[atompaw] 01/01: Imported Upstream version 4.0.0.4

Yann Pouillon pouillon-guest at alioth.debian.org
Tue Oct 15 18:07:29 UTC 2013


This is an automated email from the git hooks/post-receive script.

pouillon-guest pushed a commit to branch master
in repository atompaw.

commit d76e2edecc5670e226248fc72da758823fc3e027
Author: Yann Pouillon <yann.pouillon at gmail.com>
Date:   Tue Oct 15 20:05:49 2013 +0200

    Imported Upstream version 4.0.0.4
---
 AUTHORS                                     |   30 +
 COPYING                                     |  674 +
 ChangeLog                                   |  322 +
 INSTALL                                     |  291 +
 Makefile.am                                 |   78 +
 Makefile.in                                 |  928 ++
 README                                      |    6 +
 aclocal.m4                                  |  965 ++
 config.h.in                                 |  114 +
 config/gnu/config.guess                     | 1537 +++
 config/gnu/config.sub                       | 1786 +++
 config/gnu/install-sh                       |  527 +
 config/gnu/ltmain.sh                        | 9655 ++++++++++++++
 config/gnu/missing                          |  330 +
 config/m4/ax_f90_module_extension.m4        |   60 +
 config/m4/fortran.m4                        |  655 +
 config/m4/information.m4                    |  285 +
 config/m4/libtool.m4                        | 7982 ++++++++++++
 config/m4/libxc.m4                          |   49 +
 config/m4/libxc_names.m4                    |  111 +
 config/m4/linalg.m4                         |   37 +
 config/m4/ltoptions.m4                      |  384 +
 config/m4/ltsugar.m4                        |  123 +
 config/m4/ltversion.m4                      |   23 +
 config/m4/lt~obsolete.m4                    |   98 +
 config/m4/optimizations.m4                  |  123 +
 config/m4/workarounds.m4                    |   32 +
 configure                                   |18572 +++++++++++++++++++++++++++
 configure.ac                                |  254 +
 doc/ATOMPAW_Explore_Userguide.odt           |  Bin 0 -> 323987 bytes
 doc/ATOMPAW_Explore_Userguide.pdf           |  Bin 0 -> 356222 bytes
 doc/atompaw-usersguide.doc                  |  Bin 0 -> 348160 bytes
 doc/atompaw-usersguide.pdf                  |  Bin 0 -> 972259 bytes
 doc/exploresetup/ParameterExplore.cpp       |  223 +
 doc/exploresetup/ParameterExploreReadMe.txt |   42 +
 doc/scripts/explorelogderiv                 |   11 +
 doc/scripts/explorewfn                      |   10 +
 doc/scripts/plotdensity                     |   10 +
 doc/scripts/plotlogderiv                    |   11 +
 doc/scripts/plotpotential                   |   10 +
 doc/scripts/plotwfn                         |   10 +
 example/F/hf/F.atomicdata                   |13050 +++++++++++++++++++
 example/F/hf/F.input                        |   27 +
 example/F/lda/F.LDA-PW-paw.UPF              |18568 ++++++++++++++++++++++++++
 example/F/lda/F.LDA-PW-paw.abinit           | 8454 ++++++++++++
 example/F/lda/F.atomicdata                  |12505 ++++++++++++++++++
 example/F/lda/F.input                       |   30 +
 example/Li/hf/Li.atomicdata                 |10222 +++++++++++++++
 example/Li/hf/Li.input                      |   24 +
 example/Li/lda/Li.LDA-PW-paw.UPF            |11865 +++++++++++++++++
 example/Li/lda/Li.LDA-PW-paw.abinit         | 6830 ++++++++++
 example/Li/lda/Li.atomicdata                |10224 +++++++++++++++
 example/Li/lda/Li.input                     |   27 +
 example/Na/outputdata/Na.LDA-PW-paw.UPF     |12129 +++++++++++++++++
 example/Na/outputdata/Na.LDA-PW-paw.abinit  | 8563 ++++++++++++
 example/Na/outputdata/Na.atomicdata         |14201 ++++++++++++++++++++
 example/Na/outputdata/in                    |   29 +
 src/Makefile.am                             |  171 +
 src/Makefile.in                             |  842 ++
 src/abinitinterface.f90                     | 2853 ++++
 src/aeatom.f90                              |  982 ++
 src/anderson_driver.f90                     |  376 +
 src/atomdata.f90                            |  213 +
 src/atompaw_lib.f90                         |   35 +
 src/atompaw_prog.f90                        |  152 +
 src/atompaw_report.f90                      |  642 +
 src/blockdavidson_mod.f90                   |  222 +
 src/excor.f90                               |  459 +
 src/exx_mod.f90                             | 3241 +++++
 src/exx_pseudo.f90                          |  902 ++
 src/exxdata.f90                             |   22 +
 src/fock.f90                                |  744 ++
 src/general_mod.f90                         |  434 +
 src/globalmath.f90                          | 1528 +++
 src/graphatom.f90                           |   58 +
 src/graphatom_report.f90                    |  148 +
 src/gridmod.f90                             | 2315 ++++
 src/hf_mod.f90                              | 1414 ++
 src/hf_pseudo.f90                           | 1360 ++
 src/interpolation_mod.f90                   |  186 +
 src/ldagga_mod.f90                          |  270 +
 src/libxc_mod.F90                           |  560 +
 src/numerov_mod.f90                         |  554 +
 src/paw_sub.f90                             |  248 +
 src/pkginfo.f90.in                          |   12 +
 src/pseudo.f90                              | 3829 ++++++
 src/pseudo_sub.f90                          | 1333 ++
 src/pseudodata.f90                          |  174 +
 src/pwscfinterface.f90                      |  385 +
 src/radialsr.f90                            |  516 +
 src/report_mod.f90                          |  224 +
 src/search_sort.f90                         |  254 +
 src/xmlinterface.f90                        | 1352 ++
 93 files changed, 202116 insertions(+)

diff --git a/AUTHORS b/AUTHORS
new file mode 100644
index 0000000..60f5991
--- /dev/null
+++ b/AUTHORS
@@ -0,0 +1,30 @@
+* Main authors:
+
+  Natalie A. W. Holzwarth
+  Wake Forest University
+  Winston-Salem, NC 27109 - USA
+  natalie at wfu.edu
+
+  Marc Torrent
+  Commissariat a l'Energie Atomique et aux Energies Alternatives
+  DAM, DIF. F-91297 Arpajon - France
+  marc.torrent at cea.fr
+
+
+
+* Build system (autotools) contributor:
+  Yann Pouillon (ETSF, UPV/EHU, Donostian-San Sebasti�n, Spain)
+
+* XML output contributor:
+  Francois Jollet (CEA, Paris, France)
+
+* Quantum Espress output contributor:
+  Davide Ceresoli (ISTM, Milano, Italy)
+
+
+* Other contributors:
+  G. Eric. Matthews (WFU, USA)
+  Alan R. Tackett  (Vanderbilt U., USA)
+  Alan Wright (Sandia National Lab, USA)
+  Xiao Xu (WFU, USA)
+
diff --git a/COPYING b/COPYING
new file mode 100644
index 0000000..94a9ed0
--- /dev/null
+++ b/COPYING
@@ -0,0 +1,674 @@
+                    GNU GENERAL PUBLIC LICENSE
+                       Version 3, 29 June 2007
+
+ Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
+ Everyone is permitted to copy and distribute verbatim copies
+ of this license document, but changing it is not allowed.
+
+                            Preamble
+
+  The GNU General Public License is a free, copyleft license for
+software and other kinds of works.
+
+  The licenses for most software and other practical works are designed
+to take away your freedom to share and change the works.  By contrast,
+the GNU General Public License is intended to guarantee your freedom to
+share and change all versions of a program--to make sure it remains free
+software for all its users.  We, the Free Software Foundation, use the
+GNU General Public License for most of our software; it applies also to
+any other work released this way by its authors.  You can apply it to
+your programs, too.
+
+  When we speak of free software, we are referring to freedom, not
+price.  Our General Public Licenses are designed to make sure that you
+have the freedom to distribute copies of free software (and charge for
+them if you wish), that you receive source code or can get it if you
+want it, that you can change the software or use pieces of it in new
+free programs, and that you know you can do these things.
+
+  To protect your rights, we need to prevent others from denying you
+these rights or asking you to surrender the rights.  Therefore, you have
+certain responsibilities if you distribute copies of the software, or if
+you modify it: responsibilities to respect the freedom of others.
+
+  For example, if you distribute copies of such a program, whether
+gratis or for a fee, you must pass on to the recipients the same
+freedoms that you received.  You must make sure that they, too, receive
+or can get the source code.  And you must show them these terms so they
+know their rights.
+
+  Developers that use the GNU GPL protect your rights with two steps:
+(1) assert copyright on the software, and (2) offer you this License
+giving you legal permission to copy, distribute and/or modify it.
+
+  For the developers' and authors' protection, the GPL clearly explains
+that there is no warranty for this free software.  For both users' and
+authors' sake, the GPL requires that modified versions be marked as
+changed, so that their problems will not be attributed erroneously to
+authors of previous versions.
+
+  Some devices are designed to deny users access to install or run
+modified versions of the software inside them, although the manufacturer
+can do so.  This is fundamentally incompatible with the aim of
+protecting users' freedom to change the software.  The systematic
+pattern of such abuse occurs in the area of products for individuals to
+use, which is precisely where it is most unacceptable.  Therefore, we
+have designed this version of the GPL to prohibit the practice for those
+products.  If such problems arise substantially in other domains, we
+stand ready to extend this provision to those domains in future versions
+of the GPL, as needed to protect the freedom of users.
+
+  Finally, every program is threatened constantly by software patents.
+States should not allow patents to restrict development and use of
+software on general-purpose computers, but in those that do, we wish to
+avoid the special danger that patents applied to a free program could
+make it effectively proprietary.  To prevent this, the GPL assures that
+patents cannot be used to render the program non-free.
+
+  The precise terms and conditions for copying, distribution and
+modification follow.
+
+                       TERMS AND CONDITIONS
+
+  0. Definitions.
+
+  "This License" refers to version 3 of the GNU General Public License.
+
+  "Copyright" also means copyright-like laws that apply to other kinds of
+works, such as semiconductor masks.
+
+  "The Program" refers to any copyrightable work licensed under this
+License.  Each licensee is addressed as "you".  "Licensees" and
+"recipients" may be individuals or organizations.
+
+  To "modify" a work means to copy from or adapt all or part of the work
+in a fashion requiring copyright permission, other than the making of an
+exact copy.  The resulting work is called a "modified version" of the
+earlier work or a work "based on" the earlier work.
+
+  A "covered work" means either the unmodified Program or a work based
+on the Program.
+
+  To "propagate" a work means to do anything with it that, without
+permission, would make you directly or secondarily liable for
+infringement under applicable copyright law, except executing it on a
+computer or modifying a private copy.  Propagation includes copying,
+distribution (with or without modification), making available to the
+public, and in some countries other activities as well.
+
+  To "convey" a work means any kind of propagation that enables other
+parties to make or receive copies.  Mere interaction with a user through
+a computer network, with no transfer of a copy, is not conveying.
+
+  An interactive user interface displays "Appropriate Legal Notices"
+to the extent that it includes a convenient and prominently visible
+feature that (1) displays an appropriate copyright notice, and (2)
+tells the user that there is no warranty for the work (except to the
+extent that warranties are provided), that licensees may convey the
+work under this License, and how to view a copy of this License.  If
+the interface presents a list of user commands or options, such as a
+menu, a prominent item in the list meets this criterion.
+
+  1. Source Code.
+
+  The "source code" for a work means the preferred form of the work
+for making modifications to it.  "Object code" means any non-source
+form of a work.
+
+  A "Standard Interface" means an interface that either is an official
+standard defined by a recognized standards body, or, in the case of
+interfaces specified for a particular programming language, one that
+is widely used among developers working in that language.
+
+  The "System Libraries" of an executable work include anything, other
+than the work as a whole, that (a) is included in the normal form of
+packaging a Major Component, but which is not part of that Major
+Component, and (b) serves only to enable use of the work with that
+Major Component, or to implement a Standard Interface for which an
+implementation is available to the public in source code form.  A
+"Major Component", in this context, means a major essential component
+(kernel, window system, and so on) of the specific operating system
+(if any) on which the executable work runs, or a compiler used to
+produce the work, or an object code interpreter used to run it.
+
+  The "Corresponding Source" for a work in object code form means all
+the source code needed to generate, install, and (for an executable
+work) run the object code and to modify the work, including scripts to
+control those activities.  However, it does not include the work's
+System Libraries, or general-purpose tools or generally available free
+programs which are used unmodified in performing those activities but
+which are not part of the work.  For example, Corresponding Source
+includes interface definition files associated with source files for
+the work, and the source code for shared libraries and dynamically
+linked subprograms that the work is specifically designed to require,
+such as by intimate data communication or control flow between those
+subprograms and other parts of the work.
+
+  The Corresponding Source need not include anything that users
+can regenerate automatically from other parts of the Corresponding
+Source.
+
+  The Corresponding Source for a work in source code form is that
+same work.
+
+  2. Basic Permissions.
+
+  All rights granted under this License are granted for the term of
+copyright on the Program, and are irrevocable provided the stated
+conditions are met.  This License explicitly affirms your unlimited
+permission to run the unmodified Program.  The output from running a
+covered work is covered by this License only if the output, given its
+content, constitutes a covered work.  This License acknowledges your
+rights of fair use or other equivalent, as provided by copyright law.
+
+  You may make, run and propagate covered works that you do not
+convey, without conditions so long as your license otherwise remains
+in force.  You may convey covered works to others for the sole purpose
+of having them make modifications exclusively for you, or provide you
+with facilities for running those works, provided that you comply with
+the terms of this License in conveying all material for which you do
+not control copyright.  Those thus making or running the covered works
+for you must do so exclusively on your behalf, under your direction
+and control, on terms that prohibit them from making any copies of
+your copyrighted material outside their relationship with you.
+
+  Conveying under any other circumstances is permitted solely under
+the conditions stated below.  Sublicensing is not allowed; section 10
+makes it unnecessary.
+
+  3. Protecting Users' Legal Rights From Anti-Circumvention Law.
+
+  No covered work shall be deemed part of an effective technological
+measure under any applicable law fulfilling obligations under article
+11 of the WIPO copyright treaty adopted on 20 December 1996, or
+similar laws prohibiting or restricting circumvention of such
+measures.
+
+  When you convey a covered work, you waive any legal power to forbid
+circumvention of technological measures to the extent such circumvention
+is effected by exercising rights under this License with respect to
+the covered work, and you disclaim any intention to limit operation or
+modification of the work as a means of enforcing, against the work's
+users, your or third parties' legal rights to forbid circumvention of
+technological measures.
+
+  4. Conveying Verbatim Copies.
+
+  You may convey verbatim copies of the Program's source code as you
+receive it, in any medium, provided that you conspicuously and
+appropriately publish on each copy an appropriate copyright notice;
+keep intact all notices stating that this License and any
+non-permissive terms added in accord with section 7 apply to the code;
+keep intact all notices of the absence of any warranty; and give all
+recipients a copy of this License along with the Program.
+
+  You may charge any price or no price for each copy that you convey,
+and you may offer support or warranty protection for a fee.
+
+  5. Conveying Modified Source Versions.
+
+  You may convey a work based on the Program, or the modifications to
+produce it from the Program, in the form of source code under the
+terms of section 4, provided that you also meet all of these conditions:
+
+    a) The work must carry prominent notices stating that you modified
+    it, and giving a relevant date.
+
+    b) The work must carry prominent notices stating that it is
+    released under this License and any conditions added under section
+    7.  This requirement modifies the requirement in section 4 to
+    "keep intact all notices".
+
+    c) You must license the entire work, as a whole, under this
+    License to anyone who comes into possession of a copy.  This
+    License will therefore apply, along with any applicable section 7
+    additional terms, to the whole of the work, and all its parts,
+    regardless of how they are packaged.  This License gives no
+    permission to license the work in any other way, but it does not
+    invalidate such permission if you have separately received it.
+
+    d) If the work has interactive user interfaces, each must display
+    Appropriate Legal Notices; however, if the Program has interactive
+    interfaces that do not display Appropriate Legal Notices, your
+    work need not make them do so.
+
+  A compilation of a covered work with other separate and independent
+works, which are not by their nature extensions of the covered work,
+and which are not combined with it such as to form a larger program,
+in or on a volume of a storage or distribution medium, is called an
+"aggregate" if the compilation and its resulting copyright are not
+used to limit the access or legal rights of the compilation's users
+beyond what the individual works permit.  Inclusion of a covered work
+in an aggregate does not cause this License to apply to the other
+parts of the aggregate.
+
+  6. Conveying Non-Source Forms.
+
+  You may convey a covered work in object code form under the terms
+of sections 4 and 5, provided that you also convey the
+machine-readable Corresponding Source under the terms of this License,
+in one of these ways:
+
+    a) Convey the object code in, or embodied in, a physical product
+    (including a physical distribution medium), accompanied by the
+    Corresponding Source fixed on a durable physical medium
+    customarily used for software interchange.
+
+    b) Convey the object code in, or embodied in, a physical product
+    (including a physical distribution medium), accompanied by a
+    written offer, valid for at least three years and valid for as
+    long as you offer spare parts or customer support for that product
+    model, to give anyone who possesses the object code either (1) a
+    copy of the Corresponding Source for all the software in the
+    product that is covered by this License, on a durable physical
+    medium customarily used for software interchange, for a price no
+    more than your reasonable cost of physically performing this
+    conveying of source, or (2) access to copy the
+    Corresponding Source from a network server at no charge.
+
+    c) Convey individual copies of the object code with a copy of the
+    written offer to provide the Corresponding Source.  This
+    alternative is allowed only occasionally and noncommercially, and
+    only if you received the object code with such an offer, in accord
+    with subsection 6b.
+
+    d) Convey the object code by offering access from a designated
+    place (gratis or for a charge), and offer equivalent access to the
+    Corresponding Source in the same way through the same place at no
+    further charge.  You need not require recipients to copy the
+    Corresponding Source along with the object code.  If the place to
+    copy the object code is a network server, the Corresponding Source
+    may be on a different server (operated by you or a third party)
+    that supports equivalent copying facilities, provided you maintain
+    clear directions next to the object code saying where to find the
+    Corresponding Source.  Regardless of what server hosts the
+    Corresponding Source, you remain obligated to ensure that it is
+    available for as long as needed to satisfy these requirements.
+
+    e) Convey the object code using peer-to-peer transmission, provided
+    you inform other peers where the object code and Corresponding
+    Source of the work are being offered to the general public at no
+    charge under subsection 6d.
+
+  A separable portion of the object code, whose source code is excluded
+from the Corresponding Source as a System Library, need not be
+included in conveying the object code work.
+
+  A "User Product" is either (1) a "consumer product", which means any
+tangible personal property which is normally used for personal, family,
+or household purposes, or (2) anything designed or sold for incorporation
+into a dwelling.  In determining whether a product is a consumer product,
+doubtful cases shall be resolved in favor of coverage.  For a particular
+product received by a particular user, "normally used" refers to a
+typical or common use of that class of product, regardless of the status
+of the particular user or of the way in which the particular user
+actually uses, or expects or is expected to use, the product.  A product
+is a consumer product regardless of whether the product has substantial
+commercial, industrial or non-consumer uses, unless such uses represent
+the only significant mode of use of the product.
+
+  "Installation Information" for a User Product means any methods,
+procedures, authorization keys, or other information required to install
+and execute modified versions of a covered work in that User Product from
+a modified version of its Corresponding Source.  The information must
+suffice to ensure that the continued functioning of the modified object
+code is in no case prevented or interfered with solely because
+modification has been made.
+
+  If you convey an object code work under this section in, or with, or
+specifically for use in, a User Product, and the conveying occurs as
+part of a transaction in which the right of possession and use of the
+User Product is transferred to the recipient in perpetuity or for a
+fixed term (regardless of how the transaction is characterized), the
+Corresponding Source conveyed under this section must be accompanied
+by the Installation Information.  But this requirement does not apply
+if neither you nor any third party retains the ability to install
+modified object code on the User Product (for example, the work has
+been installed in ROM).
+
+  The requirement to provide Installation Information does not include a
+requirement to continue to provide support service, warranty, or updates
+for a work that has been modified or installed by the recipient, or for
+the User Product in which it has been modified or installed.  Access to a
+network may be denied when the modification itself materially and
+adversely affects the operation of the network or violates the rules and
+protocols for communication across the network.
+
+  Corresponding Source conveyed, and Installation Information provided,
+in accord with this section must be in a format that is publicly
+documented (and with an implementation available to the public in
+source code form), and must require no special password or key for
+unpacking, reading or copying.
+
+  7. Additional Terms.
+
+  "Additional permissions" are terms that supplement the terms of this
+License by making exceptions from one or more of its conditions.
+Additional permissions that are applicable to the entire Program shall
+be treated as though they were included in this License, to the extent
+that they are valid under applicable law.  If additional permissions
+apply only to part of the Program, that part may be used separately
+under those permissions, but the entire Program remains governed by
+this License without regard to the additional permissions.
+
+  When you convey a copy of a covered work, you may at your option
+remove any additional permissions from that copy, or from any part of
+it.  (Additional permissions may be written to require their own
+removal in certain cases when you modify the work.)  You may place
+additional permissions on material, added by you to a covered work,
+for which you have or can give appropriate copyright permission.
+
+  Notwithstanding any other provision of this License, for material you
+add to a covered work, you may (if authorized by the copyright holders of
+that material) supplement the terms of this License with terms:
+
+    a) Disclaiming warranty or limiting liability differently from the
+    terms of sections 15 and 16 of this License; or
+
+    b) Requiring preservation of specified reasonable legal notices or
+    author attributions in that material or in the Appropriate Legal
+    Notices displayed by works containing it; or
+
+    c) Prohibiting misrepresentation of the origin of that material, or
+    requiring that modified versions of such material be marked in
+    reasonable ways as different from the original version; or
+
+    d) Limiting the use for publicity purposes of names of licensors or
+    authors of the material; or
+
+    e) Declining to grant rights under trademark law for use of some
+    trade names, trademarks, or service marks; or
+
+    f) Requiring indemnification of licensors and authors of that
+    material by anyone who conveys the material (or modified versions of
+    it) with contractual assumptions of liability to the recipient, for
+    any liability that these contractual assumptions directly impose on
+    those licensors and authors.
+
+  All other non-permissive additional terms are considered "further
+restrictions" within the meaning of section 10.  If the Program as you
+received it, or any part of it, contains a notice stating that it is
+governed by this License along with a term that is a further
+restriction, you may remove that term.  If a license document contains
+a further restriction but permits relicensing or conveying under this
+License, you may add to a covered work material governed by the terms
+of that license document, provided that the further restriction does
+not survive such relicensing or conveying.
+
+  If you add terms to a covered work in accord with this section, you
+must place, in the relevant source files, a statement of the
+additional terms that apply to those files, or a notice indicating
+where to find the applicable terms.
+
+  Additional terms, permissive or non-permissive, may be stated in the
+form of a separately written license, or stated as exceptions;
+the above requirements apply either way.
+
+  8. Termination.
+
+  You may not propagate or modify a covered work except as expressly
+provided under this License.  Any attempt otherwise to propagate or
+modify it is void, and will automatically terminate your rights under
+this License (including any patent licenses granted under the third
+paragraph of section 11).
+
+  However, if you cease all violation of this License, then your
+license from a particular copyright holder is reinstated (a)
+provisionally, unless and until the copyright holder explicitly and
+finally terminates your license, and (b) permanently, if the copyright
+holder fails to notify you of the violation by some reasonable means
+prior to 60 days after the cessation.
+
+  Moreover, your license from a particular copyright holder is
+reinstated permanently if the copyright holder notifies you of the
+violation by some reasonable means, this is the first time you have
+received notice of violation of this License (for any work) from that
+copyright holder, and you cure the violation prior to 30 days after
+your receipt of the notice.
+
+  Termination of your rights under this section does not terminate the
+licenses of parties who have received copies or rights from you under
+this License.  If your rights have been terminated and not permanently
+reinstated, you do not qualify to receive new licenses for the same
+material under section 10.
+
+  9. Acceptance Not Required for Having Copies.
+
+  You are not required to accept this License in order to receive or
+run a copy of the Program.  Ancillary propagation of a covered work
+occurring solely as a consequence of using peer-to-peer transmission
+to receive a copy likewise does not require acceptance.  However,
+nothing other than this License grants you permission to propagate or
+modify any covered work.  These actions infringe copyright if you do
+not accept this License.  Therefore, by modifying or propagating a
+covered work, you indicate your acceptance of this License to do so.
+
+  10. Automatic Licensing of Downstream Recipients.
+
+  Each time you convey a covered work, the recipient automatically
+receives a license from the original licensors, to run, modify and
+propagate that work, subject to this License.  You are not responsible
+for enforcing compliance by third parties with this License.
+
+  An "entity transaction" is a transaction transferring control of an
+organization, or substantially all assets of one, or subdividing an
+organization, or merging organizations.  If propagation of a covered
+work results from an entity transaction, each party to that
+transaction who receives a copy of the work also receives whatever
+licenses to the work the party's predecessor in interest had or could
+give under the previous paragraph, plus a right to possession of the
+Corresponding Source of the work from the predecessor in interest, if
+the predecessor has it or can get it with reasonable efforts.
+
+  You may not impose any further restrictions on the exercise of the
+rights granted or affirmed under this License.  For example, you may
+not impose a license fee, royalty, or other charge for exercise of
+rights granted under this License, and you may not initiate litigation
+(including a cross-claim or counterclaim in a lawsuit) alleging that
+any patent claim is infringed by making, using, selling, offering for
+sale, or importing the Program or any portion of it.
+
+  11. Patents.
+
+  A "contributor" is a copyright holder who authorizes use under this
+License of the Program or a work on which the Program is based.  The
+work thus licensed is called the contributor's "contributor version".
+
+  A contributor's "essential patent claims" are all patent claims
+owned or controlled by the contributor, whether already acquired or
+hereafter acquired, that would be infringed by some manner, permitted
+by this License, of making, using, or selling its contributor version,
+but do not include claims that would be infringed only as a
+consequence of further modification of the contributor version.  For
+purposes of this definition, "control" includes the right to grant
+patent sublicenses in a manner consistent with the requirements of
+this License.
+
+  Each contributor grants you a non-exclusive, worldwide, royalty-free
+patent license under the contributor's essential patent claims, to
+make, use, sell, offer for sale, import and otherwise run, modify and
+propagate the contents of its contributor version.
+
+  In the following three paragraphs, a "patent license" is any express
+agreement or commitment, however denominated, not to enforce a patent
+(such as an express permission to practice a patent or covenant not to
+sue for patent infringement).  To "grant" such a patent license to a
+party means to make such an agreement or commitment not to enforce a
+patent against the party.
+
+  If you convey a covered work, knowingly relying on a patent license,
+and the Corresponding Source of the work is not available for anyone
+to copy, free of charge and under the terms of this License, through a
+publicly available network server or other readily accessible means,
+then you must either (1) cause the Corresponding Source to be so
+available, or (2) arrange to deprive yourself of the benefit of the
+patent license for this particular work, or (3) arrange, in a manner
+consistent with the requirements of this License, to extend the patent
+license to downstream recipients.  "Knowingly relying" means you have
+actual knowledge that, but for the patent license, your conveying the
+covered work in a country, or your recipient's use of the covered work
+in a country, would infringe one or more identifiable patents in that
+country that you have reason to believe are valid.
+
+  If, pursuant to or in connection with a single transaction or
+arrangement, you convey, or propagate by procuring conveyance of, a
+covered work, and grant a patent license to some of the parties
+receiving the covered work authorizing them to use, propagate, modify
+or convey a specific copy of the covered work, then the patent license
+you grant is automatically extended to all recipients of the covered
+work and works based on it.
+
+  A patent license is "discriminatory" if it does not include within
+the scope of its coverage, prohibits the exercise of, or is
+conditioned on the non-exercise of one or more of the rights that are
+specifically granted under this License.  You may not convey a covered
+work if you are a party to an arrangement with a third party that is
+in the business of distributing software, under which you make payment
+to the third party based on the extent of your activity of conveying
+the work, and under which the third party grants, to any of the
+parties who would receive the covered work from you, a discriminatory
+patent license (a) in connection with copies of the covered work
+conveyed by you (or copies made from those copies), or (b) primarily
+for and in connection with specific products or compilations that
+contain the covered work, unless you entered into that arrangement,
+or that patent license was granted, prior to 28 March 2007.
+
+  Nothing in this License shall be construed as excluding or limiting
+any implied license or other defenses to infringement that may
+otherwise be available to you under applicable patent law.
+
+  12. No Surrender of Others' Freedom.
+
+  If conditions are imposed on you (whether by court order, agreement or
+otherwise) that contradict the conditions of this License, they do not
+excuse you from the conditions of this License.  If you cannot convey a
+covered work so as to satisfy simultaneously your obligations under this
+License and any other pertinent obligations, then as a consequence you may
+not convey it at all.  For example, if you agree to terms that obligate you
+to collect a royalty for further conveying from those to whom you convey
+the Program, the only way you could satisfy both those terms and this
+License would be to refrain entirely from conveying the Program.
+
+  13. Use with the GNU Affero General Public License.
+
+  Notwithstanding any other provision of this License, you have
+permission to link or combine any covered work with a work licensed
+under version 3 of the GNU Affero General Public License into a single
+combined work, and to convey the resulting work.  The terms of this
+License will continue to apply to the part which is the covered work,
+but the special requirements of the GNU Affero General Public License,
+section 13, concerning interaction through a network will apply to the
+combination as such.
+
+  14. Revised Versions of this License.
+
+  The Free Software Foundation may publish revised and/or new versions of
+the GNU General Public License from time to time.  Such new versions will
+be similar in spirit to the present version, but may differ in detail to
+address new problems or concerns.
+
+  Each version is given a distinguishing version number.  If the
+Program specifies that a certain numbered version of the GNU General
+Public License "or any later version" applies to it, you have the
+option of following the terms and conditions either of that numbered
+version or of any later version published by the Free Software
+Foundation.  If the Program does not specify a version number of the
+GNU General Public License, you may choose any version ever published
+by the Free Software Foundation.
+
+  If the Program specifies that a proxy can decide which future
+versions of the GNU General Public License can be used, that proxy's
+public statement of acceptance of a version permanently authorizes you
+to choose that version for the Program.
+
+  Later license versions may give you additional or different
+permissions.  However, no additional obligations are imposed on any
+author or copyright holder as a result of your choosing to follow a
+later version.
+
+  15. Disclaimer of Warranty.
+
+  THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
+APPLICABLE LAW.  EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
+HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
+OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
+THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
+PURPOSE.  THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
+IS WITH YOU.  SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
+ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
+
+  16. Limitation of Liability.
+
+  IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
+WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
+THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
+GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
+USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
+DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
+PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
+EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
+SUCH DAMAGES.
+
+  17. Interpretation of Sections 15 and 16.
+
+  If the disclaimer of warranty and limitation of liability provided
+above cannot be given local legal effect according to their terms,
+reviewing courts shall apply local law that most closely approximates
+an absolute waiver of all civil liability in connection with the
+Program, unless a warranty or assumption of liability accompanies a
+copy of the Program in return for a fee.
+
+                     END OF TERMS AND CONDITIONS
+
+            How to Apply These Terms to Your New Programs
+
+  If you develop a new program, and you want it to be of the greatest
+possible use to the public, the best way to achieve this is to make it
+free software which everyone can redistribute and change under these terms.
+
+  To do so, attach the following notices to the program.  It is safest
+to attach them to the start of each source file to most effectively
+state the exclusion of warranty; and each file should have at least
+the "copyright" line and a pointer to where the full notice is found.
+
+    <one line to give the program's name and a brief idea of what it does.>
+    Copyright (C) <year>  <name of author>
+
+    This program is free software: you can redistribute it and/or modify
+    it under the terms of the GNU General Public License as published by
+    the Free Software Foundation, either version 3 of the License, or
+    (at your option) any later version.
+
+    This program is distributed in the hope that it will be useful,
+    but WITHOUT ANY WARRANTY; without even the implied warranty of
+    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+    GNU General Public License for more details.
+
+    You should have received a copy of the GNU General Public License
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+Also add information on how to contact you by electronic and paper mail.
+
+  If the program does terminal interaction, make it output a short
+notice like this when it starts in an interactive mode:
+
+    <program>  Copyright (C) <year>  <name of author>
+    This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
+    This is free software, and you are welcome to redistribute it
+    under certain conditions; type `show c' for details.
+
+The hypothetical commands `show w' and `show c' should show the appropriate
+parts of the General Public License.  Of course, your program's commands
+might be different; for a GUI interface, you would use an "about box".
+
+  You should also get your employer (if you work as a programmer) or school,
+if any, to sign a "copyright disclaimer" for the program, if necessary.
+For more information on this, and how to apply and follow the GNU GPL, see
+<http://www.gnu.org/licenses/>.
+
+  The GNU General Public License does not permit incorporating your program
+into proprietary programs.  If your program is a subroutine library, you
+may consider it more useful to permit linking proprietary applications with
+the library.  If this is what you want to do, use the GNU Lesser General
+Public License instead of this License.  But first, please read
+<http://www.gnu.org/philosophy/why-not-lgpl.html>.
diff --git a/ChangeLog b/ChangeLog
new file mode 100644
index 0000000..977751b
--- /dev/null
+++ b/ChangeLog
@@ -0,0 +1,322 @@
+==============================================================================
+=========                  ChangeLog for ATOMPAW v4.x                =========
+==============================================================================
+
+ 07-07-13 -- MT: Re-introduce "build system" (from v3.1.x)
+                 Now standard "configure;make" procedure is available
+
+ 07-06-13 -- MT: Transfer all changes appeared between v3.0.1.9 and v3.1.0.0
+ 07-06-13 -- MT: Cleaning, memory leak eradication
+ 07-05-13 -- MT: Transfer all corrections and cleaning introduced between
+                 v2.0 and v3.0.1.9 (not yet finished)
+
+ 04-23-13 -- In order to make programming/testing easy,
+             Natalie made the following  changes: (internal reference try30)
+             1. kept pkginfo.f90 static
+             2. Makefile does not link libxc_mod.F90 and commented all
+                references to it in abinitinterface.f90 for testing purposes
+             3. Made changes to abinitinterface.f90 to reflect slightly changed 
+                datastructures in atomdata.f90 -- does not yet work for hf
+             4. Tried to  impliment clean up routines such as DestroyPAW;
+                but these may not be complete
+             5. Load and save functions need to be updated.
+                They are useful if the atomic calculations take a long time
+                to converge. As written they take a command line argument.
+                Perhaps not needed??
+             6. No testing of the scalar relativistic case has been done,
+                and no provisions for scalar relativistic with Hartree-Fock
+                are implemented.
+             7. README file is not up to date
+             8. Changed options for output with keywords or index numbers
+                (for backward compatibility).No dataset output is generated
+                by default. The WRITE_XML subroutine skeleton is currently
+                in atompaw_report.f90 module.
+             9. Tried to remove excess output so that in "EXPLORE" mode the
+                output file is not overwhelming -- but more should be removed.
+            10. Many functions checked for consistency with 3.0.1.9
+                -- but details need further attention...
+
+==============================================================================
+=========   ChangeLog for MODATOMPAW (a modified version from v2.0)  =========
+==============================================================================
+
+03-30-08 -- tested removal of CoreShift from gradient residue
+03-31-08 -- removed CoreShift from data structures
+04-14-08 -- Try adding shift correction term and restructuring the
+               iteration loops
+04-23-08 -- Removed zero constrant from optimization and reinstated
+               AdjustV
+04-24-08 -- Play with function for AdjustV, add iteration loop to find
+               Vxcore in Frozencore case, removing CoreShift
+04-28-08 -- Fix Vxvale & Vxcore according to notes.  For frozencore
+                case FCPot%rvx holds r*Vxvale and HSZ%rVxcore must be added
+                to form correct Hamiltonian potential
+06-09-08 -- Attempt to adjust match point to stablize solutions for Row 3
+                elements
+11-26-08 -- From version with Xiao's Colle Salvetti code which is not
+                yet quite working; fixing some compatibility with old LDA
+12-24-08 -- Start to add atompaw functions back in
+01-02-09 -- atompaw functions up to unscreening are back in code.  Attempted
+                an alternative method of partitioning Vx into core and valence
+                contributions which unfortunately lead to a dead end.  Added
+                capability of dumping/loading all-electron results to speed
+                up PAW part, controlled with argument.  Also added possibility
+                of adjusting lineargrid mesh.
+03-28-09 -- Attempt to impose projector orthogonality constraints for multiple
+                projector per channel  case
+04-09-09 -- Revert to simple iteration procedure
+05-14-09 -- Start to program SVD grid method
+05-21-09 -- Modify inhomogeneous equation solvers; assume non-singular
+                behavior at origin for all l.
+06-29-09 -- Modify setcore to first find Vxcore and then iterate a few times
+                with Vxvale
+07-06-09 -- Modified frozencore energy so the core-valence contribution
+                of exchange energy is given by 
+                \int d^3r Vx^{core}(v)*\rho_{vale}(r)
+08-26-09 -- Version of code without inter-state orthogonalization (again).
+09-24-09 -- Copied code from directory
+          /home/natalie/EL4/developcode/EXXatompaw/OEP+HF_PAW/NoOrthog_PAW
+          in order to start programming Hartree Fock part
+12-28-09 -- HF portion including unbound states (not orthogonalized) working
+          plausibly
+05-21-10 -- Fixed loggrid grid so that n=2001 is fairly close to CFF results
+            in Hartree Fock.   Introduce new update scheme for EXX
+07-08-10 -- KLI scheme sort of demonstrated for all-electron case;   Restart
+            programming for PAW version.
+10-06-10 -- Modified HF code to include node counting in order to stabilize
+             solutions.
+01-22-11 -- Added new keywords and data for Core-electron output in HF/KLI 
+             calculations.
+07-04-11 -- Add keyword 'LOCALIZEDCOREEXCHANGE" to indicate that
+             \tilde{psi}_c == 0.
+
+
+==============================================================================
+========= ChangeLog for older versions of ATOMPAW (v1.x, v2.x, v3.x) =========
+==============================================================================
+
+              8-25-01 -- Version tested in ~/pgmwork/atompawwithatompaw
+              8-25-01 -- Changed the Broyden iteration scheme with an
+                         Anderson Mixing module similar to that used in
+                         pwpaw.
+              8-25-01 -- Replaced the exchange-correlation module with one
+                         that can either calculate the LDA (Perdew-Wang)
+                         or GGA (Perdew-Burke-Ernzerhof) as contolled by
+                         the keywords 'LDA-PW' or 'GGA-PBE', respectively.
+                         Currently, only those keywords work properly.
+                         Other LDA or GGA forms could easily be added.
+             11-05-01 -- Corrected Cp solver in bsolvtphi -- converges
+                          for more cases
+             12-12-01 -- Corrected infinite loop problem in fcsepatom
+             12-13-01 -- Replaced density convergence test with
+                            criterion based on onset of fluctuations
+             01-08-02 -- corrected small error in fcsepatom.f90
+             05-09-02 -- Made minor change to excorpbe.f90 in order
+                           to make the gradient term more stable
+                           following suggestion of Ryan Hatcher and
+                           also added symmetrization of VHartree
+                           terms following email discussion with
+                           Francois Jollet
+             08-03-02 -- Made minor change to frozencore pgm; simplified
+                           output to report only total energies and
+                           differences between total energies; fixed bug
+                           to allow calculation of configurations with
+                           zero valence electrons
+             10-27-02 -- Changed TPHI output for LCAO functions to ensure
+                           finite range. Each TPHI is modified within the
+                           range 6 < r < 10 bohr according to
+                                       ( sin(Pi*(r-rstart)/delta) )^2
+                               TPHI(r)*(--------------------------)
+                                       (  (Pi*(r-rstart)/delta)   )
+                           where rstart=6, delta=rend-rstart, rend=10.
+                           Note that the TPHI functions are not normalized.
+             01-10-03 -- Changed ftprod.f90 to reflect TPHI truncation.  Also
+                           introduced slight changes to make code compatible
+                           with absoft compiler.
+             07-09-03 -- Changes by Francois Jollet and Marc Torrent for
+                           compatibility with Abinit code. Also made the
+                           calculation of vlocfac automatic for setting it
+                           for aligning the valence s orbital as the local
+                           potential.  (If input sets |vlocfac| > 10^-7,
+                           the set value is kept.) Additional programing
+                           changes to gradually "modernize" the code were made,
+                           but since this is a very daunting task, we quit
+                           before breaking something.....
+             08-05-03 -- Tested code with intel 7.1 compiler, using ATLAS
+                           http://math-atlas.sourceforge.net/ library for
+                           blas.  Compilation with intel or absoft facilitated
+                           with script:
+                                makescript (intel or absoft) (atompaw or
+                                     frozencore or clean)
+                           Need to edit make.intel or make.absoft files
+                           for proper library locations and compiler flags.
+             04-30-04 -- Revised  atompaw to use modern Fortran 90 structures
+                           and to allow for new scheme for constructing Vloc
+                           (see NewatompawNotes.tex, NewatompawNotes.pdf)
+             07-13-04 -- "Modernized" program structure and introduced new options
+                           for vloc based on norm-conserving pseudopotential
+                           for l > lmax (largest l for projectors).
+             10-20-04 -- minor improvement to GGA algorithm
+             12-31-04 -- introduced core tail function to take into account
+                           frozen core density which extends beyond rc
+             01-03-05 -- implemented PAW-XML output according to the
+                           fsatom-pp at tddft.org project
+                         http://www.fysik.dtu.dk/campos/atomic_setup/paw_setup.html
+             01-08-05 -- using Alan Tackett's xmlword.f90 and xmlstrings.f90
+                           wrote xmlpaw.f90 to scan [atom].xml file and
+                           create [atom].atomicdata.fromxml file which compares
+                           very closely to original [atom].atomicdata file
+             09-13-05 -- Found slight error in pseudo.f90 in character length
+                           of PAW%Vloc_description (should be 256).  Also note
+                           that some compilers differ enough to change the
+                           the value of PAW%irc by +- 2, which seems not
+                           to make a significant difference in the end results.
+             12-20-05 -- Implemented option to construct basis and projector
+                            functions based on David Vanderbilt's ultra-soft
+                            pseudopotential paper  PRB 41, 7892 (1990)
+                            Requires input of r_i < r_c for each basis function.
+             01-17-06 -- Corrected XLM output for kinetic energy to be
+                            Hartree Units  (Thanks to Marc Torrent)
+             01-22-06 -- Added VLOCION output to atomicdata file -- form of
+                            ionic local potential needed by abinit, not used by
+                            pwpaw
+             01-23-06 -- Added INITOCC output to atomicdata file -- used by
+                            abinit, perhaps could be used by pwpaw; indicates
+                            initial occupancies of valence basis functions
+             04-21-06 -- Noticed that atomicdata file contains spurious
+                            values of Hartree matrix elements; these have
+                            now been removed.
+             05-22-06 -- Revised pgm to accept either linear grid (default)
+                            or logarithmic grid (need to add keyword to
+                            second input line in quotes for example:
+                             'PW-LDA    loggrid'  or
+                             'PBE-GGA   loggrid')
+                            Grid parameters are hard coded -- may need to be
+                            adjusted.
+             06-10-06 -- worked with Marc Torrent to validate Atompaw2abinit
+                            interface and allowed for optional input of
+                            number of grid points.   Thus the second line
+                            of the code can read
+                            PW-LDA    loggrid    1001
+                            for example if 1001 loggrid points are desired.
+                            For a linear grid, the input is as before and
+                            the number of points is fixed.
+             06-14-06 -- Corrected xml portion to be consistent with FSATOM
+                            standard on website
+                         http://dcwww.camp.dtu.dk/campos//pawxml/pawxml.xhtml
+                         Note: consequent line lengths too long for absoft
+                                compiler
+                         Also note that in order to output input data to
+                          xml file, pgm takes an input argument of the input
+                          file name.   For example if the input file is
+                          called Fe.input, the call would be
+                          atompaw Fe.input<Fe.input>&output&
+                          Note: the xml reading routines have not be updated.
+             06-29-06 -- Implemented possibility of scalarrelativistic
+                          treatment, following the second order form
+                          the Dirac equation given by Shadwick, Talman,
+                          and Normand, Comp. Phys. Comm. 54 95-102 (1989),
+                          averaging over kappa for a given l.   In this case
+                          the second input line would read
+                          PW-LDA   loggrid   1001 scalarrelativistic
+                          It is not advisable to use a linear grid for
+                          the scalarrelativistic case. Also note that at the
+                          moment, there is no adjustment to the exchange
+                          functional for relativistic effects.
+            07-05-06 -- Corrected several bugs thanks to Marc Torrent
+            07-07-06 -- Several corrections from Jens jorgen Mortensen and
+                          Marc Torrent; added capability to use Gaussian
+                          shape for compensation charge as suggested by
+                          Peter Bloechl (see comments at the beginning of
+                          atompaw.f90).   Simplified keywords and options
+                          according to preferred schemes, however, old
+                          keywords still work.
+           08-30-06 -- Added new code for additional options written by
+                          Marc Torrent.
+           09-04-06 -- With Xiao Xu's help, found error in scalarrelativistic
+                          mode with GGA, although LDA gives reasonable results.
+                          Because of the sensitivity of the GGA to gradients
+                          of the density, the GGA option is currently
+                          disabled for the scalarrelativistic mode.
+           09-05-06 -- Introduced output for single-center self-energy
+                          estimate to be used in pwpaw from [atom].scself
+           09-18-06 -- Corrected BUG in GGA equations for vxc found by
+                          Marc Torrent.   Also replaced scalar-relativistic
+                          solver with program adapted by Marc Torrent and
+                          Francois Jollet from USPS pgm of David Vanderbilt
+                          based on two coupled first order differential
+                          equations. Previous version, based on second order
+                          differential equation from formalism of Shadwick,
+                          Talman, and Norman, Comp. Phys. Comm. 54, 95-102
+                          (1989)  found to be unstable. Even with the
+                          new code, we find it necessary to use a low-order
+                          derivative formula -- "simplederiv" to evaluate
+                          the gradients for GGA in the scalarrelativistic mode.
+           09-26-06 -- Introduced option for scalar-relativistic mode for
+                          replacing point nucleus with a Gaussian.  Effectively
+                          replacing the nuclear potential of 2*Z/r with
+                          2*Z*erf(r/R)/r, where the size parameter R in
+                          bohr units is given by 2.9*10^(-5)*Z^(1/3), as
+                          given by a simple nuclear model in old texts. This
+                          option is activated with "finite-nucleus" keyword.
+                          For this to work, it is necessary to choose an
+                          adequate number of grid points within the finite
+                          nucleus.
+           10-14-06 -- Improved stability of boundsch and boundsr following
+                          problem identified by Ping Tang.   When solver
+                          fails wavefunction is replaced by a suitable
+                          hydrogen-like solution.  This does not always help.
+                          For the case of Mn in the 3d7 4s0 configuration,
+                          the calculation fails with a linear grid, but
+                          works well with the logarithmic grid.
+           11-30-06 -- Many new options introduced by Marc Torrent.
+           12-13-06 -- NAWH corrected bug found by Marc Torrent which effects
+                          charged ions.   Pgm should now work for charged ions.
+           12-21-06 -- Marc Torrent & NAWH completed testing (of course there
+                          always may be more bugs).   This version is
+                          designated as version 2.0.
+           02-16-07 -- Corrected problem for Vanderbilt-style projectors
+                           with pseudowavefunction rcl<vloc_rc.  This
+                           version designated as version 2.1.
+           08-25-07 -- Marc Torrent introduced option control grid better and
+                           to output pseudodensity for future work in abinit.
+                           New options are:
+                           Gridsize (specify total number of grid pts. with
+                                 default maximum range)
+                           Gridsize rmax (specify total number of grid pts with
+                                 maximum range of rmax)
+                           Gridsize rmax rmatch (specify number of grid pts
+                                 between 0 and rmatch; continue grid to rmax)
+           05-05-10 -- Minor corrections found by Marc Torrent concerning
+                           initialization and allocation
+                       Also introduce additional abinit-compatible vloc
+                           which DOESNOT include nhat density in VXC which
+                           is now output in [].atomicdata using
+                           keyword VLOCION_NOHAT
+           05-11-10 -- Additional changes by Marc Torrent to allow USEXCNHAT
+                           option within abinit
+           06-17-10 -- Yann Pouillon and Marc Torrent changed code to be
+                           compabible with standard GNU.  Natalie Holzwarth
+                           added pwscfinterface.f90 to output UPF file for
+                           use with PWscf which is not working yet.
+           08-02-10 -- NAWH added grid interpolation in order to make
+                           pwscfinterface.f90 work properly with PWscf code.
+                           Cubic splines from DeBoor's web site are used.
+           09-20-10 -- MT  added routine for complex objects clean destruction
+                           in order to avoid memory leaks
+           09-20-10 -- MT  added new input keyword 'logderivrange'
+                           (to be put on second line of input file)
+                           This allows to change range and number of points
+                           used to plot logarithmic derivatives
+           09-20-10 -- MT  added abinitinterface.f90 file
+                           Atompaw2Abinit tool is now integrated in AtomPaw
+           10-07-10 -- MT  added printing of core WF for Abinit
+           10-13-10 -- MT  added external LibXC support
+                           (http://www.tddft.org/programs/octopus/wiki/index.php/Libxc)
+           10-04-11 -- MT  added output of version number
+           01-22-11 -- NAWH made small corrections suggested by J. Zwanziger 
+                           and fixed linsol and minverse in globalmath.f90
+                           for better compatibility with compilers as suggested
+                           by Marc Torrent and Xavier Gonze.
+           06-21-13 -- MT+FJ New XML output routine
+
diff --git a/INSTALL b/INSTALL
new file mode 100644
index 0000000..8b82ade
--- /dev/null
+++ b/INSTALL
@@ -0,0 +1,291 @@
+Installation Instructions
+*************************
+
+Copyright (C) 1994, 1995, 1996, 1999, 2000, 2001, 2002, 2004, 2005,
+2006, 2007, 2008 Free Software Foundation, Inc.
+
+   This file is free documentation; the Free Software Foundation gives
+unlimited permission to copy, distribute and modify it.
+
+Basic Installation
+==================
+
+   Briefly, the shell commands `./configure; make; make install' should
+configure, build, and install this package.  The following
+more-detailed instructions are generic; see the `README' file for
+instructions specific to this package.
+
+   The `configure' shell script attempts to guess correct values for
+various system-dependent variables used during compilation.  It uses
+those values to create a `Makefile' in each directory of the package.
+It may also create one or more `.h' files containing system-dependent
+definitions.  Finally, it creates a shell script `config.status' that
+you can run in the future to recreate the current configuration, and a
+file `config.log' containing compiler output (useful mainly for
+debugging `configure').
+
+   It can also use an optional file (typically called `config.cache'
+and enabled with `--cache-file=config.cache' or simply `-C') that saves
+the results of its tests to speed up reconfiguring.  Caching is
+disabled by default to prevent problems with accidental use of stale
+cache files.
+
+   If you need to do unusual things to compile the package, please try
+to figure out how `configure' could check whether to do them, and mail
+diffs or instructions to the address given in the `README' so they can
+be considered for the next release.  If you are using the cache, and at
+some point `config.cache' contains results you don't want to keep, you
+may remove or edit it.
+
+   The file `configure.ac' (or `configure.in') is used to create
+`configure' by a program called `autoconf'.  You need `configure.ac' if
+you want to change it or regenerate `configure' using a newer version
+of `autoconf'.
+
+The simplest way to compile this package is:
+
+  1. `cd' to the directory containing the package's source code and type
+     `./configure' to configure the package for your system.
+
+     Running `configure' might take a while.  While running, it prints
+     some messages telling which features it is checking for.
+
+  2. Type `make' to compile the package.
+
+  3. Optionally, type `make check' to run any self-tests that come with
+     the package.
+
+  4. Type `make install' to install the programs and any data files and
+     documentation.
+
+  5. You can remove the program binaries and object files from the
+     source code directory by typing `make clean'.  To also remove the
+     files that `configure' created (so you can compile the package for
+     a different kind of computer), type `make distclean'.  There is
+     also a `make maintainer-clean' target, but that is intended mainly
+     for the package's developers.  If you use it, you may have to get
+     all sorts of other programs in order to regenerate files that came
+     with the distribution.
+
+  6. Often, you can also type `make uninstall' to remove the installed
+     files again.
+
+Compilers and Options
+=====================
+
+   Some systems require unusual options for compilation or linking that
+the `configure' script does not know about.  Run `./configure --help'
+for details on some of the pertinent environment variables.
+
+   You can give `configure' initial values for configuration parameters
+by setting variables in the command line or in the environment.  Here
+is an example:
+
+     ./configure CC=c99 CFLAGS=-g LIBS=-lposix
+
+   *Note Defining Variables::, for more details.
+
+Compiling For Multiple Architectures
+====================================
+
+   You can compile the package for more than one kind of computer at the
+same time, by placing the object files for each architecture in their
+own directory.  To do this, you can use GNU `make'.  `cd' to the
+directory where you want the object files and executables to go and run
+the `configure' script.  `configure' automatically checks for the
+source code in the directory that `configure' is in and in `..'.
+
+   With a non-GNU `make', it is safer to compile the package for one
+architecture at a time in the source code directory.  After you have
+installed the package for one architecture, use `make distclean' before
+reconfiguring for another architecture.
+
+   On MacOS X 10.5 and later systems, you can create libraries and
+executables that work on multiple system types--known as "fat" or
+"universal" binaries--by specifying multiple `-arch' options to the
+compiler but only a single `-arch' option to the preprocessor.  Like
+this:
+
+     ./configure CC="gcc -arch i386 -arch x86_64 -arch ppc -arch ppc64" \
+                 CXX="g++ -arch i386 -arch x86_64 -arch ppc -arch ppc64" \
+                 CPP="gcc -E" CXXCPP="g++ -E"
+
+   This is not guaranteed to produce working output in all cases, you
+may have to build one architecture at a time and combine the results
+using the `lipo' tool if you have problems.
+
+Installation Names
+==================
+
+   By default, `make install' installs the package's commands under
+`/usr/local/bin', include files under `/usr/local/include', etc.  You
+can specify an installation prefix other than `/usr/local' by giving
+`configure' the option `--prefix=PREFIX'.
+
+   You can specify separate installation prefixes for
+architecture-specific files and architecture-independent files.  If you
+pass the option `--exec-prefix=PREFIX' to `configure', the package uses
+PREFIX as the prefix for installing programs and libraries.
+Documentation and other data files still use the regular prefix.
+
+   In addition, if you use an unusual directory layout you can give
+options like `--bindir=DIR' to specify different values for particular
+kinds of files.  Run `configure --help' for a list of the directories
+you can set and what kinds of files go in them.
+
+   If the package supports it, you can cause programs to be installed
+with an extra prefix or suffix on their names by giving `configure' the
+option `--program-prefix=PREFIX' or `--program-suffix=SUFFIX'.
+
+Optional Features
+=================
+
+   Some packages pay attention to `--enable-FEATURE' options to
+`configure', where FEATURE indicates an optional part of the package.
+They may also pay attention to `--with-PACKAGE' options, where PACKAGE
+is something like `gnu-as' or `x' (for the X Window System).  The
+`README' should mention any `--enable-' and `--with-' options that the
+package recognizes.
+
+   For packages that use the X Window System, `configure' can usually
+find the X include and library files automatically, but if it doesn't,
+you can use the `configure' options `--x-includes=DIR' and
+`--x-libraries=DIR' to specify their locations.
+
+Particular systems
+==================
+
+   On HP-UX, the default C compiler is not ANSI C compatible.  If GNU
+CC is not installed, it is recommended to use the following options in
+order to use an ANSI C compiler:
+
+     ./configure CC="cc -Ae"
+
+and if that doesn't work, install pre-built binaries of GCC for HP-UX.
+
+   On OSF/1 a.k.a. Tru64, some versions of the default C compiler cannot
+parse its `<wchar.h>' header file.  The option `-nodtk' can be used as
+a workaround.  If GNU CC is not installed, it is therefore recommended
+to try
+
+     ./configure CC="cc"
+
+and if that doesn't work, try
+
+     ./configure CC="cc -nodtk"
+
+Specifying the System Type
+==========================
+
+   There may be some features `configure' cannot figure out
+automatically, but needs to determine by the type of machine the package
+will run on.  Usually, assuming the package is built to be run on the
+_same_ architectures, `configure' can figure that out, but if it prints
+a message saying it cannot guess the machine type, give it the
+`--build=TYPE' option.  TYPE can either be a short name for the system
+type, such as `sun4', or a canonical name which has the form:
+
+     CPU-COMPANY-SYSTEM
+
+where SYSTEM can have one of these forms:
+
+     OS KERNEL-OS
+
+   See the file `config.sub' for the possible values of each field.  If
+`config.sub' isn't included in this package, then this package doesn't
+need to know the machine type.
+
+   If you are _building_ compiler tools for cross-compiling, you should
+use the option `--target=TYPE' to select the type of system they will
+produce code for.
+
+   If you want to _use_ a cross compiler, that generates code for a
+platform different from the build platform, you should specify the
+"host" platform (i.e., that on which the generated programs will
+eventually be run) with `--host=TYPE'.
+
+Sharing Defaults
+================
+
+   If you want to set default values for `configure' scripts to share,
+you can create a site shell script called `config.site' that gives
+default values for variables like `CC', `cache_file', and `prefix'.
+`configure' looks for `PREFIX/share/config.site' if it exists, then
+`PREFIX/etc/config.site' if it exists.  Or, you can set the
+`CONFIG_SITE' environment variable to the location of the site script.
+A warning: not all `configure' scripts look for a site script.
+
+Defining Variables
+==================
+
+   Variables not defined in a site shell script can be set in the
+environment passed to `configure'.  However, some packages may run
+configure again during the build, and the customized values of these
+variables may be lost.  In order to avoid this problem, you should set
+them in the `configure' command line, using `VAR=value'.  For example:
+
+     ./configure CC=/usr/local2/bin/gcc
+
+causes the specified `gcc' to be used as the C compiler (unless it is
+overridden in the site shell script).
+
+Unfortunately, this technique does not work for `CONFIG_SHELL' due to
+an Autoconf bug.  Until the bug is fixed you can use this workaround:
+
+     CONFIG_SHELL=/bin/bash /bin/bash ./configure CONFIG_SHELL=/bin/bash
+
+`configure' Invocation
+======================
+
+   `configure' recognizes the following options to control how it
+operates.
+
+`--help'
+`-h'
+     Print a summary of all of the options to `configure', and exit.
+
+`--help=short'
+`--help=recursive'
+     Print a summary of the options unique to this package's
+     `configure', and exit.  The `short' variant lists options used
+     only in the top level, while the `recursive' variant lists options
+     also present in any nested packages.
+
+`--version'
+`-V'
+     Print the version of Autoconf used to generate the `configure'
+     script, and exit.
+
+`--cache-file=FILE'
+     Enable the cache: use and save the results of the tests in FILE,
+     traditionally `config.cache'.  FILE defaults to `/dev/null' to
+     disable caching.
+
+`--config-cache'
+`-C'
+     Alias for `--cache-file=config.cache'.
+
+`--quiet'
+`--silent'
+`-q'
+     Do not print messages saying which checks are being made.  To
+     suppress all normal output, redirect it to `/dev/null' (any error
+     messages will still be shown).
+
+`--srcdir=DIR'
+     Look for the package's source code in directory DIR.  Usually
+     `configure' can determine that directory automatically.
+
+`--prefix=DIR'
+     Use DIR as the installation prefix.  *Note Installation Names::
+     for more details, including other options available for fine-tuning
+     the installation locations.
+
+`--no-create'
+`-n'
+     Run the configure checks, but stop before creating any output
+     files.
+
+`configure' also accepts some other, not widely useful, options.  Run
+`configure --help' for more details.
+
diff --git a/Makefile.am b/Makefile.am
new file mode 100644
index 0000000..d135de3
--- /dev/null
+++ b/Makefile.am
@@ -0,0 +1,78 @@
+# -*- Automake -*-
+#
+# Makefile for the AtomPAW package
+#
+# Copyright (C) 2010 Yann Pouillon
+#
+# This file is part of the AtomPAW software package. For license information,
+# please see the COPYING file in the top-level directory of the source
+# distribution.
+#
+
+                    # ------------------------------------ #
+
+#
+# Top makefile
+#
+
+# Autotools parameters
+ACLOCAL_AMFLAGS = -I config/m4
+
+# Subdirectories containing makefiles
+SUBDIRS = src
+
+# Files to distribute in the source package
+EXTRA_DIST = \
+	README \
+	config/m4/ax_f90_module_extension.m4 \
+	config/m4/fortran.m4 \
+	config/m4/information.m4 \
+	config/m4/linalg.m4 \
+	config/m4/optimizations.m4 \
+	config/m4/workarounds.m4
+ 
+                    # ------------------------------------ #
+
+#
+# Documentation: examples
+#
+
+# Files to distribute in the source package
+atp_xmpl_srcs = \
+	example/F/lda/F.input \
+	example/F/lda/F.atomicdata \
+    example/F/lda/F.LDA-PW-paw.abinit \
+    example/F/lda/F.LDA-PW-paw.UPF \
+	example/F/hf/F.input \
+	example/F/hf/F.atomicdata \
+	example/Li/lda/Li.input \
+	example/Li/lda/Li.atomicdata \
+    example/Li/lda/Li.LDA-PW-paw.abinit \
+    example/Li/lda/Li.LDA-PW-paw.UPF \
+	example/Li/hf/Li.input \
+	example/Li/hf/Li.atomicdata \
+	example/Na/outputdata/in \
+	example/Na/outputdata/Na.atomicdata \
+    example/Na/outputdata/Na.LDA-PW-paw.abinit \
+    example/Na/outputdata/Na.LDA-PW-paw.UPF
+atp_doc_srcs = \
+	doc/atompaw-usersguide.pdf \
+	doc/atompaw-usersguide.doc \
+	doc/ATOMPAW_Explore_Userguide.pdf \
+	doc/ATOMPAW_Explore_Userguide.odt \
+	doc/exploresetup/ParameterExplore.cpp \
+	doc/exploresetup/ParameterExploreReadMe.txt \
+	doc/scripts/explorelogderiv \
+	doc/scripts/explorewfn \
+	doc/scripts/plotdensity \
+	doc/scripts/plotlogderiv \
+	doc/scripts/plotpotential \
+	doc/scripts/plotwfn
+
+# Files to install (nobase = preserving the directory structure)
+nobase_doc_DATA = $(atp_xmpl_srcs) $(atp_doc_srcs)
+
+# Files to distribute in the source package
+EXTRA_DIST += $(atp_xmpl_srcs)
+EXTRA_DIST += $(atp_doc_srcs)
+
diff --git a/Makefile.in b/Makefile.in
new file mode 100644
index 0000000..ce2ef87
--- /dev/null
+++ b/Makefile.in
@@ -0,0 +1,928 @@
+# Makefile.in generated by automake 1.12.4 from Makefile.am.
+# @configure_input@
+
+# Copyright (C) 1994-2012 Free Software Foundation, Inc.
+
+# This Makefile.in is free software; the Free Software Foundation
+# gives unlimited permission to copy and/or distribute it,
+# with or without modifications, as long as this notice is preserved.
+
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
+# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
+# PARTICULAR PURPOSE.
+
+ at SET_MAKE@
+
+# -*- Automake -*-
+#
+# Makefile for the AtomPAW package
+#
+# Copyright (C) 2010 Yann Pouillon
+#
+# This file is part of the AtomPAW software package. For license information,
+# please see the COPYING file in the top-level directory of the source
+# distribution.
+#
+
+VPATH = @srcdir@
+am__make_dryrun = \
+  { \
+    am__dry=no; \
+    case $$MAKEFLAGS in \
+      *\\[\ \	]*) \
+        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
+          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
+      *) \
+        for am__flg in $$MAKEFLAGS; do \
+          case $$am__flg in \
+            *=*|--*) ;; \
+            *n*) am__dry=yes; break;; \
+          esac; \
+        done;; \
+    esac; \
+    test $$am__dry = yes; \
+  }
+pkgdatadir = $(datadir)/@PACKAGE@
+pkgincludedir = $(includedir)/@PACKAGE@
+pkglibdir = $(libdir)/@PACKAGE@
+pkglibexecdir = $(libexecdir)/@PACKAGE@
+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+install_sh_DATA = $(install_sh) -c -m 644
+install_sh_PROGRAM = $(install_sh) -c
+install_sh_SCRIPT = $(install_sh) -c
+INSTALL_HEADER = $(INSTALL_DATA)
+transform = $(program_transform_name)
+NORMAL_INSTALL = :
+PRE_INSTALL = :
+POST_INSTALL = :
+NORMAL_UNINSTALL = :
+PRE_UNINSTALL = :
+POST_UNINSTALL = :
+build_triplet = @build@
+host_triplet = @host@
+target_triplet = @target@
+subdir = .
+DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
+	$(srcdir)/Makefile.in $(srcdir)/config.h.in \
+	$(top_srcdir)/config/gnu/config.guess \
+	$(top_srcdir)/config/gnu/config.sub \
+	$(top_srcdir)/config/gnu/install-sh \
+	$(top_srcdir)/config/gnu/ltmain.sh \
+	$(top_srcdir)/config/gnu/missing $(top_srcdir)/configure \
+	AUTHORS COPYING ChangeLog INSTALL NEWS config/gnu/config.guess \
+	config/gnu/config.sub config/gnu/install-sh \
+	config/gnu/ltmain.sh config/gnu/missing
+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
+am__aclocal_m4_deps =  \
+	$(top_srcdir)/config/m4/ax_f90_module_extension.m4 \
+	$(top_srcdir)/config/m4/fortran.m4 \
+	$(top_srcdir)/config/m4/libtool.m4 \
+	$(top_srcdir)/config/m4/libxc.m4 \
+	$(top_srcdir)/config/m4/libxc_names.m4 \
+	$(top_srcdir)/config/m4/linalg.m4 \
+	$(top_srcdir)/config/m4/ltoptions.m4 \
+	$(top_srcdir)/config/m4/ltsugar.m4 \
+	$(top_srcdir)/config/m4/ltversion.m4 \
+	$(top_srcdir)/config/m4/lt~obsolete.m4 \
+	$(top_srcdir)/config/m4/optimizations.m4 \
+	$(top_srcdir)/config/m4/workarounds.m4 \
+	$(top_srcdir)/configure.ac
+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
+	$(ACLOCAL_M4)
+am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
+ configure.lineno config.status.lineno
+mkinstalldirs = $(install_sh) -d
+CONFIG_HEADER = config.h
+CONFIG_CLEAN_FILES =
+CONFIG_CLEAN_VPATH_FILES =
+SOURCES =
+DIST_SOURCES =
+RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
+	html-recursive info-recursive install-data-recursive \
+	install-dvi-recursive install-exec-recursive \
+	install-html-recursive install-info-recursive \
+	install-pdf-recursive install-ps-recursive install-recursive \
+	installcheck-recursive installdirs-recursive pdf-recursive \
+	ps-recursive uninstall-recursive
+am__can_run_installinfo = \
+  case $$AM_UPDATE_INFO_DIR in \
+    n|no|NO) false;; \
+    *) (install-info --version) >/dev/null 2>&1;; \
+  esac
+am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
+am__vpath_adj = case $$p in \
+    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
+    *) f=$$p;; \
+  esac;
+am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
+am__install_max = 40
+am__nobase_strip_setup = \
+  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
+am__nobase_strip = \
+  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
+am__nobase_list = $(am__nobase_strip_setup); \
+  for p in $$list; do echo "$$p $$p"; done | \
+  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
+  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
+    if (++n[$$2] == $(am__install_max)) \
+      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
+    END { for (dir in files) print dir, files[dir] }'
+am__base_list = \
+  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
+  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
+am__uninstall_files_from_dir = { \
+  test -z "$$files" \
+    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
+    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
+         $(am__cd) "$$dir" && rm -f $$files; }; \
+  }
+am__installdirs = "$(DESTDIR)$(docdir)"
+DATA = $(nobase_doc_DATA)
+RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
+  distclean-recursive maintainer-clean-recursive
+AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
+	$(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
+	cscope distdir dist dist-all distcheck
+ETAGS = etags
+CTAGS = ctags
+CSCOPE = cscope
+DIST_SUBDIRS = $(SUBDIRS)
+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+distdir = $(PACKAGE)-$(VERSION)
+top_distdir = $(distdir)
+am__remove_distdir = \
+  if test -d "$(distdir)"; then \
+    find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
+      && rm -rf "$(distdir)" \
+      || { sleep 5 && rm -rf "$(distdir)"; }; \
+  else :; fi
+am__post_remove_distdir = $(am__remove_distdir)
+am__relativize = \
+  dir0=`pwd`; \
+  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
+  sed_rest='s,^[^/]*/*,,'; \
+  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
+  sed_butlast='s,/*[^/]*$$,,'; \
+  while test -n "$$dir1"; do \
+    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
+    if test "$$first" != "."; then \
+      if test "$$first" = ".."; then \
+        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
+        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
+      else \
+        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
+        if test "$$first2" = "$$first"; then \
+          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
+        else \
+          dir2="../$$dir2"; \
+        fi; \
+        dir0="$$dir0"/"$$first"; \
+      fi; \
+    fi; \
+    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
+  done; \
+  reldir="$$dir2"
+DIST_ARCHIVES = $(distdir).tar.gz
+GZIP_ENV = --best
+DIST_TARGETS = dist-gzip
+distuninstallcheck_listfiles = find . -type f -print
+am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
+  | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
+distcleancheck_listfiles = find . -type f -print
+ACLOCAL = @ACLOCAL@
+AMTAR = @AMTAR@
+AR = @AR@
+ATOMPAW_LIBDIR = @ATOMPAW_LIBDIR@
+ATP_FCOPTS = @ATP_FCOPTS@
+ATP_LDOPTS = @ATP_LDOPTS@
+ATP_LIBS = @ATP_LIBS@
+AUTOCONF = @AUTOCONF@
+AUTOHEADER = @AUTOHEADER@
+AUTOMAKE = @AUTOMAKE@
+AWK = @AWK@
+CC = @CC@
+CCDEPMODE = @CCDEPMODE@
+CFLAGS = @CFLAGS@
+CPP = @CPP@
+CPPFLAGS = @CPPFLAGS@
+CYGPATH_W = @CYGPATH_W@
+DEFS = @DEFS@
+DEPDIR = @DEPDIR@
+DLLTOOL = @DLLTOOL@
+DSYMUTIL = @DSYMUTIL@
+DUMPBIN = @DUMPBIN@
+DVIPDF = @DVIPDF@
+ECHO_C = @ECHO_C@
+ECHO_N = @ECHO_N@
+ECHO_T = @ECHO_T@
+EGREP = @EGREP@
+EXEEXT = @EXEEXT@
+FC = @FC@
+FCFLAGS = @FCFLAGS@
+FCFLAGS_F90 = @FCFLAGS_F90@
+FGREP = @FGREP@
+GREP = @GREP@
+INSTALL = @INSTALL@
+INSTALL_DATA = @INSTALL_DATA@
+INSTALL_PROGRAM = @INSTALL_PROGRAM@
+INSTALL_SCRIPT = @INSTALL_SCRIPT@
+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+LATEX = @LATEX@
+LD = @LD@
+LDFLAGS = @LDFLAGS@
+LIBOBJS = @LIBOBJS@
+LIBS = @LIBS@
+LIBTOOL = @LIBTOOL@
+LIPO = @LIPO@
+LN_S = @LN_S@
+LTLIBOBJS = @LTLIBOBJS@
+LTOBJEXT = @LTOBJEXT@
+MAKEINFO = @MAKEINFO@
+MANIFEST_TOOL = @MANIFEST_TOOL@
+MKDIR_P = @MKDIR_P@
+MODEXT = @MODEXT@
+NM = @NM@
+NMEDIT = @NMEDIT@
+OBJDUMP = @OBJDUMP@
+OBJEXT = @OBJEXT@
+OTOOL = @OTOOL@
+OTOOL64 = @OTOOL64@
+PACKAGE = @PACKAGE@
+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
+PACKAGE_NAME = @PACKAGE_NAME@
+PACKAGE_STRING = @PACKAGE_STRING@
+PACKAGE_TARNAME = @PACKAGE_TARNAME@
+PACKAGE_URL = @PACKAGE_URL@
+PACKAGE_VERSION = @PACKAGE_VERSION@
+PATH_SEPARATOR = @PATH_SEPARATOR@
+PDFLATEX = @PDFLATEX@
+PERL = @PERL@
+RANLIB = @RANLIB@
+SED = @SED@
+SET_MAKE = @SET_MAKE@
+SHELL = @SHELL@
+STRIP = @STRIP@
+VERSION = @VERSION@
+abs_builddir = @abs_builddir@
+abs_srcdir = @abs_srcdir@
+abs_top_builddir = @abs_top_builddir@
+abs_top_srcdir = @abs_top_srcdir@
+ac_ct_AR = @ac_ct_AR@
+ac_ct_CC = @ac_ct_CC@
+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
+ac_ct_FC = @ac_ct_FC@
+am__include = @am__include@
+am__leading_dot = @am__leading_dot@
+am__quote = @am__quote@
+am__tar = @am__tar@
+am__untar = @am__untar@
+atp_fc_path = @atp_fc_path@
+atp_fc_vendor = @atp_fc_vendor@
+atp_fc_version = @atp_fc_version@
+atp_fc_wrap = @atp_fc_wrap@
+bindir = @bindir@
+build = @build@
+build_alias = @build_alias@
+build_cpu = @build_cpu@
+build_os = @build_os@
+build_vendor = @build_vendor@
+builddir = @builddir@
+datadir = @datadir@
+datarootdir = @datarootdir@
+docdir = @docdir@
+dvidir = @dvidir@
+exec_prefix = @exec_prefix@
+host = @host@
+host_alias = @host_alias@
+host_cpu = @host_cpu@
+host_os = @host_os@
+host_vendor = @host_vendor@
+htmldir = @htmldir@
+includedir = @includedir@
+infodir = @infodir@
+install_sh = @install_sh@
+libdir = @libdir@
+libexecdir = @libexecdir@
+localedir = @localedir@
+localstatedir = @localstatedir@
+mandir = @mandir@
+mkdir_p = @mkdir_p@
+oldincludedir = @oldincludedir@
+pdfdir = @pdfdir@
+prefix = @prefix@
+program_transform_name = @program_transform_name@
+psdir = @psdir@
+sbindir = @sbindir@
+sharedstatedir = @sharedstatedir@
+srcdir = @srcdir@
+sysconfdir = @sysconfdir@
+target = @target@
+target_alias = @target_alias@
+target_cpu = @target_cpu@
+target_os = @target_os@
+target_vendor = @target_vendor@
+top_build_prefix = @top_build_prefix@
+top_builddir = @top_builddir@
+top_srcdir = @top_srcdir@
+
+#
+# Top makefile
+#
+
+# Autotools parameters
+ACLOCAL_AMFLAGS = -I config/m4
+
+# Subdirectories containing makefiles
+SUBDIRS = src
+
+# Files to distribute in the source package
+
+# Files to distribute in the source package
+EXTRA_DIST = README config/m4/ax_f90_module_extension.m4 \
+	config/m4/fortran.m4 config/m4/information.m4 \
+	config/m4/linalg.m4 config/m4/optimizations.m4 \
+	config/m4/workarounds.m4 $(atp_xmpl_srcs) $(atp_doc_srcs)
+
+#
+# Documentation: examples
+#
+
+# Files to distribute in the source package
+atp_xmpl_srcs = \
+	example/F/lda/F.input \
+	example/F/lda/F.atomicdata \
+    example/F/lda/F.LDA-PW-paw.abinit \
+    example/F/lda/F.LDA-PW-paw.UPF \
+	example/F/hf/F.input \
+	example/F/hf/F.atomicdata \
+	example/Li/lda/Li.input \
+	example/Li/lda/Li.atomicdata \
+    example/Li/lda/Li.LDA-PW-paw.abinit \
+    example/Li/lda/Li.LDA-PW-paw.UPF \
+	example/Li/hf/Li.input \
+	example/Li/hf/Li.atomicdata \
+	example/Na/outputdata/in \
+	example/Na/outputdata/Na.atomicdata \
+    example/Na/outputdata/Na.LDA-PW-paw.abinit \
+    example/Na/outputdata/Na.LDA-PW-paw.UPF
+
+atp_doc_srcs = \
+	doc/atompaw-usersguide.pdf \
+	doc/atompaw-usersguide.doc \
+	doc/ATOMPAW_Explore_Userguide.pdf \
+	doc/ATOMPAW_Explore_Userguide.odt \
+	doc/exploresetup/ParameterExplore.cpp \
+	doc/exploresetup/ParameterExploreReadMe.txt \
+	doc/scripts/explorelogderiv \
+	doc/scripts/explorewfn \
+	doc/scripts/plotdensity \
+	doc/scripts/plotlogderiv \
+	doc/scripts/plotpotential \
+	doc/scripts/plotwfn
+
+
+# Files to install (nobase = preserving the directory structure)
+nobase_doc_DATA = $(atp_xmpl_srcs) $(atp_doc_srcs)
+all: config.h
+	$(MAKE) $(AM_MAKEFLAGS) all-recursive
+
+.SUFFIXES:
+am--refresh: Makefile
+	@:
+$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
+	@for dep in $?; do \
+	  case '$(am__configure_deps)' in \
+	    *$$dep*) \
+	      echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \
+	      $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \
+		&& exit 0; \
+	      exit 1;; \
+	  esac; \
+	done; \
+	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
+	$(am__cd) $(top_srcdir) && \
+	  $(AUTOMAKE) --gnu Makefile
+.PRECIOUS: Makefile
+Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
+	@case '$?' in \
+	  *config.status*) \
+	    echo ' $(SHELL) ./config.status'; \
+	    $(SHELL) ./config.status;; \
+	  *) \
+	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
+	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
+	esac;
+
+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+	$(SHELL) ./config.status --recheck
+
+$(top_srcdir)/configure:  $(am__configure_deps)
+	$(am__cd) $(srcdir) && $(AUTOCONF)
+$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
+	$(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
+$(am__aclocal_m4_deps):
+
+config.h: stamp-h1
+	@if test ! -f $@; then rm -f stamp-h1; else :; fi
+	@if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi
+
+stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
+	@rm -f stamp-h1
+	cd $(top_builddir) && $(SHELL) ./config.status config.h
+$(srcdir)/config.h.in:  $(am__configure_deps) 
+	($(am__cd) $(top_srcdir) && $(AUTOHEADER))
+	rm -f stamp-h1
+	touch $@
+
+distclean-hdr:
+	-rm -f config.h stamp-h1
+
+mostlyclean-libtool:
+	-rm -f *.lo
+
+clean-libtool:
+	-rm -rf .libs _libs
+
+distclean-libtool:
+	-rm -f libtool config.lt
+install-nobase_docDATA: $(nobase_doc_DATA)
+	@$(NORMAL_INSTALL)
+	@list='$(nobase_doc_DATA)'; test -n "$(docdir)" || list=; \
+	if test -n "$$list"; then \
+	  echo " $(MKDIR_P) '$(DESTDIR)$(docdir)'"; \
+	  $(MKDIR_P) "$(DESTDIR)$(docdir)" || exit 1; \
+	fi; \
+	$(am__nobase_list) | while read dir files; do \
+	  xfiles=; for file in $$files; do \
+	    if test -f "$$file"; then xfiles="$$xfiles $$file"; \
+	    else xfiles="$$xfiles $(srcdir)/$$file"; fi; done; \
+	  test -z "$$xfiles" || { \
+	    test "x$$dir" = x. || { \
+	      echo " $(MKDIR_P) '$(DESTDIR)$(docdir)/$$dir'"; \
+	      $(MKDIR_P) "$(DESTDIR)$(docdir)/$$dir"; }; \
+	    echo " $(INSTALL_DATA) $$xfiles '$(DESTDIR)$(docdir)/$$dir'"; \
+	    $(INSTALL_DATA) $$xfiles "$(DESTDIR)$(docdir)/$$dir" || exit $$?; }; \
+	done
+
+uninstall-nobase_docDATA:
+	@$(NORMAL_UNINSTALL)
+	@list='$(nobase_doc_DATA)'; test -n "$(docdir)" || list=; \
+	$(am__nobase_strip_setup); files=`$(am__nobase_strip)`; \
+	dir='$(DESTDIR)$(docdir)'; $(am__uninstall_files_from_dir)
+
+# This directory's subdirectories are mostly independent; you can cd
+# into them and run 'make' without going through this Makefile.
+# To change the values of 'make' variables: instead of editing Makefiles,
+# (1) if the variable is set in 'config.status', edit 'config.status'
+#     (which will cause the Makefiles to be regenerated when you run 'make');
+# (2) otherwise, pass the desired values on the 'make' command line.
+$(RECURSIVE_TARGETS) $(RECURSIVE_CLEAN_TARGETS):
+	@fail= failcom='exit 1'; \
+	for f in x $$MAKEFLAGS; do \
+	  case $$f in \
+	    *=* | --[!k]*);; \
+	    *k*) failcom='fail=yes';; \
+	  esac; \
+	done; \
+	dot_seen=no; \
+	target=`echo $@ | sed s/-recursive//`; \
+	case "$@" in \
+	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
+	  *) list='$(SUBDIRS)' ;; \
+	esac; \
+	for subdir in $$list; do \
+	  echo "Making $$target in $$subdir"; \
+	  if test "$$subdir" = "."; then \
+	    dot_seen=yes; \
+	    local_target="$$target-am"; \
+	  else \
+	    local_target="$$target"; \
+	  fi; \
+	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+	  || eval $$failcom; \
+	done; \
+	if test "$$dot_seen" = "no"; then \
+	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
+	fi; test -z "$$fail"
+tags-recursive:
+	list='$(SUBDIRS)'; for subdir in $$list; do \
+	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
+	done
+ctags-recursive:
+	list='$(SUBDIRS)'; for subdir in $$list; do \
+	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
+	done
+cscopelist-recursive:
+	list='$(SUBDIRS)'; for subdir in $$list; do \
+	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) cscopelist); \
+	done
+
+ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+	unique=`for i in $$list; do \
+	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
+	  done | \
+	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
+	      END { if (nonempty) { for (i in files) print i; }; }'`; \
+	mkid -fID $$unique
+tags: TAGS
+
+TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
+		$(TAGS_FILES) $(LISP)
+	set x; \
+	here=`pwd`; \
+	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
+	  include_option=--etags-include; \
+	  empty_fix=.; \
+	else \
+	  include_option=--include; \
+	  empty_fix=; \
+	fi; \
+	list='$(SUBDIRS)'; for subdir in $$list; do \
+	  if test "$$subdir" = .; then :; else \
+	    test ! -f $$subdir/TAGS || \
+	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
+	  fi; \
+	done; \
+	list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
+	unique=`for i in $$list; do \
+	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
+	  done | \
+	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
+	      END { if (nonempty) { for (i in files) print i; }; }'`; \
+	shift; \
+	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
+	  test -n "$$unique" || unique=$$empty_fix; \
+	  if test $$# -gt 0; then \
+	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
+	      "$$@" $$unique; \
+	  else \
+	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
+	      $$unique; \
+	  fi; \
+	fi
+ctags: CTAGS
+CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
+		$(TAGS_FILES) $(LISP)
+	list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
+	unique=`for i in $$list; do \
+	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
+	  done | \
+	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
+	      END { if (nonempty) { for (i in files) print i; }; }'`; \
+	test -z "$(CTAGS_ARGS)$$unique" \
+	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+	     $$unique
+
+GTAGS:
+	here=`$(am__cd) $(top_builddir) && pwd` \
+	  && $(am__cd) $(top_srcdir) \
+	  && gtags -i $(GTAGS_ARGS) "$$here"
+
+cscope: cscope.files
+	test ! -s cscope.files \
+	  || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
+
+clean-cscope:
+	-rm -f cscope.files
+
+cscope.files: clean-cscope cscopelist-recursive cscopelist
+
+cscopelist: cscopelist-recursive $(HEADERS) $(SOURCES) $(LISP)
+	list='$(SOURCES) $(HEADERS) $(LISP)'; \
+	case "$(srcdir)" in \
+	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
+	  *) sdir=$(subdir)/$(srcdir) ;; \
+	esac; \
+	for i in $$list; do \
+	  if test -f "$$i"; then \
+	    echo "$(subdir)/$$i"; \
+	  else \
+	    echo "$$sdir/$$i"; \
+	  fi; \
+	done >> $(top_builddir)/cscope.files
+
+distclean-tags:
+	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+	-rm -f cscope.out cscope.in.out cscope.po.out cscope.files
+
+distdir: $(DISTFILES)
+	$(am__remove_distdir)
+	test -d "$(distdir)" || mkdir "$(distdir)"
+	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
+	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
+	list='$(DISTFILES)'; \
+	  dist_files=`for file in $$list; do echo $$file; done | \
+	  sed -e "s|^$$srcdirstrip/||;t" \
+	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
+	case $$dist_files in \
+	  */*) $(MKDIR_P) `echo "$$dist_files" | \
+			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
+			   sort -u` ;; \
+	esac; \
+	for file in $$dist_files; do \
+	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+	  if test -d $$d/$$file; then \
+	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
+	    if test -d "$(distdir)/$$file"; then \
+	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
+	    fi; \
+	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
+	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
+	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
+	    fi; \
+	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
+	  else \
+	    test -f "$(distdir)/$$file" \
+	    || cp -p $$d/$$file "$(distdir)/$$file" \
+	    || exit 1; \
+	  fi; \
+	done
+	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
+	  if test "$$subdir" = .; then :; else \
+	    $(am__make_dryrun) \
+	      || test -d "$(distdir)/$$subdir" \
+	      || $(MKDIR_P) "$(distdir)/$$subdir" \
+	      || exit 1; \
+	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
+	    $(am__relativize); \
+	    new_distdir=$$reldir; \
+	    dir1=$$subdir; dir2="$(top_distdir)"; \
+	    $(am__relativize); \
+	    new_top_distdir=$$reldir; \
+	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
+	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
+	    ($(am__cd) $$subdir && \
+	      $(MAKE) $(AM_MAKEFLAGS) \
+	        top_distdir="$$new_top_distdir" \
+	        distdir="$$new_distdir" \
+		am__remove_distdir=: \
+		am__skip_length_check=: \
+		am__skip_mode_fix=: \
+	        distdir) \
+	      || exit 1; \
+	  fi; \
+	done
+	-test -n "$(am__skip_mode_fix)" \
+	|| find "$(distdir)" -type d ! -perm -755 \
+		-exec chmod u+rwx,go+rx {} \; -o \
+	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
+	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
+	  ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
+	|| chmod -R a+r "$(distdir)"
+dist-gzip: distdir
+	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
+	$(am__post_remove_distdir)
+
+dist-bzip2: distdir
+	tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
+	$(am__post_remove_distdir)
+
+dist-lzip: distdir
+	tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
+	$(am__post_remove_distdir)
+
+dist-xz: distdir
+	tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
+	$(am__post_remove_distdir)
+
+dist-tarZ: distdir
+	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
+	$(am__post_remove_distdir)
+
+dist-shar: distdir
+	shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
+	$(am__post_remove_distdir)
+
+dist-zip: distdir
+	-rm -f $(distdir).zip
+	zip -rq $(distdir).zip $(distdir)
+	$(am__post_remove_distdir)
+
+dist dist-all:
+	$(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
+	$(am__post_remove_distdir)
+
+# This target untars the dist file and tries a VPATH configuration.  Then
+# it guarantees that the distribution is self-contained by making another
+# tarfile.
+distcheck: dist
+	case '$(DIST_ARCHIVES)' in \
+	*.tar.gz*) \
+	  GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
+	*.tar.bz2*) \
+	  bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
+	*.tar.lz*) \
+	  lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
+	*.tar.xz*) \
+	  xz -dc $(distdir).tar.xz | $(am__untar) ;;\
+	*.tar.Z*) \
+	  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
+	*.shar.gz*) \
+	  GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
+	*.zip*) \
+	  unzip $(distdir).zip ;;\
+	esac
+	chmod -R a-w $(distdir)
+	chmod u+w $(distdir)
+	mkdir $(distdir)/_build $(distdir)/_inst
+	chmod a-w $(distdir)
+	test -d $(distdir)/_build || exit 0; \
+	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
+	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
+	  && am__cwd=`pwd` \
+	  && $(am__cd) $(distdir)/_build \
+	  && ../configure --srcdir=.. --prefix="$$dc_install_base" \
+	    $(AM_DISTCHECK_CONFIGURE_FLAGS) \
+	    $(DISTCHECK_CONFIGURE_FLAGS) \
+	  && $(MAKE) $(AM_MAKEFLAGS) \
+	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
+	  && $(MAKE) $(AM_MAKEFLAGS) check \
+	  && $(MAKE) $(AM_MAKEFLAGS) install \
+	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
+	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
+	  && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
+	        distuninstallcheck \
+	  && chmod -R a-w "$$dc_install_base" \
+	  && ({ \
+	       (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
+	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
+	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
+	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
+	            distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
+	      } || { rm -rf "$$dc_destdir"; exit 1; }) \
+	  && rm -rf "$$dc_destdir" \
+	  && $(MAKE) $(AM_MAKEFLAGS) dist \
+	  && rm -rf $(DIST_ARCHIVES) \
+	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
+	  && cd "$$am__cwd" \
+	  || exit 1
+	$(am__post_remove_distdir)
+	@(echo "$(distdir) archives ready for distribution: "; \
+	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
+	  sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
+distuninstallcheck:
+	@test -n '$(distuninstallcheck_dir)' || { \
+	  echo 'ERROR: trying to run $@ with an empty' \
+	       '$$(distuninstallcheck_dir)' >&2; \
+	  exit 1; \
+	}; \
+	$(am__cd) '$(distuninstallcheck_dir)' || { \
+	  echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
+	  exit 1; \
+	}; \
+	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
+	   || { echo "ERROR: files left after uninstall:" ; \
+	        if test -n "$(DESTDIR)"; then \
+	          echo "  (check DESTDIR support)"; \
+	        fi ; \
+	        $(distuninstallcheck_listfiles) ; \
+	        exit 1; } >&2
+distcleancheck: distclean
+	@if test '$(srcdir)' = . ; then \
+	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
+	  exit 1 ; \
+	fi
+	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
+	  || { echo "ERROR: files left in build directory after distclean:" ; \
+	       $(distcleancheck_listfiles) ; \
+	       exit 1; } >&2
+check-am: all-am
+check: check-recursive
+all-am: Makefile $(DATA) config.h
+installdirs: installdirs-recursive
+installdirs-am:
+	for dir in "$(DESTDIR)$(docdir)"; do \
+	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
+	done
+install: install-recursive
+install-exec: install-exec-recursive
+install-data: install-data-recursive
+uninstall: uninstall-recursive
+
+install-am: all-am
+	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
+
+installcheck: installcheck-recursive
+install-strip:
+	if test -z '$(STRIP)'; then \
+	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+	      install; \
+	else \
+	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
+	fi
+mostlyclean-generic:
+
+clean-generic:
+
+distclean-generic:
+	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
+
+maintainer-clean-generic:
+	@echo "This command is intended for maintainers to use"
+	@echo "it deletes files that may require special tools to rebuild."
+clean: clean-recursive
+
+clean-am: clean-generic clean-libtool mostlyclean-am
+
+distclean: distclean-recursive
+	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
+	-rm -f Makefile
+distclean-am: clean-am distclean-generic distclean-hdr \
+	distclean-libtool distclean-tags
+
+dvi: dvi-recursive
+
+dvi-am:
+
+html: html-recursive
+
+html-am:
+
+info: info-recursive
+
+info-am:
+
+install-data-am: install-nobase_docDATA
+
+install-dvi: install-dvi-recursive
+
+install-dvi-am:
+
+install-exec-am:
+
+install-html: install-html-recursive
+
+install-html-am:
+
+install-info: install-info-recursive
+
+install-info-am:
+
+install-man:
+
+install-pdf: install-pdf-recursive
+
+install-pdf-am:
+
+install-ps: install-ps-recursive
+
+install-ps-am:
+
+installcheck-am:
+
+maintainer-clean: maintainer-clean-recursive
+	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
+	-rm -rf $(top_srcdir)/autom4te.cache
+	-rm -f Makefile
+maintainer-clean-am: distclean-am maintainer-clean-generic
+
+mostlyclean: mostlyclean-recursive
+
+mostlyclean-am: mostlyclean-generic mostlyclean-libtool
+
+pdf: pdf-recursive
+
+pdf-am:
+
+ps: ps-recursive
+
+ps-am:
+
+uninstall-am: uninstall-nobase_docDATA
+
+.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \
+	cscopelist-recursive ctags-recursive install-am install-strip \
+	tags-recursive
+
+.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
+	all all-am am--refresh check check-am clean clean-cscope \
+	clean-generic clean-libtool cscope cscopelist \
+	cscopelist-recursive ctags ctags-recursive dist dist-all \
+	dist-bzip2 dist-gzip dist-lzip dist-shar dist-tarZ dist-xz \
+	dist-zip distcheck distclean distclean-generic distclean-hdr \
+	distclean-libtool distclean-tags distcleancheck distdir \
+	distuninstallcheck dvi dvi-am html html-am info info-am \
+	install install-am install-data install-data-am install-dvi \
+	install-dvi-am install-exec install-exec-am install-html \
+	install-html-am install-info install-info-am install-man \
+	install-nobase_docDATA install-pdf install-pdf-am install-ps \
+	install-ps-am install-strip installcheck installcheck-am \
+	installdirs installdirs-am maintainer-clean \
+	maintainer-clean-generic mostlyclean mostlyclean-generic \
+	mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
+	uninstall uninstall-am uninstall-nobase_docDATA
+
+
+                    # ------------------------------------ #
+
+                    # ------------------------------------ #
+
+# Tell versions [3.59,3.63) of GNU make to not export all variables.
+# Otherwise a system limit (for SysV at least) may be exceeded.
+.NOEXPORT:
diff --git a/NEWS b/NEWS
new file mode 100644
index 0000000..e69de29
diff --git a/README b/README
new file mode 100644
index 0000000..9adda83
--- /dev/null
+++ b/README
@@ -0,0 +1,6 @@
+Atompaw
+A Projector Augmented Wave (PAW) code for generating atom-centered functions.
+
+Please check:
+Official website : http://pwpaw.wfu.edu
+User's guide : ~/doc/atompaw-usersguide.pdf
diff --git a/aclocal.m4 b/aclocal.m4
new file mode 100644
index 0000000..c614e23
--- /dev/null
+++ b/aclocal.m4
@@ -0,0 +1,965 @@
+# generated automatically by aclocal 1.12.4 -*- Autoconf -*-
+
+# Copyright (C) 1996-2012 Free Software Foundation, Inc.
+
+# This file is free software; the Free Software Foundation
+# gives unlimited permission to copy and/or distribute it,
+# with or without modifications, as long as this notice is preserved.
+
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
+# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
+# PARTICULAR PURPOSE.
+
+m4_ifndef([AC_AUTOCONF_VERSION],
+  [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
+m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.69],,
+[m4_warning([this file was generated for autoconf 2.69.
+You have another version of autoconf.  It may work, but is not guaranteed to.
+If you have problems, you may need to regenerate the build system entirely.
+To do so, use the procedure documented by the package, typically 'autoreconf'.])])
+
+# Copyright (C) 2002-2012 Free Software Foundation, Inc.
+#
+# This file is free software; the Free Software Foundation
+# gives unlimited permission to copy and/or distribute it,
+# with or without modifications, as long as this notice is preserved.
+
+# AM_AUTOMAKE_VERSION(VERSION)
+# ----------------------------
+# Automake X.Y traces this macro to ensure aclocal.m4 has been
+# generated from the m4 files accompanying Automake X.Y.
+# (This private macro should not be called outside this file.)
+AC_DEFUN([AM_AUTOMAKE_VERSION],
+[am__api_version='1.12'
+dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
+dnl require some minimum version.  Point them to the right macro.
+m4_if([$1], [1.12.4], [],
+      [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
+])
+
+# _AM_AUTOCONF_VERSION(VERSION)
+# -----------------------------
+# aclocal traces this macro to find the Autoconf version.
+# This is a private macro too.  Using m4_define simplifies
+# the logic in aclocal, which can simply ignore this definition.
+m4_define([_AM_AUTOCONF_VERSION], [])
+
+# AM_SET_CURRENT_AUTOMAKE_VERSION
+# -------------------------------
+# Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced.
+# This function is AC_REQUIREd by AM_INIT_AUTOMAKE.
+AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
+[AM_AUTOMAKE_VERSION([1.12.4])dnl
+m4_ifndef([AC_AUTOCONF_VERSION],
+  [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
+_AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))])
+
+# AM_AUX_DIR_EXPAND                                         -*- Autoconf -*-
+
+# Copyright (C) 2001-2012 Free Software Foundation, Inc.
+#
+# This file is free software; the Free Software Foundation
+# gives unlimited permission to copy and/or distribute it,
+# with or without modifications, as long as this notice is preserved.
+
+# For projects using AC_CONFIG_AUX_DIR([foo]), Autoconf sets
+# $ac_aux_dir to '$srcdir/foo'.  In other projects, it is set to
+# '$srcdir', '$srcdir/..', or '$srcdir/../..'.
+#
+# Of course, Automake must honor this variable whenever it calls a
+# tool from the auxiliary directory.  The problem is that $srcdir (and
+# therefore $ac_aux_dir as well) can be either absolute or relative,
+# depending on how configure is run.  This is pretty annoying, since
+# it makes $ac_aux_dir quite unusable in subdirectories: in the top
+# source directory, any form will work fine, but in subdirectories a
+# relative path needs to be adjusted first.
+#
+# $ac_aux_dir/missing
+#    fails when called from a subdirectory if $ac_aux_dir is relative
+# $top_srcdir/$ac_aux_dir/missing
+#    fails if $ac_aux_dir is absolute,
+#    fails when called from a subdirectory in a VPATH build with
+#          a relative $ac_aux_dir
+#
+# The reason of the latter failure is that $top_srcdir and $ac_aux_dir
+# are both prefixed by $srcdir.  In an in-source build this is usually
+# harmless because $srcdir is '.', but things will broke when you
+# start a VPATH build or use an absolute $srcdir.
+#
+# So we could use something similar to $top_srcdir/$ac_aux_dir/missing,
+# iff we strip the leading $srcdir from $ac_aux_dir.  That would be:
+#   am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
+# and then we would define $MISSING as
+#   MISSING="\${SHELL} $am_aux_dir/missing"
+# This will work as long as MISSING is not called from configure, because
+# unfortunately $(top_srcdir) has no meaning in configure.
+# However there are other variables, like CC, which are often used in
+# configure, and could therefore not use this "fixed" $ac_aux_dir.
+#
+# Another solution, used here, is to always expand $ac_aux_dir to an
+# absolute PATH.  The drawback is that using absolute paths prevent a
+# configured tree to be moved without reconfiguration.
+
+AC_DEFUN([AM_AUX_DIR_EXPAND],
+[dnl Rely on autoconf to set up CDPATH properly.
+AC_PREREQ([2.50])dnl
+# expand $ac_aux_dir to an absolute path
+am_aux_dir=`cd $ac_aux_dir && pwd`
+])
+
+# AM_CONDITIONAL                                            -*- Autoconf -*-
+
+# Copyright (C) 1997-2012 Free Software Foundation, Inc.
+#
+# This file is free software; the Free Software Foundation
+# gives unlimited permission to copy and/or distribute it,
+# with or without modifications, as long as this notice is preserved.
+
+# AM_CONDITIONAL(NAME, SHELL-CONDITION)
+# -------------------------------------
+# Define a conditional.
+AC_DEFUN([AM_CONDITIONAL],
+[AC_PREREQ([2.52])dnl
+ m4_if([$1], [TRUE],  [AC_FATAL([$0: invalid condition: $1])],
+       [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl
+AC_SUBST([$1_TRUE])dnl
+AC_SUBST([$1_FALSE])dnl
+_AM_SUBST_NOTMAKE([$1_TRUE])dnl
+_AM_SUBST_NOTMAKE([$1_FALSE])dnl
+m4_define([_AM_COND_VALUE_$1], [$2])dnl
+if $2; then
+  $1_TRUE=
+  $1_FALSE='#'
+else
+  $1_TRUE='#'
+  $1_FALSE=
+fi
+AC_CONFIG_COMMANDS_PRE(
+[if test -z "${$1_TRUE}" && test -z "${$1_FALSE}"; then
+  AC_MSG_ERROR([[conditional "$1" was never defined.
+Usually this means the macro was only invoked conditionally.]])
+fi])])
+
+# Copyright (C) 1999-2012 Free Software Foundation, Inc.
+#
+# This file is free software; the Free Software Foundation
+# gives unlimited permission to copy and/or distribute it,
+# with or without modifications, as long as this notice is preserved.
+
+
+# There are a few dirty hacks below to avoid letting 'AC_PROG_CC' be
+# written in clear, in which case automake, when reading aclocal.m4,
+# will think it sees a *use*, and therefore will trigger all it's
+# C support machinery.  Also note that it means that autoscan, seeing
+# CC etc. in the Makefile, will ask for an AC_PROG_CC use...
+
+
+# _AM_DEPENDENCIES(NAME)
+# ----------------------
+# See how the compiler implements dependency checking.
+# NAME is "CC", "CXX", "OBJC", "OBJCXX", "UPC", or "GJC".
+# We try a few techniques and use that to set a single cache variable.
+#
+# We don't AC_REQUIRE the corresponding AC_PROG_CC since the latter was
+# modified to invoke _AM_DEPENDENCIES(CC); we would have a circular
+# dependency, and given that the user is not expected to run this macro,
+# just rely on AC_PROG_CC.
+AC_DEFUN([_AM_DEPENDENCIES],
+[AC_REQUIRE([AM_SET_DEPDIR])dnl
+AC_REQUIRE([AM_OUTPUT_DEPENDENCY_COMMANDS])dnl
+AC_REQUIRE([AM_MAKE_INCLUDE])dnl
+AC_REQUIRE([AM_DEP_TRACK])dnl
+
+m4_if([$1], [CC],   [depcc="$CC"   am_compiler_list=],
+      [$1], [CXX],  [depcc="$CXX"  am_compiler_list=],
+      [$1], [OBJC], [depcc="$OBJC" am_compiler_list='gcc3 gcc'],
+      [$1], [OBJCXX], [depcc="$OBJCXX" am_compiler_list='gcc3 gcc'],
+      [$1], [UPC],  [depcc="$UPC"  am_compiler_list=],
+      [$1], [GCJ],  [depcc="$GCJ"  am_compiler_list='gcc3 gcc'],
+                    [depcc="$$1"   am_compiler_list=])
+
+AC_CACHE_CHECK([dependency style of $depcc],
+               [am_cv_$1_dependencies_compiler_type],
+[if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
+  # We make a subdir and do the tests there.  Otherwise we can end up
+  # making bogus files that we don't know about and never remove.  For
+  # instance it was reported that on HP-UX the gcc test will end up
+  # making a dummy file named 'D' -- because '-MD' means "put the output
+  # in D".
+  rm -rf conftest.dir
+  mkdir conftest.dir
+  # Copy depcomp to subdir because otherwise we won't find it if we're
+  # using a relative directory.
+  cp "$am_depcomp" conftest.dir
+  cd conftest.dir
+  # We will build objects and dependencies in a subdirectory because
+  # it helps to detect inapplicable dependency modes.  For instance
+  # both Tru64's cc and ICC support -MD to output dependencies as a
+  # side effect of compilation, but ICC will put the dependencies in
+  # the current directory while Tru64 will put them in the object
+  # directory.
+  mkdir sub
+
+  am_cv_$1_dependencies_compiler_type=none
+  if test "$am_compiler_list" = ""; then
+     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
+  fi
+  am__universal=false
+  m4_case([$1], [CC],
+    [case " $depcc " in #(
+     *\ -arch\ *\ -arch\ *) am__universal=true ;;
+     esac],
+    [CXX],
+    [case " $depcc " in #(
+     *\ -arch\ *\ -arch\ *) am__universal=true ;;
+     esac])
+
+  for depmode in $am_compiler_list; do
+    # Setup a source with many dependencies, because some compilers
+    # like to wrap large dependency lists on column 80 (with \), and
+    # we should not choose a depcomp mode which is confused by this.
+    #
+    # We need to recreate these files for each test, as the compiler may
+    # overwrite some of them when testing with obscure command lines.
+    # This happens at least with the AIX C compiler.
+    : > sub/conftest.c
+    for i in 1 2 3 4 5 6; do
+      echo '#include "conftst'$i'.h"' >> sub/conftest.c
+      # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
+      # Solaris 10 /bin/sh.
+      echo '/* dummy */' > sub/conftst$i.h
+    done
+    echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
+
+    # We check with '-c' and '-o' for the sake of the "dashmstdout"
+    # mode.  It turns out that the SunPro C++ compiler does not properly
+    # handle '-M -o', and we need to detect this.  Also, some Intel
+    # versions had trouble with output in subdirs.
+    am__obj=sub/conftest.${OBJEXT-o}
+    am__minus_obj="-o $am__obj"
+    case $depmode in
+    gcc)
+      # This depmode causes a compiler race in universal mode.
+      test "$am__universal" = false || continue
+      ;;
+    nosideeffect)
+      # After this tag, mechanisms are not by side-effect, so they'll
+      # only be used when explicitly requested.
+      if test "x$enable_dependency_tracking" = xyes; then
+	continue
+      else
+	break
+      fi
+      ;;
+    msvc7 | msvc7msys | msvisualcpp | msvcmsys)
+      # This compiler won't grok '-c -o', but also, the minuso test has
+      # not run yet.  These depmodes are late enough in the game, and
+      # so weak that their functioning should not be impacted.
+      am__obj=conftest.${OBJEXT-o}
+      am__minus_obj=
+      ;;
+    none) break ;;
+    esac
+    if depmode=$depmode \
+       source=sub/conftest.c object=$am__obj \
+       depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
+       $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
+         >/dev/null 2>conftest.err &&
+       grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
+       grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
+       grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
+       ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
+      # icc doesn't choke on unknown options, it will just issue warnings
+      # or remarks (even with -Werror).  So we grep stderr for any message
+      # that says an option was ignored or not supported.
+      # When given -MP, icc 7.0 and 7.1 complain thusly:
+      #   icc: Command line warning: ignoring option '-M'; no argument required
+      # The diagnosis changed in icc 8.0:
+      #   icc: Command line remark: option '-MP' not supported
+      if (grep 'ignoring option' conftest.err ||
+          grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
+        am_cv_$1_dependencies_compiler_type=$depmode
+        break
+      fi
+    fi
+  done
+
+  cd ..
+  rm -rf conftest.dir
+else
+  am_cv_$1_dependencies_compiler_type=none
+fi
+])
+AC_SUBST([$1DEPMODE], [depmode=$am_cv_$1_dependencies_compiler_type])
+AM_CONDITIONAL([am__fastdep$1], [
+  test "x$enable_dependency_tracking" != xno \
+  && test "$am_cv_$1_dependencies_compiler_type" = gcc3])
+])
+
+
+# AM_SET_DEPDIR
+# -------------
+# Choose a directory name for dependency files.
+# This macro is AC_REQUIREd in _AM_DEPENDENCIES.
+AC_DEFUN([AM_SET_DEPDIR],
+[AC_REQUIRE([AM_SET_LEADING_DOT])dnl
+AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])dnl
+])
+
+
+# AM_DEP_TRACK
+# ------------
+AC_DEFUN([AM_DEP_TRACK],
+[AC_ARG_ENABLE([dependency-tracking], [dnl
+AS_HELP_STRING(
+  [--enable-dependency-tracking],
+  [do not reject slow dependency extractors])
+AS_HELP_STRING(
+  [--disable-dependency-tracking],
+  [speeds up one-time build])])
+if test "x$enable_dependency_tracking" != xno; then
+  am_depcomp="$ac_aux_dir/depcomp"
+  AMDEPBACKSLASH='\'
+  am__nodep='_no'
+fi
+AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
+AC_SUBST([AMDEPBACKSLASH])dnl
+_AM_SUBST_NOTMAKE([AMDEPBACKSLASH])dnl
+AC_SUBST([am__nodep])dnl
+_AM_SUBST_NOTMAKE([am__nodep])dnl
+])
+
+# Generate code to set up dependency tracking.              -*- Autoconf -*-
+
+# Copyright (C) 1999-2012 Free Software Foundation, Inc.
+#
+# This file is free software; the Free Software Foundation
+# gives unlimited permission to copy and/or distribute it,
+# with or without modifications, as long as this notice is preserved.
+
+
+# _AM_OUTPUT_DEPENDENCY_COMMANDS
+# ------------------------------
+AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS],
+[{
+  # Autoconf 2.62 quotes --file arguments for eval, but not when files
+  # are listed without --file.  Let's play safe and only enable the eval
+  # if we detect the quoting.
+  case $CONFIG_FILES in
+  *\'*) eval set x "$CONFIG_FILES" ;;
+  *)   set x $CONFIG_FILES ;;
+  esac
+  shift
+  for mf
+  do
+    # Strip MF so we end up with the name of the file.
+    mf=`echo "$mf" | sed -e 's/:.*$//'`
+    # Check whether this is an Automake generated Makefile or not.
+    # We used to match only the files named 'Makefile.in', but
+    # some people rename them; so instead we look at the file content.
+    # Grep'ing the first line is not enough: some people post-process
+    # each Makefile.in and add a new line on top of each file to say so.
+    # Grep'ing the whole file is not good either: AIX grep has a line
+    # limit of 2048, but all sed's we know have understand at least 4000.
+    if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
+      dirpart=`AS_DIRNAME("$mf")`
+    else
+      continue
+    fi
+    # Extract the definition of DEPDIR, am__include, and am__quote
+    # from the Makefile without running 'make'.
+    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
+    test -z "$DEPDIR" && continue
+    am__include=`sed -n 's/^am__include = //p' < "$mf"`
+    test -z "am__include" && continue
+    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
+    # Find all dependency output files, they are included files with
+    # $(DEPDIR) in their names.  We invoke sed twice because it is the
+    # simplest approach to changing $(DEPDIR) to its actual value in the
+    # expansion.
+    for file in `sed -n "
+      s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
+	 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do
+      # Make sure the directory exists.
+      test -f "$dirpart/$file" && continue
+      fdir=`AS_DIRNAME(["$file"])`
+      AS_MKDIR_P([$dirpart/$fdir])
+      # echo "creating $dirpart/$file"
+      echo '# dummy' > "$dirpart/$file"
+    done
+  done
+}
+])# _AM_OUTPUT_DEPENDENCY_COMMANDS
+
+
+# AM_OUTPUT_DEPENDENCY_COMMANDS
+# -----------------------------
+# This macro should only be invoked once -- use via AC_REQUIRE.
+#
+# This code is only required when automatic dependency tracking
+# is enabled.  FIXME.  This creates each '.P' file that we will
+# need in order to bootstrap the dependency handling code.
+AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS],
+[AC_CONFIG_COMMANDS([depfiles],
+     [test x"$AMDEP_TRUE" != x"" || _AM_OUTPUT_DEPENDENCY_COMMANDS],
+     [AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"])
+])
+
+# Copyright (C) 1996-2012 Free Software Foundation, Inc.
+#
+# This file is free software; the Free Software Foundation
+# gives unlimited permission to copy and/or distribute it,
+# with or without modifications, as long as this notice is preserved.
+
+# AM_CONFIG_HEADER is obsolete.  It has been replaced by AC_CONFIG_HEADERS.
+AU_DEFUN([AM_CONFIG_HEADER], [AC_CONFIG_HEADERS($@)])
+
+# Do all the work for Automake.                             -*- Autoconf -*-
+
+# Copyright (C) 1996-2012 Free Software Foundation, Inc.
+#
+# This file is free software; the Free Software Foundation
+# gives unlimited permission to copy and/or distribute it,
+# with or without modifications, as long as this notice is preserved.
+
+# This macro actually does too much.  Some checks are only needed if
+# your package does certain things.  But this isn't really a big deal.
+
+# AM_INIT_AUTOMAKE(PACKAGE, VERSION, [NO-DEFINE])
+# AM_INIT_AUTOMAKE([OPTIONS])
+# -----------------------------------------------
+# The call with PACKAGE and VERSION arguments is the old style
+# call (pre autoconf-2.50), which is being phased out.  PACKAGE
+# and VERSION should now be passed to AC_INIT and removed from
+# the call to AM_INIT_AUTOMAKE.
+# We support both call styles for the transition.  After
+# the next Automake release, Autoconf can make the AC_INIT
+# arguments mandatory, and then we can depend on a new Autoconf
+# release and drop the old call support.
+AC_DEFUN([AM_INIT_AUTOMAKE],
+[AC_PREREQ([2.62])dnl
+dnl Autoconf wants to disallow AM_ names.  We explicitly allow
+dnl the ones we care about.
+m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl
+AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl
+AC_REQUIRE([AC_PROG_INSTALL])dnl
+if test "`cd $srcdir && pwd`" != "`pwd`"; then
+  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
+  # is not polluted with repeated "-I."
+  AC_SUBST([am__isrc], [' -I$(srcdir)'])_AM_SUBST_NOTMAKE([am__isrc])dnl
+  # test to see if srcdir already configured
+  if test -f $srcdir/config.status; then
+    AC_MSG_ERROR([source directory already configured; run "make distclean" there first])
+  fi
+fi
+
+# test whether we have cygpath
+if test -z "$CYGPATH_W"; then
+  if (cygpath --version) >/dev/null 2>/dev/null; then
+    CYGPATH_W='cygpath -w'
+  else
+    CYGPATH_W=echo
+  fi
+fi
+AC_SUBST([CYGPATH_W])
+
+# Define the identity of the package.
+dnl Distinguish between old-style and new-style calls.
+m4_ifval([$2],
+[AC_DIAGNOSE([obsolete],
+[$0: two- and three-arguments forms are deprecated.  For more info, see:
+http://www.gnu.org/software/automake/manual/automake.html#Modernize-AM_INIT_AUTOMAKE-invocation])
+m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl
+ AC_SUBST([PACKAGE], [$1])dnl
+ AC_SUBST([VERSION], [$2])],
+[_AM_SET_OPTIONS([$1])dnl
+dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT.
+m4_if(
+  m4_ifdef([AC_PACKAGE_NAME], [ok]):m4_ifdef([AC_PACKAGE_VERSION], [ok]),
+  [ok:ok],,
+  [m4_fatal([AC_INIT should be called with package and version arguments])])dnl
+ AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl
+ AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl
+
+_AM_IF_OPTION([no-define],,
+[AC_DEFINE_UNQUOTED([PACKAGE], ["$PACKAGE"], [Name of package])
+ AC_DEFINE_UNQUOTED([VERSION], ["$VERSION"], [Version number of package])])dnl
+
+# Some tools Automake needs.
+AC_REQUIRE([AM_SANITY_CHECK])dnl
+AC_REQUIRE([AC_ARG_PROGRAM])dnl
+AM_MISSING_PROG([ACLOCAL], [aclocal-${am__api_version}])
+AM_MISSING_PROG([AUTOCONF], [autoconf])
+AM_MISSING_PROG([AUTOMAKE], [automake-${am__api_version}])
+AM_MISSING_PROG([AUTOHEADER], [autoheader])
+AM_MISSING_PROG([MAKEINFO], [makeinfo])
+AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
+AC_REQUIRE([AM_PROG_INSTALL_STRIP])dnl
+AC_REQUIRE([AC_PROG_MKDIR_P])dnl
+# For better backward compatibility.  To be removed once Automake 1.9.x
+# dies out for good.  For more background, see:
+# <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
+# <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
+AC_SUBST([mkdir_p], ['$(MKDIR_P)'])
+# We need awk for the "check" target.  The system "awk" is bad on
+# some platforms.
+AC_REQUIRE([AC_PROG_AWK])dnl
+AC_REQUIRE([AC_PROG_MAKE_SET])dnl
+AC_REQUIRE([AM_SET_LEADING_DOT])dnl
+_AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])],
+	      [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])],
+			     [_AM_PROG_TAR([v7])])])
+_AM_IF_OPTION([no-dependencies],,
+[AC_PROVIDE_IFELSE([AC_PROG_CC],
+		  [_AM_DEPENDENCIES([CC])],
+		  [m4_define([AC_PROG_CC],
+			     m4_defn([AC_PROG_CC])[_AM_DEPENDENCIES([CC])])])dnl
+AC_PROVIDE_IFELSE([AC_PROG_CXX],
+		  [_AM_DEPENDENCIES([CXX])],
+		  [m4_define([AC_PROG_CXX],
+			     m4_defn([AC_PROG_CXX])[_AM_DEPENDENCIES([CXX])])])dnl
+AC_PROVIDE_IFELSE([AC_PROG_OBJC],
+		  [_AM_DEPENDENCIES([OBJC])],
+		  [m4_define([AC_PROG_OBJC],
+			     m4_defn([AC_PROG_OBJC])[_AM_DEPENDENCIES([OBJC])])])dnl
+dnl Support for Objective C++ was only introduced in Autoconf 2.65,
+dnl but we still cater to Autoconf 2.62.
+m4_ifdef([AC_PROG_OBJCXX],
+[AC_PROVIDE_IFELSE([AC_PROG_OBJCXX],
+		  [_AM_DEPENDENCIES([OBJCXX])],
+		  [m4_define([AC_PROG_OBJCXX],
+			     m4_defn([AC_PROG_OBJCXX])[_AM_DEPENDENCIES([OBJCXX])])])])dnl
+])
+_AM_IF_OPTION([silent-rules], [AC_REQUIRE([AM_SILENT_RULES])])dnl
+dnl The 'parallel-tests' driver may need to know about EXEEXT, so add the
+dnl 'am__EXEEXT' conditional if _AM_COMPILER_EXEEXT was seen.  This macro
+dnl is hooked onto _AC_COMPILER_EXEEXT early, see below.
+AC_CONFIG_COMMANDS_PRE(dnl
+[m4_provide_if([_AM_COMPILER_EXEEXT],
+  [AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"])])])dnl
+])
+
+dnl Hook into '_AC_COMPILER_EXEEXT' early to learn its expansion.  Do not
+dnl add the conditional right here, as _AC_COMPILER_EXEEXT may be further
+dnl mangled by Autoconf and run in a shell conditional statement.
+m4_define([_AC_COMPILER_EXEEXT],
+m4_defn([_AC_COMPILER_EXEEXT])[m4_provide([_AM_COMPILER_EXEEXT])])
+
+
+# When config.status generates a header, we must update the stamp-h file.
+# This file resides in the same directory as the config header
+# that is generated.  The stamp files are numbered to have different names.
+
+# Autoconf calls _AC_AM_CONFIG_HEADER_HOOK (when defined) in the
+# loop where config.status creates the headers, so we can generate
+# our stamp files there.
+AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK],
+[# Compute $1's index in $config_headers.
+_am_arg=$1
+_am_stamp_count=1
+for _am_header in $config_headers :; do
+  case $_am_header in
+    $_am_arg | $_am_arg:* )
+      break ;;
+    * )
+      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
+  esac
+done
+echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
+
+# Copyright (C) 2001-2012 Free Software Foundation, Inc.
+#
+# This file is free software; the Free Software Foundation
+# gives unlimited permission to copy and/or distribute it,
+# with or without modifications, as long as this notice is preserved.
+
+# AM_PROG_INSTALL_SH
+# ------------------
+# Define $install_sh.
+AC_DEFUN([AM_PROG_INSTALL_SH],
+[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
+if test x"${install_sh}" != xset; then
+  case $am_aux_dir in
+  *\ * | *\	*)
+    install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
+  *)
+    install_sh="\${SHELL} $am_aux_dir/install-sh"
+  esac
+fi
+AC_SUBST([install_sh])])
+
+# Copyright (C) 2003-2012 Free Software Foundation, Inc.
+#
+# This file is free software; the Free Software Foundation
+# gives unlimited permission to copy and/or distribute it,
+# with or without modifications, as long as this notice is preserved.
+
+# Check whether the underlying file-system supports filenames
+# with a leading dot.  For instance MS-DOS doesn't.
+AC_DEFUN([AM_SET_LEADING_DOT],
+[rm -rf .tst 2>/dev/null
+mkdir .tst 2>/dev/null
+if test -d .tst; then
+  am__leading_dot=.
+else
+  am__leading_dot=_
+fi
+rmdir .tst 2>/dev/null
+AC_SUBST([am__leading_dot])])
+
+# Check to see how 'make' treats includes.	            -*- Autoconf -*-
+
+# Copyright (C) 2001-2012 Free Software Foundation, Inc.
+#
+# This file is free software; the Free Software Foundation
+# gives unlimited permission to copy and/or distribute it,
+# with or without modifications, as long as this notice is preserved.
+
+# AM_MAKE_INCLUDE()
+# -----------------
+# Check to see how make treats includes.
+AC_DEFUN([AM_MAKE_INCLUDE],
+[am_make=${MAKE-make}
+cat > confinc << 'END'
+am__doit:
+	@echo this is the am__doit target
+.PHONY: am__doit
+END
+# If we don't find an include directive, just comment out the code.
+AC_MSG_CHECKING([for style of include used by $am_make])
+am__include="#"
+am__quote=
+_am_result=none
+# First try GNU make style include.
+echo "include confinc" > confmf
+# Ignore all kinds of additional output from 'make'.
+case `$am_make -s -f confmf 2> /dev/null` in #(
+*the\ am__doit\ target*)
+  am__include=include
+  am__quote=
+  _am_result=GNU
+  ;;
+esac
+# Now try BSD make style include.
+if test "$am__include" = "#"; then
+   echo '.include "confinc"' > confmf
+   case `$am_make -s -f confmf 2> /dev/null` in #(
+   *the\ am__doit\ target*)
+     am__include=.include
+     am__quote="\""
+     _am_result=BSD
+     ;;
+   esac
+fi
+AC_SUBST([am__include])
+AC_SUBST([am__quote])
+AC_MSG_RESULT([$_am_result])
+rm -f confinc confmf
+])
+
+# Fake the existence of programs that GNU maintainers use.  -*- Autoconf -*-
+
+# Copyright (C) 1997-2012 Free Software Foundation, Inc.
+#
+# This file is free software; the Free Software Foundation
+# gives unlimited permission to copy and/or distribute it,
+# with or without modifications, as long as this notice is preserved.
+
+# AM_MISSING_PROG(NAME, PROGRAM)
+# ------------------------------
+AC_DEFUN([AM_MISSING_PROG],
+[AC_REQUIRE([AM_MISSING_HAS_RUN])
+$1=${$1-"${am_missing_run}$2"}
+AC_SUBST($1)])
+
+# AM_MISSING_HAS_RUN
+# ------------------
+# Define MISSING if not defined so far and test if it supports --run.
+# If it does, set am_missing_run to use it, otherwise, to nothing.
+AC_DEFUN([AM_MISSING_HAS_RUN],
+[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
+AC_REQUIRE_AUX_FILE([missing])dnl
+if test x"${MISSING+set}" != xset; then
+  case $am_aux_dir in
+  *\ * | *\	*)
+    MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
+  *)
+    MISSING="\${SHELL} $am_aux_dir/missing" ;;
+  esac
+fi
+# Use eval to expand $SHELL
+if eval "$MISSING --run true"; then
+  am_missing_run="$MISSING --run "
+else
+  am_missing_run=
+  AC_MSG_WARN(['missing' script is too old or missing])
+fi
+])
+
+# Helper functions for option handling.                     -*- Autoconf -*-
+
+# Copyright (C) 2001-2012 Free Software Foundation, Inc.
+#
+# This file is free software; the Free Software Foundation
+# gives unlimited permission to copy and/or distribute it,
+# with or without modifications, as long as this notice is preserved.
+
+# _AM_MANGLE_OPTION(NAME)
+# -----------------------
+AC_DEFUN([_AM_MANGLE_OPTION],
+[[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])])
+
+# _AM_SET_OPTION(NAME)
+# --------------------
+# Set option NAME.  Presently that only means defining a flag for this option.
+AC_DEFUN([_AM_SET_OPTION],
+[m4_define(_AM_MANGLE_OPTION([$1]), [1])])
+
+# _AM_SET_OPTIONS(OPTIONS)
+# ------------------------
+# OPTIONS is a space-separated list of Automake options.
+AC_DEFUN([_AM_SET_OPTIONS],
+[m4_foreach_w([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])])
+
+# _AM_IF_OPTION(OPTION, IF-SET, [IF-NOT-SET])
+# -------------------------------------------
+# Execute IF-SET if OPTION is set, IF-NOT-SET otherwise.
+AC_DEFUN([_AM_IF_OPTION],
+[m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])])
+
+# Check to make sure that the build environment is sane.    -*- Autoconf -*-
+
+# Copyright (C) 1996-2012 Free Software Foundation, Inc.
+#
+# This file is free software; the Free Software Foundation
+# gives unlimited permission to copy and/or distribute it,
+# with or without modifications, as long as this notice is preserved.
+
+# AM_SANITY_CHECK
+# ---------------
+AC_DEFUN([AM_SANITY_CHECK],
+[AC_MSG_CHECKING([whether build environment is sane])
+# Reject unsafe characters in $srcdir or the absolute working directory
+# name.  Accept space and tab only in the latter.
+am_lf='
+'
+case `pwd` in
+  *[[\\\"\#\$\&\'\`$am_lf]]*)
+    AC_MSG_ERROR([unsafe absolute working directory name]);;
+esac
+case $srcdir in
+  *[[\\\"\#\$\&\'\`$am_lf\ \	]]*)
+    AC_MSG_ERROR([unsafe srcdir value: '$srcdir']);;
+esac
+
+# Do 'set' in a subshell so we don't clobber the current shell's
+# arguments.  Must try -L first in case configure is actually a
+# symlink; some systems play weird games with the mod time of symlinks
+# (eg FreeBSD returns the mod time of the symlink's containing
+# directory).
+if (
+   am_has_slept=no
+   for am_try in 1 2; do
+     echo "timestamp, slept: $am_has_slept" > conftest.file
+     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
+     if test "$[*]" = "X"; then
+	# -L didn't work.
+	set X `ls -t "$srcdir/configure" conftest.file`
+     fi
+     if test "$[*]" != "X $srcdir/configure conftest.file" \
+	&& test "$[*]" != "X conftest.file $srcdir/configure"; then
+
+	# If neither matched, then we have a broken ls.  This can happen
+	# if, for instance, CONFIG_SHELL is bash and it inherits a
+	# broken ls alias from the environment.  This has actually
+	# happened.  Such a system could not be considered "sane".
+	AC_MSG_ERROR([ls -t appears to fail.  Make sure there is not a broken
+  alias in your environment])
+     fi
+     if test "$[2]" = conftest.file || test $am_try -eq 2; then
+       break
+     fi
+     # Just in case.
+     sleep 1
+     am_has_slept=yes
+   done
+   test "$[2]" = conftest.file
+   )
+then
+   # Ok.
+   :
+else
+   AC_MSG_ERROR([newly created file is older than distributed files!
+Check your system clock])
+fi
+AC_MSG_RESULT([yes])
+# If we didn't sleep, we still need to ensure time stamps of config.status and
+# generated files are strictly newer.
+am_sleep_pid=
+if grep 'slept: no' conftest.file >/dev/null 2>&1; then
+  ( sleep 1 ) &
+  am_sleep_pid=$!
+fi
+AC_CONFIG_COMMANDS_PRE(
+  [AC_MSG_CHECKING([that generated files are newer than configure])
+   if test -n "$am_sleep_pid"; then
+     # Hide warnings about reused PIDs.
+     wait $am_sleep_pid 2>/dev/null
+   fi
+   AC_MSG_RESULT([done])])
+rm -f conftest.file
+])
+
+# Copyright (C) 2001-2012 Free Software Foundation, Inc.
+#
+# This file is free software; the Free Software Foundation
+# gives unlimited permission to copy and/or distribute it,
+# with or without modifications, as long as this notice is preserved.
+
+# AM_PROG_INSTALL_STRIP
+# ---------------------
+# One issue with vendor 'install' (even GNU) is that you can't
+# specify the program used to strip binaries.  This is especially
+# annoying in cross-compiling environments, where the build's strip
+# is unlikely to handle the host's binaries.
+# Fortunately install-sh will honor a STRIPPROG variable, so we
+# always use install-sh in "make install-strip", and initialize
+# STRIPPROG with the value of the STRIP variable (set by the user).
+AC_DEFUN([AM_PROG_INSTALL_STRIP],
+[AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
+# Installed binaries are usually stripped using 'strip' when the user
+# run "make install-strip".  However 'strip' might not be the right
+# tool to use in cross-compilation environments, therefore Automake
+# will honor the 'STRIP' environment variable to overrule this program.
+dnl Don't test for $cross_compiling = yes, because it might be 'maybe'.
+if test "$cross_compiling" != no; then
+  AC_CHECK_TOOL([STRIP], [strip], :)
+fi
+INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
+AC_SUBST([INSTALL_STRIP_PROGRAM])])
+
+# Copyright (C) 2006-2012 Free Software Foundation, Inc.
+#
+# This file is free software; the Free Software Foundation
+# gives unlimited permission to copy and/or distribute it,
+# with or without modifications, as long as this notice is preserved.
+
+# _AM_SUBST_NOTMAKE(VARIABLE)
+# ---------------------------
+# Prevent Automake from outputting VARIABLE = @VARIABLE@ in Makefile.in.
+# This macro is traced by Automake.
+AC_DEFUN([_AM_SUBST_NOTMAKE])
+
+# AM_SUBST_NOTMAKE(VARIABLE)
+# --------------------------
+# Public sister of _AM_SUBST_NOTMAKE.
+AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)])
+
+# Check how to create a tarball.                            -*- Autoconf -*-
+
+# Copyright (C) 2004-2012 Free Software Foundation, Inc.
+#
+# This file is free software; the Free Software Foundation
+# gives unlimited permission to copy and/or distribute it,
+# with or without modifications, as long as this notice is preserved.
+
+# _AM_PROG_TAR(FORMAT)
+# --------------------
+# Check how to create a tarball in format FORMAT.
+# FORMAT should be one of 'v7', 'ustar', or 'pax'.
+#
+# Substitute a variable $(am__tar) that is a command
+# writing to stdout a FORMAT-tarball containing the directory
+# $tardir.
+#     tardir=directory && $(am__tar) > result.tar
+#
+# Substitute a variable $(am__untar) that extract such
+# a tarball read from stdin.
+#     $(am__untar) < result.tar
+AC_DEFUN([_AM_PROG_TAR],
+[# Always define AMTAR for backward compatibility.  Yes, it's still used
+# in the wild :-(  We should find a proper way to deprecate it ...
+AC_SUBST([AMTAR], ['$${TAR-tar}'])
+m4_if([$1], [v7],
+     [am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'],
+     [m4_case([$1], [ustar],, [pax],,
+              [m4_fatal([Unknown tar format])])
+AC_MSG_CHECKING([how to create a $1 tar archive])
+# Loop over all known methods to create a tar archive until one works.
+_am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none'
+_am_tools=${am_cv_prog_tar_$1-$_am_tools}
+# Do not fold the above two line into one, because Tru64 sh and
+# Solaris sh will not grok spaces in the rhs of '-'.
+for _am_tool in $_am_tools
+do
+  case $_am_tool in
+  gnutar)
+    for _am_tar in tar gnutar gtar;
+    do
+      AM_RUN_LOG([$_am_tar --version]) && break
+    done
+    am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"'
+    am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"'
+    am__untar="$_am_tar -xf -"
+    ;;
+  plaintar)
+    # Must skip GNU tar: if it does not support --format= it doesn't create
+    # ustar tarball either.
+    (tar --version) >/dev/null 2>&1 && continue
+    am__tar='tar chf - "$$tardir"'
+    am__tar_='tar chf - "$tardir"'
+    am__untar='tar xf -'
+    ;;
+  pax)
+    am__tar='pax -L -x $1 -w "$$tardir"'
+    am__tar_='pax -L -x $1 -w "$tardir"'
+    am__untar='pax -r'
+    ;;
+  cpio)
+    am__tar='find "$$tardir" -print | cpio -o -H $1 -L'
+    am__tar_='find "$tardir" -print | cpio -o -H $1 -L'
+    am__untar='cpio -i -H $1 -d'
+    ;;
+  none)
+    am__tar=false
+    am__tar_=false
+    am__untar=false
+    ;;
+  esac
+
+  # If the value was cached, stop now.  We just wanted to have am__tar
+  # and am__untar set.
+  test -n "${am_cv_prog_tar_$1}" && break
+
+  # tar/untar a dummy directory, and stop if the command works
+  rm -rf conftest.dir
+  mkdir conftest.dir
+  echo GrepMe > conftest.dir/file
+  AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar])
+  rm -rf conftest.dir
+  if test -s conftest.tar; then
+    AM_RUN_LOG([$am__untar <conftest.tar])
+    grep GrepMe conftest.dir/file >/dev/null 2>&1 && break
+  fi
+done
+rm -rf conftest.dir
+
+AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool])
+AC_MSG_RESULT([$am_cv_prog_tar_$1])])
+AC_SUBST([am__tar])
+AC_SUBST([am__untar])
+]) # _AM_PROG_TAR
+
+m4_include([config/m4/ax_f90_module_extension.m4])
+m4_include([config/m4/fortran.m4])
+m4_include([config/m4/libtool.m4])
+m4_include([config/m4/libxc.m4])
+m4_include([config/m4/libxc_names.m4])
+m4_include([config/m4/linalg.m4])
+m4_include([config/m4/ltoptions.m4])
+m4_include([config/m4/ltsugar.m4])
+m4_include([config/m4/ltversion.m4])
+m4_include([config/m4/lt~obsolete.m4])
+m4_include([config/m4/optimizations.m4])
+m4_include([config/m4/workarounds.m4])
diff --git a/config.h.in b/config.h.in
new file mode 100644
index 0000000..80fe1b6
--- /dev/null
+++ b/config.h.in
@@ -0,0 +1,114 @@
+/* config.h.in.  Generated from configure.ac by autoheader.  */
+
+/* Define to 1 if you are using the ABSOFT Fortran compiler. */
+#undef FC_ABSOFT
+
+/* Define to 1 if you are using the COMPAQ Fortran compiler. */
+#undef FC_COMPAQ
+
+/* Define to 1 if you are using the Fujitsu Fortran compiler. */
+#undef FC_FUJITSU
+
+/* Define to 1 if you are using the G95 Fortran compiler. */
+#undef FC_G95
+
+/* Define to 1 if you are using the GNU Fortran compiler. */
+#undef FC_GNU
+
+/* Define to 1 if you are using the Hitachi Fortran compiler. */
+#undef FC_HITACHI
+
+/* Define to 1 if you are using the IBM XL Fortran compiler. */
+#undef FC_IBM
+
+/* Define to 1 if you are using the Intel Fortran compiler. */
+#undef FC_INTEL
+
+/* Define to 1 if you are using the MIPSpro Fortran compiler. */
+#undef FC_MIPSPRO
+
+/* Define to 1 if you are using the NAGWare Fortran 95 compiler. */
+#undef FC_NAG
+
+/* Define to 1 if you are using the Open64 Fortran compiler. */
+#undef FC_OPEN64
+
+/* Define to 1 if you are using the PathScale Fortran compiler. */
+#undef FC_PATHSCALE
+
+/* Define to 1 if you are using the Portland Group Fortran compiler. */
+#undef FC_PGI
+
+/* Define to 1 if you are using the Portland Group Fortran compiler version 6
+   */
+#undef FC_PGI6
+
+/* Define to 1 if you are using the Sun Fortran compiler. */
+#undef FC_SUN
+
+/* Define to 1 if you have the <dlfcn.h> header file. */
+#undef HAVE_DLFCN_H
+
+/* Define to 1 if your Fortran compiler supports Fortran 2003. */
+#undef HAVE_FORTRAN2003
+
+/* Define to 1 if you have the <inttypes.h> header file. */
+#undef HAVE_INTTYPES_H
+
+/* Define to 1 if you want to use LibXC. */
+#undef HAVE_LIBXC
+
+/* Define to 1 if you have the <memory.h> header file. */
+#undef HAVE_MEMORY_H
+
+/* Define to 1 if you have the <stdint.h> header file. */
+#undef HAVE_STDINT_H
+
+/* Define to 1 if you have the <stdlib.h> header file. */
+#undef HAVE_STDLIB_H
+
+/* Define to 1 if you have the <strings.h> header file. */
+#undef HAVE_STRINGS_H
+
+/* Define to 1 if you have the <string.h> header file. */
+#undef HAVE_STRING_H
+
+/* Define to 1 if you have the <sys/stat.h> header file. */
+#undef HAVE_SYS_STAT_H
+
+/* Define to 1 if you have the <sys/types.h> header file. */
+#undef HAVE_SYS_TYPES_H
+
+/* Define to 1 if you have the <unistd.h> header file. */
+#undef HAVE_UNISTD_H
+
+/* Define to the sub-directory in which libtool stores uninstalled libraries.
+   */
+#undef LT_OBJDIR
+
+/* Name of package */
+#undef PACKAGE
+
+/* Define to the address where bug reports for this package should be sent. */
+#undef PACKAGE_BUGREPORT
+
+/* Define to the full name of this package. */
+#undef PACKAGE_NAME
+
+/* Define to the full name and version of this package. */
+#undef PACKAGE_STRING
+
+/* Define to the one symbol short name of this package. */
+#undef PACKAGE_TARNAME
+
+/* Define to the home page for this package. */
+#undef PACKAGE_URL
+
+/* Define to the version of this package. */
+#undef PACKAGE_VERSION
+
+/* Define to 1 if you have the ANSI C header files. */
+#undef STDC_HEADERS
+
+/* Version number of package */
+#undef VERSION
diff --git a/config/gnu/config.guess b/config/gnu/config.guess
new file mode 100755
index 0000000..137bedf
--- /dev/null
+++ b/config/gnu/config.guess
@@ -0,0 +1,1537 @@
+#! /bin/sh
+# Attempt to guess a canonical system name.
+#   Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
+#   2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010,
+#   2011, 2012 Free Software Foundation, Inc.
+
+timestamp='2012-08-14'
+
+# This file is free software; you can redistribute it and/or modify it
+# under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful, but
+# WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+# General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, see <http://www.gnu.org/licenses/>.
+#
+# As a special exception to the GNU General Public License, if you
+# distribute this file as part of a program that contains a
+# configuration script generated by Autoconf, you may include it under
+# the same distribution terms that you use for the rest of that program.
+
+
+# Originally written by Per Bothner.  Please send patches (context
+# diff format) to <config-patches at gnu.org> and include a ChangeLog
+# entry.
+#
+# This script attempts to guess a canonical system name similar to
+# config.sub.  If it succeeds, it prints the system name on stdout, and
+# exits with 0.  Otherwise, it exits with 1.
+#
+# You can get the latest version of this script from:
+# http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD
+
+me=`echo "$0" | sed -e 's,.*/,,'`
+
+usage="\
+Usage: $0 [OPTION]
+
+Output the configuration name of the system \`$me' is run on.
+
+Operation modes:
+  -h, --help         print this help, then exit
+  -t, --time-stamp   print date of last modification, then exit
+  -v, --version      print version number, then exit
+
+Report bugs and patches to <config-patches at gnu.org>."
+
+version="\
+GNU config.guess ($timestamp)
+
+Originally written by Per Bothner.
+Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000,
+2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012
+Free Software Foundation, Inc.
+
+This is free software; see the source for copying conditions.  There is NO
+warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."
+
+help="
+Try \`$me --help' for more information."
+
+# Parse command line
+while test $# -gt 0 ; do
+  case $1 in
+    --time-stamp | --time* | -t )
+       echo "$timestamp" ; exit ;;
+    --version | -v )
+       echo "$version" ; exit ;;
+    --help | --h* | -h )
+       echo "$usage"; exit ;;
+    -- )     # Stop option processing
+       shift; break ;;
+    - )	# Use stdin as input.
+       break ;;
+    -* )
+       echo "$me: invalid option $1$help" >&2
+       exit 1 ;;
+    * )
+       break ;;
+  esac
+done
+
+if test $# != 0; then
+  echo "$me: too many arguments$help" >&2
+  exit 1
+fi
+
+trap 'exit 1' 1 2 15
+
+# CC_FOR_BUILD -- compiler used by this script. Note that the use of a
+# compiler to aid in system detection is discouraged as it requires
+# temporary files to be created and, as you can see below, it is a
+# headache to deal with in a portable fashion.
+
+# Historically, `CC_FOR_BUILD' used to be named `HOST_CC'. We still
+# use `HOST_CC' if defined, but it is deprecated.
+
+# Portable tmp directory creation inspired by the Autoconf team.
+
+set_cc_for_build='
+trap "exitcode=\$?; (rm -f \$tmpfiles 2>/dev/null; rmdir \$tmp 2>/dev/null) && exit \$exitcode" 0 ;
+trap "rm -f \$tmpfiles 2>/dev/null; rmdir \$tmp 2>/dev/null; exit 1" 1 2 13 15 ;
+: ${TMPDIR=/tmp} ;
+ { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } ||
+ { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } ||
+ { tmp=$TMPDIR/cg-$$ && (umask 077 && mkdir $tmp) && echo "Warning: creating insecure temp directory" >&2 ; } ||
+ { echo "$me: cannot create a temporary directory in $TMPDIR" >&2 ; exit 1 ; } ;
+dummy=$tmp/dummy ;
+tmpfiles="$dummy.c $dummy.o $dummy.rel $dummy" ;
+case $CC_FOR_BUILD,$HOST_CC,$CC in
+ ,,)    echo "int x;" > $dummy.c ;
+	for c in cc gcc c89 c99 ; do
+	  if ($c -c -o $dummy.o $dummy.c) >/dev/null 2>&1 ; then
+	     CC_FOR_BUILD="$c"; break ;
+	  fi ;
+	done ;
+	if test x"$CC_FOR_BUILD" = x ; then
+	  CC_FOR_BUILD=no_compiler_found ;
+	fi
+	;;
+ ,,*)   CC_FOR_BUILD=$CC ;;
+ ,*,*)  CC_FOR_BUILD=$HOST_CC ;;
+esac ; set_cc_for_build= ;'
+
+# This is needed to find uname on a Pyramid OSx when run in the BSD universe.
+# (ghazi at noc.rutgers.edu 1994-08-24)
+if (test -f /.attbin/uname) >/dev/null 2>&1 ; then
+	PATH=$PATH:/.attbin ; export PATH
+fi
+
+UNAME_MACHINE=`(uname -m) 2>/dev/null` || UNAME_MACHINE=unknown
+UNAME_RELEASE=`(uname -r) 2>/dev/null` || UNAME_RELEASE=unknown
+UNAME_SYSTEM=`(uname -s) 2>/dev/null`  || UNAME_SYSTEM=unknown
+UNAME_VERSION=`(uname -v) 2>/dev/null` || UNAME_VERSION=unknown
+
+# Note: order is significant - the case branches are not exclusive.
+
+case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in
+    *:NetBSD:*:*)
+	# NetBSD (nbsd) targets should (where applicable) match one or
+	# more of the tuples: *-*-netbsdelf*, *-*-netbsdaout*,
+	# *-*-netbsdecoff* and *-*-netbsd*.  For targets that recently
+	# switched to ELF, *-*-netbsd* would select the old
+	# object file format.  This provides both forward
+	# compatibility and a consistent mechanism for selecting the
+	# object file format.
+	#
+	# Note: NetBSD doesn't particularly care about the vendor
+	# portion of the name.  We always set it to "unknown".
+	sysctl="sysctl -n hw.machine_arch"
+	UNAME_MACHINE_ARCH=`(/sbin/$sysctl 2>/dev/null || \
+	    /usr/sbin/$sysctl 2>/dev/null || echo unknown)`
+	case "${UNAME_MACHINE_ARCH}" in
+	    armeb) machine=armeb-unknown ;;
+	    arm*) machine=arm-unknown ;;
+	    sh3el) machine=shl-unknown ;;
+	    sh3eb) machine=sh-unknown ;;
+	    sh5el) machine=sh5le-unknown ;;
+	    *) machine=${UNAME_MACHINE_ARCH}-unknown ;;
+	esac
+	# The Operating System including object format, if it has switched
+	# to ELF recently, or will in the future.
+	case "${UNAME_MACHINE_ARCH}" in
+	    arm*|i386|m68k|ns32k|sh3*|sparc|vax)
+		eval $set_cc_for_build
+		if echo __ELF__ | $CC_FOR_BUILD -E - 2>/dev/null \
+			| grep -q __ELF__
+		then
+		    # Once all utilities can be ECOFF (netbsdecoff) or a.out (netbsdaout).
+		    # Return netbsd for either.  FIX?
+		    os=netbsd
+		else
+		    os=netbsdelf
+		fi
+		;;
+	    *)
+		os=netbsd
+		;;
+	esac
+	# The OS release
+	# Debian GNU/NetBSD machines have a different userland, and
+	# thus, need a distinct triplet. However, they do not need
+	# kernel version information, so it can be replaced with a
+	# suitable tag, in the style of linux-gnu.
+	case "${UNAME_VERSION}" in
+	    Debian*)
+		release='-gnu'
+		;;
+	    *)
+		release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'`
+		;;
+	esac
+	# Since CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM:
+	# contains redundant information, the shorter form:
+	# CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM is used.
+	echo "${machine}-${os}${release}"
+	exit ;;
+    *:Bitrig:*:*)
+	UNAME_MACHINE_ARCH=`arch | sed 's/Bitrig.//'`
+	echo ${UNAME_MACHINE_ARCH}-unknown-bitrig${UNAME_RELEASE}
+	exit ;;
+    *:OpenBSD:*:*)
+	UNAME_MACHINE_ARCH=`arch | sed 's/OpenBSD.//'`
+	echo ${UNAME_MACHINE_ARCH}-unknown-openbsd${UNAME_RELEASE}
+	exit ;;
+    *:ekkoBSD:*:*)
+	echo ${UNAME_MACHINE}-unknown-ekkobsd${UNAME_RELEASE}
+	exit ;;
+    *:SolidBSD:*:*)
+	echo ${UNAME_MACHINE}-unknown-solidbsd${UNAME_RELEASE}
+	exit ;;
+    macppc:MirBSD:*:*)
+	echo powerpc-unknown-mirbsd${UNAME_RELEASE}
+	exit ;;
+    *:MirBSD:*:*)
+	echo ${UNAME_MACHINE}-unknown-mirbsd${UNAME_RELEASE}
+	exit ;;
+    alpha:OSF1:*:*)
+	case $UNAME_RELEASE in
+	*4.0)
+		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
+		;;
+	*5.*)
+		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'`
+		;;
+	esac
+	# According to Compaq, /usr/sbin/psrinfo has been available on
+	# OSF/1 and Tru64 systems produced since 1995.  I hope that
+	# covers most systems running today.  This code pipes the CPU
+	# types through head -n 1, so we only detect the type of CPU 0.
+	ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^  The alpha \(.*\) processor.*$/\1/p' | head -n 1`
+	case "$ALPHA_CPU_TYPE" in
+	    "EV4 (21064)")
+		UNAME_MACHINE="alpha" ;;
+	    "EV4.5 (21064)")
+		UNAME_MACHINE="alpha" ;;
+	    "LCA4 (21066/21068)")
+		UNAME_MACHINE="alpha" ;;
+	    "EV5 (21164)")
+		UNAME_MACHINE="alphaev5" ;;
+	    "EV5.6 (21164A)")
+		UNAME_MACHINE="alphaev56" ;;
+	    "EV5.6 (21164PC)")
+		UNAME_MACHINE="alphapca56" ;;
+	    "EV5.7 (21164PC)")
+		UNAME_MACHINE="alphapca57" ;;
+	    "EV6 (21264)")
+		UNAME_MACHINE="alphaev6" ;;
+	    "EV6.7 (21264A)")
+		UNAME_MACHINE="alphaev67" ;;
+	    "EV6.8CB (21264C)")
+		UNAME_MACHINE="alphaev68" ;;
+	    "EV6.8AL (21264B)")
+		UNAME_MACHINE="alphaev68" ;;
+	    "EV6.8CX (21264D)")
+		UNAME_MACHINE="alphaev68" ;;
+	    "EV6.9A (21264/EV69A)")
+		UNAME_MACHINE="alphaev69" ;;
+	    "EV7 (21364)")
+		UNAME_MACHINE="alphaev7" ;;
+	    "EV7.9 (21364A)")
+		UNAME_MACHINE="alphaev79" ;;
+	esac
+	# A Pn.n version is a patched version.
+	# A Vn.n version is a released version.
+	# A Tn.n version is a released field test version.
+	# A Xn.n version is an unreleased experimental baselevel.
+	# 1.2 uses "1.2" for uname -r.
+	echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'`
+	# Reset EXIT trap before exiting to avoid spurious non-zero exit code.
+	exitcode=$?
+	trap '' 0
+	exit $exitcode ;;
+    Alpha\ *:Windows_NT*:*)
+	# How do we know it's Interix rather than the generic POSIX subsystem?
+	# Should we change UNAME_MACHINE based on the output of uname instead
+	# of the specific Alpha model?
+	echo alpha-pc-interix
+	exit ;;
+    21064:Windows_NT:50:3)
+	echo alpha-dec-winnt3.5
+	exit ;;
+    Amiga*:UNIX_System_V:4.0:*)
+	echo m68k-unknown-sysv4
+	exit ;;
+    *:[Aa]miga[Oo][Ss]:*:*)
+	echo ${UNAME_MACHINE}-unknown-amigaos
+	exit ;;
+    *:[Mm]orph[Oo][Ss]:*:*)
+	echo ${UNAME_MACHINE}-unknown-morphos
+	exit ;;
+    *:OS/390:*:*)
+	echo i370-ibm-openedition
+	exit ;;
+    *:z/VM:*:*)
+	echo s390-ibm-zvmoe
+	exit ;;
+    *:OS400:*:*)
+	echo powerpc-ibm-os400
+	exit ;;
+    arm:RISC*:1.[012]*:*|arm:riscix:1.[012]*:*)
+	echo arm-acorn-riscix${UNAME_RELEASE}
+	exit ;;
+    arm:riscos:*:*|arm:RISCOS:*:*)
+	echo arm-unknown-riscos
+	exit ;;
+    SR2?01:HI-UX/MPP:*:* | SR8000:HI-UX/MPP:*:*)
+	echo hppa1.1-hitachi-hiuxmpp
+	exit ;;
+    Pyramid*:OSx*:*:* | MIS*:OSx*:*:* | MIS*:SMP_DC-OSx*:*:*)
+	# akee at wpdis03.wpafb.af.mil (Earle F. Ake) contributed MIS and NILE.
+	if test "`(/bin/universe) 2>/dev/null`" = att ; then
+		echo pyramid-pyramid-sysv3
+	else
+		echo pyramid-pyramid-bsd
+	fi
+	exit ;;
+    NILE*:*:*:dcosx)
+	echo pyramid-pyramid-svr4
+	exit ;;
+    DRS?6000:unix:4.0:6*)
+	echo sparc-icl-nx6
+	exit ;;
+    DRS?6000:UNIX_SV:4.2*:7* | DRS?6000:isis:4.2*:7*)
+	case `/usr/bin/uname -p` in
+	    sparc) echo sparc-icl-nx7; exit ;;
+	esac ;;
+    s390x:SunOS:*:*)
+	echo ${UNAME_MACHINE}-ibm-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
+	exit ;;
+    sun4H:SunOS:5.*:*)
+	echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
+	exit ;;
+    sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
+	echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
+	exit ;;
+    i86pc:AuroraUX:5.*:* | i86xen:AuroraUX:5.*:*)
+	echo i386-pc-auroraux${UNAME_RELEASE}
+	exit ;;
+    i86pc:SunOS:5.*:* | i86xen:SunOS:5.*:*)
+	eval $set_cc_for_build
+	SUN_ARCH="i386"
+	# If there is a compiler, see if it is configured for 64-bit objects.
+	# Note that the Sun cc does not turn __LP64__ into 1 like gcc does.
+	# This test works for both compilers.
+	if [ "$CC_FOR_BUILD" != 'no_compiler_found' ]; then
+	    if (echo '#ifdef __amd64'; echo IS_64BIT_ARCH; echo '#endif') | \
+		(CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | \
+		grep IS_64BIT_ARCH >/dev/null
+	    then
+		SUN_ARCH="x86_64"
+	    fi
+	fi
+	echo ${SUN_ARCH}-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
+	exit ;;
+    sun4*:SunOS:6*:*)
+	# According to config.sub, this is the proper way to canonicalize
+	# SunOS6.  Hard to guess exactly what SunOS6 will be like, but
+	# it's likely to be more like Solaris than SunOS4.
+	echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
+	exit ;;
+    sun4*:SunOS:*:*)
+	case "`/usr/bin/arch -k`" in
+	    Series*|S4*)
+		UNAME_RELEASE=`uname -v`
+		;;
+	esac
+	# Japanese Language versions have a version number like `4.1.3-JL'.
+	echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'`
+	exit ;;
+    sun3*:SunOS:*:*)
+	echo m68k-sun-sunos${UNAME_RELEASE}
+	exit ;;
+    sun*:*:4.2BSD:*)
+	UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
+	test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3
+	case "`/bin/arch`" in
+	    sun3)
+		echo m68k-sun-sunos${UNAME_RELEASE}
+		;;
+	    sun4)
+		echo sparc-sun-sunos${UNAME_RELEASE}
+		;;
+	esac
+	exit ;;
+    aushp:SunOS:*:*)
+	echo sparc-auspex-sunos${UNAME_RELEASE}
+	exit ;;
+    # The situation for MiNT is a little confusing.  The machine name
+    # can be virtually everything (everything which is not
+    # "atarist" or "atariste" at least should have a processor
+    # > m68000).  The system name ranges from "MiNT" over "FreeMiNT"
+    # to the lowercase version "mint" (or "freemint").  Finally
+    # the system name "TOS" denotes a system which is actually not
+    # MiNT.  But MiNT is downward compatible to TOS, so this should
+    # be no problem.
+    atarist[e]:*MiNT:*:* | atarist[e]:*mint:*:* | atarist[e]:*TOS:*:*)
+	echo m68k-atari-mint${UNAME_RELEASE}
+	exit ;;
+    atari*:*MiNT:*:* | atari*:*mint:*:* | atarist[e]:*TOS:*:*)
+	echo m68k-atari-mint${UNAME_RELEASE}
+	exit ;;
+    *falcon*:*MiNT:*:* | *falcon*:*mint:*:* | *falcon*:*TOS:*:*)
+	echo m68k-atari-mint${UNAME_RELEASE}
+	exit ;;
+    milan*:*MiNT:*:* | milan*:*mint:*:* | *milan*:*TOS:*:*)
+	echo m68k-milan-mint${UNAME_RELEASE}
+	exit ;;
+    hades*:*MiNT:*:* | hades*:*mint:*:* | *hades*:*TOS:*:*)
+	echo m68k-hades-mint${UNAME_RELEASE}
+	exit ;;
+    *:*MiNT:*:* | *:*mint:*:* | *:*TOS:*:*)
+	echo m68k-unknown-mint${UNAME_RELEASE}
+	exit ;;
+    m68k:machten:*:*)
+	echo m68k-apple-machten${UNAME_RELEASE}
+	exit ;;
+    powerpc:machten:*:*)
+	echo powerpc-apple-machten${UNAME_RELEASE}
+	exit ;;
+    RISC*:Mach:*:*)
+	echo mips-dec-mach_bsd4.3
+	exit ;;
+    RISC*:ULTRIX:*:*)
+	echo mips-dec-ultrix${UNAME_RELEASE}
+	exit ;;
+    VAX*:ULTRIX*:*:*)
+	echo vax-dec-ultrix${UNAME_RELEASE}
+	exit ;;
+    2020:CLIX:*:* | 2430:CLIX:*:*)
+	echo clipper-intergraph-clix${UNAME_RELEASE}
+	exit ;;
+    mips:*:*:UMIPS | mips:*:*:RISCos)
+	eval $set_cc_for_build
+	sed 's/^	//' << EOF >$dummy.c
+#ifdef __cplusplus
+#include <stdio.h>  /* for printf() prototype */
+	int main (int argc, char *argv[]) {
+#else
+	int main (argc, argv) int argc; char *argv[]; {
+#endif
+	#if defined (host_mips) && defined (MIPSEB)
+	#if defined (SYSTYPE_SYSV)
+	  printf ("mips-mips-riscos%ssysv\n", argv[1]); exit (0);
+	#endif
+	#if defined (SYSTYPE_SVR4)
+	  printf ("mips-mips-riscos%ssvr4\n", argv[1]); exit (0);
+	#endif
+	#if defined (SYSTYPE_BSD43) || defined(SYSTYPE_BSD)
+	  printf ("mips-mips-riscos%sbsd\n", argv[1]); exit (0);
+	#endif
+	#endif
+	  exit (-1);
+	}
+EOF
+	$CC_FOR_BUILD -o $dummy $dummy.c &&
+	  dummyarg=`echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` &&
+	  SYSTEM_NAME=`$dummy $dummyarg` &&
+	    { echo "$SYSTEM_NAME"; exit; }
+	echo mips-mips-riscos${UNAME_RELEASE}
+	exit ;;
+    Motorola:PowerMAX_OS:*:*)
+	echo powerpc-motorola-powermax
+	exit ;;
+    Motorola:*:4.3:PL8-*)
+	echo powerpc-harris-powermax
+	exit ;;
+    Night_Hawk:*:*:PowerMAX_OS | Synergy:PowerMAX_OS:*:*)
+	echo powerpc-harris-powermax
+	exit ;;
+    Night_Hawk:Power_UNIX:*:*)
+	echo powerpc-harris-powerunix
+	exit ;;
+    m88k:CX/UX:7*:*)
+	echo m88k-harris-cxux7
+	exit ;;
+    m88k:*:4*:R4*)
+	echo m88k-motorola-sysv4
+	exit ;;
+    m88k:*:3*:R3*)
+	echo m88k-motorola-sysv3
+	exit ;;
+    AViiON:dgux:*:*)
+	# DG/UX returns AViiON for all architectures
+	UNAME_PROCESSOR=`/usr/bin/uname -p`
+	if [ $UNAME_PROCESSOR = mc88100 ] || [ $UNAME_PROCESSOR = mc88110 ]
+	then
+	    if [ ${TARGET_BINARY_INTERFACE}x = m88kdguxelfx ] || \
+	       [ ${TARGET_BINARY_INTERFACE}x = x ]
+	    then
+		echo m88k-dg-dgux${UNAME_RELEASE}
+	    else
+		echo m88k-dg-dguxbcs${UNAME_RELEASE}
+	    fi
+	else
+	    echo i586-dg-dgux${UNAME_RELEASE}
+	fi
+	exit ;;
+    M88*:DolphinOS:*:*)	# DolphinOS (SVR3)
+	echo m88k-dolphin-sysv3
+	exit ;;
+    M88*:*:R3*:*)
+	# Delta 88k system running SVR3
+	echo m88k-motorola-sysv3
+	exit ;;
+    XD88*:*:*:*) # Tektronix XD88 system running UTekV (SVR3)
+	echo m88k-tektronix-sysv3
+	exit ;;
+    Tek43[0-9][0-9]:UTek:*:*) # Tektronix 4300 system running UTek (BSD)
+	echo m68k-tektronix-bsd
+	exit ;;
+    *:IRIX*:*:*)
+	echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'`
+	exit ;;
+    ????????:AIX?:[12].1:2)   # AIX 2.2.1 or AIX 2.1.1 is RT/PC AIX.
+	echo romp-ibm-aix     # uname -m gives an 8 hex-code CPU id
+	exit ;;               # Note that: echo "'`uname -s`'" gives 'AIX '
+    i*86:AIX:*:*)
+	echo i386-ibm-aix
+	exit ;;
+    ia64:AIX:*:*)
+	if [ -x /usr/bin/oslevel ] ; then
+		IBM_REV=`/usr/bin/oslevel`
+	else
+		IBM_REV=${UNAME_VERSION}.${UNAME_RELEASE}
+	fi
+	echo ${UNAME_MACHINE}-ibm-aix${IBM_REV}
+	exit ;;
+    *:AIX:2:3)
+	if grep bos325 /usr/include/stdio.h >/dev/null 2>&1; then
+		eval $set_cc_for_build
+		sed 's/^		//' << EOF >$dummy.c
+		#include <sys/systemcfg.h>
+
+		main()
+			{
+			if (!__power_pc())
+				exit(1);
+			puts("powerpc-ibm-aix3.2.5");
+			exit(0);
+			}
+EOF
+		if $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy`
+		then
+			echo "$SYSTEM_NAME"
+		else
+			echo rs6000-ibm-aix3.2.5
+		fi
+	elif grep bos324 /usr/include/stdio.h >/dev/null 2>&1; then
+		echo rs6000-ibm-aix3.2.4
+	else
+		echo rs6000-ibm-aix3.2
+	fi
+	exit ;;
+    *:AIX:*:[4567])
+	IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
+	if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then
+		IBM_ARCH=rs6000
+	else
+		IBM_ARCH=powerpc
+	fi
+	if [ -x /usr/bin/oslevel ] ; then
+		IBM_REV=`/usr/bin/oslevel`
+	else
+		IBM_REV=${UNAME_VERSION}.${UNAME_RELEASE}
+	fi
+	echo ${IBM_ARCH}-ibm-aix${IBM_REV}
+	exit ;;
+    *:AIX:*:*)
+	echo rs6000-ibm-aix
+	exit ;;
+    ibmrt:4.4BSD:*|romp-ibm:BSD:*)
+	echo romp-ibm-bsd4.4
+	exit ;;
+    ibmrt:*BSD:*|romp-ibm:BSD:*)            # covers RT/PC BSD and
+	echo romp-ibm-bsd${UNAME_RELEASE}   # 4.3 with uname added to
+	exit ;;                             # report: romp-ibm BSD 4.3
+    *:BOSX:*:*)
+	echo rs6000-bull-bosx
+	exit ;;
+    DPX/2?00:B.O.S.:*:*)
+	echo m68k-bull-sysv3
+	exit ;;
+    9000/[34]??:4.3bsd:1.*:*)
+	echo m68k-hp-bsd
+	exit ;;
+    hp300:4.4BSD:*:* | 9000/[34]??:4.3bsd:2.*:*)
+	echo m68k-hp-bsd4.4
+	exit ;;
+    9000/[34678]??:HP-UX:*:*)
+	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
+	case "${UNAME_MACHINE}" in
+	    9000/31? )            HP_ARCH=m68000 ;;
+	    9000/[34]?? )         HP_ARCH=m68k ;;
+	    9000/[678][0-9][0-9])
+		if [ -x /usr/bin/getconf ]; then
+		    sc_cpu_version=`/usr/bin/getconf SC_CPU_VERSION 2>/dev/null`
+		    sc_kernel_bits=`/usr/bin/getconf SC_KERNEL_BITS 2>/dev/null`
+		    case "${sc_cpu_version}" in
+		      523) HP_ARCH="hppa1.0" ;; # CPU_PA_RISC1_0
+		      528) HP_ARCH="hppa1.1" ;; # CPU_PA_RISC1_1
+		      532)                      # CPU_PA_RISC2_0
+			case "${sc_kernel_bits}" in
+			  32) HP_ARCH="hppa2.0n" ;;
+			  64) HP_ARCH="hppa2.0w" ;;
+			  '') HP_ARCH="hppa2.0" ;;   # HP-UX 10.20
+			esac ;;
+		    esac
+		fi
+		if [ "${HP_ARCH}" = "" ]; then
+		    eval $set_cc_for_build
+		    sed 's/^		//' << EOF >$dummy.c
+
+		#define _HPUX_SOURCE
+		#include <stdlib.h>
+		#include <unistd.h>
+
+		int main ()
+		{
+		#if defined(_SC_KERNEL_BITS)
+		    long bits = sysconf(_SC_KERNEL_BITS);
+		#endif
+		    long cpu  = sysconf (_SC_CPU_VERSION);
+
+		    switch (cpu)
+			{
+			case CPU_PA_RISC1_0: puts ("hppa1.0"); break;
+			case CPU_PA_RISC1_1: puts ("hppa1.1"); break;
+			case CPU_PA_RISC2_0:
+		#if defined(_SC_KERNEL_BITS)
+			    switch (bits)
+				{
+				case 64: puts ("hppa2.0w"); break;
+				case 32: puts ("hppa2.0n"); break;
+				default: puts ("hppa2.0"); break;
+				} break;
+		#else  /* !defined(_SC_KERNEL_BITS) */
+			    puts ("hppa2.0"); break;
+		#endif
+			default: puts ("hppa1.0"); break;
+			}
+		    exit (0);
+		}
+EOF
+		    (CCOPTS= $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy`
+		    test -z "$HP_ARCH" && HP_ARCH=hppa
+		fi ;;
+	esac
+	if [ ${HP_ARCH} = "hppa2.0w" ]
+	then
+	    eval $set_cc_for_build
+
+	    # hppa2.0w-hp-hpux* has a 64-bit kernel and a compiler generating
+	    # 32-bit code.  hppa64-hp-hpux* has the same kernel and a compiler
+	    # generating 64-bit code.  GNU and HP use different nomenclature:
+	    #
+	    # $ CC_FOR_BUILD=cc ./config.guess
+	    # => hppa2.0w-hp-hpux11.23
+	    # $ CC_FOR_BUILD="cc +DA2.0w" ./config.guess
+	    # => hppa64-hp-hpux11.23
+
+	    if echo __LP64__ | (CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) |
+		grep -q __LP64__
+	    then
+		HP_ARCH="hppa2.0w"
+	    else
+		HP_ARCH="hppa64"
+	    fi
+	fi
+	echo ${HP_ARCH}-hp-hpux${HPUX_REV}
+	exit ;;
+    ia64:HP-UX:*:*)
+	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
+	echo ia64-hp-hpux${HPUX_REV}
+	exit ;;
+    3050*:HI-UX:*:*)
+	eval $set_cc_for_build
+	sed 's/^	//' << EOF >$dummy.c
+	#include <unistd.h>
+	int
+	main ()
+	{
+	  long cpu = sysconf (_SC_CPU_VERSION);
+	  /* The order matters, because CPU_IS_HP_MC68K erroneously returns
+	     true for CPU_PA_RISC1_0.  CPU_IS_PA_RISC returns correct
+	     results, however.  */
+	  if (CPU_IS_PA_RISC (cpu))
+	    {
+	      switch (cpu)
+		{
+		  case CPU_PA_RISC1_0: puts ("hppa1.0-hitachi-hiuxwe2"); break;
+		  case CPU_PA_RISC1_1: puts ("hppa1.1-hitachi-hiuxwe2"); break;
+		  case CPU_PA_RISC2_0: puts ("hppa2.0-hitachi-hiuxwe2"); break;
+		  default: puts ("hppa-hitachi-hiuxwe2"); break;
+		}
+	    }
+	  else if (CPU_IS_HP_MC68K (cpu))
+	    puts ("m68k-hitachi-hiuxwe2");
+	  else puts ("unknown-hitachi-hiuxwe2");
+	  exit (0);
+	}
+EOF
+	$CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` &&
+		{ echo "$SYSTEM_NAME"; exit; }
+	echo unknown-hitachi-hiuxwe2
+	exit ;;
+    9000/7??:4.3bsd:*:* | 9000/8?[79]:4.3bsd:*:* )
+	echo hppa1.1-hp-bsd
+	exit ;;
+    9000/8??:4.3bsd:*:*)
+	echo hppa1.0-hp-bsd
+	exit ;;
+    *9??*:MPE/iX:*:* | *3000*:MPE/iX:*:*)
+	echo hppa1.0-hp-mpeix
+	exit ;;
+    hp7??:OSF1:*:* | hp8?[79]:OSF1:*:* )
+	echo hppa1.1-hp-osf
+	exit ;;
+    hp8??:OSF1:*:*)
+	echo hppa1.0-hp-osf
+	exit ;;
+    i*86:OSF1:*:*)
+	if [ -x /usr/sbin/sysversion ] ; then
+	    echo ${UNAME_MACHINE}-unknown-osf1mk
+	else
+	    echo ${UNAME_MACHINE}-unknown-osf1
+	fi
+	exit ;;
+    parisc*:Lites*:*:*)
+	echo hppa1.1-hp-lites
+	exit ;;
+    C1*:ConvexOS:*:* | convex:ConvexOS:C1*:*)
+	echo c1-convex-bsd
+	exit ;;
+    C2*:ConvexOS:*:* | convex:ConvexOS:C2*:*)
+	if getsysinfo -f scalar_acc
+	then echo c32-convex-bsd
+	else echo c2-convex-bsd
+	fi
+	exit ;;
+    C34*:ConvexOS:*:* | convex:ConvexOS:C34*:*)
+	echo c34-convex-bsd
+	exit ;;
+    C38*:ConvexOS:*:* | convex:ConvexOS:C38*:*)
+	echo c38-convex-bsd
+	exit ;;
+    C4*:ConvexOS:*:* | convex:ConvexOS:C4*:*)
+	echo c4-convex-bsd
+	exit ;;
+    CRAY*Y-MP:*:*:*)
+	echo ymp-cray-unicos${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/'
+	exit ;;
+    CRAY*[A-Z]90:*:*:*)
+	echo ${UNAME_MACHINE}-cray-unicos${UNAME_RELEASE} \
+	| sed -e 's/CRAY.*\([A-Z]90\)/\1/' \
+	      -e y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/ \
+	      -e 's/\.[^.]*$/.X/'
+	exit ;;
+    CRAY*TS:*:*:*)
+	echo t90-cray-unicos${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/'
+	exit ;;
+    CRAY*T3E:*:*:*)
+	echo alphaev5-cray-unicosmk${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/'
+	exit ;;
+    CRAY*SV1:*:*:*)
+	echo sv1-cray-unicos${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/'
+	exit ;;
+    *:UNICOS/mp:*:*)
+	echo craynv-cray-unicosmp${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/'
+	exit ;;
+    F30[01]:UNIX_System_V:*:* | F700:UNIX_System_V:*:*)
+	FUJITSU_PROC=`uname -m | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'`
+	FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
+	FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'`
+	echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
+	exit ;;
+    5000:UNIX_System_V:4.*:*)
+	FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
+	FUJITSU_REL=`echo ${UNAME_RELEASE} | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/ /_/'`
+	echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
+	exit ;;
+    i*86:BSD/386:*:* | i*86:BSD/OS:*:* | *:Ascend\ Embedded/OS:*:*)
+	echo ${UNAME_MACHINE}-pc-bsdi${UNAME_RELEASE}
+	exit ;;
+    sparc*:BSD/OS:*:*)
+	echo sparc-unknown-bsdi${UNAME_RELEASE}
+	exit ;;
+    *:BSD/OS:*:*)
+	echo ${UNAME_MACHINE}-unknown-bsdi${UNAME_RELEASE}
+	exit ;;
+    *:FreeBSD:*:*)
+	UNAME_PROCESSOR=`/usr/bin/uname -p`
+	case ${UNAME_PROCESSOR} in
+	    amd64)
+		echo x86_64-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
+	    *)
+		echo ${UNAME_PROCESSOR}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
+	esac
+	exit ;;
+    i*:CYGWIN*:*)
+	echo ${UNAME_MACHINE}-pc-cygwin
+	exit ;;
+    *:MINGW64*:*)
+	echo ${UNAME_MACHINE}-pc-mingw64
+	exit ;;
+    *:MINGW*:*)
+	echo ${UNAME_MACHINE}-pc-mingw32
+	exit ;;
+    i*:MSYS*:*)
+	echo ${UNAME_MACHINE}-pc-msys
+	exit ;;
+    i*:windows32*:*)
+	# uname -m includes "-pc" on this system.
+	echo ${UNAME_MACHINE}-mingw32
+	exit ;;
+    i*:PW*:*)
+	echo ${UNAME_MACHINE}-pc-pw32
+	exit ;;
+    *:Interix*:*)
+	case ${UNAME_MACHINE} in
+	    x86)
+		echo i586-pc-interix${UNAME_RELEASE}
+		exit ;;
+	    authenticamd | genuineintel | EM64T)
+		echo x86_64-unknown-interix${UNAME_RELEASE}
+		exit ;;
+	    IA64)
+		echo ia64-unknown-interix${UNAME_RELEASE}
+		exit ;;
+	esac ;;
+    [345]86:Windows_95:* | [345]86:Windows_98:* | [345]86:Windows_NT:*)
+	echo i${UNAME_MACHINE}-pc-mks
+	exit ;;
+    8664:Windows_NT:*)
+	echo x86_64-pc-mks
+	exit ;;
+    i*:Windows_NT*:* | Pentium*:Windows_NT*:*)
+	# How do we know it's Interix rather than the generic POSIX subsystem?
+	# It also conflicts with pre-2.0 versions of AT&T UWIN. Should we
+	# UNAME_MACHINE based on the output of uname instead of i386?
+	echo i586-pc-interix
+	exit ;;
+    i*:UWIN*:*)
+	echo ${UNAME_MACHINE}-pc-uwin
+	exit ;;
+    amd64:CYGWIN*:*:* | x86_64:CYGWIN*:*:*)
+	echo x86_64-unknown-cygwin
+	exit ;;
+    p*:CYGWIN*:*)
+	echo powerpcle-unknown-cygwin
+	exit ;;
+    prep*:SunOS:5.*:*)
+	echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
+	exit ;;
+    *:GNU:*:*)
+	# the GNU system
+	echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-gnu`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'`
+	exit ;;
+    *:GNU/*:*:*)
+	# other systems with GNU libc and userland
+	echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr '[A-Z]' '[a-z]'``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-gnu
+	exit ;;
+    i*86:Minix:*:*)
+	echo ${UNAME_MACHINE}-pc-minix
+	exit ;;
+    aarch64:Linux:*:*)
+	echo ${UNAME_MACHINE}-unknown-linux-gnu
+	exit ;;
+    aarch64_be:Linux:*:*)
+	UNAME_MACHINE=aarch64_be
+	echo ${UNAME_MACHINE}-unknown-linux-gnu
+	exit ;;
+    alpha:Linux:*:*)
+	case `sed -n '/^cpu model/s/^.*: \(.*\)/\1/p' < /proc/cpuinfo` in
+	  EV5)   UNAME_MACHINE=alphaev5 ;;
+	  EV56)  UNAME_MACHINE=alphaev56 ;;
+	  PCA56) UNAME_MACHINE=alphapca56 ;;
+	  PCA57) UNAME_MACHINE=alphapca56 ;;
+	  EV6)   UNAME_MACHINE=alphaev6 ;;
+	  EV67)  UNAME_MACHINE=alphaev67 ;;
+	  EV68*) UNAME_MACHINE=alphaev68 ;;
+	esac
+	objdump --private-headers /bin/sh | grep -q ld.so.1
+	if test "$?" = 0 ; then LIBC="libc1" ; else LIBC="" ; fi
+	echo ${UNAME_MACHINE}-unknown-linux-gnu${LIBC}
+	exit ;;
+    arm*:Linux:*:*)
+	eval $set_cc_for_build
+	if echo __ARM_EABI__ | $CC_FOR_BUILD -E - 2>/dev/null \
+	    | grep -q __ARM_EABI__
+	then
+	    echo ${UNAME_MACHINE}-unknown-linux-gnu
+	else
+	    if echo __ARM_PCS_VFP | $CC_FOR_BUILD -E - 2>/dev/null \
+		| grep -q __ARM_PCS_VFP
+	    then
+		echo ${UNAME_MACHINE}-unknown-linux-gnueabi
+	    else
+		echo ${UNAME_MACHINE}-unknown-linux-gnueabihf
+	    fi
+	fi
+	exit ;;
+    avr32*:Linux:*:*)
+	echo ${UNAME_MACHINE}-unknown-linux-gnu
+	exit ;;
+    cris:Linux:*:*)
+	echo ${UNAME_MACHINE}-axis-linux-gnu
+	exit ;;
+    crisv32:Linux:*:*)
+	echo ${UNAME_MACHINE}-axis-linux-gnu
+	exit ;;
+    frv:Linux:*:*)
+	echo ${UNAME_MACHINE}-unknown-linux-gnu
+	exit ;;
+    hexagon:Linux:*:*)
+	echo ${UNAME_MACHINE}-unknown-linux-gnu
+	exit ;;
+    i*86:Linux:*:*)
+	LIBC=gnu
+	eval $set_cc_for_build
+	sed 's/^	//' << EOF >$dummy.c
+	#ifdef __dietlibc__
+	LIBC=dietlibc
+	#endif
+EOF
+	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^LIBC'`
+	echo "${UNAME_MACHINE}-pc-linux-${LIBC}"
+	exit ;;
+    ia64:Linux:*:*)
+	echo ${UNAME_MACHINE}-unknown-linux-gnu
+	exit ;;
+    m32r*:Linux:*:*)
+	echo ${UNAME_MACHINE}-unknown-linux-gnu
+	exit ;;
+    m68*:Linux:*:*)
+	echo ${UNAME_MACHINE}-unknown-linux-gnu
+	exit ;;
+    mips:Linux:*:* | mips64:Linux:*:*)
+	eval $set_cc_for_build
+	sed 's/^	//' << EOF >$dummy.c
+	#undef CPU
+	#undef ${UNAME_MACHINE}
+	#undef ${UNAME_MACHINE}el
+	#if defined(__MIPSEL__) || defined(__MIPSEL) || defined(_MIPSEL) || defined(MIPSEL)
+	CPU=${UNAME_MACHINE}el
+	#else
+	#if defined(__MIPSEB__) || defined(__MIPSEB) || defined(_MIPSEB) || defined(MIPSEB)
+	CPU=${UNAME_MACHINE}
+	#else
+	CPU=
+	#endif
+	#endif
+EOF
+	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^CPU'`
+	test x"${CPU}" != x && { echo "${CPU}-unknown-linux-gnu"; exit; }
+	;;
+    or32:Linux:*:*)
+	echo ${UNAME_MACHINE}-unknown-linux-gnu
+	exit ;;
+    padre:Linux:*:*)
+	echo sparc-unknown-linux-gnu
+	exit ;;
+    parisc64:Linux:*:* | hppa64:Linux:*:*)
+	echo hppa64-unknown-linux-gnu
+	exit ;;
+    parisc:Linux:*:* | hppa:Linux:*:*)
+	# Look for CPU level
+	case `grep '^cpu[^a-z]*:' /proc/cpuinfo 2>/dev/null | cut -d' ' -f2` in
+	  PA7*) echo hppa1.1-unknown-linux-gnu ;;
+	  PA8*) echo hppa2.0-unknown-linux-gnu ;;
+	  *)    echo hppa-unknown-linux-gnu ;;
+	esac
+	exit ;;
+    ppc64:Linux:*:*)
+	echo powerpc64-unknown-linux-gnu
+	exit ;;
+    ppc:Linux:*:*)
+	echo powerpc-unknown-linux-gnu
+	exit ;;
+    s390:Linux:*:* | s390x:Linux:*:*)
+	echo ${UNAME_MACHINE}-ibm-linux
+	exit ;;
+    sh64*:Linux:*:*)
+	echo ${UNAME_MACHINE}-unknown-linux-gnu
+	exit ;;
+    sh*:Linux:*:*)
+	echo ${UNAME_MACHINE}-unknown-linux-gnu
+	exit ;;
+    sparc:Linux:*:* | sparc64:Linux:*:*)
+	echo ${UNAME_MACHINE}-unknown-linux-gnu
+	exit ;;
+    tile*:Linux:*:*)
+	echo ${UNAME_MACHINE}-unknown-linux-gnu
+	exit ;;
+    vax:Linux:*:*)
+	echo ${UNAME_MACHINE}-dec-linux-gnu
+	exit ;;
+    x86_64:Linux:*:*)
+	echo ${UNAME_MACHINE}-unknown-linux-gnu
+	exit ;;
+    xtensa*:Linux:*:*)
+	echo ${UNAME_MACHINE}-unknown-linux-gnu
+	exit ;;
+    i*86:DYNIX/ptx:4*:*)
+	# ptx 4.0 does uname -s correctly, with DYNIX/ptx in there.
+	# earlier versions are messed up and put the nodename in both
+	# sysname and nodename.
+	echo i386-sequent-sysv4
+	exit ;;
+    i*86:UNIX_SV:4.2MP:2.*)
+	# Unixware is an offshoot of SVR4, but it has its own version
+	# number series starting with 2...
+	# I am not positive that other SVR4 systems won't match this,
+	# I just have to hope.  -- rms.
+	# Use sysv4.2uw... so that sysv4* matches it.
+	echo ${UNAME_MACHINE}-pc-sysv4.2uw${UNAME_VERSION}
+	exit ;;
+    i*86:OS/2:*:*)
+	# If we were able to find `uname', then EMX Unix compatibility
+	# is probably installed.
+	echo ${UNAME_MACHINE}-pc-os2-emx
+	exit ;;
+    i*86:XTS-300:*:STOP)
+	echo ${UNAME_MACHINE}-unknown-stop
+	exit ;;
+    i*86:atheos:*:*)
+	echo ${UNAME_MACHINE}-unknown-atheos
+	exit ;;
+    i*86:syllable:*:*)
+	echo ${UNAME_MACHINE}-pc-syllable
+	exit ;;
+    i*86:LynxOS:2.*:* | i*86:LynxOS:3.[01]*:* | i*86:LynxOS:4.[02]*:*)
+	echo i386-unknown-lynxos${UNAME_RELEASE}
+	exit ;;
+    i*86:*DOS:*:*)
+	echo ${UNAME_MACHINE}-pc-msdosdjgpp
+	exit ;;
+    i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*)
+	UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'`
+	if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
+		echo ${UNAME_MACHINE}-univel-sysv${UNAME_REL}
+	else
+		echo ${UNAME_MACHINE}-pc-sysv${UNAME_REL}
+	fi
+	exit ;;
+    i*86:*:5:[678]*)
+	# UnixWare 7.x, OpenUNIX and OpenServer 6.
+	case `/bin/uname -X | grep "^Machine"` in
+	    *486*)	     UNAME_MACHINE=i486 ;;
+	    *Pentium)	     UNAME_MACHINE=i586 ;;
+	    *Pent*|*Celeron) UNAME_MACHINE=i686 ;;
+	esac
+	echo ${UNAME_MACHINE}-unknown-sysv${UNAME_RELEASE}${UNAME_SYSTEM}${UNAME_VERSION}
+	exit ;;
+    i*86:*:3.2:*)
+	if test -f /usr/options/cb.name; then
+		UNAME_REL=`sed -n 's/.*Version //p' </usr/options/cb.name`
+		echo ${UNAME_MACHINE}-pc-isc$UNAME_REL
+	elif /bin/uname -X 2>/dev/null >/dev/null ; then
+		UNAME_REL=`(/bin/uname -X|grep Release|sed -e 's/.*= //')`
+		(/bin/uname -X|grep i80486 >/dev/null) && UNAME_MACHINE=i486
+		(/bin/uname -X|grep '^Machine.*Pentium' >/dev/null) \
+			&& UNAME_MACHINE=i586
+		(/bin/uname -X|grep '^Machine.*Pent *II' >/dev/null) \
+			&& UNAME_MACHINE=i686
+		(/bin/uname -X|grep '^Machine.*Pentium Pro' >/dev/null) \
+			&& UNAME_MACHINE=i686
+		echo ${UNAME_MACHINE}-pc-sco$UNAME_REL
+	else
+		echo ${UNAME_MACHINE}-pc-sysv32
+	fi
+	exit ;;
+    pc:*:*:*)
+	# Left here for compatibility:
+	# uname -m prints for DJGPP always 'pc', but it prints nothing about
+	# the processor, so we play safe by assuming i586.
+	# Note: whatever this is, it MUST be the same as what config.sub
+	# prints for the "djgpp" host, or else GDB configury will decide that
+	# this is a cross-build.
+	echo i586-pc-msdosdjgpp
+	exit ;;
+    Intel:Mach:3*:*)
+	echo i386-pc-mach3
+	exit ;;
+    paragon:*:*:*)
+	echo i860-intel-osf1
+	exit ;;
+    i860:*:4.*:*) # i860-SVR4
+	if grep Stardent /usr/include/sys/uadmin.h >/dev/null 2>&1 ; then
+	  echo i860-stardent-sysv${UNAME_RELEASE} # Stardent Vistra i860-SVR4
+	else # Add other i860-SVR4 vendors below as they are discovered.
+	  echo i860-unknown-sysv${UNAME_RELEASE}  # Unknown i860-SVR4
+	fi
+	exit ;;
+    mini*:CTIX:SYS*5:*)
+	# "miniframe"
+	echo m68010-convergent-sysv
+	exit ;;
+    mc68k:UNIX:SYSTEM5:3.51m)
+	echo m68k-convergent-sysv
+	exit ;;
+    M680?0:D-NIX:5.3:*)
+	echo m68k-diab-dnix
+	exit ;;
+    M68*:*:R3V[5678]*:*)
+	test -r /sysV68 && { echo 'm68k-motorola-sysv'; exit; } ;;
+    3[345]??:*:4.0:3.0 | 3[34]??A:*:4.0:3.0 | 3[34]??,*:*:4.0:3.0 | 3[34]??/*:*:4.0:3.0 | 4400:*:4.0:3.0 | 4850:*:4.0:3.0 | SKA40:*:4.0:3.0 | SDS2:*:4.0:3.0 | SHG2:*:4.0:3.0 | S7501*:*:4.0:3.0)
+	OS_REL=''
+	test -r /etc/.relid \
+	&& OS_REL=.`sed -n 's/[^ ]* [^ ]* \([0-9][0-9]\).*/\1/p' < /etc/.relid`
+	/bin/uname -p 2>/dev/null | grep 86 >/dev/null \
+	  && { echo i486-ncr-sysv4.3${OS_REL}; exit; }
+	/bin/uname -p 2>/dev/null | /bin/grep entium >/dev/null \
+	  && { echo i586-ncr-sysv4.3${OS_REL}; exit; } ;;
+    3[34]??:*:4.0:* | 3[34]??,*:*:4.0:*)
+	/bin/uname -p 2>/dev/null | grep 86 >/dev/null \
+	  && { echo i486-ncr-sysv4; exit; } ;;
+    NCR*:*:4.2:* | MPRAS*:*:4.2:*)
+	OS_REL='.3'
+	test -r /etc/.relid \
+	    && OS_REL=.`sed -n 's/[^ ]* [^ ]* \([0-9][0-9]\).*/\1/p' < /etc/.relid`
+	/bin/uname -p 2>/dev/null | grep 86 >/dev/null \
+	    && { echo i486-ncr-sysv4.3${OS_REL}; exit; }
+	/bin/uname -p 2>/dev/null | /bin/grep entium >/dev/null \
+	    && { echo i586-ncr-sysv4.3${OS_REL}; exit; }
+	/bin/uname -p 2>/dev/null | /bin/grep pteron >/dev/null \
+	    && { echo i586-ncr-sysv4.3${OS_REL}; exit; } ;;
+    m68*:LynxOS:2.*:* | m68*:LynxOS:3.0*:*)
+	echo m68k-unknown-lynxos${UNAME_RELEASE}
+	exit ;;
+    mc68030:UNIX_System_V:4.*:*)
+	echo m68k-atari-sysv4
+	exit ;;
+    TSUNAMI:LynxOS:2.*:*)
+	echo sparc-unknown-lynxos${UNAME_RELEASE}
+	exit ;;
+    rs6000:LynxOS:2.*:*)
+	echo rs6000-unknown-lynxos${UNAME_RELEASE}
+	exit ;;
+    PowerPC:LynxOS:2.*:* | PowerPC:LynxOS:3.[01]*:* | PowerPC:LynxOS:4.[02]*:*)
+	echo powerpc-unknown-lynxos${UNAME_RELEASE}
+	exit ;;
+    SM[BE]S:UNIX_SV:*:*)
+	echo mips-dde-sysv${UNAME_RELEASE}
+	exit ;;
+    RM*:ReliantUNIX-*:*:*)
+	echo mips-sni-sysv4
+	exit ;;
+    RM*:SINIX-*:*:*)
+	echo mips-sni-sysv4
+	exit ;;
+    *:SINIX-*:*:*)
+	if uname -p 2>/dev/null >/dev/null ; then
+		UNAME_MACHINE=`(uname -p) 2>/dev/null`
+		echo ${UNAME_MACHINE}-sni-sysv4
+	else
+		echo ns32k-sni-sysv
+	fi
+	exit ;;
+    PENTIUM:*:4.0*:*)	# Unisys `ClearPath HMP IX 4000' SVR4/MP effort
+			# says <Richard.M.Bartel at ccMail.Census.GOV>
+	echo i586-unisys-sysv4
+	exit ;;
+    *:UNIX_System_V:4*:FTX*)
+	# From Gerald Hewes <hewes at openmarket.com>.
+	# How about differentiating between stratus architectures? -djm
+	echo hppa1.1-stratus-sysv4
+	exit ;;
+    *:*:*:FTX*)
+	# From seanf at swdc.stratus.com.
+	echo i860-stratus-sysv4
+	exit ;;
+    i*86:VOS:*:*)
+	# From Paul.Green at stratus.com.
+	echo ${UNAME_MACHINE}-stratus-vos
+	exit ;;
+    *:VOS:*:*)
+	# From Paul.Green at stratus.com.
+	echo hppa1.1-stratus-vos
+	exit ;;
+    mc68*:A/UX:*:*)
+	echo m68k-apple-aux${UNAME_RELEASE}
+	exit ;;
+    news*:NEWS-OS:6*:*)
+	echo mips-sony-newsos6
+	exit ;;
+    R[34]000:*System_V*:*:* | R4000:UNIX_SYSV:*:* | R*000:UNIX_SV:*:*)
+	if [ -d /usr/nec ]; then
+		echo mips-nec-sysv${UNAME_RELEASE}
+	else
+		echo mips-unknown-sysv${UNAME_RELEASE}
+	fi
+	exit ;;
+    BeBox:BeOS:*:*)	# BeOS running on hardware made by Be, PPC only.
+	echo powerpc-be-beos
+	exit ;;
+    BeMac:BeOS:*:*)	# BeOS running on Mac or Mac clone, PPC only.
+	echo powerpc-apple-beos
+	exit ;;
+    BePC:BeOS:*:*)	# BeOS running on Intel PC compatible.
+	echo i586-pc-beos
+	exit ;;
+    BePC:Haiku:*:*)	# Haiku running on Intel PC compatible.
+	echo i586-pc-haiku
+	exit ;;
+    x86_64:Haiku:*:*)
+	echo x86_64-unknown-haiku
+	exit ;;
+    SX-4:SUPER-UX:*:*)
+	echo sx4-nec-superux${UNAME_RELEASE}
+	exit ;;
+    SX-5:SUPER-UX:*:*)
+	echo sx5-nec-superux${UNAME_RELEASE}
+	exit ;;
+    SX-6:SUPER-UX:*:*)
+	echo sx6-nec-superux${UNAME_RELEASE}
+	exit ;;
+    SX-7:SUPER-UX:*:*)
+	echo sx7-nec-superux${UNAME_RELEASE}
+	exit ;;
+    SX-8:SUPER-UX:*:*)
+	echo sx8-nec-superux${UNAME_RELEASE}
+	exit ;;
+    SX-8R:SUPER-UX:*:*)
+	echo sx8r-nec-superux${UNAME_RELEASE}
+	exit ;;
+    Power*:Rhapsody:*:*)
+	echo powerpc-apple-rhapsody${UNAME_RELEASE}
+	exit ;;
+    *:Rhapsody:*:*)
+	echo ${UNAME_MACHINE}-apple-rhapsody${UNAME_RELEASE}
+	exit ;;
+    *:Darwin:*:*)
+	UNAME_PROCESSOR=`uname -p` || UNAME_PROCESSOR=unknown
+	case $UNAME_PROCESSOR in
+	    i386)
+		eval $set_cc_for_build
+		if [ "$CC_FOR_BUILD" != 'no_compiler_found' ]; then
+		  if (echo '#ifdef __LP64__'; echo IS_64BIT_ARCH; echo '#endif') | \
+		      (CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | \
+		      grep IS_64BIT_ARCH >/dev/null
+		  then
+		      UNAME_PROCESSOR="x86_64"
+		  fi
+		fi ;;
+	    unknown) UNAME_PROCESSOR=powerpc ;;
+	esac
+	echo ${UNAME_PROCESSOR}-apple-darwin${UNAME_RELEASE}
+	exit ;;
+    *:procnto*:*:* | *:QNX:[0123456789]*:*)
+	UNAME_PROCESSOR=`uname -p`
+	if test "$UNAME_PROCESSOR" = "x86"; then
+		UNAME_PROCESSOR=i386
+		UNAME_MACHINE=pc
+	fi
+	echo ${UNAME_PROCESSOR}-${UNAME_MACHINE}-nto-qnx${UNAME_RELEASE}
+	exit ;;
+    *:QNX:*:4*)
+	echo i386-pc-qnx
+	exit ;;
+    NEO-?:NONSTOP_KERNEL:*:*)
+	echo neo-tandem-nsk${UNAME_RELEASE}
+	exit ;;
+    NSE-*:NONSTOP_KERNEL:*:*)
+	echo nse-tandem-nsk${UNAME_RELEASE}
+	exit ;;
+    NSR-?:NONSTOP_KERNEL:*:*)
+	echo nsr-tandem-nsk${UNAME_RELEASE}
+	exit ;;
+    *:NonStop-UX:*:*)
+	echo mips-compaq-nonstopux
+	exit ;;
+    BS2000:POSIX*:*:*)
+	echo bs2000-siemens-sysv
+	exit ;;
+    DS/*:UNIX_System_V:*:*)
+	echo ${UNAME_MACHINE}-${UNAME_SYSTEM}-${UNAME_RELEASE}
+	exit ;;
+    *:Plan9:*:*)
+	# "uname -m" is not consistent, so use $cputype instead. 386
+	# is converted to i386 for consistency with other x86
+	# operating systems.
+	if test "$cputype" = "386"; then
+	    UNAME_MACHINE=i386
+	else
+	    UNAME_MACHINE="$cputype"
+	fi
+	echo ${UNAME_MACHINE}-unknown-plan9
+	exit ;;
+    *:TOPS-10:*:*)
+	echo pdp10-unknown-tops10
+	exit ;;
+    *:TENEX:*:*)
+	echo pdp10-unknown-tenex
+	exit ;;
+    KS10:TOPS-20:*:* | KL10:TOPS-20:*:* | TYPE4:TOPS-20:*:*)
+	echo pdp10-dec-tops20
+	exit ;;
+    XKL-1:TOPS-20:*:* | TYPE5:TOPS-20:*:*)
+	echo pdp10-xkl-tops20
+	exit ;;
+    *:TOPS-20:*:*)
+	echo pdp10-unknown-tops20
+	exit ;;
+    *:ITS:*:*)
+	echo pdp10-unknown-its
+	exit ;;
+    SEI:*:*:SEIUX)
+	echo mips-sei-seiux${UNAME_RELEASE}
+	exit ;;
+    *:DragonFly:*:*)
+	echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
+	exit ;;
+    *:*VMS:*:*)
+	UNAME_MACHINE=`(uname -p) 2>/dev/null`
+	case "${UNAME_MACHINE}" in
+	    A*) echo alpha-dec-vms ; exit ;;
+	    I*) echo ia64-dec-vms ; exit ;;
+	    V*) echo vax-dec-vms ; exit ;;
+	esac ;;
+    *:XENIX:*:SysV)
+	echo i386-pc-xenix
+	exit ;;
+    i*86:skyos:*:*)
+	echo ${UNAME_MACHINE}-pc-skyos`echo ${UNAME_RELEASE}` | sed -e 's/ .*$//'
+	exit ;;
+    i*86:rdos:*:*)
+	echo ${UNAME_MACHINE}-pc-rdos
+	exit ;;
+    i*86:AROS:*:*)
+	echo ${UNAME_MACHINE}-pc-aros
+	exit ;;
+    x86_64:VMkernel:*:*)
+	echo ${UNAME_MACHINE}-unknown-esx
+	exit ;;
+esac
+
+eval $set_cc_for_build
+cat >$dummy.c <<EOF
+#ifdef _SEQUENT_
+# include <sys/types.h>
+# include <sys/utsname.h>
+#endif
+main ()
+{
+#if defined (sony)
+#if defined (MIPSEB)
+  /* BFD wants "bsd" instead of "newsos".  Perhaps BFD should be changed,
+     I don't know....  */
+  printf ("mips-sony-bsd\n"); exit (0);
+#else
+#include <sys/param.h>
+  printf ("m68k-sony-newsos%s\n",
+#ifdef NEWSOS4
+	"4"
+#else
+	""
+#endif
+	); exit (0);
+#endif
+#endif
+
+#if defined (__arm) && defined (__acorn) && defined (__unix)
+  printf ("arm-acorn-riscix\n"); exit (0);
+#endif
+
+#if defined (hp300) && !defined (hpux)
+  printf ("m68k-hp-bsd\n"); exit (0);
+#endif
+
+#if defined (NeXT)
+#if !defined (__ARCHITECTURE__)
+#define __ARCHITECTURE__ "m68k"
+#endif
+  int version;
+  version=`(hostinfo | sed -n 's/.*NeXT Mach \([0-9]*\).*/\1/p') 2>/dev/null`;
+  if (version < 4)
+    printf ("%s-next-nextstep%d\n", __ARCHITECTURE__, version);
+  else
+    printf ("%s-next-openstep%d\n", __ARCHITECTURE__, version);
+  exit (0);
+#endif
+
+#if defined (MULTIMAX) || defined (n16)
+#if defined (UMAXV)
+  printf ("ns32k-encore-sysv\n"); exit (0);
+#else
+#if defined (CMU)
+  printf ("ns32k-encore-mach\n"); exit (0);
+#else
+  printf ("ns32k-encore-bsd\n"); exit (0);
+#endif
+#endif
+#endif
+
+#if defined (__386BSD__)
+  printf ("i386-pc-bsd\n"); exit (0);
+#endif
+
+#if defined (sequent)
+#if defined (i386)
+  printf ("i386-sequent-dynix\n"); exit (0);
+#endif
+#if defined (ns32000)
+  printf ("ns32k-sequent-dynix\n"); exit (0);
+#endif
+#endif
+
+#if defined (_SEQUENT_)
+    struct utsname un;
+
+    uname(&un);
+
+    if (strncmp(un.version, "V2", 2) == 0) {
+	printf ("i386-sequent-ptx2\n"); exit (0);
+    }
+    if (strncmp(un.version, "V1", 2) == 0) { /* XXX is V1 correct? */
+	printf ("i386-sequent-ptx1\n"); exit (0);
+    }
+    printf ("i386-sequent-ptx\n"); exit (0);
+
+#endif
+
+#if defined (vax)
+# if !defined (ultrix)
+#  include <sys/param.h>
+#  if defined (BSD)
+#   if BSD == 43
+      printf ("vax-dec-bsd4.3\n"); exit (0);
+#   else
+#    if BSD == 199006
+      printf ("vax-dec-bsd4.3reno\n"); exit (0);
+#    else
+      printf ("vax-dec-bsd\n"); exit (0);
+#    endif
+#   endif
+#  else
+    printf ("vax-dec-bsd\n"); exit (0);
+#  endif
+# else
+    printf ("vax-dec-ultrix\n"); exit (0);
+# endif
+#endif
+
+#if defined (alliant) && defined (i860)
+  printf ("i860-alliant-bsd\n"); exit (0);
+#endif
+
+  exit (1);
+}
+EOF
+
+$CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null && SYSTEM_NAME=`$dummy` &&
+	{ echo "$SYSTEM_NAME"; exit; }
+
+# Apollos put the system type in the environment.
+
+test -d /usr/apollo && { echo ${ISP}-apollo-${SYSTYPE}; exit; }
+
+# Convex versions that predate uname can use getsysinfo(1)
+
+if [ -x /usr/convex/getsysinfo ]
+then
+    case `getsysinfo -f cpu_type` in
+    c1*)
+	echo c1-convex-bsd
+	exit ;;
+    c2*)
+	if getsysinfo -f scalar_acc
+	then echo c32-convex-bsd
+	else echo c2-convex-bsd
+	fi
+	exit ;;
+    c34*)
+	echo c34-convex-bsd
+	exit ;;
+    c38*)
+	echo c38-convex-bsd
+	exit ;;
+    c4*)
+	echo c4-convex-bsd
+	exit ;;
+    esac
+fi
+
+cat >&2 <<EOF
+$0: unable to guess system type
+
+This script, last modified $timestamp, has failed to recognize
+the operating system you are using. It is advised that you
+download the most up to date version of the config scripts from
+
+  http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD
+and
+  http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub;hb=HEAD
+
+If the version you run ($0) is already up to date, please
+send the following data and any information you think might be
+pertinent to <config-patches at gnu.org> in order to provide the needed
+information to handle your system.
+
+config.guess timestamp = $timestamp
+
+uname -m = `(uname -m) 2>/dev/null || echo unknown`
+uname -r = `(uname -r) 2>/dev/null || echo unknown`
+uname -s = `(uname -s) 2>/dev/null || echo unknown`
+uname -v = `(uname -v) 2>/dev/null || echo unknown`
+
+/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null`
+/bin/uname -X     = `(/bin/uname -X) 2>/dev/null`
+
+hostinfo               = `(hostinfo) 2>/dev/null`
+/bin/universe          = `(/bin/universe) 2>/dev/null`
+/usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null`
+/bin/arch              = `(/bin/arch) 2>/dev/null`
+/usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null`
+/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null`
+
+UNAME_MACHINE = ${UNAME_MACHINE}
+UNAME_RELEASE = ${UNAME_RELEASE}
+UNAME_SYSTEM  = ${UNAME_SYSTEM}
+UNAME_VERSION = ${UNAME_VERSION}
+EOF
+
+exit 1
+
+# Local variables:
+# eval: (add-hook 'write-file-hooks 'time-stamp)
+# time-stamp-start: "timestamp='"
+# time-stamp-format: "%:y-%02m-%02d"
+# time-stamp-end: "'"
+# End:
diff --git a/config/gnu/config.sub b/config/gnu/config.sub
new file mode 100755
index 0000000..bdda9e4
--- /dev/null
+++ b/config/gnu/config.sub
@@ -0,0 +1,1786 @@
+#! /bin/sh
+# Configuration validation subroutine script.
+#   Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
+#   2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010,
+#   2011, 2012 Free Software Foundation, Inc.
+
+timestamp='2012-08-18'
+
+# This file is (in principle) common to ALL GNU software.
+# The presence of a machine in this file suggests that SOME GNU software
+# can handle that machine.  It does not imply ALL GNU software can.
+#
+# This file is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, see <http://www.gnu.org/licenses/>.
+#
+# As a special exception to the GNU General Public License, if you
+# distribute this file as part of a program that contains a
+# configuration script generated by Autoconf, you may include it under
+# the same distribution terms that you use for the rest of that program.
+
+
+# Please send patches to <config-patches at gnu.org>.  Submit a context
+# diff and a properly formatted GNU ChangeLog entry.
+#
+# Configuration subroutine to validate and canonicalize a configuration type.
+# Supply the specified configuration type as an argument.
+# If it is invalid, we print an error message on stderr and exit with code 1.
+# Otherwise, we print the canonical config type on stdout and succeed.
+
+# You can get the latest version of this script from:
+# http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub;hb=HEAD
+
+# This file is supposed to be the same for all GNU packages
+# and recognize all the CPU types, system types and aliases
+# that are meaningful with *any* GNU software.
+# Each package is responsible for reporting which valid configurations
+# it does not support.  The user should be able to distinguish
+# a failure to support a valid configuration from a meaningless
+# configuration.
+
+# The goal of this file is to map all the various variations of a given
+# machine specification into a single specification in the form:
+#	CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM
+# or in some cases, the newer four-part form:
+#	CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM
+# It is wrong to echo any other type of specification.
+
+me=`echo "$0" | sed -e 's,.*/,,'`
+
+usage="\
+Usage: $0 [OPTION] CPU-MFR-OPSYS
+       $0 [OPTION] ALIAS
+
+Canonicalize a configuration name.
+
+Operation modes:
+  -h, --help         print this help, then exit
+  -t, --time-stamp   print date of last modification, then exit
+  -v, --version      print version number, then exit
+
+Report bugs and patches to <config-patches at gnu.org>."
+
+version="\
+GNU config.sub ($timestamp)
+
+Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000,
+2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012
+Free Software Foundation, Inc.
+
+This is free software; see the source for copying conditions.  There is NO
+warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."
+
+help="
+Try \`$me --help' for more information."
+
+# Parse command line
+while test $# -gt 0 ; do
+  case $1 in
+    --time-stamp | --time* | -t )
+       echo "$timestamp" ; exit ;;
+    --version | -v )
+       echo "$version" ; exit ;;
+    --help | --h* | -h )
+       echo "$usage"; exit ;;
+    -- )     # Stop option processing
+       shift; break ;;
+    - )	# Use stdin as input.
+       break ;;
+    -* )
+       echo "$me: invalid option $1$help"
+       exit 1 ;;
+
+    *local*)
+       # First pass through any local machine types.
+       echo $1
+       exit ;;
+
+    * )
+       break ;;
+  esac
+done
+
+case $# in
+ 0) echo "$me: missing argument$help" >&2
+    exit 1;;
+ 1) ;;
+ *) echo "$me: too many arguments$help" >&2
+    exit 1;;
+esac
+
+# Separate what the user gave into CPU-COMPANY and OS or KERNEL-OS (if any).
+# Here we must recognize all the valid KERNEL-OS combinations.
+maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
+case $maybe_os in
+  nto-qnx* | linux-gnu* | linux-android* | linux-dietlibc | linux-newlib* | \
+  linux-musl* | linux-uclibc* | uclinux-uclibc* | uclinux-gnu* | kfreebsd*-gnu* | \
+  knetbsd*-gnu* | netbsd*-gnu* | \
+  kopensolaris*-gnu* | \
+  storm-chaos* | os2-emx* | rtmk-nova*)
+    os=-$maybe_os
+    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
+    ;;
+  android-linux)
+    os=-linux-android
+    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`-unknown
+    ;;
+  *)
+    basic_machine=`echo $1 | sed 's/-[^-]*$//'`
+    if [ $basic_machine != $1 ]
+    then os=`echo $1 | sed 's/.*-/-/'`
+    else os=; fi
+    ;;
+esac
+
+### Let's recognize common machines as not being operating systems so
+### that things like config.sub decstation-3100 work.  We also
+### recognize some manufacturers as not being operating systems, so we
+### can provide default operating systems below.
+case $os in
+	-sun*os*)
+		# Prevent following clause from handling this invalid input.
+		;;
+	-dec* | -mips* | -sequent* | -encore* | -pc532* | -sgi* | -sony* | \
+	-att* | -7300* | -3300* | -delta* | -motorola* | -sun[234]* | \
+	-unicom* | -ibm* | -next | -hp | -isi* | -apollo | -altos* | \
+	-convergent* | -ncr* | -news | -32* | -3600* | -3100* | -hitachi* |\
+	-c[123]* | -convex* | -sun | -crds | -omron* | -dg | -ultra | -tti* | \
+	-harris | -dolphin | -highlevel | -gould | -cbm | -ns | -masscomp | \
+	-apple | -axis | -knuth | -cray | -microblaze)
+		os=
+		basic_machine=$1
+		;;
+	-bluegene*)
+		os=-cnk
+		;;
+	-sim | -cisco | -oki | -wec | -winbond)
+		os=
+		basic_machine=$1
+		;;
+	-scout)
+		;;
+	-wrs)
+		os=-vxworks
+		basic_machine=$1
+		;;
+	-chorusos*)
+		os=-chorusos
+		basic_machine=$1
+		;;
+	-chorusrdb)
+		os=-chorusrdb
+		basic_machine=$1
+		;;
+	-hiux*)
+		os=-hiuxwe2
+		;;
+	-sco6)
+		os=-sco5v6
+		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
+		;;
+	-sco5)
+		os=-sco3.2v5
+		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
+		;;
+	-sco4)
+		os=-sco3.2v4
+		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
+		;;
+	-sco3.2.[4-9]*)
+		os=`echo $os | sed -e 's/sco3.2./sco3.2v/'`
+		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
+		;;
+	-sco3.2v[4-9]*)
+		# Don't forget version if it is 3.2v4 or newer.
+		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
+		;;
+	-sco5v6*)
+		# Don't forget version if it is 3.2v4 or newer.
+		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
+		;;
+	-sco*)
+		os=-sco3.2v2
+		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
+		;;
+	-udk*)
+		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
+		;;
+	-isc)
+		os=-isc2.2
+		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
+		;;
+	-clix*)
+		basic_machine=clipper-intergraph
+		;;
+	-isc*)
+		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
+		;;
+	-lynx*178)
+		os=-lynxos178
+		;;
+	-lynx*5)
+		os=-lynxos5
+		;;
+	-lynx*)
+		os=-lynxos
+		;;
+	-ptx*)
+		basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'`
+		;;
+	-windowsnt*)
+		os=`echo $os | sed -e 's/windowsnt/winnt/'`
+		;;
+	-psos*)
+		os=-psos
+		;;
+	-mint | -mint[0-9]*)
+		basic_machine=m68k-atari
+		os=-mint
+		;;
+esac
+
+# Decode aliases for certain CPU-COMPANY combinations.
+case $basic_machine in
+	# Recognize the basic CPU types without company name.
+	# Some are omitted here because they have special meanings below.
+	1750a | 580 \
+	| a29k \
+	| aarch64 | aarch64_be \
+	| alpha | alphaev[4-8] | alphaev56 | alphaev6[78] | alphapca5[67] \
+	| alpha64 | alpha64ev[4-8] | alpha64ev56 | alpha64ev6[78] | alpha64pca5[67] \
+	| am33_2.0 \
+	| arc | arm | arm[bl]e | arme[lb] | armv[2345] | armv[345][lb] | avr | avr32 \
+        | be32 | be64 \
+	| bfin \
+	| c4x | clipper \
+	| d10v | d30v | dlx | dsp16xx \
+	| epiphany \
+	| fido | fr30 | frv \
+	| h8300 | h8500 | hppa | hppa1.[01] | hppa2.0 | hppa2.0[nw] | hppa64 \
+	| hexagon \
+	| i370 | i860 | i960 | ia64 \
+	| ip2k | iq2000 \
+	| le32 | le64 \
+	| lm32 \
+	| m32c | m32r | m32rle | m68000 | m68k | m88k \
+	| maxq | mb | microblaze | mcore | mep | metag \
+	| mips | mipsbe | mipseb | mipsel | mipsle \
+	| mips16 \
+	| mips64 | mips64el \
+	| mips64octeon | mips64octeonel \
+	| mips64orion | mips64orionel \
+	| mips64r5900 | mips64r5900el \
+	| mips64vr | mips64vrel \
+	| mips64vr4100 | mips64vr4100el \
+	| mips64vr4300 | mips64vr4300el \
+	| mips64vr5000 | mips64vr5000el \
+	| mips64vr5900 | mips64vr5900el \
+	| mipsisa32 | mipsisa32el \
+	| mipsisa32r2 | mipsisa32r2el \
+	| mipsisa64 | mipsisa64el \
+	| mipsisa64r2 | mipsisa64r2el \
+	| mipsisa64sb1 | mipsisa64sb1el \
+	| mipsisa64sr71k | mipsisa64sr71kel \
+	| mipstx39 | mipstx39el \
+	| mn10200 | mn10300 \
+	| moxie \
+	| mt \
+	| msp430 \
+	| nds32 | nds32le | nds32be \
+	| nios | nios2 \
+	| ns16k | ns32k \
+	| open8 \
+	| or32 \
+	| pdp10 | pdp11 | pj | pjl \
+	| powerpc | powerpc64 | powerpc64le | powerpcle \
+	| pyramid \
+	| rl78 | rx \
+	| score \
+	| sh | sh[1234] | sh[24]a | sh[24]aeb | sh[23]e | sh[34]eb | sheb | shbe | shle | sh[1234]le | sh3ele \
+	| sh64 | sh64le \
+	| sparc | sparc64 | sparc64b | sparc64v | sparc86x | sparclet | sparclite \
+	| sparcv8 | sparcv9 | sparcv9b | sparcv9v \
+	| spu \
+	| tahoe | tic4x | tic54x | tic55x | tic6x | tic80 | tron \
+	| ubicom32 \
+	| v850 | v850e | v850e1 | v850e2 | v850es | v850e2v3 \
+	| we32k \
+	| x86 | xc16x | xstormy16 | xtensa \
+	| z8k | z80)
+		basic_machine=$basic_machine-unknown
+		;;
+	c54x)
+		basic_machine=tic54x-unknown
+		;;
+	c55x)
+		basic_machine=tic55x-unknown
+		;;
+	c6x)
+		basic_machine=tic6x-unknown
+		;;
+	m6811 | m68hc11 | m6812 | m68hc12 | m68hcs12x | picochip)
+		basic_machine=$basic_machine-unknown
+		os=-none
+		;;
+	m88110 | m680[12346]0 | m683?2 | m68360 | m5200 | v70 | w65 | z8k)
+		;;
+	ms1)
+		basic_machine=mt-unknown
+		;;
+
+	strongarm | thumb | xscale)
+		basic_machine=arm-unknown
+		;;
+	xgate)
+		basic_machine=$basic_machine-unknown
+		os=-none
+		;;
+	xscaleeb)
+		basic_machine=armeb-unknown
+		;;
+
+	xscaleel)
+		basic_machine=armel-unknown
+		;;
+
+	# We use `pc' rather than `unknown'
+	# because (1) that's what they normally are, and
+	# (2) the word "unknown" tends to confuse beginning users.
+	i*86 | x86_64)
+	  basic_machine=$basic_machine-pc
+	  ;;
+	# Object if more than one company name word.
+	*-*-*)
+		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
+		exit 1
+		;;
+	# Recognize the basic CPU types with company name.
+	580-* \
+	| a29k-* \
+	| aarch64-* | aarch64_be-* \
+	| alpha-* | alphaev[4-8]-* | alphaev56-* | alphaev6[78]-* \
+	| alpha64-* | alpha64ev[4-8]-* | alpha64ev56-* | alpha64ev6[78]-* \
+	| alphapca5[67]-* | alpha64pca5[67]-* | arc-* \
+	| arm-*  | armbe-* | armle-* | armeb-* | armv*-* \
+	| avr-* | avr32-* \
+	| be32-* | be64-* \
+	| bfin-* | bs2000-* \
+	| c[123]* | c30-* | [cjt]90-* | c4x-* \
+	| clipper-* | craynv-* | cydra-* \
+	| d10v-* | d30v-* | dlx-* \
+	| elxsi-* \
+	| f30[01]-* | f700-* | fido-* | fr30-* | frv-* | fx80-* \
+	| h8300-* | h8500-* \
+	| hppa-* | hppa1.[01]-* | hppa2.0-* | hppa2.0[nw]-* | hppa64-* \
+	| hexagon-* \
+	| i*86-* | i860-* | i960-* | ia64-* \
+	| ip2k-* | iq2000-* \
+	| le32-* | le64-* \
+	| lm32-* \
+	| m32c-* | m32r-* | m32rle-* \
+	| m68000-* | m680[012346]0-* | m68360-* | m683?2-* | m68k-* \
+	| m88110-* | m88k-* | maxq-* | mcore-* | metag-* | microblaze-* \
+	| mips-* | mipsbe-* | mipseb-* | mipsel-* | mipsle-* \
+	| mips16-* \
+	| mips64-* | mips64el-* \
+	| mips64octeon-* | mips64octeonel-* \
+	| mips64orion-* | mips64orionel-* \
+	| mips64r5900-* | mips64r5900el-* \
+	| mips64vr-* | mips64vrel-* \
+	| mips64vr4100-* | mips64vr4100el-* \
+	| mips64vr4300-* | mips64vr4300el-* \
+	| mips64vr5000-* | mips64vr5000el-* \
+	| mips64vr5900-* | mips64vr5900el-* \
+	| mipsisa32-* | mipsisa32el-* \
+	| mipsisa32r2-* | mipsisa32r2el-* \
+	| mipsisa64-* | mipsisa64el-* \
+	| mipsisa64r2-* | mipsisa64r2el-* \
+	| mipsisa64sb1-* | mipsisa64sb1el-* \
+	| mipsisa64sr71k-* | mipsisa64sr71kel-* \
+	| mipstx39-* | mipstx39el-* \
+	| mmix-* \
+	| mt-* \
+	| msp430-* \
+	| nds32-* | nds32le-* | nds32be-* \
+	| nios-* | nios2-* \
+	| none-* | np1-* | ns16k-* | ns32k-* \
+	| open8-* \
+	| orion-* \
+	| pdp10-* | pdp11-* | pj-* | pjl-* | pn-* | power-* \
+	| powerpc-* | powerpc64-* | powerpc64le-* | powerpcle-* \
+	| pyramid-* \
+	| rl78-* | romp-* | rs6000-* | rx-* \
+	| sh-* | sh[1234]-* | sh[24]a-* | sh[24]aeb-* | sh[23]e-* | sh[34]eb-* | sheb-* | shbe-* \
+	| shle-* | sh[1234]le-* | sh3ele-* | sh64-* | sh64le-* \
+	| sparc-* | sparc64-* | sparc64b-* | sparc64v-* | sparc86x-* | sparclet-* \
+	| sparclite-* \
+	| sparcv8-* | sparcv9-* | sparcv9b-* | sparcv9v-* | sv1-* | sx?-* \
+	| tahoe-* \
+	| tic30-* | tic4x-* | tic54x-* | tic55x-* | tic6x-* | tic80-* \
+	| tile*-* \
+	| tron-* \
+	| ubicom32-* \
+	| v850-* | v850e-* | v850e1-* | v850es-* | v850e2-* | v850e2v3-* \
+	| vax-* \
+	| we32k-* \
+	| x86-* | x86_64-* | xc16x-* | xps100-* \
+	| xstormy16-* | xtensa*-* \
+	| ymp-* \
+	| z8k-* | z80-*)
+		;;
+	# Recognize the basic CPU types without company name, with glob match.
+	xtensa*)
+		basic_machine=$basic_machine-unknown
+		;;
+	# Recognize the various machine names and aliases which stand
+	# for a CPU type and a company and sometimes even an OS.
+	386bsd)
+		basic_machine=i386-unknown
+		os=-bsd
+		;;
+	3b1 | 7300 | 7300-att | att-7300 | pc7300 | safari | unixpc)
+		basic_machine=m68000-att
+		;;
+	3b*)
+		basic_machine=we32k-att
+		;;
+	a29khif)
+		basic_machine=a29k-amd
+		os=-udi
+		;;
+	abacus)
+		basic_machine=abacus-unknown
+		;;
+	adobe68k)
+		basic_machine=m68010-adobe
+		os=-scout
+		;;
+	alliant | fx80)
+		basic_machine=fx80-alliant
+		;;
+	altos | altos3068)
+		basic_machine=m68k-altos
+		;;
+	am29k)
+		basic_machine=a29k-none
+		os=-bsd
+		;;
+	amd64)
+		basic_machine=x86_64-pc
+		;;
+	amd64-*)
+		basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'`
+		;;
+	amdahl)
+		basic_machine=580-amdahl
+		os=-sysv
+		;;
+	amiga | amiga-*)
+		basic_machine=m68k-unknown
+		;;
+	amigaos | amigados)
+		basic_machine=m68k-unknown
+		os=-amigaos
+		;;
+	amigaunix | amix)
+		basic_machine=m68k-unknown
+		os=-sysv4
+		;;
+	apollo68)
+		basic_machine=m68k-apollo
+		os=-sysv
+		;;
+	apollo68bsd)
+		basic_machine=m68k-apollo
+		os=-bsd
+		;;
+	aros)
+		basic_machine=i386-pc
+		os=-aros
+		;;
+	aux)
+		basic_machine=m68k-apple
+		os=-aux
+		;;
+	balance)
+		basic_machine=ns32k-sequent
+		os=-dynix
+		;;
+	blackfin)
+		basic_machine=bfin-unknown
+		os=-linux
+		;;
+	blackfin-*)
+		basic_machine=bfin-`echo $basic_machine | sed 's/^[^-]*-//'`
+		os=-linux
+		;;
+	bluegene*)
+		basic_machine=powerpc-ibm
+		os=-cnk
+		;;
+	c54x-*)
+		basic_machine=tic54x-`echo $basic_machine | sed 's/^[^-]*-//'`
+		;;
+	c55x-*)
+		basic_machine=tic55x-`echo $basic_machine | sed 's/^[^-]*-//'`
+		;;
+	c6x-*)
+		basic_machine=tic6x-`echo $basic_machine | sed 's/^[^-]*-//'`
+		;;
+	c90)
+		basic_machine=c90-cray
+		os=-unicos
+		;;
+	cegcc)
+		basic_machine=arm-unknown
+		os=-cegcc
+		;;
+	convex-c1)
+		basic_machine=c1-convex
+		os=-bsd
+		;;
+	convex-c2)
+		basic_machine=c2-convex
+		os=-bsd
+		;;
+	convex-c32)
+		basic_machine=c32-convex
+		os=-bsd
+		;;
+	convex-c34)
+		basic_machine=c34-convex
+		os=-bsd
+		;;
+	convex-c38)
+		basic_machine=c38-convex
+		os=-bsd
+		;;
+	cray | j90)
+		basic_machine=j90-cray
+		os=-unicos
+		;;
+	craynv)
+		basic_machine=craynv-cray
+		os=-unicosmp
+		;;
+	cr16 | cr16-*)
+		basic_machine=cr16-unknown
+		os=-elf
+		;;
+	crds | unos)
+		basic_machine=m68k-crds
+		;;
+	crisv32 | crisv32-* | etraxfs*)
+		basic_machine=crisv32-axis
+		;;
+	cris | cris-* | etrax*)
+		basic_machine=cris-axis
+		;;
+	crx)
+		basic_machine=crx-unknown
+		os=-elf
+		;;
+	da30 | da30-*)
+		basic_machine=m68k-da30
+		;;
+	decstation | decstation-3100 | pmax | pmax-* | pmin | dec3100 | decstatn)
+		basic_machine=mips-dec
+		;;
+	decsystem10* | dec10*)
+		basic_machine=pdp10-dec
+		os=-tops10
+		;;
+	decsystem20* | dec20*)
+		basic_machine=pdp10-dec
+		os=-tops20
+		;;
+	delta | 3300 | motorola-3300 | motorola-delta \
+	      | 3300-motorola | delta-motorola)
+		basic_machine=m68k-motorola
+		;;
+	delta88)
+		basic_machine=m88k-motorola
+		os=-sysv3
+		;;
+	dicos)
+		basic_machine=i686-pc
+		os=-dicos
+		;;
+	djgpp)
+		basic_machine=i586-pc
+		os=-msdosdjgpp
+		;;
+	dpx20 | dpx20-*)
+		basic_machine=rs6000-bull
+		os=-bosx
+		;;
+	dpx2* | dpx2*-bull)
+		basic_machine=m68k-bull
+		os=-sysv3
+		;;
+	ebmon29k)
+		basic_machine=a29k-amd
+		os=-ebmon
+		;;
+	elxsi)
+		basic_machine=elxsi-elxsi
+		os=-bsd
+		;;
+	encore | umax | mmax)
+		basic_machine=ns32k-encore
+		;;
+	es1800 | OSE68k | ose68k | ose | OSE)
+		basic_machine=m68k-ericsson
+		os=-ose
+		;;
+	fx2800)
+		basic_machine=i860-alliant
+		;;
+	genix)
+		basic_machine=ns32k-ns
+		;;
+	gmicro)
+		basic_machine=tron-gmicro
+		os=-sysv
+		;;
+	go32)
+		basic_machine=i386-pc
+		os=-go32
+		;;
+	h3050r* | hiux*)
+		basic_machine=hppa1.1-hitachi
+		os=-hiuxwe2
+		;;
+	h8300hms)
+		basic_machine=h8300-hitachi
+		os=-hms
+		;;
+	h8300xray)
+		basic_machine=h8300-hitachi
+		os=-xray
+		;;
+	h8500hms)
+		basic_machine=h8500-hitachi
+		os=-hms
+		;;
+	harris)
+		basic_machine=m88k-harris
+		os=-sysv3
+		;;
+	hp300-*)
+		basic_machine=m68k-hp
+		;;
+	hp300bsd)
+		basic_machine=m68k-hp
+		os=-bsd
+		;;
+	hp300hpux)
+		basic_machine=m68k-hp
+		os=-hpux
+		;;
+	hp3k9[0-9][0-9] | hp9[0-9][0-9])
+		basic_machine=hppa1.0-hp
+		;;
+	hp9k2[0-9][0-9] | hp9k31[0-9])
+		basic_machine=m68000-hp
+		;;
+	hp9k3[2-9][0-9])
+		basic_machine=m68k-hp
+		;;
+	hp9k6[0-9][0-9] | hp6[0-9][0-9])
+		basic_machine=hppa1.0-hp
+		;;
+	hp9k7[0-79][0-9] | hp7[0-79][0-9])
+		basic_machine=hppa1.1-hp
+		;;
+	hp9k78[0-9] | hp78[0-9])
+		# FIXME: really hppa2.0-hp
+		basic_machine=hppa1.1-hp
+		;;
+	hp9k8[67]1 | hp8[67]1 | hp9k80[24] | hp80[24] | hp9k8[78]9 | hp8[78]9 | hp9k893 | hp893)
+		# FIXME: really hppa2.0-hp
+		basic_machine=hppa1.1-hp
+		;;
+	hp9k8[0-9][13679] | hp8[0-9][13679])
+		basic_machine=hppa1.1-hp
+		;;
+	hp9k8[0-9][0-9] | hp8[0-9][0-9])
+		basic_machine=hppa1.0-hp
+		;;
+	hppa-next)
+		os=-nextstep3
+		;;
+	hppaosf)
+		basic_machine=hppa1.1-hp
+		os=-osf
+		;;
+	hppro)
+		basic_machine=hppa1.1-hp
+		os=-proelf
+		;;
+	i370-ibm* | ibm*)
+		basic_machine=i370-ibm
+		;;
+	i*86v32)
+		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
+		os=-sysv32
+		;;
+	i*86v4*)
+		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
+		os=-sysv4
+		;;
+	i*86v)
+		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
+		os=-sysv
+		;;
+	i*86sol2)
+		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
+		os=-solaris2
+		;;
+	i386mach)
+		basic_machine=i386-mach
+		os=-mach
+		;;
+	i386-vsta | vsta)
+		basic_machine=i386-unknown
+		os=-vsta
+		;;
+	iris | iris4d)
+		basic_machine=mips-sgi
+		case $os in
+		    -irix*)
+			;;
+		    *)
+			os=-irix4
+			;;
+		esac
+		;;
+	isi68 | isi)
+		basic_machine=m68k-isi
+		os=-sysv
+		;;
+	m68knommu)
+		basic_machine=m68k-unknown
+		os=-linux
+		;;
+	m68knommu-*)
+		basic_machine=m68k-`echo $basic_machine | sed 's/^[^-]*-//'`
+		os=-linux
+		;;
+	m88k-omron*)
+		basic_machine=m88k-omron
+		;;
+	magnum | m3230)
+		basic_machine=mips-mips
+		os=-sysv
+		;;
+	merlin)
+		basic_machine=ns32k-utek
+		os=-sysv
+		;;
+	microblaze)
+		basic_machine=microblaze-xilinx
+		;;
+	mingw64)
+		basic_machine=x86_64-pc
+		os=-mingw64
+		;;
+	mingw32)
+		basic_machine=i386-pc
+		os=-mingw32
+		;;
+	mingw32ce)
+		basic_machine=arm-unknown
+		os=-mingw32ce
+		;;
+	miniframe)
+		basic_machine=m68000-convergent
+		;;
+	*mint | -mint[0-9]* | *MiNT | *MiNT[0-9]*)
+		basic_machine=m68k-atari
+		os=-mint
+		;;
+	mips3*-*)
+		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`
+		;;
+	mips3*)
+		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown
+		;;
+	monitor)
+		basic_machine=m68k-rom68k
+		os=-coff
+		;;
+	morphos)
+		basic_machine=powerpc-unknown
+		os=-morphos
+		;;
+	msdos)
+		basic_machine=i386-pc
+		os=-msdos
+		;;
+	ms1-*)
+		basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'`
+		;;
+	msys)
+		basic_machine=i386-pc
+		os=-msys
+		;;
+	mvs)
+		basic_machine=i370-ibm
+		os=-mvs
+		;;
+	nacl)
+		basic_machine=le32-unknown
+		os=-nacl
+		;;
+	ncr3000)
+		basic_machine=i486-ncr
+		os=-sysv4
+		;;
+	netbsd386)
+		basic_machine=i386-unknown
+		os=-netbsd
+		;;
+	netwinder)
+		basic_machine=armv4l-rebel
+		os=-linux
+		;;
+	news | news700 | news800 | news900)
+		basic_machine=m68k-sony
+		os=-newsos
+		;;
+	news1000)
+		basic_machine=m68030-sony
+		os=-newsos
+		;;
+	news-3600 | risc-news)
+		basic_machine=mips-sony
+		os=-newsos
+		;;
+	necv70)
+		basic_machine=v70-nec
+		os=-sysv
+		;;
+	next | m*-next )
+		basic_machine=m68k-next
+		case $os in
+		    -nextstep* )
+			;;
+		    -ns2*)
+		      os=-nextstep2
+			;;
+		    *)
+		      os=-nextstep3
+			;;
+		esac
+		;;
+	nh3000)
+		basic_machine=m68k-harris
+		os=-cxux
+		;;
+	nh[45]000)
+		basic_machine=m88k-harris
+		os=-cxux
+		;;
+	nindy960)
+		basic_machine=i960-intel
+		os=-nindy
+		;;
+	mon960)
+		basic_machine=i960-intel
+		os=-mon960
+		;;
+	nonstopux)
+		basic_machine=mips-compaq
+		os=-nonstopux
+		;;
+	np1)
+		basic_machine=np1-gould
+		;;
+	neo-tandem)
+		basic_machine=neo-tandem
+		;;
+	nse-tandem)
+		basic_machine=nse-tandem
+		;;
+	nsr-tandem)
+		basic_machine=nsr-tandem
+		;;
+	op50n-* | op60c-*)
+		basic_machine=hppa1.1-oki
+		os=-proelf
+		;;
+	openrisc | openrisc-*)
+		basic_machine=or32-unknown
+		;;
+	os400)
+		basic_machine=powerpc-ibm
+		os=-os400
+		;;
+	OSE68000 | ose68000)
+		basic_machine=m68000-ericsson
+		os=-ose
+		;;
+	os68k)
+		basic_machine=m68k-none
+		os=-os68k
+		;;
+	pa-hitachi)
+		basic_machine=hppa1.1-hitachi
+		os=-hiuxwe2
+		;;
+	paragon)
+		basic_machine=i860-intel
+		os=-osf
+		;;
+	parisc)
+		basic_machine=hppa-unknown
+		os=-linux
+		;;
+	parisc-*)
+		basic_machine=hppa-`echo $basic_machine | sed 's/^[^-]*-//'`
+		os=-linux
+		;;
+	pbd)
+		basic_machine=sparc-tti
+		;;
+	pbb)
+		basic_machine=m68k-tti
+		;;
+	pc532 | pc532-*)
+		basic_machine=ns32k-pc532
+		;;
+	pc98)
+		basic_machine=i386-pc
+		;;
+	pc98-*)
+		basic_machine=i386-`echo $basic_machine | sed 's/^[^-]*-//'`
+		;;
+	pentium | p5 | k5 | k6 | nexgen | viac3)
+		basic_machine=i586-pc
+		;;
+	pentiumpro | p6 | 6x86 | athlon | athlon_*)
+		basic_machine=i686-pc
+		;;
+	pentiumii | pentium2 | pentiumiii | pentium3)
+		basic_machine=i686-pc
+		;;
+	pentium4)
+		basic_machine=i786-pc
+		;;
+	pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*)
+		basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'`
+		;;
+	pentiumpro-* | p6-* | 6x86-* | athlon-*)
+		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
+		;;
+	pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*)
+		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
+		;;
+	pentium4-*)
+		basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'`
+		;;
+	pn)
+		basic_machine=pn-gould
+		;;
+	power)	basic_machine=power-ibm
+		;;
+	ppc | ppcbe)	basic_machine=powerpc-unknown
+		;;
+	ppc-* | ppcbe-*)
+		basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'`
+		;;
+	ppcle | powerpclittle | ppc-le | powerpc-little)
+		basic_machine=powerpcle-unknown
+		;;
+	ppcle-* | powerpclittle-*)
+		basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'`
+		;;
+	ppc64)	basic_machine=powerpc64-unknown
+		;;
+	ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'`
+		;;
+	ppc64le | powerpc64little | ppc64-le | powerpc64-little)
+		basic_machine=powerpc64le-unknown
+		;;
+	ppc64le-* | powerpc64little-*)
+		basic_machine=powerpc64le-`echo $basic_machine | sed 's/^[^-]*-//'`
+		;;
+	ps2)
+		basic_machine=i386-ibm
+		;;
+	pw32)
+		basic_machine=i586-unknown
+		os=-pw32
+		;;
+	rdos)
+		basic_machine=i386-pc
+		os=-rdos
+		;;
+	rom68k)
+		basic_machine=m68k-rom68k
+		os=-coff
+		;;
+	rm[46]00)
+		basic_machine=mips-siemens
+		;;
+	rtpc | rtpc-*)
+		basic_machine=romp-ibm
+		;;
+	s390 | s390-*)
+		basic_machine=s390-ibm
+		;;
+	s390x | s390x-*)
+		basic_machine=s390x-ibm
+		;;
+	sa29200)
+		basic_machine=a29k-amd
+		os=-udi
+		;;
+	sb1)
+		basic_machine=mipsisa64sb1-unknown
+		;;
+	sb1el)
+		basic_machine=mipsisa64sb1el-unknown
+		;;
+	sde)
+		basic_machine=mipsisa32-sde
+		os=-elf
+		;;
+	sei)
+		basic_machine=mips-sei
+		os=-seiux
+		;;
+	sequent)
+		basic_machine=i386-sequent
+		;;
+	sh)
+		basic_machine=sh-hitachi
+		os=-hms
+		;;
+	sh5el)
+		basic_machine=sh5le-unknown
+		;;
+	sh64)
+		basic_machine=sh64-unknown
+		;;
+	sparclite-wrs | simso-wrs)
+		basic_machine=sparclite-wrs
+		os=-vxworks
+		;;
+	sps7)
+		basic_machine=m68k-bull
+		os=-sysv2
+		;;
+	spur)
+		basic_machine=spur-unknown
+		;;
+	st2000)
+		basic_machine=m68k-tandem
+		;;
+	stratus)
+		basic_machine=i860-stratus
+		os=-sysv4
+		;;
+	strongarm-* | thumb-*)
+		basic_machine=arm-`echo $basic_machine | sed 's/^[^-]*-//'`
+		;;
+	sun2)
+		basic_machine=m68000-sun
+		;;
+	sun2os3)
+		basic_machine=m68000-sun
+		os=-sunos3
+		;;
+	sun2os4)
+		basic_machine=m68000-sun
+		os=-sunos4
+		;;
+	sun3os3)
+		basic_machine=m68k-sun
+		os=-sunos3
+		;;
+	sun3os4)
+		basic_machine=m68k-sun
+		os=-sunos4
+		;;
+	sun4os3)
+		basic_machine=sparc-sun
+		os=-sunos3
+		;;
+	sun4os4)
+		basic_machine=sparc-sun
+		os=-sunos4
+		;;
+	sun4sol2)
+		basic_machine=sparc-sun
+		os=-solaris2
+		;;
+	sun3 | sun3-*)
+		basic_machine=m68k-sun
+		;;
+	sun4)
+		basic_machine=sparc-sun
+		;;
+	sun386 | sun386i | roadrunner)
+		basic_machine=i386-sun
+		;;
+	sv1)
+		basic_machine=sv1-cray
+		os=-unicos
+		;;
+	symmetry)
+		basic_machine=i386-sequent
+		os=-dynix
+		;;
+	t3e)
+		basic_machine=alphaev5-cray
+		os=-unicos
+		;;
+	t90)
+		basic_machine=t90-cray
+		os=-unicos
+		;;
+	tile*)
+		basic_machine=$basic_machine-unknown
+		os=-linux-gnu
+		;;
+	tx39)
+		basic_machine=mipstx39-unknown
+		;;
+	tx39el)
+		basic_machine=mipstx39el-unknown
+		;;
+	toad1)
+		basic_machine=pdp10-xkl
+		os=-tops20
+		;;
+	tower | tower-32)
+		basic_machine=m68k-ncr
+		;;
+	tpf)
+		basic_machine=s390x-ibm
+		os=-tpf
+		;;
+	udi29k)
+		basic_machine=a29k-amd
+		os=-udi
+		;;
+	ultra3)
+		basic_machine=a29k-nyu
+		os=-sym1
+		;;
+	v810 | necv810)
+		basic_machine=v810-nec
+		os=-none
+		;;
+	vaxv)
+		basic_machine=vax-dec
+		os=-sysv
+		;;
+	vms)
+		basic_machine=vax-dec
+		os=-vms
+		;;
+	vpp*|vx|vx-*)
+		basic_machine=f301-fujitsu
+		;;
+	vxworks960)
+		basic_machine=i960-wrs
+		os=-vxworks
+		;;
+	vxworks68)
+		basic_machine=m68k-wrs
+		os=-vxworks
+		;;
+	vxworks29k)
+		basic_machine=a29k-wrs
+		os=-vxworks
+		;;
+	w65*)
+		basic_machine=w65-wdc
+		os=-none
+		;;
+	w89k-*)
+		basic_machine=hppa1.1-winbond
+		os=-proelf
+		;;
+	xbox)
+		basic_machine=i686-pc
+		os=-mingw32
+		;;
+	xps | xps100)
+		basic_machine=xps100-honeywell
+		;;
+	xscale-* | xscalee[bl]-*)
+		basic_machine=`echo $basic_machine | sed 's/^xscale/arm/'`
+		;;
+	ymp)
+		basic_machine=ymp-cray
+		os=-unicos
+		;;
+	z8k-*-coff)
+		basic_machine=z8k-unknown
+		os=-sim
+		;;
+	z80-*-coff)
+		basic_machine=z80-unknown
+		os=-sim
+		;;
+	none)
+		basic_machine=none-none
+		os=-none
+		;;
+
+# Here we handle the default manufacturer of certain CPU types.  It is in
+# some cases the only manufacturer, in others, it is the most popular.
+	w89k)
+		basic_machine=hppa1.1-winbond
+		;;
+	op50n)
+		basic_machine=hppa1.1-oki
+		;;
+	op60c)
+		basic_machine=hppa1.1-oki
+		;;
+	romp)
+		basic_machine=romp-ibm
+		;;
+	mmix)
+		basic_machine=mmix-knuth
+		;;
+	rs6000)
+		basic_machine=rs6000-ibm
+		;;
+	vax)
+		basic_machine=vax-dec
+		;;
+	pdp10)
+		# there are many clones, so DEC is not a safe bet
+		basic_machine=pdp10-unknown
+		;;
+	pdp11)
+		basic_machine=pdp11-dec
+		;;
+	we32k)
+		basic_machine=we32k-att
+		;;
+	sh[1234] | sh[24]a | sh[24]aeb | sh[34]eb | sh[1234]le | sh[23]ele)
+		basic_machine=sh-unknown
+		;;
+	sparc | sparcv8 | sparcv9 | sparcv9b | sparcv9v)
+		basic_machine=sparc-sun
+		;;
+	cydra)
+		basic_machine=cydra-cydrome
+		;;
+	orion)
+		basic_machine=orion-highlevel
+		;;
+	orion105)
+		basic_machine=clipper-highlevel
+		;;
+	mac | mpw | mac-mpw)
+		basic_machine=m68k-apple
+		;;
+	pmac | pmac-mpw)
+		basic_machine=powerpc-apple
+		;;
+	*-unknown)
+		# Make sure to match an already-canonicalized machine name.
+		;;
+	*)
+		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
+		exit 1
+		;;
+esac
+
+# Here we canonicalize certain aliases for manufacturers.
+case $basic_machine in
+	*-digital*)
+		basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'`
+		;;
+	*-commodore*)
+		basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'`
+		;;
+	*)
+		;;
+esac
+
+# Decode manufacturer-specific aliases for certain operating systems.
+
+if [ x"$os" != x"" ]
+then
+case $os in
+	# First match some system type aliases
+	# that might get confused with valid system types.
+	# -solaris* is a basic system type, with this one exception.
+	-auroraux)
+		os=-auroraux
+		;;
+	-solaris1 | -solaris1.*)
+		os=`echo $os | sed -e 's|solaris1|sunos4|'`
+		;;
+	-solaris)
+		os=-solaris2
+		;;
+	-svr4*)
+		os=-sysv4
+		;;
+	-unixware*)
+		os=-sysv4.2uw
+		;;
+	-gnu/linux*)
+		os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'`
+		;;
+	# First accept the basic system types.
+	# The portable systems comes first.
+	# Each alternative MUST END IN A *, to match a version number.
+	# -sysv* is not here because it comes later, after sysvr4.
+	-gnu* | -bsd* | -mach* | -minix* | -genix* | -ultrix* | -irix* \
+	      | -*vms* | -sco* | -esix* | -isc* | -aix* | -cnk* | -sunos | -sunos[34]*\
+	      | -hpux* | -unos* | -osf* | -luna* | -dgux* | -auroraux* | -solaris* \
+	      | -sym* | -kopensolaris* \
+	      | -amigaos* | -amigados* | -msdos* | -newsos* | -unicos* | -aof* \
+	      | -aos* | -aros* \
+	      | -nindy* | -vxsim* | -vxworks* | -ebmon* | -hms* | -mvs* \
+	      | -clix* | -riscos* | -uniplus* | -iris* | -rtu* | -xenix* \
+	      | -hiux* | -386bsd* | -knetbsd* | -mirbsd* | -netbsd* \
+	      | -bitrig* | -openbsd* | -solidbsd* \
+	      | -ekkobsd* | -kfreebsd* | -freebsd* | -riscix* | -lynxos* \
+	      | -bosx* | -nextstep* | -cxux* | -aout* | -elf* | -oabi* \
+	      | -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \
+	      | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \
+	      | -chorusos* | -chorusrdb* | -cegcc* \
+	      | -cygwin* | -msys* | -pe* | -psos* | -moss* | -proelf* | -rtems* \
+	      | -mingw32* | -mingw64* | -linux-gnu* | -linux-android* \
+	      | -linux-newlib* | -linux-musl* | -linux-uclibc* \
+	      | -uxpv* | -beos* | -mpeix* | -udk* \
+	      | -interix* | -uwin* | -mks* | -rhapsody* | -darwin* | -opened* \
+	      | -openstep* | -oskit* | -conix* | -pw32* | -nonstopux* \
+	      | -storm-chaos* | -tops10* | -tenex* | -tops20* | -its* \
+	      | -os2* | -vos* | -palmos* | -uclinux* | -nucleus* \
+	      | -morphos* | -superux* | -rtmk* | -rtmk-nova* | -windiss* \
+	      | -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly* \
+	      | -skyos* | -haiku* | -rdos* | -toppers* | -drops* | -es*)
+	# Remember, each alternative MUST END IN *, to match a version number.
+		;;
+	-qnx*)
+		case $basic_machine in
+		    x86-* | i*86-*)
+			;;
+		    *)
+			os=-nto$os
+			;;
+		esac
+		;;
+	-nto-qnx*)
+		;;
+	-nto*)
+		os=`echo $os | sed -e 's|nto|nto-qnx|'`
+		;;
+	-sim | -es1800* | -hms* | -xray | -os68k* | -none* | -v88r* \
+	      | -windows* | -osx | -abug | -netware* | -os9* | -beos* | -haiku* \
+	      | -macos* | -mpw* | -magic* | -mmixware* | -mon960* | -lnews*)
+		;;
+	-mac*)
+		os=`echo $os | sed -e 's|mac|macos|'`
+		;;
+	-linux-dietlibc)
+		os=-linux-dietlibc
+		;;
+	-linux*)
+		os=`echo $os | sed -e 's|linux|linux-gnu|'`
+		;;
+	-sunos5*)
+		os=`echo $os | sed -e 's|sunos5|solaris2|'`
+		;;
+	-sunos6*)
+		os=`echo $os | sed -e 's|sunos6|solaris3|'`
+		;;
+	-opened*)
+		os=-openedition
+		;;
+	-os400*)
+		os=-os400
+		;;
+	-wince*)
+		os=-wince
+		;;
+	-osfrose*)
+		os=-osfrose
+		;;
+	-osf*)
+		os=-osf
+		;;
+	-utek*)
+		os=-bsd
+		;;
+	-dynix*)
+		os=-bsd
+		;;
+	-acis*)
+		os=-aos
+		;;
+	-atheos*)
+		os=-atheos
+		;;
+	-syllable*)
+		os=-syllable
+		;;
+	-386bsd)
+		os=-bsd
+		;;
+	-ctix* | -uts*)
+		os=-sysv
+		;;
+	-nova*)
+		os=-rtmk-nova
+		;;
+	-ns2 )
+		os=-nextstep2
+		;;
+	-nsk*)
+		os=-nsk
+		;;
+	# Preserve the version number of sinix5.
+	-sinix5.*)
+		os=`echo $os | sed -e 's|sinix|sysv|'`
+		;;
+	-sinix*)
+		os=-sysv4
+		;;
+	-tpf*)
+		os=-tpf
+		;;
+	-triton*)
+		os=-sysv3
+		;;
+	-oss*)
+		os=-sysv3
+		;;
+	-svr4)
+		os=-sysv4
+		;;
+	-svr3)
+		os=-sysv3
+		;;
+	-sysvr4)
+		os=-sysv4
+		;;
+	# This must come after -sysvr4.
+	-sysv*)
+		;;
+	-ose*)
+		os=-ose
+		;;
+	-es1800*)
+		os=-ose
+		;;
+	-xenix)
+		os=-xenix
+		;;
+	-*mint | -mint[0-9]* | -*MiNT | -MiNT[0-9]*)
+		os=-mint
+		;;
+	-aros*)
+		os=-aros
+		;;
+	-kaos*)
+		os=-kaos
+		;;
+	-zvmoe)
+		os=-zvmoe
+		;;
+	-dicos*)
+		os=-dicos
+		;;
+	-nacl*)
+		;;
+	-none)
+		;;
+	*)
+		# Get rid of the `-' at the beginning of $os.
+		os=`echo $os | sed 's/[^-]*-//'`
+		echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2
+		exit 1
+		;;
+esac
+else
+
+# Here we handle the default operating systems that come with various machines.
+# The value should be what the vendor currently ships out the door with their
+# machine or put another way, the most popular os provided with the machine.
+
+# Note that if you're going to try to match "-MANUFACTURER" here (say,
+# "-sun"), then you have to tell the case statement up towards the top
+# that MANUFACTURER isn't an operating system.  Otherwise, code above
+# will signal an error saying that MANUFACTURER isn't an operating
+# system, and we'll never get to this point.
+
+case $basic_machine in
+	score-*)
+		os=-elf
+		;;
+	spu-*)
+		os=-elf
+		;;
+	*-acorn)
+		os=-riscix1.2
+		;;
+	arm*-rebel)
+		os=-linux
+		;;
+	arm*-semi)
+		os=-aout
+		;;
+	c4x-* | tic4x-*)
+		os=-coff
+		;;
+	hexagon-*)
+		os=-elf
+		;;
+	tic54x-*)
+		os=-coff
+		;;
+	tic55x-*)
+		os=-coff
+		;;
+	tic6x-*)
+		os=-coff
+		;;
+	# This must come before the *-dec entry.
+	pdp10-*)
+		os=-tops20
+		;;
+	pdp11-*)
+		os=-none
+		;;
+	*-dec | vax-*)
+		os=-ultrix4.2
+		;;
+	m68*-apollo)
+		os=-domain
+		;;
+	i386-sun)
+		os=-sunos4.0.2
+		;;
+	m68000-sun)
+		os=-sunos3
+		;;
+	m68*-cisco)
+		os=-aout
+		;;
+	mep-*)
+		os=-elf
+		;;
+	mips*-cisco)
+		os=-elf
+		;;
+	mips*-*)
+		os=-elf
+		;;
+	or32-*)
+		os=-coff
+		;;
+	*-tti)	# must be before sparc entry or we get the wrong os.
+		os=-sysv3
+		;;
+	sparc-* | *-sun)
+		os=-sunos4.1.1
+		;;
+	*-be)
+		os=-beos
+		;;
+	*-haiku)
+		os=-haiku
+		;;
+	*-ibm)
+		os=-aix
+		;;
+	*-knuth)
+		os=-mmixware
+		;;
+	*-wec)
+		os=-proelf
+		;;
+	*-winbond)
+		os=-proelf
+		;;
+	*-oki)
+		os=-proelf
+		;;
+	*-hp)
+		os=-hpux
+		;;
+	*-hitachi)
+		os=-hiux
+		;;
+	i860-* | *-att | *-ncr | *-altos | *-motorola | *-convergent)
+		os=-sysv
+		;;
+	*-cbm)
+		os=-amigaos
+		;;
+	*-dg)
+		os=-dgux
+		;;
+	*-dolphin)
+		os=-sysv3
+		;;
+	m68k-ccur)
+		os=-rtu
+		;;
+	m88k-omron*)
+		os=-luna
+		;;
+	*-next )
+		os=-nextstep
+		;;
+	*-sequent)
+		os=-ptx
+		;;
+	*-crds)
+		os=-unos
+		;;
+	*-ns)
+		os=-genix
+		;;
+	i370-*)
+		os=-mvs
+		;;
+	*-next)
+		os=-nextstep3
+		;;
+	*-gould)
+		os=-sysv
+		;;
+	*-highlevel)
+		os=-bsd
+		;;
+	*-encore)
+		os=-bsd
+		;;
+	*-sgi)
+		os=-irix
+		;;
+	*-siemens)
+		os=-sysv4
+		;;
+	*-masscomp)
+		os=-rtu
+		;;
+	f30[01]-fujitsu | f700-fujitsu)
+		os=-uxpv
+		;;
+	*-rom68k)
+		os=-coff
+		;;
+	*-*bug)
+		os=-coff
+		;;
+	*-apple)
+		os=-macos
+		;;
+	*-atari*)
+		os=-mint
+		;;
+	*)
+		os=-none
+		;;
+esac
+fi
+
+# Here we handle the case where we know the os, and the CPU type, but not the
+# manufacturer.  We pick the logical manufacturer.
+vendor=unknown
+case $basic_machine in
+	*-unknown)
+		case $os in
+			-riscix*)
+				vendor=acorn
+				;;
+			-sunos*)
+				vendor=sun
+				;;
+			-cnk*|-aix*)
+				vendor=ibm
+				;;
+			-beos*)
+				vendor=be
+				;;
+			-hpux*)
+				vendor=hp
+				;;
+			-mpeix*)
+				vendor=hp
+				;;
+			-hiux*)
+				vendor=hitachi
+				;;
+			-unos*)
+				vendor=crds
+				;;
+			-dgux*)
+				vendor=dg
+				;;
+			-luna*)
+				vendor=omron
+				;;
+			-genix*)
+				vendor=ns
+				;;
+			-mvs* | -opened*)
+				vendor=ibm
+				;;
+			-os400*)
+				vendor=ibm
+				;;
+			-ptx*)
+				vendor=sequent
+				;;
+			-tpf*)
+				vendor=ibm
+				;;
+			-vxsim* | -vxworks* | -windiss*)
+				vendor=wrs
+				;;
+			-aux*)
+				vendor=apple
+				;;
+			-hms*)
+				vendor=hitachi
+				;;
+			-mpw* | -macos*)
+				vendor=apple
+				;;
+			-*mint | -mint[0-9]* | -*MiNT | -MiNT[0-9]*)
+				vendor=atari
+				;;
+			-vos*)
+				vendor=stratus
+				;;
+		esac
+		basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"`
+		;;
+esac
+
+echo $basic_machine$os
+exit
+
+# Local variables:
+# eval: (add-hook 'write-file-hooks 'time-stamp)
+# time-stamp-start: "timestamp='"
+# time-stamp-format: "%:y-%02m-%02d"
+# time-stamp-end: "'"
+# End:
diff --git a/config/gnu/install-sh b/config/gnu/install-sh
new file mode 100755
index 0000000..377bb86
--- /dev/null
+++ b/config/gnu/install-sh
@@ -0,0 +1,527 @@
+#!/bin/sh
+# install - install a program, script, or datafile
+
+scriptversion=2011-11-20.07; # UTC
+
+# This originates from X11R5 (mit/util/scripts/install.sh), which was
+# later released in X11R6 (xc/config/util/install.sh) with the
+# following copyright and license.
+#
+# Copyright (C) 1994 X Consortium
+#
+# Permission is hereby granted, free of charge, to any person obtaining a copy
+# of this software and associated documentation files (the "Software"), to
+# deal in the Software without restriction, including without limitation the
+# rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
+# sell copies of the Software, and to permit persons to whom the Software is
+# furnished to do so, subject to the following conditions:
+#
+# The above copyright notice and this permission notice shall be included in
+# all copies or substantial portions of the Software.
+#
+# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
+# X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
+# AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNEC-
+# TION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+#
+# Except as contained in this notice, the name of the X Consortium shall not
+# be used in advertising or otherwise to promote the sale, use or other deal-
+# ings in this Software without prior written authorization from the X Consor-
+# tium.
+#
+#
+# FSF changes to this file are in the public domain.
+#
+# Calling this script install-sh is preferred over install.sh, to prevent
+# 'make' implicit rules from creating a file called install from it
+# when there is no Makefile.
+#
+# This script is compatible with the BSD install script, but was written
+# from scratch.
+
+nl='
+'
+IFS=" ""	$nl"
+
+# set DOITPROG to echo to test this script
+
+# Don't use :- since 4.3BSD and earlier shells don't like it.
+doit=${DOITPROG-}
+if test -z "$doit"; then
+  doit_exec=exec
+else
+  doit_exec=$doit
+fi
+
+# Put in absolute file names if you don't have them in your path;
+# or use environment vars.
+
+chgrpprog=${CHGRPPROG-chgrp}
+chmodprog=${CHMODPROG-chmod}
+chownprog=${CHOWNPROG-chown}
+cmpprog=${CMPPROG-cmp}
+cpprog=${CPPROG-cp}
+mkdirprog=${MKDIRPROG-mkdir}
+mvprog=${MVPROG-mv}
+rmprog=${RMPROG-rm}
+stripprog=${STRIPPROG-strip}
+
+posix_glob='?'
+initialize_posix_glob='
+  test "$posix_glob" != "?" || {
+    if (set -f) 2>/dev/null; then
+      posix_glob=
+    else
+      posix_glob=:
+    fi
+  }
+'
+
+posix_mkdir=
+
+# Desired mode of installed file.
+mode=0755
+
+chgrpcmd=
+chmodcmd=$chmodprog
+chowncmd=
+mvcmd=$mvprog
+rmcmd="$rmprog -f"
+stripcmd=
+
+src=
+dst=
+dir_arg=
+dst_arg=
+
+copy_on_change=false
+no_target_directory=
+
+usage="\
+Usage: $0 [OPTION]... [-T] SRCFILE DSTFILE
+   or: $0 [OPTION]... SRCFILES... DIRECTORY
+   or: $0 [OPTION]... -t DIRECTORY SRCFILES...
+   or: $0 [OPTION]... -d DIRECTORIES...
+
+In the 1st form, copy SRCFILE to DSTFILE.
+In the 2nd and 3rd, copy all SRCFILES to DIRECTORY.
+In the 4th, create DIRECTORIES.
+
+Options:
+     --help     display this help and exit.
+     --version  display version info and exit.
+
+  -c            (ignored)
+  -C            install only if different (preserve the last data modification time)
+  -d            create directories instead of installing files.
+  -g GROUP      $chgrpprog installed files to GROUP.
+  -m MODE       $chmodprog installed files to MODE.
+  -o USER       $chownprog installed files to USER.
+  -s            $stripprog installed files.
+  -t DIRECTORY  install into DIRECTORY.
+  -T            report an error if DSTFILE is a directory.
+
+Environment variables override the default commands:
+  CHGRPPROG CHMODPROG CHOWNPROG CMPPROG CPPROG MKDIRPROG MVPROG
+  RMPROG STRIPPROG
+"
+
+while test $# -ne 0; do
+  case $1 in
+    -c) ;;
+
+    -C) copy_on_change=true;;
+
+    -d) dir_arg=true;;
+
+    -g) chgrpcmd="$chgrpprog $2"
+	shift;;
+
+    --help) echo "$usage"; exit $?;;
+
+    -m) mode=$2
+	case $mode in
+	  *' '* | *'	'* | *'
+'*	  | *'*'* | *'?'* | *'['*)
+	    echo "$0: invalid mode: $mode" >&2
+	    exit 1;;
+	esac
+	shift;;
+
+    -o) chowncmd="$chownprog $2"
+	shift;;
+
+    -s) stripcmd=$stripprog;;
+
+    -t) dst_arg=$2
+	# Protect names problematic for 'test' and other utilities.
+	case $dst_arg in
+	  -* | [=\(\)!]) dst_arg=./$dst_arg;;
+	esac
+	shift;;
+
+    -T) no_target_directory=true;;
+
+    --version) echo "$0 $scriptversion"; exit $?;;
+
+    --)	shift
+	break;;
+
+    -*)	echo "$0: invalid option: $1" >&2
+	exit 1;;
+
+    *)  break;;
+  esac
+  shift
+done
+
+if test $# -ne 0 && test -z "$dir_arg$dst_arg"; then
+  # When -d is used, all remaining arguments are directories to create.
+  # When -t is used, the destination is already specified.
+  # Otherwise, the last argument is the destination.  Remove it from $@.
+  for arg
+  do
+    if test -n "$dst_arg"; then
+      # $@ is not empty: it contains at least $arg.
+      set fnord "$@" "$dst_arg"
+      shift # fnord
+    fi
+    shift # arg
+    dst_arg=$arg
+    # Protect names problematic for 'test' and other utilities.
+    case $dst_arg in
+      -* | [=\(\)!]) dst_arg=./$dst_arg;;
+    esac
+  done
+fi
+
+if test $# -eq 0; then
+  if test -z "$dir_arg"; then
+    echo "$0: no input file specified." >&2
+    exit 1
+  fi
+  # It's OK to call 'install-sh -d' without argument.
+  # This can happen when creating conditional directories.
+  exit 0
+fi
+
+if test -z "$dir_arg"; then
+  do_exit='(exit $ret); exit $ret'
+  trap "ret=129; $do_exit" 1
+  trap "ret=130; $do_exit" 2
+  trap "ret=141; $do_exit" 13
+  trap "ret=143; $do_exit" 15
+
+  # Set umask so as not to create temps with too-generous modes.
+  # However, 'strip' requires both read and write access to temps.
+  case $mode in
+    # Optimize common cases.
+    *644) cp_umask=133;;
+    *755) cp_umask=22;;
+
+    *[0-7])
+      if test -z "$stripcmd"; then
+	u_plus_rw=
+      else
+	u_plus_rw='% 200'
+      fi
+      cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;;
+    *)
+      if test -z "$stripcmd"; then
+	u_plus_rw=
+      else
+	u_plus_rw=,u+rw
+      fi
+      cp_umask=$mode$u_plus_rw;;
+  esac
+fi
+
+for src
+do
+  # Protect names problematic for 'test' and other utilities.
+  case $src in
+    -* | [=\(\)!]) src=./$src;;
+  esac
+
+  if test -n "$dir_arg"; then
+    dst=$src
+    dstdir=$dst
+    test -d "$dstdir"
+    dstdir_status=$?
+  else
+
+    # Waiting for this to be detected by the "$cpprog $src $dsttmp" command
+    # might cause directories to be created, which would be especially bad
+    # if $src (and thus $dsttmp) contains '*'.
+    if test ! -f "$src" && test ! -d "$src"; then
+      echo "$0: $src does not exist." >&2
+      exit 1
+    fi
+
+    if test -z "$dst_arg"; then
+      echo "$0: no destination specified." >&2
+      exit 1
+    fi
+    dst=$dst_arg
+
+    # If destination is a directory, append the input filename; won't work
+    # if double slashes aren't ignored.
+    if test -d "$dst"; then
+      if test -n "$no_target_directory"; then
+	echo "$0: $dst_arg: Is a directory" >&2
+	exit 1
+      fi
+      dstdir=$dst
+      dst=$dstdir/`basename "$src"`
+      dstdir_status=0
+    else
+      # Prefer dirname, but fall back on a substitute if dirname fails.
+      dstdir=`
+	(dirname "$dst") 2>/dev/null ||
+	expr X"$dst" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
+	     X"$dst" : 'X\(//\)[^/]' \| \
+	     X"$dst" : 'X\(//\)$' \| \
+	     X"$dst" : 'X\(/\)' \| . 2>/dev/null ||
+	echo X"$dst" |
+	    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
+		   s//\1/
+		   q
+		 }
+		 /^X\(\/\/\)[^/].*/{
+		   s//\1/
+		   q
+		 }
+		 /^X\(\/\/\)$/{
+		   s//\1/
+		   q
+		 }
+		 /^X\(\/\).*/{
+		   s//\1/
+		   q
+		 }
+		 s/.*/./; q'
+      `
+
+      test -d "$dstdir"
+      dstdir_status=$?
+    fi
+  fi
+
+  obsolete_mkdir_used=false
+
+  if test $dstdir_status != 0; then
+    case $posix_mkdir in
+      '')
+	# Create intermediate dirs using mode 755 as modified by the umask.
+	# This is like FreeBSD 'install' as of 1997-10-28.
+	umask=`umask`
+	case $stripcmd.$umask in
+	  # Optimize common cases.
+	  *[2367][2367]) mkdir_umask=$umask;;
+	  .*0[02][02] | .[02][02] | .[02]) mkdir_umask=22;;
+
+	  *[0-7])
+	    mkdir_umask=`expr $umask + 22 \
+	      - $umask % 100 % 40 + $umask % 20 \
+	      - $umask % 10 % 4 + $umask % 2
+	    `;;
+	  *) mkdir_umask=$umask,go-w;;
+	esac
+
+	# With -d, create the new directory with the user-specified mode.
+	# Otherwise, rely on $mkdir_umask.
+	if test -n "$dir_arg"; then
+	  mkdir_mode=-m$mode
+	else
+	  mkdir_mode=
+	fi
+
+	posix_mkdir=false
+	case $umask in
+	  *[123567][0-7][0-7])
+	    # POSIX mkdir -p sets u+wx bits regardless of umask, which
+	    # is incompatible with FreeBSD 'install' when (umask & 300) != 0.
+	    ;;
+	  *)
+	    tmpdir=${TMPDIR-/tmp}/ins$RANDOM-$$
+	    trap 'ret=$?; rmdir "$tmpdir/d" "$tmpdir" 2>/dev/null; exit $ret' 0
+
+	    if (umask $mkdir_umask &&
+		exec $mkdirprog $mkdir_mode -p -- "$tmpdir/d") >/dev/null 2>&1
+	    then
+	      if test -z "$dir_arg" || {
+		   # Check for POSIX incompatibilities with -m.
+		   # HP-UX 11.23 and IRIX 6.5 mkdir -m -p sets group- or
+		   # other-writable bit of parent directory when it shouldn't.
+		   # FreeBSD 6.1 mkdir -m -p sets mode of existing directory.
+		   ls_ld_tmpdir=`ls -ld "$tmpdir"`
+		   case $ls_ld_tmpdir in
+		     d????-?r-*) different_mode=700;;
+		     d????-?--*) different_mode=755;;
+		     *) false;;
+		   esac &&
+		   $mkdirprog -m$different_mode -p -- "$tmpdir" && {
+		     ls_ld_tmpdir_1=`ls -ld "$tmpdir"`
+		     test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1"
+		   }
+		 }
+	      then posix_mkdir=:
+	      fi
+	      rmdir "$tmpdir/d" "$tmpdir"
+	    else
+	      # Remove any dirs left behind by ancient mkdir implementations.
+	      rmdir ./$mkdir_mode ./-p ./-- 2>/dev/null
+	    fi
+	    trap '' 0;;
+	esac;;
+    esac
+
+    if
+      $posix_mkdir && (
+	umask $mkdir_umask &&
+	$doit_exec $mkdirprog $mkdir_mode -p -- "$dstdir"
+      )
+    then :
+    else
+
+      # The umask is ridiculous, or mkdir does not conform to POSIX,
+      # or it failed possibly due to a race condition.  Create the
+      # directory the slow way, step by step, checking for races as we go.
+
+      case $dstdir in
+	/*) prefix='/';;
+	[-=\(\)!]*) prefix='./';;
+	*)  prefix='';;
+      esac
+
+      eval "$initialize_posix_glob"
+
+      oIFS=$IFS
+      IFS=/
+      $posix_glob set -f
+      set fnord $dstdir
+      shift
+      $posix_glob set +f
+      IFS=$oIFS
+
+      prefixes=
+
+      for d
+      do
+	test X"$d" = X && continue
+
+	prefix=$prefix$d
+	if test -d "$prefix"; then
+	  prefixes=
+	else
+	  if $posix_mkdir; then
+	    (umask=$mkdir_umask &&
+	     $doit_exec $mkdirprog $mkdir_mode -p -- "$dstdir") && break
+	    # Don't fail if two instances are running concurrently.
+	    test -d "$prefix" || exit 1
+	  else
+	    case $prefix in
+	      *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;;
+	      *) qprefix=$prefix;;
+	    esac
+	    prefixes="$prefixes '$qprefix'"
+	  fi
+	fi
+	prefix=$prefix/
+      done
+
+      if test -n "$prefixes"; then
+	# Don't fail if two instances are running concurrently.
+	(umask $mkdir_umask &&
+	 eval "\$doit_exec \$mkdirprog $prefixes") ||
+	  test -d "$dstdir" || exit 1
+	obsolete_mkdir_used=true
+      fi
+    fi
+  fi
+
+  if test -n "$dir_arg"; then
+    { test -z "$chowncmd" || $doit $chowncmd "$dst"; } &&
+    { test -z "$chgrpcmd" || $doit $chgrpcmd "$dst"; } &&
+    { test "$obsolete_mkdir_used$chowncmd$chgrpcmd" = false ||
+      test -z "$chmodcmd" || $doit $chmodcmd $mode "$dst"; } || exit 1
+  else
+
+    # Make a couple of temp file names in the proper directory.
+    dsttmp=$dstdir/_inst.$$_
+    rmtmp=$dstdir/_rm.$$_
+
+    # Trap to clean up those temp files at exit.
+    trap 'ret=$?; rm -f "$dsttmp" "$rmtmp" && exit $ret' 0
+
+    # Copy the file name to the temp name.
+    (umask $cp_umask && $doit_exec $cpprog "$src" "$dsttmp") &&
+
+    # and set any options; do chmod last to preserve setuid bits.
+    #
+    # If any of these fail, we abort the whole thing.  If we want to
+    # ignore errors from any of these, just make sure not to ignore
+    # errors from the above "$doit $cpprog $src $dsttmp" command.
+    #
+    { test -z "$chowncmd" || $doit $chowncmd "$dsttmp"; } &&
+    { test -z "$chgrpcmd" || $doit $chgrpcmd "$dsttmp"; } &&
+    { test -z "$stripcmd" || $doit $stripcmd "$dsttmp"; } &&
+    { test -z "$chmodcmd" || $doit $chmodcmd $mode "$dsttmp"; } &&
+
+    # If -C, don't bother to copy if it wouldn't change the file.
+    if $copy_on_change &&
+       old=`LC_ALL=C ls -dlL "$dst"	2>/dev/null` &&
+       new=`LC_ALL=C ls -dlL "$dsttmp"	2>/dev/null` &&
+
+       eval "$initialize_posix_glob" &&
+       $posix_glob set -f &&
+       set X $old && old=:$2:$4:$5:$6 &&
+       set X $new && new=:$2:$4:$5:$6 &&
+       $posix_glob set +f &&
+
+       test "$old" = "$new" &&
+       $cmpprog "$dst" "$dsttmp" >/dev/null 2>&1
+    then
+      rm -f "$dsttmp"
+    else
+      # Rename the file to the real destination.
+      $doit $mvcmd -f "$dsttmp" "$dst" 2>/dev/null ||
+
+      # The rename failed, perhaps because mv can't rename something else
+      # to itself, or perhaps because mv is so ancient that it does not
+      # support -f.
+      {
+	# Now remove or move aside any old file at destination location.
+	# We try this two ways since rm can't unlink itself on some
+	# systems and the destination file might be busy for other
+	# reasons.  In this case, the final cleanup might fail but the new
+	# file should still install successfully.
+	{
+	  test ! -f "$dst" ||
+	  $doit $rmcmd -f "$dst" 2>/dev/null ||
+	  { $doit $mvcmd -f "$dst" "$rmtmp" 2>/dev/null &&
+	    { $doit $rmcmd -f "$rmtmp" 2>/dev/null; :; }
+	  } ||
+	  { echo "$0: cannot unlink or rename $dst" >&2
+	    (exit 1); exit 1
+	  }
+	} &&
+
+	# Now rename the file to the real destination.
+	$doit $mvcmd "$dsttmp" "$dst"
+      }
+    fi || exit 1
+
+    trap '' 0
+  fi
+done
+
+# Local variables:
+# eval: (add-hook 'write-file-hooks 'time-stamp)
+# time-stamp-start: "scriptversion="
+# time-stamp-format: "%:y-%02m-%02d.%02H"
+# time-stamp-time-zone: "UTC"
+# time-stamp-end: "; # UTC"
+# End:
diff --git a/config/gnu/ltmain.sh b/config/gnu/ltmain.sh
new file mode 100644
index 0000000..63ae69d
--- /dev/null
+++ b/config/gnu/ltmain.sh
@@ -0,0 +1,9655 @@
+
+# libtool (GNU libtool) 2.4.2
+# Written by Gordon Matzigkeit <gord at gnu.ai.mit.edu>, 1996
+
+# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, 2006,
+# 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
+# This is free software; see the source for copying conditions.  There is NO
+# warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+
+# GNU Libtool is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
+#
+# As a special exception to the GNU General Public License,
+# if you distribute this file as part of a program or library that
+# is built using GNU Libtool, you may include this file under the
+# same distribution terms that you use for the rest of that program.
+#
+# GNU Libtool is distributed in the hope that it will be useful, but
+# WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+# General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with GNU Libtool; see the file COPYING.  If not, a copy
+# can be downloaded from http://www.gnu.org/licenses/gpl.html,
+# or obtained by writing to the Free Software Foundation, Inc.,
+# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+
+# Usage: $progname [OPTION]... [MODE-ARG]...
+#
+# Provide generalized library-building support services.
+#
+#       --config             show all configuration variables
+#       --debug              enable verbose shell tracing
+#   -n, --dry-run            display commands without modifying any files
+#       --features           display basic configuration information and exit
+#       --mode=MODE          use operation mode MODE
+#       --preserve-dup-deps  don't remove duplicate dependency libraries
+#       --quiet, --silent    don't print informational messages
+#       --no-quiet, --no-silent
+#                            print informational messages (default)
+#       --no-warn            don't display warning messages
+#       --tag=TAG            use configuration variables from tag TAG
+#   -v, --verbose            print more informational messages than default
+#       --no-verbose         don't print the extra informational messages
+#       --version            print version information
+#   -h, --help, --help-all   print short, long, or detailed help message
+#
+# MODE must be one of the following:
+#
+#         clean              remove files from the build directory
+#         compile            compile a source file into a libtool object
+#         execute            automatically set library path, then run a program
+#         finish             complete the installation of libtool libraries
+#         install            install libraries or executables
+#         link               create a library or an executable
+#         uninstall          remove libraries from an installed directory
+#
+# MODE-ARGS vary depending on the MODE.  When passed as first option,
+# `--mode=MODE' may be abbreviated as `MODE' or a unique abbreviation of that.
+# Try `$progname --help --mode=MODE' for a more detailed description of MODE.
+#
+# When reporting a bug, please describe a test case to reproduce it and
+# include the following information:
+#
+#         host-triplet:	$host
+#         shell:		$SHELL
+#         compiler:		$LTCC
+#         compiler flags:		$LTCFLAGS
+#         linker:		$LD (gnu? $with_gnu_ld)
+#         $progname:	(GNU libtool) 2.4.2
+#         automake:	$automake_version
+#         autoconf:	$autoconf_version
+#
+# Report bugs to <bug-libtool at gnu.org>.
+# GNU libtool home page: <http://www.gnu.org/software/libtool/>.
+# General help using GNU software: <http://www.gnu.org/gethelp/>.
+
+PROGRAM=libtool
+PACKAGE=libtool
+VERSION=2.4.2
+TIMESTAMP=""
+package_revision=1.3337
+
+# Be Bourne compatible
+if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
+  emulate sh
+  NULLCMD=:
+  # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
+  # is contrary to our usage.  Disable this feature.
+  alias -g '${1+"$@"}'='"$@"'
+  setopt NO_GLOB_SUBST
+else
+  case `(set -o) 2>/dev/null` in *posix*) set -o posix;; esac
+fi
+BIN_SH=xpg4; export BIN_SH # for Tru64
+DUALCASE=1; export DUALCASE # for MKS sh
+
+# A function that is used when there is no print builtin or printf.
+func_fallback_echo ()
+{
+  eval 'cat <<_LTECHO_EOF
+$1
+_LTECHO_EOF'
+}
+
+# NLS nuisances: We save the old values to restore during execute mode.
+lt_user_locale=
+lt_safe_locale=
+for lt_var in LANG LANGUAGE LC_ALL LC_CTYPE LC_COLLATE LC_MESSAGES
+do
+  eval "if test \"\${$lt_var+set}\" = set; then
+          save_$lt_var=\$$lt_var
+          $lt_var=C
+	  export $lt_var
+	  lt_user_locale=\"$lt_var=\\\$save_\$lt_var; \$lt_user_locale\"
+	  lt_safe_locale=\"$lt_var=C; \$lt_safe_locale\"
+	fi"
+done
+LC_ALL=C
+LANGUAGE=C
+export LANGUAGE LC_ALL
+
+$lt_unset CDPATH
+
+
+# Work around backward compatibility issue on IRIX 6.5. On IRIX 6.4+, sh
+# is ksh but when the shell is invoked as "sh" and the current value of
+# the _XPG environment variable is not equal to 1 (one), the special
+# positional parameter $0, within a function call, is the name of the
+# function.
+progpath="$0"
+
+
+
+: ${CP="cp -f"}
+test "${ECHO+set}" = set || ECHO=${as_echo-'printf %s\n'}
+: ${MAKE="make"}
+: ${MKDIR="mkdir"}
+: ${MV="mv -f"}
+: ${RM="rm -f"}
+: ${SHELL="${CONFIG_SHELL-/bin/sh}"}
+: ${Xsed="$SED -e 1s/^X//"}
+
+# Global variables:
+EXIT_SUCCESS=0
+EXIT_FAILURE=1
+EXIT_MISMATCH=63  # $? = 63 is used to indicate version mismatch to missing.
+EXIT_SKIP=77	  # $? = 77 is used to indicate a skipped test to automake.
+
+exit_status=$EXIT_SUCCESS
+
+# Make sure IFS has a sensible default
+lt_nl='
+'
+IFS=" 	$lt_nl"
+
+dirname="s,/[^/]*$,,"
+basename="s,^.*/,,"
+
+# func_dirname file append nondir_replacement
+# Compute the dirname of FILE.  If nonempty, add APPEND to the result,
+# otherwise set result to NONDIR_REPLACEMENT.
+func_dirname ()
+{
+    func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
+    if test "X$func_dirname_result" = "X${1}"; then
+      func_dirname_result="${3}"
+    else
+      func_dirname_result="$func_dirname_result${2}"
+    fi
+} # func_dirname may be replaced by extended shell implementation
+
+
+# func_basename file
+func_basename ()
+{
+    func_basename_result=`$ECHO "${1}" | $SED "$basename"`
+} # func_basename may be replaced by extended shell implementation
+
+
+# func_dirname_and_basename file append nondir_replacement
+# perform func_basename and func_dirname in a single function
+# call:
+#   dirname:  Compute the dirname of FILE.  If nonempty,
+#             add APPEND to the result, otherwise set result
+#             to NONDIR_REPLACEMENT.
+#             value returned in "$func_dirname_result"
+#   basename: Compute filename of FILE.
+#             value retuned in "$func_basename_result"
+# Implementation must be kept synchronized with func_dirname
+# and func_basename. For efficiency, we do not delegate to
+# those functions but instead duplicate the functionality here.
+func_dirname_and_basename ()
+{
+    # Extract subdirectory from the argument.
+    func_dirname_result=`$ECHO "${1}" | $SED -e "$dirname"`
+    if test "X$func_dirname_result" = "X${1}"; then
+      func_dirname_result="${3}"
+    else
+      func_dirname_result="$func_dirname_result${2}"
+    fi
+    func_basename_result=`$ECHO "${1}" | $SED -e "$basename"`
+} # func_dirname_and_basename may be replaced by extended shell implementation
+
+
+# func_stripname prefix suffix name
+# strip PREFIX and SUFFIX off of NAME.
+# PREFIX and SUFFIX must not contain globbing or regex special
+# characters, hashes, percent signs, but SUFFIX may contain a leading
+# dot (in which case that matches only a dot).
+# func_strip_suffix prefix name
+func_stripname ()
+{
+    case ${2} in
+      .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
+      *)  func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
+    esac
+} # func_stripname may be replaced by extended shell implementation
+
+
+# These SED scripts presuppose an absolute path with a trailing slash.
+pathcar='s,^/\([^/]*\).*$,\1,'
+pathcdr='s,^/[^/]*,,'
+removedotparts=':dotsl
+		s@/\./@/@g
+		t dotsl
+		s,/\.$,/,'
+collapseslashes='s@/\{1,\}@/@g'
+finalslash='s,/*$,/,'
+
+# func_normal_abspath PATH
+# Remove doubled-up and trailing slashes, "." path components,
+# and cancel out any ".." path components in PATH after making
+# it an absolute path.
+#             value returned in "$func_normal_abspath_result"
+func_normal_abspath ()
+{
+  # Start from root dir and reassemble the path.
+  func_normal_abspath_result=
+  func_normal_abspath_tpath=$1
+  func_normal_abspath_altnamespace=
+  case $func_normal_abspath_tpath in
+    "")
+      # Empty path, that just means $cwd.
+      func_stripname '' '/' "`pwd`"
+      func_normal_abspath_result=$func_stripname_result
+      return
+    ;;
+    # The next three entries are used to spot a run of precisely
+    # two leading slashes without using negated character classes;
+    # we take advantage of case's first-match behaviour.
+    ///*)
+      # Unusual form of absolute path, do nothing.
+    ;;
+    //*)
+      # Not necessarily an ordinary path; POSIX reserves leading '//'
+      # and for example Cygwin uses it to access remote file shares
+      # over CIFS/SMB, so we conserve a leading double slash if found.
+      func_normal_abspath_altnamespace=/
+    ;;
+    /*)
+      # Absolute path, do nothing.
+    ;;
+    *)
+      # Relative path, prepend $cwd.
+      func_normal_abspath_tpath=`pwd`/$func_normal_abspath_tpath
+    ;;
+  esac
+  # Cancel out all the simple stuff to save iterations.  We also want
+  # the path to end with a slash for ease of parsing, so make sure
+  # there is one (and only one) here.
+  func_normal_abspath_tpath=`$ECHO "$func_normal_abspath_tpath" | $SED \
+        -e "$removedotparts" -e "$collapseslashes" -e "$finalslash"`
+  while :; do
+    # Processed it all yet?
+    if test "$func_normal_abspath_tpath" = / ; then
+      # If we ascended to the root using ".." the result may be empty now.
+      if test -z "$func_normal_abspath_result" ; then
+        func_normal_abspath_result=/
+      fi
+      break
+    fi
+    func_normal_abspath_tcomponent=`$ECHO "$func_normal_abspath_tpath" | $SED \
+        -e "$pathcar"`
+    func_normal_abspath_tpath=`$ECHO "$func_normal_abspath_tpath" | $SED \
+        -e "$pathcdr"`
+    # Figure out what to do with it
+    case $func_normal_abspath_tcomponent in
+      "")
+        # Trailing empty path component, ignore it.
+      ;;
+      ..)
+        # Parent dir; strip last assembled component from result.
+        func_dirname "$func_normal_abspath_result"
+        func_normal_abspath_result=$func_dirname_result
+      ;;
+      *)
+        # Actual path component, append it.
+        func_normal_abspath_result=$func_normal_abspath_result/$func_normal_abspath_tcomponent
+      ;;
+    esac
+  done
+  # Restore leading double-slash if one was found on entry.
+  func_normal_abspath_result=$func_normal_abspath_altnamespace$func_normal_abspath_result
+}
+
+# func_relative_path SRCDIR DSTDIR
+# generates a relative path from SRCDIR to DSTDIR, with a trailing
+# slash if non-empty, suitable for immediately appending a filename
+# without needing to append a separator.
+#             value returned in "$func_relative_path_result"
+func_relative_path ()
+{
+  func_relative_path_result=
+  func_normal_abspath "$1"
+  func_relative_path_tlibdir=$func_normal_abspath_result
+  func_normal_abspath "$2"
+  func_relative_path_tbindir=$func_normal_abspath_result
+
+  # Ascend the tree starting from libdir
+  while :; do
+    # check if we have found a prefix of bindir
+    case $func_relative_path_tbindir in
+      $func_relative_path_tlibdir)
+        # found an exact match
+        func_relative_path_tcancelled=
+        break
+        ;;
+      $func_relative_path_tlibdir*)
+        # found a matching prefix
+        func_stripname "$func_relative_path_tlibdir" '' "$func_relative_path_tbindir"
+        func_relative_path_tcancelled=$func_stripname_result
+        if test -z "$func_relative_path_result"; then
+          func_relative_path_result=.
+        fi
+        break
+        ;;
+      *)
+        func_dirname $func_relative_path_tlibdir
+        func_relative_path_tlibdir=${func_dirname_result}
+        if test "x$func_relative_path_tlibdir" = x ; then
+          # Have to descend all the way to the root!
+          func_relative_path_result=../$func_relative_path_result
+          func_relative_path_tcancelled=$func_relative_path_tbindir
+          break
+        fi
+        func_relative_path_result=../$func_relative_path_result
+        ;;
+    esac
+  done
+
+  # Now calculate path; take care to avoid doubling-up slashes.
+  func_stripname '' '/' "$func_relative_path_result"
+  func_relative_path_result=$func_stripname_result
+  func_stripname '/' '/' "$func_relative_path_tcancelled"
+  if test "x$func_stripname_result" != x ; then
+    func_relative_path_result=${func_relative_path_result}/${func_stripname_result}
+  fi
+
+  # Normalisation. If bindir is libdir, return empty string,
+  # else relative path ending with a slash; either way, target
+  # file name can be directly appended.
+  if test ! -z "$func_relative_path_result"; then
+    func_stripname './' '' "$func_relative_path_result/"
+    func_relative_path_result=$func_stripname_result
+  fi
+}
+
+# The name of this program:
+func_dirname_and_basename "$progpath"
+progname=$func_basename_result
+
+# Make sure we have an absolute path for reexecution:
+case $progpath in
+  [\\/]*|[A-Za-z]:\\*) ;;
+  *[\\/]*)
+     progdir=$func_dirname_result
+     progdir=`cd "$progdir" && pwd`
+     progpath="$progdir/$progname"
+     ;;
+  *)
+     save_IFS="$IFS"
+     IFS=${PATH_SEPARATOR-:}
+     for progdir in $PATH; do
+       IFS="$save_IFS"
+       test -x "$progdir/$progname" && break
+     done
+     IFS="$save_IFS"
+     test -n "$progdir" || progdir=`pwd`
+     progpath="$progdir/$progname"
+     ;;
+esac
+
+# Sed substitution that helps us do robust quoting.  It backslashifies
+# metacharacters that are still active within double-quoted strings.
+Xsed="${SED}"' -e 1s/^X//'
+sed_quote_subst='s/\([`"$\\]\)/\\\1/g'
+
+# Same as above, but do not quote variable references.
+double_quote_subst='s/\(["`\\]\)/\\\1/g'
+
+# Sed substitution that turns a string into a regex matching for the
+# string literally.
+sed_make_literal_regex='s,[].[^$\\*\/],\\&,g'
+
+# Sed substitution that converts a w32 file name or path
+# which contains forward slashes, into one that contains
+# (escaped) backslashes.  A very naive implementation.
+lt_sed_naive_backslashify='s|\\\\*|\\|g;s|/|\\|g;s|\\|\\\\|g'
+
+# Re-`\' parameter expansions in output of double_quote_subst that were
+# `\'-ed in input to the same.  If an odd number of `\' preceded a '$'
+# in input to double_quote_subst, that '$' was protected from expansion.
+# Since each input `\' is now two `\'s, look for any number of runs of
+# four `\'s followed by two `\'s and then a '$'.  `\' that '$'.
+bs='\\'
+bs2='\\\\'
+bs4='\\\\\\\\'
+dollar='\$'
+sed_double_backslash="\
+  s/$bs4/&\\
+/g
+  s/^$bs2$dollar/$bs&/
+  s/\\([^$bs]\\)$bs2$dollar/\\1$bs2$bs$dollar/g
+  s/\n//g"
+
+# Standard options:
+opt_dry_run=false
+opt_help=false
+opt_quiet=false
+opt_verbose=false
+opt_warning=:
+
+# func_echo arg...
+# Echo program name prefixed message, along with the current mode
+# name if it has been set yet.
+func_echo ()
+{
+    $ECHO "$progname: ${opt_mode+$opt_mode: }$*"
+}
+
+# func_verbose arg...
+# Echo program name prefixed message in verbose mode only.
+func_verbose ()
+{
+    $opt_verbose && func_echo ${1+"$@"}
+
+    # A bug in bash halts the script if the last line of a function
+    # fails when set -e is in force, so we need another command to
+    # work around that:
+    :
+}
+
+# func_echo_all arg...
+# Invoke $ECHO with all args, space-separated.
+func_echo_all ()
+{
+    $ECHO "$*"
+}
+
+# func_error arg...
+# Echo program name prefixed message to standard error.
+func_error ()
+{
+    $ECHO "$progname: ${opt_mode+$opt_mode: }"${1+"$@"} 1>&2
+}
+
+# func_warning arg...
+# Echo program name prefixed warning message to standard error.
+func_warning ()
+{
+    $opt_warning && $ECHO "$progname: ${opt_mode+$opt_mode: }warning: "${1+"$@"} 1>&2
+
+    # bash bug again:
+    :
+}
+
+# func_fatal_error arg...
+# Echo program name prefixed message to standard error, and exit.
+func_fatal_error ()
+{
+    func_error ${1+"$@"}
+    exit $EXIT_FAILURE
+}
+
+# func_fatal_help arg...
+# Echo program name prefixed message to standard error, followed by
+# a help hint, and exit.
+func_fatal_help ()
+{
+    func_error ${1+"$@"}
+    func_fatal_error "$help"
+}
+help="Try \`$progname --help' for more information."  ## default
+
+
+# func_grep expression filename
+# Check whether EXPRESSION matches any line of FILENAME, without output.
+func_grep ()
+{
+    $GREP "$1" "$2" >/dev/null 2>&1
+}
+
+
+# func_mkdir_p directory-path
+# Make sure the entire path to DIRECTORY-PATH is available.
+func_mkdir_p ()
+{
+    my_directory_path="$1"
+    my_dir_list=
+
+    if test -n "$my_directory_path" && test "$opt_dry_run" != ":"; then
+
+      # Protect directory names starting with `-'
+      case $my_directory_path in
+        -*) my_directory_path="./$my_directory_path" ;;
+      esac
+
+      # While some portion of DIR does not yet exist...
+      while test ! -d "$my_directory_path"; do
+        # ...make a list in topmost first order.  Use a colon delimited
+	# list incase some portion of path contains whitespace.
+        my_dir_list="$my_directory_path:$my_dir_list"
+
+        # If the last portion added has no slash in it, the list is done
+        case $my_directory_path in */*) ;; *) break ;; esac
+
+        # ...otherwise throw away the child directory and loop
+        my_directory_path=`$ECHO "$my_directory_path" | $SED -e "$dirname"`
+      done
+      my_dir_list=`$ECHO "$my_dir_list" | $SED 's,:*$,,'`
+
+      save_mkdir_p_IFS="$IFS"; IFS=':'
+      for my_dir in $my_dir_list; do
+	IFS="$save_mkdir_p_IFS"
+        # mkdir can fail with a `File exist' error if two processes
+        # try to create one of the directories concurrently.  Don't
+        # stop in that case!
+        $MKDIR "$my_dir" 2>/dev/null || :
+      done
+      IFS="$save_mkdir_p_IFS"
+
+      # Bail out if we (or some other process) failed to create a directory.
+      test -d "$my_directory_path" || \
+        func_fatal_error "Failed to create \`$1'"
+    fi
+}
+
+
+# func_mktempdir [string]
+# Make a temporary directory that won't clash with other running
+# libtool processes, and avoids race conditions if possible.  If
+# given, STRING is the basename for that directory.
+func_mktempdir ()
+{
+    my_template="${TMPDIR-/tmp}/${1-$progname}"
+
+    if test "$opt_dry_run" = ":"; then
+      # Return a directory name, but don't create it in dry-run mode
+      my_tmpdir="${my_template}-$$"
+    else
+
+      # If mktemp works, use that first and foremost
+      my_tmpdir=`mktemp -d "${my_template}-XXXXXXXX" 2>/dev/null`
+
+      if test ! -d "$my_tmpdir"; then
+        # Failing that, at least try and use $RANDOM to avoid a race
+        my_tmpdir="${my_template}-${RANDOM-0}$$"
+
+        save_mktempdir_umask=`umask`
+        umask 0077
+        $MKDIR "$my_tmpdir"
+        umask $save_mktempdir_umask
+      fi
+
+      # If we're not in dry-run mode, bomb out on failure
+      test -d "$my_tmpdir" || \
+        func_fatal_error "cannot create temporary directory \`$my_tmpdir'"
+    fi
+
+    $ECHO "$my_tmpdir"
+}
+
+
+# func_quote_for_eval arg
+# Aesthetically quote ARG to be evaled later.
+# This function returns two values: FUNC_QUOTE_FOR_EVAL_RESULT
+# is double-quoted, suitable for a subsequent eval, whereas
+# FUNC_QUOTE_FOR_EVAL_UNQUOTED_RESULT has merely all characters
+# which are still active within double quotes backslashified.
+func_quote_for_eval ()
+{
+    case $1 in
+      *[\\\`\"\$]*)
+	func_quote_for_eval_unquoted_result=`$ECHO "$1" | $SED "$sed_quote_subst"` ;;
+      *)
+        func_quote_for_eval_unquoted_result="$1" ;;
+    esac
+
+    case $func_quote_for_eval_unquoted_result in
+      # Double-quote args containing shell metacharacters to delay
+      # word splitting, command substitution and and variable
+      # expansion for a subsequent eval.
+      # Many Bourne shells cannot handle close brackets correctly
+      # in scan sets, so we specify it separately.
+      *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \	]*|*]*|"")
+        func_quote_for_eval_result="\"$func_quote_for_eval_unquoted_result\""
+        ;;
+      *)
+        func_quote_for_eval_result="$func_quote_for_eval_unquoted_result"
+    esac
+}
+
+
+# func_quote_for_expand arg
+# Aesthetically quote ARG to be evaled later; same as above,
+# but do not quote variable references.
+func_quote_for_expand ()
+{
+    case $1 in
+      *[\\\`\"]*)
+	my_arg=`$ECHO "$1" | $SED \
+	    -e "$double_quote_subst" -e "$sed_double_backslash"` ;;
+      *)
+        my_arg="$1" ;;
+    esac
+
+    case $my_arg in
+      # Double-quote args containing shell metacharacters to delay
+      # word splitting and command substitution for a subsequent eval.
+      # Many Bourne shells cannot handle close brackets correctly
+      # in scan sets, so we specify it separately.
+      *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \	]*|*]*|"")
+        my_arg="\"$my_arg\""
+        ;;
+    esac
+
+    func_quote_for_expand_result="$my_arg"
+}
+
+
+# func_show_eval cmd [fail_exp]
+# Unless opt_silent is true, then output CMD.  Then, if opt_dryrun is
+# not true, evaluate CMD.  If the evaluation of CMD fails, and FAIL_EXP
+# is given, then evaluate it.
+func_show_eval ()
+{
+    my_cmd="$1"
+    my_fail_exp="${2-:}"
+
+    ${opt_silent-false} || {
+      func_quote_for_expand "$my_cmd"
+      eval "func_echo $func_quote_for_expand_result"
+    }
+
+    if ${opt_dry_run-false}; then :; else
+      eval "$my_cmd"
+      my_status=$?
+      if test "$my_status" -eq 0; then :; else
+	eval "(exit $my_status); $my_fail_exp"
+      fi
+    fi
+}
+
+
+# func_show_eval_locale cmd [fail_exp]
+# Unless opt_silent is true, then output CMD.  Then, if opt_dryrun is
+# not true, evaluate CMD.  If the evaluation of CMD fails, and FAIL_EXP
+# is given, then evaluate it.  Use the saved locale for evaluation.
+func_show_eval_locale ()
+{
+    my_cmd="$1"
+    my_fail_exp="${2-:}"
+
+    ${opt_silent-false} || {
+      func_quote_for_expand "$my_cmd"
+      eval "func_echo $func_quote_for_expand_result"
+    }
+
+    if ${opt_dry_run-false}; then :; else
+      eval "$lt_user_locale
+	    $my_cmd"
+      my_status=$?
+      eval "$lt_safe_locale"
+      if test "$my_status" -eq 0; then :; else
+	eval "(exit $my_status); $my_fail_exp"
+      fi
+    fi
+}
+
+# func_tr_sh
+# Turn $1 into a string suitable for a shell variable name.
+# Result is stored in $func_tr_sh_result.  All characters
+# not in the set a-zA-Z0-9_ are replaced with '_'. Further,
+# if $1 begins with a digit, a '_' is prepended as well.
+func_tr_sh ()
+{
+  case $1 in
+  [0-9]* | *[!a-zA-Z0-9_]*)
+    func_tr_sh_result=`$ECHO "$1" | $SED 's/^\([0-9]\)/_\1/; s/[^a-zA-Z0-9_]/_/g'`
+    ;;
+  * )
+    func_tr_sh_result=$1
+    ;;
+  esac
+}
+
+
+# func_version
+# Echo version message to standard output and exit.
+func_version ()
+{
+    $opt_debug
+
+    $SED -n '/(C)/!b go
+	:more
+	/\./!{
+	  N
+	  s/\n# / /
+	  b more
+	}
+	:go
+	/^# '$PROGRAM' (GNU /,/# warranty; / {
+        s/^# //
+	s/^# *$//
+        s/\((C)\)[ 0-9,-]*\( [1-9][0-9]*\)/\1\2/
+        p
+     }' < "$progpath"
+     exit $?
+}
+
+# func_usage
+# Echo short help message to standard output and exit.
+func_usage ()
+{
+    $opt_debug
+
+    $SED -n '/^# Usage:/,/^#  *.*--help/ {
+        s/^# //
+	s/^# *$//
+	s/\$progname/'$progname'/
+	p
+    }' < "$progpath"
+    echo
+    $ECHO "run \`$progname --help | more' for full usage"
+    exit $?
+}
+
+# func_help [NOEXIT]
+# Echo long help message to standard output and exit,
+# unless 'noexit' is passed as argument.
+func_help ()
+{
+    $opt_debug
+
+    $SED -n '/^# Usage:/,/# Report bugs to/ {
+	:print
+        s/^# //
+	s/^# *$//
+	s*\$progname*'$progname'*
+	s*\$host*'"$host"'*
+	s*\$SHELL*'"$SHELL"'*
+	s*\$LTCC*'"$LTCC"'*
+	s*\$LTCFLAGS*'"$LTCFLAGS"'*
+	s*\$LD*'"$LD"'*
+	s/\$with_gnu_ld/'"$with_gnu_ld"'/
+	s/\$automake_version/'"`(${AUTOMAKE-automake} --version) 2>/dev/null |$SED 1q`"'/
+	s/\$autoconf_version/'"`(${AUTOCONF-autoconf} --version) 2>/dev/null |$SED 1q`"'/
+	p
+	d
+     }
+     /^# .* home page:/b print
+     /^# General help using/b print
+     ' < "$progpath"
+    ret=$?
+    if test -z "$1"; then
+      exit $ret
+    fi
+}
+
+# func_missing_arg argname
+# Echo program name prefixed message to standard error and set global
+# exit_cmd.
+func_missing_arg ()
+{
+    $opt_debug
+
+    func_error "missing argument for $1."
+    exit_cmd=exit
+}
+
+
+# func_split_short_opt shortopt
+# Set func_split_short_opt_name and func_split_short_opt_arg shell
+# variables after splitting SHORTOPT after the 2nd character.
+func_split_short_opt ()
+{
+    my_sed_short_opt='1s/^\(..\).*$/\1/;q'
+    my_sed_short_rest='1s/^..\(.*\)$/\1/;q'
+
+    func_split_short_opt_name=`$ECHO "$1" | $SED "$my_sed_short_opt"`
+    func_split_short_opt_arg=`$ECHO "$1" | $SED "$my_sed_short_rest"`
+} # func_split_short_opt may be replaced by extended shell implementation
+
+
+# func_split_long_opt longopt
+# Set func_split_long_opt_name and func_split_long_opt_arg shell
+# variables after splitting LONGOPT at the `=' sign.
+func_split_long_opt ()
+{
+    my_sed_long_opt='1s/^\(--[^=]*\)=.*/\1/;q'
+    my_sed_long_arg='1s/^--[^=]*=//'
+
+    func_split_long_opt_name=`$ECHO "$1" | $SED "$my_sed_long_opt"`
+    func_split_long_opt_arg=`$ECHO "$1" | $SED "$my_sed_long_arg"`
+} # func_split_long_opt may be replaced by extended shell implementation
+
+exit_cmd=:
+
+
+
+
+
+magic="%%%MAGIC variable%%%"
+magic_exe="%%%MAGIC EXE variable%%%"
+
+# Global variables.
+nonopt=
+preserve_args=
+lo2o="s/\\.lo\$/.${objext}/"
+o2lo="s/\\.${objext}\$/.lo/"
+extracted_archives=
+extracted_serial=0
+
+# If this variable is set in any of the actions, the command in it
+# will be execed at the end.  This prevents here-documents from being
+# left over by shells.
+exec_cmd=
+
+# func_append var value
+# Append VALUE to the end of shell variable VAR.
+func_append ()
+{
+    eval "${1}=\$${1}\${2}"
+} # func_append may be replaced by extended shell implementation
+
+# func_append_quoted var value
+# Quote VALUE and append to the end of shell variable VAR, separated
+# by a space.
+func_append_quoted ()
+{
+    func_quote_for_eval "${2}"
+    eval "${1}=\$${1}\\ \$func_quote_for_eval_result"
+} # func_append_quoted may be replaced by extended shell implementation
+
+
+# func_arith arithmetic-term...
+func_arith ()
+{
+    func_arith_result=`expr "${@}"`
+} # func_arith may be replaced by extended shell implementation
+
+
+# func_len string
+# STRING may not start with a hyphen.
+func_len ()
+{
+    func_len_result=`expr "${1}" : ".*" 2>/dev/null || echo $max_cmd_len`
+} # func_len may be replaced by extended shell implementation
+
+
+# func_lo2o object
+func_lo2o ()
+{
+    func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
+} # func_lo2o may be replaced by extended shell implementation
+
+
+# func_xform libobj-or-source
+func_xform ()
+{
+    func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
+} # func_xform may be replaced by extended shell implementation
+
+
+# func_fatal_configuration arg...
+# Echo program name prefixed message to standard error, followed by
+# a configuration failure hint, and exit.
+func_fatal_configuration ()
+{
+    func_error ${1+"$@"}
+    func_error "See the $PACKAGE documentation for more information."
+    func_fatal_error "Fatal configuration error."
+}
+
+
+# func_config
+# Display the configuration for all the tags in this script.
+func_config ()
+{
+    re_begincf='^# ### BEGIN LIBTOOL'
+    re_endcf='^# ### END LIBTOOL'
+
+    # Default configuration.
+    $SED "1,/$re_begincf CONFIG/d;/$re_endcf CONFIG/,\$d" < "$progpath"
+
+    # Now print the configurations for the tags.
+    for tagname in $taglist; do
+      $SED -n "/$re_begincf TAG CONFIG: $tagname\$/,/$re_endcf TAG CONFIG: $tagname\$/p" < "$progpath"
+    done
+
+    exit $?
+}
+
+# func_features
+# Display the features supported by this script.
+func_features ()
+{
+    echo "host: $host"
+    if test "$build_libtool_libs" = yes; then
+      echo "enable shared libraries"
+    else
+      echo "disable shared libraries"
+    fi
+    if test "$build_old_libs" = yes; then
+      echo "enable static libraries"
+    else
+      echo "disable static libraries"
+    fi
+
+    exit $?
+}
+
+# func_enable_tag tagname
+# Verify that TAGNAME is valid, and either flag an error and exit, or
+# enable the TAGNAME tag.  We also add TAGNAME to the global $taglist
+# variable here.
+func_enable_tag ()
+{
+  # Global variable:
+  tagname="$1"
+
+  re_begincf="^# ### BEGIN LIBTOOL TAG CONFIG: $tagname\$"
+  re_endcf="^# ### END LIBTOOL TAG CONFIG: $tagname\$"
+  sed_extractcf="/$re_begincf/,/$re_endcf/p"
+
+  # Validate tagname.
+  case $tagname in
+    *[!-_A-Za-z0-9,/]*)
+      func_fatal_error "invalid tag name: $tagname"
+      ;;
+  esac
+
+  # Don't test for the "default" C tag, as we know it's
+  # there but not specially marked.
+  case $tagname in
+    CC) ;;
+    *)
+      if $GREP "$re_begincf" "$progpath" >/dev/null 2>&1; then
+	taglist="$taglist $tagname"
+
+	# Evaluate the configuration.  Be careful to quote the path
+	# and the sed script, to avoid splitting on whitespace, but
+	# also don't use non-portable quotes within backquotes within
+	# quotes we have to do it in 2 steps:
+	extractedcf=`$SED -n -e "$sed_extractcf" < "$progpath"`
+	eval "$extractedcf"
+      else
+	func_error "ignoring unknown tag $tagname"
+      fi
+      ;;
+  esac
+}
+
+# func_check_version_match
+# Ensure that we are using m4 macros, and libtool script from the same
+# release of libtool.
+func_check_version_match ()
+{
+  if test "$package_revision" != "$macro_revision"; then
+    if test "$VERSION" != "$macro_version"; then
+      if test -z "$macro_version"; then
+        cat >&2 <<_LT_EOF
+$progname: Version mismatch error.  This is $PACKAGE $VERSION, but the
+$progname: definition of this LT_INIT comes from an older release.
+$progname: You should recreate aclocal.m4 with macros from $PACKAGE $VERSION
+$progname: and run autoconf again.
+_LT_EOF
+      else
+        cat >&2 <<_LT_EOF
+$progname: Version mismatch error.  This is $PACKAGE $VERSION, but the
+$progname: definition of this LT_INIT comes from $PACKAGE $macro_version.
+$progname: You should recreate aclocal.m4 with macros from $PACKAGE $VERSION
+$progname: and run autoconf again.
+_LT_EOF
+      fi
+    else
+      cat >&2 <<_LT_EOF
+$progname: Version mismatch error.  This is $PACKAGE $VERSION, revision $package_revision,
+$progname: but the definition of this LT_INIT comes from revision $macro_revision.
+$progname: You should recreate aclocal.m4 with macros from revision $package_revision
+$progname: of $PACKAGE $VERSION and run autoconf again.
+_LT_EOF
+    fi
+
+    exit $EXIT_MISMATCH
+  fi
+}
+
+
+# Shorthand for --mode=foo, only valid as the first argument
+case $1 in
+clean|clea|cle|cl)
+  shift; set dummy --mode clean ${1+"$@"}; shift
+  ;;
+compile|compil|compi|comp|com|co|c)
+  shift; set dummy --mode compile ${1+"$@"}; shift
+  ;;
+execute|execut|execu|exec|exe|ex|e)
+  shift; set dummy --mode execute ${1+"$@"}; shift
+  ;;
+finish|finis|fini|fin|fi|f)
+  shift; set dummy --mode finish ${1+"$@"}; shift
+  ;;
+install|instal|insta|inst|ins|in|i)
+  shift; set dummy --mode install ${1+"$@"}; shift
+  ;;
+link|lin|li|l)
+  shift; set dummy --mode link ${1+"$@"}; shift
+  ;;
+uninstall|uninstal|uninsta|uninst|unins|unin|uni|un|u)
+  shift; set dummy --mode uninstall ${1+"$@"}; shift
+  ;;
+esac
+
+
+
+# Option defaults:
+opt_debug=:
+opt_dry_run=false
+opt_config=false
+opt_preserve_dup_deps=false
+opt_features=false
+opt_finish=false
+opt_help=false
+opt_help_all=false
+opt_silent=:
+opt_warning=:
+opt_verbose=:
+opt_silent=false
+opt_verbose=false
+
+
+# Parse options once, thoroughly.  This comes as soon as possible in the
+# script to make things like `--version' happen as quickly as we can.
+{
+  # this just eases exit handling
+  while test $# -gt 0; do
+    opt="$1"
+    shift
+    case $opt in
+      --debug|-x)	opt_debug='set -x'
+			func_echo "enabling shell trace mode"
+			$opt_debug
+			;;
+      --dry-run|--dryrun|-n)
+			opt_dry_run=:
+			;;
+      --config)
+			opt_config=:
+func_config
+			;;
+      --dlopen|-dlopen)
+			optarg="$1"
+			opt_dlopen="${opt_dlopen+$opt_dlopen
+}$optarg"
+			shift
+			;;
+      --preserve-dup-deps)
+			opt_preserve_dup_deps=:
+			;;
+      --features)
+			opt_features=:
+func_features
+			;;
+      --finish)
+			opt_finish=:
+set dummy --mode finish ${1+"$@"}; shift
+			;;
+      --help)
+			opt_help=:
+			;;
+      --help-all)
+			opt_help_all=:
+opt_help=': help-all'
+			;;
+      --mode)
+			test $# = 0 && func_missing_arg $opt && break
+			optarg="$1"
+			opt_mode="$optarg"
+case $optarg in
+  # Valid mode arguments:
+  clean|compile|execute|finish|install|link|relink|uninstall) ;;
+
+  # Catch anything else as an error
+  *) func_error "invalid argument for $opt"
+     exit_cmd=exit
+     break
+     ;;
+esac
+			shift
+			;;
+      --no-silent|--no-quiet)
+			opt_silent=false
+func_append preserve_args " $opt"
+			;;
+      --no-warning|--no-warn)
+			opt_warning=false
+func_append preserve_args " $opt"
+			;;
+      --no-verbose)
+			opt_verbose=false
+func_append preserve_args " $opt"
+			;;
+      --silent|--quiet)
+			opt_silent=:
+func_append preserve_args " $opt"
+        opt_verbose=false
+			;;
+      --verbose|-v)
+			opt_verbose=:
+func_append preserve_args " $opt"
+opt_silent=false
+			;;
+      --tag)
+			test $# = 0 && func_missing_arg $opt && break
+			optarg="$1"
+			opt_tag="$optarg"
+func_append preserve_args " $opt $optarg"
+func_enable_tag "$optarg"
+			shift
+			;;
+
+      -\?|-h)		func_usage				;;
+      --help)		func_help				;;
+      --version)	func_version				;;
+
+      # Separate optargs to long options:
+      --*=*)
+			func_split_long_opt "$opt"
+			set dummy "$func_split_long_opt_name" "$func_split_long_opt_arg" ${1+"$@"}
+			shift
+			;;
+
+      # Separate non-argument short options:
+      -\?*|-h*|-n*|-v*)
+			func_split_short_opt "$opt"
+			set dummy "$func_split_short_opt_name" "-$func_split_short_opt_arg" ${1+"$@"}
+			shift
+			;;
+
+      --)		break					;;
+      -*)		func_fatal_help "unrecognized option \`$opt'" ;;
+      *)		set dummy "$opt" ${1+"$@"};	shift; break  ;;
+    esac
+  done
+
+  # Validate options:
+
+  # save first non-option argument
+  if test "$#" -gt 0; then
+    nonopt="$opt"
+    shift
+  fi
+
+  # preserve --debug
+  test "$opt_debug" = : || func_append preserve_args " --debug"
+
+  case $host in
+    *cygwin* | *mingw* | *pw32* | *cegcc*)
+      # don't eliminate duplications in $postdeps and $predeps
+      opt_duplicate_compiler_generated_deps=:
+      ;;
+    *)
+      opt_duplicate_compiler_generated_deps=$opt_preserve_dup_deps
+      ;;
+  esac
+
+  $opt_help || {
+    # Sanity checks first:
+    func_check_version_match
+
+    if test "$build_libtool_libs" != yes && test "$build_old_libs" != yes; then
+      func_fatal_configuration "not configured to build any kind of library"
+    fi
+
+    # Darwin sucks
+    eval std_shrext=\"$shrext_cmds\"
+
+    # Only execute mode is allowed to have -dlopen flags.
+    if test -n "$opt_dlopen" && test "$opt_mode" != execute; then
+      func_error "unrecognized option \`-dlopen'"
+      $ECHO "$help" 1>&2
+      exit $EXIT_FAILURE
+    fi
+
+    # Change the help message to a mode-specific one.
+    generic_help="$help"
+    help="Try \`$progname --help --mode=$opt_mode' for more information."
+  }
+
+
+  # Bail if the options were screwed
+  $exit_cmd $EXIT_FAILURE
+}
+
+
+
+
+## ----------- ##
+##    Main.    ##
+## ----------- ##
+
+# func_lalib_p file
+# True iff FILE is a libtool `.la' library or `.lo' object file.
+# This function is only a basic sanity check; it will hardly flush out
+# determined imposters.
+func_lalib_p ()
+{
+    test -f "$1" &&
+      $SED -e 4q "$1" 2>/dev/null \
+        | $GREP "^# Generated by .*$PACKAGE" > /dev/null 2>&1
+}
+
+# func_lalib_unsafe_p file
+# True iff FILE is a libtool `.la' library or `.lo' object file.
+# This function implements the same check as func_lalib_p without
+# resorting to external programs.  To this end, it redirects stdin and
+# closes it afterwards, without saving the original file descriptor.
+# As a safety measure, use it only where a negative result would be
+# fatal anyway.  Works if `file' does not exist.
+func_lalib_unsafe_p ()
+{
+    lalib_p=no
+    if test -f "$1" && test -r "$1" && exec 5<&0 <"$1"; then
+	for lalib_p_l in 1 2 3 4
+	do
+	    read lalib_p_line
+	    case "$lalib_p_line" in
+		\#\ Generated\ by\ *$PACKAGE* ) lalib_p=yes; break;;
+	    esac
+	done
+	exec 0<&5 5<&-
+    fi
+    test "$lalib_p" = yes
+}
+
+# func_ltwrapper_script_p file
+# True iff FILE is a libtool wrapper script
+# This function is only a basic sanity check; it will hardly flush out
+# determined imposters.
+func_ltwrapper_script_p ()
+{
+    func_lalib_p "$1"
+}
+
+# func_ltwrapper_executable_p file
+# True iff FILE is a libtool wrapper executable
+# This function is only a basic sanity check; it will hardly flush out
+# determined imposters.
+func_ltwrapper_executable_p ()
+{
+    func_ltwrapper_exec_suffix=
+    case $1 in
+    *.exe) ;;
+    *) func_ltwrapper_exec_suffix=.exe ;;
+    esac
+    $GREP "$magic_exe" "$1$func_ltwrapper_exec_suffix" >/dev/null 2>&1
+}
+
+# func_ltwrapper_scriptname file
+# Assumes file is an ltwrapper_executable
+# uses $file to determine the appropriate filename for a
+# temporary ltwrapper_script.
+func_ltwrapper_scriptname ()
+{
+    func_dirname_and_basename "$1" "" "."
+    func_stripname '' '.exe' "$func_basename_result"
+    func_ltwrapper_scriptname_result="$func_dirname_result/$objdir/${func_stripname_result}_ltshwrapper"
+}
+
+# func_ltwrapper_p file
+# True iff FILE is a libtool wrapper script or wrapper executable
+# This function is only a basic sanity check; it will hardly flush out
+# determined imposters.
+func_ltwrapper_p ()
+{
+    func_ltwrapper_script_p "$1" || func_ltwrapper_executable_p "$1"
+}
+
+
+# func_execute_cmds commands fail_cmd
+# Execute tilde-delimited COMMANDS.
+# If FAIL_CMD is given, eval that upon failure.
+# FAIL_CMD may read-access the current command in variable CMD!
+func_execute_cmds ()
+{
+    $opt_debug
+    save_ifs=$IFS; IFS='~'
+    for cmd in $1; do
+      IFS=$save_ifs
+      eval cmd=\"$cmd\"
+      func_show_eval "$cmd" "${2-:}"
+    done
+    IFS=$save_ifs
+}
+
+
+# func_source file
+# Source FILE, adding directory component if necessary.
+# Note that it is not necessary on cygwin/mingw to append a dot to
+# FILE even if both FILE and FILE.exe exist: automatic-append-.exe
+# behavior happens only for exec(3), not for open(2)!  Also, sourcing
+# `FILE.' does not work on cygwin managed mounts.
+func_source ()
+{
+    $opt_debug
+    case $1 in
+    */* | *\\*)	. "$1" ;;
+    *)		. "./$1" ;;
+    esac
+}
+
+
+# func_resolve_sysroot PATH
+# Replace a leading = in PATH with a sysroot.  Store the result into
+# func_resolve_sysroot_result
+func_resolve_sysroot ()
+{
+  func_resolve_sysroot_result=$1
+  case $func_resolve_sysroot_result in
+  =*)
+    func_stripname '=' '' "$func_resolve_sysroot_result"
+    func_resolve_sysroot_result=$lt_sysroot$func_stripname_result
+    ;;
+  esac
+}
+
+# func_replace_sysroot PATH
+# If PATH begins with the sysroot, replace it with = and
+# store the result into func_replace_sysroot_result.
+func_replace_sysroot ()
+{
+  case "$lt_sysroot:$1" in
+  ?*:"$lt_sysroot"*)
+    func_stripname "$lt_sysroot" '' "$1"
+    func_replace_sysroot_result="=$func_stripname_result"
+    ;;
+  *)
+    # Including no sysroot.
+    func_replace_sysroot_result=$1
+    ;;
+  esac
+}
+
+# func_infer_tag arg
+# Infer tagged configuration to use if any are available and
+# if one wasn't chosen via the "--tag" command line option.
+# Only attempt this if the compiler in the base compile
+# command doesn't match the default compiler.
+# arg is usually of the form 'gcc ...'
+func_infer_tag ()
+{
+    $opt_debug
+    if test -n "$available_tags" && test -z "$tagname"; then
+      CC_quoted=
+      for arg in $CC; do
+	func_append_quoted CC_quoted "$arg"
+      done
+      CC_expanded=`func_echo_all $CC`
+      CC_quoted_expanded=`func_echo_all $CC_quoted`
+      case $@ in
+      # Blanks in the command may have been stripped by the calling shell,
+      # but not from the CC environment variable when configure was run.
+      " $CC "* | "$CC "* | " $CC_expanded "* | "$CC_expanded "* | \
+      " $CC_quoted"* | "$CC_quoted "* | " $CC_quoted_expanded "* | "$CC_quoted_expanded "*) ;;
+      # Blanks at the start of $base_compile will cause this to fail
+      # if we don't check for them as well.
+      *)
+	for z in $available_tags; do
+	  if $GREP "^# ### BEGIN LIBTOOL TAG CONFIG: $z$" < "$progpath" > /dev/null; then
+	    # Evaluate the configuration.
+	    eval "`${SED} -n -e '/^# ### BEGIN LIBTOOL TAG CONFIG: '$z'$/,/^# ### END LIBTOOL TAG CONFIG: '$z'$/p' < $progpath`"
+	    CC_quoted=
+	    for arg in $CC; do
+	      # Double-quote args containing other shell metacharacters.
+	      func_append_quoted CC_quoted "$arg"
+	    done
+	    CC_expanded=`func_echo_all $CC`
+	    CC_quoted_expanded=`func_echo_all $CC_quoted`
+	    case "$@ " in
+	    " $CC "* | "$CC "* | " $CC_expanded "* | "$CC_expanded "* | \
+	    " $CC_quoted"* | "$CC_quoted "* | " $CC_quoted_expanded "* | "$CC_quoted_expanded "*)
+	      # The compiler in the base compile command matches
+	      # the one in the tagged configuration.
+	      # Assume this is the tagged configuration we want.
+	      tagname=$z
+	      break
+	      ;;
+	    esac
+	  fi
+	done
+	# If $tagname still isn't set, then no tagged configuration
+	# was found and let the user know that the "--tag" command
+	# line option must be used.
+	if test -z "$tagname"; then
+	  func_echo "unable to infer tagged configuration"
+	  func_fatal_error "specify a tag with \`--tag'"
+#	else
+#	  func_verbose "using $tagname tagged configuration"
+	fi
+	;;
+      esac
+    fi
+}
+
+
+
+# func_write_libtool_object output_name pic_name nonpic_name
+# Create a libtool object file (analogous to a ".la" file),
+# but don't create it if we're doing a dry run.
+func_write_libtool_object ()
+{
+    write_libobj=${1}
+    if test "$build_libtool_libs" = yes; then
+      write_lobj=\'${2}\'
+    else
+      write_lobj=none
+    fi
+
+    if test "$build_old_libs" = yes; then
+      write_oldobj=\'${3}\'
+    else
+      write_oldobj=none
+    fi
+
+    $opt_dry_run || {
+      cat >${write_libobj}T <<EOF
+# $write_libobj - a libtool object file
+# Generated by $PROGRAM (GNU $PACKAGE$TIMESTAMP) $VERSION
+#
+# Please DO NOT delete this file!
+# It is necessary for linking the library.
+
+# Name of the PIC object.
+pic_object=$write_lobj
+
+# Name of the non-PIC object
+non_pic_object=$write_oldobj
+
+EOF
+      $MV "${write_libobj}T" "${write_libobj}"
+    }
+}
+
+
+##################################################
+# FILE NAME AND PATH CONVERSION HELPER FUNCTIONS #
+##################################################
+
+# func_convert_core_file_wine_to_w32 ARG
+# Helper function used by file name conversion functions when $build is *nix,
+# and $host is mingw, cygwin, or some other w32 environment. Relies on a
+# correctly configured wine environment available, with the winepath program
+# in $build's $PATH.
+#
+# ARG is the $build file name to be converted to w32 format.
+# Result is available in $func_convert_core_file_wine_to_w32_result, and will
+# be empty on error (or when ARG is empty)
+func_convert_core_file_wine_to_w32 ()
+{
+  $opt_debug
+  func_convert_core_file_wine_to_w32_result="$1"
+  if test -n "$1"; then
+    # Unfortunately, winepath does not exit with a non-zero error code, so we
+    # are forced to check the contents of stdout. On the other hand, if the
+    # command is not found, the shell will set an exit code of 127 and print
+    # *an error message* to stdout. So we must check for both error code of
+    # zero AND non-empty stdout, which explains the odd construction:
+    func_convert_core_file_wine_to_w32_tmp=`winepath -w "$1" 2>/dev/null`
+    if test "$?" -eq 0 && test -n "${func_convert_core_file_wine_to_w32_tmp}"; then
+      func_convert_core_file_wine_to_w32_result=`$ECHO "$func_convert_core_file_wine_to_w32_tmp" |
+        $SED -e "$lt_sed_naive_backslashify"`
+    else
+      func_convert_core_file_wine_to_w32_result=
+    fi
+  fi
+}
+# end: func_convert_core_file_wine_to_w32
+
+
+# func_convert_core_path_wine_to_w32 ARG
+# Helper function used by path conversion functions when $build is *nix, and
+# $host is mingw, cygwin, or some other w32 environment. Relies on a correctly
+# configured wine environment available, with the winepath program in $build's
+# $PATH. Assumes ARG has no leading or trailing path separator characters.
+#
+# ARG is path to be converted from $build format to win32.
+# Result is available in $func_convert_core_path_wine_to_w32_result.
+# Unconvertible file (directory) names in ARG are skipped; if no directory names
+# are convertible, then the result may be empty.
+func_convert_core_path_wine_to_w32 ()
+{
+  $opt_debug
+  # unfortunately, winepath doesn't convert paths, only file names
+  func_convert_core_path_wine_to_w32_result=""
+  if test -n "$1"; then
+    oldIFS=$IFS
+    IFS=:
+    for func_convert_core_path_wine_to_w32_f in $1; do
+      IFS=$oldIFS
+      func_convert_core_file_wine_to_w32 "$func_convert_core_path_wine_to_w32_f"
+      if test -n "$func_convert_core_file_wine_to_w32_result" ; then
+        if test -z "$func_convert_core_path_wine_to_w32_result"; then
+          func_convert_core_path_wine_to_w32_result="$func_convert_core_file_wine_to_w32_result"
+        else
+          func_append func_convert_core_path_wine_to_w32_result ";$func_convert_core_file_wine_to_w32_result"
+        fi
+      fi
+    done
+    IFS=$oldIFS
+  fi
+}
+# end: func_convert_core_path_wine_to_w32
+
+
+# func_cygpath ARGS...
+# Wrapper around calling the cygpath program via LT_CYGPATH. This is used when
+# when (1) $build is *nix and Cygwin is hosted via a wine environment; or (2)
+# $build is MSYS and $host is Cygwin, or (3) $build is Cygwin. In case (1) or
+# (2), returns the Cygwin file name or path in func_cygpath_result (input
+# file name or path is assumed to be in w32 format, as previously converted
+# from $build's *nix or MSYS format). In case (3), returns the w32 file name
+# or path in func_cygpath_result (input file name or path is assumed to be in
+# Cygwin format). Returns an empty string on error.
+#
+# ARGS are passed to cygpath, with the last one being the file name or path to
+# be converted.
+#
+# Specify the absolute *nix (or w32) name to cygpath in the LT_CYGPATH
+# environment variable; do not put it in $PATH.
+func_cygpath ()
+{
+  $opt_debug
+  if test -n "$LT_CYGPATH" && test -f "$LT_CYGPATH"; then
+    func_cygpath_result=`$LT_CYGPATH "$@" 2>/dev/null`
+    if test "$?" -ne 0; then
+      # on failure, ensure result is empty
+      func_cygpath_result=
+    fi
+  else
+    func_cygpath_result=
+    func_error "LT_CYGPATH is empty or specifies non-existent file: \`$LT_CYGPATH'"
+  fi
+}
+#end: func_cygpath
+
+
+# func_convert_core_msys_to_w32 ARG
+# Convert file name or path ARG from MSYS format to w32 format.  Return
+# result in func_convert_core_msys_to_w32_result.
+func_convert_core_msys_to_w32 ()
+{
+  $opt_debug
+  # awkward: cmd appends spaces to result
+  func_convert_core_msys_to_w32_result=`( cmd //c echo "$1" ) 2>/dev/null |
+    $SED -e 's/[ ]*$//' -e "$lt_sed_naive_backslashify"`
+}
+#end: func_convert_core_msys_to_w32
+
+
+# func_convert_file_check ARG1 ARG2
+# Verify that ARG1 (a file name in $build format) was converted to $host
+# format in ARG2. Otherwise, emit an error message, but continue (resetting
+# func_to_host_file_result to ARG1).
+func_convert_file_check ()
+{
+  $opt_debug
+  if test -z "$2" && test -n "$1" ; then
+    func_error "Could not determine host file name corresponding to"
+    func_error "  \`$1'"
+    func_error "Continuing, but uninstalled executables may not work."
+    # Fallback:
+    func_to_host_file_result="$1"
+  fi
+}
+# end func_convert_file_check
+
+
+# func_convert_path_check FROM_PATHSEP TO_PATHSEP FROM_PATH TO_PATH
+# Verify that FROM_PATH (a path in $build format) was converted to $host
+# format in TO_PATH. Otherwise, emit an error message, but continue, resetting
+# func_to_host_file_result to a simplistic fallback value (see below).
+func_convert_path_check ()
+{
+  $opt_debug
+  if test -z "$4" && test -n "$3"; then
+    func_error "Could not determine the host path corresponding to"
+    func_error "  \`$3'"
+    func_error "Continuing, but uninstalled executables may not work."
+    # Fallback.  This is a deliberately simplistic "conversion" and
+    # should not be "improved".  See libtool.info.
+    if test "x$1" != "x$2"; then
+      lt_replace_pathsep_chars="s|$1|$2|g"
+      func_to_host_path_result=`echo "$3" |
+        $SED -e "$lt_replace_pathsep_chars"`
+    else
+      func_to_host_path_result="$3"
+    fi
+  fi
+}
+# end func_convert_path_check
+
+
+# func_convert_path_front_back_pathsep FRONTPAT BACKPAT REPL ORIG
+# Modifies func_to_host_path_result by prepending REPL if ORIG matches FRONTPAT
+# and appending REPL if ORIG matches BACKPAT.
+func_convert_path_front_back_pathsep ()
+{
+  $opt_debug
+  case $4 in
+  $1 ) func_to_host_path_result="$3$func_to_host_path_result"
+    ;;
+  esac
+  case $4 in
+  $2 ) func_append func_to_host_path_result "$3"
+    ;;
+  esac
+}
+# end func_convert_path_front_back_pathsep
+
+
+##################################################
+# $build to $host FILE NAME CONVERSION FUNCTIONS #
+##################################################
+# invoked via `$to_host_file_cmd ARG'
+#
+# In each case, ARG is the path to be converted from $build to $host format.
+# Result will be available in $func_to_host_file_result.
+
+
+# func_to_host_file ARG
+# Converts the file name ARG from $build format to $host format. Return result
+# in func_to_host_file_result.
+func_to_host_file ()
+{
+  $opt_debug
+  $to_host_file_cmd "$1"
+}
+# end func_to_host_file
+
+
+# func_to_tool_file ARG LAZY
+# converts the file name ARG from $build format to toolchain format. Return
+# result in func_to_tool_file_result.  If the conversion in use is listed
+# in (the comma separated) LAZY, no conversion takes place.
+func_to_tool_file ()
+{
+  $opt_debug
+  case ,$2, in
+    *,"$to_tool_file_cmd",*)
+      func_to_tool_file_result=$1
+      ;;
+    *)
+      $to_tool_file_cmd "$1"
+      func_to_tool_file_result=$func_to_host_file_result
+      ;;
+  esac
+}
+# end func_to_tool_file
+
+
+# func_convert_file_noop ARG
+# Copy ARG to func_to_host_file_result.
+func_convert_file_noop ()
+{
+  func_to_host_file_result="$1"
+}
+# end func_convert_file_noop
+
+
+# func_convert_file_msys_to_w32 ARG
+# Convert file name ARG from (mingw) MSYS to (mingw) w32 format; automatic
+# conversion to w32 is not available inside the cwrapper.  Returns result in
+# func_to_host_file_result.
+func_convert_file_msys_to_w32 ()
+{
+  $opt_debug
+  func_to_host_file_result="$1"
+  if test -n "$1"; then
+    func_convert_core_msys_to_w32 "$1"
+    func_to_host_file_result="$func_convert_core_msys_to_w32_result"
+  fi
+  func_convert_file_check "$1" "$func_to_host_file_result"
+}
+# end func_convert_file_msys_to_w32
+
+
+# func_convert_file_cygwin_to_w32 ARG
+# Convert file name ARG from Cygwin to w32 format.  Returns result in
+# func_to_host_file_result.
+func_convert_file_cygwin_to_w32 ()
+{
+  $opt_debug
+  func_to_host_file_result="$1"
+  if test -n "$1"; then
+    # because $build is cygwin, we call "the" cygpath in $PATH; no need to use
+    # LT_CYGPATH in this case.
+    func_to_host_file_result=`cygpath -m "$1"`
+  fi
+  func_convert_file_check "$1" "$func_to_host_file_result"
+}
+# end func_convert_file_cygwin_to_w32
+
+
+# func_convert_file_nix_to_w32 ARG
+# Convert file name ARG from *nix to w32 format.  Requires a wine environment
+# and a working winepath. Returns result in func_to_host_file_result.
+func_convert_file_nix_to_w32 ()
+{
+  $opt_debug
+  func_to_host_file_result="$1"
+  if test -n "$1"; then
+    func_convert_core_file_wine_to_w32 "$1"
+    func_to_host_file_result="$func_convert_core_file_wine_to_w32_result"
+  fi
+  func_convert_file_check "$1" "$func_to_host_file_result"
+}
+# end func_convert_file_nix_to_w32
+
+
+# func_convert_file_msys_to_cygwin ARG
+# Convert file name ARG from MSYS to Cygwin format.  Requires LT_CYGPATH set.
+# Returns result in func_to_host_file_result.
+func_convert_file_msys_to_cygwin ()
+{
+  $opt_debug
+  func_to_host_file_result="$1"
+  if test -n "$1"; then
+    func_convert_core_msys_to_w32 "$1"
+    func_cygpath -u "$func_convert_core_msys_to_w32_result"
+    func_to_host_file_result="$func_cygpath_result"
+  fi
+  func_convert_file_check "$1" "$func_to_host_file_result"
+}
+# end func_convert_file_msys_to_cygwin
+
+
+# func_convert_file_nix_to_cygwin ARG
+# Convert file name ARG from *nix to Cygwin format.  Requires Cygwin installed
+# in a wine environment, working winepath, and LT_CYGPATH set.  Returns result
+# in func_to_host_file_result.
+func_convert_file_nix_to_cygwin ()
+{
+  $opt_debug
+  func_to_host_file_result="$1"
+  if test -n "$1"; then
+    # convert from *nix to w32, then use cygpath to convert from w32 to cygwin.
+    func_convert_core_file_wine_to_w32 "$1"
+    func_cygpath -u "$func_convert_core_file_wine_to_w32_result"
+    func_to_host_file_result="$func_cygpath_result"
+  fi
+  func_convert_file_check "$1" "$func_to_host_file_result"
+}
+# end func_convert_file_nix_to_cygwin
+
+
+#############################################
+# $build to $host PATH CONVERSION FUNCTIONS #
+#############################################
+# invoked via `$to_host_path_cmd ARG'
+#
+# In each case, ARG is the path to be converted from $build to $host format.
+# The result will be available in $func_to_host_path_result.
+#
+# Path separators are also converted from $build format to $host format.  If
+# ARG begins or ends with a path separator character, it is preserved (but
+# converted to $host format) on output.
+#
+# All path conversion functions are named using the following convention:
+#   file name conversion function    : func_convert_file_X_to_Y ()
+#   path conversion function         : func_convert_path_X_to_Y ()
+# where, for any given $build/$host combination the 'X_to_Y' value is the
+# same.  If conversion functions are added for new $build/$host combinations,
+# the two new functions must follow this pattern, or func_init_to_host_path_cmd
+# will break.
+
+
+# func_init_to_host_path_cmd
+# Ensures that function "pointer" variable $to_host_path_cmd is set to the
+# appropriate value, based on the value of $to_host_file_cmd.
+to_host_path_cmd=
+func_init_to_host_path_cmd ()
+{
+  $opt_debug
+  if test -z "$to_host_path_cmd"; then
+    func_stripname 'func_convert_file_' '' "$to_host_file_cmd"
+    to_host_path_cmd="func_convert_path_${func_stripname_result}"
+  fi
+}
+
+
+# func_to_host_path ARG
+# Converts the path ARG from $build format to $host format. Return result
+# in func_to_host_path_result.
+func_to_host_path ()
+{
+  $opt_debug
+  func_init_to_host_path_cmd
+  $to_host_path_cmd "$1"
+}
+# end func_to_host_path
+
+
+# func_convert_path_noop ARG
+# Copy ARG to func_to_host_path_result.
+func_convert_path_noop ()
+{
+  func_to_host_path_result="$1"
+}
+# end func_convert_path_noop
+
+
+# func_convert_path_msys_to_w32 ARG
+# Convert path ARG from (mingw) MSYS to (mingw) w32 format; automatic
+# conversion to w32 is not available inside the cwrapper.  Returns result in
+# func_to_host_path_result.
+func_convert_path_msys_to_w32 ()
+{
+  $opt_debug
+  func_to_host_path_result="$1"
+  if test -n "$1"; then
+    # Remove leading and trailing path separator characters from ARG.  MSYS
+    # behavior is inconsistent here; cygpath turns them into '.;' and ';.';
+    # and winepath ignores them completely.
+    func_stripname : : "$1"
+    func_to_host_path_tmp1=$func_stripname_result
+    func_convert_core_msys_to_w32 "$func_to_host_path_tmp1"
+    func_to_host_path_result="$func_convert_core_msys_to_w32_result"
+    func_convert_path_check : ";" \
+      "$func_to_host_path_tmp1" "$func_to_host_path_result"
+    func_convert_path_front_back_pathsep ":*" "*:" ";" "$1"
+  fi
+}
+# end func_convert_path_msys_to_w32
+
+
+# func_convert_path_cygwin_to_w32 ARG
+# Convert path ARG from Cygwin to w32 format.  Returns result in
+# func_to_host_file_result.
+func_convert_path_cygwin_to_w32 ()
+{
+  $opt_debug
+  func_to_host_path_result="$1"
+  if test -n "$1"; then
+    # See func_convert_path_msys_to_w32:
+    func_stripname : : "$1"
+    func_to_host_path_tmp1=$func_stripname_result
+    func_to_host_path_result=`cygpath -m -p "$func_to_host_path_tmp1"`
+    func_convert_path_check : ";" \
+      "$func_to_host_path_tmp1" "$func_to_host_path_result"
+    func_convert_path_front_back_pathsep ":*" "*:" ";" "$1"
+  fi
+}
+# end func_convert_path_cygwin_to_w32
+
+
+# func_convert_path_nix_to_w32 ARG
+# Convert path ARG from *nix to w32 format.  Requires a wine environment and
+# a working winepath.  Returns result in func_to_host_file_result.
+func_convert_path_nix_to_w32 ()
+{
+  $opt_debug
+  func_to_host_path_result="$1"
+  if test -n "$1"; then
+    # See func_convert_path_msys_to_w32:
+    func_stripname : : "$1"
+    func_to_host_path_tmp1=$func_stripname_result
+    func_convert_core_path_wine_to_w32 "$func_to_host_path_tmp1"
+    func_to_host_path_result="$func_convert_core_path_wine_to_w32_result"
+    func_convert_path_check : ";" \
+      "$func_to_host_path_tmp1" "$func_to_host_path_result"
+    func_convert_path_front_back_pathsep ":*" "*:" ";" "$1"
+  fi
+}
+# end func_convert_path_nix_to_w32
+
+
+# func_convert_path_msys_to_cygwin ARG
+# Convert path ARG from MSYS to Cygwin format.  Requires LT_CYGPATH set.
+# Returns result in func_to_host_file_result.
+func_convert_path_msys_to_cygwin ()
+{
+  $opt_debug
+  func_to_host_path_result="$1"
+  if test -n "$1"; then
+    # See func_convert_path_msys_to_w32:
+    func_stripname : : "$1"
+    func_to_host_path_tmp1=$func_stripname_result
+    func_convert_core_msys_to_w32 "$func_to_host_path_tmp1"
+    func_cygpath -u -p "$func_convert_core_msys_to_w32_result"
+    func_to_host_path_result="$func_cygpath_result"
+    func_convert_path_check : : \
+      "$func_to_host_path_tmp1" "$func_to_host_path_result"
+    func_convert_path_front_back_pathsep ":*" "*:" : "$1"
+  fi
+}
+# end func_convert_path_msys_to_cygwin
+
+
+# func_convert_path_nix_to_cygwin ARG
+# Convert path ARG from *nix to Cygwin format.  Requires Cygwin installed in a
+# a wine environment, working winepath, and LT_CYGPATH set.  Returns result in
+# func_to_host_file_result.
+func_convert_path_nix_to_cygwin ()
+{
+  $opt_debug
+  func_to_host_path_result="$1"
+  if test -n "$1"; then
+    # Remove leading and trailing path separator characters from
+    # ARG. msys behavior is inconsistent here, cygpath turns them
+    # into '.;' and ';.', and winepath ignores them completely.
+    func_stripname : : "$1"
+    func_to_host_path_tmp1=$func_stripname_result
+    func_convert_core_path_wine_to_w32 "$func_to_host_path_tmp1"
+    func_cygpath -u -p "$func_convert_core_path_wine_to_w32_result"
+    func_to_host_path_result="$func_cygpath_result"
+    func_convert_path_check : : \
+      "$func_to_host_path_tmp1" "$func_to_host_path_result"
+    func_convert_path_front_back_pathsep ":*" "*:" : "$1"
+  fi
+}
+# end func_convert_path_nix_to_cygwin
+
+
+# func_mode_compile arg...
+func_mode_compile ()
+{
+    $opt_debug
+    # Get the compilation command and the source file.
+    base_compile=
+    srcfile="$nonopt"  #  always keep a non-empty value in "srcfile"
+    suppress_opt=yes
+    suppress_output=
+    arg_mode=normal
+    libobj=
+    later=
+    pie_flag=
+
+    for arg
+    do
+      case $arg_mode in
+      arg  )
+	# do not "continue".  Instead, add this to base_compile
+	lastarg="$arg"
+	arg_mode=normal
+	;;
+
+      target )
+	libobj="$arg"
+	arg_mode=normal
+	continue
+	;;
+
+      normal )
+	# Accept any command-line options.
+	case $arg in
+	-o)
+	  test -n "$libobj" && \
+	    func_fatal_error "you cannot specify \`-o' more than once"
+	  arg_mode=target
+	  continue
+	  ;;
+
+	-pie | -fpie | -fPIE)
+          func_append pie_flag " $arg"
+	  continue
+	  ;;
+
+	-shared | -static | -prefer-pic | -prefer-non-pic)
+	  func_append later " $arg"
+	  continue
+	  ;;
+
+	-no-suppress)
+	  suppress_opt=no
+	  continue
+	  ;;
+
+	-Xcompiler)
+	  arg_mode=arg  #  the next one goes into the "base_compile" arg list
+	  continue      #  The current "srcfile" will either be retained or
+	  ;;            #  replaced later.  I would guess that would be a bug.
+
+	-Wc,*)
+	  func_stripname '-Wc,' '' "$arg"
+	  args=$func_stripname_result
+	  lastarg=
+	  save_ifs="$IFS"; IFS=','
+	  for arg in $args; do
+	    IFS="$save_ifs"
+	    func_append_quoted lastarg "$arg"
+	  done
+	  IFS="$save_ifs"
+	  func_stripname ' ' '' "$lastarg"
+	  lastarg=$func_stripname_result
+
+	  # Add the arguments to base_compile.
+	  func_append base_compile " $lastarg"
+	  continue
+	  ;;
+
+	*)
+	  # Accept the current argument as the source file.
+	  # The previous "srcfile" becomes the current argument.
+	  #
+	  lastarg="$srcfile"
+	  srcfile="$arg"
+	  ;;
+	esac  #  case $arg
+	;;
+      esac    #  case $arg_mode
+
+      # Aesthetically quote the previous argument.
+      func_append_quoted base_compile "$lastarg"
+    done # for arg
+
+    case $arg_mode in
+    arg)
+      func_fatal_error "you must specify an argument for -Xcompile"
+      ;;
+    target)
+      func_fatal_error "you must specify a target with \`-o'"
+      ;;
+    *)
+      # Get the name of the library object.
+      test -z "$libobj" && {
+	func_basename "$srcfile"
+	libobj="$func_basename_result"
+      }
+      ;;
+    esac
+
+    # Recognize several different file suffixes.
+    # If the user specifies -o file.o, it is replaced with file.lo
+    case $libobj in
+    *.[cCFSifmso] | \
+    *.ada | *.adb | *.ads | *.asm | \
+    *.c++ | *.cc | *.ii | *.class | *.cpp | *.cxx | \
+    *.[fF][09]? | *.for | *.java | *.go | *.obj | *.sx | *.cu | *.cup)
+      func_xform "$libobj"
+      libobj=$func_xform_result
+      ;;
+    esac
+
+    case $libobj in
+    *.lo) func_lo2o "$libobj"; obj=$func_lo2o_result ;;
+    *)
+      func_fatal_error "cannot determine name of library object from \`$libobj'"
+      ;;
+    esac
+
+    func_infer_tag $base_compile
+
+    for arg in $later; do
+      case $arg in
+      -shared)
+	test "$build_libtool_libs" != yes && \
+	  func_fatal_configuration "can not build a shared library"
+	build_old_libs=no
+	continue
+	;;
+
+      -static)
+	build_libtool_libs=no
+	build_old_libs=yes
+	continue
+	;;
+
+      -prefer-pic)
+	pic_mode=yes
+	continue
+	;;
+
+      -prefer-non-pic)
+	pic_mode=no
+	continue
+	;;
+      esac
+    done
+
+    func_quote_for_eval "$libobj"
+    test "X$libobj" != "X$func_quote_for_eval_result" \
+      && $ECHO "X$libobj" | $GREP '[]~#^*{};<>?"'"'"'	 &()|`$[]' \
+      && func_warning "libobj name \`$libobj' may not contain shell special characters."
+    func_dirname_and_basename "$obj" "/" ""
+    objname="$func_basename_result"
+    xdir="$func_dirname_result"
+    lobj=${xdir}$objdir/$objname
+
+    test -z "$base_compile" && \
+      func_fatal_help "you must specify a compilation command"
+
+    # Delete any leftover library objects.
+    if test "$build_old_libs" = yes; then
+      removelist="$obj $lobj $libobj ${libobj}T"
+    else
+      removelist="$lobj $libobj ${libobj}T"
+    fi
+
+    # On Cygwin there's no "real" PIC flag so we must build both object types
+    case $host_os in
+    cygwin* | mingw* | pw32* | os2* | cegcc*)
+      pic_mode=default
+      ;;
+    esac
+    if test "$pic_mode" = no && test "$deplibs_check_method" != pass_all; then
+      # non-PIC code in shared libraries is not supported
+      pic_mode=default
+    fi
+
+    # Calculate the filename of the output object if compiler does
+    # not support -o with -c
+    if test "$compiler_c_o" = no; then
+      output_obj=`$ECHO "$srcfile" | $SED 's%^.*/%%; s%\.[^.]*$%%'`.${objext}
+      lockfile="$output_obj.lock"
+    else
+      output_obj=
+      need_locks=no
+      lockfile=
+    fi
+
+    # Lock this critical section if it is needed
+    # We use this script file to make the link, it avoids creating a new file
+    if test "$need_locks" = yes; then
+      until $opt_dry_run || ln "$progpath" "$lockfile" 2>/dev/null; do
+	func_echo "Waiting for $lockfile to be removed"
+	sleep 2
+      done
+    elif test "$need_locks" = warn; then
+      if test -f "$lockfile"; then
+	$ECHO "\
+*** ERROR, $lockfile exists and contains:
+`cat $lockfile 2>/dev/null`
+
+This indicates that another process is trying to use the same
+temporary object file, and libtool could not work around it because
+your compiler does not support \`-c' and \`-o' together.  If you
+repeat this compilation, it may succeed, by chance, but you had better
+avoid parallel builds (make -j) in this platform, or get a better
+compiler."
+
+	$opt_dry_run || $RM $removelist
+	exit $EXIT_FAILURE
+      fi
+      func_append removelist " $output_obj"
+      $ECHO "$srcfile" > "$lockfile"
+    fi
+
+    $opt_dry_run || $RM $removelist
+    func_append removelist " $lockfile"
+    trap '$opt_dry_run || $RM $removelist; exit $EXIT_FAILURE' 1 2 15
+
+    func_to_tool_file "$srcfile" func_convert_file_msys_to_w32
+    srcfile=$func_to_tool_file_result
+    func_quote_for_eval "$srcfile"
+    qsrcfile=$func_quote_for_eval_result
+
+    # Only build a PIC object if we are building libtool libraries.
+    if test "$build_libtool_libs" = yes; then
+      # Without this assignment, base_compile gets emptied.
+      fbsd_hideous_sh_bug=$base_compile
+
+      if test "$pic_mode" != no; then
+	command="$base_compile $qsrcfile $pic_flag"
+      else
+	# Don't build PIC code
+	command="$base_compile $qsrcfile"
+      fi
+
+      func_mkdir_p "$xdir$objdir"
+
+      if test -z "$output_obj"; then
+	# Place PIC objects in $objdir
+	func_append command " -o $lobj"
+      fi
+
+      func_show_eval_locale "$command"	\
+          'test -n "$output_obj" && $RM $removelist; exit $EXIT_FAILURE'
+
+      if test "$need_locks" = warn &&
+	 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
+	$ECHO "\
+*** ERROR, $lockfile contains:
+`cat $lockfile 2>/dev/null`
+
+but it should contain:
+$srcfile
+
+This indicates that another process is trying to use the same
+temporary object file, and libtool could not work around it because
+your compiler does not support \`-c' and \`-o' together.  If you
+repeat this compilation, it may succeed, by chance, but you had better
+avoid parallel builds (make -j) in this platform, or get a better
+compiler."
+
+	$opt_dry_run || $RM $removelist
+	exit $EXIT_FAILURE
+      fi
+
+      # Just move the object if needed, then go on to compile the next one
+      if test -n "$output_obj" && test "X$output_obj" != "X$lobj"; then
+	func_show_eval '$MV "$output_obj" "$lobj"' \
+	  'error=$?; $opt_dry_run || $RM $removelist; exit $error'
+      fi
+
+      # Allow error messages only from the first compilation.
+      if test "$suppress_opt" = yes; then
+	suppress_output=' >/dev/null 2>&1'
+      fi
+    fi
+
+    # Only build a position-dependent object if we build old libraries.
+    if test "$build_old_libs" = yes; then
+      if test "$pic_mode" != yes; then
+	# Don't build PIC code
+	command="$base_compile $qsrcfile$pie_flag"
+      else
+	command="$base_compile $qsrcfile $pic_flag"
+      fi
+      if test "$compiler_c_o" = yes; then
+	func_append command " -o $obj"
+      fi
+
+      # Suppress compiler output if we already did a PIC compilation.
+      func_append command "$suppress_output"
+      func_show_eval_locale "$command" \
+        '$opt_dry_run || $RM $removelist; exit $EXIT_FAILURE'
+
+      if test "$need_locks" = warn &&
+	 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
+	$ECHO "\
+*** ERROR, $lockfile contains:
+`cat $lockfile 2>/dev/null`
+
+but it should contain:
+$srcfile
+
+This indicates that another process is trying to use the same
+temporary object file, and libtool could not work around it because
+your compiler does not support \`-c' and \`-o' together.  If you
+repeat this compilation, it may succeed, by chance, but you had better
+avoid parallel builds (make -j) in this platform, or get a better
+compiler."
+
+	$opt_dry_run || $RM $removelist
+	exit $EXIT_FAILURE
+      fi
+
+      # Just move the object if needed
+      if test -n "$output_obj" && test "X$output_obj" != "X$obj"; then
+	func_show_eval '$MV "$output_obj" "$obj"' \
+	  'error=$?; $opt_dry_run || $RM $removelist; exit $error'
+      fi
+    fi
+
+    $opt_dry_run || {
+      func_write_libtool_object "$libobj" "$objdir/$objname" "$objname"
+
+      # Unlock the critical section if it was locked
+      if test "$need_locks" != no; then
+	removelist=$lockfile
+        $RM "$lockfile"
+      fi
+    }
+
+    exit $EXIT_SUCCESS
+}
+
+$opt_help || {
+  test "$opt_mode" = compile && func_mode_compile ${1+"$@"}
+}
+
+func_mode_help ()
+{
+    # We need to display help for each of the modes.
+    case $opt_mode in
+      "")
+        # Generic help is extracted from the usage comments
+        # at the start of this file.
+        func_help
+        ;;
+
+      clean)
+        $ECHO \
+"Usage: $progname [OPTION]... --mode=clean RM [RM-OPTION]... FILE...
+
+Remove files from the build directory.
+
+RM is the name of the program to use to delete files associated with each FILE
+(typically \`/bin/rm').  RM-OPTIONS are options (such as \`-f') to be passed
+to RM.
+
+If FILE is a libtool library, object or program, all the files associated
+with it are deleted. Otherwise, only FILE itself is deleted using RM."
+        ;;
+
+      compile)
+      $ECHO \
+"Usage: $progname [OPTION]... --mode=compile COMPILE-COMMAND... SOURCEFILE
+
+Compile a source file into a libtool library object.
+
+This mode accepts the following additional options:
+
+  -o OUTPUT-FILE    set the output file name to OUTPUT-FILE
+  -no-suppress      do not suppress compiler output for multiple passes
+  -prefer-pic       try to build PIC objects only
+  -prefer-non-pic   try to build non-PIC objects only
+  -shared           do not build a \`.o' file suitable for static linking
+  -static           only build a \`.o' file suitable for static linking
+  -Wc,FLAG          pass FLAG directly to the compiler
+
+COMPILE-COMMAND is a command to be used in creating a \`standard' object file
+from the given SOURCEFILE.
+
+The output file name is determined by removing the directory component from
+SOURCEFILE, then substituting the C source code suffix \`.c' with the
+library object suffix, \`.lo'."
+        ;;
+
+      execute)
+        $ECHO \
+"Usage: $progname [OPTION]... --mode=execute COMMAND [ARGS]...
+
+Automatically set library path, then run a program.
+
+This mode accepts the following additional options:
+
+  -dlopen FILE      add the directory containing FILE to the library path
+
+This mode sets the library path environment variable according to \`-dlopen'
+flags.
+
+If any of the ARGS are libtool executable wrappers, then they are translated
+into their corresponding uninstalled binary, and any of their required library
+directories are added to the library path.
+
+Then, COMMAND is executed, with ARGS as arguments."
+        ;;
+
+      finish)
+        $ECHO \
+"Usage: $progname [OPTION]... --mode=finish [LIBDIR]...
+
+Complete the installation of libtool libraries.
+
+Each LIBDIR is a directory that contains libtool libraries.
+
+The commands that this mode executes may require superuser privileges.  Use
+the \`--dry-run' option if you just want to see what would be executed."
+        ;;
+
+      install)
+        $ECHO \
+"Usage: $progname [OPTION]... --mode=install INSTALL-COMMAND...
+
+Install executables or libraries.
+
+INSTALL-COMMAND is the installation command.  The first component should be
+either the \`install' or \`cp' program.
+
+The following components of INSTALL-COMMAND are treated specially:
+
+  -inst-prefix-dir PREFIX-DIR  Use PREFIX-DIR as a staging area for installation
+
+The rest of the components are interpreted as arguments to that command (only
+BSD-compatible install options are recognized)."
+        ;;
+
+      link)
+        $ECHO \
+"Usage: $progname [OPTION]... --mode=link LINK-COMMAND...
+
+Link object files or libraries together to form another library, or to
+create an executable program.
+
+LINK-COMMAND is a command using the C compiler that you would use to create
+a program from several object files.
+
+The following components of LINK-COMMAND are treated specially:
+
+  -all-static       do not do any dynamic linking at all
+  -avoid-version    do not add a version suffix if possible
+  -bindir BINDIR    specify path to binaries directory (for systems where
+                    libraries must be found in the PATH setting at runtime)
+  -dlopen FILE      \`-dlpreopen' FILE if it cannot be dlopened at runtime
+  -dlpreopen FILE   link in FILE and add its symbols to lt_preloaded_symbols
+  -export-dynamic   allow symbols from OUTPUT-FILE to be resolved with dlsym(3)
+  -export-symbols SYMFILE
+                    try to export only the symbols listed in SYMFILE
+  -export-symbols-regex REGEX
+                    try to export only the symbols matching REGEX
+  -LLIBDIR          search LIBDIR for required installed libraries
+  -lNAME            OUTPUT-FILE requires the installed library libNAME
+  -module           build a library that can dlopened
+  -no-fast-install  disable the fast-install mode
+  -no-install       link a not-installable executable
+  -no-undefined     declare that a library does not refer to external symbols
+  -o OUTPUT-FILE    create OUTPUT-FILE from the specified objects
+  -objectlist FILE  Use a list of object files found in FILE to specify objects
+  -precious-files-regex REGEX
+                    don't remove output files matching REGEX
+  -release RELEASE  specify package release information
+  -rpath LIBDIR     the created library will eventually be installed in LIBDIR
+  -R[ ]LIBDIR       add LIBDIR to the runtime path of programs and libraries
+  -shared           only do dynamic linking of libtool libraries
+  -shrext SUFFIX    override the standard shared library file extension
+  -static           do not do any dynamic linking of uninstalled libtool libraries
+  -static-libtool-libs
+                    do not do any dynamic linking of libtool libraries
+  -version-info CURRENT[:REVISION[:AGE]]
+                    specify library version info [each variable defaults to 0]
+  -weak LIBNAME     declare that the target provides the LIBNAME interface
+  -Wc,FLAG
+  -Xcompiler FLAG   pass linker-specific FLAG directly to the compiler
+  -Wl,FLAG
+  -Xlinker FLAG     pass linker-specific FLAG directly to the linker
+  -XCClinker FLAG   pass link-specific FLAG to the compiler driver (CC)
+
+All other options (arguments beginning with \`-') are ignored.
+
+Every other argument is treated as a filename.  Files ending in \`.la' are
+treated as uninstalled libtool libraries, other files are standard or library
+object files.
+
+If the OUTPUT-FILE ends in \`.la', then a libtool library is created,
+only library objects (\`.lo' files) may be specified, and \`-rpath' is
+required, except when creating a convenience library.
+
+If OUTPUT-FILE ends in \`.a' or \`.lib', then a standard library is created
+using \`ar' and \`ranlib', or on Windows using \`lib'.
+
+If OUTPUT-FILE ends in \`.lo' or \`.${objext}', then a reloadable object file
+is created, otherwise an executable program is created."
+        ;;
+
+      uninstall)
+        $ECHO \
+"Usage: $progname [OPTION]... --mode=uninstall RM [RM-OPTION]... FILE...
+
+Remove libraries from an installation directory.
+
+RM is the name of the program to use to delete files associated with each FILE
+(typically \`/bin/rm').  RM-OPTIONS are options (such as \`-f') to be passed
+to RM.
+
+If FILE is a libtool library, all the files associated with it are deleted.
+Otherwise, only FILE itself is deleted using RM."
+        ;;
+
+      *)
+        func_fatal_help "invalid operation mode \`$opt_mode'"
+        ;;
+    esac
+
+    echo
+    $ECHO "Try \`$progname --help' for more information about other modes."
+}
+
+# Now that we've collected a possible --mode arg, show help if necessary
+if $opt_help; then
+  if test "$opt_help" = :; then
+    func_mode_help
+  else
+    {
+      func_help noexit
+      for opt_mode in compile link execute install finish uninstall clean; do
+	func_mode_help
+      done
+    } | sed -n '1p; 2,$s/^Usage:/  or: /p'
+    {
+      func_help noexit
+      for opt_mode in compile link execute install finish uninstall clean; do
+	echo
+	func_mode_help
+      done
+    } |
+    sed '1d
+      /^When reporting/,/^Report/{
+	H
+	d
+      }
+      $x
+      /information about other modes/d
+      /more detailed .*MODE/d
+      s/^Usage:.*--mode=\([^ ]*\) .*/Description of \1 mode:/'
+  fi
+  exit $?
+fi
+
+
+# func_mode_execute arg...
+func_mode_execute ()
+{
+    $opt_debug
+    # The first argument is the command name.
+    cmd="$nonopt"
+    test -z "$cmd" && \
+      func_fatal_help "you must specify a COMMAND"
+
+    # Handle -dlopen flags immediately.
+    for file in $opt_dlopen; do
+      test -f "$file" \
+	|| func_fatal_help "\`$file' is not a file"
+
+      dir=
+      case $file in
+      *.la)
+	func_resolve_sysroot "$file"
+	file=$func_resolve_sysroot_result
+
+	# Check to see that this really is a libtool archive.
+	func_lalib_unsafe_p "$file" \
+	  || func_fatal_help "\`$lib' is not a valid libtool archive"
+
+	# Read the libtool library.
+	dlname=
+	library_names=
+	func_source "$file"
+
+	# Skip this library if it cannot be dlopened.
+	if test -z "$dlname"; then
+	  # Warn if it was a shared library.
+	  test -n "$library_names" && \
+	    func_warning "\`$file' was not linked with \`-export-dynamic'"
+	  continue
+	fi
+
+	func_dirname "$file" "" "."
+	dir="$func_dirname_result"
+
+	if test -f "$dir/$objdir/$dlname"; then
+	  func_append dir "/$objdir"
+	else
+	  if test ! -f "$dir/$dlname"; then
+	    func_fatal_error "cannot find \`$dlname' in \`$dir' or \`$dir/$objdir'"
+	  fi
+	fi
+	;;
+
+      *.lo)
+	# Just add the directory containing the .lo file.
+	func_dirname "$file" "" "."
+	dir="$func_dirname_result"
+	;;
+
+      *)
+	func_warning "\`-dlopen' is ignored for non-libtool libraries and objects"
+	continue
+	;;
+      esac
+
+      # Get the absolute pathname.
+      absdir=`cd "$dir" && pwd`
+      test -n "$absdir" && dir="$absdir"
+
+      # Now add the directory to shlibpath_var.
+      if eval "test -z \"\$$shlibpath_var\""; then
+	eval "$shlibpath_var=\"\$dir\""
+      else
+	eval "$shlibpath_var=\"\$dir:\$$shlibpath_var\""
+      fi
+    done
+
+    # This variable tells wrapper scripts just to set shlibpath_var
+    # rather than running their programs.
+    libtool_execute_magic="$magic"
+
+    # Check if any of the arguments is a wrapper script.
+    args=
+    for file
+    do
+      case $file in
+      -* | *.la | *.lo ) ;;
+      *)
+	# Do a test to see if this is really a libtool program.
+	if func_ltwrapper_script_p "$file"; then
+	  func_source "$file"
+	  # Transform arg to wrapped name.
+	  file="$progdir/$program"
+	elif func_ltwrapper_executable_p "$file"; then
+	  func_ltwrapper_scriptname "$file"
+	  func_source "$func_ltwrapper_scriptname_result"
+	  # Transform arg to wrapped name.
+	  file="$progdir/$program"
+	fi
+	;;
+      esac
+      # Quote arguments (to preserve shell metacharacters).
+      func_append_quoted args "$file"
+    done
+
+    if test "X$opt_dry_run" = Xfalse; then
+      if test -n "$shlibpath_var"; then
+	# Export the shlibpath_var.
+	eval "export $shlibpath_var"
+      fi
+
+      # Restore saved environment variables
+      for lt_var in LANG LANGUAGE LC_ALL LC_CTYPE LC_COLLATE LC_MESSAGES
+      do
+	eval "if test \"\${save_$lt_var+set}\" = set; then
+                $lt_var=\$save_$lt_var; export $lt_var
+	      else
+		$lt_unset $lt_var
+	      fi"
+      done
+
+      # Now prepare to actually exec the command.
+      exec_cmd="\$cmd$args"
+    else
+      # Display what would be done.
+      if test -n "$shlibpath_var"; then
+	eval "\$ECHO \"\$shlibpath_var=\$$shlibpath_var\""
+	echo "export $shlibpath_var"
+      fi
+      $ECHO "$cmd$args"
+      exit $EXIT_SUCCESS
+    fi
+}
+
+test "$opt_mode" = execute && func_mode_execute ${1+"$@"}
+
+
+# func_mode_finish arg...
+func_mode_finish ()
+{
+    $opt_debug
+    libs=
+    libdirs=
+    admincmds=
+
+    for opt in "$nonopt" ${1+"$@"}
+    do
+      if test -d "$opt"; then
+	func_append libdirs " $opt"
+
+      elif test -f "$opt"; then
+	if func_lalib_unsafe_p "$opt"; then
+	  func_append libs " $opt"
+	else
+	  func_warning "\`$opt' is not a valid libtool archive"
+	fi
+
+      else
+	func_fatal_error "invalid argument \`$opt'"
+      fi
+    done
+
+    if test -n "$libs"; then
+      if test -n "$lt_sysroot"; then
+        sysroot_regex=`$ECHO "$lt_sysroot" | $SED "$sed_make_literal_regex"`
+        sysroot_cmd="s/\([ ']\)$sysroot_regex/\1/g;"
+      else
+        sysroot_cmd=
+      fi
+
+      # Remove sysroot references
+      if $opt_dry_run; then
+        for lib in $libs; do
+          echo "removing references to $lt_sysroot and \`=' prefixes from $lib"
+        done
+      else
+        tmpdir=`func_mktempdir`
+        for lib in $libs; do
+	  sed -e "${sysroot_cmd} s/\([ ']-[LR]\)=/\1/g; s/\([ ']\)=/\1/g" $lib \
+	    > $tmpdir/tmp-la
+	  mv -f $tmpdir/tmp-la $lib
+	done
+        ${RM}r "$tmpdir"
+      fi
+    fi
+
+    if test -n "$finish_cmds$finish_eval" && test -n "$libdirs"; then
+      for libdir in $libdirs; do
+	if test -n "$finish_cmds"; then
+	  # Do each command in the finish commands.
+	  func_execute_cmds "$finish_cmds" 'admincmds="$admincmds
+'"$cmd"'"'
+	fi
+	if test -n "$finish_eval"; then
+	  # Do the single finish_eval.
+	  eval cmds=\"$finish_eval\"
+	  $opt_dry_run || eval "$cmds" || func_append admincmds "
+       $cmds"
+	fi
+      done
+    fi
+
+    # Exit here if they wanted silent mode.
+    $opt_silent && exit $EXIT_SUCCESS
+
+    if test -n "$finish_cmds$finish_eval" && test -n "$libdirs"; then
+      echo "----------------------------------------------------------------------"
+      echo "Libraries have been installed in:"
+      for libdir in $libdirs; do
+	$ECHO "   $libdir"
+      done
+      echo
+      echo "If you ever happen to want to link against installed libraries"
+      echo "in a given directory, LIBDIR, you must either use libtool, and"
+      echo "specify the full pathname of the library, or use the \`-LLIBDIR'"
+      echo "flag during linking and do at least one of the following:"
+      if test -n "$shlibpath_var"; then
+	echo "   - add LIBDIR to the \`$shlibpath_var' environment variable"
+	echo "     during execution"
+      fi
+      if test -n "$runpath_var"; then
+	echo "   - add LIBDIR to the \`$runpath_var' environment variable"
+	echo "     during linking"
+      fi
+      if test -n "$hardcode_libdir_flag_spec"; then
+	libdir=LIBDIR
+	eval flag=\"$hardcode_libdir_flag_spec\"
+
+	$ECHO "   - use the \`$flag' linker flag"
+      fi
+      if test -n "$admincmds"; then
+	$ECHO "   - have your system administrator run these commands:$admincmds"
+      fi
+      if test -f /etc/ld.so.conf; then
+	echo "   - have your system administrator add LIBDIR to \`/etc/ld.so.conf'"
+      fi
+      echo
+
+      echo "See any operating system documentation about shared libraries for"
+      case $host in
+	solaris2.[6789]|solaris2.1[0-9])
+	  echo "more information, such as the ld(1), crle(1) and ld.so(8) manual"
+	  echo "pages."
+	  ;;
+	*)
+	  echo "more information, such as the ld(1) and ld.so(8) manual pages."
+	  ;;
+      esac
+      echo "----------------------------------------------------------------------"
+    fi
+    exit $EXIT_SUCCESS
+}
+
+test "$opt_mode" = finish && func_mode_finish ${1+"$@"}
+
+
+# func_mode_install arg...
+func_mode_install ()
+{
+    $opt_debug
+    # There may be an optional sh(1) argument at the beginning of
+    # install_prog (especially on Windows NT).
+    if test "$nonopt" = "$SHELL" || test "$nonopt" = /bin/sh ||
+       # Allow the use of GNU shtool's install command.
+       case $nonopt in *shtool*) :;; *) false;; esac; then
+      # Aesthetically quote it.
+      func_quote_for_eval "$nonopt"
+      install_prog="$func_quote_for_eval_result "
+      arg=$1
+      shift
+    else
+      install_prog=
+      arg=$nonopt
+    fi
+
+    # The real first argument should be the name of the installation program.
+    # Aesthetically quote it.
+    func_quote_for_eval "$arg"
+    func_append install_prog "$func_quote_for_eval_result"
+    install_shared_prog=$install_prog
+    case " $install_prog " in
+      *[\\\ /]cp\ *) install_cp=: ;;
+      *) install_cp=false ;;
+    esac
+
+    # We need to accept at least all the BSD install flags.
+    dest=
+    files=
+    opts=
+    prev=
+    install_type=
+    isdir=no
+    stripme=
+    no_mode=:
+    for arg
+    do
+      arg2=
+      if test -n "$dest"; then
+	func_append files " $dest"
+	dest=$arg
+	continue
+      fi
+
+      case $arg in
+      -d) isdir=yes ;;
+      -f)
+	if $install_cp; then :; else
+	  prev=$arg
+	fi
+	;;
+      -g | -m | -o)
+	prev=$arg
+	;;
+      -s)
+	stripme=" -s"
+	continue
+	;;
+      -*)
+	;;
+      *)
+	# If the previous option needed an argument, then skip it.
+	if test -n "$prev"; then
+	  if test "x$prev" = x-m && test -n "$install_override_mode"; then
+	    arg2=$install_override_mode
+	    no_mode=false
+	  fi
+	  prev=
+	else
+	  dest=$arg
+	  continue
+	fi
+	;;
+      esac
+
+      # Aesthetically quote the argument.
+      func_quote_for_eval "$arg"
+      func_append install_prog " $func_quote_for_eval_result"
+      if test -n "$arg2"; then
+	func_quote_for_eval "$arg2"
+      fi
+      func_append install_shared_prog " $func_quote_for_eval_result"
+    done
+
+    test -z "$install_prog" && \
+      func_fatal_help "you must specify an install program"
+
+    test -n "$prev" && \
+      func_fatal_help "the \`$prev' option requires an argument"
+
+    if test -n "$install_override_mode" && $no_mode; then
+      if $install_cp; then :; else
+	func_quote_for_eval "$install_override_mode"
+	func_append install_shared_prog " -m $func_quote_for_eval_result"
+      fi
+    fi
+
+    if test -z "$files"; then
+      if test -z "$dest"; then
+	func_fatal_help "no file or destination specified"
+      else
+	func_fatal_help "you must specify a destination"
+      fi
+    fi
+
+    # Strip any trailing slash from the destination.
+    func_stripname '' '/' "$dest"
+    dest=$func_stripname_result
+
+    # Check to see that the destination is a directory.
+    test -d "$dest" && isdir=yes
+    if test "$isdir" = yes; then
+      destdir="$dest"
+      destname=
+    else
+      func_dirname_and_basename "$dest" "" "."
+      destdir="$func_dirname_result"
+      destname="$func_basename_result"
+
+      # Not a directory, so check to see that there is only one file specified.
+      set dummy $files; shift
+      test "$#" -gt 1 && \
+	func_fatal_help "\`$dest' is not a directory"
+    fi
+    case $destdir in
+    [\\/]* | [A-Za-z]:[\\/]*) ;;
+    *)
+      for file in $files; do
+	case $file in
+	*.lo) ;;
+	*)
+	  func_fatal_help "\`$destdir' must be an absolute directory name"
+	  ;;
+	esac
+      done
+      ;;
+    esac
+
+    # This variable tells wrapper scripts just to set variables rather
+    # than running their programs.
+    libtool_install_magic="$magic"
+
+    staticlibs=
+    future_libdirs=
+    current_libdirs=
+    for file in $files; do
+
+      # Do each installation.
+      case $file in
+      *.$libext)
+	# Do the static libraries later.
+	func_append staticlibs " $file"
+	;;
+
+      *.la)
+	func_resolve_sysroot "$file"
+	file=$func_resolve_sysroot_result
+
+	# Check to see that this really is a libtool archive.
+	func_lalib_unsafe_p "$file" \
+	  || func_fatal_help "\`$file' is not a valid libtool archive"
+
+	library_names=
+	old_library=
+	relink_command=
+	func_source "$file"
+
+	# Add the libdir to current_libdirs if it is the destination.
+	if test "X$destdir" = "X$libdir"; then
+	  case "$current_libdirs " in
+	  *" $libdir "*) ;;
+	  *) func_append current_libdirs " $libdir" ;;
+	  esac
+	else
+	  # Note the libdir as a future libdir.
+	  case "$future_libdirs " in
+	  *" $libdir "*) ;;
+	  *) func_append future_libdirs " $libdir" ;;
+	  esac
+	fi
+
+	func_dirname "$file" "/" ""
+	dir="$func_dirname_result"
+	func_append dir "$objdir"
+
+	if test -n "$relink_command"; then
+	  # Determine the prefix the user has applied to our future dir.
+	  inst_prefix_dir=`$ECHO "$destdir" | $SED -e "s%$libdir\$%%"`
+
+	  # Don't allow the user to place us outside of our expected
+	  # location b/c this prevents finding dependent libraries that
+	  # are installed to the same prefix.
+	  # At present, this check doesn't affect windows .dll's that
+	  # are installed into $libdir/../bin (currently, that works fine)
+	  # but it's something to keep an eye on.
+	  test "$inst_prefix_dir" = "$destdir" && \
+	    func_fatal_error "error: cannot install \`$file' to a directory not ending in $libdir"
+
+	  if test -n "$inst_prefix_dir"; then
+	    # Stick the inst_prefix_dir data into the link command.
+	    relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%-inst-prefix-dir $inst_prefix_dir%"`
+	  else
+	    relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%%"`
+	  fi
+
+	  func_warning "relinking \`$file'"
+	  func_show_eval "$relink_command" \
+	    'func_fatal_error "error: relink \`$file'\'' with the above command before installing it"'
+	fi
+
+	# See the names of the shared library.
+	set dummy $library_names; shift
+	if test -n "$1"; then
+	  realname="$1"
+	  shift
+
+	  srcname="$realname"
+	  test -n "$relink_command" && srcname="$realname"T
+
+	  # Install the shared library and build the symlinks.
+	  func_show_eval "$install_shared_prog $dir/$srcname $destdir/$realname" \
+	      'exit $?'
+	  tstripme="$stripme"
+	  case $host_os in
+	  cygwin* | mingw* | pw32* | cegcc*)
+	    case $realname in
+	    *.dll.a)
+	      tstripme=""
+	      ;;
+	    esac
+	    ;;
+	  esac
+	  if test -n "$tstripme" && test -n "$striplib"; then
+	    func_show_eval "$striplib $destdir/$realname" 'exit $?'
+	  fi
+
+	  if test "$#" -gt 0; then
+	    # Delete the old symlinks, and create new ones.
+	    # Try `ln -sf' first, because the `ln' binary might depend on
+	    # the symlink we replace!  Solaris /bin/ln does not understand -f,
+	    # so we also need to try rm && ln -s.
+	    for linkname
+	    do
+	      test "$linkname" != "$realname" \
+		&& func_show_eval "(cd $destdir && { $LN_S -f $realname $linkname || { $RM $linkname && $LN_S $realname $linkname; }; })"
+	    done
+	  fi
+
+	  # Do each command in the postinstall commands.
+	  lib="$destdir/$realname"
+	  func_execute_cmds "$postinstall_cmds" 'exit $?'
+	fi
+
+	# Install the pseudo-library for information purposes.
+	func_basename "$file"
+	name="$func_basename_result"
+	instname="$dir/$name"i
+	func_show_eval "$install_prog $instname $destdir/$name" 'exit $?'
+
+	# Maybe install the static library, too.
+	test -n "$old_library" && func_append staticlibs " $dir/$old_library"
+	;;
+
+      *.lo)
+	# Install (i.e. copy) a libtool object.
+
+	# Figure out destination file name, if it wasn't already specified.
+	if test -n "$destname"; then
+	  destfile="$destdir/$destname"
+	else
+	  func_basename "$file"
+	  destfile="$func_basename_result"
+	  destfile="$destdir/$destfile"
+	fi
+
+	# Deduce the name of the destination old-style object file.
+	case $destfile in
+	*.lo)
+	  func_lo2o "$destfile"
+	  staticdest=$func_lo2o_result
+	  ;;
+	*.$objext)
+	  staticdest="$destfile"
+	  destfile=
+	  ;;
+	*)
+	  func_fatal_help "cannot copy a libtool object to \`$destfile'"
+	  ;;
+	esac
+
+	# Install the libtool object if requested.
+	test -n "$destfile" && \
+	  func_show_eval "$install_prog $file $destfile" 'exit $?'
+
+	# Install the old object if enabled.
+	if test "$build_old_libs" = yes; then
+	  # Deduce the name of the old-style object file.
+	  func_lo2o "$file"
+	  staticobj=$func_lo2o_result
+	  func_show_eval "$install_prog \$staticobj \$staticdest" 'exit $?'
+	fi
+	exit $EXIT_SUCCESS
+	;;
+
+      *)
+	# Figure out destination file name, if it wasn't already specified.
+	if test -n "$destname"; then
+	  destfile="$destdir/$destname"
+	else
+	  func_basename "$file"
+	  destfile="$func_basename_result"
+	  destfile="$destdir/$destfile"
+	fi
+
+	# If the file is missing, and there is a .exe on the end, strip it
+	# because it is most likely a libtool script we actually want to
+	# install
+	stripped_ext=""
+	case $file in
+	  *.exe)
+	    if test ! -f "$file"; then
+	      func_stripname '' '.exe' "$file"
+	      file=$func_stripname_result
+	      stripped_ext=".exe"
+	    fi
+	    ;;
+	esac
+
+	# Do a test to see if this is really a libtool program.
+	case $host in
+	*cygwin* | *mingw*)
+	    if func_ltwrapper_executable_p "$file"; then
+	      func_ltwrapper_scriptname "$file"
+	      wrapper=$func_ltwrapper_scriptname_result
+	    else
+	      func_stripname '' '.exe' "$file"
+	      wrapper=$func_stripname_result
+	    fi
+	    ;;
+	*)
+	    wrapper=$file
+	    ;;
+	esac
+	if func_ltwrapper_script_p "$wrapper"; then
+	  notinst_deplibs=
+	  relink_command=
+
+	  func_source "$wrapper"
+
+	  # Check the variables that should have been set.
+	  test -z "$generated_by_libtool_version" && \
+	    func_fatal_error "invalid libtool wrapper script \`$wrapper'"
+
+	  finalize=yes
+	  for lib in $notinst_deplibs; do
+	    # Check to see that each library is installed.
+	    libdir=
+	    if test -f "$lib"; then
+	      func_source "$lib"
+	    fi
+	    libfile="$libdir/"`$ECHO "$lib" | $SED 's%^.*/%%g'` ### testsuite: skip nested quoting test
+	    if test -n "$libdir" && test ! -f "$libfile"; then
+	      func_warning "\`$lib' has not been installed in \`$libdir'"
+	      finalize=no
+	    fi
+	  done
+
+	  relink_command=
+	  func_source "$wrapper"
+
+	  outputname=
+	  if test "$fast_install" = no && test -n "$relink_command"; then
+	    $opt_dry_run || {
+	      if test "$finalize" = yes; then
+	        tmpdir=`func_mktempdir`
+		func_basename "$file$stripped_ext"
+		file="$func_basename_result"
+	        outputname="$tmpdir/$file"
+	        # Replace the output file specification.
+	        relink_command=`$ECHO "$relink_command" | $SED 's%@OUTPUT@%'"$outputname"'%g'`
+
+	        $opt_silent || {
+	          func_quote_for_expand "$relink_command"
+		  eval "func_echo $func_quote_for_expand_result"
+	        }
+	        if eval "$relink_command"; then :
+	          else
+		  func_error "error: relink \`$file' with the above command before installing it"
+		  $opt_dry_run || ${RM}r "$tmpdir"
+		  continue
+	        fi
+	        file="$outputname"
+	      else
+	        func_warning "cannot relink \`$file'"
+	      fi
+	    }
+	  else
+	    # Install the binary that we compiled earlier.
+	    file=`$ECHO "$file$stripped_ext" | $SED "s%\([^/]*\)$%$objdir/\1%"`
+	  fi
+	fi
+
+	# remove .exe since cygwin /usr/bin/install will append another
+	# one anyway
+	case $install_prog,$host in
+	*/usr/bin/install*,*cygwin*)
+	  case $file:$destfile in
+	  *.exe:*.exe)
+	    # this is ok
+	    ;;
+	  *.exe:*)
+	    destfile=$destfile.exe
+	    ;;
+	  *:*.exe)
+	    func_stripname '' '.exe' "$destfile"
+	    destfile=$func_stripname_result
+	    ;;
+	  esac
+	  ;;
+	esac
+	func_show_eval "$install_prog\$stripme \$file \$destfile" 'exit $?'
+	$opt_dry_run || if test -n "$outputname"; then
+	  ${RM}r "$tmpdir"
+	fi
+	;;
+      esac
+    done
+
+    for file in $staticlibs; do
+      func_basename "$file"
+      name="$func_basename_result"
+
+      # Set up the ranlib parameters.
+      oldlib="$destdir/$name"
+      func_to_tool_file "$oldlib" func_convert_file_msys_to_w32
+      tool_oldlib=$func_to_tool_file_result
+
+      func_show_eval "$install_prog \$file \$oldlib" 'exit $?'
+
+      if test -n "$stripme" && test -n "$old_striplib"; then
+	func_show_eval "$old_striplib $tool_oldlib" 'exit $?'
+      fi
+
+      # Do each command in the postinstall commands.
+      func_execute_cmds "$old_postinstall_cmds" 'exit $?'
+    done
+
+    test -n "$future_libdirs" && \
+      func_warning "remember to run \`$progname --finish$future_libdirs'"
+
+    if test -n "$current_libdirs"; then
+      # Maybe just do a dry run.
+      $opt_dry_run && current_libdirs=" -n$current_libdirs"
+      exec_cmd='$SHELL $progpath $preserve_args --finish$current_libdirs'
+    else
+      exit $EXIT_SUCCESS
+    fi
+}
+
+test "$opt_mode" = install && func_mode_install ${1+"$@"}
+
+
+# func_generate_dlsyms outputname originator pic_p
+# Extract symbols from dlprefiles and create ${outputname}S.o with
+# a dlpreopen symbol table.
+func_generate_dlsyms ()
+{
+    $opt_debug
+    my_outputname="$1"
+    my_originator="$2"
+    my_pic_p="${3-no}"
+    my_prefix=`$ECHO "$my_originator" | sed 's%[^a-zA-Z0-9]%_%g'`
+    my_dlsyms=
+
+    if test -n "$dlfiles$dlprefiles" || test "$dlself" != no; then
+      if test -n "$NM" && test -n "$global_symbol_pipe"; then
+	my_dlsyms="${my_outputname}S.c"
+      else
+	func_error "not configured to extract global symbols from dlpreopened files"
+      fi
+    fi
+
+    if test -n "$my_dlsyms"; then
+      case $my_dlsyms in
+      "") ;;
+      *.c)
+	# Discover the nlist of each of the dlfiles.
+	nlist="$output_objdir/${my_outputname}.nm"
+
+	func_show_eval "$RM $nlist ${nlist}S ${nlist}T"
+
+	# Parse the name list into a source file.
+	func_verbose "creating $output_objdir/$my_dlsyms"
+
+	$opt_dry_run || $ECHO > "$output_objdir/$my_dlsyms" "\
+/* $my_dlsyms - symbol resolution table for \`$my_outputname' dlsym emulation. */
+/* Generated by $PROGRAM (GNU $PACKAGE$TIMESTAMP) $VERSION */
+
+#ifdef __cplusplus
+extern \"C\" {
+#endif
+
+#if defined(__GNUC__) && (((__GNUC__ == 4) && (__GNUC_MINOR__ >= 4)) || (__GNUC__ > 4))
+#pragma GCC diagnostic ignored \"-Wstrict-prototypes\"
+#endif
+
+/* Keep this code in sync between libtool.m4, ltmain, lt_system.h, and tests.  */
+#if defined(_WIN32) || defined(__CYGWIN__) || defined(_WIN32_WCE)
+/* DATA imports from DLLs on WIN32 con't be const, because runtime
+   relocations are performed -- see ld's documentation on pseudo-relocs.  */
+# define LT_DLSYM_CONST
+#elif defined(__osf__)
+/* This system does not cope well with relocations in const data.  */
+# define LT_DLSYM_CONST
+#else
+# define LT_DLSYM_CONST const
+#endif
+
+/* External symbol declarations for the compiler. */\
+"
+
+	if test "$dlself" = yes; then
+	  func_verbose "generating symbol list for \`$output'"
+
+	  $opt_dry_run || echo ': @PROGRAM@ ' > "$nlist"
+
+	  # Add our own program objects to the symbol list.
+	  progfiles=`$ECHO "$objs$old_deplibs" | $SP2NL | $SED "$lo2o" | $NL2SP`
+	  for progfile in $progfiles; do
+	    func_to_tool_file "$progfile" func_convert_file_msys_to_w32
+	    func_verbose "extracting global C symbols from \`$func_to_tool_file_result'"
+	    $opt_dry_run || eval "$NM $func_to_tool_file_result | $global_symbol_pipe >> '$nlist'"
+	  done
+
+	  if test -n "$exclude_expsyms"; then
+	    $opt_dry_run || {
+	      eval '$EGREP -v " ($exclude_expsyms)$" "$nlist" > "$nlist"T'
+	      eval '$MV "$nlist"T "$nlist"'
+	    }
+	  fi
+
+	  if test -n "$export_symbols_regex"; then
+	    $opt_dry_run || {
+	      eval '$EGREP -e "$export_symbols_regex" "$nlist" > "$nlist"T'
+	      eval '$MV "$nlist"T "$nlist"'
+	    }
+	  fi
+
+	  # Prepare the list of exported symbols
+	  if test -z "$export_symbols"; then
+	    export_symbols="$output_objdir/$outputname.exp"
+	    $opt_dry_run || {
+	      $RM $export_symbols
+	      eval "${SED} -n -e '/^: @PROGRAM@ $/d' -e 's/^.* \(.*\)$/\1/p' "'< "$nlist" > "$export_symbols"'
+	      case $host in
+	      *cygwin* | *mingw* | *cegcc* )
+                eval "echo EXPORTS "'> "$output_objdir/$outputname.def"'
+                eval 'cat "$export_symbols" >> "$output_objdir/$outputname.def"'
+	        ;;
+	      esac
+	    }
+	  else
+	    $opt_dry_run || {
+	      eval "${SED} -e 's/\([].[*^$]\)/\\\\\1/g' -e 's/^/ /' -e 's/$/$/'"' < "$export_symbols" > "$output_objdir/$outputname.exp"'
+	      eval '$GREP -f "$output_objdir/$outputname.exp" < "$nlist" > "$nlist"T'
+	      eval '$MV "$nlist"T "$nlist"'
+	      case $host in
+	        *cygwin* | *mingw* | *cegcc* )
+	          eval "echo EXPORTS "'> "$output_objdir/$outputname.def"'
+	          eval 'cat "$nlist" >> "$output_objdir/$outputname.def"'
+	          ;;
+	      esac
+	    }
+	  fi
+	fi
+
+	for dlprefile in $dlprefiles; do
+	  func_verbose "extracting global C symbols from \`$dlprefile'"
+	  func_basename "$dlprefile"
+	  name="$func_basename_result"
+          case $host in
+	    *cygwin* | *mingw* | *cegcc* )
+	      # if an import library, we need to obtain dlname
+	      if func_win32_import_lib_p "$dlprefile"; then
+	        func_tr_sh "$dlprefile"
+	        eval "curr_lafile=\$libfile_$func_tr_sh_result"
+	        dlprefile_dlbasename=""
+	        if test -n "$curr_lafile" && func_lalib_p "$curr_lafile"; then
+	          # Use subshell, to avoid clobbering current variable values
+	          dlprefile_dlname=`source "$curr_lafile" && echo "$dlname"`
+	          if test -n "$dlprefile_dlname" ; then
+	            func_basename "$dlprefile_dlname"
+	            dlprefile_dlbasename="$func_basename_result"
+	          else
+	            # no lafile. user explicitly requested -dlpreopen <import library>.
+	            $sharedlib_from_linklib_cmd "$dlprefile"
+	            dlprefile_dlbasename=$sharedlib_from_linklib_result
+	          fi
+	        fi
+	        $opt_dry_run || {
+	          if test -n "$dlprefile_dlbasename" ; then
+	            eval '$ECHO ": $dlprefile_dlbasename" >> "$nlist"'
+	          else
+	            func_warning "Could not compute DLL name from $name"
+	            eval '$ECHO ": $name " >> "$nlist"'
+	          fi
+	          func_to_tool_file "$dlprefile" func_convert_file_msys_to_w32
+	          eval "$NM \"$func_to_tool_file_result\" 2>/dev/null | $global_symbol_pipe |
+	            $SED -e '/I __imp/d' -e 's/I __nm_/D /;s/_nm__//' >> '$nlist'"
+	        }
+	      else # not an import lib
+	        $opt_dry_run || {
+	          eval '$ECHO ": $name " >> "$nlist"'
+	          func_to_tool_file "$dlprefile" func_convert_file_msys_to_w32
+	          eval "$NM \"$func_to_tool_file_result\" 2>/dev/null | $global_symbol_pipe >> '$nlist'"
+	        }
+	      fi
+	    ;;
+	    *)
+	      $opt_dry_run || {
+	        eval '$ECHO ": $name " >> "$nlist"'
+	        func_to_tool_file "$dlprefile" func_convert_file_msys_to_w32
+	        eval "$NM \"$func_to_tool_file_result\" 2>/dev/null | $global_symbol_pipe >> '$nlist'"
+	      }
+	    ;;
+          esac
+	done
+
+	$opt_dry_run || {
+	  # Make sure we have at least an empty file.
+	  test -f "$nlist" || : > "$nlist"
+
+	  if test -n "$exclude_expsyms"; then
+	    $EGREP -v " ($exclude_expsyms)$" "$nlist" > "$nlist"T
+	    $MV "$nlist"T "$nlist"
+	  fi
+
+	  # Try sorting and uniquifying the output.
+	  if $GREP -v "^: " < "$nlist" |
+	      if sort -k 3 </dev/null >/dev/null 2>&1; then
+		sort -k 3
+	      else
+		sort +2
+	      fi |
+	      uniq > "$nlist"S; then
+	    :
+	  else
+	    $GREP -v "^: " < "$nlist" > "$nlist"S
+	  fi
+
+	  if test -f "$nlist"S; then
+	    eval "$global_symbol_to_cdecl"' < "$nlist"S >> "$output_objdir/$my_dlsyms"'
+	  else
+	    echo '/* NONE */' >> "$output_objdir/$my_dlsyms"
+	  fi
+
+	  echo >> "$output_objdir/$my_dlsyms" "\
+
+/* The mapping between symbol names and symbols.  */
+typedef struct {
+  const char *name;
+  void *address;
+} lt_dlsymlist;
+extern LT_DLSYM_CONST lt_dlsymlist
+lt_${my_prefix}_LTX_preloaded_symbols[];
+LT_DLSYM_CONST lt_dlsymlist
+lt_${my_prefix}_LTX_preloaded_symbols[] =
+{\
+  { \"$my_originator\", (void *) 0 },"
+
+	  case $need_lib_prefix in
+	  no)
+	    eval "$global_symbol_to_c_name_address" < "$nlist" >> "$output_objdir/$my_dlsyms"
+	    ;;
+	  *)
+	    eval "$global_symbol_to_c_name_address_lib_prefix" < "$nlist" >> "$output_objdir/$my_dlsyms"
+	    ;;
+	  esac
+	  echo >> "$output_objdir/$my_dlsyms" "\
+  {0, (void *) 0}
+};
+
+/* This works around a problem in FreeBSD linker */
+#ifdef FREEBSD_WORKAROUND
+static const void *lt_preloaded_setup() {
+  return lt_${my_prefix}_LTX_preloaded_symbols;
+}
+#endif
+
+#ifdef __cplusplus
+}
+#endif\
+"
+	} # !$opt_dry_run
+
+	pic_flag_for_symtable=
+	case "$compile_command " in
+	*" -static "*) ;;
+	*)
+	  case $host in
+	  # compiling the symbol table file with pic_flag works around
+	  # a FreeBSD bug that causes programs to crash when -lm is
+	  # linked before any other PIC object.  But we must not use
+	  # pic_flag when linking with -static.  The problem exists in
+	  # FreeBSD 2.2.6 and is fixed in FreeBSD 3.1.
+	  *-*-freebsd2.*|*-*-freebsd3.0*|*-*-freebsdelf3.0*)
+	    pic_flag_for_symtable=" $pic_flag -DFREEBSD_WORKAROUND" ;;
+	  *-*-hpux*)
+	    pic_flag_for_symtable=" $pic_flag"  ;;
+	  *)
+	    if test "X$my_pic_p" != Xno; then
+	      pic_flag_for_symtable=" $pic_flag"
+	    fi
+	    ;;
+	  esac
+	  ;;
+	esac
+	symtab_cflags=
+	for arg in $LTCFLAGS; do
+	  case $arg in
+	  -pie | -fpie | -fPIE) ;;
+	  *) func_append symtab_cflags " $arg" ;;
+	  esac
+	done
+
+	# Now compile the dynamic symbol file.
+	func_show_eval '(cd $output_objdir && $LTCC$symtab_cflags -c$no_builtin_flag$pic_flag_for_symtable "$my_dlsyms")' 'exit $?'
+
+	# Clean up the generated files.
+	func_show_eval '$RM "$output_objdir/$my_dlsyms" "$nlist" "${nlist}S" "${nlist}T"'
+
+	# Transform the symbol file into the correct name.
+	symfileobj="$output_objdir/${my_outputname}S.$objext"
+	case $host in
+	*cygwin* | *mingw* | *cegcc* )
+	  if test -f "$output_objdir/$my_outputname.def"; then
+	    compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"`
+	    finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"`
+	  else
+	    compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"`
+	    finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"`
+	  fi
+	  ;;
+	*)
+	  compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"`
+	  finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"`
+	  ;;
+	esac
+	;;
+      *)
+	func_fatal_error "unknown suffix for \`$my_dlsyms'"
+	;;
+      esac
+    else
+      # We keep going just in case the user didn't refer to
+      # lt_preloaded_symbols.  The linker will fail if global_symbol_pipe
+      # really was required.
+
+      # Nullify the symbol file.
+      compile_command=`$ECHO "$compile_command" | $SED "s% @SYMFILE@%%"`
+      finalize_command=`$ECHO "$finalize_command" | $SED "s% @SYMFILE@%%"`
+    fi
+}
+
+# func_win32_libid arg
+# return the library type of file 'arg'
+#
+# Need a lot of goo to handle *both* DLLs and import libs
+# Has to be a shell function in order to 'eat' the argument
+# that is supplied when $file_magic_command is called.
+# Despite the name, also deal with 64 bit binaries.
+func_win32_libid ()
+{
+  $opt_debug
+  win32_libid_type="unknown"
+  win32_fileres=`file -L $1 2>/dev/null`
+  case $win32_fileres in
+  *ar\ archive\ import\ library*) # definitely import
+    win32_libid_type="x86 archive import"
+    ;;
+  *ar\ archive*) # could be an import, or static
+    # Keep the egrep pattern in sync with the one in _LT_CHECK_MAGIC_METHOD.
+    if eval $OBJDUMP -f $1 | $SED -e '10q' 2>/dev/null |
+       $EGREP 'file format (pei*-i386(.*architecture: i386)?|pe-arm-wince|pe-x86-64)' >/dev/null; then
+      func_to_tool_file "$1" func_convert_file_msys_to_w32
+      win32_nmres=`eval $NM -f posix -A \"$func_to_tool_file_result\" |
+	$SED -n -e '
+	    1,100{
+		/ I /{
+		    s,.*,import,
+		    p
+		    q
+		}
+	    }'`
+      case $win32_nmres in
+      import*)  win32_libid_type="x86 archive import";;
+      *)        win32_libid_type="x86 archive static";;
+      esac
+    fi
+    ;;
+  *DLL*)
+    win32_libid_type="x86 DLL"
+    ;;
+  *executable*) # but shell scripts are "executable" too...
+    case $win32_fileres in
+    *MS\ Windows\ PE\ Intel*)
+      win32_libid_type="x86 DLL"
+      ;;
+    esac
+    ;;
+  esac
+  $ECHO "$win32_libid_type"
+}
+
+# func_cygming_dll_for_implib ARG
+#
+# Platform-specific function to extract the
+# name of the DLL associated with the specified
+# import library ARG.
+# Invoked by eval'ing the libtool variable
+#    $sharedlib_from_linklib_cmd
+# Result is available in the variable
+#    $sharedlib_from_linklib_result
+func_cygming_dll_for_implib ()
+{
+  $opt_debug
+  sharedlib_from_linklib_result=`$DLLTOOL --identify-strict --identify "$1"`
+}
+
+# func_cygming_dll_for_implib_fallback_core SECTION_NAME LIBNAMEs
+#
+# The is the core of a fallback implementation of a
+# platform-specific function to extract the name of the
+# DLL associated with the specified import library LIBNAME.
+#
+# SECTION_NAME is either .idata$6 or .idata$7, depending
+# on the platform and compiler that created the implib.
+#
+# Echos the name of the DLL associated with the
+# specified import library.
+func_cygming_dll_for_implib_fallback_core ()
+{
+  $opt_debug
+  match_literal=`$ECHO "$1" | $SED "$sed_make_literal_regex"`
+  $OBJDUMP -s --section "$1" "$2" 2>/dev/null |
+    $SED '/^Contents of section '"$match_literal"':/{
+      # Place marker at beginning of archive member dllname section
+      s/.*/====MARK====/
+      p
+      d
+    }
+    # These lines can sometimes be longer than 43 characters, but
+    # are always uninteresting
+    /:[	 ]*file format pe[i]\{,1\}-/d
+    /^In archive [^:]*:/d
+    # Ensure marker is printed
+    /^====MARK====/p
+    # Remove all lines with less than 43 characters
+    /^.\{43\}/!d
+    # From remaining lines, remove first 43 characters
+    s/^.\{43\}//' |
+    $SED -n '
+      # Join marker and all lines until next marker into a single line
+      /^====MARK====/ b para
+      H
+      $ b para
+      b
+      :para
+      x
+      s/\n//g
+      # Remove the marker
+      s/^====MARK====//
+      # Remove trailing dots and whitespace
+      s/[\. \t]*$//
+      # Print
+      /./p' |
+    # we now have a list, one entry per line, of the stringified
+    # contents of the appropriate section of all members of the
+    # archive which possess that section. Heuristic: eliminate
+    # all those which have a first or second character that is
+    # a '.' (that is, objdump's representation of an unprintable
+    # character.) This should work for all archives with less than
+    # 0x302f exports -- but will fail for DLLs whose name actually
+    # begins with a literal '.' or a single character followed by
+    # a '.'.
+    #
+    # Of those that remain, print the first one.
+    $SED -e '/^\./d;/^.\./d;q'
+}
+
+# func_cygming_gnu_implib_p ARG
+# This predicate returns with zero status (TRUE) if
+# ARG is a GNU/binutils-style import library. Returns
+# with nonzero status (FALSE) otherwise.
+func_cygming_gnu_implib_p ()
+{
+  $opt_debug
+  func_to_tool_file "$1" func_convert_file_msys_to_w32
+  func_cygming_gnu_implib_tmp=`$NM "$func_to_tool_file_result" | eval "$global_symbol_pipe" | $EGREP ' (_head_[A-Za-z0-9_]+_[ad]l*|[A-Za-z0-9_]+_[ad]l*_iname)$'`
+  test -n "$func_cygming_gnu_implib_tmp"
+}
+
+# func_cygming_ms_implib_p ARG
+# This predicate returns with zero status (TRUE) if
+# ARG is an MS-style import library. Returns
+# with nonzero status (FALSE) otherwise.
+func_cygming_ms_implib_p ()
+{
+  $opt_debug
+  func_to_tool_file "$1" func_convert_file_msys_to_w32
+  func_cygming_ms_implib_tmp=`$NM "$func_to_tool_file_result" | eval "$global_symbol_pipe" | $GREP '_NULL_IMPORT_DESCRIPTOR'`
+  test -n "$func_cygming_ms_implib_tmp"
+}
+
+# func_cygming_dll_for_implib_fallback ARG
+# Platform-specific function to extract the
+# name of the DLL associated with the specified
+# import library ARG.
+#
+# This fallback implementation is for use when $DLLTOOL
+# does not support the --identify-strict option.
+# Invoked by eval'ing the libtool variable
+#    $sharedlib_from_linklib_cmd
+# Result is available in the variable
+#    $sharedlib_from_linklib_result
+func_cygming_dll_for_implib_fallback ()
+{
+  $opt_debug
+  if func_cygming_gnu_implib_p "$1" ; then
+    # binutils import library
+    sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$7' "$1"`
+  elif func_cygming_ms_implib_p "$1" ; then
+    # ms-generated import library
+    sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$6' "$1"`
+  else
+    # unknown
+    sharedlib_from_linklib_result=""
+  fi
+}
+
+
+# func_extract_an_archive dir oldlib
+func_extract_an_archive ()
+{
+    $opt_debug
+    f_ex_an_ar_dir="$1"; shift
+    f_ex_an_ar_oldlib="$1"
+    if test "$lock_old_archive_extraction" = yes; then
+      lockfile=$f_ex_an_ar_oldlib.lock
+      until $opt_dry_run || ln "$progpath" "$lockfile" 2>/dev/null; do
+	func_echo "Waiting for $lockfile to be removed"
+	sleep 2
+      done
+    fi
+    func_show_eval "(cd \$f_ex_an_ar_dir && $AR x \"\$f_ex_an_ar_oldlib\")" \
+		   'stat=$?; rm -f "$lockfile"; exit $stat'
+    if test "$lock_old_archive_extraction" = yes; then
+      $opt_dry_run || rm -f "$lockfile"
+    fi
+    if ($AR t "$f_ex_an_ar_oldlib" | sort | sort -uc >/dev/null 2>&1); then
+     :
+    else
+      func_fatal_error "object name conflicts in archive: $f_ex_an_ar_dir/$f_ex_an_ar_oldlib"
+    fi
+}
+
+
+# func_extract_archives gentop oldlib ...
+func_extract_archives ()
+{
+    $opt_debug
+    my_gentop="$1"; shift
+    my_oldlibs=${1+"$@"}
+    my_oldobjs=""
+    my_xlib=""
+    my_xabs=""
+    my_xdir=""
+
+    for my_xlib in $my_oldlibs; do
+      # Extract the objects.
+      case $my_xlib in
+	[\\/]* | [A-Za-z]:[\\/]*) my_xabs="$my_xlib" ;;
+	*) my_xabs=`pwd`"/$my_xlib" ;;
+      esac
+      func_basename "$my_xlib"
+      my_xlib="$func_basename_result"
+      my_xlib_u=$my_xlib
+      while :; do
+        case " $extracted_archives " in
+	*" $my_xlib_u "*)
+	  func_arith $extracted_serial + 1
+	  extracted_serial=$func_arith_result
+	  my_xlib_u=lt$extracted_serial-$my_xlib ;;
+	*) break ;;
+	esac
+      done
+      extracted_archives="$extracted_archives $my_xlib_u"
+      my_xdir="$my_gentop/$my_xlib_u"
+
+      func_mkdir_p "$my_xdir"
+
+      case $host in
+      *-darwin*)
+	func_verbose "Extracting $my_xabs"
+	# Do not bother doing anything if just a dry run
+	$opt_dry_run || {
+	  darwin_orig_dir=`pwd`
+	  cd $my_xdir || exit $?
+	  darwin_archive=$my_xabs
+	  darwin_curdir=`pwd`
+	  darwin_base_archive=`basename "$darwin_archive"`
+	  darwin_arches=`$LIPO -info "$darwin_archive" 2>/dev/null | $GREP Architectures 2>/dev/null || true`
+	  if test -n "$darwin_arches"; then
+	    darwin_arches=`$ECHO "$darwin_arches" | $SED -e 's/.*are://'`
+	    darwin_arch=
+	    func_verbose "$darwin_base_archive has multiple architectures $darwin_arches"
+	    for darwin_arch in  $darwin_arches ; do
+	      func_mkdir_p "unfat-$$/${darwin_base_archive}-${darwin_arch}"
+	      $LIPO -thin $darwin_arch -output "unfat-$$/${darwin_base_archive}-${darwin_arch}/${darwin_base_archive}" "${darwin_archive}"
+	      cd "unfat-$$/${darwin_base_archive}-${darwin_arch}"
+	      func_extract_an_archive "`pwd`" "${darwin_base_archive}"
+	      cd "$darwin_curdir"
+	      $RM "unfat-$$/${darwin_base_archive}-${darwin_arch}/${darwin_base_archive}"
+	    done # $darwin_arches
+            ## Okay now we've a bunch of thin objects, gotta fatten them up :)
+	    darwin_filelist=`find unfat-$$ -type f -name \*.o -print -o -name \*.lo -print | $SED -e "$basename" | sort -u`
+	    darwin_file=
+	    darwin_files=
+	    for darwin_file in $darwin_filelist; do
+	      darwin_files=`find unfat-$$ -name $darwin_file -print | sort | $NL2SP`
+	      $LIPO -create -output "$darwin_file" $darwin_files
+	    done # $darwin_filelist
+	    $RM -rf unfat-$$
+	    cd "$darwin_orig_dir"
+	  else
+	    cd $darwin_orig_dir
+	    func_extract_an_archive "$my_xdir" "$my_xabs"
+	  fi # $darwin_arches
+	} # !$opt_dry_run
+	;;
+      *)
+        func_extract_an_archive "$my_xdir" "$my_xabs"
+	;;
+      esac
+      my_oldobjs="$my_oldobjs "`find $my_xdir -name \*.$objext -print -o -name \*.lo -print | sort | $NL2SP`
+    done
+
+    func_extract_archives_result="$my_oldobjs"
+}
+
+
+# func_emit_wrapper [arg=no]
+#
+# Emit a libtool wrapper script on stdout.
+# Don't directly open a file because we may want to
+# incorporate the script contents within a cygwin/mingw
+# wrapper executable.  Must ONLY be called from within
+# func_mode_link because it depends on a number of variables
+# set therein.
+#
+# ARG is the value that the WRAPPER_SCRIPT_BELONGS_IN_OBJDIR
+# variable will take.  If 'yes', then the emitted script
+# will assume that the directory in which it is stored is
+# the $objdir directory.  This is a cygwin/mingw-specific
+# behavior.
+func_emit_wrapper ()
+{
+	func_emit_wrapper_arg1=${1-no}
+
+	$ECHO "\
+#! $SHELL
+
+# $output - temporary wrapper script for $objdir/$outputname
+# Generated by $PROGRAM (GNU $PACKAGE$TIMESTAMP) $VERSION
+#
+# The $output program cannot be directly executed until all the libtool
+# libraries that it depends on are installed.
+#
+# This wrapper script should never be moved out of the build directory.
+# If it is, it will not operate correctly.
+
+# Sed substitution that helps us do robust quoting.  It backslashifies
+# metacharacters that are still active within double-quoted strings.
+sed_quote_subst='$sed_quote_subst'
+
+# Be Bourne compatible
+if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then
+  emulate sh
+  NULLCMD=:
+  # Zsh 3.x and 4.x performs word splitting on \${1+\"\$@\"}, which
+  # is contrary to our usage.  Disable this feature.
+  alias -g '\${1+\"\$@\"}'='\"\$@\"'
+  setopt NO_GLOB_SUBST
+else
+  case \`(set -o) 2>/dev/null\` in *posix*) set -o posix;; esac
+fi
+BIN_SH=xpg4; export BIN_SH # for Tru64
+DUALCASE=1; export DUALCASE # for MKS sh
+
+# The HP-UX ksh and POSIX shell print the target directory to stdout
+# if CDPATH is set.
+(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
+
+relink_command=\"$relink_command\"
+
+# This environment variable determines our operation mode.
+if test \"\$libtool_install_magic\" = \"$magic\"; then
+  # install mode needs the following variables:
+  generated_by_libtool_version='$macro_version'
+  notinst_deplibs='$notinst_deplibs'
+else
+  # When we are sourced in execute mode, \$file and \$ECHO are already set.
+  if test \"\$libtool_execute_magic\" != \"$magic\"; then
+    file=\"\$0\""
+
+    qECHO=`$ECHO "$ECHO" | $SED "$sed_quote_subst"`
+    $ECHO "\
+
+# A function that is used when there is no print builtin or printf.
+func_fallback_echo ()
+{
+  eval 'cat <<_LTECHO_EOF
+\$1
+_LTECHO_EOF'
+}
+    ECHO=\"$qECHO\"
+  fi
+
+# Very basic option parsing. These options are (a) specific to
+# the libtool wrapper, (b) are identical between the wrapper
+# /script/ and the wrapper /executable/ which is used only on
+# windows platforms, and (c) all begin with the string "--lt-"
+# (application programs are unlikely to have options which match
+# this pattern).
+#
+# There are only two supported options: --lt-debug and
+# --lt-dump-script. There is, deliberately, no --lt-help.
+#
+# The first argument to this parsing function should be the
+# script's $0 value, followed by "$@".
+lt_option_debug=
+func_parse_lt_options ()
+{
+  lt_script_arg0=\$0
+  shift
+  for lt_opt
+  do
+    case \"\$lt_opt\" in
+    --lt-debug) lt_option_debug=1 ;;
+    --lt-dump-script)
+        lt_dump_D=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%/[^/]*$%%'\`
+        test \"X\$lt_dump_D\" = \"X\$lt_script_arg0\" && lt_dump_D=.
+        lt_dump_F=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%^.*/%%'\`
+        cat \"\$lt_dump_D/\$lt_dump_F\"
+        exit 0
+      ;;
+    --lt-*)
+        \$ECHO \"Unrecognized --lt- option: '\$lt_opt'\" 1>&2
+        exit 1
+      ;;
+    esac
+  done
+
+  # Print the debug banner immediately:
+  if test -n \"\$lt_option_debug\"; then
+    echo \"${outputname}:${output}:\${LINENO}: libtool wrapper (GNU $PACKAGE$TIMESTAMP) $VERSION\" 1>&2
+  fi
+}
+
+# Used when --lt-debug. Prints its arguments to stdout
+# (redirection is the responsibility of the caller)
+func_lt_dump_args ()
+{
+  lt_dump_args_N=1;
+  for lt_arg
+  do
+    \$ECHO \"${outputname}:${output}:\${LINENO}: newargv[\$lt_dump_args_N]: \$lt_arg\"
+    lt_dump_args_N=\`expr \$lt_dump_args_N + 1\`
+  done
+}
+
+# Core function for launching the target application
+func_exec_program_core ()
+{
+"
+  case $host in
+  # Backslashes separate directories on plain windows
+  *-*-mingw | *-*-os2* | *-cegcc*)
+    $ECHO "\
+      if test -n \"\$lt_option_debug\"; then
+        \$ECHO \"${outputname}:${output}:\${LINENO}: newargv[0]: \$progdir\\\\\$program\" 1>&2
+        func_lt_dump_args \${1+\"\$@\"} 1>&2
+      fi
+      exec \"\$progdir\\\\\$program\" \${1+\"\$@\"}
+"
+    ;;
+
+  *)
+    $ECHO "\
+      if test -n \"\$lt_option_debug\"; then
+        \$ECHO \"${outputname}:${output}:\${LINENO}: newargv[0]: \$progdir/\$program\" 1>&2
+        func_lt_dump_args \${1+\"\$@\"} 1>&2
+      fi
+      exec \"\$progdir/\$program\" \${1+\"\$@\"}
+"
+    ;;
+  esac
+  $ECHO "\
+      \$ECHO \"\$0: cannot exec \$program \$*\" 1>&2
+      exit 1
+}
+
+# A function to encapsulate launching the target application
+# Strips options in the --lt-* namespace from \$@ and
+# launches target application with the remaining arguments.
+func_exec_program ()
+{
+  case \" \$* \" in
+  *\\ --lt-*)
+    for lt_wr_arg
+    do
+      case \$lt_wr_arg in
+      --lt-*) ;;
+      *) set x \"\$@\" \"\$lt_wr_arg\"; shift;;
+      esac
+      shift
+    done ;;
+  esac
+  func_exec_program_core \${1+\"\$@\"}
+}
+
+  # Parse options
+  func_parse_lt_options \"\$0\" \${1+\"\$@\"}
+
+  # Find the directory that this script lives in.
+  thisdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*$%%'\`
+  test \"x\$thisdir\" = \"x\$file\" && thisdir=.
+
+  # Follow symbolic links until we get to the real thisdir.
+  file=\`ls -ld \"\$file\" | $SED -n 's/.*-> //p'\`
+  while test -n \"\$file\"; do
+    destdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*\$%%'\`
+
+    # If there was a directory component, then change thisdir.
+    if test \"x\$destdir\" != \"x\$file\"; then
+      case \"\$destdir\" in
+      [\\\\/]* | [A-Za-z]:[\\\\/]*) thisdir=\"\$destdir\" ;;
+      *) thisdir=\"\$thisdir/\$destdir\" ;;
+      esac
+    fi
+
+    file=\`\$ECHO \"\$file\" | $SED 's%^.*/%%'\`
+    file=\`ls -ld \"\$thisdir/\$file\" | $SED -n 's/.*-> //p'\`
+  done
+
+  # Usually 'no', except on cygwin/mingw when embedded into
+  # the cwrapper.
+  WRAPPER_SCRIPT_BELONGS_IN_OBJDIR=$func_emit_wrapper_arg1
+  if test \"\$WRAPPER_SCRIPT_BELONGS_IN_OBJDIR\" = \"yes\"; then
+    # special case for '.'
+    if test \"\$thisdir\" = \".\"; then
+      thisdir=\`pwd\`
+    fi
+    # remove .libs from thisdir
+    case \"\$thisdir\" in
+    *[\\\\/]$objdir ) thisdir=\`\$ECHO \"\$thisdir\" | $SED 's%[\\\\/][^\\\\/]*$%%'\` ;;
+    $objdir )   thisdir=. ;;
+    esac
+  fi
+
+  # Try to get the absolute directory name.
+  absdir=\`cd \"\$thisdir\" && pwd\`
+  test -n \"\$absdir\" && thisdir=\"\$absdir\"
+"
+
+	if test "$fast_install" = yes; then
+	  $ECHO "\
+  program=lt-'$outputname'$exeext
+  progdir=\"\$thisdir/$objdir\"
+
+  if test ! -f \"\$progdir/\$program\" ||
+     { file=\`ls -1dt \"\$progdir/\$program\" \"\$progdir/../\$program\" 2>/dev/null | ${SED} 1q\`; \\
+       test \"X\$file\" != \"X\$progdir/\$program\"; }; then
+
+    file=\"\$\$-\$program\"
+
+    if test ! -d \"\$progdir\"; then
+      $MKDIR \"\$progdir\"
+    else
+      $RM \"\$progdir/\$file\"
+    fi"
+
+	  $ECHO "\
+
+    # relink executable if necessary
+    if test -n \"\$relink_command\"; then
+      if relink_command_output=\`eval \$relink_command 2>&1\`; then :
+      else
+	$ECHO \"\$relink_command_output\" >&2
+	$RM \"\$progdir/\$file\"
+	exit 1
+      fi
+    fi
+
+    $MV \"\$progdir/\$file\" \"\$progdir/\$program\" 2>/dev/null ||
+    { $RM \"\$progdir/\$program\";
+      $MV \"\$progdir/\$file\" \"\$progdir/\$program\"; }
+    $RM \"\$progdir/\$file\"
+  fi"
+	else
+	  $ECHO "\
+  program='$outputname'
+  progdir=\"\$thisdir/$objdir\"
+"
+	fi
+
+	$ECHO "\
+
+  if test -f \"\$progdir/\$program\"; then"
+
+	# fixup the dll searchpath if we need to.
+	#
+	# Fix the DLL searchpath if we need to.  Do this before prepending
+	# to shlibpath, because on Windows, both are PATH and uninstalled
+	# libraries must come first.
+	if test -n "$dllsearchpath"; then
+	  $ECHO "\
+    # Add the dll search path components to the executable PATH
+    PATH=$dllsearchpath:\$PATH
+"
+	fi
+
+	# Export our shlibpath_var if we have one.
+	if test "$shlibpath_overrides_runpath" = yes && test -n "$shlibpath_var" && test -n "$temp_rpath"; then
+	  $ECHO "\
+    # Add our own library path to $shlibpath_var
+    $shlibpath_var=\"$temp_rpath\$$shlibpath_var\"
+
+    # Some systems cannot cope with colon-terminated $shlibpath_var
+    # The second colon is a workaround for a bug in BeOS R4 sed
+    $shlibpath_var=\`\$ECHO \"\$$shlibpath_var\" | $SED 's/::*\$//'\`
+
+    export $shlibpath_var
+"
+	fi
+
+	$ECHO "\
+    if test \"\$libtool_execute_magic\" != \"$magic\"; then
+      # Run the actual program with our arguments.
+      func_exec_program \${1+\"\$@\"}
+    fi
+  else
+    # The program doesn't exist.
+    \$ECHO \"\$0: error: \\\`\$progdir/\$program' does not exist\" 1>&2
+    \$ECHO \"This script is just a wrapper for \$program.\" 1>&2
+    \$ECHO \"See the $PACKAGE documentation for more information.\" 1>&2
+    exit 1
+  fi
+fi\
+"
+}
+
+
+# func_emit_cwrapperexe_src
+# emit the source code for a wrapper executable on stdout
+# Must ONLY be called from within func_mode_link because
+# it depends on a number of variable set therein.
+func_emit_cwrapperexe_src ()
+{
+	cat <<EOF
+
+/* $cwrappersource - temporary wrapper executable for $objdir/$outputname
+   Generated by $PROGRAM (GNU $PACKAGE$TIMESTAMP) $VERSION
+
+   The $output program cannot be directly executed until all the libtool
+   libraries that it depends on are installed.
+
+   This wrapper executable should never be moved out of the build directory.
+   If it is, it will not operate correctly.
+*/
+EOF
+	    cat <<"EOF"
+#ifdef _MSC_VER
+# define _CRT_SECURE_NO_DEPRECATE 1
+#endif
+#include <stdio.h>
+#include <stdlib.h>
+#ifdef _MSC_VER
+# include <direct.h>
+# include <process.h>
+# include <io.h>
+#else
+# include <unistd.h>
+# include <stdint.h>
+# ifdef __CYGWIN__
+#  include <io.h>
+# endif
+#endif
+#include <malloc.h>
+#include <stdarg.h>
+#include <assert.h>
+#include <string.h>
+#include <ctype.h>
+#include <errno.h>
+#include <fcntl.h>
+#include <sys/stat.h>
+
+/* declarations of non-ANSI functions */
+#if defined(__MINGW32__)
+# ifdef __STRICT_ANSI__
+int _putenv (const char *);
+# endif
+#elif defined(__CYGWIN__)
+# ifdef __STRICT_ANSI__
+char *realpath (const char *, char *);
+int putenv (char *);
+int setenv (const char *, const char *, int);
+# endif
+/* #elif defined (other platforms) ... */
+#endif
+
+/* portability defines, excluding path handling macros */
+#if defined(_MSC_VER)
+# define setmode _setmode
+# define stat    _stat
+# define chmod   _chmod
+# define getcwd  _getcwd
+# define putenv  _putenv
+# define S_IXUSR _S_IEXEC
+# ifndef _INTPTR_T_DEFINED
+#  define _INTPTR_T_DEFINED
+#  define intptr_t int
+# endif
+#elif defined(__MINGW32__)
+# define setmode _setmode
+# define stat    _stat
+# define chmod   _chmod
+# define getcwd  _getcwd
+# define putenv  _putenv
+#elif defined(__CYGWIN__)
+# define HAVE_SETENV
+# define FOPEN_WB "wb"
+/* #elif defined (other platforms) ... */
+#endif
+
+#if defined(PATH_MAX)
+# define LT_PATHMAX PATH_MAX
+#elif defined(MAXPATHLEN)
+# define LT_PATHMAX MAXPATHLEN
+#else
+# define LT_PATHMAX 1024
+#endif
+
+#ifndef S_IXOTH
+# define S_IXOTH 0
+#endif
+#ifndef S_IXGRP
+# define S_IXGRP 0
+#endif
+
+/* path handling portability macros */
+#ifndef DIR_SEPARATOR
+# define DIR_SEPARATOR '/'
+# define PATH_SEPARATOR ':'
+#endif
+
+#if defined (_WIN32) || defined (__MSDOS__) || defined (__DJGPP__) || \
+  defined (__OS2__)
+# define HAVE_DOS_BASED_FILE_SYSTEM
+# define FOPEN_WB "wb"
+# ifndef DIR_SEPARATOR_2
+#  define DIR_SEPARATOR_2 '\\'
+# endif
+# ifndef PATH_SEPARATOR_2
+#  define PATH_SEPARATOR_2 ';'
+# endif
+#endif
+
+#ifndef DIR_SEPARATOR_2
+# define IS_DIR_SEPARATOR(ch) ((ch) == DIR_SEPARATOR)
+#else /* DIR_SEPARATOR_2 */
+# define IS_DIR_SEPARATOR(ch) \
+	(((ch) == DIR_SEPARATOR) || ((ch) == DIR_SEPARATOR_2))
+#endif /* DIR_SEPARATOR_2 */
+
+#ifndef PATH_SEPARATOR_2
+# define IS_PATH_SEPARATOR(ch) ((ch) == PATH_SEPARATOR)
+#else /* PATH_SEPARATOR_2 */
+# define IS_PATH_SEPARATOR(ch) ((ch) == PATH_SEPARATOR_2)
+#endif /* PATH_SEPARATOR_2 */
+
+#ifndef FOPEN_WB
+# define FOPEN_WB "w"
+#endif
+#ifndef _O_BINARY
+# define _O_BINARY 0
+#endif
+
+#define XMALLOC(type, num)      ((type *) xmalloc ((num) * sizeof(type)))
+#define XFREE(stale) do { \
+  if (stale) { free ((void *) stale); stale = 0; } \
+} while (0)
+
+#if defined(LT_DEBUGWRAPPER)
+static int lt_debug = 1;
+#else
+static int lt_debug = 0;
+#endif
+
+const char *program_name = "libtool-wrapper"; /* in case xstrdup fails */
+
+void *xmalloc (size_t num);
+char *xstrdup (const char *string);
+const char *base_name (const char *name);
+char *find_executable (const char *wrapper);
+char *chase_symlinks (const char *pathspec);
+int make_executable (const char *path);
+int check_executable (const char *path);
+char *strendzap (char *str, const char *pat);
+void lt_debugprintf (const char *file, int line, const char *fmt, ...);
+void lt_fatal (const char *file, int line, const char *message, ...);
+static const char *nonnull (const char *s);
+static const char *nonempty (const char *s);
+void lt_setenv (const char *name, const char *value);
+char *lt_extend_str (const char *orig_value, const char *add, int to_end);
+void lt_update_exe_path (const char *name, const char *value);
+void lt_update_lib_path (const char *name, const char *value);
+char **prepare_spawn (char **argv);
+void lt_dump_script (FILE *f);
+EOF
+
+	    cat <<EOF
+volatile const char * MAGIC_EXE = "$magic_exe";
+const char * LIB_PATH_VARNAME = "$shlibpath_var";
+EOF
+
+	    if test "$shlibpath_overrides_runpath" = yes && test -n "$shlibpath_var" && test -n "$temp_rpath"; then
+              func_to_host_path "$temp_rpath"
+	      cat <<EOF
+const char * LIB_PATH_VALUE   = "$func_to_host_path_result";
+EOF
+	    else
+	      cat <<"EOF"
+const char * LIB_PATH_VALUE   = "";
+EOF
+	    fi
+
+	    if test -n "$dllsearchpath"; then
+              func_to_host_path "$dllsearchpath:"
+	      cat <<EOF
+const char * EXE_PATH_VARNAME = "PATH";
+const char * EXE_PATH_VALUE   = "$func_to_host_path_result";
+EOF
+	    else
+	      cat <<"EOF"
+const char * EXE_PATH_VARNAME = "";
+const char * EXE_PATH_VALUE   = "";
+EOF
+	    fi
+
+	    if test "$fast_install" = yes; then
+	      cat <<EOF
+const char * TARGET_PROGRAM_NAME = "lt-$outputname"; /* hopefully, no .exe */
+EOF
+	    else
+	      cat <<EOF
+const char * TARGET_PROGRAM_NAME = "$outputname"; /* hopefully, no .exe */
+EOF
+	    fi
+
+
+	    cat <<"EOF"
+
+#define LTWRAPPER_OPTION_PREFIX         "--lt-"
+
+static const char *ltwrapper_option_prefix = LTWRAPPER_OPTION_PREFIX;
+static const char *dumpscript_opt       = LTWRAPPER_OPTION_PREFIX "dump-script";
+static const char *debug_opt            = LTWRAPPER_OPTION_PREFIX "debug";
+
+int
+main (int argc, char *argv[])
+{
+  char **newargz;
+  int  newargc;
+  char *tmp_pathspec;
+  char *actual_cwrapper_path;
+  char *actual_cwrapper_name;
+  char *target_name;
+  char *lt_argv_zero;
+  intptr_t rval = 127;
+
+  int i;
+
+  program_name = (char *) xstrdup (base_name (argv[0]));
+  newargz = XMALLOC (char *, argc + 1);
+
+  /* very simple arg parsing; don't want to rely on getopt
+   * also, copy all non cwrapper options to newargz, except
+   * argz[0], which is handled differently
+   */
+  newargc=0;
+  for (i = 1; i < argc; i++)
+    {
+      if (strcmp (argv[i], dumpscript_opt) == 0)
+	{
+EOF
+	    case "$host" in
+	      *mingw* | *cygwin* )
+		# make stdout use "unix" line endings
+		echo "          setmode(1,_O_BINARY);"
+		;;
+	      esac
+
+	    cat <<"EOF"
+	  lt_dump_script (stdout);
+	  return 0;
+	}
+      if (strcmp (argv[i], debug_opt) == 0)
+	{
+          lt_debug = 1;
+          continue;
+	}
+      if (strcmp (argv[i], ltwrapper_option_prefix) == 0)
+        {
+          /* however, if there is an option in the LTWRAPPER_OPTION_PREFIX
+             namespace, but it is not one of the ones we know about and
+             have already dealt with, above (inluding dump-script), then
+             report an error. Otherwise, targets might begin to believe
+             they are allowed to use options in the LTWRAPPER_OPTION_PREFIX
+             namespace. The first time any user complains about this, we'll
+             need to make LTWRAPPER_OPTION_PREFIX a configure-time option
+             or a configure.ac-settable value.
+           */
+          lt_fatal (__FILE__, __LINE__,
+		    "unrecognized %s option: '%s'",
+                    ltwrapper_option_prefix, argv[i]);
+        }
+      /* otherwise ... */
+      newargz[++newargc] = xstrdup (argv[i]);
+    }
+  newargz[++newargc] = NULL;
+
+EOF
+	    cat <<EOF
+  /* The GNU banner must be the first non-error debug message */
+  lt_debugprintf (__FILE__, __LINE__, "libtool wrapper (GNU $PACKAGE$TIMESTAMP) $VERSION\n");
+EOF
+	    cat <<"EOF"
+  lt_debugprintf (__FILE__, __LINE__, "(main) argv[0]: %s\n", argv[0]);
+  lt_debugprintf (__FILE__, __LINE__, "(main) program_name: %s\n", program_name);
+
+  tmp_pathspec = find_executable (argv[0]);
+  if (tmp_pathspec == NULL)
+    lt_fatal (__FILE__, __LINE__, "couldn't find %s", argv[0]);
+  lt_debugprintf (__FILE__, __LINE__,
+                  "(main) found exe (before symlink chase) at: %s\n",
+		  tmp_pathspec);
+
+  actual_cwrapper_path = chase_symlinks (tmp_pathspec);
+  lt_debugprintf (__FILE__, __LINE__,
+                  "(main) found exe (after symlink chase) at: %s\n",
+		  actual_cwrapper_path);
+  XFREE (tmp_pathspec);
+
+  actual_cwrapper_name = xstrdup (base_name (actual_cwrapper_path));
+  strendzap (actual_cwrapper_path, actual_cwrapper_name);
+
+  /* wrapper name transforms */
+  strendzap (actual_cwrapper_name, ".exe");
+  tmp_pathspec = lt_extend_str (actual_cwrapper_name, ".exe", 1);
+  XFREE (actual_cwrapper_name);
+  actual_cwrapper_name = tmp_pathspec;
+  tmp_pathspec = 0;
+
+  /* target_name transforms -- use actual target program name; might have lt- prefix */
+  target_name = xstrdup (base_name (TARGET_PROGRAM_NAME));
+  strendzap (target_name, ".exe");
+  tmp_pathspec = lt_extend_str (target_name, ".exe", 1);
+  XFREE (target_name);
+  target_name = tmp_pathspec;
+  tmp_pathspec = 0;
+
+  lt_debugprintf (__FILE__, __LINE__,
+		  "(main) libtool target name: %s\n",
+		  target_name);
+EOF
+
+	    cat <<EOF
+  newargz[0] =
+    XMALLOC (char, (strlen (actual_cwrapper_path) +
+		    strlen ("$objdir") + 1 + strlen (actual_cwrapper_name) + 1));
+  strcpy (newargz[0], actual_cwrapper_path);
+  strcat (newargz[0], "$objdir");
+  strcat (newargz[0], "/");
+EOF
+
+	    cat <<"EOF"
+  /* stop here, and copy so we don't have to do this twice */
+  tmp_pathspec = xstrdup (newargz[0]);
+
+  /* do NOT want the lt- prefix here, so use actual_cwrapper_name */
+  strcat (newargz[0], actual_cwrapper_name);
+
+  /* DO want the lt- prefix here if it exists, so use target_name */
+  lt_argv_zero = lt_extend_str (tmp_pathspec, target_name, 1);
+  XFREE (tmp_pathspec);
+  tmp_pathspec = NULL;
+EOF
+
+	    case $host_os in
+	      mingw*)
+	    cat <<"EOF"
+  {
+    char* p;
+    while ((p = strchr (newargz[0], '\\')) != NULL)
+      {
+	*p = '/';
+      }
+    while ((p = strchr (lt_argv_zero, '\\')) != NULL)
+      {
+	*p = '/';
+      }
+  }
+EOF
+	    ;;
+	    esac
+
+	    cat <<"EOF"
+  XFREE (target_name);
+  XFREE (actual_cwrapper_path);
+  XFREE (actual_cwrapper_name);
+
+  lt_setenv ("BIN_SH", "xpg4"); /* for Tru64 */
+  lt_setenv ("DUALCASE", "1");  /* for MSK sh */
+  /* Update the DLL searchpath.  EXE_PATH_VALUE ($dllsearchpath) must
+     be prepended before (that is, appear after) LIB_PATH_VALUE ($temp_rpath)
+     because on Windows, both *_VARNAMEs are PATH but uninstalled
+     libraries must come first. */
+  lt_update_exe_path (EXE_PATH_VARNAME, EXE_PATH_VALUE);
+  lt_update_lib_path (LIB_PATH_VARNAME, LIB_PATH_VALUE);
+
+  lt_debugprintf (__FILE__, __LINE__, "(main) lt_argv_zero: %s\n",
+		  nonnull (lt_argv_zero));
+  for (i = 0; i < newargc; i++)
+    {
+      lt_debugprintf (__FILE__, __LINE__, "(main) newargz[%d]: %s\n",
+		      i, nonnull (newargz[i]));
+    }
+
+EOF
+
+	    case $host_os in
+	      mingw*)
+		cat <<"EOF"
+  /* execv doesn't actually work on mingw as expected on unix */
+  newargz = prepare_spawn (newargz);
+  rval = _spawnv (_P_WAIT, lt_argv_zero, (const char * const *) newargz);
+  if (rval == -1)
+    {
+      /* failed to start process */
+      lt_debugprintf (__FILE__, __LINE__,
+		      "(main) failed to launch target \"%s\": %s\n",
+		      lt_argv_zero, nonnull (strerror (errno)));
+      return 127;
+    }
+  return rval;
+EOF
+		;;
+	      *)
+		cat <<"EOF"
+  execv (lt_argv_zero, newargz);
+  return rval; /* =127, but avoids unused variable warning */
+EOF
+		;;
+	    esac
+
+	    cat <<"EOF"
+}
+
+void *
+xmalloc (size_t num)
+{
+  void *p = (void *) malloc (num);
+  if (!p)
+    lt_fatal (__FILE__, __LINE__, "memory exhausted");
+
+  return p;
+}
+
+char *
+xstrdup (const char *string)
+{
+  return string ? strcpy ((char *) xmalloc (strlen (string) + 1),
+			  string) : NULL;
+}
+
+const char *
+base_name (const char *name)
+{
+  const char *base;
+
+#if defined (HAVE_DOS_BASED_FILE_SYSTEM)
+  /* Skip over the disk name in MSDOS pathnames. */
+  if (isalpha ((unsigned char) name[0]) && name[1] == ':')
+    name += 2;
+#endif
+
+  for (base = name; *name; name++)
+    if (IS_DIR_SEPARATOR (*name))
+      base = name + 1;
+  return base;
+}
+
+int
+check_executable (const char *path)
+{
+  struct stat st;
+
+  lt_debugprintf (__FILE__, __LINE__, "(check_executable): %s\n",
+                  nonempty (path));
+  if ((!path) || (!*path))
+    return 0;
+
+  if ((stat (path, &st) >= 0)
+      && (st.st_mode & (S_IXUSR | S_IXGRP | S_IXOTH)))
+    return 1;
+  else
+    return 0;
+}
+
+int
+make_executable (const char *path)
+{
+  int rval = 0;
+  struct stat st;
+
+  lt_debugprintf (__FILE__, __LINE__, "(make_executable): %s\n",
+                  nonempty (path));
+  if ((!path) || (!*path))
+    return 0;
+
+  if (stat (path, &st) >= 0)
+    {
+      rval = chmod (path, st.st_mode | S_IXOTH | S_IXGRP | S_IXUSR);
+    }
+  return rval;
+}
+
+/* Searches for the full path of the wrapper.  Returns
+   newly allocated full path name if found, NULL otherwise
+   Does not chase symlinks, even on platforms that support them.
+*/
+char *
+find_executable (const char *wrapper)
+{
+  int has_slash = 0;
+  const char *p;
+  const char *p_next;
+  /* static buffer for getcwd */
+  char tmp[LT_PATHMAX + 1];
+  int tmp_len;
+  char *concat_name;
+
+  lt_debugprintf (__FILE__, __LINE__, "(find_executable): %s\n",
+                  nonempty (wrapper));
+
+  if ((wrapper == NULL) || (*wrapper == '\0'))
+    return NULL;
+
+  /* Absolute path? */
+#if defined (HAVE_DOS_BASED_FILE_SYSTEM)
+  if (isalpha ((unsigned char) wrapper[0]) && wrapper[1] == ':')
+    {
+      concat_name = xstrdup (wrapper);
+      if (check_executable (concat_name))
+	return concat_name;
+      XFREE (concat_name);
+    }
+  else
+    {
+#endif
+      if (IS_DIR_SEPARATOR (wrapper[0]))
+	{
+	  concat_name = xstrdup (wrapper);
+	  if (check_executable (concat_name))
+	    return concat_name;
+	  XFREE (concat_name);
+	}
+#if defined (HAVE_DOS_BASED_FILE_SYSTEM)
+    }
+#endif
+
+  for (p = wrapper; *p; p++)
+    if (*p == '/')
+      {
+	has_slash = 1;
+	break;
+      }
+  if (!has_slash)
+    {
+      /* no slashes; search PATH */
+      const char *path = getenv ("PATH");
+      if (path != NULL)
+	{
+	  for (p = path; *p; p = p_next)
+	    {
+	      const char *q;
+	      size_t p_len;
+	      for (q = p; *q; q++)
+		if (IS_PATH_SEPARATOR (*q))
+		  break;
+	      p_len = q - p;
+	      p_next = (*q == '\0' ? q : q + 1);
+	      if (p_len == 0)
+		{
+		  /* empty path: current directory */
+		  if (getcwd (tmp, LT_PATHMAX) == NULL)
+		    lt_fatal (__FILE__, __LINE__, "getcwd failed: %s",
+                              nonnull (strerror (errno)));
+		  tmp_len = strlen (tmp);
+		  concat_name =
+		    XMALLOC (char, tmp_len + 1 + strlen (wrapper) + 1);
+		  memcpy (concat_name, tmp, tmp_len);
+		  concat_name[tmp_len] = '/';
+		  strcpy (concat_name + tmp_len + 1, wrapper);
+		}
+	      else
+		{
+		  concat_name =
+		    XMALLOC (char, p_len + 1 + strlen (wrapper) + 1);
+		  memcpy (concat_name, p, p_len);
+		  concat_name[p_len] = '/';
+		  strcpy (concat_name + p_len + 1, wrapper);
+		}
+	      if (check_executable (concat_name))
+		return concat_name;
+	      XFREE (concat_name);
+	    }
+	}
+      /* not found in PATH; assume curdir */
+    }
+  /* Relative path | not found in path: prepend cwd */
+  if (getcwd (tmp, LT_PATHMAX) == NULL)
+    lt_fatal (__FILE__, __LINE__, "getcwd failed: %s",
+              nonnull (strerror (errno)));
+  tmp_len = strlen (tmp);
+  concat_name = XMALLOC (char, tmp_len + 1 + strlen (wrapper) + 1);
+  memcpy (concat_name, tmp, tmp_len);
+  concat_name[tmp_len] = '/';
+  strcpy (concat_name + tmp_len + 1, wrapper);
+
+  if (check_executable (concat_name))
+    return concat_name;
+  XFREE (concat_name);
+  return NULL;
+}
+
+char *
+chase_symlinks (const char *pathspec)
+{
+#ifndef S_ISLNK
+  return xstrdup (pathspec);
+#else
+  char buf[LT_PATHMAX];
+  struct stat s;
+  char *tmp_pathspec = xstrdup (pathspec);
+  char *p;
+  int has_symlinks = 0;
+  while (strlen (tmp_pathspec) && !has_symlinks)
+    {
+      lt_debugprintf (__FILE__, __LINE__,
+		      "checking path component for symlinks: %s\n",
+		      tmp_pathspec);
+      if (lstat (tmp_pathspec, &s) == 0)
+	{
+	  if (S_ISLNK (s.st_mode) != 0)
+	    {
+	      has_symlinks = 1;
+	      break;
+	    }
+
+	  /* search backwards for last DIR_SEPARATOR */
+	  p = tmp_pathspec + strlen (tmp_pathspec) - 1;
+	  while ((p > tmp_pathspec) && (!IS_DIR_SEPARATOR (*p)))
+	    p--;
+	  if ((p == tmp_pathspec) && (!IS_DIR_SEPARATOR (*p)))
+	    {
+	      /* no more DIR_SEPARATORS left */
+	      break;
+	    }
+	  *p = '\0';
+	}
+      else
+	{
+	  lt_fatal (__FILE__, __LINE__,
+		    "error accessing file \"%s\": %s",
+		    tmp_pathspec, nonnull (strerror (errno)));
+	}
+    }
+  XFREE (tmp_pathspec);
+
+  if (!has_symlinks)
+    {
+      return xstrdup (pathspec);
+    }
+
+  tmp_pathspec = realpath (pathspec, buf);
+  if (tmp_pathspec == 0)
+    {
+      lt_fatal (__FILE__, __LINE__,
+		"could not follow symlinks for %s", pathspec);
+    }
+  return xstrdup (tmp_pathspec);
+#endif
+}
+
+char *
+strendzap (char *str, const char *pat)
+{
+  size_t len, patlen;
+
+  assert (str != NULL);
+  assert (pat != NULL);
+
+  len = strlen (str);
+  patlen = strlen (pat);
+
+  if (patlen <= len)
+    {
+      str += len - patlen;
+      if (strcmp (str, pat) == 0)
+	*str = '\0';
+    }
+  return str;
+}
+
+void
+lt_debugprintf (const char *file, int line, const char *fmt, ...)
+{
+  va_list args;
+  if (lt_debug)
+    {
+      (void) fprintf (stderr, "%s:%s:%d: ", program_name, file, line);
+      va_start (args, fmt);
+      (void) vfprintf (stderr, fmt, args);
+      va_end (args);
+    }
+}
+
+static void
+lt_error_core (int exit_status, const char *file,
+	       int line, const char *mode,
+	       const char *message, va_list ap)
+{
+  fprintf (stderr, "%s:%s:%d: %s: ", program_name, file, line, mode);
+  vfprintf (stderr, message, ap);
+  fprintf (stderr, ".\n");
+
+  if (exit_status >= 0)
+    exit (exit_status);
+}
+
+void
+lt_fatal (const char *file, int line, const char *message, ...)
+{
+  va_list ap;
+  va_start (ap, message);
+  lt_error_core (EXIT_FAILURE, file, line, "FATAL", message, ap);
+  va_end (ap);
+}
+
+static const char *
+nonnull (const char *s)
+{
+  return s ? s : "(null)";
+}
+
+static const char *
+nonempty (const char *s)
+{
+  return (s && !*s) ? "(empty)" : nonnull (s);
+}
+
+void
+lt_setenv (const char *name, const char *value)
+{
+  lt_debugprintf (__FILE__, __LINE__,
+		  "(lt_setenv) setting '%s' to '%s'\n",
+                  nonnull (name), nonnull (value));
+  {
+#ifdef HAVE_SETENV
+    /* always make a copy, for consistency with !HAVE_SETENV */
+    char *str = xstrdup (value);
+    setenv (name, str, 1);
+#else
+    int len = strlen (name) + 1 + strlen (value) + 1;
+    char *str = XMALLOC (char, len);
+    sprintf (str, "%s=%s", name, value);
+    if (putenv (str) != EXIT_SUCCESS)
+      {
+        XFREE (str);
+      }
+#endif
+  }
+}
+
+char *
+lt_extend_str (const char *orig_value, const char *add, int to_end)
+{
+  char *new_value;
+  if (orig_value && *orig_value)
+    {
+      int orig_value_len = strlen (orig_value);
+      int add_len = strlen (add);
+      new_value = XMALLOC (char, add_len + orig_value_len + 1);
+      if (to_end)
+        {
+          strcpy (new_value, orig_value);
+          strcpy (new_value + orig_value_len, add);
+        }
+      else
+        {
+          strcpy (new_value, add);
+          strcpy (new_value + add_len, orig_value);
+        }
+    }
+  else
+    {
+      new_value = xstrdup (add);
+    }
+  return new_value;
+}
+
+void
+lt_update_exe_path (const char *name, const char *value)
+{
+  lt_debugprintf (__FILE__, __LINE__,
+		  "(lt_update_exe_path) modifying '%s' by prepending '%s'\n",
+                  nonnull (name), nonnull (value));
+
+  if (name && *name && value && *value)
+    {
+      char *new_value = lt_extend_str (getenv (name), value, 0);
+      /* some systems can't cope with a ':'-terminated path #' */
+      int len = strlen (new_value);
+      while (((len = strlen (new_value)) > 0) && IS_PATH_SEPARATOR (new_value[len-1]))
+        {
+          new_value[len-1] = '\0';
+        }
+      lt_setenv (name, new_value);
+      XFREE (new_value);
+    }
+}
+
+void
+lt_update_lib_path (const char *name, const char *value)
+{
+  lt_debugprintf (__FILE__, __LINE__,
+		  "(lt_update_lib_path) modifying '%s' by prepending '%s'\n",
+                  nonnull (name), nonnull (value));
+
+  if (name && *name && value && *value)
+    {
+      char *new_value = lt_extend_str (getenv (name), value, 0);
+      lt_setenv (name, new_value);
+      XFREE (new_value);
+    }
+}
+
+EOF
+	    case $host_os in
+	      mingw*)
+		cat <<"EOF"
+
+/* Prepares an argument vector before calling spawn().
+   Note that spawn() does not by itself call the command interpreter
+     (getenv ("COMSPEC") != NULL ? getenv ("COMSPEC") :
+      ({ OSVERSIONINFO v; v.dwOSVersionInfoSize = sizeof(OSVERSIONINFO);
+         GetVersionEx(&v);
+         v.dwPlatformId == VER_PLATFORM_WIN32_NT;
+      }) ? "cmd.exe" : "command.com").
+   Instead it simply concatenates the arguments, separated by ' ', and calls
+   CreateProcess().  We must quote the arguments since Win32 CreateProcess()
+   interprets characters like ' ', '\t', '\\', '"' (but not '<' and '>') in a
+   special way:
+   - Space and tab are interpreted as delimiters. They are not treated as
+     delimiters if they are surrounded by double quotes: "...".
+   - Unescaped double quotes are removed from the input. Their only effect is
+     that within double quotes, space and tab are treated like normal
+     characters.
+   - Backslashes not followed by double quotes are not special.
+   - But 2*n+1 backslashes followed by a double quote become
+     n backslashes followed by a double quote (n >= 0):
+       \" -> "
+       \\\" -> \"
+       \\\\\" -> \\"
+ */
+#define SHELL_SPECIAL_CHARS "\"\\ \001\002\003\004\005\006\007\010\011\012\013\014\015\016\017\020\021\022\023\024\025\026\027\030\031\032\033\034\035\036\037"
+#define SHELL_SPACE_CHARS " \001\002\003\004\005\006\007\010\011\012\013\014\015\016\017\020\021\022\023\024\025\026\027\030\031\032\033\034\035\036\037"
+char **
+prepare_spawn (char **argv)
+{
+  size_t argc;
+  char **new_argv;
+  size_t i;
+
+  /* Count number of arguments.  */
+  for (argc = 0; argv[argc] != NULL; argc++)
+    ;
+
+  /* Allocate new argument vector.  */
+  new_argv = XMALLOC (char *, argc + 1);
+
+  /* Put quoted arguments into the new argument vector.  */
+  for (i = 0; i < argc; i++)
+    {
+      const char *string = argv[i];
+
+      if (string[0] == '\0')
+	new_argv[i] = xstrdup ("\"\"");
+      else if (strpbrk (string, SHELL_SPECIAL_CHARS) != NULL)
+	{
+	  int quote_around = (strpbrk (string, SHELL_SPACE_CHARS) != NULL);
+	  size_t length;
+	  unsigned int backslashes;
+	  const char *s;
+	  char *quoted_string;
+	  char *p;
+
+	  length = 0;
+	  backslashes = 0;
+	  if (quote_around)
+	    length++;
+	  for (s = string; *s != '\0'; s++)
+	    {
+	      char c = *s;
+	      if (c == '"')
+		length += backslashes + 1;
+	      length++;
+	      if (c == '\\')
+		backslashes++;
+	      else
+		backslashes = 0;
+	    }
+	  if (quote_around)
+	    length += backslashes + 1;
+
+	  quoted_string = XMALLOC (char, length + 1);
+
+	  p = quoted_string;
+	  backslashes = 0;
+	  if (quote_around)
+	    *p++ = '"';
+	  for (s = string; *s != '\0'; s++)
+	    {
+	      char c = *s;
+	      if (c == '"')
+		{
+		  unsigned int j;
+		  for (j = backslashes + 1; j > 0; j--)
+		    *p++ = '\\';
+		}
+	      *p++ = c;
+	      if (c == '\\')
+		backslashes++;
+	      else
+		backslashes = 0;
+	    }
+	  if (quote_around)
+	    {
+	      unsigned int j;
+	      for (j = backslashes; j > 0; j--)
+		*p++ = '\\';
+	      *p++ = '"';
+	    }
+	  *p = '\0';
+
+	  new_argv[i] = quoted_string;
+	}
+      else
+	new_argv[i] = (char *) string;
+    }
+  new_argv[argc] = NULL;
+
+  return new_argv;
+}
+EOF
+		;;
+	    esac
+
+            cat <<"EOF"
+void lt_dump_script (FILE* f)
+{
+EOF
+	    func_emit_wrapper yes |
+	      $SED -n -e '
+s/^\(.\{79\}\)\(..*\)/\1\
+\2/
+h
+s/\([\\"]\)/\\\1/g
+s/$/\\n/
+s/\([^\n]*\).*/  fputs ("\1", f);/p
+g
+D'
+            cat <<"EOF"
+}
+EOF
+}
+# end: func_emit_cwrapperexe_src
+
+# func_win32_import_lib_p ARG
+# True if ARG is an import lib, as indicated by $file_magic_cmd
+func_win32_import_lib_p ()
+{
+    $opt_debug
+    case `eval $file_magic_cmd \"\$1\" 2>/dev/null | $SED -e 10q` in
+    *import*) : ;;
+    *) false ;;
+    esac
+}
+
+# func_mode_link arg...
+func_mode_link ()
+{
+    $opt_debug
+    case $host in
+    *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*)
+      # It is impossible to link a dll without this setting, and
+      # we shouldn't force the makefile maintainer to figure out
+      # which system we are compiling for in order to pass an extra
+      # flag for every libtool invocation.
+      # allow_undefined=no
+
+      # FIXME: Unfortunately, there are problems with the above when trying
+      # to make a dll which has undefined symbols, in which case not
+      # even a static library is built.  For now, we need to specify
+      # -no-undefined on the libtool link line when we can be certain
+      # that all symbols are satisfied, otherwise we get a static library.
+      allow_undefined=yes
+      ;;
+    *)
+      allow_undefined=yes
+      ;;
+    esac
+    libtool_args=$nonopt
+    base_compile="$nonopt $@"
+    compile_command=$nonopt
+    finalize_command=$nonopt
+
+    compile_rpath=
+    finalize_rpath=
+    compile_shlibpath=
+    finalize_shlibpath=
+    convenience=
+    old_convenience=
+    deplibs=
+    old_deplibs=
+    compiler_flags=
+    linker_flags=
+    dllsearchpath=
+    lib_search_path=`pwd`
+    inst_prefix_dir=
+    new_inherited_linker_flags=
+
+    avoid_version=no
+    bindir=
+    dlfiles=
+    dlprefiles=
+    dlself=no
+    export_dynamic=no
+    export_symbols=
+    export_symbols_regex=
+    generated=
+    libobjs=
+    ltlibs=
+    module=no
+    no_install=no
+    objs=
+    non_pic_objects=
+    precious_files_regex=
+    prefer_static_libs=no
+    preload=no
+    prev=
+    prevarg=
+    release=
+    rpath=
+    xrpath=
+    perm_rpath=
+    temp_rpath=
+    thread_safe=no
+    vinfo=
+    vinfo_number=no
+    weak_libs=
+    single_module="${wl}-single_module"
+    func_infer_tag $base_compile
+
+    # We need to know -static, to get the right output filenames.
+    for arg
+    do
+      case $arg in
+      -shared)
+	test "$build_libtool_libs" != yes && \
+	  func_fatal_configuration "can not build a shared library"
+	build_old_libs=no
+	break
+	;;
+      -all-static | -static | -static-libtool-libs)
+	case $arg in
+	-all-static)
+	  if test "$build_libtool_libs" = yes && test -z "$link_static_flag"; then
+	    func_warning "complete static linking is impossible in this configuration"
+	  fi
+	  if test -n "$link_static_flag"; then
+	    dlopen_self=$dlopen_self_static
+	  fi
+	  prefer_static_libs=yes
+	  ;;
+	-static)
+	  if test -z "$pic_flag" && test -n "$link_static_flag"; then
+	    dlopen_self=$dlopen_self_static
+	  fi
+	  prefer_static_libs=built
+	  ;;
+	-static-libtool-libs)
+	  if test -z "$pic_flag" && test -n "$link_static_flag"; then
+	    dlopen_self=$dlopen_self_static
+	  fi
+	  prefer_static_libs=yes
+	  ;;
+	esac
+	build_libtool_libs=no
+	build_old_libs=yes
+	break
+	;;
+      esac
+    done
+
+    # See if our shared archives depend on static archives.
+    test -n "$old_archive_from_new_cmds" && build_old_libs=yes
+
+    # Go through the arguments, transforming them on the way.
+    while test "$#" -gt 0; do
+      arg="$1"
+      shift
+      func_quote_for_eval "$arg"
+      qarg=$func_quote_for_eval_unquoted_result
+      func_append libtool_args " $func_quote_for_eval_result"
+
+      # If the previous option needs an argument, assign it.
+      if test -n "$prev"; then
+	case $prev in
+	output)
+	  func_append compile_command " @OUTPUT@"
+	  func_append finalize_command " @OUTPUT@"
+	  ;;
+	esac
+
+	case $prev in
+	bindir)
+	  bindir="$arg"
+	  prev=
+	  continue
+	  ;;
+	dlfiles|dlprefiles)
+	  if test "$preload" = no; then
+	    # Add the symbol object into the linking commands.
+	    func_append compile_command " @SYMFILE@"
+	    func_append finalize_command " @SYMFILE@"
+	    preload=yes
+	  fi
+	  case $arg in
+	  *.la | *.lo) ;;  # We handle these cases below.
+	  force)
+	    if test "$dlself" = no; then
+	      dlself=needless
+	      export_dynamic=yes
+	    fi
+	    prev=
+	    continue
+	    ;;
+	  self)
+	    if test "$prev" = dlprefiles; then
+	      dlself=yes
+	    elif test "$prev" = dlfiles && test "$dlopen_self" != yes; then
+	      dlself=yes
+	    else
+	      dlself=needless
+	      export_dynamic=yes
+	    fi
+	    prev=
+	    continue
+	    ;;
+	  *)
+	    if test "$prev" = dlfiles; then
+	      func_append dlfiles " $arg"
+	    else
+	      func_append dlprefiles " $arg"
+	    fi
+	    prev=
+	    continue
+	    ;;
+	  esac
+	  ;;
+	expsyms)
+	  export_symbols="$arg"
+	  test -f "$arg" \
+	    || func_fatal_error "symbol file \`$arg' does not exist"
+	  prev=
+	  continue
+	  ;;
+	expsyms_regex)
+	  export_symbols_regex="$arg"
+	  prev=
+	  continue
+	  ;;
+	framework)
+	  case $host in
+	    *-*-darwin*)
+	      case "$deplibs " in
+		*" $qarg.ltframework "*) ;;
+		*) func_append deplibs " $qarg.ltframework" # this is fixed later
+		   ;;
+	      esac
+	      ;;
+	  esac
+	  prev=
+	  continue
+	  ;;
+	inst_prefix)
+	  inst_prefix_dir="$arg"
+	  prev=
+	  continue
+	  ;;
+	objectlist)
+	  if test -f "$arg"; then
+	    save_arg=$arg
+	    moreargs=
+	    for fil in `cat "$save_arg"`
+	    do
+#	      func_append moreargs " $fil"
+	      arg=$fil
+	      # A libtool-controlled object.
+
+	      # Check to see that this really is a libtool object.
+	      if func_lalib_unsafe_p "$arg"; then
+		pic_object=
+		non_pic_object=
+
+		# Read the .lo file
+		func_source "$arg"
+
+		if test -z "$pic_object" ||
+		   test -z "$non_pic_object" ||
+		   test "$pic_object" = none &&
+		   test "$non_pic_object" = none; then
+		  func_fatal_error "cannot find name of object for \`$arg'"
+		fi
+
+		# Extract subdirectory from the argument.
+		func_dirname "$arg" "/" ""
+		xdir="$func_dirname_result"
+
+		if test "$pic_object" != none; then
+		  # Prepend the subdirectory the object is found in.
+		  pic_object="$xdir$pic_object"
+
+		  if test "$prev" = dlfiles; then
+		    if test "$build_libtool_libs" = yes && test "$dlopen_support" = yes; then
+		      func_append dlfiles " $pic_object"
+		      prev=
+		      continue
+		    else
+		      # If libtool objects are unsupported, then we need to preload.
+		      prev=dlprefiles
+		    fi
+		  fi
+
+		  # CHECK ME:  I think I busted this.  -Ossama
+		  if test "$prev" = dlprefiles; then
+		    # Preload the old-style object.
+		    func_append dlprefiles " $pic_object"
+		    prev=
+		  fi
+
+		  # A PIC object.
+		  func_append libobjs " $pic_object"
+		  arg="$pic_object"
+		fi
+
+		# Non-PIC object.
+		if test "$non_pic_object" != none; then
+		  # Prepend the subdirectory the object is found in.
+		  non_pic_object="$xdir$non_pic_object"
+
+		  # A standard non-PIC object
+		  func_append non_pic_objects " $non_pic_object"
+		  if test -z "$pic_object" || test "$pic_object" = none ; then
+		    arg="$non_pic_object"
+		  fi
+		else
+		  # If the PIC object exists, use it instead.
+		  # $xdir was prepended to $pic_object above.
+		  non_pic_object="$pic_object"
+		  func_append non_pic_objects " $non_pic_object"
+		fi
+	      else
+		# Only an error if not doing a dry-run.
+		if $opt_dry_run; then
+		  # Extract subdirectory from the argument.
+		  func_dirname "$arg" "/" ""
+		  xdir="$func_dirname_result"
+
+		  func_lo2o "$arg"
+		  pic_object=$xdir$objdir/$func_lo2o_result
+		  non_pic_object=$xdir$func_lo2o_result
+		  func_append libobjs " $pic_object"
+		  func_append non_pic_objects " $non_pic_object"
+	        else
+		  func_fatal_error "\`$arg' is not a valid libtool object"
+		fi
+	      fi
+	    done
+	  else
+	    func_fatal_error "link input file \`$arg' does not exist"
+	  fi
+	  arg=$save_arg
+	  prev=
+	  continue
+	  ;;
+	precious_regex)
+	  precious_files_regex="$arg"
+	  prev=
+	  continue
+	  ;;
+	release)
+	  release="-$arg"
+	  prev=
+	  continue
+	  ;;
+	rpath | xrpath)
+	  # We need an absolute path.
+	  case $arg in
+	  [\\/]* | [A-Za-z]:[\\/]*) ;;
+	  *)
+	    func_fatal_error "only absolute run-paths are allowed"
+	    ;;
+	  esac
+	  if test "$prev" = rpath; then
+	    case "$rpath " in
+	    *" $arg "*) ;;
+	    *) func_append rpath " $arg" ;;
+	    esac
+	  else
+	    case "$xrpath " in
+	    *" $arg "*) ;;
+	    *) func_append xrpath " $arg" ;;
+	    esac
+	  fi
+	  prev=
+	  continue
+	  ;;
+	shrext)
+	  shrext_cmds="$arg"
+	  prev=
+	  continue
+	  ;;
+	weak)
+	  func_append weak_libs " $arg"
+	  prev=
+	  continue
+	  ;;
+	xcclinker)
+	  func_append linker_flags " $qarg"
+	  func_append compiler_flags " $qarg"
+	  prev=
+	  func_append compile_command " $qarg"
+	  func_append finalize_command " $qarg"
+	  continue
+	  ;;
+	xcompiler)
+	  func_append compiler_flags " $qarg"
+	  prev=
+	  func_append compile_command " $qarg"
+	  func_append finalize_command " $qarg"
+	  continue
+	  ;;
+	xlinker)
+	  func_append linker_flags " $qarg"
+	  func_append compiler_flags " $wl$qarg"
+	  prev=
+	  func_append compile_command " $wl$qarg"
+	  func_append finalize_command " $wl$qarg"
+	  continue
+	  ;;
+	*)
+	  eval "$prev=\"\$arg\""
+	  prev=
+	  continue
+	  ;;
+	esac
+      fi # test -n "$prev"
+
+      prevarg="$arg"
+
+      case $arg in
+      -all-static)
+	if test -n "$link_static_flag"; then
+	  # See comment for -static flag below, for more details.
+	  func_append compile_command " $link_static_flag"
+	  func_append finalize_command " $link_static_flag"
+	fi
+	continue
+	;;
+
+      -allow-undefined)
+	# FIXME: remove this flag sometime in the future.
+	func_fatal_error "\`-allow-undefined' must not be used because it is the default"
+	;;
+
+      -avoid-version)
+	avoid_version=yes
+	continue
+	;;
+
+      -bindir)
+	prev=bindir
+	continue
+	;;
+
+      -dlopen)
+	prev=dlfiles
+	continue
+	;;
+
+      -dlpreopen)
+	prev=dlprefiles
+	continue
+	;;
+
+      -export-dynamic)
+	export_dynamic=yes
+	continue
+	;;
+
+      -export-symbols | -export-symbols-regex)
+	if test -n "$export_symbols" || test -n "$export_symbols_regex"; then
+	  func_fatal_error "more than one -exported-symbols argument is not allowed"
+	fi
+	if test "X$arg" = "X-export-symbols"; then
+	  prev=expsyms
+	else
+	  prev=expsyms_regex
+	fi
+	continue
+	;;
+
+      -framework)
+	prev=framework
+	continue
+	;;
+
+      -inst-prefix-dir)
+	prev=inst_prefix
+	continue
+	;;
+
+      # The native IRIX linker understands -LANG:*, -LIST:* and -LNO:*
+      # so, if we see these flags be careful not to treat them like -L
+      -L[A-Z][A-Z]*:*)
+	case $with_gcc/$host in
+	no/*-*-irix* | /*-*-irix*)
+	  func_append compile_command " $arg"
+	  func_append finalize_command " $arg"
+	  ;;
+	esac
+	continue
+	;;
+
+      -L*)
+	func_stripname "-L" '' "$arg"
+	if test -z "$func_stripname_result"; then
+	  if test "$#" -gt 0; then
+	    func_fatal_error "require no space between \`-L' and \`$1'"
+	  else
+	    func_fatal_error "need path for \`-L' option"
+	  fi
+	fi
+	func_resolve_sysroot "$func_stripname_result"
+	dir=$func_resolve_sysroot_result
+	# We need an absolute path.
+	case $dir in
+	[\\/]* | [A-Za-z]:[\\/]*) ;;
+	*)
+	  absdir=`cd "$dir" && pwd`
+	  test -z "$absdir" && \
+	    func_fatal_error "cannot determine absolute directory name of \`$dir'"
+	  dir="$absdir"
+	  ;;
+	esac
+	case "$deplibs " in
+	*" -L$dir "* | *" $arg "*)
+	  # Will only happen for absolute or sysroot arguments
+	  ;;
+	*)
+	  # Preserve sysroot, but never include relative directories
+	  case $dir in
+	    [\\/]* | [A-Za-z]:[\\/]* | =*) func_append deplibs " $arg" ;;
+	    *) func_append deplibs " -L$dir" ;;
+	  esac
+	  func_append lib_search_path " $dir"
+	  ;;
+	esac
+	case $host in
+	*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*)
+	  testbindir=`$ECHO "$dir" | $SED 's*/lib$*/bin*'`
+	  case :$dllsearchpath: in
+	  *":$dir:"*) ;;
+	  ::) dllsearchpath=$dir;;
+	  *) func_append dllsearchpath ":$dir";;
+	  esac
+	  case :$dllsearchpath: in
+	  *":$testbindir:"*) ;;
+	  ::) dllsearchpath=$testbindir;;
+	  *) func_append dllsearchpath ":$testbindir";;
+	  esac
+	  ;;
+	esac
+	continue
+	;;
+
+      -l*)
+	if test "X$arg" = "X-lc" || test "X$arg" = "X-lm"; then
+	  case $host in
+	  *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-beos* | *-cegcc* | *-*-haiku*)
+	    # These systems don't actually have a C or math library (as such)
+	    continue
+	    ;;
+	  *-*-os2*)
+	    # These systems don't actually have a C library (as such)
+	    test "X$arg" = "X-lc" && continue
+	    ;;
+	  *-*-openbsd* | *-*-freebsd* | *-*-dragonfly*)
+	    # Do not include libc due to us having libc/libc_r.
+	    test "X$arg" = "X-lc" && continue
+	    ;;
+	  *-*-rhapsody* | *-*-darwin1.[012])
+	    # Rhapsody C and math libraries are in the System framework
+	    func_append deplibs " System.ltframework"
+	    continue
+	    ;;
+	  *-*-sco3.2v5* | *-*-sco5v6*)
+	    # Causes problems with __ctype
+	    test "X$arg" = "X-lc" && continue
+	    ;;
+	  *-*-sysv4.2uw2* | *-*-sysv5* | *-*-unixware* | *-*-OpenUNIX*)
+	    # Compiler inserts libc in the correct place for threads to work
+	    test "X$arg" = "X-lc" && continue
+	    ;;
+	  esac
+	elif test "X$arg" = "X-lc_r"; then
+	 case $host in
+	 *-*-openbsd* | *-*-freebsd* | *-*-dragonfly*)
+	   # Do not include libc_r directly, use -pthread flag.
+	   continue
+	   ;;
+	 esac
+	fi
+	func_append deplibs " $arg"
+	continue
+	;;
+
+      -module)
+	module=yes
+	continue
+	;;
+
+      # Tru64 UNIX uses -model [arg] to determine the layout of C++
+      # classes, name mangling, and exception handling.
+      # Darwin uses the -arch flag to determine output architecture.
+      -model|-arch|-isysroot|--sysroot)
+	func_append compiler_flags " $arg"
+	func_append compile_command " $arg"
+	func_append finalize_command " $arg"
+	prev=xcompiler
+	continue
+	;;
+
+      -mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe \
+      |-threads|-fopenmp|-openmp|-mp|-xopenmp|-omp|-qsmp=*)
+	func_append compiler_flags " $arg"
+	func_append compile_command " $arg"
+	func_append finalize_command " $arg"
+	case "$new_inherited_linker_flags " in
+	    *" $arg "*) ;;
+	    * ) func_append new_inherited_linker_flags " $arg" ;;
+	esac
+	continue
+	;;
+
+      -multi_module)
+	single_module="${wl}-multi_module"
+	continue
+	;;
+
+      -no-fast-install)
+	fast_install=no
+	continue
+	;;
+
+      -no-install)
+	case $host in
+	*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-*-darwin* | *-cegcc*)
+	  # The PATH hackery in wrapper scripts is required on Windows
+	  # and Darwin in order for the loader to find any dlls it needs.
+	  func_warning "\`-no-install' is ignored for $host"
+	  func_warning "assuming \`-no-fast-install' instead"
+	  fast_install=no
+	  ;;
+	*) no_install=yes ;;
+	esac
+	continue
+	;;
+
+      -no-undefined)
+	allow_undefined=no
+	continue
+	;;
+
+      -objectlist)
+	prev=objectlist
+	continue
+	;;
+
+      -o) prev=output ;;
+
+      -precious-files-regex)
+	prev=precious_regex
+	continue
+	;;
+
+      -release)
+	prev=release
+	continue
+	;;
+
+      -rpath)
+	prev=rpath
+	continue
+	;;
+
+      -R)
+	prev=xrpath
+	continue
+	;;
+
+      -R*)
+	func_stripname '-R' '' "$arg"
+	dir=$func_stripname_result
+	# We need an absolute path.
+	case $dir in
+	[\\/]* | [A-Za-z]:[\\/]*) ;;
+	=*)
+	  func_stripname '=' '' "$dir"
+	  dir=$lt_sysroot$func_stripname_result
+	  ;;
+	*)
+	  func_fatal_error "only absolute run-paths are allowed"
+	  ;;
+	esac
+	case "$xrpath " in
+	*" $dir "*) ;;
+	*) func_append xrpath " $dir" ;;
+	esac
+	continue
+	;;
+
+      -shared)
+	# The effects of -shared are defined in a previous loop.
+	continue
+	;;
+
+      -shrext)
+	prev=shrext
+	continue
+	;;
+
+      -static | -static-libtool-libs)
+	# The effects of -static are defined in a previous loop.
+	# We used to do the same as -all-static on platforms that
+	# didn't have a PIC flag, but the assumption that the effects
+	# would be equivalent was wrong.  It would break on at least
+	# Digital Unix and AIX.
+	continue
+	;;
+
+      -thread-safe)
+	thread_safe=yes
+	continue
+	;;
+
+      -version-info)
+	prev=vinfo
+	continue
+	;;
+
+      -version-number)
+	prev=vinfo
+	vinfo_number=yes
+	continue
+	;;
+
+      -weak)
+        prev=weak
+	continue
+	;;
+
+      -Wc,*)
+	func_stripname '-Wc,' '' "$arg"
+	args=$func_stripname_result
+	arg=
+	save_ifs="$IFS"; IFS=','
+	for flag in $args; do
+	  IFS="$save_ifs"
+          func_quote_for_eval "$flag"
+	  func_append arg " $func_quote_for_eval_result"
+	  func_append compiler_flags " $func_quote_for_eval_result"
+	done
+	IFS="$save_ifs"
+	func_stripname ' ' '' "$arg"
+	arg=$func_stripname_result
+	;;
+
+      -Wl,*)
+	func_stripname '-Wl,' '' "$arg"
+	args=$func_stripname_result
+	arg=
+	save_ifs="$IFS"; IFS=','
+	for flag in $args; do
+	  IFS="$save_ifs"
+          func_quote_for_eval "$flag"
+	  func_append arg " $wl$func_quote_for_eval_result"
+	  func_append compiler_flags " $wl$func_quote_for_eval_result"
+	  func_append linker_flags " $func_quote_for_eval_result"
+	done
+	IFS="$save_ifs"
+	func_stripname ' ' '' "$arg"
+	arg=$func_stripname_result
+	;;
+
+      -Xcompiler)
+	prev=xcompiler
+	continue
+	;;
+
+      -Xlinker)
+	prev=xlinker
+	continue
+	;;
+
+      -XCClinker)
+	prev=xcclinker
+	continue
+	;;
+
+      # -msg_* for osf cc
+      -msg_*)
+	func_quote_for_eval "$arg"
+	arg="$func_quote_for_eval_result"
+	;;
+
+      # Flags to be passed through unchanged, with rationale:
+      # -64, -mips[0-9]      enable 64-bit mode for the SGI compiler
+      # -r[0-9][0-9]*        specify processor for the SGI compiler
+      # -xarch=*, -xtarget=* enable 64-bit mode for the Sun compiler
+      # +DA*, +DD*           enable 64-bit mode for the HP compiler
+      # -q*                  compiler args for the IBM compiler
+      # -m*, -t[45]*, -txscale* architecture-specific flags for GCC
+      # -F/path              path to uninstalled frameworks, gcc on darwin
+      # -p, -pg, --coverage, -fprofile-*  profiling flags for GCC
+      # @file                GCC response files
+      # -tp=*                Portland pgcc target processor selection
+      # --sysroot=*          for sysroot support
+      # -O*, -flto*, -fwhopr*, -fuse-linker-plugin GCC link-time optimization
+      -64|-mips[0-9]|-r[0-9][0-9]*|-xarch=*|-xtarget=*|+DA*|+DD*|-q*|-m*| \
+      -t[45]*|-txscale*|-p|-pg|--coverage|-fprofile-*|-F*|@*|-tp=*|--sysroot=*| \
+      -O*|-flto*|-fwhopr*|-fuse-linker-plugin)
+        func_quote_for_eval "$arg"
+	arg="$func_quote_for_eval_result"
+        func_append compile_command " $arg"
+        func_append finalize_command " $arg"
+        func_append compiler_flags " $arg"
+        continue
+        ;;
+
+      # Some other compiler flag.
+      -* | +*)
+        func_quote_for_eval "$arg"
+	arg="$func_quote_for_eval_result"
+	;;
+
+      *.$objext)
+	# A standard object.
+	func_append objs " $arg"
+	;;
+
+      *.lo)
+	# A libtool-controlled object.
+
+	# Check to see that this really is a libtool object.
+	if func_lalib_unsafe_p "$arg"; then
+	  pic_object=
+	  non_pic_object=
+
+	  # Read the .lo file
+	  func_source "$arg"
+
+	  if test -z "$pic_object" ||
+	     test -z "$non_pic_object" ||
+	     test "$pic_object" = none &&
+	     test "$non_pic_object" = none; then
+	    func_fatal_error "cannot find name of object for \`$arg'"
+	  fi
+
+	  # Extract subdirectory from the argument.
+	  func_dirname "$arg" "/" ""
+	  xdir="$func_dirname_result"
+
+	  if test "$pic_object" != none; then
+	    # Prepend the subdirectory the object is found in.
+	    pic_object="$xdir$pic_object"
+
+	    if test "$prev" = dlfiles; then
+	      if test "$build_libtool_libs" = yes && test "$dlopen_support" = yes; then
+		func_append dlfiles " $pic_object"
+		prev=
+		continue
+	      else
+		# If libtool objects are unsupported, then we need to preload.
+		prev=dlprefiles
+	      fi
+	    fi
+
+	    # CHECK ME:  I think I busted this.  -Ossama
+	    if test "$prev" = dlprefiles; then
+	      # Preload the old-style object.
+	      func_append dlprefiles " $pic_object"
+	      prev=
+	    fi
+
+	    # A PIC object.
+	    func_append libobjs " $pic_object"
+	    arg="$pic_object"
+	  fi
+
+	  # Non-PIC object.
+	  if test "$non_pic_object" != none; then
+	    # Prepend the subdirectory the object is found in.
+	    non_pic_object="$xdir$non_pic_object"
+
+	    # A standard non-PIC object
+	    func_append non_pic_objects " $non_pic_object"
+	    if test -z "$pic_object" || test "$pic_object" = none ; then
+	      arg="$non_pic_object"
+	    fi
+	  else
+	    # If the PIC object exists, use it instead.
+	    # $xdir was prepended to $pic_object above.
+	    non_pic_object="$pic_object"
+	    func_append non_pic_objects " $non_pic_object"
+	  fi
+	else
+	  # Only an error if not doing a dry-run.
+	  if $opt_dry_run; then
+	    # Extract subdirectory from the argument.
+	    func_dirname "$arg" "/" ""
+	    xdir="$func_dirname_result"
+
+	    func_lo2o "$arg"
+	    pic_object=$xdir$objdir/$func_lo2o_result
+	    non_pic_object=$xdir$func_lo2o_result
+	    func_append libobjs " $pic_object"
+	    func_append non_pic_objects " $non_pic_object"
+	  else
+	    func_fatal_error "\`$arg' is not a valid libtool object"
+	  fi
+	fi
+	;;
+
+      *.$libext)
+	# An archive.
+	func_append deplibs " $arg"
+	func_append old_deplibs " $arg"
+	continue
+	;;
+
+      *.la)
+	# A libtool-controlled library.
+
+	func_resolve_sysroot "$arg"
+	if test "$prev" = dlfiles; then
+	  # This library was specified with -dlopen.
+	  func_append dlfiles " $func_resolve_sysroot_result"
+	  prev=
+	elif test "$prev" = dlprefiles; then
+	  # The library was specified with -dlpreopen.
+	  func_append dlprefiles " $func_resolve_sysroot_result"
+	  prev=
+	else
+	  func_append deplibs " $func_resolve_sysroot_result"
+	fi
+	continue
+	;;
+
+      # Some other compiler argument.
+      *)
+	# Unknown arguments in both finalize_command and compile_command need
+	# to be aesthetically quoted because they are evaled later.
+	func_quote_for_eval "$arg"
+	arg="$func_quote_for_eval_result"
+	;;
+      esac # arg
+
+      # Now actually substitute the argument into the commands.
+      if test -n "$arg"; then
+	func_append compile_command " $arg"
+	func_append finalize_command " $arg"
+      fi
+    done # argument parsing loop
+
+    test -n "$prev" && \
+      func_fatal_help "the \`$prevarg' option requires an argument"
+
+    if test "$export_dynamic" = yes && test -n "$export_dynamic_flag_spec"; then
+      eval arg=\"$export_dynamic_flag_spec\"
+      func_append compile_command " $arg"
+      func_append finalize_command " $arg"
+    fi
+
+    oldlibs=
+    # calculate the name of the file, without its directory
+    func_basename "$output"
+    outputname="$func_basename_result"
+    libobjs_save="$libobjs"
+
+    if test -n "$shlibpath_var"; then
+      # get the directories listed in $shlibpath_var
+      eval shlib_search_path=\`\$ECHO \"\${$shlibpath_var}\" \| \$SED \'s/:/ /g\'\`
+    else
+      shlib_search_path=
+    fi
+    eval sys_lib_search_path=\"$sys_lib_search_path_spec\"
+    eval sys_lib_dlsearch_path=\"$sys_lib_dlsearch_path_spec\"
+
+    func_dirname "$output" "/" ""
+    output_objdir="$func_dirname_result$objdir"
+    func_to_tool_file "$output_objdir/"
+    tool_output_objdir=$func_to_tool_file_result
+    # Create the object directory.
+    func_mkdir_p "$output_objdir"
+
+    # Determine the type of output
+    case $output in
+    "")
+      func_fatal_help "you must specify an output file"
+      ;;
+    *.$libext) linkmode=oldlib ;;
+    *.lo | *.$objext) linkmode=obj ;;
+    *.la) linkmode=lib ;;
+    *) linkmode=prog ;; # Anything else should be a program.
+    esac
+
+    specialdeplibs=
+
+    libs=
+    # Find all interdependent deplibs by searching for libraries
+    # that are linked more than once (e.g. -la -lb -la)
+    for deplib in $deplibs; do
+      if $opt_preserve_dup_deps ; then
+	case "$libs " in
+	*" $deplib "*) func_append specialdeplibs " $deplib" ;;
+	esac
+      fi
+      func_append libs " $deplib"
+    done
+
+    if test "$linkmode" = lib; then
+      libs="$predeps $libs $compiler_lib_search_path $postdeps"
+
+      # Compute libraries that are listed more than once in $predeps
+      # $postdeps and mark them as special (i.e., whose duplicates are
+      # not to be eliminated).
+      pre_post_deps=
+      if $opt_duplicate_compiler_generated_deps; then
+	for pre_post_dep in $predeps $postdeps; do
+	  case "$pre_post_deps " in
+	  *" $pre_post_dep "*) func_append specialdeplibs " $pre_post_deps" ;;
+	  esac
+	  func_append pre_post_deps " $pre_post_dep"
+	done
+      fi
+      pre_post_deps=
+    fi
+
+    deplibs=
+    newdependency_libs=
+    newlib_search_path=
+    need_relink=no # whether we're linking any uninstalled libtool libraries
+    notinst_deplibs= # not-installed libtool libraries
+    notinst_path= # paths that contain not-installed libtool libraries
+
+    case $linkmode in
+    lib)
+	passes="conv dlpreopen link"
+	for file in $dlfiles $dlprefiles; do
+	  case $file in
+	  *.la) ;;
+	  *)
+	    func_fatal_help "libraries can \`-dlopen' only libtool libraries: $file"
+	    ;;
+	  esac
+	done
+	;;
+    prog)
+	compile_deplibs=
+	finalize_deplibs=
+	alldeplibs=no
+	newdlfiles=
+	newdlprefiles=
+	passes="conv scan dlopen dlpreopen link"
+	;;
+    *)  passes="conv"
+	;;
+    esac
+
+    for pass in $passes; do
+      # The preopen pass in lib mode reverses $deplibs; put it back here
+      # so that -L comes before libs that need it for instance...
+      if test "$linkmode,$pass" = "lib,link"; then
+	## FIXME: Find the place where the list is rebuilt in the wrong
+	##        order, and fix it there properly
+        tmp_deplibs=
+	for deplib in $deplibs; do
+	  tmp_deplibs="$deplib $tmp_deplibs"
+	done
+	deplibs="$tmp_deplibs"
+      fi
+
+      if test "$linkmode,$pass" = "lib,link" ||
+	 test "$linkmode,$pass" = "prog,scan"; then
+	libs="$deplibs"
+	deplibs=
+      fi
+      if test "$linkmode" = prog; then
+	case $pass in
+	dlopen) libs="$dlfiles" ;;
+	dlpreopen) libs="$dlprefiles" ;;
+	link) libs="$deplibs %DEPLIBS% $dependency_libs" ;;
+	esac
+      fi
+      if test "$linkmode,$pass" = "lib,dlpreopen"; then
+	# Collect and forward deplibs of preopened libtool libs
+	for lib in $dlprefiles; do
+	  # Ignore non-libtool-libs
+	  dependency_libs=
+	  func_resolve_sysroot "$lib"
+	  case $lib in
+	  *.la)	func_source "$func_resolve_sysroot_result" ;;
+	  esac
+
+	  # Collect preopened libtool deplibs, except any this library
+	  # has declared as weak libs
+	  for deplib in $dependency_libs; do
+	    func_basename "$deplib"
+            deplib_base=$func_basename_result
+	    case " $weak_libs " in
+	    *" $deplib_base "*) ;;
+	    *) func_append deplibs " $deplib" ;;
+	    esac
+	  done
+	done
+	libs="$dlprefiles"
+      fi
+      if test "$pass" = dlopen; then
+	# Collect dlpreopened libraries
+	save_deplibs="$deplibs"
+	deplibs=
+      fi
+
+      for deplib in $libs; do
+	lib=
+	found=no
+	case $deplib in
+	-mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe \
+        |-threads|-fopenmp|-openmp|-mp|-xopenmp|-omp|-qsmp=*)
+	  if test "$linkmode,$pass" = "prog,link"; then
+	    compile_deplibs="$deplib $compile_deplibs"
+	    finalize_deplibs="$deplib $finalize_deplibs"
+	  else
+	    func_append compiler_flags " $deplib"
+	    if test "$linkmode" = lib ; then
+		case "$new_inherited_linker_flags " in
+		    *" $deplib "*) ;;
+		    * ) func_append new_inherited_linker_flags " $deplib" ;;
+		esac
+	    fi
+	  fi
+	  continue
+	  ;;
+	-l*)
+	  if test "$linkmode" != lib && test "$linkmode" != prog; then
+	    func_warning "\`-l' is ignored for archives/objects"
+	    continue
+	  fi
+	  func_stripname '-l' '' "$deplib"
+	  name=$func_stripname_result
+	  if test "$linkmode" = lib; then
+	    searchdirs="$newlib_search_path $lib_search_path $compiler_lib_search_dirs $sys_lib_search_path $shlib_search_path"
+	  else
+	    searchdirs="$newlib_search_path $lib_search_path $sys_lib_search_path $shlib_search_path"
+	  fi
+	  for searchdir in $searchdirs; do
+	    for search_ext in .la $std_shrext .so .a; do
+	      # Search the libtool library
+	      lib="$searchdir/lib${name}${search_ext}"
+	      if test -f "$lib"; then
+		if test "$search_ext" = ".la"; then
+		  found=yes
+		else
+		  found=no
+		fi
+		break 2
+	      fi
+	    done
+	  done
+	  if test "$found" != yes; then
+	    # deplib doesn't seem to be a libtool library
+	    if test "$linkmode,$pass" = "prog,link"; then
+	      compile_deplibs="$deplib $compile_deplibs"
+	      finalize_deplibs="$deplib $finalize_deplibs"
+	    else
+	      deplibs="$deplib $deplibs"
+	      test "$linkmode" = lib && newdependency_libs="$deplib $newdependency_libs"
+	    fi
+	    continue
+	  else # deplib is a libtool library
+	    # If $allow_libtool_libs_with_static_runtimes && $deplib is a stdlib,
+	    # We need to do some special things here, and not later.
+	    if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then
+	      case " $predeps $postdeps " in
+	      *" $deplib "*)
+		if func_lalib_p "$lib"; then
+		  library_names=
+		  old_library=
+		  func_source "$lib"
+		  for l in $old_library $library_names; do
+		    ll="$l"
+		  done
+		  if test "X$ll" = "X$old_library" ; then # only static version available
+		    found=no
+		    func_dirname "$lib" "" "."
+		    ladir="$func_dirname_result"
+		    lib=$ladir/$old_library
+		    if test "$linkmode,$pass" = "prog,link"; then
+		      compile_deplibs="$deplib $compile_deplibs"
+		      finalize_deplibs="$deplib $finalize_deplibs"
+		    else
+		      deplibs="$deplib $deplibs"
+		      test "$linkmode" = lib && newdependency_libs="$deplib $newdependency_libs"
+		    fi
+		    continue
+		  fi
+		fi
+		;;
+	      *) ;;
+	      esac
+	    fi
+	  fi
+	  ;; # -l
+	*.ltframework)
+	  if test "$linkmode,$pass" = "prog,link"; then
+	    compile_deplibs="$deplib $compile_deplibs"
+	    finalize_deplibs="$deplib $finalize_deplibs"
+	  else
+	    deplibs="$deplib $deplibs"
+	    if test "$linkmode" = lib ; then
+		case "$new_inherited_linker_flags " in
+		    *" $deplib "*) ;;
+		    * ) func_append new_inherited_linker_flags " $deplib" ;;
+		esac
+	    fi
+	  fi
+	  continue
+	  ;;
+	-L*)
+	  case $linkmode in
+	  lib)
+	    deplibs="$deplib $deplibs"
+	    test "$pass" = conv && continue
+	    newdependency_libs="$deplib $newdependency_libs"
+	    func_stripname '-L' '' "$deplib"
+	    func_resolve_sysroot "$func_stripname_result"
+	    func_append newlib_search_path " $func_resolve_sysroot_result"
+	    ;;
+	  prog)
+	    if test "$pass" = conv; then
+	      deplibs="$deplib $deplibs"
+	      continue
+	    fi
+	    if test "$pass" = scan; then
+	      deplibs="$deplib $deplibs"
+	    else
+	      compile_deplibs="$deplib $compile_deplibs"
+	      finalize_deplibs="$deplib $finalize_deplibs"
+	    fi
+	    func_stripname '-L' '' "$deplib"
+	    func_resolve_sysroot "$func_stripname_result"
+	    func_append newlib_search_path " $func_resolve_sysroot_result"
+	    ;;
+	  *)
+	    func_warning "\`-L' is ignored for archives/objects"
+	    ;;
+	  esac # linkmode
+	  continue
+	  ;; # -L
+	-R*)
+	  if test "$pass" = link; then
+	    func_stripname '-R' '' "$deplib"
+	    func_resolve_sysroot "$func_stripname_result"
+	    dir=$func_resolve_sysroot_result
+	    # Make sure the xrpath contains only unique directories.
+	    case "$xrpath " in
+	    *" $dir "*) ;;
+	    *) func_append xrpath " $dir" ;;
+	    esac
+	  fi
+	  deplibs="$deplib $deplibs"
+	  continue
+	  ;;
+	*.la)
+	  func_resolve_sysroot "$deplib"
+	  lib=$func_resolve_sysroot_result
+	  ;;
+	*.$libext)
+	  if test "$pass" = conv; then
+	    deplibs="$deplib $deplibs"
+	    continue
+	  fi
+	  case $linkmode in
+	  lib)
+	    # Linking convenience modules into shared libraries is allowed,
+	    # but linking other static libraries is non-portable.
+	    case " $dlpreconveniencelibs " in
+	    *" $deplib "*) ;;
+	    *)
+	      valid_a_lib=no
+	      case $deplibs_check_method in
+		match_pattern*)
+		  set dummy $deplibs_check_method; shift
+		  match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
+		  if eval "\$ECHO \"$deplib\"" 2>/dev/null | $SED 10q \
+		    | $EGREP "$match_pattern_regex" > /dev/null; then
+		    valid_a_lib=yes
+		  fi
+		;;
+		pass_all)
+		  valid_a_lib=yes
+		;;
+	      esac
+	      if test "$valid_a_lib" != yes; then
+		echo
+		$ECHO "*** Warning: Trying to link with static lib archive $deplib."
+		echo "*** I have the capability to make that library automatically link in when"
+		echo "*** you link to this library.  But I can only do this if you have a"
+		echo "*** shared version of the library, which you do not appear to have"
+		echo "*** because the file extensions .$libext of this argument makes me believe"
+		echo "*** that it is just a static archive that I should not use here."
+	      else
+		echo
+		$ECHO "*** Warning: Linking the shared library $output against the"
+		$ECHO "*** static library $deplib is not portable!"
+		deplibs="$deplib $deplibs"
+	      fi
+	      ;;
+	    esac
+	    continue
+	    ;;
+	  prog)
+	    if test "$pass" != link; then
+	      deplibs="$deplib $deplibs"
+	    else
+	      compile_deplibs="$deplib $compile_deplibs"
+	      finalize_deplibs="$deplib $finalize_deplibs"
+	    fi
+	    continue
+	    ;;
+	  esac # linkmode
+	  ;; # *.$libext
+	*.lo | *.$objext)
+	  if test "$pass" = conv; then
+	    deplibs="$deplib $deplibs"
+	  elif test "$linkmode" = prog; then
+	    if test "$pass" = dlpreopen || test "$dlopen_support" != yes || test "$build_libtool_libs" = no; then
+	      # If there is no dlopen support or we're linking statically,
+	      # we need to preload.
+	      func_append newdlprefiles " $deplib"
+	      compile_deplibs="$deplib $compile_deplibs"
+	      finalize_deplibs="$deplib $finalize_deplibs"
+	    else
+	      func_append newdlfiles " $deplib"
+	    fi
+	  fi
+	  continue
+	  ;;
+	%DEPLIBS%)
+	  alldeplibs=yes
+	  continue
+	  ;;
+	esac # case $deplib
+
+	if test "$found" = yes || test -f "$lib"; then :
+	else
+	  func_fatal_error "cannot find the library \`$lib' or unhandled argument \`$deplib'"
+	fi
+
+	# Check to see that this really is a libtool archive.
+	func_lalib_unsafe_p "$lib" \
+	  || func_fatal_error "\`$lib' is not a valid libtool archive"
+
+	func_dirname "$lib" "" "."
+	ladir="$func_dirname_result"
+
+	dlname=
+	dlopen=
+	dlpreopen=
+	libdir=
+	library_names=
+	old_library=
+	inherited_linker_flags=
+	# If the library was installed with an old release of libtool,
+	# it will not redefine variables installed, or shouldnotlink
+	installed=yes
+	shouldnotlink=no
+	avoidtemprpath=
+
+
+	# Read the .la file
+	func_source "$lib"
+
+	# Convert "-framework foo" to "foo.ltframework"
+	if test -n "$inherited_linker_flags"; then
+	  tmp_inherited_linker_flags=`$ECHO "$inherited_linker_flags" | $SED 's/-framework \([^ $]*\)/\1.ltframework/g'`
+	  for tmp_inherited_linker_flag in $tmp_inherited_linker_flags; do
+	    case " $new_inherited_linker_flags " in
+	      *" $tmp_inherited_linker_flag "*) ;;
+	      *) func_append new_inherited_linker_flags " $tmp_inherited_linker_flag";;
+	    esac
+	  done
+	fi
+	dependency_libs=`$ECHO " $dependency_libs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
+	if test "$linkmode,$pass" = "lib,link" ||
+	   test "$linkmode,$pass" = "prog,scan" ||
+	   { test "$linkmode" != prog && test "$linkmode" != lib; }; then
+	  test -n "$dlopen" && func_append dlfiles " $dlopen"
+	  test -n "$dlpreopen" && func_append dlprefiles " $dlpreopen"
+	fi
+
+	if test "$pass" = conv; then
+	  # Only check for convenience libraries
+	  deplibs="$lib $deplibs"
+	  if test -z "$libdir"; then
+	    if test -z "$old_library"; then
+	      func_fatal_error "cannot find name of link library for \`$lib'"
+	    fi
+	    # It is a libtool convenience library, so add in its objects.
+	    func_append convenience " $ladir/$objdir/$old_library"
+	    func_append old_convenience " $ladir/$objdir/$old_library"
+	  elif test "$linkmode" != prog && test "$linkmode" != lib; then
+	    func_fatal_error "\`$lib' is not a convenience library"
+	  fi
+	  tmp_libs=
+	  for deplib in $dependency_libs; do
+	    deplibs="$deplib $deplibs"
+	    if $opt_preserve_dup_deps ; then
+	      case "$tmp_libs " in
+	      *" $deplib "*) func_append specialdeplibs " $deplib" ;;
+	      esac
+	    fi
+	    func_append tmp_libs " $deplib"
+	  done
+	  continue
+	fi # $pass = conv
+
+
+	# Get the name of the library we link against.
+	linklib=
+	if test -n "$old_library" &&
+	   { test "$prefer_static_libs" = yes ||
+	     test "$prefer_static_libs,$installed" = "built,no"; }; then
+	  linklib=$old_library
+	else
+	  for l in $old_library $library_names; do
+	    linklib="$l"
+	  done
+	fi
+	if test -z "$linklib"; then
+	  func_fatal_error "cannot find name of link library for \`$lib'"
+	fi
+
+	# This library was specified with -dlopen.
+	if test "$pass" = dlopen; then
+	  if test -z "$libdir"; then
+	    func_fatal_error "cannot -dlopen a convenience library: \`$lib'"
+	  fi
+	  if test -z "$dlname" ||
+	     test "$dlopen_support" != yes ||
+	     test "$build_libtool_libs" = no; then
+	    # If there is no dlname, no dlopen support or we're linking
+	    # statically, we need to preload.  We also need to preload any
+	    # dependent libraries so libltdl's deplib preloader doesn't
+	    # bomb out in the load deplibs phase.
+	    func_append dlprefiles " $lib $dependency_libs"
+	  else
+	    func_append newdlfiles " $lib"
+	  fi
+	  continue
+	fi # $pass = dlopen
+
+	# We need an absolute path.
+	case $ladir in
+	[\\/]* | [A-Za-z]:[\\/]*) abs_ladir="$ladir" ;;
+	*)
+	  abs_ladir=`cd "$ladir" && pwd`
+	  if test -z "$abs_ladir"; then
+	    func_warning "cannot determine absolute directory name of \`$ladir'"
+	    func_warning "passing it literally to the linker, although it might fail"
+	    abs_ladir="$ladir"
+	  fi
+	  ;;
+	esac
+	func_basename "$lib"
+	laname="$func_basename_result"
+
+	# Find the relevant object directory and library name.
+	if test "X$installed" = Xyes; then
+	  if test ! -f "$lt_sysroot$libdir/$linklib" && test -f "$abs_ladir/$linklib"; then
+	    func_warning "library \`$lib' was moved."
+	    dir="$ladir"
+	    absdir="$abs_ladir"
+	    libdir="$abs_ladir"
+	  else
+	    dir="$lt_sysroot$libdir"
+	    absdir="$lt_sysroot$libdir"
+	  fi
+	  test "X$hardcode_automatic" = Xyes && avoidtemprpath=yes
+	else
+	  if test ! -f "$ladir/$objdir/$linklib" && test -f "$abs_ladir/$linklib"; then
+	    dir="$ladir"
+	    absdir="$abs_ladir"
+	    # Remove this search path later
+	    func_append notinst_path " $abs_ladir"
+	  else
+	    dir="$ladir/$objdir"
+	    absdir="$abs_ladir/$objdir"
+	    # Remove this search path later
+	    func_append notinst_path " $abs_ladir"
+	  fi
+	fi # $installed = yes
+	func_stripname 'lib' '.la' "$laname"
+	name=$func_stripname_result
+
+	# This library was specified with -dlpreopen.
+	if test "$pass" = dlpreopen; then
+	  if test -z "$libdir" && test "$linkmode" = prog; then
+	    func_fatal_error "only libraries may -dlpreopen a convenience library: \`$lib'"
+	  fi
+	  case "$host" in
+	    # special handling for platforms with PE-DLLs.
+	    *cygwin* | *mingw* | *cegcc* )
+	      # Linker will automatically link against shared library if both
+	      # static and shared are present.  Therefore, ensure we extract
+	      # symbols from the import library if a shared library is present
+	      # (otherwise, the dlopen module name will be incorrect).  We do
+	      # this by putting the import library name into $newdlprefiles.
+	      # We recover the dlopen module name by 'saving' the la file
+	      # name in a special purpose variable, and (later) extracting the
+	      # dlname from the la file.
+	      if test -n "$dlname"; then
+	        func_tr_sh "$dir/$linklib"
+	        eval "libfile_$func_tr_sh_result=\$abs_ladir/\$laname"
+	        func_append newdlprefiles " $dir/$linklib"
+	      else
+	        func_append newdlprefiles " $dir/$old_library"
+	        # Keep a list of preopened convenience libraries to check
+	        # that they are being used correctly in the link pass.
+	        test -z "$libdir" && \
+	          func_append dlpreconveniencelibs " $dir/$old_library"
+	      fi
+	    ;;
+	    * )
+	      # Prefer using a static library (so that no silly _DYNAMIC symbols
+	      # are required to link).
+	      if test -n "$old_library"; then
+	        func_append newdlprefiles " $dir/$old_library"
+	        # Keep a list of preopened convenience libraries to check
+	        # that they are being used correctly in the link pass.
+	        test -z "$libdir" && \
+	          func_append dlpreconveniencelibs " $dir/$old_library"
+	      # Otherwise, use the dlname, so that lt_dlopen finds it.
+	      elif test -n "$dlname"; then
+	        func_append newdlprefiles " $dir/$dlname"
+	      else
+	        func_append newdlprefiles " $dir/$linklib"
+	      fi
+	    ;;
+	  esac
+	fi # $pass = dlpreopen
+
+	if test -z "$libdir"; then
+	  # Link the convenience library
+	  if test "$linkmode" = lib; then
+	    deplibs="$dir/$old_library $deplibs"
+	  elif test "$linkmode,$pass" = "prog,link"; then
+	    compile_deplibs="$dir/$old_library $compile_deplibs"
+	    finalize_deplibs="$dir/$old_library $finalize_deplibs"
+	  else
+	    deplibs="$lib $deplibs" # used for prog,scan pass
+	  fi
+	  continue
+	fi
+
+
+	if test "$linkmode" = prog && test "$pass" != link; then
+	  func_append newlib_search_path " $ladir"
+	  deplibs="$lib $deplibs"
+
+	  linkalldeplibs=no
+	  if test "$link_all_deplibs" != no || test -z "$library_names" ||
+	     test "$build_libtool_libs" = no; then
+	    linkalldeplibs=yes
+	  fi
+
+	  tmp_libs=
+	  for deplib in $dependency_libs; do
+	    case $deplib in
+	    -L*) func_stripname '-L' '' "$deplib"
+	         func_resolve_sysroot "$func_stripname_result"
+	         func_append newlib_search_path " $func_resolve_sysroot_result"
+		 ;;
+	    esac
+	    # Need to link against all dependency_libs?
+	    if test "$linkalldeplibs" = yes; then
+	      deplibs="$deplib $deplibs"
+	    else
+	      # Need to hardcode shared library paths
+	      # or/and link against static libraries
+	      newdependency_libs="$deplib $newdependency_libs"
+	    fi
+	    if $opt_preserve_dup_deps ; then
+	      case "$tmp_libs " in
+	      *" $deplib "*) func_append specialdeplibs " $deplib" ;;
+	      esac
+	    fi
+	    func_append tmp_libs " $deplib"
+	  done # for deplib
+	  continue
+	fi # $linkmode = prog...
+
+	if test "$linkmode,$pass" = "prog,link"; then
+	  if test -n "$library_names" &&
+	     { { test "$prefer_static_libs" = no ||
+	         test "$prefer_static_libs,$installed" = "built,yes"; } ||
+	       test -z "$old_library"; }; then
+	    # We need to hardcode the library path
+	    if test -n "$shlibpath_var" && test -z "$avoidtemprpath" ; then
+	      # Make sure the rpath contains only unique directories.
+	      case "$temp_rpath:" in
+	      *"$absdir:"*) ;;
+	      *) func_append temp_rpath "$absdir:" ;;
+	      esac
+	    fi
+
+	    # Hardcode the library path.
+	    # Skip directories that are in the system default run-time
+	    # search path.
+	    case " $sys_lib_dlsearch_path " in
+	    *" $absdir "*) ;;
+	    *)
+	      case "$compile_rpath " in
+	      *" $absdir "*) ;;
+	      *) func_append compile_rpath " $absdir" ;;
+	      esac
+	      ;;
+	    esac
+	    case " $sys_lib_dlsearch_path " in
+	    *" $libdir "*) ;;
+	    *)
+	      case "$finalize_rpath " in
+	      *" $libdir "*) ;;
+	      *) func_append finalize_rpath " $libdir" ;;
+	      esac
+	      ;;
+	    esac
+	  fi # $linkmode,$pass = prog,link...
+
+	  if test "$alldeplibs" = yes &&
+	     { test "$deplibs_check_method" = pass_all ||
+	       { test "$build_libtool_libs" = yes &&
+		 test -n "$library_names"; }; }; then
+	    # We only need to search for static libraries
+	    continue
+	  fi
+	fi
+
+	link_static=no # Whether the deplib will be linked statically
+	use_static_libs=$prefer_static_libs
+	if test "$use_static_libs" = built && test "$installed" = yes; then
+	  use_static_libs=no
+	fi
+	if test -n "$library_names" &&
+	   { test "$use_static_libs" = no || test -z "$old_library"; }; then
+	  case $host in
+	  *cygwin* | *mingw* | *cegcc*)
+	      # No point in relinking DLLs because paths are not encoded
+	      func_append notinst_deplibs " $lib"
+	      need_relink=no
+	    ;;
+	  *)
+	    if test "$installed" = no; then
+	      func_append notinst_deplibs " $lib"
+	      need_relink=yes
+	    fi
+	    ;;
+	  esac
+	  # This is a shared library
+
+	  # Warn about portability, can't link against -module's on some
+	  # systems (darwin).  Don't bleat about dlopened modules though!
+	  dlopenmodule=""
+	  for dlpremoduletest in $dlprefiles; do
+	    if test "X$dlpremoduletest" = "X$lib"; then
+	      dlopenmodule="$dlpremoduletest"
+	      break
+	    fi
+	  done
+	  if test -z "$dlopenmodule" && test "$shouldnotlink" = yes && test "$pass" = link; then
+	    echo
+	    if test "$linkmode" = prog; then
+	      $ECHO "*** Warning: Linking the executable $output against the loadable module"
+	    else
+	      $ECHO "*** Warning: Linking the shared library $output against the loadable module"
+	    fi
+	    $ECHO "*** $linklib is not portable!"
+	  fi
+	  if test "$linkmode" = lib &&
+	     test "$hardcode_into_libs" = yes; then
+	    # Hardcode the library path.
+	    # Skip directories that are in the system default run-time
+	    # search path.
+	    case " $sys_lib_dlsearch_path " in
+	    *" $absdir "*) ;;
+	    *)
+	      case "$compile_rpath " in
+	      *" $absdir "*) ;;
+	      *) func_append compile_rpath " $absdir" ;;
+	      esac
+	      ;;
+	    esac
+	    case " $sys_lib_dlsearch_path " in
+	    *" $libdir "*) ;;
+	    *)
+	      case "$finalize_rpath " in
+	      *" $libdir "*) ;;
+	      *) func_append finalize_rpath " $libdir" ;;
+	      esac
+	      ;;
+	    esac
+	  fi
+
+	  if test -n "$old_archive_from_expsyms_cmds"; then
+	    # figure out the soname
+	    set dummy $library_names
+	    shift
+	    realname="$1"
+	    shift
+	    libname=`eval "\\$ECHO \"$libname_spec\""`
+	    # use dlname if we got it. it's perfectly good, no?
+	    if test -n "$dlname"; then
+	      soname="$dlname"
+	    elif test -n "$soname_spec"; then
+	      # bleh windows
+	      case $host in
+	      *cygwin* | mingw* | *cegcc*)
+	        func_arith $current - $age
+		major=$func_arith_result
+		versuffix="-$major"
+		;;
+	      esac
+	      eval soname=\"$soname_spec\"
+	    else
+	      soname="$realname"
+	    fi
+
+	    # Make a new name for the extract_expsyms_cmds to use
+	    soroot="$soname"
+	    func_basename "$soroot"
+	    soname="$func_basename_result"
+	    func_stripname 'lib' '.dll' "$soname"
+	    newlib=libimp-$func_stripname_result.a
+
+	    # If the library has no export list, then create one now
+	    if test -f "$output_objdir/$soname-def"; then :
+	    else
+	      func_verbose "extracting exported symbol list from \`$soname'"
+	      func_execute_cmds "$extract_expsyms_cmds" 'exit $?'
+	    fi
+
+	    # Create $newlib
+	    if test -f "$output_objdir/$newlib"; then :; else
+	      func_verbose "generating import library for \`$soname'"
+	      func_execute_cmds "$old_archive_from_expsyms_cmds" 'exit $?'
+	    fi
+	    # make sure the library variables are pointing to the new library
+	    dir=$output_objdir
+	    linklib=$newlib
+	  fi # test -n "$old_archive_from_expsyms_cmds"
+
+	  if test "$linkmode" = prog || test "$opt_mode" != relink; then
+	    add_shlibpath=
+	    add_dir=
+	    add=
+	    lib_linked=yes
+	    case $hardcode_action in
+	    immediate | unsupported)
+	      if test "$hardcode_direct" = no; then
+		add="$dir/$linklib"
+		case $host in
+		  *-*-sco3.2v5.0.[024]*) add_dir="-L$dir" ;;
+		  *-*-sysv4*uw2*) add_dir="-L$dir" ;;
+		  *-*-sysv5OpenUNIX* | *-*-sysv5UnixWare7.[01].[10]* | \
+		    *-*-unixware7*) add_dir="-L$dir" ;;
+		  *-*-darwin* )
+		    # if the lib is a (non-dlopened) module then we can not
+		    # link against it, someone is ignoring the earlier warnings
+		    if /usr/bin/file -L $add 2> /dev/null |
+			 $GREP ": [^:]* bundle" >/dev/null ; then
+		      if test "X$dlopenmodule" != "X$lib"; then
+			$ECHO "*** Warning: lib $linklib is a module, not a shared library"
+			if test -z "$old_library" ; then
+			  echo
+			  echo "*** And there doesn't seem to be a static archive available"
+			  echo "*** The link will probably fail, sorry"
+			else
+			  add="$dir/$old_library"
+			fi
+		      elif test -n "$old_library"; then
+			add="$dir/$old_library"
+		      fi
+		    fi
+		esac
+	      elif test "$hardcode_minus_L" = no; then
+		case $host in
+		*-*-sunos*) add_shlibpath="$dir" ;;
+		esac
+		add_dir="-L$dir"
+		add="-l$name"
+	      elif test "$hardcode_shlibpath_var" = no; then
+		add_shlibpath="$dir"
+		add="-l$name"
+	      else
+		lib_linked=no
+	      fi
+	      ;;
+	    relink)
+	      if test "$hardcode_direct" = yes &&
+	         test "$hardcode_direct_absolute" = no; then
+		add="$dir/$linklib"
+	      elif test "$hardcode_minus_L" = yes; then
+		add_dir="-L$absdir"
+		# Try looking first in the location we're being installed to.
+		if test -n "$inst_prefix_dir"; then
+		  case $libdir in
+		    [\\/]*)
+		      func_append add_dir " -L$inst_prefix_dir$libdir"
+		      ;;
+		  esac
+		fi
+		add="-l$name"
+	      elif test "$hardcode_shlibpath_var" = yes; then
+		add_shlibpath="$dir"
+		add="-l$name"
+	      else
+		lib_linked=no
+	      fi
+	      ;;
+	    *) lib_linked=no ;;
+	    esac
+
+	    if test "$lib_linked" != yes; then
+	      func_fatal_configuration "unsupported hardcode properties"
+	    fi
+
+	    if test -n "$add_shlibpath"; then
+	      case :$compile_shlibpath: in
+	      *":$add_shlibpath:"*) ;;
+	      *) func_append compile_shlibpath "$add_shlibpath:" ;;
+	      esac
+	    fi
+	    if test "$linkmode" = prog; then
+	      test -n "$add_dir" && compile_deplibs="$add_dir $compile_deplibs"
+	      test -n "$add" && compile_deplibs="$add $compile_deplibs"
+	    else
+	      test -n "$add_dir" && deplibs="$add_dir $deplibs"
+	      test -n "$add" && deplibs="$add $deplibs"
+	      if test "$hardcode_direct" != yes &&
+		 test "$hardcode_minus_L" != yes &&
+		 test "$hardcode_shlibpath_var" = yes; then
+		case :$finalize_shlibpath: in
+		*":$libdir:"*) ;;
+		*) func_append finalize_shlibpath "$libdir:" ;;
+		esac
+	      fi
+	    fi
+	  fi
+
+	  if test "$linkmode" = prog || test "$opt_mode" = relink; then
+	    add_shlibpath=
+	    add_dir=
+	    add=
+	    # Finalize command for both is simple: just hardcode it.
+	    if test "$hardcode_direct" = yes &&
+	       test "$hardcode_direct_absolute" = no; then
+	      add="$libdir/$linklib"
+	    elif test "$hardcode_minus_L" = yes; then
+	      add_dir="-L$libdir"
+	      add="-l$name"
+	    elif test "$hardcode_shlibpath_var" = yes; then
+	      case :$finalize_shlibpath: in
+	      *":$libdir:"*) ;;
+	      *) func_append finalize_shlibpath "$libdir:" ;;
+	      esac
+	      add="-l$name"
+	    elif test "$hardcode_automatic" = yes; then
+	      if test -n "$inst_prefix_dir" &&
+		 test -f "$inst_prefix_dir$libdir/$linklib" ; then
+		add="$inst_prefix_dir$libdir/$linklib"
+	      else
+		add="$libdir/$linklib"
+	      fi
+	    else
+	      # We cannot seem to hardcode it, guess we'll fake it.
+	      add_dir="-L$libdir"
+	      # Try looking first in the location we're being installed to.
+	      if test -n "$inst_prefix_dir"; then
+		case $libdir in
+		  [\\/]*)
+		    func_append add_dir " -L$inst_prefix_dir$libdir"
+		    ;;
+		esac
+	      fi
+	      add="-l$name"
+	    fi
+
+	    if test "$linkmode" = prog; then
+	      test -n "$add_dir" && finalize_deplibs="$add_dir $finalize_deplibs"
+	      test -n "$add" && finalize_deplibs="$add $finalize_deplibs"
+	    else
+	      test -n "$add_dir" && deplibs="$add_dir $deplibs"
+	      test -n "$add" && deplibs="$add $deplibs"
+	    fi
+	  fi
+	elif test "$linkmode" = prog; then
+	  # Here we assume that one of hardcode_direct or hardcode_minus_L
+	  # is not unsupported.  This is valid on all known static and
+	  # shared platforms.
+	  if test "$hardcode_direct" != unsupported; then
+	    test -n "$old_library" && linklib="$old_library"
+	    compile_deplibs="$dir/$linklib $compile_deplibs"
+	    finalize_deplibs="$dir/$linklib $finalize_deplibs"
+	  else
+	    compile_deplibs="-l$name -L$dir $compile_deplibs"
+	    finalize_deplibs="-l$name -L$dir $finalize_deplibs"
+	  fi
+	elif test "$build_libtool_libs" = yes; then
+	  # Not a shared library
+	  if test "$deplibs_check_method" != pass_all; then
+	    # We're trying link a shared library against a static one
+	    # but the system doesn't support it.
+
+	    # Just print a warning and add the library to dependency_libs so
+	    # that the program can be linked against the static library.
+	    echo
+	    $ECHO "*** Warning: This system can not link to static lib archive $lib."
+	    echo "*** I have the capability to make that library automatically link in when"
+	    echo "*** you link to this library.  But I can only do this if you have a"
+	    echo "*** shared version of the library, which you do not appear to have."
+	    if test "$module" = yes; then
+	      echo "*** But as you try to build a module library, libtool will still create "
+	      echo "*** a static module, that should work as long as the dlopening application"
+	      echo "*** is linked with the -dlopen flag to resolve symbols at runtime."
+	      if test -z "$global_symbol_pipe"; then
+		echo
+		echo "*** However, this would only work if libtool was able to extract symbol"
+		echo "*** lists from a program, using \`nm' or equivalent, but libtool could"
+		echo "*** not find such a program.  So, this module is probably useless."
+		echo "*** \`nm' from GNU binutils and a full rebuild may help."
+	      fi
+	      if test "$build_old_libs" = no; then
+		build_libtool_libs=module
+		build_old_libs=yes
+	      else
+		build_libtool_libs=no
+	      fi
+	    fi
+	  else
+	    deplibs="$dir/$old_library $deplibs"
+	    link_static=yes
+	  fi
+	fi # link shared/static library?
+
+	if test "$linkmode" = lib; then
+	  if test -n "$dependency_libs" &&
+	     { test "$hardcode_into_libs" != yes ||
+	       test "$build_old_libs" = yes ||
+	       test "$link_static" = yes; }; then
+	    # Extract -R from dependency_libs
+	    temp_deplibs=
+	    for libdir in $dependency_libs; do
+	      case $libdir in
+	      -R*) func_stripname '-R' '' "$libdir"
+	           temp_xrpath=$func_stripname_result
+		   case " $xrpath " in
+		   *" $temp_xrpath "*) ;;
+		   *) func_append xrpath " $temp_xrpath";;
+		   esac;;
+	      *) func_append temp_deplibs " $libdir";;
+	      esac
+	    done
+	    dependency_libs="$temp_deplibs"
+	  fi
+
+	  func_append newlib_search_path " $absdir"
+	  # Link against this library
+	  test "$link_static" = no && newdependency_libs="$abs_ladir/$laname $newdependency_libs"
+	  # ... and its dependency_libs
+	  tmp_libs=
+	  for deplib in $dependency_libs; do
+	    newdependency_libs="$deplib $newdependency_libs"
+	    case $deplib in
+              -L*) func_stripname '-L' '' "$deplib"
+                   func_resolve_sysroot "$func_stripname_result";;
+              *) func_resolve_sysroot "$deplib" ;;
+            esac
+	    if $opt_preserve_dup_deps ; then
+	      case "$tmp_libs " in
+	      *" $func_resolve_sysroot_result "*)
+                func_append specialdeplibs " $func_resolve_sysroot_result" ;;
+	      esac
+	    fi
+	    func_append tmp_libs " $func_resolve_sysroot_result"
+	  done
+
+	  if test "$link_all_deplibs" != no; then
+	    # Add the search paths of all dependency libraries
+	    for deplib in $dependency_libs; do
+	      path=
+	      case $deplib in
+	      -L*) path="$deplib" ;;
+	      *.la)
+	        func_resolve_sysroot "$deplib"
+	        deplib=$func_resolve_sysroot_result
+	        func_dirname "$deplib" "" "."
+		dir=$func_dirname_result
+		# We need an absolute path.
+		case $dir in
+		[\\/]* | [A-Za-z]:[\\/]*) absdir="$dir" ;;
+		*)
+		  absdir=`cd "$dir" && pwd`
+		  if test -z "$absdir"; then
+		    func_warning "cannot determine absolute directory name of \`$dir'"
+		    absdir="$dir"
+		  fi
+		  ;;
+		esac
+		if $GREP "^installed=no" $deplib > /dev/null; then
+		case $host in
+		*-*-darwin*)
+		  depdepl=
+		  eval deplibrary_names=`${SED} -n -e 's/^library_names=\(.*\)$/\1/p' $deplib`
+		  if test -n "$deplibrary_names" ; then
+		    for tmp in $deplibrary_names ; do
+		      depdepl=$tmp
+		    done
+		    if test -f "$absdir/$objdir/$depdepl" ; then
+		      depdepl="$absdir/$objdir/$depdepl"
+		      darwin_install_name=`${OTOOL} -L $depdepl | awk '{if (NR == 2) {print $1;exit}}'`
+                      if test -z "$darwin_install_name"; then
+                          darwin_install_name=`${OTOOL64} -L $depdepl  | awk '{if (NR == 2) {print $1;exit}}'`
+                      fi
+		      func_append compiler_flags " ${wl}-dylib_file ${wl}${darwin_install_name}:${depdepl}"
+		      func_append linker_flags " -dylib_file ${darwin_install_name}:${depdepl}"
+		      path=
+		    fi
+		  fi
+		  ;;
+		*)
+		  path="-L$absdir/$objdir"
+		  ;;
+		esac
+		else
+		  eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $deplib`
+		  test -z "$libdir" && \
+		    func_fatal_error "\`$deplib' is not a valid libtool archive"
+		  test "$absdir" != "$libdir" && \
+		    func_warning "\`$deplib' seems to be moved"
+
+		  path="-L$absdir"
+		fi
+		;;
+	      esac
+	      case " $deplibs " in
+	      *" $path "*) ;;
+	      *) deplibs="$path $deplibs" ;;
+	      esac
+	    done
+	  fi # link_all_deplibs != no
+	fi # linkmode = lib
+      done # for deplib in $libs
+      if test "$pass" = link; then
+	if test "$linkmode" = "prog"; then
+	  compile_deplibs="$new_inherited_linker_flags $compile_deplibs"
+	  finalize_deplibs="$new_inherited_linker_flags $finalize_deplibs"
+	else
+	  compiler_flags="$compiler_flags "`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
+	fi
+      fi
+      dependency_libs="$newdependency_libs"
+      if test "$pass" = dlpreopen; then
+	# Link the dlpreopened libraries before other libraries
+	for deplib in $save_deplibs; do
+	  deplibs="$deplib $deplibs"
+	done
+      fi
+      if test "$pass" != dlopen; then
+	if test "$pass" != conv; then
+	  # Make sure lib_search_path contains only unique directories.
+	  lib_search_path=
+	  for dir in $newlib_search_path; do
+	    case "$lib_search_path " in
+	    *" $dir "*) ;;
+	    *) func_append lib_search_path " $dir" ;;
+	    esac
+	  done
+	  newlib_search_path=
+	fi
+
+	if test "$linkmode,$pass" != "prog,link"; then
+	  vars="deplibs"
+	else
+	  vars="compile_deplibs finalize_deplibs"
+	fi
+	for var in $vars dependency_libs; do
+	  # Add libraries to $var in reverse order
+	  eval tmp_libs=\"\$$var\"
+	  new_libs=
+	  for deplib in $tmp_libs; do
+	    # FIXME: Pedantically, this is the right thing to do, so
+	    #        that some nasty dependency loop isn't accidentally
+	    #        broken:
+	    #new_libs="$deplib $new_libs"
+	    # Pragmatically, this seems to cause very few problems in
+	    # practice:
+	    case $deplib in
+	    -L*) new_libs="$deplib $new_libs" ;;
+	    -R*) ;;
+	    *)
+	      # And here is the reason: when a library appears more
+	      # than once as an explicit dependence of a library, or
+	      # is implicitly linked in more than once by the
+	      # compiler, it is considered special, and multiple
+	      # occurrences thereof are not removed.  Compare this
+	      # with having the same library being listed as a
+	      # dependency of multiple other libraries: in this case,
+	      # we know (pedantically, we assume) the library does not
+	      # need to be listed more than once, so we keep only the
+	      # last copy.  This is not always right, but it is rare
+	      # enough that we require users that really mean to play
+	      # such unportable linking tricks to link the library
+	      # using -Wl,-lname, so that libtool does not consider it
+	      # for duplicate removal.
+	      case " $specialdeplibs " in
+	      *" $deplib "*) new_libs="$deplib $new_libs" ;;
+	      *)
+		case " $new_libs " in
+		*" $deplib "*) ;;
+		*) new_libs="$deplib $new_libs" ;;
+		esac
+		;;
+	      esac
+	      ;;
+	    esac
+	  done
+	  tmp_libs=
+	  for deplib in $new_libs; do
+	    case $deplib in
+	    -L*)
+	      case " $tmp_libs " in
+	      *" $deplib "*) ;;
+	      *) func_append tmp_libs " $deplib" ;;
+	      esac
+	      ;;
+	    *) func_append tmp_libs " $deplib" ;;
+	    esac
+	  done
+	  eval $var=\"$tmp_libs\"
+	done # for var
+      fi
+      # Last step: remove runtime libs from dependency_libs
+      # (they stay in deplibs)
+      tmp_libs=
+      for i in $dependency_libs ; do
+	case " $predeps $postdeps $compiler_lib_search_path " in
+	*" $i "*)
+	  i=""
+	  ;;
+	esac
+	if test -n "$i" ; then
+	  func_append tmp_libs " $i"
+	fi
+      done
+      dependency_libs=$tmp_libs
+    done # for pass
+    if test "$linkmode" = prog; then
+      dlfiles="$newdlfiles"
+    fi
+    if test "$linkmode" = prog || test "$linkmode" = lib; then
+      dlprefiles="$newdlprefiles"
+    fi
+
+    case $linkmode in
+    oldlib)
+      if test -n "$dlfiles$dlprefiles" || test "$dlself" != no; then
+	func_warning "\`-dlopen' is ignored for archives"
+      fi
+
+      case " $deplibs" in
+      *\ -l* | *\ -L*)
+	func_warning "\`-l' and \`-L' are ignored for archives" ;;
+      esac
+
+      test -n "$rpath" && \
+	func_warning "\`-rpath' is ignored for archives"
+
+      test -n "$xrpath" && \
+	func_warning "\`-R' is ignored for archives"
+
+      test -n "$vinfo" && \
+	func_warning "\`-version-info/-version-number' is ignored for archives"
+
+      test -n "$release" && \
+	func_warning "\`-release' is ignored for archives"
+
+      test -n "$export_symbols$export_symbols_regex" && \
+	func_warning "\`-export-symbols' is ignored for archives"
+
+      # Now set the variables for building old libraries.
+      build_libtool_libs=no
+      oldlibs="$output"
+      func_append objs "$old_deplibs"
+      ;;
+
+    lib)
+      # Make sure we only generate libraries of the form `libNAME.la'.
+      case $outputname in
+      lib*)
+	func_stripname 'lib' '.la' "$outputname"
+	name=$func_stripname_result
+	eval shared_ext=\"$shrext_cmds\"
+	eval libname=\"$libname_spec\"
+	;;
+      *)
+	test "$module" = no && \
+	  func_fatal_help "libtool library \`$output' must begin with \`lib'"
+
+	if test "$need_lib_prefix" != no; then
+	  # Add the "lib" prefix for modules if required
+	  func_stripname '' '.la' "$outputname"
+	  name=$func_stripname_result
+	  eval shared_ext=\"$shrext_cmds\"
+	  eval libname=\"$libname_spec\"
+	else
+	  func_stripname '' '.la' "$outputname"
+	  libname=$func_stripname_result
+	fi
+	;;
+      esac
+
+      if test -n "$objs"; then
+	if test "$deplibs_check_method" != pass_all; then
+	  func_fatal_error "cannot build libtool library \`$output' from non-libtool objects on this host:$objs"
+	else
+	  echo
+	  $ECHO "*** Warning: Linking the shared library $output against the non-libtool"
+	  $ECHO "*** objects $objs is not portable!"
+	  func_append libobjs " $objs"
+	fi
+      fi
+
+      test "$dlself" != no && \
+	func_warning "\`-dlopen self' is ignored for libtool libraries"
+
+      set dummy $rpath
+      shift
+      test "$#" -gt 1 && \
+	func_warning "ignoring multiple \`-rpath's for a libtool library"
+
+      install_libdir="$1"
+
+      oldlibs=
+      if test -z "$rpath"; then
+	if test "$build_libtool_libs" = yes; then
+	  # Building a libtool convenience library.
+	  # Some compilers have problems with a `.al' extension so
+	  # convenience libraries should have the same extension an
+	  # archive normally would.
+	  oldlibs="$output_objdir/$libname.$libext $oldlibs"
+	  build_libtool_libs=convenience
+	  build_old_libs=yes
+	fi
+
+	test -n "$vinfo" && \
+	  func_warning "\`-version-info/-version-number' is ignored for convenience libraries"
+
+	test -n "$release" && \
+	  func_warning "\`-release' is ignored for convenience libraries"
+      else
+
+	# Parse the version information argument.
+	save_ifs="$IFS"; IFS=':'
+	set dummy $vinfo 0 0 0
+	shift
+	IFS="$save_ifs"
+
+	test -n "$7" && \
+	  func_fatal_help "too many parameters to \`-version-info'"
+
+	# convert absolute version numbers to libtool ages
+	# this retains compatibility with .la files and attempts
+	# to make the code below a bit more comprehensible
+
+	case $vinfo_number in
+	yes)
+	  number_major="$1"
+	  number_minor="$2"
+	  number_revision="$3"
+	  #
+	  # There are really only two kinds -- those that
+	  # use the current revision as the major version
+	  # and those that subtract age and use age as
+	  # a minor version.  But, then there is irix
+	  # which has an extra 1 added just for fun
+	  #
+	  case $version_type in
+	  # correct linux to gnu/linux during the next big refactor
+	  darwin|linux|osf|windows|none)
+	    func_arith $number_major + $number_minor
+	    current=$func_arith_result
+	    age="$number_minor"
+	    revision="$number_revision"
+	    ;;
+	  freebsd-aout|freebsd-elf|qnx|sunos)
+	    current="$number_major"
+	    revision="$number_minor"
+	    age="0"
+	    ;;
+	  irix|nonstopux)
+	    func_arith $number_major + $number_minor
+	    current=$func_arith_result
+	    age="$number_minor"
+	    revision="$number_minor"
+	    lt_irix_increment=no
+	    ;;
+	  esac
+	  ;;
+	no)
+	  current="$1"
+	  revision="$2"
+	  age="$3"
+	  ;;
+	esac
+
+	# Check that each of the things are valid numbers.
+	case $current in
+	0|[1-9]|[1-9][0-9]|[1-9][0-9][0-9]|[1-9][0-9][0-9][0-9]|[1-9][0-9][0-9][0-9][0-9]) ;;
+	*)
+	  func_error "CURRENT \`$current' must be a nonnegative integer"
+	  func_fatal_error "\`$vinfo' is not valid version information"
+	  ;;
+	esac
+
+	case $revision in
+	0|[1-9]|[1-9][0-9]|[1-9][0-9][0-9]|[1-9][0-9][0-9][0-9]|[1-9][0-9][0-9][0-9][0-9]) ;;
+	*)
+	  func_error "REVISION \`$revision' must be a nonnegative integer"
+	  func_fatal_error "\`$vinfo' is not valid version information"
+	  ;;
+	esac
+
+	case $age in
+	0|[1-9]|[1-9][0-9]|[1-9][0-9][0-9]|[1-9][0-9][0-9][0-9]|[1-9][0-9][0-9][0-9][0-9]) ;;
+	*)
+	  func_error "AGE \`$age' must be a nonnegative integer"
+	  func_fatal_error "\`$vinfo' is not valid version information"
+	  ;;
+	esac
+
+	if test "$age" -gt "$current"; then
+	  func_error "AGE \`$age' is greater than the current interface number \`$current'"
+	  func_fatal_error "\`$vinfo' is not valid version information"
+	fi
+
+	# Calculate the version variables.
+	major=
+	versuffix=
+	verstring=
+	case $version_type in
+	none) ;;
+
+	darwin)
+	  # Like Linux, but with the current version available in
+	  # verstring for coding it into the library header
+	  func_arith $current - $age
+	  major=.$func_arith_result
+	  versuffix="$major.$age.$revision"
+	  # Darwin ld doesn't like 0 for these options...
+	  func_arith $current + 1
+	  minor_current=$func_arith_result
+	  xlcverstring="${wl}-compatibility_version ${wl}$minor_current ${wl}-current_version ${wl}$minor_current.$revision"
+	  verstring="-compatibility_version $minor_current -current_version $minor_current.$revision"
+	  ;;
+
+	freebsd-aout)
+	  major=".$current"
+	  versuffix=".$current.$revision";
+	  ;;
+
+	freebsd-elf)
+	  major=".$current"
+	  versuffix=".$current"
+	  ;;
+
+	irix | nonstopux)
+	  if test "X$lt_irix_increment" = "Xno"; then
+	    func_arith $current - $age
+	  else
+	    func_arith $current - $age + 1
+	  fi
+	  major=$func_arith_result
+
+	  case $version_type in
+	    nonstopux) verstring_prefix=nonstopux ;;
+	    *)         verstring_prefix=sgi ;;
+	  esac
+	  verstring="$verstring_prefix$major.$revision"
+
+	  # Add in all the interfaces that we are compatible with.
+	  loop=$revision
+	  while test "$loop" -ne 0; do
+	    func_arith $revision - $loop
+	    iface=$func_arith_result
+	    func_arith $loop - 1
+	    loop=$func_arith_result
+	    verstring="$verstring_prefix$major.$iface:$verstring"
+	  done
+
+	  # Before this point, $major must not contain `.'.
+	  major=.$major
+	  versuffix="$major.$revision"
+	  ;;
+
+	linux) # correct to gnu/linux during the next big refactor
+	  func_arith $current - $age
+	  major=.$func_arith_result
+	  versuffix="$major.$age.$revision"
+	  ;;
+
+	osf)
+	  func_arith $current - $age
+	  major=.$func_arith_result
+	  versuffix=".$current.$age.$revision"
+	  verstring="$current.$age.$revision"
+
+	  # Add in all the interfaces that we are compatible with.
+	  loop=$age
+	  while test "$loop" -ne 0; do
+	    func_arith $current - $loop
+	    iface=$func_arith_result
+	    func_arith $loop - 1
+	    loop=$func_arith_result
+	    verstring="$verstring:${iface}.0"
+	  done
+
+	  # Make executables depend on our current version.
+	  func_append verstring ":${current}.0"
+	  ;;
+
+	qnx)
+	  major=".$current"
+	  versuffix=".$current"
+	  ;;
+
+	sunos)
+	  major=".$current"
+	  versuffix=".$current.$revision"
+	  ;;
+
+	windows)
+	  # Use '-' rather than '.', since we only want one
+	  # extension on DOS 8.3 filesystems.
+	  func_arith $current - $age
+	  major=$func_arith_result
+	  versuffix="-$major"
+	  ;;
+
+	*)
+	  func_fatal_configuration "unknown library version type \`$version_type'"
+	  ;;
+	esac
+
+	# Clear the version info if we defaulted, and they specified a release.
+	if test -z "$vinfo" && test -n "$release"; then
+	  major=
+	  case $version_type in
+	  darwin)
+	    # we can't check for "0.0" in archive_cmds due to quoting
+	    # problems, so we reset it completely
+	    verstring=
+	    ;;
+	  *)
+	    verstring="0.0"
+	    ;;
+	  esac
+	  if test "$need_version" = no; then
+	    versuffix=
+	  else
+	    versuffix=".0.0"
+	  fi
+	fi
+
+	# Remove version info from name if versioning should be avoided
+	if test "$avoid_version" = yes && test "$need_version" = no; then
+	  major=
+	  versuffix=
+	  verstring=""
+	fi
+
+	# Check to see if the archive will have undefined symbols.
+	if test "$allow_undefined" = yes; then
+	  if test "$allow_undefined_flag" = unsupported; then
+	    func_warning "undefined symbols not allowed in $host shared libraries"
+	    build_libtool_libs=no
+	    build_old_libs=yes
+	  fi
+	else
+	  # Don't allow undefined symbols.
+	  allow_undefined_flag="$no_undefined_flag"
+	fi
+
+      fi
+
+      func_generate_dlsyms "$libname" "$libname" "yes"
+      func_append libobjs " $symfileobj"
+      test "X$libobjs" = "X " && libobjs=
+
+      if test "$opt_mode" != relink; then
+	# Remove our outputs, but don't remove object files since they
+	# may have been created when compiling PIC objects.
+	removelist=
+	tempremovelist=`$ECHO "$output_objdir/*"`
+	for p in $tempremovelist; do
+	  case $p in
+	    *.$objext | *.gcno)
+	       ;;
+	    $output_objdir/$outputname | $output_objdir/$libname.* | $output_objdir/${libname}${release}.*)
+	       if test "X$precious_files_regex" != "X"; then
+		 if $ECHO "$p" | $EGREP -e "$precious_files_regex" >/dev/null 2>&1
+		 then
+		   continue
+		 fi
+	       fi
+	       func_append removelist " $p"
+	       ;;
+	    *) ;;
+	  esac
+	done
+	test -n "$removelist" && \
+	  func_show_eval "${RM}r \$removelist"
+      fi
+
+      # Now set the variables for building old libraries.
+      if test "$build_old_libs" = yes && test "$build_libtool_libs" != convenience ; then
+	func_append oldlibs " $output_objdir/$libname.$libext"
+
+	# Transform .lo files to .o files.
+	oldobjs="$objs "`$ECHO "$libobjs" | $SP2NL | $SED "/\.${libext}$/d; $lo2o" | $NL2SP`
+      fi
+
+      # Eliminate all temporary directories.
+      #for path in $notinst_path; do
+      #	lib_search_path=`$ECHO "$lib_search_path " | $SED "s% $path % %g"`
+      #	deplibs=`$ECHO "$deplibs " | $SED "s% -L$path % %g"`
+      #	dependency_libs=`$ECHO "$dependency_libs " | $SED "s% -L$path % %g"`
+      #done
+
+      if test -n "$xrpath"; then
+	# If the user specified any rpath flags, then add them.
+	temp_xrpath=
+	for libdir in $xrpath; do
+	  func_replace_sysroot "$libdir"
+	  func_append temp_xrpath " -R$func_replace_sysroot_result"
+	  case "$finalize_rpath " in
+	  *" $libdir "*) ;;
+	  *) func_append finalize_rpath " $libdir" ;;
+	  esac
+	done
+	if test "$hardcode_into_libs" != yes || test "$build_old_libs" = yes; then
+	  dependency_libs="$temp_xrpath $dependency_libs"
+	fi
+      fi
+
+      # Make sure dlfiles contains only unique files that won't be dlpreopened
+      old_dlfiles="$dlfiles"
+      dlfiles=
+      for lib in $old_dlfiles; do
+	case " $dlprefiles $dlfiles " in
+	*" $lib "*) ;;
+	*) func_append dlfiles " $lib" ;;
+	esac
+      done
+
+      # Make sure dlprefiles contains only unique files
+      old_dlprefiles="$dlprefiles"
+      dlprefiles=
+      for lib in $old_dlprefiles; do
+	case "$dlprefiles " in
+	*" $lib "*) ;;
+	*) func_append dlprefiles " $lib" ;;
+	esac
+      done
+
+      if test "$build_libtool_libs" = yes; then
+	if test -n "$rpath"; then
+	  case $host in
+	  *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-*-beos* | *-cegcc* | *-*-haiku*)
+	    # these systems don't actually have a c library (as such)!
+	    ;;
+	  *-*-rhapsody* | *-*-darwin1.[012])
+	    # Rhapsody C library is in the System framework
+	    func_append deplibs " System.ltframework"
+	    ;;
+	  *-*-netbsd*)
+	    # Don't link with libc until the a.out ld.so is fixed.
+	    ;;
+	  *-*-openbsd* | *-*-freebsd* | *-*-dragonfly*)
+	    # Do not include libc due to us having libc/libc_r.
+	    ;;
+	  *-*-sco3.2v5* | *-*-sco5v6*)
+	    # Causes problems with __ctype
+	    ;;
+	  *-*-sysv4.2uw2* | *-*-sysv5* | *-*-unixware* | *-*-OpenUNIX*)
+	    # Compiler inserts libc in the correct place for threads to work
+	    ;;
+	  *)
+	    # Add libc to deplibs on all other systems if necessary.
+	    if test "$build_libtool_need_lc" = "yes"; then
+	      func_append deplibs " -lc"
+	    fi
+	    ;;
+	  esac
+	fi
+
+	# Transform deplibs into only deplibs that can be linked in shared.
+	name_save=$name
+	libname_save=$libname
+	release_save=$release
+	versuffix_save=$versuffix
+	major_save=$major
+	# I'm not sure if I'm treating the release correctly.  I think
+	# release should show up in the -l (ie -lgmp5) so we don't want to
+	# add it in twice.  Is that correct?
+	release=""
+	versuffix=""
+	major=""
+	newdeplibs=
+	droppeddeps=no
+	case $deplibs_check_method in
+	pass_all)
+	  # Don't check for shared/static.  Everything works.
+	  # This might be a little naive.  We might want to check
+	  # whether the library exists or not.  But this is on
+	  # osf3 & osf4 and I'm not really sure... Just
+	  # implementing what was already the behavior.
+	  newdeplibs=$deplibs
+	  ;;
+	test_compile)
+	  # This code stresses the "libraries are programs" paradigm to its
+	  # limits. Maybe even breaks it.  We compile a program, linking it
+	  # against the deplibs as a proxy for the library.  Then we can check
+	  # whether they linked in statically or dynamically with ldd.
+	  $opt_dry_run || $RM conftest.c
+	  cat > conftest.c <<EOF
+	  int main() { return 0; }
+EOF
+	  $opt_dry_run || $RM conftest
+	  if $LTCC $LTCFLAGS -o conftest conftest.c $deplibs; then
+	    ldd_output=`ldd conftest`
+	    for i in $deplibs; do
+	      case $i in
+	      -l*)
+		func_stripname -l '' "$i"
+		name=$func_stripname_result
+		if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then
+		  case " $predeps $postdeps " in
+		  *" $i "*)
+		    func_append newdeplibs " $i"
+		    i=""
+		    ;;
+		  esac
+		fi
+		if test -n "$i" ; then
+		  libname=`eval "\\$ECHO \"$libname_spec\""`
+		  deplib_matches=`eval "\\$ECHO \"$library_names_spec\""`
+		  set dummy $deplib_matches; shift
+		  deplib_match=$1
+		  if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0 ; then
+		    func_append newdeplibs " $i"
+		  else
+		    droppeddeps=yes
+		    echo
+		    $ECHO "*** Warning: dynamic linker does not accept needed library $i."
+		    echo "*** I have the capability to make that library automatically link in when"
+		    echo "*** you link to this library.  But I can only do this if you have a"
+		    echo "*** shared version of the library, which I believe you do not have"
+		    echo "*** because a test_compile did reveal that the linker did not use it for"
+		    echo "*** its dynamic dependency list that programs get resolved with at runtime."
+		  fi
+		fi
+		;;
+	      *)
+		func_append newdeplibs " $i"
+		;;
+	      esac
+	    done
+	  else
+	    # Error occurred in the first compile.  Let's try to salvage
+	    # the situation: Compile a separate program for each library.
+	    for i in $deplibs; do
+	      case $i in
+	      -l*)
+		func_stripname -l '' "$i"
+		name=$func_stripname_result
+		$opt_dry_run || $RM conftest
+		if $LTCC $LTCFLAGS -o conftest conftest.c $i; then
+		  ldd_output=`ldd conftest`
+		  if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then
+		    case " $predeps $postdeps " in
+		    *" $i "*)
+		      func_append newdeplibs " $i"
+		      i=""
+		      ;;
+		    esac
+		  fi
+		  if test -n "$i" ; then
+		    libname=`eval "\\$ECHO \"$libname_spec\""`
+		    deplib_matches=`eval "\\$ECHO \"$library_names_spec\""`
+		    set dummy $deplib_matches; shift
+		    deplib_match=$1
+		    if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0 ; then
+		      func_append newdeplibs " $i"
+		    else
+		      droppeddeps=yes
+		      echo
+		      $ECHO "*** Warning: dynamic linker does not accept needed library $i."
+		      echo "*** I have the capability to make that library automatically link in when"
+		      echo "*** you link to this library.  But I can only do this if you have a"
+		      echo "*** shared version of the library, which you do not appear to have"
+		      echo "*** because a test_compile did reveal that the linker did not use this one"
+		      echo "*** as a dynamic dependency that programs can get resolved with at runtime."
+		    fi
+		  fi
+		else
+		  droppeddeps=yes
+		  echo
+		  $ECHO "*** Warning!  Library $i is needed by this library but I was not able to"
+		  echo "*** make it link in!  You will probably need to install it or some"
+		  echo "*** library that it depends on before this library will be fully"
+		  echo "*** functional.  Installing it before continuing would be even better."
+		fi
+		;;
+	      *)
+		func_append newdeplibs " $i"
+		;;
+	      esac
+	    done
+	  fi
+	  ;;
+	file_magic*)
+	  set dummy $deplibs_check_method; shift
+	  file_magic_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
+	  for a_deplib in $deplibs; do
+	    case $a_deplib in
+	    -l*)
+	      func_stripname -l '' "$a_deplib"
+	      name=$func_stripname_result
+	      if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then
+		case " $predeps $postdeps " in
+		*" $a_deplib "*)
+		  func_append newdeplibs " $a_deplib"
+		  a_deplib=""
+		  ;;
+		esac
+	      fi
+	      if test -n "$a_deplib" ; then
+		libname=`eval "\\$ECHO \"$libname_spec\""`
+		if test -n "$file_magic_glob"; then
+		  libnameglob=`func_echo_all "$libname" | $SED -e $file_magic_glob`
+		else
+		  libnameglob=$libname
+		fi
+		test "$want_nocaseglob" = yes && nocaseglob=`shopt -p nocaseglob`
+		for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do
+		  if test "$want_nocaseglob" = yes; then
+		    shopt -s nocaseglob
+		    potential_libs=`ls $i/$libnameglob[.-]* 2>/dev/null`
+		    $nocaseglob
+		  else
+		    potential_libs=`ls $i/$libnameglob[.-]* 2>/dev/null`
+		  fi
+		  for potent_lib in $potential_libs; do
+		      # Follow soft links.
+		      if ls -lLd "$potent_lib" 2>/dev/null |
+			 $GREP " -> " >/dev/null; then
+			continue
+		      fi
+		      # The statement above tries to avoid entering an
+		      # endless loop below, in case of cyclic links.
+		      # We might still enter an endless loop, since a link
+		      # loop can be closed while we follow links,
+		      # but so what?
+		      potlib="$potent_lib"
+		      while test -h "$potlib" 2>/dev/null; do
+			potliblink=`ls -ld $potlib | ${SED} 's/.* -> //'`
+			case $potliblink in
+			[\\/]* | [A-Za-z]:[\\/]*) potlib="$potliblink";;
+			*) potlib=`$ECHO "$potlib" | $SED 's,[^/]*$,,'`"$potliblink";;
+			esac
+		      done
+		      if eval $file_magic_cmd \"\$potlib\" 2>/dev/null |
+			 $SED -e 10q |
+			 $EGREP "$file_magic_regex" > /dev/null; then
+			func_append newdeplibs " $a_deplib"
+			a_deplib=""
+			break 2
+		      fi
+		  done
+		done
+	      fi
+	      if test -n "$a_deplib" ; then
+		droppeddeps=yes
+		echo
+		$ECHO "*** Warning: linker path does not have real file for library $a_deplib."
+		echo "*** I have the capability to make that library automatically link in when"
+		echo "*** you link to this library.  But I can only do this if you have a"
+		echo "*** shared version of the library, which you do not appear to have"
+		echo "*** because I did check the linker path looking for a file starting"
+		if test -z "$potlib" ; then
+		  $ECHO "*** with $libname but no candidates were found. (...for file magic test)"
+		else
+		  $ECHO "*** with $libname and none of the candidates passed a file format test"
+		  $ECHO "*** using a file magic. Last file checked: $potlib"
+		fi
+	      fi
+	      ;;
+	    *)
+	      # Add a -L argument.
+	      func_append newdeplibs " $a_deplib"
+	      ;;
+	    esac
+	  done # Gone through all deplibs.
+	  ;;
+	match_pattern*)
+	  set dummy $deplibs_check_method; shift
+	  match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
+	  for a_deplib in $deplibs; do
+	    case $a_deplib in
+	    -l*)
+	      func_stripname -l '' "$a_deplib"
+	      name=$func_stripname_result
+	      if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then
+		case " $predeps $postdeps " in
+		*" $a_deplib "*)
+		  func_append newdeplibs " $a_deplib"
+		  a_deplib=""
+		  ;;
+		esac
+	      fi
+	      if test -n "$a_deplib" ; then
+		libname=`eval "\\$ECHO \"$libname_spec\""`
+		for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do
+		  potential_libs=`ls $i/$libname[.-]* 2>/dev/null`
+		  for potent_lib in $potential_libs; do
+		    potlib="$potent_lib" # see symlink-check above in file_magic test
+		    if eval "\$ECHO \"$potent_lib\"" 2>/dev/null | $SED 10q | \
+		       $EGREP "$match_pattern_regex" > /dev/null; then
+		      func_append newdeplibs " $a_deplib"
+		      a_deplib=""
+		      break 2
+		    fi
+		  done
+		done
+	      fi
+	      if test -n "$a_deplib" ; then
+		droppeddeps=yes
+		echo
+		$ECHO "*** Warning: linker path does not have real file for library $a_deplib."
+		echo "*** I have the capability to make that library automatically link in when"
+		echo "*** you link to this library.  But I can only do this if you have a"
+		echo "*** shared version of the library, which you do not appear to have"
+		echo "*** because I did check the linker path looking for a file starting"
+		if test -z "$potlib" ; then
+		  $ECHO "*** with $libname but no candidates were found. (...for regex pattern test)"
+		else
+		  $ECHO "*** with $libname and none of the candidates passed a file format test"
+		  $ECHO "*** using a regex pattern. Last file checked: $potlib"
+		fi
+	      fi
+	      ;;
+	    *)
+	      # Add a -L argument.
+	      func_append newdeplibs " $a_deplib"
+	      ;;
+	    esac
+	  done # Gone through all deplibs.
+	  ;;
+	none | unknown | *)
+	  newdeplibs=""
+	  tmp_deplibs=`$ECHO " $deplibs" | $SED 's/ -lc$//; s/ -[LR][^ ]*//g'`
+	  if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then
+	    for i in $predeps $postdeps ; do
+	      # can't use Xsed below, because $i might contain '/'
+	      tmp_deplibs=`$ECHO " $tmp_deplibs" | $SED "s,$i,,"`
+	    done
+	  fi
+	  case $tmp_deplibs in
+	  *[!\	\ ]*)
+	    echo
+	    if test "X$deplibs_check_method" = "Xnone"; then
+	      echo "*** Warning: inter-library dependencies are not supported in this platform."
+	    else
+	      echo "*** Warning: inter-library dependencies are not known to be supported."
+	    fi
+	    echo "*** All declared inter-library dependencies are being dropped."
+	    droppeddeps=yes
+	    ;;
+	  esac
+	  ;;
+	esac
+	versuffix=$versuffix_save
+	major=$major_save
+	release=$release_save
+	libname=$libname_save
+	name=$name_save
+
+	case $host in
+	*-*-rhapsody* | *-*-darwin1.[012])
+	  # On Rhapsody replace the C library with the System framework
+	  newdeplibs=`$ECHO " $newdeplibs" | $SED 's/ -lc / System.ltframework /'`
+	  ;;
+	esac
+
+	if test "$droppeddeps" = yes; then
+	  if test "$module" = yes; then
+	    echo
+	    echo "*** Warning: libtool could not satisfy all declared inter-library"
+	    $ECHO "*** dependencies of module $libname.  Therefore, libtool will create"
+	    echo "*** a static module, that should work as long as the dlopening"
+	    echo "*** application is linked with the -dlopen flag."
+	    if test -z "$global_symbol_pipe"; then
+	      echo
+	      echo "*** However, this would only work if libtool was able to extract symbol"
+	      echo "*** lists from a program, using \`nm' or equivalent, but libtool could"
+	      echo "*** not find such a program.  So, this module is probably useless."
+	      echo "*** \`nm' from GNU binutils and a full rebuild may help."
+	    fi
+	    if test "$build_old_libs" = no; then
+	      oldlibs="$output_objdir/$libname.$libext"
+	      build_libtool_libs=module
+	      build_old_libs=yes
+	    else
+	      build_libtool_libs=no
+	    fi
+	  else
+	    echo "*** The inter-library dependencies that have been dropped here will be"
+	    echo "*** automatically added whenever a program is linked with this library"
+	    echo "*** or is declared to -dlopen it."
+
+	    if test "$allow_undefined" = no; then
+	      echo
+	      echo "*** Since this library must not contain undefined symbols,"
+	      echo "*** because either the platform does not support them or"
+	      echo "*** it was explicitly requested with -no-undefined,"
+	      echo "*** libtool will only create a static version of it."
+	      if test "$build_old_libs" = no; then
+		oldlibs="$output_objdir/$libname.$libext"
+		build_libtool_libs=module
+		build_old_libs=yes
+	      else
+		build_libtool_libs=no
+	      fi
+	    fi
+	  fi
+	fi
+	# Done checking deplibs!
+	deplibs=$newdeplibs
+      fi
+      # Time to change all our "foo.ltframework" stuff back to "-framework foo"
+      case $host in
+	*-*-darwin*)
+	  newdeplibs=`$ECHO " $newdeplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
+	  new_inherited_linker_flags=`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
+	  deplibs=`$ECHO " $deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
+	  ;;
+      esac
+
+      # move library search paths that coincide with paths to not yet
+      # installed libraries to the beginning of the library search list
+      new_libs=
+      for path in $notinst_path; do
+	case " $new_libs " in
+	*" -L$path/$objdir "*) ;;
+	*)
+	  case " $deplibs " in
+	  *" -L$path/$objdir "*)
+	    func_append new_libs " -L$path/$objdir" ;;
+	  esac
+	  ;;
+	esac
+      done
+      for deplib in $deplibs; do
+	case $deplib in
+	-L*)
+	  case " $new_libs " in
+	  *" $deplib "*) ;;
+	  *) func_append new_libs " $deplib" ;;
+	  esac
+	  ;;
+	*) func_append new_libs " $deplib" ;;
+	esac
+      done
+      deplibs="$new_libs"
+
+      # All the library-specific variables (install_libdir is set above).
+      library_names=
+      old_library=
+      dlname=
+
+      # Test again, we may have decided not to build it any more
+      if test "$build_libtool_libs" = yes; then
+	# Remove ${wl} instances when linking with ld.
+	# FIXME: should test the right _cmds variable.
+	case $archive_cmds in
+	  *\$LD\ *) wl= ;;
+        esac
+	if test "$hardcode_into_libs" = yes; then
+	  # Hardcode the library paths
+	  hardcode_libdirs=
+	  dep_rpath=
+	  rpath="$finalize_rpath"
+	  test "$opt_mode" != relink && rpath="$compile_rpath$rpath"
+	  for libdir in $rpath; do
+	    if test -n "$hardcode_libdir_flag_spec"; then
+	      if test -n "$hardcode_libdir_separator"; then
+		func_replace_sysroot "$libdir"
+		libdir=$func_replace_sysroot_result
+		if test -z "$hardcode_libdirs"; then
+		  hardcode_libdirs="$libdir"
+		else
+		  # Just accumulate the unique libdirs.
+		  case $hardcode_libdir_separator$hardcode_libdirs$hardcode_libdir_separator in
+		  *"$hardcode_libdir_separator$libdir$hardcode_libdir_separator"*)
+		    ;;
+		  *)
+		    func_append hardcode_libdirs "$hardcode_libdir_separator$libdir"
+		    ;;
+		  esac
+		fi
+	      else
+		eval flag=\"$hardcode_libdir_flag_spec\"
+		func_append dep_rpath " $flag"
+	      fi
+	    elif test -n "$runpath_var"; then
+	      case "$perm_rpath " in
+	      *" $libdir "*) ;;
+	      *) func_append perm_rpath " $libdir" ;;
+	      esac
+	    fi
+	  done
+	  # Substitute the hardcoded libdirs into the rpath.
+	  if test -n "$hardcode_libdir_separator" &&
+	     test -n "$hardcode_libdirs"; then
+	    libdir="$hardcode_libdirs"
+	    eval "dep_rpath=\"$hardcode_libdir_flag_spec\""
+	  fi
+	  if test -n "$runpath_var" && test -n "$perm_rpath"; then
+	    # We should set the runpath_var.
+	    rpath=
+	    for dir in $perm_rpath; do
+	      func_append rpath "$dir:"
+	    done
+	    eval "$runpath_var='$rpath\$$runpath_var'; export $runpath_var"
+	  fi
+	  test -n "$dep_rpath" && deplibs="$dep_rpath $deplibs"
+	fi
+
+	shlibpath="$finalize_shlibpath"
+	test "$opt_mode" != relink && shlibpath="$compile_shlibpath$shlibpath"
+	if test -n "$shlibpath"; then
+	  eval "$shlibpath_var='$shlibpath\$$shlibpath_var'; export $shlibpath_var"
+	fi
+
+	# Get the real and link names of the library.
+	eval shared_ext=\"$shrext_cmds\"
+	eval library_names=\"$library_names_spec\"
+	set dummy $library_names
+	shift
+	realname="$1"
+	shift
+
+	if test -n "$soname_spec"; then
+	  eval soname=\"$soname_spec\"
+	else
+	  soname="$realname"
+	fi
+	if test -z "$dlname"; then
+	  dlname=$soname
+	fi
+
+	lib="$output_objdir/$realname"
+	linknames=
+	for link
+	do
+	  func_append linknames " $link"
+	done
+
+	# Use standard objects if they are pic
+	test -z "$pic_flag" && libobjs=`$ECHO "$libobjs" | $SP2NL | $SED "$lo2o" | $NL2SP`
+	test "X$libobjs" = "X " && libobjs=
+
+	delfiles=
+	if test -n "$export_symbols" && test -n "$include_expsyms"; then
+	  $opt_dry_run || cp "$export_symbols" "$output_objdir/$libname.uexp"
+	  export_symbols="$output_objdir/$libname.uexp"
+	  func_append delfiles " $export_symbols"
+	fi
+
+	orig_export_symbols=
+	case $host_os in
+	cygwin* | mingw* | cegcc*)
+	  if test -n "$export_symbols" && test -z "$export_symbols_regex"; then
+	    # exporting using user supplied symfile
+	    if test "x`$SED 1q $export_symbols`" != xEXPORTS; then
+	      # and it's NOT already a .def file. Must figure out
+	      # which of the given symbols are data symbols and tag
+	      # them as such. So, trigger use of export_symbols_cmds.
+	      # export_symbols gets reassigned inside the "prepare
+	      # the list of exported symbols" if statement, so the
+	      # include_expsyms logic still works.
+	      orig_export_symbols="$export_symbols"
+	      export_symbols=
+	      always_export_symbols=yes
+	    fi
+	  fi
+	  ;;
+	esac
+
+	# Prepare the list of exported symbols
+	if test -z "$export_symbols"; then
+	  if test "$always_export_symbols" = yes || test -n "$export_symbols_regex"; then
+	    func_verbose "generating symbol list for \`$libname.la'"
+	    export_symbols="$output_objdir/$libname.exp"
+	    $opt_dry_run || $RM $export_symbols
+	    cmds=$export_symbols_cmds
+	    save_ifs="$IFS"; IFS='~'
+	    for cmd1 in $cmds; do
+	      IFS="$save_ifs"
+	      # Take the normal branch if the nm_file_list_spec branch
+	      # doesn't work or if tool conversion is not needed.
+	      case $nm_file_list_spec~$to_tool_file_cmd in
+		*~func_convert_file_noop | *~func_convert_file_msys_to_w32 | ~*)
+		  try_normal_branch=yes
+		  eval cmd=\"$cmd1\"
+		  func_len " $cmd"
+		  len=$func_len_result
+		  ;;
+		*)
+		  try_normal_branch=no
+		  ;;
+	      esac
+	      if test "$try_normal_branch" = yes \
+		 && { test "$len" -lt "$max_cmd_len" \
+		      || test "$max_cmd_len" -le -1; }
+	      then
+		func_show_eval "$cmd" 'exit $?'
+		skipped_export=false
+	      elif test -n "$nm_file_list_spec"; then
+		func_basename "$output"
+		output_la=$func_basename_result
+		save_libobjs=$libobjs
+		save_output=$output
+		output=${output_objdir}/${output_la}.nm
+		func_to_tool_file "$output"
+		libobjs=$nm_file_list_spec$func_to_tool_file_result
+		func_append delfiles " $output"
+		func_verbose "creating $NM input file list: $output"
+		for obj in $save_libobjs; do
+		  func_to_tool_file "$obj"
+		  $ECHO "$func_to_tool_file_result"
+		done > "$output"
+		eval cmd=\"$cmd1\"
+		func_show_eval "$cmd" 'exit $?'
+		output=$save_output
+		libobjs=$save_libobjs
+		skipped_export=false
+	      else
+		# The command line is too long to execute in one step.
+		func_verbose "using reloadable object file for export list..."
+		skipped_export=:
+		# Break out early, otherwise skipped_export may be
+		# set to false by a later but shorter cmd.
+		break
+	      fi
+	    done
+	    IFS="$save_ifs"
+	    if test -n "$export_symbols_regex" && test "X$skipped_export" != "X:"; then
+	      func_show_eval '$EGREP -e "$export_symbols_regex" "$export_symbols" > "${export_symbols}T"'
+	      func_show_eval '$MV "${export_symbols}T" "$export_symbols"'
+	    fi
+	  fi
+	fi
+
+	if test -n "$export_symbols" && test -n "$include_expsyms"; then
+	  tmp_export_symbols="$export_symbols"
+	  test -n "$orig_export_symbols" && tmp_export_symbols="$orig_export_symbols"
+	  $opt_dry_run || eval '$ECHO "$include_expsyms" | $SP2NL >> "$tmp_export_symbols"'
+	fi
+
+	if test "X$skipped_export" != "X:" && test -n "$orig_export_symbols"; then
+	  # The given exports_symbols file has to be filtered, so filter it.
+	  func_verbose "filter symbol list for \`$libname.la' to tag DATA exports"
+	  # FIXME: $output_objdir/$libname.filter potentially contains lots of
+	  # 's' commands which not all seds can handle. GNU sed should be fine
+	  # though. Also, the filter scales superlinearly with the number of
+	  # global variables. join(1) would be nice here, but unfortunately
+	  # isn't a blessed tool.
+	  $opt_dry_run || $SED -e '/[ ,]DATA/!d;s,\(.*\)\([ \,].*\),s|^\1$|\1\2|,' < $export_symbols > $output_objdir/$libname.filter
+	  func_append delfiles " $export_symbols $output_objdir/$libname.filter"
+	  export_symbols=$output_objdir/$libname.def
+	  $opt_dry_run || $SED -f $output_objdir/$libname.filter < $orig_export_symbols > $export_symbols
+	fi
+
+	tmp_deplibs=
+	for test_deplib in $deplibs; do
+	  case " $convenience " in
+	  *" $test_deplib "*) ;;
+	  *)
+	    func_append tmp_deplibs " $test_deplib"
+	    ;;
+	  esac
+	done
+	deplibs="$tmp_deplibs"
+
+	if test -n "$convenience"; then
+	  if test -n "$whole_archive_flag_spec" &&
+	    test "$compiler_needs_object" = yes &&
+	    test -z "$libobjs"; then
+	    # extract the archives, so we have objects to list.
+	    # TODO: could optimize this to just extract one archive.
+	    whole_archive_flag_spec=
+	  fi
+	  if test -n "$whole_archive_flag_spec"; then
+	    save_libobjs=$libobjs
+	    eval libobjs=\"\$libobjs $whole_archive_flag_spec\"
+	    test "X$libobjs" = "X " && libobjs=
+	  else
+	    gentop="$output_objdir/${outputname}x"
+	    func_append generated " $gentop"
+
+	    func_extract_archives $gentop $convenience
+	    func_append libobjs " $func_extract_archives_result"
+	    test "X$libobjs" = "X " && libobjs=
+	  fi
+	fi
+
+	if test "$thread_safe" = yes && test -n "$thread_safe_flag_spec"; then
+	  eval flag=\"$thread_safe_flag_spec\"
+	  func_append linker_flags " $flag"
+	fi
+
+	# Make a backup of the uninstalled library when relinking
+	if test "$opt_mode" = relink; then
+	  $opt_dry_run || eval '(cd $output_objdir && $RM ${realname}U && $MV $realname ${realname}U)' || exit $?
+	fi
+
+	# Do each of the archive commands.
+	if test "$module" = yes && test -n "$module_cmds" ; then
+	  if test -n "$export_symbols" && test -n "$module_expsym_cmds"; then
+	    eval test_cmds=\"$module_expsym_cmds\"
+	    cmds=$module_expsym_cmds
+	  else
+	    eval test_cmds=\"$module_cmds\"
+	    cmds=$module_cmds
+	  fi
+	else
+	  if test -n "$export_symbols" && test -n "$archive_expsym_cmds"; then
+	    eval test_cmds=\"$archive_expsym_cmds\"
+	    cmds=$archive_expsym_cmds
+	  else
+	    eval test_cmds=\"$archive_cmds\"
+	    cmds=$archive_cmds
+	  fi
+	fi
+
+	if test "X$skipped_export" != "X:" &&
+	   func_len " $test_cmds" &&
+	   len=$func_len_result &&
+	   test "$len" -lt "$max_cmd_len" || test "$max_cmd_len" -le -1; then
+	  :
+	else
+	  # The command line is too long to link in one step, link piecewise
+	  # or, if using GNU ld and skipped_export is not :, use a linker
+	  # script.
+
+	  # Save the value of $output and $libobjs because we want to
+	  # use them later.  If we have whole_archive_flag_spec, we
+	  # want to use save_libobjs as it was before
+	  # whole_archive_flag_spec was expanded, because we can't
+	  # assume the linker understands whole_archive_flag_spec.
+	  # This may have to be revisited, in case too many
+	  # convenience libraries get linked in and end up exceeding
+	  # the spec.
+	  if test -z "$convenience" || test -z "$whole_archive_flag_spec"; then
+	    save_libobjs=$libobjs
+	  fi
+	  save_output=$output
+	  func_basename "$output"
+	  output_la=$func_basename_result
+
+	  # Clear the reloadable object creation command queue and
+	  # initialize k to one.
+	  test_cmds=
+	  concat_cmds=
+	  objlist=
+	  last_robj=
+	  k=1
+
+	  if test -n "$save_libobjs" && test "X$skipped_export" != "X:" && test "$with_gnu_ld" = yes; then
+	    output=${output_objdir}/${output_la}.lnkscript
+	    func_verbose "creating GNU ld script: $output"
+	    echo 'INPUT (' > $output
+	    for obj in $save_libobjs
+	    do
+	      func_to_tool_file "$obj"
+	      $ECHO "$func_to_tool_file_result" >> $output
+	    done
+	    echo ')' >> $output
+	    func_append delfiles " $output"
+	    func_to_tool_file "$output"
+	    output=$func_to_tool_file_result
+	  elif test -n "$save_libobjs" && test "X$skipped_export" != "X:" && test "X$file_list_spec" != X; then
+	    output=${output_objdir}/${output_la}.lnk
+	    func_verbose "creating linker input file list: $output"
+	    : > $output
+	    set x $save_libobjs
+	    shift
+	    firstobj=
+	    if test "$compiler_needs_object" = yes; then
+	      firstobj="$1 "
+	      shift
+	    fi
+	    for obj
+	    do
+	      func_to_tool_file "$obj"
+	      $ECHO "$func_to_tool_file_result" >> $output
+	    done
+	    func_append delfiles " $output"
+	    func_to_tool_file "$output"
+	    output=$firstobj\"$file_list_spec$func_to_tool_file_result\"
+	  else
+	    if test -n "$save_libobjs"; then
+	      func_verbose "creating reloadable object files..."
+	      output=$output_objdir/$output_la-${k}.$objext
+	      eval test_cmds=\"$reload_cmds\"
+	      func_len " $test_cmds"
+	      len0=$func_len_result
+	      len=$len0
+
+	      # Loop over the list of objects to be linked.
+	      for obj in $save_libobjs
+	      do
+		func_len " $obj"
+		func_arith $len + $func_len_result
+		len=$func_arith_result
+		if test "X$objlist" = X ||
+		   test "$len" -lt "$max_cmd_len"; then
+		  func_append objlist " $obj"
+		else
+		  # The command $test_cmds is almost too long, add a
+		  # command to the queue.
+		  if test "$k" -eq 1 ; then
+		    # The first file doesn't have a previous command to add.
+		    reload_objs=$objlist
+		    eval concat_cmds=\"$reload_cmds\"
+		  else
+		    # All subsequent reloadable object files will link in
+		    # the last one created.
+		    reload_objs="$objlist $last_robj"
+		    eval concat_cmds=\"\$concat_cmds~$reload_cmds~\$RM $last_robj\"
+		  fi
+		  last_robj=$output_objdir/$output_la-${k}.$objext
+		  func_arith $k + 1
+		  k=$func_arith_result
+		  output=$output_objdir/$output_la-${k}.$objext
+		  objlist=" $obj"
+		  func_len " $last_robj"
+		  func_arith $len0 + $func_len_result
+		  len=$func_arith_result
+		fi
+	      done
+	      # Handle the remaining objects by creating one last
+	      # reloadable object file.  All subsequent reloadable object
+	      # files will link in the last one created.
+	      test -z "$concat_cmds" || concat_cmds=$concat_cmds~
+	      reload_objs="$objlist $last_robj"
+	      eval concat_cmds=\"\${concat_cmds}$reload_cmds\"
+	      if test -n "$last_robj"; then
+	        eval concat_cmds=\"\${concat_cmds}~\$RM $last_robj\"
+	      fi
+	      func_append delfiles " $output"
+
+	    else
+	      output=
+	    fi
+
+	    if ${skipped_export-false}; then
+	      func_verbose "generating symbol list for \`$libname.la'"
+	      export_symbols="$output_objdir/$libname.exp"
+	      $opt_dry_run || $RM $export_symbols
+	      libobjs=$output
+	      # Append the command to create the export file.
+	      test -z "$concat_cmds" || concat_cmds=$concat_cmds~
+	      eval concat_cmds=\"\$concat_cmds$export_symbols_cmds\"
+	      if test -n "$last_robj"; then
+		eval concat_cmds=\"\$concat_cmds~\$RM $last_robj\"
+	      fi
+	    fi
+
+	    test -n "$save_libobjs" &&
+	      func_verbose "creating a temporary reloadable object file: $output"
+
+	    # Loop through the commands generated above and execute them.
+	    save_ifs="$IFS"; IFS='~'
+	    for cmd in $concat_cmds; do
+	      IFS="$save_ifs"
+	      $opt_silent || {
+		  func_quote_for_expand "$cmd"
+		  eval "func_echo $func_quote_for_expand_result"
+	      }
+	      $opt_dry_run || eval "$cmd" || {
+		lt_exit=$?
+
+		# Restore the uninstalled library and exit
+		if test "$opt_mode" = relink; then
+		  ( cd "$output_objdir" && \
+		    $RM "${realname}T" && \
+		    $MV "${realname}U" "$realname" )
+		fi
+
+		exit $lt_exit
+	      }
+	    done
+	    IFS="$save_ifs"
+
+	    if test -n "$export_symbols_regex" && ${skipped_export-false}; then
+	      func_show_eval '$EGREP -e "$export_symbols_regex" "$export_symbols" > "${export_symbols}T"'
+	      func_show_eval '$MV "${export_symbols}T" "$export_symbols"'
+	    fi
+	  fi
+
+          if ${skipped_export-false}; then
+	    if test -n "$export_symbols" && test -n "$include_expsyms"; then
+	      tmp_export_symbols="$export_symbols"
+	      test -n "$orig_export_symbols" && tmp_export_symbols="$orig_export_symbols"
+	      $opt_dry_run || eval '$ECHO "$include_expsyms" | $SP2NL >> "$tmp_export_symbols"'
+	    fi
+
+	    if test -n "$orig_export_symbols"; then
+	      # The given exports_symbols file has to be filtered, so filter it.
+	      func_verbose "filter symbol list for \`$libname.la' to tag DATA exports"
+	      # FIXME: $output_objdir/$libname.filter potentially contains lots of
+	      # 's' commands which not all seds can handle. GNU sed should be fine
+	      # though. Also, the filter scales superlinearly with the number of
+	      # global variables. join(1) would be nice here, but unfortunately
+	      # isn't a blessed tool.
+	      $opt_dry_run || $SED -e '/[ ,]DATA/!d;s,\(.*\)\([ \,].*\),s|^\1$|\1\2|,' < $export_symbols > $output_objdir/$libname.filter
+	      func_append delfiles " $export_symbols $output_objdir/$libname.filter"
+	      export_symbols=$output_objdir/$libname.def
+	      $opt_dry_run || $SED -f $output_objdir/$libname.filter < $orig_export_symbols > $export_symbols
+	    fi
+	  fi
+
+	  libobjs=$output
+	  # Restore the value of output.
+	  output=$save_output
+
+	  if test -n "$convenience" && test -n "$whole_archive_flag_spec"; then
+	    eval libobjs=\"\$libobjs $whole_archive_flag_spec\"
+	    test "X$libobjs" = "X " && libobjs=
+	  fi
+	  # Expand the library linking commands again to reset the
+	  # value of $libobjs for piecewise linking.
+
+	  # Do each of the archive commands.
+	  if test "$module" = yes && test -n "$module_cmds" ; then
+	    if test -n "$export_symbols" && test -n "$module_expsym_cmds"; then
+	      cmds=$module_expsym_cmds
+	    else
+	      cmds=$module_cmds
+	    fi
+	  else
+	    if test -n "$export_symbols" && test -n "$archive_expsym_cmds"; then
+	      cmds=$archive_expsym_cmds
+	    else
+	      cmds=$archive_cmds
+	    fi
+	  fi
+	fi
+
+	if test -n "$delfiles"; then
+	  # Append the command to remove temporary files to $cmds.
+	  eval cmds=\"\$cmds~\$RM $delfiles\"
+	fi
+
+	# Add any objects from preloaded convenience libraries
+	if test -n "$dlprefiles"; then
+	  gentop="$output_objdir/${outputname}x"
+	  func_append generated " $gentop"
+
+	  func_extract_archives $gentop $dlprefiles
+	  func_append libobjs " $func_extract_archives_result"
+	  test "X$libobjs" = "X " && libobjs=
+	fi
+
+	save_ifs="$IFS"; IFS='~'
+	for cmd in $cmds; do
+	  IFS="$save_ifs"
+	  eval cmd=\"$cmd\"
+	  $opt_silent || {
+	    func_quote_for_expand "$cmd"
+	    eval "func_echo $func_quote_for_expand_result"
+	  }
+	  $opt_dry_run || eval "$cmd" || {
+	    lt_exit=$?
+
+	    # Restore the uninstalled library and exit
+	    if test "$opt_mode" = relink; then
+	      ( cd "$output_objdir" && \
+	        $RM "${realname}T" && \
+		$MV "${realname}U" "$realname" )
+	    fi
+
+	    exit $lt_exit
+	  }
+	done
+	IFS="$save_ifs"
+
+	# Restore the uninstalled library and exit
+	if test "$opt_mode" = relink; then
+	  $opt_dry_run || eval '(cd $output_objdir && $RM ${realname}T && $MV $realname ${realname}T && $MV ${realname}U $realname)' || exit $?
+
+	  if test -n "$convenience"; then
+	    if test -z "$whole_archive_flag_spec"; then
+	      func_show_eval '${RM}r "$gentop"'
+	    fi
+	  fi
+
+	  exit $EXIT_SUCCESS
+	fi
+
+	# Create links to the real library.
+	for linkname in $linknames; do
+	  if test "$realname" != "$linkname"; then
+	    func_show_eval '(cd "$output_objdir" && $RM "$linkname" && $LN_S "$realname" "$linkname")' 'exit $?'
+	  fi
+	done
+
+	# If -module or -export-dynamic was specified, set the dlname.
+	if test "$module" = yes || test "$export_dynamic" = yes; then
+	  # On all known operating systems, these are identical.
+	  dlname="$soname"
+	fi
+      fi
+      ;;
+
+    obj)
+      if test -n "$dlfiles$dlprefiles" || test "$dlself" != no; then
+	func_warning "\`-dlopen' is ignored for objects"
+      fi
+
+      case " $deplibs" in
+      *\ -l* | *\ -L*)
+	func_warning "\`-l' and \`-L' are ignored for objects" ;;
+      esac
+
+      test -n "$rpath" && \
+	func_warning "\`-rpath' is ignored for objects"
+
+      test -n "$xrpath" && \
+	func_warning "\`-R' is ignored for objects"
+
+      test -n "$vinfo" && \
+	func_warning "\`-version-info' is ignored for objects"
+
+      test -n "$release" && \
+	func_warning "\`-release' is ignored for objects"
+
+      case $output in
+      *.lo)
+	test -n "$objs$old_deplibs" && \
+	  func_fatal_error "cannot build library object \`$output' from non-libtool objects"
+
+	libobj=$output
+	func_lo2o "$libobj"
+	obj=$func_lo2o_result
+	;;
+      *)
+	libobj=
+	obj="$output"
+	;;
+      esac
+
+      # Delete the old objects.
+      $opt_dry_run || $RM $obj $libobj
+
+      # Objects from convenience libraries.  This assumes
+      # single-version convenience libraries.  Whenever we create
+      # different ones for PIC/non-PIC, this we'll have to duplicate
+      # the extraction.
+      reload_conv_objs=
+      gentop=
+      # reload_cmds runs $LD directly, so let us get rid of
+      # -Wl from whole_archive_flag_spec and hope we can get by with
+      # turning comma into space..
+      wl=
+
+      if test -n "$convenience"; then
+	if test -n "$whole_archive_flag_spec"; then
+	  eval tmp_whole_archive_flags=\"$whole_archive_flag_spec\"
+	  reload_conv_objs=$reload_objs\ `$ECHO "$tmp_whole_archive_flags" | $SED 's|,| |g'`
+	else
+	  gentop="$output_objdir/${obj}x"
+	  func_append generated " $gentop"
+
+	  func_extract_archives $gentop $convenience
+	  reload_conv_objs="$reload_objs $func_extract_archives_result"
+	fi
+      fi
+
+      # If we're not building shared, we need to use non_pic_objs
+      test "$build_libtool_libs" != yes && libobjs="$non_pic_objects"
+
+      # Create the old-style object.
+      reload_objs="$objs$old_deplibs "`$ECHO "$libobjs" | $SP2NL | $SED "/\.${libext}$/d; /\.lib$/d; $lo2o" | $NL2SP`" $reload_conv_objs" ### testsuite: skip nested quoting test
+
+      output="$obj"
+      func_execute_cmds "$reload_cmds" 'exit $?'
+
+      # Exit if we aren't doing a library object file.
+      if test -z "$libobj"; then
+	if test -n "$gentop"; then
+	  func_show_eval '${RM}r "$gentop"'
+	fi
+
+	exit $EXIT_SUCCESS
+      fi
+
+      if test "$build_libtool_libs" != yes; then
+	if test -n "$gentop"; then
+	  func_show_eval '${RM}r "$gentop"'
+	fi
+
+	# Create an invalid libtool object if no PIC, so that we don't
+	# accidentally link it into a program.
+	# $show "echo timestamp > $libobj"
+	# $opt_dry_run || eval "echo timestamp > $libobj" || exit $?
+	exit $EXIT_SUCCESS
+      fi
+
+      if test -n "$pic_flag" || test "$pic_mode" != default; then
+	# Only do commands if we really have different PIC objects.
+	reload_objs="$libobjs $reload_conv_objs"
+	output="$libobj"
+	func_execute_cmds "$reload_cmds" 'exit $?'
+      fi
+
+      if test -n "$gentop"; then
+	func_show_eval '${RM}r "$gentop"'
+      fi
+
+      exit $EXIT_SUCCESS
+      ;;
+
+    prog)
+      case $host in
+	*cygwin*) func_stripname '' '.exe' "$output"
+	          output=$func_stripname_result.exe;;
+      esac
+      test -n "$vinfo" && \
+	func_warning "\`-version-info' is ignored for programs"
+
+      test -n "$release" && \
+	func_warning "\`-release' is ignored for programs"
+
+      test "$preload" = yes \
+        && test "$dlopen_support" = unknown \
+	&& test "$dlopen_self" = unknown \
+	&& test "$dlopen_self_static" = unknown && \
+	  func_warning "\`LT_INIT([dlopen])' not used. Assuming no dlopen support."
+
+      case $host in
+      *-*-rhapsody* | *-*-darwin1.[012])
+	# On Rhapsody replace the C library is the System framework
+	compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's/ -lc / System.ltframework /'`
+	finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's/ -lc / System.ltframework /'`
+	;;
+      esac
+
+      case $host in
+      *-*-darwin*)
+	# Don't allow lazy linking, it breaks C++ global constructors
+	# But is supposedly fixed on 10.4 or later (yay!).
+	if test "$tagname" = CXX ; then
+	  case ${MACOSX_DEPLOYMENT_TARGET-10.0} in
+	    10.[0123])
+	      func_append compile_command " ${wl}-bind_at_load"
+	      func_append finalize_command " ${wl}-bind_at_load"
+	    ;;
+	  esac
+	fi
+	# Time to change all our "foo.ltframework" stuff back to "-framework foo"
+	compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
+	finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
+	;;
+      esac
+
+
+      # move library search paths that coincide with paths to not yet
+      # installed libraries to the beginning of the library search list
+      new_libs=
+      for path in $notinst_path; do
+	case " $new_libs " in
+	*" -L$path/$objdir "*) ;;
+	*)
+	  case " $compile_deplibs " in
+	  *" -L$path/$objdir "*)
+	    func_append new_libs " -L$path/$objdir" ;;
+	  esac
+	  ;;
+	esac
+      done
+      for deplib in $compile_deplibs; do
+	case $deplib in
+	-L*)
+	  case " $new_libs " in
+	  *" $deplib "*) ;;
+	  *) func_append new_libs " $deplib" ;;
+	  esac
+	  ;;
+	*) func_append new_libs " $deplib" ;;
+	esac
+      done
+      compile_deplibs="$new_libs"
+
+
+      func_append compile_command " $compile_deplibs"
+      func_append finalize_command " $finalize_deplibs"
+
+      if test -n "$rpath$xrpath"; then
+	# If the user specified any rpath flags, then add them.
+	for libdir in $rpath $xrpath; do
+	  # This is the magic to use -rpath.
+	  case "$finalize_rpath " in
+	  *" $libdir "*) ;;
+	  *) func_append finalize_rpath " $libdir" ;;
+	  esac
+	done
+      fi
+
+      # Now hardcode the library paths
+      rpath=
+      hardcode_libdirs=
+      for libdir in $compile_rpath $finalize_rpath; do
+	if test -n "$hardcode_libdir_flag_spec"; then
+	  if test -n "$hardcode_libdir_separator"; then
+	    if test -z "$hardcode_libdirs"; then
+	      hardcode_libdirs="$libdir"
+	    else
+	      # Just accumulate the unique libdirs.
+	      case $hardcode_libdir_separator$hardcode_libdirs$hardcode_libdir_separator in
+	      *"$hardcode_libdir_separator$libdir$hardcode_libdir_separator"*)
+		;;
+	      *)
+		func_append hardcode_libdirs "$hardcode_libdir_separator$libdir"
+		;;
+	      esac
+	    fi
+	  else
+	    eval flag=\"$hardcode_libdir_flag_spec\"
+	    func_append rpath " $flag"
+	  fi
+	elif test -n "$runpath_var"; then
+	  case "$perm_rpath " in
+	  *" $libdir "*) ;;
+	  *) func_append perm_rpath " $libdir" ;;
+	  esac
+	fi
+	case $host in
+	*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*)
+	  testbindir=`${ECHO} "$libdir" | ${SED} -e 's*/lib$*/bin*'`
+	  case :$dllsearchpath: in
+	  *":$libdir:"*) ;;
+	  ::) dllsearchpath=$libdir;;
+	  *) func_append dllsearchpath ":$libdir";;
+	  esac
+	  case :$dllsearchpath: in
+	  *":$testbindir:"*) ;;
+	  ::) dllsearchpath=$testbindir;;
+	  *) func_append dllsearchpath ":$testbindir";;
+	  esac
+	  ;;
+	esac
+      done
+      # Substitute the hardcoded libdirs into the rpath.
+      if test -n "$hardcode_libdir_separator" &&
+	 test -n "$hardcode_libdirs"; then
+	libdir="$hardcode_libdirs"
+	eval rpath=\" $hardcode_libdir_flag_spec\"
+      fi
+      compile_rpath="$rpath"
+
+      rpath=
+      hardcode_libdirs=
+      for libdir in $finalize_rpath; do
+	if test -n "$hardcode_libdir_flag_spec"; then
+	  if test -n "$hardcode_libdir_separator"; then
+	    if test -z "$hardcode_libdirs"; then
+	      hardcode_libdirs="$libdir"
+	    else
+	      # Just accumulate the unique libdirs.
+	      case $hardcode_libdir_separator$hardcode_libdirs$hardcode_libdir_separator in
+	      *"$hardcode_libdir_separator$libdir$hardcode_libdir_separator"*)
+		;;
+	      *)
+		func_append hardcode_libdirs "$hardcode_libdir_separator$libdir"
+		;;
+	      esac
+	    fi
+	  else
+	    eval flag=\"$hardcode_libdir_flag_spec\"
+	    func_append rpath " $flag"
+	  fi
+	elif test -n "$runpath_var"; then
+	  case "$finalize_perm_rpath " in
+	  *" $libdir "*) ;;
+	  *) func_append finalize_perm_rpath " $libdir" ;;
+	  esac
+	fi
+      done
+      # Substitute the hardcoded libdirs into the rpath.
+      if test -n "$hardcode_libdir_separator" &&
+	 test -n "$hardcode_libdirs"; then
+	libdir="$hardcode_libdirs"
+	eval rpath=\" $hardcode_libdir_flag_spec\"
+      fi
+      finalize_rpath="$rpath"
+
+      if test -n "$libobjs" && test "$build_old_libs" = yes; then
+	# Transform all the library objects into standard objects.
+	compile_command=`$ECHO "$compile_command" | $SP2NL | $SED "$lo2o" | $NL2SP`
+	finalize_command=`$ECHO "$finalize_command" | $SP2NL | $SED "$lo2o" | $NL2SP`
+      fi
+
+      func_generate_dlsyms "$outputname" "@PROGRAM@" "no"
+
+      # template prelinking step
+      if test -n "$prelink_cmds"; then
+	func_execute_cmds "$prelink_cmds" 'exit $?'
+      fi
+
+      wrappers_required=yes
+      case $host in
+      *cegcc* | *mingw32ce*)
+        # Disable wrappers for cegcc and mingw32ce hosts, we are cross compiling anyway.
+        wrappers_required=no
+        ;;
+      *cygwin* | *mingw* )
+        if test "$build_libtool_libs" != yes; then
+          wrappers_required=no
+        fi
+        ;;
+      *)
+        if test "$need_relink" = no || test "$build_libtool_libs" != yes; then
+          wrappers_required=no
+        fi
+        ;;
+      esac
+      if test "$wrappers_required" = no; then
+	# Replace the output file specification.
+	compile_command=`$ECHO "$compile_command" | $SED 's%@OUTPUT@%'"$output"'%g'`
+	link_command="$compile_command$compile_rpath"
+
+	# We have no uninstalled library dependencies, so finalize right now.
+	exit_status=0
+	func_show_eval "$link_command" 'exit_status=$?'
+
+	if test -n "$postlink_cmds"; then
+	  func_to_tool_file "$output"
+	  postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'`
+	  func_execute_cmds "$postlink_cmds" 'exit $?'
+	fi
+
+	# Delete the generated files.
+	if test -f "$output_objdir/${outputname}S.${objext}"; then
+	  func_show_eval '$RM "$output_objdir/${outputname}S.${objext}"'
+	fi
+
+	exit $exit_status
+      fi
+
+      if test -n "$compile_shlibpath$finalize_shlibpath"; then
+	compile_command="$shlibpath_var=\"$compile_shlibpath$finalize_shlibpath\$$shlibpath_var\" $compile_command"
+      fi
+      if test -n "$finalize_shlibpath"; then
+	finalize_command="$shlibpath_var=\"$finalize_shlibpath\$$shlibpath_var\" $finalize_command"
+      fi
+
+      compile_var=
+      finalize_var=
+      if test -n "$runpath_var"; then
+	if test -n "$perm_rpath"; then
+	  # We should set the runpath_var.
+	  rpath=
+	  for dir in $perm_rpath; do
+	    func_append rpath "$dir:"
+	  done
+	  compile_var="$runpath_var=\"$rpath\$$runpath_var\" "
+	fi
+	if test -n "$finalize_perm_rpath"; then
+	  # We should set the runpath_var.
+	  rpath=
+	  for dir in $finalize_perm_rpath; do
+	    func_append rpath "$dir:"
+	  done
+	  finalize_var="$runpath_var=\"$rpath\$$runpath_var\" "
+	fi
+      fi
+
+      if test "$no_install" = yes; then
+	# We don't need to create a wrapper script.
+	link_command="$compile_var$compile_command$compile_rpath"
+	# Replace the output file specification.
+	link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output"'%g'`
+	# Delete the old output file.
+	$opt_dry_run || $RM $output
+	# Link the executable and exit
+	func_show_eval "$link_command" 'exit $?'
+
+	if test -n "$postlink_cmds"; then
+	  func_to_tool_file "$output"
+	  postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'`
+	  func_execute_cmds "$postlink_cmds" 'exit $?'
+	fi
+
+	exit $EXIT_SUCCESS
+      fi
+
+      if test "$hardcode_action" = relink; then
+	# Fast installation is not supported
+	link_command="$compile_var$compile_command$compile_rpath"
+	relink_command="$finalize_var$finalize_command$finalize_rpath"
+
+	func_warning "this platform does not like uninstalled shared libraries"
+	func_warning "\`$output' will be relinked during installation"
+      else
+	if test "$fast_install" != no; then
+	  link_command="$finalize_var$compile_command$finalize_rpath"
+	  if test "$fast_install" = yes; then
+	    relink_command=`$ECHO "$compile_var$compile_command$compile_rpath" | $SED 's%@OUTPUT@%\$progdir/\$file%g'`
+	  else
+	    # fast_install is set to needless
+	    relink_command=
+	  fi
+	else
+	  link_command="$compile_var$compile_command$compile_rpath"
+	  relink_command="$finalize_var$finalize_command$finalize_rpath"
+	fi
+      fi
+
+      # Replace the output file specification.
+      link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output_objdir/$outputname"'%g'`
+
+      # Delete the old output files.
+      $opt_dry_run || $RM $output $output_objdir/$outputname $output_objdir/lt-$outputname
+
+      func_show_eval "$link_command" 'exit $?'
+
+      if test -n "$postlink_cmds"; then
+	func_to_tool_file "$output_objdir/$outputname"
+	postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output_objdir/$outputname"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'`
+	func_execute_cmds "$postlink_cmds" 'exit $?'
+      fi
+
+      # Now create the wrapper script.
+      func_verbose "creating $output"
+
+      # Quote the relink command for shipping.
+      if test -n "$relink_command"; then
+	# Preserve any variables that may affect compiler behavior
+	for var in $variables_saved_for_relink; do
+	  if eval test -z \"\${$var+set}\"; then
+	    relink_command="{ test -z \"\${$var+set}\" || $lt_unset $var || { $var=; export $var; }; }; $relink_command"
+	  elif eval var_value=\$$var; test -z "$var_value"; then
+	    relink_command="$var=; export $var; $relink_command"
+	  else
+	    func_quote_for_eval "$var_value"
+	    relink_command="$var=$func_quote_for_eval_result; export $var; $relink_command"
+	  fi
+	done
+	relink_command="(cd `pwd`; $relink_command)"
+	relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"`
+      fi
+
+      # Only actually do things if not in dry run mode.
+      $opt_dry_run || {
+	# win32 will think the script is a binary if it has
+	# a .exe suffix, so we strip it off here.
+	case $output in
+	  *.exe) func_stripname '' '.exe' "$output"
+	         output=$func_stripname_result ;;
+	esac
+	# test for cygwin because mv fails w/o .exe extensions
+	case $host in
+	  *cygwin*)
+	    exeext=.exe
+	    func_stripname '' '.exe' "$outputname"
+	    outputname=$func_stripname_result ;;
+	  *) exeext= ;;
+	esac
+	case $host in
+	  *cygwin* | *mingw* )
+	    func_dirname_and_basename "$output" "" "."
+	    output_name=$func_basename_result
+	    output_path=$func_dirname_result
+	    cwrappersource="$output_path/$objdir/lt-$output_name.c"
+	    cwrapper="$output_path/$output_name.exe"
+	    $RM $cwrappersource $cwrapper
+	    trap "$RM $cwrappersource $cwrapper; exit $EXIT_FAILURE" 1 2 15
+
+	    func_emit_cwrapperexe_src > $cwrappersource
+
+	    # The wrapper executable is built using the $host compiler,
+	    # because it contains $host paths and files. If cross-
+	    # compiling, it, like the target executable, must be
+	    # executed on the $host or under an emulation environment.
+	    $opt_dry_run || {
+	      $LTCC $LTCFLAGS -o $cwrapper $cwrappersource
+	      $STRIP $cwrapper
+	    }
+
+	    # Now, create the wrapper script for func_source use:
+	    func_ltwrapper_scriptname $cwrapper
+	    $RM $func_ltwrapper_scriptname_result
+	    trap "$RM $func_ltwrapper_scriptname_result; exit $EXIT_FAILURE" 1 2 15
+	    $opt_dry_run || {
+	      # note: this script will not be executed, so do not chmod.
+	      if test "x$build" = "x$host" ; then
+		$cwrapper --lt-dump-script > $func_ltwrapper_scriptname_result
+	      else
+		func_emit_wrapper no > $func_ltwrapper_scriptname_result
+	      fi
+	    }
+	  ;;
+	  * )
+	    $RM $output
+	    trap "$RM $output; exit $EXIT_FAILURE" 1 2 15
+
+	    func_emit_wrapper no > $output
+	    chmod +x $output
+	  ;;
+	esac
+      }
+      exit $EXIT_SUCCESS
+      ;;
+    esac
+
+    # See if we need to build an old-fashioned archive.
+    for oldlib in $oldlibs; do
+
+      if test "$build_libtool_libs" = convenience; then
+	oldobjs="$libobjs_save $symfileobj"
+	addlibs="$convenience"
+	build_libtool_libs=no
+      else
+	if test "$build_libtool_libs" = module; then
+	  oldobjs="$libobjs_save"
+	  build_libtool_libs=no
+	else
+	  oldobjs="$old_deplibs $non_pic_objects"
+	  if test "$preload" = yes && test -f "$symfileobj"; then
+	    func_append oldobjs " $symfileobj"
+	  fi
+	fi
+	addlibs="$old_convenience"
+      fi
+
+      if test -n "$addlibs"; then
+	gentop="$output_objdir/${outputname}x"
+	func_append generated " $gentop"
+
+	func_extract_archives $gentop $addlibs
+	func_append oldobjs " $func_extract_archives_result"
+      fi
+
+      # Do each command in the archive commands.
+      if test -n "$old_archive_from_new_cmds" && test "$build_libtool_libs" = yes; then
+	cmds=$old_archive_from_new_cmds
+      else
+
+	# Add any objects from preloaded convenience libraries
+	if test -n "$dlprefiles"; then
+	  gentop="$output_objdir/${outputname}x"
+	  func_append generated " $gentop"
+
+	  func_extract_archives $gentop $dlprefiles
+	  func_append oldobjs " $func_extract_archives_result"
+	fi
+
+	# POSIX demands no paths to be encoded in archives.  We have
+	# to avoid creating archives with duplicate basenames if we
+	# might have to extract them afterwards, e.g., when creating a
+	# static archive out of a convenience library, or when linking
+	# the entirety of a libtool archive into another (currently
+	# not supported by libtool).
+	if (for obj in $oldobjs
+	    do
+	      func_basename "$obj"
+	      $ECHO "$func_basename_result"
+	    done | sort | sort -uc >/dev/null 2>&1); then
+	  :
+	else
+	  echo "copying selected object files to avoid basename conflicts..."
+	  gentop="$output_objdir/${outputname}x"
+	  func_append generated " $gentop"
+	  func_mkdir_p "$gentop"
+	  save_oldobjs=$oldobjs
+	  oldobjs=
+	  counter=1
+	  for obj in $save_oldobjs
+	  do
+	    func_basename "$obj"
+	    objbase="$func_basename_result"
+	    case " $oldobjs " in
+	    " ") oldobjs=$obj ;;
+	    *[\ /]"$objbase "*)
+	      while :; do
+		# Make sure we don't pick an alternate name that also
+		# overlaps.
+		newobj=lt$counter-$objbase
+		func_arith $counter + 1
+		counter=$func_arith_result
+		case " $oldobjs " in
+		*[\ /]"$newobj "*) ;;
+		*) if test ! -f "$gentop/$newobj"; then break; fi ;;
+		esac
+	      done
+	      func_show_eval "ln $obj $gentop/$newobj || cp $obj $gentop/$newobj"
+	      func_append oldobjs " $gentop/$newobj"
+	      ;;
+	    *) func_append oldobjs " $obj" ;;
+	    esac
+	  done
+	fi
+	func_to_tool_file "$oldlib" func_convert_file_msys_to_w32
+	tool_oldlib=$func_to_tool_file_result
+	eval cmds=\"$old_archive_cmds\"
+
+	func_len " $cmds"
+	len=$func_len_result
+	if test "$len" -lt "$max_cmd_len" || test "$max_cmd_len" -le -1; then
+	  cmds=$old_archive_cmds
+	elif test -n "$archiver_list_spec"; then
+	  func_verbose "using command file archive linking..."
+	  for obj in $oldobjs
+	  do
+	    func_to_tool_file "$obj"
+	    $ECHO "$func_to_tool_file_result"
+	  done > $output_objdir/$libname.libcmd
+	  func_to_tool_file "$output_objdir/$libname.libcmd"
+	  oldobjs=" $archiver_list_spec$func_to_tool_file_result"
+	  cmds=$old_archive_cmds
+	else
+	  # the command line is too long to link in one step, link in parts
+	  func_verbose "using piecewise archive linking..."
+	  save_RANLIB=$RANLIB
+	  RANLIB=:
+	  objlist=
+	  concat_cmds=
+	  save_oldobjs=$oldobjs
+	  oldobjs=
+	  # Is there a better way of finding the last object in the list?
+	  for obj in $save_oldobjs
+	  do
+	    last_oldobj=$obj
+	  done
+	  eval test_cmds=\"$old_archive_cmds\"
+	  func_len " $test_cmds"
+	  len0=$func_len_result
+	  len=$len0
+	  for obj in $save_oldobjs
+	  do
+	    func_len " $obj"
+	    func_arith $len + $func_len_result
+	    len=$func_arith_result
+	    func_append objlist " $obj"
+	    if test "$len" -lt "$max_cmd_len"; then
+	      :
+	    else
+	      # the above command should be used before it gets too long
+	      oldobjs=$objlist
+	      if test "$obj" = "$last_oldobj" ; then
+		RANLIB=$save_RANLIB
+	      fi
+	      test -z "$concat_cmds" || concat_cmds=$concat_cmds~
+	      eval concat_cmds=\"\${concat_cmds}$old_archive_cmds\"
+	      objlist=
+	      len=$len0
+	    fi
+	  done
+	  RANLIB=$save_RANLIB
+	  oldobjs=$objlist
+	  if test "X$oldobjs" = "X" ; then
+	    eval cmds=\"\$concat_cmds\"
+	  else
+	    eval cmds=\"\$concat_cmds~\$old_archive_cmds\"
+	  fi
+	fi
+      fi
+      func_execute_cmds "$cmds" 'exit $?'
+    done
+
+    test -n "$generated" && \
+      func_show_eval "${RM}r$generated"
+
+    # Now create the libtool archive.
+    case $output in
+    *.la)
+      old_library=
+      test "$build_old_libs" = yes && old_library="$libname.$libext"
+      func_verbose "creating $output"
+
+      # Preserve any variables that may affect compiler behavior
+      for var in $variables_saved_for_relink; do
+	if eval test -z \"\${$var+set}\"; then
+	  relink_command="{ test -z \"\${$var+set}\" || $lt_unset $var || { $var=; export $var; }; }; $relink_command"
+	elif eval var_value=\$$var; test -z "$var_value"; then
+	  relink_command="$var=; export $var; $relink_command"
+	else
+	  func_quote_for_eval "$var_value"
+	  relink_command="$var=$func_quote_for_eval_result; export $var; $relink_command"
+	fi
+      done
+      # Quote the link command for shipping.
+      relink_command="(cd `pwd`; $SHELL $progpath $preserve_args --mode=relink $libtool_args @inst_prefix_dir@)"
+      relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"`
+      if test "$hardcode_automatic" = yes ; then
+	relink_command=
+      fi
+
+      # Only create the output if not a dry run.
+      $opt_dry_run || {
+	for installed in no yes; do
+	  if test "$installed" = yes; then
+	    if test -z "$install_libdir"; then
+	      break
+	    fi
+	    output="$output_objdir/$outputname"i
+	    # Replace all uninstalled libtool libraries with the installed ones
+	    newdependency_libs=
+	    for deplib in $dependency_libs; do
+	      case $deplib in
+	      *.la)
+		func_basename "$deplib"
+		name="$func_basename_result"
+		func_resolve_sysroot "$deplib"
+		eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $func_resolve_sysroot_result`
+		test -z "$libdir" && \
+		  func_fatal_error "\`$deplib' is not a valid libtool archive"
+		func_append newdependency_libs " ${lt_sysroot:+=}$libdir/$name"
+		;;
+	      -L*)
+		func_stripname -L '' "$deplib"
+		func_replace_sysroot "$func_stripname_result"
+		func_append newdependency_libs " -L$func_replace_sysroot_result"
+		;;
+	      -R*)
+		func_stripname -R '' "$deplib"
+		func_replace_sysroot "$func_stripname_result"
+		func_append newdependency_libs " -R$func_replace_sysroot_result"
+		;;
+	      *) func_append newdependency_libs " $deplib" ;;
+	      esac
+	    done
+	    dependency_libs="$newdependency_libs"
+	    newdlfiles=
+
+	    for lib in $dlfiles; do
+	      case $lib in
+	      *.la)
+	        func_basename "$lib"
+		name="$func_basename_result"
+		eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
+		test -z "$libdir" && \
+		  func_fatal_error "\`$lib' is not a valid libtool archive"
+		func_append newdlfiles " ${lt_sysroot:+=}$libdir/$name"
+		;;
+	      *) func_append newdlfiles " $lib" ;;
+	      esac
+	    done
+	    dlfiles="$newdlfiles"
+	    newdlprefiles=
+	    for lib in $dlprefiles; do
+	      case $lib in
+	      *.la)
+		# Only pass preopened files to the pseudo-archive (for
+		# eventual linking with the app. that links it) if we
+		# didn't already link the preopened objects directly into
+		# the library:
+		func_basename "$lib"
+		name="$func_basename_result"
+		eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
+		test -z "$libdir" && \
+		  func_fatal_error "\`$lib' is not a valid libtool archive"
+		func_append newdlprefiles " ${lt_sysroot:+=}$libdir/$name"
+		;;
+	      esac
+	    done
+	    dlprefiles="$newdlprefiles"
+	  else
+	    newdlfiles=
+	    for lib in $dlfiles; do
+	      case $lib in
+		[\\/]* | [A-Za-z]:[\\/]*) abs="$lib" ;;
+		*) abs=`pwd`"/$lib" ;;
+	      esac
+	      func_append newdlfiles " $abs"
+	    done
+	    dlfiles="$newdlfiles"
+	    newdlprefiles=
+	    for lib in $dlprefiles; do
+	      case $lib in
+		[\\/]* | [A-Za-z]:[\\/]*) abs="$lib" ;;
+		*) abs=`pwd`"/$lib" ;;
+	      esac
+	      func_append newdlprefiles " $abs"
+	    done
+	    dlprefiles="$newdlprefiles"
+	  fi
+	  $RM $output
+	  # place dlname in correct position for cygwin
+	  # In fact, it would be nice if we could use this code for all target
+	  # systems that can't hard-code library paths into their executables
+	  # and that have no shared library path variable independent of PATH,
+	  # but it turns out we can't easily determine that from inspecting
+	  # libtool variables, so we have to hard-code the OSs to which it
+	  # applies here; at the moment, that means platforms that use the PE
+	  # object format with DLL files.  See the long comment at the top of
+	  # tests/bindir.at for full details.
+	  tdlname=$dlname
+	  case $host,$output,$installed,$module,$dlname in
+	    *cygwin*,*lai,yes,no,*.dll | *mingw*,*lai,yes,no,*.dll | *cegcc*,*lai,yes,no,*.dll)
+	      # If a -bindir argument was supplied, place the dll there.
+	      if test "x$bindir" != x ;
+	      then
+		func_relative_path "$install_libdir" "$bindir"
+		tdlname=$func_relative_path_result$dlname
+	      else
+		# Otherwise fall back on heuristic.
+		tdlname=../bin/$dlname
+	      fi
+	      ;;
+	  esac
+	  $ECHO > $output "\
+# $outputname - a libtool library file
+# Generated by $PROGRAM (GNU $PACKAGE$TIMESTAMP) $VERSION
+#
+# Please DO NOT delete this file!
+# It is necessary for linking the library.
+
+# The name that we can dlopen(3).
+dlname='$tdlname'
+
+# Names of this library.
+library_names='$library_names'
+
+# The name of the static archive.
+old_library='$old_library'
+
+# Linker flags that can not go in dependency_libs.
+inherited_linker_flags='$new_inherited_linker_flags'
+
+# Libraries that this one depends upon.
+dependency_libs='$dependency_libs'
+
+# Names of additional weak libraries provided by this library
+weak_library_names='$weak_libs'
+
+# Version information for $libname.
+current=$current
+age=$age
+revision=$revision
+
+# Is this an already installed library?
+installed=$installed
+
+# Should we warn about portability when linking against -modules?
+shouldnotlink=$module
+
+# Files to dlopen/dlpreopen
+dlopen='$dlfiles'
+dlpreopen='$dlprefiles'
+
+# Directory that this library needs to be installed in:
+libdir='$install_libdir'"
+	  if test "$installed" = no && test "$need_relink" = yes; then
+	    $ECHO >> $output "\
+relink_command=\"$relink_command\""
+	  fi
+	done
+      }
+
+      # Do a symbolic link so that the libtool archive can be found in
+      # LD_LIBRARY_PATH before the program is installed.
+      func_show_eval '( cd "$output_objdir" && $RM "$outputname" && $LN_S "../$outputname" "$outputname" )' 'exit $?'
+      ;;
+    esac
+    exit $EXIT_SUCCESS
+}
+
+{ test "$opt_mode" = link || test "$opt_mode" = relink; } &&
+    func_mode_link ${1+"$@"}
+
+
+# func_mode_uninstall arg...
+func_mode_uninstall ()
+{
+    $opt_debug
+    RM="$nonopt"
+    files=
+    rmforce=
+    exit_status=0
+
+    # This variable tells wrapper scripts just to set variables rather
+    # than running their programs.
+    libtool_install_magic="$magic"
+
+    for arg
+    do
+      case $arg in
+      -f) func_append RM " $arg"; rmforce=yes ;;
+      -*) func_append RM " $arg" ;;
+      *) func_append files " $arg" ;;
+      esac
+    done
+
+    test -z "$RM" && \
+      func_fatal_help "you must specify an RM program"
+
+    rmdirs=
+
+    for file in $files; do
+      func_dirname "$file" "" "."
+      dir="$func_dirname_result"
+      if test "X$dir" = X.; then
+	odir="$objdir"
+      else
+	odir="$dir/$objdir"
+      fi
+      func_basename "$file"
+      name="$func_basename_result"
+      test "$opt_mode" = uninstall && odir="$dir"
+
+      # Remember odir for removal later, being careful to avoid duplicates
+      if test "$opt_mode" = clean; then
+	case " $rmdirs " in
+	  *" $odir "*) ;;
+	  *) func_append rmdirs " $odir" ;;
+	esac
+      fi
+
+      # Don't error if the file doesn't exist and rm -f was used.
+      if { test -L "$file"; } >/dev/null 2>&1 ||
+	 { test -h "$file"; } >/dev/null 2>&1 ||
+	 test -f "$file"; then
+	:
+      elif test -d "$file"; then
+	exit_status=1
+	continue
+      elif test "$rmforce" = yes; then
+	continue
+      fi
+
+      rmfiles="$file"
+
+      case $name in
+      *.la)
+	# Possibly a libtool archive, so verify it.
+	if func_lalib_p "$file"; then
+	  func_source $dir/$name
+
+	  # Delete the libtool libraries and symlinks.
+	  for n in $library_names; do
+	    func_append rmfiles " $odir/$n"
+	  done
+	  test -n "$old_library" && func_append rmfiles " $odir/$old_library"
+
+	  case "$opt_mode" in
+	  clean)
+	    case " $library_names " in
+	    *" $dlname "*) ;;
+	    *) test -n "$dlname" && func_append rmfiles " $odir/$dlname" ;;
+	    esac
+	    test -n "$libdir" && func_append rmfiles " $odir/$name $odir/${name}i"
+	    ;;
+	  uninstall)
+	    if test -n "$library_names"; then
+	      # Do each command in the postuninstall commands.
+	      func_execute_cmds "$postuninstall_cmds" 'test "$rmforce" = yes || exit_status=1'
+	    fi
+
+	    if test -n "$old_library"; then
+	      # Do each command in the old_postuninstall commands.
+	      func_execute_cmds "$old_postuninstall_cmds" 'test "$rmforce" = yes || exit_status=1'
+	    fi
+	    # FIXME: should reinstall the best remaining shared library.
+	    ;;
+	  esac
+	fi
+	;;
+
+      *.lo)
+	# Possibly a libtool object, so verify it.
+	if func_lalib_p "$file"; then
+
+	  # Read the .lo file
+	  func_source $dir/$name
+
+	  # Add PIC object to the list of files to remove.
+	  if test -n "$pic_object" &&
+	     test "$pic_object" != none; then
+	    func_append rmfiles " $dir/$pic_object"
+	  fi
+
+	  # Add non-PIC object to the list of files to remove.
+	  if test -n "$non_pic_object" &&
+	     test "$non_pic_object" != none; then
+	    func_append rmfiles " $dir/$non_pic_object"
+	  fi
+	fi
+	;;
+
+      *)
+	if test "$opt_mode" = clean ; then
+	  noexename=$name
+	  case $file in
+	  *.exe)
+	    func_stripname '' '.exe' "$file"
+	    file=$func_stripname_result
+	    func_stripname '' '.exe' "$name"
+	    noexename=$func_stripname_result
+	    # $file with .exe has already been added to rmfiles,
+	    # add $file without .exe
+	    func_append rmfiles " $file"
+	    ;;
+	  esac
+	  # Do a test to see if this is a libtool program.
+	  if func_ltwrapper_p "$file"; then
+	    if func_ltwrapper_executable_p "$file"; then
+	      func_ltwrapper_scriptname "$file"
+	      relink_command=
+	      func_source $func_ltwrapper_scriptname_result
+	      func_append rmfiles " $func_ltwrapper_scriptname_result"
+	    else
+	      relink_command=
+	      func_source $dir/$noexename
+	    fi
+
+	    # note $name still contains .exe if it was in $file originally
+	    # as does the version of $file that was added into $rmfiles
+	    func_append rmfiles " $odir/$name $odir/${name}S.${objext}"
+	    if test "$fast_install" = yes && test -n "$relink_command"; then
+	      func_append rmfiles " $odir/lt-$name"
+	    fi
+	    if test "X$noexename" != "X$name" ; then
+	      func_append rmfiles " $odir/lt-${noexename}.c"
+	    fi
+	  fi
+	fi
+	;;
+      esac
+      func_show_eval "$RM $rmfiles" 'exit_status=1'
+    done
+
+    # Try to remove the ${objdir}s in the directories where we deleted files
+    for dir in $rmdirs; do
+      if test -d "$dir"; then
+	func_show_eval "rmdir $dir >/dev/null 2>&1"
+      fi
+    done
+
+    exit $exit_status
+}
+
+{ test "$opt_mode" = uninstall || test "$opt_mode" = clean; } &&
+    func_mode_uninstall ${1+"$@"}
+
+test -z "$opt_mode" && {
+  help="$generic_help"
+  func_fatal_help "you must specify a MODE"
+}
+
+test -z "$exec_cmd" && \
+  func_fatal_help "invalid operation mode \`$opt_mode'"
+
+if test -n "$exec_cmd"; then
+  eval exec "$exec_cmd"
+  exit $EXIT_FAILURE
+fi
+
+exit $exit_status
+
+
+# The TAGs below are defined such that we never get into a situation
+# in which we disable both kinds of libraries.  Given conflicting
+# choices, we go for a static library, that is the most portable,
+# since we can't tell whether shared libraries were disabled because
+# the user asked for that or because the platform doesn't support
+# them.  This is particularly important on AIX, because we don't
+# support having both static and shared libraries enabled at the same
+# time on that platform, so we default to a shared-only configuration.
+# If a disable-shared tag is given, we'll fallback to a static-only
+# configuration.  But we'll never go from static-only to shared-only.
+
+# ### BEGIN LIBTOOL TAG CONFIG: disable-shared
+build_libtool_libs=no
+build_old_libs=yes
+# ### END LIBTOOL TAG CONFIG: disable-shared
+
+# ### BEGIN LIBTOOL TAG CONFIG: disable-static
+build_old_libs=`case $build_libtool_libs in yes) echo no;; *) echo yes;; esac`
+# ### END LIBTOOL TAG CONFIG: disable-static
+
+# Local Variables:
+# mode:shell-script
+# sh-indentation:2
+# End:
+# vi:sw=2
+
diff --git a/config/gnu/missing b/config/gnu/missing
new file mode 100755
index 0000000..9a55648
--- /dev/null
+++ b/config/gnu/missing
@@ -0,0 +1,330 @@
+#! /bin/sh
+# Common stub for a few missing GNU programs while installing.
+
+scriptversion=2012-01-06.18; # UTC
+
+# Copyright (C) 1996-2012 Free Software Foundation, Inc.
+# Originally by Fran,cois Pinard <pinard at iro.umontreal.ca>, 1996.
+
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2, or (at your option)
+# any later version.
+
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+
+# You should have received a copy of the GNU General Public License
+# along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+# As a special exception to the GNU General Public License, if you
+# distribute this file as part of a program that contains a
+# configuration script generated by Autoconf, you may include it under
+# the same distribution terms that you use for the rest of that program.
+
+if test $# -eq 0; then
+  echo 1>&2 "Try '$0 --help' for more information"
+  exit 1
+fi
+
+run=:
+sed_output='s/.* --output[ =]\([^ ]*\).*/\1/p'
+sed_minuso='s/.* -o \([^ ]*\).*/\1/p'
+
+# In the cases where this matters, 'missing' is being run in the
+# srcdir already.
+if test -f configure.ac; then
+  configure_ac=configure.ac
+else
+  configure_ac=configure.in
+fi
+
+msg="missing on your system"
+
+case $1 in
+--run)
+  # Try to run requested program, and just exit if it succeeds.
+  run=
+  shift
+  "$@" && exit 0
+  # Exit code 63 means version mismatch.  This often happens
+  # when the user try to use an ancient version of a tool on
+  # a file that requires a minimum version.  In this case we
+  # we should proceed has if the program had been absent, or
+  # if --run hadn't been passed.
+  if test $? = 63; then
+    run=:
+    msg="probably too old"
+  fi
+  ;;
+
+  -h|--h|--he|--hel|--help)
+    echo "\
+$0 [OPTION]... PROGRAM [ARGUMENT]...
+
+Handle 'PROGRAM [ARGUMENT]...' for when PROGRAM is missing, or return an
+error status if there is no known handling for PROGRAM.
+
+Options:
+  -h, --help      display this help and exit
+  -v, --version   output version information and exit
+  --run           try to run the given command, and emulate it if it fails
+
+Supported PROGRAM values:
+  aclocal      touch file 'aclocal.m4'
+  autoconf     touch file 'configure'
+  autoheader   touch file 'config.h.in'
+  autom4te     touch the output file, or create a stub one
+  automake     touch all 'Makefile.in' files
+  bison        create 'y.tab.[ch]', if possible, from existing .[ch]
+  flex         create 'lex.yy.c', if possible, from existing .c
+  help2man     touch the output file
+  lex          create 'lex.yy.c', if possible, from existing .c
+  makeinfo     touch the output file
+  yacc         create 'y.tab.[ch]', if possible, from existing .[ch]
+
+Version suffixes to PROGRAM as well as the prefixes 'gnu-', 'gnu', and
+'g' are ignored when checking the name.
+
+Send bug reports to <bug-automake at gnu.org>."
+    exit $?
+    ;;
+
+  -v|--v|--ve|--ver|--vers|--versi|--versio|--version)
+    echo "missing $scriptversion (GNU Automake)"
+    exit $?
+    ;;
+
+  -*)
+    echo 1>&2 "$0: Unknown '$1' option"
+    echo 1>&2 "Try '$0 --help' for more information"
+    exit 1
+    ;;
+
+esac
+
+# normalize program name to check for.
+program=`echo "$1" | sed '
+  s/^gnu-//; t
+  s/^gnu//; t
+  s/^g//; t'`
+
+# Now exit if we have it, but it failed.  Also exit now if we
+# don't have it and --version was passed (most likely to detect
+# the program).  This is about non-GNU programs, so use $1 not
+# $program.
+case $1 in
+  lex*|yacc*)
+    # Not GNU programs, they don't have --version.
+    ;;
+
+  *)
+    if test -z "$run" && ($1 --version) > /dev/null 2>&1; then
+       # We have it, but it failed.
+       exit 1
+    elif test "x$2" = "x--version" || test "x$2" = "x--help"; then
+       # Could not run --version or --help.  This is probably someone
+       # running '$TOOL --version' or '$TOOL --help' to check whether
+       # $TOOL exists and not knowing $TOOL uses missing.
+       exit 1
+    fi
+    ;;
+esac
+
+# If it does not exist, or fails to run (possibly an outdated version),
+# try to emulate it.
+case $program in
+  aclocal*)
+    echo 1>&2 "\
+WARNING: '$1' is $msg.  You should only need it if
+         you modified 'acinclude.m4' or '${configure_ac}'.  You might want
+         to install the Automake and Perl packages.  Grab them from
+         any GNU archive site."
+    touch aclocal.m4
+    ;;
+
+  autoconf*)
+    echo 1>&2 "\
+WARNING: '$1' is $msg.  You should only need it if
+         you modified '${configure_ac}'.  You might want to install the
+         Autoconf and GNU m4 packages.  Grab them from any GNU
+         archive site."
+    touch configure
+    ;;
+
+  autoheader*)
+    echo 1>&2 "\
+WARNING: '$1' is $msg.  You should only need it if
+         you modified 'acconfig.h' or '${configure_ac}'.  You might want
+         to install the Autoconf and GNU m4 packages.  Grab them
+         from any GNU archive site."
+    files=`sed -n 's/^[ ]*A[CM]_CONFIG_HEADER(\([^)]*\)).*/\1/p' ${configure_ac}`
+    test -z "$files" && files="config.h"
+    touch_files=
+    for f in $files; do
+      case $f in
+      *:*) touch_files="$touch_files "`echo "$f" |
+				       sed -e 's/^[^:]*://' -e 's/:.*//'`;;
+      *) touch_files="$touch_files $f.in";;
+      esac
+    done
+    touch $touch_files
+    ;;
+
+  automake*)
+    echo 1>&2 "\
+WARNING: '$1' is $msg.  You should only need it if
+         you modified 'Makefile.am', 'acinclude.m4' or '${configure_ac}'.
+         You might want to install the Automake and Perl packages.
+         Grab them from any GNU archive site."
+    find . -type f -name Makefile.am -print |
+	   sed 's/\.am$/.in/' |
+	   while read f; do touch "$f"; done
+    ;;
+
+  autom4te*)
+    echo 1>&2 "\
+WARNING: '$1' is needed, but is $msg.
+         You might have modified some files without having the
+         proper tools for further handling them.
+         You can get '$1' as part of Autoconf from any GNU
+         archive site."
+
+    file=`echo "$*" | sed -n "$sed_output"`
+    test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"`
+    if test -f "$file"; then
+	touch $file
+    else
+	test -z "$file" || exec >$file
+	echo "#! /bin/sh"
+	echo "# Created by GNU Automake missing as a replacement of"
+	echo "#  $ $@"
+	echo "exit 0"
+	chmod +x $file
+	exit 1
+    fi
+    ;;
+
+  bison*|yacc*)
+    echo 1>&2 "\
+WARNING: '$1' $msg.  You should only need it if
+         you modified a '.y' file.  You may need the Bison package
+         in order for those modifications to take effect.  You can get
+         Bison from any GNU archive site."
+    rm -f y.tab.c y.tab.h
+    if test $# -ne 1; then
+        eval LASTARG=\${$#}
+	case $LASTARG in
+	*.y)
+	    SRCFILE=`echo "$LASTARG" | sed 's/y$/c/'`
+	    if test -f "$SRCFILE"; then
+	         cp "$SRCFILE" y.tab.c
+	    fi
+	    SRCFILE=`echo "$LASTARG" | sed 's/y$/h/'`
+	    if test -f "$SRCFILE"; then
+	         cp "$SRCFILE" y.tab.h
+	    fi
+	  ;;
+	esac
+    fi
+    if test ! -f y.tab.h; then
+	echo >y.tab.h
+    fi
+    if test ! -f y.tab.c; then
+	echo 'main() { return 0; }' >y.tab.c
+    fi
+    ;;
+
+  lex*|flex*)
+    echo 1>&2 "\
+WARNING: '$1' is $msg.  You should only need it if
+         you modified a '.l' file.  You may need the Flex package
+         in order for those modifications to take effect.  You can get
+         Flex from any GNU archive site."
+    rm -f lex.yy.c
+    if test $# -ne 1; then
+        eval LASTARG=\${$#}
+	case $LASTARG in
+	*.l)
+	    SRCFILE=`echo "$LASTARG" | sed 's/l$/c/'`
+	    if test -f "$SRCFILE"; then
+	         cp "$SRCFILE" lex.yy.c
+	    fi
+	  ;;
+	esac
+    fi
+    if test ! -f lex.yy.c; then
+	echo 'main() { return 0; }' >lex.yy.c
+    fi
+    ;;
+
+  help2man*)
+    echo 1>&2 "\
+WARNING: '$1' is $msg.  You should only need it if
+	 you modified a dependency of a manual page.  You may need the
+	 Help2man package in order for those modifications to take
+	 effect.  You can get Help2man from any GNU archive site."
+
+    file=`echo "$*" | sed -n "$sed_output"`
+    test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"`
+    if test -f "$file"; then
+	touch $file
+    else
+	test -z "$file" || exec >$file
+	echo ".ab help2man is required to generate this page"
+	exit $?
+    fi
+    ;;
+
+  makeinfo*)
+    echo 1>&2 "\
+WARNING: '$1' is $msg.  You should only need it if
+         you modified a '.texi' or '.texinfo' file, or any other file
+         indirectly affecting the aspect of the manual.  The spurious
+         call might also be the consequence of using a buggy 'make' (AIX,
+         DU, IRIX).  You might want to install the Texinfo package or
+         the GNU make package.  Grab either from any GNU archive site."
+    # The file to touch is that specified with -o ...
+    file=`echo "$*" | sed -n "$sed_output"`
+    test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"`
+    if test -z "$file"; then
+      # ... or it is the one specified with @setfilename ...
+      infile=`echo "$*" | sed 's/.* \([^ ]*\) *$/\1/'`
+      file=`sed -n '
+	/^@setfilename/{
+	  s/.* \([^ ]*\) *$/\1/
+	  p
+	  q
+	}' $infile`
+      # ... or it is derived from the source name (dir/f.texi becomes f.info)
+      test -z "$file" && file=`echo "$infile" | sed 's,.*/,,;s,.[^.]*$,,'`.info
+    fi
+    # If the file does not exist, the user really needs makeinfo;
+    # let's fail without touching anything.
+    test -f $file || exit 1
+    touch $file
+    ;;
+
+  *)
+    echo 1>&2 "\
+WARNING: '$1' is needed, and is $msg.
+         You might have modified some files without having the
+         proper tools for further handling them.  Check the 'README' file,
+         it often tells you about the needed prerequisites for installing
+         this package.  You may also peek at any GNU archive site, in case
+         some other package would contain this missing '$1' program."
+    exit 1
+    ;;
+esac
+
+exit 0
+
+# Local variables:
+# eval: (add-hook 'write-file-hooks 'time-stamp)
+# time-stamp-start: "scriptversion="
+# time-stamp-format: "%:y-%02m-%02d.%02H"
+# time-stamp-time-zone: "UTC"
+# time-stamp-end: "; # UTC"
+# End:
diff --git a/config/m4/ax_f90_module_extension.m4 b/config/m4/ax_f90_module_extension.m4
new file mode 100644
index 0000000..01e18c2
--- /dev/null
+++ b/config/m4/ax_f90_module_extension.m4
@@ -0,0 +1,60 @@
+# ===========================================================================
+#        http://autoconf-archive.cryp.to/ax_f90_module_extension.html
+# ===========================================================================
+#
+# SYNOPSIS
+#
+#   AX_F90_MODULE_EXTENSION
+#
+# DESCRIPTION
+#
+#   Find Fortran 90 modules file extension. The module extension is stored
+#   in the cached variable ax_f90_modext, or "unknown" if the extension
+#   cannot be found.
+#
+# LAST MODIFICATION
+#
+#   2009-04-19
+#
+# COPYLEFT
+#
+#   Copyright (C) 2009 Luc Maisonobe <luc at spaceroots.org>
+#   Copyright (C) 2009 Alexander Pletzer <pletzer at txcorp.com>
+#
+#   Copying and distribution of this file, with or without modification, are
+#   permitted in any medium without royalty provided the copyright notice
+#   and this notice are preserved.
+
+AC_DEFUN([AX_F90_MODULE_EXTENSION],[
+AC_CACHE_CHECK([fortran 90 modules extension],
+ax_cv_f90_modext,
+[AC_LANG_PUSH(Fortran)
+i=0
+while test \( -f tmpdir_$i \) -o \( -d tmpdir_$i \) ; do
+    i=`expr $i + 1`
+done
+mkdir tmpdir_$i
+cd tmpdir_$i
+AC_COMPILE_IFELSE([
+!234567
+            module conftest_module
+            contains
+            subroutine conftest_routine
+            write(*,'(a)') 'gotcha!'
+            end subroutine conftest_routine
+            end module conftest_module
+    ],
+    [ax_cv_f90_modext=`ls | sed -n 's,conftest_module\.,,p'`
+      if test x$ax_cv_f90_modext = x ; then
+dnl Some F90 compilers put module filename in uppercase letters
+          ax_cv_f90_modext=`ls | sed -n 's,CONFTEST_MODULE\.,,p'`
+          if test x$ax_cv_f90_modext = x ; then
+              ax_cv_f90_modext=""
+          fi
+      fi
+    ],
+    [ax_cv_f90_modext=""])
+cd ..
+rm -fr tmpdir_$i
+AC_LANG_POP(Fortran)
+])]) # AX_F90_MODULE_EXTENSION
diff --git a/config/m4/fortran.m4 b/config/m4/fortran.m4
new file mode 100644
index 0000000..8ba7cae
--- /dev/null
+++ b/config/m4/fortran.m4
@@ -0,0 +1,655 @@
+# -*- Autoconf -*-
+#
+# M4 macros for AtomPAW (imported from Abinit)
+#
+# Copyright (C) 2010 Yann Pouillon
+#
+# This file is part of the ATOMPAW software package. For license information,
+# please see the COPYING file in the top-level directory of the ATOMPAW source
+# distribution.
+#
+
+#
+# Fortran compilers support
+#
+
+
+
+# _ATP_CHECK_FC_ABSOFT(COMPILER)
+# ------------------------------
+#
+# Checks whether the specified Fortran compiler is the ABSoft Fortran compiler.
+# If yes, tries to determine its version number and sets the atp_fc_vendor
+# and atp_fc_version variables accordingly.
+#
+AC_DEFUN([_ATP_CHECK_FC_ABSOFT],[
+  dnl Do some sanity checking of the arguments
+  m4_if([$1], , [AC_FATAL([$0: missing argument 1])])dnl
+
+  dnl AC_MSG_CHECKING([if we are using the ABSoft Fortran compiler])
+  fc_info_string=`$1 -V 2> /dev/null`
+  atp_result=`echo "${fc_info_string}" | grep '^Pro Fortran'`
+  if test "${atp_result}" = ""; then
+    atp_result="no"
+    fc_info_string=""
+    atp_fc_vendor="unknown"
+    atp_fc_version="unknown"
+  else
+    AC_DEFINE([FC_ABSOFT],1,[Define to 1 if you are using the ABSOFT Fortran compiler.])
+    atp_fc_vendor="absoft"
+    atp_fc_version=`echo "${atp_result}" | sed -e 's/Pro Fortran //'`
+    if test "${atp_fc_version}" = "${atp_result}"; then
+      atp_fc_version="unknown"
+    fi
+    atp_result="yes"
+  fi
+  dnl AC_MSG_RESULT(${atp_result})
+]) # _ATP_CHECK_FC_ABSOFT
+
+
+
+# _ATP_CHECK_FC_COMPAQ(COMPILER)
+# ------------------------------
+#
+# Checks whether the specified Fortran compiler is the COMPAQ Fortran compiler.
+# If yes, tries to determine its version number and sets the atp_fc_vendor
+# and atp_fc_version variables accordingly.
+#
+AC_DEFUN([_ATP_CHECK_FC_COMPAQ],[
+  dnl Do some sanity checking of the arguments
+  m4_if([$1], , [AC_FATAL([$0: missing argument 1])])dnl
+
+  dnl AC_MSG_CHECKING([if we are using the Compaq Fortran compiler])
+  fc_info_string=`$1 -version 2>&1 | sed -e 's/^	//' | grep '^Compaq Fortran Compiler'`
+  atp_result="${fc_info_string}"
+  if test "${atp_result}" = ""; then
+    fc_info_string=`$1 -version 2>&1 | sed -e 's/^	//' | grep '^HP Fortran Compiler'`
+    atp_result="${fc_info_string}"
+  fi
+  if test "${atp_result}" = ""; then
+    atp_result="no"
+    fc_info_string=""
+    atp_fc_vendor="unknown"
+    atp_fc_version="unknown"
+  else
+    AC_DEFINE([FC_COMPAQ],1,[Define to 1 if you are using the COMPAQ Fortran compiler.])
+    atp_fc_vendor="compaq"
+    atp_fc_version=`echo "${atp_result}" | sed -e 's/.* V//;s/-.*//'`
+    if test "${atp_fc_version}" = "${atp_result}"; then
+      atp_fc_version="unknown"
+    fi
+    atp_result="yes"
+  fi
+  dnl AC_MSG_RESULT(${atp_result})
+]) # _ATP_CHECK_FC_COMPAQ
+
+
+
+# _ATP_CHECK_FC_FUJITSU(COMPILER)
+# -------------------------------
+#
+# Checks whether the specified Fortran compiler is the Fujitsu Fortran compiler.
+# If yes, tries to determine its version number and sets the atp_fc_vendor
+# and atp_fc_version variables accordingly.
+#
+AC_DEFUN([_ATP_CHECK_FC_FUJITSU],[
+  dnl Do some sanity checking of the arguments
+  m4_if([$1], , [AC_FATAL([$0: missing argument 1])])dnl
+
+  dnl AC_MSG_CHECKING([if we are using the Fujitsu Fortran compiler])
+  fc_info_string=`$1 -V 2> /dev/null`
+  atp_result=`echo "${fc_info_string}" | grep '^Fujitsu Fortran'`
+  if test "${atp_result}" = ""; then
+    atp_result="no"
+    fc_info_string=""
+    atp_fc_vendor="unknown"
+    atp_fc_version="unknown"
+  else
+    AC_DEFINE([FC_FUJITSU],1,[Define to 1 if you are using the Fujitsu Fortran compiler.])
+    atp_fc_vendor="fujitsu"
+    atp_fc_version=`echo "${atp_result}" | sed -e 's/.*Driver //;s/ .*//'`
+    if test "${atp_fc_version}" = "${atp_result}"; then
+      atp_fc_version="unknown"
+    fi
+    atp_result="yes"
+  fi
+  dnl AC_MSG_RESULT(${atp_result})
+]) # _ATP_CHECK_FC_FUJITSU
+
+
+
+# _ATP_CHECK_FC_G95(COMPILER)
+# ---------------------------
+#
+# Checks whether the specified Fortran compiler is the G95 Fortran compiler.
+# If yes, tries to determine its version number and sets the atp_fc_vendor
+# and atp_fc_version variables accordingly.
+#
+AC_DEFUN([_ATP_CHECK_FC_G95],[
+  dnl Do some sanity checking of the arguments
+  m4_if([$1], , [AC_FATAL([$0: missing argument 1])])dnl
+
+  dnl AC_MSG_CHECKING([if we are using the G95 Fortran compiler])
+  fc_info_string=`$1 --version 2>&1`
+  atp_result=`echo "${fc_info_string}" | grep '^G95'`
+  if test "${atp_result}" = ""; then
+    atp_result="no"
+    fc_info_string=""
+    atp_fc_vendor="unknown"
+    atp_fc_version="unknown"
+  else
+    AC_DEFINE([FC_G95],1,[Define to 1 if you are using the G95 Fortran compiler.])
+    atp_fc_vendor="g95"
+    atp_fc_version=`echo ${atp_result} | sed -e 's/.*GCC //; s/ .*//'`
+    if test "${atp_fc_version}" = "${atp_result}"; then
+      atp_fc_version="unknown"
+    fi
+    atp_result="yes"
+  fi
+  dnl AC_MSG_RESULT(${atp_result})
+]) # _ATP_CHECK_FC_G95
+
+
+
+# _ATP_CHECK_FC_GNU(COMPILER)
+# ---------------------------
+#
+# Checks whether the specified Fortran compiler is the GNU Fortran compiler.
+# If yes, tries to determine its version number and sets the atp_fc_vendor
+# and atp_fc_version variables accordingly.
+#
+AC_DEFUN([_ATP_CHECK_FC_GNU],[
+  dnl Do some sanity checking of the arguments
+  m4_if([$1], , [AC_FATAL([$0: missing argument 1])])dnl
+
+  dnl AC_MSG_CHECKING([if we are using the GNU Fortran compiler])
+  fc_info_string=`$1 --version 2>&1`
+  atp_result=`echo "${fc_info_string}" | grep '^GNU Fortran'`
+  if test "${atp_result}" = ""; then
+    atp_result="no"
+    fc_info_string=""
+    atp_fc_vendor="unknown"
+    atp_fc_version="unknown"
+  else
+    AC_DEFINE([FC_GNU],1,[Define to 1 if you are using the GNU Fortran compiler.])
+    AC_DEFINE([HAVE_FORTRAN2003],1,[Define to 1 if your Fortran compiler supports Fortran 2003.])
+    atp_fc_vendor="gnu"
+    atp_fc_version=`echo ${atp_result} | sed -e 's/^[[^(]]*([[^)]]*) //; s/ .*//'`
+    atp_result="yes"
+  fi
+  dnl AC_MSG_RESULT(${atp_result})
+]) # _ATP_CHECK_FC_GNU
+
+
+
+# _ATP_CHECK_FC_HITACHI(COMPILER)
+# -------------------------------
+#
+# Checks whether the specified Fortran compiler is the Hitachi Fortran compiler.
+# If yes, tries to determine its version number and sets the atp_fc_vendor
+# and atp_fc_version variables accordingly.
+#
+AC_DEFUN([_ATP_CHECK_FC_HITACHI],[
+  dnl Do some sanity checking of the arguments
+  m4_if([$1], , [AC_FATAL([$0: missing argument 1])])dnl
+
+  dnl AC_MSG_CHECKING([if we are using the Hitachi Fortran compiler])
+  fc_info_string=`$1 -V 2> /dev/null`
+  atp_result=`echo "${fc_info_string}" | grep '^Hitachi Fortran'`
+  if test "${atp_result}" = ""; then
+    atp_result="no"
+    fc_info_string=""
+    atp_fc_vendor="unknown"
+    atp_fc_version="unknown"
+  else
+    AC_DEFINE([FC_HITACHI],1,[Define to 1 if you are using the Hitachi Fortran compiler.])
+    atp_fc_vendor="hitachi"
+    atp_fc_version=`echo "${atp_result}" | sed -e 's/.*Driver //;s/ .*//'`
+    if test "${atp_fc_version}" = "${atp_result}"; then
+      atp_fc_version="unknown"
+    fi
+    atp_result="yes"
+  fi
+  dnl AC_MSG_RESULT(${atp_result})
+]) # _ATP_CHECK_FC_HITACHI
+
+
+
+# _ATP_CHECK_FC_IBM(COMPILER)
+# ---------------------------
+#
+# Checks whether the specified Fortran compiler is the IBM XL Fortran compiler.
+# If yes, tries to determine its version number and sets the atp_fc_vendor
+# and atp_fc_version variables accordingly.
+#
+AC_DEFUN([_ATP_CHECK_FC_IBM],[
+  dnl Do some sanity checking of the arguments
+  m4_if([$1], , [AC_FATAL([$0: missing argument 1])])dnl
+
+  dnl AC_MSG_CHECKING([if we are using the IBM XL Fortran compiler])
+  fc_info_string=`$1 -qversion 2>&1 | head -n 1`
+  fc_garbage=`$1 -qversion 2>&1 | wc -l | sed -e 's/ //g'`
+  atp_result=`echo "${fc_info_string}" | grep 'IBM XL Fortran'`
+  if test "${atp_result}" = ""; then
+    atp_result=`echo "${fc_info_string}" | grep 'IBM(R) XL Fortran'`
+  fi
+  if test "${atp_result}" = ""; then
+    atp_result="no"
+    fc_info_string=""
+    atp_fc_vendor="unknown"
+    atp_fc_version="unknown"
+    if test "${fc_garbage}" -gt 50; then
+      AC_DEFINE([FC_IBM],1,[Define to 1 if you are using the IBM XL Fortran compiler.])
+      atp_fc_vendor="ibm"
+      atp_fc_version="unknown"
+      atp_result="yes"
+    fi
+  else
+    AC_DEFINE([FC_IBM],1,[Define to 1 if you are using the IBM XL Fortran compiler.])
+    atp_fc_vendor="ibm"
+    atp_fc_version=`echo "${atp_result}" | sed -e 's/.* V//; s/ .*//'`
+    if test "${atp_fc_version}" = "${atp_result}"; then
+      atp_fc_version="unknown"
+    fi
+    atp_result="yes"
+  fi
+  dnl AC_MSG_RESULT(${atp_result})
+]) # _ATP_CHECK_FC_IBM
+
+
+
+# _ATP_CHECK_FC_INTEL(COMPILER)
+# -----------------------------
+#
+# Checks whether the specified Fortran compiler is the Intel Fortran compiler.
+# If yes, tries to determine its version number and sets the atp_fc_vendor
+# and atp_fc_version variables accordingly.
+#
+AC_DEFUN([_ATP_CHECK_FC_INTEL],[
+  dnl Do some sanity checking of the arguments
+  m4_if([$1], , [AC_FATAL([$0: missing argument 1])])dnl
+
+  dnl AC_MSG_CHECKING([if we are using the Intel Fortran compiler])
+  fc_info_string=`$1 -v -V 2>&1 | sed -e '/^ifc: warning/d'`
+  atp_result=`echo "${fc_info_string}" | grep '^Intel(R) Fortran'`
+  if test "${atp_result}" = ""; then
+    atp_result="no"
+    fc_info_string=""
+    atp_fc_vendor="unknown"
+    atp_fc_version="unknown"
+  else
+    AC_DEFINE([FC_INTEL],1,[Define to 1 if you are using the Intel Fortran compiler.])
+    atp_fc_vendor="intel"
+    atp_fc_version=`echo "${fc_info_string}" | grep '^Version' | sed -e 's/Version //;s/ .*//;s/ //g' | head -n 1`
+    if test "${atp_fc_version}" = ""; then
+      atp_fc_version="unknown"
+    fi
+    atp_result="yes"
+  fi
+  dnl AC_MSG_RESULT(${atp_result})
+]) # _ATP_CHECK_FC_INTEL
+
+
+
+# _ATP_CHECK_FC_MIPSPRO(COMPILER)
+# -------------------------------
+#
+# Checks whether the specified Fortran compiler is the MIPSpro Fortran
+# compiler.
+# If yes, tries to determine its version number and sets the atp_fc_vendor
+# and atp_fc_version variables accordingly.
+#
+AC_DEFUN([_ATP_CHECK_FC_MIPSPRO],[
+  dnl Do some sanity checking of the arguments
+  m4_if([$1], , [AC_FATAL([$0: missing argument 1])])dnl
+
+  dnl AC_MSG_CHECKING([if we are using the MIPSpro Fortran compiler])
+  fc_info_string=`$1 -version 2>&1 | sed -e '/^$/d'`
+  atp_result=`echo "${fc_info_string}" | grep '^MIPSpro'`
+  if test "${atp_result}" = ""; then
+    atp_result="no"
+    fc_info_string=""
+    atp_fc_vendor="unknown"
+    atp_fc_version="unknown"
+  else
+    AC_DEFINE([FC_MIPSPRO],1,[Define to 1 if you are using the MIPSpro Fortran compiler.])
+    atp_fc_vendor="mipspro"
+    atp_fc_version=`echo "${atp_result}" | sed -e 's/.*Version //'`
+    if test "${atp_fc_version}" = "${atp_result}"; then
+      atp_fc_version="unknown"
+    fi
+    atp_result="yes"
+  fi
+  dnl AC_MSG_RESULT(${atp_result})
+]) # _ATP_CHECK_FC_MIPSPRO
+
+
+
+# _ATP_CHECK_FC_NAG(COMPILER)
+# ---------------------------
+#
+# Checks whether the specified Fortran compiler is the NAGWare Fortran 95
+# compiler. If yes, tries to determine its version number and sets the
+# atp_fc_vendor and atp_fc_version variables accordingly.
+#
+AC_DEFUN([_ATP_CHECK_FC_NAG],[
+  dnl Do some sanity checking of the arguments
+  m4_if([$1], , [AC_FATAL([$0: missing argument 1])])dnl
+
+  dnl AC_MSG_CHECKING([if we are using the NAGWare Fortran 95 compiler])
+  fc_info_string=`$1 -v -V 2>&1`
+  atp_result=`echo "${fc_info_string}" | grep '^NAG'`
+  if test "${atp_result}" = ""; then
+    atp_result="no"
+    fc_info_string=""
+    atp_fc_vendor="unknown"
+    atp_fc_version="unknown"
+  else
+    AC_DEFINE([FC_NAG],1,[Define to 1 if you are using the NAGWare Fortran 95 compiler.])
+    atp_fc_vendor="nag"
+    atp_fc_version=`echo "${fc_info_string}" | sed -e 's/.*Release //;s/[[( ]].*//'`
+    if test "${atp_fc_version}" = ""; then
+      atp_fc_version="unknown"
+    fi
+    atp_result="yes"
+  fi
+  dnl AC_MSG_RESULT(${atp_result})
+]) # _ATP_CHECK_FC_NAG
+
+
+
+# _ATP_CHECK_FC_OPEN64(COMPILER)
+# ------------------------------
+#
+# Checks whether the specified Fortran compiler is the Open64
+# Fortran compiler.
+# If yes, tries to determine its version number and sets the atp_fc_vendor
+# and atp_fc_version variables accordingly.
+#
+AC_DEFUN([_ATP_CHECK_FC_OPEN64],[
+  dnl Do some sanity checking of the arguments
+  m4_if([$1], , [AC_FATAL([$0: missing argument 1])])dnl
+
+  dnl AC_MSG_CHECKING([if we are using the PathScale Fortran compiler])
+  fc_info_string=`$1 --version 2>&1`
+  atp_result=`echo "${fc_info_string}" | grep '^Open64'`
+  if test "${atp_result}" = ""; then
+    atp_result="no"
+    fc_info_string=""
+    atp_fc_vendor="unknown"
+    atp_fc_version="unknown"
+  else
+    AC_DEFINE([FC_OPEN64],1,[Define to 1 if you are using the Open64 Fortran compiler.])
+    atp_fc_vendor="open64"
+    atp_fc_version=`echo "${atp_result}" | sed -e 's/.* Version //; s/ .*//'`
+    if test "${atp_fc_version}" = "${atp_result}"; then
+      atp_fc_version="unknown"
+    fi
+    atp_result="yes"
+  fi
+  dnl AC_MSG_RESULT(${atp_result})
+]) # _ATP_CHECK_FC_OPEN64
+
+
+
+# _ATP_CHECK_FC_PATHSCALE(COMPILER)
+# ---------------------------------
+#
+# Checks whether the specified Fortran compiler is the PathScale
+# Fortran compiler.
+# If yes, tries to determine its version number and sets the atp_fc_vendor
+# and atp_fc_version variables accordingly.
+#
+AC_DEFUN([_ATP_CHECK_FC_PATHSCALE],[
+  dnl Do some sanity checking of the arguments
+  m4_if([$1], , [AC_FATAL([$0: missing argument 1])])dnl
+
+  dnl AC_MSG_CHECKING([if we are using the PathScale Fortran compiler])
+  fc_info_string=`$1 -version 2>&1`
+  atp_result=`echo "${fc_info_string}" | grep '^PathScale'`
+  if test "${atp_result}" = ""; then
+    atp_result="no"
+    fc_info_string=""
+    atp_fc_vendor="unknown"
+    atp_fc_version="unknown"
+  else
+    AC_DEFINE([FC_PATHSCALE],1,[Define to 1 if you are using the PathScale Fortran compiler.])
+    atp_fc_vendor="pathscale"
+    atp_fc_version=`echo "${atp_result}" | sed -e 's/.* Version //; s/ .*//'`
+    if test "${atp_fc_version}" = "${atp_result}"; then
+      atp_fc_version="unknown"
+    fi
+    atp_result="yes"
+  fi
+  dnl AC_MSG_RESULT(${atp_result})
+]) # _ATP_CHECK_FC_PATHSCALE
+
+
+
+# _ATP_CHECK_FC_PGI(COMPILER)
+# ---------------------------
+#
+# Checks whether the specified Fortran compiler is the Portland Group
+# Fortran compiler.
+# If yes, tries to determine its version number and sets the atp_fc_vendor
+# and atp_fc_version variables accordingly.
+#
+AC_DEFUN([_ATP_CHECK_FC_PGI],[
+  dnl Do some sanity checking of the arguments
+  m4_if([$1], , [AC_FATAL([$0: missing argument 1])])dnl
+
+  dnl AC_MSG_CHECKING([if we are using the Portland Group Fortran compiler])
+  fc_info_string=`$1 -V 2>&1 | sed -e '/^$/d'`
+  atp_result=`echo "${fc_info_string}" | grep '^pgf9[[05]]' | grep -v 'No files to process'`
+  if test "${atp_result}" = ""; then
+    atp_result="no"
+    fc_info_string=""
+    atp_fc_vendor="unknown"
+    atp_fc_version="unknown"
+  else
+    AC_DEFINE([FC_PGI],1,[Define to 1 if you are using the Portland Group Fortran compiler.])
+    atp_fc_vendor="pgi"
+    atp_fc_version=`echo "${atp_result}" | sed -e 's/^pgf9[[05]] //' | sed -e 's/-.*//'`
+    if test "${atp_fc_version}" = "${atp_result}"; then
+      atp_fc_version="unknown"
+    else
+      if test "${atp_fc_version}" = "6.0"; then
+                AC_DEFINE([FC_PGI6],1,[Define to 1 if you are using the Portland Group Fortran compiler version 6])
+      fi
+    fi
+    atp_result="yes"
+  fi
+  dnl AC_MSG_RESULT(${atp_result})
+]) # _ATP_CHECK_FC_PGI
+
+
+
+# _ATP_CHECK_FC_SUN(COMPILER)
+# ---------------------------
+#
+# Checks whether the specified Fortran compiler is the Sun WorkShop Fortran compiler.
+# If yes, tries to determine its version number and sets the atp_fc_vendor
+# and atp_fc_version variables accordingly.
+#
+AC_DEFUN([_ATP_CHECK_FC_SUN],[
+  dnl Do some sanity checking of the arguments
+  m4_if([$1], , [AC_FATAL([$0: missing argument 1])])dnl
+
+  dnl AC_MSG_CHECKING([if we are using the Sun Fortran compiler])
+  fc_info_string=`$1 -V 2>&1 | head -n 1`
+  atp_result=`echo "${fc_info_string}" | grep 'Sun' | grep 'Fortran 95'`
+  if test "${atp_result}" = ""; then
+    atp_result="no"
+    fc_info_string=""
+    atp_fc_vendor="unknown"
+    atp_fc_version="unknown"
+  else
+    AC_DEFINE([FC_SUN],1,[Define to 1 if you are using the Sun Fortran compiler.])
+    atp_fc_vendor="sun"
+    atp_fc_version=`echo "${atp_result}" | sed -e 's/.* Fortran 95 //;s/ .*//'`
+    if test "${atp_fc_version}" = "${atp_result}" -o "${atp_fc_version}" = ""; then
+      atp_fc_version="unknown"
+    fi
+    atp_result="yes"
+  fi
+  dnl AC_MSG_RESULT(${atp_result})
+]) # _ATP_CHECK_FC_SUN
+
+
+
+ #############################################################################
+
+
+
+# ATP_FC_EXTENSIONS()
+# -------------------
+#
+# Sets the default extensions of Fortran source files and modules,
+# whenever possible.
+#
+AC_DEFUN([ATP_FC_EXTENSIONS],[
+  dnl Set Fortran module extension
+  AX_F90_MODULE_EXTENSION
+  if test "${ax_cv_f90_modext}" != ""; then
+    MODEXT="${ax_cv_f90_modext}"
+  else
+    MODEXT="mod"
+    AC_MSG_NOTICE([setting Fortran module extension to ".${MODEXT}"])
+  fi
+  AC_SUBST(MODEXT)
+
+  dnl Change the default Fortran extension for tests
+  AC_FC_SRCEXT(F90,[atp_fc_src_ok="yes"],[atp_fc_src_ok="no"])
+  if test "${atp_fc_src_ok}" != "yes"; then
+    AC_MSG_WARN([Fortran file extension could not be changed])
+    AC_MSG_WARN([some advanced Fortran tests may fail])
+  fi
+]) # ATP_FC_EXTENSIONS
+
+
+
+# ATP_FC_MOD_CASE()
+# -----------------
+#
+# Checks whether the Fortran compiler creates upper-case or lower-case
+# module files.
+#
+AC_DEFUN([ATP_FC_MOD_CASE],[
+  AC_REQUIRE([ATP_FC_EXTENSIONS])
+
+  dnl Init
+  fc_mod_lowercase="yes"
+  fc_mod_uppercase="no"
+  AC_MSG_NOTICE([determining Fortran module case])
+
+  dnl Compile a dummy module
+  AC_LANG_PUSH([Fortran])
+  AC_COMPILE_IFELSE([[
+    module conftest
+    end module conftest
+  ]],[],[AC_MSG_FAILURE([unable to compile a simple Fortran module])])
+  AC_LANG_POP([Fortran])
+
+  dnl Check module file existence
+  if test -f "CONFTEST.${MODEXT}"; then
+    fc_mod_lowercase="no"
+    fc_mod_uppercase="yes"
+  elif test ! -f "conftest.${MODEXT}"; then
+    AC_MSG_WARN([conftest.${MODEXT} Fortran module could not be found])
+  fi
+
+  dnl Output final outcome
+  AC_MSG_CHECKING([whether Fortran modules are upper-case])
+  AC_MSG_RESULT([${fc_mod_uppercase}])
+]) # ATP_FC_MOD_CASE
+
+
+
+# ATP_PROG_FC()
+# -------------
+#
+# Tries to determine which type of Fortran compiler is installed.
+#
+AC_DEFUN([ATP_PROG_FC],[
+  dnl Init
+  atp_fc_vendor="${with_fc_vendor}"
+  atp_fc_version="${with_fc_version}"
+
+  if test "${atp_fc_vendor}" = ""; then
+    atp_fc_vendor="unknown"
+  fi
+  if test "${atp_fc_version}" = ""; then
+    atp_fc_version="unknown"
+  fi
+  atp_fc_wrap="no"
+
+  dnl Determine Fortran compiler type (the order is important)
+  AC_MSG_CHECKING([which type of Fortran compiler we have])
+
+  dnl Get rid of that one as early as possible
+  if test "${atp_fc_vendor}" = "unknown"; then
+    _ATP_CHECK_FC_IBM(${FC})
+  fi
+
+  dnl Should be checked before gfortran
+  if test "${atp_fc_vendor}" = "unknown"; then
+    _ATP_CHECK_FC_INTEL(${FC})
+  fi
+
+  if test "${atp_fc_vendor}" = "unknown"; then
+    _ATP_CHECK_FC_G95(${FC})
+  fi
+  if test "${atp_fc_vendor}" = "unknown"; then
+    _ATP_CHECK_FC_GNU(${FC})
+  fi
+  if test "${atp_fc_vendor}" = "unknown"; then
+    _ATP_CHECK_FC_PATHSCALE(${FC})
+  fi
+  if test "${atp_fc_vendor}" = "unknown"; then
+    _ATP_CHECK_FC_COMPAQ(${FC})
+  fi
+  if test "${atp_fc_vendor}" = "unknown"; then
+    _ATP_CHECK_FC_ABSOFT(${FC})
+  fi
+  if test "${atp_fc_vendor}" = "unknown"; then
+    _ATP_CHECK_FC_MIPSPRO(${FC})
+  fi
+  if test "${atp_fc_vendor}" = "unknown"; then
+    _ATP_CHECK_FC_OPEN64(${FC})
+  fi
+  if test "${atp_fc_vendor}" = "unknown"; then
+    _ATP_CHECK_FC_FUJITSU(${FC})
+  fi
+  if test "${atp_fc_vendor}" = "unknown"; then
+    _ATP_CHECK_FC_SUN(${FC})
+  fi
+  if test "${atp_fc_vendor}" = "unknown"; then
+    _ATP_CHECK_FC_HITACHI(${FC})
+  fi
+  if test "${atp_fc_vendor}" = "unknown"; then
+    _ATP_CHECK_FC_NAG(${FC})
+  fi
+  if test "${atp_fc_vendor}" = "unknown"; then
+    _ATP_CHECK_FC_PGI(${FC})
+  fi
+
+  dnl Fall back to generic when detection fails
+  if test "${atp_fc_vendor}" = "unknown"; then
+    atp_fc_vendor="generic"
+  fi
+
+  dnl Normalize Fortran compiler version
+  if test "${atp_fc_version}" = "unknown"; then
+    atp_fc_version="0.0"
+  else
+    atp_fc_version=`echo ${atp_fc_version} | cut -d. -f1-2`
+  fi
+
+  dnl Display final result
+  AC_MSG_RESULT([${atp_fc_vendor} ${atp_fc_version}])
+
+  dnl Schedule compiler info for substitution
+  AC_SUBST(atp_fc_vendor)
+  AC_SUBST(atp_fc_version)
+  AC_SUBST(atp_fc_wrap)
+]) # ATP_PROG_FC
diff --git a/config/m4/information.m4 b/config/m4/information.m4
new file mode 100644
index 0000000..34cbec2
--- /dev/null
+++ b/config/m4/information.m4
@@ -0,0 +1,285 @@
+# -*- Autoconf -*-
+#
+# M4 macros for AtomPAW (imported from Abinit)
+#
+# Copyright (C) 2010 Yann Pouillon
+#
+# This file is part of the AtomPAW software package. For license information,
+# please see the COPYING file in the top-level directory of the source
+# distribution.
+#
+
+#
+# Architecture information
+#
+
+
+
+# ATP_INIT_CPU_INFO()
+# -------------------
+#
+# Sets architecture-related variables from the information given by the
+# specified target. This is a helper for many other AtomPAW macros, that
+# should be called quite early in the configure script.
+#
+# At present, the variables set are:
+#
+#  * atp_cpu_model  : CPU model, if guessed;
+#  * atp_cpu_64bits : whether the CPU is 64 bits or not.
+#
+AC_DEFUN([ATP_INIT_CPU_INFO],[
+  atp_cpu_platform=`echo "${target}" | cut -d- -f2`
+  atp_cpu_vendor=""
+  atp_cpu_model=""
+  atp_cpu_spec=""
+  atp_cpu_bits=""
+  atp_cpu_64bits=""
+
+  case "${target}" in
+
+    alpha*)
+      atp_cpu_vendor="dec"
+      atp_cpu_model="${target_cpu}"
+      atp_cpu_64bits=`echo "${atp_cpu_model}" | grep '64$'`
+      if test "${atp_cpu_64bits}" = ""; then
+        atp_cpu_64bits="no"
+      else
+        atp_cpu_64bits="yes"
+      fi
+      ;;
+
+    powerpc*)
+      atp_cpu_vendor="ibm"
+      atp_cpu_model="${target_cpu}"
+      atp_cpu_64bits=`echo "${atp_cpu_model}" | grep '64$'`
+      if test "${atp_cpu_64bits}" = ""; then
+        atp_cpu_64bits="no"
+      else
+        atp_cpu_64bits="yes"
+      fi
+      ;;
+
+    i686-*linux*)
+      dnl Athlon ?
+      if test "${atp_cpu_model}" = ""; then
+        atp_cpu_model=`cat /proc/cpuinfo | grep 'Athlon'`
+        if test "${atp_cpu_model}" != ""; then
+          atp_cpu_vendor="amd"
+          atp_cpu_model="athlon"
+          atp_cpu_64bits="no"
+        fi
+      fi
+      dnl Pentium 3 ?
+      if test "${atp_cpu_model}" = ""; then
+        atp_cpu_model=`cat /proc/cpuinfo | grep 'Pentium III'`
+        if test "${atp_cpu_model}" != ""; then
+          atp_cpu_vendor="intel"
+          atp_cpu_model="pentium3"
+          atp_cpu_64bits="no"
+        fi
+      fi
+      dnl Pentium 4 ?
+      if test "${atp_cpu_model}" = ""; then
+        atp_cpu_model=`cat /proc/cpuinfo | grep 'Intel(R) Pentium(R) 4'`
+        if test "${atp_cpu_model}" != ""; then
+          atp_cpu_vendor="intel"
+          atp_cpu_model="pentium4"
+          atp_cpu_64bits="no"
+        fi
+      fi
+      dnl Pentium 4M ?
+      if test "${atp_cpu_model}" = ""; then
+        atp_cpu_model=`cat /proc/cpuinfo | grep 'Intel(R) Pentium(R) M'`
+        if test "${atp_cpu_model}" != ""; then
+          atp_cpu_vendor="intel"
+          atp_cpu_model="pentium4"
+          atp_cpu_64bits="no"
+        fi
+      fi
+      dnl Centrino ?
+      if test "${atp_cpu_model}" = ""; then
+        atp_cpu_model=`cat /proc/cpuinfo | grep 'Intel(R) CPU           T2400'`
+        if test "${atp_cpu_model}" != ""; then
+          atp_cpu_vendor="intel"
+          atp_cpu_model="centrino"
+          atp_cpu_64bits="no"
+        fi
+      fi
+      dnl Pentium CoreDuo ?
+      if test "${atp_cpu_model}" = ""; then
+        atp_cpu_model=`cat /proc/cpuinfo | grep 'Intel(R) CPU           T2050'`
+        if test "${atp_cpu_model}" != ""; then
+          atp_cpu_vendor="intel"
+          atp_cpu_model="coreduo"
+          atp_cpu_64bits="no"
+        fi
+      fi
+      dnl Pentium Core2 ?
+      if test "${atp_cpu_model}" = ""; then
+        atp_cpu_model=`cat /proc/cpuinfo | grep 'Intel(R) Core(TM)2 CPU'`
+        if test "${atp_cpu_model}" != ""; then
+          atp_cpu_vendor="intel"
+          atp_cpu_model="core2"
+          atp_cpu_64bits="no"
+        fi
+      fi
+      dnl Unknown
+      if test "${atp_cpu_model}" = ""; then
+        atp_cpu_vendor="unknown"
+        atp_cpu_model="unknown"
+        atp_cpu_64bits="unknown"
+      fi
+      ;;
+
+    ia64-*linux*)
+      dnl Itanium 1 ?
+      if test "${atp_cpu_model}" = ""; then
+        atp_cpu_model=`cat /proc/cpuinfo | grep 'Itanium' | grep -v 'Itanium 2'`
+        if test "${atp_cpu_model}" != ""; then
+          atp_cpu_vendor="intel"
+          atp_cpu_model="itanium1"
+        fi
+      fi
+      dnl Itanium 2 ?
+      if test "${atp_cpu_model}" = ""; then
+        atp_cpu_model=`cat /proc/cpuinfo | grep 'Itanium 2'`
+        if test "${atp_cpu_model}" != ""; then
+          atp_cpu_vendor="intel"
+          atp_cpu_model="itanium2"
+        fi
+      fi
+      dnl Unknown
+      if test "${atp_cpu_model}" = ""; then
+        atp_cpu_vendor="unknown"
+        atp_cpu_model="unknown"
+      fi
+      dnl The processor is anyway 64-bit
+      atp_cpu_64bits="yes"
+      ;;
+
+    mips*irix*)
+      # Get processor type
+      atp_cpu_vendor="mips"
+      atp_cpu_model=`hinv 2> /dev/null | grep '^CPU: MIPS '`
+      if test "${atp_cpu_model}" != ""; then
+        atp_cpu_model=`echo "${atp_cpu_model}" | awk '{print tolower($3)}'`
+      fi
+      atp_cpu_64bits="yes"
+      ;;
+
+    x86_64-*linux*)
+      dnl Athlon64 ?
+      if test "${atp_cpu_model}" = ""; then
+        atp_cpu_model=`cat /proc/cpuinfo | grep 'Athlon'`
+        if test "${atp_cpu_model}" != ""; then
+          atp_cpu_vendor="amd"
+          atp_cpu_model="athlon64"
+        fi
+      fi
+      dnl Opteron ?
+      if test "${atp_cpu_model}" = ""; then
+        atp_cpu_model=`cat /proc/cpuinfo | grep 'Opteron'`
+        if test "${atp_cpu_model}" != ""; then
+          atp_cpu_vendor="amd"
+          atp_cpu_model="opteron"
+        fi
+      fi
+      dnl Sempron ?
+      if test "${atp_cpu_model}" = ""; then
+        atp_cpu_model=`cat /proc/cpuinfo | grep 'Sempron'`
+        if test "${atp_cpu_model}" != ""; then
+          atp_cpu_vendor="amd"
+          atp_cpu_model="athlon64"
+        fi
+      fi
+      dnl Xeon ?
+      if test "${atp_cpu_model}" = ""; then
+        atp_cpu_model=`cat /proc/cpuinfo | grep 'Intel(R) XEON(TM)'`
+        if test "${atp_cpu_model}" != ""; then
+          atp_cpu_vendor="intel"
+          atp_cpu_model="xeon"
+        fi
+      fi
+      if test "${atp_cpu_model}" = ""; then
+        atp_cpu_model=`cat /proc/cpuinfo | grep 'Intel(R) Xeon(R)'`
+        if test "${atp_cpu_model}" != ""; then
+          atp_cpu_vendor="intel"
+          atp_cpu_model="xeon"
+        fi
+      fi
+      dnl Unknown
+      if test "${atp_cpu_model}" = ""; then
+        atp_cpu_vendor="unknown"
+        atp_cpu_model="unknown"
+      fi
+      dnl The processor is anyway 64-bit
+      atp_cpu_64bits="yes"
+      ;;
+
+  esac
+
+  dnl Generate CPU identifier
+  atp_cpu_spec="${atp_cpu_vendor}_${atp_cpu_model}"
+
+  AC_SUBST(atp_cpu_platform)
+  AC_SUBST(atp_cpu_vendor)
+  AC_SUBST(atp_cpu_model)
+  AC_SUBST(atp_cpu_spec)
+  AC_SUBST(atp_cpu_64bits)
+  AC_SUBST(atp_cpu_bits)
+]) # ATP_INIT_CPU_INFO
+
+
+
+# ATP_INIT_OS_INFO()
+# ------------------
+#
+# Sets OS-related variables from the information given by the specified
+# target.
+#
+AC_DEFUN([ATP_INIT_OS_INFO],[
+  case "${target_os}" in
+
+    *linux*)
+      AC_DEFINE([HAVE_OS_LINUX],1,[Define to 1 if you are using Linux.])
+      ;;
+
+    *apple*)
+      AC_DEFINE([HAVE_OS_MACOSX],1,[Define to 1 if you are using MacOS X.])
+      ;;
+
+  esac
+]) # ATP_INIT_OS_INFO
+
+
+
+# ATP_INIT_HEADER()
+# -----------------
+#
+# Initializes the contents of the header file produced by Autoheader.
+#
+AC_DEFUN([ATP_INIT_HEADER],[
+  dnl Set top of file ...
+  AH_TOP([/*
+  * Copyright (C) 2010 Yann Pouillon
+  *
+  * This file is part of the AtomPAW software package. For license information,
+  * please see the COPYING file in the top-level directory of the source
+  * distribution.
+  *
+  */
+
+/* AtomPAW configuration */
+
+#ifndef _ATOMPAW_CONFIG_H
+#define _ATOMPAW_CONFIG_H
+
+#ifdef __INTEL_COMPILER
+#define FC_INTEL 1
+#endif
+
+])
+
+  dnl ... as well as bottom
+  AH_BOTTOM([#endif /* _ATOMPAW_CONFIG_H */])
+]) # ATP_INIT_HEADER
diff --git a/config/m4/libtool.m4 b/config/m4/libtool.m4
new file mode 100644
index 0000000..44e0ecf
--- /dev/null
+++ b/config/m4/libtool.m4
@@ -0,0 +1,7982 @@
+# libtool.m4 - Configure libtool for the host system. -*-Autoconf-*-
+#
+#   Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
+#                 2006, 2007, 2008, 2009, 2010, 2011 Free Software
+#                 Foundation, Inc.
+#   Written by Gordon Matzigkeit, 1996
+#
+# This file is free software; the Free Software Foundation gives
+# unlimited permission to copy and/or distribute it, with or without
+# modifications, as long as this notice is preserved.
+
+m4_define([_LT_COPYING], [dnl
+#   Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
+#                 2006, 2007, 2008, 2009, 2010, 2011 Free Software
+#                 Foundation, Inc.
+#   Written by Gordon Matzigkeit, 1996
+#
+#   This file is part of GNU Libtool.
+#
+# GNU Libtool is free software; you can redistribute it and/or
+# modify it under the terms of the GNU General Public License as
+# published by the Free Software Foundation; either version 2 of
+# the License, or (at your option) any later version.
+#
+# As a special exception to the GNU General Public License,
+# if you distribute this file as part of a program or library that
+# is built using GNU Libtool, you may include this file under the
+# same distribution terms that you use for the rest of that program.
+#
+# GNU Libtool is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with GNU Libtool; see the file COPYING.  If not, a copy
+# can be downloaded from http://www.gnu.org/licenses/gpl.html, or
+# obtained by writing to the Free Software Foundation, Inc.,
+# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+])
+
+# serial 57 LT_INIT
+
+
+# LT_PREREQ(VERSION)
+# ------------------
+# Complain and exit if this libtool version is less that VERSION.
+m4_defun([LT_PREREQ],
+[m4_if(m4_version_compare(m4_defn([LT_PACKAGE_VERSION]), [$1]), -1,
+       [m4_default([$3],
+		   [m4_fatal([Libtool version $1 or higher is required],
+		             63)])],
+       [$2])])
+
+
+# _LT_CHECK_BUILDDIR
+# ------------------
+# Complain if the absolute build directory name contains unusual characters
+m4_defun([_LT_CHECK_BUILDDIR],
+[case `pwd` in
+  *\ * | *\	*)
+    AC_MSG_WARN([Libtool does not cope well with whitespace in `pwd`]) ;;
+esac
+])
+
+
+# LT_INIT([OPTIONS])
+# ------------------
+AC_DEFUN([LT_INIT],
+[AC_PREREQ([2.58])dnl We use AC_INCLUDES_DEFAULT
+AC_REQUIRE([AC_CONFIG_AUX_DIR_DEFAULT])dnl
+AC_BEFORE([$0], [LT_LANG])dnl
+AC_BEFORE([$0], [LT_OUTPUT])dnl
+AC_BEFORE([$0], [LTDL_INIT])dnl
+m4_require([_LT_CHECK_BUILDDIR])dnl
+
+dnl Autoconf doesn't catch unexpanded LT_ macros by default:
+m4_pattern_forbid([^_?LT_[A-Z_]+$])dnl
+m4_pattern_allow([^(_LT_EOF|LT_DLGLOBAL|LT_DLLAZY_OR_NOW|LT_MULTI_MODULE)$])dnl
+dnl aclocal doesn't pull ltoptions.m4, ltsugar.m4, or ltversion.m4
+dnl unless we require an AC_DEFUNed macro:
+AC_REQUIRE([LTOPTIONS_VERSION])dnl
+AC_REQUIRE([LTSUGAR_VERSION])dnl
+AC_REQUIRE([LTVERSION_VERSION])dnl
+AC_REQUIRE([LTOBSOLETE_VERSION])dnl
+m4_require([_LT_PROG_LTMAIN])dnl
+
+_LT_SHELL_INIT([SHELL=${CONFIG_SHELL-/bin/sh}])
+
+dnl Parse OPTIONS
+_LT_SET_OPTIONS([$0], [$1])
+
+# This can be used to rebuild libtool when needed
+LIBTOOL_DEPS="$ltmain"
+
+# Always use our own libtool.
+LIBTOOL='$(SHELL) $(top_builddir)/libtool'
+AC_SUBST(LIBTOOL)dnl
+
+_LT_SETUP
+
+# Only expand once:
+m4_define([LT_INIT])
+])# LT_INIT
+
+# Old names:
+AU_ALIAS([AC_PROG_LIBTOOL], [LT_INIT])
+AU_ALIAS([AM_PROG_LIBTOOL], [LT_INIT])
+dnl aclocal-1.4 backwards compatibility:
+dnl AC_DEFUN([AC_PROG_LIBTOOL], [])
+dnl AC_DEFUN([AM_PROG_LIBTOOL], [])
+
+
+# _LT_CC_BASENAME(CC)
+# -------------------
+# Calculate cc_basename.  Skip known compiler wrappers and cross-prefix.
+m4_defun([_LT_CC_BASENAME],
+[for cc_temp in $1""; do
+  case $cc_temp in
+    compile | *[[\\/]]compile | ccache | *[[\\/]]ccache ) ;;
+    distcc | *[[\\/]]distcc | purify | *[[\\/]]purify ) ;;
+    \-*) ;;
+    *) break;;
+  esac
+done
+cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
+])
+
+
+# _LT_FILEUTILS_DEFAULTS
+# ----------------------
+# It is okay to use these file commands and assume they have been set
+# sensibly after `m4_require([_LT_FILEUTILS_DEFAULTS])'.
+m4_defun([_LT_FILEUTILS_DEFAULTS],
+[: ${CP="cp -f"}
+: ${MV="mv -f"}
+: ${RM="rm -f"}
+])# _LT_FILEUTILS_DEFAULTS
+
+
+# _LT_SETUP
+# ---------
+m4_defun([_LT_SETUP],
+[AC_REQUIRE([AC_CANONICAL_HOST])dnl
+AC_REQUIRE([AC_CANONICAL_BUILD])dnl
+AC_REQUIRE([_LT_PREPARE_SED_QUOTE_VARS])dnl
+AC_REQUIRE([_LT_PROG_ECHO_BACKSLASH])dnl
+
+_LT_DECL([], [PATH_SEPARATOR], [1], [The PATH separator for the build system])dnl
+dnl
+_LT_DECL([], [host_alias], [0], [The host system])dnl
+_LT_DECL([], [host], [0])dnl
+_LT_DECL([], [host_os], [0])dnl
+dnl
+_LT_DECL([], [build_alias], [0], [The build system])dnl
+_LT_DECL([], [build], [0])dnl
+_LT_DECL([], [build_os], [0])dnl
+dnl
+AC_REQUIRE([AC_PROG_CC])dnl
+AC_REQUIRE([LT_PATH_LD])dnl
+AC_REQUIRE([LT_PATH_NM])dnl
+dnl
+AC_REQUIRE([AC_PROG_LN_S])dnl
+test -z "$LN_S" && LN_S="ln -s"
+_LT_DECL([], [LN_S], [1], [Whether we need soft or hard links])dnl
+dnl
+AC_REQUIRE([LT_CMD_MAX_LEN])dnl
+_LT_DECL([objext], [ac_objext], [0], [Object file suffix (normally "o")])dnl
+_LT_DECL([], [exeext], [0], [Executable file suffix (normally "")])dnl
+dnl
+m4_require([_LT_FILEUTILS_DEFAULTS])dnl
+m4_require([_LT_CHECK_SHELL_FEATURES])dnl
+m4_require([_LT_PATH_CONVERSION_FUNCTIONS])dnl
+m4_require([_LT_CMD_RELOAD])dnl
+m4_require([_LT_CHECK_MAGIC_METHOD])dnl
+m4_require([_LT_CHECK_SHAREDLIB_FROM_LINKLIB])dnl
+m4_require([_LT_CMD_OLD_ARCHIVE])dnl
+m4_require([_LT_CMD_GLOBAL_SYMBOLS])dnl
+m4_require([_LT_WITH_SYSROOT])dnl
+
+_LT_CONFIG_LIBTOOL_INIT([
+# See if we are running on zsh, and set the options which allow our
+# commands through without removal of \ escapes INIT.
+if test -n "\${ZSH_VERSION+set}" ; then
+   setopt NO_GLOB_SUBST
+fi
+])
+if test -n "${ZSH_VERSION+set}" ; then
+   setopt NO_GLOB_SUBST
+fi
+
+_LT_CHECK_OBJDIR
+
+m4_require([_LT_TAG_COMPILER])dnl
+
+case $host_os in
+aix3*)
+  # AIX sometimes has problems with the GCC collect2 program.  For some
+  # reason, if we set the COLLECT_NAMES environment variable, the problems
+  # vanish in a puff of smoke.
+  if test "X${COLLECT_NAMES+set}" != Xset; then
+    COLLECT_NAMES=
+    export COLLECT_NAMES
+  fi
+  ;;
+esac
+
+# Global variables:
+ofile=libtool
+can_build_shared=yes
+
+# All known linkers require a `.a' archive for static linking (except MSVC,
+# which needs '.lib').
+libext=a
+
+with_gnu_ld="$lt_cv_prog_gnu_ld"
+
+old_CC="$CC"
+old_CFLAGS="$CFLAGS"
+
+# Set sane defaults for various variables
+test -z "$CC" && CC=cc
+test -z "$LTCC" && LTCC=$CC
+test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
+test -z "$LD" && LD=ld
+test -z "$ac_objext" && ac_objext=o
+
+_LT_CC_BASENAME([$compiler])
+
+# Only perform the check for file, if the check method requires it
+test -z "$MAGIC_CMD" && MAGIC_CMD=file
+case $deplibs_check_method in
+file_magic*)
+  if test "$file_magic_cmd" = '$MAGIC_CMD'; then
+    _LT_PATH_MAGIC
+  fi
+  ;;
+esac
+
+# Use C for the default configuration in the libtool script
+LT_SUPPORTED_TAG([CC])
+_LT_LANG_C_CONFIG
+_LT_LANG_DEFAULT_CONFIG
+_LT_CONFIG_COMMANDS
+])# _LT_SETUP
+
+
+# _LT_PREPARE_SED_QUOTE_VARS
+# --------------------------
+# Define a few sed substitution that help us do robust quoting.
+m4_defun([_LT_PREPARE_SED_QUOTE_VARS],
+[# Backslashify metacharacters that are still active within
+# double-quoted strings.
+sed_quote_subst='s/\([["`$\\]]\)/\\\1/g'
+
+# Same as above, but do not quote variable references.
+double_quote_subst='s/\([["`\\]]\)/\\\1/g'
+
+# Sed substitution to delay expansion of an escaped shell variable in a
+# double_quote_subst'ed string.
+delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
+
+# Sed substitution to delay expansion of an escaped single quote.
+delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
+
+# Sed substitution to avoid accidental globbing in evaled expressions
+no_glob_subst='s/\*/\\\*/g'
+])
+
+# _LT_PROG_LTMAIN
+# ---------------
+# Note that this code is called both from `configure', and `config.status'
+# now that we use AC_CONFIG_COMMANDS to generate libtool.  Notably,
+# `config.status' has no value for ac_aux_dir unless we are using Automake,
+# so we pass a copy along to make sure it has a sensible value anyway.
+m4_defun([_LT_PROG_LTMAIN],
+[m4_ifdef([AC_REQUIRE_AUX_FILE], [AC_REQUIRE_AUX_FILE([ltmain.sh])])dnl
+_LT_CONFIG_LIBTOOL_INIT([ac_aux_dir='$ac_aux_dir'])
+ltmain="$ac_aux_dir/ltmain.sh"
+])# _LT_PROG_LTMAIN
+
+
+## ------------------------------------- ##
+## Accumulate code for creating libtool. ##
+## ------------------------------------- ##
+
+# So that we can recreate a full libtool script including additional
+# tags, we accumulate the chunks of code to send to AC_CONFIG_COMMANDS
+# in macros and then make a single call at the end using the `libtool'
+# label.
+
+
+# _LT_CONFIG_LIBTOOL_INIT([INIT-COMMANDS])
+# ----------------------------------------
+# Register INIT-COMMANDS to be passed to AC_CONFIG_COMMANDS later.
+m4_define([_LT_CONFIG_LIBTOOL_INIT],
+[m4_ifval([$1],
+          [m4_append([_LT_OUTPUT_LIBTOOL_INIT],
+                     [$1
+])])])
+
+# Initialize.
+m4_define([_LT_OUTPUT_LIBTOOL_INIT])
+
+
+# _LT_CONFIG_LIBTOOL([COMMANDS])
+# ------------------------------
+# Register COMMANDS to be passed to AC_CONFIG_COMMANDS later.
+m4_define([_LT_CONFIG_LIBTOOL],
+[m4_ifval([$1],
+          [m4_append([_LT_OUTPUT_LIBTOOL_COMMANDS],
+                     [$1
+])])])
+
+# Initialize.
+m4_define([_LT_OUTPUT_LIBTOOL_COMMANDS])
+
+
+# _LT_CONFIG_SAVE_COMMANDS([COMMANDS], [INIT_COMMANDS])
+# -----------------------------------------------------
+m4_defun([_LT_CONFIG_SAVE_COMMANDS],
+[_LT_CONFIG_LIBTOOL([$1])
+_LT_CONFIG_LIBTOOL_INIT([$2])
+])
+
+
+# _LT_FORMAT_COMMENT([COMMENT])
+# -----------------------------
+# Add leading comment marks to the start of each line, and a trailing
+# full-stop to the whole comment if one is not present already.
+m4_define([_LT_FORMAT_COMMENT],
+[m4_ifval([$1], [
+m4_bpatsubst([m4_bpatsubst([$1], [^ *], [# ])],
+              [['`$\]], [\\\&])]m4_bmatch([$1], [[!?.]$], [], [.])
+)])
+
+
+
+## ------------------------ ##
+## FIXME: Eliminate VARNAME ##
+## ------------------------ ##
+
+
+# _LT_DECL([CONFIGNAME], VARNAME, VALUE, [DESCRIPTION], [IS-TAGGED?])
+# -------------------------------------------------------------------
+# CONFIGNAME is the name given to the value in the libtool script.
+# VARNAME is the (base) name used in the configure script.
+# VALUE may be 0, 1 or 2 for a computed quote escaped value based on
+# VARNAME.  Any other value will be used directly.
+m4_define([_LT_DECL],
+[lt_if_append_uniq([lt_decl_varnames], [$2], [, ],
+    [lt_dict_add_subkey([lt_decl_dict], [$2], [libtool_name],
+	[m4_ifval([$1], [$1], [$2])])
+    lt_dict_add_subkey([lt_decl_dict], [$2], [value], [$3])
+    m4_ifval([$4],
+	[lt_dict_add_subkey([lt_decl_dict], [$2], [description], [$4])])
+    lt_dict_add_subkey([lt_decl_dict], [$2],
+	[tagged?], [m4_ifval([$5], [yes], [no])])])
+])
+
+
+# _LT_TAGDECL([CONFIGNAME], VARNAME, VALUE, [DESCRIPTION])
+# --------------------------------------------------------
+m4_define([_LT_TAGDECL], [_LT_DECL([$1], [$2], [$3], [$4], [yes])])
+
+
+# lt_decl_tag_varnames([SEPARATOR], [VARNAME1...])
+# ------------------------------------------------
+m4_define([lt_decl_tag_varnames],
+[_lt_decl_filter([tagged?], [yes], $@)])
+
+
+# _lt_decl_filter(SUBKEY, VALUE, [SEPARATOR], [VARNAME1..])
+# ---------------------------------------------------------
+m4_define([_lt_decl_filter],
+[m4_case([$#],
+  [0], [m4_fatal([$0: too few arguments: $#])],
+  [1], [m4_fatal([$0: too few arguments: $#: $1])],
+  [2], [lt_dict_filter([lt_decl_dict], [$1], [$2], [], lt_decl_varnames)],
+  [3], [lt_dict_filter([lt_decl_dict], [$1], [$2], [$3], lt_decl_varnames)],
+  [lt_dict_filter([lt_decl_dict], $@)])[]dnl
+])
+
+
+# lt_decl_quote_varnames([SEPARATOR], [VARNAME1...])
+# --------------------------------------------------
+m4_define([lt_decl_quote_varnames],
+[_lt_decl_filter([value], [1], $@)])
+
+
+# lt_decl_dquote_varnames([SEPARATOR], [VARNAME1...])
+# ---------------------------------------------------
+m4_define([lt_decl_dquote_varnames],
+[_lt_decl_filter([value], [2], $@)])
+
+
+# lt_decl_varnames_tagged([SEPARATOR], [VARNAME1...])
+# ---------------------------------------------------
+m4_define([lt_decl_varnames_tagged],
+[m4_assert([$# <= 2])dnl
+_$0(m4_quote(m4_default([$1], [[, ]])),
+    m4_ifval([$2], [[$2]], [m4_dquote(lt_decl_tag_varnames)]),
+    m4_split(m4_normalize(m4_quote(_LT_TAGS)), [ ]))])
+m4_define([_lt_decl_varnames_tagged],
+[m4_ifval([$3], [lt_combine([$1], [$2], [_], $3)])])
+
+
+# lt_decl_all_varnames([SEPARATOR], [VARNAME1...])
+# ------------------------------------------------
+m4_define([lt_decl_all_varnames],
+[_$0(m4_quote(m4_default([$1], [[, ]])),
+     m4_if([$2], [],
+	   m4_quote(lt_decl_varnames),
+	m4_quote(m4_shift($@))))[]dnl
+])
+m4_define([_lt_decl_all_varnames],
+[lt_join($@, lt_decl_varnames_tagged([$1],
+			lt_decl_tag_varnames([[, ]], m4_shift($@))))dnl
+])
+
+
+# _LT_CONFIG_STATUS_DECLARE([VARNAME])
+# ------------------------------------
+# Quote a variable value, and forward it to `config.status' so that its
+# declaration there will have the same value as in `configure'.  VARNAME
+# must have a single quote delimited value for this to work.
+m4_define([_LT_CONFIG_STATUS_DECLARE],
+[$1='`$ECHO "$][$1" | $SED "$delay_single_quote_subst"`'])
+
+
+# _LT_CONFIG_STATUS_DECLARATIONS
+# ------------------------------
+# We delimit libtool config variables with single quotes, so when
+# we write them to config.status, we have to be sure to quote all
+# embedded single quotes properly.  In configure, this macro expands
+# each variable declared with _LT_DECL (and _LT_TAGDECL) into:
+#
+#    <var>='`$ECHO "$<var>" | $SED "$delay_single_quote_subst"`'
+m4_defun([_LT_CONFIG_STATUS_DECLARATIONS],
+[m4_foreach([_lt_var], m4_quote(lt_decl_all_varnames),
+    [m4_n([_LT_CONFIG_STATUS_DECLARE(_lt_var)])])])
+
+
+# _LT_LIBTOOL_TAGS
+# ----------------
+# Output comment and list of tags supported by the script
+m4_defun([_LT_LIBTOOL_TAGS],
+[_LT_FORMAT_COMMENT([The names of the tagged configurations supported by this script])dnl
+available_tags="_LT_TAGS"dnl
+])
+
+
+# _LT_LIBTOOL_DECLARE(VARNAME, [TAG])
+# -----------------------------------
+# Extract the dictionary values for VARNAME (optionally with TAG) and
+# expand to a commented shell variable setting:
+#
+#    # Some comment about what VAR is for.
+#    visible_name=$lt_internal_name
+m4_define([_LT_LIBTOOL_DECLARE],
+[_LT_FORMAT_COMMENT(m4_quote(lt_dict_fetch([lt_decl_dict], [$1],
+					   [description])))[]dnl
+m4_pushdef([_libtool_name],
+    m4_quote(lt_dict_fetch([lt_decl_dict], [$1], [libtool_name])))[]dnl
+m4_case(m4_quote(lt_dict_fetch([lt_decl_dict], [$1], [value])),
+    [0], [_libtool_name=[$]$1],
+    [1], [_libtool_name=$lt_[]$1],
+    [2], [_libtool_name=$lt_[]$1],
+    [_libtool_name=lt_dict_fetch([lt_decl_dict], [$1], [value])])[]dnl
+m4_ifval([$2], [_$2])[]m4_popdef([_libtool_name])[]dnl
+])
+
+
+# _LT_LIBTOOL_CONFIG_VARS
+# -----------------------
+# Produce commented declarations of non-tagged libtool config variables
+# suitable for insertion in the LIBTOOL CONFIG section of the `libtool'
+# script.  Tagged libtool config variables (even for the LIBTOOL CONFIG
+# section) are produced by _LT_LIBTOOL_TAG_VARS.
+m4_defun([_LT_LIBTOOL_CONFIG_VARS],
+[m4_foreach([_lt_var],
+    m4_quote(_lt_decl_filter([tagged?], [no], [], lt_decl_varnames)),
+    [m4_n([_LT_LIBTOOL_DECLARE(_lt_var)])])])
+
+
+# _LT_LIBTOOL_TAG_VARS(TAG)
+# -------------------------
+m4_define([_LT_LIBTOOL_TAG_VARS],
+[m4_foreach([_lt_var], m4_quote(lt_decl_tag_varnames),
+    [m4_n([_LT_LIBTOOL_DECLARE(_lt_var, [$1])])])])
+
+
+# _LT_TAGVAR(VARNAME, [TAGNAME])
+# ------------------------------
+m4_define([_LT_TAGVAR], [m4_ifval([$2], [$1_$2], [$1])])
+
+
+# _LT_CONFIG_COMMANDS
+# -------------------
+# Send accumulated output to $CONFIG_STATUS.  Thanks to the lists of
+# variables for single and double quote escaping we saved from calls
+# to _LT_DECL, we can put quote escaped variables declarations
+# into `config.status', and then the shell code to quote escape them in
+# for loops in `config.status'.  Finally, any additional code accumulated
+# from calls to _LT_CONFIG_LIBTOOL_INIT is expanded.
+m4_defun([_LT_CONFIG_COMMANDS],
+[AC_PROVIDE_IFELSE([LT_OUTPUT],
+	dnl If the libtool generation code has been placed in $CONFIG_LT,
+	dnl instead of duplicating it all over again into config.status,
+	dnl then we will have config.status run $CONFIG_LT later, so it
+	dnl needs to know what name is stored there:
+        [AC_CONFIG_COMMANDS([libtool],
+            [$SHELL $CONFIG_LT || AS_EXIT(1)], [CONFIG_LT='$CONFIG_LT'])],
+    dnl If the libtool generation code is destined for config.status,
+    dnl expand the accumulated commands and init code now:
+    [AC_CONFIG_COMMANDS([libtool],
+        [_LT_OUTPUT_LIBTOOL_COMMANDS], [_LT_OUTPUT_LIBTOOL_COMMANDS_INIT])])
+])#_LT_CONFIG_COMMANDS
+
+
+# Initialize.
+m4_define([_LT_OUTPUT_LIBTOOL_COMMANDS_INIT],
+[
+
+# The HP-UX ksh and POSIX shell print the target directory to stdout
+# if CDPATH is set.
+(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
+
+sed_quote_subst='$sed_quote_subst'
+double_quote_subst='$double_quote_subst'
+delay_variable_subst='$delay_variable_subst'
+_LT_CONFIG_STATUS_DECLARATIONS
+LTCC='$LTCC'
+LTCFLAGS='$LTCFLAGS'
+compiler='$compiler_DEFAULT'
+
+# A function that is used when there is no print builtin or printf.
+func_fallback_echo ()
+{
+  eval 'cat <<_LTECHO_EOF
+\$[]1
+_LTECHO_EOF'
+}
+
+# Quote evaled strings.
+for var in lt_decl_all_varnames([[ \
+]], lt_decl_quote_varnames); do
+    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
+    *[[\\\\\\\`\\"\\\$]]*)
+      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
+      ;;
+    *)
+      eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
+      ;;
+    esac
+done
+
+# Double-quote double-evaled strings.
+for var in lt_decl_all_varnames([[ \
+]], lt_decl_dquote_varnames); do
+    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
+    *[[\\\\\\\`\\"\\\$]]*)
+      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
+      ;;
+    *)
+      eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
+      ;;
+    esac
+done
+
+_LT_OUTPUT_LIBTOOL_INIT
+])
+
+# _LT_GENERATED_FILE_INIT(FILE, [COMMENT])
+# ------------------------------------
+# Generate a child script FILE with all initialization necessary to
+# reuse the environment learned by the parent script, and make the
+# file executable.  If COMMENT is supplied, it is inserted after the
+# `#!' sequence but before initialization text begins.  After this
+# macro, additional text can be appended to FILE to form the body of
+# the child script.  The macro ends with non-zero status if the
+# file could not be fully written (such as if the disk is full).
+m4_ifdef([AS_INIT_GENERATED],
+[m4_defun([_LT_GENERATED_FILE_INIT],[AS_INIT_GENERATED($@)])],
+[m4_defun([_LT_GENERATED_FILE_INIT],
+[m4_require([AS_PREPARE])]dnl
+[m4_pushdef([AS_MESSAGE_LOG_FD])]dnl
+[lt_write_fail=0
+cat >$1 <<_ASEOF || lt_write_fail=1
+#! $SHELL
+# Generated by $as_me.
+$2
+SHELL=\${CONFIG_SHELL-$SHELL}
+export SHELL
+_ASEOF
+cat >>$1 <<\_ASEOF || lt_write_fail=1
+AS_SHELL_SANITIZE
+_AS_PREPARE
+exec AS_MESSAGE_FD>&1
+_ASEOF
+test $lt_write_fail = 0 && chmod +x $1[]dnl
+m4_popdef([AS_MESSAGE_LOG_FD])])])# _LT_GENERATED_FILE_INIT
+
+# LT_OUTPUT
+# ---------
+# This macro allows early generation of the libtool script (before
+# AC_OUTPUT is called), incase it is used in configure for compilation
+# tests.
+AC_DEFUN([LT_OUTPUT],
+[: ${CONFIG_LT=./config.lt}
+AC_MSG_NOTICE([creating $CONFIG_LT])
+_LT_GENERATED_FILE_INIT(["$CONFIG_LT"],
+[# Run this file to recreate a libtool stub with the current configuration.])
+
+cat >>"$CONFIG_LT" <<\_LTEOF
+lt_cl_silent=false
+exec AS_MESSAGE_LOG_FD>>config.log
+{
+  echo
+  AS_BOX([Running $as_me.])
+} >&AS_MESSAGE_LOG_FD
+
+lt_cl_help="\
+\`$as_me' creates a local libtool stub from the current configuration,
+for use in further configure time tests before the real libtool is
+generated.
+
+Usage: $[0] [[OPTIONS]]
+
+  -h, --help      print this help, then exit
+  -V, --version   print version number, then exit
+  -q, --quiet     do not print progress messages
+  -d, --debug     don't remove temporary files
+
+Report bugs to <bug-libtool at gnu.org>."
+
+lt_cl_version="\
+m4_ifset([AC_PACKAGE_NAME], [AC_PACKAGE_NAME ])config.lt[]dnl
+m4_ifset([AC_PACKAGE_VERSION], [ AC_PACKAGE_VERSION])
+configured by $[0], generated by m4_PACKAGE_STRING.
+
+Copyright (C) 2011 Free Software Foundation, Inc.
+This config.lt script is free software; the Free Software Foundation
+gives unlimited permision to copy, distribute and modify it."
+
+while test $[#] != 0
+do
+  case $[1] in
+    --version | --v* | -V )
+      echo "$lt_cl_version"; exit 0 ;;
+    --help | --h* | -h )
+      echo "$lt_cl_help"; exit 0 ;;
+    --debug | --d* | -d )
+      debug=: ;;
+    --quiet | --q* | --silent | --s* | -q )
+      lt_cl_silent=: ;;
+
+    -*) AC_MSG_ERROR([unrecognized option: $[1]
+Try \`$[0] --help' for more information.]) ;;
+
+    *) AC_MSG_ERROR([unrecognized argument: $[1]
+Try \`$[0] --help' for more information.]) ;;
+  esac
+  shift
+done
+
+if $lt_cl_silent; then
+  exec AS_MESSAGE_FD>/dev/null
+fi
+_LTEOF
+
+cat >>"$CONFIG_LT" <<_LTEOF
+_LT_OUTPUT_LIBTOOL_COMMANDS_INIT
+_LTEOF
+
+cat >>"$CONFIG_LT" <<\_LTEOF
+AC_MSG_NOTICE([creating $ofile])
+_LT_OUTPUT_LIBTOOL_COMMANDS
+AS_EXIT(0)
+_LTEOF
+chmod +x "$CONFIG_LT"
+
+# configure is writing to config.log, but config.lt does its own redirection,
+# appending to config.log, which fails on DOS, as config.log is still kept
+# open by configure.  Here we exec the FD to /dev/null, effectively closing
+# config.log, so it can be properly (re)opened and appended to by config.lt.
+lt_cl_success=:
+test "$silent" = yes &&
+  lt_config_lt_args="$lt_config_lt_args --quiet"
+exec AS_MESSAGE_LOG_FD>/dev/null
+$SHELL "$CONFIG_LT" $lt_config_lt_args || lt_cl_success=false
+exec AS_MESSAGE_LOG_FD>>config.log
+$lt_cl_success || AS_EXIT(1)
+])# LT_OUTPUT
+
+
+# _LT_CONFIG(TAG)
+# ---------------
+# If TAG is the built-in tag, create an initial libtool script with a
+# default configuration from the untagged config vars.  Otherwise add code
+# to config.status for appending the configuration named by TAG from the
+# matching tagged config vars.
+m4_defun([_LT_CONFIG],
+[m4_require([_LT_FILEUTILS_DEFAULTS])dnl
+_LT_CONFIG_SAVE_COMMANDS([
+  m4_define([_LT_TAG], m4_if([$1], [], [C], [$1]))dnl
+  m4_if(_LT_TAG, [C], [
+    # See if we are running on zsh, and set the options which allow our
+    # commands through without removal of \ escapes.
+    if test -n "${ZSH_VERSION+set}" ; then
+      setopt NO_GLOB_SUBST
+    fi
+
+    cfgfile="${ofile}T"
+    trap "$RM \"$cfgfile\"; exit 1" 1 2 15
+    $RM "$cfgfile"
+
+    cat <<_LT_EOF >> "$cfgfile"
+#! $SHELL
+
+# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
+# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
+# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
+# NOTE: Changes made to this file will be lost: look at ltmain.sh.
+#
+_LT_COPYING
+_LT_LIBTOOL_TAGS
+
+# ### BEGIN LIBTOOL CONFIG
+_LT_LIBTOOL_CONFIG_VARS
+_LT_LIBTOOL_TAG_VARS
+# ### END LIBTOOL CONFIG
+
+_LT_EOF
+
+  case $host_os in
+  aix3*)
+    cat <<\_LT_EOF >> "$cfgfile"
+# AIX sometimes has problems with the GCC collect2 program.  For some
+# reason, if we set the COLLECT_NAMES environment variable, the problems
+# vanish in a puff of smoke.
+if test "X${COLLECT_NAMES+set}" != Xset; then
+  COLLECT_NAMES=
+  export COLLECT_NAMES
+fi
+_LT_EOF
+    ;;
+  esac
+
+  _LT_PROG_LTMAIN
+
+  # We use sed instead of cat because bash on DJGPP gets confused if
+  # if finds mixed CR/LF and LF-only lines.  Since sed operates in
+  # text mode, it properly converts lines to CR/LF.  This bash problem
+  # is reportedly fixed, but why not run on old versions too?
+  sed '$q' "$ltmain" >> "$cfgfile" \
+     || (rm -f "$cfgfile"; exit 1)
+
+  _LT_PROG_REPLACE_SHELLFNS
+
+   mv -f "$cfgfile" "$ofile" ||
+    (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
+  chmod +x "$ofile"
+],
+[cat <<_LT_EOF >> "$ofile"
+
+dnl Unfortunately we have to use $1 here, since _LT_TAG is not expanded
+dnl in a comment (ie after a #).
+# ### BEGIN LIBTOOL TAG CONFIG: $1
+_LT_LIBTOOL_TAG_VARS(_LT_TAG)
+# ### END LIBTOOL TAG CONFIG: $1
+_LT_EOF
+])dnl /m4_if
+],
+[m4_if([$1], [], [
+    PACKAGE='$PACKAGE'
+    VERSION='$VERSION'
+    TIMESTAMP='$TIMESTAMP'
+    RM='$RM'
+    ofile='$ofile'], [])
+])dnl /_LT_CONFIG_SAVE_COMMANDS
+])# _LT_CONFIG
+
+
+# LT_SUPPORTED_TAG(TAG)
+# ---------------------
+# Trace this macro to discover what tags are supported by the libtool
+# --tag option, using:
+#    autoconf --trace 'LT_SUPPORTED_TAG:$1'
+AC_DEFUN([LT_SUPPORTED_TAG], [])
+
+
+# C support is built-in for now
+m4_define([_LT_LANG_C_enabled], [])
+m4_define([_LT_TAGS], [])
+
+
+# LT_LANG(LANG)
+# -------------
+# Enable libtool support for the given language if not already enabled.
+AC_DEFUN([LT_LANG],
+[AC_BEFORE([$0], [LT_OUTPUT])dnl
+m4_case([$1],
+  [C],			[_LT_LANG(C)],
+  [C++],		[_LT_LANG(CXX)],
+  [Go],			[_LT_LANG(GO)],
+  [Java],		[_LT_LANG(GCJ)],
+  [Fortran 77],		[_LT_LANG(F77)],
+  [Fortran],		[_LT_LANG(FC)],
+  [Windows Resource],	[_LT_LANG(RC)],
+  [m4_ifdef([_LT_LANG_]$1[_CONFIG],
+    [_LT_LANG($1)],
+    [m4_fatal([$0: unsupported language: "$1"])])])dnl
+])# LT_LANG
+
+
+# _LT_LANG(LANGNAME)
+# ------------------
+m4_defun([_LT_LANG],
+[m4_ifdef([_LT_LANG_]$1[_enabled], [],
+  [LT_SUPPORTED_TAG([$1])dnl
+  m4_append([_LT_TAGS], [$1 ])dnl
+  m4_define([_LT_LANG_]$1[_enabled], [])dnl
+  _LT_LANG_$1_CONFIG($1)])dnl
+])# _LT_LANG
+
+
+m4_ifndef([AC_PROG_GO], [
+############################################################
+# NOTE: This macro has been submitted for inclusion into   #
+#  GNU Autoconf as AC_PROG_GO.  When it is available in    #
+#  a released version of Autoconf we should remove this    #
+#  macro and use it instead.                               #
+############################################################
+m4_defun([AC_PROG_GO],
+[AC_LANG_PUSH(Go)dnl
+AC_ARG_VAR([GOC],     [Go compiler command])dnl
+AC_ARG_VAR([GOFLAGS], [Go compiler flags])dnl
+_AC_ARG_VAR_LDFLAGS()dnl
+AC_CHECK_TOOL(GOC, gccgo)
+if test -z "$GOC"; then
+  if test -n "$ac_tool_prefix"; then
+    AC_CHECK_PROG(GOC, [${ac_tool_prefix}gccgo], [${ac_tool_prefix}gccgo])
+  fi
+fi
+if test -z "$GOC"; then
+  AC_CHECK_PROG(GOC, gccgo, gccgo, false)
+fi
+])#m4_defun
+])#m4_ifndef
+
+
+# _LT_LANG_DEFAULT_CONFIG
+# -----------------------
+m4_defun([_LT_LANG_DEFAULT_CONFIG],
+[AC_PROVIDE_IFELSE([AC_PROG_CXX],
+  [LT_LANG(CXX)],
+  [m4_define([AC_PROG_CXX], defn([AC_PROG_CXX])[LT_LANG(CXX)])])
+
+AC_PROVIDE_IFELSE([AC_PROG_F77],
+  [LT_LANG(F77)],
+  [m4_define([AC_PROG_F77], defn([AC_PROG_F77])[LT_LANG(F77)])])
+
+AC_PROVIDE_IFELSE([AC_PROG_FC],
+  [LT_LANG(FC)],
+  [m4_define([AC_PROG_FC], defn([AC_PROG_FC])[LT_LANG(FC)])])
+
+dnl The call to [A][M_PROG_GCJ] is quoted like that to stop aclocal
+dnl pulling things in needlessly.
+AC_PROVIDE_IFELSE([AC_PROG_GCJ],
+  [LT_LANG(GCJ)],
+  [AC_PROVIDE_IFELSE([A][M_PROG_GCJ],
+    [LT_LANG(GCJ)],
+    [AC_PROVIDE_IFELSE([LT_PROG_GCJ],
+      [LT_LANG(GCJ)],
+      [m4_ifdef([AC_PROG_GCJ],
+	[m4_define([AC_PROG_GCJ], defn([AC_PROG_GCJ])[LT_LANG(GCJ)])])
+       m4_ifdef([A][M_PROG_GCJ],
+	[m4_define([A][M_PROG_GCJ], defn([A][M_PROG_GCJ])[LT_LANG(GCJ)])])
+       m4_ifdef([LT_PROG_GCJ],
+	[m4_define([LT_PROG_GCJ], defn([LT_PROG_GCJ])[LT_LANG(GCJ)])])])])])
+
+AC_PROVIDE_IFELSE([AC_PROG_GO],
+  [LT_LANG(GO)],
+  [m4_define([AC_PROG_GO], defn([AC_PROG_GO])[LT_LANG(GO)])])
+
+AC_PROVIDE_IFELSE([LT_PROG_RC],
+  [LT_LANG(RC)],
+  [m4_define([LT_PROG_RC], defn([LT_PROG_RC])[LT_LANG(RC)])])
+])# _LT_LANG_DEFAULT_CONFIG
+
+# Obsolete macros:
+AU_DEFUN([AC_LIBTOOL_CXX], [LT_LANG(C++)])
+AU_DEFUN([AC_LIBTOOL_F77], [LT_LANG(Fortran 77)])
+AU_DEFUN([AC_LIBTOOL_FC], [LT_LANG(Fortran)])
+AU_DEFUN([AC_LIBTOOL_GCJ], [LT_LANG(Java)])
+AU_DEFUN([AC_LIBTOOL_RC], [LT_LANG(Windows Resource)])
+dnl aclocal-1.4 backwards compatibility:
+dnl AC_DEFUN([AC_LIBTOOL_CXX], [])
+dnl AC_DEFUN([AC_LIBTOOL_F77], [])
+dnl AC_DEFUN([AC_LIBTOOL_FC], [])
+dnl AC_DEFUN([AC_LIBTOOL_GCJ], [])
+dnl AC_DEFUN([AC_LIBTOOL_RC], [])
+
+
+# _LT_TAG_COMPILER
+# ----------------
+m4_defun([_LT_TAG_COMPILER],
+[AC_REQUIRE([AC_PROG_CC])dnl
+
+_LT_DECL([LTCC], [CC], [1], [A C compiler])dnl
+_LT_DECL([LTCFLAGS], [CFLAGS], [1], [LTCC compiler flags])dnl
+_LT_TAGDECL([CC], [compiler], [1], [A language specific compiler])dnl
+_LT_TAGDECL([with_gcc], [GCC], [0], [Is the compiler the GNU compiler?])dnl
+
+# If no C compiler was specified, use CC.
+LTCC=${LTCC-"$CC"}
+
+# If no C compiler flags were specified, use CFLAGS.
+LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
+
+# Allow CC to be a program name with arguments.
+compiler=$CC
+])# _LT_TAG_COMPILER
+
+
+# _LT_COMPILER_BOILERPLATE
+# ------------------------
+# Check for compiler boilerplate output or warnings with
+# the simple compiler test code.
+m4_defun([_LT_COMPILER_BOILERPLATE],
+[m4_require([_LT_DECL_SED])dnl
+ac_outfile=conftest.$ac_objext
+echo "$lt_simple_compile_test_code" >conftest.$ac_ext
+eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
+_lt_compiler_boilerplate=`cat conftest.err`
+$RM conftest*
+])# _LT_COMPILER_BOILERPLATE
+
+
+# _LT_LINKER_BOILERPLATE
+# ----------------------
+# Check for linker boilerplate output or warnings with
+# the simple link test code.
+m4_defun([_LT_LINKER_BOILERPLATE],
+[m4_require([_LT_DECL_SED])dnl
+ac_outfile=conftest.$ac_objext
+echo "$lt_simple_link_test_code" >conftest.$ac_ext
+eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
+_lt_linker_boilerplate=`cat conftest.err`
+$RM -r conftest*
+])# _LT_LINKER_BOILERPLATE
+
+# _LT_REQUIRED_DARWIN_CHECKS
+# -------------------------
+m4_defun_once([_LT_REQUIRED_DARWIN_CHECKS],[
+  case $host_os in
+    rhapsody* | darwin*)
+    AC_CHECK_TOOL([DSYMUTIL], [dsymutil], [:])
+    AC_CHECK_TOOL([NMEDIT], [nmedit], [:])
+    AC_CHECK_TOOL([LIPO], [lipo], [:])
+    AC_CHECK_TOOL([OTOOL], [otool], [:])
+    AC_CHECK_TOOL([OTOOL64], [otool64], [:])
+    _LT_DECL([], [DSYMUTIL], [1],
+      [Tool to manipulate archived DWARF debug symbol files on Mac OS X])
+    _LT_DECL([], [NMEDIT], [1],
+      [Tool to change global to local symbols on Mac OS X])
+    _LT_DECL([], [LIPO], [1],
+      [Tool to manipulate fat objects and archives on Mac OS X])
+    _LT_DECL([], [OTOOL], [1],
+      [ldd/readelf like tool for Mach-O binaries on Mac OS X])
+    _LT_DECL([], [OTOOL64], [1],
+      [ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4])
+
+    AC_CACHE_CHECK([for -single_module linker flag],[lt_cv_apple_cc_single_mod],
+      [lt_cv_apple_cc_single_mod=no
+      if test -z "${LT_MULTI_MODULE}"; then
+	# By default we will add the -single_module flag. You can override
+	# by either setting the environment variable LT_MULTI_MODULE
+	# non-empty at configure time, or by adding -multi_module to the
+	# link flags.
+	rm -rf libconftest.dylib*
+	echo "int foo(void){return 1;}" > conftest.c
+	echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
+-dynamiclib -Wl,-single_module conftest.c" >&AS_MESSAGE_LOG_FD
+	$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
+	  -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
+        _lt_result=$?
+	# If there is a non-empty error log, and "single_module"
+	# appears in it, assume the flag caused a linker warning
+        if test -s conftest.err && $GREP single_module conftest.err; then
+	  cat conftest.err >&AS_MESSAGE_LOG_FD
+	# Otherwise, if the output was created with a 0 exit code from
+	# the compiler, it worked.
+	elif test -f libconftest.dylib && test $_lt_result -eq 0; then
+	  lt_cv_apple_cc_single_mod=yes
+	else
+	  cat conftest.err >&AS_MESSAGE_LOG_FD
+	fi
+	rm -rf libconftest.dylib*
+	rm -f conftest.*
+      fi])
+
+    AC_CACHE_CHECK([for -exported_symbols_list linker flag],
+      [lt_cv_ld_exported_symbols_list],
+      [lt_cv_ld_exported_symbols_list=no
+      save_LDFLAGS=$LDFLAGS
+      echo "_main" > conftest.sym
+      LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
+      AC_LINK_IFELSE([AC_LANG_PROGRAM([],[])],
+	[lt_cv_ld_exported_symbols_list=yes],
+	[lt_cv_ld_exported_symbols_list=no])
+	LDFLAGS="$save_LDFLAGS"
+    ])
+
+    AC_CACHE_CHECK([for -force_load linker flag],[lt_cv_ld_force_load],
+      [lt_cv_ld_force_load=no
+      cat > conftest.c << _LT_EOF
+int forced_loaded() { return 2;}
+_LT_EOF
+      echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&AS_MESSAGE_LOG_FD
+      $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&AS_MESSAGE_LOG_FD
+      echo "$AR cru libconftest.a conftest.o" >&AS_MESSAGE_LOG_FD
+      $AR cru libconftest.a conftest.o 2>&AS_MESSAGE_LOG_FD
+      echo "$RANLIB libconftest.a" >&AS_MESSAGE_LOG_FD
+      $RANLIB libconftest.a 2>&AS_MESSAGE_LOG_FD
+      cat > conftest.c << _LT_EOF
+int main() { return 0;}
+_LT_EOF
+      echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&AS_MESSAGE_LOG_FD
+      $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
+      _lt_result=$?
+      if test -s conftest.err && $GREP force_load conftest.err; then
+	cat conftest.err >&AS_MESSAGE_LOG_FD
+      elif test -f conftest && test $_lt_result -eq 0 && $GREP forced_load conftest >/dev/null 2>&1 ; then
+	lt_cv_ld_force_load=yes
+      else
+	cat conftest.err >&AS_MESSAGE_LOG_FD
+      fi
+        rm -f conftest.err libconftest.a conftest conftest.c
+        rm -rf conftest.dSYM
+    ])
+    case $host_os in
+    rhapsody* | darwin1.[[012]])
+      _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
+    darwin1.*)
+      _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
+    darwin*) # darwin 5.x on
+      # if running on 10.5 or later, the deployment target defaults
+      # to the OS version, if on x86, and 10.4, the deployment
+      # target defaults to 10.4. Don't you love it?
+      case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
+	10.0,*86*-darwin8*|10.0,*-darwin[[91]]*)
+	  _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
+	10.[[012]]*)
+	  _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
+	10.*)
+	  _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
+      esac
+    ;;
+  esac
+    if test "$lt_cv_apple_cc_single_mod" = "yes"; then
+      _lt_dar_single_mod='$single_module'
+    fi
+    if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
+      _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
+    else
+      _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
+    fi
+    if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then
+      _lt_dsymutil='~$DSYMUTIL $lib || :'
+    else
+      _lt_dsymutil=
+    fi
+    ;;
+  esac
+])
+
+
+# _LT_DARWIN_LINKER_FEATURES([TAG])
+# ---------------------------------
+# Checks for linker and compiler features on darwin
+m4_defun([_LT_DARWIN_LINKER_FEATURES],
+[
+  m4_require([_LT_REQUIRED_DARWIN_CHECKS])
+  _LT_TAGVAR(archive_cmds_need_lc, $1)=no
+  _LT_TAGVAR(hardcode_direct, $1)=no
+  _LT_TAGVAR(hardcode_automatic, $1)=yes
+  _LT_TAGVAR(hardcode_shlibpath_var, $1)=unsupported
+  if test "$lt_cv_ld_force_load" = "yes"; then
+    _LT_TAGVAR(whole_archive_flag_spec, $1)='`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience ${wl}-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`'
+    m4_case([$1], [F77], [_LT_TAGVAR(compiler_needs_object, $1)=yes],
+                  [FC],  [_LT_TAGVAR(compiler_needs_object, $1)=yes])
+  else
+    _LT_TAGVAR(whole_archive_flag_spec, $1)=''
+  fi
+  _LT_TAGVAR(link_all_deplibs, $1)=yes
+  _LT_TAGVAR(allow_undefined_flag, $1)="$_lt_dar_allow_undefined"
+  case $cc_basename in
+     ifort*) _lt_dar_can_shared=yes ;;
+     *) _lt_dar_can_shared=$GCC ;;
+  esac
+  if test "$_lt_dar_can_shared" = "yes"; then
+    output_verbose_link_cmd=func_echo_all
+    _LT_TAGVAR(archive_cmds, $1)="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
+    _LT_TAGVAR(module_cmds, $1)="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
+    _LT_TAGVAR(archive_expsym_cmds, $1)="sed 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring ${_lt_dar_single_mod}${_lt_dar_export_syms}${_lt_dsymutil}"
+    _LT_TAGVAR(module_expsym_cmds, $1)="sed -e 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dar_export_syms}${_lt_dsymutil}"
+    m4_if([$1], [CXX],
+[   if test "$lt_cv_apple_cc_single_mod" != "yes"; then
+      _LT_TAGVAR(archive_cmds, $1)="\$CC -r -keep_private_externs -nostdlib -o \${lib}-master.o \$libobjs~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \${lib}-master.o \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring${_lt_dsymutil}"
+      _LT_TAGVAR(archive_expsym_cmds, $1)="sed 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC -r -keep_private_externs -nostdlib -o \${lib}-master.o \$libobjs~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \${lib}-master.o \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring${_lt_dar_export_syms}${_lt_dsymutil}"
+    fi
+],[])
+  else
+  _LT_TAGVAR(ld_shlibs, $1)=no
+  fi
+])
+
+# _LT_SYS_MODULE_PATH_AIX([TAGNAME])
+# ----------------------------------
+# Links a minimal program and checks the executable
+# for the system default hardcoded library path. In most cases,
+# this is /usr/lib:/lib, but when the MPI compilers are used
+# the location of the communication and MPI libs are included too.
+# If we don't find anything, use the default library path according
+# to the aix ld manual.
+# Store the results from the different compilers for each TAGNAME.
+# Allow to override them for all tags through lt_cv_aix_libpath.
+m4_defun([_LT_SYS_MODULE_PATH_AIX],
+[m4_require([_LT_DECL_SED])dnl
+if test "${lt_cv_aix_libpath+set}" = set; then
+  aix_libpath=$lt_cv_aix_libpath
+else
+  AC_CACHE_VAL([_LT_TAGVAR([lt_cv_aix_libpath_], [$1])],
+  [AC_LINK_IFELSE([AC_LANG_PROGRAM],[
+  lt_aix_libpath_sed='[
+      /Import File Strings/,/^$/ {
+	  /^0/ {
+	      s/^0  *\([^ ]*\) *$/\1/
+	      p
+	  }
+      }]'
+  _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
+  # Check for a 64-bit object if we didn't find anything.
+  if test -z "$_LT_TAGVAR([lt_cv_aix_libpath_], [$1])"; then
+    _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
+  fi],[])
+  if test -z "$_LT_TAGVAR([lt_cv_aix_libpath_], [$1])"; then
+    _LT_TAGVAR([lt_cv_aix_libpath_], [$1])="/usr/lib:/lib"
+  fi
+  ])
+  aix_libpath=$_LT_TAGVAR([lt_cv_aix_libpath_], [$1])
+fi
+])# _LT_SYS_MODULE_PATH_AIX
+
+
+# _LT_SHELL_INIT(ARG)
+# -------------------
+m4_define([_LT_SHELL_INIT],
+[m4_divert_text([M4SH-INIT], [$1
+])])# _LT_SHELL_INIT
+
+
+
+# _LT_PROG_ECHO_BACKSLASH
+# -----------------------
+# Find how we can fake an echo command that does not interpret backslash.
+# In particular, with Autoconf 2.60 or later we add some code to the start
+# of the generated configure script which will find a shell with a builtin
+# printf (which we can use as an echo command).
+m4_defun([_LT_PROG_ECHO_BACKSLASH],
+[ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
+ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
+ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
+
+AC_MSG_CHECKING([how to print strings])
+# Test print first, because it will be a builtin if present.
+if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \
+   test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
+  ECHO='print -r --'
+elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
+  ECHO='printf %s\n'
+else
+  # Use this function as a fallback that always works.
+  func_fallback_echo ()
+  {
+    eval 'cat <<_LTECHO_EOF
+$[]1
+_LTECHO_EOF'
+  }
+  ECHO='func_fallback_echo'
+fi
+
+# func_echo_all arg...
+# Invoke $ECHO with all args, space-separated.
+func_echo_all ()
+{
+    $ECHO "$*" 
+}
+
+case "$ECHO" in
+  printf*) AC_MSG_RESULT([printf]) ;;
+  print*) AC_MSG_RESULT([print -r]) ;;
+  *) AC_MSG_RESULT([cat]) ;;
+esac
+
+m4_ifdef([_AS_DETECT_SUGGESTED],
+[_AS_DETECT_SUGGESTED([
+  test -n "${ZSH_VERSION+set}${BASH_VERSION+set}" || (
+    ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
+    ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
+    ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
+    PATH=/empty FPATH=/empty; export PATH FPATH
+    test "X`printf %s $ECHO`" = "X$ECHO" \
+      || test "X`print -r -- $ECHO`" = "X$ECHO" )])])
+
+_LT_DECL([], [SHELL], [1], [Shell to use when invoking shell scripts])
+_LT_DECL([], [ECHO], [1], [An echo program that protects backslashes])
+])# _LT_PROG_ECHO_BACKSLASH
+
+
+# _LT_WITH_SYSROOT
+# ----------------
+AC_DEFUN([_LT_WITH_SYSROOT],
+[AC_MSG_CHECKING([for sysroot])
+AC_ARG_WITH([sysroot],
+[  --with-sysroot[=DIR] Search for dependent libraries within DIR
+                        (or the compiler's sysroot if not specified).],
+[], [with_sysroot=no])
+
+dnl lt_sysroot will always be passed unquoted.  We quote it here
+dnl in case the user passed a directory name.
+lt_sysroot=
+case ${with_sysroot} in #(
+ yes)
+   if test "$GCC" = yes; then
+     lt_sysroot=`$CC --print-sysroot 2>/dev/null`
+   fi
+   ;; #(
+ /*)
+   lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"`
+   ;; #(
+ no|'')
+   ;; #(
+ *)
+   AC_MSG_RESULT([${with_sysroot}])
+   AC_MSG_ERROR([The sysroot must be an absolute path.])
+   ;;
+esac
+
+ AC_MSG_RESULT([${lt_sysroot:-no}])
+_LT_DECL([], [lt_sysroot], [0], [The root where to search for ]dnl
+[dependent libraries, and in which our libraries should be installed.])])
+
+# _LT_ENABLE_LOCK
+# ---------------
+m4_defun([_LT_ENABLE_LOCK],
+[AC_ARG_ENABLE([libtool-lock],
+  [AS_HELP_STRING([--disable-libtool-lock],
+    [avoid locking (might break parallel builds)])])
+test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
+
+# Some flags need to be propagated to the compiler or linker for good
+# libtool support.
+case $host in
+ia64-*-hpux*)
+  # Find out which ABI we are using.
+  echo 'int i;' > conftest.$ac_ext
+  if AC_TRY_EVAL(ac_compile); then
+    case `/usr/bin/file conftest.$ac_objext` in
+      *ELF-32*)
+	HPUX_IA64_MODE="32"
+	;;
+      *ELF-64*)
+	HPUX_IA64_MODE="64"
+	;;
+    esac
+  fi
+  rm -rf conftest*
+  ;;
+*-*-irix6*)
+  # Find out which ABI we are using.
+  echo '[#]line '$LINENO' "configure"' > conftest.$ac_ext
+  if AC_TRY_EVAL(ac_compile); then
+    if test "$lt_cv_prog_gnu_ld" = yes; then
+      case `/usr/bin/file conftest.$ac_objext` in
+	*32-bit*)
+	  LD="${LD-ld} -melf32bsmip"
+	  ;;
+	*N32*)
+	  LD="${LD-ld} -melf32bmipn32"
+	  ;;
+	*64-bit*)
+	  LD="${LD-ld} -melf64bmip"
+	;;
+      esac
+    else
+      case `/usr/bin/file conftest.$ac_objext` in
+	*32-bit*)
+	  LD="${LD-ld} -32"
+	  ;;
+	*N32*)
+	  LD="${LD-ld} -n32"
+	  ;;
+	*64-bit*)
+	  LD="${LD-ld} -64"
+	  ;;
+      esac
+    fi
+  fi
+  rm -rf conftest*
+  ;;
+
+x86_64-*kfreebsd*-gnu|x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*| \
+s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
+  # Find out which ABI we are using.
+  echo 'int i;' > conftest.$ac_ext
+  if AC_TRY_EVAL(ac_compile); then
+    case `/usr/bin/file conftest.o` in
+      *32-bit*)
+	case $host in
+	  x86_64-*kfreebsd*-gnu)
+	    LD="${LD-ld} -m elf_i386_fbsd"
+	    ;;
+	  x86_64-*linux*)
+	    LD="${LD-ld} -m elf_i386"
+	    ;;
+	  ppc64-*linux*|powerpc64-*linux*)
+	    LD="${LD-ld} -m elf32ppclinux"
+	    ;;
+	  s390x-*linux*)
+	    LD="${LD-ld} -m elf_s390"
+	    ;;
+	  sparc64-*linux*)
+	    LD="${LD-ld} -m elf32_sparc"
+	    ;;
+	esac
+	;;
+      *64-bit*)
+	case $host in
+	  x86_64-*kfreebsd*-gnu)
+	    LD="${LD-ld} -m elf_x86_64_fbsd"
+	    ;;
+	  x86_64-*linux*)
+	    LD="${LD-ld} -m elf_x86_64"
+	    ;;
+	  ppc*-*linux*|powerpc*-*linux*)
+	    LD="${LD-ld} -m elf64ppc"
+	    ;;
+	  s390*-*linux*|s390*-*tpf*)
+	    LD="${LD-ld} -m elf64_s390"
+	    ;;
+	  sparc*-*linux*)
+	    LD="${LD-ld} -m elf64_sparc"
+	    ;;
+	esac
+	;;
+    esac
+  fi
+  rm -rf conftest*
+  ;;
+
+*-*-sco3.2v5*)
+  # On SCO OpenServer 5, we need -belf to get full-featured binaries.
+  SAVE_CFLAGS="$CFLAGS"
+  CFLAGS="$CFLAGS -belf"
+  AC_CACHE_CHECK([whether the C compiler needs -belf], lt_cv_cc_needs_belf,
+    [AC_LANG_PUSH(C)
+     AC_LINK_IFELSE([AC_LANG_PROGRAM([[]],[[]])],[lt_cv_cc_needs_belf=yes],[lt_cv_cc_needs_belf=no])
+     AC_LANG_POP])
+  if test x"$lt_cv_cc_needs_belf" != x"yes"; then
+    # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
+    CFLAGS="$SAVE_CFLAGS"
+  fi
+  ;;
+*-*solaris*)
+  # Find out which ABI we are using.
+  echo 'int i;' > conftest.$ac_ext
+  if AC_TRY_EVAL(ac_compile); then
+    case `/usr/bin/file conftest.o` in
+    *64-bit*)
+      case $lt_cv_prog_gnu_ld in
+      yes*)
+        case $host in
+        i?86-*-solaris*)
+          LD="${LD-ld} -m elf_x86_64"
+          ;;
+        sparc*-*-solaris*)
+          LD="${LD-ld} -m elf64_sparc"
+          ;;
+        esac
+        # GNU ld 2.21 introduced _sol2 emulations.  Use them if available.
+        if ${LD-ld} -V | grep _sol2 >/dev/null 2>&1; then
+          LD="${LD-ld}_sol2"
+        fi
+        ;;
+      *)
+	if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
+	  LD="${LD-ld} -64"
+	fi
+	;;
+      esac
+      ;;
+    esac
+  fi
+  rm -rf conftest*
+  ;;
+esac
+
+need_locks="$enable_libtool_lock"
+])# _LT_ENABLE_LOCK
+
+
+# _LT_PROG_AR
+# -----------
+m4_defun([_LT_PROG_AR],
+[AC_CHECK_TOOLS(AR, [ar], false)
+: ${AR=ar}
+: ${AR_FLAGS=cru}
+_LT_DECL([], [AR], [1], [The archiver])
+_LT_DECL([], [AR_FLAGS], [1], [Flags to create an archive])
+
+AC_CACHE_CHECK([for archiver @FILE support], [lt_cv_ar_at_file],
+  [lt_cv_ar_at_file=no
+   AC_COMPILE_IFELSE([AC_LANG_PROGRAM],
+     [echo conftest.$ac_objext > conftest.lst
+      lt_ar_try='$AR $AR_FLAGS libconftest.a @conftest.lst >&AS_MESSAGE_LOG_FD'
+      AC_TRY_EVAL([lt_ar_try])
+      if test "$ac_status" -eq 0; then
+	# Ensure the archiver fails upon bogus file names.
+	rm -f conftest.$ac_objext libconftest.a
+	AC_TRY_EVAL([lt_ar_try])
+	if test "$ac_status" -ne 0; then
+          lt_cv_ar_at_file=@
+        fi
+      fi
+      rm -f conftest.* libconftest.a
+     ])
+  ])
+
+if test "x$lt_cv_ar_at_file" = xno; then
+  archiver_list_spec=
+else
+  archiver_list_spec=$lt_cv_ar_at_file
+fi
+_LT_DECL([], [archiver_list_spec], [1],
+  [How to feed a file listing to the archiver])
+])# _LT_PROG_AR
+
+
+# _LT_CMD_OLD_ARCHIVE
+# -------------------
+m4_defun([_LT_CMD_OLD_ARCHIVE],
+[_LT_PROG_AR
+
+AC_CHECK_TOOL(STRIP, strip, :)
+test -z "$STRIP" && STRIP=:
+_LT_DECL([], [STRIP], [1], [A symbol stripping program])
+
+AC_CHECK_TOOL(RANLIB, ranlib, :)
+test -z "$RANLIB" && RANLIB=:
+_LT_DECL([], [RANLIB], [1],
+    [Commands used to install an old-style archive])
+
+# Determine commands to create old-style static archives.
+old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
+old_postinstall_cmds='chmod 644 $oldlib'
+old_postuninstall_cmds=
+
+if test -n "$RANLIB"; then
+  case $host_os in
+  openbsd*)
+    old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$tool_oldlib"
+    ;;
+  *)
+    old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$tool_oldlib"
+    ;;
+  esac
+  old_archive_cmds="$old_archive_cmds~\$RANLIB \$tool_oldlib"
+fi
+
+case $host_os in
+  darwin*)
+    lock_old_archive_extraction=yes ;;
+  *)
+    lock_old_archive_extraction=no ;;
+esac
+_LT_DECL([], [old_postinstall_cmds], [2])
+_LT_DECL([], [old_postuninstall_cmds], [2])
+_LT_TAGDECL([], [old_archive_cmds], [2],
+    [Commands used to build an old-style archive])
+_LT_DECL([], [lock_old_archive_extraction], [0],
+    [Whether to use a lock for old archive extraction])
+])# _LT_CMD_OLD_ARCHIVE
+
+
+# _LT_COMPILER_OPTION(MESSAGE, VARIABLE-NAME, FLAGS,
+#		[OUTPUT-FILE], [ACTION-SUCCESS], [ACTION-FAILURE])
+# ----------------------------------------------------------------
+# Check whether the given compiler option works
+AC_DEFUN([_LT_COMPILER_OPTION],
+[m4_require([_LT_FILEUTILS_DEFAULTS])dnl
+m4_require([_LT_DECL_SED])dnl
+AC_CACHE_CHECK([$1], [$2],
+  [$2=no
+   m4_if([$4], , [ac_outfile=conftest.$ac_objext], [ac_outfile=$4])
+   echo "$lt_simple_compile_test_code" > conftest.$ac_ext
+   lt_compiler_flag="$3"
+   # Insert the option either (1) after the last *FLAGS variable, or
+   # (2) before a word containing "conftest.", or (3) at the end.
+   # Note that $ac_compile itself does not contain backslashes and begins
+   # with a dollar sign (not a hyphen), so the echo should work correctly.
+   # The option is referenced via a variable to avoid confusing sed.
+   lt_compile=`echo "$ac_compile" | $SED \
+   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
+   -e 's: [[^ ]]*conftest\.: $lt_compiler_flag&:; t' \
+   -e 's:$: $lt_compiler_flag:'`
+   (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&AS_MESSAGE_LOG_FD)
+   (eval "$lt_compile" 2>conftest.err)
+   ac_status=$?
+   cat conftest.err >&AS_MESSAGE_LOG_FD
+   echo "$as_me:$LINENO: \$? = $ac_status" >&AS_MESSAGE_LOG_FD
+   if (exit $ac_status) && test -s "$ac_outfile"; then
+     # The compiler can only warn and ignore the option if not recognized
+     # So say no if there are warnings other than the usual output.
+     $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
+     $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
+     if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
+       $2=yes
+     fi
+   fi
+   $RM conftest*
+])
+
+if test x"[$]$2" = xyes; then
+    m4_if([$5], , :, [$5])
+else
+    m4_if([$6], , :, [$6])
+fi
+])# _LT_COMPILER_OPTION
+
+# Old name:
+AU_ALIAS([AC_LIBTOOL_COMPILER_OPTION], [_LT_COMPILER_OPTION])
+dnl aclocal-1.4 backwards compatibility:
+dnl AC_DEFUN([AC_LIBTOOL_COMPILER_OPTION], [])
+
+
+# _LT_LINKER_OPTION(MESSAGE, VARIABLE-NAME, FLAGS,
+#                  [ACTION-SUCCESS], [ACTION-FAILURE])
+# ----------------------------------------------------
+# Check whether the given linker option works
+AC_DEFUN([_LT_LINKER_OPTION],
+[m4_require([_LT_FILEUTILS_DEFAULTS])dnl
+m4_require([_LT_DECL_SED])dnl
+AC_CACHE_CHECK([$1], [$2],
+  [$2=no
+   save_LDFLAGS="$LDFLAGS"
+   LDFLAGS="$LDFLAGS $3"
+   echo "$lt_simple_link_test_code" > conftest.$ac_ext
+   if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
+     # The linker can only warn and ignore the option if not recognized
+     # So say no if there are warnings
+     if test -s conftest.err; then
+       # Append any errors to the config.log.
+       cat conftest.err 1>&AS_MESSAGE_LOG_FD
+       $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
+       $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
+       if diff conftest.exp conftest.er2 >/dev/null; then
+         $2=yes
+       fi
+     else
+       $2=yes
+     fi
+   fi
+   $RM -r conftest*
+   LDFLAGS="$save_LDFLAGS"
+])
+
+if test x"[$]$2" = xyes; then
+    m4_if([$4], , :, [$4])
+else
+    m4_if([$5], , :, [$5])
+fi
+])# _LT_LINKER_OPTION
+
+# Old name:
+AU_ALIAS([AC_LIBTOOL_LINKER_OPTION], [_LT_LINKER_OPTION])
+dnl aclocal-1.4 backwards compatibility:
+dnl AC_DEFUN([AC_LIBTOOL_LINKER_OPTION], [])
+
+
+# LT_CMD_MAX_LEN
+#---------------
+AC_DEFUN([LT_CMD_MAX_LEN],
+[AC_REQUIRE([AC_CANONICAL_HOST])dnl
+# find the maximum length of command line arguments
+AC_MSG_CHECKING([the maximum length of command line arguments])
+AC_CACHE_VAL([lt_cv_sys_max_cmd_len], [dnl
+  i=0
+  teststring="ABCD"
+
+  case $build_os in
+  msdosdjgpp*)
+    # On DJGPP, this test can blow up pretty badly due to problems in libc
+    # (any single argument exceeding 2000 bytes causes a buffer overrun
+    # during glob expansion).  Even if it were fixed, the result of this
+    # check would be larger than it should be.
+    lt_cv_sys_max_cmd_len=12288;    # 12K is about right
+    ;;
+
+  gnu*)
+    # Under GNU Hurd, this test is not required because there is
+    # no limit to the length of command line arguments.
+    # Libtool will interpret -1 as no limit whatsoever
+    lt_cv_sys_max_cmd_len=-1;
+    ;;
+
+  cygwin* | mingw* | cegcc*)
+    # On Win9x/ME, this test blows up -- it succeeds, but takes
+    # about 5 minutes as the teststring grows exponentially.
+    # Worse, since 9x/ME are not pre-emptively multitasking,
+    # you end up with a "frozen" computer, even though with patience
+    # the test eventually succeeds (with a max line length of 256k).
+    # Instead, let's just punt: use the minimum linelength reported by
+    # all of the supported platforms: 8192 (on NT/2K/XP).
+    lt_cv_sys_max_cmd_len=8192;
+    ;;
+
+  mint*)
+    # On MiNT this can take a long time and run out of memory.
+    lt_cv_sys_max_cmd_len=8192;
+    ;;
+
+  amigaos*)
+    # On AmigaOS with pdksh, this test takes hours, literally.
+    # So we just punt and use a minimum line length of 8192.
+    lt_cv_sys_max_cmd_len=8192;
+    ;;
+
+  netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
+    # This has been around since 386BSD, at least.  Likely further.
+    if test -x /sbin/sysctl; then
+      lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
+    elif test -x /usr/sbin/sysctl; then
+      lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
+    else
+      lt_cv_sys_max_cmd_len=65536	# usable default for all BSDs
+    fi
+    # And add a safety zone
+    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
+    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
+    ;;
+
+  interix*)
+    # We know the value 262144 and hardcode it with a safety zone (like BSD)
+    lt_cv_sys_max_cmd_len=196608
+    ;;
+
+  os2*)
+    # The test takes a long time on OS/2.
+    lt_cv_sys_max_cmd_len=8192
+    ;;
+
+  osf*)
+    # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
+    # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
+    # nice to cause kernel panics so lets avoid the loop below.
+    # First set a reasonable default.
+    lt_cv_sys_max_cmd_len=16384
+    #
+    if test -x /sbin/sysconfig; then
+      case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
+        *1*) lt_cv_sys_max_cmd_len=-1 ;;
+      esac
+    fi
+    ;;
+  sco3.2v5*)
+    lt_cv_sys_max_cmd_len=102400
+    ;;
+  sysv5* | sco5v6* | sysv4.2uw2*)
+    kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
+    if test -n "$kargmax"; then
+      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[[	 ]]//'`
+    else
+      lt_cv_sys_max_cmd_len=32768
+    fi
+    ;;
+  *)
+    lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
+    if test -n "$lt_cv_sys_max_cmd_len"; then
+      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
+      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
+    else
+      # Make teststring a little bigger before we do anything with it.
+      # a 1K string should be a reasonable start.
+      for i in 1 2 3 4 5 6 7 8 ; do
+        teststring=$teststring$teststring
+      done
+      SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
+      # If test is not a shell built-in, we'll probably end up computing a
+      # maximum length that is only half of the actual maximum length, but
+      # we can't tell.
+      while { test "X"`env echo "$teststring$teststring" 2>/dev/null` \
+	         = "X$teststring$teststring"; } >/dev/null 2>&1 &&
+	      test $i != 17 # 1/2 MB should be enough
+      do
+        i=`expr $i + 1`
+        teststring=$teststring$teststring
+      done
+      # Only check the string length outside the loop.
+      lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
+      teststring=
+      # Add a significant safety factor because C++ compilers can tack on
+      # massive amounts of additional arguments before passing them to the
+      # linker.  It appears as though 1/2 is a usable value.
+      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
+    fi
+    ;;
+  esac
+])
+if test -n $lt_cv_sys_max_cmd_len ; then
+  AC_MSG_RESULT($lt_cv_sys_max_cmd_len)
+else
+  AC_MSG_RESULT(none)
+fi
+max_cmd_len=$lt_cv_sys_max_cmd_len
+_LT_DECL([], [max_cmd_len], [0],
+    [What is the maximum length of a command?])
+])# LT_CMD_MAX_LEN
+
+# Old name:
+AU_ALIAS([AC_LIBTOOL_SYS_MAX_CMD_LEN], [LT_CMD_MAX_LEN])
+dnl aclocal-1.4 backwards compatibility:
+dnl AC_DEFUN([AC_LIBTOOL_SYS_MAX_CMD_LEN], [])
+
+
+# _LT_HEADER_DLFCN
+# ----------------
+m4_defun([_LT_HEADER_DLFCN],
+[AC_CHECK_HEADERS([dlfcn.h], [], [], [AC_INCLUDES_DEFAULT])dnl
+])# _LT_HEADER_DLFCN
+
+
+# _LT_TRY_DLOPEN_SELF (ACTION-IF-TRUE, ACTION-IF-TRUE-W-USCORE,
+#                      ACTION-IF-FALSE, ACTION-IF-CROSS-COMPILING)
+# ----------------------------------------------------------------
+m4_defun([_LT_TRY_DLOPEN_SELF],
+[m4_require([_LT_HEADER_DLFCN])dnl
+if test "$cross_compiling" = yes; then :
+  [$4]
+else
+  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
+  lt_status=$lt_dlunknown
+  cat > conftest.$ac_ext <<_LT_EOF
+[#line $LINENO "configure"
+#include "confdefs.h"
+
+#if HAVE_DLFCN_H
+#include <dlfcn.h>
+#endif
+
+#include <stdio.h>
+
+#ifdef RTLD_GLOBAL
+#  define LT_DLGLOBAL		RTLD_GLOBAL
+#else
+#  ifdef DL_GLOBAL
+#    define LT_DLGLOBAL		DL_GLOBAL
+#  else
+#    define LT_DLGLOBAL		0
+#  endif
+#endif
+
+/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
+   find out it does not work in some platform. */
+#ifndef LT_DLLAZY_OR_NOW
+#  ifdef RTLD_LAZY
+#    define LT_DLLAZY_OR_NOW		RTLD_LAZY
+#  else
+#    ifdef DL_LAZY
+#      define LT_DLLAZY_OR_NOW		DL_LAZY
+#    else
+#      ifdef RTLD_NOW
+#        define LT_DLLAZY_OR_NOW	RTLD_NOW
+#      else
+#        ifdef DL_NOW
+#          define LT_DLLAZY_OR_NOW	DL_NOW
+#        else
+#          define LT_DLLAZY_OR_NOW	0
+#        endif
+#      endif
+#    endif
+#  endif
+#endif
+
+/* When -fvisbility=hidden is used, assume the code has been annotated
+   correspondingly for the symbols needed.  */
+#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
+int fnord () __attribute__((visibility("default")));
+#endif
+
+int fnord () { return 42; }
+int main ()
+{
+  void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
+  int status = $lt_dlunknown;
+
+  if (self)
+    {
+      if (dlsym (self,"fnord"))       status = $lt_dlno_uscore;
+      else
+        {
+	  if (dlsym( self,"_fnord"))  status = $lt_dlneed_uscore;
+          else puts (dlerror ());
+	}
+      /* dlclose (self); */
+    }
+  else
+    puts (dlerror ());
+
+  return status;
+}]
+_LT_EOF
+  if AC_TRY_EVAL(ac_link) && test -s conftest${ac_exeext} 2>/dev/null; then
+    (./conftest; exit; ) >&AS_MESSAGE_LOG_FD 2>/dev/null
+    lt_status=$?
+    case x$lt_status in
+      x$lt_dlno_uscore) $1 ;;
+      x$lt_dlneed_uscore) $2 ;;
+      x$lt_dlunknown|x*) $3 ;;
+    esac
+  else :
+    # compilation failed
+    $3
+  fi
+fi
+rm -fr conftest*
+])# _LT_TRY_DLOPEN_SELF
+
+
+# LT_SYS_DLOPEN_SELF
+# ------------------
+AC_DEFUN([LT_SYS_DLOPEN_SELF],
+[m4_require([_LT_HEADER_DLFCN])dnl
+if test "x$enable_dlopen" != xyes; then
+  enable_dlopen=unknown
+  enable_dlopen_self=unknown
+  enable_dlopen_self_static=unknown
+else
+  lt_cv_dlopen=no
+  lt_cv_dlopen_libs=
+
+  case $host_os in
+  beos*)
+    lt_cv_dlopen="load_add_on"
+    lt_cv_dlopen_libs=
+    lt_cv_dlopen_self=yes
+    ;;
+
+  mingw* | pw32* | cegcc*)
+    lt_cv_dlopen="LoadLibrary"
+    lt_cv_dlopen_libs=
+    ;;
+
+  cygwin*)
+    lt_cv_dlopen="dlopen"
+    lt_cv_dlopen_libs=
+    ;;
+
+  darwin*)
+  # if libdl is installed we need to link against it
+    AC_CHECK_LIB([dl], [dlopen],
+		[lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"],[
+    lt_cv_dlopen="dyld"
+    lt_cv_dlopen_libs=
+    lt_cv_dlopen_self=yes
+    ])
+    ;;
+
+  *)
+    AC_CHECK_FUNC([shl_load],
+	  [lt_cv_dlopen="shl_load"],
+      [AC_CHECK_LIB([dld], [shl_load],
+	    [lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"],
+	[AC_CHECK_FUNC([dlopen],
+	      [lt_cv_dlopen="dlopen"],
+	  [AC_CHECK_LIB([dl], [dlopen],
+		[lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"],
+	    [AC_CHECK_LIB([svld], [dlopen],
+		  [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"],
+	      [AC_CHECK_LIB([dld], [dld_link],
+		    [lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"])
+	      ])
+	    ])
+	  ])
+	])
+      ])
+    ;;
+  esac
+
+  if test "x$lt_cv_dlopen" != xno; then
+    enable_dlopen=yes
+  else
+    enable_dlopen=no
+  fi
+
+  case $lt_cv_dlopen in
+  dlopen)
+    save_CPPFLAGS="$CPPFLAGS"
+    test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
+
+    save_LDFLAGS="$LDFLAGS"
+    wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
+
+    save_LIBS="$LIBS"
+    LIBS="$lt_cv_dlopen_libs $LIBS"
+
+    AC_CACHE_CHECK([whether a program can dlopen itself],
+	  lt_cv_dlopen_self, [dnl
+	  _LT_TRY_DLOPEN_SELF(
+	    lt_cv_dlopen_self=yes, lt_cv_dlopen_self=yes,
+	    lt_cv_dlopen_self=no, lt_cv_dlopen_self=cross)
+    ])
+
+    if test "x$lt_cv_dlopen_self" = xyes; then
+      wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
+      AC_CACHE_CHECK([whether a statically linked program can dlopen itself],
+	  lt_cv_dlopen_self_static, [dnl
+	  _LT_TRY_DLOPEN_SELF(
+	    lt_cv_dlopen_self_static=yes, lt_cv_dlopen_self_static=yes,
+	    lt_cv_dlopen_self_static=no,  lt_cv_dlopen_self_static=cross)
+      ])
+    fi
+
+    CPPFLAGS="$save_CPPFLAGS"
+    LDFLAGS="$save_LDFLAGS"
+    LIBS="$save_LIBS"
+    ;;
+  esac
+
+  case $lt_cv_dlopen_self in
+  yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
+  *) enable_dlopen_self=unknown ;;
+  esac
+
+  case $lt_cv_dlopen_self_static in
+  yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
+  *) enable_dlopen_self_static=unknown ;;
+  esac
+fi
+_LT_DECL([dlopen_support], [enable_dlopen], [0],
+	 [Whether dlopen is supported])
+_LT_DECL([dlopen_self], [enable_dlopen_self], [0],
+	 [Whether dlopen of programs is supported])
+_LT_DECL([dlopen_self_static], [enable_dlopen_self_static], [0],
+	 [Whether dlopen of statically linked programs is supported])
+])# LT_SYS_DLOPEN_SELF
+
+# Old name:
+AU_ALIAS([AC_LIBTOOL_DLOPEN_SELF], [LT_SYS_DLOPEN_SELF])
+dnl aclocal-1.4 backwards compatibility:
+dnl AC_DEFUN([AC_LIBTOOL_DLOPEN_SELF], [])
+
+
+# _LT_COMPILER_C_O([TAGNAME])
+# ---------------------------
+# Check to see if options -c and -o are simultaneously supported by compiler.
+# This macro does not hard code the compiler like AC_PROG_CC_C_O.
+m4_defun([_LT_COMPILER_C_O],
+[m4_require([_LT_DECL_SED])dnl
+m4_require([_LT_FILEUTILS_DEFAULTS])dnl
+m4_require([_LT_TAG_COMPILER])dnl
+AC_CACHE_CHECK([if $compiler supports -c -o file.$ac_objext],
+  [_LT_TAGVAR(lt_cv_prog_compiler_c_o, $1)],
+  [_LT_TAGVAR(lt_cv_prog_compiler_c_o, $1)=no
+   $RM -r conftest 2>/dev/null
+   mkdir conftest
+   cd conftest
+   mkdir out
+   echo "$lt_simple_compile_test_code" > conftest.$ac_ext
+
+   lt_compiler_flag="-o out/conftest2.$ac_objext"
+   # Insert the option either (1) after the last *FLAGS variable, or
+   # (2) before a word containing "conftest.", or (3) at the end.
+   # Note that $ac_compile itself does not contain backslashes and begins
+   # with a dollar sign (not a hyphen), so the echo should work correctly.
+   lt_compile=`echo "$ac_compile" | $SED \
+   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
+   -e 's: [[^ ]]*conftest\.: $lt_compiler_flag&:; t' \
+   -e 's:$: $lt_compiler_flag:'`
+   (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&AS_MESSAGE_LOG_FD)
+   (eval "$lt_compile" 2>out/conftest.err)
+   ac_status=$?
+   cat out/conftest.err >&AS_MESSAGE_LOG_FD
+   echo "$as_me:$LINENO: \$? = $ac_status" >&AS_MESSAGE_LOG_FD
+   if (exit $ac_status) && test -s out/conftest2.$ac_objext
+   then
+     # The compiler can only warn and ignore the option if not recognized
+     # So say no if there are warnings
+     $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
+     $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
+     if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
+       _LT_TAGVAR(lt_cv_prog_compiler_c_o, $1)=yes
+     fi
+   fi
+   chmod u+w . 2>&AS_MESSAGE_LOG_FD
+   $RM conftest*
+   # SGI C++ compiler will create directory out/ii_files/ for
+   # template instantiation
+   test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
+   $RM out/* && rmdir out
+   cd ..
+   $RM -r conftest
+   $RM conftest*
+])
+_LT_TAGDECL([compiler_c_o], [lt_cv_prog_compiler_c_o], [1],
+	[Does compiler simultaneously support -c and -o options?])
+])# _LT_COMPILER_C_O
+
+
+# _LT_COMPILER_FILE_LOCKS([TAGNAME])
+# ----------------------------------
+# Check to see if we can do hard links to lock some files if needed
+m4_defun([_LT_COMPILER_FILE_LOCKS],
+[m4_require([_LT_ENABLE_LOCK])dnl
+m4_require([_LT_FILEUTILS_DEFAULTS])dnl
+_LT_COMPILER_C_O([$1])
+
+hard_links="nottested"
+if test "$_LT_TAGVAR(lt_cv_prog_compiler_c_o, $1)" = no && test "$need_locks" != no; then
+  # do not overwrite the value of need_locks provided by the user
+  AC_MSG_CHECKING([if we can lock with hard links])
+  hard_links=yes
+  $RM conftest*
+  ln conftest.a conftest.b 2>/dev/null && hard_links=no
+  touch conftest.a
+  ln conftest.a conftest.b 2>&5 || hard_links=no
+  ln conftest.a conftest.b 2>/dev/null && hard_links=no
+  AC_MSG_RESULT([$hard_links])
+  if test "$hard_links" = no; then
+    AC_MSG_WARN([`$CC' does not support `-c -o', so `make -j' may be unsafe])
+    need_locks=warn
+  fi
+else
+  need_locks=no
+fi
+_LT_DECL([], [need_locks], [1], [Must we lock files when doing compilation?])
+])# _LT_COMPILER_FILE_LOCKS
+
+
+# _LT_CHECK_OBJDIR
+# ----------------
+m4_defun([_LT_CHECK_OBJDIR],
+[AC_CACHE_CHECK([for objdir], [lt_cv_objdir],
+[rm -f .libs 2>/dev/null
+mkdir .libs 2>/dev/null
+if test -d .libs; then
+  lt_cv_objdir=.libs
+else
+  # MS-DOS does not allow filenames that begin with a dot.
+  lt_cv_objdir=_libs
+fi
+rmdir .libs 2>/dev/null])
+objdir=$lt_cv_objdir
+_LT_DECL([], [objdir], [0],
+         [The name of the directory that contains temporary libtool files])dnl
+m4_pattern_allow([LT_OBJDIR])dnl
+AC_DEFINE_UNQUOTED(LT_OBJDIR, "$lt_cv_objdir/",
+  [Define to the sub-directory in which libtool stores uninstalled libraries.])
+])# _LT_CHECK_OBJDIR
+
+
+# _LT_LINKER_HARDCODE_LIBPATH([TAGNAME])
+# --------------------------------------
+# Check hardcoding attributes.
+m4_defun([_LT_LINKER_HARDCODE_LIBPATH],
+[AC_MSG_CHECKING([how to hardcode library paths into programs])
+_LT_TAGVAR(hardcode_action, $1)=
+if test -n "$_LT_TAGVAR(hardcode_libdir_flag_spec, $1)" ||
+   test -n "$_LT_TAGVAR(runpath_var, $1)" ||
+   test "X$_LT_TAGVAR(hardcode_automatic, $1)" = "Xyes" ; then
+
+  # We can hardcode non-existent directories.
+  if test "$_LT_TAGVAR(hardcode_direct, $1)" != no &&
+     # If the only mechanism to avoid hardcoding is shlibpath_var, we
+     # have to relink, otherwise we might link with an installed library
+     # when we should be linking with a yet-to-be-installed one
+     ## test "$_LT_TAGVAR(hardcode_shlibpath_var, $1)" != no &&
+     test "$_LT_TAGVAR(hardcode_minus_L, $1)" != no; then
+    # Linking always hardcodes the temporary library directory.
+    _LT_TAGVAR(hardcode_action, $1)=relink
+  else
+    # We can link without hardcoding, and we can hardcode nonexisting dirs.
+    _LT_TAGVAR(hardcode_action, $1)=immediate
+  fi
+else
+  # We cannot hardcode anything, or else we can only hardcode existing
+  # directories.
+  _LT_TAGVAR(hardcode_action, $1)=unsupported
+fi
+AC_MSG_RESULT([$_LT_TAGVAR(hardcode_action, $1)])
+
+if test "$_LT_TAGVAR(hardcode_action, $1)" = relink ||
+   test "$_LT_TAGVAR(inherit_rpath, $1)" = yes; then
+  # Fast installation is not supported
+  enable_fast_install=no
+elif test "$shlibpath_overrides_runpath" = yes ||
+     test "$enable_shared" = no; then
+  # Fast installation is not necessary
+  enable_fast_install=needless
+fi
+_LT_TAGDECL([], [hardcode_action], [0],
+    [How to hardcode a shared library path into an executable])
+])# _LT_LINKER_HARDCODE_LIBPATH
+
+
+# _LT_CMD_STRIPLIB
+# ----------------
+m4_defun([_LT_CMD_STRIPLIB],
+[m4_require([_LT_DECL_EGREP])
+striplib=
+old_striplib=
+AC_MSG_CHECKING([whether stripping libraries is possible])
+if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
+  test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
+  test -z "$striplib" && striplib="$STRIP --strip-unneeded"
+  AC_MSG_RESULT([yes])
+else
+# FIXME - insert some real tests, host_os isn't really good enough
+  case $host_os in
+  darwin*)
+    if test -n "$STRIP" ; then
+      striplib="$STRIP -x"
+      old_striplib="$STRIP -S"
+      AC_MSG_RESULT([yes])
+    else
+      AC_MSG_RESULT([no])
+    fi
+    ;;
+  *)
+    AC_MSG_RESULT([no])
+    ;;
+  esac
+fi
+_LT_DECL([], [old_striplib], [1], [Commands to strip libraries])
+_LT_DECL([], [striplib], [1])
+])# _LT_CMD_STRIPLIB
+
+
+# _LT_SYS_DYNAMIC_LINKER([TAG])
+# -----------------------------
+# PORTME Fill in your ld.so characteristics
+m4_defun([_LT_SYS_DYNAMIC_LINKER],
+[AC_REQUIRE([AC_CANONICAL_HOST])dnl
+m4_require([_LT_DECL_EGREP])dnl
+m4_require([_LT_FILEUTILS_DEFAULTS])dnl
+m4_require([_LT_DECL_OBJDUMP])dnl
+m4_require([_LT_DECL_SED])dnl
+m4_require([_LT_CHECK_SHELL_FEATURES])dnl
+AC_MSG_CHECKING([dynamic linker characteristics])
+m4_if([$1],
+	[], [
+if test "$GCC" = yes; then
+  case $host_os in
+    darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
+    *) lt_awk_arg="/^libraries:/" ;;
+  esac
+  case $host_os in
+    mingw* | cegcc*) lt_sed_strip_eq="s,=\([[A-Za-z]]:\),\1,g" ;;
+    *) lt_sed_strip_eq="s,=/,/,g" ;;
+  esac
+  lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
+  case $lt_search_path_spec in
+  *\;*)
+    # if the path contains ";" then we assume it to be the separator
+    # otherwise default to the standard path separator (i.e. ":") - it is
+    # assumed that no part of a normal pathname contains ";" but that should
+    # okay in the real world where ";" in dirpaths is itself problematic.
+    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
+    ;;
+  *)
+    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
+    ;;
+  esac
+  # Ok, now we have the path, separated by spaces, we can step through it
+  # and add multilib dir if necessary.
+  lt_tmp_lt_search_path_spec=
+  lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
+  for lt_sys_path in $lt_search_path_spec; do
+    if test -d "$lt_sys_path/$lt_multi_os_dir"; then
+      lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
+    else
+      test -d "$lt_sys_path" && \
+	lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
+    fi
+  done
+  lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
+BEGIN {RS=" "; FS="/|\n";} {
+  lt_foo="";
+  lt_count=0;
+  for (lt_i = NF; lt_i > 0; lt_i--) {
+    if ($lt_i != "" && $lt_i != ".") {
+      if ($lt_i == "..") {
+        lt_count++;
+      } else {
+        if (lt_count == 0) {
+          lt_foo="/" $lt_i lt_foo;
+        } else {
+          lt_count--;
+        }
+      }
+    }
+  }
+  if (lt_foo != "") { lt_freq[[lt_foo]]++; }
+  if (lt_freq[[lt_foo]] == 1) { print lt_foo; }
+}'`
+  # AWK program above erroneously prepends '/' to C:/dos/paths
+  # for these hosts.
+  case $host_os in
+    mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
+      $SED 's,/\([[A-Za-z]]:\),\1,g'` ;;
+  esac
+  sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
+else
+  sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
+fi])
+library_names_spec=
+libname_spec='lib$name'
+soname_spec=
+shrext_cmds=".so"
+postinstall_cmds=
+postuninstall_cmds=
+finish_cmds=
+finish_eval=
+shlibpath_var=
+shlibpath_overrides_runpath=unknown
+version_type=none
+dynamic_linker="$host_os ld.so"
+sys_lib_dlsearch_path_spec="/lib /usr/lib"
+need_lib_prefix=unknown
+hardcode_into_libs=no
+
+# when you set need_version to no, make sure it does not cause -set_version
+# flags to be left without arguments
+need_version=unknown
+
+case $host_os in
+aix3*)
+  version_type=linux # correct to gnu/linux during the next big refactor
+  library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
+  shlibpath_var=LIBPATH
+
+  # AIX 3 has no versioning support, so we append a major version to the name.
+  soname_spec='${libname}${release}${shared_ext}$major'
+  ;;
+
+aix[[4-9]]*)
+  version_type=linux # correct to gnu/linux during the next big refactor
+  need_lib_prefix=no
+  need_version=no
+  hardcode_into_libs=yes
+  if test "$host_cpu" = ia64; then
+    # AIX 5 supports IA64
+    library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
+    shlibpath_var=LD_LIBRARY_PATH
+  else
+    # With GCC up to 2.95.x, collect2 would create an import file
+    # for dependence libraries.  The import file would start with
+    # the line `#! .'.  This would cause the generated library to
+    # depend on `.', always an invalid library.  This was fixed in
+    # development snapshots of GCC prior to 3.0.
+    case $host_os in
+      aix4 | aix4.[[01]] | aix4.[[01]].*)
+      if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
+	   echo ' yes '
+	   echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
+	:
+      else
+	can_build_shared=no
+      fi
+      ;;
+    esac
+    # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
+    # soname into executable. Probably we can add versioning support to
+    # collect2, so additional links can be useful in future.
+    if test "$aix_use_runtimelinking" = yes; then
+      # If using run time linking (on AIX 4.2 or later) use lib<name>.so
+      # instead of lib<name>.a to let people know that these are not
+      # typical AIX shared libraries.
+      library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
+    else
+      # We preserve .a as extension for shared libraries through AIX4.2
+      # and later when we are not doing run time linking.
+      library_names_spec='${libname}${release}.a $libname.a'
+      soname_spec='${libname}${release}${shared_ext}$major'
+    fi
+    shlibpath_var=LIBPATH
+  fi
+  ;;
+
+amigaos*)
+  case $host_cpu in
+  powerpc)
+    # Since July 2007 AmigaOS4 officially supports .so libraries.
+    # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
+    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
+    ;;
+  m68k)
+    library_names_spec='$libname.ixlibrary $libname.a'
+    # Create ${libname}_ixlibrary.a entries in /sys/libs.
+    finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([[^/]]*\)\.ixlibrary$%\1%'\''`; test $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
+    ;;
+  esac
+  ;;
+
+beos*)
+  library_names_spec='${libname}${shared_ext}'
+  dynamic_linker="$host_os ld.so"
+  shlibpath_var=LIBRARY_PATH
+  ;;
+
+bsdi[[45]]*)
+  version_type=linux # correct to gnu/linux during the next big refactor
+  need_version=no
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
+  soname_spec='${libname}${release}${shared_ext}$major'
+  finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
+  shlibpath_var=LD_LIBRARY_PATH
+  sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
+  sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
+  # the default ld.so.conf also contains /usr/contrib/lib and
+  # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
+  # libtool to hard-code these into programs
+  ;;
+
+cygwin* | mingw* | pw32* | cegcc*)
+  version_type=windows
+  shrext_cmds=".dll"
+  need_version=no
+  need_lib_prefix=no
+
+  case $GCC,$cc_basename in
+  yes,*)
+    # gcc
+    library_names_spec='$libname.dll.a'
+    # DLL is installed to $(libdir)/../bin by postinstall_cmds
+    postinstall_cmds='base_file=`basename \${file}`~
+      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
+      dldir=$destdir/`dirname \$dlpath`~
+      test -d \$dldir || mkdir -p \$dldir~
+      $install_prog $dir/$dlname \$dldir/$dlname~
+      chmod a+x \$dldir/$dlname~
+      if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
+        eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
+      fi'
+    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
+      dlpath=$dir/\$dldll~
+       $RM \$dlpath'
+    shlibpath_overrides_runpath=yes
+
+    case $host_os in
+    cygwin*)
+      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
+      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
+m4_if([$1], [],[
+      sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"])
+      ;;
+    mingw* | cegcc*)
+      # MinGW DLLs use traditional 'lib' prefix
+      soname_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
+      ;;
+    pw32*)
+      # pw32 DLLs use 'pw' prefix rather than 'lib'
+      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
+      ;;
+    esac
+    dynamic_linker='Win32 ld.exe'
+    ;;
+
+  *,cl*)
+    # Native MSVC
+    libname_spec='$name'
+    soname_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
+    library_names_spec='${libname}.dll.lib'
+
+    case $build_os in
+    mingw*)
+      sys_lib_search_path_spec=
+      lt_save_ifs=$IFS
+      IFS=';'
+      for lt_path in $LIB
+      do
+        IFS=$lt_save_ifs
+        # Let DOS variable expansion print the short 8.3 style file name.
+        lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
+        sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
+      done
+      IFS=$lt_save_ifs
+      # Convert to MSYS style.
+      sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([[a-zA-Z]]\\):| /\\1|g' -e 's|^ ||'`
+      ;;
+    cygwin*)
+      # Convert to unix form, then to dos form, then back to unix form
+      # but this time dos style (no spaces!) so that the unix form looks
+      # like /cygdrive/c/PROGRA~1:/cygdr...
+      sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
+      sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
+      sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
+      ;;
+    *)
+      sys_lib_search_path_spec="$LIB"
+      if $ECHO "$sys_lib_search_path_spec" | [$GREP ';[c-zC-Z]:/' >/dev/null]; then
+        # It is most probably a Windows format PATH.
+        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
+      else
+        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
+      fi
+      # FIXME: find the short name or the path components, as spaces are
+      # common. (e.g. "Program Files" -> "PROGRA~1")
+      ;;
+    esac
+
+    # DLL is installed to $(libdir)/../bin by postinstall_cmds
+    postinstall_cmds='base_file=`basename \${file}`~
+      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
+      dldir=$destdir/`dirname \$dlpath`~
+      test -d \$dldir || mkdir -p \$dldir~
+      $install_prog $dir/$dlname \$dldir/$dlname'
+    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
+      dlpath=$dir/\$dldll~
+       $RM \$dlpath'
+    shlibpath_overrides_runpath=yes
+    dynamic_linker='Win32 link.exe'
+    ;;
+
+  *)
+    # Assume MSVC wrapper
+    library_names_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext} $libname.lib'
+    dynamic_linker='Win32 ld.exe'
+    ;;
+  esac
+  # FIXME: first we should search . and the directory the executable is in
+  shlibpath_var=PATH
+  ;;
+
+darwin* | rhapsody*)
+  dynamic_linker="$host_os dyld"
+  version_type=darwin
+  need_lib_prefix=no
+  need_version=no
+  library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
+  soname_spec='${libname}${release}${major}$shared_ext'
+  shlibpath_overrides_runpath=yes
+  shlibpath_var=DYLD_LIBRARY_PATH
+  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
+m4_if([$1], [],[
+  sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"])
+  sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
+  ;;
+
+dgux*)
+  version_type=linux # correct to gnu/linux during the next big refactor
+  need_lib_prefix=no
+  need_version=no
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
+  soname_spec='${libname}${release}${shared_ext}$major'
+  shlibpath_var=LD_LIBRARY_PATH
+  ;;
+
+freebsd* | dragonfly*)
+  # DragonFly does not have aout.  When/if they implement a new
+  # versioning mechanism, adjust this.
+  if test -x /usr/bin/objformat; then
+    objformat=`/usr/bin/objformat`
+  else
+    case $host_os in
+    freebsd[[23]].*) objformat=aout ;;
+    *) objformat=elf ;;
+    esac
+  fi
+  version_type=freebsd-$objformat
+  case $version_type in
+    freebsd-elf*)
+      library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
+      need_version=no
+      need_lib_prefix=no
+      ;;
+    freebsd-*)
+      library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
+      need_version=yes
+      ;;
+  esac
+  shlibpath_var=LD_LIBRARY_PATH
+  case $host_os in
+  freebsd2.*)
+    shlibpath_overrides_runpath=yes
+    ;;
+  freebsd3.[[01]]* | freebsdelf3.[[01]]*)
+    shlibpath_overrides_runpath=yes
+    hardcode_into_libs=yes
+    ;;
+  freebsd3.[[2-9]]* | freebsdelf3.[[2-9]]* | \
+  freebsd4.[[0-5]] | freebsdelf4.[[0-5]] | freebsd4.1.1 | freebsdelf4.1.1)
+    shlibpath_overrides_runpath=no
+    hardcode_into_libs=yes
+    ;;
+  *) # from 4.6 on, and DragonFly
+    shlibpath_overrides_runpath=yes
+    hardcode_into_libs=yes
+    ;;
+  esac
+  ;;
+
+gnu*)
+  version_type=linux # correct to gnu/linux during the next big refactor
+  need_lib_prefix=no
+  need_version=no
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
+  soname_spec='${libname}${release}${shared_ext}$major'
+  shlibpath_var=LD_LIBRARY_PATH
+  shlibpath_overrides_runpath=no
+  hardcode_into_libs=yes
+  ;;
+
+haiku*)
+  version_type=linux # correct to gnu/linux during the next big refactor
+  need_lib_prefix=no
+  need_version=no
+  dynamic_linker="$host_os runtime_loader"
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
+  soname_spec='${libname}${release}${shared_ext}$major'
+  shlibpath_var=LIBRARY_PATH
+  shlibpath_overrides_runpath=yes
+  sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/system/lib'
+  hardcode_into_libs=yes
+  ;;
+
+hpux9* | hpux10* | hpux11*)
+  # Give a soname corresponding to the major version so that dld.sl refuses to
+  # link against other versions.
+  version_type=sunos
+  need_lib_prefix=no
+  need_version=no
+  case $host_cpu in
+  ia64*)
+    shrext_cmds='.so'
+    hardcode_into_libs=yes
+    dynamic_linker="$host_os dld.so"
+    shlibpath_var=LD_LIBRARY_PATH
+    shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
+    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
+    soname_spec='${libname}${release}${shared_ext}$major'
+    if test "X$HPUX_IA64_MODE" = X32; then
+      sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
+    else
+      sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
+    fi
+    sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
+    ;;
+  hppa*64*)
+    shrext_cmds='.sl'
+    hardcode_into_libs=yes
+    dynamic_linker="$host_os dld.sl"
+    shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
+    shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
+    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
+    soname_spec='${libname}${release}${shared_ext}$major'
+    sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
+    sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
+    ;;
+  *)
+    shrext_cmds='.sl'
+    dynamic_linker="$host_os dld.sl"
+    shlibpath_var=SHLIB_PATH
+    shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
+    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
+    soname_spec='${libname}${release}${shared_ext}$major'
+    ;;
+  esac
+  # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
+  postinstall_cmds='chmod 555 $lib'
+  # or fails outright, so override atomically:
+  install_override_mode=555
+  ;;
+
+interix[[3-9]]*)
+  version_type=linux # correct to gnu/linux during the next big refactor
+  need_lib_prefix=no
+  need_version=no
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
+  soname_spec='${libname}${release}${shared_ext}$major'
+  dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
+  shlibpath_var=LD_LIBRARY_PATH
+  shlibpath_overrides_runpath=no
+  hardcode_into_libs=yes
+  ;;
+
+irix5* | irix6* | nonstopux*)
+  case $host_os in
+    nonstopux*) version_type=nonstopux ;;
+    *)
+	if test "$lt_cv_prog_gnu_ld" = yes; then
+		version_type=linux # correct to gnu/linux during the next big refactor
+	else
+		version_type=irix
+	fi ;;
+  esac
+  need_lib_prefix=no
+  need_version=no
+  soname_spec='${libname}${release}${shared_ext}$major'
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
+  case $host_os in
+  irix5* | nonstopux*)
+    libsuff= shlibsuff=
+    ;;
+  *)
+    case $LD in # libtool.m4 will add one of these switches to LD
+    *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
+      libsuff= shlibsuff= libmagic=32-bit;;
+    *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
+      libsuff=32 shlibsuff=N32 libmagic=N32;;
+    *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
+      libsuff=64 shlibsuff=64 libmagic=64-bit;;
+    *) libsuff= shlibsuff= libmagic=never-match;;
+    esac
+    ;;
+  esac
+  shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
+  shlibpath_overrides_runpath=no
+  sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
+  sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
+  hardcode_into_libs=yes
+  ;;
+
+# No shared lib support for Linux oldld, aout, or coff.
+linux*oldld* | linux*aout* | linux*coff*)
+  dynamic_linker=no
+  ;;
+
+# This must be glibc/ELF.
+linux* | k*bsd*-gnu | kopensolaris*-gnu)
+  version_type=linux # correct to gnu/linux during the next big refactor
+  need_lib_prefix=no
+  need_version=no
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
+  soname_spec='${libname}${release}${shared_ext}$major'
+  finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
+  shlibpath_var=LD_LIBRARY_PATH
+  shlibpath_overrides_runpath=no
+
+  # Some binutils ld are patched to set DT_RUNPATH
+  AC_CACHE_VAL([lt_cv_shlibpath_overrides_runpath],
+    [lt_cv_shlibpath_overrides_runpath=no
+    save_LDFLAGS=$LDFLAGS
+    save_libdir=$libdir
+    eval "libdir=/foo; wl=\"$_LT_TAGVAR(lt_prog_compiler_wl, $1)\"; \
+	 LDFLAGS=\"\$LDFLAGS $_LT_TAGVAR(hardcode_libdir_flag_spec, $1)\""
+    AC_LINK_IFELSE([AC_LANG_PROGRAM([],[])],
+      [AS_IF([ ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null],
+	 [lt_cv_shlibpath_overrides_runpath=yes])])
+    LDFLAGS=$save_LDFLAGS
+    libdir=$save_libdir
+    ])
+  shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
+
+  # This implies no fast_install, which is unacceptable.
+  # Some rework will be needed to allow for fast_install
+  # before this can be enabled.
+  hardcode_into_libs=yes
+
+  # Append ld.so.conf contents to the search path
+  if test -f /etc/ld.so.conf; then
+    lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \[$]2)); skip = 1; } { if (!skip) print \[$]0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[	 ]*hwcap[	 ]/d;s/[:,	]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '`
+    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
+  fi
+
+  # We used to test for /lib/ld.so.1 and disable shared libraries on
+  # powerpc, because MkLinux only supported shared libraries with the
+  # GNU dynamic linker.  Since this was broken with cross compilers,
+  # most powerpc-linux boxes support dynamic linking these days and
+  # people can always --disable-shared, the test was removed, and we
+  # assume the GNU/Linux dynamic linker is in use.
+  dynamic_linker='GNU/Linux ld.so'
+  ;;
+
+netbsd*)
+  version_type=sunos
+  need_lib_prefix=no
+  need_version=no
+  if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
+    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
+    finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
+    dynamic_linker='NetBSD (a.out) ld.so'
+  else
+    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
+    soname_spec='${libname}${release}${shared_ext}$major'
+    dynamic_linker='NetBSD ld.elf_so'
+  fi
+  shlibpath_var=LD_LIBRARY_PATH
+  shlibpath_overrides_runpath=yes
+  hardcode_into_libs=yes
+  ;;
+
+newsos6)
+  version_type=linux # correct to gnu/linux during the next big refactor
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
+  shlibpath_var=LD_LIBRARY_PATH
+  shlibpath_overrides_runpath=yes
+  ;;
+
+*nto* | *qnx*)
+  version_type=qnx
+  need_lib_prefix=no
+  need_version=no
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
+  soname_spec='${libname}${release}${shared_ext}$major'
+  shlibpath_var=LD_LIBRARY_PATH
+  shlibpath_overrides_runpath=no
+  hardcode_into_libs=yes
+  dynamic_linker='ldqnx.so'
+  ;;
+
+openbsd*)
+  version_type=sunos
+  sys_lib_dlsearch_path_spec="/usr/lib"
+  need_lib_prefix=no
+  # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
+  case $host_os in
+    openbsd3.3 | openbsd3.3.*)	need_version=yes ;;
+    *)				need_version=no  ;;
+  esac
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
+  finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
+  shlibpath_var=LD_LIBRARY_PATH
+  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
+    case $host_os in
+      openbsd2.[[89]] | openbsd2.[[89]].*)
+	shlibpath_overrides_runpath=no
+	;;
+      *)
+	shlibpath_overrides_runpath=yes
+	;;
+      esac
+  else
+    shlibpath_overrides_runpath=yes
+  fi
+  ;;
+
+os2*)
+  libname_spec='$name'
+  shrext_cmds=".dll"
+  need_lib_prefix=no
+  library_names_spec='$libname${shared_ext} $libname.a'
+  dynamic_linker='OS/2 ld.exe'
+  shlibpath_var=LIBPATH
+  ;;
+
+osf3* | osf4* | osf5*)
+  version_type=osf
+  need_lib_prefix=no
+  need_version=no
+  soname_spec='${libname}${release}${shared_ext}$major'
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
+  shlibpath_var=LD_LIBRARY_PATH
+  sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
+  sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
+  ;;
+
+rdos*)
+  dynamic_linker=no
+  ;;
+
+solaris*)
+  version_type=linux # correct to gnu/linux during the next big refactor
+  need_lib_prefix=no
+  need_version=no
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
+  soname_spec='${libname}${release}${shared_ext}$major'
+  shlibpath_var=LD_LIBRARY_PATH
+  shlibpath_overrides_runpath=yes
+  hardcode_into_libs=yes
+  # ldd complains unless libraries are executable
+  postinstall_cmds='chmod +x $lib'
+  ;;
+
+sunos4*)
+  version_type=sunos
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
+  finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
+  shlibpath_var=LD_LIBRARY_PATH
+  shlibpath_overrides_runpath=yes
+  if test "$with_gnu_ld" = yes; then
+    need_lib_prefix=no
+  fi
+  need_version=yes
+  ;;
+
+sysv4 | sysv4.3*)
+  version_type=linux # correct to gnu/linux during the next big refactor
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
+  soname_spec='${libname}${release}${shared_ext}$major'
+  shlibpath_var=LD_LIBRARY_PATH
+  case $host_vendor in
+    sni)
+      shlibpath_overrides_runpath=no
+      need_lib_prefix=no
+      runpath_var=LD_RUN_PATH
+      ;;
+    siemens)
+      need_lib_prefix=no
+      ;;
+    motorola)
+      need_lib_prefix=no
+      need_version=no
+      shlibpath_overrides_runpath=no
+      sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
+      ;;
+  esac
+  ;;
+
+sysv4*MP*)
+  if test -d /usr/nec ;then
+    version_type=linux # correct to gnu/linux during the next big refactor
+    library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
+    soname_spec='$libname${shared_ext}.$major'
+    shlibpath_var=LD_LIBRARY_PATH
+  fi
+  ;;
+
+sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
+  version_type=freebsd-elf
+  need_lib_prefix=no
+  need_version=no
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
+  soname_spec='${libname}${release}${shared_ext}$major'
+  shlibpath_var=LD_LIBRARY_PATH
+  shlibpath_overrides_runpath=yes
+  hardcode_into_libs=yes
+  if test "$with_gnu_ld" = yes; then
+    sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
+  else
+    sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
+    case $host_os in
+      sco3.2v5*)
+        sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
+	;;
+    esac
+  fi
+  sys_lib_dlsearch_path_spec='/usr/lib'
+  ;;
+
+tpf*)
+  # TPF is a cross-target only.  Preferred cross-host = GNU/Linux.
+  version_type=linux # correct to gnu/linux during the next big refactor
+  need_lib_prefix=no
+  need_version=no
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
+  shlibpath_var=LD_LIBRARY_PATH
+  shlibpath_overrides_runpath=no
+  hardcode_into_libs=yes
+  ;;
+
+uts4*)
+  version_type=linux # correct to gnu/linux during the next big refactor
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
+  soname_spec='${libname}${release}${shared_ext}$major'
+  shlibpath_var=LD_LIBRARY_PATH
+  ;;
+
+*)
+  dynamic_linker=no
+  ;;
+esac
+AC_MSG_RESULT([$dynamic_linker])
+test "$dynamic_linker" = no && can_build_shared=no
+
+variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
+if test "$GCC" = yes; then
+  variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
+fi
+
+if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
+  sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
+fi
+if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
+  sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
+fi
+
+_LT_DECL([], [variables_saved_for_relink], [1],
+    [Variables whose values should be saved in libtool wrapper scripts and
+    restored at link time])
+_LT_DECL([], [need_lib_prefix], [0],
+    [Do we need the "lib" prefix for modules?])
+_LT_DECL([], [need_version], [0], [Do we need a version for libraries?])
+_LT_DECL([], [version_type], [0], [Library versioning type])
+_LT_DECL([], [runpath_var], [0],  [Shared library runtime path variable])
+_LT_DECL([], [shlibpath_var], [0],[Shared library path variable])
+_LT_DECL([], [shlibpath_overrides_runpath], [0],
+    [Is shlibpath searched before the hard-coded library search path?])
+_LT_DECL([], [libname_spec], [1], [Format of library name prefix])
+_LT_DECL([], [library_names_spec], [1],
+    [[List of archive names.  First name is the real one, the rest are links.
+    The last name is the one that the linker finds with -lNAME]])
+_LT_DECL([], [soname_spec], [1],
+    [[The coded name of the library, if different from the real name]])
+_LT_DECL([], [install_override_mode], [1],
+    [Permission mode override for installation of shared libraries])
+_LT_DECL([], [postinstall_cmds], [2],
+    [Command to use after installation of a shared archive])
+_LT_DECL([], [postuninstall_cmds], [2],
+    [Command to use after uninstallation of a shared archive])
+_LT_DECL([], [finish_cmds], [2],
+    [Commands used to finish a libtool library installation in a directory])
+_LT_DECL([], [finish_eval], [1],
+    [[As "finish_cmds", except a single script fragment to be evaled but
+    not shown]])
+_LT_DECL([], [hardcode_into_libs], [0],
+    [Whether we should hardcode library paths into libraries])
+_LT_DECL([], [sys_lib_search_path_spec], [2],
+    [Compile-time system search path for libraries])
+_LT_DECL([], [sys_lib_dlsearch_path_spec], [2],
+    [Run-time system search path for libraries])
+])# _LT_SYS_DYNAMIC_LINKER
+
+
+# _LT_PATH_TOOL_PREFIX(TOOL)
+# --------------------------
+# find a file program which can recognize shared library
+AC_DEFUN([_LT_PATH_TOOL_PREFIX],
+[m4_require([_LT_DECL_EGREP])dnl
+AC_MSG_CHECKING([for $1])
+AC_CACHE_VAL(lt_cv_path_MAGIC_CMD,
+[case $MAGIC_CMD in
+[[\\/*] |  ?:[\\/]*])
+  lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
+  ;;
+*)
+  lt_save_MAGIC_CMD="$MAGIC_CMD"
+  lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
+dnl $ac_dummy forces splitting on constant user-supplied paths.
+dnl POSIX.2 word splitting is done only on the output of word expansions,
+dnl not every word.  This closes a longstanding sh security hole.
+  ac_dummy="m4_if([$2], , $PATH, [$2])"
+  for ac_dir in $ac_dummy; do
+    IFS="$lt_save_ifs"
+    test -z "$ac_dir" && ac_dir=.
+    if test -f $ac_dir/$1; then
+      lt_cv_path_MAGIC_CMD="$ac_dir/$1"
+      if test -n "$file_magic_test_file"; then
+	case $deplibs_check_method in
+	"file_magic "*)
+	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
+	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
+	  if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
+	    $EGREP "$file_magic_regex" > /dev/null; then
+	    :
+	  else
+	    cat <<_LT_EOF 1>&2
+
+*** Warning: the command libtool uses to detect shared libraries,
+*** $file_magic_cmd, produces output that libtool cannot recognize.
+*** The result is that libtool may fail to recognize shared libraries
+*** as such.  This will affect the creation of libtool libraries that
+*** depend on shared libraries, but programs linked with such libtool
+*** libraries will work regardless of this problem.  Nevertheless, you
+*** may want to report the problem to your system manager and/or to
+*** bug-libtool at gnu.org
+
+_LT_EOF
+	  fi ;;
+	esac
+      fi
+      break
+    fi
+  done
+  IFS="$lt_save_ifs"
+  MAGIC_CMD="$lt_save_MAGIC_CMD"
+  ;;
+esac])
+MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
+if test -n "$MAGIC_CMD"; then
+  AC_MSG_RESULT($MAGIC_CMD)
+else
+  AC_MSG_RESULT(no)
+fi
+_LT_DECL([], [MAGIC_CMD], [0],
+	 [Used to examine libraries when file_magic_cmd begins with "file"])dnl
+])# _LT_PATH_TOOL_PREFIX
+
+# Old name:
+AU_ALIAS([AC_PATH_TOOL_PREFIX], [_LT_PATH_TOOL_PREFIX])
+dnl aclocal-1.4 backwards compatibility:
+dnl AC_DEFUN([AC_PATH_TOOL_PREFIX], [])
+
+
+# _LT_PATH_MAGIC
+# --------------
+# find a file program which can recognize a shared library
+m4_defun([_LT_PATH_MAGIC],
+[_LT_PATH_TOOL_PREFIX(${ac_tool_prefix}file, /usr/bin$PATH_SEPARATOR$PATH)
+if test -z "$lt_cv_path_MAGIC_CMD"; then
+  if test -n "$ac_tool_prefix"; then
+    _LT_PATH_TOOL_PREFIX(file, /usr/bin$PATH_SEPARATOR$PATH)
+  else
+    MAGIC_CMD=:
+  fi
+fi
+])# _LT_PATH_MAGIC
+
+
+# LT_PATH_LD
+# ----------
+# find the pathname to the GNU or non-GNU linker
+AC_DEFUN([LT_PATH_LD],
+[AC_REQUIRE([AC_PROG_CC])dnl
+AC_REQUIRE([AC_CANONICAL_HOST])dnl
+AC_REQUIRE([AC_CANONICAL_BUILD])dnl
+m4_require([_LT_DECL_SED])dnl
+m4_require([_LT_DECL_EGREP])dnl
+m4_require([_LT_PROG_ECHO_BACKSLASH])dnl
+
+AC_ARG_WITH([gnu-ld],
+    [AS_HELP_STRING([--with-gnu-ld],
+	[assume the C compiler uses GNU ld @<:@default=no@:>@])],
+    [test "$withval" = no || with_gnu_ld=yes],
+    [with_gnu_ld=no])dnl
+
+ac_prog=ld
+if test "$GCC" = yes; then
+  # Check if gcc -print-prog-name=ld gives a path.
+  AC_MSG_CHECKING([for ld used by $CC])
+  case $host in
+  *-*-mingw*)
+    # gcc leaves a trailing carriage return which upsets mingw
+    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
+  *)
+    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
+  esac
+  case $ac_prog in
+    # Accept absolute paths.
+    [[\\/]]* | ?:[[\\/]]*)
+      re_direlt='/[[^/]][[^/]]*/\.\./'
+      # Canonicalize the pathname of ld
+      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
+      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
+	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
+      done
+      test -z "$LD" && LD="$ac_prog"
+      ;;
+  "")
+    # If it fails, then pretend we aren't using GCC.
+    ac_prog=ld
+    ;;
+  *)
+    # If it is relative, then search for the first ld in PATH.
+    with_gnu_ld=unknown
+    ;;
+  esac
+elif test "$with_gnu_ld" = yes; then
+  AC_MSG_CHECKING([for GNU ld])
+else
+  AC_MSG_CHECKING([for non-GNU ld])
+fi
+AC_CACHE_VAL(lt_cv_path_LD,
+[if test -z "$LD"; then
+  lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
+  for ac_dir in $PATH; do
+    IFS="$lt_save_ifs"
+    test -z "$ac_dir" && ac_dir=.
+    if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
+      lt_cv_path_LD="$ac_dir/$ac_prog"
+      # Check to see if the program is GNU ld.  I'd rather use --version,
+      # but apparently some variants of GNU ld only accept -v.
+      # Break only if it was the GNU/non-GNU ld that we prefer.
+      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
+      *GNU* | *'with BFD'*)
+	test "$with_gnu_ld" != no && break
+	;;
+      *)
+	test "$with_gnu_ld" != yes && break
+	;;
+      esac
+    fi
+  done
+  IFS="$lt_save_ifs"
+else
+  lt_cv_path_LD="$LD" # Let the user override the test with a path.
+fi])
+LD="$lt_cv_path_LD"
+if test -n "$LD"; then
+  AC_MSG_RESULT($LD)
+else
+  AC_MSG_RESULT(no)
+fi
+test -z "$LD" && AC_MSG_ERROR([no acceptable ld found in \$PATH])
+_LT_PATH_LD_GNU
+AC_SUBST([LD])
+
+_LT_TAGDECL([], [LD], [1], [The linker used to build libraries])
+])# LT_PATH_LD
+
+# Old names:
+AU_ALIAS([AM_PROG_LD], [LT_PATH_LD])
+AU_ALIAS([AC_PROG_LD], [LT_PATH_LD])
+dnl aclocal-1.4 backwards compatibility:
+dnl AC_DEFUN([AM_PROG_LD], [])
+dnl AC_DEFUN([AC_PROG_LD], [])
+
+
+# _LT_PATH_LD_GNU
+#- --------------
+m4_defun([_LT_PATH_LD_GNU],
+[AC_CACHE_CHECK([if the linker ($LD) is GNU ld], lt_cv_prog_gnu_ld,
+[# I'd rather use --version here, but apparently some GNU lds only accept -v.
+case `$LD -v 2>&1 </dev/null` in
+*GNU* | *'with BFD'*)
+  lt_cv_prog_gnu_ld=yes
+  ;;
+*)
+  lt_cv_prog_gnu_ld=no
+  ;;
+esac])
+with_gnu_ld=$lt_cv_prog_gnu_ld
+])# _LT_PATH_LD_GNU
+
+
+# _LT_CMD_RELOAD
+# --------------
+# find reload flag for linker
+#   -- PORTME Some linkers may need a different reload flag.
+m4_defun([_LT_CMD_RELOAD],
+[AC_CACHE_CHECK([for $LD option to reload object files],
+  lt_cv_ld_reload_flag,
+  [lt_cv_ld_reload_flag='-r'])
+reload_flag=$lt_cv_ld_reload_flag
+case $reload_flag in
+"" | " "*) ;;
+*) reload_flag=" $reload_flag" ;;
+esac
+reload_cmds='$LD$reload_flag -o $output$reload_objs'
+case $host_os in
+  cygwin* | mingw* | pw32* | cegcc*)
+    if test "$GCC" != yes; then
+      reload_cmds=false
+    fi
+    ;;
+  darwin*)
+    if test "$GCC" = yes; then
+      reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
+    else
+      reload_cmds='$LD$reload_flag -o $output$reload_objs'
+    fi
+    ;;
+esac
+_LT_TAGDECL([], [reload_flag], [1], [How to create reloadable object files])dnl
+_LT_TAGDECL([], [reload_cmds], [2])dnl
+])# _LT_CMD_RELOAD
+
+
+# _LT_CHECK_MAGIC_METHOD
+# ----------------------
+# how to check for library dependencies
+#  -- PORTME fill in with the dynamic library characteristics
+m4_defun([_LT_CHECK_MAGIC_METHOD],
+[m4_require([_LT_DECL_EGREP])
+m4_require([_LT_DECL_OBJDUMP])
+AC_CACHE_CHECK([how to recognize dependent libraries],
+lt_cv_deplibs_check_method,
+[lt_cv_file_magic_cmd='$MAGIC_CMD'
+lt_cv_file_magic_test_file=
+lt_cv_deplibs_check_method='unknown'
+# Need to set the preceding variable on all platforms that support
+# interlibrary dependencies.
+# 'none' -- dependencies not supported.
+# `unknown' -- same as none, but documents that we really don't know.
+# 'pass_all' -- all dependencies passed with no checks.
+# 'test_compile' -- check by making test program.
+# 'file_magic [[regex]]' -- check by looking for files in library path
+# which responds to the $file_magic_cmd with a given extended regex.
+# If you have `file' or equivalent on your system and you're not sure
+# whether `pass_all' will *always* work, you probably want this one.
+
+case $host_os in
+aix[[4-9]]*)
+  lt_cv_deplibs_check_method=pass_all
+  ;;
+
+beos*)
+  lt_cv_deplibs_check_method=pass_all
+  ;;
+
+bsdi[[45]]*)
+  lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[ML]]SB (shared object|dynamic lib)'
+  lt_cv_file_magic_cmd='/usr/bin/file -L'
+  lt_cv_file_magic_test_file=/shlib/libc.so
+  ;;
+
+cygwin*)
+  # func_win32_libid is a shell function defined in ltmain.sh
+  lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
+  lt_cv_file_magic_cmd='func_win32_libid'
+  ;;
+
+mingw* | pw32*)
+  # Base MSYS/MinGW do not provide the 'file' command needed by
+  # func_win32_libid shell function, so use a weaker test based on 'objdump',
+  # unless we find 'file', for example because we are cross-compiling.
+  # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
+  if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then
+    lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
+    lt_cv_file_magic_cmd='func_win32_libid'
+  else
+    # Keep this pattern in sync with the one in func_win32_libid.
+    lt_cv_deplibs_check_method='file_magic file format (pei*-i386(.*architecture: i386)?|pe-arm-wince|pe-x86-64)'
+    lt_cv_file_magic_cmd='$OBJDUMP -f'
+  fi
+  ;;
+
+cegcc*)
+  # use the weaker test based on 'objdump'. See mingw*.
+  lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
+  lt_cv_file_magic_cmd='$OBJDUMP -f'
+  ;;
+
+darwin* | rhapsody*)
+  lt_cv_deplibs_check_method=pass_all
+  ;;
+
+freebsd* | dragonfly*)
+  if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
+    case $host_cpu in
+    i*86 )
+      # Not sure whether the presence of OpenBSD here was a mistake.
+      # Let's accept both of them until this is cleared up.
+      lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[[3-9]]86 (compact )?demand paged shared library'
+      lt_cv_file_magic_cmd=/usr/bin/file
+      lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
+      ;;
+    esac
+  else
+    lt_cv_deplibs_check_method=pass_all
+  fi
+  ;;
+
+gnu*)
+  lt_cv_deplibs_check_method=pass_all
+  ;;
+
+haiku*)
+  lt_cv_deplibs_check_method=pass_all
+  ;;
+
+hpux10.20* | hpux11*)
+  lt_cv_file_magic_cmd=/usr/bin/file
+  case $host_cpu in
+  ia64*)
+    lt_cv_deplibs_check_method='file_magic (s[[0-9]][[0-9]][[0-9]]|ELF-[[0-9]][[0-9]]) shared object file - IA64'
+    lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
+    ;;
+  hppa*64*)
+    [lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF[ -][0-9][0-9])(-bit)?( [LM]SB)? shared object( file)?[, -]* PA-RISC [0-9]\.[0-9]']
+    lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
+    ;;
+  *)
+    lt_cv_deplibs_check_method='file_magic (s[[0-9]][[0-9]][[0-9]]|PA-RISC[[0-9]]\.[[0-9]]) shared library'
+    lt_cv_file_magic_test_file=/usr/lib/libc.sl
+    ;;
+  esac
+  ;;
+
+interix[[3-9]]*)
+  # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
+  lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so|\.a)$'
+  ;;
+
+irix5* | irix6* | nonstopux*)
+  case $LD in
+  *-32|*"-32 ") libmagic=32-bit;;
+  *-n32|*"-n32 ") libmagic=N32;;
+  *-64|*"-64 ") libmagic=64-bit;;
+  *) libmagic=never-match;;
+  esac
+  lt_cv_deplibs_check_method=pass_all
+  ;;
+
+# This must be glibc/ELF.
+linux* | k*bsd*-gnu | kopensolaris*-gnu)
+  lt_cv_deplibs_check_method=pass_all
+  ;;
+
+netbsd*)
+  if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
+    lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|_pic\.a)$'
+  else
+    lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so|_pic\.a)$'
+  fi
+  ;;
+
+newos6*)
+  lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[ML]]SB (executable|dynamic lib)'
+  lt_cv_file_magic_cmd=/usr/bin/file
+  lt_cv_file_magic_test_file=/usr/lib/libnls.so
+  ;;
+
+*nto* | *qnx*)
+  lt_cv_deplibs_check_method=pass_all
+  ;;
+
+openbsd*)
+  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
+    lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|\.so|_pic\.a)$'
+  else
+    lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|_pic\.a)$'
+  fi
+  ;;
+
+osf3* | osf4* | osf5*)
+  lt_cv_deplibs_check_method=pass_all
+  ;;
+
+rdos*)
+  lt_cv_deplibs_check_method=pass_all
+  ;;
+
+solaris*)
+  lt_cv_deplibs_check_method=pass_all
+  ;;
+
+sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
+  lt_cv_deplibs_check_method=pass_all
+  ;;
+
+sysv4 | sysv4.3*)
+  case $host_vendor in
+  motorola)
+    lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[ML]]SB (shared object|dynamic lib) M[[0-9]][[0-9]]* Version [[0-9]]'
+    lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
+    ;;
+  ncr)
+    lt_cv_deplibs_check_method=pass_all
+    ;;
+  sequent)
+    lt_cv_file_magic_cmd='/bin/file'
+    lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB (shared object|dynamic lib )'
+    ;;
+  sni)
+    lt_cv_file_magic_cmd='/bin/file'
+    lt_cv_deplibs_check_method="file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB dynamic lib"
+    lt_cv_file_magic_test_file=/lib/libc.so
+    ;;
+  siemens)
+    lt_cv_deplibs_check_method=pass_all
+    ;;
+  pc)
+    lt_cv_deplibs_check_method=pass_all
+    ;;
+  esac
+  ;;
+
+tpf*)
+  lt_cv_deplibs_check_method=pass_all
+  ;;
+esac
+])
+
+file_magic_glob=
+want_nocaseglob=no
+if test "$build" = "$host"; then
+  case $host_os in
+  mingw* | pw32*)
+    if ( shopt | grep nocaseglob ) >/dev/null 2>&1; then
+      want_nocaseglob=yes
+    else
+      file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[[\1]]\/[[\1]]\/g;/g"`
+    fi
+    ;;
+  esac
+fi
+
+file_magic_cmd=$lt_cv_file_magic_cmd
+deplibs_check_method=$lt_cv_deplibs_check_method
+test -z "$deplibs_check_method" && deplibs_check_method=unknown
+
+_LT_DECL([], [deplibs_check_method], [1],
+    [Method to check whether dependent libraries are shared objects])
+_LT_DECL([], [file_magic_cmd], [1],
+    [Command to use when deplibs_check_method = "file_magic"])
+_LT_DECL([], [file_magic_glob], [1],
+    [How to find potential files when deplibs_check_method = "file_magic"])
+_LT_DECL([], [want_nocaseglob], [1],
+    [Find potential files using nocaseglob when deplibs_check_method = "file_magic"])
+])# _LT_CHECK_MAGIC_METHOD
+
+
+# LT_PATH_NM
+# ----------
+# find the pathname to a BSD- or MS-compatible name lister
+AC_DEFUN([LT_PATH_NM],
+[AC_REQUIRE([AC_PROG_CC])dnl
+AC_CACHE_CHECK([for BSD- or MS-compatible name lister (nm)], lt_cv_path_NM,
+[if test -n "$NM"; then
+  # Let the user override the test.
+  lt_cv_path_NM="$NM"
+else
+  lt_nm_to_check="${ac_tool_prefix}nm"
+  if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
+    lt_nm_to_check="$lt_nm_to_check nm"
+  fi
+  for lt_tmp_nm in $lt_nm_to_check; do
+    lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
+    for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
+      IFS="$lt_save_ifs"
+      test -z "$ac_dir" && ac_dir=.
+      tmp_nm="$ac_dir/$lt_tmp_nm"
+      if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
+	# Check to see if the nm accepts a BSD-compat flag.
+	# Adding the `sed 1q' prevents false positives on HP-UX, which says:
+	#   nm: unknown option "B" ignored
+	# Tru64's nm complains that /dev/null is an invalid object file
+	case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
+	*/dev/null* | *'Invalid file or object type'*)
+	  lt_cv_path_NM="$tmp_nm -B"
+	  break
+	  ;;
+	*)
+	  case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
+	  */dev/null*)
+	    lt_cv_path_NM="$tmp_nm -p"
+	    break
+	    ;;
+	  *)
+	    lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
+	    continue # so that we can try to find one that supports BSD flags
+	    ;;
+	  esac
+	  ;;
+	esac
+      fi
+    done
+    IFS="$lt_save_ifs"
+  done
+  : ${lt_cv_path_NM=no}
+fi])
+if test "$lt_cv_path_NM" != "no"; then
+  NM="$lt_cv_path_NM"
+else
+  # Didn't find any BSD compatible name lister, look for dumpbin.
+  if test -n "$DUMPBIN"; then :
+    # Let the user override the test.
+  else
+    AC_CHECK_TOOLS(DUMPBIN, [dumpbin "link -dump"], :)
+    case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
+    *COFF*)
+      DUMPBIN="$DUMPBIN -symbols"
+      ;;
+    *)
+      DUMPBIN=:
+      ;;
+    esac
+  fi
+  AC_SUBST([DUMPBIN])
+  if test "$DUMPBIN" != ":"; then
+    NM="$DUMPBIN"
+  fi
+fi
+test -z "$NM" && NM=nm
+AC_SUBST([NM])
+_LT_DECL([], [NM], [1], [A BSD- or MS-compatible name lister])dnl
+
+AC_CACHE_CHECK([the name lister ($NM) interface], [lt_cv_nm_interface],
+  [lt_cv_nm_interface="BSD nm"
+  echo "int some_variable = 0;" > conftest.$ac_ext
+  (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&AS_MESSAGE_LOG_FD)
+  (eval "$ac_compile" 2>conftest.err)
+  cat conftest.err >&AS_MESSAGE_LOG_FD
+  (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&AS_MESSAGE_LOG_FD)
+  (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
+  cat conftest.err >&AS_MESSAGE_LOG_FD
+  (eval echo "\"\$as_me:$LINENO: output\"" >&AS_MESSAGE_LOG_FD)
+  cat conftest.out >&AS_MESSAGE_LOG_FD
+  if $GREP 'External.*some_variable' conftest.out > /dev/null; then
+    lt_cv_nm_interface="MS dumpbin"
+  fi
+  rm -f conftest*])
+])# LT_PATH_NM
+
+# Old names:
+AU_ALIAS([AM_PROG_NM], [LT_PATH_NM])
+AU_ALIAS([AC_PROG_NM], [LT_PATH_NM])
+dnl aclocal-1.4 backwards compatibility:
+dnl AC_DEFUN([AM_PROG_NM], [])
+dnl AC_DEFUN([AC_PROG_NM], [])
+
+# _LT_CHECK_SHAREDLIB_FROM_LINKLIB
+# --------------------------------
+# how to determine the name of the shared library
+# associated with a specific link library.
+#  -- PORTME fill in with the dynamic library characteristics
+m4_defun([_LT_CHECK_SHAREDLIB_FROM_LINKLIB],
+[m4_require([_LT_DECL_EGREP])
+m4_require([_LT_DECL_OBJDUMP])
+m4_require([_LT_DECL_DLLTOOL])
+AC_CACHE_CHECK([how to associate runtime and link libraries],
+lt_cv_sharedlib_from_linklib_cmd,
+[lt_cv_sharedlib_from_linklib_cmd='unknown'
+
+case $host_os in
+cygwin* | mingw* | pw32* | cegcc*)
+  # two different shell functions defined in ltmain.sh
+  # decide which to use based on capabilities of $DLLTOOL
+  case `$DLLTOOL --help 2>&1` in
+  *--identify-strict*)
+    lt_cv_sharedlib_from_linklib_cmd=func_cygming_dll_for_implib
+    ;;
+  *)
+    lt_cv_sharedlib_from_linklib_cmd=func_cygming_dll_for_implib_fallback
+    ;;
+  esac
+  ;;
+*)
+  # fallback: assume linklib IS sharedlib
+  lt_cv_sharedlib_from_linklib_cmd="$ECHO"
+  ;;
+esac
+])
+sharedlib_from_linklib_cmd=$lt_cv_sharedlib_from_linklib_cmd
+test -z "$sharedlib_from_linklib_cmd" && sharedlib_from_linklib_cmd=$ECHO
+
+_LT_DECL([], [sharedlib_from_linklib_cmd], [1],
+    [Command to associate shared and link libraries])
+])# _LT_CHECK_SHAREDLIB_FROM_LINKLIB
+
+
+# _LT_PATH_MANIFEST_TOOL
+# ----------------------
+# locate the manifest tool
+m4_defun([_LT_PATH_MANIFEST_TOOL],
+[AC_CHECK_TOOL(MANIFEST_TOOL, mt, :)
+test -z "$MANIFEST_TOOL" && MANIFEST_TOOL=mt
+AC_CACHE_CHECK([if $MANIFEST_TOOL is a manifest tool], [lt_cv_path_mainfest_tool],
+  [lt_cv_path_mainfest_tool=no
+  echo "$as_me:$LINENO: $MANIFEST_TOOL '-?'" >&AS_MESSAGE_LOG_FD
+  $MANIFEST_TOOL '-?' 2>conftest.err > conftest.out
+  cat conftest.err >&AS_MESSAGE_LOG_FD
+  if $GREP 'Manifest Tool' conftest.out > /dev/null; then
+    lt_cv_path_mainfest_tool=yes
+  fi
+  rm -f conftest*])
+if test "x$lt_cv_path_mainfest_tool" != xyes; then
+  MANIFEST_TOOL=:
+fi
+_LT_DECL([], [MANIFEST_TOOL], [1], [Manifest tool])dnl
+])# _LT_PATH_MANIFEST_TOOL
+
+
+# LT_LIB_M
+# --------
+# check for math library
+AC_DEFUN([LT_LIB_M],
+[AC_REQUIRE([AC_CANONICAL_HOST])dnl
+LIBM=
+case $host in
+*-*-beos* | *-*-cegcc* | *-*-cygwin* | *-*-haiku* | *-*-pw32* | *-*-darwin*)
+  # These system don't have libm, or don't need it
+  ;;
+*-ncr-sysv4.3*)
+  AC_CHECK_LIB(mw, _mwvalidcheckl, LIBM="-lmw")
+  AC_CHECK_LIB(m, cos, LIBM="$LIBM -lm")
+  ;;
+*)
+  AC_CHECK_LIB(m, cos, LIBM="-lm")
+  ;;
+esac
+AC_SUBST([LIBM])
+])# LT_LIB_M
+
+# Old name:
+AU_ALIAS([AC_CHECK_LIBM], [LT_LIB_M])
+dnl aclocal-1.4 backwards compatibility:
+dnl AC_DEFUN([AC_CHECK_LIBM], [])
+
+
+# _LT_COMPILER_NO_RTTI([TAGNAME])
+# -------------------------------
+m4_defun([_LT_COMPILER_NO_RTTI],
+[m4_require([_LT_TAG_COMPILER])dnl
+
+_LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=
+
+if test "$GCC" = yes; then
+  case $cc_basename in
+  nvcc*)
+    _LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=' -Xcompiler -fno-builtin' ;;
+  *)
+    _LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=' -fno-builtin' ;;
+  esac
+
+  _LT_COMPILER_OPTION([if $compiler supports -fno-rtti -fno-exceptions],
+    lt_cv_prog_compiler_rtti_exceptions,
+    [-fno-rtti -fno-exceptions], [],
+    [_LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)="$_LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1) -fno-rtti -fno-exceptions"])
+fi
+_LT_TAGDECL([no_builtin_flag], [lt_prog_compiler_no_builtin_flag], [1],
+	[Compiler flag to turn off builtin functions])
+])# _LT_COMPILER_NO_RTTI
+
+
+# _LT_CMD_GLOBAL_SYMBOLS
+# ----------------------
+m4_defun([_LT_CMD_GLOBAL_SYMBOLS],
+[AC_REQUIRE([AC_CANONICAL_HOST])dnl
+AC_REQUIRE([AC_PROG_CC])dnl
+AC_REQUIRE([AC_PROG_AWK])dnl
+AC_REQUIRE([LT_PATH_NM])dnl
+AC_REQUIRE([LT_PATH_LD])dnl
+m4_require([_LT_DECL_SED])dnl
+m4_require([_LT_DECL_EGREP])dnl
+m4_require([_LT_TAG_COMPILER])dnl
+
+# Check for command to grab the raw symbol name followed by C symbol from nm.
+AC_MSG_CHECKING([command to parse $NM output from $compiler object])
+AC_CACHE_VAL([lt_cv_sys_global_symbol_pipe],
+[
+# These are sane defaults that work on at least a few old systems.
+# [They come from Ultrix.  What could be older than Ultrix?!! ;)]
+
+# Character class describing NM global symbol codes.
+symcode='[[BCDEGRST]]'
+
+# Regexp to match symbols that can be accessed directly from C.
+sympat='\([[_A-Za-z]][[_A-Za-z0-9]]*\)'
+
+# Define system-specific variables.
+case $host_os in
+aix*)
+  symcode='[[BCDT]]'
+  ;;
+cygwin* | mingw* | pw32* | cegcc*)
+  symcode='[[ABCDGISTW]]'
+  ;;
+hpux*)
+  if test "$host_cpu" = ia64; then
+    symcode='[[ABCDEGRST]]'
+  fi
+  ;;
+irix* | nonstopux*)
+  symcode='[[BCDEGRST]]'
+  ;;
+osf*)
+  symcode='[[BCDEGQRST]]'
+  ;;
+solaris*)
+  symcode='[[BDRT]]'
+  ;;
+sco3.2v5*)
+  symcode='[[DT]]'
+  ;;
+sysv4.2uw2*)
+  symcode='[[DT]]'
+  ;;
+sysv5* | sco5v6* | unixware* | OpenUNIX*)
+  symcode='[[ABDT]]'
+  ;;
+sysv4)
+  symcode='[[DFNSTU]]'
+  ;;
+esac
+
+# If we're using GNU nm, then use its standard symbol codes.
+case `$NM -V 2>&1` in
+*GNU* | *'with BFD'*)
+  symcode='[[ABCDGIRSTW]]' ;;
+esac
+
+# Transform an extracted symbol line into a proper C declaration.
+# Some systems (esp. on ia64) link data and code symbols differently,
+# so use this general approach.
+lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
+
+# Transform an extracted symbol line into symbol name and symbol address
+lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([[^ ]]*\)[[ ]]*$/  {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([[^ ]]*\) \([[^ ]]*\)$/  {\"\2\", (void *) \&\2},/p'"
+lt_cv_sys_global_symbol_to_c_name_address_lib_prefix="sed -n -e 's/^: \([[^ ]]*\)[[ ]]*$/  {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([[^ ]]*\) \(lib[[^ ]]*\)$/  {\"\2\", (void *) \&\2},/p' -e 's/^$symcode* \([[^ ]]*\) \([[^ ]]*\)$/  {\"lib\2\", (void *) \&\2},/p'"
+
+# Handle CRLF in mingw tool chain
+opt_cr=
+case $build_os in
+mingw*)
+  opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
+  ;;
+esac
+
+# Try without a prefix underscore, then with it.
+for ac_symprfx in "" "_"; do
+
+  # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
+  symxfrm="\\1 $ac_symprfx\\2 \\2"
+
+  # Write the raw and C identifiers.
+  if test "$lt_cv_nm_interface" = "MS dumpbin"; then
+    # Fake it for dumpbin and say T for any non-static function
+    # and D for any global variable.
+    # Also find C++ and __fastcall symbols from MSVC++,
+    # which start with @ or ?.
+    lt_cv_sys_global_symbol_pipe="$AWK ['"\
+"     {last_section=section; section=\$ 3};"\
+"     /^COFF SYMBOL TABLE/{for(i in hide) delete hide[i]};"\
+"     /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
+"     \$ 0!~/External *\|/{next};"\
+"     / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
+"     {if(hide[section]) next};"\
+"     {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
+"     {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
+"     s[1]~/^[@?]/{print s[1], s[1]; next};"\
+"     s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
+"     ' prfx=^$ac_symprfx]"
+  else
+    lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[[	 ]]\($symcode$symcode*\)[[	 ]][[	 ]]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
+  fi
+  lt_cv_sys_global_symbol_pipe="$lt_cv_sys_global_symbol_pipe | sed '/ __gnu_lto/d'"
+
+  # Check to see that the pipe works correctly.
+  pipe_works=no
+
+  rm -f conftest*
+  cat > conftest.$ac_ext <<_LT_EOF
+#ifdef __cplusplus
+extern "C" {
+#endif
+char nm_test_var;
+void nm_test_func(void);
+void nm_test_func(void){}
+#ifdef __cplusplus
+}
+#endif
+int main(){nm_test_var='a';nm_test_func();return(0);}
+_LT_EOF
+
+  if AC_TRY_EVAL(ac_compile); then
+    # Now try to grab the symbols.
+    nlist=conftest.nm
+    if AC_TRY_EVAL(NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) && test -s "$nlist"; then
+      # Try sorting and uniquifying the output.
+      if sort "$nlist" | uniq > "$nlist"T; then
+	mv -f "$nlist"T "$nlist"
+      else
+	rm -f "$nlist"T
+      fi
+
+      # Make sure that we snagged all the symbols we need.
+      if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
+	if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
+	  cat <<_LT_EOF > conftest.$ac_ext
+/* Keep this code in sync between libtool.m4, ltmain, lt_system.h, and tests.  */
+#if defined(_WIN32) || defined(__CYGWIN__) || defined(_WIN32_WCE)
+/* DATA imports from DLLs on WIN32 con't be const, because runtime
+   relocations are performed -- see ld's documentation on pseudo-relocs.  */
+# define LT@&t at _DLSYM_CONST
+#elif defined(__osf__)
+/* This system does not cope well with relocations in const data.  */
+# define LT@&t at _DLSYM_CONST
+#else
+# define LT@&t at _DLSYM_CONST const
+#endif
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+_LT_EOF
+	  # Now generate the symbol file.
+	  eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
+
+	  cat <<_LT_EOF >> conftest.$ac_ext
+
+/* The mapping between symbol names and symbols.  */
+LT@&t at _DLSYM_CONST struct {
+  const char *name;
+  void       *address;
+}
+lt__PROGRAM__LTX_preloaded_symbols[[]] =
+{
+  { "@PROGRAM@", (void *) 0 },
+_LT_EOF
+	  $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/  {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
+	  cat <<\_LT_EOF >> conftest.$ac_ext
+  {0, (void *) 0}
+};
+
+/* This works around a problem in FreeBSD linker */
+#ifdef FREEBSD_WORKAROUND
+static const void *lt_preloaded_setup() {
+  return lt__PROGRAM__LTX_preloaded_symbols;
+}
+#endif
+
+#ifdef __cplusplus
+}
+#endif
+_LT_EOF
+	  # Now try linking the two files.
+	  mv conftest.$ac_objext conftstm.$ac_objext
+	  lt_globsym_save_LIBS=$LIBS
+	  lt_globsym_save_CFLAGS=$CFLAGS
+	  LIBS="conftstm.$ac_objext"
+	  CFLAGS="$CFLAGS$_LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)"
+	  if AC_TRY_EVAL(ac_link) && test -s conftest${ac_exeext}; then
+	    pipe_works=yes
+	  fi
+	  LIBS=$lt_globsym_save_LIBS
+	  CFLAGS=$lt_globsym_save_CFLAGS
+	else
+	  echo "cannot find nm_test_func in $nlist" >&AS_MESSAGE_LOG_FD
+	fi
+      else
+	echo "cannot find nm_test_var in $nlist" >&AS_MESSAGE_LOG_FD
+      fi
+    else
+      echo "cannot run $lt_cv_sys_global_symbol_pipe" >&AS_MESSAGE_LOG_FD
+    fi
+  else
+    echo "$progname: failed program was:" >&AS_MESSAGE_LOG_FD
+    cat conftest.$ac_ext >&5
+  fi
+  rm -rf conftest* conftst*
+
+  # Do not use the global_symbol_pipe unless it works.
+  if test "$pipe_works" = yes; then
+    break
+  else
+    lt_cv_sys_global_symbol_pipe=
+  fi
+done
+])
+if test -z "$lt_cv_sys_global_symbol_pipe"; then
+  lt_cv_sys_global_symbol_to_cdecl=
+fi
+if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
+  AC_MSG_RESULT(failed)
+else
+  AC_MSG_RESULT(ok)
+fi
+
+# Response file support.
+if test "$lt_cv_nm_interface" = "MS dumpbin"; then
+  nm_file_list_spec='@'
+elif $NM --help 2>/dev/null | grep '[[@]]FILE' >/dev/null; then
+  nm_file_list_spec='@'
+fi
+
+_LT_DECL([global_symbol_pipe], [lt_cv_sys_global_symbol_pipe], [1],
+    [Take the output of nm and produce a listing of raw symbols and C names])
+_LT_DECL([global_symbol_to_cdecl], [lt_cv_sys_global_symbol_to_cdecl], [1],
+    [Transform the output of nm in a proper C declaration])
+_LT_DECL([global_symbol_to_c_name_address],
+    [lt_cv_sys_global_symbol_to_c_name_address], [1],
+    [Transform the output of nm in a C name address pair])
+_LT_DECL([global_symbol_to_c_name_address_lib_prefix],
+    [lt_cv_sys_global_symbol_to_c_name_address_lib_prefix], [1],
+    [Transform the output of nm in a C name address pair when lib prefix is needed])
+_LT_DECL([], [nm_file_list_spec], [1],
+    [Specify filename containing input files for $NM])
+]) # _LT_CMD_GLOBAL_SYMBOLS
+
+
+# _LT_COMPILER_PIC([TAGNAME])
+# ---------------------------
+m4_defun([_LT_COMPILER_PIC],
+[m4_require([_LT_TAG_COMPILER])dnl
+_LT_TAGVAR(lt_prog_compiler_wl, $1)=
+_LT_TAGVAR(lt_prog_compiler_pic, $1)=
+_LT_TAGVAR(lt_prog_compiler_static, $1)=
+
+m4_if([$1], [CXX], [
+  # C++ specific cases for pic, static, wl, etc.
+  if test "$GXX" = yes; then
+    _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
+    _LT_TAGVAR(lt_prog_compiler_static, $1)='-static'
+
+    case $host_os in
+    aix*)
+      # All AIX code is PIC.
+      if test "$host_cpu" = ia64; then
+	# AIX 5 now supports IA64 processor
+	_LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
+      fi
+      ;;
+
+    amigaos*)
+      case $host_cpu in
+      powerpc)
+            # see comment about AmigaOS4 .so support
+            _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
+        ;;
+      m68k)
+            # FIXME: we need at least 68020 code to build shared libraries, but
+            # adding the `-m68020' flag to GCC prevents building anything better,
+            # like `-m68040'.
+            _LT_TAGVAR(lt_prog_compiler_pic, $1)='-m68020 -resident32 -malways-restore-a4'
+        ;;
+      esac
+      ;;
+
+    beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
+      # PIC is the default for these OSes.
+      ;;
+    mingw* | cygwin* | os2* | pw32* | cegcc*)
+      # This hack is so that the source file can tell whether it is being
+      # built for inclusion in a dll (and should export symbols for example).
+      # Although the cygwin gcc ignores -fPIC, still need this for old-style
+      # (--disable-auto-import) libraries
+      m4_if([$1], [GCJ], [],
+	[_LT_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT'])
+      ;;
+    darwin* | rhapsody*)
+      # PIC is the default on this platform
+      # Common symbols not allowed in MH_DYLIB files
+      _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fno-common'
+      ;;
+    *djgpp*)
+      # DJGPP does not support shared libraries at all
+      _LT_TAGVAR(lt_prog_compiler_pic, $1)=
+      ;;
+    haiku*)
+      # PIC is the default for Haiku.
+      # The "-static" flag exists, but is broken.
+      _LT_TAGVAR(lt_prog_compiler_static, $1)=
+      ;;
+    interix[[3-9]]*)
+      # Interix 3.x gcc -fpic/-fPIC options generate broken code.
+      # Instead, we relocate shared libraries at runtime.
+      ;;
+    sysv4*MP*)
+      if test -d /usr/nec; then
+	_LT_TAGVAR(lt_prog_compiler_pic, $1)=-Kconform_pic
+      fi
+      ;;
+    hpux*)
+      # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
+      # PA HP-UX.  On IA64 HP-UX, PIC is the default but the pic flag
+      # sets the default TLS model and affects inlining.
+      case $host_cpu in
+      hppa*64*)
+	;;
+      *)
+	_LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
+	;;
+      esac
+      ;;
+    *qnx* | *nto*)
+      # QNX uses GNU C++, but need to define -shared option too, otherwise
+      # it will coredump.
+      _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC -shared'
+      ;;
+    *)
+      _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
+      ;;
+    esac
+  else
+    case $host_os in
+      aix[[4-9]]*)
+	# All AIX code is PIC.
+	if test "$host_cpu" = ia64; then
+	  # AIX 5 now supports IA64 processor
+	  _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
+	else
+	  _LT_TAGVAR(lt_prog_compiler_static, $1)='-bnso -bI:/lib/syscalls.exp'
+	fi
+	;;
+      chorus*)
+	case $cc_basename in
+	cxch68*)
+	  # Green Hills C++ Compiler
+	  # _LT_TAGVAR(lt_prog_compiler_static, $1)="--no_auto_instantiation -u __main -u __premain -u _abort -r $COOL_DIR/lib/libOrb.a $MVME_DIR/lib/CC/libC.a $MVME_DIR/lib/classix/libcx.s.a"
+	  ;;
+	esac
+	;;
+      mingw* | cygwin* | os2* | pw32* | cegcc*)
+	# This hack is so that the source file can tell whether it is being
+	# built for inclusion in a dll (and should export symbols for example).
+	m4_if([$1], [GCJ], [],
+	  [_LT_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT'])
+	;;
+      dgux*)
+	case $cc_basename in
+	  ec++*)
+	    _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
+	    ;;
+	  ghcx*)
+	    # Green Hills C++ Compiler
+	    _LT_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
+	    ;;
+	  *)
+	    ;;
+	esac
+	;;
+      freebsd* | dragonfly*)
+	# FreeBSD uses GNU C++
+	;;
+      hpux9* | hpux10* | hpux11*)
+	case $cc_basename in
+	  CC*)
+	    _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
+	    _LT_TAGVAR(lt_prog_compiler_static, $1)='${wl}-a ${wl}archive'
+	    if test "$host_cpu" != ia64; then
+	      _LT_TAGVAR(lt_prog_compiler_pic, $1)='+Z'
+	    fi
+	    ;;
+	  aCC*)
+	    _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
+	    _LT_TAGVAR(lt_prog_compiler_static, $1)='${wl}-a ${wl}archive'
+	    case $host_cpu in
+	    hppa*64*|ia64*)
+	      # +Z the default
+	      ;;
+	    *)
+	      _LT_TAGVAR(lt_prog_compiler_pic, $1)='+Z'
+	      ;;
+	    esac
+	    ;;
+	  *)
+	    ;;
+	esac
+	;;
+      interix*)
+	# This is c89, which is MS Visual C++ (no shared libs)
+	# Anyone wants to do a port?
+	;;
+      irix5* | irix6* | nonstopux*)
+	case $cc_basename in
+	  CC*)
+	    _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
+	    _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
+	    # CC pic flag -KPIC is the default.
+	    ;;
+	  *)
+	    ;;
+	esac
+	;;
+      linux* | k*bsd*-gnu | kopensolaris*-gnu)
+	case $cc_basename in
+	  KCC*)
+	    # KAI C++ Compiler
+	    _LT_TAGVAR(lt_prog_compiler_wl, $1)='--backend -Wl,'
+	    _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
+	    ;;
+	  ecpc* )
+	    # old Intel C++ for x86_64 which still supported -KPIC.
+	    _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
+	    _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
+	    _LT_TAGVAR(lt_prog_compiler_static, $1)='-static'
+	    ;;
+	  icpc* )
+	    # Intel C++, used to be incompatible with GCC.
+	    # ICC 10 doesn't accept -KPIC any more.
+	    _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
+	    _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
+	    _LT_TAGVAR(lt_prog_compiler_static, $1)='-static'
+	    ;;
+	  pgCC* | pgcpp*)
+	    # Portland Group C++ compiler
+	    _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
+	    _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fpic'
+	    _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
+	    ;;
+	  cxx*)
+	    # Compaq C++
+	    # Make sure the PIC flag is empty.  It appears that all Alpha
+	    # Linux and Compaq Tru64 Unix objects are PIC.
+	    _LT_TAGVAR(lt_prog_compiler_pic, $1)=
+	    _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
+	    ;;
+	  xlc* | xlC* | bgxl[[cC]]* | mpixl[[cC]]*)
+	    # IBM XL 8.0, 9.0 on PPC and BlueGene
+	    _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
+	    _LT_TAGVAR(lt_prog_compiler_pic, $1)='-qpic'
+	    _LT_TAGVAR(lt_prog_compiler_static, $1)='-qstaticlink'
+	    ;;
+	  *)
+	    case `$CC -V 2>&1 | sed 5q` in
+	    *Sun\ C*)
+	      # Sun C++ 5.9
+	      _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
+	      _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
+	      _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld '
+	      ;;
+	    esac
+	    ;;
+	esac
+	;;
+      lynxos*)
+	;;
+      m88k*)
+	;;
+      mvs*)
+	case $cc_basename in
+	  cxx*)
+	    _LT_TAGVAR(lt_prog_compiler_pic, $1)='-W c,exportall'
+	    ;;
+	  *)
+	    ;;
+	esac
+	;;
+      netbsd*)
+	;;
+      *qnx* | *nto*)
+        # QNX uses GNU C++, but need to define -shared option too, otherwise
+        # it will coredump.
+        _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC -shared'
+        ;;
+      osf3* | osf4* | osf5*)
+	case $cc_basename in
+	  KCC*)
+	    _LT_TAGVAR(lt_prog_compiler_wl, $1)='--backend -Wl,'
+	    ;;
+	  RCC*)
+	    # Rational C++ 2.4.1
+	    _LT_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
+	    ;;
+	  cxx*)
+	    # Digital/Compaq C++
+	    _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
+	    # Make sure the PIC flag is empty.  It appears that all Alpha
+	    # Linux and Compaq Tru64 Unix objects are PIC.
+	    _LT_TAGVAR(lt_prog_compiler_pic, $1)=
+	    _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
+	    ;;
+	  *)
+	    ;;
+	esac
+	;;
+      psos*)
+	;;
+      solaris*)
+	case $cc_basename in
+	  CC* | sunCC*)
+	    # Sun C++ 4.2, 5.x and Centerline C++
+	    _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
+	    _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
+	    _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld '
+	    ;;
+	  gcx*)
+	    # Green Hills C++ Compiler
+	    _LT_TAGVAR(lt_prog_compiler_pic, $1)='-PIC'
+	    ;;
+	  *)
+	    ;;
+	esac
+	;;
+      sunos4*)
+	case $cc_basename in
+	  CC*)
+	    # Sun C++ 4.x
+	    _LT_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
+	    _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
+	    ;;
+	  lcc*)
+	    # Lucid
+	    _LT_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
+	    ;;
+	  *)
+	    ;;
+	esac
+	;;
+      sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
+	case $cc_basename in
+	  CC*)
+	    _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
+	    _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
+	    _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
+	    ;;
+	esac
+	;;
+      tandem*)
+	case $cc_basename in
+	  NCC*)
+	    # NonStop-UX NCC 3.20
+	    _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
+	    ;;
+	  *)
+	    ;;
+	esac
+	;;
+      vxworks*)
+	;;
+      *)
+	_LT_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no
+	;;
+    esac
+  fi
+],
+[
+  if test "$GCC" = yes; then
+    _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
+    _LT_TAGVAR(lt_prog_compiler_static, $1)='-static'
+
+    case $host_os in
+      aix*)
+      # All AIX code is PIC.
+      if test "$host_cpu" = ia64; then
+	# AIX 5 now supports IA64 processor
+	_LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
+      fi
+      ;;
+
+    amigaos*)
+      case $host_cpu in
+      powerpc)
+            # see comment about AmigaOS4 .so support
+            _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
+        ;;
+      m68k)
+            # FIXME: we need at least 68020 code to build shared libraries, but
+            # adding the `-m68020' flag to GCC prevents building anything better,
+            # like `-m68040'.
+            _LT_TAGVAR(lt_prog_compiler_pic, $1)='-m68020 -resident32 -malways-restore-a4'
+        ;;
+      esac
+      ;;
+
+    beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
+      # PIC is the default for these OSes.
+      ;;
+
+    mingw* | cygwin* | pw32* | os2* | cegcc*)
+      # This hack is so that the source file can tell whether it is being
+      # built for inclusion in a dll (and should export symbols for example).
+      # Although the cygwin gcc ignores -fPIC, still need this for old-style
+      # (--disable-auto-import) libraries
+      m4_if([$1], [GCJ], [],
+	[_LT_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT'])
+      ;;
+
+    darwin* | rhapsody*)
+      # PIC is the default on this platform
+      # Common symbols not allowed in MH_DYLIB files
+      _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fno-common'
+      ;;
+
+    haiku*)
+      # PIC is the default for Haiku.
+      # The "-static" flag exists, but is broken.
+      _LT_TAGVAR(lt_prog_compiler_static, $1)=
+      ;;
+
+    hpux*)
+      # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
+      # PA HP-UX.  On IA64 HP-UX, PIC is the default but the pic flag
+      # sets the default TLS model and affects inlining.
+      case $host_cpu in
+      hppa*64*)
+	# +Z the default
+	;;
+      *)
+	_LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
+	;;
+      esac
+      ;;
+
+    interix[[3-9]]*)
+      # Interix 3.x gcc -fpic/-fPIC options generate broken code.
+      # Instead, we relocate shared libraries at runtime.
+      ;;
+
+    msdosdjgpp*)
+      # Just because we use GCC doesn't mean we suddenly get shared libraries
+      # on systems that don't support them.
+      _LT_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no
+      enable_shared=no
+      ;;
+
+    *nto* | *qnx*)
+      # QNX uses GNU C++, but need to define -shared option too, otherwise
+      # it will coredump.
+      _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC -shared'
+      ;;
+
+    sysv4*MP*)
+      if test -d /usr/nec; then
+	_LT_TAGVAR(lt_prog_compiler_pic, $1)=-Kconform_pic
+      fi
+      ;;
+
+    *)
+      _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
+      ;;
+    esac
+
+    case $cc_basename in
+    nvcc*) # Cuda Compiler Driver 2.2
+      _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Xlinker '
+      if test -n "$_LT_TAGVAR(lt_prog_compiler_pic, $1)"; then
+        _LT_TAGVAR(lt_prog_compiler_pic, $1)="-Xcompiler $_LT_TAGVAR(lt_prog_compiler_pic, $1)"
+      fi
+      ;;
+    esac
+  else
+    # PORTME Check for flag to pass linker flags through the system compiler.
+    case $host_os in
+    aix*)
+      _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
+      if test "$host_cpu" = ia64; then
+	# AIX 5 now supports IA64 processor
+	_LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
+      else
+	_LT_TAGVAR(lt_prog_compiler_static, $1)='-bnso -bI:/lib/syscalls.exp'
+      fi
+      ;;
+
+    mingw* | cygwin* | pw32* | os2* | cegcc*)
+      # This hack is so that the source file can tell whether it is being
+      # built for inclusion in a dll (and should export symbols for example).
+      m4_if([$1], [GCJ], [],
+	[_LT_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT'])
+      ;;
+
+    hpux9* | hpux10* | hpux11*)
+      _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
+      # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
+      # not for PA HP-UX.
+      case $host_cpu in
+      hppa*64*|ia64*)
+	# +Z the default
+	;;
+      *)
+	_LT_TAGVAR(lt_prog_compiler_pic, $1)='+Z'
+	;;
+      esac
+      # Is there a better lt_prog_compiler_static that works with the bundled CC?
+      _LT_TAGVAR(lt_prog_compiler_static, $1)='${wl}-a ${wl}archive'
+      ;;
+
+    irix5* | irix6* | nonstopux*)
+      _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
+      # PIC (with -KPIC) is the default.
+      _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
+      ;;
+
+    linux* | k*bsd*-gnu | kopensolaris*-gnu)
+      case $cc_basename in
+      # old Intel for x86_64 which still supported -KPIC.
+      ecc*)
+	_LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
+	_LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
+	_LT_TAGVAR(lt_prog_compiler_static, $1)='-static'
+        ;;
+      # icc used to be incompatible with GCC.
+      # ICC 10 doesn't accept -KPIC any more.
+      icc* | ifort*)
+	_LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
+	_LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
+	_LT_TAGVAR(lt_prog_compiler_static, $1)='-static'
+        ;;
+      # Lahey Fortran 8.1.
+      lf95*)
+	_LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
+	_LT_TAGVAR(lt_prog_compiler_pic, $1)='--shared'
+	_LT_TAGVAR(lt_prog_compiler_static, $1)='--static'
+	;;
+      nagfor*)
+	# NAG Fortran compiler
+	_LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,-Wl,,'
+	_LT_TAGVAR(lt_prog_compiler_pic, $1)='-PIC'
+	_LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
+	;;
+      pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
+        # Portland Group compilers (*not* the Pentium gcc compiler,
+	# which looks to be a dead project)
+	_LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
+	_LT_TAGVAR(lt_prog_compiler_pic, $1)='-fpic'
+	_LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
+        ;;
+      ccc*)
+        _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
+        # All Alpha code is PIC.
+        _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
+        ;;
+      xl* | bgxl* | bgf* | mpixl*)
+	# IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
+	_LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
+	_LT_TAGVAR(lt_prog_compiler_pic, $1)='-qpic'
+	_LT_TAGVAR(lt_prog_compiler_static, $1)='-qstaticlink'
+	;;
+      *)
+	case `$CC -V 2>&1 | sed 5q` in
+	*Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [[1-7]].* | *Sun*Fortran*\ 8.[[0-3]]*)
+	  # Sun Fortran 8.3 passes all unrecognized flags to the linker
+	  _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
+	  _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
+	  _LT_TAGVAR(lt_prog_compiler_wl, $1)=''
+	  ;;
+	*Sun\ F* | *Sun*Fortran*)
+	  _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
+	  _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
+	  _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld '
+	  ;;
+	*Sun\ C*)
+	  # Sun C 5.9
+	  _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
+	  _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
+	  _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
+	  ;;
+        *Intel*\ [[CF]]*Compiler*)
+	  _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
+	  _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
+	  _LT_TAGVAR(lt_prog_compiler_static, $1)='-static'
+	  ;;
+	*Portland\ Group*)
+	  _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
+	  _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fpic'
+	  _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
+	  ;;
+	esac
+	;;
+      esac
+      ;;
+
+    newsos6)
+      _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
+      _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
+      ;;
+
+    *nto* | *qnx*)
+      # QNX uses GNU C++, but need to define -shared option too, otherwise
+      # it will coredump.
+      _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC -shared'
+      ;;
+
+    osf3* | osf4* | osf5*)
+      _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
+      # All OSF/1 code is PIC.
+      _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
+      ;;
+
+    rdos*)
+      _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
+      ;;
+
+    solaris*)
+      _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
+      _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
+      case $cc_basename in
+      f77* | f90* | f95* | sunf77* | sunf90* | sunf95*)
+	_LT_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld ';;
+      *)
+	_LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,';;
+      esac
+      ;;
+
+    sunos4*)
+      _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld '
+      _LT_TAGVAR(lt_prog_compiler_pic, $1)='-PIC'
+      _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
+      ;;
+
+    sysv4 | sysv4.2uw2* | sysv4.3*)
+      _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
+      _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
+      _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
+      ;;
+
+    sysv4*MP*)
+      if test -d /usr/nec ;then
+	_LT_TAGVAR(lt_prog_compiler_pic, $1)='-Kconform_pic'
+	_LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
+      fi
+      ;;
+
+    sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
+      _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
+      _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
+      _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
+      ;;
+
+    unicos*)
+      _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
+      _LT_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no
+      ;;
+
+    uts4*)
+      _LT_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
+      _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
+      ;;
+
+    *)
+      _LT_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no
+      ;;
+    esac
+  fi
+])
+case $host_os in
+  # For platforms which do not support PIC, -DPIC is meaningless:
+  *djgpp*)
+    _LT_TAGVAR(lt_prog_compiler_pic, $1)=
+    ;;
+  *)
+    _LT_TAGVAR(lt_prog_compiler_pic, $1)="$_LT_TAGVAR(lt_prog_compiler_pic, $1)@&t at m4_if([$1],[],[ -DPIC],[m4_if([$1],[CXX],[ -DPIC],[])])"
+    ;;
+esac
+
+AC_CACHE_CHECK([for $compiler option to produce PIC],
+  [_LT_TAGVAR(lt_cv_prog_compiler_pic, $1)],
+  [_LT_TAGVAR(lt_cv_prog_compiler_pic, $1)=$_LT_TAGVAR(lt_prog_compiler_pic, $1)])
+_LT_TAGVAR(lt_prog_compiler_pic, $1)=$_LT_TAGVAR(lt_cv_prog_compiler_pic, $1)
+
+#
+# Check to make sure the PIC flag actually works.
+#
+if test -n "$_LT_TAGVAR(lt_prog_compiler_pic, $1)"; then
+  _LT_COMPILER_OPTION([if $compiler PIC flag $_LT_TAGVAR(lt_prog_compiler_pic, $1) works],
+    [_LT_TAGVAR(lt_cv_prog_compiler_pic_works, $1)],
+    [$_LT_TAGVAR(lt_prog_compiler_pic, $1)@&t at m4_if([$1],[],[ -DPIC],[m4_if([$1],[CXX],[ -DPIC],[])])], [],
+    [case $_LT_TAGVAR(lt_prog_compiler_pic, $1) in
+     "" | " "*) ;;
+     *) _LT_TAGVAR(lt_prog_compiler_pic, $1)=" $_LT_TAGVAR(lt_prog_compiler_pic, $1)" ;;
+     esac],
+    [_LT_TAGVAR(lt_prog_compiler_pic, $1)=
+     _LT_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no])
+fi
+_LT_TAGDECL([pic_flag], [lt_prog_compiler_pic], [1],
+	[Additional compiler flags for building library objects])
+
+_LT_TAGDECL([wl], [lt_prog_compiler_wl], [1],
+	[How to pass a linker flag through the compiler])
+#
+# Check to make sure the static flag actually works.
+#
+wl=$_LT_TAGVAR(lt_prog_compiler_wl, $1) eval lt_tmp_static_flag=\"$_LT_TAGVAR(lt_prog_compiler_static, $1)\"
+_LT_LINKER_OPTION([if $compiler static flag $lt_tmp_static_flag works],
+  _LT_TAGVAR(lt_cv_prog_compiler_static_works, $1),
+  $lt_tmp_static_flag,
+  [],
+  [_LT_TAGVAR(lt_prog_compiler_static, $1)=])
+_LT_TAGDECL([link_static_flag], [lt_prog_compiler_static], [1],
+	[Compiler flag to prevent dynamic linking])
+])# _LT_COMPILER_PIC
+
+
+# _LT_LINKER_SHLIBS([TAGNAME])
+# ----------------------------
+# See if the linker supports building shared libraries.
+m4_defun([_LT_LINKER_SHLIBS],
+[AC_REQUIRE([LT_PATH_LD])dnl
+AC_REQUIRE([LT_PATH_NM])dnl
+m4_require([_LT_PATH_MANIFEST_TOOL])dnl
+m4_require([_LT_FILEUTILS_DEFAULTS])dnl
+m4_require([_LT_DECL_EGREP])dnl
+m4_require([_LT_DECL_SED])dnl
+m4_require([_LT_CMD_GLOBAL_SYMBOLS])dnl
+m4_require([_LT_TAG_COMPILER])dnl
+AC_MSG_CHECKING([whether the $compiler linker ($LD) supports shared libraries])
+m4_if([$1], [CXX], [
+  _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
+  _LT_TAGVAR(exclude_expsyms, $1)=['_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*']
+  case $host_os in
+  aix[[4-9]]*)
+    # If we're using GNU nm, then we don't want the "-C" option.
+    # -C means demangle to AIX nm, but means don't demangle with GNU nm
+    # Also, AIX nm treats weak defined symbols like other global defined
+    # symbols, whereas GNU nm marks them as "W".
+    if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
+      _LT_TAGVAR(export_symbols_cmds, $1)='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W")) && ([substr](\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
+    else
+      _LT_TAGVAR(export_symbols_cmds, $1)='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B")) && ([substr](\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
+    fi
+    ;;
+  pw32*)
+    _LT_TAGVAR(export_symbols_cmds, $1)="$ltdll_cmds"
+    ;;
+  cygwin* | mingw* | cegcc*)
+    case $cc_basename in
+    cl*)
+      _LT_TAGVAR(exclude_expsyms, $1)='_NULL_IMPORT_DESCRIPTOR|_IMPORT_DESCRIPTOR_.*'
+      ;;
+    *)
+      _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[[BCDGRS]][[ ]]/s/.*[[ ]]\([[^ ]]*\)/\1 DATA/;s/^.*[[ ]]__nm__\([[^ ]]*\)[[ ]][[^ ]]*/\1 DATA/;/^I[[ ]]/d;/^[[AITW]][[ ]]/s/.* //'\'' | sort | uniq > $export_symbols'
+      _LT_TAGVAR(exclude_expsyms, $1)=['[_]+GLOBAL_OFFSET_TABLE_|[_]+GLOBAL__[FID]_.*|[_]+head_[A-Za-z0-9_]+_dll|[A-Za-z0-9_]+_dll_iname']
+      ;;
+    esac
+    ;;
+  *)
+    _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
+    ;;
+  esac
+], [
+  runpath_var=
+  _LT_TAGVAR(allow_undefined_flag, $1)=
+  _LT_TAGVAR(always_export_symbols, $1)=no
+  _LT_TAGVAR(archive_cmds, $1)=
+  _LT_TAGVAR(archive_expsym_cmds, $1)=
+  _LT_TAGVAR(compiler_needs_object, $1)=no
+  _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=no
+  _LT_TAGVAR(export_dynamic_flag_spec, $1)=
+  _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
+  _LT_TAGVAR(hardcode_automatic, $1)=no
+  _LT_TAGVAR(hardcode_direct, $1)=no
+  _LT_TAGVAR(hardcode_direct_absolute, $1)=no
+  _LT_TAGVAR(hardcode_libdir_flag_spec, $1)=
+  _LT_TAGVAR(hardcode_libdir_separator, $1)=
+  _LT_TAGVAR(hardcode_minus_L, $1)=no
+  _LT_TAGVAR(hardcode_shlibpath_var, $1)=unsupported
+  _LT_TAGVAR(inherit_rpath, $1)=no
+  _LT_TAGVAR(link_all_deplibs, $1)=unknown
+  _LT_TAGVAR(module_cmds, $1)=
+  _LT_TAGVAR(module_expsym_cmds, $1)=
+  _LT_TAGVAR(old_archive_from_new_cmds, $1)=
+  _LT_TAGVAR(old_archive_from_expsyms_cmds, $1)=
+  _LT_TAGVAR(thread_safe_flag_spec, $1)=
+  _LT_TAGVAR(whole_archive_flag_spec, $1)=
+  # include_expsyms should be a list of space-separated symbols to be *always*
+  # included in the symbol list
+  _LT_TAGVAR(include_expsyms, $1)=
+  # exclude_expsyms can be an extended regexp of symbols to exclude
+  # it will be wrapped by ` (' and `)$', so one must not match beginning or
+  # end of line.  Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
+  # as well as any symbol that contains `d'.
+  _LT_TAGVAR(exclude_expsyms, $1)=['_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*']
+  # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
+  # platforms (ab)use it in PIC code, but their linkers get confused if
+  # the symbol is explicitly referenced.  Since portable code cannot
+  # rely on this symbol name, it's probably fine to never include it in
+  # preloaded symbol tables.
+  # Exclude shared library initialization/finalization symbols.
+dnl Note also adjust exclude_expsyms for C++ above.
+  extract_expsyms_cmds=
+
+  case $host_os in
+  cygwin* | mingw* | pw32* | cegcc*)
+    # FIXME: the MSVC++ port hasn't been tested in a loooong time
+    # When not using gcc, we currently assume that we are using
+    # Microsoft Visual C++.
+    if test "$GCC" != yes; then
+      with_gnu_ld=no
+    fi
+    ;;
+  interix*)
+    # we just hope/assume this is gcc and not c89 (= MSVC++)
+    with_gnu_ld=yes
+    ;;
+  openbsd*)
+    with_gnu_ld=no
+    ;;
+  esac
+
+  _LT_TAGVAR(ld_shlibs, $1)=yes
+
+  # On some targets, GNU ld is compatible enough with the native linker
+  # that we're better off using the native interface for both.
+  lt_use_gnu_ld_interface=no
+  if test "$with_gnu_ld" = yes; then
+    case $host_os in
+      aix*)
+	# The AIX port of GNU ld has always aspired to compatibility
+	# with the native linker.  However, as the warning in the GNU ld
+	# block says, versions before 2.19.5* couldn't really create working
+	# shared libraries, regardless of the interface used.
+	case `$LD -v 2>&1` in
+	  *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
+	  *\ \(GNU\ Binutils\)\ 2.[[2-9]]*) ;;
+	  *\ \(GNU\ Binutils\)\ [[3-9]]*) ;;
+	  *)
+	    lt_use_gnu_ld_interface=yes
+	    ;;
+	esac
+	;;
+      *)
+	lt_use_gnu_ld_interface=yes
+	;;
+    esac
+  fi
+
+  if test "$lt_use_gnu_ld_interface" = yes; then
+    # If archive_cmds runs LD, not CC, wlarc should be empty
+    wlarc='${wl}'
+
+    # Set some defaults for GNU ld with shared library support. These
+    # are reset later if shared libraries are not supported. Putting them
+    # here allows them to be overridden if necessary.
+    runpath_var=LD_RUN_PATH
+    _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
+    _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
+    # ancient GNU ld didn't support --whole-archive et. al.
+    if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
+      _LT_TAGVAR(whole_archive_flag_spec, $1)="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
+    else
+      _LT_TAGVAR(whole_archive_flag_spec, $1)=
+    fi
+    supports_anon_versioning=no
+    case `$LD -v 2>&1` in
+      *GNU\ gold*) supports_anon_versioning=yes ;;
+      *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.10.*) ;; # catch versions < 2.11
+      *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
+      *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
+      *\ 2.11.*) ;; # other 2.11 versions
+      *) supports_anon_versioning=yes ;;
+    esac
+
+    # See if GNU ld supports shared libraries.
+    case $host_os in
+    aix[[3-9]]*)
+      # On AIX/PPC, the GNU linker is very broken
+      if test "$host_cpu" != ia64; then
+	_LT_TAGVAR(ld_shlibs, $1)=no
+	cat <<_LT_EOF 1>&2
+
+*** Warning: the GNU linker, at least up to release 2.19, is reported
+*** to be unable to reliably create shared libraries on AIX.
+*** Therefore, libtool is disabling shared libraries support.  If you
+*** really care for shared libraries, you may want to install binutils
+*** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
+*** You will then need to restart the configuration process.
+
+_LT_EOF
+      fi
+      ;;
+
+    amigaos*)
+      case $host_cpu in
+      powerpc)
+            # see comment about AmigaOS4 .so support
+            _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
+            _LT_TAGVAR(archive_expsym_cmds, $1)=''
+        ;;
+      m68k)
+            _LT_TAGVAR(archive_cmds, $1)='$RM $output_objdir/a2ixlibrary.data~$ECHO "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$ECHO "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$ECHO "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$ECHO "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)'
+            _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
+            _LT_TAGVAR(hardcode_minus_L, $1)=yes
+        ;;
+      esac
+      ;;
+
+    beos*)
+      if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
+	_LT_TAGVAR(allow_undefined_flag, $1)=unsupported
+	# Joseph Beckenbach <jrb3 at best.com> says some releases of gcc
+	# support --undefined.  This deserves some investigation.  FIXME
+	_LT_TAGVAR(archive_cmds, $1)='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
+      else
+	_LT_TAGVAR(ld_shlibs, $1)=no
+      fi
+      ;;
+
+    cygwin* | mingw* | pw32* | cegcc*)
+      # _LT_TAGVAR(hardcode_libdir_flag_spec, $1) is actually meaningless,
+      # as there is no search path for DLLs.
+      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
+      _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-all-symbols'
+      _LT_TAGVAR(allow_undefined_flag, $1)=unsupported
+      _LT_TAGVAR(always_export_symbols, $1)=no
+      _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
+      _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[[BCDGRS]][[ ]]/s/.*[[ ]]\([[^ ]]*\)/\1 DATA/;s/^.*[[ ]]__nm__\([[^ ]]*\)[[ ]][[^ ]]*/\1 DATA/;/^I[[ ]]/d;/^[[AITW]][[ ]]/s/.* //'\'' | sort | uniq > $export_symbols'
+      _LT_TAGVAR(exclude_expsyms, $1)=['[_]+GLOBAL_OFFSET_TABLE_|[_]+GLOBAL__[FID]_.*|[_]+head_[A-Za-z0-9_]+_dll|[A-Za-z0-9_]+_dll_iname']
+
+      if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
+        _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
+	# If the export-symbols file already is a .def file (1st line
+	# is EXPORTS), use it as is; otherwise, prepend...
+	_LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
+	  cp $export_symbols $output_objdir/$soname.def;
+	else
+	  echo EXPORTS > $output_objdir/$soname.def;
+	  cat $export_symbols >> $output_objdir/$soname.def;
+	fi~
+	$CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
+      else
+	_LT_TAGVAR(ld_shlibs, $1)=no
+      fi
+      ;;
+
+    haiku*)
+      _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
+      _LT_TAGVAR(link_all_deplibs, $1)=yes
+      ;;
+
+    interix[[3-9]]*)
+      _LT_TAGVAR(hardcode_direct, $1)=no
+      _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
+      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
+      _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
+      # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
+      # Instead, shared libraries are loaded at an image base (0x10000000 by
+      # default) and relocated if they conflict, which is a slow very memory
+      # consuming and fragmenting process.  To avoid this, we pick a random,
+      # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
+      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
+      _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
+      _LT_TAGVAR(archive_expsym_cmds, $1)='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
+      ;;
+
+    gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
+      tmp_diet=no
+      if test "$host_os" = linux-dietlibc; then
+	case $cc_basename in
+	  diet\ *) tmp_diet=yes;;	# linux-dietlibc with static linking (!diet-dyn)
+	esac
+      fi
+      if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
+	 && test "$tmp_diet" = no
+      then
+	tmp_addflag=' $pic_flag'
+	tmp_sharedflag='-shared'
+	case $cc_basename,$host_cpu in
+        pgcc*)				# Portland Group C compiler
+	  _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
+	  tmp_addflag=' $pic_flag'
+	  ;;
+	pgf77* | pgf90* | pgf95* | pgfortran*)
+					# Portland Group f77 and f90 compilers
+	  _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
+	  tmp_addflag=' $pic_flag -Mnomain' ;;
+	ecc*,ia64* | icc*,ia64*)	# Intel C compiler on ia64
+	  tmp_addflag=' -i_dynamic' ;;
+	efc*,ia64* | ifort*,ia64*)	# Intel Fortran compiler on ia64
+	  tmp_addflag=' -i_dynamic -nofor_main' ;;
+	ifc* | ifort*)			# Intel Fortran compiler
+	  tmp_addflag=' -nofor_main' ;;
+	lf95*)				# Lahey Fortran 8.1
+	  _LT_TAGVAR(whole_archive_flag_spec, $1)=
+	  tmp_sharedflag='--shared' ;;
+	xl[[cC]]* | bgxl[[cC]]* | mpixl[[cC]]*) # IBM XL C 8.0 on PPC (deal with xlf below)
+	  tmp_sharedflag='-qmkshrobj'
+	  tmp_addflag= ;;
+	nvcc*)	# Cuda Compiler Driver 2.2
+	  _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
+	  _LT_TAGVAR(compiler_needs_object, $1)=yes
+	  ;;
+	esac
+	case `$CC -V 2>&1 | sed 5q` in
+	*Sun\ C*)			# Sun C 5.9
+	  _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
+	  _LT_TAGVAR(compiler_needs_object, $1)=yes
+	  tmp_sharedflag='-G' ;;
+	*Sun\ F*)			# Sun Fortran 8.3
+	  tmp_sharedflag='-G' ;;
+	esac
+	_LT_TAGVAR(archive_cmds, $1)='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
+
+        if test "x$supports_anon_versioning" = xyes; then
+          _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $output_objdir/$libname.ver~
+	    cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
+	    echo "local: *; };" >> $output_objdir/$libname.ver~
+	    $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
+        fi
+
+	case $cc_basename in
+	xlf* | bgf* | bgxlf* | mpixlf*)
+	  # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
+	  _LT_TAGVAR(whole_archive_flag_spec, $1)='--whole-archive$convenience --no-whole-archive'
+	  _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
+	  _LT_TAGVAR(archive_cmds, $1)='$LD -shared $libobjs $deplibs $linker_flags -soname $soname -o $lib'
+	  if test "x$supports_anon_versioning" = xyes; then
+	    _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $output_objdir/$libname.ver~
+	      cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
+	      echo "local: *; };" >> $output_objdir/$libname.ver~
+	      $LD -shared $libobjs $deplibs $linker_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
+	  fi
+	  ;;
+	esac
+      else
+        _LT_TAGVAR(ld_shlibs, $1)=no
+      fi
+      ;;
+
+    netbsd*)
+      if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
+	_LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
+	wlarc=
+      else
+	_LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
+	_LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
+      fi
+      ;;
+
+    solaris*)
+      if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
+	_LT_TAGVAR(ld_shlibs, $1)=no
+	cat <<_LT_EOF 1>&2
+
+*** Warning: The releases 2.8.* of the GNU linker cannot reliably
+*** create shared libraries on Solaris systems.  Therefore, libtool
+*** is disabling shared libraries support.  We urge you to upgrade GNU
+*** binutils to release 2.9.1 or newer.  Another option is to modify
+*** your PATH or compiler configuration so that the native linker is
+*** used, and then restart.
+
+_LT_EOF
+      elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
+	_LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
+	_LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
+      else
+	_LT_TAGVAR(ld_shlibs, $1)=no
+      fi
+      ;;
+
+    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
+      case `$LD -v 2>&1` in
+        *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.1[[0-5]].*)
+	_LT_TAGVAR(ld_shlibs, $1)=no
+	cat <<_LT_EOF 1>&2
+
+*** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
+*** reliably create shared libraries on SCO systems.  Therefore, libtool
+*** is disabling shared libraries support.  We urge you to upgrade GNU
+*** binutils to release 2.16.91.0.3 or newer.  Another option is to modify
+*** your PATH or compiler configuration so that the native linker is
+*** used, and then restart.
+
+_LT_EOF
+	;;
+	*)
+	  # For security reasons, it is highly recommended that you always
+	  # use absolute paths for naming shared libraries, and exclude the
+	  # DT_RUNPATH tag from executables and libraries.  But doing so
+	  # requires that you compile everything twice, which is a pain.
+	  if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
+	    _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
+	    _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
+	    _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
+	  else
+	    _LT_TAGVAR(ld_shlibs, $1)=no
+	  fi
+	;;
+      esac
+      ;;
+
+    sunos4*)
+      _LT_TAGVAR(archive_cmds, $1)='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
+      wlarc=
+      _LT_TAGVAR(hardcode_direct, $1)=yes
+      _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
+      ;;
+
+    *)
+      if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
+	_LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
+	_LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
+      else
+	_LT_TAGVAR(ld_shlibs, $1)=no
+      fi
+      ;;
+    esac
+
+    if test "$_LT_TAGVAR(ld_shlibs, $1)" = no; then
+      runpath_var=
+      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)=
+      _LT_TAGVAR(export_dynamic_flag_spec, $1)=
+      _LT_TAGVAR(whole_archive_flag_spec, $1)=
+    fi
+  else
+    # PORTME fill in a description of your system's linker (not GNU ld)
+    case $host_os in
+    aix3*)
+      _LT_TAGVAR(allow_undefined_flag, $1)=unsupported
+      _LT_TAGVAR(always_export_symbols, $1)=yes
+      _LT_TAGVAR(archive_expsym_cmds, $1)='$LD -o $output_objdir/$soname $libobjs $deplibs $linker_flags -bE:$export_symbols -T512 -H512 -bM:SRE~$AR $AR_FLAGS $lib $output_objdir/$soname'
+      # Note: this linker hardcodes the directories in LIBPATH if there
+      # are no directories specified by -L.
+      _LT_TAGVAR(hardcode_minus_L, $1)=yes
+      if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
+	# Neither direct hardcoding nor static linking is supported with a
+	# broken collect2.
+	_LT_TAGVAR(hardcode_direct, $1)=unsupported
+      fi
+      ;;
+
+    aix[[4-9]]*)
+      if test "$host_cpu" = ia64; then
+	# On IA64, the linker does run time linking by default, so we don't
+	# have to do anything special.
+	aix_use_runtimelinking=no
+	exp_sym_flag='-Bexport'
+	no_entry_flag=""
+      else
+	# If we're using GNU nm, then we don't want the "-C" option.
+	# -C means demangle to AIX nm, but means don't demangle with GNU nm
+	# Also, AIX nm treats weak defined symbols like other global
+	# defined symbols, whereas GNU nm marks them as "W".
+	if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
+	  _LT_TAGVAR(export_symbols_cmds, $1)='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W")) && ([substr](\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
+	else
+	  _LT_TAGVAR(export_symbols_cmds, $1)='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B")) && ([substr](\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
+	fi
+	aix_use_runtimelinking=no
+
+	# Test if we are trying to use run time linking or normal
+	# AIX style linking. If -brtl is somewhere in LDFLAGS, we
+	# need to do runtime linking.
+	case $host_os in aix4.[[23]]|aix4.[[23]].*|aix[[5-9]]*)
+	  for ld_flag in $LDFLAGS; do
+	  if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
+	    aix_use_runtimelinking=yes
+	    break
+	  fi
+	  done
+	  ;;
+	esac
+
+	exp_sym_flag='-bexport'
+	no_entry_flag='-bnoentry'
+      fi
+
+      # When large executables or shared objects are built, AIX ld can
+      # have problems creating the table of contents.  If linking a library
+      # or program results in "error TOC overflow" add -mminimal-toc to
+      # CXXFLAGS/CFLAGS for g++/gcc.  In the cases where that is not
+      # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
+
+      _LT_TAGVAR(archive_cmds, $1)=''
+      _LT_TAGVAR(hardcode_direct, $1)=yes
+      _LT_TAGVAR(hardcode_direct_absolute, $1)=yes
+      _LT_TAGVAR(hardcode_libdir_separator, $1)=':'
+      _LT_TAGVAR(link_all_deplibs, $1)=yes
+      _LT_TAGVAR(file_list_spec, $1)='${wl}-f,'
+
+      if test "$GCC" = yes; then
+	case $host_os in aix4.[[012]]|aix4.[[012]].*)
+	# We only want to do this on AIX 4.2 and lower, the check
+	# below for broken collect2 doesn't work under 4.3+
+	  collect2name=`${CC} -print-prog-name=collect2`
+	  if test -f "$collect2name" &&
+	   strings "$collect2name" | $GREP resolve_lib_name >/dev/null
+	  then
+	  # We have reworked collect2
+	  :
+	  else
+	  # We have old collect2
+	  _LT_TAGVAR(hardcode_direct, $1)=unsupported
+	  # It fails to find uninstalled libraries when the uninstalled
+	  # path is not listed in the libpath.  Setting hardcode_minus_L
+	  # to unsupported forces relinking
+	  _LT_TAGVAR(hardcode_minus_L, $1)=yes
+	  _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
+	  _LT_TAGVAR(hardcode_libdir_separator, $1)=
+	  fi
+	  ;;
+	esac
+	shared_flag='-shared'
+	if test "$aix_use_runtimelinking" = yes; then
+	  shared_flag="$shared_flag "'${wl}-G'
+	fi
+      else
+	# not using gcc
+	if test "$host_cpu" = ia64; then
+	# VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
+	# chokes on -Wl,-G. The following line is correct:
+	  shared_flag='-G'
+	else
+	  if test "$aix_use_runtimelinking" = yes; then
+	    shared_flag='${wl}-G'
+	  else
+	    shared_flag='${wl}-bM:SRE'
+	  fi
+	fi
+      fi
+
+      _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-bexpall'
+      # It seems that -bexpall does not export symbols beginning with
+      # underscore (_), so it is better to generate a list of symbols to export.
+      _LT_TAGVAR(always_export_symbols, $1)=yes
+      if test "$aix_use_runtimelinking" = yes; then
+	# Warning - without using the other runtime loading flags (-brtl),
+	# -berok will link without error, but may produce a broken library.
+	_LT_TAGVAR(allow_undefined_flag, $1)='-berok'
+        # Determine the default libpath from the value encoded in an
+        # empty executable.
+        _LT_SYS_MODULE_PATH_AIX([$1])
+        _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
+        _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then func_echo_all "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
+      else
+	if test "$host_cpu" = ia64; then
+	  _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $libdir:/usr/lib:/lib'
+	  _LT_TAGVAR(allow_undefined_flag, $1)="-z nodefs"
+	  _LT_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$exp_sym_flag:\$export_symbols"
+	else
+	 # Determine the default libpath from the value encoded in an
+	 # empty executable.
+	 _LT_SYS_MODULE_PATH_AIX([$1])
+	 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
+	  # Warning - without using the other run time loading flags,
+	  # -berok will link without error, but may produce a broken library.
+	  _LT_TAGVAR(no_undefined_flag, $1)=' ${wl}-bernotok'
+	  _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-berok'
+	  if test "$with_gnu_ld" = yes; then
+	    # We only use this code for GNU lds that support --whole-archive.
+	    _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
+	  else
+	    # Exported symbols can be pulled into shared objects from archives
+	    _LT_TAGVAR(whole_archive_flag_spec, $1)='$convenience'
+	  fi
+	  _LT_TAGVAR(archive_cmds_need_lc, $1)=yes
+	  # This is similar to how AIX traditionally builds its shared libraries.
+	  _LT_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs ${wl}-bnoentry $compiler_flags ${wl}-bE:$export_symbols${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname'
+	fi
+      fi
+      ;;
+
+    amigaos*)
+      case $host_cpu in
+      powerpc)
+            # see comment about AmigaOS4 .so support
+            _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
+            _LT_TAGVAR(archive_expsym_cmds, $1)=''
+        ;;
+      m68k)
+            _LT_TAGVAR(archive_cmds, $1)='$RM $output_objdir/a2ixlibrary.data~$ECHO "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$ECHO "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$ECHO "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$ECHO "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)'
+            _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
+            _LT_TAGVAR(hardcode_minus_L, $1)=yes
+        ;;
+      esac
+      ;;
+
+    bsdi[[45]]*)
+      _LT_TAGVAR(export_dynamic_flag_spec, $1)=-rdynamic
+      ;;
+
+    cygwin* | mingw* | pw32* | cegcc*)
+      # When not using gcc, we currently assume that we are using
+      # Microsoft Visual C++.
+      # hardcode_libdir_flag_spec is actually meaningless, as there is
+      # no search path for DLLs.
+      case $cc_basename in
+      cl*)
+	# Native MSVC
+	_LT_TAGVAR(hardcode_libdir_flag_spec, $1)=' '
+	_LT_TAGVAR(allow_undefined_flag, $1)=unsupported
+	_LT_TAGVAR(always_export_symbols, $1)=yes
+	_LT_TAGVAR(file_list_spec, $1)='@'
+	# Tell ltmain to make .lib files, not .a files.
+	libext=lib
+	# Tell ltmain to make .dll files, not .so files.
+	shrext_cmds=".dll"
+	# FIXME: Setting linknames here is a bad hack.
+	_LT_TAGVAR(archive_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-dll~linknames='
+	_LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
+	    sed -n -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' -e '1\\\!p' < $export_symbols > $output_objdir/$soname.exp;
+	  else
+	    sed -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' < $export_symbols > $output_objdir/$soname.exp;
+	  fi~
+	  $CC -o $tool_output_objdir$soname $libobjs $compiler_flags $deplibs "@$tool_output_objdir$soname.exp" -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~
+	  linknames='
+	# The linker will not automatically build a static lib if we build a DLL.
+	# _LT_TAGVAR(old_archive_from_new_cmds, $1)='true'
+	_LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
+	_LT_TAGVAR(exclude_expsyms, $1)='_NULL_IMPORT_DESCRIPTOR|_IMPORT_DESCRIPTOR_.*'
+	_LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[[BCDGRS]][[ ]]/s/.*[[ ]]\([[^ ]]*\)/\1,DATA/'\'' | $SED -e '\''/^[[AITW]][[ ]]/s/.*[[ ]]//'\'' | sort | uniq > $export_symbols'
+	# Don't use ranlib
+	_LT_TAGVAR(old_postinstall_cmds, $1)='chmod 644 $oldlib'
+	_LT_TAGVAR(postlink_cmds, $1)='lt_outputfile="@OUTPUT@"~
+	  lt_tool_outputfile="@TOOL_OUTPUT@"~
+	  case $lt_outputfile in
+	    *.exe|*.EXE) ;;
+	    *)
+	      lt_outputfile="$lt_outputfile.exe"
+	      lt_tool_outputfile="$lt_tool_outputfile.exe"
+	      ;;
+	  esac~
+	  if test "$MANIFEST_TOOL" != ":" && test -f "$lt_outputfile.manifest"; then
+	    $MANIFEST_TOOL -manifest "$lt_tool_outputfile.manifest" -outputresource:"$lt_tool_outputfile" || exit 1;
+	    $RM "$lt_outputfile.manifest";
+	  fi'
+	;;
+      *)
+	# Assume MSVC wrapper
+	_LT_TAGVAR(hardcode_libdir_flag_spec, $1)=' '
+	_LT_TAGVAR(allow_undefined_flag, $1)=unsupported
+	# Tell ltmain to make .lib files, not .a files.
+	libext=lib
+	# Tell ltmain to make .dll files, not .so files.
+	shrext_cmds=".dll"
+	# FIXME: Setting linknames here is a bad hack.
+	_LT_TAGVAR(archive_cmds, $1)='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
+	# The linker will automatically build a .lib file if we build a DLL.
+	_LT_TAGVAR(old_archive_from_new_cmds, $1)='true'
+	# FIXME: Should let the user specify the lib program.
+	_LT_TAGVAR(old_archive_cmds, $1)='lib -OUT:$oldlib$oldobjs$old_deplibs'
+	_LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
+	;;
+      esac
+      ;;
+
+    darwin* | rhapsody*)
+      _LT_DARWIN_LINKER_FEATURES($1)
+      ;;
+
+    dgux*)
+      _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
+      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
+      _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
+      ;;
+
+    # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
+    # support.  Future versions do this automatically, but an explicit c++rt0.o
+    # does not break anything, and helps significantly (at the cost of a little
+    # extra space).
+    freebsd2.2*)
+      _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
+      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
+      _LT_TAGVAR(hardcode_direct, $1)=yes
+      _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
+      ;;
+
+    # Unfortunately, older versions of FreeBSD 2 do not have this feature.
+    freebsd2.*)
+      _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
+      _LT_TAGVAR(hardcode_direct, $1)=yes
+      _LT_TAGVAR(hardcode_minus_L, $1)=yes
+      _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
+      ;;
+
+    # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
+    freebsd* | dragonfly*)
+      _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
+      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
+      _LT_TAGVAR(hardcode_direct, $1)=yes
+      _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
+      ;;
+
+    hpux9*)
+      if test "$GCC" = yes; then
+	_LT_TAGVAR(archive_cmds, $1)='$RM $output_objdir/$soname~$CC -shared $pic_flag ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $libobjs $deplibs $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
+      else
+	_LT_TAGVAR(archive_cmds, $1)='$RM $output_objdir/$soname~$LD -b +b $install_libdir -o $output_objdir/$soname $libobjs $deplibs $linker_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
+      fi
+      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
+      _LT_TAGVAR(hardcode_libdir_separator, $1)=:
+      _LT_TAGVAR(hardcode_direct, $1)=yes
+
+      # hardcode_minus_L: Not really in the search PATH,
+      # but as the default location of the library.
+      _LT_TAGVAR(hardcode_minus_L, $1)=yes
+      _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
+      ;;
+
+    hpux10*)
+      if test "$GCC" = yes && test "$with_gnu_ld" = no; then
+	_LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
+      else
+	_LT_TAGVAR(archive_cmds, $1)='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
+      fi
+      if test "$with_gnu_ld" = no; then
+	_LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
+	_LT_TAGVAR(hardcode_libdir_separator, $1)=:
+	_LT_TAGVAR(hardcode_direct, $1)=yes
+	_LT_TAGVAR(hardcode_direct_absolute, $1)=yes
+	_LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
+	# hardcode_minus_L: Not really in the search PATH,
+	# but as the default location of the library.
+	_LT_TAGVAR(hardcode_minus_L, $1)=yes
+      fi
+      ;;
+
+    hpux11*)
+      if test "$GCC" = yes && test "$with_gnu_ld" = no; then
+	case $host_cpu in
+	hppa*64*)
+	  _LT_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
+	  ;;
+	ia64*)
+	  _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
+	  ;;
+	*)
+	  _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
+	  ;;
+	esac
+      else
+	case $host_cpu in
+	hppa*64*)
+	  _LT_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
+	  ;;
+	ia64*)
+	  _LT_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
+	  ;;
+	*)
+	m4_if($1, [], [
+	  # Older versions of the 11.00 compiler do not understand -b yet
+	  # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
+	  _LT_LINKER_OPTION([if $CC understands -b],
+	    _LT_TAGVAR(lt_cv_prog_compiler__b, $1), [-b],
+	    [_LT_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'],
+	    [_LT_TAGVAR(archive_cmds, $1)='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'])],
+	  [_LT_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'])
+	  ;;
+	esac
+      fi
+      if test "$with_gnu_ld" = no; then
+	_LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
+	_LT_TAGVAR(hardcode_libdir_separator, $1)=:
+
+	case $host_cpu in
+	hppa*64*|ia64*)
+	  _LT_TAGVAR(hardcode_direct, $1)=no
+	  _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
+	  ;;
+	*)
+	  _LT_TAGVAR(hardcode_direct, $1)=yes
+	  _LT_TAGVAR(hardcode_direct_absolute, $1)=yes
+	  _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
+
+	  # hardcode_minus_L: Not really in the search PATH,
+	  # but as the default location of the library.
+	  _LT_TAGVAR(hardcode_minus_L, $1)=yes
+	  ;;
+	esac
+      fi
+      ;;
+
+    irix5* | irix6* | nonstopux*)
+      if test "$GCC" = yes; then
+	_LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
+	# Try to use the -exported_symbol ld option, if it does not
+	# work, assume that -exports_file does not work either and
+	# implicitly export all symbols.
+	# This should be the same for all languages, so no per-tag cache variable.
+	AC_CACHE_CHECK([whether the $host_os linker accepts -exported_symbol],
+	  [lt_cv_irix_exported_symbol],
+	  [save_LDFLAGS="$LDFLAGS"
+	   LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
+	   AC_LINK_IFELSE(
+	     [AC_LANG_SOURCE(
+	        [AC_LANG_CASE([C], [[int foo (void) { return 0; }]],
+			      [C++], [[int foo (void) { return 0; }]],
+			      [Fortran 77], [[
+      subroutine foo
+      end]],
+			      [Fortran], [[
+      subroutine foo
+      end]])])],
+	      [lt_cv_irix_exported_symbol=yes],
+	      [lt_cv_irix_exported_symbol=no])
+           LDFLAGS="$save_LDFLAGS"])
+	if test "$lt_cv_irix_exported_symbol" = yes; then
+          _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations ${wl}-exports_file ${wl}$export_symbols -o $lib'
+	fi
+      else
+	_LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
+	_LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -exports_file $export_symbols -o $lib'
+      fi
+      _LT_TAGVAR(archive_cmds_need_lc, $1)='no'
+      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
+      _LT_TAGVAR(hardcode_libdir_separator, $1)=:
+      _LT_TAGVAR(inherit_rpath, $1)=yes
+      _LT_TAGVAR(link_all_deplibs, $1)=yes
+      ;;
+
+    netbsd*)
+      if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
+	_LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'  # a.out
+      else
+	_LT_TAGVAR(archive_cmds, $1)='$LD -shared -o $lib $libobjs $deplibs $linker_flags'      # ELF
+      fi
+      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
+      _LT_TAGVAR(hardcode_direct, $1)=yes
+      _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
+      ;;
+
+    newsos6)
+      _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
+      _LT_TAGVAR(hardcode_direct, $1)=yes
+      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
+      _LT_TAGVAR(hardcode_libdir_separator, $1)=:
+      _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
+      ;;
+
+    *nto* | *qnx*)
+      ;;
+
+    openbsd*)
+      if test -f /usr/libexec/ld.so; then
+	_LT_TAGVAR(hardcode_direct, $1)=yes
+	_LT_TAGVAR(hardcode_shlibpath_var, $1)=no
+	_LT_TAGVAR(hardcode_direct_absolute, $1)=yes
+	if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
+	  _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
+	  _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
+	  _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
+	  _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
+	else
+	  case $host_os in
+	   openbsd[[01]].* | openbsd2.[[0-7]] | openbsd2.[[0-7]].*)
+	     _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
+	     _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
+	     ;;
+	   *)
+	     _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
+	     _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
+	     ;;
+	  esac
+	fi
+      else
+	_LT_TAGVAR(ld_shlibs, $1)=no
+      fi
+      ;;
+
+    os2*)
+      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
+      _LT_TAGVAR(hardcode_minus_L, $1)=yes
+      _LT_TAGVAR(allow_undefined_flag, $1)=unsupported
+      _LT_TAGVAR(archive_cmds, $1)='$ECHO "LIBRARY $libname INITINSTANCE" > $output_objdir/$libname.def~$ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~echo DATA >> $output_objdir/$libname.def~echo " SINGLE NONSHARED" >> $output_objdir/$libname.def~echo EXPORTS >> $output_objdir/$libname.def~emxexp $libobjs >> $output_objdir/$libname.def~$CC -Zdll -Zcrtdll -o $lib $libobjs $deplibs $compiler_flags $output_objdir/$libname.def'
+      _LT_TAGVAR(old_archive_from_new_cmds, $1)='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
+      ;;
+
+    osf3*)
+      if test "$GCC" = yes; then
+	_LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
+	_LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
+      else
+	_LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
+	_LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
+      fi
+      _LT_TAGVAR(archive_cmds_need_lc, $1)='no'
+      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
+      _LT_TAGVAR(hardcode_libdir_separator, $1)=:
+      ;;
+
+    osf4* | osf5*)	# as osf3* with the addition of -msym flag
+      if test "$GCC" = yes; then
+	_LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
+	_LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $pic_flag $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
+	_LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
+      else
+	_LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
+	_LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
+	_LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.exp~
+	$CC -shared${allow_undefined_flag} ${wl}-input ${wl}$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib~$RM $lib.exp'
+
+	# Both c and cxx compiler support -rpath directly
+	_LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir'
+      fi
+      _LT_TAGVAR(archive_cmds_need_lc, $1)='no'
+      _LT_TAGVAR(hardcode_libdir_separator, $1)=:
+      ;;
+
+    solaris*)
+      _LT_TAGVAR(no_undefined_flag, $1)=' -z defs'
+      if test "$GCC" = yes; then
+	wlarc='${wl}'
+	_LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
+	_LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
+	  $CC -shared $pic_flag ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
+      else
+	case `$CC -V 2>&1` in
+	*"Compilers 5.0"*)
+	  wlarc=''
+	  _LT_TAGVAR(archive_cmds, $1)='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
+	  _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
+	  $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
+	  ;;
+	*)
+	  wlarc='${wl}'
+	  _LT_TAGVAR(archive_cmds, $1)='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
+	  _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
+	  $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
+	  ;;
+	esac
+      fi
+      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
+      _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
+      case $host_os in
+      solaris2.[[0-5]] | solaris2.[[0-5]].*) ;;
+      *)
+	# The compiler driver will combine and reorder linker options,
+	# but understands `-z linker_flag'.  GCC discards it without `$wl',
+	# but is careful enough not to reorder.
+	# Supported since Solaris 2.6 (maybe 2.5.1?)
+	if test "$GCC" = yes; then
+	  _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
+	else
+	  _LT_TAGVAR(whole_archive_flag_spec, $1)='-z allextract$convenience -z defaultextract'
+	fi
+	;;
+      esac
+      _LT_TAGVAR(link_all_deplibs, $1)=yes
+      ;;
+
+    sunos4*)
+      if test "x$host_vendor" = xsequent; then
+	# Use $CC to link under sequent, because it throws in some extra .o
+	# files that make .init and .fini sections work.
+	_LT_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
+      else
+	_LT_TAGVAR(archive_cmds, $1)='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
+      fi
+      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
+      _LT_TAGVAR(hardcode_direct, $1)=yes
+      _LT_TAGVAR(hardcode_minus_L, $1)=yes
+      _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
+      ;;
+
+    sysv4)
+      case $host_vendor in
+	sni)
+	  _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
+	  _LT_TAGVAR(hardcode_direct, $1)=yes # is this really true???
+	;;
+	siemens)
+	  ## LD is ld it makes a PLAMLIB
+	  ## CC just makes a GrossModule.
+	  _LT_TAGVAR(archive_cmds, $1)='$LD -G -o $lib $libobjs $deplibs $linker_flags'
+	  _LT_TAGVAR(reload_cmds, $1)='$CC -r -o $output$reload_objs'
+	  _LT_TAGVAR(hardcode_direct, $1)=no
+        ;;
+	motorola)
+	  _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
+	  _LT_TAGVAR(hardcode_direct, $1)=no #Motorola manual says yes, but my tests say they lie
+	;;
+      esac
+      runpath_var='LD_RUN_PATH'
+      _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
+      ;;
+
+    sysv4.3*)
+      _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
+      _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
+      _LT_TAGVAR(export_dynamic_flag_spec, $1)='-Bexport'
+      ;;
+
+    sysv4*MP*)
+      if test -d /usr/nec; then
+	_LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
+	_LT_TAGVAR(hardcode_shlibpath_var, $1)=no
+	runpath_var=LD_RUN_PATH
+	hardcode_runpath_var=yes
+	_LT_TAGVAR(ld_shlibs, $1)=yes
+      fi
+      ;;
+
+    sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[[01]].[[10]]* | unixware7* | sco3.2v5.0.[[024]]*)
+      _LT_TAGVAR(no_undefined_flag, $1)='${wl}-z,text'
+      _LT_TAGVAR(archive_cmds_need_lc, $1)=no
+      _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
+      runpath_var='LD_RUN_PATH'
+
+      if test "$GCC" = yes; then
+	_LT_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
+	_LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
+      else
+	_LT_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
+	_LT_TAGVAR(archive_expsym_cmds, $1)='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
+      fi
+      ;;
+
+    sysv5* | sco3.2v5* | sco5v6*)
+      # Note: We can NOT use -z defs as we might desire, because we do not
+      # link with -lc, and that would cause any symbols used from libc to
+      # always be unresolved, which means just about no library would
+      # ever link correctly.  If we're not using GNU ld we use -z text
+      # though, which does catch some bad symbols but isn't as heavy-handed
+      # as -z defs.
+      _LT_TAGVAR(no_undefined_flag, $1)='${wl}-z,text'
+      _LT_TAGVAR(allow_undefined_flag, $1)='${wl}-z,nodefs'
+      _LT_TAGVAR(archive_cmds_need_lc, $1)=no
+      _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
+      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R,$libdir'
+      _LT_TAGVAR(hardcode_libdir_separator, $1)=':'
+      _LT_TAGVAR(link_all_deplibs, $1)=yes
+      _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-Bexport'
+      runpath_var='LD_RUN_PATH'
+
+      if test "$GCC" = yes; then
+	_LT_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
+	_LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
+      else
+	_LT_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
+	_LT_TAGVAR(archive_expsym_cmds, $1)='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
+      fi
+      ;;
+
+    uts4*)
+      _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
+      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
+      _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
+      ;;
+
+    *)
+      _LT_TAGVAR(ld_shlibs, $1)=no
+      ;;
+    esac
+
+    if test x$host_vendor = xsni; then
+      case $host in
+      sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
+	_LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-Blargedynsym'
+	;;
+      esac
+    fi
+  fi
+])
+AC_MSG_RESULT([$_LT_TAGVAR(ld_shlibs, $1)])
+test "$_LT_TAGVAR(ld_shlibs, $1)" = no && can_build_shared=no
+
+_LT_TAGVAR(with_gnu_ld, $1)=$with_gnu_ld
+
+_LT_DECL([], [libext], [0], [Old archive suffix (normally "a")])dnl
+_LT_DECL([], [shrext_cmds], [1], [Shared library suffix (normally ".so")])dnl
+_LT_DECL([], [extract_expsyms_cmds], [2],
+    [The commands to extract the exported symbol list from a shared archive])
+
+#
+# Do we need to explicitly link libc?
+#
+case "x$_LT_TAGVAR(archive_cmds_need_lc, $1)" in
+x|xyes)
+  # Assume -lc should be added
+  _LT_TAGVAR(archive_cmds_need_lc, $1)=yes
+
+  if test "$enable_shared" = yes && test "$GCC" = yes; then
+    case $_LT_TAGVAR(archive_cmds, $1) in
+    *'~'*)
+      # FIXME: we may have to deal with multi-command sequences.
+      ;;
+    '$CC '*)
+      # Test whether the compiler implicitly links with -lc since on some
+      # systems, -lgcc has to come before -lc. If gcc already passes -lc
+      # to ld, don't add -lc before -lgcc.
+      AC_CACHE_CHECK([whether -lc should be explicitly linked in],
+	[lt_cv_]_LT_TAGVAR(archive_cmds_need_lc, $1),
+	[$RM conftest*
+	echo "$lt_simple_compile_test_code" > conftest.$ac_ext
+
+	if AC_TRY_EVAL(ac_compile) 2>conftest.err; then
+	  soname=conftest
+	  lib=conftest
+	  libobjs=conftest.$ac_objext
+	  deplibs=
+	  wl=$_LT_TAGVAR(lt_prog_compiler_wl, $1)
+	  pic_flag=$_LT_TAGVAR(lt_prog_compiler_pic, $1)
+	  compiler_flags=-v
+	  linker_flags=-v
+	  verstring=
+	  output_objdir=.
+	  libname=conftest
+	  lt_save_allow_undefined_flag=$_LT_TAGVAR(allow_undefined_flag, $1)
+	  _LT_TAGVAR(allow_undefined_flag, $1)=
+	  if AC_TRY_EVAL(_LT_TAGVAR(archive_cmds, $1) 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1)
+	  then
+	    lt_cv_[]_LT_TAGVAR(archive_cmds_need_lc, $1)=no
+	  else
+	    lt_cv_[]_LT_TAGVAR(archive_cmds_need_lc, $1)=yes
+	  fi
+	  _LT_TAGVAR(allow_undefined_flag, $1)=$lt_save_allow_undefined_flag
+	else
+	  cat conftest.err 1>&5
+	fi
+	$RM conftest*
+	])
+      _LT_TAGVAR(archive_cmds_need_lc, $1)=$lt_cv_[]_LT_TAGVAR(archive_cmds_need_lc, $1)
+      ;;
+    esac
+  fi
+  ;;
+esac
+
+_LT_TAGDECL([build_libtool_need_lc], [archive_cmds_need_lc], [0],
+    [Whether or not to add -lc for building shared libraries])
+_LT_TAGDECL([allow_libtool_libs_with_static_runtimes],
+    [enable_shared_with_static_runtimes], [0],
+    [Whether or not to disallow shared libs when runtime libs are static])
+_LT_TAGDECL([], [export_dynamic_flag_spec], [1],
+    [Compiler flag to allow reflexive dlopens])
+_LT_TAGDECL([], [whole_archive_flag_spec], [1],
+    [Compiler flag to generate shared objects directly from archives])
+_LT_TAGDECL([], [compiler_needs_object], [1],
+    [Whether the compiler copes with passing no objects directly])
+_LT_TAGDECL([], [old_archive_from_new_cmds], [2],
+    [Create an old-style archive from a shared archive])
+_LT_TAGDECL([], [old_archive_from_expsyms_cmds], [2],
+    [Create a temporary old-style archive to link instead of a shared archive])
+_LT_TAGDECL([], [archive_cmds], [2], [Commands used to build a shared archive])
+_LT_TAGDECL([], [archive_expsym_cmds], [2])
+_LT_TAGDECL([], [module_cmds], [2],
+    [Commands used to build a loadable module if different from building
+    a shared archive.])
+_LT_TAGDECL([], [module_expsym_cmds], [2])
+_LT_TAGDECL([], [with_gnu_ld], [1],
+    [Whether we are building with GNU ld or not])
+_LT_TAGDECL([], [allow_undefined_flag], [1],
+    [Flag that allows shared libraries with undefined symbols to be built])
+_LT_TAGDECL([], [no_undefined_flag], [1],
+    [Flag that enforces no undefined symbols])
+_LT_TAGDECL([], [hardcode_libdir_flag_spec], [1],
+    [Flag to hardcode $libdir into a binary during linking.
+    This must work even if $libdir does not exist])
+_LT_TAGDECL([], [hardcode_libdir_separator], [1],
+    [Whether we need a single "-rpath" flag with a separated argument])
+_LT_TAGDECL([], [hardcode_direct], [0],
+    [Set to "yes" if using DIR/libNAME${shared_ext} during linking hardcodes
+    DIR into the resulting binary])
+_LT_TAGDECL([], [hardcode_direct_absolute], [0],
+    [Set to "yes" if using DIR/libNAME${shared_ext} during linking hardcodes
+    DIR into the resulting binary and the resulting library dependency is
+    "absolute", i.e impossible to change by setting ${shlibpath_var} if the
+    library is relocated])
+_LT_TAGDECL([], [hardcode_minus_L], [0],
+    [Set to "yes" if using the -LDIR flag during linking hardcodes DIR
+    into the resulting binary])
+_LT_TAGDECL([], [hardcode_shlibpath_var], [0],
+    [Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
+    into the resulting binary])
+_LT_TAGDECL([], [hardcode_automatic], [0],
+    [Set to "yes" if building a shared library automatically hardcodes DIR
+    into the library and all subsequent libraries and executables linked
+    against it])
+_LT_TAGDECL([], [inherit_rpath], [0],
+    [Set to yes if linker adds runtime paths of dependent libraries
+    to runtime path list])
+_LT_TAGDECL([], [link_all_deplibs], [0],
+    [Whether libtool must link a program against all its dependency libraries])
+_LT_TAGDECL([], [always_export_symbols], [0],
+    [Set to "yes" if exported symbols are required])
+_LT_TAGDECL([], [export_symbols_cmds], [2],
+    [The commands to list exported symbols])
+_LT_TAGDECL([], [exclude_expsyms], [1],
+    [Symbols that should not be listed in the preloaded symbols])
+_LT_TAGDECL([], [include_expsyms], [1],
+    [Symbols that must always be exported])
+_LT_TAGDECL([], [prelink_cmds], [2],
+    [Commands necessary for linking programs (against libraries) with templates])
+_LT_TAGDECL([], [postlink_cmds], [2],
+    [Commands necessary for finishing linking programs])
+_LT_TAGDECL([], [file_list_spec], [1],
+    [Specify filename containing input files])
+dnl FIXME: Not yet implemented
+dnl _LT_TAGDECL([], [thread_safe_flag_spec], [1],
+dnl    [Compiler flag to generate thread safe objects])
+])# _LT_LINKER_SHLIBS
+
+
+# _LT_LANG_C_CONFIG([TAG])
+# ------------------------
+# Ensure that the configuration variables for a C compiler are suitably
+# defined.  These variables are subsequently used by _LT_CONFIG to write
+# the compiler configuration to `libtool'.
+m4_defun([_LT_LANG_C_CONFIG],
+[m4_require([_LT_DECL_EGREP])dnl
+lt_save_CC="$CC"
+AC_LANG_PUSH(C)
+
+# Source file extension for C test sources.
+ac_ext=c
+
+# Object file extension for compiled C test sources.
+objext=o
+_LT_TAGVAR(objext, $1)=$objext
+
+# Code to be used in simple compile tests
+lt_simple_compile_test_code="int some_variable = 0;"
+
+# Code to be used in simple link tests
+lt_simple_link_test_code='int main(){return(0);}'
+
+_LT_TAG_COMPILER
+# Save the default compiler, since it gets overwritten when the other
+# tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
+compiler_DEFAULT=$CC
+
+# save warnings/boilerplate of simple test code
+_LT_COMPILER_BOILERPLATE
+_LT_LINKER_BOILERPLATE
+
+## CAVEAT EMPTOR:
+## There is no encapsulation within the following macros, do not change
+## the running order or otherwise move them around unless you know exactly
+## what you are doing...
+if test -n "$compiler"; then
+  _LT_COMPILER_NO_RTTI($1)
+  _LT_COMPILER_PIC($1)
+  _LT_COMPILER_C_O($1)
+  _LT_COMPILER_FILE_LOCKS($1)
+  _LT_LINKER_SHLIBS($1)
+  _LT_SYS_DYNAMIC_LINKER($1)
+  _LT_LINKER_HARDCODE_LIBPATH($1)
+  LT_SYS_DLOPEN_SELF
+  _LT_CMD_STRIPLIB
+
+  # Report which library types will actually be built
+  AC_MSG_CHECKING([if libtool supports shared libraries])
+  AC_MSG_RESULT([$can_build_shared])
+
+  AC_MSG_CHECKING([whether to build shared libraries])
+  test "$can_build_shared" = "no" && enable_shared=no
+
+  # On AIX, shared libraries and static libraries use the same namespace, and
+  # are all built from PIC.
+  case $host_os in
+  aix3*)
+    test "$enable_shared" = yes && enable_static=no
+    if test -n "$RANLIB"; then
+      archive_cmds="$archive_cmds~\$RANLIB \$lib"
+      postinstall_cmds='$RANLIB $lib'
+    fi
+    ;;
+
+  aix[[4-9]]*)
+    if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
+      test "$enable_shared" = yes && enable_static=no
+    fi
+    ;;
+  esac
+  AC_MSG_RESULT([$enable_shared])
+
+  AC_MSG_CHECKING([whether to build static libraries])
+  # Make sure either enable_shared or enable_static is yes.
+  test "$enable_shared" = yes || enable_static=yes
+  AC_MSG_RESULT([$enable_static])
+
+  _LT_CONFIG($1)
+fi
+AC_LANG_POP
+CC="$lt_save_CC"
+])# _LT_LANG_C_CONFIG
+
+
+# _LT_LANG_CXX_CONFIG([TAG])
+# --------------------------
+# Ensure that the configuration variables for a C++ compiler are suitably
+# defined.  These variables are subsequently used by _LT_CONFIG to write
+# the compiler configuration to `libtool'.
+m4_defun([_LT_LANG_CXX_CONFIG],
+[m4_require([_LT_FILEUTILS_DEFAULTS])dnl
+m4_require([_LT_DECL_EGREP])dnl
+m4_require([_LT_PATH_MANIFEST_TOOL])dnl
+if test -n "$CXX" && ( test "X$CXX" != "Xno" &&
+    ( (test "X$CXX" = "Xg++" && `g++ -v >/dev/null 2>&1` ) ||
+    (test "X$CXX" != "Xg++"))) ; then
+  AC_PROG_CXXCPP
+else
+  _lt_caught_CXX_error=yes
+fi
+
+AC_LANG_PUSH(C++)
+_LT_TAGVAR(archive_cmds_need_lc, $1)=no
+_LT_TAGVAR(allow_undefined_flag, $1)=
+_LT_TAGVAR(always_export_symbols, $1)=no
+_LT_TAGVAR(archive_expsym_cmds, $1)=
+_LT_TAGVAR(compiler_needs_object, $1)=no
+_LT_TAGVAR(export_dynamic_flag_spec, $1)=
+_LT_TAGVAR(hardcode_direct, $1)=no
+_LT_TAGVAR(hardcode_direct_absolute, $1)=no
+_LT_TAGVAR(hardcode_libdir_flag_spec, $1)=
+_LT_TAGVAR(hardcode_libdir_separator, $1)=
+_LT_TAGVAR(hardcode_minus_L, $1)=no
+_LT_TAGVAR(hardcode_shlibpath_var, $1)=unsupported
+_LT_TAGVAR(hardcode_automatic, $1)=no
+_LT_TAGVAR(inherit_rpath, $1)=no
+_LT_TAGVAR(module_cmds, $1)=
+_LT_TAGVAR(module_expsym_cmds, $1)=
+_LT_TAGVAR(link_all_deplibs, $1)=unknown
+_LT_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds
+_LT_TAGVAR(reload_flag, $1)=$reload_flag
+_LT_TAGVAR(reload_cmds, $1)=$reload_cmds
+_LT_TAGVAR(no_undefined_flag, $1)=
+_LT_TAGVAR(whole_archive_flag_spec, $1)=
+_LT_TAGVAR(enable_shared_with_static_runtimes, $1)=no
+
+# Source file extension for C++ test sources.
+ac_ext=cpp
+
+# Object file extension for compiled C++ test sources.
+objext=o
+_LT_TAGVAR(objext, $1)=$objext
+
+# No sense in running all these tests if we already determined that
+# the CXX compiler isn't working.  Some variables (like enable_shared)
+# are currently assumed to apply to all compilers on this platform,
+# and will be corrupted by setting them based on a non-working compiler.
+if test "$_lt_caught_CXX_error" != yes; then
+  # Code to be used in simple compile tests
+  lt_simple_compile_test_code="int some_variable = 0;"
+
+  # Code to be used in simple link tests
+  lt_simple_link_test_code='int main(int, char *[[]]) { return(0); }'
+
+  # ltmain only uses $CC for tagged configurations so make sure $CC is set.
+  _LT_TAG_COMPILER
+
+  # save warnings/boilerplate of simple test code
+  _LT_COMPILER_BOILERPLATE
+  _LT_LINKER_BOILERPLATE
+
+  # Allow CC to be a program name with arguments.
+  lt_save_CC=$CC
+  lt_save_CFLAGS=$CFLAGS
+  lt_save_LD=$LD
+  lt_save_GCC=$GCC
+  GCC=$GXX
+  lt_save_with_gnu_ld=$with_gnu_ld
+  lt_save_path_LD=$lt_cv_path_LD
+  if test -n "${lt_cv_prog_gnu_ldcxx+set}"; then
+    lt_cv_prog_gnu_ld=$lt_cv_prog_gnu_ldcxx
+  else
+    $as_unset lt_cv_prog_gnu_ld
+  fi
+  if test -n "${lt_cv_path_LDCXX+set}"; then
+    lt_cv_path_LD=$lt_cv_path_LDCXX
+  else
+    $as_unset lt_cv_path_LD
+  fi
+  test -z "${LDCXX+set}" || LD=$LDCXX
+  CC=${CXX-"c++"}
+  CFLAGS=$CXXFLAGS
+  compiler=$CC
+  _LT_TAGVAR(compiler, $1)=$CC
+  _LT_CC_BASENAME([$compiler])
+
+  if test -n "$compiler"; then
+    # We don't want -fno-exception when compiling C++ code, so set the
+    # no_builtin_flag separately
+    if test "$GXX" = yes; then
+      _LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=' -fno-builtin'
+    else
+      _LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=
+    fi
+
+    if test "$GXX" = yes; then
+      # Set up default GNU C++ configuration
+
+      LT_PATH_LD
+
+      # Check if GNU C++ uses GNU ld as the underlying linker, since the
+      # archiving commands below assume that GNU ld is being used.
+      if test "$with_gnu_ld" = yes; then
+        _LT_TAGVAR(archive_cmds, $1)='$CC $pic_flag -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
+        _LT_TAGVAR(archive_expsym_cmds, $1)='$CC $pic_flag -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
+
+        _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
+        _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
+
+        # If archive_cmds runs LD, not CC, wlarc should be empty
+        # XXX I think wlarc can be eliminated in ltcf-cxx, but I need to
+        #     investigate it a little bit more. (MM)
+        wlarc='${wl}'
+
+        # ancient GNU ld didn't support --whole-archive et. al.
+        if eval "`$CC -print-prog-name=ld` --help 2>&1" |
+	  $GREP 'no-whole-archive' > /dev/null; then
+          _LT_TAGVAR(whole_archive_flag_spec, $1)="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
+        else
+          _LT_TAGVAR(whole_archive_flag_spec, $1)=
+        fi
+      else
+        with_gnu_ld=no
+        wlarc=
+
+        # A generic and very simple default shared library creation
+        # command for GNU C++ for the case where it uses the native
+        # linker, instead of GNU ld.  If possible, this setting should
+        # overridden to take advantage of the native linker features on
+        # the platform it is being used on.
+        _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib'
+      fi
+
+      # Commands to make compiler produce verbose output that lists
+      # what "hidden" libraries, object files and flags are used when
+      # linking a shared library.
+      output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"'
+
+    else
+      GXX=no
+      with_gnu_ld=no
+      wlarc=
+    fi
+
+    # PORTME: fill in a description of your system's C++ link characteristics
+    AC_MSG_CHECKING([whether the $compiler linker ($LD) supports shared libraries])
+    _LT_TAGVAR(ld_shlibs, $1)=yes
+    case $host_os in
+      aix3*)
+        # FIXME: insert proper C++ library support
+        _LT_TAGVAR(ld_shlibs, $1)=no
+        ;;
+      aix[[4-9]]*)
+        if test "$host_cpu" = ia64; then
+          # On IA64, the linker does run time linking by default, so we don't
+          # have to do anything special.
+          aix_use_runtimelinking=no
+          exp_sym_flag='-Bexport'
+          no_entry_flag=""
+        else
+          aix_use_runtimelinking=no
+
+          # Test if we are trying to use run time linking or normal
+          # AIX style linking. If -brtl is somewhere in LDFLAGS, we
+          # need to do runtime linking.
+          case $host_os in aix4.[[23]]|aix4.[[23]].*|aix[[5-9]]*)
+	    for ld_flag in $LDFLAGS; do
+	      case $ld_flag in
+	      *-brtl*)
+	        aix_use_runtimelinking=yes
+	        break
+	        ;;
+	      esac
+	    done
+	    ;;
+          esac
+
+          exp_sym_flag='-bexport'
+          no_entry_flag='-bnoentry'
+        fi
+
+        # When large executables or shared objects are built, AIX ld can
+        # have problems creating the table of contents.  If linking a library
+        # or program results in "error TOC overflow" add -mminimal-toc to
+        # CXXFLAGS/CFLAGS for g++/gcc.  In the cases where that is not
+        # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
+
+        _LT_TAGVAR(archive_cmds, $1)=''
+        _LT_TAGVAR(hardcode_direct, $1)=yes
+        _LT_TAGVAR(hardcode_direct_absolute, $1)=yes
+        _LT_TAGVAR(hardcode_libdir_separator, $1)=':'
+        _LT_TAGVAR(link_all_deplibs, $1)=yes
+        _LT_TAGVAR(file_list_spec, $1)='${wl}-f,'
+
+        if test "$GXX" = yes; then
+          case $host_os in aix4.[[012]]|aix4.[[012]].*)
+          # We only want to do this on AIX 4.2 and lower, the check
+          # below for broken collect2 doesn't work under 4.3+
+	  collect2name=`${CC} -print-prog-name=collect2`
+	  if test -f "$collect2name" &&
+	     strings "$collect2name" | $GREP resolve_lib_name >/dev/null
+	  then
+	    # We have reworked collect2
+	    :
+	  else
+	    # We have old collect2
+	    _LT_TAGVAR(hardcode_direct, $1)=unsupported
+	    # It fails to find uninstalled libraries when the uninstalled
+	    # path is not listed in the libpath.  Setting hardcode_minus_L
+	    # to unsupported forces relinking
+	    _LT_TAGVAR(hardcode_minus_L, $1)=yes
+	    _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
+	    _LT_TAGVAR(hardcode_libdir_separator, $1)=
+	  fi
+          esac
+          shared_flag='-shared'
+	  if test "$aix_use_runtimelinking" = yes; then
+	    shared_flag="$shared_flag "'${wl}-G'
+	  fi
+        else
+          # not using gcc
+          if test "$host_cpu" = ia64; then
+	  # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
+	  # chokes on -Wl,-G. The following line is correct:
+	  shared_flag='-G'
+          else
+	    if test "$aix_use_runtimelinking" = yes; then
+	      shared_flag='${wl}-G'
+	    else
+	      shared_flag='${wl}-bM:SRE'
+	    fi
+          fi
+        fi
+
+        _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-bexpall'
+        # It seems that -bexpall does not export symbols beginning with
+        # underscore (_), so it is better to generate a list of symbols to
+	# export.
+        _LT_TAGVAR(always_export_symbols, $1)=yes
+        if test "$aix_use_runtimelinking" = yes; then
+          # Warning - without using the other runtime loading flags (-brtl),
+          # -berok will link without error, but may produce a broken library.
+          _LT_TAGVAR(allow_undefined_flag, $1)='-berok'
+          # Determine the default libpath from the value encoded in an empty
+          # executable.
+          _LT_SYS_MODULE_PATH_AIX([$1])
+          _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
+
+          _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then func_echo_all "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
+        else
+          if test "$host_cpu" = ia64; then
+	    _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $libdir:/usr/lib:/lib'
+	    _LT_TAGVAR(allow_undefined_flag, $1)="-z nodefs"
+	    _LT_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$exp_sym_flag:\$export_symbols"
+          else
+	    # Determine the default libpath from the value encoded in an
+	    # empty executable.
+	    _LT_SYS_MODULE_PATH_AIX([$1])
+	    _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
+	    # Warning - without using the other run time loading flags,
+	    # -berok will link without error, but may produce a broken library.
+	    _LT_TAGVAR(no_undefined_flag, $1)=' ${wl}-bernotok'
+	    _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-berok'
+	    if test "$with_gnu_ld" = yes; then
+	      # We only use this code for GNU lds that support --whole-archive.
+	      _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
+	    else
+	      # Exported symbols can be pulled into shared objects from archives
+	      _LT_TAGVAR(whole_archive_flag_spec, $1)='$convenience'
+	    fi
+	    _LT_TAGVAR(archive_cmds_need_lc, $1)=yes
+	    # This is similar to how AIX traditionally builds its shared
+	    # libraries.
+	    _LT_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs ${wl}-bnoentry $compiler_flags ${wl}-bE:$export_symbols${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname'
+          fi
+        fi
+        ;;
+
+      beos*)
+	if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
+	  _LT_TAGVAR(allow_undefined_flag, $1)=unsupported
+	  # Joseph Beckenbach <jrb3 at best.com> says some releases of gcc
+	  # support --undefined.  This deserves some investigation.  FIXME
+	  _LT_TAGVAR(archive_cmds, $1)='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
+	else
+	  _LT_TAGVAR(ld_shlibs, $1)=no
+	fi
+	;;
+
+      chorus*)
+        case $cc_basename in
+          *)
+	  # FIXME: insert proper C++ library support
+	  _LT_TAGVAR(ld_shlibs, $1)=no
+	  ;;
+        esac
+        ;;
+
+      cygwin* | mingw* | pw32* | cegcc*)
+	case $GXX,$cc_basename in
+	,cl* | no,cl*)
+	  # Native MSVC
+	  # hardcode_libdir_flag_spec is actually meaningless, as there is
+	  # no search path for DLLs.
+	  _LT_TAGVAR(hardcode_libdir_flag_spec, $1)=' '
+	  _LT_TAGVAR(allow_undefined_flag, $1)=unsupported
+	  _LT_TAGVAR(always_export_symbols, $1)=yes
+	  _LT_TAGVAR(file_list_spec, $1)='@'
+	  # Tell ltmain to make .lib files, not .a files.
+	  libext=lib
+	  # Tell ltmain to make .dll files, not .so files.
+	  shrext_cmds=".dll"
+	  # FIXME: Setting linknames here is a bad hack.
+	  _LT_TAGVAR(archive_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-dll~linknames='
+	  _LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
+	      $SED -n -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' -e '1\\\!p' < $export_symbols > $output_objdir/$soname.exp;
+	    else
+	      $SED -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' < $export_symbols > $output_objdir/$soname.exp;
+	    fi~
+	    $CC -o $tool_output_objdir$soname $libobjs $compiler_flags $deplibs "@$tool_output_objdir$soname.exp" -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~
+	    linknames='
+	  # The linker will not automatically build a static lib if we build a DLL.
+	  # _LT_TAGVAR(old_archive_from_new_cmds, $1)='true'
+	  _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
+	  # Don't use ranlib
+	  _LT_TAGVAR(old_postinstall_cmds, $1)='chmod 644 $oldlib'
+	  _LT_TAGVAR(postlink_cmds, $1)='lt_outputfile="@OUTPUT@"~
+	    lt_tool_outputfile="@TOOL_OUTPUT@"~
+	    case $lt_outputfile in
+	      *.exe|*.EXE) ;;
+	      *)
+		lt_outputfile="$lt_outputfile.exe"
+		lt_tool_outputfile="$lt_tool_outputfile.exe"
+		;;
+	    esac~
+	    func_to_tool_file "$lt_outputfile"~
+	    if test "$MANIFEST_TOOL" != ":" && test -f "$lt_outputfile.manifest"; then
+	      $MANIFEST_TOOL -manifest "$lt_tool_outputfile.manifest" -outputresource:"$lt_tool_outputfile" || exit 1;
+	      $RM "$lt_outputfile.manifest";
+	    fi'
+	  ;;
+	*)
+	  # g++
+	  # _LT_TAGVAR(hardcode_libdir_flag_spec, $1) is actually meaningless,
+	  # as there is no search path for DLLs.
+	  _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
+	  _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-all-symbols'
+	  _LT_TAGVAR(allow_undefined_flag, $1)=unsupported
+	  _LT_TAGVAR(always_export_symbols, $1)=no
+	  _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
+
+	  if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
+	    _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
+	    # If the export-symbols file already is a .def file (1st line
+	    # is EXPORTS), use it as is; otherwise, prepend...
+	    _LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
+	      cp $export_symbols $output_objdir/$soname.def;
+	    else
+	      echo EXPORTS > $output_objdir/$soname.def;
+	      cat $export_symbols >> $output_objdir/$soname.def;
+	    fi~
+	    $CC -shared -nostdlib $output_objdir/$soname.def $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
+	  else
+	    _LT_TAGVAR(ld_shlibs, $1)=no
+	  fi
+	  ;;
+	esac
+	;;
+      darwin* | rhapsody*)
+        _LT_DARWIN_LINKER_FEATURES($1)
+	;;
+
+      dgux*)
+        case $cc_basename in
+          ec++*)
+	    # FIXME: insert proper C++ library support
+	    _LT_TAGVAR(ld_shlibs, $1)=no
+	    ;;
+          ghcx*)
+	    # Green Hills C++ Compiler
+	    # FIXME: insert proper C++ library support
+	    _LT_TAGVAR(ld_shlibs, $1)=no
+	    ;;
+          *)
+	    # FIXME: insert proper C++ library support
+	    _LT_TAGVAR(ld_shlibs, $1)=no
+	    ;;
+        esac
+        ;;
+
+      freebsd2.*)
+        # C++ shared libraries reported to be fairly broken before
+	# switch to ELF
+        _LT_TAGVAR(ld_shlibs, $1)=no
+        ;;
+
+      freebsd-elf*)
+        _LT_TAGVAR(archive_cmds_need_lc, $1)=no
+        ;;
+
+      freebsd* | dragonfly*)
+        # FreeBSD 3 and later use GNU C++ and GNU ld with standard ELF
+        # conventions
+        _LT_TAGVAR(ld_shlibs, $1)=yes
+        ;;
+
+      gnu*)
+        ;;
+
+      haiku*)
+        _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
+        _LT_TAGVAR(link_all_deplibs, $1)=yes
+        ;;
+
+      hpux9*)
+        _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
+        _LT_TAGVAR(hardcode_libdir_separator, $1)=:
+        _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
+        _LT_TAGVAR(hardcode_direct, $1)=yes
+        _LT_TAGVAR(hardcode_minus_L, $1)=yes # Not in the search PATH,
+				             # but as the default
+				             # location of the library.
+
+        case $cc_basename in
+          CC*)
+            # FIXME: insert proper C++ library support
+            _LT_TAGVAR(ld_shlibs, $1)=no
+            ;;
+          aCC*)
+            _LT_TAGVAR(archive_cmds, $1)='$RM $output_objdir/$soname~$CC -b ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
+            # Commands to make compiler produce verbose output that lists
+            # what "hidden" libraries, object files and flags are used when
+            # linking a shared library.
+            #
+            # There doesn't appear to be a way to prevent this compiler from
+            # explicitly linking system object files so we need to strip them
+            # from the output so that they don't get included in the library
+            # dependencies.
+            output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $EGREP "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
+            ;;
+          *)
+            if test "$GXX" = yes; then
+              _LT_TAGVAR(archive_cmds, $1)='$RM $output_objdir/$soname~$CC -shared -nostdlib $pic_flag ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
+            else
+              # FIXME: insert proper C++ library support
+              _LT_TAGVAR(ld_shlibs, $1)=no
+            fi
+            ;;
+        esac
+        ;;
+
+      hpux10*|hpux11*)
+        if test $with_gnu_ld = no; then
+	  _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
+	  _LT_TAGVAR(hardcode_libdir_separator, $1)=:
+
+          case $host_cpu in
+            hppa*64*|ia64*)
+              ;;
+            *)
+	      _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
+              ;;
+          esac
+        fi
+        case $host_cpu in
+          hppa*64*|ia64*)
+            _LT_TAGVAR(hardcode_direct, $1)=no
+            _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
+            ;;
+          *)
+            _LT_TAGVAR(hardcode_direct, $1)=yes
+            _LT_TAGVAR(hardcode_direct_absolute, $1)=yes
+            _LT_TAGVAR(hardcode_minus_L, $1)=yes # Not in the search PATH,
+					         # but as the default
+					         # location of the library.
+            ;;
+        esac
+
+        case $cc_basename in
+          CC*)
+	    # FIXME: insert proper C++ library support
+	    _LT_TAGVAR(ld_shlibs, $1)=no
+	    ;;
+          aCC*)
+	    case $host_cpu in
+	      hppa*64*)
+	        _LT_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
+	        ;;
+	      ia64*)
+	        _LT_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
+	        ;;
+	      *)
+	        _LT_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
+	        ;;
+	    esac
+	    # Commands to make compiler produce verbose output that lists
+	    # what "hidden" libraries, object files and flags are used when
+	    # linking a shared library.
+	    #
+	    # There doesn't appear to be a way to prevent this compiler from
+	    # explicitly linking system object files so we need to strip them
+	    # from the output so that they don't get included in the library
+	    # dependencies.
+	    output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $GREP "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
+	    ;;
+          *)
+	    if test "$GXX" = yes; then
+	      if test $with_gnu_ld = no; then
+	        case $host_cpu in
+	          hppa*64*)
+	            _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
+	            ;;
+	          ia64*)
+	            _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $pic_flag ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
+	            ;;
+	          *)
+	            _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $pic_flag ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
+	            ;;
+	        esac
+	      fi
+	    else
+	      # FIXME: insert proper C++ library support
+	      _LT_TAGVAR(ld_shlibs, $1)=no
+	    fi
+	    ;;
+        esac
+        ;;
+
+      interix[[3-9]]*)
+	_LT_TAGVAR(hardcode_direct, $1)=no
+	_LT_TAGVAR(hardcode_shlibpath_var, $1)=no
+	_LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
+	_LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
+	# Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
+	# Instead, shared libraries are loaded at an image base (0x10000000 by
+	# default) and relocated if they conflict, which is a slow very memory
+	# consuming and fragmenting process.  To avoid this, we pick a random,
+	# 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
+	# time.  Moving up from 0x10000000 also allows more sbrk(2) space.
+	_LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
+	_LT_TAGVAR(archive_expsym_cmds, $1)='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
+	;;
+      irix5* | irix6*)
+        case $cc_basename in
+          CC*)
+	    # SGI C++
+	    _LT_TAGVAR(archive_cmds, $1)='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
+
+	    # Archives containing C++ object files must be created using
+	    # "CC -ar", where "CC" is the IRIX C++ compiler.  This is
+	    # necessary to make sure instantiated templates are included
+	    # in the archive.
+	    _LT_TAGVAR(old_archive_cmds, $1)='$CC -ar -WR,-u -o $oldlib $oldobjs'
+	    ;;
+          *)
+	    if test "$GXX" = yes; then
+	      if test "$with_gnu_ld" = no; then
+	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
+	      else
+	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` -o $lib'
+	      fi
+	    fi
+	    _LT_TAGVAR(link_all_deplibs, $1)=yes
+	    ;;
+        esac
+        _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
+        _LT_TAGVAR(hardcode_libdir_separator, $1)=:
+        _LT_TAGVAR(inherit_rpath, $1)=yes
+        ;;
+
+      linux* | k*bsd*-gnu | kopensolaris*-gnu)
+        case $cc_basename in
+          KCC*)
+	    # Kuck and Associates, Inc. (KAI) C++ Compiler
+
+	    # KCC will only create a shared library if the output file
+	    # ends with ".so" (or ".sl" for HP-UX), so rename the library
+	    # to its proper name (with version) after linking.
+	    _LT_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
+	    _LT_TAGVAR(archive_expsym_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib ${wl}-retain-symbols-file,$export_symbols; mv \$templib $lib'
+	    # Commands to make compiler produce verbose output that lists
+	    # what "hidden" libraries, object files and flags are used when
+	    # linking a shared library.
+	    #
+	    # There doesn't appear to be a way to prevent this compiler from
+	    # explicitly linking system object files so we need to strip them
+	    # from the output so that they don't get included in the library
+	    # dependencies.
+	    output_verbose_link_cmd='templist=`$CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 | $GREP "ld"`; rm -f libconftest$shared_ext; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
+
+	    _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
+	    _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
+
+	    # Archives containing C++ object files must be created using
+	    # "CC -Bstatic", where "CC" is the KAI C++ compiler.
+	    _LT_TAGVAR(old_archive_cmds, $1)='$CC -Bstatic -o $oldlib $oldobjs'
+	    ;;
+	  icpc* | ecpc* )
+	    # Intel C++
+	    with_gnu_ld=yes
+	    # version 8.0 and above of icpc choke on multiply defined symbols
+	    # if we add $predep_objects and $postdep_objects, however 7.1 and
+	    # earlier do not add the objects themselves.
+	    case `$CC -V 2>&1` in
+	      *"Version 7."*)
+	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
+		_LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
+		;;
+	      *)  # Version 8.0 or newer
+	        tmp_idyn=
+	        case $host_cpu in
+		  ia64*) tmp_idyn=' -i_dynamic';;
+		esac
+	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
+		_LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
+		;;
+	    esac
+	    _LT_TAGVAR(archive_cmds_need_lc, $1)=no
+	    _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
+	    _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
+	    _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
+	    ;;
+          pgCC* | pgcpp*)
+            # Portland Group C++ compiler
+	    case `$CC -V` in
+	    *pgCC\ [[1-5]].* | *pgcpp\ [[1-5]].*)
+	      _LT_TAGVAR(prelink_cmds, $1)='tpldir=Template.dir~
+		rm -rf $tpldir~
+		$CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~
+		compile_command="$compile_command `find $tpldir -name \*.o | sort | $NL2SP`"'
+	      _LT_TAGVAR(old_archive_cmds, $1)='tpldir=Template.dir~
+		rm -rf $tpldir~
+		$CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~
+		$AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | sort | $NL2SP`~
+		$RANLIB $oldlib'
+	      _LT_TAGVAR(archive_cmds, $1)='tpldir=Template.dir~
+		rm -rf $tpldir~
+		$CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
+		$CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib'
+	      _LT_TAGVAR(archive_expsym_cmds, $1)='tpldir=Template.dir~
+		rm -rf $tpldir~
+		$CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
+		$CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname ${wl}-retain-symbols-file ${wl}$export_symbols -o $lib'
+	      ;;
+	    *) # Version 6 and above use weak symbols
+	      _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib'
+	      _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname ${wl}-retain-symbols-file ${wl}$export_symbols -o $lib'
+	      ;;
+	    esac
+
+	    _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}--rpath ${wl}$libdir'
+	    _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
+	    _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
+            ;;
+	  cxx*)
+	    # Compaq C++
+	    _LT_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
+	    _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname  -o $lib ${wl}-retain-symbols-file $wl$export_symbols'
+
+	    runpath_var=LD_RUN_PATH
+	    _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir'
+	    _LT_TAGVAR(hardcode_libdir_separator, $1)=:
+
+	    # Commands to make compiler produce verbose output that lists
+	    # what "hidden" libraries, object files and flags are used when
+	    # linking a shared library.
+	    #
+	    # There doesn't appear to be a way to prevent this compiler from
+	    # explicitly linking system object files so we need to strip them
+	    # from the output so that they don't get included in the library
+	    # dependencies.
+	    output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "X$list" | $Xsed'
+	    ;;
+	  xl* | mpixl* | bgxl*)
+	    # IBM XL 8.0 on PPC, with GNU ld
+	    _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
+	    _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
+	    _LT_TAGVAR(archive_cmds, $1)='$CC -qmkshrobj $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
+	    if test "x$supports_anon_versioning" = xyes; then
+	      _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $output_objdir/$libname.ver~
+		cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
+		echo "local: *; };" >> $output_objdir/$libname.ver~
+		$CC -qmkshrobj $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
+	    fi
+	    ;;
+	  *)
+	    case `$CC -V 2>&1 | sed 5q` in
+	    *Sun\ C*)
+	      # Sun C++ 5.9
+	      _LT_TAGVAR(no_undefined_flag, $1)=' -zdefs'
+	      _LT_TAGVAR(archive_cmds, $1)='$CC -G${allow_undefined_flag} -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
+	      _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -G${allow_undefined_flag} -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file ${wl}$export_symbols'
+	      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
+	      _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
+	      _LT_TAGVAR(compiler_needs_object, $1)=yes
+
+	      # Not sure whether something based on
+	      # $CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1
+	      # would be better.
+	      output_verbose_link_cmd='func_echo_all'
+
+	      # Archives containing C++ object files must be created using
+	      # "CC -xar", where "CC" is the Sun C++ compiler.  This is
+	      # necessary to make sure instantiated templates are included
+	      # in the archive.
+	      _LT_TAGVAR(old_archive_cmds, $1)='$CC -xar -o $oldlib $oldobjs'
+	      ;;
+	    esac
+	    ;;
+	esac
+	;;
+
+      lynxos*)
+        # FIXME: insert proper C++ library support
+	_LT_TAGVAR(ld_shlibs, $1)=no
+	;;
+
+      m88k*)
+        # FIXME: insert proper C++ library support
+        _LT_TAGVAR(ld_shlibs, $1)=no
+	;;
+
+      mvs*)
+        case $cc_basename in
+          cxx*)
+	    # FIXME: insert proper C++ library support
+	    _LT_TAGVAR(ld_shlibs, $1)=no
+	    ;;
+	  *)
+	    # FIXME: insert proper C++ library support
+	    _LT_TAGVAR(ld_shlibs, $1)=no
+	    ;;
+	esac
+	;;
+
+      netbsd*)
+        if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
+	  _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable  -o $lib $predep_objects $libobjs $deplibs $postdep_objects $linker_flags'
+	  wlarc=
+	  _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
+	  _LT_TAGVAR(hardcode_direct, $1)=yes
+	  _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
+	fi
+	# Workaround some broken pre-1.5 toolchains
+	output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP conftest.$objext | $SED -e "s:-lgcc -lc -lgcc::"'
+	;;
+
+      *nto* | *qnx*)
+        _LT_TAGVAR(ld_shlibs, $1)=yes
+	;;
+
+      openbsd2*)
+        # C++ shared libraries are fairly broken
+	_LT_TAGVAR(ld_shlibs, $1)=no
+	;;
+
+      openbsd*)
+	if test -f /usr/libexec/ld.so; then
+	  _LT_TAGVAR(hardcode_direct, $1)=yes
+	  _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
+	  _LT_TAGVAR(hardcode_direct_absolute, $1)=yes
+	  _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib'
+	  _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
+	  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
+	    _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file,$export_symbols -o $lib'
+	    _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
+	    _LT_TAGVAR(whole_archive_flag_spec, $1)="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
+	  fi
+	  output_verbose_link_cmd=func_echo_all
+	else
+	  _LT_TAGVAR(ld_shlibs, $1)=no
+	fi
+	;;
+
+      osf3* | osf4* | osf5*)
+        case $cc_basename in
+          KCC*)
+	    # Kuck and Associates, Inc. (KAI) C++ Compiler
+
+	    # KCC will only create a shared library if the output file
+	    # ends with ".so" (or ".sl" for HP-UX), so rename the library
+	    # to its proper name (with version) after linking.
+	    _LT_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo "$lib" | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
+
+	    _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
+	    _LT_TAGVAR(hardcode_libdir_separator, $1)=:
+
+	    # Archives containing C++ object files must be created using
+	    # the KAI C++ compiler.
+	    case $host in
+	      osf3*) _LT_TAGVAR(old_archive_cmds, $1)='$CC -Bstatic -o $oldlib $oldobjs' ;;
+	      *) _LT_TAGVAR(old_archive_cmds, $1)='$CC -o $oldlib $oldobjs' ;;
+	    esac
+	    ;;
+          RCC*)
+	    # Rational C++ 2.4.1
+	    # FIXME: insert proper C++ library support
+	    _LT_TAGVAR(ld_shlibs, $1)=no
+	    ;;
+          cxx*)
+	    case $host in
+	      osf3*)
+	        _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
+	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $soname `test -n "$verstring" && func_echo_all "${wl}-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
+	        _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
+		;;
+	      *)
+	        _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
+	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
+	        _LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
+	          echo "-hidden">> $lib.exp~
+	          $CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname ${wl}-input ${wl}$lib.exp  `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib~
+	          $RM $lib.exp'
+	        _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir'
+		;;
+	    esac
+
+	    _LT_TAGVAR(hardcode_libdir_separator, $1)=:
+
+	    # Commands to make compiler produce verbose output that lists
+	    # what "hidden" libraries, object files and flags are used when
+	    # linking a shared library.
+	    #
+	    # There doesn't appear to be a way to prevent this compiler from
+	    # explicitly linking system object files so we need to strip them
+	    # from the output so that they don't get included in the library
+	    # dependencies.
+	    output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld" | $GREP -v "ld:"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
+	    ;;
+	  *)
+	    if test "$GXX" = yes && test "$with_gnu_ld" = no; then
+	      _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
+	      case $host in
+	        osf3*)
+	          _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
+		  ;;
+	        *)
+	          _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
+		  ;;
+	      esac
+
+	      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
+	      _LT_TAGVAR(hardcode_libdir_separator, $1)=:
+
+	      # Commands to make compiler produce verbose output that lists
+	      # what "hidden" libraries, object files and flags are used when
+	      # linking a shared library.
+	      output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"'
+
+	    else
+	      # FIXME: insert proper C++ library support
+	      _LT_TAGVAR(ld_shlibs, $1)=no
+	    fi
+	    ;;
+        esac
+        ;;
+
+      psos*)
+        # FIXME: insert proper C++ library support
+        _LT_TAGVAR(ld_shlibs, $1)=no
+        ;;
+
+      sunos4*)
+        case $cc_basename in
+          CC*)
+	    # Sun C++ 4.x
+	    # FIXME: insert proper C++ library support
+	    _LT_TAGVAR(ld_shlibs, $1)=no
+	    ;;
+          lcc*)
+	    # Lucid
+	    # FIXME: insert proper C++ library support
+	    _LT_TAGVAR(ld_shlibs, $1)=no
+	    ;;
+          *)
+	    # FIXME: insert proper C++ library support
+	    _LT_TAGVAR(ld_shlibs, $1)=no
+	    ;;
+        esac
+        ;;
+
+      solaris*)
+        case $cc_basename in
+          CC* | sunCC*)
+	    # Sun C++ 4.2, 5.x and Centerline C++
+            _LT_TAGVAR(archive_cmds_need_lc,$1)=yes
+	    _LT_TAGVAR(no_undefined_flag, $1)=' -zdefs'
+	    _LT_TAGVAR(archive_cmds, $1)='$CC -G${allow_undefined_flag}  -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
+	    _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
+	      $CC -G${allow_undefined_flag} ${wl}-M ${wl}$lib.exp -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp'
+
+	    _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
+	    _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
+	    case $host_os in
+	      solaris2.[[0-5]] | solaris2.[[0-5]].*) ;;
+	      *)
+		# The compiler driver will combine and reorder linker options,
+		# but understands `-z linker_flag'.
+	        # Supported since Solaris 2.6 (maybe 2.5.1?)
+		_LT_TAGVAR(whole_archive_flag_spec, $1)='-z allextract$convenience -z defaultextract'
+	        ;;
+	    esac
+	    _LT_TAGVAR(link_all_deplibs, $1)=yes
+
+	    output_verbose_link_cmd='func_echo_all'
+
+	    # Archives containing C++ object files must be created using
+	    # "CC -xar", where "CC" is the Sun C++ compiler.  This is
+	    # necessary to make sure instantiated templates are included
+	    # in the archive.
+	    _LT_TAGVAR(old_archive_cmds, $1)='$CC -xar -o $oldlib $oldobjs'
+	    ;;
+          gcx*)
+	    # Green Hills C++ Compiler
+	    _LT_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
+
+	    # The C++ compiler must be used to create the archive.
+	    _LT_TAGVAR(old_archive_cmds, $1)='$CC $LDFLAGS -archive -o $oldlib $oldobjs'
+	    ;;
+          *)
+	    # GNU C++ compiler with Solaris linker
+	    if test "$GXX" = yes && test "$with_gnu_ld" = no; then
+	      _LT_TAGVAR(no_undefined_flag, $1)=' ${wl}-z ${wl}defs'
+	      if $CC --version | $GREP -v '^2\.7' > /dev/null; then
+	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
+	        _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
+		  $CC -shared $pic_flag -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp'
+
+	        # Commands to make compiler produce verbose output that lists
+	        # what "hidden" libraries, object files and flags are used when
+	        # linking a shared library.
+	        output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"'
+	      else
+	        # g++ 2.7 appears to require `-G' NOT `-shared' on this
+	        # platform.
+	        _LT_TAGVAR(archive_cmds, $1)='$CC -G -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
+	        _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
+		  $CC -G -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp'
+
+	        # Commands to make compiler produce verbose output that lists
+	        # what "hidden" libraries, object files and flags are used when
+	        # linking a shared library.
+	        output_verbose_link_cmd='$CC -G $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"'
+	      fi
+
+	      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $wl$libdir'
+	      case $host_os in
+		solaris2.[[0-5]] | solaris2.[[0-5]].*) ;;
+		*)
+		  _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
+		  ;;
+	      esac
+	    fi
+	    ;;
+        esac
+        ;;
+
+    sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[[01]].[[10]]* | unixware7* | sco3.2v5.0.[[024]]*)
+      _LT_TAGVAR(no_undefined_flag, $1)='${wl}-z,text'
+      _LT_TAGVAR(archive_cmds_need_lc, $1)=no
+      _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
+      runpath_var='LD_RUN_PATH'
+
+      case $cc_basename in
+        CC*)
+	  _LT_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
+	  _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
+	  ;;
+	*)
+	  _LT_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
+	  _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
+	  ;;
+      esac
+      ;;
+
+      sysv5* | sco3.2v5* | sco5v6*)
+	# Note: We can NOT use -z defs as we might desire, because we do not
+	# link with -lc, and that would cause any symbols used from libc to
+	# always be unresolved, which means just about no library would
+	# ever link correctly.  If we're not using GNU ld we use -z text
+	# though, which does catch some bad symbols but isn't as heavy-handed
+	# as -z defs.
+	_LT_TAGVAR(no_undefined_flag, $1)='${wl}-z,text'
+	_LT_TAGVAR(allow_undefined_flag, $1)='${wl}-z,nodefs'
+	_LT_TAGVAR(archive_cmds_need_lc, $1)=no
+	_LT_TAGVAR(hardcode_shlibpath_var, $1)=no
+	_LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R,$libdir'
+	_LT_TAGVAR(hardcode_libdir_separator, $1)=':'
+	_LT_TAGVAR(link_all_deplibs, $1)=yes
+	_LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-Bexport'
+	runpath_var='LD_RUN_PATH'
+
+	case $cc_basename in
+          CC*)
+	    _LT_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
+	    _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
+	    _LT_TAGVAR(old_archive_cmds, $1)='$CC -Tprelink_objects $oldobjs~
+	      '"$_LT_TAGVAR(old_archive_cmds, $1)"
+	    _LT_TAGVAR(reload_cmds, $1)='$CC -Tprelink_objects $reload_objs~
+	      '"$_LT_TAGVAR(reload_cmds, $1)"
+	    ;;
+	  *)
+	    _LT_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
+	    _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
+	    ;;
+	esac
+      ;;
+
+      tandem*)
+        case $cc_basename in
+          NCC*)
+	    # NonStop-UX NCC 3.20
+	    # FIXME: insert proper C++ library support
+	    _LT_TAGVAR(ld_shlibs, $1)=no
+	    ;;
+          *)
+	    # FIXME: insert proper C++ library support
+	    _LT_TAGVAR(ld_shlibs, $1)=no
+	    ;;
+        esac
+        ;;
+
+      vxworks*)
+        # FIXME: insert proper C++ library support
+        _LT_TAGVAR(ld_shlibs, $1)=no
+        ;;
+
+      *)
+        # FIXME: insert proper C++ library support
+        _LT_TAGVAR(ld_shlibs, $1)=no
+        ;;
+    esac
+
+    AC_MSG_RESULT([$_LT_TAGVAR(ld_shlibs, $1)])
+    test "$_LT_TAGVAR(ld_shlibs, $1)" = no && can_build_shared=no
+
+    _LT_TAGVAR(GCC, $1)="$GXX"
+    _LT_TAGVAR(LD, $1)="$LD"
+
+    ## CAVEAT EMPTOR:
+    ## There is no encapsulation within the following macros, do not change
+    ## the running order or otherwise move them around unless you know exactly
+    ## what you are doing...
+    _LT_SYS_HIDDEN_LIBDEPS($1)
+    _LT_COMPILER_PIC($1)
+    _LT_COMPILER_C_O($1)
+    _LT_COMPILER_FILE_LOCKS($1)
+    _LT_LINKER_SHLIBS($1)
+    _LT_SYS_DYNAMIC_LINKER($1)
+    _LT_LINKER_HARDCODE_LIBPATH($1)
+
+    _LT_CONFIG($1)
+  fi # test -n "$compiler"
+
+  CC=$lt_save_CC
+  CFLAGS=$lt_save_CFLAGS
+  LDCXX=$LD
+  LD=$lt_save_LD
+  GCC=$lt_save_GCC
+  with_gnu_ld=$lt_save_with_gnu_ld
+  lt_cv_path_LDCXX=$lt_cv_path_LD
+  lt_cv_path_LD=$lt_save_path_LD
+  lt_cv_prog_gnu_ldcxx=$lt_cv_prog_gnu_ld
+  lt_cv_prog_gnu_ld=$lt_save_with_gnu_ld
+fi # test "$_lt_caught_CXX_error" != yes
+
+AC_LANG_POP
+])# _LT_LANG_CXX_CONFIG
+
+
+# _LT_FUNC_STRIPNAME_CNF
+# ----------------------
+# func_stripname_cnf prefix suffix name
+# strip PREFIX and SUFFIX off of NAME.
+# PREFIX and SUFFIX must not contain globbing or regex special
+# characters, hashes, percent signs, but SUFFIX may contain a leading
+# dot (in which case that matches only a dot).
+#
+# This function is identical to the (non-XSI) version of func_stripname,
+# except this one can be used by m4 code that may be executed by configure,
+# rather than the libtool script.
+m4_defun([_LT_FUNC_STRIPNAME_CNF],[dnl
+AC_REQUIRE([_LT_DECL_SED])
+AC_REQUIRE([_LT_PROG_ECHO_BACKSLASH])
+func_stripname_cnf ()
+{
+  case ${2} in
+  .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
+  *)  func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
+  esac
+} # func_stripname_cnf
+])# _LT_FUNC_STRIPNAME_CNF
+
+# _LT_SYS_HIDDEN_LIBDEPS([TAGNAME])
+# ---------------------------------
+# Figure out "hidden" library dependencies from verbose
+# compiler output when linking a shared library.
+# Parse the compiler output and extract the necessary
+# objects, libraries and library flags.
+m4_defun([_LT_SYS_HIDDEN_LIBDEPS],
+[m4_require([_LT_FILEUTILS_DEFAULTS])dnl
+AC_REQUIRE([_LT_FUNC_STRIPNAME_CNF])dnl
+# Dependencies to place before and after the object being linked:
+_LT_TAGVAR(predep_objects, $1)=
+_LT_TAGVAR(postdep_objects, $1)=
+_LT_TAGVAR(predeps, $1)=
+_LT_TAGVAR(postdeps, $1)=
+_LT_TAGVAR(compiler_lib_search_path, $1)=
+
+dnl we can't use the lt_simple_compile_test_code here,
+dnl because it contains code intended for an executable,
+dnl not a library.  It's possible we should let each
+dnl tag define a new lt_????_link_test_code variable,
+dnl but it's only used here...
+m4_if([$1], [], [cat > conftest.$ac_ext <<_LT_EOF
+int a;
+void foo (void) { a = 0; }
+_LT_EOF
+], [$1], [CXX], [cat > conftest.$ac_ext <<_LT_EOF
+class Foo
+{
+public:
+  Foo (void) { a = 0; }
+private:
+  int a;
+};
+_LT_EOF
+], [$1], [F77], [cat > conftest.$ac_ext <<_LT_EOF
+      subroutine foo
+      implicit none
+      integer*4 a
+      a=0
+      return
+      end
+_LT_EOF
+], [$1], [FC], [cat > conftest.$ac_ext <<_LT_EOF
+      subroutine foo
+      implicit none
+      integer a
+      a=0
+      return
+      end
+_LT_EOF
+], [$1], [GCJ], [cat > conftest.$ac_ext <<_LT_EOF
+public class foo {
+  private int a;
+  public void bar (void) {
+    a = 0;
+  }
+};
+_LT_EOF
+], [$1], [GO], [cat > conftest.$ac_ext <<_LT_EOF
+package foo
+func foo() {
+}
+_LT_EOF
+])
+
+_lt_libdeps_save_CFLAGS=$CFLAGS
+case "$CC $CFLAGS " in #(
+*\ -flto*\ *) CFLAGS="$CFLAGS -fno-lto" ;;
+*\ -fwhopr*\ *) CFLAGS="$CFLAGS -fno-whopr" ;;
+*\ -fuse-linker-plugin*\ *) CFLAGS="$CFLAGS -fno-use-linker-plugin" ;;
+esac
+
+dnl Parse the compiler output and extract the necessary
+dnl objects, libraries and library flags.
+if AC_TRY_EVAL(ac_compile); then
+  # Parse the compiler output and extract the necessary
+  # objects, libraries and library flags.
+
+  # Sentinel used to keep track of whether or not we are before
+  # the conftest object file.
+  pre_test_object_deps_done=no
+
+  for p in `eval "$output_verbose_link_cmd"`; do
+    case ${prev}${p} in
+
+    -L* | -R* | -l*)
+       # Some compilers place space between "-{L,R}" and the path.
+       # Remove the space.
+       if test $p = "-L" ||
+          test $p = "-R"; then
+	 prev=$p
+	 continue
+       fi
+
+       # Expand the sysroot to ease extracting the directories later.
+       if test -z "$prev"; then
+         case $p in
+         -L*) func_stripname_cnf '-L' '' "$p"; prev=-L; p=$func_stripname_result ;;
+         -R*) func_stripname_cnf '-R' '' "$p"; prev=-R; p=$func_stripname_result ;;
+         -l*) func_stripname_cnf '-l' '' "$p"; prev=-l; p=$func_stripname_result ;;
+         esac
+       fi
+       case $p in
+       =*) func_stripname_cnf '=' '' "$p"; p=$lt_sysroot$func_stripname_result ;;
+       esac
+       if test "$pre_test_object_deps_done" = no; then
+	 case ${prev} in
+	 -L | -R)
+	   # Internal compiler library paths should come after those
+	   # provided the user.  The postdeps already come after the
+	   # user supplied libs so there is no need to process them.
+	   if test -z "$_LT_TAGVAR(compiler_lib_search_path, $1)"; then
+	     _LT_TAGVAR(compiler_lib_search_path, $1)="${prev}${p}"
+	   else
+	     _LT_TAGVAR(compiler_lib_search_path, $1)="${_LT_TAGVAR(compiler_lib_search_path, $1)} ${prev}${p}"
+	   fi
+	   ;;
+	 # The "-l" case would never come before the object being
+	 # linked, so don't bother handling this case.
+	 esac
+       else
+	 if test -z "$_LT_TAGVAR(postdeps, $1)"; then
+	   _LT_TAGVAR(postdeps, $1)="${prev}${p}"
+	 else
+	   _LT_TAGVAR(postdeps, $1)="${_LT_TAGVAR(postdeps, $1)} ${prev}${p}"
+	 fi
+       fi
+       prev=
+       ;;
+
+    *.lto.$objext) ;; # Ignore GCC LTO objects
+    *.$objext)
+       # This assumes that the test object file only shows up
+       # once in the compiler output.
+       if test "$p" = "conftest.$objext"; then
+	 pre_test_object_deps_done=yes
+	 continue
+       fi
+
+       if test "$pre_test_object_deps_done" = no; then
+	 if test -z "$_LT_TAGVAR(predep_objects, $1)"; then
+	   _LT_TAGVAR(predep_objects, $1)="$p"
+	 else
+	   _LT_TAGVAR(predep_objects, $1)="$_LT_TAGVAR(predep_objects, $1) $p"
+	 fi
+       else
+	 if test -z "$_LT_TAGVAR(postdep_objects, $1)"; then
+	   _LT_TAGVAR(postdep_objects, $1)="$p"
+	 else
+	   _LT_TAGVAR(postdep_objects, $1)="$_LT_TAGVAR(postdep_objects, $1) $p"
+	 fi
+       fi
+       ;;
+
+    *) ;; # Ignore the rest.
+
+    esac
+  done
+
+  # Clean up.
+  rm -f a.out a.exe
+else
+  echo "libtool.m4: error: problem compiling $1 test program"
+fi
+
+$RM -f confest.$objext
+CFLAGS=$_lt_libdeps_save_CFLAGS
+
+# PORTME: override above test on systems where it is broken
+m4_if([$1], [CXX],
+[case $host_os in
+interix[[3-9]]*)
+  # Interix 3.5 installs completely hosed .la files for C++, so rather than
+  # hack all around it, let's just trust "g++" to DTRT.
+  _LT_TAGVAR(predep_objects,$1)=
+  _LT_TAGVAR(postdep_objects,$1)=
+  _LT_TAGVAR(postdeps,$1)=
+  ;;
+
+linux*)
+  case `$CC -V 2>&1 | sed 5q` in
+  *Sun\ C*)
+    # Sun C++ 5.9
+
+    # The more standards-conforming stlport4 library is
+    # incompatible with the Cstd library. Avoid specifying
+    # it if it's in CXXFLAGS. Ignore libCrun as
+    # -library=stlport4 depends on it.
+    case " $CXX $CXXFLAGS " in
+    *" -library=stlport4 "*)
+      solaris_use_stlport4=yes
+      ;;
+    esac
+
+    if test "$solaris_use_stlport4" != yes; then
+      _LT_TAGVAR(postdeps,$1)='-library=Cstd -library=Crun'
+    fi
+    ;;
+  esac
+  ;;
+
+solaris*)
+  case $cc_basename in
+  CC* | sunCC*)
+    # The more standards-conforming stlport4 library is
+    # incompatible with the Cstd library. Avoid specifying
+    # it if it's in CXXFLAGS. Ignore libCrun as
+    # -library=stlport4 depends on it.
+    case " $CXX $CXXFLAGS " in
+    *" -library=stlport4 "*)
+      solaris_use_stlport4=yes
+      ;;
+    esac
+
+    # Adding this requires a known-good setup of shared libraries for
+    # Sun compiler versions before 5.6, else PIC objects from an old
+    # archive will be linked into the output, leading to subtle bugs.
+    if test "$solaris_use_stlport4" != yes; then
+      _LT_TAGVAR(postdeps,$1)='-library=Cstd -library=Crun'
+    fi
+    ;;
+  esac
+  ;;
+esac
+])
+
+case " $_LT_TAGVAR(postdeps, $1) " in
+*" -lc "*) _LT_TAGVAR(archive_cmds_need_lc, $1)=no ;;
+esac
+ _LT_TAGVAR(compiler_lib_search_dirs, $1)=
+if test -n "${_LT_TAGVAR(compiler_lib_search_path, $1)}"; then
+ _LT_TAGVAR(compiler_lib_search_dirs, $1)=`echo " ${_LT_TAGVAR(compiler_lib_search_path, $1)}" | ${SED} -e 's! -L! !g' -e 's!^ !!'`
+fi
+_LT_TAGDECL([], [compiler_lib_search_dirs], [1],
+    [The directories searched by this compiler when creating a shared library])
+_LT_TAGDECL([], [predep_objects], [1],
+    [Dependencies to place before and after the objects being linked to
+    create a shared library])
+_LT_TAGDECL([], [postdep_objects], [1])
+_LT_TAGDECL([], [predeps], [1])
+_LT_TAGDECL([], [postdeps], [1])
+_LT_TAGDECL([], [compiler_lib_search_path], [1],
+    [The library search path used internally by the compiler when linking
+    a shared library])
+])# _LT_SYS_HIDDEN_LIBDEPS
+
+
+# _LT_LANG_F77_CONFIG([TAG])
+# --------------------------
+# Ensure that the configuration variables for a Fortran 77 compiler are
+# suitably defined.  These variables are subsequently used by _LT_CONFIG
+# to write the compiler configuration to `libtool'.
+m4_defun([_LT_LANG_F77_CONFIG],
+[AC_LANG_PUSH(Fortran 77)
+if test -z "$F77" || test "X$F77" = "Xno"; then
+  _lt_disable_F77=yes
+fi
+
+_LT_TAGVAR(archive_cmds_need_lc, $1)=no
+_LT_TAGVAR(allow_undefined_flag, $1)=
+_LT_TAGVAR(always_export_symbols, $1)=no
+_LT_TAGVAR(archive_expsym_cmds, $1)=
+_LT_TAGVAR(export_dynamic_flag_spec, $1)=
+_LT_TAGVAR(hardcode_direct, $1)=no
+_LT_TAGVAR(hardcode_direct_absolute, $1)=no
+_LT_TAGVAR(hardcode_libdir_flag_spec, $1)=
+_LT_TAGVAR(hardcode_libdir_separator, $1)=
+_LT_TAGVAR(hardcode_minus_L, $1)=no
+_LT_TAGVAR(hardcode_automatic, $1)=no
+_LT_TAGVAR(inherit_rpath, $1)=no
+_LT_TAGVAR(module_cmds, $1)=
+_LT_TAGVAR(module_expsym_cmds, $1)=
+_LT_TAGVAR(link_all_deplibs, $1)=unknown
+_LT_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds
+_LT_TAGVAR(reload_flag, $1)=$reload_flag
+_LT_TAGVAR(reload_cmds, $1)=$reload_cmds
+_LT_TAGVAR(no_undefined_flag, $1)=
+_LT_TAGVAR(whole_archive_flag_spec, $1)=
+_LT_TAGVAR(enable_shared_with_static_runtimes, $1)=no
+
+# Source file extension for f77 test sources.
+ac_ext=f
+
+# Object file extension for compiled f77 test sources.
+objext=o
+_LT_TAGVAR(objext, $1)=$objext
+
+# No sense in running all these tests if we already determined that
+# the F77 compiler isn't working.  Some variables (like enable_shared)
+# are currently assumed to apply to all compilers on this platform,
+# and will be corrupted by setting them based on a non-working compiler.
+if test "$_lt_disable_F77" != yes; then
+  # Code to be used in simple compile tests
+  lt_simple_compile_test_code="\
+      subroutine t
+      return
+      end
+"
+
+  # Code to be used in simple link tests
+  lt_simple_link_test_code="\
+      program t
+      end
+"
+
+  # ltmain only uses $CC for tagged configurations so make sure $CC is set.
+  _LT_TAG_COMPILER
+
+  # save warnings/boilerplate of simple test code
+  _LT_COMPILER_BOILERPLATE
+  _LT_LINKER_BOILERPLATE
+
+  # Allow CC to be a program name with arguments.
+  lt_save_CC="$CC"
+  lt_save_GCC=$GCC
+  lt_save_CFLAGS=$CFLAGS
+  CC=${F77-"f77"}
+  CFLAGS=$FFLAGS
+  compiler=$CC
+  _LT_TAGVAR(compiler, $1)=$CC
+  _LT_CC_BASENAME([$compiler])
+  GCC=$G77
+  if test -n "$compiler"; then
+    AC_MSG_CHECKING([if libtool supports shared libraries])
+    AC_MSG_RESULT([$can_build_shared])
+
+    AC_MSG_CHECKING([whether to build shared libraries])
+    test "$can_build_shared" = "no" && enable_shared=no
+
+    # On AIX, shared libraries and static libraries use the same namespace, and
+    # are all built from PIC.
+    case $host_os in
+      aix3*)
+        test "$enable_shared" = yes && enable_static=no
+        if test -n "$RANLIB"; then
+          archive_cmds="$archive_cmds~\$RANLIB \$lib"
+          postinstall_cmds='$RANLIB $lib'
+        fi
+        ;;
+      aix[[4-9]]*)
+	if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
+	  test "$enable_shared" = yes && enable_static=no
+	fi
+        ;;
+    esac
+    AC_MSG_RESULT([$enable_shared])
+
+    AC_MSG_CHECKING([whether to build static libraries])
+    # Make sure either enable_shared or enable_static is yes.
+    test "$enable_shared" = yes || enable_static=yes
+    AC_MSG_RESULT([$enable_static])
+
+    _LT_TAGVAR(GCC, $1)="$G77"
+    _LT_TAGVAR(LD, $1)="$LD"
+
+    ## CAVEAT EMPTOR:
+    ## There is no encapsulation within the following macros, do not change
+    ## the running order or otherwise move them around unless you know exactly
+    ## what you are doing...
+    _LT_COMPILER_PIC($1)
+    _LT_COMPILER_C_O($1)
+    _LT_COMPILER_FILE_LOCKS($1)
+    _LT_LINKER_SHLIBS($1)
+    _LT_SYS_DYNAMIC_LINKER($1)
+    _LT_LINKER_HARDCODE_LIBPATH($1)
+
+    _LT_CONFIG($1)
+  fi # test -n "$compiler"
+
+  GCC=$lt_save_GCC
+  CC="$lt_save_CC"
+  CFLAGS="$lt_save_CFLAGS"
+fi # test "$_lt_disable_F77" != yes
+
+AC_LANG_POP
+])# _LT_LANG_F77_CONFIG
+
+
+# _LT_LANG_FC_CONFIG([TAG])
+# -------------------------
+# Ensure that the configuration variables for a Fortran compiler are
+# suitably defined.  These variables are subsequently used by _LT_CONFIG
+# to write the compiler configuration to `libtool'.
+m4_defun([_LT_LANG_FC_CONFIG],
+[AC_LANG_PUSH(Fortran)
+
+if test -z "$FC" || test "X$FC" = "Xno"; then
+  _lt_disable_FC=yes
+fi
+
+_LT_TAGVAR(archive_cmds_need_lc, $1)=no
+_LT_TAGVAR(allow_undefined_flag, $1)=
+_LT_TAGVAR(always_export_symbols, $1)=no
+_LT_TAGVAR(archive_expsym_cmds, $1)=
+_LT_TAGVAR(export_dynamic_flag_spec, $1)=
+_LT_TAGVAR(hardcode_direct, $1)=no
+_LT_TAGVAR(hardcode_direct_absolute, $1)=no
+_LT_TAGVAR(hardcode_libdir_flag_spec, $1)=
+_LT_TAGVAR(hardcode_libdir_separator, $1)=
+_LT_TAGVAR(hardcode_minus_L, $1)=no
+_LT_TAGVAR(hardcode_automatic, $1)=no
+_LT_TAGVAR(inherit_rpath, $1)=no
+_LT_TAGVAR(module_cmds, $1)=
+_LT_TAGVAR(module_expsym_cmds, $1)=
+_LT_TAGVAR(link_all_deplibs, $1)=unknown
+_LT_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds
+_LT_TAGVAR(reload_flag, $1)=$reload_flag
+_LT_TAGVAR(reload_cmds, $1)=$reload_cmds
+_LT_TAGVAR(no_undefined_flag, $1)=
+_LT_TAGVAR(whole_archive_flag_spec, $1)=
+_LT_TAGVAR(enable_shared_with_static_runtimes, $1)=no
+
+# Source file extension for fc test sources.
+ac_ext=${ac_fc_srcext-f}
+
+# Object file extension for compiled fc test sources.
+objext=o
+_LT_TAGVAR(objext, $1)=$objext
+
+# No sense in running all these tests if we already determined that
+# the FC compiler isn't working.  Some variables (like enable_shared)
+# are currently assumed to apply to all compilers on this platform,
+# and will be corrupted by setting them based on a non-working compiler.
+if test "$_lt_disable_FC" != yes; then
+  # Code to be used in simple compile tests
+  lt_simple_compile_test_code="\
+      subroutine t
+      return
+      end
+"
+
+  # Code to be used in simple link tests
+  lt_simple_link_test_code="\
+      program t
+      end
+"
+
+  # ltmain only uses $CC for tagged configurations so make sure $CC is set.
+  _LT_TAG_COMPILER
+
+  # save warnings/boilerplate of simple test code
+  _LT_COMPILER_BOILERPLATE
+  _LT_LINKER_BOILERPLATE
+
+  # Allow CC to be a program name with arguments.
+  lt_save_CC="$CC"
+  lt_save_GCC=$GCC
+  lt_save_CFLAGS=$CFLAGS
+  CC=${FC-"f95"}
+  CFLAGS=$FCFLAGS
+  compiler=$CC
+  GCC=$ac_cv_fc_compiler_gnu
+
+  _LT_TAGVAR(compiler, $1)=$CC
+  _LT_CC_BASENAME([$compiler])
+
+  if test -n "$compiler"; then
+    AC_MSG_CHECKING([if libtool supports shared libraries])
+    AC_MSG_RESULT([$can_build_shared])
+
+    AC_MSG_CHECKING([whether to build shared libraries])
+    test "$can_build_shared" = "no" && enable_shared=no
+
+    # On AIX, shared libraries and static libraries use the same namespace, and
+    # are all built from PIC.
+    case $host_os in
+      aix3*)
+        test "$enable_shared" = yes && enable_static=no
+        if test -n "$RANLIB"; then
+          archive_cmds="$archive_cmds~\$RANLIB \$lib"
+          postinstall_cmds='$RANLIB $lib'
+        fi
+        ;;
+      aix[[4-9]]*)
+	if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
+	  test "$enable_shared" = yes && enable_static=no
+	fi
+        ;;
+    esac
+    AC_MSG_RESULT([$enable_shared])
+
+    AC_MSG_CHECKING([whether to build static libraries])
+    # Make sure either enable_shared or enable_static is yes.
+    test "$enable_shared" = yes || enable_static=yes
+    AC_MSG_RESULT([$enable_static])
+
+    _LT_TAGVAR(GCC, $1)="$ac_cv_fc_compiler_gnu"
+    _LT_TAGVAR(LD, $1)="$LD"
+
+    ## CAVEAT EMPTOR:
+    ## There is no encapsulation within the following macros, do not change
+    ## the running order or otherwise move them around unless you know exactly
+    ## what you are doing...
+    _LT_SYS_HIDDEN_LIBDEPS($1)
+    _LT_COMPILER_PIC($1)
+    _LT_COMPILER_C_O($1)
+    _LT_COMPILER_FILE_LOCKS($1)
+    _LT_LINKER_SHLIBS($1)
+    _LT_SYS_DYNAMIC_LINKER($1)
+    _LT_LINKER_HARDCODE_LIBPATH($1)
+
+    _LT_CONFIG($1)
+  fi # test -n "$compiler"
+
+  GCC=$lt_save_GCC
+  CC=$lt_save_CC
+  CFLAGS=$lt_save_CFLAGS
+fi # test "$_lt_disable_FC" != yes
+
+AC_LANG_POP
+])# _LT_LANG_FC_CONFIG
+
+
+# _LT_LANG_GCJ_CONFIG([TAG])
+# --------------------------
+# Ensure that the configuration variables for the GNU Java Compiler compiler
+# are suitably defined.  These variables are subsequently used by _LT_CONFIG
+# to write the compiler configuration to `libtool'.
+m4_defun([_LT_LANG_GCJ_CONFIG],
+[AC_REQUIRE([LT_PROG_GCJ])dnl
+AC_LANG_SAVE
+
+# Source file extension for Java test sources.
+ac_ext=java
+
+# Object file extension for compiled Java test sources.
+objext=o
+_LT_TAGVAR(objext, $1)=$objext
+
+# Code to be used in simple compile tests
+lt_simple_compile_test_code="class foo {}"
+
+# Code to be used in simple link tests
+lt_simple_link_test_code='public class conftest { public static void main(String[[]] argv) {}; }'
+
+# ltmain only uses $CC for tagged configurations so make sure $CC is set.
+_LT_TAG_COMPILER
+
+# save warnings/boilerplate of simple test code
+_LT_COMPILER_BOILERPLATE
+_LT_LINKER_BOILERPLATE
+
+# Allow CC to be a program name with arguments.
+lt_save_CC=$CC
+lt_save_CFLAGS=$CFLAGS
+lt_save_GCC=$GCC
+GCC=yes
+CC=${GCJ-"gcj"}
+CFLAGS=$GCJFLAGS
+compiler=$CC
+_LT_TAGVAR(compiler, $1)=$CC
+_LT_TAGVAR(LD, $1)="$LD"
+_LT_CC_BASENAME([$compiler])
+
+# GCJ did not exist at the time GCC didn't implicitly link libc in.
+_LT_TAGVAR(archive_cmds_need_lc, $1)=no
+
+_LT_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds
+_LT_TAGVAR(reload_flag, $1)=$reload_flag
+_LT_TAGVAR(reload_cmds, $1)=$reload_cmds
+
+## CAVEAT EMPTOR:
+## There is no encapsulation within the following macros, do not change
+## the running order or otherwise move them around unless you know exactly
+## what you are doing...
+if test -n "$compiler"; then
+  _LT_COMPILER_NO_RTTI($1)
+  _LT_COMPILER_PIC($1)
+  _LT_COMPILER_C_O($1)
+  _LT_COMPILER_FILE_LOCKS($1)
+  _LT_LINKER_SHLIBS($1)
+  _LT_LINKER_HARDCODE_LIBPATH($1)
+
+  _LT_CONFIG($1)
+fi
+
+AC_LANG_RESTORE
+
+GCC=$lt_save_GCC
+CC=$lt_save_CC
+CFLAGS=$lt_save_CFLAGS
+])# _LT_LANG_GCJ_CONFIG
+
+
+# _LT_LANG_GO_CONFIG([TAG])
+# --------------------------
+# Ensure that the configuration variables for the GNU Go compiler
+# are suitably defined.  These variables are subsequently used by _LT_CONFIG
+# to write the compiler configuration to `libtool'.
+m4_defun([_LT_LANG_GO_CONFIG],
+[AC_REQUIRE([LT_PROG_GO])dnl
+AC_LANG_SAVE
+
+# Source file extension for Go test sources.
+ac_ext=go
+
+# Object file extension for compiled Go test sources.
+objext=o
+_LT_TAGVAR(objext, $1)=$objext
+
+# Code to be used in simple compile tests
+lt_simple_compile_test_code="package main; func main() { }"
+
+# Code to be used in simple link tests
+lt_simple_link_test_code='package main; func main() { }'
+
+# ltmain only uses $CC for tagged configurations so make sure $CC is set.
+_LT_TAG_COMPILER
+
+# save warnings/boilerplate of simple test code
+_LT_COMPILER_BOILERPLATE
+_LT_LINKER_BOILERPLATE
+
+# Allow CC to be a program name with arguments.
+lt_save_CC=$CC
+lt_save_CFLAGS=$CFLAGS
+lt_save_GCC=$GCC
+GCC=yes
+CC=${GOC-"gccgo"}
+CFLAGS=$GOFLAGS
+compiler=$CC
+_LT_TAGVAR(compiler, $1)=$CC
+_LT_TAGVAR(LD, $1)="$LD"
+_LT_CC_BASENAME([$compiler])
+
+# Go did not exist at the time GCC didn't implicitly link libc in.
+_LT_TAGVAR(archive_cmds_need_lc, $1)=no
+
+_LT_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds
+_LT_TAGVAR(reload_flag, $1)=$reload_flag
+_LT_TAGVAR(reload_cmds, $1)=$reload_cmds
+
+## CAVEAT EMPTOR:
+## There is no encapsulation within the following macros, do not change
+## the running order or otherwise move them around unless you know exactly
+## what you are doing...
+if test -n "$compiler"; then
+  _LT_COMPILER_NO_RTTI($1)
+  _LT_COMPILER_PIC($1)
+  _LT_COMPILER_C_O($1)
+  _LT_COMPILER_FILE_LOCKS($1)
+  _LT_LINKER_SHLIBS($1)
+  _LT_LINKER_HARDCODE_LIBPATH($1)
+
+  _LT_CONFIG($1)
+fi
+
+AC_LANG_RESTORE
+
+GCC=$lt_save_GCC
+CC=$lt_save_CC
+CFLAGS=$lt_save_CFLAGS
+])# _LT_LANG_GO_CONFIG
+
+
+# _LT_LANG_RC_CONFIG([TAG])
+# -------------------------
+# Ensure that the configuration variables for the Windows resource compiler
+# are suitably defined.  These variables are subsequently used by _LT_CONFIG
+# to write the compiler configuration to `libtool'.
+m4_defun([_LT_LANG_RC_CONFIG],
+[AC_REQUIRE([LT_PROG_RC])dnl
+AC_LANG_SAVE
+
+# Source file extension for RC test sources.
+ac_ext=rc
+
+# Object file extension for compiled RC test sources.
+objext=o
+_LT_TAGVAR(objext, $1)=$objext
+
+# Code to be used in simple compile tests
+lt_simple_compile_test_code='sample MENU { MENUITEM "&Soup", 100, CHECKED }'
+
+# Code to be used in simple link tests
+lt_simple_link_test_code="$lt_simple_compile_test_code"
+
+# ltmain only uses $CC for tagged configurations so make sure $CC is set.
+_LT_TAG_COMPILER
+
+# save warnings/boilerplate of simple test code
+_LT_COMPILER_BOILERPLATE
+_LT_LINKER_BOILERPLATE
+
+# Allow CC to be a program name with arguments.
+lt_save_CC="$CC"
+lt_save_CFLAGS=$CFLAGS
+lt_save_GCC=$GCC
+GCC=
+CC=${RC-"windres"}
+CFLAGS=
+compiler=$CC
+_LT_TAGVAR(compiler, $1)=$CC
+_LT_CC_BASENAME([$compiler])
+_LT_TAGVAR(lt_cv_prog_compiler_c_o, $1)=yes
+
+if test -n "$compiler"; then
+  :
+  _LT_CONFIG($1)
+fi
+
+GCC=$lt_save_GCC
+AC_LANG_RESTORE
+CC=$lt_save_CC
+CFLAGS=$lt_save_CFLAGS
+])# _LT_LANG_RC_CONFIG
+
+
+# LT_PROG_GCJ
+# -----------
+AC_DEFUN([LT_PROG_GCJ],
+[m4_ifdef([AC_PROG_GCJ], [AC_PROG_GCJ],
+  [m4_ifdef([A][M_PROG_GCJ], [A][M_PROG_GCJ],
+    [AC_CHECK_TOOL(GCJ, gcj,)
+      test "x${GCJFLAGS+set}" = xset || GCJFLAGS="-g -O2"
+      AC_SUBST(GCJFLAGS)])])[]dnl
+])
+
+# Old name:
+AU_ALIAS([LT_AC_PROG_GCJ], [LT_PROG_GCJ])
+dnl aclocal-1.4 backwards compatibility:
+dnl AC_DEFUN([LT_AC_PROG_GCJ], [])
+
+
+# LT_PROG_GO
+# ----------
+AC_DEFUN([LT_PROG_GO],
+[AC_CHECK_TOOL(GOC, gccgo,)
+])
+
+
+# LT_PROG_RC
+# ----------
+AC_DEFUN([LT_PROG_RC],
+[AC_CHECK_TOOL(RC, windres,)
+])
+
+# Old name:
+AU_ALIAS([LT_AC_PROG_RC], [LT_PROG_RC])
+dnl aclocal-1.4 backwards compatibility:
+dnl AC_DEFUN([LT_AC_PROG_RC], [])
+
+
+# _LT_DECL_EGREP
+# --------------
+# If we don't have a new enough Autoconf to choose the best grep
+# available, choose the one first in the user's PATH.
+m4_defun([_LT_DECL_EGREP],
+[AC_REQUIRE([AC_PROG_EGREP])dnl
+AC_REQUIRE([AC_PROG_FGREP])dnl
+test -z "$GREP" && GREP=grep
+_LT_DECL([], [GREP], [1], [A grep program that handles long lines])
+_LT_DECL([], [EGREP], [1], [An ERE matcher])
+_LT_DECL([], [FGREP], [1], [A literal string matcher])
+dnl Non-bleeding-edge autoconf doesn't subst GREP, so do it here too
+AC_SUBST([GREP])
+])
+
+
+# _LT_DECL_OBJDUMP
+# --------------
+# If we don't have a new enough Autoconf to choose the best objdump
+# available, choose the one first in the user's PATH.
+m4_defun([_LT_DECL_OBJDUMP],
+[AC_CHECK_TOOL(OBJDUMP, objdump, false)
+test -z "$OBJDUMP" && OBJDUMP=objdump
+_LT_DECL([], [OBJDUMP], [1], [An object symbol dumper])
+AC_SUBST([OBJDUMP])
+])
+
+# _LT_DECL_DLLTOOL
+# ----------------
+# Ensure DLLTOOL variable is set.
+m4_defun([_LT_DECL_DLLTOOL],
+[AC_CHECK_TOOL(DLLTOOL, dlltool, false)
+test -z "$DLLTOOL" && DLLTOOL=dlltool
+_LT_DECL([], [DLLTOOL], [1], [DLL creation program])
+AC_SUBST([DLLTOOL])
+])
+
+# _LT_DECL_SED
+# ------------
+# Check for a fully-functional sed program, that truncates
+# as few characters as possible.  Prefer GNU sed if found.
+m4_defun([_LT_DECL_SED],
+[AC_PROG_SED
+test -z "$SED" && SED=sed
+Xsed="$SED -e 1s/^X//"
+_LT_DECL([], [SED], [1], [A sed program that does not truncate output])
+_LT_DECL([], [Xsed], ["\$SED -e 1s/^X//"],
+    [Sed that helps us avoid accidentally triggering echo(1) options like -n])
+])# _LT_DECL_SED
+
+m4_ifndef([AC_PROG_SED], [
+############################################################
+# NOTE: This macro has been submitted for inclusion into   #
+#  GNU Autoconf as AC_PROG_SED.  When it is available in   #
+#  a released version of Autoconf we should remove this    #
+#  macro and use it instead.                               #
+############################################################
+
+m4_defun([AC_PROG_SED],
+[AC_MSG_CHECKING([for a sed that does not truncate output])
+AC_CACHE_VAL(lt_cv_path_SED,
+[# Loop through the user's path and test for sed and gsed.
+# Then use that list of sed's as ones to test for truncation.
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH
+do
+  IFS=$as_save_IFS
+  test -z "$as_dir" && as_dir=.
+  for lt_ac_prog in sed gsed; do
+    for ac_exec_ext in '' $ac_executable_extensions; do
+      if $as_executable_p "$as_dir/$lt_ac_prog$ac_exec_ext"; then
+        lt_ac_sed_list="$lt_ac_sed_list $as_dir/$lt_ac_prog$ac_exec_ext"
+      fi
+    done
+  done
+done
+IFS=$as_save_IFS
+lt_ac_max=0
+lt_ac_count=0
+# Add /usr/xpg4/bin/sed as it is typically found on Solaris
+# along with /bin/sed that truncates output.
+for lt_ac_sed in $lt_ac_sed_list /usr/xpg4/bin/sed; do
+  test ! -f $lt_ac_sed && continue
+  cat /dev/null > conftest.in
+  lt_ac_count=0
+  echo $ECHO_N "0123456789$ECHO_C" >conftest.in
+  # Check for GNU sed and select it if it is found.
+  if "$lt_ac_sed" --version 2>&1 < /dev/null | grep 'GNU' > /dev/null; then
+    lt_cv_path_SED=$lt_ac_sed
+    break
+  fi
+  while true; do
+    cat conftest.in conftest.in >conftest.tmp
+    mv conftest.tmp conftest.in
+    cp conftest.in conftest.nl
+    echo >>conftest.nl
+    $lt_ac_sed -e 's/a$//' < conftest.nl >conftest.out || break
+    cmp -s conftest.out conftest.nl || break
+    # 10000 chars as input seems more than enough
+    test $lt_ac_count -gt 10 && break
+    lt_ac_count=`expr $lt_ac_count + 1`
+    if test $lt_ac_count -gt $lt_ac_max; then
+      lt_ac_max=$lt_ac_count
+      lt_cv_path_SED=$lt_ac_sed
+    fi
+  done
+done
+])
+SED=$lt_cv_path_SED
+AC_SUBST([SED])
+AC_MSG_RESULT([$SED])
+])#AC_PROG_SED
+])#m4_ifndef
+
+# Old name:
+AU_ALIAS([LT_AC_PROG_SED], [AC_PROG_SED])
+dnl aclocal-1.4 backwards compatibility:
+dnl AC_DEFUN([LT_AC_PROG_SED], [])
+
+
+# _LT_CHECK_SHELL_FEATURES
+# ------------------------
+# Find out whether the shell is Bourne or XSI compatible,
+# or has some other useful features.
+m4_defun([_LT_CHECK_SHELL_FEATURES],
+[AC_MSG_CHECKING([whether the shell understands some XSI constructs])
+# Try some XSI features
+xsi_shell=no
+( _lt_dummy="a/b/c"
+  test "${_lt_dummy##*/},${_lt_dummy%/*},${_lt_dummy#??}"${_lt_dummy%"$_lt_dummy"}, \
+      = c,a/b,b/c, \
+    && eval 'test $(( 1 + 1 )) -eq 2 \
+    && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
+  && xsi_shell=yes
+AC_MSG_RESULT([$xsi_shell])
+_LT_CONFIG_LIBTOOL_INIT([xsi_shell='$xsi_shell'])
+
+AC_MSG_CHECKING([whether the shell understands "+="])
+lt_shell_append=no
+( foo=bar; set foo baz; eval "$[1]+=\$[2]" && test "$foo" = barbaz ) \
+    >/dev/null 2>&1 \
+  && lt_shell_append=yes
+AC_MSG_RESULT([$lt_shell_append])
+_LT_CONFIG_LIBTOOL_INIT([lt_shell_append='$lt_shell_append'])
+
+if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
+  lt_unset=unset
+else
+  lt_unset=false
+fi
+_LT_DECL([], [lt_unset], [0], [whether the shell understands "unset"])dnl
+
+# test EBCDIC or ASCII
+case `echo X|tr X '\101'` in
+ A) # ASCII based system
+    # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
+  lt_SP2NL='tr \040 \012'
+  lt_NL2SP='tr \015\012 \040\040'
+  ;;
+ *) # EBCDIC based system
+  lt_SP2NL='tr \100 \n'
+  lt_NL2SP='tr \r\n \100\100'
+  ;;
+esac
+_LT_DECL([SP2NL], [lt_SP2NL], [1], [turn spaces into newlines])dnl
+_LT_DECL([NL2SP], [lt_NL2SP], [1], [turn newlines into spaces])dnl
+])# _LT_CHECK_SHELL_FEATURES
+
+
+# _LT_PROG_FUNCTION_REPLACE (FUNCNAME, REPLACEMENT-BODY)
+# ------------------------------------------------------
+# In `$cfgfile', look for function FUNCNAME delimited by `^FUNCNAME ()$' and
+# '^} FUNCNAME ', and replace its body with REPLACEMENT-BODY.
+m4_defun([_LT_PROG_FUNCTION_REPLACE],
+[dnl {
+sed -e '/^$1 ()$/,/^} # $1 /c\
+$1 ()\
+{\
+m4_bpatsubsts([$2], [$], [\\], [^\([	 ]\)], [\\\1])
+} # Extended-shell $1 implementation' "$cfgfile" > $cfgfile.tmp \
+  && mv -f "$cfgfile.tmp" "$cfgfile" \
+    || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
+test 0 -eq $? || _lt_function_replace_fail=:
+])
+
+
+# _LT_PROG_REPLACE_SHELLFNS
+# -------------------------
+# Replace existing portable implementations of several shell functions with
+# equivalent extended shell implementations where those features are available..
+m4_defun([_LT_PROG_REPLACE_SHELLFNS],
+[if test x"$xsi_shell" = xyes; then
+  _LT_PROG_FUNCTION_REPLACE([func_dirname], [dnl
+    case ${1} in
+      */*) func_dirname_result="${1%/*}${2}" ;;
+      *  ) func_dirname_result="${3}" ;;
+    esac])
+
+  _LT_PROG_FUNCTION_REPLACE([func_basename], [dnl
+    func_basename_result="${1##*/}"])
+
+  _LT_PROG_FUNCTION_REPLACE([func_dirname_and_basename], [dnl
+    case ${1} in
+      */*) func_dirname_result="${1%/*}${2}" ;;
+      *  ) func_dirname_result="${3}" ;;
+    esac
+    func_basename_result="${1##*/}"])
+
+  _LT_PROG_FUNCTION_REPLACE([func_stripname], [dnl
+    # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
+    # positional parameters, so assign one to ordinary parameter first.
+    func_stripname_result=${3}
+    func_stripname_result=${func_stripname_result#"${1}"}
+    func_stripname_result=${func_stripname_result%"${2}"}])
+
+  _LT_PROG_FUNCTION_REPLACE([func_split_long_opt], [dnl
+    func_split_long_opt_name=${1%%=*}
+    func_split_long_opt_arg=${1#*=}])
+
+  _LT_PROG_FUNCTION_REPLACE([func_split_short_opt], [dnl
+    func_split_short_opt_arg=${1#??}
+    func_split_short_opt_name=${1%"$func_split_short_opt_arg"}])
+
+  _LT_PROG_FUNCTION_REPLACE([func_lo2o], [dnl
+    case ${1} in
+      *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
+      *)    func_lo2o_result=${1} ;;
+    esac])
+
+  _LT_PROG_FUNCTION_REPLACE([func_xform], [    func_xform_result=${1%.*}.lo])
+
+  _LT_PROG_FUNCTION_REPLACE([func_arith], [    func_arith_result=$(( $[*] ))])
+
+  _LT_PROG_FUNCTION_REPLACE([func_len], [    func_len_result=${#1}])
+fi
+
+if test x"$lt_shell_append" = xyes; then
+  _LT_PROG_FUNCTION_REPLACE([func_append], [    eval "${1}+=\\${2}"])
+
+  _LT_PROG_FUNCTION_REPLACE([func_append_quoted], [dnl
+    func_quote_for_eval "${2}"
+dnl m4 expansion turns \\\\ into \\, and then the shell eval turns that into \
+    eval "${1}+=\\\\ \\$func_quote_for_eval_result"])
+
+  # Save a `func_append' function call where possible by direct use of '+='
+  sed -e 's%func_append \([[a-zA-Z_]]\{1,\}\) "%\1+="%g' $cfgfile > $cfgfile.tmp \
+    && mv -f "$cfgfile.tmp" "$cfgfile" \
+      || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
+  test 0 -eq $? || _lt_function_replace_fail=:
+else
+  # Save a `func_append' function call even when '+=' is not available
+  sed -e 's%func_append \([[a-zA-Z_]]\{1,\}\) "%\1="$\1%g' $cfgfile > $cfgfile.tmp \
+    && mv -f "$cfgfile.tmp" "$cfgfile" \
+      || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
+  test 0 -eq $? || _lt_function_replace_fail=:
+fi
+
+if test x"$_lt_function_replace_fail" = x":"; then
+  AC_MSG_WARN([Unable to substitute extended shell functions in $ofile])
+fi
+])
+
+# _LT_PATH_CONVERSION_FUNCTIONS
+# -----------------------------
+# Determine which file name conversion functions should be used by
+# func_to_host_file (and, implicitly, by func_to_host_path).  These are needed
+# for certain cross-compile configurations and native mingw.
+m4_defun([_LT_PATH_CONVERSION_FUNCTIONS],
+[AC_REQUIRE([AC_CANONICAL_HOST])dnl
+AC_REQUIRE([AC_CANONICAL_BUILD])dnl
+AC_MSG_CHECKING([how to convert $build file names to $host format])
+AC_CACHE_VAL(lt_cv_to_host_file_cmd,
+[case $host in
+  *-*-mingw* )
+    case $build in
+      *-*-mingw* ) # actually msys
+        lt_cv_to_host_file_cmd=func_convert_file_msys_to_w32
+        ;;
+      *-*-cygwin* )
+        lt_cv_to_host_file_cmd=func_convert_file_cygwin_to_w32
+        ;;
+      * ) # otherwise, assume *nix
+        lt_cv_to_host_file_cmd=func_convert_file_nix_to_w32
+        ;;
+    esac
+    ;;
+  *-*-cygwin* )
+    case $build in
+      *-*-mingw* ) # actually msys
+        lt_cv_to_host_file_cmd=func_convert_file_msys_to_cygwin
+        ;;
+      *-*-cygwin* )
+        lt_cv_to_host_file_cmd=func_convert_file_noop
+        ;;
+      * ) # otherwise, assume *nix
+        lt_cv_to_host_file_cmd=func_convert_file_nix_to_cygwin
+        ;;
+    esac
+    ;;
+  * ) # unhandled hosts (and "normal" native builds)
+    lt_cv_to_host_file_cmd=func_convert_file_noop
+    ;;
+esac
+])
+to_host_file_cmd=$lt_cv_to_host_file_cmd
+AC_MSG_RESULT([$lt_cv_to_host_file_cmd])
+_LT_DECL([to_host_file_cmd], [lt_cv_to_host_file_cmd],
+         [0], [convert $build file names to $host format])dnl
+
+AC_MSG_CHECKING([how to convert $build file names to toolchain format])
+AC_CACHE_VAL(lt_cv_to_tool_file_cmd,
+[#assume ordinary cross tools, or native build.
+lt_cv_to_tool_file_cmd=func_convert_file_noop
+case $host in
+  *-*-mingw* )
+    case $build in
+      *-*-mingw* ) # actually msys
+        lt_cv_to_tool_file_cmd=func_convert_file_msys_to_w32
+        ;;
+    esac
+    ;;
+esac
+])
+to_tool_file_cmd=$lt_cv_to_tool_file_cmd
+AC_MSG_RESULT([$lt_cv_to_tool_file_cmd])
+_LT_DECL([to_tool_file_cmd], [lt_cv_to_tool_file_cmd],
+         [0], [convert $build files to toolchain format])dnl
+])# _LT_PATH_CONVERSION_FUNCTIONS
diff --git a/config/m4/libxc.m4 b/config/m4/libxc.m4
new file mode 100644
index 0000000..52143ed
--- /dev/null
+++ b/config/m4/libxc.m4
@@ -0,0 +1,49 @@
+# -*- Autoconf -*-
+#
+# M4 macros for AtomPAW
+#
+# Copyright (C) 2010 Yann Pouillon
+#
+# This file is part of the AtomPAW software package. For license information,
+# please see the COPYING file in the top-level directory of the source
+# distribution.
+#
+
+#
+# Linear algebra support
+#
+
+
+
+# ATP_LIBXC_CHECK()
+# ------------------
+#
+# Checks that the selected libXC libraries properly work.
+#
+AC_DEFUN([ATP_LIBXC_CHECK],[
+  dnl Init
+  atp_libxc_ok="unknown"
+
+  dnl Check LibXC routine
+  atp_saved_FCFLAGS="${FCFLAGS}"
+  FCFLAGS="${FCFLAGS} ${CPPFLAGS}"
+  AC_LANG_PUSH([Fortran])
+  AC_MSG_CHECKING([whether the LibXC library works])
+  AC_LINK_IFELSE([AC_LANG_PROGRAM([],
+    [[
+      use xc_f90_types_m
+      use xc_f90_lib_m
+
+      implicit none
+
+      TYPE(xc_f90_pointer_t) :: xc_func
+      TYPE(xc_f90_pointer_t) :: xc_info
+      integer :: func_id = 1
+
+      call xc_f90_func_init(xc_func, xc_info, func_id, XC_UNPOLARIZED)
+      call xc_f90_func_end(xc_func)
+    ]])], [atp_libxc_ok="yes"], [atp_libxc_ok="no"])
+  AC_MSG_RESULT([${atp_libxc_ok}])
+  AC_LANG_POP([Fortran])
+  FCFLAGS="${atp_saved_FCFLAGS}"
+]) # ATP_LIBXC_CHECK
diff --git a/config/m4/libxc_names.m4 b/config/m4/libxc_names.m4
new file mode 100644
index 0000000..126a43b
--- /dev/null
+++ b/config/m4/libxc_names.m4
@@ -0,0 +1,111 @@
+# -*- Autoconf -*-
+#
+# M4 macros for AtomPAW
+#
+# Copyright (C) 2011 Marc Torrent
+#
+# This file is part of the AtomPAW software package. For license information,
+# please see the COPYING file in the top-level directory of the source
+# distribution.
+#
+
+#
+# Generate the libxc_names.in file from libXC includes
+#
+
+
+# ATP_MK_LIBXC_NAMES()
+# --------------------
+#
+AC_DEFUN([ATP_MK_LIBXC_NAMES],[
+
+XC_FUNCS_H="xc_funcs.h"
+
+#Search for xc_funcs.h file...
+#-----------------------------
+#... in libxc_incs:
+LIBXC_NAMES_H=""
+if test "${with_libxc_incs}" != ""; then
+  for ff in $(echo ${with_libxc_incs} | $SED -n "s/\-I/\ /gp") ;do
+    if test -f "${ff}/$XC_FUNCS_H";then
+      LIBXC_NAMES_H=${ff}"/"${XC_FUNCS_H}
+    fi
+  done
+fi
+#... in $INCLUDE:
+if test "${LIBXC_NAMES_H}" == ""; then
+  if test "${INCLUDE}" != "";then
+    for ff in $(echo ${INCLUDE} | $SED -n "s/\:/\ /gp") ;do
+      if test -f "${ff}/$XC_FUNCS_H";then
+        LIBXC_NAMES_H=${ff}"/"${XC_FUNCS_H}
+      fi
+    done
+  fi
+fi
+#... in $CPPFLAGS:
+if test "${LIBXC_NAMES_H}" == ""; then
+  if test "${CPPFLAGS}" != "";then
+    for ff in $(echo ${CPPFLAGS} | $SED -n "s/\-I/\ /gp") ;do
+      if test -f "${ff}/$XC_FUNCS_H";then
+        LIBXC_NAMES_H=${ff}"/"${XC_FUNCS_H}
+      fi
+    done
+  fi
+fi
+#... in $FCFLAGS:
+if test "${LIBXC_NAMES_H}" == ""; then
+  if test "${FCFLAGS}" != "";then
+    for ff in $(echo ${FCFLAGS} | $SED -n "s/\-I/\ /gp") ;do
+      if test -f "${ff}/$XC_FUNCS_H";then
+        LIBXC_NAMES_H=${ff}"/"${XC_FUNCS_H}
+      fi
+    done
+  fi
+fi
+#... in LibXC default:
+if test "${LIBXC_NAMES_H}" == ""; then
+  if test -f "/opt/etsf/include/$XC_FUNCS_H";then
+    LIBXC_NAMES_H="/opt/etsf/include/"${XC_FUNCS_H}
+  fi
+fi
+#...not found:
+if test "${LIBXC_NAMES_H}" == ""; then
+  AC_MSG_ERROR([could not find "${XC_FUNCS_H}" file])
+fi
+
+#Build src/libxc_id.in file
+#--------------------------
+LIBXC_NAMES_IN=${ac_abs_top_srcdir}"/src/libxc_id.in"
+
+cat <<EOF > ${LIBXC_NAMES_IN}
+!!=================================================================
+!! NAME    : libxc_id
+!! FUNCTION: From a character string, gives the libXC id
+!!=================================================================
+ integer function libxc_id(xcname)
+!------------------------------------------------------------------
+ implicit none
+ character*(*),intent(in) :: xcname
+!------------------------------------------------------------------
+ character*50 :: xcstrg
+!------------------------------------------------------------------
+ libxc_id=0
+ xcstrg=trim(xcname)
+ if (xcstrg=="") then
+   libxc_id=-1
+   return
+ end if
+EOF
+
+if test -f "${LIBXC_NAMES_H}";then
+  $SED -n \
+  's/.*\#define\ *\([_A-Za-z0-9������������������������������������������������������������]*\).*/\ if\ (xcstrg==\"\1\") libxc_id=\1/p' \
+  ${LIBXC_NAMES_H} >> ${LIBXC_NAMES_IN}
+fi
+
+cat <<EOF >> ${LIBXC_NAMES_IN}
+ end function libxc_id
+
+EOF
+
+]) # ATP_MK_LIBXC_NAMES
diff --git a/config/m4/linalg.m4 b/config/m4/linalg.m4
new file mode 100644
index 0000000..7157e7b
--- /dev/null
+++ b/config/m4/linalg.m4
@@ -0,0 +1,37 @@
+# -*- Autoconf -*-
+#
+# M4 macros for AtomPAW (imported from Abinit)
+#
+# Copyright (C) 2010 Yann Pouillon
+#
+# This file is part of the AtomPAW software package. For license information,
+# please see the COPYING file in the top-level directory of the source
+# distribution.
+#
+
+#
+# Linear algebra support
+#
+
+
+
+# ATP_LINALG_CHECK()
+# ------------------
+#
+# Checks that the selected linear algebra libraries properly work.
+#
+AC_DEFUN([ATP_LINALG_CHECK],[
+  dnl Init
+  atp_linalg_ok="unknown"
+
+  dnl Check BLAS and LAPACK routines
+  AC_LANG_PUSH([Fortran])
+  AC_MSG_CHECKING([whether linear algebra libraries work])
+  AC_LINK_IFELSE([AC_LANG_PROGRAM([],
+    [[
+      call zgemm
+      call zhpev
+    ]])], [atp_linalg_ok="yes"], [atp_linalg_ok="no"])
+  AC_MSG_RESULT([${atp_linalg_ok}])
+  AC_LANG_POP([Fortran])
+]) # ATP_LINALG_CHECK
diff --git a/config/m4/ltoptions.m4 b/config/m4/ltoptions.m4
new file mode 100644
index 0000000..5d9acd8
--- /dev/null
+++ b/config/m4/ltoptions.m4
@@ -0,0 +1,384 @@
+# Helper functions for option handling.                    -*- Autoconf -*-
+#
+#   Copyright (C) 2004, 2005, 2007, 2008, 2009 Free Software Foundation,
+#   Inc.
+#   Written by Gary V. Vaughan, 2004
+#
+# This file is free software; the Free Software Foundation gives
+# unlimited permission to copy and/or distribute it, with or without
+# modifications, as long as this notice is preserved.
+
+# serial 7 ltoptions.m4
+
+# This is to help aclocal find these macros, as it can't see m4_define.
+AC_DEFUN([LTOPTIONS_VERSION], [m4_if([1])])
+
+
+# _LT_MANGLE_OPTION(MACRO-NAME, OPTION-NAME)
+# ------------------------------------------
+m4_define([_LT_MANGLE_OPTION],
+[[_LT_OPTION_]m4_bpatsubst($1__$2, [[^a-zA-Z0-9_]], [_])])
+
+
+# _LT_SET_OPTION(MACRO-NAME, OPTION-NAME)
+# ---------------------------------------
+# Set option OPTION-NAME for macro MACRO-NAME, and if there is a
+# matching handler defined, dispatch to it.  Other OPTION-NAMEs are
+# saved as a flag.
+m4_define([_LT_SET_OPTION],
+[m4_define(_LT_MANGLE_OPTION([$1], [$2]))dnl
+m4_ifdef(_LT_MANGLE_DEFUN([$1], [$2]),
+        _LT_MANGLE_DEFUN([$1], [$2]),
+    [m4_warning([Unknown $1 option `$2'])])[]dnl
+])
+
+
+# _LT_IF_OPTION(MACRO-NAME, OPTION-NAME, IF-SET, [IF-NOT-SET])
+# ------------------------------------------------------------
+# Execute IF-SET if OPTION is set, IF-NOT-SET otherwise.
+m4_define([_LT_IF_OPTION],
+[m4_ifdef(_LT_MANGLE_OPTION([$1], [$2]), [$3], [$4])])
+
+
+# _LT_UNLESS_OPTIONS(MACRO-NAME, OPTION-LIST, IF-NOT-SET)
+# -------------------------------------------------------
+# Execute IF-NOT-SET unless all options in OPTION-LIST for MACRO-NAME
+# are set.
+m4_define([_LT_UNLESS_OPTIONS],
+[m4_foreach([_LT_Option], m4_split(m4_normalize([$2])),
+	    [m4_ifdef(_LT_MANGLE_OPTION([$1], _LT_Option),
+		      [m4_define([$0_found])])])[]dnl
+m4_ifdef([$0_found], [m4_undefine([$0_found])], [$3
+])[]dnl
+])
+
+
+# _LT_SET_OPTIONS(MACRO-NAME, OPTION-LIST)
+# ----------------------------------------
+# OPTION-LIST is a space-separated list of Libtool options associated
+# with MACRO-NAME.  If any OPTION has a matching handler declared with
+# LT_OPTION_DEFINE, dispatch to that macro; otherwise complain about
+# the unknown option and exit.
+m4_defun([_LT_SET_OPTIONS],
+[# Set options
+m4_foreach([_LT_Option], m4_split(m4_normalize([$2])),
+    [_LT_SET_OPTION([$1], _LT_Option)])
+
+m4_if([$1],[LT_INIT],[
+  dnl
+  dnl Simply set some default values (i.e off) if boolean options were not
+  dnl specified:
+  _LT_UNLESS_OPTIONS([LT_INIT], [dlopen], [enable_dlopen=no
+  ])
+  _LT_UNLESS_OPTIONS([LT_INIT], [win32-dll], [enable_win32_dll=no
+  ])
+  dnl
+  dnl If no reference was made to various pairs of opposing options, then
+  dnl we run the default mode handler for the pair.  For example, if neither
+  dnl `shared' nor `disable-shared' was passed, we enable building of shared
+  dnl archives by default:
+  _LT_UNLESS_OPTIONS([LT_INIT], [shared disable-shared], [_LT_ENABLE_SHARED])
+  _LT_UNLESS_OPTIONS([LT_INIT], [static disable-static], [_LT_ENABLE_STATIC])
+  _LT_UNLESS_OPTIONS([LT_INIT], [pic-only no-pic], [_LT_WITH_PIC])
+  _LT_UNLESS_OPTIONS([LT_INIT], [fast-install disable-fast-install],
+  		   [_LT_ENABLE_FAST_INSTALL])
+  ])
+])# _LT_SET_OPTIONS
+
+
+## --------------------------------- ##
+## Macros to handle LT_INIT options. ##
+## --------------------------------- ##
+
+# _LT_MANGLE_DEFUN(MACRO-NAME, OPTION-NAME)
+# -----------------------------------------
+m4_define([_LT_MANGLE_DEFUN],
+[[_LT_OPTION_DEFUN_]m4_bpatsubst(m4_toupper([$1__$2]), [[^A-Z0-9_]], [_])])
+
+
+# LT_OPTION_DEFINE(MACRO-NAME, OPTION-NAME, CODE)
+# -----------------------------------------------
+m4_define([LT_OPTION_DEFINE],
+[m4_define(_LT_MANGLE_DEFUN([$1], [$2]), [$3])[]dnl
+])# LT_OPTION_DEFINE
+
+
+# dlopen
+# ------
+LT_OPTION_DEFINE([LT_INIT], [dlopen], [enable_dlopen=yes
+])
+
+AU_DEFUN([AC_LIBTOOL_DLOPEN],
+[_LT_SET_OPTION([LT_INIT], [dlopen])
+AC_DIAGNOSE([obsolete],
+[$0: Remove this warning and the call to _LT_SET_OPTION when you
+put the `dlopen' option into LT_INIT's first parameter.])
+])
+
+dnl aclocal-1.4 backwards compatibility:
+dnl AC_DEFUN([AC_LIBTOOL_DLOPEN], [])
+
+
+# win32-dll
+# ---------
+# Declare package support for building win32 dll's.
+LT_OPTION_DEFINE([LT_INIT], [win32-dll],
+[enable_win32_dll=yes
+
+case $host in
+*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-cegcc*)
+  AC_CHECK_TOOL(AS, as, false)
+  AC_CHECK_TOOL(DLLTOOL, dlltool, false)
+  AC_CHECK_TOOL(OBJDUMP, objdump, false)
+  ;;
+esac
+
+test -z "$AS" && AS=as
+_LT_DECL([], [AS],      [1], [Assembler program])dnl
+
+test -z "$DLLTOOL" && DLLTOOL=dlltool
+_LT_DECL([], [DLLTOOL], [1], [DLL creation program])dnl
+
+test -z "$OBJDUMP" && OBJDUMP=objdump
+_LT_DECL([], [OBJDUMP], [1], [Object dumper program])dnl
+])# win32-dll
+
+AU_DEFUN([AC_LIBTOOL_WIN32_DLL],
+[AC_REQUIRE([AC_CANONICAL_HOST])dnl
+_LT_SET_OPTION([LT_INIT], [win32-dll])
+AC_DIAGNOSE([obsolete],
+[$0: Remove this warning and the call to _LT_SET_OPTION when you
+put the `win32-dll' option into LT_INIT's first parameter.])
+])
+
+dnl aclocal-1.4 backwards compatibility:
+dnl AC_DEFUN([AC_LIBTOOL_WIN32_DLL], [])
+
+
+# _LT_ENABLE_SHARED([DEFAULT])
+# ----------------------------
+# implement the --enable-shared flag, and supports the `shared' and
+# `disable-shared' LT_INIT options.
+# DEFAULT is either `yes' or `no'.  If omitted, it defaults to `yes'.
+m4_define([_LT_ENABLE_SHARED],
+[m4_define([_LT_ENABLE_SHARED_DEFAULT], [m4_if($1, no, no, yes)])dnl
+AC_ARG_ENABLE([shared],
+    [AS_HELP_STRING([--enable-shared@<:@=PKGS@:>@],
+	[build shared libraries @<:@default=]_LT_ENABLE_SHARED_DEFAULT[@:>@])],
+    [p=${PACKAGE-default}
+    case $enableval in
+    yes) enable_shared=yes ;;
+    no) enable_shared=no ;;
+    *)
+      enable_shared=no
+      # Look at the argument we got.  We use all the common list separators.
+      lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
+      for pkg in $enableval; do
+	IFS="$lt_save_ifs"
+	if test "X$pkg" = "X$p"; then
+	  enable_shared=yes
+	fi
+      done
+      IFS="$lt_save_ifs"
+      ;;
+    esac],
+    [enable_shared=]_LT_ENABLE_SHARED_DEFAULT)
+
+    _LT_DECL([build_libtool_libs], [enable_shared], [0],
+	[Whether or not to build shared libraries])
+])# _LT_ENABLE_SHARED
+
+LT_OPTION_DEFINE([LT_INIT], [shared], [_LT_ENABLE_SHARED([yes])])
+LT_OPTION_DEFINE([LT_INIT], [disable-shared], [_LT_ENABLE_SHARED([no])])
+
+# Old names:
+AC_DEFUN([AC_ENABLE_SHARED],
+[_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[shared])
+])
+
+AC_DEFUN([AC_DISABLE_SHARED],
+[_LT_SET_OPTION([LT_INIT], [disable-shared])
+])
+
+AU_DEFUN([AM_ENABLE_SHARED], [AC_ENABLE_SHARED($@)])
+AU_DEFUN([AM_DISABLE_SHARED], [AC_DISABLE_SHARED($@)])
+
+dnl aclocal-1.4 backwards compatibility:
+dnl AC_DEFUN([AM_ENABLE_SHARED], [])
+dnl AC_DEFUN([AM_DISABLE_SHARED], [])
+
+
+
+# _LT_ENABLE_STATIC([DEFAULT])
+# ----------------------------
+# implement the --enable-static flag, and support the `static' and
+# `disable-static' LT_INIT options.
+# DEFAULT is either `yes' or `no'.  If omitted, it defaults to `yes'.
+m4_define([_LT_ENABLE_STATIC],
+[m4_define([_LT_ENABLE_STATIC_DEFAULT], [m4_if($1, no, no, yes)])dnl
+AC_ARG_ENABLE([static],
+    [AS_HELP_STRING([--enable-static@<:@=PKGS@:>@],
+	[build static libraries @<:@default=]_LT_ENABLE_STATIC_DEFAULT[@:>@])],
+    [p=${PACKAGE-default}
+    case $enableval in
+    yes) enable_static=yes ;;
+    no) enable_static=no ;;
+    *)
+     enable_static=no
+      # Look at the argument we got.  We use all the common list separators.
+      lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
+      for pkg in $enableval; do
+	IFS="$lt_save_ifs"
+	if test "X$pkg" = "X$p"; then
+	  enable_static=yes
+	fi
+      done
+      IFS="$lt_save_ifs"
+      ;;
+    esac],
+    [enable_static=]_LT_ENABLE_STATIC_DEFAULT)
+
+    _LT_DECL([build_old_libs], [enable_static], [0],
+	[Whether or not to build static libraries])
+])# _LT_ENABLE_STATIC
+
+LT_OPTION_DEFINE([LT_INIT], [static], [_LT_ENABLE_STATIC([yes])])
+LT_OPTION_DEFINE([LT_INIT], [disable-static], [_LT_ENABLE_STATIC([no])])
+
+# Old names:
+AC_DEFUN([AC_ENABLE_STATIC],
+[_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[static])
+])
+
+AC_DEFUN([AC_DISABLE_STATIC],
+[_LT_SET_OPTION([LT_INIT], [disable-static])
+])
+
+AU_DEFUN([AM_ENABLE_STATIC], [AC_ENABLE_STATIC($@)])
+AU_DEFUN([AM_DISABLE_STATIC], [AC_DISABLE_STATIC($@)])
+
+dnl aclocal-1.4 backwards compatibility:
+dnl AC_DEFUN([AM_ENABLE_STATIC], [])
+dnl AC_DEFUN([AM_DISABLE_STATIC], [])
+
+
+
+# _LT_ENABLE_FAST_INSTALL([DEFAULT])
+# ----------------------------------
+# implement the --enable-fast-install flag, and support the `fast-install'
+# and `disable-fast-install' LT_INIT options.
+# DEFAULT is either `yes' or `no'.  If omitted, it defaults to `yes'.
+m4_define([_LT_ENABLE_FAST_INSTALL],
+[m4_define([_LT_ENABLE_FAST_INSTALL_DEFAULT], [m4_if($1, no, no, yes)])dnl
+AC_ARG_ENABLE([fast-install],
+    [AS_HELP_STRING([--enable-fast-install@<:@=PKGS@:>@],
+    [optimize for fast installation @<:@default=]_LT_ENABLE_FAST_INSTALL_DEFAULT[@:>@])],
+    [p=${PACKAGE-default}
+    case $enableval in
+    yes) enable_fast_install=yes ;;
+    no) enable_fast_install=no ;;
+    *)
+      enable_fast_install=no
+      # Look at the argument we got.  We use all the common list separators.
+      lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
+      for pkg in $enableval; do
+	IFS="$lt_save_ifs"
+	if test "X$pkg" = "X$p"; then
+	  enable_fast_install=yes
+	fi
+      done
+      IFS="$lt_save_ifs"
+      ;;
+    esac],
+    [enable_fast_install=]_LT_ENABLE_FAST_INSTALL_DEFAULT)
+
+_LT_DECL([fast_install], [enable_fast_install], [0],
+	 [Whether or not to optimize for fast installation])dnl
+])# _LT_ENABLE_FAST_INSTALL
+
+LT_OPTION_DEFINE([LT_INIT], [fast-install], [_LT_ENABLE_FAST_INSTALL([yes])])
+LT_OPTION_DEFINE([LT_INIT], [disable-fast-install], [_LT_ENABLE_FAST_INSTALL([no])])
+
+# Old names:
+AU_DEFUN([AC_ENABLE_FAST_INSTALL],
+[_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[fast-install])
+AC_DIAGNOSE([obsolete],
+[$0: Remove this warning and the call to _LT_SET_OPTION when you put
+the `fast-install' option into LT_INIT's first parameter.])
+])
+
+AU_DEFUN([AC_DISABLE_FAST_INSTALL],
+[_LT_SET_OPTION([LT_INIT], [disable-fast-install])
+AC_DIAGNOSE([obsolete],
+[$0: Remove this warning and the call to _LT_SET_OPTION when you put
+the `disable-fast-install' option into LT_INIT's first parameter.])
+])
+
+dnl aclocal-1.4 backwards compatibility:
+dnl AC_DEFUN([AC_ENABLE_FAST_INSTALL], [])
+dnl AC_DEFUN([AM_DISABLE_FAST_INSTALL], [])
+
+
+# _LT_WITH_PIC([MODE])
+# --------------------
+# implement the --with-pic flag, and support the `pic-only' and `no-pic'
+# LT_INIT options.
+# MODE is either `yes' or `no'.  If omitted, it defaults to `both'.
+m4_define([_LT_WITH_PIC],
+[AC_ARG_WITH([pic],
+    [AS_HELP_STRING([--with-pic@<:@=PKGS@:>@],
+	[try to use only PIC/non-PIC objects @<:@default=use both@:>@])],
+    [lt_p=${PACKAGE-default}
+    case $withval in
+    yes|no) pic_mode=$withval ;;
+    *)
+      pic_mode=default
+      # Look at the argument we got.  We use all the common list separators.
+      lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
+      for lt_pkg in $withval; do
+	IFS="$lt_save_ifs"
+	if test "X$lt_pkg" = "X$lt_p"; then
+	  pic_mode=yes
+	fi
+      done
+      IFS="$lt_save_ifs"
+      ;;
+    esac],
+    [pic_mode=default])
+
+test -z "$pic_mode" && pic_mode=m4_default([$1], [default])
+
+_LT_DECL([], [pic_mode], [0], [What type of objects to build])dnl
+])# _LT_WITH_PIC
+
+LT_OPTION_DEFINE([LT_INIT], [pic-only], [_LT_WITH_PIC([yes])])
+LT_OPTION_DEFINE([LT_INIT], [no-pic], [_LT_WITH_PIC([no])])
+
+# Old name:
+AU_DEFUN([AC_LIBTOOL_PICMODE],
+[_LT_SET_OPTION([LT_INIT], [pic-only])
+AC_DIAGNOSE([obsolete],
+[$0: Remove this warning and the call to _LT_SET_OPTION when you
+put the `pic-only' option into LT_INIT's first parameter.])
+])
+
+dnl aclocal-1.4 backwards compatibility:
+dnl AC_DEFUN([AC_LIBTOOL_PICMODE], [])
+
+## ----------------- ##
+## LTDL_INIT Options ##
+## ----------------- ##
+
+m4_define([_LTDL_MODE], [])
+LT_OPTION_DEFINE([LTDL_INIT], [nonrecursive],
+		 [m4_define([_LTDL_MODE], [nonrecursive])])
+LT_OPTION_DEFINE([LTDL_INIT], [recursive],
+		 [m4_define([_LTDL_MODE], [recursive])])
+LT_OPTION_DEFINE([LTDL_INIT], [subproject],
+		 [m4_define([_LTDL_MODE], [subproject])])
+
+m4_define([_LTDL_TYPE], [])
+LT_OPTION_DEFINE([LTDL_INIT], [installable],
+		 [m4_define([_LTDL_TYPE], [installable])])
+LT_OPTION_DEFINE([LTDL_INIT], [convenience],
+		 [m4_define([_LTDL_TYPE], [convenience])])
diff --git a/config/m4/ltsugar.m4 b/config/m4/ltsugar.m4
new file mode 100644
index 0000000..9000a05
--- /dev/null
+++ b/config/m4/ltsugar.m4
@@ -0,0 +1,123 @@
+# ltsugar.m4 -- libtool m4 base layer.                         -*-Autoconf-*-
+#
+# Copyright (C) 2004, 2005, 2007, 2008 Free Software Foundation, Inc.
+# Written by Gary V. Vaughan, 2004
+#
+# This file is free software; the Free Software Foundation gives
+# unlimited permission to copy and/or distribute it, with or without
+# modifications, as long as this notice is preserved.
+
+# serial 6 ltsugar.m4
+
+# This is to help aclocal find these macros, as it can't see m4_define.
+AC_DEFUN([LTSUGAR_VERSION], [m4_if([0.1])])
+
+
+# lt_join(SEP, ARG1, [ARG2...])
+# -----------------------------
+# Produce ARG1SEPARG2...SEPARGn, omitting [] arguments and their
+# associated separator.
+# Needed until we can rely on m4_join from Autoconf 2.62, since all earlier
+# versions in m4sugar had bugs.
+m4_define([lt_join],
+[m4_if([$#], [1], [],
+       [$#], [2], [[$2]],
+       [m4_if([$2], [], [], [[$2]_])$0([$1], m4_shift(m4_shift($@)))])])
+m4_define([_lt_join],
+[m4_if([$#$2], [2], [],
+       [m4_if([$2], [], [], [[$1$2]])$0([$1], m4_shift(m4_shift($@)))])])
+
+
+# lt_car(LIST)
+# lt_cdr(LIST)
+# ------------
+# Manipulate m4 lists.
+# These macros are necessary as long as will still need to support
+# Autoconf-2.59 which quotes differently.
+m4_define([lt_car], [[$1]])
+m4_define([lt_cdr],
+[m4_if([$#], 0, [m4_fatal([$0: cannot be called without arguments])],
+       [$#], 1, [],
+       [m4_dquote(m4_shift($@))])])
+m4_define([lt_unquote], $1)
+
+
+# lt_append(MACRO-NAME, STRING, [SEPARATOR])
+# ------------------------------------------
+# Redefine MACRO-NAME to hold its former content plus `SEPARATOR'`STRING'.
+# Note that neither SEPARATOR nor STRING are expanded; they are appended
+# to MACRO-NAME as is (leaving the expansion for when MACRO-NAME is invoked).
+# No SEPARATOR is output if MACRO-NAME was previously undefined (different
+# than defined and empty).
+#
+# This macro is needed until we can rely on Autoconf 2.62, since earlier
+# versions of m4sugar mistakenly expanded SEPARATOR but not STRING.
+m4_define([lt_append],
+[m4_define([$1],
+	   m4_ifdef([$1], [m4_defn([$1])[$3]])[$2])])
+
+
+
+# lt_combine(SEP, PREFIX-LIST, INFIX, SUFFIX1, [SUFFIX2...])
+# ----------------------------------------------------------
+# Produce a SEP delimited list of all paired combinations of elements of
+# PREFIX-LIST with SUFFIX1 through SUFFIXn.  Each element of the list
+# has the form PREFIXmINFIXSUFFIXn.
+# Needed until we can rely on m4_combine added in Autoconf 2.62.
+m4_define([lt_combine],
+[m4_if(m4_eval([$# > 3]), [1],
+       [m4_pushdef([_Lt_sep], [m4_define([_Lt_sep], m4_defn([lt_car]))])]]dnl
+[[m4_foreach([_Lt_prefix], [$2],
+	     [m4_foreach([_Lt_suffix],
+		]m4_dquote(m4_dquote(m4_shift(m4_shift(m4_shift($@)))))[,
+	[_Lt_sep([$1])[]m4_defn([_Lt_prefix])[$3]m4_defn([_Lt_suffix])])])])])
+
+
+# lt_if_append_uniq(MACRO-NAME, VARNAME, [SEPARATOR], [UNIQ], [NOT-UNIQ])
+# -----------------------------------------------------------------------
+# Iff MACRO-NAME does not yet contain VARNAME, then append it (delimited
+# by SEPARATOR if supplied) and expand UNIQ, else NOT-UNIQ.
+m4_define([lt_if_append_uniq],
+[m4_ifdef([$1],
+	  [m4_if(m4_index([$3]m4_defn([$1])[$3], [$3$2$3]), [-1],
+		 [lt_append([$1], [$2], [$3])$4],
+		 [$5])],
+	  [lt_append([$1], [$2], [$3])$4])])
+
+
+# lt_dict_add(DICT, KEY, VALUE)
+# -----------------------------
+m4_define([lt_dict_add],
+[m4_define([$1($2)], [$3])])
+
+
+# lt_dict_add_subkey(DICT, KEY, SUBKEY, VALUE)
+# --------------------------------------------
+m4_define([lt_dict_add_subkey],
+[m4_define([$1($2:$3)], [$4])])
+
+
+# lt_dict_fetch(DICT, KEY, [SUBKEY])
+# ----------------------------------
+m4_define([lt_dict_fetch],
+[m4_ifval([$3],
+	m4_ifdef([$1($2:$3)], [m4_defn([$1($2:$3)])]),
+    m4_ifdef([$1($2)], [m4_defn([$1($2)])]))])
+
+
+# lt_if_dict_fetch(DICT, KEY, [SUBKEY], VALUE, IF-TRUE, [IF-FALSE])
+# -----------------------------------------------------------------
+m4_define([lt_if_dict_fetch],
+[m4_if(lt_dict_fetch([$1], [$2], [$3]), [$4],
+	[$5],
+    [$6])])
+
+
+# lt_dict_filter(DICT, [SUBKEY], VALUE, [SEPARATOR], KEY, [...])
+# --------------------------------------------------------------
+m4_define([lt_dict_filter],
+[m4_if([$5], [], [],
+  [lt_join(m4_quote(m4_default([$4], [[, ]])),
+           lt_unquote(m4_split(m4_normalize(m4_foreach(_Lt_key, lt_car([m4_shiftn(4, $@)]),
+		      [lt_if_dict_fetch([$1], _Lt_key, [$2], [$3], [_Lt_key ])])))))])[]dnl
+])
diff --git a/config/m4/ltversion.m4 b/config/m4/ltversion.m4
new file mode 100644
index 0000000..07a8602
--- /dev/null
+++ b/config/m4/ltversion.m4
@@ -0,0 +1,23 @@
+# ltversion.m4 -- version numbers			-*- Autoconf -*-
+#
+#   Copyright (C) 2004 Free Software Foundation, Inc.
+#   Written by Scott James Remnant, 2004
+#
+# This file is free software; the Free Software Foundation gives
+# unlimited permission to copy and/or distribute it, with or without
+# modifications, as long as this notice is preserved.
+
+# @configure_input@
+
+# serial 3337 ltversion.m4
+# This file is part of GNU Libtool
+
+m4_define([LT_PACKAGE_VERSION], [2.4.2])
+m4_define([LT_PACKAGE_REVISION], [1.3337])
+
+AC_DEFUN([LTVERSION_VERSION],
+[macro_version='2.4.2'
+macro_revision='1.3337'
+_LT_DECL(, macro_version, 0, [Which release of libtool.m4 was used?])
+_LT_DECL(, macro_revision, 0)
+])
diff --git a/config/m4/lt~obsolete.m4 b/config/m4/lt~obsolete.m4
new file mode 100644
index 0000000..c573da9
--- /dev/null
+++ b/config/m4/lt~obsolete.m4
@@ -0,0 +1,98 @@
+# lt~obsolete.m4 -- aclocal satisfying obsolete definitions.    -*-Autoconf-*-
+#
+#   Copyright (C) 2004, 2005, 2007, 2009 Free Software Foundation, Inc.
+#   Written by Scott James Remnant, 2004.
+#
+# This file is free software; the Free Software Foundation gives
+# unlimited permission to copy and/or distribute it, with or without
+# modifications, as long as this notice is preserved.
+
+# serial 5 lt~obsolete.m4
+
+# These exist entirely to fool aclocal when bootstrapping libtool.
+#
+# In the past libtool.m4 has provided macros via AC_DEFUN (or AU_DEFUN)
+# which have later been changed to m4_define as they aren't part of the
+# exported API, or moved to Autoconf or Automake where they belong.
+#
+# The trouble is, aclocal is a bit thick.  It'll see the old AC_DEFUN
+# in /usr/share/aclocal/libtool.m4 and remember it, then when it sees us
+# using a macro with the same name in our local m4/libtool.m4 it'll
+# pull the old libtool.m4 in (it doesn't see our shiny new m4_define
+# and doesn't know about Autoconf macros at all.)
+#
+# So we provide this file, which has a silly filename so it's always
+# included after everything else.  This provides aclocal with the
+# AC_DEFUNs it wants, but when m4 processes it, it doesn't do anything
+# because those macros already exist, or will be overwritten later.
+# We use AC_DEFUN over AU_DEFUN for compatibility with aclocal-1.6. 
+#
+# Anytime we withdraw an AC_DEFUN or AU_DEFUN, remember to add it here.
+# Yes, that means every name once taken will need to remain here until
+# we give up compatibility with versions before 1.7, at which point
+# we need to keep only those names which we still refer to.
+
+# This is to help aclocal find these macros, as it can't see m4_define.
+AC_DEFUN([LTOBSOLETE_VERSION], [m4_if([1])])
+
+m4_ifndef([AC_LIBTOOL_LINKER_OPTION],	[AC_DEFUN([AC_LIBTOOL_LINKER_OPTION])])
+m4_ifndef([AC_PROG_EGREP],		[AC_DEFUN([AC_PROG_EGREP])])
+m4_ifndef([_LT_AC_PROG_ECHO_BACKSLASH],	[AC_DEFUN([_LT_AC_PROG_ECHO_BACKSLASH])])
+m4_ifndef([_LT_AC_SHELL_INIT],		[AC_DEFUN([_LT_AC_SHELL_INIT])])
+m4_ifndef([_LT_AC_SYS_LIBPATH_AIX],	[AC_DEFUN([_LT_AC_SYS_LIBPATH_AIX])])
+m4_ifndef([_LT_PROG_LTMAIN],		[AC_DEFUN([_LT_PROG_LTMAIN])])
+m4_ifndef([_LT_AC_TAGVAR],		[AC_DEFUN([_LT_AC_TAGVAR])])
+m4_ifndef([AC_LTDL_ENABLE_INSTALL],	[AC_DEFUN([AC_LTDL_ENABLE_INSTALL])])
+m4_ifndef([AC_LTDL_PREOPEN],		[AC_DEFUN([AC_LTDL_PREOPEN])])
+m4_ifndef([_LT_AC_SYS_COMPILER],	[AC_DEFUN([_LT_AC_SYS_COMPILER])])
+m4_ifndef([_LT_AC_LOCK],		[AC_DEFUN([_LT_AC_LOCK])])
+m4_ifndef([AC_LIBTOOL_SYS_OLD_ARCHIVE],	[AC_DEFUN([AC_LIBTOOL_SYS_OLD_ARCHIVE])])
+m4_ifndef([_LT_AC_TRY_DLOPEN_SELF],	[AC_DEFUN([_LT_AC_TRY_DLOPEN_SELF])])
+m4_ifndef([AC_LIBTOOL_PROG_CC_C_O],	[AC_DEFUN([AC_LIBTOOL_PROG_CC_C_O])])
+m4_ifndef([AC_LIBTOOL_SYS_HARD_LINK_LOCKS], [AC_DEFUN([AC_LIBTOOL_SYS_HARD_LINK_LOCKS])])
+m4_ifndef([AC_LIBTOOL_OBJDIR],		[AC_DEFUN([AC_LIBTOOL_OBJDIR])])
+m4_ifndef([AC_LTDL_OBJDIR],		[AC_DEFUN([AC_LTDL_OBJDIR])])
+m4_ifndef([AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH], [AC_DEFUN([AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH])])
+m4_ifndef([AC_LIBTOOL_SYS_LIB_STRIP],	[AC_DEFUN([AC_LIBTOOL_SYS_LIB_STRIP])])
+m4_ifndef([AC_PATH_MAGIC],		[AC_DEFUN([AC_PATH_MAGIC])])
+m4_ifndef([AC_PROG_LD_GNU],		[AC_DEFUN([AC_PROG_LD_GNU])])
+m4_ifndef([AC_PROG_LD_RELOAD_FLAG],	[AC_DEFUN([AC_PROG_LD_RELOAD_FLAG])])
+m4_ifndef([AC_DEPLIBS_CHECK_METHOD],	[AC_DEFUN([AC_DEPLIBS_CHECK_METHOD])])
+m4_ifndef([AC_LIBTOOL_PROG_COMPILER_NO_RTTI], [AC_DEFUN([AC_LIBTOOL_PROG_COMPILER_NO_RTTI])])
+m4_ifndef([AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE], [AC_DEFUN([AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE])])
+m4_ifndef([AC_LIBTOOL_PROG_COMPILER_PIC], [AC_DEFUN([AC_LIBTOOL_PROG_COMPILER_PIC])])
+m4_ifndef([AC_LIBTOOL_PROG_LD_SHLIBS],	[AC_DEFUN([AC_LIBTOOL_PROG_LD_SHLIBS])])
+m4_ifndef([AC_LIBTOOL_POSTDEP_PREDEP],	[AC_DEFUN([AC_LIBTOOL_POSTDEP_PREDEP])])
+m4_ifndef([LT_AC_PROG_EGREP],		[AC_DEFUN([LT_AC_PROG_EGREP])])
+m4_ifndef([LT_AC_PROG_SED],		[AC_DEFUN([LT_AC_PROG_SED])])
+m4_ifndef([_LT_CC_BASENAME],		[AC_DEFUN([_LT_CC_BASENAME])])
+m4_ifndef([_LT_COMPILER_BOILERPLATE],	[AC_DEFUN([_LT_COMPILER_BOILERPLATE])])
+m4_ifndef([_LT_LINKER_BOILERPLATE],	[AC_DEFUN([_LT_LINKER_BOILERPLATE])])
+m4_ifndef([_AC_PROG_LIBTOOL],		[AC_DEFUN([_AC_PROG_LIBTOOL])])
+m4_ifndef([AC_LIBTOOL_SETUP],		[AC_DEFUN([AC_LIBTOOL_SETUP])])
+m4_ifndef([_LT_AC_CHECK_DLFCN],		[AC_DEFUN([_LT_AC_CHECK_DLFCN])])
+m4_ifndef([AC_LIBTOOL_SYS_DYNAMIC_LINKER],	[AC_DEFUN([AC_LIBTOOL_SYS_DYNAMIC_LINKER])])
+m4_ifndef([_LT_AC_TAGCONFIG],		[AC_DEFUN([_LT_AC_TAGCONFIG])])
+m4_ifndef([AC_DISABLE_FAST_INSTALL],	[AC_DEFUN([AC_DISABLE_FAST_INSTALL])])
+m4_ifndef([_LT_AC_LANG_CXX],		[AC_DEFUN([_LT_AC_LANG_CXX])])
+m4_ifndef([_LT_AC_LANG_F77],		[AC_DEFUN([_LT_AC_LANG_F77])])
+m4_ifndef([_LT_AC_LANG_GCJ],		[AC_DEFUN([_LT_AC_LANG_GCJ])])
+m4_ifndef([AC_LIBTOOL_LANG_C_CONFIG],	[AC_DEFUN([AC_LIBTOOL_LANG_C_CONFIG])])
+m4_ifndef([_LT_AC_LANG_C_CONFIG],	[AC_DEFUN([_LT_AC_LANG_C_CONFIG])])
+m4_ifndef([AC_LIBTOOL_LANG_CXX_CONFIG],	[AC_DEFUN([AC_LIBTOOL_LANG_CXX_CONFIG])])
+m4_ifndef([_LT_AC_LANG_CXX_CONFIG],	[AC_DEFUN([_LT_AC_LANG_CXX_CONFIG])])
+m4_ifndef([AC_LIBTOOL_LANG_F77_CONFIG],	[AC_DEFUN([AC_LIBTOOL_LANG_F77_CONFIG])])
+m4_ifndef([_LT_AC_LANG_F77_CONFIG],	[AC_DEFUN([_LT_AC_LANG_F77_CONFIG])])
+m4_ifndef([AC_LIBTOOL_LANG_GCJ_CONFIG],	[AC_DEFUN([AC_LIBTOOL_LANG_GCJ_CONFIG])])
+m4_ifndef([_LT_AC_LANG_GCJ_CONFIG],	[AC_DEFUN([_LT_AC_LANG_GCJ_CONFIG])])
+m4_ifndef([AC_LIBTOOL_LANG_RC_CONFIG],	[AC_DEFUN([AC_LIBTOOL_LANG_RC_CONFIG])])
+m4_ifndef([_LT_AC_LANG_RC_CONFIG],	[AC_DEFUN([_LT_AC_LANG_RC_CONFIG])])
+m4_ifndef([AC_LIBTOOL_CONFIG],		[AC_DEFUN([AC_LIBTOOL_CONFIG])])
+m4_ifndef([_LT_AC_FILE_LTDLL_C],	[AC_DEFUN([_LT_AC_FILE_LTDLL_C])])
+m4_ifndef([_LT_REQUIRED_DARWIN_CHECKS],	[AC_DEFUN([_LT_REQUIRED_DARWIN_CHECKS])])
+m4_ifndef([_LT_AC_PROG_CXXCPP],		[AC_DEFUN([_LT_AC_PROG_CXXCPP])])
+m4_ifndef([_LT_PREPARE_SED_QUOTE_VARS],	[AC_DEFUN([_LT_PREPARE_SED_QUOTE_VARS])])
+m4_ifndef([_LT_PROG_ECHO_BACKSLASH],	[AC_DEFUN([_LT_PROG_ECHO_BACKSLASH])])
+m4_ifndef([_LT_PROG_F77],		[AC_DEFUN([_LT_PROG_F77])])
+m4_ifndef([_LT_PROG_FC],		[AC_DEFUN([_LT_PROG_FC])])
+m4_ifndef([_LT_PROG_CXX],		[AC_DEFUN([_LT_PROG_CXX])])
diff --git a/config/m4/optimizations.m4 b/config/m4/optimizations.m4
new file mode 100644
index 0000000..44c534e
--- /dev/null
+++ b/config/m4/optimizations.m4
@@ -0,0 +1,123 @@
+# -*- Autoconf -*-
+#
+# M4 macros for AtomPAW
+#
+# Copyright (C) 2010 Yann Pouillon
+#
+# This file is part of the AtomPAW software package. For license information,
+# please see the COPYING file in the top-level directory of the source
+# distribution.
+#
+
+#
+# Optimizations
+#
+
+
+
+# ATP_FC_OPTFLAGS()
+# -----------------
+#
+# Sets optimization flags for the Fortran compiler.
+#
+AC_DEFUN([ATP_FC_OPTFLAGS],[
+  ATP_FCOPTS=""
+  ATP_LDOPTS=""
+  ATP_LIBS=""
+
+  case "${atp_fc_vendor}" in
+
+    compaq)
+      ATP_FCOPTS="-fast"
+      ATP_LDOPTS="-fast"
+      ATP_LIBS="-lcxml"
+      ;;
+
+    g95)
+      ATP_FCOPTS="-O2"
+      ATP_LDOPTS="-O2"
+      case "${with_linalg_flavor}" in
+        atlas)
+          ATP_LIBS="-llapack -lf77blas -lcblas -latlas"
+          ;;
+        netlib)
+          ATP_LIBS="-llapack -lblas"
+          ;;
+      esac
+      ;;
+
+    gnu)
+      ATP_FCOPTS="-O2"
+      ATP_LDOPTS="-O2"
+      case "${with_linalg_flavor}" in
+        atlas)
+          ATP_LIBS="-llapack -lf77blas -lcblas -latlas"
+          ;;
+        netlib)
+          ATP_LIBS="-llapack -lblas"
+          ;;
+      esac
+      ;;
+
+    intel)
+      ATP_FCOPTS="-O2"
+      ATP_LDOPTS="-O2 -Vaxlib"
+      case "${with_linalg_flavor}" in
+        atlas)
+          ATP_LIBS="-llapack -lf77blas -lcblas -latlas"
+          ;;
+        mkl)
+          ATP_LIBS="-lmkl_lapack -lmkl_ia32 -lguide -lpthread"
+          ;;
+      esac
+      ;;
+
+    nag)
+      ATP_FCOPTS="-DNAG"
+      ATP_LDOPTS=""
+      case "${with_linalg_flavor}" in
+        atlas)
+          ATP_LIBS="-llapack -lf77blas -lcblas -latlas"
+          ;;
+        netlib)
+          ATP_LIBS="-llapack -lblas"
+          ;;
+      esac
+      ;;
+
+    pathscale)
+      ATP_FCOPTS="-O3"
+      ATP_LDOPTS=""
+      ATP_LIBS="-lacml"
+      ;;
+
+    pgi)
+      ATP_FCOPTS="-fast"
+      ATP_LDOPTS=""
+      ATP_LIBS="-llapack -lblas"
+      ;;
+
+    sun)
+      ATP_FCOPTS="-fast -xO3 -xlic_lib=sunperf"
+      ATP_LDOPTS="-fast -xO3 -xlic_lib=sunperf"
+      ATP_LIBS=""
+      ;;
+
+    ibm)
+      ATP_FCOPTS="-qfree=f90 -qsuffix=f=f90:cpp=F90 -qarch=auto -O3"
+      ATP_LDOPTS="-qfree=f90 -qsuffix=f=f90:cpp=F90 -qarch=auto"
+      ATP_LIBS="-llapack -lessl"
+      ;;
+
+    *)
+      ATP_FCOPTS="-O2"
+      ATP_LDOPTS=""
+      ATP_LIBS=""
+      ;;
+
+  esac
+
+  AC_SUBST(ATP_FCOPTS)
+  AC_SUBST(ATP_LDOPTS)
+  AC_SUBST(ATP_LIBS)
+]) # ATP_FC_OPTFLAGS
diff --git a/config/m4/workarounds.m4 b/config/m4/workarounds.m4
new file mode 100644
index 0000000..6cfab64
--- /dev/null
+++ b/config/m4/workarounds.m4
@@ -0,0 +1,32 @@
+# -*- Autoconf -*-
+#
+# M4 macros for AtomPAW (imported from Abinit)
+#
+# Copyright (C) 2010 Yann Pouillon
+#
+# This file is part of the AtomPAW software package. For license information,
+# please see the COPYING file in the top-level directory of the source
+# distribution.
+#
+
+#
+# Workarounds
+#
+
+
+
+# ATP_PROG_MKDIR_P()
+# ------------------
+#
+# Wrapper for the bugged AC_PROG_MKDIR_P macro.
+#
+AC_DEFUN([ATP_PROG_MKDIR_P],[
+  _AC_SRCDIRS([.])
+  AC_PROG_MKDIR_P
+  atp_tmp_mkdir_p=`echo "${MKDIR_P}" | awk '{print [$]1}'`
+  if test "${atp_tmp_mkdir_p}" = "config/gnu/install-sh"; then
+    AC_MSG_NOTICE([fixing wrong path to mkdir replacement])
+    MKDIR_P="${ac_abs_top_srcdir}/${MKDIR_P}"
+  fi
+  unset atp_tmp_mkdir_p
+]) # ATP_PROG_MKDIR_P
diff --git a/configure b/configure
new file mode 100755
index 0000000..e1f7278
--- /dev/null
+++ b/configure
@@ -0,0 +1,18572 @@
+#! /bin/sh
+# From configure.ac Autotools support for AtomPAW.
+# Guess values for system-dependent variables and create Makefiles.
+# Generated by GNU Autoconf 2.69 for AtomPAW 4.0.0.4.
+#
+# Report bugs to <natalie at wfu.edu, marc.torrent at cea.fr>.
+#
+#
+# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
+#
+#
+# This configure script is free software; the Free Software Foundation
+# gives unlimited permission to copy, distribute and modify it.
+## -------------------- ##
+## M4sh Initialization. ##
+## -------------------- ##
+
+# Be more Bourne compatible
+DUALCASE=1; export DUALCASE # for MKS sh
+if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
+  emulate sh
+  NULLCMD=:
+  # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
+  # is contrary to our usage.  Disable this feature.
+  alias -g '${1+"$@"}'='"$@"'
+  setopt NO_GLOB_SUBST
+else
+  case `(set -o) 2>/dev/null` in #(
+  *posix*) :
+    set -o posix ;; #(
+  *) :
+     ;;
+esac
+fi
+
+
+as_nl='
+'
+export as_nl
+# Printing a long string crashes Solaris 7 /usr/bin/printf.
+as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
+as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
+as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
+# Prefer a ksh shell builtin over an external printf program on Solaris,
+# but without wasting forks for bash or zsh.
+if test -z "$BASH_VERSION$ZSH_VERSION" \
+    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
+  as_echo='print -r --'
+  as_echo_n='print -rn --'
+elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
+  as_echo='printf %s\n'
+  as_echo_n='printf %s'
+else
+  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
+    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
+    as_echo_n='/usr/ucb/echo -n'
+  else
+    as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
+    as_echo_n_body='eval
+      arg=$1;
+      case $arg in #(
+      *"$as_nl"*)
+	expr "X$arg" : "X\\(.*\\)$as_nl";
+	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
+      esac;
+      expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
+    '
+    export as_echo_n_body
+    as_echo_n='sh -c $as_echo_n_body as_echo'
+  fi
+  export as_echo_body
+  as_echo='sh -c $as_echo_body as_echo'
+fi
+
+# The user is always right.
+if test "${PATH_SEPARATOR+set}" != set; then
+  PATH_SEPARATOR=:
+  (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
+    (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
+      PATH_SEPARATOR=';'
+  }
+fi
+
+
+# IFS
+# We need space, tab and new line, in precisely that order.  Quoting is
+# there to prevent editors from complaining about space-tab.
+# (If _AS_PATH_WALK were called with IFS unset, it would disable word
+# splitting by setting IFS to empty value.)
+IFS=" ""	$as_nl"
+
+# Find who we are.  Look in the path if we contain no directory separator.
+as_myself=
+case $0 in #((
+  *[\\/]* ) as_myself=$0 ;;
+  *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH
+do
+  IFS=$as_save_IFS
+  test -z "$as_dir" && as_dir=.
+    test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
+  done
+IFS=$as_save_IFS
+
+     ;;
+esac
+# We did not find ourselves, most probably we were run as `sh COMMAND'
+# in which case we are not to be found in the path.
+if test "x$as_myself" = x; then
+  as_myself=$0
+fi
+if test ! -f "$as_myself"; then
+  $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
+  exit 1
+fi
+
+# Unset variables that we do not need and which cause bugs (e.g. in
+# pre-3.0 UWIN ksh).  But do not cause bugs in bash 2.01; the "|| exit 1"
+# suppresses any "Segmentation fault" message there.  '((' could
+# trigger a bug in pdksh 5.2.14.
+for as_var in BASH_ENV ENV MAIL MAILPATH
+do eval test x\${$as_var+set} = xset \
+  && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
+done
+PS1='$ '
+PS2='> '
+PS4='+ '
+
+# NLS nuisances.
+LC_ALL=C
+export LC_ALL
+LANGUAGE=C
+export LANGUAGE
+
+# CDPATH.
+(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
+
+# Use a proper internal environment variable to ensure we don't fall
+  # into an infinite loop, continuously re-executing ourselves.
+  if test x"${_as_can_reexec}" != xno && test "x$CONFIG_SHELL" != x; then
+    _as_can_reexec=no; export _as_can_reexec;
+    # We cannot yet assume a decent shell, so we have to provide a
+# neutralization value for shells without unset; and this also
+# works around shells that cannot unset nonexistent variables.
+# Preserve -v and -x to the replacement shell.
+BASH_ENV=/dev/null
+ENV=/dev/null
+(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
+case $- in # ((((
+  *v*x* | *x*v* ) as_opts=-vx ;;
+  *v* ) as_opts=-v ;;
+  *x* ) as_opts=-x ;;
+  * ) as_opts= ;;
+esac
+exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
+# Admittedly, this is quite paranoid, since all the known shells bail
+# out after a failed `exec'.
+$as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
+as_fn_exit 255
+  fi
+  # We don't want this to propagate to other subprocesses.
+          { _as_can_reexec=; unset _as_can_reexec;}
+if test "x$CONFIG_SHELL" = x; then
+  as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
+  emulate sh
+  NULLCMD=:
+  # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
+  # is contrary to our usage.  Disable this feature.
+  alias -g '\${1+\"\$@\"}'='\"\$@\"'
+  setopt NO_GLOB_SUBST
+else
+  case \`(set -o) 2>/dev/null\` in #(
+  *posix*) :
+    set -o posix ;; #(
+  *) :
+     ;;
+esac
+fi
+"
+  as_required="as_fn_return () { (exit \$1); }
+as_fn_success () { as_fn_return 0; }
+as_fn_failure () { as_fn_return 1; }
+as_fn_ret_success () { return 0; }
+as_fn_ret_failure () { return 1; }
+
+exitcode=0
+as_fn_success || { exitcode=1; echo as_fn_success failed.; }
+as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
+as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
+as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
+if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
+
+else
+  exitcode=1; echo positional parameters were not saved.
+fi
+test x\$exitcode = x0 || exit 1
+test -x / || exit 1"
+  as_suggested="  as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
+  as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
+  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
+  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
+test \$(( 1 + 1 )) = 2 || exit 1
+
+  test -n \"\${ZSH_VERSION+set}\${BASH_VERSION+set}\" || (
+    ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
+    ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
+    ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
+    PATH=/empty FPATH=/empty; export PATH FPATH
+    test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\
+      || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1"
+  if (eval "$as_required") 2>/dev/null; then :
+  as_have_required=yes
+else
+  as_have_required=no
+fi
+  if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
+
+else
+  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+as_found=false
+for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
+do
+  IFS=$as_save_IFS
+  test -z "$as_dir" && as_dir=.
+  as_found=:
+  case $as_dir in #(
+	 /*)
+	   for as_base in sh bash ksh sh5; do
+	     # Try only shells that exist, to save several forks.
+	     as_shell=$as_dir/$as_base
+	     if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
+		    { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
+  CONFIG_SHELL=$as_shell as_have_required=yes
+		   if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
+  break 2
+fi
+fi
+	   done;;
+       esac
+  as_found=false
+done
+$as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
+	      { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
+  CONFIG_SHELL=$SHELL as_have_required=yes
+fi; }
+IFS=$as_save_IFS
+
+
+      if test "x$CONFIG_SHELL" != x; then :
+  export CONFIG_SHELL
+             # We cannot yet assume a decent shell, so we have to provide a
+# neutralization value for shells without unset; and this also
+# works around shells that cannot unset nonexistent variables.
+# Preserve -v and -x to the replacement shell.
+BASH_ENV=/dev/null
+ENV=/dev/null
+(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
+case $- in # ((((
+  *v*x* | *x*v* ) as_opts=-vx ;;
+  *v* ) as_opts=-v ;;
+  *x* ) as_opts=-x ;;
+  * ) as_opts= ;;
+esac
+exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
+# Admittedly, this is quite paranoid, since all the known shells bail
+# out after a failed `exec'.
+$as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
+exit 255
+fi
+
+    if test x$as_have_required = xno; then :
+  $as_echo "$0: This script requires a shell more modern than all"
+  $as_echo "$0: the shells that I found on your system."
+  if test x${ZSH_VERSION+set} = xset ; then
+    $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
+    $as_echo "$0: be upgraded to zsh 4.3.4 or later."
+  else
+    $as_echo "$0: Please tell bug-autoconf at gnu.org and natalie at wfu.edu,
+$0: marc.torrent at cea.fr about your system, including any
+$0: error possibly output before this message. Then install
+$0: a modern shell, or manually run the script under such a
+$0: shell if you do have one."
+  fi
+  exit 1
+fi
+fi
+fi
+SHELL=${CONFIG_SHELL-/bin/sh}
+export SHELL
+# Unset more variables known to interfere with behavior of common tools.
+CLICOLOR_FORCE= GREP_OPTIONS=
+unset CLICOLOR_FORCE GREP_OPTIONS
+
+## --------------------- ##
+## M4sh Shell Functions. ##
+## --------------------- ##
+# as_fn_unset VAR
+# ---------------
+# Portably unset VAR.
+as_fn_unset ()
+{
+  { eval $1=; unset $1;}
+}
+as_unset=as_fn_unset
+
+# as_fn_set_status STATUS
+# -----------------------
+# Set $? to STATUS, without forking.
+as_fn_set_status ()
+{
+  return $1
+} # as_fn_set_status
+
+# as_fn_exit STATUS
+# -----------------
+# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
+as_fn_exit ()
+{
+  set +e
+  as_fn_set_status $1
+  exit $1
+} # as_fn_exit
+
+# as_fn_mkdir_p
+# -------------
+# Create "$as_dir" as a directory, including parents if necessary.
+as_fn_mkdir_p ()
+{
+
+  case $as_dir in #(
+  -*) as_dir=./$as_dir;;
+  esac
+  test -d "$as_dir" || eval $as_mkdir_p || {
+    as_dirs=
+    while :; do
+      case $as_dir in #(
+      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
+      *) as_qdir=$as_dir;;
+      esac
+      as_dirs="'$as_qdir' $as_dirs"
+      as_dir=`$as_dirname -- "$as_dir" ||
+$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
+	 X"$as_dir" : 'X\(//\)[^/]' \| \
+	 X"$as_dir" : 'X\(//\)$' \| \
+	 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
+$as_echo X"$as_dir" |
+    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
+	    s//\1/
+	    q
+	  }
+	  /^X\(\/\/\)[^/].*/{
+	    s//\1/
+	    q
+	  }
+	  /^X\(\/\/\)$/{
+	    s//\1/
+	    q
+	  }
+	  /^X\(\/\).*/{
+	    s//\1/
+	    q
+	  }
+	  s/.*/./; q'`
+      test -d "$as_dir" && break
+    done
+    test -z "$as_dirs" || eval "mkdir $as_dirs"
+  } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
+
+
+} # as_fn_mkdir_p
+
+# as_fn_executable_p FILE
+# -----------------------
+# Test if FILE is an executable regular file.
+as_fn_executable_p ()
+{
+  test -f "$1" && test -x "$1"
+} # as_fn_executable_p
+# as_fn_append VAR VALUE
+# ----------------------
+# Append the text in VALUE to the end of the definition contained in VAR. Take
+# advantage of any shell optimizations that allow amortized linear growth over
+# repeated appends, instead of the typical quadratic growth present in naive
+# implementations.
+if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
+  eval 'as_fn_append ()
+  {
+    eval $1+=\$2
+  }'
+else
+  as_fn_append ()
+  {
+    eval $1=\$$1\$2
+  }
+fi # as_fn_append
+
+# as_fn_arith ARG...
+# ------------------
+# Perform arithmetic evaluation on the ARGs, and store the result in the
+# global $as_val. Take advantage of shells that can avoid forks. The arguments
+# must be portable across $(()) and expr.
+if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
+  eval 'as_fn_arith ()
+  {
+    as_val=$(( $* ))
+  }'
+else
+  as_fn_arith ()
+  {
+    as_val=`expr "$@" || test $? -eq 1`
+  }
+fi # as_fn_arith
+
+
+# as_fn_error STATUS ERROR [LINENO LOG_FD]
+# ----------------------------------------
+# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
+# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
+# script with STATUS, using 1 if that was 0.
+as_fn_error ()
+{
+  as_status=$1; test $as_status -eq 0 && as_status=1
+  if test "$4"; then
+    as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
+    $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
+  fi
+  $as_echo "$as_me: error: $2" >&2
+  as_fn_exit $as_status
+} # as_fn_error
+
+if expr a : '\(a\)' >/dev/null 2>&1 &&
+   test "X`expr 00001 : '.*\(...\)'`" = X001; then
+  as_expr=expr
+else
+  as_expr=false
+fi
+
+if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
+  as_basename=basename
+else
+  as_basename=false
+fi
+
+if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
+  as_dirname=dirname
+else
+  as_dirname=false
+fi
+
+as_me=`$as_basename -- "$0" ||
+$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
+	 X"$0" : 'X\(//\)$' \| \
+	 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
+$as_echo X/"$0" |
+    sed '/^.*\/\([^/][^/]*\)\/*$/{
+	    s//\1/
+	    q
+	  }
+	  /^X\/\(\/\/\)$/{
+	    s//\1/
+	    q
+	  }
+	  /^X\/\(\/\).*/{
+	    s//\1/
+	    q
+	  }
+	  s/.*/./; q'`
+
+# Avoid depending upon Character Ranges.
+as_cr_letters='abcdefghijklmnopqrstuvwxyz'
+as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
+as_cr_Letters=$as_cr_letters$as_cr_LETTERS
+as_cr_digits='0123456789'
+as_cr_alnum=$as_cr_Letters$as_cr_digits
+
+
+  as_lineno_1=$LINENO as_lineno_1a=$LINENO
+  as_lineno_2=$LINENO as_lineno_2a=$LINENO
+  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
+  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
+  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
+  sed -n '
+    p
+    /[$]LINENO/=
+  ' <$as_myself |
+    sed '
+      s/[$]LINENO.*/&-/
+      t lineno
+      b
+      :lineno
+      N
+      :loop
+      s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
+      t loop
+      s/-\n.*//
+    ' >$as_me.lineno &&
+  chmod +x "$as_me.lineno" ||
+    { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
+
+  # If we had to re-execute with $CONFIG_SHELL, we're ensured to have
+  # already done that, so ensure we don't try to do so again and fall
+  # in an infinite loop.  This has already happened in practice.
+  _as_can_reexec=no; export _as_can_reexec
+  # Don't try to exec as it changes $[0], causing all sort of problems
+  # (the dirname of $[0] is not the place where we might find the
+  # original and so on.  Autoconf is especially sensitive to this).
+  . "./$as_me.lineno"
+  # Exit status is that of the last command.
+  exit
+}
+
+ECHO_C= ECHO_N= ECHO_T=
+case `echo -n x` in #(((((
+-n*)
+  case `echo 'xy\c'` in
+  *c*) ECHO_T='	';;	# ECHO_T is single tab character.
+  xy)  ECHO_C='\c';;
+  *)   echo `echo ksh88 bug on AIX 6.1` > /dev/null
+       ECHO_T='	';;
+  esac;;
+*)
+  ECHO_N='-n';;
+esac
+
+rm -f conf$$ conf$$.exe conf$$.file
+if test -d conf$$.dir; then
+  rm -f conf$$.dir/conf$$.file
+else
+  rm -f conf$$.dir
+  mkdir conf$$.dir 2>/dev/null
+fi
+if (echo >conf$$.file) 2>/dev/null; then
+  if ln -s conf$$.file conf$$ 2>/dev/null; then
+    as_ln_s='ln -s'
+    # ... but there are two gotchas:
+    # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
+    # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
+    # In both cases, we have to default to `cp -pR'.
+    ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
+      as_ln_s='cp -pR'
+  elif ln conf$$.file conf$$ 2>/dev/null; then
+    as_ln_s=ln
+  else
+    as_ln_s='cp -pR'
+  fi
+else
+  as_ln_s='cp -pR'
+fi
+rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
+rmdir conf$$.dir 2>/dev/null
+
+if mkdir -p . 2>/dev/null; then
+  as_mkdir_p='mkdir -p "$as_dir"'
+else
+  test -d ./-p && rmdir ./-p
+  as_mkdir_p=false
+fi
+
+as_test_x='test -x'
+as_executable_p=as_fn_executable_p
+
+# Sed expression to map a string onto a valid CPP name.
+as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
+
+# Sed expression to map a string onto a valid variable name.
+as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
+
+SHELL=${CONFIG_SHELL-/bin/sh}
+
+
+test -n "$DJDIR" || exec 7<&0 </dev/null
+exec 6>&1
+
+# Name of the host.
+# hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
+# so uname gets run too.
+ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
+
+#
+# Initializations.
+#
+ac_default_prefix=/usr/local
+ac_clean_files=
+ac_config_libobj_dir=.
+LIBOBJS=
+cross_compiling=no
+subdirs=
+MFLAGS=
+MAKEFLAGS=
+
+# Identity of this package.
+PACKAGE_NAME='AtomPAW'
+PACKAGE_TARNAME='atompaw'
+PACKAGE_VERSION='4.0.0.4'
+PACKAGE_STRING='AtomPAW 4.0.0.4'
+PACKAGE_BUGREPORT='natalie at wfu.edu, marc.torrent at cea.fr'
+PACKAGE_URL=''
+
+ac_unique_file="src/atompaw_prog.f90"
+# Factoring default headers for most tests.
+ac_includes_default="\
+#include <stdio.h>
+#ifdef HAVE_SYS_TYPES_H
+# include <sys/types.h>
+#endif
+#ifdef HAVE_SYS_STAT_H
+# include <sys/stat.h>
+#endif
+#ifdef STDC_HEADERS
+# include <stdlib.h>
+# include <stddef.h>
+#else
+# ifdef HAVE_STDLIB_H
+#  include <stdlib.h>
+# endif
+#endif
+#ifdef HAVE_STRING_H
+# if !defined STDC_HEADERS && defined HAVE_MEMORY_H
+#  include <memory.h>
+# endif
+# include <string.h>
+#endif
+#ifdef HAVE_STRINGS_H
+# include <strings.h>
+#endif
+#ifdef HAVE_INTTYPES_H
+# include <inttypes.h>
+#endif
+#ifdef HAVE_STDINT_H
+# include <stdint.h>
+#endif
+#ifdef HAVE_UNISTD_H
+# include <unistd.h>
+#endif"
+
+ac_subst_vars='am__EXEEXT_FALSE
+am__EXEEXT_TRUE
+LTLIBOBJS
+LIBOBJS
+LTOBJEXT
+CPP
+OTOOL64
+OTOOL
+LIPO
+NMEDIT
+DSYMUTIL
+MANIFEST_TOOL
+RANLIB
+ac_ct_AR
+AR
+DLLTOOL
+OBJDUMP
+NM
+ac_ct_DUMPBIN
+DUMPBIN
+LD
+FGREP
+am__fastdepCC_FALSE
+am__fastdepCC_TRUE
+CCDEPMODE
+am__nodep
+AMDEPBACKSLASH
+AMDEP_FALSE
+AMDEP_TRUE
+am__quote
+am__include
+DEPDIR
+ac_ct_CC
+CPPFLAGS
+CFLAGS
+CC
+LIBTOOL
+ATP_LIBS
+ATP_LDOPTS
+ATP_FCOPTS
+FCFLAGS_F90
+MODEXT
+atp_fc_wrap
+atp_fc_version
+atp_fc_vendor
+OBJEXT
+EXEEXT
+ac_ct_FC
+LDFLAGS
+FCFLAGS
+FC
+atp_fc_path
+PERL
+PDFLATEX
+LATEX
+DVIPDF
+EGREP
+GREP
+SED
+LN_S
+ATOMPAW_LIBDIR
+am__untar
+am__tar
+AMTAR
+am__leading_dot
+SET_MAKE
+AWK
+mkdir_p
+MKDIR_P
+INSTALL_STRIP_PROGRAM
+STRIP
+install_sh
+MAKEINFO
+AUTOHEADER
+AUTOMAKE
+AUTOCONF
+ACLOCAL
+VERSION
+PACKAGE
+CYGPATH_W
+am__isrc
+INSTALL_DATA
+INSTALL_SCRIPT
+INSTALL_PROGRAM
+target_os
+target_vendor
+target_cpu
+target
+host_os
+host_vendor
+host_cpu
+host
+build_os
+build_vendor
+build_cpu
+build
+target_alias
+host_alias
+build_alias
+LIBS
+ECHO_T
+ECHO_N
+ECHO_C
+DEFS
+mandir
+localedir
+libdir
+psdir
+pdfdir
+dvidir
+htmldir
+infodir
+docdir
+oldincludedir
+includedir
+localstatedir
+sharedstatedir
+sysconfdir
+datadir
+datarootdir
+libexecdir
+sbindir
+bindir
+program_transform_name
+prefix
+exec_prefix
+PACKAGE_URL
+PACKAGE_BUGREPORT
+PACKAGE_STRING
+PACKAGE_VERSION
+PACKAGE_TARNAME
+PACKAGE_NAME
+PATH_SEPARATOR
+SHELL'
+ac_subst_files=''
+ac_user_opts='
+enable_option_checking
+enable_libxc
+with_fc_vendor
+with_fc_version
+with_libxc_incs
+with_libxc_libs
+with_linalg_flavor
+with_linalg_libs
+enable_shared
+enable_static
+with_pic
+enable_fast_install
+enable_dependency_tracking
+with_gnu_ld
+with_sysroot
+enable_libtool_lock
+'
+      ac_precious_vars='build_alias
+host_alias
+target_alias
+ATOMPAW_LIBDIR
+FC
+FCFLAGS
+LDFLAGS
+LIBS
+CC
+CFLAGS
+CPPFLAGS
+CPP'
+
+
+# Initialize some variables set by options.
+ac_init_help=
+ac_init_version=false
+ac_unrecognized_opts=
+ac_unrecognized_sep=
+# The variables have the same names as the options, with
+# dashes changed to underlines.
+cache_file=/dev/null
+exec_prefix=NONE
+no_create=
+no_recursion=
+prefix=NONE
+program_prefix=NONE
+program_suffix=NONE
+program_transform_name=s,x,x,
+silent=
+site=
+srcdir=
+verbose=
+x_includes=NONE
+x_libraries=NONE
+
+# Installation directory options.
+# These are left unexpanded so users can "make install exec_prefix=/foo"
+# and all the variables that are supposed to be based on exec_prefix
+# by default will actually change.
+# Use braces instead of parens because sh, perl, etc. also accept them.
+# (The list follows the same order as the GNU Coding Standards.)
+bindir='${exec_prefix}/bin'
+sbindir='${exec_prefix}/sbin'
+libexecdir='${exec_prefix}/libexec'
+datarootdir='${prefix}/share'
+datadir='${datarootdir}'
+sysconfdir='${prefix}/etc'
+sharedstatedir='${prefix}/com'
+localstatedir='${prefix}/var'
+includedir='${prefix}/include'
+oldincludedir='/usr/include'
+docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
+infodir='${datarootdir}/info'
+htmldir='${docdir}'
+dvidir='${docdir}'
+pdfdir='${docdir}'
+psdir='${docdir}'
+libdir='${exec_prefix}/lib'
+localedir='${datarootdir}/locale'
+mandir='${datarootdir}/man'
+
+ac_prev=
+ac_dashdash=
+for ac_option
+do
+  # If the previous option needs an argument, assign it.
+  if test -n "$ac_prev"; then
+    eval $ac_prev=\$ac_option
+    ac_prev=
+    continue
+  fi
+
+  case $ac_option in
+  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
+  *=)   ac_optarg= ;;
+  *)    ac_optarg=yes ;;
+  esac
+
+  # Accept the important Cygnus configure options, so we can diagnose typos.
+
+  case $ac_dashdash$ac_option in
+  --)
+    ac_dashdash=yes ;;
+
+  -bindir | --bindir | --bindi | --bind | --bin | --bi)
+    ac_prev=bindir ;;
+  -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
+    bindir=$ac_optarg ;;
+
+  -build | --build | --buil | --bui | --bu)
+    ac_prev=build_alias ;;
+  -build=* | --build=* | --buil=* | --bui=* | --bu=*)
+    build_alias=$ac_optarg ;;
+
+  -cache-file | --cache-file | --cache-fil | --cache-fi \
+  | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
+    ac_prev=cache_file ;;
+  -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
+  | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
+    cache_file=$ac_optarg ;;
+
+  --config-cache | -C)
+    cache_file=config.cache ;;
+
+  -datadir | --datadir | --datadi | --datad)
+    ac_prev=datadir ;;
+  -datadir=* | --datadir=* | --datadi=* | --datad=*)
+    datadir=$ac_optarg ;;
+
+  -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
+  | --dataroo | --dataro | --datar)
+    ac_prev=datarootdir ;;
+  -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
+  | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
+    datarootdir=$ac_optarg ;;
+
+  -disable-* | --disable-*)
+    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
+    # Reject names that are not valid shell variable names.
+    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
+      as_fn_error $? "invalid feature name: $ac_useropt"
+    ac_useropt_orig=$ac_useropt
+    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
+    case $ac_user_opts in
+      *"
+"enable_$ac_useropt"
+"*) ;;
+      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
+	 ac_unrecognized_sep=', ';;
+    esac
+    eval enable_$ac_useropt=no ;;
+
+  -docdir | --docdir | --docdi | --doc | --do)
+    ac_prev=docdir ;;
+  -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
+    docdir=$ac_optarg ;;
+
+  -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
+    ac_prev=dvidir ;;
+  -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
+    dvidir=$ac_optarg ;;
+
+  -enable-* | --enable-*)
+    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
+    # Reject names that are not valid shell variable names.
+    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
+      as_fn_error $? "invalid feature name: $ac_useropt"
+    ac_useropt_orig=$ac_useropt
+    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
+    case $ac_user_opts in
+      *"
+"enable_$ac_useropt"
+"*) ;;
+      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
+	 ac_unrecognized_sep=', ';;
+    esac
+    eval enable_$ac_useropt=\$ac_optarg ;;
+
+  -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
+  | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
+  | --exec | --exe | --ex)
+    ac_prev=exec_prefix ;;
+  -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
+  | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
+  | --exec=* | --exe=* | --ex=*)
+    exec_prefix=$ac_optarg ;;
+
+  -gas | --gas | --ga | --g)
+    # Obsolete; use --with-gas.
+    with_gas=yes ;;
+
+  -help | --help | --hel | --he | -h)
+    ac_init_help=long ;;
+  -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
+    ac_init_help=recursive ;;
+  -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
+    ac_init_help=short ;;
+
+  -host | --host | --hos | --ho)
+    ac_prev=host_alias ;;
+  -host=* | --host=* | --hos=* | --ho=*)
+    host_alias=$ac_optarg ;;
+
+  -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
+    ac_prev=htmldir ;;
+  -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
+  | --ht=*)
+    htmldir=$ac_optarg ;;
+
+  -includedir | --includedir | --includedi | --included | --include \
+  | --includ | --inclu | --incl | --inc)
+    ac_prev=includedir ;;
+  -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
+  | --includ=* | --inclu=* | --incl=* | --inc=*)
+    includedir=$ac_optarg ;;
+
+  -infodir | --infodir | --infodi | --infod | --info | --inf)
+    ac_prev=infodir ;;
+  -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
+    infodir=$ac_optarg ;;
+
+  -libdir | --libdir | --libdi | --libd)
+    ac_prev=libdir ;;
+  -libdir=* | --libdir=* | --libdi=* | --libd=*)
+    libdir=$ac_optarg ;;
+
+  -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
+  | --libexe | --libex | --libe)
+    ac_prev=libexecdir ;;
+  -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
+  | --libexe=* | --libex=* | --libe=*)
+    libexecdir=$ac_optarg ;;
+
+  -localedir | --localedir | --localedi | --localed | --locale)
+    ac_prev=localedir ;;
+  -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
+    localedir=$ac_optarg ;;
+
+  -localstatedir | --localstatedir | --localstatedi | --localstated \
+  | --localstate | --localstat | --localsta | --localst | --locals)
+    ac_prev=localstatedir ;;
+  -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
+  | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
+    localstatedir=$ac_optarg ;;
+
+  -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
+    ac_prev=mandir ;;
+  -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
+    mandir=$ac_optarg ;;
+
+  -nfp | --nfp | --nf)
+    # Obsolete; use --without-fp.
+    with_fp=no ;;
+
+  -no-create | --no-create | --no-creat | --no-crea | --no-cre \
+  | --no-cr | --no-c | -n)
+    no_create=yes ;;
+
+  -no-recursion | --no-recursion | --no-recursio | --no-recursi \
+  | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
+    no_recursion=yes ;;
+
+  -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
+  | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
+  | --oldin | --oldi | --old | --ol | --o)
+    ac_prev=oldincludedir ;;
+  -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
+  | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
+  | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
+    oldincludedir=$ac_optarg ;;
+
+  -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
+    ac_prev=prefix ;;
+  -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
+    prefix=$ac_optarg ;;
+
+  -program-prefix | --program-prefix | --program-prefi | --program-pref \
+  | --program-pre | --program-pr | --program-p)
+    ac_prev=program_prefix ;;
+  -program-prefix=* | --program-prefix=* | --program-prefi=* \
+  | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
+    program_prefix=$ac_optarg ;;
+
+  -program-suffix | --program-suffix | --program-suffi | --program-suff \
+  | --program-suf | --program-su | --program-s)
+    ac_prev=program_suffix ;;
+  -program-suffix=* | --program-suffix=* | --program-suffi=* \
+  | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
+    program_suffix=$ac_optarg ;;
+
+  -program-transform-name | --program-transform-name \
+  | --program-transform-nam | --program-transform-na \
+  | --program-transform-n | --program-transform- \
+  | --program-transform | --program-transfor \
+  | --program-transfo | --program-transf \
+  | --program-trans | --program-tran \
+  | --progr-tra | --program-tr | --program-t)
+    ac_prev=program_transform_name ;;
+  -program-transform-name=* | --program-transform-name=* \
+  | --program-transform-nam=* | --program-transform-na=* \
+  | --program-transform-n=* | --program-transform-=* \
+  | --program-transform=* | --program-transfor=* \
+  | --program-transfo=* | --program-transf=* \
+  | --program-trans=* | --program-tran=* \
+  | --progr-tra=* | --program-tr=* | --program-t=*)
+    program_transform_name=$ac_optarg ;;
+
+  -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
+    ac_prev=pdfdir ;;
+  -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
+    pdfdir=$ac_optarg ;;
+
+  -psdir | --psdir | --psdi | --psd | --ps)
+    ac_prev=psdir ;;
+  -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
+    psdir=$ac_optarg ;;
+
+  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
+  | -silent | --silent | --silen | --sile | --sil)
+    silent=yes ;;
+
+  -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
+    ac_prev=sbindir ;;
+  -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
+  | --sbi=* | --sb=*)
+    sbindir=$ac_optarg ;;
+
+  -sharedstatedir | --sharedstatedir | --sharedstatedi \
+  | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
+  | --sharedst | --shareds | --shared | --share | --shar \
+  | --sha | --sh)
+    ac_prev=sharedstatedir ;;
+  -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
+  | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
+  | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
+  | --sha=* | --sh=*)
+    sharedstatedir=$ac_optarg ;;
+
+  -site | --site | --sit)
+    ac_prev=site ;;
+  -site=* | --site=* | --sit=*)
+    site=$ac_optarg ;;
+
+  -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
+    ac_prev=srcdir ;;
+  -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
+    srcdir=$ac_optarg ;;
+
+  -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
+  | --syscon | --sysco | --sysc | --sys | --sy)
+    ac_prev=sysconfdir ;;
+  -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
+  | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
+    sysconfdir=$ac_optarg ;;
+
+  -target | --target | --targe | --targ | --tar | --ta | --t)
+    ac_prev=target_alias ;;
+  -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
+    target_alias=$ac_optarg ;;
+
+  -v | -verbose | --verbose | --verbos | --verbo | --verb)
+    verbose=yes ;;
+
+  -version | --version | --versio | --versi | --vers | -V)
+    ac_init_version=: ;;
+
+  -with-* | --with-*)
+    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
+    # Reject names that are not valid shell variable names.
+    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
+      as_fn_error $? "invalid package name: $ac_useropt"
+    ac_useropt_orig=$ac_useropt
+    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
+    case $ac_user_opts in
+      *"
+"with_$ac_useropt"
+"*) ;;
+      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
+	 ac_unrecognized_sep=', ';;
+    esac
+    eval with_$ac_useropt=\$ac_optarg ;;
+
+  -without-* | --without-*)
+    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
+    # Reject names that are not valid shell variable names.
+    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
+      as_fn_error $? "invalid package name: $ac_useropt"
+    ac_useropt_orig=$ac_useropt
+    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
+    case $ac_user_opts in
+      *"
+"with_$ac_useropt"
+"*) ;;
+      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
+	 ac_unrecognized_sep=', ';;
+    esac
+    eval with_$ac_useropt=no ;;
+
+  --x)
+    # Obsolete; use --with-x.
+    with_x=yes ;;
+
+  -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
+  | --x-incl | --x-inc | --x-in | --x-i)
+    ac_prev=x_includes ;;
+  -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
+  | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
+    x_includes=$ac_optarg ;;
+
+  -x-libraries | --x-libraries | --x-librarie | --x-librari \
+  | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
+    ac_prev=x_libraries ;;
+  -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
+  | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
+    x_libraries=$ac_optarg ;;
+
+  -*) as_fn_error $? "unrecognized option: \`$ac_option'
+Try \`$0 --help' for more information"
+    ;;
+
+  *=*)
+    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
+    # Reject names that are not valid shell variable names.
+    case $ac_envvar in #(
+      '' | [0-9]* | *[!_$as_cr_alnum]* )
+      as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
+    esac
+    eval $ac_envvar=\$ac_optarg
+    export $ac_envvar ;;
+
+  *)
+    # FIXME: should be removed in autoconf 3.0.
+    $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
+    expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
+      $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
+    : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
+    ;;
+
+  esac
+done
+
+if test -n "$ac_prev"; then
+  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
+  as_fn_error $? "missing argument to $ac_option"
+fi
+
+if test -n "$ac_unrecognized_opts"; then
+  case $enable_option_checking in
+    no) ;;
+    fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
+    *)     $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
+  esac
+fi
+
+# Check all directory arguments for consistency.
+for ac_var in	exec_prefix prefix bindir sbindir libexecdir datarootdir \
+		datadir sysconfdir sharedstatedir localstatedir includedir \
+		oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
+		libdir localedir mandir
+do
+  eval ac_val=\$$ac_var
+  # Remove trailing slashes.
+  case $ac_val in
+    */ )
+      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
+      eval $ac_var=\$ac_val;;
+  esac
+  # Be sure to have absolute directory names.
+  case $ac_val in
+    [\\/$]* | ?:[\\/]* )  continue;;
+    NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
+  esac
+  as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
+done
+
+# There might be people who depend on the old broken behavior: `$host'
+# used to hold the argument of --host etc.
+# FIXME: To remove some day.
+build=$build_alias
+host=$host_alias
+target=$target_alias
+
+# FIXME: To remove some day.
+if test "x$host_alias" != x; then
+  if test "x$build_alias" = x; then
+    cross_compiling=maybe
+  elif test "x$build_alias" != "x$host_alias"; then
+    cross_compiling=yes
+  fi
+fi
+
+ac_tool_prefix=
+test -n "$host_alias" && ac_tool_prefix=$host_alias-
+
+test "$silent" = yes && exec 6>/dev/null
+
+
+ac_pwd=`pwd` && test -n "$ac_pwd" &&
+ac_ls_di=`ls -di .` &&
+ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
+  as_fn_error $? "working directory cannot be determined"
+test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
+  as_fn_error $? "pwd does not report name of working directory"
+
+
+# Find the source files, if location was not specified.
+if test -z "$srcdir"; then
+  ac_srcdir_defaulted=yes
+  # Try the directory containing this script, then the parent directory.
+  ac_confdir=`$as_dirname -- "$as_myself" ||
+$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
+	 X"$as_myself" : 'X\(//\)[^/]' \| \
+	 X"$as_myself" : 'X\(//\)$' \| \
+	 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
+$as_echo X"$as_myself" |
+    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
+	    s//\1/
+	    q
+	  }
+	  /^X\(\/\/\)[^/].*/{
+	    s//\1/
+	    q
+	  }
+	  /^X\(\/\/\)$/{
+	    s//\1/
+	    q
+	  }
+	  /^X\(\/\).*/{
+	    s//\1/
+	    q
+	  }
+	  s/.*/./; q'`
+  srcdir=$ac_confdir
+  if test ! -r "$srcdir/$ac_unique_file"; then
+    srcdir=..
+  fi
+else
+  ac_srcdir_defaulted=no
+fi
+if test ! -r "$srcdir/$ac_unique_file"; then
+  test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
+  as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
+fi
+ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
+ac_abs_confdir=`(
+	cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
+	pwd)`
+# When building in place, set srcdir=.
+if test "$ac_abs_confdir" = "$ac_pwd"; then
+  srcdir=.
+fi
+# Remove unnecessary trailing slashes from srcdir.
+# Double slashes in file names in object file debugging info
+# mess up M-x gdb in Emacs.
+case $srcdir in
+*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
+esac
+for ac_var in $ac_precious_vars; do
+  eval ac_env_${ac_var}_set=\${${ac_var}+set}
+  eval ac_env_${ac_var}_value=\$${ac_var}
+  eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
+  eval ac_cv_env_${ac_var}_value=\$${ac_var}
+done
+
+#
+# Report the --help message.
+#
+if test "$ac_init_help" = "long"; then
+  # Omit some internal or obsolete options to make the list less imposing.
+  # This message is too long to be a string in the A/UX 3.1 sh.
+  cat <<_ACEOF
+\`configure' configures AtomPAW 4.0.0.4 to adapt to many kinds of systems.
+
+Usage: $0 [OPTION]... [VAR=VALUE]...
+
+To assign environment variables (e.g., CC, CFLAGS...), specify them as
+VAR=VALUE.  See below for descriptions of some of the useful variables.
+
+Defaults for the options are specified in brackets.
+
+Configuration:
+  -h, --help              display this help and exit
+      --help=short        display options specific to this package
+      --help=recursive    display the short help of all the included packages
+  -V, --version           display version information and exit
+  -q, --quiet, --silent   do not print \`checking ...' messages
+      --cache-file=FILE   cache test results in FILE [disabled]
+  -C, --config-cache      alias for \`--cache-file=config.cache'
+  -n, --no-create         do not create output files
+      --srcdir=DIR        find the sources in DIR [configure dir or \`..']
+
+Installation directories:
+  --prefix=PREFIX         install architecture-independent files in PREFIX
+                          [$ac_default_prefix]
+  --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
+                          [PREFIX]
+
+By default, \`make install' will install all the files in
+\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
+an installation prefix other than \`$ac_default_prefix' using \`--prefix',
+for instance \`--prefix=\$HOME'.
+
+For better control, use the options below.
+
+Fine tuning of the installation directories:
+  --bindir=DIR            user executables [EPREFIX/bin]
+  --sbindir=DIR           system admin executables [EPREFIX/sbin]
+  --libexecdir=DIR        program executables [EPREFIX/libexec]
+  --sysconfdir=DIR        read-only single-machine data [PREFIX/etc]
+  --sharedstatedir=DIR    modifiable architecture-independent data [PREFIX/com]
+  --localstatedir=DIR     modifiable single-machine data [PREFIX/var]
+  --libdir=DIR            object code libraries [EPREFIX/lib]
+  --includedir=DIR        C header files [PREFIX/include]
+  --oldincludedir=DIR     C header files for non-gcc [/usr/include]
+  --datarootdir=DIR       read-only arch.-independent data root [PREFIX/share]
+  --datadir=DIR           read-only architecture-independent data [DATAROOTDIR]
+  --infodir=DIR           info documentation [DATAROOTDIR/info]
+  --localedir=DIR         locale-dependent data [DATAROOTDIR/locale]
+  --mandir=DIR            man documentation [DATAROOTDIR/man]
+  --docdir=DIR            documentation root [DATAROOTDIR/doc/atompaw]
+  --htmldir=DIR           html documentation [DOCDIR]
+  --dvidir=DIR            dvi documentation [DOCDIR]
+  --pdfdir=DIR            pdf documentation [DOCDIR]
+  --psdir=DIR             ps documentation [DOCDIR]
+_ACEOF
+
+  cat <<\_ACEOF
+
+Program names:
+  --program-prefix=PREFIX            prepend PREFIX to installed program names
+  --program-suffix=SUFFIX            append SUFFIX to installed program names
+  --program-transform-name=PROGRAM   run sed PROGRAM on installed program names
+
+System types:
+  --build=BUILD     configure for building on BUILD [guessed]
+  --host=HOST       cross-compile to build programs to run on HOST [BUILD]
+  --target=TARGET   configure for building compilers for TARGET [HOST]
+_ACEOF
+fi
+
+if test -n "$ac_init_help"; then
+  case $ac_init_help in
+     short | recursive ) echo "Configuration of AtomPAW 4.0.0.4:";;
+   esac
+  cat <<\_ACEOF
+
+Optional Features:
+  --disable-option-checking  ignore unrecognized --enable/--with options
+  --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
+  --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
+
+    --enable-libxc          Enable the use of LibXC for exchange-correlation
+  --enable-shared[=PKGS]  build shared libraries [default=yes]
+  --enable-static[=PKGS]  build static libraries [default=yes]
+  --enable-fast-install[=PKGS]
+                          optimize for fast installation [default=yes]
+  --enable-dependency-tracking
+                          do not reject slow dependency extractors
+  --disable-dependency-tracking
+                          speeds up one-time build
+  --disable-libtool-lock  avoid locking (might break parallel builds)
+
+Optional Packages:
+  --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
+  --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
+
+    --with-fc-vendor        Select a particular Fortran compiler vendor
+
+    --with-fc-version       Select a particular Fortran compiler version
+
+    --with-libxc-incs       LibXC includes for headers and modules
+
+    --with-libxc-libs       LibXC libraries to link with
+
+    --with-linalg-flavor    Select a particular linear algebra library flavor
+                          (atlas, mkl, netlib)
+
+    --with-linalg-libs      Linear algebra libraries to link with
+  --with-pic[=PKGS]       try to use only PIC/non-PIC objects [default=use
+                          both]
+  --with-gnu-ld           assume the C compiler uses GNU ld [default=no]
+  --with-sysroot=DIR Search for dependent libraries within DIR
+                        (or the compiler's sysroot if not specified).
+
+Some influential environment variables:
+  ATOMPAW_LIBDIR
+              Directory where to search for linear algebra libraries
+  FC          Fortran compiler command
+  FCFLAGS     Fortran compiler flags
+  LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a
+              nonstandard directory <lib dir>
+  LIBS        libraries to pass to the linker, e.g. -l<library>
+  CC          C compiler command
+  CFLAGS      C compiler flags
+  CPPFLAGS    (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
+              you have headers in a nonstandard directory <include dir>
+  CPP         C preprocessor
+
+Use these variables to override the choices made by `configure' or to help
+it to find libraries and programs with nonstandard names/locations.
+
+Report bugs to <natalie at wfu.edu, marc.torrent at cea.fr>.
+_ACEOF
+ac_status=$?
+fi
+
+if test "$ac_init_help" = "recursive"; then
+  # If there are subdirs, report their specific --help.
+  for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
+    test -d "$ac_dir" ||
+      { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
+      continue
+    ac_builddir=.
+
+case "$ac_dir" in
+.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
+*)
+  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
+  # A ".." for each directory in $ac_dir_suffix.
+  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
+  case $ac_top_builddir_sub in
+  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
+  *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
+  esac ;;
+esac
+ac_abs_top_builddir=$ac_pwd
+ac_abs_builddir=$ac_pwd$ac_dir_suffix
+# for backward compatibility:
+ac_top_builddir=$ac_top_build_prefix
+
+case $srcdir in
+  .)  # We are building in place.
+    ac_srcdir=.
+    ac_top_srcdir=$ac_top_builddir_sub
+    ac_abs_top_srcdir=$ac_pwd ;;
+  [\\/]* | ?:[\\/]* )  # Absolute name.
+    ac_srcdir=$srcdir$ac_dir_suffix;
+    ac_top_srcdir=$srcdir
+    ac_abs_top_srcdir=$srcdir ;;
+  *) # Relative name.
+    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
+    ac_top_srcdir=$ac_top_build_prefix$srcdir
+    ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
+esac
+ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
+
+    cd "$ac_dir" || { ac_status=$?; continue; }
+    # Check for guested configure.
+    if test -f "$ac_srcdir/configure.gnu"; then
+      echo &&
+      $SHELL "$ac_srcdir/configure.gnu" --help=recursive
+    elif test -f "$ac_srcdir/configure"; then
+      echo &&
+      $SHELL "$ac_srcdir/configure" --help=recursive
+    else
+      $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
+    fi || ac_status=$?
+    cd "$ac_pwd" || { ac_status=$?; break; }
+  done
+fi
+
+test -n "$ac_init_help" && exit $ac_status
+if $ac_init_version; then
+  cat <<\_ACEOF
+AtomPAW configure 4.0.0.4
+generated by GNU Autoconf 2.69
+
+Copyright (C) 2012 Free Software Foundation, Inc.
+This configure script is free software; the Free Software Foundation
+gives unlimited permission to copy, distribute and modify it.
+_ACEOF
+  exit
+fi
+
+## ------------------------ ##
+## Autoconf initialization. ##
+## ------------------------ ##
+
+# ac_fn_fc_try_compile LINENO
+# ---------------------------
+# Try to compile conftest.$ac_ext, and return whether this succeeded.
+ac_fn_fc_try_compile ()
+{
+  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
+  rm -f conftest.$ac_objext
+  if { { ac_try="$ac_compile"
+case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
+$as_echo "$ac_try_echo"; } >&5
+  (eval "$ac_compile") 2>conftest.err
+  ac_status=$?
+  if test -s conftest.err; then
+    grep -v '^ *+' conftest.err >conftest.er1
+    cat conftest.er1 >&5
+    mv -f conftest.er1 conftest.err
+  fi
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+  test $ac_status = 0; } && {
+	 test -z "$ac_fc_werror_flag" ||
+	 test ! -s conftest.err
+       } && test -s conftest.$ac_objext; then :
+  ac_retval=0
+else
+  $as_echo "$as_me: failed program was:" >&5
+sed 's/^/| /' conftest.$ac_ext >&5
+
+	ac_retval=1
+fi
+  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
+  as_fn_set_status $ac_retval
+
+} # ac_fn_fc_try_compile
+
+# ac_fn_c_try_compile LINENO
+# --------------------------
+# Try to compile conftest.$ac_ext, and return whether this succeeded.
+ac_fn_c_try_compile ()
+{
+  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
+  rm -f conftest.$ac_objext
+  if { { ac_try="$ac_compile"
+case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
+$as_echo "$ac_try_echo"; } >&5
+  (eval "$ac_compile") 2>conftest.err
+  ac_status=$?
+  if test -s conftest.err; then
+    grep -v '^ *+' conftest.err >conftest.er1
+    cat conftest.er1 >&5
+    mv -f conftest.er1 conftest.err
+  fi
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+  test $ac_status = 0; } && {
+	 test -z "$ac_c_werror_flag" ||
+	 test ! -s conftest.err
+       } && test -s conftest.$ac_objext; then :
+  ac_retval=0
+else
+  $as_echo "$as_me: failed program was:" >&5
+sed 's/^/| /' conftest.$ac_ext >&5
+
+	ac_retval=1
+fi
+  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
+  as_fn_set_status $ac_retval
+
+} # ac_fn_c_try_compile
+
+# ac_fn_c_try_link LINENO
+# -----------------------
+# Try to link conftest.$ac_ext, and return whether this succeeded.
+ac_fn_c_try_link ()
+{
+  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
+  rm -f conftest.$ac_objext conftest$ac_exeext
+  if { { ac_try="$ac_link"
+case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
+$as_echo "$ac_try_echo"; } >&5
+  (eval "$ac_link") 2>conftest.err
+  ac_status=$?
+  if test -s conftest.err; then
+    grep -v '^ *+' conftest.err >conftest.er1
+    cat conftest.er1 >&5
+    mv -f conftest.er1 conftest.err
+  fi
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+  test $ac_status = 0; } && {
+	 test -z "$ac_c_werror_flag" ||
+	 test ! -s conftest.err
+       } && test -s conftest$ac_exeext && {
+	 test "$cross_compiling" = yes ||
+	 test -x conftest$ac_exeext
+       }; then :
+  ac_retval=0
+else
+  $as_echo "$as_me: failed program was:" >&5
+sed 's/^/| /' conftest.$ac_ext >&5
+
+	ac_retval=1
+fi
+  # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
+  # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
+  # interfere with the next link command; also delete a directory that is
+  # left behind by Apple's compiler.  We do this before executing the actions.
+  rm -rf conftest.dSYM conftest_ipa8_conftest.oo
+  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
+  as_fn_set_status $ac_retval
+
+} # ac_fn_c_try_link
+
+# ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
+# -------------------------------------------------------
+# Tests whether HEADER exists and can be compiled using the include files in
+# INCLUDES, setting the cache variable VAR accordingly.
+ac_fn_c_check_header_compile ()
+{
+  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
+$as_echo_n "checking for $2... " >&6; }
+if eval \${$3+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+$4
+#include <$2>
+_ACEOF
+if ac_fn_c_try_compile "$LINENO"; then :
+  eval "$3=yes"
+else
+  eval "$3=no"
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+fi
+eval ac_res=\$$3
+	       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
+$as_echo "$ac_res" >&6; }
+  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
+
+} # ac_fn_c_check_header_compile
+
+# ac_fn_c_try_cpp LINENO
+# ----------------------
+# Try to preprocess conftest.$ac_ext, and return whether this succeeded.
+ac_fn_c_try_cpp ()
+{
+  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
+  if { { ac_try="$ac_cpp conftest.$ac_ext"
+case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
+$as_echo "$ac_try_echo"; } >&5
+  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
+  ac_status=$?
+  if test -s conftest.err; then
+    grep -v '^ *+' conftest.err >conftest.er1
+    cat conftest.er1 >&5
+    mv -f conftest.er1 conftest.err
+  fi
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+  test $ac_status = 0; } > conftest.i && {
+	 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
+	 test ! -s conftest.err
+       }; then :
+  ac_retval=0
+else
+  $as_echo "$as_me: failed program was:" >&5
+sed 's/^/| /' conftest.$ac_ext >&5
+
+    ac_retval=1
+fi
+  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
+  as_fn_set_status $ac_retval
+
+} # ac_fn_c_try_cpp
+
+# ac_fn_c_try_run LINENO
+# ----------------------
+# Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
+# that executables *can* be run.
+ac_fn_c_try_run ()
+{
+  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
+  if { { ac_try="$ac_link"
+case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
+$as_echo "$ac_try_echo"; } >&5
+  (eval "$ac_link") 2>&5
+  ac_status=$?
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+  test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
+  { { case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
+$as_echo "$ac_try_echo"; } >&5
+  (eval "$ac_try") 2>&5
+  ac_status=$?
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+  test $ac_status = 0; }; }; then :
+  ac_retval=0
+else
+  $as_echo "$as_me: program exited with status $ac_status" >&5
+       $as_echo "$as_me: failed program was:" >&5
+sed 's/^/| /' conftest.$ac_ext >&5
+
+       ac_retval=$ac_status
+fi
+  rm -rf conftest.dSYM conftest_ipa8_conftest.oo
+  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
+  as_fn_set_status $ac_retval
+
+} # ac_fn_c_try_run
+
+# ac_fn_c_check_func LINENO FUNC VAR
+# ----------------------------------
+# Tests whether FUNC exists, setting the cache variable VAR accordingly
+ac_fn_c_check_func ()
+{
+  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
+$as_echo_n "checking for $2... " >&6; }
+if eval \${$3+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+/* Define $2 to an innocuous variant, in case <limits.h> declares $2.
+   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
+#define $2 innocuous_$2
+
+/* System header to define __stub macros and hopefully few prototypes,
+    which can conflict with char $2 (); below.
+    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
+    <limits.h> exists even on freestanding compilers.  */
+
+#ifdef __STDC__
+# include <limits.h>
+#else
+# include <assert.h>
+#endif
+
+#undef $2
+
+/* Override any GCC internal prototype to avoid an error.
+   Use char because int might match the return type of a GCC
+   builtin and then its argument prototype would still apply.  */
+#ifdef __cplusplus
+extern "C"
+#endif
+char $2 ();
+/* The GNU C library defines this for functions which it implements
+    to always fail with ENOSYS.  Some functions are actually named
+    something starting with __ and the normal name is an alias.  */
+#if defined __stub_$2 || defined __stub___$2
+choke me
+#endif
+
+int
+main ()
+{
+return $2 ();
+  ;
+  return 0;
+}
+_ACEOF
+if ac_fn_c_try_link "$LINENO"; then :
+  eval "$3=yes"
+else
+  eval "$3=no"
+fi
+rm -f core conftest.err conftest.$ac_objext \
+    conftest$ac_exeext conftest.$ac_ext
+fi
+eval ac_res=\$$3
+	       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
+$as_echo "$ac_res" >&6; }
+  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
+
+} # ac_fn_c_check_func
+
+# ac_fn_fc_try_link LINENO
+# ------------------------
+# Try to link conftest.$ac_ext, and return whether this succeeded.
+ac_fn_fc_try_link ()
+{
+  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
+  rm -f conftest.$ac_objext conftest$ac_exeext
+  if { { ac_try="$ac_link"
+case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
+$as_echo "$ac_try_echo"; } >&5
+  (eval "$ac_link") 2>conftest.err
+  ac_status=$?
+  if test -s conftest.err; then
+    grep -v '^ *+' conftest.err >conftest.er1
+    cat conftest.er1 >&5
+    mv -f conftest.er1 conftest.err
+  fi
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+  test $ac_status = 0; } && {
+	 test -z "$ac_fc_werror_flag" ||
+	 test ! -s conftest.err
+       } && test -s conftest$ac_exeext && {
+	 test "$cross_compiling" = yes ||
+	 test -x conftest$ac_exeext
+       }; then :
+  ac_retval=0
+else
+  $as_echo "$as_me: failed program was:" >&5
+sed 's/^/| /' conftest.$ac_ext >&5
+
+	ac_retval=1
+fi
+  # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
+  # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
+  # interfere with the next link command; also delete a directory that is
+  # left behind by Apple's compiler.  We do this before executing the actions.
+  rm -rf conftest.dSYM conftest_ipa8_conftest.oo
+  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
+  as_fn_set_status $ac_retval
+
+} # ac_fn_fc_try_link
+cat >config.log <<_ACEOF
+This file contains any messages produced by compilers while
+running configure, to aid debugging if configure makes a mistake.
+
+It was created by AtomPAW $as_me 4.0.0.4, which was
+generated by GNU Autoconf 2.69.  Invocation command line was
+
+  $ $0 $@
+
+_ACEOF
+exec 5>>config.log
+{
+cat <<_ASUNAME
+## --------- ##
+## Platform. ##
+## --------- ##
+
+hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
+uname -m = `(uname -m) 2>/dev/null || echo unknown`
+uname -r = `(uname -r) 2>/dev/null || echo unknown`
+uname -s = `(uname -s) 2>/dev/null || echo unknown`
+uname -v = `(uname -v) 2>/dev/null || echo unknown`
+
+/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
+/bin/uname -X     = `(/bin/uname -X) 2>/dev/null     || echo unknown`
+
+/bin/arch              = `(/bin/arch) 2>/dev/null              || echo unknown`
+/usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown`
+/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
+/usr/bin/hostinfo      = `(/usr/bin/hostinfo) 2>/dev/null      || echo unknown`
+/bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown`
+/usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
+/bin/universe          = `(/bin/universe) 2>/dev/null          || echo unknown`
+
+_ASUNAME
+
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH
+do
+  IFS=$as_save_IFS
+  test -z "$as_dir" && as_dir=.
+    $as_echo "PATH: $as_dir"
+  done
+IFS=$as_save_IFS
+
+} >&5
+
+cat >&5 <<_ACEOF
+
+
+## ----------- ##
+## Core tests. ##
+## ----------- ##
+
+_ACEOF
+
+
+# Keep a trace of the command line.
+# Strip out --no-create and --no-recursion so they do not pile up.
+# Strip out --silent because we don't want to record it for future runs.
+# Also quote any args containing shell meta-characters.
+# Make two passes to allow for proper duplicate-argument suppression.
+ac_configure_args=
+ac_configure_args0=
+ac_configure_args1=
+ac_must_keep_next=false
+for ac_pass in 1 2
+do
+  for ac_arg
+  do
+    case $ac_arg in
+    -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
+    -q | -quiet | --quiet | --quie | --qui | --qu | --q \
+    | -silent | --silent | --silen | --sile | --sil)
+      continue ;;
+    *\'*)
+      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
+    esac
+    case $ac_pass in
+    1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
+    2)
+      as_fn_append ac_configure_args1 " '$ac_arg'"
+      if test $ac_must_keep_next = true; then
+	ac_must_keep_next=false # Got value, back to normal.
+      else
+	case $ac_arg in
+	  *=* | --config-cache | -C | -disable-* | --disable-* \
+	  | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
+	  | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
+	  | -with-* | --with-* | -without-* | --without-* | --x)
+	    case "$ac_configure_args0 " in
+	      "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
+	    esac
+	    ;;
+	  -* ) ac_must_keep_next=true ;;
+	esac
+      fi
+      as_fn_append ac_configure_args " '$ac_arg'"
+      ;;
+    esac
+  done
+done
+{ ac_configure_args0=; unset ac_configure_args0;}
+{ ac_configure_args1=; unset ac_configure_args1;}
+
+# When interrupted or exit'd, cleanup temporary files, and complete
+# config.log.  We remove comments because anyway the quotes in there
+# would cause problems or look ugly.
+# WARNING: Use '\'' to represent an apostrophe within the trap.
+# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
+trap 'exit_status=$?
+  # Save into config.log some information that might help in debugging.
+  {
+    echo
+
+    $as_echo "## ---------------- ##
+## Cache variables. ##
+## ---------------- ##"
+    echo
+    # The following way of writing the cache mishandles newlines in values,
+(
+  for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
+    eval ac_val=\$$ac_var
+    case $ac_val in #(
+    *${as_nl}*)
+      case $ac_var in #(
+      *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
+$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
+      esac
+      case $ac_var in #(
+      _ | IFS | as_nl) ;; #(
+      BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
+      *) { eval $ac_var=; unset $ac_var;} ;;
+      esac ;;
+    esac
+  done
+  (set) 2>&1 |
+    case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
+    *${as_nl}ac_space=\ *)
+      sed -n \
+	"s/'\''/'\''\\\\'\'''\''/g;
+	  s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
+      ;; #(
+    *)
+      sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
+      ;;
+    esac |
+    sort
+)
+    echo
+
+    $as_echo "## ----------------- ##
+## Output variables. ##
+## ----------------- ##"
+    echo
+    for ac_var in $ac_subst_vars
+    do
+      eval ac_val=\$$ac_var
+      case $ac_val in
+      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
+      esac
+      $as_echo "$ac_var='\''$ac_val'\''"
+    done | sort
+    echo
+
+    if test -n "$ac_subst_files"; then
+      $as_echo "## ------------------- ##
+## File substitutions. ##
+## ------------------- ##"
+      echo
+      for ac_var in $ac_subst_files
+      do
+	eval ac_val=\$$ac_var
+	case $ac_val in
+	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
+	esac
+	$as_echo "$ac_var='\''$ac_val'\''"
+      done | sort
+      echo
+    fi
+
+    if test -s confdefs.h; then
+      $as_echo "## ----------- ##
+## confdefs.h. ##
+## ----------- ##"
+      echo
+      cat confdefs.h
+      echo
+    fi
+    test "$ac_signal" != 0 &&
+      $as_echo "$as_me: caught signal $ac_signal"
+    $as_echo "$as_me: exit $exit_status"
+  } >&5
+  rm -f core *.core core.conftest.* &&
+    rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
+    exit $exit_status
+' 0
+for ac_signal in 1 2 13 15; do
+  trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
+done
+ac_signal=0
+
+# confdefs.h avoids OS command line length limits that DEFS can exceed.
+rm -f -r conftest* confdefs.h
+
+$as_echo "/* confdefs.h */" > confdefs.h
+
+# Predefined preprocessor variables.
+
+cat >>confdefs.h <<_ACEOF
+#define PACKAGE_NAME "$PACKAGE_NAME"
+_ACEOF
+
+cat >>confdefs.h <<_ACEOF
+#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
+_ACEOF
+
+cat >>confdefs.h <<_ACEOF
+#define PACKAGE_VERSION "$PACKAGE_VERSION"
+_ACEOF
+
+cat >>confdefs.h <<_ACEOF
+#define PACKAGE_STRING "$PACKAGE_STRING"
+_ACEOF
+
+cat >>confdefs.h <<_ACEOF
+#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
+_ACEOF
+
+cat >>confdefs.h <<_ACEOF
+#define PACKAGE_URL "$PACKAGE_URL"
+_ACEOF
+
+
+# Let the site file select an alternate cache file if it wants to.
+# Prefer an explicitly selected file to automatically selected ones.
+ac_site_file1=NONE
+ac_site_file2=NONE
+if test -n "$CONFIG_SITE"; then
+  # We do not want a PATH search for config.site.
+  case $CONFIG_SITE in #((
+    -*)  ac_site_file1=./$CONFIG_SITE;;
+    */*) ac_site_file1=$CONFIG_SITE;;
+    *)   ac_site_file1=./$CONFIG_SITE;;
+  esac
+elif test "x$prefix" != xNONE; then
+  ac_site_file1=$prefix/share/config.site
+  ac_site_file2=$prefix/etc/config.site
+else
+  ac_site_file1=$ac_default_prefix/share/config.site
+  ac_site_file2=$ac_default_prefix/etc/config.site
+fi
+for ac_site_file in "$ac_site_file1" "$ac_site_file2"
+do
+  test "x$ac_site_file" = xNONE && continue
+  if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
+    { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
+$as_echo "$as_me: loading site script $ac_site_file" >&6;}
+    sed 's/^/| /' "$ac_site_file" >&5
+    . "$ac_site_file" \
+      || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
+as_fn_error $? "failed to load site script $ac_site_file
+See \`config.log' for more details" "$LINENO" 5; }
+  fi
+done
+
+if test -r "$cache_file"; then
+  # Some versions of bash will fail to source /dev/null (special files
+  # actually), so we avoid doing that.  DJGPP emulates it as a regular file.
+  if test /dev/null != "$cache_file" && test -f "$cache_file"; then
+    { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
+$as_echo "$as_me: loading cache $cache_file" >&6;}
+    case $cache_file in
+      [\\/]* | ?:[\\/]* ) . "$cache_file";;
+      *)                      . "./$cache_file";;
+    esac
+  fi
+else
+  { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
+$as_echo "$as_me: creating cache $cache_file" >&6;}
+  >$cache_file
+fi
+
+# Check that the precious variables saved in the cache have kept the same
+# value.
+ac_cache_corrupted=false
+for ac_var in $ac_precious_vars; do
+  eval ac_old_set=\$ac_cv_env_${ac_var}_set
+  eval ac_new_set=\$ac_env_${ac_var}_set
+  eval ac_old_val=\$ac_cv_env_${ac_var}_value
+  eval ac_new_val=\$ac_env_${ac_var}_value
+  case $ac_old_set,$ac_new_set in
+    set,)
+      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
+$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
+      ac_cache_corrupted=: ;;
+    ,set)
+      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
+$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
+      ac_cache_corrupted=: ;;
+    ,);;
+    *)
+      if test "x$ac_old_val" != "x$ac_new_val"; then
+	# differences in whitespace do not lead to failure.
+	ac_old_val_w=`echo x $ac_old_val`
+	ac_new_val_w=`echo x $ac_new_val`
+	if test "$ac_old_val_w" != "$ac_new_val_w"; then
+	  { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
+$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
+	  ac_cache_corrupted=:
+	else
+	  { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
+$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
+	  eval $ac_var=\$ac_old_val
+	fi
+	{ $as_echo "$as_me:${as_lineno-$LINENO}:   former value:  \`$ac_old_val'" >&5
+$as_echo "$as_me:   former value:  \`$ac_old_val'" >&2;}
+	{ $as_echo "$as_me:${as_lineno-$LINENO}:   current value: \`$ac_new_val'" >&5
+$as_echo "$as_me:   current value: \`$ac_new_val'" >&2;}
+      fi;;
+  esac
+  # Pass precious variables to config.status.
+  if test "$ac_new_set" = set; then
+    case $ac_new_val in
+    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
+    *) ac_arg=$ac_var=$ac_new_val ;;
+    esac
+    case " $ac_configure_args " in
+      *" '$ac_arg' "*) ;; # Avoid dups.  Use of quotes ensures accuracy.
+      *) as_fn_append ac_configure_args " '$ac_arg'" ;;
+    esac
+  fi
+done
+if $ac_cache_corrupted; then
+  { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
+  { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
+$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
+  as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
+fi
+## -------------------- ##
+## Main body of script. ##
+## -------------------- ##
+
+ac_ext=c
+ac_cpp='$CPP $CPPFLAGS'
+ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
+ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
+ac_compiler_gnu=$ac_cv_c_compiler_gnu
+
+
+
+ac_aux_dir=
+for ac_dir in config/gnu "$srcdir"/config/gnu; do
+  if test -f "$ac_dir/install-sh"; then
+    ac_aux_dir=$ac_dir
+    ac_install_sh="$ac_aux_dir/install-sh -c"
+    break
+  elif test -f "$ac_dir/install.sh"; then
+    ac_aux_dir=$ac_dir
+    ac_install_sh="$ac_aux_dir/install.sh -c"
+    break
+  elif test -f "$ac_dir/shtool"; then
+    ac_aux_dir=$ac_dir
+    ac_install_sh="$ac_aux_dir/shtool install -c"
+    break
+  fi
+done
+if test -z "$ac_aux_dir"; then
+  as_fn_error $? "cannot find install-sh, install.sh, or shtool in config/gnu \"$srcdir\"/config/gnu" "$LINENO" 5
+fi
+
+# These three variables are undocumented and unsupported,
+# and are intended to be withdrawn in a future Autoconf release.
+# They can cause serious problems if a builder's source tree is in a directory
+# whose full name contains unusual characters.
+ac_config_guess="$SHELL $ac_aux_dir/config.guess"  # Please don't use this var.
+ac_config_sub="$SHELL $ac_aux_dir/config.sub"  # Please don't use this var.
+ac_configure="$SHELL $ac_aux_dir/configure"  # Please don't use this var.
+
+
+
+
+
+# Regenerate the VERSION file
+# Note: remember that some editors break long lines
+{ $as_echo "$as_me:${as_lineno-$LINENO}: regenerating the VERSION file" >&5
+$as_echo "$as_me: regenerating the VERSION file" >&6;}
+ac_builddir=.
+
+case "." in
+.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
+*)
+  ac_dir_suffix=/`$as_echo "." | sed 's|^\.[\\/]||'`
+  # A ".." for each directory in $ac_dir_suffix.
+  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
+  case $ac_top_builddir_sub in
+  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
+  *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
+  esac ;;
+esac
+ac_abs_top_builddir=$ac_pwd
+ac_abs_builddir=$ac_pwd$ac_dir_suffix
+# for backward compatibility:
+ac_top_builddir=$ac_top_build_prefix
+
+case $srcdir in
+  .)  # We are building in place.
+    ac_srcdir=.
+    ac_top_srcdir=$ac_top_builddir_sub
+    ac_abs_top_srcdir=$ac_pwd ;;
+  [\\/]* | ?:[\\/]* )  # Absolute name.
+    ac_srcdir=$srcdir$ac_dir_suffix;
+    ac_top_srcdir=$srcdir
+    ac_abs_top_srcdir=$srcdir ;;
+  *) # Relative name.
+    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
+    ac_top_srcdir=$ac_top_build_prefix$srcdir
+    ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
+esac
+ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
+
+cat >"${ac_abs_top_srcdir}/VERSION" <<EOF
+!--- Version ${PACKAGE_VERSION} - 06/2013 NAWH,MT; 08/2013 & 09/2013 minor fix
+EOF
+
+# Initialize Automake
+# Make sure we can run config.sub.
+$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
+  as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
+
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
+$as_echo_n "checking build system type... " >&6; }
+if ${ac_cv_build+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  ac_build_alias=$build_alias
+test "x$ac_build_alias" = x &&
+  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
+test "x$ac_build_alias" = x &&
+  as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
+ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
+  as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
+
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
+$as_echo "$ac_cv_build" >&6; }
+case $ac_cv_build in
+*-*-*) ;;
+*) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
+esac
+build=$ac_cv_build
+ac_save_IFS=$IFS; IFS='-'
+set x $ac_cv_build
+shift
+build_cpu=$1
+build_vendor=$2
+shift; shift
+# Remember, the first character of IFS is used to create $*,
+# except with old shells:
+build_os=$*
+IFS=$ac_save_IFS
+case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
+
+
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
+$as_echo_n "checking host system type... " >&6; }
+if ${ac_cv_host+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  if test "x$host_alias" = x; then
+  ac_cv_host=$ac_cv_build
+else
+  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
+    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
+fi
+
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
+$as_echo "$ac_cv_host" >&6; }
+case $ac_cv_host in
+*-*-*) ;;
+*) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
+esac
+host=$ac_cv_host
+ac_save_IFS=$IFS; IFS='-'
+set x $ac_cv_host
+shift
+host_cpu=$1
+host_vendor=$2
+shift; shift
+# Remember, the first character of IFS is used to create $*,
+# except with old shells:
+host_os=$*
+IFS=$ac_save_IFS
+case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
+
+
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
+$as_echo_n "checking target system type... " >&6; }
+if ${ac_cv_target+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  if test "x$target_alias" = x; then
+  ac_cv_target=$ac_cv_host
+else
+  ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
+    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
+fi
+
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
+$as_echo "$ac_cv_target" >&6; }
+case $ac_cv_target in
+*-*-*) ;;
+*) as_fn_error $? "invalid value of canonical target" "$LINENO" 5;;
+esac
+target=$ac_cv_target
+ac_save_IFS=$IFS; IFS='-'
+set x $ac_cv_target
+shift
+target_cpu=$1
+target_vendor=$2
+shift; shift
+# Remember, the first character of IFS is used to create $*,
+# except with old shells:
+target_os=$*
+IFS=$ac_save_IFS
+case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
+
+
+# The aliases save the names the user supplied, while $host etc.
+# will get canonicalized.
+test -n "$target_alias" &&
+  test "$program_prefix$program_suffix$program_transform_name" = \
+    NONENONEs,x,x, &&
+  program_prefix=${target_alias}-
+am__api_version='1.12'
+
+# Find a good install program.  We prefer a C program (faster),
+# so one script is as good as another.  But avoid the broken or
+# incompatible versions:
+# SysV /etc/install, /usr/sbin/install
+# SunOS /usr/etc/install
+# IRIX /sbin/install
+# AIX /bin/install
+# AmigaOS /C/install, which installs bootblocks on floppy discs
+# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
+# AFS /usr/afsws/bin/install, which mishandles nonexistent args
+# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
+# OS/2's system install, which has a completely different semantic
+# ./install, which can be erroneously created by make from ./install.sh.
+# Reject install programs that cannot install multiple files.
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
+$as_echo_n "checking for a BSD-compatible install... " >&6; }
+if test -z "$INSTALL"; then
+if ${ac_cv_path_install+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH
+do
+  IFS=$as_save_IFS
+  test -z "$as_dir" && as_dir=.
+    # Account for people who put trailing slashes in PATH elements.
+case $as_dir/ in #((
+  ./ | .// | /[cC]/* | \
+  /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
+  ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
+  /usr/ucb/* ) ;;
+  *)
+    # OSF1 and SCO ODT 3.0 have their own names for install.
+    # Don't use installbsd from OSF since it installs stuff as root
+    # by default.
+    for ac_prog in ginstall scoinst install; do
+      for ac_exec_ext in '' $ac_executable_extensions; do
+	if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
+	  if test $ac_prog = install &&
+	    grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
+	    # AIX install.  It has an incompatible calling convention.
+	    :
+	  elif test $ac_prog = install &&
+	    grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
+	    # program-specific install script used by HP pwplus--don't use.
+	    :
+	  else
+	    rm -rf conftest.one conftest.two conftest.dir
+	    echo one > conftest.one
+	    echo two > conftest.two
+	    mkdir conftest.dir
+	    if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
+	      test -s conftest.one && test -s conftest.two &&
+	      test -s conftest.dir/conftest.one &&
+	      test -s conftest.dir/conftest.two
+	    then
+	      ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
+	      break 3
+	    fi
+	  fi
+	fi
+      done
+    done
+    ;;
+esac
+
+  done
+IFS=$as_save_IFS
+
+rm -rf conftest.one conftest.two conftest.dir
+
+fi
+  if test "${ac_cv_path_install+set}" = set; then
+    INSTALL=$ac_cv_path_install
+  else
+    # As a last resort, use the slow shell script.  Don't cache a
+    # value for INSTALL within a source directory, because that will
+    # break other packages using the cache if that directory is
+    # removed, or if the value is a relative name.
+    INSTALL=$ac_install_sh
+  fi
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
+$as_echo "$INSTALL" >&6; }
+
+# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
+# It thinks the first close brace ends the variable substitution.
+test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
+
+test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
+
+test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
+
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
+$as_echo_n "checking whether build environment is sane... " >&6; }
+# Reject unsafe characters in $srcdir or the absolute working directory
+# name.  Accept space and tab only in the latter.
+am_lf='
+'
+case `pwd` in
+  *[\\\"\#\$\&\'\`$am_lf]*)
+    as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5;;
+esac
+case $srcdir in
+  *[\\\"\#\$\&\'\`$am_lf\ \	]*)
+    as_fn_error $? "unsafe srcdir value: '$srcdir'" "$LINENO" 5;;
+esac
+
+# Do 'set' in a subshell so we don't clobber the current shell's
+# arguments.  Must try -L first in case configure is actually a
+# symlink; some systems play weird games with the mod time of symlinks
+# (eg FreeBSD returns the mod time of the symlink's containing
+# directory).
+if (
+   am_has_slept=no
+   for am_try in 1 2; do
+     echo "timestamp, slept: $am_has_slept" > conftest.file
+     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
+     if test "$*" = "X"; then
+	# -L didn't work.
+	set X `ls -t "$srcdir/configure" conftest.file`
+     fi
+     if test "$*" != "X $srcdir/configure conftest.file" \
+	&& test "$*" != "X conftest.file $srcdir/configure"; then
+
+	# If neither matched, then we have a broken ls.  This can happen
+	# if, for instance, CONFIG_SHELL is bash and it inherits a
+	# broken ls alias from the environment.  This has actually
+	# happened.  Such a system could not be considered "sane".
+	as_fn_error $? "ls -t appears to fail.  Make sure there is not a broken
+  alias in your environment" "$LINENO" 5
+     fi
+     if test "$2" = conftest.file || test $am_try -eq 2; then
+       break
+     fi
+     # Just in case.
+     sleep 1
+     am_has_slept=yes
+   done
+   test "$2" = conftest.file
+   )
+then
+   # Ok.
+   :
+else
+   as_fn_error $? "newly created file is older than distributed files!
+Check your system clock" "$LINENO" 5
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+# If we didn't sleep, we still need to ensure time stamps of config.status and
+# generated files are strictly newer.
+am_sleep_pid=
+if grep 'slept: no' conftest.file >/dev/null 2>&1; then
+  ( sleep 1 ) &
+  am_sleep_pid=$!
+fi
+
+rm -f conftest.file
+
+test "$program_prefix" != NONE &&
+  program_transform_name="s&^&$program_prefix&;$program_transform_name"
+# Use a double $ so make ignores it.
+test "$program_suffix" != NONE &&
+  program_transform_name="s&\$&$program_suffix&;$program_transform_name"
+# Double any \ or $.
+# By default was `s,x,x', remove it if useless.
+ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
+program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
+
+# expand $ac_aux_dir to an absolute path
+am_aux_dir=`cd $ac_aux_dir && pwd`
+
+if test x"${MISSING+set}" != xset; then
+  case $am_aux_dir in
+  *\ * | *\	*)
+    MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
+  *)
+    MISSING="\${SHELL} $am_aux_dir/missing" ;;
+  esac
+fi
+# Use eval to expand $SHELL
+if eval "$MISSING --run true"; then
+  am_missing_run="$MISSING --run "
+else
+  am_missing_run=
+  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5
+$as_echo "$as_me: WARNING: 'missing' script is too old or missing" >&2;}
+fi
+
+if test x"${install_sh}" != xset; then
+  case $am_aux_dir in
+  *\ * | *\	*)
+    install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
+  *)
+    install_sh="\${SHELL} $am_aux_dir/install-sh"
+  esac
+fi
+
+# Installed binaries are usually stripped using 'strip' when the user
+# run "make install-strip".  However 'strip' might not be the right
+# tool to use in cross-compilation environments, therefore Automake
+# will honor the 'STRIP' environment variable to overrule this program.
+if test "$cross_compiling" != no; then
+  if test -n "$ac_tool_prefix"; then
+  # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
+set dummy ${ac_tool_prefix}strip; ac_word=$2
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+$as_echo_n "checking for $ac_word... " >&6; }
+if ${ac_cv_prog_STRIP+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  if test -n "$STRIP"; then
+  ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
+else
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH
+do
+  IFS=$as_save_IFS
+  test -z "$as_dir" && as_dir=.
+    for ac_exec_ext in '' $ac_executable_extensions; do
+  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+    ac_cv_prog_STRIP="${ac_tool_prefix}strip"
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+    break 2
+  fi
+done
+  done
+IFS=$as_save_IFS
+
+fi
+fi
+STRIP=$ac_cv_prog_STRIP
+if test -n "$STRIP"; then
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
+$as_echo "$STRIP" >&6; }
+else
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+fi
+
+
+fi
+if test -z "$ac_cv_prog_STRIP"; then
+  ac_ct_STRIP=$STRIP
+  # Extract the first word of "strip", so it can be a program name with args.
+set dummy strip; ac_word=$2
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+$as_echo_n "checking for $ac_word... " >&6; }
+if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  if test -n "$ac_ct_STRIP"; then
+  ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
+else
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH
+do
+  IFS=$as_save_IFS
+  test -z "$as_dir" && as_dir=.
+    for ac_exec_ext in '' $ac_executable_extensions; do
+  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+    ac_cv_prog_ac_ct_STRIP="strip"
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+    break 2
+  fi
+done
+  done
+IFS=$as_save_IFS
+
+fi
+fi
+ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
+if test -n "$ac_ct_STRIP"; then
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
+$as_echo "$ac_ct_STRIP" >&6; }
+else
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+fi
+
+  if test "x$ac_ct_STRIP" = x; then
+    STRIP=":"
+  else
+    case $cross_compiling:$ac_tool_warned in
+yes:)
+{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
+$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
+ac_tool_warned=yes ;;
+esac
+    STRIP=$ac_ct_STRIP
+  fi
+else
+  STRIP="$ac_cv_prog_STRIP"
+fi
+
+fi
+INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
+
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
+$as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
+if test -z "$MKDIR_P"; then
+  if ${ac_cv_path_mkdir+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
+do
+  IFS=$as_save_IFS
+  test -z "$as_dir" && as_dir=.
+    for ac_prog in mkdir gmkdir; do
+	 for ac_exec_ext in '' $ac_executable_extensions; do
+	   as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
+	   case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
+	     'mkdir (GNU coreutils) '* | \
+	     'mkdir (coreutils) '* | \
+	     'mkdir (fileutils) '4.1*)
+	       ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
+	       break 3;;
+	   esac
+	 done
+       done
+  done
+IFS=$as_save_IFS
+
+fi
+
+  test -d ./--version && rmdir ./--version
+  if test "${ac_cv_path_mkdir+set}" = set; then
+    MKDIR_P="$ac_cv_path_mkdir -p"
+  else
+    # As a last resort, use the slow shell script.  Don't cache a
+    # value for MKDIR_P within a source directory, because that will
+    # break other packages using the cache if that directory is
+    # removed, or if the value is a relative name.
+    MKDIR_P="$ac_install_sh -d"
+  fi
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
+$as_echo "$MKDIR_P" >&6; }
+
+for ac_prog in gawk mawk nawk awk
+do
+  # Extract the first word of "$ac_prog", so it can be a program name with args.
+set dummy $ac_prog; ac_word=$2
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+$as_echo_n "checking for $ac_word... " >&6; }
+if ${ac_cv_prog_AWK+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  if test -n "$AWK"; then
+  ac_cv_prog_AWK="$AWK" # Let the user override the test.
+else
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH
+do
+  IFS=$as_save_IFS
+  test -z "$as_dir" && as_dir=.
+    for ac_exec_ext in '' $ac_executable_extensions; do
+  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+    ac_cv_prog_AWK="$ac_prog"
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+    break 2
+  fi
+done
+  done
+IFS=$as_save_IFS
+
+fi
+fi
+AWK=$ac_cv_prog_AWK
+if test -n "$AWK"; then
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
+$as_echo "$AWK" >&6; }
+else
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+fi
+
+
+  test -n "$AWK" && break
+done
+
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
+$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
+set x ${MAKE-make}
+ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
+if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  cat >conftest.make <<\_ACEOF
+SHELL = /bin/sh
+all:
+	@echo '@@@%%%=$(MAKE)=@@@%%%'
+_ACEOF
+# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
+case `${MAKE-make} -f conftest.make 2>/dev/null` in
+  *@@@%%%=?*=@@@%%%*)
+    eval ac_cv_prog_make_${ac_make}_set=yes;;
+  *)
+    eval ac_cv_prog_make_${ac_make}_set=no;;
+esac
+rm -f conftest.make
+fi
+if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+  SET_MAKE=
+else
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+  SET_MAKE="MAKE=${MAKE-make}"
+fi
+
+rm -rf .tst 2>/dev/null
+mkdir .tst 2>/dev/null
+if test -d .tst; then
+  am__leading_dot=.
+else
+  am__leading_dot=_
+fi
+rmdir .tst 2>/dev/null
+
+if test "`cd $srcdir && pwd`" != "`pwd`"; then
+  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
+  # is not polluted with repeated "-I."
+  am__isrc=' -I$(srcdir)'
+  # test to see if srcdir already configured
+  if test -f $srcdir/config.status; then
+    as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
+  fi
+fi
+
+# test whether we have cygpath
+if test -z "$CYGPATH_W"; then
+  if (cygpath --version) >/dev/null 2>/dev/null; then
+    CYGPATH_W='cygpath -w'
+  else
+    CYGPATH_W=echo
+  fi
+fi
+
+
+# Define the identity of the package.
+ PACKAGE='atompaw'
+ VERSION='4.0.0.4'
+
+
+cat >>confdefs.h <<_ACEOF
+#define PACKAGE "$PACKAGE"
+_ACEOF
+
+
+cat >>confdefs.h <<_ACEOF
+#define VERSION "$VERSION"
+_ACEOF
+
+# Some tools Automake needs.
+
+ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
+
+
+AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
+
+
+AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
+
+
+AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
+
+
+MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
+
+# For better backward compatibility.  To be removed once Automake 1.9.x
+# dies out for good.  For more background, see:
+# <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
+# <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
+mkdir_p='$(MKDIR_P)'
+
+# We need awk for the "check" target.  The system "awk" is bad on
+# some platforms.
+# Always define AMTAR for backward compatibility.  Yes, it's still used
+# in the wild :-(  We should find a proper way to deprecate it ...
+AMTAR='$${TAR-tar}'
+
+am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'
+
+
+
+
+
+ac_config_headers="$ac_config_headers config.h"
+
+
+                    # ------------------------------------ #
+
+#
+# Command-line arguments
+#
+
+# Declare arguments
+# Check whether --enable-libxc was given.
+if test "${enable_libxc+set}" = set; then :
+  enableval=$enable_libxc;
+fi
+
+
+
+# Check whether --with-fc-vendor was given.
+if test "${with_fc_vendor+set}" = set; then :
+  withval=$with_fc_vendor;
+fi
+
+
+
+# Check whether --with-fc-version was given.
+if test "${with_fc_version+set}" = set; then :
+  withval=$with_fc_version;
+fi
+
+
+
+# Check whether --with-libxc-incs was given.
+if test "${with_libxc_incs+set}" = set; then :
+  withval=$with_libxc_incs;
+fi
+
+
+
+# Check whether --with-libxc-libs was given.
+if test "${with_libxc_libs+set}" = set; then :
+  withval=$with_libxc_libs;
+fi
+
+
+
+# Check whether --with-linalg-flavor was given.
+if test "${with_linalg_flavor+set}" = set; then :
+  withval=$with_linalg_flavor;
+fi
+
+
+
+# Check whether --with-linalg-libs was given.
+if test "${with_linalg_libs+set}" = set; then :
+  withval=$with_linalg_libs;
+fi
+
+
+# Declare environment variables
+
+
+# Set default values of arguments
+if test "${with_linalg_flavor}" = ""; then
+  with_linalg_flavor="netlib"
+  { $as_echo "$as_me:${as_lineno-$LINENO}: setting linear algebra flavor to 'netlib'" >&5
+$as_echo "$as_me: setting linear algebra flavor to 'netlib'" >&6;}
+fi
+
+                    # ------------------------------------ #
+
+# Check for common programs
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
+$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
+set x ${MAKE-make}
+ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
+if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  cat >conftest.make <<\_ACEOF
+SHELL = /bin/sh
+all:
+	@echo '@@@%%%=$(MAKE)=@@@%%%'
+_ACEOF
+# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
+case `${MAKE-make} -f conftest.make 2>/dev/null` in
+  *@@@%%%=?*=@@@%%%*)
+    eval ac_cv_prog_make_${ac_make}_set=yes;;
+  *)
+    eval ac_cv_prog_make_${ac_make}_set=no;;
+esac
+rm -f conftest.make
+fi
+if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+  SET_MAKE=
+else
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+  SET_MAKE="MAKE=${MAKE-make}"
+fi
+
+
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
+$as_echo_n "checking whether ln -s works... " >&6; }
+LN_S=$as_ln_s
+if test "$LN_S" = "ln -s"; then
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+else
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
+$as_echo "no, using $LN_S" >&6; }
+fi
+
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
+$as_echo_n "checking for a sed that does not truncate output... " >&6; }
+if ${ac_cv_path_SED+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+            ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
+     for ac_i in 1 2 3 4 5 6 7; do
+       ac_script="$ac_script$as_nl$ac_script"
+     done
+     echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
+     { ac_script=; unset ac_script;}
+     if test -z "$SED"; then
+  ac_path_SED_found=false
+  # Loop through the user's path and test for each of PROGNAME-LIST
+  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH
+do
+  IFS=$as_save_IFS
+  test -z "$as_dir" && as_dir=.
+    for ac_prog in sed gsed; do
+    for ac_exec_ext in '' $ac_executable_extensions; do
+      ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
+      as_fn_executable_p "$ac_path_SED" || continue
+# Check for GNU ac_path_SED and select it if it is found.
+  # Check for GNU $ac_path_SED
+case `"$ac_path_SED" --version 2>&1` in
+*GNU*)
+  ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
+*)
+  ac_count=0
+  $as_echo_n 0123456789 >"conftest.in"
+  while :
+  do
+    cat "conftest.in" "conftest.in" >"conftest.tmp"
+    mv "conftest.tmp" "conftest.in"
+    cp "conftest.in" "conftest.nl"
+    $as_echo '' >> "conftest.nl"
+    "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
+    diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
+    as_fn_arith $ac_count + 1 && ac_count=$as_val
+    if test $ac_count -gt ${ac_path_SED_max-0}; then
+      # Best one so far, save it but keep looking for a better one
+      ac_cv_path_SED="$ac_path_SED"
+      ac_path_SED_max=$ac_count
+    fi
+    # 10*(2^10) chars as input seems more than enough
+    test $ac_count -gt 10 && break
+  done
+  rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
+esac
+
+      $ac_path_SED_found && break 3
+    done
+  done
+  done
+IFS=$as_save_IFS
+  if test -z "$ac_cv_path_SED"; then
+    as_fn_error $? "no acceptable sed could be found in \$PATH" "$LINENO" 5
+  fi
+else
+  ac_cv_path_SED=$SED
+fi
+
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
+$as_echo "$ac_cv_path_SED" >&6; }
+ SED="$ac_cv_path_SED"
+  rm -f conftest.sed
+
+for ac_prog in gawk mawk nawk awk
+do
+  # Extract the first word of "$ac_prog", so it can be a program name with args.
+set dummy $ac_prog; ac_word=$2
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+$as_echo_n "checking for $ac_word... " >&6; }
+if ${ac_cv_prog_AWK+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  if test -n "$AWK"; then
+  ac_cv_prog_AWK="$AWK" # Let the user override the test.
+else
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH
+do
+  IFS=$as_save_IFS
+  test -z "$as_dir" && as_dir=.
+    for ac_exec_ext in '' $ac_executable_extensions; do
+  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+    ac_cv_prog_AWK="$ac_prog"
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+    break 2
+  fi
+done
+  done
+IFS=$as_save_IFS
+
+fi
+fi
+AWK=$ac_cv_prog_AWK
+if test -n "$AWK"; then
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
+$as_echo "$AWK" >&6; }
+else
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+fi
+
+
+  test -n "$AWK" && break
+done
+
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
+$as_echo_n "checking for grep that handles long lines and -e... " >&6; }
+if ${ac_cv_path_GREP+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  if test -z "$GREP"; then
+  ac_path_GREP_found=false
+  # Loop through the user's path and test for each of PROGNAME-LIST
+  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
+do
+  IFS=$as_save_IFS
+  test -z "$as_dir" && as_dir=.
+    for ac_prog in grep ggrep; do
+    for ac_exec_ext in '' $ac_executable_extensions; do
+      ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
+      as_fn_executable_p "$ac_path_GREP" || continue
+# Check for GNU ac_path_GREP and select it if it is found.
+  # Check for GNU $ac_path_GREP
+case `"$ac_path_GREP" --version 2>&1` in
+*GNU*)
+  ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
+*)
+  ac_count=0
+  $as_echo_n 0123456789 >"conftest.in"
+  while :
+  do
+    cat "conftest.in" "conftest.in" >"conftest.tmp"
+    mv "conftest.tmp" "conftest.in"
+    cp "conftest.in" "conftest.nl"
+    $as_echo 'GREP' >> "conftest.nl"
+    "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
+    diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
+    as_fn_arith $ac_count + 1 && ac_count=$as_val
+    if test $ac_count -gt ${ac_path_GREP_max-0}; then
+      # Best one so far, save it but keep looking for a better one
+      ac_cv_path_GREP="$ac_path_GREP"
+      ac_path_GREP_max=$ac_count
+    fi
+    # 10*(2^10) chars as input seems more than enough
+    test $ac_count -gt 10 && break
+  done
+  rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
+esac
+
+      $ac_path_GREP_found && break 3
+    done
+  done
+  done
+IFS=$as_save_IFS
+  if test -z "$ac_cv_path_GREP"; then
+    as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
+  fi
+else
+  ac_cv_path_GREP=$GREP
+fi
+
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
+$as_echo "$ac_cv_path_GREP" >&6; }
+ GREP="$ac_cv_path_GREP"
+
+
+
+# Workaround for the "grep -e" issue on Solaris systems
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
+$as_echo_n "checking for egrep... " >&6; }
+if ${ac_cv_path_EGREP+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
+   then ac_cv_path_EGREP="$GREP -E"
+   else
+     if test -z "$EGREP"; then
+  ac_path_EGREP_found=false
+  # Loop through the user's path and test for each of PROGNAME-LIST
+  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
+do
+  IFS=$as_save_IFS
+  test -z "$as_dir" && as_dir=.
+    for ac_prog in egrep; do
+    for ac_exec_ext in '' $ac_executable_extensions; do
+      ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
+      as_fn_executable_p "$ac_path_EGREP" || continue
+# Check for GNU ac_path_EGREP and select it if it is found.
+  # Check for GNU $ac_path_EGREP
+case `"$ac_path_EGREP" --version 2>&1` in
+*GNU*)
+  ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
+*)
+  ac_count=0
+  $as_echo_n 0123456789 >"conftest.in"
+  while :
+  do
+    cat "conftest.in" "conftest.in" >"conftest.tmp"
+    mv "conftest.tmp" "conftest.in"
+    cp "conftest.in" "conftest.nl"
+    $as_echo 'EGREP' >> "conftest.nl"
+    "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
+    diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
+    as_fn_arith $ac_count + 1 && ac_count=$as_val
+    if test $ac_count -gt ${ac_path_EGREP_max-0}; then
+      # Best one so far, save it but keep looking for a better one
+      ac_cv_path_EGREP="$ac_path_EGREP"
+      ac_path_EGREP_max=$ac_count
+    fi
+    # 10*(2^10) chars as input seems more than enough
+    test $ac_count -gt 10 && break
+  done
+  rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
+esac
+
+      $ac_path_EGREP_found && break 3
+    done
+  done
+  done
+IFS=$as_save_IFS
+  if test -z "$ac_cv_path_EGREP"; then
+    as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
+  fi
+else
+  ac_cv_path_EGREP=$EGREP
+fi
+
+   fi
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
+$as_echo "$ac_cv_path_EGREP" >&6; }
+ EGREP="$ac_cv_path_EGREP"
+
+
+
+# Workaround for the wrong path to install-sh on Mac systems
+
+  ac_builddir=.
+
+case . in
+.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
+*)
+  ac_dir_suffix=/`$as_echo . | sed 's|^\.[\\/]||'`
+  # A ".." for each directory in $ac_dir_suffix.
+  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
+  case $ac_top_builddir_sub in
+  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
+  *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
+  esac ;;
+esac
+ac_abs_top_builddir=$ac_pwd
+ac_abs_builddir=$ac_pwd$ac_dir_suffix
+# for backward compatibility:
+ac_top_builddir=$ac_top_build_prefix
+
+case $srcdir in
+  .)  # We are building in place.
+    ac_srcdir=.
+    ac_top_srcdir=$ac_top_builddir_sub
+    ac_abs_top_srcdir=$ac_pwd ;;
+  [\\/]* | ?:[\\/]* )  # Absolute name.
+    ac_srcdir=$srcdir$ac_dir_suffix;
+    ac_top_srcdir=$srcdir
+    ac_abs_top_srcdir=$srcdir ;;
+  *) # Relative name.
+    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
+    ac_top_srcdir=$ac_top_build_prefix$srcdir
+    ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
+esac
+ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
+
+
+  atp_tmp_mkdir_p=`echo "${MKDIR_P}" | awk '{print $1}'`
+  if test "${atp_tmp_mkdir_p}" = "config/gnu/install-sh"; then
+    { $as_echo "$as_me:${as_lineno-$LINENO}: fixing wrong path to mkdir replacement" >&5
+$as_echo "$as_me: fixing wrong path to mkdir replacement" >&6;}
+    MKDIR_P="${ac_abs_top_srcdir}/${MKDIR_P}"
+  fi
+  unset atp_tmp_mkdir_p
+
+
+# Check for other useful programs
+for ac_prog in dvipdf
+do
+  # Extract the first word of "$ac_prog", so it can be a program name with args.
+set dummy $ac_prog; ac_word=$2
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+$as_echo_n "checking for $ac_word... " >&6; }
+if ${ac_cv_prog_DVIPDF+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  if test -n "$DVIPDF"; then
+  ac_cv_prog_DVIPDF="$DVIPDF" # Let the user override the test.
+else
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH
+do
+  IFS=$as_save_IFS
+  test -z "$as_dir" && as_dir=.
+    for ac_exec_ext in '' $ac_executable_extensions; do
+  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+    ac_cv_prog_DVIPDF="$ac_prog"
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+    break 2
+  fi
+done
+  done
+IFS=$as_save_IFS
+
+fi
+fi
+DVIPDF=$ac_cv_prog_DVIPDF
+if test -n "$DVIPDF"; then
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DVIPDF" >&5
+$as_echo "$DVIPDF" >&6; }
+else
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+fi
+
+
+  test -n "$DVIPDF" && break
+done
+
+for ac_prog in latex
+do
+  # Extract the first word of "$ac_prog", so it can be a program name with args.
+set dummy $ac_prog; ac_word=$2
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+$as_echo_n "checking for $ac_word... " >&6; }
+if ${ac_cv_prog_LATEX+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  if test -n "$LATEX"; then
+  ac_cv_prog_LATEX="$LATEX" # Let the user override the test.
+else
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH
+do
+  IFS=$as_save_IFS
+  test -z "$as_dir" && as_dir=.
+    for ac_exec_ext in '' $ac_executable_extensions; do
+  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+    ac_cv_prog_LATEX="$ac_prog"
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+    break 2
+  fi
+done
+  done
+IFS=$as_save_IFS
+
+fi
+fi
+LATEX=$ac_cv_prog_LATEX
+if test -n "$LATEX"; then
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LATEX" >&5
+$as_echo "$LATEX" >&6; }
+else
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+fi
+
+
+  test -n "$LATEX" && break
+done
+
+for ac_prog in pdflatex
+do
+  # Extract the first word of "$ac_prog", so it can be a program name with args.
+set dummy $ac_prog; ac_word=$2
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+$as_echo_n "checking for $ac_word... " >&6; }
+if ${ac_cv_prog_PDFLATEX+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  if test -n "$PDFLATEX"; then
+  ac_cv_prog_PDFLATEX="$PDFLATEX" # Let the user override the test.
+else
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH
+do
+  IFS=$as_save_IFS
+  test -z "$as_dir" && as_dir=.
+    for ac_exec_ext in '' $ac_executable_extensions; do
+  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+    ac_cv_prog_PDFLATEX="$ac_prog"
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+    break 2
+  fi
+done
+  done
+IFS=$as_save_IFS
+
+fi
+fi
+PDFLATEX=$ac_cv_prog_PDFLATEX
+if test -n "$PDFLATEX"; then
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PDFLATEX" >&5
+$as_echo "$PDFLATEX" >&6; }
+else
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+fi
+
+
+  test -n "$PDFLATEX" && break
+done
+
+for ac_prog in perl
+do
+  # Extract the first word of "$ac_prog", so it can be a program name with args.
+set dummy $ac_prog; ac_word=$2
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+$as_echo_n "checking for $ac_word... " >&6; }
+if ${ac_cv_prog_PERL+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  if test -n "$PERL"; then
+  ac_cv_prog_PERL="$PERL" # Let the user override the test.
+else
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH
+do
+  IFS=$as_save_IFS
+  test -z "$as_dir" && as_dir=.
+    for ac_exec_ext in '' $ac_executable_extensions; do
+  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+    ac_cv_prog_PERL="$ac_prog"
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+    break 2
+  fi
+done
+  done
+IFS=$as_save_IFS
+
+fi
+fi
+PERL=$ac_cv_prog_PERL
+if test -n "$PERL"; then
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PERL" >&5
+$as_echo "$PERL" >&6; }
+else
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+fi
+
+
+  test -n "$PERL" && break
+done
+
+
+                    # ------------------------------------ #
+
+#
+# Fortran support
+#
+
+# Look for the Fortran compiler
+if test "${FC}" != "" -a ! -x "${FC}"; then
+  atp_fc_probe=`echo "${FC}" | sed -e 's/ .*//'`
+  if test ! -x "${atp_fc_probe}"; then
+    # Extract the first word of "${atp_fc_probe}", so it can be a program name with args.
+set dummy ${atp_fc_probe}; ac_word=$2
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+$as_echo_n "checking for $ac_word... " >&6; }
+if ${ac_cv_path_atp_fc_path+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  case $atp_fc_path in
+  [\\/]* | ?:[\\/]*)
+  ac_cv_path_atp_fc_path="$atp_fc_path" # Let the user override the test with a path.
+  ;;
+  *)
+  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH
+do
+  IFS=$as_save_IFS
+  test -z "$as_dir" && as_dir=.
+    for ac_exec_ext in '' $ac_executable_extensions; do
+  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+    ac_cv_path_atp_fc_path="$as_dir/$ac_word$ac_exec_ext"
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+    break 2
+  fi
+done
+  done
+IFS=$as_save_IFS
+
+  ;;
+esac
+fi
+atp_fc_path=$ac_cv_path_atp_fc_path
+if test -n "$atp_fc_path"; then
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $atp_fc_path" >&5
+$as_echo "$atp_fc_path" >&6; }
+else
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+fi
+
+
+    if test "${atp_fc_path}" = ""; then
+      as_fn_error $? "could not run Fortran compiler \"${FC}\"" "$LINENO" 5
+    fi
+  fi
+fi
+ac_ext=${ac_fc_srcext-f}
+ac_compile='$FC -c $FCFLAGS $ac_fcflags_srcext conftest.$ac_ext >&5'
+ac_link='$FC -o conftest$ac_exeext $FCFLAGS $LDFLAGS $ac_fcflags_srcext conftest.$ac_ext $LIBS >&5'
+ac_compiler_gnu=$ac_cv_fc_compiler_gnu
+if test -n "$ac_tool_prefix"; then
+  for ac_prog in gfortran g95 xlf95 f95 fort ifort ifc efc pgfortran pgf95 lf95 ftn nagfor xlf90 f90 pgf90 pghpf epcf90 g77 xlf f77 frt pgf77 cf77 fort77 fl32 af77
+  do
+    # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
+set dummy $ac_tool_prefix$ac_prog; ac_word=$2
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+$as_echo_n "checking for $ac_word... " >&6; }
+if ${ac_cv_prog_FC+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  if test -n "$FC"; then
+  ac_cv_prog_FC="$FC" # Let the user override the test.
+else
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH
+do
+  IFS=$as_save_IFS
+  test -z "$as_dir" && as_dir=.
+    for ac_exec_ext in '' $ac_executable_extensions; do
+  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+    ac_cv_prog_FC="$ac_tool_prefix$ac_prog"
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+    break 2
+  fi
+done
+  done
+IFS=$as_save_IFS
+
+fi
+fi
+FC=$ac_cv_prog_FC
+if test -n "$FC"; then
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FC" >&5
+$as_echo "$FC" >&6; }
+else
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+fi
+
+
+    test -n "$FC" && break
+  done
+fi
+if test -z "$FC"; then
+  ac_ct_FC=$FC
+  for ac_prog in gfortran g95 xlf95 f95 fort ifort ifc efc pgfortran pgf95 lf95 ftn nagfor xlf90 f90 pgf90 pghpf epcf90 g77 xlf f77 frt pgf77 cf77 fort77 fl32 af77
+do
+  # Extract the first word of "$ac_prog", so it can be a program name with args.
+set dummy $ac_prog; ac_word=$2
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+$as_echo_n "checking for $ac_word... " >&6; }
+if ${ac_cv_prog_ac_ct_FC+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  if test -n "$ac_ct_FC"; then
+  ac_cv_prog_ac_ct_FC="$ac_ct_FC" # Let the user override the test.
+else
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH
+do
+  IFS=$as_save_IFS
+  test -z "$as_dir" && as_dir=.
+    for ac_exec_ext in '' $ac_executable_extensions; do
+  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+    ac_cv_prog_ac_ct_FC="$ac_prog"
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+    break 2
+  fi
+done
+  done
+IFS=$as_save_IFS
+
+fi
+fi
+ac_ct_FC=$ac_cv_prog_ac_ct_FC
+if test -n "$ac_ct_FC"; then
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_FC" >&5
+$as_echo "$ac_ct_FC" >&6; }
+else
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+fi
+
+
+  test -n "$ac_ct_FC" && break
+done
+
+  if test "x$ac_ct_FC" = x; then
+    FC=""
+  else
+    case $cross_compiling:$ac_tool_warned in
+yes:)
+{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
+$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
+ac_tool_warned=yes ;;
+esac
+    FC=$ac_ct_FC
+  fi
+fi
+
+
+# Provide some information about the compiler.
+$as_echo "$as_me:${as_lineno-$LINENO}: checking for Fortran compiler version" >&5
+set X $ac_compile
+ac_compiler=$2
+for ac_option in --version -v -V -qversion; do
+  { { ac_try="$ac_compiler $ac_option >&5"
+case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
+$as_echo "$ac_try_echo"; } >&5
+  (eval "$ac_compiler $ac_option >&5") 2>conftest.err
+  ac_status=$?
+  if test -s conftest.err; then
+    sed '10a\
+... rest of stderr output deleted ...
+         10q' conftest.err >conftest.er1
+    cat conftest.er1 >&5
+  fi
+  rm -f conftest.er1 conftest.err
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+  test $ac_status = 0; }
+done
+rm -f a.out
+
+cat > conftest.$ac_ext <<_ACEOF
+      program main
+
+      end
+_ACEOF
+ac_clean_files_save=$ac_clean_files
+ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
+# Try to create an executable without -o first, disregard a.out.
+# It will help us diagnose broken compilers, and finding out an intuition
+# of exeext.
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the Fortran compiler works" >&5
+$as_echo_n "checking whether the Fortran compiler works... " >&6; }
+ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
+
+# The possible output files:
+ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
+
+ac_rmfiles=
+for ac_file in $ac_files
+do
+  case $ac_file in
+    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
+    * ) ac_rmfiles="$ac_rmfiles $ac_file";;
+  esac
+done
+rm -f $ac_rmfiles
+
+if { { ac_try="$ac_link_default"
+case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
+$as_echo "$ac_try_echo"; } >&5
+  (eval "$ac_link_default") 2>&5
+  ac_status=$?
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+  test $ac_status = 0; }; then :
+  # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
+# So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
+# in a Makefile.  We should not override ac_cv_exeext if it was cached,
+# so that the user can short-circuit this test for compilers unknown to
+# Autoconf.
+for ac_file in $ac_files ''
+do
+  test -f "$ac_file" || continue
+  case $ac_file in
+    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
+	;;
+    [ab].out )
+	# We found the default executable, but exeext='' is most
+	# certainly right.
+	break;;
+    *.* )
+	if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
+	then :; else
+	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
+	fi
+	# We set ac_cv_exeext here because the later test for it is not
+	# safe: cross compilers may not add the suffix if given an `-o'
+	# argument, so we may need to know it at that point already.
+	# Even if this section looks crufty: it has the advantage of
+	# actually working.
+	break;;
+    * )
+	break;;
+  esac
+done
+test "$ac_cv_exeext" = no && ac_cv_exeext=
+
+else
+  ac_file=''
+fi
+if test -z "$ac_file"; then :
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+$as_echo "$as_me: failed program was:" >&5
+sed 's/^/| /' conftest.$ac_ext >&5
+
+{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
+as_fn_error 77 "Fortran compiler cannot create executables
+See \`config.log' for more details" "$LINENO" 5; }
+else
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for Fortran compiler default output file name" >&5
+$as_echo_n "checking for Fortran compiler default output file name... " >&6; }
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
+$as_echo "$ac_file" >&6; }
+ac_exeext=$ac_cv_exeext
+
+rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
+ac_clean_files=$ac_clean_files_save
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
+$as_echo_n "checking for suffix of executables... " >&6; }
+if { { ac_try="$ac_link"
+case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
+$as_echo "$ac_try_echo"; } >&5
+  (eval "$ac_link") 2>&5
+  ac_status=$?
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+  test $ac_status = 0; }; then :
+  # If both `conftest.exe' and `conftest' are `present' (well, observable)
+# catch `conftest.exe'.  For instance with Cygwin, `ls conftest' will
+# work properly (i.e., refer to `conftest.exe'), while it won't with
+# `rm'.
+for ac_file in conftest.exe conftest conftest.*; do
+  test -f "$ac_file" || continue
+  case $ac_file in
+    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
+    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
+	  break;;
+    * ) break;;
+  esac
+done
+else
+  { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
+as_fn_error $? "cannot compute suffix of executables: cannot compile and link
+See \`config.log' for more details" "$LINENO" 5; }
+fi
+rm -f conftest conftest$ac_cv_exeext
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
+$as_echo "$ac_cv_exeext" >&6; }
+
+rm -f conftest.$ac_ext
+EXEEXT=$ac_cv_exeext
+ac_exeext=$EXEEXT
+cat > conftest.$ac_ext <<_ACEOF
+      program main
+      open(unit=9,file='conftest.out')
+      close(unit=9)
+
+      end
+_ACEOF
+ac_clean_files="$ac_clean_files conftest.out"
+# Check that the compiler produces executables we can run.  If not, either
+# the compiler is broken, or we cross compile.
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
+$as_echo_n "checking whether we are cross compiling... " >&6; }
+if test "$cross_compiling" != yes; then
+  { { ac_try="$ac_link"
+case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
+$as_echo "$ac_try_echo"; } >&5
+  (eval "$ac_link") 2>&5
+  ac_status=$?
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+  test $ac_status = 0; }
+  if { ac_try='./conftest$ac_cv_exeext'
+  { { case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
+$as_echo "$ac_try_echo"; } >&5
+  (eval "$ac_try") 2>&5
+  ac_status=$?
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+  test $ac_status = 0; }; }; then
+    cross_compiling=no
+  else
+    if test "$cross_compiling" = maybe; then
+	cross_compiling=yes
+    else
+	{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
+as_fn_error $? "cannot run Fortran compiled programs.
+If you meant to cross compile, use \`--host'.
+See \`config.log' for more details" "$LINENO" 5; }
+    fi
+  fi
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
+$as_echo "$cross_compiling" >&6; }
+
+rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
+ac_clean_files=$ac_clean_files_save
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
+$as_echo_n "checking for suffix of object files... " >&6; }
+if ${ac_cv_objext+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  cat > conftest.$ac_ext <<_ACEOF
+      program main
+
+      end
+_ACEOF
+rm -f conftest.o conftest.obj
+if { { ac_try="$ac_compile"
+case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
+$as_echo "$ac_try_echo"; } >&5
+  (eval "$ac_compile") 2>&5
+  ac_status=$?
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+  test $ac_status = 0; }; then :
+  for ac_file in conftest.o conftest.obj conftest.*; do
+  test -f "$ac_file" || continue;
+  case $ac_file in
+    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
+    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
+       break;;
+  esac
+done
+else
+  $as_echo "$as_me: failed program was:" >&5
+sed 's/^/| /' conftest.$ac_ext >&5
+
+{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
+as_fn_error $? "cannot compute suffix of object files: cannot compile
+See \`config.log' for more details" "$LINENO" 5; }
+fi
+rm -f conftest.$ac_cv_objext conftest.$ac_ext
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
+$as_echo "$ac_cv_objext" >&6; }
+OBJEXT=$ac_cv_objext
+ac_objext=$OBJEXT
+# If we don't use `.F' as extension, the preprocessor is not run on the
+# input file.  (Note that this only needs to work for GNU compilers.)
+ac_save_ext=$ac_ext
+ac_ext=F
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU Fortran compiler" >&5
+$as_echo_n "checking whether we are using the GNU Fortran compiler... " >&6; }
+if ${ac_cv_fc_compiler_gnu+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  cat > conftest.$ac_ext <<_ACEOF
+      program main
+#ifndef __GNUC__
+       choke me
+#endif
+
+      end
+_ACEOF
+if ac_fn_fc_try_compile "$LINENO"; then :
+  ac_compiler_gnu=yes
+else
+  ac_compiler_gnu=no
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+ac_cv_fc_compiler_gnu=$ac_compiler_gnu
+
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_fc_compiler_gnu" >&5
+$as_echo "$ac_cv_fc_compiler_gnu" >&6; }
+ac_ext=$ac_save_ext
+ac_test_FCFLAGS=${FCFLAGS+set}
+ac_save_FCFLAGS=$FCFLAGS
+FCFLAGS=
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $FC accepts -g" >&5
+$as_echo_n "checking whether $FC accepts -g... " >&6; }
+if ${ac_cv_prog_fc_g+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  FCFLAGS=-g
+cat > conftest.$ac_ext <<_ACEOF
+      program main
+
+      end
+_ACEOF
+if ac_fn_fc_try_compile "$LINENO"; then :
+  ac_cv_prog_fc_g=yes
+else
+  ac_cv_prog_fc_g=no
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_fc_g" >&5
+$as_echo "$ac_cv_prog_fc_g" >&6; }
+if test "$ac_test_FCFLAGS" = set; then
+  FCFLAGS=$ac_save_FCFLAGS
+elif test $ac_cv_prog_fc_g = yes; then
+  if test "x$ac_cv_fc_compiler_gnu" = xyes; then
+    FCFLAGS="-g -O2"
+  else
+    FCFLAGS="-g"
+  fi
+else
+  if test "x$ac_cv_fc_compiler_gnu" = xyes; then
+    FCFLAGS="-O2"
+  else
+    FCFLAGS=
+  fi
+fi
+
+if test $ac_compiler_gnu = yes; then
+  GFC=yes
+else
+  GFC=
+fi
+ac_ext=c
+ac_cpp='$CPP $CPPFLAGS'
+ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
+ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
+ac_compiler_gnu=$ac_cv_c_compiler_gnu
+
+
+# Fail if no Fortran compiler is available
+if test "${FC}" = ""; then
+  as_fn_error $? "no Fortran compiler available" "$LINENO" 5
+fi
+
+# Set AtomPAW Fortran parameters
+atp_fc_vendor="${with_fc_vendor}"
+atp_fc_version="${with_fc_version}"
+
+    atp_fc_vendor="${with_fc_vendor}"
+  atp_fc_version="${with_fc_version}"
+
+  if test "${atp_fc_vendor}" = ""; then
+    atp_fc_vendor="unknown"
+  fi
+  if test "${atp_fc_version}" = ""; then
+    atp_fc_version="unknown"
+  fi
+  atp_fc_wrap="no"
+
+    { $as_echo "$as_me:${as_lineno-$LINENO}: checking which type of Fortran compiler we have" >&5
+$as_echo_n "checking which type of Fortran compiler we have... " >&6; }
+
+    if test "${atp_fc_vendor}" = "unknown"; then
+
+
+    fc_info_string=`${FC} -qversion 2>&1 | head -n 1`
+  fc_garbage=`${FC} -qversion 2>&1 | wc -l | sed -e 's/ //g'`
+  atp_result=`echo "${fc_info_string}" | grep 'IBM XL Fortran'`
+  if test "${atp_result}" = ""; then
+    atp_result=`echo "${fc_info_string}" | grep 'IBM(R) XL Fortran'`
+  fi
+  if test "${atp_result}" = ""; then
+    atp_result="no"
+    fc_info_string=""
+    atp_fc_vendor="unknown"
+    atp_fc_version="unknown"
+    if test "${fc_garbage}" -gt 50; then
+
+$as_echo "#define FC_IBM 1" >>confdefs.h
+
+      atp_fc_vendor="ibm"
+      atp_fc_version="unknown"
+      atp_result="yes"
+    fi
+  else
+
+$as_echo "#define FC_IBM 1" >>confdefs.h
+
+    atp_fc_vendor="ibm"
+    atp_fc_version=`echo "${atp_result}" | sed -e 's/.* V//; s/ .*//'`
+    if test "${atp_fc_version}" = "${atp_result}"; then
+      atp_fc_version="unknown"
+    fi
+    atp_result="yes"
+  fi
+
+  fi
+
+    if test "${atp_fc_vendor}" = "unknown"; then
+
+
+    fc_info_string=`${FC} -v -V 2>&1 | sed -e '/^ifc: warning/d'`
+  atp_result=`echo "${fc_info_string}" | grep '^Intel(R) Fortran'`
+  if test "${atp_result}" = ""; then
+    atp_result="no"
+    fc_info_string=""
+    atp_fc_vendor="unknown"
+    atp_fc_version="unknown"
+  else
+
+$as_echo "#define FC_INTEL 1" >>confdefs.h
+
+    atp_fc_vendor="intel"
+    atp_fc_version=`echo "${fc_info_string}" | grep '^Version' | sed -e 's/Version //;s/ .*//;s/ //g' | head -n 1`
+    if test "${atp_fc_version}" = ""; then
+      atp_fc_version="unknown"
+    fi
+    atp_result="yes"
+  fi
+
+  fi
+
+  if test "${atp_fc_vendor}" = "unknown"; then
+
+
+    fc_info_string=`${FC} --version 2>&1`
+  atp_result=`echo "${fc_info_string}" | grep '^G95'`
+  if test "${atp_result}" = ""; then
+    atp_result="no"
+    fc_info_string=""
+    atp_fc_vendor="unknown"
+    atp_fc_version="unknown"
+  else
+
+$as_echo "#define FC_G95 1" >>confdefs.h
+
+    atp_fc_vendor="g95"
+    atp_fc_version=`echo ${atp_result} | sed -e 's/.*GCC //; s/ .*//'`
+    if test "${atp_fc_version}" = "${atp_result}"; then
+      atp_fc_version="unknown"
+    fi
+    atp_result="yes"
+  fi
+
+  fi
+  if test "${atp_fc_vendor}" = "unknown"; then
+
+
+    fc_info_string=`${FC} --version 2>&1`
+  atp_result=`echo "${fc_info_string}" | grep '^GNU Fortran'`
+  if test "${atp_result}" = ""; then
+    atp_result="no"
+    fc_info_string=""
+    atp_fc_vendor="unknown"
+    atp_fc_version="unknown"
+  else
+
+$as_echo "#define FC_GNU 1" >>confdefs.h
+
+
+$as_echo "#define HAVE_FORTRAN2003 1" >>confdefs.h
+
+    atp_fc_vendor="gnu"
+    atp_fc_version=`echo ${atp_result} | sed -e 's/^[^(]*([^)]*) //; s/ .*//'`
+    atp_result="yes"
+  fi
+
+  fi
+  if test "${atp_fc_vendor}" = "unknown"; then
+
+
+    fc_info_string=`${FC} -version 2>&1`
+  atp_result=`echo "${fc_info_string}" | grep '^PathScale'`
+  if test "${atp_result}" = ""; then
+    atp_result="no"
+    fc_info_string=""
+    atp_fc_vendor="unknown"
+    atp_fc_version="unknown"
+  else
+
+$as_echo "#define FC_PATHSCALE 1" >>confdefs.h
+
+    atp_fc_vendor="pathscale"
+    atp_fc_version=`echo "${atp_result}" | sed -e 's/.* Version //; s/ .*//'`
+    if test "${atp_fc_version}" = "${atp_result}"; then
+      atp_fc_version="unknown"
+    fi
+    atp_result="yes"
+  fi
+
+  fi
+  if test "${atp_fc_vendor}" = "unknown"; then
+
+
+    fc_info_string=`${FC} -version 2>&1 | sed -e 's/^	//' | grep '^Compaq Fortran Compiler'`
+  atp_result="${fc_info_string}"
+  if test "${atp_result}" = ""; then
+    fc_info_string=`${FC} -version 2>&1 | sed -e 's/^	//' | grep '^HP Fortran Compiler'`
+    atp_result="${fc_info_string}"
+  fi
+  if test "${atp_result}" = ""; then
+    atp_result="no"
+    fc_info_string=""
+    atp_fc_vendor="unknown"
+    atp_fc_version="unknown"
+  else
+
+$as_echo "#define FC_COMPAQ 1" >>confdefs.h
+
+    atp_fc_vendor="compaq"
+    atp_fc_version=`echo "${atp_result}" | sed -e 's/.* V//;s/-.*//'`
+    if test "${atp_fc_version}" = "${atp_result}"; then
+      atp_fc_version="unknown"
+    fi
+    atp_result="yes"
+  fi
+
+  fi
+  if test "${atp_fc_vendor}" = "unknown"; then
+
+
+    fc_info_string=`${FC} -V 2> /dev/null`
+  atp_result=`echo "${fc_info_string}" | grep '^Pro Fortran'`
+  if test "${atp_result}" = ""; then
+    atp_result="no"
+    fc_info_string=""
+    atp_fc_vendor="unknown"
+    atp_fc_version="unknown"
+  else
+
+$as_echo "#define FC_ABSOFT 1" >>confdefs.h
+
+    atp_fc_vendor="absoft"
+    atp_fc_version=`echo "${atp_result}" | sed -e 's/Pro Fortran //'`
+    if test "${atp_fc_version}" = "${atp_result}"; then
+      atp_fc_version="unknown"
+    fi
+    atp_result="yes"
+  fi
+
+  fi
+  if test "${atp_fc_vendor}" = "unknown"; then
+
+
+    fc_info_string=`${FC} -version 2>&1 | sed -e '/^$/d'`
+  atp_result=`echo "${fc_info_string}" | grep '^MIPSpro'`
+  if test "${atp_result}" = ""; then
+    atp_result="no"
+    fc_info_string=""
+    atp_fc_vendor="unknown"
+    atp_fc_version="unknown"
+  else
+
+$as_echo "#define FC_MIPSPRO 1" >>confdefs.h
+
+    atp_fc_vendor="mipspro"
+    atp_fc_version=`echo "${atp_result}" | sed -e 's/.*Version //'`
+    if test "${atp_fc_version}" = "${atp_result}"; then
+      atp_fc_version="unknown"
+    fi
+    atp_result="yes"
+  fi
+
+  fi
+  if test "${atp_fc_vendor}" = "unknown"; then
+
+
+    fc_info_string=`${FC} --version 2>&1`
+  atp_result=`echo "${fc_info_string}" | grep '^Open64'`
+  if test "${atp_result}" = ""; then
+    atp_result="no"
+    fc_info_string=""
+    atp_fc_vendor="unknown"
+    atp_fc_version="unknown"
+  else
+
+$as_echo "#define FC_OPEN64 1" >>confdefs.h
+
+    atp_fc_vendor="open64"
+    atp_fc_version=`echo "${atp_result}" | sed -e 's/.* Version //; s/ .*//'`
+    if test "${atp_fc_version}" = "${atp_result}"; then
+      atp_fc_version="unknown"
+    fi
+    atp_result="yes"
+  fi
+
+  fi
+  if test "${atp_fc_vendor}" = "unknown"; then
+
+
+    fc_info_string=`${FC} -V 2> /dev/null`
+  atp_result=`echo "${fc_info_string}" | grep '^Fujitsu Fortran'`
+  if test "${atp_result}" = ""; then
+    atp_result="no"
+    fc_info_string=""
+    atp_fc_vendor="unknown"
+    atp_fc_version="unknown"
+  else
+
+$as_echo "#define FC_FUJITSU 1" >>confdefs.h
+
+    atp_fc_vendor="fujitsu"
+    atp_fc_version=`echo "${atp_result}" | sed -e 's/.*Driver //;s/ .*//'`
+    if test "${atp_fc_version}" = "${atp_result}"; then
+      atp_fc_version="unknown"
+    fi
+    atp_result="yes"
+  fi
+
+  fi
+  if test "${atp_fc_vendor}" = "unknown"; then
+
+
+    fc_info_string=`${FC} -V 2>&1 | head -n 1`
+  atp_result=`echo "${fc_info_string}" | grep 'Sun' | grep 'Fortran 95'`
+  if test "${atp_result}" = ""; then
+    atp_result="no"
+    fc_info_string=""
+    atp_fc_vendor="unknown"
+    atp_fc_version="unknown"
+  else
+
+$as_echo "#define FC_SUN 1" >>confdefs.h
+
+    atp_fc_vendor="sun"
+    atp_fc_version=`echo "${atp_result}" | sed -e 's/.* Fortran 95 //;s/ .*//'`
+    if test "${atp_fc_version}" = "${atp_result}" -o "${atp_fc_version}" = ""; then
+      atp_fc_version="unknown"
+    fi
+    atp_result="yes"
+  fi
+
+  fi
+  if test "${atp_fc_vendor}" = "unknown"; then
+
+
+    fc_info_string=`${FC} -V 2> /dev/null`
+  atp_result=`echo "${fc_info_string}" | grep '^Hitachi Fortran'`
+  if test "${atp_result}" = ""; then
+    atp_result="no"
+    fc_info_string=""
+    atp_fc_vendor="unknown"
+    atp_fc_version="unknown"
+  else
+
+$as_echo "#define FC_HITACHI 1" >>confdefs.h
+
+    atp_fc_vendor="hitachi"
+    atp_fc_version=`echo "${atp_result}" | sed -e 's/.*Driver //;s/ .*//'`
+    if test "${atp_fc_version}" = "${atp_result}"; then
+      atp_fc_version="unknown"
+    fi
+    atp_result="yes"
+  fi
+
+  fi
+  if test "${atp_fc_vendor}" = "unknown"; then
+
+
+    fc_info_string=`${FC} -v -V 2>&1`
+  atp_result=`echo "${fc_info_string}" | grep '^NAG'`
+  if test "${atp_result}" = ""; then
+    atp_result="no"
+    fc_info_string=""
+    atp_fc_vendor="unknown"
+    atp_fc_version="unknown"
+  else
+
+$as_echo "#define FC_NAG 1" >>confdefs.h
+
+    atp_fc_vendor="nag"
+    atp_fc_version=`echo "${fc_info_string}" | sed -e 's/.*Release //;s/[( ].*//'`
+    if test "${atp_fc_version}" = ""; then
+      atp_fc_version="unknown"
+    fi
+    atp_result="yes"
+  fi
+
+  fi
+  if test "${atp_fc_vendor}" = "unknown"; then
+
+
+    fc_info_string=`${FC} -V 2>&1 | sed -e '/^$/d'`
+  atp_result=`echo "${fc_info_string}" | grep '^pgf9[05]' | grep -v 'No files to process'`
+  if test "${atp_result}" = ""; then
+    atp_result="no"
+    fc_info_string=""
+    atp_fc_vendor="unknown"
+    atp_fc_version="unknown"
+  else
+
+$as_echo "#define FC_PGI 1" >>confdefs.h
+
+    atp_fc_vendor="pgi"
+    atp_fc_version=`echo "${atp_result}" | sed -e 's/^pgf9[05] //' | sed -e 's/-.*//'`
+    if test "${atp_fc_version}" = "${atp_result}"; then
+      atp_fc_version="unknown"
+    else
+      if test "${atp_fc_version}" = "6.0"; then
+
+$as_echo "#define FC_PGI6 1" >>confdefs.h
+
+      fi
+    fi
+    atp_result="yes"
+  fi
+
+  fi
+
+    if test "${atp_fc_vendor}" = "unknown"; then
+    atp_fc_vendor="generic"
+  fi
+
+    if test "${atp_fc_version}" = "unknown"; then
+    atp_fc_version="0.0"
+  else
+    atp_fc_version=`echo ${atp_fc_version} | cut -d. -f1-2`
+  fi
+
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${atp_fc_vendor} ${atp_fc_version}" >&5
+$as_echo "${atp_fc_vendor} ${atp_fc_version}" >&6; }
+
+
+
+
+
+
+# Set default file extensions
+
+
+
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking fortran 90 modules extension" >&5
+$as_echo_n "checking fortran 90 modules extension... " >&6; }
+if ${ax_cv_f90_modext+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  ac_ext=${ac_fc_srcext-f}
+ac_compile='$FC -c $FCFLAGS $ac_fcflags_srcext conftest.$ac_ext >&5'
+ac_link='$FC -o conftest$ac_exeext $FCFLAGS $LDFLAGS $ac_fcflags_srcext conftest.$ac_ext $LIBS >&5'
+ac_compiler_gnu=$ac_cv_fc_compiler_gnu
+
+i=0
+while test \( -f tmpdir_$i \) -o \( -d tmpdir_$i \) ; do
+    i=`expr $i + 1`
+done
+mkdir tmpdir_$i
+cd tmpdir_$i
+cat > conftest.$ac_ext <<_ACEOF
+
+!234567
+            module conftest_module
+            contains
+            subroutine conftest_routine
+            write(*,'(a)') 'gotcha!'
+            end subroutine conftest_routine
+            end module conftest_module
+
+_ACEOF
+if ac_fn_fc_try_compile "$LINENO"; then :
+  ax_cv_f90_modext=`ls | sed -n 's,conftest_module\.,,p'`
+      if test x$ax_cv_f90_modext = x ; then
+          ax_cv_f90_modext=`ls | sed -n 's,CONFTEST_MODULE\.,,p'`
+          if test x$ax_cv_f90_modext = x ; then
+              ax_cv_f90_modext=""
+          fi
+      fi
+
+else
+  ax_cv_f90_modext=""
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+cd ..
+rm -fr tmpdir_$i
+ac_ext=c
+ac_cpp='$CPP $CPPFLAGS'
+ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
+ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
+ac_compiler_gnu=$ac_cv_c_compiler_gnu
+
+
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ax_cv_f90_modext" >&5
+$as_echo "$ax_cv_f90_modext" >&6; }
+  if test "${ax_cv_f90_modext}" != ""; then
+    MODEXT="${ax_cv_f90_modext}"
+  else
+    MODEXT="mod"
+    { $as_echo "$as_me:${as_lineno-$LINENO}: setting Fortran module extension to \".${MODEXT}\"" >&5
+$as_echo "$as_me: setting Fortran module extension to \".${MODEXT}\"" >&6;}
+  fi
+
+
+    ac_ext=${ac_fc_srcext-f}
+ac_compile='$FC -c $FCFLAGS $ac_fcflags_srcext conftest.$ac_ext >&5'
+ac_link='$FC -o conftest$ac_exeext $FCFLAGS $LDFLAGS $ac_fcflags_srcext conftest.$ac_ext $LIBS >&5'
+ac_compiler_gnu=$ac_cv_fc_compiler_gnu
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for Fortran flag to compile .F90 files" >&5
+$as_echo_n "checking for Fortran flag to compile .F90 files... " >&6; }
+if ${ac_cv_fc_srcext_F90+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  ac_ext=F90
+ac_fcflags_srcext_save=$ac_fcflags_srcext
+ac_fcflags_srcext=
+ac_cv_fc_srcext_F90=unknown
+case $ac_ext in #(
+  [fF]77) ac_try=f77;; #(
+  *) ac_try=f95;;
+esac
+for ac_flag in none -qsuffix=f=F90 -Tf "-x $ac_try"; do
+  test "x$ac_flag" != xnone && ac_fcflags_srcext="$ac_flag"
+  cat > conftest.$ac_ext <<_ACEOF
+      program main
+
+      end
+_ACEOF
+if ac_fn_fc_try_compile "$LINENO"; then :
+  ac_cv_fc_srcext_F90=$ac_flag; break
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+done
+rm -f conftest.$ac_objext conftest.F90
+ac_fcflags_srcext=$ac_fcflags_srcext_save
+
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_fc_srcext_F90" >&5
+$as_echo "$ac_cv_fc_srcext_F90" >&6; }
+if test "x$ac_cv_fc_srcext_F90" = xunknown; then
+  atp_fc_src_ok="no"
+else
+  ac_fc_srcext=F90
+  if test "x$ac_cv_fc_srcext_F90" = xnone; then
+    ac_fcflags_srcext=""
+    FCFLAGS_F90=""
+  else
+    ac_fcflags_srcext=$ac_cv_fc_srcext_F90
+    FCFLAGS_F90=$ac_cv_fc_srcext_F90
+  fi
+
+  atp_fc_src_ok="yes"
+fi
+ac_ext=c
+ac_cpp='$CPP $CPPFLAGS'
+ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
+ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
+ac_compiler_gnu=$ac_cv_c_compiler_gnu
+
+  if test "${atp_fc_src_ok}" != "yes"; then
+    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Fortran file extension could not be changed" >&5
+$as_echo "$as_me: WARNING: Fortran file extension could not be changed" >&2;}
+    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: some advanced Fortran tests may fail" >&5
+$as_echo "$as_me: WARNING: some advanced Fortran tests may fail" >&2;}
+  fi
+
+
+# Get module file case
+
+
+
+    fc_mod_lowercase="yes"
+  fc_mod_uppercase="no"
+  { $as_echo "$as_me:${as_lineno-$LINENO}: determining Fortran module case" >&5
+$as_echo "$as_me: determining Fortran module case" >&6;}
+
+    ac_ext=${ac_fc_srcext-f}
+ac_compile='$FC -c $FCFLAGS $ac_fcflags_srcext conftest.$ac_ext >&5'
+ac_link='$FC -o conftest$ac_exeext $FCFLAGS $LDFLAGS $ac_fcflags_srcext conftest.$ac_ext $LIBS >&5'
+ac_compiler_gnu=$ac_cv_fc_compiler_gnu
+
+  cat > conftest.$ac_ext <<_ACEOF
+
+    module conftest
+    end module conftest
+
+_ACEOF
+if ac_fn_fc_try_compile "$LINENO"; then :
+
+else
+  { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
+as_fn_error $? "unable to compile a simple Fortran module
+See \`config.log' for more details" "$LINENO" 5; }
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+  ac_ext=c
+ac_cpp='$CPP $CPPFLAGS'
+ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
+ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
+ac_compiler_gnu=$ac_cv_c_compiler_gnu
+
+
+    if test -f "CONFTEST.${MODEXT}"; then
+    fc_mod_lowercase="no"
+    fc_mod_uppercase="yes"
+  elif test ! -f "conftest.${MODEXT}"; then
+    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: conftest.${MODEXT} Fortran module could not be found" >&5
+$as_echo "$as_me: WARNING: conftest.${MODEXT} Fortran module could not be found" >&2;}
+  fi
+
+    { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether Fortran modules are upper-case" >&5
+$as_echo_n "checking whether Fortran modules are upper-case... " >&6; }
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${fc_mod_uppercase}" >&5
+$as_echo "${fc_mod_uppercase}" >&6; }
+
+
+# Set default optimizations
+
+  ATP_FCOPTS=""
+  ATP_LDOPTS=""
+  ATP_LIBS=""
+
+  case "${atp_fc_vendor}" in
+
+    compaq)
+      ATP_FCOPTS="-fast"
+      ATP_LDOPTS="-fast"
+      ATP_LIBS="-lcxml"
+      ;;
+
+    g95)
+      ATP_FCOPTS="-O2"
+      ATP_LDOPTS="-O2"
+      case "${with_linalg_flavor}" in
+        atlas)
+          ATP_LIBS="-llapack -lf77blas -lcblas -latlas"
+          ;;
+        netlib)
+          ATP_LIBS="-llapack -lblas"
+          ;;
+      esac
+      ;;
+
+    gnu)
+      ATP_FCOPTS="-O2"
+      ATP_LDOPTS="-O2"
+      case "${with_linalg_flavor}" in
+        atlas)
+          ATP_LIBS="-llapack -lf77blas -lcblas -latlas"
+          ;;
+        netlib)
+          ATP_LIBS="-llapack -lblas"
+          ;;
+      esac
+      ;;
+
+    intel)
+      ATP_FCOPTS="-O2"
+      ATP_LDOPTS="-O2 -Vaxlib"
+      case "${with_linalg_flavor}" in
+        atlas)
+          ATP_LIBS="-llapack -lf77blas -lcblas -latlas"
+          ;;
+        mkl)
+          ATP_LIBS="-lmkl_lapack -lmkl_ia32 -lguide -lpthread"
+          ;;
+      esac
+      ;;
+
+    nag)
+      ATP_FCOPTS="-DNAG"
+      ATP_LDOPTS=""
+      case "${with_linalg_flavor}" in
+        atlas)
+          ATP_LIBS="-llapack -lf77blas -lcblas -latlas"
+          ;;
+        netlib)
+          ATP_LIBS="-llapack -lblas"
+          ;;
+      esac
+      ;;
+
+    pathscale)
+      ATP_FCOPTS="-O3"
+      ATP_LDOPTS=""
+      ATP_LIBS="-lacml"
+      ;;
+
+    pgi)
+      ATP_FCOPTS="-fast"
+      ATP_LDOPTS=""
+      ATP_LIBS="-llapack -lblas"
+      ;;
+
+    sun)
+      ATP_FCOPTS="-fast -xO3 -xlic_lib=sunperf"
+      ATP_LDOPTS="-fast -xO3 -xlic_lib=sunperf"
+      ATP_LIBS=""
+      ;;
+
+    ibm)
+      ATP_FCOPTS="-qfree=f90 -qsuffix=f=f90:cpp=F90 -qarch=auto -O3"
+      ATP_LDOPTS="-qfree=f90 -qsuffix=f=f90:cpp=F90 -qarch=auto"
+      ATP_LIBS="-llapack -lessl"
+      ;;
+
+    *)
+      ATP_FCOPTS="-O2"
+      ATP_LDOPTS=""
+      ATP_LIBS=""
+      ;;
+
+  esac
+
+
+
+
+
+
+                    # ------------------------------------ #
+
+#
+# Libtool configuration
+#
+
+# Initialize Libtool
+case `pwd` in
+  *\ * | *\	*)
+    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
+$as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
+esac
+
+
+
+macro_version='2.4.2'
+macro_revision='1.3337'
+
+
+
+
+
+
+
+
+
+
+
+
+
+ltmain="$ac_aux_dir/ltmain.sh"
+
+# Backslashify metacharacters that are still active within
+# double-quoted strings.
+sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
+
+# Same as above, but do not quote variable references.
+double_quote_subst='s/\(["`\\]\)/\\\1/g'
+
+# Sed substitution to delay expansion of an escaped shell variable in a
+# double_quote_subst'ed string.
+delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
+
+# Sed substitution to delay expansion of an escaped single quote.
+delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
+
+# Sed substitution to avoid accidental globbing in evaled expressions
+no_glob_subst='s/\*/\\\*/g'
+
+ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
+ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
+ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
+
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
+$as_echo_n "checking how to print strings... " >&6; }
+# Test print first, because it will be a builtin if present.
+if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \
+   test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
+  ECHO='print -r --'
+elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
+  ECHO='printf %s\n'
+else
+  # Use this function as a fallback that always works.
+  func_fallback_echo ()
+  {
+    eval 'cat <<_LTECHO_EOF
+$1
+_LTECHO_EOF'
+  }
+  ECHO='func_fallback_echo'
+fi
+
+# func_echo_all arg...
+# Invoke $ECHO with all args, space-separated.
+func_echo_all ()
+{
+    $ECHO ""
+}
+
+case "$ECHO" in
+  printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
+$as_echo "printf" >&6; } ;;
+  print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
+$as_echo "print -r" >&6; } ;;
+  *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
+$as_echo "cat" >&6; } ;;
+esac
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+DEPDIR="${am__leading_dot}deps"
+
+ac_config_commands="$ac_config_commands depfiles"
+
+
+am_make=${MAKE-make}
+cat > confinc << 'END'
+am__doit:
+	@echo this is the am__doit target
+.PHONY: am__doit
+END
+# If we don't find an include directive, just comment out the code.
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5
+$as_echo_n "checking for style of include used by $am_make... " >&6; }
+am__include="#"
+am__quote=
+_am_result=none
+# First try GNU make style include.
+echo "include confinc" > confmf
+# Ignore all kinds of additional output from 'make'.
+case `$am_make -s -f confmf 2> /dev/null` in #(
+*the\ am__doit\ target*)
+  am__include=include
+  am__quote=
+  _am_result=GNU
+  ;;
+esac
+# Now try BSD make style include.
+if test "$am__include" = "#"; then
+   echo '.include "confinc"' > confmf
+   case `$am_make -s -f confmf 2> /dev/null` in #(
+   *the\ am__doit\ target*)
+     am__include=.include
+     am__quote="\""
+     _am_result=BSD
+     ;;
+   esac
+fi
+
+
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
+$as_echo "$_am_result" >&6; }
+rm -f confinc confmf
+
+# Check whether --enable-dependency-tracking was given.
+if test "${enable_dependency_tracking+set}" = set; then :
+  enableval=$enable_dependency_tracking;
+fi
+
+if test "x$enable_dependency_tracking" != xno; then
+  am_depcomp="$ac_aux_dir/depcomp"
+  AMDEPBACKSLASH='\'
+  am__nodep='_no'
+fi
+ if test "x$enable_dependency_tracking" != xno; then
+  AMDEP_TRUE=
+  AMDEP_FALSE='#'
+else
+  AMDEP_TRUE='#'
+  AMDEP_FALSE=
+fi
+
+
+ac_ext=c
+ac_cpp='$CPP $CPPFLAGS'
+ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
+ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
+ac_compiler_gnu=$ac_cv_c_compiler_gnu
+if test -n "$ac_tool_prefix"; then
+  # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
+set dummy ${ac_tool_prefix}gcc; ac_word=$2
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+$as_echo_n "checking for $ac_word... " >&6; }
+if ${ac_cv_prog_CC+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  if test -n "$CC"; then
+  ac_cv_prog_CC="$CC" # Let the user override the test.
+else
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH
+do
+  IFS=$as_save_IFS
+  test -z "$as_dir" && as_dir=.
+    for ac_exec_ext in '' $ac_executable_extensions; do
+  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+    ac_cv_prog_CC="${ac_tool_prefix}gcc"
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+    break 2
+  fi
+done
+  done
+IFS=$as_save_IFS
+
+fi
+fi
+CC=$ac_cv_prog_CC
+if test -n "$CC"; then
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
+$as_echo "$CC" >&6; }
+else
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+fi
+
+
+fi
+if test -z "$ac_cv_prog_CC"; then
+  ac_ct_CC=$CC
+  # Extract the first word of "gcc", so it can be a program name with args.
+set dummy gcc; ac_word=$2
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+$as_echo_n "checking for $ac_word... " >&6; }
+if ${ac_cv_prog_ac_ct_CC+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  if test -n "$ac_ct_CC"; then
+  ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
+else
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH
+do
+  IFS=$as_save_IFS
+  test -z "$as_dir" && as_dir=.
+    for ac_exec_ext in '' $ac_executable_extensions; do
+  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+    ac_cv_prog_ac_ct_CC="gcc"
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+    break 2
+  fi
+done
+  done
+IFS=$as_save_IFS
+
+fi
+fi
+ac_ct_CC=$ac_cv_prog_ac_ct_CC
+if test -n "$ac_ct_CC"; then
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
+$as_echo "$ac_ct_CC" >&6; }
+else
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+fi
+
+  if test "x$ac_ct_CC" = x; then
+    CC=""
+  else
+    case $cross_compiling:$ac_tool_warned in
+yes:)
+{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
+$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
+ac_tool_warned=yes ;;
+esac
+    CC=$ac_ct_CC
+  fi
+else
+  CC="$ac_cv_prog_CC"
+fi
+
+if test -z "$CC"; then
+          if test -n "$ac_tool_prefix"; then
+    # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
+set dummy ${ac_tool_prefix}cc; ac_word=$2
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+$as_echo_n "checking for $ac_word... " >&6; }
+if ${ac_cv_prog_CC+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  if test -n "$CC"; then
+  ac_cv_prog_CC="$CC" # Let the user override the test.
+else
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH
+do
+  IFS=$as_save_IFS
+  test -z "$as_dir" && as_dir=.
+    for ac_exec_ext in '' $ac_executable_extensions; do
+  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+    ac_cv_prog_CC="${ac_tool_prefix}cc"
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+    break 2
+  fi
+done
+  done
+IFS=$as_save_IFS
+
+fi
+fi
+CC=$ac_cv_prog_CC
+if test -n "$CC"; then
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
+$as_echo "$CC" >&6; }
+else
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+fi
+
+
+  fi
+fi
+if test -z "$CC"; then
+  # Extract the first word of "cc", so it can be a program name with args.
+set dummy cc; ac_word=$2
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+$as_echo_n "checking for $ac_word... " >&6; }
+if ${ac_cv_prog_CC+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  if test -n "$CC"; then
+  ac_cv_prog_CC="$CC" # Let the user override the test.
+else
+  ac_prog_rejected=no
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH
+do
+  IFS=$as_save_IFS
+  test -z "$as_dir" && as_dir=.
+    for ac_exec_ext in '' $ac_executable_extensions; do
+  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+    if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
+       ac_prog_rejected=yes
+       continue
+     fi
+    ac_cv_prog_CC="cc"
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+    break 2
+  fi
+done
+  done
+IFS=$as_save_IFS
+
+if test $ac_prog_rejected = yes; then
+  # We found a bogon in the path, so make sure we never use it.
+  set dummy $ac_cv_prog_CC
+  shift
+  if test $# != 0; then
+    # We chose a different compiler from the bogus one.
+    # However, it has the same basename, so the bogon will be chosen
+    # first if we set CC to just the basename; use the full file name.
+    shift
+    ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
+  fi
+fi
+fi
+fi
+CC=$ac_cv_prog_CC
+if test -n "$CC"; then
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
+$as_echo "$CC" >&6; }
+else
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+fi
+
+
+fi
+if test -z "$CC"; then
+  if test -n "$ac_tool_prefix"; then
+  for ac_prog in cl.exe
+  do
+    # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
+set dummy $ac_tool_prefix$ac_prog; ac_word=$2
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+$as_echo_n "checking for $ac_word... " >&6; }
+if ${ac_cv_prog_CC+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  if test -n "$CC"; then
+  ac_cv_prog_CC="$CC" # Let the user override the test.
+else
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH
+do
+  IFS=$as_save_IFS
+  test -z "$as_dir" && as_dir=.
+    for ac_exec_ext in '' $ac_executable_extensions; do
+  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+    ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+    break 2
+  fi
+done
+  done
+IFS=$as_save_IFS
+
+fi
+fi
+CC=$ac_cv_prog_CC
+if test -n "$CC"; then
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
+$as_echo "$CC" >&6; }
+else
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+fi
+
+
+    test -n "$CC" && break
+  done
+fi
+if test -z "$CC"; then
+  ac_ct_CC=$CC
+  for ac_prog in cl.exe
+do
+  # Extract the first word of "$ac_prog", so it can be a program name with args.
+set dummy $ac_prog; ac_word=$2
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+$as_echo_n "checking for $ac_word... " >&6; }
+if ${ac_cv_prog_ac_ct_CC+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  if test -n "$ac_ct_CC"; then
+  ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
+else
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH
+do
+  IFS=$as_save_IFS
+  test -z "$as_dir" && as_dir=.
+    for ac_exec_ext in '' $ac_executable_extensions; do
+  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+    ac_cv_prog_ac_ct_CC="$ac_prog"
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+    break 2
+  fi
+done
+  done
+IFS=$as_save_IFS
+
+fi
+fi
+ac_ct_CC=$ac_cv_prog_ac_ct_CC
+if test -n "$ac_ct_CC"; then
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
+$as_echo "$ac_ct_CC" >&6; }
+else
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+fi
+
+
+  test -n "$ac_ct_CC" && break
+done
+
+  if test "x$ac_ct_CC" = x; then
+    CC=""
+  else
+    case $cross_compiling:$ac_tool_warned in
+yes:)
+{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
+$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
+ac_tool_warned=yes ;;
+esac
+    CC=$ac_ct_CC
+  fi
+fi
+
+fi
+
+
+test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
+as_fn_error $? "no acceptable C compiler found in \$PATH
+See \`config.log' for more details" "$LINENO" 5; }
+
+# Provide some information about the compiler.
+$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
+set X $ac_compile
+ac_compiler=$2
+for ac_option in --version -v -V -qversion; do
+  { { ac_try="$ac_compiler $ac_option >&5"
+case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
+$as_echo "$ac_try_echo"; } >&5
+  (eval "$ac_compiler $ac_option >&5") 2>conftest.err
+  ac_status=$?
+  if test -s conftest.err; then
+    sed '10a\
+... rest of stderr output deleted ...
+         10q' conftest.err >conftest.er1
+    cat conftest.er1 >&5
+  fi
+  rm -f conftest.er1 conftest.err
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+  test $ac_status = 0; }
+done
+
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
+$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
+if ${ac_cv_c_compiler_gnu+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+int
+main ()
+{
+#ifndef __GNUC__
+       choke me
+#endif
+
+  ;
+  return 0;
+}
+_ACEOF
+if ac_fn_c_try_compile "$LINENO"; then :
+  ac_compiler_gnu=yes
+else
+  ac_compiler_gnu=no
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+ac_cv_c_compiler_gnu=$ac_compiler_gnu
+
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
+$as_echo "$ac_cv_c_compiler_gnu" >&6; }
+if test $ac_compiler_gnu = yes; then
+  GCC=yes
+else
+  GCC=
+fi
+ac_test_CFLAGS=${CFLAGS+set}
+ac_save_CFLAGS=$CFLAGS
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
+$as_echo_n "checking whether $CC accepts -g... " >&6; }
+if ${ac_cv_prog_cc_g+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  ac_save_c_werror_flag=$ac_c_werror_flag
+   ac_c_werror_flag=yes
+   ac_cv_prog_cc_g=no
+   CFLAGS="-g"
+   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+int
+main ()
+{
+
+  ;
+  return 0;
+}
+_ACEOF
+if ac_fn_c_try_compile "$LINENO"; then :
+  ac_cv_prog_cc_g=yes
+else
+  CFLAGS=""
+      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+int
+main ()
+{
+
+  ;
+  return 0;
+}
+_ACEOF
+if ac_fn_c_try_compile "$LINENO"; then :
+
+else
+  ac_c_werror_flag=$ac_save_c_werror_flag
+	 CFLAGS="-g"
+	 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+int
+main ()
+{
+
+  ;
+  return 0;
+}
+_ACEOF
+if ac_fn_c_try_compile "$LINENO"; then :
+  ac_cv_prog_cc_g=yes
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+   ac_c_werror_flag=$ac_save_c_werror_flag
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
+$as_echo "$ac_cv_prog_cc_g" >&6; }
+if test "$ac_test_CFLAGS" = set; then
+  CFLAGS=$ac_save_CFLAGS
+elif test $ac_cv_prog_cc_g = yes; then
+  if test "$GCC" = yes; then
+    CFLAGS="-g -O2"
+  else
+    CFLAGS="-g"
+  fi
+else
+  if test "$GCC" = yes; then
+    CFLAGS="-O2"
+  else
+    CFLAGS=
+  fi
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
+$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
+if ${ac_cv_prog_cc_c89+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  ac_cv_prog_cc_c89=no
+ac_save_CC=$CC
+cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+#include <stdarg.h>
+#include <stdio.h>
+struct stat;
+/* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
+struct buf { int x; };
+FILE * (*rcsopen) (struct buf *, struct stat *, int);
+static char *e (p, i)
+     char **p;
+     int i;
+{
+  return p[i];
+}
+static char *f (char * (*g) (char **, int), char **p, ...)
+{
+  char *s;
+  va_list v;
+  va_start (v,p);
+  s = g (p, va_arg (v,int));
+  va_end (v);
+  return s;
+}
+
+/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has
+   function prototypes and stuff, but not '\xHH' hex character constants.
+   These don't provoke an error unfortunately, instead are silently treated
+   as 'x'.  The following induces an error, until -std is added to get
+   proper ANSI mode.  Curiously '\x00'!='x' always comes out true, for an
+   array size at least.  It's necessary to write '\x00'==0 to get something
+   that's true only with -std.  */
+int osf4_cc_array ['\x00' == 0 ? 1 : -1];
+
+/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
+   inside strings and character constants.  */
+#define FOO(x) 'x'
+int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
+
+int test (int i, double x);
+struct s1 {int (*f) (int a);};
+struct s2 {int (*f) (double a);};
+int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
+int argc;
+char **argv;
+int
+main ()
+{
+return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
+  ;
+  return 0;
+}
+_ACEOF
+for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
+	-Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
+do
+  CC="$ac_save_CC $ac_arg"
+  if ac_fn_c_try_compile "$LINENO"; then :
+  ac_cv_prog_cc_c89=$ac_arg
+fi
+rm -f core conftest.err conftest.$ac_objext
+  test "x$ac_cv_prog_cc_c89" != "xno" && break
+done
+rm -f conftest.$ac_ext
+CC=$ac_save_CC
+
+fi
+# AC_CACHE_VAL
+case "x$ac_cv_prog_cc_c89" in
+  x)
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
+$as_echo "none needed" >&6; } ;;
+  xno)
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
+$as_echo "unsupported" >&6; } ;;
+  *)
+    CC="$CC $ac_cv_prog_cc_c89"
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
+$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
+esac
+if test "x$ac_cv_prog_cc_c89" != xno; then :
+
+fi
+
+ac_ext=c
+ac_cpp='$CPP $CPPFLAGS'
+ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
+ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
+ac_compiler_gnu=$ac_cv_c_compiler_gnu
+
+depcc="$CC"   am_compiler_list=
+
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
+$as_echo_n "checking dependency style of $depcc... " >&6; }
+if ${am_cv_CC_dependencies_compiler_type+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
+  # We make a subdir and do the tests there.  Otherwise we can end up
+  # making bogus files that we don't know about and never remove.  For
+  # instance it was reported that on HP-UX the gcc test will end up
+  # making a dummy file named 'D' -- because '-MD' means "put the output
+  # in D".
+  rm -rf conftest.dir
+  mkdir conftest.dir
+  # Copy depcomp to subdir because otherwise we won't find it if we're
+  # using a relative directory.
+  cp "$am_depcomp" conftest.dir
+  cd conftest.dir
+  # We will build objects and dependencies in a subdirectory because
+  # it helps to detect inapplicable dependency modes.  For instance
+  # both Tru64's cc and ICC support -MD to output dependencies as a
+  # side effect of compilation, but ICC will put the dependencies in
+  # the current directory while Tru64 will put them in the object
+  # directory.
+  mkdir sub
+
+  am_cv_CC_dependencies_compiler_type=none
+  if test "$am_compiler_list" = ""; then
+     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
+  fi
+  am__universal=false
+  case " $depcc " in #(
+     *\ -arch\ *\ -arch\ *) am__universal=true ;;
+     esac
+
+  for depmode in $am_compiler_list; do
+    # Setup a source with many dependencies, because some compilers
+    # like to wrap large dependency lists on column 80 (with \), and
+    # we should not choose a depcomp mode which is confused by this.
+    #
+    # We need to recreate these files for each test, as the compiler may
+    # overwrite some of them when testing with obscure command lines.
+    # This happens at least with the AIX C compiler.
+    : > sub/conftest.c
+    for i in 1 2 3 4 5 6; do
+      echo '#include "conftst'$i'.h"' >> sub/conftest.c
+      # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
+      # Solaris 10 /bin/sh.
+      echo '/* dummy */' > sub/conftst$i.h
+    done
+    echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
+
+    # We check with '-c' and '-o' for the sake of the "dashmstdout"
+    # mode.  It turns out that the SunPro C++ compiler does not properly
+    # handle '-M -o', and we need to detect this.  Also, some Intel
+    # versions had trouble with output in subdirs.
+    am__obj=sub/conftest.${OBJEXT-o}
+    am__minus_obj="-o $am__obj"
+    case $depmode in
+    gcc)
+      # This depmode causes a compiler race in universal mode.
+      test "$am__universal" = false || continue
+      ;;
+    nosideeffect)
+      # After this tag, mechanisms are not by side-effect, so they'll
+      # only be used when explicitly requested.
+      if test "x$enable_dependency_tracking" = xyes; then
+	continue
+      else
+	break
+      fi
+      ;;
+    msvc7 | msvc7msys | msvisualcpp | msvcmsys)
+      # This compiler won't grok '-c -o', but also, the minuso test has
+      # not run yet.  These depmodes are late enough in the game, and
+      # so weak that their functioning should not be impacted.
+      am__obj=conftest.${OBJEXT-o}
+      am__minus_obj=
+      ;;
+    none) break ;;
+    esac
+    if depmode=$depmode \
+       source=sub/conftest.c object=$am__obj \
+       depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
+       $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
+         >/dev/null 2>conftest.err &&
+       grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
+       grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
+       grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
+       ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
+      # icc doesn't choke on unknown options, it will just issue warnings
+      # or remarks (even with -Werror).  So we grep stderr for any message
+      # that says an option was ignored or not supported.
+      # When given -MP, icc 7.0 and 7.1 complain thusly:
+      #   icc: Command line warning: ignoring option '-M'; no argument required
+      # The diagnosis changed in icc 8.0:
+      #   icc: Command line remark: option '-MP' not supported
+      if (grep 'ignoring option' conftest.err ||
+          grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
+        am_cv_CC_dependencies_compiler_type=$depmode
+        break
+      fi
+    fi
+  done
+
+  cd ..
+  rm -rf conftest.dir
+else
+  am_cv_CC_dependencies_compiler_type=none
+fi
+
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
+$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
+CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
+
+ if
+  test "x$enable_dependency_tracking" != xno \
+  && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
+  am__fastdepCC_TRUE=
+  am__fastdepCC_FALSE='#'
+else
+  am__fastdepCC_TRUE='#'
+  am__fastdepCC_FALSE=
+fi
+
+
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
+$as_echo_n "checking for a sed that does not truncate output... " >&6; }
+if ${ac_cv_path_SED+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+            ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
+     for ac_i in 1 2 3 4 5 6 7; do
+       ac_script="$ac_script$as_nl$ac_script"
+     done
+     echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
+     { ac_script=; unset ac_script;}
+     if test -z "$SED"; then
+  ac_path_SED_found=false
+  # Loop through the user's path and test for each of PROGNAME-LIST
+  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH
+do
+  IFS=$as_save_IFS
+  test -z "$as_dir" && as_dir=.
+    for ac_prog in sed gsed; do
+    for ac_exec_ext in '' $ac_executable_extensions; do
+      ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
+      as_fn_executable_p "$ac_path_SED" || continue
+# Check for GNU ac_path_SED and select it if it is found.
+  # Check for GNU $ac_path_SED
+case `"$ac_path_SED" --version 2>&1` in
+*GNU*)
+  ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
+*)
+  ac_count=0
+  $as_echo_n 0123456789 >"conftest.in"
+  while :
+  do
+    cat "conftest.in" "conftest.in" >"conftest.tmp"
+    mv "conftest.tmp" "conftest.in"
+    cp "conftest.in" "conftest.nl"
+    $as_echo '' >> "conftest.nl"
+    "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
+    diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
+    as_fn_arith $ac_count + 1 && ac_count=$as_val
+    if test $ac_count -gt ${ac_path_SED_max-0}; then
+      # Best one so far, save it but keep looking for a better one
+      ac_cv_path_SED="$ac_path_SED"
+      ac_path_SED_max=$ac_count
+    fi
+    # 10*(2^10) chars as input seems more than enough
+    test $ac_count -gt 10 && break
+  done
+  rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
+esac
+
+      $ac_path_SED_found && break 3
+    done
+  done
+  done
+IFS=$as_save_IFS
+  if test -z "$ac_cv_path_SED"; then
+    as_fn_error $? "no acceptable sed could be found in \$PATH" "$LINENO" 5
+  fi
+else
+  ac_cv_path_SED=$SED
+fi
+
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
+$as_echo "$ac_cv_path_SED" >&6; }
+ SED="$ac_cv_path_SED"
+  rm -f conftest.sed
+
+test -z "$SED" && SED=sed
+Xsed="$SED -e 1s/^X//"
+
+
+
+
+
+
+
+
+
+
+
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
+$as_echo_n "checking for fgrep... " >&6; }
+if ${ac_cv_path_FGREP+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
+   then ac_cv_path_FGREP="$GREP -F"
+   else
+     if test -z "$FGREP"; then
+  ac_path_FGREP_found=false
+  # Loop through the user's path and test for each of PROGNAME-LIST
+  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
+do
+  IFS=$as_save_IFS
+  test -z "$as_dir" && as_dir=.
+    for ac_prog in fgrep; do
+    for ac_exec_ext in '' $ac_executable_extensions; do
+      ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
+      as_fn_executable_p "$ac_path_FGREP" || continue
+# Check for GNU ac_path_FGREP and select it if it is found.
+  # Check for GNU $ac_path_FGREP
+case `"$ac_path_FGREP" --version 2>&1` in
+*GNU*)
+  ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
+*)
+  ac_count=0
+  $as_echo_n 0123456789 >"conftest.in"
+  while :
+  do
+    cat "conftest.in" "conftest.in" >"conftest.tmp"
+    mv "conftest.tmp" "conftest.in"
+    cp "conftest.in" "conftest.nl"
+    $as_echo 'FGREP' >> "conftest.nl"
+    "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
+    diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
+    as_fn_arith $ac_count + 1 && ac_count=$as_val
+    if test $ac_count -gt ${ac_path_FGREP_max-0}; then
+      # Best one so far, save it but keep looking for a better one
+      ac_cv_path_FGREP="$ac_path_FGREP"
+      ac_path_FGREP_max=$ac_count
+    fi
+    # 10*(2^10) chars as input seems more than enough
+    test $ac_count -gt 10 && break
+  done
+  rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
+esac
+
+      $ac_path_FGREP_found && break 3
+    done
+  done
+  done
+IFS=$as_save_IFS
+  if test -z "$ac_cv_path_FGREP"; then
+    as_fn_error $? "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
+  fi
+else
+  ac_cv_path_FGREP=$FGREP
+fi
+
+   fi
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
+$as_echo "$ac_cv_path_FGREP" >&6; }
+ FGREP="$ac_cv_path_FGREP"
+
+
+test -z "$GREP" && GREP=grep
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+# Check whether --with-gnu-ld was given.
+if test "${with_gnu_ld+set}" = set; then :
+  withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
+else
+  with_gnu_ld=no
+fi
+
+ac_prog=ld
+if test "$GCC" = yes; then
+  # Check if gcc -print-prog-name=ld gives a path.
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
+$as_echo_n "checking for ld used by $CC... " >&6; }
+  case $host in
+  *-*-mingw*)
+    # gcc leaves a trailing carriage return which upsets mingw
+    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
+  *)
+    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
+  esac
+  case $ac_prog in
+    # Accept absolute paths.
+    [\\/]* | ?:[\\/]*)
+      re_direlt='/[^/][^/]*/\.\./'
+      # Canonicalize the pathname of ld
+      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
+      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
+	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
+      done
+      test -z "$LD" && LD="$ac_prog"
+      ;;
+  "")
+    # If it fails, then pretend we aren't using GCC.
+    ac_prog=ld
+    ;;
+  *)
+    # If it is relative, then search for the first ld in PATH.
+    with_gnu_ld=unknown
+    ;;
+  esac
+elif test "$with_gnu_ld" = yes; then
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
+$as_echo_n "checking for GNU ld... " >&6; }
+else
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
+$as_echo_n "checking for non-GNU ld... " >&6; }
+fi
+if ${lt_cv_path_LD+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  if test -z "$LD"; then
+  lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
+  for ac_dir in $PATH; do
+    IFS="$lt_save_ifs"
+    test -z "$ac_dir" && ac_dir=.
+    if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
+      lt_cv_path_LD="$ac_dir/$ac_prog"
+      # Check to see if the program is GNU ld.  I'd rather use --version,
+      # but apparently some variants of GNU ld only accept -v.
+      # Break only if it was the GNU/non-GNU ld that we prefer.
+      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
+      *GNU* | *'with BFD'*)
+	test "$with_gnu_ld" != no && break
+	;;
+      *)
+	test "$with_gnu_ld" != yes && break
+	;;
+      esac
+    fi
+  done
+  IFS="$lt_save_ifs"
+else
+  lt_cv_path_LD="$LD" # Let the user override the test with a path.
+fi
+fi
+
+LD="$lt_cv_path_LD"
+if test -n "$LD"; then
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
+$as_echo "$LD" >&6; }
+else
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+fi
+test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
+$as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
+if ${lt_cv_prog_gnu_ld+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  # I'd rather use --version here, but apparently some GNU lds only accept -v.
+case `$LD -v 2>&1 </dev/null` in
+*GNU* | *'with BFD'*)
+  lt_cv_prog_gnu_ld=yes
+  ;;
+*)
+  lt_cv_prog_gnu_ld=no
+  ;;
+esac
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
+$as_echo "$lt_cv_prog_gnu_ld" >&6; }
+with_gnu_ld=$lt_cv_prog_gnu_ld
+
+
+
+
+
+
+
+
+
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
+$as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
+if ${lt_cv_path_NM+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  if test -n "$NM"; then
+  # Let the user override the test.
+  lt_cv_path_NM="$NM"
+else
+  lt_nm_to_check="${ac_tool_prefix}nm"
+  if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
+    lt_nm_to_check="$lt_nm_to_check nm"
+  fi
+  for lt_tmp_nm in $lt_nm_to_check; do
+    lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
+    for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
+      IFS="$lt_save_ifs"
+      test -z "$ac_dir" && ac_dir=.
+      tmp_nm="$ac_dir/$lt_tmp_nm"
+      if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
+	# Check to see if the nm accepts a BSD-compat flag.
+	# Adding the `sed 1q' prevents false positives on HP-UX, which says:
+	#   nm: unknown option "B" ignored
+	# Tru64's nm complains that /dev/null is an invalid object file
+	case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
+	*/dev/null* | *'Invalid file or object type'*)
+	  lt_cv_path_NM="$tmp_nm -B"
+	  break
+	  ;;
+	*)
+	  case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
+	  */dev/null*)
+	    lt_cv_path_NM="$tmp_nm -p"
+	    break
+	    ;;
+	  *)
+	    lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
+	    continue # so that we can try to find one that supports BSD flags
+	    ;;
+	  esac
+	  ;;
+	esac
+      fi
+    done
+    IFS="$lt_save_ifs"
+  done
+  : ${lt_cv_path_NM=no}
+fi
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
+$as_echo "$lt_cv_path_NM" >&6; }
+if test "$lt_cv_path_NM" != "no"; then
+  NM="$lt_cv_path_NM"
+else
+  # Didn't find any BSD compatible name lister, look for dumpbin.
+  if test -n "$DUMPBIN"; then :
+    # Let the user override the test.
+  else
+    if test -n "$ac_tool_prefix"; then
+  for ac_prog in dumpbin "link -dump"
+  do
+    # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
+set dummy $ac_tool_prefix$ac_prog; ac_word=$2
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+$as_echo_n "checking for $ac_word... " >&6; }
+if ${ac_cv_prog_DUMPBIN+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  if test -n "$DUMPBIN"; then
+  ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
+else
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH
+do
+  IFS=$as_save_IFS
+  test -z "$as_dir" && as_dir=.
+    for ac_exec_ext in '' $ac_executable_extensions; do
+  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+    ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+    break 2
+  fi
+done
+  done
+IFS=$as_save_IFS
+
+fi
+fi
+DUMPBIN=$ac_cv_prog_DUMPBIN
+if test -n "$DUMPBIN"; then
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
+$as_echo "$DUMPBIN" >&6; }
+else
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+fi
+
+
+    test -n "$DUMPBIN" && break
+  done
+fi
+if test -z "$DUMPBIN"; then
+  ac_ct_DUMPBIN=$DUMPBIN
+  for ac_prog in dumpbin "link -dump"
+do
+  # Extract the first word of "$ac_prog", so it can be a program name with args.
+set dummy $ac_prog; ac_word=$2
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+$as_echo_n "checking for $ac_word... " >&6; }
+if ${ac_cv_prog_ac_ct_DUMPBIN+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  if test -n "$ac_ct_DUMPBIN"; then
+  ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
+else
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH
+do
+  IFS=$as_save_IFS
+  test -z "$as_dir" && as_dir=.
+    for ac_exec_ext in '' $ac_executable_extensions; do
+  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+    ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+    break 2
+  fi
+done
+  done
+IFS=$as_save_IFS
+
+fi
+fi
+ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
+if test -n "$ac_ct_DUMPBIN"; then
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
+$as_echo "$ac_ct_DUMPBIN" >&6; }
+else
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+fi
+
+
+  test -n "$ac_ct_DUMPBIN" && break
+done
+
+  if test "x$ac_ct_DUMPBIN" = x; then
+    DUMPBIN=":"
+  else
+    case $cross_compiling:$ac_tool_warned in
+yes:)
+{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
+$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
+ac_tool_warned=yes ;;
+esac
+    DUMPBIN=$ac_ct_DUMPBIN
+  fi
+fi
+
+    case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
+    *COFF*)
+      DUMPBIN="$DUMPBIN -symbols"
+      ;;
+    *)
+      DUMPBIN=:
+      ;;
+    esac
+  fi
+
+  if test "$DUMPBIN" != ":"; then
+    NM="$DUMPBIN"
+  fi
+fi
+test -z "$NM" && NM=nm
+
+
+
+
+
+
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
+$as_echo_n "checking the name lister ($NM) interface... " >&6; }
+if ${lt_cv_nm_interface+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  lt_cv_nm_interface="BSD nm"
+  echo "int some_variable = 0;" > conftest.$ac_ext
+  (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
+  (eval "$ac_compile" 2>conftest.err)
+  cat conftest.err >&5
+  (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
+  (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
+  cat conftest.err >&5
+  (eval echo "\"\$as_me:$LINENO: output\"" >&5)
+  cat conftest.out >&5
+  if $GREP 'External.*some_variable' conftest.out > /dev/null; then
+    lt_cv_nm_interface="MS dumpbin"
+  fi
+  rm -f conftest*
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
+$as_echo "$lt_cv_nm_interface" >&6; }
+
+# find the maximum length of command line arguments
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
+$as_echo_n "checking the maximum length of command line arguments... " >&6; }
+if ${lt_cv_sys_max_cmd_len+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+    i=0
+  teststring="ABCD"
+
+  case $build_os in
+  msdosdjgpp*)
+    # On DJGPP, this test can blow up pretty badly due to problems in libc
+    # (any single argument exceeding 2000 bytes causes a buffer overrun
+    # during glob expansion).  Even if it were fixed, the result of this
+    # check would be larger than it should be.
+    lt_cv_sys_max_cmd_len=12288;    # 12K is about right
+    ;;
+
+  gnu*)
+    # Under GNU Hurd, this test is not required because there is
+    # no limit to the length of command line arguments.
+    # Libtool will interpret -1 as no limit whatsoever
+    lt_cv_sys_max_cmd_len=-1;
+    ;;
+
+  cygwin* | mingw* | cegcc*)
+    # On Win9x/ME, this test blows up -- it succeeds, but takes
+    # about 5 minutes as the teststring grows exponentially.
+    # Worse, since 9x/ME are not pre-emptively multitasking,
+    # you end up with a "frozen" computer, even though with patience
+    # the test eventually succeeds (with a max line length of 256k).
+    # Instead, let's just punt: use the minimum linelength reported by
+    # all of the supported platforms: 8192 (on NT/2K/XP).
+    lt_cv_sys_max_cmd_len=8192;
+    ;;
+
+  mint*)
+    # On MiNT this can take a long time and run out of memory.
+    lt_cv_sys_max_cmd_len=8192;
+    ;;
+
+  amigaos*)
+    # On AmigaOS with pdksh, this test takes hours, literally.
+    # So we just punt and use a minimum line length of 8192.
+    lt_cv_sys_max_cmd_len=8192;
+    ;;
+
+  netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
+    # This has been around since 386BSD, at least.  Likely further.
+    if test -x /sbin/sysctl; then
+      lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
+    elif test -x /usr/sbin/sysctl; then
+      lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
+    else
+      lt_cv_sys_max_cmd_len=65536	# usable default for all BSDs
+    fi
+    # And add a safety zone
+    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
+    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
+    ;;
+
+  interix*)
+    # We know the value 262144 and hardcode it with a safety zone (like BSD)
+    lt_cv_sys_max_cmd_len=196608
+    ;;
+
+  os2*)
+    # The test takes a long time on OS/2.
+    lt_cv_sys_max_cmd_len=8192
+    ;;
+
+  osf*)
+    # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
+    # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
+    # nice to cause kernel panics so lets avoid the loop below.
+    # First set a reasonable default.
+    lt_cv_sys_max_cmd_len=16384
+    #
+    if test -x /sbin/sysconfig; then
+      case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
+        *1*) lt_cv_sys_max_cmd_len=-1 ;;
+      esac
+    fi
+    ;;
+  sco3.2v5*)
+    lt_cv_sys_max_cmd_len=102400
+    ;;
+  sysv5* | sco5v6* | sysv4.2uw2*)
+    kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
+    if test -n "$kargmax"; then
+      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[	 ]//'`
+    else
+      lt_cv_sys_max_cmd_len=32768
+    fi
+    ;;
+  *)
+    lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
+    if test -n "$lt_cv_sys_max_cmd_len"; then
+      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
+      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
+    else
+      # Make teststring a little bigger before we do anything with it.
+      # a 1K string should be a reasonable start.
+      for i in 1 2 3 4 5 6 7 8 ; do
+        teststring=$teststring$teststring
+      done
+      SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
+      # If test is not a shell built-in, we'll probably end up computing a
+      # maximum length that is only half of the actual maximum length, but
+      # we can't tell.
+      while { test "X"`env echo "$teststring$teststring" 2>/dev/null` \
+	         = "X$teststring$teststring"; } >/dev/null 2>&1 &&
+	      test $i != 17 # 1/2 MB should be enough
+      do
+        i=`expr $i + 1`
+        teststring=$teststring$teststring
+      done
+      # Only check the string length outside the loop.
+      lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
+      teststring=
+      # Add a significant safety factor because C++ compilers can tack on
+      # massive amounts of additional arguments before passing them to the
+      # linker.  It appears as though 1/2 is a usable value.
+      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
+    fi
+    ;;
+  esac
+
+fi
+
+if test -n $lt_cv_sys_max_cmd_len ; then
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
+$as_echo "$lt_cv_sys_max_cmd_len" >&6; }
+else
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
+$as_echo "none" >&6; }
+fi
+max_cmd_len=$lt_cv_sys_max_cmd_len
+
+
+
+
+
+
+: ${CP="cp -f"}
+: ${MV="mv -f"}
+: ${RM="rm -f"}
+
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
+$as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
+# Try some XSI features
+xsi_shell=no
+( _lt_dummy="a/b/c"
+  test "${_lt_dummy##*/},${_lt_dummy%/*},${_lt_dummy#??}"${_lt_dummy%"$_lt_dummy"}, \
+      = c,a/b,b/c, \
+    && eval 'test $(( 1 + 1 )) -eq 2 \
+    && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
+  && xsi_shell=yes
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
+$as_echo "$xsi_shell" >&6; }
+
+
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
+$as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
+lt_shell_append=no
+( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
+    >/dev/null 2>&1 \
+  && lt_shell_append=yes
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
+$as_echo "$lt_shell_append" >&6; }
+
+
+if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
+  lt_unset=unset
+else
+  lt_unset=false
+fi
+
+
+
+
+
+# test EBCDIC or ASCII
+case `echo X|tr X '\101'` in
+ A) # ASCII based system
+    # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
+  lt_SP2NL='tr \040 \012'
+  lt_NL2SP='tr \015\012 \040\040'
+  ;;
+ *) # EBCDIC based system
+  lt_SP2NL='tr \100 \n'
+  lt_NL2SP='tr \r\n \100\100'
+  ;;
+esac
+
+
+
+
+
+
+
+
+
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to convert $build file names to $host format" >&5
+$as_echo_n "checking how to convert $build file names to $host format... " >&6; }
+if ${lt_cv_to_host_file_cmd+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  case $host in
+  *-*-mingw* )
+    case $build in
+      *-*-mingw* ) # actually msys
+        lt_cv_to_host_file_cmd=func_convert_file_msys_to_w32
+        ;;
+      *-*-cygwin* )
+        lt_cv_to_host_file_cmd=func_convert_file_cygwin_to_w32
+        ;;
+      * ) # otherwise, assume *nix
+        lt_cv_to_host_file_cmd=func_convert_file_nix_to_w32
+        ;;
+    esac
+    ;;
+  *-*-cygwin* )
+    case $build in
+      *-*-mingw* ) # actually msys
+        lt_cv_to_host_file_cmd=func_convert_file_msys_to_cygwin
+        ;;
+      *-*-cygwin* )
+        lt_cv_to_host_file_cmd=func_convert_file_noop
+        ;;
+      * ) # otherwise, assume *nix
+        lt_cv_to_host_file_cmd=func_convert_file_nix_to_cygwin
+        ;;
+    esac
+    ;;
+  * ) # unhandled hosts (and "normal" native builds)
+    lt_cv_to_host_file_cmd=func_convert_file_noop
+    ;;
+esac
+
+fi
+
+to_host_file_cmd=$lt_cv_to_host_file_cmd
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_to_host_file_cmd" >&5
+$as_echo "$lt_cv_to_host_file_cmd" >&6; }
+
+
+
+
+
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to convert $build file names to toolchain format" >&5
+$as_echo_n "checking how to convert $build file names to toolchain format... " >&6; }
+if ${lt_cv_to_tool_file_cmd+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  #assume ordinary cross tools, or native build.
+lt_cv_to_tool_file_cmd=func_convert_file_noop
+case $host in
+  *-*-mingw* )
+    case $build in
+      *-*-mingw* ) # actually msys
+        lt_cv_to_tool_file_cmd=func_convert_file_msys_to_w32
+        ;;
+    esac
+    ;;
+esac
+
+fi
+
+to_tool_file_cmd=$lt_cv_to_tool_file_cmd
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_to_tool_file_cmd" >&5
+$as_echo "$lt_cv_to_tool_file_cmd" >&6; }
+
+
+
+
+
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
+$as_echo_n "checking for $LD option to reload object files... " >&6; }
+if ${lt_cv_ld_reload_flag+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  lt_cv_ld_reload_flag='-r'
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
+$as_echo "$lt_cv_ld_reload_flag" >&6; }
+reload_flag=$lt_cv_ld_reload_flag
+case $reload_flag in
+"" | " "*) ;;
+*) reload_flag=" $reload_flag" ;;
+esac
+reload_cmds='$LD$reload_flag -o $output$reload_objs'
+case $host_os in
+  cygwin* | mingw* | pw32* | cegcc*)
+    if test "$GCC" != yes; then
+      reload_cmds=false
+    fi
+    ;;
+  darwin*)
+    if test "$GCC" = yes; then
+      reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
+    else
+      reload_cmds='$LD$reload_flag -o $output$reload_objs'
+    fi
+    ;;
+esac
+
+
+
+
+
+
+
+
+
+if test -n "$ac_tool_prefix"; then
+  # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
+set dummy ${ac_tool_prefix}objdump; ac_word=$2
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+$as_echo_n "checking for $ac_word... " >&6; }
+if ${ac_cv_prog_OBJDUMP+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  if test -n "$OBJDUMP"; then
+  ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
+else
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH
+do
+  IFS=$as_save_IFS
+  test -z "$as_dir" && as_dir=.
+    for ac_exec_ext in '' $ac_executable_extensions; do
+  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+    ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+    break 2
+  fi
+done
+  done
+IFS=$as_save_IFS
+
+fi
+fi
+OBJDUMP=$ac_cv_prog_OBJDUMP
+if test -n "$OBJDUMP"; then
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
+$as_echo "$OBJDUMP" >&6; }
+else
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+fi
+
+
+fi
+if test -z "$ac_cv_prog_OBJDUMP"; then
+  ac_ct_OBJDUMP=$OBJDUMP
+  # Extract the first word of "objdump", so it can be a program name with args.
+set dummy objdump; ac_word=$2
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+$as_echo_n "checking for $ac_word... " >&6; }
+if ${ac_cv_prog_ac_ct_OBJDUMP+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  if test -n "$ac_ct_OBJDUMP"; then
+  ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
+else
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH
+do
+  IFS=$as_save_IFS
+  test -z "$as_dir" && as_dir=.
+    for ac_exec_ext in '' $ac_executable_extensions; do
+  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+    ac_cv_prog_ac_ct_OBJDUMP="objdump"
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+    break 2
+  fi
+done
+  done
+IFS=$as_save_IFS
+
+fi
+fi
+ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
+if test -n "$ac_ct_OBJDUMP"; then
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
+$as_echo "$ac_ct_OBJDUMP" >&6; }
+else
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+fi
+
+  if test "x$ac_ct_OBJDUMP" = x; then
+    OBJDUMP="false"
+  else
+    case $cross_compiling:$ac_tool_warned in
+yes:)
+{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
+$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
+ac_tool_warned=yes ;;
+esac
+    OBJDUMP=$ac_ct_OBJDUMP
+  fi
+else
+  OBJDUMP="$ac_cv_prog_OBJDUMP"
+fi
+
+test -z "$OBJDUMP" && OBJDUMP=objdump
+
+
+
+
+
+
+
+
+
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
+$as_echo_n "checking how to recognize dependent libraries... " >&6; }
+if ${lt_cv_deplibs_check_method+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  lt_cv_file_magic_cmd='$MAGIC_CMD'
+lt_cv_file_magic_test_file=
+lt_cv_deplibs_check_method='unknown'
+# Need to set the preceding variable on all platforms that support
+# interlibrary dependencies.
+# 'none' -- dependencies not supported.
+# `unknown' -- same as none, but documents that we really don't know.
+# 'pass_all' -- all dependencies passed with no checks.
+# 'test_compile' -- check by making test program.
+# 'file_magic [[regex]]' -- check by looking for files in library path
+# which responds to the $file_magic_cmd with a given extended regex.
+# If you have `file' or equivalent on your system and you're not sure
+# whether `pass_all' will *always* work, you probably want this one.
+
+case $host_os in
+aix[4-9]*)
+  lt_cv_deplibs_check_method=pass_all
+  ;;
+
+beos*)
+  lt_cv_deplibs_check_method=pass_all
+  ;;
+
+bsdi[45]*)
+  lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
+  lt_cv_file_magic_cmd='/usr/bin/file -L'
+  lt_cv_file_magic_test_file=/shlib/libc.so
+  ;;
+
+cygwin*)
+  # func_win32_libid is a shell function defined in ltmain.sh
+  lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
+  lt_cv_file_magic_cmd='func_win32_libid'
+  ;;
+
+mingw* | pw32*)
+  # Base MSYS/MinGW do not provide the 'file' command needed by
+  # func_win32_libid shell function, so use a weaker test based on 'objdump',
+  # unless we find 'file', for example because we are cross-compiling.
+  # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
+  if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then
+    lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
+    lt_cv_file_magic_cmd='func_win32_libid'
+  else
+    # Keep this pattern in sync with the one in func_win32_libid.
+    lt_cv_deplibs_check_method='file_magic file format (pei*-i386(.*architecture: i386)?|pe-arm-wince|pe-x86-64)'
+    lt_cv_file_magic_cmd='$OBJDUMP -f'
+  fi
+  ;;
+
+cegcc*)
+  # use the weaker test based on 'objdump'. See mingw*.
+  lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
+  lt_cv_file_magic_cmd='$OBJDUMP -f'
+  ;;
+
+darwin* | rhapsody*)
+  lt_cv_deplibs_check_method=pass_all
+  ;;
+
+freebsd* | dragonfly*)
+  if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
+    case $host_cpu in
+    i*86 )
+      # Not sure whether the presence of OpenBSD here was a mistake.
+      # Let's accept both of them until this is cleared up.
+      lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
+      lt_cv_file_magic_cmd=/usr/bin/file
+      lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
+      ;;
+    esac
+  else
+    lt_cv_deplibs_check_method=pass_all
+  fi
+  ;;
+
+gnu*)
+  lt_cv_deplibs_check_method=pass_all
+  ;;
+
+haiku*)
+  lt_cv_deplibs_check_method=pass_all
+  ;;
+
+hpux10.20* | hpux11*)
+  lt_cv_file_magic_cmd=/usr/bin/file
+  case $host_cpu in
+  ia64*)
+    lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
+    lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
+    ;;
+  hppa*64*)
+    lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF[ -][0-9][0-9])(-bit)?( [LM]SB)? shared object( file)?[, -]* PA-RISC [0-9]\.[0-9]'
+    lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
+    ;;
+  *)
+    lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
+    lt_cv_file_magic_test_file=/usr/lib/libc.sl
+    ;;
+  esac
+  ;;
+
+interix[3-9]*)
+  # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
+  lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
+  ;;
+
+irix5* | irix6* | nonstopux*)
+  case $LD in
+  *-32|*"-32 ") libmagic=32-bit;;
+  *-n32|*"-n32 ") libmagic=N32;;
+  *-64|*"-64 ") libmagic=64-bit;;
+  *) libmagic=never-match;;
+  esac
+  lt_cv_deplibs_check_method=pass_all
+  ;;
+
+# This must be glibc/ELF.
+linux* | k*bsd*-gnu | kopensolaris*-gnu)
+  lt_cv_deplibs_check_method=pass_all
+  ;;
+
+netbsd*)
+  if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
+    lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
+  else
+    lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
+  fi
+  ;;
+
+newos6*)
+  lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
+  lt_cv_file_magic_cmd=/usr/bin/file
+  lt_cv_file_magic_test_file=/usr/lib/libnls.so
+  ;;
+
+*nto* | *qnx*)
+  lt_cv_deplibs_check_method=pass_all
+  ;;
+
+openbsd*)
+  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
+    lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
+  else
+    lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
+  fi
+  ;;
+
+osf3* | osf4* | osf5*)
+  lt_cv_deplibs_check_method=pass_all
+  ;;
+
+rdos*)
+  lt_cv_deplibs_check_method=pass_all
+  ;;
+
+solaris*)
+  lt_cv_deplibs_check_method=pass_all
+  ;;
+
+sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
+  lt_cv_deplibs_check_method=pass_all
+  ;;
+
+sysv4 | sysv4.3*)
+  case $host_vendor in
+  motorola)
+    lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib) M[0-9][0-9]* Version [0-9]'
+    lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
+    ;;
+  ncr)
+    lt_cv_deplibs_check_method=pass_all
+    ;;
+  sequent)
+    lt_cv_file_magic_cmd='/bin/file'
+    lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
+    ;;
+  sni)
+    lt_cv_file_magic_cmd='/bin/file'
+    lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
+    lt_cv_file_magic_test_file=/lib/libc.so
+    ;;
+  siemens)
+    lt_cv_deplibs_check_method=pass_all
+    ;;
+  pc)
+    lt_cv_deplibs_check_method=pass_all
+    ;;
+  esac
+  ;;
+
+tpf*)
+  lt_cv_deplibs_check_method=pass_all
+  ;;
+esac
+
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
+$as_echo "$lt_cv_deplibs_check_method" >&6; }
+
+file_magic_glob=
+want_nocaseglob=no
+if test "$build" = "$host"; then
+  case $host_os in
+  mingw* | pw32*)
+    if ( shopt | grep nocaseglob ) >/dev/null 2>&1; then
+      want_nocaseglob=yes
+    else
+      file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[\1]\/[\1]\/g;/g"`
+    fi
+    ;;
+  esac
+fi
+
+file_magic_cmd=$lt_cv_file_magic_cmd
+deplibs_check_method=$lt_cv_deplibs_check_method
+test -z "$deplibs_check_method" && deplibs_check_method=unknown
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+if test -n "$ac_tool_prefix"; then
+  # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
+set dummy ${ac_tool_prefix}dlltool; ac_word=$2
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+$as_echo_n "checking for $ac_word... " >&6; }
+if ${ac_cv_prog_DLLTOOL+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  if test -n "$DLLTOOL"; then
+  ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
+else
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH
+do
+  IFS=$as_save_IFS
+  test -z "$as_dir" && as_dir=.
+    for ac_exec_ext in '' $ac_executable_extensions; do
+  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+    ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+    break 2
+  fi
+done
+  done
+IFS=$as_save_IFS
+
+fi
+fi
+DLLTOOL=$ac_cv_prog_DLLTOOL
+if test -n "$DLLTOOL"; then
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
+$as_echo "$DLLTOOL" >&6; }
+else
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+fi
+
+
+fi
+if test -z "$ac_cv_prog_DLLTOOL"; then
+  ac_ct_DLLTOOL=$DLLTOOL
+  # Extract the first word of "dlltool", so it can be a program name with args.
+set dummy dlltool; ac_word=$2
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+$as_echo_n "checking for $ac_word... " >&6; }
+if ${ac_cv_prog_ac_ct_DLLTOOL+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  if test -n "$ac_ct_DLLTOOL"; then
+  ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
+else
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH
+do
+  IFS=$as_save_IFS
+  test -z "$as_dir" && as_dir=.
+    for ac_exec_ext in '' $ac_executable_extensions; do
+  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+    ac_cv_prog_ac_ct_DLLTOOL="dlltool"
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+    break 2
+  fi
+done
+  done
+IFS=$as_save_IFS
+
+fi
+fi
+ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
+if test -n "$ac_ct_DLLTOOL"; then
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DLLTOOL" >&5
+$as_echo "$ac_ct_DLLTOOL" >&6; }
+else
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+fi
+
+  if test "x$ac_ct_DLLTOOL" = x; then
+    DLLTOOL="false"
+  else
+    case $cross_compiling:$ac_tool_warned in
+yes:)
+{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
+$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
+ac_tool_warned=yes ;;
+esac
+    DLLTOOL=$ac_ct_DLLTOOL
+  fi
+else
+  DLLTOOL="$ac_cv_prog_DLLTOOL"
+fi
+
+test -z "$DLLTOOL" && DLLTOOL=dlltool
+
+
+
+
+
+
+
+
+
+
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to associate runtime and link libraries" >&5
+$as_echo_n "checking how to associate runtime and link libraries... " >&6; }
+if ${lt_cv_sharedlib_from_linklib_cmd+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  lt_cv_sharedlib_from_linklib_cmd='unknown'
+
+case $host_os in
+cygwin* | mingw* | pw32* | cegcc*)
+  # two different shell functions defined in ltmain.sh
+  # decide which to use based on capabilities of $DLLTOOL
+  case `$DLLTOOL --help 2>&1` in
+  *--identify-strict*)
+    lt_cv_sharedlib_from_linklib_cmd=func_cygming_dll_for_implib
+    ;;
+  *)
+    lt_cv_sharedlib_from_linklib_cmd=func_cygming_dll_for_implib_fallback
+    ;;
+  esac
+  ;;
+*)
+  # fallback: assume linklib IS sharedlib
+  lt_cv_sharedlib_from_linklib_cmd="$ECHO"
+  ;;
+esac
+
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sharedlib_from_linklib_cmd" >&5
+$as_echo "$lt_cv_sharedlib_from_linklib_cmd" >&6; }
+sharedlib_from_linklib_cmd=$lt_cv_sharedlib_from_linklib_cmd
+test -z "$sharedlib_from_linklib_cmd" && sharedlib_from_linklib_cmd=$ECHO
+
+
+
+
+
+
+
+
+if test -n "$ac_tool_prefix"; then
+  for ac_prog in ar
+  do
+    # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
+set dummy $ac_tool_prefix$ac_prog; ac_word=$2
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+$as_echo_n "checking for $ac_word... " >&6; }
+if ${ac_cv_prog_AR+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  if test -n "$AR"; then
+  ac_cv_prog_AR="$AR" # Let the user override the test.
+else
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH
+do
+  IFS=$as_save_IFS
+  test -z "$as_dir" && as_dir=.
+    for ac_exec_ext in '' $ac_executable_extensions; do
+  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+    ac_cv_prog_AR="$ac_tool_prefix$ac_prog"
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+    break 2
+  fi
+done
+  done
+IFS=$as_save_IFS
+
+fi
+fi
+AR=$ac_cv_prog_AR
+if test -n "$AR"; then
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
+$as_echo "$AR" >&6; }
+else
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+fi
+
+
+    test -n "$AR" && break
+  done
+fi
+if test -z "$AR"; then
+  ac_ct_AR=$AR
+  for ac_prog in ar
+do
+  # Extract the first word of "$ac_prog", so it can be a program name with args.
+set dummy $ac_prog; ac_word=$2
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+$as_echo_n "checking for $ac_word... " >&6; }
+if ${ac_cv_prog_ac_ct_AR+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  if test -n "$ac_ct_AR"; then
+  ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
+else
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH
+do
+  IFS=$as_save_IFS
+  test -z "$as_dir" && as_dir=.
+    for ac_exec_ext in '' $ac_executable_extensions; do
+  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+    ac_cv_prog_ac_ct_AR="$ac_prog"
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+    break 2
+  fi
+done
+  done
+IFS=$as_save_IFS
+
+fi
+fi
+ac_ct_AR=$ac_cv_prog_ac_ct_AR
+if test -n "$ac_ct_AR"; then
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
+$as_echo "$ac_ct_AR" >&6; }
+else
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+fi
+
+
+  test -n "$ac_ct_AR" && break
+done
+
+  if test "x$ac_ct_AR" = x; then
+    AR="false"
+  else
+    case $cross_compiling:$ac_tool_warned in
+yes:)
+{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
+$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
+ac_tool_warned=yes ;;
+esac
+    AR=$ac_ct_AR
+  fi
+fi
+
+: ${AR=ar}
+: ${AR_FLAGS=cru}
+
+
+
+
+
+
+
+
+
+
+
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for archiver @FILE support" >&5
+$as_echo_n "checking for archiver @FILE support... " >&6; }
+if ${lt_cv_ar_at_file+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  lt_cv_ar_at_file=no
+   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+int
+main ()
+{
+
+  ;
+  return 0;
+}
+_ACEOF
+if ac_fn_c_try_compile "$LINENO"; then :
+  echo conftest.$ac_objext > conftest.lst
+      lt_ar_try='$AR $AR_FLAGS libconftest.a @conftest.lst >&5'
+      { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$lt_ar_try\""; } >&5
+  (eval $lt_ar_try) 2>&5
+  ac_status=$?
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+  test $ac_status = 0; }
+      if test "$ac_status" -eq 0; then
+	# Ensure the archiver fails upon bogus file names.
+	rm -f conftest.$ac_objext libconftest.a
+	{ { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$lt_ar_try\""; } >&5
+  (eval $lt_ar_try) 2>&5
+  ac_status=$?
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+  test $ac_status = 0; }
+	if test "$ac_status" -ne 0; then
+          lt_cv_ar_at_file=@
+        fi
+      fi
+      rm -f conftest.* libconftest.a
+
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ar_at_file" >&5
+$as_echo "$lt_cv_ar_at_file" >&6; }
+
+if test "x$lt_cv_ar_at_file" = xno; then
+  archiver_list_spec=
+else
+  archiver_list_spec=$lt_cv_ar_at_file
+fi
+
+
+
+
+
+
+
+if test -n "$ac_tool_prefix"; then
+  # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
+set dummy ${ac_tool_prefix}strip; ac_word=$2
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+$as_echo_n "checking for $ac_word... " >&6; }
+if ${ac_cv_prog_STRIP+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  if test -n "$STRIP"; then
+  ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
+else
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH
+do
+  IFS=$as_save_IFS
+  test -z "$as_dir" && as_dir=.
+    for ac_exec_ext in '' $ac_executable_extensions; do
+  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+    ac_cv_prog_STRIP="${ac_tool_prefix}strip"
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+    break 2
+  fi
+done
+  done
+IFS=$as_save_IFS
+
+fi
+fi
+STRIP=$ac_cv_prog_STRIP
+if test -n "$STRIP"; then
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
+$as_echo "$STRIP" >&6; }
+else
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+fi
+
+
+fi
+if test -z "$ac_cv_prog_STRIP"; then
+  ac_ct_STRIP=$STRIP
+  # Extract the first word of "strip", so it can be a program name with args.
+set dummy strip; ac_word=$2
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+$as_echo_n "checking for $ac_word... " >&6; }
+if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  if test -n "$ac_ct_STRIP"; then
+  ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
+else
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH
+do
+  IFS=$as_save_IFS
+  test -z "$as_dir" && as_dir=.
+    for ac_exec_ext in '' $ac_executable_extensions; do
+  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+    ac_cv_prog_ac_ct_STRIP="strip"
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+    break 2
+  fi
+done
+  done
+IFS=$as_save_IFS
+
+fi
+fi
+ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
+if test -n "$ac_ct_STRIP"; then
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
+$as_echo "$ac_ct_STRIP" >&6; }
+else
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+fi
+
+  if test "x$ac_ct_STRIP" = x; then
+    STRIP=":"
+  else
+    case $cross_compiling:$ac_tool_warned in
+yes:)
+{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
+$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
+ac_tool_warned=yes ;;
+esac
+    STRIP=$ac_ct_STRIP
+  fi
+else
+  STRIP="$ac_cv_prog_STRIP"
+fi
+
+test -z "$STRIP" && STRIP=:
+
+
+
+
+
+
+if test -n "$ac_tool_prefix"; then
+  # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
+set dummy ${ac_tool_prefix}ranlib; ac_word=$2
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+$as_echo_n "checking for $ac_word... " >&6; }
+if ${ac_cv_prog_RANLIB+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  if test -n "$RANLIB"; then
+  ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
+else
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH
+do
+  IFS=$as_save_IFS
+  test -z "$as_dir" && as_dir=.
+    for ac_exec_ext in '' $ac_executable_extensions; do
+  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+    ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+    break 2
+  fi
+done
+  done
+IFS=$as_save_IFS
+
+fi
+fi
+RANLIB=$ac_cv_prog_RANLIB
+if test -n "$RANLIB"; then
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
+$as_echo "$RANLIB" >&6; }
+else
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+fi
+
+
+fi
+if test -z "$ac_cv_prog_RANLIB"; then
+  ac_ct_RANLIB=$RANLIB
+  # Extract the first word of "ranlib", so it can be a program name with args.
+set dummy ranlib; ac_word=$2
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+$as_echo_n "checking for $ac_word... " >&6; }
+if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  if test -n "$ac_ct_RANLIB"; then
+  ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
+else
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH
+do
+  IFS=$as_save_IFS
+  test -z "$as_dir" && as_dir=.
+    for ac_exec_ext in '' $ac_executable_extensions; do
+  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+    ac_cv_prog_ac_ct_RANLIB="ranlib"
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+    break 2
+  fi
+done
+  done
+IFS=$as_save_IFS
+
+fi
+fi
+ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
+if test -n "$ac_ct_RANLIB"; then
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
+$as_echo "$ac_ct_RANLIB" >&6; }
+else
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+fi
+
+  if test "x$ac_ct_RANLIB" = x; then
+    RANLIB=":"
+  else
+    case $cross_compiling:$ac_tool_warned in
+yes:)
+{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
+$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
+ac_tool_warned=yes ;;
+esac
+    RANLIB=$ac_ct_RANLIB
+  fi
+else
+  RANLIB="$ac_cv_prog_RANLIB"
+fi
+
+test -z "$RANLIB" && RANLIB=:
+
+
+
+
+
+
+# Determine commands to create old-style static archives.
+old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
+old_postinstall_cmds='chmod 644 $oldlib'
+old_postuninstall_cmds=
+
+if test -n "$RANLIB"; then
+  case $host_os in
+  openbsd*)
+    old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$tool_oldlib"
+    ;;
+  *)
+    old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$tool_oldlib"
+    ;;
+  esac
+  old_archive_cmds="$old_archive_cmds~\$RANLIB \$tool_oldlib"
+fi
+
+case $host_os in
+  darwin*)
+    lock_old_archive_extraction=yes ;;
+  *)
+    lock_old_archive_extraction=no ;;
+esac
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+# If no C compiler was specified, use CC.
+LTCC=${LTCC-"$CC"}
+
+# If no C compiler flags were specified, use CFLAGS.
+LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
+
+# Allow CC to be a program name with arguments.
+compiler=$CC
+
+
+# Check for command to grab the raw symbol name followed by C symbol from nm.
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
+$as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
+if ${lt_cv_sys_global_symbol_pipe+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+
+# These are sane defaults that work on at least a few old systems.
+# [They come from Ultrix.  What could be older than Ultrix?!! ;)]
+
+# Character class describing NM global symbol codes.
+symcode='[BCDEGRST]'
+
+# Regexp to match symbols that can be accessed directly from C.
+sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
+
+# Define system-specific variables.
+case $host_os in
+aix*)
+  symcode='[BCDT]'
+  ;;
+cygwin* | mingw* | pw32* | cegcc*)
+  symcode='[ABCDGISTW]'
+  ;;
+hpux*)
+  if test "$host_cpu" = ia64; then
+    symcode='[ABCDEGRST]'
+  fi
+  ;;
+irix* | nonstopux*)
+  symcode='[BCDEGRST]'
+  ;;
+osf*)
+  symcode='[BCDEGQRST]'
+  ;;
+solaris*)
+  symcode='[BDRT]'
+  ;;
+sco3.2v5*)
+  symcode='[DT]'
+  ;;
+sysv4.2uw2*)
+  symcode='[DT]'
+  ;;
+sysv5* | sco5v6* | unixware* | OpenUNIX*)
+  symcode='[ABDT]'
+  ;;
+sysv4)
+  symcode='[DFNSTU]'
+  ;;
+esac
+
+# If we're using GNU nm, then use its standard symbol codes.
+case `$NM -V 2>&1` in
+*GNU* | *'with BFD'*)
+  symcode='[ABCDGIRSTW]' ;;
+esac
+
+# Transform an extracted symbol line into a proper C declaration.
+# Some systems (esp. on ia64) link data and code symbols differently,
+# so use this general approach.
+lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
+
+# Transform an extracted symbol line into symbol name and symbol address
+lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\)[ ]*$/  {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/  {\"\2\", (void *) \&\2},/p'"
+lt_cv_sys_global_symbol_to_c_name_address_lib_prefix="sed -n -e 's/^: \([^ ]*\)[ ]*$/  {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \(lib[^ ]*\)$/  {\"\2\", (void *) \&\2},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/  {\"lib\2\", (void *) \&\2},/p'"
+
+# Handle CRLF in mingw tool chain
+opt_cr=
+case $build_os in
+mingw*)
+  opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
+  ;;
+esac
+
+# Try without a prefix underscore, then with it.
+for ac_symprfx in "" "_"; do
+
+  # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
+  symxfrm="\\1 $ac_symprfx\\2 \\2"
+
+  # Write the raw and C identifiers.
+  if test "$lt_cv_nm_interface" = "MS dumpbin"; then
+    # Fake it for dumpbin and say T for any non-static function
+    # and D for any global variable.
+    # Also find C++ and __fastcall symbols from MSVC++,
+    # which start with @ or ?.
+    lt_cv_sys_global_symbol_pipe="$AWK '"\
+"     {last_section=section; section=\$ 3};"\
+"     /^COFF SYMBOL TABLE/{for(i in hide) delete hide[i]};"\
+"     /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
+"     \$ 0!~/External *\|/{next};"\
+"     / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
+"     {if(hide[section]) next};"\
+"     {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
+"     {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
+"     s[1]~/^[@?]/{print s[1], s[1]; next};"\
+"     s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
+"     ' prfx=^$ac_symprfx"
+  else
+    lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[	 ]\($symcode$symcode*\)[	 ][	 ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
+  fi
+  lt_cv_sys_global_symbol_pipe="$lt_cv_sys_global_symbol_pipe | sed '/ __gnu_lto/d'"
+
+  # Check to see that the pipe works correctly.
+  pipe_works=no
+
+  rm -f conftest*
+  cat > conftest.$ac_ext <<_LT_EOF
+#ifdef __cplusplus
+extern "C" {
+#endif
+char nm_test_var;
+void nm_test_func(void);
+void nm_test_func(void){}
+#ifdef __cplusplus
+}
+#endif
+int main(){nm_test_var='a';nm_test_func();return(0);}
+_LT_EOF
+
+  if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
+  (eval $ac_compile) 2>&5
+  ac_status=$?
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+  test $ac_status = 0; }; then
+    # Now try to grab the symbols.
+    nlist=conftest.nm
+    if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
+  (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
+  ac_status=$?
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+  test $ac_status = 0; } && test -s "$nlist"; then
+      # Try sorting and uniquifying the output.
+      if sort "$nlist" | uniq > "$nlist"T; then
+	mv -f "$nlist"T "$nlist"
+      else
+	rm -f "$nlist"T
+      fi
+
+      # Make sure that we snagged all the symbols we need.
+      if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
+	if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
+	  cat <<_LT_EOF > conftest.$ac_ext
+/* Keep this code in sync between libtool.m4, ltmain, lt_system.h, and tests.  */
+#if defined(_WIN32) || defined(__CYGWIN__) || defined(_WIN32_WCE)
+/* DATA imports from DLLs on WIN32 con't be const, because runtime
+   relocations are performed -- see ld's documentation on pseudo-relocs.  */
+# define LT_DLSYM_CONST
+#elif defined(__osf__)
+/* This system does not cope well with relocations in const data.  */
+# define LT_DLSYM_CONST
+#else
+# define LT_DLSYM_CONST const
+#endif
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+_LT_EOF
+	  # Now generate the symbol file.
+	  eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
+
+	  cat <<_LT_EOF >> conftest.$ac_ext
+
+/* The mapping between symbol names and symbols.  */
+LT_DLSYM_CONST struct {
+  const char *name;
+  void       *address;
+}
+lt__PROGRAM__LTX_preloaded_symbols[] =
+{
+  { "@PROGRAM@", (void *) 0 },
+_LT_EOF
+	  $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/  {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
+	  cat <<\_LT_EOF >> conftest.$ac_ext
+  {0, (void *) 0}
+};
+
+/* This works around a problem in FreeBSD linker */
+#ifdef FREEBSD_WORKAROUND
+static const void *lt_preloaded_setup() {
+  return lt__PROGRAM__LTX_preloaded_symbols;
+}
+#endif
+
+#ifdef __cplusplus
+}
+#endif
+_LT_EOF
+	  # Now try linking the two files.
+	  mv conftest.$ac_objext conftstm.$ac_objext
+	  lt_globsym_save_LIBS=$LIBS
+	  lt_globsym_save_CFLAGS=$CFLAGS
+	  LIBS="conftstm.$ac_objext"
+	  CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
+	  if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
+  (eval $ac_link) 2>&5
+  ac_status=$?
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+  test $ac_status = 0; } && test -s conftest${ac_exeext}; then
+	    pipe_works=yes
+	  fi
+	  LIBS=$lt_globsym_save_LIBS
+	  CFLAGS=$lt_globsym_save_CFLAGS
+	else
+	  echo "cannot find nm_test_func in $nlist" >&5
+	fi
+      else
+	echo "cannot find nm_test_var in $nlist" >&5
+      fi
+    else
+      echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
+    fi
+  else
+    echo "$progname: failed program was:" >&5
+    cat conftest.$ac_ext >&5
+  fi
+  rm -rf conftest* conftst*
+
+  # Do not use the global_symbol_pipe unless it works.
+  if test "$pipe_works" = yes; then
+    break
+  else
+    lt_cv_sys_global_symbol_pipe=
+  fi
+done
+
+fi
+
+if test -z "$lt_cv_sys_global_symbol_pipe"; then
+  lt_cv_sys_global_symbol_to_cdecl=
+fi
+if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
+$as_echo "failed" >&6; }
+else
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
+$as_echo "ok" >&6; }
+fi
+
+# Response file support.
+if test "$lt_cv_nm_interface" = "MS dumpbin"; then
+  nm_file_list_spec='@'
+elif $NM --help 2>/dev/null | grep '[@]FILE' >/dev/null; then
+  nm_file_list_spec='@'
+fi
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sysroot" >&5
+$as_echo_n "checking for sysroot... " >&6; }
+
+# Check whether --with-sysroot was given.
+if test "${with_sysroot+set}" = set; then :
+  withval=$with_sysroot;
+else
+  with_sysroot=no
+fi
+
+
+lt_sysroot=
+case ${with_sysroot} in #(
+ yes)
+   if test "$GCC" = yes; then
+     lt_sysroot=`$CC --print-sysroot 2>/dev/null`
+   fi
+   ;; #(
+ /*)
+   lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"`
+   ;; #(
+ no|'')
+   ;; #(
+ *)
+   { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${with_sysroot}" >&5
+$as_echo "${with_sysroot}" >&6; }
+   as_fn_error $? "The sysroot must be an absolute path." "$LINENO" 5
+   ;;
+esac
+
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${lt_sysroot:-no}" >&5
+$as_echo "${lt_sysroot:-no}" >&6; }
+
+
+
+
+
+# Check whether --enable-libtool-lock was given.
+if test "${enable_libtool_lock+set}" = set; then :
+  enableval=$enable_libtool_lock;
+fi
+
+test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
+
+# Some flags need to be propagated to the compiler or linker for good
+# libtool support.
+case $host in
+ia64-*-hpux*)
+  # Find out which ABI we are using.
+  echo 'int i;' > conftest.$ac_ext
+  if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
+  (eval $ac_compile) 2>&5
+  ac_status=$?
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+  test $ac_status = 0; }; then
+    case `/usr/bin/file conftest.$ac_objext` in
+      *ELF-32*)
+	HPUX_IA64_MODE="32"
+	;;
+      *ELF-64*)
+	HPUX_IA64_MODE="64"
+	;;
+    esac
+  fi
+  rm -rf conftest*
+  ;;
+*-*-irix6*)
+  # Find out which ABI we are using.
+  echo '#line '$LINENO' "configure"' > conftest.$ac_ext
+  if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
+  (eval $ac_compile) 2>&5
+  ac_status=$?
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+  test $ac_status = 0; }; then
+    if test "$lt_cv_prog_gnu_ld" = yes; then
+      case `/usr/bin/file conftest.$ac_objext` in
+	*32-bit*)
+	  LD="${LD-ld} -melf32bsmip"
+	  ;;
+	*N32*)
+	  LD="${LD-ld} -melf32bmipn32"
+	  ;;
+	*64-bit*)
+	  LD="${LD-ld} -melf64bmip"
+	;;
+      esac
+    else
+      case `/usr/bin/file conftest.$ac_objext` in
+	*32-bit*)
+	  LD="${LD-ld} -32"
+	  ;;
+	*N32*)
+	  LD="${LD-ld} -n32"
+	  ;;
+	*64-bit*)
+	  LD="${LD-ld} -64"
+	  ;;
+      esac
+    fi
+  fi
+  rm -rf conftest*
+  ;;
+
+x86_64-*kfreebsd*-gnu|x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*| \
+s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
+  # Find out which ABI we are using.
+  echo 'int i;' > conftest.$ac_ext
+  if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
+  (eval $ac_compile) 2>&5
+  ac_status=$?
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+  test $ac_status = 0; }; then
+    case `/usr/bin/file conftest.o` in
+      *32-bit*)
+	case $host in
+	  x86_64-*kfreebsd*-gnu)
+	    LD="${LD-ld} -m elf_i386_fbsd"
+	    ;;
+	  x86_64-*linux*)
+	    LD="${LD-ld} -m elf_i386"
+	    ;;
+	  ppc64-*linux*|powerpc64-*linux*)
+	    LD="${LD-ld} -m elf32ppclinux"
+	    ;;
+	  s390x-*linux*)
+	    LD="${LD-ld} -m elf_s390"
+	    ;;
+	  sparc64-*linux*)
+	    LD="${LD-ld} -m elf32_sparc"
+	    ;;
+	esac
+	;;
+      *64-bit*)
+	case $host in
+	  x86_64-*kfreebsd*-gnu)
+	    LD="${LD-ld} -m elf_x86_64_fbsd"
+	    ;;
+	  x86_64-*linux*)
+	    LD="${LD-ld} -m elf_x86_64"
+	    ;;
+	  ppc*-*linux*|powerpc*-*linux*)
+	    LD="${LD-ld} -m elf64ppc"
+	    ;;
+	  s390*-*linux*|s390*-*tpf*)
+	    LD="${LD-ld} -m elf64_s390"
+	    ;;
+	  sparc*-*linux*)
+	    LD="${LD-ld} -m elf64_sparc"
+	    ;;
+	esac
+	;;
+    esac
+  fi
+  rm -rf conftest*
+  ;;
+
+*-*-sco3.2v5*)
+  # On SCO OpenServer 5, we need -belf to get full-featured binaries.
+  SAVE_CFLAGS="$CFLAGS"
+  CFLAGS="$CFLAGS -belf"
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
+$as_echo_n "checking whether the C compiler needs -belf... " >&6; }
+if ${lt_cv_cc_needs_belf+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  ac_ext=c
+ac_cpp='$CPP $CPPFLAGS'
+ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
+ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
+ac_compiler_gnu=$ac_cv_c_compiler_gnu
+
+     cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+int
+main ()
+{
+
+  ;
+  return 0;
+}
+_ACEOF
+if ac_fn_c_try_link "$LINENO"; then :
+  lt_cv_cc_needs_belf=yes
+else
+  lt_cv_cc_needs_belf=no
+fi
+rm -f core conftest.err conftest.$ac_objext \
+    conftest$ac_exeext conftest.$ac_ext
+     ac_ext=c
+ac_cpp='$CPP $CPPFLAGS'
+ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
+ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
+ac_compiler_gnu=$ac_cv_c_compiler_gnu
+
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
+$as_echo "$lt_cv_cc_needs_belf" >&6; }
+  if test x"$lt_cv_cc_needs_belf" != x"yes"; then
+    # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
+    CFLAGS="$SAVE_CFLAGS"
+  fi
+  ;;
+*-*solaris*)
+  # Find out which ABI we are using.
+  echo 'int i;' > conftest.$ac_ext
+  if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
+  (eval $ac_compile) 2>&5
+  ac_status=$?
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+  test $ac_status = 0; }; then
+    case `/usr/bin/file conftest.o` in
+    *64-bit*)
+      case $lt_cv_prog_gnu_ld in
+      yes*)
+        case $host in
+        i?86-*-solaris*)
+          LD="${LD-ld} -m elf_x86_64"
+          ;;
+        sparc*-*-solaris*)
+          LD="${LD-ld} -m elf64_sparc"
+          ;;
+        esac
+        # GNU ld 2.21 introduced _sol2 emulations.  Use them if available.
+        if ${LD-ld} -V | grep _sol2 >/dev/null 2>&1; then
+          LD="${LD-ld}_sol2"
+        fi
+        ;;
+      *)
+	if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
+	  LD="${LD-ld} -64"
+	fi
+	;;
+      esac
+      ;;
+    esac
+  fi
+  rm -rf conftest*
+  ;;
+esac
+
+need_locks="$enable_libtool_lock"
+
+if test -n "$ac_tool_prefix"; then
+  # Extract the first word of "${ac_tool_prefix}mt", so it can be a program name with args.
+set dummy ${ac_tool_prefix}mt; ac_word=$2
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+$as_echo_n "checking for $ac_word... " >&6; }
+if ${ac_cv_prog_MANIFEST_TOOL+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  if test -n "$MANIFEST_TOOL"; then
+  ac_cv_prog_MANIFEST_TOOL="$MANIFEST_TOOL" # Let the user override the test.
+else
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH
+do
+  IFS=$as_save_IFS
+  test -z "$as_dir" && as_dir=.
+    for ac_exec_ext in '' $ac_executable_extensions; do
+  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+    ac_cv_prog_MANIFEST_TOOL="${ac_tool_prefix}mt"
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+    break 2
+  fi
+done
+  done
+IFS=$as_save_IFS
+
+fi
+fi
+MANIFEST_TOOL=$ac_cv_prog_MANIFEST_TOOL
+if test -n "$MANIFEST_TOOL"; then
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MANIFEST_TOOL" >&5
+$as_echo "$MANIFEST_TOOL" >&6; }
+else
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+fi
+
+
+fi
+if test -z "$ac_cv_prog_MANIFEST_TOOL"; then
+  ac_ct_MANIFEST_TOOL=$MANIFEST_TOOL
+  # Extract the first word of "mt", so it can be a program name with args.
+set dummy mt; ac_word=$2
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+$as_echo_n "checking for $ac_word... " >&6; }
+if ${ac_cv_prog_ac_ct_MANIFEST_TOOL+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  if test -n "$ac_ct_MANIFEST_TOOL"; then
+  ac_cv_prog_ac_ct_MANIFEST_TOOL="$ac_ct_MANIFEST_TOOL" # Let the user override the test.
+else
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH
+do
+  IFS=$as_save_IFS
+  test -z "$as_dir" && as_dir=.
+    for ac_exec_ext in '' $ac_executable_extensions; do
+  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+    ac_cv_prog_ac_ct_MANIFEST_TOOL="mt"
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+    break 2
+  fi
+done
+  done
+IFS=$as_save_IFS
+
+fi
+fi
+ac_ct_MANIFEST_TOOL=$ac_cv_prog_ac_ct_MANIFEST_TOOL
+if test -n "$ac_ct_MANIFEST_TOOL"; then
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_MANIFEST_TOOL" >&5
+$as_echo "$ac_ct_MANIFEST_TOOL" >&6; }
+else
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+fi
+
+  if test "x$ac_ct_MANIFEST_TOOL" = x; then
+    MANIFEST_TOOL=":"
+  else
+    case $cross_compiling:$ac_tool_warned in
+yes:)
+{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
+$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
+ac_tool_warned=yes ;;
+esac
+    MANIFEST_TOOL=$ac_ct_MANIFEST_TOOL
+  fi
+else
+  MANIFEST_TOOL="$ac_cv_prog_MANIFEST_TOOL"
+fi
+
+test -z "$MANIFEST_TOOL" && MANIFEST_TOOL=mt
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $MANIFEST_TOOL is a manifest tool" >&5
+$as_echo_n "checking if $MANIFEST_TOOL is a manifest tool... " >&6; }
+if ${lt_cv_path_mainfest_tool+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  lt_cv_path_mainfest_tool=no
+  echo "$as_me:$LINENO: $MANIFEST_TOOL '-?'" >&5
+  $MANIFEST_TOOL '-?' 2>conftest.err > conftest.out
+  cat conftest.err >&5
+  if $GREP 'Manifest Tool' conftest.out > /dev/null; then
+    lt_cv_path_mainfest_tool=yes
+  fi
+  rm -f conftest*
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_mainfest_tool" >&5
+$as_echo "$lt_cv_path_mainfest_tool" >&6; }
+if test "x$lt_cv_path_mainfest_tool" != xyes; then
+  MANIFEST_TOOL=:
+fi
+
+
+
+
+
+
+  case $host_os in
+    rhapsody* | darwin*)
+    if test -n "$ac_tool_prefix"; then
+  # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
+set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+$as_echo_n "checking for $ac_word... " >&6; }
+if ${ac_cv_prog_DSYMUTIL+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  if test -n "$DSYMUTIL"; then
+  ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
+else
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH
+do
+  IFS=$as_save_IFS
+  test -z "$as_dir" && as_dir=.
+    for ac_exec_ext in '' $ac_executable_extensions; do
+  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+    ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+    break 2
+  fi
+done
+  done
+IFS=$as_save_IFS
+
+fi
+fi
+DSYMUTIL=$ac_cv_prog_DSYMUTIL
+if test -n "$DSYMUTIL"; then
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
+$as_echo "$DSYMUTIL" >&6; }
+else
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+fi
+
+
+fi
+if test -z "$ac_cv_prog_DSYMUTIL"; then
+  ac_ct_DSYMUTIL=$DSYMUTIL
+  # Extract the first word of "dsymutil", so it can be a program name with args.
+set dummy dsymutil; ac_word=$2
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+$as_echo_n "checking for $ac_word... " >&6; }
+if ${ac_cv_prog_ac_ct_DSYMUTIL+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  if test -n "$ac_ct_DSYMUTIL"; then
+  ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
+else
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH
+do
+  IFS=$as_save_IFS
+  test -z "$as_dir" && as_dir=.
+    for ac_exec_ext in '' $ac_executable_extensions; do
+  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+    ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+    break 2
+  fi
+done
+  done
+IFS=$as_save_IFS
+
+fi
+fi
+ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
+if test -n "$ac_ct_DSYMUTIL"; then
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
+$as_echo "$ac_ct_DSYMUTIL" >&6; }
+else
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+fi
+
+  if test "x$ac_ct_DSYMUTIL" = x; then
+    DSYMUTIL=":"
+  else
+    case $cross_compiling:$ac_tool_warned in
+yes:)
+{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
+$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
+ac_tool_warned=yes ;;
+esac
+    DSYMUTIL=$ac_ct_DSYMUTIL
+  fi
+else
+  DSYMUTIL="$ac_cv_prog_DSYMUTIL"
+fi
+
+    if test -n "$ac_tool_prefix"; then
+  # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
+set dummy ${ac_tool_prefix}nmedit; ac_word=$2
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+$as_echo_n "checking for $ac_word... " >&6; }
+if ${ac_cv_prog_NMEDIT+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  if test -n "$NMEDIT"; then
+  ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
+else
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH
+do
+  IFS=$as_save_IFS
+  test -z "$as_dir" && as_dir=.
+    for ac_exec_ext in '' $ac_executable_extensions; do
+  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+    ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+    break 2
+  fi
+done
+  done
+IFS=$as_save_IFS
+
+fi
+fi
+NMEDIT=$ac_cv_prog_NMEDIT
+if test -n "$NMEDIT"; then
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
+$as_echo "$NMEDIT" >&6; }
+else
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+fi
+
+
+fi
+if test -z "$ac_cv_prog_NMEDIT"; then
+  ac_ct_NMEDIT=$NMEDIT
+  # Extract the first word of "nmedit", so it can be a program name with args.
+set dummy nmedit; ac_word=$2
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+$as_echo_n "checking for $ac_word... " >&6; }
+if ${ac_cv_prog_ac_ct_NMEDIT+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  if test -n "$ac_ct_NMEDIT"; then
+  ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
+else
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH
+do
+  IFS=$as_save_IFS
+  test -z "$as_dir" && as_dir=.
+    for ac_exec_ext in '' $ac_executable_extensions; do
+  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+    ac_cv_prog_ac_ct_NMEDIT="nmedit"
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+    break 2
+  fi
+done
+  done
+IFS=$as_save_IFS
+
+fi
+fi
+ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
+if test -n "$ac_ct_NMEDIT"; then
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
+$as_echo "$ac_ct_NMEDIT" >&6; }
+else
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+fi
+
+  if test "x$ac_ct_NMEDIT" = x; then
+    NMEDIT=":"
+  else
+    case $cross_compiling:$ac_tool_warned in
+yes:)
+{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
+$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
+ac_tool_warned=yes ;;
+esac
+    NMEDIT=$ac_ct_NMEDIT
+  fi
+else
+  NMEDIT="$ac_cv_prog_NMEDIT"
+fi
+
+    if test -n "$ac_tool_prefix"; then
+  # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
+set dummy ${ac_tool_prefix}lipo; ac_word=$2
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+$as_echo_n "checking for $ac_word... " >&6; }
+if ${ac_cv_prog_LIPO+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  if test -n "$LIPO"; then
+  ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
+else
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH
+do
+  IFS=$as_save_IFS
+  test -z "$as_dir" && as_dir=.
+    for ac_exec_ext in '' $ac_executable_extensions; do
+  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+    ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+    break 2
+  fi
+done
+  done
+IFS=$as_save_IFS
+
+fi
+fi
+LIPO=$ac_cv_prog_LIPO
+if test -n "$LIPO"; then
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
+$as_echo "$LIPO" >&6; }
+else
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+fi
+
+
+fi
+if test -z "$ac_cv_prog_LIPO"; then
+  ac_ct_LIPO=$LIPO
+  # Extract the first word of "lipo", so it can be a program name with args.
+set dummy lipo; ac_word=$2
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+$as_echo_n "checking for $ac_word... " >&6; }
+if ${ac_cv_prog_ac_ct_LIPO+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  if test -n "$ac_ct_LIPO"; then
+  ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
+else
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH
+do
+  IFS=$as_save_IFS
+  test -z "$as_dir" && as_dir=.
+    for ac_exec_ext in '' $ac_executable_extensions; do
+  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+    ac_cv_prog_ac_ct_LIPO="lipo"
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+    break 2
+  fi
+done
+  done
+IFS=$as_save_IFS
+
+fi
+fi
+ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
+if test -n "$ac_ct_LIPO"; then
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
+$as_echo "$ac_ct_LIPO" >&6; }
+else
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+fi
+
+  if test "x$ac_ct_LIPO" = x; then
+    LIPO=":"
+  else
+    case $cross_compiling:$ac_tool_warned in
+yes:)
+{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
+$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
+ac_tool_warned=yes ;;
+esac
+    LIPO=$ac_ct_LIPO
+  fi
+else
+  LIPO="$ac_cv_prog_LIPO"
+fi
+
+    if test -n "$ac_tool_prefix"; then
+  # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
+set dummy ${ac_tool_prefix}otool; ac_word=$2
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+$as_echo_n "checking for $ac_word... " >&6; }
+if ${ac_cv_prog_OTOOL+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  if test -n "$OTOOL"; then
+  ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
+else
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH
+do
+  IFS=$as_save_IFS
+  test -z "$as_dir" && as_dir=.
+    for ac_exec_ext in '' $ac_executable_extensions; do
+  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+    ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+    break 2
+  fi
+done
+  done
+IFS=$as_save_IFS
+
+fi
+fi
+OTOOL=$ac_cv_prog_OTOOL
+if test -n "$OTOOL"; then
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
+$as_echo "$OTOOL" >&6; }
+else
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+fi
+
+
+fi
+if test -z "$ac_cv_prog_OTOOL"; then
+  ac_ct_OTOOL=$OTOOL
+  # Extract the first word of "otool", so it can be a program name with args.
+set dummy otool; ac_word=$2
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+$as_echo_n "checking for $ac_word... " >&6; }
+if ${ac_cv_prog_ac_ct_OTOOL+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  if test -n "$ac_ct_OTOOL"; then
+  ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
+else
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH
+do
+  IFS=$as_save_IFS
+  test -z "$as_dir" && as_dir=.
+    for ac_exec_ext in '' $ac_executable_extensions; do
+  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+    ac_cv_prog_ac_ct_OTOOL="otool"
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+    break 2
+  fi
+done
+  done
+IFS=$as_save_IFS
+
+fi
+fi
+ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
+if test -n "$ac_ct_OTOOL"; then
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
+$as_echo "$ac_ct_OTOOL" >&6; }
+else
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+fi
+
+  if test "x$ac_ct_OTOOL" = x; then
+    OTOOL=":"
+  else
+    case $cross_compiling:$ac_tool_warned in
+yes:)
+{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
+$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
+ac_tool_warned=yes ;;
+esac
+    OTOOL=$ac_ct_OTOOL
+  fi
+else
+  OTOOL="$ac_cv_prog_OTOOL"
+fi
+
+    if test -n "$ac_tool_prefix"; then
+  # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
+set dummy ${ac_tool_prefix}otool64; ac_word=$2
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+$as_echo_n "checking for $ac_word... " >&6; }
+if ${ac_cv_prog_OTOOL64+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  if test -n "$OTOOL64"; then
+  ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
+else
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH
+do
+  IFS=$as_save_IFS
+  test -z "$as_dir" && as_dir=.
+    for ac_exec_ext in '' $ac_executable_extensions; do
+  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+    ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+    break 2
+  fi
+done
+  done
+IFS=$as_save_IFS
+
+fi
+fi
+OTOOL64=$ac_cv_prog_OTOOL64
+if test -n "$OTOOL64"; then
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
+$as_echo "$OTOOL64" >&6; }
+else
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+fi
+
+
+fi
+if test -z "$ac_cv_prog_OTOOL64"; then
+  ac_ct_OTOOL64=$OTOOL64
+  # Extract the first word of "otool64", so it can be a program name with args.
+set dummy otool64; ac_word=$2
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+$as_echo_n "checking for $ac_word... " >&6; }
+if ${ac_cv_prog_ac_ct_OTOOL64+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  if test -n "$ac_ct_OTOOL64"; then
+  ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
+else
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH
+do
+  IFS=$as_save_IFS
+  test -z "$as_dir" && as_dir=.
+    for ac_exec_ext in '' $ac_executable_extensions; do
+  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+    ac_cv_prog_ac_ct_OTOOL64="otool64"
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+    break 2
+  fi
+done
+  done
+IFS=$as_save_IFS
+
+fi
+fi
+ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
+if test -n "$ac_ct_OTOOL64"; then
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
+$as_echo "$ac_ct_OTOOL64" >&6; }
+else
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+fi
+
+  if test "x$ac_ct_OTOOL64" = x; then
+    OTOOL64=":"
+  else
+    case $cross_compiling:$ac_tool_warned in
+yes:)
+{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
+$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
+ac_tool_warned=yes ;;
+esac
+    OTOOL64=$ac_ct_OTOOL64
+  fi
+else
+  OTOOL64="$ac_cv_prog_OTOOL64"
+fi
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
+$as_echo_n "checking for -single_module linker flag... " >&6; }
+if ${lt_cv_apple_cc_single_mod+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  lt_cv_apple_cc_single_mod=no
+      if test -z "${LT_MULTI_MODULE}"; then
+	# By default we will add the -single_module flag. You can override
+	# by either setting the environment variable LT_MULTI_MODULE
+	# non-empty at configure time, or by adding -multi_module to the
+	# link flags.
+	rm -rf libconftest.dylib*
+	echo "int foo(void){return 1;}" > conftest.c
+	echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
+-dynamiclib -Wl,-single_module conftest.c" >&5
+	$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
+	  -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
+        _lt_result=$?
+	# If there is a non-empty error log, and "single_module"
+	# appears in it, assume the flag caused a linker warning
+        if test -s conftest.err && $GREP single_module conftest.err; then
+	  cat conftest.err >&5
+	# Otherwise, if the output was created with a 0 exit code from
+	# the compiler, it worked.
+	elif test -f libconftest.dylib && test $_lt_result -eq 0; then
+	  lt_cv_apple_cc_single_mod=yes
+	else
+	  cat conftest.err >&5
+	fi
+	rm -rf libconftest.dylib*
+	rm -f conftest.*
+      fi
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
+$as_echo "$lt_cv_apple_cc_single_mod" >&6; }
+
+    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
+$as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
+if ${lt_cv_ld_exported_symbols_list+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  lt_cv_ld_exported_symbols_list=no
+      save_LDFLAGS=$LDFLAGS
+      echo "_main" > conftest.sym
+      LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
+      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+int
+main ()
+{
+
+  ;
+  return 0;
+}
+_ACEOF
+if ac_fn_c_try_link "$LINENO"; then :
+  lt_cv_ld_exported_symbols_list=yes
+else
+  lt_cv_ld_exported_symbols_list=no
+fi
+rm -f core conftest.err conftest.$ac_objext \
+    conftest$ac_exeext conftest.$ac_ext
+	LDFLAGS="$save_LDFLAGS"
+
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
+$as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
+
+    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
+$as_echo_n "checking for -force_load linker flag... " >&6; }
+if ${lt_cv_ld_force_load+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  lt_cv_ld_force_load=no
+      cat > conftest.c << _LT_EOF
+int forced_loaded() { return 2;}
+_LT_EOF
+      echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5
+      $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
+      echo "$AR cru libconftest.a conftest.o" >&5
+      $AR cru libconftest.a conftest.o 2>&5
+      echo "$RANLIB libconftest.a" >&5
+      $RANLIB libconftest.a 2>&5
+      cat > conftest.c << _LT_EOF
+int main() { return 0;}
+_LT_EOF
+      echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
+      $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
+      _lt_result=$?
+      if test -s conftest.err && $GREP force_load conftest.err; then
+	cat conftest.err >&5
+      elif test -f conftest && test $_lt_result -eq 0 && $GREP forced_load conftest >/dev/null 2>&1 ; then
+	lt_cv_ld_force_load=yes
+      else
+	cat conftest.err >&5
+      fi
+        rm -f conftest.err libconftest.a conftest conftest.c
+        rm -rf conftest.dSYM
+
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5
+$as_echo "$lt_cv_ld_force_load" >&6; }
+    case $host_os in
+    rhapsody* | darwin1.[012])
+      _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
+    darwin1.*)
+      _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
+    darwin*) # darwin 5.x on
+      # if running on 10.5 or later, the deployment target defaults
+      # to the OS version, if on x86, and 10.4, the deployment
+      # target defaults to 10.4. Don't you love it?
+      case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
+	10.0,*86*-darwin8*|10.0,*-darwin[91]*)
+	  _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
+	10.[012]*)
+	  _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
+	10.*)
+	  _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
+      esac
+    ;;
+  esac
+    if test "$lt_cv_apple_cc_single_mod" = "yes"; then
+      _lt_dar_single_mod='$single_module'
+    fi
+    if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
+      _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
+    else
+      _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
+    fi
+    if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then
+      _lt_dsymutil='~$DSYMUTIL $lib || :'
+    else
+      _lt_dsymutil=
+    fi
+    ;;
+  esac
+
+ac_ext=c
+ac_cpp='$CPP $CPPFLAGS'
+ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
+ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
+ac_compiler_gnu=$ac_cv_c_compiler_gnu
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
+$as_echo_n "checking how to run the C preprocessor... " >&6; }
+# On Suns, sometimes $CPP names a directory.
+if test -n "$CPP" && test -d "$CPP"; then
+  CPP=
+fi
+if test -z "$CPP"; then
+  if ${ac_cv_prog_CPP+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+      # Double quotes because CPP needs to be expanded
+    for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
+    do
+      ac_preproc_ok=false
+for ac_c_preproc_warn_flag in '' yes
+do
+  # Use a header file that comes with gcc, so configuring glibc
+  # with a fresh cross-compiler works.
+  # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
+  # <limits.h> exists even on freestanding compilers.
+  # On the NeXT, cc -E runs the code through the compiler's parser,
+  # not just through cpp. "Syntax error" is here to catch this case.
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+#ifdef __STDC__
+# include <limits.h>
+#else
+# include <assert.h>
+#endif
+		     Syntax error
+_ACEOF
+if ac_fn_c_try_cpp "$LINENO"; then :
+
+else
+  # Broken: fails on valid input.
+continue
+fi
+rm -f conftest.err conftest.i conftest.$ac_ext
+
+  # OK, works on sane cases.  Now check whether nonexistent headers
+  # can be detected and how.
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+#include <ac_nonexistent.h>
+_ACEOF
+if ac_fn_c_try_cpp "$LINENO"; then :
+  # Broken: success on invalid input.
+continue
+else
+  # Passes both tests.
+ac_preproc_ok=:
+break
+fi
+rm -f conftest.err conftest.i conftest.$ac_ext
+
+done
+# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
+rm -f conftest.i conftest.err conftest.$ac_ext
+if $ac_preproc_ok; then :
+  break
+fi
+
+    done
+    ac_cv_prog_CPP=$CPP
+
+fi
+  CPP=$ac_cv_prog_CPP
+else
+  ac_cv_prog_CPP=$CPP
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
+$as_echo "$CPP" >&6; }
+ac_preproc_ok=false
+for ac_c_preproc_warn_flag in '' yes
+do
+  # Use a header file that comes with gcc, so configuring glibc
+  # with a fresh cross-compiler works.
+  # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
+  # <limits.h> exists even on freestanding compilers.
+  # On the NeXT, cc -E runs the code through the compiler's parser,
+  # not just through cpp. "Syntax error" is here to catch this case.
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+#ifdef __STDC__
+# include <limits.h>
+#else
+# include <assert.h>
+#endif
+		     Syntax error
+_ACEOF
+if ac_fn_c_try_cpp "$LINENO"; then :
+
+else
+  # Broken: fails on valid input.
+continue
+fi
+rm -f conftest.err conftest.i conftest.$ac_ext
+
+  # OK, works on sane cases.  Now check whether nonexistent headers
+  # can be detected and how.
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+#include <ac_nonexistent.h>
+_ACEOF
+if ac_fn_c_try_cpp "$LINENO"; then :
+  # Broken: success on invalid input.
+continue
+else
+  # Passes both tests.
+ac_preproc_ok=:
+break
+fi
+rm -f conftest.err conftest.i conftest.$ac_ext
+
+done
+# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
+rm -f conftest.i conftest.err conftest.$ac_ext
+if $ac_preproc_ok; then :
+
+else
+  { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
+as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
+See \`config.log' for more details" "$LINENO" 5; }
+fi
+
+ac_ext=c
+ac_cpp='$CPP $CPPFLAGS'
+ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
+ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
+ac_compiler_gnu=$ac_cv_c_compiler_gnu
+
+
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
+$as_echo_n "checking for ANSI C header files... " >&6; }
+if ${ac_cv_header_stdc+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+#include <stdlib.h>
+#include <stdarg.h>
+#include <string.h>
+#include <float.h>
+
+int
+main ()
+{
+
+  ;
+  return 0;
+}
+_ACEOF
+if ac_fn_c_try_compile "$LINENO"; then :
+  ac_cv_header_stdc=yes
+else
+  ac_cv_header_stdc=no
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+
+if test $ac_cv_header_stdc = yes; then
+  # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+#include <string.h>
+
+_ACEOF
+if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
+  $EGREP "memchr" >/dev/null 2>&1; then :
+
+else
+  ac_cv_header_stdc=no
+fi
+rm -f conftest*
+
+fi
+
+if test $ac_cv_header_stdc = yes; then
+  # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+#include <stdlib.h>
+
+_ACEOF
+if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
+  $EGREP "free" >/dev/null 2>&1; then :
+
+else
+  ac_cv_header_stdc=no
+fi
+rm -f conftest*
+
+fi
+
+if test $ac_cv_header_stdc = yes; then
+  # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
+  if test "$cross_compiling" = yes; then :
+  :
+else
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+#include <ctype.h>
+#include <stdlib.h>
+#if ((' ' & 0x0FF) == 0x020)
+# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
+# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
+#else
+# define ISLOWER(c) \
+		   (('a' <= (c) && (c) <= 'i') \
+		     || ('j' <= (c) && (c) <= 'r') \
+		     || ('s' <= (c) && (c) <= 'z'))
+# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
+#endif
+
+#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
+int
+main ()
+{
+  int i;
+  for (i = 0; i < 256; i++)
+    if (XOR (islower (i), ISLOWER (i))
+	|| toupper (i) != TOUPPER (i))
+      return 2;
+  return 0;
+}
+_ACEOF
+if ac_fn_c_try_run "$LINENO"; then :
+
+else
+  ac_cv_header_stdc=no
+fi
+rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
+  conftest.$ac_objext conftest.beam conftest.$ac_ext
+fi
+
+fi
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
+$as_echo "$ac_cv_header_stdc" >&6; }
+if test $ac_cv_header_stdc = yes; then
+
+$as_echo "#define STDC_HEADERS 1" >>confdefs.h
+
+fi
+
+# On IRIX 5.3, sys/types and inttypes.h are conflicting.
+for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
+		  inttypes.h stdint.h unistd.h
+do :
+  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
+ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
+"
+if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
+  cat >>confdefs.h <<_ACEOF
+#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
+_ACEOF
+
+fi
+
+done
+
+
+for ac_header in dlfcn.h
+do :
+  ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
+"
+if test "x$ac_cv_header_dlfcn_h" = xyes; then :
+  cat >>confdefs.h <<_ACEOF
+#define HAVE_DLFCN_H 1
+_ACEOF
+
+fi
+
+done
+
+
+
+func_stripname_cnf ()
+{
+  case ${2} in
+  .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
+  *)  func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
+  esac
+} # func_stripname_cnf
+
+
+
+
+
+# Set options
+
+
+
+        enable_dlopen=no
+
+
+  enable_win32_dll=no
+
+
+            # Check whether --enable-shared was given.
+if test "${enable_shared+set}" = set; then :
+  enableval=$enable_shared; p=${PACKAGE-default}
+    case $enableval in
+    yes) enable_shared=yes ;;
+    no) enable_shared=no ;;
+    *)
+      enable_shared=no
+      # Look at the argument we got.  We use all the common list separators.
+      lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
+      for pkg in $enableval; do
+	IFS="$lt_save_ifs"
+	if test "X$pkg" = "X$p"; then
+	  enable_shared=yes
+	fi
+      done
+      IFS="$lt_save_ifs"
+      ;;
+    esac
+else
+  enable_shared=yes
+fi
+
+
+
+
+
+
+
+
+
+  # Check whether --enable-static was given.
+if test "${enable_static+set}" = set; then :
+  enableval=$enable_static; p=${PACKAGE-default}
+    case $enableval in
+    yes) enable_static=yes ;;
+    no) enable_static=no ;;
+    *)
+     enable_static=no
+      # Look at the argument we got.  We use all the common list separators.
+      lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
+      for pkg in $enableval; do
+	IFS="$lt_save_ifs"
+	if test "X$pkg" = "X$p"; then
+	  enable_static=yes
+	fi
+      done
+      IFS="$lt_save_ifs"
+      ;;
+    esac
+else
+  enable_static=yes
+fi
+
+
+
+
+
+
+
+
+
+
+# Check whether --with-pic was given.
+if test "${with_pic+set}" = set; then :
+  withval=$with_pic; lt_p=${PACKAGE-default}
+    case $withval in
+    yes|no) pic_mode=$withval ;;
+    *)
+      pic_mode=default
+      # Look at the argument we got.  We use all the common list separators.
+      lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
+      for lt_pkg in $withval; do
+	IFS="$lt_save_ifs"
+	if test "X$lt_pkg" = "X$lt_p"; then
+	  pic_mode=yes
+	fi
+      done
+      IFS="$lt_save_ifs"
+      ;;
+    esac
+else
+  pic_mode=default
+fi
+
+
+test -z "$pic_mode" && pic_mode=default
+
+
+
+
+
+
+
+  # Check whether --enable-fast-install was given.
+if test "${enable_fast_install+set}" = set; then :
+  enableval=$enable_fast_install; p=${PACKAGE-default}
+    case $enableval in
+    yes) enable_fast_install=yes ;;
+    no) enable_fast_install=no ;;
+    *)
+      enable_fast_install=no
+      # Look at the argument we got.  We use all the common list separators.
+      lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
+      for pkg in $enableval; do
+	IFS="$lt_save_ifs"
+	if test "X$pkg" = "X$p"; then
+	  enable_fast_install=yes
+	fi
+      done
+      IFS="$lt_save_ifs"
+      ;;
+    esac
+else
+  enable_fast_install=yes
+fi
+
+
+
+
+
+
+
+
+
+
+
+# This can be used to rebuild libtool when needed
+LIBTOOL_DEPS="$ltmain"
+
+# Always use our own libtool.
+LIBTOOL='$(SHELL) $(top_builddir)/libtool'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+test -z "$LN_S" && LN_S="ln -s"
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+if test -n "${ZSH_VERSION+set}" ; then
+   setopt NO_GLOB_SUBST
+fi
+
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
+$as_echo_n "checking for objdir... " >&6; }
+if ${lt_cv_objdir+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  rm -f .libs 2>/dev/null
+mkdir .libs 2>/dev/null
+if test -d .libs; then
+  lt_cv_objdir=.libs
+else
+  # MS-DOS does not allow filenames that begin with a dot.
+  lt_cv_objdir=_libs
+fi
+rmdir .libs 2>/dev/null
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
+$as_echo "$lt_cv_objdir" >&6; }
+objdir=$lt_cv_objdir
+
+
+
+
+
+cat >>confdefs.h <<_ACEOF
+#define LT_OBJDIR "$lt_cv_objdir/"
+_ACEOF
+
+
+
+
+case $host_os in
+aix3*)
+  # AIX sometimes has problems with the GCC collect2 program.  For some
+  # reason, if we set the COLLECT_NAMES environment variable, the problems
+  # vanish in a puff of smoke.
+  if test "X${COLLECT_NAMES+set}" != Xset; then
+    COLLECT_NAMES=
+    export COLLECT_NAMES
+  fi
+  ;;
+esac
+
+# Global variables:
+ofile=libtool
+can_build_shared=yes
+
+# All known linkers require a `.a' archive for static linking (except MSVC,
+# which needs '.lib').
+libext=a
+
+with_gnu_ld="$lt_cv_prog_gnu_ld"
+
+old_CC="$CC"
+old_CFLAGS="$CFLAGS"
+
+# Set sane defaults for various variables
+test -z "$CC" && CC=cc
+test -z "$LTCC" && LTCC=$CC
+test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
+test -z "$LD" && LD=ld
+test -z "$ac_objext" && ac_objext=o
+
+for cc_temp in $compiler""; do
+  case $cc_temp in
+    compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
+    distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
+    \-*) ;;
+    *) break;;
+  esac
+done
+cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
+
+
+# Only perform the check for file, if the check method requires it
+test -z "$MAGIC_CMD" && MAGIC_CMD=file
+case $deplibs_check_method in
+file_magic*)
+  if test "$file_magic_cmd" = '$MAGIC_CMD'; then
+    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
+$as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
+if ${lt_cv_path_MAGIC_CMD+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  case $MAGIC_CMD in
+[\\/*] |  ?:[\\/]*)
+  lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
+  ;;
+*)
+  lt_save_MAGIC_CMD="$MAGIC_CMD"
+  lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
+  ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
+  for ac_dir in $ac_dummy; do
+    IFS="$lt_save_ifs"
+    test -z "$ac_dir" && ac_dir=.
+    if test -f $ac_dir/${ac_tool_prefix}file; then
+      lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
+      if test -n "$file_magic_test_file"; then
+	case $deplibs_check_method in
+	"file_magic "*)
+	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
+	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
+	  if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
+	    $EGREP "$file_magic_regex" > /dev/null; then
+	    :
+	  else
+	    cat <<_LT_EOF 1>&2
+
+*** Warning: the command libtool uses to detect shared libraries,
+*** $file_magic_cmd, produces output that libtool cannot recognize.
+*** The result is that libtool may fail to recognize shared libraries
+*** as such.  This will affect the creation of libtool libraries that
+*** depend on shared libraries, but programs linked with such libtool
+*** libraries will work regardless of this problem.  Nevertheless, you
+*** may want to report the problem to your system manager and/or to
+*** bug-libtool at gnu.org
+
+_LT_EOF
+	  fi ;;
+	esac
+      fi
+      break
+    fi
+  done
+  IFS="$lt_save_ifs"
+  MAGIC_CMD="$lt_save_MAGIC_CMD"
+  ;;
+esac
+fi
+
+MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
+if test -n "$MAGIC_CMD"; then
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
+$as_echo "$MAGIC_CMD" >&6; }
+else
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+fi
+
+
+
+
+
+if test -z "$lt_cv_path_MAGIC_CMD"; then
+  if test -n "$ac_tool_prefix"; then
+    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
+$as_echo_n "checking for file... " >&6; }
+if ${lt_cv_path_MAGIC_CMD+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  case $MAGIC_CMD in
+[\\/*] |  ?:[\\/]*)
+  lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
+  ;;
+*)
+  lt_save_MAGIC_CMD="$MAGIC_CMD"
+  lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
+  ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
+  for ac_dir in $ac_dummy; do
+    IFS="$lt_save_ifs"
+    test -z "$ac_dir" && ac_dir=.
+    if test -f $ac_dir/file; then
+      lt_cv_path_MAGIC_CMD="$ac_dir/file"
+      if test -n "$file_magic_test_file"; then
+	case $deplibs_check_method in
+	"file_magic "*)
+	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
+	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
+	  if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
+	    $EGREP "$file_magic_regex" > /dev/null; then
+	    :
+	  else
+	    cat <<_LT_EOF 1>&2
+
+*** Warning: the command libtool uses to detect shared libraries,
+*** $file_magic_cmd, produces output that libtool cannot recognize.
+*** The result is that libtool may fail to recognize shared libraries
+*** as such.  This will affect the creation of libtool libraries that
+*** depend on shared libraries, but programs linked with such libtool
+*** libraries will work regardless of this problem.  Nevertheless, you
+*** may want to report the problem to your system manager and/or to
+*** bug-libtool at gnu.org
+
+_LT_EOF
+	  fi ;;
+	esac
+      fi
+      break
+    fi
+  done
+  IFS="$lt_save_ifs"
+  MAGIC_CMD="$lt_save_MAGIC_CMD"
+  ;;
+esac
+fi
+
+MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
+if test -n "$MAGIC_CMD"; then
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
+$as_echo "$MAGIC_CMD" >&6; }
+else
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+fi
+
+
+  else
+    MAGIC_CMD=:
+  fi
+fi
+
+  fi
+  ;;
+esac
+
+# Use C for the default configuration in the libtool script
+
+lt_save_CC="$CC"
+ac_ext=c
+ac_cpp='$CPP $CPPFLAGS'
+ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
+ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
+ac_compiler_gnu=$ac_cv_c_compiler_gnu
+
+
+# Source file extension for C test sources.
+ac_ext=c
+
+# Object file extension for compiled C test sources.
+objext=o
+objext=$objext
+
+# Code to be used in simple compile tests
+lt_simple_compile_test_code="int some_variable = 0;"
+
+# Code to be used in simple link tests
+lt_simple_link_test_code='int main(){return(0);}'
+
+
+
+
+
+
+
+# If no C compiler was specified, use CC.
+LTCC=${LTCC-"$CC"}
+
+# If no C compiler flags were specified, use CFLAGS.
+LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
+
+# Allow CC to be a program name with arguments.
+compiler=$CC
+
+# Save the default compiler, since it gets overwritten when the other
+# tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
+compiler_DEFAULT=$CC
+
+# save warnings/boilerplate of simple test code
+ac_outfile=conftest.$ac_objext
+echo "$lt_simple_compile_test_code" >conftest.$ac_ext
+eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
+_lt_compiler_boilerplate=`cat conftest.err`
+$RM conftest*
+
+ac_outfile=conftest.$ac_objext
+echo "$lt_simple_link_test_code" >conftest.$ac_ext
+eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
+_lt_linker_boilerplate=`cat conftest.err`
+$RM -r conftest*
+
+
+## CAVEAT EMPTOR:
+## There is no encapsulation within the following macros, do not change
+## the running order or otherwise move them around unless you know exactly
+## what you are doing...
+if test -n "$compiler"; then
+
+lt_prog_compiler_no_builtin_flag=
+
+if test "$GCC" = yes; then
+  case $cc_basename in
+  nvcc*)
+    lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
+  *)
+    lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
+  esac
+
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
+$as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
+if ${lt_cv_prog_compiler_rtti_exceptions+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  lt_cv_prog_compiler_rtti_exceptions=no
+   ac_outfile=conftest.$ac_objext
+   echo "$lt_simple_compile_test_code" > conftest.$ac_ext
+   lt_compiler_flag="-fno-rtti -fno-exceptions"
+   # Insert the option either (1) after the last *FLAGS variable, or
+   # (2) before a word containing "conftest.", or (3) at the end.
+   # Note that $ac_compile itself does not contain backslashes and begins
+   # with a dollar sign (not a hyphen), so the echo should work correctly.
+   # The option is referenced via a variable to avoid confusing sed.
+   lt_compile=`echo "$ac_compile" | $SED \
+   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
+   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
+   -e 's:$: $lt_compiler_flag:'`
+   (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
+   (eval "$lt_compile" 2>conftest.err)
+   ac_status=$?
+   cat conftest.err >&5
+   echo "$as_me:$LINENO: \$? = $ac_status" >&5
+   if (exit $ac_status) && test -s "$ac_outfile"; then
+     # The compiler can only warn and ignore the option if not recognized
+     # So say no if there are warnings other than the usual output.
+     $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
+     $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
+     if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
+       lt_cv_prog_compiler_rtti_exceptions=yes
+     fi
+   fi
+   $RM conftest*
+
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
+$as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
+
+if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
+    lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
+else
+    :
+fi
+
+fi
+
+
+
+
+
+
+  lt_prog_compiler_wl=
+lt_prog_compiler_pic=
+lt_prog_compiler_static=
+
+
+  if test "$GCC" = yes; then
+    lt_prog_compiler_wl='-Wl,'
+    lt_prog_compiler_static='-static'
+
+    case $host_os in
+      aix*)
+      # All AIX code is PIC.
+      if test "$host_cpu" = ia64; then
+	# AIX 5 now supports IA64 processor
+	lt_prog_compiler_static='-Bstatic'
+      fi
+      ;;
+
+    amigaos*)
+      case $host_cpu in
+      powerpc)
+            # see comment about AmigaOS4 .so support
+            lt_prog_compiler_pic='-fPIC'
+        ;;
+      m68k)
+            # FIXME: we need at least 68020 code to build shared libraries, but
+            # adding the `-m68020' flag to GCC prevents building anything better,
+            # like `-m68040'.
+            lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
+        ;;
+      esac
+      ;;
+
+    beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
+      # PIC is the default for these OSes.
+      ;;
+
+    mingw* | cygwin* | pw32* | os2* | cegcc*)
+      # This hack is so that the source file can tell whether it is being
+      # built for inclusion in a dll (and should export symbols for example).
+      # Although the cygwin gcc ignores -fPIC, still need this for old-style
+      # (--disable-auto-import) libraries
+      lt_prog_compiler_pic='-DDLL_EXPORT'
+      ;;
+
+    darwin* | rhapsody*)
+      # PIC is the default on this platform
+      # Common symbols not allowed in MH_DYLIB files
+      lt_prog_compiler_pic='-fno-common'
+      ;;
+
+    haiku*)
+      # PIC is the default for Haiku.
+      # The "-static" flag exists, but is broken.
+      lt_prog_compiler_static=
+      ;;
+
+    hpux*)
+      # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
+      # PA HP-UX.  On IA64 HP-UX, PIC is the default but the pic flag
+      # sets the default TLS model and affects inlining.
+      case $host_cpu in
+      hppa*64*)
+	# +Z the default
+	;;
+      *)
+	lt_prog_compiler_pic='-fPIC'
+	;;
+      esac
+      ;;
+
+    interix[3-9]*)
+      # Interix 3.x gcc -fpic/-fPIC options generate broken code.
+      # Instead, we relocate shared libraries at runtime.
+      ;;
+
+    msdosdjgpp*)
+      # Just because we use GCC doesn't mean we suddenly get shared libraries
+      # on systems that don't support them.
+      lt_prog_compiler_can_build_shared=no
+      enable_shared=no
+      ;;
+
+    *nto* | *qnx*)
+      # QNX uses GNU C++, but need to define -shared option too, otherwise
+      # it will coredump.
+      lt_prog_compiler_pic='-fPIC -shared'
+      ;;
+
+    sysv4*MP*)
+      if test -d /usr/nec; then
+	lt_prog_compiler_pic=-Kconform_pic
+      fi
+      ;;
+
+    *)
+      lt_prog_compiler_pic='-fPIC'
+      ;;
+    esac
+
+    case $cc_basename in
+    nvcc*) # Cuda Compiler Driver 2.2
+      lt_prog_compiler_wl='-Xlinker '
+      if test -n "$lt_prog_compiler_pic"; then
+        lt_prog_compiler_pic="-Xcompiler $lt_prog_compiler_pic"
+      fi
+      ;;
+    esac
+  else
+    # PORTME Check for flag to pass linker flags through the system compiler.
+    case $host_os in
+    aix*)
+      lt_prog_compiler_wl='-Wl,'
+      if test "$host_cpu" = ia64; then
+	# AIX 5 now supports IA64 processor
+	lt_prog_compiler_static='-Bstatic'
+      else
+	lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
+      fi
+      ;;
+
+    mingw* | cygwin* | pw32* | os2* | cegcc*)
+      # This hack is so that the source file can tell whether it is being
+      # built for inclusion in a dll (and should export symbols for example).
+      lt_prog_compiler_pic='-DDLL_EXPORT'
+      ;;
+
+    hpux9* | hpux10* | hpux11*)
+      lt_prog_compiler_wl='-Wl,'
+      # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
+      # not for PA HP-UX.
+      case $host_cpu in
+      hppa*64*|ia64*)
+	# +Z the default
+	;;
+      *)
+	lt_prog_compiler_pic='+Z'
+	;;
+      esac
+      # Is there a better lt_prog_compiler_static that works with the bundled CC?
+      lt_prog_compiler_static='${wl}-a ${wl}archive'
+      ;;
+
+    irix5* | irix6* | nonstopux*)
+      lt_prog_compiler_wl='-Wl,'
+      # PIC (with -KPIC) is the default.
+      lt_prog_compiler_static='-non_shared'
+      ;;
+
+    linux* | k*bsd*-gnu | kopensolaris*-gnu)
+      case $cc_basename in
+      # old Intel for x86_64 which still supported -KPIC.
+      ecc*)
+	lt_prog_compiler_wl='-Wl,'
+	lt_prog_compiler_pic='-KPIC'
+	lt_prog_compiler_static='-static'
+        ;;
+      # icc used to be incompatible with GCC.
+      # ICC 10 doesn't accept -KPIC any more.
+      icc* | ifort*)
+	lt_prog_compiler_wl='-Wl,'
+	lt_prog_compiler_pic='-fPIC'
+	lt_prog_compiler_static='-static'
+        ;;
+      # Lahey Fortran 8.1.
+      lf95*)
+	lt_prog_compiler_wl='-Wl,'
+	lt_prog_compiler_pic='--shared'
+	lt_prog_compiler_static='--static'
+	;;
+      nagfor*)
+	# NAG Fortran compiler
+	lt_prog_compiler_wl='-Wl,-Wl,,'
+	lt_prog_compiler_pic='-PIC'
+	lt_prog_compiler_static='-Bstatic'
+	;;
+      pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
+        # Portland Group compilers (*not* the Pentium gcc compiler,
+	# which looks to be a dead project)
+	lt_prog_compiler_wl='-Wl,'
+	lt_prog_compiler_pic='-fpic'
+	lt_prog_compiler_static='-Bstatic'
+        ;;
+      ccc*)
+        lt_prog_compiler_wl='-Wl,'
+        # All Alpha code is PIC.
+        lt_prog_compiler_static='-non_shared'
+        ;;
+      xl* | bgxl* | bgf* | mpixl*)
+	# IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
+	lt_prog_compiler_wl='-Wl,'
+	lt_prog_compiler_pic='-qpic'
+	lt_prog_compiler_static='-qstaticlink'
+	;;
+      *)
+	case `$CC -V 2>&1 | sed 5q` in
+	*Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [1-7].* | *Sun*Fortran*\ 8.[0-3]*)
+	  # Sun Fortran 8.3 passes all unrecognized flags to the linker
+	  lt_prog_compiler_pic='-KPIC'
+	  lt_prog_compiler_static='-Bstatic'
+	  lt_prog_compiler_wl=''
+	  ;;
+	*Sun\ F* | *Sun*Fortran*)
+	  lt_prog_compiler_pic='-KPIC'
+	  lt_prog_compiler_static='-Bstatic'
+	  lt_prog_compiler_wl='-Qoption ld '
+	  ;;
+	*Sun\ C*)
+	  # Sun C 5.9
+	  lt_prog_compiler_pic='-KPIC'
+	  lt_prog_compiler_static='-Bstatic'
+	  lt_prog_compiler_wl='-Wl,'
+	  ;;
+        *Intel*\ [CF]*Compiler*)
+	  lt_prog_compiler_wl='-Wl,'
+	  lt_prog_compiler_pic='-fPIC'
+	  lt_prog_compiler_static='-static'
+	  ;;
+	*Portland\ Group*)
+	  lt_prog_compiler_wl='-Wl,'
+	  lt_prog_compiler_pic='-fpic'
+	  lt_prog_compiler_static='-Bstatic'
+	  ;;
+	esac
+	;;
+      esac
+      ;;
+
+    newsos6)
+      lt_prog_compiler_pic='-KPIC'
+      lt_prog_compiler_static='-Bstatic'
+      ;;
+
+    *nto* | *qnx*)
+      # QNX uses GNU C++, but need to define -shared option too, otherwise
+      # it will coredump.
+      lt_prog_compiler_pic='-fPIC -shared'
+      ;;
+
+    osf3* | osf4* | osf5*)
+      lt_prog_compiler_wl='-Wl,'
+      # All OSF/1 code is PIC.
+      lt_prog_compiler_static='-non_shared'
+      ;;
+
+    rdos*)
+      lt_prog_compiler_static='-non_shared'
+      ;;
+
+    solaris*)
+      lt_prog_compiler_pic='-KPIC'
+      lt_prog_compiler_static='-Bstatic'
+      case $cc_basename in
+      f77* | f90* | f95* | sunf77* | sunf90* | sunf95*)
+	lt_prog_compiler_wl='-Qoption ld ';;
+      *)
+	lt_prog_compiler_wl='-Wl,';;
+      esac
+      ;;
+
+    sunos4*)
+      lt_prog_compiler_wl='-Qoption ld '
+      lt_prog_compiler_pic='-PIC'
+      lt_prog_compiler_static='-Bstatic'
+      ;;
+
+    sysv4 | sysv4.2uw2* | sysv4.3*)
+      lt_prog_compiler_wl='-Wl,'
+      lt_prog_compiler_pic='-KPIC'
+      lt_prog_compiler_static='-Bstatic'
+      ;;
+
+    sysv4*MP*)
+      if test -d /usr/nec ;then
+	lt_prog_compiler_pic='-Kconform_pic'
+	lt_prog_compiler_static='-Bstatic'
+      fi
+      ;;
+
+    sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
+      lt_prog_compiler_wl='-Wl,'
+      lt_prog_compiler_pic='-KPIC'
+      lt_prog_compiler_static='-Bstatic'
+      ;;
+
+    unicos*)
+      lt_prog_compiler_wl='-Wl,'
+      lt_prog_compiler_can_build_shared=no
+      ;;
+
+    uts4*)
+      lt_prog_compiler_pic='-pic'
+      lt_prog_compiler_static='-Bstatic'
+      ;;
+
+    *)
+      lt_prog_compiler_can_build_shared=no
+      ;;
+    esac
+  fi
+
+case $host_os in
+  # For platforms which do not support PIC, -DPIC is meaningless:
+  *djgpp*)
+    lt_prog_compiler_pic=
+    ;;
+  *)
+    lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
+    ;;
+esac
+
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
+$as_echo_n "checking for $compiler option to produce PIC... " >&6; }
+if ${lt_cv_prog_compiler_pic+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  lt_cv_prog_compiler_pic=$lt_prog_compiler_pic
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic" >&5
+$as_echo "$lt_cv_prog_compiler_pic" >&6; }
+lt_prog_compiler_pic=$lt_cv_prog_compiler_pic
+
+#
+# Check to make sure the PIC flag actually works.
+#
+if test -n "$lt_prog_compiler_pic"; then
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
+$as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
+if ${lt_cv_prog_compiler_pic_works+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  lt_cv_prog_compiler_pic_works=no
+   ac_outfile=conftest.$ac_objext
+   echo "$lt_simple_compile_test_code" > conftest.$ac_ext
+   lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
+   # Insert the option either (1) after the last *FLAGS variable, or
+   # (2) before a word containing "conftest.", or (3) at the end.
+   # Note that $ac_compile itself does not contain backslashes and begins
+   # with a dollar sign (not a hyphen), so the echo should work correctly.
+   # The option is referenced via a variable to avoid confusing sed.
+   lt_compile=`echo "$ac_compile" | $SED \
+   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
+   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
+   -e 's:$: $lt_compiler_flag:'`
+   (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
+   (eval "$lt_compile" 2>conftest.err)
+   ac_status=$?
+   cat conftest.err >&5
+   echo "$as_me:$LINENO: \$? = $ac_status" >&5
+   if (exit $ac_status) && test -s "$ac_outfile"; then
+     # The compiler can only warn and ignore the option if not recognized
+     # So say no if there are warnings other than the usual output.
+     $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
+     $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
+     if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
+       lt_cv_prog_compiler_pic_works=yes
+     fi
+   fi
+   $RM conftest*
+
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
+$as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
+
+if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
+    case $lt_prog_compiler_pic in
+     "" | " "*) ;;
+     *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
+     esac
+else
+    lt_prog_compiler_pic=
+     lt_prog_compiler_can_build_shared=no
+fi
+
+fi
+
+
+
+
+
+
+
+
+
+
+
+#
+# Check to make sure the static flag actually works.
+#
+wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
+$as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
+if ${lt_cv_prog_compiler_static_works+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  lt_cv_prog_compiler_static_works=no
+   save_LDFLAGS="$LDFLAGS"
+   LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
+   echo "$lt_simple_link_test_code" > conftest.$ac_ext
+   if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
+     # The linker can only warn and ignore the option if not recognized
+     # So say no if there are warnings
+     if test -s conftest.err; then
+       # Append any errors to the config.log.
+       cat conftest.err 1>&5
+       $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
+       $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
+       if diff conftest.exp conftest.er2 >/dev/null; then
+         lt_cv_prog_compiler_static_works=yes
+       fi
+     else
+       lt_cv_prog_compiler_static_works=yes
+     fi
+   fi
+   $RM -r conftest*
+   LDFLAGS="$save_LDFLAGS"
+
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
+$as_echo "$lt_cv_prog_compiler_static_works" >&6; }
+
+if test x"$lt_cv_prog_compiler_static_works" = xyes; then
+    :
+else
+    lt_prog_compiler_static=
+fi
+
+
+
+
+
+
+
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
+$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
+if ${lt_cv_prog_compiler_c_o+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  lt_cv_prog_compiler_c_o=no
+   $RM -r conftest 2>/dev/null
+   mkdir conftest
+   cd conftest
+   mkdir out
+   echo "$lt_simple_compile_test_code" > conftest.$ac_ext
+
+   lt_compiler_flag="-o out/conftest2.$ac_objext"
+   # Insert the option either (1) after the last *FLAGS variable, or
+   # (2) before a word containing "conftest.", or (3) at the end.
+   # Note that $ac_compile itself does not contain backslashes and begins
+   # with a dollar sign (not a hyphen), so the echo should work correctly.
+   lt_compile=`echo "$ac_compile" | $SED \
+   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
+   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
+   -e 's:$: $lt_compiler_flag:'`
+   (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
+   (eval "$lt_compile" 2>out/conftest.err)
+   ac_status=$?
+   cat out/conftest.err >&5
+   echo "$as_me:$LINENO: \$? = $ac_status" >&5
+   if (exit $ac_status) && test -s out/conftest2.$ac_objext
+   then
+     # The compiler can only warn and ignore the option if not recognized
+     # So say no if there are warnings
+     $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
+     $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
+     if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
+       lt_cv_prog_compiler_c_o=yes
+     fi
+   fi
+   chmod u+w . 2>&5
+   $RM conftest*
+   # SGI C++ compiler will create directory out/ii_files/ for
+   # template instantiation
+   test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
+   $RM out/* && rmdir out
+   cd ..
+   $RM -r conftest
+   $RM conftest*
+
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
+$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
+
+
+
+
+
+
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
+$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
+if ${lt_cv_prog_compiler_c_o+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  lt_cv_prog_compiler_c_o=no
+   $RM -r conftest 2>/dev/null
+   mkdir conftest
+   cd conftest
+   mkdir out
+   echo "$lt_simple_compile_test_code" > conftest.$ac_ext
+
+   lt_compiler_flag="-o out/conftest2.$ac_objext"
+   # Insert the option either (1) after the last *FLAGS variable, or
+   # (2) before a word containing "conftest.", or (3) at the end.
+   # Note that $ac_compile itself does not contain backslashes and begins
+   # with a dollar sign (not a hyphen), so the echo should work correctly.
+   lt_compile=`echo "$ac_compile" | $SED \
+   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
+   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
+   -e 's:$: $lt_compiler_flag:'`
+   (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
+   (eval "$lt_compile" 2>out/conftest.err)
+   ac_status=$?
+   cat out/conftest.err >&5
+   echo "$as_me:$LINENO: \$? = $ac_status" >&5
+   if (exit $ac_status) && test -s out/conftest2.$ac_objext
+   then
+     # The compiler can only warn and ignore the option if not recognized
+     # So say no if there are warnings
+     $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
+     $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
+     if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
+       lt_cv_prog_compiler_c_o=yes
+     fi
+   fi
+   chmod u+w . 2>&5
+   $RM conftest*
+   # SGI C++ compiler will create directory out/ii_files/ for
+   # template instantiation
+   test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
+   $RM out/* && rmdir out
+   cd ..
+   $RM -r conftest
+   $RM conftest*
+
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
+$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
+
+
+
+
+hard_links="nottested"
+if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
+  # do not overwrite the value of need_locks provided by the user
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
+$as_echo_n "checking if we can lock with hard links... " >&6; }
+  hard_links=yes
+  $RM conftest*
+  ln conftest.a conftest.b 2>/dev/null && hard_links=no
+  touch conftest.a
+  ln conftest.a conftest.b 2>&5 || hard_links=no
+  ln conftest.a conftest.b 2>/dev/null && hard_links=no
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
+$as_echo "$hard_links" >&6; }
+  if test "$hard_links" = no; then
+    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
+$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
+    need_locks=warn
+  fi
+else
+  need_locks=no
+fi
+
+
+
+
+
+
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
+$as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
+
+  runpath_var=
+  allow_undefined_flag=
+  always_export_symbols=no
+  archive_cmds=
+  archive_expsym_cmds=
+  compiler_needs_object=no
+  enable_shared_with_static_runtimes=no
+  export_dynamic_flag_spec=
+  export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
+  hardcode_automatic=no
+  hardcode_direct=no
+  hardcode_direct_absolute=no
+  hardcode_libdir_flag_spec=
+  hardcode_libdir_separator=
+  hardcode_minus_L=no
+  hardcode_shlibpath_var=unsupported
+  inherit_rpath=no
+  link_all_deplibs=unknown
+  module_cmds=
+  module_expsym_cmds=
+  old_archive_from_new_cmds=
+  old_archive_from_expsyms_cmds=
+  thread_safe_flag_spec=
+  whole_archive_flag_spec=
+  # include_expsyms should be a list of space-separated symbols to be *always*
+  # included in the symbol list
+  include_expsyms=
+  # exclude_expsyms can be an extended regexp of symbols to exclude
+  # it will be wrapped by ` (' and `)$', so one must not match beginning or
+  # end of line.  Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
+  # as well as any symbol that contains `d'.
+  exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
+  # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
+  # platforms (ab)use it in PIC code, but their linkers get confused if
+  # the symbol is explicitly referenced.  Since portable code cannot
+  # rely on this symbol name, it's probably fine to never include it in
+  # preloaded symbol tables.
+  # Exclude shared library initialization/finalization symbols.
+  extract_expsyms_cmds=
+
+  case $host_os in
+  cygwin* | mingw* | pw32* | cegcc*)
+    # FIXME: the MSVC++ port hasn't been tested in a loooong time
+    # When not using gcc, we currently assume that we are using
+    # Microsoft Visual C++.
+    if test "$GCC" != yes; then
+      with_gnu_ld=no
+    fi
+    ;;
+  interix*)
+    # we just hope/assume this is gcc and not c89 (= MSVC++)
+    with_gnu_ld=yes
+    ;;
+  openbsd*)
+    with_gnu_ld=no
+    ;;
+  esac
+
+  ld_shlibs=yes
+
+  # On some targets, GNU ld is compatible enough with the native linker
+  # that we're better off using the native interface for both.
+  lt_use_gnu_ld_interface=no
+  if test "$with_gnu_ld" = yes; then
+    case $host_os in
+      aix*)
+	# The AIX port of GNU ld has always aspired to compatibility
+	# with the native linker.  However, as the warning in the GNU ld
+	# block says, versions before 2.19.5* couldn't really create working
+	# shared libraries, regardless of the interface used.
+	case `$LD -v 2>&1` in
+	  *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
+	  *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
+	  *\ \(GNU\ Binutils\)\ [3-9]*) ;;
+	  *)
+	    lt_use_gnu_ld_interface=yes
+	    ;;
+	esac
+	;;
+      *)
+	lt_use_gnu_ld_interface=yes
+	;;
+    esac
+  fi
+
+  if test "$lt_use_gnu_ld_interface" = yes; then
+    # If archive_cmds runs LD, not CC, wlarc should be empty
+    wlarc='${wl}'
+
+    # Set some defaults for GNU ld with shared library support. These
+    # are reset later if shared libraries are not supported. Putting them
+    # here allows them to be overridden if necessary.
+    runpath_var=LD_RUN_PATH
+    hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
+    export_dynamic_flag_spec='${wl}--export-dynamic'
+    # ancient GNU ld didn't support --whole-archive et. al.
+    if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
+      whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
+    else
+      whole_archive_flag_spec=
+    fi
+    supports_anon_versioning=no
+    case `$LD -v 2>&1` in
+      *GNU\ gold*) supports_anon_versioning=yes ;;
+      *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
+      *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
+      *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
+      *\ 2.11.*) ;; # other 2.11 versions
+      *) supports_anon_versioning=yes ;;
+    esac
+
+    # See if GNU ld supports shared libraries.
+    case $host_os in
+    aix[3-9]*)
+      # On AIX/PPC, the GNU linker is very broken
+      if test "$host_cpu" != ia64; then
+	ld_shlibs=no
+	cat <<_LT_EOF 1>&2
+
+*** Warning: the GNU linker, at least up to release 2.19, is reported
+*** to be unable to reliably create shared libraries on AIX.
+*** Therefore, libtool is disabling shared libraries support.  If you
+*** really care for shared libraries, you may want to install binutils
+*** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
+*** You will then need to restart the configuration process.
+
+_LT_EOF
+      fi
+      ;;
+
+    amigaos*)
+      case $host_cpu in
+      powerpc)
+            # see comment about AmigaOS4 .so support
+            archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
+            archive_expsym_cmds=''
+        ;;
+      m68k)
+            archive_cmds='$RM $output_objdir/a2ixlibrary.data~$ECHO "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$ECHO "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$ECHO "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$ECHO "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)'
+            hardcode_libdir_flag_spec='-L$libdir'
+            hardcode_minus_L=yes
+        ;;
+      esac
+      ;;
+
+    beos*)
+      if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
+	allow_undefined_flag=unsupported
+	# Joseph Beckenbach <jrb3 at best.com> says some releases of gcc
+	# support --undefined.  This deserves some investigation.  FIXME
+	archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
+      else
+	ld_shlibs=no
+      fi
+      ;;
+
+    cygwin* | mingw* | pw32* | cegcc*)
+      # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
+      # as there is no search path for DLLs.
+      hardcode_libdir_flag_spec='-L$libdir'
+      export_dynamic_flag_spec='${wl}--export-all-symbols'
+      allow_undefined_flag=unsupported
+      always_export_symbols=no
+      enable_shared_with_static_runtimes=yes
+      export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/;s/^.*[ ]__nm__\([^ ]*\)[ ][^ ]*/\1 DATA/;/^I[ ]/d;/^[AITW][ ]/s/.* //'\'' | sort | uniq > $export_symbols'
+      exclude_expsyms='[_]+GLOBAL_OFFSET_TABLE_|[_]+GLOBAL__[FID]_.*|[_]+head_[A-Za-z0-9_]+_dll|[A-Za-z0-9_]+_dll_iname'
+
+      if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
+        archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
+	# If the export-symbols file already is a .def file (1st line
+	# is EXPORTS), use it as is; otherwise, prepend...
+	archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
+	  cp $export_symbols $output_objdir/$soname.def;
+	else
+	  echo EXPORTS > $output_objdir/$soname.def;
+	  cat $export_symbols >> $output_objdir/$soname.def;
+	fi~
+	$CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
+      else
+	ld_shlibs=no
+      fi
+      ;;
+
+    haiku*)
+      archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
+      link_all_deplibs=yes
+      ;;
+
+    interix[3-9]*)
+      hardcode_direct=no
+      hardcode_shlibpath_var=no
+      hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
+      export_dynamic_flag_spec='${wl}-E'
+      # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
+      # Instead, shared libraries are loaded at an image base (0x10000000 by
+      # default) and relocated if they conflict, which is a slow very memory
+      # consuming and fragmenting process.  To avoid this, we pick a random,
+      # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
+      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
+      archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
+      archive_expsym_cmds='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
+      ;;
+
+    gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
+      tmp_diet=no
+      if test "$host_os" = linux-dietlibc; then
+	case $cc_basename in
+	  diet\ *) tmp_diet=yes;;	# linux-dietlibc with static linking (!diet-dyn)
+	esac
+      fi
+      if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
+	 && test "$tmp_diet" = no
+      then
+	tmp_addflag=' $pic_flag'
+	tmp_sharedflag='-shared'
+	case $cc_basename,$host_cpu in
+        pgcc*)				# Portland Group C compiler
+	  whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
+	  tmp_addflag=' $pic_flag'
+	  ;;
+	pgf77* | pgf90* | pgf95* | pgfortran*)
+					# Portland Group f77 and f90 compilers
+	  whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
+	  tmp_addflag=' $pic_flag -Mnomain' ;;
+	ecc*,ia64* | icc*,ia64*)	# Intel C compiler on ia64
+	  tmp_addflag=' -i_dynamic' ;;
+	efc*,ia64* | ifort*,ia64*)	# Intel Fortran compiler on ia64
+	  tmp_addflag=' -i_dynamic -nofor_main' ;;
+	ifc* | ifort*)			# Intel Fortran compiler
+	  tmp_addflag=' -nofor_main' ;;
+	lf95*)				# Lahey Fortran 8.1
+	  whole_archive_flag_spec=
+	  tmp_sharedflag='--shared' ;;
+	xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
+	  tmp_sharedflag='-qmkshrobj'
+	  tmp_addflag= ;;
+	nvcc*)	# Cuda Compiler Driver 2.2
+	  whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
+	  compiler_needs_object=yes
+	  ;;
+	esac
+	case `$CC -V 2>&1 | sed 5q` in
+	*Sun\ C*)			# Sun C 5.9
+	  whole_archive_flag_spec='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
+	  compiler_needs_object=yes
+	  tmp_sharedflag='-G' ;;
+	*Sun\ F*)			# Sun Fortran 8.3
+	  tmp_sharedflag='-G' ;;
+	esac
+	archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
+
+        if test "x$supports_anon_versioning" = xyes; then
+          archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
+	    cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
+	    echo "local: *; };" >> $output_objdir/$libname.ver~
+	    $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
+        fi
+
+	case $cc_basename in
+	xlf* | bgf* | bgxlf* | mpixlf*)
+	  # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
+	  whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
+	  hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
+	  archive_cmds='$LD -shared $libobjs $deplibs $linker_flags -soname $soname -o $lib'
+	  if test "x$supports_anon_versioning" = xyes; then
+	    archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
+	      cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
+	      echo "local: *; };" >> $output_objdir/$libname.ver~
+	      $LD -shared $libobjs $deplibs $linker_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
+	  fi
+	  ;;
+	esac
+      else
+        ld_shlibs=no
+      fi
+      ;;
+
+    netbsd*)
+      if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
+	archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
+	wlarc=
+      else
+	archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
+	archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
+      fi
+      ;;
+
+    solaris*)
+      if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
+	ld_shlibs=no
+	cat <<_LT_EOF 1>&2
+
+*** Warning: The releases 2.8.* of the GNU linker cannot reliably
+*** create shared libraries on Solaris systems.  Therefore, libtool
+*** is disabling shared libraries support.  We urge you to upgrade GNU
+*** binutils to release 2.9.1 or newer.  Another option is to modify
+*** your PATH or compiler configuration so that the native linker is
+*** used, and then restart.
+
+_LT_EOF
+      elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
+	archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
+	archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
+      else
+	ld_shlibs=no
+      fi
+      ;;
+
+    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
+      case `$LD -v 2>&1` in
+        *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
+	ld_shlibs=no
+	cat <<_LT_EOF 1>&2
+
+*** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
+*** reliably create shared libraries on SCO systems.  Therefore, libtool
+*** is disabling shared libraries support.  We urge you to upgrade GNU
+*** binutils to release 2.16.91.0.3 or newer.  Another option is to modify
+*** your PATH or compiler configuration so that the native linker is
+*** used, and then restart.
+
+_LT_EOF
+	;;
+	*)
+	  # For security reasons, it is highly recommended that you always
+	  # use absolute paths for naming shared libraries, and exclude the
+	  # DT_RUNPATH tag from executables and libraries.  But doing so
+	  # requires that you compile everything twice, which is a pain.
+	  if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
+	    hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
+	    archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
+	    archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
+	  else
+	    ld_shlibs=no
+	  fi
+	;;
+      esac
+      ;;
+
+    sunos4*)
+      archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
+      wlarc=
+      hardcode_direct=yes
+      hardcode_shlibpath_var=no
+      ;;
+
+    *)
+      if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
+	archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
+	archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
+      else
+	ld_shlibs=no
+      fi
+      ;;
+    esac
+
+    if test "$ld_shlibs" = no; then
+      runpath_var=
+      hardcode_libdir_flag_spec=
+      export_dynamic_flag_spec=
+      whole_archive_flag_spec=
+    fi
+  else
+    # PORTME fill in a description of your system's linker (not GNU ld)
+    case $host_os in
+    aix3*)
+      allow_undefined_flag=unsupported
+      always_export_symbols=yes
+      archive_expsym_cmds='$LD -o $output_objdir/$soname $libobjs $deplibs $linker_flags -bE:$export_symbols -T512 -H512 -bM:SRE~$AR $AR_FLAGS $lib $output_objdir/$soname'
+      # Note: this linker hardcodes the directories in LIBPATH if there
+      # are no directories specified by -L.
+      hardcode_minus_L=yes
+      if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
+	# Neither direct hardcoding nor static linking is supported with a
+	# broken collect2.
+	hardcode_direct=unsupported
+      fi
+      ;;
+
+    aix[4-9]*)
+      if test "$host_cpu" = ia64; then
+	# On IA64, the linker does run time linking by default, so we don't
+	# have to do anything special.
+	aix_use_runtimelinking=no
+	exp_sym_flag='-Bexport'
+	no_entry_flag=""
+      else
+	# If we're using GNU nm, then we don't want the "-C" option.
+	# -C means demangle to AIX nm, but means don't demangle with GNU nm
+	# Also, AIX nm treats weak defined symbols like other global
+	# defined symbols, whereas GNU nm marks them as "W".
+	if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
+	  export_symbols_cmds='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
+	else
+	  export_symbols_cmds='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
+	fi
+	aix_use_runtimelinking=no
+
+	# Test if we are trying to use run time linking or normal
+	# AIX style linking. If -brtl is somewhere in LDFLAGS, we
+	# need to do runtime linking.
+	case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
+	  for ld_flag in $LDFLAGS; do
+	  if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
+	    aix_use_runtimelinking=yes
+	    break
+	  fi
+	  done
+	  ;;
+	esac
+
+	exp_sym_flag='-bexport'
+	no_entry_flag='-bnoentry'
+      fi
+
+      # When large executables or shared objects are built, AIX ld can
+      # have problems creating the table of contents.  If linking a library
+      # or program results in "error TOC overflow" add -mminimal-toc to
+      # CXXFLAGS/CFLAGS for g++/gcc.  In the cases where that is not
+      # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
+
+      archive_cmds=''
+      hardcode_direct=yes
+      hardcode_direct_absolute=yes
+      hardcode_libdir_separator=':'
+      link_all_deplibs=yes
+      file_list_spec='${wl}-f,'
+
+      if test "$GCC" = yes; then
+	case $host_os in aix4.[012]|aix4.[012].*)
+	# We only want to do this on AIX 4.2 and lower, the check
+	# below for broken collect2 doesn't work under 4.3+
+	  collect2name=`${CC} -print-prog-name=collect2`
+	  if test -f "$collect2name" &&
+	   strings "$collect2name" | $GREP resolve_lib_name >/dev/null
+	  then
+	  # We have reworked collect2
+	  :
+	  else
+	  # We have old collect2
+	  hardcode_direct=unsupported
+	  # It fails to find uninstalled libraries when the uninstalled
+	  # path is not listed in the libpath.  Setting hardcode_minus_L
+	  # to unsupported forces relinking
+	  hardcode_minus_L=yes
+	  hardcode_libdir_flag_spec='-L$libdir'
+	  hardcode_libdir_separator=
+	  fi
+	  ;;
+	esac
+	shared_flag='-shared'
+	if test "$aix_use_runtimelinking" = yes; then
+	  shared_flag="$shared_flag "'${wl}-G'
+	fi
+      else
+	# not using gcc
+	if test "$host_cpu" = ia64; then
+	# VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
+	# chokes on -Wl,-G. The following line is correct:
+	  shared_flag='-G'
+	else
+	  if test "$aix_use_runtimelinking" = yes; then
+	    shared_flag='${wl}-G'
+	  else
+	    shared_flag='${wl}-bM:SRE'
+	  fi
+	fi
+      fi
+
+      export_dynamic_flag_spec='${wl}-bexpall'
+      # It seems that -bexpall does not export symbols beginning with
+      # underscore (_), so it is better to generate a list of symbols to export.
+      always_export_symbols=yes
+      if test "$aix_use_runtimelinking" = yes; then
+	# Warning - without using the other runtime loading flags (-brtl),
+	# -berok will link without error, but may produce a broken library.
+	allow_undefined_flag='-berok'
+        # Determine the default libpath from the value encoded in an
+        # empty executable.
+        if test "${lt_cv_aix_libpath+set}" = set; then
+  aix_libpath=$lt_cv_aix_libpath
+else
+  if ${lt_cv_aix_libpath_+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+int
+main ()
+{
+
+  ;
+  return 0;
+}
+_ACEOF
+if ac_fn_c_try_link "$LINENO"; then :
+
+  lt_aix_libpath_sed='
+      /Import File Strings/,/^$/ {
+	  /^0/ {
+	      s/^0  *\([^ ]*\) *$/\1/
+	      p
+	  }
+      }'
+  lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
+  # Check for a 64-bit object if we didn't find anything.
+  if test -z "$lt_cv_aix_libpath_"; then
+    lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
+  fi
+fi
+rm -f core conftest.err conftest.$ac_objext \
+    conftest$ac_exeext conftest.$ac_ext
+  if test -z "$lt_cv_aix_libpath_"; then
+    lt_cv_aix_libpath_="/usr/lib:/lib"
+  fi
+
+fi
+
+  aix_libpath=$lt_cv_aix_libpath_
+fi
+
+        hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
+        archive_expsym_cmds='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then func_echo_all "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
+      else
+	if test "$host_cpu" = ia64; then
+	  hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
+	  allow_undefined_flag="-z nodefs"
+	  archive_expsym_cmds="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$exp_sym_flag:\$export_symbols"
+	else
+	 # Determine the default libpath from the value encoded in an
+	 # empty executable.
+	 if test "${lt_cv_aix_libpath+set}" = set; then
+  aix_libpath=$lt_cv_aix_libpath
+else
+  if ${lt_cv_aix_libpath_+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+int
+main ()
+{
+
+  ;
+  return 0;
+}
+_ACEOF
+if ac_fn_c_try_link "$LINENO"; then :
+
+  lt_aix_libpath_sed='
+      /Import File Strings/,/^$/ {
+	  /^0/ {
+	      s/^0  *\([^ ]*\) *$/\1/
+	      p
+	  }
+      }'
+  lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
+  # Check for a 64-bit object if we didn't find anything.
+  if test -z "$lt_cv_aix_libpath_"; then
+    lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
+  fi
+fi
+rm -f core conftest.err conftest.$ac_objext \
+    conftest$ac_exeext conftest.$ac_ext
+  if test -z "$lt_cv_aix_libpath_"; then
+    lt_cv_aix_libpath_="/usr/lib:/lib"
+  fi
+
+fi
+
+  aix_libpath=$lt_cv_aix_libpath_
+fi
+
+	 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
+	  # Warning - without using the other run time loading flags,
+	  # -berok will link without error, but may produce a broken library.
+	  no_undefined_flag=' ${wl}-bernotok'
+	  allow_undefined_flag=' ${wl}-berok'
+	  if test "$with_gnu_ld" = yes; then
+	    # We only use this code for GNU lds that support --whole-archive.
+	    whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
+	  else
+	    # Exported symbols can be pulled into shared objects from archives
+	    whole_archive_flag_spec='$convenience'
+	  fi
+	  archive_cmds_need_lc=yes
+	  # This is similar to how AIX traditionally builds its shared libraries.
+	  archive_expsym_cmds="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs ${wl}-bnoentry $compiler_flags ${wl}-bE:$export_symbols${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname'
+	fi
+      fi
+      ;;
+
+    amigaos*)
+      case $host_cpu in
+      powerpc)
+            # see comment about AmigaOS4 .so support
+            archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
+            archive_expsym_cmds=''
+        ;;
+      m68k)
+            archive_cmds='$RM $output_objdir/a2ixlibrary.data~$ECHO "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$ECHO "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$ECHO "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$ECHO "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)'
+            hardcode_libdir_flag_spec='-L$libdir'
+            hardcode_minus_L=yes
+        ;;
+      esac
+      ;;
+
+    bsdi[45]*)
+      export_dynamic_flag_spec=-rdynamic
+      ;;
+
+    cygwin* | mingw* | pw32* | cegcc*)
+      # When not using gcc, we currently assume that we are using
+      # Microsoft Visual C++.
+      # hardcode_libdir_flag_spec is actually meaningless, as there is
+      # no search path for DLLs.
+      case $cc_basename in
+      cl*)
+	# Native MSVC
+	hardcode_libdir_flag_spec=' '
+	allow_undefined_flag=unsupported
+	always_export_symbols=yes
+	file_list_spec='@'
+	# Tell ltmain to make .lib files, not .a files.
+	libext=lib
+	# Tell ltmain to make .dll files, not .so files.
+	shrext_cmds=".dll"
+	# FIXME: Setting linknames here is a bad hack.
+	archive_cmds='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-dll~linknames='
+	archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
+	    sed -n -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' -e '1\\\!p' < $export_symbols > $output_objdir/$soname.exp;
+	  else
+	    sed -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' < $export_symbols > $output_objdir/$soname.exp;
+	  fi~
+	  $CC -o $tool_output_objdir$soname $libobjs $compiler_flags $deplibs "@$tool_output_objdir$soname.exp" -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~
+	  linknames='
+	# The linker will not automatically build a static lib if we build a DLL.
+	# _LT_TAGVAR(old_archive_from_new_cmds, )='true'
+	enable_shared_with_static_runtimes=yes
+	exclude_expsyms='_NULL_IMPORT_DESCRIPTOR|_IMPORT_DESCRIPTOR_.*'
+	export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1,DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
+	# Don't use ranlib
+	old_postinstall_cmds='chmod 644 $oldlib'
+	postlink_cmds='lt_outputfile="@OUTPUT@"~
+	  lt_tool_outputfile="@TOOL_OUTPUT@"~
+	  case $lt_outputfile in
+	    *.exe|*.EXE) ;;
+	    *)
+	      lt_outputfile="$lt_outputfile.exe"
+	      lt_tool_outputfile="$lt_tool_outputfile.exe"
+	      ;;
+	  esac~
+	  if test "$MANIFEST_TOOL" != ":" && test -f "$lt_outputfile.manifest"; then
+	    $MANIFEST_TOOL -manifest "$lt_tool_outputfile.manifest" -outputresource:"$lt_tool_outputfile" || exit 1;
+	    $RM "$lt_outputfile.manifest";
+	  fi'
+	;;
+      *)
+	# Assume MSVC wrapper
+	hardcode_libdir_flag_spec=' '
+	allow_undefined_flag=unsupported
+	# Tell ltmain to make .lib files, not .a files.
+	libext=lib
+	# Tell ltmain to make .dll files, not .so files.
+	shrext_cmds=".dll"
+	# FIXME: Setting linknames here is a bad hack.
+	archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
+	# The linker will automatically build a .lib file if we build a DLL.
+	old_archive_from_new_cmds='true'
+	# FIXME: Should let the user specify the lib program.
+	old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
+	enable_shared_with_static_runtimes=yes
+	;;
+      esac
+      ;;
+
+    darwin* | rhapsody*)
+
+
+  archive_cmds_need_lc=no
+  hardcode_direct=no
+  hardcode_automatic=yes
+  hardcode_shlibpath_var=unsupported
+  if test "$lt_cv_ld_force_load" = "yes"; then
+    whole_archive_flag_spec='`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience ${wl}-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`'
+
+  else
+    whole_archive_flag_spec=''
+  fi
+  link_all_deplibs=yes
+  allow_undefined_flag="$_lt_dar_allow_undefined"
+  case $cc_basename in
+     ifort*) _lt_dar_can_shared=yes ;;
+     *) _lt_dar_can_shared=$GCC ;;
+  esac
+  if test "$_lt_dar_can_shared" = "yes"; then
+    output_verbose_link_cmd=func_echo_all
+    archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
+    module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
+    archive_expsym_cmds="sed 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring ${_lt_dar_single_mod}${_lt_dar_export_syms}${_lt_dsymutil}"
+    module_expsym_cmds="sed -e 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dar_export_syms}${_lt_dsymutil}"
+
+  else
+  ld_shlibs=no
+  fi
+
+      ;;
+
+    dgux*)
+      archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
+      hardcode_libdir_flag_spec='-L$libdir'
+      hardcode_shlibpath_var=no
+      ;;
+
+    # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
+    # support.  Future versions do this automatically, but an explicit c++rt0.o
+    # does not break anything, and helps significantly (at the cost of a little
+    # extra space).
+    freebsd2.2*)
+      archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
+      hardcode_libdir_flag_spec='-R$libdir'
+      hardcode_direct=yes
+      hardcode_shlibpath_var=no
+      ;;
+
+    # Unfortunately, older versions of FreeBSD 2 do not have this feature.
+    freebsd2.*)
+      archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
+      hardcode_direct=yes
+      hardcode_minus_L=yes
+      hardcode_shlibpath_var=no
+      ;;
+
+    # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
+    freebsd* | dragonfly*)
+      archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
+      hardcode_libdir_flag_spec='-R$libdir'
+      hardcode_direct=yes
+      hardcode_shlibpath_var=no
+      ;;
+
+    hpux9*)
+      if test "$GCC" = yes; then
+	archive_cmds='$RM $output_objdir/$soname~$CC -shared $pic_flag ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $libobjs $deplibs $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
+      else
+	archive_cmds='$RM $output_objdir/$soname~$LD -b +b $install_libdir -o $output_objdir/$soname $libobjs $deplibs $linker_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
+      fi
+      hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
+      hardcode_libdir_separator=:
+      hardcode_direct=yes
+
+      # hardcode_minus_L: Not really in the search PATH,
+      # but as the default location of the library.
+      hardcode_minus_L=yes
+      export_dynamic_flag_spec='${wl}-E'
+      ;;
+
+    hpux10*)
+      if test "$GCC" = yes && test "$with_gnu_ld" = no; then
+	archive_cmds='$CC -shared $pic_flag ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
+      else
+	archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
+      fi
+      if test "$with_gnu_ld" = no; then
+	hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
+	hardcode_libdir_separator=:
+	hardcode_direct=yes
+	hardcode_direct_absolute=yes
+	export_dynamic_flag_spec='${wl}-E'
+	# hardcode_minus_L: Not really in the search PATH,
+	# but as the default location of the library.
+	hardcode_minus_L=yes
+      fi
+      ;;
+
+    hpux11*)
+      if test "$GCC" = yes && test "$with_gnu_ld" = no; then
+	case $host_cpu in
+	hppa*64*)
+	  archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
+	  ;;
+	ia64*)
+	  archive_cmds='$CC -shared $pic_flag ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
+	  ;;
+	*)
+	  archive_cmds='$CC -shared $pic_flag ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
+	  ;;
+	esac
+      else
+	case $host_cpu in
+	hppa*64*)
+	  archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
+	  ;;
+	ia64*)
+	  archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
+	  ;;
+	*)
+
+	  # Older versions of the 11.00 compiler do not understand -b yet
+	  # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
+	  { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
+$as_echo_n "checking if $CC understands -b... " >&6; }
+if ${lt_cv_prog_compiler__b+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  lt_cv_prog_compiler__b=no
+   save_LDFLAGS="$LDFLAGS"
+   LDFLAGS="$LDFLAGS -b"
+   echo "$lt_simple_link_test_code" > conftest.$ac_ext
+   if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
+     # The linker can only warn and ignore the option if not recognized
+     # So say no if there are warnings
+     if test -s conftest.err; then
+       # Append any errors to the config.log.
+       cat conftest.err 1>&5
+       $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
+       $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
+       if diff conftest.exp conftest.er2 >/dev/null; then
+         lt_cv_prog_compiler__b=yes
+       fi
+     else
+       lt_cv_prog_compiler__b=yes
+     fi
+   fi
+   $RM -r conftest*
+   LDFLAGS="$save_LDFLAGS"
+
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
+$as_echo "$lt_cv_prog_compiler__b" >&6; }
+
+if test x"$lt_cv_prog_compiler__b" = xyes; then
+    archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
+else
+    archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
+fi
+
+	  ;;
+	esac
+      fi
+      if test "$with_gnu_ld" = no; then
+	hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
+	hardcode_libdir_separator=:
+
+	case $host_cpu in
+	hppa*64*|ia64*)
+	  hardcode_direct=no
+	  hardcode_shlibpath_var=no
+	  ;;
+	*)
+	  hardcode_direct=yes
+	  hardcode_direct_absolute=yes
+	  export_dynamic_flag_spec='${wl}-E'
+
+	  # hardcode_minus_L: Not really in the search PATH,
+	  # but as the default location of the library.
+	  hardcode_minus_L=yes
+	  ;;
+	esac
+      fi
+      ;;
+
+    irix5* | irix6* | nonstopux*)
+      if test "$GCC" = yes; then
+	archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
+	# Try to use the -exported_symbol ld option, if it does not
+	# work, assume that -exports_file does not work either and
+	# implicitly export all symbols.
+	# This should be the same for all languages, so no per-tag cache variable.
+	{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $host_os linker accepts -exported_symbol" >&5
+$as_echo_n "checking whether the $host_os linker accepts -exported_symbol... " >&6; }
+if ${lt_cv_irix_exported_symbol+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  save_LDFLAGS="$LDFLAGS"
+	   LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
+	   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+int foo (void) { return 0; }
+_ACEOF
+if ac_fn_c_try_link "$LINENO"; then :
+  lt_cv_irix_exported_symbol=yes
+else
+  lt_cv_irix_exported_symbol=no
+fi
+rm -f core conftest.err conftest.$ac_objext \
+    conftest$ac_exeext conftest.$ac_ext
+           LDFLAGS="$save_LDFLAGS"
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_irix_exported_symbol" >&5
+$as_echo "$lt_cv_irix_exported_symbol" >&6; }
+	if test "$lt_cv_irix_exported_symbol" = yes; then
+          archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations ${wl}-exports_file ${wl}$export_symbols -o $lib'
+	fi
+      else
+	archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
+	archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -exports_file $export_symbols -o $lib'
+      fi
+      archive_cmds_need_lc='no'
+      hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
+      hardcode_libdir_separator=:
+      inherit_rpath=yes
+      link_all_deplibs=yes
+      ;;
+
+    netbsd*)
+      if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
+	archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'  # a.out
+      else
+	archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags'      # ELF
+      fi
+      hardcode_libdir_flag_spec='-R$libdir'
+      hardcode_direct=yes
+      hardcode_shlibpath_var=no
+      ;;
+
+    newsos6)
+      archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
+      hardcode_direct=yes
+      hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
+      hardcode_libdir_separator=:
+      hardcode_shlibpath_var=no
+      ;;
+
+    *nto* | *qnx*)
+      ;;
+
+    openbsd*)
+      if test -f /usr/libexec/ld.so; then
+	hardcode_direct=yes
+	hardcode_shlibpath_var=no
+	hardcode_direct_absolute=yes
+	if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
+	  archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
+	  archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
+	  hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
+	  export_dynamic_flag_spec='${wl}-E'
+	else
+	  case $host_os in
+	   openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
+	     archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
+	     hardcode_libdir_flag_spec='-R$libdir'
+	     ;;
+	   *)
+	     archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
+	     hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
+	     ;;
+	  esac
+	fi
+      else
+	ld_shlibs=no
+      fi
+      ;;
+
+    os2*)
+      hardcode_libdir_flag_spec='-L$libdir'
+      hardcode_minus_L=yes
+      allow_undefined_flag=unsupported
+      archive_cmds='$ECHO "LIBRARY $libname INITINSTANCE" > $output_objdir/$libname.def~$ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~echo DATA >> $output_objdir/$libname.def~echo " SINGLE NONSHARED" >> $output_objdir/$libname.def~echo EXPORTS >> $output_objdir/$libname.def~emxexp $libobjs >> $output_objdir/$libname.def~$CC -Zdll -Zcrtdll -o $lib $libobjs $deplibs $compiler_flags $output_objdir/$libname.def'
+      old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
+      ;;
+
+    osf3*)
+      if test "$GCC" = yes; then
+	allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
+	archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
+      else
+	allow_undefined_flag=' -expect_unresolved \*'
+	archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
+      fi
+      archive_cmds_need_lc='no'
+      hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
+      hardcode_libdir_separator=:
+      ;;
+
+    osf4* | osf5*)	# as osf3* with the addition of -msym flag
+      if test "$GCC" = yes; then
+	allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
+	archive_cmds='$CC -shared${allow_undefined_flag} $pic_flag $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
+	hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
+      else
+	allow_undefined_flag=' -expect_unresolved \*'
+	archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
+	archive_expsym_cmds='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.exp~
+	$CC -shared${allow_undefined_flag} ${wl}-input ${wl}$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib~$RM $lib.exp'
+
+	# Both c and cxx compiler support -rpath directly
+	hardcode_libdir_flag_spec='-rpath $libdir'
+      fi
+      archive_cmds_need_lc='no'
+      hardcode_libdir_separator=:
+      ;;
+
+    solaris*)
+      no_undefined_flag=' -z defs'
+      if test "$GCC" = yes; then
+	wlarc='${wl}'
+	archive_cmds='$CC -shared $pic_flag ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
+	archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
+	  $CC -shared $pic_flag ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
+      else
+	case `$CC -V 2>&1` in
+	*"Compilers 5.0"*)
+	  wlarc=''
+	  archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
+	  archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
+	  $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
+	  ;;
+	*)
+	  wlarc='${wl}'
+	  archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
+	  archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
+	  $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
+	  ;;
+	esac
+      fi
+      hardcode_libdir_flag_spec='-R$libdir'
+      hardcode_shlibpath_var=no
+      case $host_os in
+      solaris2.[0-5] | solaris2.[0-5].*) ;;
+      *)
+	# The compiler driver will combine and reorder linker options,
+	# but understands `-z linker_flag'.  GCC discards it without `$wl',
+	# but is careful enough not to reorder.
+	# Supported since Solaris 2.6 (maybe 2.5.1?)
+	if test "$GCC" = yes; then
+	  whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
+	else
+	  whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
+	fi
+	;;
+      esac
+      link_all_deplibs=yes
+      ;;
+
+    sunos4*)
+      if test "x$host_vendor" = xsequent; then
+	# Use $CC to link under sequent, because it throws in some extra .o
+	# files that make .init and .fini sections work.
+	archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
+      else
+	archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
+      fi
+      hardcode_libdir_flag_spec='-L$libdir'
+      hardcode_direct=yes
+      hardcode_minus_L=yes
+      hardcode_shlibpath_var=no
+      ;;
+
+    sysv4)
+      case $host_vendor in
+	sni)
+	  archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
+	  hardcode_direct=yes # is this really true???
+	;;
+	siemens)
+	  ## LD is ld it makes a PLAMLIB
+	  ## CC just makes a GrossModule.
+	  archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
+	  reload_cmds='$CC -r -o $output$reload_objs'
+	  hardcode_direct=no
+        ;;
+	motorola)
+	  archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
+	  hardcode_direct=no #Motorola manual says yes, but my tests say they lie
+	;;
+      esac
+      runpath_var='LD_RUN_PATH'
+      hardcode_shlibpath_var=no
+      ;;
+
+    sysv4.3*)
+      archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
+      hardcode_shlibpath_var=no
+      export_dynamic_flag_spec='-Bexport'
+      ;;
+
+    sysv4*MP*)
+      if test -d /usr/nec; then
+	archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
+	hardcode_shlibpath_var=no
+	runpath_var=LD_RUN_PATH
+	hardcode_runpath_var=yes
+	ld_shlibs=yes
+      fi
+      ;;
+
+    sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
+      no_undefined_flag='${wl}-z,text'
+      archive_cmds_need_lc=no
+      hardcode_shlibpath_var=no
+      runpath_var='LD_RUN_PATH'
+
+      if test "$GCC" = yes; then
+	archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
+	archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
+      else
+	archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
+	archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
+      fi
+      ;;
+
+    sysv5* | sco3.2v5* | sco5v6*)
+      # Note: We can NOT use -z defs as we might desire, because we do not
+      # link with -lc, and that would cause any symbols used from libc to
+      # always be unresolved, which means just about no library would
+      # ever link correctly.  If we're not using GNU ld we use -z text
+      # though, which does catch some bad symbols but isn't as heavy-handed
+      # as -z defs.
+      no_undefined_flag='${wl}-z,text'
+      allow_undefined_flag='${wl}-z,nodefs'
+      archive_cmds_need_lc=no
+      hardcode_shlibpath_var=no
+      hardcode_libdir_flag_spec='${wl}-R,$libdir'
+      hardcode_libdir_separator=':'
+      link_all_deplibs=yes
+      export_dynamic_flag_spec='${wl}-Bexport'
+      runpath_var='LD_RUN_PATH'
+
+      if test "$GCC" = yes; then
+	archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
+	archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
+      else
+	archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
+	archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
+      fi
+      ;;
+
+    uts4*)
+      archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
+      hardcode_libdir_flag_spec='-L$libdir'
+      hardcode_shlibpath_var=no
+      ;;
+
+    *)
+      ld_shlibs=no
+      ;;
+    esac
+
+    if test x$host_vendor = xsni; then
+      case $host in
+      sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
+	export_dynamic_flag_spec='${wl}-Blargedynsym'
+	;;
+      esac
+    fi
+  fi
+
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
+$as_echo "$ld_shlibs" >&6; }
+test "$ld_shlibs" = no && can_build_shared=no
+
+with_gnu_ld=$with_gnu_ld
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+#
+# Do we need to explicitly link libc?
+#
+case "x$archive_cmds_need_lc" in
+x|xyes)
+  # Assume -lc should be added
+  archive_cmds_need_lc=yes
+
+  if test "$enable_shared" = yes && test "$GCC" = yes; then
+    case $archive_cmds in
+    *'~'*)
+      # FIXME: we may have to deal with multi-command sequences.
+      ;;
+    '$CC '*)
+      # Test whether the compiler implicitly links with -lc since on some
+      # systems, -lgcc has to come before -lc. If gcc already passes -lc
+      # to ld, don't add -lc before -lgcc.
+      { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
+$as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
+if ${lt_cv_archive_cmds_need_lc+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  $RM conftest*
+	echo "$lt_simple_compile_test_code" > conftest.$ac_ext
+
+	if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
+  (eval $ac_compile) 2>&5
+  ac_status=$?
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+  test $ac_status = 0; } 2>conftest.err; then
+	  soname=conftest
+	  lib=conftest
+	  libobjs=conftest.$ac_objext
+	  deplibs=
+	  wl=$lt_prog_compiler_wl
+	  pic_flag=$lt_prog_compiler_pic
+	  compiler_flags=-v
+	  linker_flags=-v
+	  verstring=
+	  output_objdir=.
+	  libname=conftest
+	  lt_save_allow_undefined_flag=$allow_undefined_flag
+	  allow_undefined_flag=
+	  if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
+  (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
+  ac_status=$?
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+  test $ac_status = 0; }
+	  then
+	    lt_cv_archive_cmds_need_lc=no
+	  else
+	    lt_cv_archive_cmds_need_lc=yes
+	  fi
+	  allow_undefined_flag=$lt_save_allow_undefined_flag
+	else
+	  cat conftest.err 1>&5
+	fi
+	$RM conftest*
+
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
+$as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
+      archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
+      ;;
+    esac
+  fi
+  ;;
+esac
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
+$as_echo_n "checking dynamic linker characteristics... " >&6; }
+
+if test "$GCC" = yes; then
+  case $host_os in
+    darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
+    *) lt_awk_arg="/^libraries:/" ;;
+  esac
+  case $host_os in
+    mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;;
+    *) lt_sed_strip_eq="s,=/,/,g" ;;
+  esac
+  lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
+  case $lt_search_path_spec in
+  *\;*)
+    # if the path contains ";" then we assume it to be the separator
+    # otherwise default to the standard path separator (i.e. ":") - it is
+    # assumed that no part of a normal pathname contains ";" but that should
+    # okay in the real world where ";" in dirpaths is itself problematic.
+    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
+    ;;
+  *)
+    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
+    ;;
+  esac
+  # Ok, now we have the path, separated by spaces, we can step through it
+  # and add multilib dir if necessary.
+  lt_tmp_lt_search_path_spec=
+  lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
+  for lt_sys_path in $lt_search_path_spec; do
+    if test -d "$lt_sys_path/$lt_multi_os_dir"; then
+      lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
+    else
+      test -d "$lt_sys_path" && \
+	lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
+    fi
+  done
+  lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
+BEGIN {RS=" "; FS="/|\n";} {
+  lt_foo="";
+  lt_count=0;
+  for (lt_i = NF; lt_i > 0; lt_i--) {
+    if ($lt_i != "" && $lt_i != ".") {
+      if ($lt_i == "..") {
+        lt_count++;
+      } else {
+        if (lt_count == 0) {
+          lt_foo="/" $lt_i lt_foo;
+        } else {
+          lt_count--;
+        }
+      }
+    }
+  }
+  if (lt_foo != "") { lt_freq[lt_foo]++; }
+  if (lt_freq[lt_foo] == 1) { print lt_foo; }
+}'`
+  # AWK program above erroneously prepends '/' to C:/dos/paths
+  # for these hosts.
+  case $host_os in
+    mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
+      $SED 's,/\([A-Za-z]:\),\1,g'` ;;
+  esac
+  sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
+else
+  sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
+fi
+library_names_spec=
+libname_spec='lib$name'
+soname_spec=
+shrext_cmds=".so"
+postinstall_cmds=
+postuninstall_cmds=
+finish_cmds=
+finish_eval=
+shlibpath_var=
+shlibpath_overrides_runpath=unknown
+version_type=none
+dynamic_linker="$host_os ld.so"
+sys_lib_dlsearch_path_spec="/lib /usr/lib"
+need_lib_prefix=unknown
+hardcode_into_libs=no
+
+# when you set need_version to no, make sure it does not cause -set_version
+# flags to be left without arguments
+need_version=unknown
+
+case $host_os in
+aix3*)
+  version_type=linux # correct to gnu/linux during the next big refactor
+  library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
+  shlibpath_var=LIBPATH
+
+  # AIX 3 has no versioning support, so we append a major version to the name.
+  soname_spec='${libname}${release}${shared_ext}$major'
+  ;;
+
+aix[4-9]*)
+  version_type=linux # correct to gnu/linux during the next big refactor
+  need_lib_prefix=no
+  need_version=no
+  hardcode_into_libs=yes
+  if test "$host_cpu" = ia64; then
+    # AIX 5 supports IA64
+    library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
+    shlibpath_var=LD_LIBRARY_PATH
+  else
+    # With GCC up to 2.95.x, collect2 would create an import file
+    # for dependence libraries.  The import file would start with
+    # the line `#! .'.  This would cause the generated library to
+    # depend on `.', always an invalid library.  This was fixed in
+    # development snapshots of GCC prior to 3.0.
+    case $host_os in
+      aix4 | aix4.[01] | aix4.[01].*)
+      if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
+	   echo ' yes '
+	   echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
+	:
+      else
+	can_build_shared=no
+      fi
+      ;;
+    esac
+    # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
+    # soname into executable. Probably we can add versioning support to
+    # collect2, so additional links can be useful in future.
+    if test "$aix_use_runtimelinking" = yes; then
+      # If using run time linking (on AIX 4.2 or later) use lib<name>.so
+      # instead of lib<name>.a to let people know that these are not
+      # typical AIX shared libraries.
+      library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
+    else
+      # We preserve .a as extension for shared libraries through AIX4.2
+      # and later when we are not doing run time linking.
+      library_names_spec='${libname}${release}.a $libname.a'
+      soname_spec='${libname}${release}${shared_ext}$major'
+    fi
+    shlibpath_var=LIBPATH
+  fi
+  ;;
+
+amigaos*)
+  case $host_cpu in
+  powerpc)
+    # Since July 2007 AmigaOS4 officially supports .so libraries.
+    # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
+    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
+    ;;
+  m68k)
+    library_names_spec='$libname.ixlibrary $libname.a'
+    # Create ${libname}_ixlibrary.a entries in /sys/libs.
+    finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
+    ;;
+  esac
+  ;;
+
+beos*)
+  library_names_spec='${libname}${shared_ext}'
+  dynamic_linker="$host_os ld.so"
+  shlibpath_var=LIBRARY_PATH
+  ;;
+
+bsdi[45]*)
+  version_type=linux # correct to gnu/linux during the next big refactor
+  need_version=no
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
+  soname_spec='${libname}${release}${shared_ext}$major'
+  finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
+  shlibpath_var=LD_LIBRARY_PATH
+  sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
+  sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
+  # the default ld.so.conf also contains /usr/contrib/lib and
+  # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
+  # libtool to hard-code these into programs
+  ;;
+
+cygwin* | mingw* | pw32* | cegcc*)
+  version_type=windows
+  shrext_cmds=".dll"
+  need_version=no
+  need_lib_prefix=no
+
+  case $GCC,$cc_basename in
+  yes,*)
+    # gcc
+    library_names_spec='$libname.dll.a'
+    # DLL is installed to $(libdir)/../bin by postinstall_cmds
+    postinstall_cmds='base_file=`basename \${file}`~
+      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
+      dldir=$destdir/`dirname \$dlpath`~
+      test -d \$dldir || mkdir -p \$dldir~
+      $install_prog $dir/$dlname \$dldir/$dlname~
+      chmod a+x \$dldir/$dlname~
+      if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
+        eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
+      fi'
+    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
+      dlpath=$dir/\$dldll~
+       $RM \$dlpath'
+    shlibpath_overrides_runpath=yes
+
+    case $host_os in
+    cygwin*)
+      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
+      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
+
+      sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
+      ;;
+    mingw* | cegcc*)
+      # MinGW DLLs use traditional 'lib' prefix
+      soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
+      ;;
+    pw32*)
+      # pw32 DLLs use 'pw' prefix rather than 'lib'
+      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
+      ;;
+    esac
+    dynamic_linker='Win32 ld.exe'
+    ;;
+
+  *,cl*)
+    # Native MSVC
+    libname_spec='$name'
+    soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
+    library_names_spec='${libname}.dll.lib'
+
+    case $build_os in
+    mingw*)
+      sys_lib_search_path_spec=
+      lt_save_ifs=$IFS
+      IFS=';'
+      for lt_path in $LIB
+      do
+        IFS=$lt_save_ifs
+        # Let DOS variable expansion print the short 8.3 style file name.
+        lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
+        sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
+      done
+      IFS=$lt_save_ifs
+      # Convert to MSYS style.
+      sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([a-zA-Z]\\):| /\\1|g' -e 's|^ ||'`
+      ;;
+    cygwin*)
+      # Convert to unix form, then to dos form, then back to unix form
+      # but this time dos style (no spaces!) so that the unix form looks
+      # like /cygdrive/c/PROGRA~1:/cygdr...
+      sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
+      sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
+      sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
+      ;;
+    *)
+      sys_lib_search_path_spec="$LIB"
+      if $ECHO "$sys_lib_search_path_spec" | $GREP ';[c-zC-Z]:/' >/dev/null; then
+        # It is most probably a Windows format PATH.
+        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
+      else
+        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
+      fi
+      # FIXME: find the short name or the path components, as spaces are
+      # common. (e.g. "Program Files" -> "PROGRA~1")
+      ;;
+    esac
+
+    # DLL is installed to $(libdir)/../bin by postinstall_cmds
+    postinstall_cmds='base_file=`basename \${file}`~
+      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
+      dldir=$destdir/`dirname \$dlpath`~
+      test -d \$dldir || mkdir -p \$dldir~
+      $install_prog $dir/$dlname \$dldir/$dlname'
+    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
+      dlpath=$dir/\$dldll~
+       $RM \$dlpath'
+    shlibpath_overrides_runpath=yes
+    dynamic_linker='Win32 link.exe'
+    ;;
+
+  *)
+    # Assume MSVC wrapper
+    library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
+    dynamic_linker='Win32 ld.exe'
+    ;;
+  esac
+  # FIXME: first we should search . and the directory the executable is in
+  shlibpath_var=PATH
+  ;;
+
+darwin* | rhapsody*)
+  dynamic_linker="$host_os dyld"
+  version_type=darwin
+  need_lib_prefix=no
+  need_version=no
+  library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
+  soname_spec='${libname}${release}${major}$shared_ext'
+  shlibpath_overrides_runpath=yes
+  shlibpath_var=DYLD_LIBRARY_PATH
+  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
+
+  sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
+  sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
+  ;;
+
+dgux*)
+  version_type=linux # correct to gnu/linux during the next big refactor
+  need_lib_prefix=no
+  need_version=no
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
+  soname_spec='${libname}${release}${shared_ext}$major'
+  shlibpath_var=LD_LIBRARY_PATH
+  ;;
+
+freebsd* | dragonfly*)
+  # DragonFly does not have aout.  When/if they implement a new
+  # versioning mechanism, adjust this.
+  if test -x /usr/bin/objformat; then
+    objformat=`/usr/bin/objformat`
+  else
+    case $host_os in
+    freebsd[23].*) objformat=aout ;;
+    *) objformat=elf ;;
+    esac
+  fi
+  version_type=freebsd-$objformat
+  case $version_type in
+    freebsd-elf*)
+      library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
+      need_version=no
+      need_lib_prefix=no
+      ;;
+    freebsd-*)
+      library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
+      need_version=yes
+      ;;
+  esac
+  shlibpath_var=LD_LIBRARY_PATH
+  case $host_os in
+  freebsd2.*)
+    shlibpath_overrides_runpath=yes
+    ;;
+  freebsd3.[01]* | freebsdelf3.[01]*)
+    shlibpath_overrides_runpath=yes
+    hardcode_into_libs=yes
+    ;;
+  freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
+  freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
+    shlibpath_overrides_runpath=no
+    hardcode_into_libs=yes
+    ;;
+  *) # from 4.6 on, and DragonFly
+    shlibpath_overrides_runpath=yes
+    hardcode_into_libs=yes
+    ;;
+  esac
+  ;;
+
+gnu*)
+  version_type=linux # correct to gnu/linux during the next big refactor
+  need_lib_prefix=no
+  need_version=no
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
+  soname_spec='${libname}${release}${shared_ext}$major'
+  shlibpath_var=LD_LIBRARY_PATH
+  shlibpath_overrides_runpath=no
+  hardcode_into_libs=yes
+  ;;
+
+haiku*)
+  version_type=linux # correct to gnu/linux during the next big refactor
+  need_lib_prefix=no
+  need_version=no
+  dynamic_linker="$host_os runtime_loader"
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
+  soname_spec='${libname}${release}${shared_ext}$major'
+  shlibpath_var=LIBRARY_PATH
+  shlibpath_overrides_runpath=yes
+  sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/system/lib'
+  hardcode_into_libs=yes
+  ;;
+
+hpux9* | hpux10* | hpux11*)
+  # Give a soname corresponding to the major version so that dld.sl refuses to
+  # link against other versions.
+  version_type=sunos
+  need_lib_prefix=no
+  need_version=no
+  case $host_cpu in
+  ia64*)
+    shrext_cmds='.so'
+    hardcode_into_libs=yes
+    dynamic_linker="$host_os dld.so"
+    shlibpath_var=LD_LIBRARY_PATH
+    shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
+    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
+    soname_spec='${libname}${release}${shared_ext}$major'
+    if test "X$HPUX_IA64_MODE" = X32; then
+      sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
+    else
+      sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
+    fi
+    sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
+    ;;
+  hppa*64*)
+    shrext_cmds='.sl'
+    hardcode_into_libs=yes
+    dynamic_linker="$host_os dld.sl"
+    shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
+    shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
+    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
+    soname_spec='${libname}${release}${shared_ext}$major'
+    sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
+    sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
+    ;;
+  *)
+    shrext_cmds='.sl'
+    dynamic_linker="$host_os dld.sl"
+    shlibpath_var=SHLIB_PATH
+    shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
+    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
+    soname_spec='${libname}${release}${shared_ext}$major'
+    ;;
+  esac
+  # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
+  postinstall_cmds='chmod 555 $lib'
+  # or fails outright, so override atomically:
+  install_override_mode=555
+  ;;
+
+interix[3-9]*)
+  version_type=linux # correct to gnu/linux during the next big refactor
+  need_lib_prefix=no
+  need_version=no
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
+  soname_spec='${libname}${release}${shared_ext}$major'
+  dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
+  shlibpath_var=LD_LIBRARY_PATH
+  shlibpath_overrides_runpath=no
+  hardcode_into_libs=yes
+  ;;
+
+irix5* | irix6* | nonstopux*)
+  case $host_os in
+    nonstopux*) version_type=nonstopux ;;
+    *)
+	if test "$lt_cv_prog_gnu_ld" = yes; then
+		version_type=linux # correct to gnu/linux during the next big refactor
+	else
+		version_type=irix
+	fi ;;
+  esac
+  need_lib_prefix=no
+  need_version=no
+  soname_spec='${libname}${release}${shared_ext}$major'
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
+  case $host_os in
+  irix5* | nonstopux*)
+    libsuff= shlibsuff=
+    ;;
+  *)
+    case $LD in # libtool.m4 will add one of these switches to LD
+    *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
+      libsuff= shlibsuff= libmagic=32-bit;;
+    *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
+      libsuff=32 shlibsuff=N32 libmagic=N32;;
+    *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
+      libsuff=64 shlibsuff=64 libmagic=64-bit;;
+    *) libsuff= shlibsuff= libmagic=never-match;;
+    esac
+    ;;
+  esac
+  shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
+  shlibpath_overrides_runpath=no
+  sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
+  sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
+  hardcode_into_libs=yes
+  ;;
+
+# No shared lib support for Linux oldld, aout, or coff.
+linux*oldld* | linux*aout* | linux*coff*)
+  dynamic_linker=no
+  ;;
+
+# This must be glibc/ELF.
+linux* | k*bsd*-gnu | kopensolaris*-gnu)
+  version_type=linux # correct to gnu/linux during the next big refactor
+  need_lib_prefix=no
+  need_version=no
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
+  soname_spec='${libname}${release}${shared_ext}$major'
+  finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
+  shlibpath_var=LD_LIBRARY_PATH
+  shlibpath_overrides_runpath=no
+
+  # Some binutils ld are patched to set DT_RUNPATH
+  if ${lt_cv_shlibpath_overrides_runpath+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  lt_cv_shlibpath_overrides_runpath=no
+    save_LDFLAGS=$LDFLAGS
+    save_libdir=$libdir
+    eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
+	 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
+    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+int
+main ()
+{
+
+  ;
+  return 0;
+}
+_ACEOF
+if ac_fn_c_try_link "$LINENO"; then :
+  if  ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
+  lt_cv_shlibpath_overrides_runpath=yes
+fi
+fi
+rm -f core conftest.err conftest.$ac_objext \
+    conftest$ac_exeext conftest.$ac_ext
+    LDFLAGS=$save_LDFLAGS
+    libdir=$save_libdir
+
+fi
+
+  shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
+
+  # This implies no fast_install, which is unacceptable.
+  # Some rework will be needed to allow for fast_install
+  # before this can be enabled.
+  hardcode_into_libs=yes
+
+  # Append ld.so.conf contents to the search path
+  if test -f /etc/ld.so.conf; then
+    lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[	 ]*hwcap[	 ]/d;s/[:,	]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '`
+    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
+  fi
+
+  # We used to test for /lib/ld.so.1 and disable shared libraries on
+  # powerpc, because MkLinux only supported shared libraries with the
+  # GNU dynamic linker.  Since this was broken with cross compilers,
+  # most powerpc-linux boxes support dynamic linking these days and
+  # people can always --disable-shared, the test was removed, and we
+  # assume the GNU/Linux dynamic linker is in use.
+  dynamic_linker='GNU/Linux ld.so'
+  ;;
+
+netbsd*)
+  version_type=sunos
+  need_lib_prefix=no
+  need_version=no
+  if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
+    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
+    finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
+    dynamic_linker='NetBSD (a.out) ld.so'
+  else
+    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
+    soname_spec='${libname}${release}${shared_ext}$major'
+    dynamic_linker='NetBSD ld.elf_so'
+  fi
+  shlibpath_var=LD_LIBRARY_PATH
+  shlibpath_overrides_runpath=yes
+  hardcode_into_libs=yes
+  ;;
+
+newsos6)
+  version_type=linux # correct to gnu/linux during the next big refactor
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
+  shlibpath_var=LD_LIBRARY_PATH
+  shlibpath_overrides_runpath=yes
+  ;;
+
+*nto* | *qnx*)
+  version_type=qnx
+  need_lib_prefix=no
+  need_version=no
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
+  soname_spec='${libname}${release}${shared_ext}$major'
+  shlibpath_var=LD_LIBRARY_PATH
+  shlibpath_overrides_runpath=no
+  hardcode_into_libs=yes
+  dynamic_linker='ldqnx.so'
+  ;;
+
+openbsd*)
+  version_type=sunos
+  sys_lib_dlsearch_path_spec="/usr/lib"
+  need_lib_prefix=no
+  # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
+  case $host_os in
+    openbsd3.3 | openbsd3.3.*)	need_version=yes ;;
+    *)				need_version=no  ;;
+  esac
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
+  finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
+  shlibpath_var=LD_LIBRARY_PATH
+  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
+    case $host_os in
+      openbsd2.[89] | openbsd2.[89].*)
+	shlibpath_overrides_runpath=no
+	;;
+      *)
+	shlibpath_overrides_runpath=yes
+	;;
+      esac
+  else
+    shlibpath_overrides_runpath=yes
+  fi
+  ;;
+
+os2*)
+  libname_spec='$name'
+  shrext_cmds=".dll"
+  need_lib_prefix=no
+  library_names_spec='$libname${shared_ext} $libname.a'
+  dynamic_linker='OS/2 ld.exe'
+  shlibpath_var=LIBPATH
+  ;;
+
+osf3* | osf4* | osf5*)
+  version_type=osf
+  need_lib_prefix=no
+  need_version=no
+  soname_spec='${libname}${release}${shared_ext}$major'
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
+  shlibpath_var=LD_LIBRARY_PATH
+  sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
+  sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
+  ;;
+
+rdos*)
+  dynamic_linker=no
+  ;;
+
+solaris*)
+  version_type=linux # correct to gnu/linux during the next big refactor
+  need_lib_prefix=no
+  need_version=no
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
+  soname_spec='${libname}${release}${shared_ext}$major'
+  shlibpath_var=LD_LIBRARY_PATH
+  shlibpath_overrides_runpath=yes
+  hardcode_into_libs=yes
+  # ldd complains unless libraries are executable
+  postinstall_cmds='chmod +x $lib'
+  ;;
+
+sunos4*)
+  version_type=sunos
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
+  finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
+  shlibpath_var=LD_LIBRARY_PATH
+  shlibpath_overrides_runpath=yes
+  if test "$with_gnu_ld" = yes; then
+    need_lib_prefix=no
+  fi
+  need_version=yes
+  ;;
+
+sysv4 | sysv4.3*)
+  version_type=linux # correct to gnu/linux during the next big refactor
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
+  soname_spec='${libname}${release}${shared_ext}$major'
+  shlibpath_var=LD_LIBRARY_PATH
+  case $host_vendor in
+    sni)
+      shlibpath_overrides_runpath=no
+      need_lib_prefix=no
+      runpath_var=LD_RUN_PATH
+      ;;
+    siemens)
+      need_lib_prefix=no
+      ;;
+    motorola)
+      need_lib_prefix=no
+      need_version=no
+      shlibpath_overrides_runpath=no
+      sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
+      ;;
+  esac
+  ;;
+
+sysv4*MP*)
+  if test -d /usr/nec ;then
+    version_type=linux # correct to gnu/linux during the next big refactor
+    library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
+    soname_spec='$libname${shared_ext}.$major'
+    shlibpath_var=LD_LIBRARY_PATH
+  fi
+  ;;
+
+sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
+  version_type=freebsd-elf
+  need_lib_prefix=no
+  need_version=no
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
+  soname_spec='${libname}${release}${shared_ext}$major'
+  shlibpath_var=LD_LIBRARY_PATH
+  shlibpath_overrides_runpath=yes
+  hardcode_into_libs=yes
+  if test "$with_gnu_ld" = yes; then
+    sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
+  else
+    sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
+    case $host_os in
+      sco3.2v5*)
+        sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
+	;;
+    esac
+  fi
+  sys_lib_dlsearch_path_spec='/usr/lib'
+  ;;
+
+tpf*)
+  # TPF is a cross-target only.  Preferred cross-host = GNU/Linux.
+  version_type=linux # correct to gnu/linux during the next big refactor
+  need_lib_prefix=no
+  need_version=no
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
+  shlibpath_var=LD_LIBRARY_PATH
+  shlibpath_overrides_runpath=no
+  hardcode_into_libs=yes
+  ;;
+
+uts4*)
+  version_type=linux # correct to gnu/linux during the next big refactor
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
+  soname_spec='${libname}${release}${shared_ext}$major'
+  shlibpath_var=LD_LIBRARY_PATH
+  ;;
+
+*)
+  dynamic_linker=no
+  ;;
+esac
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
+$as_echo "$dynamic_linker" >&6; }
+test "$dynamic_linker" = no && can_build_shared=no
+
+variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
+if test "$GCC" = yes; then
+  variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
+fi
+
+if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
+  sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
+fi
+if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
+  sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
+fi
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
+$as_echo_n "checking how to hardcode library paths into programs... " >&6; }
+hardcode_action=
+if test -n "$hardcode_libdir_flag_spec" ||
+   test -n "$runpath_var" ||
+   test "X$hardcode_automatic" = "Xyes" ; then
+
+  # We can hardcode non-existent directories.
+  if test "$hardcode_direct" != no &&
+     # If the only mechanism to avoid hardcoding is shlibpath_var, we
+     # have to relink, otherwise we might link with an installed library
+     # when we should be linking with a yet-to-be-installed one
+     ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
+     test "$hardcode_minus_L" != no; then
+    # Linking always hardcodes the temporary library directory.
+    hardcode_action=relink
+  else
+    # We can link without hardcoding, and we can hardcode nonexisting dirs.
+    hardcode_action=immediate
+  fi
+else
+  # We cannot hardcode anything, or else we can only hardcode existing
+  # directories.
+  hardcode_action=unsupported
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
+$as_echo "$hardcode_action" >&6; }
+
+if test "$hardcode_action" = relink ||
+   test "$inherit_rpath" = yes; then
+  # Fast installation is not supported
+  enable_fast_install=no
+elif test "$shlibpath_overrides_runpath" = yes ||
+     test "$enable_shared" = no; then
+  # Fast installation is not necessary
+  enable_fast_install=needless
+fi
+
+
+
+
+
+
+  if test "x$enable_dlopen" != xyes; then
+  enable_dlopen=unknown
+  enable_dlopen_self=unknown
+  enable_dlopen_self_static=unknown
+else
+  lt_cv_dlopen=no
+  lt_cv_dlopen_libs=
+
+  case $host_os in
+  beos*)
+    lt_cv_dlopen="load_add_on"
+    lt_cv_dlopen_libs=
+    lt_cv_dlopen_self=yes
+    ;;
+
+  mingw* | pw32* | cegcc*)
+    lt_cv_dlopen="LoadLibrary"
+    lt_cv_dlopen_libs=
+    ;;
+
+  cygwin*)
+    lt_cv_dlopen="dlopen"
+    lt_cv_dlopen_libs=
+    ;;
+
+  darwin*)
+  # if libdl is installed we need to link against it
+    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
+$as_echo_n "checking for dlopen in -ldl... " >&6; }
+if ${ac_cv_lib_dl_dlopen+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  ac_check_lib_save_LIBS=$LIBS
+LIBS="-ldl  $LIBS"
+cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+/* Override any GCC internal prototype to avoid an error.
+   Use char because int might match the return type of a GCC
+   builtin and then its argument prototype would still apply.  */
+#ifdef __cplusplus
+extern "C"
+#endif
+char dlopen ();
+int
+main ()
+{
+return dlopen ();
+  ;
+  return 0;
+}
+_ACEOF
+if ac_fn_c_try_link "$LINENO"; then :
+  ac_cv_lib_dl_dlopen=yes
+else
+  ac_cv_lib_dl_dlopen=no
+fi
+rm -f core conftest.err conftest.$ac_objext \
+    conftest$ac_exeext conftest.$ac_ext
+LIBS=$ac_check_lib_save_LIBS
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
+$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
+if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
+  lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
+else
+
+    lt_cv_dlopen="dyld"
+    lt_cv_dlopen_libs=
+    lt_cv_dlopen_self=yes
+
+fi
+
+    ;;
+
+  *)
+    ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
+if test "x$ac_cv_func_shl_load" = xyes; then :
+  lt_cv_dlopen="shl_load"
+else
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
+$as_echo_n "checking for shl_load in -ldld... " >&6; }
+if ${ac_cv_lib_dld_shl_load+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  ac_check_lib_save_LIBS=$LIBS
+LIBS="-ldld  $LIBS"
+cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+/* Override any GCC internal prototype to avoid an error.
+   Use char because int might match the return type of a GCC
+   builtin and then its argument prototype would still apply.  */
+#ifdef __cplusplus
+extern "C"
+#endif
+char shl_load ();
+int
+main ()
+{
+return shl_load ();
+  ;
+  return 0;
+}
+_ACEOF
+if ac_fn_c_try_link "$LINENO"; then :
+  ac_cv_lib_dld_shl_load=yes
+else
+  ac_cv_lib_dld_shl_load=no
+fi
+rm -f core conftest.err conftest.$ac_objext \
+    conftest$ac_exeext conftest.$ac_ext
+LIBS=$ac_check_lib_save_LIBS
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
+$as_echo "$ac_cv_lib_dld_shl_load" >&6; }
+if test "x$ac_cv_lib_dld_shl_load" = xyes; then :
+  lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
+else
+  ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
+if test "x$ac_cv_func_dlopen" = xyes; then :
+  lt_cv_dlopen="dlopen"
+else
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
+$as_echo_n "checking for dlopen in -ldl... " >&6; }
+if ${ac_cv_lib_dl_dlopen+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  ac_check_lib_save_LIBS=$LIBS
+LIBS="-ldl  $LIBS"
+cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+/* Override any GCC internal prototype to avoid an error.
+   Use char because int might match the return type of a GCC
+   builtin and then its argument prototype would still apply.  */
+#ifdef __cplusplus
+extern "C"
+#endif
+char dlopen ();
+int
+main ()
+{
+return dlopen ();
+  ;
+  return 0;
+}
+_ACEOF
+if ac_fn_c_try_link "$LINENO"; then :
+  ac_cv_lib_dl_dlopen=yes
+else
+  ac_cv_lib_dl_dlopen=no
+fi
+rm -f core conftest.err conftest.$ac_objext \
+    conftest$ac_exeext conftest.$ac_ext
+LIBS=$ac_check_lib_save_LIBS
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
+$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
+if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
+  lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
+else
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
+$as_echo_n "checking for dlopen in -lsvld... " >&6; }
+if ${ac_cv_lib_svld_dlopen+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  ac_check_lib_save_LIBS=$LIBS
+LIBS="-lsvld  $LIBS"
+cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+/* Override any GCC internal prototype to avoid an error.
+   Use char because int might match the return type of a GCC
+   builtin and then its argument prototype would still apply.  */
+#ifdef __cplusplus
+extern "C"
+#endif
+char dlopen ();
+int
+main ()
+{
+return dlopen ();
+  ;
+  return 0;
+}
+_ACEOF
+if ac_fn_c_try_link "$LINENO"; then :
+  ac_cv_lib_svld_dlopen=yes
+else
+  ac_cv_lib_svld_dlopen=no
+fi
+rm -f core conftest.err conftest.$ac_objext \
+    conftest$ac_exeext conftest.$ac_ext
+LIBS=$ac_check_lib_save_LIBS
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
+$as_echo "$ac_cv_lib_svld_dlopen" >&6; }
+if test "x$ac_cv_lib_svld_dlopen" = xyes; then :
+  lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
+else
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
+$as_echo_n "checking for dld_link in -ldld... " >&6; }
+if ${ac_cv_lib_dld_dld_link+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  ac_check_lib_save_LIBS=$LIBS
+LIBS="-ldld  $LIBS"
+cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+/* Override any GCC internal prototype to avoid an error.
+   Use char because int might match the return type of a GCC
+   builtin and then its argument prototype would still apply.  */
+#ifdef __cplusplus
+extern "C"
+#endif
+char dld_link ();
+int
+main ()
+{
+return dld_link ();
+  ;
+  return 0;
+}
+_ACEOF
+if ac_fn_c_try_link "$LINENO"; then :
+  ac_cv_lib_dld_dld_link=yes
+else
+  ac_cv_lib_dld_dld_link=no
+fi
+rm -f core conftest.err conftest.$ac_objext \
+    conftest$ac_exeext conftest.$ac_ext
+LIBS=$ac_check_lib_save_LIBS
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
+$as_echo "$ac_cv_lib_dld_dld_link" >&6; }
+if test "x$ac_cv_lib_dld_dld_link" = xyes; then :
+  lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
+fi
+
+
+fi
+
+
+fi
+
+
+fi
+
+
+fi
+
+
+fi
+
+    ;;
+  esac
+
+  if test "x$lt_cv_dlopen" != xno; then
+    enable_dlopen=yes
+  else
+    enable_dlopen=no
+  fi
+
+  case $lt_cv_dlopen in
+  dlopen)
+    save_CPPFLAGS="$CPPFLAGS"
+    test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
+
+    save_LDFLAGS="$LDFLAGS"
+    wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
+
+    save_LIBS="$LIBS"
+    LIBS="$lt_cv_dlopen_libs $LIBS"
+
+    { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
+$as_echo_n "checking whether a program can dlopen itself... " >&6; }
+if ${lt_cv_dlopen_self+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  	  if test "$cross_compiling" = yes; then :
+  lt_cv_dlopen_self=cross
+else
+  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
+  lt_status=$lt_dlunknown
+  cat > conftest.$ac_ext <<_LT_EOF
+#line $LINENO "configure"
+#include "confdefs.h"
+
+#if HAVE_DLFCN_H
+#include <dlfcn.h>
+#endif
+
+#include <stdio.h>
+
+#ifdef RTLD_GLOBAL
+#  define LT_DLGLOBAL		RTLD_GLOBAL
+#else
+#  ifdef DL_GLOBAL
+#    define LT_DLGLOBAL		DL_GLOBAL
+#  else
+#    define LT_DLGLOBAL		0
+#  endif
+#endif
+
+/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
+   find out it does not work in some platform. */
+#ifndef LT_DLLAZY_OR_NOW
+#  ifdef RTLD_LAZY
+#    define LT_DLLAZY_OR_NOW		RTLD_LAZY
+#  else
+#    ifdef DL_LAZY
+#      define LT_DLLAZY_OR_NOW		DL_LAZY
+#    else
+#      ifdef RTLD_NOW
+#        define LT_DLLAZY_OR_NOW	RTLD_NOW
+#      else
+#        ifdef DL_NOW
+#          define LT_DLLAZY_OR_NOW	DL_NOW
+#        else
+#          define LT_DLLAZY_OR_NOW	0
+#        endif
+#      endif
+#    endif
+#  endif
+#endif
+
+/* When -fvisbility=hidden is used, assume the code has been annotated
+   correspondingly for the symbols needed.  */
+#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
+int fnord () __attribute__((visibility("default")));
+#endif
+
+int fnord () { return 42; }
+int main ()
+{
+  void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
+  int status = $lt_dlunknown;
+
+  if (self)
+    {
+      if (dlsym (self,"fnord"))       status = $lt_dlno_uscore;
+      else
+        {
+	  if (dlsym( self,"_fnord"))  status = $lt_dlneed_uscore;
+          else puts (dlerror ());
+	}
+      /* dlclose (self); */
+    }
+  else
+    puts (dlerror ());
+
+  return status;
+}
+_LT_EOF
+  if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
+  (eval $ac_link) 2>&5
+  ac_status=$?
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+  test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
+    (./conftest; exit; ) >&5 2>/dev/null
+    lt_status=$?
+    case x$lt_status in
+      x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
+      x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
+      x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
+    esac
+  else :
+    # compilation failed
+    lt_cv_dlopen_self=no
+  fi
+fi
+rm -fr conftest*
+
+
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
+$as_echo "$lt_cv_dlopen_self" >&6; }
+
+    if test "x$lt_cv_dlopen_self" = xyes; then
+      wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
+      { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
+$as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
+if ${lt_cv_dlopen_self_static+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  	  if test "$cross_compiling" = yes; then :
+  lt_cv_dlopen_self_static=cross
+else
+  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
+  lt_status=$lt_dlunknown
+  cat > conftest.$ac_ext <<_LT_EOF
+#line $LINENO "configure"
+#include "confdefs.h"
+
+#if HAVE_DLFCN_H
+#include <dlfcn.h>
+#endif
+
+#include <stdio.h>
+
+#ifdef RTLD_GLOBAL
+#  define LT_DLGLOBAL		RTLD_GLOBAL
+#else
+#  ifdef DL_GLOBAL
+#    define LT_DLGLOBAL		DL_GLOBAL
+#  else
+#    define LT_DLGLOBAL		0
+#  endif
+#endif
+
+/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
+   find out it does not work in some platform. */
+#ifndef LT_DLLAZY_OR_NOW
+#  ifdef RTLD_LAZY
+#    define LT_DLLAZY_OR_NOW		RTLD_LAZY
+#  else
+#    ifdef DL_LAZY
+#      define LT_DLLAZY_OR_NOW		DL_LAZY
+#    else
+#      ifdef RTLD_NOW
+#        define LT_DLLAZY_OR_NOW	RTLD_NOW
+#      else
+#        ifdef DL_NOW
+#          define LT_DLLAZY_OR_NOW	DL_NOW
+#        else
+#          define LT_DLLAZY_OR_NOW	0
+#        endif
+#      endif
+#    endif
+#  endif
+#endif
+
+/* When -fvisbility=hidden is used, assume the code has been annotated
+   correspondingly for the symbols needed.  */
+#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
+int fnord () __attribute__((visibility("default")));
+#endif
+
+int fnord () { return 42; }
+int main ()
+{
+  void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
+  int status = $lt_dlunknown;
+
+  if (self)
+    {
+      if (dlsym (self,"fnord"))       status = $lt_dlno_uscore;
+      else
+        {
+	  if (dlsym( self,"_fnord"))  status = $lt_dlneed_uscore;
+          else puts (dlerror ());
+	}
+      /* dlclose (self); */
+    }
+  else
+    puts (dlerror ());
+
+  return status;
+}
+_LT_EOF
+  if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
+  (eval $ac_link) 2>&5
+  ac_status=$?
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+  test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
+    (./conftest; exit; ) >&5 2>/dev/null
+    lt_status=$?
+    case x$lt_status in
+      x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
+      x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
+      x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
+    esac
+  else :
+    # compilation failed
+    lt_cv_dlopen_self_static=no
+  fi
+fi
+rm -fr conftest*
+
+
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
+$as_echo "$lt_cv_dlopen_self_static" >&6; }
+    fi
+
+    CPPFLAGS="$save_CPPFLAGS"
+    LDFLAGS="$save_LDFLAGS"
+    LIBS="$save_LIBS"
+    ;;
+  esac
+
+  case $lt_cv_dlopen_self in
+  yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
+  *) enable_dlopen_self=unknown ;;
+  esac
+
+  case $lt_cv_dlopen_self_static in
+  yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
+  *) enable_dlopen_self_static=unknown ;;
+  esac
+fi
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+striplib=
+old_striplib=
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
+$as_echo_n "checking whether stripping libraries is possible... " >&6; }
+if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
+  test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
+  test -z "$striplib" && striplib="$STRIP --strip-unneeded"
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+else
+# FIXME - insert some real tests, host_os isn't really good enough
+  case $host_os in
+  darwin*)
+    if test -n "$STRIP" ; then
+      striplib="$STRIP -x"
+      old_striplib="$STRIP -S"
+      { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+    else
+      { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+    fi
+    ;;
+  *)
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+    ;;
+  esac
+fi
+
+
+
+
+
+
+
+
+
+
+
+
+  # Report which library types will actually be built
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
+$as_echo_n "checking if libtool supports shared libraries... " >&6; }
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
+$as_echo "$can_build_shared" >&6; }
+
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
+$as_echo_n "checking whether to build shared libraries... " >&6; }
+  test "$can_build_shared" = "no" && enable_shared=no
+
+  # On AIX, shared libraries and static libraries use the same namespace, and
+  # are all built from PIC.
+  case $host_os in
+  aix3*)
+    test "$enable_shared" = yes && enable_static=no
+    if test -n "$RANLIB"; then
+      archive_cmds="$archive_cmds~\$RANLIB \$lib"
+      postinstall_cmds='$RANLIB $lib'
+    fi
+    ;;
+
+  aix[4-9]*)
+    if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
+      test "$enable_shared" = yes && enable_static=no
+    fi
+    ;;
+  esac
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
+$as_echo "$enable_shared" >&6; }
+
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
+$as_echo_n "checking whether to build static libraries... " >&6; }
+  # Make sure either enable_shared or enable_static is yes.
+  test "$enable_shared" = yes || enable_static=yes
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
+$as_echo "$enable_static" >&6; }
+
+
+
+
+fi
+ac_ext=c
+ac_cpp='$CPP $CPPFLAGS'
+ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
+ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
+ac_compiler_gnu=$ac_cv_c_compiler_gnu
+
+CC="$lt_save_CC"
+
+
+
+
+
+      ac_ext=${ac_fc_srcext-f}
+ac_compile='$FC -c $FCFLAGS $ac_fcflags_srcext conftest.$ac_ext >&5'
+ac_link='$FC -o conftest$ac_exeext $FCFLAGS $LDFLAGS $ac_fcflags_srcext conftest.$ac_ext $LIBS >&5'
+ac_compiler_gnu=$ac_cv_fc_compiler_gnu
+
+
+if test -z "$FC" || test "X$FC" = "Xno"; then
+  _lt_disable_FC=yes
+fi
+
+archive_cmds_need_lc_FC=no
+allow_undefined_flag_FC=
+always_export_symbols_FC=no
+archive_expsym_cmds_FC=
+export_dynamic_flag_spec_FC=
+hardcode_direct_FC=no
+hardcode_direct_absolute_FC=no
+hardcode_libdir_flag_spec_FC=
+hardcode_libdir_separator_FC=
+hardcode_minus_L_FC=no
+hardcode_automatic_FC=no
+inherit_rpath_FC=no
+module_cmds_FC=
+module_expsym_cmds_FC=
+link_all_deplibs_FC=unknown
+old_archive_cmds_FC=$old_archive_cmds
+reload_flag_FC=$reload_flag
+reload_cmds_FC=$reload_cmds
+no_undefined_flag_FC=
+whole_archive_flag_spec_FC=
+enable_shared_with_static_runtimes_FC=no
+
+# Source file extension for fc test sources.
+ac_ext=${ac_fc_srcext-f}
+
+# Object file extension for compiled fc test sources.
+objext=o
+objext_FC=$objext
+
+# No sense in running all these tests if we already determined that
+# the FC compiler isn't working.  Some variables (like enable_shared)
+# are currently assumed to apply to all compilers on this platform,
+# and will be corrupted by setting them based on a non-working compiler.
+if test "$_lt_disable_FC" != yes; then
+  # Code to be used in simple compile tests
+  lt_simple_compile_test_code="\
+      subroutine t
+      return
+      end
+"
+
+  # Code to be used in simple link tests
+  lt_simple_link_test_code="\
+      program t
+      end
+"
+
+  # ltmain only uses $CC for tagged configurations so make sure $CC is set.
+
+
+
+
+
+
+# If no C compiler was specified, use CC.
+LTCC=${LTCC-"$CC"}
+
+# If no C compiler flags were specified, use CFLAGS.
+LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
+
+# Allow CC to be a program name with arguments.
+compiler=$CC
+
+
+  # save warnings/boilerplate of simple test code
+  ac_outfile=conftest.$ac_objext
+echo "$lt_simple_compile_test_code" >conftest.$ac_ext
+eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
+_lt_compiler_boilerplate=`cat conftest.err`
+$RM conftest*
+
+  ac_outfile=conftest.$ac_objext
+echo "$lt_simple_link_test_code" >conftest.$ac_ext
+eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
+_lt_linker_boilerplate=`cat conftest.err`
+$RM -r conftest*
+
+
+  # Allow CC to be a program name with arguments.
+  lt_save_CC="$CC"
+  lt_save_GCC=$GCC
+  lt_save_CFLAGS=$CFLAGS
+  CC=${FC-"f95"}
+  CFLAGS=$FCFLAGS
+  compiler=$CC
+  GCC=$ac_cv_fc_compiler_gnu
+
+  compiler_FC=$CC
+  for cc_temp in $compiler""; do
+  case $cc_temp in
+    compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
+    distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
+    \-*) ;;
+    *) break;;
+  esac
+done
+cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
+
+
+  if test -n "$compiler"; then
+    { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
+$as_echo_n "checking if libtool supports shared libraries... " >&6; }
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
+$as_echo "$can_build_shared" >&6; }
+
+    { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
+$as_echo_n "checking whether to build shared libraries... " >&6; }
+    test "$can_build_shared" = "no" && enable_shared=no
+
+    # On AIX, shared libraries and static libraries use the same namespace, and
+    # are all built from PIC.
+    case $host_os in
+      aix3*)
+        test "$enable_shared" = yes && enable_static=no
+        if test -n "$RANLIB"; then
+          archive_cmds="$archive_cmds~\$RANLIB \$lib"
+          postinstall_cmds='$RANLIB $lib'
+        fi
+        ;;
+      aix[4-9]*)
+	if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
+	  test "$enable_shared" = yes && enable_static=no
+	fi
+        ;;
+    esac
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
+$as_echo "$enable_shared" >&6; }
+
+    { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
+$as_echo_n "checking whether to build static libraries... " >&6; }
+    # Make sure either enable_shared or enable_static is yes.
+    test "$enable_shared" = yes || enable_static=yes
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
+$as_echo "$enable_static" >&6; }
+
+    GCC_FC="$ac_cv_fc_compiler_gnu"
+    LD_FC="$LD"
+
+    ## CAVEAT EMPTOR:
+    ## There is no encapsulation within the following macros, do not change
+    ## the running order or otherwise move them around unless you know exactly
+    ## what you are doing...
+    # Dependencies to place before and after the object being linked:
+predep_objects_FC=
+postdep_objects_FC=
+predeps_FC=
+postdeps_FC=
+compiler_lib_search_path_FC=
+
+cat > conftest.$ac_ext <<_LT_EOF
+      subroutine foo
+      implicit none
+      integer a
+      a=0
+      return
+      end
+_LT_EOF
+
+
+_lt_libdeps_save_CFLAGS=$CFLAGS
+case "$CC $CFLAGS " in #(
+*\ -flto*\ *) CFLAGS="$CFLAGS -fno-lto" ;;
+*\ -fwhopr*\ *) CFLAGS="$CFLAGS -fno-whopr" ;;
+*\ -fuse-linker-plugin*\ *) CFLAGS="$CFLAGS -fno-use-linker-plugin" ;;
+esac
+
+if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
+  (eval $ac_compile) 2>&5
+  ac_status=$?
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+  test $ac_status = 0; }; then
+  # Parse the compiler output and extract the necessary
+  # objects, libraries and library flags.
+
+  # Sentinel used to keep track of whether or not we are before
+  # the conftest object file.
+  pre_test_object_deps_done=no
+
+  for p in `eval "$output_verbose_link_cmd"`; do
+    case ${prev}${p} in
+
+    -L* | -R* | -l*)
+       # Some compilers place space between "-{L,R}" and the path.
+       # Remove the space.
+       if test $p = "-L" ||
+          test $p = "-R"; then
+	 prev=$p
+	 continue
+       fi
+
+       # Expand the sysroot to ease extracting the directories later.
+       if test -z "$prev"; then
+         case $p in
+         -L*) func_stripname_cnf '-L' '' "$p"; prev=-L; p=$func_stripname_result ;;
+         -R*) func_stripname_cnf '-R' '' "$p"; prev=-R; p=$func_stripname_result ;;
+         -l*) func_stripname_cnf '-l' '' "$p"; prev=-l; p=$func_stripname_result ;;
+         esac
+       fi
+       case $p in
+       =*) func_stripname_cnf '=' '' "$p"; p=$lt_sysroot$func_stripname_result ;;
+       esac
+       if test "$pre_test_object_deps_done" = no; then
+	 case ${prev} in
+	 -L | -R)
+	   # Internal compiler library paths should come after those
+	   # provided the user.  The postdeps already come after the
+	   # user supplied libs so there is no need to process them.
+	   if test -z "$compiler_lib_search_path_FC"; then
+	     compiler_lib_search_path_FC="${prev}${p}"
+	   else
+	     compiler_lib_search_path_FC="${compiler_lib_search_path_FC} ${prev}${p}"
+	   fi
+	   ;;
+	 # The "-l" case would never come before the object being
+	 # linked, so don't bother handling this case.
+	 esac
+       else
+	 if test -z "$postdeps_FC"; then
+	   postdeps_FC="${prev}${p}"
+	 else
+	   postdeps_FC="${postdeps_FC} ${prev}${p}"
+	 fi
+       fi
+       prev=
+       ;;
+
+    *.lto.$objext) ;; # Ignore GCC LTO objects
+    *.$objext)
+       # This assumes that the test object file only shows up
+       # once in the compiler output.
+       if test "$p" = "conftest.$objext"; then
+	 pre_test_object_deps_done=yes
+	 continue
+       fi
+
+       if test "$pre_test_object_deps_done" = no; then
+	 if test -z "$predep_objects_FC"; then
+	   predep_objects_FC="$p"
+	 else
+	   predep_objects_FC="$predep_objects_FC $p"
+	 fi
+       else
+	 if test -z "$postdep_objects_FC"; then
+	   postdep_objects_FC="$p"
+	 else
+	   postdep_objects_FC="$postdep_objects_FC $p"
+	 fi
+       fi
+       ;;
+
+    *) ;; # Ignore the rest.
+
+    esac
+  done
+
+  # Clean up.
+  rm -f a.out a.exe
+else
+  echo "libtool.m4: error: problem compiling FC test program"
+fi
+
+$RM -f confest.$objext
+CFLAGS=$_lt_libdeps_save_CFLAGS
+
+# PORTME: override above test on systems where it is broken
+
+
+case " $postdeps_FC " in
+*" -lc "*) archive_cmds_need_lc_FC=no ;;
+esac
+ compiler_lib_search_dirs_FC=
+if test -n "${compiler_lib_search_path_FC}"; then
+ compiler_lib_search_dirs_FC=`echo " ${compiler_lib_search_path_FC}" | ${SED} -e 's! -L! !g' -e 's!^ !!'`
+fi
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+    lt_prog_compiler_wl_FC=
+lt_prog_compiler_pic_FC=
+lt_prog_compiler_static_FC=
+
+
+  if test "$GCC" = yes; then
+    lt_prog_compiler_wl_FC='-Wl,'
+    lt_prog_compiler_static_FC='-static'
+
+    case $host_os in
+      aix*)
+      # All AIX code is PIC.
+      if test "$host_cpu" = ia64; then
+	# AIX 5 now supports IA64 processor
+	lt_prog_compiler_static_FC='-Bstatic'
+      fi
+      ;;
+
+    amigaos*)
+      case $host_cpu in
+      powerpc)
+            # see comment about AmigaOS4 .so support
+            lt_prog_compiler_pic_FC='-fPIC'
+        ;;
+      m68k)
+            # FIXME: we need at least 68020 code to build shared libraries, but
+            # adding the `-m68020' flag to GCC prevents building anything better,
+            # like `-m68040'.
+            lt_prog_compiler_pic_FC='-m68020 -resident32 -malways-restore-a4'
+        ;;
+      esac
+      ;;
+
+    beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
+      # PIC is the default for these OSes.
+      ;;
+
+    mingw* | cygwin* | pw32* | os2* | cegcc*)
+      # This hack is so that the source file can tell whether it is being
+      # built for inclusion in a dll (and should export symbols for example).
+      # Although the cygwin gcc ignores -fPIC, still need this for old-style
+      # (--disable-auto-import) libraries
+      lt_prog_compiler_pic_FC='-DDLL_EXPORT'
+      ;;
+
+    darwin* | rhapsody*)
+      # PIC is the default on this platform
+      # Common symbols not allowed in MH_DYLIB files
+      lt_prog_compiler_pic_FC='-fno-common'
+      ;;
+
+    haiku*)
+      # PIC is the default for Haiku.
+      # The "-static" flag exists, but is broken.
+      lt_prog_compiler_static_FC=
+      ;;
+
+    hpux*)
+      # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
+      # PA HP-UX.  On IA64 HP-UX, PIC is the default but the pic flag
+      # sets the default TLS model and affects inlining.
+      case $host_cpu in
+      hppa*64*)
+	# +Z the default
+	;;
+      *)
+	lt_prog_compiler_pic_FC='-fPIC'
+	;;
+      esac
+      ;;
+
+    interix[3-9]*)
+      # Interix 3.x gcc -fpic/-fPIC options generate broken code.
+      # Instead, we relocate shared libraries at runtime.
+      ;;
+
+    msdosdjgpp*)
+      # Just because we use GCC doesn't mean we suddenly get shared libraries
+      # on systems that don't support them.
+      lt_prog_compiler_can_build_shared_FC=no
+      enable_shared=no
+      ;;
+
+    *nto* | *qnx*)
+      # QNX uses GNU C++, but need to define -shared option too, otherwise
+      # it will coredump.
+      lt_prog_compiler_pic_FC='-fPIC -shared'
+      ;;
+
+    sysv4*MP*)
+      if test -d /usr/nec; then
+	lt_prog_compiler_pic_FC=-Kconform_pic
+      fi
+      ;;
+
+    *)
+      lt_prog_compiler_pic_FC='-fPIC'
+      ;;
+    esac
+
+    case $cc_basename in
+    nvcc*) # Cuda Compiler Driver 2.2
+      lt_prog_compiler_wl_FC='-Xlinker '
+      if test -n "$lt_prog_compiler_pic_FC"; then
+        lt_prog_compiler_pic_FC="-Xcompiler $lt_prog_compiler_pic_FC"
+      fi
+      ;;
+    esac
+  else
+    # PORTME Check for flag to pass linker flags through the system compiler.
+    case $host_os in
+    aix*)
+      lt_prog_compiler_wl_FC='-Wl,'
+      if test "$host_cpu" = ia64; then
+	# AIX 5 now supports IA64 processor
+	lt_prog_compiler_static_FC='-Bstatic'
+      else
+	lt_prog_compiler_static_FC='-bnso -bI:/lib/syscalls.exp'
+      fi
+      ;;
+
+    mingw* | cygwin* | pw32* | os2* | cegcc*)
+      # This hack is so that the source file can tell whether it is being
+      # built for inclusion in a dll (and should export symbols for example).
+      lt_prog_compiler_pic_FC='-DDLL_EXPORT'
+      ;;
+
+    hpux9* | hpux10* | hpux11*)
+      lt_prog_compiler_wl_FC='-Wl,'
+      # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
+      # not for PA HP-UX.
+      case $host_cpu in
+      hppa*64*|ia64*)
+	# +Z the default
+	;;
+      *)
+	lt_prog_compiler_pic_FC='+Z'
+	;;
+      esac
+      # Is there a better lt_prog_compiler_static that works with the bundled CC?
+      lt_prog_compiler_static_FC='${wl}-a ${wl}archive'
+      ;;
+
+    irix5* | irix6* | nonstopux*)
+      lt_prog_compiler_wl_FC='-Wl,'
+      # PIC (with -KPIC) is the default.
+      lt_prog_compiler_static_FC='-non_shared'
+      ;;
+
+    linux* | k*bsd*-gnu | kopensolaris*-gnu)
+      case $cc_basename in
+      # old Intel for x86_64 which still supported -KPIC.
+      ecc*)
+	lt_prog_compiler_wl_FC='-Wl,'
+	lt_prog_compiler_pic_FC='-KPIC'
+	lt_prog_compiler_static_FC='-static'
+        ;;
+      # icc used to be incompatible with GCC.
+      # ICC 10 doesn't accept -KPIC any more.
+      icc* | ifort*)
+	lt_prog_compiler_wl_FC='-Wl,'
+	lt_prog_compiler_pic_FC='-fPIC'
+	lt_prog_compiler_static_FC='-static'
+        ;;
+      # Lahey Fortran 8.1.
+      lf95*)
+	lt_prog_compiler_wl_FC='-Wl,'
+	lt_prog_compiler_pic_FC='--shared'
+	lt_prog_compiler_static_FC='--static'
+	;;
+      nagfor*)
+	# NAG Fortran compiler
+	lt_prog_compiler_wl_FC='-Wl,-Wl,,'
+	lt_prog_compiler_pic_FC='-PIC'
+	lt_prog_compiler_static_FC='-Bstatic'
+	;;
+      pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
+        # Portland Group compilers (*not* the Pentium gcc compiler,
+	# which looks to be a dead project)
+	lt_prog_compiler_wl_FC='-Wl,'
+	lt_prog_compiler_pic_FC='-fpic'
+	lt_prog_compiler_static_FC='-Bstatic'
+        ;;
+      ccc*)
+        lt_prog_compiler_wl_FC='-Wl,'
+        # All Alpha code is PIC.
+        lt_prog_compiler_static_FC='-non_shared'
+        ;;
+      xl* | bgxl* | bgf* | mpixl*)
+	# IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
+	lt_prog_compiler_wl_FC='-Wl,'
+	lt_prog_compiler_pic_FC='-qpic'
+	lt_prog_compiler_static_FC='-qstaticlink'
+	;;
+      *)
+	case `$CC -V 2>&1 | sed 5q` in
+	*Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [1-7].* | *Sun*Fortran*\ 8.[0-3]*)
+	  # Sun Fortran 8.3 passes all unrecognized flags to the linker
+	  lt_prog_compiler_pic_FC='-KPIC'
+	  lt_prog_compiler_static_FC='-Bstatic'
+	  lt_prog_compiler_wl_FC=''
+	  ;;
+	*Sun\ F* | *Sun*Fortran*)
+	  lt_prog_compiler_pic_FC='-KPIC'
+	  lt_prog_compiler_static_FC='-Bstatic'
+	  lt_prog_compiler_wl_FC='-Qoption ld '
+	  ;;
+	*Sun\ C*)
+	  # Sun C 5.9
+	  lt_prog_compiler_pic_FC='-KPIC'
+	  lt_prog_compiler_static_FC='-Bstatic'
+	  lt_prog_compiler_wl_FC='-Wl,'
+	  ;;
+        *Intel*\ [CF]*Compiler*)
+	  lt_prog_compiler_wl_FC='-Wl,'
+	  lt_prog_compiler_pic_FC='-fPIC'
+	  lt_prog_compiler_static_FC='-static'
+	  ;;
+	*Portland\ Group*)
+	  lt_prog_compiler_wl_FC='-Wl,'
+	  lt_prog_compiler_pic_FC='-fpic'
+	  lt_prog_compiler_static_FC='-Bstatic'
+	  ;;
+	esac
+	;;
+      esac
+      ;;
+
+    newsos6)
+      lt_prog_compiler_pic_FC='-KPIC'
+      lt_prog_compiler_static_FC='-Bstatic'
+      ;;
+
+    *nto* | *qnx*)
+      # QNX uses GNU C++, but need to define -shared option too, otherwise
+      # it will coredump.
+      lt_prog_compiler_pic_FC='-fPIC -shared'
+      ;;
+
+    osf3* | osf4* | osf5*)
+      lt_prog_compiler_wl_FC='-Wl,'
+      # All OSF/1 code is PIC.
+      lt_prog_compiler_static_FC='-non_shared'
+      ;;
+
+    rdos*)
+      lt_prog_compiler_static_FC='-non_shared'
+      ;;
+
+    solaris*)
+      lt_prog_compiler_pic_FC='-KPIC'
+      lt_prog_compiler_static_FC='-Bstatic'
+      case $cc_basename in
+      f77* | f90* | f95* | sunf77* | sunf90* | sunf95*)
+	lt_prog_compiler_wl_FC='-Qoption ld ';;
+      *)
+	lt_prog_compiler_wl_FC='-Wl,';;
+      esac
+      ;;
+
+    sunos4*)
+      lt_prog_compiler_wl_FC='-Qoption ld '
+      lt_prog_compiler_pic_FC='-PIC'
+      lt_prog_compiler_static_FC='-Bstatic'
+      ;;
+
+    sysv4 | sysv4.2uw2* | sysv4.3*)
+      lt_prog_compiler_wl_FC='-Wl,'
+      lt_prog_compiler_pic_FC='-KPIC'
+      lt_prog_compiler_static_FC='-Bstatic'
+      ;;
+
+    sysv4*MP*)
+      if test -d /usr/nec ;then
+	lt_prog_compiler_pic_FC='-Kconform_pic'
+	lt_prog_compiler_static_FC='-Bstatic'
+      fi
+      ;;
+
+    sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
+      lt_prog_compiler_wl_FC='-Wl,'
+      lt_prog_compiler_pic_FC='-KPIC'
+      lt_prog_compiler_static_FC='-Bstatic'
+      ;;
+
+    unicos*)
+      lt_prog_compiler_wl_FC='-Wl,'
+      lt_prog_compiler_can_build_shared_FC=no
+      ;;
+
+    uts4*)
+      lt_prog_compiler_pic_FC='-pic'
+      lt_prog_compiler_static_FC='-Bstatic'
+      ;;
+
+    *)
+      lt_prog_compiler_can_build_shared_FC=no
+      ;;
+    esac
+  fi
+
+case $host_os in
+  # For platforms which do not support PIC, -DPIC is meaningless:
+  *djgpp*)
+    lt_prog_compiler_pic_FC=
+    ;;
+  *)
+    lt_prog_compiler_pic_FC="$lt_prog_compiler_pic_FC"
+    ;;
+esac
+
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
+$as_echo_n "checking for $compiler option to produce PIC... " >&6; }
+if ${lt_cv_prog_compiler_pic_FC+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  lt_cv_prog_compiler_pic_FC=$lt_prog_compiler_pic_FC
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_FC" >&5
+$as_echo "$lt_cv_prog_compiler_pic_FC" >&6; }
+lt_prog_compiler_pic_FC=$lt_cv_prog_compiler_pic_FC
+
+#
+# Check to make sure the PIC flag actually works.
+#
+if test -n "$lt_prog_compiler_pic_FC"; then
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic_FC works" >&5
+$as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic_FC works... " >&6; }
+if ${lt_cv_prog_compiler_pic_works_FC+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  lt_cv_prog_compiler_pic_works_FC=no
+   ac_outfile=conftest.$ac_objext
+   echo "$lt_simple_compile_test_code" > conftest.$ac_ext
+   lt_compiler_flag="$lt_prog_compiler_pic_FC"
+   # Insert the option either (1) after the last *FLAGS variable, or
+   # (2) before a word containing "conftest.", or (3) at the end.
+   # Note that $ac_compile itself does not contain backslashes and begins
+   # with a dollar sign (not a hyphen), so the echo should work correctly.
+   # The option is referenced via a variable to avoid confusing sed.
+   lt_compile=`echo "$ac_compile" | $SED \
+   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
+   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
+   -e 's:$: $lt_compiler_flag:'`
+   (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
+   (eval "$lt_compile" 2>conftest.err)
+   ac_status=$?
+   cat conftest.err >&5
+   echo "$as_me:$LINENO: \$? = $ac_status" >&5
+   if (exit $ac_status) && test -s "$ac_outfile"; then
+     # The compiler can only warn and ignore the option if not recognized
+     # So say no if there are warnings other than the usual output.
+     $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
+     $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
+     if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
+       lt_cv_prog_compiler_pic_works_FC=yes
+     fi
+   fi
+   $RM conftest*
+
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works_FC" >&5
+$as_echo "$lt_cv_prog_compiler_pic_works_FC" >&6; }
+
+if test x"$lt_cv_prog_compiler_pic_works_FC" = xyes; then
+    case $lt_prog_compiler_pic_FC in
+     "" | " "*) ;;
+     *) lt_prog_compiler_pic_FC=" $lt_prog_compiler_pic_FC" ;;
+     esac
+else
+    lt_prog_compiler_pic_FC=
+     lt_prog_compiler_can_build_shared_FC=no
+fi
+
+fi
+
+
+
+
+
+#
+# Check to make sure the static flag actually works.
+#
+wl=$lt_prog_compiler_wl_FC eval lt_tmp_static_flag=\"$lt_prog_compiler_static_FC\"
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
+$as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
+if ${lt_cv_prog_compiler_static_works_FC+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  lt_cv_prog_compiler_static_works_FC=no
+   save_LDFLAGS="$LDFLAGS"
+   LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
+   echo "$lt_simple_link_test_code" > conftest.$ac_ext
+   if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
+     # The linker can only warn and ignore the option if not recognized
+     # So say no if there are warnings
+     if test -s conftest.err; then
+       # Append any errors to the config.log.
+       cat conftest.err 1>&5
+       $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
+       $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
+       if diff conftest.exp conftest.er2 >/dev/null; then
+         lt_cv_prog_compiler_static_works_FC=yes
+       fi
+     else
+       lt_cv_prog_compiler_static_works_FC=yes
+     fi
+   fi
+   $RM -r conftest*
+   LDFLAGS="$save_LDFLAGS"
+
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works_FC" >&5
+$as_echo "$lt_cv_prog_compiler_static_works_FC" >&6; }
+
+if test x"$lt_cv_prog_compiler_static_works_FC" = xyes; then
+    :
+else
+    lt_prog_compiler_static_FC=
+fi
+
+
+
+
+    { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
+$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
+if ${lt_cv_prog_compiler_c_o_FC+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  lt_cv_prog_compiler_c_o_FC=no
+   $RM -r conftest 2>/dev/null
+   mkdir conftest
+   cd conftest
+   mkdir out
+   echo "$lt_simple_compile_test_code" > conftest.$ac_ext
+
+   lt_compiler_flag="-o out/conftest2.$ac_objext"
+   # Insert the option either (1) after the last *FLAGS variable, or
+   # (2) before a word containing "conftest.", or (3) at the end.
+   # Note that $ac_compile itself does not contain backslashes and begins
+   # with a dollar sign (not a hyphen), so the echo should work correctly.
+   lt_compile=`echo "$ac_compile" | $SED \
+   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
+   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
+   -e 's:$: $lt_compiler_flag:'`
+   (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
+   (eval "$lt_compile" 2>out/conftest.err)
+   ac_status=$?
+   cat out/conftest.err >&5
+   echo "$as_me:$LINENO: \$? = $ac_status" >&5
+   if (exit $ac_status) && test -s out/conftest2.$ac_objext
+   then
+     # The compiler can only warn and ignore the option if not recognized
+     # So say no if there are warnings
+     $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
+     $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
+     if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
+       lt_cv_prog_compiler_c_o_FC=yes
+     fi
+   fi
+   chmod u+w . 2>&5
+   $RM conftest*
+   # SGI C++ compiler will create directory out/ii_files/ for
+   # template instantiation
+   test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
+   $RM out/* && rmdir out
+   cd ..
+   $RM -r conftest
+   $RM conftest*
+
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o_FC" >&5
+$as_echo "$lt_cv_prog_compiler_c_o_FC" >&6; }
+
+
+
+    { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
+$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
+if ${lt_cv_prog_compiler_c_o_FC+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  lt_cv_prog_compiler_c_o_FC=no
+   $RM -r conftest 2>/dev/null
+   mkdir conftest
+   cd conftest
+   mkdir out
+   echo "$lt_simple_compile_test_code" > conftest.$ac_ext
+
+   lt_compiler_flag="-o out/conftest2.$ac_objext"
+   # Insert the option either (1) after the last *FLAGS variable, or
+   # (2) before a word containing "conftest.", or (3) at the end.
+   # Note that $ac_compile itself does not contain backslashes and begins
+   # with a dollar sign (not a hyphen), so the echo should work correctly.
+   lt_compile=`echo "$ac_compile" | $SED \
+   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
+   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
+   -e 's:$: $lt_compiler_flag:'`
+   (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
+   (eval "$lt_compile" 2>out/conftest.err)
+   ac_status=$?
+   cat out/conftest.err >&5
+   echo "$as_me:$LINENO: \$? = $ac_status" >&5
+   if (exit $ac_status) && test -s out/conftest2.$ac_objext
+   then
+     # The compiler can only warn and ignore the option if not recognized
+     # So say no if there are warnings
+     $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
+     $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
+     if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
+       lt_cv_prog_compiler_c_o_FC=yes
+     fi
+   fi
+   chmod u+w . 2>&5
+   $RM conftest*
+   # SGI C++ compiler will create directory out/ii_files/ for
+   # template instantiation
+   test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
+   $RM out/* && rmdir out
+   cd ..
+   $RM -r conftest
+   $RM conftest*
+
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o_FC" >&5
+$as_echo "$lt_cv_prog_compiler_c_o_FC" >&6; }
+
+
+
+
+hard_links="nottested"
+if test "$lt_cv_prog_compiler_c_o_FC" = no && test "$need_locks" != no; then
+  # do not overwrite the value of need_locks provided by the user
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
+$as_echo_n "checking if we can lock with hard links... " >&6; }
+  hard_links=yes
+  $RM conftest*
+  ln conftest.a conftest.b 2>/dev/null && hard_links=no
+  touch conftest.a
+  ln conftest.a conftest.b 2>&5 || hard_links=no
+  ln conftest.a conftest.b 2>/dev/null && hard_links=no
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
+$as_echo "$hard_links" >&6; }
+  if test "$hard_links" = no; then
+    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
+$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
+    need_locks=warn
+  fi
+else
+  need_locks=no
+fi
+
+
+
+    { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
+$as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
+
+  runpath_var=
+  allow_undefined_flag_FC=
+  always_export_symbols_FC=no
+  archive_cmds_FC=
+  archive_expsym_cmds_FC=
+  compiler_needs_object_FC=no
+  enable_shared_with_static_runtimes_FC=no
+  export_dynamic_flag_spec_FC=
+  export_symbols_cmds_FC='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
+  hardcode_automatic_FC=no
+  hardcode_direct_FC=no
+  hardcode_direct_absolute_FC=no
+  hardcode_libdir_flag_spec_FC=
+  hardcode_libdir_separator_FC=
+  hardcode_minus_L_FC=no
+  hardcode_shlibpath_var_FC=unsupported
+  inherit_rpath_FC=no
+  link_all_deplibs_FC=unknown
+  module_cmds_FC=
+  module_expsym_cmds_FC=
+  old_archive_from_new_cmds_FC=
+  old_archive_from_expsyms_cmds_FC=
+  thread_safe_flag_spec_FC=
+  whole_archive_flag_spec_FC=
+  # include_expsyms should be a list of space-separated symbols to be *always*
+  # included in the symbol list
+  include_expsyms_FC=
+  # exclude_expsyms can be an extended regexp of symbols to exclude
+  # it will be wrapped by ` (' and `)$', so one must not match beginning or
+  # end of line.  Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
+  # as well as any symbol that contains `d'.
+  exclude_expsyms_FC='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
+  # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
+  # platforms (ab)use it in PIC code, but their linkers get confused if
+  # the symbol is explicitly referenced.  Since portable code cannot
+  # rely on this symbol name, it's probably fine to never include it in
+  # preloaded symbol tables.
+  # Exclude shared library initialization/finalization symbols.
+  extract_expsyms_cmds=
+
+  case $host_os in
+  cygwin* | mingw* | pw32* | cegcc*)
+    # FIXME: the MSVC++ port hasn't been tested in a loooong time
+    # When not using gcc, we currently assume that we are using
+    # Microsoft Visual C++.
+    if test "$GCC" != yes; then
+      with_gnu_ld=no
+    fi
+    ;;
+  interix*)
+    # we just hope/assume this is gcc and not c89 (= MSVC++)
+    with_gnu_ld=yes
+    ;;
+  openbsd*)
+    with_gnu_ld=no
+    ;;
+  esac
+
+  ld_shlibs_FC=yes
+
+  # On some targets, GNU ld is compatible enough with the native linker
+  # that we're better off using the native interface for both.
+  lt_use_gnu_ld_interface=no
+  if test "$with_gnu_ld" = yes; then
+    case $host_os in
+      aix*)
+	# The AIX port of GNU ld has always aspired to compatibility
+	# with the native linker.  However, as the warning in the GNU ld
+	# block says, versions before 2.19.5* couldn't really create working
+	# shared libraries, regardless of the interface used.
+	case `$LD -v 2>&1` in
+	  *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
+	  *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
+	  *\ \(GNU\ Binutils\)\ [3-9]*) ;;
+	  *)
+	    lt_use_gnu_ld_interface=yes
+	    ;;
+	esac
+	;;
+      *)
+	lt_use_gnu_ld_interface=yes
+	;;
+    esac
+  fi
+
+  if test "$lt_use_gnu_ld_interface" = yes; then
+    # If archive_cmds runs LD, not CC, wlarc should be empty
+    wlarc='${wl}'
+
+    # Set some defaults for GNU ld with shared library support. These
+    # are reset later if shared libraries are not supported. Putting them
+    # here allows them to be overridden if necessary.
+    runpath_var=LD_RUN_PATH
+    hardcode_libdir_flag_spec_FC='${wl}-rpath ${wl}$libdir'
+    export_dynamic_flag_spec_FC='${wl}--export-dynamic'
+    # ancient GNU ld didn't support --whole-archive et. al.
+    if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
+      whole_archive_flag_spec_FC="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
+    else
+      whole_archive_flag_spec_FC=
+    fi
+    supports_anon_versioning=no
+    case `$LD -v 2>&1` in
+      *GNU\ gold*) supports_anon_versioning=yes ;;
+      *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
+      *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
+      *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
+      *\ 2.11.*) ;; # other 2.11 versions
+      *) supports_anon_versioning=yes ;;
+    esac
+
+    # See if GNU ld supports shared libraries.
+    case $host_os in
+    aix[3-9]*)
+      # On AIX/PPC, the GNU linker is very broken
+      if test "$host_cpu" != ia64; then
+	ld_shlibs_FC=no
+	cat <<_LT_EOF 1>&2
+
+*** Warning: the GNU linker, at least up to release 2.19, is reported
+*** to be unable to reliably create shared libraries on AIX.
+*** Therefore, libtool is disabling shared libraries support.  If you
+*** really care for shared libraries, you may want to install binutils
+*** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
+*** You will then need to restart the configuration process.
+
+_LT_EOF
+      fi
+      ;;
+
+    amigaos*)
+      case $host_cpu in
+      powerpc)
+            # see comment about AmigaOS4 .so support
+            archive_cmds_FC='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
+            archive_expsym_cmds_FC=''
+        ;;
+      m68k)
+            archive_cmds_FC='$RM $output_objdir/a2ixlibrary.data~$ECHO "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$ECHO "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$ECHO "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$ECHO "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)'
+            hardcode_libdir_flag_spec_FC='-L$libdir'
+            hardcode_minus_L_FC=yes
+        ;;
+      esac
+      ;;
+
+    beos*)
+      if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
+	allow_undefined_flag_FC=unsupported
+	# Joseph Beckenbach <jrb3 at best.com> says some releases of gcc
+	# support --undefined.  This deserves some investigation.  FIXME
+	archive_cmds_FC='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
+      else
+	ld_shlibs_FC=no
+      fi
+      ;;
+
+    cygwin* | mingw* | pw32* | cegcc*)
+      # _LT_TAGVAR(hardcode_libdir_flag_spec, FC) is actually meaningless,
+      # as there is no search path for DLLs.
+      hardcode_libdir_flag_spec_FC='-L$libdir'
+      export_dynamic_flag_spec_FC='${wl}--export-all-symbols'
+      allow_undefined_flag_FC=unsupported
+      always_export_symbols_FC=no
+      enable_shared_with_static_runtimes_FC=yes
+      export_symbols_cmds_FC='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/;s/^.*[ ]__nm__\([^ ]*\)[ ][^ ]*/\1 DATA/;/^I[ ]/d;/^[AITW][ ]/s/.* //'\'' | sort | uniq > $export_symbols'
+      exclude_expsyms_FC='[_]+GLOBAL_OFFSET_TABLE_|[_]+GLOBAL__[FID]_.*|[_]+head_[A-Za-z0-9_]+_dll|[A-Za-z0-9_]+_dll_iname'
+
+      if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
+        archive_cmds_FC='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
+	# If the export-symbols file already is a .def file (1st line
+	# is EXPORTS), use it as is; otherwise, prepend...
+	archive_expsym_cmds_FC='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
+	  cp $export_symbols $output_objdir/$soname.def;
+	else
+	  echo EXPORTS > $output_objdir/$soname.def;
+	  cat $export_symbols >> $output_objdir/$soname.def;
+	fi~
+	$CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
+      else
+	ld_shlibs_FC=no
+      fi
+      ;;
+
+    haiku*)
+      archive_cmds_FC='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
+      link_all_deplibs_FC=yes
+      ;;
+
+    interix[3-9]*)
+      hardcode_direct_FC=no
+      hardcode_shlibpath_var_FC=no
+      hardcode_libdir_flag_spec_FC='${wl}-rpath,$libdir'
+      export_dynamic_flag_spec_FC='${wl}-E'
+      # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
+      # Instead, shared libraries are loaded at an image base (0x10000000 by
+      # default) and relocated if they conflict, which is a slow very memory
+      # consuming and fragmenting process.  To avoid this, we pick a random,
+      # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
+      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
+      archive_cmds_FC='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
+      archive_expsym_cmds_FC='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
+      ;;
+
+    gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
+      tmp_diet=no
+      if test "$host_os" = linux-dietlibc; then
+	case $cc_basename in
+	  diet\ *) tmp_diet=yes;;	# linux-dietlibc with static linking (!diet-dyn)
+	esac
+      fi
+      if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
+	 && test "$tmp_diet" = no
+      then
+	tmp_addflag=' $pic_flag'
+	tmp_sharedflag='-shared'
+	case $cc_basename,$host_cpu in
+        pgcc*)				# Portland Group C compiler
+	  whole_archive_flag_spec_FC='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
+	  tmp_addflag=' $pic_flag'
+	  ;;
+	pgf77* | pgf90* | pgf95* | pgfortran*)
+					# Portland Group f77 and f90 compilers
+	  whole_archive_flag_spec_FC='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
+	  tmp_addflag=' $pic_flag -Mnomain' ;;
+	ecc*,ia64* | icc*,ia64*)	# Intel C compiler on ia64
+	  tmp_addflag=' -i_dynamic' ;;
+	efc*,ia64* | ifort*,ia64*)	# Intel Fortran compiler on ia64
+	  tmp_addflag=' -i_dynamic -nofor_main' ;;
+	ifc* | ifort*)			# Intel Fortran compiler
+	  tmp_addflag=' -nofor_main' ;;
+	lf95*)				# Lahey Fortran 8.1
+	  whole_archive_flag_spec_FC=
+	  tmp_sharedflag='--shared' ;;
+	xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
+	  tmp_sharedflag='-qmkshrobj'
+	  tmp_addflag= ;;
+	nvcc*)	# Cuda Compiler Driver 2.2
+	  whole_archive_flag_spec_FC='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
+	  compiler_needs_object_FC=yes
+	  ;;
+	esac
+	case `$CC -V 2>&1 | sed 5q` in
+	*Sun\ C*)			# Sun C 5.9
+	  whole_archive_flag_spec_FC='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
+	  compiler_needs_object_FC=yes
+	  tmp_sharedflag='-G' ;;
+	*Sun\ F*)			# Sun Fortran 8.3
+	  tmp_sharedflag='-G' ;;
+	esac
+	archive_cmds_FC='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
+
+        if test "x$supports_anon_versioning" = xyes; then
+          archive_expsym_cmds_FC='echo "{ global:" > $output_objdir/$libname.ver~
+	    cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
+	    echo "local: *; };" >> $output_objdir/$libname.ver~
+	    $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
+        fi
+
+	case $cc_basename in
+	xlf* | bgf* | bgxlf* | mpixlf*)
+	  # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
+	  whole_archive_flag_spec_FC='--whole-archive$convenience --no-whole-archive'
+	  hardcode_libdir_flag_spec_FC='${wl}-rpath ${wl}$libdir'
+	  archive_cmds_FC='$LD -shared $libobjs $deplibs $linker_flags -soname $soname -o $lib'
+	  if test "x$supports_anon_versioning" = xyes; then
+	    archive_expsym_cmds_FC='echo "{ global:" > $output_objdir/$libname.ver~
+	      cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
+	      echo "local: *; };" >> $output_objdir/$libname.ver~
+	      $LD -shared $libobjs $deplibs $linker_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
+	  fi
+	  ;;
+	esac
+      else
+        ld_shlibs_FC=no
+      fi
+      ;;
+
+    netbsd*)
+      if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
+	archive_cmds_FC='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
+	wlarc=
+      else
+	archive_cmds_FC='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
+	archive_expsym_cmds_FC='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
+      fi
+      ;;
+
+    solaris*)
+      if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
+	ld_shlibs_FC=no
+	cat <<_LT_EOF 1>&2
+
+*** Warning: The releases 2.8.* of the GNU linker cannot reliably
+*** create shared libraries on Solaris systems.  Therefore, libtool
+*** is disabling shared libraries support.  We urge you to upgrade GNU
+*** binutils to release 2.9.1 or newer.  Another option is to modify
+*** your PATH or compiler configuration so that the native linker is
+*** used, and then restart.
+
+_LT_EOF
+      elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
+	archive_cmds_FC='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
+	archive_expsym_cmds_FC='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
+      else
+	ld_shlibs_FC=no
+      fi
+      ;;
+
+    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
+      case `$LD -v 2>&1` in
+        *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
+	ld_shlibs_FC=no
+	cat <<_LT_EOF 1>&2
+
+*** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
+*** reliably create shared libraries on SCO systems.  Therefore, libtool
+*** is disabling shared libraries support.  We urge you to upgrade GNU
+*** binutils to release 2.16.91.0.3 or newer.  Another option is to modify
+*** your PATH or compiler configuration so that the native linker is
+*** used, and then restart.
+
+_LT_EOF
+	;;
+	*)
+	  # For security reasons, it is highly recommended that you always
+	  # use absolute paths for naming shared libraries, and exclude the
+	  # DT_RUNPATH tag from executables and libraries.  But doing so
+	  # requires that you compile everything twice, which is a pain.
+	  if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
+	    hardcode_libdir_flag_spec_FC='${wl}-rpath ${wl}$libdir'
+	    archive_cmds_FC='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
+	    archive_expsym_cmds_FC='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
+	  else
+	    ld_shlibs_FC=no
+	  fi
+	;;
+      esac
+      ;;
+
+    sunos4*)
+      archive_cmds_FC='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
+      wlarc=
+      hardcode_direct_FC=yes
+      hardcode_shlibpath_var_FC=no
+      ;;
+
+    *)
+      if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
+	archive_cmds_FC='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
+	archive_expsym_cmds_FC='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
+      else
+	ld_shlibs_FC=no
+      fi
+      ;;
+    esac
+
+    if test "$ld_shlibs_FC" = no; then
+      runpath_var=
+      hardcode_libdir_flag_spec_FC=
+      export_dynamic_flag_spec_FC=
+      whole_archive_flag_spec_FC=
+    fi
+  else
+    # PORTME fill in a description of your system's linker (not GNU ld)
+    case $host_os in
+    aix3*)
+      allow_undefined_flag_FC=unsupported
+      always_export_symbols_FC=yes
+      archive_expsym_cmds_FC='$LD -o $output_objdir/$soname $libobjs $deplibs $linker_flags -bE:$export_symbols -T512 -H512 -bM:SRE~$AR $AR_FLAGS $lib $output_objdir/$soname'
+      # Note: this linker hardcodes the directories in LIBPATH if there
+      # are no directories specified by -L.
+      hardcode_minus_L_FC=yes
+      if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
+	# Neither direct hardcoding nor static linking is supported with a
+	# broken collect2.
+	hardcode_direct_FC=unsupported
+      fi
+      ;;
+
+    aix[4-9]*)
+      if test "$host_cpu" = ia64; then
+	# On IA64, the linker does run time linking by default, so we don't
+	# have to do anything special.
+	aix_use_runtimelinking=no
+	exp_sym_flag='-Bexport'
+	no_entry_flag=""
+      else
+	# If we're using GNU nm, then we don't want the "-C" option.
+	# -C means demangle to AIX nm, but means don't demangle with GNU nm
+	# Also, AIX nm treats weak defined symbols like other global
+	# defined symbols, whereas GNU nm marks them as "W".
+	if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
+	  export_symbols_cmds_FC='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
+	else
+	  export_symbols_cmds_FC='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
+	fi
+	aix_use_runtimelinking=no
+
+	# Test if we are trying to use run time linking or normal
+	# AIX style linking. If -brtl is somewhere in LDFLAGS, we
+	# need to do runtime linking.
+	case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
+	  for ld_flag in $LDFLAGS; do
+	  if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
+	    aix_use_runtimelinking=yes
+	    break
+	  fi
+	  done
+	  ;;
+	esac
+
+	exp_sym_flag='-bexport'
+	no_entry_flag='-bnoentry'
+      fi
+
+      # When large executables or shared objects are built, AIX ld can
+      # have problems creating the table of contents.  If linking a library
+      # or program results in "error TOC overflow" add -mminimal-toc to
+      # CXXFLAGS/CFLAGS for g++/gcc.  In the cases where that is not
+      # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
+
+      archive_cmds_FC=''
+      hardcode_direct_FC=yes
+      hardcode_direct_absolute_FC=yes
+      hardcode_libdir_separator_FC=':'
+      link_all_deplibs_FC=yes
+      file_list_spec_FC='${wl}-f,'
+
+      if test "$GCC" = yes; then
+	case $host_os in aix4.[012]|aix4.[012].*)
+	# We only want to do this on AIX 4.2 and lower, the check
+	# below for broken collect2 doesn't work under 4.3+
+	  collect2name=`${CC} -print-prog-name=collect2`
+	  if test -f "$collect2name" &&
+	   strings "$collect2name" | $GREP resolve_lib_name >/dev/null
+	  then
+	  # We have reworked collect2
+	  :
+	  else
+	  # We have old collect2
+	  hardcode_direct_FC=unsupported
+	  # It fails to find uninstalled libraries when the uninstalled
+	  # path is not listed in the libpath.  Setting hardcode_minus_L
+	  # to unsupported forces relinking
+	  hardcode_minus_L_FC=yes
+	  hardcode_libdir_flag_spec_FC='-L$libdir'
+	  hardcode_libdir_separator_FC=
+	  fi
+	  ;;
+	esac
+	shared_flag='-shared'
+	if test "$aix_use_runtimelinking" = yes; then
+	  shared_flag="$shared_flag "'${wl}-G'
+	fi
+      else
+	# not using gcc
+	if test "$host_cpu" = ia64; then
+	# VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
+	# chokes on -Wl,-G. The following line is correct:
+	  shared_flag='-G'
+	else
+	  if test "$aix_use_runtimelinking" = yes; then
+	    shared_flag='${wl}-G'
+	  else
+	    shared_flag='${wl}-bM:SRE'
+	  fi
+	fi
+      fi
+
+      export_dynamic_flag_spec_FC='${wl}-bexpall'
+      # It seems that -bexpall does not export symbols beginning with
+      # underscore (_), so it is better to generate a list of symbols to export.
+      always_export_symbols_FC=yes
+      if test "$aix_use_runtimelinking" = yes; then
+	# Warning - without using the other runtime loading flags (-brtl),
+	# -berok will link without error, but may produce a broken library.
+	allow_undefined_flag_FC='-berok'
+        # Determine the default libpath from the value encoded in an
+        # empty executable.
+        if test "${lt_cv_aix_libpath+set}" = set; then
+  aix_libpath=$lt_cv_aix_libpath
+else
+  if ${lt_cv_aix_libpath__FC+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  cat > conftest.$ac_ext <<_ACEOF
+      program main
+
+      end
+_ACEOF
+if ac_fn_fc_try_link "$LINENO"; then :
+
+  lt_aix_libpath_sed='
+      /Import File Strings/,/^$/ {
+	  /^0/ {
+	      s/^0  *\([^ ]*\) *$/\1/
+	      p
+	  }
+      }'
+  lt_cv_aix_libpath__FC=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
+  # Check for a 64-bit object if we didn't find anything.
+  if test -z "$lt_cv_aix_libpath__FC"; then
+    lt_cv_aix_libpath__FC=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
+  fi
+fi
+rm -f core conftest.err conftest.$ac_objext \
+    conftest$ac_exeext conftest.$ac_ext
+  if test -z "$lt_cv_aix_libpath__FC"; then
+    lt_cv_aix_libpath__FC="/usr/lib:/lib"
+  fi
+
+fi
+
+  aix_libpath=$lt_cv_aix_libpath__FC
+fi
+
+        hardcode_libdir_flag_spec_FC='${wl}-blibpath:$libdir:'"$aix_libpath"
+        archive_expsym_cmds_FC='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then func_echo_all "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
+      else
+	if test "$host_cpu" = ia64; then
+	  hardcode_libdir_flag_spec_FC='${wl}-R $libdir:/usr/lib:/lib'
+	  allow_undefined_flag_FC="-z nodefs"
+	  archive_expsym_cmds_FC="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$exp_sym_flag:\$export_symbols"
+	else
+	 # Determine the default libpath from the value encoded in an
+	 # empty executable.
+	 if test "${lt_cv_aix_libpath+set}" = set; then
+  aix_libpath=$lt_cv_aix_libpath
+else
+  if ${lt_cv_aix_libpath__FC+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  cat > conftest.$ac_ext <<_ACEOF
+      program main
+
+      end
+_ACEOF
+if ac_fn_fc_try_link "$LINENO"; then :
+
+  lt_aix_libpath_sed='
+      /Import File Strings/,/^$/ {
+	  /^0/ {
+	      s/^0  *\([^ ]*\) *$/\1/
+	      p
+	  }
+      }'
+  lt_cv_aix_libpath__FC=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
+  # Check for a 64-bit object if we didn't find anything.
+  if test -z "$lt_cv_aix_libpath__FC"; then
+    lt_cv_aix_libpath__FC=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
+  fi
+fi
+rm -f core conftest.err conftest.$ac_objext \
+    conftest$ac_exeext conftest.$ac_ext
+  if test -z "$lt_cv_aix_libpath__FC"; then
+    lt_cv_aix_libpath__FC="/usr/lib:/lib"
+  fi
+
+fi
+
+  aix_libpath=$lt_cv_aix_libpath__FC
+fi
+
+	 hardcode_libdir_flag_spec_FC='${wl}-blibpath:$libdir:'"$aix_libpath"
+	  # Warning - without using the other run time loading flags,
+	  # -berok will link without error, but may produce a broken library.
+	  no_undefined_flag_FC=' ${wl}-bernotok'
+	  allow_undefined_flag_FC=' ${wl}-berok'
+	  if test "$with_gnu_ld" = yes; then
+	    # We only use this code for GNU lds that support --whole-archive.
+	    whole_archive_flag_spec_FC='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
+	  else
+	    # Exported symbols can be pulled into shared objects from archives
+	    whole_archive_flag_spec_FC='$convenience'
+	  fi
+	  archive_cmds_need_lc_FC=yes
+	  # This is similar to how AIX traditionally builds its shared libraries.
+	  archive_expsym_cmds_FC="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs ${wl}-bnoentry $compiler_flags ${wl}-bE:$export_symbols${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname'
+	fi
+      fi
+      ;;
+
+    amigaos*)
+      case $host_cpu in
+      powerpc)
+            # see comment about AmigaOS4 .so support
+            archive_cmds_FC='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
+            archive_expsym_cmds_FC=''
+        ;;
+      m68k)
+            archive_cmds_FC='$RM $output_objdir/a2ixlibrary.data~$ECHO "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$ECHO "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$ECHO "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$ECHO "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)'
+            hardcode_libdir_flag_spec_FC='-L$libdir'
+            hardcode_minus_L_FC=yes
+        ;;
+      esac
+      ;;
+
+    bsdi[45]*)
+      export_dynamic_flag_spec_FC=-rdynamic
+      ;;
+
+    cygwin* | mingw* | pw32* | cegcc*)
+      # When not using gcc, we currently assume that we are using
+      # Microsoft Visual C++.
+      # hardcode_libdir_flag_spec is actually meaningless, as there is
+      # no search path for DLLs.
+      case $cc_basename in
+      cl*)
+	# Native MSVC
+	hardcode_libdir_flag_spec_FC=' '
+	allow_undefined_flag_FC=unsupported
+	always_export_symbols_FC=yes
+	file_list_spec_FC='@'
+	# Tell ltmain to make .lib files, not .a files.
+	libext=lib
+	# Tell ltmain to make .dll files, not .so files.
+	shrext_cmds=".dll"
+	# FIXME: Setting linknames here is a bad hack.
+	archive_cmds_FC='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-dll~linknames='
+	archive_expsym_cmds_FC='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
+	    sed -n -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' -e '1\\\!p' < $export_symbols > $output_objdir/$soname.exp;
+	  else
+	    sed -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' < $export_symbols > $output_objdir/$soname.exp;
+	  fi~
+	  $CC -o $tool_output_objdir$soname $libobjs $compiler_flags $deplibs "@$tool_output_objdir$soname.exp" -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~
+	  linknames='
+	# The linker will not automatically build a static lib if we build a DLL.
+	# _LT_TAGVAR(old_archive_from_new_cmds, FC)='true'
+	enable_shared_with_static_runtimes_FC=yes
+	exclude_expsyms_FC='_NULL_IMPORT_DESCRIPTOR|_IMPORT_DESCRIPTOR_.*'
+	export_symbols_cmds_FC='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1,DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
+	# Don't use ranlib
+	old_postinstall_cmds_FC='chmod 644 $oldlib'
+	postlink_cmds_FC='lt_outputfile="@OUTPUT@"~
+	  lt_tool_outputfile="@TOOL_OUTPUT@"~
+	  case $lt_outputfile in
+	    *.exe|*.EXE) ;;
+	    *)
+	      lt_outputfile="$lt_outputfile.exe"
+	      lt_tool_outputfile="$lt_tool_outputfile.exe"
+	      ;;
+	  esac~
+	  if test "$MANIFEST_TOOL" != ":" && test -f "$lt_outputfile.manifest"; then
+	    $MANIFEST_TOOL -manifest "$lt_tool_outputfile.manifest" -outputresource:"$lt_tool_outputfile" || exit 1;
+	    $RM "$lt_outputfile.manifest";
+	  fi'
+	;;
+      *)
+	# Assume MSVC wrapper
+	hardcode_libdir_flag_spec_FC=' '
+	allow_undefined_flag_FC=unsupported
+	# Tell ltmain to make .lib files, not .a files.
+	libext=lib
+	# Tell ltmain to make .dll files, not .so files.
+	shrext_cmds=".dll"
+	# FIXME: Setting linknames here is a bad hack.
+	archive_cmds_FC='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
+	# The linker will automatically build a .lib file if we build a DLL.
+	old_archive_from_new_cmds_FC='true'
+	# FIXME: Should let the user specify the lib program.
+	old_archive_cmds_FC='lib -OUT:$oldlib$oldobjs$old_deplibs'
+	enable_shared_with_static_runtimes_FC=yes
+	;;
+      esac
+      ;;
+
+    darwin* | rhapsody*)
+
+
+  archive_cmds_need_lc_FC=no
+  hardcode_direct_FC=no
+  hardcode_automatic_FC=yes
+  hardcode_shlibpath_var_FC=unsupported
+  if test "$lt_cv_ld_force_load" = "yes"; then
+    whole_archive_flag_spec_FC='`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience ${wl}-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`'
+    compiler_needs_object_FC=yes
+  else
+    whole_archive_flag_spec_FC=''
+  fi
+  link_all_deplibs_FC=yes
+  allow_undefined_flag_FC="$_lt_dar_allow_undefined"
+  case $cc_basename in
+     ifort*) _lt_dar_can_shared=yes ;;
+     *) _lt_dar_can_shared=$GCC ;;
+  esac
+  if test "$_lt_dar_can_shared" = "yes"; then
+    output_verbose_link_cmd=func_echo_all
+    archive_cmds_FC="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
+    module_cmds_FC="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
+    archive_expsym_cmds_FC="sed 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring ${_lt_dar_single_mod}${_lt_dar_export_syms}${_lt_dsymutil}"
+    module_expsym_cmds_FC="sed -e 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dar_export_syms}${_lt_dsymutil}"
+
+  else
+  ld_shlibs_FC=no
+  fi
+
+      ;;
+
+    dgux*)
+      archive_cmds_FC='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
+      hardcode_libdir_flag_spec_FC='-L$libdir'
+      hardcode_shlibpath_var_FC=no
+      ;;
+
+    # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
+    # support.  Future versions do this automatically, but an explicit c++rt0.o
+    # does not break anything, and helps significantly (at the cost of a little
+    # extra space).
+    freebsd2.2*)
+      archive_cmds_FC='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
+      hardcode_libdir_flag_spec_FC='-R$libdir'
+      hardcode_direct_FC=yes
+      hardcode_shlibpath_var_FC=no
+      ;;
+
+    # Unfortunately, older versions of FreeBSD 2 do not have this feature.
+    freebsd2.*)
+      archive_cmds_FC='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
+      hardcode_direct_FC=yes
+      hardcode_minus_L_FC=yes
+      hardcode_shlibpath_var_FC=no
+      ;;
+
+    # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
+    freebsd* | dragonfly*)
+      archive_cmds_FC='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
+      hardcode_libdir_flag_spec_FC='-R$libdir'
+      hardcode_direct_FC=yes
+      hardcode_shlibpath_var_FC=no
+      ;;
+
+    hpux9*)
+      if test "$GCC" = yes; then
+	archive_cmds_FC='$RM $output_objdir/$soname~$CC -shared $pic_flag ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $libobjs $deplibs $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
+      else
+	archive_cmds_FC='$RM $output_objdir/$soname~$LD -b +b $install_libdir -o $output_objdir/$soname $libobjs $deplibs $linker_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
+      fi
+      hardcode_libdir_flag_spec_FC='${wl}+b ${wl}$libdir'
+      hardcode_libdir_separator_FC=:
+      hardcode_direct_FC=yes
+
+      # hardcode_minus_L: Not really in the search PATH,
+      # but as the default location of the library.
+      hardcode_minus_L_FC=yes
+      export_dynamic_flag_spec_FC='${wl}-E'
+      ;;
+
+    hpux10*)
+      if test "$GCC" = yes && test "$with_gnu_ld" = no; then
+	archive_cmds_FC='$CC -shared $pic_flag ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
+      else
+	archive_cmds_FC='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
+      fi
+      if test "$with_gnu_ld" = no; then
+	hardcode_libdir_flag_spec_FC='${wl}+b ${wl}$libdir'
+	hardcode_libdir_separator_FC=:
+	hardcode_direct_FC=yes
+	hardcode_direct_absolute_FC=yes
+	export_dynamic_flag_spec_FC='${wl}-E'
+	# hardcode_minus_L: Not really in the search PATH,
+	# but as the default location of the library.
+	hardcode_minus_L_FC=yes
+      fi
+      ;;
+
+    hpux11*)
+      if test "$GCC" = yes && test "$with_gnu_ld" = no; then
+	case $host_cpu in
+	hppa*64*)
+	  archive_cmds_FC='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
+	  ;;
+	ia64*)
+	  archive_cmds_FC='$CC -shared $pic_flag ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
+	  ;;
+	*)
+	  archive_cmds_FC='$CC -shared $pic_flag ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
+	  ;;
+	esac
+      else
+	case $host_cpu in
+	hppa*64*)
+	  archive_cmds_FC='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
+	  ;;
+	ia64*)
+	  archive_cmds_FC='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
+	  ;;
+	*)
+	archive_cmds_FC='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
+	  ;;
+	esac
+      fi
+      if test "$with_gnu_ld" = no; then
+	hardcode_libdir_flag_spec_FC='${wl}+b ${wl}$libdir'
+	hardcode_libdir_separator_FC=:
+
+	case $host_cpu in
+	hppa*64*|ia64*)
+	  hardcode_direct_FC=no
+	  hardcode_shlibpath_var_FC=no
+	  ;;
+	*)
+	  hardcode_direct_FC=yes
+	  hardcode_direct_absolute_FC=yes
+	  export_dynamic_flag_spec_FC='${wl}-E'
+
+	  # hardcode_minus_L: Not really in the search PATH,
+	  # but as the default location of the library.
+	  hardcode_minus_L_FC=yes
+	  ;;
+	esac
+      fi
+      ;;
+
+    irix5* | irix6* | nonstopux*)
+      if test "$GCC" = yes; then
+	archive_cmds_FC='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
+	# Try to use the -exported_symbol ld option, if it does not
+	# work, assume that -exports_file does not work either and
+	# implicitly export all symbols.
+	# This should be the same for all languages, so no per-tag cache variable.
+	{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $host_os linker accepts -exported_symbol" >&5
+$as_echo_n "checking whether the $host_os linker accepts -exported_symbol... " >&6; }
+if ${lt_cv_irix_exported_symbol+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  save_LDFLAGS="$LDFLAGS"
+	   LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
+	   cat > conftest.$ac_ext <<_ACEOF
+
+      subroutine foo
+      end
+_ACEOF
+if ac_fn_fc_try_link "$LINENO"; then :
+  lt_cv_irix_exported_symbol=yes
+else
+  lt_cv_irix_exported_symbol=no
+fi
+rm -f core conftest.err conftest.$ac_objext \
+    conftest$ac_exeext conftest.$ac_ext
+           LDFLAGS="$save_LDFLAGS"
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_irix_exported_symbol" >&5
+$as_echo "$lt_cv_irix_exported_symbol" >&6; }
+	if test "$lt_cv_irix_exported_symbol" = yes; then
+          archive_expsym_cmds_FC='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations ${wl}-exports_file ${wl}$export_symbols -o $lib'
+	fi
+      else
+	archive_cmds_FC='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
+	archive_expsym_cmds_FC='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -exports_file $export_symbols -o $lib'
+      fi
+      archive_cmds_need_lc_FC='no'
+      hardcode_libdir_flag_spec_FC='${wl}-rpath ${wl}$libdir'
+      hardcode_libdir_separator_FC=:
+      inherit_rpath_FC=yes
+      link_all_deplibs_FC=yes
+      ;;
+
+    netbsd*)
+      if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
+	archive_cmds_FC='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'  # a.out
+      else
+	archive_cmds_FC='$LD -shared -o $lib $libobjs $deplibs $linker_flags'      # ELF
+      fi
+      hardcode_libdir_flag_spec_FC='-R$libdir'
+      hardcode_direct_FC=yes
+      hardcode_shlibpath_var_FC=no
+      ;;
+
+    newsos6)
+      archive_cmds_FC='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
+      hardcode_direct_FC=yes
+      hardcode_libdir_flag_spec_FC='${wl}-rpath ${wl}$libdir'
+      hardcode_libdir_separator_FC=:
+      hardcode_shlibpath_var_FC=no
+      ;;
+
+    *nto* | *qnx*)
+      ;;
+
+    openbsd*)
+      if test -f /usr/libexec/ld.so; then
+	hardcode_direct_FC=yes
+	hardcode_shlibpath_var_FC=no
+	hardcode_direct_absolute_FC=yes
+	if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
+	  archive_cmds_FC='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
+	  archive_expsym_cmds_FC='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
+	  hardcode_libdir_flag_spec_FC='${wl}-rpath,$libdir'
+	  export_dynamic_flag_spec_FC='${wl}-E'
+	else
+	  case $host_os in
+	   openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
+	     archive_cmds_FC='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
+	     hardcode_libdir_flag_spec_FC='-R$libdir'
+	     ;;
+	   *)
+	     archive_cmds_FC='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
+	     hardcode_libdir_flag_spec_FC='${wl}-rpath,$libdir'
+	     ;;
+	  esac
+	fi
+      else
+	ld_shlibs_FC=no
+      fi
+      ;;
+
+    os2*)
+      hardcode_libdir_flag_spec_FC='-L$libdir'
+      hardcode_minus_L_FC=yes
+      allow_undefined_flag_FC=unsupported
+      archive_cmds_FC='$ECHO "LIBRARY $libname INITINSTANCE" > $output_objdir/$libname.def~$ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~echo DATA >> $output_objdir/$libname.def~echo " SINGLE NONSHARED" >> $output_objdir/$libname.def~echo EXPORTS >> $output_objdir/$libname.def~emxexp $libobjs >> $output_objdir/$libname.def~$CC -Zdll -Zcrtdll -o $lib $libobjs $deplibs $compiler_flags $output_objdir/$libname.def'
+      old_archive_from_new_cmds_FC='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
+      ;;
+
+    osf3*)
+      if test "$GCC" = yes; then
+	allow_undefined_flag_FC=' ${wl}-expect_unresolved ${wl}\*'
+	archive_cmds_FC='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
+      else
+	allow_undefined_flag_FC=' -expect_unresolved \*'
+	archive_cmds_FC='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
+      fi
+      archive_cmds_need_lc_FC='no'
+      hardcode_libdir_flag_spec_FC='${wl}-rpath ${wl}$libdir'
+      hardcode_libdir_separator_FC=:
+      ;;
+
+    osf4* | osf5*)	# as osf3* with the addition of -msym flag
+      if test "$GCC" = yes; then
+	allow_undefined_flag_FC=' ${wl}-expect_unresolved ${wl}\*'
+	archive_cmds_FC='$CC -shared${allow_undefined_flag} $pic_flag $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
+	hardcode_libdir_flag_spec_FC='${wl}-rpath ${wl}$libdir'
+      else
+	allow_undefined_flag_FC=' -expect_unresolved \*'
+	archive_cmds_FC='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
+	archive_expsym_cmds_FC='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.exp~
+	$CC -shared${allow_undefined_flag} ${wl}-input ${wl}$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib~$RM $lib.exp'
+
+	# Both c and cxx compiler support -rpath directly
+	hardcode_libdir_flag_spec_FC='-rpath $libdir'
+      fi
+      archive_cmds_need_lc_FC='no'
+      hardcode_libdir_separator_FC=:
+      ;;
+
+    solaris*)
+      no_undefined_flag_FC=' -z defs'
+      if test "$GCC" = yes; then
+	wlarc='${wl}'
+	archive_cmds_FC='$CC -shared $pic_flag ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
+	archive_expsym_cmds_FC='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
+	  $CC -shared $pic_flag ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
+      else
+	case `$CC -V 2>&1` in
+	*"Compilers 5.0"*)
+	  wlarc=''
+	  archive_cmds_FC='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
+	  archive_expsym_cmds_FC='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
+	  $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
+	  ;;
+	*)
+	  wlarc='${wl}'
+	  archive_cmds_FC='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
+	  archive_expsym_cmds_FC='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
+	  $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
+	  ;;
+	esac
+      fi
+      hardcode_libdir_flag_spec_FC='-R$libdir'
+      hardcode_shlibpath_var_FC=no
+      case $host_os in
+      solaris2.[0-5] | solaris2.[0-5].*) ;;
+      *)
+	# The compiler driver will combine and reorder linker options,
+	# but understands `-z linker_flag'.  GCC discards it without `$wl',
+	# but is careful enough not to reorder.
+	# Supported since Solaris 2.6 (maybe 2.5.1?)
+	if test "$GCC" = yes; then
+	  whole_archive_flag_spec_FC='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
+	else
+	  whole_archive_flag_spec_FC='-z allextract$convenience -z defaultextract'
+	fi
+	;;
+      esac
+      link_all_deplibs_FC=yes
+      ;;
+
+    sunos4*)
+      if test "x$host_vendor" = xsequent; then
+	# Use $CC to link under sequent, because it throws in some extra .o
+	# files that make .init and .fini sections work.
+	archive_cmds_FC='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
+      else
+	archive_cmds_FC='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
+      fi
+      hardcode_libdir_flag_spec_FC='-L$libdir'
+      hardcode_direct_FC=yes
+      hardcode_minus_L_FC=yes
+      hardcode_shlibpath_var_FC=no
+      ;;
+
+    sysv4)
+      case $host_vendor in
+	sni)
+	  archive_cmds_FC='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
+	  hardcode_direct_FC=yes # is this really true???
+	;;
+	siemens)
+	  ## LD is ld it makes a PLAMLIB
+	  ## CC just makes a GrossModule.
+	  archive_cmds_FC='$LD -G -o $lib $libobjs $deplibs $linker_flags'
+	  reload_cmds_FC='$CC -r -o $output$reload_objs'
+	  hardcode_direct_FC=no
+        ;;
+	motorola)
+	  archive_cmds_FC='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
+	  hardcode_direct_FC=no #Motorola manual says yes, but my tests say they lie
+	;;
+      esac
+      runpath_var='LD_RUN_PATH'
+      hardcode_shlibpath_var_FC=no
+      ;;
+
+    sysv4.3*)
+      archive_cmds_FC='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
+      hardcode_shlibpath_var_FC=no
+      export_dynamic_flag_spec_FC='-Bexport'
+      ;;
+
+    sysv4*MP*)
+      if test -d /usr/nec; then
+	archive_cmds_FC='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
+	hardcode_shlibpath_var_FC=no
+	runpath_var=LD_RUN_PATH
+	hardcode_runpath_var=yes
+	ld_shlibs_FC=yes
+      fi
+      ;;
+
+    sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
+      no_undefined_flag_FC='${wl}-z,text'
+      archive_cmds_need_lc_FC=no
+      hardcode_shlibpath_var_FC=no
+      runpath_var='LD_RUN_PATH'
+
+      if test "$GCC" = yes; then
+	archive_cmds_FC='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
+	archive_expsym_cmds_FC='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
+      else
+	archive_cmds_FC='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
+	archive_expsym_cmds_FC='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
+      fi
+      ;;
+
+    sysv5* | sco3.2v5* | sco5v6*)
+      # Note: We can NOT use -z defs as we might desire, because we do not
+      # link with -lc, and that would cause any symbols used from libc to
+      # always be unresolved, which means just about no library would
+      # ever link correctly.  If we're not using GNU ld we use -z text
+      # though, which does catch some bad symbols but isn't as heavy-handed
+      # as -z defs.
+      no_undefined_flag_FC='${wl}-z,text'
+      allow_undefined_flag_FC='${wl}-z,nodefs'
+      archive_cmds_need_lc_FC=no
+      hardcode_shlibpath_var_FC=no
+      hardcode_libdir_flag_spec_FC='${wl}-R,$libdir'
+      hardcode_libdir_separator_FC=':'
+      link_all_deplibs_FC=yes
+      export_dynamic_flag_spec_FC='${wl}-Bexport'
+      runpath_var='LD_RUN_PATH'
+
+      if test "$GCC" = yes; then
+	archive_cmds_FC='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
+	archive_expsym_cmds_FC='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
+      else
+	archive_cmds_FC='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
+	archive_expsym_cmds_FC='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
+      fi
+      ;;
+
+    uts4*)
+      archive_cmds_FC='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
+      hardcode_libdir_flag_spec_FC='-L$libdir'
+      hardcode_shlibpath_var_FC=no
+      ;;
+
+    *)
+      ld_shlibs_FC=no
+      ;;
+    esac
+
+    if test x$host_vendor = xsni; then
+      case $host in
+      sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
+	export_dynamic_flag_spec_FC='${wl}-Blargedynsym'
+	;;
+      esac
+    fi
+  fi
+
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs_FC" >&5
+$as_echo "$ld_shlibs_FC" >&6; }
+test "$ld_shlibs_FC" = no && can_build_shared=no
+
+with_gnu_ld_FC=$with_gnu_ld
+
+
+
+
+
+
+#
+# Do we need to explicitly link libc?
+#
+case "x$archive_cmds_need_lc_FC" in
+x|xyes)
+  # Assume -lc should be added
+  archive_cmds_need_lc_FC=yes
+
+  if test "$enable_shared" = yes && test "$GCC" = yes; then
+    case $archive_cmds_FC in
+    *'~'*)
+      # FIXME: we may have to deal with multi-command sequences.
+      ;;
+    '$CC '*)
+      # Test whether the compiler implicitly links with -lc since on some
+      # systems, -lgcc has to come before -lc. If gcc already passes -lc
+      # to ld, don't add -lc before -lgcc.
+      { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
+$as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
+if ${lt_cv_archive_cmds_need_lc_FC+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  $RM conftest*
+	echo "$lt_simple_compile_test_code" > conftest.$ac_ext
+
+	if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
+  (eval $ac_compile) 2>&5
+  ac_status=$?
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+  test $ac_status = 0; } 2>conftest.err; then
+	  soname=conftest
+	  lib=conftest
+	  libobjs=conftest.$ac_objext
+	  deplibs=
+	  wl=$lt_prog_compiler_wl_FC
+	  pic_flag=$lt_prog_compiler_pic_FC
+	  compiler_flags=-v
+	  linker_flags=-v
+	  verstring=
+	  output_objdir=.
+	  libname=conftest
+	  lt_save_allow_undefined_flag=$allow_undefined_flag_FC
+	  allow_undefined_flag_FC=
+	  if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds_FC 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
+  (eval $archive_cmds_FC 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
+  ac_status=$?
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+  test $ac_status = 0; }
+	  then
+	    lt_cv_archive_cmds_need_lc_FC=no
+	  else
+	    lt_cv_archive_cmds_need_lc_FC=yes
+	  fi
+	  allow_undefined_flag_FC=$lt_save_allow_undefined_flag
+	else
+	  cat conftest.err 1>&5
+	fi
+	$RM conftest*
+
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc_FC" >&5
+$as_echo "$lt_cv_archive_cmds_need_lc_FC" >&6; }
+      archive_cmds_need_lc_FC=$lt_cv_archive_cmds_need_lc_FC
+      ;;
+    esac
+  fi
+  ;;
+esac
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+    { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
+$as_echo_n "checking dynamic linker characteristics... " >&6; }
+
+library_names_spec=
+libname_spec='lib$name'
+soname_spec=
+shrext_cmds=".so"
+postinstall_cmds=
+postuninstall_cmds=
+finish_cmds=
+finish_eval=
+shlibpath_var=
+shlibpath_overrides_runpath=unknown
+version_type=none
+dynamic_linker="$host_os ld.so"
+sys_lib_dlsearch_path_spec="/lib /usr/lib"
+need_lib_prefix=unknown
+hardcode_into_libs=no
+
+# when you set need_version to no, make sure it does not cause -set_version
+# flags to be left without arguments
+need_version=unknown
+
+case $host_os in
+aix3*)
+  version_type=linux # correct to gnu/linux during the next big refactor
+  library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
+  shlibpath_var=LIBPATH
+
+  # AIX 3 has no versioning support, so we append a major version to the name.
+  soname_spec='${libname}${release}${shared_ext}$major'
+  ;;
+
+aix[4-9]*)
+  version_type=linux # correct to gnu/linux during the next big refactor
+  need_lib_prefix=no
+  need_version=no
+  hardcode_into_libs=yes
+  if test "$host_cpu" = ia64; then
+    # AIX 5 supports IA64
+    library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
+    shlibpath_var=LD_LIBRARY_PATH
+  else
+    # With GCC up to 2.95.x, collect2 would create an import file
+    # for dependence libraries.  The import file would start with
+    # the line `#! .'.  This would cause the generated library to
+    # depend on `.', always an invalid library.  This was fixed in
+    # development snapshots of GCC prior to 3.0.
+    case $host_os in
+      aix4 | aix4.[01] | aix4.[01].*)
+      if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
+	   echo ' yes '
+	   echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
+	:
+      else
+	can_build_shared=no
+      fi
+      ;;
+    esac
+    # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
+    # soname into executable. Probably we can add versioning support to
+    # collect2, so additional links can be useful in future.
+    if test "$aix_use_runtimelinking" = yes; then
+      # If using run time linking (on AIX 4.2 or later) use lib<name>.so
+      # instead of lib<name>.a to let people know that these are not
+      # typical AIX shared libraries.
+      library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
+    else
+      # We preserve .a as extension for shared libraries through AIX4.2
+      # and later when we are not doing run time linking.
+      library_names_spec='${libname}${release}.a $libname.a'
+      soname_spec='${libname}${release}${shared_ext}$major'
+    fi
+    shlibpath_var=LIBPATH
+  fi
+  ;;
+
+amigaos*)
+  case $host_cpu in
+  powerpc)
+    # Since July 2007 AmigaOS4 officially supports .so libraries.
+    # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
+    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
+    ;;
+  m68k)
+    library_names_spec='$libname.ixlibrary $libname.a'
+    # Create ${libname}_ixlibrary.a entries in /sys/libs.
+    finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
+    ;;
+  esac
+  ;;
+
+beos*)
+  library_names_spec='${libname}${shared_ext}'
+  dynamic_linker="$host_os ld.so"
+  shlibpath_var=LIBRARY_PATH
+  ;;
+
+bsdi[45]*)
+  version_type=linux # correct to gnu/linux during the next big refactor
+  need_version=no
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
+  soname_spec='${libname}${release}${shared_ext}$major'
+  finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
+  shlibpath_var=LD_LIBRARY_PATH
+  sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
+  sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
+  # the default ld.so.conf also contains /usr/contrib/lib and
+  # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
+  # libtool to hard-code these into programs
+  ;;
+
+cygwin* | mingw* | pw32* | cegcc*)
+  version_type=windows
+  shrext_cmds=".dll"
+  need_version=no
+  need_lib_prefix=no
+
+  case $GCC,$cc_basename in
+  yes,*)
+    # gcc
+    library_names_spec='$libname.dll.a'
+    # DLL is installed to $(libdir)/../bin by postinstall_cmds
+    postinstall_cmds='base_file=`basename \${file}`~
+      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
+      dldir=$destdir/`dirname \$dlpath`~
+      test -d \$dldir || mkdir -p \$dldir~
+      $install_prog $dir/$dlname \$dldir/$dlname~
+      chmod a+x \$dldir/$dlname~
+      if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
+        eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
+      fi'
+    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
+      dlpath=$dir/\$dldll~
+       $RM \$dlpath'
+    shlibpath_overrides_runpath=yes
+
+    case $host_os in
+    cygwin*)
+      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
+      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
+
+      ;;
+    mingw* | cegcc*)
+      # MinGW DLLs use traditional 'lib' prefix
+      soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
+      ;;
+    pw32*)
+      # pw32 DLLs use 'pw' prefix rather than 'lib'
+      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
+      ;;
+    esac
+    dynamic_linker='Win32 ld.exe'
+    ;;
+
+  *,cl*)
+    # Native MSVC
+    libname_spec='$name'
+    soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
+    library_names_spec='${libname}.dll.lib'
+
+    case $build_os in
+    mingw*)
+      sys_lib_search_path_spec=
+      lt_save_ifs=$IFS
+      IFS=';'
+      for lt_path in $LIB
+      do
+        IFS=$lt_save_ifs
+        # Let DOS variable expansion print the short 8.3 style file name.
+        lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
+        sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
+      done
+      IFS=$lt_save_ifs
+      # Convert to MSYS style.
+      sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([a-zA-Z]\\):| /\\1|g' -e 's|^ ||'`
+      ;;
+    cygwin*)
+      # Convert to unix form, then to dos form, then back to unix form
+      # but this time dos style (no spaces!) so that the unix form looks
+      # like /cygdrive/c/PROGRA~1:/cygdr...
+      sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
+      sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
+      sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
+      ;;
+    *)
+      sys_lib_search_path_spec="$LIB"
+      if $ECHO "$sys_lib_search_path_spec" | $GREP ';[c-zC-Z]:/' >/dev/null; then
+        # It is most probably a Windows format PATH.
+        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
+      else
+        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
+      fi
+      # FIXME: find the short name or the path components, as spaces are
+      # common. (e.g. "Program Files" -> "PROGRA~1")
+      ;;
+    esac
+
+    # DLL is installed to $(libdir)/../bin by postinstall_cmds
+    postinstall_cmds='base_file=`basename \${file}`~
+      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
+      dldir=$destdir/`dirname \$dlpath`~
+      test -d \$dldir || mkdir -p \$dldir~
+      $install_prog $dir/$dlname \$dldir/$dlname'
+    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
+      dlpath=$dir/\$dldll~
+       $RM \$dlpath'
+    shlibpath_overrides_runpath=yes
+    dynamic_linker='Win32 link.exe'
+    ;;
+
+  *)
+    # Assume MSVC wrapper
+    library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
+    dynamic_linker='Win32 ld.exe'
+    ;;
+  esac
+  # FIXME: first we should search . and the directory the executable is in
+  shlibpath_var=PATH
+  ;;
+
+darwin* | rhapsody*)
+  dynamic_linker="$host_os dyld"
+  version_type=darwin
+  need_lib_prefix=no
+  need_version=no
+  library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
+  soname_spec='${libname}${release}${major}$shared_ext'
+  shlibpath_overrides_runpath=yes
+  shlibpath_var=DYLD_LIBRARY_PATH
+  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
+
+  sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
+  ;;
+
+dgux*)
+  version_type=linux # correct to gnu/linux during the next big refactor
+  need_lib_prefix=no
+  need_version=no
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
+  soname_spec='${libname}${release}${shared_ext}$major'
+  shlibpath_var=LD_LIBRARY_PATH
+  ;;
+
+freebsd* | dragonfly*)
+  # DragonFly does not have aout.  When/if they implement a new
+  # versioning mechanism, adjust this.
+  if test -x /usr/bin/objformat; then
+    objformat=`/usr/bin/objformat`
+  else
+    case $host_os in
+    freebsd[23].*) objformat=aout ;;
+    *) objformat=elf ;;
+    esac
+  fi
+  version_type=freebsd-$objformat
+  case $version_type in
+    freebsd-elf*)
+      library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
+      need_version=no
+      need_lib_prefix=no
+      ;;
+    freebsd-*)
+      library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
+      need_version=yes
+      ;;
+  esac
+  shlibpath_var=LD_LIBRARY_PATH
+  case $host_os in
+  freebsd2.*)
+    shlibpath_overrides_runpath=yes
+    ;;
+  freebsd3.[01]* | freebsdelf3.[01]*)
+    shlibpath_overrides_runpath=yes
+    hardcode_into_libs=yes
+    ;;
+  freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
+  freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
+    shlibpath_overrides_runpath=no
+    hardcode_into_libs=yes
+    ;;
+  *) # from 4.6 on, and DragonFly
+    shlibpath_overrides_runpath=yes
+    hardcode_into_libs=yes
+    ;;
+  esac
+  ;;
+
+gnu*)
+  version_type=linux # correct to gnu/linux during the next big refactor
+  need_lib_prefix=no
+  need_version=no
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
+  soname_spec='${libname}${release}${shared_ext}$major'
+  shlibpath_var=LD_LIBRARY_PATH
+  shlibpath_overrides_runpath=no
+  hardcode_into_libs=yes
+  ;;
+
+haiku*)
+  version_type=linux # correct to gnu/linux during the next big refactor
+  need_lib_prefix=no
+  need_version=no
+  dynamic_linker="$host_os runtime_loader"
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
+  soname_spec='${libname}${release}${shared_ext}$major'
+  shlibpath_var=LIBRARY_PATH
+  shlibpath_overrides_runpath=yes
+  sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/system/lib'
+  hardcode_into_libs=yes
+  ;;
+
+hpux9* | hpux10* | hpux11*)
+  # Give a soname corresponding to the major version so that dld.sl refuses to
+  # link against other versions.
+  version_type=sunos
+  need_lib_prefix=no
+  need_version=no
+  case $host_cpu in
+  ia64*)
+    shrext_cmds='.so'
+    hardcode_into_libs=yes
+    dynamic_linker="$host_os dld.so"
+    shlibpath_var=LD_LIBRARY_PATH
+    shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
+    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
+    soname_spec='${libname}${release}${shared_ext}$major'
+    if test "X$HPUX_IA64_MODE" = X32; then
+      sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
+    else
+      sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
+    fi
+    sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
+    ;;
+  hppa*64*)
+    shrext_cmds='.sl'
+    hardcode_into_libs=yes
+    dynamic_linker="$host_os dld.sl"
+    shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
+    shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
+    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
+    soname_spec='${libname}${release}${shared_ext}$major'
+    sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
+    sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
+    ;;
+  *)
+    shrext_cmds='.sl'
+    dynamic_linker="$host_os dld.sl"
+    shlibpath_var=SHLIB_PATH
+    shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
+    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
+    soname_spec='${libname}${release}${shared_ext}$major'
+    ;;
+  esac
+  # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
+  postinstall_cmds='chmod 555 $lib'
+  # or fails outright, so override atomically:
+  install_override_mode=555
+  ;;
+
+interix[3-9]*)
+  version_type=linux # correct to gnu/linux during the next big refactor
+  need_lib_prefix=no
+  need_version=no
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
+  soname_spec='${libname}${release}${shared_ext}$major'
+  dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
+  shlibpath_var=LD_LIBRARY_PATH
+  shlibpath_overrides_runpath=no
+  hardcode_into_libs=yes
+  ;;
+
+irix5* | irix6* | nonstopux*)
+  case $host_os in
+    nonstopux*) version_type=nonstopux ;;
+    *)
+	if test "$lt_cv_prog_gnu_ld" = yes; then
+		version_type=linux # correct to gnu/linux during the next big refactor
+	else
+		version_type=irix
+	fi ;;
+  esac
+  need_lib_prefix=no
+  need_version=no
+  soname_spec='${libname}${release}${shared_ext}$major'
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
+  case $host_os in
+  irix5* | nonstopux*)
+    libsuff= shlibsuff=
+    ;;
+  *)
+    case $LD in # libtool.m4 will add one of these switches to LD
+    *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
+      libsuff= shlibsuff= libmagic=32-bit;;
+    *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
+      libsuff=32 shlibsuff=N32 libmagic=N32;;
+    *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
+      libsuff=64 shlibsuff=64 libmagic=64-bit;;
+    *) libsuff= shlibsuff= libmagic=never-match;;
+    esac
+    ;;
+  esac
+  shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
+  shlibpath_overrides_runpath=no
+  sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
+  sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
+  hardcode_into_libs=yes
+  ;;
+
+# No shared lib support for Linux oldld, aout, or coff.
+linux*oldld* | linux*aout* | linux*coff*)
+  dynamic_linker=no
+  ;;
+
+# This must be glibc/ELF.
+linux* | k*bsd*-gnu | kopensolaris*-gnu)
+  version_type=linux # correct to gnu/linux during the next big refactor
+  need_lib_prefix=no
+  need_version=no
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
+  soname_spec='${libname}${release}${shared_ext}$major'
+  finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
+  shlibpath_var=LD_LIBRARY_PATH
+  shlibpath_overrides_runpath=no
+
+  # Some binutils ld are patched to set DT_RUNPATH
+  if ${lt_cv_shlibpath_overrides_runpath+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  lt_cv_shlibpath_overrides_runpath=no
+    save_LDFLAGS=$LDFLAGS
+    save_libdir=$libdir
+    eval "libdir=/foo; wl=\"$lt_prog_compiler_wl_FC\"; \
+	 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec_FC\""
+    cat > conftest.$ac_ext <<_ACEOF
+      program main
+
+      end
+_ACEOF
+if ac_fn_fc_try_link "$LINENO"; then :
+  if  ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
+  lt_cv_shlibpath_overrides_runpath=yes
+fi
+fi
+rm -f core conftest.err conftest.$ac_objext \
+    conftest$ac_exeext conftest.$ac_ext
+    LDFLAGS=$save_LDFLAGS
+    libdir=$save_libdir
+
+fi
+
+  shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
+
+  # This implies no fast_install, which is unacceptable.
+  # Some rework will be needed to allow for fast_install
+  # before this can be enabled.
+  hardcode_into_libs=yes
+
+  # Append ld.so.conf contents to the search path
+  if test -f /etc/ld.so.conf; then
+    lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[	 ]*hwcap[	 ]/d;s/[:,	]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '`
+    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
+  fi
+
+  # We used to test for /lib/ld.so.1 and disable shared libraries on
+  # powerpc, because MkLinux only supported shared libraries with the
+  # GNU dynamic linker.  Since this was broken with cross compilers,
+  # most powerpc-linux boxes support dynamic linking these days and
+  # people can always --disable-shared, the test was removed, and we
+  # assume the GNU/Linux dynamic linker is in use.
+  dynamic_linker='GNU/Linux ld.so'
+  ;;
+
+netbsd*)
+  version_type=sunos
+  need_lib_prefix=no
+  need_version=no
+  if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
+    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
+    finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
+    dynamic_linker='NetBSD (a.out) ld.so'
+  else
+    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
+    soname_spec='${libname}${release}${shared_ext}$major'
+    dynamic_linker='NetBSD ld.elf_so'
+  fi
+  shlibpath_var=LD_LIBRARY_PATH
+  shlibpath_overrides_runpath=yes
+  hardcode_into_libs=yes
+  ;;
+
+newsos6)
+  version_type=linux # correct to gnu/linux during the next big refactor
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
+  shlibpath_var=LD_LIBRARY_PATH
+  shlibpath_overrides_runpath=yes
+  ;;
+
+*nto* | *qnx*)
+  version_type=qnx
+  need_lib_prefix=no
+  need_version=no
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
+  soname_spec='${libname}${release}${shared_ext}$major'
+  shlibpath_var=LD_LIBRARY_PATH
+  shlibpath_overrides_runpath=no
+  hardcode_into_libs=yes
+  dynamic_linker='ldqnx.so'
+  ;;
+
+openbsd*)
+  version_type=sunos
+  sys_lib_dlsearch_path_spec="/usr/lib"
+  need_lib_prefix=no
+  # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
+  case $host_os in
+    openbsd3.3 | openbsd3.3.*)	need_version=yes ;;
+    *)				need_version=no  ;;
+  esac
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
+  finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
+  shlibpath_var=LD_LIBRARY_PATH
+  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
+    case $host_os in
+      openbsd2.[89] | openbsd2.[89].*)
+	shlibpath_overrides_runpath=no
+	;;
+      *)
+	shlibpath_overrides_runpath=yes
+	;;
+      esac
+  else
+    shlibpath_overrides_runpath=yes
+  fi
+  ;;
+
+os2*)
+  libname_spec='$name'
+  shrext_cmds=".dll"
+  need_lib_prefix=no
+  library_names_spec='$libname${shared_ext} $libname.a'
+  dynamic_linker='OS/2 ld.exe'
+  shlibpath_var=LIBPATH
+  ;;
+
+osf3* | osf4* | osf5*)
+  version_type=osf
+  need_lib_prefix=no
+  need_version=no
+  soname_spec='${libname}${release}${shared_ext}$major'
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
+  shlibpath_var=LD_LIBRARY_PATH
+  sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
+  sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
+  ;;
+
+rdos*)
+  dynamic_linker=no
+  ;;
+
+solaris*)
+  version_type=linux # correct to gnu/linux during the next big refactor
+  need_lib_prefix=no
+  need_version=no
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
+  soname_spec='${libname}${release}${shared_ext}$major'
+  shlibpath_var=LD_LIBRARY_PATH
+  shlibpath_overrides_runpath=yes
+  hardcode_into_libs=yes
+  # ldd complains unless libraries are executable
+  postinstall_cmds='chmod +x $lib'
+  ;;
+
+sunos4*)
+  version_type=sunos
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
+  finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
+  shlibpath_var=LD_LIBRARY_PATH
+  shlibpath_overrides_runpath=yes
+  if test "$with_gnu_ld" = yes; then
+    need_lib_prefix=no
+  fi
+  need_version=yes
+  ;;
+
+sysv4 | sysv4.3*)
+  version_type=linux # correct to gnu/linux during the next big refactor
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
+  soname_spec='${libname}${release}${shared_ext}$major'
+  shlibpath_var=LD_LIBRARY_PATH
+  case $host_vendor in
+    sni)
+      shlibpath_overrides_runpath=no
+      need_lib_prefix=no
+      runpath_var=LD_RUN_PATH
+      ;;
+    siemens)
+      need_lib_prefix=no
+      ;;
+    motorola)
+      need_lib_prefix=no
+      need_version=no
+      shlibpath_overrides_runpath=no
+      sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
+      ;;
+  esac
+  ;;
+
+sysv4*MP*)
+  if test -d /usr/nec ;then
+    version_type=linux # correct to gnu/linux during the next big refactor
+    library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
+    soname_spec='$libname${shared_ext}.$major'
+    shlibpath_var=LD_LIBRARY_PATH
+  fi
+  ;;
+
+sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
+  version_type=freebsd-elf
+  need_lib_prefix=no
+  need_version=no
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
+  soname_spec='${libname}${release}${shared_ext}$major'
+  shlibpath_var=LD_LIBRARY_PATH
+  shlibpath_overrides_runpath=yes
+  hardcode_into_libs=yes
+  if test "$with_gnu_ld" = yes; then
+    sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
+  else
+    sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
+    case $host_os in
+      sco3.2v5*)
+        sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
+	;;
+    esac
+  fi
+  sys_lib_dlsearch_path_spec='/usr/lib'
+  ;;
+
+tpf*)
+  # TPF is a cross-target only.  Preferred cross-host = GNU/Linux.
+  version_type=linux # correct to gnu/linux during the next big refactor
+  need_lib_prefix=no
+  need_version=no
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
+  shlibpath_var=LD_LIBRARY_PATH
+  shlibpath_overrides_runpath=no
+  hardcode_into_libs=yes
+  ;;
+
+uts4*)
+  version_type=linux # correct to gnu/linux during the next big refactor
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
+  soname_spec='${libname}${release}${shared_ext}$major'
+  shlibpath_var=LD_LIBRARY_PATH
+  ;;
+
+*)
+  dynamic_linker=no
+  ;;
+esac
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
+$as_echo "$dynamic_linker" >&6; }
+test "$dynamic_linker" = no && can_build_shared=no
+
+variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
+if test "$GCC" = yes; then
+  variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
+fi
+
+if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
+  sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
+fi
+if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
+  sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
+fi
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+    { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
+$as_echo_n "checking how to hardcode library paths into programs... " >&6; }
+hardcode_action_FC=
+if test -n "$hardcode_libdir_flag_spec_FC" ||
+   test -n "$runpath_var_FC" ||
+   test "X$hardcode_automatic_FC" = "Xyes" ; then
+
+  # We can hardcode non-existent directories.
+  if test "$hardcode_direct_FC" != no &&
+     # If the only mechanism to avoid hardcoding is shlibpath_var, we
+     # have to relink, otherwise we might link with an installed library
+     # when we should be linking with a yet-to-be-installed one
+     ## test "$_LT_TAGVAR(hardcode_shlibpath_var, FC)" != no &&
+     test "$hardcode_minus_L_FC" != no; then
+    # Linking always hardcodes the temporary library directory.
+    hardcode_action_FC=relink
+  else
+    # We can link without hardcoding, and we can hardcode nonexisting dirs.
+    hardcode_action_FC=immediate
+  fi
+else
+  # We cannot hardcode anything, or else we can only hardcode existing
+  # directories.
+  hardcode_action_FC=unsupported
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action_FC" >&5
+$as_echo "$hardcode_action_FC" >&6; }
+
+if test "$hardcode_action_FC" = relink ||
+   test "$inherit_rpath_FC" = yes; then
+  # Fast installation is not supported
+  enable_fast_install=no
+elif test "$shlibpath_overrides_runpath" = yes ||
+     test "$enable_shared" = no; then
+  # Fast installation is not necessary
+  enable_fast_install=needless
+fi
+
+
+
+
+
+
+
+  fi # test -n "$compiler"
+
+  GCC=$lt_save_GCC
+  CC=$lt_save_CC
+  CFLAGS=$lt_save_CFLAGS
+fi # test "$_lt_disable_FC" != yes
+
+ac_ext=c
+ac_cpp='$CPP $CPPFLAGS'
+ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
+ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
+ac_compiler_gnu=$ac_cv_c_compiler_gnu
+
+
+
+
+
+
+
+
+
+
+
+        ac_config_commands="$ac_config_commands libtool"
+
+
+
+
+# Only expand once:
+
+
+
+LTOBJEXT="lo"
+
+
+                    # ------------------------------------ #
+
+#
+# Library configuration
+#
+
+# NOTE: least dependent libraries first
+
+# Linear algebra
+if test "${with_linalg_libs}" != ""; then
+  LIBS="${with_linalg_libs} ${LIBS}"
+else
+  if test "${ATP_LIBS}" != ""; then
+    LIBS="${ATP_LIBS} ${LIBS}"
+  fi
+  if test "${ATP_LIBDIR}" != ""; then
+    LIBS="-L${ATP_LIBDIR} ${LIBS}"
+  fi
+fi
+
+# LibXC
+LIBXC_DEF_DIR="/opt/etsf"
+if test "${enable_libxc}" = "yes"; then
+  if test "${with_libxc_incs}" != ""; then
+    CPPFLAGS="${CPPFLAGS} ${with_libxc_incs}"
+  else
+    CPPFLAGS="${CPPFLAGS} -I${LIBXC_DEF_DIR}/include"
+  fi
+  if test "${with_libxc_libs}" != ""; then
+    LIBS="${with_libxc_libs} ${LIBS}"
+  else
+    LIBS="-L${LIBXC_DEF_DIR}/lib -lxc ${LIBS}"
+  fi
+fi
+
+                    # ------------------------------------ #
+
+#
+# Final configuration
+#
+
+# Note: in order to let the user override the defaults through the
+#       command-line, the build flags (FCFLAGS, LDFLAGS) are set only if
+#       they are found empty.
+
+if test "${FCFLAGS}" = ""; then
+  FCFLAGS="${ATP_FCOPTS}"
+  if test "${ac_cv_prog_fc_g}" = "yes"; then
+    FCFLAGS="-g ${FCFLAGS}"
+  fi
+fi
+if test "${LDFLAGS}" = ""; then
+  LDFLAGS="${ATP_LDOPTS}"
+fi
+if test "${LDFLAGS}" = ""; then
+  LDFLAGS="${ATP_LDOPTS}"
+fi
+
+                    # ------------------------------------ #
+
+#
+# Final checks
+#
+
+# Check that linear algebra libraries properly work
+
+    atp_linalg_ok="unknown"
+
+    ac_ext=${ac_fc_srcext-f}
+ac_compile='$FC -c $FCFLAGS $ac_fcflags_srcext conftest.$ac_ext >&5'
+ac_link='$FC -o conftest$ac_exeext $FCFLAGS $LDFLAGS $ac_fcflags_srcext conftest.$ac_ext $LIBS >&5'
+ac_compiler_gnu=$ac_cv_fc_compiler_gnu
+
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether linear algebra libraries work" >&5
+$as_echo_n "checking whether linear algebra libraries work... " >&6; }
+  cat > conftest.$ac_ext <<_ACEOF
+      program main
+
+      call zgemm
+      call zhpev
+
+      end
+_ACEOF
+if ac_fn_fc_try_link "$LINENO"; then :
+  atp_linalg_ok="yes"
+else
+  atp_linalg_ok="no"
+fi
+rm -f core conftest.err conftest.$ac_objext \
+    conftest$ac_exeext conftest.$ac_ext
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${atp_linalg_ok}" >&5
+$as_echo "${atp_linalg_ok}" >&6; }
+  ac_ext=c
+ac_cpp='$CPP $CPPFLAGS'
+ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
+ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
+ac_compiler_gnu=$ac_cv_c_compiler_gnu
+
+
+if test "${atp_linalg_ok}" != "yes"; then
+  as_fn_error $? "no working linear algebra libraries have been found" "$LINENO" 5
+fi
+
+# Check that LibXC properly works
+if test "${enable_libxc}" = "yes"; then
+
+    atp_libxc_ok="unknown"
+
+    atp_saved_FCFLAGS="${FCFLAGS}"
+  FCFLAGS="${FCFLAGS} ${CPPFLAGS}"
+  ac_ext=${ac_fc_srcext-f}
+ac_compile='$FC -c $FCFLAGS $ac_fcflags_srcext conftest.$ac_ext >&5'
+ac_link='$FC -o conftest$ac_exeext $FCFLAGS $LDFLAGS $ac_fcflags_srcext conftest.$ac_ext $LIBS >&5'
+ac_compiler_gnu=$ac_cv_fc_compiler_gnu
+
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the LibXC library works" >&5
+$as_echo_n "checking whether the LibXC library works... " >&6; }
+  cat > conftest.$ac_ext <<_ACEOF
+      program main
+
+      use xc_f90_types_m
+      use xc_f90_lib_m
+
+      implicit none
+
+      TYPE(xc_f90_pointer_t) :: xc_func
+      TYPE(xc_f90_pointer_t) :: xc_info
+      integer :: func_id = 1
+
+      call xc_f90_func_init(xc_func, xc_info, func_id, XC_UNPOLARIZED)
+      call xc_f90_func_end(xc_func)
+
+      end
+_ACEOF
+if ac_fn_fc_try_link "$LINENO"; then :
+  atp_libxc_ok="yes"
+else
+  atp_libxc_ok="no"
+fi
+rm -f core conftest.err conftest.$ac_objext \
+    conftest$ac_exeext conftest.$ac_ext
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${atp_libxc_ok}" >&5
+$as_echo "${atp_libxc_ok}" >&6; }
+  ac_ext=c
+ac_cpp='$CPP $CPPFLAGS'
+ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
+ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
+ac_compiler_gnu=$ac_cv_c_compiler_gnu
+
+  FCFLAGS="${atp_saved_FCFLAGS}"
+
+  if test "${atp_libxc_ok}" = "yes"; then
+
+$as_echo "#define HAVE_LIBXC 1" >>confdefs.h
+
+    { $as_echo "$as_me:${as_lineno-$LINENO}: === libXC library OK for use" >&5
+$as_echo "$as_me: === libXC library OK for use" >&6;}
+    { $as_echo "$as_me:${as_lineno-$LINENO}: === generating the src/libxc_names.in file" >&5
+$as_echo "$as_me: === generating the src/libxc_names.in file" >&6;}
+
+
+XC_FUNCS_H="xc_funcs.h"
+
+#Search for xc_funcs.h file...
+#-----------------------------
+#... in libxc_incs:
+LIBXC_NAMES_H=""
+if test "${with_libxc_incs}" != ""; then
+  for ff in $(echo ${with_libxc_incs} | $SED -n "s/\-I/\ /gp") ;do
+    if test -f "${ff}/$XC_FUNCS_H";then
+      LIBXC_NAMES_H=${ff}"/"${XC_FUNCS_H}
+    fi
+  done
+fi
+#... in $INCLUDE:
+if test "${LIBXC_NAMES_H}" == ""; then
+  if test "${INCLUDE}" != "";then
+    for ff in $(echo ${INCLUDE} | $SED -n "s/\:/\ /gp") ;do
+      if test -f "${ff}/$XC_FUNCS_H";then
+        LIBXC_NAMES_H=${ff}"/"${XC_FUNCS_H}
+      fi
+    done
+  fi
+fi
+#... in $CPPFLAGS:
+if test "${LIBXC_NAMES_H}" == ""; then
+  if test "${CPPFLAGS}" != "";then
+    for ff in $(echo ${CPPFLAGS} | $SED -n "s/\-I/\ /gp") ;do
+      if test -f "${ff}/$XC_FUNCS_H";then
+        LIBXC_NAMES_H=${ff}"/"${XC_FUNCS_H}
+      fi
+    done
+  fi
+fi
+#... in $FCFLAGS:
+if test "${LIBXC_NAMES_H}" == ""; then
+  if test "${FCFLAGS}" != "";then
+    for ff in $(echo ${FCFLAGS} | $SED -n "s/\-I/\ /gp") ;do
+      if test -f "${ff}/$XC_FUNCS_H";then
+        LIBXC_NAMES_H=${ff}"/"${XC_FUNCS_H}
+      fi
+    done
+  fi
+fi
+#... in LibXC default:
+if test "${LIBXC_NAMES_H}" == ""; then
+  if test -f "/opt/etsf/include/$XC_FUNCS_H";then
+    LIBXC_NAMES_H="/opt/etsf/include/"${XC_FUNCS_H}
+  fi
+fi
+#...not found:
+if test "${LIBXC_NAMES_H}" == ""; then
+  as_fn_error $? "could not find \"${XC_FUNCS_H}\" file" "$LINENO" 5
+fi
+
+#Build src/libxc_id.in file
+#--------------------------
+LIBXC_NAMES_IN=${ac_abs_top_srcdir}"/src/libxc_id.in"
+
+cat <<EOF > ${LIBXC_NAMES_IN}
+!!=================================================================
+!! NAME    : libxc_id
+!! FUNCTION: From a character string, gives the libXC id
+!!=================================================================
+ integer function libxc_id(xcname)
+!------------------------------------------------------------------
+ implicit none
+ character*(*),intent(in) :: xcname
+!------------------------------------------------------------------
+ character*50 :: xcstrg
+!------------------------------------------------------------------
+ libxc_id=0
+ xcstrg=trim(xcname)
+ if (xcstrg=="") then
+   libxc_id=-1
+   return
+ end if
+EOF
+
+if test -f "${LIBXC_NAMES_H}";then
+  $SED -n \
+  's/.*\#define\ *\([_A-Za-z0-9������������������������������������������������������������]*\).*/\ if\ (xcstrg==\"\1\") libxc_id=\1/p' \
+  ${LIBXC_NAMES_H} >> ${LIBXC_NAMES_IN}
+fi
+
+cat <<EOF >> ${LIBXC_NAMES_IN}
+ end function libxc_id
+
+EOF
+
+
+  else
+    as_fn_error $? "no working LibXC library has been found" "$LINENO" 5
+  fi
+fi
+
+                    # ------------------------------------ #
+
+#
+# Output configuration
+#
+
+{ $as_echo "$as_me:${as_lineno-$LINENO}: FC       = ${FC}" >&5
+$as_echo "$as_me: FC       = ${FC}" >&6;}
+{ $as_echo "$as_me:${as_lineno-$LINENO}: CPPFLAGS = ${CPPFLAGS}" >&5
+$as_echo "$as_me: CPPFLAGS = ${CPPFLAGS}" >&6;}
+{ $as_echo "$as_me:${as_lineno-$LINENO}: FCFLAGS  = ${FCFLAGS}" >&5
+$as_echo "$as_me: FCFLAGS  = ${FCFLAGS}" >&6;}
+{ $as_echo "$as_me:${as_lineno-$LINENO}: LDFLAGS  = ${LDFLAGS}" >&5
+$as_echo "$as_me: LDFLAGS  = ${LDFLAGS}" >&6;}
+{ $as_echo "$as_me:${as_lineno-$LINENO}: LIBS     = ${LIBS}" >&5
+$as_echo "$as_me: LIBS     = ${LIBS}" >&6;}
+
+ac_config_files="$ac_config_files Makefile src/Makefile src/pkginfo.f90"
+
+cat >confcache <<\_ACEOF
+# This file is a shell script that caches the results of configure
+# tests run on this system so they can be shared between configure
+# scripts and configure runs, see configure's option --config-cache.
+# It is not useful on other systems.  If it contains results you don't
+# want to keep, you may remove or edit it.
+#
+# config.status only pays attention to the cache file if you give it
+# the --recheck option to rerun configure.
+#
+# `ac_cv_env_foo' variables (set or unset) will be overridden when
+# loading this file, other *unset* `ac_cv_foo' will be assigned the
+# following values.
+
+_ACEOF
+
+# The following way of writing the cache mishandles newlines in values,
+# but we know of no workaround that is simple, portable, and efficient.
+# So, we kill variables containing newlines.
+# Ultrix sh set writes to stderr and can't be redirected directly,
+# and sets the high bit in the cache file unless we assign to the vars.
+(
+  for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
+    eval ac_val=\$$ac_var
+    case $ac_val in #(
+    *${as_nl}*)
+      case $ac_var in #(
+      *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
+$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
+      esac
+      case $ac_var in #(
+      _ | IFS | as_nl) ;; #(
+      BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
+      *) { eval $ac_var=; unset $ac_var;} ;;
+      esac ;;
+    esac
+  done
+
+  (set) 2>&1 |
+    case $as_nl`(ac_space=' '; set) 2>&1` in #(
+    *${as_nl}ac_space=\ *)
+      # `set' does not quote correctly, so add quotes: double-quote
+      # substitution turns \\\\ into \\, and sed turns \\ into \.
+      sed -n \
+	"s/'/'\\\\''/g;
+	  s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
+      ;; #(
+    *)
+      # `set' quotes correctly as required by POSIX, so do not add quotes.
+      sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
+      ;;
+    esac |
+    sort
+) |
+  sed '
+     /^ac_cv_env_/b end
+     t clear
+     :clear
+     s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
+     t end
+     s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
+     :end' >>confcache
+if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
+  if test -w "$cache_file"; then
+    if test "x$cache_file" != "x/dev/null"; then
+      { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
+$as_echo "$as_me: updating cache $cache_file" >&6;}
+      if test ! -f "$cache_file" || test -h "$cache_file"; then
+	cat confcache >"$cache_file"
+      else
+        case $cache_file in #(
+        */* | ?:*)
+	  mv -f confcache "$cache_file"$$ &&
+	  mv -f "$cache_file"$$ "$cache_file" ;; #(
+        *)
+	  mv -f confcache "$cache_file" ;;
+	esac
+      fi
+    fi
+  else
+    { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
+$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
+  fi
+fi
+rm -f confcache
+
+test "x$prefix" = xNONE && prefix=$ac_default_prefix
+# Let make expand exec_prefix.
+test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
+
+DEFS=-DHAVE_CONFIG_H
+
+ac_libobjs=
+ac_ltlibobjs=
+U=
+for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
+  # 1. Remove the extension, and $U if already installed.
+  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
+  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
+  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
+  #    will be set to the directory where LIBOBJS objects are built.
+  as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
+  as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
+done
+LIBOBJS=$ac_libobjs
+
+LTLIBOBJS=$ac_ltlibobjs
+
+
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5
+$as_echo_n "checking that generated files are newer than configure... " >&6; }
+   if test -n "$am_sleep_pid"; then
+     # Hide warnings about reused PIDs.
+     wait $am_sleep_pid 2>/dev/null
+   fi
+   { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5
+$as_echo "done" >&6; }
+ if test -n "$EXEEXT"; then
+  am__EXEEXT_TRUE=
+  am__EXEEXT_FALSE='#'
+else
+  am__EXEEXT_TRUE='#'
+  am__EXEEXT_FALSE=
+fi
+
+if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
+  as_fn_error $? "conditional \"AMDEP\" was never defined.
+Usually this means the macro was only invoked conditionally." "$LINENO" 5
+fi
+if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
+  as_fn_error $? "conditional \"am__fastdepCC\" was never defined.
+Usually this means the macro was only invoked conditionally." "$LINENO" 5
+fi
+
+: "${CONFIG_STATUS=./config.status}"
+ac_write_fail=0
+ac_clean_files_save=$ac_clean_files
+ac_clean_files="$ac_clean_files $CONFIG_STATUS"
+{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
+$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
+as_write_fail=0
+cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
+#! $SHELL
+# Generated by $as_me.
+# Run this file to recreate the current configuration.
+# Compiler output produced by configure, useful for debugging
+# configure, is in config.log if it exists.
+
+debug=false
+ac_cs_recheck=false
+ac_cs_silent=false
+
+SHELL=\${CONFIG_SHELL-$SHELL}
+export SHELL
+_ASEOF
+cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
+## -------------------- ##
+## M4sh Initialization. ##
+## -------------------- ##
+
+# Be more Bourne compatible
+DUALCASE=1; export DUALCASE # for MKS sh
+if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
+  emulate sh
+  NULLCMD=:
+  # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
+  # is contrary to our usage.  Disable this feature.
+  alias -g '${1+"$@"}'='"$@"'
+  setopt NO_GLOB_SUBST
+else
+  case `(set -o) 2>/dev/null` in #(
+  *posix*) :
+    set -o posix ;; #(
+  *) :
+     ;;
+esac
+fi
+
+
+as_nl='
+'
+export as_nl
+# Printing a long string crashes Solaris 7 /usr/bin/printf.
+as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
+as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
+as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
+# Prefer a ksh shell builtin over an external printf program on Solaris,
+# but without wasting forks for bash or zsh.
+if test -z "$BASH_VERSION$ZSH_VERSION" \
+    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
+  as_echo='print -r --'
+  as_echo_n='print -rn --'
+elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
+  as_echo='printf %s\n'
+  as_echo_n='printf %s'
+else
+  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
+    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
+    as_echo_n='/usr/ucb/echo -n'
+  else
+    as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
+    as_echo_n_body='eval
+      arg=$1;
+      case $arg in #(
+      *"$as_nl"*)
+	expr "X$arg" : "X\\(.*\\)$as_nl";
+	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
+      esac;
+      expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
+    '
+    export as_echo_n_body
+    as_echo_n='sh -c $as_echo_n_body as_echo'
+  fi
+  export as_echo_body
+  as_echo='sh -c $as_echo_body as_echo'
+fi
+
+# The user is always right.
+if test "${PATH_SEPARATOR+set}" != set; then
+  PATH_SEPARATOR=:
+  (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
+    (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
+      PATH_SEPARATOR=';'
+  }
+fi
+
+
+# IFS
+# We need space, tab and new line, in precisely that order.  Quoting is
+# there to prevent editors from complaining about space-tab.
+# (If _AS_PATH_WALK were called with IFS unset, it would disable word
+# splitting by setting IFS to empty value.)
+IFS=" ""	$as_nl"
+
+# Find who we are.  Look in the path if we contain no directory separator.
+as_myself=
+case $0 in #((
+  *[\\/]* ) as_myself=$0 ;;
+  *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH
+do
+  IFS=$as_save_IFS
+  test -z "$as_dir" && as_dir=.
+    test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
+  done
+IFS=$as_save_IFS
+
+     ;;
+esac
+# We did not find ourselves, most probably we were run as `sh COMMAND'
+# in which case we are not to be found in the path.
+if test "x$as_myself" = x; then
+  as_myself=$0
+fi
+if test ! -f "$as_myself"; then
+  $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
+  exit 1
+fi
+
+# Unset variables that we do not need and which cause bugs (e.g. in
+# pre-3.0 UWIN ksh).  But do not cause bugs in bash 2.01; the "|| exit 1"
+# suppresses any "Segmentation fault" message there.  '((' could
+# trigger a bug in pdksh 5.2.14.
+for as_var in BASH_ENV ENV MAIL MAILPATH
+do eval test x\${$as_var+set} = xset \
+  && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
+done
+PS1='$ '
+PS2='> '
+PS4='+ '
+
+# NLS nuisances.
+LC_ALL=C
+export LC_ALL
+LANGUAGE=C
+export LANGUAGE
+
+# CDPATH.
+(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
+
+
+# as_fn_error STATUS ERROR [LINENO LOG_FD]
+# ----------------------------------------
+# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
+# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
+# script with STATUS, using 1 if that was 0.
+as_fn_error ()
+{
+  as_status=$1; test $as_status -eq 0 && as_status=1
+  if test "$4"; then
+    as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
+    $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
+  fi
+  $as_echo "$as_me: error: $2" >&2
+  as_fn_exit $as_status
+} # as_fn_error
+
+
+# as_fn_set_status STATUS
+# -----------------------
+# Set $? to STATUS, without forking.
+as_fn_set_status ()
+{
+  return $1
+} # as_fn_set_status
+
+# as_fn_exit STATUS
+# -----------------
+# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
+as_fn_exit ()
+{
+  set +e
+  as_fn_set_status $1
+  exit $1
+} # as_fn_exit
+
+# as_fn_unset VAR
+# ---------------
+# Portably unset VAR.
+as_fn_unset ()
+{
+  { eval $1=; unset $1;}
+}
+as_unset=as_fn_unset
+# as_fn_append VAR VALUE
+# ----------------------
+# Append the text in VALUE to the end of the definition contained in VAR. Take
+# advantage of any shell optimizations that allow amortized linear growth over
+# repeated appends, instead of the typical quadratic growth present in naive
+# implementations.
+if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
+  eval 'as_fn_append ()
+  {
+    eval $1+=\$2
+  }'
+else
+  as_fn_append ()
+  {
+    eval $1=\$$1\$2
+  }
+fi # as_fn_append
+
+# as_fn_arith ARG...
+# ------------------
+# Perform arithmetic evaluation on the ARGs, and store the result in the
+# global $as_val. Take advantage of shells that can avoid forks. The arguments
+# must be portable across $(()) and expr.
+if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
+  eval 'as_fn_arith ()
+  {
+    as_val=$(( $* ))
+  }'
+else
+  as_fn_arith ()
+  {
+    as_val=`expr "$@" || test $? -eq 1`
+  }
+fi # as_fn_arith
+
+
+if expr a : '\(a\)' >/dev/null 2>&1 &&
+   test "X`expr 00001 : '.*\(...\)'`" = X001; then
+  as_expr=expr
+else
+  as_expr=false
+fi
+
+if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
+  as_basename=basename
+else
+  as_basename=false
+fi
+
+if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
+  as_dirname=dirname
+else
+  as_dirname=false
+fi
+
+as_me=`$as_basename -- "$0" ||
+$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
+	 X"$0" : 'X\(//\)$' \| \
+	 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
+$as_echo X/"$0" |
+    sed '/^.*\/\([^/][^/]*\)\/*$/{
+	    s//\1/
+	    q
+	  }
+	  /^X\/\(\/\/\)$/{
+	    s//\1/
+	    q
+	  }
+	  /^X\/\(\/\).*/{
+	    s//\1/
+	    q
+	  }
+	  s/.*/./; q'`
+
+# Avoid depending upon Character Ranges.
+as_cr_letters='abcdefghijklmnopqrstuvwxyz'
+as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
+as_cr_Letters=$as_cr_letters$as_cr_LETTERS
+as_cr_digits='0123456789'
+as_cr_alnum=$as_cr_Letters$as_cr_digits
+
+ECHO_C= ECHO_N= ECHO_T=
+case `echo -n x` in #(((((
+-n*)
+  case `echo 'xy\c'` in
+  *c*) ECHO_T='	';;	# ECHO_T is single tab character.
+  xy)  ECHO_C='\c';;
+  *)   echo `echo ksh88 bug on AIX 6.1` > /dev/null
+       ECHO_T='	';;
+  esac;;
+*)
+  ECHO_N='-n';;
+esac
+
+rm -f conf$$ conf$$.exe conf$$.file
+if test -d conf$$.dir; then
+  rm -f conf$$.dir/conf$$.file
+else
+  rm -f conf$$.dir
+  mkdir conf$$.dir 2>/dev/null
+fi
+if (echo >conf$$.file) 2>/dev/null; then
+  if ln -s conf$$.file conf$$ 2>/dev/null; then
+    as_ln_s='ln -s'
+    # ... but there are two gotchas:
+    # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
+    # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
+    # In both cases, we have to default to `cp -pR'.
+    ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
+      as_ln_s='cp -pR'
+  elif ln conf$$.file conf$$ 2>/dev/null; then
+    as_ln_s=ln
+  else
+    as_ln_s='cp -pR'
+  fi
+else
+  as_ln_s='cp -pR'
+fi
+rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
+rmdir conf$$.dir 2>/dev/null
+
+
+# as_fn_mkdir_p
+# -------------
+# Create "$as_dir" as a directory, including parents if necessary.
+as_fn_mkdir_p ()
+{
+
+  case $as_dir in #(
+  -*) as_dir=./$as_dir;;
+  esac
+  test -d "$as_dir" || eval $as_mkdir_p || {
+    as_dirs=
+    while :; do
+      case $as_dir in #(
+      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
+      *) as_qdir=$as_dir;;
+      esac
+      as_dirs="'$as_qdir' $as_dirs"
+      as_dir=`$as_dirname -- "$as_dir" ||
+$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
+	 X"$as_dir" : 'X\(//\)[^/]' \| \
+	 X"$as_dir" : 'X\(//\)$' \| \
+	 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
+$as_echo X"$as_dir" |
+    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
+	    s//\1/
+	    q
+	  }
+	  /^X\(\/\/\)[^/].*/{
+	    s//\1/
+	    q
+	  }
+	  /^X\(\/\/\)$/{
+	    s//\1/
+	    q
+	  }
+	  /^X\(\/\).*/{
+	    s//\1/
+	    q
+	  }
+	  s/.*/./; q'`
+      test -d "$as_dir" && break
+    done
+    test -z "$as_dirs" || eval "mkdir $as_dirs"
+  } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
+
+
+} # as_fn_mkdir_p
+if mkdir -p . 2>/dev/null; then
+  as_mkdir_p='mkdir -p "$as_dir"'
+else
+  test -d ./-p && rmdir ./-p
+  as_mkdir_p=false
+fi
+
+
+# as_fn_executable_p FILE
+# -----------------------
+# Test if FILE is an executable regular file.
+as_fn_executable_p ()
+{
+  test -f "$1" && test -x "$1"
+} # as_fn_executable_p
+as_test_x='test -x'
+as_executable_p=as_fn_executable_p
+
+# Sed expression to map a string onto a valid CPP name.
+as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
+
+# Sed expression to map a string onto a valid variable name.
+as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
+
+
+exec 6>&1
+## ----------------------------------- ##
+## Main body of $CONFIG_STATUS script. ##
+## ----------------------------------- ##
+_ASEOF
+test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
+
+cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
+# Save the log message, to keep $0 and so on meaningful, and to
+# report actual input values of CONFIG_FILES etc. instead of their
+# values after options handling.
+ac_log="
+This file was extended by AtomPAW $as_me 4.0.0.4, which was
+generated by GNU Autoconf 2.69.  Invocation command line was
+
+  CONFIG_FILES    = $CONFIG_FILES
+  CONFIG_HEADERS  = $CONFIG_HEADERS
+  CONFIG_LINKS    = $CONFIG_LINKS
+  CONFIG_COMMANDS = $CONFIG_COMMANDS
+  $ $0 $@
+
+on `(hostname || uname -n) 2>/dev/null | sed 1q`
+"
+
+_ACEOF
+
+case $ac_config_files in *"
+"*) set x $ac_config_files; shift; ac_config_files=$*;;
+esac
+
+case $ac_config_headers in *"
+"*) set x $ac_config_headers; shift; ac_config_headers=$*;;
+esac
+
+
+cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
+# Files that config.status was made for.
+config_files="$ac_config_files"
+config_headers="$ac_config_headers"
+config_commands="$ac_config_commands"
+
+_ACEOF
+
+cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
+ac_cs_usage="\
+\`$as_me' instantiates files and other configuration actions
+from templates according to the current configuration.  Unless the files
+and actions are specified as TAGs, all are instantiated by default.
+
+Usage: $0 [OPTION]... [TAG]...
+
+  -h, --help       print this help, then exit
+  -V, --version    print version number and configuration settings, then exit
+      --config     print configuration, then exit
+  -q, --quiet, --silent
+                   do not print progress messages
+  -d, --debug      don't remove temporary files
+      --recheck    update $as_me by reconfiguring in the same conditions
+      --file=FILE[:TEMPLATE]
+                   instantiate the configuration file FILE
+      --header=FILE[:TEMPLATE]
+                   instantiate the configuration header FILE
+
+Configuration files:
+$config_files
+
+Configuration headers:
+$config_headers
+
+Configuration commands:
+$config_commands
+
+Report bugs to <natalie at wfu.edu, marc.torrent at cea.fr>."
+
+_ACEOF
+cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
+ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
+ac_cs_version="\\
+AtomPAW config.status 4.0.0.4
+configured by $0, generated by GNU Autoconf 2.69,
+  with options \\"\$ac_cs_config\\"
+
+Copyright (C) 2012 Free Software Foundation, Inc.
+This config.status script is free software; the Free Software Foundation
+gives unlimited permission to copy, distribute and modify it."
+
+ac_pwd='$ac_pwd'
+srcdir='$srcdir'
+INSTALL='$INSTALL'
+MKDIR_P='$MKDIR_P'
+AWK='$AWK'
+test -n "\$AWK" || AWK=awk
+_ACEOF
+
+cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
+# The default lists apply if the user does not specify any file.
+ac_need_defaults=:
+while test $# != 0
+do
+  case $1 in
+  --*=?*)
+    ac_option=`expr "X$1" : 'X\([^=]*\)='`
+    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
+    ac_shift=:
+    ;;
+  --*=)
+    ac_option=`expr "X$1" : 'X\([^=]*\)='`
+    ac_optarg=
+    ac_shift=:
+    ;;
+  *)
+    ac_option=$1
+    ac_optarg=$2
+    ac_shift=shift
+    ;;
+  esac
+
+  case $ac_option in
+  # Handling of the options.
+  -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
+    ac_cs_recheck=: ;;
+  --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
+    $as_echo "$ac_cs_version"; exit ;;
+  --config | --confi | --conf | --con | --co | --c )
+    $as_echo "$ac_cs_config"; exit ;;
+  --debug | --debu | --deb | --de | --d | -d )
+    debug=: ;;
+  --file | --fil | --fi | --f )
+    $ac_shift
+    case $ac_optarg in
+    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
+    '') as_fn_error $? "missing file argument" ;;
+    esac
+    as_fn_append CONFIG_FILES " '$ac_optarg'"
+    ac_need_defaults=false;;
+  --header | --heade | --head | --hea )
+    $ac_shift
+    case $ac_optarg in
+    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
+    esac
+    as_fn_append CONFIG_HEADERS " '$ac_optarg'"
+    ac_need_defaults=false;;
+  --he | --h)
+    # Conflict between --help and --header
+    as_fn_error $? "ambiguous option: \`$1'
+Try \`$0 --help' for more information.";;
+  --help | --hel | -h )
+    $as_echo "$ac_cs_usage"; exit ;;
+  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
+  | -silent | --silent | --silen | --sile | --sil | --si | --s)
+    ac_cs_silent=: ;;
+
+  # This is an error.
+  -*) as_fn_error $? "unrecognized option: \`$1'
+Try \`$0 --help' for more information." ;;
+
+  *) as_fn_append ac_config_targets " $1"
+     ac_need_defaults=false ;;
+
+  esac
+  shift
+done
+
+ac_configure_extra_args=
+
+if $ac_cs_silent; then
+  exec 6>/dev/null
+  ac_configure_extra_args="$ac_configure_extra_args --silent"
+fi
+
+_ACEOF
+cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
+if \$ac_cs_recheck; then
+  set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
+  shift
+  \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
+  CONFIG_SHELL='$SHELL'
+  export CONFIG_SHELL
+  exec "\$@"
+fi
+
+_ACEOF
+cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
+exec 5>>config.log
+{
+  echo
+  sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
+## Running $as_me. ##
+_ASBOX
+  $as_echo "$ac_log"
+} >&5
+
+_ACEOF
+cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
+#
+# INIT-COMMANDS
+#
+AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
+
+
+# The HP-UX ksh and POSIX shell print the target directory to stdout
+# if CDPATH is set.
+(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
+
+sed_quote_subst='$sed_quote_subst'
+double_quote_subst='$double_quote_subst'
+delay_variable_subst='$delay_variable_subst'
+macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
+macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
+enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
+enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
+pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
+enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
+SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
+ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
+PATH_SEPARATOR='`$ECHO "$PATH_SEPARATOR" | $SED "$delay_single_quote_subst"`'
+host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
+host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
+host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
+build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
+build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
+build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
+SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
+Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
+GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
+EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
+FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
+LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
+NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
+LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
+max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
+ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
+exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
+lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
+lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
+lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
+lt_cv_to_host_file_cmd='`$ECHO "$lt_cv_to_host_file_cmd" | $SED "$delay_single_quote_subst"`'
+lt_cv_to_tool_file_cmd='`$ECHO "$lt_cv_to_tool_file_cmd" | $SED "$delay_single_quote_subst"`'
+reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
+reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
+OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
+deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
+file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
+file_magic_glob='`$ECHO "$file_magic_glob" | $SED "$delay_single_quote_subst"`'
+want_nocaseglob='`$ECHO "$want_nocaseglob" | $SED "$delay_single_quote_subst"`'
+DLLTOOL='`$ECHO "$DLLTOOL" | $SED "$delay_single_quote_subst"`'
+sharedlib_from_linklib_cmd='`$ECHO "$sharedlib_from_linklib_cmd" | $SED "$delay_single_quote_subst"`'
+AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
+AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
+archiver_list_spec='`$ECHO "$archiver_list_spec" | $SED "$delay_single_quote_subst"`'
+STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
+RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
+old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
+old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
+old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
+lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
+CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
+CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
+compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
+GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
+lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
+lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
+lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
+lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address_lib_prefix" | $SED "$delay_single_quote_subst"`'
+nm_file_list_spec='`$ECHO "$nm_file_list_spec" | $SED "$delay_single_quote_subst"`'
+lt_sysroot='`$ECHO "$lt_sysroot" | $SED "$delay_single_quote_subst"`'
+objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
+MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
+lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
+lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
+lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
+lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
+lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
+need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
+MANIFEST_TOOL='`$ECHO "$MANIFEST_TOOL" | $SED "$delay_single_quote_subst"`'
+DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
+NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
+LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
+OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
+OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
+libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
+shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
+extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
+archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
+enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
+export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
+whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
+compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
+old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
+old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
+archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
+archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
+module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
+module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
+with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
+allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
+no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
+hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
+hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
+hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
+hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
+hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
+hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
+hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
+inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
+link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
+always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
+export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
+exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
+include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
+prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
+postlink_cmds='`$ECHO "$postlink_cmds" | $SED "$delay_single_quote_subst"`'
+file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
+variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
+need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
+need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
+version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
+runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
+shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
+shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
+libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
+library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
+soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
+install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
+postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
+postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
+finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
+finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
+hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
+sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
+sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
+hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
+enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
+enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
+enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
+old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
+striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
+compiler_lib_search_dirs='`$ECHO "$compiler_lib_search_dirs" | $SED "$delay_single_quote_subst"`'
+predep_objects='`$ECHO "$predep_objects" | $SED "$delay_single_quote_subst"`'
+postdep_objects='`$ECHO "$postdep_objects" | $SED "$delay_single_quote_subst"`'
+predeps='`$ECHO "$predeps" | $SED "$delay_single_quote_subst"`'
+postdeps='`$ECHO "$postdeps" | $SED "$delay_single_quote_subst"`'
+compiler_lib_search_path='`$ECHO "$compiler_lib_search_path" | $SED "$delay_single_quote_subst"`'
+LD_FC='`$ECHO "$LD_FC" | $SED "$delay_single_quote_subst"`'
+reload_flag_FC='`$ECHO "$reload_flag_FC" | $SED "$delay_single_quote_subst"`'
+reload_cmds_FC='`$ECHO "$reload_cmds_FC" | $SED "$delay_single_quote_subst"`'
+old_archive_cmds_FC='`$ECHO "$old_archive_cmds_FC" | $SED "$delay_single_quote_subst"`'
+compiler_FC='`$ECHO "$compiler_FC" | $SED "$delay_single_quote_subst"`'
+GCC_FC='`$ECHO "$GCC_FC" | $SED "$delay_single_quote_subst"`'
+lt_prog_compiler_no_builtin_flag_FC='`$ECHO "$lt_prog_compiler_no_builtin_flag_FC" | $SED "$delay_single_quote_subst"`'
+lt_prog_compiler_pic_FC='`$ECHO "$lt_prog_compiler_pic_FC" | $SED "$delay_single_quote_subst"`'
+lt_prog_compiler_wl_FC='`$ECHO "$lt_prog_compiler_wl_FC" | $SED "$delay_single_quote_subst"`'
+lt_prog_compiler_static_FC='`$ECHO "$lt_prog_compiler_static_FC" | $SED "$delay_single_quote_subst"`'
+lt_cv_prog_compiler_c_o_FC='`$ECHO "$lt_cv_prog_compiler_c_o_FC" | $SED "$delay_single_quote_subst"`'
+archive_cmds_need_lc_FC='`$ECHO "$archive_cmds_need_lc_FC" | $SED "$delay_single_quote_subst"`'
+enable_shared_with_static_runtimes_FC='`$ECHO "$enable_shared_with_static_runtimes_FC" | $SED "$delay_single_quote_subst"`'
+export_dynamic_flag_spec_FC='`$ECHO "$export_dynamic_flag_spec_FC" | $SED "$delay_single_quote_subst"`'
+whole_archive_flag_spec_FC='`$ECHO "$whole_archive_flag_spec_FC" | $SED "$delay_single_quote_subst"`'
+compiler_needs_object_FC='`$ECHO "$compiler_needs_object_FC" | $SED "$delay_single_quote_subst"`'
+old_archive_from_new_cmds_FC='`$ECHO "$old_archive_from_new_cmds_FC" | $SED "$delay_single_quote_subst"`'
+old_archive_from_expsyms_cmds_FC='`$ECHO "$old_archive_from_expsyms_cmds_FC" | $SED "$delay_single_quote_subst"`'
+archive_cmds_FC='`$ECHO "$archive_cmds_FC" | $SED "$delay_single_quote_subst"`'
+archive_expsym_cmds_FC='`$ECHO "$archive_expsym_cmds_FC" | $SED "$delay_single_quote_subst"`'
+module_cmds_FC='`$ECHO "$module_cmds_FC" | $SED "$delay_single_quote_subst"`'
+module_expsym_cmds_FC='`$ECHO "$module_expsym_cmds_FC" | $SED "$delay_single_quote_subst"`'
+with_gnu_ld_FC='`$ECHO "$with_gnu_ld_FC" | $SED "$delay_single_quote_subst"`'
+allow_undefined_flag_FC='`$ECHO "$allow_undefined_flag_FC" | $SED "$delay_single_quote_subst"`'
+no_undefined_flag_FC='`$ECHO "$no_undefined_flag_FC" | $SED "$delay_single_quote_subst"`'
+hardcode_libdir_flag_spec_FC='`$ECHO "$hardcode_libdir_flag_spec_FC" | $SED "$delay_single_quote_subst"`'
+hardcode_libdir_separator_FC='`$ECHO "$hardcode_libdir_separator_FC" | $SED "$delay_single_quote_subst"`'
+hardcode_direct_FC='`$ECHO "$hardcode_direct_FC" | $SED "$delay_single_quote_subst"`'
+hardcode_direct_absolute_FC='`$ECHO "$hardcode_direct_absolute_FC" | $SED "$delay_single_quote_subst"`'
+hardcode_minus_L_FC='`$ECHO "$hardcode_minus_L_FC" | $SED "$delay_single_quote_subst"`'
+hardcode_shlibpath_var_FC='`$ECHO "$hardcode_shlibpath_var_FC" | $SED "$delay_single_quote_subst"`'
+hardcode_automatic_FC='`$ECHO "$hardcode_automatic_FC" | $SED "$delay_single_quote_subst"`'
+inherit_rpath_FC='`$ECHO "$inherit_rpath_FC" | $SED "$delay_single_quote_subst"`'
+link_all_deplibs_FC='`$ECHO "$link_all_deplibs_FC" | $SED "$delay_single_quote_subst"`'
+always_export_symbols_FC='`$ECHO "$always_export_symbols_FC" | $SED "$delay_single_quote_subst"`'
+export_symbols_cmds_FC='`$ECHO "$export_symbols_cmds_FC" | $SED "$delay_single_quote_subst"`'
+exclude_expsyms_FC='`$ECHO "$exclude_expsyms_FC" | $SED "$delay_single_quote_subst"`'
+include_expsyms_FC='`$ECHO "$include_expsyms_FC" | $SED "$delay_single_quote_subst"`'
+prelink_cmds_FC='`$ECHO "$prelink_cmds_FC" | $SED "$delay_single_quote_subst"`'
+postlink_cmds_FC='`$ECHO "$postlink_cmds_FC" | $SED "$delay_single_quote_subst"`'
+file_list_spec_FC='`$ECHO "$file_list_spec_FC" | $SED "$delay_single_quote_subst"`'
+hardcode_action_FC='`$ECHO "$hardcode_action_FC" | $SED "$delay_single_quote_subst"`'
+compiler_lib_search_dirs_FC='`$ECHO "$compiler_lib_search_dirs_FC" | $SED "$delay_single_quote_subst"`'
+predep_objects_FC='`$ECHO "$predep_objects_FC" | $SED "$delay_single_quote_subst"`'
+postdep_objects_FC='`$ECHO "$postdep_objects_FC" | $SED "$delay_single_quote_subst"`'
+predeps_FC='`$ECHO "$predeps_FC" | $SED "$delay_single_quote_subst"`'
+postdeps_FC='`$ECHO "$postdeps_FC" | $SED "$delay_single_quote_subst"`'
+compiler_lib_search_path_FC='`$ECHO "$compiler_lib_search_path_FC" | $SED "$delay_single_quote_subst"`'
+
+LTCC='$LTCC'
+LTCFLAGS='$LTCFLAGS'
+compiler='$compiler_DEFAULT'
+
+# A function that is used when there is no print builtin or printf.
+func_fallback_echo ()
+{
+  eval 'cat <<_LTECHO_EOF
+\$1
+_LTECHO_EOF'
+}
+
+# Quote evaled strings.
+for var in SHELL \
+ECHO \
+PATH_SEPARATOR \
+SED \
+GREP \
+EGREP \
+FGREP \
+LD \
+NM \
+LN_S \
+lt_SP2NL \
+lt_NL2SP \
+reload_flag \
+OBJDUMP \
+deplibs_check_method \
+file_magic_cmd \
+file_magic_glob \
+want_nocaseglob \
+DLLTOOL \
+sharedlib_from_linklib_cmd \
+AR \
+AR_FLAGS \
+archiver_list_spec \
+STRIP \
+RANLIB \
+CC \
+CFLAGS \
+compiler \
+lt_cv_sys_global_symbol_pipe \
+lt_cv_sys_global_symbol_to_cdecl \
+lt_cv_sys_global_symbol_to_c_name_address \
+lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
+nm_file_list_spec \
+lt_prog_compiler_no_builtin_flag \
+lt_prog_compiler_pic \
+lt_prog_compiler_wl \
+lt_prog_compiler_static \
+lt_cv_prog_compiler_c_o \
+need_locks \
+MANIFEST_TOOL \
+DSYMUTIL \
+NMEDIT \
+LIPO \
+OTOOL \
+OTOOL64 \
+shrext_cmds \
+export_dynamic_flag_spec \
+whole_archive_flag_spec \
+compiler_needs_object \
+with_gnu_ld \
+allow_undefined_flag \
+no_undefined_flag \
+hardcode_libdir_flag_spec \
+hardcode_libdir_separator \
+exclude_expsyms \
+include_expsyms \
+file_list_spec \
+variables_saved_for_relink \
+libname_spec \
+library_names_spec \
+soname_spec \
+install_override_mode \
+finish_eval \
+old_striplib \
+striplib \
+compiler_lib_search_dirs \
+predep_objects \
+postdep_objects \
+predeps \
+postdeps \
+compiler_lib_search_path \
+LD_FC \
+reload_flag_FC \
+compiler_FC \
+lt_prog_compiler_no_builtin_flag_FC \
+lt_prog_compiler_pic_FC \
+lt_prog_compiler_wl_FC \
+lt_prog_compiler_static_FC \
+lt_cv_prog_compiler_c_o_FC \
+export_dynamic_flag_spec_FC \
+whole_archive_flag_spec_FC \
+compiler_needs_object_FC \
+with_gnu_ld_FC \
+allow_undefined_flag_FC \
+no_undefined_flag_FC \
+hardcode_libdir_flag_spec_FC \
+hardcode_libdir_separator_FC \
+exclude_expsyms_FC \
+include_expsyms_FC \
+file_list_spec_FC \
+compiler_lib_search_dirs_FC \
+predep_objects_FC \
+postdep_objects_FC \
+predeps_FC \
+postdeps_FC \
+compiler_lib_search_path_FC; do
+    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
+    *[\\\\\\\`\\"\\\$]*)
+      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
+      ;;
+    *)
+      eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
+      ;;
+    esac
+done
+
+# Double-quote double-evaled strings.
+for var in reload_cmds \
+old_postinstall_cmds \
+old_postuninstall_cmds \
+old_archive_cmds \
+extract_expsyms_cmds \
+old_archive_from_new_cmds \
+old_archive_from_expsyms_cmds \
+archive_cmds \
+archive_expsym_cmds \
+module_cmds \
+module_expsym_cmds \
+export_symbols_cmds \
+prelink_cmds \
+postlink_cmds \
+postinstall_cmds \
+postuninstall_cmds \
+finish_cmds \
+sys_lib_search_path_spec \
+sys_lib_dlsearch_path_spec \
+reload_cmds_FC \
+old_archive_cmds_FC \
+old_archive_from_new_cmds_FC \
+old_archive_from_expsyms_cmds_FC \
+archive_cmds_FC \
+archive_expsym_cmds_FC \
+module_cmds_FC \
+module_expsym_cmds_FC \
+export_symbols_cmds_FC \
+prelink_cmds_FC \
+postlink_cmds_FC; do
+    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
+    *[\\\\\\\`\\"\\\$]*)
+      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
+      ;;
+    *)
+      eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
+      ;;
+    esac
+done
+
+ac_aux_dir='$ac_aux_dir'
+xsi_shell='$xsi_shell'
+lt_shell_append='$lt_shell_append'
+
+# See if we are running on zsh, and set the options which allow our
+# commands through without removal of \ escapes INIT.
+if test -n "\${ZSH_VERSION+set}" ; then
+   setopt NO_GLOB_SUBST
+fi
+
+
+    PACKAGE='$PACKAGE'
+    VERSION='$VERSION'
+    TIMESTAMP='$TIMESTAMP'
+    RM='$RM'
+    ofile='$ofile'
+
+
+
+
+
+
+_ACEOF
+
+cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
+
+# Handling of arguments.
+for ac_config_target in $ac_config_targets
+do
+  case $ac_config_target in
+    "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
+    "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
+    "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
+    "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
+    "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
+    "src/pkginfo.f90") CONFIG_FILES="$CONFIG_FILES src/pkginfo.f90" ;;
+
+  *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
+  esac
+done
+
+
+# If the user did not use the arguments to specify the items to instantiate,
+# then the envvar interface is used.  Set only those that are not.
+# We use the long form for the default assignment because of an extremely
+# bizarre bug on SunOS 4.1.3.
+if $ac_need_defaults; then
+  test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
+  test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
+  test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
+fi
+
+# Have a temporary directory for convenience.  Make it in the build tree
+# simply because there is no reason against having it here, and in addition,
+# creating and moving files from /tmp can sometimes cause problems.
+# Hook for its removal unless debugging.
+# Note that there is a small window in which the directory will not be cleaned:
+# after its creation but before its name has been assigned to `$tmp'.
+$debug ||
+{
+  tmp= ac_tmp=
+  trap 'exit_status=$?
+  : "${ac_tmp:=$tmp}"
+  { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
+' 0
+  trap 'as_fn_exit 1' 1 2 13 15
+}
+# Create a (secure) tmp directory for tmp files.
+
+{
+  tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
+  test -d "$tmp"
+}  ||
+{
+  tmp=./conf$$-$RANDOM
+  (umask 077 && mkdir "$tmp")
+} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
+ac_tmp=$tmp
+
+# Set up the scripts for CONFIG_FILES section.
+# No need to generate them if there are no CONFIG_FILES.
+# This happens for instance with `./config.status config.h'.
+if test -n "$CONFIG_FILES"; then
+
+
+ac_cr=`echo X | tr X '\015'`
+# On cygwin, bash can eat \r inside `` if the user requested igncr.
+# But we know of no other shell where ac_cr would be empty at this
+# point, so we can use a bashism as a fallback.
+if test "x$ac_cr" = x; then
+  eval ac_cr=\$\'\\r\'
+fi
+ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
+if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
+  ac_cs_awk_cr='\\r'
+else
+  ac_cs_awk_cr=$ac_cr
+fi
+
+echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
+_ACEOF
+
+
+{
+  echo "cat >conf$$subs.awk <<_ACEOF" &&
+  echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
+  echo "_ACEOF"
+} >conf$$subs.sh ||
+  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
+ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
+ac_delim='%!_!# '
+for ac_last_try in false false false false false :; do
+  . ./conf$$subs.sh ||
+    as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
+
+  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
+  if test $ac_delim_n = $ac_delim_num; then
+    break
+  elif $ac_last_try; then
+    as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
+  else
+    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
+  fi
+done
+rm -f conf$$subs.sh
+
+cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
+cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
+_ACEOF
+sed -n '
+h
+s/^/S["/; s/!.*/"]=/
+p
+g
+s/^[^!]*!//
+:repl
+t repl
+s/'"$ac_delim"'$//
+t delim
+:nl
+h
+s/\(.\{148\}\)..*/\1/
+t more1
+s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
+p
+n
+b repl
+:more1
+s/["\\]/\\&/g; s/^/"/; s/$/"\\/
+p
+g
+s/.\{148\}//
+t nl
+:delim
+h
+s/\(.\{148\}\)..*/\1/
+t more2
+s/["\\]/\\&/g; s/^/"/; s/$/"/
+p
+b
+:more2
+s/["\\]/\\&/g; s/^/"/; s/$/"\\/
+p
+g
+s/.\{148\}//
+t delim
+' <conf$$subs.awk | sed '
+/^[^""]/{
+  N
+  s/\n//
+}
+' >>$CONFIG_STATUS || ac_write_fail=1
+rm -f conf$$subs.awk
+cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
+_ACAWK
+cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
+  for (key in S) S_is_set[key] = 1
+  FS = ""
+
+}
+{
+  line = $ 0
+  nfields = split(line, field, "@")
+  substed = 0
+  len = length(field[1])
+  for (i = 2; i < nfields; i++) {
+    key = field[i]
+    keylen = length(key)
+    if (S_is_set[key]) {
+      value = S[key]
+      line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
+      len += length(value) + length(field[++i])
+      substed = 1
+    } else
+      len += 1 + keylen
+  }
+
+  print line
+}
+
+_ACAWK
+_ACEOF
+cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
+if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
+  sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
+else
+  cat
+fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
+  || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
+_ACEOF
+
+# VPATH may cause trouble with some makes, so we remove sole $(srcdir),
+# ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
+# trailing colons and then remove the whole line if VPATH becomes empty
+# (actually we leave an empty line to preserve line numbers).
+if test "x$srcdir" = x.; then
+  ac_vpsub='/^[	 ]*VPATH[	 ]*=[	 ]*/{
+h
+s///
+s/^/:/
+s/[	 ]*$/:/
+s/:\$(srcdir):/:/g
+s/:\${srcdir}:/:/g
+s/:@srcdir@:/:/g
+s/^:*//
+s/:*$//
+x
+s/\(=[	 ]*\).*/\1/
+G
+s/\n//
+s/^[^=]*=[	 ]*$//
+}'
+fi
+
+cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
+fi # test -n "$CONFIG_FILES"
+
+# Set up the scripts for CONFIG_HEADERS section.
+# No need to generate them if there are no CONFIG_HEADERS.
+# This happens for instance with `./config.status Makefile'.
+if test -n "$CONFIG_HEADERS"; then
+cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
+BEGIN {
+_ACEOF
+
+# Transform confdefs.h into an awk script `defines.awk', embedded as
+# here-document in config.status, that substitutes the proper values into
+# config.h.in to produce config.h.
+
+# Create a delimiter string that does not exist in confdefs.h, to ease
+# handling of long lines.
+ac_delim='%!_!# '
+for ac_last_try in false false :; do
+  ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
+  if test -z "$ac_tt"; then
+    break
+  elif $ac_last_try; then
+    as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
+  else
+    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
+  fi
+done
+
+# For the awk script, D is an array of macro values keyed by name,
+# likewise P contains macro parameters if any.  Preserve backslash
+# newline sequences.
+
+ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
+sed -n '
+s/.\{148\}/&'"$ac_delim"'/g
+t rset
+:rset
+s/^[	 ]*#[	 ]*define[	 ][	 ]*/ /
+t def
+d
+:def
+s/\\$//
+t bsnl
+s/["\\]/\\&/g
+s/^ \('"$ac_word_re"'\)\(([^()]*)\)[	 ]*\(.*\)/P["\1"]="\2"\
+D["\1"]=" \3"/p
+s/^ \('"$ac_word_re"'\)[	 ]*\(.*\)/D["\1"]=" \2"/p
+d
+:bsnl
+s/["\\]/\\&/g
+s/^ \('"$ac_word_re"'\)\(([^()]*)\)[	 ]*\(.*\)/P["\1"]="\2"\
+D["\1"]=" \3\\\\\\n"\\/p
+t cont
+s/^ \('"$ac_word_re"'\)[	 ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
+t cont
+d
+:cont
+n
+s/.\{148\}/&'"$ac_delim"'/g
+t clear
+:clear
+s/\\$//
+t bsnlc
+s/["\\]/\\&/g; s/^/"/; s/$/"/p
+d
+:bsnlc
+s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
+b cont
+' <confdefs.h | sed '
+s/'"$ac_delim"'/"\\\
+"/g' >>$CONFIG_STATUS || ac_write_fail=1
+
+cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
+  for (key in D) D_is_set[key] = 1
+  FS = ""
+}
+/^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
+  line = \$ 0
+  split(line, arg, " ")
+  if (arg[1] == "#") {
+    defundef = arg[2]
+    mac1 = arg[3]
+  } else {
+    defundef = substr(arg[1], 2)
+    mac1 = arg[2]
+  }
+  split(mac1, mac2, "(") #)
+  macro = mac2[1]
+  prefix = substr(line, 1, index(line, defundef) - 1)
+  if (D_is_set[macro]) {
+    # Preserve the white space surrounding the "#".
+    print prefix "define", macro P[macro] D[macro]
+    next
+  } else {
+    # Replace #undef with comments.  This is necessary, for example,
+    # in the case of _POSIX_SOURCE, which is predefined and required
+    # on some systems where configure will not decide to define it.
+    if (defundef == "undef") {
+      print "/*", prefix defundef, macro, "*/"
+      next
+    }
+  }
+}
+{ print }
+_ACAWK
+_ACEOF
+cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
+  as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
+fi # test -n "$CONFIG_HEADERS"
+
+
+eval set X "  :F $CONFIG_FILES  :H $CONFIG_HEADERS    :C $CONFIG_COMMANDS"
+shift
+for ac_tag
+do
+  case $ac_tag in
+  :[FHLC]) ac_mode=$ac_tag; continue;;
+  esac
+  case $ac_mode$ac_tag in
+  :[FHL]*:*);;
+  :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
+  :[FH]-) ac_tag=-:-;;
+  :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
+  esac
+  ac_save_IFS=$IFS
+  IFS=:
+  set x $ac_tag
+  IFS=$ac_save_IFS
+  shift
+  ac_file=$1
+  shift
+
+  case $ac_mode in
+  :L) ac_source=$1;;
+  :[FH])
+    ac_file_inputs=
+    for ac_f
+    do
+      case $ac_f in
+      -) ac_f="$ac_tmp/stdin";;
+      *) # Look for the file first in the build tree, then in the source tree
+	 # (if the path is not absolute).  The absolute path cannot be DOS-style,
+	 # because $ac_f cannot contain `:'.
+	 test -f "$ac_f" ||
+	   case $ac_f in
+	   [\\/$]*) false;;
+	   *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
+	   esac ||
+	   as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
+      esac
+      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
+      as_fn_append ac_file_inputs " '$ac_f'"
+    done
+
+    # Let's still pretend it is `configure' which instantiates (i.e., don't
+    # use $as_me), people would be surprised to read:
+    #    /* config.h.  Generated by config.status.  */
+    configure_input='Generated from '`
+	  $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
+	`' by configure.'
+    if test x"$ac_file" != x-; then
+      configure_input="$ac_file.  $configure_input"
+      { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
+$as_echo "$as_me: creating $ac_file" >&6;}
+    fi
+    # Neutralize special characters interpreted by sed in replacement strings.
+    case $configure_input in #(
+    *\&* | *\|* | *\\* )
+       ac_sed_conf_input=`$as_echo "$configure_input" |
+       sed 's/[\\\\&|]/\\\\&/g'`;; #(
+    *) ac_sed_conf_input=$configure_input;;
+    esac
+
+    case $ac_tag in
+    *:-:* | *:-) cat >"$ac_tmp/stdin" \
+      || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
+    esac
+    ;;
+  esac
+
+  ac_dir=`$as_dirname -- "$ac_file" ||
+$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
+	 X"$ac_file" : 'X\(//\)[^/]' \| \
+	 X"$ac_file" : 'X\(//\)$' \| \
+	 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
+$as_echo X"$ac_file" |
+    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
+	    s//\1/
+	    q
+	  }
+	  /^X\(\/\/\)[^/].*/{
+	    s//\1/
+	    q
+	  }
+	  /^X\(\/\/\)$/{
+	    s//\1/
+	    q
+	  }
+	  /^X\(\/\).*/{
+	    s//\1/
+	    q
+	  }
+	  s/.*/./; q'`
+  as_dir="$ac_dir"; as_fn_mkdir_p
+  ac_builddir=.
+
+case "$ac_dir" in
+.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
+*)
+  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
+  # A ".." for each directory in $ac_dir_suffix.
+  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
+  case $ac_top_builddir_sub in
+  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
+  *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
+  esac ;;
+esac
+ac_abs_top_builddir=$ac_pwd
+ac_abs_builddir=$ac_pwd$ac_dir_suffix
+# for backward compatibility:
+ac_top_builddir=$ac_top_build_prefix
+
+case $srcdir in
+  .)  # We are building in place.
+    ac_srcdir=.
+    ac_top_srcdir=$ac_top_builddir_sub
+    ac_abs_top_srcdir=$ac_pwd ;;
+  [\\/]* | ?:[\\/]* )  # Absolute name.
+    ac_srcdir=$srcdir$ac_dir_suffix;
+    ac_top_srcdir=$srcdir
+    ac_abs_top_srcdir=$srcdir ;;
+  *) # Relative name.
+    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
+    ac_top_srcdir=$ac_top_build_prefix$srcdir
+    ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
+esac
+ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
+
+
+  case $ac_mode in
+  :F)
+  #
+  # CONFIG_FILE
+  #
+
+  case $INSTALL in
+  [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
+  *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
+  esac
+  ac_MKDIR_P=$MKDIR_P
+  case $MKDIR_P in
+  [\\/$]* | ?:[\\/]* ) ;;
+  */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
+  esac
+_ACEOF
+
+cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
+# If the template does not know about datarootdir, expand it.
+# FIXME: This hack should be removed a few years after 2.60.
+ac_datarootdir_hack=; ac_datarootdir_seen=
+ac_sed_dataroot='
+/datarootdir/ {
+  p
+  q
+}
+/@datadir@/p
+/@docdir@/p
+/@infodir@/p
+/@localedir@/p
+/@mandir@/p'
+case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
+*datarootdir*) ac_datarootdir_seen=yes;;
+*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
+  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
+$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
+_ACEOF
+cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
+  ac_datarootdir_hack='
+  s&@datadir@&$datadir&g
+  s&@docdir@&$docdir&g
+  s&@infodir@&$infodir&g
+  s&@localedir@&$localedir&g
+  s&@mandir@&$mandir&g
+  s&\\\${datarootdir}&$datarootdir&g' ;;
+esac
+_ACEOF
+
+# Neutralize VPATH when `$srcdir' = `.'.
+# Shell code in configure.ac might set extrasub.
+# FIXME: do we really want to maintain this feature?
+cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
+ac_sed_extra="$ac_vpsub
+$extrasub
+_ACEOF
+cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
+:t
+/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
+s|@configure_input@|$ac_sed_conf_input|;t t
+s&@top_builddir@&$ac_top_builddir_sub&;t t
+s&@top_build_prefix@&$ac_top_build_prefix&;t t
+s&@srcdir@&$ac_srcdir&;t t
+s&@abs_srcdir@&$ac_abs_srcdir&;t t
+s&@top_srcdir@&$ac_top_srcdir&;t t
+s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
+s&@builddir@&$ac_builddir&;t t
+s&@abs_builddir@&$ac_abs_builddir&;t t
+s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
+s&@INSTALL@&$ac_INSTALL&;t t
+s&@MKDIR_P@&$ac_MKDIR_P&;t t
+$ac_datarootdir_hack
+"
+eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
+  >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
+
+test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
+  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
+  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
+      "$ac_tmp/out"`; test -z "$ac_out"; } &&
+  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
+which seems to be undefined.  Please make sure it is defined" >&5
+$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
+which seems to be undefined.  Please make sure it is defined" >&2;}
+
+  rm -f "$ac_tmp/stdin"
+  case $ac_file in
+  -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
+  *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
+  esac \
+  || as_fn_error $? "could not create $ac_file" "$LINENO" 5
+ ;;
+  :H)
+  #
+  # CONFIG_HEADER
+  #
+  if test x"$ac_file" != x-; then
+    {
+      $as_echo "/* $configure_input  */" \
+      && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
+    } >"$ac_tmp/config.h" \
+      || as_fn_error $? "could not create $ac_file" "$LINENO" 5
+    if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
+      { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
+$as_echo "$as_me: $ac_file is unchanged" >&6;}
+    else
+      rm -f "$ac_file"
+      mv "$ac_tmp/config.h" "$ac_file" \
+	|| as_fn_error $? "could not create $ac_file" "$LINENO" 5
+    fi
+  else
+    $as_echo "/* $configure_input  */" \
+      && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
+      || as_fn_error $? "could not create -" "$LINENO" 5
+  fi
+# Compute "$ac_file"'s index in $config_headers.
+_am_arg="$ac_file"
+_am_stamp_count=1
+for _am_header in $config_headers :; do
+  case $_am_header in
+    $_am_arg | $_am_arg:* )
+      break ;;
+    * )
+      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
+  esac
+done
+echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
+$as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
+	 X"$_am_arg" : 'X\(//\)[^/]' \| \
+	 X"$_am_arg" : 'X\(//\)$' \| \
+	 X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
+$as_echo X"$_am_arg" |
+    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
+	    s//\1/
+	    q
+	  }
+	  /^X\(\/\/\)[^/].*/{
+	    s//\1/
+	    q
+	  }
+	  /^X\(\/\/\)$/{
+	    s//\1/
+	    q
+	  }
+	  /^X\(\/\).*/{
+	    s//\1/
+	    q
+	  }
+	  s/.*/./; q'`/stamp-h$_am_stamp_count
+ ;;
+
+  :C)  { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
+$as_echo "$as_me: executing $ac_file commands" >&6;}
+ ;;
+  esac
+
+
+  case $ac_file$ac_mode in
+    "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
+  # Autoconf 2.62 quotes --file arguments for eval, but not when files
+  # are listed without --file.  Let's play safe and only enable the eval
+  # if we detect the quoting.
+  case $CONFIG_FILES in
+  *\'*) eval set x "$CONFIG_FILES" ;;
+  *)   set x $CONFIG_FILES ;;
+  esac
+  shift
+  for mf
+  do
+    # Strip MF so we end up with the name of the file.
+    mf=`echo "$mf" | sed -e 's/:.*$//'`
+    # Check whether this is an Automake generated Makefile or not.
+    # We used to match only the files named 'Makefile.in', but
+    # some people rename them; so instead we look at the file content.
+    # Grep'ing the first line is not enough: some people post-process
+    # each Makefile.in and add a new line on top of each file to say so.
+    # Grep'ing the whole file is not good either: AIX grep has a line
+    # limit of 2048, but all sed's we know have understand at least 4000.
+    if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
+      dirpart=`$as_dirname -- "$mf" ||
+$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
+	 X"$mf" : 'X\(//\)[^/]' \| \
+	 X"$mf" : 'X\(//\)$' \| \
+	 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
+$as_echo X"$mf" |
+    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
+	    s//\1/
+	    q
+	  }
+	  /^X\(\/\/\)[^/].*/{
+	    s//\1/
+	    q
+	  }
+	  /^X\(\/\/\)$/{
+	    s//\1/
+	    q
+	  }
+	  /^X\(\/\).*/{
+	    s//\1/
+	    q
+	  }
+	  s/.*/./; q'`
+    else
+      continue
+    fi
+    # Extract the definition of DEPDIR, am__include, and am__quote
+    # from the Makefile without running 'make'.
+    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
+    test -z "$DEPDIR" && continue
+    am__include=`sed -n 's/^am__include = //p' < "$mf"`
+    test -z "am__include" && continue
+    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
+    # Find all dependency output files, they are included files with
+    # $(DEPDIR) in their names.  We invoke sed twice because it is the
+    # simplest approach to changing $(DEPDIR) to its actual value in the
+    # expansion.
+    for file in `sed -n "
+      s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
+	 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do
+      # Make sure the directory exists.
+      test -f "$dirpart/$file" && continue
+      fdir=`$as_dirname -- "$file" ||
+$as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
+	 X"$file" : 'X\(//\)[^/]' \| \
+	 X"$file" : 'X\(//\)$' \| \
+	 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
+$as_echo X"$file" |
+    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
+	    s//\1/
+	    q
+	  }
+	  /^X\(\/\/\)[^/].*/{
+	    s//\1/
+	    q
+	  }
+	  /^X\(\/\/\)$/{
+	    s//\1/
+	    q
+	  }
+	  /^X\(\/\).*/{
+	    s//\1/
+	    q
+	  }
+	  s/.*/./; q'`
+      as_dir=$dirpart/$fdir; as_fn_mkdir_p
+      # echo "creating $dirpart/$file"
+      echo '# dummy' > "$dirpart/$file"
+    done
+  done
+}
+ ;;
+    "libtool":C)
+
+    # See if we are running on zsh, and set the options which allow our
+    # commands through without removal of \ escapes.
+    if test -n "${ZSH_VERSION+set}" ; then
+      setopt NO_GLOB_SUBST
+    fi
+
+    cfgfile="${ofile}T"
+    trap "$RM \"$cfgfile\"; exit 1" 1 2 15
+    $RM "$cfgfile"
+
+    cat <<_LT_EOF >> "$cfgfile"
+#! $SHELL
+
+# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
+# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
+# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
+# NOTE: Changes made to this file will be lost: look at ltmain.sh.
+#
+#   Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
+#                 2006, 2007, 2008, 2009, 2010, 2011 Free Software
+#                 Foundation, Inc.
+#   Written by Gordon Matzigkeit, 1996
+#
+#   This file is part of GNU Libtool.
+#
+# GNU Libtool is free software; you can redistribute it and/or
+# modify it under the terms of the GNU General Public License as
+# published by the Free Software Foundation; either version 2 of
+# the License, or (at your option) any later version.
+#
+# As a special exception to the GNU General Public License,
+# if you distribute this file as part of a program or library that
+# is built using GNU Libtool, you may include this file under the
+# same distribution terms that you use for the rest of that program.
+#
+# GNU Libtool is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with GNU Libtool; see the file COPYING.  If not, a copy
+# can be downloaded from http://www.gnu.org/licenses/gpl.html, or
+# obtained by writing to the Free Software Foundation, Inc.,
+# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+
+
+# The names of the tagged configurations supported by this script.
+available_tags="FC "
+
+# ### BEGIN LIBTOOL CONFIG
+
+# Which release of libtool.m4 was used?
+macro_version=$macro_version
+macro_revision=$macro_revision
+
+# Whether or not to build shared libraries.
+build_libtool_libs=$enable_shared
+
+# Whether or not to build static libraries.
+build_old_libs=$enable_static
+
+# What type of objects to build.
+pic_mode=$pic_mode
+
+# Whether or not to optimize for fast installation.
+fast_install=$enable_fast_install
+
+# Shell to use when invoking shell scripts.
+SHELL=$lt_SHELL
+
+# An echo program that protects backslashes.
+ECHO=$lt_ECHO
+
+# The PATH separator for the build system.
+PATH_SEPARATOR=$lt_PATH_SEPARATOR
+
+# The host system.
+host_alias=$host_alias
+host=$host
+host_os=$host_os
+
+# The build system.
+build_alias=$build_alias
+build=$build
+build_os=$build_os
+
+# A sed program that does not truncate output.
+SED=$lt_SED
+
+# Sed that helps us avoid accidentally triggering echo(1) options like -n.
+Xsed="\$SED -e 1s/^X//"
+
+# A grep program that handles long lines.
+GREP=$lt_GREP
+
+# An ERE matcher.
+EGREP=$lt_EGREP
+
+# A literal string matcher.
+FGREP=$lt_FGREP
+
+# A BSD- or MS-compatible name lister.
+NM=$lt_NM
+
+# Whether we need soft or hard links.
+LN_S=$lt_LN_S
+
+# What is the maximum length of a command?
+max_cmd_len=$max_cmd_len
+
+# Object file suffix (normally "o").
+objext=$ac_objext
+
+# Executable file suffix (normally "").
+exeext=$exeext
+
+# whether the shell understands "unset".
+lt_unset=$lt_unset
+
+# turn spaces into newlines.
+SP2NL=$lt_lt_SP2NL
+
+# turn newlines into spaces.
+NL2SP=$lt_lt_NL2SP
+
+# convert \$build file names to \$host format.
+to_host_file_cmd=$lt_cv_to_host_file_cmd
+
+# convert \$build files to toolchain format.
+to_tool_file_cmd=$lt_cv_to_tool_file_cmd
+
+# An object symbol dumper.
+OBJDUMP=$lt_OBJDUMP
+
+# Method to check whether dependent libraries are shared objects.
+deplibs_check_method=$lt_deplibs_check_method
+
+# Command to use when deplibs_check_method = "file_magic".
+file_magic_cmd=$lt_file_magic_cmd
+
+# How to find potential files when deplibs_check_method = "file_magic".
+file_magic_glob=$lt_file_magic_glob
+
+# Find potential files using nocaseglob when deplibs_check_method = "file_magic".
+want_nocaseglob=$lt_want_nocaseglob
+
+# DLL creation program.
+DLLTOOL=$lt_DLLTOOL
+
+# Command to associate shared and link libraries.
+sharedlib_from_linklib_cmd=$lt_sharedlib_from_linklib_cmd
+
+# The archiver.
+AR=$lt_AR
+
+# Flags to create an archive.
+AR_FLAGS=$lt_AR_FLAGS
+
+# How to feed a file listing to the archiver.
+archiver_list_spec=$lt_archiver_list_spec
+
+# A symbol stripping program.
+STRIP=$lt_STRIP
+
+# Commands used to install an old-style archive.
+RANLIB=$lt_RANLIB
+old_postinstall_cmds=$lt_old_postinstall_cmds
+old_postuninstall_cmds=$lt_old_postuninstall_cmds
+
+# Whether to use a lock for old archive extraction.
+lock_old_archive_extraction=$lock_old_archive_extraction
+
+# A C compiler.
+LTCC=$lt_CC
+
+# LTCC compiler flags.
+LTCFLAGS=$lt_CFLAGS
+
+# Take the output of nm and produce a listing of raw symbols and C names.
+global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
+
+# Transform the output of nm in a proper C declaration.
+global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
+
+# Transform the output of nm in a C name address pair.
+global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
+
+# Transform the output of nm in a C name address pair when lib prefix is needed.
+global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
+
+# Specify filename containing input files for \$NM.
+nm_file_list_spec=$lt_nm_file_list_spec
+
+# The root where to search for dependent libraries,and in which our libraries should be installed.
+lt_sysroot=$lt_sysroot
+
+# The name of the directory that contains temporary libtool files.
+objdir=$objdir
+
+# Used to examine libraries when file_magic_cmd begins with "file".
+MAGIC_CMD=$MAGIC_CMD
+
+# Must we lock files when doing compilation?
+need_locks=$lt_need_locks
+
+# Manifest tool.
+MANIFEST_TOOL=$lt_MANIFEST_TOOL
+
+# Tool to manipulate archived DWARF debug symbol files on Mac OS X.
+DSYMUTIL=$lt_DSYMUTIL
+
+# Tool to change global to local symbols on Mac OS X.
+NMEDIT=$lt_NMEDIT
+
+# Tool to manipulate fat objects and archives on Mac OS X.
+LIPO=$lt_LIPO
+
+# ldd/readelf like tool for Mach-O binaries on Mac OS X.
+OTOOL=$lt_OTOOL
+
+# ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
+OTOOL64=$lt_OTOOL64
+
+# Old archive suffix (normally "a").
+libext=$libext
+
+# Shared library suffix (normally ".so").
+shrext_cmds=$lt_shrext_cmds
+
+# The commands to extract the exported symbol list from a shared archive.
+extract_expsyms_cmds=$lt_extract_expsyms_cmds
+
+# Variables whose values should be saved in libtool wrapper scripts and
+# restored at link time.
+variables_saved_for_relink=$lt_variables_saved_for_relink
+
+# Do we need the "lib" prefix for modules?
+need_lib_prefix=$need_lib_prefix
+
+# Do we need a version for libraries?
+need_version=$need_version
+
+# Library versioning type.
+version_type=$version_type
+
+# Shared library runtime path variable.
+runpath_var=$runpath_var
+
+# Shared library path variable.
+shlibpath_var=$shlibpath_var
+
+# Is shlibpath searched before the hard-coded library search path?
+shlibpath_overrides_runpath=$shlibpath_overrides_runpath
+
+# Format of library name prefix.
+libname_spec=$lt_libname_spec
+
+# List of archive names.  First name is the real one, the rest are links.
+# The last name is the one that the linker finds with -lNAME
+library_names_spec=$lt_library_names_spec
+
+# The coded name of the library, if different from the real name.
+soname_spec=$lt_soname_spec
+
+# Permission mode override for installation of shared libraries.
+install_override_mode=$lt_install_override_mode
+
+# Command to use after installation of a shared archive.
+postinstall_cmds=$lt_postinstall_cmds
+
+# Command to use after uninstallation of a shared archive.
+postuninstall_cmds=$lt_postuninstall_cmds
+
+# Commands used to finish a libtool library installation in a directory.
+finish_cmds=$lt_finish_cmds
+
+# As "finish_cmds", except a single script fragment to be evaled but
+# not shown.
+finish_eval=$lt_finish_eval
+
+# Whether we should hardcode library paths into libraries.
+hardcode_into_libs=$hardcode_into_libs
+
+# Compile-time system search path for libraries.
+sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
+
+# Run-time system search path for libraries.
+sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
+
+# Whether dlopen is supported.
+dlopen_support=$enable_dlopen
+
+# Whether dlopen of programs is supported.
+dlopen_self=$enable_dlopen_self
+
+# Whether dlopen of statically linked programs is supported.
+dlopen_self_static=$enable_dlopen_self_static
+
+# Commands to strip libraries.
+old_striplib=$lt_old_striplib
+striplib=$lt_striplib
+
+
+# The linker used to build libraries.
+LD=$lt_LD
+
+# How to create reloadable object files.
+reload_flag=$lt_reload_flag
+reload_cmds=$lt_reload_cmds
+
+# Commands used to build an old-style archive.
+old_archive_cmds=$lt_old_archive_cmds
+
+# A language specific compiler.
+CC=$lt_compiler
+
+# Is the compiler the GNU compiler?
+with_gcc=$GCC
+
+# Compiler flag to turn off builtin functions.
+no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
+
+# Additional compiler flags for building library objects.
+pic_flag=$lt_lt_prog_compiler_pic
+
+# How to pass a linker flag through the compiler.
+wl=$lt_lt_prog_compiler_wl
+
+# Compiler flag to prevent dynamic linking.
+link_static_flag=$lt_lt_prog_compiler_static
+
+# Does compiler simultaneously support -c and -o options?
+compiler_c_o=$lt_lt_cv_prog_compiler_c_o
+
+# Whether or not to add -lc for building shared libraries.
+build_libtool_need_lc=$archive_cmds_need_lc
+
+# Whether or not to disallow shared libs when runtime libs are static.
+allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
+
+# Compiler flag to allow reflexive dlopens.
+export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
+
+# Compiler flag to generate shared objects directly from archives.
+whole_archive_flag_spec=$lt_whole_archive_flag_spec
+
+# Whether the compiler copes with passing no objects directly.
+compiler_needs_object=$lt_compiler_needs_object
+
+# Create an old-style archive from a shared archive.
+old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
+
+# Create a temporary old-style archive to link instead of a shared archive.
+old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
+
+# Commands used to build a shared archive.
+archive_cmds=$lt_archive_cmds
+archive_expsym_cmds=$lt_archive_expsym_cmds
+
+# Commands used to build a loadable module if different from building
+# a shared archive.
+module_cmds=$lt_module_cmds
+module_expsym_cmds=$lt_module_expsym_cmds
+
+# Whether we are building with GNU ld or not.
+with_gnu_ld=$lt_with_gnu_ld
+
+# Flag that allows shared libraries with undefined symbols to be built.
+allow_undefined_flag=$lt_allow_undefined_flag
+
+# Flag that enforces no undefined symbols.
+no_undefined_flag=$lt_no_undefined_flag
+
+# Flag to hardcode \$libdir into a binary during linking.
+# This must work even if \$libdir does not exist
+hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
+
+# Whether we need a single "-rpath" flag with a separated argument.
+hardcode_libdir_separator=$lt_hardcode_libdir_separator
+
+# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
+# DIR into the resulting binary.
+hardcode_direct=$hardcode_direct
+
+# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
+# DIR into the resulting binary and the resulting library dependency is
+# "absolute",i.e impossible to change by setting \${shlibpath_var} if the
+# library is relocated.
+hardcode_direct_absolute=$hardcode_direct_absolute
+
+# Set to "yes" if using the -LDIR flag during linking hardcodes DIR
+# into the resulting binary.
+hardcode_minus_L=$hardcode_minus_L
+
+# Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
+# into the resulting binary.
+hardcode_shlibpath_var=$hardcode_shlibpath_var
+
+# Set to "yes" if building a shared library automatically hardcodes DIR
+# into the library and all subsequent libraries and executables linked
+# against it.
+hardcode_automatic=$hardcode_automatic
+
+# Set to yes if linker adds runtime paths of dependent libraries
+# to runtime path list.
+inherit_rpath=$inherit_rpath
+
+# Whether libtool must link a program against all its dependency libraries.
+link_all_deplibs=$link_all_deplibs
+
+# Set to "yes" if exported symbols are required.
+always_export_symbols=$always_export_symbols
+
+# The commands to list exported symbols.
+export_symbols_cmds=$lt_export_symbols_cmds
+
+# Symbols that should not be listed in the preloaded symbols.
+exclude_expsyms=$lt_exclude_expsyms
+
+# Symbols that must always be exported.
+include_expsyms=$lt_include_expsyms
+
+# Commands necessary for linking programs (against libraries) with templates.
+prelink_cmds=$lt_prelink_cmds
+
+# Commands necessary for finishing linking programs.
+postlink_cmds=$lt_postlink_cmds
+
+# Specify filename containing input files.
+file_list_spec=$lt_file_list_spec
+
+# How to hardcode a shared library path into an executable.
+hardcode_action=$hardcode_action
+
+# The directories searched by this compiler when creating a shared library.
+compiler_lib_search_dirs=$lt_compiler_lib_search_dirs
+
+# Dependencies to place before and after the objects being linked to
+# create a shared library.
+predep_objects=$lt_predep_objects
+postdep_objects=$lt_postdep_objects
+predeps=$lt_predeps
+postdeps=$lt_postdeps
+
+# The library search path used internally by the compiler when linking
+# a shared library.
+compiler_lib_search_path=$lt_compiler_lib_search_path
+
+# ### END LIBTOOL CONFIG
+
+_LT_EOF
+
+  case $host_os in
+  aix3*)
+    cat <<\_LT_EOF >> "$cfgfile"
+# AIX sometimes has problems with the GCC collect2 program.  For some
+# reason, if we set the COLLECT_NAMES environment variable, the problems
+# vanish in a puff of smoke.
+if test "X${COLLECT_NAMES+set}" != Xset; then
+  COLLECT_NAMES=
+  export COLLECT_NAMES
+fi
+_LT_EOF
+    ;;
+  esac
+
+
+ltmain="$ac_aux_dir/ltmain.sh"
+
+
+  # We use sed instead of cat because bash on DJGPP gets confused if
+  # if finds mixed CR/LF and LF-only lines.  Since sed operates in
+  # text mode, it properly converts lines to CR/LF.  This bash problem
+  # is reportedly fixed, but why not run on old versions too?
+  sed '$q' "$ltmain" >> "$cfgfile" \
+     || (rm -f "$cfgfile"; exit 1)
+
+  if test x"$xsi_shell" = xyes; then
+  sed -e '/^func_dirname ()$/,/^} # func_dirname /c\
+func_dirname ()\
+{\
+\    case ${1} in\
+\      */*) func_dirname_result="${1%/*}${2}" ;;\
+\      *  ) func_dirname_result="${3}" ;;\
+\    esac\
+} # Extended-shell func_dirname implementation' "$cfgfile" > $cfgfile.tmp \
+  && mv -f "$cfgfile.tmp" "$cfgfile" \
+    || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
+test 0 -eq $? || _lt_function_replace_fail=:
+
+
+  sed -e '/^func_basename ()$/,/^} # func_basename /c\
+func_basename ()\
+{\
+\    func_basename_result="${1##*/}"\
+} # Extended-shell func_basename implementation' "$cfgfile" > $cfgfile.tmp \
+  && mv -f "$cfgfile.tmp" "$cfgfile" \
+    || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
+test 0 -eq $? || _lt_function_replace_fail=:
+
+
+  sed -e '/^func_dirname_and_basename ()$/,/^} # func_dirname_and_basename /c\
+func_dirname_and_basename ()\
+{\
+\    case ${1} in\
+\      */*) func_dirname_result="${1%/*}${2}" ;;\
+\      *  ) func_dirname_result="${3}" ;;\
+\    esac\
+\    func_basename_result="${1##*/}"\
+} # Extended-shell func_dirname_and_basename implementation' "$cfgfile" > $cfgfile.tmp \
+  && mv -f "$cfgfile.tmp" "$cfgfile" \
+    || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
+test 0 -eq $? || _lt_function_replace_fail=:
+
+
+  sed -e '/^func_stripname ()$/,/^} # func_stripname /c\
+func_stripname ()\
+{\
+\    # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are\
+\    # positional parameters, so assign one to ordinary parameter first.\
+\    func_stripname_result=${3}\
+\    func_stripname_result=${func_stripname_result#"${1}"}\
+\    func_stripname_result=${func_stripname_result%"${2}"}\
+} # Extended-shell func_stripname implementation' "$cfgfile" > $cfgfile.tmp \
+  && mv -f "$cfgfile.tmp" "$cfgfile" \
+    || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
+test 0 -eq $? || _lt_function_replace_fail=:
+
+
+  sed -e '/^func_split_long_opt ()$/,/^} # func_split_long_opt /c\
+func_split_long_opt ()\
+{\
+\    func_split_long_opt_name=${1%%=*}\
+\    func_split_long_opt_arg=${1#*=}\
+} # Extended-shell func_split_long_opt implementation' "$cfgfile" > $cfgfile.tmp \
+  && mv -f "$cfgfile.tmp" "$cfgfile" \
+    || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
+test 0 -eq $? || _lt_function_replace_fail=:
+
+
+  sed -e '/^func_split_short_opt ()$/,/^} # func_split_short_opt /c\
+func_split_short_opt ()\
+{\
+\    func_split_short_opt_arg=${1#??}\
+\    func_split_short_opt_name=${1%"$func_split_short_opt_arg"}\
+} # Extended-shell func_split_short_opt implementation' "$cfgfile" > $cfgfile.tmp \
+  && mv -f "$cfgfile.tmp" "$cfgfile" \
+    || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
+test 0 -eq $? || _lt_function_replace_fail=:
+
+
+  sed -e '/^func_lo2o ()$/,/^} # func_lo2o /c\
+func_lo2o ()\
+{\
+\    case ${1} in\
+\      *.lo) func_lo2o_result=${1%.lo}.${objext} ;;\
+\      *)    func_lo2o_result=${1} ;;\
+\    esac\
+} # Extended-shell func_lo2o implementation' "$cfgfile" > $cfgfile.tmp \
+  && mv -f "$cfgfile.tmp" "$cfgfile" \
+    || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
+test 0 -eq $? || _lt_function_replace_fail=:
+
+
+  sed -e '/^func_xform ()$/,/^} # func_xform /c\
+func_xform ()\
+{\
+    func_xform_result=${1%.*}.lo\
+} # Extended-shell func_xform implementation' "$cfgfile" > $cfgfile.tmp \
+  && mv -f "$cfgfile.tmp" "$cfgfile" \
+    || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
+test 0 -eq $? || _lt_function_replace_fail=:
+
+
+  sed -e '/^func_arith ()$/,/^} # func_arith /c\
+func_arith ()\
+{\
+    func_arith_result=$(( $* ))\
+} # Extended-shell func_arith implementation' "$cfgfile" > $cfgfile.tmp \
+  && mv -f "$cfgfile.tmp" "$cfgfile" \
+    || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
+test 0 -eq $? || _lt_function_replace_fail=:
+
+
+  sed -e '/^func_len ()$/,/^} # func_len /c\
+func_len ()\
+{\
+    func_len_result=${#1}\
+} # Extended-shell func_len implementation' "$cfgfile" > $cfgfile.tmp \
+  && mv -f "$cfgfile.tmp" "$cfgfile" \
+    || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
+test 0 -eq $? || _lt_function_replace_fail=:
+
+fi
+
+if test x"$lt_shell_append" = xyes; then
+  sed -e '/^func_append ()$/,/^} # func_append /c\
+func_append ()\
+{\
+    eval "${1}+=\\${2}"\
+} # Extended-shell func_append implementation' "$cfgfile" > $cfgfile.tmp \
+  && mv -f "$cfgfile.tmp" "$cfgfile" \
+    || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
+test 0 -eq $? || _lt_function_replace_fail=:
+
+
+  sed -e '/^func_append_quoted ()$/,/^} # func_append_quoted /c\
+func_append_quoted ()\
+{\
+\    func_quote_for_eval "${2}"\
+\    eval "${1}+=\\\\ \\$func_quote_for_eval_result"\
+} # Extended-shell func_append_quoted implementation' "$cfgfile" > $cfgfile.tmp \
+  && mv -f "$cfgfile.tmp" "$cfgfile" \
+    || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
+test 0 -eq $? || _lt_function_replace_fail=:
+
+
+  # Save a `func_append' function call where possible by direct use of '+='
+  sed -e 's%func_append \([a-zA-Z_]\{1,\}\) "%\1+="%g' $cfgfile > $cfgfile.tmp \
+    && mv -f "$cfgfile.tmp" "$cfgfile" \
+      || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
+  test 0 -eq $? || _lt_function_replace_fail=:
+else
+  # Save a `func_append' function call even when '+=' is not available
+  sed -e 's%func_append \([a-zA-Z_]\{1,\}\) "%\1="$\1%g' $cfgfile > $cfgfile.tmp \
+    && mv -f "$cfgfile.tmp" "$cfgfile" \
+      || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
+  test 0 -eq $? || _lt_function_replace_fail=:
+fi
+
+if test x"$_lt_function_replace_fail" = x":"; then
+  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Unable to substitute extended shell functions in $ofile" >&5
+$as_echo "$as_me: WARNING: Unable to substitute extended shell functions in $ofile" >&2;}
+fi
+
+
+   mv -f "$cfgfile" "$ofile" ||
+    (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
+  chmod +x "$ofile"
+
+
+    cat <<_LT_EOF >> "$ofile"
+
+# ### BEGIN LIBTOOL TAG CONFIG: FC
+
+# The linker used to build libraries.
+LD=$lt_LD_FC
+
+# How to create reloadable object files.
+reload_flag=$lt_reload_flag_FC
+reload_cmds=$lt_reload_cmds_FC
+
+# Commands used to build an old-style archive.
+old_archive_cmds=$lt_old_archive_cmds_FC
+
+# A language specific compiler.
+CC=$lt_compiler_FC
+
+# Is the compiler the GNU compiler?
+with_gcc=$GCC_FC
+
+# Compiler flag to turn off builtin functions.
+no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag_FC
+
+# Additional compiler flags for building library objects.
+pic_flag=$lt_lt_prog_compiler_pic_FC
+
+# How to pass a linker flag through the compiler.
+wl=$lt_lt_prog_compiler_wl_FC
+
+# Compiler flag to prevent dynamic linking.
+link_static_flag=$lt_lt_prog_compiler_static_FC
+
+# Does compiler simultaneously support -c and -o options?
+compiler_c_o=$lt_lt_cv_prog_compiler_c_o_FC
+
+# Whether or not to add -lc for building shared libraries.
+build_libtool_need_lc=$archive_cmds_need_lc_FC
+
+# Whether or not to disallow shared libs when runtime libs are static.
+allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes_FC
+
+# Compiler flag to allow reflexive dlopens.
+export_dynamic_flag_spec=$lt_export_dynamic_flag_spec_FC
+
+# Compiler flag to generate shared objects directly from archives.
+whole_archive_flag_spec=$lt_whole_archive_flag_spec_FC
+
+# Whether the compiler copes with passing no objects directly.
+compiler_needs_object=$lt_compiler_needs_object_FC
+
+# Create an old-style archive from a shared archive.
+old_archive_from_new_cmds=$lt_old_archive_from_new_cmds_FC
+
+# Create a temporary old-style archive to link instead of a shared archive.
+old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds_FC
+
+# Commands used to build a shared archive.
+archive_cmds=$lt_archive_cmds_FC
+archive_expsym_cmds=$lt_archive_expsym_cmds_FC
+
+# Commands used to build a loadable module if different from building
+# a shared archive.
+module_cmds=$lt_module_cmds_FC
+module_expsym_cmds=$lt_module_expsym_cmds_FC
+
+# Whether we are building with GNU ld or not.
+with_gnu_ld=$lt_with_gnu_ld_FC
+
+# Flag that allows shared libraries with undefined symbols to be built.
+allow_undefined_flag=$lt_allow_undefined_flag_FC
+
+# Flag that enforces no undefined symbols.
+no_undefined_flag=$lt_no_undefined_flag_FC
+
+# Flag to hardcode \$libdir into a binary during linking.
+# This must work even if \$libdir does not exist
+hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec_FC
+
+# Whether we need a single "-rpath" flag with a separated argument.
+hardcode_libdir_separator=$lt_hardcode_libdir_separator_FC
+
+# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
+# DIR into the resulting binary.
+hardcode_direct=$hardcode_direct_FC
+
+# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
+# DIR into the resulting binary and the resulting library dependency is
+# "absolute",i.e impossible to change by setting \${shlibpath_var} if the
+# library is relocated.
+hardcode_direct_absolute=$hardcode_direct_absolute_FC
+
+# Set to "yes" if using the -LDIR flag during linking hardcodes DIR
+# into the resulting binary.
+hardcode_minus_L=$hardcode_minus_L_FC
+
+# Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
+# into the resulting binary.
+hardcode_shlibpath_var=$hardcode_shlibpath_var_FC
+
+# Set to "yes" if building a shared library automatically hardcodes DIR
+# into the library and all subsequent libraries and executables linked
+# against it.
+hardcode_automatic=$hardcode_automatic_FC
+
+# Set to yes if linker adds runtime paths of dependent libraries
+# to runtime path list.
+inherit_rpath=$inherit_rpath_FC
+
+# Whether libtool must link a program against all its dependency libraries.
+link_all_deplibs=$link_all_deplibs_FC
+
+# Set to "yes" if exported symbols are required.
+always_export_symbols=$always_export_symbols_FC
+
+# The commands to list exported symbols.
+export_symbols_cmds=$lt_export_symbols_cmds_FC
+
+# Symbols that should not be listed in the preloaded symbols.
+exclude_expsyms=$lt_exclude_expsyms_FC
+
+# Symbols that must always be exported.
+include_expsyms=$lt_include_expsyms_FC
+
+# Commands necessary for linking programs (against libraries) with templates.
+prelink_cmds=$lt_prelink_cmds_FC
+
+# Commands necessary for finishing linking programs.
+postlink_cmds=$lt_postlink_cmds_FC
+
+# Specify filename containing input files.
+file_list_spec=$lt_file_list_spec_FC
+
+# How to hardcode a shared library path into an executable.
+hardcode_action=$hardcode_action_FC
+
+# The directories searched by this compiler when creating a shared library.
+compiler_lib_search_dirs=$lt_compiler_lib_search_dirs_FC
+
+# Dependencies to place before and after the objects being linked to
+# create a shared library.
+predep_objects=$lt_predep_objects_FC
+postdep_objects=$lt_postdep_objects_FC
+predeps=$lt_predeps_FC
+postdeps=$lt_postdeps_FC
+
+# The library search path used internally by the compiler when linking
+# a shared library.
+compiler_lib_search_path=$lt_compiler_lib_search_path_FC
+
+# ### END LIBTOOL TAG CONFIG: FC
+_LT_EOF
+
+ ;;
+
+  esac
+done # for ac_tag
+
+
+as_fn_exit 0
+_ACEOF
+ac_clean_files=$ac_clean_files_save
+
+test $ac_write_fail = 0 ||
+  as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
+
+
+# configure is writing to config.log, and then calls config.status.
+# config.status does its own redirection, appending to config.log.
+# Unfortunately, on DOS this fails, as config.log is still kept open
+# by configure, so config.status won't be able to write to it; its
+# output is simply discarded.  So we exec the FD to /dev/null,
+# effectively closing config.log, so it can be properly (re)opened and
+# appended to by config.status.  When coming back to configure, we
+# need to make the FD available again.
+if test "$no_create" != yes; then
+  ac_cs_success=:
+  ac_config_status_args=
+  test "$silent" = yes &&
+    ac_config_status_args="$ac_config_status_args --quiet"
+  exec 5>/dev/null
+  $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
+  exec 5>>config.log
+  # Use ||, not &&, to avoid exiting from the if with $? = 1, which
+  # would make configure fail if this is the last instruction.
+  $ac_cs_success || as_fn_exit 1
+fi
+if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
+  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
+$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
+fi
+
diff --git a/configure.ac b/configure.ac
new file mode 100644
index 0000000..8d1ce68
--- /dev/null
+++ b/configure.ac
@@ -0,0 +1,254 @@
+# -*- Autoconf -*-
+#
+# Configure script for the AtomPAW package
+#
+# Copyright (C) 2010-2011 Yann Pouillon, MT
+#
+# This file is part of the AtomPAW software package. For license information,
+# please see the COPYING file in the top-level directory of the source
+# distribution.
+#
+
+                    # ------------------------------------ #
+
+#
+# Autotools startup
+#
+
+# Initialize Autoconf
+AC_PREREQ(2.62)
+AC_INIT([AtomPAW],[4.0.0.4],[natalie at wfu.edu, marc.torrent at cea.fr],[atompaw])
+AC_REVISION([Autotools support for AtomPAW])
+AC_CONFIG_AUX_DIR(config/gnu)
+AC_CONFIG_MACRO_DIR([config/m4])
+AC_CONFIG_SRCDIR(src/atompaw_prog.f90)
+
+# Regenerate the VERSION file
+# Note: remember that some editors break long lines
+AC_MSG_NOTICE([regenerating the VERSION file])
+_AC_SRCDIRS(["."])
+cat >"${ac_abs_top_srcdir}/VERSION" <<EOF
+!--- Version ${PACKAGE_VERSION} - 06/2013 NAWH,MT; 08/2013 & 09/2013 minor fix
+EOF
+
+# Initialize Automake
+AC_CANONICAL_TARGET
+AM_INIT_AUTOMAKE(1.10)
+AM_CONFIG_HEADER([config.h])
+
+                    # ------------------------------------ #
+
+#
+# Command-line arguments
+#
+
+# Declare arguments
+AC_ARG_ENABLE([libxc],[
+  AS_HELP_STRING([--enable-libxc],
+    [Enable the use of LibXC for exchange-correlation])])
+
+AC_ARG_WITH([fc-vendor],[
+  AS_HELP_STRING([--with-fc-vendor],
+    [Select a particular Fortran compiler vendor])])
+
+AC_ARG_WITH([fc-version],[
+  AS_HELP_STRING([--with-fc-version],
+    [Select a particular Fortran compiler version])])
+
+AC_ARG_WITH([libxc-incs],[
+  AS_HELP_STRING([--with-libxc-incs],
+    [LibXC includes for headers and modules])])
+
+AC_ARG_WITH([libxc-libs],[
+  AS_HELP_STRING([--with-libxc-libs],
+    [LibXC libraries to link with])])
+
+AC_ARG_WITH([linalg-flavor],[
+  AS_HELP_STRING([--with-linalg-flavor],
+    [Select a particular linear algebra library flavor (atlas, mkl, netlib)])])
+
+AC_ARG_WITH([linalg-libs],[
+  AS_HELP_STRING([--with-linalg-libs],
+    [Linear algebra libraries to link with])])
+
+# Declare environment variables
+AC_ARG_VAR([ATOMPAW_LIBDIR],
+  [Directory where to search for linear algebra libraries])
+
+# Set default values of arguments
+if test "${with_linalg_flavor}" = ""; then
+  with_linalg_flavor="netlib"
+  AC_MSG_NOTICE([setting linear algebra flavor to 'netlib'])
+fi
+
+                    # ------------------------------------ #
+
+# Check for common programs
+AC_PROG_MAKE_SET
+AC_PROG_INSTALL
+AC_PROG_LN_S
+AC_PROG_SED
+AC_PROG_AWK
+AC_PROG_GREP
+
+# Workaround for the "grep -e" issue on Solaris systems
+AC_PROG_EGREP
+
+# Workaround for the wrong path to install-sh on Mac systems
+ATP_PROG_MKDIR_P
+
+# Check for other useful programs
+AC_CHECK_PROGS(DVIPDF,[dvipdf])
+AC_CHECK_PROGS(LATEX,[latex])
+AC_CHECK_PROGS(PDFLATEX,[pdflatex])
+AC_CHECK_PROGS(PERL,[perl])
+
+                    # ------------------------------------ #
+
+#
+# Fortran support
+#
+
+# Look for the Fortran compiler
+if test "${FC}" != "" -a ! -x "${FC}"; then
+  atp_fc_probe=`echo "${FC}" | sed -e 's/ .*//'`
+  if test ! -x "${atp_fc_probe}"; then
+    AC_PATH_PROG([atp_fc_path],[${atp_fc_probe}])
+    if test "${atp_fc_path}" = ""; then
+      AC_MSG_ERROR([could not run Fortran compiler "${FC}"])
+    fi
+  fi
+fi
+AC_PROG_FC
+
+# Fail if no Fortran compiler is available
+if test "${FC}" = ""; then
+  AC_MSG_ERROR([no Fortran compiler available])
+fi
+
+# Set AtomPAW Fortran parameters
+atp_fc_vendor="${with_fc_vendor}"
+atp_fc_version="${with_fc_version}"
+ATP_PROG_FC
+
+# Set default file extensions
+ATP_FC_EXTENSIONS
+
+# Get module file case
+ATP_FC_MOD_CASE
+
+# Set default optimizations
+ATP_FC_OPTFLAGS
+
+                    # ------------------------------------ #
+
+#
+# Libtool configuration
+#
+
+# Initialize Libtool
+LT_INIT
+LT_PREREQ([2.2.2])
+LTOBJEXT="lo"
+AC_SUBST(LTOBJEXT)
+
+                    # ------------------------------------ #
+
+#
+# Library configuration
+#
+
+# NOTE: least dependent libraries first
+
+# Linear algebra
+if test "${with_linalg_libs}" != ""; then
+  LIBS="${with_linalg_libs} ${LIBS}"
+else
+  if test "${ATP_LIBS}" != ""; then
+    LIBS="${ATP_LIBS} ${LIBS}"
+  fi
+  if test "${ATP_LIBDIR}" != ""; then
+    LIBS="-L${ATP_LIBDIR} ${LIBS}"
+  fi
+fi
+
+# LibXC
+LIBXC_DEF_DIR="/opt/etsf"
+if test "${enable_libxc}" = "yes"; then
+  if test "${with_libxc_incs}" != ""; then
+    CPPFLAGS="${CPPFLAGS} ${with_libxc_incs}"
+  else
+    CPPFLAGS="${CPPFLAGS} -I${LIBXC_DEF_DIR}/include"
+  fi
+  if test "${with_libxc_libs}" != ""; then
+    LIBS="${with_libxc_libs} ${LIBS}"
+  else
+    LIBS="-L${LIBXC_DEF_DIR}/lib -lxc ${LIBS}"
+  fi
+fi
+
+                    # ------------------------------------ #
+
+#
+# Final configuration
+#
+
+# Note: in order to let the user override the defaults through the
+#       command-line, the build flags (FCFLAGS, LDFLAGS) are set only if
+#       they are found empty.
+
+if test "${FCFLAGS}" = ""; then
+  FCFLAGS="${ATP_FCOPTS}"
+  if test "${ac_cv_prog_fc_g}" = "yes"; then
+    FCFLAGS="-g ${FCFLAGS}"
+  fi
+fi
+if test "${LDFLAGS}" = ""; then
+  LDFLAGS="${ATP_LDOPTS}"
+fi
+if test "${LDFLAGS}" = ""; then
+  LDFLAGS="${ATP_LDOPTS}"
+fi
+
+                    # ------------------------------------ #
+
+#
+# Final checks
+#
+
+# Check that linear algebra libraries properly work
+ATP_LINALG_CHECK
+if test "${atp_linalg_ok}" != "yes"; then
+  AC_MSG_ERROR([no working linear algebra libraries have been found])
+fi
+
+# Check that LibXC properly works
+if test "${enable_libxc}" = "yes"; then
+  ATP_LIBXC_CHECK
+  if test "${atp_libxc_ok}" = "yes"; then
+    AC_DEFINE([HAVE_LIBXC],1,[Define to 1 if you want to use LibXC.])
+    AC_MSG_NOTICE([=== libXC library OK for use])
+    AC_MSG_NOTICE([=== generating the src/libxc_names.in file])
+    ATP_MK_LIBXC_NAMES
+  else
+    AC_MSG_ERROR([no working LibXC library has been found])
+  fi
+fi
+
+                    # ------------------------------------ #
+
+#
+# Output configuration
+#
+
+AC_MSG_NOTICE([FC       = ${FC}])
+AC_MSG_NOTICE([CPPFLAGS = ${CPPFLAGS}])
+AC_MSG_NOTICE([FCFLAGS  = ${FCFLAGS}])
+AC_MSG_NOTICE([LDFLAGS  = ${LDFLAGS}])
+AC_MSG_NOTICE([LIBS     = ${LIBS}])
+
+AC_OUTPUT([
+  Makefile
+  src/Makefile
+  src/pkginfo.f90
+])
diff --git a/doc/ATOMPAW_Explore_Userguide.odt b/doc/ATOMPAW_Explore_Userguide.odt
new file mode 100644
index 0000000..a8dc0bc
Binary files /dev/null and b/doc/ATOMPAW_Explore_Userguide.odt differ
diff --git a/doc/ATOMPAW_Explore_Userguide.pdf b/doc/ATOMPAW_Explore_Userguide.pdf
new file mode 100644
index 0000000..5da940e
Binary files /dev/null and b/doc/ATOMPAW_Explore_Userguide.pdf differ
diff --git a/doc/atompaw-usersguide.doc b/doc/atompaw-usersguide.doc
new file mode 100644
index 0000000..d18449c
Binary files /dev/null and b/doc/atompaw-usersguide.doc differ
diff --git a/doc/atompaw-usersguide.pdf b/doc/atompaw-usersguide.pdf
new file mode 100755
index 0000000..3c15651
Binary files /dev/null and b/doc/atompaw-usersguide.pdf differ
diff --git a/doc/exploresetup/ParameterExplore.cpp b/doc/exploresetup/ParameterExplore.cpp
new file mode 100644
index 0000000..439358b
--- /dev/null
+++ b/doc/exploresetup/ParameterExplore.cpp
@@ -0,0 +1,223 @@
+/*
+Cameron Kates
+7/15/2013
+
+ParameterExplore
+
+ParameterExplore is a version of inputRadiusChanger modified and renamed for public distribution.
+
+*/
+
+#include <iostream>
+#include <fstream>
+#include <string>
+#include <cstdlib>
+#include <stdio.h>
+#include <stdlib.h>
+#include <time.h>
+#include <limits>
+
+using namespace std;
+
+void ReadMe()
+{
+	cout << "
+
+int main()
+{
+	double startR; 
+	double endR;
+	double numR;
+	double startRm; 
+	double startE; 
+	double endE;
+	double fixedE;
+	double lowRange;
+	double highRange;
+	double go;
+
+	cout << "ParameterExplore 1.6 - 7/19/2013" << endl;
+	cout << "To view ReadMe file enter -1 for minimum radius." << endl;
+	
+	cout << "Please enter the minimium radius: " << endl;
+	cin >> startR;
+	cout << "Please enter the maximum radius: " << endl;
+	cin >> endR;
+	
+	//Calculates the total number of radii that will be explored.
+	numR = ((endR-startR)+0.1)*10; 
+
+	//Determines if the user wants to vary matching radius and acts accordingly.
+	char rmChoice;
+	cout << "Do you want to vary matching radius? y/n" << endl;
+	cin >> rmChoice;
+	int rmKey=1;
+	while(rmChoice != 'n' && rmChoice != 'N' && rmChoice != 'y' && rmChoice != 'Y')
+	{
+		cout << "Input not recognized. Please try again." << endl;
+		cin >>rmChoice;
+	}
+	if(rmChoice == 'y' || rmChoice == 'Y')
+	{
+		cout << "Please enter the minimium matching radius: " << endl;
+		cin >> startRm;
+		while(startRm > startR)
+		{
+			cout << "The matching radius must be less than or equal to the maximum radius. Please enter a new value." << 				endl;
+			cin >> startRm;
+		}
+	}
+	else if(rmChoice == 'n' || rmChoice == 'N')
+	{
+		rmKey = -1;
+	}
+	
+	//Determines if the user wants to vary energy and acts accordingly.
+	char eChoice;
+	cout << "Do you want to vary energy? y/n" << endl;
+	cin >> eChoice;
+	int eKey=1;
+	while(eChoice != 'n' && eChoice != 'N' && eChoice != 'y' && eChoice != 'Y')
+	{
+		cout << "Input not recognized. Please try again." << endl;
+		cin >>eChoice;
+	}
+	if(eChoice == 'y' || eChoice == 'Y')
+	{
+		cout << "Please enter the minimium energy: " << endl;
+		cin >> startE;
+		cout << "Please enter the maximum energy: " << endl;
+		cin >> endE;
+	}
+	else if(eChoice == 'n' || eChoice == 'N')
+	{
+		cout << "Please enter the fixed energy: " << endl;
+		cin >> fixedE;		
+		eKey = -1;
+	}
+	
+	
+///////////////////////////////////////////////////////////////////
+	
+	int caseCount=0;
+	char userCheck;
+	char warningCheck;
+
+	//Case count. 0.001 added to compensate for possible roundoff error. This is essentially a null version of the work loops.
+	for(double R = startR; R<=endR+0.001; R=R+0.1)
+		{
+			if(rmKey==-1)
+			{
+				startRm = R;
+			}
+			for(double Rm = startRm; Rm<=R+0.001; Rm=Rm+0.1)
+			{
+				double Rsmall = R-0.2;
+				if(eKey==-1)
+				{
+					endE=fixedE;
+					startE=endE;
+				}
+				for(double E = startE; E<=endE+0.001; E=E+0.1)
+				{
+					caseCount++;
+				}
+			}
+		}
+
+	cout << "Over what range would you like to calculate the log derivatives?" << endl;
+	cin >> lowRange;
+	cin >> highRange;
+		
+	cout << "This will generate " << caseCount << " cases. Do you want to proceed? y/n" << endl;	
+	cin >> userCheck;
+	if(userCheck == 'y' || userCheck == 'Y')
+	{
+		if(caseCount >= 4000)
+		{
+			cout << "WARNING: THIS WILL CREATE A POTENTIALLY DANGEROUS NUMBER OF CASES! Are you sure you wish to continue? y/n" << endl;
+			cin >> warningCheck;
+			userCheck = warningCheck;
+		}
+	}
+
+	//Begin changing input file.	
+	if(userCheck == 'y' || userCheck == 'Y')
+	{
+		//Creates the InputRecords file which keeps track of the users inputs for future reference.
+		cout << "Creating records file..." << endl;
+		time_t curr=time(0); //Finds current date and time.
+		ofstream recordsfile;
+		recordsfile.open ("InputRecords");
+		recordsfile << "Created on: " << ctime(&curr);
+		recordsfile << "Using ParameterExploreV1.6" << endl;			//MENTION OF VERSION
+		recordsfile << " " << endl;
+		recordsfile << "Rc: " << startR << " " << endR << endl;
+		if(rmKey == 1)
+		{
+			recordsfile << "Rmatch: " << startRm << " " << endl;
+		}
+		if(rmKey == -1)
+		{
+			recordsfile << "Rmatch: N/A " << endl;
+		}
+		if(eKey == 1)
+		{
+			recordsfile << "Energy: " << startE << " " << endE << endl;
+		}
+		if(eKey == -1)
+		{
+			recordsfile << "Energy: N/A " << endl;
+		}
+		recordsfile.close();
+
+		//Changes the 'in' file.
+		cout << "Creating file..." << endl;
+		ofstream myfile;
+		myfile.open ("parameterExplore");					
+		myfile << "echo '" <<caseCount<< " " << numR << " LOGDERIVERANGE " << lowRange << " " << highRange << "' >> in" << endl;
+	
+		for(double R = startR; R<=endR+0.001; R=R+0.1) //0.001 added to compensate for possible roundoff 			error.
+		{
+			if(rmKey==-1)
+			{
+				startRm = R;
+			}
+			for(double Rm = startRm; Rm<=R+0.001; Rm=Rm+0.1)
+			{
+				double Rsmall = R-0.2;
+				if(eKey==-1)
+				{
+					endE=fixedE;
+					startE=endE;
+				}
+				for(double E = startE; E<=endE+0.001; E=E+0.1)
+				{
+					myfile << "sed 's/En/"<<E<<"/' PseudoTemplate|sed 's/Rin/"<<R<<"/g' |sed 's/Rsmall/" 
+					<<Rsmall<<"/' |sed 's/Rmatch/"<<Rm<<"/' >>in" << endl;	
+				}
+			}
+		}
+			
+		myfile << "echo 'END' >> in" << endl;
+		myfile.close();
+		cout << "File created." << endl;
+		cout << "Generating executable..." << endl;
+		system("chmod 755 parameterExplore");	
+		cout << "Executable file parameterExplore created." << endl;	
+		cout << "Changing 'in' file values..." << endl;
+		system("parameterExplore");
+		cout << "Complete." << endl;
+		return 0;
+	}
+	else if(userCheck == 'n' || userCheck == 'N')
+	{
+		cout << "Program terminated. Please try again." << endl;
+		return 0;
+	}
+	else
+	{
+		cout << "Input not recognized. Program terminated. Please try again." << endl;
+		return 0;
+	}	
+}
diff --git a/doc/exploresetup/ParameterExploreReadMe.txt b/doc/exploresetup/ParameterExploreReadMe.txt
new file mode 100644
index 0000000..5c0a9d3
--- /dev/null
+++ b/doc/exploresetup/ParameterExploreReadMe.txt
@@ -0,0 +1,42 @@
+/////////////////////////////////
+/////////////////////////////////
+Input Radius Changer, or ircv, is an executable written in C++ for the Atomic Structure Database for First Principles Modeling research project with the Natalie Holzwarth research group. It take an input of an atom specific 'in' file as well as a variable template 'u2' file. It will then give the user the option to vary the parameters radius Rc, matching radius Rm, and energy E. These parameters will then be used in combination with the u2 file to append the new EXPLORE cases to the end  [...]
+
+Record Start:
+
+Version Update - V5
+-This version expands on V4 by adding the capability to ask the user if they would like to vary matching radii as well as energies or not. Additionally, the method to do this was changed from a multi-loop method in V3 to an equal-value loop termination method, where the loop is only allowed to run once if an input is not varied. This simplifies and streamlines the code.
+
+6/11/2013 - Bug Fix
+User JDrewery discovered a bug in the caseCount function. The program was reporting too few cases on the input file. Bug determined to be caused by a roundoff error. Recopied loop from actual file writing portion of the code and replaced file write line with caseCount++. Bug resolved.
+
+6/18/2013
+V5 Update - Feature addition, file organization change.
+-Directory organization changed so the user never sees the version changes. 
+-Adds the capability for the program to create an output file which records the parameters entered by the user and adds a time and   date stamp.
+-ircv now outputs the total number of Rc radii it varies across in the same line as the total number of cases.  
+
+6/19/2013
+V5.1 - Minor Feature Addition
+-Return more obvious warning to the user if they are going to create too many files.
+
+6/20/2013
+V5.1 - Bug Note
+-If the user inputs a letter for the minimum radius the program gets stuck in an infinite loop. Issue is easily enough avoided that it doesn't warrant a fix. 
+
+7/15/2013
+Version Update - V6
+-NAWH has made a change to atompaw which allows the user to specify the range of logderivative errors over which to calulate. This version adds the ability for the user to input these values. 
+-Added a message to the user about accessing the ircvReadMe file. ircvReadMe file was previously known as ircvNotes. 
+
+7/19/2013
+Version Update - V1.7
+-There is a desire to release IRCV online for the public. The name of IRCV has been changed to ParameterExplore and the u2 file has been renamed PseudoTemplate. Additionally, the version numbering standard has been changed. Now, the format is as follows:
+V(MajorFunctionalityUpdate).(FunctionAddition/FeatureAddition.(BugFix/MinorChange within the current major and function numbers).
+
+
+##2013##
+##Cameron Kates##
+##WFU##
+/////////////////////////////////
+/////////////////////////////////
diff --git a/doc/scripts/explorelogderiv b/doc/scripts/explorelogderiv
new file mode 100755
index 0000000..e6cefa0
--- /dev/null
+++ b/doc/scripts/explorelogderiv
@@ -0,0 +1,11 @@
+#!/bin/csh -f
+'rm' -f logderiv.gnu
+set fl=$2.logderiv.$1
+echo $fl
+set fl='"'$fl'"'
+echo $fl
+echo 'set yrange[-5:5]' >logderiv.gnu
+echo 'plot' $fl 'using 1:2 with lines,' $fl 'using 1:3 with points' >>logderiv.gnu
+echo ' ' >>logderiv.gnu
+echo 'pause -1 "******Press return to continue******"' >> logderiv.gnu
+gnuplot logderiv.gnu
diff --git a/doc/scripts/explorewfn b/doc/scripts/explorewfn
new file mode 100755
index 0000000..054be12
--- /dev/null
+++ b/doc/scripts/explorewfn
@@ -0,0 +1,10 @@
+#!/bin/csh -f
+'rm' -f wfn.gnu
+set fl=$2.wfn$1
+echo $fl
+set fl='"'$fl'"'
+echo $fl
+echo 'plot' $fl 'using 1:2 with lines,' $fl 'using 1:3 with lines,' $fl 'using 1:4 with lines, 0' >wfn.gnu
+echo ' ' >>wfn.gnu
+echo 'pause -1 "******Press return to continue******"' >> wfn.gnu
+gnuplot wfn.gnu
diff --git a/doc/scripts/plotdensity b/doc/scripts/plotdensity
new file mode 100755
index 0000000..4607c89
--- /dev/null
+++ b/doc/scripts/plotdensity
@@ -0,0 +1,10 @@
+#!/bin/csh -f
+'rm' -f density.gnu
+set fl=density
+echo $fl
+set fl='"'$fl'"'
+echo $fl
+echo 'plot [0:6]' $fl 'using 1:2 with lines,' $fl 'using 1:3 with lines,' $fl 'using 1:4 with lines'>density.gnu
+echo ' ' >>density.gnu
+echo 'pause -1 "******Press return to continue******"' >> density.gnu
+gnuplot density.gnu
diff --git a/doc/scripts/plotlogderiv b/doc/scripts/plotlogderiv
new file mode 100755
index 0000000..d7351c1
--- /dev/null
+++ b/doc/scripts/plotlogderiv
@@ -0,0 +1,11 @@
+#!/bin/csh -f
+'rm' -f logderiv.gnu
+set fl=logderiv.$1
+echo $fl
+set fl='"'$fl'"'
+echo $fl
+echo 'set yrange[-5:5]' >logderiv.gnu
+echo 'plot' $fl 'using 1:2 with lines,' $fl 'using 1:3 with points' >>logderiv.gnu
+echo ' ' >>logderiv.gnu
+echo 'pause -1 "******Press return to continue******"' >> logderiv.gnu
+gnuplot logderiv.gnu
diff --git a/doc/scripts/plotpotential b/doc/scripts/plotpotential
new file mode 100755
index 0000000..ddd7481
--- /dev/null
+++ b/doc/scripts/plotpotential
@@ -0,0 +1,10 @@
+#!/bin/csh -f
+'rm' -f potential.gnu
+set fl=potential
+echo $fl
+set fl='"'$fl'"'
+echo $fl
+echo 'plot [0:6]' $fl 'using 1:2 with lines,' $fl 'using 1:3 with lines,0' >potential.gnu
+echo ' ' >>potential.gnu
+echo 'pause -1 "******Press return to continue******"' >> potential.gnu
+gnuplot potential.gnu
diff --git a/doc/scripts/plotwfn b/doc/scripts/plotwfn
new file mode 100755
index 0000000..6aab887
--- /dev/null
+++ b/doc/scripts/plotwfn
@@ -0,0 +1,10 @@
+#!/bin/csh -f
+'rm' -f wfn.gnu
+set fl=wfn$1
+echo $fl
+set fl='"'$fl'"'
+echo $fl
+echo 'plot' $fl 'using 1:2 with lines,' $fl 'using 1:3 with lines,' $fl 'using 1:4 with lines, 0' >wfn.gnu
+echo ' ' >>wfn.gnu
+echo 'pause -1 "******Press return to continue******"' >> wfn.gnu
+gnuplot wfn.gnu
diff --git a/example/F/hf/F.atomicdata b/example/F/hf/F.atomicdata
new file mode 100644
index 0000000..6afe4cc
--- /dev/null
+++ b/example/F/hf/F.atomicdata
@@ -0,0 +1,13050 @@
+  ATOMTYPE     F 
+  ATOMXCTYPE     HF        
+  ATOMIC_CHARGE       9.
+  MOMENTLESSHARTREE    
+  CORE_CHARGE     2.0000000000000E+00
+  RC          1.5082667224467E+00
+  SHAPE_TYPE                 sinc2
+  BASIS_SIZE        4
+  ORBITALS      
+   0   0   1   1
+  END     
+  INITOCC       
+  2.000000  0.000000  5.000000  0.000000
+  END     
+  MESH_SIZE          1548
+  MESH_STEP     9.1576601197028E-03
+  LOG_GRID     1.1111111111111E-06
+  CORETAIL_POINTS         1567
+  LCAO_SIZE        1749
+  LCAO_STEP    9.1576601197028E-03
+   CORE_DENSITY   
+  0.00000000000000000E+00  5.74256973479411398E-13  2.28661828778095992E-12
+  5.16860204382871643E-12  9.25229598123362195E-12  1.45704772399775440E-11
+  2.11566259883224120E-11  2.90449393109343766E-11  3.82703453619882912E-11
+  4.88685177881884802E-11  6.08758904267567015E-11  7.43296722835397375E-11
+  8.92678627964874806E-11  1.05729267389852953E-10  1.23753513324565217E-10
+  1.43381065850327337E-10  1.64653244665097551E-10  1.87612240687715130E-10
+  2.12301133149538468E-10  2.38763907011076748E-10  2.67045470709704584E-10
+  2.97191674244661007E-10  3.29249327605654206E-10  3.63266219551506180E-10
+  3.99291136745393706E-10  4.37373883253365328E-10  4.77565300412936717E-10
+  5.19917287078684306E-10  5.64482820251915424E-10  6.11315976101577901E-10
+  6.60471951383752393E-10  7.12007085267175146E-10  7.65978881572390884E-10
+  8.22446031432281309E-10  8.81468436381836558E-10  9.43107231885216301E-10
+  1.00742481130826714E-09  1.07448485034482791E-09  1.14435233190531782E-09
+  1.21709357147623115E-09  1.29277624295936660E-09  1.37146940499973815E-09
+  1.45324352781130951E-09  1.53817052050985564E-09  1.62632375896243264E-09
+  1.71777811416309362E-09  1.81260998114469402E-09  1.91089730843681176E-09
+  2.01271962807994822E-09  2.11815808620643848E-09  2.22729547419863337E-09
+  2.34021626043513577E-09  2.45700662263605898E-09  2.57775448081853928E-09
+  2.70254953087381262E-09  2.83148327877754654E-09  2.96464907544516814E-09
+  3.10214215224430402E-09  3.24405965717650562E-09  3.39050069174082373E-09
+  3.54156634849192595E-09  3.69735974930569857E-09  3.85798608436555461E-09
+  4.02355265188287633E-09  4.19416889856530348E-09  4.36994646084677212E-09
+  4.55099920689357956E-09  4.73744327940085640E-09  4.92939713919425581E-09
+  5.12698160965185948E-09  5.33031992196152348E-09  5.53953776122933931E-09
+  5.75476331345500991E-09  5.97612731339029810E-09  6.20376309329702240E-09
+  6.43780663262134302E-09  6.67839660860145514E-09  6.92567444782603194E-09
+  7.17978437876113146E-09  7.44087348526362234E-09  7.70909176109955287E-09
+  7.98459216548604022E-09  8.26753067967593009E-09  8.55806636460449749E-09
+  8.85636141961802198E-09  9.16258124230434378E-09  9.47689448944606928E-09
+  9.79947313911701799E-09  1.01304925539435780E-08  1.04701315455523179E-08
+  1.08185724402261540E-08  1.11760011457914587E-08  1.15426072197590205E-08
+  1.19185839387423163E-08  1.23041283691766697E-08  1.26994414393635999E-08
+  1.31047280128650688E-08  1.35201969632726841E-08  1.39460612503773731E-08
+  1.43825379977656814E-08  1.48298485718692492E-08  1.52882186624943898E-08
+  1.57578783648592555E-08  1.62390622631669831E-08  1.67320095157428041E-08
+  1.72369639417647966E-08  1.77541741096174625E-08  1.82838934268984602E-08
+  1.88263802321094388E-08  1.93818978880618481E-08  1.99507148770299996E-08
+  2.05331048976836408E-08  2.11293469638331175E-08  2.17397255050211071E-08
+  2.23645304689946763E-08  2.30040574260932243E-08  2.36586076755875337E-08
+  2.43284883540061719E-08  2.50140125454865003E-08  2.57154993941875302E-08
+  2.64332742188031162E-08  2.71676686292145327E-08  2.79190206453221489E-08
+  2.86876748180966082E-08  2.94739823528907017E-08  3.02783012350543311E-08
+  3.11009963578946611E-08  3.19424396530256623E-08  3.28030102231509185E-08
+  3.36830944773252224E-08  3.45830862687410684E-08  3.55033870350862864E-08
+  3.64444059415212976E-08  3.74065600263244579E-08  3.83902743492545305E-08
+  3.93959821426814146E-08  4.04241249655361438E-08  4.14751528601322998E-08
+  4.25495245119130514E-08  4.36477074121766123E-08  4.47701780238369501E-08
+  4.59174219502749199E-08  4.70899341073381713E-08  4.82882188985471009E-08
+  4.95127903935676722E-08  5.07641725100103156E-08  5.20428991986181046E-08
+  5.33495146319055329E-08  5.46845733963136623E-08  5.60486406879450576E-08
+  5.74422925119463886E-08  5.88661158856056294E-08  6.03207090452329006E-08
+  6.18066816568950938E-08  6.33246550310761156E-08  6.48752623413349691E-08
+  6.64591488470364485E-08  6.80769721202294570E-08  6.97294022767502718E-08
+  7.14171222116288155E-08  7.31408278388777942E-08  7.49012283357464928E-08
+  7.66990463915209544E-08  7.85350184609559591E-08  8.04098950224237874E-08
+  8.23244408408680937E-08  8.42794352356510638E-08  8.62756723533854534E-08
+  8.83139614458430412E-08  9.03951271530346277E-08  9.25200097915562102E-08
+  9.46894656483003180E-08  9.69043672796310133E-08  9.91656038161240717E-08
+  1.01474081272975322E-07  1.03830722866182717E-07  1.06236469334608964E-07
+  1.08692279268033251E-07  1.11199129441303325E-07  1.13758015154701416E-07
+  1.16369950580638524E-07  1.19035969116794767E-07  1.21757123745825023E-07
+  1.24534487401751051E-07  1.27369153343165611E-07  1.30262235533372767E-07
+  1.33214869027593918E-07  1.36228210367371042E-07  1.39303437982298375E-07
+  1.42441752599221679E-07  1.45644377659040147E-07  1.48912559741252766E-07
+  1.52247568996394604E-07  1.55650699586505930E-07  1.59123270133785084E-07
+  1.62666624177576721E-07  1.66282130639848160E-07  1.69971184299313187E-07
+  1.73735206274361959E-07  1.77575644514960225E-07  1.81493974303684428E-07
+  1.85491698766062547E-07  1.89570349390391124E-07  1.93731486557205899E-07
+  1.97976700078583214E-07  2.02307609747455620E-07  2.06725865897126166E-07
+  2.11233149971170609E-07  2.15831175103918815E-07  2.20521686711714451E-07
+  2.25306463095147771E-07  2.30187316052468797E-07  2.35166091504385054E-07
+  2.40244670130456612E-07  2.45424968017302241E-07  2.50708937318834221E-07
+  2.56098566928747602E-07  2.61595883165486688E-07  2.67202950469923256E-07
+  2.72921872115979827E-07  2.78754790934436890E-07  2.84703890050172016E-07
+  2.90771393633074463E-07  2.96959567662890523E-07  3.03270720708258993E-07
+  3.09707204720196970E-07  3.16271415840304445E-07  3.22965795223960096E-07
+  3.29792829878785442E-07  3.36755053518659563E-07  3.43855047433574238E-07
+  3.51095441375617865E-07  3.58478914461392977E-07  3.66008196091166580E-07
+  3.73686066885063486E-07  3.81515359636620107E-07  3.89498960284019597E-07
+  3.97639808899331776E-07  4.05940900696096311E-07  4.14405287055584386E-07
+  4.23036076572086914E-07  4.31836436117578255E-07  4.40809591926119500E-07
+  4.49958830698357891E-07  4.59287500726503669E-07  4.68799013040155167E-07
+  4.78496842573364155E-07  4.88384529353323966E-07  4.98465679711100662E-07
+  5.08743967514787588E-07  5.19223135425520345E-07  5.29906996176765685E-07
+  5.40799433877314196E-07  5.51904405338419047E-07  5.63225941425522818E-07
+  5.74768148435029831E-07  5.86535209496588254E-07  5.98531386001349957E-07
+  6.10761019056692539E-07  6.23228530967890325E-07  6.35938426747229249E-07
+  6.48895295651086195E-07  6.62103812745468658E-07  6.75568740500564433E-07
+  6.89294930414814524E-07  7.03287324669078816E-07  7.17550957811426323E-07
+  7.32090958473140713E-07  7.46912551116493393E-07  7.62021057814894836E-07
+  7.77421900066004823E-07  7.93120600638421494E-07  8.09122785452561524E-07
+  8.25434185496372730E-07  8.42060638776519038E-07  8.59008092305685695E-07
+  8.76282604126684767E-07  8.93890345374037944E-07  9.11837602373716999E-07
+  9.30130778781769000E-07  9.48776397762524109E-07  9.67781104207127437E-07
+  9.87151666993143434E-07  1.00689498128598305E-06  1.02701807088293230E-06
+  1.04752809060056686E-06  1.06843232870635684E-06  1.08973820939527357E-06
+  1.11145329531223959E-06  1.13358529012125238E-06  1.15614204112206313E-06
+  1.17913154191527821E-06  1.20256193511677241E-06  1.22644151512234645E-06
+  1.25077873092352943E-06  1.27558218897549088E-06  1.30086065611802018E-06
+  1.32662306255054806E-06  1.35287850486221130E-06  1.37963624911798913E-06
+  1.40690573400192433E-06  1.43469657401850033E-06  1.46301856275324904E-06
+  1.49188167619366739E-06  1.52129607611157531E-06  1.55127211350804171E-06
+  1.58182033212202791E-06  1.61295147200393827E-06  1.64467647315526728E-06
+  1.67700647923556441E-06  1.70995284133796495E-06  1.74352712183454676E-06
+  1.77774109829280547E-06  1.81260676746456824E-06  1.84813634934866118E-06
+  1.88434229132872745E-06  1.92123727238754639E-06  1.95883420739929036E-06
+  1.99714625150115262E-06  2.03618680454581371E-06  2.07596951563622229E-06
+  2.11650828774423075E-06  2.15781728241464139E-06  2.19991092455618653E-06
+  2.24280390732112398E-06  2.28651119707502584E-06  2.33104803845844407E-06
+  2.37642995954215124E-06  2.42267277707768429E-06  2.46979260184495073E-06
+  2.51780584409866904E-06  2.56672921911550494E-06  2.61657975284371882E-06
+  2.66737478765726304E-06  2.71913198821621187E-06  2.77186934743550111E-06
+  2.82560519256401117E-06  2.88035819137597002E-06  2.93614735847678785E-06
+  2.99299206172542599E-06  3.05091202877545686E-06  3.10992735373697677E-06
+  3.17005850396164653E-06  3.23132632695307923E-06  3.29375205740495350E-06
+  3.35735732436912512E-06  3.42216415855621968E-06  3.48819499977108806E-06
+  3.55547270448564271E-06  3.62402055355159407E-06  3.69386226005569857E-06
+  3.76502197732009116E-06  3.83752430705042416E-06  3.91139430763453709E-06
+  3.98665750259440842E-06  4.06333988919422030E-06  4.14146794720746034E-06
+  4.22106864784589411E-06  4.30216946285354033E-06  4.38479837376852978E-06
+  4.46898388135605727E-06  4.55475501521554868E-06  4.64214134356524767E-06
+  4.73117298320748967E-06  4.82188060967800309E-06  4.91429546758264292E-06
+  5.00844938112498359E-06  5.10437476482831959E-06  5.20210463445563194E-06
+  5.30167261813117913E-06  5.40311296766745531E-06  5.50646057010123530E-06
+  5.61175095944263727E-06  5.71902032864108859E-06  5.82830554177217074E-06
+  5.93964414644946417E-06  6.05307438646554768E-06  6.16863521466625044E-06
+  6.28636630606265675E-06  6.40630807118505820E-06  6.52850166968342712E-06
+  6.65298902417890911E-06  6.77981283437096787E-06  6.90901659140488089E-06
+  7.04064459250439960E-06  7.17474195587446404E-06  7.31135463587891429E-06
+  7.45052943849829373E-06  7.59231403707290425E-06  7.73675698833634706E-06
+  7.88390774874492457E-06  8.03381669110832677E-06  8.18653512152715023E-06
+  8.34211529664297989E-06  8.50061044120660791E-06  8.66207476597050693E-06
+  8.82656348591122948E-06  8.99413283878813187E-06  9.16484010404428257E-06
+  9.33874362205618888E-06  9.51590281373840156E-06  9.69637820050992965E-06
+  9.88023142462878086E-06  1.00675252699016088E-05  1.02583236827752789E-05
+  1.04526917938174309E-05  1.06506959395931714E-05  1.08524036849452183E-05
+  1.10578838456848365E-05  1.12672065117013118E-05  1.14804430704973752E-05
+  1.16976662311587507E-05  1.19189500487655050E-05  1.21443699492535935E-05
+  1.23740027547346495E-05  1.26079267092826450E-05  1.28462215051959063E-05
+  1.30889683097432287E-05  1.33362497924030222E-05  1.35881501526045759E-05
+  1.38447551479806406E-05  1.41061521231407479E-05  1.43724300389748508E-05
+  1.46436795024969810E-05  1.49199927972390085E-05  1.52014639142044528E-05
+  1.54881885833925998E-05  1.57802643059037671E-05  1.60777903866358864E-05
+  1.63808679675837274E-05  1.66896000617515210E-05  1.70040915876905280E-05
+  1.73244494046728031E-05  1.76507823485129271E-05  1.79832012680497530E-05
+  1.83218190623000322E-05  1.86667507182966130E-05  1.90181133496233410E-05
+  1.93760262356600191E-05  1.97406108615498106E-05  2.01119909589031153E-05
+  2.04902925472507255E-05  2.08756439762605879E-05  2.12681759687317568E-05
+  2.16680216643802032E-05  2.20753166644307998E-05  2.24901990770302579E-05
+  2.29128095634962032E-05  2.33432913854178729E-05  2.37817904526234827E-05
+  2.42284553720311891E-05  2.46834374973987491E-05  2.51468909799892838E-05
+  2.56189728201693210E-05  2.60998429199567939E-05  2.65896641365358212E-05
+  2.70886023367564971E-05  2.75968264526376604E-05  2.81145085378908295E-05
+  2.86418238254843888E-05  2.91789507862667218E-05  2.97260711886679803E-05
+  3.02833701595004443E-05  3.08510362458770814E-05  3.14292614782692330E-05
+  3.20182414347245660E-05  3.26181753062654606E-05  3.32292659634912985E-05
+  3.38517200244045586E-05  3.44857479234852697E-05  3.51315639820350706E-05
+  3.57893864798150554E-05  3.64594377280008436E-05  3.71419441434790783E-05
+  3.78371363245098036E-05  3.85452491277799673E-05  3.92665217468733595E-05
+  4.00011977921831569E-05  4.07495253722931134E-05  4.15117571768546927E-05
+  4.22881505609874300E-05  4.30789676312305568E-05  4.38844753330736172E-05
+  4.47049455400961755E-05  4.55406551447450281E-05  4.63918861507793800E-05
+  4.72589257674146327E-05  4.81420665051953268E-05  4.90416062736298444E-05
+  4.99578484806179217E-05  5.08911021337047574E-05  5.18416819431947513E-05
+  5.28099084271589585E-05  5.37961080183709453E-05  5.48006131732060208E-05
+  5.58237624825403333E-05  5.68659007846860238E-05  5.79273792803995232E-05
+  5.90085556500015163E-05  6.01097941726466144E-05  6.12314658477821131E-05
+  6.23739485188362630E-05  6.35376269991762640E-05  6.47228932003780349E-05
+  6.59301462628492178E-05  6.71597926888498206E-05  6.84122464779521653E-05
+  6.96879292649870612E-05  7.09872704605197873E-05  7.23107073939034949E-05
+  7.36586854589554028E-05  7.50316582623062836E-05  7.64300877744685187E-05
+  7.78544444836761195E-05  7.93052075525444333E-05  8.07828649776024291E-05
+  8.22879137517499985E-05  8.38208600296924347E-05  8.53822192964082930E-05
+  8.69725165387043672E-05  8.85922864199148663E-05  9.02420734578018608E-05
+  9.19224322057162629E-05  9.36339274370765617E-05  9.53771343332288448E-05
+  9.71526386747470890E-05  9.89610370362382425E-05  1.00802936984714848E-04
+  1.02678957281601219E-04  1.04589728088437723E-04  1.06535891176352801E-04
+  1.08518100139369568E-04  1.10537020611617558E-04  1.12593330488521001E-04
+  1.14687720152034694E-04  1.16820892700003487E-04  1.18993564179717610E-04
+  1.21206463825743348E-04  1.23460334302103592E-04  1.25755931948889958E-04
+  1.28094027033386445E-04  1.30475404005785139E-04  1.32900861759580096E-04
+  1.35371213896722751E-04  1.37887288997625150E-04  1.40449930896100747E-04
+  1.43059998959330689E-04  1.45718368372948711E-04  1.48425930431335889E-04
+  1.51183592833220955E-04  1.53992279982682748E-04  1.56852933295651776E-04
+  1.59766511512011717E-04  1.62733991013402961E-04  1.65756366146828680E-04
+  1.68834649554174964E-04  1.71969872507744283E-04  1.75163085251917765E-04
+  1.78415357351054718E-04  1.81727778043743192E-04  1.85101456603515403E-04
+  1.88537522706147938E-04  1.92037126803663616E-04  1.95601440505157036E-04
+  1.99231656964568457E-04  2.02928991275530036E-04  2.06694680873415479E-04
+  2.10529985944719140E-04  2.14436189843903623E-04  2.18414599517841891E-04
+  2.22466545938001939E-04  2.26593384540505887E-04  2.30796495674209594E-04
+  2.35077285056947813E-04  2.39437184240091070E-04  2.43877651081565380E-04
+  2.48400170227488864E-04  2.53006253602578400E-04  2.57697440909487397E-04
+  2.62475300137235347E-04  2.67341428078889977E-04  2.72297450858675330E-04
+  2.77345024468670981E-04  2.82485835315276601E-04  2.87721600775619308E-04
+  2.93054069764082481E-04  2.98485023309137578E-04  3.04016275140665891E-04
+  3.09649672287959138E-04  3.15387095688591471E-04  3.21230460808358416E-04
+  3.27181718272481108E-04  3.33242854508280682E-04  3.39415892399529519E-04
+  3.45702891952685517E-04  3.52105950975228920E-04  3.58627205766315804E-04
+  3.65268831819968727E-04  3.72033044541034293E-04  3.78922099974131961E-04
+  3.85938295545834120E-04  3.93083970820306866E-04  4.00361508268661057E-04
+  4.07773334052253687E-04  4.15321918820193612E-04  4.23009778521306898E-04
+  4.30839475230817886E-04  4.38813617992014091E-04  4.46934863673158667E-04
+  4.55205917839929144E-04  4.63629535643656236E-04  4.72208522725649227E-04
+  4.80945736137892597E-04  4.89844085280410685E-04  4.98906532855592465E-04
+  5.08136095839791793E-04  5.17535846472498931E-04  5.27108913263402276E-04
+  5.36858482017664148E-04  5.46787796879735126E-04  5.56900161396025814E-04
+  5.67198939596798247E-04  5.77687557097586826E-04  5.88369502220532567E-04
+  5.99248327135955619E-04  6.10327649024545397E-04  6.21611151260530680E-04
+  6.33102584616200689E-04  6.44805768488161159E-04  6.56724592145710960E-04
+  6.68863016001735970E-04  6.81225072906514306E-04  6.93814869464845128E-04
+  7.06636587376916923E-04  7.19694484803338856E-04  7.32992897754748923E-04
+  7.46536241506463817E-04  7.60329012038583906E-04  7.74375787502031357E-04
+  7.88681229710962335E-04  8.03250085662035227E-04  8.18087189080996739E-04
+  8.33197461997089170E-04  8.48585916345746469E-04  8.64257655600104914E-04
+  8.80217876431818699E-04  8.96471870401714058E-04  9.13025025680799535E-04
+  9.29882828802167344E-04  9.47050866444346237E-04  9.64534827246640077E-04
+  9.82340503657035732E-04  1.00047379381324473E-03  1.01894070345746163E-03
+  1.03774734788544256E-03  1.05689995393049561E-03  1.07640486198301599E-03
+  1.09626852804616502E-03  1.11649752582835822E-03  1.13709854887319387E-03
+  1.15807841272747101E-03  1.17944405714799183E-03  1.20120254834780267E-03
+  1.22336108128258359E-03  1.24592698197788882E-03  1.26890770989793547E-03
+  1.29231086035669633E-03  1.31614416697202604E-03  1.34041550416355137E-03
+  1.36513288969514310E-03  1.39030448726268916E-03  1.41593860912800286E-03
+  1.44204371879965592E-03  1.46862843376155969E-03  1.49570152825011476E-03
+  1.52327193608079608E-03  1.55134875352503049E-03  1.57994124223821263E-03
+  1.60905883223979359E-03  1.63871112494632775E-03  1.66890789625838377E-03
+  1.69965909970228122E-03  1.73097486962758536E-03  1.76286552446134562E-03
+  1.79534157002003204E-03  1.82841370288020551E-03  1.86209281380891336E-03
+  1.89638999125485430E-03  1.93131652490135045E-03  1.96688390928222503E-03
+  2.00310384746162388E-03  2.03998825477893966E-03  2.07754926265991350E-03
+  2.11579922249508553E-03  2.15475070958674004E-03  2.19441652716550551E-03
+  2.23480971047787871E-03  2.27594353094577638E-03  2.31783150039948553E-03
+  2.36048737538512368E-03  2.40392516154803310E-03  2.44815911809329956E-03
+  2.49320376232477128E-03  2.53907387426390583E-03  2.58578450134980958E-03
+  2.63335096322183434E-03  2.68178885658620567E-03  2.73111406016802484E-03
+  2.78134273975016218E-03  2.83249135330051549E-03  2.88457665618910937E-03
+  2.93761570649655069E-03  2.99162587041547400E-03  3.04662482774643428E-03
+  3.10263057748994290E-03  3.15966144353623749E-03  3.21773608045442146E-03
+  3.27687347938268115E-03  3.33709297402128013E-03  3.39841424673005847E-03
+  3.46085733473217635E-03  3.52444263642597531E-03  3.58919091780662055E-03
+  3.65512331899954046E-03  3.72226136090741217E-03  3.79062695197267307E-03
+  3.86024239505743452E-03  3.93113039444282011E-03  4.00331406294966632E-03
+  4.07681692918265143E-03  4.15166294489990612E-03  4.22787649251018301E-03
+  4.30548239269969851E-03  4.38450591219085098E-03  4.46497277163490809E-03
+  4.54690915364102267E-03  4.63034171094369763E-03  4.71529757471106283E-03
+  4.80180436299632897E-03  4.88989018933462007E-03  4.97958367148781597E-03
+  5.07091394033962455E-03  5.16391064894347260E-03  5.25860398172571780E-03
+  5.35502466384668325E-03  5.45320397072209841E-03  5.55317373770763782E-03
+  5.65496636994918152E-03  5.75861485240143200E-03  5.86415276001776061E-03
+  5.97161426811398163E-03  6.08103416290884345E-03  6.19244785224426757E-03
+  6.30589137648802575E-03  6.42140141962196410E-03  6.53901532051875435E-03
+  6.65877108441011861E-03  6.78070739454966938E-03  6.90486362407357040E-03
+  7.03127984806201523E-03  7.15999685580491659E-03  7.29105616327496708E-03
+  7.42450002581139957E-03  7.56037145101783655E-03  7.69871421187762542E-03
+  7.83957286009010282E-03  7.98299273963124813E-03  8.12902000054247301E-03
+  8.27770161295078750E-03  8.42908538132441411E-03  8.58321995896726628E-03
+  8.74015486275610438E-03  8.89994048812429994E-03  9.06262812429591523E-03
+  9.22826996977405521E-03  9.39691914808754580E-03  9.56862972379981906E-03
+  9.74345671878417384E-03  9.92145612876956483E-03  1.01026849401609688E-02
+  1.02872011471386807E-02  1.04750637690408828E-02  1.06663328680336768E-02
+  1.08610695670731169E-02  1.10593360681636756E-02  1.12611956709176893E-02
+  1.14667127914202718E-02  1.16759529814045079E-02  1.18889829477414680E-02
+  1.21058705722499205E-02  1.23266849318304696E-02  1.25514963189290920E-02
+  1.27803762623349536E-02  1.30133975483175089E-02  1.32506342421080409E-02
+  1.34921617097306518E-02  1.37380566401879341E-02  1.39883970680066035E-02
+  1.42432623961484730E-02  1.45027334192919088E-02  1.47668923474895339E-02
+  1.50358228302074730E-02  1.53096099807516640E-02  1.55883404010871678E-02
+  1.58721022070558056E-02  1.61609850539981524E-02  1.64550801627856916E-02
+  1.67544803462686964E-02  1.70592800361464327E-02  1.73695753102650514E-02
+  1.76854639203497047E-02  1.80070453201767663E-02  1.83344206941926796E-02
+  1.86676929865851847E-02  1.90069669308141342E-02  1.93523490796072700E-02
+  1.97039478354284064E-02  2.00618734814238045E-02  2.04262382128539699E-02
+  2.07971561690169573E-02  2.11747434656704668E-02  2.15591182279591190E-02
+  2.19504006238541056E-02  2.23487128981117583E-02  2.27541794067585255E-02
+  2.31669266521088643E-02  2.35870833183235949E-02  2.40147803075156617E-02
+  2.44501507764107416E-02  2.48933301735696846E-02  2.53444562771804535E-02
+  2.58036692334267272E-02  2.62711115954409220E-02  2.67469283628488826E-02
+  2.72312670219139186E-02  2.77242775862880687E-02  2.82261126383776817E-02
+  2.87369273713317906E-02  2.92568796316605498E-02  2.97861299624919314E-02
+  3.03248416474740864E-02  3.08731807553320192E-02  3.14313161850858780E-02
+  3.19994197119392448E-02  3.25776660338455704E-02  3.31662328187606395E-02
+  3.37653007525893223E-02  3.43750535878347419E-02  3.49956781929581448E-02
+  3.56273646024579185E-02  3.62703060676754091E-02  3.69246991083367615E-02
+  3.75907435648382832E-02  3.82686426512841640E-02  3.89586030092846994E-02
+  3.96608347625238764E-02  4.03755515721039154E-02  4.11029706926757388E-02
+  4.18433130293642055E-02  4.25968031954951643E-02  4.33636695711344042E-02
+  4.41441443624457711E-02  4.49384636618773287E-02  4.57468675091840318E-02
+  4.65695999532949184E-02  4.74069091150335076E-02  4.82590472507001822E-02
+  4.91262708165237094E-02  5.00088405339913014E-02  5.09070214560651477E-02
+  5.18210830342929613E-02  5.27512991868219761E-02  5.36979483673235489E-02
+  5.46613136348362560E-02  5.56416827245367271E-02  5.66393481194446408E-02
+  5.76546071230703630E-02  5.86877619330133590E-02  5.97391197155184225E-02
+  6.08089926809974868E-02  6.18976981605245738E-02  6.30055586833112302E-02
+  6.41329020551692913E-02  6.52800614379689254E-02  6.64473754300975300E-02
+  6.76351881479280992E-02  6.88438493083018271E-02  7.00737143120329919E-02
+  7.13251443284415310E-02  7.25985063809197889E-02  7.38941734335392258E-02
+  7.52125244787027886E-02  7.65539446258493433E-02  7.79188251912137364E-02
+  7.93075637886489632E-02  8.07205644215157753E-02  8.21582375756414601E-02
+  8.36210003133557450E-02  8.51092763686055881E-02  8.66234962431529504E-02
+  8.81640973038590181E-02  8.97315238810587751E-02  9.13262273680271186E-02
+  9.29486663215402659E-02  9.45993065635339914E-02  9.62786212838601108E-02
+  9.79870911441433207E-02  9.97252043827375340E-02  1.01493456920784125E-01
+  1.03292352469371046E-01  1.05122402637792128E-01  1.06984127042906149E-01
+  1.08878053419593390E-01  1.10804717732308974E-01  1.12764664287729313E-01
+  1.14758445848488377E-01  1.16786623748001528E-01  1.18849768006371564E-01
+  1.20948457447371593E-01  1.23083279816500746E-01  1.25254831900104918E-01
+  1.27463719645556750E-01  1.29710558282487204E-01  1.31995972445058674E-01
+  1.34320596295273736E-01  1.36685073647305672E-01  1.39090058092844249E-01
+  1.41536213127440746E-01  1.44024212277844593E-01  1.46554739230313980E-01
+  1.49128487959888367E-01  1.51746162860608130E-01  1.54408478876663424E-01
+  1.57116161634456714E-01  1.59869947575559473E-01  1.62670584090544967E-01
+  1.65518829653675148E-01  1.68415453958421724E-01  1.71361238053796577E-01
+  1.74356974481470833E-01  1.77403467413654120E-01  1.80501532791707525E-01
+  1.83651998465466454E-01  1.86855704333238698E-01  1.90113502482452346E-01
+  1.93426257330917006E-01  1.96794845768667098E-01  2.00220157300352641E-01
+  2.03703094188140837E-01  2.07244571595087551E-01  2.10845517728943055E-01
+  2.14506873986347046E-01  2.18229595097373746E-01  2.22014649270374176E-01
+  2.25863018337080362E-01  2.29775697897911635E-01  2.33753697467439264E-01
+  2.37798040619954909E-01  2.41909765135086524E-01  2.46089923143407857E-01
+  2.50339581271980249E-01  2.54659820789768232E-01  2.59051737752862388E-01
+  2.63516443149448720E-01  2.68055063044450204E-01  2.72668738723776005E-01
+  2.77358626838104416E-01  2.82125899546121328E-01  2.86971744657139205E-01
+  2.91897365773017170E-01  2.96903982429294666E-01  3.01992830235459031E-01
+  3.07165161014251953E-01  3.12422242939928763E-01  3.17765360675374420E-01
+  3.23195815507974049E-01  3.28714925484147769E-01  3.34324025542435677E-01
+  3.40024467645033135E-01  3.45817620907664158E-01  3.51704871727679058E-01
+  3.57687623910260100E-01  3.63767298792615490E-01  3.69945335366038408E-01
+  3.76223190395702012E-01  3.82602338538061526E-01  3.89084272455729852E-01
+  3.95670502929681644E-01  4.02362558968653361E-01  4.09161987915586722E-01
+  4.16070355550967053E-01  4.23089246192901280E-01  4.30220262793779784E-01
+  4.37465027033357434E-01  4.44825179408085802E-01  4.52302379316530334E-01
+  4.59898305140688912E-01  4.67614654323044054E-01  4.75453143439144021E-01
+  4.83415508265547356E-01  4.91503503842920408E-01  4.99718904534093344E-01
+  5.08063504076872952E-01  5.16539115631399537E-01  5.25147571821843684E-01
+  5.33890724772210556E-01  5.42770446136037976E-01  5.51788627119758401E-01
+  5.60947178499490162E-01  5.70248030631009373E-01  5.79693133452676146E-01
+  5.89284456481052654E-01  5.99023988798952689E-01  6.08913739035678581E-01
+  6.18955735339162261E-01  6.29152025339746235E-01  6.39504676105327463E-01
+  6.50015774087573939E-01  6.60687425058930522E-01  6.71521754040118157E-01
+  6.82520905217823937E-01  6.93687041852268482E-01  7.05022346174351444E-01
+  7.16529019272049039E-01  7.28209280965731010E-01  7.40065369672083251E-01
+  7.52099542256280396E-01  7.64314073872082500E-01  7.76711257789492793E-01
+  7.89293405209631094E-01  8.02062845066457752E-01  8.15021923814982396E-01
+  8.28173005205577240E-01  8.41518470044029798E-01  8.55060715936939886E-01
+  8.68802157022068089E-01  8.82745223683245595E-01  8.96892362249437469E-01
+  9.11246034677555050E-01  9.25808718218594673E-01  9.40582905066691954E-01
+  9.55571101990659533E-01  9.70775829947573166E-01  9.86199623677991188E-01
+  1.00184503128231883E+00  1.01771461377792649E+00  1.03381094463652201E+00
+  1.05013660930134733E+00  1.06669420468372067E+00  1.08348633863846922E+00
+  1.10051562941776004E+00  1.11778470510288042E+00  1.13529620301345857E+00
+  1.15305276909365517E+00  1.17105705727484466E+00  1.18931172881425140E+00
+  1.20781945160910897E+00  1.22658289948578592E+00  1.24560475146340521E+00
+  1.26488769099144127E+00  1.28443440516079432E+00  1.30424758388782314E+00
+  1.32432991907083020E+00  1.34468410371848868E+00  1.36531283104968204E+00
+  1.38621879356427713E+00  1.40740468208425540E+00  1.42887318476475245E+00
+  1.45062698607444740E+00  1.47266876574480032E+00  1.49500119768763784E+00
+  1.51762694888054828E+00  1.54054867821960673E+00  1.56376903533890910E+00
+  1.58729065939641600E+00  1.61111617782560401E+00  1.63524820505243862E+00
+  1.65968934117718825E+00  1.68444217062055634E+00  1.70950926073371523E+00
+  1.73489316037171992E+00  1.76059639842987892E+00  1.78662148234259832E+00
+  1.81297089654428123E+00  1.83964710089183114E+00  1.86665252904835133E+00
+  1.89398958682761576E+00  1.92166065049892310E+00  1.94966806505195689E+00
+  1.97801414242124785E+00  2.00670115966993068E+00  2.03573135713242337E+00
+  2.06510693651572286E+00  2.09483005895900609E+00  2.12490284305126176E+00
+  2.15532736280667558E+00  2.18610564559754916E+00  2.21723967004452049E+00
+  2.24873136386388373E+00  2.28058260167187710E+00  2.31279520274571793E+00
+  2.34537092874137088E+00  2.37831148136788828E+00  2.41161850001827638E+00
+  2.44529355935692072E+00  2.47933816686347752E+00  2.51375376033337794E+00
+  2.54854170533494928E+00  2.58370329262331699E+00  2.61923973551120248E+00
+  2.65515216719684544E+00  2.69144163804928027E+00  2.72810911285121271E+00
+  2.76515546799987266E+00  2.80258148866619461E+00  2.84038786591272219E+00
+  2.87857519377075644E+00  2.91714396627721495E+00  2.95609457447182411E+00
+  2.99542730335523277E+00  3.03514232880878243E+00  3.07523971447662081E+00
+  3.11571940861105512E+00  3.15658124088185410E+00  3.19782491915064915E+00
+  3.23945002621121603E+00  3.28145601649687446E+00  3.32384221275602343E+00
+  3.36660780269707649E+00  3.40975183560406592E+00  3.45327321892427186E+00
+  3.49717071482926878E+00  3.54144293675098121E+00  3.58608834589424674E+00
+  3.63110524772764531E+00  3.67649178845423119E+00  3.72224595146418213E+00
+  3.76836555377111271E+00  3.81484824243420473E+00  3.86169149096820430E+00
+  3.90889259574347703E+00  3.95644867237847109E+00  4.00435665212691205E+00
+  4.05261327826228790E+00  4.10121510246214704E+00  4.15015848119497655E+00
+  4.19943957211233432E+00  4.24905433044925829E+00  4.29899850543586659E+00
+  4.34926763672328054E+00  4.39985705082706691E+00  4.45076185759152398E+00
+  4.50197694667825576E+00  4.55349698408252213E+00  4.60531640868107317E+00
+  4.65742942881514033E+00  4.70983001891257214E+00  4.76251191615294278E+00
+  4.81546861717983621E+00  4.86869337486450871E+00  4.92217919512514257E+00
+  4.97591883380623390E+00  5.02990479362258913E+00  5.08412932117257199E+00
+  5.13858440402542271E+00  5.19326176788743599E+00  5.24815287385203444E+00
+  5.30324891573878343E+00  5.35854081752663269E+00  5.41401923088645809E+00
+  5.46967453281860028E+00  5.52549682340066806E+00  5.58147592365127743E+00
+  5.63760137351546309E+00  5.69386242997746717E+00  5.75024806530685417E+00
+  5.80674696544384528E+00  5.86334752852999230E+00  5.92003786359023199E+00
+  5.97680578937264784E+00  6.03363883335198370E+00  6.09052423090354189E+00
+  6.14744892465364146E+00  6.20439956401315840E+00  6.26136250490067603E+00
+  6.31832380966179130E+00  6.37526924719110077E+00  6.43218429326359331E+00
+  6.48905413108198559E+00  6.54586365204673193E+00  6.60259745675540177E+00
+  6.65923985623792003E+00  6.71577487343460877E+00  6.77218624492346688E+00
+  6.82845742290339697E+00  6.88457157743995296E+00  6.94051159898015868E+00
+  6.99626010114289976E+00  7.05179942379128377E+00  7.10711163639337329E+00
+  7.16217854167749390E+00  7.21698167958832837E+00  7.27150233154987635E+00
+  7.32572152504107343E+00  7.37962003849005477E+00  7.43317840649257811E+00
+  7.48637692536014221E+00  7.53919565900307287E+00  7.59161444515371464E+00
+  7.64361290193462484E+00  7.69517043477651175E+00  7.74626624369023808E+00
+  7.79687933089725238E+00  7.84698850882230214E+00  7.89657240845199659E+00
+  7.94560948806278056E+00  7.99407804232119723E+00  8.04195621175916386E+00
+  8.08922199262664243E+00  8.13585324712376767E+00  8.18182771401388109E+00
+  8.22712301961883519E+00  8.27171668919723757E+00  8.31558615870612350E+00
+  8.35870878694578145E+00  8.40106186808739253E+00  8.44262264458216372E+00
+  8.48336832045066913E+00  8.52327607495009509E+00  8.56232307661692182E+00
+  8.60048649768179096E+00  8.63774352885280017E+00  8.67407139446301123E+00
+  8.70944736797701324E+00  8.74384878785121344E+00  8.77725307374149288E+00
+  8.80963774305149983E+00  8.84098042781390170E+00  8.87125889189664285E+00
+  8.90045104852505986E+00  8.92853497811052321E+00  8.95548894637505732E+00
+  8.98129142276111914E+00  9.00592109911459460E+00  9.02935690862861584E+00
+  9.05157804503487817E+00  9.07256398202835435E+00  9.09229449291081693E+00
+  9.11074967043725259E+00  9.12790994684917401E+00  9.14375611407737132E+00
+  9.15826934409647642E+00  9.17143120941232937E+00  9.18322370366296781E+00
+  9.19362926231276134E+00  9.20263078341868912E+00  9.21021164844711393E+00
+  9.21635574311824435E+00  9.22104747825518345E+00  9.22427181061346424E+00
+  9.22601426366613353E+00  9.22626094831912802E+00  9.22499858353070223E+00
+  9.22221451680791482E+00  9.21789674455285457E+00  9.21203393223034084E+00
+  9.20461543432843143E+00  9.19563131408240686E+00  9.18507236293235962E+00
+  9.17293011968394723E+00  9.15919688934165954E+00  9.14386576158295306E+00
+  9.12693062884193651E+00  9.10838620397024989E+00  9.08822803744281948E+00
+  9.06645253407593898E+00  9.04305696922460633E+00  9.01803950442614521E+00
+  8.99139920245692714E+00  8.96313604176889633E+00  8.93325093027262795E+00
+  8.90174571843371254E+00  8.86862321164938905E+00  8.83388718187227973E+00
+  8.79754237844891129E+00  8.75959453814011368E+00  8.72005039429185658E+00
+  8.67891768512437878E+00  8.63620516110892211E+00  8.59192259140147030E+00
+  8.54608076930378679E+00  8.49869151672244527E+00  8.44976768759801011E+00
+  8.39932317027676234E+00  8.34737288879859740E+00  8.29393280307612457E+00
+  8.23901990794046313E+00  8.18265223103113648E+00  8.12484882950820264E+00
+  8.06562978556668675E+00  8.00501620073430153E+00  7.94303018893553947E+00
+  7.87969486830637411E+00  7.81503435174585981E+00  7.74907373619260031E+00
+  7.68183909061573189E+00  7.61335744271247172E+00  7.54365676430575416E+00
+  7.47276595543800415E+00  7.40071482715893403E+00  7.32753408300773756E+00
+  7.25325529919211842E+00  7.17791090346906824E+00  7.10153415273464006E+00
+  7.02415910933247645E+00  6.94582061609323631E+00  6.86655427011981168E+00
+  6.78639639533544514E+00  6.70538401381493987E+00  6.62355481592140460E+00
+  6.54094712927376687E+00  6.45759988657307105E+00  6.37355259231805249E+00
+  6.28884528844339297E+00  6.20351851891654160E+00  6.11761329333184101E+00
+  6.03117104954320382E+00  5.94423361537942796E+00  5.85684316948842465E+00
+  5.76904220135983792E+00  5.68087347057744374E+00  5.59237996535544735E+00
+  5.50360486041530272E+00  5.41459147426168563E+00  5.32538322591882363E+00
+  5.23602359119032279E+00  5.14655605850780873E+00  5.05702408443555562E+00
+  4.96747104890028002E+00  4.87794021021673618E+00  4.78847465998168076E+00
+  4.69911727790994149E+00  4.60991068668777348E+00  4.52089720691981523E+00
+  4.43211881224700388E+00  4.34361708471354380E+00  4.25543317046179403E+00
+  4.16760773583436617E+00  4.08018092396303711E+00  3.99319231192414836E+00
+  3.90668086854023011E+00  3.82068491290701173E+00  3.73524207372486572E+00
+  3.65038924951271504E+00  3.56616256978171497E+00  3.48259735724480768E+00
+  3.39972809113701091E+00  3.31758837171964993E+00  3.23621088604007001E+00
+  3.15562737501636414E+00  3.07586860191443989E+00  2.99696432228245202E+00
+  2.91894325540483957E+00  2.84183305733565028E+00  2.76566029556758108E+00
+  2.69045042539022150E+00  2.61622776798732204E+00  2.54301549031959695E+00
+  2.47083558683570859E+00  2.39970886305018016E+00  2.32965492102296379E+00
+  2.26069214677119890E+00  2.19283769963930730E+00  2.12610750364923851E+00
+  2.06051624084790763E+00  1.99607734666449033E+00  1.93280300728526111E+00
+  1.87070415904895526E+00  1.80979048986080349E+00  1.75007044261843103E+00
+  1.69155122063791685E+00  1.63423879506341230E+00  1.57813791423875371E+00
+  1.52325211501468005E+00  1.46958373596038117E+00  1.41713393244333763E+00
+  1.36590269353673643E+00  1.31588886070913236E+00  1.26709014824651067E+00
+  1.21950316535260739E+00  1.17312343986907353E+00  1.12794544355306781E+00
+  1.08396261884596212E+00  1.04116740706318001E+00  9.99551277931730708E-01
+  9.59104760398746037E-01  9.19817474631293375E-01  8.81678165125047375E-01
+  8.44674734836810437E-01  8.08794280253719688E-01  7.74023127309953707E-01
+  7.40346868060148489E-01  7.07750398017316207E-01  6.76217954062009352E-01
+  6.45733152828695922E-01  6.16279029474866902E-01  5.87838076738232629E-01
+  5.60392284187546830E-01  5.33923177573052410E-01  5.08411858183344223E-01
+  4.83839042116529561E-01  4.60185099374942841E-01  4.37430092694370110E-01
+  4.15553816020705791E-01  3.94535832549213650E-01  3.74355512244073207E-01
+  3.54992068758680446E-01  3.36424595680177685E-01  3.18632102024948793E-01
+  3.01593546915263799E-01  2.85287873370944134E-01  2.69694041153753838E-01
+  2.54791058606241461E-01  2.40558013430929585E-01  2.26974102360031044E-01
+  2.14018659670292710E-01  2.01671184502048267E-01  1.89911366946139248E-01
+  1.78719112866980584E-01  1.68074567434696093E-01  1.57958137343904570E-01
+  1.48350511701399929E-01  1.39232681569579769E-01  1.30585958157051346E-01
+  1.22391989652356065E-01  1.14632776701164313E-01  1.07290686531612056E-01
+  1.00348465736645992E-01  9.37892517262989001E-02  8.75965828667227553E-02
+  8.17544073265477900E-02  7.62470906546939692E-02  7.10594221171274160E-02
+  6.61766198232252578E-02  6.15843346753612852E-02  5.72686531780620400E-02
+  5.32160991455900567E-02  4.94136343490865909E-02  4.58486581464435244E-02
+  4.25090061398757310E-02  3.93829479077220171E-02  3.64591838583208025E-02
+  3.37268412548853841E-02  3.11754694611405363E-02  2.87950344580923182E-02
+  2.65759126826758188E-02  2.45088842391813430E-02  2.25851255342953243E-02
+  2.07962013863212808E-02  1.91340566586741395E-02  1.75910074670808970E-02
+  1.61597320090784875E-02  1.48332610633910376E-02  1.36049682056016159E-02
+  1.24685597852222333E-02  1.14180647078217026E-02  1.04478240643077393E-02
+  9.55248064778892181E-03  8.72696839667830467E-03  7.96650180085601081E-03
+  7.26656530579564055E-03  6.62290274759313926E-03  6.03150684982715814E-03
+  5.48860881114213509E-03  4.99066801038849754E-03  4.53436185409211712E-03
+  4.11657578896733583E-03  3.73439350014557418E-03  3.38508731377408370E-03
+  3.06610882065666990E-03  2.77507973566829035E-03  2.50978300578629963E-03
+  2.26815417775018575E-03  2.04827303459492521E-03  1.84835550860650770E-03
+  1.66674587662682806E-03  1.50190924209265479E-03  1.35242430673390875E-03
+  1.21697643348231020E-03  1.09435100085470381E-03  9.83427047877581282E-04
+  8.83171207511101487E-04  7.92631925512372383E-04  7.10933960748524538E-04
+  6.37273162129119641E-04  5.70911516573241657E-04  5.11172461757229083E-04
+  4.57436456802094065E-04  4.09136803552457315E-04  3.65755710668271244E-04
+  3.26820592393388377E-04  2.91900593577461211E-04  2.60603332306100428E-04
+  2.32571851334605534E-04  2.07481769418947556E-04  1.85038623589843065E-04
+  1.64975393417591865E-04  1.47050198362657487E-04  1.31044159395607635E-04
+  1.16759416195945774E-04  1.04017291398493135E-04  9.26565935445054848E-05
+  8.25320506087830761E-05  7.35128662101051597E-05  6.54813908668942899E-05
+  5.83319009298388099E-05  5.19694781051679674E-05  4.63089827735021432E-05
+  4.12741146069906710E-05  3.67965542893205832E-05  3.28151804468451187E-05
+  2.92753562024735298E-05  2.61282800652084050E-05  2.33303961656409911E-05
+  2.08428591398487118E-05  1.86310492496843055E-05  1.66641336052994804E-05
+  1.49146696249662431E-05  1.33582471270691135E-05  1.19731656989171104E-05
+  1.07401442262811260E-05  9.64205969594619805E-06  8.66371260084673534E-06
+  7.79161648339969605E-06  7.01380934744126923E-06  6.31968485276579183E-06
+  5.69984137880189457E-06  5.14594720564444995E-06  4.65062021175698290E-06
+  4.20732062847999940E-06  3.81025552238034658E-06  3.45429379784148526E-06
+  3.13489062453633673E-06  2.84802029797393196E-06  2.59011663661159271E-06
+  2.35802010652701458E-06  2.14893094480127866E-06  1.96036762602662689E-06
+  END     
+   CORETAIL_DENSITY   
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00
+  END     
+   PSEUDO_VALENCE_DENSITY          1749
+  0.00000000000000000E+00  8.89803644685675727E-16  3.59203366389840569E-15
+  8.15671358676537694E-15  1.46349435834655508E-14  2.30789217643230899E-14
+  3.35419658854587670E-14  4.60785354686332807E-14  6.07442543430592177E-14
+  7.75959336170980541E-14  9.66915950879151646E-14  1.18090495097305574E-13
+  1.41853148842067880E-13  1.68041355147442115E-13  1.96718221712312751E-13
+  2.27948190835010140E-13  2.61797065628728803E-13  2.98332036735745009E-13
+  3.37621709549775384E-13  3.79736131956011824E-13  4.24746822598526830E-13
+  4.72726799684938008E-13  5.23750610338385526E-13  5.77894360507103970E-13
+  6.35235745441988849E-13  6.95854080752850964E-13  7.59830334054142573E-13
+  8.27247157211236589E-13  8.98188919198471756E-13  9.72741739580436331E-13
+  1.05099352262814882E-12  1.13303399208201105E-12  1.21895472657366212E-12
+  1.30884919571902748E-12  1.40281279689514724E-12  1.50094289271357654E-12
+  1.60333884920336151E-12  1.71010207471689414E-12  1.82133605957215397E-12
+  1.93714641644507479E-12  2.05764092152614176E-12  2.18292955645540072E-12
+  2.31312455105052619E-12  2.44834042684271434E-12  2.58869404143550791E-12
+  2.73430463370197035E-12  2.88529386983580070E-12  3.04178589027242886E-12
+  3.20390735749627171E-12  3.37178750475075785E-12  3.54555818566794020E-12
+  3.72535392483491074E-12  3.91131196931447074E-12  4.10357234113792679E-12
+  4.30227789078810767E-12  4.50757435169112596E-12  4.71961039573569951E-12
+  4.93853768983922795E-12  5.16451095358015837E-12  5.39768801791650452E-12
+  5.63822988501084131E-12  5.88630078918240228E-12  6.14206825900728773E-12
+  6.40570318058821964E-12  6.67737986201567918E-12  6.95727609904261739E-12
+  7.24557324199537851E-12  7.54245626394392254E-12  7.84811383015479889E-12
+  8.16273836885079010E-12  8.48652614330163114E-12  8.81967732527052715E-12
+  9.16239606984188262E-12  9.51489059165587576E-12  9.87737324257610389E-12
+  1.02500605908171186E-11  1.06331735015589168E-11  1.10269372190762041E-11
+  1.14315814504106044E-11  1.18473404506145461E-11  1.22744531095962033E-11
+  1.27131630405951883E-11  1.31637186703194955E-11  1.36263733307744494E-11
+  1.41013853528155856E-11  1.45890181614569217E-11  1.50895403729680051E-11
+  1.56032258937925208E-11  1.61303540213226589E-11  1.66712095465636988E-11
+  1.72260828587240062E-11  1.77952700517663125E-11  1.83790730329567691E-11
+  1.89777996334489657E-11  1.95917637209408113E-11  2.02212853144427781E-11
+  2.08666907011969277E-11  2.15283125557866412E-11  2.22064900614779015E-11
+  2.29015690338335587E-11  2.36139020466428602E-11  2.43438485602095998E-11
+  2.50917750520422309E-11  2.58580551499912324E-11  2.66430697678787570E-11
+  2.74472072436671971E-11  2.82708634802138080E-11  2.91144420886594819E-11
+  2.99783545345007012E-11  3.08630202863945002E-11  3.17688669677472998E-11
+  3.26963305111393689E-11  3.36458553156376587E-11  3.46178944070507051E-11
+  3.56129096011801474E-11  3.66313716701249963E-11  3.76737605116947961E-11
+  3.87405653219900409E-11  3.98322847712080856E-11  4.09494271827354646E-11
+  4.20925107155865889E-11  4.32620635502515840E-11  4.44586240780170789E-11
+  4.56827410938231967E-11  4.69349739927238497E-11  4.82158929700164058E-11
+  4.95260792251092493E-11  5.08661251691966150E-11  5.22366346368111734E-11
+  5.36382231013271533E-11  5.50715178944864769E-11  5.65371584300230120E-11
+  5.80357964314615794E-11  5.95680961641681131E-11  6.11347346717312022E-11
+  6.27364020167543352E-11  6.43738015261416929E-11  6.60476500409603760E-11
+  6.77586781709638667E-11  6.95076305538642048E-11  7.12952661194402109E-11
+  7.31223583585713114E-11  7.49896955972897392E-11  7.68980812759429138E-11
+  7.88483342335615018E-11  8.08412889975296798E-11  8.28777960786562262E-11
+  8.49587222717462752E-11  8.70849509617762357E-11  8.92573824357757150E-11
+  9.14769342005223884E-11  9.37445413061575182E-11  9.60611566758324978E-11
+  9.84277514414980007E-11  1.00845315285949393E-10  1.03314856791245200E-10
+  1.05837403793616828E-10  1.08414003744989188E-10  1.11045724081235735E-10
+  1.13733652597292353E-10  1.16478897829258747E-10  1.19282589443613281E-10
+  1.22145878633678948E-10  1.25069938523469066E-10  1.28055964579054028E-10
+  1.31105175027586616E-10  1.34218811284127824E-10  1.37398138386418596E-10
+  1.40644445437745058E-10  1.43959046058046487E-10  1.47343278843419354E-10
+  1.50798507834173142E-10  1.54326122991597257E-10  1.57927540683598491E-10
+  1.61604204179376972E-10  1.65357584153303722E-10  1.69189179198175502E-10
+  1.73100516348016277E-10  1.77093151610605596E-10  1.81168670509912207E-10
+  1.85328688638617826E-10  1.89574852220917821E-10  1.93908838685788272E-10
+  1.98332357250915531E-10  2.02847149517484506E-10  2.07454990076026703E-10
+  2.12157687123534419E-10  2.16957083092049508E-10  2.21855055288937644E-10
+  2.26853516549067715E-10  2.31954415899114934E-10  2.37159739234213369E-10
+  2.42471510007184784E-10  2.47891789930581732E-10  2.53422679691776101E-10
+  2.59066319681338969E-10  2.64824890734958597E-10  2.70700614889144827E-10
+  2.76695756150975291E-10  2.82812621282147957E-10  2.89053560597599981E-10
+  2.95420968778966415E-10  3.01917285703150391E-10  3.08544997286289133E-10
+  3.15306636343397535E-10  3.22204783463980816E-10  3.29242067903912758E-10
+  3.36421168493881486E-10  3.43744814564707358E-10  3.51215786889846201E-10
+  3.58836918645401227E-10  3.66611096387959599E-10  3.74541261050590112E-10
+  3.82630408957336995E-10  3.90881592856551405E-10  3.99297922973409791E-10
+  4.07882568081976727E-10  4.16638756597171826E-10  4.25569777687009614E-10
+  4.34678982405489402E-10  4.43969784846516991E-10  4.53445663319246434E-10
+  4.63110161545243287E-10  4.72966889877864376E-10  4.83019526544276934E-10
+  4.93271818910529550E-10  5.03727584770099906E-10  5.14390713656361210E-10
+  5.25265168179406675E-10  5.36354985387678554E-10  5.47664278154873543E-10
+  5.59197236592576086E-10  5.70958129489110304E-10  5.82951305775091251E-10
+  5.95181196016164452E-10  6.07652313933445767E-10  6.20369257952172957E-10
+  6.33336712779082460E-10  6.46559451009054902E-10  6.60042334761570552E-10
+  6.73790317347511968E-10  6.87808444966895639E-10  7.02101858438095852E-10
+  7.16675794959137520E-10  7.31535589901665016E-10  7.46686678638187049E-10
+  7.62134598403202948E-10  7.77884990188858677E-10  7.93943600675751512E-10
+  8.10316284199547397E-10  8.27009004754069727E-10  8.44027838031529887E-10
+  8.61378973500597891E-10  8.79068716523006607E-10  8.97103490509399090E-10
+  9.15489839115155924E-10  9.34234428476939712E-10  9.53344049490695991E-10
+  9.72825620131903843E-10  9.92686187818840734E-10  1.01293293181965462E-09
+  1.03357316570407185E-09  1.05461433984055022E-09  1.07606404393972654E-09
+  1.09793000964501357E-09  1.12022011317122452E-09  1.14294237799209893E-09
+  1.16610497757765823E-09  1.18971623818228643E-09  1.21378464168450070E-09
+  1.23831882847935550E-09  1.26332760042444403E-09  1.28881992384051661E-09
+  1.31480493256770396E-09  1.34129193107837504E-09  1.36829039764769661E-09
+  1.39580998758294570E-09  1.42386053651265845E-09  1.45245206373674247E-09
+  1.48159477563866917E-09  1.51129906916088538E-09  1.54157553534463015E-09
+  1.57243496293535100E-09  1.60388834205490935E-09  1.63594686794183984E-09
+  1.66862194476090950E-09  1.70192518948324829E-09  1.73586843583839065E-09
+  1.77046373833950980E-09  1.80572337638325080E-09  1.84165985842551053E-09
+  1.87828592623456425E-09  1.91561455922300755E-09  1.95365897885993590E-09
+  1.99243265316485168E-09  2.03194930128482778E-09  2.07222289815647601E-09
+  2.11326767925422315E-09  2.15509814542659445E-09  2.19772906782205848E-09
+  2.24117549290609506E-09  2.28545274757121186E-09  2.33057644434161367E-09
+  2.37656248667424429E-09  2.42342707435803678E-09  2.47118670901314091E-09
+  2.51985819969201777E-09  2.56945866858426012E-09  2.62000555682705925E-09
+  2.67151663042328856E-09  2.72400998626918604E-09  2.77750405829365737E-09
+  2.83201762371126664E-09  2.88756980939103498E-09  2.94418009834316601E-09
+  3.00186833632589176E-09  3.06065473857466998E-09  3.12055989665596500E-09
+  3.18160478544795922E-09  3.24381077025052044E-09  3.30719961402679715E-09
+  3.37179348477892700E-09  3.43761496306029721E-09  3.50468704962688500E-09
+  3.57303317323029774E-09  3.64267719855505362E-09  3.71364343430284485E-09
+  3.78595664142648408E-09  3.85964204151625651E-09  3.93472532534155598E-09
+  4.01123266155068641E-09  4.08919070553164693E-09  4.16862660843702559E-09
+  4.24956802637593557E-09  4.33204312977612310E-09  4.41608061291936889E-09
+  4.50170970365345211E-09  4.58896017328383504E-09  4.67786234664849964E-09
+  4.76844711237928759E-09  4.86074593335312805E-09  4.95479085733680570E-09
+  5.05061452782867727E-09  5.14825019510114146E-09  5.24773172744748119E-09
+  5.34909362263684684E-09  5.45237101958129881E-09  5.55759971021882946E-09
+  5.66481615161621486E-09  5.77405747829599693E-09  5.88536151479156730E-09
+  5.99876678843458460E-09  6.11431254237913512E-09  6.23203874886690063E-09
+  6.35198612273782202E-09  6.47419613519082942E-09  6.59871102779926457E-09
+  6.72557382678561199E-09  6.85482835756052084E-09  6.98651925953076483E-09
+  7.12069200118133961E-09  7.25739289543664763E-09  7.39666911530592545E-09
+  7.53856870981821734E-09  7.68314062025227672E-09  7.83043469666670953E-09
+  7.98050171473610890E-09  8.13339339289870451E-09  8.28916240982128528E-09
+  8.44786242218734787E-09  8.60954808281442996E-09  8.77427505910659069E-09
+  8.94210005184844052E-09  9.11308081434687984E-09  9.28727617192703625E-09
+  9.46474604178892051E-09  9.64555145323156397E-09  9.82975456825127834E-09
+  1.00174187025211248E-08  1.02086083467584900E-08  1.04033891884880420E-08
+  1.06018281342074316E-08  1.08039933319629337E-08  1.10099541943429557E-08
+  1.12197814218969038E-08  1.14335470269872832E-08  1.16513243580832218E-08
+  1.18731881245033482E-08  1.20992144216164928E-08  1.23294807565086203E-08
+  1.25640660741246775E-08  1.28030507838939516E-08  1.30465167868481698E-08
+  1.32945475032412020E-08  1.35472279006797393E-08  1.38046445227744836E-08
+  1.40668855183212625E-08  1.43340406710220459E-08  1.46062014297558620E-08
+  1.48834609394095956E-08  1.51659140722791716E-08  1.54536574600517844E-08
+  1.57467895263794840E-08  1.60454105200556285E-08  1.63496225488049114E-08
+  1.66595296136984887E-08  1.69752376442057341E-08  1.72968545338944743E-08
+  1.76244901767915060E-08  1.79582565044157500E-08  1.82982675234965752E-08
+  1.86446393543896085E-08  1.89974902702033566E-08  1.93569407366495359E-08
+  1.97231134526303562E-08  2.00961333915769286E-08  2.04761278435519545E-08
+  2.08632264581314003E-08  2.12575612880793661E-08  2.16592668338307155E-08
+  2.20684800887965222E-08  2.24853405855076586E-08  2.29099904426116120E-08
+  2.33425744127387958E-08  2.37832399312542756E-08  2.42321371659108668E-08
+  2.46894190674210679E-08  2.51552414209641417E-08  2.56297628986457770E-08
+  2.61131451129282823E-08  2.66055526710489017E-08  2.71071532304445164E-08
+  2.76181175552017019E-08  2.81386195735505947E-08  2.86688364364222688E-08
+  2.92089485770892747E-08  2.97591397719089003E-08  3.03195972021901296E-08
+  3.08905115172048637E-08  3.14720768983643316E-08  3.20644911245825020E-08
+  3.26679556388484556E-08  3.32826756160300490E-08  3.39088600319311415E-08
+  3.45467217336264575E-08  3.51964775110971619E-08  3.58583481701910422E-08
+  3.65325586069321658E-08  3.72193378832050613E-08  3.79189193038380248E-08
+  3.86315404951124930E-08  3.93574434847242377E-08  4.00968747832230812E-08
+  4.08500854669590556E-08  4.16173312625625361E-08  4.23988726329861005E-08
+  4.31949748651383847E-08  4.40059081591381224E-08  4.48319477192187728E-08
+  4.56733738463145421E-08  4.65304720323582256E-08  4.74035330563229584E-08
+  4.82928530820403659E-08  4.91987337578273220E-08  5.01214823179550231E-08
+  5.10614116859950682E-08  5.20188405800755844E-08  5.29940936200849061E-08
+  5.39875014368569612E-08  5.49994007833762343E-08  5.60301346480385068E-08
+  5.70800523700071878E-08  5.81495097567011519E-08  5.92388692034567976E-08
+  6.03484998154016556E-08  6.14787775315825807E-08  6.26300852513885026E-08
+  6.38028129633118554E-08  6.49973578760897451E-08  6.62141245522714502E-08
+  6.74535250442548647E-08  6.87159790328388532E-08  7.00019139683378682E-08
+  7.13117652143048858E-08  7.26459761939133898E-08  7.40049985390450304E-08
+  7.53892922421346529E-08  7.67993258108227514E-08  7.82355764254681537E-08
+  7.96985300995723032E-08  8.11886818431708153E-08  8.27065358292458060E-08
+  8.42526055632154900E-08  8.58274140555575770E-08  8.74314939976251603E-08
+  8.90653879407121688E-08  9.07296484784313528E-08  9.24248384324637787E-08
+  9.41515310417426978E-08  9.59103101551365752E-08  9.77017704276927925E-08
+  9.95265175205122645E-08  1.01385168304318257E-07  1.03278351066789775E-07
+  1.05206705723728150E-07  1.07170884034129211E-07  1.09171549819230161E-07
+  1.11209379185608330E-07  1.13285060752404283E-07  1.15399295882746409E-07
+  1.17552798919453989E-07  1.19746297425099457E-07  1.21980532426507858E-07
+  1.24256258663777906E-07  1.26574244843907281E-07  1.28935273899106939E-07
+  1.31340143249892454E-07  1.33789665073037704E-07  1.36284666574485206E-07
+  1.38825990267301011E-07  1.41414494254768787E-07  1.44051052518718584E-07
+  1.46736555213186810E-07  1.49471908963504094E-07  1.52258037170914825E-07
+  1.55095880322827883E-07  1.57986396308803864E-07  1.60930560742384322E-07
+  1.63929367288871765E-07  1.66983827999168816E-07  1.70094973649791184E-07
+  1.73263854089165473E-07  1.76491538590330594E-07  1.79779116210161165E-07
+  1.83127696155228640E-07  1.86538408154431282E-07  1.90012402838510496E-07
+  1.93550852126585424E-07  1.97154949619831997E-07  2.00825911002444612E-07
+  2.04564974450004270E-07  2.08373401045403806E-07  2.12252475202457937E-07
+  2.16203505097347590E-07  2.20227823108039607E-07  2.24326786261832163E-07
+  2.28501776691171578E-07  2.32754202097899313E-07  2.37085496226080036E-07
+  2.41497119343572356E-07  2.45990558732503671E-07  2.50567329188809360E-07
+  2.55228973531011225E-07  2.59977063118400717E-07  2.64813198378802035E-07
+  2.69739009346092299E-07  2.74756156207661283E-07  2.79866329861988216E-07
+  2.85071252486531106E-07  2.90372678116113181E-07  2.95772393232002383E-07
+  3.01272217361881161E-07  3.06874003690910915E-07  3.12579639684088502E-07
+  3.18391047720112915E-07  3.24310185736969387E-07  3.30339047889448032E-07
+  3.36479665218818265E-07  3.42734106334885981E-07  3.49104478110656080E-07
+  3.55592926389841457E-07  3.62201636707449388E-07  3.68932835023690369E-07
+  3.75788788471457324E-07  3.82771806117617743E-07  3.89884239738386168E-07
+  3.97128484609027346E-07  4.04506980308160450E-07  4.12022211536931359E-07
+  4.19676708953332597E-07  4.27473050021939320E-07  4.35413859879363853E-07
+  4.43501812215704328E-07  4.51739630172289971E-07  4.60130087256022196E-07
+  4.68676008270622696E-07  4.77380270265091220E-07  4.86245803499701501E-07
+  4.95275592429856326E-07  5.04472676708126938E-07  5.13840152204823707E-07
+  5.23381172047422657E-07  5.33098947679221024E-07  5.42996749937552702E-07
+  5.53077910151943485E-07  5.63345821262564285E-07  5.73803938959363606E-07
+  5.84455782842252061E-07  5.95304937602744151E-07  6.06355054227437706E-07
+  6.17609851223744254E-07  6.29073115868277200E-07  6.40748705478324830E-07
+  6.52640548706815459E-07  6.64752646861234656E-07  6.77089075246918802E-07
+  6.89653984535181129E-07  7.02451602156734482E-07  7.15486233720863899E-07
+  7.28762264460844186E-07  7.42284160706072797E-07  7.56056471381419060E-07
+  7.70083829534289898E-07  7.84370953889927269E-07  7.98922650435453591E-07
+  8.13743814033202789E-07  8.28839430063877083E-07  8.44214576100075186E-07
+  8.59874423610764105E-07  8.75824239697256017E-07  8.92069388861273289E-07
+  9.08615334805707170E-07  9.25467642268656839E-07  9.42631978891378874E-07
+  9.60114117120767620E-07  9.77919936146998641E-07  9.96055423876997433E-07
+  1.01452667894438942E-06  1.03333991275660356E-06  1.05250145157982068E-06
+  1.07201773866246896E-06  1.09189533639795905E-06  1.11214092852741474E-06
+  1.13276132238312175E-06  1.15376345117343693E-06  1.17515437630995146E-06
+  1.19694128977766782E-06  1.21913151654898268E-06  1.24173251704230846E-06
+  1.26475188962613715E-06  1.28819737316939548E-06  1.31207684963894394E-06
+  1.33639834674510414E-06  1.36117004063606408E-06  1.38640025864212155E-06
+  1.41209748207064209E-06  1.43827034905268013E-06  1.46492765744224585E-06
+  1.49207836776912334E-06  1.51973160624632302E-06  1.54789666783309324E-06
+  1.57658301935457518E-06  1.60580030267910885E-06  1.63555833795429656E-06
+  1.66586712690286425E-06  1.69673685617946200E-06  1.72817790078951191E-06
+  1.76020082757126552E-06  1.79281639874221198E-06  1.82603557551107062E-06
+  1.85986952175651144E-06  1.89432960777393056E-06  1.92942741409143702E-06
+  1.96517473535642488E-06  2.00158358429396213E-06  2.03866619573835814E-06
+  2.07643503073926023E-06  2.11490278074365532E-06  2.15408237185518051E-06
+  2.19398696917215239E-06  2.23462998120582390E-06  2.27602506438025910E-06
+  2.31818612761544425E-06  2.36112733699509451E-06  2.40486312052074537E-06
+  2.44940817295372755E-06  2.49477746074668051E-06  2.54098622706615710E-06
+  2.58804999690814354E-06  2.63598458230810571E-06  2.68480608764734690E-06
+  2.73453091505748670E-06  2.78517576992479069E-06  2.83675766649628979E-06
+  2.88929393358953020E-06  2.94280222040784935E-06  2.99730050246316609E-06
+  3.05280708760826092E-06  3.10934062218054063E-06  3.16692009725938528E-06
+  3.22556485503919112E-06  3.28529459532017390E-06  3.34612938211919161E-06
+  3.40808965040277091E-06  3.47119621294456893E-06  3.53547026730961691E-06
+  3.60093340296767241E-06  3.66760760853805980E-06  3.73551527916844913E-06
+  3.80467922404998658E-06  3.87512267407139837E-06  3.94686928961456745E-06
+  4.01994316849419474E-06  4.09436885404424394E-06  4.17017134335389484E-06
+  4.24737609565566743E-06  4.32600904086866906E-06  4.40609658829974543E-06
+  4.48766563550547559E-06  4.57074357731796613E-06  4.65535831503754730E-06
+  4.74153826579530511E-06  4.82931237208876573E-06  4.91871011149381424E-06
+  5.00976150655615061E-06  5.10249713486560567E-06  5.19694813931661963E-06
+  5.29314623855848228E-06  5.39112373763868228E-06  5.49091353884302309E-06
+  5.59254915273612396E-06  5.69606470940603051E-06  5.80149496991661683E-06
+  5.90887533797176033E-06  6.01824187179509817E-06  6.12963129622939490E-06
+  6.24308101505955303E-06  6.35862912356348133E-06  6.47631442129484438E-06
+  6.59617642510224109E-06  6.71825538238897600E-06  6.84259228461793330E-06
+  6.96922888106613312E-06  7.09820769283354270E-06  7.22957202711079154E-06
+  7.36336599171067469E-06  7.49963450986828827E-06  7.63842333531470498E-06
+  7.77977906762936921E-06  7.92374916787615076E-06  8.07038197452860012E-06
+  8.21972671968944277E-06  8.37183354561002558E-06  8.52675352151499825E-06
+  8.68453866073818125E-06  8.84524193817496303E-06  9.00891730805751856E-06
+  9.17561972205852240E-06  9.34540514772949575E-06  9.51833058728005544E-06
+  9.69445409670429564E-06  9.87383480526060765E-06  1.00565329353117970E-05
+  1.02426098225317896E-05  1.04321279364859387E-05  1.06251509015917906E-05
+  1.08217435184672282E-05  1.10219717856733329E-05  1.12259029218591560E-05
+  1.14336053883158007E-05  1.16451489119474849E-05  1.18606045086672428E-05
+  1.20800445072250246E-05  1.23035425734763199E-05  1.25311737350994905E-05
+  1.27630144067698424E-05  1.29991424157991671E-05  1.32396370282493033E-05
+  1.34845789755282276E-05  1.37340504814779635E-05  1.39881352899631946E-05
+  1.42469186929697582E-05  1.45104875592228261E-05  1.47789303633337142E-05
+  1.50523372154858520E-05  1.53307998916693402E-05  1.56144118644744882E-05
+  1.59032683344544285E-05  1.61974662620678729E-05  1.64971044002118216E-05
+  1.68022833273561573E-05  1.71131054812904065E-05  1.74296751934946362E-05
+  1.77520987241453837E-05  1.80804842977691475E-05  1.84149421395544450E-05
+  1.87555845123355218E-05  1.91025257542596178E-05  1.94558823171505233E-05
+  1.98157728055813852E-05  2.01823180166697210E-05  2.05556409806081283E-05
+  2.09358670019443373E-05  2.13231237016241722E-05  2.17175410598119429E-05
+  2.21192514595023358E-05  2.25283897309383397E-05  2.29450931968506627E-05
+  2.33695017185330481E-05  2.38017577427697394E-05  2.42420063496300665E-05
+  2.46903953011470531E-05  2.51470750908953090E-05  2.56121989944859840E-05
+  2.60859231209949296E-05  2.65684064653415962E-05  2.70598109616363546E-05
+  2.75603015375137968E-05  2.80700461694706927E-05  2.85892159392268372E-05
+  2.91179850911279180E-05  2.96565310906093145E-05  3.02050346837412506E-05
+  3.07636799578739584E-05  3.13326544034046520E-05  3.19121489766860175E-05
+  3.25023581640978215E-05  3.31034800473029524E-05  3.37157163697099290E-05
+  3.43392726041638019E-05  3.49743580218889782E-05  3.56211857627060361E-05
+  3.62799729065471033E-05  3.69509405462929388E-05  3.76343138619572023E-05
+  3.83303221962412723E-05  3.90391991314865722E-05  3.97611825680494244E-05
+  4.04965148041245613E-05  4.12454426170449738E-05  4.20082173460838135E-05
+  4.27850949767880491E-05  4.35763362268707784E-05  4.43822066336916599E-05
+  4.52029766433543562E-05  4.60389217014518307E-05  4.68903223454885176E-05
+  4.77574642990117847E-05  4.86406385674833844E-05  4.95401415359237655E-05
+  5.04562750683609239E-05  5.13893466091188398E-05  5.23396692859777758E-05
+  5.33075620152419449E-05  5.42933496087502851E-05  5.52973628828648393E-05
+  5.63199387694752833E-05  5.73614204290542504E-05  5.84221573658044396E-05
+  5.95025055449335935E-05  6.06028275120983889E-05  6.17234925150561418E-05
+  6.28648766275665983E-05  6.40273628755833437E-05  6.52113413657794984E-05
+  6.64172094164490505E-05  6.76453716908289877E-05  6.88962403328859427E-05
+  7.01702351056141362E-05  7.14677835318896235E-05  7.27893210379293513E-05
+  7.41352910994028639E-05  7.55061453902452991E-05  7.69023439342221836E-05
+  7.83243552592964316E-05  7.97726565548496257E-05  8.12477338318108182E-05
+  8.27500820857457583E-05  8.42802054629614362E-05  8.58386174296835798E-05
+  8.74258409443596233E-05  8.90424086331505433E-05  9.06888629686658428E-05
+  9.23657564520045520E-05  9.40736517981616597E-05  9.58131221248641890E-05
+  9.75847511448971292E-05  9.93891333619878145E-05  1.01226874270311321E-04
+  1.03098590557686000E-04  1.05004910312525256E-04  1.06946473234617917E-04
+  1.08923930849804599E-04  1.10937946728626848E-04  1.12989196709015435E-04
+  1.15078369123100831E-04  1.17206165028215705E-04  1.19373298442170659E-04
+  1.21580496582879971E-04  1.23828500112419665E-04  1.26118063385598434E-04
+  1.28449954703126087E-04  1.30824956569464108E-04  1.33243865955444272E-04
+  1.35707494565744850E-04  1.38216669111314837E-04  1.40772231586832691E-04
+  1.43375039553301175E-04  1.46025966425866212E-04  1.48725901766959793E-04
+  1.51475751584864802E-04  1.54276438637801169E-04  1.57128902743638012E-04
+  1.60034101095332361E-04  1.62993008582203934E-04  1.66006618117150599E-04
+  1.69075940969920014E-04  1.72202007106539982E-04  1.75385865535032198E-04
+  1.78628584657519350E-04  1.81931252628844768E-04  1.85294977721826317E-04
+  1.88720888699267167E-04  1.92210135192847834E-04  1.95763888089026935E-04
+  1.99383339922081556E-04  2.03069705274417349E-04  2.06824221184287747E-04
+  2.10648147561048687E-04  2.14542767608103918E-04  2.18509388253669453E-04
+  2.22549340589509747E-04  2.26663980317790318E-04  2.30854688206198066E-04
+  2.35122870551481830E-04  2.39469959651569412E-04  2.43897414286419866E-04
+  2.48406720207773038E-04  2.52999390637959922E-04  2.57676966777946629E-04
+  2.62441018324772015E-04  2.67293143998565178E-04  2.72234972079315692E-04
+  2.77268160953572629E-04  2.82394399671264502E-04  2.87615408512819997E-04
+  2.92932939566785898E-04  2.98348777318135244E-04  3.03864739247459786E-04
+  3.09482676441255090E-04  3.15204474213503182E-04  3.21032052738748710E-04
+  3.26967367696903797E-04  3.33012410929983986E-04  3.39169211110997124E-04
+  3.45439834425215458E-04  3.51826385264059549E-04  3.58331006931824128E-04
+  3.64955882365487619E-04  3.71703234867846771E-04  3.78575328854221604E-04
+  3.85574470612985232E-04  3.92703009080179206E-04  3.99963336628454257E-04
+  4.07357889870635956E-04  4.14889150478157920E-04  4.22559646014650334E-04
+  4.30371950784965004E-04  4.38328686699921246E-04  4.46432524157062667E-04
+  4.54686182937727023E-04  4.63092433120723549E-04  4.71654096012934048E-04
+  4.80374045097155928E-04  4.89255206997478583E-04  4.98300562462563202E-04
+  5.07513147367121345E-04  5.16896053731945846E-04  5.26452430762838438E-04
+  5.36185485908779688E-04  5.46098485939700766E-04  5.56194758044226329E-04
+  5.66477690947745651E-04  5.76950736051205673E-04  5.87617408591006971E-04
+  5.98481288820371907E-04  6.09546023212624295E-04  6.20815325686754731E-04
+  6.32292978855700824E-04  6.43982835297754659E-04  6.55888818851544167E-04
+  6.68014925934999441E-04  6.80365226888780491E-04  6.92943867344597087E-04
+  7.05755069618895252E-04  7.18803134132375301E-04  7.32092440855839190E-04
+  7.45627450782815706E-04  7.59412707429518935E-04  7.73452838362596895E-04
+  7.87752556755219038E-04  8.02316662972011891E-04  8.17150046183395102E-04
+  8.32257686009847436E-04  8.47644654196672465E-04  8.63316116319831411E-04
+  8.79277333523407708E-04  8.95533664289322124E-04  9.12090566239846085E-04
+  9.28953597973587578E-04  9.46128420935527718E-04  9.63620801321755905E-04
+  9.81436612019556155E-04  9.99581834583490028E-04  1.01806256124816483E-03
+  1.03688499697834240E-03  1.05605546155712279E-03  1.07558039171287332E-03
+  1.09546634328566792E-03  1.11571999343391113E-03  1.13634814288197353E-03
+  1.15735771820954145E-03  1.17875577418348931E-03  1.20054949613306234E-03
+  1.22274620236916855E-03  1.24535334664861979E-03  1.26837852068415000E-03
+  1.29182945670105868E-03  1.31571403004137320E-03  1.34004026181638869E-03
+  1.36481632160853129E-03  1.39005053022339025E-03  1.41575136249295062E-03
+  1.44192745013092382E-03  1.46858758464115183E-03  1.49574072028011004E-03
+  1.52339597707448586E-03  1.55156264389488146E-03  1.58025018158669084E-03
+  1.60946822615922044E-03  1.63922659203412173E-03  1.66953527535430922E-03
+  1.70040445735438763E-03  1.73184450779386638E-03  1.76386598845424780E-03
+  1.79647965670121763E-03  1.82969646911316391E-03  1.86352758517725563E-03
+  1.89798437105434493E-03  1.93307840341401440E-03  1.96882147334104165E-03
+  2.00522559031464463E-03  2.04230298626188614E-03  2.08006611968662714E-03
+  2.11852767987538325E-03  2.15770059118165075E-03  2.19759801739007402E-03
+  2.23823336616200096E-03  2.27962029356394789E-03  2.32177270868053455E-03
+  2.36470477831347186E-03  2.40843093176824809E-03  2.45296586573012180E-03
+  2.49832454923114376E-03  2.54452222870992298E-03  2.59157443316580891E-03
+  2.63949697940940543E-03  2.68830597741111623E-03  2.73801783574962850E-03
+  2.78864926716219236E-03  2.84021729419866318E-03  2.89273925498119942E-03
+  2.94623280907168250E-03  3.00071594344884654E-03  3.05620697859720339E-03
+  3.11272457470993273E-03  3.17028773800774946E-03  3.22891582717613852E-03
+  3.28862855992304417E-03  3.34944601965938595E-03  3.41138866230466901E-03
+  3.47447732322011702E-03  3.53873322427170414E-03  3.60417798102557075E-03
+  3.67083361007834643E-03  3.73872253652492853E-03  3.80786760156630408E-03
+  3.87829207026020801E-03  3.95001963941707390E-03  4.02307444564435710E-03
+  4.09748107354182371E-03  4.17326456405080117E-03  4.25045042296025386E-03
+  4.32906462957275036E-03  4.40913364553330214E-03  4.49068442382424219E-03
+  4.57374441792928257E-03  4.65834159116996355E-03  4.74450442621793082E-03
+  4.83226193478611746E-03  4.92164366750261033E-03  5.01267972397042693E-03
+  5.10540076301693475E-03  5.19983801313644682E-03  5.29602328312974314E-03
+  5.39398897294431599E-03  5.49376808471919737E-03  5.59539423403824458E-03
+  5.69890166139598066E-03  5.80432524388006538E-03  5.91170050707444730E-03
+  6.02106363718766212E-03  6.13245149341048405E-03  6.24590162050740402E-03
+  6.36145226164638172E-03  6.47914237147164188E-03  6.59901162942401563E-03
+  6.72110045331381859E-03  6.84545001315100057E-03  6.97210224523762447E-03
+  7.10109986652781005E-03  7.23248638926034162E-03  7.36630613586897534E-03
+  7.50260425417634269E-03  7.64142673287654221E-03  7.78282041731225352E-03
+  7.92683302555205298E-03  8.07351316477381703E-03  8.22291034796019879E-03
+  8.37507501091227027E-03  8.53005852958752496E-03  8.68791323776861059E-03
+  8.84869244506952118E-03  9.01245045528520361E-03  9.17924258509218542E-03
+  9.34912518310651239E-03  9.52215564930626417E-03  9.69839245482576745E-03
+  9.87789516212886180E-03  1.00607244455687608E-02  1.02469421123419745E-02
+  1.04366111238443100E-02  1.06297956174366565E-02  1.08265609286288846E-02
+  1.10269736136902833E-02  1.12311014726943041E-02  1.14390135730072281E-02
+  1.16507802732288938E-02  1.18664732475947145E-02  1.20861655108481271E-02
+  1.23099314435930803E-02  1.25378468181357450E-02  1.27699888248256413E-02
+  1.30064360989059439E-02  1.32472687478832046E-02  1.34925683794272014E-02
+  1.37424181298108020E-02  1.39969026929018161E-02  1.42561083497169654E-02
+  1.45201229985498972E-02  1.47890361856845322E-02  1.50629391367057518E-02
+  1.53419247884193973E-02  1.56260878213939948E-02  1.59155246931367914E-02
+  1.62103336719168975E-02  1.65106148712491629E-02  1.68164702850511043E-02
+  1.71280038234881034E-02  1.74453213495198503E-02  1.77685307161625991E-02
+  1.80977418044821654E-02  1.84330665623323106E-02  1.87746190438539094E-02
+  1.91225154497506322E-02  1.94768741683569307E-02  1.98378158175146931E-02
+  2.02054632872753145E-02  2.05799417834444144E-02  2.09613788719856739E-02
+  2.13499045243029685E-02  2.17456511634180338E-02  2.21487537110623828E-02
+  2.25593496357027190E-02  2.29775790015190849E-02  2.34035845183555129E-02
+  2.38375115926637467E-02  2.42795083794603711E-02  2.47297258353188429E-02
+  2.51883177724182214E-02  2.56554409136697491E-02  2.61312549489454253E-02
+  2.66159225924306429E-02  2.71096096411247954E-02  2.76124850345139672E-02
+  2.81247209154407846E-02  2.86464926921961710E-02  2.91779791018591667E-02
+  2.97193622749112839E-02  3.02708278011517840E-02  3.08325647969429281E-02
+  3.14047659738109289E-02  3.19876277084343991E-02  3.25813501140476275E-02
+  3.31861371132895697E-02  3.38021965125296781E-02  3.44297400777014775E-02
+  3.50689836116767212E-02  3.57201470332124682E-02  3.63834544575054389E-02
+  3.70591342783874525E-02  3.77474192521974894E-02  3.84485465833669451E-02
+  3.91627580117529517E-02  3.98902999017600041E-02  4.06314233332866065E-02
+  4.13863841945365588E-02  4.21554432767355311E-02  4.29388663707936866E-02
+  4.37369243659563450E-02  4.45498933504857794E-02  4.53780547144182547E-02
+  4.62216952544401566E-02  4.70811072809312475E-02  4.79565887272185506E-02
+  4.88484432610925071E-02  4.97569803986316894E-02  5.06825156203870933E-02
+  5.16253704899772708E-02  5.25858727751459185E-02  5.35643565713362774E-02
+  5.45611624278355689E-02  5.55766374765464810E-02  5.66111355634415919E-02
+  5.76650173827594204E-02  5.87386506140020331E-02  5.98324100617922613E-02
+  6.09466777986562708E-02  6.20818433107917442E-02  6.32383036468871923E-02
+  6.44164635700585353E-02  6.56167357129696371E-02  6.68395407362058352E-02
+  6.80853074899701871E-02  6.93544731791740365E-02  7.06474835319946259E-02
+  7.19647929719750834E-02  7.33068647937395873E-02  7.46741713424049769E-02
+  7.60671941967654003E-02  7.74864243563297417E-02  7.89323624322950113E-02
+  8.04055188425386314E-02  8.19064140107140376E-02  8.34355785695366781E-02
+  8.49935535683479376E-02  8.65808906850466797E-02  8.81981524424807761E-02
+  8.98459124293878308E-02  9.15247555259840750E-02  9.32352781342939002E-02
+  9.49780884133183678E-02  9.67538065191422825E-02  9.85630648500790407E-02
+  1.00406508296956687E-01  1.02284794498646969E-01  1.04198594102944270E-01
+  1.06148591032898559E-01  1.08135482758712570E-01  1.10159980575311428E-01
+  1.12222809885691763E-01  1.14324710490169110E-01  1.16466436881630692E-01
+  1.18648758546909427E-01  1.20872460274395313E-01  1.23138342467998957E-01
+  1.25447221467585329E-01  1.27799929875995338E-01  1.30197316892774112E-01
+  1.32640248654723847E-01  1.35129608583406224E-01  1.37666297739704402E-01
+  1.40251235185576167E-01  1.42885358353112613E-01  1.45569623421022504E-01
+  1.48305005698664644E-01  1.51092500017747267E-01  1.53933121131811929E-01
+  1.56827904123620965E-01  1.59777904820566280E-01  1.62784200218212577E-01
+  1.65847888912089597E-01  1.68970091537848477E-01  1.72151951219881860E-01
+  1.75394634028527091E-01  1.78699329445946492E-01  1.82067250840788897E-01
+  1.85499635951726194E-01  1.88997747379961445E-01  1.92562873090789011E-01
+  1.96196326924292869E-01  1.99899449115259337E-01  2.03673606822369041E-01
+  2.07520194666738073E-01  2.11440635279851602E-01  2.15436379860947991E-01
+  2.19508908743883624E-01  2.23659731973505416E-01  2.27890389891550887E-01
+  2.32202453732074737E-01  2.36597526226400290E-01  2.41077242217569376E-01
+  2.45643269284255311E-01  2.50297308374088034E-01  2.55041094446324612E-01
+  2.59876397123768366E-01  2.64805021353842984E-01  2.69828808078687366E-01
+  2.74949634914119112E-01  2.80169416837299845E-01  2.85490106882899275E-01
+  2.90913696847531877E-01  2.96442218002212987E-01  3.02077741812549649E-01
+  3.07822380666343820E-01  3.13678288608259581E-01  3.19647662081165018E-01
+  3.25732740673706944E-01  3.31935807873668276E-01  3.38259191826575212E-01
+  3.44705266099001206E-01  3.51276450445952071E-01  3.57975211581670116E-01
+  3.64804063953136470E-01  3.71765570515494526E-01  3.78862343508550969E-01
+  3.86097045233451674E-01  3.93472388828559672E-01  4.00991139043471667E-01
+  4.08656113010071820E-01  4.16470181009396867E-01  4.24436267233031628E-01
+  4.32557350537647323E-01  4.40836465191210725E-01  4.49276701609288398E-01
+  4.57881207079762209E-01  4.66653186474173143E-01  4.75595902943782123E-01
+  4.84712678598333613E-01  4.94006895165346516E-01  5.03481994627678175E-01
+  5.13141479836916048E-01  5.22988915100037643E-01  5.33027926736608926E-01
+  5.43262203603652294E-01  5.53695497585128038E-01  5.64331624042812008E-01
+  5.75174462225168659E-01  5.86227955630628905E-01  5.97496112321482808E-01
+  6.08983005184406179E-01  6.20692772133387249E-01  6.32629616250660720E-01
+  6.44797805860971351E-01  6.57201674534265479E-01  6.69845621011673220E-01
+  6.82734109049374260E-01  6.95871667174671082E-01  7.09262888348325404E-01
+  7.22912429526922695E-01  7.36825011118729889E-01  7.51005416326227193E-01
+  7.65458490368128963E-01  7.80189139573467694E-01  7.95202330339892960E-01
+  8.10503087948058365E-01  8.26096495223580418E-01  8.41987691037718866E-01
+  8.58181868637532874E-01  8.74684273795913847E-01  8.91500202771489669E-01
+  9.08635000068017895E-01  9.26094055982471076E-01  9.43882803930643055E-01
+  9.62006717538612444E-01  9.80471307488113841E-01  9.99282118103324901E-01
+  1.01844472366620775E+00  1.03796472444713750E+00  1.05784774243707758E+00
+  1.07809941676718468E+00  1.09872539880126996E+00  1.11973134688615228E+00
+  1.14112292074452104E+00  1.16290577549453356E+00  1.18508555527993287E+00
+  1.20766788649420342E+00  1.23065837058180572E+00  1.25406257639925789E+00
+  1.27788603211849305E+00  1.30213421665463369E+00  1.32681255060005876E+00
+  1.35192638664639908E+00  1.37748099947592539E+00  1.40348157510361826E+00
+  1.42993319965114818E+00  1.45684084753383813E+00  1.48420936904186296E+00
+  1.51204347729683031E+00  1.54034773456514018E+00  1.56912653790968903E+00
+  1.59838410416181564E+00  1.62812445419572649E+00  1.65835139648819929E+00
+  1.68906850994688695E+00  1.72027912599130550E+00  1.75198630987139459E+00
+  1.78419284120956290E+00  1.81690119375310588E+00  1.85011351432536575E+00
+  1.88383160096523294E+00  1.91805688024629495E+00  1.95279038376869996E+00
+  1.98803272381882135E+00  2.02378406819394741E+00  2.06004411419170408E+00
+  2.09681206176652690E+00  2.13408658585840172E+00  2.17186580790231742E+00
+  2.21014726653010873E+00  2.24892788748038708E+00  2.28820395273595256E+00
+  2.32797106891258521E+00  2.36822413492769179E+00  2.40895730898223448E+00
+  2.45016397489468929E+00  2.49183670783145406E+00  2.53396723948410063E+00
+  2.57654642275030588E+00  2.61956419598204793E+00  2.66300954687168279E+00
+  2.70687047605430120E+00  2.75113396051240411E+00  2.79578591687739131E+00
+  2.84081116473102391E+00  2.88619339001903352E+00  2.93191510869854621E+00
+  2.97795763075071473E+00  3.02430102470012052E+00  3.07092408279297047E+00
+  3.11780428699677303E+00  3.16491777599537771E+00  3.21223931336418556E+00
+  3.25974225712221788E+00  3.30739853086890179E+00  3.35517859672537311E+00
+  3.40305143031168633E+00  3.45098449800306106E+00  3.49894373671983061E+00
+  3.54689353651713102E+00  3.59479672625146218E+00  3.64261456261197125E+00
+  3.69030672281449501E+00  3.73783130126586460E+00  3.78514481051507623E+00
+  3.83220218681552849E+00  3.87895680062966530E+00  3.92536047241288788E+00
+  3.97136349401798849E+00  4.01691465606401366E+00  4.06196128161450520E+00
+  4.10644926650904019E+00  4.15032312668881964E+00  4.19352605285159008E+00
+  4.23599997276293649E+00  4.27768562153996079E+00  4.31852262020942312E+00
+  4.35844956282482165E+00  4.39740411240603812E+00  4.43532310594033063E+00
+  4.47214266865475452E+00  4.50779833773692573E+00  4.54222519564359484E+00
+  4.57535801309438028E+00  4.60713140180076319E+00  4.63747997692877245E+00
+  4.66633852923623671E+00  4.69364220676352861E+00  4.71932670588874892E+00
+  4.74332847148559544E+00  4.76558490584394967E+00  4.78603458592992403E+00
+  4.80461748847391146E+00  4.82127522228220240E+00  4.83595126707038148E+00
+  4.84859121801534165E+00  4.85914303511798984E+00  4.86755729636077028E+00
+  4.87378745353451137E+00  4.87779008949740334E+00  4.87952517551742027E+00
+  4.87895632723820594E+00  4.87605105769892688E+00  4.87078102573236738E+00
+  4.86312227796345109E+00  4.85305548253445096E+00  4.84056615259473055E+00
+  4.82564485751382577E+00  4.80828741970864293E+00  4.78849509492079672E+00
+  4.76627473374002264E+00  4.74163892214684335E+00  4.71460609884351900E+00
+  4.68520064715946916E+00  4.65345295935719427E+00  4.61939947122940264E+00
+  4.58308266496938188E+00  4.54455103841586627E+00  4.50385903892280925E+00
+  4.46106696028395255E+00  4.41624080135384744E+00  4.36945208525054163E+00
+  4.32077763830198958E+00  4.27029932820781966E+00  4.21810376122980291E+00
+  4.16428193859906415E+00  4.10892887273265917E+00  4.05214316428825150E+00
+  3.99402654154950909E+00  3.93468336412717345E+00  3.87422009347927965E+00
+  3.81274473329856800E+00  3.75036624338429947E+00  3.68719393121126560E+00
+  3.62333682603032159E+00  3.55890304098547627E+00  3.49399912941662283E+00
+  3.42872944223896958E+00  3.36319549405863061E+00  3.29749534650795484E+00
+  3.23172301817652841E+00  3.16596793148818190E+00  3.10031440794789903E+00
+  3.03484122437379877E+00  2.96962124405705552E+00  2.90472113827795919E+00
+  2.84020121526756242E+00  2.77611537555998655E+00  2.71251121474091939E+00
+  2.64943029687561538E+00  2.58690862439077129E+00  2.52497733288698445E+00
+  2.46366364225517520E+00  2.40299209854661111E+00  2.34298614428700969E+00
+  2.28366811274282222E+00  2.22505922395179523E+00  2.16717958248880027E+00
+  2.11004817693499103E+00  2.05368288101563712E+00  1.99810045636940203E+00
+  1.94331655690943705E+00  1.88934573473428324E+00  1.83620144754449943E+00
+  1.78389606751887131E+00  1.73244089160222980E+00  1.68184615315514963E+00
+  1.63212103491429428E+00  1.58327368321070283E+00  1.53531122339204251E+00
+  1.48823977639378113E+00  1.44206447640318358E+00  1.39678948955926940E+00
+  1.35241803363111801E+00  1.30895239861641599E+00  1.26639396820168315E+00
+  1.22474324202539075E+00  1.18399985868497337E+00  1.14416261942883235E+00
+  1.10522951247444357E+00  1.06719773789400385E+00  1.03006373300937826E+00
+  9.93823198238607763E-01  9.58471123336833930E-01  9.24001813975201425E-01
+  8.90408918602103805E-01  8.57685455532080310E-01  8.25823840208635529E-01
+  7.94815912588380913E-01  7.64652964595094464E-01  7.35325767593533075E-01
+  7.06824599834190437E-01  6.79139273821623757E-01  6.52259163560428901E-01
+  6.26173231634507221E-01  6.00870056076863501E-01  5.76337856988813346E-01
+  5.52564522869195995E-01  5.29537636615897589E-01  5.07244501163793604E-01
+  4.85672164724978928E-01  4.64807445599028535E-01  4.44636956522823923E-01
+  4.25147128531383811E-01  4.06324234302972376E-01  3.88154410963653773E-01
+  3.70623682328310333E-01  3.53717980557034017E-01  3.37423167207627550E-01
+  3.21725053666816807E-01  3.06609420944590316E-01  2.92062038817872072E-01
+  2.78068684311529646E-01  2.64615159506441711E-01  2.51687308666069365E-01
+  2.39271034674647248E-01  2.27352314781736897E-01  2.15917215649481464E-01
+  2.04951907700435421E-01  1.94442678765341326E-01  1.84375947031669929E-01
+  1.74738273295129420E-01  1.65516372517681087E-01  1.56697124696891565E-01
+  1.48267585052661965E-01  1.40214993538546662E-01  1.32526783685977839E-01
+  1.25190590790759976E-01  1.18194259452180206E-01  1.11525850476010963E-01
+  1.05173647153543381E-01  9.91261609295954332E-02  9.33721364731849301E-02
+  8.79005561652428380E-02  8.27006440183688379E-02  7.77618690442045540E-02
+  7.30739480845077755E-02  6.86268481224736882E-02  6.44107880912491992E-02
+  6.04162401969386767E-02  5.66339307736982572E-02  5.30548406887639545E-02
+  4.96702053154612216E-02  4.64715140923960407E-02  4.34505096871375882E-02
+  4.05991867827663958E-02  3.79097905056889478E-02  3.53748145130997546E-02
+  3.29869987584211627E-02  3.07393269529581299E-02  2.86250237418817811E-02
+  2.66375516124960597E-02  2.47706075525533712E-02  2.30181194761652844E-02
+  2.13742424346075946E-02  1.98333546290457817E-02  1.83900532419087812E-02
+  1.70391501033162543E-02  1.57756672086233306E-02  1.45948321027809108E-02
+  1.34920731468282755E-02  1.24630146814338032E-02  1.15034721019833808E-02
+  1.06094468592843744E-02  9.77712139950797504E-03  9.00285405653524981E-03
+  8.28317390940300387E-03  7.61477561706760172E-03  6.99451424221637225E-03
+  6.41940007536193850E-03  5.88659346995257498E-03  5.39339969872509352E-03
+  4.93726384101549152E-03  4.51576571022855450E-03  4.12661483015160525E-03
+  3.76764546828072715E-03  3.43681173381147004E-03  3.13218274743096246E-03
+  2.85193788953613629E-03  2.59436213299388653E-03  2.35784146605525846E-03
+  2.14085841053760807E-03  1.94198763989750440E-03  1.75989170133410426E-03
+  1.59331684558849961E-03  1.44108896764037590E-03  1.30210966105020034E-03
+  1.17535238825381794E-03  1.05985876868790792E-03  9.54734986209912180E-04
+  8.59148316875707864E-04  7.72323777753111478E-04  6.93540897080103863E-04
+  6.22130605723884280E-04  5.57472249561253544E-04  4.98990722082795620E-04
+  4.46153716223243496E-04  3.98469094138764203E-04  3.55482373388810277E-04
+  3.16774327735930273E-04  2.81958700551590438E-04  2.50680028609684370E-04
+  2.22611573861889676E-04  1.97453360620346893E-04  1.74930315422939836E-04
+  1.54790506724598886E-04  1.36803481444077812E-04  1.20758695299198965E-04
+  1.06464033784098324E-04  9.37444205790066958E-05  8.24405101359367248E-05
+  7.24074611516736100E-05  6.35137876219631195E-05  5.56402841670149812E-05
+  4.86790223276116284E-05  4.25324145524086483E-05  3.71123426296166882E-05
+  3.23393473592953901E-05  2.81418763151237782E-05  2.44555866058581220E-05
+  2.12226996158923840E-05  1.83914047805341786E-05  1.59153095339558696E-05
+  1.37529326554482732E-05  1.18672383317820070E-05  1.02252083493906233E-05
+  8.79744992897592478E-06  7.55783681628029211E-06  6.48318134549137527E-06
+  5.55293529539576306E-06  4.74891746237695126E-06  4.05506597809747272E-06
+  3.45721350269738443E-06  2.94288352610758799E-06  2.50110611018728153E-06
+  2.12225150246541161E-06  1.79788014795483087E-06  1.52060771851788160E-06
+  1.28398386933650411E-06  1.08238351896446976E-06  9.10909533037041699E-07
+  7.65305771845602494E-07  6.41879538547371477E-07  5.37432537702194767E-07
+  4.49199523068962712E-07  3.74793879141116349E-07  3.12159442767286011E-07
+  2.59527929425981287E-07  2.15381383359820841E-07  1.78419121900855611E-07
+  1.47528692025816603E-07  1.21760401574119486E-07  1.00305028759039161E-07
+  8.24743517299500353E-08  6.76841751345245273E-08  5.54395630234787625E-08
+  4.53220171797760223E-08  3.69783671843130953E-08  3.01111633969314113E-08
+  END     
+   SHAPE_FUNC   
+  1.00000000000000000E+00  1.00000000000000000E+00  9.99999999999999334E-01
+  9.99999999999998668E-01  9.99999999999997558E-01  9.99999999999996003E-01
+  9.99999999999994227E-01  9.99999999999992006E-01  9.99999999999989786E-01
+  9.99999999999986899E-01  9.99999999999983569E-01  9.99999999999980238E-01
+  9.99999999999976019E-01  9.99999999999971356E-01  9.99999999999966471E-01
+  9.99999999999961142E-01  9.99999999999955591E-01  9.99999999999949152E-01
+  9.99999999999942490E-01  9.99999999999935385E-01  9.99999999999927836E-01
+  9.99999999999919842E-01  9.99999999999910960E-01  9.99999999999902078E-01
+  9.99999999999892086E-01  9.99999999999881872E-01  9.99999999999870992E-01
+  9.99999999999859446E-01  9.99999999999847455E-01  9.99999999999834799E-01
+  9.99999999999821476E-01  9.99999999999807709E-01  9.99999999999793054E-01
+  9.99999999999777733E-01  9.99999999999761746E-01  9.99999999999745093E-01
+  9.99999999999727773E-01  9.99999999999709566E-01  9.99999999999690914E-01
+  9.99999999999670930E-01  9.99999999999650502E-01  9.99999999999629408E-01
+  9.99999999999607203E-01  9.99999999999584332E-01  9.99999999999560352E-01
+  9.99999999999535705E-01  9.99999999999509948E-01  9.99999999999483524E-01
+  9.99999999999455991E-01  9.99999999999427347E-01  9.99999999999397815E-01
+  9.99999999999367395E-01  9.99999999999335643E-01  9.99999999999303224E-01
+  9.99999999999269473E-01  9.99999999999234612E-01  9.99999999999198419E-01
+  9.99999999999161338E-01  9.99999999999122924E-01  9.99999999999083400E-01
+  9.99999999999042544E-01  9.99999999999000577E-01  9.99999999998956834E-01
+  9.99999999998912203E-01  9.99999999998866240E-01  9.99999999998818501E-01
+  9.99999999998769651E-01  9.99999999998719247E-01  9.99999999998667288E-01
+  9.99999999998613998E-01  9.99999999998558708E-01  9.99999999998502309E-01
+  9.99999999998443911E-01  9.99999999998384181E-01  9.99999999998322675E-01
+  9.99999999998259392E-01  9.99999999998194111E-01  9.99999999998127498E-01
+  9.99999999998058664E-01  9.99999999997987832E-01  9.99999999997915445E-01
+  9.99999999997841060E-01  9.99999999997764455E-01  9.99999999997686073E-01
+  9.99999999997605249E-01  9.99999999997522648E-01  9.99999999997437605E-01
+  9.99999999997350342E-01  9.99999999997260636E-01  9.99999999997168931E-01
+  9.99999999997074784E-01  9.99999999996977751E-01  9.99999999996878941E-01
+  9.99999999996777245E-01  9.99999999996672884E-01  9.99999999996565858E-01
+  9.99999999996456612E-01  9.99999999996344036E-01  9.99999999996228794E-01
+  9.99999999996110667E-01  9.99999999995989874E-01  9.99999999995865974E-01
+  9.99999999995738964E-01  9.99999999995608624E-01  9.99999999995475397E-01
+  9.99999999995338840E-01  9.99999999995198952E-01  9.99999999995055955E-01
+  9.99999999994909183E-01  9.99999999994758859E-01  9.99999999994604982E-01
+  9.99999999994447553E-01  9.99999999994286348E-01  9.99999999994120925E-01
+  9.99999999993951949E-01  9.99999999993779420E-01  9.99999999993602451E-01
+  9.99999999993421040E-01  9.99999999993235411E-01  9.99999999993045785E-01
+  9.99999999992851718E-01  9.99999999992653210E-01  9.99999999992449817E-01
+  9.99999999992241984E-01  9.99999999992029487E-01  9.99999999991812105E-01
+  9.99999999991589616E-01  9.99999999991362021E-01  9.99999999991128874E-01
+  9.99999999990891064E-01  9.99999999990647703E-01  9.99999999990398791E-01
+  9.99999999990144106E-01  9.99999999989883870E-01  9.99999999989618082E-01
+  9.99999999989345856E-01  9.99999999989067856E-01  9.99999999988783861E-01
+  9.99999999988492982E-01  9.99999999988196109E-01  9.99999999987892574E-01
+  9.99999999987582155E-01  9.99999999987265298E-01  9.99999999986941113E-01
+  9.99999999986609822E-01  9.99999999986271426E-01  9.99999999985925703E-01
+  9.99999999985572208E-01  9.99999999985211163E-01  9.99999999984842125E-01
+  9.99999999984465093E-01  9.99999999984080068E-01  9.99999999983686827E-01
+  9.99999999983284704E-01  9.99999999982874144E-01  9.99999999982454923E-01
+  9.99999999982026599E-01  9.99999999981589172E-01  9.99999999981142196E-01
+  9.99999999980685672E-01  9.99999999980219378E-01  9.99999999979743315E-01
+  9.99999999979256815E-01  9.99999999978760545E-01  9.99999999978253173E-01
+  9.99999999977735810E-01  9.99999999977206677E-01  9.99999999976666887E-01
+  9.99999999976115772E-01  9.99999999975552667E-01  9.99999999974978016E-01
+  9.99999999974391152E-01  9.99999999973792075E-01  9.99999999973180564E-01
+  9.99999999972555953E-01  9.99999999971918685E-01  9.99999999971268094E-01
+  9.99999999970603959E-01  9.99999999969925835E-01  9.99999999969233500E-01
+  9.99999999968527176E-01  9.99999999967806197E-01  9.99999999967070119E-01
+  9.99999999966318942E-01  9.99999999965552444E-01  9.99999999964769737E-01
+  9.99999999963971042E-01  9.99999999963156139E-01  9.99999999962324360E-01
+  9.99999999961475483E-01  9.99999999960609287E-01  9.99999999959725328E-01
+  9.99999999958823382E-01  9.99999999957902785E-01  9.99999999956963537E-01
+  9.99999999956004970E-01  9.99999999955026864E-01  9.99999999954029217E-01
+  9.99999999953011143E-01  9.99999999951972418E-01  9.99999999950912599E-01
+  9.99999999949831242E-01  9.99999999948728124E-01  9.99999999947602358E-01
+  9.99999999946454388E-01  9.99999999945282880E-01  9.99999999944087614E-01
+  9.99999999942868367E-01  9.99999999941624917E-01  9.99999999940355933E-01
+  9.99999999939061635E-01  9.99999999937741579E-01  9.99999999936394879E-01
+  9.99999999935021311E-01  9.99999999933619987E-01  9.99999999932190686E-01
+  9.99999999930732741E-01  9.99999999929245931E-01  9.99999999927729144E-01
+  9.99999999926182381E-01  9.99999999924604310E-01  9.99999999922995375E-01
+  9.99999999921354021E-01  9.99999999919680249E-01  9.99999999917972726E-01
+  9.99999999916232118E-01  9.99999999914456428E-01  9.99999999912645654E-01
+  9.99999999910798687E-01  9.99999999908915749E-01  9.99999999906994841E-01
+  9.99999999905036407E-01  9.99999999903039338E-01  9.99999999901002301E-01
+  9.99999999898925518E-01  9.99999999896807878E-01  9.99999999894648273E-01
+  9.99999999892445812E-01  9.99999999890200497E-01  9.99999999887910551E-01
+  9.99999999885575974E-01  9.99999999883195434E-01  9.99999999880768264E-01
+  9.99999999878293355E-01  9.99999999875769818E-01  9.99999999873196543E-01
+  9.99999999870573308E-01  9.99999999867898559E-01  9.99999999865171407E-01
+  9.99999999862390965E-01  9.99999999859556121E-01  9.99999999856666211E-01
+  9.99999999853719679E-01  9.99999999850715415E-01  9.99999999847652754E-01
+  9.99999999844530141E-01  9.99999999841347131E-01  9.99999999838101949E-01
+  9.99999999834793485E-01  9.99999999831420627E-01  9.99999999827982489E-01
+  9.99999999824477070E-01  9.99999999820904151E-01  9.99999999817261509E-01
+  9.99999999813548035E-01  9.99999999809762841E-01  9.99999999805904149E-01
+  9.99999999801970407E-01  9.99999999797960726E-01  9.99999999793873551E-01
+  9.99999999789707106E-01  9.99999999785460281E-01  9.99999999781130855E-01
+  9.99999999776717940E-01  9.99999999772219983E-01  9.99999999767635206E-01
+  9.99999999762961833E-01  9.99999999758198088E-01  9.99999999753342639E-01
+  9.99999999748393487E-01  9.99999999743349299E-01  9.99999999738207634E-01
+  9.99999999732966938E-01  9.99999999727625655E-01  9.99999999722181343E-01
+  9.99999999716632448E-01  9.99999999710976972E-01  9.99999999705212472E-01
+  9.99999999699337616E-01  9.99999999693349739E-01  9.99999999687247065E-01
+  9.99999999681026930E-01  9.99999999674688000E-01  9.99999999668227169E-01
+  9.99999999661642436E-01  9.99999999654931804E-01  9.99999999648092386E-01
+  9.99999999641122184E-01  9.99999999634018311E-01  9.99999999626778990E-01
+  9.99999999619400670E-01  9.99999999611881352E-01  9.99999999604218592E-01
+  9.99999999596409062E-01  9.99999999588450539E-01  9.99999999580339693E-01
+  9.99999999572074305E-01  9.99999999563651043E-01  9.99999999555067465E-01
+  9.99999999546319351E-01  9.99999999537405149E-01  9.99999999528320638E-01
+  9.99999999519063154E-01  9.99999999509628923E-01  9.99999999500015502E-01
+  9.99999999490218672E-01  9.99999999480235768E-01  9.99999999470062573E-01
+  9.99999999459695532E-01  9.99999999449131982E-01  9.99999999438367260E-01
+  9.99999999427397590E-01  9.99999999416219643E-01  9.99999999404829643E-01
+  9.99999999393222705E-01  9.99999999381395721E-01  9.99999999369344250E-01
+  9.99999999357063851E-01  9.99999999344550528E-01  9.99999999331799616E-01
+  9.99999999318807120E-01  9.99999999305568155E-01  9.99999999292078279E-01
+  9.99999999278332830E-01  9.99999999264326700E-01  9.99999999250055449E-01
+  9.99999999235513748E-01  9.99999999220696711E-01  9.99999999205599233E-01
+  9.99999999190215982E-01  9.99999999174541632E-01  9.99999999158570851E-01
+  9.99999999142298091E-01  9.99999999125717354E-01  9.99999999108823312E-01
+  9.99999999091609970E-01  9.99999999074071333E-01  9.99999999056201183E-01
+  9.99999999037993526E-01  9.99999999019442143E-01  9.99999999000540152E-01
+  9.99999998981281557E-01  9.99999998961659475E-01  9.99999998941667023E-01
+  9.99999998921297539E-01  9.99999998900543474E-01  9.99999998879398166E-01
+  9.99999998857854289E-01  9.99999998835904069E-01  9.99999998813539959E-01
+  9.99999998790754629E-01  9.99999998767539866E-01  9.99999998743887897E-01
+  9.99999998719790506E-01  9.99999998695239034E-01  9.99999998670225265E-01
+  9.99999998644740762E-01  9.99999998618776420E-01  9.99999998592323358E-01
+  9.99999998565372916E-01  9.99999998537915102E-01  9.99999998509941257E-01
+  9.99999998481440944E-01  9.99999998452404615E-01  9.99999998422822722E-01
+  9.99999998392684386E-01  9.99999998361979614E-01  9.99999998330698192E-01
+  9.99999998298828796E-01  9.99999998266360768E-01  9.99999998233282783E-01
+  9.99999998199583739E-01  9.99999998165251869E-01  9.99999998130274959E-01
+  9.99999998094641906E-01  9.99999998058340056E-01  9.99999998021356751E-01
+  9.99999997983679556E-01  9.99999997945295593E-01  9.99999997906191318E-01
+  9.99999997866353629E-01  9.99999997825769205E-01  9.99999997784423167E-01
+  9.99999997742302416E-01  9.99999997699391852E-01  9.99999997655677042E-01
+  9.99999997611142888E-01  9.99999997565774512E-01  9.99999997519555706E-01
+  9.99999997472471147E-01  9.99999997424504627E-01  9.99999997375639715E-01
+  9.99999997325859535E-01  9.99999997275147212E-01  9.99999997223485648E-01
+  9.99999997170856858E-01  9.99999997117242856E-01  9.99999997062625434E-01
+  9.99999997006985941E-01  9.99999996950305281E-01  9.99999996892564136E-01
+  9.99999996833742966E-01  9.99999996773821120E-01  9.99999996712778838E-01
+  9.99999996650595024E-01  9.99999996587248363E-01  9.99999996522717094E-01
+  9.99999996456979678E-01  9.99999996390013246E-01  9.99999996321794926E-01
+  9.99999996252301848E-01  9.99999996181510031E-01  9.99999996109395273E-01
+  9.99999996035933592E-01  9.99999995961099009E-01  9.99999995884866877E-01
+  9.99999995807210551E-01  9.99999995728103830E-01  9.99999995647520068E-01
+  9.99999995565431288E-01  9.99999995481810178E-01  9.99999995396627650E-01
+  9.99999995309855061E-01  9.99999995221462878E-01  9.99999995131420683E-01
+  9.99999995039698053E-01  9.99999994946264126E-01  9.99999994851086260E-01
+  9.99999994754132926E-01  9.99999994655370594E-01  9.99999994554766181E-01
+  9.99999994452284824E-01  9.99999994347892329E-01  9.99999994241552725E-01
+  9.99999994133230485E-01  9.99999994022887861E-01  9.99999993910488438E-01
+  9.99999993795992914E-01  9.99999993679363319E-01  9.99999993560559242E-01
+  9.99999993439541157E-01  9.99999993316267544E-01  9.99999993190696213E-01
+  9.99999993062784753E-01  9.99999992932490311E-01  9.99999992799767812E-01
+  9.99999992664572623E-01  9.99999992526859005E-01  9.99999992386579661E-01
+  9.99999992243687963E-01  9.99999992098134394E-01  9.99999991949869882E-01
+  9.99999991798844468E-01  9.99999991645006414E-01  9.99999991488304207E-01
+  9.99999991328684112E-01  9.99999991166092395E-01  9.99999991000473543E-01
+  9.99999990831771601E-01  9.99999990659929727E-01  9.99999990484889079E-01
+  9.99999990306590814E-01  9.99999990124974092E-01  9.99999989939977629E-01
+  9.99999989751538809E-01  9.99999989559593461E-01  9.99999989364076747E-01
+  9.99999989164922720E-01  9.99999988962063657E-01  9.99999988755430502E-01
+  9.99999988544954199E-01  9.99999988330562362E-01  9.99999988112183269E-01
+  9.99999987889742536E-01  9.99999987663165113E-01  9.99999987432374393E-01
+  9.99999987197291773E-01  9.99999986957837761E-01  9.99999986713931976E-01
+  9.99999986465491153E-01  9.99999986212431580E-01  9.99999985954667769E-01
+  9.99999985692112237E-01  9.99999985424675941E-01  9.99999985152269177E-01
+  9.99999984874799241E-01  9.99999984592172431E-01  9.99999984304292933E-01
+  9.99999984011063936E-01  9.99999983712385743E-01  9.99999983408157544E-01
+  9.99999983098276535E-01  9.99999982782638130E-01  9.99999982461135306E-01
+  9.99999982133659704E-01  9.99999981800100302E-01  9.99999981460344523E-01
+  9.99999981114277792E-01  9.99999980761782647E-01  9.99999980402740740E-01
+  9.99999980037029945E-01  9.99999979664527250E-01  9.99999979285106311E-01
+  9.99999978898639674E-01  9.99999978504996112E-01  9.99999978104043286E-01
+  9.99999977695645081E-01  9.99999977279664276E-01  9.99999976855959649E-01
+  9.99999976424388870E-01  9.99999975984805611E-01  9.99999975537061991E-01
+  9.99999975081006354E-01  9.99999974616485265E-01  9.99999974143341186E-01
+  9.99999973661414909E-01  9.99999973170543788E-01  9.99999972670561954E-01
+  9.99999972161300654E-01  9.99999971642588026E-01  9.99999971114249320E-01
+  9.99999970576106012E-01  9.99999970027976470E-01  9.99999969469675509E-01
+  9.99999968901015501E-01  9.99999968321804156E-01  9.99999967731845629E-01
+  9.99999967130941636E-01  9.99999966518889338E-01  9.99999965895481790E-01
+  9.99999965260509271E-01  9.99999964613757064E-01  9.99999963955007787E-01
+  9.99999963284038507E-01  9.99999962600623848E-01  9.99999961904532442E-01
+  9.99999961195530251E-01  9.99999960473377802E-01  9.99999959737831956E-01
+  9.99999958988644355E-01  9.99999958225562535E-01  9.99999957448329813E-01
+  9.99999956656682842E-01  9.99999955850356281E-01  9.99999955029077570E-01
+  9.99999954192570262E-01  9.99999953340551584E-01  9.99999952472735321E-01
+  9.99999951588828595E-01  9.99999950688533645E-01  9.99999949771547048E-01
+  9.99999948837559938E-01  9.99999947886257345E-01  9.99999946917318860E-01
+  9.99999945930418188E-01  9.99999944925222484E-01  9.99999943901393240E-01
+  9.99999942858585622E-01  9.99999941796448466E-01  9.99999940714623836E-01
+  9.99999939612747024E-01  9.99999938490447549E-01  9.99999937347346823E-01
+  9.99999936183059712E-01  9.99999934997194861E-01  9.99999933789352147E-01
+  9.99999932559125115E-01  9.99999931306099543E-01  9.99999930029853323E-01
+  9.99999928729956689E-01  9.99999927405972100E-01  9.99999926057453692E-01
+  9.99999924683947161E-01  9.99999923284990211E-01  9.99999921860112106E-01
+  9.99999920408832788E-01  9.99999918930663978E-01  9.99999917425107632E-01
+  9.99999915891657265E-01  9.99999914329796735E-01  9.99999912739000352E-01
+  9.99999911118731877E-01  9.99999909468447079E-01  9.99999907787589515E-01
+  9.99999906075594192E-01  9.99999904331884459E-01  9.99999902555873343E-01
+  9.99999900746963544E-01  9.99999898904546547E-01  9.99999897028001739E-01
+  9.99999895116697624E-01  9.99999893169991827E-01  9.99999891187228207E-01
+  9.99999889167740186E-01  9.99999887110848529E-01  9.99999885015860679E-01
+  9.99999882882071867E-01  9.99999880708764222E-01  9.99999878495206329E-01
+  9.99999876240654118E-01  9.99999873944348749E-01  9.99999871605517510E-01
+  9.99999869223374138E-01  9.99999866797116610E-01  9.99999864325928800E-01
+  9.99999861808980373E-01  9.99999859245423894E-01  9.99999856634397499E-01
+  9.99999853975022335E-01  9.99999851266404782E-01  9.99999848507633349E-01
+  9.99999845697779888E-01  9.99999842835900044E-01  9.99999839921030809E-01
+  9.99999836952192522E-01  9.99999833928385984E-01  9.99999830848594895E-01
+  9.99999827711783529E-01  9.99999824516896507E-01  9.99999821262860467E-01
+  9.99999817948580172E-01  9.99999814572942181E-01  9.99999811134810512E-01
+  9.99999807633029758E-01  9.99999804066422193E-01  9.99999800433789110E-01
+  9.99999796733908597E-01  9.99999792965536982E-01  9.99999789127407279E-01
+  9.99999785218229187E-01  9.99999781236688534E-01  9.99999777181446614E-01
+  9.99999773051140073E-01  9.99999768844380910E-01  9.99999764559754367E-01
+  9.99999760195820930E-01  9.99999755751112662E-01  9.99999751224136202E-01
+  9.99999746613369767E-01  9.99999741917263263E-01  9.99999737134238620E-01
+  9.99999732262687790E-01  9.99999727300973418E-01  9.99999722247428391E-01
+  9.99999717100353402E-01  9.99999711858018947E-01  9.99999706518662990E-01
+  9.99999701080491410E-01  9.99999695541676448E-01  9.99999689900356148E-01
+  9.99999684154635360E-01  9.99999678302582518E-01  9.99999672342231749E-01
+  9.99999666271579213E-01  9.99999660088585873E-01  9.99999653791173282E-01
+  9.99999647377225243E-01  9.99999640844587256E-01  9.99999634191063191E-01
+  9.99999627414417946E-01  9.99999620512374676E-01  9.99999613482613237E-01
+  9.99999606322773071E-01  9.99999599030447106E-01  9.99999591603186300E-01
+  9.99999584038494316E-01  9.99999576333829854E-01  9.99999568486604429E-01
+  9.99999560494181705E-01  9.99999552353876164E-01  9.99999544062952772E-01
+  9.99999535618626423E-01  9.99999527018060164E-01  9.99999518258364639E-01
+  9.99999509336597203E-01  9.99999500249760143E-01  9.99999490994801454E-01
+  9.99999481568611626E-01  9.99999471968024745E-01  9.99999462189814836E-01
+  9.99999452230697861E-01  9.99999442087328272E-01  9.99999431756298685E-01
+  9.99999421234138763E-01  9.99999410517314224E-01  9.99999399602225170E-01
+  9.99999388485205420E-01  9.99999377162521075E-01  9.99999365630368287E-01
+  9.99999353884874154E-01  9.99999341922093499E-01  9.99999329738008091E-01
+  9.99999317328525650E-01  9.99999304689478730E-01  9.99999291816621727E-01
+  9.99999278705631545E-01  9.99999265352104483E-01  9.99999251751555795E-01
+  9.99999237899417803E-01  9.99999223791038339E-01  9.99999209421679081E-01
+  9.99999194786514334E-01  9.99999179880629030E-01  9.99999164699017284E-01
+  9.99999149236580287E-01  9.99999133488126080E-01  9.99999117448365782E-01
+  9.99999101111912370E-01  9.99999084473280342E-01  9.99999067526882612E-01
+  9.99999050267027401E-01  9.99999032687919454E-01  9.99999014783655493E-01
+  9.99998996548223107E-01  9.99998977975499193E-01  9.99998959059246850E-01
+  9.99998939793114272E-01  9.99998920170632521E-01  9.99998900185211870E-01
+  9.99998879830142462E-01  9.99998859098588988E-01  9.99998837983590572E-01
+  9.99998816478056662E-01  9.99998794574767258E-01  9.99998772266367464E-01
+  9.99998749545367160E-01  9.99998726404137339E-01  9.99998702834908326E-01
+  9.99998678829766119E-01  9.99998654380651719E-01  9.99998629479355694E-01
+  9.99998604117517731E-01  9.99998578286622863E-01  9.99998551977997918E-01
+  9.99998525182810960E-01  9.99998497892064964E-01  9.99998470096597925E-01
+  9.99998441787078307E-01  9.99998412954001381E-01  9.99998383587686779E-01
+  9.99998353678276275E-01  9.99998323215728235E-01  9.99998292189815841E-01
+  9.99998260590122423E-01  9.99998228406040801E-01  9.99998195626765507E-01
+  9.99998162241292454E-01  9.99998128238414163E-01  9.99998093606714988E-01
+  9.99998058334569007E-01  9.99998022410135912E-01  9.99997985821356017E-01
+  9.99997948555945926E-01  9.99997910601395645E-01  9.99997871944965144E-01
+  9.99997832573677137E-01  9.99997792474315195E-01  9.99997751633418752E-01
+  9.99997710037278109E-01  9.99997667671929880E-01  9.99997624523153772E-01
+  9.99997580576464595E-01  9.99997535817111038E-01  9.99997490230068786E-01
+  9.99997443800035191E-01  9.99997396511425163E-01  9.99997348348365622E-01
+  9.99997299294689945E-01  9.99997249333932192E-01  9.99997198449323221E-01
+  9.99997146623782029E-01  9.99997093839913864E-01  9.99997040080001121E-01
+  9.99996985325999010E-01  9.99996929559529346E-01  9.99996872761873989E-01
+  9.99996814913969079E-01  9.99996755996397702E-01  9.99996695989384898E-01
+  9.99996634872789558E-01  9.99996572626098645E-01  9.99996509228418984E-01
+  9.99996444658472816E-01  9.99996378894587035E-01  9.99996311914689850E-01
+  9.99996243696300247E-01  9.99996174216522316E-01  9.99996103452035823E-01
+  9.99996031379090766E-01  9.99995957973497607E-01  9.99995883210619385E-01
+  9.99995807065363618E-01  9.99995729512175080E-01  9.99995650525024371E-01
+  9.99995570077402807E-01  9.99995488142310540E-01  9.99995404692248235E-01
+  9.99995319699209739E-01  9.99995233134669759E-01  9.99995144969576533E-01
+  9.99995055174340841E-01  9.99994963718826679E-01  9.99994870572340822E-01
+  9.99994775703623051E-01  9.99994679080835169E-01  9.99994580671550004E-01
+  9.99994480442741418E-01  9.99994378360772651E-01  9.99994274391385662E-01
+  9.99994168499687586E-01  9.99994060650142069E-01  9.99993950806556064E-01
+  9.99993838932066170E-01  9.99993724989128752E-01  9.99993608939505063E-01
+  9.99993490744250701E-01  9.99993370363700507E-01  9.99993247757456460E-01
+  9.99993122884373586E-01  9.99992995702547072E-01  9.99992866169296946E-01
+  9.99992734241153203E-01  9.99992599873844923E-01  9.99992463022280065E-01
+  9.99992323640535141E-01  9.99992181681836456E-01  9.99992037098546671E-01
+  9.99991889842147152E-01  9.99991739863223095E-01  9.99991587111445313E-01
+  9.99991431535555253E-01  9.99991273083346455E-01  9.99991111701647228E-01
+  9.99990947336303670E-01  9.99990779932160345E-01  9.99990609433042077E-01
+  9.99990435781736298E-01  9.99990258919971731E-01  9.99990078788400516E-01
+  9.99989895326578004E-01  9.99989708472941885E-01  9.99989518164792202E-01
+  9.99989324338269370E-01  9.99989126928334970E-01  9.99988925868745770E-01
+  9.99988721092037069E-01  9.99988512529494722E-01  9.99988300111135930E-01
+  9.99988083765683378E-01  9.99987863420542800E-01  9.99987639001778339E-01
+  9.99987410434086010E-01  9.99987177640771940E-01  9.99986940543723390E-01
+  9.99986699063384110E-01  9.99986453118726470E-01  9.99986202627226817E-01
+  9.99985947504834938E-01  9.99985687665946865E-01  9.99985423023376896E-01
+  9.99985153488328282E-01  9.99984878970361368E-01  9.99984599377366168E-01
+  9.99984314615529390E-01  9.99984024589304688E-01  9.99983729201378457E-01
+  9.99983428352638648E-01  9.99983121942141895E-01  9.99982809867078659E-01
+  9.99982492022738367E-01  9.99982168302476326E-01  9.99981838597675643E-01
+  9.99981502797712252E-01  9.99981160789916834E-01  9.99980812459537738E-01
+  9.99980457689703228E-01  9.99980096361379855E-01  9.99979728353335040E-01
+  9.99979353542094995E-01  9.99978971801903316E-01  9.99978583004680122E-01
+  9.99978187019977094E-01  9.99977783714935953E-01  9.99977372954242161E-01
+  9.99976954600079515E-01  9.99976528512084850E-01  9.99976094547301408E-01
+  9.99975652560129324E-01  9.99975202402277885E-01  9.99974743922715570E-01
+  9.99974276967618425E-01  9.99973801380320659E-01  9.99973317001259798E-01
+  9.99972823667924837E-01  9.99972321214800397E-01  9.99971809473312545E-01
+  9.99971288271771286E-01  9.99970757435312718E-01  9.99970216785842192E-01
+  9.99969666141972247E-01  9.99969105318963658E-01  9.99968534128661712E-01
+  9.99967952379435365E-01  9.99967359876110296E-01  9.99966756419906178E-01
+  9.99966141808367848E-01  9.99965515835298135E-01  9.99964878290689474E-01
+  9.99964228960652401E-01  9.99963567627344618E-01  9.99962894068896713E-01
+  9.99962208059339441E-01  9.99961509368526791E-01  9.99960797762059150E-01
+  9.99960073001204486E-01  9.99959334842819070E-01  9.99958583039264326E-01
+  9.99957817338325783E-01  9.99957037483127475E-01  9.99956243212044460E-01
+  9.99955434258618214E-01  9.99954610351464601E-01  9.99953771214184162E-01
+  9.99952916565268746E-01  9.99952046118007587E-01  9.99951159580390936E-01
+  9.99950256655012581E-01  9.99949337038969488E-01  9.99948400423760209E-01
+  9.99947446495182302E-01  9.99946474933225860E-01  9.99945485411967150E-01
+  9.99944477599459147E-01  9.99943451157619401E-01  9.99942405742117457E-01
+  9.99941341002259731E-01  9.99940256580870934E-01  9.99939152114175389E-01
+  9.99938027231673576E-01  9.99936881556020118E-01  9.99935714702894662E-01
+  9.99934526280875091E-01  9.99933315891305852E-01  9.99932083128163618E-01
+  9.99930827577920622E-01  9.99929548819408986E-01  9.99928246423676059E-01
+  9.99926919953842197E-01  9.99925568964954881E-01  9.99924193003837392E-01
+  9.99922791608939709E-01  9.99921364310182192E-01  9.99919910628797814E-01
+  9.99918430077171960E-01  9.99916922158679555E-01  9.99915386367517645E-01
+  9.99913822188536527E-01  9.99912229097067007E-01  9.99910606558744530E-01
+  9.99908954029329222E-01  9.99907270954524585E-01  9.99905556769791426E-01
+  9.99903810900158785E-01  9.99902032760030091E-01  9.99900221752988538E-01
+  9.99898377271595584E-01  9.99896498697188996E-01  9.99894585399674574E-01
+  9.99892636737315099E-01  9.99890652056514395E-01  9.99888630691600055E-01
+  9.99886571964599957E-01  9.99884475185012889E-01  9.99882339649581064E-01
+  9.99880164642050095E-01  9.99877949432932733E-01  9.99875693279262290E-01
+  9.99873395424343725E-01  9.99871055097501404E-01  9.99868671513819640E-01
+  9.99866243873880345E-01  9.99863771363494691E-01  9.99861253153430773E-01
+  9.99858688399136164E-01  9.99856076240453140E-01  9.99853415801333134E-01
+  9.99850706189540972E-01  9.99847946496357665E-01  9.99845135796274986E-01
+  9.99842273146685168E-01  9.99839357587566480E-01  9.99836388141160604E-01
+  9.99833363811645226E-01  9.99830283584801416E-01  9.99827146427671676E-01
+  9.99823951288217327E-01  9.99820697094962685E-01  9.99817382756638673E-01
+  9.99814007161816676E-01  9.99810569178536390E-01  9.99807067653925463E-01
+  9.99803501413815576E-01  9.99799869262348095E-01  9.99796169981573390E-01
+  9.99792402331044161E-01  9.99788565047398659E-01  9.99784656843938468E-01
+  9.99780676410199187E-01  9.99776622411507887E-01  9.99772493488540803E-01
+  9.99768288256864812E-01  9.99764005306475911E-01  9.99759643201326598E-01
+  9.99755200478845585E-01  9.99750675649447529E-01  9.99746067196035537E-01
+  9.99741373573492020E-01  9.99736593208163438E-01  9.99731724497331831E-01
+  9.99726765808680251E-01  9.99721715479745421E-01  9.99716571817361288E-01
+  9.99711333097093702E-01  9.99705997562662207E-01  9.99700563425353850E-01
+  9.99695028863423540E-01  9.99689392021485435E-01  9.99683651009891761E-01
+  9.99677803904101103E-01  9.99671848744035252E-01  9.99665783533422392E-01
+  9.99659606239131304E-01  9.99653314790489245E-01  9.99646907078591718E-01
+  9.99640380955595820E-01  9.99633734234002591E-01  9.99626964685927266E-01
+  9.99620070042351094E-01  9.99613047992365611E-01  9.99605896182400255E-01
+  9.99598612215434112E-01  9.99591193650195442E-01  9.99583638000346331E-01
+  9.99575942733652134E-01  9.99568105271133489E-01  9.99560122986207111E-01
+  9.99551993203807165E-01  9.99543713199490758E-01  9.99535280198529219E-01
+  9.99526691374980847E-01  9.99517943850747215E-01  9.99509034694611498E-01
+  9.99499960921261033E-01  9.99490719490288226E-01  9.99481307305177924E-01
+  9.99471721212272235E-01  9.99461957999717598E-01  9.99452014396394084E-01
+  9.99441887070822821E-01  9.99431572630054110E-01  9.99421067618534775E-01
+  9.99410368516957526E-01  9.99399471741083900E-01  9.99388373640550554E-01
+  9.99377070497650788E-01  9.99365558526094988E-01  9.99353833869748742E-01
+  9.99341892601345871E-01  9.99329730721179255E-01  9.99317344155768450E-01
+  9.99304728756500449E-01  9.99291880298248558E-01  9.99278794477963084E-01
+  9.99265466913238587E-01  9.99251893140853165E-01  9.99238068615281971E-01
+  9.99223988707183097E-01  9.99209648701856246E-01  9.99195043797671878E-01
+  9.99180169104474158E-01  9.99165019641951258E-01  9.99149590337979232E-01
+  9.99133876026932488E-01  9.99117871447966599E-01  9.99101571243267261E-01
+  9.99084969956267832E-01  9.99068062029834558E-01  9.99050841804419165E-01
+  9.99033303516177029E-01  9.99015441295050155E-01  9.98997249162817624E-01
+  9.98978721031107741E-01  9.98959850699375651E-01  9.98940631852843541E-01
+  9.98921058060403322E-01  9.98901122772480554E-01  9.98880819318860524E-01
+  9.98860140906473570E-01  9.98839080617140773E-01  9.98817631405278683E-01
+  9.98795786095561522E-01  9.98773537380540977E-01  9.98750877818224247E-01
+  9.98727799829605134E-01  9.98704295696152711E-01  9.98680357557253595E-01
+  9.98655977407607587E-01  9.98631147094574456E-01  9.98605858315476880E-01
+  9.98580102614849641E-01  9.98553871381640090E-01  9.98527155846361092E-01
+  9.98499947078187899E-01  9.98472235982005185E-01  9.98444013295398114E-01
+  9.98415269585593235E-01  9.98385995246337754E-01  9.98356180494728962E-01
+  9.98325815367980041E-01  9.98294889720132694E-01  9.98263393218706718E-01
+  9.98231315341290060E-01  9.98198645372068039E-01  9.98165372398289286E-01
+  9.98131485306668287E-01  9.98096972779720093E-01  9.98061823292035188E-01
+  9.98026025106480419E-01  9.97989566270335970E-01  9.97952434611360850E-01
+  9.97914617733787646E-01  9.97876103014245452E-01  9.97836877597610861E-01
+  9.97796928392781335E-01  9.97756242068375099E-01  9.97714805048352527E-01
+  9.97672603507560707E-01  9.97629623367195628E-01  9.97585850290184872E-01
+  9.97541269676486375E-01  9.97495866658305030E-01  9.97449626095220476E-01
+  9.97402532569230504E-01  9.97354570379705541E-01  9.97305723538250977E-01
+  9.97255975763480573E-01  9.97205310475694384E-01  9.97153710791463310E-01
+  9.97101159518116842E-01  9.97047639148131770E-01  9.96993131853422754E-01
+  9.96937619479530301E-01  9.96881083539704616E-01  9.96823505208886962E-01
+  9.96764865317583348E-01  9.96705144345626626E-01  9.96644322415835227E-01
+  9.96582379287550446E-01  9.96519294350068363E-01  9.96455046615950302E-01
+  9.96389614714215721E-01  9.96322976883419642E-01  9.96255110964601176E-01
+  9.96185994394113261E-01  9.96115604196325610E-01  9.96043916976197652E-01
+  9.95970908911722907E-01  9.95896555746239476E-01  9.95820832780608844E-01
+  9.95743714865253482E-01  9.95665176392060203E-01  9.95585191286139204E-01
+  9.95503732997439439E-01  9.95420774492219884E-01  9.95336288244372813E-01
+  9.95250246226592639E-01  9.95162619901396317E-01  9.95073380211985548E-01
+  9.94982497572951652E-01  9.94889941860819804E-01  9.94795682404430948E-01
+  9.94699687975156510E-01  9.94601926776945922E-01  9.94502366436203045E-01
+  9.94400973991489190E-01  9.94297715883049715E-01  9.94192557942160549E-01
+  9.94085465380294520E-01  9.93976402778101953E-01  9.93865334074205076E-01
+  9.93752222553799469E-01  9.93637030837065338E-01  9.93519720867382272E-01
+  9.93400253899340502E-01  9.93278590486557422E-01  9.93154690469282841E-01
+  9.93028512961797616E-01  9.92900016339604896E-01  9.92769158226400439E-01
+  9.92635895480831087E-01  9.92500184183028433E-01  9.92361979620923096E-01
+  9.92221236276326968E-01  9.92077907810790305E-01  9.91931947051219343E-01
+  9.91783305975263429E-01  9.91631935696457578E-01  9.91477786449123100E-01
+  9.91320807573020990E-01  9.91160947497755962E-01  9.90998153726925679E-01
+  9.90832372822014196E-01  9.90663550386022940E-01  9.90491631046841237E-01
+  9.90316558440345829E-01  9.90138275193231387E-01  9.89956722905567799E-01
+  9.89771842133075896E-01  9.89583572369126530E-01  9.89391852026452856E-01
+  9.89196618418572093E-01  9.88997807740919610E-01  9.88795355051684255E-01
+  9.88589194252347703E-01  9.88379258067918709E-01  9.88165478026864608E-01
+  9.87947784440730059E-01  9.87726106383446156E-01  9.87500371670322008E-01
+  9.87270506836717465E-01  9.87036437116391330E-01  9.86798086419524378E-01
+  9.86555377310413761E-01  9.86308230984832335E-01  9.86056567247052485E-01
+  9.85800304486531886E-01  9.85539359654254765E-01  9.85273648238727096E-01
+  9.85003084241626969E-01  9.84727580153097581E-01  9.84447046926689828E-01
+  9.84161393953945418E-01  9.83870529038620156E-01  9.83574358370543411E-01
+  9.83272786499114204E-01  9.82965716306426485E-01  9.82653048980026034E-01
+  9.82334683985293555E-01  9.82010519037453178E-01  9.81680450073203814E-01
+  9.81344371221972378E-01  9.81002174776786307E-01  9.80653751164763388E-01
+  9.80298988917218117E-01  9.79937774639384807E-01  9.79569992979752446E-01
+  9.79195526599015431E-01  9.78814256138635042E-01  9.78426060189012792E-01
+  9.78030815257279640E-01  9.77628395734691735E-01  9.77218673863642473E-01
+  9.76801519704286192E-01  9.76376801100774183E-01  9.75944383647109448E-01
+  9.75504130652613322E-01  9.75055903107011623E-01  9.74599559645143443E-01
+  9.74134956511288563E-01  9.73661947523122850E-01  9.73180384035302715E-01
+  9.72690114902679537E-01  9.72190986443151939E-01  9.71682842400160562E-01
+  9.71165523904826244E-01  9.70638869437739804E-01  9.70102714790412546E-01
+  9.69556893026386146E-01  9.69001234442017578E-01  9.68435566526940406E-01
+  9.67859713924215548E-01  9.67273498390175401E-01  9.66676738753977416E-01
+  9.66069250876868679E-01  9.65450847611184493E-01  9.64821338759080382E-01
+  9.64180531031016530E-01  9.63528228004011944E-01  9.62864230079671479E-01
+  9.62188334442011461E-01  9.61500335015095686E-01  9.60800022420498556E-01
+  9.60087183934613009E-01  9.59361603445824884E-01  9.58623061411572608E-01
+  9.57871334815311726E-01  9.57106197123411495E-01  9.56327418241998739E-01
+  9.55534764473785825E-01  9.54727998474898198E-01  9.53906879211734893E-01
+  9.53071161917890541E-01  9.52220598051166434E-01  9.51354935250707356E-01
+  9.50473917294293869E-01  9.49577284055825643E-01  9.48664771463037071E-01
+  9.47736111455476427E-01  9.46791031942798011E-01  9.45829256763399129E-01
+  9.44850505643457628E-01  9.43854494156407209E-01  9.42840933682903004E-01
+  9.41809531371328501E-01  9.40759990098893217E-01  9.39692008433382187E-01
+  9.38605280595606883E-01  9.37499496422623535E-01  9.36374341331780879E-01
+  9.35229496285658102E-01  9.34064637757966221E-01  9.32879437700479541E-01
+  9.31673563511072111E-01  9.30446678002936012E-01  9.29198439375061858E-01
+  9.27928501184060783E-01  9.26636512317417060E-01  9.25322116968262054E-01
+  9.23984954611754672E-01  9.22624659983175999E-01  9.21240863057829706E-01
+  9.19833189032853493E-01  9.18401258311051349E-01  9.16944686486858895E-01
+  9.15463084334554034E-01  9.13956057798837151E-01  9.12423207987900553E-01
+  9.10864131169122015E-01  9.09278418767511365E-01  9.07665657367048073E-01
+  9.06025428715056647E-01  9.04357309729764802E-01  9.02660872511198975E-01
+  9.00935684355571254E-01  8.99181307773329053E-01  8.97397300511029838E-01
+  8.95583215577216651E-01  8.93738601272478839E-01  8.91863001223876961E-01
+  8.89955954423931384E-01  8.88016995274367171E-01  8.86045653634821351E-01
+  8.84041454876725363E-01  8.82003919942574433E-01  8.79932565410813439E-01
+  8.77826903566565120E-01  8.75686442478439631E-01  8.73510686081670040E-01
+  8.71299134267820907E-01  8.69051282981332274E-01  8.66766624323163870E-01
+  8.64444646661807536E-01  8.62084834751953188E-01  8.59686669861089992E-01
+  8.57249629904345167E-01  8.54773189587855642E-01  8.52256820560980510E-01
+  8.49699991577686053E-01  8.47102168667408728E-01  8.44462815315745408E-01
+  8.41781392655301941E-01  8.39057359667052638E-01  8.36290173392565839E-01
+  8.33479289157458614E-01  8.30624160806449297E-01  8.27724240950395207E-01
+  8.24778981225690377E-01  8.21787832566424625E-01  8.18750245489700101E-01
+  8.15665670394516207E-01  8.12533557874633994E-01  8.09353359045843157E-01
+  8.06124525888056165E-01  8.02846511602666513E-01  7.99518770985604976E-01
+  7.96140760816539950E-01  7.92711940264676951E-01  7.89231771311596053E-01
+  7.85699719191602308E-01  7.82115252850035914E-01  7.78477845420015080E-01
+  7.74786974718073340E-01  7.71042123759160147E-01  7.67242781291475384E-01
+  7.63388442351602414E-01  7.59478608840411962E-01  7.55512790120202227E-01
+  7.51490503633531315E-01  7.47411275544221154E-01  7.43274641400961222E-01
+  7.39080146823983486E-01  7.34827348215237097E-01  7.30515813492501498E-01
+  7.26145122847853930E-01  7.21714869530909908E-01  7.17224660657224788E-01
+  7.12674118042241345E-01  7.08062879061149619E-01  7.03390597534993889E-01
+  6.98656944643367361E-01  6.93861609863971940E-01  6.89004301939332042E-01
+  6.84084749870900954E-01  6.79102703940774322E-01  6.74057936761187859E-01
+  6.68950244351943835E-01  6.63779447245866794E-01  6.58545391622347376E-01
+  6.53247950468988536E-01  6.47887024771307996E-01  6.42462544730421081E-01
+  6.36974471008533105E-01  6.31422796002045539E-01  6.25807545141989774E-01
+  6.20128778221442745E-01  6.14386590749500305E-01  6.08581115331303546E-01
+  6.02712523073529960E-01  5.96781025014672561E-01  5.90786873579329908E-01
+  5.84730364055636276E-01  5.78611836094842347E-01  5.72431675231970249E-01
+  5.66190314426308294E-01  5.59888235620425667E-01  5.53525971316231269E-01
+  5.47104106166475423E-01  5.40623278579939415E-01  5.34084182338418034E-01
+  5.27487568223430681E-01  5.20834245650440453E-01  5.14125084308179603E-01
+  5.07361015800505522E-01  5.00543035288032234E-01  4.93672203126558906E-01
+  4.86749646499151978E-01  4.79776561038497418E-01  4.72754212435943344E-01
+  4.65683938033410905E-01  4.58567148394132873E-01  4.51405328847933385E-01
+  4.44200041006515167E-01  4.36952924243969643E-01  4.29665697137466440E-01
+  4.22340158862797133E-01  4.14978190539215863E-01  4.07581756517678528E-01
+  4.00152905606356690E-01  3.92693772226984761E-01  3.85206577495311564E-01
+  3.77693630218635445E-01  3.70157327803100178E-01  3.62600157063136197E-01
+  3.55024694925117457E-01  3.47433609017027800E-01  3.39829658135595514E-01
+  3.32215692582115085E-01  3.24594654357812762E-01  3.16969577209392395E-01
+  3.09343586515078262E-01  3.01719899001221759E-01  2.94101822279273450E-01
+  2.86492754192678556E-01  2.78896181963029288E-01  2.71315681124585595E-01
+  2.63754914236101423E-01  2.56217629358701793E-01  2.48707658288452704E-01
+  2.41228914532099437E-01  2.33785391014422278E-01  2.26381157505581937E-01
+  2.19020357756830153E-01  2.11707206333006603E-01  2.04445985130318086E-01
+  1.97241039568042759E-01  1.90096774442990474E-01  1.83017649435806423E-01
+  1.76008174258525801E-01  1.69072903433164612E-01  1.62216430691627916E-01
+  1.55443382987711459E-01  1.48758414112648008E-01  1.42166197906346548E-01
+  1.35671421057298514E-01  1.29278775485030667E-01  1.22992950300034029E-01
+  1.16818623337208244E-01  1.10760452260141251E-01  1.04823065234910667E-01
+  9.90110511736005949E-02  9.33289495493931365E-02  8.77812397868348165E-02
+  8.23723302328402823E-02  7.71065467160477330E-02  7.19881207043645416E-02
+  6.70211770729226275E-02  6.22097214971864820E-02  5.75576274886581141E-02
+  5.30686230934623374E-02  4.87462772771093192E-02  4.45939860218938500E-02
+  4.06149581667253415E-02  3.68122010226326624E-02  3.31885058008372161E-02
+  2.97464328940366708E-02  2.64882970554404691E-02  2.34161525241216827E-02
+  2.05317781493810393E-02  1.78366625710466298E-02  1.53319895169449199E-02
+  1.30186232831508309E-02  1.08970944670396513E-02  8.96758602758887524E-03
+  7.22991975180928195E-03  5.68354321054691768E-03  4.32751729122025832E-03
+  3.16050439923933404E-03  2.18075742390482245E-03  1.38610956842989317E-03
+  7.73965147339190592E-04  3.41291457813058590E-04  8.46118345144453740E-05
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  END     
+   VLOCFUN      
+ -3.12356025851055330E+00 -3.12450507932677590E+00 -3.12477336160458385E+00
+ -3.12479839231300316E+00 -3.12480438888283052E+00 -3.12480649920663334E+00
+ -3.12480742148569623E+00 -3.12480788520442010E+00 -3.12480814247889693E+00
+ -3.12480829602534360E+00 -3.12480839297159063E+00 -3.12480845698091381E+00
+ -3.12480850080819916E+00 -3.12480853173399353E+00 -3.12480855411553415E+00
+ -3.12480857066627093E+00 -3.12480858313415366E+00 -3.12480859267862687E+00
+ -3.12480860008852934E+00 -3.12480860591275222E+00 -3.12480861054085546E+00
+ -3.12480861425424239E+00 -3.12480861725943715E+00 -3.12480861971024471E+00
+ -3.12480862172261542E+00 -3.12480862338509624E+00 -3.12480862476596366E+00
+ -3.12480862591846176E+00 -3.12480862688441086E+00 -3.12480862769701950E+00
+ -3.12480862838280826E+00 -3.12480862896312139E+00 -3.12480862945527837E+00
+ -3.12480862987339636E+00 -3.12480863022905142E+00 -3.12480863053179636E+00
+ -3.12480863078954973E+00 -3.12480863100891781E+00 -3.12480863119541752E+00
+ -3.12480863135369491E+00 -3.12480863148767618E+00 -3.12480863160067024E+00
+ -3.12480863169551615E+00 -3.12480863177459733E+00 -3.12480863183999347E+00
+ -3.12480863189347113E+00 -3.12480863193655312E+00 -3.12480863197055392E+00
+ -3.12480863199661174E+00 -3.12480863201570758E+00 -3.12480863202870696E+00
+ -3.12480863203635995E+00 -3.12480863203931980E+00 -3.12480863203814563E+00
+ -3.12480863203335213E+00 -3.12480863202538828E+00 -3.12480863201461423E+00
+ -3.12480863200139192E+00 -3.12480863198601444E+00 -3.12480863196874603E+00
+ -3.12480863194983183E+00 -3.12480863192946723E+00 -3.12480863190784630E+00
+ -3.12480863188511782E+00 -3.12480863186144431E+00 -3.12480863183695101E+00
+ -3.12480863181174229E+00 -3.12480863178593760E+00 -3.12480863175961820E+00
+ -3.12480863173286627E+00 -3.12480863170574574E+00 -3.12480863167833833E+00
+ -3.12480863165069067E+00 -3.12480863162285560E+00 -3.12480863159487976E+00
+ -3.12480863156681465E+00 -3.12480863153867983E+00 -3.12480863151051524E+00
+ -3.12480863148235466E+00 -3.12480863145422028E+00 -3.12480863142612497E+00
+ -3.12480863139810427E+00 -3.12480863137017328E+00 -3.12480863134233688E+00
+ -3.12480863131463060E+00 -3.12480863128703934E+00 -3.12480863125959463E+00
+ -3.12480863123230224E+00 -3.12480863120516306E+00 -3.12480863117819530E+00
+ -3.12480863115139718E+00 -3.12480863112477270E+00 -3.12480863109833518E+00
+ -3.12480863107208195E+00 -3.12480863104601880E+00 -3.12480863102015061E+00
+ -3.12480863099447514E+00 -3.12480863096900174E+00 -3.12480863094372818E+00
+ -3.12480863091865135E+00 -3.12480863089377481E+00 -3.12480863086909544E+00
+ -3.12480863084462213E+00 -3.12480863082034332E+00 -3.12480863079627103E+00
+ -3.12480863077239013E+00 -3.12480863074871307E+00 -3.12480863072523407E+00
+ -3.12480863070195625E+00 -3.12480863067887826E+00 -3.12480863065598413E+00
+ -3.12480863063328540E+00 -3.12480863061079051E+00 -3.12480863058848257E+00
+ -3.12480863056636204E+00 -3.12480863054443203E+00 -3.12480863052268587E+00
+ -3.12480863050113067E+00 -3.12480863047976198E+00 -3.12480863045856250E+00
+ -3.12480863043755663E+00 -3.12480863041672619E+00 -3.12480863039607781E+00
+ -3.12480863037560663E+00 -3.12480863035530110E+00 -3.12480863033517275E+00
+ -3.12480863031521539E+00 -3.12480863029543432E+00 -3.12480863027582334E+00
+ -3.12480863025637534E+00 -3.12480863023711075E+00 -3.12480863021799626E+00
+ -3.12480863019904564E+00 -3.12480863018025845E+00 -3.12480863016163557E+00
+ -3.12480863014317167E+00 -3.12480863012486854E+00 -3.12480863010672216E+00
+ -3.12480863008874277E+00 -3.12480863007089926E+00 -3.12480863005322673E+00
+ -3.12480863003569231E+00 -3.12480863001832043E+00 -3.12480863000109021E+00
+ -3.12480862998402031E+00 -3.12480862996709918E+00 -3.12480862995032149E+00
+ -3.12480862993369035E+00 -3.12480862991722041E+00 -3.12480862990088593E+00
+ -3.12480862988469577E+00 -3.12480862986865704E+00 -3.12480862985275865E+00
+ -3.12480862983700636E+00 -3.12480862982140151E+00 -3.12480862980593166E+00
+ -3.12480862979060525E+00 -3.12480862977542895E+00 -3.12480862976038942E+00
+ -3.12480862974547691E+00 -3.12480862973073270E+00 -3.12480862971611506E+00
+ -3.12480862970163997E+00 -3.12480862968730877E+00 -3.12480862967311479E+00
+ -3.12480862965906159E+00 -3.12480862964515049E+00 -3.12480862963138950E+00
+ -3.12480862961775285E+00 -3.12480862960425965E+00 -3.12480862959091299E+00
+ -3.12480862957770622E+00 -3.12480862956464644E+00 -3.12480862955173011E+00
+ -3.12480862953895411E+00 -3.12480862952631888E+00 -3.12480862951382532E+00
+ -3.12480862950147698E+00 -3.12480862948927562E+00 -3.12480862947721638E+00
+ -3.12480862946530014E+00 -3.12480862945353932E+00 -3.12480862944191662E+00
+ -3.12480862943044624E+00 -3.12480862941911752E+00 -3.12480862940794557E+00
+ -3.12480862939692061E+00 -3.12480862938604487E+00 -3.12480862937532411E+00
+ -3.12480862936475789E+00 -3.12480862935433912E+00 -3.12480862934408288E+00
+ -3.12480862933397630E+00 -3.12480862932403580E+00 -3.12480862931425207E+00
+ -3.12480862930462200E+00 -3.12480862929515668E+00 -3.12480862928585923E+00
+ -3.12480862927672121E+00 -3.12480862926774794E+00 -3.12480862925894343E+00
+ -3.12480862925030944E+00 -3.12480862924184466E+00 -3.12480862923355085E+00
+ -3.12480862922543379E+00 -3.12480862921749125E+00 -3.12480862920972147E+00
+ -3.12480862920213198E+00 -3.12480862919473079E+00 -3.12480862918750679E+00
+ -3.12480862918047508E+00 -3.12480862917363034E+00 -3.12480862916697211E+00
+ -3.12480862916050572E+00 -3.12480862915423874E+00 -3.12480862914816893E+00
+ -3.12480862914229851E+00 -3.12480862913663326E+00 -3.12480862913117452E+00
+ -3.12480862912592006E+00 -3.12480862912088364E+00 -3.12480862911605506E+00
+ -3.12480862911144186E+00 -3.12480862910705115E+00 -3.12480862910287982E+00
+ -3.12480862909893853E+00 -3.12480862909522683E+00 -3.12480862909174339E+00
+ -3.12480862908850243E+00 -3.12480862908549728E+00 -3.12480862908274082E+00
+ -3.12480862908021573E+00 -3.12480862907794954E+00 -3.12480862907593204E+00
+ -3.12480862907417878E+00 -3.12480862907268042E+00 -3.12480862907144630E+00
+ -3.12480862907048706E+00 -3.12480862906978984E+00 -3.12480862906938173E+00
+ -3.12480862906925649E+00 -3.12480862906940660E+00 -3.12480862906985912E+00
+ -3.12480862907059764E+00 -3.12480862907163370E+00 -3.12480862907298507E+00
+ -3.12480862907464108E+00 -3.12480862907661328E+00 -3.12480862907890211E+00
+ -3.12480862908151291E+00 -3.12480862908446877E+00 -3.12480862908775725E+00
+ -3.12480862909138768E+00 -3.12480862909536183E+00 -3.12480862909969037E+00
+ -3.12480862910437507E+00 -3.12480862910942880E+00 -3.12480862911485646E+00
+ -3.12480862912065849E+00 -3.12480862912684687E+00 -3.12480862913342694E+00
+ -3.12480862914040092E+00 -3.12480862914778301E+00 -3.12480862915557545E+00
+ -3.12480862916378443E+00 -3.12480862917242286E+00 -3.12480862918148627E+00
+ -3.12480862919100444E+00 -3.12480862920096136E+00 -3.12480862921137481E+00
+ -3.12480862922225455E+00 -3.12480862923360903E+00 -3.12480862924544356E+00
+ -3.12480862925776703E+00 -3.12480862927058878E+00 -3.12480862928391900E+00
+ -3.12480862929776393E+00 -3.12480862931213732E+00 -3.12480862932704140E+00
+ -3.12480862934248504E+00 -3.12480862935849268E+00 -3.12480862937505899E+00
+ -3.12480862939219950E+00 -3.12480862940992443E+00 -3.12480862942824711E+00
+ -3.12480862944716975E+00 -3.12480862946670701E+00 -3.12480862948687887E+00
+ -3.12480862950768667E+00 -3.12480862952913618E+00 -3.12480862955125804E+00
+ -3.12480862957404559E+00 -3.12480862959752326E+00 -3.12480862962169370E+00
+ -3.12480862964658224E+00 -3.12480862967219197E+00 -3.12480862969853757E+00
+ -3.12480862972564433E+00 -3.12480862975350782E+00 -3.12480862978215113E+00
+ -3.12480862981158625E+00 -3.12480862984182783E+00 -3.12480862987288832E+00
+ -3.12480862990478636E+00 -3.12480862993753528E+00 -3.12480862997115283E+00
+ -3.12480863000565856E+00 -3.12480863004105647E+00 -3.12480863007737497E+00
+ -3.12480863011462029E+00 -3.12480863015282528E+00 -3.12480863019198774E+00
+ -3.12480863023214273E+00 -3.12480863027330003E+00 -3.12480863031547962E+00
+ -3.12480863035869083E+00 -3.12480863040296652E+00 -3.12480863044832091E+00
+ -3.12480863049477131E+00 -3.12480863054234304E+00 -3.12480863059105296E+00
+ -3.12480863064092862E+00 -3.12480863069198866E+00 -3.12480863074424642E+00
+ -3.12480863079772853E+00 -3.12480863085246297E+00 -3.12480863090846794E+00
+ -3.12480863096577188E+00 -3.12480863102439255E+00 -3.12480863108435036E+00
+ -3.12480863114568086E+00 -3.12480863120841512E+00 -3.12480863127256026E+00
+ -3.12480863133814868E+00 -3.12480863140522080E+00 -3.12480863147378507E+00
+ -3.12480863154388144E+00 -3.12480863161553124E+00 -3.12480863168876288E+00
+ -3.12480863176361767E+00 -3.12480863184010937E+00 -3.12480863191827662E+00
+ -3.12480863199815229E+00 -3.12480863207976078E+00 -3.12480863216314964E+00
+ -3.12480863224833838E+00 -3.12480863233535455E+00 -3.12480863242424700E+00
+ -3.12480863251504282E+00 -3.12480863260777753E+00 -3.12480863270248621E+00
+ -3.12480863279921550E+00 -3.12480863289798272E+00 -3.12480863299884737E+00
+ -3.12480863310183610E+00 -3.12480863320698754E+00 -3.12480863331435188E+00
+ -3.12480863342394910E+00 -3.12480863353584981E+00 -3.12480863365008066E+00
+ -3.12480863376668605E+00 -3.12480863388570373E+00 -3.12480863400719366E+00
+ -3.12480863413118648E+00 -3.12480863425773636E+00 -3.12480863438689083E+00
+ -3.12480863451869251E+00 -3.12480863465320313E+00 -3.12480863479046755E+00
+ -3.12480863493052352E+00 -3.12480863507344830E+00 -3.12480863521926855E+00
+ -3.12480863536805931E+00 -3.12480863551985921E+00 -3.12480863567472777E+00
+ -3.12480863583273427E+00 -3.12480863599391823E+00 -3.12480863615836002E+00
+ -3.12480863632610850E+00 -3.12480863649721785E+00 -3.12480863667176889E+00
+ -3.12480863684980470E+00 -3.12480863703140033E+00 -3.12480863721662550E+00
+ -3.12480863740555304E+00 -3.12480863759822869E+00 -3.12480863779474527E+00
+ -3.12480863799516229E+00 -3.12480863819956189E+00 -3.12480863840800449E+00
+ -3.12480863862057667E+00 -3.12480863883734772E+00 -3.12480863905840422E+00
+ -3.12480863928381059E+00 -3.12480863951366317E+00 -3.12480863974803569E+00
+ -3.12480863998702008E+00 -3.12480864023068161E+00 -3.12480864047913443E+00
+ -3.12480864073244913E+00 -3.12480864099072386E+00 -3.12480864125405677E+00
+ -3.12480864152253446E+00 -3.12480864179624218E+00 -3.12480864207529052E+00
+ -3.12480864235979006E+00 -3.12480864264980740E+00 -3.12480864294547711E+00
+ -3.12480864324689112E+00 -3.12480864355415067E+00 -3.12480864386737522E+00
+ -3.12480864418666560E+00 -3.12480864451214080E+00 -3.12480864484392962E+00
+ -3.12480864518211199E+00 -3.12480864552683446E+00 -3.12480864587821916E+00
+ -3.12480864623638865E+00 -3.12480864660145752E+00 -3.12480864697356697E+00
+ -3.12480864735283781E+00 -3.12480864773940326E+00 -3.12480864813341030E+00
+ -3.12480864853497931E+00 -3.12480864894425858E+00 -3.12480864936140712E+00
+ -3.12480864978654527E+00 -3.12480865021983600E+00 -3.12480865066142366E+00
+ -3.12480865111147654E+00 -3.12480865157013099E+00 -3.12480865203756553E+00
+ -3.12480865251393070E+00 -3.12480865299939659E+00 -3.12480865349413284E+00
+ -3.12480865399831043E+00 -3.12480865451210876E+00 -3.12480865503569705E+00
+ -3.12480865556925735E+00 -3.12480865611298286E+00 -3.12480865666706631E+00
+ -3.12480865723168266E+00 -3.12480865780704020E+00 -3.12480865839334143E+00
+ -3.12480865899078397E+00 -3.12480865959956855E+00 -3.12480866021992210E+00
+ -3.12480866085203202E+00 -3.12480866149614522E+00 -3.12480866215246378E+00
+ -3.12480866282122838E+00 -3.12480866350266373E+00 -3.12480866419699854E+00
+ -3.12480866490447928E+00 -3.12480866562535464E+00 -3.12480866635986398E+00
+ -3.12480866710827287E+00 -3.12480866787081846E+00 -3.12480866864777518E+00
+ -3.12480866943941216E+00 -3.12480867024600917E+00 -3.12480867106782689E+00
+ -3.12480867190515399E+00 -3.12480867275827912E+00 -3.12480867362749359E+00
+ -3.12480867451309807E+00 -3.12480867541539364E+00 -3.12480867633469783E+00
+ -3.12480867727131617E+00 -3.12480867822557951E+00 -3.12480867919780181E+00
+ -3.12480868018832458E+00 -3.12480868119749111E+00 -3.12480868222563668E+00
+ -3.12480868327311789E+00 -3.12480868434029890E+00 -3.12480868542753232E+00
+ -3.12480868653520449E+00 -3.12480868766369069E+00 -3.12480868881336615E+00
+ -3.12480868998463723E+00 -3.12480869117788762E+00 -3.12480869239354586E+00
+ -3.12480869363201341E+00 -3.12480869489371349E+00 -3.12480869617908974E+00
+ -3.12480869748856138E+00 -3.12480869882258494E+00 -3.12480870018161383E+00
+ -3.12480870156612101E+00 -3.12480870297657365E+00 -3.12480870441344560E+00
+ -3.12480870587722848E+00 -3.12480870736841743E+00 -3.12480870888753293E+00
+ -3.12480871043509412E+00 -3.12480871201161836E+00 -3.12480871361764034E+00
+ -3.12480871525370496E+00 -3.12480871692038820E+00 -3.12480871861823095E+00
+ -3.12480872034783275E+00 -3.12480872210977356E+00 -3.12480872390464537E+00
+ -3.12480872573306012E+00 -3.12480872759565020E+00 -3.12480872949304134E+00
+ -3.12480873142587701E+00 -3.12480873339481580E+00 -3.12480873540053272E+00
+ -3.12480873744369347E+00 -3.12480873952501792E+00 -3.12480874164518596E+00
+ -3.12480874380493701E+00 -3.12480874600499003E+00 -3.12480874824609156E+00
+ -3.12480875052901874E+00 -3.12480875285453230E+00 -3.12480875522341339E+00
+ -3.12480875763649513E+00 -3.12480876009456798E+00 -3.12480876259846774E+00
+ -3.12480876514905459E+00 -3.12480876774719274E+00 -3.12480877039375393E+00
+ -3.12480877308965344E+00 -3.12480877583578076E+00 -3.12480877863307471E+00
+ -3.12480878148249053E+00 -3.12480878438498744E+00 -3.12480878734155620E+00
+ -3.12480879035319026E+00 -3.12480879342090345E+00 -3.12480879654574739E+00
+ -3.12480879972878078E+00 -3.12480880297106989E+00 -3.12480880627371160E+00
+ -3.12480880963782948E+00 -3.12480881306455727E+00 -3.12480881655507714E+00
+ -3.12480882011054417E+00 -3.12480882373216096E+00 -3.12480882742117361E+00
+ -3.12480883117880692E+00 -3.12480883500633588E+00 -3.12480883890506522E+00
+ -3.12480884287631477E+00 -3.12480884692141236E+00 -3.12480885104173378E+00
+ -3.12480885523866458E+00 -3.12480885951364229E+00 -3.12480886386809731E+00
+ -3.12480886830349958E+00 -3.12480887282135367E+00 -3.12480887742318192E+00
+ -3.12480888211053509E+00 -3.12480888688501457E+00 -3.12480889174821508E+00
+ -3.12480889670178463E+00 -3.12480890174740056E+00 -3.12480890688676238E+00
+ -3.12480891212159362E+00 -3.12480891745368661E+00 -3.12480892288482570E+00
+ -3.12480892841684987E+00 -3.12480893405161764E+00 -3.12480893979104657E+00
+ -3.12480894563705425E+00 -3.12480895159162841E+00 -3.12480895765677946E+00
+ -3.12480896383454709E+00 -3.12480897012701675E+00 -3.12480897653630185E+00
+ -3.12480898306458332E+00 -3.12480898971405141E+00 -3.12480899648696209E+00
+ -3.12480900338558332E+00 -3.12480901041223946E+00 -3.12480901756931839E+00
+ -3.12480902485922796E+00 -3.12480903228441864E+00 -3.12480903984740221E+00
+ -3.12480904755072553E+00 -3.12480905539698606E+00 -3.12480906338882569E+00
+ -3.12480907152894094E+00 -3.12480907982007894E+00 -3.12480908826503523E+00
+ -3.12480909686664887E+00 -3.12480910562781355E+00 -3.12480911455150423E+00
+ -3.12480912364070962E+00 -3.12480913289850193E+00 -3.12480914232800489E+00
+ -3.12480915193237152E+00 -3.12480916171486012E+00 -3.12480917167876759E+00
+ -3.12480918182744594E+00 -3.12480919216430708E+00 -3.12480920269284734E+00
+ -3.12480921341659812E+00 -3.12480922433916986E+00 -3.12480923546426359E+00
+ -3.12480924679560346E+00 -3.12480925833702328E+00 -3.12480927009239240E+00
+ -3.12480928206568276E+00 -3.12480929426091647E+00 -3.12480930668221424E+00
+ -3.12480931933374340E+00 -3.12480933221977342E+00 -3.12480934534464128E+00
+ -3.12480935871275722E+00 -3.12480937232863631E+00 -3.12480938619685045E+00
+ -3.12480940032208032E+00 -3.12480941470906615E+00 -3.12480942936265249E+00
+ -3.12480944428778207E+00 -3.12480945948947619E+00 -3.12480947497284456E+00
+ -3.12480949074311010E+00 -3.12480950680556901E+00 -3.12480952316561700E+00
+ -3.12480953982878296E+00 -3.12480955680066286E+00 -3.12480957408696680E+00
+ -3.12480959169352301E+00 -3.12480960962623300E+00 -3.12480962789114125E+00
+ -3.12480964649439930E+00 -3.12480966544226524E+00 -3.12480968474110909E+00
+ -3.12480970439742567E+00 -3.12480972441782390E+00 -3.12480974480904061E+00
+ -3.12480976557793877E+00 -3.12480978673150434E+00 -3.12480980827685162E+00
+ -3.12480983022122993E+00 -3.12480985257201072E+00 -3.12480987533671373E+00
+ -3.12480989852301283E+00 -3.12480992213868625E+00 -3.12480994619168495E+00
+ -3.12480997069009314E+00 -3.12480999564214867E+00 -3.12481002105625283E+00
+ -3.12481004694094455E+00 -3.12481007330492977E+00 -3.12481010015706850E+00
+ -3.12481012750639930E+00 -3.12481015536210105E+00 -3.12481018373356045E+00
+ -3.12481021263030856E+00 -3.12481024206205404E+00 -3.12481027203870498E+00
+ -3.12481030257032000E+00 -3.12481033366717620E+00 -3.12481036533973588E+00
+ -3.12481039759864121E+00 -3.12481043045472928E+00 -3.12481046391905126E+00
+ -3.12481049800284438E+00 -3.12481053271758480E+00 -3.12481056807493118E+00
+ -3.12481060408677003E+00 -3.12481064076520720E+00 -3.12481067812257196E+00
+ -3.12481071617140715E+00 -3.12481075492451721E+00 -3.12481079439492460E+00
+ -3.12481083459589559E+00 -3.12481087554093850E+00 -3.12481091724380677E+00
+ -3.12481095971851630E+00 -3.12481100297935921E+00 -3.12481104704086032E+00
+ -3.12481109191783224E+00 -3.12481113762533846E+00 -3.12481118417876536E+00
+ -3.12481123159373952E+00 -3.12481127988620155E+00 -3.12481132907236692E+00
+ -3.12481137916877527E+00 -3.12481143019225982E+00 -3.12481148215994775E+00
+ -3.12481153508932330E+00 -3.12481158899815892E+00 -3.12481164390456234E+00
+ -3.12481169982699525E+00 -3.12481175678423506E+00 -3.12481181479540826E+00
+ -3.12481187388002990E+00 -3.12481193405792723E+00 -3.12481199534933740E+00
+ -3.12481205777483506E+00 -3.12481212135538922E+00 -3.12481218611238010E+00
+ -3.12481225206754898E+00 -3.12481231924305147E+00 -3.12481238766145930E+00
+ -3.12481245734575319E+00 -3.12481252831932643E+00 -3.12481260060603505E+00
+ -3.12481267423016984E+00 -3.12481274921644658E+00 -3.12481282559005313E+00
+ -3.12481290337665163E+00 -3.12481298260235807E+00 -3.12481306329378938E+00
+ -3.12481314547805145E+00 -3.12481322918275017E+00 -3.12481331443599064E+00
+ -3.12481340126640905E+00 -3.12481348970317319E+00 -3.12481357977598107E+00
+ -3.12481367151508760E+00 -3.12481376495130458E+00 -3.12481386011600515E+00
+ -3.12481395704114506E+00 -3.12481405575928806E+00 -3.12481415630359072E+00
+ -3.12481425870781004E+00 -3.12481436300632920E+00 -3.12481446923418726E+00
+ -3.12481457742704949E+00 -3.12481468762125347E+00 -3.12481479985381094E+00
+ -3.12481491416239887E+00 -3.12481503058540167E+00 -3.12481514916191827E+00
+ -3.12481526993175596E+00 -3.12481539293549337E+00 -3.12481551821441261E+00
+ -3.12481564581059823E+00 -3.12481577576687908E+00 -3.12481590812688959E+00
+ -3.12481604293508841E+00 -3.12481618023674024E+00 -3.12481632007793353E+00
+ -3.12481646250562939E+00 -3.12481660756764867E+00 -3.12481675531269998E+00
+ -3.12481690579038718E+00 -3.12481705905124230E+00 -3.12481721514671396E+00
+ -3.12481737412921001E+00 -3.12481753605210644E+00 -3.12481770096976996E+00
+ -3.12481786893758029E+00 -3.12481804001191543E+00 -3.12481821425021922E+00
+ -3.12481839171099196E+00 -3.12481857245380290E+00 -3.12481875653933994E+00
+ -3.12481894402939853E+00 -3.12481913498693142E+00 -3.12481932947603491E+00
+ -3.12481952756200476E+00 -3.12481972931134599E+00 -3.12481993479178621E+00
+ -3.12482014407229780E+00 -3.12482035722314500E+00 -3.12482057431589011E+00
+ -3.12482079542339131E+00 -3.12482102061988254E+00 -3.12482124998097577E+00
+ -3.12482148358363432E+00 -3.12482172150631010E+00 -3.12482196382884503E+00
+ -3.12482221063258603E+00 -3.12482246200038505E+00 -3.12482271801662348E+00
+ -3.12482297876723969E+00 -3.12482324433975522E+00 -3.12482351482331655E+00
+ -3.12482379030871460E+00 -3.12482407088842074E+00 -3.12482435665661429E+00
+ -3.12482464770922119E+00 -3.12482494414393708E+00 -3.12482524606025569E+00
+ -3.12482555355951774E+00 -3.12482586674493712E+00 -3.12482618572163462E+00
+ -3.12482651059667482E+00 -3.12482684147910916E+00 -3.12482717847996838E+00
+ -3.12482752171239486E+00 -3.12482787129156936E+00 -3.12482822733484022E+00
+ -3.12482858996169188E+00 -3.12482895929383986E+00 -3.12482933545523922E+00
+ -3.12482971857215341E+00 -3.12483010877314538E+00 -3.12483050618919433E+00
+ -3.12483091095367582E+00 -3.12483132320243495E+00 -3.12483174307381750E+00
+ -3.12483217070875874E+00 -3.12483260625077008E+00 -3.12483304984602839E+00
+ -3.12483350164340346E+00 -3.12483396179451933E+00 -3.12483443045381337E+00
+ -3.12483490777856865E+00 -3.12483539392896636E+00 -3.12483588906816001E+00
+ -3.12483639336232955E+00 -3.12483690698069339E+00 -3.12483743009563764E+00
+ -3.12483796288270854E+00 -3.12483850552070042E+00 -3.12483905819170982E+00
+ -3.12483962108121638E+00 -3.12484019437810767E+00 -3.12484077827477824E+00
+ -3.12484137296717090E+00 -3.12484197865484781E+00 -3.12484259554106458E+00
+ -3.12484322383283875E+00 -3.12484386374099676E+00 -3.12484451548027975E+00
+ -3.12484517926938521E+00 -3.12484585533106163E+00 -3.12484654389217598E+00
+ -3.12484724518376655E+00 -3.12484795944118199E+00 -3.12484868690407724E+00
+ -3.12484942781657038E+00 -3.12485018242727364E+00 -3.12485095098940269E+00
+ -3.12485173376084147E+00 -3.12485253100425009E+00 -3.12485334298715012E+00
+ -3.12485416998199383E+00 -3.12485501226626949E+00 -3.12485587012260124E+00
+ -3.12485674383883438E+00 -3.12485763370813840E+00 -3.12485854002908736E+00
+ -3.12485946310578422E+00 -3.12486040324797543E+00 -3.12486136077105980E+00
+ -3.12486233599636343E+00 -3.12486332925106858E+00 -3.12486434086844866E+00
+ -3.12486537118792107E+00 -3.12486642055518082E+00 -3.12486748932229919E+00
+ -3.12486857784788707E+00 -3.12486968649714214E+00 -3.12487081564203173E+00
+ -3.12487196566140346E+00 -3.12487313694109670E+00 -3.12487432987407265E+00
+ -3.12487554486059027E+00 -3.12487678230826393E+00 -3.12487804263225488E+00
+ -3.12487932625541420E+00 -3.12488063360838186E+00 -3.12488196512978167E+00
+ -3.12488332126631496E+00 -3.12488470247295291E+00 -3.12488610921308529E+00
+ -3.12488754195863594E+00 -3.12488900119028212E+00 -3.12489048739757624E+00
+ -3.12489200107910525E+00 -3.12489354274267184E+00 -3.12489511290546806E+00
+ -3.12489671209424236E+00 -3.12489834084546025E+00 -3.12489999970555088E+00
+ -3.12490168923098244E+00 -3.12490340998853755E+00 -3.12490516255546646E+00
+ -3.12490694751968157E+00 -3.12490876547996521E+00 -3.12491061704615714E+00
+ -3.12491250283935695E+00 -3.12491442349217596E+00 -3.12491637964889923E+00
+ -3.12491837196569477E+00 -3.12492040111087421E+00 -3.12492246776510063E+00
+ -3.12492457262159862E+00 -3.12492671638640651E+00 -3.12492889977863975E+00
+ -3.12493112353064495E+00 -3.12493338838835077E+00 -3.12493569511143621E+00
+ -3.12493804447362633E+00 -3.12494043726295301E+00 -3.12494287428199025E+00
+ -3.12494535634815573E+00 -3.12494788429395731E+00 -3.12495045896728474E+00
+ -3.12495308123170501E+00 -3.12495575196673281E+00 -3.12495847206812316E+00
+ -3.12496124244819118E+00 -3.12496406403610649E+00 -3.12496693777819035E+00
+ -3.12496986463828685E+00 -3.12497284559800814E+00 -3.12497588165709805E+00
+ -3.12497897383380474E+00 -3.12498212316514401E+00 -3.12498533070732831E+00
+ -3.12498859753605274E+00 -3.12499192474689602E+00 -3.12499531345567938E+00
+ -3.12499876479883110E+00 -3.12500227993375645E+00 -3.12500586003929559E+00
+ -3.12500950631599039E+00 -3.12501321998660808E+00 -3.12501700229648716E+00
+ -3.12502085451396594E+00 -3.12502477793081868E+00 -3.12502877386266187E+00
+ -3.12503284364943745E+00 -3.12503698865582935E+00 -3.12504121027171511E+00
+ -3.12504550991265351E+00 -3.12504988902031844E+00 -3.12505434906308022E+00
+ -3.12505889153635863E+00 -3.12506351796322646E+00 -3.12506822989485666E+00
+ -3.12507302891111127E+00 -3.12507791662099477E+00 -3.12508289466323230E+00
+ -3.12508796470682482E+00 -3.12509312845157305E+00 -3.12509838762869130E+00
+ -3.12510374400133273E+00 -3.12510919936524845E+00 -3.12511475554930751E+00
+ -3.12512041441617638E+00 -3.12512617786289537E+00 -3.12513204782154919E+00
+ -3.12513802625988202E+00 -3.12514411518197832E+00 -3.12515031662892362E+00
+ -3.12515663267948263E+00 -3.12516306545080225E+00 -3.12516961709911811E+00
+ -3.12517628982044648E+00 -3.12518308585140359E+00 -3.12519000746983711E+00
+ -3.12519705699566996E+00 -3.12520423679163972E+00 -3.12521154926410594E+00
+ -3.12521899686385307E+00 -3.12522658208688009E+00 -3.12523430747527264E+00
+ -3.12524217561804241E+00 -3.12525018915196018E+00 -3.12525835076247605E+00
+ -3.12526666318461599E+00 -3.12527512920386075E+00 -3.12528375165711347E+00
+ -3.12529253343361546E+00 -3.12530147747592313E+00 -3.12531058678089879E+00
+ -3.12531986440071252E+00 -3.12532931344382048E+00 -3.12533893707607158E+00
+ -3.12534873852170580E+00 -3.12535872106443069E+00 -3.12536888804858259E+00
+ -3.12537924288016633E+00 -3.12538978902800668E+00 -3.12540053002496032E+00
+ -3.12541146946901627E+00 -3.12542261102454333E+00 -3.12543395842349625E+00
+ -3.12544551546667071E+00 -3.12545728602496453E+00 -3.12546927404065178E+00
+ -3.12548148352871813E+00 -3.12549391857818604E+00 -3.12550658335350562E+00
+ -3.12551948209589003E+00 -3.12553261912475433E+00 -3.12554599883917117E+00
+ -3.12555962571932033E+00 -3.12557350432796799E+00 -3.12558763931199213E+00
+ -3.12560203540394399E+00 -3.12561669742361303E+00 -3.12563163027962698E+00
+ -3.12564683897106699E+00 -3.12566232858920978E+00 -3.12567810431908910E+00
+ -3.12569417144134443E+00 -3.12571053533389609E+00 -3.12572720147376959E+00
+ -3.12574417543891636E+00 -3.12576146291003942E+00 -3.12577906967251495E+00
+ -3.12579700161828677E+00 -3.12581526474784255E+00 -3.12583386517217665E+00
+ -3.12585280911488894E+00 -3.12587210291415074E+00 -3.12589175302488398E+00
+ -3.12591176602085463E+00 -3.12593214859689672E+00 -3.12595290757110922E+00
+ -3.12597404988710537E+00 -3.12599558261634014E+00 -3.12601751296043640E+00
+ -3.12603984825356696E+00 -3.12606259596491087E+00 -3.12608576370108127E+00
+ -3.12610935920870903E+00 -3.12613339037693994E+00 -3.12615786524007033E+00
+ -3.12618279198023830E+00 -3.12620817893007041E+00 -3.12623403457549331E+00
+ -3.12626036755848702E+00 -3.12628718667998395E+00 -3.12631450090275553E+00
+ -3.12634231935438756E+00 -3.12637065133025871E+00 -3.12639950629665719E+00
+ -3.12642889389387912E+00 -3.12645882393940289E+00 -3.12648930643112610E+00
+ -3.12652035155069230E+00 -3.12655196966680338E+00 -3.12658417133868349E+00
+ -3.12661696731948924E+00 -3.12665036855995870E+00 -3.12668438621187983E+00
+ -3.12671903163186826E+00 -3.12675431638503953E+00 -3.12679025224887353E+00
+ -3.12682685121702120E+00 -3.12686412550326898E+00 -3.12690208754554178E+00
+ -3.12694075001002370E+00 -3.12698012579526496E+00 -3.12702022803643231E+00
+ -3.12706107010963841E+00 -3.12710266563627703E+00 -3.12714502848753373E+00
+ -3.12718817278888661E+00 -3.12723211292477110E+00 -3.12727686354325174E+00
+ -3.12732243956082145E+00 -3.12736885616727323E+00 -3.12741612883067832E+00
+ -3.12746427330241383E+00 -3.12751330562233276E+00 -3.12756324212395276E+00
+ -3.12761409943981628E+00 -3.12766589450689603E+00 -3.12771864457210480E+00
+ -3.12777236719794782E+00 -3.12782708026814804E+00 -3.12788280199355739E+00
+ -3.12793955091800724E+00 -3.12799734592436085E+00 -3.12805620624063296E+00
+ -3.12811615144621546E+00 -3.12817720147822342E+00 -3.12823937663796636E+00
+ -3.12830269759751323E+00 -3.12836718540637637E+00 -3.12843286149827771E+00
+ -3.12849974769815242E+00 -3.12856786622912741E+00 -3.12863723971969376E+00
+ -3.12870789121102799E+00 -3.12877984416438526E+00 -3.12885312246864977E+00
+ -3.12892775044802951E+00 -3.12900375286986820E+00 -3.12908115495257944E+00
+ -3.12915998237372639E+00 -3.12924026127829347E+00 -3.12932201828703072E+00
+ -3.12940528050494438E+00 -3.12949007552999170E+00 -3.12957643146186548E+00
+ -3.12966437691100730E+00 -3.12975394100763360E+00 -3.12984515341112424E+00
+ -3.12993804431935052E+00 -3.13003264447832130E+00 -3.13012898519194183E+00
+ -3.13022709833190049E+00 -3.13032701634783805E+00 -3.13042877227751193E+00
+ -3.13053239975730468E+00 -3.13063793303282178E+00 -3.13074540696966563E+00
+ -3.13085485706445121E+00 -3.13096631945594828E+00 -3.13107983093640785E+00
+ -3.13119542896315117E+00 -3.13131315167026614E+00 -3.13143303788054084E+00
+ -3.13155512711758499E+00 -3.13167945961824579E+00 -3.13180607634498687E+00
+ -3.13193501899876248E+00 -3.13206633003191159E+00 -3.13220005266133317E+00
+ -3.13233623088187674E+00 -3.13247490947995511E+00 -3.13261613404733374E+00
+ -3.13275995099523552E+00 -3.13290640756855732E+00 -3.13305555186044016E+00
+ -3.13320743282699965E+00 -3.13336210030228512E+00 -3.13351960501351501E+00
+ -3.13367999859657642E+00 -3.13384333361171752E+00 -3.13400966355949562E+00
+ -3.13417904289705795E+00 -3.13435152705456765E+00 -3.13452717245193613E+00
+ -3.13470603651590274E+00 -3.13488817769720507E+00 -3.13507365548815198E+00
+ -3.13526253044048620E+00 -3.13545486418339658E+00 -3.13565071944189233E+00
+ -3.13585016005551553E+00 -3.13605325099718613E+00 -3.13626005839247890E+00
+ -3.13647064953910748E+00 -3.13668509292674313E+00 -3.13690345825711248E+00
+ -3.13712581646439803E+00 -3.13735223973594035E+00 -3.13758280153327718E+00
+ -3.13781757661341265E+00 -3.13805664105048443E+00 -3.13830007225771501E+00
+ -3.13854794900963530E+00 -3.13880035146471492E+00 -3.13905736118822709E+00
+ -3.13931906117550863E+00 -3.13958553587549760E+00 -3.13985687121459600E+00
+ -3.14013315462091125E+00 -3.14041447504885740E+00 -3.14070092300390691E+00
+ -3.14099259056793700E+00 -3.14128957142471599E+00 -3.14159196088584203E+00
+ -3.14189985591695198E+00 -3.14221335516433919E+00 -3.14253255898187200E+00
+ -3.14285756945823547E+00 -3.14318849044459370E+00 -3.14352542758255460E+00
+ -3.14386848833243038E+00 -3.14421778200200830E+00 -3.14457341977542093E+00
+ -3.14493551474258792E+00 -3.14530418192890959E+00 -3.14567953832528246E+00
+ -3.14606170291852205E+00 -3.14645079672207473E+00 -3.14684694280709509E+00
+ -3.14725026633388127E+00 -3.14766089458361042E+00 -3.14807895699039930E+00
+ -3.14850458517380272E+00 -3.14893791297146652E+00 -3.14937907647224957E+00
+ -3.14982821404961122E+00 -3.15028546639529905E+00 -3.15075097655339764E+00
+ -3.15122488995459893E+00 -3.15170735445088290E+00 -3.15219852035036796E+00
+ -3.15269854045256093E+00 -3.15320757008377228E+00 -3.15372576713293595E+00
+ -3.15425329208752236E+00 -3.15479030806983740E+00 -3.15533698087350123E+00
+ -3.15589347900015449E+00 -3.15645997369641229E+00 -3.15703663899095366E+00
+ -3.15762365173190052E+00 -3.15822119162427439E+00 -3.15882944126767118E+00
+ -3.15944858619406732E+00 -3.16007881490569797E+00 -3.16072031891320204E+00
+ -3.16137329277364154E+00 -3.16203793412871592E+00 -3.16271444374300348E+00
+ -3.16340302554226271E+00 -3.16410388665162134E+00 -3.16481723743388166E+00
+ -3.16554329152764247E+00 -3.16628226588542416E+00 -3.16703438081166277E+00
+ -3.16779986000051972E+00 -3.16857893057363382E+00 -3.16937182311750076E+00
+ -3.17017877172071660E+00 -3.17100001401093046E+00 -3.17183579119145120E+00
+ -3.17268634807747096E+00 -3.17355193313193285E+00 -3.17443279850089422E+00
+ -3.17532920004840991E+00 -3.17624139739087097E+00 -3.17716965393072659E+00
+ -3.17811423688952477E+00 -3.17907541734031263E+00 -3.18005347023914009E+00
+ -3.18104867445581130E+00 -3.18206131280374338E+00 -3.18309167206874122E+00
+ -3.18414004303686227E+00 -3.18520672052105747E+00 -3.18629200338666463E+00
+ -3.18739619457561085E+00 -3.18851960112923472E+00 -3.18966253420967538E+00
+ -3.19082530911972739E+00 -3.19200824532098837E+00 -3.19321166645034182E+00
+ -3.19443590033456015E+00 -3.19568127900296339E+00 -3.19694813869795746E+00
+ -3.19823681988350517E+00 -3.19954766725114625E+00 -3.20088102972371003E+00
+ -3.20223726045636026E+00 -3.20361671683498406E+00 -3.20501976047177317E+00
+ -3.20644675719770733E+00 -3.20789807705196095E+00 -3.20937409426797426E+00
+ -3.21087518725605525E+00 -3.21240173858230182E+00 -3.21395413494373994E+00
+ -3.21553276713939473E+00 -3.21713803003715793E+00 -3.21877032253627249E+00
+ -3.22043004752512019E+00 -3.22211761183425915E+00 -3.22383342618438684E+00
+ -3.22557790512884068E+00 -3.22735146699082565E+00 -3.22915453379462569E+00
+ -3.23098753119089954E+00 -3.23285088837555890E+00 -3.23474503800214341E+00
+ -3.23667041608723638E+00 -3.23862746190872519E+00 -3.24061661789655320E+00
+ -3.24263832951565867E+00 -3.24469304514081092E+00 -3.24678121592284930E+00
+ -3.24890329564620028E+00 -3.25105974057707270E+00 -3.25325100930215916E+00
+ -3.25547756255727450E+00 -3.25773986304566376E+00 -3.26003837524542961E+00
+ -3.26237356520580102E+00 -3.26474590033165857E+00 -3.26715584915590185E+00
+ -3.26960388109924560E+00 -3.27209046621685617E+00 -3.27461607493131046E+00
+ -3.27718117775151052E+00 -3.27978624497681581E+00 -3.28243174638597424E+00
+ -3.28511815091019077E+00 -3.28784592628982431E+00 -3.29061553871399681E+00
+ -3.29342745244258062E+00 -3.29628212940991272E+00 -3.29918002880943373E+00
+ -3.30212160665882992E+00 -3.30510731534461755E+00 -3.30813760314578431E+00
+ -3.31121291373553905E+00 -3.31433368566045106E+00 -3.31750035179622493E+00
+ -3.32071333877920738E+00 -3.32397306641292145E+00 -3.32727994704868113E+00
+ -3.33063438493941355E+00 -3.33403677556586553E+00 -3.33748750493417390E+00
+ -3.34098694884387681E+00 -3.34453547212546942E+00 -3.34813342784645895E+00
+ -3.35178115648486141E+00 -3.35547898506913356E+00 -3.35922722628358628E+00
+ -3.36302617753797861E+00 -3.36687612000033987E+00 -3.37077731759188559E+00
+ -3.37473001594276978E+00 -3.37873444130754530E+00 -3.38279079943926630E+00
+ -3.38689927442066363E+00 -3.39106002745157786E+00 -3.39527319559102025E+00
+ -3.39953889045280455E+00 -3.40385719685333887E+00 -3.40822817141024448E+00
+ -3.41265184109048558E+00 -3.41712820170668374E+00 -3.42165721636015574E+00
+ -3.42623881382930762E+00 -3.43087288690204817E+00 -3.43555929065066268E+00
+ -3.44029784064785238E+00 -3.44508831112242930E+00 -3.44993043305322500E+00
+ -3.45482389219977870E+00 -3.45976832706837589E+00 -3.46476332681188381E+00
+ -3.46980842906210274E+00 -3.47490311769302673E+00 -3.48004682051368963E+00
+ -3.48523890688917248E+00 -3.49047868528827410E+00 -3.49576540075657860E+00
+ -3.50109823231356376E+00 -3.50647629027231478E+00 -3.51189861348066890E+00
+ -3.51736416648254258E+00 -3.52287183659814174E+00 -3.52842043092203106E+00
+ -3.53400867323789614E+00 -3.53963520084900685E+00 -3.54529856132344401E+00
+ -3.55099720915324957E+00 -3.55672950232660989E+00 -3.56249369881255351E+00
+ -3.56828795295753354E+00 -3.57411031179342098E+00 -3.57995871125660958E+00
+ -3.58583097231806702E+00 -3.59172479702436354E+00 -3.59763776444965355E+00
+ -3.60356732655910994E+00 -3.60951080398423407E+00 -3.61546538171078113E+00
+ -3.62142810468014265E+00 -3.62739587330555002E+00 -3.63336543890437680E+00
+ -3.63933339904823994E+00 -3.64529619283300343E+00 -3.65125009607084872E+00
+ -3.65719121640713274E+00 -3.66311548836496437E+00 -3.66901866832084833E+00
+ -3.67489632941521815E+00 -3.68074385640183310E+00 -3.68655644044093611E+00
+ -3.69232907384090847E+00 -3.69805654475428192E+00 -3.70373343183406911E+00
+ -3.70935409885701750E+00 -3.71491268932112284E+00 -3.72040312102518200E+00
+ -3.72581908063884359E+00 -3.73115401827237658E+00 -3.73640114205592866E+00
+ -3.74155341273900666E+00 -3.74660353832150017E+00 -3.75154396872831963E+00
+ -3.75636689054096085E+00 -3.76106422179971522E+00 -3.76562760689144271E+00
+ -3.77004841153875869E+00 -3.77431771790742321E+00 -3.77842631984975519E+00
+ -3.78236471830308796E+00 -3.78612311686325542E+00 -3.78969141755429328E+00
+ -3.79305921681685954E+00 -3.79621580173886075E+00 -3.79915014655330863E+00
+ -3.80185090942955561E+00 -3.80430642958543386E+00 -3.80650472474924984E+00
+ -3.80843348900200684E+00 -3.81008009103147360E+00 -3.81143157283148248E+00
+ -3.81247464888110477E+00 -3.81319570583984602E+00 -3.81358080279683120E+00
+ -3.81361567211303454E+00 -3.81328572089753992E+00 -3.81257603316025806E+00
+ -3.81147137268495584E+00 -3.80995618666828406E+00 -3.80801461017162035E+00
+ -3.80563047143462008E+00 -3.80278729810017335E+00 -3.79946832440263504E+00
+ -3.79565649937197369E+00 -3.79133449610828643E+00 -3.78648472218214316E+00
+ -3.78108933121751756E+00 -3.77513023571527073E+00 -3.76858912117593059E+00
+ -3.76144746158158050E+00 -3.75368653629748339E+00 -3.74528744845433748E+00
+ -3.73623114487299812E+00 -3.72649843759322863E+00 -3.71607002706857070E+00
+ -3.70492652708882497E+00 -3.69304849149162839E+00 -3.68041644272355839E+00
+ -3.66701090231052618E+00 -3.65281242329577971E+00 -3.63780162470224688E+00
+ -3.62195922807415549E+00 -3.60526609615019877E+00 -3.58770327371820619E+00
+ -3.56925203069758368E+00 -3.54989390749273692E+00 -3.52961076265599649E+00
+ -3.50838482289438902E+00 -3.48619873544919523E+00 -3.46303562287160727E+00
+ -3.43887914021140340E+00 -3.41371353462882210E+00 -3.38752370743201014E+00
+ -3.36029527853451793E+00 -3.33201465331810986E+00 -3.30266909187682378E+00
+ -3.27224678060780105E+00 -3.24073690610334930E+00 -3.20812973128698387E+00
+ -3.17441667372350356E+00 -3.13959038601994678E+00 -3.10364483822006321E+00
+ -3.06657540207995316E+00 -3.02837893709681172E+00 -2.98905387814621060E+00
+ -2.94860032456573995E+00 -2.90702013050487817E+00 -2.86431699634157777E+00
+ -2.82049656094636569E+00 -2.77556649455394266E+00 -2.72953659198046195E+00
+ -2.68241886590241041E+00 -2.63422763988947306E+00 -2.58497964085934218E+00
+ -2.53469409059733986E+00 -2.48339279595736961E+00 -2.43110023733335234E+00
+ -2.37784365496186334E+00 -2.32365313258712280E+00 -2.26856167798849606E+00
+ -2.21260529983823595E+00 -2.15582308032339753E+00 -2.09825724292995996E+00
+ -2.03995321474985891E+00 -1.98095968263147326E+00 -1.92132864245217272E+00
+ -1.86111544074639479E+00 -1.80037880787488191E+00 -1.73918088186917563E+00
+ -1.67758722203046040E+00 -1.61566681130254652E+00 -1.55349204637500105E+00
+ -1.49113871440365342E+00 -1.42868595516168884E+00 -1.36621620735503813E+00
+ -1.30381513774979618E+00 -1.24157155166808097E+00 -1.17957728331067946E+00
+ -1.11792706426097022E+00 -1.05671836841506894E+00 -9.96051231468531140E-01
+ -9.36028042971362217E-01 -8.76753308842002088E-01 -8.18333382109324825E-01
+ -7.60876159532591023E-01 -7.04490741635485973E-01 -6.49287053587793817E-01
+ -5.95375424280498722E-01 -5.42866120876292935E-01 -4.91868836084604633E-01
+ -4.42492125418945226E-01 -3.94842791757085088E-01 -3.49025214655626526E-01
+ -3.05140622086332303E-01 -2.63286302582856957E-01 -2.23554756235005564E-01
+ -1.86032783570239807E-01 -1.50800512148432236E-01 -1.17930361698929259E-01
+ -8.74859498883774761E-02 -5.95209423638523930E-02 -3.40778526174630170E-02
+ -1.11867995166454667E-02  9.13576690314464070E-03  2.68883575183531433E-02
+  4.20857363521314545E-02  5.47601907364005033E-02  6.49627519278399151E-02
+  7.27643326374821514E-02  7.82567409560537414E-02  8.15535221700914997E-02
+  8.27905708646860805E-02  8.21264453832101643E-02  7.97423050417174761E-02
+  7.58413773403022046E-02  7.06478476276781731E-02  6.44050470897811200E-02
+  5.73727963559636234E-02  4.98237412254359108E-02  4.20384937471157405E-02
+  3.42993658300472168E-02  2.68824533442957869E-02  2.00477958540321265E-02
+  1.40273001769620174E-02  9.01007427116387767E-03  5.12477080014586348E-03
+  2.41848631917483074E-03  8.31701503459459464E-04  1.68679337426235447E-04
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  END     
+   VLOCION             1749 #ionic vloc for abinit in Ryd units
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  END     
+   VLOCION_NOHAT       1749 #ionic vlocnohat for abinit in Ryd units
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  END     
+   TPROJECTOR   1 #p(r), for p(r)/r*Ylm)
+  0.00000000000000000E+00 -7.81162231254185516E-08 -1.56960251849518785E-07
+ -2.36526311057821989E-07 -3.16823906579971382E-07 -3.97860088776541269E-07
+ -4.79641730600575583E-07 -5.62175716771469555E-07 -6.45468979785927168E-07
+ -7.29528510096675937E-07 -8.14361359948346877E-07 -8.99974645252310462E-07
+ -9.86375546751401245E-07 -1.07357131089652136E-06 -1.16156925059664458E-06
+ -1.25037674591019890E-06 -1.34000124470898579E-06 -1.43045026332979927E-06
+ -1.52173138722154105E-06 -1.61385227159212738E-06 -1.70682064205755550E-06
+ -1.80064429529456611E-06 -1.89533109969777318E-06 -1.99088899604186224E-06
+ -2.08732599814913538E-06 -2.18465019356279672E-06 -2.28286974422606391E-06
+ -2.38199288716730844E-06 -2.48202793519132814E-06 -2.58298327757686320E-06
+ -2.68486738078044531E-06 -2.78768878914661494E-06 -2.89145612562469797E-06
+ -2.99617809249206086E-06 -3.10186347208403240E-06 -3.20852112753050346E-06
+ -3.31616000349930176E-06 -3.42478912694636149E-06 -3.53441760787282130E-06
+ -3.64505464008902977E-06 -3.75670950198564017E-06 -3.86939155731171780E-06
+ -3.98311025596005643E-06 -4.09787513475968435E-06 -4.21369581827568536E-06
+ -4.33058201961635346E-06 -4.44854354124776405E-06 -4.56759027581587451E-06
+ -4.68773220697614297E-06 -4.80897941023080429E-06 -4.93134205377385490E-06
+ -5.05483039934376761E-06 -5.17945480308410675E-06 -5.30522571641201223E-06
+ -5.43215368689472109E-06 -5.56024935913409436E-06 -5.68952347565931355E-06
+ -5.81998687782781622E-06 -5.95165050673445967E-06 -6.08452540412909139E-06
+ -6.21862271334255936E-06 -6.35395368022120029E-06 -6.49052965406999133E-06
+ -6.62836208860429664E-06 -6.76746254291048828E-06 -6.90784268241523650E-06
+ -7.04951427986388026E-06 -7.19248921630771523E-06 -7.33677948210035615E-06
+ -7.48239717790332925E-06 -7.62935451570081010E-06 -7.77766381982385074E-06
+ -7.92733752798384462E-06 -8.07838819231566712E-06 -8.23082848043030376E-06
+ -8.38467117647721921E-06 -8.53992918221645032E-06 -8.69661551810060766E-06
+ -8.85474332436683826E-06 -9.01432586213875272E-06 -9.17537651453859648E-06
+ -9.33790878780960404E-06 -9.50193631244862934E-06 -9.66747284434928287E-06
+ -9.83453226595557521E-06 -1.00031285874260470E-05 -1.01732759478088154E-05
+ -1.03449886162272795E-05 -1.05182809930767443E-05 -1.06931676112321318E-05
+ -1.08696631372667450E-05 -1.10477823726822286E-05 -1.12275402551499287E-05
+ -1.14089518597635252E-05 -1.15920324003034148E-05 -1.17767972305124396E-05
+ -1.19632618453835855E-05 -1.21514418824594590E-05 -1.23413531231436623E-05
+ -1.25330114940242824E-05 -1.27264330682095245E-05 -1.29216340666757584E-05
+ -1.31186308596277212E-05 -1.33174399678714830E-05 -1.35180780641998882E-05
+ -1.37205619747908068E-05 -1.39249086806182218E-05 -1.41311353188763188E-05
+ -1.43392591844166617E-05 -1.45492977311986353E-05 -1.47612685737530943E-05
+ -1.49751894886597211E-05 -1.51910784160377156E-05 -1.54089534610503119E-05
+ -1.56288328954232003E-05 -1.58507351589768352E-05 -1.60746788611728446E-05
+ -1.63006827826747084E-05 -1.65287658769226877E-05 -1.67589472717234346E-05
+ -1.69912462708540959E-05 -1.72256823556810345E-05 -1.74622751867938741E-05
+ -1.77010446056540284E-05 -1.79420106362588570E-05 -1.81851934868208946E-05
+ -1.84306135514625400E-05 -1.86782914119264091E-05 -1.89282478393014013E-05
+ -1.91805037957645691E-05 -1.94350804363391954E-05 -1.96919991106687351E-05
+ -1.99512813648074897E-05 -2.02129489430273526E-05 -2.04770237896415051E-05
+ -2.07435280508445304E-05 -2.10124840765699374E-05 -2.12839144223642645E-05
+ -2.15578418512787958E-05 -2.18342893357784617E-05 -2.21132800596685473E-05
+ -2.23948374200386976E-05 -2.26789850292253775E-05 -2.29657467167917808E-05
+ -2.32551465315265299E-05 -2.35472087434602816E-05 -2.38419578459012050E-05
+ -2.41394185574890463E-05 -2.44396158242681304E-05 -2.47425748217793289E-05
+ -2.50483209571715132E-05 -2.53568798713321612E-05 -2.56682774410377058E-05
+ -2.59825397811237253E-05 -2.62996932466750042E-05 -2.66197644352355746E-05
+ -2.69427801890395334E-05 -2.72687675972620388E-05 -2.75977539982909682E-05
+ -2.79297669820197279E-05 -2.82648343921611372E-05 -2.86029843285821864E-05
+ -2.89442451496608585E-05 -2.92886454746642998E-05 -2.96362141861488302E-05
+ -2.99869804323822198E-05 -3.03409736297881723E-05 -3.06982234654131828E-05
+ -3.10587598994162186E-05 -3.14226131675814929E-05 -3.17898137838537769E-05
+ -3.21603925428976523E-05 -3.25343805226799862E-05 -3.29118090870762306E-05
+ -3.32927098885007176E-05 -3.36771148705610778E-05 -3.40650562707371882E-05
+ -3.44565666230847798E-05 -3.48516787609637511E-05 -3.52504258197915534E-05
+ -3.56528412398224211E-05 -3.60589587689514986E-05 -3.64688124655449593E-05
+ -3.68824367012965948E-05 -3.72998661641100031E-05 -3.77211358610078824E-05
+ -3.81462811210676785E-05 -3.85753375983844174E-05 -3.90083412750609081E-05
+ -3.94453284642251107E-05 -3.98863358130756204E-05 -4.03314003059550749E-05
+ -4.07805592674515154E-05 -4.12338503655289385E-05 -4.16913116146860045E-05
+ -4.21529813791439166E-05 -4.26188983760642182E-05 -4.30891016787953682E-05
+ -4.35636307201497220E-05 -4.40425252957103274E-05 -4.45258255671686620E-05
+ -4.50135720656923743E-05 -4.55058056953245091E-05 -4.60025677364138007E-05
+ -4.65038998490767473E-05 -4.70098440766911614E-05 -4.75204428494221102E-05
+ -4.80357389877804434E-05 -4.85557757062135895E-05 -4.90805966167296844E-05
+ -4.96102457325553784E-05 -5.01447674718264534E-05 -5.06842066613132636E-05
+ -5.12286085401796306E-05 -5.17780187637773069E-05 -5.23324834074743550E-05
+ -5.28920489705191963E-05 -5.34567623799404932E-05 -5.40266709944823694E-05
+ -5.46018226085760386E-05 -5.51822654563482290E-05 -5.57680482156659149E-05
+ -5.63592200122190352E-05 -5.69558304236399539E-05 -5.75579294836613890E-05
+ -5.81655676863124374E-05 -5.87787959901530754E-05 -5.93976658225476911E-05
+ -6.00222290839781350E-05 -6.06525381523960466E-05 -6.12886458876155810E-05
+ -6.19306056357463045E-05 -6.25784712336671417E-05 -6.32322970135412645E-05
+ -6.38921378073723699E-05 -6.45580489516032156E-05 -6.52300862917564253E-05
+ -6.59083061871178894E-05 -6.65927655154627078E-05 -6.72835216778261403E-05
+ -6.79806326033165014E-05 -6.86841567539736201E-05 -6.93941531296721572E-05
+ -7.01106812730684813E-05 -7.08338012745951410E-05 -7.15635737774997753E-05
+ -7.23000599829307680E-05 -7.30433216550699008E-05 -7.37934211263122108E-05
+ -7.45504213024933762E-05 -7.53143856681650514E-05 -7.60853782919189902E-05
+ -7.68634638317599326E-05 -7.76487075405281189E-05 -7.84411752713718552E-05
+ -7.92409334832698970E-05 -8.00480492466048037E-05 -8.08625902487881184E-05
+ -8.16846247999362886E-05 -8.25142218385999289E-05 -8.33514509375449226E-05
+ -8.41963823095870964E-05 -8.50490868134804682E-05 -8.59096359598599218E-05
+ -8.67781019172377802E-05 -8.76545575180568109E-05 -8.85390762647976731E-05
+ -8.94317323361434738E-05 -9.03326005931998630E-05 -9.12417565857742447E-05
+ -9.21592765587108515E-05 -9.30852374582850711E-05 -9.40197169386565765E-05
+ -9.49627933683814786E-05 -9.59145458369847726E-05 -9.68750541615925930E-05
+ -9.78443988936265787E-05 -9.88226613255587785E-05 -9.98099234977290460E-05
+ -1.00806268205225671E-04 -1.01811779004828409E-04 -1.02826540222015729E-04
+ -1.03850636958037398E-04 -1.04884155097050160E-04 -1.05927181313321552E-04
+ -1.06979803078497833E-04 -1.08042108668939658E-04 -1.09114187173125902E-04
+ -1.10196128499124129E-04 -1.11288023382131107E-04 -1.12389963392081914E-04
+ -1.13502040941329278E-04 -1.14624349292393748E-04 -1.15756982565785063E-04
+ -1.16900035747895240E-04 -1.18053604698964055E-04 -1.19217786161119271E-04
+ -1.20392677766488747E-04 -1.21578378045388404E-04 -1.22774986434585843E-04
+ -1.23982603285638777E-04 -1.25201329873311172E-04 -1.26431268404066533E-04
+ -1.27672522024639072E-04 -1.28925194830684141E-04 -1.30189391875507884E-04
+ -1.31465219178877402E-04 -1.32752783735911922E-04 -1.34052193526055976E-04
+ -1.35363557522134197E-04 -1.36686985699491551E-04 -1.38022589045214313E-04
+ -1.39370479567439568E-04 -1.40730770304747712E-04 -1.42103575335642224E-04
+ -1.43489009788116641E-04 -1.44887189849310762E-04 -1.46298232775252308E-04
+ -1.47722256900691942E-04 -1.49159381649027485E-04 -1.50609727542317686E-04
+ -1.52073416211391055E-04 -1.53550570406045333E-04 -1.55041314005341851E-04
+ -1.56545772027995040E-04 -1.58064070642856009E-04 -1.59596337179494308E-04
+ -1.61142700138875393E-04 -1.62703289204138167E-04 -1.64278235251469253E-04
+ -1.65867670361080220E-04 -1.67471727828283519E-04 -1.69090542174670254E-04
+ -1.70724249159393584E-04 -1.72372985790552387E-04 -1.74036890336681251E-04
+ -1.75716102338347076E-04 -1.77410762619850296E-04 -1.79121013301035913E-04
+ -1.80846997809211717E-04 -1.82588860891175859E-04 -1.84346748625357235E-04
+ -1.86120808434064850E-04 -1.87911189095851496E-04 -1.89718040757991751E-04
+ -1.91541514949071870E-04 -1.93381764591699480E-04 -1.95238944015327121E-04
+ -1.97113208969194875E-04 -1.99004716635391919E-04 -2.00913625642039145E-04
+ -2.02840096076591726E-04 -2.04784289499263493E-04 -2.06746368956578481E-04
+ -2.08726498995041583E-04 -2.10724845674940256E-04 -2.12741576584269982E-04
+ -2.14776860852788025E-04 -2.16830869166199377E-04 -2.18903773780468601E-04
+ -2.20995748536266940E-04 -2.23106968873551200E-04 -2.25237611846276916E-04
+ -2.27387856137245689E-04 -2.29557882073091243E-04 -2.31747871639401744E-04
+ -2.33958008495981573E-04 -2.36188477992253955E-04 -2.38439467182804878E-04
+ -2.40711164843069377E-04 -2.43003761485164954E-04 -2.45317449373865480E-04
+ -2.47652422542727810E-04 -2.50008876810363379E-04 -2.52387009796858767E-04
+ -2.54787020940351367E-04 -2.57209111513751951E-04 -2.59653484641627057E-04
+ -2.62120345317231479E-04 -2.64609900419699915E-04 -2.67122358731398490E-04
+ -2.69657930955431149E-04 -2.72216829733312477E-04 -2.74799269662798164E-04
+ -2.77405467315884494E-04 -2.80035641256967324E-04 -2.82690012061175510E-04
+ -2.85368802332866360E-04 -2.88072236724295225E-04 -2.90800541954454046E-04
+ -2.93553946828087721E-04 -2.96332682254878794E-04 -2.99136981268815637E-04
+ -3.01967079047732380E-04 -3.04823212933034884E-04 -3.07705622449601542E-04
+ -3.10614549325874682E-04 -3.13550237514127511E-04 -3.16512933210928585E-04
+ -3.19502884877783939E-04 -3.22520343261976212E-04 -3.25565561417593286E-04
+ -3.28638794726748840E-04 -3.31740300921000105E-04 -3.34870340102963286E-04
+ -3.38029174768125751E-04 -3.41217069826857020E-04 -3.44434292626631926E-04
+ -3.47681112974443569E-04 -3.50957803159434895E-04 -3.54264637975732974E-04
+ -3.57601894745492358E-04 -3.60969853342154581E-04 -3.64368796213919129E-04
+ -3.67799008407426590E-04 -3.71260777591669974E-04 -3.74754394082114526E-04
+ -3.78280150865046086E-04 -3.81838343622142905E-04 -3.85429270755271135E-04
+ -3.89053233411509945E-04 -3.92710535508407690E-04 -3.96401483759469171E-04
+ -4.00126387699875673E-04 -4.03885559712446841E-04 -4.07679315053835869E-04
+ -4.11507971880967715E-04 -4.15371851277724193E-04 -4.19271277281865144E-04
+ -4.23206576912209601E-04 -4.27178080196056347E-04 -4.31186120196863708E-04
+ -4.35231033042178701E-04 -4.39313157951829174E-04 -4.43432837266367788E-04
+ -4.47590416475785922E-04 -4.51786244248485885E-04 -4.56020672460519304E-04
+ -4.60294056225100078E-04 -4.64606753922384215E-04 -4.68959127229523379E-04
+ -4.73351541150997387E-04 -4.77784364049225205E-04 -4.82257967675457275E-04
+ -4.86772727200948554E-04 -4.91329021248425746E-04 -4.95927231923838380E-04
+ -5.00567744848401212E-04 -5.05250949190939229E-04 -5.09977237700517580E-04
+ -5.14747006739384736E-04 -5.19560656316209245E-04 -5.24418590119626687E-04
+ -5.29321215552094534E-04 -5.34268943764059918E-04 -5.39262189688435303E-04
+ -5.44301372075402571E-04 -5.49386913527523716E-04 -5.54519240535188617E-04
+ -5.59698783512376581E-04 -5.64925976832756586E-04 -5.70201258866109969E-04
+ -5.75525072015098220E-04 -5.80897862752363507E-04 -5.86320081657968457E-04
+ -5.91792183457188732E-04 -5.97314627058640629E-04 -6.02887875592772958E-04
+ -6.08512396450702634E-04 -6.14188661323414212E-04 -6.19917146241315492E-04
+ -6.25698331614160989E-04 -6.31532702271339359E-04 -6.37420747502531748E-04
+ -6.43362961098746240E-04 -6.49359841393731341E-04 -6.55411891305762218E-04
+ -6.61519618379824187E-04 -6.67683534830171115E-04 -6.73904157583281186E-04
+ -6.80182008321215449E-04 -6.86517613525357675E-04 -6.92911504520575755E-04
+ -6.99364217519773956E-04 -7.05876293668864755E-04 -7.12448279092150615E-04
+ -7.19080724938122857E-04 -7.25774187425680872E-04 -7.32529227890786313E-04
+ -7.39346412833529615E-04 -7.46226313965641904E-04 -7.53169508258440257E-04
+ -7.60176577991216081E-04 -7.67248110800064975E-04 -7.74384699727170009E-04
+ -7.81586943270533969E-04 -7.88855445434169782E-04 -7.96190815778757702E-04
+ -8.03593669472764784E-04 -8.11064627344035565E-04 -8.18604315931849812E-04
+ -8.26213367539475104E-04 -8.33892420287190390E-04 -8.41642118165798086E-04
+ -8.49463111090634909E-04 -8.57356054956075588E-04 -8.65321611690535739E-04
+ -8.73360449311984862E-04 -8.81473241983969560E-04 -8.89660670072149151E-04
+ -8.97923420201352353E-04 -9.06262185313166197E-04 -9.14677664724039292E-04
+ -9.23170564183935964E-04 -9.31741595935517116E-04 -9.40391478773875420E-04
+ -9.49120938106816098E-04 -9.57930706015686952E-04 -9.66821521316777593E-04
+ -9.75794129623279547E-04 -9.84849283407808820E-04 -9.93987742065519271E-04
+ -1.00321027197778408E-03 -1.01251764657646825E-03 -1.02191064640878545E-03
+ -1.03139005920276539E-03 -1.04095667993330887E-03 -1.05061131088886122E-03
+ -1.06035476173869285E-03 -1.07018784960079966E-03 -1.08011139911043147E-03
+ -1.09012624248924555E-03 -1.10023321961509948E-03 -1.11043317809249504E-03
+ -1.12072697332364700E-03 -1.13111546858022521E-03 -1.14159953507575657E-03
+ -1.15218005203868157E-03 -1.16285790678608827E-03 -1.17363399479813784E-03
+ -1.18450921979314119E-03 -1.19548449380336248E-03 -1.20656073725150829E-03
+ -1.21773887902789984E-03 -1.22901985656839199E-03 -1.24040461593297830E-03
+ -1.25189411188513129E-03 -1.26348930797187372E-03 -1.27519117660458486E-03
+ -1.28700069914054966E-03 -1.29891886596526329E-03 -1.31094667657547306E-03
+ -1.32308513966301498E-03 -1.33533527319940146E-03 -1.34769810452118406E-03
+ -1.36017467041611826E-03 -1.37276601721011255E-03 -1.38547320085496539E-03
+ -1.39829728701692906E-03 -1.41123935116608049E-03 -1.42430047866650930E-03
+ -1.43748176486733700E-03 -1.45078431519458971E-03 -1.46420924524388874E-03
+ -1.47775768087401007E-03 -1.49143075830130627E-03 -1.50522962419499481E-03
+ -1.51915543577330991E-03 -1.53320936090056616E-03 -1.54739257818508930E-03
+ -1.56170627707805402E-03 -1.57615165797324753E-03 -1.59072993230772205E-03
+ -1.60544232266341129E-03 -1.62029006286963390E-03 -1.63527439810658756E-03
+ -1.65039658500976084E-03 -1.66565789177532076E-03 -1.68105959826647341E-03
+ -1.69660299612079107E-03 -1.71228938885853270E-03 -1.72812009199196362E-03
+ -1.74409643313567391E-03 -1.76021975211792473E-03 -1.77649140109299481E-03
+ -1.79291274465459929E-03 -1.80948515995030040E-03 -1.82621003679702331E-03
+ -1.84308877779759553E-03 -1.86012279845837371E-03 -1.87731352730796772E-03
+ -1.89466240601701436E-03 -1.91217088951910674E-03 -1.92984044613279059E-03
+ -1.94767255768470669E-03 -1.96566871963386536E-03 -1.98383044119705915E-03
+ -2.00215924547542112E-03 -2.02065666958216534E-03 -2.03932426477149153E-03
+ -2.05816359656867034E-03 -2.07717624490134315E-03 -2.09636380423201991E-03
+ -2.11572788369177901E-03 -2.13527010721522963E-03 -2.15499211367668753E-03
+ -2.17489555702762676E-03 -2.19498210643537858E-03 -2.21525344642311238E-03
+ -2.23571127701109682E-03 -2.25635731385928238E-03 -2.27719328841117282E-03
+ -2.29822094803902328E-03 -2.31944205619039577E-03 -2.34085839253602530E-03
+ -2.36247175311908586E-03 -2.38428395050580043E-03 -2.40629681393744570E-03
+ -2.42851218948376534E-03 -2.45093194019778676E-03 -2.47355794627204762E-03
+ -2.49639210519628316E-03 -2.51943633191655837E-03 -2.54269255899584531E-03
+ -2.56616273677611308E-03 -2.58984883354186797E-03 -2.61375283568522502E-03
+ -2.63787674787250735E-03 -2.66222259321232703E-03 -2.68679241342528047E-03
+ -2.71158826901516303E-03 -2.73661223944176007E-03 -2.76186642329523347E-03
+ -2.78735293847212845E-03 -2.81307392235296931E-03 -2.83903153198151190E-03
+ -2.86522794424564319E-03 -2.89166535605992620E-03 -2.91834598454985064E-03
+ -2.94527206723775971E-03 -2.97244586223048730E-03 -2.99986964840873865E-03
+ -3.02754572561820569E-03 -3.05547641486241407E-03 -3.08366405849738474E-03
+ -3.11211102042806623E-03 -3.14081968630657189E-03 -3.16979246373225512E-03
+ -3.19903178245359299E-03 -3.22854009457197895E-03 -3.25831987474733183E-03
+ -3.28837362040564941E-03 -3.31870385194842077E-03 -3.34931311296402922E-03
+ -3.38020397044101230E-03 -3.41137901498338343E-03 -3.44284086102784274E-03
+ -3.47459214706305908E-03 -3.50663553585090371E-03 -3.53897371464980716E-03
+ -3.57160939544005690E-03 -3.60454531515126339E-03 -3.63778423589186661E-03
+ -3.67132894518078234E-03 -3.70518225618116873E-03 -3.73934700793632528E-03
+ -3.77382606560778969E-03 -3.80862232071561314E-03 -3.84373869138084252E-03
+ -3.87917812257024177E-03 -3.91494358634327053E-03 -3.95103808210129151E-03
+ -3.98746463683913657E-03 -4.02422630539893932E-03 -4.06132617072630688E-03
+ -4.09876734412887092E-03 -4.13655296553722650E-03 -4.17468620376820233E-03
+ -4.21317025679062308E-03 -4.25200835199349321E-03 -4.29120374645666162E-03
+ -4.33075972722393298E-03 -4.37067961157875089E-03 -4.41096674732234517E-03
+ -4.45162451305453413E-03 -4.49265631845701448E-03 -4.53406560457930447E-03
+ -4.57585584412734201E-03 -4.61803054175465195E-03 -4.66059323435629586E-03
+ -4.70354749136545156E-03 -4.74689691505275103E-03 -4.79064514082835381E-03
+ -4.83479583754686283E-03 -4.87935270781492125E-03 -4.92431948830176526E-03
+ -4.96969995005253681E-03 -5.01549789880456620E-03 -5.06171717530652047E-03
+ -5.10836165564042440E-03 -5.15543525154677461E-03 -5.20294191075254021E-03
+ -5.25088561730223044E-03 -5.29927039189197115E-03 -5.34810029220671862E-03
+ -5.39737941326049603E-03 -5.44711188773980542E-03 -5.49730188635019854E-03
+ -5.54795361816601794E-03 -5.59907133098336545E-03 -5.65065931167634330E-03
+ -5.70272188655649576E-03 -5.75526342173564125E-03 -5.80828832349198406E-03
+ -5.86180103863965379E-03 -5.91580605490158243E-03 -5.97030790128582484E-03
+ -6.02531114846537909E-03 -6.08082040916144845E-03 -6.13684033853026389E-03
+ -6.19337563455346542E-03 -6.25043103843205688E-03 -6.30801133498398205E-03
+ -6.36612135304536787E-03 -6.42476596587546536E-03 -6.48395009156530269E-03
+ -6.54367869345010792E-03 -6.60395678052550818E-03 -6.66478940786759295E-03
+ -6.72618167705675389E-03 -6.78813873660555952E-03 -6.85066578239044554E-03
+ -6.91376805808744267E-03 -6.97745085561190213E-03 -7.04171951556219287E-03
+ -7.10657942766762269E-03 -7.17203603124033640E-03 -7.23809481563145347E-03
+ -7.30476132069141949E-03 -7.37204113723448351E-03 -7.43993990750755133E-03
+ -7.50846332566331050E-03 -7.57761713823773553E-03 -7.64740714463192119E-03
+ -7.71783919759842004E-03 -7.78891920373201568E-03 -7.86065312396499322E-03
+ -7.93304697406700676E-03 -8.00610682514953272E-03 -8.07983880417494083E-03
+ -8.15424909447028112E-03 -8.22934393624572512E-03 -8.30512962711789024E-03
+ -8.38161252263788271E-03 -8.45879903682421504E-03 -8.53669564270068300E-03
+ -8.61530887283908087E-03 -8.69464531990703920E-03 -8.77471163722077022E-03
+ -8.85551453930300686E-03 -8.93706080244600562E-03 -9.01935726527975344E-03
+ -9.10241082934538752E-03 -9.18622845967388690E-03 -9.27081718537013308E-03
+ -9.35618410020225451E-03 -9.44233636319645464E-03 -9.52928119923736675E-03
+ -9.61702589967369618E-03 -9.70557782292979371E-03 -9.79494439512247975E-03
+ -9.88513311068381709E-03 -9.97615153298949189E-03 -1.00680072949929852E-02
+ -1.01607080998655577E-02 -1.02542617216421616E-02 -1.03486760058732995E-02
+ -1.04439588702827778E-02 -1.05401183054317123E-02 -1.06371623753883648E-02
+ -1.07350992184043828E-02 -1.08339370475971121E-02 -1.09336841516382653E-02
+ -1.10343488954488481E-02 -1.11359397209005607E-02 -1.12384651475235763E-02
+ -1.13419337732208539E-02 -1.14463542749890304E-02 -1.15517354096459079E-02
+ -1.16580860145647260E-02 -1.17654150084150252E-02 -1.18737313919104574E-02
+ -1.19830442485634077E-02 -1.20933627454465654E-02 -1.22046961339615373E-02
+ -1.23170537506144904E-02 -1.24304450177988666E-02 -1.25448794445854502E-02
+ -1.26603666275195148E-02 -1.27769162514254561E-02 -1.28945380902187046E-02
+ -1.30132420077252522E-02 -1.31330379585084759E-02 -1.32539359887038008E-02
+ -1.33759462368608899E-02 -1.34990789347936516E-02 -1.36233444084380428E-02
+ -1.37487530787177015E-02 -1.38753154624176086E-02 -1.40030421730657634E-02
+ -1.41319439218229835E-02 -1.42620315183807425E-02 -1.43933158718675923E-02
+ -1.45258079917634196E-02 -1.46595189888226313E-02 -1.47944600760054230E-02
+ -1.49306425694178957E-02 -1.50680778892604873E-02 -1.52067775607856205E-02
+ -1.53467532152635373E-02 -1.54880165909575158E-02 -1.56305795341077428E-02
+ -1.57744539999245016E-02 -1.59196520535900866E-02 -1.60661858712704414E-02
+ -1.62140677411356550E-02 -1.63633100643899715E-02 -1.65139253563114478E-02
+ -1.66659262473008371E-02 -1.68193254839405087E-02 -1.69741359300626254E-02
+ -1.71303705678275582E-02 -1.72880424988119952E-02 -1.74471649451071117E-02
+ -1.76077512504267397E-02 -1.77698148812259135E-02 -1.79333694278294917E-02
+ -1.80984286055712214E-02 -1.82650062559433120E-02 -1.84331163477565417E-02
+ -1.86027729783109531E-02 -1.87739903745774844E-02 -1.89467828943902100E-02
+ -1.91211650276496697E-02 -1.92971513975374216E-02 -1.94747567617412527E-02
+ -1.96539960136923354E-02 -1.98348841838130556E-02 -2.00174364407768313E-02
+ -2.02016680927791861E-02 -2.03875945888206331E-02 -2.05752315200013330E-02
+ -2.07645946208276679E-02 -2.09556997705306128E-02 -2.11485629943965608E-02
+ -2.13432004651100092E-02 -2.15396285041088639E-02 -2.17378635829520370E-02
+ -2.19379223246996789E-02 -2.21398215053059053E-02 -2.23435780550245815E-02
+ -2.25492090598278239E-02 -2.27567317628375940E-02 -2.29661635657704213E-02
+ -2.31775220303953797E-02 -2.33908248800054237E-02 -2.36060900009023578E-02
+ -2.38233354438952098E-02 -2.40425794258126123E-02 -2.42638403310289630E-02
+ -2.44871367130043982E-02 -2.47124872958391570E-02 -2.49399109758422430E-02
+ -2.51694268231141965E-02 -2.54010540831445947E-02 -2.56348121784243863E-02
+ -2.58707207100724590E-02 -2.61087994594776662E-02 -2.63490683899557862E-02
+ -2.65915476484214763E-02 -2.68362575670758746E-02 -2.70832186651093314E-02
+ -2.73324516504201004E-02 -2.75839774213487224E-02 -2.78378170684280349E-02
+ -2.80939918761494711E-02 -2.83525233247455925E-02 -2.86134330919888789E-02
+ -2.88767430550070404E-02 -2.91424752921148403E-02 -2.94106520846631053E-02
+ -2.96812959189040187E-02 -2.99544294878742977E-02 -3.02300756932949374E-02
+ -3.05082576474888789E-02 -3.07889986753160372E-02 -3.10723223161258819E-02
+ -3.13582523257282808E-02 -3.16468126783821663E-02 -3.19380275688024989E-02
+ -3.22319214141855298E-02 -3.25285188562528180E-02 -3.28278447633137127E-02
+ -3.31299242323469315E-02 -3.34347825911011087E-02 -3.37424454002144408E-02
+ -3.40529384553544257E-02 -3.43662877893759627E-02 -3.46825196745002909E-02
+ -3.50016606245136253E-02 -3.53237373969854801E-02 -3.56487769955078082E-02
+ -3.59768066719544505E-02 -3.63078539287611662E-02 -3.66419465212266537E-02
+ -3.69791124598346718E-02 -3.73193800125969644E-02 -3.76627777074187570E-02
+ -3.80093343344839948E-02 -3.83590789486644920E-02 -3.87120408719495573E-02
+ -3.90682496958986852E-02 -3.94277352841162498E-02 -3.97905277747488614E-02
+ -4.01566575830060168E-02 -4.05261554037031207E-02 -4.08990522138280854E-02
+ -4.12753792751314741E-02 -4.16551681367397786E-02 -4.20384506377939685E-02
+ -4.24252589101097727E-02 -4.28156253808646622E-02 -4.32095827753078213E-02
+ -4.36071641194957296E-02 -4.40084027430519831E-02 -4.44133322819528914E-02
+ -4.48219866813383133E-02 -4.52344001983480126E-02 -4.56506074049840282E-02
+ -4.60706431909989611E-02 -4.64945427668113781E-02 -4.69223416664461546E-02
+ -4.73540757505034604E-02 -4.77897812091538227E-02 -4.82294945651604023E-02
+ -4.86732526769294155E-02 -4.91210927415876297E-02 -4.95730522980887822E-02
+ -5.00291692303472674E-02 -5.04894817704011623E-02 -5.09540285016036459E-02
+ -5.14228483618433541E-02 -5.18959806467952159E-02 -5.23734650131984225E-02
+ -5.28553414821669315E-02 -5.33416504425282476E-02 -5.38324326541933865E-02
+ -5.43277292515572247E-02 -5.48275817469297128E-02 -5.53320320339983907E-02
+ -5.58411223913224605E-02 -5.63548954858580642E-02 -5.68733943765161037E-02
+ -5.73966625177527862E-02 -5.79247437631911291E-02 -5.84576823692770850E-02
+ -5.89955229989679031E-02 -5.95383107254540689E-02 -6.00860910359152373E-02
+ -6.06389098353099093E-02 -6.11968134501995192E-02 -6.17598486326074447E-02
+ -6.23280625639124619E-02 -6.29015028587776026E-02 -6.34802175691154824E-02
+ -6.40642551880877126E-02 -6.46536646541415599E-02 -6.52484953550839519E-02
+ -6.58487971321902177E-02 -6.64546202843517009E-02 -6.70660155722602180E-02
+ -6.76830342226301535E-02 -6.83057279324588568E-02 -6.89341488733253016E-02
+ -6.95683496957281156E-02 -7.02083835334614270E-02 -7.08543040080320818E-02
+ -7.15061652331143993E-02 -7.21640218190468530E-02 -7.28279288773684419E-02
+ -7.34979420253958626E-02 -7.41741173908422036E-02 -7.48565116164764122E-02
+ -7.55451818648258111E-02 -7.62401858229196927E-02 -7.69415817070761288E-02
+ -7.76494282677313991E-02 -7.83637847943138705E-02 -7.90847111201588293E-02
+ -7.98122676274706094E-02 -8.05465152523271166E-02 -8.12875154897296781E-02
+ -8.20353303986981336E-02 -8.27900226074114315E-02 -8.35516553183942856E-02
+ -8.43202923137496840E-02 -8.50959979604386657E-02 -8.58788372156065460E-02
+ -8.66688756319581310E-02 -8.74661793631781592E-02 -8.82708151694027027E-02
+ -8.90828504227374057E-02 -8.99023531128257530E-02 -9.07293918524669230E-02
+ -9.15640358832821855E-02 -9.24063550814333279E-02 -9.32564199633907354E-02
+ -9.41143016917525554E-02 -9.49800720811161264E-02 -9.58538036040000735E-02
+ -9.67355693968209029E-02 -9.76254432659193205E-02 -9.85234996936425744E-02
+ -9.94298138444791868E-02 -1.00344461571246935E-01 -1.01267519421337771E-01
+ -1.02199064643014384E-01 -1.03139175191765076E-01 -1.04087929736712465E-01
+ -1.05045407667079399E-01 -1.06011689098710921E-01 -1.06986854880654070E-01
+ -1.07970986601794092E-01 -1.08964166597549761E-01 -1.09966477956626299E-01
+ -1.10978004527827828E-01 -1.11998830926928500E-01 -1.13029042543604005E-01
+ -1.14068725548422151E-01 -1.15117966899896562E-01 -1.16176854351597858E-01
+ -1.17245476459329701E-01 -1.18323922588364772E-01 -1.19412282920745488E-01
+ -1.20510648462644102E-01 -1.21619111051789339E-01 -1.22737763364955690E-01
+ -1.23866698925517202E-01 -1.25006012111065795E-01 -1.26155798161094734E-01
+ -1.27316153184748260E-01 -1.28487174168636836E-01 -1.29668958984719473E-01
+ -1.30861606398252311E-01 -1.32065216075806346E-01 -1.33279888593350770E-01
+ -1.34505725444406421E-01 -1.35742829048267705E-01 -1.36991302758293826E-01
+ -1.38251250870269737E-01 -1.39522778630837341E-01 -1.40805992245997325E-01
+ -1.42100998889681862E-01 -1.43407906712399696E-01 -1.44726824849952335E-01
+ -1.46057863432224433E-01 -1.47401133592042793E-01 -1.48756747474114770E-01
+ -1.50124818244035091E-01 -1.51505460097370509E-01 -1.52898788268816893E-01
+ -1.54304919041432176E-01 -1.55723969755944991E-01 -1.57156058820138195E-01
+ -1.58601305718310243E-01 -1.60059831020811838E-01 -1.61531756393659076E-01
+ -1.63017204608227828E-01 -1.64516299551020539E-01 -1.66029166233514741E-01
+ -1.67555930802090192E-01 -1.69096720548033208E-01 -1.70651663917621127E-01
+ -1.72220890522287506E-01 -1.73804531148865377E-01 -1.75402717769912481E-01
+ -1.77015583554115397E-01 -1.78643262876776648E-01 -1.80285891330382753E-01
+ -1.81943605735251063E-01 -1.83616544150261352E-01 -1.85304845883669023E-01
+ -1.87008651504000312E-01 -1.88728102851028756E-01 -1.90463343046836930E-01
+ -1.92214516506958588E-01 -1.93981768951606681E-01 -1.95765247416981480E-01
+ -1.97565100266664850E-01 -1.99381477203098401E-01 -2.01214529279141907E-01
+ -2.03064408909719107E-01 -2.04931269883546208E-01 -2.06815267374944434E-01
+ -2.08716557955736071E-01 -2.10635299607225934E-01 -2.12571651732263917E-01
+ -2.14525775167396043E-01 -2.16497832195095219E-01 -2.18487986556077429E-01
+ -2.20496403461700907E-01 -2.22523249606453533E-01 -2.24568693180513423E-01
+ -2.26632903882402592E-01 -2.28716052931719538E-01 -2.30818313081952414E-01
+ -2.32939858633378016E-01 -2.35080865446041676E-01 -2.37241510952814871E-01
+ -2.39421974172541185E-01 -2.41622435723254592E-01 -2.43843077835483812E-01
+ -2.46084084365634503E-01 -2.48345640809447099E-01 -2.50627934315536205E-01
+ -2.52931153699006372E-01 -2.55255489455144591E-01 -2.57601133773185609E-01
+ -2.59968280550157027E-01 -2.62357125404793390E-01 -2.64767865691525661E-01
+ -2.67200700514541367E-01 -2.69655830741914626E-01 -2.72133459019803847E-01
+ -2.74633789786724591E-01 -2.77157029287877055E-01 -2.79703385589545772E-01
+ -2.82273068593563603E-01 -2.84866290051831672E-01 -2.87483263580903037E-01
+ -2.90124204676623809E-01 -2.92789330728827624E-01 -2.95478861036087337E-01
+ -2.98193016820514689E-01 -3.00932021242611814E-01 -3.03696099416171150E-01
+ -3.06485478423211388E-01 -3.09300387328964865E-01 -3.12141057196898719E-01
+ -3.15007721103771510E-01 -3.17900614154724814E-01 -3.20819973498400302E-01
+ -3.23766038342088502E-01 -3.26739049966893347E-01 -3.29739251742920847E-01
+ -3.32766889144478106E-01 -3.35822209765289814E-01 -3.38905463333708801E-01
+ -3.42016901727941192E-01 -3.45156778991261959E-01 -3.48325351347222312E-01
+ -3.51522877214846874E-01 -3.54749617223811264E-01 -3.58005834229594810E-01
+ -3.61291793328603283E-01 -3.64607761873258940E-01 -3.67954009487043376E-01
+ -3.71330808079492591E-01 -3.74738431861143417E-01 -3.78177157358399962E-01
+ -3.81647263428346650E-01 -3.85149031273471831E-01 -3.88682744456308460E-01
+ -3.92248688913977017E-01 -3.95847152972624294E-01 -3.99478427361748989E-01
+ -4.03142805228401402E-01 -4.06840582151250629E-01 -4.10572056154504206E-01
+ -4.14337527721679644E-01 -4.18137299809195562E-01 -4.21971677859793504E-01
+ -4.25840969815765691E-01 -4.29745486131976273E-01 -4.33685539788662311E-01
+ -4.37661446304005275E-01 -4.41673523746453300E-01 -4.45722092746777876E-01
+ -4.49807476509857085E-01 -4.53930000826154867E-01 -4.58089994082897745E-01
+ -4.62287787274906270E-01 -4.66523714015088187E-01 -4.70798110544554727E-01
+ -4.75111315742351548E-01 -4.79463671134772285E-01 -4.83855520904239222E-01
+ -4.88287211897733553E-01 -4.92759093634733247E-01 -4.97271518314654215E-01
+ -5.01824840823754448E-01 -5.06419418741477001E-01 -5.11055612346216215E-01
+ -5.15733784620448943E-01 -5.20454301255230956E-01 -5.25217530654011222E-01
+ -5.30023843935734318E-01 -5.34873614937187769E-01 -5.39767220214580346E-01
+ -5.44705039044283579E-01 -5.49687453422725514E-01 -5.54714848065382959E-01
+ -5.59787610404820613E-01 -5.64906130587766730E-01 -5.70070801471129318E-01
+ -5.75282018616952495E-01 -5.80540180286244101E-01 -5.85845687431609030E-01
+ -5.91198943688666545E-01 -5.96600355366165180E-01 -6.02050331434759389E-01
+ -6.07549283514374538E-01 -6.13097625860102191E-01 -6.18695775346564503E-01
+ -6.24344151450670348E-01 -6.30043176232704893E-01 -6.35793274315662238E-01
+ -6.41594872862765619E-01 -6.47448401553081587E-01 -6.53354292555143101E-01
+ -6.59312980498513723E-01 -6.65324902443181099E-01 -6.71390497846700240E-01
+ -6.77510208528993574E-01 -6.83684478634686510E-01 -6.89913754592903494E-01
+ -6.96198485074394302E-01 -7.02539120945877338E-01 -7.08936115221497798E-01
+ -7.15389923011269580E-01 -7.21901001466368042E-01 -7.28469809721147943E-01
+ -7.35096808831757320E-01 -7.41782461711182783E-01 -7.48527233060602537E-01
+ -7.55331589296871941E-01 -7.62195998475994951E-01 -7.69120930212415788E-01
+ -7.76106855593936107E-01 -7.83154247092109013E-01 -7.90263578467899519E-01
+ -7.97435324672426504E-01 -8.04669961742580542E-01 -8.11967966691314769E-01
+ -8.19329817392376314E-01 -8.26755992459268452E-01 -8.34246971118195790E-01
+ -8.41803233074749135E-01 -8.49425258374090220E-01 -8.57113527254357632E-01
+ -8.64868519993004181E-01 -8.72690716745833872E-01 -8.80580597378385344E-01
+ -8.88538641289388975E-01 -8.96565327225971931E-01 -9.04661133090270964E-01
+ -9.12826535737126243E-01 -9.21062010762489281E-01 -9.29368032282173129E-01
+ -9.37745072700574056E-01 -9.46193602468963002E-01 -9.54714089832913615E-01
+ -9.63307000568476290E-01 -9.71972797706626146E-01 -9.80711941245532293E-01
+ -9.89524887850181223E-01 -9.98412090538844499E-01 -1.00737399835588870E+00
+ -1.01641105603039272E+00 -1.02552370362002865E+00 -1.03471237613962219E+00
+ -1.04397750317382121E+00 -1.05331950847325362E+00 -1.06273880953351529E+00
+ -1.07223581715639393E+00 -1.08181093499258196E+00 -1.09146455906523476E+00
+ -1.10119707727359684E+00 -1.11100886887599448E+00 -1.12090030395137985E+00
+ -1.13087174283864078E+00 -1.14092353555285220E+00 -1.15105602117758798E+00
+ -1.16126952723245624E+00 -1.17156436901485717E+00 -1.18194084891512752E+00
+ -1.19239925570400818E+00 -1.20293986379147544E+00 -1.21356293245588076E+00
+ -1.22426870504233665E+00 -1.23505740812923581E+00 -1.24592925066178983E+00
+ -1.25688442305137715E+00 -1.26792309623953692E+00 -1.27904542072534433E+00
+ -1.29025152555488498E+00 -1.30154151727153389E+00 -1.31291547882568560E+00
+ -1.32437346844253323E+00 -1.33591551844648082E+00 -1.34754163404074934E+00
+ -1.35925179204063196E+00 -1.37104593955889320E+00 -1.38292399264174404E+00
+ -1.39488583485374629E+00 -1.40693131581001651E+00 -1.41906024965406141E+00
+ -1.43127241347945300E+00 -1.44356754569367673E+00 -1.45594534432226785E+00
+ -1.46840546525145998E+00 -1.48094752040745781E+00 -1.49357107587043281E+00
+ -1.50627564992132701E+00 -1.51906071101948892E+00 -1.53192567570917371E+00
+ -1.54486990645286615E+00 -1.55789270938943480E+00 -1.57099333201499758E+00
+ -1.58417096078448472E+00 -1.59742471863178914E+00 -1.61075366240637408E+00
+ -1.62415678022428600E+00 -1.63763298873141672E+00 -1.65118113027692393E+00
+ -1.66479996999473179E+00 -1.67848819279097738E+00 -1.69224440023539358E+00
+ -1.70606710735455325E+00 -1.71995473932495324E+00 -1.73390562806402460E+00
+ -1.74791800871712777E+00 -1.76199001603866900E+00 -1.77611968066556258E+00
+ -1.79030492528135943E+00 -1.80454356066939958E+00 -1.81883328165350466E+00
+ -1.83317166292481426E+00 -1.84755615475352264E+00 -1.86198407858439952E+00
+ -1.87645262251518852E+00 -1.89095883665705689E+00 -1.90549962837661324E+00
+ -1.92007175741913905E+00 -1.93467183091290051E+00 -1.94929629825476347E+00
+ -1.96394144587753949E+00 -1.97860339189985646E+00 -1.99327808065963996E+00
+ -2.00796127713270955E+00 -2.02264856123836667E+00 -2.03733532203427892E+00
+ -2.05201675180340626E+00 -2.06668784003628181E+00 -2.08134336731243286E+00
+ -2.09597789908529286E+00 -2.11058577937562175E+00 -2.12516112437906379E+00
+ -2.13969781599417175E+00 -2.15418949527802450E+00 -2.16862955583724037E+00
+ -2.18301113716320883E+00 -2.19732711792104451E+00 -2.21157010920295738E+00
+ -2.22573244775746648E+00 -2.23980618920721319E+00 -2.25378310126909209E+00
+ -2.26765465699159474E+00 -2.28141202802564624E+00 -2.29504607794637217E+00
+ -2.30854735564470603E+00 -2.32190608880920513E+00 -2.33511217751986688E+00
+ -2.34815518797746758E+00 -2.36102434639350234E+00 -2.37370853306754803E+00
+ -2.38619627668074408E+00 -2.39847574883594694E+00 -2.41053475887699165E+00
+ -2.42236074902163789E+00 -2.43394078984479822E+00 -2.44526157615086603E+00
+ -2.45630942327616175E+00 -2.46707026386483941E+00 -2.47752964516396501E+00
+ -2.48767272688595531E+00 -2.49748427968886899E+00 -2.50694868432786500E+00
+ -2.51604993153346568E+00 -2.52477162267496036E+00 -2.53309697126996802E+00
+ -2.54100880540382024E+00 -2.54848957112498242E+00 -2.55552133688560668E+00
+ -2.56208579909874778E+00 -2.56816428888649551E+00 -2.57373778009588960E+00
+ -2.57878689866187827E+00 -2.58329193339903629E+00 -2.58723284830619793E+00
+ -2.59058929647014491E+00 -2.59334063565674455E+00 -2.59546594567957545E+00
+ -2.59694404763794706E+00 -2.59775352511746060E+00 -2.59787274744750096E+00
+ -2.59727989511084800E+00 -2.59595298740104630E+00 -2.59386991242338683E+00
+ -2.59100845953479153E+00 -2.58734635431746351E+00 -2.58286129617935423E+00
+ -2.57753099867303437E+00 -2.57133323262176772E+00 -2.56424587213841493E+00
+ -2.55624694361895699E+00 -2.54731467778753551E+00 -2.53742756486440380E+00
+ -2.52656441292161915E+00 -2.51470440948381802E+00 -2.50182718642284430E+00
+ -2.48791288818535961E+00 -2.47294224338166746E+00 -2.45689663975195272E+00
+ -2.43975820251272069E+00 -2.42150987607136603E+00 -2.40213550908075701E+00
+ -2.38161994278778932E+00 -2.35994910261090007E+00 -2.33711009286035631E+00
+ -2.31309129449292161E+00 -2.28788246576811716E+00 -2.26147484564753709E+00
+ -2.23386125975089112E+00 -2.20503622865322013E+00 -2.17499607827636821E+00
+ -2.14373905209513982E+00 -2.11126542484364776E+00 -2.07757761737133562E+00
+ -2.04268031225998925E+00 -2.00658056977367272E+00 -1.96928794367248461E+00
+ -1.93081459637879949E+00 -1.89117541294105163E+00 -1.85038811319563190E+00
+ -1.80847336148198856E+00 -1.76545487322001105E+00 -1.72135951761231576E+00
+ -1.67621741568746474E+00 -1.63006203285388440E+00 -1.58293026508824664E+00
+ -1.53486251783734939E+00 -1.48590277666881221E+00 -1.43609866866406821E+00
+ -1.38550151350759343E+00 -1.33416636318944448E+00 -1.28215202920452587E+00
+ -1.22952109610246785E+00 -1.17633992021671419E+00 -1.12267861238138744E+00
+ -1.06861100343023807E+00 -1.01421459126427593E+00 -9.59570468274210109E-01
+ -9.04763227911285606E-01 -8.49880849216562928E-01 -7.95014558144450989E-01
+ -7.40258664552909451E-01 -6.85710373780127114E-01 -6.31469571787538375E-01
+ -5.77638582921791932E-01 -5.24321899435166050E-01 -4.71625882005639374E-01
+ -4.19658430615382938E-01 -3.68528625280859945E-01 -3.18346336279880682E-01
+ -2.69221803691980510E-01 -2.21265186259414187E-01 -1.74586079788015519E-01
+ -1.29293005541043671E-01 -8.54928693365700765E-02 -4.32903923406103286E-02
+ -2.78751485577838354E-03  3.59172252603082859E-02  7.27293375497322786E-02
+  1.07559044892558020E-01  1.40321967615598814E-01  1.70939822503029526E-01
+  1.99341132951041528E-01  2.25461945985388823E-01  2.49246551301880115E-01
+  2.70648196895729776E-01  2.89629795215740837E-01  3.06164613114399575E-01
+  3.20236938166776897E-01  3.31842713201775275E-01  3.40990130132834524E-01
+  3.47700173397292589E-01  3.52007102521167403E-01  3.53958862529632323E-01
+  3.53617410135114552E-01  3.51058942871094237E-01  3.46374017620042218E-01
+  3.39667544333182303E-01  3.31058640187053110E-01  3.20680329002690334E-01
+  3.08679070509187969E-01  2.95214104012644529E-01  2.80456591290993207E-01
+  2.64588544138734227E-01  2.47801523006633995E-01  2.30295094702687886E-01
+  2.12275039234028517E-01  1.93951298677102368E-01  1.75535664578527928E-01
+  1.57239204934131016E-01  1.39269437403313379E-01  1.21827262235778250E-01
+  1.05103676574767463E-01  8.92763015261263670E-02  7.45057648297755837E-02
+  6.09319953404473397E-02  4.86705010372972327E-02  3.78087201799531952E-02
+  2.84025557821134603E-02  2.04732270872122375E-02  1.40045985501002085E-02
+  8.94117734773649912E-03  5.18700511104353695E-03  2.60570889755526577E-03
+  1.02202097691588478E-03  2.25127387337717552E-04 -2.57379410920985447E-05
+  7.89149949165360081E-06  7.78187466123770653E-06  7.77855233098103528E-06
+  7.77162009271039371E-06  7.76112787633459158E-06  7.74714514683277059E-06
+  END     
+   TPROJECTOR   2 #p(r), for p(r)/r*Ylm)
+  0.00000000000000000E+00  1.09523847482200898E-08  2.20055381096618520E-08
+  3.31603738608679899E-08  4.44178304973880300E-08  5.57788524434888275E-08
+  6.72443925541477566E-08  7.88154123955934174E-08  9.04928823636426102E-08
+  1.02277781775287970E-07  1.14171098954285723E-07  1.26173831315404151E-07
+  1.38286985448675388E-07  1.50511577204101898E-07  1.62848631777000120E-07
+  1.75299183794062831E-07  1.87864277400170386E-07  2.00544966345987954E-07
+  2.13342314076351450E-07  2.26257393819466666E-07  2.39291288676918166E-07
+  2.52445091714509025E-07  2.65719906053929055E-07  2.79116844965273996E-07
+  2.92637031960405589E-07  3.06281600887176374E-07  3.20051696024515802E-07
+  3.33948472178398332E-07  3.47973094778687671E-07  3.62126739976873043E-07
+  3.76410594744708513E-07  3.90825856973750786E-07  4.05373735575826212E-07
+  4.20055450584408453E-07  4.34872233256939427E-07  4.49825326178076485E-07
+  4.64915983363918015E-07  4.80145470367149449E-07  4.95515064383191109E-07
+  5.11026054357302767E-07  5.26679741092675637E-07  5.42477437359530855E-07
+  5.58420468005204115E-07  5.74510170065255003E-07  5.90747892875595741E-07
+  6.07134998185653088E-07  6.23672860272562574E-07  6.40362866056431047E-07
+  6.57206415216632606E-07  6.74204920309207361E-07  6.91359806885310316E-07
+  7.08672513610769004E-07  7.26144492386735291E-07  7.43777208471438730E-07
+  7.61572140603082790E-07  7.79530781123839255E-07  7.97654636105017244E-07
+  8.15945225473353921E-07  8.34404083138490835E-07  8.53032757121603707E-07
+  8.71832809685233737E-07  8.90805817464299245E-07  9.09953371598314552E-07
+  9.29277077864835361E-07  9.48778556814119635E-07  9.68459443905031909E-07
+  9.88321389642198683E-07  1.00836605971443435E-06  1.02859513513441653E-06
+  1.04901031237966999E-06  1.06961330353483690E-06  1.09040583643525864E-06
+  1.11138965481188279E-06  1.13256651843748178E-06  1.15393820327425345E-06
+  1.17550650162274729E-06  1.19727322227217626E-06  1.21924019065210950E-06
+  1.24140924898554970E-06  1.26378225644344174E-06  1.28636108930057797E-06
+  1.30914764109295785E-06  1.33214382277657279E-06  1.35535156288767954E-06
+  1.37877280770453868E-06  1.40240952141060095E-06  1.42626368625927339E-06
+  1.45033730274013433E-06  1.47463238974670221E-06  1.49915098474575666E-06
+  1.52389514394819302E-06  1.54886694248148005E-06  1.57406847456366197E-06
+  1.59950185367901967E-06  1.62516921275529064E-06  1.65107270434254122E-06
+  1.67721450079371083E-06  1.70359679444676255E-06  1.73022179780856256E-06
+  1.75709174374042696E-06  1.78420888564534905E-06  1.81157549765701815E-06
+  1.83919387483051212E-06  1.86706633333476356E-06  1.89519521064681497E-06
+  1.92358286574784760E-06  1.95223167932100257E-06  1.98114405395104182E-06
+  2.01032241432583265E-06  2.03976920743968817E-06  2.06948690279859153E-06
+  2.09947799262728102E-06  2.12974499207827248E-06  2.16029043944276364E-06
+  2.19111689636353761E-06  2.22222694804976616E-06  2.25362320349382561E-06
+  2.28530829569008206E-06  2.31728488185571030E-06  2.34955564365355585E-06
+  2.38212328741699168E-06  2.41499054437691967E-06  2.44816017089077612E-06
+  2.48163494867372855E-06  2.51541768503194180E-06  2.54951121309800830E-06
+  2.58391839206855859E-06  2.61864210744400977E-06  2.65368527127059244E-06
+  2.68905082238454017E-06  2.72474172665855149E-06  2.76076097725052281E-06
+  2.79711159485457344E-06  2.83379662795435162E-06  2.87081915307871903E-06
+  2.90818227505971300E-06  2.94588912729298285E-06  2.98394287200051331E-06
+  3.02234670049586945E-06  3.06110383345179386E-06  3.10021752117031705E-06
+  3.13969104385534022E-06  3.17952771188772107E-06  3.21973086610287703E-06
+  3.26030387807101591E-06  3.30125015037980519E-06  3.34257311691977473E-06
+  3.38427624317230370E-06  3.42636302650021557E-06  3.46883699644107852E-06
+  3.51170171500324684E-06  3.55496077696452644E-06  3.59861781017369826E-06
+  3.64267647585469624E-06  3.68714046891373983E-06  3.73201351824908711E-06
+  3.77729938706387118E-06  3.82300187318163011E-06  3.86912480936477605E-06
+  3.91567206363610187E-06  3.96264753960311514E-06  4.01005517678542313E-06
+  4.05789895094505704E-06  4.10618287442003696E-06  4.15491099646071170E-06
+  4.20408740356939530E-06  4.25371621984308503E-06  4.30380160731933374E-06
+  4.35434776632525453E-06  4.40535893582978821E-06  4.45683939379921318E-06
+  4.50879345755591981E-06  4.56122548414038656E-06  4.61413987067671876E-06
+  4.66754105474130274E-06  4.72143351473495825E-06  4.77582177025857890E-06
+  4.83071038249210321E-06  4.88610395457702113E-06  4.94200713200246858E-06
+  4.99842460299477282E-06  5.05536109891063330E-06  5.11282139463388038E-06
+  5.17081030897596600E-06  5.22933270508002726E-06  5.28839349082879542E-06
+  5.34799761925609472E-06  5.40815008896233059E-06  5.46885594453359319E-06
+  5.53012027696475535E-06  5.59194822408643485E-06  5.65434497099581226E-06
+  5.71731575049154851E-06  5.78086584351257338E-06  5.84500057958096002E-06
+  5.90972533724891444E-06  5.97504554454980189E-06  6.04096667945336442E-06
+  6.10749427032515662E-06  6.17463389639010130E-06  6.24239118820049223E-06
+  6.31077182810807937E-06  6.37978155074064697E-06  6.44942614348297067E-06
+  6.51971144696217758E-06  6.59064335553742958E-06  6.66222781779445331E-06
+  6.73447083704422915E-06  6.80737847182651503E-06  6.88095683641797134E-06
+  6.95521210134483270E-06  7.03015049390054333E-06  7.10577829866780380E-06
+  7.18210185804576094E-06  7.25912757278182936E-06  7.33686190250854427E-06
+  7.41531136628521199E-06  7.49448254314470359E-06  7.57438207264506984E-06
+  7.65501665542652973E-06  7.73639305377321938E-06  7.81851809218048384E-06
+  7.90139865792702416E-06  7.98504170165266193E-06  8.06945423794107087E-06
+  8.15464334590820379E-06  8.24061616979586626E-06  8.32737991957084662E-06
+  8.41494187152966373E-06  8.50330936890870506E-06  8.59248982250009082E-06
+  8.68249071127308444E-06  8.77331958300142547E-06  8.86498405489629702E-06
+  8.95749181424499195E-06  9.05085061905572518E-06  9.14506829870828376E-06
+  9.24015275461043673E-06  9.33611196086079939E-06  9.43295396491736253E-06
+  9.53068688827252687E-06  9.62931892713415479E-06  9.72885835311289695E-06
+  9.82931351391591902E-06  9.93069283404690329E-06  1.00330048155127316E-05
+  1.01362580385361993E-05  1.02404611622758642E-05  1.03456229255520560E-05
+  1.04517521475798133E-05  1.05588577287085064E-05  1.06669486511682189E-05
+  1.07760339798229666E-05  1.08861228629310688E-05  1.09972245329122011E-05
+  1.11093483071216988E-05  1.12225035886320090E-05  1.13366998670211155E-05
+  1.14519467191685538E-05  1.15682538100584688E-05  1.16856308935900666E-05
+  1.18040878133957092E-05  1.19236345036664701E-05  1.20442809899851404E-05
+  1.21660373901670954E-05  1.22889139151087980E-05  1.24129208696440233E-05
+  1.25380686534081547E-05  1.26643677617102783E-05  1.27918287864134809E-05
+  1.29204624168229368E-05  1.30502794405824412E-05  1.31812907445790417E-05
+  1.33135073158561937E-05  1.34469402425349869E-05  1.35816007147441468E-05
+  1.37175000255584250E-05  1.38546495719457451E-05  1.39930608557228790E-05
+  1.41327454845200956E-05  1.42737151727546596E-05  1.44159817426131042E-05
+  1.45595571250428164E-05  1.47044533607525310E-05  1.48506826012221300E-05
+  1.49982571097216909E-05  1.51471892623399878E-05  1.52974915490222696E-05
+  1.54491765746178159E-05  1.56022570599369394E-05  1.57567458428178953E-05
+  1.59126558792034462E-05  1.60700002442273071E-05  1.62287921333108506E-05
+  1.63890448632695953E-05  1.65507718734299615E-05  1.67139867267564960E-05
+  1.68787031109891798E-05  1.70449348397913133E-05  1.72126958539080816E-05
+  1.73820002223355885E-05  1.75528621435007393E-05  1.77252959464520207E-05
+  1.78993160920610738E-05  1.80749371742355581E-05  1.82521739211429640E-05
+  1.84310411964457911E-05  1.86115540005481157E-05  1.87937274718534013E-05
+  1.89775768880342009E-05  1.91631176673135413E-05  1.93503653697574960E-05
+  1.95393356985804759E-05  1.97300445014622237E-05  1.99225077718764629E-05
+  2.01167416504325028E-05  2.03127624262286824E-05  2.05105865382184988E-05
+  2.07102305765891160E-05  2.09117112841528368E-05  2.11150455577512262E-05
+  2.13202504496717632E-05  2.15273431690785004E-05  2.17363410834547642E-05
+  2.19472617200599631E-05  2.21601227673991362E-05  2.23749420767069748E-05
+  2.25917376634442044E-05  2.28105277088088069E-05  2.30313305612608017E-05
+  2.32541647380606338E-05  2.34790489268225916E-05  2.37060019870815060E-05
+  2.39350429518749740E-05  2.41661910293388237E-05  2.43994656043185632E-05
+  2.46348862399947428E-05  2.48724726795236298E-05  2.51122448476931250E-05
+  2.53542228525935716E-05  2.55984269873036632E-05  2.58448777315933316E-05
+  2.60935957536402769E-05  2.63446019117636671E-05  2.65979172561733358E-05
+  2.68535630307351481E-05  2.71115606747526295E-05  2.73719318247646809E-05
+  2.76346983163604931E-05  2.78998821860102761E-05  2.81675056729137964E-05
+  2.84375912208651376E-05  2.87101614801348070E-05  2.89852393093697325E-05
+  2.92628477775096305E-05  2.95430101657221441E-05  2.98257499693551525E-05
+  3.01110908999069153E-05  3.03990568870149468E-05  3.06896720804627110E-05
+  3.09829608522048307E-05  3.12789477984109300E-05  3.15776577415286815E-05
+  3.18791157323650409E-05  3.21833470521875931E-05  3.24903772148442491E-05
+  3.28002319689031494E-05  3.31129372998120828E-05  3.34285194320775971E-05
+  3.37470048314642088E-05  3.40684202072143069E-05  3.43927925142873417E-05
+  3.47201489556211865E-05  3.50505169844127836E-05  3.53839243064207865E-05
+  3.57203988822891679E-05  3.60599689298917798E-05  3.64026629266990173E-05
+  3.67485096121660188E-05  3.70975379901425888E-05  3.74497773313058638E-05
+  3.78052571756151489E-05  3.81640073347886289E-05  3.85260578948042021E-05
+  3.88914392184222161E-05  3.92601819477316480E-05  3.96323170067201526E-05
+  4.00078756038673642E-05  4.03868892347619858E-05  4.07693896847435144E-05
+  4.11554090315671835E-05  4.15449796480946273E-05  4.19381342050089535E-05
+  4.23349056735537358E-05  4.27353273282991125E-05  4.31394327499318988E-05
+  4.35472558280712872E-05  4.39588307641116120E-05  4.43741920740904709E-05
+  4.47933745915831376E-05  4.52164134706236606E-05  4.56433441886536082E-05
+  4.60742025494967128E-05  4.65090246863617582E-05  4.69478470648729116E-05
+  4.73907064861277293E-05  4.78376400897831888E-05  4.82886853571709947E-05
+  4.87438801144399089E-05  4.92032625357291959E-05  4.96668711463685243E-05
+  5.01347448261103661E-05  5.06069228123896640E-05  5.10834447036143856E-05
+  5.15643504624867862E-05  5.20496804193546511E-05  5.25394752755934779E-05
+  5.30337761070195175E-05  5.35326243673352469E-05  5.40360618916054295E-05
+  5.45441308997649974E-05  5.50568740001609500E-05  5.55743341931241495E-05
+  5.60965548745770849E-05  5.66235798396715333E-05  5.71554532864629479E-05
+  5.76922198196156105E-05  5.82339244541444842E-05  5.87806126191893214E-05
+  5.93323301618257156E-05  5.98891233509083810E-05  6.04510388809528950E-05
+  6.10181238760506704E-05  6.15904258938216589E-05  6.21679929294018563E-05
+  6.27508734194690541E-05  6.33391162463045588E-05  6.39327707418925603E-05
+  6.45318866920575288E-05  6.51365143406391249E-05  6.57467043937057889E-05
+  6.63625080238076318E-05  6.69839768742670305E-05  6.76111630635105841E-05
+  6.82441191894390996E-05  6.88828983338389664E-05  6.95275540668340529E-05
+  7.01781404513773398E-05  7.08347120477861370E-05  7.14973239183162520E-05
+  7.21660316317812058E-05  7.28408912682105615E-05  7.35219594235548472E-05
+  7.42092932144304313E-05  7.49029502829104215E-05  7.56029888013580659E-05
+  7.63094674773057710E-05  7.70224455583779215E-05  7.77419828372603752E-05
+  7.84681396567138683E-05  7.92009769146358026E-05  7.99405560691651305E-05
+  8.06869391438395792E-05  8.14401887327941834E-05  8.22003680060123473E-05
+  8.29675407146229316E-05  8.37417711962463725E-05  8.45231243803907834E-05
+  8.53116657938963845E-05  8.61074615664319740E-05  8.69105784360391857E-05
+  8.77210837547310381E-05  8.85390454941382965E-05  8.93645322512117801E-05
+  9.01976132539735939E-05  9.10383583673235193E-05  9.18868380988983131E-05
+  9.27431236049837274E-05  9.36072866964828519E-05  9.44793998449376920E-05
+  9.53595361886073144E-05  9.62477695386010433E-05  9.71441743850692276E-05
+  9.80488259034485710E-05  9.89617999607689085E-05  9.98831731220132992E-05
+  1.00813022656540271E-04  1.01751426544563419E-04  1.02698463483691962E-04
+  1.03654212895528904E-04  1.04618754932332908E-04  1.05592170483739052E-04
+  1.06574541183543955E-04  1.07565949416549452E-04  1.08566478325474488E-04
+  1.09576211817924809E-04  1.10595234573432409E-04  1.11623632050554295E-04
+  1.12661490494041553E-04  1.13708896942070383E-04  1.14765939233543496E-04
+  1.15832706015453089E-04  1.16909286750318479E-04  1.17995771723685956E-04
+  1.19092252051703135E-04  1.20198819688757317E-04  1.21315567435189263E-04
+  1.22442588945073270E-04  1.23579978734074977E-04  1.24727832187373469E-04
+  1.25886245567663013E-04  1.27055316023225705E-04  1.28235141596077563E-04
+  1.29425821230191992E-04  1.30627454779795821E-04  1.31840143017744333E-04
+  1.33063987643972732E-04  1.34299091294023769E-04  1.35545557547655170E-04
+  1.36803490937526917E-04  1.38072996957968100E-04  1.39354182073820547E-04
+  1.40647153729371610E-04  1.41952020357362916E-04  1.43268891388081509E-04
+  1.44597877258540494E-04  1.45939089421738772E-04  1.47292640356007191E-04
+  1.48658643574443004E-04  1.50037213634427802E-04  1.51428466147234691E-04
+  1.52832517787723765E-04  1.54249486304127955E-04  1.55679490527925826E-04
+  1.57122650383807565E-04  1.58579086899732907E-04  1.60048922217080028E-04
+  1.61532279600888921E-04  1.63029283450197044E-04  1.64540059308474656E-04
+  1.66064733874151337E-04  1.67603435011240735E-04  1.69156291760063217E-04
+  1.70723434348070706E-04  1.72304994200762212E-04  1.73901103952710603E-04
+  1.75511897458683155E-04  1.77137509804866950E-04  1.78778077320196891E-04
+  1.80433737587789482E-04  1.82104629456481394E-04  1.83790893052470923E-04
+  1.85492669791071827E-04  1.87210102388571950E-04  1.88943334874199669E-04
+  1.90692512602205484E-04  1.92457782264048938E-04  1.94239291900703338E-04
+  1.96037190915066776E-04  1.97851630084493830E-04  1.99682761573440016E-04
+  2.01530738946220406E-04  2.03395717179891957E-04  2.05277852677243123E-04
+  2.07177303279917685E-04  2.09094228281645486E-04  2.11028788441604688E-04
+  2.12981145997900075E-04  2.14951464681172239E-04  2.16939909728325634E-04
+  2.18946647896382731E-04  2.20971847476477161E-04  2.23015678307956914E-04
+  2.25078311792631619E-04  2.27159920909148850E-04  2.29260680227493701E-04
+  2.31380765923635927E-04  2.33520355794296342E-04  2.35679629271863490E-04
+  2.37858767439437816E-04  2.40057953046016680E-04  2.42277370521822369E-04
+  2.44517205993764666E-04  2.46777647301053902E-04  2.49058884010947912E-04
+  2.51361107434655649E-04  2.53684510643373837E-04  2.56029288484482462E-04
+  2.58395637597883150E-04  2.60783756432488370E-04  2.63193845262863933E-04
+  2.65626106206026322E-04  2.68080743238386927E-04  2.70557962212862493E-04
+  2.73057970876134856E-04  2.75580978886072014E-04  2.78127197829314645E-04
+  2.80696841239011486E-04  2.83290124612734905E-04  2.85907265430543063E-04
+  2.88548483173225187E-04  2.91213999340704283E-04  2.93904037470610921E-04
+  2.96618823157028012E-04  2.99358584069413713E-04  3.02123549971686635E-04
+  3.04913952741496779E-04  3.07730026389673198E-04  3.10572007079842850E-04
+  3.13440133148235392E-04  3.16334645123673812E-04  3.19255785747739936E-04
+  3.22203799995131627E-04  3.25178935094207655E-04  3.28181440547717319E-04
+  3.31211568153723488E-04  3.34269572026717112E-04  3.37355708618930906E-04
+  3.40470236741837015E-04  3.43613417587858706E-04  3.46785514752264421E-04
+  3.49986794255279974E-04  3.53217524564389501E-04  3.56477976616852176E-04
+  3.59768423842425026E-04  3.63089142186279168E-04  3.66440410132157072E-04
+  3.69822508725708597E-04  3.73235721598069140E-04  3.76680334989640416E-04
+  3.80156637774092094E-04  3.83664921482585472E-04  3.87205480328224193E-04
+  3.90778611230717995E-04  3.94384613841285863E-04  3.98023790567784367E-04
+  4.01696446600061400E-04  4.05402889935551811E-04  4.09143431405100712E-04
+  4.12918384699031277E-04  4.16728066393447271E-04  4.20572795976778546E-04
+  4.24452895876571137E-04  4.28368691486526393E-04  4.32320511193785796E-04
+  4.36308686406462537E-04  4.40333551581435908E-04  4.44395444252395711E-04
+  4.48494705058142748E-04  4.52631677771157771E-04  4.56806709326416970E-04
+  4.61020149850496080E-04  4.65272352690917568E-04  4.69563674445788812E-04
+  4.73894474993695729E-04  4.78265117523883924E-04  4.82675968566710027E-04
+  4.87127398024372318E-04  4.91619779201934526E-04  4.96153488838624139E-04
+  5.00728907139418467E-04  5.05346417806927127E-04  5.10006408073569424E-04
+  5.14709268734033203E-04  5.19455394178054827E-04  5.24245182423478456E-04
+  5.29079035149633645E-04  5.33957357731012616E-04  5.38880559271261508E-04
+  5.43849052637486712E-04  5.48863254494863896E-04  5.53923585341581631E-04
+  5.59030469544091399E-04  5.64184335372696320E-04  5.69385615037456454E-04
+  5.74634744724426090E-04  5.79932164632230608E-04  5.85278319008968387E-04
+  5.90673656189462685E-04  5.96118628632848332E-04  6.01613692960515332E-04
+  6.07159309994387926E-04  6.12755944795553625E-04  6.18404066703276498E-04
+  6.24104149374318795E-04  6.29856670822683895E-04  6.35662113459661967E-04
+  6.41520964134309089E-04  6.47433714174236235E-04  6.53400859426820453E-04
+  6.59422900300761679E-04  6.65500341808059146E-04  6.71633693606321722E-04
+  6.77823470041522122E-04  6.84070190191105433E-04  6.90374377907510082E-04
+  6.96736561862087338E-04  7.03157275589415048E-04  7.09637057532049378E-04
+  7.16176451085637385E-04  7.22776004644488197E-04  7.29436271647546011E-04
+  7.36157810624784399E-04  7.42941185244031270E-04  7.49786964358222950E-04
+  7.56695722053094986E-04  7.63668037695291665E-04  7.70704495980968195E-04
+  7.77805686984774742E-04  7.84972206209333780E-04  7.92204654635168251E-04
+  7.99503638771067743E-04  8.06869770704937792E-04  8.14303668155110178E-04
+  8.21805954522122255E-04  8.29377258940974197E-04  8.37018216333865889E-04
+  8.44729467463422798E-04  8.52511658986400411E-04  8.60365443507894127E-04
+  8.68291479636045492E-04  8.76290432037237638E-04  8.84362971491815895E-04
+  8.92509774950310183E-04  9.00731525590176517E-04  9.09028912873061958E-04
+  9.17402632602590425E-04  9.25853386982688001E-04  9.34381884676432125E-04
+  9.42988840865447223E-04  9.51674977309860653E-04  9.60441022408774301E-04
+  9.69287711261338555E-04  9.78215785728343227E-04  9.87225994494392647E-04
+  9.96319093130667525E-04  1.00549584415823672E-03  1.01475701711195836E-03
+  1.02410338860499080E-03  1.03353574239385508E-03  1.04305486944412766E-03
+  1.05266156799672722E-03  1.06235664363480602E-03  1.07214090935125583E-03
+  1.08201518561684565E-03  1.09198030044896192E-03  1.10203708948100913E-03
+  1.11218639603242195E-03  1.12242907117933877E-03  1.13276597382590662E-03
+  1.14319797077626828E-03  1.15372593680716871E-03  1.16435075474127618E-03
+  1.17507331552113049E-03  1.18589451828381110E-03  1.19681527043627141E-03
+  1.20783648773134219E-03  1.21895909434448354E-03  1.23018402295118961E-03
+  1.24151221480516254E-03  1.25294461981711536E-03  1.26448219663441138E-03
+  1.27612591272133289E-03  1.28787674444014828E-03  1.29973567713288470E-03
+  1.31170370520389962E-03  1.32378183220316142E-03  1.33597107091031671E-03
+  1.34827244341950573E-03  1.36068698122502945E-03  1.37321572530768208E-03
+  1.38585972622199500E-03  1.39862004418419769E-03  1.41149774916103816E-03
+  1.42449392095937537E-03  1.43760964931662506E-03  1.45084603399202447E-03
+  1.46420418485873182E-03  1.47768522199678582E-03  1.49129027578686962E-03
+  1.50502048700500808E-03  1.51887700691807339E-03  1.53286099738018586E-03
+  1.54697363093002273E-03  1.56121609088896154E-03  1.57558957146018653E-03
+  1.59009527782865952E-03  1.60473442626203134E-03  1.61950824421245622E-03
+  1.63441797041938329E-03  1.64946485501320760E-03  1.66465015961997104E-03
+  1.67997515746694161E-03  1.69544113348922033E-03  1.71104938443724774E-03
+  1.72680121898542444E-03  1.74269795784154878E-03  1.75874093385742884E-03
+  1.77493149214041131E-03  1.79127099016592080E-03  1.80776079789110155E-03
+  1.82440229786946361E-03  1.84119688536652469E-03  1.85814596847661776E-03
+  1.87525096824066925E-03  1.89251331876511344E-03  1.90993446734188336E-03
+  1.92751587456948398E-03  1.94525901447518360E-03  1.96316537463832059E-03
+  1.98123645631474027E-03  1.99947377456239674E-03  2.01787885836803276E-03
+  2.03645325077508009E-03  2.05519850901272894E-03  2.07411620462612679E-03
+  2.09320792360783142E-03  2.11247526653039405E-03  2.13191984868025750E-03
+  2.15154330019274361E-03  2.17134726618838959E-03  2.19133340691046036E-03
+  2.21150339786377759E-03  2.23185892995472496E-03  2.25240170963265322E-03
+  2.27313345903244583E-03  2.29405591611850541E-03  2.31517083482997779E-03
+  2.33647998522730233E-03  2.35798515364016043E-03  2.37968814281671031E-03
+  2.40159077207423039E-03  2.42369487745106374E-03  2.44600231186006128E-03
+  2.46851494524333217E-03  2.49123466472842524E-03  2.51416337478594255E-03
+  2.53730299738861697E-03  2.56065547217179407E-03  2.58422275659538851E-03
+  2.60800682610730708E-03  2.63200967430844701E-03  2.65623331311900992E-03
+  2.68067977294654796E-03  2.70535110285536479E-03  2.73024937073757575E-03
+  2.75537666348564785E-03  2.78073508716653820E-03  2.80632676719744841E-03
+  2.83215384852309425E-03  2.85821849579468573E-03  2.88452289355045632E-03
+  2.91106924639787396E-03  2.93785977919749485E-03  2.96489673724845311E-03
+  2.99218238647575106E-03  3.01971901361907432E-03  3.04750892642346657E-03
+  3.07555445383167567E-03  3.10385794617822845E-03  3.13242177538531393E-03
+  3.16124833516041523E-03  3.19034004119566564E-03  3.21969933136920412E-03
+  3.24932866594811447E-03  3.27923052779336300E-03  3.30940742256654458E-03
+  3.33986187893849963E-03  3.37059644879981329E-03  3.40161370747323055E-03
+  3.43291625392798047E-03  3.46450671099601815E-03  3.49638772559030322E-03
+  3.52856196892495193E-03  3.56103213673740482E-03  3.59380094951265716E-03
+  3.62687115270941655E-03  3.66024551698835958E-03  3.69392683844252737E-03
+  3.72791793882952700E-03  3.76222166580620146E-03  3.79684089316507760E-03
+  3.83177852107313005E-03  3.86703747631271522E-03  3.90262071252447246E-03
+  3.93853121045262961E-03  3.97477197819238667E-03  4.01134605143957899E-03
+  4.04825649374257295E-03  4.08550639675636304E-03  4.12309888049904386E-03
+  4.16103709361054057E-03  4.19932421361356861E-03  4.23796344717712603E-03
+  4.27695803038215076E-03  4.31631122898971584E-03  4.35602633871143632E-03
+  4.39610668548251482E-03  4.43655562573703165E-03  4.47737654668581980E-03
+  4.51857286659676158E-03  4.56014803507757971E-03  4.60210553336120806E-03
+  4.64444887459364644E-03  4.68718160412436718E-03  4.73030729979934637E-03
+  4.77382957225679257E-03  4.81775206522520698E-03  4.86207845582440831E-03
+  4.90681245486911631E-03  4.95195780717511136E-03  4.99751829186833620E-03
+  5.04349772269650602E-03  5.08989994834363121E-03  5.13672885274726702E-03
+  5.18398835541853537E-03  5.23168241176497247E-03  5.27981501341643830E-03
+  5.32839018855348415E-03  5.37741200223892414E-03  5.42688455675233161E-03
+  5.47681199192726238E-03  5.52719848549166129E-03  5.57804825341109978E-03
+  5.62936555023511517E-03  5.68115466944650767E-03  5.73341994381387256E-03
+  5.78616574574688028E-03  5.83939648765498427E-03  5.89311662230924439E-03
+  5.94733064320687385E-03  6.00204308493964417E-03  6.05725852356489049E-03
+  6.11298157698008174E-03  6.16921690530051331E-03  6.22596921124028702E-03
+  6.28324324049672929E-03  6.34104378213777749E-03  6.39937566899323636E-03
+  6.45824377804883089E-03  6.51765303084417269E-03  6.57760839387379684E-03
+  6.63811487899182776E-03  6.69917754382001046E-03  6.76080149215933096E-03
+  6.82299187440514945E-03  6.88575388796574747E-03  6.94909277768465325E-03
+  7.01301383626641572E-03  7.07752240470604921E-03  7.14262387272217303E-03
+  7.20832367919365183E-03  7.27462731260025350E-03  7.34154031146668981E-03
+  7.40906826481058101E-03  7.47721681259416390E-03  7.54599164617981988E-03
+  7.61539850878950597E-03  7.68544319596771094E-03  7.75613155604869958E-03
+  7.82746949062739297E-03  7.89946295503424906E-03  7.97211795881412957E-03
+  8.04544056620906667E-03  8.11943689664507140E-03  8.19411312522289395E-03
+  8.26947548321296799E-03  8.34553025855436226E-03  8.42228379635764218E-03
+  8.49974249941227306E-03  8.57791282869767996E-03  8.65680130389882146E-03
+  8.73641450392577401E-03  8.81675906743762533E-03  8.89784169337057979E-03
+  8.97966914147026521E-03  9.06224823282829328E-03  9.14558585042332672E-03
+  9.22968893966621615E-03  9.31456450894970617E-03  9.40021963020220772E-03
+  9.48666143944637552E-03  9.57389713736173792E-03  9.66193398985186816E-03
+  9.75077932861609029E-03  9.84044055172548018E-03  9.93092512420360243E-03
+  1.00222405786114972E-02  1.01143945156373406E-02  1.02073946046905041E-02
+  1.03012485845004297E-02  1.03959642637199007E-02  1.04915495215327503E-02
+  1.05880123082666318E-02  1.06853606460098685E-02  1.07836026292333909E-02
+  1.08827464254170302E-02  1.09828002756806806E-02  1.10837724954199399E-02
+  1.11856714749465937E-02  1.12885056801337938E-02  1.13922836530657191E-02
+  1.14970140126922846E-02  1.16027054554883810E-02  1.17093667561178304E-02
+  1.18170067681021736E-02  1.19256344244942636E-02  1.20352587385561781E-02
+  1.21458888044427039E-02  1.22575337978886173E-02  1.23702029769014489E-02
+  1.24839056824587423E-02  1.25986513392099264E-02  1.27144494561831668E-02
+  1.28313096274969285E-02  1.29492415330761911E-02  1.30682549393733478E-02
+  1.31883597000941322E-02  1.33095657569279741E-02  1.34318831402829922E-02
+  1.35553219700261934E-02  1.36798924562275825E-02  1.38056048999098402E-02
+  1.39324696938016648E-02  1.40604973230966032E-02  1.41896983662159748E-02
+  1.43200834955766812E-02  1.44516634783632761E-02  1.45844491773046703E-02
+  1.47184515514556941E-02  1.48536816569823441E-02  1.49901506479525465E-02
+  1.51278697771299944E-02  1.52668503967736333E-02  1.54071039594405740E-02
+  1.55486420187937735E-02  1.56914762304135591E-02  1.58356183526135383E-02
+  1.59810802472608871E-02  1.61278738806000105E-02  1.62760113240807969E-02
+  1.64255047551908409E-02  1.65763664582907894E-02  1.67286088254546966E-02
+  1.68822443573129130E-02  1.70372856638994277E-02  1.71937454655024524E-02
+  1.73516365935185921E-02  1.75109719913103118E-02  1.76717647150669982E-02
+  1.78340279346688377E-02  1.79977749345539353E-02  1.81630191145888548E-02
+  1.83297739909412255E-02  1.84980531969561324E-02  1.86678704840341422E-02
+  1.88392397225128350E-02  1.90121749025497500E-02  1.91866901350084898E-02
+  1.93627996523467391E-02  1.95405178095055185E-02  1.97198590848012972E-02
+  1.99008380808192512E-02  2.00834695253080051E-02  2.02677682720757285E-02
+  2.04537493018877164E-02  2.06414277233641710E-02  2.08308187738796488E-02
+  2.10219378204624663E-02  2.12148003606946051E-02  2.14094220236119570E-02
+  2.16058185706039518E-02  2.18040058963136357E-02  2.20040000295365426E-02
+  2.22058171341191768E-02  2.24094735098559691E-02  2.26149855933852548E-02
+  2.28223699590839740E-02  2.30316433199593620E-02  2.32428225285393406E-02
+  2.34559245777605924E-02  2.36709666018526457E-02  2.38879658772200229E-02
+  2.41069398233202323E-02  2.43279060035381661E-02  2.45508821260559534E-02
+  2.47758860447182885E-02  2.50029357598930482E-02  2.52320494193265937E-02
+  2.54632453189924945E-02  2.56965419039344584E-02  2.59319577691031963E-02
+  2.61695116601846564E-02  2.64092224744219423E-02  2.66511092614285378E-02
+  2.68951912239928925E-02  2.71414877188737858E-02  2.73900182575863432E-02
+  2.76408025071767788E-02  2.78938602909881705E-02  2.81492115894123596E-02
+  2.84068765406318008E-02  2.86668754413476196E-02  2.89292287474944843E-02
+  2.91939570749418925E-02  2.94610812001798589E-02  2.97306220609899613E-02
+  3.00026007570997899E-02  3.02770385508199791E-02  3.05539568676648082E-02
+  3.08333772969523606E-02  3.11153215923869880E-02  3.13998116726200843E-02
+  3.16868696217905838E-02  3.19765176900429077E-02  3.22687782940217771E-02
+  3.25636740173433081E-02  3.28612276110408497E-02  3.31614619939845645E-02
+  3.34644002532736712E-02  3.37700656446010827E-02  3.40784815925880974E-02
+  3.43896716910882527E-02  3.47036597034599131E-02  3.50204695628052870E-02
+  3.53401253721754294E-02  3.56626514047394400E-02  3.59880721039162049E-02
+  3.63164120834689741E-02  3.66476961275576940E-02  3.69819491907528164E-02
+  3.73191963980035596E-02  3.76594630445635514E-02  3.80027745958691349E-02
+  3.83491566873707806E-02  3.86986351243136795E-02  3.90512358814688043E-02
+  3.94069851028086698E-02  3.97659091011303839E-02  4.01280343576198018E-02
+  4.04933875213574213E-02  4.08619954087637155E-02  4.12338850029803777E-02
+  4.16090834531874232E-02  4.19876180738515820E-02  4.23695163439051087E-02
+  4.27548059058536906E-02  4.31435145648069313E-02  4.35356702874347690E-02
+  4.39313012008420434E-02  4.43304355913612252E-02  4.47331019032601446E-02
+  4.51393287373615115E-02  4.55491448495723983E-02  4.59625791493179919E-02
+  4.63796606978804371E-02  4.68004187066370786E-02  4.72248825351941487E-02
+  4.76530816894164544E-02  4.80850458193432667E-02  4.85208047169948531E-02
+  4.89603883140586615E-02  4.94038266794557812E-02  4.98511500167827387E-02
+  5.03023886616240229E-02  5.07575730787329371E-02  5.12167338590742705E-02
+  5.16799017167258179E-02  5.21471074856362932E-02  5.26183821162304610E-02
+  5.30937566718603093E-02  5.35732623250979034E-02  5.40569303538626089E-02
+  5.45447921373788114E-02  5.50368791519583733E-02  5.55332229666052335E-02
+  5.60338552384312960E-02  5.65388077078838036E-02  5.70481121937734537E-02
+  5.75618005881021466E-02  5.80799048506787374E-02  5.86024570035214021E-02
+  5.91294891250374322E-02  5.96610333439751839E-02  6.01971218331389113E-02
+  6.07377868028636803E-02  6.12830604942390667E-02  6.18329751720763099E-02
+  6.23875631176111500E-02  6.29468566209346048E-02  6.35108879731418607E-02
+  6.40796894581950605E-02  6.46532933444862457E-02  6.52317318760961551E-02
+  6.58150372637390513E-02  6.64032416753811972E-02  6.69963772265287361E-02
+  6.75944759701704867E-02  6.81975698863694080E-02  6.88056908714902160E-02
+  6.94188707270536609E-02  7.00371411482057504E-02  7.06605337117945931E-02
+  7.12890798640364032E-02  7.19228109077661992E-02  7.25617579892581521E-02
+  7.32059520846017886E-02  7.38554239856252792E-02  7.45102042853503233E-02
+  7.51703233629648637E-02  7.58358113683029189E-02  7.65066982058137113E-02
+  7.71830135180108234E-02  7.78647866683813694E-02  7.85520467237438014E-02
+  7.92448224360368381E-02  7.99431422235258038E-02  8.06470341514089473E-02
+  8.13565259118057271E-02  8.20716448031124368E-02  8.27924177087073776E-02
+  8.35188710749844576E-02  8.42510308887023940E-02  8.49889226536248710E-02
+  8.57325713664373046E-02  8.64820014919147895E-02  8.72372369373291268E-02
+  8.79983010260641241E-02  8.87652164704267888E-02  8.95380053436268530E-02
+  9.03166890509036480E-02  9.11012882997813411E-02  9.18918230694201754E-02
+  9.26883125790514129E-02  9.34907752554582361E-02  9.42992286994908391E-02
+  9.51136896515799857E-02  9.59341739562244722E-02  9.67606965254305673E-02
+  9.75932713010698449E-02  9.84319112161300414E-02  9.92766281548285723E-02
+  1.00127432911561703E-01  1.00984335148654542E-01  1.01847343352885589E-01
+  1.02716464790750917E-01  1.03591705462438455E-01  1.04473070054474426E-01
+  1.05360561891014448E-01  1.06254182883739001E-01  1.07153933480322039E-01
+  1.08059812611434602E-01  1.08971817636245916E-01  1.09889944286388930E-01
+  1.10814186608342802E-01  1.11744536904204161E-01  1.12680985670798983E-01
+  1.13623521537098482E-01  1.14572131199893845E-01  1.15526799357693610E-01
+  1.16487508642792059E-01  1.17454239551473050E-01  1.18426970372297935E-01
+  1.19405677112435826E-01  1.20390333421988183E-01  1.21380910516261153E-01
+  1.22377377095935325E-01  1.23379699265090181E-01  1.24387840447021558E-01
+  1.25401761297819436E-01  1.26421419617636033E-01  1.27446770259604714E-01
+  1.28477765036353386E-01  1.29514352624056306E-01  1.30556478463973835E-01
+  1.31604084661424481E-01  1.32657109882129531E-01  1.33715489245878338E-01
+  1.34779154217461505E-01  1.35848032494797988E-01  1.36922047894221022E-01
+  1.38001120232843111E-01  1.39085165207959105E-01  1.40174094273408878E-01
+  1.41267814512861856E-01  1.42366228509940906E-01  1.43469234215143848E-01
+  1.44576724809492019E-01  1.45688588564843402E-01  1.46804708700818576E-01
+  1.47924963238276974E-01  1.49049224849269024E-01  1.50177360703427687E-01
+  1.51309232310722019E-01  1.52444695360514137E-01  1.53583599556879502E-01
+  1.54725788450102708E-01  1.55871099264320467E-01  1.57019362721237843E-01
+  1.58170402859872328E-01  1.59324036852266926E-01  1.60480074815126939E-01
+  1.61638319617323167E-01  1.62798566683222345E-01  1.63960603791793669E-01
+  1.65124210871449129E-01  1.66289159790581675E-01  1.67455214143761189E-01
+  1.68622129033555779E-01  1.69789650847946283E-01  1.70957517033314910E-01
+  1.72125455862980170E-01  1.73293186201264993E-01  1.74460417263085921E-01
+  1.75626848369061561E-01  1.76792168696132901E-01  1.77956057023714920E-01
+  1.79118181475379390E-01  1.80278199256107274E-01  1.81435756385126212E-01
+  1.82590487424383885E-01  1.83742015202701947E-01  1.84889950535663816E-01
+  1.86033891941321139E-01  1.87173425351783496E-01  1.88308123820802975E-01
+  1.89437547227441216E-01  1.90561241975966911E-01  1.91678740692090899E-01
+  1.92789561915720942E-01  1.93893209790384491E-01  1.94989173749524403E-01
+  1.96076928199863443E-01  1.97155932202077611E-01  1.98225629149016314E-01
+  1.99285446441763825E-01  2.00334795163814472E-01  2.01373069753711054E-01
+  2.02399647676486660E-01  2.03413889094289480E-01  2.04415136536613584E-01
+  2.05402714570575462E-01  2.06375929471712460E-01  2.07334068895828061E-01
+  2.08276401552435875E-01  2.09202176880389223E-01  2.10110624726355000E-01
+  2.11000955026785952E-01  2.11872357494150343E-01  2.12724001308174593E-01
+  2.13555034812954014E-01  2.14364585220793935E-01  2.15151758323747333E-01
+  2.15915638213832972E-01  2.16655287013027831E-01  2.17369744614136828E-01
+  2.18058028433772422E-01  2.18719133178693514E-01  2.19352030626879690E-01
+  2.19955669424744538E-01  2.20528974902035269E-01  2.21070848905978390E-01
+  2.21580169656391379E-01  2.22055791623526733E-01  2.22496545430529324E-01
+  2.22901237782494710E-01  2.23268651424197717E-01  2.23597545128701780E-01
+  2.23886653719141737E-01  2.24134688126105375E-01  2.24340335483160347E-01
+  2.24502259263185122E-01  2.24619099458302385E-01  2.24689472806344881E-01
+  2.24711973066906712E-01  2.24685171350185620E-01  2.24607616501963592E-01
+  2.24477835548206106E-01  2.24294334202925771E-01  2.24055597443102217E-01
+  2.23760090154592861E-01  2.23406257853151380E-01  2.22992527484799141E-01
+  2.22517308309987283E-01  2.21978992876116665E-01  2.21375958083171565E-01
+  2.20706566347357858E-01  2.19969166867840626E-01  2.19162097001774137E-01
+  2.18283683753034197E-01  2.17332245380169486E-01  2.16306093129279287E-01
+  2.15203533097629962E-01  2.14022868233991748E-01  2.12762400481782632E-01
+  2.11420433071251246E-01  2.09995272967006041E-01  2.08485233477337384E-01
+  2.06888637031818257E-01  2.05203818133766203E-01  2.03429126494180212E-01
+  2.01562930353791803E-01  1.99603619999880855E-01  1.97549611484483023E-01
+  1.95399350550532702E-01  1.93151316772454340E-01  1.90804027917542363E-01
+  1.88356044534344180E-01  1.85805974774035376E-01  1.83152479450555239E-01
+  1.80394277344931964E-01  1.77530150758932970E-01  1.74558951322690059E-01
+  1.71479606060533030E-01  1.68291123718693814E-01  1.64992601357926372E-01
+  1.61583231213372702E-01  1.58062307823274906E-01  1.54429235427170575E-01
+  1.50683535633330257E-01  1.46824855354056094E-01  1.42852975006287908E-01
+  1.38767816973718650E-01  1.34569454325093374E-01  1.30258119781930026E-01
+  1.25834214927148857E-01  1.21298319644285724E-01  1.16651201775009206E-01
+  1.11893826980501987E-01  1.07027368790036492E-01  1.02053218817563796E-01
+  9.69729971245659739E-02  9.17885627045730290E-02  8.65020240618395997E-02
+  8.11157498534440524E-02  7.56323795607947158E-02  7.00548341529282359E-02
+  6.43863267003219608E-02  5.86303728940162916E-02  5.27908014206880383E-02
+  4.68717641401319440E-02  4.08777460070385290E-02  3.48135746744042684E-02
+  2.86844297110335766E-02  2.24958513606885457E-02  1.62537487652785195E-02
+  9.96440756932504001E-03  3.63449681751026876E-03 -2.72892494823484544E-03
+ -9.11840449119916130E-03 -1.55260896864937159E-02 -2.19437264419379829E-02
+ -2.83626568488511976E-02 -3.47738186837852625E-02 -4.11677463875977923E-02
+ -4.75345736533328012E-02 -5.38640377593311293E-02 -6.01454857886341010E-02
+ -6.63678828799867393E-02 -7.25198226596306394E-02 -7.85895400064415828E-02
+ -8.45649263056905687E-02 -9.04335473488463437E-02 -9.61826640381070463E-02
+ -1.01799256054762144E-01 -1.07270048649902083E-01 -1.12581542714277560E-01
+ -1.17720048281064860E-01 -1.22671721610940809E-01 -1.27422606002844274E-01
+ -1.31958676466090830E-01 -1.36265888379884959E-01 -1.40330230254481936E-01
+ -1.44137780694247264E-01 -1.47674769646167048E-01 -1.50927643998064409E-01
+ -1.53883137568291667E-01 -1.56528345502990274E-01 -1.58850803067648261E-01
+ -1.60838568786477759E-01 -1.62480311845633385E-01 -1.63765403634193035E-01
+ -1.64684013249744576E-01 -1.65227206742921018E-01 -1.65387049816928339E-01
+ -1.65156713633497959E-01 -1.64530583305376038E-01 -1.63504368576849440E-01
+ -1.62075216107511716E-01 -1.60241822679948215E-01 -1.58004548548715290E-01
+ -1.55365530035578903E-01 -1.52328790353944865E-01 -1.48900347513406250E-01
+ -1.45088318013200934E-01 -1.40903014880857769E-01 -1.36357038449674062E-01
+ -1.31465358096075957E-01 -1.26245382976102744E-01 -1.20717019610268955E-01
+ -1.14902713969433551E-01 -1.08827475513139288E-01 -1.02518880429282699E-01
+ -9.60070511234828311E-02 -8.93246088133467786E-02 -8.25065959029594315E-02
+ -7.55903646540920654E-02 -6.86154285425063237E-02 -6.16232726014680349E-02
+ -5.46571190244228566E-02 -4.77616443409522307E-02 -4.09826446142154827E-02
+ -3.43666453570872221E-02 -2.79604532545223716E-02 -2.18106473422711167E-02
+ -1.59630080620010578E-02 -1.04618836304105900E-02 -5.34949447024557490E-03
+ -6.65178105367897343E-04  3.55542102317185638E-03  7.28120984468118293E-03
+  1.04865430229279383E-02  1.31521437092194660E-02  1.52660306438210797E-02
+  1.68244284301216906E-02  1.78326317910542792E-02  1.83057876175352699E-02
+  1.82695505202111266E-02  1.77605582759706691E-02  1.68266628861182092E-02
+  1.55268407884962580E-02  1.39306919316375052E-02  1.21174217473312678E-02
+  1.01741823509268661E-02  8.19362933061977550E-03  6.27052800302990536E-03
+  4.49721771928106914E-03  2.95771437147606016E-03  1.72019929842429998E-03
+  8.27606908062899983E-04  2.85983082896395602E-04  5.02413791134151628E-05
+  6.83849113653307836E-06  7.35297104459396507E-06  7.36102142091917612E-06
+  7.36469160704175420E-06  7.36412209485600666E-06  7.35943376484565089E-06
+  END     
+   TPROJECTOR   3 #p(r), for p(r)/r*Ylm)
+  0.00000000000000000E+00 -3.77186425615935519E-16 -1.52277748112051768E-15
+ -3.45791603976644147E-15 -6.20427507819020084E-15 -9.78398490756629704E-15
+ -1.42196493898985367E-14 -1.95343561162686261E-14 -2.57516861558736264E-14
+ -3.28957238580642053E-14 -4.09910668018284986E-14 -5.00628359206054073E-14
+ -6.01366858140617235E-14 -7.12388152535267934E-14 -8.33959778861106190E-14
+ -9.66354931418577416E-14 -1.10985257348070704E-13 -1.26473755054862590E-13
+ -1.43130070575984220E-13 -1.60983899749022897E-13 -1.80065561919119505E-13
+ -2.00406012150399916E-13 -2.22036853669415738E-13 -2.44990350544949101E-13
+ -2.69299440608593363E-13 -2.94997748620649943E-13 -3.22119599685930988E-13
+ -3.50700032924133768E-13 -3.80774815399570620E-13 -4.12380456315115448E-13
+ -4.45554221475292907E-13 -4.80334148023553513E-13 -5.16759059458903674E-13
+ -5.54868580937036565E-13 -5.94703154861398097E-13 -6.36304056769483302E-13
+ -6.79713411520023709E-13 -7.24974209786554057E-13 -7.72130324863225654E-13
+ -8.21226529788582028E-13 -8.72308514793334414E-13 -9.25422905078129602E-13
+ -9.80617278927526409E-13 -1.03794018616644048E-12 -1.09744116696547646E-12
+ -1.15917077100159657E-12 -1.22318057698091256E-12 -1.28952321253021489E-12
+ -1.35825237446417654E-12 -1.42942284943533332E-12 -1.50309053497388867E-12
+ -1.57931246092457078E-12 -1.65814681128819649E-12 -1.73965294647522231E-12
+ -1.82389142597914539E-12 -1.91092403147755040E-12 -2.00081379036869669E-12
+ -2.09362499975203865E-12 -2.18942325086054737E-12 -2.28827545395371393E-12
+ -2.39024986367950357E-12 -2.49541610491412296E-12 -2.60384519908860581E-12
+ -2.71560959101107084E-12 -2.83078317619425695E-12 -2.94944132869728121E-12
+ -3.07166092949166422E-12 -3.19752039536120719E-12 -3.32709970834550038E-12
+ -3.46048044573763894E-12 -3.59774581064591636E-12 -3.73898066313067661E-12
+ -3.88427155192632033E-12 -4.03370674675997911E-12 -4.18737627127763529E-12
+ -4.34537193658918206E-12 -4.50778737544371598E-12 -4.67471807704725727E-12
+ -4.84626142253433939E-12 -5.02251672110593702E-12 -5.20358524684630336E-12
+ -5.38957027623097014E-12 -5.58057712633893277E-12 -5.77671319378257060E-12
+ -5.97808799436772447E-12 -6.18481320349866179E-12 -6.39700269734079553E-12
+ -6.61477259475597297E-12 -6.83824130002444797E-12 -7.06752954636785399E-12
+ -7.30276044028898254E-12 -7.54405950674264622E-12 -7.79155473515347537E-12
+ -8.04537662629646815E-12 -8.30565824005655816E-12 -8.57253524408271242E-12
+ -8.84614596335426100E-12 -9.12663143067608092E-12 -9.41413543811907795E-12
+ -9.70880458942513021E-12 -1.00107883533930228E-11 -1.03202391182645376E-11
+ -1.06373122471286066E-11 -1.09621661343630602E-11 -1.12949622631330552E-11
+ -1.16358652639657789E-11 -1.19850429744212023E-11 -1.23426664998799012E-11
+ -1.27089102754682755E-11 -1.30839521291425506E-11 -1.34679733459520426E-11
+ -1.38611587335064027E-11 -1.42636966886653517E-11 -1.46757792654766650E-11
+ -1.50976022443847251E-11 -1.55293652027327743E-11 -1.59712715865831480E-11
+ -1.64235287838806390E-11 -1.68863481989825723E-11 -1.73599453285830284E-11
+ -1.78445398390548933E-11 -1.83403556452374672E-11 -1.88476209906966752E-11
+ -1.93665685294837607E-11 -1.98974354094221913E-11 -2.04404633569498360E-11
+ -2.09958987635457331E-11 -2.15639927737711550E-11 -2.21450013749540881E-11
+ -2.27391854885488141E-11 -2.33468110632016456E-11 -2.39681491695523704E-11
+ -2.46034760968072455E-11 -2.52530734511132966E-11 -2.59172282557688808E-11
+ -2.65962330533037584E-11 -2.72903860094661840E-11 -2.79999910191466833E-11
+ -2.87253578142809787E-11 -2.94668020737641590E-11 -3.02246455354165165E-11
+ -3.09992161100358134E-11 -3.17908479975789450E-11 -3.25998818055076194E-11
+ -3.34266646693437866E-11 -3.42715503754702804E-11 -3.51348994862224023E-11
+ -3.60170794673117152E-11 -3.69184648176241486E-11 -3.78394372014375755E-11
+ -3.87803855831054988E-11 -3.97417063642481289E-11 -4.07238035235017693E-11
+ -4.17270887588729877E-11 -4.27519816327428018E-11 -4.37989097195743897E-11
+ -4.48683087563721119E-11 -4.59606227959433380E-11 -4.70763043630152618E-11
+ -4.82158146132579573E-11 -4.93796234952738397E-11 -5.05682099155963453E-11
+ -5.17820619067687986E-11 -5.30216767985484403E-11 -5.42875613922997968E-11
+ -5.55802321386339085E-11 -5.69002153183566728E-11 -5.82480472267835036E-11
+ -5.96242743614852514E-11 -6.10294536135309327E-11 -6.24641524622868838E-11
+ -6.39289491738418931E-11 -6.54244330031283699E-11 -6.69512043997998443E-11
+ -6.85098752179417770E-11 -7.01010689296840634E-11 -7.17254208427893943E-11
+ -7.33835783222864789E-11 -7.50762010162279896E-11 -7.68039610856467471E-11
+ -7.85675434387956918E-11 -8.03676459697328031E-11 -8.22049798013529541E-11
+ -8.40802695329386156E-11 -8.59942534923070602E-11 -8.79476839926578397E-11
+ -8.99413275941837884E-11 -9.19759653705554779E-11 -9.40523931803587251E-11
+ -9.61714219435708591E-11 -9.83338779231893532E-11 -1.00540603012086183E-10
+ -1.02792455025197101E-10 -1.05090307997143570E-10 -1.07435052485384096E-10
+ -1.09827595879002067E-10 -1.12268862713229587E-10 -1.14759794989821288E-10
+ -1.17301352503373708E-10 -1.19894513173715787E-10 -1.22540273384471836E-10
+ -1.25239648327917842E-10 -1.27993672356238581E-10 -1.30803399339318878E-10
+ -1.33669903029175711E-10 -1.36594277431163290E-10 -1.39577637182071859E-10
+ -1.42621117935250790E-10 -1.45725876752885106E-10 -1.48893092505554092E-10
+ -1.52123966279220854E-10 -1.55419721789765429E-10 -1.58781605805229497E-10
+ -1.62210888575893738E-10 -1.65708864272349558E-10 -1.69276851431692980E-10
+ -1.72916193412014969E-10 -1.76628258855325049E-10 -1.80414442159071503E-10
+ -1.84276163956410236E-10 -1.88214871605398798E-10 -1.92232039687262662E-10
+ -1.96329170513919542E-10 -2.00507794644915210E-10 -2.04769471413960876E-10
+ -2.09115789465246614E-10 -2.13548367299697458E-10 -2.18068853831380732E-10
+ -2.22678928954229766E-10 -2.27380304119293237E-10 -2.32174722922687025E-10
+ -2.37063961704466106E-10 -2.42049830158609064E-10 -2.47134171954311049E-10
+ -2.52318865368811166E-10 -2.57605823931968656E-10 -2.62996997082781872E-10
+ -2.68494370838109579E-10 -2.74099968473767899E-10 -2.79815851218302669E-10
+ -2.85644118959592810E-10 -2.91586910964584319E-10 -2.97646406612376394E-10
+ -3.03824826140885581E-10 -3.10124431407389285E-10 -3.16547526663149497E-10
+ -3.23096459342416073E-10 -3.29773620866059586E-10 -3.36581447460116738E-10
+ -3.43522420989504618E-10 -3.50599069807209896E-10 -3.57813969619205267E-10
+ -3.65169744365426835E-10 -3.72669067117073898E-10 -3.80314660990562618E-10
+ -3.88109300078405298E-10 -3.96055810397357531E-10 -4.04157070854165265E-10
+ -4.12416014229185532E-10 -4.20835628178262386E-10 -4.29418956253182143E-10
+ -4.38169098941029028E-10 -4.47089214722825810E-10 -4.56182521151797332E-10
+ -4.65452295951598160E-10 -4.74901878134948411E-10 -4.84534669142959098E-10
+ -4.94354134005594765E-10 -5.04363802523639515E-10 -5.14567270472595427E-10
+ -5.24968200828854870E-10 -5.35570325018637457E-10 -5.46377444190043792E-10
+ -5.57393430508710341E-10 -5.68622228477462366E-10 -5.80067856280418205E-10
+ -5.91734407152024474E-10 -6.03626050771441766E-10 -6.15747034682775299E-10
+ -6.28101685741626554E-10 -6.40694411588454149E-10 -6.53529702149211505E-10
+ -6.66612131163849753E-10 -6.79946357743044039E-10 -6.93537127953887796E-10
+ -7.07389276434851325E-10 -7.21507728040733946E-10 -7.35897499518074278E-10
+ -7.50563701211592518E-10 -7.65511538802257477E-10 -7.80746315077542642E-10
+ -7.96273431734501542E-10 -8.12098391216213665E-10 -8.28226798582277422E-10
+ -8.44664363413944313E-10 -8.61416901754529234E-10 -8.78490338085797147E-10
+ -8.95890707340939055E-10 -9.13624156954828788E-10 -9.31696948952270349E-10
+ -9.50115462074935069E-10 -9.68886193947656542E-10 -9.88015763284897166E-10
+ -1.00751091213803512E-09 -1.02737850818432326E-09 -1.04762554705819094E-09
+ -1.06825915472576011E-09 -1.08928658990332324E-09 -1.11071524652061406E-09
+ -1.13255265622969303E-09 -1.15480649096030700E-09 -1.17748456552254211E-09
+ -1.20059484025772853E-09 -1.22414542373837684E-09 -1.24814457551813705E-09
+ -1.27260070893268636E-09 -1.29752239395250304E-09 -1.32291836008838089E-09
+ -1.34879749935083337E-09 -1.37516886926429486E-09 -1.40204169593703149E-09
+ -1.42942537718804789E-09 -1.45732948573173085E-09 -1.48576377242156368E-09
+ -1.51473816955390728E-09 -1.54426279423284865E-09 -1.57434795179745770E-09
+ -1.60500413931239099E-09 -1.63624204912325985E-09 -1.66807257247768126E-09
+ -1.70050680321342666E-09 -1.73355604151489206E-09 -1.76723179773899450E-09
+ -1.80154579631204952E-09 -1.83650997969864757E-09 -1.87213651244409669E-09
+ -1.90843778529161553E-09 -1.94542641937586839E-09 -1.98311527049397561E-09
+ -2.02151743345569527E-09 -2.06064624651408260E-09 -2.10051529587818243E-09
+ -2.14113842030924013E-09 -2.18252971580198012E-09 -2.22470354035257750E-09
+ -2.26767451881480751E-09 -2.31145754784616793E-09 -2.35606780094548878E-09
+ -2.40152073358378848E-09 -2.44783208843010779E-09 -2.49501790067407701E-09
+ -2.54309450344702988E-09 -2.59207853334323850E-09 -2.64198693604372945E-09
+ -2.69283697204373822E-09 -2.74464622248653319E-09 -2.79743259510494813E-09
+ -2.85121433027305953E-09 -2.90601000716970788E-09 -2.96183855005622609E-09
+ -3.01871923467015935E-09 -3.07667169473758118E-09 -3.13571592860561654E-09
+ -3.19587230599796350E-09 -3.25716157489525705E-09 -3.31960486854283282E-09
+ -3.38322371258819686E-09 -3.44804003235045185E-09 -3.51407616022443580E-09
+ -3.58135484322163222E-09 -3.64989925065090486E-09 -3.71973298194096729E-09
+ -3.79088007460810009E-09 -3.86336501237084023E-09 -3.93721273341508160E-09
+ -4.01244863881208662E-09 -4.08909860109207139E-09 -4.16718897297678616E-09
+ -4.24674659627322977E-09 -4.32779881093228483E-09 -4.41037346427487276E-09
+ -4.49449892038854606E-09 -4.58020406969847416E-09 -4.66751833871488111E-09
+ -4.75647169996146118E-09 -4.84709468208683547E-09 -4.93941838016376120E-09
+ -5.03347446617829141E-09 -5.12929519971348674E-09 -5.22691343883024431E-09
+ -5.32636265115014317E-09 -5.42767692514263806E-09 -5.53089098162154401E-09
+ -5.63604018545386967E-09 -5.74316055748565741E-09 -5.85228878668802802E-09
+ -5.96346224252833343E-09 -6.07671898756970152E-09 -6.19209779030431812E-09
+ -6.30963813822341925E-09 -6.42938025112951064E-09 -6.55136509469481674E-09
+ -6.67563439427042326E-09 -6.80223064895075137E-09 -6.93119714589880392E-09
+ -7.06257797493558579E-09 -7.19641804339984612E-09 -7.33276309128313594E-09
+ -7.47165970664379033E-09 -7.61315534130683548E-09 -7.75729832685434451E-09
+ -7.90413789091099414E-09 -8.05372417373148365E-09 -8.20610824509443822E-09
+ -8.36134212150864750E-09 -8.51947878373834266E-09 -8.68057219465173080E-09
+ -8.84467731740010202E-09 -9.01185013393325003E-09 -9.18214766385738856E-09
+ -9.35562798364160679E-09 -9.53235024617971157E-09 -9.71237470071431831E-09
+ -9.89576271312859564E-09 -1.00825767866141737E-08 -1.02728805827208922E-08
+ -1.04667389427959226E-08 -1.06642179098197824E-08 -1.08653847506453475E-08
+ -1.10703079786495864E-08 -1.12790573768027087E-08 -1.14917040211652866E-08
+ -1.17083203048191717E-08 -1.19289799622413465E-08 -1.21537580941283244E-08
+ -1.23827311926802567E-08 -1.26159771673519948E-08 -1.28535753710807111E-08
+ -1.30956066269987374E-08 -1.33421532556402878E-08 -1.35932991026512900E-08
+ -1.38491295670118788E-08 -1.41097316297806783E-08 -1.43751938833711586E-08
+ -1.46456065613682827E-08 -1.49210615688982851E-08 -1.52016525135586412E-08
+ -1.54874747369206631E-08 -1.57786253466150685E-08 -1.60752032490099503E-08
+ -1.63773091824941527E-08 -1.66850457513754035E-08 -1.69985174604057416E-08
+ -1.73178307499453116E-08 -1.76430940317767336E-08 -1.79744177255811347E-08
+ -1.83119142960894536E-08 -1.86556982909202864E-08 -1.90058863791179595E-08
+ -1.93625973904028654E-08 -1.97259523551477778E-08 -2.00960745450935946E-08
+ -2.04730895148176514E-08 -2.08571251439695113E-08 -2.12483116802871953E-08
+ -2.16467817834092105E-08 -2.20526705694965303E-08 -2.24661156566804782E-08
+ -2.28872572113496965E-08 -2.33162379952945118E-08 -2.37532034137221584E-08
+ -2.41983015641599511E-08 -2.46516832862640782E-08 -2.51135022125465556E-08
+ -2.55839148200437694E-08 -2.60630804829383252E-08 -2.65511615261534600E-08
+ -2.70483232799409567E-08 -2.75547341354757190E-08 -2.80705656014800255E-08
+ -2.85959923618949169E-08 -2.91311923346166696E-08 -2.96763467313211610E-08
+ -3.02316401183925546E-08 -3.07972604789805926E-08 -3.13733992762041270E-08
+ -3.19602515175233204E-08 -3.25580158203023486E-08 -3.31668944785857130E-08
+ -3.37870935311072834E-08 -3.44188228305572778E-08 -3.50622961141317620E-08
+ -3.57177310753842577E-08 -3.63853494374080456E-08 -3.70653770273704527E-08
+ -3.77580438524252683E-08 -3.84635841770286610E-08 -3.91822366016863225E-08
+ -3.99142441431552328E-08 -4.06598543161278643E-08 -4.14193192164282017E-08
+ -4.21928956057451722E-08 -4.29808449979336166E-08 -4.37834337469091975E-08
+ -4.46009331361707953E-08 -4.54336194699766967E-08 -4.62817741662065961E-08
+ -4.71456838509421092E-08 -4.80256404547933575E-08 -4.89219413110101403E-08
+ -4.98348892554020696E-08 -5.07647927281138408E-08 -5.17119658772738289E-08
+ -5.26767286645651314E-08 -5.36594069727452442E-08 -5.46603327151562910E-08
+ -5.56798439472580273E-08 -5.67182849802234221E-08 -5.77760064966345373E-08
+ -5.88533656683201969E-08 -5.99507262763657450E-08 -6.10684588333508191E-08
+ -6.22069407078379615E-08 -6.33665562511706319E-08 -6.45476969266095741E-08
+ -6.57507614408617472E-08 -6.69761558780364146E-08 -6.82242938360824723E-08
+ -6.94955965657453419E-08 -7.07904931120937087E-08 -7.21094204586619904E-08
+ -7.34528236742613962E-08 -7.48211560625003796E-08 -7.62148793140738966E-08
+ -7.76344636618648523E-08 -7.90803880389140521E-08 -8.05531402393147051E-08
+ -8.20532170820739390E-08 -8.35811245780120793E-08 -8.51373780997410657E-08
+ -8.67225025547884835E-08 -8.83370325619230758E-08 -8.99815126307399686E-08
+ -9.16564973445612238E-08 -9.33625515467290884E-08 -9.51002505303284316E-08
+ -9.68701802314313688E-08 -9.86729374259015688E-08 -1.00509129929850967E-07
+ -1.02379376803789487E-07 -1.04284308560556996E-07 -1.06224567377095261E-07
+ -1.08200807310140073E-07 -1.10213694515895487E-07 -1.12263907473772816E-07
+ -1.14352137214264857E-07 -1.16479087551034959E-07 -1.18645475317293000E-07
+ -1.20852030606543411E-07 -1.23099497017788657E-07 -1.25388631905255792E-07
+ -1.27720206632747999E-07 -1.30095006832699373E-07 -1.32513832670012343E-07
+ -1.34977499110775460E-07 -1.37486836195952529E-07 -1.40042689320128097E-07
+ -1.42645919515406727E-07 -1.45297403740561501E-07 -1.47998035175528938E-07
+ -1.50748723521342820E-07 -1.53550395305623515E-07 -1.56403994193704028E-07
+ -1.59310481305517994E-07 -1.62270835538332473E-07 -1.65286053895465890E-07
+ -1.68357151821063548E-07 -1.71485163541075765E-07 -1.74671142410536648E-07
+ -1.77916161267255933E-07 -1.81221312792063208E-07 -1.84587709875698092E-07
+ -1.88016485992489568E-07 -1.91508795580945933E-07 -1.95065814431375267E-07
+ -1.98688740080677688E-07 -2.02378792214426498E-07 -2.06137213076398421E-07
+ -2.09965267885654636E-07 -2.13864245261350246E-07 -2.17835457655388734E-07
+ -2.21880241793069643E-07 -2.25999959121901272E-07 -2.30195996268684903E-07
+ -2.34469765505069179E-07 -2.38822705221701751E-07 -2.43256280411150138E-07
+ -2.47771983159745220E-07 -2.52371333148523622E-07 -2.57055878163427784E-07
+ -2.61827194614934003E-07 -2.66686888067295922E-07 -2.71636593777568296E-07
+ -2.76677977244580109E-07 -2.81812734768088919E-07 -2.87042594018237461E-07
+ -2.92369314615562047E-07 -2.97794688721707627E-07 -3.03320541641082070E-07
+ -3.08948732433600642E-07 -3.14681154538793701E-07 -3.20519736411437105E-07
+ -3.26466442168913664E-07 -3.32523272250585989E-07 -3.38692264089309120E-07
+ -3.44975492795395928E-07 -3.51375071853212556E-07 -3.57893153830630194E-07
+ -3.64531931101640578E-07 -3.71293636582278604E-07 -3.78180544480186767E-07
+ -3.85194971058004661E-07 -3.92339275410913889E-07 -3.99615860258496977E-07
+ -4.07027172751300302E-07 -4.14575705292252342E-07 -4.22263996373298022E-07
+ -4.30094631427497131E-07 -4.38070243696854045E-07 -4.46193515116207884E-07
+ -4.54467177213476810E-07 -4.62894012026505441E-07 -4.71476853036883629E-07
+ -4.80218586121042862E-07 -4.89122150518895023E-07 -4.98190539820422070E-07
+ -5.07426802970462090E-07 -5.16834045292112453E-07 -5.26415429529008194E-07
+ -5.36174176906900889E-07 -5.46113568214836709E-07 -5.56236944906355153E-07
+ -5.66547710221005142E-07 -5.77049330326620828E-07 -5.87745335482693290E-07
+ -5.98639321225264909E-07 -6.09734949573738508E-07 -6.21035950259939304E-07
+ -6.32546121979979209E-07 -6.44269333669176728E-07 -6.56209525800632795E-07
+ -6.68370711707730525E-07 -6.80756978931135284E-07 -6.93372490590681550E-07
+ -7.06221486782597163E-07 -7.19308286002604444E-07 -7.32637286595276574E-07
+ -7.46212968230230837E-07 -7.60039893405557262E-07 -7.74122708979115482E-07
+ -7.88466147728062582E-07 -8.03075029937242415E-07 -8.17954265016959243E-07
+ -8.33108853150606212E-07 -8.48543886972813913E-07 -8.64264553278552380E-07
+ -8.80276134763883002E-07 -8.96584011798858627E-07 -9.13193664233207536E-07
+ -9.30110673235392641E-07 -9.47340723165690590E-07 -9.64889603483832574E-07
+ -9.82763210691993828E-07 -1.00096755031361485E-06 -1.01950873890888676E-06
+ -1.03839300612742416E-06 -1.05762669679893980E-06 -1.07721627306248910E-06
+ -1.09716831653517776E-06 -1.11748953052085520E-06 -1.13818674225974492E-06
+ -1.15926690521953800E-06 -1.18073710142895590E-06 -1.20260454385436296E-06
+ -1.22487657882038177E-06 -1.24756068847516372E-06 -1.27066449330134808E-06
+ -1.29419575467334978E-06 -1.31816237746192512E-06 -1.34257241268696590E-06
+ -1.36743406021920590E-06 -1.39275567153196237E-06 -1.41854575250373706E-06
+ -1.44481296627260754E-06 -1.47156613614332369E-06 -1.49881424854827147E-06
+ -1.52656645606305885E-06 -1.55483208047791402E-06 -1.58362061592582808E-06
+ -1.61294173206851334E-06 -1.64280527734130298E-06 -1.67322128225797854E-06
+ -1.70419996277672794E-06 -1.73575172372829043E-06 -1.76788716230753062E-06
+ -1.80061707162948265E-06 -1.83395244435118834E-06 -1.86790447636044458E-06
+ -1.90248457053278280E-06 -1.93770434055784718E-06 -1.97357561483657113E-06
+ -2.01011044045028208E-06 -2.04732108720334404E-06 -2.08522005174035503E-06
+ -2.12382006173959458E-06 -2.16313408018390488E-06 -2.20317530971055735E-06
+ -2.24395719704148056E-06 -2.28549343749547636E-06 -2.32779797958373906E-06
+ -2.37088502969042359E-06 -2.41476905683965585E-06 -2.45946479755073956E-06
+ -2.50498726078298508E-06 -2.55135173297215122E-06 -2.59857378315973715E-06
+ -2.64666926821738922E-06 -2.69565433816754104E-06 -2.74554544160278909E-06
+ -2.79635933120498916E-06 -2.84811306936692596E-06 -2.90082403391733337E-06
+ -2.95450992395227122E-06 -3.00918876577391000E-06 -3.06487891893918637E-06
+ -3.12159908242049400E-06 -3.17936830087996071E-06 -3.23820597105984408E-06
+ -3.29813184829113723E-06 -3.35916605312233480E-06 -3.42132907807076070E-06
+ -3.48464179449885269E-06 -3.54912545961738851E-06 -3.61480172361825835E-06
+ -3.68169263693901968E-06 -3.74982065766186556E-06 -3.81920865904923121E-06
+ -3.88987993721870918E-06 -3.96185821896011690E-06 -4.03516766969657476E-06
+ -4.10983290159321766E-06 -4.18587898181553000E-06 -4.26333144094040481E-06
+ -4.34221628152277665E-06 -4.42255998682044472E-06 -4.50438952968040806E-06
+ -4.58773238158924161E-06 -4.67261652189086019E-06 -4.75907044717489615E-06
+ -4.84712318083816489E-06 -4.93680428282339053E-06 -5.02814385953756453E-06
+ -5.12117257395388501E-06 -5.21592165590039073E-06 -5.31242291253873355E-06
+ -5.41070873903673939E-06 -5.51081212943809570E-06 -5.61276668773341262E-06
+ -5.71660663913517850E-06 -5.82236684156213409E-06 -5.93008279733491889E-06
+ -6.03979066508881107E-06 -6.15152727190608197E-06 -6.26533012567300566E-06
+ -6.38123742766497202E-06 -6.49928808536462699E-06 -6.61952172551668060E-06
+ -6.74197870742407884E-06 -6.86670013649026554E-06 -6.99372787801136651E-06
+ -7.12310457122357201E-06 -7.25487364361035499E-06 -7.38907932547381877E-06
+ -7.52576666477552071E-06 -7.66498154225217320E-06 -7.80677068680981360E-06
+ -7.95118169120350217E-06 -8.09826302800625043E-06 -8.24806406587331833E-06
+ -8.40063508610770542E-06 -8.55602729953081261E-06 -8.71429286366620305E-06
+ -8.87548490023992277E-06 -9.03965751300519101E-06 -9.20686580589627970E-06
+ -9.37716590151797214E-06 -9.55061495997679441E-06 -9.72727119806060600E-06
+ -9.90719390877252466E-06 -1.00904434812261718E-05 -1.02770814209085658E-05
+ -1.04671703703178595E-05 -1.06607741299820645E-05 -1.08579576798672232E-05
+ -1.10587872011805497E-05 -1.12633300985769742E-05 -1.14716550227765915E-05
+ -1.16838318935994505E-05 -1.18999319234268462E-05 -1.21200276410961829E-05
+ -1.23441929162378914E-05 -1.25725029840608612E-05 -1.28050344705988981E-05
+ -1.30418654184206697E-05 -1.32830753128175919E-05 -1.35287451084741321E-05
+ -1.37789572566327129E-05 -1.40337957327588403E-05 -1.42933460647203357E-05
+ -1.45576953614851364E-05 -1.48269323423506573E-05 -1.51011473667141955E-05
+ -1.53804324643924814E-05 -1.56648813665027650E-05 -1.59545895369143897E-05
+ -1.62496542042821026E-05 -1.65501743946712563E-05 -1.68562509647865763E-05
+ -1.71679866358153553E-05 -1.74854860278960126E-05 -1.78088556952241196E-05
+ -1.81382041618074905E-05 -1.84736419578825779E-05 -1.88152816570038404E-05
+ -1.91632379138191041E-05 -1.95176275025430770E-05 -1.98785693561430714E-05
+ -2.02461846062475611E-05 -2.06205966237949300E-05 -2.10019310604315566E-05
+ -2.13903158906772366E-05 -2.17858814548687940E-05 -2.21887605028987453E-05
+ -2.25990882387617072E-05 -2.30170023659264313E-05 -2.34426431335433864E-05
+ -2.38761533835109804E-05 -2.43176785984080477E-05 -2.47673669503162076E-05
+ -2.52253693505417385E-05 -2.56918395002596748E-05 -2.61669339420922112E-05
+ -2.66508121126426614E-05 -2.71436363959990809E-05 -2.76455721782289680E-05
+ -2.81567879028802069E-05 -2.86774551275095630E-05 -2.92077485812554582E-05
+ -2.97478462234762422E-05 -3.02979293034721685E-05 -3.08581824213122901E-05
+ -3.14287935897855791E-05 -3.20099542974990937E-05 -3.26018595731406610E-05
+ -3.32047080509322598E-05 -3.38187020372925440E-05 -3.44440475787330245E-05
+ -3.50809545310085656E-05 -3.57296366295490483E-05 -3.63903115611908097E-05
+ -3.70632010372367039E-05 -3.77485308678660901E-05 -3.84465310379228747E-05
+ -3.91574357841026899E-05 -3.98814836735692812E-05 -4.06189176840251884E-05
+ -4.13699852852619104E-05 -4.21349385222194469E-05 -4.29140340995819934E-05
+ -4.37075334679376239E-05 -4.45157029115333307E-05 -4.53388136376499628E-05
+ -4.61771418676344429E-05 -4.70309689296121984E-05 -4.79005813529171192E-05
+ -4.87862709642654602E-05 -4.96883349857119220E-05 -5.06070761344149330E-05
+ -5.15428027242488429E-05 -5.24958287692959798E-05 -5.34664740892519050E-05
+ -5.44550644167813230E-05 -5.54619315068609274E-05 -5.64874132481413643E-05
+ -5.75318537763754327E-05 -5.85956035899384646E-05 -5.96790196674896919E-05
+ -6.07824655878089632E-05 -6.19063116518505936E-05 -6.30509350070566574E-05
+ -6.42167197739671770E-05 -6.54040571751776640E-05 -6.66133456666762524E-05
+ -6.78449910716166430E-05 -6.90994067165639754E-05 -7.03770135702591815E-05
+ -7.16782403849572201E-05 -7.30035238403730215E-05 -7.43533086902957891E-05
+ -7.57280479119163411E-05 -7.71282028579143425E-05 -7.85542434113637990E-05
+ -8.00066481435036226E-05 -8.14859044744251760E-05 -8.29925088367390005E-05
+ -8.45269668422670106E-05 -8.60897934518174278E-05 -8.76815131481080336E-05
+ -8.93026601118839571E-05 -9.09537784012995072E-05 -9.26354221346155219E-05
+ -9.43481556762840911E-05 -9.60925538264719884E-05 -9.78692020140937882E-05
+ -9.96786964934237568E-05 -1.01521644544339484E-04 -1.03398664676272140E-04
+ -1.05310386835943167E-04 -1.07257452618929322E-04 -1.09240515485166560E-04
+ -1.11260240978417913E-04 -1.13317306949828889E-04 -1.15412403785603043E-04
+ -1.17546234638908539E-04 -1.19719515666063354E-04 -1.21932976267107910E-04
+ -1.24187359330823175E-04 -1.26483421484288702E-04 -1.28821933347064152E-04
+ -1.31203679790072497E-04 -1.33629460199286411E-04 -1.36100088744285142E-04
+ -1.38616394651801462E-04 -1.41179222484321315E-04 -1.43789432423847559E-04
+ -1.46447900560929664E-04 -1.49155519189026099E-04 -1.51913197104344260E-04
+ -1.54721859911217128E-04 -1.57582450333142924E-04 -1.60495928529589806E-04
+ -1.63463272418662203E-04 -1.66485478005763948E-04 -1.69563559718319588E-04
+ -1.72698550746732798E-04 -1.75891503391637280E-04 -1.79143489417596499E-04
+ -1.82455600413351375E-04 -1.85828948158747883E-04 -1.89264664998465605E-04
+ -1.92763904222671847E-04 -1.96327840454725610E-04 -1.99957670046083677E-04
+ -2.03654611478512138E-04 -2.07419905773761714E-04 -2.11254816910836713E-04
+ -2.15160632251001655E-04 -2.19138662970663165E-04 -2.23190244502284666E-04
+ -2.27316736983481515E-04 -2.31519525714424864E-04 -2.35800021623755397E-04
+ -2.40159661743115588E-04 -2.44599909690496509E-04 -2.49122256162548372E-04
+ -2.53728219436020997E-04 -2.58419345878500395E-04 -2.63197210468648810E-04
+ -2.68063417326050424E-04 -2.73019600250936517E-04 -2.78067423273896624E-04
+ -2.83208581215803801E-04 -2.88444800258121493E-04 -2.93777838523803510E-04
+ -2.99209486668986077E-04 -3.04741568485632729E-04 -3.10375941515412938E-04
+ -3.16114497674926541E-04 -3.21959163892582365E-04 -3.27911902757279858E-04
+ -3.33974713179141297E-04 -3.40149631062515001E-04 -3.46438729991476954E-04
+ -3.52844121928085573E-04 -3.59367957923571008E-04 -3.66012428842773770E-04
+ -3.72779766102021234E-04 -3.79672242420742612E-04 -3.86692172586991360E-04
+ -3.93841914237287843E-04 -4.01123868650872181E-04 -4.08540481558770929E-04
+ -4.16094243967891507E-04 -4.23787693000436563E-04 -4.31623412748935085E-04
+ -4.39604035147172134E-04 -4.47732240857305348E-04 -4.56010760173506519E-04
+ -4.64442373942401915E-04 -4.73029914500629819E-04 -4.81776266629863374E-04
+ -4.90684368529581113E-04 -4.99757212807968600E-04 -5.08997847491263981E-04
+ -5.18409377051860603E-04 -5.27994963455593897E-04 -5.37757827228519118E-04
+ -5.47701248543527820E-04 -5.57828568327262651E-04 -5.68143189387579090E-04
+ -5.78648577562096856E-04 -5.89348262888067390E-04 -6.00245840794118475E-04
+ -6.11344973314177946E-04 -6.22649390324000193E-04 -6.34162890800836054E-04
+ -6.45889344106481125E-04 -6.57832691294337976E-04 -6.69996946440835277E-04
+ -6.82386198001668442E-04 -6.95004610193373628E-04 -7.07856424400667042E-04
+ -7.20945960610077231E-04 -7.34277618870299601E-04 -7.47855880779873584E-04
+ -7.61685311002614405E-04 -7.75770558811331038E-04 -7.90116359660422859E-04
+ -8.04727536787855141E-04 -8.19609002847062978E-04 -8.34765761569333754E-04
+ -8.50202909457337987E-04 -8.65925637510275284E-04 -8.81939232981305892E-04
+ -8.98249081167863607E-04 -9.14860667235443742E-04 -9.31779578075555941E-04
+ -9.49011504198433043E-04 -9.66562241661228917E-04 -9.84437694032218964E-04
+ -1.00264387439191944E-03 -1.02118690737161653E-03 -1.04007303123011059E-03
+ -1.05930859996942886E-03 -1.07890008549015428E-03 -1.09885407978721635E-03
+ -1.11917729718681363E-03 -1.13987657662539908E-03 -1.16095888397131056E-03
+ -1.18243131439012749E-03 -1.20430109475432013E-03 -1.22657558609821416E-03
+ -1.24926228611903830E-03 -1.27236883172506671E-03 -1.29590300163150477E-03
+ -1.31987271900535670E-03 -1.34428605415983816E-03 -1.36915122729969739E-03
+ -1.39447661131798925E-03 -1.42027073464565438E-03 -1.44654228415468230E-03
+ -1.47330010811593079E-03 -1.50055321921274730E-03 -1.52831079761128383E-03
+ -1.55658219408880312E-03 -1.58537693322093423E-03 -1.61470471662895801E-03
+ -1.64457542628857378E-03 -1.67499912790093695E-03 -1.70598607432741059E-03
+ -1.73754670908924606E-03 -1.76969166993332615E-03 -1.80243179246532661E-03
+ -1.83577811385157827E-03 -1.86974187659098606E-03 -1.90433453235823902E-03
+ -1.93956774591983079E-03 -1.97545339912424955E-03 -2.01200359496762600E-03
+ -2.04923066173663378E-03 -2.08714715722971246E-03 -2.12576587305847442E-03
+ -2.16509983903071532E-03 -2.20516232761648308E-03 -2.24596685849911279E-03
+ -2.28752720321257798E-03 -2.32985738986700962E-03 -2.37297170796404652E-03
+ -2.41688471330370148E-03 -2.46161123298469561E-03 -2.50716637049982344E-03
+ -2.55356551092843958E-03 -2.60082432622782281E-03 -2.64895878062532163E-03
+ -2.69798513611346075E-03 -2.74791995804966101E-03 -2.79878012086294146E-03
+ -2.85058281386951339E-03 -2.90334554719950998E-03 -2.95708615783681463E-03
+ -3.01182281577451558E-03 -3.06757403028800084E-03 -3.12435865632805987E-03
+ -3.18219590103634370E-03 -3.24110533038576018E-03 -3.30110687594783103E-03
+ -3.36222084179006123E-03 -3.42446791150536820E-03 -3.48786915537640596E-03
+ -3.55244603767757624E-03 -3.61822042411706840E-03 -3.68521458942201513E-03
+ -3.75345122506944191E-03 -3.82295344716576798E-03 -3.89374480447815833E-03
+ -3.96584928662021760E-03 -4.03929133239560451E-03 -4.11409583830205962E-03
+ -4.19028816719982464E-03 -4.26789415714683151E-03 -4.34694013040451150E-03
+ -4.42745290261776538E-03 -4.50945979217150846E-03 -4.59298862972879612E-03
+ -4.67806776795293925E-03 -4.76472609141760563E-03 -4.85299302670868724E-03
+ -4.94289855272209838E-03 -5.03447321116038630E-03 -5.12774811723316123E-03
+ -5.22275497056486591E-03 -5.31952606631377802E-03 -5.41809430650718165E-03
+ -5.51849321159609413E-03 -5.62075693223455103E-03 -5.72492026128779315E-03
+ -5.83101864607331408E-03 -5.93908820084046701E-03 -6.04916571949221625E-03
+ -6.16128868855462218E-03 -6.27549530039870750E-03 -6.39182446671950327E-03
+ -6.51031583227756373E-03 -6.63100978890828786E-03 -6.75394748980406683E-03
+ -6.87917086407465340E-03 -7.00672263159163051E-03 -7.13664631812183266E-03
+ -7.26898627075616734E-03 -7.40378767363952459E-03 -7.54109656400706908E-03
+ -7.68095984853385885E-03 -7.82342532000301384E-03 -7.96854167429959966E-03
+ -8.11635852773586082E-03 -8.26692643471432266E-03 -8.42029690573651603E-03
+ -8.57652242576180043E-03 -8.73565647292586303E-03 -8.89775353762277746E-03
+ -9.06286914196106214E-03 -9.23105985959801756E-03 -9.40238333596128337E-03
+ -9.57689830886443265E-03 -9.75466462952469422E-03 -9.93574328398974527E-03
+ -1.01201964149819912E-02 -1.03080873441679498E-02 -1.04994805948608102E-02
+ -1.06944419151649549E-02 -1.08930383015691159E-02 -1.10953380229989514E-02
+ -1.13014106453349882E-02 -1.15113270564072504E-02 -1.17251594914727988E-02
+ -1.19429815591870127E-02 -1.21648682680765424E-02 -1.23908960535233665E-02
+ -1.26211428052694953E-02 -1.28556878954509402E-02 -1.30946122071711468E-02
+ -1.33379981636224821E-02 -1.35859297577665215E-02 -1.38384925825825959E-02
+ -1.40957738618927263E-02 -1.43578624817759307E-02 -1.46248490225783130E-02
+ -1.48968257915326786E-02 -1.51738868559938619E-02 -1.54561280773029899E-02
+ -1.57436471452894605E-02 -1.60365436134200859E-02 -1.63349189346082835E-02
+ -1.66388764976897127E-02 -1.69485216645770057E-02 -1.72639618081045255E-02
+ -1.75853063505707237E-02 -1.79126668029890752E-02 -1.82461568050594006E-02
+ -1.85858921658665667E-02 -1.89319909053184791E-02 -1.92845732963322254E-02
+ -1.96437619077771998E-02 -2.00096816481868701E-02 -2.03824598102444708E-02
+ -2.07622261160549347E-02 -2.11491127632105896E-02 -2.15432544716572111E-02
+ -2.19447885313711170E-02 -2.23538548508528528E-02 -2.27705960064451818E-02
+ -2.31951572924820985E-02 -2.36276867722747842E-02 -2.40683353299413899E-02
+ -2.45172567230829593E-02 -2.49746076363120718E-02 -2.54405477356374060E-02
+ -2.59152397237057547E-02 -2.63988493959057963E-02 -2.68915456973313066E-02
+ -2.73935007806076318E-02 -2.79048900645766929E-02 -2.84258922938410326E-02
+ -2.89566895991619153E-02 -2.94974675587068233E-02 -3.00484152601407997E-02
+ -3.06097253635521475E-02 -3.11815941652048116E-02 -3.17642216621038323E-02
+ -3.23578116173636188E-02 -3.29625716263598489E-02 -3.35787131836502994E-02
+ -3.42064517506442331E-02 -3.48460068239947116E-02 -3.54976020046956706E-02
+ -3.61614650678459965E-02 -3.68378280330570254E-02 -3.75269272354685421E-02
+ -3.82290033973292365E-02 -3.89443017001070077E-02 -3.96730718570791827E-02
+ -4.04155681863562904E-02 -4.11720496842800029E-02 -4.19427800991433730E-02
+ -4.27280280051610464E-02 -4.35280668766291207E-02 -4.43431751621899684E-02
+ -4.51736363591305826E-02 -4.60197390876186316E-02 -4.68817771647899589E-02
+ -4.77600496785755280E-02 -4.86548610611729285E-02 -4.95665211620321261E-02
+ -5.04953453202375627E-02 -5.14416544361521386E-02 -5.24057750421734470E-02
+ -5.33880393724559046E-02 -5.43887854314269378E-02 -5.54083570609279416E-02
+ -5.64471040057847595E-02 -5.75053819776163155E-02 -5.85835527166594441E-02
+ -5.96819840513884980E-02 -6.08010499556838058E-02 -6.19411306032938563E-02
+ -6.31026124193156263E-02 -6.42858881284023437E-02 -6.54913567993902768E-02
+ -6.67194238860125410E-02 -6.79705012633554650E-02 -6.92450072596847571E-02
+ -7.05433666832528117E-02 -7.18660108436645628E-02 -7.32133775673677878E-02
+ -7.45859112068026076E-02 -7.59840626427071147E-02 -7.74082892790691479E-02
+ -7.88590550301648124E-02 -8.03368302990959127E-02 -8.18420919472243602E-02
+ -8.33753232538285011E-02 -8.49370138653217366E-02 -8.65276597332738928E-02
+ -8.81477630405035212E-02 -8.97978321143982072E-02 -9.14783813266383805E-02
+ -9.31899309784093022E-02 -9.49330071701578876E-02 -9.67081416549010336E-02
+ -9.85158716740275331E-02 -1.00356739774495621E-01 -1.02231293606257781E-01
+ -1.04140085698694748E-01 -1.06083673214762711E-01 -1.08062617681514539E-01
+ -1.10077484695565775E-01 -1.12128843602017136E-01 -1.14217267145267670E-01
+ -1.16343331090075178E-01 -1.18507613811135615E-01 -1.20710695849386443E-01
+ -1.22953159433122211E-01 -1.25235587961945838E-01 -1.27558565451479616E-01
+ -1.29922675936651882E-01 -1.32328502831277589E-01 -1.34776628241564833E-01
+ -1.37267632231027031E-01 -1.39802092034229691E-01 -1.42380581216621421E-01
+ -1.45003668777621109E-01 -1.47671918193989504E-01 -1.50385886400390356E-01
+ -1.53146122703921306E-01 -1.55953167629233336E-01 -1.58807551690752752E-01
+ -1.61709794088355618E-01 -1.64660401322677091E-01 -1.67659865726142748E-01
+ -1.70708663905584090E-01 -1.73807255092210039E-01 -1.76956079394476135E-01
+ -1.80155555949292639E-01 -1.83406080966795615E-01 -1.86708025663750860E-01
+ -1.90061734080509914E-01 -1.93467520776209267E-01 -1.96925668396788628E-01
+ -2.00436425110175981E-01 -2.04000001902829520E-01 -2.07616569731645717E-01
+ -2.11286256525085397E-01 -2.15009144027121429E-01 -2.18785264477532521E-01
+ -2.22614597121813723E-01 -2.26497064543852572E-01 -2.30432528814327298E-01
+ -2.34420787447642887E-01 -2.38461569160050485E-01 -2.42554529421460552E-01
+ -2.46699245793345290E-01 -2.50895213044944609E-01 -2.55141838039926128E-01
+ -2.59438434385584227E-01 -2.63784216836459862E-01 -2.68178295444355508E-01
+ -2.72619669446568236E-01 -2.77107220884185101E-01 -2.81639707942308248E-01
+ -2.86215758004083221E-01 -2.90833860410507905E-01 -2.95492358918067521E-01
+ -3.00189443846421766E-01 -3.04923143908515160E-01 -3.09691317715779901E-01
+ -3.14491644951292448E-01 -3.19321617204159802E-01 -3.24178528458782644E-01
+ -3.29059465233081605E-01 -3.33961296360361259E-01 -3.38880662410012690E-01
+ -3.43813964743058698E-01 -3.48757354199166814E-01 -3.53706719412829274E-01
+ -3.58657674757151490E-01 -3.63605547914992555E-01 -3.68545367078221997E-01
+ -3.73471847777291421E-01 -3.78379379344726208E-01 -3.83262011017715065E-01
+ -3.88113437686779583E-01 -3.92926985299343723E-01 -3.97695595929107026E-01
+ -4.02411812524400725E-01 -4.07067763351102452E-01 -4.11655146148294737E-01
+ -4.16165212017745478E-01 -4.20588749071296952E-01 -4.24916065863538639E-01
+ -4.29136974640632829E-01 -4.33240774439981990E-01 -4.37216234079404853E-01
+ -4.41051575078778679E-01 -4.44734454561715897E-01 -4.48251948189650751E-01
+ -4.51590533185940612E-01 -4.54736071512929385E-01 -4.57673793270836626E-01
+ -4.60388280393357996E-01 -4.62863450721240133E-01 -4.65082542541934763E-01
+ -4.67028099690524778E-01 -4.68681957314377284E-01 -4.70025228411972029E-01
+ -4.71038291264274989E-01 -4.71700777885460942E-01 -4.71991563628591460E-01
+ -4.71888758090875660E-01 -4.71369697472417248E-01 -4.70410938552075053E-01
+ -4.68988254453878040E-01 -4.67076632387598556E-01 -4.64650273557268789E-01
+ -4.61682595442174382E-01 -4.58146236665128104E-01 -4.54013064673799538E-01
+ -4.49254186471413741E-01 -4.43839962643874930E-01 -4.37740024940922678E-01
+ -4.30923297679281503E-01 -4.23358023245998139E-01 -4.15011791989752465E-01
+ -4.05851576797342850E-01 -3.95843772661293225E-01 -3.84954241552348697E-01
+ -3.73148362918143128E-01 -3.60391090135104009E-01 -3.46647013246103919E-01
+ -3.31880428319855592E-01 -3.16055413770373272E-01 -2.99135913975448975E-01
+ -2.81085830531574044E-01 -2.61869121479523681E-01 -2.41449908828747922E-01
+ -2.19792594700527588E-01 -1.96861986398415234E-01 -1.72623430700267838E-01
+ -1.47042957648156752E-01 -1.20087434091233930E-01 -9.17247272109796008E-02
+ -6.19238782285175884E-02 -3.06552864594497737E-02  2.10909615775616011E-03
+  3.63955599781756317E-02  7.22284219800621713E-02  1.09629799532008784E-01
+  1.48619373683846617E-01  1.89214142136201746E-01  2.31428162118353237E-01
+  2.75272283486505231E-01  3.20753872443666987E-01  3.67876526378965341E-01
+  4.16639780428439077E-01  4.67038806471151813E-01  5.19064105393897135E-01
+  5.72701193585269497E-01  6.27930284754422696E-01  6.84725968312688948E-01
+  7.43056885705867032E-01  8.02885406241915844E-01  8.64167304122557378E-01
+  9.26851438556919205E-01  9.90879439011103980E-01  1.05618539782770560E+00
+  1.12269557263410724E+00  1.19032810114576537E+00  1.25899273116085753E+00
+  1.32859056873270531E+00  1.39901384769684967E+00  1.47014572391713183E+00
+  1.54186009779943856E+00  1.61402146879992037E+00  1.68648482582524384E+00
+  1.75909557758302659E+00  1.83168952708913912E+00  1.90409289467212761E+00
+  1.97612239393112832E+00  2.04758536519960810E+00  2.11827997113962674E+00
+  2.18799545913750704E+00  2.25651249518798735E+00  2.32360357393723671E+00
+  2.38903350950128246E+00  2.45256001158277703E+00  2.51393435127020970E+00
+  2.57290212071795077E+00  2.62920409066628169E+00  2.68257716946579894E+00
+  2.73275546691476912E+00  2.77947146579686555E+00  2.82245730351597013E+00
+  2.86144616565921384E+00  2.89617379267430186E+00  2.92638010011704308E+00
+  2.95181091210476199E+00  2.97221980669421448E+00  2.98737007088368811E+00
+  2.99703676181033707E+00  3.00100886946883794E+00  2.99909157490880718E+00
+  2.99110859636609172E+00  2.97690461413988094E+00  2.95634776323106863E+00
+  2.92933218079855084E+00  2.89578059335400617E+00  2.85564692629126871E+00
+  2.80891891581567643E+00  2.75562070058624542E+00  2.69581536738890026E+00
+  2.62960742190107677E+00  2.55714515206240645E+00  2.47862284770367269E+00
+  2.39428283587790558E+00  2.30441728674398005E+00  2.20936973983569374E+00
+  2.10953629505914586E+00  2.00536640674337052E+00  1.89736321246198503E+00
+  1.78608332107293410E+00  1.67213597640620315E+00  1.55618150416973089E+00
+  1.43892893983228176E+00  1.32113272435204854E+00  1.20358834251280777E+00
+  1.08712676514613760E+00  9.72607541483376137E-01  8.60910371105730987E-01
+  7.52924966237850657E-01  6.49538994243401779E-01  5.51623866906100990E-01
+  4.60018117191148990E-01  3.75508075461579882E-01  2.98805525365683666E-01
+  2.30521984641478189E-01  1.71139217753021877E-01  1.20975545487023911E-01
+  8.01474713415083473E-02  4.85260957242875865E-02  2.56877366706203883E-02
+  1.08581200006783868E-02  2.84944250492262475E-03 -1.04513724978739433E-05
+  4.92448770797729502E-05  4.66534279706896170E-05  4.28950980883837103E-05
+  3.94080590134324865E-05  3.61718262614026779E-05  3.31675294378422841E-05
+  END     
+   TPROJECTOR   4 #p(r), for p(r)/r*Ylm)
+  0.00000000000000000E+00 -1.53345860499632842E-17 -6.19040775892976351E-17
+ -1.40570490223210826E-16 -2.52214481394774112E-16 -3.97735620543545112E-16
+ -5.78052771455552983E-16 -7.94104474419922285E-16 -1.04684933493668066E-15
+ -1.33726641967982856E-15 -1.66635565996266589E-15 -2.03513826287587298E-15
+ -2.44465713025252886E-15 -2.89597728561004810E-15 -3.39018630922099260E-15
+ -3.92839478146551961E-15 -4.51173673462124897E-15 -5.14137011324908628E-15
+ -5.81847724333600002E-15 -6.54426531035899501E-15 -7.31996684643811816E-15
+ -8.14684022674757503E-15 -9.02617017535986224E-15 -9.95926828069872736E-15
+ -1.09474735207811984E-14 -1.19921527984319955E-14 -1.30947014866575286E-14
+ -1.42565439843687507E-14 -1.54791342826475864E-14 -1.67639565417541996E-14
+ -1.81125256790751561E-14 -1.95263879682187191E-14 -2.10071216494651043E-14
+ -2.25563375517831716E-14 -2.41756797266334517E-14 -2.58668260937720518E-14
+ -2.76314890992877704E-14 -2.94714163860917356E-14 -3.13883914771030931E-14
+ -3.33842344713587357E-14 -3.54608027532941981E-14 -3.76199917154398064E-14
+ -3.98637354947844489E-14 -4.21940077230605649E-14 -4.46128222912131231E-14
+ -4.71222341283115337E-14 -4.97243399951848653E-14 -5.24212792930457926E-14
+ -5.52152348873861015E-14 -5.81084339474328422E-14 -6.11031488014518582E-14
+ -6.42016978081921729E-14 -6.74064462447817049E-14 -7.07198072113712822E-14
+ -7.41442425528469311E-14 -7.76822637979257939E-14 -8.13364331159583773E-14
+ -8.51093642917757344E-14 -8.90037237189052799E-14 -9.30222314115127116E-14
+ -9.71676620354078976E-14 -1.01442845958474867E-13 -1.05850670320891833E-13
+ -1.10394080125500659E-13 -1.15076079348715780E-13 -1.19899732072341091E-13
+ -1.24868163636693333E-13 -1.29984561815433601E-13 -1.35252178012492632E-13
+ -1.40674328481529051E-13 -1.46254395568314763E-13 -1.51995828976496687E-13
+ -1.57902147057155320E-13 -1.63976938122606814E-13 -1.70223861784908281E-13
+ -1.76646650319520140E-13 -1.83249110054588642E-13 -1.90035122786345712E-13
+ -1.97008647221086494E-13 -2.04173720444237933E-13 -2.11534459417025822E-13
+ -2.19095062501235341E-13 -2.26859811012601650E-13 -2.34833070803379818E-13
+ -2.43019293874585300E-13 -2.51423020018533147E-13 -2.60048878492162519E-13
+ -2.68901589721782339E-13 -2.77985967039791568E-13 -2.87306918453955273E-13
+ -2.96869448449895452E-13 -3.06678659827364999E-13 -3.16739755570937307E-13
+ -3.27058040755793998E-13 -3.37638924489217737E-13 -3.48487921888470942E-13
+ -3.59610656095751813E-13 -3.71012860330898262E-13 -3.82700379982540382E-13
+ -3.94679174738442218E-13 -4.06955320755735815E-13 -4.19535012871795871E-13
+ -4.32424566856526529E-13 -4.45630421706799135E-13 -4.59159141983869877E-13
+ -4.73017420194533476E-13 -4.87212079216840532E-13 -5.01750074771226299E-13
+ -5.16638497937874529E-13 -5.31884577721182450E-13 -5.47495683662177483E-13
+ -5.63479328499871402E-13 -5.79843170882291575E-13 -5.96595018128309201E-13
+ -6.13742829041041323E-13 -6.31294716773919565E-13 -6.49258951750284492E-13
+ -6.67643964637602457E-13 -6.86458349377245021E-13 -7.05710866270922564E-13
+ -7.25410445124781640E-13 -7.45566188452244872E-13 -7.66187374736726434E-13
+ -7.87283461755262429E-13 -8.08864089964254839E-13 -8.30939085948453498E-13
+ -8.53518465934355053E-13 -8.76612439369212939E-13 -9.00231412566847240E-13
+ -9.24385992421601828E-13 -9.49086990191581722E-13 -9.74345425352528956E-13
+ -1.00017252952364399E-12 -1.02657975046667619E-12 -1.05357875615966316E-12
+ -1.08118143894664687E-12 -1.10939991976491048E-12 -1.13824655245099305E-12
+ -1.16773392812708336E-12 -1.19787487966924676E-12 -1.22868248625899421E-12
+ -1.26017007801972654E-12 -1.29235124073970674E-12 -1.32523982068299892E-12
+ -1.35884992949024713E-12 -1.39319594917075128E-12 -1.42829253718762241E-12
+ -1.46415463163778213E-12 -1.50079745652849347E-12 -1.53823652715218434E-12
+ -1.57648765556160513E-12 -1.61556695614685447E-12 -1.65549085131644011E-12
+ -1.69627607728419936E-12 -1.73793968996396343E-12 -1.78049907097414812E-12
+ -1.82397193375412336E-12 -1.86837632979459294E-12 -1.91373065498401900E-12
+ -1.96005365607311563E-12 -2.00736443726006893E-12 -2.05568246689794906E-12
+ -2.10502758432743094E-12 -2.15542000683649521E-12 -2.20688033674986813E-12
+ -2.25942956865027723E-12 -2.31308909673435726E-12 -2.36788072230533821E-12
+ -2.42382666140525218E-12 -2.48094955258918355E-12 -2.53927246484432250E-12
+ -2.59881890565615460E-12 -2.65961282922508411E-12 -2.72167864483568061E-12
+ -2.78504122538181283E-12 -2.84972591605025826E-12 -2.91575854316619856E-12
+ -2.98316542320279531E-12 -3.05197337195874355E-12 -3.12220971390635943E-12
+ -3.19390229171382895E-12 -3.26707947594405658E-12 -3.34177017493430933E-12
+ -3.41800384485965004E-12 -3.49581049998304251E-12 -3.57522072309668629E-12
+ -3.65626567615691918E-12 -3.73897711111730322E-12 -3.82338738096295766E-12
+ -3.90952945094979145E-12 -3.99743691005323187E-12 -4.08714398262925134E-12
+ -4.17868554029244350E-12 -4.27209711401476025E-12 -4.36741490644916602E-12
+ -4.46467580448244440E-12 -4.56391739202098463E-12 -4.66517796301462565E-12
+ -4.76849653472202635E-12 -4.87391286122293635E-12 -4.98146744718128747E-12
+ -5.09120156186426530E-12 -5.20315725342142969E-12 -5.31737736342956380E-12
+ -5.43390554170742719E-12 -5.55278626140591639E-12 -5.67406483437829885E-12
+ -5.79778742683624100E-12 -5.92400107529647237E-12 -6.05275370282343900E-12
+ -6.18409413557420168E-12 -6.31807211964988543E-12 -6.45473833826049389E-12
+ -6.59414442920861311E-12 -6.73634300269737263E-12 -6.88138765946913661E-12
+ -7.02933300928144712E-12 -7.18023468972538229E-12 -7.33414938539378678E-12
+ -7.49113484740505261E-12 -7.65124991328949673E-12 -7.81455452724492764E-12
+ -7.98110976076821173E-12 -8.15097783366967720E-12 -8.32422213547759497E-12
+ -8.50090724724042370E-12 -8.68109896373289982E-12 -8.86486431607493276E-12
+ -9.05227159476992750E-12 -9.24339037317089048E-12 -9.43829153138165989E-12
+ -9.63704728060218173E-12 -9.83973118792508561E-12 -1.00464182015927109E-11
+ -1.02571846767221250E-11 -1.04721084015087542E-11 -1.06912686239145488E-11
+ -1.09147460788527713E-11 -1.11426230158757513E-11 -1.13749832273779539E-11
+ -1.16119120773204536E-11 -1.18534965304893300E-11 -1.20998251822970503E-11
+ -1.23509882891353994E-11 -1.26070777992928918E-11 -1.28681873844445911E-11
+ -1.31344124717263836E-11 -1.34058502764041068E-11 -1.36825998351485260E-11
+ -1.39647620399272572E-11 -1.42524396725261900E-11 -1.45457374397092212E-11
+ -1.48447620090317135E-11 -1.51496220453173053E-11 -1.54604282478115232E-11
+ -1.57772933880234887E-11 -1.61003323482699655E-11 -1.64296621609344380E-11
+ -1.67654020484529986E-11 -1.71076734640421526E-11 -1.74566001331821716E-11
+ -1.78123080958686260E-11 -1.81749257496477587E-11 -1.85445838934500070E-11
+ -1.89214157722345429E-11 -1.93055571224636113E-11 -1.96971462184183018E-11
+ -2.00963239193731366E-11 -2.05032337176450575E-11 -2.09180217875337734E-11
+ -2.13408370351676929E-11 -2.17718311492756757E-11 -2.22111586528976703E-11
+ -2.26589769560556163E-11 -2.31154464093991450E-11 -2.35807303588462484E-11
+ -2.40549952012363750E-11 -2.45384104410146780E-11 -2.50311487479668439E-11
+ -2.55333860160237464E-11 -2.60453014231561378E-11 -2.65670774923780748E-11
+ -2.70989001538829268E-11 -2.76409588083271161E-11 -2.81934463912912332E-11
+ -2.87565594389309620E-11 -2.93304981548464209E-11 -2.99154664781914562E-11
+ -3.05116721530425745E-11 -3.11193267990546398E-11 -3.17386459834245207E-11
+ -3.23698492941894834E-11 -3.30131604148816510E-11 -3.36688072005662195E-11
+ -3.43370217552890018E-11 -3.50180405109572888E-11 -3.57121043076827325E-11
+ -3.64194584756126310E-11 -3.71403529182763947E-11 -3.78750421974760298E-11
+ -3.86237856197498475E-11 -3.93868473244358249E-11 -4.01644963733684075E-11
+ -4.09570068422342628E-11 -4.17646579136225631E-11 -4.25877339717957994E-11
+ -4.34265246992185463E-11 -4.42813251748724538E-11 -4.51524359743911776E-11
+ -4.60401632720530995E-11 -4.69448189446585972E-11 -4.78667206773337090E-11
+ -4.88061920712936594E-11 -4.97635627535990641E-11 -5.07391684889473214E-11
+ -5.17333512935330933E-11 -5.27464595510172822E-11 -5.37788481306429621E-11
+ -5.48308785075389171E-11 -5.59029188852518451E-11 -5.69953443205444016E-11
+ -5.81085368505076244E-11 -5.92428856220238184E-11 -6.03987870236275584E-11
+ -6.15766448198108828E-11 -6.27768702878093819E-11 -6.39998823569261806E-11
+ -6.52461077504310884E-11 -6.65159811300911021E-11 -6.78099452433746536E-11
+ -6.91284510733779018E-11 -7.04719579915346815E-11 -7.18409339131425238E-11
+ -7.32358554557800351E-11 -7.46572081006456836E-11 -7.61054863568934613E-11
+ -7.75811939289992458E-11 -7.90848438872392345E-11 -8.06169588413104248E-11
+ -8.21780711171747855E-11 -8.37687229371719665E-11 -8.53894666034687667E-11
+ -8.70408646849015004E-11 -8.87234902072792509E-11 -9.04379268472080945E-11
+ -9.21847691295042677E-11 -9.39646226282602934E-11 -9.57781041716321014E-11
+ -9.76258420504188752E-11 -9.95084762305001977E-11 -1.01426658569208172E-10
+ -1.03381053035703871E-10 -1.05372335935426428E-10 -1.07401196138708422E-10
+ -1.09468335313609153E-10 -1.11574468163067132E-10 -1.13720322666433145E-10
+ -1.15906640325484109E-10 -1.18134176414976781E-10 -1.20403700237851245E-10
+ -1.22715995385142078E-10 -1.25071860000721872E-10 -1.27472107050915120E-10
+ -1.29917564599130296E-10 -1.32409076085553864E-10 -1.34947500612025417E-10
+ -1.37533713232193844E-10 -1.40168605247026977E-10 -1.42853084505803212E-10
+ -1.45588075712664712E-10 -1.48374520738846046E-10 -1.51213378940679265E-10
+ -1.54105627483487935E-10 -1.57052261671464298E-10 -1.60054295283663842E-10
+ -1.63112760916204333E-10 -1.66228710330803120E-10 -1.69403214809768059E-10
+ -1.72637365517540836E-10 -1.75932273868949143E-10 -1.79289071904260503E-10
+ -1.82708912671175616E-10 -1.86192970613899434E-10 -1.89742441969393293E-10
+ -1.93358545170982031E-10 -1.97042521259401772E-10 -2.00795634301477678E-10
+ -2.04619171816529298E-10 -2.08514445210678081E-10 -2.12482790219173699E-10
+ -2.16525567356929269E-10 -2.20644162377366812E-10 -2.24839986739763132E-10
+ -2.29114478085240559E-10 -2.33469100721565152E-10 -2.37905346116913912E-10
+ -2.42424733402769427E-10 -2.47028809886124627E-10 -2.51719151571169885E-10
+ -2.56497363690613716E-10 -2.61365081246844597E-10 -2.66323969563106641E-10
+ -2.71375724844863858E-10 -2.76522074751541757E-10 -2.81764778978879356E-10
+ -2.87105629852003044E-10 -2.92546452929513899E-10 -2.98089107618740905E-10
+ -3.03735487802349337E-10 -3.09487522476573790E-10 -3.15347176401240216E-10
+ -3.21316450761817823E-10 -3.27397383843712098E-10 -3.33592051719033116E-10
+ -3.39902568946065304E-10 -3.46331089281687811E-10 -3.52879806406957486E-10
+ -3.59550954666115244E-10 -3.66346809819268520E-10 -3.73269689809000232E-10
+ -3.80321955541143013E-10 -3.87506011679994775E-10 -3.94824307458274524E-10
+ -4.02279337502014057E-10 -4.09873642670740878E-10 -4.17609810913182425E-10
+ -4.25490478138812410E-10 -4.33518329105511105E-10 -4.41696098323629445E-10
+ -4.50026570976806593E-10 -4.58512583859780576E-10 -4.67157026333578982E-10
+ -4.75962841298359661E-10 -4.84933026184234915E-10 -4.94070633960437112E-10
+ -5.03378774163160188E-10 -5.12860613942368187E-10 -5.22519379128015666E-10
+ -5.32358355315949517E-10 -5.42380888973917375E-10 -5.52590388568015562E-10
+ -5.62990325709984254E-10 -5.73584236325709592E-10 -5.84375721845353468E-10
+ -5.95368450415452812E-10 -6.06566158133504751E-10 -6.17972650305317228E-10
+ -6.29591802725645679E-10 -6.41427562982519448E-10 -6.53483951785669860E-10
+ -6.65765064319540348E-10 -6.78275071621307934E-10 -6.91018221984403073E-10
+ -7.03998842387972460E-10 -7.17221339952798286E-10 -7.30690203424107061E-10
+ -7.44410004681824086E-10 -7.58385400278771949E-10 -7.72621133007271194E-10
+ -7.87122033494762828E-10 -8.01893021828898216E-10 -8.16939109212710833E-10
+ -8.32265399650362484E-10 -8.47877091664104208E-10 -8.63779480042964225E-10
+ -8.79977957623766636E-10 -8.96478017105107180E-10 -9.13285252894875917E-10
+ -9.30405362991899149E-10 -9.47844150902435629E-10 -9.65607527592095742E-10
+ -9.83701513473814600E-10 -1.00213224043265701E-09 -1.02090595388799982E-09
+ -1.04002901489388041E-09 -1.05950790227822224E-09 -1.07934921482150075E-09
+ -1.09955967347583512E-09 -1.12014612362503155E-09 -1.14111553738642966E-09
+ -1.16247501595533563E-09 -1.18423179199277949E-09 -1.20639323205746218E-09
+ -1.22896683908261672E-09 -1.25196025489873933E-09 -1.27538126280290732E-09
+ -1.29923779017565266E-09 -1.32353791114615361E-09 -1.34828984930682932E-09
+ -1.37350198047801402E-09 -1.39918283552377535E-09 -1.42534110321989473E-09
+ -1.45198563317471075E-09 -1.47912543880413836E-09 -1.50676970036160559E-09
+ -1.53492776802400798E-09 -1.56360916503476500E-09 -1.59282359090496966E-09
+ -1.62258092467379376E-09 -1.65289122822901785E-09 -1.68376474968914826E-09
+ -1.71521192684793256E-09 -1.74724339068268277E-09 -1.77986996892730003E-09
+ -1.81310268971154730E-09 -1.84695278526750816E-09 -1.88143169570458747E-09
+ -1.91655107285435087E-09 -1.95232278418637857E-09 -1.98875891679666058E-09
+ -2.02587178146949569E-09 -2.06367391681482551E-09 -2.10217809348177054E-09
+ -2.14139731845021273E-09 -2.18134483940168526E-09 -2.22203414917115769E-09
+ -2.26347899028101432E-09 -2.30569335955891525E-09 -2.34869151284105148E-09
+ -2.39248796976238010E-09 -2.43709751863533553E-09 -2.48253522141891605E-09
+ -2.52881641877935329E-09 -2.57595673524471466E-09 -2.62397208445450713E-09
+ -2.67287867450648954E-09 -2.72269301340233386E-09 -2.77343191459389357E-09
+ -2.82511250263214904E-09 -2.87775221892044935E-09 -2.93136882757418319E-09
+ -2.98598042138885142E-09 -3.04160542791840280E-09 -3.09826261566595626E-09
+ -3.15597110038899259E-09 -3.21475035152114709E-09 -3.27462019871273499E-09
+ -3.33560083849208486E-09 -3.39771284105027089E-09 -3.46097715715095168E-09
+ -3.52541512516825361E-09 -3.59104847825469251E-09 -3.65789935164150327E-09
+ -3.72599029007400219E-09 -3.79534425538465871E-09 -3.86598463420563529E-09
+ -3.93793524582449927E-09 -4.01122035018471298E-09 -4.08586465603449270E-09
+ -4.16189332922583643E-09 -4.23933200116731469E-09 -4.31820677743302472E-09
+ -4.39854424653077112E-09 -4.48037148883217538E-09 -4.56371608566817031E-09
+ -4.64860612859238144E-09 -4.73507022881592348E-09 -4.82313752681662345E-09
+ -4.91283770212562117E-09 -5.00420098329555081E-09 -5.09725815805221249E-09
+ -5.19204058363435646E-09 -5.28858019732489502E-09 -5.38690952717609404E-09
+ -5.48706170293367834E-09 -5.58907046716251515E-09 -5.69297018657825392E-09
+ -5.79879586358832897E-09 -5.90658314804624143E-09 -6.01636834922331532E-09
+ -6.12818844800158296E-09 -6.24208110929240634E-09 -6.35808469468433584E-09
+ -6.47623827532500488E-09 -6.59658164504099028E-09 -6.71915533370058920E-09
+ -6.84400062082313385E-09 -6.97115954944027873E-09 -7.10067494021350041E-09
+ -7.23259040581223696E-09 -7.36695036555859709E-09 -7.50380006034183108E-09
+ -7.64318556780933733E-09 -7.78515381783798873E-09 -7.92975260829182663E-09
+ -8.07703062107098677E-09 -8.22703743845693047E-09 -8.37982355976055795E-09
+ -8.53544041827738092E-09 -8.69394039855674436E-09 -8.85537685398984851E-09
+ -9.01980412472296386E-09 -9.18727755590246946E-09 -9.35785351625607908E-09
+ -9.53158941701849372E-09 -9.70854373120632952E-09 -9.88877601324988639E-09
+ -1.00723469189873376E-08 -1.02593182260289998E-08 -1.04497528544977506E-08
+ -1.06437148881529945E-08 -1.08412695959051226E-08 -1.10424834537278565E-08
+ -1.12474241669750830E-08 -1.14561606931113458E-08 -1.16687632648613535E-08
+ -1.18853034137881952E-08 -1.21058539943069385E-08 -1.23304892081433407E-08
+ -1.25592846292424343E-08 -1.27923172291399102E-08 -1.30296654028017376E-08
+ -1.32714089949402386E-08 -1.35176293268189176E-08 -1.37684092235507744E-08
+ -1.40238330419024900E-08 -1.42839866986124688E-08 -1.45489576992311123E-08
+ -1.48188351674966780E-08 -1.50937098752515414E-08 -1.53736742729136958E-08
+ -1.56588225205096152E-08 -1.59492505192829580E-08 -1.62450559438851150E-08
+ -1.65463382751631362E-08 -1.68531988335524136E-08 -1.71657408130870261E-08
+ -1.74840693160387477E-08 -1.78082913881968275E-08 -1.81385160547987757E-08
+ -1.84748543571273495E-08 -1.88174193897821890E-08 -1.91663263386408465E-08
+ -1.95216925195231538E-08 -1.98836374175675243E-08 -2.02522827273381711E-08
+ -2.06277523936710045E-08 -2.10101726532774158E-08 -2.13996720771142644E-08
+ -2.17963816135392836E-08 -2.22004346322629786E-08 -2.26119669691142045E-08
+ -2.30311169716319042E-08 -2.34580255455012208E-08 -2.38928362018459412E-08
+ -2.43356951053969638E-08 -2.47867511235518543E-08 -2.52461558763374612E-08
+ -2.57140637873014591E-08 -2.61906321353396998E-08 -2.66760211074862809E-08
+ -2.71703938526748094E-08 -2.76739165364974007E-08 -2.81867583969736723E-08
+ -2.87090918013514133E-08 -2.92410923039571840E-08 -2.97829387051168348E-08
+ -3.03348131111641506E-08 -3.08969009955591256E-08 -3.14693912611377010E-08
+ -3.20524763035094157E-08 -3.26463520756284150E-08 -3.32512181535600136E-08
+ -3.38672778034584627E-08 -3.44947380497885186E-08 -3.51338097448021296E-08
+ -3.57847076393046170E-08 -3.64476504547260817E-08 -3.71228609565261461E-08
+ -3.78105660289547832E-08 -3.85109967511971434E-08 -3.92243884749231735E-08
+ -3.99509809032731078E-08 -4.06910181713010938E-08 -4.14447489279087356E-08
+ -4.22124264192902271E-08 -4.29943085739217847E-08 -4.37906580891208114E-08
+ -4.46017425192073094E-08 -4.54278343652924230E-08 -4.62692111667299786E-08
+ -4.71261555942540970E-08 -4.79989555448430650E-08 -4.88879042383349509E-08
+ -4.97933003158283353E-08 -5.07154479399017402E-08 -5.16546568966896958E-08
+ -5.26112426998413567E-08 -5.35855266964010700E-08 -5.45778361746511012E-08
+ -5.55885044739397591E-08 -5.66178710965475878E-08 -5.76662818216180101E-08
+ -5.87340888211938134E-08 -5.98216507783980186E-08 -6.09293330078017486E-08
+ -6.20575075780166040E-08 -6.32065534365514748E-08 -6.43768565369781269E-08
+ -6.55688099684497916E-08 -6.67828140876108512E-08 -6.80192766529461640E-08
+ -6.92786129616146839E-08 -7.05612459888121089E-08 -7.18676065297082718E-08
+ -7.31981333440113117E-08 -7.45532733032019322E-08 -7.59334815404889908E-08
+ -7.73392216035406570E-08 -7.87709656100331450E-08 -8.02291944060821390E-08
+ -8.17143977275939138E-08 -8.32270743646094996E-08 -8.47677323286780482E-08
+ -8.63368890233285928E-08 -8.79350714176939087E-08 -8.95628162233409097E-08
+ -9.12206700743699302E-08 -9.29091897108480875E-08 -9.46289421656273216E-08
+ -9.63805049546208441E-08 -9.81644662705926302E-08 -9.99814251805357887E-08
+ -1.01831991826688978E-07 -1.03716787631282244E-07 -1.05636445505053592E-07
+ -1.07591610059636588E-07 -1.09582937823853910E-07 -1.11611097464032270E-07
+ -1.13676770008365740E-07 -1.15780649075451359E-07 -1.17923441107024547E-07
+ -1.20105865605022363E-07 -1.22328655373006313E-07 -1.24592556762060998E-07
+ -1.26898329921236956E-07 -1.29246749052621851E-07 -1.31638602671123597E-07
+ -1.34074693869061746E-07 -1.36555840585648821E-07 -1.39082875881445936E-07
+ -1.41656648217905899E-07 -1.44278021742069485E-07 -1.46947876576537687E-07
+ -1.49667109114789678E-07 -1.52436632321978683E-07 -1.55257376041271825E-07
+ -1.58130287305854580E-07 -1.61056330656723877E-07 -1.64036488466323240E-07
+ -1.67071761268188242E-07 -1.70163168092671480E-07 -1.73311746808877702E-07
+ -1.76518554472920190E-07 -1.79784667682616151E-07 -1.83111182938738613E-07
+ -1.86499217012944173E-07 -1.89949907322501770E-07 -1.93464412311965335E-07
+ -1.97043911841867498E-07 -2.00689607584636549E-07 -2.04402723427810171E-07
+ -2.08184505884706047E-07 -2.12036224512694536E-07 -2.15959172339191164E-07
+ -2.19954666295532726E-07 -2.24024047658867099E-07 -2.28168682502225628E-07
+ -2.32389962152898102E-07 -2.36689303659297409E-07 -2.41068150266440659E-07
+ -2.45527971900238317E-07 -2.50070265660717433E-07 -2.54696556324377592E-07
+ -2.59408396855825649E-07 -2.64207368928872943E-07 -2.69095083457268776E-07
+ -2.74073181135231421E-07 -2.79143332987997772E-07 -2.84307240932522477E-07
+ -2.89566638348564591E-07 -2.94923290660327794E-07 -3.00378995928840608E-07
+ -3.05935585455295162E-07 -3.11594924395566842E-07 -3.17358912386041144E-07
+ -3.23229484181059113E-07 -3.29208610302129461E-07 -3.35298297699123479E-07
+ -3.41500590423745917E-07 -3.47817570315391844E-07 -3.54251357699745020E-07
+ -3.60804112100240356E-07 -3.67478032962716168E-07 -3.74275360393446318E-07
+ -3.81198375910828379E-07 -3.88249403210953930E-07 -3.95430808947344737E-07
+ -4.02745003525103314E-07 -4.10194441909747702E-07 -4.17781624450996116E-07
+ -4.25509097721781507E-07 -4.33379455372777256E-07 -4.41395339002740947E-07
+ -4.49559439044920315E-07 -4.57874495669864952E-07 -4.66343299704935317E-07
+ -4.74968693570798292E-07 -4.83753572235241445E-07 -4.92700884184628819E-07
+ -5.01813632413336419E-07 -5.11094875431402782E-07 -5.20547728290948356E-07
+ -5.30175363631423689E-07 -5.39981012744301681E-07 -5.49967966657364139E-07
+ -5.60139577239136604E-07 -5.70499258323617767E-07 -5.81050486855943940E-07
+ -5.91796804059139462E-07 -6.02741816622441241E-07 -6.13889197911689777E-07
+ -6.25242689201967931E-07 -6.36806100933154900E-07 -6.48583313988612760E-07
+ -6.60578280997555848E-07 -6.72795027661490065E-07 -6.85237654105174202E-07
+ -6.97910336252595848E-07 -7.10817327228336471E-07 -7.23962958784903572E-07
+ -7.37351642756412011E-07 -7.50987872539175792E-07 -7.64876224599674781E-07
+ -7.79021360010403954E-07 -7.93428026014092634E-07 -8.08101057616936936E-07
+ -8.23045379211171211E-07 -8.38266006227762519E-07 -8.53768046819585381E-07
+ -8.69556703575784162E-07 -8.85637275267775010E-07 -9.02015158627607300E-07
+ -9.18695850159148989E-07 -9.35684947982827069E-07 -9.52988153714421928E-07
+ -9.70611274378664487E-07 -9.88560224358169441E-07 -1.00684102737851478E-06
+ -1.02545981852984844E-06 -1.04442284632610872E-06 -1.06373647480213728E-06
+ -1.08340718564971619E-06 -1.10344158039301752E-06 -1.12384638260434493E-06
+ -1.14462844016083700E-06 -1.16579472754291229E-06 -1.18735234817522231E-06
+ -1.20930853681088968E-06 -1.23167066195991574E-06 -1.25444622836240791E-06
+ -1.27764287950759853E-06 -1.30126840019950429E-06 -1.32533071916996816E-06
+ -1.34983791174004587E-06 -1.37479820253070848E-06 -1.40021996822356097E-06
+ -1.42611174037273432E-06 -1.45248220826874906E-06 -1.47934022185535215E-06
+ -1.50669479470030807E-06 -1.53455510702117623E-06 -1.56293050876709254E-06
+ -1.59183052275743986E-06 -1.62126484787873157E-06 -1.65124336234055841E-06
+ -1.68177612699177536E-06 -1.71287338869808238E-06 -1.74454558378206431E-06
+ -1.77680334152683694E-06 -1.80965748774468475E-06 -1.84311904841145625E-06
+ -1.87719925336848616E-06 -1.91190954009282692E-06 -1.94726155753729689E-06
+ -1.98326717004161711E-06 -2.01993846131590051E-06 -2.05728773849782410E-06
+ -2.09532753628488134E-06 -2.13407062114324140E-06 -2.17352999559419710E-06
+ -2.21371890258029914E-06 -2.25465082991204699E-06 -2.29633951479685675E-06
+ -2.33879894845211522E-06 -2.38204338080330195E-06 -2.42608732526923538E-06
+ -2.47094556363581483E-06 -2.51663315102005292E-06 -2.56316542092594402E-06
+ -2.61055799039387827E-06 -2.65882676524545391E-06 -2.70798794542527317E-06
+ -2.75805803044173903E-06 -2.80905382490854122E-06 -2.86099244418858121E-06
+ -2.91389132014267934E-06 -2.96776820698444526E-06 -3.02264118724359745E-06
+ -3.07852867783985772E-06 -3.13544943626906833E-06 -3.19342256690402948E-06
+ -3.25246752741199030E-06 -3.31260413529073783E-06 -3.37385257452614989E-06
+ -3.43623340237262849E-06 -3.49976755625933775E-06 -3.56447636082411746E-06
+ -3.63038153507806980E-06 -3.69750519970238309E-06 -3.76586988448054025E-06
+ -3.83549853586821495E-06 -3.90641452470324333E-06 -3.97864165405848087E-06
+ -4.05220416724027308E-06 -4.12712675593488002E-06 -4.20343456850574505E-06
+ -4.28115321844493466E-06 -4.36030879298053309E-06 -4.44092786184424480E-06
+ -4.52303748620066250E-06 -4.60666522774264169E-06 -4.69183915795481214E-06
+ -4.77858786754903872E-06 -4.86694047607443791E-06 -4.95692664170585236E-06
+ -5.04857657121341256E-06 -5.14192103011708971E-06 -5.23699135302947450E-06
+ -5.33381945419010482E-06 -5.43243783819533438E-06 -5.53287961092672471E-06
+ -5.63517849068265897E-06 -5.73936881951573732E-06 -5.84548557478060752E-06
+ -5.95356438089629640E-06 -6.06364152132575533E-06 -6.17575395077868189E-06
+ -6.28993930763987503E-06 -6.40623592662835768E-06 -6.52468285169124508E-06
+ -6.64531984913686362E-06 -6.76818742101171770E-06 -6.89332681872488001E-06
+ -7.02078005692611559E-06 -7.15058992764091021E-06 -7.28280001466786961E-06
+ -7.41745470824340016E-06 -7.55459921997854442E-06 -7.69427959807310918E-06
+ -7.83654274281187567E-06 -7.98143642234866557E-06 -8.12900928878368360E-06
+ -8.27931089453888956E-06 -8.43239170903765425E-06 -8.58830313569418886E-06
+ -8.74709752921837727E-06 -8.90882821324180663E-06 -9.07354949827145396E-06
+ -9.24131669997714446E-06 -9.41218615781765354E-06 -9.58621525401417030E-06
+ -9.76346243287542875E-06 -9.94398722048210639E-06 -1.01278502447373070E-05
+ -1.03151132557894703E-05 -1.05058391468345458E-05 -1.07000919753060242E-05
+ -1.08979369844570003E-05 -1.10994406253456516E-05 -1.13046705792279769E-05
+ -1.15136957803677842E-05 -1.17265864392704586E-05 -1.19434140663489105E-05
+ -1.21642514960307075E-05 -1.23891729113120499E-05 -1.26182538687706847E-05
+ -1.28515713240419151E-05 -1.30892036577713243E-05 -1.33312307020486410E-05
+ -1.35777337673347981E-05 -1.38287956698896369E-05 -1.40845007597108422E-05
+ -1.43449349489936033E-05 -1.46101857411190701E-05 -1.48803422601844965E-05
+ -1.51554952810818735E-05 -1.54357372601394101E-05 -1.57211623663305186E-05
+ -1.60118665130689730E-05 -1.63079473905929963E-05 -1.66095044989553168E-05
+ -1.69166391816278518E-05 -1.72294546597331010E-05 -1.75480560669143579E-05
+ -1.78725504848563827E-05 -1.82030469794687077E-05 -1.85396566377450187E-05
+ -1.88824926053097466E-05 -1.92316701246664028E-05 -1.95873065741597258E-05
+ -1.99495215076655311E-05 -2.03184366950224870E-05 -2.06941761632189225E-05
+ -2.10768662383496013E-05 -2.14666355883562319E-05 -2.18636152665684509E-05
+ -2.22679387560567244E-05 -2.26797420148175308E-05 -2.30991635218010975E-05
+ -2.35263443238031917E-05 -2.39614280832315993E-05 -2.44045611267693972E-05
+ -2.48558924949482987E-05 -2.53155739926488222E-05 -2.57837602405506139E-05
+ -2.62606087275424896E-05 -2.67462798641162712E-05 -2.72409370367635947E-05
+ -2.77447466633893955E-05 -2.82578782497665016E-05 -2.87805044470499467E-05
+ -2.93128011103692987E-05 -2.98549473585201183E-05 -3.04071256347796543E-05
+ -3.09695217688610487E-05 -3.15423250400327350E-05 -3.21257282414234919E-05
+ -3.27199277455391611E-05 -3.33251235710066006E-05 -3.39415194505757260E-05
+ -3.45693229004010862E-05 -3.52087452906269080E-05 -3.58600019172997732E-05
+ -3.65233120756385270E-05 -3.71988991346804861E-05 -3.78869906133372594E-05
+ -3.85878182578836253E-05 -3.93016181209080570E-05 -4.00286306417504335E-05
+ -4.07691007284606088E-05 -4.15232778413022474E-05 -4.22914160778339356E-05
+ -4.30737742595977731E-05 -4.38706160204470672E-05 -4.46822098965425534E-05
+ -4.55088294180502987E-05 -4.63507532025779598E-05 -4.72082650503745241E-05
+ -4.80816540413383977E-05 -4.89712146338585743E-05 -4.98772467655315759E-05
+ -5.08000559557858234E-05 -5.17399534104581537E-05 -5.26972561283452857E-05
+ -5.36722870097895482E-05 -5.46653749673164867E-05 -5.56768550383836698E-05
+ -5.67070685002664580E-05 -5.77563629871331294E-05 -5.88250926093477554E-05
+ -5.99136180750415399E-05 -6.10223068140039105E-05 -6.21515331039316945E-05
+ -6.33016781990863365E-05 -6.44731304614116162E-05 -6.56662854941409058E-05
+ -6.68815462779731595E-05 -6.81193233098365881E-05 -6.93800347443145927E-05
+ -7.06641065377745466E-05 -7.19719725952543805E-05 -7.33040749201652880E-05
+ -7.46608637668606969E-05 -7.60427977961344816E-05 -7.74503442336978875E-05
+ -7.88839790317056509E-05 -8.03441870333809722E-05 -8.18314621408016026E-05
+ -8.33463074859279256E-05 -8.48892356049057496E-05 -8.64607686157383120E-05
+ -8.80614383993779125E-05 -8.96917867843127688E-05 -9.13523657347157082E-05
+ -9.30437375422265211E-05 -9.47664750214422728E-05 -9.65211617091915353E-05
+ -9.83083920676574143E-05 -1.00128771691446910E-04 -1.01982917518665943E-04
+ -1.03871458046092411E-04 -1.05795033548529595E-04 -1.07754296302414257E-04
+ -1.09749910813782735E-04 -1.11782554050666858E-04 -1.13852915680020503E-04
+ -1.15961698309257949E-04 -1.18109617732516618E-04 -1.20297403181715041E-04
+ -1.22525797582528407E-04 -1.24795557815361312E-04 -1.27107454981439976E-04
+ -1.29462274674108058E-04 -1.31860817255449920E-04 -1.34303898138341156E-04
+ -1.36792348074043249E-04 -1.39327013445451041E-04 -1.41908756566110891E-04
+ -1.44538455985138148E-04 -1.47217006798139034E-04 -1.49945320964277198E-04
+ -1.52724327629602047E-04 -1.55554973456770970E-04 -1.58438222961305536E-04
+ -1.61375058854506019E-04 -1.64366482393173710E-04 -1.67413513736274812E-04
+ -1.70517192308699856E-04 -1.73678577172259340E-04 -1.76898747404065571E-04
+ -1.80178802482480445E-04 -1.83519862680736460E-04 -1.86923069468457814E-04
+ -1.90389585921199697E-04 -1.93920597138188221E-04 -1.97517310668443227E-04
+ -2.01180956945463810E-04 -2.04912789730633338E-04 -2.08714086565562018E-04
+ -2.12586149233536946E-04 -2.16530304230271118E-04 -2.20547903244180433E-04
+ -2.24640323646342383E-04 -2.28808968990390201E-04 -2.33055269522537559E-04
+ -2.37380682701937172E-04 -2.41786693731630049E-04 -2.46274816100268466E-04
+ -2.50846592134896986E-04 -2.55503593564986031E-04 -2.60247422097989282E-04
+ -2.65079710006650899E-04 -2.70002120728349607E-04 -2.75016349476714980E-04
+ -2.80124123865787937E-04 -2.85327204547016519E-04 -2.90627385859332991E-04
+ -2.96026496492629142E-04 -3.01526400164926029E-04 -3.07128996313499303E-04
+ -3.12836220800317196E-04 -3.18650046632055063E-04 -3.24572484695056845E-04
+ -3.30605584505538788E-04 -3.36751434975362900E-04 -3.43012165193796320E-04
+ -3.49389945225486720E-04 -3.55886986925151114E-04 -3.62505544769207012E-04
+ -3.69247916704864101E-04 -3.76116445016962694E-04 -3.83113517212975440E-04
+ -3.90241566926597186E-04 -3.97503074840348659E-04 -4.04900569627544057E-04
+ -4.12436628914165612E-04 -4.20113880260974851E-04 -4.27935002166403614E-04
+ -4.35902725090657331E-04 -4.44019832501444983E-04 -4.52289161941968223E-04
+ -4.60713606121473289E-04 -4.69296114029068862E-04 -4.78039692071156224E-04
+ -4.86947405233143968E-04 -4.96022378265878082E-04 -5.05267796897438878E-04
+ -5.14686909070777190E-04 -5.24283026207880980E-04 -5.34059524500943685E-04
+ -5.44019846231246721E-04 -5.54167501116300306E-04 -5.64506067685977692E-04
+ -5.75039194688107278E-04 -5.85770602524425966E-04 -5.96704084717340874E-04
+ -6.07843509408393561E-04 -6.19192820888943155E-04 -6.30756041163947579E-04
+ -6.42537271549496530E-04 -6.54540694304843332E-04 -6.66770574299780164E-04
+ -6.79231260718041424E-04 -6.91927188797579300E-04 -7.04862881608603288E-04
+ -7.18042951870067475E-04 -7.31472103805565644E-04 -7.45155135039473693E-04
+ -7.59096938534229186E-04 -7.73302504569618417E-04 -7.87776922765036705E-04
+ -8.02525384145603136E-04 -8.17553183253156299E-04 -8.32865720303012456E-04
+ -8.48468503387553872E-04 -8.64367150727614634E-04 -8.80567392972679205E-04
+ -8.97075075550955248E-04 -9.13896161070402004E-04 -9.31036731771703232E-04
+ -9.48502992034370171E-04 -9.66301270937030003E-04 -9.84438024873090806E-04
+ -1.00291984022280985E-03 -1.02175343608298464E-03 -1.04094566705554550E-03
+ -1.06050352609601611E-03 -1.08043414742324973E-03 -1.10074480949153182E-03
+ -1.12144293802633266E-03 -1.14253610912495949E-03 -1.16403205242331630E-03
+ -1.18593865433008088E-03 -1.20826396132954960E-03 -1.23101618335446955E-03
+ -1.25420369723005468E-03 -1.27783505019062353E-03 -1.30191896347002165E-03
+ -1.32646433596723306E-03 -1.35148024798844180E-03 -1.37697596506681326E-03
+ -1.40296094186141153E-03 -1.42944482613635961E-03 -1.45643746282181569E-03
+ -1.48394889815768073E-03 -1.51198938392161047E-03 -1.54056938174249470E-03
+ -1.56969956750051699E-03 -1.59939083581514280E-03 -1.62965430462214253E-03
+ -1.66050131984095233E-03 -1.69194346013313906E-03 -1.72399254175352066E-03
+ -1.75666062349450793E-03 -1.78996001172512320E-03 -1.82390326552508237E-03
+ -1.85850320191541414E-03 -1.89377290118584313E-03 -1.92972571232016962E-03
+ -1.96637525851979782E-03 -2.00373544282651415E-03 -2.04182045384444484E-03
+ -2.08064477156186993E-03 -2.12022317327319187E-03 -2.16057073960077136E-03
+ -2.20170286061712340E-03 -2.24363524206688814E-03 -2.28638391168853620E-03
+ -2.32996522563503044E-03 -2.37439587499311232E-03 -2.41969289240001346E-03
+ -2.46587365875676305E-03 -2.51295591003638207E-03 -2.56095774418603223E-03
+ -2.60989762812050084E-03 -2.65979440480568815E-03 -2.71066730042912683E-03
+ -2.76253593165499533E-03 -2.81542031296060959E-03 -2.86934086405092516E-03
+ -2.92431841734711300E-03 -2.98037422554502975E-03 -3.03752996923898223E-03
+ -3.09580776460547259E-03 -3.15523017114132482E-03 -3.21582019944997464E-03
+ -3.27760131906939265E-03 -3.34059746633356622E-03 -3.40483305226074425E-03
+ -3.47033297045830011E-03 -3.53712260503635453E-03 -3.60522783851848112E-03
+ -3.67467505973999645E-03 -3.74549117172081822E-03 -3.81770359950090506E-03
+ -3.89134029792456530E-03 -3.96642975935853920E-03 -4.04300102132885020E-03
+ -4.12108367405876041E-03 -4.20070786789068784E-03 -4.28190432057198606E-03
+ -4.36470432438508353E-03 -4.44913975309860210E-03 -4.53524306871752429E-03
+ -4.62304732800661485E-03 -4.71258618876074439E-03 -4.80389391579401793E-03
+ -4.89700538661772510E-03 -4.99195609677482999E-03 -5.08878216479809013E-03
+ -5.18752033675487327E-03 -5.28820799034125742E-03 -5.39088313848503503E-03
+ -5.49558443241507984E-03 -5.60235116415136371E-03 -5.71122326836897426E-03
+ -5.82224132358401172E-03 -5.93544655261012133E-03 -6.05088082222784637E-03
+ -6.16858664200803201E-03 -6.28860716222670417E-03 -6.41098617080524368E-03
+ -6.53576808920707832E-03 -6.66299796721643925E-03 -6.79272147652359645E-03
+ -6.92498490303546967E-03 -7.05983513782502785E-03 -7.19731966663252065E-03
+ -7.33748655782307576E-03 -7.48038444870284362E-03 -7.62606253009062620E-03
+ -7.77457052903660246E-03 -7.92595868957519586E-03 -8.08027775139295856E-03
+ -8.23757892628842851E-03 -8.39791387229313346E-03 -8.56133466531916638E-03
+ -8.72789376819122636E-03 -8.89764399691570992E-03 -9.07063848403227325E-03
+ -9.24693063888878605E-03 -9.42657410467022394E-03 -9.60962271200970115E-03
+ -9.79613042899839595E-03 -9.98615130740873255E-03 -1.01797394249328009E-02
+ -1.03769488232351020E-02 -1.05778334416087531E-02 -1.07824470460163579E-02
+ -1.09908431532923737E-02 -1.12030749502712509E-02 -1.14191952076010267E-02
+ -1.16392561879955919E-02 -1.18633095486659415E-02 -1.20914062376686667E-02
+ -1.23235963838990471E-02 -1.25599291804486483E-02 -1.28004527610420665E-02
+ -1.30452140692573510E-02 -1.32942587202311089E-02 -1.35476308545376973E-02
+ -1.38053729839324908E-02 -1.40675258286352134E-02 -1.43341281458316920E-02
+ -1.46052165490615192E-02 -1.48808253181570028E-02 -1.51609861993973402E-02
+ -1.54457281955343376E-02 -1.57350773453486734E-02 -1.60290564923912630E-02
+ -1.63276850425684225E-02 -1.66309787102235443E-02 -1.69389492523824639E-02
+ -1.72516041908187395E-02 -1.75689465216164395E-02 -1.78909744119016972E-02
+ -1.82176808834339857E-02 -1.85490534827539334E-02 -1.88850739375985462E-02
+ -1.92257177993146351E-02 -1.95709540710150877E-02 -1.99207448212477961E-02
+ -2.02750447829694834E-02 -2.06338009376484978E-02 -2.09969520843450060E-02
+ -2.13644283936605325E-02 -2.17361509464833874E-02 -2.21120312575004176E-02
+ -2.24919707834942140E-02 -2.28758604164998325E-02 -2.32635799619507859E-02
+ -2.36549976020079059E-02 -2.40499693443364838E-02 -2.44483384566695633E-02
+ -2.48499348875813354E-02 -2.52545746739760782E-02 -2.56620593359030910E-02
+ -2.60721752594036578E-02 -2.64846930682103576E-02 -2.68993669852362442E-02
+ -2.73159341849212346E-02 -2.77341141376333429E-02 -2.81536079474738743E-02
+ -2.85740976849839685E-02 -2.89952457164160717E-02 -2.94166940314025127E-02
+ -2.98380635710466073E-02 -3.02589535586380784E-02 -3.06789408354129767E-02
+ -3.10975792039823451E-02 -3.15143987822805172E-02 -3.19289053711137860E-02
+ -3.23405798386422680E-02 -3.27488775253697018E-02 -3.31532276734894174E-02
+ -3.35530328847009063E-02 -3.39476686108974648E-02 -3.43364826824106226E-02
+ -3.47187948787989822E-02 -3.50938965474712344E-02 -3.54610502757447890E-02
+ -3.58194896222555487E-02 -3.61684189139548848E-02 -3.65070131152486418E-02
+ -3.68344177761599847E-02 -3.71497490667106675E-02 -3.74520939050392021E-02
+ -3.77405101870851717E-02 -3.80140271259688800E-02 -3.82716457094949003E-02
+ -3.85123392844813894E-02 -3.87350542768874415E-02 -3.89387110569462402E-02
+ -3.91222049587349116E-02 -3.92844074638027743E-02 -3.94241675586351828E-02
+ -3.95403132758539375E-02 -3.96316534291334815E-02 -3.96969795518501561E-02
+ -3.97350680494501021E-02 -3.97446825754609254E-02 -3.97245766409132367E-02
+ -3.96734964667434797E-02 -3.95901840884482492E-02 -3.94733807218997437E-02
+ -3.93218303987691378E-02 -3.91342838794431769E-02 -3.89095028506762641E-02
+ -3.86462644144337786E-02 -3.83433658735119198E-02 -3.79996298185047016E-02
+ -3.76139095195556494E-02 -3.71850946250530875E-02 -3.67121171680251449E-02
+ -3.61939578794111400E-02 -3.56296528056919207E-02 -3.50183002264699839E-02
+ -3.43590678655750839E-02 -3.36512003870609311E-02 -3.28940271650993155E-02
+ -3.20869703142516727E-02 -3.12295529638725866E-02 -3.03214077575594543E-02
+ -2.93622855554908635E-02 -2.83520643143099355E-02 -2.72907581158203655E-02
+ -2.61785263122468331E-02 -2.50156827521159503E-02 -2.38027050469796775E-02
+ -2.25402438352357570E-02 -2.12291319951789237E-02 -1.98703937551827914E-02
+ -1.84652536445605170E-02 -1.70151452241772139E-02 -1.55217195313245293E-02
+ -1.39868531687010744E-02 -1.24126559625845345E-02 -1.08014781104515400E-02
+ -9.15591673336837997E-03 -7.47882174349487339E-03 -5.77330093194092231E-03
+ -4.04272417707141063E-03 -2.29072666806928726E-03 -5.21211033231855358E-04
+  1.26165174304132544E-03  3.05342273620848315E-03  4.84939695791772318E-03
+  6.64460682609999131E-03  8.43382736836975622E-03  1.02115833046647342E-02
+  1.19721581617016903E-02  1.37096055787059579E-02  1.54177629710338382E-02
+  1.70902677257051827E-02  1.87205761104652646E-02  2.03019850857546758E-02
+  2.18276572167374894E-02  2.32906488901779563E-02  2.46839420482527494E-02
+  2.60004796579521302E-02  2.72332051402249808E-02  2.83751059868025124E-02
+  2.94192617940764178E-02  3.03588969414748389E-02  3.11874381354665664E-02
+  3.18985770280828806E-02  3.24863380990377260E-02  3.29451519609464949E-02
+  3.32699342053205394E-02  3.34561698498086757E-02  3.35000033709654671E-02
+  3.33983342073485706E-02  3.31489174899034789E-02  3.27504695945154273E-02
+  3.22027779084359950E-02  3.15068139501454986E-02  3.06648486720300512E-02
+  2.96805683967525519E-02  2.85591893795880264E-02  2.73075684371169719E-02
+  2.59343064226185138E-02  2.44498405436977678E-02  2.28665205894583307E-02
+  2.11986630426294620E-02  1.94625757733784197E-02  1.76765445214011260E-02
+  1.58607706434467123E-02  1.40372476045097783E-02  1.22295613890491817E-02
+  1.04625973670366829E-02  8.76213312769889320E-03  7.15429334618263024E-03
+  5.66483882474480560E-03  4.31825739348119970E-03  3.13661930210043342E-03
+  2.13815401092333403E-03  1.33549881323037503E-03  7.33562398399807713E-04
+  3.26938189809311151E-04  9.67929455536873545E-05  7.14556682337669786E-06
+  5.43235057774306436E-07  5.67031881752141709E-07  4.84748814108535449E-07
+  4.08588599402585900E-07  3.38109274013268521E-07  2.72902246240042424E-07
+  END     
+   PHI    1 #phi(r), for phi(r)/r*Ylm)
+  0.00000000000000000E+00  1.24016503671279078E-07  2.47470354622583873E-07
+  3.72059922999040043E-07  4.97795656711377486E-07  6.24688099749140771E-07
+  7.52747893084314183E-07  8.81985775569178452E-07  1.01241258483900683E-06
+  1.14403925822184373E-06  1.27687683365613156E-06  1.41093645061651716E-06
+  1.54622935104803055E-06  1.68276688030877690E-06  1.82056048812125109E-06
+  1.95962172953236253E-06  2.09996226588226785E-06  2.24159386578211543E-06
+  2.38452840610074495E-06  2.52877787296047186E-06  2.67435436274202120E-06
+  2.82127008309869627E-06  2.96953735397986802E-06  3.11916860866388598E-06
+  3.27017639480046580E-06  3.42257337546268385E-06  3.57637233020862927E-06
+  3.73158615615282185E-06  3.88822786904748771E-06  4.04631060437376646E-06
+  4.20584761844296708E-06  4.36685228950793908E-06  4.52933811888466279E-06
+  4.69331873208416395E-06  4.85880787995482325E-06  5.02581943983520341E-06
+  5.19436741671746162E-06  5.36446594442148378E-06  5.53612928677978866E-06
+  5.70937183883333943E-06  5.88420812803836231E-06  6.06065281548424693E-06
+  6.23872069712264115E-06  6.41842670500787489E-06  6.59978590854876218E-06
+  6.78281351577193129E-06  6.96752487459675421E-06  7.15393547412201844E-06
+  7.34206094592442430E-06  7.53191706536901267E-06  7.72351975293165610E-06
+  7.91688507553368807E-06  8.11202924788884621E-06  8.30896863386254765E-06
+  8.50771974784370203E-06  8.70829925612913607E-06  8.91072397832070153E-06
+  9.11501088873531574E-06  9.32117711782787699E-06  9.52923995362731742E-06
+  9.73921684318584080E-06  9.95112539404150451E-06  1.01649833756942168E-05
+  1.03808087210953255E-05  1.05986195281509169E-05  1.08184340612389127E-05
+  1.10402707527401160E-05  1.12641482045833434E-05  1.14900851898047769E-05
+  1.17181006541216345E-05  1.19482137175202890E-05  1.21804436758590477E-05
+  1.24148100024856122E-05  1.26513323498694317E-05  1.28900305512490715E-05
+  1.31309246222947172E-05  1.33740347627859516E-05  1.36193813583049995E-05
+  1.38669849819454777E-05  1.41168663960369111E-05  1.43690465538850831E-05
+  1.46235466015283595E-05  1.48803878795102167E-05  1.51395919246680013E-05
+  1.54011804719381991E-05  1.56651754561782219E-05  1.59315990140050484E-05
+  1.62004734856506547E-05  1.64718214168345944E-05  1.67456655606537291E-05
+  1.70220288794893734E-05  1.73009345469319543E-05  1.75824059497233592E-05
+  1.78664666897171563E-05  1.81531405858568298E-05  1.84424516761721828E-05
+  1.87344242197941099E-05  1.90290826989879066E-05  1.93264518212052471E-05
+  1.96265565211549905E-05  1.99294219628931293E-05  2.02350735419318032E-05
+  2.05435368873678694E-05  2.08548378640308556E-05  2.11690025746508537E-05
+  2.14860573620461338E-05  2.18060288113310346E-05  2.21289437521441035E-05
+  2.24548292608966305E-05  2.27837126630419814E-05  2.31156215353656803E-05
+  2.34505837082966574E-05  2.37886272682396017E-05  2.41297805599288962E-05
+  2.44740721888040167E-05  2.48215310234069805E-05  2.51721861978016421E-05
+  2.55260671140153535E-05  2.58832034445029292E-05  2.62436251346334126E-05
+  2.66073624051995977E-05  2.69744457549506608E-05  2.73449059631480252E-05
+  2.77187740921447894E-05  2.80960814899887376E-05  2.84768597930494669E-05
+  2.88611409286694406E-05  2.92489571178395825E-05  2.96403408778993370E-05
+  3.00353250252616280E-05  3.04339426781628024E-05  3.08362272594379333E-05
+  3.12422124993214941E-05  3.16519324382738698E-05  3.20654214298338525E-05
+  3.24827141434972592E-05  3.29038455676221260E-05  3.33288510123604380E-05
+  3.37577661126170394E-05  3.41906268310354514E-05  3.46274694610113445E-05
+  3.50683306297335968E-05  3.55132473012533589E-05  3.59622567795812192E-05
+  3.64153967118130339E-05  3.68727050912841890E-05  3.73342202607530692E-05
+  3.77999809156137382E-05  3.82700261071380624E-05  3.87443952457476641E-05
+  3.92231281043160009E-05  3.97062648215007699E-05  4.01938459051066961E-05
+  4.06859122354796544E-05  4.11825050689315763E-05  4.16836660411970693E-05
+  4.21894371709216748E-05  4.26998608631821774E-05  4.32149799130393395E-05
+  4.37348375091232489E-05  4.42594772372514848E-05  4.47889430840807238E-05
+  4.53232794407917405E-05  4.58625311068083016E-05  4.64067432935503217E-05
+  4.69559616282212933E-05  4.75102321576306822E-05  4.80696013520514508E-05
+  4.86341161091128119E-05  4.92038237577290043E-05  4.97787720620639898E-05
+  5.03590092255325864E-05  5.09445838948384706E-05  5.15355451640490768E-05
+  5.21319425787081185E-05  5.27338261399857447E-05  5.33412463088669281E-05
+  5.39542540103782342E-05  5.45729006378533842E-05  5.51972380572382290E-05
+  5.58273186114349978E-05  5.64631951246864395E-05  5.71049209070005530E-05
+  5.77525497586155219E-05  5.84061359745060920E-05  5.90657343489308306E-05
+  5.97314001800218253E-05  6.04031892744157317E-05  6.10811579519280061E-05
+  6.17653630502697541E-05  6.24558619298079201E-05  6.31527124783693334E-05
+  6.38559731160886498E-05  6.45657028003009635E-05  6.52819610304793721E-05
+  6.60048078532176713E-05  6.67343038672591290E-05  6.74705102285711611E-05
+  6.82134886554666686E-05  6.89633014337725115E-05  6.97200114220452249E-05
+  7.04836820568349162E-05  7.12543773579971779E-05  7.20321619340540202E-05
+  7.28171009876039309E-05  7.36092603207814982E-05  7.44087063407673121E-05
+  7.52155060653484443E-05  7.60297271285297912E-05  7.68514377861972405E-05
+  7.76807069218323799E-05  7.85176040522803299E-05  7.93621993335698090E-05
+  8.02145635667869347E-05  8.10747682040031394E-05  8.19428853542572018E-05
+  8.28189877895923012E-05  8.37031489511484884E-05  8.45954429553110338E-05
+  8.54959445999152890E-05  8.64047293705084697E-05  8.73218734466686838E-05
+  8.82474537083824390E-05  8.91815477424801419E-05  9.01242338491311195E-05
+  9.10755910483978918E-05  9.20356990868507818E-05  9.30046384442431847E-05
+  9.39824903402482317E-05  9.49693367412567238E-05  9.59652603672383423E-05
+  9.69703446986649851E-05  9.79846739834981103E-05  9.90083332442400621E-05
+  1.00041408285049906E-04  1.01083985698924861E-04  1.02136152874947645E-04
+  1.03197998005599774E-04  1.04269610094142565E-04  1.05351078962065620E-04
+  1.06442495256603613E-04  1.07543950458321880E-04  1.08655536888772110E-04
+  1.09777347718217585E-04  1.10909476973429860E-04  1.12052019545556570E-04
+  1.13205071198061672E-04  1.14368728574738219E-04  1.15543089207795083E-04
+  1.16728251526017080E-04  1.17924314863000979E-04  1.19131379465466206E-04
+  1.20349546501641747E-04  1.21578918069730935E-04  1.22819597206452562E-04
+  1.24071687895661100E-04  1.25335295077046068E-04  1.26610524654910455E-04
+  1.27897483507030500E-04  1.29196279493595952E-04  1.30507021466232711E-04
+  1.31829819277108124E-04  1.33164783788119708E-04  1.34512026880168490E-04
+  1.35871661462516299E-04  1.37243801482230031E-04  1.38628561933712115E-04
+  1.40026058868317872E-04  1.41436409404061480E-04  1.42859731735410961E-04
+  1.44296145143172575E-04  1.45745770004466406E-04  1.47208727802792443E-04
+  1.48685141138189830E-04  1.50175133737488861E-04  1.51678830464656604E-04
+  1.53196357331238033E-04  1.54727841506892120E-04  1.56273411330024579E-04
+  1.57833196318519104E-04  1.59407327180565166E-04  1.60995935825586226E-04
+  1.62599155375267780E-04  1.64217120174686530E-04  1.65849965803541069E-04
+  1.67497829087485907E-04  1.69160848109569214E-04  1.70839162221775342E-04
+  1.72532912056672734E-04  1.74242239539168980E-04  1.75967287898373345E-04
+  1.77708201679568038E-04  1.79465126756288615E-04  1.81238210342516098E-04
+  1.83027601004979150E-04  1.84833448675570544E-04  1.86655904663876208E-04
+  1.88495121669819324E-04  1.90351253796420329E-04  1.92224456562673770E-04
+  1.94114886916542438E-04  1.96022703248071228E-04  1.97948065402620720E-04
+  1.99891134694221706E-04  2.01852073919052362E-04  2.03831047369038265E-04
+  2.05828220845577362E-04  2.07843761673390438E-04  2.09877838714497914E-04
+  2.11930622382324889E-04  2.14002284655935462E-04  2.16092999094397089E-04
+  2.18202940851275817E-04  2.20332286689265539E-04  2.22481214994949049E-04
+  2.24649905793696203E-04  2.26838540764697329E-04  2.29047303256133574E-04
+  2.31276378300487357E-04  2.33525952629992005E-04  2.35796214692222771E-04
+  2.38087354665830558E-04  2.40399564476419600E-04  2.42733037812569883E-04
+  2.45087970142006991E-04  2.47464558727918343E-04  2.49863002645420141E-04
+  2.52283502798174200E-04  2.54726261935156115E-04  2.57191484667577811E-04
+  2.59679377485963893E-04  2.62190148777384057E-04  2.64724008842844190E-04
+  2.67281169914834933E-04  2.69861846175040989E-04  2.72466253772213059E-04
+  2.75094610840202075E-04  2.77747137516158734E-04  2.80424055958898740E-04
+  2.83125590367437402E-04  2.85851966999690985E-04  2.88603414191350991E-04
+  2.91380162374930063E-04  2.94182444098982073E-04  2.97010494047496927E-04
+  2.99864549059473344E-04  3.02744848148670681E-04  3.05651632523539396E-04
+  3.08585145607335597E-04  3.11545633058417251E-04  3.14533342790727964E-04
+  3.17548524994465018E-04  3.20591432156937901E-04  3.23662319083616794E-04
+  3.26761442919373064E-04  3.29889063169913404E-04  3.33045441723409607E-04
+  3.36230842872326213E-04  3.39445533335446567E-04  3.42689782280099936E-04
+  3.45963861344591322E-04  3.49268044660837058E-04  3.52602608877204660E-04
+  3.55967833181562645E-04  3.59363999324540024E-04  3.62791391642997767E-04
+  3.66250297083714330E-04  3.69741005227287606E-04  3.73263808312253049E-04
+  3.76819001259423852E-04  3.80406881696451976E-04  3.84027749982612473E-04
+  3.87681909233814558E-04  3.91369665347839567E-04  3.95091327029810542E-04
+  3.98847205817891184E-04  4.02637616109221977E-04  4.06462875186090387E-04
+  4.10323303242339748E-04  4.14219223410019338E-04  4.18150961786276651E-04
+  4.22118847460494439E-04  4.26123212541675163E-04  4.30164392186074005E-04
+  4.34242724625084485E-04  4.38358551193377148E-04  4.42512216357293946E-04
+  4.46704067743501968E-04  4.50934456167906945E-04  4.55203735664831243E-04
+  4.59512263516455267E-04  4.63860400282527902E-04  4.68248509830346607E-04
+  4.72676959365011477E-04  4.77146119459952145E-04  4.81656364087734419E-04
+  4.86208070651145108E-04  4.90801620014560654E-04  4.95437396535600844E-04
+  5.00115788097068486E-04  5.04837186139182902E-04  5.09601985692101117E-04
+  5.14410585408740556E-04  5.19263387597892969E-04  5.24160798257646584E-04
+  5.29103227109105237E-04  5.34091087630418431E-04  5.39124797091116402E-04
+  5.44204776586759914E-04  5.49331451073902964E-04  5.54505249405374992E-04
+  5.59726604365878605E-04  5.64995952707915482E-04  5.70313735188035368E-04
+  5.75680396603414353E-04  5.81096385828764467E-04  5.86562155853580366E-04
+  5.92078163819719189E-04  5.97644871059326271E-04  6.03262743133100329E-04
+  6.08932249868908296E-04  6.14653865400749486E-04  6.20428068208070936E-04
+  6.26255341155441936E-04  6.32136171532586577E-04  6.38071051094776342E-04
+  6.44060476103593843E-04  6.50104947368061151E-04  6.56204970286141547E-04
+  6.62361054886618345E-04  6.68573715871352103E-04  6.74843472657918287E-04
+  6.81170849422633507E-04  6.87556375143968924E-04  6.94000583646357328E-04
+  7.00504013644397366E-04  7.07067208787453606E-04  7.13690717704665236E-04
+  7.20375094050355923E-04  7.27120896549860113E-04  7.33928689045757095E-04
+  7.40799040544528340E-04  7.47732525263632044E-04  7.54729722679005170E-04
+  7.61791217572992769E-04  7.68917600082712942E-04  7.76109465748855260E-04
+  7.83367415564919264E-04  7.90692056026903018E-04  7.98083999183430326E-04
+  8.05543862686338417E-04  8.13072269841718493E-04  8.20669849661415877E-04
+  8.28337236914995605E-04  8.36075072182176720E-04  8.43884001905737652E-04
+  8.51764678444898431E-04  8.59717760129185692E-04  8.67743911312779934E-04
+  8.75843802429355340E-04  8.84018110047409531E-04  8.92267516926094676E-04
+  9.00592712071547640E-04  9.08994390793732110E-04  9.17473254763783992E-04
+  9.26030012071883636E-04  9.34665377285635022E-04  9.43380071508981310E-04
+  9.52174822441644486E-04  9.61050364439097250E-04  9.70007438573078948E-04
+  9.79046792692651663E-04  9.88169181485804146E-04  9.97375366541608261E-04
+  1.00666611641293856E-03  1.01604220667974687E-03  1.02550442001291030E-03
+  1.03505354623864890E-03  1.04469038240352402E-03  1.05441573284001193E-03
+  1.06423040923267487E-03  1.07413523068491923E-03  1.08413102378635343E-03
+  1.09421862268074452E-03  1.10439886913459148E-03  1.11467261260630502E-03
+  1.12504071031601120E-03  1.13550402731597442E-03  1.14606343656165608E-03
+  1.15671981898340459E-03  1.16747406355878665E-03  1.17832706738556529E-03
+  1.18927973575533026E-03  1.20033298222778687E-03  1.21148772870570561E-03
+  1.22274490551054177E-03  1.23410545145873117E-03  1.24557031393866444E-03
+  1.25714044898834901E-03  1.26881682137376596E-03  1.28060040466791594E-03
+  1.29249218133058283E-03  1.30449314278879651E-03  1.31660428951801967E-03
+  1.32882663112404882E-03  1.34116118642565855E-03  1.35360898353796121E-03
+  1.36617105995652608E-03  1.37884846264223638E-03  1.39164224810690114E-03
+  1.40455348249963292E-03  1.41758324169398908E-03  1.43073261137588144E-03
+  1.44400268713227838E-03  1.45739457454068183E-03  1.47090938925940537E-03
+  1.48454825711865301E-03  1.49831231421239668E-03  1.51220270699107726E-03
+  1.52622059235512199E-03  1.54036713774929283E-03  1.55464352125786270E-03
+  1.56905093170064632E-03  1.58359056872986416E-03  1.59826364292787668E-03
+  1.61307137590577503E-03  1.62801500040284379E-03  1.64309576038690190E-03
+  1.65831491115553311E-03  1.67367371943820094E-03  1.68917346349927106E-03
+  1.70481543324194095E-03  1.72060093031308381E-03  1.73653126820901634E-03
+  1.75260777238219639E-03  1.76883178034886366E-03  1.78520464179762100E-03
+  1.80172771869897786E-03  1.81840238541585049E-03  1.83523002881503454E-03
+  1.85221204837965879E-03  1.86934985632262150E-03  1.88664487770102583E-03
+  1.90409855053161889E-03  1.92171232590723751E-03  1.93948766811427977E-03
+  1.95742605475120440E-03  1.97552897684805844E-03  1.99379793898707153E-03
+  2.01223445942427326E-03  2.03084007021220965E-03  2.04961631732370007E-03
+  2.06856476077669051E-03  2.08768697476019493E-03  2.10698454776133120E-03
+  2.12645908269346907E-03  2.14611219702549177E-03  2.16594552291217912E-03
+  2.18596070732573209E-03  2.20615941218844144E-03  2.22654331450650167E-03
+  2.24711410650499377E-03  2.26787349576404581E-03  2.28882320535615975E-03
+  2.30996497398473907E-03  2.33130055612382507E-03  2.35283172215902106E-03
+  2.37456025852965727E-03  2.39648796787218484E-03  2.41861666916479146E-03
+  2.44094819787328684E-03  2.46348440609823983E-03  2.48622716272338005E-03
+  2.50917835356530110E-03  2.53233988152441617E-03  2.55571366673725637E-03
+  2.57930164673004971E-03  2.60310577657363448E-03  2.62712802903970061E-03
+  2.65137039475838278E-03  2.67583488237718844E-03  2.70052351872130400E-03
+  2.72543834895527110E-03  2.75058143674604579E-03  2.77595486442745731E-03
+  2.80156073316607844E-03  2.82740116312849444E-03  2.85347829365002531E-03
+  2.87979428340487441E-03  2.90635131057772819E-03  2.93315157303682865E-03
+  2.96019728850850563E-03  2.98749069475320525E-03  3.01503404974300853E-03
+  3.04282963184066479E-03  3.07087973998013955E-03  3.09918669384869928E-03
+  3.12775283407052762E-03  3.15658052239191399E-03  3.18567214186799398E-03
+  3.21503009705107704E-03  3.24465681418056222E-03  3.27455474137446122E-03
+  3.30472634882252297E-03  3.33517412898100014E-03  3.36590059676905064E-03
+  3.39690828976678362E-03  3.42819976841498295E-03  3.45977761621648955E-03
+  3.49164443993929064E-03  3.52380286982129608E-03  3.55625555977683548E-03
+  3.58900518760488143E-03  3.62205445519901388E-03  3.65540608875912628E-03
+  3.68906283900491015E-03  3.72302748139111302E-03  3.75730281632457620E-03
+  3.79189166938309402E-03  3.82679689153608707E-03  3.86202135936708013E-03
+  3.89756797529805868E-03  3.93343966781566079E-03  3.96963939169924385E-03
+  4.00617012825083083E-03  4.04303488552696256E-03  4.08023669857244479E-03
+  4.11777862965603120E-03  4.15566376850803540E-03  4.19389523255989365E-03
+  4.23247616718571036E-03  4.27140974594574386E-03  4.31069917083190882E-03
+  4.35034767251529005E-03  4.39035851059565649E-03  4.43073497385301166E-03
+  4.47148038050121290E-03  4.51259807844360452E-03  4.55409144553078210E-03
+  4.59596388982040031E-03  4.63821884983910658E-03  4.68085979484658340E-03
+  4.72389022510173468E-03  4.76731367213098067E-03  4.81113369899875947E-03
+  4.85535390058017182E-03  4.89997790383582110E-03  4.94500936808885908E-03
+  4.99045198530423308E-03  5.03630948037019511E-03  5.08258561138200376E-03
+  5.12928416992795150E-03  5.17640898137760631E-03  5.22396390517237789E-03
+  5.27195283511837018E-03  5.32037969968155149E-03  5.36924846228526310E-03
+  5.41856312161006874E-03  5.46832771189596171E-03  5.51854630324695537E-03
+  5.56922300193804336E-03  5.62036195072459534E-03  5.67196732915413275E-03
+  5.72404335388056705E-03  5.77659427898087781E-03  5.82962439627422984E-03
+  5.88313803564359181E-03  5.93713956535984674E-03  5.99163339240837978E-03
+  6.04662396281820981E-03  6.10211576199364610E-03  6.15811331504848361E-03
+  6.21462118714277093E-03  6.27164398382215691E-03  6.32918635135981331E-03
+  6.38725297710095955E-03  6.44584858981003903E-03  6.50497796002048878E-03
+  6.56464590038715635E-03  6.62485726604141942E-03  6.68561695494891608E-03
+  6.74692990827003344E-03  6.80880111072303205E-03  6.87123559094992425E-03
+  6.93423842188507951E-03  6.99781472112654714E-03  7.06196965131017027E-03
+  7.12670842048644150E-03  7.19203628250014715E-03  7.25795853737281910E-03
+  7.32448053168798050E-03  7.39160765897921290E-03  7.45934536012108403E-03
+  7.52769912372287971E-03  7.59667448652523013E-03  7.66627703379959592E-03
+  7.73651239975063458E-03  7.80738626792146749E-03  7.87890437160187855E-03
+  7.95107249423936992E-03  8.02389646985323529E-03  8.09738218345150765E-03
+  8.17153557145089242E-03  8.24636262209967053E-03  8.32186937590357473E-03
+  8.39806192605463235E-03  8.47494641886305938E-03  8.55252905419210015E-03
+  8.63081608589593742E-03  8.70981382226060884E-03  8.78952862644797467E-03
+  8.86996691694271443E-03  8.95113516800240955E-03  9.03303991011067051E-03
+  9.11568773043336215E-03  9.19908527327790472E-03  9.28323924055564874E-03
+  9.36815639224739156E-03  9.45384354687195914E-03  9.54030758195794845E-03
+  9.62755543451855773E-03  9.71559410152957048E-03  9.80443064041046017E-03
+  9.89407216950863658E-03  9.98452586858688401E-03  1.00757989793138804E-02
+  1.01678988057579377E-02  1.02608327148838822E-02  1.03546081370530976E-02
+  1.04492325665267623E-02  1.05447135619722195E-02  1.06410587469725933E-02
+  1.07382758105395125E-02  1.08363725076290867E-02  1.09353566596609893E-02
+  1.10352361550408225E-02  1.11360189496855725E-02  1.12377130675523282E-02
+  1.13403266011701531E-02  1.14438677121751313E-02  1.15483446318486380E-02
+  1.16537656616587382E-02  1.17601391738048275E-02  1.18674736117653969E-02
+  1.19757774908490367E-02  1.20850593987484965E-02  1.21953279960980397E-02
+  1.23065920170338898E-02  1.24188602697578154E-02  1.25321416371039062E-02
+  1.26464450771084629E-02  1.27617796235830055E-02  1.28781543866904359E-02
+  1.29955785535242913E-02  1.31140613886910791E-02  1.32336122348957631E-02
+  1.33542405135302477E-02  1.34759557252649778E-02  1.35987674506435896E-02
+  1.37226853506805593E-02  1.38477191674619415E-02  1.39738787247490233E-02
+  1.41011739285850299E-02  1.42296147679047760E-02  1.43592113151472661E-02
+  1.44899737268712435E-02  1.46219122443735847E-02  1.47550371943106929E-02
+  1.48893589893226187E-02  1.50248881286601018E-02  1.51616351988144212E-02
+  1.52996108741500162E-02  1.54388259175398477E-02  1.55792911810034920E-02
+  1.57210176063479826E-02  1.58640162258112220E-02  1.60082981627081428E-02
+  1.61538746320793632E-02  1.63007569413424758E-02  1.64489564909458437E-02
+  1.65984847750248535E-02  1.67493533820606451E-02  1.69015739955413052E-02
+  1.70551583946252812E-02  1.72101184548073029E-02  1.73664661485863937E-02
+  1.75242135461362789E-02  1.76833728159778263E-02  1.78439562256537468E-02
+  1.80059761424052750E-02  1.81694450338509249E-02  1.83343754686671953E-02
+  1.85007801172711976E-02  1.86686717525051428E-02  1.88380632503225877E-02
+  1.90089675904764367E-02  1.91813978572086090E-02  1.93553672399412562E-02
+  1.95308890339696145E-02  1.97079766411561684E-02  1.98866435706263438E-02
+  2.00669034394654056E-02  2.02487699734166006E-02  2.04322570075805322E-02
+  2.06173784871155064E-02  2.08041484679389113E-02  2.09925811174295450E-02
+  2.11826907151306081E-02  2.13744916534535853E-02  2.15679984383826406E-02
+  2.17632256901796085E-02  2.19601881440893189E-02  2.21589006510454281E-02
+  2.23593781783762470E-02  2.25616358105108807E-02  2.27656887496852506E-02
+  2.29715523166480751E-02  2.31792419513666102E-02  2.33887732137320614E-02
+  2.36001617842644777E-02  2.38134234648171260E-02  2.40285741792801502E-02
+  2.42456299742832837E-02  2.44646070198977321E-02  2.46855216103368073E-02
+  2.49083901646553647E-02  2.51332292274477828E-02  2.53600554695444791E-02
+  2.55888856887066043E-02  2.58197368103190057E-02  2.60526258880810074E-02
+  2.62875701046951134E-02  2.65245867725533643E-02  2.67636933344211139E-02
+  2.70049073641181192E-02  2.72482465671967794E-02  2.74937287816172833E-02
+  2.77413719784195024E-02  2.79911942623914771E-02  2.82432138727342109E-02
+  2.84974491837226597E-02  2.87539187053626744E-02  2.90126410840436701E-02
+  2.92736351031867986E-02  2.95369196838884858E-02  2.98025138855590038E-02
+  3.00704369065559717E-02  3.03407080848122693E-02  3.06133468984586404E-02
+  3.08883729664401301E-02  3.11658060491265751E-02  3.14456660489166942E-02
+  3.17279730108354710E-02  3.20127471231246991E-02  3.23000087178262965E-02
+  3.25897782713582135E-02  3.28820764050825262E-02  3.31769238858655793E-02
+  3.34743416266297458E-02  3.37743506868964719E-02  3.40769722733205854E-02
+  3.43822277402150572E-02  3.46901385900664008E-02  3.50007264740401017E-02
+  3.53140131924756517E-02  3.56300206953711826E-02  3.59487710828570173E-02
+  3.62702866056579462E-02  3.65945896655438183E-02  3.69217028157681273E-02
+  3.72516487614940744E-02  3.75844503602079730E-02  3.79201306221191581E-02
+  3.82587127105466218E-02  3.86002199422913403E-02  3.89446757879943622E-02
+  3.92921038724798194E-02  3.96425279750826504E-02  3.99959720299608024E-02
+  4.03524601263909113E-02  4.07120165090473773E-02  4.10746655782644396E-02
+  4.14404318902803562E-02  4.18093401574638063E-02  4.21814152485211757E-02
+  4.25566821886852326E-02  4.29351661598837281E-02  4.33168925008879657E-02
+  4.37018867074408165E-02  4.40901744323630648E-02  4.44817814856382290E-02
+  4.48767338344748593E-02  4.52750576033458044E-02  4.56767790740039911E-02
+  4.60819246854738962E-02  4.64905210340182951E-02  4.69025948730795172E-02
+  4.73181731131946254E-02  4.77372828218839973E-02  4.81599512235123192E-02
+  4.85862056991216082E-02  4.90160737862356741E-02  4.94495831786347581E-02
+  4.98867617261002788E-02  5.03276374341287136E-02  5.07722384636136795E-02
+  5.12205931304959075E-02  5.16727299053797023E-02  5.21286774131158870E-02
+  5.25884644323497616E-02  5.30521198950337988E-02  5.35196728859037157E-02
+  5.39911526419177071E-02  5.44665885516573411E-02  5.49460101546899587E-02
+  5.54294471408909167E-02  5.59169293497254541E-02  5.64084867694891051E-02
+  5.69041495365051678E-02  5.74039479342793174E-02  5.79079123926094438E-02
+  5.84160734866502954E-02  5.89284619359319514E-02  5.94451086033305209E-02
+  5.99660444939910178E-02  6.04913007542003736E-02  6.10209086702103928E-02
+  6.15548996670087292E-02  6.20933053070376745E-02  6.26361572888591567E-02
+  6.31834874457643386E-02  6.37353277443280797E-02  6.42917102829055759E-02
+  6.48526672900708590E-02  6.54182311229958707E-02  6.59884342657684753E-02
+  6.65633093276487425E-02  6.71428890412618107E-02  6.77272062607261333E-02
+  6.83162939597160429E-02  6.89101852294571465E-02  6.95089132766527479E-02
+  7.01125114213411171E-02  7.07210130946808596E-02  7.13344518366640507E-02
+  7.19528612937549161E-02  7.25762752164532815E-02  7.32047274567807355E-02
+  7.38382519656885228E-02  7.44768827903853209E-02  7.51206540715832621E-02
+  7.57696000406611059E-02  7.64237550167428253E-02  7.70831534036893057E-02
+  7.77478296870025981E-02  7.84178184306405790E-02  7.90931542737400156E-02
+  7.97738719272470115E-02  8.04600061704524860E-02  8.11515918474312453E-02
+  8.18486638633830754E-02  8.25512571808734580E-02  8.32594068159725337E-02
+  8.39731478342908566E-02  8.46925153469085673E-02  8.54175445061979011E-02
+  8.61482705015361866E-02  8.68847285549071702E-02  8.76269539163892358E-02
+  8.83749818595280928E-02  8.91288476765924043E-02  8.98885866737096639E-02
+  9.06542341658805456E-02  9.14258254718697538E-02  9.22033959089714750E-02
+  9.29869807876457510E-02  9.37766154060258178E-02  9.45723350442927296E-02
+  9.53741749589150228E-02  9.61821703767520853E-02  9.69963564890176239E-02
+  9.78167684451023423E-02  9.86434413462521503E-02  9.94764102391001437E-02
+  1.00315710109050257E-01  1.01161375873509332E-01  1.02013442374965929E-01
+  1.02871944373912422E-01  1.03736916541609131E-01  1.04608393452686813E-01
+  1.05486409577585233E-01  1.06370999274825809E-01  1.07262196783114563E-01
+  1.08160036213273802E-01  1.09064551539999069E-01  1.09975776593439087E-01
+  1.10893745050595419E-01  1.11818490426540296E-01  1.12750046065447446E-01
+  1.13688445131435834E-01  1.14633720599221806E-01  1.15585905244576639E-01
+  1.16545031634587612E-01  1.17511132117718714E-01  1.18484238813668499E-01
+  1.19464383603021918E-01  1.20451598116693093E-01  1.21445913725155938E-01
+  1.22447361527460136E-01  1.23455972340027850E-01  1.24471776685230004E-01
+  1.25494804779737679E-01  1.26525086522645325E-01  1.27562651483363987E-01
+  1.28607528889279565E-01  1.29659747613173920E-01  1.30719336160405514E-01
+  1.31786322655845556E-01  1.32860734830567595E-01  1.33942600008285589E-01
+  1.35031945091539346E-01  1.36128796547620834E-01  1.37233180394241344E-01
+  1.38345122184933667E-01  1.39464646994186758E-01  1.40591779402309852E-01
+  1.41726543480021477E-01  1.42868962772761204E-01  1.44019060284719058E-01
+  1.45176858462581271E-01  1.46342379178986182E-01  1.47515643715689676E-01
+  1.48696672746433667E-01  1.49885486319516481E-01  1.51082103840060628E-01
+  1.52286544051974365E-01  1.53498825019603213E-01  1.54718964109069129E-01
+  1.55946977969291883E-01  1.57182882512690858E-01  1.58426692895562854E-01
+  1.59678423498132188E-01  1.60938087904269916E-01  1.62205698880879018E-01
+  1.63481268356940490E-01  1.64764807402218771E-01  1.66056326205622135E-01
+  1.67355834053213581E-01  1.68663339305870408E-01  1.69978849376588498E-01
+  1.71302370707426599E-01  1.72633908746089360E-01  1.73973467922143521E-01
+  1.75321051622865626E-01  1.76676662168717830E-01  1.78040300788445599E-01
+  1.79411967593799071E-01  1.80791661553870109E-01  1.82179380469044916E-01
+  1.83575120944567405E-01  1.84978878363710686E-01  1.86390646860554537E-01
+  1.87810419292363528E-01  1.89238187211565906E-01  1.90673940837326888E-01
+  1.92117669026718091E-01  1.93569359245473749E-01  1.95028997538338605E-01
+  1.96496568498998742E-01  1.97972055239596101E-01  1.99455439359822906E-01
+  2.00946700915593829E-01  2.02445818387294030E-01  2.03952768647600396E-01
+  2.05467526928873156E-01  2.06990066790118166E-01  2.08520360083514850E-01
+  2.10058376920510659E-01  2.11604085637478206E-01  2.13157452760935451E-01
+  2.14718442972325785E-01  2.16287019072358089E-01  2.17863141944904221E-01
+  2.19446770520453804E-01  2.21037861739125013E-01  2.22636370513231097E-01
+  2.24242249689400902E-01  2.25855450010254255E-01  2.27475920075631305E-01
+  2.29103606303374480E-01  2.30738452889666379E-01  2.32380401768919831E-01
+  2.34029392573223749E-01  2.35685362591343817E-01  2.37348246727278861E-01
+  2.39017977458374442E-01  2.40694484792995100E-01  2.42377696227755846E-01
+  2.44067536704315080E-01  2.45763928565732509E-01  2.47466791512389511E-01
+  2.49176042557480965E-01  2.50891595982075832E-01  2.52613363289751980E-01
+  2.54341253160808467E-01  2.56075171406057900E-01  2.57815020920203475E-01
+  2.59560701634803881E-01  2.61312110470832415E-01  2.63069141290833086E-01
+  2.64831684850678817E-01  2.66599628750940176E-01  2.68372857387865094E-01
+  2.70151251903981593E-01  2.71934690138324830E-01  2.73723046576299811E-01
+  2.75516192299182616E-01  2.77313994933272412E-01  2.79116318598697843E-01
+  2.80923023857889254E-01  2.82733967663724994E-01  2.84549003307359494E-01
+  2.86367980365746566E-01  2.88190744648862629E-01  2.90017138146645703E-01
+  2.91846998975659355E-01  2.93680161325491851E-01  2.95516455404904732E-01
+  2.97355707387742252E-01  2.99197739358615544E-01  3.01042369258374631E-01
+  3.02889410829382533E-01  3.04738673560606133E-01  3.06589962632540403E-01
+  3.08443078861980524E-01  3.10297818646656676E-01  3.12153973909754745E-01
+  3.14011332044332403E-01  3.15869675857655963E-01  3.17728783515472679E-01
+  3.19588428486239362E-01  3.21448379485328339E-01  3.23308400419230424E-01
+  3.25168250329777420E-01  3.27027683338405040E-01  3.28886448590483105E-01
+  3.30744290199729396E-01  3.32600947192739971E-01  3.34456153453655758E-01
+  3.36309637668992911E-01  3.38161123272663122E-01  3.40010328391212591E-01
+  3.41856965789307299E-01  3.43700742815491900E-01  3.45541361348254805E-01
+  3.47378517742428838E-01  3.49211902775959870E-01  3.51041201597072472E-01
+  3.52866093671870662E-01  3.54686252732404839E-01  3.56501346725240364E-01
+  3.58311037760563111E-01  3.60114982061860767E-01  3.61912829916214041E-01
+  3.63704225625240685E-01  3.65488807456727516E-01  3.67266207596993410E-01
+  3.69036052104024348E-01  3.70797960861423026E-01  3.72551547533212513E-01
+  3.74296419519545898E-01  3.76032177913359411E-01  3.77758417458020024E-01
+  3.79474726506011439E-01  3.81180686978709826E-01  3.82875874327296806E-01
+  3.84559857494858270E-01  3.86232198879724431E-01  3.87892454300098499E-01
+  3.89540172960032460E-01  3.91174897416797063E-01  3.92796163549709032E-01
+  3.94403500530467854E-01  3.95996430795058307E-01  3.97574470017280857E-01
+  3.99137127083965593E-01  4.00683904071932995E-01  4.02214296226761192E-01
+  4.03727791943423397E-01  4.05223872748857850E-01  4.06702013286537989E-01
+  4.08161681303101986E-01  4.09602337637116287E-01  4.11023436210034343E-01
+  4.12424424019423808E-01  4.13804741134527809E-01  4.15163820694233521E-01
+  4.16501088907520467E-01  4.17815965056457572E-01  4.19107861501825496E-01
+  4.20376183691438254E-01  4.21620330171238900E-01  4.22839692599246308E-01
+  4.24033655762428130E-01  4.25201597596582714E-01  4.26342889209303189E-01
+  4.27456894906108997E-01  4.28542972219821239E-01  4.29600471943265783E-01
+  4.30628738165385327E-01  4.31627108310844554E-01  4.32594913183210139E-01
+  4.33531477011792066E-01  4.34436117502232266E-01  4.35308145890918929E-01
+  4.36146867003325278E-01  4.36951579316349092E-01  4.37721575024744625E-01
+  4.38456140111735782E-01  4.39154554423896282E-01  4.39816091750388438E-01
+  4.40440019906647218E-01  4.41025600822600394E-01  4.41572090635515557E-01
+  4.42078739787561403E-01  4.42544793128177905E-01  4.42969490021338064E-01
+  4.43352064457801731E-01  4.43691745172442920E-01  4.43987755766747816E-01
+  4.44239314836568644E-01  4.44445636105226527E-01  4.44605928562053054E-01
+  4.44719396606458484E-01  4.44785240197619336E-01  4.44802655009867653E-01
+  4.44770832593879728E-01  4.44688960543742462E-01  4.44556222669991286E-01
+  4.44371799178701954E-01  4.44134866856724875E-01  4.43844599263142570E-01
+  4.43500166927038142E-01  4.43100737551653689E-01  4.42645476225022816E-01
+  4.42133545637153957E-01  4.41564106303845960E-01  4.40936316797213235E-01
+  4.40249333982991431E-01  4.39502313264703126E-01  4.38694408834752414E-01
+  4.37824773932518951E-01  4.36892561109519018E-01  4.35896922501699979E-01
+  4.34837010108931943E-01  4.33711976081756323E-01  4.32520973015451615E-01
+  4.31263154251470437E-01  4.29937674186302576E-01  4.28543688587813554E-01
+  4.27080354919103178E-01  4.25546832669932817E-01  4.23942283695758038E-01
+  4.22265872564403844E-01  4.20516766910416895E-01  4.18694137797123278E-01
+  4.16797160086416985E-01  4.14825012816300187E-01  4.12776879586193024E-01
+  4.10651948950023382E-01  4.08449414817107115E-01  4.06168476860817029E-01
+  4.03808340935043919E-01  4.01368219498436707E-01  3.98847332046413816E-01
+  3.96244905550922955E-01  3.93560174907927718E-01  3.90792383392589926E-01
+  3.87940783122112332E-01  3.85004635526196737E-01  3.81983211825070113E-01
+  3.78875793515022985E-01  3.75681672861396643E-01  3.72400153398945888E-01
+  3.69030550439504779E-01  3.65572191586868711E-01  3.62024417258796694E-01
+  3.58386581216036226E-01  3.54658051098260596E-01  3.50838208966800291E-01
+  3.46926451854042361E-01  3.42922192319362773E-01  3.38824859011446267E-01
+  3.34633897236841671E-01  3.30348769534586306E-01  3.25968956256729836E-01
+  3.21493956154571103E-01  3.16923286970416773E-01  3.12256486034656777E-01
+  3.07493110867940567E-01  3.02632739788232130E-01  2.97674972522503134E-01
+  2.92619430822817772E-01  2.87465759086551476E-01  2.82213624980469202E-01
+  2.76862720068380530E-01  2.71412760442077572E-01  2.65863487355246841E-01
+  2.60214667860034499E-01  2.54466095445931351E-01  2.48617590680633022E-01
+  2.42669001852515082E-01  2.36620205614349488E-01  2.30471107627879673E-01
+  2.24221643208851490E-01  2.17871777972088926E-01  2.11421508476188014E-01
+  2.04870862867385345E-01  1.98219901522149855E-01  1.91468717688027035E-01
+  1.84617438122252564E-01  1.77666223727637740E-01  1.70615270185215967E-01
+  1.63464808583123899E-01  1.56215106041175777E-01  1.48866466330578623E-01
+  1.41419230488216363E-01  1.33873777424924123E-01  1.26230524527148974E-01
+  1.18489928251392665E-01  1.10652484710805965E-01  1.02718730253297821E-01
+  9.46892420305058269E-02  8.65646385569616567E-02  7.83455802587723904E-02
+  7.00327700111249840E-02  6.16269536639087526E-02  5.31289205547385360E-02
+  4.45395040086485963E-02  3.58595818237161107E-02  2.70900767418625552E-02
+  1.82319569040685220E-02  9.28623628922903115E-03  2.53975135866093583E-04
+ -8.86371965409450679E-03 -1.80656941302832115E-02 -2.73507469283927017E-02
+ -3.67176289250467219E-02 -4.61650429138546065E-02 -5.56916433034807604E-02
+ -6.52960358385633322E-02 -7.49767773443194702E-02 -8.47323754956803288E-02
+ -9.45612886117979667E-02 -1.04461925476771272E-01 -1.14432645187435081E-01
+ -1.24471757029058716E-01 -1.34577520379796756E-01 -1.44748144644732513E-01
+ -1.54981789220350108E-01 -1.65276563490266176E-01 -1.75630526853046837E-01
+ -1.86041688782922127E-01 -1.96508008924209665E-01 -2.07027397220241105E-01
+ -2.17597714077574556E-01 -2.28216770566265020E-01 -2.38882328656947474E-01
+ -2.49592101495469648E-01 -2.60343753715797321E-01 -2.71134901791887761E-01
+ -2.81963114429215067E-01 -2.92825912996597992E-01 -3.03720771998963690E-01
+ -3.14645119591648259E-01 -3.25596338136812657E-01 -3.36571764802513718E-01
+ -3.47568692204950735E-01 -3.58584369094358424E-01 -3.69616001084996482E-01
+ -3.80660751429639399E-01 -3.91715741838934817E-01 -4.02778053345955234E-01
+ -4.13844727216229669E-01 -4.24912765903493861E-01 -4.35979134051349804E-01
+ -4.47040759540984156E-01 -4.58094534585039959E-01 -4.69137316867685172E-01
+ -4.80165930730872215E-01 -4.91177168406724651E-01 -5.02167791295935917E-01
+ -5.13134531291996376E-01 -5.24074092151028625E-01 -5.34983150906920168E-01
+ -5.45858359331413134E-01 -5.56696345438716822E-01 -5.67493715034177559E-01
+ -5.78247053306443992E-01 -5.88952926462527171E-01 -5.99607883405066322E-01
+ -6.10208457451061004E-01 -6.20751168091249861E-01 -6.31232522789258899E-01
+ -6.41649018819557826E-01 -6.51997145143215495E-01 -6.62273384320351988E-01
+ -6.72474214458135378E-01 -6.82596111193088051E-01 -6.92635549706408837E-01
+ -7.02589006770941604E-01 -7.12452962828351022E-01 -7.22223904095009139E-01
+ -7.31898324695016034E-01 -7.41472728818723614E-01 -7.50943632905058722E-01
+ -7.60307567845883825E-01 -7.69561081210564213E-01 -7.78700739488867200E-01
+ -7.87723130350228340E-01 -7.96624864917403253E-01 -8.05402580052434480E-01
+ -8.14052940652830292E-01 -8.22572641955793715E-01 -8.30958411848293665E-01
+ -8.39207013180728434E-01 -8.47315246081888018E-01 -8.55279950272873291E-01
+ -8.63098007377615106E-01 -8.70766343227583062E-01 -8.78281930158244628E-01
+ -8.85641789294834059E-01 -8.92842992824934401E-01 -8.99882666255377939E-01
+ -9.06757990650952306E-01 -9.13466204852381614E-01 -9.20004607671054631E-01
+ -9.26370560057955261E-01 -9.32561487244274012E-01 -9.38574880851149596E-01
+ -9.44408300966040559E-01 -9.50059378183207737E-01 -9.55525815605816509E-01
+ -9.60805390807200732E-01 -9.65895957748840850E-01 -9.70795448652649884E-01
+ -9.75501875825189546E-01 -9.80013333431486333E-01 -9.84327999216150218E-01
+ -9.88444136169560617E-01 -9.92360094136921611E-01 -9.96074311368053023E-01
+ -9.99585316005850433E-01 -1.00289172751138622E+00 -1.00599225802372527E+00
+ -1.00888571365257973E+00 -1.01157099570200093E+00 -1.01404710182339319E+00
+ -1.01631312709621979E+00 -1.01836826503483668E+00 -1.02021180852000515E+00
+ -1.02184315065370046E+00 -1.02326178553593983E+00 -1.02446730896244431E+00
+ -1.02545941904205495E+00 -1.02623791673290365E+00 -1.02680270629646930E+00
+ -1.02715379566872200E+00 -1.02729129674769548E+00 -1.02721542559689927E+00
+ -1.02692650256411522E+00 -1.02642495231522646E+00 -1.02571130378281206E+00
+ -1.02478619002938709E+00 -1.02365034802523636E+00 -1.02230461834093411E+00
+ -1.02074994475471215E+00 -1.01898737377498549E+00 -1.01701805407841639E+00
+ -1.01484323586402536E+00 -1.01246427012394147E+00 -1.00988260783151551E+00
+ -1.00709979904758340E+00 -1.00411749194579114E+00 -1.00093743175798822E+00
+ -9.97561459640769033E-01 -9.93991511464369482E-01 -9.90229616525163614E-01
+ -9.86277896183152092E-01 -9.82138562425867834E-01 -9.77813916360225077E-01
+ -9.73306346633920461E-01 -9.68618327788052125E-01 -9.63752418542706879E-01
+ -9.58711260017325984E-01 -9.53497573887724936E-01 -9.48114160481699941E-01
+ -9.42563896815213798E-01 -9.36849734571206905E-01 -9.30974698023110947E-01
+ -9.24941881905224195E-01 -9.18754449232103032E-01 -9.12415629069197931E-01
+ -9.05928714256973633E-01 -8.99297059090799045E-01 -8.92524076958899237E-01
+ -8.85613237940708342E-01 -8.78568066367954259E-01 -8.71392138350851275E-01
+ -8.64089079271760707E-01 -8.56662561248701993E-01 -8.49116300571109317E-01
+ -8.41454055110216093E-01 -8.33679621706456486E-01 -8.25796833536271868E-01
+ -8.17809557460701053E-01 -8.09721691358120554E-01 -8.01537161443502510E-01
+ -7.93259919576527306E-01 -7.84893940560887682E-01 -7.76443219437093046E-01
+ -7.67911768771063485E-01 -7.59303615940796317E-01 -7.50622800423337733E-01
+ -7.41873371084295075E-01 -7.33059383472080772E-01 -7.24184897119062421E-01
+ -7.15253972851757069E-01 -7.06270670112188581E-01 -6.97239044292486287E-01
+ -6.88163144084781186E-01 -6.79047008848420841E-01 -6.69894665996494498E-01
+ -6.60710128403620756E-01 -6.51497391836936890E-01 -6.42260432412171123E-01
+ -6.33003204076666215E-01 -6.23729636121184039E-01 -6.14443630722286360E-01
+ -6.05149060517057746E-01 -5.95849766211904552E-01 -5.86549554227131842E-01
+ -5.77252194378963579E-01 -5.67961417600652663E-01 -5.58680913704278193E-01
+ -5.49414329184815475E-01 -5.40165265068019096E-01 -5.30937274803635395E-01
+  END     
+   PHI    2 #phi(r), for phi(r)/r*Ylm)
+  0.00000000000000000E+00  1.74812313697380133E-07  3.51232819085247101E-07
+  5.29276310473747003E-07  7.08957718265387225E-07  8.90292110206857136E-07
+  1.07329469265234494E-06  1.25798081183845570E-06  1.44436595517088186E-06
+  1.63246575252290044E-06  1.82229597754580561E-06  2.01387254899140024E-06
+  2.20721153204664031E-06  2.40232913968056534E-06  2.59924173400360499E-06
+  2.79796582763939421E-06  2.99851808510919316E-06  3.20091532422905659E-06
+  3.40517451751983536E-06  3.61131279363014950E-06  3.81934743877245459E-06
+  4.02929589817230413E-06  4.24117577753094805E-06  4.45500484450137480E-06
+  4.67080103017793362E-06  4.88858243059964351E-06  5.10836730826734951E-06
+  5.33017409367480845E-06  5.55402138685385407E-06  5.77992795893380418E-06
+  6.00791275371515214E-06  6.23799488925779937E-06  6.47019365948382213E-06
+  6.70452853579502406E-06  6.94101916870536011E-06  7.17968538948833005E-06
+  7.42054721183959069E-06  7.66362483355478749E-06  7.90893863822287340E-06
+  8.15650919693494530E-06  8.40635727000883360E-06  8.65850380872953977E-06
+  8.91296995710566928E-06  9.16977705364201915E-06  9.42894663312847935E-06
+  9.69050042844535645E-06  9.95446037238532627E-06  1.02208485994921256E-05
+  1.04896874479161436E-05  1.07609994612870938E-05  1.10348073906038978E-05
+  1.13111341961419313E-05  1.15900030493778491E-05  1.18714373349320578E-05
+  1.21554606525290728E-05  1.24420968189759174E-05  1.27313698701586848E-05
+  1.30233040630574783E-05  1.33179238777798718E-05  1.36152540196130486E-05
+  1.39153194210948461E-05  1.42181452441038196E-05  1.45237568819685207E-05
+  1.48321799615961804E-05  1.51434403456209682E-05  1.54575641345719774E-05
+  1.57745776690611913E-05  1.60945075319915064E-05  1.64173805507851137E-05
+  1.67432237996323182E-05  1.70720646017610797E-05  1.74039305317273957E-05
+  1.77388494177267368E-05  1.80768493439267441E-05  1.84179586528213916E-05
+  1.87622059476067545E-05  1.91096200945786406E-05  1.94602302255522793E-05
+  1.98140657403042191E-05  2.01711563090367086E-05  2.05315318748647487E-05
+  2.08952226563259352E-05  2.12622591499134603E-05  2.16326721326323801E-05
+  2.20064926645793246E-05  2.23837520915460024E-05  2.27644820476465988E-05
+  2.31487144579693379E-05  2.35364815412524054E-05  2.39278158125845265E-05
+  2.43227500861303049E-05  2.47213174778806201E-05  2.51235514084283677E-05
+  2.55294856057696720E-05  2.59391541081308519E-05  2.63525912668213765E-05
+  2.67698317491130626E-05  2.71909105411457125E-05  2.76158629508595222E-05
+  2.80447246109543769E-05  2.84775314818763198E-05  2.89143198548316310E-05
+  2.93551263548284516E-05  2.97999879437464242E-05  3.02489419234345871E-05
+  3.07020259388376919E-05  3.11592779811512721E-05  3.16207363910057352E-05
+  3.20864398616796970E-05  3.25564274423428848E-05  3.30307385413287745E-05
+  3.35094129294374293E-05  3.39924907432685749E-05  3.44800124885853902E-05
+  3.49720190437091992E-05  3.54685516629453393E-05  3.59696519800405335E-05
+  3.64753620116720623E-05  3.69857241609689483E-05  3.75007812210656176E-05
+  3.80205763786880892E-05  3.85451532177731631E-05  3.90745557231209553E-05
+  3.96088282840809279E-05  4.01480156982717256E-05  4.06921631753354019E-05
+  4.12413163407259942E-05  4.17955212395328883E-05  4.23548243403394734E-05
+  4.29192725391171155E-05  4.34889131631549969E-05  4.40637939750260603E-05
+  4.46439631765893885E-05  4.52294694130293110E-05  4.58203617769317612E-05
+  4.64166898123979756E-05  4.70185035191960740E-05  4.76258533569506943E-05
+  4.82387902493712590E-05  4.88573655885190153E-05  4.94816312391132494E-05
+  5.01116395428772088E-05  5.07474433229237478E-05  5.13890958881815083E-05
+  5.20366510378616768E-05  5.26901630659656092E-05  5.33496867658343058E-05
+  5.40152774347391263E-05  5.46869908785152029E-05  5.53648834162370819E-05
+  5.60490118849375446E-05  5.67394336443695992E-05  5.74362065818123969E-05
+  5.81393891169212069E-05  5.88490402066218845E-05  5.95652193500505707E-05
+  6.02879865935384608E-05  6.10174025356425431E-05  6.17535283322226197E-05
+  6.24964257015646763E-05  6.32461569295517752E-05  6.40027848748820212E-05
+  6.47663729743347492E-05  6.55369852480849034E-05  6.63146863050664500E-05
+  6.70995413483847688E-05  6.78916161807790937E-05  6.86909772101348411E-05
+  6.94976914550468405E-05  7.03118265504334961E-05  7.11334507532024074E-05
+  7.19626329479684920E-05  7.27994426528240417E-05  7.36439500251622706E-05
+  7.44962258675540163E-05  7.53563416336786506E-05  7.62243694343093370E-05
+  7.71003820433533099E-05  7.79844529039476258E-05  7.88766561346108854E-05
+  7.97770665354515922E-05  8.06857595944332284E-05  8.16028114936971996E-05
+  8.25282991159437040E-05  8.34623000508711340E-05  8.44048926016747298E-05
+  8.53561557916049455E-05  8.63161693705859478E-05  8.72850138218948297E-05
+  8.82627703689024346E-05  8.92495209818758300E-05  9.02453483848433542E-05
+  9.12503360625225999E-05  9.22645682673122310E-05  9.32881300263477264E-05
+  9.43211071486222167E-05  9.53635862321724402E-05  9.64156546713308498E-05
+  9.74774006640441671E-05  9.85489132192593335E-05  9.96302821643770751E-05
+  1.00721598152774097E-04  1.01822952671393977E-04  1.02934438048408393E-04
+  1.04056147460947920E-04  1.05188174942904506E-04  1.06330615392805013E-04
+  1.07483564581757607E-04  1.08647119161470288E-04  1.09821376672344009E-04
+  1.11006435551639366E-04  1.12202395141718575E-04  1.13409355698363001E-04
+  1.14627418399166955E-04  1.15856685352008933E-04  1.17097259603600004E-04
+  1.18349245148111285E-04  1.19612746935880069E-04  1.20887870882196351E-04
+  1.22174723876169387E-04  1.23473413789676408E-04  1.24784049486392784E-04
+  1.26106740830905426E-04  1.27441598697909745E-04  1.28788734981490858E-04
+  1.30148262604490441E-04  1.31520295527958755E-04  1.32904948760694208E-04
+  1.34302338368870049E-04  1.35712581485749353E-04  1.37135796321489497E-04
+  1.38572102173036037E-04  1.40021619434107841E-04  1.41484469605274009E-04
+  1.42960775304122362E-04  1.44450660275522125E-04  1.45954249401980573E-04
+  1.47471668714094255E-04  1.49003045401096439E-04  1.50548507821501724E-04
+  1.52108185513847259E-04  1.53682209207533333E-04  1.55270710833763537E-04
+  1.56873823536584332E-04  1.58491681684026715E-04  1.60124420879350130E-04
+  1.61772177972388829E-04  1.63435091071002759E-04  1.65113299552633610E-04
+  1.66806944075966384E-04  1.68516166592698414E-04  1.70241110359415900E-04
+  1.71981919949579627E-04  1.73738741265620604E-04  1.75511721551146273E-04
+  1.77301009403259139E-04  1.79106754784988094E-04  1.80929109037833614E-04
+  1.82768224894428176E-04  1.84624256491313011E-04  1.86497359381831111E-04
+  1.88387690549139637E-04  1.90295408419340577E-04  1.92220672874732630E-04
+  1.94163645267183562E-04  1.96124488431626438E-04  1.98103366699678337E-04
+  2.00100445913384679E-04  2.02115893439089555E-04  2.04149878181432372E-04
+  2.06202570597473813E-04  2.08274142710950498E-04  2.10364768126660850E-04
+  2.12474622044982349E-04  2.14603881276522195E-04  2.16752724256901916E-04
+  2.18921331061677570E-04  2.21109883421396786E-04  2.23318564736793617E-04
+  2.25547560094122788E-04  2.27797056280634193E-04  2.30067241800189116E-04
+  2.32358306889020246E-04  2.34670443531634923E-04  2.37003845476864986E-04
+  2.39358708254063370E-04  2.41735229189448943E-04  2.44133607422601125E-04
+  2.46554043923105887E-04  2.48996741507353321E-04  2.51461904855490147E-04
+  2.53949740528526904E-04  2.56460456985601833E-04  2.58994264601402875E-04
+  2.61551375683749575E-04  2.64132004491334860E-04  2.66736367251631235E-04
+  2.69364682178958523E-04  2.72017169492718954E-04  2.74694051435798352E-04
+  2.77395552293135809E-04  2.80121898410463466E-04  2.82873318213218092E-04
+  2.85650042225625046E-04  2.88452303089957777E-04  2.91280335585972954E-04
+  2.94134376650523365E-04  2.97014665397351868E-04  2.99921443137063587E-04
+  3.02854953397283834E-04  3.05815441942998661E-04  3.08803156797082172E-04
+  3.11818348261010960E-04  3.14861268935769860E-04  3.17932173742946182E-04
+  3.21031319946019815E-04  3.24158967171846093E-04  3.27315377432335771E-04
+  3.30500815146333039E-04  3.33715547161695129E-04  3.36959842777570832E-04
+  3.40233973766885872E-04  3.43538214399032710E-04  3.46872841462766513E-04
+  3.50238134289312800E-04  3.53634374775684630E-04  3.57061847408213738E-04
+  3.60520839286296627E-04  3.64011640146357385E-04  3.67534542386030601E-04
+  3.71089841088563771E-04  3.74677834047444029E-04  3.78298821791249690E-04
+  3.81953107608728223E-04  3.85640997574103971E-04  3.89362800572616856E-04
+  3.93118828326295331E-04  3.96909395419963189E-04  4.00734819327484956E-04
+  4.04595420438251595E-04  4.08491522083906735E-04  4.12423450565317998E-04
+  4.16391535179794475E-04  4.20396108248552881E-04  4.24437505144434097E-04
+  4.28516064319872496E-04  4.32632127335122929E-04  4.36786038886741960E-04
+  4.40978146836332066E-04  4.45208802239546329E-04  4.49478359375359449E-04
+  4.53787175775604396E-04  4.58135612254779621E-04  4.62524032940128129E-04
+  4.66952805301990806E-04  4.71422300184437244E-04  4.75932891836174880E-04
+  4.80484957941742033E-04  4.85078879652983707E-04  4.89715041620815352E-04
+  4.94393832027276050E-04  4.99115642617874991E-04  5.03880868734231206E-04
+  5.08689909347012832E-04  5.13543167089174839E-04  5.18441048289501757E-04
+  5.23383963006454731E-04  5.28372325062328118E-04  5.33406552077716600E-04
+  5.38487065506296388E-04  5.43614290669925076E-04  5.48788656794058950E-04
+  5.54010597043494684E-04  5.59280548558437171E-04  5.64598952490893047E-04
+  5.69966254041399446E-04  5.75382902496085393E-04  5.80849351264069408E-04
+  5.86366057915201663E-04  5.91933484218145289E-04  5.97552096178807540E-04
+  6.03222364079120631E-04  6.08944762516173076E-04  6.14719770441700896E-04
+  6.20547871201935293E-04  6.26429552577814630E-04  6.32365306825560911E-04
+  6.38355630717628146E-04  6.44401025584020321E-04  6.50501997353986343E-04
+  6.56659056598095652E-04  6.62872718570693079E-04  6.69143503252744463E-04
+  6.75471935395067580E-04  6.81858544561959250E-04  6.88303865175217519E-04
+  6.94808436558563163E-04  7.01372802982467864E-04  7.07997513709387235E-04
+  7.14683123039405949E-04  7.21430190356296816E-04  7.28239280174000311E-04
+  7.35110962183523693E-04  7.42045811300266972E-04  7.49044407711782446E-04
+  7.56107336925959249E-04  7.63235189819655240E-04  7.70428562687763981E-04
+  7.77688057292729600E-04  7.85014280914511056E-04  7.92407846400998081E-04
+  7.99869372218887584E-04  8.07399482505017372E-04  8.14998807118172690E-04
+  8.22667981691352465E-04  8.30407647684520403E-04  8.38218452437826736E-04
+  8.46101049225314941E-04  8.54056097309117751E-04  8.62084261994139865E-04
+  8.70186214683239942E-04  8.78362632932911422E-04  8.86614200509467515E-04
+  8.94941607445735214E-04  9.03345550098264309E-04  9.11826731205051823E-04
+  9.20385859943791650E-04  9.29023651990651639E-04  9.37740829579579568E-04
+  9.46538121562150343E-04  9.55416263467951613E-04  9.64375997565517342E-04
+  9.73418072923811287E-04  9.82543245474269168E-04  9.91752278073399201E-04
+  1.00104594056595053E-03  1.01042500984865153E-03  1.01989026993452555E-03
+  1.02944251201778796E-03  1.03908253453932771E-03  1.04881114325278265E-03
+  1.05862915129121171E-03  1.06853737923436813E-03  1.07853665517658069E-03
+  1.08862781479524798E-03  1.09881170141995152E-03  1.10908916610219163E-03
+  1.11946106768575347E-03  1.12992827287770946E-03  1.14049165632005710E-03
+  1.15115210066200858E-03  1.16191049663292982E-03  1.17276774311593805E-03
+  1.18372474722215951E-03  1.19478242436566384E-03  1.20594169833906461E-03
+  1.21720350138980623E-03  1.22856877429713940E-03  1.24003846644978478E-03
+  1.25161353592430076E-03  1.26329494956415309E-03  1.27508368305949806E-03
+  1.28698072102768424E-03  1.29898705709447621E-03  1.31110369397600913E-03
+  1.32333164356148564E-03  1.33567192699660564E-03  1.34812557476775741E-03
+  1.36069362678695833E-03  1.37337713247755850E-03  1.38617715086071969E-03
+  1.39909475064266611E-03  1.41213101030272055E-03  1.42528701818212824E-03
+  1.43856387257368227E-03  1.45196268181214971E-03  1.46548456436551133E-03
+  1.47913064892701580E-03  1.49290207450806438E-03  1.50679999053192327E-03
+  1.52082555692827776E-03  1.53497994422863594E-03  1.54926433366258417E-03
+  1.56367991725490300E-03  1.57822789792355753E-03  1.59290948957855759E-03
+  1.60772591722171238E-03  1.62267841704726609E-03  1.63776823654344559E-03
+  1.65299663459490603E-03  1.66836488158609198E-03  1.68387425950553330E-03
+  1.69952606205105942E-03  1.71532159473596502E-03  1.73126217499611256E-03
+  1.74734913229799746E-03  1.76358380824777772E-03  1.77996755670127419E-03
+  1.79650174387494910E-03  1.81318774845788244E-03  1.83002696172473458E-03
+  1.84702078764972582E-03  1.86417064302162559E-03  1.88147795755976856E-03
+  1.89894417403109689E-03  1.91657074836825759E-03  1.93435914978873466E-03
+  1.95231086091504809E-03  1.97042737789602639E-03  1.98871021052914650E-03
+  2.00716088238396583E-03  2.02578093092665957E-03  2.04457190764563814E-03
+  2.06353537817831074E-03  2.08267292243895230E-03  2.10198613474770965E-03
+  2.12147662396075781E-03  2.14114601360159990E-03  2.16099594199353675E-03
+  2.18102806239330992E-03  2.20124404312592144E-03  2.22164556772065386E-03
+  2.24223433504829690E-03  2.26301205945956966E-03  2.28398047092478801E-03
+  2.30514131517475102E-03  2.32649635384288159E-03  2.34804736460861307E-03
+  2.36979614134205305E-03  2.39174449424990783E-03  2.41389425002270976E-03
+  2.43624725198333123E-03  2.45880536023681141E-03  2.48157045182150360E-03
+  2.50454442086155181E-03  2.52772917872070776E-03  2.55112665415750369E-03
+  2.57473879348178638E-03  2.59856756071263212E-03  2.62261493773764459E-03
+  2.64688292447365185E-03  2.67137353902881149E-03  2.69608881786614733E-03
+  2.72103081596850776E-03  2.74620160700497730E-03  2.77160328349874757E-03
+  2.79723795699645186E-03  2.82310775823898467E-03  2.84921483733381652E-03
+  2.87556136392881113E-03  2.90214952738757602E-03  2.92898153696632057E-03
+  2.95605962199227846E-03  2.98338603204367390E-03  3.01096303713127436E-03
+  3.03879292788149930E-03  3.06687801572115473E-03  3.09522063306374735E-03
+  3.12382313349744267E-03  3.15268789197464859E-03  3.18181730500324139E-03
+  3.21121379083946345E-03  3.24087978968249464E-03  3.27081776387069985E-03
+  3.30103019807959737E-03  3.33151959952152727E-03  3.36228849814705589E-03
+  3.39333944684813140E-03  3.42467502166298073E-03  3.45629782198279400E-03
+  3.48821047076018588E-03  3.52041561471945659E-03  3.55291592456867663E-03
+  3.58571409521359725E-03  3.61881284597339063E-03  3.65221492079827181E-03
+  3.68592308848898200E-03  3.71994014291815445E-03  3.75426890325359719E-03
+  3.78891221418348537E-03  3.82387294614348373E-03  3.85915399554582778E-03
+  3.89475828501036330E-03  3.93068876359756094E-03  3.96694840704353395E-03
+  4.00354021799706992E-03  4.04046722625866876E-03  4.07773248902164494E-03
+  4.11533909111527155E-03  4.15329014525001559E-03  4.19158879226484531E-03
+  4.23023820137665655E-03  4.26924157043180943E-03  4.30860212615982209E-03
+  4.34832312442919901E-03  4.38840785050544687E-03  4.42885961931127701E-03
+  4.46968177568899880E-03  4.51087769466515780E-03  4.55245078171738742E-03
+  4.59440447304354255E-03  4.63674223583309189E-03  4.67946756854080090E-03
+  4.72258400116272459E-03  4.76609509551451961E-03  4.81000444551211732E-03
+  4.85431567745473174E-03  4.89903245031026932E-03  4.94415845600310998E-03
+  4.98969741970431944E-03  5.03565310012428838E-03  5.08202928980781756E-03
+  5.12882981543167239E-03  5.17605853810462410E-03  5.22371935366998819E-03
+  5.27181619301069198E-03  5.32035302235688273E-03  5.36933384359608926E-03
+  5.41876269458596224E-03  5.46864364946962091E-03  5.51898081899358708E-03
+  5.56977835082839157E-03  5.62104042989180173E-03  5.67277127867473353E-03
+  5.72497515756985667E-03  5.77765636520289998E-03  5.83081923876669055E-03
+  5.88446815435794690E-03  5.93860752731682935E-03  5.99324181256928254E-03
+  6.04837550497218553E-03  6.10401313966132432E-03  6.16015929240220847E-03
+  6.21681857994375864E-03  6.27399566037488247E-03  6.33169523348393101E-03
+  6.38992204112112227E-03  6.44868086756386107E-03  6.50797653988505458E-03
+  6.56781392832441607E-03  6.62819794666273405E-03  6.68913355259922234E-03
+  6.75062574813187644E-03  6.81267957994088728E-03  6.87530013977518360E-03
+  6.93849256484202828E-03  7.00226203819978837E-03  7.06661378915381892E-03
+  7.13155309365551791E-03  7.19708527470457656E-03  7.26321570275444053E-03
+  7.32994979612098651E-03  7.39729302139445228E-03  7.46525089385465055E-03
+  7.53382897788944499E-03  7.60303288741655519E-03  7.67286828630868879E-03
+  7.74334088882203554E-03  7.81445646002810503E-03  7.88622081624899308E-03
+  7.95863982549603090E-03  8.03171940791188449E-03  8.10546553621610544E-03
+  8.17988423615416231E-03  8.25498158694996931E-03  8.33076372176189822E-03
+  8.40723682814238128E-03  8.48440714850103549E-03  8.56228098057136393E-03
+  8.64086467788109311E-03  8.72016465022607684E-03  8.80018736414787082E-03
+  8.88093934341497269E-03  8.96242716950770846E-03  9.04465748210687114E-03
+  9.12763697958602488E-03  9.21137241950759425E-03  9.29587061912268142E-03
+  9.38113845587468242E-03  9.46718286790671458E-03  9.55401085457281869E-03
+  9.64162947695307651E-03  9.73004585837249254E-03  9.81926718492385359E-03
+  9.90930070599441333E-03  1.00001537347965182E-02  1.00918336489021990E-02
+  1.01843478907816844E-02  1.02777039683458870E-02  1.03719094554929111E-02
+  1.04669719926585563E-02  1.05628992873708395E-02  1.06596991148086070E-02
+  1.07573793183641710E-02  1.08559478102100461E-02  1.09554125718698079E-02
+  1.10557816547930485E-02  1.11570631809344741E-02  1.12592653433371877E-02
+  1.13623964067200833E-02  1.14664647080694945E-02  1.15714786572350091E-02
+  1.16774467375295159E-02  1.17843775063335085E-02  1.18922795957036136E-02
+  1.20011617129853840E-02  1.21110326414304408E-02  1.22219012408178122E-02
+  1.23337764480796926E-02  1.24466672779314363E-02  1.25605828235059846E-02
+  1.26755322569925451E-02  1.27915248302797446E-02  1.29085698756030917E-02
+  1.30266768061968637E-02  1.31458551169504109E-02  1.32661143850688439E-02
+  1.33874642707381870E-02  1.35099145177949506E-02  1.36334749544001713E-02
+  1.37581554937178940E-02  1.38839661345981618E-02  1.40109169622644348E-02
+  1.41390181490055403E-02  1.42682799548721085E-02  1.43987127283775017E-02
+  1.45303269072032688E-02  1.46631330189091330E-02  1.47971416816474761E-02
+  1.49323636048823410E-02  1.50688095901130303E-02  1.52064905316021907E-02
+  1.53454174171084728E-02  1.54856013286237063E-02  1.56270534431146406E-02
+  1.57697850332692395E-02  1.59138074682475296E-02  1.60591322144369893E-02
+  1.62057708362125033E-02  1.63537349967008451E-02  1.65030364585497039E-02
+  1.66536870847013192E-02  1.68056988391705568E-02  1.69590837878276189E-02
+  1.71138540991852342E-02  1.72700220451903405E-02  1.74276000020203575E-02
+  1.75866004508839560E-02  1.77470359788262852E-02  1.79089192795387001E-02
+  1.80722631541730440E-02  1.82370805121602718E-02  1.84033843720336522E-02
+  1.85711878622563248E-02  1.87405042220533079E-02  1.89113468022479719E-02
+  1.90837290661028357E-02  1.92576645901646921E-02  1.94331670651142312E-02
+  1.96102502966198980E-02  1.97889282061960679E-02  1.99692148320655266E-02
+  2.01511243300261933E-02  2.03346709743220944E-02  2.05198691585185451E-02
+  2.07067333963815228E-02  2.08952783227611093E-02  2.10855186944792043E-02
+  2.12774693912211356E-02  2.14711454164314385E-02  2.16665618982136224E-02
+  2.18637340902338960E-02  2.20626773726288264E-02  2.22634072529168704E-02
+  2.24659393669137848E-02  2.26702894796518076E-02  2.28764734863026210E-02
+  2.30845074131039926E-02  2.32944074182901070E-02  2.35061897930254581E-02
+  2.37198709623422585E-02  2.39354674860814756E-02  2.41529960598371278E-02
+  2.43724735159040265E-02  2.45939168242289112E-02  2.48173430933646202E-02
+  2.50427695714276373E-02  2.52702136470586147E-02  2.54996928503859813E-02
+  2.57312248539924952E-02  2.59648274738846600E-02  2.62005186704649777E-02
+  2.64383165495068843E-02  2.66782393631322980E-02  2.69203055107917824E-02
+  2.71645335402471121E-02  2.74109421485562027E-02  2.76595501830602941E-02
+  2.79103766423733357E-02  2.81634406773734088E-02  2.84187615921961678E-02
+  2.86763588452300135E-02  2.89362520501131280E-02  2.91984609767320588E-02
+  2.94630055522218555E-02  2.97299058619675781E-02  2.99991821506070885E-02
+  3.02708548230349109E-02  3.05449444454072225E-02  3.08214717461475635E-02
+  3.11004576169534447E-02  3.13819231138033755E-02  3.16658894579645370E-02
+  3.19523780370004479E-02  3.22414104057791584E-02  3.25330082874810758E-02
+  3.28271935746068319E-02  3.31239883299847132E-02  3.34234147877775917E-02
+  3.37254953544891822E-02  3.40302526099693289E-02  3.43377093084184237E-02
+  3.46478883793904374E-02  3.49608129287945074E-02  3.52765062398950127E-02
+  3.55949917743096575E-02  3.59162931730056117E-02  3.62404342572933552E-02
+  3.65674390298180579E-02  3.68973316755482686E-02  3.72301365627615982E-02
+  3.75658782440273162E-02  3.79045814571855114E-02  3.82462711263226035E-02
+  3.85909723627429341E-02  3.89387104659362493E-02  3.92895109245407076E-02
+  3.96433994173011547E-02  4.00004018140225209E-02  4.03605441765178957E-02
+  4.07238527595510727E-02  4.10903540117733210E-02  4.14600745766539117E-02
+  4.18330412934042120E-02  4.22092811978950558E-02  4.25888215235670844E-02
+  4.29716897023335528E-02  4.33579133654753077E-02  4.37475203445279737E-02
+  4.41405386721602996E-02  4.45369965830439973E-02  4.49369225147141921E-02
+  4.53403451084204712E-02  4.57472932099678362E-02  4.61577958705473648E-02
+  4.65718823475562704E-02  4.69895821054065466E-02  4.74109248163222877E-02
+  4.78359403611249567E-02  4.82646588300059895E-02  4.86971105232869156E-02
+  4.91333259521657406E-02  4.95733358394499293E-02  5.00171711202747685E-02
+  5.04648629428071580E-02  5.09164426689340394E-02  5.13719418749352050E-02
+  5.18313923521397449E-02  5.22948261075655702E-02  5.27622753645420398E-02
+  5.32337725633141162E-02  5.37093503616284523E-02  5.41890416353004375E-02
+  5.46728794787614894E-02  5.51608972055864094E-02  5.56531283489996934E-02
+  5.61496066623606085E-02  5.66503661196260805E-02  5.71554409157912641E-02
+  5.76648654673062172E-02  5.81786744124690308E-02  5.86969026117941939E-02
+  5.92195851483554095E-02  5.97467573281027023E-02  6.02784546801521243E-02
+  6.08147129570486486E-02  6.13555681350001977E-02  6.19010564140830138E-02
+  6.24512142184170671E-02  6.30060781963107802E-02  6.35656852203745071E-02
+  6.41300723876015721E-02  6.46992770194165373E-02  6.52733366616891492E-02
+  6.58522890847138692E-02  6.64361722831535023E-02  6.70250244759461739E-02
+  6.76188841061750312E-02  6.82177898408993649E-02  6.88217805709464281E-02
+  6.94308954106626630E-02  7.00451736976240580E-02  7.06646549923035106E-02
+  7.12893790776953223E-02  7.19193859588951045E-02  7.25547158626340671E-02
+  7.31954092367671505E-02  7.38415067497128208E-02  7.44930492898447927E-02
+  7.51500779648332784E-02  7.58126341009356386E-02  7.64807592422342419E-02
+  7.71544951498214782E-02  7.78338838009294126E-02  7.85189673880041655E-02
+  7.92097883177225182E-02  7.99063892099504680E-02  8.06088128966419293E-02
+  8.13171024206759546E-02  8.20313010346320204E-02  8.27514521995010577E-02
+  8.34775995833313827E-02  8.42097870598081527E-02  8.49480587067641957E-02
+  8.56924588046217017E-02  8.64430318347627069E-02  8.71998224778268022E-02
+  8.79628756119349153E-02  8.87322363108370288E-02  8.95079498419832226E-02
+  9.02900616645146842E-02  9.10786174271751708E-02  9.18736629661395798E-02
+  9.26752443027587247E-02  9.34834076412182219E-02  9.42981993661100582E-02
+  9.51196660399147853E-02  9.59478544003927042E-02  9.67828113578816929E-02
+  9.76245839925009434E-02  9.84732195512574848E-02  9.93287654450535490E-02
+  1.00191269245594641E-01  1.01060778682193431E-01  1.01937341638470347E-01
+  1.02821006148946417E-01  1.03711820395527773E-01  1.04609832703879246E-01
+  1.05515091539684608E-01  1.06427645504791835E-01  1.07347543333240675E-01
+  1.08274833887170324E-01  1.09209566152605575E-01  1.10151789235118036E-01
+  1.11101552355360789E-01  1.12058904844474144E-01  1.13023896139359717E-01
+  1.13996575777820422E-01  1.14976993393564250E-01  1.15965198711068612E-01
+  1.16961241540303421E-01  1.17965171771309899E-01  1.18977039368632437E-01
+  1.19996894365601528E-01  1.21024786858463240E-01  1.22060767000354828E-01
+  1.23104884995122357E-01  1.24157191090977351E-01  1.25217735573990352E-01
+  1.26286568761417944E-01  1.27363740994860447E-01  1.28449302633247553E-01
+  1.29543304045648205E-01  1.30645795603902465E-01  1.31756827675072269E-01
+  1.32876450613706176E-01  1.34004714753918036E-01  1.35141670401273367E-01
+  1.36287367824482253E-01  1.37441857246894117E-01  1.38605188837791687E-01
+  1.39777412703480930E-01  1.40958578878172897E-01  1.42148737314654411E-01
+  1.43347937874744286E-01  1.44556230319530715E-01  1.45773664299387901E-01
+  1.47000289343765439E-01  1.48236154850750201E-01  1.49481310076394314E-01
+  1.50735804123807160E-01  1.51999685932006051E-01  1.53273004264523560E-01
+  1.54555807697765862E-01  1.55848144609119499E-01  1.57150063164801818E-01
+  1.58461611307451067E-01  1.59782836743453532E-01  1.61113786930000169E-01
+  1.62454509061873115E-01  1.63805050057954676E-01  1.65165456547455236E-01
+  1.66535774855856855E-01  1.67916050990566945E-01  1.69306330626278700E-01
+  1.70706659090033241E-01  1.72117081345979472E-01  1.73537641979826573E-01
+  1.74968385182986186E-01  1.76409354736397017E-01  1.77860593994030425E-01
+  1.79322145866070148E-01  1.80794052801762445E-01  1.82276356771931797E-01
+  1.83769099251157308E-01  1.85272321199605572E-01  1.86786063044514505E-01
+  1.88310364661323532E-01  1.89845265354446263E-01  1.91390803837678786E-01
+  1.92947018214241095E-01  1.94513945956443918E-01  1.96091623884978722E-01
+  1.97680088147824340E-01  1.99279374198765236E-01  2.00889516775517030E-01
+  2.02510549877453511E-01  2.04142506742930385E-01  2.05785419826200994E-01
+  2.07439320773918134E-01  2.09104240401216640E-01  2.10780208667373986E-01
+  2.12467254651038828E-01  2.14165406525027940E-01  2.15874691530682339E-01
+  2.17595135951779040E-01  2.19326765087992259E-01  2.21069603227900424E-01
+  2.22823673621531965E-01  2.24588998452445066E-01  2.26365598809337376E-01
+  2.28153494657178768E-01  2.29952704807862340E-01  2.31763246890370478E-01
+  2.33585137320445752E-01  2.35418391269767407E-01  2.37263022634624177E-01
+  2.39119044004079628E-01  2.40986466627624685E-01  2.42865300382312105E-01
+  2.44755553739368192E-01  2.46657233730275649E-01  2.48570345912323798E-01
+  2.50494894333619433E-01  2.52430881497556547E-01  2.54378308326734304E-01
+  2.56337174126324729E-01  2.58307476546881021E-01  2.60289211546583465E-01
+  2.62282373352916598E-01  2.64286954423775255E-01  2.66302945407992986E-01
+  2.68330335105288642E-01  2.70369110425627279E-01  2.72419256347990080E-01
+  2.74480755878551197E-01  2.76553590008251637E-01  2.78637737669774010E-01
+  2.80733175693907488E-01  2.82839878765302921E-01  2.84957819377611610E-01
+  2.87086967788005742E-01  2.89227291971076717E-01  2.91378757572107294E-01
+  2.93541327859713985E-01  2.95714963677857712E-01  2.97899623397217928E-01
+  3.00095262865930024E-01  3.02301835359678528E-01  3.04519291531149261E-01
+  3.06747579358833566E-01  3.08986644095184448E-01  3.11236428214122673E-01
+  3.13496871357888840E-01  3.15767910283242914E-01  3.18049478807007124E-01
+  3.20341507750952104E-01  3.22643924886025502E-01  3.24956654875922180E-01
+  3.27279619219993601E-01  3.29612736195499412E-01  3.31955920799198556E-01
+  3.34309084688281688E-01  3.36672136120643839E-01  3.39044979894499665E-01
+  3.41427517287341942E-01  3.43819645994243861E-01  3.46221260065508019E-01
+  3.48632249843663589E-01  3.51052501899814517E-01  3.53481898969339181E-01
+  3.55920319886949776E-01  3.58367639521108339E-01  3.60823728707808822E-01
+  3.63288454183726628E-01  3.65761678518739974E-01  3.68243260047830701E-01
+  3.70733052802366292E-01  3.73230906440773058E-01  3.75736666178604184E-01
+  3.78250172718009037E-01  3.80771262176615888E-01  3.83299766015827770E-01
+  3.85835510968547513E-01  3.88378318966337621E-01  3.90928007066022654E-01
+  3.93484387375748423E-01  3.96047266980504187E-01  3.98616447867120804E-01
+  4.01191726848759478E-01  4.03772895488896000E-01  4.06359740024822169E-01
+  4.08952041290672696E-01  4.11549574639989535E-01  4.14152109867847562E-01
+  4.16759411132547553E-01  4.19371236876898423E-01  4.21987339749103574E-01
+  4.24607466523270749E-01  4.27231358019561247E-01  4.29858749024000841E-01
+  4.32489368207969793E-01  4.35122938047395214E-01  4.37759174741665424E-01
+  4.40397788132291412E-01  4.43038481621333358E-01  4.45680952089625382E-01
+  4.48324889814814165E-01  4.50969978389244575E-01  4.53615894637715289E-01
+  4.56262308535134720E-01  4.58908883124103550E-01  4.61555274432457974E-01
+  4.64201131390798660E-01  4.66846095750042378E-01  4.69489801999029677E-01
+  4.72131877282214452E-01  4.74771941317483015E-01  4.77409606314127710E-01
+  4.80044476891019645E-01  4.82676149995014514E-01  4.85304214819634039E-01
+  4.87928252724061873E-01  4.90547837152496946E-01  4.93162533553906879E-01
+  4.95771899302225538E-01  4.98375483617043646E-01  5.00972827484830630E-01
+  5.03563463580747772E-01  5.06146916191092977E-01  5.08722701136431810E-01
+  5.11290325695464509E-01  5.13849288529687254E-01  5.16399079608896194E-01
+  5.18939180137594436E-01  5.21469062482359691E-01  5.23988190100229012E-01
+  5.26496017468162769E-01  5.28991990013652158E-01  5.31475544046526527E-01
+  5.33946106692033462E-01  5.36403095825254139E-01  5.38845920006920442E-01
+  5.41273978420706237E-01  5.43686660812061073E-01  5.46083347428662491E-01
+  5.48463408962554855E-01  5.50826206494058446E-01  5.53171091437517193E-01
+  5.55497405488972307E-01  5.57804480575833872E-01  5.60091638808639991E-01
+  5.62358192434982862E-01  5.64603443795687165E-01  5.66826685283329468E-01
+  5.69027199303186126E-01  5.71204258236698403E-01  5.73357124407550378E-01
+  5.75485050050450142E-01  5.77587277282709644E-01  5.79663038078723547E-01
+  5.81711554247437257E-01  5.83732037412915683E-01  5.85723688998105563E-01
+  5.87685700211898809E-01  5.89617252039600692E-01  5.91517515236911873E-01
+  5.93385650327528436E-01  5.95220807604476043E-01  5.97022127135282465E-01
+  5.98788738771109830E-01  6.00519762159955506E-01  6.02214306764041529E-01
+  6.03871471881507138E-01  6.05490346672529656E-01  6.07070010189988851E-01
+  6.08609531414803451E-01  6.10107969296058816E-01  6.11564372796053579E-01
+  6.12977780940394790E-01  6.14347222873266707E-01  6.15671717918004124E-01
+  6.16950275643103785E-01  6.18181895933805903E-01  6.19365569069373900E-01
+  6.20500275806218693E-01  6.21584987466996752E-01  6.22618666035819390E-01
+  6.23600264259715376E-01  6.24528725756485104E-01  6.25402985129088873E-01
+  6.26221968086708269E-01  6.26984591572628536E-01  6.27689763899079711E-01
+  6.28336384889186639E-01  6.28923346026173502E-01  6.29449530609960006E-01
+  6.29913813921310739E-01  6.30315063393672825E-01  6.30652138792857309E-01
+  6.30923892404707254E-01  6.31129169230905673E-01  6.31266807193070489E-01
+  6.31335637345285416E-01  6.31334484095217419E-01  6.31262165433967182E-01
+  6.31117493174808697E-01  6.30899273200954180E-01  6.30606305722509974E-01
+  6.30237385542757100E-01  6.29791302333913339E-01  6.29266840922519166E-01
+  6.28662781584597319E-01  6.27977900350730645E-01  6.27210969321201905E-01
+  6.26360756991341194E-01  6.25426028587221294E-01  6.24405546411845980E-01
+  6.23298070201963150E-01  6.22102357495649350E-01  6.20817164010798450E-01
+  6.19441244034646066E-01  6.17973350824466139E-01  6.16412237019566045E-01
+  6.14756655064709889E-01  6.13005357645093896E-01  6.11157098132996457E-01
+  6.09210631046220197E-01  6.07164712518444505E-01  6.05018100781599899E-01
+  6.02769556660371242E-01  6.00417844078938834E-01  5.97961730580056305E-01
+  5.95399987856563895E-01  5.92731392295426263E-01  5.89954725534389546E-01
+  5.87068775031335033E-01  5.84072334646410063E-01  5.80964205237010756E-01
+  5.77743195265679854E-01  5.74408121420987627E-01  5.70957809251442905E-01
+  5.67391093812492309E-01  5.63706820326645541E-01  5.59903844856762478E-01
+  5.55981034992532375E-01  5.51937270550166170E-01  5.47771444285314657E-01
+  5.43482462619219509E-01  5.39069246378092504E-01  5.34530731545712845E-01
+  5.29865870029222585E-01  5.25073630438090855E-01  5.20152998876203365E-01
+  5.15102979747036671E-01  5.09922596571848685E-01  5.04610892820824275E-01
+  4.99166932757084347E-01  4.93589802293480762E-01  4.87878609862057611E-01
+  4.82032487296075951E-01  4.76050590724466816E-01  4.69932101478573228E-01
+  4.63676227011030340E-01  4.57282201826608503E-01  4.50749288424848071E-01
+  4.44076778254283489E-01  4.37263992678048774E-01  4.30310283950638084E-01
+  4.23215036205583595E-01  4.15977666453790584E-01  4.08597625592259983E-01
+  4.01074399422909067E-01  3.93407509681181544E-01  3.85596515074129009E-01
+  3.77641012327614989E-01  3.69540637242289638E-01  3.61295065757953282E-01
+  3.52904015025912843E-01  3.44367244488915425E-01  3.35684556968223302E-01
+  3.26855799757374832E-01  3.17880865722155181E-01  3.08759694406279983E-01
+  2.99492273142274723E-01  2.90078638167010017E-01  2.80518875741333829E-01
+  2.70813123273212997E-01  2.60961570443785984E-01  2.50964460335692918E-01
+  2.40822090563035551E-01  2.30534814402292731E-01  2.20103041923493836E-01
+  2.09527241120930796E-01  1.98807939042663112E-01  1.87945722918048508E-01
+  1.76941241282507128E-01  1.65795205098703019E-01  1.54508388873301039E-01
+  1.43081631768436551E-01  1.31515838707007449E-01  1.19811981470875198E-01
+  1.07971099791037625E-01  9.59943024288115454E-02  8.38827682470392050E-02
+  7.16377472703085411E-02  5.92605617331547554E-02  4.67526071151847800E-02
+  3.41153531620460165E-02  2.13503448911349786E-02  8.45920358092156453E-03
+ -4.55637225725928716E-03 -1.76946059261172302E-02 -3.09536416092075876E-02
+ -4.43315434588342841E-02 -5.78262947062850377E-02 -7.14357967956476547E-02
+ -8.51578685424755483E-02 -9.89902453185871056E-02 -1.12930578264300654E-01
+ -1.26976433529422478E-01 -1.41125291544318521E-01 -1.55374546322416679E-01
+ -1.69721504795496220E-01 -1.84163386183132577E-01 -1.98697321397677096E-01
+ -2.13320352486157827E-01 -2.28029432110494840E-01 -2.42821423067430708E-01
+ -2.57693097849577391E-01 -2.72641138248986448E-01 -2.87662135004648822E-01
+ -3.02752587495325576E-01 -3.17908903479115545E-01 -3.33127398881153058E-01
+ -3.48404297630826087E-01 -3.63735731549894692E-01 -3.79117740292878702E-01
+ -3.94546271341068899E-01 -4.10017180051504004E-01 -4.25526229762230368E-01
+ -4.41069091955150983E-01 -4.56641346477736076E-01 -4.72238481824854062E-01
+ -4.87855895481942026E-01 -5.03488894330714754E-01 -5.19132695118571963E-01
+ -5.34782424992830241E-01 -5.50433122100865702E-01 -5.66079736257217969E-01
+ -5.81717129678652412E-01 -5.97340077788144797E-01 -6.12943270088687875E-01
+ -6.28521311107781977E-01 -6.44068721413410206E-01 -6.59579938702233970E-01
+ -6.75049318960706746E-01 -6.90471137699716575E-01 -7.05839591263318966E-01
+ -7.21148798212046804E-01 -7.36392800781217050E-01 -7.51565566414581387E-01
+ -7.66660989373590063E-01 -7.81672892422460630E-01 -7.96595028589173415E-01
+ -8.11421083002420662E-01 -8.26144674804453971E-01 -8.40759359139708673E-01
+ -8.55258629218966338E-01 -8.69635918458753099E-01 -8.83884602695566346E-01
+ -8.97998002474440060E-01 -9.11969385411258271E-01 -9.25791968628141060E-01
+ -9.39458921261123070E-01 -9.52963367039260656E-01 -9.66298386934199449E-01
+ -9.79457021879147849E-01 -9.92432275556085930E-01 -1.00521711724997953E+00
+ -1.01780448476863827E+00 -1.03018728742678856E+00 -1.04235840909281863E+00
+ -1.05431071129658216E+00 -1.06603703639654390E+00 -1.07753021080446154E+00
+ -1.08878304826572214E+00 -1.09978835319335722E+00 -1.11053892405368870E+00
+ -1.12102755680146737E+00 -1.13124704836231027E+00 -1.14119020016014838E+00
+ -1.15084982168735284E+00 -1.16021873411512155E+00 -1.16928977394167100E+00
+ -1.17805579667570148E+00 -1.18650968055258343E+00 -1.19464433028063155E+00
+ -1.20245268081483725E+00 -1.20992770115536330E+00 -1.21706239816808726E+00
+ -1.22384982042448787E+00 -1.23028306205810356E+00 -1.23635526663483719E+00
+ -1.24205963103435058E+00 -1.24738940933981235E+00 -1.25233791673327932E+00
+ -1.25689853339400881E+00 -1.26106470839704254E+00 -1.26482996360943201E+00
+ -1.26818789758152506E+00 -1.27113218943080808E+00 -1.27365660271582581E+00
+ -1.27575498929782483E+00 -1.27742129318780662E+00 -1.27864955437679462E+00
+ -1.27943391264721051E+00 -1.27976861136336972E+00 -1.27964800123921929E+00
+ -1.27906654408158293E+00 -1.27801881650729499E+00 -1.27649951363277414E+00
+ -1.27450345273473120E+00 -1.27202557688085616E+00 -1.26906095852954248E+00
+ -1.26560480309784107E+00 -1.26165245249705760E+00 -1.25719938863559033E+00
+ -1.25224123688881872E+00 -1.24677376953605945E+00 -1.24079290916483442E+00
+ -1.23429473204291451E+00 -1.22727547145884719E+00 -1.21973152103190396E+00
+ -1.21165943799264997E+00 -1.20305594643555813E+00 -1.19391794054538858E+00
+ -1.18424248779927987E+00 -1.17402683214678305E+00 -1.16326839717033526E+00
+ -1.15196478922894130E+00 -1.14011380058810441E+00 -1.12771341253932733E+00
+ -1.11476179851278401E+00 -1.10125732718702984E+00 -1.08719856559991834E+00
+ -1.07258428226513391E+00 -1.05741345029906997E+00 -1.04168525056301475E+00
+ -1.02539907482590298E+00 -1.00855452895314057E+00 -9.91151436127286511E-01
+ -9.73189840106612025E-01 -9.54670008527818026E-01 -9.35592436259433446E-01
+ -9.15957848812631981E-01 -8.95767205816454193E-01 -8.75021704564593938E-01
+ -8.53722783641153171E-01 -8.31872126632917097E-01 -8.09471665935888263E-01
+ -7.86523586663981145E-01 -7.63030330667904599E-01 -7.38994600672394530E-01
+ -7.14419364540051061E-01 -6.89307859670128087E-01 -6.63663597540674166E-01
+ -6.37490368402469199E-01 -6.10792246133210148E-01 -5.83573593260383050E-01
+ -5.55839066161229245E-01 -5.27593620448128520E-01 -4.98842516547634285E-01
+ -4.69591325481251542E-01 -4.39845934855891518E-01 -4.09612555071720452E-01
+ -3.78897725754889003E-01 -3.47708322422339289E-01 -3.16051563385569889E-01
+ -2.83935016899861947E-01 -2.51366608565065097E-01 -2.18354628983576965E-01
+ -1.84907741680636478E-01 -1.51034991291489229E-01 -1.16745812019363210E-01
+ -8.20500363675171485E-02 -4.69579041478876136E-02 -1.14800717680632186E-02
+  2.43723782025481693E-02  6.05879271874233821E-02  9.71546104795629889E-02
+  1.34060006842200735E-01  1.71291227836867899E-01  2.08834906883320626E-01
+  2.46677188057147279E-01  2.84803714632260840E-01  3.23199617376960735E-01
+  3.61849502613813268E-01  4.00737440055260463E-01  4.39846950428620653E-01
+  4.79160992905998062E-01  5.18661952356570977E-01  5.58331626440790929E-01
+  5.98151212568179380E-01  6.38101294742703051E-01  6.78161830322069337E-01
+  7.18312136719811756E-01  7.58530878081633664E-01  7.98796051970227849E-01
+  8.39084976095652468E-01  8.79374275131309835E-01  9.19639867658713972E-01
+  9.59856953287434700E-01  1.00000000000000000E+00  1.04004273177500495E+00
+  1.07995811654532425E+00  1.11971835455204838E+00  1.15929486715866581E+00
+  END     
+   PHI    3 #phi(r), for phi(r)/r*Ylm)
+  0.00000000000000000E+00  4.94172440340740106E-20  7.68024634246332702E-15
+  1.90681596251250063E-14  3.49128860226373710E-14  5.54458765560582173E-14
+  8.08303530916410759E-14  1.11212654377020130E-13  1.46734635386859232E-13
+  1.87537790211432477E-13  2.33764928062736759E-13  2.85560965462398979E-13
+  3.43073351875382922E-13  4.06452327037391215E-13  4.75851094785292633E-13
+  5.51425952934382115E-13  6.33336398971364605E-13  7.21745222034766621E-13
+  8.16818587008849333E-13  9.18726114113238718E-13  1.02764095602692902E-12
+  1.14373987381792625E-12  1.26720331249659170E-12  1.39821547673509422E-12
+  1.53696440712328812E-12  1.68364205722138798E-12  1.83844437159808169E-12
+  2.00157136499508480E-12  2.17322720272699114E-12  2.35362028240323294E-12
+  2.54296331704373238E-12  2.74147341964916611E-12  2.94937218927923484E-12
+  3.16688579868706126E-12  3.39424508355405645E-12  3.63168563336699222E-12
+  3.87944788397719164E-12  4.13777721188051096E-12  4.40692403025602099E-12
+  4.68714388680080214E-12  4.97869756339812022E-12  5.28185117765619168E-12
+  5.59687628635485221E-12  5.92404999083783006E-12  6.26365504438849595E-12
+  6.61597996162752986E-12  6.98131912997134284E-12  7.35997292319068040E-12
+  7.75224781710940798E-12  8.15845650748407810E-12  8.57891803010552276E-12
+  9.01395788316448841E-12  9.46390815192391826E-12  9.92910763574128370E-12
+  1.04099019774851545E-11  1.09066437953909131E-11  1.14196928174013628E-11
+  1.19494160180387900E-11  1.24961877578558557E-11  1.30603899255136236E-11
+  1.36424120825358010E-11  1.42426516107892687E-11  1.48615138627418715E-11
+  1.54994123145492554E-11  1.61567687220237303E-11  1.68340132795389072E-11
+  1.75315847819248082E-11  1.82499307894095166E-11  1.89895077956639684E-11
+  1.97507813990079083E-11  2.05342264768359761E-11  2.13403273633239384E-11
+  2.21695780304762432E-11  2.30224822725772857E-11  2.38995538941097605E-11
+  2.48013169012046644E-11  2.57283056966890018E-11  2.66810652787980648E-11
+  2.76601514436205503E-11  2.86661309913463197E-11  2.96995819363873448E-11
+  3.07610937214441924E-11  3.18512674355915978E-11  3.29707160364577173E-11
+  3.41200645765737145E-11  3.52999504339708997E-11  3.65110235471049677E-11
+  3.77539466541875445E-11  3.90293955370073917E-11  4.03380592693246539E-11
+  4.16806404699234188E-11  4.30578555604091721E-11  4.44704350278397151E-11
+  4.59191236922793317E-11  4.74046809793676535E-11  4.89278811979971090E-11
+  5.04895138231934226E-11  5.20903837842964735E-11  5.37313117585396068E-11
+  5.54131344701285330E-11  5.71367049949214280E-11  5.89028930708149784E-11
+  6.07125854139422093E-11  6.25666860407902761E-11  6.44661165963486814E-11
+  6.64118166883990360E-11  6.84047442280621374E-11  7.04458757767174026E-11
+  7.25362068994137553E-11  7.46767525248926599E-11  7.68685473123460843E-11
+  7.91126460250348420E-11  8.14101239108944763E-11  8.37620770902590860E-11
+  8.61696229508348856E-11  8.86339005500589234E-11  9.11560710249794573E-11
+  9.37373180097984135E-11  9.63788480612179972E-11  9.90818910917366642E-11
+  1.01847700811042260E-10  1.04677555175652228E-10  1.07572756846954932E-10
+  1.10534633657808013E-10  1.13564539087851773E-10  1.16663852747701340E-10
+  1.19833980872180826E-10  1.23076356822768424E-10  1.26392441599423355E-10
+  1.29783724361968776E-10  1.33251722961208200E-10  1.36797984479956695E-10
+  1.40424085784169797E-10  1.44131634084359366E-10  1.47922267507485970E-10
+  1.51797655679523036E-10  1.55759500318890956E-10  1.59809535840962616E-10
+  1.63949529973846216E-10  1.68181284385655124E-10  1.72506635323476898E-10
+  1.76927454264259953E-10  1.81445648577838623E-10  1.86063162202321326E-10
+  1.90781976332072758E-10  1.95604110118522195E-10  2.00531621384037473E-10
+  2.05566607349106440E-10  2.10711205373072369E-10  2.15967593708676551E-10
+  2.21337992270661910E-10  2.26824663418701386E-10  2.32429912754914049E-10
+  2.38156089936241991E-10  2.44005589501962482E-10  2.49980851716616401E-10
+  2.56084363428639592E-10  2.62318658944987126E-10  2.68686320922049673E-10
+  2.75189981273160749E-10  2.81832322093006360E-10  2.88616076599247083E-10
+  2.95544030091675453E-10  3.02619020929230157E-10  3.09843941525201741E-10
+  3.17221739360964630E-10  3.24755418018581375E-10  3.32448038232626961E-10
+  3.40302718961589949E-10  3.48322638479216570E-10  3.56511035486162689E-10
+  3.64871210242334467E-10  3.73406525720299607E-10  3.82120408780158804E-10
+  3.91016351366277983E-10  4.00097911726284155E-10  4.09368715652740389E-10
+  4.18832457747916398E-10  4.28492902712088014E-10  4.38353886655797137E-10
+  4.48419318436519205E-10  4.58693181020190021E-10  4.69179532868052734E-10
+  4.79882509349292597E-10  4.90806324179942499E-10  5.01955270888538920E-10
+  5.13333724309032432E-10  5.24946142101448729E-10  5.36797066300824751E-10
+  5.48891124894935242E-10  5.61233033431348139E-10  5.73827596654350483E-10
+  5.86679710172299587E-10  5.99794362155962450E-10  6.13176635068418227E-10
+  6.26831707427108950E-10  6.40764855598631834E-10  6.54981455626885460E-10
+  6.69486985095179063E-10  6.84287025022944754E-10  6.99387261797685048E-10
+  7.14793489142814451E-10  7.30511610122054976E-10  7.46547639181067933E-10
+  7.62907704227008938E-10  7.79598048746709470E-10  7.96625033964200795E-10
+  8.13995141038306825E-10  8.31714973301054514E-10  8.49791258537648641E-10
+  8.68230851308790261E-10  8.87040735316116414E-10  9.06228025811562795E-10
+  9.25799972051462429E-10  9.45763959796212176E-10  9.66127513856341580E-10
+  9.86898300685858511E-10  1.00808413102372957E-09  1.02969296258440458E-09
+  1.05173290279827812E-09  1.07421221160302379E-09  1.09713930428673860E-09
+  1.12052275438385606E-09  1.14437129662480847E-09  1.16869382994043175E-09
+  1.19349942052212753E-09  1.21879730493881372E-09  1.24459689331171522E-09
+  1.27090777254806939E-09  1.29773970963483022E-09  1.32510265499349096E-09
+  1.35300674589714638E-09  1.38146230995095921E-09  1.41047986863719545E-09
+  1.44007014092602557E-09  1.47024404695331196E-09  1.50101271176662519E-09
+  1.53238746914074072E-09  1.56437986546391809E-09  1.59700166369626331E-09
+  1.63026484740150559E-09  1.66418162485355950E-09  1.69876443321924872E-09
+  1.73402594281859950E-09  1.76997906146414616E-09  1.80663693888070913E-09
+  1.84401297120713147E-09  1.88212080558149378E-09  1.92097434481135531E-09
+  1.96058775213059170E-09  2.00097545604442964E-09  2.04215215526431999E-09
+  2.08413282373429826E-09  2.12693271575054689E-09  2.17056737117585456E-09
+  2.21505262075075885E-09  2.26040459150314738E-09  2.30663971225812858E-09
+  2.35377471925005631E-09  2.40182666183857370E-09  2.45081290833060691E-09
+  2.50075115191028142E-09  2.55165941667874510E-09  2.60355606380593190E-09
+  2.65645979779634834E-09  2.71038967287098402E-09  2.76536509946749299E-09
+  2.82140585086084893E-09  2.87853206990668235E-09  2.93676427590958498E-09
+  2.99612337161869496E-09  3.05663065035290071E-09  3.11830780325808026E-09
+  3.18117692669882117E-09  3.24526052978707885E-09  3.31058154205034809E-09
+  3.37716332124189780E-09  3.44502966129571782E-09  3.51420480042883359E-09
+  3.58471342939374847E-09  3.65658069988374309E-09  3.72983223309391103E-09
+  3.80449412844077153E-09  3.88059297244341867E-09  3.95815584776918884E-09
+  4.03721034244687162E-09  4.11778455925058912E-09  4.19990712525750726E-09
+  4.28360720158253651E-09  4.36891449329337691E-09  4.45585925950918242E-09
+  4.54447232368627965E-09  4.63478508409435986E-09  4.72682952448672342E-09
+  4.82063822496810212E-09  4.91624437306376180E-09  5.01368177499360605E-09
+  5.11298486715502792E-09  5.21418872781842827E-09  5.31732908903930143E-09
+  5.42244234879088535E-09  5.52956558332149383E-09  5.63873655974064526E-09
+  5.74999374883824620E-09  5.86337633814112944E-09  5.97892424521132403E-09
+  6.09667813119056791E-09  6.21667941459556375E-09  6.33897028536865414E-09
+  6.46359371918864256E-09  6.59059349204651569E-09  6.72001419509104406E-09
+  6.85190124974919209E-09  6.98630092312646491E-09  7.12326034369229844E-09
+  7.26282751725587086E-09  7.40505134323758487E-09  7.54998163124179170E-09
+  7.69766911793624782E-09  7.84816548424407546E-09  8.00152337285383123E-09
+  8.15779640605378644E-09  8.31703920389624093E-09  8.47930740269805445E-09
+  8.64465767388356455E-09  8.81314774317629680E-09  8.98483641014581343E-09
+  9.15978356811637901E-09  9.33805022444401437E-09  9.51969852116885722E-09
+  9.70479175604968517E-09  9.89339440398774969E-09  1.00855721388470016E-08
+  1.02813918556781743E-08  1.04809216933540897E-08  1.06842310576238060E-08
+  1.08913906445934228E-08  1.11024724646412937E-08  1.13175498667758403E-08
+  1.15366975634440107E-08  1.17599916557987832E-08  1.19875096594342112E-08
+  1.22193305305965783E-08  1.24555346928805753E-08  1.26962040644193526E-08
+  1.29414220855776498E-08  1.31912737471572938E-08  1.34458456191244858E-08
+  1.37052258798685913E-08  1.39695043460022083E-08  1.42387725027125713E-08
+  1.45131235346743611E-08  1.47926523575344537E-08  1.50774556499791158E-08
+  1.53676318863943339E-08  1.56632813701303655E-08  1.59645062673816057E-08
+  1.62714106416931677E-08  1.65841004891057058E-08  1.69026837739504291E-08
+  1.72272704653060478E-08  1.75579725741302460E-08  1.78949041910777900E-08
+  1.82381815250182075E-08  1.85879229422658830E-08  1.89442490065356970E-08
+  1.93072825196376924E-08  1.96771485629243678E-08  2.00539745395045270E-08
+  2.04378902172378472E-08  2.08290277725246431E-08  2.12275218349053572E-08
+  2.16335095324849919E-08  2.20471305381975024E-08  2.24685271169257737E-08
+  2.28978441734929982E-08  2.33352293015415161E-08  2.37808328333155058E-08
+  2.42348078903643235E-08  2.46973104351833654E-08  2.51684993238098640E-08
+  2.56485363593912732E-08  2.61375863467440866E-08  2.66358171479215680E-08
+  2.71433997388089290E-08  2.76605082667649276E-08  2.81873201093292282E-08
+  2.87240159340153176E-08  2.92707797592088591E-08  2.98277990161919873E-08
+  3.03952646123144729E-08  3.09733709953326082E-08  3.15623162189378500E-08
+  3.21623020094967852E-08  3.27735338340249692E-08  3.33962209694175026E-08
+  3.40305765729593627E-08  3.46768177541393912E-08  3.53351656477917611E-08
+  3.60058454885895467E-08  3.66890866869155294E-08  3.73851229061353919E-08
+  3.80941921412993481E-08  3.88165367992987170E-08  3.95524037805040565E-08
+  4.03020445619123994E-08  4.10657152818314498E-08  4.18436768261291038E-08
+  4.26361949160771052E-08  4.34435401978184046E-08  4.42659883334883959E-08
+  4.51038200940199361E-08  4.59573214536640758E-08  4.68267836862575838E-08
+  4.77125034632696445E-08  4.86147829536608946E-08  4.95339299255878210E-08
+  5.04702578499868957E-08  5.14240860060731985E-08  5.23957395887884382E-08
+  5.33855498182350158E-08  5.43938540511324511E-08  5.54209958943332577E-08
+  5.64673253204369312E-08  5.75331987855402743E-08  5.86189793491636902E-08
+  5.97250367963936635E-08  6.08517477622822087E-08  6.19994958585451512E-08
+  6.31686718026015287E-08  6.43596735489974765E-08  6.55729064232583047E-08
+  6.68087832582140962E-08  6.80677245328440906E-08  6.93501585136865981E-08
+  7.06565213988615463E-08  7.19872574647542335E-08  7.33428192154089246E-08
+  7.47236675346832458E-08  7.61302718412129023E-08  7.75631102462401471E-08
+  7.90226697143577390E-08  8.05094462272228214E-08  8.20239449502950540E-08
+  8.35666804026554157E-08  8.51381766299622068E-08  8.67389673806018598E-08
+  8.83695962850942767E-08  9.00306170388121557E-08  9.17225935880755724E-08
+  9.34461003196842308E-08  9.52017222539511235E-08  9.69900552413013411E-08
+  9.88117061625029969E-08  1.00667293132596260E-07  1.02557445708589352E-07
+  1.04482805100990922E-07  1.06444024389249310E-07  1.08441768741171423E-07
+  1.10476715636393895E-07  1.12549555093981838E-07  1.14660989904231147E-07
+  1.16811735864752128E-07  1.19002522020913253E-07  1.21234090910725267E-07
+  1.23507198814248245E-07  1.25822616007604461E-07  1.28181127021682309E-07
+  1.30583530905617811E-07  1.33030641495141411E-07  1.35523287685881380E-07
+  1.38062313711712796E-07  1.40648579428247112E-07  1.43282960601556804E-07
+  1.45966349202230963E-07  1.48699653704861074E-07  1.51483799393056369E-07
+  1.54319728670091458E-07  1.57208401375289421E-07  1.60150795106246956E-07
+  1.63147905547008582E-07  1.66200746802300183E-07  1.69310351737933570E-07
+  1.72477772327495242E-07  1.75704080005436359E-07  1.78990366026681082E-07
+  1.82337741832874250E-07  1.85747339425389410E-07  1.89220311745224550E-07
+  1.92757833059908961E-07  1.96361099357553951E-07  2.00031328748177239E-07
+  2.03769761872434973E-07  2.07577662317899882E-07  2.11456317043021938E-07
+  2.15407036808915554E-07  2.19431156619116854E-07  2.23530036167457264E-07
+  2.27705060294203678E-07  2.31957639450618834E-07  2.36289210172093695E-07
+  2.40701235560014203E-07  2.45195205772520116E-07  2.49772638524321633E-07
+  2.54435079595739484E-07  2.59184103351140555E-07  2.64021313266939101E-07
+  2.68948342469343501E-07  2.73966854282025318E-07  2.79078542783894622E-07
+  2.84285133377168512E-07  2.89588383365921885E-07  2.94990082545312456E-07
+  3.00492053801679569E-07  3.06096153723714416E-07  3.11804273224907803E-07
+  3.17618338177482057E-07  3.23540310058017902E-07  3.29572186604995130E-07
+  3.35716002488462560E-07  3.41973829992063256E-07  3.48347779707642197E-07
+  3.54840001242668557E-07  3.61452683940706098E-07  3.68188057615177063E-07
+  3.75048393296659533E-07  3.82036003993969981E-07  3.89153245469285773E-07
+  3.96402517027564041E-07  4.03786262320521116E-07  4.11306970165441802E-07
+  4.18967175379090835E-07  4.26769459627003327E-07  4.34716452288441253E-07
+  4.42810831337298925E-07  4.51055324239257104E-07  4.59452708865481197E-07
+  4.68005814423168054E-07  4.76717522403255082E-07  4.85590767545603805E-07
+  4.94628538821981279E-07  5.03833880437167387E-07  5.13209892848522673E-07
+  5.22759733804352692E-07  5.32486619401420180E-07  5.42393825161953685E-07
+  5.52484687130512679E-07  5.62762602991074930E-07  5.73231033204720445E-07
+  5.83893502168284979E-07  5.94753599394378151E-07  6.05814980713148493E-07
+  6.17081369496206466E-07  6.28556557903106279E-07  6.40244408150804022E-07
+  6.52148853806513692E-07  6.64273901104396091E-07  6.76623630286509496E-07
+  6.89202196968480454E-07  7.02013833530342051E-07  7.15062850533002854E-07
+  7.28353638160820794E-07  7.41890667690763593E-07  7.55678492988636881E-07
+  7.69721752032888108E-07  7.84025168466487152E-07  7.98593553177401393E-07
+  8.13431805908192414E-07  8.28544916895268057E-07  8.43937968538336726E-07
+  8.59616137100618283E-07  8.75584694440378243E-07  8.91849009774360578E-07
+  9.08414551473706787E-07  9.25286888892953604E-07  9.42471694232726536E-07
+  9.59974744436740342E-07  9.77801923123741212E-07  9.95959222555032066E-07
+  1.01445274563823719E-06  1.03328870796796610E-06  1.05247343990406217E-06
+  1.07201338868812399E-06  1.09191512059899849E-06  1.11218532314797172E-06
+  1.13283080731437715E-06  1.15385850982236907E-06  1.17527549545961441E-06
+  1.19708895943868029E-06  1.21930622980189028E-06  1.24193476987046161E-06
+  1.26498218073871936E-06  1.28845620381423464E-06  1.31236472340471781E-06
+  1.33671576935252662E-06  1.36151751971766977E-06  1.38677830351019247E-06
+  1.41250660347284529E-06  1.43871105891497258E-06  1.46540046859855094E-06
+  1.49258379367733443E-06  1.52027016069009092E-06  1.54846886460891081E-06
+  1.57718937194360825E-06  1.60644132390324085E-06  1.63623453961579267E-06
+  1.66657901940709555E-06  1.69748494814007159E-06  1.72896269861539854E-06
+  1.76102283503473713E-06  1.79367611652765795E-06  1.82693350074343955E-06
+  1.86080614750892873E-06  1.89530542255367924E-06  1.93044290130358705E-06
+  1.96623037274429926E-06  2.00267984335566633E-06  2.03980354111852741E-06
+  2.07761391959518973E-06  2.11612366208491253E-06  2.15534568585579927E-06
+  2.19529314645448600E-06  2.23597944209505830E-06  2.27741821812864378E-06
+  2.31962337159516131E-06  2.36260905585873425E-06  2.40638968532829357E-06
+  2.45097994026494385E-06  2.49639477167767392E-06  2.54264940630902503E-06
+  2.58975935171238245E-06  2.63774040142255179E-06  2.68660864022132911E-06
+  2.73638044949982004E-06  2.78707251271926712E-06  2.83870182097218361E-06
+  2.89128567864565816E-06  2.94484170918864880E-06  2.99938786098523827E-06
+  3.05494241333572890E-06  3.11152398254758578E-06  3.16915152813822689E-06
+  3.22784435915171876E-06  3.28762214059142883E-06  3.34850489997080467E-06
+  3.41051303398439962E-06  3.47366731530136924E-06  3.53798889948366800E-06
+  3.60349933203122206E-06  3.67022055555641780E-06  3.73817491709025053E-06
+  3.80738517552256075E-06  3.87787450917878359E-06  3.94966652353573676E-06
+  4.02278525907896194E-06  4.09725519930422156E-06  4.17310127886579186E-06
+  4.25034889187419496E-06  4.32902390034616909E-06  4.40915264280959156E-06
+  4.49076194306621169E-06  4.57387911911509284E-06  4.65853199223966158E-06
+  4.74474889626138250E-06  4.83255868696310395E-06  4.92199075168510869E-06
+  5.01307501909712972E-06  5.10584196914945429E-06  5.20032264320640083E-06
+  5.29654865436555117E-06  5.39455219796604373E-06  5.49436606228943814E-06
+  5.59602363945663479E-06  5.69955893652446474E-06  5.80500658678550984E-06
+  5.91240186127494796E-06  6.02178068048815345E-06  6.13317962631288083E-06
+  6.24663595417997441E-06  6.36218760543659093E-06  6.47987321994593584E-06
+  6.59973214891770920E-06  6.72180446797341615E-06  6.84613099045083112E-06
+  6.97275328095198828E-06  7.10171366913910277E-06  7.23305526378297128E-06
+  7.36682196706841833E-06  7.50305848916146892E-06  7.64181036304304520E-06
+  7.78312395961398650E-06  7.92704650307635187E-06  8.07362608659607747E-06
+  8.22291168825199709E-06  8.37495318727653676E-06  8.52980138059331818E-06
+  8.68750799965715457E-06  8.84812572760179391E-06  9.01170821670117281E-06
+  9.17831010614970364E-06  9.34798704016756144E-06  9.52079568643673886E-06
+  9.69679375487393224E-06  9.87604001674638624E-06  1.00585943241369228E-05
+  1.02445176297644390E-05  1.04338720071663767E-05  1.06267206712497557E-05
+  1.08231279992173853E-05  1.10231595518760863E-05  1.12268820953339393E-05
+  1.14343636230934100E-05  1.16456733785477829E-05  1.18608818778880010E-05
+  1.20800609334274690E-05  1.23032836773523559E-05  1.25306245859051162E-05
+  1.27621595040090446E-05  1.29979656703418973E-05  1.32381217428666907E-05
+  1.34827078248279392E-05  1.37318054912217855E-05  1.39854978157485531E-05
+  1.42438693982565174E-05  1.45070063926857109E-05  1.47749965355208505E-05
+  1.50479291747625631E-05  1.53258952994263211E-05  1.56089875695785609E-05
+  1.58973003469197596E-05  1.61909297259242650E-05  1.64899735655470963E-05
+  1.67945315215076973E-05  1.71047050791613303E-05  1.74205975869685221E-05
+  1.77423142905734459E-05  1.80699623675022229E-05  1.84036509624922399E-05
+  1.87434912234640421E-05  1.90895963381471366E-05  1.94420815713717186E-05
+  1.98010643030382078E-05  2.01666640667768142E-05  2.05390025893095729E-05
+  2.09182038305275453E-05  2.13043940242959025E-05  2.16977017200002585E-05
+  2.20982578248472779E-05  2.25061956469334187E-05  2.29216509390953872E-05
+  2.33447619435565534E-05  2.37756694373833909E-05  2.42145167787668559E-05
+  2.46614499541431313E-05  2.51166176261690851E-05  2.55801711825677333E-05
+  2.60522647858592006E-05  2.65330554239931723E-05  2.70227029618990955E-05
+  2.75213701939703434E-05  2.80292228974993899E-05  2.85464298870807575E-05
+  2.90731630699992705E-05  2.96095975026211621E-05  3.01559114478060790E-05
+  3.07122864333582264E-05  3.12789073115351084E-05  3.18559623196331790E-05
+  3.24436431416690453E-05  3.30421449711765290E-05  3.36516665751388766E-05
+  3.42724103590769460E-05  3.49045824333135975E-05  3.55483926804355305E-05
+  3.62040548239738732E-05  3.68717864983252546E-05  3.75518093199355926E-05
+  3.82443489597689401E-05  3.89496352170844745E-05  3.96679020945447797E-05
+  4.03993878746792447E-05  4.11443351977268049E-05  4.19029911408822777E-05
+  4.26756072989715351E-05  4.34624398665809625E-05  4.42637497216666383E-05
+  4.50798025106703232E-05  4.59108687351680099E-05  4.67572238400793384E-05
+  4.76191483034646415E-05  4.84969277279384618E-05  4.93908529337277964E-05
+  5.03012200534045737E-05  5.12283306283217973E-05  5.21724917067836012E-05
+  5.31340159439800397E-05  5.41132217037176353E-05  5.51104331619777687E-05
+  5.61259804123348963E-05  5.71601995732678458E-05  5.82134328973973178E-05
+  5.92860288826839655E-05  6.03783423856211199E-05  6.14907347364582207E-05
+  6.26235738564898743E-05  6.37772343774476759E-05  6.49520977630314595E-05
+  6.61485524326177080E-05  6.73669938871836183E-05  6.86078248374859538E-05
+  6.98714553345337723E-05  7.11583029023959269E-05  7.24687926733844892E-05
+  7.38033575256548315E-05  7.51624382232663868E-05  7.65464835587456935E-05
+  7.79559504981968413E-05  7.93913043290030238E-05  8.08530188101656713E-05
+  8.23415763253260212E-05  8.38574680385172110E-05  8.54011940526943551E-05
+  8.69732635710909329E-05  8.85741950614509014E-05  9.02045164231871918E-05
+  9.18647651575173294E-05  9.35554885406278684E-05  9.52772437999211856E-05
+  9.70305982933977322E-05  9.88161296922286469E-05  1.00634426166573872E-04
+  1.02486086574703035E-04  1.04371720655475677E-04  1.06291949224239550E-04
+  1.08247404372206437E-04  1.10238729669365792E-04  1.12266580370997313E-04
+  1.14331623627845070E-04  1.16434538700016754E-04  1.18576017174671920E-04
+  1.20756763187565696E-04  1.22977493648513666E-04  1.25238938470846102E-04
+  1.27541840804920755E-04  1.29886957275763306E-04  1.32275058224907944E-04
+  1.34706927956508977E-04  1.37183364987797829E-04  1.39705182303960534E-04
+  1.42273207617510719E-04  1.44888283632236024E-04  1.47551268311796308E-04
+  1.50263035153053192E-04  1.53024473464212528E-04  1.55836488647861286E-04
+  1.58700002488984261E-04  1.61615953448043814E-04  1.64585296959210393E-04
+  1.67609005733831718E-04  1.70688070069229176E-04  1.73823498162913270E-04
+  1.77016316432309636E-04  1.80267569840089896E-04  1.83578322225202490E-04
+  1.86949656639699620E-04  1.90382675691460121E-04  1.93878501892907120E-04
+  1.97438278015821955E-04  2.01063167452358778E-04  2.04754354582363442E-04
+  2.08513045147103193E-04  2.12340466629516700E-04  2.16237868641092930E-04
+  2.20206523315491363E-04  2.24247725709016978E-04  2.28362794208064867E-04
+  2.32553070943651840E-04  2.36819922213153808E-04  2.41164738909370766E-04
+  2.45588936957040200E-04  2.50093957756924719E-04  2.54681268637601567E-04
+  2.59352363315079484E-04  2.64108762360378208E-04  2.68952013675196591E-04
+  2.73883692975812252E-04  2.78905404285341994E-04  2.84018780434506493E-04
+  2.89225483571038894E-04  2.94527205677880103E-04  2.99925669100307155E-04
+  3.05422627082141548E-04  3.11019864311187343E-04  3.16719197474052655E-04
+  3.22522475820507019E-04  3.28431581737533864E-04  3.34448431333233881E-04
+  3.40574975030745605E-04  3.46813198172342917E-04  3.53165121633879737E-04
+  3.59632802449748009E-04  3.66218334448522556E-04  3.72923848899466448E-04
+  3.79751515170072946E-04  3.86703541394825740E-04  3.93782175155355516E-04
+  4.00989704172184029E-04  4.08328457008234435E-04  4.15800803784307745E-04
+  4.23409156906710414E-04  4.31155971807235393E-04  4.39043747695689614E-04
+  4.47075028325174845E-04  4.55252402770322314E-04  4.63578506218691828E-04
+  4.72056020775543444E-04  4.80687676282197222E-04  4.89476251148197373E-04
+  4.98424573197497086E-04  5.07535520528894224E-04  5.16812022390936068E-04
+  5.26257060071526556E-04  5.35873667802470410E-04  5.45664933679181237E-04
+  5.55634000595805252E-04  5.65784067195990582E-04  5.76118388839557370E-04
+  5.86640278585311538E-04  5.97353108190257329E-04  6.08260309125466443E-04
+  6.19365373608856936E-04  6.30671855655152058E-04  6.42183372143283041E-04
+  6.53903603901503081E-04  6.65836296810490410E-04  6.77985262924715401E-04
+  6.90354381612353924E-04  7.02947600714032761E-04  7.15768937720691009E-04
+  7.28822480970856522E-04  7.42112390867632056E-04  7.55642901115681476E-04
+  7.69418319978536517E-04  7.83443031556519971E-04  7.97721497085598853E-04
+  8.12258256257489025E-04  8.27057928561321224E-04  8.42125214647203323E-04
+  8.57464897711997676E-04  8.73081844907648563E-04  8.88981008772399316E-04
+  9.05167428685230559E-04  9.21646232343876267E-04  9.38422637266748873E-04
+  9.55501952319144101E-04  9.72889579264071282E-04  9.90591014338071179E-04
+  1.00861184985238895E-03  1.02695777581987384E-03  1.04563458160797092E-03
+  1.06464815761819417E-03  1.08400449699245301E-03  1.10370969734662665E-03
+  1.12376996253177493E-03  1.14419160442337520E-03  1.16498104473899554E-03
+  1.18614481688480034E-03  1.20768956783130245E-03  1.22962206001876718E-03
+  1.25194917329269273E-03  1.27467790686978770E-03  1.29781538133486724E-03
+  1.32136884066909907E-03  1.34534565431004187E-03  1.36975331924390847E-03
+  1.39459946213048801E-03  1.41989184146120080E-03  1.44563834975070991E-03
+  1.47184701576256712E-03  1.49852600676933859E-03  1.52568363084768671E-03
+  1.55332833920886963E-03  1.58146872856514045E-03  1.61011354353251157E-03
+  1.63927167907038074E-03  1.66895218295848931E-03  1.69916425831172571E-03
+  1.72991726613323012E-03  1.76122072790634628E-03  1.79308432822588670E-03
+  1.82551791746922952E-03  1.85853151450776069E-03  1.89213530945917083E-03
+  1.92633966648112203E-03  1.96115512660681533E-03  1.99659241062296808E-03
+  2.03266242199074852E-03  2.06937624981019157E-03  2.10674517182861138E-03
+  2.14478065749358800E-03  2.18349437105104039E-03  2.22289817468893699E-03
+  2.26300413172719978E-03  2.30382450985434093E-03  2.34537178441139365E-03
+  2.38765864172369498E-03  2.43069798248106385E-03  2.47450292516695862E-03
+  2.51908680953716020E-03  2.56446320014854694E-03  2.61064588993853691E-03
+  2.65764890385576744E-03  2.70548650254256529E-03  2.75417318606980491E-03
+  2.80372369772470369E-03  2.85415302785215104E-03  2.90547641775012891E-03
+  2.95770936361981068E-03  3.01086762057091017E-03  3.06496720668285620E-03
+  3.12002440712238864E-03  3.17605577831810669E-03  3.23307815219260868E-03
+  3.29110864045274731E-03  3.35016463893859874E-03  3.41026383203172192E-03
+  3.47142419712326072E-03  3.53366400914248164E-03  3.59700184514631129E-03
+  3.66145658897041324E-03  3.72704743594241394E-03  3.79379389765780546E-03
+  3.86171580681906679E-03  3.93083332213861429E-03  4.00116693330607783E-03
+  4.07273746602045909E-03  4.14556608708773529E-03  4.21967430958441157E-03
+  4.29508399808756994E-03  4.37181737397192554E-03  4.44989702077443552E-03
+  4.52934588962691526E-03  4.61018730475721596E-03  4.69244496905944948E-03
+  4.77614296973369410E-03  4.86130578399573878E-03  4.94795828485727115E-03
+  5.03612574697698181E-03  5.12583385258305255E-03  5.21710869746743692E-03
+  5.30997679705235912E-03  5.40446509252946652E-03  5.50060095707199850E-03
+  5.59841220212038172E-03  5.69792708374164143E-03  5.79917430906288795E-03
+  5.90218304277935306E-03  6.00698291373721015E-03  6.11360402159149500E-03
+  6.22207694353943842E-03  6.33243274112945970E-03  6.44470296714609332E-03
+  6.55891967257105253E-03  6.67511541362064177E-03  6.79332325885972747E-03
+  6.91357679639243317E-03  7.03591014112960999E-03  7.16035794213336699E-03
+  7.28695539003857209E-03  7.41573822455151698E-03  7.54674274202570949E-03
+  7.68000580311482828E-03  7.81556484050280852E-03  7.95345786671102471E-03
+  8.09372348198243892E-03  8.23640088224266396E-03  8.38152986713771968E-03
+  8.52915084814836327E-03  8.67930485678067645E-03  8.83203355283277564E-03
+  8.98737923273723940E-03  9.14538483797894090E-03  9.30609396358795041E-03
+  9.46955086670700150E-03  9.63580047523314095E-03  9.80488839653298125E-03
+  9.97686092623101435E-03  1.01517650570704075E-02  1.03296484878456114E-02
+  1.05105596324059913E-02  1.06945476287298568E-02  1.08816623480679948E-02
+  1.10719544041558132E-02  1.12654751624932277E-02  1.14622767496912366E-02
+  1.16624120628842261E-02  1.18659347792067788E-02  1.20728993653339053E-02
+  1.22833610870834008E-02  1.24973760190790779E-02  1.27150010544733755E-02
+  1.29362939147280587E-02  1.31613131594513714E-02  1.33901181962900323E-02
+  1.36227692908745413E-02  1.38593275768158341E-02  1.40998550657515931E-02
+  1.43444146574403068E-02  1.45930701499009628E-02  1.48458862495963583E-02
+  1.51029285816578849E-02  1.53642637001494085E-02  1.56299590983679723E-02
+  1.59000832191788025E-02  1.61747054653821228E-02  1.64538962101090543E-02
+  1.67377268072438391E-02  1.70262696018696098E-02  1.73195979407345831E-02
+  1.76177861827357396E-02  1.79209097094167255E-02  1.82290449354765988E-02
+  1.85422693192862018E-02  1.88606613734082877E-02  1.91843006751180982E-02
+  1.95132678769202941E-02  1.98476447170585421E-02  2.01875140300134988E-02
+  2.05329597569852210E-02  2.08840669563555327E-02  2.12409218141259744E-02
+  2.16036116543266432E-02  2.19722249493913557E-02  2.23468513304940740E-02
+  2.27275815978417207E-02  2.31145077309179471E-02  2.35077228986729295E-02
+  2.39073214696532733E-02  2.43133990220666778E-02  2.47260523537753442E-02
+  2.51453794922123497E-02  2.55714797042146183E-02  2.60044535057663770E-02
+  2.64444026716464629E-02  2.68914302449729074E-02  2.73456405466379858E-02
+  2.78071391846264060E-02  2.82760330632099988E-02  2.87524303920109331E-02
+  2.92364406949262440E-02  2.97281748189057171E-02  3.02277449425752583E-02
+  3.07352645846974866E-02  3.12508486124613086E-02  3.17746132495916531E-02
+  3.23066760842710063E-02  3.28471560768633306E-02  3.33961735674312907E-02
+  3.39538502830376149E-02  3.45203093448206294E-02  3.50956752748343703E-02
+  3.56800740026429336E-02  3.62736328716590922E-02  3.68764806452164737E-02
+  3.74887475123644592E-02  3.81105650933751261E-02  3.87420664449506652E-02
+  3.93833860651200823E-02  4.00346598978135668E-02  4.06960253371020445E-02
+  4.13676212310907301E-02  4.20495878854532032E-02  4.27420670665941138E-02
+  4.34452020044274329E-02  4.41591373947568117E-02  4.48840194012450344E-02
+  4.56199956569587547E-02  4.63672152654745484E-02  4.71258288015322588E-02
+  4.78959883112213131E-02  4.86778473116848409E-02  4.94715607903273291E-02
+  5.02772852035104217E-02  5.10951784747210383E-02  5.19253999921967455E-02
+  5.27681106059919233E-02  5.36234726244687668E-02  5.44916498101966074E-02
+  5.53728073752428329E-02  5.62671119758382243E-02  5.71747317064000421E-02
+  5.80958360928943568E-02  5.90305960855209005E-02  5.99791840507018087E-02
+  6.09417737623562245E-02  6.19185403924420036E-02  6.29096605007460341E-02
+  6.39153120239039363E-02  6.49356742636299361E-02  6.59709278741374416E-02
+  6.70212548487303938E-02  6.80868385055456854E-02  6.91678634724260250E-02
+  7.02645156709029162E-02  7.13769822992694619E-02  7.25054518147211641E-02
+  7.36501139145444988E-02  7.48111595163313547E-02  7.59887807371976559E-02
+  7.71831708719850074E-02  7.83945243704225053E-02  7.96230368132271604E-02
+  8.08689048871203270E-02  8.21323263587376839E-02  8.34135000474093696E-02
+  8.47126257967884405E-02  8.60299044453038536E-02  8.73655377954145884E-02
+  8.87197285816419545E-02  9.00926804373562706E-02  9.14845978602948223E-02
+  9.28956861767858272E-02  9.43261515046565358E-02  9.57762007147998223E-02
+  9.72460413913758120E-02  9.87358817906248548E-02  1.00245930798266214E-01
+  1.01776397885459807E-01  1.03327493063305395E-01  1.04899426835855833E-01
+  1.06492410151618852E-01  1.08106654353524206E-01  1.09742371127331081E-01
+  1.11399772448451173E-01  1.13079070527164233E-01  1.14780477752200377E-01
+  1.16504206632666696E-01  1.18250469738291869E-01  1.20019479637967261E-01
+  1.21811448836558922E-01  1.23626589709967774E-01  1.25465114438413711E-01
+  1.27327234937921002E-01  1.29213162789981878E-01  1.31123109169374918E-01
+  1.33057284770115969E-01  1.35015899729519495E-01  1.36999163550348607E-01
+  1.39007285021030463E-01  1.41040472133918654E-01  1.43098932001578777E-01
+  1.45182870771078970E-01  1.47292493536263752E-01  1.49428004247993018E-01
+  1.51589605622325957E-01  1.53777499046632293E-01  1.55991884483612536E-01
+  1.58232960373210357E-01  1.60500923532399309E-01  1.62795969052830364E-01
+  1.65118290196321515E-01  1.67468078288178196E-01  1.69845522608329469E-01
+  1.72250810280266647E-01  1.74684126157773567E-01  1.77145652709436247E-01
+  1.79635569900922776E-01  1.82154055075023996E-01  1.84701282829447339E-01
+  1.87277424892355521E-01  1.89882649995646857E-01  1.92517123745969632E-01
+  1.95181008493469643E-01  1.97874463198267958E-01  2.00597643294667893E-01
+  2.03350700553092678E-01  2.06133782939755428E-01  2.08947034474065679E-01
+  2.11790595083777650E-01  2.14664600457886823E-01  2.17569181897284220E-01
+  2.20504466163178120E-01  2.23470575323296811E-01  2.26467626595883986E-01
+  2.29495732191505902E-01  2.32554999152686570E-01  2.35645529191392006E-01
+  2.38767418524385433E-01  2.41920757706478862E-01  2.45105631461706885E-01
+  2.48322118512453727E-01  2.51570291406563784E-01  2.54850216342470071E-01
+  2.58161952992380594E-01  2.61505554323555545E-01  2.64881066417726518E-01
+  2.68288528288694983E-01  2.71727971698164150E-01  2.75199420969851283E-01
+  2.78702892801937330E-01  2.82238396077910014E-01  2.85805931675861102E-01
+  2.89405492276303133E-01  2.93037062168570783E-01  2.96700617055880633E-01
+  3.00396123859120179E-01  3.04123540519447844E-01  3.07882815799783771E-01
+  3.11673889085277822E-01  3.15496690182843542E-01  3.19351139119852412E-01
+  3.23237145942086801E-01  3.27154610511050881E-01  3.31103422300747574E-01
+  3.35083460194031957E-01  3.39094592278653073E-01  3.43136675643107458E-01
+  3.47209556172422162E-01  3.51313068344001611E-01  3.55447035023665425E-01
+  3.59611267262018974E-01  3.63805564091294831E-01  3.68029712322815061E-01
+  3.72283486345223791E-01  3.76566647923648412E-01  3.80878945999949037E-01
+  3.85220116494223497E-01  3.89589882107740593E-01  3.93987952127472951E-01
+  3.98414022232418286E-01  4.02867774301888193E-01  4.07348876225960554E-01
+  4.11856981718289661E-01  4.16391730131475568E-01  4.20952746275199241E-01
+  4.25539640237334926E-01  4.30152007208256193E-01  4.34789427308553633E-01
+  4.39451465420396259E-01  4.44137671022758196E-01  4.48847578030754257E-01
+  4.53580704639319598E-01  4.58336553171477368E-01  4.63114609931444821E-01
+  4.67914345062828863E-01  4.72735212412169592E-01  4.77576649398089026E-01
+  4.82438076886314515E-01  4.87318899070840139E-01  4.92218503361499082E-01
+  4.97136260278225661E-01  5.02071523352273896E-01  5.07023629034685674E-01
+  5.11991896612283837E-01  5.16975628131475129E-01  5.21974108330152564E-01
+  5.26986604577984852E-01  5.32012366825381555E-01  5.37050627561426297E-01
+  5.42100601781069003E-01  5.47161486961867505E-01  5.52232463050574385E-01
+  5.57312692459853487E-01  5.62401320075423428E-01  5.67497473273911313E-01
+  5.72600261951708656E-01  5.77708778565109271E-01  5.82822098182018133E-01
+  5.87939278545499544E-01  5.93059360149455372E-01  5.98181366326687725E-01
+  6.03304303349625592E-01  6.08427160543967838E-01  6.13548910415505300E-01
+  6.18668508790362393E-01  6.23784894968906656E-01  6.28896991893558854E-01
+  6.34003706330728667E-01  6.39103929067092014E-01  6.44196535120422298E-01
+  6.49280383965168850E-01  6.54354319772972204E-01  6.59417171668292057E-01
+  6.64467753999309241E-01  6.69504866624259565E-01  6.74527295213328992E-01
+  6.79533811566241264E-01  6.84523173945647989E-01  6.89494127426410586E-01
+  6.94445404260858878E-01  6.99375724260088094E-01  7.04283795191338657E-01
+  7.09168313191488764E-01  7.14027963196671278E-01  7.18861419388001965E-01
+  7.23667345653405403E-01  7.28444396065466848E-01  7.33191215375273098E-01
+  7.37906439522130864E-01  7.42588696159067307E-01  7.47236605193974945E-01
+  7.51848779346253937E-01  7.56423824718774007E-01  7.60960341384960937E-01
+  7.65456923990783134E-01  7.69912162371402919E-01  7.74324642182215306E-01
+  7.78692945543996040E-01  7.83015651701829962E-01  7.87291337697496596E-01
+  7.91518579054940163E-01  7.95695950478444547E-01  7.99822026563097310E-01
+  8.03895382517114787E-01  8.07914594895569271E-01  8.11878242345034806E-01
+  8.15784906358647866E-01  8.19633172041061786E-01  8.23421628882737844E-01
+  8.27148871543002429E-01  8.30813500641279457E-01  8.34414123555882403E-01
+  8.37949355229728465E-01  8.41417818982318932E-01  8.44818147327314528E-01
+  8.48148982795004835E-01  8.51408978758969370E-01  8.54596800266193557E-01
+  8.57711124869897201E-01  8.60750643464321730E-01  8.63714061120687049E-01
+  8.66600097923548862E-01  8.69407489806743761E-01  8.72134989388116511E-01
+  8.74781366802210858E-01  8.77345410530091629E-01  8.79825928225464349E-01
+  8.82221747536251266E-01  8.84531716920776256E-01  8.86754706457706598E-01
+  8.88889608648905538E-01  8.90935339214339983E-01  8.92890837878187793E-01
+  8.94755069145306003E-01  8.96527023067207773E-01  8.98205715996709952E-01
+  8.99790191330420153E-01  9.01279520238236431E-01  9.02672802379048234E-01
+  9.03969166601833463E-01  9.05167771631361417E-01  9.06267806737725001E-01
+  9.07268492388946468E-01  9.08169080885901092E-01  9.08968856978851436E-01
+  9.09667138464872349E-01  9.10263276765491014E-01  9.10756657483876131E-01
+  9.11146700940945076E-01  9.11432862689768308E-01  9.11614634007693381E-01
+  9.11691542365622332E-01  9.11663151873914446E-01  9.11529063704417220E-01
+  9.11288916488148915E-01  9.10942386688189276E-01  9.10489188947384620E-01
+  9.09929076410477822E-01  9.09261841020326256E-01  9.08487313787901818E-01
+  9.07605365035796030E-01  9.06615904614993973E-01  9.05518882094708988E-01
+  9.04314286925117949E-01  9.03002148572855434E-01  9.01582536629179865E-01
+  9.00055560890735906E-01  8.98421371412906677E-01  8.96680158535750893E-01
+  8.94832152882577225E-01  8.92877625331233160E-01  8.90816886958226695E-01
+  8.88650288955826873E-01  8.86378222522326897E-01  8.84001118725686430E-01
+  8.81519448340794431E-01  8.78933721660644540E-01  8.76244488281712308E-01
+  8.73452336863894008E-01  8.70557894865361726E-01  8.67561828252729317E-01
+  8.64464841186957211E-01  8.61267675685438161E-01  8.57971111260731778E-01
+  8.54575964536445576E-01  8.51083088840773772E-01  8.47493373778227976E-01
+  8.43807744780112889E-01  8.40027162634319091E-01  8.36152622995009698E-01
+  8.32185155872813276E-01  8.28125825106125091E-01  8.23975727814144632E-01
+  8.19735993832280574E-01  8.15407785130566998E-01  8.10992295215736458E-01
+  8.06490748517603606E-01  8.01904399760415609E-01  7.97234533319830518E-01
+  7.92482462566182155E-01  7.87649529194684672E-01  7.82737102543244689E-01
+  7.77746578898525054E-01  7.72679380790911696E-01  7.67536956279027627E-01
+  7.62320778224426343E-01  7.57032343557091592E-01  7.51673172532362210E-01
+  7.46244807979886682E-01  7.40748814545201251E-01  7.35186777924516810E-01
+  7.29560304093273992E-01  7.23871018529032573E-01  7.18120565429223978E-01
+  7.12310606924292267E-01  7.06442822286733718E-01  7.00518907136517432E-01
+  6.94540572643364773E-01  6.88509544726341516E-01  6.82427563251193692E-01
+  6.76296381225852117E-01  6.70117763994500404E-01  6.63893488430591039E-01
+  6.57625342129165125E-01  6.51315122598834173E-01  6.44964636453734586E-01
+  6.38575698605774233E-01  6.32150131457457243E-01  6.25689764095564094E-01
+  6.19196431485938725E-01  6.12671973669632552E-01  6.06118234960620561E-01
+  5.99537063145310078E-01  5.92930308684034957E-01  5.86299823914712692E-01
+  5.79647462258849333E-01  5.72975077430037727E-01  5.66284522645106092E-01
+  END     
+   PHI    4 #phi(r), for phi(r)/r*Ylm)
+  0.00000000000000000E+00 -6.91796015161421380E-15 -2.79269979899040492E-14
+ -6.34160296323015991E-14 -1.13782341650692155E-13 -1.79431756661286053E-13
+ -2.60778802077740111E-13 -3.58246882076989196E-13 -4.72268452852806164E-13
+ -6.03285201209049373E-13 -7.51748226557745972E-13 -9.18118226385883677E-13
+ -1.10286568525598023E-12 -1.30647106740671765E-12 -1.52942501302116541E-12
+ -1.77222853823137082E-12 -2.03539323892937509E-12 -2.31944149845602065E-12
+ -2.62490669924024681E-12 -2.95233343846290868E-12 -3.30227774782055342E-12
+ -3.67530731746597929E-12 -4.07200172420382715E-12 -4.49295266402092188E-12
+ -4.93876418903256680E-12 -5.41005294892749050E-12 -5.90744843699568452E-12
+ -6.43159324082495901E-12 -6.98314329775361813E-12 -7.56276815516829660E-12
+ -8.17115123573762090E-12 -8.80899010767412943E-12 -9.47699676011847781E-12
+ -1.01758978837418292E-11 -1.09064351566640188E-11 -1.16693655357869649E-11
+ -1.24654615536446084E-11 -1.32955116208725399E-11 -1.41603203344024467E-11
+ -1.50607087914883532E-11 -1.59975149096737801E-11 -1.69715937528108483E-11
+ -1.79838178632444032E-11 -1.90350776002764834E-11 -2.01262814850284362E-11
+ -2.12583565518202715E-11 -2.24322487061890069E-11 -2.36489230896700190E-11
+ -2.49093644514678426E-11 -2.62145775271449675E-11 -2.75655874244598022E-11
+ -2.89634400164873458E-11 -3.04092023421584456E-11 -3.19039630143563280E-11
+ -3.34488326357113286E-11 -3.50449442222376525E-11 -3.66934536349585152E-11
+ -3.83955400196688317E-11 -4.01524062549871200E-11 -4.19652794088516472E-11
+ -4.38354112036180634E-11 -4.57640784899191799E-11 -4.77525837294504654E-11
+ -4.98022554868474455E-11 -5.19144489308249608E-11 -5.40905463447508971E-11
+ -5.63319576468301066E-11 -5.86401209200783029E-11 -6.10165029522678308E-11
+ -6.34625997860318417E-11 -6.59799372793157160E-11 -6.85700716763691445E-11
+ -7.12345901894750341E-11 -7.39751115916153822E-11 -7.67932868202782919E-11
+ -7.96907995926132588E-11 -8.26693670321466558E-11 -8.57307403072725478E-11
+ -8.88767052817383746E-11 -9.21090831773490739E-11 -9.54297312491169122E-11
+ -9.88405434730893057E-11 -1.02343451247090508E-10 -1.05940424104617885E-10
+ -1.09633470442137524E-10 -1.13424638260028836E-10 -1.17316015917432708E-10
+ -1.21309732901261169E-10 -1.25407960609633218E-10 -1.29612913150004991E-10
+ -1.33926848152267730E-10 -1.38352067597092134E-10 -1.42890918659803314E-10
+ -1.47545794570075287E-10 -1.52319135487738798E-10 -1.57213429395003197E-10
+ -1.62231213005397677E-10 -1.67375072689742634E-10 -1.72647645419467861E-10
+ -1.78051619727601307E-10 -1.83589736687756153E-10 -1.89264790911451486E-10
+ -1.95079631564107568E-10 -2.01037163400063171E-10 -2.07140347816968443E-10
+ -2.13392203929914052E-10 -2.19795809665663579E-10 -2.26354302877362831E-10
+ -2.33070882480107242E-10 -2.39948809607754941E-10 -2.46991408791379748E-10
+ -2.54202069159769196E-10 -2.61584245662373074E-10 -2.69141460315124074E-10
+ -2.76877303469553448E-10 -2.84795435105634812E-10 -2.92899586148798003E-10
+ -3.01193559811561906E-10 -3.09681232960242641E-10 -3.18366557507205391E-10
+ -3.27253561829133342E-10 -3.36346352211795455E-10 -3.45649114321809792E-10
+ -3.55166114705899746E-10 -3.64901702318155650E-10 -3.74860310075823482E-10
+ -3.85046456444147961E-10 -3.95464747050811460E-10 -4.06119876330518465E-10
+ -4.17016629200285304E-10 -4.28159882766005302E-10 -4.39554608060870225E-10
+ -4.51205871816240257E-10 -4.63118838265565160E-10 -4.75298770981968649E-10
+ -4.87751034750123373E-10 -5.00481097473054272E-10 -5.13494532114512772E-10
+ -5.26797018677590844E-10 -5.40394346220241073E-10 -5.54292414908391361E-10
+ -5.68497238107350437E-10 -5.83014944512216908E-10 -5.97851780318014681E-10
+ -6.13014111430292000E-10 -6.28508425716934858E-10 -6.44341335301963856E-10
+ -6.60519578902085241E-10 -6.77050024206800031E-10 -6.93939670302871522E-10
+ -7.11195650143978275E-10 -7.28825233066389865E-10 -7.46835827351520823E-10
+ -7.65234982836230689E-10 -7.84030393571757521E-10 -8.03229900532187425E-10
+ -8.22841494373377873E-10 -8.42873318243271875E-10 -8.63333670644558124E-10
+ -8.84231008350643018E-10 -9.05573949375931751E-10 -9.27371276001416041E-10
+ -9.49631937856605787E-10 -9.72365055058836343E-10 -9.95579921411031618E-10
+ -1.01928600765899110E-09 -1.04349296480931849E-09 -1.06821062750910532E-09
+ -1.09344901748852597E-09 -1.11921834706750109E-09 -1.14552902272762275E-09
+ -1.17239164875055199E-09 -1.19981703092411781E-09 -1.22781618031737715E-09
+ -1.25640031712591247E-09 -1.28558087458866551E-09 -1.31536950297764716E-09
+ -1.34577807366185388E-09 -1.37681868324678763E-09 -1.40850365779096290E-09
+ -1.44084555710084271E-09 -1.47385717910564918E-09 -1.50755156431353033E-09
+ -1.54194200035059385E-09 -1.57704202658434368E-09 -1.61286543883307996E-09
+ -1.64942629416286396E-09 -1.68673891577365948E-09 -1.72481789797631359E-09
+ -1.76367811126205832E-09 -1.80333470746624457E-09 -1.84380312502805729E-09
+ -1.88509909434798712E-09 -1.92723864324488251E-09 -1.97023810251440844E-09
+ -2.01411411159080573E-09 -2.05888362431386004E-09 -2.10456391480303484E-09
+ -2.15117258344074217E-09 -2.19872756296678770E-09 -2.24724712468604027E-09
+ -2.29674988479143154E-09 -2.34725481080441439E-09 -2.39878122813505985E-09
+ -2.45134882676401338E-09 -2.50497766804856464E-09 -2.55968819165512418E-09
+ -2.61550122262046307E-09 -2.67243797854408232E-09 -2.73052007691416317E-09
+ -2.78976954256955054E-09 -2.85020881530030918E-09 -2.91186075758940254E-09
+ -2.97474866249812031E-09 -3.03889626169791498E-09 -3.10432773365135244E-09
+ -3.17106771194494877E-09 -3.23914129377669678E-09 -3.30857404860115728E-09
+ -3.37939202693501955E-09 -3.45162176932612443E-09 -3.52529031548894914E-09
+ -3.60042521360966617E-09 -3.67705452982389030E-09 -3.75520685787032753E-09
+ -3.83491132892358933E-09 -3.91619762160946344E-09 -3.99909597220604645E-09
+ -4.08363718503417657E-09 -4.16985264304064707E-09 -4.25777431857781067E-09
+ -4.34743478438316052E-09 -4.43886722476265659E-09 -4.53210544698149653E-09
+ -4.62718389286622787E-09 -4.72413765062209013E-09 -4.82300246686957471E-09
+ -4.92381475890426061E-09 -5.02661162718406202E-09 -5.13143086804810633E-09
+ -5.23831098667150829E-09 -5.34729121026041865E-09 -5.45841150149182565E-09
+ -5.57171257220256696E-09 -5.68723589733225136E-09 -5.80502372912472809E-09
+ -5.92511911159291812E-09 -6.04756589525185793E-09 -6.17240875212498419E-09
+ -6.29969319102859757E-09 -6.42946557313981139E-09 -6.56177312785307119E-09
+ -6.69666396893072225E-09 -6.83418711095298248E-09 -6.97439248607287533E-09
+ -7.11733096108181783E-09 -7.26305435479154565E-09 -7.41161545573826057E-09
+ -7.56306804021498339E-09 -7.71746689063815395E-09 -7.87486781425466147E-09
+ -8.03532766219564146E-09 -8.19890434888343648E-09 -8.36565687179822670E-09
+ -8.53564533161104350E-09 -8.70893095268989119E-09 -8.88557610398593836E-09
+ -9.06564432030674044E-09 -9.24920032398372628E-09 -9.43631004694118667E-09
+ -9.62704065317424737E-09 -9.82146056164332925E-09 -1.00196394695928810E-08
+ -1.02216483763021598E-08 -1.04275596072760885E-08 -1.06374468388843591E-08
+ -1.08513851234569936E-08 -1.10694509148449153E-08 -1.12917220944540388E-08
+ -1.15182779977617074E-08 -1.17491994413243359E-08 -1.19845687502854254E-08
+ -1.22244697863931337E-08 -1.24689879765368682E-08 -1.27182103418125020E-08
+ -1.29722255271259814E-08 -1.32311238313452492E-08 -1.34949972380107559E-08
+ -1.37639394466147118E-08 -1.40380459044597040E-08 -1.43174138391074380E-08
+ -1.46021422914284068E-08 -1.48923321492636466E-08 -1.51880861817100153E-08
+ -1.54895090740402789E-08 -1.57967074632700178E-08 -1.61097899743831189E-08
+ -1.64288672572281516E-08 -1.67540520240979507E-08 -1.70854590880051428E-08
+ -1.74232054016663744E-08 -1.77674100972084371E-08 -1.81181945266096274E-08
+ -1.84756823028898472E-08 -1.88399993420634676E-08 -1.92112739058688650E-08
+ -1.95896366452891596E-08 -1.99752206448787067E-08 -2.03681614679102041E-08
+ -2.07685972023577091E-08 -2.11766685077309162E-08 -2.15925186627764892E-08
+ -2.20162936140624288E-08 -2.24481420254619552E-08 -2.28882153285532957E-08
+ -2.33366677739525283E-08 -2.37936564835966669E-08 -2.42593415039944522E-08
+ -2.47338858604629472E-08 -2.52174556123680208E-08 -2.57102199093872548E-08
+ -2.62123510488143196E-08 -2.67240245339239949E-08 -2.72454191334173752E-08
+ -2.77767169419673809E-08 -2.83181034418848022E-08 -2.88697675659256398E-08
+ -2.94319017612608293E-08 -3.00047020546299464E-08 -3.05883681187005111E-08
+ -3.11831033396554987E-08 -3.17891148860315395E-08 -3.24066137788310713E-08
+ -3.30358149629319219E-08 -3.36769373798182697E-08 -3.43302040416575064E-08
+ -3.49958421067478504E-08 -3.56740829563620428E-08 -3.63651622730128674E-08
+ -3.70693201201669317E-08 -3.77868010234333705E-08 -3.85178540532546829E-08
+ -3.92627329091276682E-08 -4.00216960053825453E-08 -4.07950065585491336E-08
+ -4.15829326763395103E-08 -4.23857474482768566E-08 -4.32037290380010849E-08
+ -4.40371607772821239E-08 -4.48863312617724473E-08 -4.57515344485311784E-08
+ -4.66330697553521494E-08 -4.75312421619294938E-08 -4.84463623128949158E-08
+ -4.93787466227607847E-08 -5.03287173828045226E-08 -5.12966028699303504E-08
+ -5.22827374575445181E-08 -5.32874617284816773E-08 -5.43111225900198328E-08
+ -5.53540733910228941E-08 -5.64166740412500051E-08 -5.74992911328715117E-08
+ -5.86022980642326127E-08 -5.97260751659061421E-08 -6.08710098290767049E-08
+ -6.20374966362992506E-08 -6.32259374946763166E-08 -6.44367417714978677E-08
+ -6.56703264323901593E-08 -6.69271161820193054E-08 -6.82075436073971299E-08
+ -6.95120493238370406E-08 -7.08410821236094621E-08 -7.21950991273458920E-08
+ -7.35745659382433400E-08 -7.49799567991200650E-08 -7.64117547523755502E-08
+ -7.78704518029088735E-08 -7.93565490840491924E-08 -8.08705570265547652E-08
+ -8.24129955307371532E-08 -8.39843941417676324E-08 -8.55852922282256381E-08
+ -8.72162391639483207E-08 -8.88777945132425321E-08 -9.05705282195214320E-08
+ -9.22950207974289641E-08 -9.40518635285161932E-08 -9.58416586605359418E-08
+ -9.76650196104219672E-08 -9.95225711710205341E-08 -1.01414949721644859E-07
+ -1.03342803442521499E-07 -1.05306792533201779E-07 -1.07307589435010792E-07
+ -1.09345879057609189E-07 -1.11422359009742965E-07 -1.13537739834259439E-07
+ -1.15692745247467376E-07 -1.17888112382922247E-07 -1.20124592039717958E-07
+ -1.22402948935368277E-07 -1.24723961963362933E-07 -1.27088424455484856E-07
+ -1.29497144448975668E-07 -1.31950944958640202E-07 -1.34450664253980251E-07
+ -1.36997156141451170E-07 -1.39591290251935063E-07 -1.42233952333528394E-07
+ -1.44926044549740064E-07 -1.47668485783201903E-07 -1.50462211944992346E-07
+ -1.53308176289676733E-07 -1.56207349736170826E-07 -1.59160721194533926E-07
+ -1.62169297898801874E-07 -1.65234105745971533E-07 -1.68356189641249098E-07
+ -1.71536613849680039E-07 -1.74776462354276412E-07 -1.78076839220763135E-07
+ -1.81438868969064228E-07 -1.84863696951654185E-07 -1.88352489738900925E-07
+ -1.91906435511530093E-07 -1.95526744460341283E-07 -1.99214649193309751E-07
+ -2.02971405150212173E-07 -2.06798291024912874E-07 -2.10696609195452940E-07
+ -2.14667686162087165E-07 -2.18712872993413575E-07 -2.22833545780746782E-07
+ -2.27031106100887001E-07 -2.31306981487438641E-07 -2.35662625910836948E-07
+ -2.40099520267244975E-07 -2.44619172876481203E-07 -2.49223119989148442E-07
+ -2.53912926303130541E-07 -2.58690185489632297E-07 -2.63556520728937220E-07
+ -2.68513585256062502E-07 -2.73563062916495855E-07 -2.78706668732197430E-07
+ -2.83946149478058306E-07 -2.89283284269008355E-07 -2.94719885157968456E-07
+ -3.00257797744850035E-07 -3.05898901796802454E-07 -3.11645111879919598E-07
+ -3.17498378002612908E-07 -3.23460686270871038E-07 -3.29534059555619911E-07
+ -3.35720558172412131E-07 -3.42022280573669052E-07 -3.48441364053709287E-07
+ -3.54979985466799081E-07 -3.61640361958464777E-07 -3.68424751710311548E-07
+ -3.75335454698599580E-07 -3.82374813466829442E-07 -3.89545213912595035E-07
+ -3.96849086088970888E-07 -4.04288905020695636E-07 -4.11867191535432260E-07
+ -4.19586513110376669E-07 -4.27449484734501987E-07 -4.35458769786724881E-07
+ -4.43617080930289080E-07 -4.51927181023664290E-07 -4.60391884048264480E-07
+ -4.69014056053299163E-07 -4.77796616118069627E-07 -4.86742537332033707E-07
+ -4.95854847792969153E-07 -5.05136631623563570E-07 -5.14591030006777092E-07
+ -5.24221242240321747E-07 -5.34030526810608175E-07 -5.44022202486521819E-07
+ -5.54199649433391419E-07 -5.64566310347525483E-07 -5.75125691611693765E-07
+ -5.85881364471940316E-07 -5.96836966236122394E-07 -6.07996201494575048E-07
+ -6.19362843363310588E-07 -6.30940734750166179E-07 -6.42733789644324906E-07
+ -6.54745994429643205E-07 -6.66981409222216271E-07 -6.79444169232638483E-07
+ -6.92138486153403771E-07 -7.05068649571919845E-07 -7.18239028409600013E-07
+ -7.31654072387517327E-07 -7.45318313519113169E-07 -7.59236367630450611E-07
+ -7.73412935908530710E-07 -7.87852806478184422E-07 -8.02560856008062420E-07
+ -8.17542051346268209E-07 -8.32801451186175898E-07 -8.48344207762986261E-07
+ -8.64175568581594755E-07 -8.80300878176344077E-07 -8.96725579903248261E-07
+ -9.13455217765289916E-07 -9.30495438271401528E-07 -9.47851992329739213E-07
+ -9.65530737175903879E-07 -9.83537638336729411E-07 -1.00187877163030968E-06
+ -1.02056032520292812E-06 -1.03958860160356478E-06 -1.05897001989668001E-06
+ -1.07871111781397656E-06 -1.09881855394585928E-06 -1.11929910997332500E-06
+ -1.14015969294102481E-06 -1.16140733757225784E-06 -1.18304920862667217E-06
+ -1.20509260330145783E-06 -1.22754495367683143E-06 -1.25041382920662819E-06
+ -1.27370693925484029E-06 -1.29743213567893339E-06 -1.32159741546081580E-06
+ -1.34621092338633347E-06 -1.37128095477418330E-06 -1.39681595825515765E-06
+ -1.42282453860264131E-06 -1.44931545961531618E-06 -1.47629764705302065E-06
+ -1.50378019162675646E-06 -1.53177235204382842E-06 -1.56028355810914335E-06
+ -1.58932341388368775E-06 -1.61890170090125629E-06 -1.64902838144448493E-06
+ -1.67971360188129213E-06 -1.71096769606283686E-06 -1.74280118878412755E-06
+ -1.77522479930842950E-06 -1.80824944495665140E-06 -1.84188624476291153E-06
+ -1.87614652319748109E-06 -1.91104181395838088E-06 -1.94658386383284614E-06
+ -1.98278463662999902E-06 -2.01965631718599335E-06 -2.05721131544299870E-06
+ -2.09546227060335875E-06 -2.13442205536032645E-06 -2.17410378020676563E-06
+ -2.21452079782327249E-06 -2.25568670754716848E-06 -2.29761535992384926E-06
+ -2.34032086134201457E-06 -2.38381757875431838E-06 -2.42812014448500250E-06
+ -2.47324346112612182E-06 -2.51920270652400320E-06 -2.56601333885756154E-06
+ -2.61369110181020594E-06 -2.66225202983702510E-06 -2.71171245352901864E-06
+ -2.76208900507615591E-06 -2.81339862383107888E-06 -2.86565856197530494E-06
+ -2.91888639028980818E-06 -2.97310000403188950E-06 -3.02831762892032234E-06
+ -3.08455782723072213E-06 -3.14183950400319996E-06 -3.20018191336434128E-06
+ -3.25960466496563331E-06 -3.32012773054045466E-06 -3.38177145058182561E-06
+ -3.44455654114314584E-06 -3.50850410076414527E-06 -3.57363561752439249E-06
+ -3.63997297622667544E-06 -3.70753846571264202E-06 -3.77635478631315068E-06
+ -3.84644505743578193E-06 -3.91783282529205183E-06 -3.99054207076687366E-06
+ -4.06459721743290200E-06 -4.14002313971238980E-06 -4.21684517118932253E-06
+ -4.29508911307451134E-06 -4.37478124282652666E-06 -4.45594832293131160E-06
+ -4.53861760984334145E-06 -4.62281686309138204E-06 -4.70857435455179288E-06
+ -4.79591887789249901E-06 -4.88487975819074088E-06 -4.97548686172779245E-06
+ -5.06777060596391332E-06 -5.16176196969682422E-06 -5.25749250340708623E-06
+ -5.35499433979380146E-06 -5.45430020450415731E-06 -5.55544342706031751E-06
+ -5.65845795198733607E-06 -5.76337835014575254E-06 -5.87023983027263195E-06
+ -5.97907825073487111E-06 -6.08993013149866360E-06 -6.20283266631909155E-06
+ -6.31782373515387721E-06 -6.43494191680541823E-06 -6.55422650179527009E-06
+ -6.67571750547535464E-06 -6.79945568138024869E-06 -6.92548253482491562E-06
+ -7.05384033675245739E-06 -7.18457213783641098E-06 -7.31772178284228011E-06
+ -7.45333392525306676E-06 -7.59145404216357479E-06 -7.73212844944851773E-06
+ -7.87540431720934621E-06 -8.02132968550497200E-06 -8.16995348037153019E-06
+ -8.32132553013655730E-06 -8.47549658203286667E-06 -8.63251831911772149E-06
+ -8.79244337750280807E-06 -8.95532536390078083E-06 -9.12121887349409822E-06
+ -9.29017950813210432E-06 -9.46226389486233430E-06 -9.63752970480220015E-06
+ -9.81603567235723311E-06 -9.99784161479228983E-06 -1.01830084521620970E-05
+ -1.03715982276078346E-05 -1.05636741280263050E-05 -1.07593005051186254E-05
+ -1.09585428968253370E-05 -1.11614680491550013E-05 -1.13681439384134736E-05
+ -1.15786397938412141E-05 -1.17930261206660486E-05 -1.20113747235790544E-05
+ -1.22337587306411892E-05 -1.24602526176286495E-05 -1.26909322328249338E-05
+ -1.29258748222677485E-05 -1.31651590554591198E-05 -1.34088650515471410E-05
+ -1.36570744059879999E-05 -1.39098702176970017E-05 -1.41673371166976505E-05
+ -1.44295612922776816E-05 -1.46966305216615218E-05 -1.49686341992084652E-05
+ -1.52456633661461978E-05 -1.55278107408494946E-05 -1.58151707496739759E-05
+ -1.61078395583550439E-05 -1.64059151039824313E-05 -1.67094971275607105E-05
+ -1.70186872071666013E-05 -1.73335887917138116E-05 -1.76543072353366564E-05
+ -1.79809498324035837E-05 -1.83136258531722644E-05 -1.86524465800977683E-05
+ -1.89975253448058733E-05 -1.93489775657435962E-05 -1.97069207865191761E-05
+ -2.00714747149442998E-05 -2.04427612627911589E-05 -2.08209045862774832E-05
+ -2.12060311272927497E-05 -2.15982696553791236E-05 -2.19977513104808152E-05
+ -2.24046096464759252E-05 -2.28189806755049077E-05 -2.32410029131103453E-05
+ -2.36708174242025808E-05 -2.41085678698663479E-05 -2.45544005550238138E-05
+ -2.50084644769693359E-05 -2.54709113747921134E-05 -2.59418957797026196E-05
+ -2.64215750662794603E-05 -2.69101095046532037E-05 -2.74076623136443720E-05
+ -2.79143997148728483E-05 -2.84304909878564379E-05 -2.89561085261164809E-05
+ -2.94914278943087808E-05 -3.00366278863986479E-05 -3.05918905848988831E-05
+ -3.11574014211899624E-05 -3.17333492369422651E-05 -3.23199263466601461E-05
+ -3.29173286013683482E-05 -3.35257554534614400E-05 -3.41454100227373670E-05
+ -3.47764991636367082E-05 -3.54192335337092580E-05 -3.60738276633305904E-05
+ -3.67405000266907586E-05 -3.74194731140786913E-05 -3.81109735054855131E-05
+ -3.88152319455506163E-05 -3.95324834198751754E-05 -4.02629672327272560E-05
+ -4.10069270861644969E-05 -4.17646111605994255E-05 -4.25362721968337176E-05
+ -4.33221675795881622E-05 -4.41225594225551907E-05 -4.49377146550014979E-05
+ -4.57679051099490030E-05 -4.66134076139625982E-05 -4.74745040785736207E-05
+ -4.83514815933688201E-05 -4.92446325207747959E-05 -5.01542545925686740E-05
+ -5.10806510081459426E-05 -5.20241305345775881E-05 -5.29850076084885209E-05
+ -5.39636024397903397E-05 -5.49602411173018065E-05 -5.59752557162912124E-05
+ -5.70089844079752880E-05 -5.80617715710098271E-05 -5.91339679050082153E-05
+ -6.02259305461241650E-05 -6.13380231847358978E-05 -6.24706161852700342E-05
+ -6.36240867082029678E-05 -6.47988188342798663E-05 -6.59952036909905145E-05
+ -6.72136395813432449E-05 -6.84545321149774931E-05 -6.97182943416581015E-05
+ -7.10053468871933561E-05 -7.23161180918209122E-05 -7.36510441511055723E-05
+ -7.50105692593945616E-05 -7.63951457558756201E-05 -7.78052342732854139E-05
+ -7.92413038893153052E-05 -8.07038322807631368E-05 -8.21933058804805486E-05
+ -8.37102200371654323E-05 -8.52550791780511830E-05 -8.68283969745443988E-05
+ -8.84306965108640181E-05 -9.00625104557355887E-05 -9.17243812371956664E-05
+ -9.34168612205615553E-05 -9.51405128896237300E-05 -9.68959090311183639E-05
+ -9.86836329225386830E-05 -1.00504278523344564E-04 -1.02358450669632280E-04
+ -1.04246765272324383E-04 -1.06169849518944956E-04 -1.08128342079042385E-04
+ -1.10122893313325913E-04 -1.12154165486582036E-04 -1.14222832984437996E-04
+ -1.16329582534041421E-04 -1.18475113428725674E-04 -1.20660137756732440E-04
+ -1.22885380634063236E-04 -1.25151580441534431E-04 -1.27459489066109185E-04
+ -1.29809872146584380E-04 -1.32203509323708379E-04 -1.34641194494809866E-04
+ -1.37123736073016485E-04 -1.39651957251147186E-04 -1.42226696270358552E-04
+ -1.44848806693632161E-04 -1.47519157684187520E-04 -1.50238634288908500E-04
+ -1.53008137726872383E-04 -1.55828585683071648E-04 -1.58700912607421147E-04
+ -1.61626070019144373E-04 -1.64605026816633373E-04 -1.67638769592880779E-04
+ -1.70728302956580757E-04 -1.73874649859000836E-04 -1.77078851926726268E-04
+ -1.80341969800380261E-04 -1.83665083479426426E-04 -1.87049292673160776E-04
+ -1.90495717158002415E-04 -1.94005497141194039E-04 -1.97579793631026131E-04
+ -2.01219788813698916E-04 -2.04926686436940054E-04 -2.08701712200496840E-04
+ -2.12546114153622950E-04 -2.16461163099685274E-04 -2.20448153008014042E-04
+ -2.24508401433124344E-04 -2.28643249941438991E-04 -2.32854064545644793E-04
+ -2.37142236146814208E-04 -2.41509180984432974E-04 -2.45956341094467315E-04
+ -2.50485184775616247E-04 -2.55097207063889229E-04 -2.59793930215657782E-04
+ -2.64576904199326343E-04 -2.69447707195776085E-04 -2.74407946107734640E-04
+ -2.79459257078225375E-04 -2.84603306018258177E-04 -2.89841789143921750E-04
+ -2.95176433523040729E-04 -3.00608997631565526E-04 -3.06141271919864726E-04
+ -3.11775079389092118E-04 -3.17512276177803817E-04 -3.23354752159003193E-04
+ -3.29304431547797650E-04 -3.35363273519848136E-04 -3.41533272840801965E-04
+ -3.47816460506897079E-04 -3.54214904396934398E-04 -3.60730709935812310E-04
+ -3.67366020769826281E-04 -3.74123019453935664E-04 -3.81003928151207242E-04
+ -3.88011009344641172E-04 -3.95146566561599801E-04 -4.02412945111051807E-04
+ -4.09812532833855447E-04 -4.17347760866305928E-04 -4.25021104417173511E-04
+ -4.32835083558467937E-04 -4.40792264030161250E-04 -4.48895258059114270E-04
+ -4.57146725192446421E-04 -4.65549373145598185E-04 -4.74105958665340798E-04
+ -4.82819288407985861E-04 -4.91692219833057961E-04 -5.00727662112693196E-04
+ -5.09928577057035281E-04 -5.19297980055899986E-04 -5.28838941036986624E-04
+ -5.38554585440922527E-04 -5.48448095213419171E-04 -5.58522709814841876E-04
+ -5.68781727247482261E-04 -5.79228505100837557E-04 -5.89866461615203507E-04
+ -6.00699076763887567E-04 -6.11729893354364535E-04 -6.22962518148693347E-04
+ -6.34400623003517940E-04 -6.46047946029988467E-04 -6.57908292773938790E-04
+ -6.69985537416658053E-04 -6.82283623996610459E-04 -6.94806567652452673E-04
+ -7.07558455887706442E-04 -7.20543449857456112E-04 -7.33765785677435050E-04
+ -7.47229775755881161E-04 -7.60939810148541433E-04 -7.74900357937217650E-04
+ -7.89115968632240778E-04 -8.03591273599279067E-04 -8.18330987510886682E-04
+ -8.33339909823202127E-04 -8.48622926278223767E-04 -8.64185010432073127E-04
+ -8.80031225209700041E-04 -8.96166724486447829E-04 -9.12596754696939818E-04
+ -9.29326656471734353E-04 -9.46361866302204398E-04 -9.63707918234117276E-04
+ -9.81370445590381288E-04 -9.99355182723446131E-04 -1.01766796679784218E-03
+ -1.03631473960335576E-03 -1.05530154939934917E-03 -1.07463455279072540E-03
+ -1.09432001663607010E-03 -1.11436431998848890E-03 -1.13477395606968127E-03
+ -1.15555553427778472E-03 -1.17671578222955375E-03 -1.19826154783742099E-03
+ -1.22019980142201397E-03 -1.24253763786070408E-03 -1.26528227877277175E-03
+ -1.28844107474178045E-03 -1.31202150757576009E-03 -1.33603119260581639E-03
+ -1.36047788102377858E-03 -1.38536946225952602E-03 -1.41071396639861420E-03
+ -1.43651956664086924E-03 -1.46279458180058699E-03 -1.48954747884902177E-03
+ -1.51678687549982325E-03 -1.54452154283812176E-03 -1.57276040799395229E-03
+ -1.60151255686071382E-03 -1.63078723685939567E-03 -1.66059385974928623E-03
+ -1.69094200448589881E-03 -1.72184142012687187E-03 -1.75330202878658031E-03
+ -1.78533392864024614E-03 -1.81794739697831533E-03 -1.85115289331189148E-03
+ -1.88496106253002336E-03 -1.91938273810966071E-03 -1.95442894537910207E-03
+ -1.99011090483575907E-03 -2.02644003551908205E-03 -2.06342795843952442E-03
+ -2.10108650006436866E-03 -2.13942769586134224E-03 -2.17846379390087674E-03
+ -2.21820725851793301E-03 -2.25867077403429321E-03 -2.29986724854225810E-03
+ -2.34180981775067515E-03 -2.38451184889427103E-03 -2.42798694470720529E-03
+ -2.47224894746187916E-03 -2.51731194307394006E-03 -2.56319026527451017E-03
+ -2.60989849985063336E-03 -2.65745148895497798E-03 -2.70586433548583322E-03
+ -2.75515240753843862E-03 -2.80533134292873521E-03 -2.85641705379058525E-03
+ -2.90842573124757298E-03 -2.96137385016049387E-03 -3.01527817395161758E-03
+ -3.07015575950689984E-03 -3.12602396215725092E-03 -3.18290044074004018E-03
+ -3.24080316274199740E-03 -3.29975040952469340E-03 -3.35976078163381393E-03
+ -3.42085320419341712E-03 -3.48304693238641857E-03 -3.54636155702253014E-03
+ -3.61081701019493008E-03 -3.67643357102688225E-03 -3.74323187150965185E-03
+ -3.81123290243295205E-03 -3.88045801940928260E-03 -3.95092894899343357E-03
+ -4.02266779489853128E-03 -4.09569704430996426E-03 -4.17003957429853273E-03
+ -4.24571865833424725E-03 -4.32275797290211736E-03 -4.40118160422138353E-03
+ -4.48101405506956627E-03 -4.56228025171281221E-03 -4.64500555094395171E-03
+ -4.72921574722975219E-03 -4.81493707996882500E-03 -4.90219624086167798E-03
+ -4.99102038139443999E-03 -5.08143712043772691E-03 -5.17347455196223369E-03
+ -5.26716125287254085E-03 -5.36252629096073581E-03 -5.45959923298140228E-03
+ -5.55841015284951230E-03 -5.65898963996291481E-03 -5.76136880765093767E-03
+ -5.86557930175075730E-03 -5.97165330931317181E-03 -6.07962356743940377E-03
+ -6.18952337225059292E-03 -6.30138658799166574E-03 -6.41524765627121858E-03
+ -6.53114160543913011E-03 -6.64910406010362810E-03 -6.76917125078942486E-03
+ -6.89138002373876780E-03 -7.01576785085705149E-03 -7.14237283980472849E-03
+ -7.27123374423732476E-03 -7.40238997419526059E-03 -7.53588160664527083E-03
+ -7.67174939617519189E-03 -7.81003478584389385E-03 -7.95077991818814514E-03
+ -8.09402764638824344E-03 -8.23982154559410075E-03 -8.38820592441375489E-03
+ -8.53922583656597893E-03 -8.69292709269888463E-03 -8.84935627237631167E-03
+ -9.00856073623381749E-03 -9.17058863830615308E-03 -9.33548893852793882E-03
+ -9.50331141540953356E-03 -9.67410667888977775E-03 -9.84792618336751205E-03
+ -1.00248222409137638E-02 -1.02048480346662498E-02 -1.03880576324082517E-02
+ -1.05745060003335240E-02 -1.07642490169991192E-02 -1.09573434874679580E-02
+ -1.11538471576428967E-02 -1.13538187287941933E-02 -1.15573178722820670E-02
+ -1.17644052444762035E-02 -1.19751425018739827E-02 -1.21895923164191886E-02
+ -1.24078183910228783E-02 -1.26298854752883247E-02 -1.28558593814416134E-02
+ -1.30858070004696569E-02 -1.33197963184673359E-02 -1.35578964331954203E-02
+ -1.38001775708509519E-02 -1.40467111030516800E-02 -1.42975695640362808E-02
+ -1.45528266680817666E-02 -1.48125573271398036E-02 -1.50768376686934852E-02
+ -1.53457450538358534E-02 -1.56193580955719703E-02 -1.58977566773457132E-02
+ -1.61810219717928583E-02 -1.64692364597217589E-02 -1.67624839493230003E-02
+ -1.70608495956093079E-02 -1.73644199200869258E-02 -1.76732828306597825E-02
+ -1.79875276417674618E-02 -1.83072450947583433E-02 -1.86325273784985895E-02
+ -1.89634681502183593E-02 -1.93001625565961052E-02 -1.96427072550817289E-02
+ -1.99912004354595649E-02 -2.03457418416519084E-02 -2.07064327937639125E-02
+ -2.10733762103702538E-02 -2.14466766310444611E-02 -2.18264402391311028E-02
+ -2.22127748847616019E-02 -2.26057901081134771E-02 -2.30055971629139488E-02
+ -2.34123090401875331E-02 -2.38260404922480511E-02 -2.42469080569348017E-02
+ -2.46750300820929580E-02 -2.51105267502979394E-02 -2.55535201038234114E-02
+ -2.60041340698525802E-02 -2.64624944859321726E-02 -2.69287291256684984E-02
+ -2.74029677246649464E-02 -2.78853420066997280E-02 -2.83759857101432700E-02
+ -2.88750346146138225E-02 -2.93826265678701834E-02 -2.98989015129399530E-02
+ -3.04240015154819687E-02 -3.09580707913811523E-02 -3.15012557345737756E-02
+ -3.20537049451014022E-02 -3.26155692573910291E-02 -3.31870017687595359E-02
+ -3.37681578681391717E-02 -3.43591952650224366E-02 -3.49602740186224434E-02
+ -3.55715565672465248E-02 -3.61932077578792991E-02 -3.68253948759719937E-02
+ -3.74682876754343780E-02 -3.81220584088252934E-02 -3.87868818577379176E-02
+ -3.94629353633752650E-02 -4.01503988573115797E-02 -4.08494548924345433E-02
+ -4.15602886740637709E-02 -4.22830880912399634E-02 -4.30180437481793368E-02
+ -4.37653489958876180E-02 -4.45251999639275642E-02 -4.52977955923335243E-02
+ -4.60833376636668735E-02 -4.68820308352050005E-02 -4.76940826712569516E-02
+ -4.85197036755981997E-02 -4.93591073240168751E-02 -5.02125100969630367E-02
+ -5.10801315122929658E-02 -5.19621941580996408E-02 -5.28589237256201008E-02
+ -5.37705490422103818E-02 -5.46973021043786131E-02 -5.56394181108652436E-02
+ -5.65971354957609807E-02 -5.75706959616504588E-02 -5.85603445127713049E-02
+ -5.95663294881764102E-02 -6.05889025948869800E-02 -6.16283189410248289E-02
+ -6.26848370689101209E-02 -6.37587189881114874E-02 -6.48502302084348892E-02
+ -6.59596397728368644E-02 -6.70872202902470238E-02 -6.82332479682856291E-02
+ -6.93980026458593385E-02 -7.05817678256199926E-02 -7.17848307062693147E-02
+ -7.30074822146927066E-02 -7.42500170379036123E-02 -7.55127336547816025E-02
+ -7.67959343675844591E-02 -7.80999253332151783E-02 -7.94250165942245040E-02
+ -8.07715221095278019E-02 -8.21397597848163574E-02 -8.35300515026404233E-02
+ -8.49427231521427684E-02 -8.63781046584194551E-02 -8.78365300114849895E-02
+ -8.93183372948168769E-02 -9.08238687134562961E-02 -9.23534706216383589E-02
+ -9.39074935499271263E-02 -9.54862922318276408E-02 -9.70902256298488142E-02
+ -9.87196569609884722E-02 -1.00374953721612176E-01 -1.02056487711696342E-01
+ -1.03764635058405719E-01 -1.05499776238974705E-01 -1.07262296102859644E-01
+ -1.09052583893131633E-01 -1.10871033267075800E-01 -1.12718042315962982E-01
+ -1.14594013583959889E-01 -1.16499354086142093E-01 -1.18434475325573357E-01
+ -1.20399793309414929E-01 -1.22395728564026557E-01 -1.24422706149020762E-01
+ -1.26481155670230661E-01 -1.28571511291552060E-01 -1.30694211745616573E-01
+ -1.32849700343256522E-01 -1.35038424981716032E-01 -1.37260838151567172E-01
+ -1.39517396942283906E-01 -1.41808563046430497E-01 -1.44134802762416941E-01
+ -1.46496586995773975E-01 -1.48894391258899889E-01 -1.51328695669229768E-01
+ -1.53799984945777596E-01 -1.56308748403998776E-01 -1.58855479948922795E-01
+ -1.61440678066502585E-01 -1.64064845813125915E-01 -1.66728490803235541E-01
+ -1.69432125195000949E-01 -1.72176265673985723E-01 -1.74961433434753177E-01
+ -1.77788154160350487E-01 -1.80656957999612899E-01 -1.83568379542227517E-01
+ -1.86522957791492972E-01 -1.89521236134715693E-01 -1.92563762311177028E-01
+ -1.95651088377607335E-01 -1.98783770671102006E-01 -2.01962369769412425E-01
+ -2.05187450448544889E-01 -2.08459581637599034E-01 -2.11779336370776644E-01
+ -2.15147291736489943E-01 -2.18564028823499207E-01 -2.22030132664006813E-01
+ -2.25546192173634197E-01 -2.29112800088208945E-01 -2.32730552897286030E-01
+ -2.36400050774327741E-01 -2.40121897503465576E-01 -2.43896700402765454E-01
+ -2.47725070243919460E-01 -2.51607621168283113E-01 -2.55544970599178189E-01
+ -2.59537739150380253E-01 -2.63586550530710062E-01 -2.67692031444641432E-01
+ -2.71854811488848769E-01 -2.76075523044604698E-01 -2.80354801165944079E-01
+ -2.84693283463509528E-01 -2.89091609983990305E-01 -2.93550423085068846E-01
+ -2.98070367305785067E-01 -3.02652089232231525E-01 -3.07296237358490321E-01
+ -3.12003461942718885E-01 -3.16774414858300823E-01 -3.21609749439961179E-01
+ -3.26510120324765341E-01 -3.31476183287901682E-01 -3.36508595073160888E-01
+ -3.41608013218015094E-01 -3.46775095873208539E-01 -3.52010501616761895E-01
+ -3.57314889262300539E-01 -3.62688917661610877E-01 -3.68133245501331252E-01
+ -3.73648531093685565E-01 -3.79235432161161290E-01 -3.84894605615042240E-01
+ -3.90626707327700495E-01 -3.96432391898553393E-01 -4.02312312413591833E-01
+ -4.08267120198387290E-01 -4.14297464564485074E-01 -4.20403992549088890E-01
+ -4.26587348647946618E-01 -4.32848174541344555E-01 -4.39187108813121119E-01
+ -4.45604786662604335E-01 -4.52101839609389766E-01 -4.58678895190867075E-01
+ -4.65336576652407352E-01 -4.72075502630123545E-01 -4.78896286826121287E-01
+ -4.85799537676152304E-01 -4.92785858009589406E-01 -4.99855844701640850E-01
+ -5.07010088317722096E-01 -5.14249172749910666E-01 -5.21573674845403068E-01
+ -5.28984164026898185E-01 -5.36481201904841165E-01 -5.44065341881448727E-01
+ -5.51737128746451644E-01 -5.59497098264488901E-01 -5.67345776754086262E-01
+ -5.75283680658162933E-01 -5.83311316106003175E-01 -5.91429178466644001E-01
+ -5.99637751893618787E-01 -6.07937508861017606E-01 -6.16328909690808557E-01
+ -6.24812402071388107E-01 -6.33388420567315702E-01 -6.42057386120203355E-01
+ -6.50819705540724880E-01 -6.59675770991727362E-01 -6.68625959462414987E-01
+ -6.77670632233596471E-01 -6.86810134333979305E-01 -6.96044793987509069E-01
+ -7.05374922051750008E-01 -7.14800811447314333E-01 -7.24322736578345450E-01
+ -7.33940952744079445E-01 -7.43655695541501904E-01 -7.53467180259131619E-01
+ -7.63375601261965242E-01 -7.73381131367629426E-01 -7.83483921213786960E-01
+ -7.93684098616856071E-01 -8.03981767922108403E-01 -8.14377009345219838E-01
+ -8.24869878305354853E-01 -8.35460404749870711E-01 -8.46148592470748806E-01
+ -8.56934418412854559E-01 -8.67817831974145859E-01 -8.78798754297954066E-01
+ -8.89877077557480356E-01 -9.01052664232646738E-01 -9.12325346379468494E-01
+ -9.23694924892106695E-01 -9.35161168757786765E-01 -9.46723814304777145E-01
+ -9.58382564443616469E-01 -9.70137087901822293E-01 -9.81987018452291971E-01
+ -9.93931954135650941E-01 -1.00597145647678254E+00 -1.01810504969581994E+00
+ -1.03033221991387491E+00 -1.04265241435379030E+00 -1.05506504053622918E+00
+ -1.06756946547142118E+00 -1.08016501484689731E+00 -1.09285097221157246E+00
+ -1.10562657815652132E+00 -1.11849102949285895E+00 -1.13144347842709303E+00
+ -1.14448303173437749E+00 -1.15760874993008889E+00 -1.17081964644017034E+00
+ -1.18411468677070708E+00 -1.19749278767720724E+00 -1.21095281633408169E+00
+ -1.22449358950483789E+00 -1.23811387271351525E+00 -1.25181237941789769E+00
+ -1.26558777018508284E+00 -1.27943865186997319E+00 -1.29336357679729042E+00
+ -1.30736104194773350E+00 -1.32142948814890193E+00 -1.33556729927163964E+00
+ -1.34977280143246570E+00 -1.36404426220277775E+00 -1.37837988982551463E+00
+ -1.39277783244002240E+00 -1.40723617731582484E+00 -1.42175295009608016E+00
+ -1.43632611405146982E+00 -1.45095356934531128E+00 -1.46563315231069269E+00
+ -1.48036263474043484E+00 -1.49513972319072708E+00 -1.50996205829925567E+00
+ -1.52482721411870092E+00 -1.53973269746646246E+00 -1.55467594729149394E+00
+ -1.56965433405915555E+00 -1.58466515915496275E+00 -1.59970565430817224E+00
+ -1.61477298103611999E+00 -1.62986423011024395E+00 -1.64497642104473663E+00
+ -1.66010650160877349E+00 -1.67525134736327530E+00 -1.69040776122316050E+00
+ -1.70557247304605042E+00 -1.72074213924839303E+00 -1.73591334244998241E+00
+ -1.75108259114781051E+00 -1.76624631942025134E+00 -1.78140088666251772E+00
+ -1.79654257735435352E+00 -1.81166760086091116E+00 -1.82677209126776141E+00
+ -1.84185210725096349E+00 -1.85690363198313246E+00 -1.87192257307639331E+00
+ -1.88690476256314477E+00 -1.90184595691548597E+00 -1.91674183710419865E+00
+ -1.93158800869809277E+00 -1.94638000200456984E+00 -1.96111327225217624E+00
+ -1.97578319981593697E+00 -1.99038509048619217E+00 -2.00491417578167352E+00
+ -2.01936561330747999E+00 -2.03373448715862226E+00 -2.04801580836972175E+00
+ -2.06220451541146810E+00 -2.07629547473435006E+00 -2.09028348136014408E+00
+ -2.10416325952163197E+00 -2.11792946335093557E+00 -2.13157667761680836E+00
+ -2.14509941851121866E+00 -2.15849213448544353E+00 -2.17174920713588993E+00
+ -2.18486495213977605E+00 -2.19783362024076023E+00 -2.21064939828453921E+00
+ -2.22330641030439136E+00 -2.23579871865653690E+00 -2.24812032520519800E+00
+ -2.26026517255708947E+00 -2.27222714534507730E+00 -2.28400007156063456E+00
+ -2.29557772393466042E+00 -2.30695382136617599E+00 -2.31812203039833387E+00
+ -2.32907596674108719E+00 -2.33980919683983846E+00 -2.35031523948926635E+00
+ -2.36058756749150911E+00 -2.37061960935775007E+00 -2.38040475105226434E+00
+ -2.38993633777783643E+00 -2.39920767580143890E+00 -2.40821203431897812E+00
+ -2.41694264735784303E+00 -2.42539271571594917E+00 -2.43355540893587374E+00
+ -2.44142386731265582E+00 -2.44899120393374226E+00 -2.45625050674953460E+00
+ -2.46319484067289673E+00 -2.46981724970599803E+00 -2.47611075909274403E+00
+ -2.48206837749507603E+00 -2.48768309919131791E+00 -2.49294790629475971E+00
+ -2.49785577099060863E+00 -2.50239965778944162E+00 -2.50657252579522805E+00
+ -2.51036733098602260E+00 -2.51377702850539730E+00 -2.51679457496264636E+00
+ -2.51941293073988604E+00 -2.52162506230407057E+00 -2.52342394452205587E+00
+ -2.52480256297678851E+00 -2.52575391628280332E+00 -2.52627101839916124E+00
+ -2.52634690093810166E+00 -2.52597461546764590E+00 -2.52514723580651124E+00
+ -2.52385786030973946E+00 -2.52209961414353723E+00 -2.51986565154786568E+00
+ -2.51714915808550188E+00 -2.51394335287631732E+00 -2.51024149081566783E+00
+ -2.50603686477592325E+00 -2.50132280779028804E+00 -2.49609269521820298E+00
+ -2.49033994689180282E+00 -2.48405802924303432E+00 -2.47724045741122900E+00
+ -2.46988079733114851E+00 -2.46197266780163071E+00 -2.45350974253528520E+00
+ -2.44448575218981556E+00 -2.43489448638181427E+00 -2.42472979568412139E+00
+ -2.41398559360807363E+00 -2.40265585857224417E+00 -2.39073463585953849E+00
+ -2.37821603956481020E+00 -2.36509425453543143E+00 -2.35136353830758571E+00
+ -2.33701822304135032E+00 -2.32205271745794795E+00 -2.30646150878292211E+00
+ -2.29023916469930322E+00 -2.27338033531520445E+00 -2.25587975515062844E+00
+ -2.23773224514868696E+00 -2.21893271471676723E+00 -2.19947616380360378E+00
+ -2.17935768501860849E+00 -2.15857246580020901E+00 -2.13711579064038304E+00
+ -2.11498304337296483E+00 -2.09216970953378922E+00 -2.06867137880109597E+00
+ -2.04448374752514717E+00 -2.01960262135636759E+00 -1.99402391798186285E+00
+ -1.96774366998054506E+00 -1.94075802780761375E+00 -1.91306326291957407E+00
+ -1.88465577105144422E+00 -1.85553207565828315E+00 -1.82568883153360750E+00
+ -1.79512282861777894E+00 -1.76383099600985882E+00 -1.73181040619692683E+00
+ -1.69905827951529820E+00 -1.66557198885854518E+00 -1.63134906464766227E+00
+ -1.59638720007917190E+00 -1.56068425666739086E+00 -1.52423827009750879E+00
+ -1.48704745640654212E+00 -1.44911021850963206E+00 -1.41042515308952221E+00
+ -1.37099105786745601E+00 -1.33080693927406379E+00 -1.28987202053913363E+00
+ -1.24818575021950351E+00 -1.20574781118456276E+00 -1.16255813007913078E+00
+ -1.11861688728371522E+00 -1.07392452739232280E+00 -1.02848177022820297E+00
+ -9.82289622417990227E-01 -9.35349389544815946E-01 -8.87662688901007413E-01
+ -8.39231462860976607E-01 -7.90057992894843242E-01 -7.40144914243235919E-01
+ -6.89495231273534182E-01 -6.38112333537592002E-01 -5.86000012550667582E-01
+ -5.33162479310933080E-01 -4.79604382578461663E-01 -4.25330827932081268E-01
+ -3.70347397621845487E-01 -3.14660171234175945E-01 -2.58275747185899296E-01
+ -2.01201265062502327E-01 -1.43444428814884672E-01 -8.50135308277508023E-02
+ -2.59174768715032013E-02  3.38341880519044888E-02  9.42312529602424148E-02
+  1.55262813232189906E-01  2.16917242033063923E-01  2.79182160821738190E-01
+  3.42044408937585975E-01  4.05490012268653222E-01  4.69504151004825787E-01
+  5.34071126482515868E-01  5.99174327130367224E-01  6.64796193528663926E-01
+  7.30918182598558230E-01  7.97520730940883049E-01  8.64583217348238064E-01
+  9.32083924518204099E-01  1.00000000000000000E+00  1.06830741641160132E+00
+  1.13698093096939590E+00  1.20599404437775637E+00  1.27531895913155746E+00
+  END     
+   TPHI    1 #tphi(r), for tphi(r)/r*Ylm)
+  0.00000000000000000E+00 -2.10926959477170151E-08 -4.23794387875677395E-08
+ -6.38620136965839616E-08 -8.55422222749253852E-08 -1.07421882696969430E-07
+ -1.29502829863787927E-07 -1.51786915557027836E-07 -1.74276008594209594E-07
+ -1.96971994985449807E-07 -2.19876778091630402E-07 -2.42992278784019293E-07
+ -2.66320435605363762E-07 -2.89863204932458660E-07 -3.13622561140218626E-07
+ -3.37600496767254095E-07 -3.61799022682971582E-07 -3.86220168256213968E-07
+ -4.10865981525447524E-07 -4.35738529370519125E-07 -4.60839897685990794E-07
+ -4.86172191556071120E-07 -5.11737535431151212E-07 -5.37538073305973691E-07
+ -5.63575968899428559E-07 -5.89853405836015928E-07 -6.16372587828967766E-07
+ -6.43135738865061380E-07 -6.70145103391128554E-07 -6.97402946502283104E-07
+ -7.24911554131879665E-07 -7.52673233243217892E-07 -7.80690312023015055E-07
+ -8.08965140076652958E-07 -8.37500088625223847E-07 -8.66297550704390880E-07
+ -8.95359941365073625E-07 -9.24689697875983491E-07 -9.54289279928022938E-07
+ -9.84161169840557696E-07 -1.01430787276960010E-06 -1.04473191691789305E-06
+ -1.07543585374693741E-06 -1.10642225819096523E-06 -1.13769372887287999E-06
+ -1.16925288832219054E-06 -1.20110238319493986E-06 -1.23324488449566619E-06
+ -1.26568308780140070E-06 -1.29841971348772810E-06 -1.33145750695692583E-06
+ -1.36479923886820351E-06 -1.39844770537005765E-06 -1.43240572833476909E-06
+ -1.46667615559505259E-06 -1.50126186118288560E-06 -1.53616574557053381E-06
+ -1.57139073591379530E-06 -1.60693978629748213E-06 -1.64281587798315841E-06
+ -1.67902201965915794E-06 -1.71556124769290563E-06 -1.75243662638555588E-06
+ -1.78965124822897351E-06 -1.82720823416508340E-06 -1.86511073384760153E-06
+ -1.90336192590617460E-06 -1.94196501821295144E-06 -1.98092324815160662E-06
+ -2.02023988288883634E-06 -2.05991821964835638E-06 -2.09996158598741436E-06
+ -2.14037334007585364E-06 -2.18115687097773988E-06 -2.22231559893557661E-06
+ -2.26385297565714153E-06 -2.30577248460495532E-06 -2.34807764128841865E-06
+ -2.39077199355863389E-06 -2.43385912190593768E-06 -2.47734263976017582E-06
+ -2.52122619379373608E-06 -2.56551346422737199E-06 -2.61020816513883027E-06
+ -2.65531404477434135E-06 -2.70083488586294262E-06 -2.74677450593372365E-06
+ -2.79313675763596994E-06 -2.83992552906226103E-06 -2.88714474407453885E-06
+ -2.93479836263317580E-06 -2.98289038112906877E-06 -3.03142483271879277E-06
+ -3.08040578766283134E-06 -3.12983735366692659E-06 -3.17972367622656028E-06
+ -3.23006893897461091E-06 -3.28087736403220700E-06 -3.33215321236280978E-06
+ -3.38390078412955051E-06 -3.43612441905585227E-06 -3.48882849678938345E-06
+ -3.54201743726933802E-06 -3.59569570109711626E-06 -3.64986778991040025E-06
+ -3.70453824676067656E-06 -3.75971165649423241E-06 -3.81539264613665578E-06
+ -3.87158588528087344E-06 -3.92829608647876053E-06 -3.98552800563634710E-06
+ -4.04328644241266646E-06 -4.10157624062226940E-06 -4.16040228864144603E-06
+ -4.21976951981817188E-06 -4.27968291288584795E-06 -4.34014749238082524E-06
+ -4.40116832906378422E-06 -4.46275054034497324E-06 -4.52489929071339173E-06
+ -4.58761979216988742E-06 -4.65091730466424821E-06 -4.71479713653633781E-06
+ -4.77926464496125131E-06 -4.84432523639859507E-06 -4.90998436704588901E-06
+ -4.97624754329614144E-06 -5.04312032219963706E-06 -5.11060831192995748E-06
+ -5.17871717225431582E-06 -5.24745261500819918E-06 -5.31682040457437259E-06
+ -5.38682635836631712E-06 -5.45747634731607936E-06 -5.52877629636664234E-06
+ -5.60073218496879761E-06 -5.67335004758261248E-06 -5.74663597418349911E-06
+ -5.82059611077292718E-06 -5.89523665989386371E-06 -5.97056388115093853E-06
+ -6.04658409173537775E-06 -6.12330366695480503E-06 -6.20072904076788542E-06
+ -6.27886670632390145E-06 -6.35772321650728683E-06 -6.43730518448717898E-06
+ -6.51761928427201631E-06 -6.59867225126924579E-06 -6.68047088285017361E-06
+ -6.76302203892002092E-06 -6.84633264249320995E-06 -6.93040968027395685E-06
+ -7.01526020324220244E-06 -7.10089132724492513E-06 -7.18731023359289591E-06
+ -7.27452416966293995E-06 -7.36254044950571753E-06 -7.45136645445910202E-06
+ -7.54100963376720093E-06 -7.63147750520510198E-06 -7.72277765570928753E-06
+ -7.81491774201395541E-06 -7.90790549129309694E-06 -8.00174870180854158E-06
+ -8.09645524356394592E-06 -8.19203305896479503E-06 -8.28849016348447355E-06
+ -8.38583464633647614E-06 -8.48407467115279959E-06 -8.58321847666856728E-06
+ -8.68327437741294726E-06 -8.78425076440646022E-06 -8.88615610586464875E-06
+ -8.98899894790828394E-06 -9.09278791528003322E-06 -9.19753171206779427E-06
+ -9.30323912243462739E-06 -9.40991901135543359E-06 -9.51758032536039879E-06
+ -9.62623209328527530E-06 -9.73588342702858519E-06 -9.84654352231575248E-06
+ -9.95822165947029949E-06 -1.00709272041921312E-05 -1.01846696083429602E-05
+ -1.02994584107389769E-05 -1.04153032379508180E-05 -1.05322138051108636E-05
+ -1.06501999167279878E-05 -1.07692714675098040E-05 -1.08894384431924680E-05
+ -1.10107109213780897E-05 -1.11330990723799165E-05 -1.12566131600752210E-05
+ -1.13812635427660573E-05 -1.15070606740479715E-05 -1.16340151036866601E-05
+ -1.17621374785026965E-05 -1.18914385432644233E-05 -1.20219291415890417E-05
+ -1.21536202168519996E-05 -1.22865228131047192E-05 -1.24206480760008094E-05
+ -1.25560072537307680E-05 -1.26926116979652921E-05 -1.28304728648072614E-05
+ -1.29696023157525027E-05 -1.31100117186593696E-05 -1.32517128487272148E-05
+ -1.33947175894839540E-05 -1.35390379337826175E-05 -1.36846859848071220E-05
+ -1.38316739570872871E-05 -1.39800141775231894E-05 -1.41297190864189158E-05
+ -1.42808012385258738E-05 -1.44332733040956708E-05 -1.45871480699426725E-05
+ -1.47424384405163523E-05 -1.48991574389835073E-05 -1.50573182083204061E-05
+ -1.52169340124150411E-05 -1.53780182371794303E-05 -1.55405843916722373E-05
+ -1.57046461092316998E-05 -1.58702171486189228E-05 -1.60373113951717627E-05
+ -1.62059428619693077E-05 -1.63761256910070176E-05 -1.65478741543827797E-05
+ -1.67212026554937635E-05 -1.68961257302443502E-05 -1.70726580482651894E-05
+ -1.72508144141434027E-05 -1.74306097686641614E-05 -1.76120591900636985E-05
+ -1.77951778952937767E-05 -1.79799812412978285E-05 -1.81664847262989132E-05
+ -1.83547039910993607E-05 -1.85446548203924970E-05 -1.87363531440864373E-05
+ -1.89298150386399530E-05 -1.91250567284107303E-05 -1.93220945870160343E-05
+ -1.95209451387057798E-05 -1.97216250597483720E-05 -1.99241511798292052E-05
+ -2.01285404834620608E-05 -2.03348101114135042E-05 -2.05429773621403240E-05
+ -2.07530596932402658E-05 -2.09650747229161074E-05 -2.11790402314531261E-05
+ -2.13949741627102382E-05 -2.16128946256248787E-05 -2.18328198957315792E-05
+ -2.20547684166946737E-05 -2.22787588018550789E-05 -2.25048098357911833E-05
+ -2.27329404758942602E-05 -2.29631698539582641E-05 -2.31955172777842873E-05
+ -2.34300022327997683E-05 -2.36666443836926488E-05 -2.39054635760604554E-05
+ -2.41464798380746853E-05 -2.43897133821603646E-05 -2.46351846066911673E-05
+ -2.48829140977001244E-05 -2.51329226306059543E-05 -2.53852311719554271E-05
+ -2.56398608811816824E-05 -2.58968331123786862E-05 -2.61561694160920814E-05
+ -2.64178915411265294E-05 -2.66820214363695587E-05 -2.69485812526323058E-05
+ -2.72175933445072047E-05 -2.74890802722426499E-05 -2.77630648036349737E-05
+ -2.80395699159378987E-05 -2.83186187977894056E-05 -2.86002348511564467E-05
+ -2.88844416932975477E-05 -2.91712631587433342E-05 -2.94607233012955014E-05
+ -2.97528463960439120E-05 -3.00476569414024735E-05 -3.03451796611636741E-05
+ -3.06454395065718926E-05 -3.09484616584159998E-05 -3.12542715291410931E-05
+ -3.15628947649795977E-05 -3.18743572481020591E-05 -3.21886850987878514E-05
+ -3.25059046776154760E-05 -3.28260425876734056E-05 -3.31491256767911215E-05
+ -3.34751810397905473E-05 -3.38042360207583677E-05 -3.41363182153392512E-05
+ -3.44714554730500189E-05 -3.48096758996152734E-05 -3.51510078593243662E-05
+ -3.54954799774101780E-05 -3.58431211424497251E-05 -3.61939605087868027E-05
+ -3.65480274989769959E-05 -3.69053518062551752E-05 -3.72659633970256511E-05
+ -3.76298925133752193E-05 -3.79971696756094211E-05 -3.83678256848120404E-05
+ -3.87418916254281875E-05 -3.91193988678711891E-05 -3.95003790711533439E-05
+ -3.98848641855409846E-05 -4.02728864552339818E-05 -4.06644784210697511E-05
+ -4.10596729232523051E-05 -4.14585031041063439E-05 -4.18610024108566142E-05
+ -4.22672045984330311E-05 -4.26771437323013412E-05 -4.30908541913200080E-05
+ -4.35083706706234312E-05 -4.39297281845314440E-05 -4.43549620694857862E-05
+ -4.47841079870136625E-05 -4.52172019267182366E-05 -4.56542802092969280E-05
+ -4.60953794895874305E-05 -4.65405367596416624E-05 -4.69897893518279877E-05
+ -4.74431749419621817E-05 -4.79007315524668909E-05 -4.83624975555603669E-05
+ -4.88285116764746016E-05 -4.92988129967027568E-05 -4.97734409572768701E-05
+ -5.02524353620753219E-05 -5.07358363811610398E-05 -5.12236845541503180E-05
+ -5.17160207936124823E-05 -5.22128863885009900E-05 -5.27143230076162364E-05
+ -5.32203727030997349E-05 -5.37310779139609591E-05 -5.42464814696364328E-05
+ -5.47666265935813732E-05 -5.52915569068947212E-05 -5.58213164319773002E-05
+ -5.63559495962236465E-05 -5.68955012357478298E-05 -5.74400165991436894E-05
+ -5.79895413512793048E-05 -5.85441215771268793E-05 -5.91038037856273172E-05
+ -5.96686349135907358E-05 -6.02386623296328046E-05 -6.08139338381471253E-05
+ -6.13944976833142670E-05 -6.19804025531478384E-05 -6.25716975835773770E-05
+ -6.31684323625692385E-05 -6.37706569342852306E-05 -6.43784218032793156E-05
+ -6.49917779387331412E-05 -6.56107767787306699E-05 -6.62354702345716506E-05
+ -6.68659106951252999E-05 -6.75021510312237197E-05 -6.81442446000958508E-05
+ -6.87922452498420831E-05 -6.94462073239503105E-05 -7.01061856658531847E-05
+ -7.07722356235276125E-05 -7.14444130541363071E-05 -7.21227743287121507E-05
+ -7.28073763368858583E-05 -7.34982764916566303E-05 -7.41955327342071615E-05
+ -7.48992035387628728E-05 -7.56093479174954733E-05 -7.63260254254722074E-05
+ -7.70492961656501780E-05 -7.77792207939168159E-05 -7.85158605241766176E-05
+ -7.92592771334849782E-05 -8.00095329672286855E-05 -8.07666909443546609E-05
+ -8.15308145626464739E-05 -8.23019679040493731E-05 -8.30802156400446364E-05
+ -8.38656230370729534E-05 -8.46582559620078569E-05 -8.54581808876797339E-05
+ -8.62654648984502909E-05 -8.70801756958384116E-05 -8.79023816041981645E-05
+ -8.87321515764482688E-05 -8.95695551998549851E-05 -9.04146627018679152E-05
+ -9.12675449560094282E-05 -9.21282734878183256E-05 -9.29969204808483920E-05
+ -9.38735587827217271E-05 -9.47582619112380620E-05 -9.56511040605403321E-05
+ -9.65521601073365886E-05 -9.74615056171796156E-05 -9.83792168508041331E-05
+ -9.93053707705219630E-05 -1.00240045046676773E-04 -1.01183318064157460E-04
+ -1.02135268928971794E-04 -1.03095977474880688E-04 -1.04065524270093146E-04
+ -1.05043990624022960E-04 -1.06031458594107853E-04 -1.07028010992690732E-04
+ -1.08033731393964734E-04 -1.09048704140982287E-04 -1.10073014352727870E-04
+ -1.11106747931256835E-04 -1.12149991568899349E-04 -1.13202832755530432E-04
+ -1.14265359785907397E-04 -1.15337661767074581E-04 -1.16419828625835873E-04
+ -1.17511951116296623E-04 -1.18614120827474260E-04 -1.19726430190979341E-04
+ -1.20848972488767431E-04 -1.21981841860961662E-04 -1.23125133313747734E-04
+ -1.24278942727341630E-04 -1.25443366864030296E-04 -1.26618503376286319E-04
+ -1.27804450814957574E-04 -1.29001308637532205E-04 -1.30209177216478959E-04
+ -1.31428157847664955E-04 -1.32658352758850955E-04 -1.33899865118264176E-04
+ -1.35152799043250358E-04 -1.36417259609005766E-04 -1.37693352857388583E-04
+ -1.38981185805812186E-04 -1.40280866456220118E-04 -1.41592503804143134E-04
+ -1.42916207847840188E-04 -1.44252089597523506E-04 -1.45600261084667464E-04
+ -1.46960835371404581E-04 -1.48333926560007109E-04 -1.49719649802455856E-04
+ -1.51118121310097600E-04 -1.52529458363390581E-04 -1.53953779321739975E-04
+ -1.55391203633424173E-04 -1.56841851845612018E-04 -1.58305845614472023E-04
+ -1.59783307715375572E-04 -1.61274362053192264E-04 -1.62779133672681723E-04
+ -1.64297748768979859E-04 -1.65830334698182340E-04 -1.67377019988024494E-04
+ -1.68937934348661157E-04 -1.70513208683543223E-04 -1.72102975100396708E-04
+ -1.73707366922300996E-04 -1.75326518698870322E-04 -1.76960566217537009E-04
+ -1.78609646514939793E-04 -1.80273897888415149E-04 -1.81953459907596135E-04
+ -1.83648473426116792E-04 -1.85359080593424578E-04 -1.87085424866702016E-04
+ -1.88827651022896507E-04 -1.90585905170862640E-04 -1.92360334763614813E-04
+ -1.94151088610693481E-04 -1.95958316890644405E-04 -1.97782171163613798E-04
+ -1.99622804384057783E-04 -2.01480370913570178E-04 -2.03355026533827578E-04
+ -2.05246928459653743E-04 -2.07156235352204041E-04 -2.09083107332271831E-04
+ -2.11027705993715716E-04 -2.12990194417011982E-04 -2.14970737182930947E-04
+ -2.16969500386338988E-04 -2.18986651650128613E-04 -2.21022360139274440E-04
+ -2.23076796575021036E-04 -2.25150133249199730E-04 -2.27242544038677637E-04
+ -2.29354204419939174E-04 -2.31485291483803074E-04 -2.33635983950272464E-04
+ -2.35806462183523683E-04 -2.37996908207031935E-04 -2.40207505718836585E-04
+ -2.42438440106946206E-04 -2.44689898464886557E-04 -2.46962069607389986E-04
+ -2.49255144086230399E-04 -2.51569314206203580E-04 -2.53904774041254216E-04
+ -2.56261719450752315E-04 -2.58640348095917356E-04 -2.61040859456395627E-04
+ -2.63463454846989088E-04 -2.65908337434537915E-04 -2.68375712254959010E-04
+ -2.70865786230441283E-04 -2.73378768186797875E-04 -2.75914868870979547E-04
+ -2.78474300968748422E-04 -2.81057279122514574E-04 -2.83664019949336386E-04
+ -2.86294742059087172E-04 -2.88949666072787733E-04 -2.91629014641109027E-04
+ -2.94333012463043702E-04 -2.97061886304750234E-04 -2.99815865018571354E-04
+ -3.02595179562224043E-04 -3.05400063018170214E-04 -3.08230750613162820E-04
+ -3.11087479737973290E-04 -3.13970489967298617E-04 -3.16880023079855262E-04
+ -3.19816323078652158E-04 -3.22779636211456219E-04 -3.25770210991441949E-04
+ -3.28788298218033110E-04 -3.31834150997935165E-04 -3.34908024766362381E-04
+ -3.38010177308457980E-04 -3.41140868780913831E-04 -3.44300361733787422E-04
+ -3.47488921132520267E-04 -3.50706814380159445E-04 -3.53954311339781287E-04
+ -3.57231684357123605E-04 -3.60539208283425824E-04 -3.63877160498478195E-04
+ -3.67245820933883628E-04 -3.70645472096534675E-04 -3.74076399092303680E-04
+ -3.77538889649953549E-04 -3.81033234145267488E-04 -3.84559725625400507E-04
+ -3.88118659833454924E-04 -3.91710335233283599E-04 -3.95335053034517989E-04
+ -3.98993117217829511E-04 -4.02684834560422175E-04 -4.06410514661759668E-04
+ -4.10170469969528854E-04 -4.13965015805843638E-04 -4.17794470393687250E-04
+ -4.21659154883600312E-04 -4.25559393380612965E-04 -4.29495512971424947E-04
+ -4.33467843751837430E-04 -4.37476718854433618E-04 -4.41522474476517665E-04
+ -4.45605449908308376E-04 -4.49725987561393225E-04 -4.53884432997443557E-04
+ -4.58081134957195966E-04 -4.62316445389695553E-04 -4.66590719481813825E-04
+ -4.70904315688034595E-04 -4.75257595760515174E-04 -4.79650924779423209E-04
+ -4.84084671183554829E-04 -4.88559206801231043E-04 -4.93074906881480640E-04
+ -4.97632150125510353E-04 -5.02231318718462439E-04 -5.06872798361467981E-04
+ -5.11556978303989176E-04 -5.16284251376466076E-04 -5.21055014023258118E-04
+ -5.25869666335891835E-04 -5.30728612086613441E-04 -5.35632258762250854E-04
+ -5.40581017598384494E-04 -5.45575303613836187E-04 -5.50615535645473247E-04
+ -5.55702136383332619E-04 -5.60835532406068647E-04 -5.66016154216728820E-04
+ -5.71244436278853587E-04 -5.76520817052913353E-04 -5.81845739033078546E-04
+ -5.87219648784327521E-04 -5.92642996979898373E-04 -5.98116238439080428E-04
+ -6.03639832165358539E-04 -6.09214241384904969E-04 -6.14839933585427227E-04
+ -6.20517380555372054E-04 -6.26247058423491328E-04 -6.32029447698770190E-04
+ -6.37865033310723801E-04 -6.43754304650064795E-04 -6.49697755609743798E-04
+ -6.55695884626369204E-04 -6.61749194722007286E-04 -6.67858193546364497E-04
+ -6.74023393419362132E-04 -6.80245311374098817E-04 -6.86524469200210682E-04
+ -6.92861393487630302E-04 -6.99256615670745601E-04 -7.05710672072967934E-04
+ -7.12224103951708694E-04 -7.18797457543770201E-04 -7.25431284111153780E-04
+ -7.32126139987291334E-04 -7.38882586623696835E-04 -7.45701190637052458E-04
+ -7.52582523856726781E-04 -7.59527163372726772E-04 -7.66535691584095376E-04
+ -7.73608696247752767E-04 -7.80746770527783853E-04 -7.87950513045183637E-04
+ -7.95220527928058060E-04 -8.02557424862286486E-04 -8.09961819142650621E-04
+ -8.17434331724436352E-04 -8.24975589275502887E-04 -8.32586224228839449E-04
+ -8.40266874835600983E-04 -8.48018185218630768E-04 -8.55840805426482201E-04
+ -8.63735391487924784E-04 -8.71702605466965759E-04 -8.79743115518367763E-04
+ -8.87857595943682891E-04 -8.96046727247797417E-04 -9.04311196196003111E-04
+ -9.12651695871586808E-04 -9.21068925733953400E-04 -9.29563591677282693E-04
+ -9.38136406089727279E-04 -9.46788087913151425E-04 -9.55519362703426264E-04
+ -9.64330962691267962E-04 -9.73223626843650069E-04 -9.82198100925766975E-04
+ -9.91255137563579148E-04 -1.00039549630692639E-03 -1.00961994369322254E-03
+ -1.01892925331173792E-03 -1.02832420586847282E-03 -1.03780558925162789E-03
+ -1.04737419859767347E-03 -1.05703083635803560E-03 -1.06677631236638099E-03
+ -1.07661144390653533E-03 -1.08653705578101831E-03 -1.09655398038021072E-03
+ -1.10666305775215692E-03 -1.11686513567301696E-03 -1.12716106971815096E-03
+ -1.13755172333387337E-03 -1.14803796790985879E-03 -1.15862068285221441E-03
+ -1.16930075565723087E-03 -1.18007908198580064E-03 -1.19095656573852868E-03
+ -1.20193411913153492E-03 -1.21301266277294814E-03 -1.22419312574010794E-03
+ -1.23547644565747761E-03 -1.24686356877526838E-03 -1.25835545004878997E-03
+ -1.26995305321853536E-03 -1.28165735089099363E-03 -1.29346932462021244E-03
+ -1.30538996499011137E-03 -1.31742027169754589E-03 -1.32956125363614067E-03
+ -1.34181392898089316E-03 -1.35417932527355511E-03 -1.36665847950880200E-03
+ -1.37925243822118642E-03 -1.39196225757290144E-03 -1.40478900344234671E-03
+ -1.41773375151350856E-03 -1.43079758736616215E-03 -1.44398160656690976E-03
+ -1.45728691476104417E-03 -1.47071462776526699E-03 -1.48426587166125665E-03
+ -1.49794178289009740E-03 -1.51174350834757461E-03 -1.52567220548035392E-03
+ -1.53972904238303164E-03 -1.55391519789609047E-03 -1.56823186170475075E-03
+ -1.58268023443873139E-03 -1.59726152777293234E-03 -1.61197696452903085E-03
+ -1.62682777877802879E-03 -1.64181521594373081E-03 -1.65694053290717930E-03
+ -1.67220499811204923E-03 -1.68760989167101552E-03 -1.70315650547308911E-03
+ -1.71884614329195057E-03 -1.73468012089527507E-03 -1.75065976615506398E-03
+ -1.76678641915898921E-03 -1.78306143232277053E-03 -1.79948617050356774E-03
+ -1.81606201111443643E-03 -1.83279034423982452E-03 -1.84967257275213208E-03
+ -1.86671011242934637E-03 -1.88390439207376044E-03 -1.90125685363177425E-03
+ -1.91876895231480596E-03 -1.93644215672131434E-03 -1.95427794895993963E-03
+ -1.97227782477378500E-03 -1.99044329366582532E-03 -2.00877587902548822E-03
+ -2.02727711825638219E-03 -2.04594856290521562E-03 -2.06479177879188370E-03
+ -2.08380834614077352E-03 -2.10299985971325017E-03 -2.12236792894138259E-03
+ -2.14191417806289209E-03 -2.16164024625733727E-03 -2.18154778778356000E-03
+ -2.20163847211839224E-03 -2.22191398409662651E-03 -2.24237602405229610E-03
+ -2.26302630796123422E-03 -2.28386656758495545E-03 -2.30489855061585900E-03
+ -2.32612402082375954E-03 -2.34754475820377322E-03 -2.36916255912556417E-03
+ -2.39097923648395536E-03 -2.41299661985093202E-03 -2.43521655562904324E-03
+ -2.45764090720620521E-03 -2.48027155511193345E-03 -2.50311039717501837E-03
+ -2.52615934868263706E-03 -2.54942034254093501E-03 -2.57289532943709258E-03
+ -2.59658627800286217E-03 -2.62049517497962414E-03 -2.64462402538495926E-03
+ -2.66897485268074042E-03 -2.69354969894279464E-03 -2.71835062503209034E-03
+ -2.74337971076752795E-03 -2.76863905510030608E-03 -2.79413077628989578E-03
+ -2.81985701208161766E-03 -2.84581991988588521E-03 -2.87202167695905109E-03
+ -2.89846448058595418E-03 -2.92515054826412036E-03 -2.95208211788967586E-03
+ -2.97926144794494587E-03 -3.00669081768781135E-03 -3.03437252734276497E-03
+ -3.06230889829375592E-03 -3.09050227327879561E-03 -3.11895501658635086E-03
+ -3.14766951425354824E-03 -3.17664817426619155E-03 -3.20589342676062122E-03
+ -3.23540772422743718E-03 -3.26519354171707831E-03 -3.29525337704730673E-03
+ -3.32558975101259532E-03 -3.35620520759542492E-03 -3.38710231417954860E-03
+ -3.41828366176519108E-03 -3.44975186518624993E-03 -3.48150956332946579E-03
+ -3.51355941935564122E-03 -3.54590412092285019E-03 -3.57854638041173395E-03
+ -3.61148893515285440E-03 -3.64473454765613155E-03 -3.67828600584240188E-03
+ -3.71214612327708726E-03 -3.74631773940602587E-03 -3.78080371979346323E-03
+ -3.81560695636223466E-03 -3.85073036763613997E-03 -3.88617689898457849E-03
+ -3.92194952286938243E-03 -3.95805123909396227E-03 -3.99448507505471579E-03
+ -4.03125408599475793E-03 -4.06836135525997632E-03 -4.10580999455744614E-03
+ -4.14360314421619892E-03 -4.18174397345041915E-03 -4.22023568062502349E-03
+ -4.25908149352370851E-03 -4.29828466961943659E-03 -4.33784849634743890E-03
+ -4.37777629138067729E-03 -4.41807140290787544E-03 -4.45873720991409473E-03
+ -4.49977712246387319E-03 -4.54119458198699519E-03 -4.58299306156683458E-03
+ -4.62517606623139444E-03 -4.66774713324699664E-03 -4.71070983241467407E-03
+ -4.75406776636926910E-03 -4.79782457088131359E-03 -4.84198391516163680E-03
+ -4.88654950216879744E-03 -4.93152506891932942E-03 -4.97691438680084725E-03
+ -5.02272126188799475E-03 -5.06894953526133927E-03 -5.11560308332915329E-03
+ -5.16268581815215906E-03 -5.21020168777127594E-03 -5.25815467653833937E-03
+ -5.30654880544990330E-03 -5.35538813248403762E-03 -5.40467675294028713E-03
+ -5.45441879978269921E-03 -5.50461844398602955E-03 -5.55527989488509896E-03
+ -5.60640740052739239E-03 -5.65800524802883859E-03 -5.71007776393290482E-03
+ -5.76262931457295277E-03 -5.81566430643794003E-03 -5.86918718654145643E-03
+ -5.92320244279416659E-03 -5.97771460437964124E-03 -6.03272824213365276E-03
+ -6.08824796892695232E-03 -6.14427844005154510E-03 -6.20082435361051735E-03
+ -6.25789045091142485E-03 -6.31548151686329388E-03 -6.37360238037727126E-03
+ -6.43225791477093634E-03 -6.49145303817630446E-03 -6.55119271395162954E-03
+ -6.61148195109687899E-03 -6.67232580467311698E-03 -6.73372937622566860E-03
+ -6.79569781421118877E-03 -6.85823631442862482E-03 -6.92135012045416633E-03
+ -6.98504452408010932E-03 -7.04932486575781097E-03 -7.11419653504465847E-03
+ -7.17966497105516129E-03 -7.24573566291613312E-03 -7.31241415022609170E-03
+ -7.37970602351880906E-03 -7.44761692473119592E-03 -7.51615254767532860E-03
+ -7.58531863851493512E-03 -7.65512099624615725E-03 -7.72556547318275968E-03
+ -7.79665797544574265E-03 -7.86840446345746063E-03 -7.94081095244024426E-03
+ -8.01388351291959164E-03 -8.08762827123197560E-03 -8.16205141003725938E-03
+ -8.23715916883582810E-03 -8.31295784449048031E-03 -8.38945379175297726E-03
+ -8.46665342379553446E-03 -8.54456321274710447E-03 -8.62318969023456901E-03
+ -8.70253944792889755E-03 -8.78261913809625337E-03 -8.86343547415419618E-03
+ -8.94499523123290334E-03 -9.02730524674156404E-03 -9.11037242093989952E-03
+ -9.19420371751500029E-03 -9.27880616416327034E-03 -9.36418685317782183E-03
+ -9.45035294204118505E-03 -9.53731165402341326E-03 -9.62507027878565721E-03
+ -9.71363617298925432E-03 -9.80301676091036717E-03 -9.89321953506021486E-03
+ -9.98425205681098722E-03 -1.00761219570274247E-02 -1.01688369367042564E-02
+ -1.02624047676092584E-02 -1.03568332929323843E-02 -1.04521304279406677E-02
+ -1.05483041606391527E-02 -1.06453625524378197E-02 -1.07433137388246048E-02
+ -1.08421659300445266E-02 -1.09419274117850060E-02 -1.10426065458674207E-02
+ -1.11442117709449513E-02 -1.12467516032067616E-02 -1.13502346370886690E-02
+ -1.14546695459901132E-02 -1.15600650829977714E-02 -1.16664300816157543E-02
+ -1.17737734565023493E-02 -1.18821042042135550E-02 -1.19914314039532843E-02
+ -1.21017642183304311E-02 -1.22131118941228248E-02 -1.23254837630480431E-02
+ -1.24388892425412942E-02 -1.25533378365403972E-02 -1.26688391362776796E-02
+ -1.27854028210792788E-02 -1.29030386591716100E-02 -1.30217565084950956E-02
+ -1.31415663175253137E-02 -1.32624781261015921E-02 -1.33845020662630779E-02
+ -1.35076483630923866E-02 -1.36319273355668888E-02 -1.37573493974176720E-02
+ -1.38839250579962936E-02 -1.40116649231494649E-02 -1.41405796961013627E-02
+ -1.42706801783442326E-02 -1.44019772705368566E-02 -1.45344819734111487E-02
+ -1.46682053886869786E-02 -1.48031587199952269E-02 -1.49393532738091445E-02
+ -1.50768004603841592E-02 -1.52155117947060711E-02 -1.53554988974478439E-02
+ -1.54967734959351264E-02 -1.56393474251201314E-02 -1.57832326285646460E-02
+ -1.59284411594316777E-02 -1.60749851814860553E-02 -1.62228769701040464E-02
+ -1.63721289132920146E-02 -1.65227535127142194E-02 -1.66747633847298855E-02
+ -1.68281712614394945E-02 -1.69829899917405096E-02 -1.71392325423926663E-02
+ -1.72969119990924874E-02 -1.74560415675577563E-02 -1.76166345746215161E-02
+ -1.77787044693359132E-02 -1.79422648240858337E-02 -1.81073293357126193E-02
+ -1.82739118266476291E-02 -1.84420262460560994E-02 -1.86116866709910914E-02
+ -1.87829073075577620E-02 -1.89557024920879481E-02 -1.91300866923253994E-02
+ -1.93060745086211863E-02 -1.94836806751401415E-02 -1.96629200610777335E-02
+ -1.98438076718878906E-02 -2.00263586505216341E-02 -2.02105882786767707E-02
+ -2.03965119780585812E-02 -2.05841453116516922E-02 -2.07735039850032582E-02
+ -2.09646038475173532E-02 -2.11574608937610507E-02 -2.13520912647816273E-02
+ -2.15485112494357700E-02 -2.17467372857303096E-02 -2.19467859621747634E-02
+ -2.21486740191458378E-02 -2.23524183502638550E-02 -2.25580360037813642E-02
+ -2.27655441839837575E-02 -2.29749602526023965E-02 -2.31863017302398819E-02
+ -2.33995862978080976E-02 -2.36148317979783806E-02 -2.38320562366447740E-02
+ -2.40512777843998257E-02 -2.42725147780232971E-02 -2.44957857219838537E-02
+ -2.47211092899537466E-02 -2.49485043263367318E-02 -2.51779898478092061E-02
+ -2.54095850448746580E-02 -2.56433092834316631E-02 -2.58791821063553140E-02
+ -2.61172232350925862E-02 -2.63574525712709680E-02 -2.65998901983213951E-02
+ -2.68445563831150071E-02 -2.70914715776138550E-02 -2.73406564205359338E-02
+ -2.75921317390343743E-02 -2.78459185503910182E-02 -2.81020380637244868E-02
+ -2.83605116817128473E-02 -2.86213610023307898E-02 -2.88846078206019506E-02
+ -2.91502741303655520E-02 -2.94183821260585385E-02 -2.96889542045125389E-02
+ -2.99620129667660488E-02 -3.02375812198919375E-02 -3.05156819788403276E-02
+ -3.07963384682968799E-02 -3.10795741245568774E-02 -3.13654125974147935E-02
+ -3.16538777520697021E-02 -3.19449936710466675E-02 -3.22387846561342159E-02
+ -3.25352752303374598E-02 -3.28344901398479883E-02 -3.31364543560297015E-02
+ -3.34411930774211469E-02 -3.37487317317543625E-02 -3.40590959779902766E-02
+ -3.43723117083707744E-02 -3.46884050504876890E-02 -3.50074023693684941E-02
+ -3.53293302695790803E-02 -3.56542155973437538E-02 -3.59820854426819298E-02
+ -3.63129671415626243E-02 -3.66468882780760299E-02 -3.69838766866225840E-02
+ -3.73239604541195091E-02 -3.76671679222251587E-02 -3.80135276895808352E-02
+ -3.83630686140706001E-02 -3.87158198150988758E-02 -3.90718106758859846E-02
+ -3.94310708457820125E-02 -3.97936302425982297E-02 -4.01595190549573211E-02
+ -4.05287677446615480E-02 -4.09014070490794496E-02 -4.12774679835508571E-02
+ -4.16569818438105033E-02 -4.20399802084301735E-02 -4.24264949412794731E-02
+ -4.28165581940053858E-02 -4.32102024085305597E-02 -4.36074603195702945E-02
+ -4.40083649571689425E-02 -4.44129496492543796E-02 -4.48212480242122929E-02
+ -4.52332940134790792E-02 -4.56491218541540469E-02 -4.60687660916305683E-02
+ -4.64922615822466120E-02 -4.69196434959543163E-02 -4.73509473190089833E-02
+ -4.77862088566772467E-02 -4.82254642359644520E-02 -4.86687499083618691E-02
+ -4.91161026526123479E-02 -4.95675595774962077E-02 -5.00231581246359872E-02
+ -5.04829360713208650E-02 -5.09469315333502676E-02 -5.14151829678968567E-02
+ -5.18877291763889317E-02 -5.23646093074122548E-02 -5.28458628596309779E-02
+ -5.33315296847280892E-02 -5.38216499903651571E-02 -5.43162643431608777E-02
+ -5.48154136716892809E-02 -5.53191392694968934E-02 -5.58274827981390040E-02
+ -5.63404862902347411E-02 -5.68581921525414397E-02 -5.73806431690474447E-02
+ -5.79078825040841016E-02 -5.84399537054561199E-02 -5.89769007075904919E-02
+ -5.95187678347040422E-02 -6.00655998039895389E-02 -6.06174417288190409E-02
+ -6.11743391219664590E-02 -6.17363378988473460E-02 -6.23034843807766733E-02
+ -6.28758252982440646E-02 -6.34534077942065095E-02 -6.40362794273982572E-02
+ -6.46244881756577877E-02 -6.52180824392713798E-02 -6.58171110443332014E-02
+ -6.64216232461225520E-02 -6.70316687324955390E-02 -6.76472976272940452E-02
+ -6.82685604937695589E-02 -6.88955083380223265E-02 -6.95281926124553390E-02
+ -7.01666652192429324E-02 -7.08109785138138215E-02 -7.14611853083477189E-02
+ -7.21173388752857220E-02 -7.27794929508535360E-02 -7.34477017385975067E-02
+ -7.41220199129336565E-02 -7.48025026227069345E-02 -7.54892054947634006E-02
+ -7.61821846375326100E-02 -7.68814966446204062E-02 -7.75871985984114831E-02
+ -7.82993480736817321E-02 -7.90180031412186373E-02 -7.97432223714502758E-02
+ -8.04750648380817002E-02 -8.12135901217379830E-02 -8.19588583136142967E-02
+ -8.27109300191298386E-02 -8.34698663615883879E-02 -8.42357289858416264E-02
+ -8.50085800619563708E-02 -8.57884822888838328E-02 -8.65754988981307788E-02
+ -8.73696936574312327E-02 -8.81711308744180661E-02 -8.89798754002935482E-02
+ -8.97959926334974678E-02 -9.06195485233733250E-02 -9.14506095738282648E-02
+ -9.22892428469898607E-02 -9.31355159668557780E-02 -9.39894971229355974E-02
+ -9.48512550738846438E-02 -9.57208591511275186E-02 -9.65983792624703491E-02
+ -9.74838858957008947E-02 -9.83774501221744563E-02 -9.92791436003844646E-02
+ -1.00189038579516373E-01 -1.01107207902983942E-01 -1.02033725011943910E-01
+ -1.02968663948790923E-01 -1.03912099360628729E-01 -1.04864106502716256E-01
+ -1.05824761241887277E-01 -1.06794140059941603E-01 -1.07772320057005613E-01
+ -1.08759378954860833E-01 -1.09755395100237657E-01 -1.10760447468072856E-01
+ -1.11774615664728932E-01 -1.12797979931171008E-01 -1.13830621146102179E-01
+ -1.14872620829052779E-01 -1.15924061143421422E-01 -1.16985024899465481E-01
+ -1.18055595557238893E-01 -1.19135857229473660E-01 -1.20225894684402951E-01
+ -1.21325793348522976E-01 -1.22435639309289607E-01 -1.23555519317749482E-01
+ -1.24685520791097612E-01 -1.25825731815163988E-01 -1.26976241146821711E-01
+ -1.28137138216314589E-01 -1.29308513129501257E-01 -1.30490456670010968E-01
+ -1.31683060301308524E-01 -1.32886416168663340E-01 -1.34100617101019809E-01
+ -1.35325756612763859E-01 -1.36561928905381935E-01 -1.37809228869009259E-01
+ -1.39067752083859214E-01 -1.40337594821534156E-01 -1.41618854046209608E-01
+ -1.42911627415687636E-01 -1.44216013282314953E-01 -1.45532110693760347E-01
+ -1.46860019393645652E-01 -1.48199839822025448E-01 -1.49551673115709965E-01
+ -1.50915621108423742E-01 -1.52291786330797790E-01 -1.53680272010183444E-01
+ -1.55081182070287871E-01 -1.56494621130620237E-01 -1.57920694505743558E-01
+ -1.59359508204325678E-01 -1.60811168927981141E-01 -1.62275784069898427E-01
+ -1.63753461713242954E-01 -1.65244310629330315E-01 -1.66748440275560184E-01
+ -1.68265960793103686E-01 -1.69796983004336877E-01 -1.71341618410007723E-01
+ -1.72899979186133756E-01 -1.74472178180616666E-01 -1.76058328909566297E-01
+ -1.77658545553324859E-01 -1.79272942952180353E-01 -1.80901636601760507E-01
+ -1.82544742648095615E-01 -1.84202377882340507E-01 -1.85874659735144138E-01
+ -1.87561706270657297E-01 -1.89263636180162398E-01 -1.90980568775319437E-01
+ -1.92712623981012438E-01 -1.94459922327783891E-01 -1.96222584943845368E-01
+ -1.98000733546651264E-01 -1.99794490434021199E-01 -2.01603978474798134E-01
+ -2.03429321099027310E-01 -2.05270642287641664E-01 -2.07128066561639901E-01
+ -2.09001718970738104E-01 -2.10891725081484238E-01 -2.12798210964815770E-01
+ -2.14721303183044387E-01 -2.16661128776252043E-01 -2.18617815248079161E-01
+ -2.20591490550888669E-01 -2.22582283070285519E-01 -2.24590321608975352E-01
+ -2.26615735369939952E-01 -2.28658653938912881E-01 -2.30719207266133292E-01
+ -2.32797525647354120E-01 -2.34893739704090110E-01 -2.37007980363078158E-01
+ -2.39140378834928752E-01 -2.41291066591947045E-01 -2.43460175345098062E-01
+ -2.45647837020093185E-01 -2.47854183732572453E-01 -2.50079347762357851E-01
+ -2.52323461526750004E-01 -2.54586657552846540E-01 -2.56869068448845661E-01
+ -2.59170826874317084E-01 -2.61492065509406402E-01 -2.63832917022943259E-01
+ -2.66193514039425649E-01 -2.68573989104849087E-01 -2.70974474651347996E-01
+ -2.73395102960618253E-01 -2.75836006126089051E-01 -2.78297316013808249E-01
+ -2.80779164222007938E-01 -2.83281682039317639E-01 -2.85805000401581966E-01
+ -2.88349249847255462E-01 -2.90914560471330130E-01 -2.93501061877760205E-01
+ -2.96108883130343115E-01 -2.98738152702020365E-01 -3.01388998422551901E-01
+ -3.04061547424526235E-01 -3.06755926087663278E-01 -3.09472259981363351E-01
+ -3.12210673805463135E-01 -3.14971291329145364E-01 -3.17754235327963985E-01
+ -3.20559627518933077E-01 -3.23387588493631029E-01 -3.26238237649273455E-01
+ -3.29111693117700443E-01 -3.32008071692232121E-01 -3.34927488752336133E-01
+ -3.37870058186055533E-01 -3.40835892310142885E-01 -3.43825101787847143E-01
+ -3.46837795544291227E-01 -3.49874080679390631E-01 -3.52934062378251145E-01
+ -3.56017843818984658E-01 -3.59125526077887225E-01 -3.62257208031914635E-01
+ -3.65412986258394468E-01 -3.68592954931911021E-01 -3.71797205718300439E-01
+ -3.75025827665687483E-01 -3.78278907092500949E-01 -3.81556527472400819E-01
+ -3.84858769316041849E-01 -3.88185710049616051E-01 -3.91537423890094272E-01
+ -3.94913981717100904E-01 -3.98315450941347460E-01 -4.01741895369553459E-01
+ -4.05193375065780570E-01 -4.08669946209105961E-01 -4.12171660947558582E-01
+ -4.15698567248243445E-01 -4.19250708743579281E-01 -4.22828124573563668E-01
+ -4.26430849224000486E-01 -4.30058912360600398E-01 -4.33712338658881258E-01
+ -4.37391147629785815E-01 -4.41095353440938143E-01 -4.44824964733459116E-01
+ -4.48579984434257839E-01 -4.52360409563721921E-01 -4.56166231038722170E-01
+ -4.59997433470855976E-01 -4.63853994959838867E-01 -4.67735886881976259E-01
+ -4.71643073673626123E-01 -4.75575512609576867E-01 -4.79533153576257698E-01
+ -4.83515938839707005E-01 -4.87523802808218776E-01 -4.91556671789588728E-01
+ -4.95614463742887534E-01 -4.99697088024684377E-01 -5.03804445129648282E-01
+ -5.07936426425459109E-01 -5.12092913881948886E-01 -5.16273779794419241E-01
+ -5.20478886501061333E-01 -5.24708086094415993E-01 -5.28961220126816567E-01
+ -5.33238119309756287E-01 -5.37538603207126875E-01 -5.41862479922276652E-01
+ -5.46209545778844729E-01 -5.50579584995324889E-01 -5.54972369353328943E-01
+ -5.59387657859503618E-01 -5.63825196401089745E-01 -5.68284717395088790E-01
+ -5.72765939431027049E-01 -5.77268566907305103E-01 -5.81792289661132500E-01
+ -5.86336782592049022E-01 -5.90901705279047618E-01 -5.95486701591317447E-01
+ -6.00091399292638217E-01 -6.04715409639462798E-01 -6.09358326972742725E-01
+ -6.14019728303541790E-01 -6.18699172892526184E-01 -6.23396201823402829E-01
+ -6.28110337570399802E-01 -6.32841083559903539E-01 -6.37587923726369077E-01
+ -6.42350322062643087E-01 -6.47127722164849817E-01 -6.51919546772010028E-01
+ -6.56725197300578212E-01 -6.61544053374103713E-01 -6.66375472348230247E-01
+ -6.71218788831289492E-01 -6.76073314200743125E-01 -6.80938336115761045E-01
+ -6.85813118026245783E-01 -6.90696898678634263E-01 -6.95588891618837968E-01
+ -7.00488284692700858E-01 -7.05394239544392843E-01 -7.10305891113175325E-01
+ -7.15222347129017444E-01 -7.20142687607550180E-01 -7.25065964344914549E-01
+ -7.29991200413058650E-01 -7.34917389656094766E-01 -7.39843496188357430E-01
+ -7.44768453894847915E-01 -7.49691165934778692E-01 -7.54610504248991010E-01
+ -7.59525309072044519E-01 -7.64434388449834024E-01 -7.69336517763629990E-01
+ -7.74230439261496484E-01 -7.79114861598065866E-01 -7.83988459383740843E-01
+ -7.88849872744410763E-01 -7.93697706892844579E-01 -7.98530531712973501E-01
+ -8.03346881358339204E-01 -8.08145253866037416E-01 -8.12924110787557663E-01
+ -8.17681876837976329E-01 -8.22416939565029481E-01 -8.27127649039667956E-01
+ -8.31812317569738058E-01 -8.36469219438549683E-01 -8.41096590670116440E-01
+ -8.45692628822962034E-01 -8.50255492814444902E-01 -8.54783302777638698E-01
+ -8.59274139952876270E-01 -8.63726046616158150E-01 -8.68137026046688187E-01
+ -8.72505042535901554E-01 -8.76828021440418270E-01 -8.81103849281434148E-01
+ -8.85330373893171707E-01 -8.89505404623061380E-01 -8.93626712586432781E-01
+ -8.97692030978569644E-01 -9.01699055447062525E-01 -9.05645444527482746E-01
+ -9.09528820145474759E-01 -9.13346768188442959E-01 -9.17096839150095544E-01
+ -9.20776548851166221E-01 -9.24383379239723690E-01 -9.27914779274525259E-01
+ -9.31368165894960853E-01 -9.34740925081169127E-01 -9.38030413007972519E-01
+ -9.41233957296323087E-01 -9.44348858365990917E-01 -9.47372390893261973E-01
+ -9.50301805377430031E-01 -9.53134329819888992E-01 -9.55867171519632186E-01
+ -9.58497518988958963E-01 -9.61022543993159672E-01 -9.63439403717934462E-01
+ -9.65745243068229842E-01 -9.67937197102123226E-01 -9.70012393603297607E-01
+ -9.71967955795539851E-01 -9.73801005202574732E-01 -9.75508664656395297E-01
+ -9.77088061457076495E-01 -9.78536330686852640E-01 -9.79850618681020968E-01
+ -9.81028086657958598E-01 -9.82065914510254823E-01 -9.82961304758630749E-01
+ -9.83711486669947233E-01 -9.84313720540198722E-01 -9.84765302142935894E-01
+ -9.85063567343072100E-01 -9.85205896875476439E-01 -9.85189721287169085E-01
+ -9.85012526041288305E-01 -9.84671856780284904E-01 -9.84165324745050474E-01
+ -9.83490612345852777E-01 -9.82645478880066148E-01 -9.81627766390722800E-01
+ -9.80435405658895198E-01 -9.79066422321804297E-01 -9.77518943107389293E-01
+ -9.75791202174807304E-01 -9.73881547549012128E-01 -9.71788447636134256E-01
+ -9.69510497804900950E-01 -9.67046427017739352E-01 -9.64395104493557143E-01
+ -9.61555546382428794E-01 -9.58526922430590234E-01 -9.55308562612232515E-01
+ -9.51899963702581231E-01 -9.48300795764676741E-01 -9.44510908520137527E-01
+ -9.40530337571967023E-01 -9.36359310445202819E-01 -9.31998252408901329E-01
+ -9.27447792040583141E-01 -9.22708766491905141E-01 -9.17782226411951396E-01
+ -9.12669440482145933E-01 -9.07371899514496927E-01 -9.01891320062591650E-01
+ -8.96229647492611803E-01 -8.90389058459593596E-01 -8.84371962732292682E-01
+ -8.78181004308379087E-01 -8.71819061760305325E-01 -8.65289247751162782E-01
+ -8.58594907659202655E-01 -8.51739617249572922E-01 -8.44727179332205647E-01
+ -8.37561619345927655E-01 -8.30247179810737368E-01 -8.22788313592975440E-01
+ -8.15189675931995428E-01 -8.07456115181985234E-01 -7.99592662229074769E-01
+ -7.91604518551919267E-01 -7.83497042903820606E-01 -7.75275736606402033E-01
+ -7.66946227459160967E-01 -7.58514252286134671E-01 -7.49985638160896473E-01
+ -7.41366282374419927E-01 -7.32662131237470704E-01 -7.23879157840608189E-01
+ -7.15023338931081609E-01 -7.06100631107491106E-01 -6.97116946580682018E-01
+ -6.88078128803663258E-01 -6.78989928335187898E-01 -6.69857979371800916E-01
+ -6.60687777462761083E-01 -6.51484659012079526E-01 -6.42253783273468049E-01
+ -6.33000117658227501E-01 -6.23728427304733879E-01 -6.14443270002477115E-01
+ -6.05148997725564630E-01 -5.95849766211905552E-01 -5.86549554227132619E-01
+ -5.77252194378963579E-01 -5.67961417600652663E-01 -5.58680913704278193E-01
+ -5.49414329184815475E-01 -5.40165265068019096E-01 -5.30937274803635395E-01
+  END     
+   TPHI    2 #tphi(r), for tphi(r)/r*Ylm)
+  0.00000000000000000E+00 -3.24029709014405331E-08 -6.51040400552291270E-08
+ -9.81059498817542758E-08 -1.31411468030902635E-07 -1.65023387614166102E-07
+ -1.98944527438878968E-07 -2.33177732244612242E-07 -2.67725872941745720E-07
+ -3.02591846852228208E-07 -3.37778577952559565E-07 -3.73289017119003216E-07
+ -4.09126142375059829E-07 -4.45292959141208571E-07 -4.81792500486956480E-07
+ -5.18627827385200553E-07 -5.55802028968929020E-07 -5.93318222790290135E-07
+ -6.31179555082036139E-07 -6.69389201021380277E-07 -7.07950364996275792E-07
+ -7.46866280874148876E-07 -7.86140212273095967E-07 -8.25775452835590901E-07
+ -8.65775326504690076E-07 -9.06143187802798299E-07 -9.46882422112983783E-07
+ -9.87996445962892683E-07 -1.02948870731126646E-06 -1.07136268583710136E-06
+ -1.11362189323146607E-06 -1.15626987349200092E-06 -1.19931020322013407E-06
+ -1.24274649192102335E-06 -1.28658238230626227E-06 -1.33082155059937032E-06
+ -1.37546770684409370E-06 -1.42052459521554041E-06 -1.46599599433418277E-06
+ -1.51188571758273881E-06 -1.55819761342598270E-06 -1.60493556573348355E-06
+ -1.65210349410532368E-06 -1.69970535420080711E-06 -1.74774513807019368E-06
+ -1.79622687448949073E-06 -1.84515462929831144E-06 -1.89453250574085747E-06
+ -1.94436464481002527E-06 -1.99465522559468768E-06 -2.04540846563016121E-06
+ -2.09662862125190837E-06 -2.14831998795248264E-06 -2.20048690074176693E-06
+ -2.25313373451051973E-06 -2.30626490439726989E-06 -2.35988486615858109E-06
+ -2.41399811654273005E-06 -2.46860919366681796E-06 -2.52372267739735170E-06
+ -2.57934318973432535E-06 -2.63547539519883909E-06 -2.69212400122427966E-06
+ -2.74929375855110134E-06 -2.80698946162524094E-06 -2.86521594900019212E-06
+ -2.92397810374278623E-06 -2.98328085384270142E-06 -3.04312917262573847E-06
+ -3.10352807917090321E-06 -3.16448263873132217E-06 -3.22599796315902920E-06
+ -3.28807921133366702E-06 -3.35073158959512332E-06 -3.41396035218015418E-06
+ -3.47777080166302418E-06 -3.54216828940019109E-06 -3.60715821597909481E-06
+ -3.67274603167106673E-06 -3.73893723688840572E-06 -3.80573738264566284E-06
+ -3.87315207102516866E-06 -3.94118695564684250E-06 -4.00984774214231413E-06
+ -4.07914018863344187E-06 -4.14907010621517304E-06 -4.21964335944291232E-06
+ -4.29086586682432857E-06 -4.36274360131569833E-06 -4.43528259082282927E-06
+ -4.50848891870656603E-06 -4.58236872429297260E-06 -4.65692820338819114E-06
+ -4.73217360879804243E-06 -4.80811125085241469E-06 -4.88474749793445504E-06
+ -4.96208877701465764E-06 -5.04014157418983752E-06 -5.11891243522708840E-06
+ -5.19840796611272691E-06 -5.27863483360628606E-06 -5.35959976579962811E-06
+ -5.44130955268116592E-06 -5.52377104670530968E-06 -5.60699116336712788E-06
+ -5.69097688178230408E-06 -5.77573524527243320E-06 -5.86127336195569154E-06
+ -5.94759840534295227E-06 -6.03471761493938130E-06 -6.12263829685155997E-06
+ -6.21136782440020412E-06 -6.30091363873851428E-06 -6.39128324947621613E-06
+ -6.48248423530933290E-06 -6.57452424465577859E-06 -6.66741099629676262E-06
+ -6.76115228002412547E-06 -6.85575595729359250E-06 -6.95122996188409677E-06
+ -7.04758230056311157E-06 -7.14482105375811461E-06 -7.24295437623426690E-06
+ -7.34199049777827665E-06 -7.44193772388858203E-06 -7.54280443647188334E-06
+ -7.64459909454607360E-06 -7.74733023494963967E-06 -7.85100647305758550E-06
+ -7.95563650350395715E-06 -8.06122910091099844E-06 -8.16779312062500739E-06
+ -8.27533749945900119E-06 -8.38387125644216075E-06 -8.49340349357622099E-06
+ -8.60394339659876609E-06 -8.71550023575360260E-06 -8.82808336656818486E-06
+ -8.94170223063818439E-06 -9.05636635641932001E-06 -9.17208536002643512E-06
+ -9.28886894603991889E-06 -9.40672690831959470E-06 -9.52566913082604406E-06
+ -9.64570558844952820E-06 -9.76684634784648737E-06 -9.88910156828378703E-06
+ -1.00124815024907060E-05 -1.01369964975187509E-05 -1.02626569956094063E-05
+ -1.03894735350698612E-05 -1.05174567511567545E-05 -1.06466173769681309E-05
+ -1.07769662443435119E-05 -1.09085142847723250E-05 -1.10412725303106135E-05
+ -1.11752521145062590E-05 -1.13104642733326712E-05 -1.14469203461310491E-05
+ -1.15846317765613585E-05 -1.17236101135620458E-05 -1.18638670123185304E-05
+ -1.20054142352406839E-05 -1.21482636529492564E-05 -1.22924272452713748E-05
+ -1.24379171022452198E-05 -1.25847454251339370E-05 -1.27329245274488786E-05
+ -1.28824668359822329E-05 -1.30333848918492140E-05 -1.31856913515397763E-05
+ -1.33393989879800319E-05 -1.34945206916034287E-05 -1.36510694714317949E-05
+ -1.38090584561663290E-05 -1.39685008952885686E-05 -1.41294101601715989E-05
+ -1.42917997452013757E-05 -1.44556832689084236E-05 -1.46210744751099351E-05
+ -1.47879872340623668E-05 -1.49564355436246617E-05 -1.51264335304321181E-05
+ -1.52979954510811394E-05 -1.54711356933248098E-05 -1.56458687772795176E-05
+ -1.58222093566426400E-05 -1.60001722199214861E-05 -1.61797722916734683E-05
+ -1.63610246337577493E-05 -1.65439444465983752E-05 -1.67285470704590460E-05
+ -1.69148479867295626E-05 -1.71028628192241996E-05 -1.72926073354919358E-05
+ -1.74840974481387653E-05 -1.76773492161622237E-05 -1.78723788462981106E-05
+ -1.80692026943796617E-05 -1.82678372667091734E-05 -1.84682992214423218E-05
+ -1.86706053699851407E-05 -1.88747726784038707E-05 -1.90808182688478284E-05
+ -1.92887594209853039E-05 -1.94986135734526781E-05 -1.97103983253169097E-05
+ -1.99241314375514464E-05 -2.01398308345257081E-05 -2.03575146055082797E-05
+ -2.05772010061839600E-05 -2.07989084601847402E-05 -2.10226555606348462E-05
+ -2.12484610717100379E-05 -2.14763439302112445E-05 -2.17063232471526423E-05
+ -2.19384183093643903E-05 -2.21726485811100872E-05 -2.24090337057190817E-05
+ -2.26475935072338701E-05 -2.28883479920725682E-05 -2.31313173507067240E-05
+ -2.33765219593546013E-05 -2.36239823816899259E-05 -2.38737193705664520E-05
+ -2.41257538697584212E-05 -2.43801070157168858E-05 -2.46368001393423283E-05
+ -2.48958547677735544E-05 -2.51572926261929912E-05 -2.54211356396486890E-05
+ -2.56874059348929621E-05 -2.59561258422380450E-05 -2.62273178974288278E-05
+ -2.65010048435326922E-05 -2.67772096328468629E-05 -2.70559554288233214E-05
+ -2.73372656080112687E-05 -2.76211637620175865E-05 -2.79076736994854016E-05
+ -2.81968194480906166E-05 -2.84886252565570322E-05 -2.87831155966899609E-05
+ -2.90803151654284021E-05 -2.93802488869162813E-05 -2.96829419145927141E-05
+ -2.99884196333013450E-05 -3.02967076614192903E-05 -3.06078318530055664E-05
+ -3.09218182999692527E-05 -3.12386933342577379E-05 -3.15584835300648900E-05
+ -3.18812157060597122E-05 -3.22069169276355000E-05 -3.25356145091795302E-05
+ -3.28673360163637767E-05 -3.32021092684567416E-05 -3.35399623406563329E-05
+ -3.38809235664444056E-05 -3.42250215399629744E-05 -3.45722851184120754E-05
+ -3.49227434244699222E-05 -3.52764258487352209E-05 -3.56333620521919199E-05
+ -3.59935819686967026E-05 -3.63571158074893960E-05 -3.67239940557262973E-05
+ -3.70942474810370478E-05 -3.74679071341048244E-05 -3.78450043512703826E-05
+ -3.82255707571600885E-05 -3.86096382673379175E-05 -3.89972390909821331E-05
+ -3.93884057335864408E-05 -3.97831709996859163E-05 -4.01815679956081824E-05
+ -4.05836301322498266E-05 -4.09893911278782849E-05 -4.13988850109595831E-05
+ -4.18121461230121604E-05 -4.22292091214867543E-05 -4.26501089826729227E-05
+ -4.30748810046323194E-05 -4.35035608101588437E-05 -4.39361843497660916E-05
+ -4.43727879047023800E-05 -4.48134080899932548E-05 -4.52580818575122975E-05
+ -4.57068464990799373E-05 -4.61597396495908594E-05 -4.66167992901703209E-05
+ -4.70780637513591981E-05 -4.75435717163286186E-05 -4.80133622241240838E-05
+ -4.84874746729393197E-05 -4.89659488234203618E-05 -4.94488248020001549E-05
+ -4.99361431042634696E-05 -5.04279445983430973E-05 -5.09242705283473050E-05
+ -5.14251625178184808E-05 -5.19306625732239465E-05 -5.24408130874788150E-05
+ -5.29556568435010416E-05 -5.34752370177995101E-05 -5.39995971840948275E-05
+ -5.45287813169736136E-05 -5.50628337955764015E-05 -5.56017994073193240E-05
+ -5.61457233516501696E-05 -5.66946512438390511E-05 -5.72486291188037150E-05
+ -5.78077034349702094E-05 -5.83719210781691742E-05 -5.89413293655676601E-05
+ -5.95159760496373759E-05 -6.00959093221594808E-05 -6.06811778182659006E-05
+ -6.12718306205181434E-05 -6.18679172630236159E-05 -6.24694877355895067E-05
+ -6.30765924879152332E-05 -6.36892824338233782E-05 -6.43076089555292917E-05
+ -6.49316239079504419E-05 -6.55613796230548250E-05 -6.61969289142499647E-05
+ -6.68383250808119459E-05 -6.74856219123551868E-05 -6.81388736933434254E-05
+ -6.87981352076423651E-05 -6.94634617431138325E-05 -7.01349090962523954E-05
+ -7.08125335768649281E-05 -7.14963920127925423E-05 -7.21865417546765909E-05
+ -7.28830406807683243E-05 -7.35859472017825518E-05 -7.42953202657962975E-05
+ -7.50112193631924775E-05 -7.57337045316486122E-05 -7.64628363611722679E-05
+ -7.71986759991818858E-05 -7.79412851556350307E-05 -7.86907261082036950E-05
+ -7.94470617074968192E-05 -8.02103553823313572E-05 -8.09806711450516438E-05
+ -8.17580735968975774E-05 -8.25426279334222156E-05 -8.33343999499596783E-05
+ -8.41334560471424485E-05 -8.49398632364702555E-05 -8.57536891459299144E-05
+ -8.65750020256666526E-05 -8.74038707537078293E-05 -8.82403648417394703E-05
+ -8.90845544409354402E-05 -8.99365103478408655E-05 -9.07963040103091035E-05
+ -9.16640075334937079E-05 -9.25396936858954985E-05 -9.34234359054650067E-05
+ -9.43153083057612180E-05 -9.52153856821672358E-05 -9.61237435181625123E-05
+ -9.70404579916533835E-05 -9.79656059813616083E-05 -9.88992650732714953E-05
+ -9.98415135671365934E-05 -1.00792430483046365E-04 -1.01752095568052737E-04
+ -1.02720589302858159E-04 -1.03697992908565012E-04 -1.04684388353486958E-04
+ -1.05679858360023049E-04 -1.06684486411595298E-04 -1.07698356759649693E-04
+ -1.08721554430721892E-04 -1.09754165233567707E-04 -1.10796275766359402E-04
+ -1.11847973423948274E-04 -1.12909346405193497E-04 -1.13980483720359032E-04
+ -1.15061475198578324E-04 -1.16152411495387483E-04 -1.17253384100328119E-04
+ -1.18364485344620024E-04 -1.19485808408904107E-04 -1.20617447331056976E-04
+ -1.21759497014077488E-04 -1.22912053234045161E-04 -1.24075212648152634E-04
+ -1.25249072802811570E-04 -1.26433732141833068E-04 -1.27629290014683852E-04
+ -1.28835846684817576E-04 -1.30053503338083435E-04 -1.31282362091212300E-04
+ -1.32522526000379933E-04 -1.33774099069849977E-04 -1.35037186260696253E-04
+ -1.36311893499604697E-04 -1.37598327687757035E-04 -1.38896596709795866E-04
+ -1.40206809442872056E-04 -1.41529075765775564E-04 -1.42863506568150536E-04
+ -1.44210213759794401E-04 -1.45569310280043319E-04 -1.46940910107243555E-04
+ -1.48325128268310050E-04 -1.49722080848373000E-04 -1.51131885000513181E-04
+ -1.52554658955586525E-04 -1.53990522032139773E-04 -1.55439594646416662E-04
+ -1.56901998322456205E-04 -1.58377855702284711E-04 -1.59867290556200362E-04
+ -1.61370427793153178E-04 -1.62887393471220572E-04 -1.64418314808178437E-04
+ -1.65963320192170531E-04 -1.67522539192475417E-04 -1.69096102570372316E-04
+ -1.70684142290107398E-04 -1.72286791529960916E-04 -1.73904184693415381E-04
+ -1.75536457420427715E-04 -1.77183746598804184E-04 -1.78846190375680039E-04
+ -1.80523928169105518E-04 -1.82217100679737341E-04 -1.83925849902638594E-04
+ -1.85650319139187041E-04 -1.87390653009092553E-04 -1.89146997462525399E-04
+ -1.90919499792356487E-04 -1.92708308646509377E-04 -1.94513574040426520E-04
+ -1.96335447369649961E-04 -1.98174081422518430E-04 -2.00029630392979874E-04
+ -2.01902249893522818E-04 -2.03792096968227071E-04 -2.05699330105933362E-04
+ -2.07624109253534824E-04 -2.09566595829391419E-04 -2.11526952736865604E-04
+ -2.13505344377985204E-04 -2.15501936667229939E-04 -2.17516897045445855E-04
+ -2.19550394493887261E-04 -2.21602599548388797E-04 -2.23673684313665708E-04
+ -2.25763822477748370E-04 -2.27873189326547622E-04 -2.30001961758555089E-04
+ -2.32150318299678639E-04 -2.34318439118213730E-04 -2.36506506039952877E-04
+ -2.38714702563434680E-04 -2.40943213875331996E-04 -2.43192226865982528E-04
+ -2.45461930145062684E-04 -2.47752514057403587E-04 -2.50064170698955225E-04
+ -2.52397093932895604E-04 -2.54751479405889119E-04 -2.57127524564493574E-04
+ -2.59525428671719737E-04 -2.61945392823740577E-04 -2.64387619966757390E-04
+ -2.66852314914018350E-04 -2.69339684362995531E-04 -2.71849936912718746E-04
+ -2.74383283081270019E-04 -2.76939935323437434E-04 -2.79520108048532585E-04
+ -2.82124017638371799E-04 -2.84751882465422376E-04 -2.87403922911116656E-04
+ -2.90080361384332521E-04 -2.92781422340046712E-04 -2.95507332298157390E-04
+ -2.98258319862481421E-04 -3.01034615739925076E-04 -3.03836452759833242E-04
+ -3.06664065893513468E-04 -3.09517692273942474E-04 -3.12397571215652535E-04
+ -3.15303944234801310E-04 -3.18237055069425713E-04 -3.21197149699883736E-04
+ -3.24184476369481390E-04 -3.27199285605292423E-04 -3.30241830239167723E-04
+ -3.33312365428938570E-04 -3.36411148679816128E-04 -3.39538439865984633E-04
+ -3.42694501252396682E-04 -3.45879597516767022E-04 -3.49093995771769484E-04
+ -3.52337965587437574E-04 -3.55611779013772144E-04 -3.58915710603555560E-04
+ -3.62250037435376518E-04 -3.65615039136867211E-04 -3.69010997908153699E-04
+ -3.72438198545521387E-04 -3.75896928465300378E-04 -3.79387477727967284E-04
+ -3.82910139062471748E-04 -3.86465207890785052E-04 -3.90052982352675224E-04
+ -3.93673763330710798E-04 -3.97327854475492098E-04 -4.01015562231117248E-04
+ -4.04737195860881561E-04 -4.08493067473213059E-04 -4.12283492047846257E-04
+ -4.16108787462239290E-04 -4.19969274518229563E-04 -4.23865276968938176E-04
+ -4.27797121545921383E-04 -4.31765137986570490E-04 -4.35769659061764549E-04
+ -4.39811020603778904E-04 -4.43889561534446971E-04 -4.48005623893584653E-04
+ -4.52159552867673943E-04 -4.56351696818811821E-04 -4.60582407313925768E-04
+ -4.64852039154254682E-04 -4.69160950405106002E-04 -4.73509502425882632E-04
+ -4.77898059900388561E-04 -4.82326990867410627E-04 -4.86796666751586620E-04
+ -4.91307462394549913E-04 -4.95859756086367638E-04 -5.00453929597263520E-04
+ -5.05090368209635556E-04 -5.09769460750365247E-04 -5.14491599623428334E-04
+ -5.19257180842799576E-04 -5.24066604065666092E-04 -5.28920272625942219E-04
+ -5.33818593568094880E-04 -5.38761977681280566E-04 -5.43750839533792599E-04
+ -5.48785597507829765E-04 -5.53866673834583047E-04 -5.58994494629644042E-04
+ -5.64169489928740804E-04 -5.69392093723802861E-04 -5.74662743999354618E-04
+ -5.79981882769247271E-04 -5.85349956113727127E-04 -5.90767414216845357E-04
+ -5.96234711404209912E-04 -6.01752306181090350E-04 -6.07320661270864298E-04
+ -6.12940243653826143E-04 -6.18611524606347543E-04 -6.24334979740401048E-04
+ -6.30111089043444207E-04 -6.35940336918675562E-04 -6.41823212225655043E-04
+ -6.47760208321301661E-04 -6.53751823101268942E-04 -6.59798559041697335E-04
+ -6.65900923241356498E-04 -6.72059427464168145E-04 -6.78274588182125812E-04
+ -6.84546926618607543E-04 -6.90876968792085390E-04 -6.97265245560240083E-04
+ -7.03712292664480758E-04 -7.10218650774870281E-04 -7.16784865535469943E-04
+ -7.23411487610097241E-04 -7.30099072728506164E-04 -7.36848181732990435E-04
+ -7.43659380625421402E-04 -7.50533240614708339E-04 -7.57470338164704785E-04
+ -7.64471255042551497E-04 -7.71536578367463589E-04 -7.78666900659970556E-04
+ -7.85862819891602112E-04 -7.93124939535037963E-04 -8.00453868614715977E-04
+ -8.07850221757905481E-04 -8.15314619246250774E-04 -8.22847687067792665E-04
+ -8.30450056969459253E-04 -8.38122366510050129E-04 -8.45865259113700663E-04
+ -8.53679384123841875E-04 -8.61565396857655254E-04 -8.69523958661030417E-04
+ -8.77555736964023250E-04 -8.85661405336830875E-04 -8.93841643546276418E-04
+ -9.02097137612816358E-04 -9.10428579868073282E-04 -9.18836669012891333E-04
+ -9.27322110175933870E-04 -9.35885614972815851E-04 -9.44527901565780817E-04
+ -9.53249694723926370E-04 -9.62051725883987041E-04 -9.70934733211669993E-04
+ -9.79899461663560683E-04 -9.88946663049595142E-04 -9.98077096096109144E-04
+ -1.00729152650946320E-03 -1.01659072704026105E-03 -1.02597547754814571E-03
+ -1.03544656506720611E-03 -1.04500478387197448E-03 -1.05465093554403706E-03
+ -1.06438582903925711E-03 -1.07421028075560987E-03 -1.08412511460165176E-03
+ -1.09413116206561020E-03 -1.10422926228511439E-03 -1.11442026211756688E-03
+ -1.12470501621116234E-03 -1.13508438707655545E-03 -1.14555924515919458E-03
+ -1.15613046891231718E-03 -1.16679894487061722E-03 -1.17756556772458977E-03
+ -1.18843124039556326E-03 -1.19939687411141490E-03 -1.21046338848298791E-03
+ -1.22163171158121142E-03 -1.23290278001492778E-03 -1.24427753900943584E-03
+ -1.25575694248576263E-03 -1.26734195314065143E-03 -1.27903354252729973E-03
+ -1.29083269113683028E-03 -1.30274038848051613E-03 -1.31475763317276438E-03
+ -1.32688543301485128E-03 -1.33912480507944530E-03 -1.35147677579589161E-03
+ -1.36394238103629316E-03 -1.37652266620237281E-03 -1.38921868631314803E-03
+ -1.40203150609339612E-03 -1.41496220006294589E-03 -1.42801185262678414E-03
+ -1.44118155816599361E-03 -1.45447242112952606E-03 -1.46788555612682465E-03
+ -1.48142208802128582E-03 -1.49508315202459574E-03 -1.50886989379192342E-03
+ -1.52278346951799631E-03 -1.53682504603405972E-03 -1.55099580090571816E-03
+ -1.56529692253169002E-03 -1.57972961024346230E-03 -1.59429507440586571E-03
+ -1.60899453651857163E-03 -1.62382922931852947E-03 -1.63880039688333429E-03
+ -1.65390929473555634E-03 -1.66915718994802790E-03 -1.68454536125009274E-03
+ -1.70007509913483999E-03 -1.71574770596732485E-03 -1.73156449609377316E-03
+ -1.74752679595180393E-03 -1.76363594418166032E-03 -1.77989329173846309E-03
+ -1.79630020200550067E-03 -1.81285805090855090E-03 -1.82956822703126787E-03
+ -1.84643213173162047E-03 -1.86345117925940671E-03 -1.88062679687484393E-03
+ -1.89796042496826259E-03 -1.91545351718087941E-03 -1.93310754052670032E-03
+ -1.95092397551553686E-03 -1.96890431627715599E-03 -1.98705007068656703E-03
+ -2.00536276049047323E-03 -2.02384392143486851E-03 -2.04249510339382222E-03
+ -2.06131787049944207E-03 -2.08031380127303217E-03 -2.09948448875747025E-03
+ -2.11883154065077225E-03 -2.13835657944091853E-03 -2.15806124254190211E-03
+ -2.17794718243103031E-03 -2.19801606678749145E-03 -2.21826957863220089E-03
+ -2.23870941646892030E-03 -2.25933729442668284E-03 -2.28015494240353406E-03
+ -2.30116410621158387E-03 -2.32236654772339417E-03 -2.34376404501972831E-03
+ -2.36535839253863150E-03 -2.38715140122590548E-03 -2.40914489868695927E-03
+ -2.43134072934005378E-03 -2.45374075457096717E-03 -2.47634685288905922E-03
+ -2.49916092008479855E-03 -2.52218486938871750E-03 -2.54542063163184238E-03
+ -2.56887015540759045E-03 -2.59253540723516527E-03 -2.61641837172443825E-03
+ -2.64052105174236371E-03 -2.66484546858091614E-03 -2.68939366212657361E-03
+ -2.71416769103135537E-03 -2.73916963288544594E-03 -2.76440158439138477E-03
+ -2.78986566153987571E-03 -2.81556399978720841E-03 -2.84149875423430698E-03
+ -2.86767209980743005E-03 -2.89408623144053528E-03 -2.92074336425930539E-03
+ -2.94764573376688670E-03 -2.97479559603132122E-03 -3.00219522787470699E-03
+ -3.02984692706410657E-03 -3.05775301250418982E-03 -3.08591582443166600E-03
+ -3.11433772461149972E-03 -3.14302109653492824E-03 -3.17196834561929734E-03
+ -3.20118189940975066E-03 -3.23066420778274138E-03 -3.26041774315144950E-03
+ -3.29044500067306742E-03 -3.32074849845799634E-03 -3.35133077778096769E-03
+ -3.38219440329411234E-03 -3.41334196324196175E-03 -3.44477606967846317E-03
+ -3.47649935868596079E-03 -3.50851449059620636E-03 -3.54082415021340175E-03
+ -3.57343104703927153E-03 -3.60633791550023447E-03 -3.63954751517663868E-03
+ -3.67306263103412290E-03 -3.70688607365708645E-03 -3.74102067948433150E-03
+ -3.77546931104683504E-03 -3.81023485720773753E-03 -3.84532023340452764E-03
+ -3.88072838189344738E-03 -3.91646227199615206E-03 -3.95252490034863919E-03
+ -3.98891929115244553E-03 -4.02564849642818648E-03 -4.06271559627139310E-03
+ -4.10012369911071702E-03 -4.13787594196852494E-03 -4.17597549072384368E-03
+ -4.21442554037776158E-03 -4.25322931532125508E-03 -4.29239006960547946E-03
+ -4.33191108721453152E-03 -4.37179568234075198E-03 -4.41204719966250321E-03
+ -4.45266901462455962E-03 -4.49366453372103056E-03 -4.53503719478090539E-03
+ -4.57679046725621621E-03 -4.61892785251285642E-03 -4.66145288412404563E-03
+ -4.70436912816652505E-03 -4.74768018351945462E-03 -4.79138968216605808E-03
+ -4.83550128949805647E-03 -4.88001870462286338E-03 -4.92494566067363734E-03
+ -4.97028592512216861E-03 -5.01604330009463792E-03 -5.06222162269027998E-03
+ -5.10882476530298904E-03 -5.15585663594583365E-03 -5.20332117857861230E-03
+ -5.25122237343837121E-03 -5.29956423737298291E-03 -5.34835082417777462E-03
+ -5.39758622493527983E-03 -5.44727456835804834E-03 -5.49742002113467240E-03
+ -5.54802678827894750E-03 -5.59909911348225806E-03 -5.65064127946920697E-03
+ -5.70265760835647704E-03 -5.75515246201502642E-03 -5.80813024243558625E-03
+ -5.86159539209752962E-03 -5.91555239434111285E-03 -5.97000577374315854E-03
+ -6.02496009649614549E-03 -6.08041997079082804E-03 -6.13639004720233517E-03
+ -6.19287501907982846E-03 -6.24987962293972830E-03 -6.30740863886257962E-03
+ -6.36546689089349544E-03 -6.42405924744635093E-03 -6.48319062171163682E-03
+ -6.54286597206808675E-03 -6.60309030249804987E-03 -6.66386866300672752E-03
+ -6.72520615004518901E-03 -6.78710790693732094E-03 -6.84957912431068995E-03
+ -6.91262504053132259E-03 -6.97625094214253567E-03 -7.04046216430772101E-03
+ -7.10526409125725004E-03 -7.17066215673944907E-03 -7.23666184447572906E-03
+ -7.30326868861986851E-03 -7.37048827422154273E-03 -7.43832623769406006E-03
+ -7.50678826728642945E-03 -7.57588010355972948E-03 -7.64560753986787307E-03
+ -7.71597642284273591E-03 -7.78699265288380991E-03 -7.85866218465224725E-03
+ -7.93099102756951793E-03 -8.00398524632059405E-03 -8.07765096136176496E-03
+ -8.15199434943311360E-03 -8.22702164407565321E-03 -8.30273913615325182E-03
+ -8.37915317437930296E-03 -8.45627016584825537E-03 -8.53409657657197909E-03
+ -8.61263893202108589E-03 -8.69190381767116424E-03 -8.77189787955404664E-03
+ -8.85262782481413719E-03 -8.93410042226980283E-03 -9.01632250297992877E-03
+ -9.09930096081568163E-03 -9.18304275303744554E-03 -9.26755490087709938E-03
+ -9.35284449012562316E-03 -9.43891867172603691E-03 -9.52578466237184382E-03
+ -9.61344974511086324E-03 -9.70192126995465288E-03 -9.79120665449349260E-03
+ -9.88131338451700078E-03 -9.97224901464039554E-03 -1.00640211689365707E-02
+ -1.01566375415738236E-02 -1.02501058974595379E-02 -1.03444340728897008E-02
+ -1.04396299762043576E-02 -1.05357015884490618E-02 -1.06326569640424265E-02
+ -1.07305042314496633E-02 -1.08292515938623931E-02 -1.09289073298846264E-02
+ -1.10294797942249931E-02 -1.11309774183953325E-02 -1.12334087114156472E-02
+ -1.13367822605254798E-02 -1.14411067319019049E-02 -1.15463908713838454E-02
+ -1.16526435052032307E-02 -1.17598735407227293E-02 -1.18680899671802179E-02
+ -1.19773018564400813E-02 -1.20875183637513279E-02 -1.21987487285126501E-02
+ -1.23110022750444678E-02 -1.24242884133679947E-02 -1.25386166399914303E-02
+ -1.26539965387033066E-02 -1.27704377813731389E-02 -1.28879501287592017E-02
+ -1.30065434313238817E-02 -1.31262276300563134E-02 -1.32470127573025859E-02
+ -1.33689089376034728E-02 -1.34919263885398197E-02 -1.36160754215856137E-02
+ -1.37413664429688470E-02 -1.38678099545401709E-02 -1.39954165546494810E-02
+ -1.41241969390305862E-02 -1.42541619016936672E-02 -1.43853223358261124E-02
+ -1.45176892347014374E-02 -1.46512736925964501E-02 -1.47860869057168248E-02
+ -1.49221401731310082E-02 -1.50594448977126767E-02 -1.51980125870917280E-02
+ -1.53378548546139037E-02 -1.54789834203091069E-02 -1.56214101118686798E-02
+ -1.57651468656312028E-02 -1.59102057275775921E-02 -1.60565988543350385E-02
+ -1.62043385141900989E-02 -1.63534370881109545E-02 -1.65039070707789642E-02
+ -1.66557610716295511E-02 -1.68090118159024901E-02 -1.69636721457017900E-02
+ -1.71197550210650494E-02 -1.72772735210425799E-02 -1.74362408447863888E-02
+ -1.75966703126486865E-02 -1.77585753672906861E-02 -1.79219695748012615E-02
+ -1.80868666258256830E-02 -1.82532803367046574E-02 -1.84212246506235446E-02
+ -1.85907136387720544E-02 -1.87617615015143076E-02 -1.89343825695695370E-02
+ -1.91085913052033429E-02 -1.92844023034298914E-02 -1.94618302932245933E-02
+ -1.96408901387480489E-02 -1.98215968405808518E-02 -2.00039655369694987E-02
+ -2.01880115050835848E-02 -2.03737501622842168E-02 -2.05611970674039260E-02
+ -2.07503679220379690E-02 -2.09412785718473271E-02 -2.11339450078733351E-02
+ -2.13283833678640997E-02 -2.15246099376130082E-02 -2.17226411523088227E-02
+ -2.19224935978983015E-02 -2.21241840124607701E-02 -2.23277292875950911E-02
+ -2.25331464698190244E-02 -2.27404527619810767E-02 -2.29496655246849875E-02
+ -2.31608022777269572E-02 -2.33738807015456442E-02 -2.35889186386851503E-02
+ -2.38059340952711494E-02 -2.40249452424998490E-02 -2.42459704181405590E-02
+ -2.44690281280514794E-02 -2.46941370477089667E-02 -2.49213160237503999E-02
+ -2.51505840755308178E-02 -2.53819603966932497E-02 -2.56154643567531072E-02
+ -2.58511155026965103E-02 -2.60889335605928065E-02 -2.63289384372215746E-02
+ -2.65711502217135208E-02 -2.68155891872063415E-02 -2.70622757925150781E-02
+ -2.73112306838171302E-02 -2.75624746963521843E-02 -2.78160288561371365E-02
+ -2.80719143816960705E-02 -2.83301526858055069E-02 -2.85907653772549085E-02
+ -2.88537742626227382E-02 -2.91192013480679746E-02 -2.93870688411376063E-02
+ -2.96573991525894559E-02 -2.99302148982314754E-02 -3.02055389007767662E-02
+ -3.04833941917149846E-02 -3.07638040131999677E-02 -3.10467918199538069E-02
+ -3.13323812811876073E-02 -3.16205962825387432E-02 -3.19114609280251524E-02
+ -3.22049995420163881E-02 -3.25012366712220738E-02 -3.28001970866969930E-02
+ -3.31019057858640969E-02 -3.34063879945547121E-02 -3.37136691690662627E-02
+ -3.40237749982379364E-02 -3.43367314055439826E-02 -3.46525645512051825E-02
+ -3.49713008343182433E-02 -3.52929668950036080E-02 -3.56175896165713823E-02
+ -3.59451961277063164E-02 -3.62758138046705494E-02 -3.66094702735258945E-02
+ -3.69461934123746574E-02 -3.72860113536195303E-02 -3.76289524862426505E-02
+ -3.79750454581039357E-02 -3.83243191782588824E-02 -3.86768028192958080E-02
+ -3.90325258196928537E-02 -3.93915178861948198E-02 -3.97538089962096997E-02
+ -4.01194294002258714E-02 -4.04884096242485586E-02 -4.08607804722574894E-02
+ -4.12365730286845256E-02 -4.16158186609120254E-02 -4.19985490217918839E-02
+ -4.23847960521854458E-02 -4.27745919835242974E-02 -4.31679693403921941E-02
+ -4.35649609431283252E-02 -4.39655999104515277E-02 -4.43699196621067243E-02
+ -4.47779539215318462E-02 -4.51897367185475005E-02 -4.56053023920678577E-02
+ -4.60246855928337292E-02 -4.64479212861676274E-02 -4.68750447547509885E-02
+ -4.73060916014237803E-02 -4.77410977520064742E-02 -4.81800994581444986E-02
+ -4.86231333001754529E-02 -4.90702361900188025E-02 -4.95214453740890972E-02
+ -4.99767984362310611E-02 -5.04363333006787734E-02 -5.09000882350375203E-02
+ -5.13681018532889805E-02 -5.18404131188198794E-02 -5.23170613474740198E-02
+ -5.27980862106278495E-02 -5.32835277382898223E-02 -5.37734263222233652E-02
+ -5.42678227190935905E-02 -5.47667580536384604E-02 -5.52702738218629128E-02
+ -5.57784118942580981E-02 -5.62912145190441332E-02 -5.68087243254372654E-02
+ -5.73309843269413921E-02 -5.78580379246636176E-02 -5.83899289106545663E-02
+ -5.89267014712729145E-02 -5.94684001905744566E-02 -6.00150700537256943E-02
+ -6.05667564504425091E-02 -6.11235051784522754E-02 -6.16853624469818826E-02
+ -6.22523748802698215E-02 -6.28245895211030636E-02 -6.34020538343786910E-02
+ -6.39848157106901877E-02 -6.45729234699386201E-02 -6.51664258649683470E-02
+ -6.57653720852277301E-02 -6.63698117604541726E-02 -6.69797949643840540E-02
+ -6.75953722184878536E-02 -6.82165944957285608E-02 -6.88435132243459813E-02
+ -6.94761802916650101E-02 -7.01146480479283157E-02 -7.07589693101535883E-02
+ -7.14091973660151286E-02 -7.20653859777494882E-02 -7.27275893860853950E-02
+ -7.33958623141977434E-02 -7.40702599716852039E-02 -7.47508380585724802E-02
+ -7.54376527693348120E-02 -7.61307607969472222E-02 -7.68302193369566760E-02
+ -7.75360860915773054E-02 -7.82484192738087808E-02 -7.89672776115774994E-02
+ -7.96927203519002259E-02 -8.04248072650702722E-02 -8.11635986488657146E-02
+ -8.19091553327792876E-02 -8.26615386822708020E-02 -8.34208106030392971E-02
+ -8.41870335453176605E-02 -8.49602705081874965E-02 -8.57405850439141859E-02
+ -8.65280412623022077E-02 -8.73227038350701951E-02 -8.81246380002450452E-02
+ -8.89339095665752505E-02 -8.97505849179623116E-02 -9.05747310179106924E-02
+ -9.14064154139945934E-02 -9.22457062423430868E-02 -9.30926722321399613E-02
+ -9.39473827101412889E-02 -9.48099076052077577E-02 -9.56803174528517986E-02
+ -9.65586833997992833E-02 -9.74450772085649203E-02 -9.83395712620403345E-02
+ -9.92422385680948455E-02 -1.00153152764187597E-01 -1.01072388121990500E-01
+ -1.02000019552022134E-01 -1.02936122608289216E-01 -1.03880773492938158E-01
+ -1.04834049060913412E-01 -1.05796026824622774E-01 -1.06766784958608099E-01
+ -1.07746402304221264E-01 -1.08734958374303387E-01 -1.09732533357867174E-01
+ -1.10739208124780511E-01 -1.11755064230450799E-01 -1.12780183920508190E-01
+ -1.13814650135488152E-01 -1.14858546515508642E-01 -1.15911957404944935E-01
+ -1.16974967857097475E-01 -1.18047663638852871E-01 -1.19130131235336043E-01
+ -1.20222457854552323E-01 -1.21324731432017663E-01 -1.22437040635375582E-01
+ -1.23559474868999083E-01 -1.24692124278575608E-01 -1.25835079755674289E-01
+ -1.26988432942291202E-01 -1.28152276235373952E-01 -1.29326702791321135E-01
+ -1.30511806530455826E-01 -1.31707682141470467E-01 -1.32914425085841226E-01
+ -1.34132131602209548E-01 -1.35360898710728678E-01 -1.36600824217372213E-01
+ -1.37852006718202885E-01 -1.39114545603599565E-01 -1.40388541062436645E-01
+ -1.41674094086218227E-01 -1.42971306473159754E-01 -1.44280280832216445E-01
+ -1.45601120587055127E-01 -1.46933929979966099E-01 -1.48278814075711862E-01
+ -1.49635878765309815E-01 -1.51005230769745258E-01 -1.52386977643610699E-01
+ -1.53781227778668428E-01 -1.55188090407334084E-01 -1.56607675606072555E-01
+ -1.58040094298708245E-01 -1.59485458259641971E-01 -1.60943880116971000E-01
+ -1.62415473355508155E-01 -1.63900352319694964E-01 -1.65398632216405550E-01
+ -1.66910429117634540E-01 -1.68435859963065815E-01 -1.69975042562515694E-01
+ -1.71528095598247804E-01 -1.73095138627149037E-01 -1.74676292082767776E-01
+ -1.76271677277204025E-01 -1.77881416402846965E-01 -1.79505632533953685E-01
+ -1.81144449628063753E-01 -1.82797992527241909E-01 -1.84466386959142942E-01
+ -1.86149759537892395E-01 -1.87848237764774578E-01 -1.89561950028723725E-01
+ -1.91291025606605769E-01 -1.93035594663289012E-01 -1.94795788251491603E-01
+ -1.96571738311399791E-01 -1.98363577670047392E-01 -2.00171440040448845E-01
+ -2.01995460020476858E-01 -2.03835773091474881E-01 -2.05692515616596350E-01
+ -2.07565824838859547E-01 -2.09455838878909312E-01 -2.11362696732476651E-01
+ -2.13286538267520781E-01 -2.15227504221049609E-01 -2.17185736195603302E-01
+ -2.19161376655389983E-01 -2.21154568922063394E-01 -2.23165457170129033E-01
+ -2.25194186421967063E-01 -2.27240902542459267E-01 -2.29305752233206678E-01
+ -2.31388883026324571E-01 -2.33490443277802329E-01 -2.35610582160409698E-01
+ -2.37749449656140727E-01 -2.39907196548176410E-01 -2.42083974412351299E-01
+ -2.44279935608109094E-01 -2.46495233268929775E-01 -2.48730021292213055E-01
+ -2.50984454328598727E-01 -2.53258687770708868E-01 -2.55552877741290929E-01
+ -2.57867181080745356E-01 -2.60201755334018403E-01 -2.62556758736836648E-01
+ -2.64932350201269318E-01 -2.67328689300592448E-01 -2.69745936253435459E-01
+ -2.72184251907188479E-01 -2.74643797720647231E-01 -2.77124735745871931E-01
+ -2.79627228609238276E-01 -2.82151439491653055E-01 -2.84697532107912432E-01
+ -2.87265670685176999E-01 -2.89856019940531173E-01 -2.92468745057610169E-01
+ -2.95104011662258081E-01 -2.97761985797192208E-01 -3.00442833895642802E-01
+ -3.03146722753940667E-01 -3.05873819503017896E-01 -3.08624291578793175E-01
+ -3.11398306691407167E-01 -3.14196032793276181E-01 -3.17017638045929251E-01
+ -3.19863290785590393E-01 -3.22733159487476162E-01 -3.25627412728766330E-01
+ -3.28546219150211372E-01 -3.31489747416338409E-01 -3.34458166174214699E-01
+ -3.37451644010728469E-01 -3.40470349408343698E-01 -3.43514450699288321E-01
+ -3.46584116018128496E-01 -3.49679513252686147E-01 -3.52800809993254194E-01
+ -3.55948173480054808E-01 -3.59121770548903152E-01 -3.62321767575017717E-01
+ -3.65548330414929179E-01 -3.68801624346435653E-01 -3.72081814006549438E-01
+ -3.75389063327380645E-01 -3.78723535469902062E-01 -3.82085392755534714E-01
+ -3.85474796595497993E-01 -3.88891907417864335E-01 -3.92336884592248525E-01
+ -3.95809886352079365E-01 -3.99311069714380795E-01 -4.02840590396997211E-01
+ -4.06398602733196834E-01 -4.09985259583580397E-01 -4.13600712245225377E-01
+ -4.17245110357992943E-01 -4.20918601807920068E-01 -4.24621332627623971E-01
+ -4.28353446893635970E-01 -4.32115086620592725E-01 -4.35906391652187308E-01
+ -4.39727499548816070E-01 -4.43578545471819630E-01 -4.47459662064239316E-01
+ -4.51370979327994082E-01 -4.55312624497391016E-01 -4.59284721908871041E-01
+ -4.63287392866899739E-01 -4.67320755505899466E-01 -4.71384924648127590E-01
+ -4.75480011657400614E-01 -4.79606124288548819E-01 -4.83763366532512895E-01
+ -4.87951838456958775E-01 -4.92171636042308736E-01 -4.96422851013072264E-01
+ -5.00705570664362831E-01 -5.05019877683483109E-01 -5.09365849966459172E-01
+ -5.13743560429399504E-01 -5.18153076814557911E-01 -5.22594461490973550E-01
+ -5.27067771249550621E-01 -5.31573057092459278E-01 -5.36110364016715524E-01
+ -5.40679730791804314E-01 -5.45281189731207871E-01 -5.49914766457701210E-01
+ -5.54580479662265313E-01 -5.59278340856476652E-01 -5.64008354118222699E-01
+ -5.68770515830591794E-01 -5.73564814413785706E-01 -5.78391230049901561E-01
+ -5.83249734400413278E-01 -5.88140290316210623E-01 -5.93062851540017033E-01
+ -5.98017362401030428E-01 -6.03003757501615167E-01 -6.08021961395877275E-01
+ -6.13071888259951958E-01 -6.18153441553827787E-01 -6.23266513674533784E-01
+ -6.28410985600508121E-01 -6.33586726526977451E-01 -6.38793593492147260E-01
+ -6.44031430994043363E-01 -6.49300070597800372E-01 -6.54599330533221724E-01
+ -6.59929015282416320E-01 -6.65288915157328575E-01 -6.70678805866965377E-01
+ -6.76098448074135328E-01 -6.81547586941499750E-01 -6.87025951666750290E-01
+ -6.92533255006717918E-01 -6.98069192790208515E-01 -7.03633443419389715E-01
+ -7.09225667359521417E-01 -7.14845506616840209E-01 -7.20492584204405540E-01
+ -7.26166503595714108E-01 -7.31866848165892536E-01 -7.37593180620279343E-01
+ -7.43345042410204715E-01 -7.49121953135788776E-01 -7.54923409935566836E-01
+ -7.60748886862775198E-01 -7.66597834248097465E-01 -7.72469678048725017E-01
+ -7.78363819183541805E-01 -7.84279632854280706E-01 -7.90216467852485671E-01
+ -7.96173645852130796E-01 -8.02150460687744316E-01 -8.08146177617902639E-01
+ -8.14160032573955972E-01 -8.20191231393865405E-01 -8.26238949041037229E-01
+ -8.32302328808033787E-01 -8.38380481505090258E-01 -8.44472484633330023E-01
+ -8.50577381542619415E-01 -8.56694180573995601E-01 -8.62821854186628046E-01
+ -8.68959338069276055E-01 -8.75105530236235607E-01 -8.81259290107770377E-01
+ -8.87419437575053038E-01 -8.93584752049652598E-01 -8.99753971497637695E-01
+ -9.05925791458358609E-01 -9.12098864048036972E-01 -9.18271796948280872E-01
+ -9.24443152379680222E-01 -9.30611446060674252E-01 -9.36775146151899718E-01
+ -9.42932672186264975E-01 -9.49082393985030359E-01 -9.55222630560199737E-01
+ -9.61351649003580055E-01 -9.67467663362894581E-01 -9.73568833505363163E-01
+ -9.79653263969240129E-01 -9.85719002803811306E-01 -9.91764040398414815E-01
+ -9.97786308301095271E-01 -1.00378367802755641E+00 -1.00975395986113003E+00
+ -1.01569490164453247E+00 -1.02160418756424498E+00 -1.02747943692841370E+00
+ -1.03331820293923915E+00 -1.03911797146086471E+00 -1.04487615978389625E+00
+ -1.05059011538770775E+00 -1.05625711470179562E+00 -1.06187436186752171E+00
+ -1.06743898750166144E+00 -1.07294804746326977E+00 -1.07839852162547145E+00
+ -1.08378731265386441E+00 -1.08911124479334620E+00 -1.09436706266525485E+00
+ -1.09955143007684875E+00 -1.10466092884522227E+00 -1.10969205763792456E+00
+ -1.11464123083261790E+00 -1.11950477739827003E+00 -1.12427893980048310E+00
+ -1.12895987293371358E+00 -1.13354364308325861E+00 -1.13802622692004030E+00
+ -1.14240351053135480E+00 -1.14667128849091515E+00 -1.15082526297166954E+00
+ -1.15486104290502078E+00 -1.15877414319028293E+00 -1.16255998395831739E+00
+ -1.16621388989352814E+00 -1.16973108961852379E+00 -1.17310671514597220E+00
+ -1.17633580140233951E+00 -1.17941328582840965E+00 -1.18233400806166711E+00
+ -1.18509270970582303E+00 -1.18768403419298374E+00 -1.19010252674413697E+00
+ -1.19234263443387434E+00 -1.19439870636544332E+00 -1.19626499396246633E+00
+ -1.19793565138385749E+00 -1.19940473606869902E+00 -1.20066620941803737E+00
+ -1.20171393762079748E+00 -1.20254169263121780E+00 -1.20314315330541710E+00
+ -1.20351190670493668E+00 -1.20364144957529029E+00 -1.20352519000777725E+00
+ -1.20315644929300358E+00 -1.20252846397476287E+00 -1.20163438811310042E+00
+ -1.20046729576558975E+00 -1.19902018369598662E+00 -1.19728597431962380E+00
+ -1.19525751889501652E+00 -1.19292760097131456E+00 -1.19028894010132325E+00
+ -1.18733419582993194E+00 -1.18405597196785606E+00 -1.18044682116064492E+00
+ -1.17649924976295006E+00 -1.17220572302803205E+00 -1.16755867062246277E+00
+ -1.16255049247590958E+00 -1.15717356497578683E+00 -1.15142024751641947E+00
+ -1.14528288941217382E+00 -1.13875383718378509E+00 -1.13182544222681569E+00
+ -1.12449006887084924E+00 -1.11674010283763558E+00 -1.10856796010590575E+00
+ -1.09996609619009078E+00 -1.09092701583954543E+00 -1.08144328316420713E+00
+ -1.07150753219185502E+00 -1.06111247786128349E+00 -1.05025092745476245E+00
+ -1.03891579247209442E+00 -1.02710010094746096E+00 -1.01479701020894009E+00
+ -1.00199982007927524E+00 -9.88701986514876507E-01 -9.74897135678501559E-01
+ -9.60579078439239842E-01 -9.45741825291550153E-01 -9.30379601683047786E-01
+ -9.14486863738533495E-01 -8.98058314365422938E-01 -8.81088919723194364E-01
+ -8.63573926036842021E-01 -8.45508876731410619E-01 -8.26889629861790376E-01
+ -8.07712375808626759E-01 -7.87973655207978685E-01 -7.67670377078771171E-01
+ -7.46799837108420572E-01 -7.25359736053171833E-01 -7.03348198205681507E-01
+ -6.80763789878237047E-01 -6.57605537845734722E-01 -6.33872947688136512E-01
+ -6.09566021967650085E-01 -5.84685278171268363E-01 -5.59231766344822967E-01
+ -5.33207086339882452E-01 -5.06613404590440242E-01 -4.79453470331696718E-01
+ -4.51730631168910768E-01 -4.23448847900080527E-01 -3.94612708492314335E-01
+ -3.65227441108180229E-01 -3.35298926075173143E-01 -3.04833706688939221E-01
+ -2.73838998738928252E-01 -2.42322698644252849E-01 -2.10293390087259890E-01
+ -1.77760349033630111E-01 -1.44733547030220927E-01 -1.11223652675982984E-01
+ -7.72420311672814969E-02 -4.28007418270769588E-02 -7.91253353809768384E-03
+  2.74091619864005320E-02  6.31502391438447247E-02  9.92959296246432310E-02
+  1.35830815839744851E-01  1.72738846568288557E-01  2.10003354764830119E-01
+  2.47607077424558869E-01  2.85532177356664529E-01  3.23760266659971152E-01
+  3.62272431630089098E-01  4.01049258752603999E-01  4.40070861350995490E-01
+  4.79316906359736117E-01  5.18766640580859972E-01  5.58398915654824801E-01
+  5.98192210831341442E-01  6.38124652462023878E-01  6.78174028950776719E-01
+  7.18317799688614977E-01  7.58533096263411033E-01  7.98796713969803340E-01
+  8.39085091346172818E-01  8.79374275131309058E-01  9.19639867658711418E-01
+  9.59856953287434700E-01  1.00000000000000000E+00  1.04004273177500495E+00
+  1.07995811654532425E+00  1.11971835455204838E+00  1.15929486715866581E+00
+  END     
+   TPHI    3 #tphi(r), for tphi(r)/r*Ylm)
+  0.00000000000000000E+00  2.25473367069045020E-16  9.10209718359417122E-16
+  2.06688485443941501E-15  3.70844739323936680E-15  5.84812416717305235E-15
+  8.49942572327959546E-15  1.16761519283202586E-14  1.53923976808007209E-14
+  1.96625587319248269E-14  2.45013376175255125E-14  2.99237497030539113E-14
+  3.59451293437494848E-14  4.25811361621492332E-14  4.98477614451402707E-14
+  5.77613346627950487E-14  6.63385301112733090E-14  7.55963736821187138E-14
+  8.55522497603162869E-14  9.62239082535278373E-14  1.07629471754960869E-13
+  1.19787442842377462E-13  1.32716711515790638E-13  1.46436562776453025E-13
+  1.60966684349773843E-13  1.76327174554873132E-13  1.92538550323506608E-13
+  2.09621755371168712E-13  2.27598168523214493E-13  2.46489612198909459E-13
+  2.66318361056358627E-13  2.87107150801327529E-13  3.08879187163024196E-13
+  3.31658155039961858E-13  3.55468227819089067E-13  3.80334076871426045E-13
+  4.06280881227509730E-13  4.33334337436010544E-13  4.61520669608947416E-13
+  4.90866639656985615E-13  5.21399557718381727E-13  5.53147292785182545E-13
+  5.86138283530378401E-13  6.20401549339756035E-13  6.55966701552284587E-13
+  6.92863954912931000E-13  7.31124139241864034E-13  7.70778711324109079E-13
+  8.11859767023751614E-13  8.54400053626899819E-13  8.98432982417667867E-13
+  9.43992641491544099E-13  9.91113808810557963E-13  1.03983196550479007E-12
+  1.09018330942479027E-12  1.14220476894961937E-12  1.19593401705526084E-12
+  1.25140948564828665E-12  1.30867038016970609E-12  1.36775669447405539E-12
+  1.42870922598885447E-12  1.49156959115967042E-12  1.55638024118611191E-12
+  1.62318447805417914E-12  1.69202647087050920E-12  1.76295127250413175E-12
+  1.83600483654148570E-12  1.91123403456053052E-12  1.98868667372990353E-12
+  2.06841151473918977E-12  2.15045829006647157E-12  2.23487772258944359E-12
+  2.32172154454651536E-12  2.41104251685440196E-12  2.50289444878886319E-12
+  2.59733221803535883E-12  2.69441179111649972E-12  2.79419024420334160E-12
+  2.89672578431764909E-12  3.00207777093242294E-12  3.11030673797812538E-12
+  3.22147441626213630E-12  3.33564375630916165E-12  3.45287895163039674E-12
+  3.57324546242951613E-12  3.69681003975348788E-12  3.82364075009665097E-12
+  3.95380700046636303E-12  4.08737956391891247E-12  4.22443060557437938E-12
+  4.36503370911941195E-12  4.50926390380697027E-12  4.65719769196230969E-12
+  4.80891307700460851E-12  4.96448959199386764E-12  5.12400832871279648E-12
+  5.28755196729373576E-12  5.45520480640066054E-12  5.62705279397667671E-12
+  5.80318355856747669E-12  5.98368644123147706E-12  6.16865252804761673E-12
+  6.35817468323180745E-12  6.55234758287351690E-12  6.75126774930387913E-12
+  6.95503358610716654E-12  7.16374541378755451E-12  7.37750550610337392E-12
+  7.59641812708126335E-12  7.82058956872288707E-12  8.05012818941702572E-12
+  8.28514445307025827E-12  8.52575096896952280E-12  8.77206253239018177E-12
+  9.02419616596342952E-12  9.28227116181727353E-12  9.54640912450525977E-12
+  9.81673401473779761E-12  1.00933721939308247E-11  1.03764524695872004E-11
+  1.06661061415260951E-11  1.09624670489762373E-11  1.12656716185491546E-11
+  1.15758589131085663E-11  1.18931706815527385E-11  1.22177514095267216E-11
+  1.25497483710817252E-11  1.28893116812992448E-11  1.32365943498978023E-11
+  1.35917523358407507E-11  1.39549446029634849E-11  1.43263331766390853E-11
+  1.47060832015018733E-11  1.50943630002481651E-11  1.54913441335345903E-11
+  1.58972014609940541E-11  1.63121132033903854E-11  1.67362610059326187E-11
+  1.71698300027703694E-11  1.76130088826926509E-11  1.80659899560519561E-11
+  1.85289692229366124E-11  1.90021464426147107E-11  1.94857252042729368E-11
+  1.99799129990745626E-11  2.04849212935608778E-11  2.10009656044213194E-11
+  2.15282655746573535E-11  2.20670450511662145E-11  2.26175321637707676E-11
+  2.31799594057224001E-11  2.37545637157040561E-11  2.43415865613617392E-11
+  2.49412740243922496E-11  2.55538768872165379E-11  2.61796507212676882E-11
+  2.68188559769239482E-11  2.74717580751169210E-11  2.81386275006461074E-11
+  2.88197398972316839E-11  2.95153761643376185E-11  3.02258225557975627E-11
+  3.09513707802779625E-11  3.16923181036113281E-11  3.24489674530352344E-11
+  3.32216275233718414E-11  3.40106128851843768E-11  3.48162440949468076E-11
+  3.56388478072643709E-11  3.64787568891830070E-11  3.73363105366261519E-11
+  3.82118543929985308E-11  3.91057406699973527E-11  4.00183282706714154E-11
+  4.09499829147701544E-11  4.19010772664247618E-11  4.28719910642052506E-11
+  4.38631112535967061E-11  4.48748321219401032E-11  4.59075554358833830E-11
+  4.69616905813892169E-11  4.80376547063467142E-11  4.91358728658355375E-11
+  5.02567781700918221E-11  5.14008119352254848E-11  5.25684238367402420E-11
+  5.37600720659083294E-11  5.49762234890528153E-11  5.62173538097911607E-11
+  5.74839477342951658E-11  5.87764991396234648E-11  6.00955112451828650E-11
+  6.14414967873769343E-11  6.28149781975011766E-11  6.42164877829444089E-11
+  6.56465679117577652E-11  6.71057712006542771E-11  6.85946607065018832E-11
+  7.01138101213749575E-11  7.16638039712301412E-11  7.32452378182743097E-11
+  7.48587184670920094E-11  7.65048641746025607E-11  7.81843048639185582E-11
+  7.98976823421763754E-11  8.16456505224137934E-11  8.34288756495692119E-11
+  8.52480365306785169E-11  8.71038247693478525E-11  8.89969450045810073E-11
+  9.09281151540430477E-11  9.28980666618411719E-11  9.49075447509071825E-11
+  9.69573086800668934E-11  9.90481320058832614E-11  1.01180802849360728E-10
+  1.03356124167602874E-10  1.05574914030512984E-10  1.07838005902632168E-10
+  1.10146248930210063E-10  1.12500508233604744E-10  1.14901665205110610E-10
+  1.17350617812315558E-10  1.19848280907088089E-10  1.22395586540300686E-10
+  1.24993484282394880E-10  1.27642941549894985E-10  1.30344943937982932E-10
+  1.33100495559245147E-10  1.35910619388705173E-10  1.38776357615260812E-10
+  1.41698771999640565E-10  1.44678944239004864E-10  1.47717976338311367E-10
+  1.50816990988570332E-10  1.53977131952119445E-10  1.57199564455047013E-10
+  1.60485475586894143E-10  1.63836074707773519E-10  1.67252593863041718E-10
+  1.70736288205661993E-10  1.74288436426403698E-10  1.77910341192022165E-10
+  1.81603329591564497E-10  1.85368753590955458E-10  1.89207990496015650E-10
+  1.93122443424064761E-10  1.97113541784274160E-10  2.01182741766927584E-10
+  2.05331526841754855E-10  2.09561408265508210E-10  2.13873925598950306E-10
+  2.18270647233430451E-10  2.22753170927225485E-10  2.27323124351824152E-10
+  2.31982165648342910E-10  2.36731983994259032E-10  2.41574300180648646E-10
+  2.46510867200130740E-10  2.51543470845710897E-10  2.56673930320725412E-10
+  2.61904098860096012E-10  2.67235864363101156E-10  2.72671150037876399E-10
+  2.78211915057863884E-10  2.83860155230431020E-10  2.89617903677881092E-10
+  2.95487231531089751E-10  3.01470248635996614E-10  3.07569104273192789E-10
+  3.13785987890847618E-10  3.20123129851215708E-10  3.26582802190983363E-10
+  3.33167319395706204E-10  3.39879039188597530E-10  3.46720363333937106E-10
+  3.53693738455368893E-10  3.60801656869361302E-10  3.68046657434113550E-10
+  3.75431326414195201E-10  3.82958298361203538E-10  3.90630257010742400E-10
+  3.98449936196022489E-10  4.06420120778386258E-10  4.14543647595077910E-10
+  4.22823406424573205E-10  4.31262340969791771E-10  4.39863449859531944E-10
+  4.48629787668452246E-10  4.57564465955954856E-10  4.66670654324316198E-10
+  4.75951581496414295E-10  4.85410536413429348E-10  4.95050869352875317E-10
+  5.04875993067342298E-10  5.14889383944334233E-10  5.25094583187595938E-10
+  5.35495198020313584E-10  5.46094902910609762E-10  5.56897440819738552E-10
+  5.67906624473394298E-10  5.79126337656573415E-10  5.90560536532420100E-10
+  6.02213250985492574E-10  6.14088585989917231E-10  6.26190723002874577E-10
+  6.38523921383897124E-10  6.51092519840454571E-10  6.63900937900305105E-10
+  6.76953677411120185E-10  6.90255324067880165E-10  7.03810548968550798E-10
+  7.17624110198574380E-10  7.31700854444701712E-10  7.46045718638705747E-10
+  7.60663731631536114E-10  7.75560015898476677E-10  7.90739789275870372E-10
+  8.06208366730008346E-10  8.21971162158773898E-10  8.38033690226639265E-10
+  8.54401568233645066E-10  8.71080518018984009E-10  8.88076367899824778E-10
+  9.05395054646044237E-10  9.23042625491506231E-10  9.41025240182591950E-10
+  9.59349173064651256E-10  9.78020815207078164E-10  9.97046676567736555E-10
+  1.01643338819745617E-09  1.03618770448533311E-09  1.05631650544560196E-09
+  1.07682679904685044E-09  1.09772572358433991E-09  1.11902055009624939E-09
+  1.14071868482465425E-09  1.16282767172204752E-09  1.18535519500427066E-09
+  1.20830908175070437E-09  1.23169730455257499E-09  1.25552798421030321E-09
+  1.27980939248076441E-09  1.30454995487540811E-09  1.32975825351017715E-09
+  1.35544303000815877E-09  1.38161318845598021E-09  1.40827779841492171E-09
+  1.43544609798774734E-09  1.46312749694231458E-09  1.49133157989299764E-09
+  1.52006810954097510E-09  1.54934702997450964E-09  1.57917847003029955E-09
+  1.60957274671703689E-09  1.64054036870233105E-09  1.67209203986417152E-09
+  1.70423866290810185E-09  1.73699134305135202E-09  1.77036139177513669E-09
+  1.80436033064640524E-09  1.83899989521031667E-09  1.87429203895473915E-09
+  1.91024893734812258E-09  1.94688299195210291E-09  1.98420683461018305E-09
+  2.02223333171396011E-09  2.06097558854827947E-09  2.10044695371679172E-09
+  2.14066102364941242E-09  2.18163164719319353E-09  2.22337293028812228E-09
+  2.26589924072946962E-09  2.30922521301824005E-09  2.35336575330138329E-09
+  2.39833604440340164E-09  2.44415155095108830E-09  2.49082802459305150E-09
+  2.53838150931584717E-09  2.58682834685845214E-09  2.63618518222692759E-09
+  2.68646896931113463E-09  2.73769697660533096E-09  2.78988679303464498E-09
+  2.84305633388934688E-09  2.89722384686889229E-09  2.95240791823781369E-09
+  3.00862747909550005E-09  3.06590181176195956E-09  3.12425055628174028E-09
+  3.18369371704819339E-09  3.24425166955024663E-09  3.30594516724404382E-09
+  3.36879534855169356E-09  3.43282374398948078E-09  3.49805228342799461E-09
+  3.56450330348651878E-09  3.63219955506424889E-09  3.70116421101084160E-09
+  3.77142087393883073E-09  3.84299358418059646E-09  3.91590682789254782E-09
+  3.99018554530917050E-09  4.06585513914982389E-09  4.14294148318103734E-09
+  4.22147093093717176E-09  4.30147032460243687E-09  4.38296700405720478E-09
+  4.46598881609164721E-09  4.55056412378982083E-09  4.63672181608736201E-09
+  4.72449131750592780E-09  4.81390259806776037E-09  4.90498618339361763E-09
+  4.99777316498747125E-09  5.09229521071151662E-09  5.18858457545485969E-09
+  5.28667411199958817E-09  5.38659728208784757E-09  5.48838816769358742E-09
+  5.59208148250282144E-09  5.69771258360623996E-09  5.80531748340808205E-09
+  5.91493286175528086E-09  6.02659607829098340E-09  6.14034518503651108E-09
+  6.25621893920609393E-09  6.37425681625860850E-09  6.49449902319068299E-09
+  6.61698651207573477E-09  6.74176099385338713E-09  6.86886495237390426E-09
+  6.99834165870247084E-09  7.13023518568791311E-09  7.26459042280098477E-09
+  7.40145309124705194E-09  7.54086975935825509E-09  7.68288785827037827E-09
+  7.82755569788970145E-09  7.97492248315507105E-09  8.12503833060080289E-09
+  8.27795428522586115E-09  8.43372233767512099E-09  8.59239544173822222E-09
+  8.75402753217219632E-09  8.91867354285368194E-09  9.08638942526679544E-09
+  9.25723216733295613E-09  9.43125981258900929E-09  9.60853147971986379E-09
+  9.78910738245253823E-09  9.97304884981801949E-09  1.01604183467878722E-08
+  1.03512794952924664E-08  1.05456970956280014E-08  1.07437371482592148E-08
+  1.09454668760255030E-08  1.11509547467576105E-08  1.13602704963125536E-08
+  1.15734851520346232E-08  1.17906710566501149E-08  1.20119018926040198E-08
+  1.22372527068468239E-08  1.24667999360795512E-08  1.27006214324657463E-08
+  1.29387964898189723E-08  1.31814058702744055E-08  1.34285318314538707E-08
+  1.36802581541330587E-08  1.39366701704204829E-08  1.41978547924573925E-08
+  1.44639005416486491E-08  1.47348975784337948E-08  1.50109377326089548E-08
+  1.52921145342092957E-08  1.55785232449625903E-08  1.58702608903243770E-08
+  1.61674262921056632E-08  1.64701201017036792E-08  1.67784448339473791E-08
+  1.70925049015686477E-08  1.74124066503110319E-08  1.77382583946876569E-08
+  1.80701704544001653E-08  1.84082551914313953E-08  1.87526270478237179E-08
+  1.91034025841560419E-08  1.94607005187322066E-08  1.98246417674941896E-08
+  2.01953494846730584E-08  2.05729491041918307E-08  2.09575683818338361E-08
+  2.13493374381907467E-08  2.17483888024047882E-08  2.21548574567198901E-08
+  2.25688808818562650E-08  2.29905991032243601E-08  2.34201547379931188E-08
+  2.38576930430285845E-08  2.43033619637190698E-08  2.47573121837026873E-08
+  2.52196971755148381E-08  2.56906732521718826E-08  2.61703996197087167E-08
+  2.66590384306876460E-08  2.71567548386969227E-08  2.76637170538565033E-08
+  2.81800963993504738E-08  2.87060673690046134E-08  2.92418076859285672E-08
+  2.97874983622422200E-08  3.03433237599066448E-08  3.09094716526793154E-08
+  3.14861332892153707E-08  3.20735034573351941E-08  3.26717805494804297E-08
+  3.32811666293804980E-08  3.39018674999509686E-08  3.45340927724481820E-08
+  3.51780559369020247E-08  3.58339744338509970E-08  3.65020697274036555E-08
+  3.71825673796510862E-08  3.78756971264546675E-08  3.85816929546355812E-08
+  3.93007931805913212E-08  4.00332405303656455E-08  4.07792822211989828E-08
+  4.15391700445868484E-08  4.23131604508733361E-08  4.31015146354092051E-08
+  4.39044986263026071E-08  4.47223833737923852E-08  4.55554448412738007E-08
+  4.64039640980066469E-08  4.72682274135381870E-08  4.81485263538713842E-08
+  4.90451578794111858E-08  4.99584244447215854E-08  5.08886341001276016E-08
+  5.18361005951945876E-08  5.28011434841219060E-08  5.37840882330842851E-08
+  5.47852663295582679E-08  5.58050153936694584E-08  5.68436792915990359E-08
+  5.79016082510858959E-08  5.89791589790652392E-08  6.00766947814814158E-08
+  6.11945856853162421E-08  6.23332085628733184E-08  6.34929472583596117E-08
+  6.46741927168079535E-08  6.58773431153826445E-08  6.71028039971127881E-08
+  6.83509884070977695E-08  6.96223170312315323E-08  7.09172183374904930E-08
+  7.22361287198344068E-08  7.35794926447674861E-08  7.49477628006087530E-08
+  7.63414002495221058E-08  7.77608745823578195E-08  7.92066640763551377E-08
+  8.06792558557618758E-08  8.21791460554226605E-08  8.37068399873918865E-08
+  8.52628523106263375E-08  8.68477072038161321E-08  8.84619385414092473E-08
+  9.01060900728914288E-08  9.17807156053804344E-08  9.34863791895951094E-08
+  9.52236553092639966E-08  9.69931290740334773E-08  9.87953964159443029E-08
+  1.00631064289539198E-07  1.02500750875670038E-07  1.04405085789073187E-07
+  1.06344710289782528E-07  1.08320277498449328E-07  1.10332452615644679E-07
+  1.12381913145215073E-07  1.14469349121767378E-07  1.16595463342359115E-07
+  1.18760971602472950E-07  1.20966602936351605E-07  1.23213099861777827E-07
+  1.25501218629378385E-07  1.27831729476537321E-07  1.30205416886003736E-07
+  1.32623079849278489E-07  1.35085532134872493E-07  1.37593602561522592E-07
+  1.40148135276458669E-07  1.42749990038815147E-07  1.45400042508282513E-07
+  1.48099184539092571E-07  1.50848324479441492E-07  1.53648387476446108E-07
+  1.56500315786738663E-07  1.59405069092802944E-07  1.62363624825159509E-07
+  1.65376978490504324E-07  1.68446144005916411E-07  1.71572154039242400E-07
+  1.74756060355772856E-07  1.77998934171330178E-07  1.81301866511879620E-07
+  1.84665968579791628E-07  1.88092372126873585E-07  1.91582229834298030E-07
+  1.95136715699552845E-07  1.98757025430548034E-07  2.02444376847003563E-07
+  2.06200010289260736E-07  2.10025189034649630E-07  2.13921199721553864E-07
+  2.17889352781313890E-07  2.21930982878116824E-07  2.26047449357013799E-07
+  2.30240136700224263E-07  2.34510454991871828E-07  2.38859840391313033E-07
+  2.43289755615217303E-07  2.47801690428553856E-07  2.52397162144660772E-07
+  2.57077716134554462E-07  2.61844926345655401E-07  2.66700395830103011E-07
+  2.71645757282838212E-07  2.76682673589629185E-07  2.81812838385231410E-07
+  2.87037976621864827E-07  2.92359845148198339E-07  2.97780233299039432E-07
+  3.03300963495924101E-07  3.08923891858806992E-07  3.14650908829061807E-07
+  3.20483939803997020E-07  3.26424945783101467E-07  3.32475924026235265E-07
+  3.38638908723991594E-07  3.44915971680443050E-07  3.51309223008516467E-07
+  3.57820811838218446E-07  3.64452927037953575E-07  3.71207797949178400E-07
+  3.78087695134630615E-07  3.85094931140396038E-07  3.92231861272059240E-07
+  3.99500884385202660E-07  4.06904443690516976E-07  4.14445027573799145E-07
+  4.22125170431100579E-07  4.29947453519320592E-07  4.37914505822520150E-07
+  4.46029004934249724E-07  4.54293677956188360E-07  4.62711302413395704E-07
+  4.71284707186477689E-07  4.80016773460989344E-07  4.88910435694385055E-07
+  4.97968682600842121E-07  5.07194558154294722E-07  5.16591162609999435E-07
+  5.26161653544993342E-07  5.35909246917781907E-07  5.45837218147615439E-07
+  5.55948903213716355E-07  5.66247699774828996E-07  5.76737068309456413E-07
+  5.87420533277182985E-07  5.98301684301461592E-07  6.09384177374263552E-07
+  6.20671736082996744E-07  6.32168152860109067E-07  6.43877290255777992E-07
+  6.55803082234140863E-07  6.67949535493476633E-07  6.80320730810794649E-07
+  6.92920824411279718E-07  7.05754049363044939E-07  7.18824716997673927E-07
+  7.32137218357019580E-07  7.45696025666743778E-07  7.59505693837098730E-07
+  7.73570861991453823E-07  7.87896255023065741E-07  8.02486685180636896E-07
+  8.17347053683176965E-07  8.32482352364718314E-07  8.47897665349428264E-07
+  8.63598170757697133E-07  8.79589142443745541E-07  8.95875951765367830E-07
+  9.12464069386380057E-07  9.29359067112385717E-07  9.46566619760486829E-07
+  9.64092507063533864E-07  9.81942615609597939E-07  1.00012294081728172E-06
+  1.01863958894754538E-06  1.03749877915272103E-06  1.05670684556341003E-06
+  1.07627023941393813E-06  1.09619553120711753E-06  1.11648941291901333E-06
+  1.13715870024447128E-06  1.15821033488414314E-06  1.17965138687380528E-06
+  1.20148905695670737E-06  1.22373067899979760E-06  1.24638372245459864E-06
+  1.26945579486357193E-06  1.29295464441282327E-06  1.31688816253197257E-06
+  1.34126438654209702E-06  1.36609150235261963E-06  1.39137784720804181E-06
+  1.41713191248545098E-06  1.44336234654374667E-06  1.47007795762551403E-06
+  1.49728771681255527E-06  1.52500076103604582E-06  1.55322639614232890E-06
+  1.58197410001538330E-06  1.61125352575701474E-06  1.64107450492580923E-06
+  1.67144705083598086E-06  1.70238136191718468E-06  1.73388782513643522E-06
+  1.76597701948327600E-06  1.79865971951938083E-06  1.83194689899374251E-06
+  1.86584973452471169E-06  1.90037960935008241E-06  1.93554811714649466E-06
+  1.97136706591945146E-06  2.00784848196520936E-06  2.04500461390593140E-06
+  2.08284793679941024E-06  2.12139115632476453E-06  2.16064721304549389E-06
+  2.20062928675135664E-06  2.24135080088046161E-06  2.28282542702314051E-06
+  2.32506708950904936E-06  2.36808997007906086E-06  2.41190851264351010E-06
+  2.45653742812841733E-06  2.50199169941123068E-06  2.54828658634786549E-06
+  2.59543763089262289E-06  2.64346066231276099E-06  2.69237180249945916E-06
+  2.74218747137691500E-06  2.79292439241146780E-06  2.84459959822252219E-06
+  2.89723043629719491E-06  2.95083457481058685E-06  3.00543000855364918E-06
+  3.06103506497058597E-06  3.11766841030788736E-06  3.17534905587700402E-06
+  3.23409636443277923E-06  3.29393005666977616E-06  3.35487021783870250E-06
+  3.41693730448508948E-06  3.48015215131257073E-06  3.54453597817299036E-06
+  3.61011039718572032E-06  3.67689741998860260E-06  3.74491946512284065E-06
+  3.81419936555445799E-06  3.88476037633475579E-06  3.95662618240236251E-06
+  4.02982090652948047E-06  4.10436911741505518E-06  4.18029583792745328E-06
+  4.25762655349957048E-06  4.33638722067906834E-06  4.41660427583666244E-06
+  4.49830464403535526E-06  4.58151574806365118E-06  4.66626551763563710E-06
+  4.75258239876120980E-06  4.84049536328945051E-06  4.93003391862838561E-06
+  5.02122811764444694E-06  5.11410856874481686E-06  5.20870644614622296E-06
+  5.30505350033346980E-06  5.40318206871130435E-06  5.50312508645314530E-06
+  5.60491609755037126E-06  5.70858926606573621E-06  5.81417938759490008E-06
+  5.92172190093972018E-06  6.03125289999733608E-06  6.14280914586896889E-06
+  6.25642807919260241E-06  6.37214783270346533E-06  6.49000724402681127E-06
+  6.61004586870706687E-06  6.73230399347779295E-06  6.85682264977698379E-06
+  6.98364362751203767E-06  7.11280948907924492E-06  7.24436358364236626E-06
+  7.37835006167509241E-06  7.51481388977228940E-06  7.65380086573505472E-06
+  7.79535763393445764E-06  7.93953170095935478E-06  8.08637145155334214E-06
+  8.23592616484630602E-06  8.38824603088592437E-06  8.54338216747478274E-06
+  8.70138663731854447E-06  8.86231246549117879E-06  9.02621365722294750E-06
+  9.19314521601710650E-06  9.36316316210149358E-06  9.53632455122115044E-06
+  9.71268749377815354E-06  9.89231117432531509E-06  1.00752558714201203E-05
+  1.02615829778455453E-05  1.04513550212047175E-05  1.06446356848960134E-05
+  1.08414898294759729E-05  1.10419835144169617E-05  1.12461840202669543E-05
+  1.14541598712188472E-05  1.16659808580969594E-05  1.18817180617682083E-05
+  1.21014438769860804E-05  1.23252320366752266E-05  1.25531576366648705E-05
+  1.27852971608792288E-05  1.30217285069937112E-05  1.32625310125649379E-05
+  1.35077854816439236E-05  1.37575742118809930E-05  1.40119810221316093E-05
+  1.42710912805724691E-05  1.45349919333370082E-05  1.48037715336802907E-05
+  1.50775202716827810E-05  1.53563300045031179E-05  1.56402942871898583E-05
+  1.59295084040628296E-05  1.62240694006741105E-05  1.65240761163599493E-05
+  1.68296292173940704E-05  1.71408312307537012E-05  1.74577865785095600E-05
+  1.77806016128514680E-05  1.81093846517610236E-05  1.84442460153436270E-05
+  1.87852980628319476E-05  1.91326552302730328E-05  1.94864340689120561E-05
+  1.98467532842850865E-05  2.02137337760344825E-05  2.05874986784599977E-05
+  2.09681734018191518E-05  2.13558856743907823E-05  2.17507655853160832E-05
+  2.21529456282308275E-05  2.25625607457043782E-05  2.29797483744994774E-05
+  2.34046484916685353E-05  2.38374036615016098E-05  2.42781590833420673E-05
+  2.47270626402853696E-05  2.51842649487781826E-05  2.56499194091336798E-05
+  2.61241822569802896E-05  2.66072126156611318E-05  2.70991725496015661E-05
+  2.76002271186628625E-05  2.81105444335004832E-05  2.86302957119443404E-05
+  2.91596553364217354E-05  2.96988009124407918E-05  3.02479133281544935E-05
+  3.08071768150253541E-05  3.13767790096108187E-05  3.19569110164902905E-05
+  3.25477674723547840E-05  3.31495466112805752E-05  3.37624503312089683E-05
+  3.43866842616541188E-05  3.50224578326622824E-05  3.56699843450439721E-05
+  3.63294810419049422E-05  3.70011691814978248E-05  3.76852741114200068E-05
+  3.83820253441822306E-05  3.90916566341730968E-05  3.98144060560456079E-05
+  4.05505160845517109E-05  4.13002336758516527E-05  4.20638103503252132E-05
+  4.28415022769136562E-05  4.36335703590179637E-05  4.44402803219854538E-05
+  4.52619028022118938E-05  4.60987134378894320E-05  4.69509929614309840E-05
+  4.78190272936018581E-05  4.87031076393900950E-05  4.96035305856476759E-05
+  5.05205982005353755E-05  5.14546181348040157E-05  5.24059037249476972E-05
+  5.33747740982602653E-05  5.43615542798339620E-05  5.53665753015337455E-05
+  5.63901743129839966E-05  5.74326946946055467E-05  5.84944861727402490E-05
+  5.95759049369015413E-05  6.06773137591907295E-05  6.17990821159186205E-05
+  6.29415863114730922E-05  6.41052096044741687E-05  6.52903423362599189E-05
+  6.64973820617427273E-05  6.77267336826844660E-05  6.89788095834315598E-05
+  7.02540297691566580E-05  7.15528220066533461E-05  7.28756219677303258E-05
+  7.42228733752535832E-05  7.55950281518850899E-05  7.69925465715678422E-05
+  7.84158974138077355E-05  7.98655581208052636E-05  8.13420149574855893E-05
+  8.28457631744862098E-05  8.43773071741522255E-05  8.59371606795961346E-05
+  8.75258469068795458E-05  8.91438987403725663E-05  9.07918589113514715E-05
+  9.24702801798922948E-05  9.41797255201231128E-05  9.59207683088951187E-05
+  9.76939925179366134E-05  9.94999929095553875E-05  1.01339375235949598E-04
+  1.03212756442201656E-04  1.05120764873016021E-04  1.07064040483273882E-04
+  1.09043235052473287E-04  1.11059012403127037E-04  1.13112048623191069E-04
+  1.15203032292597742E-04  1.17332664713969042E-04  1.19501660147587589E-04
+  1.21710746050704774E-04  1.23960663321260792E-04  1.26252166546106018E-04
+  1.28586024253799983E-04  1.30963019172074680E-04  1.33383948490048648E-04
+  1.35849624125278348E-04  1.38360872995735702E-04  1.40918537296803669E-04
+  1.43523474783381421E-04  1.46176559057192390E-04  1.48878679859395038E-04
+  1.51630743368585150E-04  1.54433672504299878E-04  1.57288407236117037E-04
+  1.60195904898455206E-04  1.63157140511179579E-04  1.66173107106120152E-04
+  1.69244816059610574E-04  1.72373297431159777E-04  1.75559600308367026E-04
+  1.78804793158197586E-04  1.82109964184733560E-04  1.85476221693523630E-04
+  1.88904694462643064E-04  1.92396532120601087E-04  1.95952905531209990E-04
+  1.99575007185550236E-04  2.03264051601158605E-04  2.07021275728575140E-04
+  2.10847939365381632E-04  2.14745325577869696E-04  2.18714741130480859E-04
+  2.22757516923157079E-04  2.26875008436754793E-04  2.31068596186656295E-04
+  2.35339686184747604E-04  2.39689710409901521E-04  2.44120127287128117E-04
+  2.48632422175552588E-04  2.53228107865379208E-04  2.57908725084009108E-04
+  2.62675843011477982E-04  2.67531059805385738E-04  2.72476003135491444E-04
+  2.77512330728155361E-04  2.82641730920795710E-04  2.87865923226561548E-04
+  2.93186658909395871E-04  2.98605721569684989E-04  3.04124927740686212E-04
+  3.09746127495932118E-04  3.15471205067813481E-04  3.21302079477543234E-04
+  3.27240705176711638E-04  3.33289072700646135E-04  3.39449209333786059E-04
+  3.45723179787306119E-04  3.52113086889187829E-04  3.58621072286997508E-04
+  3.65249317163578657E-04  3.72000042965907405E-04  3.78875512147348165E-04
+  3.85878028923554342E-04  3.93009940042264453E-04  4.00273635567247141E-04
+  4.07671549676654474E-04  4.15206161476042168E-04  4.22879995826339332E-04
+  4.30695624187012497E-04  4.38655665474734164E-04  4.46762786937816468E-04
+  4.55019705046705780E-04  4.63429186400829949E-04  4.71994048652096343E-04
+  4.80717161445346104E-04  4.89601447376069774E-04  4.98649882965703038E-04
+  5.07865499654820913E-04  5.17251384814554067E-04  5.26810682776572212E-04
+  5.36546595881942580E-04  5.46462385549245037E-04  5.56561373362268090E-04
+  5.66846942177647506E-04  5.77322537252819069E-04  5.87991667394639826E-04
+  5.98857906129067886E-04  6.09924892892274302E-04  6.21196334243579286E-04
+  6.32676005100607096E-04  6.44367749997073959E-04  6.56275484363590036E-04
+  6.68403195831934250E-04  6.80754945563194903E-04  6.93334869600220377E-04
+  7.06147180244824668E-04  7.19196167460186414E-04  7.32486200298903840E-04
+  7.46021728357169531E-04  7.59807283255535385E-04  7.73847480146745096E-04
+  7.88147019251145275E-04  8.02710687420123744E-04  8.17543359728143326E-04
+  8.32650001093843757E-04  8.48035667930750444E-04  8.63705509828124039E-04
+  8.79664771262492077E-04  8.95918793340419071E-04  9.12473015573068568E-04
+  9.29332977683145541E-04  9.46504321444782064E-04  9.63992792556968509E-04
+  9.81804242551152524E-04  9.99944630733560873E-04  1.01842002616294260E-03
+  1.03723660966431575E-03  1.05640067587938250E-03  1.07591863535426695E-03
+  1.09579701666524332E-03  1.11604246858314064E-03  1.13666176227710121E-03
+  1.15766179355841574E-03  1.17904958516512615E-03  1.20083228908816745E-03
+  1.22301718893971681E-03  1.24561170236458488E-03  1.26862338349535827E-03
+  1.29205992545209964E-03  1.31592916288737804E-03  1.34023907457746141E-03
+  1.36499778606046602E-03  1.39021357232230864E-03  1.41589486053131093E-03
+  1.44205023282230490E-03  1.46868842913115368E-03  1.49581835008049898E-03
+  1.52344905991774358E-03  1.55158978950611774E-03  1.58024993936979000E-03
+  1.60943908279397572E-03  1.63916696898101268E-03  1.66944352626338167E-03
+  1.70027886537467920E-03  1.73168328277956010E-03  1.76366726406367979E-03
+  1.79624148738468368E-03  1.82941682698534950E-03  1.86320435676988320E-03
+  1.89761535394457901E-03  1.93266130272389132E-03  1.96835389810308403E-03
+  2.00470504969861747E-03  2.04172688565744170E-03  2.07943175663640378E-03
+  2.11783223985297564E-03  2.15694114320854257E-03  2.19677150948549994E-03
+  2.23733662061947501E-03  2.27865000204786027E-03  2.32072542713612426E-03
+  2.36357692168311789E-03  2.40721876850679296E-03  2.45166551211168119E-03
+  2.49693196343956335E-03  2.54303320470472202E-03  2.58998459431524723E-03
+  2.63780177188184355E-03  2.68650066331562647E-03  2.73609748601643917E-03
+  2.78660875415323453E-03  2.83805128403798700E-03  2.89044219959486105E-03
+  2.94379893792614004E-03  2.99813925497656366E-03  3.05348123129774857E-03
+  3.10984327791435358E-03  3.16724414229369250E-03  3.22570291442052801E-03
+  3.28523903297880298E-03  3.34587229164205356E-03  3.40762284547439613E-03
+  3.47051121744375171E-03  3.53455830504936872E-03  3.59978538706535621E-03
+  3.66621413040223599E-03  3.73386659708838326E-03  3.80276525137337052E-03
+  3.87293296695514089E-03  3.94439303433310236E-03  4.01716916828910326E-03
+  4.09128551549839143E-03  4.16676666227273288E-03  4.24363764243758032E-03
+  4.32192394534574274E-03  4.40165152402952151E-03  4.48284680349357850E-03
+  4.56553668915079657E-03  4.64974857540334952E-03  4.73551035437129800E-03
+  4.82285042477102743E-03  4.91179770094583770E-03  5.00238162205111567E-03
+  5.09463216139639710E-03  5.18857983594692759E-03  5.28425571598683738E-03
+  5.38169143494682169E-03  5.48091919939854618E-03  5.58197179921840394E-03
+  5.68488261792318619E-03  5.78968564318026093E-03  5.89641547749484869E-03
+  6.00510734907704589E-03  6.11579712289127449E-03  6.22852131189080300E-03
+  6.34331708844020677E-03  6.46022229592813600E-03  6.57927546057366763E-03
+  6.70051580342860900E-03  6.82398325257877348E-03  6.94971845554694795E-03
+  7.07776279190052652E-03  7.20815838606652867E-03  7.34094812035702982E-03
+  7.47617564820784748E-03  7.61388540763337229E-03  7.75412263490070537E-03
+  7.89693337842558088E-03  8.04236451289369950E-03  8.19046375360994380E-03
+  8.34127967107867532E-03  8.49486170581817933E-03  8.65126018341213360E-03
+  8.81052632980127391E-03  8.97271228681818453E-03  9.13787112796832744E-03
+  9.30605687446034099E-03  9.47732451148856035E-03  9.65173000477112519E-03
+  9.82933031734609976E-03  1.00101834266293713E-02  1.01943483417368738E-02
+  1.03818851210742864E-02  1.05728548901972957E-02  1.07673198599452635E-02
+  1.09653433448514658E-02  1.11669897818326841E-02  1.13723247491612015E-02
+  1.15814149857219918E-02  1.17943284105583059E-02  1.20111341427078123E-02
+  1.22319025213329310E-02  1.24567051261475388E-02  1.26856147981430113E-02
+  1.29187056606161789E-02  1.31560531405018506E-02  1.33977339900124906E-02
+  1.36438263085874624E-02  1.38944095651543330E-02  1.41495646207045484E-02
+  1.44093737511857486E-02  1.46739206707130840E-02  1.49432905551010638E-02
+  1.52175700657187635E-02  1.54968473736695807E-02  1.57812121842977049E-02
+  1.60707557620227530E-02  1.63655709555042238E-02  1.66657522231371397E-02
+  1.69713956588800861E-02  1.72825990184168089E-02  1.75994617456522555E-02
+  1.79220849995441293E-02  1.82505716812697283E-02  1.85850264617296278E-02
+  1.89255558093875745E-02  1.92722680184468781E-02  1.96252732373630237E-02
+  1.99846834976921857E-02  2.03506127432746646E-02  2.07231768597526886E-02
+  2.11024937044209070E-02  2.14886831364083063E-02  2.18818670471900845E-02
+  2.22821693914262327E-02  2.26897162181258043E-02  2.31046357021330966E-02
+  2.35270581759328447E-02  2.39571161617710068E-02  2.43949444040870329E-02
+  2.48406799022533702E-02  2.52944619436173725E-02  2.57564321368403473E-02
+  2.62267344455281125E-02  2.67055152221466717E-02  2.71929232422168377E-02
+  2.76891097387791593E-02  2.81942284371231762E-02  2.87084355897711842E-02
+  2.92318900117079089E-02  2.97647531158465005E-02  3.03071889487202990E-02
+  3.08593642263893936E-02  3.14214483705502409E-02  3.19936135448356945E-02
+  3.25760346912919094E-02  3.31688895670190151E-02  3.37723587809583628E-02
+  3.43866258308129849E-02  3.50118771400826784E-02  3.56483020951965518E-02
+  3.62960930827240583E-02  3.69554455266448839E-02  3.76265579256563759E-02
+  3.83096318904968675E-02  3.90048721812611687E-02  3.97124867446843680E-02
+  4.04326867513674290E-02  4.11656866329188423E-02  4.19117041189816728E-02
+  4.26709602741189645E-02  4.34436795345240490E-02  4.42300897445240190E-02
+  4.50304221928415557E-02  4.58449116485792341E-02  4.66737963968885394E-02
+  4.75173182742840358E-02  4.83757227035616841E-02  4.92492587282772065E-02
+  5.01381790467413310E-02  5.10427400454812399E-02  5.19632018321230169E-02
+  5.28998282676407111E-02  5.38528869979193053E-02  5.48226494845757209E-02
+  5.58093910349788114E-02  5.68133908314080935E-02  5.78349319592871627E-02
+  5.88743014344258742E-02  5.99317902292020727E-02  6.10076932976123670E-02
+  6.21023095991142873E-02  6.32159421211856976E-02  6.43488979005186201E-02
+  6.55014880427630813E-02  6.66740277407347620E-02  6.78668362909949363E-02
+  6.90802371087082256E-02  7.03145577406804473E-02  7.15701298764745697E-02
+  7.28472893574990538E-02  7.41463761839587787E-02  7.54677345195562121E-02
+  7.68117126938207412E-02  7.81786632019493416E-02  7.95689427020272733E-02
+  8.09829120094996135E-02  8.24209360887561415E-02  8.38833840416892268E-02
+  8.53706290930784095E-02  8.68830485726501123E-02  8.84210238936562198E-02
+  8.99849405278093373E-02  9.15751879764083454E-02  9.31921597374773952E-02
+  9.48362532687446053E-02  9.65078699462709744E-02  9.82074150185406614E-02
+  9.99352975558137208E-02  1.01691930394538638E-01  1.03477730076613234E-01
+  1.05293116783277130E-01  1.07138514263411977E-01  1.09014349756017384E-01
+  1.10921053906627223E-01  1.12859060677414885E-01  1.14828807250742057E-01
+  1.16830733925885305E-01  1.18865284008674257E-01  1.20932903693765248E-01
+  1.23034041939266300E-01  1.25169150333422075E-01  1.27338682953057947E-01
+  1.29543096213475373E-01  1.31782848709481620E-01  1.34058401047228132E-01
+  1.36370215666526379E-01  1.38718756653292530E-01  1.41104489541777345E-01
+  1.43527881106217142E-01  1.45989399141537218E-01  1.48489512232731297E-01
+  1.51028689512531011E-01  1.53607400406968075E-01  1.56226114368428176E-01
+  1.58885300595781376E-01  1.61585427741168242E-01  1.64326963603014131E-01
+  1.67110374804825879E-01  1.69936126459333425E-01  1.72804681817513905E-01
+  1.75716501902037886E-01  1.78672045124665696E-01  1.81671766887115810E-01
+  1.84716119164918230E-01  1.87805550073761623E-01  1.90940503417832280E-01
+  1.94121418219641489E-01  1.97348728230827247E-01  2.00622861423419507E-01
+  2.03944239461035987E-01  2.07313277149497516E-01  2.10730381866324756E-01
+  2.14195952968586484E-01  2.17710381178570223E-01  2.21274047946736468E-01
+  2.24887324791426257E-01  2.28550572614787340E-01  2.32264140994388718E-01
+  2.36028367449997140E-01  2.39843576684995063E-01  2.43710079801915031E-01
+  2.47628173491594855E-01  2.51598139195444881E-01  2.55620242240341911E-01
+  2.59694730945674135E-01  2.63821835702076235E-01  2.68001768021411291E-01
+  2.72234719557573834E-01  2.76520861097712123E-01  2.80860341523488877E-01
+  2.85253286742034484E-01  2.89699798586256163E-01  2.94199953684231963E-01
+  2.98753802297421323E-01  3.03361367127485015E-01  3.08022642091540066E-01
+  3.12737591065727571E-01  3.17506146597016536E-01  3.22328208583228470E-01
+  3.27203642921321203E-01  3.32132280124037949E-01  3.37113913905094764E-01
+  3.42148299733160521E-01  3.47235153354944481E-01  3.52374149287822458E-01
+  3.57564919282495342E-01  3.62807050756287053E-01  3.68100085197787363E-01
+  3.73443516543662146E-01  3.78836789528562867E-01  3.84279298009201020E-01
+  3.89770383263781550E-01  3.95309332268132196E-01  4.00895375950020394E-01
+  4.06527687423287598E-01  4.12205380203634453E-01  4.17927506408029004E-01
+  4.23693054939917768E-01  4.29500949662610765E-01  4.35350047563414833E-01
+  4.41239136911307783E-01  4.47166935411172473E-01  4.53132088357848295E-01
+  4.59133166793503411E-01  4.65168665672100246E-01  4.71237002034976482E-01
+  4.77336513201882584E-01  4.83465454982076659E-01  4.89621999910404671E-01
+  4.95804235513607860E-01  5.02010162612428479E-01  5.08237693665431034E-01
+  5.14484651160804995E-01  5.20748766062786528E-01  5.27027676319712479E-01
+  5.33318925441099378E-01  5.39619961151563743E-01  5.45928134129759601E-01
+  5.52240696840993639E-01  5.58554802472542078E-01  5.64867503981165142E-01
+  5.71175753262740171E-01  5.77476400454383976E-01  5.83766193379883780E-01
+  5.90041777149707514E-01  5.96299693927314411E-01  6.02536382873945175E-01
+  6.08748180284510609E-01  6.14931319927631503E-01  6.21081933603343184E-01
+  6.27196051932360277E-01  6.33269605391232449E-01  6.39298425608086474E-01
+  6.45278246934028799E-01  6.51204708305602509E-01  6.57073355414005245E-01
+  6.62879643197035406E-01  6.68618938669948371E-01  6.74286524111587182E-01
+  6.79877600622256995E-01  6.85387292069853715E-01  6.90810649440762981E-01
+  6.96142655611912131E-01  7.01378230560182336E-01  7.06512237025091472E-01
+  7.11539486640261787E-01  7.16454746548656929E-01  7.21252746515923526E-01
+  7.25928186555378274E-01  7.30475745077205918E-01  7.34890087573333850E-01
+  7.39165875848093457E-01  7.43297777803305415E-01  7.47280477784649455E-01
+  7.51108687494233540E-01  7.54777157472046767E-01  7.58280689146486053E-01
+  7.61614147451371903E-01  7.64772474003776459E-01  7.67750700833582655E-01
+  7.70543964651924096E-01  7.73147521641560642E-01  7.75556762747704020E-01
+  7.77767229442959951E-01  7.79774629934686381E-01  7.81574855777349198E-01
+  7.83163998846251208E-01  7.84538368622349602E-01  7.85694509730759938E-01
+  7.86629219667941748E-01  7.87339566644484012E-01  7.87822907461853128E-01
+  7.88076905332458111E-01  7.88099547542899792E-01  7.87889162850389790E-01
+  7.87444438492016507E-01  7.86764436675902457E-01  7.85848610412340220E-01
+  7.84696818531846252E-01  7.83309339725765219E-01  7.81686885433735212E-01
+  7.79830611391119310E-01  7.77742127638541669E-01  7.75423506785197114E-01
+  7.72877290307759313E-01  7.70106492657859576E-01  7.67114602943452351E-01
+  7.63905583943361943E-01  7.60483868210293235E-01  7.56854351016027160E-01
+  7.53022379894095928E-01  7.48993740540345510E-01  7.44774638841454228E-01
+  7.40371678816238443E-01  7.35791836275601852E-01  7.31042428035210690E-01
+  7.26131076551732479E-01  7.21065669900032291E-01  7.15854317066824897E-01
+  7.10505298607545188E-01  7.05027012799738118E-01  6.99427917530400900E-01
+  6.93716468278887666E-01  6.87901052704215088E-01  6.81989922519095293E-01
+  6.75991123536489602E-01  6.69912425011946588E-01  6.63761249681201981E-01
+  6.57544606212602578E-01  6.51269026163671438E-01  6.44940507957097342E-01
+  6.38564470880881752E-01  6.32145722678547184E-01  6.25688444936974286E-01
+  6.19196201212362851E-01  6.12671973669631220E-01  6.06118234960620228E-01
+  5.99537063145310078E-01  5.92930308684034957E-01  5.86299823914712692E-01
+  5.79647462258849333E-01  5.72975077430037727E-01  5.66284522645106092E-01
+  END     
+   TPHI    4 #tphi(r), for tphi(r)/r*Ylm)
+  0.00000000000000000E+00 -6.25326317549610889E-16 -2.52436950216504979E-15
+ -5.73228453376436704E-15 -1.02849830220998960E-14 -1.62191481750984645E-14
+ -2.35722500529178557E-14 -3.23825611130845072E-14 -4.26891720521776488E-14
+ -5.45320079496232041E-14 -6.79518447192710035E-14 -8.29903258745270531E-14
+ -9.96899796129276061E-14 -1.18094236226141102E-13 -1.38247445841510685E-13
+ -1.60194896501347888E-13 -1.83982832586312105E-13 -2.09658473589332363E-13
+ -2.37270033246633281E-13 -2.66866739032569268E-13 -2.98498852025076962E-13
+ -3.32217687148697343E-13 -3.68075633802232595E-13 -4.06126176878262134E-13
+ -4.46423918181829126E-13 -4.89024598255808293E-13 -5.33985118620538801E-13
+ -5.81363564435505996E-13 -6.31219227590952495E-13 -6.83612630237483731E-13
+ -7.38605548761856809E-13 -7.96261038217304809E-13 -8.56643457216911077E-13
+ -9.19818493298682252E-13 -9.85853188771160423E-13 -1.05481596704855939E-12
+ -1.12677665948457595E-12 -1.20180653271421300E-12 -1.27997831651311137E-12
+ -1.36136623218405426E-12 -1.44604602148053452E-12 -1.53409497607738278E-12
+ -1.62559196759872137E-12 -1.72061747821363015E-12 -1.81925363181015862E-12
+ -1.92158422575848584E-12 -2.02769476327421292E-12 -2.13767248639305214E-12
+ -2.25160640956827509E-12 -2.36958735390260490E-12 -2.49170798202636064E-12
+ -2.61806283363396812E-12 -2.74874836169107415E-12 -2.88386296932485830E-12
+ -3.02350704741022536E-12 -3.16778301286493022E-12 -3.31679534766681824E-12
+ -3.47065063860671710E-12 -3.62945761779065285E-12 -3.79332720390541810E-12
+ -3.96237254426170235E-12 -4.13670905762933469E-12 -4.31645447787937735E-12
+ -4.50172889844814153E-12 -4.69265481763847439E-12 -4.88935718477388702E-12
+ -5.09196344722148782E-12 -5.30060359829988445E-12 -5.51541022608857044E-12
+ -5.73651856315561077E-12 -5.96406653722074422E-12 -6.19819482277132686E-12
+ -6.43904689364891608E-12 -6.68676907662455855E-12 -6.94151060598121408E-12
+ -7.20342367912210647E-12 -7.47266351322407889E-12 -7.74938840295550002E-12
+ -8.03375977927847556E-12 -8.32594226935561320E-12 -8.62610375758192287E-12
+ -8.93441544776280563E-12 -9.25105192645947714E-12 -9.57619122752350360E-12
+ -9.91001489784285523E-12 -1.02527080643215833E-11 -1.06044595021166227E-11
+ -1.09654617041546949E-11 -1.13359109519534028E-11 -1.17160073877707179E-11
+ -1.21059550881075632E-11 -1.25059621385887262E-11 -1.29162407102477987E-11
+ -1.33370071372421272E-11 -1.37684819960246272E-11 -1.42108901859992609E-11
+ -1.46644610116881728E-11 -1.51294282664382355E-11 -1.56060303176959468E-11
+ -1.60945101938797152E-11 -1.65951156728791816E-11 -1.71080993722121705E-11
+ -1.76337188408695976E-11 -1.81722366528802984E-11 -1.87239205026273122E-11
+ -1.92890433019484521E-11 -1.98678832790542951E-11 -2.04607240792973180E-11
+ -2.10678548678267363E-11 -2.16895704341640253E-11 -2.23261712987347678E-11
+ -2.29779638213934515E-11 -2.36452603119779803E-11 -2.43283791429318270E-11
+ -2.50276448640321519E-11 -2.57433883192632602E-11 -2.64759467658748850E-11
+ -2.72256639956663366E-11 -2.79928904585374585E-11 -2.87779833883490953E-11
+ -2.95813069311353540E-11 -3.04032322757117166E-11 -3.12441377867236778E-11
+ -3.21044091401808152E-11 -3.29844394615228207E-11 -3.38846294662644958E-11
+ -3.48053876032674866E-11 -3.57471302006876814E-11 -3.67102816146478656E-11
+ -3.76952743806865045E-11 -3.87025493680339843E-11 -3.97325559367686695E-11
+ -4.07857520979070416E-11 -4.18626046764813157E-11 -4.29635894776610380E-11
+ -4.40891914559743345E-11 -4.52399048876871810E-11 -4.64162335463988159E-11
+ -4.76186908819128395E-11 -4.88478002024457352E-11 -5.01040948602338175E-11
+ -5.13881184406018656E-11 -5.27004249545585061E-11 -5.40415790349828206E-11
+ -5.54121561364694366E-11 -5.68127427388996341E-11 -5.82439365548082554E-11
+ -5.97063467406161651E-11 -6.12005941118003742E-11 -6.27273113620750792E-11
+ -6.42871432866576483E-11 -6.58807470096954949E-11 -6.75087922159315911E-11
+ -6.91719613866863277E-11 -7.08709500402368073E-11 -7.26064669766741315E-11
+ -7.43792345273230423E-11 -7.61899888088074870E-11 -7.80394799818484971E-11
+ -7.99284725148830432E-11 -8.18577454525924014E-11 -8.38280926894307486E-11
+ -8.58403232482487893E-11 -8.78952615641041546E-11 -8.99937477733570838E-11
+ -9.21366380081481450E-11 -9.43248046963585845E-11 -9.65591368671541473E-11
+ -9.88405404622167321E-11 -1.01169938652769569E-10 -1.03548272162501937E-10
+ -1.05976499596504439E-10 -1.08455597776325733E-10 -1.10986562081263906E-10
+ -1.13570406796008664E-10 -1.16208165464751413E-10 -1.18900891251884382E-10
+ -1.21649657309409561E-10 -1.24455557151182679E-10 -1.27319705034119039E-10
+ -1.30243236346489894E-10 -1.33227308003441212E-10 -1.36273098849867957E-10
+ -1.39381810070781676E-10 -1.42554665609309058E-10 -1.45792912592463276E-10
+ -1.49097821764832556E-10 -1.52470687930332601E-10 -1.55912830402171905E-10
+ -1.59425593461182551E-10 -1.63010346822672291E-10 -1.66668486111954524E-10
+ -1.70401433348717162E-10 -1.74210637440396346E-10 -1.78097574684718727E-10
+ -1.82063749281584070E-10 -1.86110693854462060E-10 -1.90239969981477671E-10
+ -1.94453168736365698E-10 -1.98751911239477146E-10 -2.03137849219025020E-10
+ -2.07612665582756834E-10 -2.12178075000248275E-10 -2.16835824496016726E-10
+ -2.21587694053651252E-10 -2.26435497231166195E-10 -2.31381081787786140E-10
+ -2.36426330322372104E-10 -2.41573160923706840E-10 -2.46823527832857302E-10
+ -2.52179422117839986E-10 -2.57642872360814948E-10 -2.63215945358041744E-10
+ -2.68900746832833592E-10 -2.74699422161751635E-10 -2.80614157114281118E-10
+ -2.86647178606244393E-10 -2.92800755467201086E-10 -2.99077199222095314E-10
+ -3.05478864887416245E-10 -3.12008151782137593E-10 -3.18667504353711842E-10
+ -3.25459413019398597E-10 -3.32386415023207722E-10 -3.39451095308750922E-10
+ -3.46656087408294532E-10 -3.54004074348310639E-10 -3.61497789571838050E-10
+ -3.69140017877960437E-10 -3.76933596378717450E-10 -3.84881415473778051E-10
+ -3.92986419843195022E-10 -4.01251609458586840E-10 -4.09680040613079953E-10
+ -4.18274826970359968E-10 -4.27039140633190061E-10 -4.35976213231754534E-10
+ -4.45089337032190493E-10 -4.54381866065688393E-10 -4.63857217278541262E-10
+ -4.73518871703522498E-10 -4.83370375652998888E-10 -4.93415341934174673E-10
+ -5.03657451086874079E-10 -5.14100452644285954E-10 -5.24748166417095599E-10
+ -5.35604483801425957E-10 -5.46673369111044458E-10 -5.57958860934275162E-10
+ -5.69465073516074047E-10 -5.81196198165737794E-10 -5.93156504690714780E-10
+ -6.05350342857008887E-10 -6.17782143876662209E-10 -6.30456421922817408E-10
+ -6.43377775672877430E-10 -6.56550889880279468E-10 -6.69980536975402533E-10
+ -6.83671578696167504E-10 -6.97628967748867111E-10 -7.11857749499779448E-10
+ -7.26363063698152822E-10 -7.41150146231128986E-10 -7.56224330911195854E-10
+ -7.71591051296780397E-10 -7.87255842546591431E-10 -8.03224343308328962E-10
+ -8.19502297642411924E-10 -8.36095556981356875E-10 -8.53010082125477165E-10
+ -8.70251945275576615E-10 -8.87827332103307630E-10 -9.05742543859911108E-10
+ -9.24003999524035671E-10 -9.42618237989358659E-10 -9.61591920292754374E-10
+ -9.80931831883755704E-10 -1.00064488493606650E-09 -1.02073812070191366E-09
+ -1.04121871191003271E-09 -1.06209396520807520E-09 -1.08337132365028687E-09
+ -1.10505836923127633E-09 -1.12716282546673204E-09 -1.14969256002195567E-09
+ -1.17265558738910465E-09 -1.19606007161402646E-09 -1.21991432907362930E-09
+ -1.24422683130469326E-09 -1.26900620788510350E-09 -1.29426124936846065E-09
+ -1.32000091027304396E-09 -1.34623431212616538E-09 -1.37297074656491278E-09
+ -1.40021967849432818E-09 -1.42799074930409541E-09 -1.45629378014482385E-09
+ -1.48513877526499716E-09 -1.51453592540975174E-09 -1.54449561128261352E-09
+ -1.57502840707133772E-09 -1.60614508403906863E-09 -1.63785661418201731E-09
+ -1.67017417395486859E-09 -1.70310914806520869E-09 -1.73667313333821211E-09
+ -1.77087794265291000E-09 -1.80573560895136856E-09 -1.84125838932209775E-09
+ -1.87745876915909930E-09 -1.91434946639793741E-09 -1.95194343583023982E-09
+ -1.99025387349811528E-09 -2.02929422116994514E-09 -2.06907817089904645E-09
+ -2.10961966966676200E-09 -2.15093292411153175E-09 -2.19303240534551384E-09
+ -2.23593285386041038E-09 -2.27964928452413592E-09 -2.32419699166998122E-09
+ -2.36959155428003139E-09 -2.41584884126455266E-09 -2.46298501683911182E-09
+ -2.51101654600128320E-09 -2.55996020010872088E-09 -2.60983306256053496E-09
+ -2.66065253458384350E-09 -2.71243634112744182E-09 -2.76520253686460422E-09
+ -2.81896951230702402E-09 -2.87375600003190661E-09 -2.92958108102437342E-09
+ -2.98646419113728473E-09 -3.04442512767061971E-09 -3.10348405607266847E-09
+ -3.16366151676529859E-09 -3.22497843209552022E-09 -3.28745611341576870E-09
+ -3.35111626829525565E-09 -3.41598100786476495E-09 -3.48207285429746036E-09
+ -3.54941474842812059E-09 -3.61803005751342190E-09 -3.68794258313588751E-09
+ -3.75917656925408043E-09 -3.83175671040184852E-09 -3.90570816003932646E-09
+ -3.98105653905846435E-09 -4.05782794444602606E-09 -4.13604895810692471E-09
+ -4.21574665585081537E-09 -4.29694861654507026E-09 -4.37968293143712575E-09
+ -4.46397821364935937E-09 -4.54986360784969395E-09 -4.63736880010120856E-09
+ -4.72652402789397406E-09 -4.81736009036261136E-09 -4.90990835869288443E-09
+ -5.00420078672091559E-09 -5.10026992172855091E-09 -5.19814891543847822E-09
+ -5.29787153521283310E-09 -5.39947217545906253E-09 -5.50298586924679895E-09
+ -5.60844830013977231E-09 -5.71589581424663549E-09 -5.82536543249477613E-09
+ -5.93689486313127142E-09 -6.05052251445518457E-09 -6.16628750778538695E-09
+ -6.28422969066843058E-09 -6.40438965033075307E-09 -6.52680872737981117E-09
+ -6.65152902975873344E-09 -6.77859344695921306E-09 -6.90804566449730742E-09
+ -7.03993017865716997E-09 -7.17429231150750585E-09 -7.31117822619590653E-09
+ -7.45063494252621003E-09 -7.59271035282396322E-09 -7.73745323809552909E-09
+ -7.88491328448615114E-09 -8.03514110004246328E-09 -8.18818823178519825E-09
+ -8.34410718309775489E-09 -8.50295143143642296E-09 -8.66477544636832197E-09
+ -8.82963470794307596E-09 -8.99758572540427587E-09 -9.16868605624724279E-09
+ -9.34299432562929910E-09 -9.52057024613911879E-09 -9.70147463793189502E-09
+ -9.88576944923690780E-09 -1.00735177772445508E-08 -1.02647838893797704E-08
+ -1.04596332449689787E-08 -1.06581325173078554E-08 -1.08603496161374218E-08
+ -1.10663537105357778E-08 -1.12762152522334483E-08 -1.14900059993599881E-08
+ -1.17077990406298264E-08 -1.19296688199755733E-08 -1.21556911616370182E-08
+ -1.23859432957141549E-08 -1.26205038841929640E-08 -1.28594530474526320E-08
+ -1.31028723912629980E-08 -1.33508450342815361E-08 -1.36034556360588865E-08
+ -1.38607904255623842E-08 -1.41229372302273435E-08 -1.43899855055455599E-08
+ -1.46620263652011760E-08 -1.49391526117640415E-08 -1.52214587679507003E-08
+ -1.55090411084636574E-08 -1.58019976924196068E-08 -1.61004283963773984E-08
+ -1.64044349479769293E-08 -1.67141209602003360E-08 -1.70295919662666845E-08
+ -1.73509554551722884E-08 -1.76783209078883046E-08 -1.80117998342277396E-08
+ -1.83515058103945194E-08 -1.86975545172269776E-08 -1.90500637791485923E-08
+ -1.94091536038393535E-08 -1.97749462226405946E-08 -2.01475661317073699E-08
+ -2.05271401339218687E-08 -2.09137973815819430E-08 -2.13076694198792298E-08
+ -2.17088902311815070E-08 -2.21175962801338103E-08 -2.25339265595938698E-08
+ -2.29580226374169824E-08 -2.33900287041064097E-08 -2.38300916213445735E-08
+ -2.42783609714222201E-08 -2.47349891075816307E-08 -2.52001312052907757E-08
+ -2.56739453144658069E-08 -2.61565924126595456E-08 -2.66482364592331570E-08
+ -2.71490444505301753E-08 -2.76591864760705860E-08 -2.81788357757842720E-08
+ -2.87081687983028228E-08 -2.92473652603296051E-08 -2.97966082071072744E-08
+ -3.03560840740040817E-08 -3.09259827492387941E-08 -3.15064976377656828E-08
+ -3.20978257263410038E-08 -3.27001676497925759E-08 -3.33137277585149127E-08
+ -3.39387141872128153E-08 -3.45753389249157793E-08 -3.52238178862874281E-08
+ -3.58843709842537648E-08 -3.65572222039739700E-08 -3.72425996781797012E-08
+ -3.79407357639072186E-08 -3.86518671206486680E-08 -3.93762347899482303E-08
+ -4.01140842764708506E-08 -4.08656656305690909E-08 -4.16312335323777193E-08
+ -4.24110473774628491E-08 -4.32053713640550895E-08 -4.40144745818956587E-08
+ -4.48386311027257473E-08 -4.56781200724485269E-08 -4.65332258049959853E-08
+ -4.74042378779312516E-08 -4.82914512298186934E-08 -4.91951662593948782E-08
+ -5.01156889265725141E-08 -5.10533308553130384E-08 -5.20084094384008207E-08
+ -5.29812479441549551E-08 -5.39721756251141545E-08 -5.49815278287317486E-08
+ -5.60096461101167080E-08 -5.70568783468601244E-08 -5.81235788559845397E-08
+ -5.92101085130558502E-08 -6.03168348734975554E-08 -6.14441322961486388E-08
+ -6.25923820691051085E-08 -6.37619725378894563E-08 -6.49532992359894791E-08
+ -6.61667650178107411E-08 -6.74027801940881443E-08 -6.86617626697997667E-08
+ -6.99441380846323211E-08 -7.12503399560429161E-08 -7.25808098249664703E-08
+ -7.39359974042167321E-08 -7.53163607296322814E-08 -7.67223663140156752E-08
+ -7.81544893039201992E-08 -7.96132136393349543E-08 -8.10990322163227790E-08
+ -8.26124470526648615E-08 -8.41539694565688974E-08 -8.57241201984952815E-08
+ -8.73234296861615663E-08 -8.89524381427819240E-08 -9.06116957886022552E-08
+ -9.23017630257926186E-08 -9.40232106267562606E-08 -9.57766199259223457E-08
+ -9.75625830150838776E-08 -9.93817029423471565E-08 -1.01234593914759834E-07
+ -1.03121881504686033E-07 -1.05044202859995584E-07 -1.07002206918140689E-07
+ -1.08996554624190679E-07 -1.11027919152897167E-07 -1.13096986134865604E-07
+ -1.15204453886908684E-07 -1.17351033646657500E-07 -1.19537449811511728E-07
+ -1.21764440182006773E-07 -1.24032756209681072E-07 -1.26343163249526315E-07
+ -1.28696440817103340E-07 -1.31093382850414069E-07 -1.33534797976613704E-07
+ -1.36021509783654466E-07 -1.38554357096950818E-07 -1.41134194261161897E-07
+ -1.43761891427180171E-07 -1.46438334844429510E-07 -1.49164427158564977E-07
+ -1.51941087714677956E-07 -1.54769252866105736E-07 -1.57649876288952491E-07
+ -1.60583929302421902E-07 -1.63572401195075264E-07 -1.66616299557119524E-07
+ -1.69716650618839609E-07 -1.72874499595287979E-07 -1.76090911037344657E-07
+ -1.79366969189270108E-07 -1.82703778352867422E-07 -1.86102463258376991E-07
+ -1.89564169442228007E-07 -1.93090063631775360E-07 -1.96681334137146393E-07
+ -2.00339191250334641E-07 -2.04064867651671086E-07 -2.07859618823809660E-07
+ -2.11724723473366506E-07 -2.15661483960355520E-07 -2.19671226735560375E-07
+ -2.23755302785995083E-07 -2.27915088088598893E-07 -2.32151984072319085E-07
+ -2.36467418088735148E-07 -2.40862843891387130E-07 -2.45339742123960482E-07
+ -2.49899620817499905E-07 -2.54544015896814299E-07 -2.59274491696242452E-07
+ -2.64092641484957149E-07 -2.69000088001975428E-07 -2.73998484001064930E-07
+ -2.79089512805720367E-07 -2.84274888874401945E-07 -2.89556358376221678E-07
+ -2.94935699777275954E-07 -3.00414724437811066E-07 -3.05995277220435646E-07
+ -3.11679237109572745E-07 -3.17468517842364913E-07 -3.23365068551242603E-07
+ -3.29370874418373539E-07 -3.35487957342205753E-07 -3.41718376616338710E-07
+ -3.48064229620940897E-07 -3.54527652526950358E-07 -3.61110821013296402E-07
+ -3.67815950997373295E-07 -3.74645299379025992E-07 -3.81601164798285000E-07
+ -3.88685888407110115E-07 -3.95901854655401213E-07 -4.03251492091542530E-07
+ -4.10737274177738848E-07 -4.18361720120432668E-07 -4.26127395716067775E-07
+ -4.34036914212490143E-07 -4.42092937186271727E-07 -4.50298175436256802E-07
+ -4.58655389893618550E-07 -4.67167392548747578E-07 -4.75837047395272040E-07
+ -4.84667271391526963E-07 -4.93661035439804742E-07 -5.02821365383697323E-07
+ -5.12151343023885738E-07 -5.21654107152702661E-07 -5.31332854607821695E-07
+ -5.41190841345422919E-07 -5.51231383533203992E-07 -5.61457858663586322E-07
+ -5.71873706687509004E-07 -5.82482431169178462E-07 -5.93287600462166074E-07
+ -6.04292848907245106E-07 -6.15501878052376821E-07 -6.26918457895238353E-07
+ -6.38546428148732603E-07 -6.50389699529882804E-07 -6.62452255072558252E-07
+ -6.74738151464470287E-07 -6.87251520408871034E-07 -6.99996570011440259E-07
+ -7.12977586192799946E-07 -7.26198934127143115E-07 -7.39665059707458198E-07
+ -7.53380491037840795E-07 -7.67349839953384390E-07 -7.81577803568175843E-07
+ -7.96069165851904389E-07 -8.10828799235612378E-07 -8.25861666247133688E-07
+ -8.41172821176765370E-07 -8.56767411773722292E-07 -8.72650680973960782E-07
+ -8.88827968659938390E-07 -9.05304713452905324E-07 -9.22086454538323764E-07
+ -9.39178833525043456E-07 -9.56587596338823323E-07 -9.74318595150877046E-07
+ -9.92377790342058930E-07 -1.01077125250335910E-06 -1.02950516447338781E-06
+ -1.04858582341350405E-06 -1.06801964292132671E-06 -1.08781315518329958E-06
+ -1.10797301316705698E-06 -1.12850599285430494E-06 -1.14941899551499724E-06
+ -1.17071905002352521E-06 -1.19241331521774626E-06 -1.21450908230160630E-06
+ -1.23701377729218092E-06 -1.25993496351194829E-06 -1.28328034412714252E-06
+ -1.30705776473300775E-06 -1.33127521598686522E-06 -1.35594083628983701E-06
+ -1.38106291451815159E-06 -1.40664989280493874E-06 -1.43271036937343362E-06
+ -1.45925310142256882E-06 -1.48628700806589996E-06 -1.51382117332485900E-06
+ -1.54186484917733787E-06 -1.57042745866263335E-06 -1.59951859904376801E-06
+ -1.62914804502828614E-06 -1.65932575204858387E-06 -1.69006185960286591E-06
+ -1.72136669465786893E-06 -1.75325077511449330E-06 -1.78572481333746790E-06
+ -1.81879971975029288E-06 -1.85248660649661940E-06 -1.88679679116931107E-06
+ -1.92174180060844766E-06 -1.95733337476951379E-06 -1.99358347066310761E-06
+ -2.03050426636747793E-06 -2.06810816511521725E-06 -2.10640779945550624E-06
+ -2.14541603549331079E-06 -2.18514597720690629E-06 -2.22561097084523947E-06
+ -2.26682460940656846E-06 -2.30880073719988734E-06 -2.35155345449065950E-06
+ -2.39509712223245601E-06 -2.43944636688601398E-06 -2.48461608532740969E-06
+ -2.53062144984694501E-06 -2.57747791324043085E-06 -2.62520121399461354E-06
+ -2.67380738156839226E-06 -2.72331274177172048E-06 -2.77373392224390169E-06
+ -2.82508785803315294E-06 -2.87739179727931205E-06 -2.93066330700159892E-06
+ -2.98492027899332027E-06 -3.04018093582558110E-06 -3.09646383696195204E-06
+ -3.15378788498616941E-06 -3.21217233194493517E-06 -3.27163678580800894E-06
+ -3.33220121704763344E-06 -3.39388596533965475E-06 -3.45671174638846363E-06
+ -3.52069965887810661E-06 -3.58587119155190808E-06 -3.65224823042289538E-06
+ -3.71985306611756431E-06 -3.78870840135536814E-06 -3.85883735856645117E-06
+ -3.93026348765020672E-06 -4.00301077387726064E-06 -4.07710364593746037E-06
+ -4.15256698413669962E-06 -4.22942612874520733E-06 -4.30770688850016942E-06
+ -4.38743554926550058E-06 -4.46863888285173238E-06 -4.55134415599884171E-06
+ -4.63557913952521121E-06 -4.72137211764565318E-06 -4.80875189746167945E-06
+ -4.89774781862719079E-06 -4.98838976319286240E-06 -5.08070816563241278E-06
+ -5.17473402305428809E-06 -5.27049890560205358E-06 -5.36803496704703277E-06
+ -5.46737495557678311E-06 -5.56855222478289545E-06 -5.67160074485199507E-06
+ -5.77655511396352624E-06 -5.88345056989826428E-06 -5.99232300186134537E-06
+ -6.10320896252392415E-06 -6.21614568028726718E-06 -6.33117107177367590E-06
+ -6.44832375454822697E-06 -6.56764306007564549E-06 -6.68916904691670479E-06
+ -6.81294251416858442E-06 -6.93900501515351123E-06 -7.06739887136060322E-06
+ -7.19816718664528848E-06 -7.33135386169122975E-06 -7.46700360873959126E-06
+ -7.60516196659044797E-06 -7.74587531588160815E-06 -7.88919089464975812E-06
+ -8.03515681417928384E-06 -8.18382207514399394E-06 -8.33523658404727543E-06
+ -8.48945116996600380E-06 -8.64651760160405047E-06 -8.80648860466095933E-06
+ -8.96941787952164884E-06 -9.13536011927309071E-06 -9.30437102805404722E-06
+ -9.47650733974385700E-06 -9.65182683699678838E-06 -9.83038837062812818E-06
+ -1.00122518793586078E-05 -1.01974784099238598E-05 -1.03861301375553782E-05
+ -1.05782703868402109E-05 -1.07739636529661346E-05 -1.09732756233595289E-05
+ -1.11762731997231399E-05 -1.13830245204813105E-05 -1.15935989836398441E-05
+ -1.18080672700686111E-05 -1.20265013672143632E-05 -1.22489745932518928E-05
+ -1.24755616216815287E-05 -1.27063385063813846E-05 -1.29413827071224424E-05
+ -1.31807731155554267E-05 -1.34245900816779043E-05 -1.36729154407905859E-05
+ -1.39258325409519206E-05 -1.41834262709399544E-05 -1.44457830887312007E-05
+ -1.47129910505057879E-05 -1.49851398401886838E-05 -1.52623207995369801E-05
+ -1.55446269587832962E-05 -1.58321530678453354E-05 -1.61249956281126152E-05
+ -1.64232529248204258E-05 -1.67270250600222651E-05 -1.70364139861716281E-05
+ -1.73515235403246424E-05 -1.76724594789744838E-05 -1.79993295135300093E-05
+ -1.83322433464499040E-05 -1.86713127080446710E-05 -1.90166513939589943E-05
+ -1.93683753033465244E-05 -1.97266024777505166E-05 -2.00914531407029337E-05
+ -2.04630497380554478E-05 -2.08415169790557993E-05 -2.12269818781834918E-05
+ -2.16195737977583624E-05 -2.20194244913369959E-05 -2.24266681479109658E-05
+ -2.28414414369219864E-05 -2.32638835541090754E-05 -2.36941362682030581E-05
+ -2.41323439684838316E-05 -2.45786537132169141E-05 -2.50332152789849249E-05
+ -2.54961812109308682E-05 -2.59677068739299416E-05 -2.64479505047072563E-05
+ -2.69370732649183459E-05 -2.74352392952110716E-05 -2.79426157702865345E-05
+ -2.84593729549774105E-05 -2.89856842613630329E-05 -2.95217263069394850E-05
+ -3.00676789738652348E-05 -3.06237254693014280E-05 -3.11900523868673368E-05
+ -3.17668497692315171E-05 -3.23543111718599895E-05 -3.29526337279419077E-05
+ -3.35620182145156924E-05 -3.41826691198168854E-05 -3.48147947118707557E-05
+ -3.54586071083522433E-05 -3.61143223477374987E-05 -3.67821604617695646E-05
+ -3.74623455492637580E-05 -3.81551058512768232E-05 -3.88606738276650899E-05
+ -3.95792862350577930E-05 -4.03111842062705924E-05 -4.10566133311873394E-05
+ -4.18158237391360980E-05 -4.25890701827876363E-05 -4.33766121236040352E-05
+ -4.41787138188667774E-05 -4.49956444103123958E-05 -4.58276780144065886E-05
+ -4.66750938142862577E-05 -4.75381761534004985E-05 -4.84172146308820038E-05
+ -4.93125041986810749E-05 -5.02243452604937777E-05 -5.11530437725189039E-05
+ -5.20989113460764732E-05 -5.30622653521222208E-05 -5.40434290276938347E-05
+ -5.50427315843233600E-05 -5.60605083184533714E-05 -5.70971007238934040E-05
+ -5.81528566063539595E-05 -5.92281302000969022E-05 -6.03232822867418451E-05
+ -6.14386803162664328E-05 -6.25746985302437264E-05 -6.37317180873557624E-05
+ -6.49101271912266403E-05 -6.61103212206171922E-05 -6.73327028620258086E-05
+ -6.85776822447381116E-05 -6.98456770783730294E-05 -7.11371127929695649E-05
+ -7.24524226816618510E-05 -7.37920480459902423E-05 -7.51564383438972823E-05
+ -7.65460513404574069E-05 -7.79613532613929920E-05 -7.94028189494237746E-05
+ -8.08709320235076777E-05 -8.23661850410219512E-05 -8.38890796629411159E-05
+ -8.54401268220662580E-05 -8.70198468943622438E-05 -8.86287698734602764E-05
+ -9.02674355483842189E-05 -9.19363936845599361E-05 -9.36362042081687897E-05
+ -9.53674373939063013E-05 -9.71306740562107501E-05 -9.89265057440211464E-05
+ -1.00755534939136438E-04 -1.02618375258236634E-04 -1.04515651658636596E-04
+ -1.06448000647840134E-04 -1.08416070496965145E-04 -1.10420521458110758E-04
+ -1.12462025985739963E-04 -1.14541268962150755E-04 -1.16658947927112137E-04
+ -1.18815773311743193E-04 -1.21012468676708038E-04 -1.23249770954814283E-04
+ -1.25528430698090333E-04 -1.27849212329426070E-04 -1.30212894398861633E-04
+ -1.32620269844609047E-04 -1.35072146258895183E-04 -1.37569346158713520E-04
+ -1.40112707261577066E-04 -1.42703082766362468E-04 -1.45341341639344042E-04
+ -1.48028368905503746E-04 -1.50765065945226924E-04 -1.53552350796473842E-04
+ -1.56391158462531590E-04 -1.59282441225449119E-04 -1.62227168965260081E-04
+ -1.65226329485099611E-04 -1.68280928842324759E-04 -1.71391991685748967E-04
+ -1.74560561599102680E-04 -1.77787701450835320E-04 -1.81074493750378753E-04
+ -1.84422041010982022E-04 -1.87831466119251173E-04 -1.91303912711508864E-04
+ -1.94840545557101744E-04 -1.98442550948785463E-04 -2.02111137100315438E-04
+ -2.05847534551378066E-04 -2.09652996579996184E-04 -2.13528799622548018E-04
+ -2.17476243701538011E-04 -2.21496652861267849E-04 -2.25591375611540761E-04
+ -2.29761785379564373E-04 -2.34009280970189906E-04 -2.38335287034645673E-04
+ -2.42741254547923415E-04 -2.47228661294973423E-04 -2.51799012365873712E-04
+ -2.56453840660135707E-04 -2.61194707400318302E-04 -2.66023202655117945E-04
+ -2.70940945872111488E-04 -2.75949586420333676E-04 -2.81050804142856281E-04
+ -2.86246309919573332E-04 -2.91537846240363452E-04 -2.96927187788830057E-04
+ -3.02416142036809193E-04 -3.08006549849846418E-04 -3.13700286103842096E-04
+ -3.19499260313074046E-04 -3.25405417269802389E-04 -3.31420737695673883E-04
+ -3.37547238905145232E-04 -3.43786975481131911E-04 -3.50142039963130525E-04
+ -3.56614563548025571E-04 -3.63206716803821193E-04 -3.69920710396537096E-04
+ -3.76758795830506624E-04 -3.83723266202326606E-04 -3.90816456968709122E-04
+ -3.98040746728491111E-04 -4.05398558019060278E-04 -4.12892358127471841E-04
+ -4.20524659916503144E-04 -4.28298022665951606E-04 -4.36215052929432969E-04
+ -4.44278405406974800E-04 -4.52490783833692125E-04 -4.60854941884843790E-04
+ -4.69373684097566010E-04 -4.78049866809596245E-04 -4.86886399115290960E-04
+ -4.95886243839263846E-04 -5.05052418527959443E-04 -5.14387996459505126E-04
+ -5.23896107672151834E-04 -5.33579940011677284E-04 -5.43442740198074484E-04
+ -5.53487814911892057E-04 -5.63718531900581033E-04 -5.74138321105220509E-04
+ -5.84750675807992342E-04 -5.95559153800784237E-04 -6.06567378575316517E-04
+ -6.17779040535174659E-04 -6.29197898230171300E-04 -6.40827779613407315E-04
+ -6.52672583321499042E-04 -6.64736279978357636E-04 -6.77022913522965278E-04
+ -6.89536602561592886E-04 -7.02281541744898203E-04 -7.15262003170366134E-04
+ -7.28482337810550931E-04 -7.41946976967598130E-04 -7.55660433754519619E-04
+ -7.69627304603731285E-04 -7.83852270803308952E-04 -7.98340100061527128E-04
+ -8.13095648100152762E-04 -8.28123860277042581E-04 -8.43429773238571511E-04
+ -8.59018516602438691E-04 -8.74895314671412724E-04 -8.91065488178569855E-04
+ -9.07534456064611737E-04 -9.24307737287845439E-04 -9.41390952667412470E-04
+ -9.58789826760405293E-04 -9.76510189773430355E-04 -9.94557979509320522E-04
+ -1.01293924334958140E-03 -1.03166014027324896E-03 -1.05072694291281606E-03
+ -1.07014603964790725E-03 -1.08992393673738646E-03 -1.11006726049059671E-03
+ -1.13058275947845537E-03 -1.15147730678510874E-03 -1.17275790230093034E-03
+ -1.19443167505753475E-03 -1.21650588560566985E-03 -1.23898792843669188E-03
+ -1.26188533444845257E-03 -1.28520577345639700E-03 -1.30895705675068892E-03
+ -1.33314713970021236E-03 -1.35778412440429124E-03 -1.38287626239299135E-03
+ -1.40843195737690228E-03 -1.43445976804727196E-03 -1.46096841092745395E-03
+ -1.48796676327651325E-03 -1.51546386604604314E-03 -1.54346892689107527E-03
+ -1.57199132323609502E-03 -1.60104060539716922E-03 -1.63062649976117194E-03
+ -1.66075891202317250E-03 -1.69144793048302136E-03 -1.72270382940220394E-03
+ -1.75453707242205817E-03 -1.78695831604447851E-03 -1.81997841317617023E-03
+ -1.85360841673770605E-03 -1.88785958333845998E-03 -1.92274337701865716E-03
+ -1.95827147305973606E-03 -1.99445576186424748E-03 -2.03130835290655327E-03
+ -2.06884157875559561E-03 -2.10706799917102783E-03 -2.14600040527402778E-03
+ -2.18565182379417376E-03 -2.22603552139363607E-03 -2.26716500907022918E-03
+ -2.30905404664062371E-03 -2.35171664730519578E-03 -2.39516708229597138E-03
+ -2.43941988560916149E-03 -2.48448985882379408E-03 -2.53039207600797792E-03
+ -2.57714188871438965E-03 -2.62475493106653721E-03 -2.67324712493744983E-03
+ -2.72263468522248317E-03 -2.77293412520777244E-03 -2.82416226203622937E-03
+ -2.87633622227269174E-03 -2.92947344757001809E-03 -2.98359170043794144E-03
+ -3.03870907011648825E-03 -3.09484397855582872E-03 -3.15201518650444143E-03
+ -3.21024179970751675E-03 -3.26954327521751954E-03 -3.32993942781901380E-03
+ -3.39145043656952560E-03 -3.45409685145879304E-03 -3.51789960018826292E-03
+ -3.58287999507307968E-03 -3.64905974006864099E-03 -3.71646093792399540E-03
+ -3.78510609746423709E-03 -3.85501814100421220E-03 -3.92622041189581716E-03
+ -3.99873668221122427E-03 -4.07259116056449873E-03 -4.14780850007380811E-03
+ -4.22441380646698065E-03 -4.30243264633267935E-03 -4.38189105551983066E-03
+ -4.46281554768787267E-03 -4.54523312301043352E-03 -4.62917127703511410E-03
+ -4.71465800970210635E-03 -4.80172183452433083E-03 -4.89039178793197575E-03
+ -4.98069743878418007E-03 -5.07266889805091555E-03 -5.16633682866768883E-03
+ -5.26173245556640825E-03 -5.35888757588519685E-03 -5.45783456936027329E-03
+ -5.55860640890306224E-03 -5.66123667136567230E-03 -5.76575954849794549E-03
+ -5.87220985809937777E-03 -5.98062305536919536E-03 -6.09103524445794766E-03
+ -6.20348319022417331E-03 -6.31800433019925455E-03 -6.43463678676444838E-03
+ -6.55341937954332342E-03 -6.67439163801337391E-03 -6.79759381434045292E-03
+ -6.92306689643978901E-03 -7.05085262126734381E-03 -7.18099348834540154E-03
+ -7.31353277352624672E-03 -7.44851454299790515E-03 -7.58598366753597021E-03
+ -7.72598583700568817E-03 -7.86856757511809717E-03 -8.01377625444487686E-03
+ -8.16166011169581346E-03 -8.31226826326330985E-03 -8.46565072103828455E-03
+ -8.62185840850192287E-03 -8.78094317709769874E-03 -8.94295782288824677E-03
+ -9.10795610350174055E-03 -9.27599275537229796E-03 -9.44712351127941462E-03
+ -9.62140511819074840E-03 -9.79889535541366742E-03 -9.97965305306006654E-03
+ -1.01637381108295594E-02 -1.03512115171160903E-02 -1.05421353684430619E-02
+ -1.07365728892320697E-02 -1.09345884519105735E-02 -1.11362475973636830E-02
+ -1.13416170557353990E-02 -1.15507647675849832E-02 -1.17637599054032701E-02
+ -1.19806728954952434E-02 -1.22015754402339353E-02 -1.24265405406914133E-02
+ -1.26556425196526334E-02 -1.28889570450178379E-02 -1.31265611535993539E-02
+ -1.33685332753186743E-02 -1.36149532578097136E-02 -1.38659023914342854E-02
+ -1.41214634347157243E-02 -1.43817206401971390E-02 -1.46467597807296047E-02
+ -1.49166681761975298E-02 -1.51915347206867148E-02 -1.54714499101017127E-02
+ -1.57565058702387080E-02 -1.60467963853203749E-02 -1.63424169269991877E-02
+ -1.66434646838354711E-02 -1.69500385912570023E-02 -1.72622393620063368E-02
+ -1.75801695170830670E-02 -1.79039334171865495E-02 -1.82336372946670620E-02
+ -1.85693892859911287E-02 -1.89112994647280437E-02 -1.92594798750642844E-02
+ -1.96140445658525807E-02 -1.99751096252023148E-02 -2.03427932156180560E-02
+ -2.07172156096930744E-02 -2.10984992263642986E-02 -2.14867686677362515E-02
+ -2.18821507564792642E-02 -2.22847745738105618E-02 -2.26947714980634506E-02
+ -2.31122752438521033E-02 -2.35374219018383117E-02 -2.39703499791069571E-02
+ -2.44112004401567835E-02 -2.48601167485129823E-02 -2.53172449089681569E-02
+ -2.57827335104580668E-02 -2.62567337695783394E-02 -2.67393995747492279E-02
+ -2.72308875310329247E-02 -2.77313570056116343E-02 -2.82409701739308773E-02
+ -2.87598920665145114E-02 -2.92882906164571785E-02 -2.98263367075997030E-02
+ -3.03742042233930074E-02 -3.09320700964558493E-02 -3.15001143588314950E-02
+ -3.20785201929481845E-02 -3.26674739832889180E-02 -3.32671653687733396E-02
+ -3.38777872958582610E-02 -3.44995360723594283E-02 -3.51326114219988189E-02
+ -3.57772165396811198E-02 -3.64335581475023623E-02 -3.71018465514941359E-02
+ -3.77822956991055378E-02 -3.84751232374255792E-02 -3.91805505721474698E-02
+ -3.98988029272768219E-02 -4.06301094055851464E-02 -4.13747030498076013E-02
+ -4.21328209045877949E-02 -4.29047040791675077E-02 -4.36905978108213383E-02
+ -4.44907515290347347E-02 -4.53054189204236402E-02 -4.61348579943934439E-02
+ -4.69793311495338498E-02 -4.78391052407462838E-02 -4.87144516470989844E-02
+ -4.96056463404057832E-02 -5.05129699545201552E-02 -5.14367078553410531E-02
+ -5.23771502115208815E-02 -5.33345920658676448E-02 -5.43093334074322004E-02
+ -5.53016792442703117E-02 -5.63119396768679698E-02 -5.73404299722180058E-02
+ -5.83874706385341599E-02 -5.94533875005882825E-02 -6.05385117756556818E-02
+ -6.16431801500488749E-02 -6.27677348562252491E-02 -6.39125237504459681E-02
+ -6.50779003909660314E-02 -6.62642241167331475E-02 -6.74718601265704293E-02
+ -6.87011795588179930E-02 -6.99525595714050319E-02 -7.12263834223240133E-02
+ -7.25230405504750236E-02 -7.38429266568477738E-02 -7.51864437860069734E-02
+ -7.65540004078408692E-02 -7.79460114995380315E-02 -7.93628986277479243E-02
+ -8.08050900308818904E-02 -8.22730207015086451E-02 -8.37671324687954133E-02
+ -8.52878740809425023E-02 -8.68357012875580203E-02 -8.84110769219147025E-02
+ -9.00144709830289769E-02 -9.16463607175008188E-02 -9.33072307010429924E-02
+ -9.49975729196365359E-02 -9.67178868502347050E-02 -9.84686795409395049E-02
+ -1.00250465690571278E-01 -1.02063767727545926E-01 -1.03909115887971290E-01
+ -1.05787048292871014E-01 -1.07698111024437257E-01 -1.09642858201212584E-01
+ -1.11621852052093073E-01 -1.13635662989044595E-01 -1.15684869678410393E-01
+ -1.17770059110696435E-01 -1.19891826668701837E-01 -1.22050776193865396E-01
+ -1.24247520050688245E-01 -1.26482679189091035E-01 -1.28756883204552447E-01
+ -1.31070770395875558E-01 -1.33424987820416618E-01 -1.35820191346606334E-01
+ -1.38257045703589709E-01 -1.40736224527791720E-01 -1.43258410406227471E-01
+ -1.45824294916347963E-01 -1.48434578662217487E-01 -1.51089971306804682E-01
+ -1.53791191600162080E-01 -1.56538967403259732E-01 -1.59334035707230121E-01
+ -1.62177142647768474E-01 -1.65069043514428943E-01 -1.68010502754542213E-01
+ -1.71002293971465907E-01 -1.74045199916880611E-01 -1.77140012476821623E-01
+ -1.80287532651126514E-01 -1.83488570525973560E-01 -1.86743945239165599E-01
+ -1.90054484937806550E-01 -1.93421026728002099E-01 -1.96844416616203666E-01
+ -2.00325509441799998E-01 -2.03865168800548363E-01 -2.07464266958421989E-01
+ -2.11123684755428254E-01 -2.14844311498953444E-01 -2.18627044846154639E-01
+ -2.22472790674916127E-01 -2.26382462942864071E-01 -2.30356983533919119E-01
+ -2.34397282091847847E-01 -2.38504295840255037E-01 -2.42678969388440580E-01
+ -2.46922254522524975E-01 -2.51235109981232274E-01 -2.55618501215684302E-01
+ -2.60073400132563637E-01 -2.64600784819958912E-01 -2.69201639255194525E-01
+ -2.73876952993925948E-01 -2.78627720839753457E-01 -2.83454942493589157E-01
+ -2.88359622181984188E-01 -2.93342768263602616E-01 -2.98405392812998937E-01
+ -3.03548511180841640E-01 -3.08773141529675221E-01 -3.14080304344323602E-01
+ -3.19471021915977760E-01 -3.24946317798999629E-01 -3.30507216239445345E-01
+ -3.36154741574279714E-01 -3.41889917600227244E-01 -3.47713766911176891E-01
+ -3.53627310203026124E-01 -3.59631565544823284E-01 -3.65727547615034621E-01
+ -3.71916266901740400E-01 -3.78198728865510203E-01 -3.84575933063717457E-01
+ -3.91048872234982969E-01 -3.97618531342427750E-01 -4.04285886574379638E-01
+ -4.11051904301147353E-01 -4.17917539986443487E-01 -4.24883737052007104E-01
+ -4.31951425693951285E-01 -4.39121521649317281E-01 -4.46394924911311164E-01
+ -4.53772518391626745E-01 -4.61255166528288407E-01 -4.68843713837360843E-01
+ -4.76538983406882444E-01 -4.84341775331336266E-01 -4.92252865084947311E-01
+ -5.00273001832075792E-01 -5.08402906672945520E-01 -5.16643270822925160E-01
+ -5.24994753723560081E-01 -5.33457981083533817E-01 -5.42033542847723759E-01
+ -5.50721991092474550E-01 -5.59523837845248839E-01 -5.68439552826756511E-01
+ -5.77469561113671204E-01 -5.86614240720052083E-01 -5.95873920095560949E-01
+ -6.05248875538584530E-01 -6.14739328522369233E-01 -6.24345442932281225E-01
+ -6.34067322212326756E-01 -6.43905006419080439E-01 -6.53858469181173185E-01
+ -6.63927614562565660E-01 -6.74112273827815245E-01 -6.84412202107616219E-01
+ -6.94827074962926838E-01 -7.05356484846053289E-01 -7.15999937457123314E-01
+ -7.26756847994443733E-01 -7.37626537297322971E-01 -7.48608227880015353E-01
+ -7.59701039855559479E-01 -7.70903986748343928E-01 -7.82215971194421433E-01
+ -7.93635780528649359E-01 -8.05162082257920297E-01 -8.16793419419880373E-01
+ -8.28528205826708719E-01 -8.40364721193699316E-01 -8.52301106152602128E-01
+ -8.64335357149874528E-01 -8.76465321230225691E-01 -8.88688690706096129E-01
+ -9.01002997713964748E-01 -9.13405608658647061E-01 -9.25893718547099898E-01
+ -9.38464345213517626E-01 -9.51114323437884601E-01 -9.63840298960508157E-01
+ -9.76638722395463454E-01 -9.89505843046278866E-01 -1.00243770262766296E+00
+ -1.01543012889753181E+00 -1.02847872920409911E+00 -1.04157888395334597E+00
+ -1.05472574000268970E+00 -1.06791420398736525E+00 -1.08113893558656105E+00
+ -1.09439434073706998E+00 -1.10767456480290627E+00 -1.12097348571005506E+00
+ -1.13428470705631046E+00 -1.14760155120695639E+00 -1.16091705238790088E+00
+ -1.17422394978874856E+00 -1.18751468068925492E+00 -1.20078137362352111E+00
+ -1.21401584159737852E+00 -1.22720957537540154E+00 -1.24035373685511363E+00
+ -1.25343915254710048E+00 -1.26645630718091096E+00 -1.27939533745788392E+00
+ -1.29224602597327554E+00 -1.30499779533141402E+00 -1.31763970247894369E+00
+ -1.33016043328262157E+00 -1.34254829737959569E+00 -1.35479122332949964E+00
+ -1.36687675409931964E+00 -1.37879204291343060E+00 -1.39052384950283781E+00
+ -1.40205853678924375E+00 -1.41338206804118927E+00 -1.42448000454116208E+00
+ -1.43533750380423331E+00 -1.44593931839043299E+00 -1.45626979535476608E+00
+ -1.46631287638041918E+00 -1.47605209864233800E+00 -1.48547059645003077E+00
+ -1.49455110371998434E+00 -1.50327595732965924E+00 -1.51162710140650502E+00
+ -1.51958609260685495E+00 -1.52713410644088743E+00 -1.53425194470106341E+00
+ -1.54092004405256100E+00 -1.54711848584519274E+00 -1.55282700720708045E+00
+ -1.55802501348101630E+00 -1.56269159206479324E+00 -1.56680552771703385E+00
+ -1.57034531938989375E+00 -1.57328919864966577E+00 -1.57561514974559924E+00
+ -1.57730093138614991E+00 -1.57832410028042625E+00 -1.57866203650066539E+00
+ -1.57829197071917426E+00 -1.57719101337024226E+00 -1.57533618578403245E+00
+ -1.57270445333532138E+00 -1.56927276064515464E+00 -1.56501806886794270E+00
+ -1.55991739509020055E+00 -1.55394785385994649E+00 -1.54708670085769673E+00
+ -1.53931137871094359E+00 -1.53059956494388771E+00 -1.52092922204303238E+00
+ -1.51027864960687319E+00 -1.49862653853432470E+00 -1.48595202719168262E+00
+ -1.47223475948160631E+00 -1.45745494472004333E+00 -1.44159341920782968E+00
+ -1.42463170936307604E+00 -1.40655209625824096E+00 -1.38733768138198377E+00
+ -1.36697245342044504E+00 -1.34544135582554514E+00 -1.32273035490920510E+00
+ -1.29882650817210199E+00 -1.27371803254366256E+00 -1.24739437217683702E+00
+ -1.21984626540626095E+00 -1.19106581044273474E+00 -1.16104652933983821E+00
+ -1.12978342973084445E+00 -1.09727306379581413E+00 -1.06351358388040351E+00
+ -1.02850479414989637E+00 -9.92248197624701511E-01 -9.54747037907954010E-01
+ -9.16006334882234818E-01 -8.76032913622282194E-01 -8.34835425744092974E-01
+ -7.92424362390201753E-01 -7.48812058036734229E-01 -7.04012684302105174E-01
+ -6.58042232941806748E-01 -6.10918487230597496E-01 -5.62660980965175805E-01
+ -5.13290944369783841E-01 -4.62831236257503220E-01 -4.11306261894696379E-01
+ -3.58741876139722082E-01 -3.05165271583652808E-01 -2.50604851616640423E-01
+ -1.95090088584062626E-01 -1.38651367488698607E-01 -8.13198160470454678E-02
+ -2.31271223277706300E-02  3.58946583016835005E-02  9.57133046071675930E-02
+  1.56296636296409108E-01  2.17612722397607178E-01  2.79630086465416205E-01
+  3.42317902786705819E-01  4.05646176504736278E-01  4.69585899135141371E-01
+  5.34109169286777097E-01  5.99189266495672168E-01  6.64800663901805700E-01
+  7.30918963010102729E-01  7.97520730940884714E-01  8.64583217348233624E-01
+  9.32083924518204099E-01  1.00000000000000000E+00  1.06830741641160132E+00
+  1.13698093096939590E+00  1.20599404437775637E+00  1.27531895913155746E+00
+  END     
+   TPHI_LCAO   1 #tphi0(r) for tphi0(r)/r*Ylm)
+  0.00000000000000000E+00 -2.10926959477170151E-08 -4.23794387875677395E-08
+ -6.38620136965839616E-08 -8.55422222749253852E-08 -1.07421882696969430E-07
+ -1.29502829863787927E-07 -1.51786915557027836E-07 -1.74276008594209594E-07
+ -1.96971994985449807E-07 -2.19876778091630402E-07 -2.42992278784019293E-07
+ -2.66320435605363762E-07 -2.89863204932458660E-07 -3.13622561140218626E-07
+ -3.37600496767254095E-07 -3.61799022682971582E-07 -3.86220168256213968E-07
+ -4.10865981525447524E-07 -4.35738529370519125E-07 -4.60839897685990794E-07
+ -4.86172191556071120E-07 -5.11737535431151212E-07 -5.37538073305973691E-07
+ -5.63575968899428559E-07 -5.89853405836015928E-07 -6.16372587828967766E-07
+ -6.43135738865061380E-07 -6.70145103391128554E-07 -6.97402946502283104E-07
+ -7.24911554131879665E-07 -7.52673233243217892E-07 -7.80690312023015055E-07
+ -8.08965140076652958E-07 -8.37500088625223847E-07 -8.66297550704390880E-07
+ -8.95359941365073625E-07 -9.24689697875983491E-07 -9.54289279928022938E-07
+ -9.84161169840557696E-07 -1.01430787276960010E-06 -1.04473191691789305E-06
+ -1.07543585374693741E-06 -1.10642225819096523E-06 -1.13769372887287999E-06
+ -1.16925288832219054E-06 -1.20110238319493986E-06 -1.23324488449566619E-06
+ -1.26568308780140070E-06 -1.29841971348772810E-06 -1.33145750695692583E-06
+ -1.36479923886820351E-06 -1.39844770537005765E-06 -1.43240572833476909E-06
+ -1.46667615559505259E-06 -1.50126186118288560E-06 -1.53616574557053381E-06
+ -1.57139073591379530E-06 -1.60693978629748213E-06 -1.64281587798315841E-06
+ -1.67902201965915794E-06 -1.71556124769290563E-06 -1.75243662638555588E-06
+ -1.78965124822897351E-06 -1.82720823416508340E-06 -1.86511073384760153E-06
+ -1.90336192590617460E-06 -1.94196501821295144E-06 -1.98092324815160662E-06
+ -2.02023988288883634E-06 -2.05991821964835638E-06 -2.09996158598741436E-06
+ -2.14037334007585364E-06 -2.18115687097773988E-06 -2.22231559893557661E-06
+ -2.26385297565714153E-06 -2.30577248460495532E-06 -2.34807764128841865E-06
+ -2.39077199355863389E-06 -2.43385912190593768E-06 -2.47734263976017582E-06
+ -2.52122619379373608E-06 -2.56551346422737199E-06 -2.61020816513883027E-06
+ -2.65531404477434135E-06 -2.70083488586294262E-06 -2.74677450593372365E-06
+ -2.79313675763596994E-06 -2.83992552906226103E-06 -2.88714474407453885E-06
+ -2.93479836263317580E-06 -2.98289038112906877E-06 -3.03142483271879277E-06
+ -3.08040578766283134E-06 -3.12983735366692659E-06 -3.17972367622656028E-06
+ -3.23006893897461091E-06 -3.28087736403220700E-06 -3.33215321236280978E-06
+ -3.38390078412955051E-06 -3.43612441905585227E-06 -3.48882849678938345E-06
+ -3.54201743726933802E-06 -3.59569570109711626E-06 -3.64986778991040025E-06
+ -3.70453824676067656E-06 -3.75971165649423241E-06 -3.81539264613665578E-06
+ -3.87158588528087344E-06 -3.92829608647876053E-06 -3.98552800563634710E-06
+ -4.04328644241266646E-06 -4.10157624062226940E-06 -4.16040228864144603E-06
+ -4.21976951981817188E-06 -4.27968291288584795E-06 -4.34014749238082524E-06
+ -4.40116832906378422E-06 -4.46275054034497324E-06 -4.52489929071339173E-06
+ -4.58761979216988742E-06 -4.65091730466424821E-06 -4.71479713653633781E-06
+ -4.77926464496125131E-06 -4.84432523639859507E-06 -4.90998436704588901E-06
+ -4.97624754329614144E-06 -5.04312032219963706E-06 -5.11060831192995748E-06
+ -5.17871717225431582E-06 -5.24745261500819918E-06 -5.31682040457437259E-06
+ -5.38682635836631712E-06 -5.45747634731607936E-06 -5.52877629636664234E-06
+ -5.60073218496879761E-06 -5.67335004758261248E-06 -5.74663597418349911E-06
+ -5.82059611077292718E-06 -5.89523665989386371E-06 -5.97056388115093853E-06
+ -6.04658409173537775E-06 -6.12330366695480503E-06 -6.20072904076788542E-06
+ -6.27886670632390145E-06 -6.35772321650728683E-06 -6.43730518448717898E-06
+ -6.51761928427201631E-06 -6.59867225126924579E-06 -6.68047088285017361E-06
+ -6.76302203892002092E-06 -6.84633264249320995E-06 -6.93040968027395685E-06
+ -7.01526020324220244E-06 -7.10089132724492513E-06 -7.18731023359289591E-06
+ -7.27452416966293995E-06 -7.36254044950571753E-06 -7.45136645445910202E-06
+ -7.54100963376720093E-06 -7.63147750520510198E-06 -7.72277765570928753E-06
+ -7.81491774201395541E-06 -7.90790549129309694E-06 -8.00174870180854158E-06
+ -8.09645524356394592E-06 -8.19203305896479503E-06 -8.28849016348447355E-06
+ -8.38583464633647614E-06 -8.48407467115279959E-06 -8.58321847666856728E-06
+ -8.68327437741294726E-06 -8.78425076440646022E-06 -8.88615610586464875E-06
+ -8.98899894790828394E-06 -9.09278791528003322E-06 -9.19753171206779427E-06
+ -9.30323912243462739E-06 -9.40991901135543359E-06 -9.51758032536039879E-06
+ -9.62623209328527530E-06 -9.73588342702858519E-06 -9.84654352231575248E-06
+ -9.95822165947029949E-06 -1.00709272041921312E-05 -1.01846696083429602E-05
+ -1.02994584107389769E-05 -1.04153032379508180E-05 -1.05322138051108636E-05
+ -1.06501999167279878E-05 -1.07692714675098040E-05 -1.08894384431924680E-05
+ -1.10107109213780897E-05 -1.11330990723799165E-05 -1.12566131600752210E-05
+ -1.13812635427660573E-05 -1.15070606740479715E-05 -1.16340151036866601E-05
+ -1.17621374785026965E-05 -1.18914385432644233E-05 -1.20219291415890417E-05
+ -1.21536202168519996E-05 -1.22865228131047192E-05 -1.24206480760008094E-05
+ -1.25560072537307680E-05 -1.26926116979652921E-05 -1.28304728648072614E-05
+ -1.29696023157525027E-05 -1.31100117186593696E-05 -1.32517128487272148E-05
+ -1.33947175894839540E-05 -1.35390379337826175E-05 -1.36846859848071220E-05
+ -1.38316739570872871E-05 -1.39800141775231894E-05 -1.41297190864189158E-05
+ -1.42808012385258738E-05 -1.44332733040956708E-05 -1.45871480699426725E-05
+ -1.47424384405163523E-05 -1.48991574389835073E-05 -1.50573182083204061E-05
+ -1.52169340124150411E-05 -1.53780182371794303E-05 -1.55405843916722373E-05
+ -1.57046461092316998E-05 -1.58702171486189228E-05 -1.60373113951717627E-05
+ -1.62059428619693077E-05 -1.63761256910070176E-05 -1.65478741543827797E-05
+ -1.67212026554937635E-05 -1.68961257302443502E-05 -1.70726580482651894E-05
+ -1.72508144141434027E-05 -1.74306097686641614E-05 -1.76120591900636985E-05
+ -1.77951778952937767E-05 -1.79799812412978285E-05 -1.81664847262989132E-05
+ -1.83547039910993607E-05 -1.85446548203924970E-05 -1.87363531440864373E-05
+ -1.89298150386399530E-05 -1.91250567284107303E-05 -1.93220945870160343E-05
+ -1.95209451387057798E-05 -1.97216250597483720E-05 -1.99241511798292052E-05
+ -2.01285404834620608E-05 -2.03348101114135042E-05 -2.05429773621403240E-05
+ -2.07530596932402658E-05 -2.09650747229161074E-05 -2.11790402314531261E-05
+ -2.13949741627102382E-05 -2.16128946256248787E-05 -2.18328198957315792E-05
+ -2.20547684166946737E-05 -2.22787588018550789E-05 -2.25048098357911833E-05
+ -2.27329404758942602E-05 -2.29631698539582641E-05 -2.31955172777842873E-05
+ -2.34300022327997683E-05 -2.36666443836926488E-05 -2.39054635760604554E-05
+ -2.41464798380746853E-05 -2.43897133821603646E-05 -2.46351846066911673E-05
+ -2.48829140977001244E-05 -2.51329226306059543E-05 -2.53852311719554271E-05
+ -2.56398608811816824E-05 -2.58968331123786862E-05 -2.61561694160920814E-05
+ -2.64178915411265294E-05 -2.66820214363695587E-05 -2.69485812526323058E-05
+ -2.72175933445072047E-05 -2.74890802722426499E-05 -2.77630648036349737E-05
+ -2.80395699159378987E-05 -2.83186187977894056E-05 -2.86002348511564467E-05
+ -2.88844416932975477E-05 -2.91712631587433342E-05 -2.94607233012955014E-05
+ -2.97528463960439120E-05 -3.00476569414024735E-05 -3.03451796611636741E-05
+ -3.06454395065718926E-05 -3.09484616584159998E-05 -3.12542715291410931E-05
+ -3.15628947649795977E-05 -3.18743572481020591E-05 -3.21886850987878514E-05
+ -3.25059046776154760E-05 -3.28260425876734056E-05 -3.31491256767911215E-05
+ -3.34751810397905473E-05 -3.38042360207583677E-05 -3.41363182153392512E-05
+ -3.44714554730500189E-05 -3.48096758996152734E-05 -3.51510078593243662E-05
+ -3.54954799774101780E-05 -3.58431211424497251E-05 -3.61939605087868027E-05
+ -3.65480274989769959E-05 -3.69053518062551752E-05 -3.72659633970256511E-05
+ -3.76298925133752193E-05 -3.79971696756094211E-05 -3.83678256848120404E-05
+ -3.87418916254281875E-05 -3.91193988678711891E-05 -3.95003790711533439E-05
+ -3.98848641855409846E-05 -4.02728864552339818E-05 -4.06644784210697511E-05
+ -4.10596729232523051E-05 -4.14585031041063439E-05 -4.18610024108566142E-05
+ -4.22672045984330311E-05 -4.26771437323013412E-05 -4.30908541913200080E-05
+ -4.35083706706234312E-05 -4.39297281845314440E-05 -4.43549620694857862E-05
+ -4.47841079870136625E-05 -4.52172019267182366E-05 -4.56542802092969280E-05
+ -4.60953794895874305E-05 -4.65405367596416624E-05 -4.69897893518279877E-05
+ -4.74431749419621817E-05 -4.79007315524668909E-05 -4.83624975555603669E-05
+ -4.88285116764746016E-05 -4.92988129967027568E-05 -4.97734409572768701E-05
+ -5.02524353620753219E-05 -5.07358363811610398E-05 -5.12236845541503180E-05
+ -5.17160207936124823E-05 -5.22128863885009900E-05 -5.27143230076162364E-05
+ -5.32203727030997349E-05 -5.37310779139609591E-05 -5.42464814696364328E-05
+ -5.47666265935813732E-05 -5.52915569068947212E-05 -5.58213164319773002E-05
+ -5.63559495962236465E-05 -5.68955012357478298E-05 -5.74400165991436894E-05
+ -5.79895413512793048E-05 -5.85441215771268793E-05 -5.91038037856273172E-05
+ -5.96686349135907358E-05 -6.02386623296328046E-05 -6.08139338381471253E-05
+ -6.13944976833142670E-05 -6.19804025531478384E-05 -6.25716975835773770E-05
+ -6.31684323625692385E-05 -6.37706569342852306E-05 -6.43784218032793156E-05
+ -6.49917779387331412E-05 -6.56107767787306699E-05 -6.62354702345716506E-05
+ -6.68659106951252999E-05 -6.75021510312237197E-05 -6.81442446000958508E-05
+ -6.87922452498420831E-05 -6.94462073239503105E-05 -7.01061856658531847E-05
+ -7.07722356235276125E-05 -7.14444130541363071E-05 -7.21227743287121507E-05
+ -7.28073763368858583E-05 -7.34982764916566303E-05 -7.41955327342071615E-05
+ -7.48992035387628728E-05 -7.56093479174954733E-05 -7.63260254254722074E-05
+ -7.70492961656501780E-05 -7.77792207939168159E-05 -7.85158605241766176E-05
+ -7.92592771334849782E-05 -8.00095329672286855E-05 -8.07666909443546609E-05
+ -8.15308145626464739E-05 -8.23019679040493731E-05 -8.30802156400446364E-05
+ -8.38656230370729534E-05 -8.46582559620078569E-05 -8.54581808876797339E-05
+ -8.62654648984502909E-05 -8.70801756958384116E-05 -8.79023816041981645E-05
+ -8.87321515764482688E-05 -8.95695551998549851E-05 -9.04146627018679152E-05
+ -9.12675449560094282E-05 -9.21282734878183256E-05 -9.29969204808483920E-05
+ -9.38735587827217271E-05 -9.47582619112380620E-05 -9.56511040605403321E-05
+ -9.65521601073365886E-05 -9.74615056171796156E-05 -9.83792168508041331E-05
+ -9.93053707705219630E-05 -1.00240045046676773E-04 -1.01183318064157460E-04
+ -1.02135268928971794E-04 -1.03095977474880688E-04 -1.04065524270093146E-04
+ -1.05043990624022960E-04 -1.06031458594107853E-04 -1.07028010992690732E-04
+ -1.08033731393964734E-04 -1.09048704140982287E-04 -1.10073014352727870E-04
+ -1.11106747931256835E-04 -1.12149991568899349E-04 -1.13202832755530432E-04
+ -1.14265359785907397E-04 -1.15337661767074581E-04 -1.16419828625835873E-04
+ -1.17511951116296623E-04 -1.18614120827474260E-04 -1.19726430190979341E-04
+ -1.20848972488767431E-04 -1.21981841860961662E-04 -1.23125133313747734E-04
+ -1.24278942727341630E-04 -1.25443366864030296E-04 -1.26618503376286319E-04
+ -1.27804450814957574E-04 -1.29001308637532205E-04 -1.30209177216478959E-04
+ -1.31428157847664955E-04 -1.32658352758850955E-04 -1.33899865118264176E-04
+ -1.35152799043250358E-04 -1.36417259609005766E-04 -1.37693352857388583E-04
+ -1.38981185805812186E-04 -1.40280866456220118E-04 -1.41592503804143134E-04
+ -1.42916207847840188E-04 -1.44252089597523506E-04 -1.45600261084667464E-04
+ -1.46960835371404581E-04 -1.48333926560007109E-04 -1.49719649802455856E-04
+ -1.51118121310097600E-04 -1.52529458363390581E-04 -1.53953779321739975E-04
+ -1.55391203633424173E-04 -1.56841851845612018E-04 -1.58305845614472023E-04
+ -1.59783307715375572E-04 -1.61274362053192264E-04 -1.62779133672681723E-04
+ -1.64297748768979859E-04 -1.65830334698182340E-04 -1.67377019988024494E-04
+ -1.68937934348661157E-04 -1.70513208683543223E-04 -1.72102975100396708E-04
+ -1.73707366922300996E-04 -1.75326518698870322E-04 -1.76960566217537009E-04
+ -1.78609646514939793E-04 -1.80273897888415149E-04 -1.81953459907596135E-04
+ -1.83648473426116792E-04 -1.85359080593424578E-04 -1.87085424866702016E-04
+ -1.88827651022896507E-04 -1.90585905170862640E-04 -1.92360334763614813E-04
+ -1.94151088610693481E-04 -1.95958316890644405E-04 -1.97782171163613798E-04
+ -1.99622804384057783E-04 -2.01480370913570178E-04 -2.03355026533827578E-04
+ -2.05246928459653743E-04 -2.07156235352204041E-04 -2.09083107332271831E-04
+ -2.11027705993715716E-04 -2.12990194417011982E-04 -2.14970737182930947E-04
+ -2.16969500386338988E-04 -2.18986651650128613E-04 -2.21022360139274440E-04
+ -2.23076796575021036E-04 -2.25150133249199730E-04 -2.27242544038677637E-04
+ -2.29354204419939174E-04 -2.31485291483803074E-04 -2.33635983950272464E-04
+ -2.35806462183523683E-04 -2.37996908207031935E-04 -2.40207505718836585E-04
+ -2.42438440106946206E-04 -2.44689898464886557E-04 -2.46962069607389986E-04
+ -2.49255144086230399E-04 -2.51569314206203580E-04 -2.53904774041254216E-04
+ -2.56261719450752315E-04 -2.58640348095917356E-04 -2.61040859456395627E-04
+ -2.63463454846989088E-04 -2.65908337434537915E-04 -2.68375712254959010E-04
+ -2.70865786230441283E-04 -2.73378768186797875E-04 -2.75914868870979547E-04
+ -2.78474300968748422E-04 -2.81057279122514574E-04 -2.83664019949336386E-04
+ -2.86294742059087172E-04 -2.88949666072787733E-04 -2.91629014641109027E-04
+ -2.94333012463043702E-04 -2.97061886304750234E-04 -2.99815865018571354E-04
+ -3.02595179562224043E-04 -3.05400063018170214E-04 -3.08230750613162820E-04
+ -3.11087479737973290E-04 -3.13970489967298617E-04 -3.16880023079855262E-04
+ -3.19816323078652158E-04 -3.22779636211456219E-04 -3.25770210991441949E-04
+ -3.28788298218033110E-04 -3.31834150997935165E-04 -3.34908024766362381E-04
+ -3.38010177308457980E-04 -3.41140868780913831E-04 -3.44300361733787422E-04
+ -3.47488921132520267E-04 -3.50706814380159445E-04 -3.53954311339781287E-04
+ -3.57231684357123605E-04 -3.60539208283425824E-04 -3.63877160498478195E-04
+ -3.67245820933883628E-04 -3.70645472096534675E-04 -3.74076399092303680E-04
+ -3.77538889649953549E-04 -3.81033234145267488E-04 -3.84559725625400507E-04
+ -3.88118659833454924E-04 -3.91710335233283599E-04 -3.95335053034517989E-04
+ -3.98993117217829511E-04 -4.02684834560422175E-04 -4.06410514661759668E-04
+ -4.10170469969528854E-04 -4.13965015805843638E-04 -4.17794470393687250E-04
+ -4.21659154883600312E-04 -4.25559393380612965E-04 -4.29495512971424947E-04
+ -4.33467843751837430E-04 -4.37476718854433618E-04 -4.41522474476517665E-04
+ -4.45605449908308376E-04 -4.49725987561393225E-04 -4.53884432997443557E-04
+ -4.58081134957195966E-04 -4.62316445389695553E-04 -4.66590719481813825E-04
+ -4.70904315688034595E-04 -4.75257595760515174E-04 -4.79650924779423209E-04
+ -4.84084671183554829E-04 -4.88559206801231043E-04 -4.93074906881480640E-04
+ -4.97632150125510353E-04 -5.02231318718462439E-04 -5.06872798361467981E-04
+ -5.11556978303989176E-04 -5.16284251376466076E-04 -5.21055014023258118E-04
+ -5.25869666335891835E-04 -5.30728612086613441E-04 -5.35632258762250854E-04
+ -5.40581017598384494E-04 -5.45575303613836187E-04 -5.50615535645473247E-04
+ -5.55702136383332619E-04 -5.60835532406068647E-04 -5.66016154216728820E-04
+ -5.71244436278853587E-04 -5.76520817052913353E-04 -5.81845739033078546E-04
+ -5.87219648784327521E-04 -5.92642996979898373E-04 -5.98116238439080428E-04
+ -6.03639832165358539E-04 -6.09214241384904969E-04 -6.14839933585427227E-04
+ -6.20517380555372054E-04 -6.26247058423491328E-04 -6.32029447698770190E-04
+ -6.37865033310723801E-04 -6.43754304650064795E-04 -6.49697755609743798E-04
+ -6.55695884626369204E-04 -6.61749194722007286E-04 -6.67858193546364497E-04
+ -6.74023393419362132E-04 -6.80245311374098817E-04 -6.86524469200210682E-04
+ -6.92861393487630302E-04 -6.99256615670745601E-04 -7.05710672072967934E-04
+ -7.12224103951708694E-04 -7.18797457543770201E-04 -7.25431284111153780E-04
+ -7.32126139987291334E-04 -7.38882586623696835E-04 -7.45701190637052458E-04
+ -7.52582523856726781E-04 -7.59527163372726772E-04 -7.66535691584095376E-04
+ -7.73608696247752767E-04 -7.80746770527783853E-04 -7.87950513045183637E-04
+ -7.95220527928058060E-04 -8.02557424862286486E-04 -8.09961819142650621E-04
+ -8.17434331724436352E-04 -8.24975589275502887E-04 -8.32586224228839449E-04
+ -8.40266874835600983E-04 -8.48018185218630768E-04 -8.55840805426482201E-04
+ -8.63735391487924784E-04 -8.71702605466965759E-04 -8.79743115518367763E-04
+ -8.87857595943682891E-04 -8.96046727247797417E-04 -9.04311196196003111E-04
+ -9.12651695871586808E-04 -9.21068925733953400E-04 -9.29563591677282693E-04
+ -9.38136406089727279E-04 -9.46788087913151425E-04 -9.55519362703426264E-04
+ -9.64330962691267962E-04 -9.73223626843650069E-04 -9.82198100925766975E-04
+ -9.91255137563579148E-04 -1.00039549630692639E-03 -1.00961994369322254E-03
+ -1.01892925331173792E-03 -1.02832420586847282E-03 -1.03780558925162789E-03
+ -1.04737419859767347E-03 -1.05703083635803560E-03 -1.06677631236638099E-03
+ -1.07661144390653533E-03 -1.08653705578101831E-03 -1.09655398038021072E-03
+ -1.10666305775215692E-03 -1.11686513567301696E-03 -1.12716106971815096E-03
+ -1.13755172333387337E-03 -1.14803796790985879E-03 -1.15862068285221441E-03
+ -1.16930075565723087E-03 -1.18007908198580064E-03 -1.19095656573852868E-03
+ -1.20193411913153492E-03 -1.21301266277294814E-03 -1.22419312574010794E-03
+ -1.23547644565747761E-03 -1.24686356877526838E-03 -1.25835545004878997E-03
+ -1.26995305321853536E-03 -1.28165735089099363E-03 -1.29346932462021244E-03
+ -1.30538996499011137E-03 -1.31742027169754589E-03 -1.32956125363614067E-03
+ -1.34181392898089316E-03 -1.35417932527355511E-03 -1.36665847950880200E-03
+ -1.37925243822118642E-03 -1.39196225757290144E-03 -1.40478900344234671E-03
+ -1.41773375151350856E-03 -1.43079758736616215E-03 -1.44398160656690976E-03
+ -1.45728691476104417E-03 -1.47071462776526699E-03 -1.48426587166125665E-03
+ -1.49794178289009740E-03 -1.51174350834757461E-03 -1.52567220548035392E-03
+ -1.53972904238303164E-03 -1.55391519789609047E-03 -1.56823186170475075E-03
+ -1.58268023443873139E-03 -1.59726152777293234E-03 -1.61197696452903085E-03
+ -1.62682777877802879E-03 -1.64181521594373081E-03 -1.65694053290717930E-03
+ -1.67220499811204923E-03 -1.68760989167101552E-03 -1.70315650547308911E-03
+ -1.71884614329195057E-03 -1.73468012089527507E-03 -1.75065976615506398E-03
+ -1.76678641915898921E-03 -1.78306143232277053E-03 -1.79948617050356774E-03
+ -1.81606201111443643E-03 -1.83279034423982452E-03 -1.84967257275213208E-03
+ -1.86671011242934637E-03 -1.88390439207376044E-03 -1.90125685363177425E-03
+ -1.91876895231480596E-03 -1.93644215672131434E-03 -1.95427794895993963E-03
+ -1.97227782477378500E-03 -1.99044329366582532E-03 -2.00877587902548822E-03
+ -2.02727711825638219E-03 -2.04594856290521562E-03 -2.06479177879188370E-03
+ -2.08380834614077352E-03 -2.10299985971325017E-03 -2.12236792894138259E-03
+ -2.14191417806289209E-03 -2.16164024625733727E-03 -2.18154778778356000E-03
+ -2.20163847211839224E-03 -2.22191398409662651E-03 -2.24237602405229610E-03
+ -2.26302630796123422E-03 -2.28386656758495545E-03 -2.30489855061585900E-03
+ -2.32612402082375954E-03 -2.34754475820377322E-03 -2.36916255912556417E-03
+ -2.39097923648395536E-03 -2.41299661985093202E-03 -2.43521655562904324E-03
+ -2.45764090720620521E-03 -2.48027155511193345E-03 -2.50311039717501837E-03
+ -2.52615934868263706E-03 -2.54942034254093501E-03 -2.57289532943709258E-03
+ -2.59658627800286217E-03 -2.62049517497962414E-03 -2.64462402538495926E-03
+ -2.66897485268074042E-03 -2.69354969894279464E-03 -2.71835062503209034E-03
+ -2.74337971076752795E-03 -2.76863905510030608E-03 -2.79413077628989578E-03
+ -2.81985701208161766E-03 -2.84581991988588521E-03 -2.87202167695905109E-03
+ -2.89846448058595418E-03 -2.92515054826412036E-03 -2.95208211788967586E-03
+ -2.97926144794494587E-03 -3.00669081768781135E-03 -3.03437252734276497E-03
+ -3.06230889829375592E-03 -3.09050227327879561E-03 -3.11895501658635086E-03
+ -3.14766951425354824E-03 -3.17664817426619155E-03 -3.20589342676062122E-03
+ -3.23540772422743718E-03 -3.26519354171707831E-03 -3.29525337704730673E-03
+ -3.32558975101259532E-03 -3.35620520759542492E-03 -3.38710231417954860E-03
+ -3.41828366176519108E-03 -3.44975186518624993E-03 -3.48150956332946579E-03
+ -3.51355941935564122E-03 -3.54590412092285019E-03 -3.57854638041173395E-03
+ -3.61148893515285440E-03 -3.64473454765613155E-03 -3.67828600584240188E-03
+ -3.71214612327708726E-03 -3.74631773940602587E-03 -3.78080371979346323E-03
+ -3.81560695636223466E-03 -3.85073036763613997E-03 -3.88617689898457849E-03
+ -3.92194952286938243E-03 -3.95805123909396227E-03 -3.99448507505471579E-03
+ -4.03125408599475793E-03 -4.06836135525997632E-03 -4.10580999455744614E-03
+ -4.14360314421619892E-03 -4.18174397345041915E-03 -4.22023568062502349E-03
+ -4.25908149352370851E-03 -4.29828466961943659E-03 -4.33784849634743890E-03
+ -4.37777629138067729E-03 -4.41807140290787544E-03 -4.45873720991409473E-03
+ -4.49977712246387319E-03 -4.54119458198699519E-03 -4.58299306156683458E-03
+ -4.62517606623139444E-03 -4.66774713324699664E-03 -4.71070983241467407E-03
+ -4.75406776636926910E-03 -4.79782457088131359E-03 -4.84198391516163680E-03
+ -4.88654950216879744E-03 -4.93152506891932942E-03 -4.97691438680084725E-03
+ -5.02272126188799475E-03 -5.06894953526133927E-03 -5.11560308332915329E-03
+ -5.16268581815215906E-03 -5.21020168777127594E-03 -5.25815467653833937E-03
+ -5.30654880544990330E-03 -5.35538813248403762E-03 -5.40467675294028713E-03
+ -5.45441879978269921E-03 -5.50461844398602955E-03 -5.55527989488509896E-03
+ -5.60640740052739239E-03 -5.65800524802883859E-03 -5.71007776393290482E-03
+ -5.76262931457295277E-03 -5.81566430643794003E-03 -5.86918718654145643E-03
+ -5.92320244279416659E-03 -5.97771460437964124E-03 -6.03272824213365276E-03
+ -6.08824796892695232E-03 -6.14427844005154510E-03 -6.20082435361051735E-03
+ -6.25789045091142485E-03 -6.31548151686329388E-03 -6.37360238037727126E-03
+ -6.43225791477093634E-03 -6.49145303817630446E-03 -6.55119271395162954E-03
+ -6.61148195109687899E-03 -6.67232580467311698E-03 -6.73372937622566860E-03
+ -6.79569781421118877E-03 -6.85823631442862482E-03 -6.92135012045416633E-03
+ -6.98504452408010932E-03 -7.04932486575781097E-03 -7.11419653504465847E-03
+ -7.17966497105516129E-03 -7.24573566291613312E-03 -7.31241415022609170E-03
+ -7.37970602351880906E-03 -7.44761692473119592E-03 -7.51615254767532860E-03
+ -7.58531863851493512E-03 -7.65512099624615725E-03 -7.72556547318275968E-03
+ -7.79665797544574265E-03 -7.86840446345746063E-03 -7.94081095244024426E-03
+ -8.01388351291959164E-03 -8.08762827123197560E-03 -8.16205141003725938E-03
+ -8.23715916883582810E-03 -8.31295784449048031E-03 -8.38945379175297726E-03
+ -8.46665342379553446E-03 -8.54456321274710447E-03 -8.62318969023456901E-03
+ -8.70253944792889755E-03 -8.78261913809625337E-03 -8.86343547415419618E-03
+ -8.94499523123290334E-03 -9.02730524674156404E-03 -9.11037242093989952E-03
+ -9.19420371751500029E-03 -9.27880616416327034E-03 -9.36418685317782183E-03
+ -9.45035294204118505E-03 -9.53731165402341326E-03 -9.62507027878565721E-03
+ -9.71363617298925432E-03 -9.80301676091036717E-03 -9.89321953506021486E-03
+ -9.98425205681098722E-03 -1.00761219570274247E-02 -1.01688369367042564E-02
+ -1.02624047676092584E-02 -1.03568332929323843E-02 -1.04521304279406677E-02
+ -1.05483041606391527E-02 -1.06453625524378197E-02 -1.07433137388246048E-02
+ -1.08421659300445266E-02 -1.09419274117850060E-02 -1.10426065458674207E-02
+ -1.11442117709449513E-02 -1.12467516032067616E-02 -1.13502346370886690E-02
+ -1.14546695459901132E-02 -1.15600650829977714E-02 -1.16664300816157543E-02
+ -1.17737734565023493E-02 -1.18821042042135550E-02 -1.19914314039532843E-02
+ -1.21017642183304311E-02 -1.22131118941228248E-02 -1.23254837630480431E-02
+ -1.24388892425412942E-02 -1.25533378365403972E-02 -1.26688391362776796E-02
+ -1.27854028210792788E-02 -1.29030386591716100E-02 -1.30217565084950956E-02
+ -1.31415663175253137E-02 -1.32624781261015921E-02 -1.33845020662630779E-02
+ -1.35076483630923866E-02 -1.36319273355668888E-02 -1.37573493974176720E-02
+ -1.38839250579962936E-02 -1.40116649231494649E-02 -1.41405796961013627E-02
+ -1.42706801783442326E-02 -1.44019772705368566E-02 -1.45344819734111487E-02
+ -1.46682053886869786E-02 -1.48031587199952269E-02 -1.49393532738091445E-02
+ -1.50768004603841592E-02 -1.52155117947060711E-02 -1.53554988974478439E-02
+ -1.54967734959351264E-02 -1.56393474251201314E-02 -1.57832326285646460E-02
+ -1.59284411594316777E-02 -1.60749851814860553E-02 -1.62228769701040464E-02
+ -1.63721289132920146E-02 -1.65227535127142194E-02 -1.66747633847298855E-02
+ -1.68281712614394945E-02 -1.69829899917405096E-02 -1.71392325423926663E-02
+ -1.72969119990924874E-02 -1.74560415675577563E-02 -1.76166345746215161E-02
+ -1.77787044693359132E-02 -1.79422648240858337E-02 -1.81073293357126193E-02
+ -1.82739118266476291E-02 -1.84420262460560994E-02 -1.86116866709910914E-02
+ -1.87829073075577620E-02 -1.89557024920879481E-02 -1.91300866923253994E-02
+ -1.93060745086211863E-02 -1.94836806751401415E-02 -1.96629200610777335E-02
+ -1.98438076718878906E-02 -2.00263586505216341E-02 -2.02105882786767707E-02
+ -2.03965119780585812E-02 -2.05841453116516922E-02 -2.07735039850032582E-02
+ -2.09646038475173532E-02 -2.11574608937610507E-02 -2.13520912647816273E-02
+ -2.15485112494357700E-02 -2.17467372857303096E-02 -2.19467859621747634E-02
+ -2.21486740191458378E-02 -2.23524183502638550E-02 -2.25580360037813642E-02
+ -2.27655441839837575E-02 -2.29749602526023965E-02 -2.31863017302398819E-02
+ -2.33995862978080976E-02 -2.36148317979783806E-02 -2.38320562366447740E-02
+ -2.40512777843998257E-02 -2.42725147780232971E-02 -2.44957857219838537E-02
+ -2.47211092899537466E-02 -2.49485043263367318E-02 -2.51779898478092061E-02
+ -2.54095850448746580E-02 -2.56433092834316631E-02 -2.58791821063553140E-02
+ -2.61172232350925862E-02 -2.63574525712709680E-02 -2.65998901983213951E-02
+ -2.68445563831150071E-02 -2.70914715776138550E-02 -2.73406564205359338E-02
+ -2.75921317390343743E-02 -2.78459185503910182E-02 -2.81020380637244868E-02
+ -2.83605116817128473E-02 -2.86213610023307898E-02 -2.88846078206019506E-02
+ -2.91502741303655520E-02 -2.94183821260585385E-02 -2.96889542045125389E-02
+ -2.99620129667660488E-02 -3.02375812198919375E-02 -3.05156819788403276E-02
+ -3.07963384682968799E-02 -3.10795741245568774E-02 -3.13654125974147935E-02
+ -3.16538777520697021E-02 -3.19449936710466675E-02 -3.22387846561342159E-02
+ -3.25352752303374598E-02 -3.28344901398479883E-02 -3.31364543560297015E-02
+ -3.34411930774211469E-02 -3.37487317317543625E-02 -3.40590959779902766E-02
+ -3.43723117083707744E-02 -3.46884050504876890E-02 -3.50074023693684941E-02
+ -3.53293302695790803E-02 -3.56542155973437538E-02 -3.59820854426819298E-02
+ -3.63129671415626243E-02 -3.66468882780760299E-02 -3.69838766866225840E-02
+ -3.73239604541195091E-02 -3.76671679222251587E-02 -3.80135276895808352E-02
+ -3.83630686140706001E-02 -3.87158198150988758E-02 -3.90718106758859846E-02
+ -3.94310708457820125E-02 -3.97936302425982297E-02 -4.01595190549573211E-02
+ -4.05287677446615480E-02 -4.09014070490794496E-02 -4.12774679835508571E-02
+ -4.16569818438105033E-02 -4.20399802084301735E-02 -4.24264949412794731E-02
+ -4.28165581940053858E-02 -4.32102024085305597E-02 -4.36074603195702945E-02
+ -4.40083649571689425E-02 -4.44129496492543796E-02 -4.48212480242122929E-02
+ -4.52332940134790792E-02 -4.56491218541540469E-02 -4.60687660916305683E-02
+ -4.64922615822466120E-02 -4.69196434959543163E-02 -4.73509473190089833E-02
+ -4.77862088566772467E-02 -4.82254642359644520E-02 -4.86687499083618691E-02
+ -4.91161026526123479E-02 -4.95675595774962077E-02 -5.00231581246359872E-02
+ -5.04829360713208650E-02 -5.09469315333502676E-02 -5.14151829678968567E-02
+ -5.18877291763889317E-02 -5.23646093074122548E-02 -5.28458628596309779E-02
+ -5.33315296847280892E-02 -5.38216499903651571E-02 -5.43162643431608777E-02
+ -5.48154136716892809E-02 -5.53191392694968934E-02 -5.58274827981390040E-02
+ -5.63404862902347411E-02 -5.68581921525414397E-02 -5.73806431690474447E-02
+ -5.79078825040841016E-02 -5.84399537054561199E-02 -5.89769007075904919E-02
+ -5.95187678347040422E-02 -6.00655998039895389E-02 -6.06174417288190409E-02
+ -6.11743391219664590E-02 -6.17363378988473460E-02 -6.23034843807766733E-02
+ -6.28758252982440646E-02 -6.34534077942065095E-02 -6.40362794273982572E-02
+ -6.46244881756577877E-02 -6.52180824392713798E-02 -6.58171110443332014E-02
+ -6.64216232461225520E-02 -6.70316687324955390E-02 -6.76472976272940452E-02
+ -6.82685604937695589E-02 -6.88955083380223265E-02 -6.95281926124553390E-02
+ -7.01666652192429324E-02 -7.08109785138138215E-02 -7.14611853083477189E-02
+ -7.21173388752857220E-02 -7.27794929508535360E-02 -7.34477017385975067E-02
+ -7.41220199129336565E-02 -7.48025026227069345E-02 -7.54892054947634006E-02
+ -7.61821846375326100E-02 -7.68814966446204062E-02 -7.75871985984114831E-02
+ -7.82993480736817321E-02 -7.90180031412186373E-02 -7.97432223714502758E-02
+ -8.04750648380817002E-02 -8.12135901217379830E-02 -8.19588583136142967E-02
+ -8.27109300191298386E-02 -8.34698663615883879E-02 -8.42357289858416264E-02
+ -8.50085800619563708E-02 -8.57884822888838328E-02 -8.65754988981307788E-02
+ -8.73696936574312327E-02 -8.81711308744180661E-02 -8.89798754002935482E-02
+ -8.97959926334974678E-02 -9.06195485233733250E-02 -9.14506095738282648E-02
+ -9.22892428469898607E-02 -9.31355159668557780E-02 -9.39894971229355974E-02
+ -9.48512550738846438E-02 -9.57208591511275186E-02 -9.65983792624703491E-02
+ -9.74838858957008947E-02 -9.83774501221744563E-02 -9.92791436003844646E-02
+ -1.00189038579516373E-01 -1.01107207902983942E-01 -1.02033725011943910E-01
+ -1.02968663948790923E-01 -1.03912099360628729E-01 -1.04864106502716256E-01
+ -1.05824761241887277E-01 -1.06794140059941603E-01 -1.07772320057005613E-01
+ -1.08759378954860833E-01 -1.09755395100237657E-01 -1.10760447468072856E-01
+ -1.11774615664728932E-01 -1.12797979931171008E-01 -1.13830621146102179E-01
+ -1.14872620829052779E-01 -1.15924061143421422E-01 -1.16985024899465481E-01
+ -1.18055595557238893E-01 -1.19135857229473660E-01 -1.20225894684402951E-01
+ -1.21325793348522976E-01 -1.22435639309289607E-01 -1.23555519317749482E-01
+ -1.24685520791097612E-01 -1.25825731815163988E-01 -1.26976241146821711E-01
+ -1.28137138216314589E-01 -1.29308513129501257E-01 -1.30490456670010968E-01
+ -1.31683060301308524E-01 -1.32886416168663340E-01 -1.34100617101019809E-01
+ -1.35325756612763859E-01 -1.36561928905381935E-01 -1.37809228869009259E-01
+ -1.39067752083859214E-01 -1.40337594821534156E-01 -1.41618854046209608E-01
+ -1.42911627415687636E-01 -1.44216013282314953E-01 -1.45532110693760347E-01
+ -1.46860019393645652E-01 -1.48199839822025448E-01 -1.49551673115709965E-01
+ -1.50915621108423742E-01 -1.52291786330797790E-01 -1.53680272010183444E-01
+ -1.55081182070287871E-01 -1.56494621130620237E-01 -1.57920694505743558E-01
+ -1.59359508204325678E-01 -1.60811168927981141E-01 -1.62275784069898427E-01
+ -1.63753461713242954E-01 -1.65244310629330315E-01 -1.66748440275560184E-01
+ -1.68265960793103686E-01 -1.69796983004336877E-01 -1.71341618410007723E-01
+ -1.72899979186133756E-01 -1.74472178180616666E-01 -1.76058328909566297E-01
+ -1.77658545553324859E-01 -1.79272942952180353E-01 -1.80901636601760507E-01
+ -1.82544742648095615E-01 -1.84202377882340507E-01 -1.85874659735144138E-01
+ -1.87561706270657297E-01 -1.89263636180162398E-01 -1.90980568775319437E-01
+ -1.92712623981012438E-01 -1.94459922327783891E-01 -1.96222584943845368E-01
+ -1.98000733546651264E-01 -1.99794490434021199E-01 -2.01603978474798134E-01
+ -2.03429321099027310E-01 -2.05270642287641664E-01 -2.07128066561639901E-01
+ -2.09001718970738104E-01 -2.10891725081484238E-01 -2.12798210964815770E-01
+ -2.14721303183044387E-01 -2.16661128776252043E-01 -2.18617815248079161E-01
+ -2.20591490550888669E-01 -2.22582283070285519E-01 -2.24590321608975352E-01
+ -2.26615735369939952E-01 -2.28658653938912881E-01 -2.30719207266133292E-01
+ -2.32797525647354120E-01 -2.34893739704090110E-01 -2.37007980363078158E-01
+ -2.39140378834928752E-01 -2.41291066591947045E-01 -2.43460175345098062E-01
+ -2.45647837020093185E-01 -2.47854183732572453E-01 -2.50079347762357851E-01
+ -2.52323461526750004E-01 -2.54586657552846540E-01 -2.56869068448845661E-01
+ -2.59170826874317084E-01 -2.61492065509406402E-01 -2.63832917022943259E-01
+ -2.66193514039425649E-01 -2.68573989104849087E-01 -2.70974474651347996E-01
+ -2.73395102960618253E-01 -2.75836006126089051E-01 -2.78297316013808249E-01
+ -2.80779164222007938E-01 -2.83281682039317639E-01 -2.85805000401581966E-01
+ -2.88349249847255462E-01 -2.90914560471330130E-01 -2.93501061877760205E-01
+ -2.96108883130343115E-01 -2.98738152702020365E-01 -3.01388998422551901E-01
+ -3.04061547424526235E-01 -3.06755926087663278E-01 -3.09472259981363351E-01
+ -3.12210673805463135E-01 -3.14971291329145364E-01 -3.17754235327963985E-01
+ -3.20559627518933077E-01 -3.23387588493631029E-01 -3.26238237649273455E-01
+ -3.29111693117700443E-01 -3.32008071692232121E-01 -3.34927488752336133E-01
+ -3.37870058186055533E-01 -3.40835892310142885E-01 -3.43825101787847143E-01
+ -3.46837795544291227E-01 -3.49874080679390631E-01 -3.52934062378251145E-01
+ -3.56017843818984658E-01 -3.59125526077887225E-01 -3.62257208031914635E-01
+ -3.65412986258394468E-01 -3.68592954931911021E-01 -3.71797205718300439E-01
+ -3.75025827665687483E-01 -3.78278907092500949E-01 -3.81556527472400819E-01
+ -3.84858769316041849E-01 -3.88185710049616051E-01 -3.91537423890094272E-01
+ -3.94913981717100904E-01 -3.98315450941347460E-01 -4.01741895369553459E-01
+ -4.05193375065780570E-01 -4.08669946209105961E-01 -4.12171660947558582E-01
+ -4.15698567248243445E-01 -4.19250708743579281E-01 -4.22828124573563668E-01
+ -4.26430849224000486E-01 -4.30058912360600398E-01 -4.33712338658881258E-01
+ -4.37391147629785815E-01 -4.41095353440938143E-01 -4.44824964733459116E-01
+ -4.48579984434257839E-01 -4.52360409563721921E-01 -4.56166231038722170E-01
+ -4.59997433470855976E-01 -4.63853994959838867E-01 -4.67735886881976259E-01
+ -4.71643073673626123E-01 -4.75575512609576867E-01 -4.79533153576257698E-01
+ -4.83515938839707005E-01 -4.87523802808218776E-01 -4.91556671789588728E-01
+ -4.95614463742887534E-01 -4.99697088024684377E-01 -5.03804445129648282E-01
+ -5.07936426425459109E-01 -5.12092913881948886E-01 -5.16273779794419241E-01
+ -5.20478886501061333E-01 -5.24708086094415993E-01 -5.28961220126816567E-01
+ -5.33238119309756287E-01 -5.37538603207126875E-01 -5.41862479922276652E-01
+ -5.46209545778844729E-01 -5.50579584995324889E-01 -5.54972369353328943E-01
+ -5.59387657859503618E-01 -5.63825196401089745E-01 -5.68284717395088790E-01
+ -5.72765939431027049E-01 -5.77268566907305103E-01 -5.81792289661132500E-01
+ -5.86336782592049022E-01 -5.90901705279047618E-01 -5.95486701591317447E-01
+ -6.00091399292638217E-01 -6.04715409639462798E-01 -6.09358326972742725E-01
+ -6.14019728303541790E-01 -6.18699172892526184E-01 -6.23396201823402829E-01
+ -6.28110337570399802E-01 -6.32841083559903539E-01 -6.37587923726369077E-01
+ -6.42350322062643087E-01 -6.47127722164849817E-01 -6.51919546772010028E-01
+ -6.56725197300578212E-01 -6.61544053374103713E-01 -6.66375472348230247E-01
+ -6.71218788831289492E-01 -6.76073314200743125E-01 -6.80938336115761045E-01
+ -6.85813118026245783E-01 -6.90696898678634263E-01 -6.95588891618837968E-01
+ -7.00488284692700858E-01 -7.05394239544392843E-01 -7.10305891113175325E-01
+ -7.15222347129017444E-01 -7.20142687607550180E-01 -7.25065964344914549E-01
+ -7.29991200413058650E-01 -7.34917389656094766E-01 -7.39843496188357430E-01
+ -7.44768453894847915E-01 -7.49691165934778692E-01 -7.54610504248991010E-01
+ -7.59525309072044519E-01 -7.64434388449834024E-01 -7.69336517763629990E-01
+ -7.74230439261496484E-01 -7.79114861598065866E-01 -7.83988459383740843E-01
+ -7.88849872744410763E-01 -7.93697706892844579E-01 -7.98530531712973501E-01
+ -8.03346881358339204E-01 -8.08145253866037416E-01 -8.12924110787557663E-01
+ -8.17681876837976329E-01 -8.22416939565029481E-01 -8.27127649039667956E-01
+ -8.31812317569738058E-01 -8.36469219438549683E-01 -8.41096590670116440E-01
+ -8.45692628822962034E-01 -8.50255492814444902E-01 -8.54783302777638698E-01
+ -8.59274139952876270E-01 -8.63726046616158150E-01 -8.68137026046688187E-01
+ -8.72505042535901554E-01 -8.76828021440418270E-01 -8.81103849281434148E-01
+ -8.85330373893171707E-01 -8.89505404623061380E-01 -8.93626712586432781E-01
+ -8.97692030978569644E-01 -9.01699055447062525E-01 -9.05645444527482746E-01
+ -9.09528820145474759E-01 -9.13346768188442959E-01 -9.17096839150095544E-01
+ -9.20776548851166221E-01 -9.24383379239723690E-01 -9.27914779274525259E-01
+ -9.31368165894960853E-01 -9.34740925081169127E-01 -9.38030413007972519E-01
+ -9.41233957296323087E-01 -9.44348858365990917E-01 -9.47372390893261973E-01
+ -9.50301805377430031E-01 -9.53134329819888992E-01 -9.55867171519632186E-01
+ -9.58497518988958963E-01 -9.61022543993159672E-01 -9.63439403717934462E-01
+ -9.65745243068229842E-01 -9.67937197102123226E-01 -9.70012393603297607E-01
+ -9.71967955795539851E-01 -9.73801005202574732E-01 -9.75508664656395297E-01
+ -9.77088061457076495E-01 -9.78536330686852640E-01 -9.79850618681020968E-01
+ -9.81028086657958598E-01 -9.82065914510254823E-01 -9.82961304758630749E-01
+ -9.83711486669947233E-01 -9.84313720540198722E-01 -9.84765302142935894E-01
+ -9.85063567343072100E-01 -9.85205896875476439E-01 -9.85189721287169085E-01
+ -9.85012526041288305E-01 -9.84671856780284904E-01 -9.84165324745050474E-01
+ -9.83490612345852777E-01 -9.82645478880066148E-01 -9.81627766390722800E-01
+ -9.80435405658895198E-01 -9.79066422321804297E-01 -9.77518943107389293E-01
+ -9.75791202174807304E-01 -9.73881547549012128E-01 -9.71788447636134256E-01
+ -9.69510497804900950E-01 -9.67046427017739352E-01 -9.64395104493557143E-01
+ -9.61555546382428794E-01 -9.58526922430590234E-01 -9.55308562612232515E-01
+ -9.51899963702581231E-01 -9.48300795764676741E-01 -9.44510908520137527E-01
+ -9.40530337571967023E-01 -9.36359310445202819E-01 -9.31998252408901329E-01
+ -9.27447792040583141E-01 -9.22708766491905141E-01 -9.17782226411951396E-01
+ -9.12669440482145933E-01 -9.07371899514496927E-01 -9.01891320062591650E-01
+ -8.96229647492611803E-01 -8.90389058459593596E-01 -8.84371962732292682E-01
+ -8.78181004308379087E-01 -8.71819061760305325E-01 -8.65289247751162782E-01
+ -8.58594907659202655E-01 -8.51739617249572922E-01 -8.44727179332205647E-01
+ -8.37561619345927655E-01 -8.30247179810737368E-01 -8.22788313592975440E-01
+ -8.15189675931995428E-01 -8.07456115181985234E-01 -7.99592662229074769E-01
+ -7.91604518551919267E-01 -7.83497042903820606E-01 -7.75275736606402033E-01
+ -7.66946227459160967E-01 -7.58514252286134671E-01 -7.49985638160896473E-01
+ -7.41366282374419927E-01 -7.32662131237470704E-01 -7.23879157840608189E-01
+ -7.15023338931081609E-01 -7.06100631107491106E-01 -6.97116946580682018E-01
+ -6.88078128803663258E-01 -6.78989928335187898E-01 -6.69857979371800916E-01
+ -6.60687777462761083E-01 -6.51484659012079526E-01 -6.42253783273468049E-01
+ -6.33000117658227501E-01 -6.23728427304733879E-01 -6.14443270002477115E-01
+ -6.05148997725564630E-01 -5.95849766211905552E-01 -5.86549554227132619E-01
+ -5.77252194378963579E-01 -5.67961417600652663E-01 -5.58680913704278193E-01
+ -5.49414329184815475E-01 -5.40165265068019096E-01 -5.30937274803635395E-01
+ -5.21733862205430166E-01 -5.12558479439485848E-01 -5.03414525062190865E-01
+ -4.94305342109319534E-01 -4.85234216237561244E-01 -4.76204373919837276E-01
+ -4.67218980695705499E-01 -4.58281139478126820E-01 -4.49393888917830608E-01
+ -4.40560201826492470E-01 -4.31782983659897368E-01 -4.23065071062232456E-01
+ -4.14409230472617074E-01 -4.05818156794944540E-01 -3.97294472132073917E-01
+ -3.88840724585370223E-01 -3.80459387120555548E-01 -3.72152856500792273E-01
+ -3.63923452287878035E-01 -3.55773415912387203E-01 -3.47704909813552621E-01
+ -3.39720016649629419E-01 -3.31820738579436336E-01 -3.24008996615720135E-01
+ -3.16286630050932160E-01 -3.08655395955953149E-01 -3.01116968752244474E-01
+ -2.93672939857842930E-01 -2.86324817407555221E-01 -2.79074026047643531E-01
+ -2.71921906805219993E-01 -2.64869717032513330E-01 -2.57918630426079709E-01
+ -2.51069737120969971E-01 -2.44324043859781931E-01 -2.37682474236447228E-01
+ -2.31145869014522526E-01 -2.24714986519670645E-01 -2.18390503105929473E-01
+ -2.12173013695281132E-01 -2.06063032389941780E-01 -2.00060993156703670E-01
+ -1.94167250582562567E-01 -1.88382080700778165E-01 -1.82705681886408788E-01
+ -1.77138175820273275E-01 -1.71679608520190097E-01 -1.66329951438249884E-01
+ -1.61089102622773456E-01 -1.55956887943515227E-01 -1.50933062378568517E-01
+ -1.46017311361332475E-01 -1.41209252185806711E-01 -1.36508435468375544E-01
+ -1.31914346664158438E-01 -1.27426407635902766E-01 -1.23043978273306556E-01
+ -1.18766358160570101E-01 -1.14592788289887254E-01 -1.10522452818505965E-01
+ -1.06554480866904708E-01 -1.02687948355556641E-01 -9.89218798776788782E-02
+ -9.52552506052972286E-02 -9.16869882258894292E-02 -8.82159749068138349E-02
+ -8.48410492846732589E-02 -8.15610084767150051E-02 -7.83746101113247245E-02
+ -7.52805743746337158E-02 -7.22775860702264544E-02 -6.93642966889107815E-02
+ -6.65393264854922256E-02 -6.38012665594827055E-02 -6.11486809366670464E-02
+ -5.85801086484517286E-02 -5.60940658059275593E-02 -5.36890476655952145E-02
+ -5.13635306837212854E-02 -4.91159745563244376E-02 -4.69448242418260553E-02
+ -4.48485119634445956E-02 -4.28254591884617286E-02 -4.08740785815482274E-02
+ -3.89927759293996826E-02 -3.71799520340059253E-02 -3.54340045719539129E-02
+ -3.37533299172494486E-02 -3.21363249252339250E-02 -3.05813886752678080E-02
+ -2.90869241699565177E-02 -2.76513399888005801E-02 -2.62730518942667114E-02
+ -2.49504843883927678E-02 -2.36820722181626600E-02 -2.24662618280137144E-02
+ -2.13015127579684015E-02 -2.01862989860165723E-02 -1.91191102135098781E-02
+ -1.80984530924690919E-02 -1.71228523938456202E-02 -1.61908521159206953E-02
+ -1.53010165321687836E-02 -1.44519311780559948E-02 -1.36422037763876975E-02
+ -1.28704651009637228E-02 -1.21353697784417919E-02 -1.14355970284517085E-02
+ -1.07698513421422230E-02 -1.01368630994804181E-02 -9.53538912575769247E-03
+ -8.96421318788890448E-03 -8.42214643121875529E-03 -7.90802775767441603E-03
+ -7.42072414622280824E-03 -6.95913091670678600E-03 -6.52217193824429844E-03
+ -6.10879978347986415E-03 -5.71799583007673220E-03 -5.34877031093154622E-03
+ -5.00016231468048376E-03 -4.67123973814650203E-03 -4.36109919245167548E-03
+ -4.06886586458580796E-03 -3.79369333628320864E-03 -3.53476336211301645E-03
+ -3.29128560873486473E-03 -3.06249735731126647E-03 -2.84766317110019982E-03
+ -2.64607453027672574E-03 -2.45704943605059558E-03 -2.27993198615806733E-03
+ -2.11409192381054956E-03 -1.95892416218037321E-03 -1.81384828649521520E-03
+ -1.67830803579747533E-03 -1.55177076640361836E-03 -1.43372689907132560E-03
+ -1.32368935184945069E-03 -1.22119296054761461E-03 -1.12579388871904599E-03
+ -1.03706902900228197E-03 -9.54615397614979266E-04 -8.78049523736600416E-04
+ -8.07006835456521325E-04 -7.41118859893972462E-04 -6.79488958403116428E-04
+ -6.21699039379753444E-04 -5.67626901587300154E-04 -5.17144174846031947E-04
+ -4.70117309920873130E-04 -4.26408548037712244E-04 -3.85876864215147690E-04
+ -3.48378879013326961E-04 -3.13769733753702313E-04 -2.81903924747865700E-04
+ -2.52636092584457934E-04 -2.25821763054670494E-04 -2.01318036842997565E-04
+ -1.78984225664581944E-04 -1.58682433087597546E-04 -1.40278078832607652E-04
+ -1.23640365884844099E-04 -1.08642690284221880E-04 -9.51629939663029765E-05
+ -8.30840615103852788E-05 -7.22937621038782622E-05 -6.26852384511199879E-05
+ -5.41570447362546144E-05 -4.66132360908527146E-05 -3.99634123152582129E-05
+ -3.41227188565262286E-05 -2.90118082542165536E-05 -2.45567654278063052E-05
+ -2.06890002963002544E-05 -1.73451112925511373E-05 -1.44667233632457421E-05
+ -1.20003040323812295E-05 -9.89696105376379537E-06 -8.11222508943367227E-06
+ -6.60582072919554735E-06 -5.34142901511256233E-06 -4.28644445768886729E-06
+ -3.41172933145293020E-06 -2.69136782080735530E-06 -2.10242235640531773E-06
+ -1.62469424199072177E-06 -1.24049042554254548E-06 -9.34398020477135797E-07
+ -6.93067936157269695E-07 -5.05008735346013234E-07 -3.60391602532760431E-07
+ -2.50867083927080766E-07 -1.69394049672267320E-07 -1.10081133414049197E-07
+ -6.80407253185122760E-08 -3.92554331290673920E-08 -2.04567826651361977E-08
+ -9.01580470758005657E-09 -2.84504955202077584E-09 -3.11483383063052606E-10
+  END     
+   TPHI_LCAO   2 #tphi0(r) for tphi0(r)/r*Ylm)
+  0.00000000000000000E+00 -3.24029709014405331E-08 -6.51040400552291270E-08
+ -9.81059498817542758E-08 -1.31411468030902635E-07 -1.65023387614166102E-07
+ -1.98944527438878968E-07 -2.33177732244612242E-07 -2.67725872941745720E-07
+ -3.02591846852228208E-07 -3.37778577952559565E-07 -3.73289017119003216E-07
+ -4.09126142375059829E-07 -4.45292959141208571E-07 -4.81792500486956480E-07
+ -5.18627827385200553E-07 -5.55802028968929020E-07 -5.93318222790290135E-07
+ -6.31179555082036139E-07 -6.69389201021380277E-07 -7.07950364996275792E-07
+ -7.46866280874148876E-07 -7.86140212273095967E-07 -8.25775452835590901E-07
+ -8.65775326504690076E-07 -9.06143187802798299E-07 -9.46882422112983783E-07
+ -9.87996445962892683E-07 -1.02948870731126646E-06 -1.07136268583710136E-06
+ -1.11362189323146607E-06 -1.15626987349200092E-06 -1.19931020322013407E-06
+ -1.24274649192102335E-06 -1.28658238230626227E-06 -1.33082155059937032E-06
+ -1.37546770684409370E-06 -1.42052459521554041E-06 -1.46599599433418277E-06
+ -1.51188571758273881E-06 -1.55819761342598270E-06 -1.60493556573348355E-06
+ -1.65210349410532368E-06 -1.69970535420080711E-06 -1.74774513807019368E-06
+ -1.79622687448949073E-06 -1.84515462929831144E-06 -1.89453250574085747E-06
+ -1.94436464481002527E-06 -1.99465522559468768E-06 -2.04540846563016121E-06
+ -2.09662862125190837E-06 -2.14831998795248264E-06 -2.20048690074176693E-06
+ -2.25313373451051973E-06 -2.30626490439726989E-06 -2.35988486615858109E-06
+ -2.41399811654273005E-06 -2.46860919366681796E-06 -2.52372267739735170E-06
+ -2.57934318973432535E-06 -2.63547539519883909E-06 -2.69212400122427966E-06
+ -2.74929375855110134E-06 -2.80698946162524094E-06 -2.86521594900019212E-06
+ -2.92397810374278623E-06 -2.98328085384270142E-06 -3.04312917262573847E-06
+ -3.10352807917090321E-06 -3.16448263873132217E-06 -3.22599796315902920E-06
+ -3.28807921133366702E-06 -3.35073158959512332E-06 -3.41396035218015418E-06
+ -3.47777080166302418E-06 -3.54216828940019109E-06 -3.60715821597909481E-06
+ -3.67274603167106673E-06 -3.73893723688840572E-06 -3.80573738264566284E-06
+ -3.87315207102516866E-06 -3.94118695564684250E-06 -4.00984774214231413E-06
+ -4.07914018863344187E-06 -4.14907010621517304E-06 -4.21964335944291232E-06
+ -4.29086586682432857E-06 -4.36274360131569833E-06 -4.43528259082282927E-06
+ -4.50848891870656603E-06 -4.58236872429297260E-06 -4.65692820338819114E-06
+ -4.73217360879804243E-06 -4.80811125085241469E-06 -4.88474749793445504E-06
+ -4.96208877701465764E-06 -5.04014157418983752E-06 -5.11891243522708840E-06
+ -5.19840796611272691E-06 -5.27863483360628606E-06 -5.35959976579962811E-06
+ -5.44130955268116592E-06 -5.52377104670530968E-06 -5.60699116336712788E-06
+ -5.69097688178230408E-06 -5.77573524527243320E-06 -5.86127336195569154E-06
+ -5.94759840534295227E-06 -6.03471761493938130E-06 -6.12263829685155997E-06
+ -6.21136782440020412E-06 -6.30091363873851428E-06 -6.39128324947621613E-06
+ -6.48248423530933290E-06 -6.57452424465577859E-06 -6.66741099629676262E-06
+ -6.76115228002412547E-06 -6.85575595729359250E-06 -6.95122996188409677E-06
+ -7.04758230056311157E-06 -7.14482105375811461E-06 -7.24295437623426690E-06
+ -7.34199049777827665E-06 -7.44193772388858203E-06 -7.54280443647188334E-06
+ -7.64459909454607360E-06 -7.74733023494963967E-06 -7.85100647305758550E-06
+ -7.95563650350395715E-06 -8.06122910091099844E-06 -8.16779312062500739E-06
+ -8.27533749945900119E-06 -8.38387125644216075E-06 -8.49340349357622099E-06
+ -8.60394339659876609E-06 -8.71550023575360260E-06 -8.82808336656818486E-06
+ -8.94170223063818439E-06 -9.05636635641932001E-06 -9.17208536002643512E-06
+ -9.28886894603991889E-06 -9.40672690831959470E-06 -9.52566913082604406E-06
+ -9.64570558844952820E-06 -9.76684634784648737E-06 -9.88910156828378703E-06
+ -1.00124815024907060E-05 -1.01369964975187509E-05 -1.02626569956094063E-05
+ -1.03894735350698612E-05 -1.05174567511567545E-05 -1.06466173769681309E-05
+ -1.07769662443435119E-05 -1.09085142847723250E-05 -1.10412725303106135E-05
+ -1.11752521145062590E-05 -1.13104642733326712E-05 -1.14469203461310491E-05
+ -1.15846317765613585E-05 -1.17236101135620458E-05 -1.18638670123185304E-05
+ -1.20054142352406839E-05 -1.21482636529492564E-05 -1.22924272452713748E-05
+ -1.24379171022452198E-05 -1.25847454251339370E-05 -1.27329245274488786E-05
+ -1.28824668359822329E-05 -1.30333848918492140E-05 -1.31856913515397763E-05
+ -1.33393989879800319E-05 -1.34945206916034287E-05 -1.36510694714317949E-05
+ -1.38090584561663290E-05 -1.39685008952885686E-05 -1.41294101601715989E-05
+ -1.42917997452013757E-05 -1.44556832689084236E-05 -1.46210744751099351E-05
+ -1.47879872340623668E-05 -1.49564355436246617E-05 -1.51264335304321181E-05
+ -1.52979954510811394E-05 -1.54711356933248098E-05 -1.56458687772795176E-05
+ -1.58222093566426400E-05 -1.60001722199214861E-05 -1.61797722916734683E-05
+ -1.63610246337577493E-05 -1.65439444465983752E-05 -1.67285470704590460E-05
+ -1.69148479867295626E-05 -1.71028628192241996E-05 -1.72926073354919358E-05
+ -1.74840974481387653E-05 -1.76773492161622237E-05 -1.78723788462981106E-05
+ -1.80692026943796617E-05 -1.82678372667091734E-05 -1.84682992214423218E-05
+ -1.86706053699851407E-05 -1.88747726784038707E-05 -1.90808182688478284E-05
+ -1.92887594209853039E-05 -1.94986135734526781E-05 -1.97103983253169097E-05
+ -1.99241314375514464E-05 -2.01398308345257081E-05 -2.03575146055082797E-05
+ -2.05772010061839600E-05 -2.07989084601847402E-05 -2.10226555606348462E-05
+ -2.12484610717100379E-05 -2.14763439302112445E-05 -2.17063232471526423E-05
+ -2.19384183093643903E-05 -2.21726485811100872E-05 -2.24090337057190817E-05
+ -2.26475935072338701E-05 -2.28883479920725682E-05 -2.31313173507067240E-05
+ -2.33765219593546013E-05 -2.36239823816899259E-05 -2.38737193705664520E-05
+ -2.41257538697584212E-05 -2.43801070157168858E-05 -2.46368001393423283E-05
+ -2.48958547677735544E-05 -2.51572926261929912E-05 -2.54211356396486890E-05
+ -2.56874059348929621E-05 -2.59561258422380450E-05 -2.62273178974288278E-05
+ -2.65010048435326922E-05 -2.67772096328468629E-05 -2.70559554288233214E-05
+ -2.73372656080112687E-05 -2.76211637620175865E-05 -2.79076736994854016E-05
+ -2.81968194480906166E-05 -2.84886252565570322E-05 -2.87831155966899609E-05
+ -2.90803151654284021E-05 -2.93802488869162813E-05 -2.96829419145927141E-05
+ -2.99884196333013450E-05 -3.02967076614192903E-05 -3.06078318530055664E-05
+ -3.09218182999692527E-05 -3.12386933342577379E-05 -3.15584835300648900E-05
+ -3.18812157060597122E-05 -3.22069169276355000E-05 -3.25356145091795302E-05
+ -3.28673360163637767E-05 -3.32021092684567416E-05 -3.35399623406563329E-05
+ -3.38809235664444056E-05 -3.42250215399629744E-05 -3.45722851184120754E-05
+ -3.49227434244699222E-05 -3.52764258487352209E-05 -3.56333620521919199E-05
+ -3.59935819686967026E-05 -3.63571158074893960E-05 -3.67239940557262973E-05
+ -3.70942474810370478E-05 -3.74679071341048244E-05 -3.78450043512703826E-05
+ -3.82255707571600885E-05 -3.86096382673379175E-05 -3.89972390909821331E-05
+ -3.93884057335864408E-05 -3.97831709996859163E-05 -4.01815679956081824E-05
+ -4.05836301322498266E-05 -4.09893911278782849E-05 -4.13988850109595831E-05
+ -4.18121461230121604E-05 -4.22292091214867543E-05 -4.26501089826729227E-05
+ -4.30748810046323194E-05 -4.35035608101588437E-05 -4.39361843497660916E-05
+ -4.43727879047023800E-05 -4.48134080899932548E-05 -4.52580818575122975E-05
+ -4.57068464990799373E-05 -4.61597396495908594E-05 -4.66167992901703209E-05
+ -4.70780637513591981E-05 -4.75435717163286186E-05 -4.80133622241240838E-05
+ -4.84874746729393197E-05 -4.89659488234203618E-05 -4.94488248020001549E-05
+ -4.99361431042634696E-05 -5.04279445983430973E-05 -5.09242705283473050E-05
+ -5.14251625178184808E-05 -5.19306625732239465E-05 -5.24408130874788150E-05
+ -5.29556568435010416E-05 -5.34752370177995101E-05 -5.39995971840948275E-05
+ -5.45287813169736136E-05 -5.50628337955764015E-05 -5.56017994073193240E-05
+ -5.61457233516501696E-05 -5.66946512438390511E-05 -5.72486291188037150E-05
+ -5.78077034349702094E-05 -5.83719210781691742E-05 -5.89413293655676601E-05
+ -5.95159760496373759E-05 -6.00959093221594808E-05 -6.06811778182659006E-05
+ -6.12718306205181434E-05 -6.18679172630236159E-05 -6.24694877355895067E-05
+ -6.30765924879152332E-05 -6.36892824338233782E-05 -6.43076089555292917E-05
+ -6.49316239079504419E-05 -6.55613796230548250E-05 -6.61969289142499647E-05
+ -6.68383250808119459E-05 -6.74856219123551868E-05 -6.81388736933434254E-05
+ -6.87981352076423651E-05 -6.94634617431138325E-05 -7.01349090962523954E-05
+ -7.08125335768649281E-05 -7.14963920127925423E-05 -7.21865417546765909E-05
+ -7.28830406807683243E-05 -7.35859472017825518E-05 -7.42953202657962975E-05
+ -7.50112193631924775E-05 -7.57337045316486122E-05 -7.64628363611722679E-05
+ -7.71986759991818858E-05 -7.79412851556350307E-05 -7.86907261082036950E-05
+ -7.94470617074968192E-05 -8.02103553823313572E-05 -8.09806711450516438E-05
+ -8.17580735968975774E-05 -8.25426279334222156E-05 -8.33343999499596783E-05
+ -8.41334560471424485E-05 -8.49398632364702555E-05 -8.57536891459299144E-05
+ -8.65750020256666526E-05 -8.74038707537078293E-05 -8.82403648417394703E-05
+ -8.90845544409354402E-05 -8.99365103478408655E-05 -9.07963040103091035E-05
+ -9.16640075334937079E-05 -9.25396936858954985E-05 -9.34234359054650067E-05
+ -9.43153083057612180E-05 -9.52153856821672358E-05 -9.61237435181625123E-05
+ -9.70404579916533835E-05 -9.79656059813616083E-05 -9.88992650732714953E-05
+ -9.98415135671365934E-05 -1.00792430483046365E-04 -1.01752095568052737E-04
+ -1.02720589302858159E-04 -1.03697992908565012E-04 -1.04684388353486958E-04
+ -1.05679858360023049E-04 -1.06684486411595298E-04 -1.07698356759649693E-04
+ -1.08721554430721892E-04 -1.09754165233567707E-04 -1.10796275766359402E-04
+ -1.11847973423948274E-04 -1.12909346405193497E-04 -1.13980483720359032E-04
+ -1.15061475198578324E-04 -1.16152411495387483E-04 -1.17253384100328119E-04
+ -1.18364485344620024E-04 -1.19485808408904107E-04 -1.20617447331056976E-04
+ -1.21759497014077488E-04 -1.22912053234045161E-04 -1.24075212648152634E-04
+ -1.25249072802811570E-04 -1.26433732141833068E-04 -1.27629290014683852E-04
+ -1.28835846684817576E-04 -1.30053503338083435E-04 -1.31282362091212300E-04
+ -1.32522526000379933E-04 -1.33774099069849977E-04 -1.35037186260696253E-04
+ -1.36311893499604697E-04 -1.37598327687757035E-04 -1.38896596709795866E-04
+ -1.40206809442872056E-04 -1.41529075765775564E-04 -1.42863506568150536E-04
+ -1.44210213759794401E-04 -1.45569310280043319E-04 -1.46940910107243555E-04
+ -1.48325128268310050E-04 -1.49722080848373000E-04 -1.51131885000513181E-04
+ -1.52554658955586525E-04 -1.53990522032139773E-04 -1.55439594646416662E-04
+ -1.56901998322456205E-04 -1.58377855702284711E-04 -1.59867290556200362E-04
+ -1.61370427793153178E-04 -1.62887393471220572E-04 -1.64418314808178437E-04
+ -1.65963320192170531E-04 -1.67522539192475417E-04 -1.69096102570372316E-04
+ -1.70684142290107398E-04 -1.72286791529960916E-04 -1.73904184693415381E-04
+ -1.75536457420427715E-04 -1.77183746598804184E-04 -1.78846190375680039E-04
+ -1.80523928169105518E-04 -1.82217100679737341E-04 -1.83925849902638594E-04
+ -1.85650319139187041E-04 -1.87390653009092553E-04 -1.89146997462525399E-04
+ -1.90919499792356487E-04 -1.92708308646509377E-04 -1.94513574040426520E-04
+ -1.96335447369649961E-04 -1.98174081422518430E-04 -2.00029630392979874E-04
+ -2.01902249893522818E-04 -2.03792096968227071E-04 -2.05699330105933362E-04
+ -2.07624109253534824E-04 -2.09566595829391419E-04 -2.11526952736865604E-04
+ -2.13505344377985204E-04 -2.15501936667229939E-04 -2.17516897045445855E-04
+ -2.19550394493887261E-04 -2.21602599548388797E-04 -2.23673684313665708E-04
+ -2.25763822477748370E-04 -2.27873189326547622E-04 -2.30001961758555089E-04
+ -2.32150318299678639E-04 -2.34318439118213730E-04 -2.36506506039952877E-04
+ -2.38714702563434680E-04 -2.40943213875331996E-04 -2.43192226865982528E-04
+ -2.45461930145062684E-04 -2.47752514057403587E-04 -2.50064170698955225E-04
+ -2.52397093932895604E-04 -2.54751479405889119E-04 -2.57127524564493574E-04
+ -2.59525428671719737E-04 -2.61945392823740577E-04 -2.64387619966757390E-04
+ -2.66852314914018350E-04 -2.69339684362995531E-04 -2.71849936912718746E-04
+ -2.74383283081270019E-04 -2.76939935323437434E-04 -2.79520108048532585E-04
+ -2.82124017638371799E-04 -2.84751882465422376E-04 -2.87403922911116656E-04
+ -2.90080361384332521E-04 -2.92781422340046712E-04 -2.95507332298157390E-04
+ -2.98258319862481421E-04 -3.01034615739925076E-04 -3.03836452759833242E-04
+ -3.06664065893513468E-04 -3.09517692273942474E-04 -3.12397571215652535E-04
+ -3.15303944234801310E-04 -3.18237055069425713E-04 -3.21197149699883736E-04
+ -3.24184476369481390E-04 -3.27199285605292423E-04 -3.30241830239167723E-04
+ -3.33312365428938570E-04 -3.36411148679816128E-04 -3.39538439865984633E-04
+ -3.42694501252396682E-04 -3.45879597516767022E-04 -3.49093995771769484E-04
+ -3.52337965587437574E-04 -3.55611779013772144E-04 -3.58915710603555560E-04
+ -3.62250037435376518E-04 -3.65615039136867211E-04 -3.69010997908153699E-04
+ -3.72438198545521387E-04 -3.75896928465300378E-04 -3.79387477727967284E-04
+ -3.82910139062471748E-04 -3.86465207890785052E-04 -3.90052982352675224E-04
+ -3.93673763330710798E-04 -3.97327854475492098E-04 -4.01015562231117248E-04
+ -4.04737195860881561E-04 -4.08493067473213059E-04 -4.12283492047846257E-04
+ -4.16108787462239290E-04 -4.19969274518229563E-04 -4.23865276968938176E-04
+ -4.27797121545921383E-04 -4.31765137986570490E-04 -4.35769659061764549E-04
+ -4.39811020603778904E-04 -4.43889561534446971E-04 -4.48005623893584653E-04
+ -4.52159552867673943E-04 -4.56351696818811821E-04 -4.60582407313925768E-04
+ -4.64852039154254682E-04 -4.69160950405106002E-04 -4.73509502425882632E-04
+ -4.77898059900388561E-04 -4.82326990867410627E-04 -4.86796666751586620E-04
+ -4.91307462394549913E-04 -4.95859756086367638E-04 -5.00453929597263520E-04
+ -5.05090368209635556E-04 -5.09769460750365247E-04 -5.14491599623428334E-04
+ -5.19257180842799576E-04 -5.24066604065666092E-04 -5.28920272625942219E-04
+ -5.33818593568094880E-04 -5.38761977681280566E-04 -5.43750839533792599E-04
+ -5.48785597507829765E-04 -5.53866673834583047E-04 -5.58994494629644042E-04
+ -5.64169489928740804E-04 -5.69392093723802861E-04 -5.74662743999354618E-04
+ -5.79981882769247271E-04 -5.85349956113727127E-04 -5.90767414216845357E-04
+ -5.96234711404209912E-04 -6.01752306181090350E-04 -6.07320661270864298E-04
+ -6.12940243653826143E-04 -6.18611524606347543E-04 -6.24334979740401048E-04
+ -6.30111089043444207E-04 -6.35940336918675562E-04 -6.41823212225655043E-04
+ -6.47760208321301661E-04 -6.53751823101268942E-04 -6.59798559041697335E-04
+ -6.65900923241356498E-04 -6.72059427464168145E-04 -6.78274588182125812E-04
+ -6.84546926618607543E-04 -6.90876968792085390E-04 -6.97265245560240083E-04
+ -7.03712292664480758E-04 -7.10218650774870281E-04 -7.16784865535469943E-04
+ -7.23411487610097241E-04 -7.30099072728506164E-04 -7.36848181732990435E-04
+ -7.43659380625421402E-04 -7.50533240614708339E-04 -7.57470338164704785E-04
+ -7.64471255042551497E-04 -7.71536578367463589E-04 -7.78666900659970556E-04
+ -7.85862819891602112E-04 -7.93124939535037963E-04 -8.00453868614715977E-04
+ -8.07850221757905481E-04 -8.15314619246250774E-04 -8.22847687067792665E-04
+ -8.30450056969459253E-04 -8.38122366510050129E-04 -8.45865259113700663E-04
+ -8.53679384123841875E-04 -8.61565396857655254E-04 -8.69523958661030417E-04
+ -8.77555736964023250E-04 -8.85661405336830875E-04 -8.93841643546276418E-04
+ -9.02097137612816358E-04 -9.10428579868073282E-04 -9.18836669012891333E-04
+ -9.27322110175933870E-04 -9.35885614972815851E-04 -9.44527901565780817E-04
+ -9.53249694723926370E-04 -9.62051725883987041E-04 -9.70934733211669993E-04
+ -9.79899461663560683E-04 -9.88946663049595142E-04 -9.98077096096109144E-04
+ -1.00729152650946320E-03 -1.01659072704026105E-03 -1.02597547754814571E-03
+ -1.03544656506720611E-03 -1.04500478387197448E-03 -1.05465093554403706E-03
+ -1.06438582903925711E-03 -1.07421028075560987E-03 -1.08412511460165176E-03
+ -1.09413116206561020E-03 -1.10422926228511439E-03 -1.11442026211756688E-03
+ -1.12470501621116234E-03 -1.13508438707655545E-03 -1.14555924515919458E-03
+ -1.15613046891231718E-03 -1.16679894487061722E-03 -1.17756556772458977E-03
+ -1.18843124039556326E-03 -1.19939687411141490E-03 -1.21046338848298791E-03
+ -1.22163171158121142E-03 -1.23290278001492778E-03 -1.24427753900943584E-03
+ -1.25575694248576263E-03 -1.26734195314065143E-03 -1.27903354252729973E-03
+ -1.29083269113683028E-03 -1.30274038848051613E-03 -1.31475763317276438E-03
+ -1.32688543301485128E-03 -1.33912480507944530E-03 -1.35147677579589161E-03
+ -1.36394238103629316E-03 -1.37652266620237281E-03 -1.38921868631314803E-03
+ -1.40203150609339612E-03 -1.41496220006294589E-03 -1.42801185262678414E-03
+ -1.44118155816599361E-03 -1.45447242112952606E-03 -1.46788555612682465E-03
+ -1.48142208802128582E-03 -1.49508315202459574E-03 -1.50886989379192342E-03
+ -1.52278346951799631E-03 -1.53682504603405972E-03 -1.55099580090571816E-03
+ -1.56529692253169002E-03 -1.57972961024346230E-03 -1.59429507440586571E-03
+ -1.60899453651857163E-03 -1.62382922931852947E-03 -1.63880039688333429E-03
+ -1.65390929473555634E-03 -1.66915718994802790E-03 -1.68454536125009274E-03
+ -1.70007509913483999E-03 -1.71574770596732485E-03 -1.73156449609377316E-03
+ -1.74752679595180393E-03 -1.76363594418166032E-03 -1.77989329173846309E-03
+ -1.79630020200550067E-03 -1.81285805090855090E-03 -1.82956822703126787E-03
+ -1.84643213173162047E-03 -1.86345117925940671E-03 -1.88062679687484393E-03
+ -1.89796042496826259E-03 -1.91545351718087941E-03 -1.93310754052670032E-03
+ -1.95092397551553686E-03 -1.96890431627715599E-03 -1.98705007068656703E-03
+ -2.00536276049047323E-03 -2.02384392143486851E-03 -2.04249510339382222E-03
+ -2.06131787049944207E-03 -2.08031380127303217E-03 -2.09948448875747025E-03
+ -2.11883154065077225E-03 -2.13835657944091853E-03 -2.15806124254190211E-03
+ -2.17794718243103031E-03 -2.19801606678749145E-03 -2.21826957863220089E-03
+ -2.23870941646892030E-03 -2.25933729442668284E-03 -2.28015494240353406E-03
+ -2.30116410621158387E-03 -2.32236654772339417E-03 -2.34376404501972831E-03
+ -2.36535839253863150E-03 -2.38715140122590548E-03 -2.40914489868695927E-03
+ -2.43134072934005378E-03 -2.45374075457096717E-03 -2.47634685288905922E-03
+ -2.49916092008479855E-03 -2.52218486938871750E-03 -2.54542063163184238E-03
+ -2.56887015540759045E-03 -2.59253540723516527E-03 -2.61641837172443825E-03
+ -2.64052105174236371E-03 -2.66484546858091614E-03 -2.68939366212657361E-03
+ -2.71416769103135537E-03 -2.73916963288544594E-03 -2.76440158439138477E-03
+ -2.78986566153987571E-03 -2.81556399978720841E-03 -2.84149875423430698E-03
+ -2.86767209980743005E-03 -2.89408623144053528E-03 -2.92074336425930539E-03
+ -2.94764573376688670E-03 -2.97479559603132122E-03 -3.00219522787470699E-03
+ -3.02984692706410657E-03 -3.05775301250418982E-03 -3.08591582443166600E-03
+ -3.11433772461149972E-03 -3.14302109653492824E-03 -3.17196834561929734E-03
+ -3.20118189940975066E-03 -3.23066420778274138E-03 -3.26041774315144950E-03
+ -3.29044500067306742E-03 -3.32074849845799634E-03 -3.35133077778096769E-03
+ -3.38219440329411234E-03 -3.41334196324196175E-03 -3.44477606967846317E-03
+ -3.47649935868596079E-03 -3.50851449059620636E-03 -3.54082415021340175E-03
+ -3.57343104703927153E-03 -3.60633791550023447E-03 -3.63954751517663868E-03
+ -3.67306263103412290E-03 -3.70688607365708645E-03 -3.74102067948433150E-03
+ -3.77546931104683504E-03 -3.81023485720773753E-03 -3.84532023340452764E-03
+ -3.88072838189344738E-03 -3.91646227199615206E-03 -3.95252490034863919E-03
+ -3.98891929115244553E-03 -4.02564849642818648E-03 -4.06271559627139310E-03
+ -4.10012369911071702E-03 -4.13787594196852494E-03 -4.17597549072384368E-03
+ -4.21442554037776158E-03 -4.25322931532125508E-03 -4.29239006960547946E-03
+ -4.33191108721453152E-03 -4.37179568234075198E-03 -4.41204719966250321E-03
+ -4.45266901462455962E-03 -4.49366453372103056E-03 -4.53503719478090539E-03
+ -4.57679046725621621E-03 -4.61892785251285642E-03 -4.66145288412404563E-03
+ -4.70436912816652505E-03 -4.74768018351945462E-03 -4.79138968216605808E-03
+ -4.83550128949805647E-03 -4.88001870462286338E-03 -4.92494566067363734E-03
+ -4.97028592512216861E-03 -5.01604330009463792E-03 -5.06222162269027998E-03
+ -5.10882476530298904E-03 -5.15585663594583365E-03 -5.20332117857861230E-03
+ -5.25122237343837121E-03 -5.29956423737298291E-03 -5.34835082417777462E-03
+ -5.39758622493527983E-03 -5.44727456835804834E-03 -5.49742002113467240E-03
+ -5.54802678827894750E-03 -5.59909911348225806E-03 -5.65064127946920697E-03
+ -5.70265760835647704E-03 -5.75515246201502642E-03 -5.80813024243558625E-03
+ -5.86159539209752962E-03 -5.91555239434111285E-03 -5.97000577374315854E-03
+ -6.02496009649614549E-03 -6.08041997079082804E-03 -6.13639004720233517E-03
+ -6.19287501907982846E-03 -6.24987962293972830E-03 -6.30740863886257962E-03
+ -6.36546689089349544E-03 -6.42405924744635093E-03 -6.48319062171163682E-03
+ -6.54286597206808675E-03 -6.60309030249804987E-03 -6.66386866300672752E-03
+ -6.72520615004518901E-03 -6.78710790693732094E-03 -6.84957912431068995E-03
+ -6.91262504053132259E-03 -6.97625094214253567E-03 -7.04046216430772101E-03
+ -7.10526409125725004E-03 -7.17066215673944907E-03 -7.23666184447572906E-03
+ -7.30326868861986851E-03 -7.37048827422154273E-03 -7.43832623769406006E-03
+ -7.50678826728642945E-03 -7.57588010355972948E-03 -7.64560753986787307E-03
+ -7.71597642284273591E-03 -7.78699265288380991E-03 -7.85866218465224725E-03
+ -7.93099102756951793E-03 -8.00398524632059405E-03 -8.07765096136176496E-03
+ -8.15199434943311360E-03 -8.22702164407565321E-03 -8.30273913615325182E-03
+ -8.37915317437930296E-03 -8.45627016584825537E-03 -8.53409657657197909E-03
+ -8.61263893202108589E-03 -8.69190381767116424E-03 -8.77189787955404664E-03
+ -8.85262782481413719E-03 -8.93410042226980283E-03 -9.01632250297992877E-03
+ -9.09930096081568163E-03 -9.18304275303744554E-03 -9.26755490087709938E-03
+ -9.35284449012562316E-03 -9.43891867172603691E-03 -9.52578466237184382E-03
+ -9.61344974511086324E-03 -9.70192126995465288E-03 -9.79120665449349260E-03
+ -9.88131338451700078E-03 -9.97224901464039554E-03 -1.00640211689365707E-02
+ -1.01566375415738236E-02 -1.02501058974595379E-02 -1.03444340728897008E-02
+ -1.04396299762043576E-02 -1.05357015884490618E-02 -1.06326569640424265E-02
+ -1.07305042314496633E-02 -1.08292515938623931E-02 -1.09289073298846264E-02
+ -1.10294797942249931E-02 -1.11309774183953325E-02 -1.12334087114156472E-02
+ -1.13367822605254798E-02 -1.14411067319019049E-02 -1.15463908713838454E-02
+ -1.16526435052032307E-02 -1.17598735407227293E-02 -1.18680899671802179E-02
+ -1.19773018564400813E-02 -1.20875183637513279E-02 -1.21987487285126501E-02
+ -1.23110022750444678E-02 -1.24242884133679947E-02 -1.25386166399914303E-02
+ -1.26539965387033066E-02 -1.27704377813731389E-02 -1.28879501287592017E-02
+ -1.30065434313238817E-02 -1.31262276300563134E-02 -1.32470127573025859E-02
+ -1.33689089376034728E-02 -1.34919263885398197E-02 -1.36160754215856137E-02
+ -1.37413664429688470E-02 -1.38678099545401709E-02 -1.39954165546494810E-02
+ -1.41241969390305862E-02 -1.42541619016936672E-02 -1.43853223358261124E-02
+ -1.45176892347014374E-02 -1.46512736925964501E-02 -1.47860869057168248E-02
+ -1.49221401731310082E-02 -1.50594448977126767E-02 -1.51980125870917280E-02
+ -1.53378548546139037E-02 -1.54789834203091069E-02 -1.56214101118686798E-02
+ -1.57651468656312028E-02 -1.59102057275775921E-02 -1.60565988543350385E-02
+ -1.62043385141900989E-02 -1.63534370881109545E-02 -1.65039070707789642E-02
+ -1.66557610716295511E-02 -1.68090118159024901E-02 -1.69636721457017900E-02
+ -1.71197550210650494E-02 -1.72772735210425799E-02 -1.74362408447863888E-02
+ -1.75966703126486865E-02 -1.77585753672906861E-02 -1.79219695748012615E-02
+ -1.80868666258256830E-02 -1.82532803367046574E-02 -1.84212246506235446E-02
+ -1.85907136387720544E-02 -1.87617615015143076E-02 -1.89343825695695370E-02
+ -1.91085913052033429E-02 -1.92844023034298914E-02 -1.94618302932245933E-02
+ -1.96408901387480489E-02 -1.98215968405808518E-02 -2.00039655369694987E-02
+ -2.01880115050835848E-02 -2.03737501622842168E-02 -2.05611970674039260E-02
+ -2.07503679220379690E-02 -2.09412785718473271E-02 -2.11339450078733351E-02
+ -2.13283833678640997E-02 -2.15246099376130082E-02 -2.17226411523088227E-02
+ -2.19224935978983015E-02 -2.21241840124607701E-02 -2.23277292875950911E-02
+ -2.25331464698190244E-02 -2.27404527619810767E-02 -2.29496655246849875E-02
+ -2.31608022777269572E-02 -2.33738807015456442E-02 -2.35889186386851503E-02
+ -2.38059340952711494E-02 -2.40249452424998490E-02 -2.42459704181405590E-02
+ -2.44690281280514794E-02 -2.46941370477089667E-02 -2.49213160237503999E-02
+ -2.51505840755308178E-02 -2.53819603966932497E-02 -2.56154643567531072E-02
+ -2.58511155026965103E-02 -2.60889335605928065E-02 -2.63289384372215746E-02
+ -2.65711502217135208E-02 -2.68155891872063415E-02 -2.70622757925150781E-02
+ -2.73112306838171302E-02 -2.75624746963521843E-02 -2.78160288561371365E-02
+ -2.80719143816960705E-02 -2.83301526858055069E-02 -2.85907653772549085E-02
+ -2.88537742626227382E-02 -2.91192013480679746E-02 -2.93870688411376063E-02
+ -2.96573991525894559E-02 -2.99302148982314754E-02 -3.02055389007767662E-02
+ -3.04833941917149846E-02 -3.07638040131999677E-02 -3.10467918199538069E-02
+ -3.13323812811876073E-02 -3.16205962825387432E-02 -3.19114609280251524E-02
+ -3.22049995420163881E-02 -3.25012366712220738E-02 -3.28001970866969930E-02
+ -3.31019057858640969E-02 -3.34063879945547121E-02 -3.37136691690662627E-02
+ -3.40237749982379364E-02 -3.43367314055439826E-02 -3.46525645512051825E-02
+ -3.49713008343182433E-02 -3.52929668950036080E-02 -3.56175896165713823E-02
+ -3.59451961277063164E-02 -3.62758138046705494E-02 -3.66094702735258945E-02
+ -3.69461934123746574E-02 -3.72860113536195303E-02 -3.76289524862426505E-02
+ -3.79750454581039357E-02 -3.83243191782588824E-02 -3.86768028192958080E-02
+ -3.90325258196928537E-02 -3.93915178861948198E-02 -3.97538089962096997E-02
+ -4.01194294002258714E-02 -4.04884096242485586E-02 -4.08607804722574894E-02
+ -4.12365730286845256E-02 -4.16158186609120254E-02 -4.19985490217918839E-02
+ -4.23847960521854458E-02 -4.27745919835242974E-02 -4.31679693403921941E-02
+ -4.35649609431283252E-02 -4.39655999104515277E-02 -4.43699196621067243E-02
+ -4.47779539215318462E-02 -4.51897367185475005E-02 -4.56053023920678577E-02
+ -4.60246855928337292E-02 -4.64479212861676274E-02 -4.68750447547509885E-02
+ -4.73060916014237803E-02 -4.77410977520064742E-02 -4.81800994581444986E-02
+ -4.86231333001754529E-02 -4.90702361900188025E-02 -4.95214453740890972E-02
+ -4.99767984362310611E-02 -5.04363333006787734E-02 -5.09000882350375203E-02
+ -5.13681018532889805E-02 -5.18404131188198794E-02 -5.23170613474740198E-02
+ -5.27980862106278495E-02 -5.32835277382898223E-02 -5.37734263222233652E-02
+ -5.42678227190935905E-02 -5.47667580536384604E-02 -5.52702738218629128E-02
+ -5.57784118942580981E-02 -5.62912145190441332E-02 -5.68087243254372654E-02
+ -5.73309843269413921E-02 -5.78580379246636176E-02 -5.83899289106545663E-02
+ -5.89267014712729145E-02 -5.94684001905744566E-02 -6.00150700537256943E-02
+ -6.05667564504425091E-02 -6.11235051784522754E-02 -6.16853624469818826E-02
+ -6.22523748802698215E-02 -6.28245895211030636E-02 -6.34020538343786910E-02
+ -6.39848157106901877E-02 -6.45729234699386201E-02 -6.51664258649683470E-02
+ -6.57653720852277301E-02 -6.63698117604541726E-02 -6.69797949643840540E-02
+ -6.75953722184878536E-02 -6.82165944957285608E-02 -6.88435132243459813E-02
+ -6.94761802916650101E-02 -7.01146480479283157E-02 -7.07589693101535883E-02
+ -7.14091973660151286E-02 -7.20653859777494882E-02 -7.27275893860853950E-02
+ -7.33958623141977434E-02 -7.40702599716852039E-02 -7.47508380585724802E-02
+ -7.54376527693348120E-02 -7.61307607969472222E-02 -7.68302193369566760E-02
+ -7.75360860915773054E-02 -7.82484192738087808E-02 -7.89672776115774994E-02
+ -7.96927203519002259E-02 -8.04248072650702722E-02 -8.11635986488657146E-02
+ -8.19091553327792876E-02 -8.26615386822708020E-02 -8.34208106030392971E-02
+ -8.41870335453176605E-02 -8.49602705081874965E-02 -8.57405850439141859E-02
+ -8.65280412623022077E-02 -8.73227038350701951E-02 -8.81246380002450452E-02
+ -8.89339095665752505E-02 -8.97505849179623116E-02 -9.05747310179106924E-02
+ -9.14064154139945934E-02 -9.22457062423430868E-02 -9.30926722321399613E-02
+ -9.39473827101412889E-02 -9.48099076052077577E-02 -9.56803174528517986E-02
+ -9.65586833997992833E-02 -9.74450772085649203E-02 -9.83395712620403345E-02
+ -9.92422385680948455E-02 -1.00153152764187597E-01 -1.01072388121990500E-01
+ -1.02000019552022134E-01 -1.02936122608289216E-01 -1.03880773492938158E-01
+ -1.04834049060913412E-01 -1.05796026824622774E-01 -1.06766784958608099E-01
+ -1.07746402304221264E-01 -1.08734958374303387E-01 -1.09732533357867174E-01
+ -1.10739208124780511E-01 -1.11755064230450799E-01 -1.12780183920508190E-01
+ -1.13814650135488152E-01 -1.14858546515508642E-01 -1.15911957404944935E-01
+ -1.16974967857097475E-01 -1.18047663638852871E-01 -1.19130131235336043E-01
+ -1.20222457854552323E-01 -1.21324731432017663E-01 -1.22437040635375582E-01
+ -1.23559474868999083E-01 -1.24692124278575608E-01 -1.25835079755674289E-01
+ -1.26988432942291202E-01 -1.28152276235373952E-01 -1.29326702791321135E-01
+ -1.30511806530455826E-01 -1.31707682141470467E-01 -1.32914425085841226E-01
+ -1.34132131602209548E-01 -1.35360898710728678E-01 -1.36600824217372213E-01
+ -1.37852006718202885E-01 -1.39114545603599565E-01 -1.40388541062436645E-01
+ -1.41674094086218227E-01 -1.42971306473159754E-01 -1.44280280832216445E-01
+ -1.45601120587055127E-01 -1.46933929979966099E-01 -1.48278814075711862E-01
+ -1.49635878765309815E-01 -1.51005230769745258E-01 -1.52386977643610699E-01
+ -1.53781227778668428E-01 -1.55188090407334084E-01 -1.56607675606072555E-01
+ -1.58040094298708245E-01 -1.59485458259641971E-01 -1.60943880116971000E-01
+ -1.62415473355508155E-01 -1.63900352319694964E-01 -1.65398632216405550E-01
+ -1.66910429117634540E-01 -1.68435859963065815E-01 -1.69975042562515694E-01
+ -1.71528095598247804E-01 -1.73095138627149037E-01 -1.74676292082767776E-01
+ -1.76271677277204025E-01 -1.77881416402846965E-01 -1.79505632533953685E-01
+ -1.81144449628063753E-01 -1.82797992527241909E-01 -1.84466386959142942E-01
+ -1.86149759537892395E-01 -1.87848237764774578E-01 -1.89561950028723725E-01
+ -1.91291025606605769E-01 -1.93035594663289012E-01 -1.94795788251491603E-01
+ -1.96571738311399791E-01 -1.98363577670047392E-01 -2.00171440040448845E-01
+ -2.01995460020476858E-01 -2.03835773091474881E-01 -2.05692515616596350E-01
+ -2.07565824838859547E-01 -2.09455838878909312E-01 -2.11362696732476651E-01
+ -2.13286538267520781E-01 -2.15227504221049609E-01 -2.17185736195603302E-01
+ -2.19161376655389983E-01 -2.21154568922063394E-01 -2.23165457170129033E-01
+ -2.25194186421967063E-01 -2.27240902542459267E-01 -2.29305752233206678E-01
+ -2.31388883026324571E-01 -2.33490443277802329E-01 -2.35610582160409698E-01
+ -2.37749449656140727E-01 -2.39907196548176410E-01 -2.42083974412351299E-01
+ -2.44279935608109094E-01 -2.46495233268929775E-01 -2.48730021292213055E-01
+ -2.50984454328598727E-01 -2.53258687770708868E-01 -2.55552877741290929E-01
+ -2.57867181080745356E-01 -2.60201755334018403E-01 -2.62556758736836648E-01
+ -2.64932350201269318E-01 -2.67328689300592448E-01 -2.69745936253435459E-01
+ -2.72184251907188479E-01 -2.74643797720647231E-01 -2.77124735745871931E-01
+ -2.79627228609238276E-01 -2.82151439491653055E-01 -2.84697532107912432E-01
+ -2.87265670685176999E-01 -2.89856019940531173E-01 -2.92468745057610169E-01
+ -2.95104011662258081E-01 -2.97761985797192208E-01 -3.00442833895642802E-01
+ -3.03146722753940667E-01 -3.05873819503017896E-01 -3.08624291578793175E-01
+ -3.11398306691407167E-01 -3.14196032793276181E-01 -3.17017638045929251E-01
+ -3.19863290785590393E-01 -3.22733159487476162E-01 -3.25627412728766330E-01
+ -3.28546219150211372E-01 -3.31489747416338409E-01 -3.34458166174214699E-01
+ -3.37451644010728469E-01 -3.40470349408343698E-01 -3.43514450699288321E-01
+ -3.46584116018128496E-01 -3.49679513252686147E-01 -3.52800809993254194E-01
+ -3.55948173480054808E-01 -3.59121770548903152E-01 -3.62321767575017717E-01
+ -3.65548330414929179E-01 -3.68801624346435653E-01 -3.72081814006549438E-01
+ -3.75389063327380645E-01 -3.78723535469902062E-01 -3.82085392755534714E-01
+ -3.85474796595497993E-01 -3.88891907417864335E-01 -3.92336884592248525E-01
+ -3.95809886352079365E-01 -3.99311069714380795E-01 -4.02840590396997211E-01
+ -4.06398602733196834E-01 -4.09985259583580397E-01 -4.13600712245225377E-01
+ -4.17245110357992943E-01 -4.20918601807920068E-01 -4.24621332627623971E-01
+ -4.28353446893635970E-01 -4.32115086620592725E-01 -4.35906391652187308E-01
+ -4.39727499548816070E-01 -4.43578545471819630E-01 -4.47459662064239316E-01
+ -4.51370979327994082E-01 -4.55312624497391016E-01 -4.59284721908871041E-01
+ -4.63287392866899739E-01 -4.67320755505899466E-01 -4.71384924648127590E-01
+ -4.75480011657400614E-01 -4.79606124288548819E-01 -4.83763366532512895E-01
+ -4.87951838456958775E-01 -4.92171636042308736E-01 -4.96422851013072264E-01
+ -5.00705570664362831E-01 -5.05019877683483109E-01 -5.09365849966459172E-01
+ -5.13743560429399504E-01 -5.18153076814557911E-01 -5.22594461490973550E-01
+ -5.27067771249550621E-01 -5.31573057092459278E-01 -5.36110364016715524E-01
+ -5.40679730791804314E-01 -5.45281189731207871E-01 -5.49914766457701210E-01
+ -5.54580479662265313E-01 -5.59278340856476652E-01 -5.64008354118222699E-01
+ -5.68770515830591794E-01 -5.73564814413785706E-01 -5.78391230049901561E-01
+ -5.83249734400413278E-01 -5.88140290316210623E-01 -5.93062851540017033E-01
+ -5.98017362401030428E-01 -6.03003757501615167E-01 -6.08021961395877275E-01
+ -6.13071888259951958E-01 -6.18153441553827787E-01 -6.23266513674533784E-01
+ -6.28410985600508121E-01 -6.33586726526977451E-01 -6.38793593492147260E-01
+ -6.44031430994043363E-01 -6.49300070597800372E-01 -6.54599330533221724E-01
+ -6.59929015282416320E-01 -6.65288915157328575E-01 -6.70678805866965377E-01
+ -6.76098448074135328E-01 -6.81547586941499750E-01 -6.87025951666750290E-01
+ -6.92533255006717918E-01 -6.98069192790208515E-01 -7.03633443419389715E-01
+ -7.09225667359521417E-01 -7.14845506616840209E-01 -7.20492584204405540E-01
+ -7.26166503595714108E-01 -7.31866848165892536E-01 -7.37593180620279343E-01
+ -7.43345042410204715E-01 -7.49121953135788776E-01 -7.54923409935566836E-01
+ -7.60748886862775198E-01 -7.66597834248097465E-01 -7.72469678048725017E-01
+ -7.78363819183541805E-01 -7.84279632854280706E-01 -7.90216467852485671E-01
+ -7.96173645852130796E-01 -8.02150460687744316E-01 -8.08146177617902639E-01
+ -8.14160032573955972E-01 -8.20191231393865405E-01 -8.26238949041037229E-01
+ -8.32302328808033787E-01 -8.38380481505090258E-01 -8.44472484633330023E-01
+ -8.50577381542619415E-01 -8.56694180573995601E-01 -8.62821854186628046E-01
+ -8.68959338069276055E-01 -8.75105530236235607E-01 -8.81259290107770377E-01
+ -8.87419437575053038E-01 -8.93584752049652598E-01 -8.99753971497637695E-01
+ -9.05925791458358609E-01 -9.12098864048036972E-01 -9.18271796948280872E-01
+ -9.24443152379680222E-01 -9.30611446060674252E-01 -9.36775146151899718E-01
+ -9.42932672186264975E-01 -9.49082393985030359E-01 -9.55222630560199737E-01
+ -9.61351649003580055E-01 -9.67467663362894581E-01 -9.73568833505363163E-01
+ -9.79653263969240129E-01 -9.85719002803811306E-01 -9.91764040398414815E-01
+ -9.97786308301095271E-01 -1.00378367802755641E+00 -1.00975395986113003E+00
+ -1.01569490164453247E+00 -1.02160418756424498E+00 -1.02747943692841370E+00
+ -1.03331820293923915E+00 -1.03911797146086471E+00 -1.04487615978389625E+00
+ -1.05059011538770775E+00 -1.05625711470179562E+00 -1.06187436186752171E+00
+ -1.06743898750166144E+00 -1.07294804746326977E+00 -1.07839852162547145E+00
+ -1.08378731265386441E+00 -1.08911124479334620E+00 -1.09436706266525485E+00
+ -1.09955143007684875E+00 -1.10466092884522227E+00 -1.10969205763792456E+00
+ -1.11464123083261790E+00 -1.11950477739827003E+00 -1.12427893980048310E+00
+ -1.12895987293371358E+00 -1.13354364308325861E+00 -1.13802622692004030E+00
+ -1.14240351053135480E+00 -1.14667128849091515E+00 -1.15082526297166954E+00
+ -1.15486104290502078E+00 -1.15877414319028293E+00 -1.16255998395831739E+00
+ -1.16621388989352814E+00 -1.16973108961852379E+00 -1.17310671514597220E+00
+ -1.17633580140233951E+00 -1.17941328582840965E+00 -1.18233400806166711E+00
+ -1.18509270970582303E+00 -1.18768403419298374E+00 -1.19010252674413697E+00
+ -1.19234263443387434E+00 -1.19439870636544332E+00 -1.19626499396246633E+00
+ -1.19793565138385749E+00 -1.19940473606869902E+00 -1.20066620941803737E+00
+ -1.20171393762079748E+00 -1.20254169263121780E+00 -1.20314315330541710E+00
+ -1.20351190670493668E+00 -1.20364144957529029E+00 -1.20352519000777725E+00
+ -1.20315644929300358E+00 -1.20252846397476287E+00 -1.20163438811310042E+00
+ -1.20046729576558975E+00 -1.19902018369598662E+00 -1.19728597431962380E+00
+ -1.19525751889501652E+00 -1.19292760097131456E+00 -1.19028894010132325E+00
+ -1.18733419582993194E+00 -1.18405597196785606E+00 -1.18044682116064492E+00
+ -1.17649924976295006E+00 -1.17220572302803205E+00 -1.16755867062246277E+00
+ -1.16255049247590958E+00 -1.15717356497578683E+00 -1.15142024751641947E+00
+ -1.14528288941217382E+00 -1.13875383718378509E+00 -1.13182544222681569E+00
+ -1.12449006887084924E+00 -1.11674010283763558E+00 -1.10856796010590575E+00
+ -1.09996609619009078E+00 -1.09092701583954543E+00 -1.08144328316420713E+00
+ -1.07150753219185502E+00 -1.06111247786128349E+00 -1.05025092745476245E+00
+ -1.03891579247209442E+00 -1.02710010094746096E+00 -1.01479701020894009E+00
+ -1.00199982007927524E+00 -9.88701986514876507E-01 -9.74897135678501559E-01
+ -9.60579078439239842E-01 -9.45741825291550153E-01 -9.30379601683047786E-01
+ -9.14486863738533495E-01 -8.98058314365422938E-01 -8.81088919723194364E-01
+ -8.63573926036842021E-01 -8.45508876731410619E-01 -8.26889629861790376E-01
+ -8.07712375808626759E-01 -7.87973655207978685E-01 -7.67670377078771171E-01
+ -7.46799837108420572E-01 -7.25359736053171833E-01 -7.03348198205681507E-01
+ -6.80763789878237047E-01 -6.57605537845734722E-01 -6.33872947688136512E-01
+ -6.09566021967650085E-01 -5.84685278171268363E-01 -5.59231766344822967E-01
+ -5.33207086339882452E-01 -5.06613404590440242E-01 -4.79453470331696718E-01
+ -4.51730631168910768E-01 -4.23448847900080527E-01 -3.94612708492314335E-01
+ -3.65227441108180229E-01 -3.35298926075173143E-01 -3.04833706688939221E-01
+ -2.73838998738928252E-01 -2.42322698644252849E-01 -2.10293390087259890E-01
+ -1.77760349033630111E-01 -1.44733547030220927E-01 -1.11223652675982984E-01
+ -7.72420311672814969E-02 -4.28007418270769588E-02 -7.91253353809768384E-03
+  2.74091619864005320E-02  6.31502391438447247E-02  9.92959296246432310E-02
+  1.35830815839744851E-01  1.72738846568288557E-01  2.10003354764830119E-01
+  2.47607077424558869E-01  2.85532177356664529E-01  3.23760266659971152E-01
+  3.62272431630089098E-01  4.01049258752603999E-01  4.40070861350995490E-01
+  4.79316906359736117E-01  5.18766640580859972E-01  5.58398915654824801E-01
+  5.98192210831341442E-01  6.38124652462023878E-01  6.78174028950776719E-01
+  7.18317799688614977E-01  7.58533096263411033E-01  7.98796713969803340E-01
+  8.39085091346172818E-01  8.79374275131309058E-01  9.19639867658711418E-01
+  9.59856953287434700E-01  1.00000000000000000E+00  1.04004273177500495E+00
+  1.07995811654532425E+00  1.11971835455204838E+00  1.15929486715866581E+00
+  1.19865828619401271E+00  1.23777844389664038E+00  1.27662436353751918E+00
+  1.31516425080237576E+00  1.35336548601945061E+00  1.39119461732308691E+00
+  1.42861735484827723E+00  1.46559856605611549E+00  1.50210227229501925E+00
+  1.53809164670760867E+00  1.57352901359819097E+00  1.60837584938096301E+00
+  1.64259278523424346E+00  1.67613961159130387E+00  1.70897528460361925E+00
+  1.74105793471766690E+00  1.77234487751165015E+00  1.80279262694377262E+00
+  1.83235691116889776E+00  1.86099269108547727E+00  1.88865418177972466E+00
+  1.91529487703879409E+00  1.94086757710946967E+00  1.96532441988336615E+00
+  1.98861691569387977E+00  2.01069598591411536E+00  2.03151200554866129E+00
+  2.05101485001534822E+00  2.06915394631599758E+00  2.08587832879750934E+00
+  2.10113669970647887E+00  2.11487749474177189E+00  2.12704895381004677E+00
+  2.13759919718901781E+00  2.14647630730231453E+00  2.15362841630786317E+00
+  2.15900379969890199E+00  2.16255097611283498E+00  2.16421881353801959E+00
+  2.16395664210232397E+00  2.16171437361957519E+00  2.15744262806091980E+00
+  2.15109286710739189E+00  2.14261753492765017E+00  2.13197020631060941E+00
+  2.11910574226662352E+00  2.10398045319269977E+00  2.08655226967689922E+00
+  2.06678092099440303E+00  2.04462812132266070E+00  2.02005776367530032E+00
+  1.99303612152412124E+00  1.96353205804518427E+00  1.93151724288873639E+00
+  1.89696637633333176E+00  1.85985742064177373E+00  1.82017183839044350E+00
+  1.77789483749394117E+00  1.73301562259368214E+00  1.68552765242205815E+00
+  1.63542890269283969E+00  1.58272213400362505E+00  1.52741516416724643E+00
+  1.46952114431599012E+00  1.40905883804536036E+00  1.34605290278280321E+00
+  1.28053417248129686E+00  1.21253994064814918E+00  1.14211424262564254E+00
+  1.06930813594256091E+00  9.94179977454147434E-01  9.16795695882943740E-01
+  8.37229058264419179E-01  7.55561928689633899E-01  6.71884517622680977E-01
+  5.86295619953782210E-01  4.98902839830055456E-01  4.09822800185764669E-01
+  3.19181334772807745E-01  2.27113660371102283E-01  1.33764526738102740E-01
+  3.92883417378498342E-02 -5.61507310263117815E-02 -1.52378704863826264E-01
+ -2.49211735830058123E-01 -3.46456124738267701E-01 -4.43908358442197337E-01
+ -5.41355193565808190E-01 -6.38573785930621529E-01 -7.35331868992313287E-01
+ -8.31387984644758604E-01 -9.26491769779505425E-01 -1.02038430199946273E+00
+ -1.11279850787502532E+00 -1.20345963709647630E+00 -1.29208580581563615E+00
+ -1.37838861237966892E+00 -1.46207382853784318E+00 -1.54284216904495408E+00
+ -1.62039014238995427E+00 -1.69441098514217092E+00 -1.76459568212696416E+00
+ -1.83063407431485259E+00 -1.89221605592975051E+00 -1.94903286184995306E+00
+ -2.00077844588689002E+00 -2.04715094997854452E+00 -2.08785426372411598E+00
+ -2.12259967301150265E+00 -2.15110759574734667E+00 -2.17310940188884105E+00
+ -2.18834931409598665E+00 -2.19658638437144216E+00 -2.19759654103241164E+00
+ -2.19117469926550168E+00 -2.17713692735232645E+00 -2.15532265942297396E+00
+ -2.12559694429928392E+00 -2.08785271863446464E+00 -2.04201309114527563E+00
+ -1.98803362327459410E+00 -1.92590459012387494E+00 -1.85565320396669087E+00
+ -1.77734578110764208E+00 -1.69108983129889934E+00 -1.59703604738477511E+00
+ -1.49538017133034873E+00 -1.38636471132281169E+00 -1.27028048323557385E+00
+ -1.14746794843922717E+00 -1.01831831875654699E+00 -8.83274398319412679E-01
+ -7.42831131224747088E-01 -5.97535823237481445E-01 -4.47988005386423083E-01
+ -2.94838907180927201E-01 -1.38790507381533784E-01  1.94058691733319348E-02
+  1.78951439208234087E-01  3.39002362220834796E-01  4.98672682450634008E-01
+  6.57037836350935045E-01  8.13138747290110930E-01  9.65986525576637223E-01
+  1.11456778762099562E+00  1.25781295280586303E+00  1.39348970557194241E+00
+  1.51958970219207590E+00  1.63457810411142934E+00  1.73700184266677815E+00
+  1.82551697245160494E+00  1.89891603008433152E+00  1.95615482466092749E+00
+  1.99637803913780099E+00  2.01894298565171626E+00  2.02344083489909821E+00
+  2.00971463268442374E+00  1.97787342798638921E+00  1.92830186851309238E+00
+  1.86166467348945774E+00  1.77890547061263860E+00  1.68123958537021689E+00
+  1.57014049613336582E+00  1.44731981662735443E+00  1.31470083657590897E+00
+  1.17438583847528077E+00  1.02861760941580882E+00  8.79735776331607267E-01
+  7.30128804613392468E-01  5.82182706238793535E-01  4.38227696162995284E-01
+  3.00484205726462505E-01  1.71009799970803456E-01  5.16486427007066054E-02
+ -5.60147999989945508E-02 -1.50696138278437142E-01 -2.31443915397793631E-01
+ -2.97663484397224953E-01 -3.49130662504476719E-01 -3.85994208276326078E-01
+ -4.08766519795936090E-01 -4.18302363831511925E-01 -4.15765903772340961E-01
+ -4.02586782561970502E-01 -3.80406516240886061E-01 -3.51016941403694605E-01
+ -3.16292910749846889E-01 -2.78121818444481028E-01 -2.38332834582649533E-01
+ -1.98628910459138247E-01 -1.60524661497248006E-01 -1.25293125403846600E-01
+ -9.39241189176197450E-02 -6.70964752828491912E-02 -4.51658439418801197E-02
+ -2.81689922402077395E-02 -1.58446956385487787E-02 -7.67037829199553305E-03
+ -2.91271983269188964E-03 -6.89534389154322159E-04 -3.94166500784643226E-05
+  END     
+   TPHI_LCAO   3 #tphi0(r) for tphi0(r)/r*Ylm)
+  0.00000000000000000E+00  2.25473367069045020E-16  9.10209718359417122E-16
+  2.06688485443941501E-15  3.70844739323936680E-15  5.84812416717305235E-15
+  8.49942572327959546E-15  1.16761519283202586E-14  1.53923976808007209E-14
+  1.96625587319248269E-14  2.45013376175255125E-14  2.99237497030539113E-14
+  3.59451293437494848E-14  4.25811361621492332E-14  4.98477614451402707E-14
+  5.77613346627950487E-14  6.63385301112733090E-14  7.55963736821187138E-14
+  8.55522497603162869E-14  9.62239082535278373E-14  1.07629471754960869E-13
+  1.19787442842377462E-13  1.32716711515790638E-13  1.46436562776453025E-13
+  1.60966684349773843E-13  1.76327174554873132E-13  1.92538550323506608E-13
+  2.09621755371168712E-13  2.27598168523214493E-13  2.46489612198909459E-13
+  2.66318361056358627E-13  2.87107150801327529E-13  3.08879187163024196E-13
+  3.31658155039961858E-13  3.55468227819089067E-13  3.80334076871426045E-13
+  4.06280881227509730E-13  4.33334337436010544E-13  4.61520669608947416E-13
+  4.90866639656985615E-13  5.21399557718381727E-13  5.53147292785182545E-13
+  5.86138283530378401E-13  6.20401549339756035E-13  6.55966701552284587E-13
+  6.92863954912931000E-13  7.31124139241864034E-13  7.70778711324109079E-13
+  8.11859767023751614E-13  8.54400053626899819E-13  8.98432982417667867E-13
+  9.43992641491544099E-13  9.91113808810557963E-13  1.03983196550479007E-12
+  1.09018330942479027E-12  1.14220476894961937E-12  1.19593401705526084E-12
+  1.25140948564828665E-12  1.30867038016970609E-12  1.36775669447405539E-12
+  1.42870922598885447E-12  1.49156959115967042E-12  1.55638024118611191E-12
+  1.62318447805417914E-12  1.69202647087050920E-12  1.76295127250413175E-12
+  1.83600483654148570E-12  1.91123403456053052E-12  1.98868667372990353E-12
+  2.06841151473918977E-12  2.15045829006647157E-12  2.23487772258944359E-12
+  2.32172154454651536E-12  2.41104251685440196E-12  2.50289444878886319E-12
+  2.59733221803535883E-12  2.69441179111649972E-12  2.79419024420334160E-12
+  2.89672578431764909E-12  3.00207777093242294E-12  3.11030673797812538E-12
+  3.22147441626213630E-12  3.33564375630916165E-12  3.45287895163039674E-12
+  3.57324546242951613E-12  3.69681003975348788E-12  3.82364075009665097E-12
+  3.95380700046636303E-12  4.08737956391891247E-12  4.22443060557437938E-12
+  4.36503370911941195E-12  4.50926390380697027E-12  4.65719769196230969E-12
+  4.80891307700460851E-12  4.96448959199386764E-12  5.12400832871279648E-12
+  5.28755196729373576E-12  5.45520480640066054E-12  5.62705279397667671E-12
+  5.80318355856747669E-12  5.98368644123147706E-12  6.16865252804761673E-12
+  6.35817468323180745E-12  6.55234758287351690E-12  6.75126774930387913E-12
+  6.95503358610716654E-12  7.16374541378755451E-12  7.37750550610337392E-12
+  7.59641812708126335E-12  7.82058956872288707E-12  8.05012818941702572E-12
+  8.28514445307025827E-12  8.52575096896952280E-12  8.77206253239018177E-12
+  9.02419616596342952E-12  9.28227116181727353E-12  9.54640912450525977E-12
+  9.81673401473779761E-12  1.00933721939308247E-11  1.03764524695872004E-11
+  1.06661061415260951E-11  1.09624670489762373E-11  1.12656716185491546E-11
+  1.15758589131085663E-11  1.18931706815527385E-11  1.22177514095267216E-11
+  1.25497483710817252E-11  1.28893116812992448E-11  1.32365943498978023E-11
+  1.35917523358407507E-11  1.39549446029634849E-11  1.43263331766390853E-11
+  1.47060832015018733E-11  1.50943630002481651E-11  1.54913441335345903E-11
+  1.58972014609940541E-11  1.63121132033903854E-11  1.67362610059326187E-11
+  1.71698300027703694E-11  1.76130088826926509E-11  1.80659899560519561E-11
+  1.85289692229366124E-11  1.90021464426147107E-11  1.94857252042729368E-11
+  1.99799129990745626E-11  2.04849212935608778E-11  2.10009656044213194E-11
+  2.15282655746573535E-11  2.20670450511662145E-11  2.26175321637707676E-11
+  2.31799594057224001E-11  2.37545637157040561E-11  2.43415865613617392E-11
+  2.49412740243922496E-11  2.55538768872165379E-11  2.61796507212676882E-11
+  2.68188559769239482E-11  2.74717580751169210E-11  2.81386275006461074E-11
+  2.88197398972316839E-11  2.95153761643376185E-11  3.02258225557975627E-11
+  3.09513707802779625E-11  3.16923181036113281E-11  3.24489674530352344E-11
+  3.32216275233718414E-11  3.40106128851843768E-11  3.48162440949468076E-11
+  3.56388478072643709E-11  3.64787568891830070E-11  3.73363105366261519E-11
+  3.82118543929985308E-11  3.91057406699973527E-11  4.00183282706714154E-11
+  4.09499829147701544E-11  4.19010772664247618E-11  4.28719910642052506E-11
+  4.38631112535967061E-11  4.48748321219401032E-11  4.59075554358833830E-11
+  4.69616905813892169E-11  4.80376547063467142E-11  4.91358728658355375E-11
+  5.02567781700918221E-11  5.14008119352254848E-11  5.25684238367402420E-11
+  5.37600720659083294E-11  5.49762234890528153E-11  5.62173538097911607E-11
+  5.74839477342951658E-11  5.87764991396234648E-11  6.00955112451828650E-11
+  6.14414967873769343E-11  6.28149781975011766E-11  6.42164877829444089E-11
+  6.56465679117577652E-11  6.71057712006542771E-11  6.85946607065018832E-11
+  7.01138101213749575E-11  7.16638039712301412E-11  7.32452378182743097E-11
+  7.48587184670920094E-11  7.65048641746025607E-11  7.81843048639185582E-11
+  7.98976823421763754E-11  8.16456505224137934E-11  8.34288756495692119E-11
+  8.52480365306785169E-11  8.71038247693478525E-11  8.89969450045810073E-11
+  9.09281151540430477E-11  9.28980666618411719E-11  9.49075447509071825E-11
+  9.69573086800668934E-11  9.90481320058832614E-11  1.01180802849360728E-10
+  1.03356124167602874E-10  1.05574914030512984E-10  1.07838005902632168E-10
+  1.10146248930210063E-10  1.12500508233604744E-10  1.14901665205110610E-10
+  1.17350617812315558E-10  1.19848280907088089E-10  1.22395586540300686E-10
+  1.24993484282394880E-10  1.27642941549894985E-10  1.30344943937982932E-10
+  1.33100495559245147E-10  1.35910619388705173E-10  1.38776357615260812E-10
+  1.41698771999640565E-10  1.44678944239004864E-10  1.47717976338311367E-10
+  1.50816990988570332E-10  1.53977131952119445E-10  1.57199564455047013E-10
+  1.60485475586894143E-10  1.63836074707773519E-10  1.67252593863041718E-10
+  1.70736288205661993E-10  1.74288436426403698E-10  1.77910341192022165E-10
+  1.81603329591564497E-10  1.85368753590955458E-10  1.89207990496015650E-10
+  1.93122443424064761E-10  1.97113541784274160E-10  2.01182741766927584E-10
+  2.05331526841754855E-10  2.09561408265508210E-10  2.13873925598950306E-10
+  2.18270647233430451E-10  2.22753170927225485E-10  2.27323124351824152E-10
+  2.31982165648342910E-10  2.36731983994259032E-10  2.41574300180648646E-10
+  2.46510867200130740E-10  2.51543470845710897E-10  2.56673930320725412E-10
+  2.61904098860096012E-10  2.67235864363101156E-10  2.72671150037876399E-10
+  2.78211915057863884E-10  2.83860155230431020E-10  2.89617903677881092E-10
+  2.95487231531089751E-10  3.01470248635996614E-10  3.07569104273192789E-10
+  3.13785987890847618E-10  3.20123129851215708E-10  3.26582802190983363E-10
+  3.33167319395706204E-10  3.39879039188597530E-10  3.46720363333937106E-10
+  3.53693738455368893E-10  3.60801656869361302E-10  3.68046657434113550E-10
+  3.75431326414195201E-10  3.82958298361203538E-10  3.90630257010742400E-10
+  3.98449936196022489E-10  4.06420120778386258E-10  4.14543647595077910E-10
+  4.22823406424573205E-10  4.31262340969791771E-10  4.39863449859531944E-10
+  4.48629787668452246E-10  4.57564465955954856E-10  4.66670654324316198E-10
+  4.75951581496414295E-10  4.85410536413429348E-10  4.95050869352875317E-10
+  5.04875993067342298E-10  5.14889383944334233E-10  5.25094583187595938E-10
+  5.35495198020313584E-10  5.46094902910609762E-10  5.56897440819738552E-10
+  5.67906624473394298E-10  5.79126337656573415E-10  5.90560536532420100E-10
+  6.02213250985492574E-10  6.14088585989917231E-10  6.26190723002874577E-10
+  6.38523921383897124E-10  6.51092519840454571E-10  6.63900937900305105E-10
+  6.76953677411120185E-10  6.90255324067880165E-10  7.03810548968550798E-10
+  7.17624110198574380E-10  7.31700854444701712E-10  7.46045718638705747E-10
+  7.60663731631536114E-10  7.75560015898476677E-10  7.90739789275870372E-10
+  8.06208366730008346E-10  8.21971162158773898E-10  8.38033690226639265E-10
+  8.54401568233645066E-10  8.71080518018984009E-10  8.88076367899824778E-10
+  9.05395054646044237E-10  9.23042625491506231E-10  9.41025240182591950E-10
+  9.59349173064651256E-10  9.78020815207078164E-10  9.97046676567736555E-10
+  1.01643338819745617E-09  1.03618770448533311E-09  1.05631650544560196E-09
+  1.07682679904685044E-09  1.09772572358433991E-09  1.11902055009624939E-09
+  1.14071868482465425E-09  1.16282767172204752E-09  1.18535519500427066E-09
+  1.20830908175070437E-09  1.23169730455257499E-09  1.25552798421030321E-09
+  1.27980939248076441E-09  1.30454995487540811E-09  1.32975825351017715E-09
+  1.35544303000815877E-09  1.38161318845598021E-09  1.40827779841492171E-09
+  1.43544609798774734E-09  1.46312749694231458E-09  1.49133157989299764E-09
+  1.52006810954097510E-09  1.54934702997450964E-09  1.57917847003029955E-09
+  1.60957274671703689E-09  1.64054036870233105E-09  1.67209203986417152E-09
+  1.70423866290810185E-09  1.73699134305135202E-09  1.77036139177513669E-09
+  1.80436033064640524E-09  1.83899989521031667E-09  1.87429203895473915E-09
+  1.91024893734812258E-09  1.94688299195210291E-09  1.98420683461018305E-09
+  2.02223333171396011E-09  2.06097558854827947E-09  2.10044695371679172E-09
+  2.14066102364941242E-09  2.18163164719319353E-09  2.22337293028812228E-09
+  2.26589924072946962E-09  2.30922521301824005E-09  2.35336575330138329E-09
+  2.39833604440340164E-09  2.44415155095108830E-09  2.49082802459305150E-09
+  2.53838150931584717E-09  2.58682834685845214E-09  2.63618518222692759E-09
+  2.68646896931113463E-09  2.73769697660533096E-09  2.78988679303464498E-09
+  2.84305633388934688E-09  2.89722384686889229E-09  2.95240791823781369E-09
+  3.00862747909550005E-09  3.06590181176195956E-09  3.12425055628174028E-09
+  3.18369371704819339E-09  3.24425166955024663E-09  3.30594516724404382E-09
+  3.36879534855169356E-09  3.43282374398948078E-09  3.49805228342799461E-09
+  3.56450330348651878E-09  3.63219955506424889E-09  3.70116421101084160E-09
+  3.77142087393883073E-09  3.84299358418059646E-09  3.91590682789254782E-09
+  3.99018554530917050E-09  4.06585513914982389E-09  4.14294148318103734E-09
+  4.22147093093717176E-09  4.30147032460243687E-09  4.38296700405720478E-09
+  4.46598881609164721E-09  4.55056412378982083E-09  4.63672181608736201E-09
+  4.72449131750592780E-09  4.81390259806776037E-09  4.90498618339361763E-09
+  4.99777316498747125E-09  5.09229521071151662E-09  5.18858457545485969E-09
+  5.28667411199958817E-09  5.38659728208784757E-09  5.48838816769358742E-09
+  5.59208148250282144E-09  5.69771258360623996E-09  5.80531748340808205E-09
+  5.91493286175528086E-09  6.02659607829098340E-09  6.14034518503651108E-09
+  6.25621893920609393E-09  6.37425681625860850E-09  6.49449902319068299E-09
+  6.61698651207573477E-09  6.74176099385338713E-09  6.86886495237390426E-09
+  6.99834165870247084E-09  7.13023518568791311E-09  7.26459042280098477E-09
+  7.40145309124705194E-09  7.54086975935825509E-09  7.68288785827037827E-09
+  7.82755569788970145E-09  7.97492248315507105E-09  8.12503833060080289E-09
+  8.27795428522586115E-09  8.43372233767512099E-09  8.59239544173822222E-09
+  8.75402753217219632E-09  8.91867354285368194E-09  9.08638942526679544E-09
+  9.25723216733295613E-09  9.43125981258900929E-09  9.60853147971986379E-09
+  9.78910738245253823E-09  9.97304884981801949E-09  1.01604183467878722E-08
+  1.03512794952924664E-08  1.05456970956280014E-08  1.07437371482592148E-08
+  1.09454668760255030E-08  1.11509547467576105E-08  1.13602704963125536E-08
+  1.15734851520346232E-08  1.17906710566501149E-08  1.20119018926040198E-08
+  1.22372527068468239E-08  1.24667999360795512E-08  1.27006214324657463E-08
+  1.29387964898189723E-08  1.31814058702744055E-08  1.34285318314538707E-08
+  1.36802581541330587E-08  1.39366701704204829E-08  1.41978547924573925E-08
+  1.44639005416486491E-08  1.47348975784337948E-08  1.50109377326089548E-08
+  1.52921145342092957E-08  1.55785232449625903E-08  1.58702608903243770E-08
+  1.61674262921056632E-08  1.64701201017036792E-08  1.67784448339473791E-08
+  1.70925049015686477E-08  1.74124066503110319E-08  1.77382583946876569E-08
+  1.80701704544001653E-08  1.84082551914313953E-08  1.87526270478237179E-08
+  1.91034025841560419E-08  1.94607005187322066E-08  1.98246417674941896E-08
+  2.01953494846730584E-08  2.05729491041918307E-08  2.09575683818338361E-08
+  2.13493374381907467E-08  2.17483888024047882E-08  2.21548574567198901E-08
+  2.25688808818562650E-08  2.29905991032243601E-08  2.34201547379931188E-08
+  2.38576930430285845E-08  2.43033619637190698E-08  2.47573121837026873E-08
+  2.52196971755148381E-08  2.56906732521718826E-08  2.61703996197087167E-08
+  2.66590384306876460E-08  2.71567548386969227E-08  2.76637170538565033E-08
+  2.81800963993504738E-08  2.87060673690046134E-08  2.92418076859285672E-08
+  2.97874983622422200E-08  3.03433237599066448E-08  3.09094716526793154E-08
+  3.14861332892153707E-08  3.20735034573351941E-08  3.26717805494804297E-08
+  3.32811666293804980E-08  3.39018674999509686E-08  3.45340927724481820E-08
+  3.51780559369020247E-08  3.58339744338509970E-08  3.65020697274036555E-08
+  3.71825673796510862E-08  3.78756971264546675E-08  3.85816929546355812E-08
+  3.93007931805913212E-08  4.00332405303656455E-08  4.07792822211989828E-08
+  4.15391700445868484E-08  4.23131604508733361E-08  4.31015146354092051E-08
+  4.39044986263026071E-08  4.47223833737923852E-08  4.55554448412738007E-08
+  4.64039640980066469E-08  4.72682274135381870E-08  4.81485263538713842E-08
+  4.90451578794111858E-08  4.99584244447215854E-08  5.08886341001276016E-08
+  5.18361005951945876E-08  5.28011434841219060E-08  5.37840882330842851E-08
+  5.47852663295582679E-08  5.58050153936694584E-08  5.68436792915990359E-08
+  5.79016082510858959E-08  5.89791589790652392E-08  6.00766947814814158E-08
+  6.11945856853162421E-08  6.23332085628733184E-08  6.34929472583596117E-08
+  6.46741927168079535E-08  6.58773431153826445E-08  6.71028039971127881E-08
+  6.83509884070977695E-08  6.96223170312315323E-08  7.09172183374904930E-08
+  7.22361287198344068E-08  7.35794926447674861E-08  7.49477628006087530E-08
+  7.63414002495221058E-08  7.77608745823578195E-08  7.92066640763551377E-08
+  8.06792558557618758E-08  8.21791460554226605E-08  8.37068399873918865E-08
+  8.52628523106263375E-08  8.68477072038161321E-08  8.84619385414092473E-08
+  9.01060900728914288E-08  9.17807156053804344E-08  9.34863791895951094E-08
+  9.52236553092639966E-08  9.69931290740334773E-08  9.87953964159443029E-08
+  1.00631064289539198E-07  1.02500750875670038E-07  1.04405085789073187E-07
+  1.06344710289782528E-07  1.08320277498449328E-07  1.10332452615644679E-07
+  1.12381913145215073E-07  1.14469349121767378E-07  1.16595463342359115E-07
+  1.18760971602472950E-07  1.20966602936351605E-07  1.23213099861777827E-07
+  1.25501218629378385E-07  1.27831729476537321E-07  1.30205416886003736E-07
+  1.32623079849278489E-07  1.35085532134872493E-07  1.37593602561522592E-07
+  1.40148135276458669E-07  1.42749990038815147E-07  1.45400042508282513E-07
+  1.48099184539092571E-07  1.50848324479441492E-07  1.53648387476446108E-07
+  1.56500315786738663E-07  1.59405069092802944E-07  1.62363624825159509E-07
+  1.65376978490504324E-07  1.68446144005916411E-07  1.71572154039242400E-07
+  1.74756060355772856E-07  1.77998934171330178E-07  1.81301866511879620E-07
+  1.84665968579791628E-07  1.88092372126873585E-07  1.91582229834298030E-07
+  1.95136715699552845E-07  1.98757025430548034E-07  2.02444376847003563E-07
+  2.06200010289260736E-07  2.10025189034649630E-07  2.13921199721553864E-07
+  2.17889352781313890E-07  2.21930982878116824E-07  2.26047449357013799E-07
+  2.30240136700224263E-07  2.34510454991871828E-07  2.38859840391313033E-07
+  2.43289755615217303E-07  2.47801690428553856E-07  2.52397162144660772E-07
+  2.57077716134554462E-07  2.61844926345655401E-07  2.66700395830103011E-07
+  2.71645757282838212E-07  2.76682673589629185E-07  2.81812838385231410E-07
+  2.87037976621864827E-07  2.92359845148198339E-07  2.97780233299039432E-07
+  3.03300963495924101E-07  3.08923891858806992E-07  3.14650908829061807E-07
+  3.20483939803997020E-07  3.26424945783101467E-07  3.32475924026235265E-07
+  3.38638908723991594E-07  3.44915971680443050E-07  3.51309223008516467E-07
+  3.57820811838218446E-07  3.64452927037953575E-07  3.71207797949178400E-07
+  3.78087695134630615E-07  3.85094931140396038E-07  3.92231861272059240E-07
+  3.99500884385202660E-07  4.06904443690516976E-07  4.14445027573799145E-07
+  4.22125170431100579E-07  4.29947453519320592E-07  4.37914505822520150E-07
+  4.46029004934249724E-07  4.54293677956188360E-07  4.62711302413395704E-07
+  4.71284707186477689E-07  4.80016773460989344E-07  4.88910435694385055E-07
+  4.97968682600842121E-07  5.07194558154294722E-07  5.16591162609999435E-07
+  5.26161653544993342E-07  5.35909246917781907E-07  5.45837218147615439E-07
+  5.55948903213716355E-07  5.66247699774828996E-07  5.76737068309456413E-07
+  5.87420533277182985E-07  5.98301684301461592E-07  6.09384177374263552E-07
+  6.20671736082996744E-07  6.32168152860109067E-07  6.43877290255777992E-07
+  6.55803082234140863E-07  6.67949535493476633E-07  6.80320730810794649E-07
+  6.92920824411279718E-07  7.05754049363044939E-07  7.18824716997673927E-07
+  7.32137218357019580E-07  7.45696025666743778E-07  7.59505693837098730E-07
+  7.73570861991453823E-07  7.87896255023065741E-07  8.02486685180636896E-07
+  8.17347053683176965E-07  8.32482352364718314E-07  8.47897665349428264E-07
+  8.63598170757697133E-07  8.79589142443745541E-07  8.95875951765367830E-07
+  9.12464069386380057E-07  9.29359067112385717E-07  9.46566619760486829E-07
+  9.64092507063533864E-07  9.81942615609597939E-07  1.00012294081728172E-06
+  1.01863958894754538E-06  1.03749877915272103E-06  1.05670684556341003E-06
+  1.07627023941393813E-06  1.09619553120711753E-06  1.11648941291901333E-06
+  1.13715870024447128E-06  1.15821033488414314E-06  1.17965138687380528E-06
+  1.20148905695670737E-06  1.22373067899979760E-06  1.24638372245459864E-06
+  1.26945579486357193E-06  1.29295464441282327E-06  1.31688816253197257E-06
+  1.34126438654209702E-06  1.36609150235261963E-06  1.39137784720804181E-06
+  1.41713191248545098E-06  1.44336234654374667E-06  1.47007795762551403E-06
+  1.49728771681255527E-06  1.52500076103604582E-06  1.55322639614232890E-06
+  1.58197410001538330E-06  1.61125352575701474E-06  1.64107450492580923E-06
+  1.67144705083598086E-06  1.70238136191718468E-06  1.73388782513643522E-06
+  1.76597701948327600E-06  1.79865971951938083E-06  1.83194689899374251E-06
+  1.86584973452471169E-06  1.90037960935008241E-06  1.93554811714649466E-06
+  1.97136706591945146E-06  2.00784848196520936E-06  2.04500461390593140E-06
+  2.08284793679941024E-06  2.12139115632476453E-06  2.16064721304549389E-06
+  2.20062928675135664E-06  2.24135080088046161E-06  2.28282542702314051E-06
+  2.32506708950904936E-06  2.36808997007906086E-06  2.41190851264351010E-06
+  2.45653742812841733E-06  2.50199169941123068E-06  2.54828658634786549E-06
+  2.59543763089262289E-06  2.64346066231276099E-06  2.69237180249945916E-06
+  2.74218747137691500E-06  2.79292439241146780E-06  2.84459959822252219E-06
+  2.89723043629719491E-06  2.95083457481058685E-06  3.00543000855364918E-06
+  3.06103506497058597E-06  3.11766841030788736E-06  3.17534905587700402E-06
+  3.23409636443277923E-06  3.29393005666977616E-06  3.35487021783870250E-06
+  3.41693730448508948E-06  3.48015215131257073E-06  3.54453597817299036E-06
+  3.61011039718572032E-06  3.67689741998860260E-06  3.74491946512284065E-06
+  3.81419936555445799E-06  3.88476037633475579E-06  3.95662618240236251E-06
+  4.02982090652948047E-06  4.10436911741505518E-06  4.18029583792745328E-06
+  4.25762655349957048E-06  4.33638722067906834E-06  4.41660427583666244E-06
+  4.49830464403535526E-06  4.58151574806365118E-06  4.66626551763563710E-06
+  4.75258239876120980E-06  4.84049536328945051E-06  4.93003391862838561E-06
+  5.02122811764444694E-06  5.11410856874481686E-06  5.20870644614622296E-06
+  5.30505350033346980E-06  5.40318206871130435E-06  5.50312508645314530E-06
+  5.60491609755037126E-06  5.70858926606573621E-06  5.81417938759490008E-06
+  5.92172190093972018E-06  6.03125289999733608E-06  6.14280914586896889E-06
+  6.25642807919260241E-06  6.37214783270346533E-06  6.49000724402681127E-06
+  6.61004586870706687E-06  6.73230399347779295E-06  6.85682264977698379E-06
+  6.98364362751203767E-06  7.11280948907924492E-06  7.24436358364236626E-06
+  7.37835006167509241E-06  7.51481388977228940E-06  7.65380086573505472E-06
+  7.79535763393445764E-06  7.93953170095935478E-06  8.08637145155334214E-06
+  8.23592616484630602E-06  8.38824603088592437E-06  8.54338216747478274E-06
+  8.70138663731854447E-06  8.86231246549117879E-06  9.02621365722294750E-06
+  9.19314521601710650E-06  9.36316316210149358E-06  9.53632455122115044E-06
+  9.71268749377815354E-06  9.89231117432531509E-06  1.00752558714201203E-05
+  1.02615829778455453E-05  1.04513550212047175E-05  1.06446356848960134E-05
+  1.08414898294759729E-05  1.10419835144169617E-05  1.12461840202669543E-05
+  1.14541598712188472E-05  1.16659808580969594E-05  1.18817180617682083E-05
+  1.21014438769860804E-05  1.23252320366752266E-05  1.25531576366648705E-05
+  1.27852971608792288E-05  1.30217285069937112E-05  1.32625310125649379E-05
+  1.35077854816439236E-05  1.37575742118809930E-05  1.40119810221316093E-05
+  1.42710912805724691E-05  1.45349919333370082E-05  1.48037715336802907E-05
+  1.50775202716827810E-05  1.53563300045031179E-05  1.56402942871898583E-05
+  1.59295084040628296E-05  1.62240694006741105E-05  1.65240761163599493E-05
+  1.68296292173940704E-05  1.71408312307537012E-05  1.74577865785095600E-05
+  1.77806016128514680E-05  1.81093846517610236E-05  1.84442460153436270E-05
+  1.87852980628319476E-05  1.91326552302730328E-05  1.94864340689120561E-05
+  1.98467532842850865E-05  2.02137337760344825E-05  2.05874986784599977E-05
+  2.09681734018191518E-05  2.13558856743907823E-05  2.17507655853160832E-05
+  2.21529456282308275E-05  2.25625607457043782E-05  2.29797483744994774E-05
+  2.34046484916685353E-05  2.38374036615016098E-05  2.42781590833420673E-05
+  2.47270626402853696E-05  2.51842649487781826E-05  2.56499194091336798E-05
+  2.61241822569802896E-05  2.66072126156611318E-05  2.70991725496015661E-05
+  2.76002271186628625E-05  2.81105444335004832E-05  2.86302957119443404E-05
+  2.91596553364217354E-05  2.96988009124407918E-05  3.02479133281544935E-05
+  3.08071768150253541E-05  3.13767790096108187E-05  3.19569110164902905E-05
+  3.25477674723547840E-05  3.31495466112805752E-05  3.37624503312089683E-05
+  3.43866842616541188E-05  3.50224578326622824E-05  3.56699843450439721E-05
+  3.63294810419049422E-05  3.70011691814978248E-05  3.76852741114200068E-05
+  3.83820253441822306E-05  3.90916566341730968E-05  3.98144060560456079E-05
+  4.05505160845517109E-05  4.13002336758516527E-05  4.20638103503252132E-05
+  4.28415022769136562E-05  4.36335703590179637E-05  4.44402803219854538E-05
+  4.52619028022118938E-05  4.60987134378894320E-05  4.69509929614309840E-05
+  4.78190272936018581E-05  4.87031076393900950E-05  4.96035305856476759E-05
+  5.05205982005353755E-05  5.14546181348040157E-05  5.24059037249476972E-05
+  5.33747740982602653E-05  5.43615542798339620E-05  5.53665753015337455E-05
+  5.63901743129839966E-05  5.74326946946055467E-05  5.84944861727402490E-05
+  5.95759049369015413E-05  6.06773137591907295E-05  6.17990821159186205E-05
+  6.29415863114730922E-05  6.41052096044741687E-05  6.52903423362599189E-05
+  6.64973820617427273E-05  6.77267336826844660E-05  6.89788095834315598E-05
+  7.02540297691566580E-05  7.15528220066533461E-05  7.28756219677303258E-05
+  7.42228733752535832E-05  7.55950281518850899E-05  7.69925465715678422E-05
+  7.84158974138077355E-05  7.98655581208052636E-05  8.13420149574855893E-05
+  8.28457631744862098E-05  8.43773071741522255E-05  8.59371606795961346E-05
+  8.75258469068795458E-05  8.91438987403725663E-05  9.07918589113514715E-05
+  9.24702801798922948E-05  9.41797255201231128E-05  9.59207683088951187E-05
+  9.76939925179366134E-05  9.94999929095553875E-05  1.01339375235949598E-04
+  1.03212756442201656E-04  1.05120764873016021E-04  1.07064040483273882E-04
+  1.09043235052473287E-04  1.11059012403127037E-04  1.13112048623191069E-04
+  1.15203032292597742E-04  1.17332664713969042E-04  1.19501660147587589E-04
+  1.21710746050704774E-04  1.23960663321260792E-04  1.26252166546106018E-04
+  1.28586024253799983E-04  1.30963019172074680E-04  1.33383948490048648E-04
+  1.35849624125278348E-04  1.38360872995735702E-04  1.40918537296803669E-04
+  1.43523474783381421E-04  1.46176559057192390E-04  1.48878679859395038E-04
+  1.51630743368585150E-04  1.54433672504299878E-04  1.57288407236117037E-04
+  1.60195904898455206E-04  1.63157140511179579E-04  1.66173107106120152E-04
+  1.69244816059610574E-04  1.72373297431159777E-04  1.75559600308367026E-04
+  1.78804793158197586E-04  1.82109964184733560E-04  1.85476221693523630E-04
+  1.88904694462643064E-04  1.92396532120601087E-04  1.95952905531209990E-04
+  1.99575007185550236E-04  2.03264051601158605E-04  2.07021275728575140E-04
+  2.10847939365381632E-04  2.14745325577869696E-04  2.18714741130480859E-04
+  2.22757516923157079E-04  2.26875008436754793E-04  2.31068596186656295E-04
+  2.35339686184747604E-04  2.39689710409901521E-04  2.44120127287128117E-04
+  2.48632422175552588E-04  2.53228107865379208E-04  2.57908725084009108E-04
+  2.62675843011477982E-04  2.67531059805385738E-04  2.72476003135491444E-04
+  2.77512330728155361E-04  2.82641730920795710E-04  2.87865923226561548E-04
+  2.93186658909395871E-04  2.98605721569684989E-04  3.04124927740686212E-04
+  3.09746127495932118E-04  3.15471205067813481E-04  3.21302079477543234E-04
+  3.27240705176711638E-04  3.33289072700646135E-04  3.39449209333786059E-04
+  3.45723179787306119E-04  3.52113086889187829E-04  3.58621072286997508E-04
+  3.65249317163578657E-04  3.72000042965907405E-04  3.78875512147348165E-04
+  3.85878028923554342E-04  3.93009940042264453E-04  4.00273635567247141E-04
+  4.07671549676654474E-04  4.15206161476042168E-04  4.22879995826339332E-04
+  4.30695624187012497E-04  4.38655665474734164E-04  4.46762786937816468E-04
+  4.55019705046705780E-04  4.63429186400829949E-04  4.71994048652096343E-04
+  4.80717161445346104E-04  4.89601447376069774E-04  4.98649882965703038E-04
+  5.07865499654820913E-04  5.17251384814554067E-04  5.26810682776572212E-04
+  5.36546595881942580E-04  5.46462385549245037E-04  5.56561373362268090E-04
+  5.66846942177647506E-04  5.77322537252819069E-04  5.87991667394639826E-04
+  5.98857906129067886E-04  6.09924892892274302E-04  6.21196334243579286E-04
+  6.32676005100607096E-04  6.44367749997073959E-04  6.56275484363590036E-04
+  6.68403195831934250E-04  6.80754945563194903E-04  6.93334869600220377E-04
+  7.06147180244824668E-04  7.19196167460186414E-04  7.32486200298903840E-04
+  7.46021728357169531E-04  7.59807283255535385E-04  7.73847480146745096E-04
+  7.88147019251145275E-04  8.02710687420123744E-04  8.17543359728143326E-04
+  8.32650001093843757E-04  8.48035667930750444E-04  8.63705509828124039E-04
+  8.79664771262492077E-04  8.95918793340419071E-04  9.12473015573068568E-04
+  9.29332977683145541E-04  9.46504321444782064E-04  9.63992792556968509E-04
+  9.81804242551152524E-04  9.99944630733560873E-04  1.01842002616294260E-03
+  1.03723660966431575E-03  1.05640067587938250E-03  1.07591863535426695E-03
+  1.09579701666524332E-03  1.11604246858314064E-03  1.13666176227710121E-03
+  1.15766179355841574E-03  1.17904958516512615E-03  1.20083228908816745E-03
+  1.22301718893971681E-03  1.24561170236458488E-03  1.26862338349535827E-03
+  1.29205992545209964E-03  1.31592916288737804E-03  1.34023907457746141E-03
+  1.36499778606046602E-03  1.39021357232230864E-03  1.41589486053131093E-03
+  1.44205023282230490E-03  1.46868842913115368E-03  1.49581835008049898E-03
+  1.52344905991774358E-03  1.55158978950611774E-03  1.58024993936979000E-03
+  1.60943908279397572E-03  1.63916696898101268E-03  1.66944352626338167E-03
+  1.70027886537467920E-03  1.73168328277956010E-03  1.76366726406367979E-03
+  1.79624148738468368E-03  1.82941682698534950E-03  1.86320435676988320E-03
+  1.89761535394457901E-03  1.93266130272389132E-03  1.96835389810308403E-03
+  2.00470504969861747E-03  2.04172688565744170E-03  2.07943175663640378E-03
+  2.11783223985297564E-03  2.15694114320854257E-03  2.19677150948549994E-03
+  2.23733662061947501E-03  2.27865000204786027E-03  2.32072542713612426E-03
+  2.36357692168311789E-03  2.40721876850679296E-03  2.45166551211168119E-03
+  2.49693196343956335E-03  2.54303320470472202E-03  2.58998459431524723E-03
+  2.63780177188184355E-03  2.68650066331562647E-03  2.73609748601643917E-03
+  2.78660875415323453E-03  2.83805128403798700E-03  2.89044219959486105E-03
+  2.94379893792614004E-03  2.99813925497656366E-03  3.05348123129774857E-03
+  3.10984327791435358E-03  3.16724414229369250E-03  3.22570291442052801E-03
+  3.28523903297880298E-03  3.34587229164205356E-03  3.40762284547439613E-03
+  3.47051121744375171E-03  3.53455830504936872E-03  3.59978538706535621E-03
+  3.66621413040223599E-03  3.73386659708838326E-03  3.80276525137337052E-03
+  3.87293296695514089E-03  3.94439303433310236E-03  4.01716916828910326E-03
+  4.09128551549839143E-03  4.16676666227273288E-03  4.24363764243758032E-03
+  4.32192394534574274E-03  4.40165152402952151E-03  4.48284680349357850E-03
+  4.56553668915079657E-03  4.64974857540334952E-03  4.73551035437129800E-03
+  4.82285042477102743E-03  4.91179770094583770E-03  5.00238162205111567E-03
+  5.09463216139639710E-03  5.18857983594692759E-03  5.28425571598683738E-03
+  5.38169143494682169E-03  5.48091919939854618E-03  5.58197179921840394E-03
+  5.68488261792318619E-03  5.78968564318026093E-03  5.89641547749484869E-03
+  6.00510734907704589E-03  6.11579712289127449E-03  6.22852131189080300E-03
+  6.34331708844020677E-03  6.46022229592813600E-03  6.57927546057366763E-03
+  6.70051580342860900E-03  6.82398325257877348E-03  6.94971845554694795E-03
+  7.07776279190052652E-03  7.20815838606652867E-03  7.34094812035702982E-03
+  7.47617564820784748E-03  7.61388540763337229E-03  7.75412263490070537E-03
+  7.89693337842558088E-03  8.04236451289369950E-03  8.19046375360994380E-03
+  8.34127967107867532E-03  8.49486170581817933E-03  8.65126018341213360E-03
+  8.81052632980127391E-03  8.97271228681818453E-03  9.13787112796832744E-03
+  9.30605687446034099E-03  9.47732451148856035E-03  9.65173000477112519E-03
+  9.82933031734609976E-03  1.00101834266293713E-02  1.01943483417368738E-02
+  1.03818851210742864E-02  1.05728548901972957E-02  1.07673198599452635E-02
+  1.09653433448514658E-02  1.11669897818326841E-02  1.13723247491612015E-02
+  1.15814149857219918E-02  1.17943284105583059E-02  1.20111341427078123E-02
+  1.22319025213329310E-02  1.24567051261475388E-02  1.26856147981430113E-02
+  1.29187056606161789E-02  1.31560531405018506E-02  1.33977339900124906E-02
+  1.36438263085874624E-02  1.38944095651543330E-02  1.41495646207045484E-02
+  1.44093737511857486E-02  1.46739206707130840E-02  1.49432905551010638E-02
+  1.52175700657187635E-02  1.54968473736695807E-02  1.57812121842977049E-02
+  1.60707557620227530E-02  1.63655709555042238E-02  1.66657522231371397E-02
+  1.69713956588800861E-02  1.72825990184168089E-02  1.75994617456522555E-02
+  1.79220849995441293E-02  1.82505716812697283E-02  1.85850264617296278E-02
+  1.89255558093875745E-02  1.92722680184468781E-02  1.96252732373630237E-02
+  1.99846834976921857E-02  2.03506127432746646E-02  2.07231768597526886E-02
+  2.11024937044209070E-02  2.14886831364083063E-02  2.18818670471900845E-02
+  2.22821693914262327E-02  2.26897162181258043E-02  2.31046357021330966E-02
+  2.35270581759328447E-02  2.39571161617710068E-02  2.43949444040870329E-02
+  2.48406799022533702E-02  2.52944619436173725E-02  2.57564321368403473E-02
+  2.62267344455281125E-02  2.67055152221466717E-02  2.71929232422168377E-02
+  2.76891097387791593E-02  2.81942284371231762E-02  2.87084355897711842E-02
+  2.92318900117079089E-02  2.97647531158465005E-02  3.03071889487202990E-02
+  3.08593642263893936E-02  3.14214483705502409E-02  3.19936135448356945E-02
+  3.25760346912919094E-02  3.31688895670190151E-02  3.37723587809583628E-02
+  3.43866258308129849E-02  3.50118771400826784E-02  3.56483020951965518E-02
+  3.62960930827240583E-02  3.69554455266448839E-02  3.76265579256563759E-02
+  3.83096318904968675E-02  3.90048721812611687E-02  3.97124867446843680E-02
+  4.04326867513674290E-02  4.11656866329188423E-02  4.19117041189816728E-02
+  4.26709602741189645E-02  4.34436795345240490E-02  4.42300897445240190E-02
+  4.50304221928415557E-02  4.58449116485792341E-02  4.66737963968885394E-02
+  4.75173182742840358E-02  4.83757227035616841E-02  4.92492587282772065E-02
+  5.01381790467413310E-02  5.10427400454812399E-02  5.19632018321230169E-02
+  5.28998282676407111E-02  5.38528869979193053E-02  5.48226494845757209E-02
+  5.58093910349788114E-02  5.68133908314080935E-02  5.78349319592871627E-02
+  5.88743014344258742E-02  5.99317902292020727E-02  6.10076932976123670E-02
+  6.21023095991142873E-02  6.32159421211856976E-02  6.43488979005186201E-02
+  6.55014880427630813E-02  6.66740277407347620E-02  6.78668362909949363E-02
+  6.90802371087082256E-02  7.03145577406804473E-02  7.15701298764745697E-02
+  7.28472893574990538E-02  7.41463761839587787E-02  7.54677345195562121E-02
+  7.68117126938207412E-02  7.81786632019493416E-02  7.95689427020272733E-02
+  8.09829120094996135E-02  8.24209360887561415E-02  8.38833840416892268E-02
+  8.53706290930784095E-02  8.68830485726501123E-02  8.84210238936562198E-02
+  8.99849405278093373E-02  9.15751879764083454E-02  9.31921597374773952E-02
+  9.48362532687446053E-02  9.65078699462709744E-02  9.82074150185406614E-02
+  9.99352975558137208E-02  1.01691930394538638E-01  1.03477730076613234E-01
+  1.05293116783277130E-01  1.07138514263411977E-01  1.09014349756017384E-01
+  1.10921053906627223E-01  1.12859060677414885E-01  1.14828807250742057E-01
+  1.16830733925885305E-01  1.18865284008674257E-01  1.20932903693765248E-01
+  1.23034041939266300E-01  1.25169150333422075E-01  1.27338682953057947E-01
+  1.29543096213475373E-01  1.31782848709481620E-01  1.34058401047228132E-01
+  1.36370215666526379E-01  1.38718756653292530E-01  1.41104489541777345E-01
+  1.43527881106217142E-01  1.45989399141537218E-01  1.48489512232731297E-01
+  1.51028689512531011E-01  1.53607400406968075E-01  1.56226114368428176E-01
+  1.58885300595781376E-01  1.61585427741168242E-01  1.64326963603014131E-01
+  1.67110374804825879E-01  1.69936126459333425E-01  1.72804681817513905E-01
+  1.75716501902037886E-01  1.78672045124665696E-01  1.81671766887115810E-01
+  1.84716119164918230E-01  1.87805550073761623E-01  1.90940503417832280E-01
+  1.94121418219641489E-01  1.97348728230827247E-01  2.00622861423419507E-01
+  2.03944239461035987E-01  2.07313277149497516E-01  2.10730381866324756E-01
+  2.14195952968586484E-01  2.17710381178570223E-01  2.21274047946736468E-01
+  2.24887324791426257E-01  2.28550572614787340E-01  2.32264140994388718E-01
+  2.36028367449997140E-01  2.39843576684995063E-01  2.43710079801915031E-01
+  2.47628173491594855E-01  2.51598139195444881E-01  2.55620242240341911E-01
+  2.59694730945674135E-01  2.63821835702076235E-01  2.68001768021411291E-01
+  2.72234719557573834E-01  2.76520861097712123E-01  2.80860341523488877E-01
+  2.85253286742034484E-01  2.89699798586256163E-01  2.94199953684231963E-01
+  2.98753802297421323E-01  3.03361367127485015E-01  3.08022642091540066E-01
+  3.12737591065727571E-01  3.17506146597016536E-01  3.22328208583228470E-01
+  3.27203642921321203E-01  3.32132280124037949E-01  3.37113913905094764E-01
+  3.42148299733160521E-01  3.47235153354944481E-01  3.52374149287822458E-01
+  3.57564919282495342E-01  3.62807050756287053E-01  3.68100085197787363E-01
+  3.73443516543662146E-01  3.78836789528562867E-01  3.84279298009201020E-01
+  3.89770383263781550E-01  3.95309332268132196E-01  4.00895375950020394E-01
+  4.06527687423287598E-01  4.12205380203634453E-01  4.17927506408029004E-01
+  4.23693054939917768E-01  4.29500949662610765E-01  4.35350047563414833E-01
+  4.41239136911307783E-01  4.47166935411172473E-01  4.53132088357848295E-01
+  4.59133166793503411E-01  4.65168665672100246E-01  4.71237002034976482E-01
+  4.77336513201882584E-01  4.83465454982076659E-01  4.89621999910404671E-01
+  4.95804235513607860E-01  5.02010162612428479E-01  5.08237693665431034E-01
+  5.14484651160804995E-01  5.20748766062786528E-01  5.27027676319712479E-01
+  5.33318925441099378E-01  5.39619961151563743E-01  5.45928134129759601E-01
+  5.52240696840993639E-01  5.58554802472542078E-01  5.64867503981165142E-01
+  5.71175753262740171E-01  5.77476400454383976E-01  5.83766193379883780E-01
+  5.90041777149707514E-01  5.96299693927314411E-01  6.02536382873945175E-01
+  6.08748180284510609E-01  6.14931319927631503E-01  6.21081933603343184E-01
+  6.27196051932360277E-01  6.33269605391232449E-01  6.39298425608086474E-01
+  6.45278246934028799E-01  6.51204708305602509E-01  6.57073355414005245E-01
+  6.62879643197035406E-01  6.68618938669948371E-01  6.74286524111587182E-01
+  6.79877600622256995E-01  6.85387292069853715E-01  6.90810649440762981E-01
+  6.96142655611912131E-01  7.01378230560182336E-01  7.06512237025091472E-01
+  7.11539486640261787E-01  7.16454746548656929E-01  7.21252746515923526E-01
+  7.25928186555378274E-01  7.30475745077205918E-01  7.34890087573333850E-01
+  7.39165875848093457E-01  7.43297777803305415E-01  7.47280477784649455E-01
+  7.51108687494233540E-01  7.54777157472046767E-01  7.58280689146486053E-01
+  7.61614147451371903E-01  7.64772474003776459E-01  7.67750700833582655E-01
+  7.70543964651924096E-01  7.73147521641560642E-01  7.75556762747704020E-01
+  7.77767229442959951E-01  7.79774629934686381E-01  7.81574855777349198E-01
+  7.83163998846251208E-01  7.84538368622349602E-01  7.85694509730759938E-01
+  7.86629219667941748E-01  7.87339566644484012E-01  7.87822907461853128E-01
+  7.88076905332458111E-01  7.88099547542899792E-01  7.87889162850389790E-01
+  7.87444438492016507E-01  7.86764436675902457E-01  7.85848610412340220E-01
+  7.84696818531846252E-01  7.83309339725765219E-01  7.81686885433735212E-01
+  7.79830611391119310E-01  7.77742127638541669E-01  7.75423506785197114E-01
+  7.72877290307759313E-01  7.70106492657859576E-01  7.67114602943452351E-01
+  7.63905583943361943E-01  7.60483868210293235E-01  7.56854351016027160E-01
+  7.53022379894095928E-01  7.48993740540345510E-01  7.44774638841454228E-01
+  7.40371678816238443E-01  7.35791836275601852E-01  7.31042428035210690E-01
+  7.26131076551732479E-01  7.21065669900032291E-01  7.15854317066824897E-01
+  7.10505298607545188E-01  7.05027012799738118E-01  6.99427917530400900E-01
+  6.93716468278887666E-01  6.87901052704215088E-01  6.81989922519095293E-01
+  6.75991123536489602E-01  6.69912425011946588E-01  6.63761249681201981E-01
+  6.57544606212602578E-01  6.51269026163671438E-01  6.44940507957097342E-01
+  6.38564470880881752E-01  6.32145722678547184E-01  6.25688444936974286E-01
+  6.19196201212362851E-01  6.12671973669631220E-01  6.06118234960620228E-01
+  5.99537063145310078E-01  5.92930308684034957E-01  5.86299823914712692E-01
+  5.79647462258849333E-01  5.72975077430037727E-01  5.66284522645106092E-01
+  5.59577649838054469E-01  5.52856308876909064E-01  5.46122346783615820E-01
+  5.39377606957095357E-01  5.32623928399564628E-01  5.25863144946236205E-01
+  5.19097084498497896E-01  5.12327568260676158E-01  5.05556409980482124E-01
+  4.98785415193246151E-01  4.92016380470044146E-01  4.85251092669817474E-01
+  4.78491328195604360E-01  4.71738852254993124E-01  4.64995418124923676E-01
+  4.58262766420962142E-01  4.51542624371192303E-01  4.44836705094866169E-01
+  4.38146706885978066E-01  4.31474312501923252E-01  4.24821188457433441E-01
+  4.18188984323976332E-01  4.11579332034833489E-01  4.04993845196078672E-01
+  3.98434118403697302E-01  3.91901726567102926E-01  3.85398224239323905E-01
+  3.78925144954147197E-01  3.72484000570532048E-01  3.66076280624613504E-01
+  3.59703451689640408E-01  3.53366956744211480E-01  3.47068214549187348E-01
+  3.40808619033675375E-01  3.34589538690506727E-01  3.28412315981636116E-01
+  3.22278266753918630E-01  3.16188679665731220E-01  3.10144815624924297E-01
+  3.04147907238606519E-01  2.98199158275277876E-01  2.92299743139846191E-01
+  2.86450806362068267E-01  2.80653462098980566E-01  2.74908793651883310E-01
+  2.69217852998465068E-01  2.63581660340654556E-01  2.58001203668801748E-01
+  2.52477438342791127E-01  2.47011286690702325E-01  2.41603637625629253E-01
+  2.36255346281277673E-01  2.30967233666960120E-01  2.25740086342600982E-01
+  2.20574656114371465E-01  2.15471659751559519E-01  2.10431778725279767E-01
+  2.05455658969616900E-01  2.00543910665786640E-01  1.95697108049885965E-01
+  1.90915789244789441E-01  1.86200456116731555E-01  1.81551574157098439E-01
+  1.76969572389930052E-01  1.72454843305609895E-01  1.68007742821199985E-01
+  1.63628590267846069E-01  1.59317668405653673E-01  1.55075223466402595E-01
+  1.50901465224437398E-01  1.46796567096034114E-01  1.42760666267509745E-01
+  1.38793863852302579E-01  1.34896225077210441E-01  1.31067779497934828E-01
+  1.27308521244034578E-01  1.23618409293348677E-01  1.19997367775903682E-01
+  1.16445286307271897E-01  1.12962020351300971E-01  1.09547391612084780E-01
+  1.06201188454996320E-01  1.02923166356552645E-01  9.97130483828298081E-02
+  9.65705256960947417E-02  9.34952580892679103E-02  9.04868745477785674E-02
+  8.75449738383204112E-02  8.46691251239653775E-02  8.18588686050377295E-02
+  7.91137161851010046E-02  7.64331521613568488E-02  7.38166339387053283E-02
+  7.12635927666648017E-02  6.87734344983014917E-02  6.63455403702698787E-02
+  6.39792678030185191E-02  6.16739512201708653E-02  5.94289028860471302E-02
+  5.72434137602495716E-02  5.51167543681963940E-02  5.30481756864487897E-02
+  5.10369100416411745E-02  4.90821720217907015E-02  4.71831593987312517E-02
+  4.53390540603884340E-02  4.35490229515862678E-02  4.18122190220537870E-02
+  4.01277821802783347E-02  3.84948402518373520E-02  3.69125099408239565E-02
+  3.53798977929730488E-02  3.38961011590855205E-02  3.24602091573446133E-02
+  3.10713036331172407E-02  2.97284601148355039E-02  2.84307487645596921E-02
+  2.71772353218330126E-02  2.59669820394512543E-02  2.47990486097864511E-02
+  2.36724930803235631E-02  2.25863727570914247E-02  2.15397450946962360E-02
+  2.05316685716949200E-02  1.95612035500783293E-02  1.86274131176705875E-02
+  1.77293639122895162E-02  1.68661269265548870E-02  1.60367782922762846E-02
+  1.52404000433995143E-02  1.44760808565406601E-02  1.37429167681893411E-02
+  1.30400118677174975E-02  1.23664789653867378E-02  1.17214402346065023E-02
+  1.11040278277554708E-02  1.05133844649410949E-02  9.94866399513577235E-03
+  9.40903192919276092E-03  8.89366594431095260E-03  8.40175635958406025E-03
+  7.93250658233699522E-03  7.48513352501962038E-03  7.05886799249591003E-03
+  6.65295503963378009E-03  6.26646672421026299E-03  5.89373617222168581E-03
+  5.53270522383387652E-03  5.18375746013622317E-03  4.84721943216910936E-03
+  4.52336066594285872E-03  4.21239399041776173E-03  3.91447618394039163E-03
+  3.62970893211666829E-03  3.35814008761812837E-03  3.09976521999133113E-03
+  2.85452944119733666E-03  2.62232949037558873E-03  2.40301605922968757E-03
+  2.19639633749670916E-03  2.00223675621063416E-03  1.82026590492613939E-03
+  1.65017759775185719E-03  1.49163406196998658E-03  1.34426922220712156E-03
+  1.20769205258186704E-03  1.08148996899697807E-03  9.65232233773672733E-04
+  8.58473345144619487E-04  7.60756384729201858E-04  6.71616297003531024E-04
+  5.90583075939422170E-04  5.17184835407703803E-04  4.50950741604753285E-04
+  3.91413787646568262E-04  3.38113392557974591E-04  2.90597809138882005E-04
+  2.48426327585181417E-04  2.11171264247179925E-04  1.78419727489490036E-04
+  1.49775155238610021E-04  1.24858621431953520E-04  1.03309911179436424E-04
+  8.47883669804705637E-05  6.89735107712169800E-05  5.55654488766516561E-05
+  4.42850690790776974E-05  3.48740409616720342E-05  2.70946324181947526E-05
+  2.07293567175644506E-05  1.55804657581998572E-05  1.14693061296856064E-05
+  8.23555531110999037E-06  5.73635577348254897E-06  3.84536492008945036E-06
+  2.45173870015337475E-06  1.45906637898817928E-06  7.84273357458995688E-07
+  3.56508124372685634E-07  1.16028420279626461E-07  1.31005158627501666E-08
+  END     
+   TPHI_LCAO   4 #tphi0(r) for tphi0(r)/r*Ylm)
+  0.00000000000000000E+00 -6.25326317549610889E-16 -2.52436950216504979E-15
+ -5.73228453376436704E-15 -1.02849830220998960E-14 -1.62191481750984645E-14
+ -2.35722500529178557E-14 -3.23825611130845072E-14 -4.26891720521776488E-14
+ -5.45320079496232041E-14 -6.79518447192710035E-14 -8.29903258745270531E-14
+ -9.96899796129276061E-14 -1.18094236226141102E-13 -1.38247445841510685E-13
+ -1.60194896501347888E-13 -1.83982832586312105E-13 -2.09658473589332363E-13
+ -2.37270033246633281E-13 -2.66866739032569268E-13 -2.98498852025076962E-13
+ -3.32217687148697343E-13 -3.68075633802232595E-13 -4.06126176878262134E-13
+ -4.46423918181829126E-13 -4.89024598255808293E-13 -5.33985118620538801E-13
+ -5.81363564435505996E-13 -6.31219227590952495E-13 -6.83612630237483731E-13
+ -7.38605548761856809E-13 -7.96261038217304809E-13 -8.56643457216911077E-13
+ -9.19818493298682252E-13 -9.85853188771160423E-13 -1.05481596704855939E-12
+ -1.12677665948457595E-12 -1.20180653271421300E-12 -1.27997831651311137E-12
+ -1.36136623218405426E-12 -1.44604602148053452E-12 -1.53409497607738278E-12
+ -1.62559196759872137E-12 -1.72061747821363015E-12 -1.81925363181015862E-12
+ -1.92158422575848584E-12 -2.02769476327421292E-12 -2.13767248639305214E-12
+ -2.25160640956827509E-12 -2.36958735390260490E-12 -2.49170798202636064E-12
+ -2.61806283363396812E-12 -2.74874836169107415E-12 -2.88386296932485830E-12
+ -3.02350704741022536E-12 -3.16778301286493022E-12 -3.31679534766681824E-12
+ -3.47065063860671710E-12 -3.62945761779065285E-12 -3.79332720390541810E-12
+ -3.96237254426170235E-12 -4.13670905762933469E-12 -4.31645447787937735E-12
+ -4.50172889844814153E-12 -4.69265481763847439E-12 -4.88935718477388702E-12
+ -5.09196344722148782E-12 -5.30060359829988445E-12 -5.51541022608857044E-12
+ -5.73651856315561077E-12 -5.96406653722074422E-12 -6.19819482277132686E-12
+ -6.43904689364891608E-12 -6.68676907662455855E-12 -6.94151060598121408E-12
+ -7.20342367912210647E-12 -7.47266351322407889E-12 -7.74938840295550002E-12
+ -8.03375977927847556E-12 -8.32594226935561320E-12 -8.62610375758192287E-12
+ -8.93441544776280563E-12 -9.25105192645947714E-12 -9.57619122752350360E-12
+ -9.91001489784285523E-12 -1.02527080643215833E-11 -1.06044595021166227E-11
+ -1.09654617041546949E-11 -1.13359109519534028E-11 -1.17160073877707179E-11
+ -1.21059550881075632E-11 -1.25059621385887262E-11 -1.29162407102477987E-11
+ -1.33370071372421272E-11 -1.37684819960246272E-11 -1.42108901859992609E-11
+ -1.46644610116881728E-11 -1.51294282664382355E-11 -1.56060303176959468E-11
+ -1.60945101938797152E-11 -1.65951156728791816E-11 -1.71080993722121705E-11
+ -1.76337188408695976E-11 -1.81722366528802984E-11 -1.87239205026273122E-11
+ -1.92890433019484521E-11 -1.98678832790542951E-11 -2.04607240792973180E-11
+ -2.10678548678267363E-11 -2.16895704341640253E-11 -2.23261712987347678E-11
+ -2.29779638213934515E-11 -2.36452603119779803E-11 -2.43283791429318270E-11
+ -2.50276448640321519E-11 -2.57433883192632602E-11 -2.64759467658748850E-11
+ -2.72256639956663366E-11 -2.79928904585374585E-11 -2.87779833883490953E-11
+ -2.95813069311353540E-11 -3.04032322757117166E-11 -3.12441377867236778E-11
+ -3.21044091401808152E-11 -3.29844394615228207E-11 -3.38846294662644958E-11
+ -3.48053876032674866E-11 -3.57471302006876814E-11 -3.67102816146478656E-11
+ -3.76952743806865045E-11 -3.87025493680339843E-11 -3.97325559367686695E-11
+ -4.07857520979070416E-11 -4.18626046764813157E-11 -4.29635894776610380E-11
+ -4.40891914559743345E-11 -4.52399048876871810E-11 -4.64162335463988159E-11
+ -4.76186908819128395E-11 -4.88478002024457352E-11 -5.01040948602338175E-11
+ -5.13881184406018656E-11 -5.27004249545585061E-11 -5.40415790349828206E-11
+ -5.54121561364694366E-11 -5.68127427388996341E-11 -5.82439365548082554E-11
+ -5.97063467406161651E-11 -6.12005941118003742E-11 -6.27273113620750792E-11
+ -6.42871432866576483E-11 -6.58807470096954949E-11 -6.75087922159315911E-11
+ -6.91719613866863277E-11 -7.08709500402368073E-11 -7.26064669766741315E-11
+ -7.43792345273230423E-11 -7.61899888088074870E-11 -7.80394799818484971E-11
+ -7.99284725148830432E-11 -8.18577454525924014E-11 -8.38280926894307486E-11
+ -8.58403232482487893E-11 -8.78952615641041546E-11 -8.99937477733570838E-11
+ -9.21366380081481450E-11 -9.43248046963585845E-11 -9.65591368671541473E-11
+ -9.88405404622167321E-11 -1.01169938652769569E-10 -1.03548272162501937E-10
+ -1.05976499596504439E-10 -1.08455597776325733E-10 -1.10986562081263906E-10
+ -1.13570406796008664E-10 -1.16208165464751413E-10 -1.18900891251884382E-10
+ -1.21649657309409561E-10 -1.24455557151182679E-10 -1.27319705034119039E-10
+ -1.30243236346489894E-10 -1.33227308003441212E-10 -1.36273098849867957E-10
+ -1.39381810070781676E-10 -1.42554665609309058E-10 -1.45792912592463276E-10
+ -1.49097821764832556E-10 -1.52470687930332601E-10 -1.55912830402171905E-10
+ -1.59425593461182551E-10 -1.63010346822672291E-10 -1.66668486111954524E-10
+ -1.70401433348717162E-10 -1.74210637440396346E-10 -1.78097574684718727E-10
+ -1.82063749281584070E-10 -1.86110693854462060E-10 -1.90239969981477671E-10
+ -1.94453168736365698E-10 -1.98751911239477146E-10 -2.03137849219025020E-10
+ -2.07612665582756834E-10 -2.12178075000248275E-10 -2.16835824496016726E-10
+ -2.21587694053651252E-10 -2.26435497231166195E-10 -2.31381081787786140E-10
+ -2.36426330322372104E-10 -2.41573160923706840E-10 -2.46823527832857302E-10
+ -2.52179422117839986E-10 -2.57642872360814948E-10 -2.63215945358041744E-10
+ -2.68900746832833592E-10 -2.74699422161751635E-10 -2.80614157114281118E-10
+ -2.86647178606244393E-10 -2.92800755467201086E-10 -2.99077199222095314E-10
+ -3.05478864887416245E-10 -3.12008151782137593E-10 -3.18667504353711842E-10
+ -3.25459413019398597E-10 -3.32386415023207722E-10 -3.39451095308750922E-10
+ -3.46656087408294532E-10 -3.54004074348310639E-10 -3.61497789571838050E-10
+ -3.69140017877960437E-10 -3.76933596378717450E-10 -3.84881415473778051E-10
+ -3.92986419843195022E-10 -4.01251609458586840E-10 -4.09680040613079953E-10
+ -4.18274826970359968E-10 -4.27039140633190061E-10 -4.35976213231754534E-10
+ -4.45089337032190493E-10 -4.54381866065688393E-10 -4.63857217278541262E-10
+ -4.73518871703522498E-10 -4.83370375652998888E-10 -4.93415341934174673E-10
+ -5.03657451086874079E-10 -5.14100452644285954E-10 -5.24748166417095599E-10
+ -5.35604483801425957E-10 -5.46673369111044458E-10 -5.57958860934275162E-10
+ -5.69465073516074047E-10 -5.81196198165737794E-10 -5.93156504690714780E-10
+ -6.05350342857008887E-10 -6.17782143876662209E-10 -6.30456421922817408E-10
+ -6.43377775672877430E-10 -6.56550889880279468E-10 -6.69980536975402533E-10
+ -6.83671578696167504E-10 -6.97628967748867111E-10 -7.11857749499779448E-10
+ -7.26363063698152822E-10 -7.41150146231128986E-10 -7.56224330911195854E-10
+ -7.71591051296780397E-10 -7.87255842546591431E-10 -8.03224343308328962E-10
+ -8.19502297642411924E-10 -8.36095556981356875E-10 -8.53010082125477165E-10
+ -8.70251945275576615E-10 -8.87827332103307630E-10 -9.05742543859911108E-10
+ -9.24003999524035671E-10 -9.42618237989358659E-10 -9.61591920292754374E-10
+ -9.80931831883755704E-10 -1.00064488493606650E-09 -1.02073812070191366E-09
+ -1.04121871191003271E-09 -1.06209396520807520E-09 -1.08337132365028687E-09
+ -1.10505836923127633E-09 -1.12716282546673204E-09 -1.14969256002195567E-09
+ -1.17265558738910465E-09 -1.19606007161402646E-09 -1.21991432907362930E-09
+ -1.24422683130469326E-09 -1.26900620788510350E-09 -1.29426124936846065E-09
+ -1.32000091027304396E-09 -1.34623431212616538E-09 -1.37297074656491278E-09
+ -1.40021967849432818E-09 -1.42799074930409541E-09 -1.45629378014482385E-09
+ -1.48513877526499716E-09 -1.51453592540975174E-09 -1.54449561128261352E-09
+ -1.57502840707133772E-09 -1.60614508403906863E-09 -1.63785661418201731E-09
+ -1.67017417395486859E-09 -1.70310914806520869E-09 -1.73667313333821211E-09
+ -1.77087794265291000E-09 -1.80573560895136856E-09 -1.84125838932209775E-09
+ -1.87745876915909930E-09 -1.91434946639793741E-09 -1.95194343583023982E-09
+ -1.99025387349811528E-09 -2.02929422116994514E-09 -2.06907817089904645E-09
+ -2.10961966966676200E-09 -2.15093292411153175E-09 -2.19303240534551384E-09
+ -2.23593285386041038E-09 -2.27964928452413592E-09 -2.32419699166998122E-09
+ -2.36959155428003139E-09 -2.41584884126455266E-09 -2.46298501683911182E-09
+ -2.51101654600128320E-09 -2.55996020010872088E-09 -2.60983306256053496E-09
+ -2.66065253458384350E-09 -2.71243634112744182E-09 -2.76520253686460422E-09
+ -2.81896951230702402E-09 -2.87375600003190661E-09 -2.92958108102437342E-09
+ -2.98646419113728473E-09 -3.04442512767061971E-09 -3.10348405607266847E-09
+ -3.16366151676529859E-09 -3.22497843209552022E-09 -3.28745611341576870E-09
+ -3.35111626829525565E-09 -3.41598100786476495E-09 -3.48207285429746036E-09
+ -3.54941474842812059E-09 -3.61803005751342190E-09 -3.68794258313588751E-09
+ -3.75917656925408043E-09 -3.83175671040184852E-09 -3.90570816003932646E-09
+ -3.98105653905846435E-09 -4.05782794444602606E-09 -4.13604895810692471E-09
+ -4.21574665585081537E-09 -4.29694861654507026E-09 -4.37968293143712575E-09
+ -4.46397821364935937E-09 -4.54986360784969395E-09 -4.63736880010120856E-09
+ -4.72652402789397406E-09 -4.81736009036261136E-09 -4.90990835869288443E-09
+ -5.00420078672091559E-09 -5.10026992172855091E-09 -5.19814891543847822E-09
+ -5.29787153521283310E-09 -5.39947217545906253E-09 -5.50298586924679895E-09
+ -5.60844830013977231E-09 -5.71589581424663549E-09 -5.82536543249477613E-09
+ -5.93689486313127142E-09 -6.05052251445518457E-09 -6.16628750778538695E-09
+ -6.28422969066843058E-09 -6.40438965033075307E-09 -6.52680872737981117E-09
+ -6.65152902975873344E-09 -6.77859344695921306E-09 -6.90804566449730742E-09
+ -7.03993017865716997E-09 -7.17429231150750585E-09 -7.31117822619590653E-09
+ -7.45063494252621003E-09 -7.59271035282396322E-09 -7.73745323809552909E-09
+ -7.88491328448615114E-09 -8.03514110004246328E-09 -8.18818823178519825E-09
+ -8.34410718309775489E-09 -8.50295143143642296E-09 -8.66477544636832197E-09
+ -8.82963470794307596E-09 -8.99758572540427587E-09 -9.16868605624724279E-09
+ -9.34299432562929910E-09 -9.52057024613911879E-09 -9.70147463793189502E-09
+ -9.88576944923690780E-09 -1.00735177772445508E-08 -1.02647838893797704E-08
+ -1.04596332449689787E-08 -1.06581325173078554E-08 -1.08603496161374218E-08
+ -1.10663537105357778E-08 -1.12762152522334483E-08 -1.14900059993599881E-08
+ -1.17077990406298264E-08 -1.19296688199755733E-08 -1.21556911616370182E-08
+ -1.23859432957141549E-08 -1.26205038841929640E-08 -1.28594530474526320E-08
+ -1.31028723912629980E-08 -1.33508450342815361E-08 -1.36034556360588865E-08
+ -1.38607904255623842E-08 -1.41229372302273435E-08 -1.43899855055455599E-08
+ -1.46620263652011760E-08 -1.49391526117640415E-08 -1.52214587679507003E-08
+ -1.55090411084636574E-08 -1.58019976924196068E-08 -1.61004283963773984E-08
+ -1.64044349479769293E-08 -1.67141209602003360E-08 -1.70295919662666845E-08
+ -1.73509554551722884E-08 -1.76783209078883046E-08 -1.80117998342277396E-08
+ -1.83515058103945194E-08 -1.86975545172269776E-08 -1.90500637791485923E-08
+ -1.94091536038393535E-08 -1.97749462226405946E-08 -2.01475661317073699E-08
+ -2.05271401339218687E-08 -2.09137973815819430E-08 -2.13076694198792298E-08
+ -2.17088902311815070E-08 -2.21175962801338103E-08 -2.25339265595938698E-08
+ -2.29580226374169824E-08 -2.33900287041064097E-08 -2.38300916213445735E-08
+ -2.42783609714222201E-08 -2.47349891075816307E-08 -2.52001312052907757E-08
+ -2.56739453144658069E-08 -2.61565924126595456E-08 -2.66482364592331570E-08
+ -2.71490444505301753E-08 -2.76591864760705860E-08 -2.81788357757842720E-08
+ -2.87081687983028228E-08 -2.92473652603296051E-08 -2.97966082071072744E-08
+ -3.03560840740040817E-08 -3.09259827492387941E-08 -3.15064976377656828E-08
+ -3.20978257263410038E-08 -3.27001676497925759E-08 -3.33137277585149127E-08
+ -3.39387141872128153E-08 -3.45753389249157793E-08 -3.52238178862874281E-08
+ -3.58843709842537648E-08 -3.65572222039739700E-08 -3.72425996781797012E-08
+ -3.79407357639072186E-08 -3.86518671206486680E-08 -3.93762347899482303E-08
+ -4.01140842764708506E-08 -4.08656656305690909E-08 -4.16312335323777193E-08
+ -4.24110473774628491E-08 -4.32053713640550895E-08 -4.40144745818956587E-08
+ -4.48386311027257473E-08 -4.56781200724485269E-08 -4.65332258049959853E-08
+ -4.74042378779312516E-08 -4.82914512298186934E-08 -4.91951662593948782E-08
+ -5.01156889265725141E-08 -5.10533308553130384E-08 -5.20084094384008207E-08
+ -5.29812479441549551E-08 -5.39721756251141545E-08 -5.49815278287317486E-08
+ -5.60096461101167080E-08 -5.70568783468601244E-08 -5.81235788559845397E-08
+ -5.92101085130558502E-08 -6.03168348734975554E-08 -6.14441322961486388E-08
+ -6.25923820691051085E-08 -6.37619725378894563E-08 -6.49532992359894791E-08
+ -6.61667650178107411E-08 -6.74027801940881443E-08 -6.86617626697997667E-08
+ -6.99441380846323211E-08 -7.12503399560429161E-08 -7.25808098249664703E-08
+ -7.39359974042167321E-08 -7.53163607296322814E-08 -7.67223663140156752E-08
+ -7.81544893039201992E-08 -7.96132136393349543E-08 -8.10990322163227790E-08
+ -8.26124470526648615E-08 -8.41539694565688974E-08 -8.57241201984952815E-08
+ -8.73234296861615663E-08 -8.89524381427819240E-08 -9.06116957886022552E-08
+ -9.23017630257926186E-08 -9.40232106267562606E-08 -9.57766199259223457E-08
+ -9.75625830150838776E-08 -9.93817029423471565E-08 -1.01234593914759834E-07
+ -1.03121881504686033E-07 -1.05044202859995584E-07 -1.07002206918140689E-07
+ -1.08996554624190679E-07 -1.11027919152897167E-07 -1.13096986134865604E-07
+ -1.15204453886908684E-07 -1.17351033646657500E-07 -1.19537449811511728E-07
+ -1.21764440182006773E-07 -1.24032756209681072E-07 -1.26343163249526315E-07
+ -1.28696440817103340E-07 -1.31093382850414069E-07 -1.33534797976613704E-07
+ -1.36021509783654466E-07 -1.38554357096950818E-07 -1.41134194261161897E-07
+ -1.43761891427180171E-07 -1.46438334844429510E-07 -1.49164427158564977E-07
+ -1.51941087714677956E-07 -1.54769252866105736E-07 -1.57649876288952491E-07
+ -1.60583929302421902E-07 -1.63572401195075264E-07 -1.66616299557119524E-07
+ -1.69716650618839609E-07 -1.72874499595287979E-07 -1.76090911037344657E-07
+ -1.79366969189270108E-07 -1.82703778352867422E-07 -1.86102463258376991E-07
+ -1.89564169442228007E-07 -1.93090063631775360E-07 -1.96681334137146393E-07
+ -2.00339191250334641E-07 -2.04064867651671086E-07 -2.07859618823809660E-07
+ -2.11724723473366506E-07 -2.15661483960355520E-07 -2.19671226735560375E-07
+ -2.23755302785995083E-07 -2.27915088088598893E-07 -2.32151984072319085E-07
+ -2.36467418088735148E-07 -2.40862843891387130E-07 -2.45339742123960482E-07
+ -2.49899620817499905E-07 -2.54544015896814299E-07 -2.59274491696242452E-07
+ -2.64092641484957149E-07 -2.69000088001975428E-07 -2.73998484001064930E-07
+ -2.79089512805720367E-07 -2.84274888874401945E-07 -2.89556358376221678E-07
+ -2.94935699777275954E-07 -3.00414724437811066E-07 -3.05995277220435646E-07
+ -3.11679237109572745E-07 -3.17468517842364913E-07 -3.23365068551242603E-07
+ -3.29370874418373539E-07 -3.35487957342205753E-07 -3.41718376616338710E-07
+ -3.48064229620940897E-07 -3.54527652526950358E-07 -3.61110821013296402E-07
+ -3.67815950997373295E-07 -3.74645299379025992E-07 -3.81601164798285000E-07
+ -3.88685888407110115E-07 -3.95901854655401213E-07 -4.03251492091542530E-07
+ -4.10737274177738848E-07 -4.18361720120432668E-07 -4.26127395716067775E-07
+ -4.34036914212490143E-07 -4.42092937186271727E-07 -4.50298175436256802E-07
+ -4.58655389893618550E-07 -4.67167392548747578E-07 -4.75837047395272040E-07
+ -4.84667271391526963E-07 -4.93661035439804742E-07 -5.02821365383697323E-07
+ -5.12151343023885738E-07 -5.21654107152702661E-07 -5.31332854607821695E-07
+ -5.41190841345422919E-07 -5.51231383533203992E-07 -5.61457858663586322E-07
+ -5.71873706687509004E-07 -5.82482431169178462E-07 -5.93287600462166074E-07
+ -6.04292848907245106E-07 -6.15501878052376821E-07 -6.26918457895238353E-07
+ -6.38546428148732603E-07 -6.50389699529882804E-07 -6.62452255072558252E-07
+ -6.74738151464470287E-07 -6.87251520408871034E-07 -6.99996570011440259E-07
+ -7.12977586192799946E-07 -7.26198934127143115E-07 -7.39665059707458198E-07
+ -7.53380491037840795E-07 -7.67349839953384390E-07 -7.81577803568175843E-07
+ -7.96069165851904389E-07 -8.10828799235612378E-07 -8.25861666247133688E-07
+ -8.41172821176765370E-07 -8.56767411773722292E-07 -8.72650680973960782E-07
+ -8.88827968659938390E-07 -9.05304713452905324E-07 -9.22086454538323764E-07
+ -9.39178833525043456E-07 -9.56587596338823323E-07 -9.74318595150877046E-07
+ -9.92377790342058930E-07 -1.01077125250335910E-06 -1.02950516447338781E-06
+ -1.04858582341350405E-06 -1.06801964292132671E-06 -1.08781315518329958E-06
+ -1.10797301316705698E-06 -1.12850599285430494E-06 -1.14941899551499724E-06
+ -1.17071905002352521E-06 -1.19241331521774626E-06 -1.21450908230160630E-06
+ -1.23701377729218092E-06 -1.25993496351194829E-06 -1.28328034412714252E-06
+ -1.30705776473300775E-06 -1.33127521598686522E-06 -1.35594083628983701E-06
+ -1.38106291451815159E-06 -1.40664989280493874E-06 -1.43271036937343362E-06
+ -1.45925310142256882E-06 -1.48628700806589996E-06 -1.51382117332485900E-06
+ -1.54186484917733787E-06 -1.57042745866263335E-06 -1.59951859904376801E-06
+ -1.62914804502828614E-06 -1.65932575204858387E-06 -1.69006185960286591E-06
+ -1.72136669465786893E-06 -1.75325077511449330E-06 -1.78572481333746790E-06
+ -1.81879971975029288E-06 -1.85248660649661940E-06 -1.88679679116931107E-06
+ -1.92174180060844766E-06 -1.95733337476951379E-06 -1.99358347066310761E-06
+ -2.03050426636747793E-06 -2.06810816511521725E-06 -2.10640779945550624E-06
+ -2.14541603549331079E-06 -2.18514597720690629E-06 -2.22561097084523947E-06
+ -2.26682460940656846E-06 -2.30880073719988734E-06 -2.35155345449065950E-06
+ -2.39509712223245601E-06 -2.43944636688601398E-06 -2.48461608532740969E-06
+ -2.53062144984694501E-06 -2.57747791324043085E-06 -2.62520121399461354E-06
+ -2.67380738156839226E-06 -2.72331274177172048E-06 -2.77373392224390169E-06
+ -2.82508785803315294E-06 -2.87739179727931205E-06 -2.93066330700159892E-06
+ -2.98492027899332027E-06 -3.04018093582558110E-06 -3.09646383696195204E-06
+ -3.15378788498616941E-06 -3.21217233194493517E-06 -3.27163678580800894E-06
+ -3.33220121704763344E-06 -3.39388596533965475E-06 -3.45671174638846363E-06
+ -3.52069965887810661E-06 -3.58587119155190808E-06 -3.65224823042289538E-06
+ -3.71985306611756431E-06 -3.78870840135536814E-06 -3.85883735856645117E-06
+ -3.93026348765020672E-06 -4.00301077387726064E-06 -4.07710364593746037E-06
+ -4.15256698413669962E-06 -4.22942612874520733E-06 -4.30770688850016942E-06
+ -4.38743554926550058E-06 -4.46863888285173238E-06 -4.55134415599884171E-06
+ -4.63557913952521121E-06 -4.72137211764565318E-06 -4.80875189746167945E-06
+ -4.89774781862719079E-06 -4.98838976319286240E-06 -5.08070816563241278E-06
+ -5.17473402305428809E-06 -5.27049890560205358E-06 -5.36803496704703277E-06
+ -5.46737495557678311E-06 -5.56855222478289545E-06 -5.67160074485199507E-06
+ -5.77655511396352624E-06 -5.88345056989826428E-06 -5.99232300186134537E-06
+ -6.10320896252392415E-06 -6.21614568028726718E-06 -6.33117107177367590E-06
+ -6.44832375454822697E-06 -6.56764306007564549E-06 -6.68916904691670479E-06
+ -6.81294251416858442E-06 -6.93900501515351123E-06 -7.06739887136060322E-06
+ -7.19816718664528848E-06 -7.33135386169122975E-06 -7.46700360873959126E-06
+ -7.60516196659044797E-06 -7.74587531588160815E-06 -7.88919089464975812E-06
+ -8.03515681417928384E-06 -8.18382207514399394E-06 -8.33523658404727543E-06
+ -8.48945116996600380E-06 -8.64651760160405047E-06 -8.80648860466095933E-06
+ -8.96941787952164884E-06 -9.13536011927309071E-06 -9.30437102805404722E-06
+ -9.47650733974385700E-06 -9.65182683699678838E-06 -9.83038837062812818E-06
+ -1.00122518793586078E-05 -1.01974784099238598E-05 -1.03861301375553782E-05
+ -1.05782703868402109E-05 -1.07739636529661346E-05 -1.09732756233595289E-05
+ -1.11762731997231399E-05 -1.13830245204813105E-05 -1.15935989836398441E-05
+ -1.18080672700686111E-05 -1.20265013672143632E-05 -1.22489745932518928E-05
+ -1.24755616216815287E-05 -1.27063385063813846E-05 -1.29413827071224424E-05
+ -1.31807731155554267E-05 -1.34245900816779043E-05 -1.36729154407905859E-05
+ -1.39258325409519206E-05 -1.41834262709399544E-05 -1.44457830887312007E-05
+ -1.47129910505057879E-05 -1.49851398401886838E-05 -1.52623207995369801E-05
+ -1.55446269587832962E-05 -1.58321530678453354E-05 -1.61249956281126152E-05
+ -1.64232529248204258E-05 -1.67270250600222651E-05 -1.70364139861716281E-05
+ -1.73515235403246424E-05 -1.76724594789744838E-05 -1.79993295135300093E-05
+ -1.83322433464499040E-05 -1.86713127080446710E-05 -1.90166513939589943E-05
+ -1.93683753033465244E-05 -1.97266024777505166E-05 -2.00914531407029337E-05
+ -2.04630497380554478E-05 -2.08415169790557993E-05 -2.12269818781834918E-05
+ -2.16195737977583624E-05 -2.20194244913369959E-05 -2.24266681479109658E-05
+ -2.28414414369219864E-05 -2.32638835541090754E-05 -2.36941362682030581E-05
+ -2.41323439684838316E-05 -2.45786537132169141E-05 -2.50332152789849249E-05
+ -2.54961812109308682E-05 -2.59677068739299416E-05 -2.64479505047072563E-05
+ -2.69370732649183459E-05 -2.74352392952110716E-05 -2.79426157702865345E-05
+ -2.84593729549774105E-05 -2.89856842613630329E-05 -2.95217263069394850E-05
+ -3.00676789738652348E-05 -3.06237254693014280E-05 -3.11900523868673368E-05
+ -3.17668497692315171E-05 -3.23543111718599895E-05 -3.29526337279419077E-05
+ -3.35620182145156924E-05 -3.41826691198168854E-05 -3.48147947118707557E-05
+ -3.54586071083522433E-05 -3.61143223477374987E-05 -3.67821604617695646E-05
+ -3.74623455492637580E-05 -3.81551058512768232E-05 -3.88606738276650899E-05
+ -3.95792862350577930E-05 -4.03111842062705924E-05 -4.10566133311873394E-05
+ -4.18158237391360980E-05 -4.25890701827876363E-05 -4.33766121236040352E-05
+ -4.41787138188667774E-05 -4.49956444103123958E-05 -4.58276780144065886E-05
+ -4.66750938142862577E-05 -4.75381761534004985E-05 -4.84172146308820038E-05
+ -4.93125041986810749E-05 -5.02243452604937777E-05 -5.11530437725189039E-05
+ -5.20989113460764732E-05 -5.30622653521222208E-05 -5.40434290276938347E-05
+ -5.50427315843233600E-05 -5.60605083184533714E-05 -5.70971007238934040E-05
+ -5.81528566063539595E-05 -5.92281302000969022E-05 -6.03232822867418451E-05
+ -6.14386803162664328E-05 -6.25746985302437264E-05 -6.37317180873557624E-05
+ -6.49101271912266403E-05 -6.61103212206171922E-05 -6.73327028620258086E-05
+ -6.85776822447381116E-05 -6.98456770783730294E-05 -7.11371127929695649E-05
+ -7.24524226816618510E-05 -7.37920480459902423E-05 -7.51564383438972823E-05
+ -7.65460513404574069E-05 -7.79613532613929920E-05 -7.94028189494237746E-05
+ -8.08709320235076777E-05 -8.23661850410219512E-05 -8.38890796629411159E-05
+ -8.54401268220662580E-05 -8.70198468943622438E-05 -8.86287698734602764E-05
+ -9.02674355483842189E-05 -9.19363936845599361E-05 -9.36362042081687897E-05
+ -9.53674373939063013E-05 -9.71306740562107501E-05 -9.89265057440211464E-05
+ -1.00755534939136438E-04 -1.02618375258236634E-04 -1.04515651658636596E-04
+ -1.06448000647840134E-04 -1.08416070496965145E-04 -1.10420521458110758E-04
+ -1.12462025985739963E-04 -1.14541268962150755E-04 -1.16658947927112137E-04
+ -1.18815773311743193E-04 -1.21012468676708038E-04 -1.23249770954814283E-04
+ -1.25528430698090333E-04 -1.27849212329426070E-04 -1.30212894398861633E-04
+ -1.32620269844609047E-04 -1.35072146258895183E-04 -1.37569346158713520E-04
+ -1.40112707261577066E-04 -1.42703082766362468E-04 -1.45341341639344042E-04
+ -1.48028368905503746E-04 -1.50765065945226924E-04 -1.53552350796473842E-04
+ -1.56391158462531590E-04 -1.59282441225449119E-04 -1.62227168965260081E-04
+ -1.65226329485099611E-04 -1.68280928842324759E-04 -1.71391991685748967E-04
+ -1.74560561599102680E-04 -1.77787701450835320E-04 -1.81074493750378753E-04
+ -1.84422041010982022E-04 -1.87831466119251173E-04 -1.91303912711508864E-04
+ -1.94840545557101744E-04 -1.98442550948785463E-04 -2.02111137100315438E-04
+ -2.05847534551378066E-04 -2.09652996579996184E-04 -2.13528799622548018E-04
+ -2.17476243701538011E-04 -2.21496652861267849E-04 -2.25591375611540761E-04
+ -2.29761785379564373E-04 -2.34009280970189906E-04 -2.38335287034645673E-04
+ -2.42741254547923415E-04 -2.47228661294973423E-04 -2.51799012365873712E-04
+ -2.56453840660135707E-04 -2.61194707400318302E-04 -2.66023202655117945E-04
+ -2.70940945872111488E-04 -2.75949586420333676E-04 -2.81050804142856281E-04
+ -2.86246309919573332E-04 -2.91537846240363452E-04 -2.96927187788830057E-04
+ -3.02416142036809193E-04 -3.08006549849846418E-04 -3.13700286103842096E-04
+ -3.19499260313074046E-04 -3.25405417269802389E-04 -3.31420737695673883E-04
+ -3.37547238905145232E-04 -3.43786975481131911E-04 -3.50142039963130525E-04
+ -3.56614563548025571E-04 -3.63206716803821193E-04 -3.69920710396537096E-04
+ -3.76758795830506624E-04 -3.83723266202326606E-04 -3.90816456968709122E-04
+ -3.98040746728491111E-04 -4.05398558019060278E-04 -4.12892358127471841E-04
+ -4.20524659916503144E-04 -4.28298022665951606E-04 -4.36215052929432969E-04
+ -4.44278405406974800E-04 -4.52490783833692125E-04 -4.60854941884843790E-04
+ -4.69373684097566010E-04 -4.78049866809596245E-04 -4.86886399115290960E-04
+ -4.95886243839263846E-04 -5.05052418527959443E-04 -5.14387996459505126E-04
+ -5.23896107672151834E-04 -5.33579940011677284E-04 -5.43442740198074484E-04
+ -5.53487814911892057E-04 -5.63718531900581033E-04 -5.74138321105220509E-04
+ -5.84750675807992342E-04 -5.95559153800784237E-04 -6.06567378575316517E-04
+ -6.17779040535174659E-04 -6.29197898230171300E-04 -6.40827779613407315E-04
+ -6.52672583321499042E-04 -6.64736279978357636E-04 -6.77022913522965278E-04
+ -6.89536602561592886E-04 -7.02281541744898203E-04 -7.15262003170366134E-04
+ -7.28482337810550931E-04 -7.41946976967598130E-04 -7.55660433754519619E-04
+ -7.69627304603731285E-04 -7.83852270803308952E-04 -7.98340100061527128E-04
+ -8.13095648100152762E-04 -8.28123860277042581E-04 -8.43429773238571511E-04
+ -8.59018516602438691E-04 -8.74895314671412724E-04 -8.91065488178569855E-04
+ -9.07534456064611737E-04 -9.24307737287845439E-04 -9.41390952667412470E-04
+ -9.58789826760405293E-04 -9.76510189773430355E-04 -9.94557979509320522E-04
+ -1.01293924334958140E-03 -1.03166014027324896E-03 -1.05072694291281606E-03
+ -1.07014603964790725E-03 -1.08992393673738646E-03 -1.11006726049059671E-03
+ -1.13058275947845537E-03 -1.15147730678510874E-03 -1.17275790230093034E-03
+ -1.19443167505753475E-03 -1.21650588560566985E-03 -1.23898792843669188E-03
+ -1.26188533444845257E-03 -1.28520577345639700E-03 -1.30895705675068892E-03
+ -1.33314713970021236E-03 -1.35778412440429124E-03 -1.38287626239299135E-03
+ -1.40843195737690228E-03 -1.43445976804727196E-03 -1.46096841092745395E-03
+ -1.48796676327651325E-03 -1.51546386604604314E-03 -1.54346892689107527E-03
+ -1.57199132323609502E-03 -1.60104060539716922E-03 -1.63062649976117194E-03
+ -1.66075891202317250E-03 -1.69144793048302136E-03 -1.72270382940220394E-03
+ -1.75453707242205817E-03 -1.78695831604447851E-03 -1.81997841317617023E-03
+ -1.85360841673770605E-03 -1.88785958333845998E-03 -1.92274337701865716E-03
+ -1.95827147305973606E-03 -1.99445576186424748E-03 -2.03130835290655327E-03
+ -2.06884157875559561E-03 -2.10706799917102783E-03 -2.14600040527402778E-03
+ -2.18565182379417376E-03 -2.22603552139363607E-03 -2.26716500907022918E-03
+ -2.30905404664062371E-03 -2.35171664730519578E-03 -2.39516708229597138E-03
+ -2.43941988560916149E-03 -2.48448985882379408E-03 -2.53039207600797792E-03
+ -2.57714188871438965E-03 -2.62475493106653721E-03 -2.67324712493744983E-03
+ -2.72263468522248317E-03 -2.77293412520777244E-03 -2.82416226203622937E-03
+ -2.87633622227269174E-03 -2.92947344757001809E-03 -2.98359170043794144E-03
+ -3.03870907011648825E-03 -3.09484397855582872E-03 -3.15201518650444143E-03
+ -3.21024179970751675E-03 -3.26954327521751954E-03 -3.32993942781901380E-03
+ -3.39145043656952560E-03 -3.45409685145879304E-03 -3.51789960018826292E-03
+ -3.58287999507307968E-03 -3.64905974006864099E-03 -3.71646093792399540E-03
+ -3.78510609746423709E-03 -3.85501814100421220E-03 -3.92622041189581716E-03
+ -3.99873668221122427E-03 -4.07259116056449873E-03 -4.14780850007380811E-03
+ -4.22441380646698065E-03 -4.30243264633267935E-03 -4.38189105551983066E-03
+ -4.46281554768787267E-03 -4.54523312301043352E-03 -4.62917127703511410E-03
+ -4.71465800970210635E-03 -4.80172183452433083E-03 -4.89039178793197575E-03
+ -4.98069743878418007E-03 -5.07266889805091555E-03 -5.16633682866768883E-03
+ -5.26173245556640825E-03 -5.35888757588519685E-03 -5.45783456936027329E-03
+ -5.55860640890306224E-03 -5.66123667136567230E-03 -5.76575954849794549E-03
+ -5.87220985809937777E-03 -5.98062305536919536E-03 -6.09103524445794766E-03
+ -6.20348319022417331E-03 -6.31800433019925455E-03 -6.43463678676444838E-03
+ -6.55341937954332342E-03 -6.67439163801337391E-03 -6.79759381434045292E-03
+ -6.92306689643978901E-03 -7.05085262126734381E-03 -7.18099348834540154E-03
+ -7.31353277352624672E-03 -7.44851454299790515E-03 -7.58598366753597021E-03
+ -7.72598583700568817E-03 -7.86856757511809717E-03 -8.01377625444487686E-03
+ -8.16166011169581346E-03 -8.31226826326330985E-03 -8.46565072103828455E-03
+ -8.62185840850192287E-03 -8.78094317709769874E-03 -8.94295782288824677E-03
+ -9.10795610350174055E-03 -9.27599275537229796E-03 -9.44712351127941462E-03
+ -9.62140511819074840E-03 -9.79889535541366742E-03 -9.97965305306006654E-03
+ -1.01637381108295594E-02 -1.03512115171160903E-02 -1.05421353684430619E-02
+ -1.07365728892320697E-02 -1.09345884519105735E-02 -1.11362475973636830E-02
+ -1.13416170557353990E-02 -1.15507647675849832E-02 -1.17637599054032701E-02
+ -1.19806728954952434E-02 -1.22015754402339353E-02 -1.24265405406914133E-02
+ -1.26556425196526334E-02 -1.28889570450178379E-02 -1.31265611535993539E-02
+ -1.33685332753186743E-02 -1.36149532578097136E-02 -1.38659023914342854E-02
+ -1.41214634347157243E-02 -1.43817206401971390E-02 -1.46467597807296047E-02
+ -1.49166681761975298E-02 -1.51915347206867148E-02 -1.54714499101017127E-02
+ -1.57565058702387080E-02 -1.60467963853203749E-02 -1.63424169269991877E-02
+ -1.66434646838354711E-02 -1.69500385912570023E-02 -1.72622393620063368E-02
+ -1.75801695170830670E-02 -1.79039334171865495E-02 -1.82336372946670620E-02
+ -1.85693892859911287E-02 -1.89112994647280437E-02 -1.92594798750642844E-02
+ -1.96140445658525807E-02 -1.99751096252023148E-02 -2.03427932156180560E-02
+ -2.07172156096930744E-02 -2.10984992263642986E-02 -2.14867686677362515E-02
+ -2.18821507564792642E-02 -2.22847745738105618E-02 -2.26947714980634506E-02
+ -2.31122752438521033E-02 -2.35374219018383117E-02 -2.39703499791069571E-02
+ -2.44112004401567835E-02 -2.48601167485129823E-02 -2.53172449089681569E-02
+ -2.57827335104580668E-02 -2.62567337695783394E-02 -2.67393995747492279E-02
+ -2.72308875310329247E-02 -2.77313570056116343E-02 -2.82409701739308773E-02
+ -2.87598920665145114E-02 -2.92882906164571785E-02 -2.98263367075997030E-02
+ -3.03742042233930074E-02 -3.09320700964558493E-02 -3.15001143588314950E-02
+ -3.20785201929481845E-02 -3.26674739832889180E-02 -3.32671653687733396E-02
+ -3.38777872958582610E-02 -3.44995360723594283E-02 -3.51326114219988189E-02
+ -3.57772165396811198E-02 -3.64335581475023623E-02 -3.71018465514941359E-02
+ -3.77822956991055378E-02 -3.84751232374255792E-02 -3.91805505721474698E-02
+ -3.98988029272768219E-02 -4.06301094055851464E-02 -4.13747030498076013E-02
+ -4.21328209045877949E-02 -4.29047040791675077E-02 -4.36905978108213383E-02
+ -4.44907515290347347E-02 -4.53054189204236402E-02 -4.61348579943934439E-02
+ -4.69793311495338498E-02 -4.78391052407462838E-02 -4.87144516470989844E-02
+ -4.96056463404057832E-02 -5.05129699545201552E-02 -5.14367078553410531E-02
+ -5.23771502115208815E-02 -5.33345920658676448E-02 -5.43093334074322004E-02
+ -5.53016792442703117E-02 -5.63119396768679698E-02 -5.73404299722180058E-02
+ -5.83874706385341599E-02 -5.94533875005882825E-02 -6.05385117756556818E-02
+ -6.16431801500488749E-02 -6.27677348562252491E-02 -6.39125237504459681E-02
+ -6.50779003909660314E-02 -6.62642241167331475E-02 -6.74718601265704293E-02
+ -6.87011795588179930E-02 -6.99525595714050319E-02 -7.12263834223240133E-02
+ -7.25230405504750236E-02 -7.38429266568477738E-02 -7.51864437860069734E-02
+ -7.65540004078408692E-02 -7.79460114995380315E-02 -7.93628986277479243E-02
+ -8.08050900308818904E-02 -8.22730207015086451E-02 -8.37671324687954133E-02
+ -8.52878740809425023E-02 -8.68357012875580203E-02 -8.84110769219147025E-02
+ -9.00144709830289769E-02 -9.16463607175008188E-02 -9.33072307010429924E-02
+ -9.49975729196365359E-02 -9.67178868502347050E-02 -9.84686795409395049E-02
+ -1.00250465690571278E-01 -1.02063767727545926E-01 -1.03909115887971290E-01
+ -1.05787048292871014E-01 -1.07698111024437257E-01 -1.09642858201212584E-01
+ -1.11621852052093073E-01 -1.13635662989044595E-01 -1.15684869678410393E-01
+ -1.17770059110696435E-01 -1.19891826668701837E-01 -1.22050776193865396E-01
+ -1.24247520050688245E-01 -1.26482679189091035E-01 -1.28756883204552447E-01
+ -1.31070770395875558E-01 -1.33424987820416618E-01 -1.35820191346606334E-01
+ -1.38257045703589709E-01 -1.40736224527791720E-01 -1.43258410406227471E-01
+ -1.45824294916347963E-01 -1.48434578662217487E-01 -1.51089971306804682E-01
+ -1.53791191600162080E-01 -1.56538967403259732E-01 -1.59334035707230121E-01
+ -1.62177142647768474E-01 -1.65069043514428943E-01 -1.68010502754542213E-01
+ -1.71002293971465907E-01 -1.74045199916880611E-01 -1.77140012476821623E-01
+ -1.80287532651126514E-01 -1.83488570525973560E-01 -1.86743945239165599E-01
+ -1.90054484937806550E-01 -1.93421026728002099E-01 -1.96844416616203666E-01
+ -2.00325509441799998E-01 -2.03865168800548363E-01 -2.07464266958421989E-01
+ -2.11123684755428254E-01 -2.14844311498953444E-01 -2.18627044846154639E-01
+ -2.22472790674916127E-01 -2.26382462942864071E-01 -2.30356983533919119E-01
+ -2.34397282091847847E-01 -2.38504295840255037E-01 -2.42678969388440580E-01
+ -2.46922254522524975E-01 -2.51235109981232274E-01 -2.55618501215684302E-01
+ -2.60073400132563637E-01 -2.64600784819958912E-01 -2.69201639255194525E-01
+ -2.73876952993925948E-01 -2.78627720839753457E-01 -2.83454942493589157E-01
+ -2.88359622181984188E-01 -2.93342768263602616E-01 -2.98405392812998937E-01
+ -3.03548511180841640E-01 -3.08773141529675221E-01 -3.14080304344323602E-01
+ -3.19471021915977760E-01 -3.24946317798999629E-01 -3.30507216239445345E-01
+ -3.36154741574279714E-01 -3.41889917600227244E-01 -3.47713766911176891E-01
+ -3.53627310203026124E-01 -3.59631565544823284E-01 -3.65727547615034621E-01
+ -3.71916266901740400E-01 -3.78198728865510203E-01 -3.84575933063717457E-01
+ -3.91048872234982969E-01 -3.97618531342427750E-01 -4.04285886574379638E-01
+ -4.11051904301147353E-01 -4.17917539986443487E-01 -4.24883737052007104E-01
+ -4.31951425693951285E-01 -4.39121521649317281E-01 -4.46394924911311164E-01
+ -4.53772518391626745E-01 -4.61255166528288407E-01 -4.68843713837360843E-01
+ -4.76538983406882444E-01 -4.84341775331336266E-01 -4.92252865084947311E-01
+ -5.00273001832075792E-01 -5.08402906672945520E-01 -5.16643270822925160E-01
+ -5.24994753723560081E-01 -5.33457981083533817E-01 -5.42033542847723759E-01
+ -5.50721991092474550E-01 -5.59523837845248839E-01 -5.68439552826756511E-01
+ -5.77469561113671204E-01 -5.86614240720052083E-01 -5.95873920095560949E-01
+ -6.05248875538584530E-01 -6.14739328522369233E-01 -6.24345442932281225E-01
+ -6.34067322212326756E-01 -6.43905006419080439E-01 -6.53858469181173185E-01
+ -6.63927614562565660E-01 -6.74112273827815245E-01 -6.84412202107616219E-01
+ -6.94827074962926838E-01 -7.05356484846053289E-01 -7.15999937457123314E-01
+ -7.26756847994443733E-01 -7.37626537297322971E-01 -7.48608227880015353E-01
+ -7.59701039855559479E-01 -7.70903986748343928E-01 -7.82215971194421433E-01
+ -7.93635780528649359E-01 -8.05162082257920297E-01 -8.16793419419880373E-01
+ -8.28528205826708719E-01 -8.40364721193699316E-01 -8.52301106152602128E-01
+ -8.64335357149874528E-01 -8.76465321230225691E-01 -8.88688690706096129E-01
+ -9.01002997713964748E-01 -9.13405608658647061E-01 -9.25893718547099898E-01
+ -9.38464345213517626E-01 -9.51114323437884601E-01 -9.63840298960508157E-01
+ -9.76638722395463454E-01 -9.89505843046278866E-01 -1.00243770262766296E+00
+ -1.01543012889753181E+00 -1.02847872920409911E+00 -1.04157888395334597E+00
+ -1.05472574000268970E+00 -1.06791420398736525E+00 -1.08113893558656105E+00
+ -1.09439434073706998E+00 -1.10767456480290627E+00 -1.12097348571005506E+00
+ -1.13428470705631046E+00 -1.14760155120695639E+00 -1.16091705238790088E+00
+ -1.17422394978874856E+00 -1.18751468068925492E+00 -1.20078137362352111E+00
+ -1.21401584159737852E+00 -1.22720957537540154E+00 -1.24035373685511363E+00
+ -1.25343915254710048E+00 -1.26645630718091096E+00 -1.27939533745788392E+00
+ -1.29224602597327554E+00 -1.30499779533141402E+00 -1.31763970247894369E+00
+ -1.33016043328262157E+00 -1.34254829737959569E+00 -1.35479122332949964E+00
+ -1.36687675409931964E+00 -1.37879204291343060E+00 -1.39052384950283781E+00
+ -1.40205853678924375E+00 -1.41338206804118927E+00 -1.42448000454116208E+00
+ -1.43533750380423331E+00 -1.44593931839043299E+00 -1.45626979535476608E+00
+ -1.46631287638041918E+00 -1.47605209864233800E+00 -1.48547059645003077E+00
+ -1.49455110371998434E+00 -1.50327595732965924E+00 -1.51162710140650502E+00
+ -1.51958609260685495E+00 -1.52713410644088743E+00 -1.53425194470106341E+00
+ -1.54092004405256100E+00 -1.54711848584519274E+00 -1.55282700720708045E+00
+ -1.55802501348101630E+00 -1.56269159206479324E+00 -1.56680552771703385E+00
+ -1.57034531938989375E+00 -1.57328919864966577E+00 -1.57561514974559924E+00
+ -1.57730093138614991E+00 -1.57832410028042625E+00 -1.57866203650066539E+00
+ -1.57829197071917426E+00 -1.57719101337024226E+00 -1.57533618578403245E+00
+ -1.57270445333532138E+00 -1.56927276064515464E+00 -1.56501806886794270E+00
+ -1.55991739509020055E+00 -1.55394785385994649E+00 -1.54708670085769673E+00
+ -1.53931137871094359E+00 -1.53059956494388771E+00 -1.52092922204303238E+00
+ -1.51027864960687319E+00 -1.49862653853432470E+00 -1.48595202719168262E+00
+ -1.47223475948160631E+00 -1.45745494472004333E+00 -1.44159341920782968E+00
+ -1.42463170936307604E+00 -1.40655209625824096E+00 -1.38733768138198377E+00
+ -1.36697245342044504E+00 -1.34544135582554514E+00 -1.32273035490920510E+00
+ -1.29882650817210199E+00 -1.27371803254366256E+00 -1.24739437217683702E+00
+ -1.21984626540626095E+00 -1.19106581044273474E+00 -1.16104652933983821E+00
+ -1.12978342973084445E+00 -1.09727306379581413E+00 -1.06351358388040351E+00
+ -1.02850479414989637E+00 -9.92248197624701511E-01 -9.54747037907954010E-01
+ -9.16006334882234818E-01 -8.76032913622282194E-01 -8.34835425744092974E-01
+ -7.92424362390201753E-01 -7.48812058036734229E-01 -7.04012684302105174E-01
+ -6.58042232941806748E-01 -6.10918487230597496E-01 -5.62660980965175805E-01
+ -5.13290944369783841E-01 -4.62831236257503220E-01 -4.11306261894696379E-01
+ -3.58741876139722082E-01 -3.05165271583652808E-01 -2.50604851616640423E-01
+ -1.95090088584062626E-01 -1.38651367488698607E-01 -8.13198160470454678E-02
+ -2.31271223277706300E-02  3.58946583016835005E-02  9.57133046071675930E-02
+  1.56296636296409108E-01  2.17612722397607178E-01  2.79630086465416205E-01
+  3.42317902786705819E-01  4.05646176504736278E-01  4.69585899135141371E-01
+  5.34109169286777097E-01  5.99189266495672168E-01  6.64800663901805700E-01
+  7.30918963010102729E-01  7.97520730940884714E-01  8.64583217348233624E-01
+  9.32083924518204099E-01  1.00000000000000000E+00  1.06830741641160132E+00
+  1.13698093096939590E+00  1.20599404437775637E+00  1.27531895913155746E+00
+  1.34492653729065270E+00  1.41478625779160705E+00  1.48486617336866678E+00
+  1.55513286716293742E+00  1.62555140910613960E+00  1.69608531217305702E+00
+  1.76669648860494921E+00  1.83734520621473241E+00  1.90799004489366242E+00
+  1.97858785344862786E+00  2.04909370690890613E+00  2.11946086445140613E+00
+  2.18964072810405641E+00  2.25958280239798714E+00  2.32923465515063421E+00
+  2.39854187957375098E+00  2.46744805791259880E+00  2.53589472683530426E+00
+  2.60382134480449379E+00  2.67116526167675161E+00  2.73786169078942665E+00
+  2.80384368380848459E+00  2.86904210862570386E+00  2.93338563060844271E+00
+  2.99680069752037426E+00  3.05921152844703537E+00  3.12054010707571772E+00
+  3.18070617969505109E+00  3.23962725829562226E+00  3.29721862916898001E+00
+  3.35339336741842819E+00  3.40806235781104228E+00  3.46113432241612085E+00
+  3.51251585549097944E+00  3.56211146609029683E+00  3.60982362889011599E+00
+  3.65555284373202705E+00  3.69919770440677587E+00  3.74065497720952056E+00
+  3.77981968981102989E+00  3.81658523100007940E+00  3.85084346186210258E+00
+  3.88248483896739316E+00  3.91139855014906290E+00  3.93747266345570512E+00
+  3.96059428986675721E+00  3.98064976035912954E+00  3.99752481791183945E+00
+  4.01110482503074461E+00  4.02127498736781952E+00  4.02792059399836866E+00
+  4.03092727490493186E+00  4.03018127619801980E+00  4.02556975358079416E+00
+  4.01698108453731084E+00  4.00430519969117515E+00  3.98743393374347965E+00
+  3.96626139635493313E+00  3.94068436328706317E+00  3.91060268806054045E+00
+  3.87591973432488723E+00  3.83654282906250410E+00  3.79238373667062367E+00
+  3.74335915387714513E+00  3.68939122534970210E+00  3.63040807975160496E+00
+  3.56634438588262093E+00  3.49714192841693272E+00  3.42275020261429574E+00
+  3.34312702723323252E+00  3.25823917471648183E+00  3.16806301754878028E+00
+  3.07258518950483728E+00  2.97180326031102959E+00  2.86572642203756756E+00
+  2.75437618531861750E+00  2.63778708326597799E+00  2.51600738069753493E+00
+  2.38909978604484241E+00  2.25714216303515736E+00  2.12022823896237478E+00
+  1.97846830606906288E+00  1.83198991225883256E+00  1.68093853704539509E+00
+  1.52547824832279977E+00  1.36579233521174004E+00  1.20208391190081865E+00
+  1.03457648706085670E+00  8.63514493066713573E-01  6.89163768916584041E-01
+  5.11811990396008776E-01  3.31769040695396145E-01  1.49367314358917036E-01
+ -3.50380528775367378E-02 -2.21069036107209377E-01 -4.08324663166937607E-01
+ -5.96381054743702399E-01 -7.84791571207400396E-01 -9.73087074906186067E-01
+ -1.16077631682383564E+00 -1.34734645661644703E+00 -1.53226372511177988E+00
+ -1.71497423836179141E+00 -1.89490497227997245E+00 -2.07146490676222550E+00
+ -2.24404634797514690E+00 -2.41202643719019516E+00 -2.57476885413767320E+00
+ -2.73162572234170531E+00 -2.88193972326741088E+00 -3.02504642535482571E+00
+ -3.16027683312193686E+00 -3.28696016048176975E+00 -3.40442683122739664E+00
+ -3.51201170828500508E+00 -3.60905755181079835E+00 -3.69491870450497562E+00
+ -3.76896500062865547E+00 -3.83058589313181175E+00 -3.87919479102756792E+00
+ -3.91423359667786075E+00 -3.93517742998619768E+00 -3.94153952362624072E+00
+ -3.93287627037309484E+00 -3.90879240035388476E+00 -3.86894626260401475E+00
+ -3.81305518171796098E+00 -3.74090085663436200E+00 -3.65233476471470198E+00
+ -3.54728353028750254E+00 -3.42575421276485104E+00 -3.28783946532987104E+00
+ -3.13372251108225175E+00 -2.96368187945985273E+00 -2.77809584177991598E+00
+ -2.57744648092117812E+00 -2.36232332656343491E+00 -2.13342648408489577E+00
+ -1.89156918226810644E+00 -1.63767966246691699E+00 -1.37280232993092133E+00
+ -1.09809808666717945E+00 -8.14843764644508473E-01 -5.24430578420958193E-01
+ -2.28361517512116724E-01  7.17502511588727770E-02  3.73847945295421924E-01
+  6.75051118578639642E-01  9.72276939717073407E-01  1.26236603464872110E+00
+  1.54212695592681870E+00  1.80838452423369778E+00  2.05803138252020457E+00
+  2.28808195699210692E+00  2.49572787631572668E+00  2.67839376567901777E+00
+  2.83379221086976818E+00  2.95997658482608328E+00  3.05539035090182498E+00
+  3.11891140914605236E+00  3.14989003983727933E+00  3.14817902756170787E+00
+  3.11415462383943176E+00  3.04872713029510933E+00  2.95334006000144234E+00
+  2.82995706270484559E+00  2.68103607913810116E+00  2.50949051739306217E+00
+  2.31863761489613385E+00  2.11213455495056923E+00  1.89390333657790588E+00
+  1.66804583748948509E+00  1.43875094707634932E+00  1.21019606189935369E+00
+  9.86445611274771705E-01  7.71349595189933623E-01  5.68445350755435563E-01
+  3.80865897238856332E-01  2.11258225746768280E-01  6.17147830778251444E-02
+ -6.62788604519055219E-02 -1.71877577594359787E-01 -2.54889459035906540E-01
+ -3.15766464650871603E-01 -3.55572435575925327E-01 -3.75928864834120968E-01
+ -3.78939800968470630E-01 -3.67098257942960415E-01 -3.43177477364460248E-01
+ -3.10111282847254588E-01 -2.70868525458153431E-01 -2.28327188344281146E-01
+ -1.85154046297820202E-01 -1.43695818083403787E-01 -1.05887473178353633E-01
+ -7.31827426945211995E-02 -4.65109378330869558E-02 -2.62629207740475330E-02
+ -1.23075479150072716E-02 -4.03818261667734154E-03 -4.47044750685547481E-04
+  END     
+   OVERLAP_SIZE             6
+   OVERLAP_MATRIX  
+ -1.84127343260297553E-02 -2.26580444011116496E-02 -3.32686332412891889E-02
+  2.94082525439163078E-01 -8.83555006877880467E-01  2.61743976859802219E+00
+  END     
+   KINETIC_ENERGY_MATRIX  
+  6.15018669271139551E+00  8.81674700545296908E+00  1.27279949770587653E+01
+  4.12060793394717706E+00 -1.38015555892541499E+01  4.62298105925670768E+01
+  END     
+   V_ION_MATRIX  
+ -4.40091589612965084E+00 -6.43160457559794718E+00 -9.26495515082904042E+00
+ -8.80239017216235986E+00  2.69881189047318024E+01 -8.20115107260097744E+01
+  END     
+   DENVHAT_SIZE           13
+   DENSITY   
+         1         1         0 -1.84127343260297553E-02
+         1         2         0 -2.26580444011116496E-02
+         1         3         1 -1.02894448683751125E-01
+         1         4         1  3.37595272664808099E-01
+         2         2         0 -3.32686332412891889E-02
+         2         3         1 -1.30725591596675961E-01
+         2         4         1  4.20554028984120531E-01
+         3         3         0  2.94082525439163078E-01
+         3         3         2  1.10082996408452150E-01
+         3         4         0 -8.83555006877880467E-01
+         3         4         2 -3.16467379637296209E-01
+         4         4         0  2.61743976859802219E+00
+         4         4         2  8.82990988271479149E-01
+   END   
+   HARTREE_SIZE           61
+   V_HARTREE   
+    1    1    1    1    0 -3.64236824596399916E-02
+    1    1    1    2    0 -5.06259108199023644E-02
+    1    1    2    2    0 -7.01398691776209393E-02
+    1    1    3    3    0  3.89993855775243245E-02
+    1    1    3    4    0 -1.30257536523468526E-01
+    1    1    4    4    0  4.31413949592357682E-01
+    1    2    1    1    0 -5.06259107843104045E-02
+    1    2    1    2    0 -7.07596117699360316E-02
+    1    2    2    2    0 -9.85265171213693114E-02
+    1    2    3    3    0  4.94785851317432052E-02
+    1    2    3    4    0 -1.66242754852031910E-01
+    1    2    4    4    0  5.53793301172880059E-01
+    1    3    1    3    1  3.73186314800707727E-02
+    1    3    1    4    1 -1.12761366364467000E-01
+    1    3    2    3    1  5.02710710508435590E-02
+    1    3    2    4    1 -1.54364727397590856E-01
+    1    4    1    3    1 -1.12761365926744572E-01
+    1    4    1    4    1  3.35351661645926669E-01
+    1    4    2    3    1 -1.50812605050516219E-01
+    1    4    2    4    1  4.56740389143562409E-01
+    2    2    1    1    0 -7.01398691054555129E-02
+    2    2    1    2    0 -9.85265170998218393E-02
+    2    2    2    2    0 -1.37809480814959112E-01
+    2    2    3    3    0  6.51669825123188384E-02
+    2    2    3    4    0 -2.19603477279214782E-01
+    2    2    4    4    0  7.33873586483857920E-01
+    2    3    1    3    1  5.02710709004380932E-02
+    2    3    1    4    1 -1.50812605108289116E-01
+    2    3    2    3    1  6.77300910611964152E-02
+    2    3    2    4    1 -2.06644813114828185E-01
+    2    4    1    3    1 -1.54364726418048215E-01
+    2    4    1    4    1  4.56740387694938632E-01
+    2    4    2    3    1 -2.06644812478046030E-01
+    2    4    2    4    1  6.22651867571788697E-01
+    3    3    1    1    0  3.89993842235821439E-02
+    3    3    1    2    0  4.94785840265968765E-02
+    3    3    2    2    0  6.51669811332497850E-02
+    3    3    3    3    0  1.00895512772506954E-01
+    3    3    3    4    0 -3.03486633404739914E-01
+    3    3    4    4    0  9.20929468034963228E-01
+    3    3    3    3    2  4.85813224135607583E-02
+    3    3    3    4    2 -1.38959144153937952E-01
+    3    3    4    4    2  4.01141622832972666E-01
+    3    4    1    1    0 -1.30257532533569059E-01
+    3    4    1    2    0 -1.66242751623103813E-01
+    3    4    2    2    0 -2.19603473278585565E-01
+    3    4    3    3    0 -3.03486632293579417E-01
+    3    4    3    4    0  9.10393119783994287E-01
+    3    4    4    4    0 -2.75610679266156344E+00
+    3    4    3    3    2 -1.38959144232319087E-01
+    3    4    3    4    2  3.96566522746131689E-01
+    3    4    4    4    2 -1.14352448794788497E+00
+    4    4    1    1    0  4.31413937884883913E-01
+    4    4    1    2    0  5.53793291721893954E-01
+    4    4    2    2    0  7.33873574814480012E-01
+    4    4    3    3    0  9.20929463580829166E-01
+    4    4    3    4    0 -2.75610678912262275E+00
+    4    4    4    4    0  8.32573637389705112E+00
+    4    4    3    3    2  4.01141621628236966E-01
+    4    4    3    4    2 -1.14352448382776917E+00
+    4    4    4    4    2  3.29584185181065514E+00
+   END         
+   EAION     5.80252700017910996E+01
+   EAIONHAT    -1.65786485719403380E+01
+   ENERGY    -4.78590154475161285E+01
+ CORE_SIZE           1
+  CORE_L      
+   0
+  END     
+  CORE_PSI      1
+  0.00000000000000000E+00  5.35843714845761430E-07  1.06925635087685118E-06
+  1.60757613254065149E-06  2.15084820259748006E-06  2.69911811893973477E-06
+  3.25243185849622465E-06  3.81083582111158243E-06  4.37437683344658216E-06
+  4.94310215290906575E-06  5.51705947161876702E-06  6.09629692040749169E-06
+  6.68086307285546319E-06  7.27080694936445670E-06  7.86617802126818160E-06
+  8.46702621498030258E-06  9.07340191618054421E-06  9.68535597403923818E-06
+  1.03029397054806272E-05  1.09262048994853827E-05  1.15552038214326747E-05
+  1.21899892174821264E-05  1.28306143189960744E-05  1.34771328470024771E-05
+  1.41295990166988412E-05  1.47880675419975903E-05  1.54525936401132465E-05
+  1.61232330361916599E-05  1.68000419679820360E-05  1.74830771905516954E-05
+  1.81723959810443324E-05  1.88680561434819665E-05  1.95701160136110449E-05
+  2.02786344637931840E-05  2.09936709079407621E-05  2.17152853064980055E-05
+  2.24435381714678307E-05  2.31784905714848907E-05  2.39202041369353470E-05
+  2.46687410651236016E-05  2.54241641254866685E-05  2.61865366648564104E-05
+  2.69559226127701808E-05  2.77323864868302999E-05  2.85159933981128614E-05
+  2.93068090566261888E-05  3.01048997768195039E-05  3.09103324831423639E-05
+  3.17231747156550238E-05  3.25434946356905439E-05  3.33713610315689217E-05
+  3.42068433243637355E-05  3.50500115737217629E-05  3.59009364837363206E-05
+  3.67596894088743128E-05  3.76263423599580460E-05  3.85009680102018227E-05
+  3.93836397013042967E-05  4.02744314495965638E-05  4.11734179522469561E-05
+  4.20806745935228918E-05  4.29962774511102226E-05  4.39203033024907207E-05
+  4.48528296313782009E-05  4.57939346342138611E-05  4.67436972267212326E-05
+  4.77021970505215823E-05  4.86695144798099280E-05  4.96457306280925623E-05
+  5.06309273549865926E-05  5.16251872730817479E-05  5.26285937548655173E-05
+  5.36412309397118968E-05  5.46631837409343479E-05  5.56945378529035917E-05
+  5.67353797582308548E-05  5.77857967350172249E-05  5.88458768641696430E-05
+  5.99157090367840499E-05  6.09953829615964569E-05  6.20849891725026940E-05
+  6.31846190361469245E-05  6.42943647595803331E-05  6.54143193979899839E-05
+  6.65445768624988007E-05  6.76852319280370917E-05  6.88363802412869056E-05
+  6.99981183286987305E-05  7.11705436045825698E-05  7.23537543792729469E-05
+  7.35478498673691798E-05  7.47529301960513754E-05  7.59690964134726956E-05
+  7.71964504972291992E-05  7.84350953629071228E-05  7.96851348727088471E-05
+  8.09466738441582545E-05  8.22198180588861550E-05  8.35046742714962408E-05
+  8.48013502185126816E-05  8.61099546274100922E-05  8.74305972257263873E-05
+  8.87633887502591197E-05  9.01084409563471050E-05  9.14658666272364236E-05
+  9.28357795835334037E-05  9.42182946927438926E-05  9.56135278789002266E-05
+  9.70215961322772681E-05  9.84426175191970628E-05  9.98767111919240139E-05
+  1.01323997398650926E-04  1.02784597493576626E-04  1.04258633947076790E-04
+  1.05746230355967483E-04  1.07247511453863634E-04  1.08762603121632606E-04
+  1.10291632397943438E-04  1.11834727489913661E-04  1.13392017783853574E-04
+  1.14963633856109287E-04  1.16549707484005582E-04  1.18150371656889318E-04
+  1.19765760587274290E-04  1.21396009722088275E-04  1.23041255754024082E-04
+  1.24701636632994244E-04  1.26377291577691407E-04  1.28068361087254722E-04
+  1.29774986953043496E-04  1.31497312270519560E-04  1.33235481451237839E-04
+  1.34989640234947839E-04  1.36759935701806425E-04  1.38546516284702244E-04
+  1.40349531781693910E-04  1.42169133368562356E-04  1.44005473611478216E-04
+  1.45858706479786549E-04  1.47728987358907679E-04  1.49616473063357813E-04
+  1.51521321849888376E-04  1.53443693430747055E-04  1.55383748987059615E-04
+  1.57341651182335806E-04  1.59317564176098166E-04  1.61311653637637262E-04
+  1.63324086759892114E-04  1.65355032273459490E-04  1.67404660460730687E-04
+  1.69473143170158951E-04  1.71560653830657846E-04  1.73667367466131785E-04
+  1.75793460710140030E-04  1.77939111820695720E-04  1.80104500695200519E-04
+  1.82289808885516757E-04  1.84495219613177864E-04  1.86720917784738671E-04
+  1.88967090007266623E-04  1.91233924603975269E-04  1.93521611630001792E-04
+  1.95830342888328923E-04  1.98160311945853521E-04  2.00511714149602469E-04
+  2.02884746643097952E-04  2.05279608382872588E-04  2.07696500155136760E-04
+  2.10135624592598582E-04  2.12597186191438838E-04  2.15081391328441300E-04
+  2.17588448278280982E-04  2.20118567230971011E-04  2.22671960309469663E-04
+  2.25248841587448922E-04  2.27849427107226587E-04  2.30473934897863200E-04
+  2.33122584993424926E-04  2.35795599451413978E-04  2.38493202371368871E-04
+  2.41215619913635074E-04  2.43963080318308382E-04  2.46735813924352113E-04
+  2.49534053188889477E-04  2.52358032706674119E-04  2.55207989229738622E-04
+  2.58084161687223564E-04  2.60986791205389398E-04  2.63916121127810580E-04
+  2.66872397035757220E-04  2.69855866768762447E-04  2.72866780445378489E-04
+  2.75905390484124644E-04  2.78971951624626521E-04  2.82066720948949499E-04
+  2.85189957903128762E-04  2.88341924318896226E-04  2.91522884435607547E-04
+  2.94733104922370365E-04  2.97972854900375290E-04  3.01242405965432129E-04
+  3.04542032210713520E-04  3.07872010249706787E-04  3.11232619239376889E-04
+  3.14624140903541603E-04  3.18046859556461920E-04  3.21501062126648468E-04
+  3.24987038180886997E-04  3.28505079948483312E-04  3.32055482345732737E-04
+  3.35638543000612330E-04  3.39254562277700841E-04  3.42903843303326834E-04
+  3.46586691990948069E-04  3.50303417066763880E-04  3.54054330095561910E-04
+  3.57839745506803358E-04  3.61659980620946439E-04  3.65515355676012093E-04
+  3.69406193854393712E-04  3.73332821309911665E-04  3.77295567195118278E-04
+  3.81294763688851644E-04  3.85330746024042643E-04  3.89403852515777615E-04
+  3.93514424589618429E-04  3.97662806810182101E-04  4.01849346909983237E-04
+  4.06074395818540516E-04  4.10338307691750605E-04  4.14641439941532033E-04
+  4.18984153265739793E-04  4.23366811678355928E-04  4.27789782539956533E-04
+  4.32253436588457616E-04  4.36758147970143823E-04  4.41304294270982366E-04
+  4.45892256548222532E-04  4.50522419362286725E-04  4.55195170808953334E-04
+  4.59910902551834979E-04  4.64670009855154217E-04  4.69472891616821411E-04
+  4.74319950401813628E-04  4.79211592475862211E-04  4.84148227839447504E-04
+  4.89130270262107237E-04  4.94158137317055588E-04  4.99232250416126806E-04
+  5.04353034845031727E-04  5.09520919798942267E-04  5.14736338418401171E-04
+  5.19999727825560610E-04  5.25311529160753829E-04  5.30672187619401613E-04
+  5.36082152489256907E-04  5.41541877187991932E-04  5.47051819301128898E-04
+  5.52612440620319596E-04  5.58224207181975528E-04  5.63887589306250503E-04
+  5.69603061636384704E-04  5.75371103178404599E-04  5.81192197341191255E-04
+  5.87066831976911538E-04  5.92995499421824774E-04  5.98978696537458798E-04
+  6.05016924752167849E-04  6.11110690103066918E-04  6.17260503278354439E-04
+  6.23466879660020427E-04  6.29730339366947416E-04  6.36051407298404421E-04
+  6.42430613177941839E-04  6.48868491597688482E-04  6.55365582063051929E-04
+  6.61922429037830988E-04  6.68539581989741993E-04  6.75217595436358948E-04
+  6.81957028991478668E-04  6.88758447411908013E-04  6.95622420644679694E-04
+  7.02549523874702853E-04  7.09540337572848296E-04  7.16595447544474779E-04
+  7.23715444978399931E-04  7.30900926496319591E-04  7.38152494202679488E-04
+  7.45470755735005205E-04  7.52856324314690327E-04  7.60309818798252535E-04
+  7.67831863729058288E-04  7.75423089389519135E-04  7.83084131853770387E-04
+  7.90815633040827491E-04  7.98618240768231812E-04  8.06492608806187446E-04
+  8.14439396932192870E-04  8.22459270986172081E-04  8.30552902926113786E-04
+  8.38720970884216169E-04  8.46964159223547179E-04  8.55283158595224820E-04
+  8.63678665996117840E-04  8.72151384827076718E-04  8.80702024951697743E-04
+  8.89331302755623238E-04  8.98039941206385940E-04  9.06828669913801121E-04
+  9.15698225190909811E-04  9.24649350115481572E-04  9.33682794592078464E-04
+  9.42799315414687123E-04  9.51999676329926122E-04  9.61284648100826878E-04
+  9.70655008571203815E-04  9.80111542730608375E-04  9.89655042779879557E-04
+  9.99286308197293478E-04  1.00900614580532008E-03  1.01881536983798550E-03
+  1.02871480200885388E-03  1.03870527157963379E-03  1.04878761542940300E-03
+  1.05896267812447572E-03  1.06923131198890403E-03  1.07959437717562333E-03
+  1.09005274173824981E-03  1.10060728170353395E-03  1.11125888114447721E-03
+  1.12200843225411387E-03  1.13285683541997149E-03  1.14380499929920719E-03
+  1.15485384089443607E-03  1.16600428563024840E-03  1.17725726743042472E-03
+  1.18861372879586311E-03  1.20007462088321201E-03  1.21164090358422366E-03
+  1.22331354560583239E-03  1.23509352455096629E-03  1.24698182700009241E-03
+  1.25897944859351186E-03  1.27108739411440144E-03  1.28330667757262009E-03
+  1.29563832228927318E-03  1.30808336098205526E-03  1.32064283585136828E-03
+  1.33331779866722750E-03  1.34610931085695894E-03  1.35901844359370238E-03
+  1.37204627788571534E-03  1.38519390466649542E-03  1.39846242488572735E-03
+  1.41185294960105676E-03  1.42536660007070120E-03  1.43900450784691081E-03
+  1.45276781487027281E-03  1.46665767356488823E-03  1.48067524693440617E-03
+  1.49482170865893852E-03  1.50909824319285925E-03  1.52350604586349572E-03
+  1.53804632297071761E-03  1.55272029188743507E-03  1.56752918116101481E-03
+  1.58247423061561791E-03  1.59755669145547380E-03  1.61277782636909286E-03
+  1.62813890963442974E-03  1.64364122722500719E-03  1.65928607691700277E-03
+  1.67507476839731510E-03  1.69100862337261430E-03  1.70708897567938304E-03
+  1.72331717139496184E-03  1.73969456894961134E-03  1.75622253923958201E-03
+  1.77290246574122860E-03  1.78973574462615260E-03  1.80672378487739885E-03
+  1.82386800840670890E-03  1.84116985017284155E-03  1.85863075830097041E-03
+  1.87625219420316735E-03  1.89403563269998493E-03  1.91198256214314280E-03
+  1.93009448453933122E-03  1.94837291567514148E-03  1.96681938524313239E-03
+  1.98543543696904495E-03  2.00422262874017142E-03  2.02318253273489276E-03
+  2.04231673555339832E-03  2.06162683834958463E-03  2.08111445696416552E-03
+  2.10078122205897833E-03  2.12062877925252779E-03  2.14065878925674214E-03
+  2.16087292801499416E-03  2.18127288684135095E-03  2.20186037256111340E-03
+  2.22263710765261682E-03  2.24360483039032612E-03  2.26476529498922680E-03
+  2.28612027175052962E-03  2.30767154720869791E-03  2.32942092427981112E-03
+  2.35137022241126842E-03  2.37352127773286575E-03  2.39587594320922383E-03
+  2.41843608879361866E-03  2.44120360158319285E-03  2.46418038597558771E-03
+  2.48736836382698352E-03  2.51076947461158261E-03  2.53438567558253707E-03
+  2.55821894193433231E-03  2.58227126696664293E-03  2.60654466224967797E-03
+  2.63104115779102176E-03  2.65576280220398715E-03  2.68071166287749520E-03
+  2.70588982614748935E-03  2.73129939746991198E-03  2.75694250159524111E-03
+  2.78282128274459986E-03  2.80893790478748111E-03  2.83529455142105891E-03
+  2.86189342635113919E-03  2.88873675347473642E-03  2.91582677706431377E-03
+  2.94316576195368263E-03  2.97075599372558083E-03  2.99859977890095828E-03
+  3.02669944512996142E-03  3.05505734138466004E-03  3.08367583815349683E-03
+  3.11255732763751842E-03  3.14170422394835025E-03  3.17111896330799252E-03
+  3.20080400425039498E-03  3.23076182782486981E-03  3.26099493780132674E-03
+  3.29150586087737385E-03  3.32229714688728585E-03  3.35337136901285192E-03
+  3.38473112399612953E-03  3.41637903235412913E-03  3.44831773859540685E-03
+  3.48054991143865013E-03  3.51307824403319750E-03  3.54590545418157497E-03
+  3.57903428456401648E-03  3.61246750296502972E-03  3.64620790250198314E-03
+  3.68025830185576093E-03  3.71462154550350259E-03  3.74930050395342598E-03
+  3.78429807398177791E-03  3.81961717887190381E-03  3.85526076865547315E-03
+  3.89123182035589106E-03  3.92753333823387708E-03  3.96416835403525913E-03
+  4.00113992724102085E-03  4.03845114531954305E-03  4.07610512398118210E-03
+  4.11410500743506543E-03  4.15245396864825402E-03  4.19115520960719554E-03
+  4.23021196158153857E-03  4.26962748539031454E-03  4.30940507167051293E-03
+  4.34954804114805714E-03  4.39005974491122209E-03  4.43094356468649690E-03
+  4.47220291311693253E-03  4.51384123404296924E-03  4.55586200278578976E-03
+  4.59826872643321217E-03  4.64106494412815530E-03  4.68425422735965595E-03
+  4.72784018025652897E-03  4.77182643988363370E-03  4.81621667654079811E-03
+  4.86101459406442383E-03  4.90622393013177317E-03  4.95184845656800390E-03
+  4.99789197965591885E-03  5.04435834044850324E-03  5.09125141508424972E-03
+  5.13857511510530315E-03  5.18633338777844781E-03  5.23453021641894899E-03
+  5.28316962071729863E-03  5.33225565706887429E-03  5.38179241890652648E-03
+  5.43178403703615219E-03  5.48223467997524787E-03  5.53314855429447652E-03
+  5.58452990496229040E-03  5.63638301569261129E-03  5.68871220929561671E-03
+  5.74152184803163566E-03  5.79481633396822238E-03  5.84860010934036122E-03
+  5.90287765691391644E-03  5.95765350035229024E-03  6.01293220458635688E-03
+  6.06871837618765293E-03  6.12501666374493537E-03  6.18183175824401233E-03
+  6.23916839345101028E-03  6.29703134629900144E-03  6.35542543727807534E-03
+  6.41435553082887657E-03  6.47382653573960222E-03  6.53384340554655045E-03
+  6.59441113893819830E-03  6.65553478016285560E-03  6.71721941943993154E-03
+  6.77947019337485791E-03  6.84229228537763367E-03  6.90569092608512430E-03
+  6.96967139378705178E-03  7.03423901485577315E-03  7.09939916417984089E-03
+  7.16515726560140558E-03  7.23151879235744369E-03  7.29848926752491717E-03
+  7.36607426446983255E-03  7.43427940730026493E-03  7.50311037132338210E-03
+  7.57257288350646034E-03  7.64267272294200366E-03  7.71341572131690589E-03
+  7.78480776338579070E-03  7.85685478744846053E-03  7.92956278583157280E-03
+  8.00293780537454993E-03  8.07698594791971675E-03  8.15171337080678078E-03
+  8.22712628737163471E-03  8.30323096744951285E-03  8.38003373788258517E-03
+  8.45754098303196783E-03  8.53575914529424579E-03  8.61469472562249004E-03
+  8.69435428405183376E-03  8.77474444022966274E-03  8.85587187395040637E-03
+  8.93774332569501929E-03  9.02036559717517630E-03  9.10374555188216660E-03
+  9.18789011564066782E-03  9.27280627716723857E-03  9.35850108863373921E-03
+  9.44498166623563944E-03  9.53225519076527847E-03  9.62032890819007787E-03
+  9.70921013023582496E-03  9.79890623497499391E-03  9.88942466742016857E-03
+  9.98077294012263486E-03  1.00729586337761270E-02  1.01659893978258576E-02
+  1.02598729510827557E-02  1.03546170823431132E-02  1.04502296510134620E-02
+  1.05467185877409740E-02  1.06440918950492409E-02  1.07423576479795529E-02
+  1.08415239947377284E-02  1.09415991573464950E-02  1.10425914323035012E-02
+  1.11445091912450063E-02  1.12473608816152596E-02  1.13511550273416532E-02
+  1.14559002295156909E-02  1.15616051670797415E-02  1.16682785975197583E-02
+  1.17759293575639065E-02  1.18845663638871696E-02  1.19941986138220030E-02
+  1.21048351860750768E-02  1.22164852414501281E-02  1.23291580235769926E-02
+  1.24428628596468735E-02  1.25576091611538758E-02  1.26734064246428711E-02
+  1.27902642324637123E-02  1.29081922535318767E-02  1.30272002440956110E-02
+  1.31472980485095401E-02  1.32684956000148884E-02  1.33908029215263225E-02
+  1.35142301264254173E-02  1.36387874193608996E-02  1.37644850970556100E-02
+  1.38913335491203677E-02  1.40193432588746267E-02  1.41485248041741275E-02
+  1.42788888582454782E-02  1.44104461905277866E-02  1.45432076675214069E-02
+  1.46771842536437807E-02  1.48123870120925160E-02  1.49488271057156633E-02
+  1.50865157978893379E-02  1.52254644534026654E-02  1.53656845393501627E-02
+  1.55071876260315586E-02  1.56499853878591631E-02  1.57940896042727402E-02
+  1.59395121606621289E-02  1.60862650492974747E-02  1.62343603702671674E-02
+  1.63838103324236532E-02  1.65346272543371101E-02  1.66868235652568968E-02
+  1.68404118060812014E-02  1.69954046303344430E-02  1.71518148051530185E-02
+  1.73096552122790071E-02  1.74689388490621468E-02  1.76296788294700753E-02
+  1.77918883851068584E-02  1.79555808662399050E-02  1.81207697428353055E-02
+  1.82874686056017054E-02  1.84556911670426781E-02  1.86254512625177102E-02
+  1.87967628513118837E-02  1.89696400177143433E-02  1.91440969721053816E-02
+  1.93201480520526006E-02  1.94978077234157776E-02  1.96770905814608599E-02
+  1.98580113519828856E-02  2.00405848924380854E-02  2.02248261930850319E-02
+  2.04107503781351604E-02  2.05983727069123899E-02  2.07877085750222228E-02
+  2.09787735155301525E-02  2.11715832001496060E-02  2.13661534404393852E-02
+  2.15625001890106353E-02  2.17606395407435836E-02  2.19605877340138603E-02
+  2.21623611519286869E-02  2.23659763235728726E-02  2.25714499252646777E-02
+  2.27787987818216901E-02  2.29880398678366620E-02  2.31991903089635437E-02
+  2.34122673832134962E-02  2.36272885222612687E-02  2.38442713127618340E-02
+  2.40632334976772291E-02  2.42841929776139755E-02  2.45071678121708166E-02
+  2.47321762212970621E-02  2.49592365866615484E-02  2.51883674530321185E-02
+  2.54195875296659400E-02  2.56529156917106212E-02  2.58883709816159664E-02
+  2.61259726105569426E-02  2.63657399598673237E-02  2.66076925824845142E-02
+  2.68518502044054301E-02  2.70982327261535608E-02  2.73468602242571412E-02
+  2.75977529527387071E-02  2.78509313446160221E-02  2.81064160134142024E-02
+  2.83642277546894764E-02  2.86243875475644706E-02  2.88869165562749518E-02
+  2.91518361317283162E-02  2.94191678130737190E-02  2.96889333292840417E-02
+  2.99611546007495511E-02  3.02358537408835663E-02  3.05130530577400055E-02
+  3.07927750556429569E-02  3.10750424368282270E-02  3.13598781030971566E-02
+  3.16473051574823958E-02  3.19373469059261381E-02  3.22300268589704522E-02
+  3.25253687334600833E-02  3.28233964542575946E-02  3.31241341559708191E-02
+  3.34276061846932038E-02  3.37338370997562059E-02  3.40428516754948535E-02
+  3.43546749030253784E-02  3.46693319920360829E-02  3.49868483725906607E-02
+  3.53072496969444732E-02  3.56305618413736633E-02  3.59568109080172019E-02
+  3.62860232267317659E-02  3.66182253569599242E-02  3.69534440896110844E-02
+  3.72917064489556582E-02  3.76330396945324872E-02  3.79774713230693478E-02
+  3.83250290704165719E-02  3.86757409134943012E-02  3.90296350722526900E-02
+  3.93867400116456878E-02  3.97470844436182344E-02  4.01106973291067426E-02
+  4.04776078800531472E-02  4.08478455614324915E-02  4.12214400932940372E-02
+  4.15984214528158300E-02  4.19788198763732245E-02  4.23626658616205395E-02
+  4.27499901695868254E-02  4.31408238267850658E-02  4.35351981273352714E-02
+  4.39331446351011526E-02  4.43346951858407390E-02  4.47398818893706210E-02
+  4.51487371317440683E-02  4.55612935774430475E-02  4.59775841715839989E-02
+  4.63976421421374505E-02  4.68215010021616612E-02  4.72491945520498169E-02
+  4.76807568817915403E-02  4.81162223732479744E-02  4.85556257024408189E-02
+  4.89990018418555578E-02  4.94463860627580160E-02  4.98978139375254384E-02
+  5.03533213419910600E-02  5.08129444578026418E-02  5.12767197747950598E-02
+  5.17446840933766042E-02  5.22168745269290246E-02  5.26933285042216620E-02
+  5.31740837718393672E-02  5.36591783966239647E-02  5.41486507681297677E-02
+  5.46425396010927628E-02  5.51408839379132695E-02  5.56437231511527630E-02
+  5.61510969460438311E-02  5.66630453630139960E-02  5.71796087802231914E-02
+  5.77008279161145068E-02  5.82267438319784003E-02  5.87573979345306363E-02
+  5.92928319785031646E-02  5.98330880692485925E-02  6.03782086653577646E-02
+  6.09282365812904500E-02  6.14832149900191721E-02  6.20431874256860902E-02
+  6.26081977862727734E-02  6.31782903362826387E-02  6.37535097094366759E-02
+  6.43339009113810395E-02  6.49195093224079062E-02  6.55103807001885252E-02
+  6.61065611825184252E-02  6.67080972900752911E-02  6.73150359291886380E-02
+  6.79274243946215578E-02  6.85453103723644430E-02  6.91687419424403677E-02
+  6.97977675817220283E-02  7.04324361667604260E-02  7.10727969766244971E-02
+  7.17188996957520281E-02  7.23707944168118233E-02  7.30285316435763943E-02
+  7.36921622938054299E-02  7.43617377021397880E-02  7.50373096230058378E-02
+  7.57189302335296854E-02  7.64066521364616114E-02  7.71005283631100297E-02
+  7.78006123762850638E-02  7.85069580732512817E-02  7.92196197886896325E-02
+  7.99386522976680974E-02  8.06641108186209044E-02  8.13960510163362905E-02
+  8.21345290049521476E-02  8.28796013509594948E-02  8.36313250762135280E-02
+  8.43897576609521777E-02  8.51549570468211475E-02  8.59269816399061415E-02
+  8.67058903137712805E-02  8.74917424125033205E-02  8.82845977537621424E-02
+  8.90845166318362108E-02  8.98915598207032790E-02  9.07057885770960332E-02
+  9.15272646435713599E-02  9.23560502515845816E-02  9.31922081245665362E-02
+  9.40358014810043080E-02  9.48868940375243997E-02  9.57455500119788333E-02
+  9.66118341265323061E-02  9.74858116107521905E-02  9.83675482046982574E-02
+  9.92571101620141061E-02  1.00154564253017955E-01  1.01059977767793838E-01
+  1.01973418519281184E-01  1.02894954846363740E-01  1.03824655616956224E-01
+  1.04762590231088942E-01  1.05708828623989018E-01  1.06663441269158679E-01
+  1.07626499181448954E-01  1.08598073920128976E-01  1.09578237591949942E-01
+  1.10567062854203424E-01  1.11564622917772832E-01  1.12570991550177912E-01
+  1.13586243078611260E-01  1.14610452392966591E-01  1.15643694948857637E-01
+  1.16686046770627036E-01  1.17737584454345054E-01  1.18798385170796161E-01
+  1.19868526668454115E-01  1.20948087276443836E-01  1.22037145907489847E-01
+  1.23135782060849575E-01  1.24244075825232045E-01  1.25362107881699797E-01
+  1.26489959506553812E-01  1.27627712574200691E-01  1.28775449560000838E-01
+  1.29933253543096733E-01  1.31101208209220443E-01  1.32279397853479336E-01
+  1.33467907383119477E-01  1.34666822320264556E-01  1.35876228804630794E-01
+  1.37096213596215488E-01  1.38326864077958772E-01  1.39568268258377232E-01
+  1.40820514774168959E-01  1.42083692892787522E-01  1.43357892514984570E-01
+  1.44643204177320767E-01  1.45939719054641120E-01  1.47247528962516722E-01
+  1.48566726359649209E-01  1.49897404350237712E-01  1.51239656686307039E-01
+  1.52593577769994826E-01  1.53959262655797208E-01  1.55336807052771919E-01
+  1.56726307326695652E-01  1.58127860502176060E-01  1.59541564264716218E-01
+  1.60967516962729096E-01  1.62405817609502484E-01  1.63856565885111161E-01
+  1.65319862138274626E-01  1.66795807388160577E-01  1.68284503326130180E-01
+  1.69786052317424413E-01  1.71300557402790377E-01  1.72828122300044712E-01
+  1.74368851405572844E-01  1.75922849795762143E-01  1.77490223228367189E-01
+  1.79071078143804796E-01  1.80665521666377893E-01  1.82273661605424409E-01
+  1.83895606456391580E-01  1.85531465401831269E-01  1.87181348312315810E-01
+  1.88845365747271565E-01  1.90523628955727942E-01  1.92216249876979994E-01
+  1.93923341141161748E-01  1.95645016069729394E-01  1.97381388675849756E-01
+  1.99132573664693252E-01  2.00898686433629736E-01  2.02679843072321147E-01
+  2.04476160362712878E-01  2.06287755778918669E-01  2.08114747486996876E-01
+  2.09957254344615374E-01  2.11815395900603470E-01  2.13689292394386388E-01
+  2.15579064755300698E-01  2.17484834601787802E-01  2.19406724240461815E-01
+  2.21344856665050299E-01  2.23299355555202556E-01  2.25270345275165013E-01
+  2.27257950872319370E-01  2.29262298075579934E-01  2.31283513293648046E-01
+  2.33321723613119009E-01  2.35377056796439887E-01  2.37449641279713575E-01
+  2.39539606170345420E-01  2.41647081244530576E-01  2.43772196944577302E-01
+  2.45915084376062215E-01  2.48075875304815507E-01  2.50254702153730690E-01
+  2.52451697999396263E-01  2.54666996568545578E-01  2.56900732234319140E-01
+  2.59153040012338798E-01  2.61424055556585766E-01  2.63713915155082634E-01
+  2.66022755725370930E-01  2.68350714809784507E-01  2.70697930570510614E-01
+  2.73064541784436343E-01  2.75450687837776265E-01  2.77856508720475570E-01
+  2.80282145020385398E-01  2.82727737917204958E-01  2.85193429176186453E-01
+  2.87679361141597312E-01  2.90185676729935893E-01  2.92712519422894335E-01
+  2.95260033260066224E-01  2.97828362831391635E-01  3.00417653269333951E-01
+  3.03028050240787494E-01  3.05659699938705287E-01  3.08312749073446801E-01
+  3.10987344863836057E-01  3.13683635027926733E-01  3.16401767773469178E-01
+  3.19141891788073506E-01  3.21904156229061100E-01  3.24688710713002038E-01
+  3.27495705304929940E-01  3.30325290507231473E-01  3.33177617248198554E-01
+  3.36052836870246008E-01  3.38951101117780429E-01  3.41872562124718671E-01
+  3.44817372401648947E-01  3.47785684822626451E-01  3.50777652611599433E-01
+  3.53793429328457310E-01  3.56833168854696181E-01  3.59897025378692448E-01
+  3.62985153380581627E-01  3.66097707616730494E-01  3.69234843103800281E-01
+  3.72396715102392140E-01  3.75583479100266959E-01  3.78795290795133299E-01
+  3.82032306076997341E-01  3.85294681010064477E-01  3.88582571814189204E-01
+  3.91896134845861888E-01  3.95235526578727958E-01  3.98600903583631150E-01
+  4.01992422508169966E-01  4.05410240055766091E-01  4.08854512964230143E-01
+  4.12325397983821229E-01  4.15823051854790848E-01  4.19347631284402889E-01
+  4.22899292923421710E-01  4.26478193342060274E-01  4.30084489005380433E-01
+  4.33718336248135827E-01  4.37379891249049968E-01  4.41069310004521764E-01
+  4.44786748301746082E-01  4.48532361691245940E-01  4.52306305458804514E-01
+  4.56108734596788357E-01  4.59939803774853384E-01  4.63799667310025032E-01
+  4.67688479136143254E-01  4.71606392772662586E-01  4.75553561292800298E-01
+  4.79530137291019953E-01  4.83536272849847348E-01  4.87572119505998824E-01
+  4.91637828215825634E-01  4.95733549320055811E-01  4.99859432507826829E-01
+  5.04015626780000225E-01  5.08202280411746865E-01  5.12419540914397453E-01
+  5.16667554996542489E-01  5.20946468524376316E-01  5.25256426481275129E-01
+  5.29597572926599702E-01  5.33970050953707198E-01  5.38374002647172833E-01
+  5.42809569039203965E-01  5.47276890065235944E-01  5.51776104518707178E-01
+  5.56307350004995982E-01  5.60870762894513097E-01  5.65466478274940454E-01
+  5.70094629902603955E-01  5.74755350152971856E-01  5.79448769970270172E-01
+  5.84175018816203706E-01  5.88934224617770230E-01  5.93726513714164295E-01
+  5.98552010802757661E-01  6.03410838884143264E-01  6.08303119206240472E-01
+  6.13228971207444018E-01  6.18188512458814010E-01  6.23181858605292183E-01
+  6.28209123305938255E-01  6.33270418173175753E-01  6.38365852711038406E-01
+  6.43495534252405355E-01  6.48659567895221056E-01  6.53858056437687352E-01
+  6.59091100312418132E-01  6.64358797519550293E-01  6.69661243558800190E-01
+  6.74998531360459730E-01  6.80370751215318870E-01  6.85777990703511864E-01
+  6.91220334622274946E-01  6.96697864912607989E-01  7.02210660584838720E-01
+  7.07758797643066706E-01  7.13342349008499022E-01  7.18961384441654805E-01
+  7.24615970463440506E-01  7.30306170275084265E-01  7.36032043676927539E-01
+  7.41793646986060429E-01  7.47591032952803825E-01  7.53424250676024698E-01
+  7.59293345517282670E-01  7.65198359013806506E-01  7.71139328790281353E-01
+  7.77116288469463568E-01  7.83129267581599842E-01  7.89178291472657389E-01
+  7.95263381211357312E-01  8.01384553495010366E-01  8.07541820554150358E-01
+  8.13735190055963509E-01  8.19964665006513771E-01  8.26230243651756568E-01
+  8.32531919377352492E-01  8.38869680607260748E-01  8.45243510701132905E-01
+  8.51653387850493826E-01  8.58099284973714571E-01  8.64581169609782152E-01
+  8.71099003810860806E-01  8.77652744033654453E-01  8.84242341029570111E-01
+  8.90867739733686825E-01  8.97528879152532877E-01  9.04225692250678836E-01
+  9.10958105836154330E-01  9.17726040444684199E-01  9.24529410222767134E-01
+  9.31368122809590249E-01  9.38242079217799452E-01  9.45151173713125736E-01
+  9.52095293692884814E-01  9.59074319563356648E-01  9.66088124616059862E-01
+  9.73136574902931040E-01  9.80219529110424093E-01  9.87336838432547492E-01
+  9.94488346442844895E-01  1.00167388896534848E+00  1.00889329394451410E+00
+  1.01614638131415957E+00  1.02343296286542529E+00  1.03075284211377793E+00
+  1.03810581416507719E+00  1.04549166558073270E+00  1.05291017424197220E+00
+  1.06036110921324433E+00  1.06784423060479128E+00  1.07535928943440062E+00
+  1.08290602748838993E+00  1.09048417718183521E+00  1.09809346141807906E+00
+  1.10573359344756295E+00  1.11340427672599618E+00  1.12110520477192011E+00
+  1.12883606102368761E+00  1.13659651869590839E+00  1.14438624063539018E+00
+  1.15220487917662573E+00  1.16005207599686666E+00  1.16792746197082220E+00
+  1.17583065702503964E+00  1.18376126999201037E+00  1.19171889846404677E+00
+  1.19970312864699080E+00  1.20771353521379710E+00  1.21574968115805482E+00
+  1.22381111764749728E+00  1.23189738387756598E+00  1.24000800692508051E+00
+  1.24814250160209173E+00  1.25630037030995378E+00  1.26448110289372240E+00
+  1.27268417649690613E+00  1.28090905541667444E+00  1.28915519095957243E+00
+  1.29742202129782669E+00  1.30570897132631858E+00  1.31401545252030272E+00
+  1.32234086279394480E+00  1.33068458635977693E+00  1.33904599358913856E+00
+  1.34742444087370727E+00  1.35581927048818551E+00  1.36422981045426917E+00
+  1.37265537440595642E+00  1.38109526145632056E+00  1.38954875606583239E+00
+  1.39801512791233362E+00  1.40649363176277320E+00  1.41498350734680156E+00
+  1.42348397923234238E+00  1.43199425670324310E+00  1.44051353363912837E+00
+  1.44904098839755635E+00  1.45757578369861407E+00  1.46611706651206175E+00
+  1.47466396794715249E+00  1.48321560314525192E+00  1.49177107117538710E+00
+  1.50032945493285830E+00  1.50888982104103975E+00  1.51745121975651553E+00
+  1.52601268487767494E+00  1.53457323365692977E+00  1.54313186671666891E+00
+  1.55168756796911866E+00  1.56023930454025361E+00  1.56878602669789591E+00
+  1.57732666778417108E+00  1.58586014415247045E+00  1.59438535510907342E+00
+  1.60290118285960204E+00  1.61140649246045853E+00  1.61990013177541825E+00
+  1.62838093143754037E+00  1.63684770481658326E+00  1.64529924799205718E+00
+  1.65373433973214090E+00  1.66215174147859734E+00  1.67055019733788268E+00
+  1.67892843407863324E+00  1.68728516113570248E+00  1.69561907062094197E+00
+  1.70392883734090339E+00  1.71221311882166005E+00  1.72047055534092652E+00
+  1.72869976996768404E+00  1.73689936860947469E+00  1.74506794006759836E+00
+  1.75320405610037899E+00  1.76130627149470498E+00  1.76937312414604575E+00
+  1.77740313514714376E+00  1.78539480888557267E+00  1.79334663315037801E+00
+  1.80125707924798806E+00  1.80912460212760529E+00  1.81694764051628654E+00
+  1.82472461706389000E+00  1.83245393849812888E+00  1.84013399578990811E+00
+  1.84776316432915677E+00  1.85533980411135913E+00  1.86286225993498489E+00
+  1.87032886161002443E+00  1.87773792417782359E+00  1.88508774814242708E+00
+  1.89237661971362003E+00  1.89960281106187145E+00  1.90676458058537945E+00
+  1.91386017318939383E+00  1.92088782057803353E+00  1.92784574155877131E+00
+  1.93473214235978186E+00  1.94154521696033044E+00  1.94828314743439113E+00
+  1.95494410430766852E+00  1.96152624692820665E+00  1.96802772385073865E+00
+  1.97444667323496637E+00  1.98078122325792227E+00  1.98702949254056072E+00
+  1.99318959058876044E+00  1.99925961824886533E+00  2.00523766817791005E+00
+  2.01112182532867001E+00  2.01691016744967699E+00  2.02260076560030511E+00
+  2.02819168468106525E+00  2.03368098397920294E+00  2.03906671772972192E+00
+  2.04434693569190706E+00  2.04951968374146043E+00  2.05458300447830089E+00
+  2.05953493785012887E+00  2.06437352179179223E+00  2.06909679288052173E+00
+  2.07370278700707145E+00  2.07818954006279233E+00  2.08255508864267647E+00
+  2.08679747076435440E+00  2.09091472660307387E+00  2.09490489924262357E+00
+  2.09876603544219531E+00  2.10249618641912184E+00  2.10609340864747052E+00
+  2.10955576467239414E+00  2.11288132394019268E+00  2.11606816364396177E+00
+  2.11911436958474697E+00  2.12201803704805902E+00  2.12477727169562591E+00
+  2.12739019047222255E+00  2.12985492252739528E+00  2.13216961015192430E+00
+  2.13433240972877192E+00  2.13634149269834372E+00  2.13819504653777681E+00
+  2.13989127575403648E+00  2.14142840289050174E+00  2.14280466954677973E+00
+  2.14401833741140857E+00  2.14506768930711011E+00  2.14595103024825740E+00
+  2.14666668851014730E+00  2.14721301670970499E+00  2.14758839289718928E+00
+  2.14779122165844294E+00  2.14781993522724424E+00  2.14767299460726813E+00
+  2.14734889070312862E+00  2.14684614545999253E+00  2.14616331301119079E+00
+  2.14529898083325810E+00  2.14425177090779240E+00  2.14302034088950721E+00
+  2.14160338527981731E+00  2.13999963660530312E+00  2.13820786660031636E+00
+  2.13622688739304278E+00  2.13405555269424152E+00  2.13169275898789179E+00
+  2.12913744672296090E+00  2.12638860150544984E+00  2.12344525528987260E+00
+  2.12030648756930029E+00  2.11697142656306259E+00  2.11343925040118297E+00
+  2.10970918830460041E+00  2.10578052176020813E+00  2.10165258568968527E+00
+  2.09732476961114811E+00  2.09279651879251194E+00  2.08806733539556344E+00
+  2.08313677960958410E+00  2.07800447077345352E+00  2.07267008848507661E+00
+  2.06713337369698857E+00  2.06139412979692516E+00  2.05545222367220326E+00
+  2.04930758675665414E+00  2.04296021605886846E+00  2.03641017517052836E+00
+  2.02965759525350276E+00  2.02270267600445131E+00  2.01554568659559319E+00
+  2.00818696659034801E+00  2.00062692683247434E+00  1.99286605030738828E+00
+  1.98490489297426720E+00  1.97674408456758255E+00  1.96838432936667629E+00
+  1.95982640693196752E+00  1.95107117280642428E+00  1.94211955918086487E+00
+  1.93297257552170199E+00  1.92363130915970149E+00  1.91409692583836222E+00
+  1.90437067022049544E+00  1.89445386635160218E+00  1.88434791807864399E+00
+  1.87405430942281881E+00  1.86357460490494398E+00  1.85291044982209163E+00
+  1.84206357047408176E+00  1.83103577433852172E+00  1.81982895019304003E+00
+  1.80844506818340589E+00  1.79688617983625654E+00  1.78515441801515484E+00
+  1.77325199681875345E+00  1.76118121141984441E+00  1.74894443784413012E+00
+  1.73654413268756347E+00  1.72398283277117170E+00  1.71126315473226165E+00
+  1.69838779455103217E+00  1.68535952701158753E+00  1.67218120509642243E+00
+  1.65885575931352491E+00  1.64538619695524457E+00  1.63177560128818322E+00
+  1.61802713067338932E+00  1.60414401761621894E+00  1.59012956774527581E+00
+  1.57598715871993700E+00  1.56172023906600121E+00  1.54733232693912282E+00
+  1.53282700881572764E+00  1.51820793811120835E+00  1.50347883372527313E+00
+  1.48864347851441647E+00  1.47370571769155179E+00  1.45866945715295526E+00
+  1.44353866173275147E+00  1.42831735338527577E+00  1.41300960929573094E+00
+  1.39761955991969256E+00  1.38215138695206097E+00  1.36660932122623580E+00
+  1.35099764054433402E+00  1.33532066743941980E+00  1.31958276687080289E+00
+  1.30378834385359710E+00  1.28794184102381926E+00  1.27204773614044653E+00
+  1.25611053952595353E+00  1.24013479144697003E+00  1.22412505943683136E+00
+  1.20808593556187871E+00  1.19202203363353365E+00  1.17593798636823976E+00
+  1.15983844249753631E+00  1.14372806383058601E+00  1.12761152227165473E+00
+  1.11149349679512488E+00  1.09537867038074554E+00  1.07927172691194029E+00
+  1.06317734804010922E+00  1.04710021001795894E+00  1.03104498050503079E+00
+  1.01501631534865178E+00  9.99018855343704271E-01  9.83057222974649925E-01
+  9.67136019143366221E-01  9.51259819886450253E-01  9.35433173085718384E-01
+  9.19660595175719409E-01  9.03946567852163541E-01  8.88295534785229490E-01
+  8.72711898341795300E-01  8.57200016320689651E-01  8.41764198705117650E-01
+  8.26408704436472075E-01  8.11137738213779658E-01  7.95955447323061782E-01
+  7.80865918500931677E-01  7.65873174836758985E-01  7.50981172717754553E-01
+  7.36193798821330070E-01  7.21514867159083528E-01  7.06948116176756902E-01
+  6.92497205914488156E-01  6.78165715231643595E-01  6.63957139100502247E-01
+  6.49874885972988814E-01  6.35922275224621969E-01  6.22102534679755848E-01
+  6.08418798222140955E-01  5.94874103494729467E-01  5.81471389692566620E-01
+  5.68213495452499773E-01  5.55103156843332557E-01  5.42143005459921334E-01
+  5.29335566624587806E-01  5.16683257699072529E-01  5.04188386510113995E-01
+  4.91853149891575636E-01  4.79679632345872520E-01  4.67669804827278823E-01
+  4.55825523649513176E-01  4.44148529519806934E-01  4.32640446701457404E-01
+  4.21302782306668622E-01  4.10136925721263035E-01  3.99144148162633605E-01
+  3.88325602372071144E-01  3.77682322442382867E-01  3.67215223781472477E-01
+  3.56925103212313632E-01  3.46812639209508611E-01  3.36878392272368099E-01
+  3.27122805434207464E-01  3.17546204907292406E-01  3.08148800862618366E-01
+  2.98930688343452433E-01  2.89891848311310818E-01  2.81032148822785544E-01
+  2.72351346335390765E-01  2.63849087140338390E-01  2.55524908919904870E-01
+  2.47378242426810918E-01  2.39408413282787863E-01  2.31614643893269467E-01
+  2.23996055474919020E-01  2.16551670192472651E-01  2.09280413401162269E-01
+  2.02181115990771737E-01  1.95252516827176870E-01  1.88493265287022149E-01
+  1.81901923881009647E-01  1.75476970961094048E-01  1.69216803506717445E-01
+  1.63119739985064433E-01  1.57184023280177221E-01  1.51407823685639709E-01
+  1.45789241955426419E-01  1.40326312407406367E-01  1.35017006073903156E-01
+  1.29859233893638432E-01  1.24850849939318664E-01  1.19989654675085045E-01
+  1.15273398238005934E-01  1.10699783737777335E-01  1.06266470568790711E-01
+  1.01971077728739534E-01  9.78111871379601927E-02  9.37843469537451568E-02
+  8.98880748739188662E-02  8.61198614240380605E-02  8.24771732226608767E-02
+  7.89574562192267987E-02  7.55581388992003361E-02  7.22766354512567877E-02
+  6.91103488914247971E-02  6.60566741392507040E-02  6.31130010412118275E-02
+  6.02767173367778908E-02  5.75452115627058045E-02  5.49158758913447440E-02
+  5.23861088989349133E-02  4.99533182600940817E-02  4.76149233649079684E-02
+  4.53683578552681113E-02  4.32110720773366958E-02  4.11405354472573898E-02
+  3.91542387274779607E-02  3.72496962113001012E-02  3.54244478135249119E-02
+  3.36760610653189796E-02  3.20021330116831842E-02  3.04002920101642087E-02
+  2.88681994297083598E-02  2.74035512488131246E-02  2.60040795523885891E-02
+  2.46675539269939591E-02  2.33917827543638039E-02  2.21746144033845745E-02
+  2.10139383209228710E-02  1.99076860221419558E-02  1.88538319811719507E-02
+  1.78503944232210124E-02  1.68954360194290588E-02  1.59870644859716055E-02
+  1.51234330891185896E-02  1.43027410581408713E-02  1.35232339081351252E-02
+  1.27832036750062852E-02  1.20809890650033537E-02  1.14149755213513362E-02
+  1.07835952106569155E-02  1.01853269318895098E-02  9.61869595085121376E-03
+  9.08227376314961823E-03  8.57467778877601602E-03  8.09457100146782418E-03
+  7.64066149609920163E-03  7.21170199739607724E-03  6.80648931331363696E-03
+  6.42386373644332053E-03  6.06270839683491474E-03  5.72194856962618490E-03
+  5.40055094086884860E-03  5.09752283492521333E-03  4.81191140678536092E-03
+  4.54280280262035329E-03  4.28932129184330171E-03  4.05062837389738323E-03
+  3.82592186292882424E-03  3.61443495343382855E-03  3.41543526989174489E-03
+  3.22822390331345454E-03  3.05213443754402030E-03  2.88653196806301464E-03
+  2.73081211592506338E-03  2.58440003937752570E-03  2.44674944558255806E-03
+  2.31734160475760738E-03  2.19568436893217847E-03  2.08131119740017929E-03
+  1.97378019082669089E-03  1.87267313584635873E-03  1.77759456186805877E-03
+  1.68817081167781926E-03  1.60404912730945527E-03  1.52489675253063978E-03
+  1.45040005317153783E-03  1.38026365640415722E-03  1.31420960996362474E-03
+  1.25197656218803410E-03  1.19331896364172725E-03  1.13800629097812831E-03
+  1.08582229359297433E-03  1.03656426351704761E-03  9.90042328899786751E-04
+  9.46078771341456138E-04  9.04507367242184720E-04  8.65172753251245330E-04
+  8.27929815819602012E-04  7.92643104783036299E-04  7.59186270832242719E-04
+  7.27441526660096180E-04  6.97299131514946360E-04  6.68656898832220895E-04
+  6.41419726564835483E-04  6.15499149785822997E-04  5.90812915094158023E-04
+  5.67284576316887806E-04  5.44843110967239779E-04  5.23422556889265446E-04
+  5.02961668494657970E-04  4.83403591976464247E-04  4.64695558867393114E-04
+  4.46788597297054365E-04
+  END     
+  CORECORE_R   
+  1.07133285199134516E+01
+  END     
+  COREVAL_LIST            8
+  COREVAL_R      
+         1         1         1  1.80833371870719795E-01
+         1         1         2  2.52116330028655522E-01
+         1         2         1  2.52116330028655300E-01
+         1         2         2  3.51831127892670015E-01
+         1         3         3  8.37742253111488921E-02
+         1         3         4 -2.60289969710063462E-01
+         1         4         3 -2.60289969710068958E-01
+         1         4         4  8.09196684811896660E-01
+  END     
+  END     
diff --git a/example/F/hf/F.input b/example/F/hf/F.input
new file mode 100644
index 0000000..b5617c6
--- /dev/null
+++ b/example/F/hf/F.input
@@ -0,0 +1,27 @@
+F 9
+HF loggrid 2001
+2 2 0 0 0 0 
+2 1 5 
+0 0 0 
+c 
+v 
+v 
+1
+1.5
+y 
+2 
+n
+y
+2 
+n 
+VANDERBILT   
+2 0
+1.5
+1.5
+1.5
+1.5
+2
+default
+3
+UPFDX  0.008d0   UPFXMIN   -7.d0     UPFZMESH 9.d0
+0
diff --git a/example/F/lda/F.LDA-PW-paw.UPF b/example/F/lda/F.LDA-PW-paw.UPF
new file mode 100644
index 0000000..d851c5b
--- /dev/null
+++ b/example/F/lda/F.LDA-PW-paw.UPF
@@ -0,0 +1,18568 @@
+<UPF version="2.0.1">
+   <PP_INFO>
+         UPF file from ATOMPAW code with following input
+           F 9
+           LDA-PW loggridv4 2001
+           2 2 0 0 0 0
+           2 1 5
+           0 0 0
+           c
+           v
+           v
+           1
+           1.5
+           y
+           2
+           n
+           y
+           2
+           n
+           VANDERBILT
+           2 0
+           1.5
+           1.5
+           1.5
+           1.5
+  </PP_INFO>
+  <!--                               -->
+  <!-- END OF HUMAN READABLE SECTION -->
+  <PP_HEADER generated="Generated using ATOMPAW code"
+             author="   "
+             date=" 07/21/2013, 19:10:18.100"
+             element="F "
+             pseudo_type="PAW"
+             relativistic="no"
+             is_ultrasoft="T"
+             is_paw="T"
+             is_coulomb="F"
+             has_so="F"
+             has_wfc="T"
+             has_gipaw="T"
+             paw_as_gipaw="T"
+             core_correction="T"
+             functional="SLA PW NOGX NOGC"
+             z_valence=" 7.000"
+             l_max="1"
+             l_max_rho="2"
+             mesh_size="  2000"
+             number_of_wfc="     4"
+             number_of_proj=" 4"
+                                    /> 
+<PP_MESH dx=" 8.0000000000000E-03" mesh="  1489" xmin="-7.0000000000000E+00" zmesh=" 9.0000000000000E+00">
+ <PP_R type="real" size="  1489" columns="3">
+  1.01320218394946251E-04  1.02134031052406111E-04  1.02954380322715152E-04
+  1.03781318708506690E-04  1.04614899134119669E-04  1.05455174948985866E-04
+  1.06302199931044227E-04  1.07156028290182739E-04  1.08016714671707844E-04
+  1.08884314159841706E-04  1.09758882281247723E-04  1.10640475008584195E-04
+  1.11529148764086576E-04  1.12424960423178534E-04  1.13327967318112052E-04
+  1.14238227241636640E-04  1.15155798450698100E-04  1.16080739670166967E-04
+  1.17013110096597067E-04  1.17952969402013901E-04  1.18900377737733823E-04
+  1.19855395738213707E-04  1.20818084524931577E-04  1.21788505710298351E-04
+  1.22766721401601172E-04  1.23752794204978127E-04  1.24746787229425271E-04
+  1.25748764090835433E-04  1.26758788916069741E-04  1.27776926347061739E-04
+  1.28803241544954590E-04  1.29837800194271247E-04  1.30880668507118417E-04
+  1.31931913227424056E-04  1.32991601635209101E-04  1.34059801550893379E-04
+  1.35136581339636100E-04  1.36222009915711235E-04  1.37316156746918245E-04
+  1.38419091859027686E-04  1.39530885840263272E-04  1.40651609845819290E-04
+  1.41781335602414596E-04  1.42920135412883293E-04  1.44068082160801915E-04
+  1.45225249315154181E-04  1.46391710935032905E-04  1.47567541674379970E-04
+  1.48752816786764026E-04  1.49947612130196838E-04  1.51152004171988214E-04
+  1.52366069993639924E-04  1.53589887295778934E-04  1.54823534403130368E-04
+  1.56067090269530127E-04  1.57320634482978138E-04  1.58584247270731992E-04
+  1.59858009504441342E-04  1.61142002705323971E-04  1.62436309049382996E-04
+  1.63741011372666226E-04  1.65056193176567529E-04  1.66381938633171735E-04
+  1.67718332590640029E-04  1.69065460578642345E-04  1.70423408813829229E-04
+  1.71792264205351808E-04  1.73172114360421769E-04  1.74563047589920640E-04
+  1.75965152914049302E-04  1.77378520068027632E-04  1.78803239507835360E-04
+  1.80239402416003549E-04  1.81687100707447871E-04  1.83146427035353637E-04
+  1.84617474797103771E-04  1.86100338140257165E-04  1.87595111968573880E-04
+  1.89101891948089231E-04  1.90620774513236167E-04  1.92151856873017308E-04
+  1.93695237017226288E-04  1.95251013722719160E-04  1.96819286559736105E-04
+  1.98400155898273997E-04  1.99993722914510136E-04  2.01600089597277427E-04
+  2.03219358754591959E-04  2.04851634020232454E-04  2.06497019860373097E-04
+  2.08155621580269259E-04  2.09827545330997151E-04  2.11512898116247568E-04
+  2.13211787799173920E-04  2.14924323109295901E-04  2.16650613649457834E-04
+  2.18390769902843601E-04  2.20144903240047343E-04  2.21913125926201420E-04
+  2.23695551128161275E-04  2.25492292921748234E-04  2.27303466299050359E-04
+  2.29129187175782097E-04  2.30969572398702659E-04  2.32824739753094493E-04
+  2.34694807970301585E-04  2.36579896735328028E-04  2.38480126694498378E-04
+  2.40395619463178552E-04  2.42326497633559587E-04  2.44272884782503470E-04
+  2.46234905479452066E-04  2.48212685294399720E-04  2.50206350805929657E-04
+  2.52216029609315148E-04  2.54241850324685495E-04  2.56283942605258061E-04
+  2.58342437145635826E-04  2.60417465690171901E-04  2.62509161041401531E-04
+  2.64617657068541210E-04  2.66743088716056261E-04  2.68885592012297594E-04
+  2.71045304078207524E-04  2.73222363136095515E-04  2.75416908518484301E-04
+  2.77629080677027390E-04  2.79859021191498079E-04  2.82106872778850506E-04
+  2.84372779302353410E-04  2.86656885780797765E-04  2.88959338397777935E-04
+  2.91280284511047144E-04  2.93619872661948951E-04  2.95978252584923589E-04
+  2.98355575217091175E-04  3.00751992707911514E-04  3.03167658428922081E-04
+  3.05602726983553576E-04  3.08057354217024563E-04  3.10531697226315974E-04
+  3.13025914370224914E-04  3.15540165279499943E-04  3.18074610867057463E-04
+  3.20629413338280171E-04  3.23204736201398242E-04  3.25800744277953997E-04
+  3.28417603713350480E-04  3.31055481987484667E-04  3.33714547925466646E-04
+  3.36394971708423908E-04  3.39096924884393620E-04  3.41820580379301262E-04
+  3.44566112508028156E-04  3.47333696985567748E-04  3.50123510938271274E-04
+  3.52935732915183860E-04  3.55770542899472059E-04  3.58628122319942365E-04
+  3.61508654062653182E-04  3.64412322482619215E-04  3.67339313415610469E-04
+  3.70289814190045724E-04  3.73264013638981759E-04  3.76262102112198292E-04
+  3.79284271488381170E-04  3.82330715187401875E-04  3.85401628182697109E-04
+  3.88497207013746766E-04  3.91617649798652577E-04  3.94763156246818016E-04
+  3.97933927671729256E-04  4.01130167003839932E-04  4.04352078803558264E-04
+  4.07599869274339168E-04  4.10873746275881337E-04  4.14173919337430016E-04
+  4.17500599671188693E-04  4.20854000185832706E-04  4.24234335500141236E-04
+  4.27641821956726621E-04  4.31076677635886711E-04  4.34539122369555848E-04
+  4.38029377755380514E-04  4.41547667170895006E-04  4.45094215787824503E-04
+  4.48669250586489340E-04  4.52273000370338740E-04  4.55905695780587272E-04
+  4.59567569310982552E-04  4.63258855322679032E-04  4.66979790059243141E-04
+  4.70730611661766200E-04  4.74511560184112799E-04  4.78322877608277383E-04
+  4.82164807859877668E-04  4.86037596823759340E-04  4.89941492359739815E-04
+  4.93876744318464040E-04  4.97843604557402604E-04  5.01842326956962871E-04
+  5.05873167436745241E-04  5.09936383971914381E-04  5.14032236609717266E-04
+  5.18160987486118957E-04  5.22322900842586701E-04  5.26518243042994058E-04
+  5.30747282590675611E-04  5.35010290145604200E-04  5.39307538541719837E-04
+  5.43639302804386224E-04  5.48005860167994621E-04  5.52407490093706922E-04
+  5.56844474287340654E-04  5.61317096717398826E-04  5.65825643633243325E-04
+  5.70370403583416092E-04  5.74951667434105140E-04  5.79569728387760528E-04
+  5.84224882001859510E-04  5.88917426207822507E-04  5.93647661330080315E-04
+  5.98415890105295496E-04  6.03222417701737069E-04  6.08067551738811977E-04
+  6.12951602306752359E-04  6.17874881986461648E-04  6.22837705869519736E-04
+  6.27840391578349233E-04  6.32883259286543074E-04  6.37966631739355825E-04
+  6.43090834274359690E-04  6.48256194842265852E-04  6.53463044027913871E-04
+  6.58711715071428911E-04  6.64002543889549192E-04  6.69335869097125173E-04
+  6.74712032028790482E-04  6.80131376760807716E-04  6.85594250133089787E-04
+  6.91101001771397003E-04  6.96651984109713813E-04  7.02247552412804763E-04
+  7.07888064798951194E-04  7.13573882262871057E-04  7.19305368698822719E-04
+  7.25082890923894603E-04  7.30906818701481092E-04  7.36777524764947950E-04
+  7.42695384841486942E-04  7.48660777676163000E-04  7.54674085056153843E-04
+  7.60735691835184207E-04  7.66845985958156963E-04  7.73005358485981788E-04
+  7.79214203620602771E-04  7.85472918730227695E-04  7.91781904374760166E-04
+  7.98141564331434706E-04  8.04552305620659359E-04  8.11014538532064738E-04
+  8.17528676650763181E-04  8.24095136883817598E-04  8.30714339486924333E-04
+  8.37386708091309405E-04  8.44112669730840825E-04  8.50892654869359489E-04
+  8.57727097428228323E-04  8.64616434814104227E-04  8.71561107946931205E-04
+  8.78561561288160190E-04  8.85618242869194716E-04  8.92731604320064491E-04
+  8.99902100898330439E-04  9.07130191518221011E-04  9.14416338780003326E-04
+  9.21761008999588943E-04  9.29164672238379013E-04  9.36627802333347970E-04
+  9.44150876927369199E-04  9.51734377499784557E-04  9.59378789397219238E-04
+  9.67084601864643951E-04  9.74852308076687001E-04  9.82682405169197368E-04
+  9.90575394271061595E-04  9.98531780536275788E-04  1.00655207317627772E-03
+  1.01463678549253318E-03  1.02278643490938967E-03  1.03100154300719382E-03
+  1.03928263555566440E-03  1.04763024254755487E-03  1.05604489823255877E-03
+  1.06452714115151540E-03  1.07307751417086319E-03  1.08169656451739772E-03
+  1.09038484381327925E-03  1.09914290811135239E-03  1.10797131793071747E-03
+  1.11687063829262064E-03  1.12584143875659837E-03  1.13488429345694653E-03
+  1.14399978113944884E-03  1.15318848519843208E-03  1.16245099371408821E-03
+  1.17178789949012852E-03  1.18119980009170509E-03  1.19068729788367341E-03
+  1.20025100006912640E-03  1.20989151872827241E-03  1.21960947085759182E-03
+  1.22940547840934299E-03  1.23928016833134793E-03  1.24923417260713659E-03
+  1.25926812829637636E-03  1.26938267757566040E-03  1.27957846777959042E-03
+  1.28985615144222468E-03  1.30021638633882040E-03  1.31065983552795242E-03
+  1.32118716739392872E-03  1.33179905568958689E-03  1.34249617957939485E-03
+  1.35327922368293826E-03  1.36414887811871503E-03  1.37510583854832469E-03
+  1.38615080622096916E-03  1.39728448801835483E-03  1.40850759649991200E-03
+  1.41982084994841918E-03  1.43122497241595379E-03  1.44272069377025130E-03
+  1.45430874974139751E-03  1.46598988196893474E-03  1.47776483804930737E-03
+  1.48963437158372981E-03  1.50159924222639362E-03  1.51366021573310933E-03
+  1.52581806401029334E-03  1.53807356516439037E-03  1.55042750355165204E-03
+  1.56288066982835771E-03  1.57543386100139366E-03  1.58808788047928601E-03
+  1.60084353812359453E-03  1.61370165030076825E-03  1.62666303993436959E-03
+  1.63972853655776547E-03  1.65289897636719291E-03  1.66617520227530197E-03
+  1.67955806396507569E-03  1.69304841794423516E-03  1.70664712760003811E-03
+  1.72035506325454442E-03  1.73417310222031456E-03  1.74810212885655918E-03
+  1.76214303462573748E-03  1.77629671815061115E-03  1.79056408527175723E-03
+  1.80494604910554123E-03  1.81944353010255757E-03  1.83405745610653844E-03
+  1.84878876241373596E-03  1.86363839183278316E-03  1.87860729474503092E-03
+  1.89369642916537473E-03  1.90890676080356829E-03  1.92423926312602824E-03
+  1.93969491741813674E-03  1.95527471284704345E-03  1.97097964652497492E-03
+  1.98681072357304598E-03  2.00276895718559189E-03  2.01885536869501111E-03
+  2.03507098763713087E-03  2.05141685181709854E-03  2.06789400737580117E-03
+  2.08450350885681793E-03  2.10124641927391395E-03  2.11812381017907093E-03
+  2.13513676173106640E-03  2.15228636276460807E-03  2.16957371086001511E-03
+  2.18699991241346620E-03  2.20456608270780960E-03  2.22227334598394015E-03
+  2.24012283551275121E-03  2.25811569366766475E-03  2.27625307199774522E-03
+  2.29453613130139620E-03  2.31296604170065385E-03  2.33154398271607447E-03
+  2.35027114334222407E-03  2.36914872212377545E-03  2.38817792723221376E-03
+  2.40735997654316141E-03  2.42669609771432176E-03  2.44618752826404997E-03
+  2.46583551565055393E-03  2.48564131735173367E-03  2.50560620094565732E-03
+  2.52573144419169062E-03  2.54601833511227012E-03  2.56646817207534022E-03
+  2.58708226387744560E-03  2.60786192982749836E-03  2.62880849983121228E-03
+  2.64992331447621741E-03  2.67120772511785821E-03  2.69266309396568038E-03
+  2.71429079417061410E-03  2.73609220991285519E-03  2.75806873649045133E-03
+  2.78022178040860605E-03  2.80255275946969138E-03  2.82506310286398908E-03
+  2.84775425126115997E-03  2.87062765690244753E-03  2.89368478369362008E-03
+  2.91692710729866229E-03  2.94035611523421787E-03  2.96397330696479252E-03
+  2.98778019399871791E-03  3.01177829998489034E-03  3.03596916081028427E-03
+  3.06035432469825000E-03  3.08493535230759891E-03  3.10971381683248929E-03
+  3.13469130410310879E-03  3.15986941268716704E-03  3.18524975399220875E-03
+  3.21083395236874047E-03  3.23662364521419034E-03  3.26262048307770364E-03
+  3.28882612976577789E-03  3.31524226244874496E-03  3.34187057176811445E-03
+  3.36871276194477100E-03  3.39577055088804850E-03  3.42304567030567511E-03
+  3.45053986581460347E-03  3.47825489705273078E-03  3.50619253779151574E-03
+  3.53435457604950234E-03  3.56274281420675219E-03  3.59135906912019624E-03
+  3.62020517223991811E-03  3.64928296972636236E-03  3.67859432256849306E-03
+  3.70814110670289769E-03  3.73792521313384696E-03  3.76794854805431734E-03
+  3.79821303296799286E-03  3.82872060481223749E-03  3.85947321608206238E-03
+  3.89047283495508713E-03  3.92172144541749930E-03  3.95322104739103536E-03
+  3.98497365686097376E-03  4.01698130600515804E-03  4.04924604332405989E-03
+  4.08176993377187998E-03  4.11455505888870792E-03  4.14760351693374205E-03
+  4.18091742301958044E-03  4.21449890924757969E-03  4.24835012484432381E-03
+  4.28247323629916358E-03  4.31687042750288075E-03  4.35154389988745300E-03
+  4.38649587256694992E-03  4.42172858247954961E-03  4.45724428453071492E-03
+  4.49304525173749997E-03  4.52913377537402483E-03  4.56551216511812217E-03
+  4.60218274919915130E-03  4.63914787454701091E-03  4.67640990694234097E-03
+  4.71397123116793198E-03  4.75183425116135726E-03  4.79000139016882032E-03
+  4.82847509090024527E-03  4.86725781568561004E-03  4.90635204663253995E-03
+  4.94576028578515986E-03  4.98548505528422555E-03  5.02552889752854674E-03
+  5.06589437533769282E-03  5.10658407211602230E-03  5.14760059201801925E-03
+  5.18894656011495686E-03  5.23062462256290543E-03  5.27263744677208910E-03
+  5.31498772157759647E-03  5.35767815741147128E-03  5.40071148647617780E-03
+  5.44409046291946704E-03  5.48781786301063505E-03  5.53189648531821586E-03
+  5.57632915088908127E-03  5.62111870342899521E-03  5.66626800948460702E-03
+  5.71177995862691759E-03  5.75765746363620344E-03  5.80390346068844834E-03
+  5.85052090954324595E-03  5.89751279373323684E-03  5.94488212075504861E-03
+  5.99263192226177997E-03  6.04076525425702518E-03  6.08928519729046158E-03
+  6.13819485665500521E-03  6.18749736258554939E-03  6.23719587045930279E-03
+  6.28729356099773373E-03  6.33779364047013481E-03  6.38869934089883115E-03
+  6.44001392026602622E-03  6.49174066272231384E-03  6.54388287879686861E-03
+  6.59644390560931628E-03  6.64942710708331386E-03  6.70283587416184087E-03
+  6.75667362502421938E-03  6.81094380530488340E-03  6.86564988831389351E-03
+  6.92079537525923643E-03  6.97638379547089842E-03  7.03241870662674792E-03
+  7.08890369498022584E-03  7.14584237558986771E-03  7.20323839255066541E-03
+  7.26109541922729737E-03  7.31941715848921995E-03  7.37820734294765065E-03
+  7.43746973519446471E-03  7.49720812804299374E-03  7.55742634477076739E-03
+  7.61812823936421513E-03  7.67931769676530925E-03  7.74099863312020797E-03
+  7.80317499602989351E-03  7.86585076480281371E-03  7.92902995070956379E-03
+  7.99271659723960887E-03  8.05691478036006312E-03  8.12162860877655920E-03
+  8.18686222419620635E-03  8.25261980159265607E-03  8.31890554947330857E-03
+  8.38572371014865287E-03  8.45307856000378048E-03  8.52097440977207105E-03
+  8.58941560481108618E-03  8.65840652538066996E-03  8.72795158692328543E-03
+  8.79805524034661321E-03  8.86872197230839827E-03  8.93995630550360743E-03
+  9.01176279895388177E-03  9.08414604829930854E-03  9.15711068609255732E-03
+  9.23066138209534953E-03  9.30480284357733216E-03  9.37953981561735241E-03
+  9.45487708140712799E-03  9.53081946255738589E-03  9.60737181940644024E-03
+  9.68453905133125938E-03  9.76232609706102761E-03  9.84073793499322218E-03
+  9.91977958351223515E-03  9.99945610131055054E-03  1.00797725877125061E-02
+  1.01607341830006435E-02  1.02423460687446899E-02  1.03246134681332057E-02
+  1.04075416463078260E-02  1.04911359107002569E-02  1.05754016113719547E-02
+  1.06603441413565259E-02  1.07459689370048815E-02  1.08322814783331708E-02
+  1.09192872893735006E-02  1.10069919385274752E-02  1.10954010389225748E-02
+  1.11845202487714061E-02  1.12743552717338158E-02  1.13649118572819383E-02
+  1.14561958010681569E-02  1.15482129452960346E-02  1.16409691790942092E-02
+  1.17344704388933057E-02  1.18287227088058680E-02  1.19237320210093360E-02
+  1.20195044561321254E-02  1.21160461436427766E-02  1.22133632622422363E-02
+  1.23114620402593189E-02  1.24103487560492977E-02  1.25100297383957393E-02
+  1.26105113669155375E-02  1.27118000724672151E-02  1.28139023375625008E-02
+  1.29168246967812129E-02  1.30205737371894698E-02  1.31251560987612724E-02
+  1.32305784748034602E-02  1.33368476123840798E-02  1.34439703127642134E-02
+  1.35519534318332500E-02  1.36608038805476669E-02  1.37705286253733353E-02
+  1.38811346887313791E-02  1.39926291494476066E-02  1.41050191432055584E-02
+  1.42183118630031993E-02  1.43325145596132665E-02  1.44476345420473228E-02
+  1.45636791780235433E-02  1.46806558944382326E-02  1.47985721778411770E-02
+  1.49174355749147614E-02  1.50372536929569665E-02  1.51580342003682488E-02
+  1.52797848271423054E-02  1.54025133653608124E-02  1.55262276696921039E-02
+  1.56509356578938899E-02  1.57766453113199756E-02  1.59033646754310892E-02
+  1.60311018603097981E-02  1.61598650411795206E-02  1.62896624589277950E-02
+  1.64205024206336564E-02  1.65523933000993155E-02  1.66853435383860736E-02
+  1.68193616443545677E-02  1.69544561952093206E-02  1.70906358370477018E-02
+  1.72279092854132690E-02  1.73662853258535720E-02  1.75057728144824391E-02
+  1.76463806785467463E-02  1.77881179169977928E-02  1.79309936010672161E-02
+  1.80750168748475687E-02  1.82201969558775274E-02  1.83665431357318415E-02
+  1.85140647806159679E-02  1.86627713319655296E-02  1.88126723070505819E-02
+  1.89637772995846880E-02  1.91160959803389520E-02  1.92696380977609300E-02
+  1.94244134785985512E-02  1.95804320285290177E-02  1.97377037327927767E-02
+  1.98962386568325850E-02  2.00560469469376959E-02  2.02171388308932214E-02
+  2.03795246186347229E-02  2.05432147029080414E-02  2.07082195599344460E-02
+  2.08745497500811075E-02  2.10422159185369682E-02  2.12112287959940402E-02
+  2.13815991993341753E-02  2.15533380323213314E-02  2.17264562862994441E-02
+  2.19009650408958575E-02  2.20768754647304374E-02  2.22541988161303467E-02
+  2.24329464438506078E-02  2.26131297878004039E-02  2.27947603797752502E-02
+  2.29778498441950280E-02  2.31624098988479597E-02  2.33484523556405366E-02
+  2.35359891213534969E-02  2.37250321984038559E-02  2.39155936856130756E-02
+  2.41076857789813831E-02  2.43013207724683163E-02  2.44965110587795597E-02
+  2.46932691301600532E-02  2.48916075791935365E-02  2.50915390996084425E-02
+  2.52930764870903171E-02  2.54962326401007543E-02  2.57010205607028884E-02
+  2.59074533553935449E-02  2.61155442359420446E-02  2.63253065202357639E-02
+  2.65367536331325045E-02  2.67498991073196607E-02  2.69647565841803424E-02
+  2.71813398146664026E-02  2.73996626601785108E-02  2.76197390934533153E-02
+  2.78415831994576583E-02  2.80652091762900423E-02  2.82906313360892954E-02
+  2.85178641059506480E-02  2.87469220288488897E-02  2.89778197645692882E-02
+  2.92105720906457346E-02  2.94451939033065387E-02  2.96817002184278089E-02
+  2.99201061724944338E-02  3.01604270235688449E-02  3.04026781522675552E-02
+  3.06468750627454760E-02  3.08930333836882308E-02  3.11411688693123828E-02
+  3.13912974003737258E-02  3.16434349851835994E-02  3.18975977606335143E-02
+  3.21538019932278429E-02  3.24120640801249249E-02  3.26724005501864770E-02
+  3.29348280650354486E-02  3.31993634201223561E-02  3.34660235458002220E-02
+  3.37348255084081242E-02  3.40057865113634061E-02  3.42789238962627404E-02
+  3.45542551439920048E-02  3.48317978758450331E-02  3.51115698546513866E-02
+  3.53935889859132158E-02  3.56778733189511837E-02  3.59644410480596324E-02
+  3.62533105136710540E-02  3.65445002035298325E-02  3.68380287538755194E-02
+  3.71339149506355326E-02  3.74321777306274514E-02  3.77328361827710124E-02
+  3.80359095493097710E-02  3.83414172270426373E-02  3.86493787685652651E-02
+  3.89598138835214394E-02  3.92727424398644637E-02  3.95881844651287604E-02
+  3.99061601477116168E-02  4.02266898381652693E-02  4.05497940504993062E-02
+  4.08754934634935896E-02  4.12038089220217382E-02  4.15347614383851649E-02
+  4.18683721936578754E-02  4.22046625390420788E-02  4.25436539972346706E-02
+  4.28853682638046865E-02  4.32298272085818169E-02  4.35770528770561133E-02
+  4.39270674917888737E-02  4.42798934538349079E-02  4.46355533441762306E-02
+  4.49940699251672183E-02  4.53554661419914087E-02  4.57197651241300698E-02
+  4.60869901868423831E-02  4.64571648326577089E-02  4.68303127528797367E-02
+  4.72064578291027381E-02  4.75856241347399622E-02  4.79678359365644166E-02
+  4.83531176962618617E-02  4.87414940719964329E-02  4.91329899199887468E-02
+  4.95276302961067047E-02  4.99254404574690780E-02  5.03264458640619791E-02
+  5.07306721803683150E-02  5.11381452770102995E-02  5.15488912324051987E-02
+  5.19629363344343703E-02  5.23803070821256683E-02  5.28010301873493987E-02
+  5.32251325765279101E-02  5.36526413923588755E-02  5.40835839955524228E-02
+  5.45179879665822487E-02  5.49558811074507894E-02  5.53972914434685201E-02
+  5.58422472250476171E-02  5.62907769295099766E-02  5.67429092629097784E-02
+  5.71986731618706959E-02  5.76580977954378321E-02  5.81212125669445523E-02
+  5.85880471158943053E-02  5.90586313198575713E-02  5.95329952963840198E-02
+  6.00111694049300856E-02  6.04931842488019289E-02  6.09790706771140695E-02
+  6.14688597867637868E-02  6.19625829244212639E-02  6.24602716885358511E-02
+  6.29619579313583227E-02  6.34676737609794483E-02  6.39774515433849805E-02
+  6.44913239045269565E-02  6.50093237324119166E-02  6.55314841792056374E-02
+  6.60578386633549619E-02  6.65884208717265197E-02  6.71232647617627798E-02
+  6.76624045636552429E-02  6.82058747825352585E-02  6.87537102006823553E-02
+  6.93059458797502664E-02  6.98626171630109677E-02  7.04237596776165903E-02
+  7.09894093368796109E-02  7.15596023425712907E-02  7.21343751872386418E-02
+  7.27137646565398782E-02  7.32978078315988241E-02  7.38865420913780296E-02
+  7.44800051150710796E-02  7.50782348845140529E-02  7.56812696866163842E-02
+  7.62891481158112783E-02  7.69019090765256513E-02  7.75195917856701666E-02
+  7.81422357751490465E-02  7.87698808943901319E-02  7.94025673128952447E-02
+  8.00403355228112429E-02  8.06832263415211970E-02  8.13312809142569398E-02
+  8.19845407167323348E-02  8.26430475577977081E-02  8.33068435821156805E-02
+  8.39759712728583574E-02  8.46504734544263754E-02  8.53303932951895577E-02
+  8.60157743102498012E-02  8.67066603642260153E-02  8.74030956740614734E-02
+  8.81051248118537300E-02  8.88127927077072138E-02  8.95261446526088300E-02
+  9.02452263013265310E-02  9.09700836753312980E-02  9.17007631657424660E-02
+  9.24373115362968345E-02  9.31797759263415376E-02  9.39282038538509639E-02
+  9.46826432184679212E-02  9.54431423045692534E-02  9.62097497843560912E-02
+  9.69825147209688043E-02  9.77614865716270737E-02  9.85467151907952615E-02
+  9.93382508333730263E-02  1.00136144157911638E-01  1.00940446229856234E-01
+  1.01751208524813952E-01  1.02568482931848420E-01  1.03392321756800631E-01
+  1.04222777725636609E-01  1.05059903987821793E-01  1.05903754119722748E-01
+  1.06754382128035910E-01  1.07611842453244178E-01  1.08476189973101031E-01
+  1.09347480006142792E-01  1.10225768315228956E-01  1.11111111111111105E-01
+  1.12003565056030388E-01  1.12903187267343885E-01  1.13810035321180170E-01
+  1.14724167256124276E-01  1.15645641576932023E-01  1.16574517258274515E-01
+  1.17510853748512362E-01  1.18454710973500604E-01  1.19406149340423762E-01
+  1.20365229741662069E-01  1.21332013558688612E-01  1.22306562665997667E-01
+  1.23288939435064748E-01  1.24279206738338380E-01  1.25277427953263965E-01
+  1.26283666966340052E-01  1.27297988177206889E-01  1.28320456502768188E-01
+  1.29351137381345821E-01  1.30390096776867831E-01  1.31437401183090108E-01
+  1.32493117627852208E-01  1.33557313677366840E-01  1.34630057440544515E-01
+  1.35711417573352228E-01  1.36801463283207553E-01  1.37900264333407990E-01
+  1.39007891047595838E-01  1.40124414314258872E-01  1.41249905591267211E-01
+  1.42384436910446832E-01  1.43528080882189379E-01  1.44680910700099363E-01
+  1.45843000145678720E-01  1.47014423593048588E-01  1.48195256013709420E-01
+  1.49385572981339254E-01  1.50585450676630234E-01  1.51794965892164485E-01
+  1.53014196037328604E-01  1.54243219143268079E-01  1.55482113867881189E-01
+  1.56730959500853195E-01  1.57989835968730868E-01  1.59258823840037866E-01
+  1.60538004330431083E-01  1.61827459307898491E-01  1.63127271297998866E-01
+  1.64437523489143200E-01  1.65758299737918974E-01  1.67089684574456943E-01
+  1.68431763207841034E-01  1.69784621531561958E-01  1.71148346129014167E-01
+  1.72523024279037401E-01  1.73908743961502466E-01  1.75305593862942061E-01
+  1.76713663382226660E-01  1.78133042636286071E-01  1.79563822465877126E-01
+  1.81006094441397231E-01  1.82459950868745113E-01  1.83925484795228411E-01
+  1.85402790015518626E-01  1.86891961077654128E-01  1.88393093289091179E-01
+  1.89906282722803715E-01  1.91431626223432017E-01  1.92969221413480718E-01
+  1.94519166699566870E-01  1.96081561278717814E-01  1.97656505144719913E-01
+  1.99244099094518179E-01  2.00844444734667255E-01  2.02457644487834432E-01
+  2.04083801599354520E-01  2.05723020143837698E-01  2.07375405031830384E-01
+  2.09041062016529389E-01  2.10720097700550252E-01  2.12412619542749925E-01
+  2.14118735865104021E-01  2.15838555859639486E-01  2.17572189595422988E-01
+  2.19319748025605221E-01  2.21081342994522589E-01  2.22857087244854202E-01
+  2.24647094424838212E-01  2.26451479095545083E-01  2.28270356738209695E-01
+  2.30103843761621962E-01  2.31952057509577314E-01  2.33815116268386414E-01
+  2.35693139274445684E-01  2.37586246721868677E-01  2.39494559770178167E-01
+  2.41418200552060536E-01  2.43357292181182516E-01  2.45311958760070198E-01
+  2.47282325388051949E-01  2.49268518169264319E-01  2.51270664220723416E-01
+  2.53288891680459816E-01  2.55323329715719916E-01  2.57374108531232382E-01
+  2.59441359377541425E-01  2.61525214559406693E-01  2.63625807444271387E-01
+  2.65743272470796876E-01  2.67877745157467761E-01  2.70029362111264493E-01
+  2.72198261036406541E-01  2.74384580743165518E-01  2.76588461156748844E-01
+  2.78810043326255252E-01  2.81049469433701959E-01  2.83306882803124160E-01
+  2.85582427909748027E-01  2.87876250389237087E-01  2.90188497047013105E-01
+  2.92519315867651286E-01  2.94868856024351811E-01  2.97237267888486700E-01
+  2.99624703039223672E-01  3.02031314273227214E-01  3.04457255614438149E-01
+  3.06902682323929532E-01  3.09367750909846473E-01  3.11852619137418852E-01
+  3.14357446039062460E-01  3.16882391924552975E-01  3.19427618391289914E-01
+  3.21993288334634920E-01  3.24579565958341199E-01  3.27186616785058226E-01
+  3.29814607666930049E-01  3.32463706796268965E-01  3.35134083716324582E-01
+  3.37825909332130137E-01  3.40539355921445019E-01  3.43274597145775962E-01
+  3.46031808061496138E-01  3.48811165131044154E-01  3.51612846234222232E-01
+  3.54437030679576104E-01  3.57283899215875556E-01  3.60153634043677395E-01
+  3.63046418826991291E-01  3.65962438705029647E-01  3.68901880304060570E-01
+  3.71864931749350314E-01  3.74851782677201595E-01  3.77862624247094603E-01
+  3.80897649153916051E-01  3.83957051640297364E-01  3.87041027509040625E-01
+  3.90149774135655436E-01  3.93283490480985654E-01  3.96442377103948362E-01
+  3.99626636174364336E-01  4.02836471485902348E-01  4.06072088469116632E-01
+  4.09333694204599807E-01  4.12621497436230888E-01  4.15935708584540376E-01
+  4.19276539760171596E-01  4.22644204777461563E-01  4.26038919168119423E-01
+  4.29460900195026418E-01  4.32910366866134710E-01  4.36387539948490277E-01
+  4.39892641982355670E-01  4.43425897295459115E-01  4.46987532017344980E-01
+  4.50577774093852912E-01  4.54196853301699510E-01  4.57845001263191054E-01
+  4.61522451461040817E-01  4.65229439253318278E-01  4.68966201888505629E-01
+  4.72732978520688851E-01  4.76530010224856471E-01  4.80357540012335271E-01
+  4.84215812846336358E-01  4.88105075657639886E-01  4.92025577360391431E-01
+  4.95977568868040064E-01  4.99961303109389299E-01  5.03977035044792299E-01
+  5.08025021682461886E-01  5.12105522094926213E-01  5.16218797435602839E-01
+  5.20365110955519294E-01  5.24544728020154283E-01  5.28757916126428529E-01
+  5.33004944919816870E-01  5.37286086211614000E-01  5.41601613996321563E-01
+  5.45951804469193003E-01  5.50336936043901437E-01  5.54757289370366391E-01
+  5.59213147352707662E-01  5.63704795167358941E-01  5.68232520281311659E-01
+  5.72796612470520383E-01  5.77397363838441313E-01  5.82035068834734215E-01
+  5.86710024274100017E-01  5.91422529355284499E-01  5.96172885680219311E-01
+  6.00961397273332754E-01  6.05788370600999215E-01  6.10654114591161479E-01
+  6.15558940653093578E-01  6.20503162697339739E-01  6.25487097155796312E-01
+  6.30511063001972016E-01  6.35575381771393610E-01  6.40680377582193206E-01
+  6.45826377155843012E-01  6.51013709838074495E-01  6.56242707619947629E-01
+  6.61513705159107568E-01  6.66827039801193511E-01  6.72183051601438875E-01
+  6.77582083346424557E-01  6.83024480576027382E-01  6.88510591605525302E-01
+  6.94040767547899451E-01  6.99615362336295177E-01  7.05234732746684134E-01
+  7.10899238420688251E-01  7.16609241888606752E-01  7.22365108592607941E-01
+  7.28167206910128151E-01  7.34015908177437670E-01  7.39911586713416392E-01
+  7.45854619843500544E-01  7.51845387923841479E-01  7.57884274365638877E-01
+  7.63971665659688548E-01  7.70107951401108659E-01  7.76293524314283889E-01
+  7.82528780277989333E-01  7.88814118350737670E-01  7.95149940796308186E-01
+  8.01536653109502728E-01  8.07974664042086732E-01  8.14464385628960064E-01
+  8.21006233214516712E-01  8.27600625479237961E-01  8.34247984466476522E-01
+  8.40948735609479803E-01  8.47703307758605029E-01  8.54512133208778391E-01
+  8.61375647727149585E-01  8.68294290580993722E-01  8.75268504565811956E-01
+  8.82298736033682918E-01  8.89385434921817097E-01  8.96529054781365242E-01
+  9.03730052806433815E-01  9.10988889863357354E-01  9.18306030520182337E-01
+  9.25681943076411162E-01  9.33117099592961963E-01  9.40611975922393095E-01
+  9.48167051739344569E-01  9.55782810571250696E-01  9.63459739829272910E-01
+  9.71198330839507573E-01  9.78999078874417283E-01  9.86862483184542394E-01
+  9.94789047030439466E-01  1.00277927771490338E+00  1.01083368661542217E+00
+  1.01895278921691812E+00  1.02713710514472534E+00  1.03538715819785887E+00
+  1.04370347638253147E+00  1.05208659194594256E+00  1.06053704141035299E+00
+  1.06905536560740910E+00  1.07764210971277108E+00  1.08629782328098878E+00
+  1.09502306028068874E+00  1.10381837913001357E+00  1.11268434273237515E+00
+  1.12162151851246694E+00  1.13063047845259312E+00  1.13971179912926091E+00
+  1.14886606175009742E+00  1.15809385219103111E+00  1.16739576103380394E+00
+  1.17677238360375269E+00  1.18622432000792677E+00  1.19575217517347809E+00
+  1.20535655888639348E+00  1.21503808583050454E+00  1.22479737562684488E+00
+  1.23463505287328856E+00  1.24455174718454087E+00  1.25454809323241911E+00
+  1.26462473078648596E+00  1.27478230475498089E+00  1.28502146522610872E+00
+  1.29534286750963057E+00  1.30574717217881986E+00  1.31623504511272205E+00
+  1.32680715753878986E+00  1.33746418607582229E+00  1.34820681277728793E+00
+  1.35903572517495785E+00  1.36995161632292639E+00  1.38095518484194879E+00
+  1.39204713496417032E+00  1.40322817657818000E+00  1.41449902527446292E+00
+  1.42586040239117740E+00  1.43731303506034269E+00  1.44885765625435270E+00
+  1.46049500483290995E+00  1.47222582559029092E+00  1.48405086930303320E+00
+  1.49597089277796513E+00  1.50798665890066341E+00  1.52009893668425566E+00
+  1.53230850131866014E+00  1.54461613422017519E+00  1.55702262308151340E+00
+  1.56952876192219093E+00  1.58213535113936787E+00  1.59484319755905157E+00
+  1.60765311448775616E+00  1.62056592176453163E+00  1.63358244581345757E+00
+  1.64670351969650985E+00  1.65992998316690166E+00  1.67326268272280410E+00
+  1.68670247166154508E+00  1.70025021013419853E+00  1.71390676520065677E+00
+  1.72767301088509950E+00  1.74154982823195592E+00  1.75553810536226607E+00
+  1.76963873753054757E+00  1.78385262718206561E+00  1.79818068401061648E+00
+  1.81262382501672104E+00  1.82718297456634016E+00  1.84185906445000813E+00
+  1.85665303394249337E+00  1.87156582986288655E+00  1.88659840663522349E+00
+  1.90175172634954182E+00  1.91702675882348261E+00  1.93242448166433123E+00
+  1.94794588033161187E+00  1.96359194820013117E+00  1.97936368662357909E+00
+  1.99526210499859191E+00  2.01128822082937919E+00  2.02744305979281680E+00
+  2.04372765580412041E+00  2.06014305108298545E+00  2.07669029622032042E+00
+  2.09337045024545532E+00  2.11018458069394832E+00  2.12713376367587914E+00
+  2.14421908394475302E+00  2.16144163496688968E+00  2.17880251899144239E+00
+  2.19630284712090607E+00  2.21394373938226252E+00  2.23172632479862987E+00
+  2.24965174146155222E+00  2.26772113660380725E+00  2.28593566667285897E+00
+  2.30429649740484166E+00  2.32280480389919752E+00  2.34146177069385075E+00
+  2.36026859184105353E+00  2.37922647098376938E+00  2.39833662143274395E+00
+  2.41760026624412028E+00  2.43701863829774901E+00  2.45659298037606266E+00
+  2.47632454524364309E+00  2.49621459572736892E+00  2.51626440479726865E+00
+  2.53647525564795773E+00  2.55684844178079862E+00  2.57738526708664750E+00
+  2.59808704592934481E+00  2.61895510322979197E+00  2.63999077455078934E+00
+  2.66119540618247186E+00  2.68257035522851162E+00  2.70411698969293379E+00
+  2.72583668856770833E+00  2.74773084192096739E+00  2.76980085098600792E+00
+  2.79204812825093462E+00  2.81447409754909517E+00  2.83708019415016999E+00
+  2.85986786485206190E+00  2.88283856807348027E+00  2.90599377394726099E+00
+  2.92933496441449481E+00  2.95286363331932655E+00  2.97658128650460974E+00
+  3.00048944190823264E+00  3.02458962966031164E+00  3.04888339218107962E+00
+  3.07337228427963982E+00  3.09805787325343562E+00  3.12294173898859739E+00
+  3.14802547406101541E+00  3.17331068383830717E+00  3.19879898658251793E+00
+  3.22449201355373472E+00  3.25039140911444235E+00  3.27649883083480820E+00
+  3.30281594959872216E+00  3.32934444971078047E+00  3.35608602900403286E+00
+  3.38304239894869374E+00  3.41021528476162850E+00  3.43760642551681705E+00
+  3.46521757425660493E+00  3.49305049810394852E+00  3.52110697837546116E+00
+  3.54938881069546985E+00  3.57789780511088429E+00  3.60663578620708991E+00
+  3.63560459322467500E+00  3.66480608017718801E+00  3.69424211596974850E+00
+  3.72391458451870960E+00  3.75382538487217055E+00  3.78397643133157935E+00
+  3.81436965357418734E+00  3.84500699677660407E+00  3.87589042173924048E+00
+  3.90702190501184754E+00  3.93840343901996848E+00  3.97003703219250559E+00
+  4.00192470909020326E+00  4.03406851053528470E+00  4.06647049374199732E+00
+  4.09913273244834198E+00  4.13205731704872914E+00  4.16524635472782645E+00
+  4.19870196959536024E+00  4.23242630282211518E+00  4.26642151277691450E+00
+  4.30068977516481432E+00  4.33523328316628831E+00  4.37005424757765581E+00
+  4.40515489695250917E+00  4.44053747774440488E+00  4.47620425445057446E+00
+  4.51215750975691776E+00  4.54839954468403107E+00  4.58493267873453547E+00
+  4.62175925004146482E+00  4.65888161551796820E+00  4.69630215100809245E+00
+  4.73402325143889691E+00  4.77204733097366773E+00  4.81037682316649295E+00
+  4.84901418111793703E+00  4.88796187763211520E+00  4.92722240537488076E+00
+  4.96679827703342891E+00  5.00669202547703396E+00  5.04690620391923428E+00
+  5.08744338608115765E+00  5.12830616635631564E+00  5.16949715997657755E+00
+  5.21101900317961331E+00  5.25287435337754083E+00  5.29506588932707967E+00
+  5.33759631130091083E+00  5.38046834126057938E+00  5.42368472303061555E+00
+  5.46724822247422360E+00  5.51116162767021933E+00  5.55542774909154247E+00
+  5.60004941978505411E+00  5.64502949555292943E+00  5.69037085513535068E+00
+  5.73607640039482813E+00  5.78214905650184008E+00  5.82859177212212121E+00
+  5.87540751960530638E+00  5.92259929517523265E+00  5.97017011912162410E+00
+  6.01812303599347231E+00  6.06646111479380412E+00  6.11518744917618395E+00
+  6.16430515764262044E+00  6.21381738374324577E+00  6.26372729627740643E+00
+  6.31403808949656398E+00  6.36475298330863382E+00  6.41587522348415362E+00
+  6.46740808186392258E+00  6.51935485656848801E+00  6.57171887220914108E+00
+  6.62450348010077850E+00  6.67771205847629901E+00  6.73134801270290417E+00
+  6.78541477549994809E+00  6.83991580715873049E+00  6.89485459576385562E+00
+  6.95023465741656921E+00  7.00605953645969759E+00  7.06233280570457822E+00
+  7.11905806665962704E+00  7.17623894976093091E+00  7.23387911460450095E+00
+  7.29198225018058910E+00  7.35055207510967712E+00  7.40959233788057858E+00
+  7.46910681709023905E+00  7.52909932168566698E+00  7.58957369120760639E+00
+  7.65053379603637662E+00  7.71198353763946720E+00  7.77392684882134333E+00
+  7.83636769397503663E+00  7.89931006933596347E+00  7.96275800323764482E+00
+  8.02671555636947964E+00  8.09118682203672712E+00  8.15617592642237099E+00
+  8.22168702885129932E+00  8.28772432205640008E+00  8.35429203244701313E+00
+  8.42139442037928987E+00  8.48903578042899554E+00  8.55722044166622808E+00
+  8.62595276793261689E+00  8.69523715812046838E+00  8.76507804645443400E+00
+  8.83547990277517847E+00  8.90644723282556683E+00  8.97798457853891385E+00
+  9.05009651832979323E+00  9.12278766738693747E+00  9.19606267796872956E+00
+  9.26992623970082441E+00  9.34438307987641714E+00  9.41943796375866071E+00
+  9.49509569488578009E+00  9.57136111537835177E+00  9.64823910624935621E+00
+  9.72573458771641874E+00  9.80385251951683401E+00  9.88259790122487303E+00
+  9.96197577257187206E+00  1.00419912137686609E+01  1.01226493458308227E+01
+  1.02039553309063038E+01  1.02859143726059390E+01  1.03685317163363369E+01
+  1.04518126496357304E+01  1.05357625025122417E+01  1.06203866477851463E+01
+  1.07056905014285917E+01  1.07916795229183649E+01  1.08783592155811508E+01
+  1.09657351269469103E+01  1.10538128491037533E+01  1.11425980190560008E+01
+  1.12320963190847962E+01  1.13223134771119298E+01  1.14132552670662690E+01
+  1.15049275092534558E+01  1.15973360707282378E+01  1.16904868656701311E+01
+  1.17843858557617693E+01  1.18790390505706078E+01  1.19744525079333854E+01
+  1.20706323343439763E+01  1.21675846853440639E+01  1.22653157659172471E+01
+  1.23638318308859958E+01  1.24631391853121407E+01  1.25632441849002188E+01
+  1.26641532364044149E+01  1.27658727980384246E+01  1.28684093798889592E+01
+  1.29717695443322114E+01  1.30759599064540275E+01  1.31809871344731064E+01
+  1.32868579501679349E+01  1.33935791293068078E+01  1.35011575020816625E+01
+  1.36095999535450343E+01  1.37189134240508750E+01  1.38291049096985645E+01
+  1.39401814627808438E+01  1.40521501922349739E+01  1.41650182640979097E+01
+  1.42787929019647279E+01  1.43934813874511338E+01  1.45090910606592942E+01
+  1.46256293206478141E+01  1.47431036259050519E+01  1.48615214948266985E+01
+  1.49808905061967312E+01
+                               </PP_R> 
+ <PP_RAB type="real" size="  1489" columns="3">
+  8.10561747159570060E-07  8.17072248419248909E-07  8.23635042581721261E-07
+  8.30250549668053502E-07  8.36919193072957320E-07  8.43641399591886925E-07
+  8.50417599448353849E-07  8.57248226321461974E-07  8.64133717373662794E-07
+  8.71074513278733651E-07  8.78071058249981816E-07  8.85123800068673561E-07
+  8.92233190112692672E-07  8.99399683385428296E-07  9.06623738544896462E-07
+  9.13905817933093165E-07  9.21246387605584820E-07  9.28645917361335791E-07
+  9.36104880772776578E-07  9.43623755216111183E-07  9.51203021901870649E-07
+  9.58843165905709694E-07  9.66544676199452588E-07  9.74308045682386891E-07
+  9.82133771212809499E-07  9.90022353639825110E-07  9.97974297835402184E-07
+  1.00599011272668344E-06  1.01407031132855788E-06  1.02221541077649387E-06
+  1.03042593235963681E-06  1.03870240155417007E-06  1.04704534805694736E-06
+  1.05545530581939243E-06  1.06393281308167283E-06  1.07247841240714707E-06
+  1.08109265071708891E-06  1.08977607932568996E-06  1.09852925397534602E-06
+  1.10735273487222142E-06  1.11624708672210609E-06  1.12521287876655440E-06
+  1.13425068481931689E-06  1.14336108330306638E-06  1.15254465728641538E-06
+  1.16180199452123344E-06  1.17113368748026325E-06  1.18054033339503970E-06
+  1.19002253429411233E-06  1.19958089704157468E-06  1.20921603337590563E-06
+  1.21892855994911951E-06  1.22871909836623144E-06  1.23858827522504291E-06
+  1.24853672215624095E-06  1.25856507586382511E-06  1.26867397816585590E-06
+  1.27886407603553078E-06  1.28913602164259178E-06  1.29949047239506396E-06
+  1.30992809098132979E-06  1.32044954541254034E-06  1.33105550906537392E-06
+  1.34174666072512020E-06  1.35252368462913871E-06  1.36338727051063395E-06
+  1.37433811364281457E-06  1.38537691488337427E-06  1.39650438071936507E-06
+  1.40772122331239454E-06  1.41902816054422117E-06  1.43042591606268286E-06
+  1.44191521932802850E-06  1.45349680565958296E-06  1.46517141628282921E-06
+  1.47693979837683029E-06  1.48880270512205746E-06  1.50076089574859101E-06
+  1.51281513558471393E-06  1.52496619610588928E-06  1.53721485498413853E-06
+  1.54956189613781036E-06  1.56200810978175330E-06  1.57455429247788893E-06
+  1.58720124718619203E-06  1.59994978331608113E-06  1.61280071677821945E-06
+  1.62575487003673576E-06  1.63881307216185960E-06  1.65197615888298477E-06
+  1.66524497264215414E-06  1.67862036264797731E-06  1.69210318492998053E-06
+  1.70569430239339144E-06  1.71939458487436718E-06  1.73320490919566281E-06
+  1.74712615922274880E-06  1.76115922592037877E-06  1.77530500740961140E-06
+  1.78956440902529023E-06  1.80393834337398587E-06  1.81842773039240287E-06
+  1.83303349740625683E-06  1.84775657918962130E-06  1.86259791802475605E-06
+  1.87755846376241268E-06  1.89263917388262422E-06  1.90784101355598712E-06
+  1.92316495570542862E-06  1.93861198106847680E-06  1.95418307826002777E-06
+  1.96987924383561639E-06  1.98570148235519774E-06  2.00165080644743742E-06
+  2.01772823687452140E-06  2.03393480259748386E-06  2.05027154084206444E-06
+  2.06673949716508679E-06  2.08333972552137506E-06  2.10007328833121243E-06
+  2.11694125654832991E-06  2.13394470972845034E-06  2.15108473609838091E-06
+  2.16836243262566041E-06  2.18577890508876432E-06  2.20333526814787435E-06
+  2.22103264541621901E-06  2.23887216953198456E-06  2.25685498223080410E-06
+  2.27498223441882726E-06  2.29325508624638203E-06  2.31167470718222355E-06
+  2.33024227608837707E-06  2.34895898129559168E-06  2.36782602067938857E-06
+  2.38684460173672942E-06  2.40601594166329206E-06  2.42534126743137670E-06
+  2.44482181586842849E-06  2.46445883373619650E-06  2.48425357781052766E-06
+  2.50420731496179929E-06  2.52432132223599965E-06  2.54459688693645982E-06
+  2.56503530670624121E-06  2.58563788961118592E-06  2.60640595422363188E-06
+  2.62734082970680369E-06  2.64844385589987750E-06  2.66971638340373303E-06
+  2.69115977366739149E-06  2.71277539907514909E-06  2.73456464303441008E-06
+  2.75652890006422543E-06  2.77866957588454214E-06  2.80098808750617041E-06
+  2.82348586332147083E-06  2.84616434319577673E-06  2.86902497855953912E-06
+  2.89206923250122540E-06  2.91529857986095382E-06  2.93871450732488385E-06
+  2.96231851352036593E-06  2.98611210911185395E-06  3.01009681689758650E-06
+  3.03427417190704938E-06  3.05864572149921493E-06  3.08321302546157673E-06
+  3.10797765610997408E-06  3.13294119838922080E-06  3.15810524997454420E-06
+  3.18347142137383426E-06  3.20904133603071947E-06  3.23481663042846601E-06
+  3.26079895419471339E-06  3.28698997020705072E-06  3.31339135469944009E-06
+  3.34000479736950979E-06  3.36683200148666155E-06  3.39387468400112982E-06
+  3.42113457565381320E-06  3.44861342108709382E-06  3.47631297895644666E-06
+  3.50423502204304414E-06  3.53238133736716020E-06  3.56075372630259609E-06
+  3.58935400469191486E-06  3.61818400296270983E-06  3.64724556624469840E-06
+  3.67654055448786029E-06  3.70607084258143251E-06  3.73583832047394539E-06
+  3.76584489329412977E-06  3.79609248147290241E-06  3.82658302086621883E-06
+  3.85731846287902173E-06  3.88830077459007466E-06  3.91953193887791824E-06
+  3.95101395454771221E-06  3.98274883645922115E-06  4.01473861565570331E-06
+  4.04698533949396233E-06  4.07949107177531549E-06  4.11225789287773846E-06
+  4.14528789988895195E-06  4.17858320674069343E-06  4.21214594434395264E-06
+  4.24597826072540495E-06  4.28008232116483392E-06  4.31446030833375846E-06
+  4.34911442243508992E-06  4.38404688134395720E-06  4.41925992074965514E-06
+  4.45475579429872528E-06  4.49053677373919032E-06  4.52660514906594653E-06
+  4.56296322866732918E-06  4.59961333947284108E-06  4.63655782710208464E-06
+  4.67379905601487645E-06  4.71133940966257990E-06  4.74918129064064224E-06
+  4.78732712084236411E-06  4.82577934161389639E-06  4.86454041391049576E-06
+  4.90361281845401862E-06  4.94299905589169319E-06  4.98270164695615789E-06
+  5.02272313262679406E-06  5.06306607429234435E-06  5.10373305391484671E-06
+  5.14472667419487776E-06  5.18604955873812693E-06  5.22770435222331140E-06
+  5.26969372057143109E-06  5.31202035111639328E-06  5.35468695277700180E-06
+  5.39769625623032433E-06  5.44105101408646158E-06  5.48475400106471828E-06
+  5.52880801417117600E-06  5.57321587287771104E-06  5.61798041930243783E-06
+  5.66310451839160929E-06  5.70859105810296896E-06  5.75444294959058204E-06
+  5.80066312739115724E-06  5.84725454961184926E-06  5.89422019811958330E-06
+  5.94156307873189587E-06  5.98928622140930440E-06  6.03739268044923125E-06
+  6.08588553468147345E-06  6.13476788766525564E-06  6.18404286788785418E-06
+  6.23371362896482221E-06  6.28378334984182151E-06  6.33425523499808147E-06
+  6.38513251465147767E-06  6.43641844496527483E-06  6.48811630825651805E-06
+  6.54022941320610550E-06  6.59276109507054071E-06  6.64571471589539501E-06
+  6.69909366473047512E-06  6.75290135784672708E-06  6.80714123895487580E-06
+  6.86181677942582642E-06  6.91693147851283425E-06  6.97248886357545014E-06
+  7.02849249030528189E-06  7.08494594295355806E-06  7.14185283456051640E-06
+  7.19921680718664383E-06  7.25704153214576805E-06  7.31533071024002700E-06
+  7.37408807199671201E-06  7.43331737790703198E-06  7.49302241866678422E-06
+  7.55320701541895402E-06  7.61387501999827679E-06  7.67503031517775342E-06
+  7.73667681491715196E-06  7.79881846461349563E-06  7.86145924135357854E-06
+  7.92460315416849234E-06  7.98825424429020605E-06  8.05241658541022112E-06
+  8.11709428394026616E-06  8.18229147927511768E-06  8.24801234405755033E-06
+  8.31426108444531490E-06  8.38104194038043890E-06  8.44835918586047021E-06
+  8.51621712921212296E-06  8.58462011336690540E-06  8.65357251613918220E-06
+  8.72307875050623407E-06  8.79314326489081943E-06  8.86377054344574021E-06
+  8.93496510634096576E-06  9.00673151005278778E-06  9.07907434765557241E-06
+  9.15199824911559088E-06  9.22550788158745728E-06  9.29960794971270602E-06
+  9.37430319592102892E-06  9.44959840073364174E-06  9.52549838306938668E-06
+  9.60200800055301165E-06  9.67913214982617883E-06  9.75687576686073465E-06
+  9.83524382727474459E-06  9.91424134665078445E-06  9.99387338085709288E-06
+  1.00741450263710109E-05  1.01550614206052828E-05  1.02366277422367233E-05
+  1.03188492115377974E-05  1.04017310907105630E-05  1.04852786842236188E-05
+  1.05694973391514308E-05  1.06543924455166948E-05  1.07399694366351597E-05
+  1.08262337894635060E-05  1.09131910249497209E-05  1.10008467083865971E-05
+  1.10892064497677528E-05  1.11782759041468383E-05  1.12680607719992963E-05
+  1.13585667995873542E-05  1.14497997793276309E-05  1.15417655501620102E-05
+  1.16344699979311811E-05  1.17279190557514785E-05  1.18221187043944598E-05
+  1.19170749726698380E-05  1.20127939378111492E-05  1.21092817258648748E-05
+  1.22065445120823465E-05  1.23045885213151226E-05  1.24034200284132173E-05
+  1.25030453586268620E-05  1.26034708880111495E-05  1.27047030438342891E-05
+  1.28067483049887564E-05  1.29096132024061458E-05  1.30133043194749565E-05
+  1.31178282924621248E-05  1.32231918109375439E-05  1.33294016182024167E-05
+  1.34364645117206054E-05  1.35443873435538814E-05  1.36531770208003056E-05
+  1.37628405060363554E-05  1.38733848177625172E-05  1.39848170308524739E-05
+  1.40971442770059009E-05  1.42103737452048891E-05  1.43245126821740584E-05
+  1.44395683928443304E-05  1.45555482408204601E-05  1.46724596488523081E-05
+  1.47903100993098887E-05  1.49091071346622654E-05  1.50288583579602480E-05
+  1.51495714333229980E-05  1.52712540864285465E-05  1.53939141050082263E-05
+  1.55175593393450951E-05  1.56421977027763475E-05  1.57678371721997988E-05
+  1.58944857885843678E-05  1.60221516574847340E-05  1.61508429495600881E-05
+  1.62805679010970488E-05  1.64113348145367887E-05  1.65431520590064088E-05
+  1.66760280708545441E-05  1.68099713541913135E-05  1.69449904814325688E-05
+  1.70810940938485317E-05  1.72182909021168653E-05  1.73565896868801206E-05
+  1.74959992993077287E-05  1.76365286616624765E-05  1.77781867678715218E-05
+  1.79209826841020102E-05  1.80649255493413194E-05  1.82100245759819628E-05
+  1.83562890504111716E-05  1.85037283336052310E-05  1.86523518617285967E-05
+  1.88021691467377918E-05  1.89531897769902038E-05  1.91054234178577121E-05
+  1.92588798123452934E-05  1.94135687817145732E-05  1.95695002261123989E-05
+  1.97266841252044308E-05  1.98851305388138691E-05  2.00448496075652598E-05
+  2.02058515535335256E-05  2.03681466808981630E-05  2.05317453766027221E-05
+  2.06966581110195645E-05  2.08628954386199887E-05  2.10304679986496978E-05
+  2.11993865158097399E-05  2.13696618009428655E-05  2.15413047517254446E-05
+  2.17143263533649145E-05  2.18887376793028432E-05  2.20645498919236124E-05
+  2.22417742432688483E-05  2.24204220757575323E-05  2.26005048229119146E-05
+  2.27820340100892799E-05  2.29650212552195806E-05  2.31494782695489628E-05
+  2.33354168583892982E-05  2.35228489218737418E-05  2.37117864557183392E-05
+  2.39022415519897437E-05  2.40942263998791230E-05  2.42877532864822734E-05
+  2.44828345975860016E-05  2.46794828184607918E-05  2.48777105346599134E-05
+  2.50775304328248715E-05  2.52789553014973355E-05  2.54819980319376709E-05
+  2.56866716189499257E-05  2.58929891617135220E-05  2.61009638646216289E-05
+  2.63106090381262233E-05  2.65219380995899614E-05  2.67349645741449175E-05
+  2.69497020955581669E-05  2.71661644071043894E-05  2.73843653624454007E-05
+  2.76043189265168269E-05  2.78260391764218460E-05  2.80495403023321263E-05
+  2.82748366083960181E-05  2.85019425136540172E-05  2.87308725529615696E-05
+  2.89616413779193445E-05  2.91942637578108992E-05  2.94287545805479450E-05
+  2.96651288536231836E-05  2.99034017050707760E-05  3.01435883844345405E-05
+  3.03857042637439425E-05  3.06297648384979020E-05  3.08757857286565005E-05
+  3.11237826796406962E-05  3.13737715633399919E-05  3.16257683791282851E-05
+  3.18797892548877882E-05  3.21358504480412640E-05  3.23939683465924796E-05
+  3.26541594701750372E-05  3.29164404711096607E-05  3.31808281354699391E-05
+  3.34473393841566423E-05  3.37159912739806359E-05  3.39868009987545912E-05
+  3.42597858903933084E-05  3.45349634200230448E-05  3.48123511990996258E-05
+  3.50919669805356015E-05  3.53738286598363958E-05  3.56579542762457187E-05
+  3.59443620138999974E-05  3.62330702029921997E-05  3.65240973209449748E-05
+  3.68174619935932127E-05  3.71131829963760907E-05  3.74112792555387284E-05
+  3.77117698493434589E-05  3.80146740092908564E-05  3.83200111213505639E-05
+  3.86278007272019660E-05  3.89380625254848834E-05  3.92508163730603176E-05
+  3.95660822862812776E-05  3.98838804422738062E-05  4.02042311802283724E-05
+  4.05271550027015446E-05  4.08526725769281802E-05  4.11808047361441522E-05
+  4.15115724809196534E-05  4.18449969805032414E-05  4.21810995741767118E-05
+  4.25199017726207728E-05  4.28614252592917719E-05  4.32056918918094203E-05
+  4.35527237033557393E-05  4.39025429040850785E-05  4.42551718825457286E-05
+  4.46106332071126538E-05  4.49689496274319610E-05  4.53301440758768542E-05
+  4.56942396690153399E-05  4.60612597090896271E-05  4.64312276855075902E-05
+  4.68041672763459674E-05  4.71801023498658929E-05  4.75590569660403883E-05
+  4.79410553780942414E-05  4.83261220340562046E-05  4.87142815783236948E-05
+  4.91055588532400433E-05  4.94999789006843972E-05  4.98975669636744207E-05
+  5.02983484879818715E-05  5.07023491237610797E-05  5.11095947271906530E-05
+  5.15201113621282131E-05  5.19339253017785091E-05  5.23510630303749468E-05
+  5.27715512448745288E-05  5.31954168566665098E-05  5.36226869932947264E-05
+  5.40533890001937569E-05  5.44875504424390675E-05  5.49251991065111519E-05
+  5.53663630020738936E-05  5.58110703637671859E-05  5.62593496530139852E-05
+  5.67112295598418112E-05  5.71667390047189453E-05  5.76259071404053256E-05
+  5.80887633538183784E-05  5.85553372679137627E-05  5.90256587435812065E-05
+  5.94997578815557179E-05  5.99776650243439481E-05  6.04594107581661399E-05
+  6.09450259149137223E-05  6.14345415741224704E-05  6.19279890649616644E-05
+  6.24253999682391515E-05  6.29268061184225160E-05  6.34322396056765118E-05
+  6.39417327779168669E-05  6.44553182428805128E-05  6.49730288702124708E-05
+  6.54948977935696511E-05  6.60209584127412544E-05  6.65512443957864660E-05
+  6.70857896811892263E-05  6.76246284800302404E-05  6.81677952781765647E-05
+  6.87153248384886903E-05  6.92672522030453666E-05  6.98236126953862869E-05
+  7.03844419227729075E-05  7.09497757784671832E-05  7.15196504440288559E-05
+  7.20941023916310536E-05  7.26731683863944685E-05  7.32568854887404557E-05
+  7.38452910567627928E-05  7.44384227486186579E-05  7.50363185249388243E-05
+  7.56390166512570320E-05  7.62465557004590928E-05  7.68589745552515229E-05
+  7.74763124106500720E-05  7.80986087764882282E-05  7.87259034799457809E-05
+  7.93582366680978881E-05  7.99956488104844055E-05  8.06381807017000457E-05
+  8.12858734640051499E-05  8.19387685499575215E-05  8.25969077450656449E-05
+  8.32603331704626125E-05  8.39290872856020612E-05  8.46032128909756439E-05
+  8.52827531308522120E-05  8.59677514960390481E-05  8.66582518266653651E-05
+  8.73542983149880049E-05  8.80559355082198098E-05  8.87632083113806000E-05
+  8.94761619901712448E-05  9.01948421738705283E-05  9.09192948582555026E-05
+  9.16495664085452589E-05  9.23857035623682811E-05  9.31277534327536774E-05
+  9.38757635111464421E-05  9.46297816704469484E-05  9.53898561680746870E-05
+  9.61560356490570085E-05  9.69283691491422210E-05  9.77069060979378942E-05
+  9.84916963220745475E-05  9.92827900483943840E-05  1.00080237907165923E-04
+  1.00884090935324299E-04  1.01694400579737721E-04  1.02511218700500006E-04
+  1.03334597574249710E-04  1.04164589897515764E-04  1.05001248790090180E-04
+  1.05844627798427690E-04  1.06694780899072638E-04  1.07551762502113710E-04
+  1.08415627454666008E-04  1.09286431044381337E-04  1.10164229002986683E-04
+  1.11049077509851036E-04  1.11941033195580851E-04  1.12840153145644465E-04
+  1.13746494904025603E-04  1.14660116476906140E-04  1.15581076336378587E-04
+  1.16509433424188350E-04  1.17445247155505857E-04  1.18388577422729415E-04
+  1.19339484599318088E-04  1.20298029543655736E-04  1.21264273602945987E-04
+  1.22238278617138439E-04  1.23220106922886509E-04  1.24209821357536824E-04
+  1.25207485263151123E-04  1.26213162490559818E-04  1.27226917403448704E-04
+  1.28248814882478385E-04  1.29278920329436173E-04  1.30317299671422354E-04
+  1.31364019365069252E-04  1.32419146400794530E-04  1.33482748307088583E-04
+  1.34554893154836548E-04  1.35635649561674575E-04  1.36725086696381631E-04
+  1.37823274283306162E-04  1.38930282606828591E-04  1.40046182515859502E-04
+  1.41171045428373974E-04  1.42304943335982352E-04  1.43447948808537730E-04
+  1.44600134998780565E-04  1.45761575647020234E-04  1.46932345085854730E-04
+  1.48112518244927733E-04  1.49302170655724227E-04  1.50501378456404657E-04
+  1.51710218396677502E-04  1.52928767842711624E-04  1.54157104782087447E-04
+  1.55395307828788405E-04  1.56643456228232152E-04  1.57901629862342219E-04
+  1.59169909254660679E-04  1.60448375575501572E-04  1.61737110647145783E-04
+  1.63036196949077790E-04  1.64345717623264346E-04  1.65665756479475558E-04
+  1.66996398000648861E-04  1.68337727348295753E-04  1.69689830367952317E-04
+  1.71052793594673417E-04  1.72426704258570642E-04  1.73811650290395567E-04
+  1.75207720327166870E-04  1.76615003717843499E-04  1.78033590529042788E-04
+  1.79463571550804853E-04  1.80905038302403245E-04  1.82358083038201997E-04
+  1.83822798753560218E-04  1.85299279190783681E-04  1.86787618845124287E-04
+  1.88287912970827988E-04  1.89800257587230848E-04  1.91324749484904599E-04
+  1.92861486231851070E-04  1.94410566179746536E-04  1.95972088470236494E-04
+  1.97546153041280436E-04  1.99132860633548291E-04  2.00732312796867552E-04
+  2.02344611896722554E-04  2.03969861120806035E-04  2.05608164485623121E-04
+  2.07259626843148354E-04  2.08924353887536362E-04  2.10602452161886113E-04
+  2.12294029065060035E-04  2.13999192858557285E-04  2.15718052673442753E-04
+  2.17450718517331218E-04  2.19197301281428078E-04  2.20957912747626536E-04
+  2.22732665595661277E-04  2.24521673410320332E-04  2.26325050688714360E-04
+  2.28142912847605176E-04  2.29975376230791116E-04  2.31822558116554319E-04
+  2.33684576725165868E-04  2.35561551226452304E-04  2.37453601747422471E-04
+  2.39360849379955488E-04  2.41283416188550759E-04  2.43221425218140437E-04
+  2.45175000501963796E-04  2.47144267069505865E-04  2.49129350954499084E-04
+  2.51130379202989826E-04  2.53147479881468825E-04  2.55180782085068128E-04
+  2.57230415945822763E-04  2.59296512640999426E-04  2.61379204401491832E-04
+  2.63478624520283619E-04  2.65594907360978852E-04  2.67728188366401804E-04
+  2.69878604067264993E-04  2.72046292090907251E-04  2.74231391170101950E-04
+  2.76434041151936069E-04  2.78654383006760292E-04  2.80892558837211078E-04
+  2.83148711887305717E-04  2.85422986551609468E-04  2.87715528384477088E-04
+  2.90026484109368455E-04  2.92356001628238686E-04  2.94704230031004135E-04
+  2.97071319605084249E-04  2.99457421845019626E-04  3.01862689462168094E-04
+  3.04287276394478196E-04  3.06731337816341118E-04  3.09195030148522144E-04
+  3.11678511068171527E-04  3.14181939518915702E-04  3.16705475721030085E-04
+  3.19249281181692966E-04  3.21813518705322188E-04  3.24398352403994434E-04
+  3.27003947707948711E-04  3.29630471376173907E-04  3.32278091507081351E-04
+  3.34946977549263028E-04  3.37637300312336637E-04  3.40349231977877381E-04
+  3.43082946110437477E-04  3.45838617668654564E-04  3.48616423016448907E-04
+  3.51416539934310977E-04  3.54239147630679282E-04  3.57084426753409871E-04
+  3.59952559401337778E-04  3.62843729135931274E-04  3.65758120993040555E-04
+  3.68695921494739069E-04  3.71657318661261667E-04  3.74642502023037895E-04
+  3.77651662632821938E-04  3.80684993077919705E-04  3.83742687492515350E-04
+  3.86824941570094918E-04  3.89931952575971489E-04  3.93063919359910006E-04
+  3.96221042368853638E-04  3.99403523659752656E-04  4.02611566912495827E-04
+  4.05845377442946528E-04  4.09105162216082412E-04  4.12391129859241594E-04
+  4.15703490675474983E-04  4.19042456657005345E-04  4.22408241498795176E-04
+  4.25801060612223314E-04  4.29221131138871005E-04  4.32668671964419368E-04
+  4.36143903732657992E-04  4.39647048859606343E-04  4.43178331547748150E-04
+  4.46737977800380922E-04  4.50326215436079808E-04  4.53943274103278216E-04
+  4.57589385294965582E-04  4.61264782363502671E-04  4.64969700535556403E-04
+  4.68704376927154436E-04  4.72469050558860584E-04  4.76263962371072146E-04
+  4.80089355239440678E-04  4.83945473990415442E-04  4.87832565416912564E-04
+  4.91750878294110291E-04  4.95700663395370173E-04  4.99682173508286830E-04
+  5.03695663450866586E-04  5.07741390087835544E-04  5.11819612347079889E-04
+  5.15930591236215641E-04  5.20074589859295341E-04  5.24251873433645064E-04
+  5.28462709306839660E-04  5.32707366973812118E-04  5.36986118094102244E-04
+  5.41299236509241955E-04  5.45646998260282054E-04  5.50029681605458871E-04
+  5.54447567038002177E-04  5.58900937304087730E-04  5.63390077420932714E-04
+  5.67915274695036899E-04  5.72476818740570389E-04  5.77075001497909137E-04
+  5.81710117252319005E-04  5.86382462652790628E-04  5.91092336731024234E-04
+  5.95840040920568624E-04  6.00625879076112389E-04  6.05450157492931130E-04
+  6.10313184926490268E-04  6.15215272612205173E-04  6.20156734285361318E-04
+  6.25137886201192401E-04  6.30159047155121098E-04  6.35220538503162018E-04
+  6.40322684182489986E-04  6.45465810732169564E-04  6.50650247314055533E-04
+  6.55876325733858729E-04  6.61144380462381663E-04  6.66454748656925434E-04
+  6.71807770182866878E-04  6.77203787635411022E-04  6.82643146361516470E-04
+  6.88126194481998381E-04  6.93653282913808179E-04  6.99224765392491817E-04
+  7.04840998494829876E-04  7.10502341661657742E-04  7.16209157220870640E-04
+  7.21961810410612229E-04  7.27760669402650428E-04  7.33606105325939738E-04
+  7.39498492290374698E-04  7.45438207410732321E-04  7.51425630830807739E-04
+  7.57461145747743373E-04  7.63545138436554018E-04  7.69677998274848714E-04
+  7.75860117767750482E-04  7.82091892573016641E-04  7.88373721526362077E-04
+  7.94706006666984189E-04  8.01089153263293170E-04  8.07523569838849921E-04
+  8.14009668198511583E-04  8.20547863454787409E-04  8.27138574054405080E-04
+  8.33782221805092882E-04  8.40479231902574388E-04  8.47230032957782043E-04
+  8.54035057024287261E-04  8.60894739625953434E-04  8.67809519784808279E-04
+  8.74779840049142343E-04  8.81806146521831621E-04  8.88888888888888823E-04
+  8.96028520448243090E-04  9.03225498138751073E-04  9.10480282569441340E-04
+  9.17793338048994260E-04  9.25165132615456197E-04  9.32596138066196117E-04
+  9.40086829988098891E-04  9.47637687788004807E-04  9.55249194723390110E-04
+  9.62921837933296580E-04  9.70656108469508954E-04  9.78452501327981396E-04
+  9.86311515480517995E-04  9.94233653906706960E-04  1.00221942362611178E-03
+  1.01026933573072041E-03  1.01838390541765522E-03  1.02656365202214556E-03
+  1.03480909905076654E-03  1.04312077421494262E-03  1.05149920946472097E-03
+  1.05994494102281778E-03  1.06845850941893476E-03  1.07704045952435610E-03
+  1.08569134058681782E-03  1.09441170626566053E-03  1.10320211466726392E-03
+  1.11206312838076668E-03  1.12099531451407110E-03  1.12999924473013765E-03
+  1.13907549528357460E-03  1.14822464705751498E-03  1.15744728560079500E-03
+  1.16674400116542967E-03  1.17611538874438882E-03  1.18556204810967535E-03
+  1.19508458385071399E-03  1.20468360541304198E-03  1.21435972713731600E-03
+  1.22411356829862884E-03  1.23394575314614459E-03  1.24385691094304951E-03
+  1.25384767600682560E-03  1.26391868774984703E-03  1.27407059072030295E-03
+  1.28430403464344870E-03  1.29461967446318788E-03  1.30501817038399101E-03
+  1.31550018791314559E-03  1.32606639790335185E-03  1.33671747659565559E-03
+  1.34745410566272823E-03  1.35827697225249558E-03  1.36918676903211326E-03
+  1.38018419423229931E-03  1.39126995169201978E-03  1.40244475090353649E-03
+  1.41370930705781339E-03  1.42506434109028858E-03  1.43651057972701704E-03
+  1.44804875553117794E-03  1.45967960694996096E-03  1.47140387836182732E-03
+  1.48322232012414895E-03  1.49513568862123304E-03  1.50714474631272947E-03
+  1.51925026178242970E-03  1.53145300978745611E-03  1.54375377130784586E-03
+  1.55615333359653495E-03  1.56865249022974246E-03  1.58125204115775928E-03
+  1.59395279275614549E-03  1.60675555787733815E-03  1.61966115590267542E-03
+  1.63267041279483620E-03  1.64578416115070169E-03  1.65900324025464304E-03
+  1.67232849613223517E-03  1.68576078160440198E-03  1.69930095634199946E-03
+  1.71294988692083220E-03  1.72670844687711602E-03  1.74057751676338392E-03
+  1.75455798420484188E-03  1.76865074395618081E-03  1.78285669795883372E-03
+  1.79717675539870577E-03  1.81161183276436081E-03  1.82616285390567760E-03
+  1.84083075009297569E-03  1.85561646007661855E-03  1.87052093014709138E-03
+  1.88554511419556552E-03  1.90068997377494946E-03  1.91595647816142529E-03
+  1.93134560441648442E-03  1.94685833744946018E-03  1.96249567008056165E-03
+  1.97825860310441547E-03  1.99414814535411444E-03  2.01016531376578718E-03
+  2.02631113344367867E-03  2.04258663772575923E-03  2.05899286824985910E-03
+  2.07553087502033128E-03  2.09220171647525339E-03  2.10900645955417127E-03
+  2.12594617976637505E-03  2.14302196125974211E-03  2.16023489689011602E-03
+  2.17758608829125237E-03  2.19507664594532437E-03  2.21270768925399064E-03
+  2.23048034661004228E-03  2.24839575546961551E-03  2.26645506242499324E-03
+  2.28465942327798436E-03  2.30301000311389659E-03  2.32150797637610496E-03
+  2.34015452694121039E-03  2.35895084819481458E-03  2.37789814310789384E-03
+  2.39699762431378957E-03  2.41625051418581762E-03  2.43565804491550518E-03
+  2.45522145859143615E-03  2.47494200727877171E-03  2.49482095309935077E-03
+  2.51485956831249986E-03  2.53505913539642377E-03  2.55542094713031957E-03
+  2.57594630667707953E-03  2.59663652766672958E-03  2.61749293428046583E-03
+  2.63851686133544051E-03  2.65970965437015193E-03  2.68107266973059656E-03
+  2.70260727465704113E-03  2.72431484737156032E-03  2.74619677716620792E-03
+  2.76825446449196913E-03  2.79048932104835343E-03  2.81290276987377795E-03
+  2.83549624543660882E-03  2.85827119372700439E-03  2.88122907234941933E-03
+  2.90437135061593060E-03  2.92769950964023732E-03  2.95121504243248470E-03
+  2.97491945399480260E-03  2.99881426141761264E-03  3.02290099397675704E-03
+  3.04718119323132844E-03  3.07165641312237905E-03  3.09632822007232513E-03
+  3.12119819308524348E-03  3.14626792384788525E-03  3.17153901683158703E-03
+  3.19701308939491493E-03  3.22269177188721882E-03  3.24857670775293306E-03
+  3.27466955363679832E-03  3.30097197948984707E-03  3.32748566867632290E-03
+  3.35421231808137295E-03  3.38115363821969240E-03  3.40831135334495553E-03
+  3.43568720156021143E-03  3.46328293492907755E-03  3.49110031958792212E-03
+  3.51914113585884538E-03  3.54740717836367304E-03  3.57590025613875985E-03
+  3.60462219275082358E-03  3.63357482641359607E-03  3.66276001010552854E-03
+  3.69217961168832659E-03  3.72183551402654631E-03  3.75172961510804532E-03
+  3.78186382816551089E-03  3.81224008179885171E-03  3.84286032009868240E-03
+  3.87372650277069104E-03  3.90484060526111914E-03  3.93620461888313181E-03
+  3.96782055094432092E-03  3.99969042487511445E-03  4.03181628035833867E-03
+  4.06420017345969498E-03  4.09684417675940972E-03  4.12975037948482265E-03
+  4.16292088764415487E-03  4.19635782416123444E-03  4.23006332901142840E-03
+  4.26403955935853504E-03  4.29828868969291209E-03  4.33281291197057297E-03
+  4.36761443575354406E-03  4.40269548835121177E-03  4.43805831496293154E-03
+  4.47370517882166117E-03  4.50963836133887186E-03  4.54586016225049308E-03
+  4.58237289976416284E-03  4.61917891070753091E-03  4.65628055067787358E-03
+  4.69368019419280028E-03  4.73138023484227614E-03  4.76938308544175467E-03
+  4.80769117818666183E-03  4.84630696480799379E-03  4.88523291672929207E-03
+  4.92447152522474882E-03  4.96402530157871811E-03  5.00389677724637043E-03
+  5.04408850401577655E-03  5.08460305417114938E-03  5.12544302065754548E-03
+  5.16661101724674460E-03  5.20810967870459583E-03  5.24994166095958149E-03
+  5.29210964127286090E-03  5.33461631840954822E-03  5.37746441281151087E-03
+  5.42065666677139617E-03  5.46419584460821912E-03  5.50808473284420275E-03
+  5.55232614038319531E-03  5.59692289869036155E-03  5.64187786197347350E-03
+  5.68719390736550576E-03  5.73287393510885437E-03  5.77892086874086386E-03
+  5.82533765528102550E-03  5.87212726541950190E-03  5.91929269370733164E-03
+  5.96683695874800427E-03  6.01476310339073197E-03  6.06307419492511154E-03
+  6.11177332527750809E-03  6.16086361120886904E-03  6.21034819451427109E-03
+  6.26023024222391485E-03  6.31051294680590180E-03  6.36119952637046598E-03
+  6.41229322487602178E-03  6.46379731233669413E-03  6.51571508503168053E-03
+  6.56804986571613361E-03  6.62080500383390412E-03  6.67398387573181224E-03
+  6.72758988487583837E-03  6.78162646206884046E-03  6.83609706567022725E-03
+  6.89100518181719711E-03  6.94635432464795009E-03  7.00214803652649594E-03
+  7.05838988826946317E-03  7.11508347937453694E-03  7.17223243825092227E-03
+  7.22984042245147090E-03  7.28791111890685940E-03  7.34644824416145863E-03
+  7.40545554461128925E-03  7.46493679674369547E-03  7.52489580737914464E-03
+  7.58533641391475645E-03  7.64626248457000567E-03  7.70767791863418306E-03
+  7.76958664671606111E-03  7.83199263099533874E-03  7.89489986547633853E-03
+  7.95831237624351588E-03  8.02223422171922766E-03  8.08666949292337692E-03
+  8.15162231373534572E-03  8.21709684115780326E-03  8.28309726558287135E-03
+  8.34962781106025204E-03  8.41669273556754083E-03  8.48429633128282464E-03
+  8.55244292485927288E-03  8.62113687770216935E-03  8.69038258624791130E-03
+  8.76018448224550987E-03  8.83054703304010820E-03  8.90147474185900081E-03
+  8.97297214809973653E-03  9.04504382762074538E-03  9.11769439303408702E-03
+  9.19092849400077877E-03  9.26475081752824864E-03  9.33916608827043207E-03
+  9.41417906883002149E-03  9.48979456006341510E-03  9.56601740138782533E-03
+  9.64285247109114736E-03  9.72030468664403582E-03  9.79837900501475886E-03
+  9.87708042298630906E-03  9.95641397747632634E-03  1.00363847458593523E-02
+  1.01169978462918881E-02  1.01982584380398474E-02  1.02801717218088708E-02
+  1.03627429400770452E-02  1.04459773774305594E-02  1.05298803609017774E-02
+  1.06144572603103192E-02  1.06997134886065784E-02  1.07856545022183038E-02
+  1.08722858013996625E-02  1.09596129305834112E-02  1.10476414787355898E-02
+  1.11363770797133620E-02  1.12258254126254408E-02  1.13159922021957033E-02
+  1.14068832191294191E-02  1.14985042804827426E-02  1.15908612500348219E-02
+  1.16839600386632794E-02  1.17778066047223278E-02  1.18724069544242656E-02
+  1.19677671422237213E-02  1.20638932712053074E-02  1.21607914934740453E-02
+  1.22584680105492817E-02  1.23569290737614024E-02  1.24561809846521071E-02
+  1.25562300953775269E-02  1.26570828091149435E-02  1.27587455804724133E-02
+  1.28612249159020496E-02  1.29645273741162536E-02  1.30686595665076601E-02
+  1.31736281575720784E-02  1.32794398653352137E-02  1.33861014617824327E-02
+  1.34936197732923608E-02  1.36020016810735889E-02  1.37112541216052545E-02
+  1.38213840870807965E-02  1.39323986258556472E-02  1.40443048428981285E-02
+  1.41571099002443801E-02  1.42708210174565253E-02  1.43854454720849321E-02
+  1.45009906001337691E-02  1.46174637965307223E-02  1.47348725156000657E-02
+  1.48532242715399467E-02  1.49725266389030935E-02  1.50927872530817880E-02
+  1.52140138107963348E-02  1.53362140705878610E-02  1.54593958533146506E-02
+  1.55835670426528947E-02  1.57087355856010483E-02  1.58349094929886337E-02
+  1.59620968399887368E-02  1.60903057666350324E-02  1.62195444783425347E-02
+  1.63498212464329648E-02  1.64811444086638836E-02  1.66135223697625629E-02
+  1.67469636019636423E-02  1.68814766455515873E-02  1.70170701094070342E-02
+  1.71537526715580257E-02  1.72915330797351191E-02  1.74304201519315388E-02
+  1.75704227769672497E-02  1.77115499150581023E-02  1.78538105983890409E-02
+  1.79972139316924191E-02  1.81417690928304572E-02  1.82874853333828725E-02
+  1.84343719792387332E-02  1.85824384311935806E-02  1.87316941655508058E-02
+  1.88821487347284288E-02  1.90338117678701541E-02  1.91866929714619508E-02
+  1.93408021299529623E-02  1.94961491063819908E-02  1.96527438430085001E-02
+  1.98105963619491440E-02  1.99697167658189519E-02  2.01301152383781511E-02
+  2.02918020451836635E-02  2.04547875342463888E-02  2.06190821366931815E-02
+  2.07846963674347580E-02  2.09516408258383358E-02  2.11199261964063155E-02
+  2.12895632494597767E-02  2.14605628418280923E-02  2.16329359175434707E-02
+  2.18066935085416656E-02  2.19818467353677383E-02  2.21584068078880640E-02
+  2.23363850260074777E-02  2.25157927803927606E-02  2.26966415532013598E-02
+  2.28789429188164944E-02  2.30627085445878413E-02  2.32479501915780901E-02
+  2.34346797153159592E-02  2.36229090665546135E-02  2.38126502920368785E-02
+  2.40039155352658601E-02  2.41967170372824926E-02  2.43910671374486382E-02
+  2.45869782742371180E-02  2.47844629860274855E-02  2.49835339119087799E-02
+  2.51842037924881225E-02  2.53864854707064568E-02  2.55903918926601442E-02
+  2.57959361084298781E-02  2.60031312729155396E-02  2.62119906466784652E-02
+  2.64225275967897785E-02  2.66347555976862438E-02  2.68486882320322640E-02
+  2.70643391915895495E-02  2.72817222780930291E-02  2.75008514041345381E-02
+  2.77217405940528398E-02  2.79444039848315874E-02  2.81688558270036908E-02
+  2.83951104855637605E-02  2.86231824408870739E-02  2.88530862896567188E-02
+  2.90848367457973989E-02  2.93184486414175063E-02  2.95539369277579879E-02
+  2.97913166761496762E-02  3.00306030789773658E-02  3.02718114506526359E-02
+  3.05149572285935006E-02  3.07600559742128334E-02  3.10071233739139251E-02
+  3.12561752400947815E-02  3.15072275121597509E-02  3.17602962575400452E-02
+  3.20153976727216294E-02  3.22725480842822807E-02  3.25317639499359823E-02
+  3.27930618595867335E-02  3.30564585363898322E-02  3.33219708378226093E-02
+  3.35896157567628847E-02  3.38594104225769243E-02  3.41313721022153196E-02
+  3.44055182013185135E-02  3.46818662653303050E-02  3.49604339806212500E-02
+  3.52412391756200746E-02  3.55242998219552422E-02  3.58096340356045956E-02
+  3.60972600780553460E-02  3.63871963574722498E-02  3.66794614298762839E-02
+  3.69740740003317164E-02  3.72710529241437466E-02  3.75704172080647408E-02
+  3.78721860115111761E-02  3.81763786477893399E-02  3.84830145853319455E-02
+  3.87921134489434966E-02  3.91036950210569209E-02  3.94177792429990445E-02
+  3.97343862162674311E-02  4.00535362038162701E-02  4.03752496313538739E-02
+  4.06995470886492641E-02  4.10264493308505271E-02  4.13559772798126196E-02
+  4.16881520254369087E-02  4.20229948270203282E-02  4.23605271146166376E-02
+  4.27007704904072902E-02  4.30437467300846394E-02  4.33894777842449286E-02
+  4.37379857797937921E-02  4.40892930213617543E-02  4.44434219927323376E-02
+  4.48003953582804329E-02  4.51602359644234369E-02  4.55229668410828056E-02
+  4.58886112031586246E-02  4.62571924520147199E-02  4.66287341769769728E-02
+  4.70032601568424538E-02  4.73807943614018637E-02  4.77613609529729949E-02
+  4.81449842879477785E-02  4.85316889183504338E-02  4.89214995934094746E-02
+  4.93144412611409635E-02  4.97105390699459707E-02  5.01098183702192515E-02
+  5.05123047159725114E-02  5.09180238664690699E-02  5.13270017878732290E-02
+  5.17392646549113822E-02  5.21548388525479023E-02  5.25737509776731324E-02
+  5.29960278408062313E-02  5.34216964678103923E-02  5.38507841016232364E-02
+  5.42833182039995851E-02  5.47193264572698457E-02  5.51588367661108442E-02
+  5.56018772593325564E-02  5.60484762916775847E-02  5.64986624456366299E-02
+  5.69524645332770141E-02  5.74099115980874486E-02  5.78710329168360058E-02
+  5.83358580014447167E-02  5.88044166008774155E-02  5.92767387030446319E-02
+  5.97528545367219110E-02  6.02327945734853348E-02  6.07165895296608513E-02
+  6.12042703682910139E-02  6.16958683011157374E-02  6.21914147905707482E-02
+  6.26909415518002999E-02  6.31944805546877098E-02  6.37020640259011589E-02
+  6.42137244509558419E-02  6.47294945762938168E-02  6.52494074113789679E-02
+  6.57734962308103993E-02  6.63017945764512034E-02  6.68343362595761048E-02
+  6.73711553630343268E-02  6.79122862434319713E-02  6.84577635333298296E-02
+  6.90076221434609421E-02  6.95618972649637429E-02  7.01206243716354788E-02
+  7.06838392222014361E-02  7.12515778626045398E-02  7.18238766283113145E-02
+  7.24007721466383425E-02  7.29823013390955011E-02  7.35685014237498353E-02
+  7.41594099176065974E-02  7.47550646390113399E-02  7.53555037100692854E-02
+  7.59607655590862491E-02  7.65708889230268114E-02  7.71859128499948477E-02
+  7.78058767017313496E-02  7.84308201561346729E-02  7.90607832097989793E-02
+  7.96958061805749796E-02  8.03359297101492870E-02  8.09811947666465859E-02
+  8.16316426472504381E-02  8.22873149808475146E-02  8.29482537306907020E-02
+  8.36145011970858415E-02  8.42861000200979399E-02  8.49630931822811658E-02
+  8.56455240114287336E-02  8.63334361833469205E-02  8.70268737246492063E-02
+  8.77258810155752827E-02  8.84305027928300319E-02  8.91407841524480132E-02
+  8.98567705526783778E-02  9.05785078168954427E-02  9.13060421365301522E-02
+  9.20394200740276419E-02  9.27786885658258981E-02  9.35238949253610480E-02
+  9.42750868460941610E-02  9.50323124045648615E-02  9.57956200634670907E-02
+  9.65650586747518191E-02  9.73406774827525190E-02  9.81225261273379751E-02
+  9.89106546470879672E-02  9.97051134824971236E-02  1.00505953479201757E-01
+  1.01313225891235328E-01  1.02126982384307397E-01  1.02947275039111677E-01
+  1.03774156354657698E-01  1.04607679251632224E-01  1.05447897075784849E-01
+  1.06294863601343478E-01  1.07148633034454460E-01  1.08009260016653300E-01
+  1.08876799628360277E-01  1.09751307392407002E-01  1.10632839277588518E-01
+  1.11521451702246754E-01  1.12417201537879791E-01  1.13320146112783279E-01
+  1.14230343215717831E-01  1.15147851099609067E-01  1.16072728485274362E-01
+  1.17005034565182520E-01  1.17944829007240418E-01  1.18892171958613596E-01
+  1.19847124049573858E-01
+                             </PP_RAB> 
+                                  </PP_MESH>
+ <PP_NLCC type="real" size="  1489" columns="3">
+  1.16521445187562633E-06  1.16521445172019663E-06  1.16521445156226057E-06
+  1.16521445140177683E-06  1.16521445123870414E-06  1.16521445107300163E-06
+  1.16521445090462694E-06  1.16521445073353645E-06  1.16521445055968632E-06
+  1.16521445038303231E-06  1.16521445020352930E-06  1.16521445002113092E-06
+  1.16521444983579079E-06  1.16521444964746148E-06  1.16521444945609430E-06
+  1.16521444926164073E-06  1.16521444906405081E-06  1.16521444886327415E-06
+  1.16521444865925927E-06  1.16521444845195389E-06  1.16521444824130527E-06
+  1.16521444802725898E-06  1.16521444780975977E-06  1.16521444758875341E-06
+  1.16521444736418232E-06  1.16521444713598847E-06  1.16521444690411489E-06
+  1.16521444666850167E-06  1.16521444642908802E-06  1.16521444618581274E-06
+  1.16521444593861401E-06  1.16521444568742787E-06  1.16521444543219101E-06
+  1.16521444517283715E-06  1.16521444490930042E-06  1.16521444464151328E-06
+  1.16521444436940691E-06  1.16521444409291164E-06  1.16521444381195738E-06
+  1.16521444352647106E-06  1.16521444323638070E-06  1.16521444294161112E-06
+  1.16521444264208735E-06  1.16521444233773317E-06  1.16521444202847000E-06
+  1.16521444171421887E-06  1.16521444139489868E-06  1.16521444107042894E-06
+  1.16521444074072560E-06  1.16521444040570459E-06  1.16521444006528057E-06
+  1.16521443971936565E-06  1.16521443936787133E-06  1.16521443901070824E-06
+  1.16521443864778448E-06  1.16521443827900709E-06  1.16521443790428162E-06
+  1.16521443752351278E-06  1.16521443713660253E-06  1.16521443674345155E-06
+  1.16521443634395990E-06  1.16521443593802507E-06  1.16521443552554290E-06
+  1.16521443510640792E-06  1.16521443468051297E-06  1.16521443424774902E-06
+  1.16521443380800466E-06  1.16521443336116768E-06  1.16521443290712414E-06
+  1.16521443244575800E-06  1.16521443197695004E-06  1.16521443150058082E-06
+  1.16521443101652860E-06  1.16521443052466885E-06  1.16521443002487642E-06
+  1.16521442951702300E-06  1.16521442900097876E-06  1.16521442847661116E-06
+  1.16521442794378572E-06  1.16521442740236734E-06  1.16521442685221648E-06
+  1.16521442629319167E-06  1.16521442572515126E-06  1.16521442514794870E-06
+  1.16521442456143641E-06  1.16521442396546509E-06  1.16521442335988163E-06
+  1.16521442274453062E-06  1.16521442211925450E-06  1.16521442148389403E-06
+  1.16521442083828530E-06  1.16521442018226421E-06  1.16521441951566241E-06
+  1.16521441883830922E-06  1.16521441815003122E-06  1.16521441745065178E-06
+  1.16521441673999262E-06  1.16521441601787141E-06  1.16521441528410329E-06
+  1.16521441453850084E-06  1.16521441378087243E-06  1.16521441301102430E-06
+  1.16521441222875973E-06  1.16521441143387818E-06  1.16521441062617636E-06
+  1.16521440980544781E-06  1.16521440897148119E-06  1.16521440812406390E-06
+  1.16521440726297931E-06  1.16521440638800635E-06  1.16521440549892118E-06
+  1.16521440459549659E-06  1.16521440367750071E-06  1.16521440274469847E-06
+  1.16521440179685145E-06  1.16521440083371739E-06  1.16521439985504854E-06
+  1.16521439886059544E-06  1.16521439785010334E-06  1.16521439682331285E-06
+  1.16521439577996202E-06  1.16521439471978297E-06  1.16521439364250444E-06
+  1.16521439254785137E-06  1.16521439143554295E-06  1.16521439030529416E-06
+  1.16521438915681595E-06  1.16521438798981461E-06  1.16521438680399093E-06
+  1.16521438559904083E-06  1.16521438437465745E-06  1.16521438313052593E-06
+  1.16521438186632778E-06  1.16521438058174027E-06  1.16521437927643433E-06
+  1.16521437795007518E-06  1.16521437660232358E-06  1.16521437523283457E-06
+  1.16521437384125769E-06  1.16521437242723634E-06  1.16521437099040843E-06
+  1.16521436953040675E-06  1.16521436804685692E-06  1.16521436653937925E-06
+  1.16521436500758856E-06  1.16521436345109183E-06  1.16521436186949052E-06
+  1.16521436026238040E-06  1.16521435862934958E-06  1.16521435696998006E-06
+  1.16521435528384705E-06  1.16521435357051920E-06  1.16521435182955733E-06
+  1.16521435006051610E-06  1.16521434826294299E-06  1.16521434643637722E-06
+  1.16521434458035079E-06  1.16521434269438937E-06  1.16521434077801015E-06
+  1.16521433883072227E-06  1.16521433685202684E-06  1.16521433484141774E-06
+  1.16521433279838041E-06  1.16521433072239139E-06  1.16521432861291936E-06
+  1.16521432646942435E-06  1.16521432429135769E-06  1.16521432207816139E-06
+  1.16521431982926965E-06  1.16521431754410605E-06  1.16521431522208550E-06
+  1.16521431286261403E-06  1.16521431046508727E-06  1.16521430802889155E-06
+  1.16521430555340367E-06  1.16521430303798899E-06  1.16521430048200375E-06
+  1.16521429788479406E-06  1.16521429524569478E-06  1.16521429256403060E-06
+  1.16521428983911460E-06  1.16521428707024902E-06  1.16521428425672554E-06
+  1.16521428139782332E-06  1.16521427849281075E-06  1.16521427554094477E-06
+  1.16521427254146875E-06  1.16521426949361487E-06  1.16521426639660323E-06
+  1.16521426324964141E-06  1.16521426005192263E-06  1.16521425680262864E-06
+  1.16521425350092852E-06  1.16521425014597607E-06  1.16521424673691219E-06
+  1.16521424327286486E-06  1.16521423975294724E-06  1.16521423617625787E-06
+  1.16521423254188111E-06  1.16521422884888671E-06  1.16521422509632873E-06
+  1.16521422128324771E-06  1.16521421740866660E-06  1.16521421347159351E-06
+  1.16521420947102005E-06  1.16521420540592280E-06  1.16521420127526181E-06
+  1.16521419707797787E-06  1.16521419281299715E-06  1.16521418847922804E-06
+  1.16521418407556135E-06  1.16521417960086903E-06  1.16521417505400591E-06
+  1.16521417043380732E-06  1.16521416573909121E-06  1.16521416096865607E-06
+  1.16521415612127985E-06  1.16521415119572164E-06  1.16521414619072084E-06
+  1.16521414110499569E-06  1.16521413593724472E-06  1.16521413068614464E-06
+  1.16521412535035143E-06  1.16521411992849904E-06  1.16521411441919876E-06
+  1.16521410882104112E-06  1.16521410313259252E-06  1.16521409735239649E-06
+  1.16521409147897347E-06  1.16521408551082041E-06  1.16521407944640861E-06
+  1.16521407328418611E-06  1.16521406702257467E-06  1.16521406065997170E-06
+  1.16521405419474836E-06  1.16521404762524934E-06  1.16521404094979327E-06
+  1.16521403416667106E-06  1.16521402727414564E-06  1.16521402027045308E-06
+  1.16521401315380021E-06  1.16521400592236484E-06  1.16521399857429600E-06
+  1.16521399110771285E-06  1.16521398352070322E-06  1.16521397581132528E-06
+  1.16521396797760480E-06  1.16521396001753708E-06  1.16521395192908416E-06
+  1.16521394371017482E-06  1.16521393535870545E-06  1.16521392687253816E-06
+  1.16521391824949987E-06  1.16521390948738343E-06  1.16521390058394547E-06
+  1.16521389153690684E-06  1.16521388234395132E-06  1.16521387300272587E-06
+  1.16521386351083866E-06  1.16521385386585914E-06  1.16521384406531970E-06
+  1.16521383410671056E-06  1.16521382398748153E-06  1.16521381370504323E-06
+  1.16521380325676265E-06  1.16521379263996487E-06  1.16521378185193218E-06
+  1.16521377088990261E-06  1.16521375975107017E-06  1.16521374843258331E-06
+  1.16521373693154411E-06  1.16521372524500767E-06  1.16521371336998353E-06
+  1.16521370130343062E-06  1.16521368904226004E-06  1.16521367658333331E-06
+  1.16521366392346051E-06  1.16521365105940046E-06  1.16521363798786033E-06
+  1.16521362470549327E-06  1.16521361120889930E-06  1.16521359749462316E-06
+  1.16521358355915389E-06  1.16521356939892358E-06  1.16521355501030756E-06
+  1.16521354038962231E-06  1.16521352553312499E-06  1.16521351043701158E-06
+  1.16521349509741791E-06  1.16521347951041693E-06  1.16521346367201826E-06
+  1.16521344757816674E-06  1.16521343122474303E-06  1.16521341460756025E-06
+  1.16521339772236439E-06  1.16521338056483219E-06  1.16521336313057199E-06
+  1.16521334541512037E-06  1.16521332741394165E-06  1.16521330912242779E-06
+  1.16521329053589595E-06  1.16521327164958792E-06  1.16521325245866864E-06
+  1.16521323295822531E-06  1.16521321314326593E-06  1.16521319300871764E-06
+  1.16521317254942539E-06  1.16521315176015155E-06  1.16521313063557463E-06
+  1.16521310917028633E-06  1.16521308735879110E-06  1.16521306519550531E-06
+  1.16521304267475530E-06  1.16521301979077533E-06  1.16521299653770711E-06
+  1.16521297290959726E-06  1.16521294890039755E-06  1.16521292450396148E-06
+  1.16521289971404345E-06  1.16521287452429665E-06  1.16521284892827219E-06
+  1.16521282291941827E-06  1.16521279649107616E-06  1.16521276963647954E-06
+  1.16521274234875410E-06  1.16521271462091373E-06  1.16521268644586029E-06
+  1.16521265781638046E-06  1.16521262872514527E-06  1.16521259916470719E-06
+  1.16521256912749798E-06  1.16521253860582871E-06  1.16521250759188548E-06
+  1.16521247607772864E-06  1.16521244405528998E-06  1.16521241151637235E-06
+  1.16521237845264518E-06  1.16521234485564407E-06  1.16521231071676844E-06
+  1.16521227602727715E-06  1.16521224077829073E-06  1.16521220496078533E-06
+  1.16521216856559139E-06  1.16521213158339092E-06  1.16521209400471704E-06
+  1.16521205581994915E-06  1.16521201701931188E-06  1.16521197759287162E-06
+  1.16521193753053536E-06  1.16521189682204763E-06  1.16521185545698571E-06
+  1.16521181342476082E-06  1.16521177071461248E-06  1.16521172731560570E-06
+  1.16521168321663122E-06  1.16521163840639895E-06  1.16521159287343750E-06
+  1.16521154660609023E-06  1.16521149959251244E-06  1.16521145182066821E-06
+  1.16521140327832788E-06  1.16521135395306461E-06  1.16521130383225064E-06
+  1.16521125290305510E-06  1.16521120115243962E-06  1.16521114856715640E-06
+  1.16521109513374247E-06  1.16521104083851889E-06  1.16521098566758628E-06
+  1.16521092960682057E-06  1.16521087264186963E-06  1.16521081475815010E-06
+  1.16521075594084378E-06  1.16521069617489359E-06  1.16521063544499873E-06
+  1.16521057373561170E-06  1.16521051103093533E-06  1.16521044731491666E-06
+  1.16521038257124415E-06  1.16521031678334372E-06  1.16521024993437252E-06
+  1.16521018200721668E-06  1.16521011298448747E-06  1.16521004284851450E-06
+  1.16520997158134279E-06  1.16520989916472768E-06  1.16520982558013016E-06
+  1.16520975080871157E-06  1.16520967483133131E-06  1.16520959762853811E-06
+  1.16520951918056836E-06  1.16520943946733848E-06  1.16520935846844156E-06
+  1.16520927616314179E-06  1.16520919253036880E-06  1.16520910754871216E-06
+  1.16520902119641666E-06  1.16520893345137537E-06  1.16520884429112541E-06
+  1.16520875369284115E-06  1.16520866163332934E-06  1.16520856808902214E-06
+  1.16520847303597223E-06  1.16520837644984583E-06  1.16520827830591658E-06
+  1.16520817857905830E-06  1.16520807724374141E-06  1.16520797427402405E-06
+  1.16520786964354486E-06  1.16520776332551834E-06  1.16520765529272718E-06
+  1.16520754551751408E-06  1.16520743397177681E-06  1.16520732062695850E-06
+  1.16520720545404297E-06  1.16520708842354566E-06  1.16520696950550636E-06
+  1.16520684866948165E-06  1.16520672588453705E-06  1.16520660111923958E-06
+  1.16520647434164868E-06  1.16520634551930882E-06  1.16520621461924161E-06
+  1.16520608160793610E-06  1.16520594645134071E-06  1.16520580911485500E-06
+  1.16520566956332096E-06  1.16520552776101285E-06  1.16520538367162812E-06
+  1.16520523725828059E-06  1.16520508848348801E-06  1.16520493730916331E-06
+  1.16520478369660558E-06  1.16520462760648960E-06  1.16520446899885618E-06
+  1.16520430783310109E-06  1.16520414406796516E-06  1.16520397766152533E-06
+  1.16520380857118113E-06  1.16520363675364390E-06  1.16520346216492890E-06
+  1.16520328476034117E-06  1.16520310449446407E-06  1.16520292132115020E-06
+  1.16520273519350611E-06  1.16520254606388323E-06  1.16520235388386410E-06
+  1.16520215860425009E-06  1.16520196017504973E-06  1.16520175854546434E-06
+  1.16520155366387658E-06  1.16520134547783732E-06  1.16520113393404998E-06
+  1.16520091897835908E-06  1.16520070055573607E-06  1.16520047861026449E-06
+  1.16520025308512559E-06  1.16520002392258538E-06  1.16519979106397795E-06
+  1.16519955444969101E-06  1.16519931401915198E-06  1.16519906971080950E-06
+  1.16519882146212142E-06  1.16519856920953549E-06  1.16519831288847498E-06
+  1.16519805243332194E-06  1.16519778777739900E-06  1.16519751885295559E-06
+  1.16519724559114635E-06  1.16519696792201653E-06  1.16519668577448269E-06
+  1.16519639907631538E-06  1.16519610775411983E-06  1.16519581173331753E-06
+  1.16519551093812742E-06  1.16519520529154657E-06  1.16519489471533011E-06
+  1.16519457912997001E-06  1.16519425845467628E-06  1.16519393260735766E-06
+  1.16519360150459728E-06  1.16519326506163256E-06  1.16519292319233570E-06
+  1.16519257580918788E-06  1.16519222282326015E-06  1.16519186414418852E-06
+  1.16519149968015184E-06  1.16519112933784818E-06  1.16519075302247062E-06
+  1.16519037063768355E-06  1.16518998208559729E-06  1.16518958726674328E-06
+  1.16518918608004930E-06  1.16518877842281241E-06  1.16518836419067370E-06
+  1.16518794327759141E-06  1.16518751557581279E-06  1.16518708097584698E-06
+  1.16518663936643937E-06  1.16518619063453860E-06  1.16518573466527111E-06
+  1.16518527134191069E-06  1.16518480054584836E-06  1.16518432215656278E-06
+  1.16518383605158822E-06  1.16518334210648391E-06  1.16518284019480264E-06
+  1.16518233018805692E-06  1.16518181195568765E-06  1.16518128536503103E-06
+  1.16518075028128220E-06  1.16518020656746196E-06  1.16517965408438351E-06
+  1.16517909269061418E-06  1.16517852224244105E-06  1.16517794259383247E-06
+  1.16517735359640309E-06  1.16517675509937300E-06  1.16517614694953045E-06
+  1.16517552899119418E-06  1.16517490106617190E-06  1.16517426301371770E-06
+  1.16517361467049760E-06  1.16517295587053909E-06  1.16517228644519472E-06
+  1.16517160622309874E-06  1.16517091503011936E-06  1.16517021268931713E-06
+  1.16516949902089893E-06  1.16516877384217245E-06  1.16516803696749963E-06
+  1.16516728820824729E-06  1.16516652737274034E-06  1.16516575426621330E-06
+  1.16516496869075839E-06  1.16516417044527709E-06  1.16516335932542778E-06
+  1.16516253512357260E-06  1.16516169762872603E-06  1.16516084662649811E-06
+  1.16515998189904339E-06  1.16515910322500315E-06  1.16515821037944694E-06
+  1.16515730313381818E-06  1.16515638125587482E-06  1.16515544450962714E-06
+  1.16515449265528329E-06  1.16515352544918067E-06  1.16515254264372861E-06
+  1.16515154398734413E-06  1.16515052922438674E-06  1.16514949809509221E-06
+  1.16514845033550813E-06  1.16514738567742510E-06  1.16514630384830859E-06
+  1.16514520457122774E-06  1.16514408756478782E-06  1.16514295254305424E-06
+  1.16514179921548177E-06  1.16514062728684132E-06  1.16513943645714006E-06
+  1.16513822642154801E-06  1.16513699687032045E-06  1.16513574748871752E-06
+  1.16513447795692202E-06  1.16513318794996066E-06  1.16513187713761933E-06
+  1.16513054518435823E-06  1.16512919174922709E-06  1.16512781648577697E-06
+  1.16512641904197206E-06  1.16512499906010019E-06  1.16512355617667919E-06
+  1.16512209002236670E-06  1.16512060022186382E-06  1.16511908639381872E-06
+  1.16511754815073226E-06  1.16511598509885355E-06  1.16511439683808361E-06
+  1.16511278296187184E-06  1.16511114305711072E-06  1.16510947670403149E-06
+  1.16510778347609651E-06  1.16510606293988940E-06  1.16510431465500492E-06
+  1.16510253817393628E-06  1.16510073304195914E-06  1.16509889879701851E-06
+  1.16509703496960678E-06  1.16509514108264598E-06  1.16509321665136583E-06
+  1.16509126118317726E-06  1.16508927417754946E-06  1.16508725512588043E-06
+  1.16508520351136573E-06  1.16508311880886801E-06  1.16508100048478319E-06
+  1.16507884799690156E-06  1.16507666079426947E-06  1.16507443831705046E-06
+  1.16507217999638207E-06  1.16506988525422719E-06  1.16506755350322757E-06
+  1.16506518414655511E-06  1.16506277657775878E-06  1.16506033018060792E-06
+  1.16505784432893491E-06  1.16505531838647698E-06  1.16505275170671060E-06
+  1.16505014363268931E-06  1.16504749349687236E-06  1.16504480062095620E-06
+  1.16504206431570080E-06  1.16503928388075158E-06  1.16503645860446259E-06
+  1.16503358776371353E-06  1.16503067062372430E-06  1.16502770643786732E-06
+  1.16502469444747699E-06  1.16502163388165593E-06  1.16501852395707674E-06
+  1.16501536387778215E-06  1.16501215283498147E-06  1.16500889000684458E-06
+  1.16500557455829018E-06  1.16500220564077335E-06  1.16499878239206793E-06
+  1.16499530393604687E-06  1.16499176938245715E-06  1.16498817782669321E-06
+  1.16498452834956463E-06  1.16498082001706110E-06  1.16497705188011524E-06
+  1.16497322297435653E-06  1.16496933231986970E-06  1.16496537892093938E-06
+  1.16496136176579739E-06  1.16495727982636577E-06  1.16495313205799094E-06
+  1.16494891739917778E-06  1.16494463477131940E-06  1.16494028307842082E-06
+  1.16493586120681667E-06  1.16493136802488956E-06  1.16492680238277915E-06
+  1.16492216311208818E-06  1.16491744902558457E-06  1.16491265891689773E-06
+  1.16490779156020922E-06  1.16490284570994035E-06  1.16489782010043396E-06
+  1.16489271344563059E-06  1.16488752443873968E-06  1.16488225175190474E-06
+  1.16487689403586644E-06  1.16487144991961641E-06  1.16486591801004464E-06
+  1.16486029689158712E-06  1.16485458512586228E-06  1.16484878125130354E-06
+  1.16484288378278642E-06  1.16483689121124763E-06  1.16483080200330129E-06
+  1.16482461460084576E-06  1.16481832742066636E-06  1.16481193885403151E-06
+  1.16480544726627837E-06  1.16479885099639970E-06  1.16479214835661691E-06
+  1.16478533763194938E-06  1.16477841707977717E-06  1.16477138492939421E-06
+  1.16476423938155725E-06  1.16475697860802635E-06  1.16474960075109691E-06
+  1.16474210392312720E-06  1.16473448620605389E-06  1.16472674565090308E-06
+  1.16471888027729395E-06  1.16471088807293054E-06  1.16470276699309057E-06
+  1.16469451496010152E-06  1.16468612986280981E-06  1.16467760955604349E-06
+  1.16466895186006367E-06  1.16466015456000813E-06  1.16465121540532475E-06
+  1.16464213210919947E-06  1.16463290234797041E-06  1.16462352376053556E-06
+  1.16461399394774991E-06  1.16460431047181345E-06  1.16459447085564885E-06
+  1.16458447258226976E-06  1.16457431309413684E-06  1.16456398979250749E-06
+  1.16455350003677110E-06  1.16454284114377527E-06  1.16453201038714287E-06
+  1.16452100499657512E-06  1.16450982215714397E-06  1.16449845900857669E-06
+  1.16448691264452451E-06  1.16447518011182041E-06  1.16446325840972863E-06
+  1.16445114448917725E-06  1.16443883525198126E-06  1.16442632755005252E-06
+  1.16441361818459736E-06  1.16440070390530006E-06  1.16438758140949466E-06
+  1.16437424734132536E-06  1.16436069829088591E-06  1.16434693079335541E-06
+  1.16433294132811237E-06  1.16431872631783807E-06  1.16430428212760539E-06
+  1.16428960506395237E-06  1.16427469137394112E-06  1.16425953724420075E-06
+  1.16424413879995806E-06  1.16422849210404638E-06  1.16421259315590706E-06
+  1.16419643789056949E-06  1.16418002217761388E-06  1.16416334182011986E-06
+  1.16414639255359950E-06  1.16412917004491111E-06  1.16411166989115371E-06
+  1.16409388761854873E-06  1.16407581868130074E-06  1.16405745846043954E-06
+  1.16403880226264452E-06  1.16401984531905199E-06  1.16400058278404037E-06
+  1.16398100973399622E-06  1.16396112116606493E-06  1.16394091199687482E-06
+  1.16392037706124609E-06  1.16389951111087705E-06  1.16387830881300834E-06
+  1.16385676474906814E-06  1.16383487341329274E-06  1.16381262921133085E-06
+  1.16379002645881637E-06  1.16376705937992839E-06  1.16374372210592038E-06
+  1.16372000867363019E-06  1.16369591302396433E-06  1.16367142900035976E-06
+  1.16364655034721919E-06  1.16362127070832287E-06  1.16359558362521443E-06
+  1.16356948253556137E-06  1.16354296077148814E-06  1.16351601155788482E-06
+  1.16348862801068722E-06  1.16346080313512883E-06  1.16343252982396729E-06
+  1.16340380085568176E-06  1.16337460889263948E-06  1.16334494647923677E-06
+  1.16331480604000756E-06  1.16328417987770299E-06  1.16325306017133902E-06
+  1.16322143897421493E-06  1.16318930821190065E-06  1.16315665968019027E-06
+  1.16312348504302217E-06  1.16308977583036969E-06  1.16305552343609539E-06
+  1.16302071911577162E-06  1.16298535398446705E-06  1.16294941901449816E-06
+  1.16291290503314443E-06  1.16287580272032763E-06  1.16283810260625436E-06
+  1.16279979506902144E-06  1.16276087033218117E-06  1.16272131846227177E-06
+  1.16268112936630527E-06  1.16264029278921759E-06  1.16259879831127738E-06
+  1.16255663534545309E-06  1.16251379313474097E-06  1.16247026074944967E-06
+  1.16242602708443770E-06  1.16238108085631331E-06  1.16233541060058849E-06
+  1.16228900466878397E-06  1.16224185122549282E-06  1.16219393824539889E-06
+  1.16214525351024227E-06  1.16209578460574165E-06  1.16204551891846662E-06
+  1.16199444363265983E-06  1.16194254572701146E-06  1.16188981197137954E-06
+  1.16183622892346069E-06  1.16178178292540935E-06  1.16172646010040123E-06
+  1.16167024634914560E-06  1.16161312734633726E-06  1.16155508853705971E-06
+  1.16149611513312881E-06  1.16143619210937631E-06  1.16137530419987691E-06
+  1.16131343589412092E-06  1.16125057143311966E-06  1.16118669480545169E-06
+  1.16112178974324975E-06  1.16105583971812257E-06  1.16098882793701262E-06
+  1.16092073733798999E-06  1.16085155058598013E-06  1.16078125006842473E-06
+  1.16070981789087738E-06  1.16063723587252400E-06  1.16056348554163877E-06
+  1.16048854813096793E-06  1.16041240457304006E-06  1.16033503549540571E-06
+  1.16025642121579999E-06  1.16017654173723382E-06  1.16009537674300743E-06
+  1.16001290559163941E-06  1.15992910731172795E-06  1.15984396059672551E-06
+  1.15975744379963340E-06  1.15966953492761618E-06  1.15958021163652894E-06
+  1.15948945122536395E-06  1.15939723063061156E-06  1.15930352642052575E-06
+  1.15920831478931076E-06  1.15911157155121409E-06  1.15901327213452525E-06
+  1.15891339157548796E-06  1.15881190451211465E-06  1.15870878517790849E-06
+  1.15860400739548629E-06  1.15849754457010123E-06  1.15838936968307180E-06
+  1.15827945528510547E-06  1.15816777348952074E-06  1.15805429596536693E-06
+  1.15793899393043864E-06  1.15782183814418340E-06  1.15770279890049887E-06
+  1.15758184602042106E-06  1.15745894884470010E-06  1.15733407622626459E-06
+  1.15720719652256953E-06  1.15707827758783153E-06  1.15694728676514190E-06
+  1.15681419087846496E-06  1.15667895622450881E-06  1.15654154856447589E-06
+  1.15640193311568985E-06  1.15626007454309260E-06  1.15611593695061600E-06
+  1.15596948387242358E-06  1.15582067826402235E-06  1.15566948249323729E-06
+  1.15551585833105089E-06  1.15535976694230524E-06  1.15520116887626339E-06
+  1.15504002405703230E-06  1.15487629177384255E-06  1.15470993067118145E-06
+  1.15454089873878281E-06  1.15436915330146933E-06  1.15419465100883167E-06
+  1.15401734782476616E-06  1.15383719901685174E-06  1.15365415914557310E-06
+  1.15346818205338260E-06  1.15327922085360321E-06  1.15308722791917195E-06
+  1.15289215487121164E-06  1.15269395256743634E-06  1.15249257109038310E-06
+  1.15228795973547660E-06  1.15208006699892020E-06  1.15186884056540781E-06
+  1.15165422729566066E-06  1.15143617321378787E-06  1.15121462349445557E-06
+  1.15098952244987188E-06  1.15076081351658072E-06  1.15052843924207182E-06
+  1.15029234127119801E-06  1.15005246033239493E-06  1.14980873622370851E-06
+  1.14956110779862821E-06  1.14930951295171091E-06  1.14905388860399437E-06
+  1.14879417068821040E-06  1.14853029413379043E-06  1.14826219285165939E-06
+  1.14798979971881737E-06  1.14771304656270298E-06  1.14743186414535423E-06
+  1.14714618214732933E-06  1.14685592915140258E-06  1.14656103262603893E-06
+  1.14626141890864438E-06  1.14595701318858441E-06  1.14564773948996679E-06
+  1.14533352065419818E-06  1.14501427832230849E-06  1.14468993291701834E-06
+  1.14436040362455746E-06  1.14402560837625321E-06  1.14368546382986555E-06
+  1.14333988535067405E-06  1.14298878699231486E-06  1.14263208147736351E-06
+  1.14226968017768568E-06  1.14190149309448360E-06  1.14152742883809354E-06
+  1.14114739460752776E-06  1.14076129616974767E-06  1.14036903783867034E-06
+  1.13997052245390494E-06  1.13956565135922485E-06  1.13915432438078276E-06
+  1.13873643980500438E-06  1.13831189435621285E-06  1.13788058317398620E-06
+  1.13744239979022718E-06  1.13699723610595049E-06  1.13654498236778483E-06
+  1.13608552714420135E-06  1.13561875730146722E-06  1.13514455797924897E-06
+  1.13466281256594856E-06  1.13417340267374880E-06  1.13367620811336406E-06
+  1.13317110686849593E-06  1.13265797506998980E-06  1.13213668696971426E-06
+  1.13160711491415445E-06  1.13106912931762740E-06  1.13052259863523261E-06
+  1.12996738933550568E-06  1.12940336587276832E-06  1.12883039065917673E-06
+  1.12824832403646246E-06  1.12765702424741258E-06  1.12705634740703630E-06
+  1.12644614747335243E-06  1.12582627621791268E-06  1.12519658319603078E-06
+  1.12455691571671130E-06  1.12390711881227382E-06  1.12324703520768289E-06
+  1.12257650528963049E-06  1.12189536707529703E-06  1.12120345618073142E-06
+  1.12050060578898798E-06  1.11978664661798413E-06  1.11906140688806913E-06
+  1.11832471228930391E-06  1.11757638594846863E-06  1.11681624839585927E-06
+  1.11604411753176118E-06  1.11525980859255020E-06  1.11446313411660295E-06
+  1.11365390390994907E-06  1.11283192501166623E-06  1.11199700165902480E-06
+  1.11114893525239464E-06  1.11028752432002201E-06  1.10941256448245998E-06
+  1.10852384841669189E-06  1.10762116582012145E-06  1.10670430337435592E-06
+  1.10577304470879390E-06  1.10482717036401821E-06  1.10386645775502538E-06
+  1.10289068113442607E-06  1.10189961155530607E-06  1.10089301683386708E-06
+  1.09987066151203568E-06  1.09883230681994891E-06  1.09777771063833243E-06
+  1.09670662746078404E-06  1.09561880835600708E-06  1.09451400093016312E-06
+  1.09339194928889806E-06  1.09225239399930713E-06  1.09109507205199971E-06
+  1.08991971682317275E-06  1.08872605803671584E-06  1.08751382172637037E-06
+  1.08628273019800169E-06  1.08503250199220681E-06  1.08376285184662884E-06
+  1.08247349065844211E-06  1.08116412544713102E-06  1.07983445931747280E-06
+  1.07848419142275082E-06  1.07711301692822785E-06  1.07572062697500289E-06
+  1.07430670864445783E-06  1.07287094492250441E-06  1.07141301466432922E-06
+  1.06993259255970686E-06  1.06842934909878507E-06  1.06690295053839363E-06
+  1.06535305886891114E-06  1.06377933178187914E-06  1.06218142263856577E-06
+  1.06055898043846948E-06  1.05891164978879535E-06  1.05723907087486526E-06
+  1.05554087943138419E-06  1.05381670671463366E-06  1.05206617947563916E-06
+  1.05028891993461093E-06  1.04848454575676798E-06  1.04665267002836916E-06
+  1.04479290123434682E-06  1.04290484323737769E-06  1.04098809525834587E-06
+  1.03904225185827708E-06  1.03706690292183294E-06  1.03506163364280070E-06
+  1.03302602451151204E-06  1.03095965130289498E-06  1.02886208506697850E-06
+  1.02673289212150766E-06  1.02457163404668795E-06  1.02237786768214445E-06
+  1.02015114512622751E-06  1.01789101373832975E-06  1.01559701614377563E-06
+  1.01326869024004006E-06  1.01090556920650696E-06  1.00850718151727589E-06
+  1.00607305095707529E-06  1.00360269664040461E-06  1.00109563303409072E-06
+  9.98551369984220462E-07  9.95969412746450831E-07  9.93349262018673113E-07
+  9.90690413978652287E-07  9.87992360325964251E-07  9.85254588328355212E-07
+  9.82476580872688810E-07  9.79657816520747588E-07  9.76797769571244067E-07
+  9.73895910126190008E-07  9.70951704161126031E-07  9.67964613602186161E-07
+  9.64934096409136059E-07  9.61859606664580845E-07  9.58740594669577538E-07
+  9.55576507046038377E-07  9.52366786847775463E-07  9.49110873677106488E-07
+  9.45808203807486795E-07  9.42458210315378744E-07  9.39060323220318457E-07
+  9.35613969633480850E-07  9.32118573915061098E-07  9.28573557841036796E-07
+  9.24978340781766017E-07  9.21332339887645603E-07  9.17634970283847538E-07
+  9.13885645277382926E-07  9.10083776575315571E-07  9.06228774514557675E-07
+  9.02320048303657511E-07  8.98357006277457868E-07  8.94339056167704864E-07
+  8.90265605382652993E-07  8.86136061299954931E-07  8.81949831575861598E-07
+  8.77706324469478012E-07  8.73404949182651993E-07  8.69045116216058869E-07
+  8.64626237742818714E-07  8.60147728003324763E-07  8.55609003711611708E-07
+  8.51009484480740513E-07  8.46348593269617505E-07  8.41625756850013719E-07
+  8.36840406294552543E-07  8.31991977486406287E-07  8.27079911652776171E-07
+  8.22103655926200200E-07  8.17062663920875226E-07  8.11956396335655151E-07
+  8.06784321585107311E-07  8.01545916457519959E-07  7.96240666800876873E-07
+  7.90868068237778897E-07  7.85427626912511430E-07  7.79918860274135813E-07
+  7.74341297879483233E-07  7.68694482232914197E-07  7.62977969662707525E-07
+  7.57191331233253951E-07  7.51334153694378045E-07  7.45406040469072219E-07
+  7.39406612684590048E-07  7.33335510249523405E-07  7.27192392957835481E-07
+  7.20976941642740309E-07  7.14688859378359923E-07  7.08327872728758826E-07
+  7.01893733046073016E-07  6.95386217819440025E-07  6.88805132082243149E-07
+  6.82150309877345781E-07  6.75421615759448660E-07  6.68618946364126179E-07
+  6.61742232039150013E-07  6.54791438538292645E-07  6.47766568779841239E-07
+  6.40667664672111831E-07  6.33494809017126971E-07  6.26248127486686730E-07
+  6.18927790650106179E-07  6.11534016090183102E-07  6.04067070600344813E-07
+  5.96527272463954845E-07  5.88914993818679317E-07  5.81230663109052097E-07
+  5.73474767643383192E-07  5.65647856240315838E-07  5.57750541947652340E-07
+  5.49783504876910971E-07  5.41747495143645945E-07  5.33643335915553393E-07
+  5.25471926572118986E-07  5.17234245980226046E-07  5.08931355908414709E-07
+  5.00564404551504176E-07  4.92134630156369019E-07  4.83643364798450825E-07
+  4.75092038296022804E-07  4.66482182265567599E-07  4.57815434323133447E-07
+  4.49093542438043450E-07  4.40318369469897537E-07  4.31491897840963010E-07
+  4.22616234349815984E-07  4.13693615180178392E-07  4.04726411089131903E-07
+  3.95717132779750233E-07  3.86668436464454475E-07  3.77583129628498492E-07
+  3.68464177034350802E-07  3.59314706892136423E-07  3.50138017226306548E-07
+  3.40937582494021800E-07  3.31717060436979464E-07  3.22480299173953025E-07
+  3.13231344542084369E-07  3.03974447701192111E-07  2.94714073052621950E-07
+  2.85454906362426142E-07  2.76201863155444078E-07  2.66960097432822226E-07
+  2.57735010693335412E-07  2.48532261268387378E-07  2.39357773981142472E-07
+  2.30217750151447079E-07  2.21118678008585056E-07  2.12067343357339685E-07
+  2.03070840615126954E-07  1.94136584263842862E-07  1.85272320696909026E-07
+  1.76486140474627409E-07  1.67786491001416211E-07  1.59182189658119136E-07
+  1.50682437458856352E-07  1.42296833025824919E-07  1.34035387067902234E-07
+  1.25908537390440824E-07  1.17927164418904135E-07  1.10102607253472314E-07
+  1.02446680272230786E-07  9.49716903340537790E-08  8.76904546499325152E-08
+  8.06163190603729925E-08  7.37631769904385898E-08  6.71454890839502795E-08
+  6.07783035096554932E-08  5.46772769458137070E-08  4.88586963011216984E-08
+  4.33395012060526090E-08  3.81373072332470867E-08  3.32704305228301314E-08
+  2.87579093107532663E-08  2.46195410788545958E-08  2.08758741752296207E-08
+  1.75483226815542608E-08  1.46590398027707376E-08  1.22158574132627385E-08
+  1.01659244163255349E-08  8.44825965371823459E-09  7.01104543725435227E-09
+  5.81015608570952405E-09  4.80814773668976055E-09  3.97326411382899165E-09
+  3.27862106659773542E-09  2.70149400278133440E-09  2.22270389534753814E-09
+  1.82607961360351358E-09  1.49800634474896706E-09  1.22703927922087055E-09
+  1.00357264966545807E-09  8.19556725267163829E-10  6.68256243314012195E-10
+  5.44045735132251832E-10  4.42233761315218033E-10  3.58911970874802374E-10
+  2.90829609824104321E-10  2.35287345931228852E-10  1.90047432278170057E-10
+  1.53257837019316743E-10  1.23388299582942024E-10  9.91768291352855687E-11
+  7.95842366205303847E-11  6.37558071270000875E-11  5.09897700131278276E-11
+  4.07109464491706701E-11  3.24487427607617891E-11  2.58188096217501929E-11
+  2.05077914520477941E-11  1.62607325018413753E-11  1.28705012380625204E-11
+  1.01690415715699071E-11  8.02025569014495962E-12  6.31413403457418723E-12
+  4.96192114382135077E-12  3.89214310200932529E-12  3.04735137364815698E-12
+  2.38147053714564222E-12  1.85760108700028265E-12  1.44623591500492036E-12
+  1.12382666738816886E-12  8.71618140617653938E-13  6.74702487882768907E-13
+  5.21253548434973125E-13  4.01908762958445865E-13  3.09272937559921302E-13
+  2.37513362416059835E-13  1.82037375511223417E-13  1.39236513521975312E-13
+  1.06281674977163169E-13  8.09595117689829446E-14  6.15420732241739178E-14
+  4.66832726830477993E-14  3.53370221314504269E-14  2.66915580818803870E-14
+  2.01181375077723006E-14  1.51308983285858991E-14  1.13552486893406009E-14
+  8.50303892814616781E-15  6.35311251066638152E-15  4.73612368253457879E-15
+  3.52272497592952947E-15  2.61426578443161797E-15  1.93566607633441233E-15
+  1.42992598284011568E-15  1.05387752798403571E-15  7.74907030559972762E-16
+  5.68433577291817631E-16  4.15976560096408895E-16  3.03677753056149942E-16
+  2.21160986905309390E-16  1.60675535768873975E-16  1.16447136946020355E-16
+  8.41851930858107791E-17  6.07097457373229469E-17  4.36699711376073338E-17
+  3.13326239788032056E-17  2.24231801531948249E-17  1.60059393706270986E-17
+  1.13957469846411543E-17  8.09232857876239847E-18  5.73141758655292500E-18
+  4.04850451652661034E-18  2.85203607859199492E-18  2.00368897373260930E-18
+  1.40384576025000293E-18  9.80889076158197082E-19  6.83480036259593710E-19
+  4.74927949619677333E-19  3.29088545009672693E-19  2.27386646159904055E-19
+  1.56662625300659066E-19  1.07622029242680439E-19  7.37179739045331017E-20
+  5.03478057735700218E-20  3.42859749026808377E-20  2.32793400119638802E-20
+  1.57589848831507876E-20  1.06358086125565772E-20  7.15608292340921764E-21
+  4.79988226578981149E-21  3.20952040116530460E-21  2.13945744219058401E-21
+  1.42172218125944014E-21  9.41805819868966996E-22  6.21908150521692327E-22
+  4.09342883473209875E-22  2.68545826844378844E-22  1.75593860177472670E-22
+  1.14437295742741617E-22  7.43351419866510995E-23  4.81262861294585333E-23
+  3.10540455878958564E-23  1.99701438595816640E-23  1.27980837211283994E-23
+  8.17295385328628060E-24  5.20087487222462120E-24  3.29798836727280017E-24
+  2.08401003725530953E-24  1.31226375510781966E-24  8.23373108945750062E-25
+  5.14756501976045959E-25  3.20630470129453154E-25  1.98961986011796853E-25
+  1.22997455678115324E-25  7.57531134645152554E-26  4.64823083747186276E-26
+  2.84151169438416996E-26  1.73047769141948842E-26  1.04980217669057415E-26
+  6.34359145507359738E-27  3.81775774149281275E-27  2.28840836451761649E-27
+  1.36626526391460437E-27  8.12492703471929089E-28  4.81257004719535108E-28
+  2.83911882443286987E-28  1.66802392582367924E-28  9.75856558649901800E-29
+  5.68444944401989528E-29  3.29706866099655882E-29  1.90430759893845898E-29
+  1.09527849315872029E-29  6.27304245534796611E-30  3.57740285497248932E-30
+  2.03117772677328177E-30  1.14804922035289097E-30  6.45884047094092901E-31
+  3.61713708412825162E-31  2.01666422718104426E-31  1.11936426440288123E-31
+  6.18532837401159448E-32  3.40227369396354587E-32  1.86266212101496488E-32
+  1.01481265688186522E-32  5.50136859710882902E-33  2.96787485707672392E-33
+  1.59354140814424897E-33  8.51602440615122977E-34  4.52944606058332922E-34
+  2.39739077547322875E-34  1.26254476706723315E-34  6.61425354372524140E-35
+  3.44657821625450084E-35  1.78670994208645789E-35  9.21604094489781138E-36
+  4.73013003587248858E-36  2.41552226776299845E-36  1.22714194619641678E-36
+  6.20061110929020398E-37  3.11545461797696627E-37  1.55636124385556822E-37
+  7.73254941006870272E-38  3.82154323242894781E-38  1.87876366308392041E-38
+  9.18718074716652980E-39  4.46772613673858177E-39  2.16008888232518876E-39
+  1.03801599268101036E-39  4.95742778051747039E-40  2.35393497777611203E-40
+  1.11151398394917755E-40  5.21949474360528614E-41  2.43712643674774159E-41
+  1.13124334685896467E-41  5.21818365136801670E-42  2.39114353684827044E-42
+  1.08847900835398426E-42  4.92473228305372938E-43  2.21517134197144104E-43
+  9.90599319976260796E-44  4.40326249566553135E-44  1.94489628251216957E-44
+  8.53264215378266485E-45  3.71655875833034881E-45  1.60741273590366670E-45
+  6.90760842615258544E-46  2.95034791922744227E-46  1.25243465296645876E-46
+  5.28276022536265070E-47  2.21313340258786350E-47  9.20384292799963485E-48
+  3.79766495637115824E-48  1.55521426740318853E-48  6.32631989016870834E-49
+  2.55709235978781969E-49  1.02694107832726554E-49  4.09630214012319194E-50
+  1.62198942803343283E-50  6.37135258195339533E-51  2.48131114114676538E-51
+  9.58641706662454000E-52  3.67794797793932946E-52  1.40180435817084595E-52
+  5.30685177899354065E-53  1.99451783212385476E-53  7.43675023471115648E-54
+  2.74867427775168277E-54  1.00640280480331150E-54  3.65389256220355086E-55
+  1.31710810145514866E-55  4.71552567065400648E-56  1.67635030833497335E-56
+  5.91328992178455338E-57  2.06789921264328323E-57  7.16202732670645860E-58
+  2.45502479319536463E-58  8.34147921806250072E-59  2.81351520847968251E-59
+  9.42376094737504557E-60  3.13309838908821471E-60  1.03299219929548421E-60
+  3.37359031083443069E-61  1.09002876207167159E-61  3.48231302645938205E-62
+  1.10238758687036013E-62  3.46415805885468028E-63  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00
+                             </PP_NLCC> 
+ <PP_LOCAL type="real" size="  1489" columns="3">
+ -2.49334583582956810E+01 -2.49334583573955477E+01 -2.49334583564757537E+01
+ -2.49334583555419975E+01 -2.49334583545930109E+01 -2.49334583536317389E+01
+ -2.49334583526569880E+01 -2.49334583516549841E+01 -2.49334583506480421E+01
+ -2.49334583496312376E+01 -2.49334583485842813E+01 -2.49334583475198848E+01
+ -2.49334583464452955E+01 -2.49334583453506191E+01 -2.49334583442341255E+01
+ -2.49334583431027035E+01 -2.49334583419628686E+01 -2.49334583407943029E+01
+ -2.49334583396127272E+01 -2.49334583384097890E+01 -2.49334583371840033E+01
+ -2.49334583359444402E+01 -2.49334583346737233E+01 -2.49334583333906039E+01
+ -2.49334583320885770E+01 -2.49334583307570590E+01 -2.49334583294104171E+01
+ -2.49334583280426934E+01 -2.49334583266463561E+01 -2.49334583252350797E+01
+ -2.49334583237989236E+01 -2.49334583223426769E+01 -2.49334583208588327E+01
+ -2.49334583193477854E+01 -2.49334583178121996E+01 -2.49334583162550985E+01
+ -2.49334583146742901E+01 -2.49334583130637171E+01 -2.49334583114358566E+01
+ -2.49334583097828926E+01 -2.49334583080942949E+01 -2.49334583063761848E+01
+ -2.49334583046362610E+01 -2.49334583028679404E+01 -2.49334583010668034E+01
+ -2.49334582992425347E+01 -2.49334582973836625E+01 -2.49334582955001594E+01
+ -2.49334582935838931E+01 -2.49334582916376561E+01 -2.49334582896613206E+01
+ -2.49334582876487438E+01 -2.49334582856068607E+01 -2.49334582835235459E+01
+ -2.49334582814157066E+01 -2.49334582792755661E+01 -2.49334582770957311E+01
+ -2.49334582748806213E+01 -2.49334582726327980E+01 -2.49334582703475611E+01
+ -2.49334582680226973E+01 -2.49334582656631945E+01 -2.49334582632645336E+01
+ -2.49334582608293438E+01 -2.49334582583575006E+01 -2.49334582558411597E+01
+ -2.49334582532825273E+01 -2.49334582506890072E+01 -2.49334582480457883E+01
+ -2.49334582453640614E+01 -2.49334582426387534E+01 -2.49334582398682194E+01
+ -2.49334582370539906E+01 -2.49334582341970012E+01 -2.49334582312949138E+01
+ -2.49334582283413155E+01 -2.49334582253442356E+01 -2.49334582222946040E+01
+ -2.49334582191962788E+01 -2.49334582160508837E+01 -2.49334582128550437E+01
+ -2.49334582096074513E+01 -2.49334582063047350E+01 -2.49334582029445073E+01
+ -2.49334581995380127E+01 -2.49334581960746675E+01 -2.49334581925547774E+01
+ -2.49334581889754503E+01 -2.49334581853386403E+01 -2.49334581816465111E+01
+ -2.49334581778880384E+01 -2.49334581740783889E+01 -2.49334581702030924E+01
+ -2.49334581662650017E+01 -2.49334581622676659E+01 -2.49334581582022210E+01
+ -2.49334581540689442E+01 -2.49334581498748555E+01 -2.49334581456093574E+01
+ -2.49334581412763718E+01 -2.49334581368715824E+01 -2.49334581323945734E+01
+ -2.49334581278477927E+01 -2.49334581232268171E+01 -2.49334581185297175E+01
+ -2.49334581137604481E+01 -2.49334581089109548E+01 -2.49334581039854868E+01
+ -2.49334580989822499E+01 -2.49334580938967783E+01 -2.49334580887297328E+01
+ -2.49334580834798167E+01 -2.49334580781429480E+01 -2.49334580727195814E+01
+ -2.49334580672083206E+01 -2.49334580616145587E+01 -2.49334580559254171E+01
+ -2.49334580501429564E+01 -2.49334580442708180E+01 -2.49334580383018327E+01
+ -2.49334580322346007E+01 -2.49334580260735024E+01 -2.49334580198116988E+01
+ -2.49334580134465043E+01 -2.49334580069802705E+01 -2.49334580004103366E+01
+ -2.49334579937351570E+01 -2.49334579869529662E+01 -2.49334579800592415E+01
+ -2.49334579730575427E+01 -2.49334579659397697E+01 -2.49334579587061143E+01
+ -2.49334579513581218E+01 -2.49334579438910247E+01 -2.49334579363026911E+01
+ -2.49334579285955442E+01 -2.49334579207647060E+01 -2.49334579128018454E+01
+ -2.49334579047109450E+01 -2.49334578964910136E+01 -2.49334578881382853E+01
+ -2.49334578796522628E+01 -2.49334578710311163E+01 -2.49334578622694067E+01
+ -2.49334578533658835E+01 -2.49334578443216657E+01 -2.49334578351273493E+01
+ -2.49334578257838899E+01 -2.49334578162910958E+01 -2.49334578066434069E+01
+ -2.49334577968398179E+01 -2.49334577868811991E+01 -2.49334577767600223E+01
+ -2.49334577664761525E+01 -2.49334577560287372E+01 -2.49334577454100739E+01
+ -2.49334577346203048E+01 -2.49334577236590711E+01 -2.49334577125188019E+01
+ -2.49334577011978595E+01 -2.49334576896979705E+01 -2.49334576780072688E+01
+ -2.49334576661310479E+01 -2.49334576540670589E+01 -2.49334576418056386E+01
+ -2.49334576293432129E+01 -2.49334576166813129E+01 -2.49334576038176685E+01
+ -2.49334575907461371E+01 -2.49334575774624128E+01 -2.49334575639633016E+01
+ -2.49334575502478373E+01 -2.49334575363114119E+01 -2.49334575221489736E+01
+ -2.49334575077592149E+01 -2.49334574931378725E+01 -2.49334574782790810E+01
+ -2.49334574631822008E+01 -2.49334574478411213E+01 -2.49334574322521121E+01
+ -2.49334574164129315E+01 -2.49334574003173515E+01 -2.49334573839606435E+01
+ -2.49334573673433191E+01 -2.49334573504571431E+01 -2.49334573332977136E+01
+ -2.49334573158621353E+01 -2.49334572981454841E+01 -2.49334572801416812E+01
+ -2.49334572618472201E+01 -2.49334572432594612E+01 -2.49334572243709296E+01
+ -2.49334572051775716E+01 -2.49334571856761116E+01 -2.49334571658598918E+01
+ -2.49334571457251215E+01 -2.49334571252652495E+01 -2.49334571044733053E+01
+ -2.49334570833483831E+01 -2.49334570618803433E+01 -2.49334570400656084E+01
+ -2.49334570178994817E+01 -2.49334569953784069E+01 -2.49334569724929729E+01
+ -2.49334569492373390E+01 -2.49334569256094412E+01 -2.49334569015968910E+01
+ -2.49334568771961358E+01 -2.49334568524049622E+01 -2.49334568272121828E+01
+ -2.49334568016138434E+01 -2.49334567756034531E+01 -2.49334567491719348E+01
+ -2.49334567223150820E+01 -2.49334566950245708E+01 -2.49334566672937008E+01
+ -2.49334566391135866E+01 -2.49334566104820645E+01 -2.49334565813876168E+01
+ -2.49334565518231095E+01 -2.49334565217844251E+01 -2.49334564912591219E+01
+ -2.49334564602428195E+01 -2.49334564287258935E+01 -2.49334563967012315E+01
+ -2.49334563641604632E+01 -2.49334563310944546E+01 -2.49334562974935352E+01
+ -2.49334562633502301E+01 -2.49334562286580628E+01 -2.49334561934046413E+01
+ -2.49334561575838656E+01 -2.49334561211848538E+01 -2.49334560841984185E+01
+ -2.49334560466168824E+01 -2.49334560084295163E+01 -2.49334559696246814E+01
+ -2.49334559301940288E+01 -2.49334558901285241E+01 -2.49334558494163012E+01
+ -2.49334558080474018E+01 -2.49334557660108658E+01 -2.49334557232963299E+01
+ -2.49334556798936120E+01 -2.49334556357910415E+01 -2.49334555909765285E+01
+ -2.49334555454380933E+01 -2.49334554991665271E+01 -2.49334554521486567E+01
+ -2.49334554043728289E+01 -2.49334553558265206E+01 -2.49334553064968674E+01
+ -2.49334552563714453E+01 -2.49334552054359904E+01 -2.49334551536812050E+01
+ -2.49334551010907077E+01 -2.49334550476523056E+01 -2.49334549933520115E+01
+ -2.49334549381756005E+01 -2.49334548821098601E+01 -2.49334548251395454E+01
+ -2.49334547672499482E+01 -2.49334547084273694E+01 -2.49334546486558821E+01
+ -2.49334545879198259E+01 -2.49334545262048515E+01 -2.49334544634943676E+01
+ -2.49334543997717724E+01 -2.49334543350224429E+01 -2.49334542692283243E+01
+ -2.49334542023730101E+01 -2.49334541344391631E+01 -2.49334540654103769E+01
+ -2.49334539952678718E+01 -2.49334539239940938E+01 -2.49334538515714854E+01
+ -2.49334537779794267E+01 -2.49334537032012662E+01 -2.49334536272163731E+01
+ -2.49334535500059182E+01 -2.49334534715504397E+01 -2.49334533918300139E+01
+ -2.49334533108235981E+01 -2.49334532285099861E+01 -2.49334531448691124E+01
+ -2.49334530598787580E+01 -2.49334529735179338E+01 -2.49334528857646731E+01
+ -2.49334527965958053E+01 -2.49334527059883690E+01 -2.49334526139203483E+01
+ -2.49334525203673074E+01 -2.49334524253033507E+01 -2.49334523287088743E+01
+ -2.49334522305554103E+01 -2.49334521308188002E+01 -2.49334520294739903E+01
+ -2.49334519264944845E+01 -2.49334518218538861E+01 -2.49334517155254076E+01
+ -2.49334516074822901E+01 -2.49334514976965984E+01 -2.49334513861400282E+01
+ -2.49334512727827011E+01 -2.49334511575985722E+01 -2.49334510405567293E+01
+ -2.49334509216259477E+01 -2.49334508007786830E+01 -2.49334506779807512E+01
+ -2.49334505532035671E+01 -2.49334504264123566E+01 -2.49334502975768864E+01
+ -2.49334501666637323E+01 -2.49334500336390761E+01 -2.49334498984691386E+01
+ -2.49334497611181440E+01 -2.49334496215532262E+01 -2.49334494797354189E+01
+ -2.49334493356321509E+01 -2.49334491892037882E+01 -2.49334490404132119E+01
+ -2.49334488892233352E+01 -2.49334487355947800E+01 -2.49334485794891840E+01
+ -2.49334484208643907E+01 -2.49334482596823754E+01 -2.49334480958993794E+01
+ -2.49334479294754274E+01 -2.49334477603677520E+01 -2.49334475885321218E+01
+ -2.49334474139248989E+01 -2.49334472365008288E+01 -2.49334470562165720E+01
+ -2.49334468730229233E+01 -2.49334466868759179E+01 -2.49334464977253916E+01
+ -2.49334463055241429E+01 -2.49334461102237945E+01 -2.49334459117726546E+01
+ -2.49334457101218341E+01 -2.49334455052161701E+01 -2.49334452970082552E+01
+ -2.49334450854407237E+01 -2.49334448704616811E+01 -2.49334446520152717E+01
+ -2.49334444300445845E+01 -2.49334442044947693E+01 -2.49334439753054191E+01
+ -2.49334437424218436E+01 -2.49334435057801826E+01 -2.49334432653229428E+01
+ -2.49334430209865268E+01 -2.49334427727095544E+01 -2.49334425204286347E+01
+ -2.49334422640767102E+01 -2.49334420035929405E+01 -2.49334417389054614E+01
+ -2.49334414699505267E+01 -2.49334411966555685E+01 -2.49334409189541404E+01
+ -2.49334406367739234E+01 -2.49334403500410247E+01 -2.49334400586853242E+01
+ -2.49334397626272946E+01 -2.49334394617975939E+01 -2.49334391561124242E+01
+ -2.49334388454994098E+01 -2.49334385298757439E+01 -2.49334382091609434E+01
+ -2.49334378832746850E+01 -2.49334375521292131E+01 -2.49334372156464923E+01
+ -2.49334368737328980E+01 -2.49334365263075028E+01 -2.49334361732768741E+01
+ -2.49334358145526025E+01 -2.49334354500423139E+01 -2.49334350796513746E+01
+ -2.49334347032893646E+01 -2.49334343208532019E+01 -2.49334339322527683E+01
+ -2.49334335373810880E+01 -2.49334331361426500E+01 -2.49334327284319386E+01
+ -2.49334323141443335E+01 -2.49334318931762944E+01 -2.49334314654149445E+01
+ -2.49334310307587756E+01 -2.49334305890874610E+01 -2.49334301402960818E+01
+ -2.49334296842633023E+01 -2.49334292208756878E+01 -2.49334287500154765E+01
+ -2.49334282715579292E+01 -2.49334277853866020E+01 -2.49334272913690782E+01
+ -2.49334267893880543E+01 -2.49334262793064205E+01 -2.49334257609999774E+01
+ -2.49334252343327876E+01 -2.49334246991695743E+01 -2.49334241553779101E+01
+ -2.49334236028102829E+01 -2.49334230413359634E+01 -2.49334224707995666E+01
+ -2.49334218910653576E+01 -2.49334213019775923E+01 -2.49334207033884425E+01
+ -2.49334200951460971E+01 -2.49334194770891671E+01 -2.49334188490692092E+01
+ -2.49334182109127376E+01 -2.49334175624695789E+01 -2.49334169035626090E+01
+ -2.49334162340300587E+01 -2.49334155536979551E+01 -2.49334148623903431E+01
+ -2.49334141599367420E+01 -2.49334134461461048E+01 -2.49334127208498977E+01
+ -2.49334119838480568E+01 -2.49334112349637067E+01 -2.49334104739972489E+01
+ -2.49334097007566058E+01 -2.49334089150470852E+01 -2.49334081166587325E+01
+ -2.49334073053992640E+01 -2.49334064810465357E+01 -2.49334056434047042E+01
+ -2.49334047922457849E+01 -2.49334039273609385E+01 -2.49334030485262801E+01
+ -2.49334021555121765E+01 -2.49334012481004272E+01 -2.49334003260434613E+01
+ -2.49333993891232559E+01 -2.49333984370824275E+01 -2.49333974696908882E+01
+ -2.49333964866924092E+01 -2.49333954878374016E+01 -2.49333944728751504E+01
+ -2.49333934415336600E+01 -2.49333923935668444E+01 -2.49333913286854525E+01
+ -2.49333902466366943E+01 -2.49333891471278406E+01 -2.49333880298865012E+01
+ -2.49333868946251442E+01 -2.49333857410461022E+01 -2.49333845688688918E+01
+ -2.49333833777724934E+01 -2.49333821674751803E+01 -2.49333809376451931E+01
+ -2.49333796879844591E+01 -2.49333784181632581E+01 -2.49333771278573053E+01
+ -2.49333758167453894E+01 -2.49333744844737559E+01 -2.49333731307247000E+01
+ -2.49333717551257372E+01 -2.49333703573487675E+01 -2.49333689370173666E+01
+ -2.49333674937777374E+01 -2.49333660272606927E+01 -2.49333645370793278E+01
+ -2.49333630228728254E+01 -2.49333614842261184E+01 -2.49333599207744676E+01
+ -2.49333583320909860E+01 -2.49333567177884419E+01 -2.49333550774431458E+01
+ -2.49333534106336892E+01 -2.49333517169472572E+01 -2.49333499959251235E+01
+ -2.49333482471580901E+01 -2.49333464701648531E+01 -2.49333446645202699E+01
+ -2.49333428297404964E+01 -2.49333409653651650E+01 -2.49333390709201446E+01
+ -2.49333371459035540E+01 -2.49333351898508404E+01 -2.49333332022251142E+01
+ -2.49333311825545856E+01 -2.49333291302888220E+01 -2.49333270449257220E+01
+ -2.49333249259213545E+01 -2.49333227727272835E+01 -2.49333205848127832E+01
+ -2.49333183615839005E+01 -2.49333161025126238E+01 -2.49333138069773206E+01
+ -2.49333114744272564E+01 -2.49333091042398287E+01 -2.49333066958168992E+01
+ -2.49333042485498062E+01 -2.49333017617866481E+01 -2.49332992349294251E+01
+ -2.49332966672832370E+01 -2.49332940582387756E+01 -2.49332914070868235E+01
+ -2.49332887131748357E+01 -2.49332859758039902E+01 -2.49332831942619677E+01
+ -2.49332803678667609E+01 -2.49332774958481380E+01 -2.49332745775247417E+01
+ -2.49332716120948845E+01 -2.49332685988437852E+01 -2.49332655369708966E+01
+ -2.49332624256992830E+01 -2.49332592642468356E+01 -2.49332560517671844E+01
+ -2.49332527874906518E+01 -2.49332494705183940E+01 -2.49332461000619361E+01
+ -2.49332426752078220E+01 -2.49332391951086798E+01 -2.49332356588667956E+01
+ -2.49332320655564317E+01 -2.49332284143005829E+01 -2.49332247041013026E+01
+ -2.49332209340794044E+01 -2.49332171031999117E+01 -2.49332132105360493E+01
+ -2.49332092550583901E+01 -2.49332052357570326E+01 -2.49332011516273973E+01
+ -2.49331970015708819E+01 -2.49331927845958141E+01 -2.49331884995405666E+01
+ -2.49331841453836418E+01 -2.49331797209492905E+01 -2.49331752251369743E+01
+ -2.49331706567931946E+01 -2.49331660147149705E+01 -2.49331612977742481E+01
+ -2.49331565046789478E+01 -2.49331516342924608E+01 -2.49331466852808461E+01
+ -2.49331416564406112E+01 -2.49331365464483881E+01 -2.49331313539921560E+01
+ -2.49331260777804680E+01 -2.49331207163879682E+01 -2.49331152685366000E+01
+ -2.49331097327250397E+01 -2.49331041076297240E+01 -2.49330983917376336E+01
+ -2.49330925836184356E+01 -2.49330866817897565E+01 -2.49330806846894752E+01
+ -2.49330745908657576E+01 -2.49330683986453430E+01 -2.49330621065590314E+01
+ -2.49330557128870822E+01 -2.49330492160670332E+01 -2.49330426143973369E+01
+ -2.49330359061729325E+01 -2.49330290897336653E+01 -2.49330221632304543E+01
+ -2.49330151250148546E+01 -2.49330079731474363E+01 -2.49330007059126224E+01
+ -2.49329933213629751E+01 -2.49329858176397359E+01 -2.49329781928377514E+01
+ -2.49329704449281095E+01 -2.49329625720416317E+01 -2.49329545720122567E+01
+ -2.49329464429394427E+01 -2.49329381826062360E+01 -2.49329297889837811E+01
+ -2.49329212598844521E+01 -2.49329125930919488E+01 -2.49329037864712255E+01
+ -2.49328948376244846E+01 -2.49328857444237642E+01 -2.49328765043647209E+01
+ -2.49328671152221339E+01 -2.49328575744898409E+01 -2.49328478797517654E+01
+ -2.49328380285585993E+01 -2.49328280182756501E+01 -2.49328178464949985E+01
+ -2.49328075104133262E+01 -2.49327970075706489E+01 -2.49327863351099559E+01
+ -2.49327754903950236E+01 -2.49327644706128240E+01 -2.49327532728830263E+01
+ -2.49327418944584522E+01 -2.49327303322300864E+01 -2.49327185834495886E+01
+ -2.49327066448834387E+01 -2.49326945136437885E+01 -2.49326821865053994E+01
+ -2.49326696603273348E+01 -2.49326569319598192E+01 -2.49326439979814758E+01
+ -2.49326308552883908E+01 -2.49326175002537020E+01 -2.49326039296903694E+01
+ -2.49325901399169112E+01 -2.49325761275072608E+01 -2.49325618888432956E+01
+ -2.49325474201810415E+01 -2.49325327179840919E+01 -2.49325177782219818E+01
+ -2.49325025973419372E+01 -2.49324871711698854E+01 -2.49324714959559124E+01
+ -2.49324555675489812E+01 -2.49324393818648034E+01 -2.49324229348510293E+01
+ -2.49324062220650262E+01 -2.49323892395028928E+01 -2.49323719824726098E+01
+ -2.49323544468427478E+01 -2.49323366278690948E+01 -2.49323185210968710E+01
+ -2.49323001218713252E+01 -2.49322814253256020E+01 -2.49322624269041633E+01
+ -2.49322431213822782E+01 -2.49322235041639466E+01 -2.49322035698607607E+01
+ -2.49321833136008415E+01 -2.49321627300405915E+01 -2.49321418138671049E+01
+ -2.49321205598642202E+01 -2.49320989622633213E+01 -2.49320770158948264E+01
+ -2.49320547146895493E+01 -2.49320320532873403E+01 -2.49320090255737945E+01
+ -2.49319856257540202E+01 -2.49319618478370053E+01 -2.49319376854948906E+01
+ -2.49319131328551293E+01 -2.49318881831451726E+01 -2.49318628304132801E+01
+ -2.49318370677035617E+01 -2.49318108886821399E+01 -2.49317842864676713E+01
+ -2.49317572541468770E+01 -2.49317297850012700E+01 -2.49317018715393175E+01
+ -2.49316735070803190E+01 -2.49316446837732464E+01 -2.49316153946576264E+01
+ -2.49315856318512630E+01 -2.49315553878118692E+01 -2.49315246548241376E+01
+ -2.49314934246585231E+01 -2.49314616897378585E+01 -2.49314294412820878E+01
+ -2.49313966715765325E+01 -2.49313633716396055E+01 -2.49313295332301728E+01
+ -2.49312951474825510E+01 -2.49312602053971872E+01 -2.49312246983134749E+01
+ -2.49311886165000871E+01 -2.49311519513138720E+01 -2.49311146925969886E+01
+ -2.49310768313021711E+01 -2.49310383572637946E+01 -2.49309992606589148E+01
+ -2.49309595315443602E+01 -2.49309191592130368E+01 -2.49308781338781422E+01
+ -2.49308364441543340E+01 -2.49307940800294219E+01 -2.49307510299021828E+01
+ -2.49307072830407641E+01 -2.49306628280149845E+01 -2.49306176531024342E+01
+ -2.49305717471277291E+01 -2.49305250974453791E+01 -2.49304776928590108E+01
+ -2.49304295202215691E+01 -2.49303805677595918E+01 -2.49303308223545095E+01
+ -2.49302802712029283E+01 -2.49302289014782659E+01 -2.49301766992423914E+01
+ -2.49301236518375262E+01 -2.49300697444943502E+01 -2.49300149642010922E+01
+ -2.49299592959639895E+01 -2.49299027257927008E+01 -2.49298452389374070E+01
+ -2.49297868201176449E+01 -2.49297274548946710E+01 -2.49296671268272512E+01
+ -2.49296058213887903E+01 -2.49295435215537573E+01 -2.49294802119808985E+01
+ -2.49294158757258906E+01 -2.49293504960837922E+01 -2.49292840564880507E+01
+ -2.49292165387810165E+01 -2.49291479265657046E+01 -2.49290782006707481E+01
+ -2.49290073441587694E+01 -2.49289353376348259E+01 -2.49288621628376426E+01
+ -2.49287878007106727E+01 -2.49287122313158918E+01 -2.49286354359683209E+01
+ -2.49285573932750175E+01 -2.49284780843543139E+01 -2.49283974871389660E+01
+ -2.49283155816068920E+01 -2.49282323458463324E+01 -2.49281477580347470E+01
+ -2.49280617967410798E+01 -2.49279744382873254E+01 -2.49278856613913362E+01
+ -2.49277954411445002E+01 -2.49277037554574044E+01 -2.49276105792121285E+01
+ -2.49275158885354458E+01 -2.49274196587676471E+01 -2.49273218638608505E+01
+ -2.49272224795869342E+01 -2.49271214780795951E+01 -2.49270188347428316E+01
+ -2.49269145209398033E+01 -2.49268085104895434E+01 -2.49267007750114153E+01
+ -2.49265912859530800E+01 -2.49264800155348496E+01 -2.49263669328389419E+01
+ -2.49262520101772118E+01 -2.49261352151447255E+01 -2.49260165188670975E+01
+ -2.49258958887620068E+01 -2.49257732935602334E+01 -2.49256487012861392E+01
+ -2.49255220778543496E+01 -2.49253933917718591E+01 -2.49252626066863989E+01
+ -2.49251296904740300E+01 -2.49249946059105234E+01 -2.49248573186825695E+01
+ -2.49247177919542686E+01 -2.49245759882947411E+01 -2.49244318716035558E+01
+ -2.49242854014391355E+01 -2.49241365416750575E+01 -2.49239852500794896E+01
+ -2.49238314888054795E+01 -2.49236752154975889E+01 -2.49235163891026232E+01
+ -2.49233549680504751E+01 -2.49231909076456937E+01 -2.49230241668265151E+01
+ -2.49228546980780692E+01 -2.49226824593109448E+01 -2.49225074020312505E+01
+ -2.49223294811408458E+01 -2.49221486487010182E+01 -2.49219648555207272E+01
+ -2.49217780545370573E+01 -2.49215881927319671E+01 -2.49213952228025981E+01
+ -2.49211990895817443E+01 -2.49209997432972479E+01 -2.49207971287360621E+01
+ -2.49205911918426786E+01 -2.49203818783950304E+01 -2.49201691296310877E+01
+ -2.49199528918109863E+01 -2.49197331026708859E+01 -2.49195097068534608E+01
+ -2.49192826410005530E+01 -2.49190518456364920E+01 -2.49188172581596170E+01
+ -2.49185788137256026E+01 -2.49183364507369483E+01 -2.49180900994876247E+01
+ -2.49178396977764471E+01 -2.49175851733192566E+01 -2.49173264603994866E+01
+ -2.49170634867873630E+01 -2.49167961810526535E+01 -2.49165244721782777E+01
+ -2.49162482826532639E+01 -2.49159675418211712E+01 -2.49156821678224638E+01
+ -2.49153920875150838E+01 -2.49150972178137735E+01 -2.49147974799558227E+01
+ -2.49144927918398196E+01 -2.49141830676626483E+01 -2.49138682264102265E+01
+ -2.49135481761016351E+01 -2.49132228345248450E+01 -2.49128921065990099E+01
+ -2.49125559051391399E+01 -2.49122141352309896E+01 -2.49118667020730307E+01
+ -2.49115135121755458E+01 -2.49111544628769543E+01 -2.49107894607605651E+01
+ -2.49104183977562457E+01 -2.49100411766940901E+01 -2.49096576881110288E+01
+ -2.49092678271808197E+01 -2.49088714856543483E+01 -2.49084685494678340E+01
+ -2.49080589114381077E+01 -2.49076424496403313E+01 -2.49072190547483245E+01
+ -2.49067886010843367E+01 -2.49063509723201157E+01 -2.49059060430409396E+01
+ -2.49054536867644636E+01 -2.49049937796506562E+01 -2.49045261850424566E+01
+ -2.49040507786071963E+01 -2.49035674169346990E+01 -2.49030759700980688E+01
+ -2.49025762930505046E+01 -2.49020682454454274E+01 -2.49015516836317801E+01
+ -2.49010264551259652E+01 -2.49004924171153981E+01 -2.48999494070852911E+01
+ -2.48993972786045887E+01 -2.48988358645552168E+01 -2.48982650086795694E+01
+ -2.48976845441441945E+01 -2.48970943011407542E+01 -2.48964941144034491E+01
+ -2.48958838009195702E+01 -2.48952631939105977E+01 -2.48946321018730536E+01
+ -2.48939903497706254E+01 -2.48933377440640449E+01 -2.48926740955351917E+01
+ -2.48919992120754365E+01 -2.48913128884829504E+01 -2.48906149328849260E+01
+ -2.48899051272193894E+01 -2.48891832737216951E+01 -2.48884491485654031E+01
+ -2.48877025402237635E+01 -2.48869432249876645E+01 -2.48861709732116942E+01
+ -2.48853855624224529E+01 -2.48845867457721575E+01 -2.48837742975262515E+01
+ -2.48829479600468453E+01 -2.48821074954960331E+01 -2.48812526435008898E+01
+ -2.48803831469010284E+01 -2.48794987464632165E+01 -2.48785991639058288E+01
+ -2.48776841389786370E+01 -2.48767533767989022E+01 -2.48758066077574114E+01
+ -2.48748435295423107E+01 -2.48738638532868102E+01 -2.48728672762339578E+01
+ -2.48718534852209530E+01 -2.48708221777855414E+01 -2.48697730182334737E+01
+ -2.48687056979448968E+01 -2.48676198673065016E+01 -2.48665152000489513E+01
+ -2.48653913425719431E+01 -2.48642479422278058E+01 -2.48630846456295451E+01
+ -2.48619010720933531E+01 -2.48606968648736668E+01 -2.48594716216531992E+01
+ -2.48582249710829259E+01 -2.48569565009263158E+01 -2.48556658128822860E+01
+ -2.48543524929547210E+01 -2.48530161101411551E+01 -2.48516562487225556E+01
+ -2.48502724479807782E+01 -2.48488642813571161E+01 -2.48474312698312261E+01
+ -2.48459729612019125E+01 -2.48444888702282256E+01 -2.48429785086016857E+01
+ -2.48414413892148964E+01 -2.48398769863396573E+01 -2.48382848053922451E+01
+ -2.48366642921169074E+01 -2.48350149294514786E+01 -2.48333361493754730E+01
+ -2.48316273970750423E+01 -2.48298881001076701E+01 -2.48281176594519266E+01
+ -2.48263154970997135E+01 -2.48244809745151898E+01 -2.48226134954282927E+01
+ -2.48207123966959387E+01 -2.48187770449015517E+01 -2.48168067667606529E+01
+ -2.48148008792816199E+01 -2.48127587032441355E+01 -2.48106795054038720E+01
+ -2.48085625921179478E+01 -2.48064071920049223E+01 -2.48042125772074975E+01
+ -2.48019779565300276E+01 -2.47997025491874474E+01 -2.47973855545925019E+01
+ -2.47950261319241321E+01 -2.47926234682001656E+01 -2.47901766695798713E+01
+ -2.47876848932579428E+01 -2.47851472115302975E+01 -2.47825627279373215E+01
+ -2.47799304979071451E+01 -2.47772495567232269E+01 -2.47745189465164195E+01
+ -2.47717376346637934E+01 -2.47689046375353321E+01 -2.47660188707910578E+01
+ -2.47630792992579742E+01 -2.47600848092160888E+01 -2.47570342912681660E+01
+ -2.47539266135446248E+01 -2.47507605847914149E+01 -2.47475350491918711E+01
+ -2.47442487437260077E+01 -2.47409004650723183E+01 -2.47374889026075770E+01
+ -2.47340127758158808E+01 -2.47304707459794457E+01 -2.47268614384513938E+01
+ -2.47231834886273383E+01 -2.47194354296245820E+01 -2.47156158531242731E+01
+ -2.47117232211987172E+01 -2.47077560487274788E+01 -2.47037127533919936E+01
+ -2.46995917461410706E+01 -2.46953914117946240E+01 -2.46911100494509128E+01
+ -2.46867460012524624E+01 -2.46822974684848191E+01 -2.46777627193284488E+01
+ -2.46731398870905956E+01 -2.46684271295782231E+01 -2.46636225338714432E+01
+ -2.46587241280935103E+01 -2.46537299529274954E+01 -2.46486379109088638E+01
+ -2.46434459714952894E+01 -2.46381519387516725E+01 -2.46327536692173297E+01
+ -2.46272488994965819E+01 -2.46216353413235147E+01 -2.46159106748585970E+01
+ -2.46100724592335993E+01 -2.46041183028407744E+01 -2.45980456311481817E+01
+ -2.45918519401318925E+01 -2.45855345575419193E+01 -2.45790908231843801E+01
+ -2.45725179904706827E+01 -2.45658132215656302E+01 -2.45589736917035744E+01
+ -2.45519963925288565E+01 -2.45448783875517726E+01 -2.45376165317393102E+01
+ -2.45302077255856013E+01 -2.45226487223946279E+01 -2.45149362230936276E+01
+ -2.45070668887117691E+01 -2.44990372136369530E+01 -2.44908437442006068E+01
+ -2.44824827930734905E+01 -2.44739507405844705E+01 -2.44652437597961629E+01
+ -2.44563580139460299E+01 -2.44472895605124450E+01 -2.44380343227246861E+01
+ -2.44285882335728459E+01 -2.44189469874832881E+01 -2.44091063493296865E+01
+ -2.43990618258352043E+01 -2.43888089527620444E+01 -2.43783430873383189E+01
+ -2.43676594959394635E+01 -2.43567533928089297E+01 -2.43456197700206189E+01
+ -2.43342536680954566E+01 -2.43226498364925980E+01 -2.43108030798835522E+01
+ -2.42987079529343042E+01 -2.42863589673914149E+01 -2.42737505066097157E+01
+ -2.42608767667452447E+01 -2.42477319448814832E+01 -2.42343099383452376E+01
+ -2.42206047041746046E+01 -2.42066098893963577E+01 -2.41923191421650863E+01
+ -2.41777258994779416E+01 -2.41628234591960229E+01 -2.41476050510939331E+01
+ -2.41320636221191407E+01 -2.41161921559869086E+01 -2.40999832883465004E+01
+ -2.40834296863306321E+01 -2.40665237269626715E+01 -2.40492577016746303E+01
+ -2.40316237510146848E+01 -2.40136137718467175E+01 -2.39952196478096305E+01
+ -2.39764329058066856E+01 -2.39572451116741547E+01 -2.39376474782585653E+01
+ -2.39176311825687691E+01 -2.38971871648820304E+01 -2.38763061764554863E+01
+ -2.38549788849737254E+01 -2.38331956237168612E+01 -2.38109467445334424E+01
+ -2.37882222117691065E+01 -2.37650119899881567E+01 -2.37413057314286142E+01
+ -2.37170929607791585E+01 -2.36923630399637162E+01 -2.36671050455546421E+01
+ -2.36413080276297798E+01 -2.36149606509625372E+01 -2.35880515949056360E+01
+ -2.35605691760192215E+01 -2.35325016419523898E+01 -2.35038370045944376E+01
+ -2.34745630581973401E+01 -2.34446675120384356E+01 -2.34141377304114258E+01
+ -2.33829610828764736E+01 -2.33511245648863905E+01 -2.33186151499866519E+01
+ -2.32854195265606450E+01 -2.32515242420602242E+01 -2.32169157043374632E+01
+ -2.31815800491414237E+01 -2.31455033927955114E+01 -2.31086715138012693E+01
+ -2.30710701995261154E+01 -2.30326849442057693E+01 -2.29935011775509146E+01
+ -2.29535041598708354E+01 -2.29126789749753108E+01 -2.28710106656496315E+01
+ -2.28284840205910342E+01 -2.27850838558021529E+01 -2.27407947425109569E+01
+ -2.26956012573405737E+01 -2.26494878247161786E+01 -2.26024388001854675E+01
+ -2.25544385046869813E+01 -2.25054711280584385E+01 -2.24555209099258803E+01
+ -2.24045719560836005E+01 -2.23526084423710181E+01 -2.22996144764925113E+01
+ -2.22455742083247969E+01 -2.21904718150155027E+01 -2.21342914917079554E+01
+ -2.20770175377869684E+01 -2.20186342868065239E+01 -2.19591262144219428E+01
+ -2.18984778914826634E+01 -2.18366740426947139E+01 -2.17736995626180629E+01
+ -2.17095395257628496E+01 -2.16441792296446671E+01 -2.15776042161279022E+01
+ -2.15098002746429664E+01 -2.14407535304262886E+01 -2.13704503827694943E+01
+ -2.12988776408968157E+01 -2.12260224592047990E+01 -2.11518724284205391E+01
+ -2.10764156148513173E+01 -2.09996405075283477E+01 -2.09215362292429568E+01
+ -2.08420923271715779E+01 -2.07612990965187159E+01 -2.06791473444231784E+01
+ -2.05956286421749581E+01 -2.05107352678307322E+01 -2.04244602001922608E+01
+ -2.03367973756970351E+01 -2.02477413677199891E+01 -2.01572879098748814E+01
+ -2.00654334266007588E+01 -1.99721755484991021E+01 -1.98775128271386272E+01
+ -1.97814449154598115E+01 -1.96839727342947626E+01 -1.95850981510612172E+01
+ -1.94848246281705642E+01 -1.93831565334569333E+01 -1.92800999657347987E+01
+ -1.91756621331043675E+01 -1.90698518622412152E+01 -1.89626795042834289E+01
+ -1.88541567791018956E+01 -1.87442973927547953E+01 -1.86331162320885007E+01
+ -1.85206304520092147E+01 -1.84068584806816062E+01 -1.82918209533990641E+01
+ -1.81755401962358363E+01 -1.80580404192858772E+01 -1.79393480917541588E+01
+ -1.78194912089464772E+01 -1.76985004749150363E+01 -1.75764080135377050E+01
+ -1.74532487189077834E+01 -1.73290592203799747E+01 -1.72038785697418319E+01
+ -1.70777481567778437E+01 -1.69507112732706737E+01 -1.68228141372907203E+01
+ -1.66941045050970303E+01 -1.65646332860608148E+01 -1.64344530160119042E+01
+ -1.63036190775875518E+01 -1.61721889991394150E+01 -1.60402225063956365E+01
+ -1.59077821098409711E+01 -1.57749318815440951E+01 -1.56417390461889845E+01
+ -1.55082721396111403E+01 -1.53746026363893602E+01 -1.52408036039701447E+01
+ -1.51069503172938902E+01 -1.49731201896679735E+01 -1.48393919518333721E+01
+ -1.47058468712232866E+01 -1.45725668857965669E+01 -1.44396363261404268E+01
+ -1.43071400747636712E+01 -1.41751646289870461E+01 -1.40437973007756565E+01
+ -1.39131259015114903E+01 -1.37832392937308281E+01 -1.36542257976951955E+01
+ -1.35261745810921408E+01 -1.33991736279246112E+01 -1.32733109186655049E+01
+ -1.31486730362281374E+01 -1.30253452382307469E+01 -1.29034112299254442E+01
+ -1.27829519933523823E+01 -1.26640464812186515E+01 -1.25467697581227284E+01
+ -1.24311938128943780E+01 -1.23173859465984368E+01 -1.22054088789433557E+01
+ -1.20953199337040260E+01 -1.19871702159797842E+01 -1.18810045050237001E+01
+ -1.17768598865529945E+01 -1.16747657961234541E+01 -1.15747427553872857E+01
+ -1.14768020805843083E+01 -1.13809450858280989E+01 -1.12871623774886309E+01
+ -1.11954333819105916E+01 -1.11057256636992658E+01 -1.10179943621235044E+01
+ -1.09321819978953716E+01 -1.08482176819852132E+01 -1.07660174984149286E+01
+ -1.06854838862235546E+01 -1.06065061055951748E+01 -1.05289606238667286E+01
+ -1.04527111569926845E+01 -1.03776106867477704E+01 -1.03035011646655494E+01
+ -1.02302170312279035E+01 -1.01575856595976202E+01 -1.00854313975827132E+01
+ -1.00135783601927706E+01 -9.94185413357565828E+00 -9.87009613046360990E+00
+ -9.79815506220159982E+00 -9.72590504412302792E+00 -9.65324832788140519E+00
+ -9.58012824919414996E+00 -9.50653626171387245E+00 -9.43253140402681112E+00
+ -9.35824064812643641E+00 -9.28390019466308836E+00 -9.20992948548628299E+00
+ -9.13653963816496528E+00 -9.06374102083746358E+00 -8.99151957036295535E+00
+ -8.91987462751118265E+00 -8.84880024050329972E+00 -8.77829226259430939E+00
+ -8.70834608094281037E+00 -8.63895723615303268E+00 -8.57012128825202524E+00
+ -8.50183383071752452E+00 -8.43409049462959715E+00 -8.36688694399019361E+00
+ -8.30021887758563892E+00 -8.23408202793843458E+00 -8.16847216131966469E+00
+ -8.10338507844028300E+00 -8.03881661469222841E+00 -7.97476263840522215E+00
+ -7.91121905046530749E+00 -7.84818178407135925E+00 -7.78564680449213853E+00
+ -7.72361010882545695E+00 -7.66206772579285023E+00 -7.60101571658543662E+00
+ -7.54045017479224988E+00 -7.48036722485433714E+00 -7.42076302175236524E+00
+ -7.36163375077770432E+00 -7.30297562730474414E+00 -7.24478489656485980E+00
+ -7.18705783347848204E+00 -7.12979074356032250E+00 -7.07297996257752892E+00
+ -7.01662185520709425E+00 -6.96071281477354642E+00 -6.90524926303419750E+00
+ -6.85022764996554034E+00 -6.79564445355120128E+00 -6.74149617965703829E+00
+ -6.68777936296502684E+00 -6.63449056639770429E+00 -6.58162637997648492E+00
+ -6.52918342059545331E+00 -6.47715833181991218E+00 -6.42554778368597379E+00
+ -6.37434847250163994E+00 -6.32355712077072418E+00 -6.27317047812329420E+00
+ -6.22318532054855478E+00 -6.17359844944389025E+00 -6.12440669141446392E+00
+ -6.07560689808420840E+00 -6.02719594590783370E+00 -5.97917073598419790E+00
+ -5.93152819403475018E+00 -5.88426527129807475E+00 -5.83737894361703091E+00
+ -5.79086621066238294E+00 -5.74472409575093135E+00 -5.69894964566817475E+00
+ -5.65353993049196646E+00 -5.60849204341741014E+00 -5.56380310079528506E+00
+ -5.51947024295865418E+00 -5.47549063321207719E+00 -5.43186145720930824E+00
+ -5.38857992278512299E+00 -5.34564325978899024E+00 -5.30304871991960081E+00
+ -5.26079357656061219E+00 -5.21887512488412675E+00 -5.17729068257841085E+00
+ -5.13603758878763017E+00 -5.09511320361995690E+00 -5.05451490799036485E+00
+ -5.01424010346456406E+00 -4.97428621210378541E+00 -4.93465067631072607E+00
+ -4.89533095900249204E+00 -4.85632454421047566E+00 -4.81762893601818920E+00
+ -4.77924165817424917E+00 -4.74116025394505414E+00 -4.70338228596822994E+00
+ -4.66590533610715141E+00 -4.62872700530704861E+00 -4.59184491383809590E+00
+ -4.55525670174707464E+00 -4.51896002783270401E+00 -4.48295256934047082E+00
+ -4.44723202182440414E+00 -4.41179609900959679E+00 -4.37664253265571990E+00
+ -4.34176907242446664E+00 -4.30717348618810725E+00 -4.27285356032406938E+00
+ -4.23880709875595674E+00 -4.20503192271127091E+00 -4.17152587059174618E+00
+ -4.13828679784436737E+00 -4.10531257683332740E+00 -4.07260109672056991E+00
+ -4.04015026383123210E+00 -4.00795800179147932E+00 -3.97602225065394110E+00
+ -3.94434096670308598E+00 -3.91291212233357388E+00 -3.88173370592925648E+00
+ -3.85080372174304975E+00 -3.82012018979284429E+00 -3.78968114627230257E+00
+ -3.75948464353955769E+00 -3.72952874933803491E+00 -3.69981154663735090E+00
+ -3.67033113351920015E+00 -3.64108562306383465E+00 -3.61207314323736961E+00
+ -3.58329183680565011E+00 -3.55473986177678780E+00 -3.52641539125394488E+00
+ -3.49831661275616090E+00 -3.47044172808533169E+00 -3.44278895321915179E+00
+ -3.41535651820461394E+00 -3.38814266705228739E+00 -3.36114565767092799E+00
+ -3.33436376232676368E+00 -3.30779526737776930E+00 -3.28143847269405819E+00
+ -3.25529169154371090E+00 -3.22935325049233013E+00 -3.20362148930313184E+00
+ -3.17809476083776410E+00 -3.15277143101450852E+00 -3.12764987926857563E+00
+ -3.10272849818824081E+00 -3.07800569303037674E+00 -3.05347988161975170E+00
+ -3.02914949425479429E+00 -3.00501297361387110E+00 -2.98106877466223352E+00
+ -2.95731536463663591E+00 -2.93375122349063400E+00 -2.91037484345493391E+00
+ -2.88718472864054698E+00 -2.86417939494773188E+00 -2.84135736997759247E+00
+ -2.81871719294414769E+00 -2.79625741458704269E+00 -2.77397659718527922E+00
+ -2.75187331497167964E+00 -2.72994615364090309E+00 -2.70819371003041054E+00
+ -2.68661459203650610E+00 -2.66520741853140297E+00 -2.64397081928072986E+00
+ -2.62290343486164135E+00 -2.60200391670822073E+00 -2.58127092747971920E+00
+ -2.56070314054012105E+00 -2.54029923970548799E+00 -2.52005791916557342E+00
+ -2.49997788340601179E+00 -2.48005784713093425E+00 -2.46029653518614921E+00
+ -2.44069268263849937E+00 -2.42124503508333211E+00 -2.40195234811924374E+00
+ -2.38281338714933710E+00 -2.36382692730770128E+00 -2.34499175338641441E+00
+ -2.32630665976294226E+00 -2.30777045032835737E+00 -2.28938193860136918E+00
+ -2.27113994796402618E+00 -2.25304331115204715E+00 -2.23509087009822416E+00
+ -2.21728147586344493E+00 -2.19961398856821555E+00 -2.18208727732455099E+00
+ -2.16470022016965657E+00 -2.14745170421279052E+00 -2.13034062579389749E+00
+ -2.11336589000432173E+00 -2.09652641056267841E+00 -2.07982110975014312E+00
+ -2.06324891834620994E+00 -2.04680877556479279E+00 -2.03049962899419878E+00
+ -2.01432043477287648E+00 -1.99827015767044802E+00 -1.98234777064877599E+00
+ -1.96655225476249118E+00 -1.95088259909828832E+00 -1.93533780071465489E+00
+ -1.91991686458192623E+00 -1.90461880352962609E+00 -1.88944263844563887E+00
+ -1.87438739828283985E+00 -1.85945211966651702E+00 -1.84463584681334147E+00
+ -1.82993763147441513E+00 -1.81535653287873000E+00 -1.80089161767693029E+00
+ -1.78654195989727804E+00 -1.77230664116168568E+00 -1.75818475062402824E+00
+ -1.74417538462672383E+00 -1.73027764663322547E+00 -1.71649064717463995E+00
+ -1.70281350379663809E+00 -1.68924534100674051E+00 -1.67578529024022393E+00
+ -1.66243249008575766E+00 -1.64918608616365447E+00 -1.63604523083176079E+00
+ -1.62300908312777237E+00 -1.61007680871916081E+00 -1.59724757985335897E+00
+ -1.58452057530831403E+00 -1.57189498036978792E+00 -1.55936998705882468E+00
+ -1.54694479395982021E+00 -1.53461860597381339E+00 -1.52239063426784571E+00
+ -1.51026009622797774E+00 -1.49822621541256074E+00 -1.48628822150584727E+00
+ -1.47444535030807944E+00 -1.46269684395691257E+00 -1.45104195071617759E+00
+ -1.43947992477310738E+00 -1.42801002619272510E+00 -1.41663152087376720E+00
+ -1.40534368050484892E+00 -1.39414578252093846E+00 -1.38303711010758912E+00
+ -1.37201695240847155E+00 -1.36108460428633449E+00 -1.35023936615949269E+00
+ -1.33948054395989247E+00 -1.32880744909176007E+00 -1.31821939839047708E+00
+ -1.30771571408174991E+00 -1.29729572380124791E+00 -1.28695876078061811E+00
+ -1.27670416359239969E+00 -1.26653127602025783E+00 -1.25643944701988786E+00
+ -1.24642803068022578E+00 -1.23649638618486479E+00 -1.22664387777375428E+00
+ -1.21686987477940467E+00 -1.20717375178410902E+00 -1.19755488836053203E+00
+ -1.18801266896959024E+00 -1.17854648292379682E+00 -1.16915572435086945E+00
+ -1.15983979215753474E+00 -1.15059808999369162E+00 -1.14143002630575530E+00
+ -1.13233501445920304E+00 -1.12331247248533228E+00 -1.11436182300084230E+00
+ -1.10548249317344682E+00 -1.09667391468773223E+00 -1.08793552371120028E+00
+ -1.07926676086107998E+00 -1.07066707127408978E+00 -1.06213590469125152E+00
+ -1.05367271521856098E+00 -1.04527696126332925E+00 -1.03694810550192096E+00
+ -1.02868561484772436E+00 -1.02048896041929615E+00 -1.01235761751019204E+00
+ -1.00429106567336834E+00 -9.96288788767631828E-01 -9.88350274737514356E-01
+ -9.80475015562376040E-01 -9.72662507226139228E-01 -9.64912249687240209E-01
+ -9.57223746848741897E-01 -9.49596506531702356E-01 -9.42030040571630645E-01
+ -9.34523864827865314E-01
+                             </PP_LOCAL> 
+<PP_NONLOCAL> 
+ <PP_BETA.1 type="real" size="  1489" angular_momentum="0" columns="3" cutoff_radius_index="  1204" norm_conserving_radius="    1.508267">
+  3.06030977331637035E-03  3.08489044108903104E-03  3.10966854283851925E-03
+  3.13464566437022391E-03  3.15982340422684728E-03  3.18520337379069778E-03
+  3.21078719738680188E-03  3.23657651238689302E-03  3.26257296931417411E-03
+  3.28877823194893056E-03  3.31519397743507875E-03  3.34182189638745995E-03
+  3.36866369300002719E-03  3.39572108515493777E-03  3.42299580453249040E-03
+  3.45048959672193721E-03  3.47820422133325114E-03  3.50614145210966042E-03
+  3.53430307704122358E-03  3.56269089847925961E-03  3.59130673325167927E-03
+  3.62015241277926407E-03  3.64922978319288721E-03  3.67854070545165380E-03
+  3.70808705546200228E-03  3.73787072419774855E-03  3.76789361782116448E-03
+  3.79815765780490205E-03  3.82866478105498660E-03  3.85941694003481828E-03
+  3.89041610289007434E-03  3.92166425357468734E-03  3.95316339197783299E-03
+  3.98491553405191500E-03  4.01692271194156476E-03  4.04918697411372087E-03
+  4.08171038548872916E-03  4.11449502757247308E-03  4.14754299858962130E-03
+  4.18085641361787622E-03  4.21443740472337951E-03  4.24828812109712996E-03
+  4.28241072919254527E-03  4.31680741286410291E-03  4.35148037350709897E-03
+  4.38643183019858576E-03  4.42166401983932599E-03  4.45717919729697858E-03
+  4.49297963555042503E-03  4.52906762583521125E-03  4.56544547779020194E-03
+  4.60211551960539120E-03  4.63908009817089271E-03  4.67634157922717716E-03
+  4.71390234751641046E-03  4.75176480693514491E-03  4.78993138068814234E-03
+  4.82840451144341421E-03  4.86718666148859991E-03  4.90628031288856299E-03
+  4.94568796764419030E-03  4.98541214785253213E-03  5.02545539586824342E-03
+  5.06582027446624960E-03  5.10650936700582803E-03  5.14752527759584650E-03
+  5.18887063126148834E-03  5.23054807411221442E-03  5.27256027351119105E-03
+  5.31490991824585916E-03  5.35759971870014735E-03  5.40063240702784615E-03
+  5.44401073732751414E-03  5.48773748581867817E-03  5.53181545101960864E-03
+  5.57624745392632046E-03  5.62103633819310399E-03  5.66618497031463105E-03
+  5.71169623980930918E-03  5.75757305940421439E-03  5.80381836522153149E-03
+  5.85043511696645580E-03  5.89742629811659900E-03  5.94479491611293095E-03
+  5.99254400255221694E-03  6.04067661338112023E-03  6.08919582909169844E-03
+  6.13810475491856009E-03  6.18740652103761442E-03  6.23710428276641124E-03
+  6.28720122076605829E-03  6.33770054124475121E-03  6.38860547616298350E-03
+  6.43991928344041405E-03  6.49164524716433922E-03  6.54378667779985639E-03
+  6.59634691240173349E-03  6.64932931482801071E-03  6.70273727595527800E-03
+  6.75657421389550938E-03  6.81084357421514203E-03  6.86554883015532292E-03
+  6.92069348285426645E-03  6.97628106157130966E-03  7.03231512391280528E-03
+  7.08879925605981724E-03  7.14573707299749877E-03  7.20313221874662943E-03
+  7.26098836659666569E-03  7.31930921934093037E-03  7.37809850951350304E-03
+  7.43735999962811482E-03  7.49709748241897053E-03  7.55731478108342524E-03
+  7.61801574952672683E-03  7.67920427260855663E-03  7.74088426639174283E-03
+  7.80305967839280048E-03  7.86573448783460007E-03  7.92891270590103357E-03
+  7.99259837599368764E-03  8.05679557399064349E-03  8.12150840850726051E-03
+  8.18674102115921586E-03  8.25249758682741058E-03  8.31878231392524370E-03
+  8.38559944466794188E-03  8.45295325534402980E-03  8.52084805658897410E-03
+  8.58928819366098703E-03  8.65827804671928311E-03  8.72782203110425946E-03
+  8.79792459762004930E-03  8.86859023281943645E-03  8.93982345929087568E-03
+  9.01162883594799728E-03  9.08401095832144477E-03  9.15697445885270238E-03
+  9.23052400719073622E-03  9.30466431049089236E-03  9.37940011371597888E-03
+  9.45473619993998128E-03  9.53067739065418217E-03  9.60722854607565409E-03
+  9.68439456545835964E-03  9.76218038740665067E-03  9.84059099019126554E-03
+  9.91963139206801514E-03  9.99930665159879870E-03  1.00796218679754003E-02
+  1.01605821813458598E-02  1.02421927731433087E-02  1.03244588664175140E-02
+  1.04073857261693693E-02  1.04909786596875405E-02  1.05752430168882250E-02
+  1.06601841906575415E-02  1.07458076171965764E-02  1.08321187763693195E-02
+  1.09191231920533708E-02  1.10068264324932469E-02  1.10952341106569253E-02
+  1.11843518845949341E-02  1.12741854578024391E-02  1.13647405795842486E-02
+  1.14560230454227759E-02  1.15480386973487691E-02  1.16407934243151715E-02
+  1.17342931625742160E-02  1.18285438960569634E-02  1.19235516567564731E-02
+  1.20193225251136702E-02  1.21158626304065098E-02  1.22131781511421855E-02
+  1.23112753154524541E-02  1.24101604014922560E-02  1.25098397378414789E-02
+  1.26103197039097847E-02  1.27116067303450053E-02  1.28137072994445843E-02
+  1.29166279455703147E-02  1.30203752555666779E-02  1.31249558691820256E-02
+  1.32303764794937662E-02  1.33366438333364229E-02  1.34437647317335804E-02
+  1.35517460303328993E-02  1.36605946398449286E-02  1.37703175264851669E-02
+  1.38809217124200492E-02  1.39924142762160378E-02  1.41048023532928581E-02
+  1.42180931363797662E-02  1.43322938759761018E-02  1.44474118808150306E-02
+  1.45634545183312911E-02  1.46804292151325837E-02  1.47983434574749800E-02
+  1.49172047917415472E-02  1.50370208249256780E-02  1.51577992251174486E-02
+  1.52795477219946439E-02  1.54022741073169891E-02  1.55259862354250357E-02
+  1.56506920237424844E-02  1.57763994532829875E-02  1.59031165691606996E-02
+  1.60308514811050434E-02  1.61596123639797425E-02  1.62894074583057151E-02
+  1.64202450707884723E-02  1.65521335748496021E-02  1.66850814111624800E-02
+  1.68190970881924411E-02  1.69541891827410841E-02  1.70903663404950099E-02
+  1.72276372765792218E-02  1.73660107761144690E-02  1.75054956947795423E-02
+  1.76461009593778424E-02  1.77878355684084957E-02  1.79307085926420987E-02
+  1.80747291757010764E-02  1.82199065346447669E-02  1.83662499605591126E-02
+  1.85137688191510698E-02  1.86624725513477793E-02  1.88123706739008328E-02
+  1.89634727799950220E-02  1.91157885398618305E-02  1.92693277013985739E-02
+  1.94241000907919258E-02  1.95801156131463483E-02  1.97373842531181135E-02
+  1.98959160755538857E-02  2.00557212261347588E-02  2.02168099320253758E-02
+  2.03791925025279472E-02  2.05428793297422127E-02  2.07078808892301285E-02
+  2.08742077406858725E-02  2.10418705286115927E-02  2.12108799829983860E-02
+  2.13812469200126247E-02  2.15529822426879548E-02  2.17260969416229223E-02
+  2.19006020956839555E-02  2.20765088727139028E-02  2.22538285302471134E-02
+  2.24325724162287993E-02  2.26127519697414542E-02  2.27943787217367126E-02
+  2.29774642957725761E-02  2.31620204087572140E-02  2.33480588716985550E-02
+  2.35355915904596515E-02  2.37246305665204452E-02  2.39151878977453061E-02
+  2.41072757791570141E-02  2.43009065037167876E-02  2.44960924631106060E-02
+  2.46928461485419956E-02  2.48911801515307590E-02  2.50911071647185908E-02
+  2.52926399826809874E-02  2.54957915027454046E-02  2.57005747258164073E-02
+  2.59070027572072467E-02  2.61150888074778743E-02  2.63248461932799674E-02
+  2.65362883382091949E-02  2.67494287736628616E-02  2.69642811397060415E-02
+  2.71808591859436371E-02  2.73991767724000405E-02  2.76192478704055111E-02
+  2.78410865634893083E-02  2.80647070482811720E-02  2.82901236354187145E-02
+  2.85173507504626021E-02  2.87464029348194310E-02  2.89772948466716224E-02
+  2.92100412619147494E-02  2.94446570751024130E-02  2.96811573003988270E-02
+  2.99195570725391234E-02  3.01598716477968626E-02  3.04021164049598364E-02
+  3.06463068463136146E-02  3.08924585986325648E-02  3.11405874141793514E-02
+  3.13907091717120570E-02  3.16428398774996344E-02  3.18969956663453444E-02
+  3.21531928026183161E-02  3.24114476812935107E-02  3.26717768290005969E-02
+  3.29341969050796074E-02  3.31987247026468008E-02  3.34653771496682406E-02
+  3.37341713100422630E-02  3.40051243846898471E-02  3.42782537126549366E-02
+  3.45535767722126852E-02  3.48311111819870275E-02  3.51108747020767234E-02
+  3.53928852351912820E-02  3.56771608277947003E-02  3.59637196712599763E-02
+  3.62525801030314371E-02  3.65437606077968005E-02  3.68372798186693065E-02
+  3.71331565183787154E-02  3.74314096404711472E-02  3.77320582705203827E-02
+  3.80351216473470768E-02  3.83406191642485794E-02  3.86485703702387148E-02
+  3.89589949712968661E-02  3.92719128316273147E-02  3.95873439749298492E-02
+  3.99053085856780274E-02  4.02258270104099841E-02  4.05489197590286898E-02
+  4.08746075061123607E-02  4.12029110922354641E-02  4.15338515253014864E-02
+  4.18674499818838877E-02  4.22037278085805739E-02  4.25427065233769316E-02
+  4.28844078170213736E-02  4.32288535544110286E-02  4.35760657759884443E-02
+  4.39260666991501472E-02  4.42788787196662648E-02  4.46345244131105892E-02
+  4.49930265363035209E-02  4.53544080287654541E-02  4.57186920141825909E-02
+  4.60859018018832459E-02  4.64560608883280504E-02  4.68291929586094405E-02
+  4.72053218879656400E-02  4.75844717433046432E-02  4.79666667847422484E-02
+  4.83519314671508188E-02  4.87402904417216717E-02  4.91317685575386950E-02
+  4.95263908631658686E-02  4.99241826082459511E-02  5.03251692451142998E-02
+  5.07293764304224751E-02  5.11368300267777756E-02  5.15475561043935784E-02
+  5.19615809427540834E-02  5.23789310322929219E-02  5.27996330760828608E-02
+  5.32237139915417781E-02  5.36512009121505595E-02  5.40821211891848730E-02
+  5.45165023934612095E-02  5.49543723170969542E-02  5.53957589752839263E-02
+  5.58406906080761573E-02  5.62891956821929135E-02  5.67413028928347996E-02
+  5.71970411655148211E-02  5.76564396579048108E-02  5.81195277616949543E-02
+  5.85863351044697070E-02  5.90568915515986906E-02  5.95312272081407745E-02
+  6.00093724207653445E-02  6.04913577796884830E-02  6.09772141206233811E-02
+  6.14669725267479108E-02  6.19606643306872748E-02  6.24583211165117558E-02
+  6.29599747217511607E-02  6.34656572394255991E-02  6.39754010200913603E-02
+  6.44892386739040063E-02  6.50072030726974864E-02  6.55293273520801828E-02
+  6.60556449135469848E-02  6.65861894266086829E-02  6.71209948309383353E-02
+  6.76600953385341070E-02  6.82035254359008719E-02  6.87513198862468311E-02
+  6.93035137316995037E-02  6.98601422955387186E-02  7.04212411844469671E-02
+  7.09868462907783659E-02  7.15569937948456469E-02  7.21317201672241892E-02
+  7.27110621710748833E-02  7.32950568644877287E-02  7.38837416028402250E-02
+  7.44771540411760385E-02  7.50753321366045001E-02  7.56783141507169077E-02
+  7.62861386520214957E-02  7.68988445184000252E-02  7.75164709395825408E-02
+  7.81390574196413890E-02  7.87666437795060126E-02  7.93992701594970207E-02
+  8.00369770218806176E-02  8.06798051534430016E-02  8.13277956680854980E-02
+  8.19809900094405353E-02  8.26394299535068988E-02  8.33031576113082151E-02
+  8.39722154315701019E-02  8.46466462034198702E-02  8.53264930591076248E-02
+  8.60117994767484462E-02  8.67026092830862766E-02  8.73989666562790535E-02
+  8.81009161287084064E-02  8.88085025898083386E-02  8.95217712889175149E-02
+  9.02407678381552392E-02  9.09655382153184700E-02  9.16961287668024427E-02
+  9.24325862105453283E-02  9.31749576389925421E-02  9.39232905220900999E-02
+  9.46776327102967080E-02  9.54380324376212369E-02  9.62045383246851599E-02
+  9.69771993818080574E-02  9.77560650121170466E-02  9.85411850146813012E-02
+  9.93326095876723852E-02  1.00130389331547096E-01  1.00934575252256492E-01
+  1.01745218764481116E-01  1.02562371694890089E-01  1.03386086285426351E-01
+  1.04216415196618714E-01  1.05053411510918057E-01  1.05897128736060206E-01
+  1.06747620808458607E-01  1.07604942096616529E-01  1.08469147404573724E-01
+  1.09340291975375023E-01  1.10218431494566990E-01  1.11103622093724680E-01
+  1.11995920354001743E-01  1.12895383309712161E-01  1.13802068451937827E-01
+  1.14716033732164768E-01  1.15637337565947643E-01  1.16566038836603561E-01
+  1.17502196898934597E-01  1.18445871582978271E-01  1.19397123197788030E-01
+  1.20356012535244680E-01  1.21322600873894432E-01  1.22296949982819356E-01
+  1.23279122125536503E-01  1.24269180063929202E-01  1.25267187062206825E-01
+  1.26273206890894996E-01  1.27287303830860399E-01  1.28309542677363331E-01
+  1.29339988744142403E-01  1.30378707867532362E-01  1.31425766410612072E-01
+  1.32481231267385119E-01  1.33545169866993274E-01  1.34617650177963066E-01
+  1.35698740712483973E-01  1.36788510530719443E-01  1.37887029245152531E-01
+  1.38994367024963594E-01  1.40110594600444643E-01  1.41235783267443959E-01
+  1.42370004891845897E-01  1.43513331914088216E-01  1.44665837353710053E-01
+  1.45827594813936978E-01  1.46998678486301076E-01  1.48179163155296889E-01
+  1.49369124203071496E-01  1.50568637614151624E-01  1.51777779980207084E-01
+  1.52996628504850074E-01  1.54225261008473141E-01  1.55463755933119480E-01
+  1.56712192347395446E-01  1.57970649951417852E-01  1.59239209081799171E-01
+  1.60517950716670882E-01  1.61806956480745917E-01  1.63106308650418419E-01
+  1.64416090158901185E-01  1.65736384601405939E-01  1.67067276240357804E-01
+  1.68408850010652894E-01  1.69761191524954586E-01  1.71124387079029133E-01
+  1.72498523657122121E-01  1.73883688937375325E-01  1.75279971297285037E-01
+  1.76687459819198728E-01  1.78106244295857724E-01  1.79536415235975716E-01
+  1.80978063869864980E-01  1.82431282155099905E-01  1.83896162782223510E-01
+  1.85372799180501979E-01  1.86861285523712700E-01  1.88361716735984841E-01
+  1.89874188497675400E-01  1.91398797251294661E-01  1.92935640207473225E-01
+  1.94484815350972701E-01  1.96046421446742003E-01  1.97620558046017414E-01
+  1.99207325492469722E-01  2.00806824928392247E-01  2.02419158300938262E-01
+  2.04044428368404335E-01  2.05682738706557316E-01  2.07334193715007165E-01
+  2.08998898623629165E-01  2.10676959499033006E-01  2.12368483251075157E-01
+  2.14073577639421087E-01  2.15792351280155587E-01  2.17524913652441088E-01
+  2.19271375105222044E-01  2.21031846863978504E-01  2.22806441037528585E-01
+  2.24595270624880161E-01  2.26398449522133977E-01  2.28216092529428427E-01
+  2.30048315357942734E-01  2.31895234636944614E-01  2.33756967920890457E-01
+  2.35633633696574835E-01  2.37525351390330375E-01  2.39432241375281352E-01
+  2.41354424978641402E-01  2.43292024489071279E-01  2.45245163164080904E-01
+  2.47213965237490785E-01  2.49198555926935739E-01  2.51199061441426674E-01
+  2.53215608988970164E-01  2.55248326784226820E-01  2.57297344056233890E-01
+  2.59362791056178044E-01  2.61444799065220335E-01  2.63543500402375452E-01
+  2.65659028432444599E-01  2.67791517574001381E-01  2.69941103307432539E-01
+  2.72107922183034312E-01  2.74292111829161356E-01  2.76493810960432518E-01
+  2.78713159385987341E-01  2.80950298017801192E-01  2.83205368879056174E-01
+  2.85478515112564668E-01  2.87769880989249605E-01  2.90079611916681079E-01
+  2.92407854447665816E-01  2.94754756288898911E-01  2.97120466309664821E-01
+  2.99505134550597407E-01  3.01908912232496274E-01  3.04331951765200115E-01
+  3.06774406756518125E-01  3.09236432021211705E-01  3.11718183590039444E-01
+  3.14219818718856680E-01  3.16741495897771286E-01  3.19283374860357072E-01
+  3.21845616592924544E-01  3.24428383343848159E-01  3.27031838632950655E-01
+  3.29656147260943999E-01  3.32301475318928285E-01  3.34967990197948595E-01
+  3.37655860598606694E-01  3.40365256540731964E-01  3.43096349373108012E-01
+  3.45849311783255731E-01  3.48624317807276152E-01  3.51421542839746637E-01
+  3.54241163643680856E-01  3.57083358360530456E-01  3.59948306520263550E-01
+  3.62836189051483238E-01  3.65747188291609404E-01  3.68681487997120305E-01
+  3.71639273353839339E-01  3.74620730987291928E-01  3.77626048973100592E-01
+  3.80655416847452799E-01  3.83709025617616384E-01  3.86787067772506599E-01
+  3.89889737293312555E-01  3.93017229664178513E-01  3.96169741882934356E-01
+  3.99347472471883125E-01  4.02550621488646343E-01  4.05779390537052920E-01
+  4.09033982778086058E-01  4.12314602940885122E-01  4.15621457333791910E-01
+  4.18954753855451667E-01  4.22314702005970655E-01  4.25701512898114642E-01
+  4.29115399268557851E-01  4.32556575489191242E-01  4.36025257578470327E-01
+  4.39521663212807223E-01  4.43046011738018997E-01  4.46598524180824463E-01
+  4.50179423260372802E-01  4.53788933399828953E-01  4.57427280737997988E-01
+  4.61094693141001655E-01  4.64791400213981465E-01  4.68517633312855564E-01
+  4.72273625556117627E-01  4.76059611836664176E-01  4.79875828833671081E-01
+  4.83722515024506472E-01  4.87599910696672356E-01  4.91508257959790362E-01
+  4.95447800757615520E-01  4.99418784880090783E-01  5.03421457975426034E-01
+  5.07456069562206014E-01  5.11522871041538929E-01  5.15622115709213569E-01
+  5.19754058767907701E-01  5.23918957339396307E-01  5.28117070476797679E-01
+  5.32348659176835270E-01  5.36613986392122988E-01  5.40913317043468678E-01
+  5.45246918032181505E-01  5.49615058252414856E-01  5.54018008603504142E-01
+  5.58456042002319020E-01  5.62929433395633394E-01  5.67438459772487747E-01
+  5.71983400176558243E-01  5.76564535718539717E-01  5.81182149588516439E-01
+  5.85836527068326451E-01  5.90527955543927008E-01  5.95256724517761349E-01
+  6.00023125621092057E-01  6.04827452626333084E-01  6.09670001459371891E-01
+  6.14551070211859618E-01  6.19470959153484046E-01  6.24429970744223906E-01
+  6.29428409646550890E-01  6.34466582737637896E-01  6.39544799121496976E-01
+  6.44663370141087433E-01  6.49822609390394712E-01  6.55022832726447235E-01
+  6.60264358281292374E-01  6.65547506473912698E-01  6.70872600022086041E-01
+  6.76239963954181844E-01  6.81649925620893660E-01  6.87102814706900267E-01
+  6.92598963242444632E-01  6.98138705614836041E-01  7.03722378579879959E-01
+  7.09350321273189643E-01  7.15022875221425824E-01  7.20740384353431018E-01
+  7.26503195011247715E-01  7.32311655961032759E-01  7.38166118403856264E-01
+  7.44066935986372080E-01  7.50014464811363135E-01  7.56009063448139118E-01
+  7.62051092942814701E-01  7.68140916828413678E-01  7.74278901134839104E-01
+  7.80465414398669344E-01  7.86700827672778158E-01  7.92985514535796909E-01
+  7.99319851101367274E-01  8.05704216027240072E-01  8.12138990524125859E-01
+  8.18624558364371646E-01  8.25161305890405594E-01  8.31749622022956991E-01
+  8.38389898269055744E-01  8.45082528729769633E-01  8.51827910107682884E-01
+  8.58626441714158695E-01  8.65478525476259031E-01  8.72384565943441048E-01
+  8.79344970293929329E-01  8.86360148340787135E-01  8.93430512537691013E-01
+  9.00556477984349790E-01  9.07738462431608162E-01  9.14976886286206659E-01
+  9.22272172615138164E-01  9.29624747149691122E-01  9.37035038289051769E-01
+  9.44503477103518896E-01  9.52030497337337800E-01  9.59616535411059957E-01
+  9.67262030423486796E-01  9.74967424153151296E-01  9.82733161059327620E-01
+  9.90559688282540818E-01  9.98447455644593140E-01  1.00639691564805789E+00
+  1.01440852347523158E+00  1.02248273698656300E+00  1.03062001671845538E+00
+  1.03882082588055202E+00  1.04708563035233571E+00  1.05541489867916383E+00
+  1.06380910206763502E+00  1.07226871438027183E+00  1.08079421212954707E+00
+  1.08938607447118052E+00  1.09804478319672261E+00  1.10677082272538496E+00
+  1.11556468009507448E+00  1.12442684495266065E+00  1.13335780954340271E+00
+  1.14235806869953538E+00  1.15142811982799786E+00  1.16056846289723570E+00
+  1.16977960042313156E+00  1.17906203745392579E+00  1.18841628155420187E+00
+  1.19784284278785647E+00  1.20734223370002614E+00  1.21691496929795906E+00
+  1.22656156703078789E+00  1.23628254676817240E+00  1.24607843077781788E+00
+  1.25594974370174239E+00  1.26589701253135889E+00  1.27592076658129638E+00
+  1.28602153746191239E+00  1.29619985905047841E+00  1.30645626746100407E+00
+  1.31679130101264330E+00  1.32720550019668337E+00  1.33769940764200101E+00
+  1.34827356807902832E+00  1.35892852830212951E+00  1.36966483713037501E+00
+  1.38048304536665900E+00  1.39138370575510639E+00  1.40236737293674629E+00
+  1.41343460340340155E+00  1.42458595544967515E+00  1.43582198912312142E+00
+  1.44714326617239908E+00  1.45855034999345823E+00  1.47004380557370062E+00
+  1.48162419943398360E+00  1.49329209956851283E+00  1.50504807538248953E+00
+  1.51689269762745349E+00  1.52882653833433313E+00  1.54085017074405117E+00
+  1.55296416923567349E+00  1.56516910925205099E+00  1.57746556722284970E+00
+  1.58985412048492036E+00  1.60233534719995019E+00  1.61490982626924184E+00
+  1.62757813724566658E+00  1.64034086024266390E+00  1.65319857584017105E+00
+  1.66615186498746715E+00  1.67920130890285235E+00  1.69234748896997522E+00
+  1.70559098663095710E+00  1.71893238327587672E+00  1.73237226012880385E+00
+  1.74591119813024109E+00  1.75954977781581801E+00  1.77328857919115568E+00
+  1.78712818160285192E+00  1.80106916360549674E+00  1.81511210282451874E+00
+  1.82925757581477666E+00  1.84350615791490746E+00  1.85785842309721527E+00
+  1.87231494381297980E+00  1.88687629083314934E+00  1.90154303308428529E+00
+  1.91631573747957762E+00  1.93119496874491681E+00  1.94618128923961975E+00
+  1.96127525877206144E+00  1.97647743440985857E+00  1.99178837028447742E+00
+  2.00720861739021839E+00  2.02273872337738858E+00  2.03837923233954355E+00
+  2.05413068459455550E+00  2.06999361645939572E+00  2.08596856001853581E+00
+  2.10205604288580217E+00  2.11825658795946747E+00  2.13457071317044633E+00
+  2.15099893122351427E+00  2.16754174933125121E+00  2.18419966894055229E+00
+  2.20097318545143450E+00  2.21786278792815272E+00  2.23486895880235581E+00
+  2.25199217356807457E+00  2.26923290046834980E+00  2.28659160017331109E+00
+  2.30406872544964836E+00  2.32166472082086539E+00  2.33938002221830299E+00
+  2.35721505662288910E+00  2.37517024169720514E+00  2.39324598540768108E+00
+  2.41144268563671593E+00  2.42976072978449853E+00  2.44820049436040543E+00
+  2.46676234456315502E+00  2.48544663385000764E+00  2.50425370349461840E+00
+  2.52318388213332723E+00  2.54223748529950999E+00  2.56141481494571099E+00
+  2.58071615895356654E+00  2.60014179063099782E+00  2.61969196819589856E+00
+  2.63936693424666524E+00  2.65916691521909287E+00  2.67909212082930770E+00
+  2.69914274350241001E+00  2.71931895778648203E+00  2.73962091975188615E+00
+  2.76004876637525465E+00  2.78060261490732730E+00  2.80128256222491112E+00
+  2.82208868416658376E+00  2.84302103485167512E+00  2.86407964598208986E+00
+  2.88526452612664031E+00  2.90657565998785117E+00  2.92801300765045491E+00
+  2.94957650381028680E+00  2.97126605698458812E+00  2.99308154870266518E+00
+  3.01502283267666815E+00  3.03708973395198978E+00  3.05928204803665071E+00
+  3.08159954001011549E+00  3.10404194361000529E+00  3.12660896029547741E+00
+  3.14930025828857785E+00  3.17211547159231655E+00  3.19505419898501897E+00
+  3.21811600299050271E+00  3.24130040882349757E+00  3.26460690331068992E+00
+  3.28803493378537137E+00  3.31158390695446636E+00  3.33525318773952018E+00
+  3.35904209809030618E+00  3.38294991577039728E+00  3.40697587311407446E+00
+  3.43111915575418536E+00  3.45537890132172132E+00  3.47975419811344278E+00
+  3.50424408372740137E+00  3.52884754366794295E+00  3.55356350991845860E+00
+  3.57839085948129965E+00  3.60332841288417116E+00  3.62837493265251831E+00
+  3.65352912174940814E+00  3.67878962197704595E+00  3.70415501234120148E+00
+  3.72962380738016064E+00  3.75519445545614428E+00  3.78086533700860405E+00
+  3.80663476276851975E+00  3.83250097193342176E+00  3.85846213030554752E+00
+  3.88451632838392502E+00  3.91066157941443393E+00  3.93689581739897898E+00
+  3.96321689506145169E+00  3.98962258176985696E+00  4.01611056141372202E+00
+  4.04267843023686790E+00  4.06932369462865839E+00  4.09604376886068344E+00
+  4.12283597277636815E+00  4.14969752943433878E+00  4.17662556270269647E+00
+  4.20361709480354317E+00  4.23066904380708397E+00  4.25777822107616899E+00
+  4.28494132866468203E+00  4.31215495665181070E+00  4.33941558042516462E+00
+  4.36671955791238275E+00  4.39406312675806987E+00  4.42144240144551492E+00
+  4.44885337036261941E+00  4.47629189281445328E+00  4.50375369598572384E+00
+  4.53123437182864208E+00  4.55872937389750810E+00  4.58623401412713072E+00
+  4.61374345955219134E+00  4.64125272896704733E+00  4.66875668952551237E+00
+  4.69625005328625456E+00  4.72372737370449514E+00  4.75118304203922115E+00
+  4.77861128370783650E+00  4.80600615458200853E+00  4.83336153722217698E+00
+  4.86067113705054688E+00  4.88792847846242218E+00  4.91512690088663273E+00
+  4.94225955479019596E+00  4.96931939758998809E+00  4.99629918951755680E+00
+  5.02319148942641913E+00  5.04998865053938051E+00  5.07668281613668970E+00
+  5.10326591518590966E+00  5.12972965793151747E+00  5.15606553142864232E+00
+  5.18226479497983394E+00  5.20831847553832983E+00  5.23421736306104801E+00
+  5.25995200580995892E+00  5.28551270560358866E+00  5.31088951302111933E+00
+  5.33607222258969660E+00  5.36105036791756628E+00  5.38581321673520197E+00
+  5.41034976592793715E+00  5.43464873653538483E+00  5.45869856871823611E+00
+  5.48248741669578088E+00  5.50600314365928956E+00  5.52923331671087315E+00
+  5.55216520175249606E+00  5.57478575830386269E+00  5.59708163435343842E+00
+  5.61903916120887903E+00  5.64064434834992756E+00  5.66188287828970171E+00
+  5.68274010145502118E+00  5.70320103116074506E+00  5.72325033854350185E+00
+  5.74287234746991349E+00  5.76205102954418447E+00  5.78076999917040180E+00
+  5.79901250867665041E+00  5.81676144351057189E+00  5.83399931752617196E+00
+  5.85070826847202596E+00  5.86687005345250334E+00  5.88246604444963506E+00
+  5.89747722404384866E+00  5.91188418127808379E+00  5.92566710767785754E+00
+  5.93880579344210879E+00  5.95127962384098907E+00  5.96306757597317727E+00
+  5.97414821551859365E+00  5.98449969369604862E+00  5.99409974456561034E+00
+  6.00292568260957626E+00  6.01095440061200215E+00  6.01816236785900127E+00
+  6.02452562872406538E+00  6.03001980183642239E+00  6.03462007927891353E+00
+  6.03830122621989140E+00  6.04103758109543598E+00  6.04280305626881908E+00
+  6.04357113919701217E+00  6.04331489413562117E+00  6.04200696449404173E+00
+  6.03961957607400901E+00  6.03612454039356106E+00  6.03149325878556830E+00
+  6.02569672733009565E+00  6.01870554254484880E+00  6.01048990787544124E+00
+  6.00101964102891827E+00  5.99026418234118907E+00  5.97819260440697597E+00
+  5.96477362188967408E+00  5.94997560258595914E+00  5.93376657970213195E+00
+  5.91611426527021322E+00  5.89698606475942366E+00  5.87634909294048757E+00
+  5.85417019132012495E+00  5.83041594728027768E+00  5.80505271355811558E+00
+  5.77804662961768845E+00  5.74936364471908146E+00  5.71896954262205970E+00
+  5.68682996799406038E+00  5.65291045459582264E+00  5.61717645575220992E+00
+  5.57959337699489488E+00  5.54012660929832723E+00  5.49874156500447508E+00
+  5.45540371603430518E+00  5.41007863433640512E+00  5.36273203465409942E+00
+  5.31332981970110563E+00  5.26183812851737542E+00  5.20822338741062119E+00
+  5.15245236185544453E+00  5.09449221199981306E+00  5.03431055111546844E+00
+  4.97187550695443381E+00  4.90715578609544245E+00  4.84012074138611226E+00
+  4.77074044358503802E+00  4.69898575581760447E+00  4.62482840945487261E+00
+  4.54824108453337583E+00  4.46919749374553632E+00  4.38767246996394800E+00
+  4.30364205736593775E+00  4.21708360627548373E+00  4.12797587318664494E+00
+  4.03629912344248076E+00  3.94203523582475013E+00  3.84516781241083239E+00
+  3.74568229239924877E+00  3.64356606984021303E+00  3.53880861528371549E+00
+  3.43140160145936601E+00  3.32133903474134451E+00  3.20861738845460076E+00
+  3.09323573838605448E+00  2.97519590369458786E+00  2.85450259160956277E+00
+  2.73116354577515974E+00  2.60518969813880652E+00  2.47659532445760977E+00
+  2.34539820521916909E+00  2.21161978661383607E+00  2.07528534336887027E+00
+  1.93642414591701595E+00  1.79506963004646769E+00  1.65125956872581847E+00
+  1.50503624579973372E+00  1.35644663150075107E+00  1.20554256111529012E+00
+  1.05238091063066896E+00  8.97023772483579562E-01  7.39538632556250963E-01
+  5.79998546448806662E-01  4.18482314440692671E-01  2.55074654521523947E-01
+  8.98663731123198195E-02 -7.70454664079629481E-02 -2.45557382726110218E-01
+ -4.15559319872637001E-01 -5.86934495339450746E-01 -7.59559254960663788E-01
+ -9.33302935552628221E-01 -1.10802773636765517E+00 -1.28358860047212064E+00
+ -1.45983310798927901E+00 -1.63660138277628531E+00 -1.81372601178836090E+00
+ -1.99103197926373809E+00 -2.16833661741645889E+00 -2.34544957513224039E+00
+ -2.52217280622886086E+00 -2.69830057990735162E+00 -2.87361951768390389E+00
+ -3.04790865039870029E+00 -3.22093950176019161E+00 -3.39247620089378144E+00
+ -3.56227562512770568E+00 -3.73008757496691112E+00 -3.89565498325221204E+00
+ -4.05871416400503193E+00 -4.21899510612589612E+00 -4.37622179327547833E+00
+ -4.53011256969173814E+00 -4.68038055223717464E+00 -4.82673408911469703E+00
+ -4.96887726732351886E+00 -5.10651047092473931E+00 -5.23933100045247802E+00
+ -5.36703375467431076E+00 -5.48931194153169955E+00 -5.60585785716190976E+00
+ -5.71636372732375442E+00 -5.82052261021360628E+00 -5.91802936199412866E+00
+ -6.00858166632085577E+00 -6.09188114505024902E+00 -6.16763453798523553E+00
+ -6.23555490657004441E+00 -6.29536292221271321E+00 -6.34678822288538047E+00
+ -6.38957083425209760E+00 -6.42346265414173256E+00 -6.44822899921700898E+00
+ -6.46365023824906704E+00 -6.46952347329901212E+00 -6.46566422137079222E+00
+ -6.45190817407647277E+00 -6.42811300370355099E+00 -6.39416020679937702E+00
+ -6.34995697849294505E+00 -6.29543811107146123E+00 -6.23056794375361278E+00
+ -6.15534228656845972E+00 -6.06979028408308885E+00 -5.97397629647998318E+00
+ -5.86800174840061306E+00 -5.75200692759552012E+00 -5.62617271633364791E+00
+ -5.49072223908758517E+00 -5.34592244118636994E+00 -5.19208548591605101E+00
+ -5.02956996256374378E+00 -4.85878195265204305E+00 -4.68017588920875038E+00
+ -4.49425517754828796E+00 -4.30157254559287772E+00 -4.10273009156968449E+00
+ -3.89837900356449696E+00 -3.68921884719190185E+00 -3.47599643492290999E+00
+ -3.25950426017108397E+00 -3.04057843073519818E+00 -2.82009605876896341E+00
+ -2.59897206462833541E+00 -2.37815534752072111E+00 -2.15862422827577261E+00
+ -1.94138119566750644E+00 -1.72744694527753451E+00 -1.51785362863358575E+00
+ -1.31363729596276624E+00 -1.11582951268075625E+00 -9.25448138130047337E-01
+ -7.43487240251388348E-01 -5.70906012163092780E-01 -4.08617099208353540E-01
+ -2.57474225528629919E-01 -1.18259087497058921E-01  8.33232573535134385E-03
+  1.21703855913947223E-01  2.21373580506806805E-01  3.06988358984777499E-01
+  3.78338453900218030E-01  4.35371157168898015E-01  4.78203597557986193E-01
+  5.07134360201140333E-01  5.22653305552479464E-01  5.25449001555567285E-01
+  5.16413092882844760E-01  4.96640893871486355E-01  4.67427262419889245E-01
+  4.30256097198325971E-01  3.86783078398473257E-01  3.38810239784427591E-01
+  2.88250822495562331E-01  2.37082788296784253E-01  1.87289166082434400E-01
+  1.40782971903089027E-01  9.93137237519084726E-02  6.43542208961728757E-02
+  3.69659711286905585E-02  1.76336700291607126E-02  6.08616668341181027E-03
+  1.04304208392294487E-03  3.62391017481129493E-06 -8.19154323494697708E-06
+  4.39163771275904234E-06  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00
+                              </PP_BETA.1>
+ <PP_BETA.2 type="real" size="  1489" angular_momentum="0" columns="3" cutoff_radius_index="  1204" norm_conserving_radius="    1.508267">
+ -3.03695075670732664E-03 -3.06134380322378502E-03 -3.08593277673590172E-03
+ -3.11071925094508076E-03 -3.13570481219282125E-03 -3.16089105956223219E-03
+ -3.18627960498036157E-03 -3.21187207332138125E-03 -3.23767010251056059E-03
+ -3.26367534362907545E-03 -3.28988946101973091E-03 -3.31631413239344202E-03
+ -3.34295104893660242E-03 -3.36980191541933621E-03 -3.39686845030459693E-03
+ -3.42415238585814206E-03 -3.45165546825942872E-03 -3.47937945771331462E-03
+ -3.50732612856274537E-03 -3.53549726940232279E-03 -3.56389468319275428E-03
+ -3.59252018737623875E-03 -3.62137561399280238E-03 -3.65046280979752910E-03
+ -3.67978363637875769E-03 -3.70933997027721217E-03 -3.73913370310614791E-03
+ -3.76916674167235418E-03 -3.79944100809820546E-03 -3.82995843994471136E-03
+ -3.86072099033547790E-03 -3.89173062808171938E-03 -3.92298933780826659E-03
+ -3.95449912008059151E-03 -3.98626199153281208E-03 -4.01827998499678339E-03
+ -4.05055514963219808E-03 -4.08308955105770623E-03 -4.11588527148314728E-03
+ -4.14894440984277333E-03 -4.18226908192962255E-03 -4.21586142053089440E-03
+ -4.24972357556446540E-03 -4.28385771421647098E-03 -4.31826602108000002E-03
+ -4.35295069829494397E-03 -4.38791396568888759E-03 -4.42315806091919238E-03
+ -4.45868523961622139E-03 -4.49449777552767167E-03 -4.53059796066410982E-03
+ -4.56698810544566274E-03 -4.60367053884985430E-03 -4.64064760856070912E-03
+ -4.67792168111894231E-03 -4.71549514207346941E-03 -4.75337039613406113E-03
+ -4.79154986732520903E-03 -4.83003599914130863E-03 -4.86883125470304046E-03
+ -4.90793811691496787E-03 -4.94735908862446554E-03 -4.98709669278190812E-03
+ -5.02715347260210884E-03 -5.06753199172714410E-03 -5.10823483439033690E-03
+ -5.14926460558170519E-03 -5.19062393121464630E-03 -5.23231545829405849E-03
+ -5.27434185508563868E-03 -5.31670581128674928E-03 -5.35941003819848973E-03
+ -5.40245726889927204E-03 -5.44585025841965581E-03 -5.48959178391877564E-03
+ -5.53368464486199679E-03 -5.57813166320004702E-03 -5.62293568354974016E-03
+ -5.66809957337592596E-03 -5.71362622317502563E-03 -5.75951854666004355E-03
+ -5.80577948094703096E-03 -5.85241198674305105E-03 -5.89941904853565936E-03
+ -5.94680367478389506E-03 -5.99456889811087607E-03 -6.04271777549781133E-03
+ -6.09125338847966470E-03 -6.14017884334238512E-03 -6.18949727132171203E-03
+ -6.23921182880354547E-03 -6.28932569752594858E-03 -6.33984208478277980E-03
+ -6.39076422362897835E-03 -6.44209537308744300E-03 -6.49383881835761088E-03
+ -6.54599787102570514E-03 -6.59857586927668598E-03 -6.65157617810790795E-03
+ -6.70500218954433059E-03 -6.75885732285584542E-03 -6.81314502477591878E-03
+ -6.86786876972222439E-03 -6.92303206001898888E-03 -6.97863842612117015E-03
+ -7.03469142684041027E-03 -7.09119464957267201E-03 -7.14815171052799337E-03
+ -7.20556625496179739E-03 -7.26344195740824712E-03 -7.32178252191535272E-03
+ -7.38059168228204741E-03 -7.43987320229716736E-03 -7.49963087598027201E-03
+ -7.55986852782452191E-03 -7.62059001304136400E-03 -7.68179921780731950E-03
+ -7.74350005951262091E-03 -7.80569648701197327E-03 -7.86839248087725478E-03
+ -7.93159205365224530E-03 -7.99529925010946524E-03 -8.05951814750892684E-03
+ -8.12425285585923959E-03 -8.18950751818043644E-03 -8.25528631076924077E-03
+ -8.32159344346634043E-03 -8.38843315992577471E-03 -8.45580973788650700E-03
+ -8.52372748944613644E-03 -8.59219076133700861E-03 -8.66120393520427093E-03
+ -8.73077142788628545E-03 -8.80089769169735935E-03 -8.87158721471259168E-03
+ -8.94284452105515403E-03 -9.01467417118589562E-03 -9.08708076219499027E-03
+ -9.16006892809625300E-03 -9.23364334012378302E-03 -9.30780870703076975E-03
+ -9.38256977539087336E-03 -9.45793132990201471E-03 -9.53389819369254016E-03
+ -9.61047522862991214E-03 -9.68766733563186135E-03 -9.76547945497996048E-03
+ -9.84391656663586613E-03 -9.92298369055992328E-03 -1.00026858870324777E-02
+ -1.00830282569777489E-02 -1.01640159422901888E-02 -1.02456541261634997E-02
+ -1.03279480334225373E-02 -1.04109029308574481E-02 -1.04945241275608038E-02
+ -1.05788169752674081E-02 -1.06637868686967063E-02 -1.07494392458980584E-02
+ -1.08357795885987880E-02 -1.09228134225548296E-02 -1.10105463179045043E-02
+ -1.10989838895249205E-02 -1.11881317973912733E-02 -1.12779957469390842E-02
+ -1.13685814894293746E-02 -1.14598948223165707E-02 -1.15519415896195021E-02
+ -1.16447276822956303E-02 -1.17382590386177366E-02 -1.18325416445541082E-02
+ -1.19275815341515403E-02 -1.20233847899215013E-02 -1.21199575432293614E-02
+ -1.22173059746867162E-02 -1.23154363145469726E-02 -1.24143548431040578E-02
+ -1.25140678910941675E-02 -1.26145818401010561E-02 -1.27159031229643633E-02
+ -1.28180382241911608E-02 -1.29209936803711348E-02 -1.30247760805945658E-02
+ -1.31293920668743153E-02 -1.32348483345705557E-02 -1.33411516328194920E-02
+ -1.34483087649650366E-02 -1.35563265889943226E-02 -1.36652120179763734E-02
+ -1.37749720205046985E-02 -1.38856136211430205E-02 -1.39971439008749979E-02
+ -1.41095699975570706E-02 -1.42228991063755028E-02 -1.43371384803065924E-02
+ -1.44522954305808977E-02 -1.45683773271510081E-02 -1.46853915991633447E-02
+ -1.48033457354331925E-02 -1.49222472849243250E-02 -1.50421038572316427E-02
+ -1.51629231230685450E-02 -1.52847128147573508E-02 -1.54074807267243971E-02
+ -1.55312347159985865E-02 -1.56559827027143370E-02 -1.57817326706181926E-02
+ -1.59084926675797933E-02 -1.60362708061068705E-02 -1.61650752638642370E-02
+ -1.62949142841971595E-02 -1.64257961766587947E-02 -1.65577293175418715E-02
+ -1.66907221504147309E-02 -1.68247831866615676E-02 -1.69599210060269040E-02
+ -1.70961442571648907E-02 -1.72334616581923915E-02 -1.73718819972470025E-02
+ -1.75114141330493245E-02 -1.76520669954697701E-02 -1.77938495860999642E-02
+ -1.79367709788286686E-02 -1.80808403204223943E-02 -1.82260668311107731E-02
+ -1.83724598051763083E-02 -1.85200286115491143E-02 -1.86687826944065202E-02
+ -1.88187315737772358E-02 -1.89698848461503089E-02 -1.91222521850894361E-02
+ -1.92758433418518012E-02 -1.94306681460118015E-02 -1.95867365060902673E-02
+ -1.97440584101881665E-02 -1.99026439266257668E-02 -2.00625032045869157E-02
+ -2.02236464747681116E-02 -2.03860840500333651E-02 -2.05498263260739701E-02
+ -2.07148837820734059E-02 -2.08812669813779987E-02 -2.10489865721727384E-02
+ -2.12180532881624355E-02 -2.13884779492584665E-02 -2.15602714622711578E-02
+ -2.17334448216074429E-02 -2.19080091099741227E-02 -2.20839754990873709E-02
+ -2.22613552503869196E-02 -2.24401597157568196E-02 -2.26204003382517553E-02
+ -2.28020886528288586E-02 -2.29852362870858230E-02 -2.31698549620048128E-02
+ -2.33559564927022130E-02 -2.35435527891845464E-02 -2.37326558571103532E-02
+ -2.39232777985582713E-02 -2.41154308128011911E-02 -2.43091271970866767E-02
+ -2.45043793474237596E-02 -2.47011997593757533E-02 -2.48996010288596616E-02
+ -2.50995958529520447E-02 -2.53011970307010885E-02 -2.55044174639454495E-02
+ -2.57092701581396500E-02 -2.59157682231857846E-02 -2.61239248742721822E-02
+ -2.63337534327191987E-02 -2.65452673268305912E-02 -2.67584800927530252E-02
+ -2.69734053753416386E-02 -2.71900569290330699E-02 -2.74084486187251633E-02
+ -2.76285944206635103E-02 -2.78505084233361018E-02 -2.80742048283738437E-02
+ -2.82996979514590907E-02 -2.85270022232414211E-02 -2.87561321902606026E-02
+ -2.89871025158769634E-02 -2.92199279812091969E-02 -2.94546234860798006E-02
+ -2.96912040499681396E-02 -2.99296848129708068E-02 -3.01700810367701543E-02
+ -3.04124081056103834E-02 -3.06566815272812723E-02 -3.09029169341101875E-02
+ -3.11511300839616319E-02 -3.14013368612452090E-02 -3.16535532779313039E-02
+ -3.19077954745751666E-02 -3.21640797213489649E-02 -3.24224224190827817E-02
+ -3.26828401003126379E-02 -3.29453494303383054E-02 -3.32099672082888236E-02
+ -3.34767103681970282E-02 -3.37455959800817828E-02 -3.40166412510401195E-02
+ -3.42898635263473237E-02 -3.45652802905660819E-02 -3.48429091686642683E-02
+ -3.51227679271424315E-02 -3.54048744751690389E-02 -3.56892468657264775E-02
+ -3.59759032967646233E-02 -3.62648621123645223E-02 -3.65561418039115002E-02
+ -3.68497610112774807E-02 -3.71457385240119772E-02 -3.74440932825443606E-02
+ -3.77448443793940921E-02 -3.80480110603916913E-02 -3.83536127259089463E-02
+ -3.86616689320991927E-02 -3.89721993921472165E-02 -3.92852239775304396E-02
+ -3.96007627192879116E-02 -3.99188358093015838E-02 -4.02394636015869986E-02
+ -4.05626666135940755E-02 -4.08884655275184722E-02 -4.12168811916244909E-02
+ -4.15479346215763268E-02 -4.18816470017824988E-02 -4.22180396867490246E-02
+ -4.25571342024448560E-02 -4.28989522476772786E-02 -4.32435156954788583E-02
+ -4.35908465945052462E-02 -4.39409671704446350E-02 -4.42938998274375606E-02
+ -4.46496671495090758E-02 -4.50082919020116656E-02 -4.53697970330805417E-02
+ -4.57342056750990600E-02 -4.61015411461780586E-02 -4.64718269516447846E-02
+ -4.68450867855454769E-02 -4.72213445321586697E-02 -4.76006242675220126E-02
+ -4.79829502609697145E-02 -4.83683469766837404E-02 -4.87568390752560546E-02
+ -4.91484514152648946E-02 -4.95432090548616824E-02 -4.99411372533733397E-02
+ -5.03422614729141932E-02 -5.07466073800138529E-02 -5.11542008472556653E-02
+ -5.15650679549294888E-02 -5.19792349926982977E-02 -5.23967284612758682E-02
+ -5.28175750741205555E-02 -5.32418017591409498E-02 -5.36694356604152101E-02
+ -5.41005041399248432E-02 -5.45350347793022230E-02 -5.49730553815914458E-02
+ -5.54145939730235765E-02 -5.58596788048067311E-02 -5.63083383549295505E-02
+ -5.67606013299791975E-02 -5.72164966669746894E-02 -5.76760535352135936E-02
+ -5.81393013381345317E-02 -5.86062697151947046E-02 -5.90769885437609499E-02
+ -5.95514879410172365E-02 -6.00297982658874671E-02 -6.05119501209722757E-02
+ -6.09979743545028194E-02 -6.14879020623095573E-02 -6.19817645898062680E-02
+ -6.24795935339904837E-02 -6.29814207454600650E-02 -6.34872783304451099E-02
+ -6.39971986528565656E-02 -6.45112143363512913E-02 -6.50293582664134423E-02
+ -6.55516635924521390E-02 -6.60781637299162339E-02 -6.66088923624260781E-02
+ -6.71438834439214705E-02 -6.76831712008282294E-02 -6.82267901342402810E-02
+ -6.87747750221202742E-02 -6.93271609215173890E-02 -6.98839831708027714E-02
+ -7.04452773919229808E-02 -7.10110794926713529E-02 -7.15814256689770168E-02
+ -7.21563524072119655E-02 -7.27358964865187363E-02 -7.33200949811532443E-02
+ -7.39089852628479343E-02 -7.45026050031947218E-02 -7.51009921760454474E-02
+ -7.57041850599311922E-02 -7.63122222405020756E-02 -7.69251426129860666E-02
+ -7.75429853846665573E-02 -7.81657900773805037E-02 -7.87935965300362862E-02
+ -7.94264449011512774E-02 -8.00643756714095739E-02 -8.07074296462403501E-02
+ -8.13556479584168768E-02 -8.20090720706750376E-02 -8.26677437783543828E-02
+ -8.33317052120584045E-02 -8.40009988403370988E-02 -8.46756674723905534E-02
+ -8.53557542607937120E-02 -8.60413027042431777E-02 -8.67323566503244298E-02
+ -8.74289602983040898E-02 -8.81311582019407846E-02 -8.88389952723199761E-02
+ -8.95525167807117023E-02 -9.02717683614499555E-02 -9.09967960148352767E-02
+ -9.17276461100610258E-02 -9.24643653881602884E-02 -9.32070009649803299E-02
+ -9.39556003341767837E-02 -9.47102113702326248E-02 -9.54708823315024158E-02
+ -9.62376618632792280E-02 -9.70105990008854474E-02 -9.77897431727890176E-02
+ -9.85751442037448300E-02 -9.93668523179589425E-02 -1.00164918142279125E-01
+ -1.00969392709410952E-01 -1.01780327461158074E-01 -1.02597774251688784E-01
+ -1.03421785350828896E-01 -1.04252413447379053E-01 -1.05089711652458687E-01
+ -1.05933733502879213E-01 -1.06784532964537743E-01 -1.07642164435843818E-01
+ -1.08506682751169523E-01 -1.09378143184326718E-01 -1.10256601452074068E-01
+ -1.11142113717648941E-01 -1.12034736594328693E-01 -1.12934527149019526E-01
+ -1.13841542905873450E-01 -1.14755841849933413E-01 -1.15677482430807652E-01
+ -1.16606523566372744E-01 -1.17543024646504943E-01 -1.18487045536841640E-01
+ -1.19438646582572555E-01 -1.20397888612259196E-01 -1.21364832941685930E-01
+ -1.22339541377739572E-01 -1.23322076222321331E-01 -1.24312500276287652E-01
+ -1.25310876843421237E-01 -1.26317269734436244E-01 -1.27331743271012043E-01
+ -1.28354362289858637E-01 -1.29385192146815625E-01 -1.30424298720981102E-01
+ -1.31471748418873435E-01 -1.32527608178625717E-01 -1.33591945474213547E-01
+ -1.34664828319714797E-01 -1.35746325273601781E-01 -1.36836505443068301E-01
+ -1.37935438488389517E-01 -1.39043194627317040E-01 -1.40159844639505898E-01
+ -1.41285459870976654E-01 -1.42420112238613894E-01 -1.43563874234696853E-01
+ -1.44716818931467234E-01 -1.45879019985730884E-01 -1.47050551643496952E-01
+ -1.48231488744650669E-01 -1.49421906727663478E-01 -1.50621881634339733E-01
+ -1.51831490114599177E-01 -1.53050809431298229E-01 -1.54279917465084987E-01
+ -1.55518892719294588E-01 -1.56767814324881877E-01 -1.58026762045390345E-01
+ -1.59295816281960517E-01 -1.60575058078377575E-01 -1.61864569126155988E-01
+ -1.63164431769662943E-01 -1.64474729011284598E-01 -1.65795544516626286E-01
+ -1.67126962619757347E-01 -1.68469068328493843E-01 -1.69821947329721251E-01
+ -1.71185685994759307E-01 -1.72560371384766181E-01 -1.73946091256185431E-01
+ -1.75342934066231804E-01 -1.76750988978422702E-01 -1.78170345868146868E-01
+ -1.79601095328280530E-01 -1.81043328674841492E-01 -1.82497137952687405E-01
+ -1.83962615941261065E-01 -1.85439856160371674E-01 -1.86928952876027177E-01
+ -1.88430001106304867E-01 -1.89943096627269881E-01 -1.91468335978936893E-01
+ -1.93005816471276431E-01 -1.94555636190266862E-01 -1.96117894003990739E-01
+ -1.97692689568779167E-01 -1.99280123335398712E-01 -2.00880296555286331E-01
+ -2.02493311286832844E-01 -2.04119270401710046E-01 -2.05758277591244876E-01
+ -2.07410437372843787E-01 -2.09075855096463731E-01 -2.10754636951129282E-01
+ -2.12446889971499353E-01 -2.14152722044482907E-01 -2.15872241915903984E-01
+ -2.17605559197214027E-01 -2.19352784372254056E-01 -2.21114028804067109E-01
+ -2.22889404741761082E-01 -2.24679025327422899E-01 -2.26483004603078242E-01
+ -2.28301457517708029E-01 -2.30134499934312647E-01 -2.31982248637028904E-01
+ -2.33844821338298064E-01 -2.35722336686085776E-01 -2.37614914271156663E-01
+ -2.39522674634395139E-01 -2.41445739274187304E-01 -2.43384230653849176E-01
+ -2.45338272209114361E-01 -2.47307988355668223E-01 -2.49293504496740537E-01
+ -2.51294947030755889E-01 -2.53312443359028083E-01 -2.55346121893518962E-01
+ -2.57396112064647797E-01 -2.59462544329157663E-01 -2.61545550178036157E-01
+ -2.63645262144492520E-01 -2.65761813811989600E-01 -2.67895339822333711E-01
+ -2.70045975883820788E-01 -2.72213858779439322E-01 -2.74399126375129587E-01
+ -2.76601917628100602E-01 -2.78822372595203982E-01 -2.81060632441367586E-01
+ -2.83316839448085667E-01 -2.85591137021966535E-01 -2.87883669703340339E-01
+ -2.90194583174924026E-01 -2.92524024270547300E-01 -2.94872140983935827E-01
+ -2.97239082477553818E-01 -2.99624999091505695E-01 -3.02030042352500527E-01
+ -3.04454364982875259E-01 -3.06898120909673278E-01 -3.09361465273789826E-01
+ -3.11844554439174360E-01 -3.14347546002094358E-01 -3.16870598800460535E-01
+ -3.19413872923211883E-01 -3.21977529719762234E-01 -3.24561731809509257E-01
+ -3.27166643091402087E-01 -3.29792428753573341E-01 -3.32439255283032586E-01
+ -3.35107290475418540E-01 -3.37796703444817048E-01 -3.40507664633639018E-01
+ -3.43240345822558968E-01 -3.45994920140519135E-01 -3.48771562074793151E-01
+ -3.51570447481116100E-01 -3.54391753593866377E-01 -3.57235659036324926E-01
+ -3.60102343830984883E-01 -3.62991989409927940E-01 -3.65904778625265825E-01
+ -3.68840895759637633E-01 -3.71800526536777920E-01 -3.74783858132135939E-01
+ -3.77791079183568246E-01 -3.80822379802090438E-01 -3.83877951582686117E-01
+ -3.86957987615182186E-01 -3.90062682495187496E-01 -3.93192232335088265E-01
+ -3.96346834775108847E-01 -3.99526688994436330E-01 -4.02731995722399982E-01
+ -4.05962957249716483E-01 -4.09219777439797705E-01 -4.12502661740113574E-01
+ -4.15811817193617761E-01 -4.19147452450240321E-01 -4.22509777778429962E-01
+ -4.25899005076759096E-01 -4.29315347885595444E-01 -4.32759021398825272E-01
+ -4.36230242475632690E-01 -4.39729229652344733E-01 -4.43256203154335726E-01
+ -4.46811384907978559E-01 -4.50394998552659409E-01 -4.54007269452849971E-01
+ -4.57648424710237367E-01 -4.61318693175900407E-01 -4.65018305462548853E-01
+ -4.68747493956817196E-01 -4.72506492831604841E-01 -4.76295538058477241E-01
+ -4.80114867420116165E-01 -4.83964720522818581E-01 -4.87845338809050288E-01
+ -4.91756965570046334E-01 -4.95699845958465890E-01 -4.99674227001089932E-01
+ -5.03680357611566487E-01 -5.07718488603206342E-01 -5.11788872701817499E-01
+ -5.15891764558595423E-01 -5.20027420763042092E-01 -5.24196099855938291E-01
+ -5.28398062342351094E-01 -5.32633570704684423E-01 -5.36902889415769580E-01
+ -5.41206284951982308E-01 -5.45544025806413257E-01 -5.49916382502057544E-01
+ -5.54323627605044389E-01 -5.58766035737900846E-01 -5.63243883592838501E-01
+ -5.67757449945070158E-01 -5.72307015666160934E-01 -5.76892863737397454E-01
+ -5.81515279263177920E-01 -5.86174549484425822E-01 -5.90870963792033632E-01
+ -5.95604813740306271E-01 -6.00376393060428004E-01 -6.05185997673947540E-01
+ -6.10033925706266356E-01 -6.14920477500140228E-01 -6.19845955629188428E-01
+ -6.24810664911393143E-01 -6.29814912422629880E-01 -6.34859007510165885E-01
+ -6.39943261806166896E-01 -6.45067989241205231E-01 -6.50233506057745547E-01
+ -6.55440130823628953E-01 -6.60688184445533455E-01 -6.65977990182419988E-01
+ -6.71309873658957224E-01 -6.76684162878919859E-01 -6.82101188238561584E-01
+ -6.87561282539950303E-01 -6.93064781004270047E-01 -6.98612021285093365E-01
+ -7.04203343481592747E-01 -7.09839090151716756E-01 -7.15519606325317081E-01
+ -7.21245239517209757E-01 -7.27016339740183093E-01 -7.32833259517942870E-01
+ -7.38696353897985603E-01 -7.44605980464399408E-01 -7.50562499350580725E-01
+ -7.56566273251880528E-01 -7.62617667438147184E-01 -7.68717049766187044E-01
+ -7.74864790692119776E-01 -7.81061263283624130E-01 -7.87306843232083775E-01
+ -7.93601908864600469E-01 -7.99946841155912525E-01 -8.06342023740146741E-01
+ -8.12787842922461978E-01 -8.19284687690538971E-01 -8.25832949725920251E-01
+ -8.32433023415203310E-01 -8.39085305861059005E-01 -8.45790196893071888E-01
+ -8.52548099078438870E-01 -8.59359417732425190E-01 -8.66224560928674725E-01
+ -8.73143939509289591E-01 -8.80117967094703246E-01 -8.87147060093345985E-01
+ -8.94231637711055849E-01 -9.01372121960273276E-01 -9.08568937668983390E-01
+ -9.15822512489380847E-01 -9.23133276906301647E-01 -9.30501664245340865E-01
+ -9.37928110680691041E-01 -9.45413055242704137E-01 -9.52956939825109872E-01
+ -9.60560209191925751E-01 -9.68223310984034025E-01 -9.75946695725410041E-01
+ -9.83730816828982224E-01 -9.91576130602135231E-01 -9.99483096251816860E-01
+ -1.00745217588924452E+00 -1.01548383453422009E+00 -1.02357854011897365E+00
+ -1.03173676349162613E+00 -1.03995897841913276E+00 -1.04824566158980303E+00
+ -1.05659729261531443E+00 -1.06501435403221056E+00 -1.07349733130290059E+00
+ -1.08204671281610376E+00 -1.09066298988674992E+00 -1.09934665675530896E+00
+ -1.10809821058650870E+00 -1.11691815146746665E+00 -1.12580698240517818E+00
+ -1.13476520932335401E+00 -1.14379334105859942E+00 -1.15289188935587994E+00
+ -1.16206136886330924E+00 -1.17130229712615863E+00 -1.18061519458014152E+00
+ -1.19000058454390878E+00 -1.19945899321073268E+00 -1.20899094963936560E+00
+ -1.21859698574404485E+00 -1.22827763628361386E+00 -1.23803343884975647E+00
+ -1.24786493385426156E+00 -1.25777266451535352E+00 -1.26775717684303113E+00
+ -1.27781901962337652E+00 -1.28795874440181835E+00 -1.29817690546532272E+00
+ -1.30847405982346188E+00 -1.31885076718835692E+00 -1.32930758995341769E+00
+ -1.33984509317089628E+00 -1.35046384452818136E+00 -1.36116441432281587E+00
+ -1.37194737543619749E+00 -1.38281330330591889E+00 -1.39376277589672126E+00
+ -1.40479637367001930E+00 -1.41591467955192130E+00 -1.42711827889979093E+00
+ -1.43840775946719135E+00 -1.44978371136725248E+00 -1.46124672703441427E+00
+ -1.47279740118444047E+00 -1.48443633077272175E+00 -1.49616411495078294E+00
+ -1.50798135502093777E+00 -1.51988865438909371E+00 -1.53188661851558194E+00
+ -1.54397585486400191E+00 -1.55615697284804333E+00 -1.56843058377618383E+00
+ -1.58079730079424174E+00 -1.59325773882570898E+00 -1.60581251450978124E+00
+ -1.61846224613708012E+00 -1.63120755358297465E+00 -1.64404905823840197E+00
+ -1.65698738293818204E+00 -1.67002315188674855E+00 -1.68315699058113344E+00
+ -1.69638952573134372E+00 -1.70972138517779060E+00 -1.72315319780587517E+00
+ -1.73668559345763684E+00 -1.75031920284033671E+00 -1.76405465743189782E+00
+ -1.77789258938315831E+00 -1.79183363141685614E+00 -1.80587841672319582E+00
+ -1.82002757885194577E+00 -1.83428175160101503E+00 -1.84864156890136311E+00
+ -1.86310766469813682E+00 -1.87768067282799200E+00 -1.89236122689249586E+00
+ -1.90714996012742977E+00 -1.92204750526803236E+00 -1.93705449440984245E+00
+ -1.95217155886529503E+00 -1.96739932901580050E+00 -1.98273843415920381E+00
+ -1.99818950235257176E+00 -2.01375316025013884E+00 -2.02943003293629021E+00
+ -2.04522074375345841E+00 -2.06112591412479818E+00 -2.07714616337151359E+00
+ -2.09328210852472152E+00 -2.10953436413166795E+00 -2.12590354205619336E+00
+ -2.14239025127332372E+00 -2.15899509765774944E+00 -2.17571868376615152E+00
+ -2.19256160861306126E+00 -2.20952446744025277E+00 -2.22660785147944074E+00
+ -2.24381234770810867E+00 -2.26113853859830671E+00 -2.27858700185823393E+00
+ -2.29615831016649263E+00 -2.31385303089870753E+00 -2.33167172584632887E+00
+ -2.34961495092757300E+00 -2.36768325589015571E+00 -2.38587718400568871E+00
+ -2.40419727175553755E+00 -2.42264404850788440E+00 -2.44121803618589617E+00
+ -2.45991974892652188E+00 -2.47874969272991930E+00 -2.49770836509919070E+00
+ -2.51679625467026513E+00 -2.53601384083160486E+00 -2.55536159333347301E+00
+ -2.57483997188670521E+00 -2.59444942575051440E+00 -2.61419039330900960E+00
+ -2.63406330163632152E+00 -2.65406856605000918E+00 -2.67420658965247471E+00
+ -2.69447776286009244E+00 -2.71488246291973567E+00 -2.73542105341251851E+00
+ -2.75609388374429676E+00 -2.77690128862254815E+00 -2.79784358751938234E+00
+ -2.81892108412046216E+00 -2.84013406575942584E+00 -2.86148280283742640E+00
+ -2.88296754822749790E+00 -2.90458853666348471E+00 -2.92634598411304703E+00
+ -2.94824008713402730E+00 -2.97027102221434669E+00 -2.99243894509474329E+00
+ -3.01474399007410643E+00 -3.03718626929695645E+00 -3.05976587202252359E+00
+ -3.08248286387544379E+00 -3.10533728607716775E+00 -3.12832915465733707E+00
+ -3.15145845964542293E+00 -3.17472516424179663E+00 -3.19812920396784328E+00
+ -3.22167048579467608E+00 -3.24534888724986814E+00 -3.26916425550211986E+00
+ -3.29311640642280068E+00 -3.31720512362344389E+00 -3.34143015746961680E+00
+ -3.36579122407032649E+00 -3.39028800424233312E+00 -3.41492014244880648E+00
+ -3.43968724571187146E+00 -3.46458888249903607E+00 -3.48962458158158961E+00
+ -3.51479383086458075E+00 -3.54009607618870348E+00 -3.56553072010298910E+00
+ -3.59109712060772690E+00 -3.61679458986693936E+00 -3.64262239288984846E+00
+ -3.66857974618167271E+00 -3.69466581636070890E+00 -3.72087971874189138E+00
+ -3.74722051588719207E+00 -3.77368721612152225E+00 -3.80027877201351671E+00
+ -3.82699407882036047E+00 -3.85383197289612234E+00 -3.88079123006447757E+00
+ -3.90787056395083887E+00 -3.93506862427552484E+00 -3.96238399510803330E+00
+ -3.98981519308089139E+00 -4.01736066556237681E+00 -4.04501878878723797E+00
+ -4.07278786594497877E+00 -4.10066612522699181E+00 -4.12865171782540674E+00
+ -4.15674271588696520E+00 -4.18493711042192817E+00 -4.21323280916608489E+00
+ -4.24162763439508339E+00 -4.27011932069030031E+00 -4.29870551265620549E+00
+ -4.32738376259061752E+00 -4.35615152809794282E+00 -4.38500616965153167E+00
+ -4.41394494810467997E+00 -4.44296502214800615E+00 -4.47206344571246639E+00
+ -4.50123716531725826E+00 -4.53048301736334835E+00 -4.55979772537420125E+00
+ -4.58917789716948210E+00 -4.61862002198298516E+00 -4.64812046752267971E+00
+ -4.67767547697085195E+00 -4.70728116592353096E+00 -4.73693351926844652E+00
+ -4.76662838800429078E+00 -4.79636148600130152E+00 -4.82612838668484656E+00
+ -4.85592451965973648E+00 -4.88574516727123687E+00 -4.91558546110090777E+00
+ -4.94544037839664874E+00 -4.97530473843634358E+00 -5.00517319883116585E+00
+ -5.03504025176536718E+00 -5.06490022014937580E+00 -5.09474725371340398E+00
+ -5.12457532503477520E+00 -5.15437822549707736E+00 -5.18414956118118209E+00
+ -5.21388274868824997E+00 -5.24357101090559663E+00 -5.27320737270560080E+00
+ -5.30278465655097353E+00 -5.33229547804566995E+00 -5.36173224142071714E+00
+ -5.39108713495376524E+00 -5.42035212632311669E+00 -5.44951895789746743E+00
+ -5.47857914198110318E+00 -5.50752395599027622E+00 -5.53634443753504968E+00
+ -5.56503137946077153E+00 -5.59357532483297337E+00 -5.62196656186591692E+00
+ -5.65019511879683289E+00 -5.67825075870898566E+00 -5.70612297433728344E+00
+ -5.73380098280575279E+00 -5.76127372028136353E+00 -5.78852983661457188E+00
+ -5.81555768994417654E+00 -5.84234534126850491E+00 -5.86888054898699174E+00
+ -5.89515076341971067E+00 -5.92114312135771481E+00 -5.94684444055065153E+00
+ -5.97224121414068509E+00 -5.99731960513078910E+00 -6.02206544085675244E+00
+ -6.04646420746822422E+00 -6.07050104442602834E+00 -6.09416073903036981E+00
+ -6.11742772106093646E+00 -6.14028605736428812E+00 -6.16271944645039671E+00
+ -6.18471121319979478E+00 -6.20624430364224100E+00 -6.22730127981685655E+00
+ -6.24786431472544646E+00 -6.26791518740688769E+00 -6.28743527824872306E+00
+ -6.30640556426482490E+00 -6.32480661449401094E+00 -6.34261858562655867E+00
+ -6.35982121781090015E+00 -6.37639383065694076E+00 -6.39231531945434206E+00
+ -6.40756415165668081E+00 -6.42211836378756562E+00 -6.43595555834332789E+00
+ -6.44905290100221062E+00 -6.46138711823347744E+00 -6.47293449525276365E+00
+ -6.48367087434896039E+00 -6.49357165360950894E+00 -6.50261178613507873E+00
+ -6.51076577993386785E+00 -6.51800769786361567E+00 -6.52431115816643636E+00
+ -6.52964933564893535E+00 -6.53399496345128217E+00 -6.53732033544184610E+00
+ -6.53959730927573979E+00 -6.54079731027617317E+00 -6.54089133633273256E+00
+ -6.53984996293464071E+00 -6.53764334921418300E+00 -6.53424124497286307E+00
+ -6.52961299863685518E+00 -6.52372756619204175E+00 -6.51655352115091979E+00
+ -6.50805906582217553E+00 -6.49821204400634844E+00 -6.48697995397600380E+00
+ -6.47432996303806796E+00 -6.46022892352635925E+00 -6.44464339017866017E+00
+ -6.42753963896370806E+00 -6.40888368742687753E+00 -6.38864131699785798E+00
+ -6.36677809717821486E+00 -6.34325941025186335E+00 -6.31805047831862865E+00
+ -6.29111639232032616E+00 -6.26242214302605671E+00 -6.23193265405613506E+00
+ -6.19961281703213807E+00 -6.16542752954365181E+00 -6.12934173542929361E+00
+ -6.09132046593390442E+00 -6.05132888407918035E+00 -6.00933233168332670E+00
+ -5.96529637900905474E+00 -5.91918687712684122E+00 -5.87097001310111555E+00
+ -5.82061236901365398E+00 -5.76808098360133403E+00 -5.71334341524193334E+00
+ -5.65636780911559534E+00 -5.59712296769196804E+00 -5.53557842452759719E+00
+ -5.47170452145227415E+00 -5.40547248927118318E+00 -5.33685453336986004E+00
+ -5.26582392191696247E+00 -5.19235507595532209E+00 -5.11642366452219211E+00
+ -5.03800670362956104E+00 -4.95708265907202339E+00 -4.87363155310168672E+00
+ -4.78763507510898378E+00 -4.69907669803876171E+00 -4.60794179681625860E+00
+ -4.51421776910379791E+00 -4.41789416149890979E+00 -4.31896279968431163E+00
+ -4.21741792243534253E+00 -4.11325631943206460E+00 -4.00647747300275459E+00
+ -3.89708370568624662E+00 -3.78508032833136454E+00 -3.67047579050332473E+00
+ -3.55328183576684253E+00 -3.43351366008152237E+00 -3.31119007307782587E+00
+ -3.18633366198847945E+00 -3.05897095828630228E+00 -2.92913260865228287E+00
+ -2.79685354380406803E+00 -2.66217314846508968E+00 -2.52513543390722583E+00
+ -2.38578921112698428E+00 -2.24418826417813522E+00 -2.10039152315734068E+00
+ -1.95446323666662547E+00 -1.80647314442223239E+00 -1.65649664361976190E+00
+ -1.50461495307082682E+00 -1.35091527493599317E+00 -1.19549095208279299E+00
+ -1.03844162022209785E+00 -8.79873353923411483E-01 -7.19898805775480044E-01
+ -5.58637337588057115E-01 -3.96215139845375097E-01 -2.32765341968694861E-01
+ -6.84281116124137168E-02  9.66492588370247707E-02  2.62312279874270526E-01
+  4.28399207978644225E-01  5.94741006159592134E-01  7.61161325266537125E-01
+  9.27476503483126602E-01  1.09349558692530069E+00  1.25902037380491905E+00
+  1.42384548364711172E+00  1.58775845333249599E+00  1.75053986178522059E+00
+  1.91196348765995849E+00  2.07179650455113729E+00  2.22979970064176758E+00
+  2.38572773672947980E+00  2.53932944365586133E+00  2.69034815997915722E+00
+  2.83852211185454628E+00  2.98358483709571276E+00  3.12526566195594446E+00
+  3.26329023235277482E+00  3.39738107338174089E+00  3.52725820774767485E+00
+  3.65263982933374765E+00  3.77324303152279761E+00  3.88878459169947011E+00
+  3.99898181334012293E+00  4.10355344038599146E+00  4.20222063460928830E+00
+  4.29470797831313700E+00  4.38074455287256992E+00  4.46006508021208425E+00
+  4.53241112449873107E+00  4.59753235344654954E+00  4.65518785867468932E+00
+  4.70514755674216634E+00  4.74719363847184805E+00  4.78112202534604780E+00
+  4.80674390018123532E+00  4.82388728567653402E+00  4.83239866373339400E+00
+  4.83214463026548913E+00  4.82301358053562890E+00  4.80491745020724537E+00
+  4.77779344490111235E+00  4.74160572737892849E+00  4.69634713259261982E+00
+  4.64204086785319170E+00  4.57874218328819982E+00  4.50653999863056054E+00
+  4.42555847306712735E+00  4.33595853500937256E+00  4.23793926979145841E+00
+  4.13173915817377413E+00  4.01763721320832801E+00  3.89595395790425902E+00
+  3.76705221724017658E+00  3.63133769778232196E+00  3.48925932851051268E+00
+  3.34130934793615664E+00  3.18802303513327789E+00  3.02997809931356121E+00
+  2.86779372266568000E+00  2.70212919641918825E+00  2.53368211340142935E+00
+  2.36318608043623390E+00  2.19140791113675260E+00  2.01914422657684334E+00
+  1.84721746487909311E+00  1.67647129988428412E+00  1.50776540597021369E+00
+  1.34196954638027588E+00  1.17995696490067181E+00  1.02259706724310084E+00
+  8.70747367162970631E-01  7.25244586864435825E-01  5.86895218967047883E-01
+  4.56465470109807314E-01  3.34670554896228656E-01  2.22163459031023941E-01
+  1.19523268375285430E-01  2.72431879820044798E-02 -5.42816447144480602E-02
+ -1.24766512752134795E-01 -1.84048779710618365E-01 -2.32099003081908839E-01
+ -2.69031216943905749E-01 -2.95111900290845608E-01 -3.10767168846974418E-01
+ -3.16587656120806360E-01 -3.13330526114196095E-01 -3.01917885805218389E-01
+ -2.83430220133000010E-01 -2.59094587734600257E-01 -2.30266455329979192E-01
+ -1.98403929107089844E-01 -1.65033090394888143E-01 -1.31702973094546871E-01
+ -9.99284004088970973E-02 -7.11183249109644533E-02 -4.64883742007688866E-02
+ -2.69569699361041949E-02 -1.30151765174420925E-02 -4.59122703083525690E-03
+ -8.41653440790764281E-04 -3.62737625085379420E-06  8.20480232563448661E-06
+ -4.39874615631237141E-06  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00
+                              </PP_BETA.2>
+ <PP_BETA.3 type="real" size="  1489" angular_momentum="1" columns="3" cutoff_radius_index="  1204" norm_conserving_radius="    1.508267">
+ -6.35877065191131603E-08 -6.46132927136727959E-08 -6.56554202679356087E-08
+ -6.67143559723746610E-08 -6.77903709204434853E-08 -6.88837405779804024E-08
+ -6.99947448537288587E-08 -7.11236681709937924E-08 -7.22707995404597857E-08
+ -7.34364326341742975E-08 -7.46208658607339205E-08 -7.58244024416771052E-08
+ -7.70473504891109308E-08 -7.82900230845878590E-08 -7.95527383592580928E-08
+ -8.08358195753161881E-08 -8.21395952087513158E-08 -8.34643990334436569E-08
+ -8.48105702066129016E-08 -8.61784533556422756E-08 -8.75683986663066573E-08
+ -8.89807619724217766E-08 -9.04159048469385854E-08 -9.18741946945116634E-08
+ -9.33560048455554640E-08 -9.48617146518154913E-08 -9.63917095834905542E-08
+ -9.79463813279109531E-08 -9.95261278898149516E-08 -1.01131353693242407E-07
+ -1.02762469685064602E-07 -1.04419893440195281E-07 -1.06104049268485225E-07
+ -1.07815368323356920E-07 -1.09554288712175007E-07 -1.11321255608407242E-07
+ -1.13116721365594865E-07 -1.14941145633152423E-07 -1.16794995474042985E-07
+ -1.18678745484351176E-07 -1.20592877914782881E-07 -1.22537882794118750E-07
+ -1.24514258054671433E-07 -1.26522509659758270E-07 -1.28563151733225418E-07
+ -1.30636706691073932E-07 -1.32743705375201611E-07 -1.34884687189293212E-07
+ -1.37060200236918631E-07 -1.39270801461852969E-07 -1.41517056790652370E-07
+ -1.43799541277535963E-07 -1.46118839251606066E-07 -1.48475544466434706E-07
+ -1.50870260252075937E-07 -1.53303599669518117E-07 -1.55776185667630801E-07
+ -1.58288651242646511E-07 -1.60841639600209921E-07 -1.63435804320041353E-07
+ -1.66071809523261434E-07 -1.68750330042407662E-07 -1.71472051594197995E-07
+ -1.74237670955075278E-07 -1.77047896139594290E-07 -1.79903446581667871E-07
+ -1.82805053318754521E-07 -1.85753459179008800E-07 -1.88749418971443928E-07
+ -1.91793699679175843E-07 -1.94887080655769165E-07 -1.98030353824766453E-07
+ -2.01224323882417520E-07 -2.04469808503684247E-07 -2.07767638551585521E-07
+ -2.11118658289889909E-07 -2.14523725599260435E-07 -2.17983712196876889E-07
+ -2.21499503859598802E-07 -2.25072000650730354E-07 -2.28702117150449919E-07
+ -2.32390782689944317E-07 -2.36138941589319777E-07 -2.39947553399362633E-07
+ -2.43817593147183965E-07 -2.47750051585841555E-07 -2.51745935447979141E-07
+ -2.55806267703545219E-07 -2.59932087821688053E-07 -2.64124452036879088E-07
+ -2.68384433619303757E-07 -2.72713123149618005E-07 -2.77111628798175452E-07
+ -2.81581076608692907E-07 -2.86122610786550998E-07 -2.90737393991703198E-07
+ -2.95426607636329603E-07 -3.00191452187300124E-07 -3.05033147473485018E-07
+ -3.09952932998051869E-07 -3.14952068255790221E-07 -3.20031833055531447E-07
+ -3.25193527847813539E-07 -3.30438474057804238E-07 -3.35768014423581103E-07
+ -3.41183513339889996E-07 -3.46686357207450713E-07 -3.52277954787870679E-07
+ -3.57959737564316705E-07 -3.63733160107963365E-07 -3.69599700450407332E-07
+ -3.75560860462022703E-07 -3.81618166236454716E-07 -3.87773168481359018E-07
+ -3.94027442915327652E-07 -4.00382590671332600E-07 -4.06840238706609944E-07
+ -4.13402040219186528E-07 -4.20069675071102183E-07 -4.26844850218472502E-07
+ -4.33729300148491237E-07 -4.40724787323455511E-07 -4.47833102631982277E-07
+ -4.55056065847512334E-07 -4.62395526094152670E-07 -4.69853362320080789E-07
+ -4.77431483778582667E-07 -4.85131830516829406E-07 -4.92956373872549511E-07
+ -5.00907116978715360E-07 -5.08986095276338229E-07 -5.17195377035598529E-07
+ -5.25537063885308109E-07 -5.34013291350964530E-07 -5.42626229401463509E-07
+ -5.51378083004627909E-07 -5.60271092691707239E-07 -5.69307535130957976E-07
+ -5.78489723710511183E-07 -5.87820009130607886E-07 -5.97300780005423399E-07
+ -6.06934463474561788E-07 -6.16723525824402829E-07 -6.26670473119525886E-07
+ -6.36777851844316091E-07 -6.47048249554818559E-07 -6.57484295541226258E-07
+ -6.68088661500994321E-07 -6.78864062222834830E-07 -6.89813256281704166E-07
+ -7.00939046745042989E-07 -7.12244281890406482E-07 -7.23731855934605766E-07
+ -7.35404709774721761E-07 -7.47265831740961935E-07 -7.59318258361735935E-07
+ -7.71565075140987676E-07 -7.84009417348166640E-07 -7.96654470820900861E-07
+ -8.09503472780560592E-07 -8.22559712661066906E-07 -8.35826532950987508E-07
+ -8.49307330049272094E-07 -8.63005555134796789E-07 -8.76924715049840793E-07
+ -8.91068373197931772E-07 -9.05440150456129573E-07 -9.20043726101946333E-07
+ -9.34882838755352261E-07 -9.49961287335891843E-07 -9.65282932035239979E-07
+ -9.80851695305472062E-07 -9.96671562863255844E-07 -1.01274658471023931E-06
+ -1.02908087616991343E-06 -1.04567861894118928E-06 -1.06254406216896460E-06
+ -1.07968152353193374E-06 -1.09709539034803869E-06 -1.11479012069764180E-06
+ -1.13277024456481389E-06 -1.15104036499711105E-06 -1.16960515928402176E-06
+ -1.18846938015449503E-06 -1.20763785699351097E-06 -1.22711549707865491E-06
+ -1.24690728683634428E-06 -1.26701829311851079E-06 -1.28745366449972234E-06
+ -1.30821863259530414E-06 -1.32931851340072943E-06 -1.35075870865261239E-06
+ -1.37254470721155713E-06 -1.39468208646749928E-06 -1.41717651376753699E-06
+ -1.44003374786686040E-06 -1.46325964040307392E-06 -1.48686013739438641E-06
+ -1.51084128076182930E-06 -1.53520920987609103E-06 -1.55997016312924767E-06
+ -1.58513047953203071E-06 -1.61069660033659103E-06 -1.63667507068563751E-06
+ -1.66307254128809309E-06 -1.68989577012181670E-06 -1.71715162416368733E-06
+ -1.74484708114772319E-06 -1.77298923135156485E-06 -1.80158527941165346E-06
+ -1.83064254616773334E-06 -1.86016847053714888E-06 -1.89017061141937060E-06
+ -1.92065664963120542E-06 -1.95163438987320055E-06 -1.98311176272784547E-06
+ -2.01509682668994911E-06 -2.04759777022979988E-06 -2.08062291388950195E-06
+ -2.11418071241324698E-06 -2.14827975691195091E-06 -2.18292877706272447E-06
+ -2.21813664334384289E-06 -2.25391236930572977E-06 -2.29026511387881901E-06
+ -2.32720418371817548E-06 -2.36473903558641936E-06 -2.40287927877477840E-06
+ -2.44163467756326670E-06 -2.48101515372068852E-06 -2.52103078904465290E-06
+ -2.56169182794294891E-06 -2.60300868005617823E-06 -2.64499192292305437E-06
+ -2.68765230468841364E-06 -2.73100074685502655E-06 -2.77504834707977975E-06
+ -2.81980638201488041E-06 -2.86528631019514624E-06 -2.91149977497159276E-06
+ -2.95845860749244337E-06 -3.00617482973220680E-06 -3.05466065756959669E-06
+ -3.10392850391525277E-06 -3.15399098188979710E-06 -3.20486090805297988E-06
+ -3.25655130568518882E-06 -3.30907540812185368E-06 -3.36244666214145731E-06
+ -3.41667873140843449E-06 -3.47178549997135194E-06 -3.52778107581773448E-06
+ -3.58467979448618541E-06 -3.64249622273654546E-06 -3.70124516227974825E-06
+ -3.76094165356728091E-06 -3.82160097964214354E-06 -3.88323867005179715E-06
+ -3.94587050482427353E-06 -4.00951251850838768E-06 -4.07418100427911516E-06
+ -4.13989251810925298E-06 -4.20666388300827663E-06 -4.27451219332975329E-06
+ -4.34345481914802209E-06 -4.41350941070559307E-06 -4.48469390293232210E-06
+ -4.55702652003738064E-06 -4.63052578017531368E-06 -4.70521050018749058E-06
+ -4.78109980042010544E-06 -4.85821310961948976E-06 -4.93657016990669708E-06
+ -5.01619104183247959E-06 -5.09709610951351885E-06 -5.17930608585160148E-06
+ -5.26284201783713546E-06 -5.34772529193797041E-06 -5.43397763957524874E-06
+ -5.52162114268782848E-06 -5.61067823938620284E-06 -5.70117172969754347E-06
+ -5.79312478140358797E-06 -5.88656093597294520E-06 -5.98150411458878502E-06
+ -6.07797862427343795E-06 -6.17600916411271174E-06 -6.27562083157977242E-06
+ -6.37683912896165274E-06 -6.47968996988894955E-06 -6.58419968597109111E-06
+ -6.69039503353869052E-06 -6.79830320049465237E-06 -6.90795181327563403E-06
+ -7.01936894392625570E-06 -7.13258311728656116E-06 -7.24762331829673084E-06
+ -7.36451899941835927E-06 -7.48330008817623568E-06 -7.60399699482168322E-06
+ -7.72664062011929297E-06 -7.85126236325908161E-06 -7.97789412989759369E-06
+ -8.10656834032700168E-06 -8.23731793777684023E-06 -8.37017639684985807E-06
+ -8.50517773209374920E-06 -8.64235650671086904E-06 -8.78174784140945269E-06
+ -8.92338742339578948E-06 -9.06731151551402019E-06 -9.21355696553104459E-06
+ -9.36216121557253957E-06 -9.51316231171097574E-06 -9.66659891370823441E-06
+ -9.82251030491505782E-06 -9.98093640233136621E-06 -1.01419177668272976E-05
+ -1.03054956135307762E-05 -1.04717118223812258E-05 -1.06406089488547571E-05
+ -1.08122302348615551E-05 -1.09866196198197992E-05 -1.11638217519075005E-05
+ -1.13438819994963735E-05 -1.15268464627706252E-05 -1.17127619855321624E-05
+ -1.19016761671970863E-05 -1.20936373749855685E-05 -1.22886947563081800E-05
+ -1.24868982513526481E-05 -1.26882986058727277E-05 -1.28929473841848986E-05
+ -1.31008969823733209E-05 -1.33122006417085823E-05 -1.35269124622833831E-05
+ -1.37450874168674710E-05 -1.39667813649862864E-05 -1.41920510672272383E-05
+ -1.44209541997759026E-05 -1.46535493691892968E-05 -1.48898961274035116E-05
+ -1.51300549869873374E-05 -1.53740874366396332E-05 -1.56220559569384581E-05
+ -1.58740240363423888E-05 -1.61300561874520534E-05 -1.63902179635337242E-05
+ -1.66545759753078130E-05 -1.69231979080106418E-05 -1.71961525387307372E-05
+ -1.74735097540236908E-05 -1.77553405678134646E-05 -1.80417171395807910E-05
+ -1.83327127928462211E-05 -1.86284020339514809E-05 -1.89288605711419648E-05
+ -1.92341653339618863E-05 -1.95443944929560202E-05 -1.98596274796958586E-05
+ -2.01799450071237532E-05 -2.05054290902289459E-05 -2.08361630670568821E-05
+ -2.11722316200532998E-05 -2.15137207977610493E-05 -2.18607180368597346E-05
+ -2.22133121845642939E-05 -2.25715935213853743E-05 -2.29356537842559705E-05
+ -2.33055861900313379E-05 -2.36814854593694699E-05 -2.40634478409971659E-05
+ -2.44515711363656998E-05 -2.48459547247071085E-05 -2.52466995884923868E-05
+ -2.56539083393038417E-05 -2.60676852441221969E-05 -2.64881362520389156E-05
+ -2.69153690214015123E-05 -2.73494929473951040E-05 -2.77906191900694566E-05
+ -2.82388607028193052E-05 -2.86943322613260068E-05 -2.91571504929616108E-05
+ -2.96274339066725749E-05 -3.01053029233449543E-05 -3.05908799066570140E-05
+ -3.10842891944338446E-05 -3.15856571305072321E-05 -3.20951120970880242E-05
+ -3.26127845476629859E-05 -3.31388070404230222E-05 -3.36733142722299788E-05
+ -3.42164431131334245E-05 -3.47683326414445303E-05 -3.53291241793740184E-05
+ -3.58989613292507695E-05 -3.64779900103212639E-05 -3.70663584961430299E-05
+ -3.76642174525841278E-05 -3.82717199764369219E-05 -3.88890216346532430E-05
+ -3.95162805042138972E-05 -4.01536572126443185E-05 -4.08013149791815289E-05
+ -4.14594196566080655E-05 -4.21281397737620909E-05 -4.28076465787321229E-05
+ -4.34981140827513864E-05 -4.41997191048005354E-05 -4.49126413169302383E-05
+ -4.56370632903190410E-05 -4.63731705420711586E-05 -4.71211515827740614E-05
+ -4.78811979648227821E-05 -4.86535043315228496E-05 -4.94382684669910188E-05
+ -5.02356913468604996E-05 -5.10459771898022442E-05 -5.18693335098848371E-05
+ -5.27059711697782884E-05 -5.35561044348151254E-05 -5.44199510279253651E-05
+ -5.52977321854641437E-05 -5.61896727139369917E-05 -5.70960010476420724E-05
+ -5.80169493072482835E-05 -5.89527533593142838E-05 -5.99036528767750412E-05
+ -6.08698914004053356E-05 -6.18517164012707591E-05 -6.28493793441956439E-05
+ -6.38631357522552977E-05 -6.48932452723074185E-05 -6.59399717415862929E-05
+ -6.70035832553745486E-05 -6.80843522357673622E-05 -6.91825555015503063E-05
+ -7.02984743392008626E-05 -7.14323945750464133E-05 -7.25846066485875469E-05
+ -7.37554056870013818E-05 -7.49450915808538165E-05 -7.61539690610411429E-05
+ -7.73823477769716755E-05 -7.86305423760056099E-05 -7.98988725841926319E-05
+ -8.11876632883058789E-05 -8.24972446192047409E-05 -8.38279520365529951E-05
+ -8.51801264149002705E-05 -8.65541141311574583E-05 -8.79502671534938764E-05
+ -8.93689431316633588E-05 -9.08105054887981645E-05 -9.22753235146878375E-05
+ -9.37637724605662319E-05 -9.52762336354329137E-05 -9.68130945039348794E-05
+ -9.83747487858352198E-05 -9.99615965570845478E-05 -1.01574044352539491E-04
+ -1.03212505270332031E-04 -1.04877399077935051E-04 -1.06569152319946155E-04
+ -1.08288198427615760E-04 -1.10034977830151211E-04 -1.11809938067814480E-04
+ -1.13613533906873300E-04 -1.15446227456381182E-04 -1.17308488286879011E-04
+ -1.19200793551005056E-04 -1.21123628106055190E-04 -1.23077484638544656E-04
+ -1.25062863790775672E-04 -1.27080274289459211E-04 -1.29130233076429934E-04
+ -1.31213265441453410E-04 -1.33329905157218720E-04 -1.35480694616498567E-04
+ -1.37666184971533038E-04 -1.39886936275688932E-04 -1.42143517627394789E-04
+ -1.44436507316435562E-04 -1.46766492972594357E-04 -1.49134071716713472E-04
+ -1.51539850314214562E-04 -1.53984445331093909E-04 -1.56468483292454389E-04
+ -1.58992600843619296E-04 -1.61557444913845916E-04 -1.64163672882709723E-04
+ -1.66811952749175993E-04 -1.69502963303419106E-04 -1.72237394301432811E-04
+ -1.75015946642465524E-04 -1.77839332549350771E-04 -1.80708275751766817E-04
+ -1.83623511672445733E-04 -1.86585787616458208E-04 -1.89595862963507677E-04
+ -1.92654509363399985E-04 -1.95762510934658122E-04 -1.98920664466368890E-04
+ -2.02129779623325237E-04 -2.05390679154485943E-04 -2.08704199104835930E-04
+ -2.12071189030692855E-04 -2.15492512218494199E-04 -2.18969045907140377E-04
+ -2.22501681513987472E-04 -2.26091324864480573E-04 -2.29738896425522816E-04
+ -2.33445331542678170E-04 -2.37211580681193047E-04 -2.41038609670974545E-04
+ -2.44927399955519097E-04 -2.48878948844911941E-04 -2.52894269772938182E-04
+ -2.56974392558389369E-04 -2.61120363670619329E-04 -2.65333246499413087E-04
+ -2.69614121629297126E-04 -2.73964087118275289E-04 -2.78384258781114928E-04
+ -2.82875770477236893E-04 -2.87439774403324137E-04 -2.92077441390684869E-04
+ -2.96789961207462956E-04 -3.01578542865799234E-04 -3.06444414933969625E-04
+ -3.11388825853666060E-04 -3.16413044262383670E-04 -3.21518359321117098E-04
+ -3.26706081047381655E-04 -3.31977540653679280E-04 -3.37334090891511337E-04
+ -3.42777106400979608E-04 -3.48307984066114143E-04 -3.53928143376050226E-04
+ -3.59639026792006958E-04 -3.65442100120322462E-04 -3.71338852891583396E-04
+ -3.77330798745951481E-04 -3.83419475824794574E-04 -3.89606447168716955E-04
+ -3.95893301122162171E-04 -4.02281651744543309E-04 -4.08773139228150951E-04
+ -4.15369430322882864E-04 -4.22072218767946148E-04 -4.28883225730628979E-04
+ -4.35804200252243475E-04 -4.42836919701420110E-04 -4.49983190234861492E-04
+ -4.57244847265539779E-04 -4.64623755938653742E-04 -4.72121811615333685E-04
+ -4.79740940364343127E-04 -4.87483099461839407E-04 -4.95350277899298712E-04
+ -5.03344496899862373E-04 -5.11467810443136904E-04 -5.19722305798623208E-04
+ -5.28110104067828069E-04 -5.36633360735357069E-04 -5.45294266229083471E-04
+ -5.54095046489514820E-04 -5.63037963548530525E-04 -5.72125316117656508E-04
+ -5.81359440186106900E-04 -5.90742709628574655E-04 -6.00277536822988269E-04
+ -6.09966373278519078E-04 -6.19811710273965896E-04 -6.29816079506662269E-04
+ -6.39982053752063441E-04 -6.50312247534237686E-04 -6.60809317807595394E-04
+ -6.71475964649569470E-04 -6.82314931964886286E-04 -6.93329008201513486E-04
+ -7.04521027078373126E-04 -7.15893868325135317E-04 -7.27450458434309648E-04
+ -7.39193771425723399E-04 -7.51126829623809610E-04 -7.63252704447593320E-04
+ -7.75574517213687797E-04 -7.88095439952807416E-04 -8.00818696239814082E-04
+ -8.13747562037410075E-04 -8.26885366553917070E-04 -8.40235493115479488E-04
+ -8.53801380052637967E-04 -8.67586521601516913E-04 -8.81594468820021083E-04
+ -8.95828830519378085E-04 -9.10293274211195370E-04 -9.24991527070236855E-04
+ -9.39927376913273719E-04 -9.55104673194426225E-04 -9.70527328017048636E-04
+ -9.86199317162214564E-04 -1.00212468113458067E-03 -1.01830752622575783E-03
+ -1.03475202559537034E-03 -1.05146242037024813E-03 -1.06844302076211954E-03
+ -1.08569820720403991E-03 -1.10323243150590609E-03 -1.12105021802894533E-03
+ -1.13915616488015738E-03 -1.15755494512681132E-03 -1.17625130803132648E-03
+ -1.19525008030694482E-03 -1.21455616739452369E-03 -1.23417455476096784E-03
+ -1.25411030921948391E-03 -1.27436858027172141E-03 -1.29495460147268965E-03
+ -1.31587369181873463E-03 -1.33713125715903482E-03 -1.35873279163093797E-03
+ -1.38068387911946967E-03 -1.40299019474196779E-03 -1.42565750635754432E-03
+ -1.44869167610168093E-03 -1.47209866194717006E-03 -1.49588451929155014E-03
+ -1.52005540257158563E-03 -1.54461756690512427E-03 -1.56957736976074606E-03
+ -1.59494127265654632E-03 -1.62071584288717260E-03 -1.64690775527992429E-03
+ -1.67352379398127927E-03 -1.70057085427385759E-03 -1.72805594442442347E-03
+ -1.75598618756355102E-03 -1.78436882359745406E-03 -1.81321121115329636E-03
+ -1.84252082955667731E-03 -1.87230528084320904E-03 -1.90257229180485496E-03
+ -1.93332971607133907E-03 -1.96458553622756845E-03 -1.99634786596746255E-03
+ -2.02862495228483316E-03 -2.06142517770340275E-03 -2.09475706254315776E-03
+ -2.12862926722652340E-03 -2.16305059462461920E-03 -2.19802999244419605E-03
+ -2.23357655565596626E-03 -2.26969952896497774E-03 -2.30640830932431987E-03
+ -2.34371244849334486E-03 -2.38162165563849315E-03 -2.42014579997975416E-03
+ -2.45929491348374123E-03 -2.49907919360388637E-03 -2.53950900606837900E-03
+ -2.58059488771690678E-03 -2.62234754938789772E-03 -2.66477787885683855E-03
+ -2.70789694382391052E-03 -2.75171599495488590E-03 -2.79624646897594191E-03
+ -2.84149999182297091E-03 -2.88748838184638233E-03 -2.93422365307270802E-03
+ -2.98171801852480925E-03 -3.02998389360092718E-03 -3.07903389951145893E-03
+ -3.12888086677718183E-03 -3.17953783879051152E-03 -3.23101807543984014E-03
+ -3.28333505679845056E-03 -3.33650248687977855E-03 -3.39053429746023023E-03
+ -3.44544465197148871E-03 -3.50124794945852122E-03 -3.55795882861011407E-03
+ -3.61559217186238494E-03 -3.67416310957617044E-03 -3.73368702428957108E-03
+ -3.79417955504719479E-03 -3.85565660180961110E-03 -3.91813432994243295E-03
+ -3.98162917478187429E-03 -4.04615784628610965E-03 -4.11173733377118416E-03
+ -4.17838491073291903E-03 -4.24611813975703505E-03 -4.31495487751894311E-03
+ -4.38491327987730172E-03 -4.45601180706037617E-03 -4.52826922894141153E-03
+ -4.60170463041492412E-03 -4.67633741687177584E-03 -4.75218731977516441E-03
+ -4.82927440233967172E-03 -4.90761906531506781E-03 -4.98724205288183196E-03
+ -5.06816445865189685E-03 -5.15040773177697416E-03 -5.23399368317303045E-03
+ -5.31894449186193045E-03 -5.40528271143152477E-03 -5.49303127661581424E-03
+ -5.58221350999929099E-03 -5.67285312885249145E-03 -5.76497425209033555E-03
+ -5.85860140735565763E-03 -5.95375953824255327E-03 -6.05047401165549528E-03
+ -6.14877062530749113E-03 -6.24867561536114179E-03 -6.35021566421513015E-03
+ -6.45341790844630378E-03 -6.55830994689345949E-03 -6.66491984889178591E-03
+ -6.77327616267008395E-03 -6.88340792390940669E-03 -6.99534466446575381E-03
+ -7.10911642126050864E-03 -7.22475374534415054E-03 -7.34228771114397993E-03
+ -7.46174992587559597E-03 -7.58317253913584621E-03 -7.70658825268737396E-03
+ -7.83203033043387842E-03 -7.95953260858995627E-03 -8.08912950604925504E-03
+ -8.22085603495805589E-03 -8.35474781150840305E-03 -8.49084106692044385E-03
+ -8.62917265864380882E-03 -8.76978008178485452E-03 -8.91270148076070239E-03
+ -9.05797566118394029E-03 -9.20564210198221780E-03 -9.35574096776415308E-03
+ -9.50831312144449249E-03 -9.66340013709029132E-03 -9.82104431303171960E-03
+ -9.98128868524138756E-03 -1.01441770409817379E-02 -1.03097539327269630E-02
+ -1.04780646923657572E-02 -1.06491554456982288E-02 -1.08230731272400699E-02
+ -1.09998654952861118E-02 -1.11795811472948856E-02 -1.13622695355906286E-02
+ -1.15479809833850706E-02 -1.17367667011276516E-02 -1.19286788031904359E-02
+ -1.21237703249061930E-02 -1.23220952399684947E-02 -1.25237084781432452E-02
+ -1.27286659433639201E-02 -1.29370245322062601E-02 -1.31488421527465628E-02
+ -1.33641777438105111E-02 -1.35830912946217491E-02 -1.38056438648802432E-02
+ -1.40318976052633201E-02 -1.42619157783007225E-02 -1.44957627797139815E-02
+ -1.47335041602079525E-02 -1.49752066477209303E-02 -1.52209381701434027E-02
+ -1.54707678785164053E-02 -1.57247661707487149E-02 -1.59830047158301992E-02
+ -1.62455564784990507E-02 -1.65124957444664003E-02 -1.67838981461829045E-02
+ -1.70598406891556732E-02 -1.73404017788270082E-02 -1.76256612480293166E-02
+ -1.79157003850686537E-02 -1.82106019623885541E-02 -1.85104502657871643E-02
+ -1.88153311243055878E-02 -1.91253319407659432E-02 -1.94405417229692144E-02
+ -1.97610511155678417E-02 -2.00869524326328375E-02 -2.04183396909822790E-02
+ -2.07553086441865028E-02 -2.10979568172524855E-02 -2.14463835421139504E-02
+ -2.18006899939019866E-02 -2.21609792280078148E-02 -2.25273562179555825E-02
+ -2.28999278941133116E-02 -2.32788031833251058E-02 -2.36640930493313556E-02
+ -2.40559105340254660E-02 -2.44543707996772650E-02 -2.48595911720922609E-02
+ -2.52716911847216501E-02 -2.56907926237478906E-02 -2.61170195741820751E-02
+ -2.65504984670660131E-02 -2.69913581275996566E-02 -2.74397298242980182E-02
+ -2.78957473193043870E-02 -2.83595469198225404E-02 -2.88312675306943815E-02
+ -2.93110507081488780E-02 -2.97990407147643022E-02 -3.02953845757684241E-02
+ -3.08002321364063379E-02 -3.13137361205864523E-02 -3.18360521908993971E-02
+ -3.23673390099764799E-02 -3.29077583032221926E-02 -3.34574749229519172E-02
+ -3.40166569139891475E-02 -3.45854755808521694E-02 -3.51641055562049026E-02
+ -3.57527248708595091E-02 -3.63515150254175579E-02 -3.69606610635113825E-02
+ -3.75803516466840307E-02 -3.82107791309467676E-02 -3.88521396450875675E-02
+ -3.95046331708676576E-02 -4.01684636246902524E-02 -4.08438389411750341E-02
+ -4.15309711586570457E-02 -4.22300765065903097E-02 -4.29413754949039272E-02
+ -4.36650930053473288E-02 -4.44014583849302175E-02 -4.51507055415670475E-02
+ -4.59130730414687438E-02 -4.66888042088251451E-02 -4.74781472277453417E-02
+ -4.82813552464549933E-02 -4.90986864837964776E-02 -4.99304043380709994E-02
+ -5.07767774983736223E-02 -5.16380800584660335E-02 -5.25145916327316789E-02
+ -5.34065974748452396E-02 -5.43143885990759120E-02 -5.52382619042347950E-02
+ -5.61785203003115005E-02 -5.71354728378484986E-02 -5.81094348402506067E-02
+ -5.91007280389592923E-02 -6.01096807111180589E-02 -6.11366278204080252E-02
+ -6.21819111609106800E-02 -6.32458795040239385E-02 -6.43288887484951277E-02
+ -6.54313020736153189E-02 -6.65534900957755887E-02 -6.76958310282374937E-02
+ -6.88587108438753204E-02 -7.00425234415035097E-02 -7.12476708156512262E-02
+ -7.24745632298158388E-02 -7.37236193932416239E-02 -7.49952666412763286E-02
+ -7.62899411195132604E-02 -7.76080879714686200E-02 -7.89501615297196202E-02
+ -8.03166255110280974E-02 -8.17079532152797799E-02 -8.31246277282864376E-02
+ -8.45671421284920899E-02 -8.60359996976134966E-02 -8.75317141353776362E-02
+ -8.90548097780777398E-02 -9.06058218210828437E-02 -9.21852965455640244E-02
+ -9.37937915493369384E-02 -9.54318759818333501E-02 -9.71001307832290578E-02
+ -9.87991489277536411E-02 -1.00529535671121661E-01 -1.02291908802082859E-01
+ -1.04086898898209629E-01 -1.05915149585950441E-01 -1.07777317804856096E-01
+ -1.09674074075999925E-01 -1.11606102774580149E-01 -1.13574102406615488E-01
+ -1.15578785889456317E-01 -1.17620880836547523E-01 -1.19701129846458657E-01
+ -1.21820290795746952E-01 -1.23979137135742615E-01 -1.26178458193172777E-01
+ -1.28419059474532665E-01 -1.30701762974042096E-01 -1.33027407484337584E-01
+ -1.35396848911517931E-01 -1.37810960593743703E-01 -1.40270633622667645E-01
+ -1.42776777167871155E-01 -1.45330318804131470E-01 -1.47932204841335485E-01
+ -1.50583400656553179E-01 -1.53284891026795711E-01 -1.56037680465973772E-01
+ -1.58842793563605728E-01 -1.61701275324338589E-01 -1.64614191508572094E-01
+ -1.67582628973865111E-01 -1.70607696016774640E-01 -1.73690522714046891E-01
+ -1.76832261260968432E-01 -1.80034086313371561E-01 -1.83297195327769419E-01
+ -1.86622808898797898E-01 -1.90012171094345927E-01 -1.93466549787822517E-01
+ -1.96987236986941927E-01 -2.00575549156860267E-01 -2.04232827534989642E-01
+ -2.07960438448168944E-01 -2.11759773621545577E-01 -2.15632250479113885E-01
+ -2.19579312436271490E-01 -2.23602429183480250E-01 -2.27703096960030021E-01
+ -2.31882838813751185E-01 -2.36143204844572435E-01 -2.40485772447512819E-01
+ -2.44912146537046821E-01 -2.49423959754403707E-01 -2.54022872657892917E-01
+ -2.58710573894850249E-01 -2.63488780353685892E-01 -2.68359237288423369E-01
+ -2.73323718416469630E-01 -2.78384026010045249E-01 -2.83541990953260936E-01
+ -2.88799472768944521E-01 -2.94158359614909382E-01 -2.99620568247542907E-01
+ -3.05188043950334276E-01 -3.10862760414249650E-01 -3.16646719577600322E-01
+ -3.22541951449141495E-01 -3.28550513873733352E-01 -3.34674492248591304E-01
+ -3.40915999188984076E-01 -3.47277174140346034E-01 -3.53760182933180511E-01
+ -3.60367217259013717E-01 -3.67100494089225959E-01 -3.73962255059075543E-01
+ -3.80954765761803926E-01 -3.88080314966120832E-01 -3.95341213754675125E-01
+ -4.02739794579294208E-01 -4.10278410227387091E-01 -4.17959432665363007E-01
+ -4.25785251805677556E-01 -4.33758274209832484E-01 -4.41880921657266446E-01
+ -4.50155629600010265E-01 -4.58584845499101834E-01 -4.67171027036997422E-01
+ -4.75916640197153296E-01 -4.84824157160013536E-01 -4.93896054101919224E-01
+ -5.03134808884660667E-01 -5.12542898553055459E-01 -5.22122796667929490E-01
+ -5.31876970468494470E-01 -5.41807877856592013E-01 -5.51917964188699983E-01
+ -5.62209658804629031E-01 -5.72685371438594437E-01 -5.83347488454549090E-01
+ -5.94198368816605704E-01 -6.05240339830037000E-01 -6.16475692644529283E-01
+ -6.27906677510260081E-01 -6.39535498764423171E-01 -6.51364309455063517E-01
+ -6.63395205829746204E-01 -6.75630221556196564E-01 -6.88071321590914220E-01
+ -7.00720395738758328E-01 -7.13579251893098121E-01 -7.26649608945419745E-01
+ -7.39933089328989713E-01 -7.53431211085555441E-01 -7.67145379785235559E-01
+ -7.81076880058878431E-01 -7.95226866681236877E-01 -8.09596355254102007E-01
+ -8.24186212477699187E-01 -8.38997145998503169E-01 -8.54029693778652566E-01
+ -8.69284212872093232E-01 -8.84760868051760019E-01 -9.00459619908479225E-01
+ -9.16380212403655747E-01 -9.32522159929248917E-01 -9.48884733863976870E-01
+ -9.65466948615261389E-01 -9.82267547064988977E-01 -9.99284985329705333E-01
+ -1.01651741738365820E+00 -1.03396267901093641E+00 -1.05161827113447992E+00
+ -1.06948134257846883E+00 -1.08754867225753715E+00 -1.10581665078738700E+00
+ -1.12428126140118878E+00 -1.14293806015546795E+00 -1.16178215603218726E+00
+ -1.18080819026668538E+00 -1.20001031503008160E+00 -1.21938217152707296E+00
+ -1.23891686751332131E+00 -1.25860695423797431E+00 -1.27844440266488979E+00
+ -1.29842057908335229E+00 -1.31852622069278702E+00 -1.33875141041645596E+00
+ -1.35908555115879448E+00 -1.37951733957650835E+00 -1.40003473938784806E+00
+ -1.42062495424535462E+00 -1.44127440001960450E+00 -1.46196867676851938E+00
+ -1.48269254084838553E+00 -1.50342987646587711E+00 -1.52416366695959882E+00
+ -1.54487596589975418E+00 -1.56554786806380020E+00 -1.58615948034688747E+00
+ -1.60668989251197503E+00 -1.62711714819088304E+00 -1.64741821636566277E+00
+ -1.66756896285275258E+00 -1.68754412211477600E+00 -1.70731726952152374E+00
+ -1.72686079416832627E+00 -1.74614587236445895E+00 -1.76514244187750169E+00
+ -1.78381917731283846E+00 -1.80214346661233660E+00 -1.82008138863727709E+00
+ -1.83759769212730539E+00 -1.85465577620839728E+00 -1.87121767262642447E+00
+ -1.88724402990459827E+00 -1.90269409988847382E+00 -1.91752572661282472E+00
+ -1.93169533740734622E+00 -1.94515793685310734E+00 -1.95786710374569406E+00
+ -1.96977499130695399E+00 -1.98083233090293320E+00 -1.99098843960306326E+00
+ -2.00019123268011700E+00 -2.00838723977633027E+00 -2.01552162511577171E+00
+ -2.02153821310676207E+00 -2.02637951922664605E+00 -2.02998678650353970E+00
+ -2.03230002792888875E+00 -2.03325807535601255E+00 -2.03279863686668882E+00
+ -2.03085835896409606E+00 -2.02737289545316157E+00 -2.02227698491126562E+00
+ -2.01550453623949011E+00 -2.00698872265213124E+00 -1.99666208447293214E+00
+ -1.98445664164208302E+00 -1.97030401887087137E+00 -1.95413557599920518E+00
+ -1.93588254842489227E+00 -1.91547619949421311E+00 -1.89284798381432529E+00
+ -1.86792972179793959E+00 -1.84065378573952754E+00 -1.81095329885504963E+00
+ -1.77876235079751099E+00 -1.74401621710985277E+00 -1.70665159225586249E+00
+ -1.66660683708286084E+00 -1.62382223904720235E+00 -1.57824028528643412E+00
+ -1.52980594857733743E+00 -1.47846698833990575E+00 -1.42417426960938909E+00
+ -1.36688208202274497E+00 -1.30654847448440359E+00 -1.24313560403834455E+00
+ -1.17661009656613413E+00 -1.10694341889082359E+00 -1.03411226178208926E+00
+ -9.58098936834775539E-01 -8.78891787472779740E-01 -7.96485592395817843E-01
+ -7.10881982701002557E-01 -6.22089867799233476E-01 -5.30125866949206603E-01
+ -4.35014745136752201E-01 -3.36789851912447147E-01 -2.35493566564999174E-01
+ -1.31177744897079174E-01 -2.39041463239778457E-02  8.62551351212960671E-02
+  1.99217244446015795E-01  3.14888148049799699E-01  4.33162227236828845E-01
+  5.53921885470587405E-01  6.77037167084442282E-01  8.02365397933417435E-01
+  9.29750863014327855E-01  1.05902450162682849E+00  1.19000363115249996E+00
+  1.32249170431110574E+00  1.45627810376905154E+00  1.59113797809523594E+00
+  1.72683212112061812E+00  1.86310690725179495E+00  1.99969428651723891E+00
+  2.13631183321245555E+00  2.27266285860868544E+00  2.40843659326640713E+00
+  2.54330844419662538E+00  2.67694033242650420E+00  2.80898112276114498E+00
+  2.93906714881518027E+00  3.06682282623732672E+00  3.19186137055519437E+00
+  3.31378562452439152E+00  3.43218900084687695E+00  3.54665654639646544E+00
+  3.65676613524667360E+00  3.76208981889107541E+00  3.86219530535468758E+00
+  3.95664756011083441E+00  4.04501057263631214E+00  4.12684928158267716E+00
+  4.20173166351793359E+00  4.26923099055251409E+00  4.32892826551798926E+00
+  4.38041488460174211E+00  4.42329543519957991E+00  4.45719064503341400E+00
+  4.48174054713599457E+00  4.49660783318097401E+00  4.50148139385444157E+00
+  4.49608004405070893E+00  4.48015643787425599E+00  4.45350123712587909E+00
+  4.41594733651904470E+00  4.36737421122085756E+00  4.30771244146419274E+00
+  4.23694834805059006E+00  4.15512871060155398E+00  4.06236553457316063E+00
+  3.95884084299291095E+00  3.84481152076777910E+00  3.72061387219208184E+00
+  3.58666799916907619E+00  3.44348196492719483E+00  3.29165558804694580E+00
+  3.13188374719338558E+00  2.96495905737924259E+00  2.79177377518908987E+00
+  2.61332076718068373E+00  2.43069306959389309E+00  2.24508203775463588E+00
+  2.05777378694274837E+00  1.87014355123156939E+00  1.68364758435219031E+00
+  1.49981217588259730E+00  1.32021926589341554E+00  1.14648792797046717E+00
+  9.80251331031408601E-01  8.23128500056542700E-01  6.76690009206214138E-01
+  5.42416748736733845E-01  4.21650758920537216E-01  3.15537104612271968E-01
+  2.24955178530386490E-01  1.50437341952131515E-01  9.20771314038031918E-02
+  4.94153229671029370E-02  2.13357481712180067E-02  5.85897927472207522E-03
+  1.35228129462534104E-04 -1.07454164917469537E-05  2.43756236923319852E-05
+ -1.30682223372237299E-05  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00
+                              </PP_BETA.3>
+ <PP_BETA.4 type="real" size="  1489" angular_momentum="1" columns="3" cutoff_radius_index="  1204" norm_conserving_radius="    1.508267">
+ -1.07127266659634295E-07 -1.08855088747757145E-07 -1.10610778338215001E-07
+ -1.12394784897299673E-07 -1.14207565140603985E-07 -1.16049583149948145E-07
+ -1.17921310492186639E-07 -1.19823226339928827E-07 -1.21755817594215999E-07
+ -1.23719579009163553E-07 -1.25715013318627171E-07 -1.27742631364903613E-07
+ -1.29802952229508896E-07 -1.31896503366064350E-07 -1.34023820735330310E-07
+ -1.36185448942418739E-07 -1.38381941376206347E-07 -1.40613860351012081E-07
+ -1.42881777250552935E-07 -1.45186272674218368E-07 -1.47527936585709680E-07
+ -1.49907368464073025E-07 -1.52325177457168023E-07 -1.54781982537618459E-07
+ -1.57278412661269860E-07 -1.59815106928202228E-07 -1.62392714746350652E-07
+ -1.65011895997751196E-07 -1.67673321207478042E-07 -1.70377671715304729E-07
+ -1.73125639850123663E-07 -1.75917929107194780E-07 -1.78755254328235732E-07
+ -1.81638341884435958E-07 -1.84567929862403230E-07 -1.87544768253121511E-07
+ -1.90569619143957497E-07 -1.93643256913752182E-07 -1.96766468431069394E-07
+ -1.99940053255641753E-07 -2.03164823843062903E-07 -2.06441605752773122E-07
+ -2.09771237859417117E-07 -2.13154572567599625E-07 -2.16592476030098248E-07
+ -2.20085828369613640E-07 -2.23635523904086011E-07 -2.27242471375635427E-07
+ -2.30907594183213625E-07 -2.34631830619004318E-07 -2.38416134108623682E-07
+ -2.42261473455204502E-07 -2.46168833087420724E-07 -2.50139213311498106E-07
+ -2.54173630567310419E-07 -2.58273117688587732E-07 -2.62438724167328913E-07
+ -2.66671516422480326E-07 -2.70972578072943915E-07 -2.75343010214988651E-07
+ -2.79783931704143254E-07 -2.84296479441627054E-07 -2.88881808665405655E-07
+ -2.93541093245934866E-07 -2.98275525986689954E-07 -3.03086318929515726E-07
+ -3.07974703664929054E-07 -3.12941931647411804E-07 -3.17989274515784690E-07
+ -3.23118024418764701E-07 -3.28329494345753919E-07 -3.33625018462985599E-07
+ -3.39005952455070141E-07 -3.44473673872052973E-07 -3.50029582482097309E-07
+ -3.55675100629814503E-07 -3.61411673600404044E-07 -3.67240769989654113E-07
+ -3.73163882079908917E-07 -3.79182526222102087E-07 -3.85298243223962309E-07
+ -3.91512598744464501E-07 -3.97827183694642411E-07 -4.04243614644883670E-07
+ -4.10763534238773044E-07 -4.17388611613631058E-07 -4.24120542827824539E-07
+ -4.30961051294951103E-07 -4.37911888225055861E-07 -4.44974833072969826E-07
+ -4.52151693993843857E-07 -4.59444308306038192E-07 -4.66854542961527913E-07
+ -4.74384295023813014E-07 -4.82035492153610907E-07 -4.89810093102329663E-07
+ -4.97710088213529571E-07 -5.05737499932479680E-07 -5.13894383323895574E-07
+ -5.22182826598066898E-07 -5.30604951645455107E-07 -5.39162914579885639E-07
+ -5.47858906290563203E-07 -5.56695153002949047E-07 -5.65673916848670871E-07
+ -5.74797496444657259E-07 -5.84068227481610853E-07 -5.93488483321943729E-07
+ -6.03060675607395854E-07 -6.12787254876405206E-07 -6.22670711191507520E-07
+ -6.32713574776765741E-07 -6.42918416665531588E-07 -6.53287849358712340E-07
+ -6.63824527493496888E-07 -6.74531148523030114E-07 -6.85410453406951841E-07
+ -6.96465227313123503E-07 -7.07698300330634538E-07 -7.19112548194337433E-07
+ -7.30710893021065782E-07 -7.42496304057688156E-07 -7.54471798441287347E-07
+ -7.66640441971587606E-07 -7.79005349895780542E-07 -7.91569687706070482E-07
+ -8.04336671950080338E-07 -8.17309571054301042E-07 -8.30491706160838231E-07
+ -8.43886451977662962E-07 -8.57497237642528891E-07 -8.71327547600911963E-07
+ -8.85380922498014888E-07 -8.99660960085223464E-07 -9.14171316141158248E-07
+ -9.28915705407583804E-07 -9.43897902540420984E-07 -9.59121743076065727E-07
+ -9.74591124413355832E-07 -9.90310006811304833E-07 -1.00628241440300510E-06
+ -1.02251243622581682E-06 -1.03900422726816312E-06 -1.05576200953329116E-06
+ -1.07279007312017599E-06 -1.09009277732172885E-06 -1.10767455174088311E-06
+ -1.12553989742459650E-06 -1.14369338801617399E-06 -1.16213967092613542E-06
+ -1.18088346852201217E-06 -1.19992957933733593E-06 -1.21928287930005312E-06
+ -1.23894832298088370E-06 -1.25893094486168741E-06 -1.27923586062437703E-06
+ -1.29986826846051182E-06 -1.32083345040215443E-06 -1.34213677367412972E-06
+ -1.36378369206802786E-06 -1.38577974733849411E-06 -1.40813057062191112E-06
+ -1.43084188387806667E-06 -1.45391950135506168E-06 -1.47736933107773545E-06
+ -1.50119737636024918E-06 -1.52540973734300864E-06 -1.55001261255427739E-06
+ -1.57501230049715889E-06 -1.60041520126204419E-06 -1.62622781816509762E-06
+ -1.65245675941319412E-06 -1.67910873979568241E-06 -1.70619058240343692E-06
+ -1.73370922037566103E-06 -1.76167169867485279E-06 -1.79008517589038169E-06
+ -1.81895692607115045E-06 -1.84829434058790880E-06 -1.87810493002549247E-06
+ -1.90839632610555283E-06 -1.93917628364043192E-06 -1.97045268251848338E-06
+ -2.00223352972153447E-06 -2.03452696137449151E-06 -2.06734124482854920E-06
+ -2.10068478077758166E-06 -2.13456610540894585E-06 -2.16899389258875627E-06
+ -2.20397695608253176E-06 -2.23952425181164253E-06 -2.27564488014618013E-06
+ -2.31234808823465081E-06 -2.34964327237153679E-06 -2.38753998040275547E-06
+ -2.42604791417005806E-06 -2.46517693199480546E-06 -2.50493705120194852E-06
+ -2.54533845068450632E-06 -2.58639147350952484E-06 -2.62810662956597947E-06
+ -2.67049459825563135E-06 -2.71356623122693215E-06 -2.75733255515331327E-06
+ -2.80180477455612728E-06 -2.84699427467322792E-06 -2.89291262437365792E-06
+ -2.93957157911951096E-06 -2.98698308397557749E-06 -3.03515927666741521E-06
+ -3.08411249068874624E-06 -3.13385525845905785E-06 -3.18440031453214764E-06
+ -3.23576059885635752E-06 -3.28794926008734802E-06 -3.34097965895444983E-06
+ -3.39486537168122006E-06 -3.44962019346120251E-06 -3.50525814198963329E-06
+ -3.56179346105228420E-06 -3.61924062417216409E-06 -3.67761433831494535E-06
+ -3.73692954765421552E-06 -3.79720143739736249E-06 -3.85844543767353916E-06
+ -3.92067722748370841E-06 -3.98391273871503846E-06 -4.04816816021962904E-06
+ -4.11345994195915887E-06 -4.17980479921655787E-06 -4.24721971687516007E-06
+ -4.31572195376747066E-06 -4.38532904709350416E-06 -4.45605881691090102E-06
+ -4.52792937069710209E-06 -4.60095910798526499E-06 -4.67516672507490570E-06
+ -4.75057121981845129E-06 -4.82719189648537313E-06 -4.90504837070429303E-06
+ -4.98416057448507797E-06 -5.06454876132183241E-06 -5.14623351137819690E-06
+ -5.22923573675651888E-06 -5.31357668685182351E-06 -5.39927795379191152E-06
+ -5.48636147796562986E-06 -5.57484955364019094E-06 -5.66476483466890073E-06
+ -5.75613034029127026E-06 -5.84896946102632695E-06 -5.94330596466130695E-06
+ -6.03916400233684488E-06 -6.13656811473001703E-06 -6.23554323833785539E-06
+ -6.33611471186134684E-06 -6.43830828269298393E-06 -6.54215011350881057E-06
+ -6.64766678896675186E-06 -6.75488532251304640E-06 -6.86383316329844396E-06
+ -6.97453820320595657E-06 -7.08702878399197043E-06 -7.20133370454268327E-06
+ -7.31748222824735579E-06 -7.43550409049064851E-06 -7.55542950626584786E-06
+ -7.67728917791075966E-06 -7.80111430296841716E-06 -7.92693658217475074E-06
+ -8.05478822757519478E-06 -8.18470197077164269E-06 -8.31671107130288412E-06
+ -8.45084932516037101E-06 -8.58715107344101998E-06 -8.72565121113968706E-06
+ -8.86638519608361022E-06 -9.00938905801075265E-06 -9.15469940779460993E-06
+ -9.30235344681823211E-06 -9.45238897649907197E-06 -9.60484440796730207E-06
+ -9.75975877190055842E-06 -9.91717172851764517E-06 -1.00771235777329909E-05
+ -1.02396552694744721E-05 -1.04048084141689578E-05 -1.05726252933957884E-05
+ -1.07431488707129613E-05 -1.09164228026573345E-05 -1.10924914499225594E-05
+ -1.12713998887173689E-05 -1.14531939223071507E-05 -1.16379200927413211E-05
+ -1.18256256927707148E-05 -1.20163587779557798E-05 -1.22101681789720524E-05
+ -1.24071035141122988E-05 -1.26072152019914908E-05 -1.28105544744564335E-05
+ -1.30171733897034901E-05 -1.32271248456075532E-05 -1.34404625932678823E-05
+ -1.36572412507699494E-05 -1.38775163171706715E-05 -1.41013441867093130E-05
+ -1.43287821632474621E-05 -1.45598884749414259E-05 -1.47947222891528207E-05
+ -1.50333437275970003E-05 -1.52758138817395794E-05 -1.55221948284378691E-05
+ -1.57725496458366684E-05 -1.60269424295200252E-05 -1.62854383089235467E-05
+ -1.65481034640108724E-05 -1.68150051422208818E-05 -1.70862116756860722E-05
+ -1.73617924987310191E-05 -1.76418181656508829E-05 -1.79263603687788013E-05
+ -1.82154919568432920E-05 -1.85092869536228898E-05 -1.88078205769006127E-05
+ -1.91111692577251829E-05 -1.94194106599831932E-05 -1.97326237002859674E-05
+ -2.00508885681780817E-05 -2.03742867466718596E-05 -2.07029010331127920E-05
+ -2.10368155603824655E-05 -2.13761158184419409E-05 -2.17208886762251802E-05
+ -2.20712224038832595E-05 -2.24272066953887818E-05 -2.27889326915054285E-05
+ -2.31564930031271086E-05 -2.35299817349937459E-05 -2.39094945097905492E-05
+ -2.42951284926345388E-05 -2.46869824159600216E-05 -2.50851566047995200E-05
+ -2.54897530024783634E-05 -2.59008751967203014E-05 -2.63186284461766571E-05
+ -2.67431197073807653E-05 -2.71744576621404452E-05 -2.76127527453714800E-05
+ -2.80581171733780777E-05 -2.85106649725928553E-05 -2.89705120087794992E-05
+ -2.94377760167047118E-05 -2.99125766302923101E-05 -3.03950354132611258E-05
+ -3.08852758902590160E-05 -3.13834235784990319E-05 -3.18896060199036583E-05
+ -3.24039528137742109E-05 -3.29265956499781153E-05 -3.34576683426811945E-05
+ -3.39973068646167044E-05 -3.45456493819123201E-05 -3.51028362894787179E-05
+ -3.56690102469631564E-05 -3.62443162152945570E-05 -3.68289014938082601E-05
+ -3.74229157579743631E-05 -3.80265110977352178E-05 -3.86398420564600556E-05
+ -3.92630656705283618E-05 -3.98963415095537216E-05 -4.05398317172569889E-05
+ -4.11937010529961082E-05 -4.18581169339701952E-05 -4.25332494781006340E-05
+ -4.32192715476091877E-05 -4.39163587932952292E-05 -4.46246896995287356E-05
+ -4.53444456299720086E-05 -4.60758108740365584E-05 -4.68189726940901950E-05
+ -4.75741213734271802E-05 -4.83414502650144858E-05 -4.91211558410188000E-05
+ -4.99134377431392640E-05 -5.07184988337512608E-05 -5.15365452478722049E-05
+ -5.23677864459711531E-05 -5.32124352676296766E-05 -5.40707079860661445E-05
+ -5.49428243635427979E-05 -5.58290077076674615E-05 -5.67294849286024462E-05
+ -5.76444865971990228E-05 -5.85742470040700688E-05 -5.95190042196134863E-05
+ -6.04790001550109679E-05 -6.14544806242068675E-05 -6.24456954068868761E-05
+ -6.34528983124760970E-05 -6.44763472451720669E-05 -6.55163042700240671E-05
+ -6.65730356800800667E-05 -6.76468120646220582E-05 -6.87379083784969366E-05
+ -6.98466040125716162E-05 -7.09731828653253124E-05 -7.21179334155954820E-05
+ -7.32811487965007066E-05 -7.44631268705566037E-05 -7.56641703060040126E-05
+ -7.68845866543736034E-05 -7.81246884292977393E-05 -7.93847931866001523E-05
+ -8.06652236056770120E-05 -8.19663075721892558E-05 -8.32883782620963615E-05
+ -8.46317742270452238E-05 -8.59968394811339617E-05 -8.73839235890852838E-05
+ -8.87933817558398867E-05 -9.02255749175961258E-05 -9.16808698343186441E-05
+ -9.31596391837486614E-05 -9.46622616569265768E-05 -9.61891220552579600E-05
+ -9.77406113891537097E-05 -9.93171269782549350E-05 -1.00919072553285388E-04
+ -1.02546858359548184E-04 -1.04200901262086376E-04 -1.05881624852552145E-04
+ -1.07589459557801647E-04 -1.09324842750239547E-04 -1.11088218859949699E-04
+ -1.12880039488640944E-04 -1.14700763525430323E-04 -1.16550857264501574E-04
+ -1.18430794524654255E-04 -1.20341056770798341E-04 -1.22282133237409582E-04
+ -1.24254521053971691E-04 -1.26258725372452638E-04 -1.28295259496847463E-04
+ -1.30364645014808276E-04 -1.32467411931394774E-04 -1.34604098805003459E-04
+ -1.36775252885481060E-04 -1.38981430254473369E-04 -1.41223195968052224E-04
+ -1.43501124201638185E-04 -1.45815798397268585E-04 -1.48167811413254667E-04
+ -1.50557765676246881E-04 -1.52986273335765617E-04 -1.55453956421232093E-04
+ -1.57961447001535885E-04 -1.60509387347182328E-04 -1.63098430095066633E-04
+ -1.65729238415914274E-04 -1.68402486184420283E-04 -1.71118858152156402E-04
+ -1.73879050123256884E-04 -1.76683769132956613E-04 -1.79533733629018649E-04
+ -1.82429673656094542E-04 -1.85372331043072051E-04 -1.88362459593440694E-04
+ -1.91400825278768518E-04 -1.94488206435263373E-04 -1.97625393963557977E-04
+ -2.00813191531706582E-04 -2.04052415781462323E-04 -2.07343896537916494E-04
+ -2.10688477022511985E-04 -2.14087014069511410E-04 -2.17540378345979716E-04
+ -2.21049454575293657E-04 -2.24615141764315649E-04 -2.28238353434215697E-04
+ -2.31920017855032057E-04 -2.35661078284053792E-04 -2.39462493208032051E-04
+ -2.43325236589350723E-04 -2.47250298116151576E-04 -2.51238683456519768E-04
+ -2.55291414516802169E-04 -2.59409529704087772E-04 -2.63594084192949349E-04
+ -2.67846150196523916E-04 -2.72166817241961017E-04 -2.76557192450356407E-04
+ -2.81018400821207237E-04 -2.85551585521478786E-04 -2.90157908179362639E-04
+ -2.94838549182783083E-04 -2.99594707982760394E-04 -3.04427603401697278E-04
+ -3.09338473946627805E-04 -3.14328578127611379E-04 -3.19399194781211989E-04
+ -3.24551623399281757E-04 -3.29787184463046026E-04 -3.35107219782611126E-04
+ -3.40513092841999250E-04 -3.46006189149763500E-04 -3.51587916595303828E-04
+ -3.57259705810972781E-04 -3.63023010540029106E-04 -3.68879308010562547E-04
+ -3.74830099315533324E-04 -3.80876909798935615E-04 -3.87021289448231042E-04
+ -3.93264813293202689E-04 -3.99609081811235672E-04 -4.06055721339222621E-04
+ -4.12606384492110771E-04 -4.19262750588279137E-04 -4.26026526081811120E-04
+ -4.32899445001804330E-04 -4.39883269398814254E-04 -4.46979789798535401E-04
+ -4.54190825662917580E-04 -4.61518225858722087E-04 -4.68963869133703242E-04
+ -4.76529664600519804E-04 -4.84217552228549295E-04 -4.92029503343680051E-04
+ -4.99967521136233158E-04 -5.08033641177174687E-04 -5.16229931942685668E-04
+ -5.24558495347335037E-04 -5.33021467285837796E-04 -5.41621018183694944E-04
+ -5.50359353556764859E-04 -5.59238714579956284E-04 -5.68261378665215096E-04
+ -5.77429660048878906E-04 -5.86745910388621864E-04 -5.96212519370186008E-04
+ -6.05831915323866866E-04 -6.15606565851118553E-04 -6.25538978461372824E-04
+ -6.35631701219236756E-04 -6.45887323402242748E-04 -6.56308476169320748E-04
+ -6.66897833240253550E-04 -6.77658111586083509E-04 -6.88592072130862396E-04
+ -6.99702520464817257E-04 -7.10992307569180870E-04 -7.22464330552853562E-04
+ -7.34121533401069096E-04 -7.45966907736351505E-04 -7.58003493591932016E-04
+ -7.70234380197660313E-04 -7.82662706778865951E-04 -7.95291663368195823E-04
+ -8.08124491630805744E-04 -8.21164485703027806E-04 -8.34414993044700409E-04
+ -8.47879415305550642E-04 -8.61561209205711186E-04 -8.75463887430659492E-04
+ -8.89591019540692755E-04 -9.03946232895383190E-04 -9.18533213593195346E-04
+ -9.33355707426469371E-04 -9.48417520852052253E-04 -9.63722521977854142E-04
+ -9.79274641565679735E-04 -9.95077874050383964E-04 -1.01113627857565575E-03
+ -1.02745398004690279E-03 -1.04403517020144583E-03 -1.06088410869626401E-03
+ -1.07800512421356363E-03 -1.09540261558454134E-03 -1.11308105293181814E-03
+ -1.13104497883024049E-03 -1.14929900948696363E-03 -1.16784783594098404E-03
+ -1.18669622528229791E-03 -1.20584902189118238E-03 -1.22531114869795107E-03
+ -1.24508760846335086E-03 -1.26518348508025528E-03 -1.28560394489656026E-03
+ -1.30635423805976658E-03 -1.32743969988399963E-03 -1.34886575223955524E-03
+ -1.37063790496519205E-03 -1.39276175730383461E-03 -1.41524299936222702E-03
+ -1.43808741359448961E-03 -1.46130087631005448E-03 -1.48488935920652442E-03
+ -1.50885893092801574E-03 -1.53321575864927544E-03 -1.55796610968592965E-03
+ -1.58311635313143585E-03 -1.60867296152133934E-03 -1.63464251252505121E-03
+ -1.66103169066524471E-03 -1.68784728906605226E-03 -1.71509621123028450E-03
+ -1.74278547284602769E-03 -1.77092220362329799E-03 -1.79951364916132689E-03
+ -1.82856717284691074E-03 -1.85809025778436196E-03 -1.88809050875704673E-03
+ -1.91857565422187031E-03 -1.94955354833699248E-03 -1.98103217302329163E-03
+ -2.01301964006021577E-03 -2.04552419321658461E-03 -2.07855421041716311E-03
+ -2.11211820594530125E-03 -2.14622483268190343E-03 -2.18088288438199459E-03
+ -2.21610129798937173E-03 -2.25188915599009278E-03 -2.28825568880534121E-03
+ -2.32521027722421871E-03 -2.36276245487787064E-03 -2.40092191075469506E-03
+ -2.43969849175713384E-03 -2.47910220530181370E-03 -2.51914322196336105E-03
+ -2.55983187816276282E-03 -2.60117867890084743E-03 -2.64319430053758155E-03
+ -2.68588959361908000E-03 -2.72927558575137988E-03 -2.77336348452213513E-03
+ -2.81816468047218919E-03 -2.86369075011725033E-03 -2.90995345902056403E-03
+ -2.95696476491759570E-03 -3.00473682089356844E-03 -3.05328197861570250E-03
+ -3.10261279161866931E-03 -3.15274201864593337E-03 -3.20368262704803092E-03
+ -3.25544779623837977E-03 -3.30805092120806500E-03 -3.36150561610027874E-03
+ -3.41582571784546573E-03 -3.47102528986011375E-03 -3.52711862580568254E-03
+ -3.58412025341248381E-03 -3.64204493836902407E-03 -3.70090768827784035E-03
+ -3.76072375667895918E-03 -3.82150864714203651E-03 -3.88327811742910896E-03
+ -3.94604818372971521E-03 -4.00983512496612231E-03 -4.07465548717285582E-03
+ -4.14052608795202094E-03 -4.20746402100538076E-03 -4.27548666074421303E-03
+ -4.34461166697854961E-03 -4.41485698968837378E-03 -4.48624087387768100E-03
+ -4.55878186450938468E-03 -4.63249881152651838E-03 -4.70741087496088367E-03
+ -4.78353753013010738E-03 -4.86089857292472480E-03 -4.93951412518734562E-03
+ -5.01940464018643846E-03 -5.10059090818544298E-03 -5.18309406210594979E-03
+ -5.26693558329015179E-03 -5.35213730736501872E-03 -5.43872143020848482E-03
+ -5.52671051401994705E-03 -5.61612749349774815E-03 -5.70699568212552823E-03
+ -5.79933877857032477E-03 -5.89318087318772398E-03 -5.98854645464343225E-03
+ -6.08546041665219278E-03 -6.18394806483555780E-03 -6.28403512370055185E-03
+ -6.38574774374164270E-03 -6.48911250867100810E-03 -6.59415644277664033E-03
+ -6.70090701840454946E-03 -6.80939216357776076E-03 -6.91964026975077067E-03
+ -7.03168019970181954E-03 -7.14554129556629284E-03 -7.26125338701356059E-03
+ -7.37884679957306021E-03 -7.49835236310883013E-03 -7.61980142043777384E-03
+ -7.74322583610793751E-03 -7.86865800533433774E-03 -7.99613086309565284E-03
+ -8.12567789339501204E-03 -8.25733313868760345E-03 -8.39113120948475552E-03
+ -8.52710729412637335E-03 -8.66529716872533814E-03 -8.80573720729560007E-03
+ -8.94846439206598530E-03 -9.09351632398171586E-03 -9.24093123339635690E-03
+ -9.39074799096029610E-03 -9.54300611871529252E-03 -9.69774580138479426E-03
+ -9.85500789786342493E-03 -1.00148339529258050E-02 -1.01772662091497712E-02
+ -1.03423476190589725E-02 -1.05101218574904891E-02 -1.06806333341913431E-02
+ -1.08539272066581257E-02 -1.10300493932018739E-02 -1.12090465862504478E-02
+ -1.13909662659054528E-02 -1.15758567137523010E-02 -1.17637670269276472E-02
+ -1.19547471324497525E-02 -1.21488478018196601E-02 -1.23461206659083202E-02
+ -1.25466182301032115E-02 -1.27503938897388109E-02 -1.29575019458250118E-02
+ -1.31679976210731103E-02 -1.33819370762251390E-02 -1.35993774266922104E-02
+ -1.38203767595122592E-02 -1.40449941506466305E-02 -1.42732896825757630E-02
+ -1.45053244622346898E-02 -1.47411606392979910E-02 -1.49808614248164752E-02
+ -1.52244911102114664E-02 -1.54721150866330460E-02 -1.57237998646985871E-02
+ -1.59796130946294676E-02 -1.62396235867358490E-02 -1.65039013323087097E-02
+ -1.67725175249250451E-02 -1.70455445821666510E-02 -1.73230561677620333E-02
+ -1.76051272141608192E-02 -1.78918339455594183E-02 -1.81832539013963880E-02
+ -1.84794659602545396E-02 -1.87805503642530548E-02 -1.90865887439259641E-02
+ -1.93976641435910542E-02 -1.97138610472219963E-02 -2.00352654048330178E-02
+ -2.03619646594019772E-02 -2.06940477743450119E-02 -2.10316052614755306E-02
+ -2.13747292095460006E-02 -2.17235133133679287E-02 -2.20780529035166824E-02
+ -2.24384449766316177E-02 -2.28047882263251490E-02 -2.31771830747426223E-02
+ -2.35557317047642781E-02 -2.39405380927851588E-02 -2.43317080421958688E-02
+ -2.47293492175490078E-02 -2.51335711794212595E-02 -2.55444854199861210E-02
+ -2.59622053993134073E-02 -2.63868465824498265E-02 -2.68185264772514628E-02
+ -2.72573646729124680E-02 -2.77034828793306966E-02 -2.81570049672918397E-02
+ -2.86180570094842664E-02 -2.90867673223614773E-02 -2.95632665088737985E-02
+ -3.00476875021418351E-02 -3.05401656100071466E-02 -3.10408385604257521E-02
+ -3.15498465478653359E-02 -3.20673322806793934E-02 -3.25934410294734175E-02
+ -3.31283206764849680E-02 -3.36721217660065700E-02 -3.42249975559447001E-02
+ -3.47871040704006776E-02 -3.53586001532782412E-02 -3.59396475230929421E-02
+ -3.65304108289504423E-02 -3.71310577077118564E-02 -3.77417588423724568E-02
+ -3.83626880216938887E-02 -3.89940222012070473E-02 -3.96359415654037386E-02
+ -4.02886295911853154E-02 -4.09522731127498277E-02 -4.16270623878774726E-02
+ -4.23131911656366710E-02 -4.30108567555474997E-02 -4.37202600982545542E-02
+ -4.44416058378410209E-02 -4.51751023955368897E-02 -4.59209620449670397E-02
+ -4.66794009891184011E-02 -4.74506394389764413E-02 -4.82349016938699859E-02
+ -4.90324162235633090E-02 -4.98434157521564780E-02 -5.06681373439714991E-02
+ -5.15068224910474326E-02 -5.23597172025418167E-02 -5.32270720961729379E-02
+ -5.41091424916603642E-02 -5.50061885062138531E-02 -5.59184751521176193E-02
+ -5.68462724364909994E-02 -5.77898554634106928E-02 -5.87495045379380285E-02
+ -5.97255052724586719E-02 -6.07181486954624441E-02 -6.17277313627122570E-02
+ -6.27545554708596465E-02 -6.37989289735656911E-02 -6.48611657002366587E-02
+ -6.59415854775760035E-02 -6.70405142533553877E-02 -6.81582842230295249E-02
+ -6.92952339592284999E-02 -7.04517085441016822E-02 -7.16280597045861334E-02
+ -7.28246459506570604E-02 -7.40418327167189222E-02 -7.52799925063048075E-02
+ -7.65395050394104132E-02 -7.78207574032653560E-02 -7.91241442064979511E-02
+ -8.04500677366981887E-02 -8.17989381214498379E-02 -8.31711734928949203E-02
+ -8.45672001560638514E-02 -8.59874527610455658E-02 -8.74323744783067347E-02
+ -8.89024171781175321E-02 -9.03980416139711085E-02 -9.19197176100176733E-02
+ -9.34679242525869730E-02 -9.50431500858790329E-02 -9.66458933121393526E-02
+ -9.82766619962207877E-02 -9.99359742739329426E-02 -1.01624358565249068E-01
+ -1.03342353792163347E-01 -1.05090509601243332E-01 -1.06869386590982343E-01
+ -1.08679556544033440E-01 -1.10521602664673452E-01 -1.12396119821262991E-01
+ -1.14303714793265135E-01 -1.16245006523870945E-01 -1.18220626378014282E-01
+ -1.20231218405834589E-01 -1.22277439611676544E-01 -1.24359960228728306E-01
+ -1.26479463999705583E-01 -1.28636648463137104E-01 -1.30832225245050893E-01
+ -1.33066920357069823E-01 -1.35341474500632220E-01 -1.37656643377425641E-01
+ -1.40013198006127104E-01 -1.42411925045538679E-01 -1.44853627124535589E-01
+ -1.47339123178210157E-01 -1.49869248790359871E-01 -1.52444856543056950E-01
+ -1.55066816373077898E-01 -1.57736015935253243E-01 -1.60453360972825976E-01
+ -1.63219775694923713E-01 -1.66036203161365914E-01 -1.68903605674345009E-01
+ -1.71822965177244352E-01 -1.74795283661101586E-01 -1.77821583578470416E-01
+ -1.80902908264773898E-01 -1.84040322367205356E-01 -1.87234912281168564E-01
+ -1.90487786594328079E-01 -1.93800076538050675E-01 -1.97172936446640218E-01
+ -2.00607544224314205E-01 -2.04105101819885171E-01 -2.07666835709128500E-01
+ -2.11293997384813970E-01 -2.14987863854365496E-01 -2.18749738144620814E-01
+ -2.22580949814551177E-01 -2.26482855475725331E-01 -2.30456839320087009E-01
+ -2.34504313655101049E-01 -2.38626719446161650E-01 -2.42825526866153774E-01
+ -2.47102235851818813E-01 -2.51458376665739780E-01 -2.55895510466636888E-01
+ -2.60415229886305000E-01 -2.65019159612397581E-01 -2.69708956977252889E-01
+ -2.74486312552512102E-01 -2.79352950749250706E-01 -2.84310630422679678E-01
+ -2.89361145479413662E-01 -2.94506325493071264E-01 -2.99748036323529365E-01
+ -3.05088180738988468E-01 -3.10528699041176082E-01 -3.16071569693196885E-01
+ -3.21718809949457341E-01 -3.27472476485600961E-01 -3.33334666025801640E-01
+ -3.39307515977712748E-01 -3.45393205065052278E-01 -3.51593953957642424E-01
+ -3.57912025899252195E-01 -3.64349727332348938E-01 -3.70909408518758754E-01
+ -3.77593464152068292E-01 -3.84404333959510514E-01 -3.91344503309153879E-01
+ -3.98416503804351563E-01 -4.05622913866891310E-01 -4.12966359308910902E-01
+ -4.20449513892132476E-01 -4.28075099872840537E-01 -4.35845888524648617E-01
+ -4.43764700639649512E-01 -4.51834407029419738E-01 -4.60057928996781940E-01
+ -4.68438238782421135E-01 -4.76978359986001132E-01 -4.85681367959503785E-01
+ -4.94550390170219401E-01 -5.03588606519321691E-01 -5.12799249623950404E-01
+ -5.22185605088497318E-01 -5.31751011721545819E-01 -5.41498861706855683E-01
+ -5.51432600727074673E-01 -5.61555728036826629E-01 -5.71871796481155825E-01
+ -5.82384412435370424E-01 -5.93097235689867053E-01 -6.04013979304700577E-01
+ -6.15138409373441108E-01 -6.26474344710614806E-01 -6.38025656459920709E-01
+ -6.49796267618425460E-01 -6.61790152470360438E-01 -6.74011335892101937E-01
+ -6.86463892579940449E-01 -6.99151946214791042E-01 -7.12079668485358641E-01
+ -7.25251277991531329E-01 -7.38671039023224285E-01 -7.52343260207914089E-01
+ -7.66272293016588391E-01 -7.80462530069886196E-01 -7.94918403342136037E-01
+ -8.09644382249801620E-01 -8.24644971529904347E-01 -8.39924708938872056E-01
+ -8.55488162764474147E-01 -8.71339929141728975E-01 -8.87484629155974369E-01
+ -9.03926905650006773E-01 -9.20671419902823196E-01 -9.37722848113367702E-01
+ -9.55085877585072907E-01 -9.72765202651227789E-01 -9.90765520330649907E-01
+ -1.00909152570179916E+00 -1.02774790696810570E+00 -1.04673934010314973E+00
+ -1.06607048334238241E+00 -1.08574597136549733E+00 -1.10577040906867641E+00
+ -1.12614836497569315E+00 -1.14688436427410156E+00 -1.16798288146179474E+00
+ -1.18944833255981575E+00 -1.21128506675515535E+00 -1.23349735786830572E+00
+ -1.25608939535695097E+00 -1.27906527477845899E+00 -1.30242898776754190E+00
+ -1.32618441151244526E+00 -1.35033529771266525E+00 -1.37488526094796892E+00
+ -1.39983776631240464E+00 -1.42519611685695935E+00 -1.45096344037481861E+00
+ -1.47714267550153533E+00 -1.50373655719150467E+00 -1.53074760155271505E+00
+ -1.55817809002222241E+00 -1.58603005277364306E+00 -1.61430525123455393E+00
+ -1.64300516040421263E+00 -1.67213095029575021E+00 -1.70168346655365399E+00
+ -1.73166321031064774E+00 -1.76207031726815777E+00 -1.79290453598554400E+00
+ -1.82416520521703096E+00 -1.85585123025864762E+00 -1.88796105909830736E+00
+ -1.92049265748547060E+00 -1.95344348307269944E+00 -1.98681045869652873E+00
+ -2.02058994479019738E+00 -2.05477771092171269E+00 -2.08936890623683080E+00
+ -2.12435802893044556E+00 -2.15973889555398868E+00 -2.19550460911655421E+00
+ -2.23164752624803731E+00 -2.26815922349913235E+00 -2.30503046278904344E+00
+ -2.34225115601116185E+00 -2.37981032852993923E+00 -2.41769608192618746E+00
+ -2.45589555668363602E+00 -2.49439489373024559E+00 -2.53317919521574630E+00
+ -2.57223248461725751E+00 -2.61153766621668337E+00 -2.65107648399099105E+00
+ -2.69082947965418917E+00 -2.73077595046426103E+00 -2.77089390723174445E+00
+ -2.81116003158866112E+00 -2.85154963298349395E+00 -2.89203660552726260E+00
+ -2.93259338478737419E+00 -2.97319090462260061E+00 -3.01379855392211837E+00
+ -3.05438413400591235E+00 -3.09491381678528965E+00 -3.13535210314065083E+00
+ -3.17566178200220151E+00 -3.21580389031509206E+00 -3.25573767406301950E+00
+ -3.29542055053057981E+00 -3.33480807199860108E+00 -3.37385389140928149E+00
+ -3.41250972986585621E+00 -3.45072534609014081E+00 -3.48844850824010111E+00
+ -3.52562496835231487E+00 -3.56219843968419525E+00 -3.59811057728147921E+00
+ -3.63330096259514335E+00 -3.66770709170418252E+00 -3.70126436725081298E+00
+ -3.73390609505322590E+00 -3.76556348557896570E+00 -3.79616566064669225E+00
+ -3.82563966574382963E+00 -3.85391048853133533E+00 -3.88090108532085454E+00
+ -3.90653241284757291E+00 -3.93072346672688289E+00 -3.95339132833294427E+00
+ -3.97445121990841832E+00 -3.99381656836927990E+00 -4.01139907828608688E+00
+ -4.02710881502531493E+00 -4.04085430100324228E+00 -4.05254261843773644E+00
+ -4.06207952298673280E+00 -4.06936957028874779E+00 -4.07431625469103764E+00
+ -4.07682216066303393E+00 -4.07678912739360477E+00 -4.07411842822543591E+00
+ -4.06871096882154504E+00 -4.06046749170991195E+00 -4.04928879683633181E+00
+ -4.03507597937788809E+00 -4.01773068345459983E+00 -3.99715537211668392E+00
+ -3.97325361395498833E+00 -3.94593038901031612E+00 -3.91509241772498306E+00
+ -3.88064849377107013E+00 -3.84250983772126942E+00 -3.80059047056642374E+00
+ -3.75480760495820753E+00 -3.70508205416235414E+00 -3.65133865863629170E+00
+ -3.59350673428236034E+00 -3.53152054365091539E+00 -3.46531976498261907E+00
+ -3.39484998408678296E+00 -3.32006320429616686E+00 -3.24091837147892203E+00
+ -3.15738191330578610E+00 -3.06942829186163779E+00 -2.97704057502308439E+00
+ -2.88021102221981540E+00 -2.77894165713862851E+00 -2.67324485837810100E+00
+ -2.56314395854246779E+00 -2.44867384767692586E+00 -2.32988157895694670E+00
+ -2.20682697442665265E+00 -2.07958323652249311E+00 -1.94823755276592636E+00
+ -1.81289167001405049E+00 -1.67366246946841568E+00 -1.53068252840590469E+00
+ -1.38410066320542269E+00 -1.23408244971968650E+00 -1.08081071692817687E+00
+ -9.24486016817568368E-01 -7.65327050562355726E-01 -6.03571037855316184E-01
+ -4.39474050928948312E-01 -2.73311296751999888E-01 -1.05377340222135657E-01
+  6.40137381301159603E-02  2.34528256679258140E-01  4.05812925613765696E-01
+  5.77494936794912594E-01  7.49182150724889695E-01  9.20463381222616062E-01
+  1.09090879274670915E+00  1.26007041996549130E+00  1.42748281931587195E+00
+  1.59266386337509869E+00  1.75511570326468891E+00  1.91432589475774595E+00
+  2.06976868329412866E+00  2.22090648187490824E+00  2.36719154897035144E+00
+  2.50806787859280522E+00  2.64297331525164836E+00  2.77134190998128105E+00
+  2.89260657311319269E+00  3.00620195580468685E+00  3.11156757461204947E+00
+  3.20815124784702554E+00  3.29541283190836864E+00  3.37282826708981487E+00
+  3.43989394159427730E+00  3.49613139076836843E+00  3.54109241753249737E+00
+  3.57436443457034159E+00  3.59557609763860464E+00  3.60440330474963488E+00
+  3.60057550198056919E+00  3.58388227515400670E+00  3.55418019911755856E+00
+  3.51139992980987570E+00  3.45555360115398447E+00  3.38674210042571611E+00
+  3.30516235624570420E+00  3.21111461539065202E+00  3.10500952132700592E+00
+  2.98737484960689637E+00  2.85886172774239533E+00  2.72025016958877552E+00
+  2.57245375036275492E+00  2.41652270216165288E+00  2.25364547207702959E+00
+  2.08514836333432108E+00  1.91249274523854784E+00  1.73726932029566727E+00
+  1.56118886358550402E+00  1.38606875153546927E+00  1.21381433210156198E+00
+  1.04639432620309680E+00  8.85809495183402129E-01  7.34053362916663454E-01
+  5.93063746810423287E-01  4.64663684966942547E-01  3.50490265673769952E-01
+  2.51909184659199981E-01  1.69912195217123529E-01  1.04999137518865859E-01
+  5.70329942663721501E-02  2.50952899182632222E-02  7.24114371236835377E-03
+  4.20936633860281655E-04 -9.12241032616342620E-06  2.07020925516397624E-05
+ -1.10987744036972885E-05  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00
+                              </PP_BETA.4>
+   <PP_DIJ type="real" size="   16" columns="3">
+  1.05279214469559523E+00  1.38359408829109487E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  1.38359408829109487E+00  1.89126968717248722E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  6.39378961462789164E-01 -2.04039865501486961E+00
+  0.00000000000000000E+00  0.00000000000000000E+00 -2.04039865501486961E+00
+  5.60696350517189401E+00
+                                       </PP_DIJ>
+  <PP_AUGMENTATION q_with_l="T" nqf="0" cutoff_r="  1.5082667E+00" cutoff_r_index="  1204" iraug="  1204" nqlc="  3" lmax_aug="  2" shape="SINC**2" augmentation_epsilon="1.d-12">
+    <PP_Q type="real" size="   16" columns="3">
+ -1.55121428389757600E-02 -1.29616831740481699E-02  0.00000000000000000E+00
+  0.00000000000000000E+00 -1.29616831740481699E-02 -1.62131282375050367E-02
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  2.99681638043615639E-01 -5.49647361857379058E-01
+  0.00000000000000000E+00  0.00000000000000000E+00 -5.49647361857379058E-01
+  9.76208956872777867E-01
+                                       </PP_Q>
+    <PP_MULTIPOLES type="real" size="    48" columns="3">
+ -1.55121428389757600E-02 -1.29616831740481699E-02  0.00000000000000000E+00
+  0.00000000000000000E+00 -1.29616831740481699E-02 -1.62131282375050367E-02
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  2.99681638043615639E-01 -5.49647361857379058E-01
+  0.00000000000000000E+00  0.00000000000000000E+00 -5.49647361857379058E-01
+  9.76208956872777867E-01  0.00000000000000000E+00  0.00000000000000000E+00
+ -1.04214564092477396E-01  2.18098781918449197E-01  0.00000000000000000E+00
+  0.00000000000000000E+00 -1.15923759519435302E-01  2.33326316432862058E-01
+ -1.04214564092477396E-01 -1.15923759519435302E-01  0.00000000000000000E+00
+  0.00000000000000000E+00  2.18098781918449197E-01  2.33326316432862058E-01
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  1.10987060554912267E-01 -1.91449094721795054E-01  0.00000000000000000E+00
+  0.00000000000000000E+00 -1.91449094721795054E-01  3.08048384720900126E-01
+                                       </PP_MULTIPOLES>
+ <PP_QIJL.1.1.0 type="real" size="  1489" columns="3" first_index=" 1" second_index=" 1" composite_index=" 1" angular_momentum="0">
+ -9.16134657456004574E-10 -9.30910704912827138E-10 -9.45925070583378040E-10
+ -9.61181598226916930E-10 -9.76684193597480897E-10 -9.92436825443776152E-10
+ -1.00844352652519963E-09 -1.02470839464424870E-09 -1.04123559369557954E-09
+ -1.05802935473198442E-09 -1.07509397704756802E-09 -1.09243382927838606E-09
+ -1.11005335052084083E-09 -1.12795705146811447E-09 -1.14614951556492985E-09
+ -1.16463540018093749E-09 -1.18341943780302507E-09 -1.20250643724686114E-09
+ -1.22190128488797899E-09 -1.24160894591271126E-09 -1.26163446558930689E-09
+ -1.28198297055954648E-09 -1.30265967015118949E-09 -1.32366985771158874E-09
+ -1.34501891196281882E-09 -1.36671229837865180E-09 -1.38875557058375602E-09
+ -1.41115437177544605E-09 -1.43391443616837387E-09 -1.45704159046251992E-09
+ -1.48054175533485801E-09 -1.50442094695507884E-09 -1.52868527852576406E-09
+ -1.55334096184739589E-09 -1.57839430890861266E-09 -1.60385173350211154E-09
+ -1.62971975286661360E-09 -1.65600498935530843E-09 -1.68271417213121765E-09
+ -1.70985413888988937E-09 -1.73743183760988974E-09 -1.76545432833152086E-09
+ -1.79392878496422660E-09 -1.82286249712315415E-09 -1.85226287199533038E-09
+ -1.88213743623594445E-09 -1.91249383789521083E-09 -1.94333984837630689E-09
+ -1.97468336442489735E-09 -2.00653241015074155E-09 -2.03889513908190761E-09
+ -2.07177983625211637E-09 -2.10519492032175531E-09 -2.13914894573310511E-09
+ -2.17365060490030937E-09 -2.20870873043469111E-09 -2.24433229740594149E-09
+ -2.28053042563978317E-09 -2.31731238205269831E-09 -2.35468758302430160E-09
+ -2.39266559680799109E-09 -2.43125614598045700E-09 -2.47046910993074267E-09
+ -2.51031452738936702E-09 -2.55080259899835451E-09 -2.59194368992259341E-09
+ -2.63374833250342959E-09 -2.67622722895493654E-09 -2.71939125410381263E-09
+ -2.76325145817331372E-09 -2.80781906961224267E-09 -2.85310549796941935E-09
+ -2.89912233681465846E-09 -2.94588136670670475E-09 -2.99339455820919304E-09
+ -3.04167407495511879E-09 -3.09073227676081445E-09 -3.14058172279012212E-09
+ -3.19123517476960822E-09 -3.24270560025562373E-09 -3.29500617595407032E-09
+ -3.34815029109370370E-09 -3.40215155085384598E-09 -3.45702377984738146E-09
+ -3.51278102565992372E-09 -3.56943756244607721E-09 -3.62700789458368548E-09
+ -3.68550676038703457E-09 -3.74494913587992697E-09 -3.80535023862963317E-09
+ -3.86672553164264968E-09 -3.92909072732332323E-09 -3.99246179149629735E-09
+ -4.05685494749384254E-09 -4.12228668030912105E-09 -4.18877374081641684E-09
+ -4.25633315005945495E-09 -4.32498220360886738E-09 -4.39473847598995031E-09
+ -4.46561982518182596E-09 -4.53764439718918053E-09 -4.61083063068772872E-09
+ -4.68519726174461336E-09 -4.76076332861492303E-09 -4.83754817661558666E-09
+ -4.91557146307787092E-09 -4.99485316237975187E-09 -5.07541357105946113E-09
+ -5.15727331301149203E-09 -5.24045334476642564E-09 -5.32497496085590594E-09
+ -5.41085979926413806E-09 -5.49812984696732578E-09 -5.58680744556245444E-09
+ -5.67691529698682383E-09 -5.76847646932987877E-09 -5.86151440273875087E-09
+ -5.95605291541903624E-09 -6.05211620973238211E-09 -6.14972887839242038E-09
+ -6.24891591076060472E-09 -6.34970269924360551E-09 -6.45211504579390479E-09
+ -6.55617916851521641E-09 -6.66192170837444043E-09 -6.76936973602188313E-09
+ -6.87855075872147373E-09 -6.98949272739275565E-09 -7.10222404376645867E-09
+ -7.21677356765546292E-09 -7.33317062434306765E-09 -7.45144501209040065E-09
+ -7.57162700976489207E-09 -7.69374738459184020E-09 -7.81783740003093858E-09
+ -7.94392882377989115E-09 -8.07205393590706342E-09 -8.20224553711536423E-09
+ -8.33453695713934986E-09 -8.46896206327781873E-09 -8.60555526906397279E-09
+ -8.74435154307544856E-09 -8.88538641788643798E-09 -9.02869599916418695E-09
+ -9.17431697491222257E-09 -9.32228662486262994E-09 -9.47264283001984703E-09
+ -9.62542408235837797E-09 -9.78066949467689149E-09 -9.93841881061130670E-09
+ -1.00987124148093050E-08 -1.02615913432690088E-08 -1.04270972938443759E-08
+ -1.05952726369200212E-08 -1.07661604262582332E-08 -1.09398044100209386E-08
+ -1.11162490419693924E-08 -1.12955394928445696E-08 -1.14777216619310481E-08
+ -1.16628421888074399E-08 -1.18509484652863298E-08 -1.20420886475467483E-08
+ -1.22363116684624103E-08 -1.24336672501287007E-08 -1.26342059165917478E-08
+ -1.28379790067828269E-08 -1.30450386876612920E-08 -1.32554379675695760E-08
+ -1.34692307098035383E-08 -1.36864716464016633E-08 -1.39072163921567342E-08
+ -1.41315214588534159E-08 -1.43594442697355202E-08 -1.45910431742065749E-08
+ -1.48263774627675264E-08 -1.50655073821953170E-08 -1.53084941509663108E-08
+ -1.55553999749285637E-08 -1.58062880632264950E-08 -1.60612226444830921E-08
+ -1.63202689832422071E-08 -1.65834933966770157E-08 -1.68509632715670095E-08
+ -1.71227470815497407E-08 -1.73989144046498023E-08 -1.76795359410916324E-08
+ -1.79646835313984781E-08 -1.82544301747844023E-08 -1.85488500478417722E-08
+ -1.88480185235312589E-08 -1.91520121904771417E-08 -1.94609088725747544E-08
+ -1.97747876489130840E-08 -2.00937288740199600E-08 -2.04178141984324513E-08
+ -2.07471265896002794E-08 -2.10817503531252129E-08 -2.14217711543441413E-08
+ -2.17672760402591163E-08 -2.21183534618223276E-08 -2.24750932965790848E-08
+ -2.28375868716775556E-08 -2.32059269872480639E-08 -2.35802079401608977E-08
+ -2.39605255481659739E-08 -2.43469771744231310E-08 -2.47396617524266955E-08
+ -2.51386798113335008E-08 -2.55441335016979154E-08 -2.59561266216233598E-08
+ -2.63747646433344445E-08 -2.68001547401783856E-08 -2.72324058140616524E-08
+ -2.76716285233291240E-08 -2.81179353110929767E-08 -2.85714404340183946E-08
+ -2.90322599915736517E-08 -2.95005119557517736E-08 -2.99763162012717420E-08
+ -3.04597945362667067E-08 -3.09510707334671963E-08 -3.14502705618872204E-08
+ -3.19575218190214521E-08 -3.24729543635616693E-08 -3.29967001486408799E-08
+ -3.35288932556136366E-08 -3.40696699283811746E-08 -3.46191686082700836E-08
+ -3.51775299694736355E-08 -3.57448969550646411E-08 -3.63214148135891726E-08
+ -3.69072311362504691E-08 -3.75024958946925030E-08 -3.81073614793931238E-08
+ -3.87219827386761534E-08 -3.93465170183528579E-08 -3.99811242020028382E-08
+ -4.06259667519043098E-08 -4.12812097506247967E-08 -4.19470209432824969E-08
+ -4.26235707804892385E-08 -4.33110324619860632E-08 -4.40095819809826089E-08
+ -4.47193981692115463E-08 -4.54406627427097038E-08 -4.61735603483375672E-08
+ -4.69182786110491111E-08 -4.76750081819238613E-08 -4.84439427869737667E-08
+ -4.92252792767371967E-08 -5.00192176766728691E-08 -5.08259612383664389E-08
+ -5.16457164915629516E-08 -5.24786932970386598E-08 -5.33251049003254573E-08
+ -5.41851679863016698E-08 -5.50591027346634816E-08 -5.59471328762910604E-08
+ -5.68494857505235559E-08 -5.77663923633579654E-08 -5.86980874465866321E-08
+ -5.96448095178886604E-08 -6.06068009418902054E-08 -6.15843079922096358E-08
+ -6.25775809145037584E-08 -6.35868739905302296E-08 -6.46124456032437056E-08
+ -6.56545583029415712E-08 -6.67134788744766262E-08 -6.77894784055536834E-08
+ -6.88828323561277978E-08 -6.99938206289215334E-08 -7.11227276410797945E-08
+ -7.22698423969801826E-08 -7.34354585622176448E-08 -7.46198745387825257E-08
+ -7.58233935414505646E-08 -7.70463236754057096E-08 -7.82889780151142111E-08
+ -7.95516746844709980E-08 -8.08347369382387327E-08 -8.21384932448002831E-08
+ -8.34632773702457212E-08 -8.48094284638156073E-08 -8.61772911447223170E-08
+ -8.75672155903713945E-08 -8.89795576260058417E-08 -9.04146788157967570E-08
+ -9.18729465554017741E-08 -9.33547341660176560E-08 -9.48604209899494203E-08
+ -9.63903924877191068E-08 -9.79450403367444936E-08 -9.95247625316042798E-08
+ -1.01129963485925733E-07 -1.02761054135909983E-07 -1.04418452045532680E-07
+ -1.06102581513435555E-07 -1.07813873681547873E-07 -1.09552766645453439E-07
+ -1.11319705566543898E-07 -1.13115142785974474E-07 -1.14939537940464172E-07
+ -1.16793358079956662E-07 -1.18677077787185701E-07 -1.20591179299162255E-07
+ -1.22536152630627492E-07 -1.24512495699489674E-07 -1.26520714454291609E-07
+ -1.28561323003726431E-07 -1.30634843748249336E-07 -1.32741807513804521E-07
+ -1.34882753687716884E-07 -1.37058230356766568E-07 -1.39268794447499280E-07
+ -1.41515011868791100E-07 -1.43797457656719855E-07 -1.46116716121766108E-07
+ -1.48473380998394993E-07 -1.50868055597043070E-07 -1.53301352958564750E-07
+ -1.55773896011160105E-07 -1.58286317729843243E-07 -1.60839261298472913E-07
+ -1.63433380274405939E-07 -1.66069338755795996E-07 -1.68747811551600587E-07
+ -1.71469484354319805E-07 -1.74235053915531077E-07 -1.77045228224244417E-07
+ -1.79900726688144472E-07 -1.82802280317744989E-07 -1.85750631913523649E-07
+ -1.88746536256064731E-07 -1.91790760299277840E-07 -1.94884083366723149E-07
+ -1.98027297351113284E-07 -2.01221206917020823E-07 -2.04466629706867343E-07
+ -2.07764396550222214E-07 -2.11115351676488261E-07 -2.14520352931005700E-07
+ -2.17980271994654088E-07 -2.21495994606981922E-07 -2.25068420792948705E-07
+ -2.28698465093309884E-07 -2.32387056798730489E-07 -2.36135140187661018E-07
+ -2.39943674768062745E-07 -2.43813635523017925E-07 -2.47746013160314559E-07
+ -2.51741814366042078E-07 -2.55802062062290449E-07 -2.59927795668993895E-07
+ -2.64120071370003954E-07 -2.68379962383449902E-07 -2.72708559236461713E-07
+ -2.77106970044320938E-07 -2.81576320794114566E-07 -2.86117755632964090E-07
+ -2.90732437160900217E-07 -2.95421546728463029E-07 -3.00186284739099784E-07
+ -3.05027870956439510E-07 -3.09947544816523963E-07 -3.14946565745070911E-07
+ -3.20026213479856567E-07 -3.25187788398295947E-07 -3.30432611850304794E-07
+ -3.35762026496530212E-07 -3.41177396652035341E-07 -3.46680108635526596E-07
+ -3.52271571124211080E-07 -3.57953215514377501E-07 -3.63726496287792397E-07
+ -3.69592891384003837E-07 -3.75553902578648511E-07 -3.81611055867859955E-07
+ -3.87765901858875306E-07 -3.94020016166940806E-07 -4.00374999818617328E-07
+ -4.06832479661588732E-07 -4.13394108781081106E-07 -4.20061566922993837E-07
+ -4.26836560923855968E-07 -4.33720825147715211E-07 -4.40716121930070396E-07
+ -4.47824242028963688E-07 -4.55047005083347172E-07 -4.62386260078838424E-07
+ -4.69843885820988843E-07 -4.77421791416182473E-07 -4.85121916760288628E-07
+ -4.92946233035194825E-07 -5.00896743213345348E-07 -5.08975482570415827E-07
+ -5.17184519206253010E-07 -5.25525954574216349E-07 -5.34001924019054623E-07
+ -5.42614597323454049E-07 -5.51366179263401997E-07 -5.60258910172501203E-07
+ -5.69295066515387670E-07 -5.78476961470389599E-07 -5.87806945521585422E-07
+ -5.97287407060403442E-07 -6.06920772996927318E-07 -6.16709509381054646E-07
+ -6.26656122033670661E-07 -6.36763157188000084E-07 -6.47033202141298819E-07
+ -6.57468885917053405E-07 -6.68072879937856572E-07 -6.78847898709130655E-07
+ -6.89796700513881697E-07 -7.00922088118646350E-07 -7.12226909490825235E-07
+ -7.23714058527582640E-07 -7.35386475796493821E-07 -7.47247149288138538E-07
+ -7.59299115180821995E-07 -7.71545458617630470E-07 -7.83989314496015844E-07
+ -7.96633868270105211E-07 -8.09482356765949014E-07 -8.22538069009911439E-07
+ -8.35804347070416072E-07 -8.49284586913261346E-07 -8.62982239270724420E-07
+ -8.76900810524678886E-07 -8.91043863603949209E-07 -9.05415018896133856E-07
+ -9.20017955174122335E-07 -9.34856410537552726E-07 -9.49934183369448895E-07
+ -9.65255133308271794E-07 -9.80823182235645644E-07 -9.96642315280008541E-07
+ -1.01271658183644098E-06 -1.02905009660293695E-06 -1.04564704063337540E-06
+ -1.06251166240746726E-06 -1.07964827891795248E-06 -1.09706127677531845E-06
+ -1.11475511333032466E-06 -1.13273431781463123E-06 -1.15100349249980580E-06
+ -1.16956731387501733E-06 -1.18843053384371134E-06 -1.20759798093957232E-06
+ -1.22707456156209045E-06 -1.24686526123203616E-06 -1.26697514586717438E-06
+ -1.28740936307854910E-06 -1.30817314348765350E-06 -1.32927180206483372E-06
+ -1.35071073948926543E-06 -1.37249544353084431E-06 -1.39463149045435614E-06
+ -1.41712454644626614E-06 -1.43998036906451640E-06 -1.46320480871168904E-06
+ -1.48680381013190839E-06 -1.51078341393186952E-06 -1.53514975812638049E-06
+ -1.55990907970881124E-06 -1.58506771624684707E-06 -1.61063210750396659E-06
+ -1.63660879708703768E-06 -1.66300443412048937E-06 -1.68982577494744553E-06
+ -1.71707968485827629E-06 -1.74477313984700063E-06 -1.77291322839600306E-06
+ -1.80150715328949409E-06 -1.83056223345619458E-06 -1.86008590584172268E-06
+ -1.89008572731115005E-06 -1.92056937658221462E-06 -1.95154465618967997E-06
+ -1.98301949448134521E-06 -2.01500194764622277E-06 -2.04750020177537870E-06
+ -2.08052257495597977E-06 -2.11407751939908687E-06 -2.14817362360174593E-06
+ -2.18281961454388736E-06 -2.21802435992063221E-06 -2.25379687041056174E-06
+ -2.29014630198051690E-06 -2.32708195822754366E-06 -2.36461329275854101E-06
+ -2.40274991160826599E-06 -2.44150157569630189E-06 -2.48087820332358782E-06
+ -2.52088987270916179E-06 -2.56154682456777506E-06 -2.60285946472901883E-06
+ -2.64483836679863614E-06 -2.68749427486267371E-06 -2.73083810623525040E-06
+ -2.77488095425054647E-06 -2.81963409109976838E-06 -2.86510897071379978E-06
+ -2.91131723169228332E-06 -2.95827070027986448E-06 -3.00598139339037403E-06
+ -3.05446152167967555E-06 -3.10372349266806432E-06 -3.15377991391292074E-06
+ -3.20464359623244654E-06 -3.25632755698131230E-06 -3.30884502337905268E-06
+ -3.36220943589205169E-06 -3.41643445166995960E-06 -3.47153394803744271E-06
+ -3.52752202604219300E-06 -3.58441301406004778E-06 -3.64222147145813821E-06
+ -3.70096219231700915E-06 -3.76065020921266325E-06 -3.82130079705948075E-06
+ -3.88292947701498551E-06 -3.94555202044745361E-06 -4.00918445296746114E-06
+ -4.07384305852428966E-06 -4.13954438356825205E-06 -4.20630524128000932E-06
+ -4.27414271586797025E-06 -4.34307416693483688E-06 -4.41311723391437830E-06
+ -4.48428984057964496E-06 -4.55661019962377197E-06 -4.63009681731446494E-06
+ -4.70476849822338388E-06 -4.78064435003160340E-06 -4.85774378841240098E-06
+ -4.93608654199261360E-06 -5.01569265739372129E-06 -5.09658250435412044E-06
+ -5.17877678093384908E-06 -5.26229651880297270E-06 -5.34716308861505027E-06
+ -5.43339820546703162E-06 -5.52102393444695467E-06 -5.61006269627089222E-06
+ -5.70053727301044295E-06 -5.79247081391244583E-06 -5.88588684131235173E-06
+ -5.98080925664258979E-06 -6.07726234653757351E-06 -6.17527078903686097E-06
+ -6.27485965988803711E-06 -6.37605443895094349E-06 -6.47888101670472007E-06
+ -6.58336570085964784E-06 -6.68953522307528391E-06 -6.79741674578651964E-06
+ -6.90703786913937604E-06 -7.01842663803822646E-06 -7.13161154930631666E-06
+ -7.24662155896132380E-06 -7.36348608960765946E-06 -7.48223503794785195E-06
+ -7.60289878241455879E-06 -7.72550819092515420E-06 -7.85009462876091004E-06
+ -7.97668996657270399E-06 -8.10532658851537256E-06 -8.23603740051264947E-06
+ -8.36885583865468588E-06 -8.50381587773079938E-06 -8.64095203989917134E-06
+ -8.78029940349568461E-06 -8.92189361198422082E-06 -9.06577088305066022E-06
+ -9.21196801784283207E-06 -9.36052241035879233E-06 -9.51147205698559374E-06
+ -9.66485556619155011E-06 -9.82071216837403613E-06 -9.97908172586521152E-06
+ -1.01400047430982764E-05 -1.03035223769368874E-05 -1.04696764471702855E-05
+ -1.06385094471766495E-05 -1.08100645547573762E-05 -1.09843856431456693E-05
+ -1.11615172921915551E-05 -1.13415047997261308E-05 -1.15243941931080837E-05
+ -1.17102322409553348E-05 -1.18990664650647861E-05 -1.20909451525229150E-05
+ -1.22859173680103980E-05 -1.24840329663046665E-05 -1.26853426049824882E-05
+ -1.28898977573261020E-05 -1.30977507254360552E-05 -1.33089546535541795E-05
+ -1.35235635416000231E-05 -1.37416322589236384E-05 -1.39632165582788116E-05
+ -1.41883730900207531E-05 -1.44171594165307347E-05 -1.46496340268716400E-05
+ -1.48858563516780886E-05 -1.51258867782848923E-05 -1.53697866660976582E-05
+ -1.56176183622088221E-05 -1.58694452172637416E-05 -1.61253316015816348E-05
+ -1.63853429215336915E-05 -1.66495456361831738E-05 -1.69180072741916009E-05
+ -1.71907964509952462E-05 -1.74679828862562210E-05 -1.77496374215917893E-05
+ -1.80358320385875738E-05 -1.83266398770996133E-05 -1.86221352538481051E-05
+ -1.89223936813081774E-05 -1.92274918869023312E-05 -1.95375078324995523E-05
+ -1.98525207342255277E-05 -2.01726110825882508E-05 -2.04978606629259075E-05
+ -2.08283525761819861E-05 -2.11641712600111022E-05 -2.15054025102214305E-05
+ -2.18521335025592816E-05 -2.22044528148410257E-05 -2.25624504494378971E-05
+ -2.29262178561178235E-05 -2.32958479552530242E-05 -2.36714351613985070E-05
+ -2.40530754072448929E-05 -2.44408661679530288E-05 -2.48349064858760944E-05
+ -2.52352969956754366E-05 -2.56421399498359432E-05 -2.60555392445858134E-05
+ -2.64756004462315639E-05 -2.69024308179124023E-05 -2.73361393467790739E-05
+ -2.77768367716048123E-05 -2.82246356108354991E-05 -2.86796501910855159E-05
+ -2.91419966760860984E-05 -2.96117930960912808E-05 -3.00891593777551978E-05
+ -3.05742173744833720E-05 -3.10670908972647712E-05 -3.15679057459933415E-05
+ -3.20767897412862853E-05 -3.25938727568073872E-05 -3.31192867521018600E-05
+ -3.36531658059493989E-05 -3.41956461502514417E-05 -3.47468662044543713E-05
+ -3.53069666105167027E-05 -3.58760902684301006E-05 -3.64543823723027392E-05
+ -3.70419904470137314E-05 -3.76390643854460950E-05 -3.82457564863058116E-05
+ -3.88622214925465887E-05 -3.94886166303995111E-05 -4.01251016490182630E-05
+ -4.07718388607506853E-05 -4.14289931820459949E-05 -4.20967321750080663E-05
+ -4.27752260896017281E-05 -4.34646479065225504E-05 -4.41651733807519093E-05
+ -4.48769810857950919E-05 -4.56002524586150387E-05 -4.63351718452739212E-05
+ -4.70819265472931933E-05 -4.78407068687432968E-05 -4.86117061640701164E-05
+ -4.93951208866723804E-05 -5.01911506382537233E-05 -5.09999982189448378E-05
+ -5.18218696782117198E-05 -5.26569743665629165E-05 -5.35055249880681582E-05
+ -5.43677376537003799E-05 -5.52438319355082823E-05 -5.61340309216381357E-05
+ -5.70385612722304190E-05 -5.79576532761841867E-05 -5.88915409088084217E-05
+ -5.98404618903749497E-05 -6.08046577455863046E-05 -6.17843738639723631E-05
+ -6.27798595612213435E-05 -6.37913681414717880E-05 -6.48191569605906199E-05
+ -6.58634874904275854E-05 -6.69246253840701980E-05 -6.80028405421144303E-05
+ -6.90984071799662390E-05 -7.02116038961891409E-05 -7.13427137419014602E-05
+ -7.24920242912619915E-05 -7.36598277130621739E-05 -7.48464208434192711E-05
+ -7.60521052595941279E-05 -7.72771873549527993E-05 -7.85219784150884123E-05
+ -7.97867946951188182E-05 -8.10719574981622699E-05 -8.23777932550439550E-05
+ -8.37046336052446838E-05 -8.50528154790854206E-05 -8.64226811811773894E-05
+ -8.78145784751570410E-05 -8.92288606697243258E-05 -9.06658867060024058E-05
+ -9.21260212462151874E-05 -9.36096347637573354E-05 -9.51171036346543292E-05
+ -9.66488102304088615E-05 -9.82051430122676361E-05 -9.97864966269303312E-05
+ -1.01393272003720705E-04 -1.03025876453236292E-04 -1.04684723767474002E-04
+ -1.06370234321527784E-04 -1.08082835176836732E-04 -1.09822960185986798E-04
+ -1.11591050099104277E-04 -1.13387552671863275E-04 -1.15212922775130566E-04
+ -1.17067622506262706E-04 -1.18952121302050594E-04 -1.20866896053438064E-04
+ -1.22812431221964335E-04 -1.24789218957943886E-04 -1.26797759220425758E-04
+ -1.28838559898955936E-04 -1.30912136937168727E-04 -1.33019014458218268E-04
+ -1.35159724892047306E-04 -1.37334809104652740E-04 -1.39544816529261730E-04
+ -1.41790305299446757E-04 -1.44071842384224045E-04 -1.46390003725161062E-04
+ -1.48745374375521943E-04 -1.51138548641453573E-04 -1.53570130225219722E-04
+ -1.56040732370674770E-04 -1.58550978010847280E-04 -1.61101499917681309E-04
+ -1.63692940853981913E-04 -1.66325953727592714E-04 -1.69001201747836160E-04
+ -1.71719358584205840E-04 -1.74481108527341368E-04 -1.77287146652504090E-04
+ -1.80138178985372898E-04 -1.83034922670233968E-04 -1.85978106140611139E-04
+ -1.88968469292366250E-04 -1.92006763659302452E-04 -1.95093752591239461E-04
+ -1.98230211434631526E-04 -2.01416927715960040E-04 -2.04654701327670738E-04
+ -2.07944344716751915E-04 -2.11286683076005084E-04 -2.14682554538038294E-04
+ -2.18132810372012825E-04 -2.21638315183085246E-04 -2.25199947114683023E-04
+ -2.28818598053836207E-04 -2.32495173839282829E-04 -2.36230594472479577E-04
+ -2.40025794331563273E-04 -2.43881722388296823E-04 -2.47799342428029986E-04
+ -2.51779633272574397E-04 -2.55823589006233239E-04 -2.59932219205168331E-04
+ -2.64106549169776448E-04 -2.68347620160237126E-04 -2.72656489635276632E-04
+ -2.77034231494184232E-04 -2.81481936322102951E-04 -2.86000711638442523E-04
+ -2.90591682148802000E-04 -2.95255990000498428E-04 -2.99994795041334729E-04
+ -3.04809275081806090E-04 -3.09700626160787004E-04 -3.14670062814730056E-04
+ -3.19718818350392094E-04 -3.24848145120866039E-04 -3.30059314805514019E-04
+ -3.35353618693740323E-04 -3.40732367972224417E-04 -3.46196894015848226E-04
+ -3.51748548682350565E-04 -3.57388704610740130E-04 -3.63118755523461937E-04
+ -3.68940116532016514E-04 -3.74854224446906684E-04 -3.80862538091596983E-04
+ -3.86966538620136429E-04 -3.93167729838698088E-04 -3.99467638531066484E-04
+ -4.05867814788094872E-04 -4.12369832341093667E-04 -4.18975288898773481E-04
+ -4.25685806488955074E-04 -4.32503031804390219E-04 -4.39428636552398420E-04
+ -4.46464317808600549E-04 -4.53611798374764714E-04 -4.60872827140781677E-04
+ -4.68249179450662997E-04 -4.75742657472134651E-04 -4.83355090571443394E-04
+ -4.91088335692239615E-04 -4.98944277738373938E-04 -5.06924829960885785E-04
+ -5.15031934349189269E-04 -5.23267562026458037E-04 -5.31633713649006640E-04
+ -5.40132419809222458E-04 -5.48765741444125058E-04 -5.57535770247807871E-04
+ -5.66444629087784184E-04 -5.75494472425501567E-04 -5.84687486741024189E-04
+ -5.94025890961853969E-04 -6.03511936895525397E-04 -6.13147909665633269E-04
+ -6.22936128153800113E-04 -6.32878945445116640E-04 -6.42978749277327679E-04
+ -6.53237962494006025E-04 -6.63659043501671161E-04 -6.74244486730818143E-04
+ -6.84996823100223503E-04 -6.95918620484471434E-04 -7.07012484187551733E-04
+ -7.18281057419245658E-04 -7.29727021774886258E-04 -7.41353097718682038E-04
+ -7.53162045070535123E-04 -7.65156663496268036E-04 -7.77339793000267711E-04
+ -7.89714314421030182E-04 -8.02283149932606142E-04 -8.15049263547805523E-04
+ -8.28015661624096526E-04 -8.41185393372329004E-04 -8.54561551368163358E-04
+ -8.68147272066054250E-04 -8.81945736314290437E-04 -8.95960169872495635E-04
+ -9.10193843934401859E-04 -9.24650075650903461E-04 -9.39332228654719587E-04
+ -9.54243713586707429E-04 -9.69387988623635912E-04 -9.84768560007184737E-04
+ -1.00038898257197675E-03 -1.01625286027548609E-03 -1.03236384673192623E-03
+ -1.04872564574437716E-03 -1.06534201183688211E-03 -1.08221675078643735E-03
+ -1.09935372015461190E-03 -1.11675682981839087E-03 -1.13443004249720938E-03
+ -1.15237737428106014E-03 -1.17060289516038524E-03 -1.18911072955143896E-03
+ -1.20790505681924614E-03 -1.22699011179794944E-03 -1.24637018530814633E-03
+ -1.26604962467059216E-03 -1.28603283421218793E-03 -1.30632427577195669E-03
+ -1.32692846920538354E-03 -1.34784999288053379E-03 -1.36909348416844735E-03
+ -1.39066363992740869E-03 -1.41256521698056433E-03 -1.43480303258585926E-03
+ -1.45738196489307993E-03 -1.48030695339938984E-03 -1.50358299939815760E-03
+ -1.52721516641474695E-03 -1.55120858063200026E-03 -1.57556843130482308E-03
+ -1.60029997116314070E-03 -1.62540851680159160E-03 -1.65089944904961840E-03
+ -1.67677821333791360E-03 -1.70305032005100545E-03 -1.72972134486052559E-03
+ -1.75679692904202270E-03 -1.78428277977443804E-03 -1.81218467042131839E-03
+ -1.84050844079114884E-03 -1.86925999736962251E-03 -1.89844531354511859E-03
+ -1.92807042981056175E-03 -1.95814145393786955E-03 -1.98866456112777685E-03
+ -2.01964599413382044E-03 -2.05109206335928442E-03 -2.08300914692303779E-03
+ -2.11540369068691269E-03 -2.14828220827154677E-03 -2.18165128103570702E-03
+ -2.21551755801783481E-03 -2.24988775584223808E-03 -2.28476865858839168E-03
+ -2.32016711762173542E-03 -2.35609005137976798E-03 -2.39254444510727127E-03
+ -2.42953735057277855E-03 -2.46707588573197778E-03 -2.50516723434006253E-03
+ -2.54381864551491170E-03 -2.58303743324908011E-03 -2.62283097586856959E-03
+ -2.66320671542901507E-03 -2.70417215704660046E-03 -2.74573486819931333E-03
+ -2.78790247795444044E-03 -2.83068267612816274E-03 -2.87408321237831322E-03
+ -2.91811189522778007E-03 -2.96277659101592270E-03 -3.00808522276432930E-03
+ -3.05404576896083253E-03 -3.10066626229795654E-03 -3.14795478831221120E-03
+ -3.19591948393423532E-03 -3.24456853594985717E-03 -3.29391017936897425E-03
+ -3.34395269569879184E-03 -3.39470441110220579E-03 -3.44617369445576489E-03
+ -3.49836895533971182E-03 -3.55129864189813278E-03 -3.60497123858349996E-03
+ -3.65939526378452219E-03 -3.71457926733345352E-03 -3.77053182788834873E-03
+ -3.82726155016426635E-03 -3.88477706204304503E-03 -3.94308701158467556E-03
+ -4.00220006387222351E-03 -4.06212489770867505E-03 -4.12287020216323997E-03
+ -4.18444467296253102E-03 -4.24685700872048325E-03 -4.31011590697357415E-03
+ -4.37423006007088295E-03 -4.43920815092557070E-03 -4.50505884855719081E-03
+ -4.57179080344669638E-03 -4.63941264270024620E-03 -4.70793296501620991E-03
+ -4.77736033544735438E-03 -4.84770327991701153E-03 -4.91897027956317203E-03
+ -4.99116976489279510E-03 -5.06431010967810930E-03 -5.13839962461913689E-03
+ -5.21344655076705701E-03 -5.28945905270197456E-03 -5.36644521145414853E-03
+ -5.44441301712130649E-03 -5.52337036128275945E-03 -5.60332502916100275E-03
+ -5.68428469147088007E-03 -5.76625689598131690E-03 -5.84924905878290557E-03
+ -5.93326845525407685E-03 -6.01832221071136979E-03 -6.10441729069335828E-03
+ -6.19156049100460029E-03 -6.27975842743384687E-03 -6.36901752510118501E-03
+ -6.45934400745783871E-03 -6.55074388493104981E-03 -6.64322294320609987E-03
+ -6.73678673112690796E-03 -6.83144054816749169E-03 -6.92718943161894571E-03
+ -7.02403814337058952E-03 -7.12199115625965391E-03 -7.22105264001016330E-03
+ -7.32122644675293425E-03 -7.42251609611899697E-03 -7.52492475988350302E-03
+ -7.62845524612385233E-03 -7.73310998303876080E-03 -7.83889100228208659E-03
+ -7.94579992180718779E-03 -8.05383792823860349E-03 -8.16300575876295967E-03
+ -8.27330368253266155E-03 -8.38473148155761787E-03 -8.49728843106869677E-03
+ -8.61097327947696854E-03 -8.72578422778061413E-03 -8.84171890843474598E-03
+ -8.95877436369608635E-03 -9.07694702343639012E-03 -9.19623268242036537E-03
+ -9.31662647702862466E-03 -9.43812286143411346E-03 -9.56071558330101774E-03
+ -9.68439765889517190E-03 -9.80916134763164249E-03 -9.93499812606774522E-03
+ -1.00618986613396372E-02 -1.01898527840421534E-02 -1.03188494605537806E-02
+ -1.04488767648297735E-02 -1.05799218496481096E-02 -1.07119709172856115E-02
+ -1.08450091896468443E-02 -1.09790208778513705E-02 -1.11139891512861983E-02
+ -1.12498961061300029E-02 -1.13867227334001220E-02 -1.15244488865247872E-02
+ -1.16630532483233303E-02 -1.18025132975257754E-02 -1.19428052748272815E-02
+ -1.20839041484868751E-02 -1.22257835794888914E-02 -1.23684158862878788E-02
+ -1.25117720092826710E-02 -1.26558214749191000E-02 -1.28005323592219160E-02
+ -1.29458712511091190E-02 -1.30918032154285213E-02 -1.32382917557368716E-02
+ -1.33852987768575300E-02 -1.35327845472626111E-02 -1.36807076615889228E-02
+ -1.38290250029299289E-02 -1.39776917047099089E-02 -1.41266611127722225E-02
+ -1.42758847475332757E-02 -1.44253122662429626E-02 -1.45748914254127098E-02
+ -1.47245680435023844E-02 -1.48742859644307134E-02 -1.50239870210422122E-02
+ -1.51736109985376160E-02 -1.53230955988039076E-02 -1.54723764053740654E-02
+ -1.56213868490897908E-02 -1.57700581745625450E-02 -1.59183194076053490E-02
+ -1.60660973245628190E-02 -1.62133164217883666E-02 -1.63598988858279365E-02
+ -1.65057645655128996E-02 -1.66508309455442038E-02 -1.67950131216864675E-02
+ -1.69382237777119977E-02 -1.70803731644101828E-02 -1.72213690820516574E-02
+ -1.73611168631678491E-02 -1.74995193573076468E-02 -1.76364769191045441E-02
+ -1.77718873990761368E-02 -1.79056461373322540E-02 -1.80376459603855087E-02
+ -1.81677771816281808E-02 -1.82959276073634894E-02 -1.84219825432628756E-02
+ -1.85458248047785622E-02 -1.86673347327087902E-02 -1.87863902131875024E-02
+ -1.89028667023390037E-02 -1.90166372558514402E-02 -1.91275725644509224E-02
+ -1.92355409975435709E-02 -1.93404086473152811E-02 -1.94420393796210442E-02
+ -1.95402948923158251E-02 -1.96350347801815088E-02 -1.97261166067518208E-02
+ -1.98133959833457877E-02 -1.98967266569697807E-02 -1.99759606093094441E-02
+ -2.00509481561513547E-02 -2.01215380573158929E-02 -2.01875776366895153E-02
+ -2.02489129114381480E-02 -2.03053887307441255E-02 -2.03568489244139936E-02
+ -2.04031364640632415E-02 -2.04440936381393885E-02 -2.04795622273575839E-02
+ -2.05093836950472688E-02 -2.05333993903997238E-02 -2.05514507636523694E-02
+ -2.05633795935451745E-02 -2.05690282273915948E-02 -2.05682398379379745E-02
+ -2.05608586958558222E-02 -2.05467304426379671E-02 -2.05257023829440582E-02
+ -2.04976237922963947E-02 -2.04623462391114209E-02 -2.04197239213033468E-02
+ -2.03696140177300061E-02 -2.03118770604684175E-02 -2.02463773224412641E-02
+ -2.01729832052585205E-02 -2.00915676501439017E-02 -2.00020085654122881E-02
+ -1.99041892693756356E-02 -1.97979989486603905E-02 -1.96833331320320215E-02
+ -1.95600941875592356E-02 -1.94281918313417117E-02 -1.92875436355263372E-02
+ -1.91380755604173766E-02 -1.89797225016630801E-02 -1.88124288511473912E-02
+ -1.86361490710845491E-02 -1.84508482810831209E-02 -1.82565028672149847E-02
+ -1.80531010938214179E-02 -1.78406437117411241E-02 -1.76191445865163075E-02
+ -1.73886313354876150E-02 -1.71491459719126139E-02 -1.69007455548119967E-02
+ -1.66435028437337401E-02 -1.63775069669231700E-02 -1.61028640771820018E-02
+ -1.58196979972005242E-02 -1.55281508724740610E-02 -1.52283838196473724E-02
+ -1.49205775675933777E-02 -1.46049330887902083E-02 -1.42816722191800929E-02
+ -1.39510382712677850E-02 -1.36132966135899657E-02 -1.32687352254056562E-02
+ -1.29176652350472352E-02 -1.25604214303412023E-02 -1.21973627372474660E-02
+ -1.18288726628609838E-02 -1.14553596991735489E-02 -1.10772576841804034E-02
+ -1.06950261039685558E-02 -1.03091503445850684E-02 -9.92014189001728941E-03
+ -9.52853845743614411E-03 -9.13490406457215937E-03 -8.73982902396965716E-03
+ -8.34392985731638795E-03 -7.94784911387590165E-03 -7.55225510620466303E-03
+ -7.15784155600675612E-03 -6.76532713627029259E-03 -6.37545490604883493E-03
+ -5.98899163195955146E-03 -5.60672699042563845E-03 -5.22947263828936731E-03
+ -4.85806112210004047E-03 -4.49334469312870095E-03 -4.13619397998705833E-03
+ -3.78749650353704627E-03 -3.44815503816627575E-03 -3.11908581433348623E-03
+ -2.80121655748845561E-03 -2.49548434198803258E-03 -2.20283322407163057E-03
+ -1.92421179542647197E-03 -1.66057054538163340E-03 -1.41285900707081814E-03
+ -1.18202278141870689E-03 -9.69000214601795345E-04 -7.74719225445565855E-04
+ -6.00093616698852360E-04 -4.46017532380689496E-04 -3.13372296783367759E-04
+ -2.02976384458435197E-04 -1.15744171519519936E-04 -5.21871507330156013E-05
+ -1.36485315795453716E-05 -1.03193162181581518E-07  2.33689680699716740E-07
+ -1.25285356544924135E-07  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00
+                       </PP_QIJL.1.1.0>
+ <PP_QIJL.1.2.0 type="real" size="  1489" columns="3" first_index=" 1" second_index=" 2" composite_index=" 2" angular_momentum="0">
+ -7.65506564629722191E-10 -7.77853179000679026E-10 -7.90398928024598782E-10
+ -8.03147023481455571E-10 -8.16100728953006117E-10 -8.29263360658284046E-10
+ -8.42638288302568443E-10 -8.56228935940049367E-10 -8.70038782850401908E-10
+ -8.84071364429500469E-10 -8.98330273094500251E-10 -9.12819159203514135E-10
+ -9.27541731990124318E-10 -9.42501760512965701E-10 -9.57703074620626081E-10
+ -9.73149565932107771E-10 -9.88845188833100476E-10 -1.00479396148832774E-09
+ -1.02099996687021901E-09 -1.03746735380416923E-09 -1.05420033803066288E-09
+ -1.07120320328452656E-09 -1.08848030239158599E-09 -1.10603605838301334E-09
+ -1.12387496562764775E-09 -1.14200159098257480E-09 -1.16042057496227166E-09
+ -1.17913663292659789E-09 -1.19815455628795513E-09 -1.21747921373791464E-09
+ -1.23711555249362777E-09 -1.25706859956433974E-09 -1.27734346303833051E-09
+ -1.29794533339061222E-09 -1.31887948481171940E-09 -1.34015127655792930E-09
+ -1.36176615432326067E-09 -1.38372965163359675E-09 -1.40604739126330319E-09
+ -1.42872508667468258E-09 -1.45176854348065437E-09 -1.47518366093102139E-09
+ -1.49897643342270871E-09 -1.52315295203436197E-09 -1.54771940608569362E-09
+ -1.57268208472198447E-09 -1.59804737852413566E-09 -1.62382178114469198E-09
+ -1.65001189097025030E-09 -1.67662441281068398E-09 -1.70366615961560651E-09
+ -1.73114405421852303E-09 -1.75906513110911212E-09 -1.78743653823409686E-09
+ -1.81626553882714615E-09 -1.84555951326831165E-09 -1.87532596097343914E-09
+ -1.90557250231405517E-09 -1.93630688056822889E-09 -1.96753696390288475E-09
+ -1.99927074738810204E-09 -2.03151635504388196E-09 -2.06428204191996666E-09
+ -2.09757619620912817E-09 -2.13140734139464546E-09 -2.16578413843230763E-09
+ -2.20071538796771377E-09 -2.23621003258922918E-09 -2.27227715911739922E-09
+ -2.30892600093115202E-09 -2.34616594033166022E-09 -2.38400651094419264E-09
+ -2.42245740015883887E-09 -2.46152845161046213E-09 -2.50122966769878688E-09
+ -2.54157121214901581E-09 -2.58256341261381827E-09 -2.62421676331725761E-09
+ -2.66654192774136958E-09 -2.70954974135606387E-09 -2.75325121439306358E-09
+ -2.79765753466457983E-09 -2.84278007042745063E-09 -2.88863037329347211E-09
+ -2.93522018118666803E-09 -2.98256142134826325E-09 -3.03066621339011383E-09
+ -3.07954687239739203E-09 -3.12921591208130952E-09 -3.17968604798269569E-09
+ -3.23097020072723209E-09 -3.28308149933320667E-09 -3.33603328457260835E-09
+ -3.38983911238642384E-09 -3.44451275735503873E-09 -3.50006821622459075E-09
+ -3.55651971149021570E-09 -3.61388169503706817E-09 -3.67216885184008663E-09
+ -3.73139610372341389E-09 -3.79157861318046196E-09 -3.85273178725558730E-09
+ -3.91487128148837220E-09 -3.97801300392151617E-09 -4.04217311917337955E-09
+ -4.10736805257620423E-09 -4.17361449438108060E-09 -4.24092940403073818E-09
+ -4.30933001450123967E-09 -4.37883383671371649E-09 -4.44945866401724843E-09
+ -4.52122257674404231E-09 -4.59414394683809801E-09 -4.66824144255851286E-09
+ -4.74353403325863834E-09 -4.82004099424233753E-09 -4.89778191169856332E-09
+ -4.97677668771549816E-09 -5.05704554537560114E-09 -5.13860903393282146E-09
+ -5.22148803407329174E-09 -5.30570376326088514E-09 -5.39127778116900354E-09
+ -5.47823199519995014E-09 -5.56658866609332644E-09 -5.65637041362489316E-09
+ -5.74760022239734067E-09 -5.84030144772445905E-09 -5.93449782161020957E-09
+ -6.03021345882422078E-09 -6.12747286307530207E-09 -6.22630093328450353E-09
+ -6.32672296995934246E-09 -6.42876468167087651E-09 -6.53245219163520181E-09
+ -6.63781204440113216E-09 -6.74487121264570938E-09 -6.85365710407935492E-09
+ -6.96419756846235740E-09 -7.07652090473455328E-09 -7.19065586825997974E-09
+ -7.30663167818837195E-09 -7.42447802493541434E-09 -7.54422507778361640E-09
+ -7.66590349260579740E-09 -7.78954441971310627E-09 -7.91517951182967145E-09
+ -8.04284093219582840E-09 -8.17256136280204249E-09 -8.30437401275567881E-09
+ -8.43831262678264370E-09 -8.57441149386621756E-09 -8.71270545602516992E-09
+ -8.85322991723347634E-09 -8.99602085248389184E-09 -9.14111481699771700E-09
+ -9.28854895558307438E-09 -9.43836101214416032E-09 -9.59058933934384273E-09
+ -9.74527290842210969E-09 -9.90245131917289006E-09 -1.00621648100817292E-08
+ -1.02244542686270679E-08 -1.03893612417475745E-08 -1.05569279464783423E-08
+ -1.07271972807586564E-08 -1.09002128344139990E-08 -1.10760189003152803E-08
+ -1.12546604857179672E-08 -1.14361833237841172E-08 -1.16206338852902912E-08
+ -1.18080593905242338E-08 -1.19985078213734825E-08 -1.21920279336089024E-08
+ -1.23886692693663849E-08 -1.25884821698298095E-08 -1.27915177881185893E-08
+ -1.29978281023831650E-08 -1.32074659291113726E-08 -1.34204849366500381E-08
+ -1.36369396589438736E-08 -1.38568855094967774E-08 -1.40803787955575266E-08
+ -1.43074767325350385E-08 -1.45382374586452894E-08 -1.47727200497953971E-08
+ -1.50109845347067990E-08 -1.52530919102832998E-08 -1.54991041572260361E-08
+ -1.57490842559011781E-08 -1.60030962024627701E-08 -1.62612050252363656E-08
+ -1.65234768013660407E-08 -1.67899786737308927E-08 -1.70607788681333470E-08
+ -1.73359467107656879E-08 -1.76155526459573078E-08 -1.78996682542091937E-08
+ -1.81883662705182868E-08 -1.84817206029984072E-08 -1.87798063518003921E-08
+ -1.90826998283385856E-08 -1.93904785748262277E-08 -1.97032213841270548E-08
+ -2.00210083199260022E-08 -2.03439207372262837E-08 -2.06720413031759630E-08
+ -2.10054540182315944E-08 -2.13442442376619874E-08 -2.16884986933999562E-08
+ -2.20383055162455675E-08 -2.23937542584280445E-08 -2.27549359165313753E-08
+ -2.31219429547896613E-08 -2.34948693287582667E-08 -2.38738105093666293E-08
+ -2.42588635073591780E-08 -2.46501268981302292E-08 -2.50477008469596035E-08
+ -2.54516871346551616E-08 -2.58621891836089870E-08 -2.62793120842737400E-08
+ -2.67031626220660882E-08 -2.71338493047039875E-08 -2.75714823899849413E-08
+ -2.80161739140122394E-08 -2.84680377198764463E-08 -2.89271894867994489E-08
+ -2.93937467597486275E-08 -2.98678289795285851E-08 -3.03495575133582258E-08
+ -3.08390556859410020E-08 -3.13364488110362447E-08 -3.18418642235397946E-08
+ -3.23554313120818408E-08 -3.28772815521506929E-08 -3.34075485397507868E-08
+ -3.39463680256033343E-08 -3.44938779498988070E-08 -3.50502184776098137E-08
+ -3.56155320343734928E-08 -3.61899633429526950E-08 -3.67736594602851708E-08
+ -3.73667698151303468E-08 -3.79694462463232267E-08 -3.85818430416452886E-08
+ -3.92041169773223860E-08 -3.98364273581594650E-08 -4.04789360583228250E-08
+ -4.11318075627799881E-08 -4.17952090094080034E-08 -4.24693102317808128E-08
+ -4.31542838026466983E-08 -4.38503050781070391E-08 -4.45575522425075615E-08
+ -4.52762063540535060E-08 -4.60064513911605330E-08 -4.67484742995533623E-08
+ -4.75024650401237688E-08 -4.82686166375605847E-08 -4.90471252297639396E-08
+ -4.98381901180566997E-08 -5.06420138182053045E-08 -5.14588021122638220E-08
+ -5.22887641012540837E-08 -5.31321122586953283E-08 -5.39890624849973554E-08
+ -5.48598341627307948E-08 -5.57446502127888855E-08 -5.66437371514549369E-08
+ -5.75573251483903238E-08 -5.84856480855575460E-08 -5.94289436170937379E-08
+ -6.03874532301497562E-08 -6.13614223067105887E-08 -6.23511001864127668E-08
+ -6.33567402303745777E-08 -6.43785998860563886E-08 -6.54169407531664800E-08
+ -6.64720286506299986E-08 -6.75441336846380223E-08 -6.86335303177942086E-08
+ -6.97404974393763623E-08 -7.08653184367314533E-08 -7.20082812678220164E-08
+ -7.31696785349424230E-08 -7.43498075596241486E-08 -7.55489704587495047E-08
+ -7.67674742218919941E-08 -7.80056307899049408E-08 -7.92637571347775462E-08
+ -8.05421753407772568E-08 -8.18412126869040283E-08 -8.31612017306702350E-08
+ -8.45024803932362687E-08 -8.58653920459144276E-08 -8.72502855980729228E-08
+ -8.86575155864525649E-08 -9.00874422659290708E-08 -9.15404317017337753E-08
+ -9.30168558631671201E-08 -9.45170927188180612E-08 -9.60415263333247579E-08
+ -9.75905469656900980E-08 -9.91645511691883733E-08 -1.00763941892878022E-07
+ -1.02389128584756758E-07 -1.04040527296574521E-07 -1.05718560790343111E-07
+ -1.07423658646557454E-07 -1.09156257374168011E-07 -1.10916800522320778E-07
+ -1.12705738793906120E-07 -1.14523530160931564E-07 -1.16370639981762581E-07
+ -1.18247541120247342E-07 -1.20154714066768935E-07 -1.22092647061243841E-07
+ -1.24061836218110061E-07 -1.26062785653324714E-07 -1.28096007613416823E-07
+ -1.30162022606613681E-07 -1.32261359536089668E-07 -1.34394555835356499E-07
+ -1.36562157605844752E-07 -1.38764719756695797E-07 -1.41002806146816876E-07
+ -1.43276989729218691E-07 -1.45587852697689034E-07 -1.47935986635823731E-07
+ -1.50321992668469176E-07 -1.52746481615598699E-07 -1.55210074148679457E-07
+ -1.57713400949552071E-07 -1.60257102871881297E-07 -1.62841831105201776E-07
+ -1.65468247341618584E-07 -1.68137023945186063E-07 -1.70848844124028851E-07
+ -1.73604402105228385E-07 -1.76404403312539410E-07 -1.79249564546962765E-07
+ -1.82140614170241042E-07 -1.85078292291301921E-07 -1.88063350955719960E-07
+ -1.91096554338222298E-07 -1.94178678938310175E-07 -1.97310513779023765E-07
+ -2.00492860608923955E-07 -2.03726534107319960E-07 -2.07012362092818152E-07
+ -2.10351185735222069E-07 -2.13743859770861951E-07 -2.17191252721386426E-07
+ -2.20694247116088724E-07 -2.24253739717815315E-07 -2.27870641752520016E-07
+ -2.31545879142517170E-07 -2.35280392743498514E-07 -2.39075138585372015E-07
+ -2.42931088116983609E-07 -2.46849228454786252E-07 -2.50830562635518713E-07
+ -2.54876109872958916E-07 -2.58986905818818824E-07 -2.63164002827844257E-07
+ -2.67408470227192334E-07 -2.71721394590151758E-07 -2.76103880014276724E-07
+ -2.80557048404006874E-07 -2.85082039757844131E-07 -2.89680012460161105E-07
+ -2.94352143577713928E-07 -2.99099629160937692E-07 -3.03923684550100737E-07
+ -3.08825544686395295E-07 -3.13806464428044672E-07 -3.18867718871507835E-07
+ -3.24010603677864445E-07 -3.29236435404461608E-07 -3.34546551841909639E-07
+ -3.39942312356510696E-07 -3.45425098238211972E-07 -3.50996313054166247E-07
+ -3.56657383007996734E-07 -3.62409757304853662E-07 -3.68254908522357061E-07
+ -3.74194332987521549E-07 -3.80229551159759701E-07 -3.86362108020059272E-07
+ -3.92593573466438691E-07 -3.98925542715777583E-07 -4.05359636712126620E-07
+ -4.11897502541602098E-07 -4.18540813853969855E-07 -4.25291271291027256E-07
+ -4.32150602921891842E-07 -4.39120564685309964E-07 -4.46202940839097343E-07
+ -4.53399544416825877E-07 -4.60712217691875301E-07 -4.68142832648965262E-07
+ -4.75693291463293267E-07 -4.83365526987394767E-07 -4.91161503245856459E-07
+ -4.99083215938003236E-07 -5.07132692948694358E-07 -5.15311994867352586E-07
+ -5.23623215515363315E-07 -5.32068482481976436E-07 -5.40649957668848784E-07
+ -5.49369837843367458E-07 -5.58230355200892505E-07 -5.67233777936064866E-07
+ -5.76382410823331414E-07 -5.85678595806821672E-07 -5.95124712599739658E-07
+ -6.04723179293419964E-07 -6.14476452976200523E-07 -6.24387030362276489E-07
+ -6.34457448430687705E-07 -6.44690285074614351E-07 -6.55088159761139376E-07
+ -6.65653734201645538E-07 -6.76389713033021846E-07 -6.87298844509853704E-07
+ -6.98383921207770478E-07 -7.09647780738133044E-07 -7.21093306474241606E-07
+ -7.32723428289254823E-07 -7.44541123306002847E-07 -7.56549416658892299E-07
+ -7.68751382268087075E-07 -7.81150143626175478E-07 -7.93748874597519132E-07
+ -8.06550800230482717E-07 -8.19559197582761169E-07 -8.32777396560014086E-07
+ -8.46208780768015282E-07 -8.59856788378544285E-07 -8.73724913009232393E-07
+ -8.87816704617590806E-07 -9.02135770409453780E-07 -9.16685775762064437E-07
+ -9.31470445162035433E-07 -9.46493563158439532E-07 -9.61758975331256154E-07
+ -9.77270589275432967E-07 -9.93032375600805212E-07 -1.00904836894813597E-06
+ -1.02532266902153276E-06 -1.04185944163750185E-06 -1.05866291979091297E-06
+ -1.07573740473815245E-06 -1.09308726709772901E-06 -1.11071694796862026E-06
+ -1.12863096006664683E-06 -1.14683388887915633E-06 -1.16533039383832303E-06
+ -1.18412520951335182E-06 -1.20322314682190008E-06 -1.22262909426103081E-06
+ -1.24234801915799850E-06 -1.26238496894119302E-06 -1.28274507243157010E-06
+ -1.30343354115489151E-06 -1.32445567067510824E-06 -1.34581684194924197E-06
+ -1.36752252270408703E-06 -1.38957826883512043E-06 -1.41198972582793922E-06
+ -1.43476263020261068E-06 -1.45790281098129093E-06 -1.48141619117950437E-06
+ -1.50530878932144035E-06 -1.52958672097966945E-06 -1.55425620033967760E-06
+ -1.57932354178960985E-06 -1.60479516153563038E-06 -1.63067757924330724E-06
+ -1.65697741970544579E-06 -1.68370141453679730E-06 -1.71085640389606486E-06
+ -1.73844933823565069E-06 -1.76648728007960687E-06 -1.79497740583023952E-06
+ -1.82392700760380304E-06 -1.85334349509577425E-06 -1.88323439747618305E-06
+ -1.91360736531546103E-06 -1.94447017254133450E-06 -1.97583071842721254E-06
+ -2.00769702961263858E-06 -2.04007726215628230E-06 -2.07297970362200642E-06
+ -2.10641277519852010E-06 -2.14038503385319013E-06 -2.17490517452054203E-06
+ -2.20998203232600441E-06 -2.24562458484545277E-06 -2.28184195440119954E-06
+ -2.31864341039492937E-06 -2.35603837167822387E-06 -2.39403640896125175E-06
+ -2.43264724726026165E-06 -2.47188076838448023E-06 -2.51174701346306803E-06
+ -2.55225618551273900E-06 -2.59341865204678324E-06 -2.63524494772608160E-06
+ -2.67774577705280926E-06 -2.72093201710750549E-06 -2.76481472033022661E-06
+ -2.80940511734647626E-06 -2.85471461983861614E-06 -2.90075482346351332E-06
+ -2.94753751081719585E-06 -2.99507465444723052E-06 -3.04337841991358699E-06
+ -3.09246116889877882E-06 -3.14233546236807400E-06 -3.19301406378057479E-06
+ -3.24450994235197171E-06 -3.29683627636981312E-06 -3.35000645656219803E-06
+ -3.40403408952065615E-06 -3.45893300117812658E-06 -3.51471724034289742E-06
+ -3.57140108228944018E-06 -3.62899903240702155E-06 -3.68752582990699891E-06
+ -3.74699645158980198E-06 -3.80742611567258115E-06 -3.86883028567841048E-06
+ -3.93122467438808263E-06 -3.99462524785547495E-06 -4.05904822948751738E-06
+ -4.12451010418981953E-06 -4.19102762257891718E-06 -4.25861780526235351E-06
+ -4.32729794718766303E-06 -4.39708562206125355E-06 -4.46799868683838467E-06
+ -4.54005528628536345E-06 -4.61327385761511096E-06 -4.68767313519729312E-06
+ -4.76327215534411782E-06 -4.84009026117319343E-06 -4.91814710754863115E-06
+ -4.99746266610154559E-06 -5.07805723033128707E-06 -5.15995142078870128E-06
+ -5.24316619034270403E-06 -5.32772282953155590E-06 -5.41364297200002685E-06
+ -5.50094860002414916E-06 -5.58966205012476818E-06 -5.67980601877128432E-06
+ -5.77140356817708806E-06 -5.86447813218809829E-06 -5.95905352226596581E-06
+ -6.05515393356741608E-06 -6.15280395112112679E-06 -6.25202855610411079E-06
+ -6.35285313221889747E-06 -6.45530347217313665E-06 -6.55940578426330448E-06
+ -6.66518669906414017E-06 -6.77267327622556955E-06 -6.88189301137875277E-06
+ -6.99287384315290520E-06 -7.10564416030511851E-06 -7.22023280896461587E-06
+ -7.33666909999326156E-06 -7.45498281646428090E-06 -7.57520422126105034E-06
+ -7.69736406479784941E-06 -7.82149359286453523E-06 -7.94762455459698275E-06
+ -8.07578921057578025E-06 -8.20602034105487912E-06 -8.33835125432220039E-06
+ -8.47281579519440277E-06 -8.60944835364794681E-06 -8.74828387358866418E-06
+ -8.88935786176185817E-06 -9.03270639680525628E-06 -9.17836613844759832E-06
+ -9.32637433685463703E-06 -9.47676884212492455E-06 -9.62958811393787349E-06
+ -9.78487123135653189E-06 -9.94265790278751329E-06 -1.01029884761004062E-05
+ -1.02659039489093108E-05 -1.04314459790197602E-05 -1.05996568950427806E-05
+ -1.07705797071790382E-05 -1.09442581181757139E-05 -1.11207365344589367E-05
+ -1.13000600774446113E-05 -1.14822745950300091E-05 -1.16674266732695665E-05
+ -1.18555636482382186E-05 -1.20467336180844051E-05 -1.22409854552759765E-05
+ -1.24383688190421423E-05 -1.26389341680145517E-05 -1.28427327730706985E-05
+ -1.30498167303824247E-05 -1.32602389746733597E-05 -1.34740532926892890E-05
+ -1.36913143368834350E-05 -1.39120776393206452E-05 -1.41363996258039127E-05
+ -1.43643376302267602E-05 -1.45959499091550646E-05 -1.48312956566413904E-05
+ -1.50704350192764959E-05 -1.53134291114822489E-05 -1.55603400310482029E-05
+ -1.58112308749164459E-05 -1.60661657552184650E-05 -1.63252098155682470E-05
+ -1.65884292476154094E-05 -1.68558913078617728E-05 -1.71276643347472820E-05
+ -1.74038177660093406E-05 -1.76844221563184665E-05 -1.79695491951952346E-05
+ -1.82592717252130996E-05 -1.85536637604914457E-05 -1.88528005054835167E-05
+ -1.91567583740626628E-05 -1.94656150089142084E-05 -1.97794493012372352E-05
+ -2.00983414107591774E-05 -2.04223727860694038E-05 -2.07516261852765758E-05
+ -2.10861856969950338E-05 -2.14261367616649924E-05 -2.17715661932106721E-05
+ -2.21225622010453808E-05 -2.24792144124269978E-05 -2.28416138951681903E-05
+ -2.32098531807076294E-05 -2.35840262875482285E-05 -2.39642287450677953E-05
+ -2.43505576177078088E-05 -2.47431115295444873E-05 -2.51419906892537825E-05
+ -2.55472969154723734E-05 -2.59591336625604645E-05 -2.63776060467734467E-05
+ -2.68028208728487920E-05 -2.72348866610148126E-05 -2.76739136744269331E-05
+ -2.81200139470369340E-05 -2.85733013119085689E-05 -2.90338914299809871E-05
+ -2.95019018192867489E-05 -2.99774518846325821E-05 -3.04606629477500171E-05
+ -3.09516582779231878E-05 -3.14505631231001034E-05 -3.19575047414935885E-05
+ -3.24726124336883746E-05 -3.29960175752535699E-05 -3.35278536498696296E-05
+ -3.40682562829784747E-05 -3.46173632759649372E-05 -3.51753146408779623E-05
+ -3.57422526356974751E-05 -3.63183218001556283E-05 -3.69036689921307037E-05
+ -3.74984434246117051E-05 -3.81027967032442319E-05 -3.87168828644677984E-05
+ -3.93408584142535244E-05 -3.99748823674514711E-05 -4.06191162877536492E-05
+ -4.12737243282844136E-05 -4.19388732728382828E-05 -4.26147325777611035E-05
+ -4.33014744144881130E-05 -4.39992737127496803E-05 -4.47083082044549379E-05
+ -4.54287584682635094E-05 -4.61608079748511671E-05 -4.69046431328850723E-05
+ -4.76604533357301351E-05 -4.84284310088803173E-05 -4.92087716581310911E-05
+ -5.00016739185053422E-05 -5.08073396039436298E-05 -5.16259737577706259E-05
+ -5.24577847039422356E-05 -5.33029840990957777E-05 -5.41617869854239570E-05
+ -5.50344118443648811E-05 -5.59210806511279088E-05 -5.68220189300683816E-05
+ -5.77374558109235847E-05 -5.86676240859228319E-05 -5.96127602677746569E-05
+ -6.05731046485633720E-05 -6.15489013595703843E-05 -6.25403984320152393E-05
+ -6.35478478587365677E-05 -6.45715056568288025E-05 -6.56116319312481937E-05
+ -6.66684909394014969E-05 -6.77423511567188996E-05 -6.88334853432553956E-05
+ -6.99421706113302144E-05 -7.10686884941988183E-05 -7.22133250157822943E-05
+ -7.33763707614705398E-05 -7.45581209500143812E-05 -7.57588755065218559E-05
+ -7.69789391365555847E-05 -7.82186214013938714E-05 -7.94782367944530782E-05
+ -8.07581048188685117E-05 -8.20585500662622395E-05 -8.33799022967157260E-05
+ -8.47224965199645000E-05 -8.60866730778280941E-05 -8.74727777278733187E-05
+ -8.88811617283910739E-05 -9.03121819246687554E-05 -9.17662008365607493E-05
+ -9.32435867473890395E-05 -9.47447137941924807E-05 -9.62699620593439966E-05
+ -9.78197176635487256E-05 -9.93943728602185618E-05 -1.00994326131328976E-04
+ -1.02619982284716418E-04 -1.04271752552827405E-04 -1.05950054692954457E-04
+ -1.07655313088978691E-04 -1.09387958854640694E-04 -1.11148429938348893E-04
+ -1.12937171229523297E-04 -1.14754634666607469E-04 -1.16601279346677169E-04
+ -1.18477571636668960E-04 -1.20383985286266152E-04 -1.22321001542463555E-04
+ -1.24289109265835016E-04 -1.26288805048506111E-04 -1.28320593333838080E-04
+ -1.30384986537983321E-04 -1.32482505173203653E-04 -1.34613677972991719E-04
+ -1.36779042019033800E-04 -1.38979142870038241E-04 -1.41214534692454233E-04
+ -1.43485780393072293E-04 -1.45793451753532279E-04 -1.48138129566920693E-04
+ -1.50520403776307327E-04 -1.52940873615281119E-04 -1.55400147750526450E-04
+ -1.57898844426462739E-04 -1.60437591611975564E-04 -1.63017027149213245E-04
+ -1.65637798904508249E-04 -1.68300564921616971E-04 -1.71005993577085630E-04
+ -1.73754763737822988E-04 -1.76547564920922936E-04 -1.79385097455762133E-04
+ -1.82268072648397847E-04 -1.85197212948218774E-04 -1.88173252116962780E-04
+ -1.91196935400288751E-04 -1.94269019701665842E-04 -1.97390273758690446E-04
+ -2.00561478321868855E-04 -2.03783426335893452E-04 -2.07056923123438236E-04
+ -2.10382786571389571E-04 -2.13761847319712470E-04 -2.17194948953106098E-04
+ -2.20682948195173351E-04 -2.24226715105240517E-04 -2.27827133277864655E-04
+ -2.31485100045057955E-04 -2.35201526681248812E-04 -2.38977338610851326E-04
+ -2.42813475618767550E-04 -2.46710892063903081E-04 -2.50670557095388684E-04
+ -2.54693454871676034E-04 -2.58780584782541143E-04 -2.62932961674021946E-04
+ -2.67151616076303990E-04 -2.71437594434367963E-04 -2.75791959341896886E-04
+ -2.80215789778391936E-04 -2.84710181349179844E-04 -2.89276246528506417E-04
+ -2.93915114905744757E-04 -2.98627933434744523E-04 -3.03415866686316486E-04
+ -3.08280097103603122E-04 -3.13221825261065026E-04 -3.18242270126819560E-04
+ -3.23342669328041351E-04 -3.28524279419635393E-04 -3.33788376156208676E-04
+ -3.39136254767359038E-04 -3.44569230236248876E-04 -3.50088637581149199E-04
+ -3.55695832140966270E-04 -3.61392189864204313E-04 -3.67179107601115330E-04
+ -3.73058003399273327E-04 -3.79030316802584147E-04 -3.85097509153745847E-04
+ -3.91261063900070843E-04 -3.97522486902311689E-04 -4.03883306747843227E-04
+ -4.10345075067250595E-04 -4.16909366854187249E-04 -4.23577780788736468E-04
+ -4.30351939564279555E-04 -4.37233490217872405E-04 -4.44224104463962228E-04
+ -4.51325479031070270E-04 -4.58539336003177154E-04 -4.65867423164352317E-04
+ -4.73311514346645430E-04 -4.80873409781461356E-04 -4.88554936454417251E-04
+ -4.96357948463658203E-04 -5.04284327381326501E-04 -5.12335982617898771E-04
+ -5.20514851791485786E-04 -5.28822901100036466E-04 -5.37262125696668833E-04
+ -5.45834550068334339E-04 -5.54542228417779148E-04 -5.63387245048771901E-04
+ -5.72371714754069637E-04 -5.81497783206074586E-04 -5.90767627352564717E-04
+ -6.00183455814754224E-04 -6.09747509288172183E-04 -6.19462060946520277E-04
+ -6.29329416848449399E-04 -6.39351916347185006E-04 -6.49531932502172226E-04
+ -6.59871872493144273E-04 -6.70374178039121913E-04 -6.81041325818882901E-04
+ -6.91875827893682644E-04 -7.02880232132334208E-04 -7.14057122638550286E-04
+ -7.25409120180419103E-04 -7.36938882620762742E-04 -7.48649105349552210E-04
+ -7.60542521720728370E-04 -7.72621903489255878E-04 -7.84890061249523792E-04
+ -7.97349844875122702E-04 -8.10004143959843739E-04 -8.22855888259701736E-04
+ -8.35908048134149885E-04 -8.49163634988861515E-04 -8.62625701721838082E-04
+ -8.76297343168046554E-04 -8.90181696544028274E-04 -9.04281941892423266E-04
+ -9.18601302526180440E-04 -9.33143045472122046E-04 -9.47910481911325349E-04
+ -9.62906967620398438E-04 -9.78135903414249644E-04 -9.93600735585072536E-04
+ -1.00930495633931995E-03 -1.02525210423249735E-03 -1.04144576460144227E-03
+ -1.05788956999356451E-03 -1.07458720058964028E-03 -1.09154238462659970E-03
+ -1.10875889881894294E-03 -1.12624056877328902E-03 -1.14399126939814010E-03
+ -1.16201492530853059E-03 -1.18031551122511533E-03 -1.19889705236683980E-03
+ -1.21776362483283929E-03 -1.23691935598307609E-03 -1.25636842481337036E-03
+ -1.27611506231954273E-03 -1.29616355185293826E-03 -1.31651822946684681E-03
+ -1.33718348425320766E-03 -1.35816375866822971E-03 -1.37946354884163343E-03
+ -1.40108740488284716E-03 -1.42303993117562106E-03 -1.44532578665650070E-03
+ -1.46794968507955111E-03 -1.49091639526659258E-03 -1.51423074134217849E-03
+ -1.53789760295112423E-03 -1.56192191545258784E-03 -1.58630867010847655E-03
+ -1.61106291425211598E-03 -1.63618975143401627E-03 -1.66169434154706170E-03
+ -1.68758190093011139E-03 -1.71385770244900462E-03 -1.74052707555157407E-03
+ -1.76759540629052125E-03 -1.79506813733665543E-03 -1.82295076796161709E-03
+ -1.85124885398903292E-03 -1.87996800771613251E-03 -1.90911389780453779E-03
+ -1.93869224913887977E-03 -1.96870884264806418E-03 -1.99916951508402694E-03
+ -2.03008015878482218E-03 -2.06144672139336581E-03 -2.09327520553352457E-03
+ -2.12557166844511407E-03 -2.15834222157612826E-03 -2.19159303013049698E-03
+ -2.22533031256354989E-03 -2.25956034002293893E-03 -2.29428943576478247E-03
+ -2.32952397450817078E-03 -2.36527038173293784E-03 -2.40153513292158715E-03
+ -2.43832475274326178E-03 -2.47564581417756852E-03 -2.51350493756681906E-03
+ -2.55190878959998032E-03 -2.59086408225853593E-03 -2.63037757167950944E-03
+ -2.67045605694398499E-03 -2.71110637879119678E-03 -2.75233541825559104E-03
+ -2.79415009522397673E-03 -2.83655736689669832E-03 -2.87956422616490520E-03
+ -2.92317769993105962E-03 -2.96740484732091860E-03 -3.01225275779890955E-03
+ -3.05772854918600397E-03 -3.10383936557686322E-03 -3.15059237515250088E-03
+ -3.19799476786672031E-03 -3.24605375303109022E-03 -3.29477655681770492E-03
+ -3.34417041962284736E-03 -3.39424259330693440E-03 -3.44500033830866595E-03
+ -3.49645092062955383E-03 -3.54860160868370736E-03 -3.60145966998493038E-03
+ -3.65503236771252569E-03 -3.70932695716130311E-03 -3.76435068201680899E-03
+ -3.82011077047405027E-03 -3.87661443119645226E-03 -3.93386884911037498E-03
+ -3.99188118102848395E-03 -4.05065855106755222E-03 -4.11020804592248257E-03
+ -4.17053670998174773E-03 -4.23165154022724435E-03 -4.29355948093880068E-03
+ -4.35626741819885796E-03 -4.41978217419192361E-03 -4.48411050128967332E-03
+ -4.54925907588210436E-03 -4.61523449203889765E-03 -4.68204325495978277E-03
+ -4.74969177416384187E-03 -4.81818635643863416E-03 -4.88753319854354131E-03
+ -4.95773837966125008E-03 -5.02880785358527770E-03 -5.10074744060139140E-03
+ -5.17356281916849133E-03 -5.24725951732732659E-03 -5.32184290379915034E-03
+ -5.39731817879413652E-03 -5.47369036452323519E-03 -5.55096429540683552E-03
+ -5.62914460796469854E-03 -5.70823573034733543E-03 -5.78824187162965513E-03
+ -5.86916701076551847E-03 -5.95101488518177523E-03 -6.03378897902901931E-03
+ -6.11749251108235394E-03 -6.20212842228571020E-03 -6.28769936292055114E-03
+ -6.37420767936867048E-03 -6.46165540059169020E-03 -6.55004422420507604E-03
+ -6.63937550214318412E-03 -6.72965022592933101E-03 -6.82086901154414522E-03
+ -6.91303208388680413E-03 -7.00613926080849089E-03 -7.10018993670442564E-03
+ -7.19518306576814697E-03 -7.29111714478428239E-03 -7.38799019547252064E-03
+ -7.48579974639280218E-03 -7.58454281440657917E-03 -7.68421588569064614E-03
+ -7.78481489628721820E-03 -7.88633521219737725E-03 -7.98877160907547103E-03
+ -8.09211825143181171E-03 -8.19636867136505805E-03 -8.30151574683121729E-03
+ -8.40755167944773167E-03 -8.51446797183231380E-03 -8.62225540447816331E-03
+ -8.73090401218478557E-03 -8.84040306003159269E-03 -8.95074101887537513E-03
+ -9.06190554039050175E-03 -9.17388343165656019E-03 -9.28666062929910455E-03
+ -9.40022217318902537E-03 -9.51455217974316557E-03 -9.62963381482822775E-03
+ -9.74544926616998861E-03 -9.86197971537765110E-03 -9.97920530957949886E-03
+ -1.00971051326777909E-02 -1.02156571762382544E-02 -1.03348383100315116E-02
+ -1.04546242523482387E-02 -1.05749895400039859E-02 -1.06959074978670715E-02
+ -1.08173502082046687E-02 -1.09392884797967771E-02 -1.10616918168350894E-02
+ -1.11845283876368315E-02 -1.13077649932119082E-02 -1.14313670359418550E-02
+ -1.15552984880716650E-02 -1.16795218598524531E-02 -1.18039981678630824E-02
+ -1.19286869033866354E-02 -1.20535460008759053E-02 -1.21785318065588798E-02
+ -1.23035990472605810E-02 -1.24287007999129822E-02 -1.25537884610285762E-02
+ -1.26788117161434934E-02 -1.28037185100122672E-02 -1.29284550173287861E-02
+ -1.30529656140346562E-02 -1.31771928492946198E-02 -1.33010774182831196E-02
+ -1.34245581365569876E-02 -1.35475719145511132E-02 -1.36700537326644913E-02
+ -1.37919366179415168E-02 -1.39131516219993291E-02 -1.40336278003004439E-02
+ -1.41532921928875545E-02 -1.42720698068441332E-02 -1.43898836016417876E-02
+ -1.45066544747511454E-02 -1.46223012489047916E-02 -1.47367406621263589E-02
+ -1.48498873600427534E-02 -1.49616538906267825E-02 -1.50719507015320969E-02
+ -1.51806861404916605E-02 -1.52877664603573906E-02 -1.53930958244957571E-02
+ -1.54965763154883175E-02 -1.55981079481377904E-02 -1.56975886861710802E-02
+ -1.57949144628403045E-02 -1.58899792056338730E-02 -1.59826748659180756E-02
+ -1.60728914554036408E-02 -1.61605170829947353E-02 -1.62454379973112246E-02
+ -1.63275386354289620E-02 -1.64067016771316486E-02 -1.64828081049265031E-02
+ -1.65557372700832935E-02 -1.66253669660837954E-02 -1.66915735113377442E-02
+ -1.67542318322579063E-02 -1.68132155551181141E-02 -1.68683971063501963E-02
+ -1.69196478205124873E-02 -1.69668380562160645E-02 -1.70098373202989123E-02
+ -1.70485144025091379E-02 -1.70827375217512713E-02 -1.71123744726773309E-02
+ -1.71372927847371938E-02 -1.71573598920088527E-02 -1.71724433130027200E-02
+ -1.71824108407203739E-02 -1.71871307432537312E-02 -1.71864719784124258E-02
+ -1.71803044214137203E-02 -1.71684990929098814E-02 -1.71509284032671412E-02
+ -1.71274664096711104E-02 -1.70979890852107942E-02 -1.70623746001388986E-02
+ -1.70205036155339981E-02 -1.69722595943676939E-02 -1.69175291253987024E-02
+ -1.68562022472467446E-02 -1.67881727917556893E-02 -1.67133387411864710E-02
+ -1.66316025983016987E-02 -1.65428717693279458E-02 -1.64470589598754678E-02
+ -1.63440825903601768E-02 -1.62338672210878970E-02 -1.61163439767441317E-02
+ -1.59914509910162421E-02 -1.58591338638133204E-02 -1.57193461299377675E-02
+ -1.55720497387889928E-02 -1.54172155449041511E-02 -1.52548238168858478E-02
+ -1.50848647486169097E-02 -1.49073389674854173E-02 -1.47222580593030072E-02
+ -1.45296451006506084E-02 -1.43295351970928967E-02 -1.41219760261787480E-02
+ -1.39070283845510682E-02 -1.36847667462583287E-02 -1.34552798107792637E-02
+ -1.32186710422514796E-02 -1.29750592150373757E-02 -1.27245789554696863E-02
+ -1.24673812775260157E-02 -1.22036341103967608E-02 -1.19335228164286680E-02
+ -1.16572507034194851E-02 -1.13750395088127454E-02 -1.10871298631876596E-02
+ -1.07937817400960822E-02 -1.04952748825614395E-02 -1.01919092030215968E-02
+ -9.88400515349349175E-03 -9.57190406294964463E-03 -9.25596843905269681E-03
+ -8.93658222057529608E-03 -8.61415098785695173E-03 -8.28910212823295162E-03
+ -7.96188494904136873E-03 -7.63297073392132236E-03 -7.30285273801186893E-03
+ -6.97204611636731246E-03 -6.64108777224236765E-03 -6.31053613626187185E-03
+ -5.98097087050298779E-03 -5.65299248591216285E-03 -5.32722187001808192E-03
+ -5.00429971998704246E-03 -4.68488587603027671E-03 -4.36965854482398303E-03
+ -4.05931338812886861E-03 -3.75456253263656064E-03 -3.45613346083251333E-03
+ -3.16476777007965518E-03 -2.88121980332797832E-03 -2.60625514719203767E-03
+ -2.34064899330572703E-03 -2.08518434509095052E-03 -1.84065003991213880E-03
+ -1.60783870487690348E-03 -1.38754455273016860E-03 -1.18056099723624040E-03
+ -9.87678166472330575E-04 -8.09680126571246986E-04 -6.47342230748337725E-04
+ -5.01428037064981669E-04 -3.72684677081724588E-04 -2.61848570413112758E-04
+ -1.69603620497459697E-04 -9.67138644900310273E-05 -4.36066970617392512E-05
+ -1.14044812481071297E-05 -8.62264541920754673E-08  1.95267129352593097E-07
+ -1.04686316696539144E-07  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00
+                       </PP_QIJL.1.2.0>
+ <PP_QIJL.1.3.1 type="real" size="  1489" columns="3" first_index=" 1" second_index=" 3" composite_index=" 4" angular_momentum="1">
+ -9.69776816423783855E-13 -9.93333003339819760E-13 -1.01746137751463025E-12
+ -1.04217583755822751E-12 -1.06749061968226333E-12 -1.09342030590047961E-12
+ -1.11997983242834841E-12 -1.14718449828674773E-12 -1.17504997411461636E-12
+ -1.20359231119567294E-12 -1.23282795070440279E-12 -1.26277373317662160E-12
+ -1.29344690821009305E-12 -1.32486514440076962E-12 -1.35704653952039287E-12
+ -1.39000963094130880E-12 -1.42377340631450317E-12 -1.45835731450701191E-12
+ -1.49378127680500892E-12 -1.53006569838900831E-12 -1.56723148008781773E-12
+ -1.60530003041798884E-12 -1.64429327791571263E-12 -1.68423368376825715E-12
+ -1.72514425475223995E-12 -1.76704855648615118E-12 -1.80997072700481280E-12
+ -1.85393549066354245E-12 -1.89896817238006545E-12 -1.94509471222236462E-12
+ -1.99234168035087803E-12 -2.04073629232363743E-12 -2.09030642477317981E-12
+ -2.14108063146425852E-12 -2.19308815974159424E-12 -2.24635896737715538E-12
+ -2.30092373982665549E-12 -2.35681390790521705E-12 -2.41406166589239943E-12
+ -2.47269999007697230E-12 -2.53276265775217890E-12 -2.59428426667238278E-12
+ -2.65730025498232061E-12 -2.72184692163045877E-12 -2.78796144727817734E-12
+ -2.85568191571685744E-12 -2.92504733580519338E-12 -2.99609766393936817E-12
+ -3.06887382706903460E-12 -3.14341774627236576E-12 -3.21977236090374849E-12
+ -3.29798165332803053E-12 -3.37809067425557116E-12 -3.46014556869269999E-12
+ -3.54419360252248619E-12 -3.63028318973120901E-12 -3.71846392029613620E-12
+ -3.80878658875070478E-12 -3.90130322344358555E-12 -3.99606711650842426E-12
+ -4.09313285456158561E-12 -4.19255635014552843E-12 -4.29439487393602382E-12
+ -4.39870708773151311E-12 -4.50555307824407481E-12 -4.61499439171086107E-12
+ -4.72709406934657891E-12 -4.84191668365678532E-12 -4.95952837563361938E-12
+ -5.07999689285462484E-12 -5.20339162850741002E-12 -5.32978366136183505E-12
+ -5.45924579671353689E-12 -5.59185260832155827E-12 -5.72768048136509297E-12
+ -5.86680765644328418E-12 -6.00931427464402275E-12 -6.15528242370740285E-12
+ -6.30479618531051610E-12 -6.45794168350078370E-12 -6.61480713430578322E-12
+ -6.77548289654809027E-12 -6.94006152389444311E-12 -7.10863781816919081E-12
+ -7.28130888396272161E-12 -7.45817418456639660E-12 -7.63933559926609685E-12
+ -7.82489748202750764E-12 -8.01496672160684238E-12 -8.20965280312170679E-12
+ -8.40906787111749917E-12 -8.61332679416576042E-12 -8.82254723103161142E-12
+ -9.03684969844838450E-12 -9.25635764053861264E-12 -9.48119749992117288E-12
+ -9.71149879054572352E-12 -9.94739417229625119E-12 -1.01890195274068107E-11
+ -1.04365140387333903E-11 -1.06900202699270373E-11 -1.09496842475544279E-11
+ -1.12156555452131532E-11 -1.14880873696901797E-11 -1.17671366492131493E-11
+ -1.20529641238453293E-11 -1.23457344380762507E-11 -1.26456162356614694E-11
+ -1.29527822567659010E-11 -1.32674094374669249E-11 -1.35896790116743592E-11
+ -1.39197766155261211E-11 -1.42578923943197290E-11 -1.46042211120411749E-11
+ -1.49589622635542328E-11 -1.53223201895149754E-11 -1.56945041940775631E-11
+ -1.60757286654590935E-11 -1.64662131994330458E-11 -1.68661827258224840E-11
+ -1.72758676380656916E-11 -1.76955039259290233E-11 -1.81253333114434886E-11
+ -1.85656033881432015E-11 -1.90165677636859556E-11 -1.94784862059381022E-11
+ -1.99516247926079397E-11 -2.04362560645136671E-11 -2.09326591825742991E-11
+ -2.14411200886138810E-11 -2.19619316700717989E-11 -2.24953939287138594E-11
+ -2.30418141534413629E-11 -2.36015070972979519E-11 -2.41747951587757978E-11
+ -2.47620085675259165E-11 -2.53634855745792883E-11 -2.59795726471886918E-11
+ -2.66106246684031977E-11 -2.72570051414903371E-11 -2.79190863993238654E-11
+ -2.85972498188575101E-11 -2.92918860408083929E-11 -3.00033951946766420E-11
+ -3.07321871292308108E-11 -3.14786816485917160E-11 -3.22433087540510092E-11
+ -3.30265088917635160E-11 -3.38287332064559573E-11 -3.46504438012986498E-11
+ -3.54921140040891583E-11 -3.63542286399020044E-11 -3.72372843103608426E-11
+ -3.81417896796943503E-11 -3.90682657677405324E-11 -4.00172462500680869E-11
+ -4.09892777653877989E-11 -4.19849202304312478E-11 -4.30047471624776791E-11
+ -4.40493460097154718E-11 -4.51193184896279621E-11 -4.62152809355987156E-11
+ -4.73378646519362051E-11 -4.84877162775218988E-11 -4.96654981582914021E-11
+ -5.08718887287637155E-11 -5.21075829028372671E-11 -5.33732924740791417E-11
+ -5.46697465257369777E-11 -5.59976918507102874E-11 -5.73578933817233038E-11
+ -5.87511346319462643E-11 -6.01782181463201188E-11 -6.16399659638435473E-11
+ -6.31372200910892961E-11 -6.46708429872223311E-11 -6.62417180607990726E-11
+ -6.78507501786348202E-11 -6.94988661870292301E-11 -7.11870154456570267E-11
+ -7.29161703744211243E-11 -7.46873270135954154E-11 -7.65015055975671171E-11
+ -7.83597511425219721E-11 -8.02631340483974481E-11 -8.22127507154651701E-11
+ -8.42097241758825685E-11 -8.62552047405927727E-11 -8.83503706619299119E-11
+ -9.04964288123272183E-11 -9.26946153795038091E-11 -9.49461965785447968E-11
+ -9.72524693812700565E-11 -9.96147622633286068E-11 -1.02034435969430698E-10
+ -1.04512884297176752E-10 -1.07051534899916790E-10 -1.09651850109120321E-10
+ -1.12315327776712918E-10 -1.15043502137882752E-10 -1.17837944694834435E-10
+ -1.20700265122020797E-10 -1.23632112193351680E-10 -1.26635174731935580E-10
+ -1.29711182582880348E-10 -1.32861907609734077E-10 -1.36089164715118578E-10
+ -1.39394812886165862E-10 -1.42780756265336813E-10 -1.46248945247261750E-10
+ -1.49801377602213829E-10 -1.53440099626877717E-10 -1.57167207323068864E-10
+ -1.60984847605083790E-10 -1.64895219536378295E-10 -1.68900575596283157E-10
+ -1.73003222977490919E-10 -1.77205524915056561E-10 -1.81509902047681415E-10
+ -1.85918833812062550E-10 -1.90434859871111401E-10 -1.95060581576863703E-10
+ -1.99798663468924070E-10 -2.04651834809308003E-10 -2.09622891154565745E-10
+ -2.14714695966093037E-10 -2.19930182259557306E-10 -2.25272354294387651E-10
+ -2.30744289304304041E-10 -2.36349139269880926E-10 -2.42090132734166259E-10
+ -2.47970576662403437E-10 -2.53993858346924264E-10 -2.60163447358315295E-10
+ -2.66482897543975121E-10 -2.72955849075218514E-10 -2.79586030544106337E-10
+ -2.86377261111204546E-10 -2.93333452705516057E-10 -3.00458612277847346E-10
+ -3.07756844108910056E-10 -3.15232352173487298E-10 -3.22889442562025887E-10
+ -3.30732525961049334E-10 -3.38766120193819888E-10 -3.46994852822714501E-10
+ -3.55423463814813682E-10 -3.64056808272234807E-10 -3.72899859228789345E-10
+ -3.81957710514568975E-10 -3.91235579690114767E-10 -4.00738811051856078E-10
+ -4.10472878710552178E-10 -4.20443389744511416E-10 -4.30656087429400531E-10
+ -4.41116854546506835E-10 -4.51831716771358963E-10 -4.62806846144659288E-10
+ -4.74048564627522172E-10 -4.85563347743072398E-10 -4.97357828306497186E-10
+ -5.09438800245703021E-10 -5.21813222514773770E-10 -5.34488223102489173E-10
+ -5.47471103138211690E-10 -5.60769341097503314E-10 -5.74390597109900116E-10
+ -5.88342717371320697E-10 -6.02633738663653665E-10 -6.17271892984125013E-10
+ -6.32265612287115636E-10 -6.47623533341154642E-10 -6.63354502703892719E-10
+ -6.79467581817916965E-10 -6.95972052230343276E-10 -7.12877420939193697E-10
+ -7.30193425869633997E-10 -7.47930041483236265E-10 -7.66097484523483620E-10
+ -7.84706219900837368E-10 -8.03766966720753461E-10 -8.23290704458119042E-10
+ -8.43288679281664779E-10 -8.63772410531999235E-10 -8.84753697356994896E-10
+ -9.06244625508346008E-10 -9.28257574303213358E-10 -9.50805223754978692E-10
+ -9.73900561877186859E-10 -9.97556892164918624E-10 -1.02178784125788336E-09
+ -1.04660736678962026E-09 -1.07202976542741721E-09 -1.09806968110744030E-09
+ -1.12474211346997539E-09 -1.15206242649948117E-09 -1.18004635737459552E-09
+ -1.20871002553301519E-09 -1.23806994195665995E-09 -1.26814301868226813E-09
+ -1.29894657854311306E-09 -1.33049836514723108E-09 -1.36281655309813859E-09
+ -1.39591975846369010E-09 -1.42982704949934284E-09 -1.46455795763177505E-09
+ -1.50013248870941088E-09 -1.53657113452609022E-09 -1.57389488462478651E-09
+ -1.61212523838789818E-09 -1.65128421742134125E-09 -1.69139437823932224E-09
+ -1.73247882525736694E-09 -1.77456122410078323E-09 -1.81766581523655759E-09
+ -1.86181742793620672E-09 -1.90704149457792593E-09 -1.95336406529599932E-09
+ -2.00081182298618331E-09 -2.04941209867541553E-09 -2.09919288726502524E-09
+ -2.15018286365615406E-09 -2.20241139926704940E-09 -2.25590857895137135E-09
+ -2.31070521832763724E-09 -2.36683288152938105E-09 -2.42432389938668255E-09
+ -2.48321138804910232E-09 -2.54352926806118838E-09 -2.60531228390108985E-09
+ -2.66859602399398919E-09 -2.73341694121142821E-09 -2.79981237386877882E-09
+ -2.86782056723250843E-09 -2.93748069555007921E-09 -3.00883288461472798E-09
+ -3.08191823487856920E-09 -3.15677884512684241E-09 -3.23345783672748739E-09
+ -3.31199937846944566E-09 -3.39244871200454364E-09 -3.47485217790707055E-09
+ -3.55925724236664529E-09 -3.64571252452911275E-09 -3.73426782450188372E-09
+ -3.82497415203916271E-09 -3.91788375592426928E-09 -4.01305015406530026E-09
+ -4.11052816432215140E-09 -4.21037393608193618E-09 -4.31264498260175844E-09
+ -4.41740021413667231E-09 -4.52469997187270048E-09 -4.63460606268373436E-09
+ -4.74718179473285248E-09 -4.86249201393830149E-09 -4.98060314132524537E-09
+ -5.10158321128471583E-09 -5.22550191076191340E-09 -5.35243061939635106E-09
+ -5.48244245063695585E-09 -5.61561229385585887E-09 -5.75201685748507918E-09
+ -5.89173471320096436E-09 -6.03484634118186732E-09 -6.18143417646502611E-09
+ -6.33158265642952124E-09 -6.48537826943252199E-09 -6.64290960462684680E-09
+ -6.80426740298858465E-09 -6.96954460958411092E-09 -7.13883642710665844E-09
+ -7.31224037071316676E-09 -7.48985632419314041E-09 -7.67178659750181259E-09
+ -7.85813598569073523E-09 -8.04901182926969525E-09 -8.24452407603481663E-09
+ -8.44478534439837003E-09 -8.64991098825683724E-09 -8.86001916343448178E-09
+ -9.07523089574078848E-09 -9.29567015068107659E-09 -9.52146390486015792E-09
+ -9.75274221912040916E-09 -9.98963831345626249E-09 -1.02322886437482339E-08
+ -1.04808329803607911E-08 -1.07354144886492023E-08 -1.09961798114218380E-08
+ -1.12632791534054399E-08 -1.15368663677619225E-08 -1.18170990447065273E-08
+ -1.21041386022784242E-08 -1.23981503793159943E-08 -1.26993037306903588E-08
+ -1.30077721248518887E-08 -1.33237332437461532E-08 -1.36473690851566640E-08
+ -1.39788660675333274E-08 -1.43184151373670962E-08 -1.46662118791724724E-08
+ -1.50224566281414459E-08 -1.53873545855334528E-08 -1.57611159368680456E-08
+ -1.61439559729882232E-08 -1.65360952140644168E-08 -1.69377595366101606E-08
+ -1.73491803035827524E-08 -1.77705944976438345E-08 -1.82022448576566576E-08
+ -1.86443800184985842E-08 -1.90972546542691832E-08 -1.95611296249768316E-08
+ -2.00362721267882447E-08 -2.05229558459268811E-08 -2.10214611163094604E-08
+ -2.15320750810110959E-08 -2.20550918576520278E-08 -2.25908127078012579E-08
+ -2.31395462104943495E-08 -2.37016084399661084E-08 -2.42773231476999375E-08
+ -2.48670219488985228E-08 -2.54710445134835994E-08 -2.60897387617345886E-08
+ -2.67234610646788520E-08 -2.73725764493487850E-08 -2.80374588090239339E-08
+ -2.87184911185799048E-08 -2.94160656550673701E-08 -3.01305842236483957E-08
+ -3.08624583890198814E-08 -3.16121097124579114E-08 -3.23799699946191965E-08
+ -3.31664815242391054E-08 -3.39720973328698821E-08 -3.47972814558064126E-08
+ -3.56425091993487303E-08 -3.65082674145555805E-08 -3.73950547776464987E-08
+ -3.83033820772139534E-08 -3.92337725084110448E-08 -4.01867619742836609E-08
+ -4.11628993944208856E-08 -4.21627470211026088E-08 -4.31868807631245893E-08
+ -4.42358905174882787E-08 -4.53103805091459282E-08 -4.64109696389971336E-08
+ -4.75382918403368031E-08 -4.86929964439592863E-08 -4.98757485521296471E-08
+ -5.10872294216387104E-08 -5.23281368561599398E-08 -5.35991856081352571E-08
+ -5.49011077904210708E-08 -5.62346532979311789E-08 -5.76005902395199492E-08
+ -5.89997053803527276E-08 -6.04328045950206075E-08 -6.19007133316604198E-08
+ -6.34042770873449941E-08 -6.49443618950186889E-08 -6.65218548222582442E-08
+ -6.81376644821461982E-08 -6.97927215565503851E-08 -7.14879793321107805E-08
+ -7.32244142492433630E-08 -7.50030264644785386E-08 -7.68248404264539210E-08
+ -7.86909054658955164E-08 -8.06022963999257833E-08 -8.25601141510479008E-08
+ -8.45654863811606367E-08 -8.66195681409680657E-08 -8.87235425351631458E-08
+ -9.08786214037645166E-08 -9.30860460199984465E-08 -9.53470878051276975E-08
+ -9.76630490606391663E-08 -1.00035263718212282E-07 -1.02465098107898110E-07
+ -1.04953951744950186E-07 -1.07503258135767115E-07 -1.10114485603406394E-07
+ -1.12789138133142253E-07 -1.15528756238556576E-07 -1.18334917848661484E-07
+ -1.21209239216562744E-07 -1.24153375850188619E-07 -1.27169023465614060E-07
+ -1.30257918963542324E-07 -1.33421841429496309E-07 -1.36662613158295671E-07
+ -1.39982100703409493E-07 -1.43382215951790163E-07 -1.46864917224806014E-07
+ -1.50432210405904542E-07 -1.54086150095652131E-07 -1.57828840794832694E-07
+ -1.61662438116267537E-07 -1.65589150026060189E-07 -1.69611238114978859E-07
+ -1.73731018900709579E-07 -1.77950865161728093E-07 -1.82273207303557381E-07
+ -1.86700534758191872E-07 -1.91235397417516664E-07 -1.95880407101523250E-07
+ -2.00638239062172714E-07 -2.05511633523771703E-07 -2.10503397260748478E-07
+ -2.15616405213736274E-07 -2.20853602144887486E-07 -2.26218004333375819E-07
+ -2.31712701312080057E-07 -2.37340857646425044E-07 -2.43105714756408655E-07
+ -2.49010592782863327E-07 -2.55058892499027886E-07 -2.61254097268528158E-07
+ -2.67599775050882082E-07 -2.74099580455695584E-07 -2.80757256846750494E-07
+ -2.87576638497161031E-07 -2.94561652796850714E-07 -3.01716322513616986E-07
+ -3.09044768109088901E-07 -3.16551210110906002E-07 -3.24239971542467796E-07
+ -3.32115480411676118E-07 -3.40182272260118632E-07 -3.48444992774116240E-07
+ -3.56908400459155071E-07 -3.65577369379237939E-07 -3.74456891962731961E-07
+ -3.83552081876327259E-07 -3.92868176968730351E-07 -4.02410542285835896E-07
+ -4.12184673159113273E-07 -4.22196198368933863E-07 -4.32450883384683995E-07
+ -4.42954633683523511E-07 -4.53713498149696121E-07 -4.64733672556348378E-07
+ -4.76021503131821034E-07 -4.87583490212540508E-07 -4.99426291984595662E-07
+ -5.11556728316097607E-07 -5.23981784682553307E-07 -5.36708616187509909E-07
+ -5.49744551680777363E-07 -5.63097097976595965E-07 -5.76773944174121237E-07
+ -5.90782966082837876E-07 -6.05132230755383938E-07 -6.19830001130349016E-07
+ -6.34884740787745267E-07 -6.50305118819876201E-07 -6.66100014820412515E-07
+ -6.82278523994523123E-07 -6.98849962392940658E-07 -7.15823872273155397E-07
+ -7.33210027590696191E-07 -7.51018439623625850E-07 -7.69259362733516936E-07
+ -7.87943300266205468E-07 -8.07081010595727598E-07 -8.26683513314878648E-07
+ -8.46762095575885865E-07 -8.67328318585098978E-07 -8.88394024255227718E-07
+ -9.09971342018934560E-07 -9.32072695807735796E-07 -9.54710811200218135E-07
+ -9.77898722743667410E-07 -1.00164978145328219E-06 -1.02597766249321677E-06
+ -1.05089637304418827E-06 -1.07642026036189122E-06 -1.10256402003084636E-06
+ -1.12934270441845973E-06 -1.15677173133415548E-06 -1.18486689289854721E-06
+ -1.21364436462765576E-06 -1.24312071473736862E-06 -1.27331291367390840E-06
+ -1.30423834387533974E-06 -1.33591480976977595E-06 -1.36836054801607683E-06
+ -1.40159423799290198E-06 -1.43563501254214452E-06 -1.47050246897276397E-06
+ -1.50621668033139362E-06 -1.54279820694669286E-06 -1.58026810825344483E-06
+ -1.61864795490333919E-06 -1.65795984116939935E-06 -1.69822639765118457E-06
+ -1.73947080428805494E-06 -1.78171680368770615E-06 -1.82498871477787253E-06
+ -1.86931144678952201E-06 -1.91471051357878818E-06 -1.96121204829605966E-06
+ -2.00884281841067274E-06 -2.05763024109982231E-06 -2.10760239901049545E-06
+ -2.15878805640310919E-06 -2.21121667568658641E-06 -2.26491843435484991E-06
+ -2.31992424233340876E-06 -2.37626575974632878E-06 -2.43397541511379017E-06
+ -2.49308642399064811E-06 -2.55363280805664956E-06 -2.61564941466870656E-06
+ -2.67917193688734659E-06 -2.74423693398912649E-06 -2.81088185247552671E-06
+ -2.87914504759085136E-06 -2.94906580536143849E-06 -3.02068436516882814E-06
+ -3.09404194286971420E-06 -3.16918075447514984E-06 -3.24614404040418699E-06
+ -3.32497609032568186E-06 -3.40572226860116401E-06 -3.48842904034389646E-06
+ -3.57314399810908755E-06 -3.65991588923045377E-06 -3.74879464381872273E-06
+ -3.83983140343691458E-06 -3.93307855047147208E-06 -4.02858973821519857E-06
+ -4.12641992167768708E-06 -4.22662538914172216E-06 -4.32926379448361934E-06
+ -4.43439419027600118E-06 -4.54207706169163523E-06 -4.65237436122630114E-06
+ -4.76534954426456997E-06 -4.88106760550667125E-06 -4.99959511627597861E-06
+ -5.12100026272929544E-06 -5.24535288499181499E-06 -5.37272451723897778E-06
+ -5.50318842874771245E-06 -5.63681966593865104E-06 -5.77369509543938646E-06
+ -5.91389344818911301E-06 -6.05749536460910366E-06 -6.20458344086572858E-06
+ -6.35524227625233555E-06 -6.50955852171707871E-06 -6.66762092956337127E-06
+ -6.82952040434946410E-06 -6.99535005502443241E-06 -7.16520524832352847E-06
+ -7.33918366345319873E-06 -7.51738534809801613E-06 -7.69991277578136252E-06
+ -7.88687090461250408E-06 -8.07836723745190062E-06 -8.27451188352738235E-06
+ -8.47541762154729304E-06 -8.68119996433611228E-06 -8.89197722503038860E-06
+ -9.10787058487379463E-06 -9.32900416264972892E-06 -9.55550508579100590E-06
+ -9.78750356320407417E-06 -1.00251329598489597E-05 -1.02685298731308296E-05
+ -1.05178342111318297E-05 -1.07731892727302302E-05 -1.10347418296536168E-05
+ -1.13026422105125130E-05 -1.15770443868620679E-05 -1.18581060613358891E-05
+ -1.21459887579045584E-05 -1.24408579143256564E-05 -1.27428829768176008E-05
+ -1.30522374970158769E-05 -1.33690992312676648E-05 -1.36936502423209920E-05
+ -1.40260770034657182E-05 -1.43665705051778463E-05 -1.47153263643351734E-05
+ -1.50725449360825515E-05 -1.54384314283839816E-05 -1.58131960193339052E-05
+ -1.61970539772950975E-05 -1.65902257839307690E-05 -1.69929372601999688E-05
+ -1.74054196953756687E-05 -1.78279099791752849E-05 -1.82606507370924713E-05
+ -1.87038904689743110E-05 -1.91578836909332235E-05 -1.96228910806743014E-05
+ -2.00991796263196865E-05 -2.05870227788129693E-05 -2.10867006079715885E-05
+ -2.15984999623072371E-05 -2.21227146327105206E-05 -2.26596455200556600E-05
+ -2.32096008068330741E-05 -2.37728961329076854E-05 -2.43498547755010991E-05
+ -2.49408078334965401E-05 -2.55460944161446336E-05 -2.61660618363304997E-05
+ -2.68010658085027204E-05 -2.74514706513342155E-05 -2.81176494952474764E-05
+ -2.87999844949207090E-05 -2.94988670468932240E-05 -3.02146980123884041E-05
+ -3.09478879454422719E-05 -3.16988573265540623E-05 -3.24680368019553649E-05
+ -3.32558674285897581E-05 -3.40628009249634091E-05 -3.48892999280064667E-05
+ -3.57358382560879516E-05 -3.66029011783220424E-05 -3.74909856902702588E-05
+ -3.84006007963262952E-05 -3.93322677988656454E-05 -4.02865205942846136E-05
+ -4.12639059761209413E-05 -4.22649839454236604E-05 -4.32903280285439442E-05
+ -4.43405256025075680E-05 -4.54161782280930169E-05 -4.65179019909947415E-05
+ -4.76463278511232342E-05 -4.88021020002120398E-05 -4.99858862279613879E-05
+ -5.11983582969190371E-05 -5.24402123263049004E-05 -5.37121591849621581E-05
+ -5.50149268935913111E-05 -5.63492610367585120E-05 -5.77159251846816521E-05
+ -5.91157013250267723E-05 -6.05493903049867616E-05 -6.20178122838832893E-05
+ -6.35218071965393499E-05 -6.50622352276247675E-05 -6.66399772971846497E-05
+ -6.82559355579720923E-05 -6.99110339045180297E-05 -7.16062184942558558E-05
+ -7.33424582810203815E-05 -7.51207455612101262E-05 -7.69420965329092258E-05
+ -7.88075518681818286E-05 -8.07181772988437604E-05 -8.26750642164658889E-05
+ -8.46793302864556630E-05 -8.67321200766407242E-05 -8.88346057007312128E-05
+ -9.09879874770049658E-05 -9.31934946025700822E-05 -9.54523858434154797E-05
+ -9.77659502407081377E-05 -1.00135507834215966E-04 -1.02562410402602146E-04
+ -1.05048042221145540E-04 -1.07593820837331101E-04 -1.10201197864721038E-04
+ -1.12871659795524921E-04 -1.15606728832058769E-04 -1.18407963737797350E-04
+ -1.21276960708987876E-04 -1.24215354266459866E-04 -1.27224818168351862E-04
+ -1.30307066344271031E-04 -1.33463853851376193E-04 -1.36696977852877102E-04
+ -1.40008278619085084E-04 -1.43399640552102788E-04 -1.46872993235133692E-04
+ -1.50430312505942410E-04 -1.54073621555382426E-04 -1.57804992051593593E-04
+ -1.61626545290453037E-04 -1.65540453372849426E-04 -1.69548940408823916E-04
+ -1.73654283750241160E-04 -1.77858815252846897E-04 -1.82164922567168994E-04
+ -1.86575050459408917E-04 -1.91091702163026701E-04 -1.95717440761707714E-04
+ -2.00454890604359387E-04 -2.05306738752042222E-04 -2.10275736459340697E-04
+ -2.15364700690681753E-04 -2.20576515671053761E-04 -2.25914134472536045E-04
+ -2.31380580637452531E-04 -2.36978949838965205E-04 -2.42712411579814328E-04
+ -2.48584210928929857E-04 -2.54597670299611025E-04 -2.60756191269090256E-04
+ -2.67063256439065838E-04 -2.73522431338888762E-04 -2.80137366372356408E-04
+ -2.86911798809063375E-04 -2.93849554821042677E-04 -3.00954551564222659E-04
+ -3.08230799310010481E-04 -3.15682403625669255E-04 -3.23313567603378672E-04
+ -3.31128594139973689E-04 -3.39131888268458844E-04 -3.47327959542411541E-04
+ -3.55721424473937531E-04 -3.64317009024566754E-04 -3.73119551156501071E-04
+ -3.82134003441092637E-04 -3.91365435725047749E-04 -4.00819037856644806E-04
+ -4.10500122473236851E-04 -4.20414127851327483E-04 -4.30566620819664079E-04
+ -4.40963299734783542E-04 -4.51609997529013227E-04 -4.62512684825245441E-04
+ -4.73677473119950157E-04 -4.85110618036990152E-04 -4.96818522653718155E-04
+ -5.08807740900823775E-04 -5.21084981035863765E-04 -5.33657109190465470E-04
+ -5.46531153004096320E-04 -5.59714305335323866E-04 -5.73213928053420939E-04
+ -5.87037555913164132E-04 -6.01192900514484880E-04 -6.15687854348663066E-04
+ -6.30530494930009976E-04 -6.45729089014529414E-04 -6.61292096921313813E-04
+ -6.77228176943357957E-04 -6.93546189852527759E-04 -7.10255203501759520E-04
+ -7.27364497526370455E-04 -7.44883568146352667E-04 -7.62822133066920352E-04
+ -7.81190136481903327E-04 -7.99997754198013603E-04 -8.19255398861651351E-04
+ -8.38973725295382149E-04 -8.59163635947364458E-04 -8.79836286455808127E-04
+ -9.01003091330466782E-04 -9.22675729745764221E-04 -9.44866151455768001E-04
+ -9.67586582849847910E-04 -9.90849533125058232E-04 -1.01466780058534402E-03
+ -1.03905447907097774E-03 -1.06402296452047865E-03 -1.08958696166701341E-03
+ -1.11576049085986007E-03 -1.14255789503054945E-03 -1.16999384682053105E-03
+ -1.19808335584056271E-03 -1.22684177607544067E-03 -1.25628481343750581E-03
+ -1.28642853347130689E-03 -1.31728936921107266E-03 -1.34888412917591677E-03
+ -1.38123000553714561E-03 -1.41434458246784836E-03 -1.44824584463955916E-03
+ -1.48295218588361281E-03 -1.51848241802052275E-03 -1.55485577985977675E-03
+ -1.59209194637077896E-03 -1.63021103800221326E-03 -1.66923363020640442E-03
+ -1.70918076316482694E-03 -1.75007395167562046E-03 -1.79193519522507735E-03
+ -1.83478698824610987E-03 -1.87865233056596845E-03 -1.92355473804186662E-03
+ -1.96951825335224453E-03 -2.01656745703213429E-03 -2.06472747872389357E-03
+ -2.11402400860335538E-03 -2.16448330900761380E-03 -2.21613222626693357E-03
+ -2.26899820274265940E-03 -2.32310928906574081E-03 -2.37849415653274606E-03
+ -2.43518210979167286E-03 -2.49320309974888910E-03 -2.55258773666149552E-03
+ -2.61336730344517189E-03 -2.67557376919903920E-03 -2.73923980294874794E-03
+ -2.80439878759493073E-03 -2.87108483401359374E-03 -2.93933279549801404E-03
+ -3.00917828241389603E-03 -3.08065767704380957E-03 -3.15380814865372965E-03
+ -3.22866766878181699E-03 -3.30527502674940292E-03 -3.38366984536821571E-03
+ -3.46389259678481784E-03 -3.54598461872172432E-03 -3.62998813090370737E-03
+ -3.71594625166693331E-03 -3.80390301478471943E-03 -3.89390338650811001E-03
+ -3.98599328281911899E-03 -4.08021958684838103E-03 -4.17663016640521488E-03
+ -4.27527389195699829E-03 -4.37620065473760290E-03 -4.47946138501553910E-03
+ -4.58510807055446685E-03 -4.69319377526127100E-03 -4.80377265801646726E-03
+ -4.91689999160170067E-03 -5.03263218170534217E-03 -5.15102678641649395E-03
+ -5.27214253575436585E-03 -5.39603935130857516E-03 -5.52277836601933539E-03
+ -5.65242194408850651E-03 -5.78503370101117031E-03 -5.92067852358489979E-03
+ -6.05942258995384106E-03 -6.20133339015123668E-03 -6.34647974653321841E-03
+ -6.49493183423675933E-03 -6.64676120168421376E-03 -6.80204079111928345E-03
+ -6.96084495915561680E-03 -7.12324949710971267E-03 -7.28933165131792540E-03
+ -7.45917014391021729E-03 -7.63284519326395874E-03 -7.81043853434109075E-03
+ -7.99203343892067493E-03 -8.17771473570301152E-03 -8.36756883025242988E-03
+ -8.56168372442900165E-03 -8.76014903574926125E-03 -8.96305601707745973E-03
+ -9.17049757569832202E-03 -9.38256829205686912E-03 -9.59936443816206131E-03
+ -9.82098399561893640E-03 -1.00475266732320059E-02 -1.02790939236663929E-02
+ -1.05157889599821475E-02 -1.07577167722435439E-02 -1.10049841430995207E-02
+ -1.12576996627114373E-02 -1.15159737430046271E-02 -1.17799186311919723E-02
+ -1.20496484224723033E-02 -1.23252790711800425E-02 -1.26069284017549157E-02
+ -1.28947161193428000E-02 -1.31887638188165259E-02 -1.34891949926858462E-02
+ -1.37961350378463746E-02 -1.41097112610952483E-02 -1.44300528832477046E-02
+ -1.47572910408820934E-02 -1.50915587878545990E-02 -1.54329910957391476E-02
+ -1.57817248519616579E-02 -1.61378988561840485E-02 -1.65016538148550669E-02
+ -1.68731323338288768E-02 -1.72524789087732042E-02 -1.76398399121289046E-02
+ -1.80353635797826581E-02 -1.84391999956106493E-02 -1.88515010727789700E-02
+ -1.92724205324229861E-02 -1.97021138795845721E-02 -2.01407383762744613E-02
+ -2.05884530111993327E-02 -2.10454184646864696E-02 -2.15117970732318121E-02
+ -2.19877527904251899E-02 -2.24734511434412643E-02 -2.29690591857537318E-02
+ -2.34747454459076250E-02 -2.39906798721782645E-02 -2.45170337723650232E-02
+ -2.50539797471627003E-02 -2.56016916229732001E-02 -2.61603443790813621E-02
+ -2.67301140689085066E-02 -2.73111777359981329E-02 -2.79037133245179335E-02
+ -2.85078995840636375E-02 -2.91239159675641957E-02 -2.97519425209435591E-02
+ -3.03921597718396809E-02 -3.10447486101085614E-02 -3.17098901605867636E-02
+ -3.23877656487181753E-02 -3.30785562587797496E-02 -3.37824429844428772E-02
+ -3.44996064698059809E-02 -3.52302268403072091E-02 -3.59744835319501244E-02
+ -3.67325551091916072E-02 -3.75046190729195830E-02 -3.82908516590460407E-02
+ -3.90914276274054173E-02 -3.99065200406384518E-02 -4.07363000302895586E-02
+ -4.15809365510480047E-02 -4.24405961320590136E-02 -4.33154426133093157E-02
+ -4.42056368696375837E-02 -4.51113365227824303E-02 -4.60326956411358720E-02
+ -4.69698644268163115E-02 -4.79229888861409589E-02 -4.88922104869390223E-02
+ -4.98776658110755070E-02 -5.08794861882256658E-02 -5.18977973146511756E-02
+ -5.29327188572863358E-02 -5.39843640428026572E-02 -5.50528392312014947E-02
+ -5.61382434687146825E-02 -5.72406680270493157E-02 -5.83601959353756694E-02
+ -5.94969014899230444E-02 -6.06508497461205609E-02 -6.18220959935162698E-02
+ -6.30106852132053114E-02 -6.42166515172523933E-02 -6.54400175636652148E-02
+ -6.66807939584792286E-02 -6.79389786477543750E-02 -6.92145562844413142E-02
+ -7.05074975760817957E-02 -7.18177586135844426E-02 -7.31452801809725495E-02
+ -7.44899870455569130E-02 -7.58517872213417821E-02 -7.72305712220860835E-02
+ -7.86262113017701936E-02 -8.00385606692296525E-02 -8.14674526836243751E-02
+ -8.29127000311512957E-02 -8.43740938832286125E-02 -8.58514030356819918E-02
+ -8.73443730220845871E-02 -8.88527252215787905E-02 -9.03761559533450137E-02
+ -9.19143355482260338E-02 -9.34669074044054415E-02 -9.50334870279699734E-02
+ -9.66136610591623590E-02 -9.82069862842383651E-02 -9.98129886282828477E-02
+ -1.01431162150058651E-01 -1.03060968026996116E-01 -1.04701833526300581E-01
+ -1.06353150968748672E-01 -1.08014276686793531E-01 -1.09684529978703496E-01
+ -1.11363192059767677E-01 -1.13049505010667559E-01 -1.14742670738497796E-01
+ -1.16441849939603548E-01 -1.18146161066422131E-01 -1.19854679304070566E-01
+ -1.21566435559558483E-01 -1.23280415466715004E-01 -1.24995558410547977E-01
+ -1.26710756578463202E-01 -1.28424854038122621E-01 -1.30136645842486298E-01
+ -1.31844877169207980E-01 -1.33548242499016173E-01 -1.35245384837759081E-01
+ -1.36934894987078115E-01 -1.38615310873213854E-01 -1.40285116949530220E-01
+ -1.41942743643627078E-01 -1.43586566877416111E-01 -1.45214907668149207E-01
+ -1.46826031813984070E-01 -1.48418149671074862E-01 -1.49989416029521955E-01
+ -1.51537930109135605E-01 -1.53061735694234535E-01 -1.54558821336388735E-01
+ -1.56027120702887406E-01 -1.57464513072234774E-01 -1.58868823979505996E-01
+ -1.60237826021164320E-01 -1.61569239829383759E-01 -1.62860735257469635E-01
+ -1.64109932784362617E-01 -1.65314405017980254E-01 -1.66471678448149529E-01
+ -1.67579235432898849E-01 -1.68634516420425817E-01 -1.69634922418702538E-01
+ -1.70577817725503234E-01 -1.71460532993978509E-01 -1.72280368599895428E-01
+ -1.73034598147595864E-01 -1.73720472358270733E-01 -1.74335223293097530E-01
+ -1.74876068912721089E-01 -1.75340217986013180E-01 -1.75724875363138133E-01
+ -1.76027247736572912E-01 -1.76244549764061009E-01 -1.76374010376856433E-01
+ -1.76412879616896473E-01 -1.76358435909293926E-01 -1.76207993769050220E-01
+ -1.75958911952522917E-01 -1.75608602069572267E-01 -1.75154537840756935E-01
+ -1.74594264713292785E-01 -1.73925409703355793E-01 -1.73145691891489067E-01
+ -1.72252933418126419E-01 -1.71245070971139141E-01 -1.70120167767121827E-01
+ -1.68876426040464100E-01 -1.67512200284967883E-01 -1.66026010729656087E-01
+ -1.64416557043974648E-01 -1.62682732730690394E-01 -1.60823639986801575E-01
+ -1.58838605008941924E-01 -1.56727193725783864E-01 -1.54489227964062142E-01
+ -1.52124802325872832E-01 -1.49634300985779761E-01 -1.47018414615642579E-01
+ -1.44278157837860188E-01 -1.41414886924019267E-01 -1.38430317686905474E-01
+ -1.35326543514713155E-01 -1.32106053535421680E-01 -1.28771751151546265E-01
+ -1.25326971930329989E-01 -1.21775501301758987E-01 -1.18121592295478514E-01
+ -1.14369982988683019E-01 -1.10525913568141218E-01 -1.06595142905417758E-01
+ -1.02583964591579993E-01 -9.84992225165943758E-02 -9.43483249744120622E-02
+ -9.01392578795948418E-02 -8.58805970654677175E-02 -8.15815193269159716E-02
+ -7.72518120531973940E-02 -7.29018812892912454E-02 -6.85427580852097235E-02
+ -6.41861029296043190E-02 -5.98442077002612483E-02 -5.55299954944351928E-02
+ -5.12570180520609819E-02 -4.70394504808476915E-02 -4.28920830755779511E-02
+ -3.88303100180962743E-02 -3.48701146499699674E-02 -3.10280507779068133E-02
+ -2.73212205514996032E-02 -2.37672484985282859E-02 -2.03842509831287585E-02
+ -1.71908021740240120E-02 -1.42058927880934910E-02 -1.14488892252736750E-02
+ -8.93948253763908116E-03 -6.69760582767612005E-03 -4.74354325403387837E-03
+ -3.09714046492517731E-03 -1.78030198288255939E-03 -8.09123920958487773E-04
+ -2.13337469559763163E-04 -1.62606796388529377E-06  3.68241537144462375E-06
+ -1.97421093381856443E-06  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00
+                       </PP_QIJL.1.3.1>
+ <PP_QIJL.1.4.1 type="real" size="  1489" columns="3" first_index=" 1" second_index=" 4" composite_index=" 7" angular_momentum="1">
+  2.02953535560627274E-12  2.07883341406642955E-12  2.12932893801765993E-12
+  2.18105101427657520E-12  2.23402943618777570E-12  2.28829472078563962E-12
+  2.34387812637296960E-12  2.40081167052664673E-12  2.45912814854063326E-12
+  2.51886115231696025E-12  2.58004508971560174E-12  2.64271520437433821E-12
+  2.70690759601007094E-12  2.77265924121325172E-12  2.84000801474741801E-12
+  2.90899271136610548E-12  2.97965306815968515E-12  3.05202978744502778E-12
+  3.12616456021116851E-12  3.20210009013444737E-12  3.27988011817701973E-12
+  3.35954944778284965E-12  3.44115397068572885E-12  3.52474069334417257E-12
+  3.61035776401845228E-12  3.69805450050529482E-12  3.78788141854631972E-12
+  3.87989026092647598E-12  3.97413402727931844E-12  4.07066700461625988E-12
+  4.16954479859738438E-12  4.27082436556183071E-12  4.37456404533622303E-12
+  4.48082359484000608E-12  4.58966422250708571E-12  4.70114862354356721E-12
+  4.81534101604192290E-12  4.93230717797237013E-12  5.05211448507281796E-12
+  5.17483194965911030E-12  5.30053026037805068E-12  5.42928182292599800E-12
+  5.56116080175652789E-12  5.69624316280121913E-12  5.83460671722810181E-12
+  5.97633116626304303E-12  6.12149814709983799E-12  6.27019127992548441E-12
+  6.42249621608770767E-12  6.57850068743248934E-12  6.73829455684003016E-12
+  6.90196986998823369E-12  7.06962090837354251E-12  7.24134424361970022E-12
+  7.41723879310561208E-12  7.59740587694451995E-12  7.78194927634715366E-12
+  7.97097529340255137E-12  8.16459281231100585E-12  8.36291336210432522E-12
+  8.56605118088965693E-12  8.77412328165371206E-12  8.98724951966561626E-12
+  9.20555266151654769E-12  9.42915845583701665E-12  9.65819570573119128E-12
+  9.89279634297135377E-12  1.01330955039938541E-11  1.03792316077418222E-11
+  1.06313464353978484E-11  1.08895852120542513E-11  1.11540966903662988E-11
+  1.14250332362382560E-11  1.17025509165898663E-11  1.19868095892556319E-11
+  1.22779729950669547E-11  1.25762088521715211E-11  1.28816889526435020E-11
+  1.31945892614405361E-11  1.35150900177643094E-11  1.38433758388833206E-11
+  1.41796358264774645E-11  1.45240636755657959E-11  1.48768577860801659E-11
+  1.52382213771489882E-11  1.56083626041570703E-11  1.59874946786487519E-11
+  1.63758359911436643E-11  1.67736102369355827E-11  1.71810465449470968E-11
+  1.75983796097140579E-11  1.80258498265761530E-11  1.84637034301511426E-11
+  1.89121926361726873E-11  1.93715757867736132E-11  1.98421174992979535E-11
+  2.03240888187278333E-11  2.08177673738127375E-11  2.13234375369913013E-11
+  2.18413905881975613E-11  2.23719248826461602E-11  2.29153460226931429E-11
+  2.34719670338712226E-11  2.40421085452010107E-11  2.46260989738821180E-11
+  2.52242747144704200E-11  2.58369803326504665E-11  2.64645687637148006E-11
+  2.71074015158641640E-11  2.77658488784462059E-11  2.84402901352521923E-11
+  2.91311137829947729E-11  2.98387177550927267E-11  3.05635096508914591E-11
+  3.13059069704512366E-11  3.20663373550386537E-11  3.28452388334596557E-11
+  3.36430600743760048E-11  3.44602606447505987E-11  3.52973112745707029E-11
+  3.61546941280010699E-11  3.70329030811235696E-11  3.79324440064233488E-11
+  3.88538350641851224E-11  3.97976070009674935E-11  4.07643034553273964E-11
+  4.17544812709707006E-11  4.27687108175092651E-11  4.38075763190093554E-11
+  4.48716761905203881E-11  4.59616233827784443E-11  4.70780457352824004E-11
+  4.82215863379463651E-11  4.93929039015371176E-11  5.05926731371091819E-11
+  5.18215851446567565E-11  5.30803478112058089E-11  5.43696862185763975E-11
+  5.56903430610492780E-11  5.70430790731778491E-11  5.84286734679919219E-11
+  5.98479243858452815E-11  6.13016493541662582E-11  6.27906857583754691E-11
+  6.43158913242425122E-11  6.58781446119589811E-11  6.74783455222129407E-11
+  6.91174158145559786E-11  7.07962996383613024E-11  7.25159640766795994E-11
+  7.42773997033044015E-11  7.60816211533696601E-11  7.79296677078066283E-11
+  7.98226038919975537E-11  8.17615200889711032E-11  8.37475331674920791E-11
+  8.57817871254076935E-11  8.78654537486213649E-11  8.99997332860724213E-11
+  9.21858551411119318E-11  9.44250785796718036E-11  9.67186934556355784E-11
+  9.90680209538289382E-11  1.01474414351057470E-10  1.03939259795629951E-10
+  1.06463977105817379E-10  1.09050020587705530E-10  1.11698879872914606E-10
+  1.14412080776666432E-10  1.17191186176694527E-10  1.20037796913503812E-10
+  1.22953552712496810E-10  1.25940133128499406E-10  1.28999258513228804E-10
+  1.32132691006262089E-10  1.35342235550075081E-10  1.38629740929736994E-10
+  1.41997100837861124E-10  1.45446254965418075E-10  1.48979190119054939E-10
+  1.52597941365541752E-10  1.56304593204030536E-10  1.60101280766775216E-10
+  1.63990191049030957E-10  1.67973564168813609E-10  1.72053694657274473E-10
+  1.76232932780403040E-10  1.80513685892849790E-10  1.84898419824617595E-10
+  1.89389660301452238E-10  1.93989994399719783E-10  1.98702072036637797E-10
+  2.03528607496688093E-10  2.08472380995125453E-10  2.13536240279444611E-10
+  2.18723102269766490E-10  2.24035954739051097E-10  2.29477858034141915E-10
+  2.35051946838595916E-10  2.40761431978353307E-10  2.46609602271244522E-10
+  2.52599826421447567E-10  2.58735554959936931E-10  2.65020322232089766E-10
+  2.71457748433549688E-10  2.78051541695564354E-10  2.84805500220952695E-10
+  2.91723514471980005E-10  2.98809569411352295E-10  3.06067746797668398E-10
+  3.13502227536610186E-10  3.21117294089254469E-10  3.28917332938880418E-10
+  3.36906837117695787E-10  3.45090408794938790E-10  3.53472761927844001E-10
+  3.62058724977004013E-10  3.70853243687683538E-10  3.79861383938695465E-10
+  3.89088334660475574E-10  3.98539410824038680E-10  4.08220056502535842E-10
+  4.18135848007178529E-10  4.28292497099334222E-10  4.38695854280645365E-10
+  4.49351912163065342E-10  4.60266808920754046E-10  4.71446831825819433E-10
+  4.82898420869944454E-10  4.94628172473983674E-10  5.06642843287665074E-10
+  5.18949354081590023E-10  5.31554793733767374E-10  5.44466423312986317E-10
+  5.57691680261369120E-10  5.71238182678522641E-10  5.85113733709754117E-10
+  5.99326326040871355E-10  6.13884146502169000E-10  6.28795580784243629E-10
+  6.44069218268355362E-10  6.59713856974122675E-10  6.75738508627396619E-10
+  6.92152403851233997E-10  7.08964997482960577E-10  7.26185974020385521E-10
+  7.43825253200309409E-10  7.61892995712527637E-10  7.80399609052634939E-10
+  7.99355753516992061E-10  8.18772348343312827E-10  8.38660578000405305E-10
+  8.59031898630691693E-10  8.79898044649220525E-10  9.01271035502966851E-10
+  9.23163182594317104E-10  9.45587096372726723E-10  9.68555693598639375E-10
+  9.92082204783840284E-10  1.01618018181254160E-09  1.04086350574758315E-09
+  1.06614639482625056E-09  1.09204341265030424E-09  1.11856947657495192E-09
+  1.14573986630159096E-09  1.17357023267926437E-09  1.20207660671991128E-09
+  1.23127540883259208E-09  1.26118345828202041E-09  1.29181798287683707E-09
+  1.32319662889321871E-09  1.35533747123952756E-09  1.38825902386786397E-09
+  1.42198025043851735E-09  1.45652057524345603E-09  1.49189989439515089E-09
+  1.52813858728716955E-09  1.56525752833316136E-09  1.60327809899096981E-09
+  1.64222220007881937E-09  1.68211226439066294E-09  1.72297126961795688E-09
+  1.76482275158530277E-09  1.80769081780758707E-09  1.85160016137642397E-09
+  1.89657607518389638E-09  1.94264446649178938E-09  1.98983187185473353E-09
+  2.03816547240579080E-09  2.08767310951336850E-09  2.13838330081843486E-09
+  2.19032525666121098E-09  2.24352889690700839E-09  2.29802486818058675E-09
+  2.35384456151931350E-09  2.41102013045494166E-09  2.46958450953478587E-09
+  2.52957143329256838E-09  2.59101545568028547E-09  2.65395196997184836E-09
+  2.71841722915040907E-09  2.78444836679065897E-09  2.85208341844859906E-09
+  2.92136134357062366E-09  2.99232204793501525E-09  3.06500640663830850E-09
+  3.13945628764023326E-09  3.21571457588028567E-09  3.29382519798038653E-09
+  3.37383314754727371E-09  3.45578451108975696E-09  3.53972649456523380E-09
+  3.62570745057131865E-09  3.71377690619760754E-09  3.80398559155431974E-09
+  3.89638546899355850E-09  3.99102976304064747E-09  4.08797299105221404E-09
+  4.18727099461923981E-09  4.28898097173257755E-09  4.39316150973012164E-09
+  4.49987261904385715E-09  4.60917576776702881E-09  4.72113391706053253E-09
+  4.83581155741973456E-09  4.95327474582175652E-09  5.07359114377552794E-09
+  5.19683005629560024E-09  5.32306247182310158E-09  5.45236110311587927E-09
+  5.58480042913232273E-09  5.72045673793206943E-09  5.85940817061921877E-09
+  6.00173476635243880E-09  6.14751850844882632E-09  6.29684337160716174E-09
+  6.44979537027869416E-09  6.60646260821227141E-09  6.76693532920350932E-09
+  6.93130596907604811E-09  7.09966920892596155E-09  7.27212202965888318E-09
+  7.44876376785246198E-09  7.62969617297501207E-09  7.81502346599468613E-09
+  8.00485239941153095E-09  8.19929231874839107E-09  8.39845522553469130E-09
+  8.60245584182079882E-09  8.81141167625861195E-09  9.02544309178806889E-09
+  9.24467337496687713E-09  9.46922880698505763E-09  9.69923873640369401E-09
+  9.93483565366089361E-09  1.01761552673872557E-08  1.04233365825751061E-08
+  1.06765219806462948E-08  1.09358573014649123E-08  1.12014919273420334E-08
+  1.14735788690808213E-08  1.17522748541116723E-08  1.20377404167680710E-08
+  1.23301399907551749E-08  1.26296420038644386E-08  1.29364189749886395E-08
+  1.32506476134935616E-08  1.35725089210032365E-08  1.39021882956574472E-08
+  1.42398756389016148E-08  1.45857654648704819E-08  1.49400570124286915E-08
+  1.53029543599325889E-08  1.56746665427796117E-08  1.60554076738129141E-08
+  1.64453970666504354E-08  1.68448593620095246E-08  1.72540246570998854E-08
+  1.76731286381593572E-08  1.81024127162088520E-08  1.85421241661045619E-08
+  1.89925162689675911E-08  1.94538484580733710E-08  1.99263864682842294E-08
+  2.04104024891117287E-08  2.09061753214966507E-08  2.14139905383969177E-08
+  2.19341406492761035E-08  2.24669252685870251E-08  2.30126512883477139E-08
+  2.35716330549091488E-08  2.41441925500163901E-08  2.47306595762674427E-08
+  2.53313719470766599E-08  2.59466756812521548E-08  2.65769252022991713E-08
+  2.72224835425640714E-08  2.78837225523370269E-08  2.85610231140334624E-08
+  2.92547753615776301E-08  2.99653789051147165E-08  3.06932430611807236E-08
+  3.14387870884630385E-08  3.22024404292869459E-08  3.29846429569675591E-08
+  3.37858452291694780E-08  3.46065087474206307E-08  3.54471062229288416E-08
+  3.63081218488547154E-08  3.71900515791974803E-08  3.80934034144545728E-08
+  3.90186976942192762E-08  3.99664673968846546E-08  4.09372584466271662E-08
+  4.19316300278468127E-08  4.29501549072435831E-08  4.39934197637169007E-08
+  4.50620255262776321E-08  4.61565877201671500E-08  4.72777368213828144E-08
+  4.84261186198136634E-08  4.96023945911968922E-08  5.08072422781081315E-08
+  5.20413556802047327E-08  5.33054456539473924E-08  5.46002403220299916E-08
+  5.59264854927534428E-08  5.72849450895849429E-08  5.86764015911497012E-08
+  6.01016564819101051E-08  6.15615307137903713E-08  6.30568651790130086E-08
+  6.45885211944184993E-08  6.61573809975483364E-08  6.77643482547766602E-08
+  6.94103485817818163E-08  7.10963300766590852E-08  7.28232638659824283E-08
+  7.45921446641276603E-08  7.64039913461801761E-08  7.82598475347564518E-08
+  8.01607822010775903E-08  8.21078902806412270E-08  8.41022933038453014E-08
+  8.61451400419272307E-08  8.82376071685932289E-08  9.03808999377149294E-08
+  9.25762528774851537E-08  9.48249305014317005E-08  9.71282280366997153E-08
+  9.94874721700209540E-08  1.01904021811798594E-07  1.04379268878749134E-07
+  1.06914639095554596E-07  1.09511592815981497E-07  1.12171625863941945E-07
+  1.14896270394980594E-07  1.17687095778683054E-07  1.20545709502515031E-07
+  1.23473758097608801E-07  1.26472928087035574E-07  1.29544946957109249E-07
+  1.32691584152276547E-07  1.35914652094168800E-07  1.39216007225401866E-07
+  1.42597551078724622E-07  1.46061231372131131E-07  1.49609043130566473E-07
+  1.53243029834874124E-07  1.56965284598650118E-07  1.60777951373672734E-07
+  1.64683226184606720E-07  1.68683358393690727E-07  1.72780651996139090E-07
+  1.76977466946999121E-07  1.81276220520226823E-07  1.85679388700773660E-07
+  1.90189507610478664E-07  1.94809174968586176E-07  1.99541051587729480E-07
+  2.04387862906243031E-07  2.09352400557685675E-07  2.14437523978475276E-07
+  2.19646162054557245E-07  2.24981314808069771E-07  2.30446055124967891E-07
+  2.36043530524594856E-07  2.41776964972225195E-07  2.47649660735622553E-07
+  2.53665000286677602E-07  2.59826448249224248E-07  2.66137553394143691E-07
+  2.72601950682930715E-07  2.79223363360880880E-07  2.86005605101101426E-07
+  2.92952582200581990E-07  3.00068295829591926E-07  3.07356844335696634E-07
+  3.14822425603715816E-07  3.22469339472973655E-07  3.30301990213271731E-07
+  3.38324889060968665E-07  3.46542656816639477E-07  3.54960026505807298E-07
+  3.63581846104280876E-07  3.72413081329662355E-07  3.81458818500632288E-07
+  3.90724267465644942E-07  4.00214764602768105E-07  4.09935775892344290E-07
+  4.19892900064254723E-07  4.30091871821596461E-07  4.40538565142630166E-07
+  4.51238996662896687E-07  4.62199329139435544E-07  4.73425874999107959E-07
+  4.84925099973104482E-07  4.96703626819678407E-07  5.08768239137258394E-07
+  5.21125885270134646E-07  5.33783682308969212E-07  5.46748920188430839E-07
+  5.60029065884288119E-07  5.73631767712401546E-07  5.87564859732129115E-07
+  6.01836366256608520E-07  6.16454506472532766E-07  6.31427699172075697E-07
+  6.46764567599695408E-07  6.62473944416596362E-07  6.78564876785676013E-07
+  6.95046631579929976E-07  7.11928700717347060E-07  7.29220806625272972E-07
+  7.46932907837424565E-07  7.65075204726765425E-07  7.83658145377545466E-07
+  8.02692431599880513E-07  8.22189025090273637E-07  8.42159153741723793E-07
+  8.62614318107058254E-07  8.83566298019099463E-07  9.05027159371528413E-07
+  9.27009261064335759E-07  9.49525262117851848E-07  9.72588128959447495E-07
+  9.96211142887019108E-07  1.02040790771370996E-06  1.04519235759822769E-06
+  1.07057876506515538E-06  1.09658174921991684E-06  1.12321628416312572E-06
+  1.15049770760914446E-06  1.17844172971380470E-06  1.20706444211626017E-06
+  1.23638232720042841E-06  1.26641226758122425E-06  1.29717155582094125E-06
+  1.32867790438143480E-06  1.36094945581780978E-06  1.39400479321948660E-06
+  1.42786295090461508E-06  1.46254342537384885E-06  1.49806618653018127E-06
+  1.53445168917101899E-06  1.57172088475904896E-06  1.60989523347872566E-06
+  1.64899671658528786E-06  1.68904784905342436E-06  1.73007169253278836E-06
+  1.77209186861766943E-06  1.81513257243899218E-06  1.85921858658602356E-06
+  1.90437529536576554E-06  1.95062869940830295E-06  1.99800543062648905E-06
+  2.04653276753854755E-06  2.09623865096232616E-06  2.14715170009006976E-06
+  2.19930122895364185E-06  2.25271726328906364E-06  2.30743055781004886E-06
+  2.36347261390054338E-06  2.42087569773643693E-06  2.47967285884684127E-06
+  2.53989794912540968E-06  2.60158564230258856E-06  2.66477145389083766E-06
+  2.72949176161338436E-06  2.79578382632832518E-06  2.86368581346021618E-06
+  2.93323681495141923E-06  3.00447687174580557E-06  3.07744699681742806E-06
+  3.15218919875748723E-06  3.22874650593419108E-06  3.30716299123806239E-06
+  3.38748379742721436E-06  3.46975516308716296E-06  3.55402444922009500E-06
+  3.64034016647884966E-06  3.72875200306068678E-06  3.81931085327738073E-06
+  3.91206884681905636E-06  4.00707937872692842E-06  4.10439714009256401E-06
+  4.20407814950135070E-06  4.30617978523819350E-06  4.41076081827387131E-06
+  4.51788144605021488E-06  4.62760332708447741E-06  4.73998961641380435E-06
+  4.85510500189791267E-06  4.97301574140156636E-06  5.09378970087817131E-06
+  5.21749639337628715E-06  5.34420701899137525E-06  5.47399450578451460E-06
+  5.60693355169348440E-06  5.74310066746084702E-06  5.88257422060107860E-06
+  6.02543448043292328E-06  6.17176366420274437E-06  6.32164598432533912E-06
+  6.47516769676904322E-06  6.63241715061124605E-06  6.79348483879606751E-06
+  6.95846345012294147E-06  7.12744792249309232E-06  7.30053549744557759E-06
+  7.47782577601418284E-06  7.65942077593700433E-06  7.84542499025131945E-06
+  8.03594544730482155E-06  8.23109177222310093E-06  8.43097624986680690E-06
+  8.63571388931126518E-06  8.84542248988729729E-06  9.06022270882076379E-06
+  9.28023813050958321E-06  9.50559533747722388E-06  9.73642398304022129E-06
+  9.97285686573976169E-06  1.02150300055752979E-05  1.04630827220811445E-05
+  1.07171577142924358E-05  1.09774011426462119E-05  1.12439627128641706E-05
+  1.15169957618641331E-05  1.17966573457454125E-05  1.20831083299109708E-05
+  1.23765134813690252E-05  1.26770415632651696E-05  1.29848654317009761E-05
+  1.33001621348941435E-05  1.36231130147368425E-05  1.39539038108081384E-05
+  1.42927247668959091E-05  1.46397707401063197E-05  1.49952413126088582E-05
+  1.53593409060803864E-05  1.57322788989156515E-05  1.61142697462709220E-05
+  1.65055331030090591E-05  1.69062939496126202E-05  1.73167827211333317E-05
+  1.77372354392744129E-05  1.81678938476590606E-05  1.86090055503644157E-05
+  1.90608241538020787E-05  1.95236094120257045E-05  1.99976273755483544E-05
+  2.04831505437480035E-05  2.09804580209474113E-05  2.14898356762853026E-05
+  2.20115763074388706E-05  2.25459798082960162E-05  2.30933533406751094E-05
+  2.36540115101893615E-05  2.42282765463555438E-05  2.48164784870392302E-05
+  2.54189553673465733E-05  2.60360534131023910E-05  2.66681272389822757E-05
+  2.73155400514212280E-05  2.79786638564160690E-05  2.86578796723390711E-05
+  2.93535777478827467E-05  3.00661577852436006E-05  3.07960291686870796E-05
+  3.15436111986576432E-05  3.23093333315117780E-05  3.30936354250254393E-05
+  3.38969679898169530E-05  3.47197924468268515E-05  3.55625813909993179E-05
+  3.64258188612894218E-05  3.73100006171840114E-05  3.82156344219222290E-05
+  3.91432403325078904E-05  4.00933509967007159E-05  4.10665119571554507E-05
+  4.20632819628793080E-05  4.30842332881818525E-05  4.41299520592592260E-05
+  4.52010385886641005E-05  4.62981077178626206E-05  4.74217891679951789E-05
+  4.85727278990666798E-05  4.97515844777710780E-05  5.09590354541555665E-05
+  5.21957737473313405E-05  5.34625090403944623E-05  5.47599681848924964E-05
+  5.60888956150474796E-05  5.74500537718818045E-05  5.88442235375241041E-05
+  6.02722046799391030E-05  6.17348163083292027E-05  6.32328973394552171E-05
+  6.47673069750606445E-05  6.63389251908523976E-05  6.79486532372397664E-05
+  6.95974141520245421E-05  7.12861532853775227E-05  7.30158388373945022E-05
+  7.47874624085300598E-05  7.66020395631981726E-05  7.84606104067577366E-05
+  8.03642401764835784E-05  8.23140198466948831E-05  8.43110667483013573E-05
+  8.63565252031699469E-05  8.84515671736624167E-05  9.05973929277036798E-05
+  9.27952317197167331E-05  9.50463424876837865E-05  9.73520145671280204E-05
+  9.97135684221238763E-05  1.02132356393692014E-04  1.04609763466059565E-04
+  1.07147208051205532E-04  1.09746142792123628E-04  1.12408055385184786E-04
+  1.15134469421927069E-04  1.17926945251300812E-04  1.20787080862376766E-04
+  1.23716512788003526E-04  1.26716917029983631E-04  1.29790010006272601E-04
+  1.32937549520718552E-04  1.36161335755765678E-04  1.39463212288561583E-04
+  1.42845067131768059E-04  1.46308833798935490E-04  1.49856492395105100E-04
+  1.53490070733308068E-04  1.57211645477566399E-04  1.61023343313015433E-04
+  1.64927342143593393E-04  1.68925872317936471E-04  1.73021217885057092E-04
+  1.77215717879485393E-04  1.81511767636760232E-04  1.85911820140057947E-04
+  1.90418387398679656E-04  1.95034041859138432E-04  1.99761417849287601E-04
+  2.04603213056449469E-04  2.09562190041384834E-04  2.14641177787570588E-04
+  2.19843073286946257E-04  2.25170843163058836E-04  2.30627525332465313E-04
+  2.36216230705268016E-04  2.41940144925180368E-04  2.47802530150597450E-04
+  2.53806726878697019E-04  2.59956155811806372E-04  2.66254319767544423E-04
+  2.72704805633817440E-04  2.79311286369696805E-04  2.86077523053207929E-04
+  2.93007366976315840E-04  3.00104761789380639E-04  3.07373745697138477E-04
+  3.14818453705224019E-04  3.22443119919153820E-04  3.30252079897031111E-04
+  3.38249773057193882E-04  3.46440745141997201E-04  3.54829650737823030E-04
+  3.63421255854796770E-04  3.72220440568003775E-04  3.81232201719068869E-04
+  3.90461655680499737E-04  3.99914041184264840E-04  4.09594722216046891E-04
+  4.19509190976528467E-04  4.29663070909508946E-04  4.40062119802096428E-04
+  4.50712232958038253E-04  4.61619446443044018E-04  4.72789940405051888E-04
+  4.84230042471142316E-04  4.95946231222804505E-04  5.07945139751036796E-04
+  5.20233559290701579E-04  5.32818442941875459E-04  5.45706909477807704E-04
+  5.58906247238615396E-04  5.72423918114247678E-04  5.86267561618707719E-04
+  6.00444999057524317E-04  6.14964237790004771E-04  6.29833475585281116E-04
+  6.45061105083255732E-04  6.60655718357666113E-04  6.76626111581030490E-04
+  6.92981289795653686E-04  7.09730471792987161E-04  7.26883095103675802E-04
+  7.44448821099675650E-04  7.62437540207167551E-04  7.80859377245770930E-04
+  7.99724696887532194E-04  8.19044109236718304E-04  8.38828475535207687E-04
+  8.59088913996136627E-04  8.79836805768497766E-04  9.01083801033621817E-04
+  9.22841825232357041E-04  9.45123085443883926E-04  9.67940076904270853E-04
+  9.91305589667838914E-04  1.01523271541670073E-03  1.03973485442157023E-03
+  1.06482572265691449E-03  1.09051935907030916E-03  1.11683013300597632E-03
+  1.14377275180948678E-03  1.17136226859463287E-03  1.19961409017844663E-03
+  1.22854398519032420E-03  1.25816809235872683E-03  1.28850292897900133E-03
+  1.31956539956010481E-03  1.35137280465336173E-03  1.38394284989622153E-03
+  1.41729365524314557E-03  1.45144376439354538E-03  1.48641215442320025E-03
+  1.52221824562309227E-03  1.55888191154958259E-03  1.59642348928020644E-03
+  1.63486378988470589E-03  1.67422410914902270E-03  1.71452623851388450E-03
+  1.75579247624291115E-03  1.79804563882709849E-03  1.84130907263004083E-03
+  1.88560666577807737E-03  1.93096286028406712E-03  1.97740266442616303E-03
+  2.02495166542100789E-03  2.07363604234121063E-03  2.12348257929823817E-03
+  2.17451867889784751E-03  2.22677237597278211E-03  2.28027235159690336E-03
+  2.33504794736105487E-03  2.39112917995170813E-03  2.44854675606763798E-03
+  2.50733208761227608E-03  2.56751730719022297E-03  2.62913528391512177E-03
+  2.69221963953387078E-03  2.75680476487062892E-03  2.82292583655906985E-03
+  2.89061883413480871E-03  2.95992055750930912E-03  3.03086864475157845E-03
+  3.10350159021452942E-03  3.17785876301298264E-03  3.25398042585831005E-03
+  3.33190775425125504E-03  3.41168285598536731E-03  3.49334879107945093E-03
+  3.57694959213097300E-03  3.66253028500851830E-03  3.75013690992925851E-03
+  3.83981654292772645E-03  3.93161731772065717E-03  4.02558844796507397E-03
+  4.12178024984209170E-03  4.22024416515158051E-03  4.32103278485753729E-03
+  4.42419987300057740E-03  4.52980039103239532E-03  4.63789052257743140E-03
+  4.74852769862562502E-03  4.86177062314503954E-03  4.97767929902406380E-03
+  5.09631505462009287E-03  5.21774057077100534E-03  5.34201990819466697E-03
+  5.46921853533940874E-03  5.59940335668866924E-03  5.73264274152233532E-03
+  5.86900655310787066E-03  6.00856617820942109E-03  6.15139455731160585E-03
+  6.29756621528963431E-03  6.44715729247552927E-03  6.60024557618917995E-03
+  6.75691053273448292E-03  6.91723333986050785E-03  7.08129691963337547E-03
+  7.24918597159526345E-03  7.42098700675359550E-03  7.59678838195777979E-03
+  7.77668033465858145E-03  7.96075501812082767E-03  8.14910653708568987E-03
+  8.34183098387802566E-03  8.53902647485780229E-03  8.74079318710675734E-03
+  8.94723339605539222E-03  9.15845151338004308E-03  9.37455412523420691E-03
+  9.59565003088243273E-03  9.82185028172676521E-03  1.00532682207147388E-02
+  1.02900195219505965E-02  1.05322222304699200E-02  1.07799968030364256E-02
+  1.10334661490127713E-02  1.12927556714634853E-02  1.15579933085506840E-02
+  1.18293095752036361E-02  1.21068376050405511E-02  1.23907131922437221E-02
+  1.26810748335074788E-02  1.29780637710292992E-02  1.32818240352733687E-02
+  1.35925024877846922E-02  1.39102488641007129E-02  1.42352158167286923E-02
+  1.45675589581495298E-02  1.49074369033701786E-02  1.52550113124427927E-02
+  1.56104469339397537E-02  1.59739116477590759E-02  1.63455765076857516E-02
+  1.67256157837341497E-02  1.71142070042216189E-02  1.75115309975045035E-02
+  1.79177719326445405E-02  1.83331173599266990E-02  1.87577582520687992E-02
+  1.91918890441366702E-02  1.96357076727625944E-02  2.00894156146602249E-02
+  2.05532179243619571E-02  2.10273232710590889E-02  2.15119439734700081E-02
+  2.20072960344429823E-02  2.25135991757158711E-02  2.30310768705226272E-02
+  2.35599563748339208E-02  2.41004687571825804E-02  2.46528489269655544E-02
+  2.52173356610189206E-02  2.57941716269517209E-02  2.63836034061032156E-02
+  2.69858815157281925E-02  2.76012604278755708E-02  2.82299985859422765E-02
+  2.88723584187973205E-02  2.95286063523249112E-02  3.01990128180395639E-02
+  3.08838522567380265E-02  3.15834031216692956E-02  3.22979478794552244E-02
+  3.30277730061859023E-02  3.37731689798521917E-02  3.45344302689417418E-02
+  3.53118553169912905E-02  3.61057465225129853E-02  3.69164102117034640E-02
+  3.77441566105527967E-02  3.85892998124975906E-02  3.94521577392867862E-02
+  4.03330520963621486E-02  4.12323083225000081E-02  4.21502555334365633E-02
+  4.30872264585131087E-02  4.40435573672708983E-02  4.50195879952577857E-02
+  4.60156614622530893E-02  4.70321241812124216E-02  4.80693257593087370E-02
+  4.91276188907235831E-02  5.02073592408301961E-02  5.13089053201947823E-02
+  5.24326183451369471E-02  5.35788620971190330E-02  5.47480027703406355E-02
+  5.59404088069391514E-02  5.71564507211658260E-02  5.83965009120856193E-02
+  5.96609334643520284E-02  6.09501239345444576E-02  6.22644491202539660E-02
+  6.36042868271959327E-02  6.49700156191306138E-02  6.63620145515822907E-02
+  6.77806628906248293E-02  6.92263398161785254E-02  7.06994241092670367E-02
+  7.22002938193325727E-02  7.37293259103724008E-02  7.52868959035446900E-02
+  7.68733774960469740E-02  7.84891421592545102E-02  8.01345587172186125E-02
+  8.18099929048761304E-02  8.35158069053007213E-02  8.52523588601946519E-02
+  8.70200023555681712E-02  8.88190859012868844E-02  9.06499523793831696E-02
+  9.25129384664689358E-02  9.44083740311138925E-02  9.63365815054936375E-02
+  9.82978752305004588E-02  1.00292560766112565E-01  1.02320934174224012E-01
+  1.04383281291451274E-01  1.06479876962701642E-01  1.08610984243353206E-01
+  1.10776853570692099E-01  1.12977721903912587E-01  1.15213811831737706E-01
+  1.17485330636735857E-01  1.19792469331058943E-01  1.22135401676993050E-01
+  1.24514283160647554E-01  1.26929249929114446E-01  1.29380417691586480E-01
+  1.31867880583870417E-01  1.34391709995217989E-01  1.36951953343990795E-01
+  1.39548632826351521E-01  1.42181744143843075E-01  1.44851255178375327E-01
+  1.47557104627101393E-01  1.50299200597689003E-01  1.53077419163770601E-01
+  1.55891602879426494E-01  1.58741559237651542E-01  1.61627059107172039E-01
+  1.64547835142905080E-01  1.67503580142355057E-01  1.70493945361902932E-01
+  1.73518538793841909E-01  1.76576923404637209E-01  1.79668615333427012E-01
+  1.82793082036432769E-01  1.85949740419821319E-01  1.89137954944621406E-01
+  1.92357035683832389E-01  1.95606236346161283E-01  1.98884752268124937E-01
+  2.02191718376205642E-01  2.05526207118879339E-01  2.08887226358795336E-01
+  2.12273717269209877E-01  2.15684552209786579E-01  2.19118532573344460E-01
+  2.22574386617305414E-01  2.26050767283231396E-01  2.29546250008060448E-01
+  2.33059330529204356E-01  2.36588422683715577E-01  2.40131856233926022E-01
+  2.43687874696887463E-01  2.47254633182192346E-01  2.50830196250190429E-01
+  2.54412535796627648E-01  2.57999528970171199E-01  2.61588956130602013E-01
+  2.65178498863219592E-01  2.68765738048996949E-01  2.72348151991624043E-01
+  2.75923114616448029E-01  2.79487893750999972E-01  2.83039649496901302E-01
+  2.86575432703539801E-01  2.90092183563404271E-01  2.93586730361694914E-01
+  2.97055788319248892E-01  3.00495958588161582E-01  3.03903727416824254E-01
+  3.07275465491880395E-01  3.10607427471724040E-01  3.13895751726889105E-01
+  3.17136460331183756E-01  3.20325459343794861E-01  3.23458539233585363E-01
+  3.26531375608363317E-01  3.29539530251848178E-01  3.32478452474262887E-01
+  3.35343480796644000E-01  3.38129844989890405E-01  3.40832668555595020E-01
+  3.43446971665370859E-01  3.45967674307023576E-01  3.48389599953064177E-01
+  3.50707479717592530E-01  3.52915957006401160E-01  3.55009592685330333E-01
+  3.56982870793631724E-01  3.58830204959559196E-01  3.60545945447282079E-01
+  3.62124386494105388E-01  3.63559774447796080E-01  3.64846316604705900E-01
+  3.65978190751789112E-01  3.66949555439586128E-01  3.67754561017620829E-01
+  3.68387361690983461E-01  3.68842128334362696E-01  3.69113061693850109E-01
+  3.69194406695680211E-01  3.69080467666000056E-01  3.68765624459370667E-01
+  3.68244349518044467E-01  3.67511225895344962E-01  3.66560966628996288E-01
+  3.65388434865267620E-01  3.63988664456806610E-01  3.62356881927280827E-01
+  3.60488529482655251E-01  3.58379289052169758E-01  3.56025107362606397E-01
+  3.53422222075243986E-01  3.50567189497729415E-01  3.47456912786061889E-01
+  3.44088670626647386E-01  3.40460147357554921E-01  3.36569464069221225E-01
+  3.32415210635387037E-01  3.27996478637649969E-01  3.23312895197493122E-01
+  3.18364658296859504E-01  3.13152571930902401E-01  3.07678081528028169E-01
+  3.01943310475800031E-01  2.95951097160422227E-01  2.89705032410890961E-01
+  2.83209497240735686E-01  2.76469700862172318E-01  2.69491719475370151E-01
+  2.62282533708795673E-01  2.54850065657371005E-01  2.47203216002043896E-01
+  2.39351900524487932E-01  2.31307085814269869E-01  2.23080823957241686E-01
+  2.14686286092750839E-01  2.06137795017982600E-01  1.97450854706886531E-01
+  1.88642177969745861E-01  1.79729712190579399E-01  1.70732662437352661E-01
+  1.61671511621392622E-01  1.52568037368066040E-01  1.43445325304529636E-01
+  1.34327778338319603E-01  1.25241120739320866E-01  1.16212397784692237E-01
+  1.07269970366199618E-01  9.84435039509668902E-02  8.97639514610198419E-02
+  8.12635296247798261E-02  7.29756881558945997E-02  6.49350706294778562E-02
+  5.71774681849625335E-02  4.97397651875442909E-02  4.26598753106644316E-02
+  3.59766703148001118E-02  2.97298937065833685E-02  2.39600752168927233E-02
+  1.87084240040597816E-02  1.40166557861322039E-02  9.92722096658411532E-03
+  6.48165224038277539E-03  3.72579108587101689E-03  1.69332322328318366E-03
+  4.46469672005346779E-04  3.40301228842908483E-06 -7.70650737757889430E-06
+  4.13160102587804386E-06  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00
+                       </PP_QIJL.1.4.1>
+ <PP_QIJL.2.2.0 type="real" size="  1489" columns="3" first_index=" 2" second_index=" 2" composite_index=" 3" angular_momentum="0">
+ -9.57534290287498186E-10 -9.72978059388114779E-10 -9.88670916174463812E-10
+ -1.00461687810322000E-09 -1.02082002742734642E-09 -1.03728451224117079E-09
+ -1.05401454754231981E-09 -1.07101441631078362E-09 -1.08828847060537956E-09
+ -1.10584113267790257E-09 -1.12367689610524701E-09 -1.14180032693978427E-09
+ -1.16021606487829784E-09 -1.17892882444977002E-09 -1.19794339622232772E-09
+ -1.21726464802965333E-09 -1.23689752621717350E-09 -1.25684705690835269E-09
+ -1.27711834729140838E-09 -1.29771658692677530E-09 -1.31864704907566339E-09
+ -1.33991509205003987E-09 -1.36152616058438615E-09 -1.38348578722957754E-09
+ -1.40579959376924831E-09 -1.42847329265899328E-09 -1.45151268848879507E-09
+ -1.47492367946902177E-09 -1.49871225894040441E-09 -1.52288451690836354E-09
+ -1.54744664160208402E-09 -1.57240492105873211E-09 -1.59776574473322797E-09
+ -1.62353560513398023E-09 -1.64972109948500098E-09 -1.67632893141483281E-09
+ -1.70336591267271223E-09 -1.73083896487241032E-09 -1.75875512126420992E-09
+ -1.78712152853544542E-09 -1.81594544864010113E-09 -1.84523426065790637E-09
+ -1.87499546268341679E-09 -1.90523667374557078E-09 -1.93596563575819704E-09
+ -1.96719021550198731E-09 -1.99891840663843364E-09 -2.03115833175624925E-09
+ -2.06391824445079010E-09 -2.09720653143702416E-09 -2.13103171469657042E-09
+ -2.16540245365937087E-09 -2.20032754742055227E-09 -2.23581593699304456E-09
+ -2.27187670759651490E-09 -2.30851909098324611E-09 -2.34575246780150462E-09
+ -2.38358636999703600E-09 -2.42203048325329910E-09 -2.46109464947104288E-09
+ -2.50078886928789317E-09 -2.54112330463855738E-09 -2.58210828135635957E-09
+ -2.62375429181665618E-09 -2.66607199762300251E-09 -2.70907223233651789E-09
+ -2.75276600424939407E-09 -2.79716449920300659E-09 -2.84227908345162852E-09
+ -2.88812130657216478E-09 -2.93470290442098662E-09 -2.98203580213829340E-09
+ -3.03013211720108850E-09 -3.07900416252523656E-09 -3.12866444961770938E-09
+ -3.17912569177953970E-09 -3.23040080736051921E-09 -3.28250292306635436E-09
+ -3.33544537731917649E-09 -3.38924172367223812E-09 -3.44390573427970113E-09
+ -3.49945140342237291E-09 -3.55589295109031702E-09 -3.61324482662324446E-09
+ -3.67152171240961406E-09 -3.73073852764540490E-09 -3.79091043215350160E-09
+ -3.85205283026469050E-09 -3.91418137476124408E-09 -3.97731197088411760E-09
+ -4.04146078040476303E-09 -4.10664422576263271E-09 -4.17287899426940838E-09
+ -4.24018204238102587E-09 -4.30857060003862802E-09 -4.37806217507950855E-09
+ -4.44867455771921092E-09 -4.52042582510590785E-09 -4.59333434594824854E-09
+ -4.66741878521783415E-09 -4.74269810892755313E-09 -4.81919158898696600E-09
+ -4.89691880813601917E-09 -4.97589966495832024E-09 -5.05615437897527028E-09
+ -5.13770349582237398E-09 -5.22056789250901396E-09 -5.30476878276307733E-09
+ -5.39032772246176365E-09 -5.47726661515001124E-09 -5.56560771764790485E-09
+ -5.65537364574852575E-09 -5.74658738000771885E-09 -5.83927227162722786E-09
+ -5.93345204843270062E-09 -6.02915082094814703E-09 -6.12639308856835001E-09
+ -6.22520374583081608E-09 -6.32560808878890998E-09 -6.42763182148777646E-09
+ -6.53130106254468192E-09 -6.63664235183550992E-09 -6.74368265728910691E-09
+ -6.85244938179120707E-09 -6.96297037019968491E-09 -7.07527391647298686E-09
+ -7.18938877091351451E-09 -7.30534414752784708E-09 -7.42316973150566264E-09
+ -7.54289568681927394E-09 -7.66455266394577542E-09 -7.78817180771369760E-09
+ -7.91378476527622163E-09 -8.04142369421301969E-09 -8.17112127076272864E-09
+ -8.30291069818823917E-09 -8.43682571527685999E-09 -8.57290060497763525E-09
+ -8.71117020317791446E-09 -8.85166990762152746E-09 -8.99443568697074987E-09
+ -9.13950409001444790E-09 -9.28691225502474506E-09 -9.43669791926458818E-09
+ -9.58889942864866604E-09 -9.74355574756011921E-09 -9.90070646882562358E-09
+ -1.00603918238513257E-08 -1.02226526929222424E-08 -1.03875306156678441E-08
+ -1.05550678016963350E-08 -1.07253071414005439E-08 -1.08982922169380383E-08
+ -1.10740673133883388E-08 -1.12526774300901205E-08 -1.14341682921612352E-08
+ -1.16185863622045182E-08 -1.18059788522024584E-08 -1.19963937356036305E-08
+ -1.21898797596041435E-08 -1.23864864576271210E-08 -1.25862641620034478E-08
+ -1.27892640168571015E-08 -1.29955379911982418E-08 -1.32051388922274845E-08
+ -1.34181203788548218E-08 -1.36345369754364621E-08 -1.38544440857333517E-08
+ -1.40778980070947374E-08 -1.43049559448705121E-08 -1.45356760270560600E-08
+ -1.47701173191732180E-08 -1.50083398393913336E-08 -1.52504045738921161E-08
+ -1.54963734924823876E-08 -1.57463095644585673E-08 -1.60002767747270613E-08
+ -1.62583401401847749E-08 -1.65205657263633926E-08 -1.67870206643428560E-08
+ -1.70577731679366796E-08 -1.73328925511554606E-08 -1.76124492459510345E-08
+ -1.78965148202478384E-08 -1.81851619962640048E-08 -1.84784646691291226E-08
+ -1.87764979258010773E-08 -1.90793380642891788E-08 -1.93870626131861427E-08
+ -1.96997503515162287E-08 -2.00174813289024841E-08 -2.03403368860602517E-08
+ -2.06683996756200593E-08 -2.10017536832876505E-08 -2.13404842493439937E-08
+ -2.16846780904932796E-08 -2.20344233220621063E-08 -2.23898094805579017E-08
+ -2.27509275465899667E-08 -2.31178699681614780E-08 -2.34907306843357207E-08
+ -2.38696051492856075E-08 -2.42545903567294836E-08 -2.46457848647625232E-08
+ -2.50432888210872698E-08 -2.54472039886524336E-08 -2.58576337717037838E-08
+ -2.62746832422567171E-08 -2.66984591669942687E-08 -2.71290700346003629E-08
+ -2.75666260835327658E-08 -2.80112393302446451E-08 -2.84630235978611119E-08
+ -2.89220945453181730E-08 -2.93885696969718236E-08 -2.98625684726845413E-08
+ -3.03442122183971735E-08 -3.08336242371937190E-08 -3.13309298208672905E-08
+ -3.18362562819951057E-08 -3.23497329865308653E-08 -3.28714913869227491E-08
+ -3.34016650557655252E-08 -3.39403897199954618E-08 -3.44878032956367374E-08
+ -3.50440459231082689E-08 -3.56092600030999635E-08 -3.61835902330275550E-08
+ -3.67671836440755115E-08 -3.73601896388372937E-08 -3.79627600295627106E-08
+ -3.85750490770221472E-08 -3.91972135299975763E-08 -3.98294126654106582E-08
+ -4.04718083290977292E-08 -4.11245649772427290E-08 -4.17878497184782919E-08
+ -4.24618323566656682E-08 -4.31466854343648924E-08 -4.38425842770059166E-08
+ -4.45497070377721119E-08 -4.52682347432077387E-08 -4.59983513395609853E-08
+ -4.67402437398744270E-08 -4.74941018718349561E-08 -4.82601187263954258E-08
+ -4.90384904071806652E-08 -4.98294161806900172E-08 -5.06330985273098055E-08
+ -5.14497431931484349E-08 -5.22795592427076203E-08 -5.31227591124029244E-08
+ -5.39795586649475938E-08 -5.48501772446135910E-08 -5.57348377333837575E-08
+ -5.66337666080096539E-08 -5.75471939979896017E-08 -5.84753537444820091E-08
+ -5.94184834601685768E-08 -6.03768245900831820E-08 -6.13506224734216927E-08
+ -6.23401264063489768E-08 -6.33455897058183489E-08 -6.43672697744207232E-08
+ -6.54054281662795818E-08 -6.64603306540085846E-08 -6.75322472967492264E-08
+ -6.86214525093057586E-08 -6.97282251323951239E-08 -7.08528485040297979E-08
+ -7.19956105320521848E-08 -7.31568037678384484E-08 -7.43367254811914574E-08
+ -7.55356777364412702E-08 -7.67539674697732734E-08 -7.79919065678033921E-08
+ -7.92498119474201431E-08 -8.05280056369151583E-08 -8.18268148584215524E-08
+ -8.31465721116821205E-08 -8.44876152591685121E-08 -8.58502876125732877E-08
+ -8.72349380206967869E-08 -8.86419209587514793E-08 -9.00715966191067617E-08
+ -9.15243310034969118E-08 -9.30004960167164582E-08 -9.45004695618270937E-08
+ -9.60246356368987777E-08 -9.75733844333124754E-08 -9.91471124356481860E-08
+ -1.00746222523181737E-07 -1.02371124073022946E-07 -1.04022233064911643E-07
+ -1.05699972187709560E-07 -1.07404770947603909E-07 -1.09137065778062036E-07
+ -1.10897300151553233E-07 -1.12685924693078856E-07 -1.14503397295526712E-07
+ -1.16350183236892492E-07 -1.18226755299385147E-07 -1.20133593890459971E-07
+ -1.22071187165796666E-07 -1.24040031154267594E-07 -1.26040629884915107E-07
+ -1.28073495515983229E-07 -1.30139148466022895E-07 -1.32238117547119648E-07
+ -1.34370940100262178E-07 -1.36538162132901514E-07 -1.38740338458721008E-07
+ -1.40978032839668860E-07 -1.43251818130272337E-07 -1.45562276424288397E-07
+ -1.47909999203711082E-07 -1.50295587490189609E-07 -1.52719651998881085E-07
+ -1.55182813294792113E-07 -1.57685701951633602E-07 -1.60228958713246666E-07
+ -1.62813234657622132E-07 -1.65439191363574713E-07 -1.68107501080096073E-07
+ -1.70818846898448813E-07 -1.73573922927025281E-07 -1.76373434469037083E-07
+ -1.79218098203059918E-07 -1.82108642366500547E-07 -1.85045806942011876E-07
+ -1.88030343846925212E-07 -1.91063017125726560E-07 -1.94144603145648015E-07
+ -1.97275890795402766E-07 -2.00457681687135509E-07 -2.03690790361619223E-07
+ -2.06976044496772688E-07 -2.10314285119528116E-07 -2.13706366821128614E-07
+ -2.17153157975885346E-07 -2.20655540963474156E-07 -2.24214412394805164E-07
+ -2.27830683341548445E-07 -2.31505279569346656E-07 -2.35239141774803551E-07
+ -2.39033225826279835E-07 -2.42888503008586316E-07 -2.46805960271609089E-07
+ -2.50786600482958691E-07 -2.54831442684678810E-07 -2.58941522354110094E-07
+ -2.63117891668945133E-07 -2.67361619776573653E-07 -2.71673793067758022E-07
+ -2.76055515454730307E-07 -2.80507908653770413E-07 -2.85032112472343202E-07
+ -2.89629285100864346E-07 -2.94300603409172234E-07 -2.99047263247781693E-07
+ -3.03870479753994237E-07 -3.08771487662945820E-07 -3.13751541623670510E-07
+ -3.18811916520260232E-07 -3.23953907798205227E-07 -3.29178831795994694E-07
+ -3.34488026082067287E-07 -3.39882849797194543E-07 -3.45364684002384677E-07
+ -3.50934932032398034E-07 -3.56595019854962169E-07 -3.62346396435780890E-07
+ -3.68190534109427123E-07 -3.74128928956218781E-07 -3.80163101185171682E-07
+ -3.86294595523127805E-07 -3.92524981610157841E-07 -3.98855854401340524E-07
+ -4.05288834575020655E-07 -4.11825568947650792E-07 -4.18467730895321646E-07
+ -4.25217020782089589E-07 -4.32075166395213744E-07 -4.39043923387407971E-07
+ -4.46125075726226845E-07 -4.53320436150697252E-07 -4.60631846635312128E-07
+ -4.68061178861507161E-07 -4.75610334696740929E-07 -4.83281246681297230E-07
+ -4.91075878522940781E-07 -4.98996225599547045E-07 -5.07044315469837319E-07
+ -5.15222208392349095E-07 -5.23531997852775058E-07 -5.31975811099804914E-07
+ -5.40555809689606006E-07 -5.49274190039085859E-07 -5.58133183988074615E-07
+ -5.67135059370572419E-07 -5.76282120595208395E-07 -5.85576709235056784E-07
+ -5.95021204626967187E-07 -6.04618024480553398E-07 -6.14369625497006036E-07
+ -6.24278503997878555E-07 -6.34347196564017116E-07 -6.44578280684788789E-07
+ -6.54974375417778126E-07 -6.65538142059120887E-07 -6.76272284824645370E-07
+ -6.87179551541996586E-07 -6.98262734353918713E-07 -7.09524670432875516E-07
+ -7.20968242707199513E-07 -7.32596380598940788E-07 -7.44412060773616514E-07
+ -7.56418307902048365E-07 -7.68618195434480548E-07 -7.81014846387180964E-07
+ -7.93611434141720773E-07 -8.06411183257144204E-07 -8.19417370295234449E-07
+ -8.32633324659078930E-07 -8.46062429445157547E-07 -8.59708122309168326E-07
+ -8.73573896345810893E-07 -8.87663300982753091E-07 -9.01979942889009235E-07
+ -9.16527486897965569E-07 -9.31309656945285026E-07 -9.46330237021936397E-07
+ -9.61593072142578829E-07 -9.77102069329564131E-07 -9.92861198612804107E-07
+ -1.00887449404574741E-06 -1.02514605473774063E-06 -1.04168004590303501E-06
+ -1.05848069992669839E-06 -1.07555231744771563E-06 -1.09289926845954337E-06
+ -1.11052599342840846E-06 -1.12843700442963168E-06 -1.14663688630227147E-06
+ -1.16513029782237282E-06 -1.18392197289514027E-06 -1.20301672176631997E-06
+ -1.22241943225311432E-06 -1.24213507099493071E-06 -1.26216868472429668E-06
+ -1.28252540155825795E-06 -1.30321043231058984E-06 -1.32422907182515839E-06
+ -1.34558670033078427E-06 -1.36728878481793524E-06 -1.38934088043761093E-06
+ -1.41174863192277620E-06 -1.43451777503269948E-06 -1.45765413802057560E-06
+ -1.48116364312479108E-06 -1.50505230808423679E-06 -1.52932624767804388E-06
+ -1.55399167529012895E-06 -1.57905490449895719E-06 -1.60452235069292719E-06
+ -1.63040053271178795E-06 -1.65669607451450169E-06 -1.68341570687399809E-06
+ -1.71056626909922325E-06 -1.73815471078496594E-06 -1.76618809358986425E-06
+ -1.79467359304307075E-06 -1.82361850038002576E-06 -1.85303022440782289E-06
+ -1.88291629340062025E-06 -1.91328435702559423E-06 -1.94414218829993933E-06
+ -1.97549768557939843E-06 -2.00735887457883705E-06 -2.03973391042537202E-06
+ -2.07263107974457885E-06 -2.10605880278032095E-06 -2.14002563554872211E-06
+ -2.17454027202683620E-06 -2.20961154637660074E-06 -2.24524843520462681E-06
+ -2.28146005985837869E-06 -2.31825568875935454E-06 -2.35564473977385706E-06
+ -2.39363678262194968E-06 -2.43224154132522847E-06 -2.47146889669400692E-06
+ -2.51132888885459205E-06 -2.55183171981727609E-06 -2.59298775608568759E-06
+ -2.63480753130816759E-06 -2.67730174897186248E-06 -2.72048128514021129E-06
+ -2.76435719123451842E-06 -2.80894069686030314E-06 -2.85424321267924522E-06
+ -2.90027633332733293E-06 -2.94705184038003565E-06 -2.99458170536521870E-06
+ -3.04287809282458812E-06 -3.09195336342442885E-06 -3.14182007711645011E-06
+ -3.19249099634949118E-06 -3.24397908933302291E-06 -3.29629753335316609E-06
+ -3.34945971814211441E-06 -3.40347924930179922E-06 -3.45836995178269841E-06
+ -3.51414587341864838E-06 -3.57082128851855263E-06 -3.62841070151592102E-06
+ -3.68692885067721306E-06 -3.74639071186986949E-06 -3.80681150239099859E-06
+ -3.86820668485769431E-06 -3.93059197115999001E-06 -3.99398332647743783E-06
+ -4.05839697336032856E-06 -4.12384939587659519E-06 -4.19035734382554594E-06
+ -4.25793783701937531E-06 -4.32660816963359556E-06 -4.39638591462746708E-06
+ -4.46728892823559295E-06 -4.53933535453179357E-06 -4.61254363006637220E-06
+ -4.68693248857804755E-06 -4.76252096578177272E-06 -4.83932840423354360E-06
+ -4.91737445827350865E-06 -4.99667909904858120E-06 -5.07726261961588073E-06
+ -5.15914564012828805E-06 -5.24234911310333500E-06 -5.32689432877694812E-06
+ -5.41280292054337638E-06 -5.50009687048255292E-06 -5.58879851497638682E-06
+ -5.67893055041538753E-06 -5.77051603899706451E-06 -5.86357841461760043E-06
+ -5.95814148885816583E-06 -6.05422945706762628E-06 -6.15186690454312487E-06
+ -6.25107881280998369E-06 -6.35189056600256989E-06 -6.45432795734778819E-06
+ -6.55841719575278060E-06 -6.66418491249856357E-06 -6.77165816804111136E-06
+ -6.88086445892199799E-06 -6.99183172479010980E-06 -7.10458835553617262E-06
+ -7.21916319854197400E-06 -7.33558556604604562E-06 -7.45388524262775851E-06
+ -7.57409249281166965E-06 -7.69623806879387117E-06 -7.82035321829281170E-06
+ -7.94646969252619532E-06 -8.07461975431599499E-06 -8.20483618632368386E-06
+ -8.33715229941772982E-06 -8.47160194117551928E-06 -8.60821950452179393E-06
+ -8.74703993650565526E-06 -8.88809874721888801E-06 -9.03143201885745096E-06
+ -9.17707641492837434E-06 -9.32506918960451706E-06 -9.47544819722951647E-06
+ -9.62825190197530222E-06 -9.78351938765460372E-06 -9.94129036769078195E-06
+ -1.01016051952480878E-05 -1.02645048735244709E-05 -1.04300310662094568E-05
+ -1.05982261081098194E-05 -1.07691330159457597E-05 -1.09427954993203245E-05
+ -1.11192579718646170E-05 -1.12985655625616700E-05 -1.14807641272525194E-05
+ -1.16659002603266600E-05 -1.18540213065998310E-05 -1.20451753733823208E-05
+ -1.22394113427407624E-05 -1.24367788839565219E-05 -1.26373284661835646E-05
+ -1.28411113713091184E-05 -1.30481797070212140E-05 -1.32585864200852910E-05
+ -1.34723853098335464E-05 -1.36896310418703480E-05 -1.39103791619972542E-05
+ -1.41346861103611564E-05 -1.43626092358285499E-05 -1.45942068105902048E-05
+ -1.48295380450004327E-05 -1.50686631026535872E-05 -1.53116431157018666E-05
+ -1.55585402004183287E-05 -1.58094174730090031E-05 -1.60643390656780552E-05
+ -1.63233701429495135E-05 -1.65865769182503618E-05 -1.68540266707599557E-05
+ -1.71257877625282435E-05 -1.74019296558678326E-05 -1.76825229310241811E-05
+ -1.79676393041282476E-05 -1.82573516454362039E-05 -1.85517339978599207E-05
+ -1.88508615957941992E-05 -1.91548108842458717E-05 -1.94636595382677768E-05
+ -1.97774864827032091E-05 -2.00963719122456685E-05 -2.04203973118190862E-05
+ -2.07496454772833148E-05 -2.10842005364691342E-05 -2.14241479705502247E-05
+ -2.17695746357570428E-05 -2.21205687854364390E-05 -2.24772200924630485E-05
+ -2.28396196720083162E-05 -2.32078601046725292E-05 -2.35820354599857089E-05
+ -2.39622413202816476E-05 -2.43485748049542561E-05 -2.47411345951015359E-05
+ -2.51400209585608449E-05 -2.55453357753431685E-05 -2.59571825634723918E-05
+ -2.63756665052361279E-05 -2.68008944738541134E-05 -2.72329750605692592E-05
+ -2.76720186021727454E-05 -2.81181372089673875E-05 -2.85714447931747055E-05
+ -2.90320570977935910E-05 -2.95000917259180179E-05 -2.99756681705206317E-05
+ -3.04589078447092647E-05 -3.09499341124616889E-05 -3.14488723198531051E-05
+ -3.19558498267789230E-05 -3.24709960391801836E-05 -3.29944424417804270E-05
+ -3.35263226313418667E-05 -3.40667723504493319E-05 -3.46159295218289800E-05
+ -3.51739342832085205E-05 -3.57409290227358022E-05 -3.63170584149575818E-05
+ -3.69024694573669151E-05 -3.74973115075292817E-05 -3.81017363207965915E-05
+ -3.87158980886179499E-05 -3.93399534774552039E-05 -3.99740616683110154E-05
+ -4.06183843968900202E-05 -4.12730859943921723E-05 -4.19383334289495817E-05
+ -4.26142963477178384E-05 -4.33011471196318771E-05 -4.39990608788370160E-05
+ -4.47082155688024796E-05 -4.54287919871285137E-05 -4.61609738310696493E-05
+ -4.69049477437719135E-05 -4.76609033612371069E-05 -4.84290333600268652E-05
+ -4.92095335057177489E-05 -5.00026027021188645E-05 -5.08084430412596022E-05
+ -5.16272598541621939E-05 -5.24592617624239927E-05 -5.33046607306046386E-05
+ -5.41636721194347300E-05 -5.50365147398598054E-05 -5.59234109079321916E-05
+ -5.68245865005635457E-05 -5.77402710121454639E-05 -5.86706976120576380E-05
+ -5.96161032030905028E-05 -6.05767284807747037E-05 -6.15528179936376650E-05
+ -6.25446202044025677E-05 -6.35523875521434845E-05 -6.45763765154112288E-05
+ -6.56168476763359609E-05 -6.66740657857342063E-05 -6.77482998292461232E-05
+ -6.88398230944938850E-05 -6.99489132392852077E-05 -7.10758523608790143E-05
+ -7.22209270663280657E-05 -7.33844285439151986E-05 -7.45666526356867623E-05
+ -7.57678999111231267E-05 -7.69884757419664806E-05 -7.82286903781986842E-05
+ -7.94888590251949121E-05 -8.07693019220727908E-05 -8.20703444212541092E-05
+ -8.33923170692554985E-05 -8.47355556887105353E-05 -8.61004014616779126E-05
+ -8.74872010142483623E-05 -8.88963065024429844E-05 -9.03280756994344390E-05
+ -9.17828720841109901E-05 -9.32610649310029033E-05 -9.47630294015897653E-05
+ -9.62891466369854309E-05 -9.78398038520781596E-05 -9.94153944311237584E-05
+ -1.01016318024787640E-04 -1.02642980648671490E-04 -1.04295794783347225E-04
+ -1.05975179475919330E-04 -1.07681560443132333E-04 -1.09415370176021098E-04
+ -1.11177048046204137E-04 -1.12967040413797516E-04 -1.14785800736952350E-04
+ -1.16633789683056298E-04 -1.18511475241621763E-04 -1.20419332838885508E-04
+ -1.22357845454135325E-04 -1.24327503737758379E-04 -1.26328806131144003E-04
+ -1.28362258988388002E-04 -1.30428376699813113E-04 -1.32527681817349067E-04
+ -1.34660705181797519E-04 -1.36827986052008338E-04 -1.39030072235979299E-04
+ -1.41267520223876199E-04 -1.43540895323139599E-04 -1.45850771795588913E-04
+ -1.48197732996552945E-04 -1.50582371516072913E-04 -1.53005289322206251E-04
+ -1.55467097906459748E-04 -1.57968418431355621E-04 -1.60509881880138499E-04
+ -1.63092129208823020E-04 -1.65715811500446493E-04 -1.68381590121577146E-04
+ -1.71090136881125673E-04 -1.73842134191490311E-04 -1.76638275232066398E-04
+ -1.79479264115109876E-04 -1.82365816053986626E-04 -1.85298657534035494E-04
+ -1.88278526485856433E-04 -1.91306172461100469E-04 -1.94382356810810902E-04
+ -1.97507852866345965E-04 -2.00683446122917528E-04 -2.03909934425713349E-04
+ -2.07188128158677324E-04 -2.10518850436189277E-04 -2.13902937297404756E-04
+ -2.17341237903354777E-04 -2.20834614736860097E-04 -2.24383943805290956E-04
+ -2.27990114846204504E-04 -2.31654031535799716E-04 -2.35376611700333646E-04
+ -2.39158787530731819E-04 -2.43001505800098135E-04 -2.46905728084260642E-04
+ -2.50872430985402009E-04 -2.54902606358809239E-04 -2.58997261542773943E-04
+ -2.63157419591539493E-04 -2.67384119511544446E-04 -2.71678416501154878E-04
+ -2.76041382193541445E-04 -2.80474104902871612E-04 -2.84977689873863228E-04
+ -2.89553259534737354E-04 -2.94201953753593420E-04 -2.98924930098048167E-04
+ -3.03723364098542269E-04 -3.08598449515416198E-04 -3.13551398609371768E-04
+ -3.18583442415527440E-04 -3.23695831021111771E-04 -3.28889833846826888E-04
+ -3.34166739931899171E-04 -3.39527858222584908E-04 -3.44974517864753041E-04
+ -3.50508068500482060E-04 -3.56129880568272980E-04 -3.61841345607123114E-04
+ -3.67643876564495919E-04 -3.73538908108219238E-04 -3.79527896942306452E-04
+ -3.85612322126386241E-04 -3.91793685399655903E-04 -3.98073511509028366E-04
+ -4.04453348541108123E-04 -4.10934768258261051E-04 -4.17519366438810378E-04
+ -4.24208763221381956E-04 -4.31004603453358595E-04 -4.37908557043048660E-04
+ -4.44922319316838426E-04 -4.52047611380640359E-04 -4.59286180485329258E-04
+ -4.66639800396461270E-04 -4.74110271768290569E-04 -4.81699422522102142E-04
+ -4.89409108228749316E-04 -4.97241212494949417E-04 -5.05197647355026336E-04
+ -5.13280353666916355E-04 -5.21491301512262109E-04 -5.29832490600889278E-04
+ -5.38305950679669959E-04 -5.46913741945774566E-04 -5.55657955464101592E-04
+ -5.64540713588417074E-04 -5.73564170388376842E-04 -5.82730512080606271E-04
+ -5.92041957463860873E-04 -6.01500758358543101E-04 -6.11109200050576344E-04
+ -6.20869601739603479E-04 -6.30784316991131705E-04 -6.40855734192263046E-04
+ -6.51086277013634084E-04 -6.61478404874986468E-04 -6.72034613414650519E-04
+ -6.82757434963197712E-04 -6.93649439021217342E-04 -7.04713232741177717E-04
+ -7.15951461412714938E-04 -7.27366808951285747E-04 -7.38961998393166753E-04
+ -7.50739792393368961E-04 -7.62702993727077598E-04 -7.74854445794816594E-04
+ -7.87197033131266290E-04 -7.99733681917642967E-04 -8.12467360496605751E-04
+ -8.25401079890194199E-04 -8.38537894323933904E-04 -8.51880901752780691E-04
+ -8.65433244389881250E-04 -8.79198109238284848E-04 -8.93178728625484281E-04
+ -9.07378380740625468E-04 -9.21800390172821424E-04 -9.36448128452040227E-04
+ -9.51325014595500525E-04 -9.66434515654362807E-04 -9.81780147262101190E-04
+ -9.97365474184600713E-04 -1.01319411087177924E-03 -1.02926972201049433E-03
+ -1.04559602307643484E-03 -1.06217678088797621E-03 -1.07901581416419484E-03
+ -1.09611699408104172E-03 -1.11348424482748346E-03 -1.13112154416153366E-03
+ -1.14903292396589568E-03 -1.16722247080279420E-03 -1.18569432646482625E-03
+ -1.20445268852693312E-03 -1.22350181090023725E-03 -1.24284600438114728E-03
+ -1.26248963719794772E-03 -1.28243713555465950E-03 -1.30269298417175737E-03
+ -1.32326172682308593E-03 -1.34414796686471130E-03 -1.36535636776376396E-03
+ -1.38689165362557002E-03 -1.40875860971218674E-03 -1.43096208295495912E-03
+ -1.45350698246067382E-03 -1.47639828001075858E-03 -1.49964101055245617E-03
+ -1.52324027267652018E-03 -1.54720122909333697E-03 -1.57152910710203395E-03
+ -1.59622919904596548E-03 -1.62130686275742159E-03 -1.64676752199094801E-03
+ -1.67261666684451259E-03 -1.69885985416680873E-03 -1.72550270794406910E-03
+ -1.75255091968307369E-03 -1.78001024877966533E-03 -1.80788652286708066E-03
+ -1.83618563814707918E-03 -1.86491355970295081E-03 -1.89407632179343865E-03
+ -1.92368002812483480E-03 -1.95373085209374657E-03 -1.98423503702276332E-03
+ -2.01519889637143991E-03 -2.04662881391862433E-03 -2.07853124391905314E-03
+ -2.11091271123294098E-03 -2.14377981142730529E-03 -2.17713921084477938E-03
+ -2.21099764663222707E-03 -2.24536192675730151E-03 -2.28023892998683708E-03
+ -2.31563560582574712E-03 -2.35155897441898399E-03 -2.38801612641492775E-03
+ -2.42501422278854030E-03 -2.46256049461779283E-03 -2.50066224280692589E-03
+ -2.53932683779010222E-03 -2.57856171917960134E-03 -2.61837439536065494E-03
+ -2.65877244303488200E-03 -2.69976350671023062E-03 -2.74135529813528990E-03
+ -2.78355559566818888E-03 -2.82637224357727875E-03 -2.86981315131081124E-03
+ -2.91388629268952244E-03 -2.95859970502825465E-03 -3.00396148818771408E-03
+ -3.04997980355374131E-03 -3.09666287294134380E-03 -3.14401897740919757E-03
+ -3.19205645598871334E-03 -3.24078370436547232E-03 -3.29020917345703530E-03
+ -3.34034136789756282E-03 -3.39118884442933619E-03 -3.44276021019792331E-03
+ -3.49506412094739011E-03 -3.54810927909545966E-03 -3.60190443170371397E-03
+ -3.65645836837680737E-03 -3.71177991902591669E-03 -3.76787795151136296E-03
+ -3.82476136916326277E-03 -3.88243910817619425E-03 -3.94092013487316005E-03
+ -4.00021344281166740E-03 -4.06032804976289800E-03 -4.12127299458802786E-03
+ -4.18305733394056748E-03 -4.24569013881394720E-03 -4.30918049093174504E-03
+ -4.37353747897578637E-03 -4.43877019464569526E-03 -4.50488772851494537E-03
+ -4.57189916573520327E-03 -4.63981358159580842E-03 -4.70864003686464940E-03
+ -4.77838757293326272E-03 -4.84906520676210012E-03 -4.92068192562008892E-03
+ -4.99324668161012838E-03 -5.06676838593744360E-03 -5.14125590299809292E-03
+ -5.21671804426911308E-03 -5.29316356192900163E-03 -5.37060114223384712E-03
+ -5.44903939864350463E-03 -5.52848686469106353E-03 -5.60895198658419893E-03
+ -5.69044311548886142E-03 -5.77296849960058905E-03 -5.85653627595189748E-03
+ -5.94115446189311287E-03 -6.02683094627278187E-03 -6.11357348031064517E-03
+ -6.20138966815557500E-03 -6.29028695711333474E-03 -6.38027262749144529E-03
+ -6.47135378219321818E-03 -6.56353733597134486E-03 -6.65683000429363389E-03
+ -6.75123829184572696E-03 -6.84676848066284160E-03 -6.94342661788227046E-03
+ -7.04121850309720465E-03 -7.14014967526204695E-03 -7.24022539930036738E-03
+ -7.34145065228870505E-03 -7.44383010918940342E-03 -7.54736812815407204E-03
+ -7.65206873538925095E-03 -7.75793560957620341E-03 -7.86497206582089867E-03
+ -7.97318103909623946E-03 -8.08256506732994359E-03 -8.19312627398521148E-03
+ -8.30486635012984455E-03 -8.41778653601130654E-03 -8.53188760212929276E-03
+ -8.64716982979905728E-03 -8.76363299117965781E-03 -8.88127632875003632E-03
+ -9.00009853436262337E-03 -9.12009772771968028E-03 -9.24127143428823961E-03
+ -9.36361656266619484E-03 -9.48712938139312061E-03 -9.61180549520140523E-03
+ -9.73763982068731083E-03 -9.86462656141084103E-03 -9.99275918249648704E-03
+ -1.01220303846188912E-02 -1.02524320774002430E-02 -1.03839553522280647E-02
+ -1.05165904544914125E-02 -1.06503267552351677E-02 -1.07851527222343913E-02
+ -1.09210558905127823E-02 -1.10580228322892590E-02 -1.11960391263289504E-02
+ -1.13350893267222339E-02 -1.14751569310976454E-02 -1.16162243482758366E-02
+ -1.17582728653714240E-02 -1.19012826143960280E-02 -1.20452325383651315E-02
+ -1.21901003567861307E-02 -1.23358625306649594E-02 -1.24824942270265592E-02
+ -1.26299692829590342E-02 -1.27782601692007589E-02 -1.29273379532921177E-02
+ -1.30771722624441859E-02 -1.32277312460192566E-02 -1.33789815374147948E-02
+ -1.35308882157199623E-02 -1.36834147670818179E-02 -1.38365230458024520E-02
+ -1.39901732352046698E-02 -1.41443238083141867E-02 -1.42989314886817018E-02
+ -1.44539512109708463E-02 -1.46093360811094496E-02 -1.47650373366646093E-02
+ -1.49210043072863993E-02 -1.50771843752628976E-02 -1.52335229362503492E-02
+ -1.53899633602739439E-02 -1.55464469535892807E-02 -1.57029129204983645E-02
+ -1.58592983251275230E-02 -1.60155380541454929E-02 -1.61715647801397196E-02
+ -1.63273089257274136E-02 -1.64826986285009844E-02 -1.66376597069880817E-02
+ -1.67921156285956892E-02 -1.69459874777080008E-02 -1.70991939245227938E-02
+ -1.72516511958832053E-02 -1.74032730476681545E-02 -1.75539707388654952E-02
+ -1.77036530074741356E-02 -1.78522260485648662E-02 -1.79995934959520966E-02
+ -1.81456564041952186E-02 -1.82903132326664615E-02 -1.84334598330787441E-02
+ -1.85749894398694500E-02 -1.87147926636242225E-02 -1.88527574877433712E-02
+ -1.89887692689403205E-02 -1.91227107435454173E-02 -1.92544620342550536E-02
+ -1.93839006610147004E-02 -1.95109015572875744E-02 -1.96353370909476410E-02
+ -1.97570770900483902E-02 -1.98759888737327466E-02 -1.99919372893102125E-02
+ -2.01047847578711171E-02 -2.02143913203792006E-02 -2.03206146908606021E-02
+ -2.04233103173706680E-02 -2.05223314498549393E-02 -2.06175292152197785E-02
+ -2.07087526999373099E-02 -2.07958490419197228E-02 -2.08786635339845809E-02
+ -2.09570397277692999E-02 -2.10308195486318197E-02 -2.10998434211070798E-02
+ -2.11639504039594778E-02 -2.12229783351892826E-02 -2.12767639873559199E-02
+ -2.13251432360465898E-02 -2.13679512428084813E-02 -2.14050226385123117E-02
+ -2.14361917223005703E-02 -2.14612926740197531E-02 -2.14801597791287185E-02
+ -2.14926276664337210E-02 -2.14985315590080321E-02 -2.14977075426586901E-02
+ -2.14899928507325394E-02 -2.14752261493444153E-02 -2.14532478429336065E-02
+ -2.14239003958642607E-02 -2.13870286690093295E-02 -2.13424802715651250E-02
+ -2.12901059283788149E-02 -2.12297598690469290E-02 -2.11613002330584728E-02
+ -2.10845894751628959E-02 -2.09994947948660901E-02 -2.09058885832253127E-02
+ -2.08036488857697259E-02 -2.06926598815289804E-02 -2.05728123782696129E-02
+ -2.04440043321258112E-02 -2.03061413793163177E-02 -2.01591373671176424E-02
+ -2.00029149100199866E-02 -1.98374059616409290E-02 -1.96625524009635400E-02
+ -1.94783066323739873E-02 -1.92846321992546886E-02 -1.90815044205768156E-02
+ -1.88689110303535204E-02 -1.86468528133535115E-02 -1.84153442616953912E-02
+ -1.81744142407325934E-02 -1.79241066622792128E-02 -1.76644811638224132E-02
+ -1.73956137928750650E-02 -1.71175977053399826E-02 -1.68305438510069523E-02
+ -1.65345816480470878E-02 -1.62298596654342660E-02 -1.59165463005878291E-02
+ -1.55948304494213427E-02 -1.52649221662512196E-02 -1.49270533116666985E-02
+ -1.45814781933338682E-02 -1.42284741716509709E-02 -1.38683422395049789E-02
+ -1.35014075849504075E-02 -1.31280201246957180E-02 -1.27485550043720582E-02
+ -1.23634130615539062E-02 -1.19730212477666392E-02 -1.15778330059113505E-02
+ -1.11783285860043921E-02 -1.07750153084274422E-02 -1.03684277708543608E-02
+ -9.95912798960605500E-03 -9.54770547007118518E-03 -9.13477720070070796E-03
+ -8.72098756346612221E-03 -8.30700814408688940E-03 -7.89353745580473852E-03
+ -7.48130056923475110E-03 -7.07104863381115018E-03 -6.66355828702680248E-03
+ -6.25963094527023662E-03 -5.86009197001783732E-03 -5.46578969644838462E-03
+ -5.07759429344232637E-03 -4.69639652504763670E-03 -4.32310636311510500E-03
+ -3.95865143509745339E-03 -3.60397531127171081E-03 -3.26003562605865597E-03
+ -2.92780202832257494E-03 -2.60825393830690921E-03 -2.30237807364518793E-03
+ -2.01116589237319799E-03 -1.73561083592199466E-03 -1.47670534631730538E-03
+ -1.23543775568142351E-03 -1.01278881355028501E-03 -8.09728370902423368E-04
+ -6.27211524741806887E-04 -4.66172824975169336E-04 -3.27533422465938395E-04
+ -2.12148778190790889E-04 -1.20974588428536024E-04 -5.45454600287998846E-05
+ -1.42653013867823181E-05 -1.07856405723640996E-07  2.44249991783615167E-07
+ -1.30946934477720269E-07  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00
+                       </PP_QIJL.2.2.0>
+ <PP_QIJL.2.3.1 type="real" size="  1489" columns="3" first_index=" 2" second_index=" 3" composite_index=" 5" angular_momentum="1">
+ -1.07873765469935136E-12 -1.10494053498800499E-12 -1.13177989155772236E-12
+ -1.15927118461925955E-12 -1.18743024991678905E-12 -1.21627330784972421E-12
+ -1.24581697281611627E-12 -1.27607826278300801E-12 -1.30707460908924983E-12
+ -1.33882386648643071E-12 -1.37134432342371138E-12 -1.40465471258247024E-12
+ -1.43877422166684740E-12 -1.47372250445638984E-12 -1.50951969212717164E-12
+ -1.54618640484790588E-12 -1.58374376365772855E-12 -1.62221340263249822E-12
+ -1.66161748134662635E-12 -1.70197869763759402E-12 -1.74332030068053766E-12
+ -1.78566610438041427E-12 -1.82904050108946546E-12 -1.87346847565788003E-12
+ -1.91897561982576865E-12 -1.96558814696469311E-12 -2.01333290717730796E-12
+ -2.06223740276374858E-12 -2.11232980406371503E-12 -2.16363896568336547E-12
+ -2.21619444311636633E-12 -2.27002650976866555E-12 -2.32516617439680892E-12
+ -2.38164519896983915E-12 -2.43949611696506484E-12 -2.49875225210823955E-12
+ -2.55944773756894343E-12 -2.62161753562222376E-12 -2.68529745778784369E-12
+ -2.75052418545868170E-12 -2.81733529103023994E-12 -2.88576925954337266E-12
+ -2.95586551085272417E-12 -3.02766442233365860E-12 -3.10120735214073005E-12
+ -3.17653666303112367E-12 -3.25369574676676518E-12 -3.33272904910917327E-12
+ -3.41368209542143662E-12 -3.49660151689207695E-12 -3.58153507739589561E-12
+ -3.66853170100727909E-12 -3.75764150018180746E-12 -3.84891580462241867E-12
+ -3.94240719084670526E-12 -4.03816951247245835E-12 -4.13625793123881954E-12
+ -4.23672894878095314E-12 -4.33964043917655629E-12 -4.44505168228290008E-12
+ -4.55302339788367079E-12 -4.66361778066520997E-12 -4.77689853604243055E-12
+ -4.89293091685475005E-12 -5.01178176095369135E-12 -5.13351952970314161E-12
+ -5.25821434741516212E-12 -5.38593804174331381E-12 -5.51676418505758284E-12
+ -5.65076813682384841E-12 -5.78802708701323315E-12 -5.92862010056542065E-12
+ -6.07262816293245905E-12 -6.22013422672836369E-12 -6.37122325951232970E-12
+ -6.52598229273220589E-12 -6.68450047185706498E-12 -6.84686910772743058E-12
+ -7.01318172915283280E-12 -7.18353413678694179E-12 -7.35802445831138915E-12
+ -7.53675320495999346E-12 -7.71982332941599177E-12 -7.90734028511560329E-12
+ -8.09941208699208214E-12 -8.29614937369530433E-12 -8.49766547132262833E-12
+ -8.70407645869785804E-12 -8.91550123423580276E-12 -9.13206158443103540E-12
+ -9.35388225401021746E-12 -9.58109101778850826E-12 -9.81381875427134780E-12
+ -1.00521995210440144E-11 -1.02963706319925136E-11 -1.05464727364000953E-11
+ -1.08026498999651168E-11 -1.10650496877867839E-11 -1.13338232493667090E-11
+ -1.16091254056751440E-11 -1.18911147383320756E-11 -1.21799536809545922E-11
+ -1.24758086127230790E-11 -1.27788499542201384E-11 -1.30892522655975308E-11
+ -1.34071943471275729E-11 -1.37328593421969599E-11 -1.40664348428023911E-11
+ -1.44081129976086077E-11 -1.47580906226313277E-11 -1.51165693146086063E-11
+ -1.54837555671260275E-11 -1.58598608895626847E-11 -1.62451019289263269E-11
+ -1.66397005946479042E-11 -1.70438841864074611E-11 -1.74578855250649663E-11
+ -1.78819430867714152E-11 -1.83163011403375806E-11 -1.87612098879395763E-11
+ -1.92169256092420131E-11 -1.96837108090220589E-11 -2.01618343683793639E-11
+ -2.06515716996188995E-11 -2.11532049048958538E-11 -2.16670229387141739E-11
+ -2.21933217743722010E-11 -2.27324045744513221E-11 -2.32845818654458398E-11
+ -2.38501717166346079E-11 -2.44294999232976377E-11 -2.50229001943829800E-11
+ -2.56307143447320421E-11 -2.62532924919743194E-11 -2.68909932582045397E-11
+ -2.75441839765587525E-11 -2.82132409028080604E-11 -2.88985494320922243E-11
+ -2.96005043209176369E-11 -3.03195099145477190E-11 -3.10559803799167722E-11
+ -3.18103399442012267E-11 -3.25830231391860231E-11 -3.33744750515666027E-11
+ -3.41851515793309211E-11 -3.50155196943688525E-11 -3.58660577114606813E-11
+ -3.67372555637993125E-11 -3.76296150852048579E-11 -3.85436502991946111E-11
+ -3.94798877150742216E-11 -4.04388666312213859E-11 -4.14211394457361306E-11
+ -4.24272719746369085E-11 -4.34578437777859163E-11 -4.45134484927311054E-11
+ -4.55946941766572376E-11 -4.67022036566433023E-11 -4.78366148884274464E-11
+ -4.89985813238866728E-11 -5.01887722874426185E-11 -5.14078733616102120E-11
+ -5.26565867819116502E-11 -5.39356318413828398E-11 -5.52457453049052322E-11
+ -5.65876818336023978E-11 -5.79622144195445829E-11 -5.93701348310130799E-11
+ -6.08122540685796869E-11 -6.22894028322645965E-11 -6.38024320000419377E-11
+ -6.53522131179678885E-11 -6.69396389022145550E-11 -6.85656237532980961E-11
+ -7.02311042827977908E-11 -7.19370398528690450E-11 -7.36844131288613551E-11
+ -7.54742306453605087E-11 -7.73075233859769631E-11 -7.91853473772227895E-11
+ -8.11087842968074747E-11 -8.30789420967163052E-11 -8.50969556414164898E-11
+ -8.71639873615727501E-11 -8.92812279236338834E-11 -9.14498969156923208E-11
+ -9.36712435499947658E-11 -9.59465473825255828E-11 -9.82771190500602402E-11
+ -1.00664301025130651E-10 -1.03109468389320837E-10 -1.05614029625353975E-10
+ -1.08179427428410520E-10 -1.10807139537163619E-10 -1.13498679584990067E-10
+ -1.16255597971867626E-10 -1.19079482757440979E-10 -1.21971960575790331E-10
+ -1.24934697572410166E-10 -1.27969400363957597E-10 -1.31077817021301996E-10
+ -1.34261738076465473E-10 -1.37522997554009591E-10 -1.40863474027486999E-10
+ -1.44285091701542570E-10 -1.47789821520311011E-10 -1.51379682302725262E-10
+ -1.55056741905414739E-10 -1.58823118413837663E-10 -1.62680981362358531E-10
+ -1.66632552983951576E-10 -1.70680109490265817E-10 -1.74825982382781111E-10
+ -1.79072559795812314E-10 -1.83422287872136490E-10 -1.87877672172032450E-10
+ -1.92441279116548745E-10 -1.97115737465826427E-10 -2.01903739833332189E-10
+ -2.06808044236871973E-10 -2.11831475687279696E-10 -2.16976927815694538E-10
+ -2.22247364540365776E-10 -2.27645821773944427E-10 -2.33175409172245676E-10
+ -2.38839311925488594E-10 -2.44640792593046351E-10 -2.50583192982761405E-10
+ -2.56669936075911417E-10 -2.62904527998931872E-10 -2.69290560043031766E-10
+ -2.75831710732867893E-10 -2.82531747945465281E-10 -2.89394531080609404E-10
+ -2.96424013283954876E-10 -3.03624243724135603E-10 -3.10999369925186836E-10
+ -3.18553640155619694E-10 -3.26291405875529185E-10 -3.34217124243142171E-10
+ -3.42335360682249200E-10 -3.50650791512000265E-10 -3.59168206640579184E-10
+ -3.67892512324307441E-10 -3.76828733993766404E-10 -3.85982019148567277E-10
+ -3.95357640322436399E-10 -4.04960998120320074E-10 -4.14797624329264080E-10
+ -4.24873185104855507E-10 -4.35193484235064975E-10 -4.45764466483366455E-10
+ -4.56592221013062248E-10 -4.67682984894787219E-10 -4.79043146699208664E-10
+ -4.90679250176992843E-10 -5.02597998028161050E-10 -5.14806255763002842E-10
+ -5.27311055656769885E-10 -5.40119600800431317E-10 -5.53239269249822354E-10
+ -5.66677618275576575E-10 -5.80442388716287561E-10 -5.94541509437410169E-10
+ -6.08983101898472104E-10 -6.23775484831218282E-10 -6.38927179031393253E-10
+ -6.54446912266912391E-10 -6.70343624305255244E-10 -6.86626472062972760E-10
+ -7.03304834880279329E-10 -7.20388319923761961E-10 -7.37886767720323740E-10
+ -7.55810257825548054E-10 -7.74169114629746423E-10 -7.92973913305036583E-10
+ -8.12235485896871745E-10 -8.31964927563540880E-10 -8.52173602967218944E-10
+ -8.72873152820259867E-10 -8.94075500590500965E-10 -9.15792859369438275E-10
+ -9.38037738907228094E-10 -9.60822952818571725E-10 -9.84161625963630199E-10
+ -1.00806720200822180E-09 -1.03255345116765227E-09 -1.05763447813865761E-09
+ -1.08332473022399153E-09 -1.10963900565438002E-09 -1.13659246211261525E-09
+ -1.16420062546466268E-09 -1.19247939870292188E-09 -1.22144507110662406E-09
+ -1.25111432762483244E-09 -1.28150425848725677E-09 -1.31263236904862345E-09
+ -1.34451658987204874E-09 -1.37717528705745480E-09 -1.41062727282074375E-09
+ -1.44489181633005977E-09 -1.47998865480513804E-09 -1.51593800488638358E-09
+ -1.55276057427998012E-09 -1.59047757368598030E-09 -1.62911072901600654E-09
+ -1.66868229390784910E-09 -1.70921506254389361E-09 -1.75073238278106628E-09
+ -1.79325816959954986E-09 -1.83681691887830980E-09 -1.88143372150508554E-09
+ -1.92713427782927188E-09 -1.97394491246567658E-09 -2.02189258945804997E-09
+ -2.07100492781075466E-09 -2.12131021739785537E-09 -2.17283743525848811E-09
+ -2.22561626228819695E-09 -2.27967710033552972E-09 -2.33505108971410592E-09
+ -2.39177012713983098E-09 -2.44986688410402155E-09 -2.50937482569259076E-09
+ -2.57032822986257462E-09 -2.63276220718663677E-09 -2.69671272107741557E-09
+ -2.76221660850286430E-09 -2.82931160120502029E-09 -2.89803634743391340E-09
+ -2.96843043420963412E-09 -3.04053441012489729E-09 -3.11438980870171751E-09
+ -3.19003917231516035E-09 -3.26752607669844145E-09 -3.34689515604301118E-09
+ -3.42819212870856975E-09 -3.51146382355726897E-09 -3.59675820692789048E-09
+ -3.68412441026489331E-09 -3.77361275841886003E-09 -3.86527479863404451E-09
+ -3.95916333024035258E-09 -4.05533243506617454E-09 -4.15383750859030688E-09
+ -4.25473529185015905E-09 -4.35808390412536428E-09 -4.46394287641490141E-09
+ -4.57237318572772416E-09 -4.68343729020589211E-09 -4.79719916510127114E-09
+ -4.91372433962563229E-09 -5.03307993469627290E-09 -5.15533470159808117E-09
+ -5.28055906158490635E-09 -5.40882514644272087E-09 -5.54020684003809521E-09
+ -5.67477982087579500E-09 -5.81262160569013720E-09 -5.95381159409515572E-09
+ -6.09843111431925197E-09 -6.24656347005074250E-09 -6.39829398842124146E-09
+ -6.55371006915451409E-09 -6.71290123490915538E-09 -6.87595918284395817E-09
+ -7.04297783743591661E-09 -7.21405340458105503E-09 -7.38928442700933680E-09
+ -7.56877184104556543E-09 -7.75261903474895523E-09 -7.94093190746487446E-09
+ -8.13381893082300162E-09 -8.33139121121709941E-09 -8.53376255380243026E-09
+ -8.74104952804757654E-09 -8.95337153487842470E-09 -9.17085087545305333E-09
+ -9.39361282160707952E-09 -9.62178568801006293E-09 -9.85550090607447239E-09
+ -1.00948930996598048E-08 -1.03401001626156623E-08 -1.05912633382080812E-08
+ -1.08485273004751474E-08 -1.11120402375586238E-08 -1.13819539370595617E-08
+ -1.16584238734671499E-08 -1.19416092977110439E-08 -1.22316733288888611E-08
+ -1.25287830482216663E-08 -1.28331095952915126E-08 -1.31448282666164458E-08
+ -1.34641186166197579E-08 -1.37911645610516768E-08 -1.41261544829230067E-08
+ -1.44692813410116337E-08 -1.48207427810046905E-08 -1.51807412493401744E-08
+ -1.55494841098135943E-08 -1.59271837630168540E-08 -1.63140577686780235E-08
+ -1.67103289709726948E-08 -1.71162256268787559E-08 -1.75319815376487949E-08
+ -1.79578361834756992E-08 -1.83940348614293079E-08 -1.88408288267431345E-08
+ -1.92984754375326796E-08 -1.97672383030287540E-08 -2.02473874354110696E-08
+ -2.07391994053296359E-08 -2.12429575012032286E-08 -2.17589518923871816E-08
+ -2.22874797963044453E-08 -2.28288456496355377E-08 -2.33833612836665075E-08
+ -2.39513461038957792E-08 -2.45331272740031771E-08 -2.51290399042871587E-08
+ -2.57394272446785067E-08 -2.63646408824424574E-08 -2.70050409446824710E-08
+ -2.76609963057621658E-08 -2.83328847997651595E-08 -2.90210934381149959E-08
+ -2.97260186324805705E-08 -3.04480664230952305E-08 -3.11876527126209576E-08
+ -3.19452035056931826E-08 -3.27211551542832583E-08 -3.35159546090202814E-08
+ -3.43300596766164556E-08 -3.51639392835449211E-08 -3.60180737461215964E-08
+ -3.68929550471460329E-08 -3.77890871192611865E-08 -3.87069861351959074E-08
+ -3.96471808050561339E-08 -4.06102126808365390E-08 -4.15966364683275423E-08
+ -4.26070203465977347E-08 -4.36419462952354751E-08 -4.47020104295376623E-08
+ -4.57878233438391276E-08 -4.69000104631814711E-08 -4.80392124035220283E-08
+ -4.92060853406912375E-08 -5.04013013883103722E-08 -5.16255489848877613E-08
+ -5.28795332903160836E-08 -5.41639765919983216E-08 -5.54796187208372292E-08
+ -5.68272174773291083E-08 -5.82075490680045623E-08 -5.96214085524688880E-08
+ -6.10696103012992461E-08 -6.25529884650619049E-08 -6.40723974547203770E-08
+ -6.56287124337090716E-08 -6.72228298219584767E-08 -6.88556678121621503E-08
+ -7.05281668985801444E-08 -7.22412904186850221E-08 -7.39960251079617948E-08
+ -7.57933816681813331E-08 -7.76343953494736931E-08 -7.95201265465367931E-08
+ -8.14516614093243521E-08 -8.34301124685667904E-08 -8.54566192764806892E-08
+ -8.75323490630381123E-08 -8.96584974081727869E-08 -9.18362889303113622E-08
+ -9.40669779916238673E-08 -9.63518494203991770E-08 -9.86922192509661296E-08
+ -1.01089435481583126E-07 -1.03544878850731714E-07 -1.06059963632261188E-07
+ -1.08636138449842382E-07 -1.11274887111199950E-07 -1.13977729462601419E-07
+ -1.16746222264093865E-07 -1.19581960085999234E-07 -1.22486576227180325E-07
+ -1.25461743655602478E-07 -1.28509175971735575E-07 -1.31630628395350825E-07
+ -1.34827898776278454E-07 -1.38102828629709956E-07 -1.41457304196634793E-07
+ -1.44893257530036007E-07 -1.48412667607459793E-07 -1.52017561470599198E-07
+ -1.55710015392548801E-07 -1.59492156073402995E-07 -1.63366161864885844E-07
+ -1.67334264024714740E-07 -1.71398748001416395E-07 -1.75561954750354393E-07
+ -1.79826282081705224E-07 -1.84194186041165008E-07 -1.88668182324180186E-07
+ -1.93250847724517561E-07 -1.97944821618005352E-07 -2.02752807482298870E-07
+ -2.07677574453539191E-07 -2.12721958920826719E-07 -2.17888866159400447E-07
+ -2.23181272003470240E-07 -2.28602224559664172E-07 -2.34154845962078115E-07
+ -2.39842334169936943E-07 -2.45667964808894099E-07 -2.51635093057034470E-07
+ -2.57747155576686227E-07 -2.64007672493126401E-07 -2.70420249421324523E-07
+ -2.76988579541891050E-07 -2.83716445727426889E-07 -2.90607722720495835E-07
+ -2.97666379364462169E-07 -3.04896480888488143E-07 -3.12302191248030746E-07
+ -3.19887775522143789E-07 -3.27657602368979775E-07 -3.35616146540900026E-07
+ -3.43767991460645559E-07 -3.52117831860045675E-07 -3.60670476482766050E-07
+ -3.69430850852678058E-07 -3.78404000109459214E-07 -3.87595091913009756E-07
+ -3.97009419418374232E-07 -4.06652404322877462E-07 -4.16529599987227659E-07
+ -4.26646694632383096E-07 -4.37009514613989518E-07 -4.47624027776325844E-07
+ -4.58496346887691603E-07 -4.69632733159154968E-07 -4.81039599848713884E-07
+ -4.92723515952938562E-07 -5.04691209988218086E-07 -5.16949573863783255E-07
+ -5.29505666848695232E-07 -5.42366719635163605E-07 -5.55540138500513603E-07
+ -5.69033509570137113E-07 -5.82854603183907823E-07 -5.97011378368571822E-07
+ -6.11511987418679554E-07 -6.26364780588692326E-07 -6.41578310898902190E-07
+ -6.57161339058070755E-07 -6.73122838505546115E-07 -6.89472000575709443E-07
+ -7.06218239787755250E-07 -7.23371199263834517E-07 -7.40940756278685915E-07
+ -7.58937027943923994E-07 -7.77370377030186213E-07 -7.96251417930693284E-07
+ -8.15591022769510918E-07 -8.35400327657995097E-07 -8.55690739103051076E-07
+ -8.76473940570876183E-07 -8.97761899209972764E-07 -9.19566872737257110E-07
+ -9.41901416491148757E-07 -9.64778390655983631E-07 -9.88210967661671850E-07
+ -1.01221263976284531E-06 -1.03679722680188383E-06 -1.06197888416027961E-06
+ -1.08777211090290116E-06 -1.11419175811979272E-06 -1.14125303747023223E-06
+ -1.16897152993431705E-06 -1.19736319477679514E-06 -1.22644437872828683E-06
+ -1.25623182538921489E-06 -1.28674268486184749E-06 -1.31799452361597936E-06
+ -1.35000533459382162E-06 -1.38279354755987958E-06 -1.41637803970223093E-06
+ -1.45077814649080400E-06 -1.48601367279894782E-06 -1.52210490429474037E-06
+ -1.55907261910855735E-06 -1.59693809978359965E-06 -1.63572314551608284E-06
+ -1.67545008469216809E-06 -1.71614178772940107E-06 -1.75782168022932486E-06
+ -1.80051375644898918E-06 -1.84424259309909744E-06 -1.88903336347672035E-06
+ -1.93491185194069001E-06 -1.98190446873768241E-06 -2.03003826518777857E-06
+ -2.07934094923876666E-06 -2.12984090139723469E-06 -2.18156719104583051E-06
+ -2.23454959315607912E-06 -2.28881860540633743E-06 -2.34440546571468762E-06
+ -2.40134217019641600E-06 -2.45966149155691791E-06 -2.51939699793111704E-06
+ -2.58058307217905378E-06 -2.64325493164909559E-06 -2.70744864842010842E-06
+ -2.77320117003418433E-06 -2.84055034073176809E-06 -2.90953492320075909E-06
+ -2.98019462085306831E-06 -3.05257010064173182E-06 -3.12670301643029866E-06
+ -3.20263603292840645E-06 -3.28041285020724291E-06 -3.36007822880896054E-06
+ -3.44167801546430407E-06 -3.52525916943233616E-06 -3.61086978947912886E-06
+ -3.69855914151071423E-06 -3.78837768687462564E-06 -3.88037711134686658E-06
+ -3.97461035482094274E-06 -4.07113164171587051E-06 -4.16999651212049715E-06
+ -4.27126185369063645E-06 -4.37498593432024330E-06 -4.48122843560436679E-06
+ -4.59005048711133397E-06 -4.70151470148472527E-06 -4.81568521039511359E-06
+ -4.93262770136215869E-06 -5.05240945546776738E-06 -5.17509938598029792E-06
+ -5.30076807791639760E-06 -5.42948782856066441E-06 -5.56133268896487684E-06
+ -5.69637850645145581E-06 -5.83470296814550076E-06 -5.97638564556010434E-06
+ -6.12150804025997401E-06 -6.27015363062736962E-06 -6.42240791976379518E-06
+ -6.57835848455009808E-06 -6.73809502589214250E-06 -6.90170942018178026E-06
+ -7.06929577200240698E-06 -7.24095046810920891E-06 -7.41677223271379037E-06
+ -7.59686218410265287E-06 -7.78132389263101688E-06 -7.97026344011748018E-06
+ -8.16378948067326714E-06 -8.36201330300190775E-06 -8.56504889420477600E-06
+ -8.77301300512878222E-06 -8.98602521729165241E-06 -9.20420801142109677E-06
+ -9.42768683765912797E-06 -9.65659018745991696E-06 -9.89104966722328689E-06
+ -1.01312000737069848E-05 -1.03771794712605009E-05 -1.06291292709243900E-05
+ -1.08871943114367945E-05 -1.11515229421929129E-05 -1.14222671082196759E-05
+ -1.16995824371974429E-05 -1.19836283285810665E-05 -1.22745680448723007E-05
+ -1.25725688050951582E-05 -1.28778018805271897E-05 -1.31904426927357466E-05
+ -1.35106709139776377E-05 -1.38386705700365121E-05 -1.41746301455339435E-05
+ -1.45187426917793300E-05 -1.48712059372209221E-05 -1.52322224005604389E-05
+ -1.56019995065949640E-05 -1.59807497048434695E-05 -1.63686905910335433E-05
+ -1.67660450315354752E-05 -1.71730412907850236E-05 -1.75899131617754067E-05
+ -1.80169000996934911E-05 -1.84542473587753489E-05 -1.89022061324580905E-05
+ -1.93610336968939756E-05 -1.98309935579266818E-05 -2.03123556016285077E-05
+ -2.08053962484476500E-05 -2.13103986110648076E-05 -2.18276526560490640E-05
+ -2.23574553694036222E-05 -2.29001109260938728E-05 -2.34559308636332740E-05
+ -2.40252342598607005E-05 -2.46083479150160909E-05 -2.52056065381766889E-05
+ -2.58173529381736651E-05 -2.64439382190980314E-05 -2.70857219805050089E-05
+ -2.77430725224268441E-05 -2.84163670552809456E-05 -2.91059919148517863E-05
+ -2.98123427824585171E-05 -3.05358249103861385E-05 -3.12768533527275349E-05
+ -3.20358532017661287E-05 -3.28132598300306727E-05 -3.36095191381537869E-05
+ -3.44250878086323642E-05 -3.52604335657303195E-05 -3.61160354416310933E-05
+ -3.69923840489425306E-05 -3.78899818597320915E-05 -3.88093434912483711E-05
+ -3.97509959984873839E-05 -4.07154791737573057E-05 -4.17033458533575330E-05
+ -4.27151622316913242E-05 -4.37515081829033459E-05 -4.48129775901805769E-05
+ -4.59001786829305776E-05 -4.70137343820234058E-05 -4.81542826532884160E-05
+ -4.93224768694444312E-05 -5.05189861806014278E-05 -5.17444958937556831E-05
+ -5.29997078613360329E-05 -5.42853408789904462E-05 -5.56021310928682576E-05
+ -5.69508324166213793E-05 -5.83322169583541515E-05 -5.97470754577251605E-05
+ -6.11962177333748292E-05 -6.26804731412257594E-05 -6.42006910436591466E-05
+ -6.57577412898264525E-05 -6.73525147073985437E-05 -6.89859236060204312E-05
+ -7.06589022927468254E-05 -7.23724075996834204E-05 -7.41274194240677461E-05
+ -7.59249412814804673E-05 -7.77660008721126446E-05 -7.96516506604420430E-05
+ -8.15829684686743213E-05 -8.35610580842702580E-05 -8.55870498818886644E-05
+ -8.76621014599818433E-05 -8.97873982923826357E-05 -9.19641543957220534E-05
+ -9.41936130125069779E-05 -9.64770473103292972E-05 -9.88157610976254431E-05
+ -1.01211089556369269E-04 -1.03664399992092388E-04 -1.06177092601466585E-04
+ -1.08750601257958109E-04 -1.11386394316531975E-04 -1.14085975437123235E-04
+ -1.16850884427492283E-04 -1.19682698105957940E-04 -1.22583031184465412E-04
+ -1.25553537172453961E-04 -1.28595909301735726E-04 -1.31711881473169751E-04
+ -1.34903229226206937E-04 -1.38171770730900816E-04 -1.41519367803185015E-04
+ -1.44947926943991921E-04 -1.48459400402758051E-04 -1.52055787265864052E-04
+ -1.55739134570160117E-04 -1.59511538442786300E-04 -1.63375145268378951E-04
+ -1.67332152883141412E-04 -1.71384811796798523E-04 -1.75535426443105159E-04
+ -1.79786356459558000E-04 -1.84140017996944249E-04 -1.88598885058775833E-04
+ -1.93165490872459052E-04 -1.97842429293152778E-04 -2.02632356239710779E-04
+ -2.07537991163984074E-04 -2.12562118554265325E-04 -2.17707589473641131E-04
+ -2.22977323133972965E-04 -2.28374308505400580E-04 -2.33901605964154433E-04
+ -2.39562348979242932E-04 -2.45359745837404810E-04 -2.51297081407895551E-04
+ -2.57377718948013250E-04 -2.63605101950270689E-04 -2.69982756032000450E-04
+ -2.76514290867085845E-04 -2.83203402163930459E-04 -2.90053873689463085E-04
+ -2.97069579338712540E-04 -3.04254485251830421E-04 -3.11612651979620260E-04
+ -3.19148236698629502E-04 -3.26865495476620692E-04 -3.34768785587894369E-04
+ -3.42862567884369234E-04 -3.51151409220939862E-04 -3.59639984934986465E-04
+ -3.68333081382257851E-04 -3.77235598530346070E-04 -3.86352552610993928E-04
+ -3.95689078831970207E-04 -4.05250434147834719E-04 -4.15042000097835275E-04
+ -4.25069285707465857E-04 -4.35337930454236007E-04 -4.45853707300197864E-04
+ -4.56622525792642450E-04 -4.67650435234400776E-04 -4.78943627924242616E-04
+ -4.90508442466743651E-04 -5.02351367162750455E-04 -5.14479043474119790E-04
+ -5.26898269564364356E-04 -5.39616003918055040E-04 -5.52639369040627436E-04
+ -5.65975655240224303E-04 -5.79632324491499056E-04 -5.93617014381371804E-04
+ -6.07937542151076654E-04 -6.22601908824406327E-04 -6.37618303425329085E-04
+ -6.52995107288146539E-04 -6.68740898462037540E-04 -6.84864456211869261E-04
+ -7.01374765614100597E-04 -7.18281022249438921E-04 -7.35592637009773354E-04
+ -7.53319241004572109E-04 -7.71470690572014948E-04 -7.90057072398279471E-04
+ -8.09088708747075368E-04 -8.28576162801507332E-04 -8.48530244115232053E-04
+ -8.68962014178015023E-04 -8.89882792115743049E-04 -9.11304160504496238E-04
+ -9.33237971306613546E-04 -9.55696351932400017E-04 -9.78691711429788627E-04
+ -1.00223674680418543E-03 -1.02634444946249348E-03 -1.05102811179267090E-03
+ -1.07630133389978390E-03 -1.10217803047189681E-03 -1.12867243778703584E-03
+ -1.15579912086501537E-03 -1.18357298076663146E-03 -1.21200926204244894E-03
+ -1.24112356032070174E-03 -1.27093183005612485E-03 -1.30145039245846222E-03
+ -1.33269594356749612E-03 -1.36468556248974687E-03 -1.39743671980066759E-03
+ -1.43096728611497590E-03 -1.46529554082696430E-03 -1.50044018100402060E-03
+ -1.53642033047158557E-03 -1.57325554910087606E-03 -1.61096584226020256E-03
+ -1.64957167044948506E-03 -1.68909395912167056E-03 -1.72955410869371539E-03
+ -1.77097400474794295E-03 -1.81337602839849992E-03 -1.85678306688584114E-03
+ -1.90121852439496418E-03 -1.94670633305385346E-03 -1.99327096413656453E-03
+ -2.04093743947429858E-03 -2.08973134307699178E-03 -2.13967883296392082E-03
+ -2.19080665316743767E-03 -2.24314214600823333E-03 -2.29671326461016075E-03
+ -2.35154858561019290E-03 -2.40767732209266287E-03 -2.46512933675057180E-03
+ -2.52393515527603177E-03 -2.58412597997387380E-03 -2.64573370355043313E-03
+ -2.70879092322469503E-03 -2.77333095508541880E-03 -2.83938784865450915E-03
+ -2.90699640169009158E-03 -2.97619217523097807E-03 -3.04701150888388606E-03
+ -3.11949153633908757E-03 -3.19367020105507842E-03 -3.26958627232311252E-03
+ -3.34727936156896649E-03 -3.42678993886524463E-03 -3.50815934969074886E-03
+ -3.59142983193705152E-03 -3.67664453316223936E-03 -3.76384752806295910E-03
+ -3.85308383609907299E-03 -3.94439943955957918E-03 -4.03784130183451866E-03
+ -4.13345738589025995E-03 -4.23129667298573989E-03 -4.33140918162765957E-03
+ -4.43384598676224793E-03 -4.53865923914989391E-03 -4.64590218486483561E-03
+ -4.75562918529463027E-03 -4.86789573728319686E-03 -4.98275849345150481E-03
+ -5.10027528273224607E-03 -5.22050513111314840E-03 -5.34350828258309176E-03
+ -5.46934622018625024E-03 -5.59808168716308292E-03 -5.72977870863462194E-03
+ -5.86450261332610925E-03 -6.00232005541400174E-03 -6.14329903652860790E-03
+ -6.28750892790227132E-03 -6.43502049265161965E-03 -6.58590590803501998E-03
+ -6.74023878774873599E-03 -6.89809420477754520E-03 -7.05954871412439906E-03
+ -7.22468037556696363E-03 -7.39356877646598059E-03 -7.56629505460858654E-03
+ -7.74294192106567830E-03 -7.92359368280935727E-03 -8.10833626531268226E-03
+ -8.29725723565749237E-03 -8.49044582528632463E-03 -8.68799295262459061E-03
+ -8.88999124558639137E-03 -9.09653506393745884E-03 -9.30772052147866256E-03
+ -9.52364550766099209E-03 -9.74440970912158339E-03 -9.97011463158743033E-03
+ -1.02008636210910754E-02 -1.04367618848159715E-02 -1.06779165115679225E-02
+ -1.09244364918332244E-02 -1.11764327373599301E-02 -1.14340180996909749E-02
+ -1.16973073885562346E-02 -1.19664173903479866E-02 -1.22414668854519092E-02
+ -1.25225766648520784E-02 -1.28098695459837649E-02 -1.31034703877764992E-02
+ -1.34035061047791809E-02 -1.37101056795624950E-02 -1.40234001749211194E-02
+ -1.43435227456656534E-02 -1.46706086486569805E-02 -1.50047952516049535E-02
+ -1.53462220405756345E-02 -1.56950306261266735E-02 -1.60513647478864145E-02
+ -1.64153702764949644E-02 -1.67871952152891107E-02 -1.71669897007916544E-02
+ -1.75549060006360211E-02 -1.79510985095440098E-02 -1.83557237432643433E-02
+ -1.87689403303619232E-02 -1.91909090015482814E-02 -1.96217925751759198E-02
+ -2.00617559424136477E-02 -2.05109660500536230E-02 -2.09695918797107132E-02
+ -2.14378044241063763E-02 -2.19157766603022622E-02 -2.24036835197359598E-02
+ -2.29017018545466938E-02 -2.34100103985590800E-02 -2.39287897278478712E-02
+ -2.44582222172729097E-02 -2.49984919920815257E-02 -2.55497848753098861E-02
+ -2.61122883307995067E-02 -2.66861914016382658E-02 -2.72716846431896275E-02
+ -2.78689600489778234E-02 -2.84782109759504978E-02 -2.90996320634722451E-02
+ -2.97334191457304838E-02 -3.03797691582815728E-02 -3.10388800384971617E-02
+ -3.17109506196720931E-02 -3.23961805174585726E-02 -3.30947700071307221E-02
+ -3.38069198998004056E-02 -3.45328314094951391E-02 -3.52727060116246258E-02
+ -3.60267452935097779E-02 -3.67951507966792005E-02 -3.75781238506401397E-02
+ -3.83758653960500490E-02 -3.91885757966311810E-02 -4.00164546492086659E-02
+ -4.08597005811369499E-02 -4.17185110367024881E-02 -4.25930820530873860E-02
+ -4.34836080255491322E-02 -4.43902814614606095E-02 -4.53132927201268798E-02
+ -4.62528297394138241E-02 -4.72090777591173613E-02 -4.81822190277301707E-02
+ -4.91724324954428763E-02 -5.01798934938387578E-02 -5.12047734019124984E-02
+ -5.22472392979837705E-02 -5.33074535931450100E-02 -5.43855736500715586E-02
+ -5.54817513965041240E-02 -5.65961329178754566E-02 -5.77288580332534287E-02
+ -5.88800598549437323E-02 -6.00498643313831862E-02 -6.12383897728226226E-02
+ -6.24457463539929980E-02 -6.36720356015812727E-02 -6.49173498736340532E-02
+ -6.61817718140532973E-02 -6.74653737876757947E-02 -6.87682172961959354E-02
+ -7.00903523746323753E-02 -7.14318169677658349E-02 -7.27926362793810122E-02
+ -7.41728221071716182E-02 -7.55723721664237902E-02 -7.69912693857457558E-02
+ -7.84294811814778697E-02 -7.98869587110519336E-02 -8.13636361051847112E-02
+ -8.28594296782968615E-02 -8.43742371091577015E-02 -8.59079366100230085E-02
+ -8.74603860817630696E-02 -8.90314222402553701E-02 -9.06208597214595152E-02
+ -9.22284901656279799E-02 -9.38540812809068592E-02 -9.54973758858039118E-02
+ -9.71580909229064899E-02 -9.88359164664611989E-02 -1.00530514715100161E-01
+ -1.02241518959156313E-01 -1.03968532530241020E-01 -1.05711127734007274E-01
+ -1.07468844766995628E-01 -1.09241190617466760E-01 -1.11027637945053881E-01
+ -1.12827623962676094E-01 -1.14640549307484976E-01 -1.16465776896368958E-01
+ -1.18302630773325493E-01 -1.20150394950502351E-01 -1.22008312244826986E-01
+ -1.23875583111373019E-01 -1.25751364473574573E-01 -1.27634768567510687E-01
+ -1.29524861788210849E-01 -1.31420663540414068E-01 -1.33321145100169708E-01
+ -1.35225228490481519E-01 -1.37131785374431464E-01 -1.39039635969919417E-01
+ -1.40947547994280414E-01 -1.42854235638534360E-01 -1.44758358571873164E-01
+ -1.46658520984362134E-01 -1.48553270673006527E-01 -1.50441098176387927E-01
+ -1.52320435963393480E-01 -1.54189657686608472E-01 -1.56047077517710214E-01
+ -1.57890949532460134E-01 -1.59719467176856950E-01 -1.61530762823338059E-01
+ -1.63322907421016211E-01 -1.65093910247724934E-01 -1.66841718772030273E-01
+ -1.68564218648518754E-01 -1.70259233867741194E-01 -1.71924526981735104E-01
+ -1.73557799491645431E-01 -1.75156692398892394E-01 -1.76718786923037496E-01
+ -1.78241605397027297E-01 -1.79722612350987465E-01 -1.81159215830833359E-01
+ -1.82548768960579338E-01 -1.83888571614590574E-01 -1.85175872367469352E-01
+ -1.86407870703519718E-01 -1.87581719488368576E-01 -1.88694527716047056E-01
+ -1.89743363545754828E-01 -1.90725257711872098E-01 -1.91637207269531346E-01
+ -1.92476179494493027E-01 -1.93239116208293454E-01 -1.93922938475879492E-01
+ -1.94524551677377366E-01 -1.95040850968383722E-01 -1.95468727145495014E-01
+ -1.95805073054616419E-01 -1.96046790401869953E-01 -1.96190796770611436E-01
+ -1.96234033226804883E-01 -1.96173472408627259E-01 -1.96006127099081801E-01
+ -1.95729059293336782E-01 -1.95339389778503764E-01 -1.94834308430940295E-01
+ -1.94211084912625509E-01 -1.93467079619310645E-01 -1.92599755355154528E-01
+ -1.91606689563666943E-01 -1.90485587105957227E-01 -1.89234293588196767E-01
+ -1.87850809253920670E-01 -1.86333303713427989E-01 -1.84680130933686959E-01
+ -1.82889844483406921E-01 -1.80961213543073485E-01 -1.78893239435580637E-01
+ -1.76685172651298267E-01 -1.74336530348114582E-01 -1.71847114333819856E-01
+ -1.69217029839681204E-01 -1.66446704204815138E-01 -1.63536905702632074E-01
+ -1.60488762955066921E-01 -1.57303784619787890E-01 -1.53983879292493464E-01
+ -1.50531375567384773E-01 -1.46949042242429800E-01 -1.43240108936616040E-01
+ -1.39408285990223757E-01 -1.35457784151330390E-01 -1.31393334305586307E-01
+ -1.27220206884490761E-01 -1.22944230844448291E-01 -1.18571812104326185E-01
+ -1.14109951381766508E-01 -1.09566261523030797E-01 -1.04948983192885273E-01
+ -1.00266999576202068E-01 -9.55298500578906501E-02 -9.07477425064260323E-02
+ -8.59315639889712685E-02 -8.10928897384722430E-02 -7.62439902163562638E-02
+ -7.13978360442834720E-02 -6.65681001737931655E-02 -6.17691576975745935E-02
+ -5.70160829831593621E-02 -5.23246438053449614E-02 -4.77112922463382716E-02
+ -4.31931521261128271E-02 -3.87880026203558520E-02 -3.45142574654259335E-02
+ -3.03909403505158715E-02 -2.64376560356493692E-02 -2.26745563782730676E-02
+ -1.91223024777934549E-02 -1.58020187837133834E-02 -1.27352476390685358E-02
+ -9.94389251584719761E-03 -7.45012613241395616E-03 -5.27651170677742153E-03
+ -3.44512467696263692E-03 -1.98033068345913540E-03 -9.00034344061368123E-04
+ -2.37307345025070251E-04 -1.80876745250715043E-06  4.09615908954162589E-06
+ -2.19602658731595410E-06  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00
+                       </PP_QIJL.2.3.1>
+ <PP_QIJL.2.4.1 type="real" size="  1489" columns="3" first_index=" 2" second_index=" 4" composite_index=" 8" angular_momentum="1">
+  2.17123637476772570E-12  2.22397639599398481E-12  2.27799748907965562E-12
+  2.33333077166655599E-12  2.39000811725388044E-12  2.44806217355821492E-12
+  2.50752638131951675E-12  2.56843499356390905E-12  2.63082309533436860E-12
+  2.69472662390066792E-12  2.76018238946024743E-12  2.82722809634189186E-12
+  2.89590236472447119E-12  2.96624475288322325E-12  3.03829577997641396E-12
+  3.11209694938549113E-12  3.18769077262216731E-12  3.26512079381622815E-12
+  3.34443161479815678E-12  3.42566892079100300E-12  3.50887950672634315E-12
+  3.59411130419944639E-12  3.68141340907919550E-12  3.77083610978864927E-12
+  3.86243091627258160E-12  3.95625058966860035E-12  4.05234917269904417E-12
+  4.15078202080106134E-12  4.25160583401286818E-12  4.35487868963453530E-12
+  4.46066007568211759E-12  4.56901092515438093E-12  4.67999365113188905E-12
+  4.79367218272865760E-12  4.91011200191708388E-12  5.02938018124736743E-12
+  5.15154542248314706E-12  5.27667809617559203E-12  5.40485028219880716E-12
+  5.53613581126978723E-12  5.67061030747696955E-12  5.80835123184178642E-12
+  5.94943792693832546E-12  6.09395166259686298E-12  6.24197568271749813E-12
+  6.39359525322094298E-12  6.54889771116403302E-12  6.70797251504828010E-12
+  6.87091129635042158E-12  7.03780791230467540E-12  7.20875849996708808E-12
+  7.38386153159312070E-12  7.56321787136036950E-12  7.74693083346913440E-12
+  7.93510624165417853E-12  8.12785249014217661E-12  8.32528060608972769E-12
+  8.52750431353804728E-12  8.73464009892116431E-12  8.94680727816528413E-12
+  9.16412806541805262E-12  9.38672764344723088E-12  9.61473423574954304E-12
+  9.84827918041064781E-12  1.00874970057598414E-11  1.03325255078617124E-11
+  1.05835058298908241E-11  1.08405825434336433E-11  1.11039037317662062E-11
+  1.13736210751536722E-11  1.16498899382227795E-11  1.19328694594556760E-11
+  1.22227226428585287E-11  1.25196164518558030E-11  1.28237219054662556E-11
+  1.31352141768142221E-11  1.34542726940343013E-11  1.37810812436268420E-11
+  1.41158280763240368E-11  1.44587060155274487E-11  1.48099125683796217E-11
+  1.51696500395335812E-11  1.55381256476858694E-11  1.59155516449402017E-11
+  1.63021454390704534E-11  1.66981297187535390E-11  1.71037325818441325E-11
+  1.75191876667653347E-11  1.79447342870907650E-11  1.83806175693957422E-11
+  1.88270885944568663E-11  1.92844045418814758E-11  1.97528288382501152E-11
+  2.02326313088573768E-11  2.07240883331387668E-11  2.12274830038727191E-11
+  2.17431052902498637E-11  2.22712522049031035E-11  2.28122279749950960E-11
+  2.33663442174613485E-11  2.39339201185101012E-11  2.45152826174823302E-11
+  2.51107665951777157E-11  2.57207150667550864E-11  2.63454793793185551E-11
+  2.69854194143030522E-11  2.76409037947757753E-11  2.83123100977732583E-11
+  2.90000250717958698E-11  2.97044448595856373E-11  3.04259752263152083E-11
+  3.11650317933196009E-11  3.19220402775055112E-11  3.26974367365757983E-11
+  3.34916678202105673E-11  3.43051910273495687E-11  3.51384749697240775E-11
+  3.59919996417899278E-11  3.68662566972173824E-11  3.77617497320971404E-11
+  3.86789945750252754E-11  3.96185195842344089E-11  4.05808659519426282E-11
+  4.15665880160948277E-11  4.25762535796763716E-11  4.36104442377830413E-11
+  4.46697557126356463E-11  4.57547981967321465E-11  4.68661967043351313E-11
+  4.80045914314968372E-11  4.91706381248296031E-11  5.03650084592336706E-11
+  5.15883904247999228E-11  5.28414887231110823E-11  5.41250251731687187E-11
+  5.54397391271806437E-11  5.67863878964475734E-11  5.81657471875951975E-11
+  5.95786115494020106E-11  6.10257948304808533E-11  6.25081306480778174E-11
+  6.40264728682581464E-11  6.55816960977562481E-11  6.71746961877726961E-11
+  6.88063907500088260E-11  7.04777196852355730E-11  7.21896457247018465E-11
+  7.39431549846936537E-11  7.57392575345634086E-11  7.75789879785574777E-11
+  7.94634060517755782E-11  8.13935972306070640E-11  8.33706733579943853E-11
+  8.53957732838843730E-11  8.74700635212365930E-11  8.95947389179660298E-11
+  9.17710233452073490E-11  9.40001704022979012E-11  9.62834641388841665E-11
+  9.86222197945689773E-11  1.01017784556524716E-10  1.03471538335508891E-10
+  1.05984894560730072E-10  1.08559300994020649E-10  1.11196240563786145E-10
+  1.13897232219212201E-10  1.16663831805219028E-10  1.19497632958670281E-10
+  1.22400268026350031E-10  1.25373409005237733E-10  1.28418768505623682E-10
+  1.31538100737617380E-10  1.34733202521619871E-10  1.38005914323339451E-10
+  1.41358121313949226E-10  1.44791754455995348E-10  1.48308791615682663E-10
+  1.51911258702179674E-10  1.55601230834591644E-10  1.59380833537290287E-10
+  1.63252243964265133E-10  1.67217692153228724E-10  1.71279462310170333E-10
+  1.75439894125126132E-10  1.79701384119894151E-10  1.84066387028502582E-10
+  1.88537417211192889E-10  1.93117050102765783E-10  1.97807923696090589E-10
+  2.02612740061666771E-10  2.07534266904079924E-10  2.12575339156280043E-10
+  2.17738860612567779E-10  2.23027805601266107E-10  2.28445220698001190E-10
+  2.33994226480619215E-10  2.39678019326710977E-10  2.45499873254818574E-10
+  2.51463141810345058E-10  2.57571259997295119E-10  2.63827746256914065E-10
+  2.70236204494414326E-10  2.76800326154905814E-10  2.83523892349775873E-10
+  2.90410776034695642E-10  2.97464944240554653E-10  3.04690460358560504E-10
+  3.12091486480869607E-10  3.19672285798047092E-10  3.27437225054785726E-10
+  3.35390777065254825E-10  3.43537523289559519E-10  3.51882156472779068E-10
+  3.60429483348107440E-10  3.69184427405655539E-10  3.78152031728505692E-10
+  3.87337461897658396E-10  3.96746008967536124E-10  4.06383092513766684E-10
+  4.16254263754995736E-10  4.26365208750530667E-10  4.36721751675653637E-10
+  4.47329858176494393E-10  4.58195638806392434E-10  4.69325352545730679E-10
+  4.80725410407264730E-10  4.92402379129028476E-10  5.04362984956938698E-10
+  5.16614117519282435E-10  5.29162833795315119E-10  5.42016362180255438E-10
+  5.55182106649022817E-10  5.68667651021109527E-10  5.82480763329050841E-10
+  5.96629400293002729E-10  6.11121711904010147E-10  6.25966046118604636E-10
+  6.41170953667430421E-10  6.56745192980677104E-10  6.72697735233151097E-10
+  6.89037769511890154E-10  7.05774708109303168E-10  7.22918191944881143E-10
+  7.40478096118600689E-10  7.58464535599221654E-10  7.76887871050753693E-10
+  7.95758714800451687E-10  8.15087936951768563E-10  8.34886671645798719E-10
+  8.55166323474809978E-10  8.75938574051563744E-10  8.97215388738201187E-10
+  9.19009023538576909E-10  9.41332032158010863E-10  9.64197273234517813E-10
+  9.87617917745687558E-10  1.01160745659547726E-09  1.03617970838529318E-09
+  1.06134882737382565E-09  1.08712931163023482E-09  1.11353601138537540E-09
+  1.14058413758587777E-09  1.16828927065600195E-09  1.19666736947232146E-09
+  1.22573478055640744E-09  1.25550824749079662E-09  1.28600492056368213E-09
+  1.31724236664786680E-09  1.34923857931968413E-09  1.38201198922370241E-09
+  1.41558147468919520E-09  1.44996637260447873E-09  1.48518648955539600E-09
+  1.52126211323435133E-09  1.55821402412647347E-09  1.59606350747963701E-09
+  1.63483236556522732E-09  1.67454293023673611E-09  1.71521807579338988E-09
+  1.75688123215624658E-09  1.79955639836433950E-09  1.84326815639864262E-09
+  1.88804168534181873E-09  1.93390277588191036E-09  1.98087784516832433E-09
+  2.02899395202867085E-09  2.07827881255520750E-09  2.12876081606991222E-09
+  2.18046904147729854E-09  2.23343327401448587E-09  2.28768402240812441E-09
+  2.34325253644799163E-09  2.40017082498759875E-09  2.45847167438184028E-09
+  2.51818866737269078E-09  2.57935620243343974E-09  2.64200951358300494E-09
+  2.70618469068131585E-09  2.77191870021789848E-09  2.83924940660517854E-09
+  2.90821559398924034E-09  2.97885698859011265E-09  3.05121428158496397E-09
+  3.12532915254686443E-09  3.20124429345313442E-09  3.27900343327660068E-09
+  3.35865136317443633E-09  3.44023396228853835E-09  3.52379822417291082E-09
+  3.60939228386265378E-09  3.69706544560074965E-09  3.78686821123804149E-09
+  3.87885230932336238E-09  3.97307072489990126E-09  4.06957773002569300E-09
+  4.16842891503509280E-09  4.26968122055990547E-09  4.37339297032798758E-09
+  4.47962390475885722E-09  4.58843521537497732E-09  4.69988958004928319E-09
+  4.81405119910843073E-09  4.93098583231343101E-09  5.05076083673808445E-09
+  5.17344520556793786E-09  5.29910960784117610E-09  5.42782642915529420E-09
+  5.55966981336205355E-09  5.69471570527568788E-09  5.83304189441797857E-09
+  5.97472805982637701E-09  6.11985581595001659E-09  6.26850875966101989E-09
+  6.42077251840717605E-09  6.57673479953475782E-09  6.73648544080887275E-09
+  6.90011646216146792E-09  7.06772211869567390E-09  7.23939895497825594E-09
+  7.41524586065016497E-09  7.59536412738845279E-09  7.77985750725113813E-09
+  7.96883227243995456E-09  8.16239727651396988E-09  8.36066401709083026E-09
+  8.56374670007020293E-09  8.77176230541794804E-09  8.98483065454740441E-09
+  9.20307447933808578E-09  9.42661949283000022E-09  9.65559446163598227E-09
+  9.89013128011198409E-09  1.01303650463298212E-08  1.03764341398944999E-08
+  1.06284803016521330E-08  1.08866487153337223E-08  1.11510880911821240E-08
+  1.14219507516101299E-08  1.16993927189392651E-08  1.19835738052697028E-08
+  1.22746577045329836E-08  1.25728120867807083E-08  1.28782086947634040E-08
+  1.31910234428552081E-08  1.35114365183814218E-08  1.38396324854070638E-08
+  1.41758003910466350E-08  1.45201338743559468E-08  1.48728312778688169E-08
+  1.52340957618429723E-08  1.56041354212808546E-08  1.59831634057927763E-08
+  1.63713980423713567E-08  1.67690629611481403E-08  1.71763872242047726E-08
+  1.75936054575128871E-08  1.80209579860786028E-08  1.84586909723696372E-08
+  1.89070565581046288E-08  1.93663130094864580E-08  1.98367248659629480E-08
+  2.03185630926008888E-08  2.08121052361613669E-08  2.13176355849656109E-08
+  2.18354453326440721E-08  2.23658327458627027E-08  2.29091033361230320E-08
+  2.34655700357351571E-08  2.40355533780648022E-08  2.46193816821584069E-08
+  2.52173912418527010E-08  2.58299265194774284E-08  2.64573403442628358E-08
+  2.70999941155662199E-08  2.77582580110346248E-08  2.84325111998234667E-08
+  2.91231420609937186E-08  2.98305484072140531E-08  3.05551377138963337E-08
+  3.12973273538963680E-08  3.20575448379153475E-08  3.28362280607400281E-08
+  3.36338255534639827E-08  3.44507967418345618E-08  3.52876122108747948E-08
+  3.61447539759324899E-08  3.70227157603131700E-08  3.79220032796558135E-08
+  3.88431345332156731E-08  3.97866401022217776E-08  4.07530634554811061E-08
+  4.17429612624052313E-08  4.27569037136394086E-08  4.37954748494796300E-08
+  4.48592728962667759E-08  4.59489106109502745E-08  4.70650156340209558E-08
+  4.82082308510158661E-08  4.93792147628031675E-08  5.05786418648604304E-08
+  5.18072030357642031E-08  5.30656059351162972E-08  5.43545754111345985E-08
+  5.56748539181429282E-08  5.70272019442010196E-08  5.84123984491204615E-08
+  5.98312413131190455E-08  6.12845477963715960E-08  6.27731550097216441E-08
+  6.42979203968267819E-08  6.58597222280137317E-08  6.74594601061278779E-08
+  6.90980554846679928E-08  7.07764521985054367E-08  7.24956170074932271E-08
+  7.42565401532768058E-08  7.60602359296281751E-08  7.79077432666334973E-08
+  7.98001263290678865E-08  8.17384751293032352E-08  8.37239061551012012E-08
+  8.57575630126534239E-08  8.78406170852393335E-08  8.99742682078795819E-08
+  9.21597453583744792E-08  9.43983073651278700E-08  9.66912436321600480E-08
+  9.90398748817292283E-08  1.01445553914987807E-07  1.03909666391113084E-07
+  1.06433631625359631E-07  1.09018903406492088E-07  1.11666970834070683E-07
+  1.14379359176074367E-07  1.17157630747349799E-07  1.20003385809394866E-07
+  1.22918263491994207E-07  1.25903942737236925E-07  1.28962143266461057E-07
+  1.32094626570678243E-07  1.35303196925053682E-07  1.38589702428025974E-07
+  1.41956036065659667E-07  1.45404136801847035E-07  1.48935990694985049E-07
+  1.52553632041771714E-07  1.56259144548777945E-07  1.60054662532470485E-07
+  1.63942372148378122E-07  1.67924512650113133E-07  1.72003377678963346E-07
+  1.76181316584802706E-07  1.80460735779078626E-07  1.84844100120657940E-07
+  1.89333934335324428E-07  1.93932824469744664E-07  1.98643419380749382E-07
+  2.03468432260780730E-07  2.08410642200382317E-07  2.13472895788631731E-07
+  2.18658108752437862E-07  2.23969267635647459E-07  2.29409431518923791E-07
+  2.34981733781384734E-07  2.40689383905030039E-07  2.46535669322986946E-07
+  2.52523957312632232E-07  2.58657696934686056E-07  2.64940421019393435E-07
+  2.71375748200933493E-07  2.77967385001231305E-07  2.84719127964358638E-07
+  2.91634865842781309E-07  2.98718581836691156E-07  3.05974355887710700E-07
+  3.13406367028292543E-07  3.21018895788167983E-07  3.28816326659228712E-07
+  3.36803150620255747E-07  3.44983967722941191E-07  3.53363489740731463E-07
+  3.61946542881975159E-07  3.70738070568949473E-07  3.79743136284362438E-07
+  3.88966926486972094E-07  3.98414753597995958E-07  4.08092059060029279E-07
+  4.18004416470220801E-07  4.28157534789559107E-07  4.38557261630065611E-07
+  4.49209586621798910E-07  4.60120644861606705E-07  4.71296720445614245E-07
+  4.82744250087478233E-07  4.94469826824474882E-07  5.06480203813565208E-07
+  5.18782298219661652E-07  5.31383195198280600E-07  5.44290151974884925E-07
+  5.57510602023262364E-07  5.71052159345349433E-07  5.84922622854960972E-07
+  5.99129980867921970E-07  6.13682415701212413E-07  6.28588308383816935E-07
+  6.43856243481911322E-07  6.59495014041189533E-07  6.75513626649168820E-07
+  6.91921306620394026E-07  7.08727503307516492E-07  7.25941895541268287E-07
+  7.43574397202515039E-07  7.61635162929630845E-07  7.80134593964380650E-07
+  7.99083344139714630E-07  8.18492326012910568E-07  8.38372717147594874E-07
+  8.58735966548258013E-07  8.79593801250898863E-07  9.00958233073702598E-07
+  9.22841565531638201E-07  9.45256400918842811E-07  9.68215647562920742E-07
+  9.91732527255321679E-07  1.01582058286206841E-06  1.04049368611921184E-06
+  1.06576604561741141E-06  1.09165221498040691E-06  1.11816710124204467E-06
+  1.14532597342656130E-06  1.17314447133711435E-06  1.20163861455761635E-06
+  1.23082481167303527E-06  1.26071986971346435E-06  1.29134100382726808E-06
+  1.32270584718915706E-06  1.35483246114874136E-06  1.38773934562530552E-06
+  1.42144544975484873E-06  1.45597018279548777E-06  1.49133342529751422E-06
+  1.52755554054448492E-06  1.56465738627178453E-06  1.60266032666982179E-06
+  1.64158624467847567E-06  1.68145755457979563E-06  1.72229721489626744E-06
+  1.76412874160203051E-06  1.80697622165466610E-06  1.85086432685525987E-06
+  1.89581832804455405E-06  1.94186410964393067E-06  1.98902818454912732E-06
+  2.03733770938521010E-06  2.08682050013165932E-06  2.13750504812653271E-06
+  2.18942053645888361E-06  2.24259685675877461E-06  2.29706462639438638E-06
+  2.35285520608683219E-06  2.41000071795216431E-06  2.46853406398094310E-06
+  2.52848894496605731E-06  2.58989987988968281E-06  2.65280222578049910E-06
+  2.71723219805237260E-06  2.78322689133614134E-06  2.85082430081740875E-06
+  2.92006334409161531E-06  2.99098388354905090E-06  3.06362674930278900E-06
+  3.13803376267266119E-06  3.21424776023876091E-06  3.29231261847796549E-06
+  3.37227327899772957E-06  3.45417577438277324E-06  3.53806725466809349E-06
+  3.62399601445383230E-06  3.71201152067758831E-06  3.80216444106013242E-06
+  3.89450667324085266E-06  3.98909137461904630E-06  4.08597299291876287E-06
+  4.18520729749582923E-06  4.28685141140326012E-06  4.39096384423393155E-06
+  4.49760452575941685E-06  4.60683484038426142E-06  4.71871766243542844E-06
+  4.83331739230634338E-06  4.95069999347732187E-06  5.07093303043474366E-06
+  5.19408570750837720E-06  5.32022890864991117E-06  5.44943523817551539E-06
+  5.58177906249577700E-06  5.71733655285684997E-06  5.85618572911609788E-06
+  5.99840650457937891E-06  6.14408073192635065E-06  6.29329225024735395E-06
+  6.44612693321990603E-06  6.60267273845235488E-06  6.76301975802302085E-06
+  6.92726027024352602E-06  7.09548879267424678E-06  7.26780213642585791E-06
+  7.44429946177773261E-06  7.62508233514206525E-06  7.81025478740757700E-06
+  7.99992337369631723E-06  8.19419723456758424E-06  8.39318815870385895E-06
+  8.59701064711198389E-06  8.80578197888227300E-06  9.01962227854131052E-06
+  9.23865458503350106E-06  9.46300492237280772E-06  9.69280237200486483E-06
+  9.92817914692087689E-06  1.01692706675650351E-05  1.04162156395756520E-05
+  1.06691561334135057E-05  1.09282376659180477E-05  1.11936092838352708E-05
+  1.14654236493668280E-05  1.17438371277894218E-05  1.20290098771941921E-05
+  1.23211059403964864E-05  1.26202933390642963E-05  1.29267441701327116E-05
+  1.32406347045499637E-05  1.35621454884097293E-05  1.38914614465295532E-05
+  1.42287719885342996E-05  1.45742711175052481E-05  1.49281575412545983E-05
+  1.52906347862846983E-05  1.56619113145154730E-05  1.60422006428314441E-05
+  1.64317214655161836E-05  1.68306977796464176E-05  1.72393590135170407E-05
+  1.76579401581701199E-05  1.80866819020991983E-05  1.85258307692019596E-05
+  1.89756392600844295E-05  1.94363659967738678E-05  1.99082758709250857E-05
+  2.03916401956069575E-05  2.08867368607553448E-05  2.13938504923807691E-05
+  2.19132726156147970E-05  2.24453018216873255E-05  2.29902439389598506E-05
+  2.35484122080790129E-05  2.41201274613556142E-05  2.47057183064737343E-05
+  2.53055213146338892E-05  2.59198812132368111E-05  2.65491510832065731E-05
+  2.71936925610706618E-05  2.78538760459466132E-05  2.85300809115075994E-05
+  2.92226957230580103E-05  2.99321184598445175E-05  3.06587567427282445E-05
+  3.14030280673463367E-05  3.21653600428782707E-05  3.29461906365690707E-05
+  3.37459684241848412E-05  3.45651528464837999E-05  3.54042144718648709E-05
+  3.62636352653448329E-05  3.71439088640152637E-05  3.80455408591340153E-05
+  3.89690490849842858E-05  3.99149639147019743E-05  4.08838285632705196E-05
+  4.18761993977817844E-05  4.28926462551630671E-05  4.39337527675509853E-05
+  4.50001166954947619E-05  4.60923502691749844E-05  4.72110805377897610E-05
+  4.83569497273771888E-05  4.95306156072893966E-05  5.07327518654432854E-05
+  5.19640484925892429E-05  5.32252121758169274E-05  5.45169667015180337E-05
+  5.58400533680270935E-05  5.71952314081155332E-05  5.85832784216979194E-05
+  6.00049908189757448E-05  6.14611842741755627E-05  6.29526941901778242E-05
+  6.44803761742976096E-05  6.60451065254819529E-05  6.76477827331889583E-05
+  6.92893239881454823E-05  7.09706717054683260E-05  7.26927900603643813E-05
+  7.44566665366165701E-05  7.62633124882138919E-05  7.81137637144392935E-05
+  8.00090810487344547E-05  8.19503509616505425E-05  8.39386861781187416E-05
+  8.59752263096823818E-05  8.80611385018751394E-05  9.01976180970236001E-05
+  9.23858893129050185E-05  9.46272059376353399E-05  9.69228520411721730E-05
+  9.92741427037922223E-05  1.01682424761820870E-04  1.04149077571463706E-04
+  1.06675513790855501E-04  1.09263180180707852E-04  1.11913558424069082E-04
+  1.14628165965646270E-04  1.17408556871151430E-04  1.20256322707081010E-04
+  1.23173093441278825E-04  1.26160538365383007E-04  1.29220367039164130E-04
+  1.32354330257275520E-04  1.35564221039024695E-04  1.38851875641705225E-04
+  1.42219174598043097E-04  1.45668043778210117E-04  1.49200455476875395E-04
+  1.52818429526684876E-04  1.56524034438019474E-04  1.60319388565742917E-04
+  1.64206661303653703E-04  1.68188074307290054E-04  1.72265902745749578E-04
+  1.76442476583000836E-04  1.80720181889369632E-04  1.85101462184888196E-04
+  1.89588819814164473E-04  1.94184817353719913E-04  1.98892079052639156E-04
+  2.03713292307302447E-04  2.08651209170994238E-04  2.13708647898859760E-04
+  2.18888494529235632E-04  2.24193704503324113E-04  2.29627304322640319E-04
+  2.35192393245474602E-04  2.40892145023364557E-04  2.46729809678495693E-04
+  2.52708715322967289E-04  2.58832270020348493E-04  2.65103963691102110E-04
+  2.71527370064043405E-04  2.78106148673015979E-04  2.84844046900398413E-04
+  2.91744902068596880E-04  2.98812643580623173E-04  3.06051295110859036E-04
+  3.13464976846312342E-04  3.21057907780797445E-04  3.28834408064238124E-04
+  3.36798901406041087E-04  3.44955917534593096E-04  3.53310094714230291E-04
+  3.61866182320986509E-04  3.70629043478396154E-04  3.79603657753449584E-04
+  3.88795123916423286E-04  3.98208662766505570E-04  4.07849620021998212E-04
+  4.17723469277665174E-04  4.27835815030799902E-04  4.38192395777554239E-04
+  4.48799087180979175E-04  4.59661905310563049E-04  4.70787009958877544E-04
+  4.82180708036468073E-04  4.93849457043763385E-04  5.05799868623161273E-04
+  5.18038712193112823E-04  5.30572918666029629E-04  5.43409584251599480E-04
+  5.56555974344890821E-04  5.70019527507523833E-04  5.83807859541499705E-04
+  5.97928767654750922E-04  6.12390234722193921E-04  6.27200433644410594E-04
+  6.42367731806090794E-04  6.57900695635873990E-04  6.73808095266530149E-04
+  6.90098909307368543E-04  7.06782329725891213E-04  7.23867766838443547E-04
+  7.41364854414328892E-04  7.59283454895842377E-04  7.77633664736720434E-04
+  7.96425819860485077E-04  8.15670501237320640E-04  8.35378540596068680E-04
+  8.55561026264359085E-04  8.76229309137982102E-04  8.97395008784626939E-04
+  9.19070019684829200E-04  9.41266517613015123E-04  9.63996966159635319E-04
+  9.87274123393123417E-04  1.01111104868407530E-03  1.03552110967892672E-03
+  1.06051798942641121E-03  1.08611569366253748E-03  1.11232855825739701E-03
+  1.13917125682709477E-03  1.16665880851064439E-03  1.19480658591181524E-03
+  1.22363032323478862E-03  1.25314612459331170E-03  1.28337047249973209E-03
+  1.31432023654029788E-03  1.34601268224043141E-03  1.37846548012376816E-03
+  1.41169671496259004E-03  1.44572489522300316E-03  1.48056896274012311E-03
+  1.51624830259346026E-03  1.55278275319310852E-03  1.59019261658362382E-03
+  1.62849866896980265E-03  1.66772217146855437E-03  1.70788488108075090E-03
+  1.74900906189334000E-03  1.79111749655208314E-03  1.83423349796386567E-03
+  1.87838092124455527E-03  1.92358417591974003E-03  1.96986823838301434E-03
+  2.01725866461628699E-03  2.06578160316003411E-03  2.11546380835634946E-03
+  2.16633265390697716E-03  2.21841614669267967E-03  2.27174294087654875E-03
+  2.32634235229889309E-03  2.38224437316873891E-03  2.43947968705642351E-03
+  2.49807968416619142E-03  2.55807647693271105E-03  2.61950291597922921E-03
+  2.68239260637063905E-03  2.74677992419195601E-03  2.81270003345988548E-03
+  2.88018890337281893E-03  2.94928332590295135E-03  3.02002093369677094E-03
+  3.09244021836087160E-03  3.16658054915587616E-03  3.24248219201963986E-03
+  3.32018632895918556E-03  3.39973507781882915E-03  3.48117151242984717E-03
+  3.56453968314332991E-03  3.64988463769533311E-03  3.73725244253099963E-03
+  3.82669020457903275E-03  3.91824609338888540E-03  4.01196936367984383E-03
+  4.10791037830874565E-03  4.20612063166140443E-03  4.30665277346474907E-03
+  4.40956063294741483E-03  4.51489924354685733E-03  4.62272486809865712E-03
+  4.73309502441856145E-03  4.84606851133596774E-03  4.96170543518443304E-03
+  5.08006723675337359E-03  5.20121671868894672E-03  5.32521807324752225E-03
+  5.45213691069798209E-03  5.58204028821911429E-03  5.71499673921214372E-03
+  5.85107630309571018E-03  5.99035055558672612E-03  6.13289263946981914E-03
+  6.27877729582656478E-03  6.42808089560490716E-03  6.58088147195315040E-03
+  6.73725875303145608E-03  6.89729419524708499E-03  7.06107101698692959E-03
+  7.22867423284761189E-03  7.40019068836307147E-03  7.57570909517153376E-03
+  7.75532006648965884E-03  7.93911615347484521E-03  8.12719188200211953E-03
+  8.31964378985040366E-03  8.51657046437374367E-03  8.71807258065350303E-03
+  8.92425294012672357E-03  9.13521650958253745E-03  9.35107046041029101E-03
+  9.57192420885362785E-03  9.79788945655350914E-03  1.00290802314488316E-02
+  1.02656129291077199E-02  1.05076063544787632E-02  1.07551817640504626E-02
+  1.10084629082280762E-02  1.12675760738853107E-02  1.15326501280094973E-02
+  1.18038165614259890E-02  1.20812095327708854E-02  1.23649659127769550E-02
+  1.26552253288525589E-02  1.29521302099303900E-02  1.32558258312663151E-02
+  1.35664603593161071E-02  1.38841848977281843E-02  1.42091535330928845E-02
+  1.45415233807458331E-02  1.48814546306756442E-02  1.52291105935019305E-02
+  1.55846577464816491E-02  1.59482657790325014E-02  1.63201076382207197E-02
+  1.67003595752715193E-02  1.70892011913631563E-02  1.74868154831598552E-02
+  1.78933888881105570E-02  1.83091113294600628E-02  1.87341762608990436E-02
+  1.91687807100697320E-02  1.96131253219127104E-02  2.00674144027537388E-02
+  2.05318559630057913E-02  2.10066617591256992E-02  2.14920473348181526E-02
+  2.19882320614078822E-02  2.24954391772519760E-02  2.30138958250425477E-02
+  2.35438330888254679E-02  2.40854860311869798E-02  2.46390937281367808E-02
+  2.52048993025298269E-02  2.57831499559741939E-02  2.63740969991090417E-02
+  2.69779958800351015E-02  2.75951062092776485E-02  2.82256917843466196E-02
+  2.88700206134708849E-02  2.95283649357949672E-02  3.02010012390886776E-02
+  3.08882102748573376E-02  3.15902770706908143E-02  3.23074909394801615E-02
+  3.30401454833244637E-02  3.37885385969222685E-02  3.45529724685563755E-02
+  3.53337535759166571E-02  3.61311926780042286E-02  3.69456048029312423E-02
+  3.77773092313946207E-02  3.86266294752008535E-02  3.94938932480696850E-02
+  4.03794324357956286E-02  4.12835830616427105E-02  4.22066852444779178E-02
+  4.31490831510363340E-02  4.41111249420469767E-02  4.50931627119219650E-02
+  4.60955524209784237E-02  4.71186538169081903E-02  4.81628303554043416E-02
+  4.92284491126765630E-02  5.03158806880385709E-02  5.14254990980398466E-02
+  5.25576816617716949E-02  5.37128088769640646E-02  5.48912642851896032E-02
+  5.60934343226885887E-02  5.73197081699408223E-02  5.85704775886193504E-02
+  5.98461367452847517E-02  6.11470820232852957E-02  6.24737118223795962E-02
+  6.38264263456016362E-02  6.52056273706803635E-02  6.66117180030031397E-02
+  6.80451024264682736E-02  6.95061856359452113E-02  7.09953731524021747E-02
+  7.25130707220573850E-02  7.40596839989603184E-02  7.56356182104130359E-02
+  7.72412778010575646E-02  7.88770660543058472E-02  8.05433847099925188E-02
+  8.22406335566436275E-02  8.39692100015573262E-02  8.57295086198731071E-02
+  8.75219206819358164E-02  8.93468336582379924E-02  9.12046306957344649E-02
+  9.30956900676122440E-02  9.50203846165001004E-02  9.69790811642614048E-02
+  9.89721398940801300E-02  1.00999913705764305E-01  1.03062747543523028E-01
+  1.05160977695353222E-01  1.07294931055259224E-01  1.09464924356010365E-01
+  1.11671263391175168E-01  1.13914242195178053E-01  1.16194142189775973E-01
+  1.18511231297645750E-01  1.20865763022339576E-01  1.23257975493600153E-01
+  1.25688090466348490E-01  1.28156312289097657E-01  1.30662826856119019E-01
+  1.33207800509474811E-01  1.35791378901970600E-01  1.38413685821550003E-01
+  1.41074821976528875E-01  1.43774863740516540E-01  1.46513861842597903E-01
+  1.49291840028659334E-01  1.52108793700127837E-01  1.54964688496446290E-01
+  1.57859458834637423E-01  1.60793006406497935E-01  1.63765198633190806E-01
+  1.66775867076010692E-01  1.69824805787221450E-01  1.72911769637732388E-01
+  1.76036472616577011E-01  1.79198586072554011E-01  1.82397736912960573E-01
+  1.85633505760331885E-01  1.88905425067697169E-01  1.92212977191300816E-01
+  1.95555592405456641E-01  1.98932646905047389E-01  2.02343460778127648E-01
+  2.05787295927380903E-01  2.09263353955875059E-01  2.12770774018974262E-01
+  2.16308630644213434E-01  2.19875931518941942E-01  2.23471615235336152E-01
+  2.27094549039963484E-01  2.30743526561272311E-01  2.34417265506001199E-01
+  2.38114405339219209E-01  2.41833504951624312E-01  2.45573040317961316E-01
+  2.49331402148872616E-01  2.53106893536404143E-01  2.56897727627831418E-01
+  2.60702025303552909E-01  2.64517812863948432E-01  2.68343019738058020E-01
+  2.72175476220527124E-01  2.76012911243734560E-01  2.79852950193427263E-01
+  2.83693112784492052E-01  2.87530810996369290E-01  2.91363347069328427E-01
+  2.95187911577658557E-01  2.99001581590142784E-01  3.02801318928292040E-01
+  3.06583968533454043E-01  3.10346256964074918E-01  3.14084791058008073E-01
+  3.17796056694653550E-01  3.21476417720454100E-01  3.25122115055636374E-01
+  3.28729265990222785E-01  3.32293863684958890E-01  3.35811776893577330E-01
+  3.39278749953312586E-01  3.42690403086702455E-01  3.46042232855509002E-01
+  3.49329612940905032E-01  3.52547795252840968E-01  3.55691911374934278E-01
+  3.58756974366377213E-01  3.61737880943350687E-01  3.64629414133066432E-01
+  3.67426246418315339E-01  3.70122943103303403E-01  3.72713966238298389E-01
+  3.75193679066744556E-01  3.77556351000034096E-01  3.79796163146713717E-01
+  3.81907214424752117E-01  3.83883528425064124E-01  3.85719060950435066E-01
+  3.87407707865021822E-01  3.88943313799822443E-01  3.90319681607871893E-01
+  3.91530582572478303E-01  3.92569767397459912E-01  3.93430978013028398E-01
+  3.94107960474155361E-01  3.94594478669272497E-01  3.94884328443819266E-01
+  3.94971352908010664E-01  3.94849458719242818E-01  3.94512633336677354E-01
+  3.93954963271587855E-01  3.93170653369121992E-01  3.92154047534265748E-01
+  3.90899650261044618E-01  3.89402148668486214E-01  3.87656435998820215E-01
+  3.85657636235390955E-01  3.83401129822161846E-01  3.80882580488654310E-01
+  3.78097963211769916E-01  3.75043593862488589E-01  3.71716159376900002E-01
+  3.68112748440822868E-01  3.64230883714109999E-01  3.60068555102787236E-01
+  3.55624254026371711E-01  3.50897008641197883E-01  3.45886420034580311E-01
+  3.40592700011450145E-01  3.35016708701450727E-01  3.29159992451988515E-01
+  3.23024822904354247E-01  3.16614236619283507E-01  3.09932075135437024E-01
+  3.02983025346249657E-01  2.95772660168209578E-01  2.88307480038370922E-01
+  2.80594952968760747E-01  2.72643554170521329E-01  2.64462805765147302E-01
+  2.56063315848622020E-01  2.47456816691639325E-01  2.38656201849919453E-01
+  2.29675562064364736E-01  2.20530220141819416E-01  2.11236762534990241E-01
+  2.01813068933192008E-01  1.92278339796720210E-01  1.82653121080604108E-01
+  1.72959325801540525E-01  1.63220252086473561E-01  1.53460597388087899E-01
+  1.43706468411224281E-01  1.33985385479849617E-01  1.24326282157190798E-01
+  1.14759499476555338E-01  1.05316774131327687E-01  9.60312201591726894E-02
+  8.69373036424038459E-02  7.80708097348973840E-02  6.94688008067327611E-02
+  6.11695669146052265E-02  5.32125676693817676E-02  4.56383638558989016E-02
+  3.84885412391279547E-02  3.18056181950222838E-02  2.56329542175172502E-02
+  2.00146356652446365E-02  1.49952908242672669E-02  1.06203339613984860E-02
+  6.93419756105199264E-03  3.98592372785343090E-03  1.81155010011298159E-03
+  4.77641933859803834E-04  3.64060869598008003E-06 -8.24457139630203312E-06
+  4.42006709005289306E-06  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00
+                       </PP_QIJL.2.4.1>
+ <PP_QIJL.3.3.0 type="real" size="  1489" columns="3" first_index=" 3" second_index=" 3" composite_index=" 6" angular_momentum="0">
+  1.76989560800788863E-08  1.79844169704044154E-08  1.82744819694857143E-08
+  1.85692253355399239E-08  1.88687225244714776E-08  1.91730502091891843E-08
+  1.94822862992348966E-08  1.97965099607288439E-08  2.01158016366365068E-08
+  2.04402430673624767E-08  2.07699173116764502E-08  2.11049087679766854E-08
+  2.14453031958964746E-08  2.17911877382590472E-08  2.21426509433866237E-08
+  2.24997827877692676E-08  2.28626746990992845E-08  2.32314195796772471E-08
+  2.36061118301955060E-08  2.39868473739052105E-08  2.43737236811732237E-08
+  2.47668397944350246E-08  2.51662963535501363E-08  2.55721956215664036E-08
+  2.59846415108999680E-08  2.64037396099372771E-08  2.68295972100664373E-08
+  2.72623233331442322E-08  2.77020287594063577E-08  2.81488260558277664E-08
+  2.86028296049404090E-08  2.90641556341157389E-08  2.95329222453195636E-08
+  3.00092494453467602E-08  3.04932591765436629E-08  3.09850753480259625E-08
+  3.14848238674000796E-08  3.19926326729961473E-08  3.25086317666210010E-08
+  3.30329532468392084E-08  3.35657313427910851E-08  3.41071024485560530E-08
+  3.46572051580702113E-08  3.52161803006071493E-08  3.57841709768309585E-08
+  3.63613225954307775E-08  3.69477829103462027E-08  3.75437020585930206E-08
+  3.81492325986991206E-08  3.87645295497602911E-08  3.93897504311258772E-08
+  4.00250553027245895E-08  4.06706068060406695E-08  4.13265702057510646E-08
+  4.19931134320338503E-08  4.26704071235594472E-08  4.33586246711749220E-08
+  4.40579422622928953E-08  4.47685389259965817E-08  4.54905965788720277E-08
+  4.62243000715798366E-08  4.69698372361777209E-08  4.77273989342069798E-08
+  4.84971791055530983E-08  4.92793748180965622E-08  5.00741863181620941E-08
+  5.08818170817839326E-08  5.17024738667954143E-08  5.25363667657615974E-08
+  5.33837092597624527E-08  5.42447182730466191E-08  5.51196142285637304E-08
+  5.60086211043952594E-08  5.69119664910925928E-08  5.78298816499428205E-08
+  5.87626015721717254E-08  5.97103650391032865E-08  6.06734146832887430E-08
+  6.16519970506219753E-08  6.26463626634562313E-08  6.36567660847394230E-08
+  6.46834659831833459E-08  6.57267251994843044E-08  6.67868108136116477E-08
+  6.78639942131816454E-08  6.89585511629340415E-08  7.00707618753292599E-08
+  7.12009110822842595E-08  7.23492881080653177E-08  7.35161869433565888E-08
+  7.47019063205230568E-08  7.59067497900877647E-08  7.71310257984421369E-08
+  7.83750477668097525E-08  7.96391341714840294E-08  8.09236086253594864E-08
+  8.22287999607784740E-08  8.35550423137137824E-08  8.49026752093092544E-08
+  8.62720436487998053E-08  8.76634981978335732E-08  8.90773950762184079E-08
+  9.05140962491160591E-08  9.19739695197069052E-08  9.34573886233494715E-08
+  9.49647333232585980E-08  9.64963895077266505E-08  9.80527492889129069E-08
+  9.96342111032261203E-08  1.01241179813326291E-07  1.02874066811771548E-07
+  1.04533290126336493E-07  1.06219274527029572E-07  1.07932451634836369E-07
+  1.09673260032216285E-07  1.11442145375382208E-07  1.13239560508390650E-07
+  1.15065965579071757E-07  1.16921828156829597E-07  1.18807623352342422E-07
+  1.20723833939192930E-07  1.22670950477460671E-07  1.24649471439308008E-07
+  1.26659903336591507E-07  1.28702760850531022E-07  1.30778566963470831E-07
+  1.32887853092765581E-07  1.35031159226825664E-07  1.37209034063356965E-07
+  1.39422035149829657E-07  1.41670729026213573E-07  1.43955691370014841E-07
+  1.46277507143651963E-07  1.48636770744209178E-07  1.51034086155604792E-07
+  1.53470067103213997E-07  1.55945337210985150E-07  1.58460530161090864E-07
+  1.61016289856153222E-07  1.63613270584086151E-07  1.66252137185596029E-07
+  1.68933565224383719E-07  1.71658241160092445E-07  1.74426862524044256E-07
+  1.77240138097811648E-07  1.80098788094668322E-07  1.83003544343967509E-07
+  1.85955150478493612E-07  1.88954362124835109E-07  1.92001947096829015E-07
+  1.95098685592124008E-07  1.98245370391915082E-07  2.01442807063898896E-07
+  2.04691814168502360E-07  2.07993223468438194E-07  2.11347880141639800E-07
+  2.14756642997630026E-07  2.18220384697380855E-07  2.21739991976717867E-07
+  2.25316365873328904E-07  2.28950421957433435E-07  2.32643090566172263E-07
+  2.36395317041778105E-07  2.40208061973587252E-07  2.44082301443954143E-07
+  2.48019027278133205E-07  2.52019247298189662E-07  2.56083985581006743E-07
+  2.60214282720453449E-07  2.64411196093780438E-07  2.68675800132313752E-07
+  2.73009186596513046E-07  2.77412464855467263E-07  2.81886762170896995E-07
+  2.86433223985738824E-07  2.91053014217382248E-07  2.95747315555637876E-07
+  3.00517329765512371E-07  3.05364277994859605E-07  3.10289401087007759E-07
+  3.15293959898410446E-07  3.20379235621440219E-07  3.25546530112369944E-07
+  3.30797166224662057E-07  3.36132488147613813E-07  3.41553861750485870E-07
+  3.47062674932158962E-07  3.52660337976452264E-07  3.58348283913149899E-07
+  3.64127968884872139E-07  3.70000872519844228E-07  3.75968498310696187E-07
+  3.82032373999350401E-07  3.88194051968142050E-07  3.94455109637221873E-07
+  4.00817149868392888E-07  4.07281801375437189E-07  4.13850719141083480E-07
+  4.20525584840676907E-07  4.27308107272705905E-07  4.34200022796246371E-07
+  4.41203095775489855E-07  4.48319119031412443E-07  4.55549914300755756E-07
+  4.62897332702384978E-07  4.70363255211193570E-07  4.77949593139625461E-07
+  4.85658288626990470E-07  4.93491315136644585E-07  5.01450677961214154E-07
+  5.09538414735948559E-07  5.17756595960364191E-07  5.26107325528298077E-07
+  5.34592741266509561E-07  5.43215015481971156E-07  5.51976355517983474E-07
+  5.60879004319263623E-07  5.69925241006141959E-07  5.79117381458024638E-07
+  5.88457778906263741E-07  5.97948824536591454E-07  6.07592948101268774E-07
+  6.17392618541107747E-07  6.27350344617526399E-07  6.37468675554797489E-07
+  6.47750201692655529E-07  6.58197555149429982E-07  6.68813410495872040E-07
+  6.79600485439851170E-07  6.90561541522094528E-07  7.01699384823145327E-07
+  7.13016866681726184E-07  7.24516884424685860E-07  7.36202382108722184E-07
+  7.48076351274063503E-07  7.60141831710308860E-07  7.72401912234620776E-07
+  7.84859731482464599E-07  7.97518478711105330E-07  8.10381394616062900E-07
+  8.23451772160732655E-07  8.36732957419389711E-07  8.50228350433788079E-07
+  8.63941406083575322E-07  8.77875634970744982E-07  8.92034604318354739E-07
+  9.06421938883740154E-07  9.21041321886453776E-07  9.35896495951173213E-07
+  9.50991264065815784E-07  9.66329490555107278E-07  9.81915102069849527E-07
+  9.97752088592145541E-07  1.01384450445683749E-06  1.03019646938941779E-06
+  1.04681216956067913E-06  1.06369585865837424E-06  1.08085185897616308E-06
+  1.09828456252011851E-06  1.11599843213307948E-06  1.13399800263713651E-06
+  1.15228788199455066E-06  1.17087275248738332E-06  1.18975737191616235E-06
+  1.20894657481787611E-06  1.22844527370361076E-06  1.24825846031615087E-06
+  1.26839120690786079E-06  1.28884866753917743E-06  1.30963607939804263E-06
+  1.33075876414061949E-06  1.35222212925362778E-06  1.37403166943865454E-06
+  1.39619296801878865E-06  1.41871169836794428E-06  1.44159362536323647E-06
+  1.46484460686077347E-06  1.48847059519526309E-06  1.51247763870379492E-06
+  1.53687188327420195E-06  1.56165957391839379E-06  1.58684705637106672E-06
+  1.61244077871419332E-06  1.63844729302771596E-06  1.66487325706686098E-06
+  1.69172543596650322E-06  1.71901070397301760E-06  1.74673604620407442E-06
+  1.77490856043679231E-06  1.80353545892475251E-06  1.83262407024431893E-06
+  1.86218184117069474E-06  1.89221633858431386E-06  1.92273525140788184E-06
+  1.95374639257475820E-06  1.98525770102897959E-06  2.01727724375764839E-06
+  2.04981321785598760E-06  2.08287395262581881E-06  2.11646791170775716E-06
+  2.15060369524792290E-06  2.18529004209946808E-06  2.22053583205974221E-06
+  2.25635008814339961E-06  2.29274197889230612E-06  2.32972082072256700E-06
+  2.36729608030953543E-06  2.40547737701115043E-06  2.44427448533049926E-06
+  2.48369733741795572E-06  2.52375602561380700E-06  2.56446080503174953E-06
+  2.60582209618419896E-06  2.64785048764977989E-06  2.69055673878399940E-06
+  2.73395178247348104E-06  2.77804672793476238E-06  2.82285286355809001E-06
+  2.86838165979721978E-06  2.91464477210567266E-06  2.96165404392051158E-06
+  3.00942150969405830E-06  3.05795939797468439E-06  3.10728013453711082E-06
+  3.15739634556337286E-06  3.20832086087489495E-06  3.26006671721687918E-06
+  3.31264716159547912E-06  3.36607565466897840E-06  3.42036587419347205E-06
+  3.47553171852430628E-06  3.53158731017378926E-06  3.58854699942648316E-06
+  3.64642536801259798E-06  3.70523723284081622E-06  3.76499764979113618E-06
+  3.82572191756907681E-06  3.88742558162182105E-06  3.95012443811775072E-06
+  4.01383453798992045E-06  4.07857219104497473E-06  4.14435397013808942E-06
+  4.21119671541550149E-06  4.27911753862518159E-06  4.34813382749730821E-06
+  4.41826325019510472E-06  4.48952375983772518E-06  4.56193359909581543E-06
+  4.63551130486144294E-06  4.71027571299308220E-06  4.78624596313738534E-06
+  4.86344150362843257E-06  4.94188209646627335E-06  5.02158782237552147E-06
+  5.10257908594566095E-06  5.18487662085419335E-06  5.26850149517404966E-06
+  5.35347511676655340E-06  5.43981923876137643E-06  5.52755596512487686E-06
+  5.61670775631820965E-06  5.70729743504669659E-06  5.79934819210190824E-06
+  5.89288359229795033E-06  5.98792758050350389E-06  6.08450448777108608E-06
+  6.18263903756521571E-06  6.28235635209098176E-06  6.38368195872466502E-06
+  6.48664179654807295E-06  6.59126222298823108E-06  6.69757002056417067E-06
+  6.80559240374247285E-06  6.91535702590339300E-06  7.02689198641932615E-06
+  7.14022583784740931E-06  7.25538759323809187E-06  7.37240673356158337E-06
+  7.49131321525405476E-06  7.61213747788551178E-06  7.73491045195132743E-06
+  7.85966356678939879E-06  7.98642875862501017E-06  8.11523847874537868E-06
+  8.24612570180605061E-06  8.37912393427123240E-06  8.51426722299019237E-06
+  8.65159016391198459E-06  8.79112791094071756E-06  8.93291618493354625E-06
+  9.07699128284383880E-06  9.22339008701172696E-06  9.37215007460446958E-06
+  9.52330932720905832E-06  9.67690654057947817E-06  9.83298103454115002E-06
+  9.99157276305505265E-06  1.01527223244441666E-05  1.03164709717847863E-05
+  1.04828606234653904E-05  1.06519338739157883E-05  1.08237340045092179E-05
+  1.09983049946402751E-05  1.11756915329814272E-05  1.13559390289210514E-05
+  1.15390936241858601E-05  1.17252022046507931E-05  1.19143124123392927E-05
+  1.21064726576170595E-05  1.23017321315824165E-05  1.25001408186564561E-05
+  1.27017495093761832E-05  1.29066098133939120E-05  1.31147741726862171E-05
+  1.33262958749760181E-05  1.35412290673708706E-05  1.37596287702212563E-05
+  1.39815508912023104E-05  1.42070522396225175E-05  1.44361905409631772E-05
+  1.46690244516521844E-05  1.49056135740760809E-05  1.51460184718341937E-05
+  1.53903006852385589E-05  1.56385227470638518E-05  1.58907481985511922E-05
+  1.61470416056699622E-05  1.64074685756417927E-05  1.66720957737309215E-05
+  1.69409909403052968E-05  1.72142229081726956E-05  1.74918616201964069E-05
+  1.77739781471947524E-05  1.80606447061292688E-05  1.83519346785861335E-05
+  1.86479226295553796E-05  1.89486843265129458E-05  1.92542967588103784E-05
+  1.95648381573770445E-05  1.98803880147400309E-05  2.02010271053666829E-05
+  2.05268375063350922E-05  2.08579026183377999E-05  2.11943071870240655E-05
+  2.15361373246861024E-05  2.18834805322950570E-05  2.22364257218920568E-05
+  2.25950632393402811E-05  2.29594848874436988E-05  2.33297839494384970E-05
+  2.37060552128631237E-05  2.40883949938130928E-05  2.44769011615866445E-05
+  2.48716731637279117E-05  2.52728120514735578E-05  2.56804205056095994E-05
+  2.60946028627450133E-05  2.65154651420087342E-05  2.69431150721770130E-05
+  2.73776621192378239E-05  2.78192175143997066E-05  2.82678942825520895E-05
+  2.87238072711841576E-05  2.91870731797698545E-05  2.96578105896264887E-05
+  3.01361399942544777E-05  3.06221838301659529E-05  3.11160665082104023E-05
+  3.16179144454048342E-05  3.21278560972773438E-05  3.26460219907316222E-05
+  3.31725447574411492E-05  3.37075591677813807E-05  3.42512021653090036E-05
+  3.48036129017964796E-05  3.53649327728311518E-05  3.59353054539882281E-05
+  3.65148769375865353E-05  3.71037955700366005E-05  3.77022120897904314E-05
+  3.83102796659027652E-05  3.89281539372137220E-05  3.95559930521626060E-05
+  4.01939577092430458E-05  4.08422111981102831E-05  4.15009194413508604E-05
+  4.21702510369249828E-05  4.28503773012927188E-05  4.35414723132351283E-05
+  4.42437129583810770E-05  4.49572789744516092E-05  4.56823529972327769E-05
+  4.64191206072894996E-05  4.71677703774321051E-05  4.79284939209472389E-05
+  4.87014859406055715E-05  4.94869442784591837E-05  5.02850699664408819E-05
+  5.10960672777785698E-05  5.19201437792371235E-05  5.27575103842030843E-05
+  5.36083814066234395E-05  5.44729746158135192E-05  5.53515112921473321E-05
+  5.62442162836450249E-05  5.71513180634713962E-05  5.80730487883605767E-05
+  5.90096443579809097E-05  5.99613444752570527E-05  6.09283927076629753E-05
+  6.19110365495019205E-05  6.29095274851891037E-05  6.39241210535535404E-05
+  6.49550769131752279E-05  6.60026589087738116E-05  6.70671351386662216E-05
+  6.81487780233113702E-05  6.92478643749579447E-05  7.03646754684134404E-05
+  7.14994971129523794E-05  7.26526197253822125E-05  7.38243384042854185E-05
+  7.50149530054562041E-05  7.62247682185514426E-05  7.74540936449768716E-05
+  7.87032438770260314E-05  7.99725385782931551E-05  8.12623025653798911E-05
+  8.25728658909174746E-05  8.39045639279248394E-05  8.52577374555232837E-05
+  8.66327327460314061E-05  8.80299016534624848E-05  8.94496017034451292E-05
+  9.08921961845911384E-05  9.23580542413329140E-05  9.38475509682548637E-05
+  9.53610675059426733E-05  9.68989911383728511E-05  9.84617153918706389E-05
+  1.00049640135661198E-04  1.01663171684036568E-04  1.03302722900166656E-04
+  1.04968713301579859E-04  1.06661569167340009E-04  1.08381723646947355E-04
+  1.10129616870988944E-04  1.11905696063570789E-04  1.13710415656558970E-04
+  1.15544237405656552E-04  1.17407630508347026E-04  1.19301071723734226E-04
+  1.21225045494308725E-04  1.23180044069672278E-04  1.25166567632248348E-04
+  1.27185124425017418E-04  1.29236230881305740E-04  1.31320411756659079E-04
+  1.33438200262836498E-04  1.35590138203956791E-04  1.37776776114833713E-04
+  1.39998673401533791E-04  1.42256398484189440E-04  1.44550528942112376E-04
+  1.46881651661238038E-04  1.49250362983937554E-04  1.51657268861236959E-04
+  1.54102985007480782E-04  1.56588137057480964E-04  1.59113360726188563E-04
+  1.61679301970926910E-04  1.64286617156236955E-04  1.66935973221368810E-04
+  1.69628047850461125E-04  1.72363529645453123E-04  1.75143118301773325E-04
+  1.77967524786847589E-04  1.80837471521472763E-04  1.83753692564097665E-04
+  1.86716933798069813E-04  1.89727953121886450E-04  1.92787520642496735E-04
+  1.95896418871705560E-04  1.99055442925728928E-04  2.02265400727951340E-04
+  2.05527113214932681E-04  2.08841414545717471E-04  2.12209152314511685E-04
+  2.15631187766767910E-04  2.19108396018733109E-04  2.22641666280517641E-04
+  2.26231902082740886E-04  2.29880021506810860E-04  2.33586957418890705E-04
+  2.37353657707613675E-04  2.41181085525622182E-04  2.45070219534971050E-04
+  2.49022054156463170E-04  2.53037599822978623E-04  2.57117883236863487E-04
+  2.61263947631442252E-04  2.65476853036710338E-04  2.69757676549285045E-04
+  2.74107512606693309E-04  2.78527473266043473E-04  2.83018688487158188E-04
+  2.87582306420239428E-04  2.92219493698137414E-04  2.96931435733297975E-04
+  3.01719337019450910E-04  3.06584421438130315E-04  3.11527932570117023E-04
+  3.16551134011850267E-04  3.21655309696900512E-04  3.26841764222582918E-04
+  3.32111823181792702E-04  3.37466833500145664E-04  3.42908163778493538E-04
+  3.48437204640924430E-04  3.54055369088342989E-04  3.59764092857685889E-04
+  3.65564834786876044E-04  3.71459077185604624E-04  3.77448326212036992E-04
+  3.83534112255530274E-04  3.89717990325442727E-04  3.96001540446170176E-04
+  4.02386368058503454E-04  4.08874104427375481E-04  4.15466407056111118E-04
+  4.22164960107286906E-04  4.28971474830301376E-04  4.35887689995762928E-04
+  4.42915372336774528E-04  4.50056316997285086E-04  4.57312347987606641E-04
+  4.64685318647162855E-04  4.72177112114613169E-04  4.79789641805463318E-04
+  4.87524851897282402E-04  4.95384717822638650E-04  5.03371246769847356E-04
+  5.11486478191741645E-04  5.19732484322544164E-04  5.28111370702940186E-04
+  5.36625276713497486E-04  5.45276376116572811E-04  5.54066877606827031E-04
+  5.62999025370483934E-04  5.72075099653427776E-04  5.81297417338408448E-04
+  5.90668332531402618E-04  6.00190237157263457E-04  6.09865561564826341E-04
+  6.19696775141611580E-04  6.29686386938283675E-04  6.39836946302993828E-04
+  6.50151043525732460E-04  6.60631310493003119E-04  6.71280421352849540E-04
+  6.82101093190392855E-04  6.93096086714067926E-04  7.04268206952723703E-04
+  7.15620303963756220E-04  7.27155273552418076E-04  7.38876058002451330E-04
+  7.50785646818421864E-04  7.62887077479739491E-04  7.75183436206570682E-04
+  7.87677858737850659E-04  8.00373531121577873E-04  8.13273690517588412E-04
+  8.26381626012945097E-04  8.39700679450147594E-04  8.53234246268579121E-04
+  8.66985776359150057E-04  8.80958774932379379E-04  8.95156803400152536E-04
+  9.09583480271359407E-04  9.24242482061626760E-04  9.39137544217286406E-04
+  9.54272462053849650E-04  9.69651091709447955E-04  9.85277351113150821E-04
+  1.00115522096847105E-03  1.01728874575230527E-03  1.03368203472954949E-03
+  1.05033926298362312E-03  1.06726467246303822E-03  1.08446257304437238E-03
+  1.10193734361214773E-03  1.11969343315546977E-03  1.13773536188180335E-03
+  1.15606772234816608E-03  1.17469518060999843E-03  1.19362247738797559E-03
+  1.21285442925287085E-03  1.23239592982898622E-03  1.25225195101662896E-03
+  1.27242754423345650E-03  1.29292784167514552E-03  1.31375805759568749E-03
+  1.33492348960759688E-03  1.35642952000232953E-03  1.37828161709098148E-03
+  1.40048533656600871E-03  1.42304632288433263E-03  1.44597031067170904E-03
+  1.46926312614882571E-03  1.49293068857949979E-03  1.51697901174128688E-03
+  1.54141420541880746E-03  1.56624247691983373E-03  1.59147013261514889E-03
+  1.61710357950241150E-03  1.64314932679389143E-03  1.66961398752865533E-03
+  1.69650428020957553E-03  1.72382703046551795E-03  1.75158917273905961E-03
+  1.77979775199966161E-03  1.80845992548374964E-03  1.83758296446164503E-03
+  1.86717425603127808E-03  1.89724130493934594E-03  1.92779173543032741E-03
+  1.95883329312375063E-03  1.99037384692001993E-03  2.02242139093475977E-03
+  2.05498404646352936E-03  2.08807006397648907E-03  2.12168782514308161E-03
+  2.15584584488746553E-03  2.19055277347513042E-03  2.22581739863114128E-03
+  2.26164864769030959E-03  2.29805558977918406E-03  2.33504743803231987E-03
+  2.37263355184184855E-03  2.41082343914061697E-03  2.44962675871969720E-03
+  2.48905332258073705E-03  2.52911309832363953E-03  2.56981621156979678E-03
+  2.61117294842081642E-03  2.65319375795582168E-03  2.69588925476566812E-03
+  2.73927022152461270E-03  2.78334761160029974E-03  2.82813255170256961E-03
+  2.87363634457162833E-03  2.91987047170564479E-03  2.96684659612791307E-03
+  3.01457656519728799E-03  3.06307241345937179E-03  3.11234636553939410E-03
+  3.16241083907766894E-03  3.21327844770818039E-03  3.26496200408087512E-03
+  3.31747452292746603E-03  3.37082922417133177E-03  3.42503953608573088E-03
+  3.48011909849684246E-03  3.53608176603304424E-03  3.59294161142135245E-03
+  3.65071292883157889E-03  3.70941023726883501E-03  3.76904828401379913E-03
+  3.82964204811210487E-03  3.89120674391733173E-03  3.95375782468316162E-03
+  4.01731098620654401E-03  4.08188217052289030E-03  4.14748756965386319E-03
+  4.21414362940835795E-03  4.28186705323555482E-03  4.35067480613271409E-03
+  4.42058411861201341E-03  4.49161249072097500E-03  4.56377769611900855E-03
+  4.63709778621097194E-03  4.71159109433838368E-03  4.78727624002888395E-03
+  4.86417213330199091E-03  4.94229797903580730E-03  5.02167328139820068E-03
+  5.10231784833611868E-03  5.18425179612617276E-03  5.26749555398736777E-03
+  5.35206986875664658E-03  5.43799580962770011E-03  5.52529477295010760E-03
+  5.61398848709626468E-03  5.70409901739798216E-03  5.79564877114566775E-03
+  5.88866050265393799E-03  5.98315731839446294E-03  6.07916268219666801E-03
+  6.17670042051657146E-03  6.27579472776948911E-03  6.37647017173810938E-03
+  6.47875169905475033E-03  6.58266464075046073E-03  6.68823471787549379E-03
+  6.79548804719177710E-03  6.90445114693801366E-03  7.01515094266727968E-03
+  7.12761477315132421E-03  7.24187039636849800E-03  7.35794599556917513E-03
+  7.47587018541196087E-03  7.59567201817557339E-03  7.71738099004698214E-03
+  7.84102704748624972E-03  7.96664059366731896E-03  8.09425249498746911E-03
+  8.22389408766886244E-03  8.35559718443952722E-03  8.48939408128803440E-03
+  8.62531756429734016E-03  8.76340091655806487E-03  8.90367792516156935E-03
+  9.04618288827071376E-03  9.19095062226011651E-03  9.33801646895708430E-03
+  9.48741630296132295E-03  9.63918653904024050E-03  9.79336413960524982E-03
+  9.94998662226914514E-03  1.01090920674846169E-02  1.02707191262599584E-02
+  1.04349070279433735E-02  1.06016955881160103E-02  1.07711252165599743E-02
+  1.09432369253018007E-02  1.11180723367364422E-02  1.12956736918317611E-02
+  1.14760838584130036E-02  1.16593463395201821E-02  1.18455052818317464E-02
+  1.20346054842030321E-02  1.22266924062718121E-02  1.24218121771361763E-02
+  1.26200116041094695E-02  1.28213381815514612E-02  1.30258400997750254E-02
+  1.32335662540161419E-02  1.34445662534661246E-02  1.36588904304211136E-02
+  1.38765898494854784E-02  1.40977163168403714E-02  1.43223223895811418E-02
+  1.45504613851222507E-02  1.47821873906680539E-02  1.50175552727302569E-02
+  1.52566206867014425E-02  1.54994400865425645E-02  1.57460707345044477E-02
+  1.59965707109013255E-02  1.62509989239389731E-02  1.65094151195950556E-02
+  1.67718798915488868E-02  1.70384546911315528E-02  1.73092018373236199E-02
+  1.75841845268546425E-02  1.78634668443081700E-02  1.81471137722577537E-02
+  1.84351912014349001E-02  1.87277659409252027E-02  1.90249057283881848E-02
+  1.93266792402584167E-02  1.96331561019829036E-02  1.99444068983353727E-02
+  2.02605031836965190E-02  2.05815174923336501E-02  2.09075233486783196E-02
+  2.12385952775967467E-02  2.15748088146452653E-02  2.19162405162522146E-02
+  2.22629679699204927E-02  2.26150698044646423E-02  2.29726257001604262E-02
+  2.33357163988479471E-02  2.37044237139842906E-02  2.40788305406380923E-02
+  2.44590208654138289E-02  2.48450797762270609E-02  2.52370934720794957E-02
+  2.56351492728024190E-02  2.60393356286412712E-02  2.64497421297296489E-02
+  2.68664595154450257E-02  2.72895796836358923E-02  2.77191956997005495E-02
+  2.81554018054167923E-02  2.85982934277425015E-02  2.90479671874865689E-02
+  2.95045209077280622E-02  2.99680536220361636E-02  3.04386655824796272E-02
+  3.09164582674115417E-02  3.14015343889978912E-02  3.18939979003674060E-02
+  3.23939540026909889E-02  3.29015091519933578E-02  3.34167710655915301E-02
+  3.39398487282153924E-02  3.44708523977932876E-02  3.50098936108848360E-02
+  3.55570851877103702E-02  3.61125412366381376E-02  3.66763771585403991E-02
+  3.72487096506931570E-02  3.78296567101463407E-02  3.84193376366182768E-02
+  3.90178730348909944E-02  3.96253848166831166E-02  4.02419962019217592E-02
+  4.08678317192715176E-02  4.15030172064404512E-02  4.21476798097807220E-02
+  4.28019479831592067E-02  4.34659514861452725E-02  4.41398213814857693E-02
+  4.48236900318361164E-02  4.55176910956279143E-02  4.62219595219536331E-02
+  4.69366315450890220E-02  4.76618446779903532E-02  4.83977377048054047E-02
+  4.91444506724343713E-02  4.99021248811020168E-02  5.06709028739015244E-02
+  5.14509284251293483E-02  5.22423465273590334E-02  5.30453033779421101E-02
+  5.38599463640838452E-02  5.46864240466074375E-02  5.55248861424267673E-02
+  5.63754835056794051E-02  5.72383681074688302E-02  5.81136930139518337E-02
+  5.90016123628466990E-02  5.99022813390610240E-02  6.08158561484041099E-02
+  6.17424939895768396E-02  6.26823530244407512E-02  6.36355923465060230E-02
+  6.46023719475720404E-02  6.55828526821487928E-02  6.65771962299383652E-02
+  6.75855650570041516E-02  6.86081223744308411E-02  6.96450320947507584E-02
+  7.06964587861160093E-02  7.17625676241416821E-02  7.28435243413332184E-02
+  7.39394951735956873E-02  7.50506468043968950E-02  7.61771463070297916E-02
+  7.73191610836587995E-02  7.84768588015058027E-02  7.96504073261275897E-02
+  8.08399746516963030E-02  8.20457288281648267E-02  8.32678378846704176E-02
+  8.45064697501341777E-02  8.57617921711830850E-02  8.70339726260313112E-02
+  8.83231782347426997E-02  8.96295756657996129E-02  9.09533310388696697E-02
+  9.22946098236155643E-02  9.36535767337520197E-02  9.50303956177783182E-02
+  9.64252293460445831E-02  9.78382396928333398E-02  9.92695872139247593E-02
+  1.00719431119541611E-01  1.02187929142549358E-01  1.03675237401700260E-01
+  1.05181510259006086E-01  1.06706900173185099E-01  1.08251557548230737E-01
+  1.09815630575944290E-01  1.11399265072914658E-01  1.13002604311815372E-01
+  1.14625788846878574E-01  1.16268956333265991E-01  1.17932241339362670E-01
+  1.19615775154434237E-01  1.21319685589991358E-01  1.23044096773985395E-01
+  1.24789128938293858E-01  1.26554898199348842E-01  1.28341516331755612E-01
+  1.30149090534542183E-01  1.31977723189118490E-01  1.33827511611739419E-01
+  1.35698547798127622E-01  1.37590918159761072E-01  1.39504703252223750E-01
+  1.41439977495464303E-01  1.43396808885813298E-01  1.45375258699316390E-01
+  1.47375381185682580E-01  1.49397223255682138E-01  1.51440824159169957E-01
+  1.53506215153653008E-01  1.55593419163725905E-01  1.57702450431218250E-01
+  1.59833314155929523E-01  1.61986006126473486E-01  1.64160512340915998E-01
+  1.66356808619604751E-01  1.68574860207327815E-01  1.70814621365096259E-01
+  1.73076034951781366E-01  1.75359031995488523E-01  1.77663531254585783E-01
+  1.79989438768010379E-01  1.82336647395017704E-01  1.84705036345704066E-01
+  1.87094470700160942E-01  1.89504800916755228E-01  1.91935862329696172E-01
+  1.94387474635852764E-01  1.96859441370814570E-01  1.99351549374233356E-01
+  2.01863568244889768E-01  2.04395249785189220E-01  2.06946327434649024E-01
+  2.09516515692813599E-01  2.12105509531705705E-01  2.14712983797945678E-01
+  2.17338592604665565E-01  2.19981968714203724E-01  2.22642722911627733E-01
+  2.25320443366819195E-01  2.28014694987660499E-01  2.30725018764234818E-01
+  2.33450931104222548E-01  2.36191923159849326E-01  2.38947460146787083E-01
+  2.41716980657822988E-01  2.44499895969353398E-01  2.47295589336851529E-01
+  2.50103415286130670E-01  2.52922698899241627E-01  2.55752735095396366E-01
+  2.58592787907613864E-01  2.61442089755973939E-01  2.64299840723457247E-01
+  2.67165207827457007E-01  2.70037324283219804E-01  2.72915288771422682E-01
+  2.75798164707018900E-01  2.78684979510141817E-01  2.81574723880245625E-01
+  2.84466351075247870E-01  2.87358776206581290E-01  2.90250875533404895E-01
+  2.93141485756111209E-01  2.96029403327211615E-01  2.98913383774388253E-01
+  3.01792141037126482E-01  3.04664346818770249E-01  3.07528629957331656E-01
+  3.10383575832972658E-01  3.13227725778330413E-01  3.16059576502491724E-01
+  3.18877579551851309E-01  3.21680140799779357E-01  3.24465619967392538E-01
+  3.27232330178131303E-01  3.29978537552239048E-01  3.32702460867984440E-01
+  3.35402271228976867E-01  3.38076091769677567E-01  3.40721997424867085E-01
+  3.43338014751899290E-01  3.45922121809147554E-01  3.48472248094387371E-01
+  3.50986274554009325E-01  3.53462033699538103E-01  3.55897309732382205E-01
+  3.58289838744995259E-01  3.60637309021583863E-01  3.62937361424291505E-01
+  3.65187589869505780E-01  3.67385541899193757E-01  3.69528719366231717E-01
+  3.71614579277533552E-01  3.73640534646021205E-01  3.75603955473763795E-01
+  3.77502169878881522E-01  3.79332465349879855E-01  3.81092090133247130E-01
+  3.82778254760315018E-01  3.84388133745452387E-01  3.85918867498506735E-01
+  3.87367564245547469E-01  3.88731302152677427E-01  3.90007131644955762E-01
+  3.91192077902692725E-01  3.92283143541731716E-01  3.93277311484427405E-01
+  3.94171548073600830E-01  3.94962806453838022E-01  3.95648029960760539E-01
+  3.96224155798362676E-01  3.96688118965585312E-01  3.97036856413495898E-01
+  3.97267311439557014E-01  3.97376438325595605E-01  3.97361207300112540E-01
+  3.97218609802605371E-01  3.96945663755694067E-01  3.96539419212991906E-01
+  3.95996964303531873E-01  3.95315431453145794E-01  3.94492003887365161E-01
+  3.93523922421061600E-01  3.92408492650499319E-01  3.91143092441955276E-01
+  3.89725179424494916E-01  3.88152298928727713E-01  3.86422092245314486E-01
+  3.84532305181538747E-01  3.82480796915616761E-01  3.80265549150591187E-01
+  3.77884675719128538E-01  3.75336432411713883E-01  3.72619226791099989E-01
+  3.69731628472231177E-01  3.66672379693431361E-01  3.63440406152363338E-01
+  3.60034828097056503E-01  3.56454971667493681E-01  3.52700380662314905E-01
+  3.48770828358399565E-01  3.44666329261324178E-01  3.40387151241778263E-01
+  3.35933827843706789E-01  3.31307170728140588E-01  3.26508282227682023E-01
+  3.21538567996002000E-01  3.16399749916326356E-01  3.11093878772085386E-01
+  3.05623346714191946E-01  2.99990899874842121E-01  2.94199650892986997E-01
+  2.88253091299438435E-01  2.82155103714545663E-01  2.75909973823351362E-01
+  2.69522402220140789E-01  2.62997515603306475E-01  2.56340877491503638E-01
+  2.49558498624141756E-01  2.42656846822287497E-01  2.35642856235575682E-01
+  2.28523935900630748E-01  2.21307977541407297E-01  2.14003362545467812E-01
+  2.06618967800076853E-01  1.99164170558085801E-01  1.91648852262745445E-01
+  1.84083401160493432E-01  1.76478713602602671E-01  1.68846193934177297E-01
+  1.61197752839072755E-01  1.53545803832160738E-01  1.45903258153604887E-01
+  1.38283517927069499E-01  1.30700467314177532E-01  1.23168461594960060E-01
+  1.15702314059767386E-01  1.08317280597259480E-01  1.01029041739426367E-01
+  9.38536815899430055E-02  8.68076649312435195E-02  7.99078115806280409E-02
+  7.31712676995561889E-02  6.66154741348582019E-02  6.02581316934148806E-02
+  5.41171632557289825E-02  4.82106723153760755E-02  4.25568972500690035E-02
+  3.71741640585825719E-02  3.20808354005465424E-02  2.72952554626950568E-02
+  2.28356924647696163E-02  1.87202744708386895E-02  1.49669280972620326E-02
+  1.15933072495936380E-02  8.61668604315417308E-03  6.05409092685550362E-03
+  3.92133414513419661E-03  2.23608068047297711E-03  1.00821214572646657E-03
+  2.63678225704002300E-04  1.99360566741139901E-06 -4.51468936516088757E-06
+  2.42040840275941621E-06  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00
+                       </PP_QIJL.3.3.0>
+ <PP_QIJL.3.3.2 type="real" size="  1489" columns="3" first_index=" 3" second_index=" 3" composite_index=" 6" angular_momentum="2">
+  1.13982533373379234E-16  1.17688960966426800E-16  1.21515912326852251E-16
+  1.25467306602258676E-16  1.29547190375035314E-16  1.33759741805282939E-16
+  1.38109274908373014E-16  1.42600243971514554E-16  1.47237248117040078E-16
+  1.52025036046164489E-16  1.56968510892740438E-16  1.62072735221511836E-16
+  1.67342936210889842E-16  1.72784511004548439E-16  1.78403032236932190E-16
+  1.84204253738573462E-16  1.90194116453072063E-16  1.96378754547300633E-16
+  2.02764501652752017E-16  2.09357897345062490E-16  2.16165693839319152E-16
+  2.23194862902949062E-16  2.30452602993257421E-16  2.37946346636808595E-16
+  2.45683768097136637E-16  2.53672791201215243E-16  2.61921597427778485E-16
+  2.70438634283652631E-16  2.79232623952380120E-16  2.88312572223902307E-16
+  2.97687777715591512E-16  3.07367841442814415E-16  3.17362676676331943E-16
+  3.27682519033379764E-16  3.38337936952516794E-16  3.49339842513800088E-16
+  3.60699502610596588E-16  3.72428550484449524E-16  3.84538997654334932E-16
+  3.97043246305263006E-16  4.09954101928886582E-16  4.23284786401580040E-16
+  4.37048951521387245E-16  4.51260692984931469E-16  4.65934564818542789E-16
+  4.81085594280444862E-16  4.96729297327789018E-16  5.12881694542232945E-16
+  5.29559327441133122E-16  5.46779275406543130E-16  5.64559173171536678E-16
+  5.82917228874812113E-16  6.01872242702033438E-16  6.21443626160939314E-16
+  6.41651422100197527E-16  6.62516325145790012E-16  6.84059702833359278E-16
+  7.06303617485025446E-16  7.29270848797274226E-16  7.52984917162909837E-16
+  7.77470107752717478E-16  8.02751495494381008E-16  8.28854970834786258E-16
+  8.55807266097164901E-16  8.83635982835563118E-16  9.12369620094207093E-16
+  9.42037603585353150E-16  9.72670315815281858E-16  1.00429912721844995E-15
+  1.03695642850323153E-15  1.07067566372553355E-15  1.10549136441595746E-15
+  1.14143918493390471E-15  1.17855593897150258E-15  1.21687963724399041E-15
+  1.25644952640527999E-15  1.29730612936308364E-15  1.33949128698768332E-15
+  1.38304820070711854E-15  1.42802147669379758E-15  1.47445717153416547E-15
+  1.52240283938260228E-15  1.57190758064777134E-15  1.62302209228038676E-15
+  1.67579872000045356E-15  1.73029151189008379E-15  1.78655627348182364E-15
+  1.84465062488699804E-15  1.90463405978935008E-15  1.96656800635595436E-15
+  2.03051589012763105E-15  2.09654319906741550E-15  2.16471755106682536E-15
+  2.23510876286024948E-15  2.30778892135850109E-15  2.38283245745496833E-15
+  2.46031622223050263E-15  2.54031956563488700E-15  2.62292441773014033E-15
+  2.70821537293280232E-15  2.79627977693880533E-15  2.88720781566209947E-15
+  2.98109260751793871E-15  3.07803029876182797E-15  3.17812016192698172E-15
+  3.28146469746090427E-15  3.38816973872461311E-15  3.49834456105165249E-15
+  3.61210199349576936E-15  3.72955853390227172E-15  3.85083446817644811E-15
+  3.97605399343743030E-15  4.10534534517454138E-15  4.23884092853607127E-15
+  4.37667745414767328E-15  4.51899607899653992E-15  4.66594255026956854E-15
+  4.81766735430596701E-15  4.97432587067349992E-15  5.13607853125225427E-15
+  5.30309098448850079E-15  5.47553426499588301E-15  5.65358496939499629E-15
+  5.83742543777670904E-15  6.02724393938714084E-15  6.22323486527570281E-15
+  6.42559892732276970E-15  6.63454336373578740E-15  6.85028215122388394E-15
+  7.07303622416501611E-15  7.30303370219870601E-15  7.54051012366466745E-15
+  7.78570868577236690E-15  8.03888049357524314E-15  8.30028481706431328E-15
+  8.57018935661738086E-15  8.84887051707511011E-15  9.13661369113204705E-15
+  9.43371355348653896E-15  9.74047436134750803E-15  1.00572102652416296E-14
+  1.03842456306592210E-14  1.07219153701545423E-14  1.10705652862392993E-14
+  1.14305524254236947E-14  1.18022454449267303E-14  1.21860249919985861E-14
+  1.25822840915674973E-14  1.29914285482629930E-14  1.34138773619024602E-14
+  1.38500631564810354E-14  1.43004326231038117E-14  1.47654469773919524E-14
+  1.52455824341068697E-14  1.57413306955412994E-14  1.62531994525212373E-14
+  1.67817129040638609E-14  1.73274122940816965E-14  1.78908564655297513E-14
+  1.84726224325623704E-14  1.90733059716883460E-14  1.96935222356689479E-14
+  2.03339063822187097E-14  2.09951142220907509E-14  2.16778228905101607E-14
+  2.23827315404609934E-14  2.31105620585049179E-14  2.38620598038640650E-14
+  2.46379943728129260E-14  2.54391603916860274E-14  2.62663783269324593E-14
+  2.71204953235470954E-14  2.80023860724328677E-14  2.89129537059530867E-14
+  2.98531307225895194E-14  3.08238799416638594E-14  3.18261954922662936E-14
+  3.28611038359157909E-14  3.39296648119916047E-14  3.50329727219142354E-14
+  3.61721574495577836E-14  3.73483856180807869E-14  3.85628617843499882E-14
+  3.98168296723634705E-14  4.11115734528137471E-14  4.24484190604912605E-14
+  4.38287355452848994E-14  4.52539364734631776E-14  4.67254813749656627E-14
+  4.82448772377377903E-14  4.98136800506266108E-14  5.14334963972403909E-14
+  5.31059851108709898E-14  5.48328589712297264E-14  5.66158864515551321E-14
+  5.84568935291679665E-14  6.03577655550088323E-14  6.23204491839435766E-14
+  6.43469543677965940E-14  6.64393564156584168E-14  6.85997981324964380E-14
+  7.08304920055099845E-14  7.31337224639089023E-14  7.55118482178646325E-14
+  7.79673046734838391E-14  8.05026064262780756E-14  8.31203498356634646E-14
+  8.58232156892856966E-14  8.86139719635113763E-14  9.14954766436099365E-14
+  9.44706806460125125E-14  9.75426308396613387E-14  1.00714473165554796E-13
+  1.03989455857678553E-13  1.07370932768730737E-13  1.10862366816542953E-13
+  1.14467333543397568E-13  1.18189524758045988E-13  1.22032752313175528E-13
+  1.26000952008233132E-13  1.30098187619095161E-13  1.34328655058701793E-13
+  1.38696686673683611E-13  1.43206755702246086E-13  1.47863480860935976E-13
+  1.52671631051717681E-13  1.57636130243444520E-13  1.62762062513327795E-13
+  1.68054677252258695E-13  1.73519394539303909E-13  1.79161810693669709E-13
+  1.84987704038894136E-13  1.91003040813296057E-13  1.97213981256178208E-13
+  2.03626885914665752E-13  2.10248322156019975E-13  2.17085070891608035E-13
+  2.24144133519400938E-13  2.31432739099714969E-13  2.38958351804131888E-13
+  2.46728678534253257E-13  2.54751676792125276E-13  2.63035562827634428E-13
+  2.71588820050782490E-13  2.80420207717366555E-13  2.89538769896944174E-13
+  2.98953844749801757E-13  3.08675074145511863E-13  3.18712413490395496E-13
+  3.29076141904065676E-13  3.39776872743917190E-13  3.50825564471673891E-13
+  3.62233531873105938E-13  3.74012457642492820E-13  3.86174404379268520E-13
+  3.98731826997612000E-13  4.11697585413900804E-13  4.25084957701482382E-13
+  4.38907653685670080E-13  4.53179828980595908E-13  4.67916099482267291E-13
+  4.83131556333699805E-13  4.98841781439780841E-13  5.15062863468640074E-13
+  5.31811414242679760E-13  5.49104585738951131E-13  5.66960087650481127E-13
+  5.85396205518358083E-13  6.04431819453120707E-13  6.24086423469008518E-13
+  6.44380145546467370E-13  6.65333768259732826E-13  6.86968749962108560E-13
+  7.09307246752118301E-13  7.32372135158326670E-13  7.56187035561439972E-13
+  7.80776336377629542E-13  8.06165219040845623E-13  8.32379683938621588E-13
+  8.59446577003976987E-13  8.87393617104103025E-13  9.16249424419089726E-13
+  9.46043549745010171E-13  9.76806504749385880E-13  1.00856979320996243E-12
+  1.04136594330035677E-12  1.07522854110453304E-12  1.11019226490628015E-12
+  1.14629292060061712E-12  1.18356747835404849E-12  1.22205411045679177E-12
+  1.26179223040518535E-12  1.30282253325438317E-12  1.34518703735029420E-12
+  1.38892912761422488E-12  1.43409359977800829E-12  1.48072670616536505E-12
+  1.52887620304820486E-12  1.57859139954224988E-12  1.62992320809162395E-12
+  1.68292419659447224E-12  1.73764864235607182E-12  1.79415258795738692E-12
+  1.85249389835510182E-12  1.91273232005899716E-12  1.97492954230438302E-12
+  2.03914926021292015E-12  2.10545724000598024E-12  2.17392138633942408E-12
+  2.24461181206533305E-12  2.31760091030634878E-12  2.39296342820326126E-12
+  2.47077654339343096E-12  2.55111994303011569E-12  2.63407590537034338E-12
+  2.71972938401412783E-12  2.80816809489055246E-12  2.89948260645967026E-12
+  2.99376643266521983E-12  3.09111612822244408E-12  3.19163138744044441E-12
+  3.29541514629522175E-12  3.40257368782058602E-12  3.51321675092392762E-12
+  3.62745764276746052E-12  3.74541335538563908E-12  3.86720468554937826E-12
+  3.99295635791995336E-12  4.12279715272812177E-12  4.25686003762669002E-12
+  4.39528230382891520E-12  4.53820570667095744E-12  4.68577661081657912E-12
+  4.83814614099388745E-12  4.99547033656756723E-12  5.15791031073415030E-12
+  5.32563241546975892E-12  5.49880841185022172E-12  5.67761564590741740E-12
+  5.86223723020033697E-12  6.05286223145231634E-12  6.24968586533169635E-12
+  6.45290969581678411E-12  6.66274184099286888E-12  6.87939718613411997E-12
+  7.10309760371398251E-12  7.33407218056691069E-12  7.57255745243205553E-12
+  7.81879764645580009E-12  8.07304493279221436E-12  8.33555968181736118E-12
+  8.60661073016287105E-12  8.88647565596803767E-12  9.17544106307750832E-12
+  9.47380287447607269E-12  9.78186663525989259E-12  1.00999478260934996E-11
+  1.04283721880637599E-11  1.07674760546640698E-11  1.11176066956599037E-11
+  1.14791226726442417E-11  1.18523942061490205E-11  1.22378035546878440E-11
+  1.26357454061201388E-11  1.30466272828772250E-11  1.34708699612146622E-11
+  1.39089078998929059E-11  1.43611896845793448E-11  1.48281784871351094E-11
+  1.53103525398292052E-11  1.58082056249647435E-11  1.63222475804374726E-11
+  1.68530048236254299E-11  1.74010208923004419E-11  1.79668569983710216E-11
+  1.85510926021409637E-11  1.91543260055902410E-11  1.97771749649380234E-11
+  2.04202773231141510E-11  2.10842916628600257E-11  2.17698979840150017E-11
+  2.24777984012544017E-11  2.32087178595781582E-11  2.39634048762919938E-11
+  2.47426323073739025E-11  2.55471981387479443E-11  2.63779263032743770E-11
+  2.72356675245015786E-11  2.81213001921829654E-11  2.90357312622349935E-11
+  2.99798971813986483E-11  3.09547648458486354E-11  3.19613325911408171E-11
+  3.30006312143334487E-11  3.40737250293272136E-11  3.51817129570031340E-11
+  3.63257296568117879E-11  3.75069466875790042E-11  3.87265737026414603E-11
+  3.99858596882481223E-11  4.12860942423156273E-11  4.26286088947432808E-11
+  4.40147784706383460E-11  4.54460224989109102E-11  4.69238066745196074E-11
+  4.84496443558935726E-11  5.00250981097508550E-11  5.16517813108776527E-11
+  5.33313597939465644E-11  5.50655535590191095E-11  5.68561385324762434E-11
+  5.87049483872825521E-11  6.06138764320030877E-11  6.25848775428322716E-11
+  6.46199701604065552E-11  6.67212383563455634E-11  6.88908339669682328E-11
+  7.11309787963542277E-11  7.34439668910029047E-11  7.58321668923418636E-11
+  7.82980244763004198E-11  8.08440648467686071E-11  8.34728953165053402E-11
+  8.61872079765775335E-11  8.89897824525576973E-11  9.18834887502965729E-11
+  9.48712901941827419E-11  9.79562464678835026E-11  1.01141516763817268E-10
+  1.04430363002284354E-10  1.07826153166979784E-10  1.11332364753200447E-10
+  1.14952588328117691E-10  1.18690531206757396E-10  1.22550021247488625E-10
+  1.26535010782671870E-10  1.30649580683330491E-10  1.34897944516500075E-10
+  1.39284452855496550E-10  1.43813597734075406E-10  1.48490017245348671E-10
+  1.53318500290162480E-10  1.58303991480014663E-10  1.63451596218194741E-10
+  1.68766585944405019E-10  1.74254403505196638E-10  1.79920668723316747E-10
+  1.85771184151276477E-10  1.91811941011905000E-10  1.98049125331964520E-10
+  2.04489124275835002E-10  2.11138532713726083E-10  2.18004159987785096E-10
+  2.25093036851034656E-10  2.32412422663002856E-10  2.39969812821758826E-10
+  2.47772946437481501E-10  2.55829814255405190E-10  2.64148666838175503E-10
+  2.72738023055712872E-10  2.81606678813576108E-10  2.90763716019885770E-10
+  3.00218511881489050E-10  3.09980748504091404E-10  3.20060422804377960E-10
+  3.30467856744259065E-10  3.41213707902087560E-10  3.52308980445059516E-10
+  3.63765036388911042E-10  3.75593607186742085E-10  3.87806805738229293E-10
+  4.00417138790301425E-10  4.13437519740810179E-10  4.26881281858293809E-10
+  4.40762191940422533E-10  4.55094464492493637E-10  4.69892776253590536E-10
+  4.85172281174777119E-10  5.00948625932475419E-10  5.17237965946601605E-10
+  5.34056981919254136E-10  5.51422896910860335E-10  5.69353493988819947E-10
+  5.87867134545094208E-10  6.06982777038922106E-10  6.26719996355914524E-10
+  6.47099003847398968E-10  6.68140668021210698E-10  6.89866535904873954E-10
+  7.12298855103000921E-10  7.35460596603831166E-10  7.59375478438333507E-10
+  7.84067989868170057E-10  8.09563416406244634E-10  8.35887865701874224E-10
+  8.63068294267174177E-10  8.91132535071959982E-10  9.20109326035359052E-10
+  9.50028339500478992E-10  9.80920212783837541E-10  1.01281657939852812E-09
+  1.04575010138954976E-09  1.07975450276969548E-09  1.11486460404197819E-09
+  1.15111635784389290E-09  1.18854688575003121E-09  1.22719451636795069E-09
+  1.26709882477284352E-09  1.30830067282359840E-09  1.35084225094731780E-09
+  1.39476712132818750E-09  1.44012026249978831E-09  1.48694811538642766E-09
+  1.53529863084144096E-09  1.58522131888837629E-09  1.63676729961279375E-09
+  1.68998935523223116E-09  1.74494198408623118E-09  1.80168145642271787E-09
+  1.86026587199712113E-09  1.92075521954312385E-09  1.98321143817938129E-09
+  2.04769848105717128E-09  2.11428238102613091E-09  2.18303131789868512E-09
+  2.25401568820517531E-09  2.32730817725172970E-09  2.40298383351952510E-09
+  2.48112014548151376E-09  2.56179712092550548E-09  2.64509736922031399E-09
+  2.73110618603413743E-09  2.81991164024136748E-09  2.91160466403975142E-09
+  3.00627914602498835E-09  3.10403202728951672E-09  3.20496340064371600E-09
+  3.30917661308636300E-09  3.41677837212764155E-09  3.52787885508142310E-09
+  3.64259182136390934E-09  3.76103472890930567E-09  3.88332885438986624E-09
+  4.00959941734202322E-09  4.13997570832538580E-09  4.27459122130098913E-09
+  4.41358379103039707E-09  4.55709573406904962E-09  4.70527399388721495E-09
+  4.85827029125057783E-09  5.01624127950117075E-09  5.17934870488333427E-09
+  5.34775957207843863E-09  5.52164631522892811E-09  5.70118697546927663E-09
+  5.88656538282446442E-09  6.07797134375419150E-09  6.27560083539877366E-09
+  6.47965620614377519E-09  6.69034638270048141E-09  6.90788708391388410E-09
+  7.13250104172764696E-09  7.36441823052518469E-09  7.60387610182449409E-09
+  7.85111982664819296E-09  8.10640254642021711E-09  8.36998563201643941E-09
+  8.64213895123072665E-09  8.92314114492976274E-09  9.21327991256123331E-09
+  9.51285230835800971E-09  9.82216504419987973E-09  1.01415348028266578E-08
+  1.04712885618970725E-08  1.08117639285751845E-08  1.11633094849854657E-08
+  1.15262851448891844E-08  1.19010625226158378E-08  1.22880253155232969E-08
+  1.26875696949048530E-08  1.31001047107243091E-08  1.35260527101606599E-08
+  1.39658497697480637E-08  1.44199461415523399E-08  1.48888067138401575E-08
+  1.53729114878439105E-08  1.58727560714542048E-08  1.63888521838893850E-08
+  1.69217281786437156E-08  1.74719295840556139E-08  1.80400196614334941E-08
+  1.86265799813086600E-08  1.92322110184106193E-08  1.98575327678095103E-08
+  2.05031853820308226E-08  2.11698298227362393E-08  2.18581485363441181E-08
+  2.25688461521813298E-08  2.33026502033083730E-08  2.40603118707537194E-08
+  2.48426067519479697E-08  2.56503356569913306E-08  2.64843254306909967E-08
+  2.73454297942281610E-08  2.82345302179407172E-08  2.91525368229735727E-08
+  3.01003893122082047E-08  3.10790579314211836E-08  3.20895444617482239E-08
+  3.31328832486977493E-08  3.42101422626232987E-08  3.53224241859167966E-08
+  3.64708675403893353E-08  3.76566478517031041E-08  3.88809788516111691E-08
+  4.01451137192313186E-08  4.14503463628622591E-08  4.27980127496736843E-08
+  4.41894922736309405E-08  4.56262091599807455E-08  4.71096339213759125E-08
+  4.86412848616266266E-08  5.02227296282698427E-08  5.18555868155405849E-08
+  5.35415276199188522E-08  5.52822775581582805E-08  5.70796182316982556E-08
+  5.89353891411584836E-08  6.08514895669180602E-08  6.28298805109929300E-08
+  6.48725867019458864E-08  6.69816986648715109E-08  6.91593748596730851E-08
+  7.14078439005072749E-08  7.37294068315750609E-08  7.61264394713808832E-08
+  7.86013948413033815E-08  8.11568056731458818E-08  8.37952869980650450E-08
+  8.65195388195160643E-08  8.93323488750650267E-08  9.22365955030440734E-08
+  9.52352505780291392E-08  9.83313825394959486E-08  1.01528159527831865E-07
+  1.04828852622184979E-07  1.08236839183372578E-07  1.11755606305250357E-07
+  1.15388754381962172E-07  1.19140000809687801E-07  1.23013183773314128E-07
+  1.27012266159099480E-07  1.31141339603903609E-07  1.35404628675803822E-07
+  1.39806495190326871E-07  1.44351442666690589E-07  1.49044120935482278E-07
+  1.53889330917490804E-07  1.58892029508952654E-07  1.64057334635804813E-07
+  1.69390530481681300E-07  1.74897072885468977E-07  1.80582594913910360E-07
+  1.86452912614920833E-07  1.92514030969280980E-07  1.98772150058045013E-07
+  2.05233671366057670E-07  2.11905204310039750E-07  2.18793572988001547E-07
+  2.25905823147491337E-07  2.33249229379760720E-07  2.40831302547185433E-07
+  2.48659797471054037E-07  2.56742720888477344E-07  2.65088339587270293E-07
+  2.73705188836350216E-07  2.82602081098630986E-07  2.91788115026322223E-07
+  3.01272684747765284E-07  3.11065489455403651E-07  3.21176543335737206E-07
+  3.31616185832019003E-07  3.42395092143913895E-07  3.53524284112821276E-07
+  3.65015141468450908E-07  3.76879413439785924E-07  3.89129230742211247E-07
+  4.01777117953600028E-07  4.14836006339343731E-07  4.28319247085701293E-07
+  4.42240624852804797E-07  4.56614371827492781E-07  4.71455182238882462E-07
+  4.86778227344040586E-07  5.02599170898935759E-07  5.18934185132160581E-07
+  5.35799967307002545E-07  5.53213756781658926E-07  5.71193352504198643E-07
+  5.89757131151549312E-07  6.08924065862096215E-07  6.28713745574650977E-07
+  6.49146394993356415E-07  6.70242895203103166E-07  6.92024805053858681E-07
+  7.14514383150387710E-07  7.37734610435514295E-07  7.61709213599281012E-07
+  7.86462689250511029E-07  8.12020328870369618E-07  8.38408244573133658E-07
+  8.65653395709611863E-07  8.93783616471664462E-07  9.22827644231422519E-07
+  9.52815148691160363E-07  9.83776762088146688E-07  1.01574411037973143E-06
+  1.04874984543667395E-06  1.08282767827719308E-06  1.11801241339412947E-06
+  1.15433998437920764E-06  1.19184749044056393E-06  1.23057323402460167E-06
+  1.27055675978154450E-06  1.31183889479221757E-06  1.35446179009445265E-06
+  1.39846896355095046E-06  1.44390534413733047E-06  1.49081731790108997E-06
+  1.53925277501277466E-06  1.58926115831432048E-06  1.64089351357543999E-06
+  1.69420254137360190E-06  1.74924265064870912E-06  1.80607001398634035E-06
+  1.86474262474941552E-06  1.92532035634728071E-06  1.98786502285407266E-06
+  2.05244044164343851E-06  2.11911249819220912E-06  2.18794921297462412E-06
+  2.25902081051388492E-06  2.33239979066031828E-06  2.40816100227980957E-06
+  2.48638171965407111E-06  2.56714172057321355E-06  2.65052336712187875E-06
+  2.73661168921953244E-06  2.82549447085249329E-06  2.91726233908393914E-06
+  3.01200885593097112E-06  3.10983061339074503E-06  3.21082733187400329E-06
+  3.31510196080372558E-06  3.42276078277780442E-06  3.53391352123254313E-06
+  3.64867345157093689E-06  3.76715751586659121E-06  3.88948644125811554E-06
+  4.01578486246368371E-06  4.14618144853395331E-06  4.28080903243283076E-06
+  4.41980474528879437E-06  4.56331015510299041E-06  4.71147140991507305E-06
+  4.86443938556899650E-06  5.02236983822855706E-06  5.18542356228455147E-06
+  5.35376655348709095E-06  5.52757017583319512E-06  5.70701133452445017E-06
+  5.89227265460613383E-06  6.08354266533839341E-06  6.28101599048192052E-06
+  6.48489354469670221E-06  6.69538273698867500E-06  6.91269768054971502E-06
+  7.13705940764368877E-06  7.36869609232513452E-06  7.60784328040913270E-06
+  7.85474412680690871E-06  8.10964964046111193E-06  8.37281893715063220E-06
+  8.64451950148756773E-06  8.92502745669026722E-06  9.21462784118522867E-06
+  9.51361489525431083E-06  9.82229235694424160E-06  1.01409737674343638E-05
+  1.04699827861621786E-05  1.08096535160829859E-05  1.11603308408779562E-05
+  1.15223707715819946E-05  1.18961408024800889E-05  1.22820202798192366E-05
+  1.26804007823582833E-05  1.30916865140528747E-05  1.35162947092582729E-05
+  1.39546560509887306E-05  1.44072151046391546E-05  1.48744307630989073E-05
+  1.53567767044381958E-05  1.58547418658720320E-05  1.63688309328576698E-05
+  1.68995648437464236E-05  1.74474813104787307E-05  1.80131353561100604E-05
+  1.85970998722363440E-05  1.91999661902158676E-05  1.98223446693871483E-05
+  2.04648653058871232E-05  2.11281783608132116E-05  2.18129550083010885E-05
+  2.25198880041403324E-05  2.32496923760992780E-05  2.40031061396914679E-05
+  2.47808910307333985E-05  2.55838332607485837E-05  2.64127442983671684E-05
+  2.72684616754402114E-05  2.81518498186208409E-05  2.90638009072041327E-05
+  3.00052357589840157E-05  3.09771047483848707E-05  3.19803887452192720E-05
+  3.30161000839226257E-05  3.40852835655247225E-05  3.51890174911695825E-05
+  3.63284147281536495E-05  3.75046238094863175E-05  3.87188300696285424E-05
+  3.99722568208006450E-05  4.12661665549772221E-05  4.26018621861636173E-05
+  4.39806883338466836E-05  4.54040326466633007E-05  4.68733271675224946E-05
+  4.83900497414498871E-05  4.99557254701635286E-05  5.15719282171085204E-05
+  5.32402821450518070E-05  5.49624633063486691E-05  5.67402012849692718E-05
+  5.85752808897071380E-05  6.04695439001255470E-05  6.24248908668502438E-05
+  6.44432829722029539E-05  6.65267439528939651E-05  6.86773620647481982E-05
+  7.08972921155378362E-05  7.31887575628731822E-05  7.55540526770820587E-05
+  7.79955447710357376E-05  8.05156764989696332E-05  8.31169682330704020E-05
+  8.58020205156195337E-05  8.85735165661620993E-05  9.14342248758506939E-05
+  9.43870018835098846E-05  9.74347947340107809E-05  1.00580644121404789E-04
+  1.03827687219464569E-04  1.07179160712102858E-04  1.10638403914967601E-04
+  1.14208861969710982E-04  1.17894089148804027E-04  1.21697752262879861E-04
+  1.25623634172012592E-04  1.29675637403979527E-04  1.33857787882998890E-04
+  1.38174238786100317E-04  1.42629274508705879E-04  1.47227314726567607E-04
+  1.51972918596665477E-04  1.56870789086499139E-04  1.61925777434162828E-04
+  1.67142887742974651E-04  1.72527281715357595E-04  1.78084283548753255E-04
+  1.83819384961607970E-04  1.89738250347023173E-04  1.95846722099636143E-04
+  2.02150826102853964E-04  2.08656777379977382E-04  2.15370985913841445E-04
+  2.22300062641423200E-04  2.29450825652463656E-04  2.36830306542475398E-04
+  2.44445756934094378E-04  2.52304655212633080E-04  2.60414713461185738E-04
+  2.68783884600106088E-04  2.77420369736489916E-04  2.86332625732641194E-04
+  2.95529373028865822E-04  3.05019603649364179E-04  3.14812589428257051E-04
+  3.24917890498359926E-04  3.35345364027109206E-04  3.46105173205871230E-04
+  3.57207796499403715E-04  3.68664037168058825E-04  3.80485033103292528E-04
+  3.92682266880807485E-04  4.05267576098231356E-04  4.18253164032450215E-04
+  4.31651610601206388E-04  4.45475883636636924E-04  4.59739350478800357E-04
+  4.74455789906793278E-04  4.89639404450461775E-04  5.05304832962154803E-04
+  5.21467163550863892E-04  5.38141946901909540E-04  5.55345209968305495E-04
+  5.73093470042914960E-04  5.91403749220766268E-04  6.10293589275878669E-04
+  6.29781066992900315E-04  6.49884809811838559E-04  6.70624011926070573E-04
+  6.92018450841005452E-04  7.14088504382306847E-04  7.36855168164132920E-04
+  7.60340073527994323E-04  7.84565505985179625E-04  8.09554424192378578E-04
+  8.35330479307492039E-04  8.61918034900226735E-04  8.89342187407086374E-04
+  9.17628787123342285E-04  9.46804459743472767E-04  9.76896628461723952E-04
+  1.00793353667543860E-03  1.03994427130032173E-03  1.07295878654981394E-03
+  1.10700792837641082E-03  1.14212345954763550E-03  1.17833808535305461E-03
+  1.21568547995437050E-03  1.25420031339081939E-03  1.29391827929100831E-03
+  1.33487612327159197E-03  1.37711167190065088E-03  1.42066386242809244E-03
+  1.46557277324224850E-03  1.51187965505245113E-03  1.55962696280914702E-03
+  1.60885838837345808E-03  1.65961889399002228E-03  1.71195474651291259E-03
+  1.76591355230890090E-03  1.82154429301806470E-03  1.87889736212396453E-03
+  1.93802460233512687E-03  1.99897934378717073E-03  2.06181644307538168E-03
+  2.12659232316093514E-03  2.19336501408255811E-03  2.26219419445770290E-03
+  2.33314123389715723E-03  2.40626923628840285E-03  2.48164308394849395E-03
+  2.55932948265088752E-03  2.63939700753006807E-03  2.72191614987230164E-03
+  2.80695936474498675E-03  2.89460111950177535E-03  2.98491794319419388E-03
+  3.07798847686120963E-03  3.17389352469196577E-03  3.27271610605658295E-03
+  3.37454150839559429E-03  3.47945734090248293E-03  3.58755358905364511E-03
+  3.69892267002909026E-03  3.81365948892829201E-03  3.93186149578366069E-03
+  4.05362874335397569E-03  4.17906394567694149E-03  4.30827253734257769E-03
+  4.44136273329367136E-03  4.57844558945216893E-03  4.71963506410565722E-03
+  4.86504807981522416E-03  5.01480458589212766E-03  5.16902762140251330E-03
+  5.32784337865405307E-03  5.49138126706797368E-03  5.65977397704825295E-03
+  5.83315754461495584E-03  6.01167141640763202E-03  6.19545851469425687E-03
+  6.38466530248653699E-03  6.57944184868408145E-03  6.77994189316258929E-03
+  6.98632291159568142E-03  7.19874617936721098E-03  7.41737683612336829E-03
+  7.64238394988193352E-03  7.87394058028115761E-03  8.11222384112051526E-03
+  8.35741496206062785E-03  8.60969934934145871E-03  8.86926664509203252E-03
+  9.13631078432105767E-03  9.41103005230828696E-03  9.69362714009804061E-03
+  9.98430919777168469E-03  1.02832878856864793E-02  1.05907794234685361E-02
+  1.09070046365397737E-02  1.12321889993569953E-02  1.15665626743014904E-02
+  1.19103605505034727E-02  1.22638222783977655E-02  1.26271923000158964E-02
+  1.30007198752007148E-02  1.33846591034242849E-02  1.37792689408784159E-02
+  1.41848132113204396E-02  1.46015606098490631E-02  1.50297847057049520E-02
+  1.54697639372067767E-02  1.59217815994600435E-02  1.63861258249753602E-02
+  1.68630895567367586E-02  1.73529705132350401E-02  1.78560711427968553E-02
+  1.83726985674297280E-02  1.89031645240173296E-02  1.94477852924810936E-02
+  2.00068816125623765E-02  2.05807785892441024E-02  2.11698055861814782E-02
+  2.17742961064391199E-02  2.23945876560651992E-02  2.30310215932063855E-02
+  2.36839429716752467E-02  2.43537003644192819E-02  2.50406456699902094E-02
+  2.57451339018515829E-02  2.64675229596865041E-02  2.72081733816971795E-02
+  2.79674480707963538E-02  2.87457120021320026E-02  2.95433319203731171E-02
+  3.03606760077140859E-02  3.11981135275912480E-02  3.20560144437054759E-02
+  3.29347490132927204E-02  3.38346873531870096E-02  3.47561989680178554E-02
+  3.56996522559199433E-02  3.66654139969035467E-02  3.76538488006948335E-02
+  3.86653185213317804E-02  3.97001816378394698E-02  4.07587925997379211E-02
+  4.18415011352677446E-02  4.29486515073023087E-02  4.40805817443326725E-02
+  4.52376228441552439E-02  4.64200979242925527E-02  4.76283213289841398E-02
+  4.88625976918597021E-02  5.01232209529755279E-02  5.14104733271413122E-02
+  5.27246242038463403E-02  5.40659290226387160E-02  5.54346281085366377E-02
+  5.68309454414326412E-02  5.82550873719125603E-02  5.97072412826059884E-02
+  6.11875741939427870E-02  6.26962313099206220E-02  6.42333344804339318E-02
+  6.57989806441782871E-02  6.73932402176948969E-02  6.90161554085843981E-02
+  7.06677384676644010E-02  7.23479698796639231E-02  7.40567964920217509E-02
+  7.57941295757835060E-02  7.75598427943182955E-02  7.93537701649016797E-02
+  8.11757039553280546E-02  8.30253925028301420E-02  8.49025379720008688E-02
+  8.68067940526218162E-02  8.87377635985173718E-02  9.06949961999719279E-02
+  9.26779856703219135E-02  9.46861675478543607E-02  9.67189165325025857E-02
+  9.87755438589248691E-02  1.00855294624175043E-01  1.02957345073501808E-01
+  1.05080799848278991E-01  1.07224689188633926E-01  1.09387966084635926E-01
+  1.11569503479210949E-01  1.13768091430421839E-01  1.15982434251824293E-01
+  1.18211147650652562E-01  1.20452755871871875E-01  1.22705688856874259E-01
+  1.24968279414072223E-01  1.27238760416646529E-01  1.29515262108157975E-01
+  1.31795809437608075E-01  1.34078319457724887E-01  1.36360598808605044E-01
+  1.38640341301619924E-01  1.40915125619535675E-01  1.43182413145881315E-01
+  1.45439545959936412E-01  1.47683745025103341E-01  1.49912108548618056E-01
+  1.52121610552439945E-01  1.54309099681318534E-01  1.56471298272382597E-01
+  1.58604801712138171E-01  1.60706078131113594E-01  1.62771468471086284E-01
+  1.64797186874211687E-01  1.66779321485284210E-01  1.68713835694739134E-01
+  1.70596569853871560E-01  1.72423243497927980E-01  1.74189458115691614E-01
+  1.75890700587873067E-01  1.77522347263296687E-01  1.79079668543383280E-01
+  1.80557834241023230E-01  1.81951919699938292E-01  1.83256912711772801E-01
+  1.84467721277134705E-01  1.85579182264178688E-01  1.86586071206479659E-01
+  1.87483113014844854E-01  1.88264993448658852E-01  1.88926371832473100E-01
+  1.89461894922546642E-01  1.89866211962234133E-01  1.90133990976227935E-01
+  1.90259936372786098E-01  1.90238808264040132E-01  1.90065442879825713E-01
+  1.89734774034047954E-01  1.89241856342567988E-01  1.88581889969147404E-01
+  1.87750246926296660E-01  1.86742498966832926E-01  1.85554447147310508E-01
+  1.84182153663776188E-01  1.82621974674357701E-01  1.80870594413650304E-01
+  1.78925061412945563E-01  1.76782826428711154E-01  1.74441782063820328E-01
+  1.71900304067536452E-01  1.69157294394362889E-01  1.66212226756800918E-01
+  1.63065192493032640E-01  1.59716947678197774E-01  1.56168962190305738E-01
+  1.52423470125381821E-01  1.48483521450671285E-01  1.44353034774048983E-01
+  1.40036851273365404E-01  1.35540790457950061E-01  1.30871704672927636E-01
+  1.26037534064040058E-01  1.21047362294904190E-01  1.15911472195758078E-01
+  1.10641401061364372E-01  1.05249995291097312E-01  9.97514642948221786E-02
+  9.41614339022694841E-02  8.84969957615693581E-02  8.27767549897370086E-02
+  7.70208756531149952E-02  7.12511230757889441E-02  6.54909024462697748E-02
+  5.97652931568410928E-02  5.41010785016854262E-02  4.85267700977696087E-02
+  4.30726243289727903E-02  3.77706527602371528E-02  3.26546246960091394E-02
+  2.77600629992610995E-02  2.31242262183222191E-02  1.87860898903027262E-02
+  1.47863085949176964E-02  1.11671208282760545E-02  7.97258324071130342E-03
+  5.24723011459904062E-03  3.04047931166971826E-03  1.39290018332689737E-03
+  3.70255790496100759E-04  2.84475165861225324E-06 -6.44234247825255416E-06
+  3.45385886084340969E-06  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00
+                       </PP_QIJL.3.3.2>
+ <PP_QIJL.3.4.0 type="real" size="  1489" columns="3" first_index=" 3" second_index=" 4" composite_index=" 9" angular_momentum="0">
+ -3.24617303233945221E-08 -3.29852953516197400E-08 -3.35173047952179956E-08
+ -3.40578948514999399E-08 -3.46072039144595114E-08 -3.51653726102035778E-08
+ -3.57325438329529002E-08 -3.63088627816239448E-08 -3.68944769970004868E-08
+ -3.74895363995048543E-08 -3.80941933275783941E-08 -3.87086025766809002E-08
+ -3.93329214389190831E-08 -3.99673097433141722E-08 -4.06119298967190931E-08
+ -4.12669469253954038E-08 -4.19325285172608896E-08 -4.26088450648185823E-08
+ -4.32960697087782161E-08 -4.39943783823810975E-08 -4.47039498564399775E-08
+ -4.54249657851053463E-08 -4.61576107523698787E-08 -4.69020723193228467E-08
+ -4.76585410721668823E-08 -4.84272106710088880E-08 -4.92082778994382854E-08
+ -5.00019427149044314E-08 -5.08084082999069358E-08 -5.16278811140114049E-08
+ -5.24605709467042316E-08 -5.33066909710997714E-08 -5.41664577985138216E-08
+ -5.50400915339172469E-08 -5.59278158322840326E-08 -5.68298579558481705E-08
+ -5.77464488322839698E-08 -5.86778231138247152E-08 -5.96242192373350373E-08
+ -6.05858794853517930E-08 -6.15630500481098860E-08 -6.25559810865681751E-08
+ -6.35649267964519612E-08 -6.45901454733285436E-08 -6.56318995787321039E-08
+ -6.66904558073554290E-08 -6.77660851553250142E-08 -6.88590629895775490E-08
+ -6.99696691183552926E-08 -7.10981878628385117E-08 -7.22449081299331665E-08
+ -7.34101234862325431E-08 -7.45941322331718801E-08 -7.57972374833952574E-08
+ -7.70197472383536879E-08 -7.82619744671554403E-08 -7.95242371866876405E-08
+ -8.08068585430301669E-08 -8.21101668941829357E-08 -8.34344958941270661E-08
+ -8.47801845782422496E-08 -8.61475774501012105E-08 -8.75370245696653839E-08
+ -8.89488816429003394E-08 -9.03835101128404784E-08 -9.18412772521182787E-08
+ -9.33225562569900861E-08 -9.48277263428739268E-08 -9.63571728414333803E-08
+ -9.79112872992215400E-08 -9.94904675779218047E-08 -1.01095117956199831E-07
+ -1.02725649233203721E-07 -1.04382478833727861E-07 -1.06066030915078579E-07
+ -1.07776736475658586E-07 -1.09515033465305690E-07 -1.11281366897410040E-07
+ -1.13076188962839934E-07 -1.14899959145704808E-07 -1.16753144340985772E-07
+ -1.18636218974062890E-07 -1.20549665122170771E-07 -1.22493972637812649E-07
+ -1.24469639274165020E-07 -1.26477170812505432E-07 -1.28517081191694476E-07
+ -1.30589892639747268E-07 -1.32696135807526245E-07 -1.34836349904590662E-07
+ -1.37011082837236602E-07 -1.39220891348764229E-07 -1.41466341162006774E-07
+ -1.43748007124158166E-07 -1.46066473353937244E-07 -1.48422333391124737E-07
+ -1.50816190348512758E-07 -1.53248657066304519E-07 -1.55720356269004682E-07
+ -1.58231920724839615E-07 -1.60783993407749690E-07 -1.63377227661993515E-07
+ -1.66012287369407665E-07 -1.68689847119363285E-07 -1.71410592381464756E-07
+ -1.74175219681033187E-07 -1.76984436777420244E-07 -1.79838962845198401E-07
+ -1.82739528658272756E-07 -1.85686876776963193E-07 -1.88681761738103268E-07
+ -1.91724950248205252E-07 -1.94817221379741094E-07 -1.97959366770588869E-07
+ -2.01152190826695317E-07 -2.04396510928008420E-07 -2.07693157637730543E-07
+ -2.11042974914946253E-07 -2.14446820330680283E-07 -2.17905565287440342E-07
+ -2.21420095242299526E-07 -2.24991309933577919E-07 -2.28620123611180185E-07
+ -2.32307465270648053E-07 -2.36054278890987267E-07 -2.39861523676330871E-07
+ -2.43730174301500235E-07 -2.47661221161526501E-07 -2.51655670625196270E-07
+ -2.55714545292686598E-07 -2.59838884257356036E-07 -2.64029743371757397E-07
+ -2.68288195517940470E-07 -2.72615330882115426E-07 -2.77012257233745516E-07
+ -2.81480100209141218E-07 -2.86020003599627991E-07 -2.90633129644363133E-07
+ -2.95320659327873413E-07 -3.00083792682393633E-07 -3.04923749095079608E-07
+ -3.09841767620177120E-07 -3.14839107296225708E-07 -3.19917047468378042E-07
+ -3.25076888115918772E-07 -3.30319950185064245E-07 -3.35647575927131515E-07
+ -3.41061129242160503E-07 -3.46561996028078178E-07 -3.52151584535495674E-07
+ -3.57831325728225470E-07 -3.63602673649615940E-07 -3.69467105794791786E-07
+ -3.75426123488899727E-07 -3.81481252271454830E-07 -3.87634042286885012E-07
+ -3.93886068681374233E-07 -4.00238932006108040E-07 -4.06694258627020571E-07
+ -4.13253701141152009E-07 -4.19918938799720575E-07 -4.26691677938017163E-07
+ -4.33573652412235739E-07 -4.40566624043347139E-07 -4.47672383068132471E-07
+ -4.54892748597492682E-07 -4.62229569082146793E-07 -4.69684722785844754E-07
+ -4.77260118266209675E-07 -4.84957694863336289E-07 -4.92779423196271372E-07
+ -5.00727305667498996E-07 -5.08803376975564553E-07 -5.17009704635965287E-07
+ -5.25348389510443291E-07 -5.33821566344813628E-07 -5.42431404315467870E-07
+ -5.51180107584695680E-07 -5.60069915864948933E-07 -5.69103104992232517E-07
+ -5.78281987508709058E-07 -5.87608913254736510E-07 -5.97086269970419946E-07
+ -6.06716483906898824E-07 -6.16502020447457506E-07 -6.26445384738693025E-07
+ -6.36549122331822044E-07 -6.46815819834371596E-07 -6.57248105572339468E-07
+ -6.67848650263073995E-07 -6.78620167698971107E-07 -6.89565415442232663E-07
+ -7.00687195530790495E-07 -7.11988355195661779E-07 -7.23471787589827346E-07
+ -7.35140432528910013E-07 -7.46997277243757422E-07 -7.59045357145202997E-07
+ -7.71287756601121157E-07 -7.83727609726058643E-07 -7.96368101183551851E-07
+ -8.09212467001439036E-07 -8.22263995400267317E-07 -8.35526027635111609E-07
+ -8.49001958850924271E-07 -8.62695238951726008E-07 -8.76609373483766577E-07
+ -8.90747924532981710E-07 -9.05114511636872468E-07 -9.19712812711140015E-07
+ -9.34546564991226903E-07 -9.49619565989067468E-07 -9.64935674465260680E-07
+ -9.80498811416922322E-07 -9.96312961081472499E-07 -1.01238217195661027E-06
+ -1.02871055783674283E-06 -1.04530229886612321E-06 -1.06216164260898022E-06
+ -1.07929290513690612E-06 -1.09670047213378169E-06 -1.11438880001852175E-06
+ -1.13236241708592883E-06 -1.15062592466594732E-06 -1.16918399830161524E-06
+ -1.18804138894601245E-06 -1.20720292417851778E-06 -1.22667350944067586E-06
+ -1.24645812929200306E-06 -1.26656184868604561E-06 -1.28698981426701467E-06
+ -1.30774725568734097E-06 -1.32883948694647098E-06 -1.35027190775126599E-06
+ -1.37205000489833188E-06 -1.39417935367864946E-06 -1.41666561930486180E-06
+ -1.43951455836157107E-06 -1.46273202027903837E-06 -1.48632394883064425E-06
+ -1.51029638365450265E-06 -1.53465546179961584E-06 -1.55940741929696824E-06
+ -1.58455859275595739E-06 -1.61011542098657133E-06 -1.63608444664773160E-06
+ -1.66247231792222282E-06 -1.68928579021862914E-06 -1.71653172790072636E-06
+ -1.74421710604476418E-06 -1.77234901222509210E-06 -1.80093464832858048E-06
+ -1.82998133239830654E-06 -1.85949650050697924E-06 -1.88948770866057681E-06
+ -1.91996263473268310E-06 -1.95092908043002577E-06 -1.98239497328971676E-06
+ -2.01436836870869909E-06 -2.04685745200592973E-06 -2.07987054051781628E-06
+ -2.11341608572746003E-06 -2.14750267542822751E-06 -2.18213903592221990E-06
+ -2.21733403425420977E-06 -2.25309668048158895E-06 -2.28943612998094603E-06
+ -2.32636168579182980E-06 -2.36388280099832087E-06 -2.40200908114900903E-06
+ -2.44075028671600740E-06 -2.48011633559361577E-06 -2.52011730563729172E-06
+ -2.56076343724356553E-06 -2.60206513597156573E-06 -2.64403297520683093E-06
+ -2.68667769886806502E-06 -2.73001022415757051E-06 -2.77404164435602649E-06
+ -2.81878323166234108E-06 -2.86424644007931441E-06 -2.91044290834583500E-06
+ -2.95738446291636346E-06 -3.00508312098847898E-06 -3.05355109357924540E-06
+ -3.10280078865119604E-06 -3.15284481428872796E-06 -3.20369598192575074E-06
+ -3.25536730962534462E-06 -3.30787202541235700E-06 -3.36122357065974153E-06
+ -3.41543560352944517E-06 -3.47052200246892764E-06 -3.52649686976389413E-06
+ -3.58337453514851656E-06 -3.64116955947368430E-06 -3.69989673843461489E-06
+ -3.75957110635838343E-06 -3.82020794005274376E-06 -3.88182276271680251E-06
+ -3.94443134791499144E-06 -4.00804972361489812E-06 -4.07269417629045441E-06
+ -4.13838125509106486E-06 -4.20512777607820459E-06 -4.27295082653011697E-06
+ -4.34186776931617386E-06 -4.41189624734151828E-06 -4.48305418806367036E-06
+ -4.55535980808170431E-06 -4.62883161779969849E-06 -4.70348842616512240E-06
+ -4.77934934548394284E-06 -4.85643379631307183E-06 -4.93476151243202142E-06
+ -5.01435254589446586E-06 -5.09522727216151539E-06 -5.17740639531754184E-06
+ -5.26091095337036952E-06 -5.34576232363667860E-06 -5.43198222821455699E-06
+ -5.51959273954398709E-06 -5.60861628605734240E-06 -5.69907565792067599E-06
+ -5.79099401286794788E-06 -5.88439488212898004E-06 -5.97930217645337685E-06
+ -6.07574019223123938E-06 -6.17373361771295032E-06 -6.27330753932890466E-06
+ -6.37448744811152111E-06 -6.47729924622044777E-06 -6.58176925357339428E-06
+ -6.68792421458350735E-06 -6.79579130500577202E-06 -6.90539813889347133E-06
+ -7.01677277566720904E-06 -7.12994372729751527E-06 -7.24493996560373364E-06
+ -7.36179092967018009E-06 -7.48052653338231107E-06 -7.60117717308401154E-06
+ -7.72377373535883087E-06 -7.84834760493621555E-06 -7.97493067272574118E-06
+ -8.10355534398042381E-06 -8.23425454659215582E-06 -8.36706173952045275E-06
+ -8.50201092135757771E-06 -8.63913663903135423E-06 -8.77847399664878828E-06
+ -8.92005866448180200E-06 -9.06392688809840307E-06 -9.21011549764067022E-06
+ -9.35866191725261963E-06 -9.50960417465998486E-06 -9.66298091090458043E-06
+ -9.81883139023554764E-06 -9.97719551016016797E-06 -1.01381138116567798E-05
+ -1.03016274895523331E-05 -1.04677784030673379E-05 -1.06366090865308602E-05
+ -1.08081627602682779E-05 -1.09824833416646684E-05 -1.11596154564065326E-05
+ -1.13396044499048753E-05 -1.15224963989024747E-05 -1.17083381232683067E-05
+ -1.18971771979821969E-05 -1.20890619653127119E-05 -1.22840415471914647E-05
+ -1.24821658577868943E-05 -1.26834856162808762E-05 -1.28880523598513562E-05
+ -1.30959184568643339E-05 -1.33071371202785426E-05 -1.35217624212663349E-05
+ -1.37398493030541914E-05 -1.39614535949864115E-05 -1.41866320268155908E-05
+ -1.44154422432234991E-05 -1.46479428185762273E-05 -1.48841932719171270E-05
+ -1.51242540822016280E-05 -1.53681867037776714E-05 -1.56160535821157249E-05
+ -1.58679181697925148E-05 -1.61238449427324780E-05 -1.63838994167110532E-05
+ -1.66481481641241688E-05 -1.69166588310281025E-05 -1.71895001544540883E-05
+ -1.74667419800021466E-05 -1.77484552797185919E-05 -1.80347121702617927E-05
+ -1.83255859313608354E-05 -1.86211510245718801E-05 -1.89214831123369198E-05
+ -1.92266590773498405E-05 -1.95367570422347887E-05 -1.98518563895417738E-05
+ -2.01720377820647347E-05 -2.04973831834871483E-05 -2.08279758793606096E-05
+ -2.11639004984215410E-05 -2.15052430342517962E-05 -2.18520908672883914E-05
+ -2.22045327871881330E-05 -2.25626590155528407E-05 -2.29265612290209834E-05
+ -2.32963325827316576E-05 -2.36720677341667858E-05 -2.40538628673777668E-05
+ -2.44418157176029431E-05 -2.48360255962816664E-05 -2.52365934164718352E-05
+ -2.56436217186772475E-05 -2.60572146970912631E-05 -2.64774782262636608E-05
+ -2.69045198881973237E-05 -2.73384489998819098E-05 -2.77793766412714950E-05
+ -2.82274156837130937E-05 -2.86826808188336358E-05 -2.91452885878926335E-05
+ -2.96153574116080443E-05 -3.00930076204629982E-05 -3.05783614855010421E-05
+ -3.10715432496179802E-05 -3.15726791593581624E-05 -3.20818974972234447E-05
+ -3.25993286145027738E-05 -3.31251049646312306E-05 -3.36593611370868869E-05
+ -3.42022338918338407E-05 -3.47538621943206834E-05 -3.53143872510432180E-05
+ -3.58839525456804164E-05 -3.64627038758129387E-05 -3.70507893902335448E-05
+ -3.76483596268588398E-05 -3.82555675512523386E-05 -3.88725685957683317E-05
+ -3.94995206993267709E-05 -4.01365843478295066E-05 -4.07839226152278270E-05
+ -4.14417012052521050E-05 -4.21100884938140104E-05 -4.27892555720921892E-05
+ -4.34793762903124757E-05 -4.41806273022336433E-05 -4.48931881103501915E-05
+ -4.56172411118241239E-05 -4.63529716451566598E-05 -4.71005680376124236E-05
+ -4.78602216534079210E-05 -4.86321269426766712E-05 -4.94164814912235288E-05
+ -5.02134860710807938E-05 -5.10233446918792425E-05 -5.18462646530473659E-05
+ -5.26824565968516041E-05 -5.35321345622914938E-05 -5.43955160398634254E-05
+ -5.52728220272069665E-05 -5.61642770856476931E-05 -5.70701093976516845E-05
+ -5.79905508252053384E-05 -5.89258369691369370E-05 -5.98762072293934766E-05
+ -6.08419048662891320E-05 -6.18231770627404538E-05 -6.28202749875048924E-05
+ -6.38334538594377950E-05 -6.48629730127848900E-05 -6.59090959635272945E-05
+ -6.69720904767954437E-05 -6.80522286353693227E-05 -6.91497869092823082E-05
+ -7.02650462265465628E-05 -7.13982920450180751E-05 -7.25498144254193021E-05
+ -7.37199081055381984E-05 -7.49088725756231609E-05 -7.61170121549930391E-05
+ -7.73446360698808720E-05 -7.85920585325318308E-05 -7.98595988215756953E-05
+ -8.11475813636936775E-05 -8.24563358166013449E-05 -8.37861971533676066E-05
+ -8.51375057480927325E-05 -8.65106074629669829E-05 -8.79058537367311373E-05
+ -8.93236016745616799E-05 -9.07642141394043969E-05 -9.22280598447789113E-05
+ -9.37155134490778440E-05 -9.52269556513839948E-05 -9.67627732888330519E-05
+ -9.83233594355430835E-05 -9.99091135031378731E-05 -1.01520441342888766E-04
+ -1.03157755349502051E-04 -1.04821474566577121E-04 -1.06512024793763531E-04
+ -1.08229838695642311E-04 -1.09975355912362994E-04 -1.11749023172061428E-04
+ -1.13551294405087614E-04 -1.15382630860072827E-04 -1.17243501221865989E-04
+ -1.19134381731368522E-04 -1.21055756307298471E-04 -1.23008116669914695E-04
+ -1.24991962466734888E-04 -1.27007801400276949E-04 -1.29056149357856926E-04
+ -1.31137530543475988E-04 -1.33252477611830935E-04 -1.35401531804481962E-04
+ -1.37585243088211498E-04 -1.39804170295609989E-04 -1.42058881267927205E-04
+ -1.44349953000221404E-04 -1.46677971788844984E-04 -1.49043533381302981E-04
+ -1.51447243128524558E-04 -1.53889716139584418E-04 -1.56371577438912642E-04
+ -1.58893462126035557E-04 -1.61456015537889504E-04 -1.64059893413744497E-04
+ -1.66705762062782328E-04 -1.69394298534370359E-04 -1.72126190791074818E-04
+ -1.74902137884458436E-04 -1.77722850133703184E-04 -1.80589049307109301E-04
+ -1.83501468806516560E-04 -1.86460853854689265E-04 -1.89467961685716271E-04
+ -1.92523561738473635E-04 -1.95628435853198115E-04 -1.98783378471223068E-04
+ -2.01989196837922718E-04 -2.05246711208924347E-04 -2.08556755059638687E-04
+ -2.11920175298156894E-04 -2.15337832481570917E-04 -2.18810601035772883E-04
+ -2.22339369478786921E-04 -2.25925040647692951E-04 -2.29568531929192623E-04
+ -2.33270775493889530E-04 -2.37032718534335116E-04 -2.40855323506898865E-04
+ -2.44739568377526796E-04 -2.48686446871448506E-04 -2.52696968726898023E-04
+ -2.56772159952911756E-04 -2.60913063091262507E-04 -2.65120737482612721E-04
+ -2.69396259536942699E-04 -2.73740723008321634E-04 -2.78155239274093305E-04
+ -2.82640937618545323E-04 -2.87198965521136631E-04 -2.91830488949351903E-04
+ -2.96536692656254369E-04 -3.01318780482829100E-04 -3.06177975665180083E-04
+ -3.11115521146656691E-04 -3.16132679894992846E-04 -3.21230735224538083E-04
+ -3.26410991123659991E-04 -3.31674772587402266E-04 -3.37023425955475741E-04
+ -3.42458319255687716E-04 -3.47980842552882618E-04 -3.53592408303478334E-04
+ -3.59294451715691022E-04 -3.65088431115540794E-04 -3.70975828318729692E-04
+ -3.76958149008479971E-04 -3.83036923119428727E-04 -3.89213705227699875E-04
+ -3.95490074947226454E-04 -4.01867637332424120E-04 -4.08348023287323188E-04
+ -4.14932889981260310E-04 -4.21623921271235011E-04 -4.28422828131029055E-04
+ -4.35331349087200237E-04 -4.42351250662089942E-04 -4.49484327823918993E-04
+ -4.56732404444094321E-04 -4.64097333761841961E-04 -4.71580998856284070E-04
+ -4.79185313126080539E-04 -4.86912220776736238E-04 -4.94763697315720309E-04
+ -5.02741750055536794E-04 -5.10848418624839057E-04 -5.19085775487724893E-04
+ -5.27455926471343136E-04 -5.35961011301946955E-04 -5.44603204149524491E-04
+ -5.53384714181128379E-04 -5.62307786123065036E-04 -5.71374700832112431E-04
+ -5.80587775875852853E-04 -5.89949366122286770E-04 -5.99461864338876431E-04
+ -6.09127701801166765E-04 -6.18949348911135375E-04 -6.28929315825402257E-04
+ -6.39070153093498320E-04 -6.49374452306368771E-04 -6.59844846755211121E-04
+ -6.70484012100839698E-04 -6.81294667053738675E-04 -6.92279574064979435E-04
+ -7.03441540028164943E-04 -7.14783416992546697E-04 -7.26308102887562347E-04
+ -7.38018542258967662E-04 -7.49917727016686012E-04 -7.62008697194587327E-04
+ -7.74294541722388000E-04 -7.86778399209858877E-04 -7.99463458743538530E-04
+ -8.12352960696095610E-04 -8.25450197548651733E-04 -8.38758514726246646E-04
+ -8.52281311446568494E-04 -8.66022041582210369E-04 -8.79984214536656774E-04
+ -8.94171396134223109E-04 -9.08587209524151264E-04 -9.23235336099033376E-04
+ -9.38119516427950054E-04 -9.53243551204467588E-04 -9.68611302209676202E-04
+ -9.84226693290538848E-04 -1.00009371135380168E-03 -1.01621640737569949E-03
+ -1.03259889742769186E-03 -1.04924536371841484E-03 -1.06616005565233476E-03
+ -1.08334729090519611E-03 -1.10081145651650487E-03 -1.11855700999935535E-03
+ -1.13658848046785952E-03 -1.15491046978247040E-03 -1.17352765371343142E-03
+ -1.19244478312258715E-03 -1.21166668516412284E-03 -1.23119826450429387E-03
+ -1.25104450456043140E-03 -1.27121046875957070E-03 -1.29170130181700663E-03
+ -1.31252223103508212E-03 -1.33367856762247835E-03 -1.35517570803427153E-03
+ -1.37701913533344990E-03 -1.39921442057386607E-03 -1.42176722420500178E-03
+ -1.44468329749892132E-03 -1.46796848399975656E-03 -1.49162872099607474E-03
+ -1.51567004101639210E-03 -1.54009857334819417E-03 -1.56492054558123712E-03
+ -1.59014228517505404E-03 -1.61577022105110742E-03 -1.64181088521002318E-03
+ -1.66827091437428496E-03 -1.69515705165677768E-03 -1.72247614825544386E-03
+ -1.75023516517454000E-03 -1.77844117497334849E-03 -1.80710136354217355E-03
+ -1.83622303190619091E-03 -1.86581359805760910E-03 -1.89588059881658309E-03
+ -1.92643169172129866E-03 -1.95747465694749104E-03 -1.98901739925804984E-03
+ -2.02106794998362571E-03 -2.05363446903398519E-03 -2.08672524694078791E-03
+ -2.12034870693231453E-03 -2.15451340704061632E-03 -2.18922804224156494E-03
+ -2.22450144662801998E-03 -2.26034259561704509E-03 -2.29676060819205500E-03
+ -2.33376474917957547E-03 -2.37136443156143713E-03 -2.40956921882297436E-03
+ -2.44838882733774271E-03 -2.48783312878930176E-03 -2.52791215263019776E-03
+ -2.56863608857949921E-03 -2.61001528915955766E-03 -2.65206027227176408E-03
+ -2.69478172381216411E-03 -2.73819050032759938E-03 -2.78229763171296014E-03
+ -2.82711432395010278E-03 -2.87265196188850542E-03 -2.91892211206953899E-03
+ -2.96593652559475019E-03 -3.01370714103793742E-03 -3.06224608740206673E-03
+ -3.11156568712171819E-03 -3.16167845911170982E-03 -3.21259712186254673E-03
+ -3.26433459658256268E-03 -3.31690401038940664E-03 -3.37031869955077643E-03
+ -3.42459221277427971E-03 -3.47973831454762537E-03 -3.53577098852991129E-03
+ -3.59270444099472506E-03 -3.65055310432563273E-03 -3.70933164056396749E-03
+ -3.76905494501231708E-03 -3.82973814989295228E-03 -3.89139662806130661E-03
+ -3.95404599677585088E-03 -4.01770212152516206E-03 -4.08238111991301132E-03
+ -4.14809936560199197E-03 -4.21487349231552694E-03 -4.28272039790273274E-03
+ -4.35165724846436810E-03 -4.42170148254034286E-03 -4.49287081536028053E-03
+ -4.56518324315796902E-03 -4.63865704755061711E-03 -4.71331079998331057E-03
+ -4.78916336623858539E-03 -4.86623391101672752E-03 -4.94454190258378744E-03
+ -5.02410711748829935E-03 -5.10494964534826106E-03 -5.18708989370932592E-03
+ -5.27054859297518708E-03 -5.35534680141027449E-03 -5.44150591021501807E-03
+ -5.52904764868048307E-03 -5.61799408941773826E-03 -5.70836765366370541E-03
+ -5.80019111666508699E-03 -5.89348761314140764E-03 -5.98828064282821287E-03
+ -6.08459407610006942E-03 -6.18245215967444962E-03 -6.28187952240422294E-03
+ -6.38290118115236466E-03 -6.48554254675147435E-03 -6.58982943004978849E-03
+ -6.69578804804471170E-03 -6.80344503010502435E-03 -6.91282742428069204E-03
+ -7.02396270370276611E-03 -7.13687877308159888E-03 -7.25160397529523056E-03
+ -7.36816709807133763E-03 -7.48659738076460322E-03 -7.60692452123055366E-03
+ -7.72917868279694720E-03 -7.85339050133068706E-03 -7.97959109240511770E-03
+ -8.10781205857561728E-03 -8.23808549675347779E-03 -8.37044400568271764E-03
+ -8.50492069352145642E-03 -8.64154918552903495E-03 -8.78036363185997863E-03
+ -8.92139871546119428E-03 -9.06468966008096115E-03 -9.21027223839619019E-03
+ -9.35818278024629253E-03 -9.50845818097941636E-03 -9.66113590991268464E-03
+ -9.81625401890761674E-03 -9.97385115106162040E-03 -1.01339665495100949E-02
+ -1.02966400663528999E-02 -1.04619121717085851E-02 -1.06298239628834067E-02
+ -1.08004171736621971E-02 -1.09737341837225309E-02 -1.11498180281733531E-02
+ -1.13287124072185847E-02 -1.15104616959378469E-02 -1.16951109542054454E-02
+ -1.18827059367453934E-02 -1.20732931033090459E-02 -1.22669196289836337E-02
+ -1.24636334146328437E-02 -1.26634830974706181E-02 -1.28665180617679176E-02
+ -1.30727884496818197E-02 -1.32823451722380095E-02 -1.34952399204553864E-02
+ -1.37115251766005194E-02 -1.39312542255808722E-02 -1.41544811664779235E-02
+ -1.43812609242209340E-02 -1.46116492614000223E-02 -1.48457027902052022E-02
+ -1.50834789845342883E-02 -1.53250361922465193E-02 -1.55704336475513457E-02
+ -1.58197314835424110E-02 -1.60729907448772177E-02 -1.63302734006031541E-02
+ -1.65916423571260269E-02 -1.68571614713060071E-02 -1.71268955637382744E-02
+ -1.74009104321781218E-02 -1.76792728651047198E-02 -1.79620506554334196E-02
+ -1.82493126143767753E-02 -1.85411285854543903E-02 -1.88375694586443085E-02
+ -1.91387071846602537E-02 -1.94446147894282752E-02 -1.97553663887009220E-02
+ -2.00710372028098036E-02 -2.03917035715658161E-02 -2.07174429693070643E-02
+ -2.10483340200934253E-02 -2.13844565130348781E-02 -2.17258914177413838E-02
+ -2.20727208999832933E-02 -2.24250283374748151E-02 -2.27828983357901763E-02
+ -2.31464167444210694E-02 -2.35156706729739463E-02 -2.38907485075057942E-02
+ -2.42717399269760520E-02 -2.46587359198126611E-02 -2.50518288006932009E-02
+ -2.54511122274248616E-02 -2.58566812179439644E-02 -2.62686321674417203E-02
+ -2.66870628656138663E-02 -2.71120725140310374E-02 -2.75437617435947794E-02
+ -2.79822326320963988E-02 -2.84275887219848297E-02 -2.88799350381968856E-02
+ -2.93393781060829542E-02 -2.98060259694327805E-02 -3.02799882085971091E-02
+ -3.07613759586998561E-02 -3.12503019278876915E-02 -3.17468804156668602E-02
+ -3.22512273314267614E-02 -3.27634602129735567E-02 -3.32836982451206881E-02
+ -3.38120622783379329E-02 -3.43486748474522013E-02 -3.48936601903917648E-02
+ -3.54471442668962064E-02 -3.60092547772928318E-02 -3.65801211814141408E-02
+ -3.71598747174528912E-02 -3.77486484208160236E-02 -3.83465771429749164E-02
+ -3.89537975703024078E-02 -3.95704482428823542E-02 -4.01966695731842821E-02
+ -4.08326038647759473E-02 -4.14783953310991840E-02 -4.21341901140853126E-02
+ -4.28001363026853029E-02 -4.34763839513073874E-02 -4.41630850981481055E-02
+ -4.48603937833945213E-02 -4.55684660671530004E-02 -4.62874600473777500E-02
+ -4.70175358777412261E-02 -4.77588557852133000E-02 -4.85115840874375190E-02
+ -4.92758872098905051E-02 -5.00519337028054734E-02 -5.08398942578236965E-02
+ -5.16399417241890507E-02 -5.24522511248892362E-02 -5.32769996725591596E-02
+ -5.41143667849225338E-02 -5.49645340998681370E-02 -5.58276854901399375E-02
+ -5.67040070776152344E-02 -5.75936872471127861E-02 -5.84969166595063553E-02
+ -5.94138882647091346E-02 -6.03447973141670591E-02 -6.12898413726675750E-02
+ -6.22492203295654384E-02 -6.32231364093941289E-02 -6.42117941818301230E-02
+ -6.52154005709174728E-02 -6.62341648632977648E-02 -6.72682987161996870E-02
+ -6.83180161645914885E-02 -6.93835336273623399E-02 -7.04650699126309898E-02
+ -7.15628462221390566E-02 -7.26770861546861269E-02 -7.38080157084625155E-02
+ -7.49558632820194748E-02 -7.61208596748304683E-02 -7.73032380865585900E-02
+ -7.85032341149852347E-02 -7.97210857526862854E-02 -8.09570333824009281E-02
+ -8.22113197710362259E-02 -8.34841900620877514E-02 -8.47758917662577022E-02
+ -8.60866747514083264E-02 -8.74167912306352962E-02 -8.87664957485319317E-02
+ -9.01360451657111927E-02 -9.15256986415138585E-02 -9.29357176148310066E-02
+ -9.43663657827088220E-02 -9.58179090766406727E-02 -9.72906156378083031E-02
+ -9.87847557897092859E-02 -1.00300602008378772E-01 -1.01838428890242749E-01
+ -1.03398513117513996E-01 -1.04981133421037182E-01 -1.06586570540098902E-01
+ -1.08215107179341227E-01 -1.09867027964060573E-01 -1.11542619391993517E-01
+ -1.13242169781943278E-01 -1.14965969219250078E-01 -1.16714309497994953E-01
+ -1.18487484059814893E-01 -1.20285787928648066E-01 -1.22109517641920975E-01
+ -1.23958971179328803E-01 -1.25834447887013284E-01 -1.27736248397644414E-01
+ -1.29664674546367042E-01 -1.31620029282476569E-01 -1.33602616576663336E-01
+ -1.35612741322904934E-01 -1.37650709236055935E-01 -1.39716826745950540E-01
+ -1.41811400885607786E-01 -1.43934739174189585E-01 -1.46087149494624730E-01
+ -1.48268939965736007E-01 -1.50480418808653899E-01 -1.52721894206330894E-01
+ -1.54993674157912570E-01 -1.57296066328198064E-01 -1.59629377889689450E-01
+ -1.61993915358003809E-01 -1.64389984420510643E-01 -1.66817889757996163E-01
+ -1.69277934859069612E-01 -1.71770421825852865E-01 -1.74295651173572652E-01
+ -1.76853921623428056E-01 -1.79445529886315958E-01 -1.82070770438272966E-01
+ -1.84729935287443053E-01 -1.87423313732343028E-01 -1.90151192111037703E-01
+ -1.92913853539546820E-01 -1.95711577643051360E-01 -1.98544640278152856E-01
+ -2.01413313244061809E-01 -2.04317863983601689E-01 -2.07258555273789891E-01
+ -2.10235644905739039E-01 -2.13249385353364379E-01 -2.16300023429111005E-01
+ -2.19387799931177185E-01 -2.22512949279196071E-01 -2.25675699136769048E-01
+ -2.28876270021692002E-01 -2.32114874903604940E-01 -2.35391718788784926E-01
+ -2.38706998291423333E-01 -2.42060901189697780E-01 -2.45453605971763605E-01
+ -2.48885281367365596E-01 -2.52356085864161417E-01 -2.55866167209488959E-01
+ -2.59415661897291316E-01 -2.63004694639926317E-01 -2.66633377824048945E-01
+ -2.70301810949280297E-01 -2.74010080054862881E-01 -2.77758257129121833E-01
+ -2.81546399501583056E-01 -2.85374549218342544E-01 -2.89242732400400493E-01
+ -2.93150958584731114E-01 -2.97099220047212953E-01 -3.01087491106839467E-01
+ -3.05115727415607718E-01 -3.09183865228836452E-01 -3.13291820656452225E-01
+ -3.17439488895668809E-01 -3.21626743444842100E-01 -3.25853435298350758E-01
+ -3.30119392121811628E-01 -3.34424417407931052E-01 -3.38768289615434981E-01
+ -3.43150761287147721E-01 -3.47571558148126458E-01 -3.52030378184146786E-01
+ -3.56526890700472332E-01 -3.61060735360895613E-01 -3.65631521207119004E-01
+ -3.70238825659290005E-01 -3.74882193497148963E-01 -3.79561135820985440E-01
+ -3.84275128993204262E-01 -3.89023613560700365E-01 -3.93805993158282575E-01
+ -3.98621633393381136E-01 -4.03469860713845163E-01 -4.08349961258918315E-01
+ -4.13261179689235758E-01 -4.18202718000501461E-01 -4.23173734320682560E-01
+ -4.28173341691056863E-01 -4.33200606831766089E-01 -4.38254548892608509E-01
+ -4.43334138194236727E-01 -4.48438294956195527E-01 -4.53565888004735462E-01
+ -4.58715733472916443E-01 -4.63886593490868748E-01 -4.69077174866932123E-01
+ -4.74286127760948750E-01 -4.79512044351335764E-01 -4.84753457506899021E-01
+ -4.90008839450710998E-01 -4.95276600409183365E-01 -5.00555087268727550E-01
+ -5.05842582234741989E-01 -5.11137301494373197E-01 -5.16437393885214258E-01
+ -5.21740939573177687E-01 -5.27045948759546468E-01 -5.32350360386483534E-01
+ -5.37652040841250844E-01 -5.42948782692301068E-01 -5.48238303447684205E-01
+ -5.53518244338362164E-01 -5.58786169129811161E-01 -5.64039562968020491E-01
+ -5.69275831292753054E-01 -5.74492298756018704E-01 -5.79686208165585581E-01
+ -5.84854719496136766E-01 -5.89994908953267116E-01 -5.95103768094528363E-01
+ -6.00178203012476597E-01 -6.05215033590905005E-01 -6.10210992883490677E-01
+ -6.15162726503615476E-01 -6.20066792084244534E-01 -6.24919658855103588E-01
+ -6.29717707316675090E-01 -6.34457229017256763E-01 -6.39134426439947112E-01
+ -6.43745413019544466E-01 -6.48286213356254137E-01 -6.52752763444492956E-01
+ -6.57140911041839582E-01 -6.61446416220564437E-01 -6.65664952075931016E-01
+ -6.69792105599793075E-01 -6.73823378728483302E-01 -6.77754189599779178E-01
+ -6.81579874099288774E-01 -6.85295687423053135E-01 -6.88896805880726215E-01
+ -6.92378328962433343E-01 -6.95735281639351388E-01 -6.98962616908707979E-01
+ -7.02055218594201280E-01 -7.05007904460666079E-01 -7.07815429721689648E-01
+ -7.10472490562455650E-01 -7.12973728035035781E-01 -7.15313732311535944E-01
+ -7.17487047262560962E-01 -7.19488175373131922E-01 -7.21311583008358292E-01
+ -7.22951706124756899E-01 -7.24402956471905668E-01 -7.25659727808719346E-01
+ -7.26716402648069471E-01 -7.27567359458529017E-01 -7.28206980289075378E-01
+ -7.28629658828635507E-01 -7.28829808912605959E-01 -7.28801873624245200E-01
+ -7.28540334949990931E-01 -7.28039723449087517E-01 -7.27294628612370597E-01
+ -7.26299709764963941E-01 -7.25049707476937977E-01 -7.23539455490307848E-01
+ -7.21763893171940674E-01 -7.19718078704530750E-01 -7.17397202821508650E-01
+ -7.14796602549573001E-01 -7.11911775769196398E-01 -7.08738396361587530E-01
+ -7.05272329902336015E-01 -7.01509649901139176E-01 -6.97446654590997528E-01
+ -6.93079884544414715E-01 -6.88406140699330149E-01 -6.83422502359842921E-01
+ -6.78126346050663131E-01 -6.72515364905772350E-01 -6.66587588542702836E-01
+ -6.60341403404638649E-01 -6.53775573562067391E-01 -6.46889262294142453E-01
+ -6.39682053767027692E-01 -6.32153974585462519E-01 -6.24305516052213405E-01
+ -6.16137656742489992E-01 -6.07651885327227248E-01 -5.98850223599320941E-01
+ -5.89735249674123607E-01 -5.80310121664953993E-01 -5.70578600922389101E-01
+ -5.60545074900552165E-01 -5.50214580292137101E-01 -5.39592826001429993E-01
+ -5.28686215859883846E-01 -5.17501870997928992E-01 -5.06047651808657073E-01
+ -4.94332179671959693E-01 -4.82364857487076526E-01 -4.70155889327141308E-01
+ -4.57716299514768110E-01 -4.45057950707974215E-01 -4.32193560859979731E-01
+ -4.19136718916243933E-01 -4.05901899121103138E-01 -3.92504473812991139E-01
+ -3.78960724128444504E-01 -3.65287848926642233E-01 -3.51503971804510651E-01
+ -3.37628145888847986E-01 -3.23680356223683630E-01 -3.09681519566684271E-01
+ -2.95653481353565784E-01 -2.81619009264540920E-01 -2.67601783859888809E-01
+ -2.53626386031396589E-01 -2.39718280778713627E-01 -2.25903797181757127E-01
+ -2.12210104359111251E-01 -1.98665183200794709E-01 -1.85297793436956765E-01
+ -1.72137434990283777E-01 -1.59214305987986804E-01 -1.46559255728228671E-01
+ -1.34203732058377656E-01 -1.22179723309488633E-01 -1.10519694606446409E-01
+ -9.92565183803066076E-02 -8.84233983253268213E-02 -7.80537855273322201E-02
+ -6.81812917783088945E-02 -5.88395961100722925E-02 -5.00623436732218138E-02
+ -4.18830402869737883E-02 -3.43349347104309061E-02 -2.74509062265999408E-02
+ -2.12633339384435578E-02 -1.58039003740485864E-02 -1.11038338154922957E-02
+ -7.19213556728017477E-03 -4.10120504861678607E-03 -1.84916616749961548E-03
+ -4.83613350766409983E-04 -3.65648059997951153E-06  8.28041088992276400E-06
+ -4.43928130491773219E-06  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00
+                       </PP_QIJL.3.4.0>
+ <PP_QIJL.3.4.2 type="real" size="  1489" columns="3" first_index=" 3" second_index=" 4" composite_index=" 9" angular_momentum="2">
+ -1.96616188583835916E-16 -2.03009656469128335E-16 -2.09611023960389185E-16
+ -2.16427051460650402E-16 -2.23464719193834321E-16 -2.30731234351165533E-16
+ -2.38234038469822925E-16 -2.45980815051374524E-16 -2.53979497433298141E-16
+ -2.62238276971812917E-16 -2.70765611414449801E-16 -2.79570233521877975E-16
+ -2.88661160008025653E-16 -2.98047700771409824E-16 -3.07739468426458752E-16
+ -3.17746388144999542E-16 -3.28078707862857315E-16 -3.38747008819761759E-16
+ -3.49762216325470257E-16 -3.61135610936735632E-16 -3.72878840006495499E-16
+ -3.85003929608382701E-16 -3.97523296848748086E-16 -4.10449762595854328E-16
+ -4.23796564706429093E-16 -4.37577371526072901E-16 -4.51806295841351035E-16
+ -4.66497909328695609E-16 -4.81667257473002119E-16 -4.97329874971044427E-16
+ -5.13501801637456758E-16 -5.30199598913646326E-16 -5.47440366871490466E-16
+ -5.65241761620123547E-16 -5.83622013374713168E-16 -6.02599945120912143E-16
+ -6.22194991885872424E-16 -6.42427220635517859E-16 -6.63317350852126054E-16
+ -6.84886775904265104E-16 -7.07157584851435973E-16 -7.30152585003335077E-16
+ -7.53895325270653283E-16 -7.78410120274793326E-16 -8.03722075241098665E-16
+ -8.29857111704644370E-16 -8.56841994190371909E-16 -8.84704357684196816E-16
+ -9.13472735769290185E-16 -9.43176589828052873E-16 -9.73846339205458415E-16
+ -1.00551339235266230E-15 -1.03821017898271410E-15 -1.07197018331949741E-15
+ -1.10682797862960627E-15 -1.14281926247444962E-15 -1.17998089316286871E-15
+ -1.21835092748793654E-15 -1.25796865969033684E-15 -1.29887466168797902E-15
+ -1.34111082461608907E-15 -1.38472040191503447E-15 -1.42974805376946610E-15
+ -1.47623989257353931E-15 -1.52424353011649074E-15 -1.57380812632912864E-15
+ -1.62498443961468387E-15 -1.67782487881517532E-15 -1.73238355691681753E-15
+ -1.78871634684537864E-15 -1.84688093851709885E-15 -1.90693689770694341E-15
+ -1.96894572703329111E-15 -2.03297092892602840E-15 -2.09907807064124544E-15
+ -2.16733485138932642E-15 -2.23781117187723904E-15 -2.31057920625481413E-15
+ -2.38571347559007036E-15 -2.46329092408969245E-15 -2.54339099787773137E-15
+ -2.62609572633455484E-15 -2.71148980607923020E-15 -2.79966068771429455E-15
+ -2.89069866591605887E-15 -2.98469697188048457E-15 -3.08175186834876907E-15
+ -3.18196274815189418E-15 -3.28543223597274972E-15 -3.39226629341548972E-15
+ -3.50257432748946915E-15 -3.61646930281574937E-15 -3.73406785807322769E-15
+ -3.85549042487373786E-15 -3.98086135081012260E-15 -4.11030902676945416E-15
+ -4.24396601838401384E-15 -4.38196920175427897E-15 -4.52445990359099915E-15
+ -4.67158404653041790E-15 -4.82349229907686806E-15 -4.98034022901902617E-15
+ -5.14228846261560447E-15 -5.30950284905195355E-15 -5.48215463024149330E-15
+ -5.66042061614554246E-15 -5.84448336589357829E-15 -6.03453137590651439E-15
+ -6.23075927265783453E-15 -6.43336801116797110E-15 -6.64256508073846796E-15
+ -6.85856471738842776E-15 -7.08158812319509286E-15 -7.31186369276275318E-15
+ -7.54962724750508625E-15 -7.79512227866581999E-15 -8.04860019543490517E-15
+ -8.31032058188696831E-15 -8.58055146275784974E-15 -8.85956957785895872E-15
+ -9.14766066540988888E-15 -9.44511975459498222E-15 -9.75225146888092782E-15
+ -1.00693703390351266E-14 -1.03968011234262929E-14 -1.07348791403360839E-14
+ -1.10839506112754182E-14 -1.14443730154586190E-14 -1.18165154557977646E-14
+ -1.22007590369589476E-14 -1.25974972579523764E-14 -1.30071364148064830E-14
+ -1.34300960148526457E-14 -1.38668092061976845E-14 -1.43177232212020304E-14
+ -1.47832998343710202E-14 -1.52640158351272873E-14 -1.57603635166511258E-14
+ -1.62728511832795795E-14 -1.68020036688709277E-14 -1.73483628729370361E-14
+ -1.79124883154721305E-14 -1.84949577098150759E-14 -1.90963675541296028E-14
+ -1.97173337421136682E-14 -2.03584921955629300E-14 -2.10204995186895316E-14
+ -2.17040336668004933E-14 -2.24097946397748039E-14 -2.31385051987643068E-14
+ -2.38909116061874396E-14 -2.46677843897729472E-14 -2.54699191315706833E-14
+ -2.62981372866629842E-14 -2.71532870256234751E-14 -2.80362440987292625E-14
+ -2.89479127323540250E-14 -2.98892265547654343E-14 -3.08611495520109739E-14
+ -3.18646770548700847E-14 -3.29008367585776567E-14 -3.39706897817782422E-14
+ -3.50753317510146739E-14 -3.62158939186542508E-14 -3.73935443210896865E-14
+ -3.86094889746367488E-14 -3.98649731102983370E-14 -4.11612824486585130E-14
+ -4.24997445184338245E-14 -4.38817300243859523E-14 -4.53086542446395884E-14
+ -4.67819784769492422E-14 -4.83032115348710969E-14 -4.98739112925618803E-14
+ -5.14956862797841695E-14 -5.31701973287701183E-14 -5.48991592800912095E-14
+ -5.66843427467143252E-14 -5.85275759173372713E-14 -6.04307464265659251E-14
+ -6.23958032875893493E-14 -6.44247588876756228E-14 -6.65196910485142915E-14
+ -6.86827451538314061E-14 -7.09161363565945416E-14 -7.32221518514912612E-14
+ -7.56031532053613903E-14 -7.80615787743617970E-14 -8.05999462004973819E-14
+ -8.32208549893002331E-14 -8.59269891712751563E-14 -8.87211200512559027E-14
+ -9.16061090630927927E-14 -9.45849106964673313E-14 -9.76605755105966465E-14
+ -1.00836253257382369E-13 -1.04115196106302701E-13 -1.07500761974126875E-13
+ -1.10996417962833148E-13 -1.14605743913572992E-13 -1.18332436095705314E-13
+ -1.22180310978188580E-13 -1.26153309127625756E-13 -1.30255499242879343E-13
+ -1.34491082320822899E-13 -1.38864395957495788E-13 -1.43379918789031797E-13
+ -1.48042275087533868E-13 -1.52856239522832465E-13 -1.57826742027208116E-13
+ -1.62958872836193893E-13 -1.68257887700305288E-13 -1.73729213266154795E-13
+ -1.79378452632453961E-13 -1.85211391086782054E-13 -1.91234002050550997E-13
+ -1.97452453218712570E-13 -2.03873112842122308E-13 -2.10502556243548075E-13
+ -2.17347572549914796E-13 -2.24415171643354473E-13 -2.31712591338166569E-13
+ -2.39247304792359758E-13 -2.47027028197358775E-13 -2.55059728690028295E-13
+ -2.63353632472227674E-13 -2.71917233231191356E-13 -2.80759300835899640E-13
+ -2.89888890316091466E-13 -2.99315351133095694E-13 -3.09048336756789256E-13
+ -3.19097814608643045E-13 -3.29474076257055470E-13 -3.40187747915856349E-13
+ -3.51249801323399142E-13 -3.62671564976092262E-13 -3.74464735727029648E-13
+ -3.86641390761575427E-13 -3.99213999975286019E-13 -4.12195438823057055E-13
+ -4.25599001461228590E-13 -4.39438414323813481E-13 -4.53727850176491835E-13
+ -4.68481942627513839E-13 -4.83715801110217122E-13 -4.99445026352476666E-13
+ -5.15685726379176807E-13 -5.32454533103910176E-13 -5.49768619281033999E-13
+ -5.67645716059879060E-13 -5.86104131139153818E-13 -6.05162767511388113E-13
+ -6.24841142816582462E-13 -6.45159409325033840E-13 -6.66138374631159739E-13
+ -6.87799523059641569E-13 -7.10165037550872269E-13 -7.33257822352511922E-13
+ -7.57101526470416984E-13 -7.81720567881757272E-13 -8.07140158535071418E-13
+ -8.33386330164637707E-13 -8.60485961053111660E-13 -8.88466803633374301E-13
+ -9.17357512762529697E-13 -9.47187675047004697E-13 -9.77987839135271568E-13
+ -1.00978954699510853E-12 -1.04262536620739232E-12 -1.07652892331705525E-12
+ -1.11153493844025902E-12 -1.14767926084631065E-12 -1.18499890550158216E-12
+ -1.22353209096041450E-12 -1.26331827849569993E-12 -1.30439821250124961E-12
+ -1.34681396220724578E-12 -1.39060896477392523E-12 -1.43582807003000510E-12
+ -1.48251758634285596E-12 -1.53072532786309950E-12 -1.58050066347699720E-12
+ -1.63189456735332375E-12 -1.68495967113306668E-12 -1.73975031781530723E-12
+ -1.79632261744891705E-12 -1.85473450494394895E-12 -1.91504579921987498E-12
+ -1.97731826428912069E-12 -2.04161567249481835E-12 -2.10800386980467903E-12
+ -2.17655084322688251E-12 -2.24732679041717283E-12 -2.32040419166510569E-12
+ -2.39585788455865908E-12 -2.47376514028840231E-12 -2.55420574261886449E-12
+ -2.63726206957662505E-12 -2.72301917779368556E-12 -2.81156488959175537E-12
+ -2.90298988289726119E-12 -2.99738778430872018E-12 -3.09485526546819394E-12
+ -3.19549214155700200E-12 -3.29940147337478306E-12 -3.40668967285996472E-12
+ -3.51746661204014455E-12 -3.63184573552302711E-12 -3.74994417664674056E-12
+ -3.87188287781657331E-12 -3.99778671483087924E-12 -4.12778462409328833E-12
+ -4.26200973453551048E-12 -4.40059950392312798E-12 -4.54369585959203136E-12
+ -4.69144534375835875E-12 -4.84399926356666711E-12 -5.00151384668530913E-12
+ -5.16415040164685661E-12 -5.33207548221651213E-12 -5.50546105785748320E-12
+ -5.68448468980367489E-12 -5.86932971285560469E-12 -6.06018542308410353E-12
+ -6.25724727168431787E-12 -6.46071706613699146E-12 -6.67080317697037777E-12
+ -6.88772075019673660E-12 -7.11169192755468943E-12 -7.34294607395065120E-12
+ -7.58172001229316460E-12 -7.82825826595859503E-12 -8.08281330926454711E-12
+ -8.34564582748587656E-12 -8.61702498348680121E-12 -8.89722869232759538E-12
+ -9.18654390579411704E-12 -9.48526690619452040E-12 -9.79370360970574938E-12
+ -1.01121698795777686E-11 -1.04409918498017325E-11 -1.07805062611003166E-11
+ -1.11310608048258505E-11 -1.14930144779535210E-11 -1.18667379506407588E-11
+ -1.22526139457380695E-11 -1.26510376306356849E-11 -1.30624170218438470E-11
+ -1.34871734033018499E-11 -1.39257417603807061E-11 -1.43785712235695071E-11
+ -1.48461255273747395E-11 -1.53288834851212879E-11 -1.58273394791842301E-11
+ -1.63420039671544176E-11 -1.68734040044540246E-11 -1.74220837850397542E-11
+ -1.79886052017654523E-11 -1.85735484190440920E-11 -1.91775124660047644E-11
+ -1.98011158498142963E-11 -2.04449971889326451E-11 -2.11098158669493288E-11
+ -2.17962527076739711E-11 -2.25050106741381437E-11 -2.32368155917921895E-11
+ -2.39924168879654417E-11 -2.47725883584454190E-11 -2.55781289597327408E-11
+ -2.64098636270451689E-11 -2.72686441189070506E-11 -2.81553498892214589E-11
+ -2.90708889909629215E-11 -3.00161990092322855E-11 -3.09922480164453456E-11
+ -3.20000355629103528E-11 -3.30405937002183627E-11 -3.41149880378947557E-11
+ -3.52243188343920317E-11 -3.63697221236677285E-11 -3.75523708834816531E-11
+ -3.87734762389713697E-11 -4.00342886968469752E-11 -4.13360994252847335E-11
+ -4.26802415758844528E-11 -4.40680916485912577E-11 -4.55010709009771255E-11
+ -4.69806468036857948E-11 -4.85083345506710428E-11 -5.00856986115953049E-11
+ -5.17143543268407811E-11 -5.33959695610793662E-11 -5.51322664109000021E-11
+ -5.69250229679347962E-11 -5.87760751392864930E-11 -6.06873185279811798E-11
+ -6.26607103849230853E-11 -6.46982716112469721E-11 -6.68020888198884030E-11
+ -6.89743164717862289E-11 -7.12171790816943419E-11 -7.35329734956824058E-11
+ -7.59240712426553833E-11 -7.83929209641342885E-11 -8.09420509365827590E-11
+ -8.35740716544115401E-11 -8.62916784947404784E-11 -8.90976544769658580E-11
+ -9.19948731120936479E-11 -9.49863013446762644E-11 -9.80750025903607507E-11
+ -1.01264139875785822E-10 -1.04556979097074834E-10 -1.07956892352523229E-10
+ -1.11467361387035895E-10 -1.15091981156844003E-10 -1.18834463510096191E-10
+ -1.22698640987068515E-10 -1.26688470743877773E-10 -1.30808038610482534E-10
+ -1.35061563298868783E-10 -1.39453400704186086E-10 -1.43988048356730760E-10
+ -1.48670150026642335E-10 -1.53504500478255073E-10 -1.58496050378964141E-10
+ -1.63649911367628408E-10 -1.68971361299750159E-10 -1.74465849680213463E-10
+ -1.80139003216180665E-10 -1.85996631570744210E-10 -1.92044733310972737E-10
+ -1.98289502049266261E-10 -2.04737332784303079E-10 -2.11394828448134973E-10
+ -2.18268806686428731E-10 -2.25366306869892904E-10 -2.32694597265571232E-10
+ -2.40261182471915874E-10 -2.48073811102068413E-10 -2.56140483716842688E-10
+ -2.64469461015523167E-10 -2.73069272293239262E-10 -2.81948724205767387E-10
+ -2.91116909816333707E-10 -3.00583217859442156E-10 -3.10357342347818518E-10
+ -3.20449292497130011E-10 -3.30869402973248218E-10 -3.41628344472537434E-10
+ -3.52737134647256139E-10 -3.64207149435510286E-10 -3.76050134732571516E-10
+ -3.88278218360319585E-10 -4.00903922479472769E-10 -4.13940176409608949E-10
+ -4.27400329865823720E-10 -4.41298166625555550E-10 -4.55647918642886140E-10
+ -4.70464280693279910E-10 -4.85762425429729565E-10 -5.01558018850409451E-10
+ -5.17867236334259677E-10 -5.34706779200902929E-10 -5.52093891808733871E-10
+ -5.70046379208661966E-10 -5.88582625379120302E-10 -6.07721612153102003E-10
+ -6.27482938640773772E-10 -6.47886841219822579E-10 -6.68954214250959842E-10
+ -6.90706631468686441E-10 -7.13166368067210908E-10 -7.36356423504114510E-10
+ -7.60300545060729221E-10 -7.85023252299583244E-10 -8.10549862121555787E-10
+ -8.36906514602779746E-10 -8.64120199754716104E-10 -8.92218785154921532E-10
+ -9.21231044475751265E-10 -9.51186686940160107E-10 -9.82116387765043353E-10
+ -1.01405181975848505E-09 -1.04702568565033990E-09 -1.08107175148604322E-09
+ -1.11622488119383496E-09 -1.15252107227570588E-09 -1.18999749265819496E-09
+ -1.22869251874068977E-09 -1.26864577473597083E-09 -1.30989817348139838E-09
+ -1.35249195816236925E-09 -1.39647074547195301E-09 -1.44187957026197961E-09
+ -1.48876493164518818E-09 -1.53717484059554174E-09 -1.58715886909533909E-09
+ -1.63876820097806266E-09 -1.69205568462516099E-09 -1.74707588682499959E-09
+ -1.80388514855026089E-09 -1.86254164263377133E-09 -1.92310543331857262E-09
+ -1.98563853774312072E-09 -2.05020498942460811E-09 -2.11687090397310795E-09
+ -2.18570454711510568E-09 -2.25677640423739877E-09 -2.33015925246404316E-09
+ -2.40592823515576005E-09 -2.48416093883022877E-09 -2.56493747258189925E-09
+ -2.64834055008402433E-09 -2.73445557452811778E-09 -2.82337072641065951E-09
+ -2.91517705335210492E-09 -3.00996856322794195E-09 -3.10784232039838496E-09
+ -3.20889854506500439E-09 -3.31324071585584739E-09 -3.42097567575004124E-09
+ -3.53221374186793870E-09 -3.64706881874239142E-09 -3.76565851434771153E-09
+ -3.88810426042502587E-09 -4.01453143677976395E-09 -4.14506949961798967E-09
+ -4.27985211405277136E-09 -4.41901729093393533E-09 -4.56270752875450900E-09
+ -4.71106995978719928E-09 -4.86425649999582401E-09 -5.02242400448450483E-09
+ -5.18573442804834606E-09 -5.35435499094073630E-09 -5.52845835002671343E-09
+ -5.70822277554119534E-09 -5.89383233449273921E-09 -6.08547707918918989E-09
+ -6.28335324094921806E-09 -6.48766343091558935E-09 -6.69861684743087008E-09
+ -6.91642949015097563E-09 -7.14132438111531861E-09 -7.37353179309501060E-09
+ -7.61328948660186251E-09 -7.86084295309737328E-09 -8.11644566532167653E-09
+ -8.38035933669520103E-09 -8.65285418917325263E-09 -8.93420922980312852E-09
+ -9.22471253626616485E-09 -9.52466155188867972E-09 -9.83436339187715317E-09
+ -1.01541351570872011E-08 -1.04843042575313107E-08 -1.08252087474467289E-08
+ -1.11771976712629613E-08 -1.15406314208089249E-08 -1.19158821041247935E-08
+ -1.23033339266194380E-08 -1.27033835866763847E-08 -1.31164406804948029E-08
+ -1.35429281201700112E-08 -1.39832825664821628E-08 -1.44379548757502049E-08
+ -1.49074105612021862E-08 -1.53921302693334070E-08 -1.58926102723988080E-08
+ -1.64093629793556347E-08 -1.69429174582901324E-08 -1.74938199767000459E-08
+ -1.80626345604857347E-08 -1.86499435711009466E-08 -1.92563483014516431E-08
+ -1.98824695911512782E-08 -2.05289484629155839E-08 -2.11964467822939642E-08
+ -2.18856479319715400E-08 -2.25972575099240976E-08 -2.33320040513941523E-08
+ -2.40906397743184224E-08 -2.48739413489679055E-08 -2.56827106925873247E-08
+ -2.65177757917991636E-08 -2.73799915542072267E-08 -2.82702406789353097E-08
+ -2.91894345586958880E-08 -3.01385142122528974E-08 -3.11184512471707546E-08
+ -3.21302488538320048E-08 -3.31749428317504999E-08 -3.42536026523972059E-08
+ -3.53673325582025158E-08 -3.65172726866846433E-08 -3.77046002358731365E-08
+ -3.89305306685982459E-08 -4.01963189558909881E-08 -4.15032608607633195E-08
+ -4.28526942637322463E-08 -4.42460005363555141E-08 -4.56846059592195477E-08
+ -4.71699831737878370E-08 -4.87036526879229222E-08 -5.02871844312040566E-08
+ -5.19221993607506181E-08 -5.36103711191895504E-08 -5.53534277466237359E-08
+ -5.71531534556472339E-08 -5.90113904606258374E-08 -6.09300408530704557E-08
+ -6.29110685463324742E-08 -6.49565012842112186E-08 -6.70684327147788185E-08
+ -6.92490245315374418E-08 -7.15005086845107916E-08 -7.38251896739166298E-08
+ -7.62254469097925821E-08 -7.87037371346886545E-08 -8.12625969354353090E-08
+ -8.39046453370659140E-08 -8.66325864809487743E-08 -8.94492123898608608E-08
+ -9.23574058237527210E-08 -9.53601432432924703E-08 -9.84604978534196807E-08
+ -1.01661642733289881E-07 -1.04966854080212792E-07 -1.08379514559328141E-07
+ -1.11903116762010708E-07 -1.15541266776527381E-07 -1.19297687876495999E-07
+ -1.23176224349355466E-07 -1.27180845422031783E-07 -1.31315649304709283E-07
+ -1.35584867380036896E-07 -1.39992868528571349E-07 -1.44544163594595857E-07
+ -1.49243409996864112E-07 -1.54095416492637358E-07 -1.59105148122571969E-07
+ -1.64277731274323836E-07 -1.69618458906882122E-07 -1.75132795960088216E-07
+ -1.80826384939820984E-07 -1.86705051684405986E-07 -1.92774811318115856E-07
+ -1.99041874404560706E-07 -2.05512653332083642E-07 -2.12193768845646228E-07
+ -2.19092056796048240E-07 -2.26214575124718042E-07 -2.33568611075141229E-07
+ -2.41161688638220485E-07 -2.49001576239148866E-07 -2.57096294685505984E-07
+ -2.65454125410589394E-07 -2.74083618900305786E-07 -2.82993603411594129E-07
+ -2.92193193990551047E-07 -3.01691801783039944E-07 -3.11499143647251086E-07
+ -3.21625252077987790E-07 -3.32080485473143716E-07 -3.42875538772282843E-07
+ -3.54021454330002842E-07 -3.65529633176671760E-07 -3.77411846660947924E-07
+ -3.89680248469783775E-07 -4.02347387038128709E-07 -4.15426218360989825E-07
+ -4.28930119254619558E-07 -4.42872901081926862E-07 -4.57268823784886335E-07
+ -4.72132610426702295E-07 -4.87479462221270445E-07 -5.03325074049777816E-07
+ -5.19685650480195273E-07 -5.36577922306217059E-07 -5.54019163676110025E-07
+ -5.72027209795535470E-07 -5.90620475039120594E-07 -6.09817971727288153E-07
+ -6.29639329526237449E-07 -6.50104815476479777E-07 -6.71235354670248226E-07
+ -6.93052551599846199E-07 -7.15578712280411679E-07 -7.38836867077015340E-07
+ -7.62850794083158889E-07 -7.87645043361457870E-07 -8.13244961982535182E-07
+ -8.39676719874819567E-07 -8.66967336511438293E-07 -8.95144708464371823E-07
+ -9.24237637973491817E-07 -9.54275862374879859E-07 -9.85290084279072095E-07
+ -1.01731200286022665E-06 -1.05037434616925078E-06 -1.08451090449289770E-06
+ -1.11975656479258233E-06 -1.15614734626530961E-06 -1.19372043723095139E-06
+ -1.23251423306380288E-06 -1.27256837514798179E-06 -1.31392379125747032E-06
+ -1.35662273725128086E-06 -1.40070884011754200E-06 -1.44622714240999445E-06
+ -1.49322414813803195E-06 -1.54174787038360534E-06 -1.59184788018546209E-06
+ -1.64357535682173270E-06 -1.69698313991232537E-06 -1.75212578321219209E-06
+ -1.80905961014378044E-06 -1.86784277112469592E-06 -1.92853530278095018E-06
+ -1.99119918939765996E-06 -2.05589842591060593E-06 -2.12269908280271520E-06
+ -2.19166937331838262E-06 -2.26287972285337076E-06 -2.33640284058651856E-06
+ -2.41231379342541311E-06 -2.49069008240185271E-06 -2.57161172194956134E-06
+ -2.65516132106594256E-06 -2.74142416705639526E-06 -2.83048831222496412E-06
+ -2.92244466336562313E-06 -3.01738707414236805E-06 -3.11541244045102184E-06
+ -3.21662079896951232E-06 -3.32111542939513009E-06 -3.42900295900924701E-06
+ -3.54039347072018833E-06 -3.65540061484747264E-06 -3.77414172451219293E-06
+ -3.89673793474871197E-06 -4.02331430545719259E-06 -4.15399994851377014E-06
+ -4.28892815955853851E-06 -4.42823655270272293E-06 -4.57206719988214410E-06
+ -4.72056677496152737E-06 -4.87388670248196204E-06 -5.03218331120029787E-06
+ -5.19561799257410613E-06 -5.36435736467868490E-06 -5.53857344200172690E-06
+ -5.71844380897274349E-06 -5.90415179964030980E-06 -6.09588668338812789E-06
+ -6.29384385662771880E-06 -6.49822504065897732E-06 -6.70923848589667905E-06
+ -6.92709918320413349E-06 -7.15202908253788680E-06 -7.38425731647035182E-06
+ -7.62402043176899355E-06 -7.87156262866333237E-06 -8.12713600780138416E-06
+ -8.39100082514087739E-06 -8.66342575503364359E-06 -8.94468816261036107E-06
+ -9.23507438517852706E-06 -9.53488002009817018E-06 -9.84441022312822179E-06
+ -1.01639800165732413E-05 -1.04939146073177337E-05 -1.08345497150628001E-05
+ -1.11862319111076452E-05 -1.15493189692884691E-05 -1.19241802279456857E-05
+ -1.23111969605954141E-05 -1.27107627601120116E-05 -1.31232839354186774E-05
+ -1.35491799208836898E-05 -1.39888836988258554E-05 -1.44428422355946773E-05
+ -1.49115169335066102E-05 -1.53953840961948971E-05 -1.58949354057388834E-05
+ -1.64106784171212039E-05 -1.69431370686621221E-05 -1.74928522087690425E-05
+ -1.80603821395178781E-05 -1.86463031777154367E-05 -1.92512102365724569E-05
+ -1.98757174236254630E-05 -2.05204586546464721E-05 -2.11860882896591802E-05
+ -2.18732817893751138E-05 -2.25827363925625032E-05 -2.33151718150080688E-05
+ -2.40713309710009013E-05 -2.48519807214883366E-05 -2.56579126418828887E-05
+ -2.64899438115564897E-05 -2.73489176314130142E-05 -2.82357046675655535E-05
+ -2.91512035218444911E-05 -3.00963417299797133E-05 -3.10720766888153831E-05
+ -3.20793966178508283E-05 -3.31193215445799017E-05 -3.41929043191477235E-05
+ -3.53012316645424617E-05 -3.64454252601546130E-05 -3.76266428596901587E-05
+ -3.88460794445110355E-05 -4.01049684144231570E-05 -4.14045828223504723E-05
+ -4.27462366379733702E-05 -4.41312860507763155E-05 -4.55611308179369541E-05
+ -4.70372156548471806E-05 -4.85610316695638065E-05 -5.01341178425546144E-05
+ -5.17580625547729543E-05 -5.34345051714050232E-05 -5.51651376611967301E-05
+ -5.69517062683520743E-05 -5.87960132409017536E-05 -6.06999186134915105E-05
+ -6.26653420462635566E-05 -6.46942647215629899E-05 -6.67887313030502463E-05
+ -6.89508519647939831E-05 -7.11828044646735706E-05 -7.34868362872658312E-05
+ -7.58652668577561545E-05 -7.83204898252239155E-05 -8.08549754174341155E-05
+ -8.34712728693235052E-05 -8.61720129320969497E-05 -8.89599104693635304E-05
+ -9.18377671094379238E-05 -9.48084739884987097E-05 -9.78750145830311469E-05
+ -1.01040467630557102E-04 -1.04308010141336167E-04 -1.07680920503812482E-04
+ -1.11162581694147458E-04 -1.14756484592802298E-04 -1.18466231373627059E-04
+ -1.22295539010431334E-04 -1.26248242895778145E-04 -1.30328300571881135E-04
+ -1.34539795576982095E-04 -1.38886941410742640E-04 -1.43374085633780083E-04
+ -1.48005714097535867E-04 -1.52786455269060837E-04 -1.57721084706174600E-04
+ -1.62814529673590338E-04 -1.68071873901021830E-04 -1.73498362487497333E-04
+ -1.79099406956448087E-04 -1.84880590483083062E-04 -1.90847673279039357E-04
+ -1.97006598102393517E-04 -2.03363495958359773E-04 -2.09924691976847111E-04
+ -2.16696711469301957E-04 -2.23686286170093684E-04 -2.30900360668466801E-04
+ -2.38346099060655117E-04 -2.46030891790381505E-04 -2.53962362655568491E-04
+ -2.62148376054751871E-04 -2.70597044454968811E-04 -2.79316736085243262E-04
+ -2.88316082862173119E-04 -2.97603988555721836E-04 -3.07189637234511607E-04
+ -3.17082501935487041E-04 -3.27292353553795910E-04 -3.37829270031485718E-04
+ -3.48703645822805619E-04 -3.59926201642212418E-04 -3.71507994503062617E-04
+ -3.83460428058116911E-04 -3.95795263291963482E-04 -4.08524629479750125E-04
+ -4.21661035436306274E-04 -4.35217381134753644E-04 -4.49206969669339895E-04
+ -4.63643519570806374E-04 -4.78541177484008472E-04 -4.93914531223274816E-04
+ -5.09778623266474574E-04 -5.26148964564923096E-04 -5.43041548733010386E-04
+ -5.60472866691063545E-04 -5.78459921734537029E-04 -5.97020245040280032E-04
+ -6.16171911621559050E-04 -6.35933556753550690E-04 -6.56324392939277050E-04
+ -6.77364227250953368E-04 -6.99073479162148578E-04 -7.21473198931341271E-04
+ -7.44585086510322425E-04 -7.68431510990684745E-04 -7.93035530602281499E-04
+ -8.18420913294017711E-04 -8.44612157971155590E-04 -8.71634516181181169E-04
+ -8.99514014424778667E-04 -9.28277477131859551E-04 -9.57952550278722958E-04
+ -9.88567725662071540E-04 -1.02015236584603779E-03 -1.05273672982422847E-03
+ -1.08635199946630610E-03 -1.12103030650464097E-03 -1.15680476030286168E-03
+ -1.19370947641901214E-03 -1.23177960594418492E-03 -1.27105136563467232E-03
+ -1.31156206885591625E-03 -1.35335015739509730E-03 -1.39645523419347083E-03
+ -1.44091809673451473E-03 -1.48678077138906183E-03 -1.53408654869949929E-03
+ -1.58288001959023985E-03 -1.63320711252428396E-03 -1.68511513162597298E-03
+ -1.73865279584349921E-03 -1.79387027916698416E-03 -1.85081925164713138E-03
+ -1.90955292155571337E-03 -1.97012607864081087E-03 -2.03259513847058905E-03
+ -2.09701818788635402E-03 -2.16345503158599066E-03 -2.23196723992599060E-03
+ -2.30261819790824728E-03 -2.37547315514095121E-03 -2.45059927712257177E-03
+ -2.52806569777850156E-03 -2.60794357324999580E-03 -2.69030613695533547E-03
+ -2.77522875594376746E-03 -2.86278898863506987E-03 -2.95306664385816108E-03
+ -3.04614384105809932E-03 -3.14210507198197687E-03 -3.24103726376129275E-03
+ -3.34302984339380311E-03 -3.44817480364095806E-03 -3.55656677035783063E-03
+ -3.66830307133006071E-03 -3.78348380650015814E-03 -3.90221191955568815E-03
+ -4.02459327109310275E-03 -4.15073671328013583E-03 -4.28075416601809110E-03
+ -4.41476069461167395E-03 -4.55287458895298636E-03 -4.69521744423405905E-03
+ -4.84191424310595302E-03 -4.99309343934852077E-03 -5.14888704310385685E-03
+ -5.30943070762417840E-03 -5.47486381752588982E-03 -5.64532957854103380E-03
+ -5.82097510874985628E-03 -6.00195153118145575E-03 -6.18841406787620351E-03
+ -6.38052213548466213E-03 -6.57843944223811608E-03 -6.78233408629496520E-03
+ -6.99237865543252991E-03 -7.20875032804832623E-03 -7.43163097540473945E-03
+ -7.66120726478287505E-03 -7.89767076406113280E-03 -8.14121804760489440E-03
+ -8.39205080305559931E-03 -8.65037593910095853E-03 -8.91640569415607341E-03
+ -9.19035774587583648E-03 -9.47245532133210617E-03 -9.76292730718602252E-03
+ -1.00620083611784143E-02 -1.03699390242585586E-02 -1.06869658327225173E-02
+ -1.10133414305349231E-02 -1.13493246817005667E-02 -1.16951807825394407E-02
+ -1.20511813735022823E-02 -1.24176046494172600E-02 -1.27947354708402555E-02
+ -1.31828654746412657E-02 -1.35822931831066796E-02 -1.39933241118200477E-02
+ -1.44162708760924643E-02 -1.48514532956994846E-02 -1.52991984971884935E-02
+ -1.57598410121856623E-02 -1.62337228763942097E-02 -1.67211937253189460E-02
+ -1.72226108861595444E-02 -1.77383394661959348E-02 -1.82687524372995465E-02
+ -1.88142307161908232E-02 -1.93751632390252171E-02 -1.99519470284765139E-02
+ -2.05449872607077338E-02 -2.11546973249785407E-02 -2.17814988758981767E-02
+ -2.24258218786447874E-02 -2.30881046466006046E-02 -2.37687938708325587E-02
+ -2.44683446388008832E-02 -2.51872204408723627E-02 -2.59258931751512114E-02
+ -2.66848431387439466E-02 -2.74645590065575110E-02 -2.82655377978664052E-02
+ -2.90882848298564083E-02 -2.99333136573082352E-02 -3.08011459938166872E-02
+ -3.16923116149251047E-02 -3.26073482566891296E-02 -3.35468014917578092E-02
+ -3.45112245858255201E-02 -3.55011783344873350E-02 -3.65172308794104866E-02
+ -3.75599575026097227E-02 -3.86299403911171332E-02 -3.97277683767103193E-02
+ -4.08540366660711668E-02 -4.20093465362756727E-02 -4.31943050009596860E-02
+ -4.44095244468813780E-02 -4.56556222394344166E-02 -4.69332202953726893E-02
+ -4.82429446104994039E-02 -4.95854247551565930E-02 -5.09612933520529124E-02
+ -5.23711855035818713E-02 -5.38157381772444432E-02 -5.52955895484752991E-02
+ -5.68113782990476018E-02 -5.83637428685457871E-02 -5.99533206405212724E-02
+ -6.15807470898575918E-02 -6.32466549002259626E-02 -6.49516730116276031E-02
+ -6.66964256105906372E-02 -6.84815310618549222E-02 -7.03076007793942276E-02
+ -7.21752380331278781E-02 -7.40850366653931502E-02 -7.60375797644192997E-02
+ -7.80334382907142826E-02 -8.00731696115682540E-02 -8.21573159606414777E-02
+ -8.42864028211059296E-02 -8.64609372300648299E-02 -8.86814059989497333E-02
+ -9.09482738159287513E-02 -9.32619813059719777E-02 -9.56229430219736332E-02
+ -9.80315453220140937E-02 -1.00488144154189066E-01 -1.02993062747482378E-01
+ -1.05546589206741023E-01 -1.08148974004171061E-01 -1.10800427326904816E-01
+ -1.13501116391061141E-01 -1.16251162662899282E-01 -1.19050638949167065E-01
+ -1.21899566382129218E-01 -1.24797911298573580E-01 -1.27745582012048803E-01
+ -1.30742425467974488E-01 -1.33788223739742723E-01 -1.36882690512514976E-01
+ -1.40025467454946040E-01 -1.43216120456890722E-01 -1.46454135761891535E-01
+ -1.49738915996006999E-01 -1.53069776094911542E-01 -1.56445939116393373E-01
+ -1.59866531904806958E-01 -1.63330580781928830E-01 -1.66837007125340303E-01
+ -1.70384622837073174E-01 -1.73972125733927618E-01 -1.77598094865563827E-01
+ -1.81260985767270594E-01 -1.84959125634589494E-01 -1.88690708409207153E-01
+ -1.92453789954073307E-01 -1.96246283158425849E-01 -2.00065953004997382E-01
+ -2.03910411633477756E-01 -2.07777113414096992E-01 -2.11663350046467053E-01
+ -2.15566245678947693E-01 -2.19482752074851573E-01 -2.23409643964711718E-01
+ -2.27343514449347278E-01 -2.31280770511990613E-01 -2.35217628677651031E-01
+ -2.39150110845430947E-01 -2.43074040321307444E-01 -2.46985038073861934E-01
+ -2.50878519275699041E-01 -2.54749690178447064E-01 -2.58593545283312021E-01
+ -2.62404864875909027E-01 -2.66178212970215711E-01 -2.69907935703643298E-01
+ -2.73588160227879129E-01 -2.77212794182159439E-01 -2.80775525809232984E-01
+ -2.84269824626596113E-01 -2.87688942810366888E-01 -2.91025917339423457E-01
+ -2.94273572954100837E-01 -2.97424525990952704E-01 -3.00471189160196217E-01
+ -3.03405777476824901E-01 -3.06220315291898693E-01 -3.08906644200628078E-01
+ -3.11456432286257801E-01 -3.13861184675767790E-01 -3.16112255471632020E-01
+ -3.18200861139364188E-01 -3.20118095443293671E-01 -3.21854946347580217E-01
+ -3.23402314493744791E-01 -3.24751032988368937E-01 -3.25891889338800478E-01
+ -3.26815649372489025E-01 -3.27513083207043754E-01 -3.27974993357274647E-01
+ -3.28192245098467561E-01 -3.28155799793290737E-01 -3.27856750104993711E-01
+ -3.27286357026193964E-01 -3.26436089928981321E-01 -3.25297669250872779E-01
+ -3.23863111862926767E-01 -3.22124779181779619E-01 -3.20075428165607634E-01
+ -3.17708266229777436E-01 -3.15017007864750731E-01 -3.11995933482299148E-01
+ -3.08639951894229048E-01 -3.04944665737784559E-01 -3.00906439820988081E-01
+ -2.96522472363780043E-01 -2.91790869273144293E-01 -2.86710722720143751E-01
+ -2.81282190260192633E-01 -2.75506576098486555E-01 -2.69386415727116746E-01
+ -2.62925562889568420E-01 -2.56129278680829853E-01 -2.49004322572919101E-01
+ -2.41559045441264802E-01 -2.33803485751497842E-01 -2.25749463577636589E-01
+ -2.17410675414629634E-01 -2.08802790288825785E-01 -1.99943545750263796E-01
+ -1.90852843259769950E-01 -1.81552842441342926E-01 -1.72068054068055254E-01
+ -1.62425432191498437E-01 -1.52654459352659283E-01 -1.42787228777468272E-01
+ -1.32858522829093662E-01 -1.22905885988591923E-01 -1.12969691450187745E-01
+ -1.03093200355539080E-01 -9.33226130220458083E-02 -8.37071110680881469E-02
+ -7.42988857786163748E-02 -6.51531560692245187E-02 -5.63281728993787964E-02
+ -4.78852120603649178E-02 -3.98885433446488705E-02 -3.24053982948874358E-02
+ -2.55059047479999079E-02 -1.92629227455265589E-02 -1.37524485863210685E-02
+ -9.05130246908286695E-03 -5.24472860916533855E-03 -2.40270782740316553E-03
+ -6.38679279832893472E-04 -4.90710472938560380E-06  1.11128326958347258E-05
+ -5.95779497987664230E-06  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00
+                       </PP_QIJL.3.4.2>
+ <PP_QIJL.4.4.0 type="real" size="  1489" columns="3" first_index=" 4" second_index=" 4" composite_index="10" angular_momentum="0">
+  5.76541144311160578E-08  5.85839994911146262E-08  5.95288823742535986E-08
+  6.04890049756893188E-08  6.14646130920285818E-08  6.24559564842538308E-08
+  6.34632889416632197E-08  6.44868683468422022E-08  6.55269567416828018E-08
+  6.65838203944676157E-08  6.76577298680360878E-08  6.87489600890500060E-08
+  6.98577904183760906E-08  7.09845047226039768E-08  7.21293914467176051E-08
+  7.32927436879386405E-08  7.44748592707608329E-08  7.56760408231948146E-08
+  7.68965958542424982E-08  7.81368368326208611E-08  7.93970812667557640E-08
+  8.06776517860657730E-08  8.19788762235569914E-08  8.33010876997499821E-08
+  8.46446247079606199E-08  8.60098312009557970E-08  8.73970566790076995E-08
+  8.88066562793672472E-08  9.02389908671813283E-08  9.16944271278762208E-08
+  9.31733376610310383E-08  9.46761010757650484E-08  9.62031020876637980E-08
+  9.77547316172681609E-08  9.93313868901522465E-08  1.00933471538615158E-07
+  1.02561395705013095E-07  1.04215576146757744E-07  1.05896436343008775E-07
+  1.07604406603086273E-07  1.09339924176632602E-07  1.11103433365550510E-07
+  1.12895385637746577E-07  1.14716239742709722E-07  1.16566461828953166E-07
+  1.18446525563351091E-07  1.20356912252399905E-07  1.22298110965435080E-07
+  1.24270618659835601E-07  1.26274940308247709E-07  1.28311589027860458E-07
+  1.30381086211766365E-07  1.32483961662440885E-07  1.34620753727374828E-07
+  1.36792009436893590E-07  1.38998284644200383E-07  1.41240144167677298E-07
+  1.43518161935481640E-07  1.45832921132474852E-07  1.48185014349520599E-07
+  1.50575043735191412E-07  1.53003621149921298E-07  1.55471368322646934E-07
+  1.57978917009970138E-07  1.60526909157895074E-07  1.63115997066165719E-07
+  1.65746843555261882E-07  1.68420122136080463E-07  1.71136517182362621E-07
+  1.73896724105891814E-07  1.76701449534527741E-07  1.79551411493102109E-07
+  1.82447339587241541E-07  1.85389975190145248E-07  1.88380071632385312E-07
+  1.91418394394759600E-07  1.94505721304260589E-07  1.97642842733202361E-07
+  2.00830561801560568E-07  2.04069694582574758E-07  2.07361070311667615E-07
+  2.10705531598733339E-07  2.14103934643850305E-07  2.17557149456472572E-07
+  2.21066060078156506E-07  2.24631564808880548E-07  2.28254576437013863E-07
+  2.31936022472995473E-07  2.35676845386781178E-07  2.39478002849121124E-07
+  2.43340467976727833E-07  2.47265229581399624E-07  2.51253292423161256E-07
+  2.55305677467486923E-07  2.59423422146673868E-07  2.63607580625429195E-07
+  2.67859224070742083E-07  2.72179440926107258E-07  2.76569337190172791E-07
+  2.81030036699880554E-07  2.85562681418174669E-07  2.90168431726349582E-07
+  2.94848466721113576E-07  2.99603984516443144E-07  3.04436202550306485E-07
+  3.09346357896333568E-07  3.14335707580512957E-07  3.19405528902997423E-07
+  3.24557119765098041E-07  3.29791799001554151E-07  3.35110906718161641E-07
+  3.40515804634845801E-07  3.46007876434269276E-07  3.51588528116061613E-07
+  3.57259188356761096E-07  3.63021308875563886E-07  3.68876364805971434E-07
+  3.74825855073430743E-07  3.80871302779067401E-07  3.87014255589607405E-07
+  3.93256286133586350E-07  3.99598992403950014E-07  4.06043998167148716E-07
+  4.12592953378829857E-07  4.19247534606233498E-07  4.26009445457402066E-07
+  4.32880417017312480E-07  4.39862208291041829E-07  4.46956606654081539E-07
+  4.54165428309912926E-07  4.61490518754965295E-07  4.68933753251071378E-07
+  4.76497037305542476E-07  4.84182307158988338E-07  4.91991530281003384E-07
+  4.99926705873848491E-07  5.07989865384255250E-07  5.16183073023487096E-07
+  5.24508426295785901E-07  5.32968056535344175E-07  5.41564129451935206E-07
+  5.50298845685344830E-07  5.59174441368746278E-07  5.68193188701159558E-07
+  5.77357396529146042E-07  5.86669410937882236E-07  5.96131615851769251E-07
+  6.05746433644728934E-07  6.15516325760339977E-07  6.25443793341981733E-07
+  6.35531377873135954E-07  6.45781661828018745E-07  6.56197269332706077E-07
+  6.66780866836920178E-07  6.77535163796653804E-07  6.88462913367803084E-07
+  6.99566913110985756E-07  7.10850005707731346E-07  7.22315079688217885E-07
+  7.33965070170749783E-07  7.45802959613160435E-07  7.57831778576333335E-07
+  7.70054606500039782E-07  7.82474572491288539E-07  7.95094856125388611E-07
+  8.07918688259937844E-07  8.20949351861931970E-07  8.34190182848220970E-07
+  8.47644570939516286E-07  8.61315960528172472E-07  8.75207851559968399E-07
+  8.89323800430105588E-07  9.03667420893661161E-07  9.18242384990723048E-07
+  9.33052423986447803E-07  9.48101329326278074E-07  9.63392953606568887E-07
+  9.78931211560872280E-07  9.94720081062108776E-07  1.01076360414094419E-06
+  1.02706588802053527E-06  1.04363110616802447E-06  1.06046349936293487E-06
+  1.07756737678285590E-06  1.09494711710657624E-06  1.11260716963507694E-06
+  1.13055205543053378E-06  1.14878636847376227E-06  1.16731477684025780E-06
+  1.18614202389527130E-06  1.20527292950810063E-06  1.22471239128602487E-06
+  1.24446538582807213E-06  1.26453696999908710E-06  1.28493228222426634E-06
+  1.30565654380465130E-06  1.32671506025376147E-06  1.34811322265586159E-06
+  1.36985650904605943E-06  1.39195048581274276E-06  1.41440080912254664E-06
+  1.43721322636839802E-06  1.46039357764082248E-06  1.48394779722306777E-06
+  1.50788191511025842E-06  1.53220205855313535E-06  1.55691445362660669E-06
+  1.58202542682368762E-06  1.60754140667505659E-06  1.63346892539481957E-06
+  1.65981462055274582E-06  1.68658523677351863E-06  1.71378762746337818E-06
+  1.74142875656460705E-06  1.76951570033832481E-06  1.79805564917602609E-06
+  1.82705590944034520E-06  1.85652390533549761E-06  1.88646718080789877E-06
+  1.91689340147743384E-06  1.94781035659987518E-06  1.97922596106095173E-06
+  2.01114825740257754E-06  2.04358541788176145E-06  2.07654574656272472E-06
+  2.11003768144275886E-06  2.14406979661237312E-06  2.17865080445027789E-06
+  2.21378955785377407E-06  2.24949505250511292E-06  2.28577642917440592E-06
+  2.32264297605968411E-06  2.36010413116468641E-06  2.39816948471501695E-06
+  2.43684878161324840E-06  2.47615192393363898E-06  2.51608897345708360E-06
+  2.55667015424693632E-06  2.59790585526639303E-06  2.63980663303808042E-06
+  2.68238321434653709E-06  2.72564649898428543E-06  2.76960756254219578E-06
+  2.81427765924484700E-06  2.85966822483162018E-06  2.90579087948426254E-06
+  2.95265743080166593E-06  3.00027987682261780E-06  3.04867040909731376E-06
+  3.09784141580839957E-06  3.14780548494235904E-06  3.19857540751204498E-06
+  3.25016418083117893E-06  3.30258501184167704E-06  3.35585132049463288E-06
+  3.40997674318581911E-06  3.46497513624661267E-06  3.52086057949122138E-06
+  3.57764737982111192E-06  3.63535007488757439E-06  3.69398343681336060E-06
+  3.75356247597434950E-06  3.81410244484219005E-06  3.87561884188892789E-06
+  3.93812741555461141E-06  4.00164416827887720E-06  4.06618536059756858E-06
+  4.13176751530541465E-06  4.19840742168585532E-06  4.26612213980907365E-06
+  4.33492900489936133E-06  4.40484563177290972E-06  4.47588991934718288E-06
+  4.54808005522300926E-06  4.62143452034058622E-06  4.69597209371057160E-06
+  4.77171185722145815E-06  4.84867320052452603E-06  4.92687582599753723E-06
+  5.00633975378850417E-06  5.08708532694080319E-06  5.16913321660095250E-06
+  5.25250442731036068E-06  5.33722030238244604E-06  5.42330252936645990E-06
+  5.51077314559942925E-06  5.59965454384764948E-06  5.68996947803918562E-06
+  5.78174106908875874E-06  5.87499281081665034E-06  5.96974857596305816E-06
+  6.06603262229933127E-06  6.16386959883801418E-06  6.26328455214272982E-06
+  6.36430293274015882E-06  6.46695060163508999E-06  6.57125383693089929E-06
+  6.67723934055643985E-06  6.78493424510180030E-06  6.89436612076390887E-06
+  7.00556298240456080E-06  7.11855329672187102E-06  7.23336598953780011E-06
+  7.35003045320278326E-06  7.46857655412020946E-06  7.58903464039184250E-06
+  7.71143554958695452E-06  7.83581061663630214E-06  7.96219168185391633E-06
+  8.09061109908776258E-06  8.22110174400232714E-06  8.35369702249430614E-06
+  8.48843087924453990E-06  8.62533780640730548E-06  8.76445285244030824E-06
+  8.90581163107656318E-06  9.04945033044143583E-06  9.19540572231627224E-06
+  9.34371517155188271E-06  9.49441664563335303E-06  9.64754872439966624E-06
+  9.80315060991947151E-06  9.96126213652672204E-06  1.01219237810175863E-05
+  1.02851766730124020E-05  1.04510626054841043E-05  1.06196240454570969E-05
+  1.07909041448780344E-05  1.09649467516625531E-05  1.11417964209195211E-05
+  1.13214984263569439E-05  1.15040987718711535E-05  1.16896442033235736E-05
+  1.18781822205067454E-05  1.20697610893039805E-05  1.22644298540444590E-05
+  1.24622383500582829E-05  1.26632372164332443E-05  1.28674779089781053E-05
+  1.30750127133941846E-05  1.32858947586600614E-05  1.35001780306314301E-05
+  1.37179173858610558E-05  1.39391685656407547E-05  1.41639882102707105E-05
+  1.43924338735580346E-05  1.46245640375500026E-05  1.48604381275040134E-05
+  1.51001165270998584E-05  1.53436605938964233E-05  1.55911326750385482E-05
+  1.58425961232162689E-05  1.60981153128823582E-05  1.63577556567306222E-05
+  1.66215836224403728E-05  1.68896667496907882E-05  1.71620736674497066E-05
+  1.74388741115411395E-05  1.77201389424961563E-05  1.80059401636916981E-05
+  1.82963509397817469E-05  1.85914456154258547E-05  1.88912997343196524E-05
+  1.91959900585321991E-05  1.95055945881552894E-05  1.98201925812694501E-05
+  2.01398645742320765E-05  2.04646924022926864E-05  2.07947592205405665E-05
+  2.11301495251902973E-05  2.14709491752104545E-05  2.18172454143011768E-05
+  2.21691268932260029E-05  2.25266836925039452E-05  2.28900073454674920E-05
+  2.32591908616924060E-05  2.36343287508053000E-05  2.40155170466751955E-05
+  2.44028533319951680E-05  2.47964367632603558E-05  2.51963680961487468E-05
+  2.56027497113112271E-05  2.60156856405776326E-05  2.64352815935852011E-05
+  2.68616449848365451E-05  2.72948849611939283E-05  2.77351124298167836E-05
+  2.81824400865498121E-05  2.86369824447688737E-05  2.90988558646918736E-05
+  2.95681785831624643E-05  3.00450707439139189E-05  3.05296544283209878E-05
+  3.10220536866476386E-05  3.15223945697987098E-05  3.20308051615834393E-05
+  3.25474156114992144E-05  3.30723581680440900E-05  3.36057672125663595E-05
+  3.41477792936599272E-05  3.46985331621143305E-05  3.52581698064282164E-05
+  3.58268324888955534E-05  3.64046667822735321E-05  3.69918206070418777E-05
+  3.75884442692626949E-05  3.81946904990510650E-05  3.88107144896657921E-05
+  3.94366739372303560E-05  4.00727290810944052E-05  4.07190427448459938E-05
+  4.13757803779850203E-05  4.20431100982686541E-05  4.27212027347392880E-05
+  4.34102318714467793E-05  4.41103738918750577E-05  4.48218080240852940E-05
+  4.55447163865868959E-05  4.62792840349479751E-05  4.70256990091574121E-05
+  4.77841523817502389E-05  4.85548383067092634E-05  4.93379540691551326E-05
+  5.01337001358372143E-05  5.09422802064387145E-05  5.17639012657089063E-05
+  5.25987736364357637E-05  5.34471110332726692E-05  5.43091306174327002E-05
+  5.51850530522650154E-05  5.60751025597270355E-05  5.69795069777672263E-05
+  5.78984978186326371E-05  5.88323103281166061E-05  5.97811835457617556E-05
+  6.07453603660330977E-05  6.17250876004774864E-05  6.27206160408853191E-05
+  6.37322005234703249E-05  6.47600999940840138E-05  6.58045775744812658E-05
+  6.68659006296541653E-05  6.79443408362513380E-05  6.90401742520999892E-05
+  7.01536813868486547E-05  7.12851472737490561E-05  7.24348615425946083E-05
+  7.36031184938350442E-05  7.47902171738853684E-05  7.59964614516488873E-05
+  7.72221600962735459E-05  7.84676268561616434E-05  7.97331805392526867E-05
+  8.10191450946013097E-05  8.23258496952692048E-05  8.36536288225534695E-05
+  8.50028223515725094E-05  8.63737756382311413E-05  8.77668396075876239E-05
+  8.91823708436443273E-05  9.06207316805862054E-05  9.20822902954898800E-05
+  9.35674208025264305E-05  9.50765033486827848E-05  9.66099242110255639E-05
+  9.81680758955325066E-05  9.97513572375162758E-05  1.01360173503667154E-04
+  1.02994936495739514E-04  1.04656064655910572E-04  1.06343983173836040E-04
+  1.08059124095431200E-04  1.09801926433404697E-04  1.11572836279574163E-04
+  1.13372306918990763E-04  1.15200798945902906E-04  1.17058780381589146E-04
+  1.18946726794089629E-04  1.20865121419866961E-04  1.22814455287427097E-04
+  1.24795227342932186E-04  1.26807944577837355E-04  1.28853122158583821E-04
+  1.30931283558380888E-04  1.33042960691112400E-04  1.35188694047400966E-04
+  1.37369032832863360E-04  1.39584535108593636E-04  1.41835767933909726E-04
+  1.44123307511399037E-04  1.46447739334301370E-04  1.48809658336264834E-04
+  1.51209669043515598E-04  1.53648385729479489E-04  1.56126432571893591E-04
+  1.58644443812448212E-04  1.61203063919001068E-04  1.63802947750404173E-04
+  1.66444760723985047E-04  1.69129178985724313E-04  1.71856889583178214E-04
+  1.74628590641183527E-04  1.77444991540393429E-04  1.80306813098688183E-04
+  1.83214787755507999E-04  1.86169659759153640E-04  1.89172185357104025E-04
+  1.92223132989396614E-04  1.95323283485125768E-04  1.98473430262104003E-04
+  2.01674379529737953E-04  2.04926950495171065E-04  2.08231975572746006E-04
+  2.11590300596839384E-04  2.15002785038122208E-04  2.18470302223302252E-04
+  2.21993739558407272E-04  2.25573998755661985E-04  2.29211996064017127E-04
+  2.32908662503389564E-04  2.36664944102673653E-04  2.40481802141583533E-04
+  2.44360213396387364E-04  2.48301170389597160E-04  2.52305681643680984E-04
+  2.56374771938858235E-04  2.60509482575042720E-04  2.64710871638001500E-04
+  2.68980014269798548E-04  2.73318002943590021E-04  2.77725947742838894E-04
+  2.82204976645025307E-04  2.86756235809925667E-04  2.91380889872528250E-04
+  2.96080122240662197E-04  3.00855135397414789E-04  3.05707151208414447E-04
+  3.10637411234058363E-04  3.15647177046757689E-04  3.20737730553291990E-04
+  3.25910374322352847E-04  3.31166431917351636E-04  3.36507248234582624E-04
+  3.41934189846824306E-04  3.47448645352467142E-04  3.53052025730256976E-04
+  3.58745764699737338E-04  3.64531319087495437E-04  3.70410169199301216E-04
+  3.76383819198226497E-04  3.82453797488843835E-04  3.88621657107603808E-04
+  3.94888976119487246E-04  4.01257358021035965E-04  4.07728432149853063E-04
+  4.14303854100699271E-04  4.20985306148277975E-04  4.27774497676811885E-04
+  4.34673165616526356E-04  4.41683074887144560E-04  4.48806018848512593E-04
+  4.56043819758464449E-04  4.63398329238034199E-04  4.70871428744161036E-04
+  4.78465030049987096E-04  4.86181075732868408E-04  4.94021539670226563E-04
+  5.01988427543363755E-04  5.10083777349373173E-04  5.18309659921266722E-04
+  5.26668179456448501E-04  5.35161474053695856E-04  5.43791716258760593E-04
+  5.52561113618726214E-04  5.61471909245267096E-04  5.70526382386950899E-04
+  5.79726849010727741E-04  5.89075662392751212E-04  5.98575213718671945E-04
+  6.08227932693590685E-04  6.18036288161799303E-04  6.28002788736459509E-04
+  6.38129983439385783E-04  6.48420462351094614E-04  6.58876857271283446E-04
+  6.69501842389896417E-04  6.80298134968945279E-04  6.91268496035301792E-04
+  7.02415731084592783E-04  7.13742690796373186E-04  7.25252271760770694E-04
+  7.36947417216781472E-04  7.48831117802402097E-04  7.60906412316772842E-04
+  7.73176388494530801E-04  7.85644183792620285E-04  7.98312986189690481E-04
+  8.11186034998303391E-04  8.24266621690149920E-04  8.37558090734489983E-04
+  8.51063840450026624E-04  8.64787323870394912E-04  8.78732049623525248E-04
+  8.92901582825129285E-04  9.07299545986472371E-04  9.21929619936673762E-04
+  9.36795544759771179E-04  9.51901120746784755E-04  9.67250209363016843E-04
+  9.82846734230799750E-04  9.98694682127980677E-04  1.01479810400244134E-03
+  1.03116111600280464E-03  1.04778790052562922E-03  1.06468270727934702E-03
+  1.08184985436521374E-03  1.09929372937553880E-03  1.11701879050942507E-03
+  1.13502956770637525E-03  1.15333066379807482E-03  1.17192675567853255E-03
+  1.19082259549291173E-03  1.21002301184534975E-03  1.22953291102607270E-03
+  1.24935727825809125E-03  1.26950117896374305E-03  1.28996976005151865E-03
+  1.31076825122347792E-03  1.33190196630348008E-03  1.35337630458659845E-03
+  1.37519675221006482E-03  1.39736888354607329E-03  1.41989836261679396E-03
+  1.44279094453185139E-03  1.46605247694882508E-03  1.48968890155708709E-03
+  1.51370625558520195E-03  1.53811067333234981E-03  1.56290838772413492E-03
+  1.58810573189317457E-03  1.61370914078483025E-03  1.63972515278838901E-03
+  1.66616041139437568E-03  1.69302166687825581E-03  1.72031577801085500E-03
+  1.74804971379596830E-03  1.77623055523560853E-03  1.80486549712330835E-03
+  1.83396184986589429E-03  1.86352704133405816E-03  1.89356861874259491E-03
+  1.92409425056046636E-03  1.95511172845112347E-03  1.98662896924362746E-03
+  2.01865401693503838E-03  2.05119504472458256E-03  2.08426035708001193E-03
+  2.11785839183657818E-03  2.15199772232962157E-03  2.18668705956088756E-03
+  2.22193525439908206E-03  2.25775129981527689E-03  2.29414433315370354E-03
+  2.33112363843848616E-03  2.36869864871678670E-03  2.40687894843882779E-03
+  2.44567427587604087E-03  2.48509452557727113E-03  2.52514975086373444E-03
+  2.56585016636337636E-03  2.60720615058524993E-03  2.64922824853453844E-03
+  2.69192717436867813E-03  2.73531381409523964E-03  2.77939922831293160E-03
+  2.82419465499558677E-03  2.86971151231993089E-03  2.91596140153789398E-03
+  2.96295610989413902E-03  3.01070761358950478E-03  3.05922808079082042E-03
+  3.10852987468796969E-03  3.15862555659971681E-03  3.20952788912798586E-03
+  3.26124983936161312E-03  3.31380458213038995E-03  3.36720550331015382E-03
+  3.42146620317970804E-03  3.47660049983000707E-03  3.53262243262677947E-03
+  3.58954626572821319E-03  3.64738649165724819E-03  3.70615783492968340E-03
+  3.76587525573902644E-03  3.82655395369891965E-03  3.88820937164401732E-03
+  3.95085719948966123E-03  4.01451337815203913E-03  4.07919410353038605E-03
+  4.14491583055065244E-03  4.21169527727211033E-03  4.27954942905790434E-03
+  4.34849554281046147E-03  4.41855115127273539E-03  4.48973406739551321E-03
+  4.56206238877320588E-03  4.63555450214929009E-03  4.71022908799102313E-03
+  4.78610512513493597E-03  4.86320189550432103E-03  4.94153898889971525E-03
+  5.02113630786339867E-03  5.10201407261801944E-03  5.18419282608267081E-03
+  5.26769343896715640E-03  5.35253711494401794E-03  5.43874539590021022E-03
+  5.52634016726963329E-03  5.61534366344769182E-03  5.70577847328900423E-03
+  5.79766754568805318E-03  5.89103419524746388E-03  5.98590210803376117E-03
+  6.08229534742037170E-03  6.18023836002001403E-03  6.27975598170785014E-03
+  6.38087344373664683E-03  6.48361637894499104E-03  6.58801082805838840E-03
+  6.69408324608929042E-03  6.80186050883469732E-03  6.91136991947153070E-03
+  7.02263921525218132E-03  7.13569657430162402E-03  7.25057062251758134E-03
+  7.36729044057466385E-03  7.48588557103218970E-03  7.60638602555364311E-03
+  7.72882229223462603E-03  7.85322534304014157E-03  7.97962664135386072E-03
+  8.10805814964086873E-03  8.23855233722551109E-03  8.37114218818502467E-03
+  8.50586120935882019E-03  8.64274343848340718E-03  8.78182345244755622E-03
+  8.92313637566949196E-03  9.06671788859888389E-03  9.21260423634530368E-03
+  9.36083223743489241E-03  9.51143929269548938E-03  9.66446339427062297E-03
+  9.81994313477445487E-03  9.97791771657949127E-03  1.01384269612401125E-02
+  1.03015113190547593E-02  1.04672118787686556E-02  1.06355703774188813E-02
+  1.08066292103211874E-02  1.09804314412004517E-02  1.11570208124785204E-02
+  1.13364417557080648E-02  1.15187394021570681E-02  1.17039595935469372E-02
+  1.18921488929460382E-02  1.20833545958207462E-02  1.22776247412420634E-02
+  1.24750081232522514E-02  1.26755543024060918E-02  1.28793136174722624E-02
+  1.30863371973009290E-02  1.32966769728607732E-02  1.35103856894473687E-02
+  1.37275169190648281E-02  1.39481250729770762E-02  1.41722654144374322E-02
+  1.43999940716105432E-02  1.46313680506688446E-02  1.48664452490718749E-02
+  1.51052844690312774E-02  1.53479454311636308E-02  1.55944887883329945E-02
+  1.58449761396768744E-02  1.60994700448306889E-02  1.63580340383623069E-02
+  1.66207326443959004E-02  1.68876313914354363E-02  1.71587968273905801E-02
+  1.74342965348071900E-02  1.77141991463039793E-02  1.79985743602056047E-02
+  1.82874929563966414E-02  1.85810268124024930E-02  1.88792489196741436E-02
+  1.91822334000893401E-02  1.94900555226727480E-02  1.98027917205371683E-02
+  2.01205196080467275E-02  2.04433179981880764E-02  2.07712669201871175E-02
+  2.11044476373673934E-02  2.14429426652262174E-02  2.17868357897432682E-02
+  2.21362120859237635E-02  2.24911579365781739E-02  2.28517610513381333E-02
+  2.32181104858896377E-02  2.35902966614785943E-02  2.39684113846688855E-02
+  2.43525478673309939E-02  2.47428007468770937E-02  2.51392661067445997E-02
+  2.55420414971295508E-02  2.59512259559673865E-02  2.63669200301374015E-02
+  2.67892257969672386E-02  2.72182468859960315E-02  2.76540885009777457E-02
+  2.80968574421422909E-02  2.85466621287154519E-02  2.90036126216987079E-02
+  2.94678206469021937E-02  2.99393996182039379E-02  3.04184646611371443E-02
+  3.09051326367340284E-02  3.13995221656159160E-02  3.19017536523472089E-02
+  3.24119493100534575E-02  3.29302331853036645E-02  3.34567311832441525E-02
+  3.39915710929558357E-02  3.45348826131656392E-02  3.50867973782022363E-02
+  3.56474489841975203E-02  3.62169730155504008E-02  3.67955070716528346E-02
+  3.73831907938763641E-02  3.79801658927962360E-02  3.85865761756313264E-02
+  3.92025675740580726E-02  3.98282881722429177E-02  4.04638882351104137E-02
+  4.11095202368622903E-02  4.17653388897448880E-02  4.24315011730625330E-02
+  4.31081663623972267E-02  4.37954960590309778E-02  4.44936542197501700E-02
+  4.52028071868255318E-02  4.59231237182042978E-02  4.66547750179267251E-02
+  4.73979347667625103E-02  4.81527791530616811E-02  4.89194869037576363E-02
+  4.96982393155527280E-02  5.04892202864751921E-02  5.12926163475467961E-02
+  5.21086166946199969E-02  5.29374132203929079E-02  5.37792005465945258E-02
+  5.46341760563306619E-02  5.55025399264964109E-02  5.63844951603435021E-02
+  5.72802476203793931E-02  5.81900060612840567E-02  5.91139821629280693E-02
+  6.00523905634944219E-02  6.10054488926923821E-02  6.19733778050484338E-02
+  6.29564010131363344E-02  6.39547453209252520E-02  6.49686406573784098E-02
+  6.59983201099408612E-02  6.70440199580252527E-02  6.81059797064911404E-02
+  6.91844421191007419E-02  7.02796532519258804E-02  7.13918624865153839E-02
+  7.25213225631297642E-02  7.36682896140883892E-02  7.48330231968315912E-02
+  7.60157863268314526E-02  7.72168455103381390E-02  7.84364707769370922E-02
+  7.96749357118772539E-02  8.09325174879137743E-02  8.22094968971502360E-02
+  8.35061583827776122E-02  8.48227900702960419E-02  8.61596837983761854E-02
+  8.75171351493353455E-02  8.88954434791947995E-02  9.02949119472538225E-02
+  9.17158475448522775E-02  9.31585611240384331E-02  9.46233674258143420E-02
+  9.61105851075612083E-02  9.76205367698157467E-02  9.91535489823608118E-02
+  1.00709952309584155E-01  1.02290081335002753E-01  1.03894274684553145E-01
+  1.05522875049652756E-01  1.07176229209388629E-01  1.08854688051490719E-01
+  1.10558606592269557E-01  1.12288343995462780E-01  1.14044263589932415E-01
+  1.15826732886048181E-01  1.17636123590304578E-01  1.19472811619510760E-01
+  1.21337177113493830E-01  1.23229604446077223E-01  1.25150482234509364E-01
+  1.27100203347266377E-01  1.29079164910152949E-01  1.31087768310445663E-01
+  1.33126419198615953E-01  1.35195527489327005E-01  1.37295507360132768E-01
+  1.39426777247799089E-01  1.41589759842400215E-01  1.43784882079093845E-01
+  1.46012575127472566E-01  1.48273274378102615E-01  1.50567419425860938E-01
+  1.52895454052091900E-01  1.55257826203424737E-01  1.57654987967378118E-01
+  1.60087395544869976E-01  1.62555509219506233E-01  1.65059793323520415E-01
+  1.67600716199774180E-01  1.70178750159650755E-01  1.72794371439081523E-01
+  1.75448060149930779E-01  1.78140300227107473E-01  1.80871579371470775E-01
+  1.83642388988370736E-01  1.86453224121659211E-01  1.89304583382309599E-01
+  1.92196968871892582E-01  1.95130886103184187E-01  1.98106843914534175E-01
+  2.01125354378623472E-01  2.04186932705615970E-01  2.07292097140508808E-01
+  2.10441368854464073E-01  2.13635271828912315E-01  2.16874332733336339E-01
+  2.20159080798780576E-01  2.23490047683186255E-01  2.26867767329451131E-01
+  2.30292775816145545E-01  2.33765611200642487E-01  2.37286813354378068E-01
+  2.40856923788605654E-01  2.44476485472508581E-01  2.48146042645120246E-01
+  2.51866140616768541E-01  2.55637325561202611E-01  2.59460144298244766E-01
+  2.63335144066680293E-01  2.67262872286999298E-01  2.71243876311885401E-01
+  2.75278703167569361E-01  2.79367899286461441E-01  2.83512010226620481E-01
+  2.87711580379435450E-01  2.91967152665274787E-01  2.96279268216750047E-01
+  3.00648466049090457E-01  3.05075282715034646E-01  3.09560251948893528E-01
+  3.14103904298670134E-01  3.18706766741941816E-01  3.23369362287030671E-01
+  3.28092209559123438E-01  3.32875822370935048E-01  3.37720709277228082E-01
+  3.42627373110206412E-01  3.47596310502120365E-01  3.52628011391981633E-01
+  3.57722958512615263E-01  3.62881626859623552E-01  3.68104483141838190E-01
+  3.73391985212804034E-01  3.78744581482382880E-01  3.84162710305302135E-01
+  3.89646799354601392E-01  3.95197264974579632E-01  4.00814511510390381E-01
+  4.06498930615778076E-01  4.12250900538478571E-01  4.18070785382784471E-01
+  4.23958934348106165E-01  4.29915680940527067E-01  4.35941342166455414E-01
+  4.42036217700736256E-01  4.48200589027611784E-01  4.54434718555827288E-01
+  4.60738848707377135E-01  4.67113200979405452E-01  4.73557974977817486E-01
+  4.80073347420319763E-01  4.86659471118123743E-01  4.93316473927110533E-01
+  5.00044457668194164E-01  5.06843497017936961E-01  5.13713638368909820E-01
+  5.20654898659390963E-01  5.27667264170844974E-01  5.34750689292157744E-01
+  5.41905095258432778E-01  5.49130368855028639E-01  5.56426361087796195E-01
+  5.63792885820267542E-01  5.71229718377411433E-01  5.78736594115690783E-01
+  5.86313206958191113E-01  5.93959207895359387E-01  6.01674203455688117E-01
+  6.09457754139366870E-01  6.17309372816511104E-01  6.25228523090494037E-01
+  6.33214617626260301E-01  6.41267016443601290E-01  6.49385025175513331E-01
+  6.57567893293083294E-01  6.65814812295942304E-01  6.74124913866857245E-01
+  6.82497267991884815E-01  6.90930881046439294E-01  6.99424693847703671E-01
+  7.07977579673798041E-01  7.16588342252915789E-01  7.25255713722582351E-01
+  7.33978352551655111E-01  7.42754841433337809E-01  7.51583685148921155E-01
+  7.60463308402844929E-01  7.69392053630240325E-01  7.78368178778259590E-01
+  7.87389855070360745E-01  7.96455164747221889E-01  8.05562098771735791E-01
+  8.14708554520309769E-01  8.23892333456685777E-01  8.33111138789558225E-01
+  8.42362573116258062E-01  8.51644136055387801E-01  8.60953221887877151E-01
+  8.70287117183944914E-01  8.79642998403765697E-01  8.89017929511611849E-01
+  8.98408859594129638E-01  9.07812620485317079E-01  9.17225924402047088E-01
+  9.26645361595884398E-01  9.36067398056725675E-01  9.45488373213702271E-01
+  9.54904497633788374E-01  9.64311850777020196E-01  9.73706378791346139E-01
+  9.83083892351715116E-01  9.92440064549407031E-01  1.00177042884245160E+00
+  1.01107037712550984E+00  1.02033515780901429E+00  1.02955987394277537E+00
+  1.03873948145973394E+00  1.04786878751355950E+00  1.05694244891756828E+00
+  1.06595497069376566E+00  1.07490070475186572E+00  1.08377384878573002E+00
+  1.09256844518964802E+00  1.10127838009904866E+00  1.10989738263953952E+00
+  1.11841902434790308E+00  1.12683671877613745E+00  1.13514372129073760E+00
+  1.14333312910270690E+00  1.15139788164711576E+00  1.15933076098947319E+00
+  1.16712439248100597E+00  1.17477124573821090E+00  1.18226363590084471E+00
+  1.18959372518348694E+00  1.19675352473665741E+00  1.20373489687927049E+00
+  1.21052955784511318E+00  1.21712908055812719E+00  1.22352489783497331E+00
+  1.22970830605590398E+00  1.23567046925074142E+00  1.24140242361895825E+00
+  1.24689508250340464E+00  1.25213924192215287E+00  1.25712558679824982E+00
+  1.26184469721651249E+00  1.26628705534181574E+00  1.27044305297295268E+00
+  1.27430299967428295E+00  1.27785713150671421E+00  1.28109562037987668E+00
+  1.28400858419578934E+00  1.28658609786339606E+00  1.28881820433906924E+00
+  1.29069492660548701E+00  1.29220628046239527E+00  1.29334228806856610E+00
+  1.29409299225606977E+00  1.29444847163839682E+00  1.29439885677511701E+00
+  1.29393434732034063E+00  1.29304522919659659E+00  1.29172189299269902E+00
+  1.28995485332763460E+00  1.28773476911662543E+00  1.28505246475424095E+00
+  1.28189895223156003E+00  1.27826545456418894E+00  1.27414343018634035E+00
+  1.26952459735845147E+00  1.26440096002757518E+00  1.25876483472935696E+00
+  1.25260887846095303E+00  1.24592611752382743E+00  1.23870997734244082E+00
+  1.23095431375174735E+00  1.22265344501241113E+00  1.21380218378124316E+00
+  1.20439587059791675E+00  1.19443040832047198E+00  1.18390229742330977E+00
+  1.17280867212606688E+00  1.16114733733868403E+00  1.14891680699128917E+00
+  1.13611634253632676E+00  1.12274599122551977E+00  1.10880662564408272E+00
+  1.09429998380433235E+00  1.07922870968129914E+00  1.06359639410879958E+00
+  1.04740761598500232E+00  1.03066798432165374E+00  1.01338417951854787E+00
+  9.95563993975521644E-01  9.77216373181741815E-01  9.58351456517262945E-01
+  9.38980617597345524E-01  9.19116504006225576E-01  8.98773076306025542E-01
+  8.77965646620217255E-01  8.56710915100744264E-01  8.35027004835755315E-01
+  8.12933495729068922E-01  7.90451456621932502E-01  7.67603475414712522E-01
+  7.44413686945838982E-01  7.20907798401310473E-01  6.97113112039827398E-01
+  6.73058544203790188E-01  6.48774641169854505E-01  6.24293591608208187E-01
+  5.99649235093690725E-01  5.74877066345896193E-01  5.50014234867578944E-01
+  5.25099539553252614E-01  5.00173417262790188E-01  4.75277926189594246E-01
+  4.50456723573553153E-01  4.25755036886805438E-01  4.01219628263448369E-01
+  3.76898751800113230E-01  3.52842103351548142E-01  3.29100762042510653E-01
+  3.05727121627163589E-01  2.82774815915673328E-01  2.60298635239568088E-01
+  2.38354432992142651E-01  2.16999022500373812E-01  1.96290063907651580E-01
+  1.76285940759240617E-01  1.57045624945092388E-01  1.38628527738444501E-01
+  1.21094345836980491E-01  1.04502895360632203E-01  8.89139322541192684E-02
+  7.43869650006913907E-02  6.09810455283543371E-02  4.87545695518775066E-02
+  3.77650444342014363E-02  2.80687403766243584E-02  1.97211208104061744E-02
+  1.27736939118503028E-02  7.28400312684556253E-03  3.28423767806172544E-03
+  8.58928319215561441E-04  6.49414399128472528E-06 -1.47065406627512666E-05
+  7.88444823476305017E-06  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00
+                       </PP_QIJL.4.4.0>
+ <PP_QIJL.4.4.2 type="real" size="  1489" columns="3" first_index=" 4" second_index=" 4" composite_index="10" angular_momentum="2">
+  3.16362422038318499E-16  3.26649738662569205E-16  3.37271573127689097E-16
+  3.48238803161969752E-16  3.59562660193312962E-16  3.71254740848061516E-16
+  3.83327018823511338E-16  3.95791857146243688E-16  4.08662020837681583E-16
+  4.21950690080555081E-16  4.35671473690665056E-16  4.49838422989707117E-16
+  4.64466046190243642E-16  4.79569323249240311E-16  4.95163721204302732E-16
+  5.11265210008978122E-16  5.27890278955536165E-16  5.45055953634052894E-16
+  5.62779813255483293E-16  5.81080008635800419E-16  5.99975280779049843E-16
+  6.19484980064310062E-16  6.39629086056174380E-16  6.60428227986474732E-16
+  6.81903706036275020E-16  7.04077513058506765E-16  7.26972357027379160E-16
+  7.50611684287175500E-16  7.75019703556804684E-16  8.00221410714440909E-16
+  8.26242614390814308E-16  8.53109962532637029E-16  8.80850969762153633E-16
+  9.09494045385280627E-16  9.39068522464906302E-16  9.69604687852658061E-16
+  1.00113381319664609E-15  1.03368818695688147E-15  1.06730114751533545E-15
+  1.10200711756092556E-15  1.13784163917395837E-15  1.17484141012478430E-15
+  1.21304432144606023E-15  1.25248949622614017E-15  1.29321732966316529E-15
+  1.33526953042659131E-15  1.37868916358647237E-15  1.42352069481544834E-15
+  1.46981003566101920E-15  1.51760459053255764E-15  1.56695330523519764E-15
+  1.61790671708100767E-15  1.67051700662866972E-15  1.72483805118220529E-15
+  1.78092548035398866E-15  1.83883673278663489E-15  1.89863111480655084E-15
+  1.96036986114378833E-15  2.02411619762549962E-15  2.08993540590681832E-15
+  2.15789489031033389E-15  2.22806424715593692E-15  2.30051533626497101E-15
+  2.37532235411538684E-15  2.45256190976500840E-15  2.53231310328636668E-15
+  2.61465760675082374E-15  2.69967974784429772E-15  2.78746659628116862E-15
+  2.87810805358099039E-15  2.97169694486543878E-15  3.06832911357942250E-15
+  3.16810351961760767E-15  3.27112234064231674E-15  3.37749107669448051E-15
+  3.48731865820511413E-15  3.60071755789133093E-15  3.71780390652045827E-15
+  3.83869761113443905E-15  3.96352247769128783E-15  4.09240633782280902E-15
+  4.22548117971186300E-15  4.36288328322298570E-15  4.50475335947781655E-15
+  4.65123669581357910E-15  4.80248330453178590E-15  4.95864807579777244E-15
+  5.11989093620236866E-15  5.28637701250077375E-15  5.45827680067286976E-15
+  5.63576634047772345E-15  5.81902739599784188E-15  6.00824764300512005E-15
+  6.20362086023509343E-15  6.40534712737565103E-15  6.61363302991853157E-15
+  6.82869187066860438E-15  7.05074388812697043E-15  7.28001648198453753E-15
+  7.51674444693936477E-15  7.76117021395962166E-15  8.01354409713577513E-15
+  8.27412454981602305E-15  8.54317842922279649E-15  8.82098126966928957E-15
+  9.10781756465527666E-15  9.40398105829604548E-15  9.70977504801942416E-15
+  1.00255126947252683E-14  1.03515173421699729E-14  1.06881228480000358E-14
+  1.10356739255698287E-14  1.13945264968683847E-14  1.17650480569158932E-14
+  1.21476180507323094E-14  1.25426282643661980E-14  1.29504832241224853E-14
+  1.33716006099855272E-14  1.38064116832629834E-14  1.42553617281282613E-14
+  1.47189105075127388E-14  1.51975327338396528E-14  1.56917185570728815E-14
+  1.62019740683745861E-14  1.67288218154802491E-14  1.72728013373998694E-14
+  1.78344697168261046E-14  1.84144021504957344E-14  1.90131925380875601E-14
+  1.96314540905283277E-14  2.02698199616841353E-14  2.09289438962773525E-14
+  2.16095008964854358E-14  2.23121879129774140E-14  2.30377245584859881E-14
+  2.37868538445708656E-14  2.45603429423263221E-14  2.53589839689426552E-14
+  2.61835948041293601E-14  2.70350199241819485E-14  2.79141312646379330E-14
+  2.88218291130159771E-14  2.97590430305716792E-14  3.07267328040101651E-14
+  3.17258894281392012E-14  3.27575361236861444E-14  3.38227293901202261E-14
+  3.49225600815796821E-14  3.60581545227010384E-14  3.72306756618162837E-14
+  3.84413242616289880E-14  3.96913401285878027E-14  4.09820033824327854E-14
+  4.23146357735310692E-14  4.36906020384229472E-14  4.51113112903699430E-14
+  4.65782184616831303E-14  4.80928257933639720E-14  4.96566843731585444E-14
+  5.12713957235985563E-14  5.29386134427725841E-14  5.46600449082210024E-14
+  5.64374530219166148E-14  5.82726580090475547E-14  6.01675392816036710E-14
+  6.21240373626183336E-14  6.41441558729475407E-14  6.62299635826196706E-14
+  6.83835965324313598E-14  7.06072602349674486E-14  7.29032319229350383E-14
+  7.52738628762579999E-14  7.77215808294707218E-14  8.02488924573541978E-14
+  8.28583859413560930E-14  8.55527336194529808E-14  8.83346947309552975E-14
+  9.12071182549360762E-14  9.41729458118617898E-14  9.72352146727737636E-14
+  1.00397060869030939E-13  1.03661722403133497E-13  1.07032542563886909E-13
+  1.10512973349810058E-13  1.14106579020606306E-13  1.17817039753662089E-13
+  1.21648155393795074E-13  1.25603849342557986E-13  1.29688172575245426E-13
+  1.33905307788471473E-13  1.38259573682529476E-13  1.42755429385204010E-13
+  1.47397479045064469E-13  1.52190476540813598E-13  1.57139330330444929E-13
+  1.62249108476499956E-13  1.67525043835034041E-13  1.72972539413244871E-13
+  1.78597173901204759E-13  1.84404707390314839E-13  1.90401087309092176E-13
+  1.96592454491473292E-13  2.02985149448906875E-13  2.09585718862192526E-13
+  2.16400922284322676E-13  2.23437739061193053E-13  2.30703375477214496E-13
+  2.38205272150238441E-13  2.45951111693394862E-13  2.53948826542603815E-13
+  2.62206607067404907E-13  2.70732909956815853E-13  2.79536466877736783E-13
+  2.88626293414754446E-13  2.98011698300806617E-13  3.07702292982841381E-13
+  3.17708001500824177E-13  3.28039070596283941E-13  3.38706080196801764E-13
+  3.49719954248432059E-13  3.61091971900188222E-13  3.72833779052026571E-13
+  3.84957400280279953E-13  3.97475251210668767E-13  4.10400151249028320E-13
+  4.23745336645959970E-13  4.37524474045522224E-13  4.51751674477999987E-13
+  4.66441507807454008E-13  4.81609017648817671E-13  4.97269736777562860E-13
+  5.13439703128412334E-13  5.30135476199994220E-13  5.47374153947306481E-13
+  5.65173390286562710E-13  5.83551413170342221E-13  6.02527043250197792E-13
+  6.22119713145797044E-13  6.42349487361437444E-13  6.63237082960779588E-13
+  6.84803890712961040E-13  7.07071996937229364E-13  7.30064206116317057E-13
+  7.53804064244999704E-13  7.78315882937497730E-13  8.03624764318369962E-13
+  8.29756626771058276E-13  8.56738231634520776E-13  8.84597210479691117E-13
+  9.13362093354822797E-13  9.43062337996570657E-13  9.73728359990465082E-13
+  1.00539156391162038E-12  1.03808437547781015E-12  1.07184027484656361E-12
+  1.10669383105841155E-12  1.14268073725134615E-12  1.17983784717233974E-12
+  1.21820321291072126E-12  1.25781612385794122E-12  1.29871714693354667E-12
+  1.34094816812142049E-12  1.38455243553181459E-12  1.42957460381370225E-12
+  1.47606077964864328E-12  1.52405856893591112E-12  1.57361712553455524E-12
+  1.62478720158962605E-12  1.67762119949403099E-12  1.73217322555140708E-12
+  1.78849914566029306E-12  1.84665664256669189E-12  1.90670527466453561E-12
+  1.96870653696349423E-12  2.03272392405146869E-12  2.09882299510343636E-12
+  2.16707144100309010E-12  2.23753915368210654E-12  2.31029829810585918E-12
+  2.38542338608015305E-12  2.46299135226946065E-12  2.54308163296304868E-12
+  2.62577624740669265E-12  2.71115988177775583E-12  2.79931997588947908E-12
+  2.89034681280090177E-12  2.98433361183743493E-12  3.08137662376247844E-12
+  3.18157522906299154E-12  3.28503203970128528E-12  3.39185300417517440E-12
+  3.50214751599253603E-12  3.61602852567159982E-12  3.73361265656936765E-12
+  3.85502032501962742E-12  3.98037586310905987E-12  4.10980764574498100E-12
+  4.24344822209436800E-12  4.38143445129534342E-12  4.52390764257887695E-12
+  4.67101369994522798E-12  4.82290327191264272E-12  4.97973190658245584E-12
+  5.14166021012217183E-12  5.30885401101430712E-12  5.48148452984256650E-12
+  5.65972855459686615E-12  5.84376862167524634E-12  6.03379320277385134E-12
+  6.22999689851300445E-12  6.43258063848200435E-12  6.64175188592807767E-12
+  6.85772485002485617E-12  7.08072070519322865E-12  7.31096781755126348E-12
+  7.54870197872304650E-12  7.79416664727152312E-12  8.04761319905696493E-12
+  8.30930118523041595E-12  8.57949859670828074E-12  8.85848213845716798E-12
+  9.14653751280109667E-12  9.44395971193757809E-12  9.75105331995951197E-12
+  1.00681328247731742E-11  1.03955229417738389E-11  1.07335589465330348E-11
+  1.10825870166164100E-11  1.14429645859614866E-11  1.18150607108389914E-11
+  1.21992564477096429E-11  1.25959452433600362E-11  1.30055333379232767E-11
+  1.34284401832539484E-11  1.38650988719486455E-11  1.43159565791978915E-11
+  1.47814750206042335E-11  1.52621309249115650E-11  1.57584165221004268E-11
+  1.62708400473446931E-11  1.67999262618051507E-11  1.73462169932498579E-11
+  1.79102716893984376E-11  1.84926679891187406E-11  1.90940023138429376E-11
+  1.97148904782138928E-11  2.03559683205803445E-11  2.10178923539809347E-11
+  2.17013404392182726E-11  2.24070124831846437E-11  2.31356311527690973E-11
+  2.38879426132427213E-11  2.46647172922302937E-11  2.54667506685106577E-11
+  2.62948640864550504E-11  2.71499055969340955E-11  2.80327508273284453E-11
+  2.89443038831720658E-11  2.98854982695857342E-11  3.08572978456876293E-11
+  3.18606978114496233E-11  3.28967257266276330E-11  3.39664425628076347E-11
+  3.50709437896503067E-11  3.62113604996098329E-11  3.73888605715831546E-11
+  3.86046498607277524E-11  3.98599734319147761E-11  4.11561168344952643E-11
+  4.24944074184976954E-11  4.38762156936023632E-11  4.53029567323363501E-11
+  4.67760916241472291E-11  4.82971289767214130E-11  4.98676264529165383E-11
+  5.14891923646358385E-11  5.31634873194995298E-11  5.48922259210345175E-11
+  5.66771785241205493E-11  5.85201730476941209E-11  6.04230968545800141E-11
+  6.23878986880870442E-11  6.44165906578712991E-11  6.65112502993302288E-11
+  6.86740227006790823E-11  7.09071226991584346E-11  7.32128371486181718E-11
+  7.55935272613799564E-11  7.80516310382642209E-11  8.05896657664545666E-11
+  8.32102305859272539E-11  8.59160091501038797E-11  8.87097723734843581E-11
+  9.15943812685793211E-11  9.45727898750426564E-11  9.76480482853864145E-11
+  1.00823305785745477E-10  1.04101814077733505E-10  1.07486930595582701E-10
+  1.10982121943369326E-10  1.14590967444243046E-10  1.18317162805006448E-10
+  1.22164523899793372E-10  1.26136990679672257E-10  1.30238631231159240E-10
+  1.34473645932363768E-10  1.38846371740685357E-10  1.43361286633055271E-10
+  1.48023014190614742E-10  1.52836328332395639E-10  1.57806158202843312E-10
+  1.62937593224022076E-10  1.68235888338646253E-10  1.73706469372492339E-10
+  1.79354938576620962E-10  1.85187080363132706E-10  1.91208867227369904E-10
+  1.97426465862589247E-10  2.03846243473355639E-10  2.10474774305009927E-10
+  2.17318846414788812E-10  2.24385468592505500E-10  2.31681877523948646E-10
+  2.39215545200002122E-10  2.46994186566565487E-10  2.55025767423093567E-10
+  2.63318512577836525E-10  2.71880914287520013E-10  2.80721740998813802E-10
+  2.89850046283139659E-10  2.99275178094500649E-10  3.09006788340098496E-10
+  3.19054842761992256E-10  3.29429631139906402E-10  3.40141777825739521E-10
+  3.51202252653213021E-10  3.62622382219506104E-10  3.74413861424121067E-10
+  3.86588765432179469E-10  3.99159562037094127E-10  4.12139124425020362E-10
+  4.25540744354140242E-10  4.39378145762878430E-10  4.53665498872779636E-10
+  4.68417434745134663E-10  4.83649060186809053E-10  4.99375973208156337E-10
+  5.15614278992243875E-10  5.32380606383062923E-10  5.49692124909587449E-10
+  5.67566562365132725E-10  5.86022223037652544E-10  6.05078006489303174E-10
+  6.24753426815702074E-10  6.45068632617646161E-10  6.66044427628980652E-10
+  6.87702292014851581E-10  7.10064404362112334E-10  7.33153664389733427E-10
+  7.56993716512707573E-10  7.81608974067923204E-10  8.07024644202165980E-10
+  8.33266753673942911E-10  8.60362175498976216E-10  8.88338656461635753E-10
+  9.17224845520437160E-10  9.47050323148818233E-10  9.77845631789410725E-10
+  1.00964230710571674E-09  1.04247291014728360E-09  1.07637106068168600E-09
+  1.11137147161302576E-09  1.14750998451895615E-09  1.18482360634259094E-09
+  1.22335054730198509E-09  1.26313026024303402E-09  1.30420348095732414E-09
+  1.34661226975462550E-09  1.39040005452080105E-09  1.43561167517669228E-09
+  1.48229342958181247E-09  1.53049312092977810E-09  1.58026010673272173E-09
+  1.63164534966238687E-09  1.68470146957117976E-09  1.73948279722399648E-09
+  1.79604542991811091E-09  1.85444728891117189E-09  1.91474817871544681E-09
+  1.97700984831888396E-09  2.04129605448544638E-09  2.10767262742175532E-09
+  2.17620753791161429E-09  2.24697096676139861E-09  2.32003537664523200E-09
+  2.39547558628498430E-09  2.47336884704086657E-09  2.55379492199087290E-09
+  2.63683616773873250E-09  2.72257761920489711E-09  2.81110707628750675E-09
+  2.90251519361020197E-09  2.99689557332457720E-09  3.09434486092835806E-09
+  3.19496284419726759E-09  3.29885255533194256E-09  3.40612037669432267E-09
+  3.51687615025992742E-09  3.63123328951645757E-09  3.74930889543815787E-09
+  3.87122387635800329E-09  3.99710307173518215E-09  4.12707537994439100E-09
+  4.26127389022001502E-09  4.39983601932672382E-09  4.54290365281139792E-09
+  4.69062328952510202E-09  4.84314619147425625E-09  5.00062853865763190E-09
+  5.16323158893468651E-09  5.33112184308866596E-09  5.50447121526305031E-09
+  5.68345720961778912E-09  5.86826310258679924E-09  6.05907812957268126E-09
+  6.25609767855448197E-09  6.45952349008676140E-09  6.66956386379730423E-09
+  6.88643387159456624E-09  7.11035557783160393E-09  7.34155826763858131E-09
+  7.58027868206153646E-09  7.82676125927519477E-09  8.08125838470624543E-09
+  8.34403064936506690E-09  8.61534711657120156E-09  8.89548559734518254E-09
+  9.18473293481881635E-09  9.48338529933831839E-09  9.79174849180876970E-09
+  1.01101382553828723E-08  1.04388805985766009E-08  1.07783121289440795E-08
+  1.11287803975938816E-08  1.14906442548987225E-08  1.18642742179158397E-08
+  1.22500528517428613E-08  1.26483751608497127E-08  1.30596489918667580E-08
+  1.34842954509712797E-08  1.39227493348750095E-08  1.43754595758143198E-08
+  1.48428897009975175E-08  1.53255183072879225E-08  1.58238395539471182E-08
+  1.63383636675003837E-08  1.68696174622720875E-08  1.74181448795218228E-08
+  1.79845075441184013E-08  1.85692853392988007E-08  1.91730770000995202E-08
+  1.97965007266524408E-08  2.04401948207288109E-08  2.11048183371427912E-08
+  2.17910517564578012E-08  2.24995976813588583E-08  2.32311815556564749E-08
+  2.39865524066478268E-08  2.47664836115939192E-08  2.55717736901573295E-08
+  2.64032471265270496E-08  2.72617552100215918E-08  2.81481769044226900E-08
+  2.90634197474118321E-08  3.00084207792263200E-08  3.09841475014816397E-08
+  3.19915988671390052E-08  3.30318063044871673E-08  3.41058347786736110E-08
+  3.52147838766804719E-08  3.63597889306806152E-08  3.75420221797227228E-08
+  3.87626939691505599E-08  4.00230539889811513E-08  4.13243925525078447E-08
+  4.26680419195775259E-08  4.40553776668510639E-08  4.54878200885307973E-08
+  4.69668356478211312E-08  4.84939384772941892E-08  5.00706919279871513E-08
+  5.16987101688119182E-08  5.33796598379293939E-08  5.51152617528739868E-08
+  5.69072926788871747E-08  5.87575871376801232E-08  6.06680392826413620E-08
+  6.26406048365811341E-08  6.46773030924061773E-08  6.67802189787676039E-08
+  6.89515051928762035E-08  7.11933844105700756E-08  7.35081515679074974E-08
+  7.58981761972425660E-08  7.83659048496633792E-08  8.09138635975533936E-08
+  8.35446606184182871E-08  8.62609888626142011E-08  8.90656288079658675E-08
+  9.19614513158288408E-08  9.49514205744669589E-08  9.80385971165945245E-08
+  1.01226140948460247E-07  1.04517314781767851E-07  1.07915487370533733E-07
+  1.11424136956285132E-07  1.15046854825784607E-07  1.18787349001630564E-07
+  1.22649448038978801E-07  1.26637104923740864E-07  1.30754401114107811E-07
+  1.35005550714263623E-07  1.39394904783594369E-07  1.43926955785790253E-07
+  1.48606342183872427E-07  1.53437853208640517E-07  1.58426433755858745E-07
+  1.63577189422447631E-07  1.68895391726095721E-07  1.74386483495006838E-07
+  1.80056084432596450E-07  1.85909996862805482E-07  1.91954211664961466E-07
+  1.98194914433922844E-07  2.04638491796614731E-07  2.11291537918600480E-07
+  2.18160861244662756E-07  2.25253491458595701E-07  2.32576686668865051E-07
+  2.40137940827459098E-07  2.47944991395393161E-07  2.56005827299209443E-07
+  2.64328697078495519E-07  2.72922117292023226E-07  2.81794881221856307E-07
+  2.90956067860111698E-07  3.00415051187316393E-07  3.10181509751800725E-07
+  3.20265436570721968E-07  3.30677149404392298E-07  3.41427301266313892E-07
+  3.52526891282913073E-07  3.63987275932315964E-07  3.75820180647792750E-07
+  3.88037711797605909E-07  4.00652369053462121E-07  4.13677058179280827E-07
+  4.27125104295006608E-07  4.41010265435776599E-07  4.55346746580172159E-07
+  4.70149214160702656E-07  4.85432811044905934E-07  5.01213172002298204E-07
+  5.17506439672902752E-07  5.34329281086376006E-07  5.51698904779860473E-07
+  5.69633078293611313E-07  5.88150146289921838E-07  6.07269049286351084E-07
+  6.27009342996335418E-07  6.47391218296841796E-07  6.68435521843427367E-07
+  6.90163777407961002E-07  7.12598207963296394E-07  7.35761758261916553E-07
+  7.59678118234791643E-07  7.84371747174315529E-07  8.09867898701065967E-07
+  8.36192646539736212E-07  8.63372911130874802E-07  8.91436487191813108E-07
+  9.20412072201131858E-07  9.50329295540823017E-07  9.81218748708875156E-07
+  1.01311201653452994E-06  1.04604170940490697E-06  1.08004149653568926E-06
+  1.11514614032137426E-06  1.15139153193158418E-06  1.18881472804067877E-06
+  1.22745398844458796E-06  1.26734881506492959E-06  1.30853999223747761E-06
+  1.35106962830540494E-06  1.39498119855944088E-06  1.44031958957348367E-06
+  1.48713114517319317E-06  1.53546371378720440E-06  1.58536669700499019E-06
+  1.63689109992224180E-06  1.69008958313383834E-06  1.74501651640981530E-06
+  1.80172803410864160E-06  1.86028209239601527E-06  1.92073852859779910E-06
+  1.98315912223323992E-06  2.04760765769559174E-06  2.11414998922503101E-06
+  2.18285410799765866E-06  2.25379021138496344E-06  2.32703077445371781E-06
+  2.40265062380468302E-06  2.48072701418989650E-06  2.56133970716914537E-06
+  2.64457105201643591E-06  2.73050606955459042E-06  2.81923253871052355E-06
+  2.91084108586892621E-06  3.00542527711450758E-06  3.10308171350821176E-06
+  3.20391012996357382E-06  3.30801349660236893E-06  3.41549812317535935E-06
+  3.52647376721251999E-06  3.64105374567384731E-06  3.75935505020731952E-06
+  3.88149846613011036E-06  4.00760869535159179E-06  4.13781448393399499E-06
+  4.27224875268454849E-06  4.41104873190305364E-06  4.55435610087021493E-06
+  4.70231713184229322E-06  4.85508283869394880E-06  5.01280913035876713E-06
+  5.17565696940015734E-06  5.34379253651472118E-06  5.51738739878059944E-06
+  5.69661868350227945E-06  5.88166925807540968E-06  6.07272791565400943E-06
+  6.26998956680541711E-06  6.47365543734527136E-06  6.68393327286228300E-06
+  6.90103755076979342E-06  7.12518969705437294E-06  7.35661831050050641E-06
+  7.59555939455952672E-06  7.84225659668956525E-06  8.09696145540587382E-06
+  8.35993365528875353E-06  8.63144129073184210E-06  8.91176113914774173E-06
+  9.20117894018302131E-06  9.49998968482528956E-06  9.80849791422691678E-06
+  1.01270180281453707E-05  1.04558746033078901E-05  1.07954027220191569E-05
+  1.11459483122046527E-05  1.15078684992177355E-05  1.18815319654954832E-05
+  1.22673193231778237E-05  1.26656234990966212E-05  1.30768501321373464E-05
+  1.35014179833681033E-05  1.39397593593517300E-05  1.43923205504225149E-05
+  1.48595622834655273E-05  1.53419601851188376E-05  1.58400052618234247E-05
+  1.63542043956421687E-05  1.68850808559883765E-05  1.74331748277701677E-05
+  1.79990439565019667E-05  1.85832639129776005E-05  1.91864289756884053E-05
+  1.98091526272468222E-05  2.04520681725496909E-05  2.11158293770675124E-05
+  2.18011111255775375E-05  2.25086101019899944E-05  2.32390454910165618E-05
+  2.39931597053518439E-05  2.47717191344377361E-05  2.55755149121814506E-05
+  2.64053637125546475E-05  2.72621085709004128E-05  2.81466197314918743E-05
+  2.90597955221739506E-05  3.00025632571326044E-05  3.09758801728273841E-05
+  3.19807343900689280E-05  3.30181459018214418E-05  3.40891675965752813E-05
+  3.51948863145760688E-05  3.63364239377351965E-05  3.75149385142840969E-05
+  3.87316254196674767E-05  3.99877185603526262E-05  4.12844916092579948E-05
+  4.26232592760774501E-05  4.40053786227834583E-05  4.54322504211337482E-05
+  4.69053205533497187E-05  4.84260814573234103E-05  4.99960736185390065E-05
+  5.16168871172262715E-05  5.32901632138064359E-05  5.50175959815109739E-05
+  5.68009339961774080E-05  5.86419820797346158E-05  6.05426030989647480E-05
+  6.25047198212689799E-05  6.45303168306876965E-05  6.66214425145347653E-05
+  6.87802110966366872E-05  7.10088047339823544E-05  7.33094756855244437E-05
+  7.56845485495772377E-05  7.81364225718985327E-05  8.06675740266535405E-05
+  8.32805586751411719E-05  8.59780143140995704E-05  8.87626633812604751E-05
+  9.16373156454929961E-05  9.46048709878100238E-05  9.76683222699379635E-05
+  1.00830758293142154E-04  1.04095366850094761E-04  1.07465437877156126E-04
+  1.10944366719257459E-04  1.14535657466078691E-04  1.18242926400029399E-04
+  1.22069905558510339E-04  1.26020446407800634E-04  1.30098523632001081E-04
+  1.34308239040554443E-04  1.38653825605470547E-04  1.43139651638601314E-04
+  1.47770225059287805E-04  1.52550197808199204E-04  1.57484370404833811E-04
+  1.62577696647077006E-04  1.67835288457135207E-04  1.73262420878309996E-04
+  1.78864537239250063E-04  1.84647254490450275E-04  1.90616368657415961E-04
+  1.96777860482859828E-04  2.03137901249469385E-04  2.09702858783053085E-04
+  2.16479303641498283E-04  2.23474015495226774E-04  2.30693989723493748E-04
+  2.38146444220396043E-04  2.45838826353604969E-04  2.53778820165056823E-04
+  2.61974353798460793E-04  2.70433607155262635E-04  2.79165019785859259E-04
+  2.88177299023415759E-04  2.97479428394896341E-04  3.07080676285158348E-04
+  3.16990604802755633E-04  3.27219078952564334E-04  3.37776276092980699E-04
+  3.48672695681595621E-04  3.59919169317805701E-04  3.71526871092052284E-04
+  3.83507328289308931E-04  3.95872432395688557E-04  4.08634450372489090E-04
+  4.21806036315929965E-04  4.35400243473249332E-04  4.49430536621794646E-04
+  4.63910804821573693E-04  4.78855374554302757E-04  4.94279023312183593E-04
+  5.10196993547699061E-04  5.26625006977746689E-04  5.43579279368577948E-04
+  5.61076535765804422E-04  5.79134026179285331E-04  5.97769541735738790E-04
+  6.17001431316981206E-04  6.36848618764414461E-04  6.57330620512015925E-04
+  6.78467563686573744E-04  7.00280204802444274E-04  7.22789949010175614E-04
+  7.46018869912370639E-04  7.69989729962428505E-04  7.94726001471080900E-04
+  8.20251888318824021E-04  8.46592348176547125E-04  8.73773115337149009E-04
+  9.01820724276421941E-04  9.30762533899913229E-04  9.60626752493060174E-04
+  9.91442463393387829E-04  1.02323965141970768E-03  1.05604923017091172E-03
+  1.08990306992881505E-03  1.12483402635073356E-03  1.16087597004928007E-03
+  1.19806381701665298E-03  1.23643355991472819E-03  1.27602230025328917E-03
+  1.31686828150524978E-03  1.35901092327823112E-03  1.40249085620789186E-03
+  1.44734995785707676E-03  1.49363138968506117E-03  1.54137963504840238E-03
+  1.59064053825869038E-03  1.64146134472319843E-03  1.69389074223602371E-03
+  1.74797890353157364E-03  1.80377752970704830E-03  1.86133989490302153E-03
+  1.92072089226257318E-03  1.98197708113819404E-03  2.04516673557548307E-03
+  2.11034989410306077E-03  2.17758841092015407E-03  2.24694600856408574E-03
+  2.31848833163299023E-03  2.39228300204834786E-03  2.46839967582851341E-03
+  2.54691010135265012E-03  2.62788817914695518E-03  2.71141002322552440E-03
+  2.79755402410421542E-03  2.88640091351296613E-03  2.97803383039626146E-03
+  3.07253838875085105E-03  3.17000274722496452E-03  3.27051768046902197E-03
+  3.37417665227121057E-03  3.48107589051189267E-03  3.59131446407875976E-03
+  3.70499436168832868E-03  3.82222057227479123E-03  3.94310116750775947E-03
+  4.06774738632559307E-03  4.19627372148370734E-03  4.32879800814994081E-03
+  4.46544151458004319E-03  4.60632903502268369E-03  4.75158898471466588E-03
+  4.90135349675613081E-03  5.05575852136534113E-03  5.21494392738046288E-03
+  5.37905360601315021E-03  5.54823557687985237E-03  5.72264209633806600E-03
+  5.90242976824741517E-03  6.08775965696626165E-03  6.27879740253964314E-03
+  6.47571333842246379E-03  6.67868261161394441E-03  6.88788530520544236E-03
+  7.10350656335396059E-03  7.32573671869201411E-03  7.55477142219695367E-03
+  7.79081177538787101E-03  8.03406446495321357E-03  8.28474189989444020E-03
+  8.54306235110641882E-03  8.80925009338136798E-03  9.08353554982210820E-03
+  9.36615543863850673E-03  9.65735292214519973E-03  9.95737775811137218E-03
+  1.02664864535827946E-02  1.05849424209108652E-02  1.09130161359954261E-02
+  1.12509852986924282E-02  1.15991349953285614E-02  1.19577578632165619E-02
+  1.23271542566334158E-02  1.27076324150909945E-02  1.30995086337163200E-02
+  1.35031074350789766E-02  1.39187617425972077E-02  1.43468130554096854E-02
+  1.47876116245848569E-02  1.52415166303999285E-02  1.57088963596120137E-02
+  1.61901283848501637E-02  1.66855997450345364E-02  1.71957071258109183E-02
+  1.77208570402804973E-02  1.82614660098097299E-02  1.88179607446848328E-02
+  1.93907783240270075E-02  1.99803663731832337E-02  2.05871832428928536E-02
+  2.12116981872249831E-02  2.18543915391279618E-02  2.25157548840133441E-02
+  2.31962912310061421E-02  2.38965151814702660E-02  2.46169530936246848E-02
+  2.53581432407228129E-02  2.61206359703442387E-02  2.69049938584188901E-02
+  2.77117918570865818E-02  2.85416174369122512E-02  2.93950707228675390E-02
+  3.02727646234679723E-02  3.11753249507844971E-02  3.21033905283828885E-02
+  3.30576132990823487E-02  3.40386584208659249E-02  3.50472043509573172E-02
+  3.60839429185804209E-02  3.71495793855156214E-02  3.82448324935351705E-02
+  3.93704344945060083E-02  4.05271311608697699E-02  4.17156817934158861E-02
+  4.29368592072264105E-02  4.41914496975614884E-02  4.54802529860646593E-02
+  4.68040821460130527E-02  4.81637635052662855E-02  4.95601365195052490E-02
+  5.09940536163720134E-02  5.24663800322553234E-02  5.39779936129007043E-02
+  5.55297845824365283E-02  5.71226552808685034E-02  5.87575198682929734E-02
+  6.04353039938787875E-02  6.21569444172126243E-02  6.39233885895123810E-02
+  6.57355942194431248E-02  6.75945287831493519E-02  6.95011689871038452E-02
+  7.14565001833238483E-02  7.34615157346276970E-02  7.55172163271337765E-02
+  7.76246092102955421E-02  7.97847073851261912E-02  8.19985287640050825E-02
+  8.42670952492125397E-02  8.65914317440528714E-02  8.89725650954386049E-02
+  9.14115229649988675E-02  9.39093326246725063E-02  9.64670196472037778E-02
+  9.90856065342226172E-02  1.01766111296199377E-01  1.04509545919906494E-01
+  1.07316914743609618E-01  1.10189212738110581E-01  1.13127423690181972E-01
+  1.16132518282523911E-01  1.19205452028522604E-01  1.22347163137822887E-01
+  1.25558570306135903E-01  1.28840570357203060E-01  1.32194035764218509E-01
+  1.35619812048246580E-01  1.39118715049972530E-01  1.42691528066258538E-01
+  1.46338998796851028E-01  1.50061836222957323E-01  1.53860707374889716E-01
+  1.57736233916504820E-01  1.61688988580915349E-01  1.65719491455022239E-01
+  1.69828206109744279E-01  1.74015535563746077E-01  1.78281818015579546E-01
+  1.82627322521911606E-01  1.87052244526262179E-01  1.91556701177271249E-01
+  1.96140726477502358E-01  2.00804266261653014E-01  2.05547173002970568E-01
+  2.10369200431205799E-01  2.15269997894716097E-01  2.20249104702769732E-01
+  2.25305944287521071E-01  2.30439818150347198E-01  2.35649899638883470E-01
+  2.40935227557267290E-01  2.46294699612697315E-01  2.51727065677594175E-01
+  2.57230920813550701E-01  2.62804698337765652E-01  2.68446662708505313E-01
+  2.74154902233993025E-01  2.79927321655267736E-01  2.85761634612827109E-01
+  2.91655356008163613E-01  2.97605794239563903E-01  3.03610043295135190E-01
+  3.09664974989398656E-01  3.15767231087101641E-01  3.21913215366177674E-01
+  3.28099085674682656E-01  3.34320746004014957E-01  3.40573838602778289E-01
+  3.46853736123667655E-01  3.53155533845722458E-01  3.59474042195959631E-01
+  3.65803779352743719E-01  3.72138964024639529E-01  3.78473508466175168E-01
+  3.84801011771890467E-01  3.91114753492941614E-01  3.97407687612438054E-01
+  4.03672436980461957E-01  4.09901288285833554E-01  4.16086187503432403E-01
+  4.22218735927653188E-01  4.28290186864153877E-01  4.34291443047468639E-01
+  4.40213054856333608E-01  4.46045219466164322E-01  4.51777781035645198E-01
+  4.57400231786770695E-01  4.62901714231548023E-01  4.68271024621991105E-01
+  4.73496617710769674E-01  4.78566612921476398E-01  4.83468802035705081E-01
+  4.88190658736421979E-01  4.92719349921560634E-01  4.97041748428409980E-01
+  5.01144447907351021E-01  5.05013779806353869E-01  5.08635832569601654E-01
+  5.11996473178525813E-01  5.15081371183999215E-01  5.17876025900669501E-01
+  5.20365796137960190E-01  5.22535932039181916E-01  5.24371610376860753E-01
+  5.25857973039797311E-01  5.26980168819811134E-01  5.27723398636967489E-01
+  5.28072964395162936E-01  5.28014322606301656E-01  5.27533141049580045E-01
+  5.26615358352118923E-01  5.25247248431002345E-01  5.23415489176492388E-01
+  5.21107235450934847E-01  5.18310196502732468E-01  5.15012718020657179E-01
+  5.11203870495079093E-01  5.06873540318183657E-01  5.02012524469619414E-01
+  4.96612631046982334E-01  4.90666784537609257E-01  4.84169135788656280E-01
+  4.77115176636619731E-01  4.69501859418646805E-01  4.61327723405774381E-01
+  4.52593022110252652E-01  4.43299854044505948E-01  4.33452298905250888E-01
+  4.23056557502459962E-01  4.12121095124597159E-01  4.00656788001919728E-01
+  3.88677072989224770E-01  3.76198102333808737E-01  3.63238894954063252E-01
+  3.49821488996219288E-01  3.35971096479502573E-01  3.21716257751133328E-01
+  3.07088994967549656E-01  2.92124963749838429E-01  2.76863602801349140E-01
+  2.61348282147239042E-01  2.45626440241796307E-01  2.29749716223992761E-01
+  2.13774076150008124E-01  1.97759930421685437E-01  1.81772240940698909E-01
+  1.65880616418587673E-01  1.50159394804921575E-01  1.34687711068304211E-01
+  1.19549542837612835E-01  1.04833739306830306E-01  9.06340283360861920E-02
+  7.70490048472080441E-02  6.41820812161293802E-02  5.21414353799034211E-02
+  4.10399055157926670E-02  3.09947260152147949E-02  2.21281776188578978E-02
+  1.45638667514882345E-02  8.43895437949515603E-03  3.86604212604588476E-03
+  1.02765761725397554E-03  7.89570558032783899E-06 -1.78809420154222085E-05
+  9.58630346472123319E-06  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00
+                       </PP_QIJL.4.4.2>
+                                   </PP_AUGMENTATION> 
+                                   </PP_NONLOCAL> 
+<PP_PSWFC> 
+ <PP_CHI.1 type="real" size="  1489" l="0" occupation=" 2.0000" columns="3">
+ -2.06904040318434731E-04 -2.08565911233742752E-04 -2.10241130437666509E-04
+ -2.11929805144785177E-04 -2.13632043430834155E-04 -2.15347954239622036E-04
+ -2.17077647390002916E-04 -2.18821233582904901E-04 -2.20578824408415071E-04
+ -2.22350532352921088E-04 -2.24136470806310384E-04 -2.25936754069227348E-04
+ -2.27751497360388356E-04 -2.29580816823955812E-04 -2.31424829536971570E-04
+ -2.33283653516849776E-04 -2.35157407728929881E-04 -2.37046212094090670E-04
+ -2.38950187496425132E-04 -2.40869455790976983E-04 -2.42804139811539599E-04
+ -2.44754363378517185E-04 -2.46720251306849485E-04 -2.48701929413999744E-04
+ -2.50699524528007461E-04 -2.52713164495604750E-04 -2.54742978190399363E-04
+ -2.56789095521121880E-04 -2.58851647439940411E-04 -2.60930765950841094E-04
+ -2.63026584118076904E-04 -2.65139236074683413E-04 -2.67268857031063389E-04
+ -2.69415583283640308E-04 -2.71579552223581461E-04 -2.73760902345590779E-04
+ -2.75959773256772732E-04 -2.78176305685567070E-04 -2.80410641490755677E-04
+ -2.82662923670540917E-04 -2.84933296371698576E-04 -2.87221904898802313E-04
+ -2.89528895723523616E-04 -2.91854416494006250E-04 -2.94198616044315025E-04
+ -2.96561644403961868E-04 -2.98943652807507460E-04 -3.01344793704240292E-04
+ -3.03765220767933288E-04 -3.06205088906679314E-04 -3.08664554272805060E-04
+ -3.11143774272864626E-04 -3.13642907577713873E-04 -3.16162114132665381E-04
+ -3.18701555167724573E-04 -3.21261393207908927E-04 -3.23841792083649326E-04
+ -3.26442916941275217E-04 -3.29064934253584169E-04 -3.31708011830495733E-04
+ -3.34372318829791767E-04 -3.37058025767941977E-04 -3.39765304531018794E-04
+ -3.42494328385694116E-04 -3.45245271990333351E-04 -3.48018311406169095E-04
+ -3.50813624108573040E-04 -3.53631388998410282E-04 -3.56471786413493431E-04
+ -3.59334998140119601E-04 -3.62221207424709272E-04 -3.65130598985529602E-04
+ -3.68063359024521284E-04 -3.71019675239209863E-04 -3.73999736834723737E-04
+ -3.77003734535899873E-04 -3.80031860599491214E-04 -3.83084308826471185E-04
+ -3.86161274574437017E-04 -3.89262954770112121E-04 -3.92389547921949931E-04
+ -3.95541254132838376E-04 -3.98718275112906035E-04 -4.01920814192431954E-04
+ -4.05149076334858783E-04 -4.08403268149910045E-04 -4.11683597906813505E-04
+ -4.14990275547630350E-04 -4.18323512700691322E-04 -4.21683522694141016E-04
+ -4.25070520569590412E-04 -4.28484723095880291E-04 -4.31926348782954135E-04
+ -4.35395617895842065E-04 -4.38892752468758932E-04 -4.42417976319313389E-04
+ -4.45971515062832909E-04 -4.49553596126802757E-04 -4.53164448765421403E-04
+ -4.56804304074273084E-04 -4.60473395005116758E-04 -4.64171956380796536E-04
+ -4.67900224910269380E-04 -4.71658439203754166E-04 -4.75446839788003434E-04
+ -4.79265669121696676E-04 -4.83115171610957431E-04 -4.86995593624995672E-04
+ -4.90907183511874812E-04 -4.94850191614406329E-04 -4.98824870286171613E-04
+ -5.02831473907672461E-04 -5.06870258902610915E-04 -5.10941483754301373E-04
+ -5.15045409022212258E-04 -5.19182297358641918E-04 -5.23352413525529181E-04
+ -5.27556024411397480E-04 -5.31793399048434835E-04 -5.36064808629713478E-04
+ -5.40370526526544564E-04 -5.44710828305974273E-04 -5.49085991748420521E-04
+ -5.53496296865450192E-04 -5.57942025917700026E-04 -5.62423463432941049E-04
+ -5.66940896224288186E-04 -5.71494613408556236E-04 -5.76084906424763408E-04
+ -5.80712069052782744E-04 -5.85376397432144460E-04 -5.90078190080988016E-04
+ -5.94817747915167821E-04 -5.99595374267511481E-04 -6.04411374907232765E-04
+ -6.09266058059500476E-04 -6.14159734425164861E-04 -6.19092717200642531E-04
+ -6.24065322097960753E-04 -6.29077867364961994E-04 -6.34130673805673151E-04
+ -6.39224064800835031E-04 -6.44358366328599656E-04 -6.49533906985392379E-04
+ -6.54751018006941281E-04 -6.60010033289476906E-04 -6.65311289411100689E-04
+ -6.70655125653325888E-04 -6.76041884022791223E-04 -6.81471909273149187E-04
+ -6.86945548927129449E-04 -6.92463153298781371E-04 -6.98025075515892272E-04
+ -7.03631671542587407E-04 -7.09283300202112632E-04 -7.14980323199797588E-04
+ -7.20723105146204614E-04 -7.26512013580464023E-04 -7.32347418993795443E-04
+ -7.38229694853219311E-04 -7.44159217625458549E-04 -7.50136366801031919E-04
+ -7.56161524918540478E-04 -7.62235077589150487E-04 -7.68357413521270722E-04
+ -7.74528924545431121E-04 -7.80750005639358098E-04 -7.87021054953253481E-04
+ -7.93342473835274343E-04 -7.99714666857220466E-04 -8.06138041840425519E-04
+ -8.12613009881856842E-04 -8.19139985380425563E-04 -8.25719386063507267E-04
+ -8.32351633013675928E-04 -8.39037150695653164E-04 -8.45776366983471404E-04
+ -8.52569713187862461E-04 -8.59417624083851236E-04 -8.66320537938592393E-04
+ -8.73278896539406526E-04 -8.80293145222066560E-04 -8.87363732899285160E-04
+ -8.94491112089458237E-04 -9.01675738945611192E-04 -9.08918073284605585E-04
+ -9.16218578616553219E-04 -9.23577722174494112E-04 -9.30995974944283941E-04
+ -9.38473811694749498E-04 -9.46011711008061312E-04 -9.53610155310373638E-04
+ -9.61269630902685619E-04 -9.68990627991977733E-04 -9.76773640722570060E-04
+ -9.84619167207760387E-04 -9.92527709561687827E-04 -1.00049977393148115E-03
+ -1.00853587052963782E-03 -1.01663651366669036E-03 -1.02480222178410584E-03
+ -1.03303351748747999E-03 -1.04133092757996795E-03 -1.04969498309601355E-03
+ -1.05812621933531852E-03 -1.06662517589711575E-03 -1.07519239671468756E-03
+ -1.08382843009019003E-03 -1.09253382872972820E-03 -1.10130914977874298E-03
+ -1.11015495485765510E-03 -1.11907181009781188E-03 -1.12806028617771842E-03
+ -1.13712095835955722E-03 -1.14625440652600620E-03 -1.15546121521734589E-03
+ -1.16474197366887204E-03 -1.17409727584860115E-03 -1.18352772049528428E-03
+ -1.19303391115672432E-03 -1.20261645622840108E-03 -1.21227596899240635E-03
+ -1.22201306765669197E-03 -1.23182837539463175E-03 -1.24172252038490466E-03
+ -1.25169613585169367E-03 -1.26174986010521139E-03 -1.27188433658254854E-03
+ -1.28210021388885150E-03 -1.29239814583883075E-03 -1.30277879149860308E-03
+ -1.31324281522786747E-03 -1.32379088672242295E-03 -1.33442368105702561E-03
+ -1.34514187872859054E-03 -1.35594616569974040E-03 -1.36683723344270427E-03
+ -1.37781577898356917E-03 -1.38888250494688587E-03 -1.40003811960063467E-03
+ -1.41128333690154826E-03 -1.42261887654080549E-03 -1.43404546399008605E-03
+ -1.44556383054799623E-03 -1.45717471338686943E-03 -1.46887885559994209E-03
+ -1.48067700624890538E-03 -1.49256992041184441E-03 -1.50455835923155577E-03
+ -1.51664308996425829E-03 -1.52882488602869358E-03 -1.54110452705561850E-03
+ -1.55348279893769868E-03 -1.56596049387980113E-03 -1.57853841044968812E-03
+ -1.59121735362912449E-03 -1.60399813486538745E-03 -1.61688157212319769E-03
+ -1.62986848993706057E-03 -1.64295971946403288E-03 -1.65615609853691169E-03
+ -1.66945847171784834E-03 -1.68286769035239634E-03 -1.69638461262398951E-03
+ -1.71001010360886160E-03 -1.72374503533140409E-03 -1.73759028681996861E-03
+ -1.75154674416311816E-03 -1.76561530056633343E-03 -1.77979685640916596E-03
+ -1.79409231930285646E-03 -1.80850260414841947E-03 -1.82302863319518246E-03
+ -1.83767133609980785E-03 -1.85243164998577991E-03 -1.86731051950337376E-03
+ -1.88230889689010479E-03 -1.89742774203166390E-03 -1.91266802252333993E-03
+ -1.92803071373193755E-03 -1.94351679885819330E-03 -1.95912726899968945E-03
+ -1.97486312321427460E-03 -1.99072536858399410E-03 -2.00671502027953462E-03
+ -2.02283310162518172E-03 -2.03908064416430260E-03 -2.05545868772535976E-03
+ -2.07196828048844019E-03 -2.08861047905233368E-03 -2.10538634850214500E-03
+ -2.12229696247743377E-03 -2.13934340324093948E-03 -2.15652676174780695E-03
+ -2.17384813771542059E-03 -2.19130863969374578E-03 -2.20890938513629200E-03
+ -2.22665150047158568E-03 -2.24453612117527998E-03 -2.26256439184277600E-03
+ -2.28073746626249749E-03 -2.29905650748968250E-03 -2.31752268792083903E-03
+ -2.33613718936872845E-03 -2.35490120313801591E-03 -2.37381593010146811E-03
+ -2.39288258077682359E-03 -2.41210237540421179E-03 -2.43147654402426847E-03
+ -2.45100632655680323E-03 -2.47069297288017272E-03 -2.49053774291121315E-03
+ -2.51054190668589718E-03 -2.53070674444055540E-03 -2.55103354669382635E-03
+ -2.57152361432919736E-03 -2.59217825867826901E-03 -2.61299880160462432E-03
+ -2.63398657558844632E-03 -2.65514292381172469E-03 -2.67646920024424383E-03
+ -2.69796676973017109E-03 -2.71963700807541751E-03 -2.74148130213562298E-03
+ -2.76350104990493719E-03 -2.78569766060541256E-03 -2.80807255477721375E-03
+ -2.83062716436946124E-03 -2.85336293283188804E-03 -2.87628131520714821E-03
+ -2.89938377822395029E-03 -2.92267180039085641E-03 -2.94614687209091529E-03
+ -2.96981049567697280E-03 -2.99366418556782721E-03 -3.01770946834507793E-03
+ -3.04194788285083685E-03 -3.06638098028612621E-03 -3.09101032431016937E-03
+ -3.11583749114038031E-03 -3.14086406965324427E-03 -3.16609166148592441E-03
+ -3.19152188113876970E-03 -3.21715635607855389E-03 -3.24299672684263745E-03
+ -3.26904464714386977E-03 -3.29530178397643026E-03 -3.32176981772242235E-03
+ -3.34845044225941550E-03 -3.37534536506875872E-03 -3.40245630734485735E-03
+ -3.42978500410522818E-03 -3.45733320430153699E-03 -3.48510267093144182E-03
+ -3.51309518115138766E-03 -3.54131252639027817E-03 -3.56975651246407930E-03
+ -3.59842895969132584E-03 -3.62733170300955999E-03 -3.65646659209271224E-03
+ -3.68583549146941176E-03 -3.71544028064224943E-03 -3.74528285420800333E-03
+ -3.77536512197882345E-03 -3.80568900910438967E-03 -3.83625645619504888E-03
+ -3.86706941944593924E-03 -3.89812987076211363E-03 -3.92943979788466444E-03
+ -3.96100120451785883E-03 -3.99281611045729581E-03 -4.02488655171908977E-03
+ -4.05721458067008663E-03 -4.08980226615913642E-03 -4.12265169364940589E-03
+ -4.15576496535175442E-03 -4.18914420035918465E-03 -4.22279153478237121E-03
+ -4.25670912188626672E-03 -4.29089913222781803E-03 -4.32536375379477360E-03
+ -4.36010519214560712E-03 -4.39512567055057486E-03 -4.43042743013388144E-03
+ -4.46601273001700789E-03 -4.50188384746317682E-03 -4.53804307802297465E-03
+ -4.57449273568115086E-03 -4.61123515300457861E-03 -4.64827268129142362E-03
+ -4.68560769072148484E-03 -4.72324257050775811E-03 -4.76117972904920635E-03
+ -4.79942159408475524E-03 -4.83797061284852500E-03 -4.87682925222630501E-03
+ -4.91599999891328618E-03 -4.95548535957304574E-03 -4.99528786099782355E-03
+ -5.03541005027007167E-03 -5.07585449492529810E-03 -5.11662378311621667E-03
+ -5.15772052377822324E-03 -5.19914734679617369E-03 -5.24090690317252899E-03
+ -5.28300186519681421E-03 -5.32543492661646713E-03 -5.36820880280903384E-03
+ -5.41132623095574774E-03 -5.45478997021650591E-03 -5.49860280190624540E-03
+ -5.54276752967272114E-03 -5.58728697967572976E-03 -5.63216400076773857E-03
+ -5.67740146467599679E-03 -5.72300226618607452E-03 -5.76896932332688402E-03
+ -5.81530557755718762E-03 -5.86201399395359056E-03 -5.90909756140004655E-03
+ -5.95655929277886988E-03 -6.00440222516327934E-03 -6.05262942001150595E-03
+ -6.10124396336241947E-03 -6.15024896603273696E-03 -6.19964756381582559E-03
+ -6.24944291768206317E-03 -6.29963821398083022E-03 -6.35023666464411447E-03
+ -6.40124150739172521E-03 -6.45265600593817375E-03 -6.50448345020119851E-03
+ -6.55672715651195274E-03 -6.60939046782688978E-03 -6.66247675394132741E-03
+ -6.71598941170472967E-03 -6.76993186523770513E-03 -6.82430756615075382E-03
+ -6.87911999376474015E-03 -6.93437265533315608E-03 -6.99006908626613726E-03
+ -7.04621285035628674E-03 -7.10280754000630361E-03 -7.15985677645842016E-03
+ -7.21736421002568043E-03 -7.27533352032507744E-03 -7.33376841651253199E-03
+ -7.39267263751976645E-03 -7.45204995229306437E-03 -7.51190416003394684E-03
+ -7.57223909044176056E-03 -7.63305860395821489E-03 -7.69436659201385570E-03
+ -7.75616697727653150E-03 -7.81846371390182426E-03 -7.88126078778549934E-03
+ -7.94456221681795471E-03 -8.00837205114069209E-03 -8.07269437340489039E-03
+ -8.13753329903196994E-03 -8.20289297647628680E-03 -8.26877758748991928E-03
+ -8.33519134738954122E-03 -8.40213850532545159E-03 -8.46962334455273955E-03
+ -8.53765018270463000E-03 -8.60622337206797157E-03 -8.67534729986096410E-03
+ -8.74502638851307884E-03 -8.81526509594721466E-03 -8.88606791586411295E-03
+ -8.95743937802903796E-03 -9.02938404856071068E-03 -9.10190653022261917E-03
+ -9.17501146271656846E-03 -9.24870352297862269E-03 -9.32298742547739943E-03
+ -9.39786792251472332E-03 -9.47334980452868049E-03 -9.54943790039909646E-03
+ -9.62613707775544433E-03 -9.70345224328720245E-03 -9.78138834305667879E-03
+ -9.85995036281433514E-03 -9.93914332831661446E-03 -1.00189723056463061E-02
+ -1.00994424015354526E-02 -1.01805587636908182E-02 -1.02623265811219860E-02
+ -1.03447510844720050E-02 -1.04278375463507135E-02 -1.05115912816707013E-02
+ -1.05960176479859332E-02 -1.06811220458330695E-02 -1.07669099190755135E-02
+ -1.08533867552501623E-02 -1.09405580859169467E-02 -1.10284294870111287E-02
+ -1.11170065791983980E-02 -1.12062950282327857E-02 -1.12963005453174462E-02
+ -1.13870288874682590E-02 -1.14784858578803536E-02 -1.15706773062975183E-02
+ -1.16636091293845692E-02 -1.17572872711026333E-02 -1.18517177230874401E-02
+ -1.19469065250305938E-02 -1.20428597650638972E-02 -1.21395835801466657E-02
+ -1.22370841564561645E-02 -1.23353677297811243E-02 -1.24344405859183587E-02
+ -1.25343090610725155E-02 -1.26349795422590460E-02 -1.27364584677102950E-02
+ -1.28387523272848452E-02 -1.29418676628801008E-02 -1.30458110688481052E-02
+ -1.31505891924146752E-02 -1.32562087341018386E-02 -1.33626764481536014E-02
+ -1.34699991429650962E-02 -1.35781836815151071E-02 -1.36872369818020218E-02
+ -1.37971660172831901E-02 -1.39079778173178126E-02 -1.40196794676132677E-02
+ -1.41322781106749881E-02 -1.42457809462598530E-02 -1.43601952318332150E-02
+ -1.44755282830294641E-02 -1.45917874741162412E-02 -1.47089802384623297E-02
+ -1.48271140690092104E-02 -1.49461965187463151E-02 -1.50662352011900428E-02
+ -1.51872377908665538E-02 -1.53092120237983097E-02 -1.54321656979944689E-02
+ -1.55561066739451689E-02 -1.56810428751196183E-02 -1.58069822884681459E-02
+ -1.59339329649281908E-02 -1.60619030199342441E-02 -1.61909006339317832E-02
+ -1.63209340528952668E-02 -1.64520115888501656E-02 -1.65841416203990691E-02
+ -1.67173325932519490E-02 -1.68515930207605268E-02 -1.69869314844568742E-02
+ -1.71233566345961562E-02 -1.72608771907036933E-02 -1.73995019421262428E-02
+ -1.75392397485875824E-02 -1.76800995407484889E-02 -1.78220903207709988E-02
+ -1.79652211628871378E-02 -1.81095012139720589E-02 -1.82549396941216364E-02
+ -1.84015458972345801E-02 -1.85493291915990316E-02 -1.86982990204837725E-02
+ -1.88484649027340183E-02 -1.89998364333718098E-02 -1.91524232842011227E-02
+ -1.93062352044175954E-02 -1.94612820212230475E-02 -1.96175736404447486E-02
+ -1.97751200471594710E-02 -1.99339313063223930E-02 -2.00940175634008178E-02
+ -2.02553890450128601E-02 -2.04180560595710429E-02 -2.05820289979308513E-02
+ -2.07473183340442617E-02 -2.09139346256183856E-02 -2.10818885147792019E-02
+ -2.12511907287402241E-02 -2.14218520804765160E-02 -2.15938834694038295E-02
+ -2.17672958820629044E-02 -2.19421003928090830E-02 -2.21183081645071784E-02
+ -2.22959304492317371E-02 -2.24749785889725509E-02 -2.26554640163456854E-02
+ -2.28373982553098792E-02 -2.30207929218884354E-02 -2.32056597248966462E-02
+ -2.33920104666747140E-02 -2.35798570438263376E-02 -2.37692114479628319E-02
+ -2.39600857664529834E-02 -2.41524921831785915E-02 -2.43464429792957029E-02
+ -2.45419505340016969E-02 -2.47390273253081071E-02 -2.49376859308193324E-02
+ -2.51379390285172873E-02 -2.53397993975518765E-02 -2.55432799190375460E-02
+ -2.57483935768557451E-02 -2.59551534584634980E-02 -2.61635727557080686E-02
+ -2.63736647656476857E-02 -2.65854428913784545E-02 -2.67989206428675547E-02
+ -2.70141116377925448E-02 -2.72310296023869913E-02 -2.74496883722925161E-02
+ -2.76701018934170512E-02 -2.78922842227995564E-02 -2.81162495294812360E-02
+ -2.83420120953831421E-02 -2.85695863161902971E-02 -2.87989867022424434E-02
+ -2.90302278794313424E-02 -2.92633245901046703E-02 -2.94982916939766603E-02
+ -2.97351441690454493E-02 -2.99738971125170540E-02 -3.02145657417363447E-02
+ -3.04571653951246843E-02 -3.07017115331245094E-02 -3.09482197391508021E-02
+ -3.11967057205494794E-02 -3.14471853095628848E-02 -3.16996744643021217E-02
+ -3.19541892697266378E-02 -3.22107459386307832E-02 -3.24693608126375433E-02
+ -3.27300503631995365E-02 -3.29928311926070347E-02 -3.32577200350035046E-02
+ -3.35247337574081927E-02 -3.37938893607462112E-02 -3.40652039808858956E-02
+ -3.43386948896836353E-02 -3.46143794960360948E-02 -3.48922753469400049E-02
+ -3.51724001285593016E-02 -3.54547716672999960E-02 -3.57394079308925791E-02
+ -3.60263270294819624E-02 -3.63155472167252316E-02 -3.66070868908969158E-02
+ -3.69009645960022142E-02 -3.71971990228977326E-02 -3.74958090104202529E-02
+ -3.77968135465231378E-02 -3.81002317694207268E-02 -3.84060829687406374E-02
+ -3.87143865866838507E-02 -3.90251622191929368E-02 -3.93384296171281345E-02
+ -3.96542086874515781E-02 -3.99725194944194825E-02 -4.02933822607823566E-02
+ -4.06168173689935227E-02 -4.09428453624256089E-02 -4.12714869465952636E-02
+ -4.16027629903960375E-02 -4.19366945273395297E-02 -4.22733027568047148E-02
+ -4.26126090452956241E-02 -4.29546349277072220E-02 -4.32994021085996578E-02
+ -4.36469324634808503E-02 -4.39972480400973864E-02 -4.43503710597338840E-02
+ -4.47063239185206338E-02 -4.50651291887497682E-02 -4.54268096201997582E-02
+ -4.57913881414684781E-02 -4.61588878613146125E-02 -4.65293320700075827E-02
+ -4.69027442406860437E-02 -4.72791480307247283E-02 -4.76585672831099025E-02
+ -4.80410260278233553E-02 -4.84265484832348131E-02 -4.88151590575029853E-02
+ -4.92068823499851038E-02 -4.96017431526549618E-02 -4.99997664515296064E-02
+ -5.04009774281043987E-02 -5.08054014607968174E-02 -5.12130641263985886E-02
+ -5.16239912015365038E-02 -5.20382086641416608E-02 -5.24557426949272682E-02
+ -5.28766196788748935E-02 -5.33008662067292541E-02 -5.37285090765014725E-02
+ -5.41595752949808260E-02 -5.45940920792546830E-02 -5.50320868582373016E-02
+ -5.54735872742065234E-02 -5.59186211843491904E-02 -5.63672166623148188E-02
+ -5.68194019997773150E-02 -5.72752057080053098E-02 -5.77346565194406039E-02
+ -5.81977833892847740E-02 -5.86646154970937306E-02 -5.91351822483808173E-02
+ -5.96095132762275298E-02 -6.00876384429025051E-02 -6.05695878414884009E-02
+ -6.10553917975165325E-02 -6.15450808706094823E-02 -6.20386858561315022E-02
+ -6.25362377868464159E-02 -6.30377679345832109E-02 -6.35433078119093248E-02
+ -6.40528891738113004E-02 -6.45665440193825407E-02 -6.50843045935189934E-02
+ -6.56062033886212620E-02 -6.61322731463045294E-02 -6.66625468591149628E-02
+ -6.71970577722532242E-02 -6.77358393853046831E-02 -6.82789254539764578E-02
+ -6.88263499918408822E-02 -6.93781472720851888E-02 -6.99343518292679378E-02
+ -7.04949984610812458E-02 -7.10601222301191354E-02 -7.16297584656516301E-02
+ -7.22039427654046911E-02 -7.27827109973457342E-02 -7.33660993014743079E-02
+ -7.39541440916182402E-02 -7.45468820572346424E-02 -7.51443501652158397E-02
+ -7.57465856616998251E-02 -7.63536260738852390E-02 -7.69655092118507189E-02
+ -7.75822731703779966E-02 -7.82039563307789926E-02 -7.88305973627265039E-02
+ -7.94622352260881681E-02 -8.00989091727634661E-02 -8.07406587485236527E-02
+ -8.13875237948541441E-02 -8.20395444507992788E-02 -8.26967611548090759E-02
+ -8.33592146465877010E-02 -8.40269459689435005E-02 -8.46999964696398960E-02
+ -8.53784078032472499E-02 -8.60622219329951615E-02 -8.67514811326246943E-02
+ -8.74462279882406573E-02 -8.81465054001630277E-02 -8.88523565847776087E-02
+ -8.95638250763851063E-02 -9.02809547290488595E-02 -9.10037897184397954E-02
+ -9.17323745436791349E-02 -9.24667540291779222E-02 -9.32069733264732636E-02
+ -9.39530779160602514E-02 -9.47051136092198070E-02 -9.54631265498414594E-02
+ -9.62271632162406965E-02 -9.69972704229702665E-02 -9.77734953226249287E-02
+ -9.85558854076391544E-02 -9.93444885120774168E-02 -1.00139352813415891E-01
+ -1.00940526834315661E-01 -1.01748059444386196E-01 -1.02561999861939215E-01
+ -1.03382397655731179E-01 -1.04209302746694404E-01 -1.05042765409656361E-01
+ -1.05882836275046008E-01 -1.06729566330586223E-01 -1.07583006922972388E-01
+ -1.08443209759535600E-01 -1.09310226909890021E-01 -1.10184110807563240E-01
+ -1.11064914251608943E-01 -1.11952690408201286E-01 -1.12847492812209918E-01
+ -1.13749375368754568E-01 -1.14658392354738292E-01 -1.15574598420359220E-01
+ -1.16498048590598077E-01 -1.17428798266681872E-01 -1.18366903227522163E-01
+ -1.19312419631126793E-01 -1.20265404015984470E-01 -1.21225913302420357E-01
+ -1.22194004793922159E-01 -1.23169736178435241E-01 -1.24153165529625187E-01
+ -1.25144351308106888E-01 -1.26143352362638211E-01 -1.27150227931278309E-01
+ -1.28165037642508139E-01 -1.29187841516311602E-01 -1.30218699965216983E-01
+ -1.31257673795296403E-01 -1.32304824207121668E-01 -1.33360212796674510E-01
+ -1.34423901556210784E-01 -1.35495952875076126E-01 -1.36576429540472249E-01
+ -1.37665394738170882E-01 -1.38762912053174925E-01 -1.39869045470324943E-01
+ -1.40983859374847253E-01 -1.42107418552842896E-01 -1.43239788191716011E-01
+ -1.44381033880539245E-01 -1.45531221610354061E-01 -1.46690417774403892E-01
+ -1.47858689168297419E-01 -1.49036102990103031E-01 -1.50222726840365306E-01
+ -1.51418628722046950E-01 -1.52623877040392070E-01 -1.53838540602708379E-01
+ -1.55062688618065797E-01 -1.56296390696908621E-01 -1.57539716850579825E-01
+ -1.58792737490754787E-01 -1.60055523428777408E-01 -1.61328145874900547E-01
+ -1.62610676437426660E-01 -1.63903187121744315E-01 -1.65205750329260048E-01
+ -1.66518438856219780E-01 -1.67841325892419568E-01 -1.69174485019800813E-01
+ -1.70517990210923259E-01 -1.71871915827316341E-01 -1.73236336617704878E-01
+ -1.74611327716104936E-01 -1.75996964639786313E-01 -1.77393323287097865E-01
+ -1.78800479935152551E-01 -1.80218511237369455E-01 -1.81647494220860850E-01
+ -1.83087506283667656E-01 -1.84538625191838557E-01 -1.86000929076346466E-01
+ -1.87474496429838683E-01 -1.88959406103216099E-01 -1.90455737302038436E-01
+ -1.91963569582750654E-01 -1.93482982848716456E-01 -1.95014057346064668E-01
+ -1.96556873659340298E-01 -1.98111512706955012E-01 -1.99678055736431409E-01
+ -2.01256584319434995E-01 -2.02847180346592826E-01 -2.04449926022089001E-01
+ -2.06064903858022369E-01 -2.07692196668533419E-01 -2.09331887563691255E-01
+ -2.10984059943132407E-01 -2.12648797489445207E-01 -2.14326184161294869E-01
+ -2.16016304186286201E-01 -2.17719242053549727E-01 -2.19435082506037132E-01
+ -2.21163910532533703E-01 -2.22905811359376010E-01 -2.24660870441866195E-01
+ -2.26429173455374749E-01 -2.28210806286125056E-01 -2.30005855021659850E-01
+ -2.31814405940966028E-01 -2.33636545504245063E-01 -2.35472360342339704E-01
+ -2.37321937245799225E-01 -2.39185363153576303E-01 -2.41062725141343664E-01
+ -2.42954110409424023E-01 -2.44859606270335262E-01 -2.46779300135914537E-01
+ -2.48713279504014145E-01 -2.50661631944780694E-01 -2.52624445086495786E-01
+ -2.54601806600968261E-01 -2.56593804188467278E-01 -2.58600525562186656E-01
+ -2.60622058432246173E-01 -2.62658490489176333E-01 -2.64709909386889153E-01
+ -2.66776402725145356E-01 -2.68858058031491098E-01 -2.70954962742654848E-01
+ -2.73067204185388712E-01 -2.75194869556747768E-01 -2.77338045903812724E-01
+ -2.79496820102782373E-01 -2.81671278837452355E-01 -2.83861508577087307E-01
+ -2.86067595553658405E-01 -2.88289625738428479E-01 -2.90527684817872944E-01
+ -2.92781858168928100E-01 -2.95052230833575790E-01 -2.97338887492658022E-01
+ -2.99641912438967872E-01 -3.01961389549612325E-01 -3.04297402257615590E-01
+ -3.06650033522744558E-01 -3.09019365801540213E-01 -3.11405481016549579E-01
+ -3.13808460524770572E-01 -3.16228385085160657E-01 -3.18665334825296132E-01
+ -3.21119389207163541E-01 -3.23590626992047492E-01 -3.26079126204494918E-01
+ -3.28584964095334775E-01 -3.31108217103758651E-01 -3.33648960818465568E-01
+ -3.36207269937677411E-01 -3.38783218228165151E-01 -3.41376878483246493E-01
+ -3.43988322479714337E-01 -3.46617620933674098E-01 -3.49264843455268148E-01
+ -3.51930058502303522E-01 -3.54613333332769176E-01 -3.57314733956003605E-01
+ -3.60034325082716711E-01 -3.62772170073800915E-01 -3.65528330887886610E-01
+ -3.68302868027616970E-01 -3.71095840484618911E-01 -3.73907305683211011E-01
+ -3.76737319422789874E-01 -3.79585935818620712E-01 -3.82453207241312820E-01
+ -3.85339184254879341E-01 -3.88243915553332763E-01 -3.91167447895791054E-01
+ -3.94109826040066669E-01 -3.97071092674822101E-01 -4.00051288350150691E-01
+ -4.03050451406292753E-01 -4.06068617900856965E-01 -4.09105821534398617E-01
+ -4.12162093574308941E-01 -4.15237462776984811E-01 -4.18331955308253234E-01
+ -4.21445594662194667E-01 -4.24578401578085352E-01 -4.27730393955196353E-01
+ -4.30901586765908173E-01 -4.34091991966943258E-01 -4.37301618408664328E-01
+ -4.40530471742413998E-01 -4.43778554325870600E-01 -4.47045865126650122E-01
+ -4.50332399623659230E-01 -4.53638149706030391E-01 -4.56963103570183438E-01
+ -4.60307245614754279E-01 -4.63670556333346195E-01 -4.67053012205071172E-01
+ -4.70454585582876395E-01 -4.73875244579998633E-01 -4.77314952953723337E-01
+ -4.80773669986485463E-01 -4.84251350364915290E-01 -4.87747944056511396E-01
+ -4.91263396183893641E-01 -4.94797646896611987E-01 -4.98350631240533748E-01
+ -5.01922279025293627E-01 -5.05512514688519765E-01 -5.09121257157227447E-01
+ -5.12748419707008019E-01 -5.16393909818626540E-01 -5.20057629031990043E-01
+ -5.23739472797471128E-01 -5.27439330324662503E-01 -5.31157084429214166E-01
+ -5.34892611375820781E-01 -5.38645780718330913E-01 -5.42416455137552544E-01
+ -5.46204490276304577E-01 -5.50009734571696995E-01 -5.53832029084628252E-01
+ -5.57671207326682628E-01 -5.61527095085241790E-01 -5.65399510244028791E-01
+ -5.69288262600929351E-01 -5.73193153683494994E-01 -5.77113976561636433E-01
+ -5.81050515657506317E-01 -5.85002546552585989E-01 -5.88969835792327312E-01
+ -5.92952140689279039E-01 -5.96949209120862245E-01 -6.00960779324876571E-01
+ -6.04986579692802229E-01 -6.09026328560416386E-01 -6.13079733995722465E-01
+ -6.17146493584256439E-01 -6.21226294212421370E-01 -6.25318811849701173E-01
+ -6.29423711324775259E-01 -6.33540646100192673E-01 -6.37669258045188925E-01
+ -6.41809177206179027E-01 -6.45960021574962351E-01 -6.50121396854743794E-01
+ -6.54292896225135978E-01 -6.58474100106549165E-01 -6.62664575917898957E-01
+ -6.66863877834204644E-01 -6.71071546543011710E-01 -6.75287108999210184E-01
+ -6.79510078178351296E-01 -6.83739952828607001E-01 -6.87976217223368214E-01
+ -6.92218340913797525E-01 -6.96465778474505748E-01 -7.00717969251077655E-01
+ -7.04974337107599713E-01 -7.09234290173788695E-01 -7.13497220591951864E-01
+ -7.17762504263986689E-01 -7.22029500601604535E-01 -7.26297552277122005E-01
+ -7.30565984967803672E-01 -7.34834107104871070E-01 -7.39101209624307476E-01
+ -7.43366565719193240E-01 -7.47629430593898303E-01 -7.51889041220512921E-01
+ -7.56144616102336187E-01 -7.60395355038476328E-01 -7.64640438883466556E-01
+ -7.68879029315385099E-01 -7.73110268608431905E-01 -7.77333279409875288E-01
+ -7.81547164521831372E-01 -7.85751006688538145E-01 -7.89943868396110083E-01
+ -7.94124791673756714E-01 -7.98292797893015882E-01 -8.02446887580555601E-01
+ -8.06586040239203661E-01 -8.10709214177355975E-01 -8.14815346347388170E-01
+ -8.18903352194211842E-01 -8.22972125523650955E-01 -8.27020538372282399E-01
+ -8.31047440880440580E-01 -8.35051661185255312E-01 -8.39032005327069896E-01
+ -8.42987257169674042E-01 -8.46916178335171188E-01 -8.50817508155399915E-01
+ -8.54689963652675133E-01 -8.58532239521478058E-01 -8.62343008121274290E-01
+ -8.66120919497356478E-01 -8.69864601421841188E-01 -8.73572659455569389E-01
+ -8.77243677031953939E-01 -8.80876215565933207E-01 -8.84468814603912690E-01
+ -8.88019991973495459E-01 -8.91528243955744815E-01 -8.94992045494976796E-01
+ -8.98409850437247415E-01 -9.01780091798604411E-01 -9.05101182064354082E-01
+ -9.08371513524459107E-01 -9.11589458663312979E-01 -9.14753370547502609E-01
+ -9.17861583251280089E-01 -9.20912412330359587E-01 -9.23904155334631993E-01
+ -9.26835092361122270E-01 -9.29703486648612909E-01 -9.32507585221980184E-01
+ -9.35245619604842093E-01 -9.37915806527938378E-01 -9.40516348693897886E-01
+ -9.43045435601794879E-01 -9.45501244421999676E-01 -9.47881940922754351E-01
+ -9.50185680449946002E-01 -9.52410608972330430E-01 -9.54554864207261211E-01
+ -9.56616576739871549E-01 -9.58593871219396210E-01 -9.60484867626187233E-01
+ -9.62287682600243666E-01 -9.64000430832538280E-01 -9.65621226520406051E-01
+ -9.67148184904866093E-01 -9.68579423895207570E-01 -9.69913065685231501E-01
+ -9.71147238466250062E-01 -9.72280078218899391E-01 -9.73309730575009691E-01
+ -9.74234352750234067E-01 -9.75052115548117548E-01 -9.75761205459909964E-01
+ -9.76359826848273937E-01 -9.76846204120657147E-01 -9.77218584012787161E-01
+ -9.77475237952334486E-01 -9.77614464494211077E-01 -9.77634591826942900E-01
+ -9.77533980349634457E-01 -9.77311025349425821E-01 -9.76964159743656357E-01
+ -9.76491856806982916E-01 -9.75892633007813926E-01 -9.75165050913242681E-01
+ -9.74307722153561873E-01 -9.73319310443502617E-01 -9.72198534657691571E-01
+ -9.70944171991781513E-01 -9.69555061147258868E-01 -9.68030105488251191E-01
+ -9.66368276281439842E-01 -9.64568615970831877E-01 -9.62630241476947757E-01
+ -9.60552347513913163E-01 -9.58334209918584312E-01 -9.55975189015603743E-01
+ -9.53474732938628722E-01 -9.50832380892587370E-01 -9.48047766433317896E-01
+ -9.45120620715108606E-01 -9.42050775692626963E-01 -9.38838167265541257E-01
+ -9.35482838354483426E-01 -9.31984941909025477E-01 -9.28344743778142134E-01
+ -9.24562625458479781E-01 -9.20639086740391965E-01 -9.16574748210404966E-01
+ -9.12370353592050765E-01 -9.08026771907162189E-01 -9.03544999437572938E-01
+ -8.98926161443005300E-01 -8.94171513633522985E-01 -8.89282443408969447E-01
+ -8.84260470815899424E-01 -8.79107249201345864E-01 -8.73824565541103215E-01
+ -8.68414340419556119E-01 -8.62878627627996941E-01 -8.57219613270678304E-01
+ -8.51439614539204137E-01 -8.45541078092297727E-01 -8.39526577931143603E-01
+ -8.33398812786750320E-01 -8.27160602998389005E-01 -8.20814886862587967E-01
+ -8.14364716402929401E-01 -8.07813252378876356E-01 -8.01163758981721319E-01
+ -7.94419597967652935E-01 -7.87584222107549858E-01 -7.80661168030075681E-01
+ -7.73654048457724786E-01 -7.66566543840026093E-01 -7.59402393322748726E-01
+ -7.52165384847768737E-01 -7.44859345240496462E-01 -7.37488129732802977E-01
+ -7.30055610899439489E-01 -7.22565667183982629E-01 -7.15022171083757541E-01
+ -7.07428977077505183E-01 -6.99789909263825893E-01 -6.92108748636902416E-01
+ -6.84389221296959893E-01 -6.76634986737225552E-01 -6.68849626462214242E-01
+ -6.61036633294403986E-01 -6.53199401620193298E-01 -6.45341218861203658E-01
+ -6.37465258318407946E-01 -6.29574573768208912E-01 -6.21672097351064545E-01
+ -6.13760639930840846E-01 -6.05842894754401229E-01 -5.97921444946774350E-01
+ -5.89998776019784898E-01 -5.82077293043665844E-01 -5.74159344513824110E-01
+ -5.66247257944011095E-01 -5.58343336474179219E-01 -5.50449857427402378E-01
+ -5.42569071976552686E-01 -5.34703203941795158E-01 -5.26854449015330739E-01
+ -5.19024973858532301E-01 -5.11216915168543506E-01 -5.03432378776334399E-01
+ -4.95673439034631513E-01 -4.87942138063233111E-01 -4.80240484993241179E-01
+ -4.72570455234094411E-01 -4.64933989763583466E-01 -4.57332994439419938E-01
+ -4.49769339243506594E-01 -4.42244857613142806E-01 -4.34761345975787472E-01
+ -4.27320563171592449E-01 -4.19924229887319478E-01 -4.12574028114866043E-01
+ -4.05271600634675988E-01 -3.98018550521617775E-01 -3.90816440601372050E-01
+ -3.83666793016078977E-01 -3.76571088916869356E-01 -3.69530768080927274E-01
+ -3.62547228548080969E-01 -3.55621826283409381E-01 -3.48755874866059468E-01
+ -3.41950645201437697E-01 -3.35207365209727437E-01 -3.28527219621473354E-01
+ -3.21911349838993555E-01 -3.15360853760146442E-01 -3.08876785626344297E-01
+ -3.02460155897382788E-01 -2.96111931153203389E-01 -2.89833034020471891E-01
+ -2.83624343106655574E-01 -2.77486693014517838E-01 -2.71420874382205690E-01
+ -2.65427633919790185E-01 -2.59507674472046146E-01 -2.53661655108048278E-01
+ -2.47890191237580992E-01 -2.42193854754910287E-01 -2.36573174222575094E-01
+ -2.31028635087788314E-01 -2.25560679906698092E-01 -2.20169708591971741E-01
+ -2.14856078686375240E-01 -2.09620105662105510E-01 -2.04462063245702735E-01
+ -1.99382183774510890E-01 -1.94380658621989943E-01 -1.89457638592988947E-01
+ -1.84613234329927434E-01 -1.79847516759866044E-01 -1.75160517565448343E-01
+ -1.70552229679205969E-01 -1.66022607800866195E-01 -1.61571568952457861E-01
+ -1.57198993122020514E-01 -1.52904723808445220E-01 -1.48688568596357179E-01
+ -1.44550299779657221E-01 -1.40489655005178099E-01 -1.36506337935821648E-01
+ -1.32600018932634872E-01 -1.28770335783365109E-01 -1.25016894525140199E-01
+ -1.21339270103453661E-01 -1.17737007089469575E-01 -1.14209620444968560E-01
+ -1.10756596302207577E-01 -1.07377392757938075E-01 -1.04071440680858274E-01
+ -1.00838144576794020E-01 -9.76768835353079290E-02 -9.45870119622495009E-02
+ -9.15678603998135721E-02 -8.86187363867775441E-02 -8.57389253272273222E-02
+ -8.29276913669347859E-02 -8.01842782766202383E-02 -7.75079104060340945E-02
+ -7.48977936879671180E-02 -7.23531163995590060E-02 -6.98730500345411398E-02
+ -6.74567502042858480E-02 -6.51033575401679665E-02 -6.28119985963363631E-02
+ -6.05817867525671738E-02 -5.84118232010517394E-02 -5.63011979364866563E-02
+ -5.42489904989388455E-02 -5.22542708414982446E-02 -5.03161002137406874E-02
+ -4.84335320392038499E-02 -4.66056127860026842E-02 -4.48313828313585613E-02
+ -4.31098774210840266E-02 -4.14401275770502342E-02 -3.98211607755617966E-02
+ -3.82520017534152199E-02 -3.67316733171425686E-02 -3.52591971396018014E-02
+ -3.38335945431659513E-02 -3.24538872722267002E-02 -3.11190983675207790E-02
+ -2.98282529324191380E-02 -2.85803787062997028E-02 -2.73745067582770452E-02
+ -2.62096721734498619E-02 -2.50849147212024830E-02 -2.39992795050229975E-02
+ -2.29518175993272400E-02 -2.19415867893177283E-02 -2.09676521541391700E-02
+ -2.00290865046259502E-02 -1.91249709262247443E-02 -1.82543953067807220E-02
+ -1.74164588430452266E-02 -1.66102705256363364E-02 -1.58349496113577154E-02
+ -1.50896261934925658E-02 -1.43734415807059805E-02 -1.36855485819158927E-02
+ -1.30251118765692259E-02 -1.23913083656176891E-02 -1.17833275001648034E-02
+ -1.12003715878029441E-02 -1.06416560892476780E-02 -1.01064100020117412E-02
+ -9.59387603604967831E-03 -9.10331074366801246E-03 -8.63398471391953366E-03
+ -8.18518274693273880E-03 -7.75620400713255415E-03 -7.34636215563490898E-03
+ -6.95498547794037945E-03 -6.58141708320910627E-03 -6.22501489780248954E-03
+ -5.88515165297177293E-03 -5.56121491789525121E-03 -5.25260711471124426E-03
+ -4.95874551558887506E-03 -4.67906222232245851E-03 -4.41300414741675490E-03
+ -4.16003304878653259E-03 -3.91962537772620138E-03 -3.69127214942128936E-03
+ -3.47447884342559502E-03 -3.26876529012973824E-03 -3.07366554373019038E-03
+ -2.88872774229991837E-03 -2.71351397569462912E-03 -2.54760018885515256E-03
+ -2.39057592945269735E-03 -2.24204413432319352E-03 -2.10162093505239424E-03
+ -1.96893545446898653E-03 -1.84362959466321196E-03 -1.72535781715323360E-03
+ -1.61378693638631623E-03 -1.50859593223598128E-03 -1.40947564406780157E-03
+ -1.31612850909944030E-03 -1.22826831342642698E-03 -1.14561993884894960E-03
+ -1.06791910606496439E-03 -9.94912114816714002E-04 -9.26355601107524450E-04
+ -8.62016300731190122E-04 -8.01670731334673580E-04 -7.45104916686381222E-04
+ -6.92114120327656118E-04 -6.42502579197831930E-04 -5.96083237679019659E-04
+ -5.52677482601059600E-04 -5.12114896789563111E-04 -4.74233010961495937E-04
+ -4.38877005753722646E-04 -4.05899449798703042E-04 -3.75160045711233118E-04
+ -3.46525379099644397E-04 -3.19868670896576853E-04 -2.95069533499958746E-04
+ -2.72013744821279887E-04 -2.50593017030015003E-04 -2.30704739225984928E-04
+ -2.12251748564197253E-04 -1.95142108563103991E-04 -1.79288892233073525E-04
+ -1.64609970169100813E-04 -1.51027804039944192E-04 -1.38469255809579281E-04
+ -1.26865391109525150E-04 -1.16151272319849226E-04 -1.06265772742972271E-04
+ -9.71513973256059343E-05 -8.87541088455962571E-05 -8.10231595816583532E-05
+ -7.39109288267036490E-05 -6.73727731366536745E-05 -6.13668718936826000E-05
+ -5.58540715820195113E-05 -5.07977448929920912E-05 -4.61636555556336472E-05
+ -4.19198283929401915E-05 -3.80364245348126180E-05 -3.44856220668489049E-05
+ -3.12415062498038520E-05 -2.82799567661109193E-05 -2.55785377834980837E-05
+ -2.31163979648021818E-05 -2.08741751772251770E-05 -1.88339056399308537E-05
+ -1.69789373954018159E-05 -1.52938483014881915E-05 -1.37643707294738776E-05
+ -1.23773148209835391E-05 -1.11204956474102202E-05 -9.98266675361328758E-06
+ -8.95345729075366174E-06 -8.02331257049400950E-06 -7.18343791522054887E-06
+ -6.42574592858048936E-06 -5.74280815751016894E-06 -5.12780635596218848E-06
+ -4.57448722166233923E-06 -4.07712105711512019E-06 -3.63046297247443517E-06
+ -3.22971650643483635E-06 -2.87049955253968191E-06 -2.54881265925949736E-06
+ -2.26101002034642924E-06 -2.00377061111217934E-06 -1.77407185145172304E-06
+ -1.56916557481820376E-06 -1.38655566369854615E-06 -1.22397725907887279E-06
+ -1.07937745561560899E-06 -9.50897513567759993E-07 -8.36856612263568525E-07
+ -7.35735931944171644E-07 -6.46164337321073205E-07 -5.66905351616411772E-07
+ -4.96845140637807238E-07 -4.34981441994480347E-07 -3.80413377572249766E-07
+ -3.32332159206879177E-07 -2.90012619666872122E-07 -2.52805056396689416E-07
+ -2.20127982218747091E-07 -1.91461560125561560E-07 -1.66341602993430582E-07
+ -1.44354096637945512E-07 -1.25130207056559638E-07 -1.08341771843931372E-07
+ -9.36972043214941815E-08 -8.09376215580554893E-08 -6.98334368729938791E-08
+ -6.01812933534637970E-08 -5.18012883329822579E-08 -4.45344646386259724E-08
+ -3.82405461671580005E-08 -3.27959143890420908E-08 -2.80917776846489320E-08
+ -2.40324738058110780E-08 -2.05339890727027108E-08 -1.75226360613281340E-08
+ -1.49338689312578148E-08 -1.27112236015188382E-08 -1.08053711056489808E-08
+ -9.17328068165675438E-09 -7.77746683209300370E-09 -6.58530463797024311E-09
+ -5.56843745036348412E-09 -4.70225271898315069E-09 -3.96541742144993577E-09
+ -3.33946695154813563E-09 -2.80844196058961715E-09 -2.35857079736185457E-09
+ -1.97798586201490555E-09
+                              </PP_CHI.1>
+ <PP_CHI.2 type="real" size="  1489" l="0" occupation=" 0.0000" columns="3">
+ -2.86999993872707841E-04 -2.89305202303151399E-04 -2.91628926363354454E-04
+ -2.93971314772402826E-04 -2.96332517443906090E-04 -2.98712685495591845E-04
+ -3.01111971258977119E-04 -3.03530528289118061E-04 -3.05968511374436986E-04
+ -3.08426076546629215E-04 -3.10903381090648799E-04 -3.13400583554775277E-04
+ -3.15917843760760294E-04 -3.18455322814056288E-04 -3.21013183114127740E-04
+ -3.23591588364843959E-04 -3.26190703584956971E-04 -3.28810695118661922E-04
+ -3.31451730646244050E-04 -3.34113979194809306E-04 -3.36797611149102850E-04
+ -3.39502798262413192E-04 -3.42229713667564761E-04 -3.44978531887998180E-04
+ -3.47749428848939982E-04 -3.50542581888661406E-04 -3.53358169769829014E-04
+ -3.56196372690944379E-04 -3.59057372297877343E-04 -3.61941351695491641E-04
+ -3.64848495459363072E-04 -3.67778989647592528E-04 -3.70733021812714167E-04
+ -3.73710781013698076E-04 -3.76712457828050394E-04 -3.79738244364010488E-04
+ -3.82788334272845523E-04 -3.85862922761244260E-04 -3.88962206603810578E-04
+ -3.92086384155656273E-04 -3.95235655365096901E-04 -3.98410221786447689E-04
+ -4.01610286592923057E-04 -4.04836054589640152E-04 -4.08087732226725662E-04
+ -4.11365527612529637E-04 -4.14669650526943128E-04 -4.18000312434825376E-04
+ -4.21357726499536716E-04 -4.24742107596581364E-04 -4.28153672327359223E-04
+ -4.31592639033028707E-04 -4.35059227808480044E-04 -4.38553660516422157E-04
+ -4.42076160801580886E-04 -4.45626954105012734E-04 -4.49206267678533644E-04
+ -4.52814330599261622E-04 -4.56451373784279052E-04 -4.60117630005410863E-04
+ -4.63813333904121786E-04 -4.67538722006532830E-04 -4.71294032738561622E-04
+ -4.75079506441176535E-04 -4.78895385385784661E-04 -4.82741913789731130E-04
+ -4.86619337831934720E-04 -4.90527905668637133E-04 -4.94467867449292038E-04
+ -4.98439475332567187E-04 -5.02442983502489056E-04 -5.06478648184704896E-04
+ -5.10546727662887154E-04 -5.14647482295256596E-04 -5.18781174531251924E-04
+ -5.22948068928322110E-04 -5.27148432168859037E-04 -5.31382533077266305E-04
+ -5.35650642637162380E-04 -5.39953034008724248E-04 -5.44289982546169418E-04
+ -5.48661765815378760E-04 -5.53068663611660399E-04 -5.57510957977656288E-04
+ -5.61988933221393419E-04 -5.66502875934479008E-04 -5.71053075010442487E-04
+ -5.75639821663224407E-04 -5.80263409445814192E-04 -5.84924134269037524E-04
+ -5.89622294420493994E-04 -5.94358190583647839E-04 -5.99132125857071668E-04
+ -6.03944405773844460E-04 -6.08795338321105480E-04 -6.13685233959765180E-04
+ -6.18614405644374939E-04 -6.23583168843155856E-04 -6.28591841558188763E-04
+ -6.33640744345765347E-04 -6.38730200336904623E-04 -6.43860535258032780E-04
+ -6.49032077451829471E-04 -6.54245157898241487E-04 -6.59500110235665144E-04
+ -6.64797270782299752E-04 -6.70136978557670546E-04 -6.75519575304326823E-04
+ -6.80945405509712472E-04 -6.86414816428213763E-04 -6.91928158103382457E-04
+ -6.97485783390339002E-04 -7.03088047978354838E-04 -7.08735310413616195E-04
+ -7.14427932122171342E-04 -7.20166277433060089E-04 -7.25950713601632700E-04
+ -7.31781610833052249E-04 -7.37659342305988018E-04 -7.43584284196499058E-04
+ -7.49556815702108578E-04 -7.55577319066072072E-04 -7.61646179601841475E-04
+ -7.67763785717724039E-04 -7.73930528941740815E-04 -7.80146803946682780E-04
+ -7.86413008575371120E-04 -7.92729543866118420E-04 -7.99096814078393896E-04
+ -8.05515226718695604E-04 -8.11985192566632005E-04 -8.18507125701209968E-04
+ -8.25081443527335054E-04 -8.31708566802526693E-04 -8.38388919663844668E-04
+ -8.45122929655033853E-04 -8.51911027753887197E-04 -8.58753648399826312E-04
+ -8.65651229521706596E-04 -8.72604212565842989E-04 -8.79613042524262983E-04
+ -8.86678167963184604E-04 -8.93800041051724670E-04 -9.00979117590836802E-04
+ -9.08215857042481774E-04 -9.15510722559033136E-04 -9.22864181012917673E-04
+ -9.30276703026495372E-04 -9.37748763002176707E-04 -9.45280839152786052E-04
+ -9.52873413532165023E-04 -9.60526972066023878E-04 -9.68242004583039044E-04
+ -9.76019004846202820E-04 -9.83858470584422122E-04 -9.91760903524372675E-04
+ -9.99726809422608843E-04 -1.00775669809793108E-03 -1.01585108346401295E-03
+ -1.02401048356229188E-03 -1.03223542059512150E-03 -1.04052642095919172E-03
+ -1.04888401527921836E-03 -1.05730873844190102E-03 -1.06580112963015373E-03
+ -1.07436173235761490E-03 -1.08299109450342716E-03 -1.09168976834730317E-03
+ -1.10045831060486899E-03 -1.10929728246329296E-03 -1.11820724961720079E-03
+ -1.12718878230487810E-03 -1.13624245534476513E-03 -1.14536884817224263E-03
+ -1.15456854487671549E-03 -1.16384213423899210E-03 -1.17319020976896452E-03
+ -1.18261336974359631E-03 -1.19211221724519899E-03 -1.20168736020004460E-03
+ -1.21133941141725299E-03 -1.22106898862802825E-03 -1.23087671452517286E-03
+ -1.24076321680295816E-03 -1.25072912819727475E-03 -1.26077508652614519E-03
+ -1.27090173473052388E-03 -1.28110972091546199E-03 -1.29139969839156478E-03
+ -1.30177232571681992E-03 -1.31222826673872651E-03 -1.32276819063679584E-03
+ -1.33339277196535739E-03 -1.34410269069674872E-03 -1.35489863226481190E-03
+ -1.36578128760877701E-03 -1.37675135321746055E-03 -1.38780953117385907E-03
+ -1.39895652920005858E-03 -1.41019306070254793E-03 -1.42151984481785044E-03
+ -1.43293760645857066E-03 -1.44444707635976223E-03 -1.45604899112571290E-03
+ -1.46774409327706445E-03 -1.47953313129835142E-03 -1.49141685968588061E-03
+ -1.50339603899603399E-03 -1.51547143589392318E-03 -1.52764382320247035E-03
+ -1.53991397995185140E-03 -1.55228269142935636E-03 -1.56475074922964421E-03
+ -1.57731895130539890E-03 -1.58998810201839728E-03 -1.60275901219097917E-03
+ -1.61563249915794402E-03 -1.62860938681884783E-03 -1.64169050569073268E-03
+ -1.65487669296127474E-03 -1.66816879254235990E-03 -1.68156765512408901E-03
+ -1.69507413822921798E-03 -1.70868910626803192E-03 -1.72241343059366630E-03
+ -1.73624798955786578E-03 -1.75019366856719329E-03 -1.76425136013969117E-03
+ -1.77842196396199841E-03 -1.79270638694692202E-03 -1.80710554329147500E-03
+ -1.82162035453537993E-03 -1.83625174962003955E-03 -1.85100066494798404E-03
+ -1.86586804444279354E-03 -1.88085483960950296E-03 -1.89596200959549254E-03
+ -1.91119052125186296E-03 -1.92654134919531105E-03 -1.94201547587049650E-03
+ -1.95761389161290848E-03 -1.97333759471224205E-03 -1.98918759147628061E-03
+ -2.00516489629529041E-03 -2.02127053170693318E-03 -2.03750552846170213E-03
+ -2.05387092558888002E-03 -2.07036777046302545E-03 -2.08699711887100261E-03
+ -2.10376003507953355E-03 -2.12065759190330910E-03 -2.13769087077363574E-03
+ -2.15486096180763633E-03 -2.17216896387800989E-03 -2.18961598468334811E-03
+ -2.20720314081901446E-03 -2.22493155784859922E-03 -2.24280237037594293E-03
+ -2.26081672211773726E-03 -2.27897576597671341E-03 -2.29728066411541464E-03
+ -2.31573258803056351E-03 -2.33433271862802140E-03 -2.35308224629835654E-03
+ -2.37198237099301530E-03 -2.39103430230110277E-03 -2.41023925952678526E-03
+ -2.42959847176730951E-03 -2.44911317799165152E-03 -2.46878462711979090E-03
+ -2.48861407810263297E-03 -2.50860280000256156E-03 -2.52875207207464139E-03
+ -2.54906318384847622E-03 -2.56953743521072054E-03 -2.59017613648825562E-03
+ -2.61098060853202961E-03 -2.63195218280157673E-03 -2.65309220145021080E-03
+ -2.67440201741089975E-03 -2.69588299448283953E-03 -2.71753650741871338E-03
+ -2.73936394201265525E-03 -2.76136669518891979E-03 -2.78354617509126269E-03
+ -2.80590380117304002E-03 -2.82844100428802838E-03 -2.85115922678198233E-03
+ -2.87405992258490993E-03 -2.89714455730410644E-03 -2.92041460831793257E-03
+ -2.94387156487031917E-03 -2.96751692816608729E-03 -2.99135221146695773E-03
+ -3.01537894018841105E-03 -3.03959865199724582E-03 -3.06401289691000250E-03
+ -3.08862323739208904E-03 -3.11343124845779367E-03 -3.13843851777100783E-03
+ -3.16364664574685312E-03 -3.18905724565402265E-03 -3.21467194371804783E-03
+ -3.24049237922529373E-03 -3.26652020462788253E-03 -3.29275708564936986E-03
+ -3.31920470139135913E-03 -3.34586474444087661E-03 -3.37273892097871009E-03
+ -3.39982895088851086E-03 -3.42713656786687625E-03 -3.45466351953421314E-03
+ -3.48241156754659515E-03 -3.51038248770840907E-03 -3.53857807008601524E-03
+ -3.56700011912221369E-03 -3.59565045375172948E-03 -3.62453090751752721E-03
+ -3.65364332868815811E-03 -3.68298958037594111E-03 -3.71257154065621252E-03
+ -3.74239110268740661E-03 -3.77245017483221869E-03 -3.80275068077962986E-03
+ -3.83329455966802081E-03 -3.86408376620915855E-03 -3.89512027081329905E-03
+ -3.92640605971516718E-03 -3.95794313510107378E-03 -3.98973351523693263E-03
+ -4.02177923459741578E-03 -4.05408234399604051E-03 -4.08664491071640112E-03
+ -4.11946901864435142E-03 -4.15255676840135292E-03 -4.18591027747878142E-03
+ -4.21953168037343413E-03 -4.25342312872398643E-03 -4.28758679144868645E-03
+ -4.32202485488401671E-03 -4.35673952292459695E-03 -4.39173301716408102E-03
+ -4.42700757703731653E-03 -4.46256545996350992E-03 -4.49840894149067423E-03
+ -4.53454031544109955E-03 -4.57096189405812713E-03 -4.60767600815396427E-03
+ -4.64468500725882198E-03 -4.68199125977110473E-03 -4.71959715310895853E-03
+ -4.75750509386287188E-03 -4.79571750794966032E-03 -4.83423684076755410E-03
+ -4.87306555735260785E-03 -4.91220614253633399E-03 -4.95166110110460776E-03
+ -4.99143295795784637E-03 -5.03152425827246667E-03 -5.07193756766364471E-03
+ -5.11267547234937631E-03 -5.15374057931585004E-03 -5.19513551648415582E-03
+ -5.23686293287831464E-03 -5.27892549879467425E-03 -5.32132590597263894E-03
+ -5.36406686776679225E-03 -5.40715111932038237E-03 -5.45058141774020476E-03
+ -5.49436054227288653E-03 -5.53849129448257763E-03 -5.58297649843007924E-03
+ -5.62781900085338686E-03 -5.67302167134970271E-03 -5.71858740255889227E-03
+ -5.76451911034841277E-03 -5.81081973399972824E-03 -5.85749223639621570E-03
+ -5.90453960421256918E-03 -5.95196484810573984E-03 -5.99977100290738537E-03
+ -6.04796112781786927E-03 -6.09653830660182236E-03 -6.14550564778525328E-03
+ -6.19486628485425676E-03 -6.24462337645529872E-03 -6.29478010659710943E-03
+ -6.34533968485419785E-03 -6.39630534657199389E-03 -6.44768035307363273E-03
+ -6.49946799186838613E-03 -6.55167157686178340E-03 -6.60429444856739517E-03
+ -6.65733997432031883E-03 -6.71081154849238141E-03 -6.76471259270905109E-03
+ -6.81904655606809049E-03 -6.87381691535997319E-03 -6.92902717529004196E-03
+ -6.98468086870245464E-03 -7.04078155680593499E-03 -7.09733282940131025E-03
+ -7.15433830511087894E-03 -7.21180163160961649E-03 -7.26972648585822584E-03
+ -7.32811657433804758E-03 -7.38697563328786447E-03 -7.44630742894259595E-03
+ -7.50611575777388601E-03 -7.56640444673263059E-03 -7.62717735349344433E-03
+ -7.68843836670108239E-03 -7.75019140621882510E-03 -7.81244042337885056E-03
+ -7.87518940123462137E-03 -7.93844235481527653E-03 -8.00220333138205314E-03
+ -8.06647641068677576E-03 -8.13126570523240756E-03 -8.19657536053565450E-03
+ -8.26240955539171359E-03 -8.32877250214110812E-03 -8.39566844693866339E-03
+ -8.46310167002462845E-03 -8.53107648599796264E-03 -8.59959724409182363E-03
+ -8.66866832845122198E-03 -8.73829415841292229E-03 -8.80847918878757512E-03
+ -8.87922791014408852E-03 -8.95054484909627891E-03 -9.02243456859181878E-03
+ -9.09490166820347591E-03 -9.16795078442268416E-03 -9.24158659095546120E-03
+ -9.31581379902068907E-03 -9.39063715765076079E-03 -9.46606145399464874E-03
+ -9.54209151362336340E-03 -9.61873220083787894E-03 -9.69598841897949086E-03
+ -9.77386511074266467E-03 -9.85236725849037397E-03 -9.93149988457193468E-03
+ -1.00112680516434294E-02 -1.00916768629906103E-02 -1.01727314628544344E-02
+ -1.02544370367591703E-02 -1.03367988118431165E-02 -1.04198220571919704E-02
+ -1.05035120841748351E-02 -1.05878742467829280E-02 -1.06729139419709500E-02
+ -1.07586366100012060E-02 -1.08450477347904611E-02 -1.09321528442595361E-02
+ -1.10199575106857180E-02 -1.11084673510579469E-02 -1.11976880274348520E-02
+ -1.12876252473056247E-02 -1.13782847639537499E-02 -1.14696723768236766E-02
+ -1.15617939318903452E-02 -1.16546553220316963E-02 -1.17482624874041298E-02
+ -1.18426214158209413E-02 -1.19377381431337581E-02 -1.20336187536170570E-02
+ -1.21302693803556610E-02 -1.22276962056353748E-02 -1.23259054613367065E-02
+ -1.24249034293316980E-02 -1.25246964418839098E-02 -1.26252908820516305E-02
+ -1.27266931840942180E-02 -1.28289098338816871E-02 -1.29319473693075820E-02
+ -1.30358123807050690E-02 -1.31405115112663770E-02 -1.32460514574655290E-02
+ -1.33524389694844384E-02 -1.34596808516423971E-02 -1.35677839628289398E-02
+ -1.36767552169401486E-02 -1.37866015833184117E-02 -1.38973300871956876E-02
+ -1.40089478101402386E-02 -1.41214618905069183E-02 -1.42348795238910406E-02
+ -1.43492079635857989E-02 -1.44644545210433541E-02 -1.45806265663395215E-02
+ -1.46977315286421460E-02 -1.48157768966832061E-02 -1.49347702192345975E-02
+ -1.50547191055877150E-02 -1.51756312260368197E-02 -1.52975143123661936E-02
+ -1.54203761583411557E-02 -1.55442246202029660E-02 -1.56690676171676140E-02
+ -1.57949131319285382E-02 -1.59217692111633322E-02 -1.60496439660444030E-02
+ -1.61785455727537046E-02 -1.63084822730014782E-02 -1.64394623745491054E-02
+ -1.65714942517360547E-02 -1.67045863460110085E-02 -1.68387471664671190E-02
+ -1.69739852903815075E-02 -1.71103093637590062E-02 -1.72477281018801366E-02
+ -1.73862502898534388E-02 -1.75258847831720951E-02 -1.76666405082749473E-02
+ -1.78085264631119081E-02 -1.79515517177138081E-02 -1.80957254147667002E-02
+ -1.82410567701906806E-02 -1.83875550737232149E-02 -1.85352296895070767E-02
+ -1.86840900566828498E-02 -1.88341456899860683E-02 -1.89854061803490341E-02
+ -1.91378811955073454E-02 -1.92915804806111681E-02 -1.94465138588412224E-02
+ -1.96026912320296683E-02 -1.97601225812857710E-02 -1.99188179676264565E-02
+ -2.00787875326117922E-02 -2.02400414989854054E-02 -2.04025901713199079E-02
+ -2.05664439366673273E-02 -2.07316132652145754E-02 -2.08981087109440557E-02
+ -2.10659409122993940E-02 -2.12351205928563054E-02 -2.14056585619986708E-02
+ -2.15775657155999438E-02 -2.17508530367096879E-02 -2.19255315962455649E-02
+ -2.21016125536906208E-02 -2.22791071577959562E-02 -2.24580267472888929E-02
+ -2.26383827515865103E-02 -2.28201866915148030E-02 -2.30034501800332920E-02
+ -2.31881849229653297E-02 -2.33744027197339069E-02 -2.35621154641032157E-02
+ -2.37513351449259238E-02 -2.39420738468961308E-02 -2.41343437513081571E-02
+ -2.43281571368211547E-02 -2.45235263802295843E-02 -2.47204639572395912E-02
+ -2.49189824432513411E-02 -2.51190945141473165E-02 -2.53208129470867023E-02
+ -2.55241506213057627E-02 -2.57291205189244115E-02 -2.59357357257588815E-02
+ -2.61440094321405865E-02 -2.63539549337412568E-02 -2.65655856324043642E-02
+ -2.67789150369827818E-02 -2.69939567641829005E-02 -2.72107245394151084E-02
+ -2.74292321976507061E-02 -2.76494936842853652E-02 -2.78715230560090503E-02
+ -2.80953344816825615E-02 -2.83209422432206676E-02 -2.85483607364819467E-02
+ -2.87776044721652739E-02 -2.90086880767130711E-02 -2.92416262932214330E-02
+ -2.94764339823568901E-02 -2.97131261232802396E-02 -2.99517178145772278E-02
+ -3.01922242751961820E-02 -3.04346608453926505E-02 -3.06790429876811349E-02
+ -3.09253862877938504E-02 -3.11737064556466686E-02 -3.14240193263122594E-02
+ -3.16763408610003933E-02 -3.19306871480455889E-02 -3.21870744039019913E-02
+ -3.24455189741456942E-02 -3.27060373344843849E-02 -3.29686460917744811E-02
+ -3.32333619850457562E-02 -3.35002018865334372E-02 -3.37691828027179564E-02
+ -3.40403218753722800E-02 -3.43136363826168772E-02 -3.45891437399824322E-02
+ -3.48668615014803146E-02 -3.51468073606807790E-02 -3.54289991517990552E-02
+ -3.57134548507892571E-02 -3.60001925764463424E-02 -3.62892305915158420E-02
+ -3.65805873038117443E-02 -3.68742812673423515E-02 -3.71703311834442884E-02
+ -3.74687559019245414E-02 -3.77695744222107804E-02 -3.80728058945098216E-02
+ -3.83784696209743537E-02 -3.86865850568780117E-02 -3.89971718117987087E-02
+ -3.93102496508103832E-02 -3.96258384956831786E-02 -3.99439584260920938E-02
+ -4.02646296808339757E-02 -4.05878726590533020E-02 -4.09137079214763472E-02
+ -4.12421561916539725E-02 -4.15732383572131256E-02 -4.19069754711170403E-02
+ -4.22433887529340552E-02 -4.25824995901152581E-02 -4.29243295392809573E-02
+ -4.32689003275159093E-02 -4.36162338536734487E-02 -4.39663521896884874E-02
+ -4.43192775818994564E-02 -4.46750324523792347E-02 -4.50336394002750010E-02
+ -4.53951212031572585E-02 -4.57595008183776797E-02 -4.61268013844362626E-02
+ -4.64970462223574452E-02 -4.68702588370754833E-02 -4.72464629188288701E-02
+ -4.76256823445640673E-02 -4.80079411793483540E-02 -4.83932636777920158E-02
+ -4.87816742854796995E-02 -4.91731976404111565E-02 -4.95678585744512359E-02
+ -4.99656821147891686E-02 -5.03666934854073364E-02 -5.07709181085592709E-02
+ -5.11783816062570951E-02 -5.15891098017683333E-02 -5.20031287211222340E-02
+ -5.24204645946253212E-02 -5.28411438583865495E-02 -5.32651931558519101E-02
+ -5.36926393393482998E-02 -5.41235094716370491E-02 -5.45578308274768664E-02
+ -5.49956308951961570E-02 -5.54369373782748892E-02 -5.58817781969359259E-02
+ -5.63301814897457995E-02 -5.67821756152249307E-02 -5.72377891534673264E-02
+ -5.76970509077697341E-02 -5.81599899062701792E-02 -5.86266354035959864E-02
+ -5.90970168825211487E-02 -5.95711640556331329E-02 -6.00491068670090389E-02
+ -6.05308754939011054E-02 -6.10165003484314655E-02 -6.15060120792963669E-02
+ -6.19994415734795301E-02 -6.24968199579747571E-02 -6.29981786015177264E-02
+ -6.35035491163270238E-02 -6.40129633598542080E-02 -6.45264534365430076E-02
+ -6.50440516995974549E-02 -6.55657907527590761E-02 -6.60917034520930591E-02
+ -6.66218229077831375E-02 -6.71561824859353146E-02 -6.76948158103904130E-02
+ -6.82377567645452432E-02 -6.87850394931822234E-02 -6.93366984043077839E-02
+ -6.98927681709989590E-02 -7.04532837332586259E-02 -7.10182802998785001E-02
+ -7.15877933503109160E-02 -7.21618586365481707E-02 -7.27405121850100977E-02
+ -7.33237902984394674E-02 -7.39117295578049643E-02 -7.45043668242120205E-02
+ -7.51017392408210027E-02 -7.57038842347727836E-02 -7.63108395191216121E-02
+ -7.69226430947749645E-02 -7.75393332524403900E-02 -7.81609485745792393E-02
+ -7.87875279373669163E-02 -7.94191105126595548E-02 -8.00557357699670791E-02
+ -8.06974434784327732E-02 -8.13442737088176104E-02 -8.19962668354917296E-02
+ -8.26534635384305050E-02 -8.33159048052162510E-02 -8.39836319330451997E-02
+ -8.46566865307390032E-02 -8.53351105207611760E-02 -8.60189461412379508E-02
+ -8.67082359479830617E-02 -8.74030228165267042E-02 -8.81033499441479656E-02
+ -8.88092608519107513E-02 -8.95207993867025709E-02 -9.02380097232764883E-02
+ -9.09609363662951392E-02 -9.16896241523773303E-02 -9.24241182521460397E-02
+ -9.31644641722782080E-02 -9.39107077575555282E-02 -9.46628951929162354E-02
+ -9.54210730055070622E-02 -9.61852880667354165E-02 -9.69555875943210604E-02
+ -9.77320191543473299E-02 -9.85146306633106761E-02 -9.93034703901688742E-02
+ -1.00098586958387178E-01 -1.00900029347981854E-01 -1.01707846897560669E-01
+ -1.02522089306359962E-01 -1.03342806636277734E-01 -1.04170049313902183E-01
+ -1.05003868132534900E-01 -1.05844314254208746E-01 -1.06691439211699435E-01
+ -1.07545294910530276E-01 -1.08405933630969509E-01 -1.09273408030019739E-01
+ -1.10147771143398743E-01 -1.11029076387510639E-01 -1.11917377561407336E-01
+ -1.12812728848739094E-01 -1.13715184819693754E-01 -1.14624800432923626E-01
+ -1.15541631037459722E-01 -1.16465732374612024E-01 -1.17397160579855497E-01
+ -1.18335972184700391E-01 -1.19282224118546276E-01 -1.20235973710519348E-01
+ -1.21197278691291405E-01 -1.22166197194879797E-01 -1.23142787760427974E-01
+ -1.24127109333964578E-01 -1.25119221270141301E-01 -1.26119183333947060E-01
+ -1.27127055702398489E-01 -1.28142898966205343E-01 -1.29166774131409673E-01
+ -1.30198742620997371E-01 -1.31238866276481597E-01 -1.32287207359456038E-01
+ -1.33343828553117633E-01 -1.34408792963755963E-01 -1.35482164122209814E-01
+ -1.36564005985287951E-01 -1.37654382937154124E-01 -1.38753359790673853E-01
+ -1.39861001788721823E-01 -1.40977374605448874E-01 -1.42102544347506243E-01
+ -1.43236577555225453E-01 -1.44379541203752737E-01 -1.45531502704136118E-01
+ -1.46692529904363517E-01 -1.47862691090349690E-01 -1.49042054986870953E-01
+ -1.50230690758445445E-01 -1.51428668010156864E-01 -1.52636056788418850E-01
+ -1.53852927581679844E-01 -1.55079351321065012E-01 -1.56315399380953707E-01
+ -1.57561143579490082E-01 -1.58816656179024573E-01 -1.60082009886484633E-01
+ -1.61357277853671571E-01 -1.62642533677480272E-01 -1.63937851400040635E-01
+ -1.65243305508778415E-01 -1.66558970936392020E-01 -1.67884923060742902E-01
+ -1.69221237704656774E-01 -1.70567991135634006E-01 -1.71925260065463714E-01
+ -1.73293121649740089E-01 -1.74671653487277839E-01 -1.76060933619424348E-01
+ -1.77461040529264175E-01 -1.78872053140713305E-01 -1.80294050817500218E-01
+ -1.81727113362030096E-01 -1.83171321014128113E-01 -1.84626754449656399E-01
+ -1.86093494779004942E-01 -1.87571623545450261E-01 -1.89061222723378441E-01
+ -1.90562374716368582E-01 -1.92075162355133111E-01 -1.93599668895311605E-01
+ -1.95135978015109679E-01 -1.96684173812781721E-01 -1.98244340803952951E-01
+ -1.99816563918776391E-01 -2.01400928498918858E-01 -2.02997520294372680E-01
+ -2.04606425460086727E-01 -2.06227730552415695E-01 -2.07861522525374043E-01
+ -2.09507888726695013E-01 -2.11166916893689438E-01 -2.12838695148898027E-01
+ -2.14523311995531207E-01 -2.16220856312690390E-01 -2.17931417350366363E-01
+ -2.19655084724209776E-01 -2.21391948410059242E-01 -2.23142098738227240E-01
+ -2.24905626387538193E-01 -2.26682622379108772E-01 -2.28473178069866223E-01
+ -2.30277385145795849E-01 -2.32095335614912301E-01 -2.33927121799949400E-01
+ -2.35772836330748359E-01 -2.37632572136348946E-01 -2.39506422436772642E-01
+ -2.41394480734490241E-01 -2.43296840805564074E-01 -2.45213596690457142E-01
+ -2.47144842684503180E-01 -2.49090673328029089E-01 -2.51051183396105548E-01
+ -2.53026467887932927E-01 -2.55016622015849348E-01 -2.57021741193950048E-01
+ -2.59041921026308186E-01 -2.61077257294786813E-01 -2.63127845946435679E-01
+ -2.65193783080460765E-01 -2.67275164934738407E-01 -2.69372087871882715E-01
+ -2.71484648364851089E-01 -2.73612942982074447E-01 -2.75757068372100289E-01
+ -2.77917121247735044E-01 -2.80093198369683438E-01 -2.82285396529661836E-01
+ -2.84493812532955470E-01 -2.86718543180433882E-01 -2.88959685250001930E-01
+ -2.91217335477472417E-01 -2.93491590536843816E-01 -2.95782547019971642E-01
+ -2.98090301415628256E-01 -3.00414950087919019E-01 -3.02756589254023489E-01
+ -3.05115314961279971E-01 -3.07491223063584174E-01 -3.09884409197085153E-01
+ -3.12294968755161551E-01 -3.14722996862660642E-01 -3.17168588349401426E-01
+ -3.19631837722890666E-01 -3.22112839140223095E-01 -3.24611686379188413E-01
+ -3.27128472808548454E-01 -3.29663291357465194E-01 -3.32216234484057293E-01
+ -3.34787394143068684E-01 -3.37376861752653023E-01 -3.39984728160195426E-01
+ -3.42611083607157363E-01 -3.45256017692964601E-01 -3.47919619337895003E-01
+ -3.50601976744943034E-01 -3.53303177360635545E-01 -3.56023307834779645E-01
+ -3.58762453979155127E-01 -3.61520700725031230E-01 -3.64298132079518444E-01
+ -3.67094831080771788E-01 -3.69910879751992105E-01 -3.72746359054200394E-01
+ -3.75601348837753535E-01 -3.78475927792583433E-01 -3.81370173397177714E-01
+ -3.84284161866132068E-01 -3.87217968096319476E-01 -3.90171665611684704E-01
+ -3.93145326506603943E-01 -3.96139021387774459E-01 -3.99152819314603557E-01
+ -4.02186787738078699E-01 -4.05240992438142267E-01 -4.08315497459334265E-01
+ -4.11410365044805049E-01 -4.14525655568689977E-01 -4.17661427466774648E-01
+ -4.20817737165410932E-01 -4.23994639008650531E-01 -4.27192185183580764E-01
+ -4.30410425643891259E-01 -4.33649408031345607E-01 -4.36909177595347531E-01
+ -4.40189777110561675E-01 -4.43491246792507510E-01 -4.46813624211085669E-01
+ -4.50156944201991649E-01 -4.53521238776023627E-01 -4.56906537026295245E-01
+ -4.60312865032931895E-01 -4.63740245765554338E-01 -4.67188698983460715E-01
+ -4.70658241133423638E-01 -4.74148885245051055E-01 -4.77660640823661442E-01
+ -4.81193513740713896E-01 -4.84747506121755656E-01 -4.88322616231372797E-01
+ -4.91918838355585086E-01 -4.95536162681540882E-01 -4.99174575174417157E-01
+ -5.02834057451469030E-01 -5.06514586653176391E-01 -5.10216135311579055E-01
+ -5.13938671215669829E-01 -5.17682157273251731E-01 -5.21446551369867395E-01
+ -5.25231806224581321E-01 -5.29037869242511505E-01 -5.32864682364051712E-01
+ -5.36712181910728559E-01 -5.40580298427868811E-01 -5.44468956523776471E-01
+ -5.48378074704783947E-01 -5.52307565206982654E-01 -5.56257333824311861E-01
+ -5.60227279732903094E-01 -5.64217295311615019E-01 -5.68227265958702987E-01
+ -5.72257069904933191E-01 -5.76306578022539373E-01 -5.80375653629444321E-01
+ -5.84464152289749794E-01 -5.88571921610058002E-01 -5.92698801031519951E-01
+ -5.96844621617549809E-01 -6.01009205837153337E-01 -6.05192367344372095E-01
+ -6.09393910752762502E-01 -6.13613631404548721E-01 -6.17851315135626966E-01
+ -6.22106738035861140E-01 -6.26379666204569641E-01 -6.30669855501137078E-01
+ -6.34977051290737893E-01 -6.39300988185914743E-01 -6.43641389782229734E-01
+ -6.47997968388059231E-01 -6.52370424749854738E-01 -6.56758447772168630E-01
+ -6.61161714232350151E-01 -6.65579888489858273E-01 -6.70012622190237384E-01
+ -6.74459553964816605E-01 -6.78920309123327348E-01 -6.83394499340296946E-01
+ -6.87881722336582402E-01 -6.92381561555200475E-01 -6.96893585831383278E-01
+ -7.01417349056813522E-01 -7.05952389838215066E-01 -7.10498231151716175E-01
+ -7.15054379988779965E-01 -7.19620326995816240E-01 -7.24195546108730381E-01
+ -7.28779494181429732E-01 -7.33371610608250846E-01 -7.37971316940283839E-01
+ -7.42578016496001192E-01 -7.47191093967956466E-01 -7.51809915019505892E-01
+ -7.56433825875565846E-01 -7.61062152908293710E-01 -7.65694202216627207E-01
+ -7.70329259199680649E-01 -7.74966588124028521E-01 -7.79605431685663652E-01
+ -7.84245010568635270E-01 -7.88884522992036930E-01 -7.93523144252033630E-01
+ -7.98160026259111421E-01 -8.02794297069469587E-01 -8.07425060410594808E-01
+ -8.12051395201124682E-01 -8.16672355066463518E-01 -8.21286967851991179E-01
+ -8.25894235123018960E-01 -8.30493131661646844E-01 -8.35082604959653474E-01
+ -8.39661574706372260E-01 -8.44228932271674948E-01 -8.48783540184268159E-01
+ -8.53324231607890726E-01 -8.57849809816287778E-01 -8.62359047653716737E-01
+ -8.66850686995344288E-01 -8.71323438205244605E-01 -8.75775979591046916E-01
+ -8.80206956855491773E-01 -8.84614982545219086E-01 -8.88998635501168200E-01
+ -8.93356460309132849E-01 -8.97686966735484981E-01 -9.01988629167236544E-01
+ -9.06259886052371288E-01 -9.10499139339630892E-01 -9.14704753918239799E-01
+ -9.18875057058088585E-01 -9.23008337857351924E-01 -9.27102846691781002E-01
+ -9.31156794650239927E-01 -9.35168352980951467E-01 -9.39135652542143373E-01
+ -9.43056783256582376E-01 -9.46929793570709610E-01 -9.50752689919284966E-01
+ -9.54523436206141551E-01 -9.58239953288068214E-01 -9.61900118448366981E-01
+ -9.65501764889856173E-01 -9.69042681238415970E-01 -9.72520611056978734E-01
+ -9.75933252370988602E-01 -9.79278257206881886E-01 -9.82553231159020157E-01
+ -9.85755732960893583E-01 -9.88883274052951400E-01 -9.91933318181490220E-01
+ -9.94903281016847441E-01 -9.97790529791350855E-01 -1.00059238295843400E+00
+ -1.00330610987555779E+00 -1.00592893053242061E+00 -1.00845801528397416E+00
+ -1.01089048459198061E+00 -1.01322340881261108E+00 -1.01545380801542895E+00
+ -1.01757865183487217E+00 -1.01959485935612038E+00 -1.02149929903977266E+00
+ -1.02328878871382645E+00 -1.02496009557010059E+00 -1.02650993618770947E+00
+ -1.02793497662136724E+00 -1.02923183253715034E+00 -1.03039706939760944E+00
+ -1.03142720269866262E+00 -1.03231869826556899E+00 -1.03306797264364936E+00
+ -1.03367139349201542E+00 -1.03412528003108828E+00 -1.03442590357774189E+00
+ -1.03456948814855143E+00 -1.03455221113384166E+00 -1.03437020404554514E+00
+ -1.03401955335070106E+00 -1.03349630143194982E+00 -1.03279644754867084E+00
+ -1.03191594888803451E+00 -1.03085072173032599E+00 -1.02959664270776496E+00
+ -1.02814955016023424E+00 -1.02650524559147271E+00 -1.02465949524446098E+00
+ -1.02260803183872317E+00 -1.02034655630562843E+00 -1.01787073965913266E+00
+ -1.01517622501044391E+00 -1.01225862970567082E+00 -1.00911354759035188E+00
+ -1.00573655140478979E+00 -1.00212319533897065E+00 -9.98269017782547508E-01
+ -9.94169544071280109E-01 -9.89820289421576516E-01 -9.85216762039624161E-01
+ -9.80354466384981360E-01 -9.75228906592567113E-01 -9.69835590056892460E-01
+ -9.64170031221149526E-01 -9.58227755585284502E-01 -9.52004303711879496E-01
+ -9.45495235474101747E-01 -9.38696134506010416E-01 -9.31602612836307631E-01
+ -9.24210315708703822E-01 -9.16514926591999624E-01 -9.08512172439278842E-01
+ -9.00197829171112129E-01 -8.91567727160500145E-01 -8.82617757005419334E-01
+ -8.73343875521186641E-01 -8.63742111934705736E-01 -8.53808574281699983E-01
+ -8.43539456008256638E-01 -8.32931042852761983E-01 -8.21979719926111185E-01
+ -8.10681978796178537E-01 -7.99034424881534533E-01 -7.87033785059977342E-01
+ -7.74676915473842098E-01 -7.61960809529098171E-01 -7.48882606086235691E-01
+ -7.35439597929355537E-01 -7.21629240363883984E-01 -7.07449159809767081E-01
+ -6.92897162678932421E-01 -6.77971244422122865E-01 -6.62669598724759723E-01
+ -6.46990626841919880E-01 -6.30932947064686944E-01 -6.14495404397891298E-01
+ -5.97677080241794667E-01 -5.80477302030227960E-01 -5.62895653051770029E-01
+ -5.44931982330640330E-01 -5.26586414541387660E-01 -5.07859359937196997E-01
+ -4.88751524274346261E-01 -4.69263918775598143E-01 -4.49397869915351189E-01
+ -4.29155029062572024E-01 -4.08537382096937407E-01 -3.87547258885175216E-01
+ -3.66187342582621034E-01 -3.44460678726784042E-01 -3.22370684089333337E-01
+ -2.99921155246959725E-01 -2.77116276753230140E-01 -2.53960628974654823E-01
+ -2.30459195560381164E-01 -2.06617370468162226E-01 -1.82440964501970282E-01
+ -1.57936211315672148E-01 -1.33109772824009681E-01 -1.07968743849505791E-01
+ -8.25206561746303080E-02 -5.67734819515710587E-02 -3.07356362992183274E-02
+ -4.41597907923388204E-03  2.21761841946882671E-02  4.90311023599904264E-02
+  7.61385796149828403E-02  1.03487977860029931E-01  1.31068219651667595E-01
+  1.58867792156535598E-01  1.86874752329618310E-01  2.15076733209888710E-01
+  2.43460951347200888E-01  2.72014215366899847E-01  3.00722935798736990E-01
+  3.29573136575491643E-01  3.58550466657244160E-01  3.87640212768862402E-01
+  4.16827313323830662E-01  4.46096373236727906E-01  4.75431679517067607E-01
+  5.04817217511999705E-01  5.34236687895092044E-01  5.63673524606199017E-01
+  5.93110911242164640E-01  6.22531797575327284E-01  6.51918915770277274E-01
+  6.81254795656617063E-01  7.10521778622573597E-01  7.39702029630214586E-01
+  7.68777547165005348E-01  7.97730170508948566E-01  8.26541581170215922E-01
+  8.55193300306919424E-01  8.83666680620300404E-01  9.11942891722333004E-01
+  9.40002896849928549E-01  9.67827421559525058E-01  9.95396910858279860E-01
+  1.02269146564856039E+00  1.04969084961923587E+00  1.07637449334016710E+00
+  1.10272149697458666E+00  1.12871063516661185E+00  1.15432036179163156E+00
+  1.17952881560443545E+00  1.20431382689615885E+00  1.22865292489302602E+00
+  1.25252334470905291E+00  1.27590203566373761E+00  1.29876567048212377E+00
+  1.32109065531657466E+00  1.34285314062510186E+00  1.36402903295206479E+00
+  1.38459400822897272E+00  1.40452352583173257E+00  1.42379284245899118E+00
+  1.44237702776801413E+00  1.46025098116142948E+00  1.47738944968759300E+00
+  1.49376704709253705E+00  1.50935827408673839E+00  1.52413754062839635E+00
+  1.53807918892593731E+00  1.55115751660710632E+00  1.56334680205289889E+00
+  1.57462133116805569E+00  1.58495542556812796E+00  1.59432347221960558E+00
+  1.60269995462059089E+00  1.61005948651647235E+00  1.61637684617072686E+00
+  1.62162701121908825E+00  1.62578519605326166E+00  1.62882689089505384E+00
+  1.63072790254872468E+00  1.63146439685775824E+00  1.63101294298636468E+00
+  1.62935056068361117E+00  1.62645476775118314E+00  1.62230362853754850E+00
+  1.61687580518716012E+00  1.61015061071886323E+00  1.60210806391386895E+00
+  1.59272894601503001E+00  1.58199485939790963E+00  1.56988828944191061E+00
+  1.55639266600972248E+00  1.54149242631640782E+00  1.52517308049497946E+00
+  1.50742127888576238E+00  1.48822488099957861E+00  1.46757302611119433E+00
+  1.44545620568172506E+00  1.42186633872953161E+00  1.39679684593301423E+00
+  1.37024272520713097E+00  1.34220062943788321E+00  1.31266894540687407E+00
+  1.28164787379475387E+00  1.24913951014686697E+00  1.21514792700846641E+00
+  1.17967925797625495E+00  1.14274177932077303E+00  1.10434599256932908E+00
+  1.06450470798965591E+00  1.02323312806434696E+00  9.80548930746897973E-01
+  9.36472352276851439E-01  8.91026269678550253E-01  8.44236283028229284E-01
+  7.96130793883324528E-01  7.46741083128981020E-01  6.96101387497110924E-01
+  6.44248973946293213E-01  5.91224211560493207E-01  5.37070640606784555E-01
+  4.81835038581983899E-01  4.25567482530888885E-01  3.68321405934768920E-01
+  3.10153651967378041E-01  2.51124522023236152E-01  1.91297818824444438E-01
+  1.30740883612494752E-01  6.95246269112022031E-02  7.72355198331547976E-03
+ -5.45842301885274550E-02 -1.17316993067600045E-01 -1.80389395251168733E-01
+ -2.43712490485911815E-01 -3.07193747591496646E-01 -3.70737080851504142E-01
+ -4.34242891664760655E-01 -4.97608123562073845E-01 -5.60726330361473790E-01
+ -6.23487757436478107E-01 -6.85779419615923036E-01 -7.47485260394932682E-01
+ -8.08486122411524621E-01 -8.68660252686486722E-01 -9.27882869520772147E-01
+ -9.86026067196179801E-01 -1.04296644294305962E+00 -1.09854452297551686E+00
+ -1.15273045600957924E+00 -1.20506022514478373E+00 -1.25627527825602892E+00
+ -1.30446844658768346E+00 -1.35087787297323891E+00 -1.40496376858639227E+00
+ -1.39723674854462976E+00 -1.63895144212246779E+00 -8.58481637528513919E-01
+  1.61105721041222866E-01 -3.47606041329263996E-02  4.00372162384817192E-03
+  1.35312851880204049E-03 -1.22675827403236526E-03  5.73764638563219599E-04
+ -2.10348097822339732E-04  6.55450781135655122E-05 -1.74201141418362712E-05
+  3.65172026506889284E-06 -3.65692799544263114E-07 -1.76381450204910307E-07
+  1.42738231424472994E-07 -6.48496088574487881E-08  2.33905435607598728E-08
+ -7.19068910608312410E-09  1.88029344950013495E-09 -3.81965810497730832E-10
+  3.17791957214753051E-11  2.24492018274522686E-11 -1.65457891205167023E-11
+  7.31684950139017474E-12 -2.59778267228925259E-12  7.87875252015332621E-13
+ -2.02577964773494369E-13  3.97578768184615379E-14 -2.54159117136144350E-15
+ -2.80589957065343851E-15  1.91138097999656503E-15 -8.24171395212490319E-16
+  2.88159746043441583E-16 -8.62165925730672020E-17  2.17822132139935853E-17
+ -4.11520968306124075E-18  1.71894740197976744E-19  3.45729305838333611E-19
+ -2.20112542338306725E-19  9.26867031674910334E-20 -3.19254845286788023E-20
+  9.42233807363368335E-21 -2.33721849454256424E-21  4.23208344568124572E-22
+ -6.76559139072583961E-24 -4.21083712533943216E-23  2.52747940978334739E-23
+ -1.04075952134889316E-23  3.53280425359967060E-24 -1.02836390363449697E-24
+  2.50218940603854969E-25 -4.31948057679578331E-26 -6.23994824302971972E-28
+  5.07958365394107021E-27 -2.89446841357720086E-27  1.16691728141491134E-27
+ -3.90465161556780868E-28  1.12082774254241999E-28 -2.67233518379863008E-29
+  4.36921810129238402E-30  2.22507611283083566E-31 -6.07802953145569528E-31
+  3.30650608444544912E-31 -1.30649422776413132E-31  4.31049300450430552E-32
+ -1.21987661863224999E-32  2.84659900831219328E-33 -4.37166845604193182E-34
+ -4.17269864359667011E-35  7.22225723485639427E-35 -3.76842597677673455E-35
+  1.46073450862205302E-35 -4.75284207917891838E-36  1.32573351149820096E-36
+ -3.02361899412595469E-37  4.31554331436355732E-38  6.51852501423036430E-39
+ -8.53008711595071174E-39  4.28551516152325322E-39 -1.63097716484116949E-39
+  5.23431665782940616E-40 -1.43858346995675374E-40  3.20167391687569516E-41
+ -4.18764784838396779E-42 -9.32058098295074082E-43  1.00212421201126635E-42
+ -4.86354972291733119E-43  1.81866063931598743E-43 -5.75762867202649050E-44
+  1.55856222525823997E-44 -3.37862079988510252E-45  3.97260161604463969E-46
+  1.26439388521614315E-46 -1.17175256820877702E-46  5.50883211882725077E-47
+ -2.02532704183145226E-47  6.32557053104802342E-48 -1.68574276381400489E-48
+  3.55182324651637331E-49 -3.65252178738721731E-50 -1.65614653422695678E-50
+  1.36430135449114386E-50 -6.22823035453357444E-51  2.25262605685220753E-51
+ -6.94099723061670141E-52  1.82011955277833701E-52 -3.71806926080586461E-53
+  3.20666389636001550E-54  2.11546391087269854E-54 -1.58242602429480060E-54
+  7.02921888478720167E-55 -2.50231836008437034E-55  7.60680343830383602E-56
+ -1.96159006982064874E-56  3.87347713756463593E-57 -2.61101471286463461E-58
+ -2.65144433472717847E-58  1.82905209724539054E-58 -7.91992111698336859E-59
+  2.77627838454311944E-59 -8.32589467231856298E-60  2.10993324105491744E-60
+ -4.01338782170214885E-61  1.83783116736597070E-62  3.27423392262584720E-62
+ -2.10739895440559413E-62  8.90915333790011985E-63 -3.07649624795411587E-63
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00
+                              </PP_CHI.2>
+ <PP_CHI.3 type="real" size="  1489" l="1" occupation=" 5.0000" columns="3">
+  2.17686284877221121E-08  2.21197278446995778E-08  2.24764899726342080E-08
+  2.28390062045734573E-08  2.32073693466466545E-08  2.35816737018238663E-08
+  2.39620150940579543E-08  2.43484908928160390E-08  2.47412000380066237E-08
+  2.51402430653086723E-08  2.55457221319093905E-08  2.59577410426569333E-08
+  2.63764052766350321E-08  2.68018220141662193E-08  2.72341001642505639E-08
+  2.76733503924469558E-08  2.81196851492040978E-08  2.85732186986483529E-08
+  2.90340671478361298E-08  2.95023484764777647E-08  2.99781825671410186E-08
+  3.04616912359416718E-08  3.09529982637291000E-08  3.14522294277747990E-08
+  3.19595125339721305E-08  3.24749774495551802E-08  3.29987561363456146E-08
+  3.35309826845355048E-08  3.40717933470151900E-08  3.46213265742547224E-08
+  3.51797230497479812E-08  3.57471257260283409E-08  3.63236798612653128E-08
+  3.69095330564513753E-08  3.75048352931887164E-08  3.81097389720852497E-08
+  3.87243989517699850E-08  3.93489725885376640E-08  3.99836197766329125E-08
+  4.06285029891838159E-08  4.12837873197961668E-08  4.19496405248181262E-08
+  4.26262330662867591E-08  4.33137381555673507E-08  4.40123317976962893E-08
+  4.47221928364393875E-08  4.54435030000767990E-08  4.61764469479264753E-08
+  4.69212123176178885E-08  4.76779897731282820E-08  4.84469730535936589E-08
+  4.92283590229070476E-08  5.00223477201166647E-08  5.08291424106370634E-08
+  5.16489496382860533E-08  5.24819792781610833E-08  5.33284445903684005E-08
+  5.41885622746186718E-08  5.50625525257033730E-08  5.59506390898657653E-08
+  5.68530493220811071E-08  5.77700142442606760E-08  5.87017686043950960E-08
+  5.96485509366499355E-08  6.06106036224332030E-08  6.15881729524448051E-08
+  6.25815091897296526E-08  6.35908666337448569E-08  6.46165036854633970E-08
+  6.56586829135243359E-08  6.67176711214535926E-08  6.77937394159652255E-08
+  6.88871632763680926E-08  6.99982226250879883E-08  7.11272018993311835E-08
+  7.22743901239004469E-08  7.34400809851875813E-08  7.46245729063584507E-08
+  7.58281691237510372E-08  7.70511777645053358E-08  7.82939119254457593E-08
+  7.95566897532353500E-08  8.08398345258230929E-08  8.21436747352048050E-08
+  8.34685441715186443E-08  8.48147820084973539E-08  8.61827328902983236E-08
+  8.75727470197343802E-08  8.89851802479274604E-08  9.04203941654085128E-08
+  9.18787561946863804E-08  9.33606396843099362E-08  9.48664240044473730E-08
+  9.63964946440066180E-08  9.79512433093229554E-08  9.95310680244374182E-08
+  1.01136373232993329E-07  1.02767569901775822E-07  1.04425075625921565E-07
+  1.06109314735825067E-07  1.07820718405769736E-07  1.09559724764310453E-07
+  1.11326779006436968E-07  1.13122333507545943E-07  1.14946847939251440E-07
+  1.16800789387063250E-07  1.18684632469963124E-07  1.20598859461909749E-07
+  1.22543960415303221E-07  1.24520433286441014E-07  1.26528784062997564E-07
+  1.28569526893559296E-07  1.30643184219249469E-07  1.32750286907476027E-07
+  1.34891374387836025E-07  1.37066994790212121E-07  1.39277705085097430E-07
+  1.41524071226182000E-07  1.43806668295240056E-07  1.46126080649354165E-07
+  1.48482902070513278E-07  1.50877735917623801E-07  1.53311195280972695E-07
+  1.55783903139181919E-07  1.58296492518693716E-07  1.60849606655828562E-07
+  1.63443899161457154E-07  1.66080034188327856E-07  1.68758686601093339E-07
+  1.71480542149078889E-07  1.74246297641838027E-07  1.77056661127539269E-07
+  1.79912352074229398E-07  1.82814101554021627E-07  1.85762652430253220E-07
+  1.88758759547662230E-07  1.91803189925631369E-07  1.94896722954549167E-07
+  1.98040150595337352E-07  2.01234277582196595E-07  2.04479921628623086E-07
+  2.07777913636746561E-07  2.11129097910045441E-07  2.14534332369492680E-07
+  2.17994488773187831E-07  2.21510452939531170E-07  2.25083124973997658E-07
+  2.28713419499568044E-07  2.32402265890876855E-07  2.36150608512137258E-07
+  2.39959406958901702E-07  2.43829636303724346E-07  2.47762287345783176E-07
+  2.51758366864529976E-07  2.55818897877430306E-07  2.59944919901861271E-07
+  2.64137489221232067E-07  2.68397679155398404E-07  2.72726580335436974E-07
+  2.77125300982852342E-07  2.81594967193286712E-07  2.86136723224805526E-07
+  2.90751731790833117E-07  2.95441174357813002E-07  3.00206251447667625E-07
+  3.05048182945139286E-07  3.09968208410084569E-07  3.14967587394808465E-07
+  3.20047599766515090E-07  3.25209546034959411E-07  3.30454747685384133E-07
+  3.35784547516825236E-07  3.41200309985875485E-07  3.46703421555990596E-07
+  3.52295291052430614E-07  3.57977350022925320E-07  3.63751053104156379E-07
+  3.69617878394153470E-07  3.75579327830687514E-07  3.81636927575783025E-07
+  3.87792228406411109E-07  3.94046806111506401E-07  4.00402261895365026E-07
+  4.06860222787571065E-07  4.13422342059510977E-07  4.20090299647630934E-07
+  4.26865802583494927E-07  4.33750585430805385E-07  4.40746410729445213E-07
+  4.47855069446708177E-07  4.55078381435782701E-07  4.62418195901653706E-07
+  4.69876391874492915E-07  4.77454878690713537E-07  4.85155596481753586E-07
+  4.92980516670771350E-07  5.00931642477323765E-07  5.09011009430213153E-07
+  5.17220685888576702E-07  5.25562773571408694E-07  5.34039408095594133E-07
+  5.42652759522650941E-07  5.51405032914258104E-07  5.60298468896775813E-07
+  5.69335344234839553E-07  5.78517972414235875E-07  5.87848704234147300E-07
+  5.97329928408982572E-07  6.06964072179880765E-07  6.16753601936108520E-07
+  6.26701023846453972E-07  6.36808884500820324E-07  6.47079771562162014E-07
+  6.57516314428934464E-07  6.68121184908230849E-07  6.78897097899772953E-07
+  6.89846812090937486E-07  7.00973130662987598E-07  7.12278902008697503E-07
+  7.23767020461550759E-07  7.35440427036701289E-07  7.47302110183881171E-07
+  7.59355106552455508E-07  7.71602501768813075E-07  7.84047431226298439E-07
+  7.96693080887881771E-07  8.09542688101776188E-07  8.22599542430208987E-07
+  8.35866986491560859E-07  8.49348416816085477E-07  8.63047284715432122E-07
+  8.76967097166192101E-07  8.91111417707694699E-07  9.05483867354285484E-07
+  9.20088125522314400E-07  9.34927930972078122E-07  9.50007082764954261E-07
+  9.65329441235969045E-07  9.80898928982056277E-07  9.96719531866252059E-07
+  1.01279530003808595E-06  1.02913034897042976E-06  1.04572886051307017E-06
+  1.06259508396327218E-06  1.07973333715360998E-06  1.09714800755734156E-06
+  1.11484355341161568E-06  1.13282450485878609E-06  1.15109546510614238E-06
+  1.16966111160433902E-06  1.18852619724483507E-06  1.20769555157664262E-06
+  1.22717408204270198E-06  1.24696677523619699E-06  1.26707869817713421E-06
+  1.28751499960950675E-06  1.30828091131938365E-06  1.32938174947425915E-06
+  1.35082291598399591E-06  1.37260989988372706E-06  1.39474827873905591E-06
+  1.41724372007392284E-06  1.44010198282149890E-06  1.46332891879848071E-06
+  1.48693047420316521E-06  1.51091269113768075E-06  1.53528170915477703E-06
+  1.56004376682955510E-06  1.58520520335655069E-06  1.61077246017257147E-06
+  1.63675208260571556E-06  1.66315072155097850E-06  1.68997513517288729E-06
+  1.71723219063559715E-06  1.74492886586088893E-06  1.77307225131452265E-06
+  1.80166955182139858E-06  1.83072808840999500E-06  1.86025530018655716E-06
+  1.89025874623950470E-06  1.92074610757456548E-06  1.95172518908111112E-06
+  1.98320392153020753E-06  2.01519036360489468E-06  2.04769270396320584E-06
+  2.08071926333446148E-06  2.11427849664937077E-06  2.14837899520450020E-06
+  2.18302948886162598E-06  2.21823884828258173E-06  2.25401608720015129E-06
+  2.29037036472554024E-06  2.32731098769315785E-06  2.36484741304309083E-06
+  2.40298925024213398E-06  2.44174626374373522E-06  2.48112837548775203E-06
+  2.52114566744038307E-06  2.56180838417520591E-06  2.60312693549569902E-06
+  2.64511189910020649E-06  2.68777402328972785E-06  2.73112422971954528E-06
+  2.77517361619506378E-06  2.81993345951289436E-06  2.86541521834761773E-06
+  2.91163053618525502E-06  2.95859124430387851E-06  3.00630936480247817E-06
+  3.05479711367849538E-06  3.10406690395516260E-06  3.15413134885911355E-06
+  3.20500326504942109E-06  3.25669567589851282E-06  3.30922181482621176E-06
+  3.36259512868734681E-06  3.41682928121417807E-06  3.47193815651417323E-06
+  3.52793586262437043E-06  3.58483673512287264E-06  3.64265534079880000E-06
+  3.70140648138120670E-06  3.76110519732836077E-06  3.82176677167791714E-06
+  3.88340673395940597E-06  3.94604086416959294E-06  4.00968519681218940E-06
+  4.07435602500246862E-06  4.14006990463833214E-06  4.20684365863839844E-06
+  4.27469438124867931E-06  4.34363944241848080E-06  4.41369649224711103E-06
+  4.48488346550206489E-06  4.55721858621031113E-06  4.63072037232339567E-06
+  4.70540764045803186E-06  4.78129951071285656E-06  4.85841541156317954E-06
+  4.93677508483437122E-06  5.01639859075574071E-06  5.09730631309563745E-06
+  5.17951896437967309E-06  5.26305759119278095E-06  5.34794357956710706E-06
+  5.43419866045646966E-06  5.52184491529943609E-06  5.61090478167178629E-06
+  5.70140105903046426E-06  5.79335691454983415E-06  5.88679588905239738E-06
+  5.98174190303480703E-06  6.07821926279141876E-06  6.17625266663629420E-06
+  6.27586721122573691E-06  6.37708839798271370E-06  6.47994213962491387E-06
+  6.58445476679806496E-06  6.69065303481623297E-06  6.79856413051085205E-06
+  6.90821567919015721E-06  7.01963575171089641E-06  7.13285287166407358E-06
+  7.24789602267655217E-06  7.36479465583047512E-06  7.48357869720224344E-06
+  7.60427855552316101E-06  7.72692512996358772E-06  7.85154981804261783E-06
+  7.97818452366533505E-06  8.10686166528966367E-06  8.23761418422496551E-06
+  8.37047555306437312E-06  8.50547978425323963E-06  8.64266143879565145E-06
+  8.78205563510142823E-06  8.92369805797575299E-06  9.06762496775378717E-06
+  9.21387320958259488E-06  9.36248022285275823E-06  9.51348405078207230E-06
+  9.66692335015378977E-06  9.82283740121196813E-06  9.98126611771629792E-06
+  1.01422500571591548E-05  1.03058304311473994E-05  1.04720491159515613E-05
+  1.06409486632251745E-05  1.08125723108969505E-05  1.09869639942386427E-05
+  1.11641683571113400E-05  1.13442307633931610E-05  1.15271973085912031E-05
+  1.17131148316407676E-05  1.19020309268948567E-05  1.20939939563069743E-05
+  1.22890530618104272E-05  1.24872581778972240E-05  1.26886600443998593E-05
+  1.28933102194791536E-05  1.31012610928216052E-05  1.33125658990494772E-05
+  1.35272787313472048E-05  1.37454545553074682E-05  1.39671492230005675E-05
+  1.41924194872706684E-05  1.44213230162626090E-05  1.46539184081829289E-05
+  1.48902652062989262E-05  1.51304239141795762E-05  1.53744560111822033E-05
+  1.56224239681889259E-05  1.58743912635967315E-05  1.61304223995655133E-05
+  1.63905829185280940E-05  1.66549394199664082E-05  1.69235595774582332E-05
+  1.71965121559988100E-05  1.74738670296017367E-05  1.77556951991836699E-05
+  1.80420688107373894E-05  1.83330611737979562E-05  1.86287467802066006E-05
+  1.89292013231771347E-05  1.92345017166698499E-05  1.95447261150777578E-05
+  1.98599539332302601E-05  2.01802658667193531E-05  2.05057439125535785E-05
+  2.08364713901449986E-05  2.11725329626345557E-05  2.15140146585613463E-05
+  2.18610038938811515E-05  2.22135894943400833E-05  2.25718617182089360E-05
+  2.29359122793840780E-05  2.33058343708607613E-05  2.36817226885850574E-05
+  2.40636734556901943E-05  2.44517844471237746E-05  2.48461550146719926E-05
+  2.52468861123873389E-05  2.56540803224262263E-05  2.60678418813031957E-05
+  2.64882767065684194E-05  2.69154924239153565E-05  2.73495983947253911E-05
+  2.77907057440566227E-05  2.82389273890837801E-05  2.86943780679967734E-05
+  2.91571743693650727E-05  2.96274347619754538E-05  3.01052796251507292E-05
+  3.05908312795575559E-05  3.10842140185106256E-05  3.15855541397816583E-05
+  3.20949799779212143E-05  3.26126219371014072E-05  3.31386125244882500E-05
+  3.36730863841518333E-05  3.42161803315232048E-05  3.47680333884069039E-05
+  3.53287868185577406E-05  3.58985841638311120E-05  3.64775712809160767E-05
+  3.70658963786607015E-05  3.76637100559986803E-05  3.82711653404878288E-05
+  3.88884177274693052E-05  3.95156252198586161E-05  4.01529483685776907E-05
+  4.08005503136387704E-05  4.14585968258904074E-05  4.21272563494366851E-05
+  4.28067000447397971E-05  4.34971018324173904E-05  4.41986384377462117E-05
+  4.49114894358827905E-05  4.56358372978132222E-05  4.63718674370434055E-05
+  4.71197682570417785E-05  4.78797311994469719E-05  4.86519507930520162E-05
+  4.94366247035782201E-05  5.02339537842513246E-05  5.10441421271929911E-05
+  5.18673971156403220E-05  5.27039294770069038E-05  5.35539533367992537E-05
+  5.44176862734018396E-05  5.52953493737453594E-05  5.61871672898715062E-05
+  5.70933682964101441E-05  5.80141843489823385E-05  5.89498511435446903E-05
+  5.99006081766898757E-05  6.08666988069189567E-05  6.18483703169009857E-05
+  6.28458739767359247E-05  6.38594651082364433E-05  6.48894031502465253E-05
+  6.59359517250120977E-05  6.69993787056211973E-05  6.80799562845305626E-05
+  6.91779610431967972E-05  7.02936740228288557E-05  7.14273807962810151E-05
+  7.25793715411033008E-05  7.37499411137701542E-05  7.49393891251044211E-05
+  7.61480200169166216E-05  7.73761431398787468E-05  7.86240728326527487E-05
+  7.98921285022938753E-05  8.11806347059487607E-05  8.24899212338697899E-05
+  8.38203231937675864E-05  8.51721810965216800E-05  8.65458409432722447E-05
+  8.79416543139143467E-05  8.93599784570177699E-05  9.08011763811953076E-05
+  9.22656169479421677E-05  9.37536749659709679E-05  9.52657312870670110E-05
+  9.68021729034869373E-05  9.83633930469261488E-05  9.99497912890798344E-05
+  1.01561773643823916E-04  1.03199752671041188E-04  1.04864147582119191E-04
+  1.06555384347147193E-04  1.08273895803840637E-04  1.10020121768218657E-04
+  1.11794509147064306E-04  1.13597512052195042E-04  1.15429591916573382E-04
+  1.17291217612287428E-04  1.19182865570429444E-04  1.21105019902905848E-04
+  1.23058172526209383E-04  1.25042823287182961E-04  1.27059480090808177E-04
+  1.29108659030051300E-04  1.31190884517799143E-04  1.33306689420919388E-04
+  1.35456615196476605E-04  1.37641212030143313E-04  1.39861038976839763E-04
+  1.42116664103635927E-04  1.44408664634953766E-04  1.46737627100106951E-04
+  1.49104147483214200E-04  1.51508831375525755E-04  1.53952294130199125E-04
+  1.56435161019568354E-04  1.58958067394944394E-04  1.61521658848985786E-04
+  1.64126591380682414E-04  1.66773531562992811E-04  1.69463156713179746E-04
+  1.72196155065885509E-04  1.74973225948988909E-04  1.77795079962296239E-04
+  1.80662439159105754E-04  1.83576037230692317E-04  1.86536619693759826E-04
+  1.89544944080907376E-04  1.92601780134160378E-04  1.95707910001612952E-04
+  1.98864128437229858E-04  2.02071243003868042E-04  2.05330074279560978E-04
+  2.08641456067119803E-04  2.12006235607104291E-04  2.15425273794218354E-04
+  2.18899445397184296E-04  2.22429639282151204E-04  2.26016758639692488E-04
+  2.29661721215457942E-04  2.33365459544533665E-04  2.37128921189566980E-04
+  2.40953068982718296E-04  2.44838881271501781E-04  2.48787352168577545E-04
+  2.52799491805554889E-04  2.56876326590871709E-04  2.61018899471826896E-04
+  2.65228270200820271E-04  2.69505515605867046E-04  2.73851729865459822E-04
+  2.78268024787844709E-04  2.82755530094784893E-04  2.87315393709876939E-04
+  2.91948782051497065E-04  2.96656880330462838E-04  3.01440892852470439E-04
+  3.06302043325387327E-04  3.11241575171478124E-04  3.16260751844643791E-04
+  3.21360857152754617E-04  3.26543195585150174E-04  3.31809092645398318E-04
+  3.37159895189407047E-04  3.42596971768956398E-04  3.48121712980742598E-04
+  3.53735531821022591E-04  3.59439864045948856E-04  3.65236168537685880E-04
+  3.71125927676391144E-04  3.77110647718166753E-04  3.83191859179088726E-04
+  3.89371117225385496E-04  3.95650002069873293E-04  4.02030119374747715E-04
+  4.08513100660834916E-04  4.15100603723402928E-04  4.21794313054624941E-04
+  4.28595940272826924E-04  4.35507224558627786E-04  4.42529933098058229E-04
+  4.49665861532779767E-04  4.56916834417516447E-04  4.64284705684817251E-04
+  4.71771359117259645E-04  4.79378708827201013E-04  4.87108699744232703E-04
+  4.94963308110450847E-04  5.02944541983646725E-04  5.11054441748550544E-04
+  5.19295080636260819E-04  5.27668565251985860E-04  5.36177036111230854E-04
+  5.44822668184541696E-04  5.53607671450992368E-04  5.62534291460542934E-04
+  5.71604809905370604E-04  5.80821545200343125E-04  5.90186853072771850E-04
+  5.99703127161596073E-04  6.09372799626141512E-04  6.19198341764579368E-04
+  6.29182264642317657E-04  6.39327119730436801E-04  6.49635499554310973E-04
+  6.60110038352586834E-04  6.70753412746691595E-04  6.81568342421031434E-04
+  6.92557590814043525E-04  7.03723965820242966E-04  7.15070320503546713E-04
+  7.26599553821970245E-04  7.38314611363875329E-04  7.50218486095962072E-04
+  7.62314219123188283E-04  7.74604900460813578E-04  7.87093669818737037E-04
+  7.99783717398297434E-04  8.12678284701867822E-04  8.25780665355329777E-04
+  8.39094205943636466E-04  8.52622306859684509E-04  8.66368423166703023E-04
+  8.80336065474379291E-04  8.94528800828904938E-04  9.08950253617146113E-04
+  9.23604106485324317E-04  9.38494101272274207E-04  9.53624039957527985E-04
+  9.68997785624476369E-04  9.84619263438839699E-04  1.00049246164269734E-03
+  1.01662143256427010E-03  1.03301029364370484E-03  1.04966322847531066E-03
+  1.06658448786628316E-03  1.08377839091221436E-03  1.10124932608967685E-03
+  1.11900175236614042E-03  1.13704020032749696E-03  1.15536927332340021E-03
+  1.17399364863074690E-03  1.19291807863577742E-03  1.21214739203482605E-03
+  1.23168649505406660E-03  1.25154037268857834E-03  1.27171408996102752E-03
+  1.29221279320026203E-03  1.31304171134004550E-03  1.33420615723834094E-03
+  1.35571152901766225E-03  1.37756331142650118E-03  1.39976707722224238E-03
+  1.42232848857592347E-03  1.44525329849917511E-03  1.46854735229367986E-03
+  1.49221658902336154E-03  1.51626704300986321E-03  1.54070484535183449E-03
+  1.56553622546801554E-03  1.59076751266461376E-03  1.61640513772736967E-03
+  1.64245563453867803E-03  1.66892564172015263E-03  1.69582190430082099E-03
+  1.72315127541172860E-03  1.75092071800737382E-03  1.77913730661403849E-03
+  1.80780822910553592E-03  1.83694078850684078E-03  1.86654240482601072E-03
+  1.89662061691481037E-03  1.92718308435822750E-03  1.95823758939390026E-03
+  1.98979203886178293E-03  2.02185446618413601E-03  2.05443303337646916E-03
+  2.08753603308991977E-03  2.12117189068554467E-03  2.15534916634098957E-03
+  2.19007655718964425E-03  2.22536289949369680E-03  2.26121717085120411E-03
+  2.29764849243731467E-03  2.33466613128039324E-03  2.37227950257357144E-03
+  2.41049817202225718E-03  2.44933185822806361E-03  2.48879043510930650E-03
+  2.52888393435984947E-03  2.56962254794613912E-03  2.61101663064269591E-03
+  2.65307670260689615E-03  2.69581345199361704E-03  2.73923773761035111E-03
+  2.78336059161324615E-03  2.82819322224422531E-03  2.87374701661148157E-03
+  2.92003354351275156E-03  2.96706455630183592E-03  3.01485199579928660E-03
+  3.06340799324789819E-03  3.11274487331366766E-03  3.16287515713264489E-03
+  3.21381156540392291E-03  3.26556702153157257E-03  3.31815465481443686E-03
+  3.37158780368447108E-03  3.42588001899465531E-03  3.48104506735717354E-03
+  3.53709693453258065E-03  3.59404982887034366E-03  3.65191818480111374E-03
+  3.71071666638418760E-03  3.77046017090832200E-03  3.83116383254699430E-03
+  3.89284302606917373E-03  3.95551337060638924E-03  4.01919073347689008E-03
+  4.08389123406706096E-03  4.14963124777092702E-03  4.21642740999163702E-03
+  4.28429662020232433E-03  4.35325604606787847E-03  4.42332312762878065E-03
+  4.49451558154779530E-03  4.56685140542044486E-03  4.64034888214912879E-03
+  4.71502658438241462E-03  4.79090337902366315E-03  4.86799843180562783E-03
+  4.94633121193299285E-03  5.02592149679409374E-03  5.10678937674270521E-03
+  5.18895525995083113E-03  5.27243987733196171E-03  5.35726428753745439E-03
+  5.44344988203016716E-03  5.53101839023109436E-03  5.61999188474166921E-03
+  5.71039278664288961E-03  5.80224387087228521E-03  5.89556827167971465E-03
+  5.99038948816078484E-03  6.08673138987232687E-03  6.18461822253342942E-03
+  6.28407461380710471E-03  6.38512557916580837E-03  6.48779652784202323E-03
+  6.59211326886502934E-03  6.69810201718475887E-03  6.80578939988076004E-03
+  6.91520246246321232E-03  7.02636867526806441E-03  7.13931593994087798E-03
+  7.25407259601325034E-03  7.37066742757304556E-03  7.48912967002953942E-03
+  7.60948901697436689E-03  7.73177562713522979E-03  7.85602013143272063E-03
+  7.98225364013995312E-03  8.11050775013933203E-03  8.24081455228104463E-03
+  8.37320663884439167E-03  8.50771711110319753E-03  8.64437958699590392E-03
+  8.78322820889602951E-03  8.92429765149816041E-03  9.06762312981492999E-03
+  9.21324040728004404E-03  9.36118580396221554E-03  9.51149620489128572E-03
+  9.66420906849765199E-03  9.81936243516512430E-03  9.97699493589184264E-03
+  1.01371458010799283E-02  1.02998548694439203E-02  1.04651625970340004E-02
+  1.06331100663794118E-02  1.08037389957532145E-02  1.09770917485595317E-02
+  1.11532113428423358E-02  1.13321414609097587E-02  1.15139264591012699E-02
+  1.16986113776801019E-02  1.18862419508490944E-02  1.20768646168955170E-02
+  1.22705265284659155E-02  1.24672755629719849E-02  1.26671603331250989E-02
+  1.28702301975932437E-02  1.30765352718154367E-02  1.32861264389460693E-02
+  1.34990553609305730E-02  1.37153744897177271E-02  1.39351370786098237E-02
+  1.41583971937512612E-02  1.43852097257506414E-02  1.46156304014318922E-02
+  1.48497157957569736E-02  1.50875233438806065E-02  1.53291113533427122E-02
+  1.55745390164038384E-02  1.58238664225240876E-02  1.60771545709861054E-02
+  1.63344653836530532E-02  1.65958617178619400E-02  1.68614073795005821E-02
+  1.71311671362154062E-02  1.74052067307611316E-02  1.76835928944967767E-02
+  1.79663933610282600E-02  1.82536768799975262E-02  1.85455132310034070E-02
+  1.88419732376634251E-02  1.91431287818677673E-02  1.94490528181585666E-02
+  1.97598193882512034E-02  2.00755036357015137E-02  2.03961818207185272E-02
+  2.07219313351216516E-02  2.10528307174191673E-02  2.13889596680330342E-02
+  2.17303990647181242E-02  2.20772309780950526E-02  2.24295386873201268E-02
+  2.27874066958949663E-02  2.31509207476143300E-02  2.35201678426500728E-02
+  2.38952362537366431E-02  2.42762155425069737E-02  2.46631965760160526E-02
+  2.50562715433583702E-02  2.54555339724099293E-02  2.58610787466956940E-02
+  2.62730021223798182E-02  2.66914017453740403E-02  2.71163766685157126E-02
+  2.75480273688987788E-02  2.79864557653719676E-02  2.84317652361009664E-02
+  2.88840606362320181E-02  2.93434483156558637E-02  2.98100361368674877E-02
+  3.02839334929134486E-02  3.07652513253607457E-02  3.12541021424185619E-02
+  3.17506000371880620E-02  3.22548607059326073E-02  3.27670014664122183E-02
+  3.32871412762783259E-02  3.38154007515223468E-02  3.43519021849632011E-02
+  3.48967695646887066E-02  3.54501285926448126E-02  3.60121067032883949E-02
+  3.65828330821993536E-02  3.71624386847008228E-02  3.77510562544802891E-02
+  3.83488203422018142E-02  3.89558673240848752E-02  3.95723354203451200E-02
+  4.01983647137698005E-02  4.08340971682585388E-02  4.14796766472399978E-02
+  4.21352489320157286E-02  4.28009617400192041E-02  4.34769647429775266E-02
+  4.41634095849345598E-02  4.48604499000156628E-02  4.55682413302998801E-02
+  4.62869415435167159E-02  4.70167102505061121E-02  4.77577092224922770E-02
+  4.85101023081539601E-02  4.92740554504741898E-02  5.00497367033029827E-02
+  5.08373162475103668E-02  5.16369664071945345E-02  5.24488616655220327E-02
+  5.32731786801808813E-02  5.41100962984920261E-02  5.49597955721564876E-02
+  5.58224597716138471E-02  5.66982743999091057E-02  5.75874272059641243E-02
+  5.84901081978131260E-02  5.94065096552147676E-02  6.03368261416781307E-02
+  6.12812545159393610E-02  6.22399939428581184E-02  6.32132459037022809E-02
+  6.42012142056614388E-02  6.52041049905456721E-02  6.62221267432963195E-02
+  6.72554902995446680E-02  6.83044088523242360E-02  6.93690979579587030E-02
+  7.04497755410862098E-02  7.15466618987780495E-02  7.26599797035143852E-02
+  7.37899540050884900E-02  7.49368122320862445E-02  7.61007841919995320E-02
+  7.72821020701535411E-02  7.84810004274536649E-02  7.96977161969009695E-02
+  8.09324886788197057E-02  8.21855595344568868E-02  8.34571727782137396E-02
+  8.47475747691013859E-02  8.60570142003160843E-02  8.73857420871924778E-02
+  8.87340117535198175E-02  9.01020788161563946E-02  9.14902011678653815E-02
+  9.28986389579018051E-02  9.43276545708911507E-02  9.57775126044328046E-02
+  9.72484798441925341E-02  9.87408252368213585E-02  1.00254819860659053E-01
+  1.01790736894143682E-01  1.03348851581818557E-01  1.04929441197315565E-01
+  1.06532785004236921E-01  1.08159164215076931E-01  1.09808861946871464E-01
+  1.11482163173982990E-01  1.13179354677953148E-01  1.14900724994321149E-01
+  1.16646564356260418E-01  1.18417164634244898E-01  1.20212819273157870E-01
+  1.22033823226530058E-01  1.23880472886601103E-01  1.25753066010667186E-01
+  1.27651901643613702E-01  1.29577280036512976E-01  1.31529502561074679E-01
+  1.33508871619005015E-01  1.35515690548267370E-01  1.37550263525304389E-01
+  1.39612895462025738E-01  1.41703891898054768E-01  1.43823558888099834E-01
+  1.45972202884307178E-01  1.48150130613299513E-01  1.50357648946834566E-01
+  1.52595064768710487E-01  1.54862684836186509E-01  1.57160815634959705E-01
+  1.59489763228182369E-01  1.61849833099358936E-01  1.64241329988954771E-01
+  1.66664557724306078E-01  1.69119819041736563E-01  1.71607415404100155E-01
+  1.74127646811130604E-01  1.76680811601990922E-01  1.79267206250464828E-01
+  1.81887125152602636E-01  1.84540860406639279E-01  1.87228701584620127E-01
+  1.89950935494769546E-01  1.92707845938234423E-01  1.95499713456729729E-01
+  1.98326815070902662E-01  2.01189424009800832E-01  2.04087809431224954E-01
+  2.07022236132782755E-01  2.09992964252912612E-01  2.13000248961233568E-01
+  2.16044340141940600E-01  2.19125482066111404E-01  2.22243913053208564E-01
+  2.25399865122069970E-01  2.28593563631163926E-01  2.31825226907929505E-01
+  2.35095065866333275E-01  2.38403283612534156E-01  2.41750075041941292E-01
+  2.45135626423336778E-01  2.48560114970741347E-01  2.52023708403224134E-01
+  2.55526564492461472E-01  2.59068830597875221E-01  2.62650643188495625E-01
+  2.66272127352032206E-01  2.69933396293466632E-01  2.73634550819290001E-01
+  2.77375678808345294E-01  2.81156854669362577E-01  2.84978138785097368E-01
+  2.88839576942934717E-01  2.92741199751396453E-01  2.96683022043463918E-01
+  3.00665042267510563E-01  3.04687241863392910E-01  3.08749584624621209E-01
+  3.12852016046688941E-01  3.16994462661593701E-01  3.21176831358546244E-01
+  3.25399008691128477E-01  3.29660860171474446E-01  3.33962229550619882E-01
+  3.38302938085061233E-01  3.42682783790037526E-01  3.47101540679693787E-01
+  3.51558957994370203E-01  3.56054759415281918E-01  3.60588642268563075E-01
+  3.65160276717201471E-01  3.69769304939020160E-01  3.74415340294315613E-01
+  3.79097966482783044E-01  3.83816736690109295E-01  3.88571172724809011E-01
+  3.93360764146096498E-01  3.98184967387765931E-01  4.03043204871443517E-01
+  4.07934864108469575E-01  4.12859296798360254E-01  4.17815817922085053E-01
+  4.22803704830956972E-01  4.27822196332194371E-01  4.32870491772953947E-01
+  4.37947750132472169E-01  4.43053089105485909E-01  4.48185584181611085E-01
+  4.53344267733014950E-01  4.58528128106754362E-01  4.63736108723222296E-01
+  4.68967107182447385E-01  4.74219974381916209E-01  4.79493513661989001E-01
+  4.84786479944619042E-01  4.90097578882870089E-01  4.95425466036702677E-01
+  5.00768746069229942E-01  5.06125971965788457E-01  5.11495644278459394E-01
+  5.16876210403131364E-01  5.22266063912784628E-01  5.27663543885853792E-01
+  5.33066934271110626E-01  5.38474463304502660E-01  5.43884302969962707E-01
+  5.49294568507656900E-01  5.54703317973404997E-01  5.60108551862374071E-01
+  5.65508212827573020E-01  5.70900185394735415E-01  5.76282295753766105E-01
+  5.81652311636614239E-01  5.87007942271742467E-01  5.92346838419888333E-01
+  5.97666592496047921E-01  6.02964738800989775E-01  6.08238753894529305E-01
+  6.13486056966342064E-01  6.18704010339973354E-01  6.23889920106564633E-01
+  6.29041036877165394E-01  6.34154556659418556E-01  6.39227621864601359E-01
+  6.44257322484821038E-01  6.49240697461380245E-01  6.54174736052662409E-01
+  6.59056379407413462E-01  6.63882522317590151E-01  6.68650015138680720E-01
+  6.73355665883762833E-01  6.77996242497809432E-01  6.82568475376474693E-01
+  6.87069060116197172E-01  6.91494660266359085E-01  6.95841910368113603E-01
+  7.00107419222096850E-01  7.04287773371750081E-01  7.08379540807529517E-01
+  7.12379274897931403E-01  7.16283518643847428E-01  7.20088809175378319E-01
+  7.23791682249871782E-01  7.27388677110846649E-01  7.30876341609188462E-01
+  7.34251237570874737E-01  7.37509946412633566E-01  7.40649075008863012E-01
+  7.43665261942530131E-01  7.46555183951081669E-01  7.49315562357650289E-01
+  7.51943169899056296E-01  7.54434837805438629E-01  7.56787463110108138E-01
+  7.58998016182252933E-01  7.61063548479794627E-01  7.62981200684528460E-01
+  7.64748210887523650E-01  7.66361922702758713E-01  7.67819793723664046E-01
+  7.69119404131477724E-01  7.70258465422584471E-01  7.71234829231457697E-01
+  7.72046496234846669E-01  7.72691625301834217E-01  7.73168542411049486E-01
+  7.73475749350774233E-01  7.73611932545868797E-01  7.73575971785473659E-01
+  7.73366948799283582E-01  7.72984155634444225E-01  7.72427102798278309E-01
+  7.71695527278422500E-01  7.70789399885535520E-01  7.69708932077685648E-01
+  7.68454582454876522E-01  7.67027062688945049E-01  7.65427342811037748E-01
+  7.63656655779108462E-01  7.61716501258518863E-01  7.59608648593149804E-01
+  7.57335138536739061E-01  7.54898283951681459E-01  7.52300669452223736E-01
+  7.49545149798184540E-01  7.46634846944173480E-01  7.43573145650219036E-01
+  7.40363687546898963E-01  7.37010363430145032E-01  7.33517303856054625E-01
+  7.29888868046729700E-01  7.26129630921215741E-01  7.22244368190442021E-01
+  7.18238039460686206E-01  7.14115769303421355E-01  7.09882826171744030E-01
+  7.05544598798297007E-01  7.01106571171246529E-01  6.96574295553863410E-01
+  6.91953363470196536E-01  6.87249374914135958E-01  6.82467905951146814E-01
+  6.77614474934021160E-01  6.72694507370435901E-01  6.67713299378989489E-01
+  6.62675982324589241E-01  6.57587487432164663E-01  6.52452511053845829E-01
+  6.47275481580566026E-01  6.42060528884122572E-01  6.36811457325514807E-01
+  6.31531723169627135E-01  6.26224417854906124E-01  6.20892261121650746E-01
+  6.15537603168154313E-01  6.10162438656139838E-01  6.04768434574293190E-01
+  5.99356976646088557E-01  5.93929233341313756E-01  5.88486245863848123E-01
+  5.83029063320247842E-01  5.77558732783924333E-01  5.72076297084836871E-01
+  5.66582796756601281E-01  5.61079268699893108E-01  5.55566746352979091E-01
+  5.50046259319772801E-01  5.44518833126720114E-01  5.38985488947447688E-01
+  5.33447243457668030E-01  5.27905108621115171E-01  5.22360091467962029E-01
+  5.16813193876764276E-01  5.11265412359296345E-01  5.05717737847552029E-01
+  5.00171155440646831E-01  4.94626644181520303E-01  4.89085176921088827E-01
+  4.83547720122629088E-01  4.78015233662443639E-01  4.72488670632687235E-01
+  4.66968977146285658E-01  4.61457092142472880E-01  4.55953947154925376E-01
+  4.50460466121233194E-01  4.44977565248152906E-01  4.39506152828452290E-01
+  4.34047129056008507E-01  4.28601385842252991E-01  4.23169806633917289E-01
+  4.17753266230165565E-01  4.12352630568243450E-01  4.06968756554529465E-01
+  4.01602491924985150E-01  3.96254675069756479E-01  3.90926134857219498E-01
+  3.85617690458914086E-01  3.80330151175387154E-01  3.75064316260814656E-01
+  3.69820974724894058E-01  3.64600905176738266E-01  3.59404875678951519E-01
+  3.54233643578245161E-01  3.49087955336398137E-01  3.43968546362141969E-01
+  3.38876140844058205E-01  3.33811451582637364E-01  3.28775179810450346E-01
+  3.23768015044125945E-01  3.18790634935300132E-01  3.13843705109371041E-01
+  3.08927879005529593E-01  3.04043797718293762E-01  2.99192089840688957E-01
+  2.94373371308292220E-01  2.89588245243164399E-01  2.84837301813908539E-01
+  2.80121118091398891E-01  2.75440257901827190E-01  2.70795271682175376E-01
+  2.66186696338265139E-01  2.61615055105574090E-01  2.57080857414190456E-01
+  2.52584598764927171E-01  2.48126760602145530E-01  2.43707810185981477E-01
+  2.39328200469322960E-01  2.34988369978633121E-01  2.30688742698769211E-01
+  2.26429727962033006E-01  2.22211720346464692E-01  2.18035099594263593E-01
+  2.13900230505974648E-01  2.09807462843311560E-01  2.05757131242015251E-01
+  2.01749555130130098E-01  1.97785038651872191E-01  1.93863870597314719E-01
+  1.89986324348455360E-01  1.86152657849993575E-01  1.82363113536124943E-01
+  1.78617918278486332E-01  1.74917283347509528E-01  1.71261404380692761E-01
+  1.67650461357997493E-01  1.64084618584547898E-01  1.60564024698899327E-01
+  1.57088812704326758E-01  1.53659099940179622E-01  1.50274988087921585E-01
+  1.46936563192263475E-01  1.43643895690441836E-01  1.40397040449791094E-01
+  1.37196036813898720E-01  1.34040908685094273E-01  1.30931664620960925E-01
+  1.27868297860663921E-01  1.24850786398548699E-01  1.21879093073066033E-01
+  1.18953165664537383E-01  1.16072937001824264E-01  1.13238325078524715E-01
+  1.10449233217116957E-01  1.07705550230566896E-01  1.05007150510452951E-01
+  1.02353894172401108E-01  9.97456272158268875E-02  9.71821816924906684E-02
+  9.46633758838308220E-02  9.21890144884566082E-02  8.97588888689457437E-02
+  8.73727772727219548E-02  8.50304449836075116E-02  8.27316445369902231E-02
+  8.04761159472331400E-02  7.82635869430545889E-02  7.60937732107359877E-02
+  7.39663786479132779E-02  7.18810956864432415E-02  6.98376055609175178E-02
+  6.78355785190897786E-02  6.58746740978364137E-02  6.39545414084860403E-02
+  6.20748194284644617E-02  6.02351372990154246E-02  5.84351146339127311E-02
+  5.66743619040155425E-02  5.49524807366710485E-02  5.32690641741564372E-02
+  5.16236969950738464E-02  5.00159560417174076E-02  4.84454105514126529E-02
+  4.69116224915123586E-02  4.54141469060333342E-02  4.39525323405593471E-02
+  4.25263211522348000E-02  4.11350497998088996E-02  3.97782491900307289E-02
+  3.84554450264226119E-02  3.71661581592219042E-02  3.59099049361323308E-02
+  3.46861975658683472E-02  3.34945445570345307E-02  3.23344510170604227E-02
+  3.12054189535057487E-02  3.01069476221098968E-02  2.90385338737487349E-02
+  2.79996724996061618E-02  2.69898565742046452E-02  2.60085778130802643E-02
+  2.50553269970278762E-02  2.41295942395167093E-02  2.32308692772815809E-02
+  2.23586417964413628E-02  2.15124017544768877E-02  2.06916396976661587E-02
+  1.98958470736652279E-02  1.91245165613720819E-02  1.83771424529698378E-02
+  1.76532208729906007E-02  1.69522500372097547E-02  1.62737305357912761E-02
+  1.56171656099038363E-02  1.49820614215530109E-02  1.43679273164003807E-02
+  1.37742761072071514E-02  1.32006243904085122E-02  1.26464927055281208E-02
+  1.21114057449157320E-02  1.15948925778466220E-02  1.10964868665053926E-02
+  1.06157270737071031E-02  1.01521566622794768E-02  9.70532431858366421E-03
+  9.27478418777371097E-03  8.86009596841020632E-03  8.46082506133550259E-03
+  8.07654272524828930E-03  7.70682622346043067E-03  7.35125896180223188E-03
+  7.00943061788371780E-03  6.68093729734511865E-03  6.36538168129828323E-03
+  6.06237305690091217E-03  5.77152740072727540E-03  5.49246746355971753E-03
+  5.22482284655516153E-03  4.96823006885988450E-03  4.72233262730301778E-03
+  4.48678108461861465E-03  4.26123313184615087E-03  4.04535356106369877E-03
+  3.83881428562429447E-03  3.64129435876315351E-03  3.45247998455601229E-03
+  3.27206452138776357E-03  3.09974847908923079E-03  2.93523954449325265E-03
+  2.77825256944602911E-03  2.62850949620072223E-03  2.48573932284923112E-03
+  2.34967806592380549E-03  2.22006871690059527E-03  2.09666119281986391E-03
+  1.97921228274100048E-03  1.86748562086056793E-03  1.76125161630444902E-03
+  1.66028734438410553E-03  1.56437646973677175E-03  1.47330916677447911E-03
+  1.38688203589763131E-03  1.30489801571073184E-03  1.22716629346205633E-03
+  1.15350223904136075E-03  1.08372729542141806E-03  1.01766884989731876E-03
+  9.55160129497460318E-04  8.96040094641268746E-04  8.40153330468864788E-04
+  7.87349936070008520E-04  7.37485414203191674E-04  6.90420580606509559E-04
+  6.46021433894764831E-04  6.04159020144508403E-04  5.64709315078545330E-04
+  5.27553105751259687E-04  4.92575871625457445E-04  4.59667665232878415E-04
+  4.28722995188248086E-04  3.99640724521674524E-04  3.72323936508335107E-04
+  3.46679803866846968E-04  3.22619470412440293E-04  3.00057933410486386E-04
+  2.78913926688468302E-04  2.59109804648246188E-04  2.40571429920385016E-04
+  2.23228072255478495E-04  2.07012282943124973E-04  1.91859776948028978E-04
+  1.77709323749520426E-04  1.64502639793916324E-04  1.52184282636377361E-04
+  1.40701546858862901E-04  1.30004364291340824E-04  1.20045211942507049E-04
+  1.10779003221898013E-04  1.02162988084734314E-04  9.41566592899237861E-05
+  8.67216607982399776E-05  7.98216983508916617E-05  7.34224522638668762E-05
+  6.74914946140710764E-05  6.19982113512136012E-05  5.69137142585682135E-05
+  5.22107611069725074E-05  4.78636801844554909E-05  4.38482971177150927E-05
+  4.01418639842146169E-05  3.67229907114033618E-05  3.35715805016984355E-05
+  3.06687682012203805E-05  2.79968533837541325E-05  2.55392400088699804E-05
+  2.32803792681879487E-05  2.12057145811065275E-05  1.93016287097254217E-05
+  1.75553929671766353E-05  1.59551197904183029E-05  1.44897170026748684E-05
+  1.31488399236417463E-05  1.19228482832786615E-05  1.08027654585924538E-05
+  9.78023953479267760E-06  8.84750614521076059E-06  7.99735305568379057E-06
+  7.22308733659193557E-06  6.51850350360522710E-06  5.87785122566232097E-06
+  5.29580629146371944E-06  4.76744323456581060E-06  4.28820938053136454E-06
+  3.85390026682838676E-06  3.46063640159877116E-06  3.10484186462782054E-06
+  2.78322348635483285E-06
+                              </PP_CHI.3>
+ <PP_CHI.4 type="real" size="  1489" l="1" occupation=" 0.0000" columns="3">
+ -3.45180003340685753E-08 -3.50747302944351058E-08 -3.56404395769326604E-08
+ -3.62152730062147086E-08 -3.67993777427657675E-08 -3.73929033205752178E-08
+ -3.79960016854187650E-08 -3.86088272337575416E-08 -3.92315368522642504E-08
+ -3.98642899579870586E-08 -4.05072485391612662E-08 -4.11605771966790995E-08
+ -4.18244431862284290E-08 -4.24990164611111582E-08 -4.31844697157521565E-08
+ -4.38809784299099517E-08 -4.45887209136005120E-08 -4.53078783527454931E-08
+ -4.60386348555569462E-08 -4.67811774996698449E-08 -4.75356963800350352E-08
+ -4.83023846575845934E-08 -4.90814386086820269E-08 -4.98730576753700086E-08
+ -5.06774445164287422E-08 -5.14948050592574981E-08 -5.23253485525933682E-08
+ -5.31692876200798592E-08 -5.40268383146997582E-08 -5.48982201740858016E-08
+ -5.57836562767236270E-08 -5.66833732990608459E-08 -5.75976015735375751E-08
+ -5.85265751475526485E-08 -5.94705318433811265E-08 -6.04297133190579853E-08
+ -6.14043651302438349E-08 -6.23947367930885083E-08 -6.34010818481086286E-08
+ -6.44236579250949957E-08 -6.54627268090676275E-08 -6.65185545072937877E-08
+ -6.75914113173873298E-08 -6.86815718965064193E-08 -6.97893153316671142E-08
+ -7.09149252111911376E-08 -7.20586896973059577E-08 -7.32209015999159711E-08
+ -7.44018584515632908E-08 -7.56018625835976207E-08 -7.68212212035747118E-08
+ -7.80602464739031462E-08 -7.93192555917594605E-08 -8.05985708702925063E-08
+ -8.18985198211370324E-08 -8.32194352382586042E-08 -8.45616552831505467E-08
+ -8.59255235714049601E-08 -8.73113892606803204E-08 -8.87196071400874904E-08
+ -9.01505377210176710E-08 -9.16045473294350715E-08 -9.30820081996590083E-08
+ -9.45832985696561827E-08 -9.61088027778737927E-08 -9.76589113616298734E-08
+ -9.92340211570952671E-08 -1.00834535400883207E-07 -1.02460863833282677E-07
+ -1.04113422803151396E-07 -1.05792635374505889E-07 -1.07498931434825465E-07
+ -1.09232747805108368E-07 -1.10994528351697308E-07 -1.12784724099914516E-07
+ -1.14603793349524243E-07 -1.16452201792061003E-07 -1.18330422630048726E-07
+ -1.20238936698143165E-07 -1.22178232586227948E-07 -1.24148806764496091E-07
+ -1.26151163710549058E-07 -1.28185816038545533E-07 -1.30253284630433354E-07
+ -1.32354098769297855E-07 -1.34488796274861247E-07 -1.36657923641166900E-07
+ -1.38862036176485046E-07 -1.41101698145474234E-07 -1.43377482913636156E-07
+ -1.45689973094099919E-07 -1.48039760696774196E-07 -1.50427447279904851E-07
+ -1.52853644104076426E-07 -1.55318972288698733E-07 -1.57824062971015844E-07
+ -1.60369557467680990E-07 -1.62956107438936402E-07 -1.65584375055442137E-07
+ -1.68255033167794614E-07 -1.70968765478780075E-07 -1.73726266718406007E-07
+ -1.76528242821755349E-07 -1.79375411109709360E-07 -1.82268500472585584E-07
+ -1.85208251556737349E-07 -1.88195416954162868E-07 -1.91230761395172826E-07
+ -1.94315061944164637E-07 -1.97449108198555460E-07 -2.00633702490922561E-07
+ -2.03869660094404544E-07 -2.07157809431415694E-07 -2.10498992285725715E-07
+ -2.13894064017960900E-07 -2.17343893784580387E-07 -2.20849364760384909E-07
+ -2.24411374364613555E-07 -2.28030834490687343E-07 -2.31708671739659105E-07
+ -2.35445827657427359E-07 -2.39243258975776638E-07 -2.43101937857305589E-07
+ -2.47022852144305635E-07 -2.51007005611652984E-07 -2.55055418223780080E-07
+ -2.59169126395791302E-07 -2.63349183258790575E-07 -2.67596658929487834E-07
+ -2.71912640784153455E-07 -2.76298233736992887E-07 -2.80754560523009434E-07
+ -2.85282761985429324E-07 -2.89883997367763911E-07 -2.94559444610581113E-07
+ -2.99310300653063859E-07 -3.04137781739431566E-07 -3.09043123730305685E-07
+ -3.14027582419094674E-07 -3.19092433853483545E-07 -3.24238974662108166E-07
+ -3.29468522386497888E-07 -3.34782415818372591E-07 -3.40182015342379528E-07
+ -3.45668703284357859E-07 -3.51243884265220860E-07 -3.56908985560545343E-07
+ -3.62665457465960489E-07 -3.68514773668430027E-07 -3.74458431623523563E-07
+ -3.80497952938771044E-07 -3.86634883763202249E-07 -3.92870795183166979E-07
+ -3.99207283624540927E-07 -4.05645971261417481E-07 -4.12188506431392048E-07
+ -4.18836564057542906E-07 -4.25591846077220037E-07 -4.32456081877747759E-07
+ -4.39431028739156454E-07 -4.46518472284053101E-07 -4.53720226934748809E-07
+ -4.61038136377758873E-07 -4.68474074035794891E-07 -4.76029943547367950E-07
+ -4.83707679254130034E-07 -4.91509246696071933E-07 -4.99436643114711319E-07
+ -5.07491897964394602E-07 -5.15677073431845077E-07 -5.23994264964093038E-07
+ -5.32445601804917103E-07 -5.41033247539941252E-07 -5.49759400650520577E-07
+ -5.58626295076562170E-07 -5.67636200788422290E-07 -5.76791424368028135E-07
+ -5.86094309599376067E-07 -5.95547238068539043E-07 -6.05152629773378294E-07
+ -6.14912943743054756E-07 -6.24830678667567989E-07 -6.34908373537412904E-07
+ -6.45148608293589782E-07 -6.55554004488059361E-07 -6.66127225954891094E-07
+ -6.76870979492194543E-07 -6.87788015555090170E-07 -6.98881128959815845E-07
+ -7.10153159599229873E-07 -7.21606993169816407E-07 -7.33245561910452444E-07
+ -7.45071845353051389E-07 -7.57088871085356773E-07 -7.69299715525992861E-07
+ -7.81707504712060763E-07 -7.94315415099393466E-07 -8.07126674375761875E-07
+ -8.20144562287151861E-07 -8.33372411477413830E-07 -8.46813608341406062E-07
+ -8.60471593891949764E-07 -8.74349864640713165E-07 -8.88451973493356459E-07
+ -9.02781530659062128E-07 -9.17342204574785423E-07 -9.32137722844360534E-07
+ -9.47171873192805076E-07 -9.62448504435963906E-07 -9.77971527465841805E-07
+ -9.93744916251786468E-07 -1.00977270885784548E-06 -1.02605900847652037E-06
+ -1.04260798447919611E-06 -1.05942387348351421E-06 -1.07651098043795521E-06
+ -1.09387367972392321E-06 -1.11151641627559584E-06 -1.12944370671783997E-06
+ -1.14766014052248134E-06 -1.16617038118322209E-06 -1.18497916740950529E-06
+ -1.20409131433963997E-06 -1.22351171477348523E-06 -1.24324534042502224E-06
+ -1.26329724319512325E-06 -1.28367255646485154E-06 -1.30437649640961775E-06
+ -1.32541436333453562E-06 -1.34679154303130898E-06 -1.36851350815700770E-06
+ -1.39058581963507988E-06 -1.41301412807895836E-06 -1.43580417523863193E-06
+ -1.45896179547054283E-06 -1.48249291723119280E-06 -1.50640356459484170E-06
+ -1.53069985879567959E-06 -1.55538801979487204E-06 -1.58047436787288506E-06
+ -1.60596532524748191E-06 -1.63186741771782534E-06 -1.65818727633509012E-06
+ -1.68493163910002237E-06 -1.71210735268787617E-06 -1.73972137420117210E-06
+ -1.76778077295072626E-06 -1.79629273226539719E-06 -1.82526455133103103E-06
+ -1.85470364705905768E-06 -1.88461755598522994E-06 -1.91501393619898120E-06
+ -1.94590056930390370E-06 -1.97728536240984425E-06 -2.00917635015713238E-06
+ -2.04158169677344882E-06 -2.07450969816387380E-06 -2.10796878403464686E-06
+ -2.14196752005116620E-06 -2.17651461003080796E-06 -2.21161889817110306E-06
+ -2.24728937131385508E-06 -2.28353516124576766E-06 -2.32036554703618346E-06
+ -2.35778995741252579E-06 -2.39581797317404820E-06 -2.43445932964451913E-06
+ -2.47372391916445587E-06 -2.51362179362356673E-06 -2.55416316703401763E-06
+ -2.59535841814522115E-06 -2.63721809310078275E-06 -2.67975290813830567E-06
+ -2.72297375233273751E-06 -2.76689169038395819E-06 -2.81151796544933652E-06
+ -2.85686400202195487E-06 -2.90294140885526870E-06 -2.94976198193492675E-06
+ -2.99733770749852311E-06 -3.04568076510405325E-06 -3.09480353074786095E-06
+ -3.14471858003286466E-06 -3.19543869138788666E-06 -3.24697684933890146E-06
+ -3.29934624783304129E-06 -3.35256029361621282E-06 -3.40663260966520096E-06
+ -3.46157703867509072E-06 -3.51740764660297394E-06 -3.57413872626880240E-06
+ -3.63178480101425125E-06 -3.69036062842073457E-06 -3.74988120408719430E-06
+ -3.81036176546901578E-06 -3.87181779577866405E-06 -3.93426502794942827E-06
+ -3.99771944866287877E-06 -4.06219730244150703E-06 -4.12771509580713230E-06
+ -4.19428960150661939E-06 -4.26193786280549628E-06 -4.33067719785107591E-06
+ -4.40052520410568938E-06 -4.47149976285166714E-06 -4.54361904376872956E-06
+ -4.61690150958545485E-06 -4.69136592080549586E-06 -4.76703134051029333E-06
+ -4.84391713923898011E-06 -4.92204299994724147E-06 -5.00142892304589572E-06
+ -5.08209523152101523E-06 -5.16406257613630794E-06 -5.24735194071973118E-06
+ -5.33198464753505445E-06 -5.41798236274033286E-06 -5.50536710193413825E-06
+ -5.59416123579153179E-06 -5.68438749579061738E-06 -5.77606898003177494E-06
+ -5.86922915915041279E-06 -5.96389188232541626E-06 -6.06008138338414186E-06
+ -6.15782228700624750E-06 -6.25713961502718215E-06 -6.35805879284372335E-06
+ -6.46060565592243529E-06 -6.56480645641348500E-06 -6.67068786987072475E-06
+ -6.77827700208053947E-06 -6.88760139600043909E-06 -6.99868903880994291E-06
+ -7.11156836907478343E-06 -7.22626828402703168E-06 -7.34281814696224530E-06
+ -7.46124779475633792E-06 -7.58158754550319898E-06 -7.70386820627597193E-06
+ -7.82812108101305467E-06 -7.95437797853167154E-06 -8.08267122067028589E-06
+ -8.21303365056277024E-06 -8.34549864104552846E-06 -8.48010010320070401E-06
+ -8.61687249503665651E-06 -8.75585083030893243E-06 -8.89707068748297987E-06
+ -9.04056821884193297E-06 -9.18638015974071630E-06 -9.33454383800997396E-06
+ -9.48509718351106208E-06 -9.63807873784571448E-06 -9.79352766422179123E-06
+ -9.95148375747844887E-06 -1.01119874542728602E-05 -1.02750798434312244E-05
+ -1.04408026764667008E-05 -1.06091983782669821E-05 -1.07803100579542126E-05
+ -1.09541815199200282E-05 -1.11308572750385668E-05 -1.13103825520602931E-05
+ -1.14928033091895714E-05 -1.16781662458489410E-05 -1.18665188146330899E-05
+ -1.20579092334556192E-05 -1.22523864978917091E-05 -1.24500003937197852E-05
+ -1.26508015096654557E-05 -1.28548412503509517E-05 -1.30621718494534192E-05
+ -1.32728463830753144E-05 -1.34869187833305254E-05 -1.37044438521495054E-05
+ -1.39254772753070594E-05 -1.41500756366763367E-05 -1.43782964327126730E-05
+ -1.46101980871709870E-05 -1.48458399660605541E-05 -1.50852823928408453E-05
+ -1.53285866638624579E-05 -1.55758150640571125E-05 -1.58270308828805215E-05
+ -1.60822984305124420E-05 -1.63416830543179731E-05 -1.66052511555741901E-05
+ -1.68730702064666059E-05 -1.71452087673596238E-05 -1.74217365043455834E-05
+ -1.77027242070766600E-05 -1.79882438068844217E-05 -1.82783683951915192E-05
+ -1.85731722422202288E-05 -1.88727308160027272E-05 -1.91771208016978714E-05
+ -1.94864201212194323E-05 -1.98007079531808504E-05 -2.01200647531616514E-05
+ -2.04445722743005755E-05 -2.07743135882208080E-05 -2.11093731062925562E-05
+ -2.14498366012385966E-05 -2.17957912290880034E-05 -2.21473255514840350E-05
+ -2.25045295583515933E-05 -2.28674946909303158E-05 -2.32363138651789531E-05
+ -2.36110814955571472E-05 -2.39918935191906583E-05 -2.43788474204262294E-05
+ -2.47720422557823686E-05 -2.51715786793023729E-05 -2.55775589683161889E-05
+ -2.59900870496177211E-05 -2.64092685260640798E-05 -2.68352107036037614E-05
+ -2.72680226187406077E-05 -2.77078150664405667E-05 -2.81547006284883434E-05
+ -2.86087937023012513E-05 -2.90702105302076652E-05 -2.95390692291976508E-05
+ -3.00154898211529981E-05 -3.04995942635648272E-05 -3.09915064807464235E-05
+ -3.14913523955491771E-05 -3.19992599615899232E-05 -3.25153591959978792E-05
+ -3.30397822126894843E-05 -3.35726632561797651E-05 -3.41141387359388467E-05
+ -3.46643472613021982E-05 -3.52234296769437627E-05 -3.57915290989210244E-05
+ -3.63687909513010454E-05 -3.69553630033769381E-05 -3.75513954074845462E-05
+ -3.81570407374285679E-05 -3.87724540275283093E-05 -3.93977928122927199E-05
+ -4.00332171667351031E-05 -4.06788897473377091E-05 -4.13349758336765876E-05
+ -4.20016433707175003E-05 -4.26790630117938240E-05 -4.33674081622770685E-05
+ -4.40668550239515236E-05 -4.47775826401039845E-05 -4.54997729413405430E-05
+ -4.62336107921417747E-05 -4.69792840381682758E-05 -4.77369835543286851E-05
+ -4.85069032936230051E-05 -4.92892403367727020E-05 -5.00841949426510891E-05
+ -5.08919705995264553E-05 -5.17127740771310297E-05 -5.25468154795693981E-05
+ -5.33943082990794325E-05 -5.42554694706598247E-05 -5.51305194275783985E-05
+ -5.60196821577748204E-05 -5.69231852611724277E-05 -5.78412600079137291E-05
+ -5.87741413975345400E-05 -5.97220682190915307E-05 -6.06852831122591400E-05
+ -6.16640326294107271E-05 -6.26585672987010661E-05 -6.36691416881648119E-05
+ -6.46960144708481227E-05 -6.57394484909898722E-05 -6.67997108312696683E-05
+ -6.78770728811391128E-05 -6.89718104062540403E-05 -7.00842036190264404E-05
+ -7.12145372503127864E-05 -7.23631006222578385E-05 -7.35301877223120288E-05
+ -7.47160972784416166E-05 -7.59211328355507666E-05 -7.71456028331348316E-05
+ -7.83898206841846163E-05 -7.96541048553625451E-05 -8.09387789484709277E-05
+ -8.22441717832323268E-05 -8.35706174814038324E-05 -8.49184555522467660E-05
+ -8.62880309793727650E-05 -8.76796943089898573E-05 -8.90938017395690303E-05
+ -9.05307152129566781E-05 -9.19908025069547203E-05 -9.34744373293919858E-05
+ -9.49819994137108512E-05 -9.65138746160940694E-05 -9.80704550141558849E-05
+ -9.96521390072230100E-05 -1.01259331418230059E-04 -1.02892443597258200E-04
+ -1.04551893526740711E-04 -1.06238105928363203E-04 -1.07951512371685482E-04
+ -1.09692551384513330E-04 -1.11461668565047300E-04 -1.13259316695838453E-04
+ -1.15085955859577620E-04 -1.16942053556752396E-04 -1.18828084825197628E-04
+ -1.20744532361571352E-04 -1.22691886644786638E-04 -1.24670646061431577E-04
+ -1.26681317033208675E-04 -1.28724414146425795E-04 -1.30800460283572116E-04
+ -1.32909986757014570E-04 -1.35053533444845990E-04 -1.37231648928920773E-04
+ -1.39444890635112822E-04 -1.41693824975831518E-04 -1.43979027494832445E-04
+ -1.46301083014358348E-04 -1.48660585784648927E-04 -1.51058139635860278E-04
+ -1.53494358132427852E-04 -1.55969864729915084E-04 -1.58485292934385771E-04
+ -1.61041286464342839E-04 -1.63638499415272667E-04 -1.66277596426837111E-04
+ -1.68959252852756683E-04 -1.71684154933430795E-04 -1.74452999971333971E-04
+ -1.77266496509235344E-04 -1.80125364511285631E-04 -1.83030335547017947E-04
+ -1.85982152978310367E-04 -1.88981572149353542E-04 -1.92029360579677527E-04
+ -1.95126298160286935E-04 -1.98273177352948873E-04 -2.01470803392687778E-04
+ -2.04719994493537721E-04 -2.08021582057604527E-04 -2.11376410887490959E-04
+ -2.14785339402135517E-04 -2.18249239856126961E-04 -2.21768998562548196E-04
+ -2.25345516119401914E-04 -2.28979707639677708E-04 -2.32672502985119522E-04
+ -2.36424847003751884E-04 -2.40237699771225853E-04 -2.44112036836040698E-04
+ -2.48048849468715917E-04 -2.52049144914968980E-04 -2.56113946652962215E-04
+ -2.60244294654684899E-04 -2.64441245651536735E-04 -2.68705873404181603E-04
+ -2.73039268976737245E-04 -2.77442541015366978E-04 -2.81916816031358808E-04
+ -2.86463238688751745E-04 -2.91082972096584126E-04 -2.95777198105836691E-04
+ -3.00547117611146863E-04 -3.05393950857371947E-04 -3.10318937751075596E-04
+ -3.15323338177012004E-04 -3.20408432319707539E-04 -3.25575520990204956E-04
+ -3.30825925958054133E-04 -3.36160990288634522E-04 -3.41582078685895036E-04
+ -3.47090577840597947E-04 -3.52687896784152220E-04 -3.58375467248123354E-04
+ -3.64154744029527981E-04 -3.70027205361992046E-04 -3.75994353292863868E-04
+ -3.82057714066379856E-04 -3.88218838512980474E-04 -3.94479302444875339E-04
+ -4.00840707057950943E-04 -4.07304679340121959E-04 -4.13872872486255360E-04
+ -4.20546966319745895E-04 -4.27328667720849463E-04 -4.34219711061889502E-04
+ -4.41221858649443806E-04 -4.48336901173623868E-04 -4.55566658164549738E-04
+ -4.62912978456143801E-04 -4.70377740657383582E-04 -4.77962853631100663E-04
+ -4.85670256980452817E-04 -4.93501921543193023E-04 -5.01459849893860690E-04
+ -5.09546076854022756E-04 -5.17762670010677101E-04 -5.26111730242963867E-04
+ -5.34595392257344567E-04 -5.43215825131338468E-04 -5.51975232865967082E-04
+ -5.60875854947046168E-04 -5.69919966915466533E-04 -5.79109880946605772E-04
+ -5.88447946438998542E-04 -5.97936550612438757E-04 -6.07578119115687368E-04
+ -6.17375116643886584E-04 -6.27330047565851593E-04 -6.37445456561399519E-04
+ -6.47723929268876155E-04 -6.58168092943037914E-04 -6.68780617123429619E-04
+ -6.79564214313473341E-04 -6.90521640670446963E-04 -7.01655696706469023E-04
+ -7.12969228000688679E-04 -7.24465125922856327E-04 -7.36146328368460809E-04
+ -7.48015820505606045E-04 -7.60076635533786342E-04 -7.72331855454818977E-04
+ -7.84784611856119765E-04 -7.97438086706457367E-04 -8.10295513164408258E-04
+ -8.23360176399721413E-04 -8.36635414427786429E-04 -8.50124618957419234E-04
+ -8.63831236252119881E-04 -8.77758768005133523E-04 -8.91910772228496308E-04
+ -9.06290864156216770E-04 -9.20902717161861824E-04 -9.35750063690764309E-04
+ -9.50836696207092128E-04 -9.66166468155993429E-04 -9.81743294941009098E-04
+ -9.97571154917151854E-04 -1.01365409039980928E-03 -1.02999620868967192E-03
+ -1.04660168311397324E-03 -1.06347475408430370E-03 -1.08061973017125040E-03
+ -1.09804098919611889E-03 -1.11574297933993323E-03 -1.13373022027022101E-03
+ -1.15200730428568999E-03 -1.17057889747906223E-03 -1.18944974091838391E-03
+ -1.20862465184709057E-03 -1.22810852490314081E-03 -1.24790633335746925E-03
+ -1.26802313037200796E-03 -1.28846405027786804E-03 -1.30923430987375995E-03
+ -1.33033920974496471E-03 -1.35178413560321483E-03 -1.37357455964781184E-03
+ -1.39571604194831654E-03 -1.41821423184908843E-03 -1.44107486939597500E-03
+ -1.46430378678585123E-03 -1.48790690983902226E-03 -1.51189025949487947E-03
+ -1.53625995333121312E-03 -1.56102220710754836E-03 -1.58618333633287899E-03
+ -1.61174975785808466E-03 -1.63772799149342193E-03 -1.66412466165188747E-03
+ -1.69094649901839456E-03 -1.71820034224524454E-03 -1.74589313967434575E-03
+ -1.77403195108658657E-03 -1.80262394947878113E-03 -1.83167642286847804E-03
+ -1.86119677612714743E-03 -1.89119253284263230E-03 -1.92167133721071813E-03
+ -1.95264095595642020E-03 -1.98410928028548619E-03 -2.01608432786657245E-03
+ -2.04857424484454747E-03 -2.08158730788522532E-03 -2.11513192625220614E-03
+ -2.14921664391676736E-03 -2.18385014170059287E-03 -2.21904123945205123E-03
+ -2.25479889825657602E-03 -2.29113222268165564E-03 -2.32805046305695684E-03
+ -2.36556301778982235E-03 -2.40367943571711748E-03 -2.44240941849434290E-03
+ -2.48176282302173127E-03 -2.52174966390819643E-03 -2.56238011597373057E-03
+ -2.60366451679081403E-03 -2.64561336926541968E-03 -2.68823734425779198E-03
+ -2.73154728324439275E-03 -2.77555420102171529E-03 -2.82026928845181043E-03
+ -2.86570391525039526E-03 -2.91186963281828918E-03 -2.95877817711678349E-03
+ -3.00644147158755232E-03 -3.05487163011723640E-03 -3.10408096004859222E-03
+ -3.15408196523869538E-03 -3.20488734916398463E-03 -3.25651001807327053E-03
+ -3.30896308418944518E-03 -3.36225986896058126E-03 -3.41641390636113510E-03
+ -3.47143894624315228E-03 -3.52734895774021095E-03 -3.58415813272403537E-03
+ -3.64188088931371697E-03 -3.70053187543882209E-03 -3.76012597245718944E-03
+ -3.82067829882819796E-03 -3.88220421384214733E-03 -3.94471932140570865E-03
+ -4.00823947388691780E-03 -4.07278077601901014E-03 -4.13835958886326315E-03
+ -4.20499253383226686E-03 -4.27269649677448730E-03 -4.34148863212099282E-03
+ -4.41138636709497139E-03 -4.48240740598388789E-03 -4.55456973447889487E-03
+ -4.62789162407973523E-03 -4.70239163656572916E-03 -4.77808862853437624E-03
+ -4.85500175600851128E-03 -4.93315047911299827E-03 -5.01255456682140298E-03
+ -5.09323410177268347E-03 -5.17520948516356737E-03 -5.25850144171367568E-03
+ -5.34313102470446080E-03 -5.42911962109363273E-03 -5.51648895670607542E-03
+ -5.60526110150231290E-03 -5.69545847492477358E-03 -5.78710385132214303E-03
+ -5.88022036545874077E-03 -5.97483151810435532E-03 -6.07096118170635975E-03
+ -6.16863360614584421E-03 -6.26787342457886792E-03 -6.36870565936395114E-03
+ -6.47115572807558867E-03 -6.57524944960495659E-03 -6.68101305035560897E-03
+ -6.78847317052791097E-03 -6.89765687049489346E-03 -7.00859163727131883E-03
+ -7.12130539107708096E-03 -7.23582649199624311E-03 -7.35218374673068248E-03
+ -7.47040641545101969E-03 -7.59052421875313754E-03 -7.71256734471222061E-03
+ -7.83656645603791717E-03 -7.96255269733252800E-03 -8.09055770245340269E-03
+ -8.22061360198079669E-03 -8.35275303078921415E-03 -8.48700913572728553E-03
+ -8.62341558341420469E-03 -8.76200656814283933E-03 -8.90281681989428531E-03
+ -9.04588161246567407E-03 -9.19123677171250313E-03 -9.33891868390674881E-03
+ -9.48896430420730769E-03 -9.64141116525142963E-03 -9.79629738587384225E-03
+ -9.95366167994195944E-03 -1.01135433653131591E-02 -1.02759823729158782E-02
+ -1.04410192559558964E-02 -1.06086951992487872E-02 -1.07790520286732971E-02
+ -1.09521322207595841E-02 -1.11279789124158150E-02 -1.13066359107803719E-02
+ -1.14881477032068614E-02 -1.16725594673835666E-02 -1.18599170815887004E-02
+ -1.20502671350820809E-02 -1.22436569386256220E-02 -1.24401345351539353E-02
+ -1.26397487105930524E-02 -1.28425490048139634E-02 -1.30485857227294697E-02
+ -1.32579099455357244E-02 -1.34705735420997934E-02 -1.36866291804931747E-02
+ -1.39061303396608681E-02 -1.41291313212572288E-02 -1.43556872616376827E-02
+ -1.45858541439940412E-02 -1.48196888106426339E-02 -1.50572489754666316E-02
+ -1.52985932365135406E-02 -1.55437810887466017E-02 -1.57928729369370795E-02
+ -1.60459301087407351E-02 -1.63030148679353011E-02 -1.65641904278088191E-02
+ -1.68295209647089730E-02 -1.70990716317542674E-02 -1.73729085727078805E-02
+ -1.76510989360105439E-02 -1.79337108889577254E-02 -1.82208136320785689E-02
+ -1.85124774136768457E-02 -1.88087735445279965E-02 -1.91097744127426174E-02
+ -1.94155534987968115E-02 -1.97261853907297613E-02 -2.00417457995014300E-02
+ -2.03623115744949283E-02 -2.06879607192378169E-02 -2.10187724072803568E-02
+ -2.13548269982319003E-02 -2.16962060539649705E-02 -2.20429923549873563E-02
+ -2.23952699169815972E-02 -2.27531240074989177E-02 -2.31166411627957910E-02
+ -2.34859092049030937E-02 -2.38610172588399339E-02 -2.42420557699822084E-02
+ -2.46291165215949230E-02 -2.50222926525270756E-02 -2.54216786750679907E-02
+ -2.58273704929430428E-02 -2.62394654194467482E-02 -2.66580621958158945E-02
+ -2.70832610097253880E-02 -2.75151635139281904E-02 -2.79538728450463882E-02
+ -2.83994936425113649E-02 -2.88521320676502734E-02 -2.93118958228836095E-02
+ -2.97788941710516036E-02 -3.02532379549772835E-02 -3.07350396171182302E-02
+ -3.12244132193408193E-02 -3.17214744628220163E-02 -3.22263407080747855E-02
+ -3.27391309950921527E-02 -3.32599660635562594E-02 -3.37889683731635374E-02
+ -3.43262621241669924E-02 -3.48719732779572134E-02 -3.54262295777298050E-02
+ -3.59891605692411395E-02 -3.65608976216462433E-02 -3.71415739484104862E-02
+ -3.77313246282165796E-02 -3.83302866259695729E-02 -3.89385988139762523E-02
+ -3.95564019930925090E-02 -4.01838389139013291E-02 -4.08210542979192750E-02
+ -4.14681948588219926E-02 -4.21254093236748534E-02 -4.27928484540592499E-02
+ -4.34706650672714023E-02 -4.41590140576199192E-02 -4.48580524175945933E-02
+ -4.55679392589833504E-02 -4.62888358339303418E-02 -4.70209055559212760E-02
+ -4.77643140206735414E-02 -4.85192290267837528E-02 -4.92858205964122262E-02
+ -5.00642609959458598E-02 -5.08547247564017785E-02 -5.16573886936620638E-02
+ -5.24724319285256313E-02 -5.33000359065583518E-02 -5.41403844177046276E-02
+ -5.49936636154706934E-02 -5.58600620360944003E-02 -5.67397706175131397E-02
+ -5.76329827178998569E-02 -5.85398941338668155E-02 -5.94607031183158816E-02
+ -6.03956103979088124E-02 -6.13448191900986539E-02 -6.23085352194903200E-02
+ -6.32869667341137004E-02 -6.42803245212371921E-02 -6.52888219225225969E-02
+ -6.63126748486256856E-02 -6.73521017932106197E-02 -6.84073238463443062E-02
+ -6.94785647071755885E-02 -7.05660506956340555E-02 -7.16700107639310635E-02
+ -7.27906765072455636E-02 -7.39282821734559142E-02 -7.50830646720191536E-02
+ -7.62552635819537666E-02 -7.74451211588815941E-02 -7.86528823409787248E-02
+ -7.98787947535626597E-02 -8.11231087133117146E-02 -8.23860772311945100E-02
+ -8.36679560140626277E-02 -8.49690034649954185E-02 -8.62894806823399502E-02
+ -8.76296514573863539E-02 -8.89897822704475011E-02 -9.03701422851121289E-02
+ -9.17710033418671495E-02 -9.31926399498144847E-02 -9.46353292765555743E-02
+ -9.60993511363125719E-02 -9.75849879762109851E-02 -9.90925248606472214E-02
+ -1.00622249453388463E-01 -1.02174451997301907E-01 -1.03749425293051520E-01
+ -1.05347464675108735E-01 -1.06968867985294744E-01 -1.08613935543892301E-01
+ -1.10282970118231724E-01 -1.11976276888651263E-01 -1.13694163411311042E-01
+ -1.15436939578005021E-01 -1.17204917574346548E-01 -1.18998411834296269E-01
+ -1.20817738991407658E-01 -1.22663217826791293E-01 -1.24535169213676966E-01
+ -1.26433916058441231E-01 -1.28359783237359443E-01 -1.30313097529629274E-01
+ -1.32294187547919551E-01 -1.34303383664066550E-01 -1.36341017930458969E-01
+ -1.38407423997067069E-01 -1.40502937023964741E-01 -1.42627893589166804E-01
+ -1.44782631590764432E-01 -1.46967490144501445E-01 -1.49182809477700795E-01
+ -1.51428930816886825E-01 -1.53706196269811496E-01 -1.56014948701782119E-01
+ -1.58355531606106853E-01 -1.60728288968413485E-01 -1.63133565123504187E-01
+ -1.65571704606697595E-01 -1.68043051999939935E-01 -1.70547951769875722E-01
+ -1.73086748098732784E-01 -1.75659784707860811E-01 -1.78267404673692065E-01
+ -1.80909950235794592E-01 -1.83587762595329912E-01 -1.86301181706899216E-01
+ -1.89050546063089825E-01 -1.91836192468936795E-01 -1.94658455807264597E-01
+ -1.97517668794680135E-01 -2.00414161727943130E-01 -2.03348262220251097E-01
+ -2.06320294925427500E-01 -2.09330581254207782E-01 -2.12379439080608051E-01
+ -2.15467182435839705E-01 -2.18594121190791912E-01 -2.21760560726784184E-01
+ -2.24966801594266935E-01 -2.28213139158831013E-01 -2.31499863232278780E-01
+ -2.34827257694245145E-01 -2.38195600100705590E-01 -2.41605161277345104E-01
+ -2.45056204898787738E-01 -2.48548987053331283E-01 -2.52083755792815722E-01
+ -2.55660750666753478E-01 -2.59280202238436730E-01 -2.62942331589688050E-01
+ -2.66647349808772305E-01 -2.70395457460198052E-01 -2.74186844037309918E-01
+ -2.78021687397267125E-01 -2.81900153178006985E-01 -2.85822394196020957E-01
+ -2.89788549822956709E-01 -2.93798745348472001E-01 -2.97853091322157371E-01
+ -3.01951682874162464E-01 -3.06094599015290347E-01 -3.10281901916103553E-01
+ -3.14513636164640731E-01 -3.18789828001264541E-01 -3.23110484529357755E-01
+ -3.27475592909295177E-01 -3.31885119527320638E-01 -3.36339009139922540E-01
+ -3.40837183994273929E-01 -3.45379542924289573E-01 -3.49965960421918798E-01
+ -3.54596285681988199E-01 -3.59270341620425260E-01 -3.63987923872157004E-01
+ -3.68748799760208190E-01 -3.73552707237370551E-01 -3.78399353800822902E-01
+ -3.83288415379331671E-01 -3.88219535192705689E-01 -3.93192322581977727E-01
+ -3.98206351811322135E-01 -4.03261160845671540E-01 -4.08356250096998830E-01
+ -4.13491081141088124E-01 -4.18665075404991260E-01 -4.23877612825024785E-01
+ -4.29128030475109945E-01 -4.34415621164789711E-01 -4.39739632008559089E-01
+ -4.45099262967066922E-01 -4.50493665356768269E-01 -4.55921940329603925E-01
+ -4.61383137322926462E-01 -4.66876252479832277E-01 -4.72400227040057075E-01
+ -4.77953945702914051E-01 -4.83536234962600120E-01 -4.89145861412914551E-01
+ -4.94781530023994665E-01 -5.00441882391539417E-01 -5.06125494958979072E-01
+ -5.11830877213271473E-01 -5.17556469855162238E-01 -5.23300642949631967E-01
+ -5.29061694051405795E-01 -5.34837846300840081E-01 -5.40627246501190317E-01
+ -5.46427963175548981E-01 -5.52237984604494581E-01 -5.58055216845931512E-01
+ -5.63877481739262776E-01 -5.69702514906879398E-01 -5.75527963734979053E-01
+ -5.81351385332447790E-01 -5.87170244488833704E-01 -5.92981911626386027E-01
+ -5.98783660748230862E-01 -6.04572667385329443E-01 -6.10346006546823139E-01
+ -6.16100650697840146E-01 -6.21833467722140321E-01 -6.27541218882038954E-01
+ -6.33220556806609269E-01 -6.38868023498781024E-01 -6.44480048364980518E-01
+ -6.50052946271605148E-01 -6.55582915637453523E-01 -6.61066036601333118E-01
+ -6.66498269180643144E-01 -6.71875451464536200E-01 -6.77193297879517764E-01
+ -6.82447397513108900E-01 -6.87633212501410518E-01 -6.92746076487005480E-01
+ -6.97781193164490277E-01 -7.02733634970643783E-01 -7.07598341771698114E-01
+ -7.12370119648514044E-01 -7.17043639816854483E-01 -7.21613437663452872E-01
+ -7.26073911906432223E-01 -7.30419323889162864E-01 -7.34643797039137181E-01
+ -7.38741316564703210E-01 -7.42705729154833350E-01 -7.46530742874318420E-01
+ -7.50209927277978639E-01 -7.53736713720535856E-01 -7.57104395873713032E-01
+ -7.60306130462570451E-01 -7.63334938276822750E-01 -7.66183705533643788E-01
+ -7.68845185250401131E-01 -7.71311998950115152E-01 -7.73576638691618967E-01
+ -7.75631469398381790E-01 -7.77468731500314814E-01 -7.79080543903232003E-01
+ -7.80458907380658595E-01 -7.81595708437939796E-01 -7.82482723197022390E-01
+ -7.83111621789261081E-01 -7.83473973195825679E-01 -7.83561250507870621E-01
+ -7.83364836622237992E-01 -7.82876030388935940E-01 -7.82086053362778588E-01
+ -7.80986057129001598E-01 -7.79567130664380104E-01 -7.77820308405614558E-01
+ -7.75736578890033779E-01 -7.73306893938644158E-01 -7.70522178395516177E-01
+ -7.67373340438940010E-01 -7.63851282693176370E-01 -7.59946913952226355E-01
+ -7.55651160950178369E-01 -7.50954981026213608E-01 -7.45849375454387453E-01
+ -7.40325403403286786E-01 -7.34374196531344059E-01 -7.27986974228069794E-01
+ -7.21155059816489641E-01 -7.13869897275115295E-01 -7.06123067988453479E-01
+ -6.97906308497670103E-01 -6.89211528913313831E-01 -6.80030831943187253E-01
+ -6.70356532521900750E-01 -6.60181178039706662E-01 -6.49497569558197818E-01
+ -6.38298783234612976E-01 -6.26578191669765472E-01 -6.14329486163465388E-01
+ -6.01546699432314536E-01 -5.88224228717943998E-01 -5.74356859236595962E-01
+ -5.59939787942538736E-01 -5.44968648005199063E-01 -5.29439532871548213E-01
+ -5.13349019954145169E-01 -4.96694194771166719E-01 -4.79472675010959248E-01
+ -4.61682634405975956E-01 -4.43322826311702223E-01 -4.24392606918355009E-01
+ -4.04891958381672024E-01 -3.84821510548167101E-01 -3.64182561660431392E-01
+ -3.42977098515213963E-01 -3.21207815523458728E-01 -2.98878132499348415E-01
+ -2.75992211006108434E-01 -2.52554969115297456E-01 -2.28572094565892420E-01
+ -2.04050055252230078E-01 -1.78996107562812951E-01 -1.53418302554827884E-01
+ -1.27325489502187389E-01 -1.00727316603017522E-01 -7.36342286341554603E-02
+ -4.60574613186594609E-02 -1.80090319311091256E-02  1.04982738245808036E-02
+  3.94509185581121274E-02  6.88346339599411050E-02  9.86344457600190627E-02
+  1.28834703009385126E-01  1.59419111787251377E-01  1.90370773602732885E-01
+  2.21672229304092139E-01  2.53305506151798920E-01  2.85252169169658731E-01
+  3.17493376965392371E-01  3.50009941478616304E-01  3.82782391295369118E-01
+  4.15791038053903106E-01  4.49016045876736158E-01  4.82437504008198903E-01
+  5.16035496906966595E-01  5.49790174456530445E-01  5.83681820830702636E-01
+  6.17690919836822894E-01  6.51798214790602071E-01  6.85984760644698932E-01
+  7.20231966556137970E-01  7.54521625739701496E-01  7.88835923558653729E-01
+  8.23157425846022139E-01  8.57469041212732819E-01  8.91753952881809031E-01
+  9.25995509683765983E-01  9.60177078271897799E-01  9.94281838121485295E-01
+  1.02829247685624048E+00  1.06219120583280269E+00  1.09595975907227894E+00
+  1.12957938336859098E+00  1.16303083600040891E+00  1.19629437950092554E+00
+  1.22934977804246470E+00  1.26217629415721255E+00  1.29475268607217631E+00
+  1.32705720482246470E+00  1.35906759227045049E+00  1.39076107976792240E+00
+  1.42211438744217133E+00  1.45310372414794897E+00  1.48370478813445028E+00
+  1.51389276887208180E+00  1.54364234957151258E+00  1.57292770973773610E+00
+  1.60172252908417034E+00  1.62999999243900162E+00  1.65773279564482312E+00
+  1.68489315250374361E+00  1.71145280284080026E+00  1.73738302233181718E+00
+  1.76265463317635063E+00  1.78723801515576008E+00  1.81110311861961959E+00
+  1.83421947890330683E+00  1.85655623219562260E+00  1.87808213291874004E+00
+  1.89876557272806856E+00  1.91857460203393360E+00  1.93747695243849805E+00
+  1.95544006005023441E+00  1.97243109138268147E+00  1.98841697119154937E+00
+  2.00336441228373019E+00  2.01723994736556733E+00  2.03000996309050885E+00
+  2.04164073749614117E+00  2.05209847826261083E+00  2.06134936249428247E+00
+  2.06935957976222173E+00  2.07609537760612772E+00  2.08152310953497510E+00
+  2.08560928558779501E+00  2.08832062569220245E+00  2.08962411727468078E+00
+  2.08948707333858152E+00  2.08787719282507878E+00  2.08476262480436159E+00
+  2.08011203555302959E+00  2.07389467854387366E+00  2.06608046738373696E+00
+  2.05664005204423761E+00  2.04554489997756184E+00  2.03276737698835097E+00
+  2.01828083112608381E+00  2.00205968066241802E+00  1.98407950510019604E+00
+  1.96431713919524453E+00  1.94275076996905827E+00  1.91936003718781079E+00
+  1.89412613876735891E+00  1.86703193478119922E+00  1.83806205491311858E+00
+  1.80720300963223002E+00  1.77444330397467298E+00  1.73977355382053900E+00
+  1.70318660454077353E+00  1.66467765260920464E+00  1.62424437108267905E+00
+  1.58188703203529624E+00  1.53760863204999576E+00  1.49141502005361537E+00
+  1.44331502636048703E+00  1.39332059266009956E+00  1.34144690266152566E+00
+  1.28771251400477715E+00  1.23213949130130418E+00  1.17475353395591742E+00
+  1.11558410513478368E+00  1.05466456021483368E+00  9.92032273580119583E-01
+  9.27728763283917179E-01  8.61799813065251552E-01  7.94295592033094966E-01
+  7.25270770616313065E-01  6.54784628532830926E-01  5.82901159667077451E-01
+  5.09689171629477134E-01  4.35222378847976599E-01  3.59579488503194766E-01
+  2.82844278402138327E-01  2.05105666279219112E-01  1.26457768948934623E-01
+  4.69999463367434048E-02 -3.31631486278276613E-02 -1.13921590450537041E-01
+ -1.95160037120332863E-01 -2.76758053151801409E-01 -3.58589615363118064E-01
+ -4.40522913059045784E-01 -5.22426885899051840E-01 -6.04135732489597954E-01
+ -6.85593304812271764E-01 -7.66361328282927023E-01 -8.47049219031801193E-01
+ -9.25952862152607969E-01 -1.00410738712734116E+00 -1.08971450640581180E+00
+ -1.12212037957392963E+00 -1.37271253607077592E+00 -7.31606711447663760E-01
+  1.37623828319310137E-01 -2.96940877365943351E-02  3.42016095913689772E-03
+  1.15590387332009095E-03 -1.04795266737625235E-03  4.90135828839440924E-04
+ -1.79688904372228044E-04  5.59915844029460725E-05 -1.48810531523298397E-05
+  3.11946540186113955E-06 -3.12391408181028443E-07 -1.50673050372309585E-07
+  1.21933483983087207E-07 -5.53974829589589920E-08  1.99812652865237411E-08
+ -6.14261341333683154E-09  1.60623211399002070E-09 -3.26292553660059871E-10
+  2.71472331822343224E-11  1.91771283989119071E-11 -1.41341649856547229E-11
+  6.25038535633315057E-12 -2.21914401420006262E-12  6.73038845049126296E-13
+ -1.73051303610310485E-13  3.39629851642833950E-14 -2.17114268049997366E-15
+ -2.39692692659886628E-15  1.63278849530447992E-15 -7.04044660036543732E-16
+  2.46159150411990739E-16 -7.36501314656332916E-17  1.86073564141785700E-17
+ -3.51539912586138414E-18  1.46840298787065326E-19  2.95337684621856755E-19
+ -1.88030136620305510E-19  7.91771939678152473E-20 -2.72721997294028174E-20
+  8.04898937810196397E-21 -1.99655825230029197E-21  3.61523800518790923E-22
+ -5.77947562642799523E-24 -3.59708843281864011E-23  2.15908777245477635E-23
+ -8.89064080171042839E-24  3.01788194075816749E-24 -8.78475180203912932E-25
+  2.13748390195859462E-25 -3.68989660632492051E-26 -5.33044736195689353E-28
+  4.33921119750108156E-27 -2.47258645721145791E-27  9.96833772024702765E-28
+ -3.33553085585409235E-28  9.57461993393199479E-29 -2.28283015755008465E-29
+  3.73238466005826000E-30  1.90076113356197594E-31 -5.19212904017683740E-31
+  2.82456776060757923E-31 -1.11606674263276464E-31  3.68221901363574852E-32
+ -1.04207404459850376E-32  2.43169423582192045E-33 -3.73447786444103235E-34
+ -3.56450880852090362E-35  6.16958034354003176E-35 -3.21916072446146853E-35
+  1.24782579994942885E-35 -4.06009369565680748E-36  1.13250181312245106E-36
+ -2.58291275232938995E-37  3.68653321782748886E-38  5.56842029976112551E-39
+ -7.28678806194586080E-39  3.66088180505002268E-39 -1.39325481352324176E-39
+  4.47139116122199185E-40 -1.22890337607357185E-40  2.73501535900000088E-41
+ -3.57727909861288221E-42 -7.96206384691715261E-43  8.56060043163670988E-43
+ -4.15466519601706215E-43  1.55358256664434156E-43 -4.91842806552201969E-44
+  1.33139468125417020E-44 -2.88617142776985226E-45  3.39357683423078995E-46
+  1.08010271678958988E-46 -1.00096429374232574E-46  4.70589474328718968E-47
+ -1.73012639957179028E-47  5.40358981146231204E-48 -1.44003807697366381E-48
+  3.03412882882060372E-49 -3.12015009865041990E-50 -1.41475563266778333E-50
+  1.16544821731220735E-50 -5.32043740908569455E-51  1.92429554774474972E-51
+ -5.92931526613370170E-52  1.55482883682380843E-52 -3.17614372923181964E-53
+  2.73927802624377381E-54  1.80712540935246943E-54 -1.35178022287509079E-54
+  6.00467821233534926E-55 -2.13759406036481829E-55  6.49807718612299324E-56
+ -1.67567938157071631E-56  3.30890020002806702E-57 -2.23044742458605754E-58
+ -2.26498424489429091E-58  1.56245942224463050E-58 -6.76555653679922148E-59
+  2.37162316329665728E-59 -7.11235759712491822E-60  1.80240085985430384E-60
+ -3.42841826462151228E-61  1.56995890290409715E-62  2.79699941338157601E-62
+ -1.80023595702848039E-62  7.61060365529690673E-63 -2.62808290554189534E-63
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00
+                              </PP_CHI.4>
+                             </PP_PSWFC> 
+<PP_FULL_WFC number_of_wfc=" 4">
+ <PP_AEWFC.1 type="real" size="  1489" l="0" columns="3">
+  1.23254554715900434E-03  1.24243635693776968E-03  1.25240646380851217E-03
+  1.26245650232693733E-03  1.27258711210743937E-03  1.28279893786311956E-03
+  1.29309262944611700E-03  1.30346884188825020E-03  1.31392823544197756E-03
+  1.32447147562167488E-03  1.33509923324523646E-03  1.34581218447599508E-03
+  1.35661101086497100E-03  1.36749639939344947E-03  1.37846904251588838E-03
+  1.38952963820316005E-03  1.40067888998612585E-03  1.41191750699954884E-03
+  1.42324620402635546E-03  1.43466570154222764E-03  1.44617672576055232E-03
+  1.45778000867771121E-03  1.46947628811872695E-03  1.48126630778326130E-03
+  1.49315081729196734E-03  1.50513057223320107E-03  1.51720633421010111E-03
+  1.52937887088802323E-03  1.54164895604234822E-03  1.55401736960665668E-03
+  1.56648489772127746E-03  1.57905233278221092E-03  1.59172047349042940E-03
+  1.60449012490156053E-03  1.61736209847595266E-03  1.63033721212912713E-03
+  1.64341629028261758E-03  1.65660016391520610E-03  1.66988967061455318E-03
+  1.68328565462921745E-03  1.69678896692109079E-03  1.71040046521822608E-03
+  1.72412101406807625E-03  1.73795148489114260E-03  1.75189275603503201E-03
+  1.76594571282893617E-03  1.78011124763852906E-03  1.79439025992128099E-03
+  1.80878365628220220E-03  1.82329235053001150E-03  1.83791726373374090E-03
+  1.85265932427976926E-03  1.86751946792929361E-03  1.88249863787625293E-03
+  1.89759778480567422E-03  1.91281786695248553E-03  1.92815985016077038E-03
+  1.94362470794347524E-03  1.95921342154257647E-03  1.97492697998970842E-03
+  1.99076638016725373E-03  2.00673262686989476E-03  2.02282673286665726E-03
+  2.03904971896338386E-03  2.05540261406574228E-03  2.07188645524265802E-03
+  2.08850228779028455E-03  2.10525116529640226E-03  2.12213414970537041E-03
+  2.13915231138351409E-03  2.15630672918506712E-03  2.17359849051855687E-03
+  2.19102869141375375E-03  2.20859843658907087E-03  2.22630883951953785E-03
+  2.24416102250523395E-03  2.26215611674027237E-03  2.28029526238230414E-03
+  2.29857960862254280E-03  2.31701031375632516E-03  2.33558854525420159E-03
+  2.35431547983357050E-03  2.37319230353085203E-03  2.39222021177420410E-03
+  2.41140040945679894E-03  2.43073411101063681E-03  2.45022254048093665E-03
+  2.46986693160107431E-03  2.48966852786808735E-03  2.50962858261875822E-03
+  2.52974835910626042E-03  2.55002913057738884E-03  2.57047218035036688E-03
+  2.59107880189324551E-03  2.61185029890288484E-03  2.63278798538453193E-03
+  2.65389318573199928E-03  2.67516723480843701E-03  2.69661147802772137E-03
+  2.71822727143644855E-03  2.74001598179653876E-03  2.76197898666846742E-03
+  2.78411767449511472E-03  2.80643344468623976E-03  2.82892770770359165E-03
+  2.85160188514664830E-03  2.87445740983900905E-03  2.89749572591542059E-03
+  2.92071828890944725E-03  2.94412656584181398E-03  2.96772203530938422E-03
+  2.99150618757481647E-03  3.01548052465688181E-03  3.03964656042144754E-03
+  3.06400582067314822E-03  3.08855984324772192E-03  3.11331017810504655E-03
+  3.13825838742285475E-03  3.16340604569114456E-03  3.18875473980729509E-03
+  3.21430606917187840E-03  3.24006164578517731E-03  3.26602309434442795E-03
+  3.29219205234176871E-03  3.31857017016290836E-03  3.34515911118653296E-03
+  3.37196055188443986E-03  3.39897618192240439E-03  3.42620770426178963E-03
+  3.45365683526190157E-03  3.48132530478309716E-03  3.50921485629065262E-03
+  3.53732724695937769E-03  3.56566424777901526E-03  3.59422764366039644E-03
+  3.62301923354237934E-03  3.65204083049956024E-03  3.68129426185078270E-03
+  3.71078136926842597E-03  3.74050400888849884E-03  3.77046405142152791E-03
+  3.80066338226424990E-03  3.83110390161212197E-03  3.86178752457264291E-03
+  3.89271618127949711E-03  3.92389181700753160E-03  3.95531639228855099E-03
+  3.98699188302796201E-03  4.01892028062225681E-03  4.05110359207733629E-03
+  4.08354384012769248E-03  4.11624306335646364E-03  4.14920331631631056E-03
+  4.18242666965121246E-03  4.21591521021911012E-03  4.24967104121541997E-03
+  4.28369628229744760E-03  4.31799306970969982E-03  4.35256355641006412E-03
+  4.38740991219691619E-03  4.42253432383712085E-03  4.45793899519494451E-03
+  4.49362614736188975E-03  4.52959801878744916E-03  4.56585686541078391E-03
+  4.60240496079335464E-03  4.63924459625246564E-03  4.67637808099576838E-03
+  4.71380774225671657E-03  4.75153592543097174E-03  4.78956499421376563E-03
+  4.82789733073824869E-03  4.86653533571479273E-03  4.90548142857127629E-03
+  4.94473804759436308E-03  4.98430765007175369E-03  5.02419271243543727E-03
+  5.06439573040597894E-03  5.10491921913772909E-03  5.14576571336516474E-03
+  5.18693776755011025E-03  5.22843795603013077E-03  5.27026887316779918E-03
+  5.31243313350115379E-03  5.35493337189504523E-03  5.39777224369367668E-03
+  5.44095242487404804E-03  5.48447661220061687E-03  5.52834752338084677E-03
+  5.57256789722200031E-03  5.61714049378884885E-03  5.66206809456261395E-03
+  5.70735350260083690E-03  5.75299954269849895E-03  5.79900906155008874E-03
+  5.84538492791291438E-03  5.89213003277137739E-03  5.93924728950253299E-03
+  5.98673963404258106E-03  6.03461002505466249E-03  6.08286144409762603E-03
+  6.13149689579609893E-03  6.18051940801150456E-03  6.22993203201444284E-03
+  6.27973784265803067E-03  6.32993993855256350E-03  6.38054144224119331E-03
+  6.43154550037693031E-03  6.48295528390066371E-03  6.53477398822051737E-03
+  6.58700483339227320E-03  6.63965106430105482E-03  6.69271595084418389E-03
+  6.74620278811524816E-03  6.80011489658938120E-03  6.85445562230974689E-03
+  6.90922833707526603E-03  6.96443643862954508E-03  7.02008335085104861E-03
+  7.07617252394450273E-03  7.13270743463355599E-03  7.18969158635466947E-03
+  7.24712850945225927E-03  7.30502176137511668E-03  7.36337492687407554E-03
+  7.42219161820095036E-03  7.48147547530873987E-03  7.54123016605313164E-03
+  7.60145938639527480E-03  7.66216686060582509E-03  7.72335634147033358E-03
+  7.78503161049587996E-03  7.84719647811903120E-03  7.90985478391512467E-03
+  7.97301039680881930E-03  8.03666721528601205E-03  8.10082916760707095E-03
+  8.16550021202135101E-03  8.23068433698309621E-03  8.29638556136863894E-03
+  8.36260793469496312E-03  8.42935553733959939E-03  8.49663248076187351E-03
+  8.56444290772550958E-03  8.63279099252260186E-03  8.70168094119890684E-03
+  8.77111699178055246E-03  8.84110341450209530E-03  8.91164451203593083E-03
+  8.98274461972311915E-03  9.05440810580557080E-03  9.12663937165961690E-03
+  9.19944285203096873E-03  9.27282301527107035E-03  9.34678436357484071E-03
+  9.42133143321983134E-03  9.49646879480677171E-03  9.57220105350151812E-03
+  9.64853284927840414E-03  9.72546885716503440E-03  9.80301378748844009E-03
+  9.88117238612268474E-03  9.95994943473789938E-03  1.00393497510506986E-02
+  1.01193781890760500E-02  1.02000396393805582E-02  1.02813390293371807E-02
+  1.03632813233813618E-02  1.04458715232686045E-02  1.05291146683334919E-02
+  1.06130158357501080E-02  1.06975801407939216E-02  1.07828127371050846E-02
+  1.08687188169532094E-02  1.09553036115035123E-02  1.10425723910844726E-02
+  1.11305304654568966E-02  1.12191831840844115E-02  1.13085359364054200E-02
+  1.13985941521064747E-02  1.14893633013971250E-02  1.15808488952861693E-02
+  1.16730564858593729E-02  1.17659916665586086E-02  1.18596600724624520E-02
+  1.19540673805681782E-02  1.20492193100752466E-02  1.21451216226701915E-02
+  1.22417801228129185E-02  1.23392006580244993E-02  1.24373891191763598E-02
+  1.25363514407808036E-02  1.26360936012832083E-02  1.27366216233553119E-02
+  1.28379415741902200E-02  1.29400595657985767E-02  1.30429817553064081E-02
+  1.31467143452540652E-02  1.32512635838969231E-02  1.33566357655070748E-02
+  1.34628372306768579E-02  1.35698743666233627E-02  1.36777536074946561E-02
+  1.37864814346771152E-02  1.38960643771043890E-02  1.40065090115674366E-02
+  1.41178219630262898E-02  1.42300099049227288E-02  1.43430795594947872E-02
+  1.44570376980921282E-02  1.45718911414931627E-02  1.46876467602231470E-02
+  1.48043114748739307E-02  1.49218922564246081E-02  1.50403961265639374E-02
+  1.51598301580136013E-02  1.52802014748531258E-02  1.54015172528456992E-02
+  1.55237847197656868E-02  1.56470111557268435E-02  1.57712038935123797E-02
+  1.58963703189056622E-02  1.60225178710226464E-02  1.61496540426450015E-02
+  1.62777863805549441E-02  1.64069224858707507E-02  1.65370700143838457E-02
+  1.66682366768966389E-02  1.68004302395619448E-02  1.69336585242229991E-02
+  1.70679294087550879E-02  1.72032508274077706E-02  1.73396307711486397E-02
+  1.74770772880076322E-02  1.76155984834228882E-02  1.77552025205870989E-02
+  1.78958976207953604E-02  1.80376920637934680E-02  1.81805941881276779E-02
+  1.83246123914949204E-02  1.84697551310943897E-02  1.86160309239795096E-02
+  1.87634483474113170E-02  1.89120160392121026E-02  1.90617426981204638E-02
+  1.92126370841465242E-02  1.93647080189285579E-02  1.95179643860897666E-02
+  1.96724151315962742E-02  1.98280692641153132E-02  1.99849358553746137E-02
+  2.01430240405218522E-02  2.03023430184852138E-02  2.04629020523341039E-02
+  2.06247104696407162E-02  2.07877776628418963E-02  2.09521130896015775E-02
+  2.11177262731736502E-02  2.12846268027651712E-02  2.14528243339000314E-02
+  2.16223285887829214E-02  2.17931493566635680E-02  2.19652964942012516E-02
+  2.21387799258295700E-02  2.23136096441213586E-02  2.24897957101537031E-02
+  2.26673482538731555E-02  2.28462774744609687E-02  2.30265936406982702E-02
+  2.32083070913313115E-02  2.33914282354365892E-02  2.35759675527858724E-02
+  2.37619355942109596E-02  2.39493429819684286E-02  2.41382004101038834E-02
+  2.43285186448160412E-02  2.45203085248204139E-02  2.47135809617125314E-02
+  2.49083469403306931E-02  2.51046175191182233E-02  2.53024038304851991E-02
+  2.55017170811693110E-02  2.57025685525962937E-02  2.59049696012394089E-02
+  2.61089316589781552E-02  2.63144662334561172E-02  2.65215849084378570E-02
+  2.67302993441647201E-02  2.69406212777096449E-02  2.71525625233308004E-02
+  2.73661349728239536E-02  2.75813505958736015E-02  2.77982214404027261E-02
+  2.80167596329210997E-02  2.82369773788720586E-02  2.84588869629777488E-02
+  2.86825007495826179E-02  2.89078311829952805E-02  2.91348907878284102E-02
+  2.93636921693368122E-02  2.95942480137535123E-02  2.98265710886236983E-02
+  3.00606742431365238E-02  3.02965704084546643E-02  3.05342725980414648E-02
+  3.07737939079857151E-02  3.10151475173238399E-02  3.12583466883595215E-02
+  3.15034047669804293E-02  3.17503351829722599E-02  3.19991514503298186E-02
+  3.22498671675649634E-02  3.25024960180115424E-02  3.27570517701268812E-02
+  3.30135482777901210E-02  3.32719994805969269E-02  3.35324194041506166E-02
+  3.37948221603496454E-02  3.40592219476711575E-02  3.43256330514507130E-02
+  3.45940698441577765E-02  3.48645467856671179E-02  3.51370784235259040E-02
+  3.54116793932161972E-02  3.56883644184130128E-02  3.59671483112375887E-02
+  3.62480459725057283E-02  3.65310723919712171E-02  3.68162426485640140E-02
+  3.71035719106233008E-02  3.73930754361248702E-02  3.76847685729031559E-02
+  3.79786667588673452E-02  3.82747855222116407E-02  3.85731404816195625E-02
+  3.88737473464618524E-02  3.91766219169881261E-02  3.94817800845119124E-02
+  3.97892378315890596E-02  4.00990112321892161E-02  4.04111164518601296E-02
+  4.07255697478849099E-02  4.10423874694316668E-02  4.13615860576956387E-02
+  4.16831820460335234E-02  4.20071920600898693E-02  4.23336328179150512E-02
+  4.26625211300751886E-02  4.29938738997533224E-02  4.33277081228417640E-02
+  4.36640408880255154E-02  4.40028893768564175E-02  4.43442708638179528E-02
+  4.46882027163804305E-02  4.50347023950462486E-02  4.53837874533851091E-02
+  4.57354755380589076E-02  4.60897843888360553E-02  4.64467318385951289E-02
+  4.68063358133172722E-02  4.71686143320674545E-02  4.75335855069644042E-02
+  4.79012675431384899E-02  4.82716787386776869E-02  4.86448374845613457E-02
+  4.90207622645813246E-02  4.93994716552500976E-02  4.97809843256962828E-02
+  5.01653190375462785E-02  5.05524946447925699E-02  5.09425300936479919E-02
+  5.13354444223858911E-02  5.17312567611654603E-02  5.21299863318426121E-02
+  5.25316524477656005E-02  5.29362745135549401E-02  5.33438720248679138E-02
+  5.37544645681469688E-02  5.41680718203516598E-02  5.45847135486738425E-02
+  5.50044096102358521E-02  5.54271799517713423E-02  5.58530446092882424E-02
+  5.62820237077137145E-02  5.67141374605206611E-02  5.71494061693353927E-02
+  5.75878502235263601E-02  5.80294900997731650E-02  5.84743463616155881E-02
+  5.89224396589823896E-02  5.93737907276995422E-02  5.98284203889771632E-02
+  6.02863495488751219E-02  6.07475991977468530E-02  6.12121904096608258E-02
+  6.16801443417992132E-02  6.21514822338336478E-02  6.26262254072771224E-02
+  6.31043952648122075E-02  6.35860132895942481E-02  6.40711010445306900E-02
+  6.45596801715342394E-02  6.50517723907506756E-02  6.55473994997602394E-02
+  6.60465833727523072E-02  6.65493459596727815E-02  6.70557092853440451E-02
+  6.75656954485561040E-02  6.80793266211299070E-02  6.85966250469509237E-02
+  6.91176130409733164E-02  6.96423129881936082E-02  7.01707473425937645E-02
+  7.07029386260530496E-02  7.12389094272276868E-02  7.17786824003982943E-02
+  7.23222802642847218E-02  7.28697258008271509E-02  7.34210418539331250E-02
+  7.39762513281899681E-02  7.45353771875418847E-02  7.50984424539314077E-02
+  7.56654702059038620E-02  7.62364835771751626E-02  7.68115057551623792E-02
+  7.73905599794752902E-02  7.79736695403696334E-02  7.85608577771605143E-02
+  7.91521480765953744E-02  7.97475638711864637E-02  8.03471286375012222E-02
+  8.09508658944106951E-02  8.15587992012955509E-02  8.21709521562081213E-02
+  8.27873483939901428E-02  8.34080115843455483E-02  8.40329654298675593E-02
+  8.46622336640191903E-02  8.52958400490660962E-02  8.59338083739622921E-02
+  8.65761624521872580E-02  8.72229261195331257E-02  8.78741232318420856E-02
+  8.85297776626924743E-02  8.91899133010330691E-02  8.98545540487650229E-02
+  9.05237238182695775E-02  9.11974465298823894E-02  9.18757461093131361E-02
+  9.25586464850089441E-02  9.32461715854609186E-02  9.39383453364532606E-02
+  9.46351916582540420E-02  9.53367344627463198E-02  9.60429976504985211E-02
+  9.67540051077748625E-02  9.74697807034838881E-02  9.81903482860636556E-02
+  9.89157316803034592E-02  9.96459546841004101E-02  1.00381041065150417E-01
+  1.01121014557572581E-01  1.01865898858464907E-01  1.02615717624393157E-01
+  1.03370494467809951E-01  1.04130252953403224E-01  1.04895016594373072E-01
+  1.05664808848635716E-01  1.06439653114954444E-01  1.07219572728995322E-01
+  1.08004590959306382E-01  1.08794731003222220E-01  1.09590015982690914E-01
+  1.10390468940021344E-01  1.11196112833550714E-01  1.12006970533231304E-01
+  1.12823064816135035E-01  1.13644418361874264E-01  1.14471053747937826E-01
+  1.15302993444943630E-01  1.16140259811804800E-01  1.16982875090807598E-01
+  1.17830861402600240E-01  1.18684240741091837E-01  1.19543034968260561E-01
+  1.20407265808868083E-01  1.21276954845079846E-01  1.22152123510994248E-01
+  1.23032793087074988E-01  1.23918984694485104E-01  1.24810719289323302E-01
+  1.25708017656760845E-01  1.26610900405077081E-01  1.27519387959591723E-01
+  1.28433500556493219E-01  1.29353258236567126E-01  1.30278680838816746E-01
+  1.31209787993976146E-01  1.32146599117914737E-01  1.33089133404932142E-01
+  1.34037409820942283E-01  1.34991447096542594E-01  1.35951263719969961E-01
+  1.36916877929946751E-01  1.37888307708408597E-01  1.38865570773113345E-01
+  1.39848684570131526E-01  1.40837666266216466E-01  1.41832532741052647E-01
+  1.42833300579377959E-01  1.43839986062982317E-01  1.44852605162587689E-01
+  1.45871173529596693E-01  1.46895706487712330E-01  1.47926219024428485E-01
+  1.48962725782388783E-01  1.50005241050612387E-01  1.51053778755581902E-01
+  1.52108352452198670E-01  1.53168975314608047E-01  1.54235660126881891E-01
+  1.55308419273561149E-01  1.56387264730057512E-01  1.57472208052913121E-01
+  1.58563260369915721E-01  1.59660432370061806E-01  1.60763734293381089E-01
+  1.61873175920618034E-01  1.62988766562759513E-01  1.64110515050410632E-01
+  1.65238429723019220E-01  1.66372518417947174E-01  1.67512788459385387E-01
+  1.68659246647103772E-01  1.69811899245055575E-01  1.70970751969827695E-01
+  1.72135809978923998E-01  1.73307077858887187E-01  1.74484559613257761E-01
+  1.75668258650369002E-01  1.76858177770974262E-01  1.78054319155696028E-01
+  1.79256684352324835E-01  1.80465274262951614E-01  1.81680089130921457E-01
+  1.82901128527615725E-01  1.84128391339061392E-01  1.85361875752365540E-01
+  1.86601579241971183E-01  1.87847498555721720E-01  1.89099629700774818E-01
+  1.90357967929334099E-01  1.91622507724194063E-01  1.92893242784103552E-01
+  1.94170166008945877E-01  1.95453269484736486E-01  1.96742544468430230E-01
+  1.98037981372525956E-01  1.99339569749521245E-01  2.00647298276172642E-01
+  2.01961154737559656E-01  2.03281126010958962E-01  2.04607198049528372E-01
+  2.05939355865799978E-01  2.07277583514972108E-01  2.08621864077989910E-01
+  2.09972179644482060E-01  2.11328511295488242E-01  2.12690839085983602E-01
+  2.14059142027208188E-01  2.15433398068800908E-01  2.16813584080735616E-01
+  2.18199675835045376E-01  2.19591647987333799E-01  2.20989474058148422E-01
+  2.22393126414132974E-01  2.23802576248972623E-01  2.25217793564141733E-01
+  2.26638747149451675E-01  2.28065404563398855E-01  2.29497732113290664E-01
+  2.30935694835161215E-01  2.32379256473561530E-01  2.33828379461116426E-01
+  2.35283024897875115E-01  2.36743152530463574E-01  2.38208720731038409E-01
+  2.39679686476041764E-01  2.41156005324721229E-01  2.42637631397458420E-01
+  2.44124517353981496E-01  2.45616614371337499E-01  2.47113872121663553E-01
+  2.48616238749763740E-01  2.50123660850492036E-01  2.51636083445942071E-01
+  2.53153449962391697E-01  2.54675702207084020E-01  2.56202780344908454E-01
+  2.57734622874836505E-01  2.59271166606167058E-01  2.60812346634587688E-01
+  2.62358096318052458E-01  2.63908347252475806E-01  2.65463029247171800E-01
+  2.67022070300179160E-01  2.68585396573497392E-01  2.70152932368083409E-01
+  2.71724600098672664E-01  2.73300320268433594E-01  2.74880011443456085E-01
+  2.76463590227071232E-01  2.78050971233907540E-01  2.79642067063904765E-01
+  2.81236788276252148E-01  2.82835043363096394E-01  2.84436738723100602E-01
+  2.86041778634859967E-01  2.87650065230177776E-01  2.89261498467194178E-01
+  2.90875976103244172E-01  2.92493393667775881E-01  2.94113644435199661E-01
+  2.95736619397530043E-01  2.97362207236911646E-01  2.98990294298036918E-01
+  3.00620764560460607E-01  3.02253499610789789E-01  3.03888378614608268E-01
+  3.05525278288590940E-01  3.07164072872554372E-01  3.08804634101333131E-01
+  3.10446831176586668E-01  3.12090530738542593E-01  3.13735596837684261E-01
+  3.15381890906342721E-01  3.17029271730037643E-01  3.18677595419175730E-01
+  3.20326715380681748E-01  3.21976482289506205E-01  3.23626744060120763E-01
+  3.25277345818008601E-01  3.26928129871159601E-01  3.28578935681499595E-01
+  3.30229599836104670E-01  3.31879956018976463E-01  3.33529834982738860E-01
+  3.35179064520280623E-01  3.36827469436457305E-01  3.38474871519861553E-01
+  3.40121089514672903E-01  3.41765939092467774E-01  3.43409232823888466E-01
+  3.45050780151104908E-01  3.46690387360182595E-01  3.48327857553485942E-01
+  3.49962990622227743E-01  3.51595583219178165E-01  3.53225428731544333E-01
+  3.54852317253823324E-01  3.56476035560648663E-01  3.58096367080678324E-01
+  3.59713091870374257E-01  3.61325986587928083E-01  3.62934824467438744E-01
+  3.64539375293355616E-01  3.66139405375203897E-01  3.67734677522278786E-01
+  3.69324951018546621E-01  3.70909981598842808E-01  3.72489521424952619E-01
+  3.74063319061969157E-01  3.75631119455029305E-01  3.77192663906443681E-01
+  3.78747690053232056E-01  3.80295931844604029E-01  3.81837119519964852E-01
+  3.83370979588459726E-01  3.84897234808406430E-01  3.86415604167159366E-01
+  3.87925802861495750E-01  3.89427542278546701E-01  3.90920529977273334E-01
+  3.92404469669833444E-01  3.93879061203925573E-01  3.95344000546885121E-01
+  3.96798979769687310E-01  3.98243687031560045E-01  3.99677806565288674E-01
+  4.01101018663234943E-01  4.02512999664052351E-01  4.03913421939202710E-01
+  4.05301953881071597E-01  4.06678259892987448E-01  4.08042000379193248E-01
+  4.09392831735630514E-01  4.10730406341606014E-01  4.12054372552366210E-01
+  4.13364374692520631E-01  4.14660053049143995E-01  4.15941043867298577E-01
+  4.17206979347517937E-01  4.18457487643327741E-01  4.19692192859802526E-01
+  4.20910715053217588E-01  4.22112670231826026E-01  4.23297670357623113E-01
+  4.24465323347648749E-01  4.25615233078751320E-01  4.26746999394246818E-01
+  4.27860218110745594E-01  4.28954481026259327E-01  4.30029375929637692E-01
+  4.31084486611367779E-01  4.32119392875465747E-01  4.33133670550772176E-01
+  4.34126891506979806E-01  4.35098623672339591E-01  4.36048431051715868E-01
+  4.36975873746185517E-01  4.37880507974221400E-01  4.38761886094493347E-01
+  4.39619556629803399E-01  4.40453064290340868E-01  4.41261950003167147E-01
+  4.42045750942972493E-01  4.42804000563435440E-01  4.43536228630399043E-01
+  4.44241961256901019E-01  4.44920720940092829E-01  4.45572026599225124E-01
+  4.46195393613005920E-01  4.46790333864849343E-01  4.47356355788813331E-01
+  4.47892964416448880E-01  4.48399661425748608E-01  4.48875945192229620E-01
+  4.49321310842188182E-01  4.49735250306779910E-01  4.50117252375791588E-01
+  4.50466802761015639E-01  4.50783384159579747E-01  4.51066476318542076E-01
+  4.51315556101870741E-01  4.51530097559844024E-01  4.51709572000902893E-01
+  4.51853448063844587E-01  4.51961191790458960E-01  4.52032266709370967E-01
+  4.52066133918998636E-01  4.52062252172158840E-01  4.52020077963337985E-01
+  4.51939065618660318E-01  4.51818667388574069E-01  4.51658333540094326E-01
+  4.51457512450809728E-01  4.51215650715445837E-01  4.50932193250636437E-01
+  4.50606583401728933E-01  4.50238263052519738E-01  4.49826672737950795E-01
+  4.49371251759737522E-01  4.48871438300417536E-01  4.48326669541215472E-01
+  4.47736381793382765E-01  4.47100010626807542E-01  4.46416991001034325E-01
+  4.45686757399446742E-01  4.44908743966642151E-01  4.44082384648861184E-01
+  4.43207113331318625E-01  4.42282363982271665E-01  4.41307570810869465E-01
+  4.40282168421339770E-01  4.39205591969928588E-01  4.38077277325187364E-01
+  4.36896661231630012E-01  4.35663181476418859E-01  4.34376277051038040E-01
+  4.33035388323637693E-01  4.31639957224621673E-01  4.30189427427716486E-01
+  4.28683244534065533E-01  4.27120856259785575E-01  4.25501712626993100E-01
+  4.23825266157599523E-01  4.22090972059841751E-01  4.20298288430488054E-01
+  4.18446676468711365E-01  4.16535600684718343E-01  4.14564529111566660E-01
+  4.12532933520459499E-01  4.10440289639514566E-01  4.08286077374689416E-01
+  4.06069781020960696E-01  4.03790889495255712E-01  4.01448896578263159E-01
+  3.99043301150435514E-01  3.96573607431209174E-01  3.94039325221583858E-01
+  3.91439970150039673E-01  3.88775063919513608E-01  3.86044134542129824E-01
+  3.83246716602693882E-01  3.80382351526942053E-01  3.77450587843630558E-01
+  3.74450981449672760E-01  3.71383095878358049E-01  3.68246502570603873E-01
+  3.65040781145483106E-01  3.61765519656347623E-01  3.58420314883322766E-01
+  3.55004772625115594E-01  3.51518507984498241E-01  3.47961145656436932E-01
+  3.44332320218827592E-01  3.40631676425754759E-01  3.36858869497323188E-01
+  3.33013565393782629E-01  3.29095441133672284E-01  3.25104185104662158E-01
+  3.21039497368040105E-01  3.16901089965184790E-01  3.12688687225923301E-01
+  3.08402026078666736E-01  3.04040856353225364E-01  2.99604941068185915E-01
+  2.95094056769115265E-01  2.90507993852071489E-01  2.85846556880728131E-01
+  2.81109564904541143E-01  2.76296851777822650E-01  2.71408266479558402E-01
+  2.66443673420557470E-01  2.61402952737823269E-01  2.56286000644684597E-01
+  2.51092729758579214E-01  2.45823069422272639E-01  2.40476966024891853E-01
+  2.35054383322600258E-01  2.29555302758643137E-01  2.23979723763854138E-01
+  2.18327664049956377E-01  2.12599159960952050E-01  2.06794266794603748E-01
+  2.00913059116960446E-01  1.94955631075194508E-01  1.88922096708543208E-01
+  1.82812590256831858E-01  1.76627266441140046E-01  1.70366300746148891E-01
+  1.64029889759675862E-01  1.57618251475184851E-01  1.51131625586727214E-01
+  1.44570273780453340E-01  1.37934480022454009E-01  1.31224550841904486E-01
+  1.24440815576866426E-01  1.17583626634211860E-01  1.10653359802036791E-01
+  1.03650414518830683E-01  9.65752141342456211E-02  8.94282061645230303E-02
+  8.22098625423142992E-02  7.49206798589909795E-02  6.75611795594347753E-02
+  6.01319081669200242E-02  5.26334375516719355E-02  4.50663651512761901E-02
+  3.74313141816970466E-02  2.97289338409675793E-02  2.19598995052991269E-02
+  1.41249129142317562E-02  6.22470229821131971E-03 -1.73997744470729462E-03
+ -9.76834454145404131E-03 -1.78595901878504867E-02 -2.60128784030199504E-02
+ -3.42273458930509034E-02 -4.25021019241616158E-02 -5.08362282109778088E-02
+ -5.92287788712876420E-02 -6.76787803105817071E-02 -7.61852310926391385E-02
+ -8.47471018626291539E-02 -9.33633352818826201E-02 -1.02032845973718783E-01
+ -1.10754520480558102E-01 -1.19527217241172976E-01 -1.28349766640983715E-01
+ -1.37220970970605038E-01 -1.46139604390224248E-01 -1.55104412945728048E-01
+ -1.64114114597740474E-01 -1.73167399263428029E-01 -1.82262928871289559E-01
+ -1.91399337442207856E-01 -2.00575231246535479E-01 -2.09789188849818509E-01
+ -2.19039761185917448E-01 -2.28325471679471981E-01 -2.37644816382754892E-01
+ -2.46996264127024301E-01 -2.56378256688634176E-01 -2.65789208988935266E-01
+ -2.75227509368462575E-01 -2.84691519734872667E-01 -2.94179575759930589E-01
+ -3.03689987122432115E-01 -3.13221037767351329E-01 -3.22770986181394826E-01
+ -3.32338065685299278E-01 -3.41920484769022703E-01 -3.51516427493661354E-01
+ -3.61124053759830921E-01 -3.70741499644571315E-01 -3.80366877780509038E-01
+ -3.89998277753306366E-01 -3.99633766517586753E-01 -4.09271388831677352E-01
+ -4.18909167745518785E-01 -4.28545105141346694E-01 -4.38177182142884480E-01
+ -4.47803359608031581E-01 -4.57421578660216432E-01 -4.67029761239841690E-01
+ -4.76625810675953332E-01 -4.86207612278488965E-01 -4.95773033993732570E-01
+ -5.05319927092728882E-01 -5.14846126739086585E-01 -5.24349452649220837E-01
+ -5.33827709787383475E-01 -5.43278689081554744E-01 -5.52700168160257688E-01
+ -5.62089912110748879E-01 -5.71445674308112217E-01 -5.80765197253169219E-01
+ -5.90046213307550471E-01 -5.99286445523276812E-01 -6.08483608502255913E-01
+ -6.17635409275732794E-01 -6.26739548203500418E-01 -6.35793719893753773E-01
+ -6.44795614197108957E-01 -6.53742917183165351E-01 -6.62633312036712496E-01
+ -6.71464480043161616E-01 -6.80234101597680274E-01 -6.88939857231212760E-01
+ -6.97579428652925770E-01 -7.06150499810614729E-01 -7.14650758022291166E-01
+ -7.23077895065300402E-01 -7.31429608209620441E-01 -7.39703601328044358E-01
+ -7.47897586022488348E-01 -7.56009282761941126E-01 -7.64036422031323159E-01
+ -7.71976745493603511E-01 -7.79828007212542973E-01 -7.87587974813558134E-01
+ -7.95254430612174823E-01 -8.02825172801083897E-01 -8.10298016644615315E-01
+ -8.17670795677734707E-01 -8.24941362908625964E-01 -8.32107592027789389E-01
+ -8.39167378659139485E-01 -8.46118641540121286E-01 -8.52959323688051274E-01
+ -8.59687393602637795E-01 -8.66300846466514063E-01 -8.72797705341861074E-01
+ -8.79176022362057386E-01 -8.85433879920965450E-01 -8.91569391878271778E-01
+ -8.97580704699131537E-01 -9.03465998590198494E-01 -9.09223488647620592E-01
+ -9.14851425993491674E-01 -9.20348098899360312E-01 -9.25711833895687897E-01
+ -9.30940996867693826E-01 -9.36033994136304615E-01 -9.40989273495544620E-01
+ -9.45805325244890804E-01 -9.50480683210245036E-01 -9.55013925744262804E-01
+ -9.59403676704911335E-01 -9.63648606411228181E-01 -9.67747432571290367E-01
+ -9.71698921163677509E-01 -9.75501887313939831E-01 -9.79155196151536011E-01
+ -9.82657763635388148E-01 -9.86008557350805503E-01 -9.89206597276855448E-01
+ -9.92250956523329952E-01 -9.95140762022052261E-01 -9.97875195145719429E-01
+ -1.00045349237258585E+00 -1.00287494590501725E+00 -1.00513890424185171E+00
+ -1.00724477271589197E+00 -1.00919201399587211E+00 -1.01098014855229290E+00
+ -1.01260875505509995E+00 -1.01407747068644105E+00 -1.01538599155423648E+00
+ -1.01653407302485865E+00 -1.01752153000073342E+00 -1.01834823715917366E+00
+ -1.01901412915211309E+00 -1.01951920076628411E+00 -1.01986350698780570E+00
+ -1.02004716298990394E+00 -1.02007034427093290E+00 -1.01993328667396144E+00
+ -1.01963628634830772E+00 -1.01917969967110200E+00 -1.01856394312890131E+00
+ -1.01778949315860889E+00 -1.01685688586129364E+00 -1.01576671667194685E+00
+ -1.01451964021459573E+00 -1.01311637000427845E+00 -1.01155767809328867E+00
+ -1.00984439467900655E+00 -1.00797740767369137E+00 -1.00595766223420813E+00
+ -1.00378616013126254E+00 -1.00146395913251740E+00 -9.98992172584971749E-01
+ -9.96371968817300835E-01 -9.93604570493021866E-01 -9.90691253929333548E-01
+ -9.87633348382285114E-01 -9.84432235293400182E-01 -9.81089347343869211E-01
+ -9.77606167601924203E-01 -9.73984228858773005E-01 -9.70225112769082632E-01
+ -9.66330448951732035E-01 -9.62301914062317465E-01 -9.58141230838287727E-01
+ -9.53850167106836788E-01 -9.49430534574029705E-01 -9.44884187800002162E-01
+ -9.40213023327977737E-01 -9.35418978615750962E-01 -9.30504030938303917E-01
+ -9.25470196269580270E-01 -9.20319528144426191E-01 -9.15054116483212443E-01
+ -9.09676086181402832E-01 -9.04187595980972758E-01 -8.98590837441322066E-01
+ -8.92888033723747254E-01 -8.87081438358002794E-01 -8.81173333996035479E-01
+ -8.75166031153846724E-01 -8.69061866913755754E-01 -8.62863203389307332E-01
+ -8.56572426558542821E-01 -8.50191945130650550E-01 -8.43724189248346468E-01
+ -8.37171609182409404E-01 -8.30536674021257304E-01 -8.23821870356461927E-01
+ -8.17029700923644242E-01 -8.10162683020534180E-01 -8.03223347359008466E-01
+ -7.96214236882231807E-01 -7.89137905447328536E-01 -7.81996916508770568E-01
+ -7.74793841804002459E-01 -7.67531260042090713E-01 -7.60211755540240897E-01
+ -7.52837916669778617E-01 -7.45412334771436647E-01 -7.37937602975383355E-01
+ -7.30416314919966836E-01 -7.22851063478039402E-01 -7.15244439491697359E-01
+ -7.07599030516104177E-01 -6.99917419502061988E-01 -6.92202183336828814E-01
+ -6.84455891853792853E-01 -6.76681106703131974E-01 -6.68880380153538456E-01
+ -6.61056253906823876E-01 -6.53211257926036182E-01 -6.45347909277574239E-01
+ -6.37468710902854951E-01 -6.29576150309599902E-01 -6.21672698695442394E-01
+ -6.13760809910997240E-01 -6.05842919382124090E-01 -5.97921443049188039E-01
+ -5.89998776323835461E-01 -5.82077293063424261E-01 -5.74159344469017507E-01
+ -5.66247257968032658E-01 -5.58343336464749984E-01 -5.50449857430498679E-01
+ -5.42569071975680717E-01 -5.34703203941997107E-01 -5.26854449015300430E-01
+ -5.19024973858528860E-01 -5.11216915168548836E-01 -5.03432378776331624E-01
+ -4.95673439034632568E-01 -4.87942138063232778E-01 -4.80240484993241290E-01
+ -4.72570455234094411E-01 -4.64933989763583522E-01 -4.57332994439419938E-01
+ -4.49769339243506594E-01 -4.42244857613142806E-01 -4.34761345975787472E-01
+ -4.27320563171592449E-01 -4.19924229887319478E-01 -4.12574028114866043E-01
+ -4.05271600634675988E-01 -3.98018550521617775E-01 -3.90816440601372050E-01
+ -3.83666793016078977E-01 -3.76571088916869356E-01 -3.69530768080927274E-01
+ -3.62547228548080969E-01 -3.55621826283409381E-01 -3.48755874866059468E-01
+ -3.41950645201437697E-01 -3.35207365209727437E-01 -3.28527219621473354E-01
+ -3.21911349838993555E-01 -3.15360853760146442E-01 -3.08876785626344297E-01
+ -3.02460155897382788E-01 -2.96111931153203389E-01 -2.89833034020471891E-01
+ -2.83624343106655574E-01 -2.77486693014517838E-01 -2.71420874382205690E-01
+ -2.65427633919790185E-01 -2.59507674472046146E-01 -2.53661655108048278E-01
+ -2.47890191237580992E-01 -2.42193854754910287E-01 -2.36573174222575094E-01
+ -2.31028635087788314E-01 -2.25560679906698092E-01 -2.20169708591971741E-01
+ -2.14856078686375240E-01 -2.09620105662105510E-01 -2.04462063245702735E-01
+ -1.99382183774510890E-01 -1.94380658621989943E-01 -1.89457638592988947E-01
+ -1.84613234329927434E-01 -1.79847516759866044E-01 -1.75160517565448343E-01
+ -1.70552229679205969E-01 -1.66022607800866195E-01 -1.61571568952457861E-01
+ -1.57198993122020514E-01 -1.52904723808445220E-01 -1.48688568596357179E-01
+ -1.44550299779657221E-01 -1.40489655005178099E-01 -1.36506337935821648E-01
+ -1.32600018932634872E-01 -1.28770335783365109E-01 -1.25016894525140199E-01
+ -1.21339270103453661E-01 -1.17737007089469575E-01 -1.14209620444968560E-01
+ -1.10756596302207577E-01 -1.07377392757938075E-01 -1.04071440680858274E-01
+ -1.00838144576794020E-01 -9.76768835353079290E-02 -9.45870119622495009E-02
+ -9.15678603998135721E-02 -8.86187363867775441E-02 -8.57389253272273222E-02
+ -8.29276913669347859E-02 -8.01842782766202383E-02 -7.75079104060340945E-02
+ -7.48977936879671180E-02 -7.23531163995590060E-02 -6.98730500345411398E-02
+ -6.74567502042858480E-02 -6.51033575401679665E-02 -6.28119985963363631E-02
+ -6.05817867525671738E-02 -5.84118232010517394E-02 -5.63011979364866563E-02
+ -5.42489904989388455E-02 -5.22542708414982446E-02 -5.03161002137406874E-02
+ -4.84335320392038499E-02 -4.66056127860026842E-02 -4.48313828313585613E-02
+ -4.31098774210840266E-02 -4.14401275770502342E-02 -3.98211607755617966E-02
+ -3.82520017534152199E-02 -3.67316733171425686E-02 -3.52591971396018014E-02
+ -3.38335945431659513E-02 -3.24538872722267002E-02 -3.11190983675207790E-02
+ -2.98282529324191380E-02 -2.85803787062997028E-02 -2.73745067582770452E-02
+ -2.62096721734498619E-02 -2.50849147212024830E-02 -2.39992795050229975E-02
+ -2.29518175993272400E-02 -2.19415867893177283E-02 -2.09676521541391700E-02
+ -2.00290865046259502E-02 -1.91249709262247443E-02 -1.82543953067807220E-02
+ -1.74164588430452266E-02 -1.66102705256363364E-02 -1.58349496113577154E-02
+ -1.50896261934925658E-02 -1.43734415807059805E-02 -1.36855485819158927E-02
+ -1.30251118765692259E-02 -1.23913083656176891E-02 -1.17833275001648034E-02
+ -1.12003715878029441E-02 -1.06416560892476780E-02 -1.01064100020117412E-02
+ -9.59387603604967831E-03 -9.10331074366801246E-03 -8.63398471391953366E-03
+ -8.18518274693273880E-03 -7.75620400713255415E-03 -7.34636215563490898E-03
+ -6.95498547794037945E-03 -6.58141708320910627E-03 -6.22501489780248954E-03
+ -5.88515165297177293E-03 -5.56121491789525121E-03 -5.25260711471124426E-03
+ -4.95874551558887506E-03 -4.67906222232245851E-03 -4.41300414741675490E-03
+ -4.16003304878653259E-03 -3.91962537772620138E-03 -3.69127214942128936E-03
+ -3.47447884342559502E-03 -3.26876529012973824E-03 -3.07366554373019038E-03
+ -2.88872774229991837E-03 -2.71351397569462912E-03 -2.54760018885515256E-03
+ -2.39057592945269735E-03 -2.24204413432319352E-03 -2.10162093505239424E-03
+ -1.96893545446898653E-03 -1.84362959466321196E-03 -1.72535781715323360E-03
+ -1.61378693638631623E-03 -1.50859593223598128E-03 -1.40947564406780157E-03
+ -1.31612850909944030E-03 -1.22826831342642698E-03 -1.14561993884894960E-03
+ -1.06791910606496439E-03 -9.94912114816714002E-04 -9.26355601107524450E-04
+ -8.62016300731190122E-04 -8.01670731334673580E-04 -7.45104916686381222E-04
+ -6.92114120327656118E-04 -6.42502579197831930E-04 -5.96083237679019659E-04
+ -5.52677482601059600E-04 -5.12114896789563111E-04 -4.74233010961495937E-04
+ -4.38877005753722646E-04 -4.05899449798703042E-04 -3.75160045711233118E-04
+ -3.46525379099644397E-04 -3.19868670896576853E-04 -2.95069533499958746E-04
+ -2.72013744821279887E-04 -2.50593017030015003E-04 -2.30704739225984928E-04
+ -2.12251748564197253E-04 -1.95142108563103991E-04 -1.79288892233073525E-04
+ -1.64609970169100813E-04 -1.51027804039944192E-04 -1.38469255809579281E-04
+ -1.26865391109525150E-04 -1.16151272319849226E-04 -1.06265772742972271E-04
+ -9.71513973256059343E-05 -8.87541088455962571E-05 -8.10231595816583532E-05
+ -7.39109288267036490E-05 -6.73727731366536745E-05 -6.13668718936826000E-05
+ -5.58540715820195113E-05 -5.07977448929920912E-05 -4.61636555556336472E-05
+ -4.19198283929401915E-05 -3.80364245348126180E-05 -3.44856220668489049E-05
+ -3.12415062498038520E-05 -2.82799567661109193E-05 -2.55785377834980837E-05
+ -2.31163979648021818E-05 -2.08741751772251770E-05 -1.88339056399308537E-05
+ -1.69789373954018159E-05 -1.52938483014881915E-05 -1.37643707294738776E-05
+ -1.23773148209835391E-05 -1.11204956474102202E-05 -9.98266675361328758E-06
+ -8.95345729075366174E-06 -8.02331257049400950E-06 -7.18343791522054887E-06
+ -6.42574592858048936E-06 -5.74280815751016894E-06 -5.12780635596218848E-06
+ -4.57448722166233923E-06 -4.07712105711512019E-06 -3.63046297247443517E-06
+ -3.22971650643483635E-06 -2.87049955253968191E-06 -2.54881265925949736E-06
+ -2.26101002034642924E-06 -2.00377061111217934E-06 -1.77407185145172304E-06
+ -1.56916557481820376E-06 -1.38655566369854615E-06 -1.22397725907887279E-06
+ -1.07937745561560899E-06 -9.50897513567759993E-07 -8.36856612263568525E-07
+ -7.35735931944171644E-07 -6.46164337321073205E-07 -5.66905351616411772E-07
+ -4.96845140637807238E-07 -4.34981441994480347E-07 -3.80413377572249766E-07
+ -3.32332159206879177E-07 -2.90012619666872122E-07 -2.52805056396689416E-07
+ -2.20127982218747091E-07 -1.91461560125561560E-07 -1.66341602993430582E-07
+ -1.44354096637945512E-07 -1.25130207056559638E-07 -1.08341771843931372E-07
+ -9.36972043214941815E-08 -8.09376215580554893E-08 -6.98334368729938791E-08
+ -6.01812933534637970E-08 -5.18012883329822579E-08 -4.45344646386259724E-08
+ -3.82405461671580005E-08 -3.27959143890420908E-08 -2.80917776846489320E-08
+ -2.40324738058110780E-08 -2.05339890727027108E-08 -1.75226360613281340E-08
+ -1.49338689312578148E-08 -1.27112236015188382E-08 -1.08053711056489808E-08
+ -9.17328068165675438E-09 -7.77746683209300370E-09 -6.58530463797024311E-09
+ -5.56843745036348412E-09 -4.70225271898315069E-09 -3.96541742144993577E-09
+ -3.33946695154813563E-09 -2.80844196058961715E-09 -2.35857079736185457E-09
+ -1.97798586201490555E-09
+                              </PP_AEWFC.1>
+ <PP_AEWFC.2 type="real" size="  1489" l="0" columns="3">
+  1.58046542461185097E-03  1.59314818727853704E-03  1.60593263081626296E-03
+  1.61881956890137790E-03  1.63180982169686952E-03  1.64490421590367882E-03
+  1.65810358481241395E-03  1.67140876835546810E-03  1.68482061315953732E-03
+  1.69833997259855258E-03  1.71196770684702124E-03  1.72570468293378201E-03
+  1.73955177479618098E-03  1.75350986333466514E-03  1.76757983646780325E-03
+  1.78176258918773104E-03  1.79605902361602908E-03  1.81047004906003143E-03
+  1.82499658206957630E-03  1.83963954649419116E-03  1.85439987354072658E-03
+  1.86927850183143214E-03  1.88427637746248645E-03  1.89939445406297775E-03
+  1.91463369285434465E-03  1.92999506271026829E-03  1.94547954021704488E-03
+  1.96108810973440965E-03  1.97682176345683608E-03  1.99268150147531185E-03
+  2.00866833183959348E-03  2.02478327062093413E-03  2.04102734197530522E-03
+  2.05740157820709889E-03  2.07390701983333229E-03  2.09054471564833503E-03
+  2.10731572278894221E-03  2.12422110680019318E-03  2.14126194170153293E-03
+  2.15843931005351873E-03  2.17575430302505450E-03  2.19320802046113050E-03
+  2.21080157095109031E-03  2.22853607189742219E-03  2.24641264958507772E-03
+  2.26443243925132740E-03  2.28259658515615185E-03  2.30090624065317157E-03
+  2.31936256826112755E-03  2.33796673973590136E-03  2.35671993614309854E-03
+  2.37562334793118418E-03  2.39467817500517346E-03  2.41388562680090474E-03
+  2.43324692235985735E-03  2.45276329040456818E-03  2.47243596941460874E-03
+  2.49226620770314541E-03  2.51225526349409299E-03  2.53240440499985292E-03
+  2.55271491049964983E-03  2.57318806841846026E-03  2.59382517740656179E-03
+  2.61462754641964912E-03  2.63559649479962145E-03  2.65673335235592448E-03
+  2.67803945944757385E-03  2.69951616706573527E-03  2.72116483691701126E-03
+  2.74298684150728117E-03  2.76498356422625853E-03  2.78715639943261703E-03
+  2.80950675253983711E-03  2.83203604010262957E-03  2.85474568990409620E-03
+  2.87763714104347871E-03  2.90071184402461782E-03  2.92397126084507604E-03
+  2.94741686508592435E-03  2.97105014200222187E-03  2.99487258861417735E-03
+  3.01888571379899714E-03  3.04309103838343396E-03  3.06749009523702874E-03
+  3.09208442936607149E-03  3.11687559800824868E-03  3.14186517072803217E-03
+  3.16705472951277168E-03  3.19244586886951228E-03  3.21804019592255176E-03
+  3.24383933051172225E-03  3.26984490529141870E-03  3.29605856583037359E-03
+  3.32248197071217943E-03  3.34911679163656670E-03  3.37596471352144371E-03
+  3.40302743460570763E-03  3.43030666655281527E-03  3.45780413455514532E-03
+  3.48552157743913481E-03  3.51346074777120340E-03  3.54162341196447190E-03
+  3.57001135038628303E-03  3.59862635746652053E-03  3.62747024180674242E-03
+  3.65654482629012385E-03  3.68585194819222957E-03  3.71539345929260958E-03
+  3.74517122598721662E-03  3.77518712940167617E-03  3.80544306550539141E-03
+  3.83594094522650029E-03  3.86668269456768524E-03  3.89767025472284286E-03
+  3.92890558219462227E-03  3.96039064891283953E-03  3.99212744235375849E-03
+  4.02411796566026249E-03  4.05636423776291766E-03  4.08886829350193874E-03
+  4.12163218375003349E-03  4.15465797553617525E-03  4.18794775217028355E-03
+  4.22150361336882766E-03  4.25532767538134519E-03  4.28942207111790343E-03
+  4.32378895027749673E-03  4.35843047947738656E-03  4.39334884238339225E-03
+  4.42854623984113762E-03  4.46402489000825419E-03  4.49978702848757676E-03
+  4.53583490846128177E-03  4.57217080082603609E-03  4.60879699432911651E-03
+  4.64571579570553263E-03  4.68292952981614469E-03  4.72044053978678754E-03
+  4.75825118714842329E-03  4.79636385197829574E-03  4.83478093304212479E-03
+  4.87350484793732091E-03  4.91253803323725424E-03  4.95188294463656115E-03
+  4.99154205709750713E-03  5.03151786499741235E-03  5.07181288227713349E-03
+  5.11242964259063081E-03  5.15337069945560715E-03  5.19463862640523640E-03
+  5.23623601714098136E-03  5.27816548568653225E-03  5.32042966654280511E-03
+  5.36303121484411546E-03  5.40597280651542323E-03  5.44925713843072857E-03
+  5.49288692857259012E-03  5.53686491619280116E-03  5.58119386197419940E-03
+  5.62587654819363733E-03  5.67091577888611045E-03  5.71631438001006607E-03
+  5.76207519961386815E-03  5.80820110800347057E-03  5.85469499791125159E-03
+  5.90155978466607757E-03  5.94879840636454698E-03  5.99641382404345578E-03
+  6.04440902185347448E-03  6.09278700723406459E-03  6.14155081108960343E-03
+  6.19070348796678036E-03  6.24024811623322042E-03  6.29018779825736042E-03
+  6.34052566058960002E-03  6.39126485414471049E-03  6.44240855438550381E-03
+  6.49395996150786258E-03  6.54592230062690881E-03  6.59829882196466631E-03
+  6.65109280103882462E-03  6.70430753885301826E-03  6.75794636208821957E-03
+  6.81201262329565738E-03  6.86650970109088134E-03  6.92144100034935723E-03
+  6.97680995240321407E-03  7.03262001523954992E-03  7.08887467369988949E-03
+  7.14557743968122390E-03  7.20273185233823166E-03  7.26034147828708096E-03
+  7.31840991181040984E-03  7.37694077506392647E-03  7.43593771828420392E-03
+  7.49540441999809945E-03  7.55534458723338374E-03  7.61576195573101383E-03
+  7.67666029015862377E-03  7.73804338432568413E-03  7.79991506139986798E-03
+  7.86227917412514639E-03  7.92513960504106704E-03  7.98850026670377099E-03
+  8.05236510190825150E-03  8.11673808391231988E-03  8.18162321666185584E-03
+  8.24702453501775269E-03  8.31294610498418615E-03  8.37939202393858662E-03
+  8.44636642086297323E-03  8.51387345657691162E-03  8.58191732397197392E-03
+  8.65050224824775310E-03  8.71963248714942643E-03  8.78931233120686280E-03
+  8.85954610397532601E-03  8.93033816227773239E-03  9.00169289644846618E-03
+  9.07361473057880993E-03  9.14610812276398129E-03  9.21917756535170843E-03
+  9.29282758519246743E-03  9.36706274389131725E-03  9.44188763806134632E-03
+  9.51730689957875492E-03  9.59332519583954574E-03  9.66994723001789180E-03
+  9.74717774132612819E-03  9.82502150527637605E-03  9.90348333394387541E-03
+  9.98256807623193465E-03  1.00622806181385801E-02  1.01426258830248691E-02
+  1.02236088318848756E-02  1.03052344636173857E-02  1.03875078152992940E-02
+  1.04704339624606749E-02  1.05540180193615697E-02  1.06382651392705023E-02
+  1.07231805147446849E-02  1.08087693779119649E-02  1.08950370007545143E-02
+  1.09819886953942229E-02  1.10696298143798579E-02  1.11579657509759608E-02
+  1.12470019394534625E-02  1.13367438553821313E-02  1.14271970159246922E-02
+  1.15183669801327705E-02  1.16102593492445963E-02  1.17028797669844632E-02
+  1.17962339198639764E-02  1.18903275374850938E-02  1.19851663928449374E-02
+  1.20807563026424231E-02  1.21771031275866633E-02  1.22742127727071704E-02
+  1.23720911876658759E-02  1.24707443670709576E-02  1.25701783507924537E-02
+  1.26703992242797221E-02  1.27714131188807079E-02  1.28732262121630161E-02
+  1.29758447282368392E-02  1.30792749380796609E-02  1.31835231598628512E-02
+  1.32885957592800402E-02  1.33944991498773421E-02  1.35012397933854562E-02
+  1.36088242000535140E-02  1.37172589289848539E-02  1.38265505884745919E-02
+  1.39367058363490635E-02  1.40477313803070471E-02  1.41596339782629078E-02
+  1.42724204386915476E-02  1.43860976209752005E-02  1.45006724357520708E-02
+  1.46161518452668487E-02  1.47325428637230110E-02  1.48498525576370357E-02
+  1.49680880461944155E-02  1.50872565016075301E-02  1.52073651494753579E-02
+  1.53284212691450067E-02  1.54504321940751484E-02  1.55734053122012321E-02
+  1.56973480663025258E-02  1.58222679543710450E-02  1.59481725299823150E-02
+  1.60750694026677750E-02  1.62029662382894048E-02  1.63318707594156745E-02
+  1.64617907456997385E-02  1.65927340342591177E-02  1.67247085200575157E-02
+  1.68577221562880436E-02  1.69917829547586788E-02  1.71268989862790391E-02
+  1.72630783810494536E-02  1.74003293290513339E-02  1.75386600804397150E-02
+  1.76780789459372069E-02  1.78185942972300740E-02  1.79602145673656427E-02
+  1.81029482511519714E-02  1.82468039055586236E-02  1.83917901501198348E-02
+  1.85379156673387661E-02  1.86851892030940152E-02  1.88336195670473390E-02
+  1.89832156330535275E-02  1.91339863395714217E-02  1.92859406900771808E-02
+  1.94390877534786344E-02  1.95934366645317583E-02  1.97489966242583026E-02
+  1.99057769003655842E-02  2.00637868276671918E-02  2.02230358085059916E-02
+  2.03835333131780691E-02  2.05452888803587461E-02  2.07083121175295967E-02
+  2.08726127014075800E-02  2.10382003783750465E-02  2.12050849649118196E-02
+  2.13732763480281376E-02  2.15427844856996946E-02  2.17136194073034236E-02
+  2.18857912140553064E-02  2.20593100794490016E-02  2.22341862496963777E-02
+  2.24104300441687922E-02  2.25880518558403132E-02  2.27670621517316110E-02
+  2.29474714733556850E-02  2.31292904371642669E-02  2.33125297349960382E-02
+  2.34972001345253589E-02  2.36833124797128994E-02  2.38708776912566166E-02
+  2.40599067670446004E-02  2.42504107826082317E-02  2.44424008915771519E-02
+  2.46358883261344440E-02  2.48308843974735689E-02  2.50274004962555245E-02
+  2.52254480930675443E-02  2.54250387388820671E-02  2.56261840655171783E-02
+  2.58288957860971641E-02  2.60331856955144797E-02  2.62390656708918965E-02
+  2.64465476720457324E-02  2.66556437419494321E-02  2.68663660071979220E-02
+  2.70787266784724701E-02  2.72927380510059950E-02  2.75084125050489327E-02
+  2.77257625063354711E-02  2.79448006065501631E-02  2.81655394437948479E-02
+  2.83879917430558647E-02  2.86121703166715008E-02  2.88380880647995524E-02
+  2.90657579758850405E-02  2.92951931271280344E-02  2.95264066849513784E-02
+  2.97594119054684497E-02  2.99942221349507633E-02  3.02308508102954281E-02
+  3.04693114594923042E-02  3.07096177020910535E-02  3.09517832496676026E-02
+  3.11958219062903087E-02  3.14417475689856563E-02  3.16895742282033085E-02
+  3.19393159682805974E-02  3.21909869679063085E-02  3.24446015005837030E-02
+  3.27001739350926066E-02  3.29577187359507279E-02  3.32172504638738528E-02
+  3.34787837762350396E-02  3.37423334275225931E-02  3.40079142697968934E-02
+  3.42755412531457818E-02  3.45452294261385864E-02  3.48169939362787118E-02
+  3.50908500304545692E-02  3.53668130553888085E-02  3.56448984580858552E-02
+  3.59251217862775821E-02  3.62074986888669265E-02  3.64920449163694746E-02
+  3.67787763213529434E-02  3.70677088588743861E-02  3.73588585869149281E-02
+  3.76522416668121293E-02  3.79478743636897861E-02  3.82457730468848331E-02
+  3.85459541903717326E-02  3.88484343731837004E-02  3.91532302798308987E-02
+  3.94603587007155976E-02  3.97698365325439840E-02  4.00816807787345020E-02
+  4.03959085498227441E-02  4.07125370638625889E-02  4.10315836468235981E-02
+  4.13530657329843759E-02  4.16770008653220211E-02  4.20034066958971872E-02
+  4.23323009862349164E-02  4.26637016077008810E-02  4.29976265418730505E-02
+  4.33340938809084891E-02  4.36731218279051911E-02  4.40147286972589549E-02
+  4.43589329150146858E-02  4.47057530192125629E-02  4.50552076602285453E-02
+  4.54073156011089232E-02  4.57620957178991455E-02  4.61195669999664992E-02
+  4.64797485503163701E-02  4.68426595859021966E-02  4.72083194379285739E-02
+  4.75767475521478370E-02  4.79479634891491827E-02  4.83219869246409792E-02
+  4.86988376497254558E-02  4.90785355711656768E-02  4.94611007116449522E-02
+  4.98465532100179284E-02  5.02349133215536439E-02  5.06262014181699249E-02
+  5.10204379886593576E-02  5.14176436389062186E-02  5.18178390920942117E-02
+  5.22210451889049271E-02  5.26272828877067250E-02  5.30365732647336760E-02
+  5.34489375142545783E-02  5.38643969487315744E-02  5.42829729989680876E-02
+  5.47046872142461504E-02  5.51295612624525672E-02  5.55576169301936346E-02
+  5.59888761228982956E-02  5.64233608649094623E-02  5.68610932995629800E-02
+  5.73020956892544564E-02  5.77463904154930860E-02  5.81939999789425691E-02
+  5.86449469994487355E-02  5.90992542160533457E-02  5.95569444869942718E-02
+  6.00180407896911683E-02  6.04825662207165646E-02  6.09505439957524903E-02
+  6.14219974495313972E-02  6.18969500357618441E-02  6.23754253270382905E-02
+  6.28574470147345715E-02  6.33430389088807111E-02  6.38322249380231937E-02
+  6.43250291490675002E-02  6.48214757071034764E-02  6.53215888952122653E-02
+  6.58253931142552956E-02  6.63329128826440351E-02  6.68441728360909260E-02
+  6.73591977273407944E-02  6.78780124258819423E-02  6.84006419176372144E-02
+  6.89271113046343448E-02  6.94574458046548909E-02  6.99916707508617397E-02
+  7.05298115914044510E-02  7.10718938890022717E-02  7.16179433205041821E-02
+  7.21679856764251004E-02  7.27220468604591330E-02  7.32801528889677617E-02
+  7.38423298904437170E-02  7.44086041049496216E-02  7.49790018835305161E-02
+  7.55535496876002938E-02  7.61322740883016436E-02  7.67152017658384866E-02
+  7.73023595087805188E-02  7.78937742133400390E-02  7.84894728826195931E-02
+  7.90894826258301958E-02  7.96938306574798833E-02  8.03025442965316222E-02
+  8.09156509655303557E-02  8.15331781896977276E-02  8.21551535959961776E-02
+  8.27816049121588987E-02  8.34125599656871247E-02  8.40480466828132794E-02
+  8.46880930874295279E-02  8.53327272999811759E-02  8.59819775363241806E-02
+  8.66358721065460247E-02  8.72944394137500773E-02  8.79577079528016392E-02
+  8.86257063090360037E-02  8.92984631569269799E-02  8.99760072587159065E-02
+  9.06583674630002528E-02  9.13455727032804615E-02  9.20376519964652279E-02
+  9.27346344413346041E-02  9.34365492169591944E-02  9.41434255810756904E-02
+  9.48552928684171515E-02  9.55721804889979321E-02  9.62941179263521185E-02
+  9.70211347357245735E-02  9.77532605422141015E-02  9.84905250388684594E-02
+  9.92329579847291976E-02  9.99805892028264032E-02  1.00733448578122178E-01
+  1.01491566055401827E-01  1.02254971637112252E-01  1.03023695381146349E-01
+  1.03797767398572605E-01  1.04577217851309912E-01  1.05362076949745517E-01
+  1.06152374950295614E-01  1.06948142152907488E-01  1.07749408898502624E-01
+  1.08556205566359490E-01  1.09368562571434569E-01  1.10186510361622206E-01
+  1.11010079414951598E-01  1.11839300236718994E-01  1.12674203356555369E-01
+  1.13514819325427702E-01  1.14361178712573092E-01  1.15213312102364962E-01
+  1.16071250091109066E-01  1.16935023283770145E-01  1.17804662290627651E-01
+  1.18680197723858905E-01  1.19561660194047986E-01  1.20449080306620479E-01
+  1.21342488658202768E-01  1.22241915832903447E-01  1.23147392398516506E-01
+  1.24058948902646238E-01  1.24976615868752222E-01  1.25900423792111915E-01
+  1.26830403135700875E-01  1.27766584325988586E-01  1.28708997748649301E-01
+  1.29657673744186103E-01  1.30612642603466056E-01  1.31573934563168765E-01
+  1.32541579801143811E-01  1.33515608431676980E-01  1.34496050500663322E-01
+  1.35482935980685643E-01  1.36476294765997902E-01  1.37476156667411364E-01
+  1.38482551407081378E-01  1.39495508613196678E-01  1.40515057814568134E-01
+  1.41541228435114297E-01  1.42574049788242868E-01  1.43613551071127304E-01
+  1.44659761358876870E-01  1.45712709598597556E-01  1.46772424603343082E-01
+  1.47838935045957215E-01  1.48912269452803642E-01  1.49992456197381191E-01
+  1.51079523493823253E-01  1.52173499390280326E-01  1.53274411762184343E-01
+  1.54382288305391080E-01  1.55497156529200875E-01  1.56619043749259418E-01
+  1.57747977080333335E-01  1.58883983428957820E-01  1.60027089485957008E-01
+  1.61177321718834698E-01  1.62334706364033271E-01  1.63499269419058874E-01
+  1.64671036634469942E-01  1.65850033505736738E-01  1.67036285264959561E-01
+  1.68229816872447258E-01  1.69430653008154408E-01  1.70638818062975567E-01
+  1.71854336129895036E-01  1.73077230994987230E-01  1.74307526128269275E-01
+  1.75545244674409961E-01  1.76790409443284530E-01  1.78043042900374815E-01
+  1.79303167157014581E-01  1.80570803960477977E-01  1.81845974683909256E-01
+  1.83128700316087606E-01  1.84419001451031905E-01  1.85716898277448472E-01
+  1.87022410568008696E-01  1.88335557668457998E-01  1.89656358486555932E-01
+  1.90984831480844552E-01  1.92320994649243265E-01  1.93664865517463147E-01
+  1.95016461127248186E-01  1.96375798024446130E-01  1.97742892246892732E-01
+  1.99117759312113285E-01  2.00500414204839772E-01  2.01890871364342445E-01
+  2.03289144671572247E-01  2.04695247436104899E-01  2.06109192382903178E-01
+  2.07530991638891105E-01  2.08960656719327453E-01  2.10398198513980395E-01
+  2.11843627273104101E-01  2.13296952593214184E-01  2.14758183402658870E-01
+  2.16227327946974690E-01  2.17704393774049709E-01  2.19189387719085110E-01
+  2.20682315889337649E-01  2.22183183648650889E-01  2.23691995601772387E-01
+  2.25208755578455516E-01  2.26733466617341922E-01  2.28266130949610319E-01
+  2.29806749982427172E-01  2.31355324282177421E-01  2.32911853557462162E-01
+  2.34476336641869981E-01  2.36048771476521785E-01  2.37629155092384969E-01
+  2.39217483592353591E-01  2.40813752133077569E-01  2.42417954906591543E-01
+  2.44030085121703683E-01  2.45650134985139657E-01  2.47278095682447269E-01
+  2.48913957358659788E-01  2.50557709098718273E-01  2.52209338907644076E-01
+  2.53868833690444662E-01  2.55536179231819593E-01  2.57211360175609194E-01
+  2.58894360003985136E-01  2.60585161016390787E-01  2.62283744308230427E-01
+  2.63990089749305212E-01  2.65704175961984979E-01  2.67425980299101362E-01
+  2.69155478821647032E-01  2.70892646276198135E-01  2.72637456072069073E-01
+  2.74389880258209429E-01  2.76149889499841150E-01  2.77917453054833286E-01
+  2.79692538749797992E-01  2.81475112955904883E-01  2.83265140564506412E-01
+  2.85062584962471499E-01  2.86867408007245250E-01  2.88679570001645791E-01
+  2.90499029668395137E-01  2.92325744124384446E-01  2.94159668854644951E-01
+  2.96000757686041782E-01  2.97848962760790426E-01  2.99704234509666989E-01
+  3.01566521624943407E-01  3.03435771033057800E-01  3.05311927867019439E-01
+  3.07194935438547645E-01  3.09084735209901096E-01  3.10981266765448738E-01
+  3.12884467783077713E-01  3.14794274005282926E-01  3.16710619209987387E-01
+  3.18633435181102265E-01  3.20562651678825750E-01  3.22498196409682469E-01
+  3.24439994996237768E-01  3.26387970946590444E-01  3.28342045623717382E-01
+  3.30302138214495999E-01  3.32268165698468843E-01  3.34240042816358718E-01
+  3.36217682038336185E-01  3.38200993532037031E-01  3.40189885130244174E-01
+  3.42184262298405595E-01  3.44184028102020034E-01  3.46189083173704670E-01
+  3.48199325680024707E-01  3.50214651288093815E-01  3.52234953131947415E-01
+  3.54260121778685599E-01  3.56290045194268434E-01  3.58324608709235992E-01
+  3.60363694984312477E-01  3.62407183975703762E-01  3.64454952900187978E-01
+  3.66506876200008214E-01  3.68562825507569747E-01  3.70622669609932509E-01
+  3.72686274412949325E-01  3.74753502905453229E-01  3.76824215123340134E-01
+  3.78898268113371850E-01  3.80975515896814443E-01  3.83055809432922223E-01
+  3.85138996582272186E-01  3.87224922069922817E-01  3.89313427448225557E-01
+  3.91404351059848166E-01  3.93497528000697594E-01  3.95592790082608947E-01
+  3.97689965795927303E-01  3.99788880271991054E-01  4.01889355245526159E-01
+  4.03991209016904218E-01  4.06094256414070265E-01  4.08198308754891770E-01
+  4.10303173809407840E-01  4.12408655761905774E-01  4.14514555172965593E-01
+  4.16620668941481198E-01  4.18726790266669424E-01  4.20832708609982009E-01
+  4.22938209656735453E-01  4.25043075278417504E-01  4.27147083494881008E-01
+  4.29250008436457053E-01  4.31351620306127004E-01  4.33451685341765092E-01
+  4.35549965778467885E-01  4.37646219810819637E-01  4.39740201554974508E-01
+  4.41831661011705124E-01  4.43920344029325453E-01  4.46005992266647999E-01
+  4.48088343156113456E-01  4.50167129867108995E-01  4.52242081269490837E-01
+  4.54312921897067568E-01  4.56379371911070919E-01  4.58441147064907295E-01
+  4.60497958668773466E-01  4.62549513554450842E-01  4.64595514040409552E-01
+  4.66635657897240874E-01  4.68669638313438774E-01  4.70697143861146861E-01
+  4.72717858462164409E-01  4.74731461355556938E-01  4.76737627065132341E-01
+  4.78736025367265117E-01  4.80726321259197176E-01  4.82708174927836908E-01
+  4.84681241719069955E-01  4.86645172107017521E-01  4.88599611663957156E-01
+  4.90544201032164118E-01  4.92478575895632820E-01  4.94402366952351568E-01
+  4.96315199887246872E-01  4.98216695345823912E-01  5.00106468908508739E-01
+  5.01984131064880046E-01  5.03849287189142903E-01  5.05701537517800559E-01
+  5.07540477127246592E-01  5.09365695912148753E-01  5.11176778564725653E-01
+  5.12973304554951715E-01  5.14754848111665941E-01  5.16520978203479308E-01
+  5.18271258521712075E-01  5.20005247465739395E-01  5.21722498128332934E-01
+  5.23422558282065076E-01  5.25104970366866652E-01  5.26769271478772727E-01
+  5.28414993359782370E-01  5.30041662387393142E-01  5.31648799567203012E-01
+  5.33235920528021823E-01  5.34802535517107103E-01  5.36348149396765339E-01
+  5.37872261642398652E-01  5.39374366342035505E-01  5.40853952197178023E-01
+  5.42310502523173366E-01  5.43743495253978248E-01  5.45152402949384052E-01
+  5.46536692802557011E-01  5.47895826649280826E-01  5.49229260978969180E-01
+  5.50536446947490266E-01  5.51816830391475555E-01  5.53069851842016624E-01
+  5.54294946544377609E-01  5.55491544479931987E-01  5.56659070388682897E-01
+  5.57796943793851807E-01  5.58904579028593473E-01  5.59981385264882503E-01
+  5.61026766543977873E-01  5.62040121806214543E-01  5.63020844928718511E-01
+  5.63968324764892337E-01  5.64881945184840806E-01  5.65761085118255957E-01
+  5.66605118599811886E-01  5.67413414817121375E-01  5.68185338160236530E-01
+  5.68920248270590290E-01  5.69617500099992125E-01  5.70276443970722968E-01
+  5.70896425637011151E-01  5.71476786349376265E-01  5.72016862921894464E-01
+  5.72515987802437620E-01  5.72973489144216086E-01  5.73388690877223772E-01
+  5.73760912791940747E-01  5.74089470623288300E-01  5.74373676136472167E-01
+  5.74612837216120331E-01  5.74806257958768274E-01  5.74953238768743602E-01
+  5.75053076454821621E-01  5.75105064327788962E-01  5.75108492312357056E-01
+  5.75062647058356968E-01  5.74966812054378718E-01  5.74820267745136726E-01
+  5.74622291652615358E-01  5.74372158501028407E-01  5.74069140341656348E-01
+  5.73712506680325141E-01  5.73301524621030012E-01  5.72835459007793757E-01
+  5.72313572569546625E-01  5.71735126069160216E-01  5.71099378456689455E-01
+  5.70405587026796668E-01  5.69653007574727033E-01  5.68840894557595456E-01
+  5.67968501273093063E-01  5.67035080035353412E-01  5.66039882354420598E-01
+  5.64982159120276051E-01  5.63861160791474081E-01  5.62676137588233427E-01
+  5.61426339682281839E-01  5.60111017395792499E-01  5.58729421418270977E-01
+  5.57280803019544080E-01  5.55764414266906814E-01  5.54179508247187091E-01
+  5.52525339293773898E-01  5.50801163218200385E-01  5.49006237536195707E-01
+  5.47139821707909979E-01  5.45201177395578607E-01  5.43189568716339943E-01
+  5.41104262499694788E-01  5.38944528550173052E-01  5.36709639915237458E-01
+  5.34398873157561405E-01  5.32011508619072315E-01  5.29546830705630245E-01
+  5.27004128187347209E-01  5.24382694493285340E-01  5.21681828011159587E-01
+  5.18900832392428568E-01  5.16039016862790745E-01  5.13095696536445711E-01
+  5.10070192719128124E-01  5.06961833239635062E-01  5.03769952793676312E-01
+  5.00493893281545144E-01  4.97133004151001034E-01  4.93686642745568838E-01
+  4.90154174658249064E-01  4.86534974087781735E-01  4.82828424180658078E-01
+  4.79033917410724208E-01  4.75150855966100238E-01  4.71178652129634667E-01
+  4.67116728664543179E-01  4.62964519205299629E-01  4.58721468653742415E-01
+  4.54387033575657573E-01  4.49960682580507754E-01  4.45441896748666466E-01
+  4.40830170059284376E-01  4.36125009811642206E-01  4.31325937051374675E-01
+  4.26432487001539628E-01  4.21444209498453681E-01  4.16360669424751750E-01
+  4.11181447124057187E-01  4.05906138873205258E-01  4.00534357346882863E-01
+  3.95065732075882248E-01  3.89499909909584663E-01  3.83836555482569453E-01
+  3.78075351685238814E-01  3.72216000126875168E-01  3.66258221580755550E-01
+  3.60201756495878711E-01  3.54046365491853532E-01  3.47791829847517109E-01
+  3.41437951992772937E-01  3.34984556003500022E-01  3.28431488099346081E-01
+  3.21778617127256361E-01  3.15025835030547929E-01  3.08173057391345484E-01
+  3.01220223946501053E-01  2.94167299097158941E-01  2.87014272420148708E-01
+  2.79761159181002861E-01  2.72408000848272658E-01  2.64954865584843158E-01
+  2.57401848732028649E-01  2.49749073370504504E-01  2.41996690845056261E-01
+  2.34144881282592393E-01  2.26193854110202458E-01  2.18143848573010696E-01
+  2.09995134251166227E-01  2.01748011543108341E-01  1.93402812153153081E-01
+  1.84959899655268545E-01  1.76419670011437824E-01  1.67782552082574421E-01
+  1.59049008137343045E-01  1.50219534358582957E-01  1.41294661346010153E-01
+  1.32274954572785014E-01  1.23161014862626053E-01  1.13953478937535685E-01
+  1.04653019911881667E-01  9.52603477779760816E-02  8.57762098871185930E-02
+  7.62013914257601288E-02  6.65367158842990192E-02  5.67830454661925263E-02
+  4.69412815385759213E-02  3.70123651424682301E-02  2.69972774426217137E-02
+  1.68970401675124123E-02  6.71271604215049802E-03 -3.55459078663534524E-03
+ -1.39037343368974883E-02 -2.43335264516537919E-02 -3.48427363922745453E-02
+ -4.54300903889586355E-02 -5.60942712562221904E-02 -6.68339180198943145E-02
+ -7.76476255540112376E-02 -8.85339442279711869E-02 -9.94913795714223448E-02
+ -1.10518392025115625E-01 -1.21613396596865153E-01 -1.32774762496603249E-01
+ -1.44000812838778053E-01 -1.55289824358166934E-01 -1.66640027138353047E-01
+ -1.78049604353234803E-01 -1.89516692033466078E-01 -2.01039378928815571E-01
+ -2.12615706246467140E-01 -2.24243667394988827E-01 -2.35921207795656673E-01
+ -2.47646224709456381E-01 -2.59416567079667315E-01 -2.71230035390420288E-01
+ -2.83084381559258913E-01 -2.94977308931318849E-01 -3.06906472122382312E-01
+ -3.18869476897311599E-01 -3.30863880113975495E-01 -3.42887189685753435E-01
+ -3.54936864562902465E-01 -3.67010314733279053E-01 -3.79104901268571548E-01
+ -3.91217936471968453E-01 -4.03346683853476717E-01 -4.15488358171398398E-01
+ -4.27640125536407567E-01 -4.39799103537950320E-01 -4.51962361393401291E-01
+ -4.64126920120618569E-01 -4.76289752770339470E-01 -4.88447784752280290E-01
+ -5.00597893977458575E-01 -5.12736911095605485E-01 -5.24861619792206358E-01
+ -5.36968757112299966E-01 -5.49055013811531989E-01 -5.61117034735156284E-01
+ -5.73151419273666973E-01 -5.85154721895644991E-01 -5.97123452497825835E-01
+ -6.09054076874190775E-01 -6.20943017242085449E-01 -6.32786652799573690E-01
+ -6.44581320314486561E-01 -6.56323314745949071E-01 -6.68008889960040486E-01
+ -6.79634259497627347E-01 -6.91195597172617360E-01 -7.02689037805999561E-01
+ -7.14110678014170719E-01 -7.25456577031956762E-01 -7.36722757570732245E-01
+ -7.47905206712667470E-01 -7.58999876914609239E-01 -7.70002687032037003E-01
+ -7.80909523196856359E-01 -7.91716239839218017E-01 -8.02418660759793401E-01
+ -8.13012580238329563E-01 -8.23493764178591103E-01 -8.33857951291485211E-01
+ -8.44100854398517564E-01 -8.54218161718707458E-01 -8.64205538040694998E-01
+ -8.74058626037663933E-01 -8.83773047627381625E-01 -8.93344405367591632E-01
+ -9.02768283886547729E-01 -9.12040251351731057E-01 -9.21155861062235681E-01
+ -9.30110652987791053E-01 -9.38900155229326794E-01 -9.47519885611793788E-01
+ -9.55965353315255895E-01 -9.64232060537886904E-01 -9.72315504190352620E-01
+ -9.80211177626319596E-01 -9.87914572490533494E-01 -9.95421180482423784E-01
+ -1.00272649507878575E+00 -1.00982601336999567E+00 -1.01671523792651697E+00
+ -1.02338967869177844E+00 -1.02984485490067823E+00 -1.03607629703020865E+00
+ -1.04207954885096865E+00 -1.04785016937558706E+00 -1.05338373480025371E+00
+ -1.05867584053505515E+00 -1.06372210325615368E+00 -1.06851816297748692E+00
+ -1.07305968514113204E+00 -1.07734236273386874E+00 -1.08136191847770124E+00
+ -1.08511410691761978E+00 -1.08859471652783557E+00 -1.09179957187913734E+00
+ -1.09472453581998086E+00 -1.09736551166994278E+00 -1.09971844542469466E+00
+ -1.10177932797912681E+00 -1.10354419738965714E+00 -1.10500914105772563E+00
+ -1.10617029794371424E+00 -1.10702386081496318E+00 -1.10756607850064381E+00
+ -1.10779325815267438E+00 -1.10770176751200244E+00 -1.10728803718223601E+00
+ -1.10654856290489523E+00 -1.10547990780456828E+00 -1.10407870466002422E+00
+ -1.10234165818660990E+00 -1.10026554732077964E+00 -1.09784722750635599E+00
+ -1.09508363298214473E+00 -1.09197177906223786E+00 -1.08850876438546451E+00
+ -1.08469177320446364E+00 -1.08051807767973651E+00 -1.07598504016921659E+00
+ -1.07109011551822797E+00 -1.06583085334986549E+00 -1.06020490035581760E+00
+ -1.05421000255981490E+00 -1.04784400753307905E+00 -1.04110486673064018E+00
+ -1.03399063779891542E+00 -1.02649948687138237E+00 -1.01862969086647270E+00
+ -1.01037963978822520E+00 -1.00174783903000253E+00 -9.92732911624026437E-01
+ -9.83333600451177792E-01 -9.73548770651563089E-01 -9.63377411966036767E-01
+ -9.52818641066571548E-01 -9.41871703894413881E-01 -9.30535978007006825E-01
+ -9.18810974933645608E-01 -9.06696342443131909E-01 -8.94191866812199310E-01
+ -8.81297475360169336E-01 -8.68013238874140058E-01 -8.54339374030654630E-01
+ -8.40276245833756152E-01 -8.25824370070737501E-01 -8.10984415783825630E-01
+ -7.95757207613796314E-01 -7.80143728219119814E-01 -7.64145121001055916E-01
+ -7.47762692684159735E-01 -7.30997915905267748E-01 -7.13852431828943756E-01
+ -6.96328052790709862E-01 -6.78426764962193896E-01 -6.60150730843507838E-01
+ -6.41502291936687064E-01 -6.22483971730669383E-01 -6.03098478515282088E-01
+ -5.83348708216420597E-01 -5.63237747266508659E-01 -5.42768875511223770E-01
+ -5.21945569138921206E-01 -5.00771503389749073E-01 -4.79250555573251691E-01
+ -4.57386808364515951E-01 -4.35184552911922595E-01 -4.12648291974766601E-01
+ -3.89782743099983120E-01 -3.66592841838035755E-01 -3.43083744971753979E-01
+ -3.19260833475829897E-01 -2.95129715921132463E-01 -2.70696232084848942E-01
+ -2.45966456360757535E-01 -2.20946701198299622E-01 -1.95643520574739882E-01
+ -1.70063713498487118E-01 -1.44214327498719069E-01 -1.18102661795011776E-01
+ -9.17362710416385757E-02 -6.51229691667763178E-02 -3.82708329994919799E-02
+ -1.11882059084623606E-02  1.61162985484512439E-02  4.36337929681821432E-02
+  7.13551125120936158E-02  9.92708116892961623E-02  1.27371160457494415E-01
+  1.55646140376266007E-01  1.84085440995138627E-01  2.12678456270219307E-01
+  2.41414281015349647E-01  2.70281707395613469E-01  2.99269221573267130E-01
+  3.28365000786920713E-01  3.57556909676972845E-01  3.86832496846226115E-01
+  4.16178991699522827E-01  4.45583301383096764E-01  4.75032007834707060E-01
+  5.04511364956782948E-01  5.34007296075319604E-01  5.63505391899448704E-01
+  5.92990907705632342E-01  6.22448760976039184E-01  6.51863529393989949E-01
+  6.81219449048723225E-01  7.10500412865978426E-01  7.39689969282084747E-01
+  7.68771321397128338E-01  7.97727326702569961E-01  8.26540496074221420E-01
+  8.55192993476744601E-01  8.83666636148432771E-01  9.11942895150114285E-01
+  9.40002896300692337E-01  9.67827421523833609E-01  9.95396910939218116E-01
+  1.02269146560516777E+00  1.04969084963626869E+00  1.07637449333457402E+00
+  1.10272149697616184E+00  1.12871063516624703E+00  1.15432036179168640E+00
+  1.17952881560444167E+00  1.20431382689614930E+00  1.22865292489303091E+00
+  1.25252334470905091E+00  1.27590203566373828E+00  1.29876567048212355E+00
+  1.32109065531657466E+00  1.34285314062510186E+00  1.36402903295206479E+00
+  1.38459400822897272E+00  1.40452352583173257E+00  1.42379284245899118E+00
+  1.44237702776801413E+00  1.46025098116142948E+00  1.47738944968759300E+00
+  1.49376704709253705E+00  1.50935827408673839E+00  1.52413754062839635E+00
+  1.53807918892593731E+00  1.55115751660710632E+00  1.56334680205289889E+00
+  1.57462133116805569E+00  1.58495542556812796E+00  1.59432347221960558E+00
+  1.60269995462059089E+00  1.61005948651647235E+00  1.61637684617072686E+00
+  1.62162701121908825E+00  1.62578519605326166E+00  1.62882689089505384E+00
+  1.63072790254872468E+00  1.63146439685775824E+00  1.63101294298636468E+00
+  1.62935056068361117E+00  1.62645476775118314E+00  1.62230362853754850E+00
+  1.61687580518716012E+00  1.61015061071886323E+00  1.60210806391386895E+00
+  1.59272894601503001E+00  1.58199485939790963E+00  1.56988828944191061E+00
+  1.55639266600972248E+00  1.54149242631640782E+00  1.52517308049497946E+00
+  1.50742127888576238E+00  1.48822488099957861E+00  1.46757302611119433E+00
+  1.44545620568172506E+00  1.42186633872953161E+00  1.39679684593301423E+00
+  1.37024272520713097E+00  1.34220062943788321E+00  1.31266894540687407E+00
+  1.28164787379475387E+00  1.24913951014686697E+00  1.21514792700846641E+00
+  1.17967925797625495E+00  1.14274177932077303E+00  1.10434599256932908E+00
+  1.06450470798965591E+00  1.02323312806434696E+00  9.80548930746897973E-01
+  9.36472352276851439E-01  8.91026269678550253E-01  8.44236283028229284E-01
+  7.96130793883324528E-01  7.46741083128981020E-01  6.96101387497110924E-01
+  6.44248973946293213E-01  5.91224211560493207E-01  5.37070640606784555E-01
+  4.81835038581983899E-01  4.25567482530888885E-01  3.68321405934768920E-01
+  3.10153651967378041E-01  2.51124522023236152E-01  1.91297818824444438E-01
+  1.30740883612494752E-01  6.95246269112022031E-02  7.72355198331547976E-03
+ -5.45842301885274550E-02 -1.17316993067600045E-01 -1.80389395251168733E-01
+ -2.43712490485911815E-01 -3.07193747591496646E-01 -3.70737080851504142E-01
+ -4.34242891664760655E-01 -4.97608123562073845E-01 -5.60726330361473790E-01
+ -6.23487757436478107E-01 -6.85779419615923036E-01 -7.47485260394932682E-01
+ -8.08486122411524621E-01 -8.68660252686486722E-01 -9.27882869520772147E-01
+ -9.86026067196179801E-01 -1.04296644294305962E+00 -1.09854452297551686E+00
+ -1.15273045600957924E+00 -1.20506022514478373E+00 -1.25627527825602892E+00
+ -1.30446844658768346E+00 -1.35087787297323891E+00 -1.40496376858639227E+00
+ -1.39723674854462976E+00 -1.63895144212246779E+00 -8.58481637528513919E-01
+  1.61105721041222866E-01 -3.47606041329263996E-02  4.00372162384817192E-03
+  1.35312851880204049E-03 -1.22675827403236526E-03  5.73764638563219599E-04
+ -2.10348097822339732E-04  6.55450781135655122E-05 -1.74201141418362712E-05
+  3.65172026506889284E-06 -3.65692799544263114E-07 -1.76381450204910307E-07
+  1.42738231424472994E-07 -6.48496088574487881E-08  2.33905435607598728E-08
+ -7.19068910608312410E-09  1.88029344950013495E-09 -3.81965810497730832E-10
+  3.17791957214753051E-11  2.24492018274522686E-11 -1.65457891205167023E-11
+  7.31684950139017474E-12 -2.59778267228925259E-12  7.87875252015332621E-13
+ -2.02577964773494369E-13  3.97578768184615379E-14 -2.54159117136144350E-15
+ -2.80589957065343851E-15  1.91138097999656503E-15 -8.24171395212490319E-16
+  2.88159746043441583E-16 -8.62165925730672020E-17  2.17822132139935853E-17
+ -4.11520968306124075E-18  1.71894740197976744E-19  3.45729305838333611E-19
+ -2.20112542338306725E-19  9.26867031674910334E-20 -3.19254845286788023E-20
+  9.42233807363368335E-21 -2.33721849454256424E-21  4.23208344568124572E-22
+ -6.76559139072583961E-24 -4.21083712533943216E-23  2.52747940978334739E-23
+ -1.04075952134889316E-23  3.53280425359967060E-24 -1.02836390363449697E-24
+  2.50218940603854969E-25 -4.31948057679578331E-26 -6.23994824302971972E-28
+  5.07958365394107021E-27 -2.89446841357720086E-27  1.16691728141491134E-27
+ -3.90465161556780868E-28  1.12082774254241999E-28 -2.67233518379863008E-29
+  4.36921810129238402E-30  2.22507611283083566E-31 -6.07802953145569528E-31
+  3.30650608444544912E-31 -1.30649422776413132E-31  4.31049300450430552E-32
+ -1.21987661863224999E-32  2.84659900831219328E-33 -4.37166845604193182E-34
+ -4.17269864359667011E-35  7.22225723485639427E-35 -3.76842597677673455E-35
+  1.46073450862205302E-35 -4.75284207917891838E-36  1.32573351149820096E-36
+ -3.02361899412595469E-37  4.31554331436355732E-38  6.51852501423036430E-39
+ -8.53008711595071174E-39  4.28551516152325322E-39 -1.63097716484116949E-39
+  5.23431665782940616E-40 -1.43858346995675374E-40  3.20167391687569516E-41
+ -4.18764784838396779E-42 -9.32058098295074082E-43  1.00212421201126635E-42
+ -4.86354972291733119E-43  1.81866063931598743E-43 -5.75762867202649050E-44
+  1.55856222525823997E-44 -3.37862079988510252E-45  3.97260161604463969E-46
+  1.26439388521614315E-46 -1.17175256820877702E-46  5.50883211882725077E-47
+ -2.02532704183145226E-47  6.32557053104802342E-48 -1.68574276381400489E-48
+  3.55182324651637331E-49 -3.65252178738721731E-50 -1.65614653422695678E-50
+  1.36430135449114386E-50 -6.22823035453357444E-51  2.25262605685220753E-51
+ -6.94099723061670141E-52  1.82011955277833701E-52 -3.71806926080586461E-53
+  3.20666389636001550E-54  2.11546391087269854E-54 -1.58242602429480060E-54
+  7.02921888478720167E-55 -2.50231836008437034E-55  7.60680343830383602E-56
+ -1.96159006982064874E-56  3.87347713756463593E-57 -2.61101471286463461E-58
+ -2.65144433472717847E-58  1.82905209724539054E-58 -7.91992111698336859E-59
+  2.77627838454311944E-59 -8.32589467231856298E-60  2.10993324105491744E-60
+ -4.01338782170214885E-61  1.83783116736597070E-62  3.27423392262584720E-62
+ -2.10739895440559413E-62  8.90915333790011985E-63 -3.07649624795411587E-63
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00
+                              </PP_AEWFC.2>
+ <PP_AEWFC.3 type="real" size="  1489" l="1" columns="3">
+  2.18832386638840091E-07  2.22361051103913143E-07  2.25946608513130983E-07
+  2.29589975994670256E-07  2.33292085457118574E-07  2.37053883827579484E-07
+  2.40876333293611751E-07  2.44760411549064370E-07  2.48707112043866897E-07
+  2.52717444237843300E-07  2.56792433858611567E-07  2.60933123163634901E-07
+  2.65140571206490602E-07  2.69415854107427000E-07  2.73760065328275833E-07
+  2.78174315951787938E-07  2.82659734965467853E-07  2.87217469549975506E-07
+  2.91848685372172464E-07  2.96554566882882543E-07  3.01336317619447375E-07
+  3.06195160513151771E-07  3.11132338201596295E-07  3.16149113346098238E-07
+  3.21246768954201908E-07  3.26426608707377248E-07  3.31689957293997066E-07
+  3.37038160747669631E-07  3.42472586791017685E-07  3.47994625184989749E-07
+  3.53605688083795411E-07  3.59307210395549613E-07  3.65100650148721816E-07
+  3.70987488864483529E-07  3.76969231935047753E-07  3.83047409008094991E-07
+  3.89223574377386829E-07  3.95499307379664825E-07  4.01876212797937508E-07
+  4.08355921271251566E-07  4.14940089711065088E-07  4.21630401724312454E-07
+  4.28428568043280444E-07  4.35336326962401316E-07  4.42355444782069850E-07
+  4.49487716259605550E-07  4.56734965067469402E-07  4.64099044258850681E-07
+  4.71581836740745487E-07  4.79185255754645354E-07  4.86911245364961483E-07
+  4.94761780955303732E-07  5.02738869732741456E-07  5.10844551240185171E-07
+  5.19080897876997781E-07  5.27450015427990372E-07  5.35954043600923058E-07
+  5.44595156572651286E-07  5.53375563544058415E-07  5.62297509303912208E-07
+  5.71363274801795055E-07  5.80575177730241030E-07  5.89935573116249060E-07
+  5.99446853922287223E-07  6.09111451656991526E-07  6.18931836995657147E-07
+  6.28910520410738100E-07  6.39050052812453593E-07  6.49353026199730203E-07
+  6.59822074321577906E-07  6.70459873349136921E-07  6.81269142558491832E-07
+  6.92252645024505809E-07  7.03413188325773948E-07  7.14753625260944737E-07
+  7.26276854576529626E-07  7.37985821706434465E-07  7.49883519523373766E-07
+  7.61972989102363326E-07  7.74257320496492404E-07  7.86739653525165378E-07
+  7.99423178575013857E-07  8.12311137413686862E-07  8.25406824016718363E-07
+  8.38713585407694380E-07  8.52234822511913120E-07  8.65973991023779116E-07
+  8.79934602288134334E-07  8.94120224195750512E-07  9.08534482093222119E-07
+  9.23181059707477614E-07  9.38063700085150527E-07  9.53186206547050699E-07
+  9.68552443657968730E-07  9.84166338212070694E-07  1.00003188023412370E-06
+  1.01615312399681527E-06  1.03253418905441265E-06  1.04917926129303623E-06
+  1.06609259399781410E-06  1.08327850893717105E-06  1.10074139746454467E-06
+  1.11848572163780453E-06  1.13651601535665298E-06  1.15483688551829672E-06
+  1.17345301319168566E-06  1.19236915481061998E-06  1.21159014338601780E-06
+  1.23112088973765328E-06  1.25096638374568831E-06  1.27113169562229719E-06
+  1.29162197720372248E-06  1.31244246326308452E-06  1.33359847284426484E-06
+  1.35509541061722277E-06  1.37693876825507330E-06  1.39913412583328273E-06
+  1.42168715325132205E-06  1.44460361167716322E-06  1.46788935501496706E-06
+  1.49155033139632838E-06  1.51559258469547200E-06  1.54002225606877730E-06
+  1.56484558551901892E-06  1.59006891348470976E-06  1.61569868245497711E-06
+  1.64174143861035189E-06  1.66820383348989400E-06  1.69509262568508714E-06
+  1.72241468256091593E-06  1.75017698200456395E-06  1.77838661420219876E-06
+  1.80705078344424539E-06  1.83617680995965142E-06  1.86577213177958267E-06
+  1.89584430663102633E-06  1.92640101386077866E-06  1.95745005639030896E-06
+  1.98899936270199078E-06  2.02105698885719845E-06  2.05363112054678596E-06
+  2.08673007517445470E-06  2.12036230397355575E-06  2.15453639415784286E-06
+  2.18926107110672221E-06  2.22454520058557474E-06  2.26039779100166540E-06
+  2.29682799569625705E-06  2.33384511527347546E-06  2.37145859996652551E-06
+  2.40967805204185189E-06  2.44851322824187710E-06  2.48797404226686642E-06
+  2.52807056729663268E-06  2.56881303855264913E-06  2.61021185590125060E-06
+  2.65227758649855788E-06  2.69502096747782861E-06  2.73845290867987266E-06
+  2.78258449542723836E-06  2.82742699134286496E-06  2.87299184121392771E-06
+  2.91929067390157011E-06  2.96633530529726996E-06  3.01413774132659269E-06
+  3.06271018100108833E-06  3.11206501951906865E-06  3.16221485141609537E-06
+  3.21317247376593165E-06  3.26495088943279457E-06  3.31756331037568823E-06
+  3.37102316100569889E-06  3.42534408159706736E-06  3.48053993175287938E-06
+  3.53662479392629764E-06  3.59361297699817226E-06  3.65151901991194041E-06
+  3.71035769536681655E-06  3.77014401356996382E-06  3.83089322604896170E-06
+  3.89262082952509253E-06  3.95534256984887165E-06  4.01907444599835764E-06
+  4.08383271414169808E-06  4.14963389176449071E-06  4.21649476186344267E-06
+  4.28443237720690562E-06  4.35346406466385783E-06  4.42360742960191351E-06
+  4.49488036035596629E-06  4.56730103276809098E-06  4.64088791480036556E-06
+  4.71565977122119787E-06  4.79163566836692811E-06  4.86883497897933813E-06
+  4.94727738712078634E-06  5.02698289316772607E-06  5.10797181888437788E-06
+  5.19026481257723001E-06  5.27388285433230826E-06  5.35884726133584736E-06
+  5.44517969328042540E-06  5.53290215785713476E-06  5.62203701633596052E-06
+  5.71260698923502453E-06  5.80463516208076178E-06  5.89814499125988385E-06
+  5.99316030996517496E-06  6.08970533423602698E-06  6.18780466909577250E-06
+  6.28748331478689507E-06  6.38876667310598950E-06  6.49168055383989173E-06
+  6.59625118130465033E-06  6.70250520098896603E-06  6.81046968630372039E-06
+  6.92017214543940713E-06  7.03164052833297818E-06  7.14490323374599648E-06
+  7.25998911645582979E-06  7.37692749456169004E-06  7.49574815690727802E-06
+  7.61648137062194645E-06  7.73915788878229430E-06  7.86380895819602257E-06
+  7.99046632731001694E-06  8.11916225424465170E-06  8.24992951495634139E-06
+  8.38280141153030674E-06  8.51781178060564715E-06  8.65499500193490849E-06
+  8.79438600708011300E-06  8.93602028824754494E-06  9.07993390726346743E-06
+  9.22616350469291152E-06  9.37474630910398045E-06  9.52572014647986464E-06
+  9.67912344978084414E-06  9.83499526865882991E-06  9.99337527932675112E-06
+  1.01543037945851976E-05  1.03178217740089041E-05  1.04839708342956160E-05
+  1.06527932597798007E-05  1.08243320131139046E-05  1.09986307461198022E-05
+  1.11757338108130737E-05  1.13556862706029713E-05  1.15385339116706142E-05
+  1.17243232545285473E-05  1.19131015657642922E-05  1.21049168699708760E-05
+  1.22998179618673387E-05  1.24978544186121463E-05  1.26990766123126089E-05
+  1.29035357227334831E-05  1.31112837502076602E-05  1.33223735287523883E-05
+  1.35368587393941222E-05  1.37547939237054159E-05  1.39762344975570718E-05
+  1.42012367650890544E-05  1.44298579329036190E-05  1.46621561244840815E-05
+  1.48981903948428414E-05  1.51380207454022423E-05  1.53817081391120536E-05
+  1.56293145158071180E-05  1.58809028078091498E-05  1.61365369557764691E-05
+  1.63962819248054378E-05  1.66602037207878111E-05  1.69283694070278158E-05
+  1.72008471211231788E-05  1.74777060921141792E-05  1.77590166579050737E-05
+  1.80448502829621105E-05  1.83352795762923738E-05  1.86303783097081208E-05
+  1.89302214363809064E-05  1.92348851096900281E-05  1.95444467023701871E-05
+  1.98589848259627828E-05  2.01785793505757453E-05  2.05033114249567726E-05
+  2.08332634968848053E-05  2.11685193338849694E-05  2.15091640442717276E-05
+  2.18552840985255648E-05  2.22069673510085821E-05  2.25643030620241654E-05
+  2.29273819202257704E-05  2.32962960653816583E-05  2.36711391114988714E-05
+  2.40520061703147028E-05  2.44389938751590779E-05  2.48322004051956618E-05
+  2.52317255100455168E-05  2.56376705348018931E-05  2.60501384454393368E-05
+  2.64692338546263410E-05  2.68950630479449801E-05  2.73277340105265449E-05
+  2.77673564541070320E-05  2.82140418445117334E-05  2.86679034295730458E-05
+  2.91290562674910379E-05  2.95976172556404685E-05  3.00737051598350054E-05
+  3.05574406440517837E-05  3.10489463006273812E-05  3.15483466809288207E-05
+  3.20557683265106807E-05  3.25713398007621913E-05  3.30951917210559629E-05
+  3.36274567914021500E-05  3.41682698356195218E-05  3.47177678310284202E-05
+  3.52760899426768541E-05  3.58433775581040731E-05  3.64197743226548281E-05
+  3.70054261753479980E-05  3.76004813853127008E-05  3.82050905887965122E-05
+  3.88194068267589759E-05  3.94435855830552531E-05  4.00777848232230889E-05
+  4.07221650338784503E-05  4.13768892627336182E-05  4.20421231592428088E-05
+  4.27180350158899271E-05  4.34047958101235488E-05  4.41025792469538680E-05
+  4.48115618022174061E-05  4.55319227665244142E-05  4.62638442898944202E-05
+  4.70075114270960181E-05  4.77631121836964652E-05  4.85308375628376733E-05
+  4.93108816127438887E-05  5.01034414749786355E-05  5.09087174334563468E-05
+  5.17269129642261428E-05  5.25582347860335857E-05  5.34028929116793096E-05
+  5.42611007001797768E-05  5.51330749097494940E-05  5.60190357516108801E-05
+  5.69192069446503691E-05  5.78338157709286322E-05  5.87630931320630353E-05
+  5.97072736064901350E-05  6.06665955076280506E-05  6.16413009429470099E-05
+  6.26316358739663462E-05  6.36378501771890529E-05  6.46601977059907873E-05
+  6.56989363534764650E-05  6.67543281163191811E-05  6.78266391595974926E-05
+  6.89161398826461044E-05  7.00231049859352999E-05  7.11478135389951102E-05
+  7.22905490494003057E-05  7.34515995328328421E-05  7.46312575842372761E-05
+  7.58298204500864996E-05  7.70475901017746644E-05  7.82848733101546452E-05
+  7.95419817212379427E-05  8.08192319330741594E-05  8.21169455738286530E-05
+  8.34354493810762722E-05  8.47750752823312457E-05  8.61361604768280778E-05
+  8.75190475185768149E-05  8.89240844007104105E-05  9.03516246411439742E-05
+  9.18020273695659502E-05  9.32756574157815122E-05  9.47728853994300762E-05
+  9.62940878210952954E-05  9.78396471548295449E-05  9.94099519421153953E-05
+  1.01005396887285284E-04  1.02626382954421893E-04  1.04273317465761683E-04
+  1.05946614201623499E-04  1.07646693501887758E-04  1.09373982369046811E-04
+  1.11128914572850609E-04  1.12911930756573218E-04  1.14723478544924857E-04
+  1.16564012653633435E-04  1.18433995000720877E-04  1.20333894819500657E-04
+  1.22264188773322786E-04  1.24225361072091088E-04  1.26217903590577823E-04
+  1.28242315988567516E-04  1.30299105832855101E-04  1.32388788721125134E-04
+  1.34511888407743340E-04  1.36668936931486496E-04  1.38860474745242720E-04
+  1.41087050847707961E-04  1.43349222917109521E-04  1.45647557446989146E-04
+  1.47982629884075624E-04  1.50355024768277998E-04  1.52765335874831439E-04
+  1.55214166358627105E-04  1.57702128900763722E-04  1.60229845857342787E-04
+  1.62797949410550184E-04  1.65407081722055891E-04  1.68057895088767015E-04
+  1.70751052100967765E-04  1.73487225802883337E-04  1.76267099855704107E-04
+  1.79091368703107633E-04  1.81960737739307848E-04  1.84875923479677529E-04
+  1.87837653733978379E-04  1.90846667782240253E-04  1.93903716553326890E-04
+  1.97009562806227048E-04  2.00164981314114620E-04  2.03370759051218580E-04
+  2.06627695382535326E-04  2.09936602256432581E-04  2.13298304400190739E-04
+  2.16713639518519707E-04  2.20183458495096343E-04  2.23708625597167989E-04
+  2.27290018683268556E-04  2.30928529414091947E-04  2.34625063466558585E-04
+  2.38380540751136310E-04  2.42195895632458044E-04  2.46072077153283665E-04
+  2.50010049261857614E-04  2.54010791042708702E-04  2.58075296950948556E-04
+  2.62204577050114762E-04  2.66399657253600403E-04  2.70661579569734872E-04
+  2.74991402350572114E-04  2.79390200544431559E-04  2.83859065952248241E-04
+  2.88399107487790425E-04  2.93011451441803133E-04  2.97697241750127925E-04
+  3.02457640265846968E-04  3.07293827035526963E-04  3.12207000579617627E-04
+  3.17198378177062617E-04  3.22269196154182605E-04  3.27420710177895257E-04
+  3.32654195553341414E-04  3.37970947525959432E-04  3.43372281588081565E-04
+  3.48859533790119340E-04  3.54434061056407314E-04  3.60097241505768432E-04
+  3.65850474776866560E-04  3.71695182358415272E-04  3.77632807924329792E-04
+  3.83664817673854113E-04  3.89792700676750369E-04  3.96017969223633995E-04
+  4.02342159181523138E-04  4.08766830354668511E-04  4.15293566850747503E-04
+  4.21923977452497460E-04  4.28659695994871345E-04  4.35502381747764089E-04
+  4.42453719804400099E-04  4.49515421475480054E-04  4.56689224689156147E-04
+  4.63976894396917101E-04  4.71380222985466927E-04  4.78901030694684155E-04
+  4.86541166041761777E-04  4.94302506251561679E-04  5.02186957693296254E-04
+  5.10196456323651370E-04  5.18332968136418185E-04  5.26598489618721952E-04
+  5.34995048213946314E-04  5.43524702791452295E-04  5.52189544123196825E-04
+  5.60991695367272277E-04  5.69933312558525943E-04  5.79016585106356283E-04
+  5.88243736299771816E-04  5.97617023819814659E-04  6.07138740259448805E-04
+  6.16811213651026979E-04  6.26636808001443607E-04  6.36617923835009814E-04
+  6.46756998744209581E-04  6.57056507948457322E-04  6.67518964860950551E-04
+  6.78146921663723336E-04  6.88942969891008766E-04  6.99909741021054817E-04
+  7.11049907076491991E-04  7.22366181233271122E-04  7.33861318438397978E-04
+  7.45538116036566223E-04  7.57399414405786017E-04  7.69448097602140504E-04
+  7.81687094013789360E-04  7.94119377024360982E-04  8.06747965685856170E-04
+  8.19575925401057554E-04  8.32606368615728060E-04  8.45842455520689823E-04
+  8.59287394763896405E-04  8.72944444172636886E-04  8.86816911486003334E-04
+  9.00908155097798931E-04  9.15221584809975427E-04  9.29760662596612738E-04
+  9.44528903378760287E-04  9.59529875810244621E-04  9.74767203074550638E-04
+  9.90244563692924953E-04  1.00596569234385645E-03  1.02193438069415063E-03
+  1.03815447824161830E-03  1.05462989316944711E-03  1.07136459321261444E-03
+  1.08836260653642032E-03  1.10562802262727700E-03  1.12316499319591793E-03
+  1.14097773309318603E-03  1.15907052123865478E-03  1.17744770156205571E-03
+  1.19611368395761424E-03  1.21507294525169830E-03  1.23433003018385027E-03
+  1.25388955240135404E-03  1.27375619546750136E-03  1.29393471388374818E-03
+  1.31442993412606728E-03  1.33524675569532555E-03  1.35639015218194225E-03
+  1.37786517234522970E-03  1.39967694120745494E-03  1.42183066116282264E-03
+  1.44433161310155204E-03  1.46718515754922906E-03  1.49039673582182963E-03
+  1.51397187119607060E-03  1.53791617009551912E-03  1.56223532329282798E-03
+  1.58693510712817464E-03  1.61202138474406793E-03  1.63750010733672486E-03
+  1.66337731542426457E-03  1.68965914013210496E-03  1.71635180449507328E-03
+  1.74346162477684351E-03  1.77099501180708312E-03  1.79895847233633023E-03
+  1.82735861040879475E-03  1.85620212875332868E-03  1.88549583019280258E-03
+  1.91524661907236087E-03  1.94546150270578358E-03  1.97614759284091626E-03
+  2.00731210714442075E-03  2.03896237070589096E-03  2.07110581756156983E-03
+  2.10374999223785723E-03  2.13690255131496892E-03  2.17057126501121007E-03
+  2.20476401878676783E-03  2.23948881496844861E-03  2.27475377439542150E-03
+  2.31056713808604338E-03  2.34693726892600809E-03  2.38387265337802485E-03
+  2.42138190321349251E-03  2.45947375726648021E-03  2.49815708320880875E-03
+  2.53744087934797873E-03  2.57733427644783091E-03  2.61784653957212185E-03
+  2.65898706995119135E-03  2.70076540687192454E-03  2.74319122959169187E-03
+  2.78627435927626416E-03  2.83002476096044569E-03  2.87445254553350552E-03
+  2.91956797174920723E-03  2.96538144826051378E-03  3.01190353567922127E-03
+  3.05914494866075084E-03  3.10711655801491210E-03  3.15582939284230401E-03
+  3.20529464269500792E-03  3.25552365976419398E-03  3.30652796109408460E-03
+  3.35831923082244126E-03  3.41090932244782034E-03  3.46431026112380917E-03
+  3.51853424598139045E-03  3.57359365247834643E-03  3.62950103477469857E-03
+  3.68626912813704117E-03  3.74391085137104921E-03  3.80243930928234443E-03
+  3.86186779516589683E-03  3.92220979332421130E-03  3.98347898161591392E-03
+  4.04568923403244348E-03  4.10885462330257568E-03  4.17298942352781806E-03
+  4.23810811284771726E-03  4.30422537613521939E-03  4.37135610772233524E-03
+  4.43951541415635309E-03  4.50871861698857838E-03  4.57898125559206160E-03
+  4.65031909000887360E-03  4.72274810383016205E-03  4.79628450710766537E-03
+  4.87094473929695123E-03  4.94674547223249248E-03  5.02370361313497164E-03
+  5.10183630765327027E-03  5.18116094293564339E-03  5.26169515073236348E-03
+  5.34345681053270162E-03  5.42646405273488220E-03  5.51073526184905817E-03
+  5.59628907973350881E-03  5.68314440886462640E-03  5.77132041564355942E-03
+  5.86083653373155929E-03  5.95171246741874483E-03  6.04396819502852223E-03
+  6.13762397235602993E-03  6.23270033614078695E-03  6.32921810757355180E-03
+  6.42719839583834676E-03  6.52666260169275196E-03  6.62763242107575982E-03
+  6.73012984875074553E-03  6.83417718198512086E-03  6.93979702426474922E-03
+  7.04701228904310896E-03  7.15584620352539055E-03  7.26632231248893617E-03
+  7.37846448214291451E-03  7.49229690401337269E-03  7.60784409886532641E-03
+  7.72513092066172847E-03  7.84418256055739727E-03  7.96502455092791203E-03
+  8.08768276943343072E-03  8.21218344311974192E-03  8.33855315255868645E-03
+  8.46681883601085351E-03  8.59700779362685720E-03  8.72914769168495891E-03
+  8.86326656686332176E-03  8.99939283054662122E-03  9.13755527316681762E-03
+  9.27778306858195907E-03  9.42010577849291403E-03  9.56455335687830810E-03
+  9.71115615446917733E-03  9.85994492325868895E-03  1.00109508210450594E-02
+  1.01642054160073613E-02  1.03197406913140104E-02  1.04775890497697186E-02
+  1.06377833184966887E-02  1.08003567536294354E-02  1.09653430450494718E-02
+  1.11327763211527316E-02  1.13026911536477179E-02  1.14751225623840082E-02
+  1.16501060202107570E-02  1.18276774578738725E-02  1.20078732689410852E-02
+  1.21907303147348860E-02  1.23762859293048560E-02  1.25645779244289574E-02
+  1.27556445946417213E-02  1.29495247222888368E-02  1.31462575826079790E-02
+  1.33458829488480295E-02  1.35484410974059857E-02  1.37539728129657188E-02
+  1.39625193936740843E-02  1.41741226563405660E-02  1.43888249416585755E-02
+  1.46066691194474598E-02  1.48276985939153044E-02  1.50519573089597757E-02
+  1.52794897534714990E-02  1.55103409666328546E-02  1.57445565432504236E-02
+  1.59821826391036703E-02  1.62232659763079691E-02  1.64678538486907090E-02
+  1.67159941271813710E-02  1.69677352652382388E-02  1.72231263042566807E-02
+  1.74822168789666929E-02  1.77450572228579143E-02  1.80116981736112743E-02
+  1.82821911785354049E-02  1.85565883000062930E-02  1.88349422209124311E-02
+  1.91173062501337268E-02  1.94037343279743167E-02  1.96942810315787649E-02
+  1.99890015803666013E-02  2.02879518414613887E-02  2.05911883351122642E-02
+  2.08987682401062455E-02  2.12107493991756067E-02  2.15271903244348209E-02
+  2.18481502027347389E-02  2.21736889009958166E-02  2.25038669715467501E-02
+  2.28387456574426842E-02  2.31783868977602676E-02  2.35228533328677610E-02
+  2.38722083096792395E-02  2.42265158869295338E-02  2.45858408403218584E-02
+  2.49502486676510746E-02  2.53198055939151644E-02  2.56945785763876139E-02
+  2.60746353096479935E-02  2.64600442305681673E-02  2.68508745232702642E-02
+  2.72471961240915439E-02  2.76490797263684689E-02  2.80565967851938783E-02
+  2.84698195221406158E-02  2.88888209299235574E-02  2.93136747769967392E-02
+  2.97444556120827971E-02  3.01812387686626639E-02  3.06241003694481019E-02
+  3.10731173306130863E-02  3.15283673659963806E-02  3.19899289912429427E-02
+  3.24578815278569119E-02  3.29323051071626627E-02  3.34132806741698971E-02
+  3.39008899913888911E-02  3.43952156425911051E-02  3.48963410362631565E-02
+  3.54043504090287980E-02  3.59193288289770263E-02  3.64413621988701128E-02
+  3.69705372592269085E-02  3.75069415912778967E-02  3.80506636198637838E-02
+  3.86017926162208411E-02  3.91604187003941132E-02  3.97266328436124624E-02
+  4.03005268705311920E-02  4.08821934613172525E-02  4.14717261535721485E-02
+  4.20692193440892620E-02  4.26747682905520495E-02  4.32884691130357852E-02
+  4.39104187950731667E-02  4.45407151846719876E-02  4.51794569951556174E-02
+  4.58267438058033369E-02  4.64826760622844282E-02  4.71473550768848060E-02
+  4.78208830286782696E-02  4.85033629633857266E-02  4.91948987927402492E-02
+  4.98955952937905692E-02  5.06055581079753666E-02  5.13248937399480298E-02
+  5.20537095561461258E-02  5.27921137831076637E-02  5.35402155057418949E-02
+  5.42981246651330074E-02  5.50659520558060764E-02  5.58438093229082777E-02
+  5.66318089591033580E-02  5.74300643011617443E-02  5.82386895262384657E-02
+  5.90577996478514333E-02  5.98875105118299583E-02  6.07279387915946739E-02
+  6.15792019828761486E-02  6.24414183983162327E-02  6.33147071617187890E-02
+  6.41991882019339877E-02  6.50949822463681854E-02  6.60022108141496977E-02
+  6.69209962092812555E-02  6.78514615128741894E-02  6.87937305748228534E-02
+  6.97479280053185519E-02  7.07141791659416513E-02  7.16926101603203858E-02
+  7.26833478243468917E-02  7.36865197160093827E-02  7.47022541052274058E-02
+  7.57306799624629517E-02  7.67719269468099264E-02  7.78261253938636183E-02
+  7.88934063030943405E-02  7.99739013247137143E-02  8.10677427460241712E-02
+  8.21750634773598942E-02  8.32959970380324904E-02  8.44306775406964000E-02
+  8.55792396752711321E-02  8.67418186925680984E-02  8.79185503873431556E-02
+  8.91095710807642549E-02  9.03150176022830264E-02  9.15350272710980517E-02
+  9.27697378775899223E-02  9.40192876627870822E-02  9.52838152975021974E-02
+  9.65634598610864425E-02  9.78583608195270627E-02  9.91686580028801057E-02
+  1.00494491582025947E-01  1.01836002045052040E-01  1.03193330173517867E-01
+  1.04566617016347105E-01  1.05956003863540468E-01  1.07361632219406991E-01
+  1.08783643775057975E-01  1.10222180380152995E-01  1.11677384013888673E-01
+  1.13149396755706788E-01  1.14638360755694849E-01  1.16144418202240307E-01
+  1.17667711289676111E-01  1.19208382185341133E-01  1.20766572995824231E-01
+  1.22342425732381410E-01  1.23936082275518861E-01  1.25547684339456844E-01
+  1.27177373435971408E-01  1.28825290835172107E-01  1.30491577526460928E-01
+  1.32176374178803374E-01  1.33879821100108931E-01  1.35602058195711306E-01
+  1.37343224925953994E-01  1.39103460263898165E-01  1.40882902651933456E-01
+  1.42681689955108132E-01  1.44499959414839174E-01  1.46337847601839294E-01
+  1.48195490368090071E-01  1.50073022797853839E-01  1.51970579157753555E-01
+  1.53888292847310759E-01  1.55826296347719301E-01  1.57784721167264941E-01
+  1.59763697787328240E-01  1.61763355607522946E-01  1.63783822889834701E-01
+  1.65825226701755368E-01  1.67887692858490090E-01  1.69971345866055085E-01
+  1.72076308861723398E-01  1.74202703551238652E-01  1.76350650146809840E-01
+  1.78520267304182245E-01  1.80711672058690070E-01  1.82924979760287765E-01
+  1.85160304007723125E-01  1.87417756584119466E-01  1.89697447388788271E-01
+  1.91999484366174977E-01  1.94323973435764547E-01  1.96671018421044647E-01
+  1.99040720977464003E-01  2.01433180519388078E-01  2.03848494146356557E-01
+  2.06286756571341517E-01  2.08748060043880912E-01  2.11232494270999105E-01
+  2.13740146339248704E-01  2.16271100635832936E-01  2.18825438768784436E-01
+  2.21403239486207909E-01  2.24004578595111359E-01  2.26629528882854703E-01
+  2.29278160031914174E-01  2.31950538533412465E-01  2.34646727601898808E-01
+  2.37366787089299286E-01  2.40110773398036326E-01  2.42878739393337262E-01
+  2.45670734315594580E-01  2.48486803695903868E-01  2.51326989263233824E-01
+  2.54191328851659570E-01  2.57079856308955246E-01  2.59992601404518686E-01
+  2.62929589736643099E-01  2.65890842639167901E-01  2.68876377088877405E-01
+  2.71886205616465870E-01  2.74920336207445326E-01  2.77978772204710678E-01
+  2.81061512212563036E-01  2.84168550000301279E-01  2.87299874405417877E-01
+  2.90455469236432950E-01  2.93635313177466828E-01  2.96839379696427208E-01
+  3.00067636941644622E-01  3.03320047641962409E-01  3.06596569008399100E-01
+  3.09897152635697393E-01  3.13221744403802571E-01  3.16570284379322553E-01
+  3.19942706720063808E-01  3.23338939582689111E-01  3.26758905017761392E-01
+  3.30202518870117756E-01  3.33669690680969910E-01  3.37160323590278588E-01
+  3.40674314239456710E-01  3.44211552674476173E-01  3.47771922253742150E-01
+  3.51355299557913892E-01  3.54961554286653103E-01  3.58590549162555006E-01
+  3.62242139837000598E-01  3.65916174796726112E-01  3.69612495271170793E-01
+  3.73330935140733289E-01  3.77071320851801839E-01  3.80833471331764983E-01
+  3.84617197891231388E-01  3.88422304135159213E-01  3.92248585876123212E-01
+  3.96095831048771663E-01  3.99963819625535455E-01  4.03852323533829827E-01
+  4.07761106582256172E-01  4.11689924383958739E-01  4.15638524268341192E-01
+  4.19606645203158268E-01  4.23594017718965377E-01  4.27600363835222153E-01
+  4.31625396988115806E-01  4.35668821960533192E-01  4.39730334823329239E-01
+  4.43809622870092346E-01  4.47906364542354052E-01  4.52020229366254633E-01
+  4.56150877891772999E-01  4.60297961634044739E-01  4.64461123016819522E-01
+  4.68639995318819891E-01  4.72834202633554135E-01  4.77043359818305368E-01
+  4.81267072436586563E-01  4.85504936712660928E-01  4.89756539488834075E-01
+  4.94021458185225970E-01  4.98299260762077034E-01  5.02589505685844817E-01
+  5.06891741910559745E-01  5.11205508843735501E-01  5.15530336309630410E-01
+  5.19865744524728335E-01  5.24211244076254190E-01  5.28566335903589812E-01
+  5.32930511282658670E-01  5.37303251815246186E-01  5.41684029434861380E-01
+  5.46072306392787366E-01  5.50467535246104034E-01  5.54869158857767997E-01
+  5.59276610400176621E-01  5.63689313362228384E-01  5.68106681559973792E-01
+  5.72528119153774995E-01  5.76953020682678952E-01  5.81380771075577063E-01
+  5.85810745669488764E-01  5.90242310239664669E-01  5.94674821033995382E-01
+  5.99107624811842765E-01  6.03540058887447328E-01  6.07971451182013456E-01
+  6.12401120293009971E-01  6.16828375538499674E-01  6.21252517013930694E-01
+  6.25672835660674997E-01  6.30088613340152870E-01  6.34499122913696478E-01
+  6.38903628328373219E-01  6.43301384714270119E-01  6.47691638498154143E-01
+  6.52073627492475327E-01  6.56446581001759122E-01  6.60809719940927742E-01
+  6.65162256960742604E-01  6.69503396580525378E-01  6.73832335328381049E-01
+  6.78148261895941795E-01  6.82450357307536448E-01  6.86737795066953427E-01
+  6.91009741325408933E-01  6.95265355061620127E-01  6.99503788270345872E-01
+  7.03724186159504161E-01  7.07925687356026012E-01  7.12107424128891719E-01
+  7.16268522623269122E-01  7.20408103075850903E-01  7.24525280053462173E-01
+  7.28619162703497913E-01  7.32688855013441609E-01  7.36733456079507909E-01
+  7.40752060384485711E-01  7.44743758094193131E-01  7.48707635360399637E-01
+  7.52642774609218246E-01  7.56548254852739799E-01  7.60423152011336589E-01
+  7.64266539244641607E-01  7.68077487291101146E-01  7.71855064816158287E-01
+  7.75598338778626717E-01  7.79306374798026891E-01  7.82978237511985808E-01
+  7.86612990954549729E-01  7.90209698943079020E-01  7.93767425472308275E-01
+  7.97285235115344104E-01  8.00762193431664770E-01  8.04197367390580786E-01
+  8.07589825790408833E-01  8.10938639672221240E-01  8.14242882750013108E-01
+  8.17501631846581422E-01  8.20713967334128047E-01  8.23878973579255325E-01
+  8.26995739392401452E-01  8.30063358487433067E-01  8.33080929933542325E-01
+  8.36047558605495844E-01  8.38962355644015112E-01  8.41824438918468809E-01
+  8.44632933491174187E-01  8.47386972082909917E-01  8.50085695539474995E-01
+  8.52728253300519823E-01  8.55313803860841992E-01  8.57841515232085405E-01
+  8.60310565407096051E-01  8.62720142822922420E-01  8.65069446821934873E-01
+  8.67357688110631408E-01  8.69584089215274969E-01  8.71747884929735872E-01
+  8.73848322761027640E-01  8.75884663374387085E-01  8.77856181033152994E-01
+  8.79762164033632166E-01  8.81601915134513359E-01  8.83374751980400719E-01
+  8.85080007517056844E-01  8.86717030387608962E-01  8.88285185337523098E-01
+  8.89783853614366183E-01  8.91212433355031419E-01  8.92570339964566473E-01
+  8.93857006486215355E-01  8.95071883962299086E-01  8.96214441780541993E-01
+  8.97284167990721748E-01  8.98280569646641158E-01  8.99203173133823364E-01
+  9.00051524478721943E-01  9.00825189646679458E-01  9.01523754828323809E-01
+  9.02146826714104511E-01  9.02694032746560793E-01  9.03165021335396667E-01
+  9.03559462118063261E-01  9.03877046193245381E-01  9.04117486331905251E-01
+  9.04280517175009346E-01  9.04365895417736043E-01  9.04373399979974124E-01
+  9.04302832145046587E-01  9.04154015659856980E-01  9.03926796901047158E-01
+  9.03621044999146528E-01  9.03236651938500223E-01  9.02773532642809462E-01
+  9.02231625046225338E-01  9.01610890149857847E-01  9.00911312035155398E-01
+  9.00132897845948077E-01  8.99275677853682787E-01  8.98339705465677429E-01
+  8.97325057209497956E-01  8.96231832702993003E-01  8.95060154610068270E-01
+  8.93810168581892772E-01  8.92482043142248882E-01  8.91075969558648207E-01
+  8.89592161807293391E-01  8.88030856468041807E-01  8.86392312597702570E-01
+  8.84676811590122458E-01  8.82884657023277009E-01  8.81016174492457615E-01
+  8.79071711374411535E-01  8.77051636603981777E-01  8.74956340546400591E-01
+  8.72786234790249749E-01  8.70541751922392804E-01  8.68223345291766258E-01
+  8.65831488762345503E-01  8.63366676453113935E-01  8.60829422396663269E-01
+  8.58220260244813127E-01  8.55539743061809022E-01  8.52788443033747900E-01
+  8.49966951164473405E-01  8.47075876963064966E-01  8.44115848123313417E-01
+  8.41087510190858811E-01  8.37991526139097220E-01  8.34828576031068526E-01
+  8.31599356751507313E-01  8.28304581656032157E-01  8.24944980211543055E-01
+  8.21521297631303327E-01  8.18034294505119441E-01  8.14484746417079242E-01
+  8.10873443466294641E-01  8.07201189912684192E-01  8.03468803868129466E-01
+  7.99677116910714414E-01  7.95826973694609530E-01  7.91919231557737913E-01
+  7.87954760127563492E-01  7.83934440913201747E-01  7.79859166800255799E-01
+  7.75729841705063983E-01  7.71547380245352743E-01  7.67312707343886125E-01
+  7.63026757831493763E-01  7.58690476050620122E-01  7.54304815459672318E-01
+  7.49870738221039890E-01  7.45389214697968594E-01  7.40861223136145330E-01
+  7.36287749332280916E-01  7.31669786248065002E-01  7.27008333626263270E-01
+  7.22304397609477622E-01  7.17558990361761517E-01  7.12773129669882821E-01
+  7.07947838466191470E-01  7.03084144549018908E-01  6.98183080264046407E-01
+  6.93245682144124187E-01  6.88272990552943109E-01  6.83266049332779457E-01
+  6.78225905456385392E-01  6.73153608653361490E-01  6.68050210977060521E-01
+  6.62916766567380189E-01  6.57754331355154043E-01  6.52563962737102377E-01
+  6.47346719255384451E-01  6.42103660281847621E-01  6.36835845706940518E-01
+  6.31544335597417184E-01  6.26230189817908123E-01  6.20894467832912800E-01
+  6.15538228439368673E-01  6.10162529479720384E-01  6.04768427559591260E-01
+  5.99356977770061250E-01  5.93929233414353774E-01  5.88486245698213950E-01
+  5.83029063409047366E-01  5.77558732749067771E-01  5.72076297096282826E-01
+  5.66582796753377749E-01  5.61079268700639622E-01  5.55566746352867180E-01
+  5.50046259319760145E-01  5.44518833126739765E-01  5.38985488947437585E-01
+  5.33447243457671916E-01  5.27905108621113839E-01  5.22360091467962362E-01
+  5.16813193876764165E-01  5.11265412359296345E-01  5.05717737847552029E-01
+  5.00171155440646831E-01  4.94626644181520303E-01  4.89085176921088827E-01
+  4.83547720122629088E-01  4.78015233662443639E-01  4.72488670632687235E-01
+  4.66968977146285658E-01  4.61457092142472880E-01  4.55953947154925376E-01
+  4.50460466121233194E-01  4.44977565248152906E-01  4.39506152828452290E-01
+  4.34047129056008507E-01  4.28601385842252991E-01  4.23169806633917289E-01
+  4.17753266230165565E-01  4.12352630568243450E-01  4.06968756554529465E-01
+  4.01602491924985150E-01  3.96254675069756479E-01  3.90926134857219498E-01
+  3.85617690458914086E-01  3.80330151175387154E-01  3.75064316260814656E-01
+  3.69820974724894058E-01  3.64600905176738266E-01  3.59404875678951519E-01
+  3.54233643578245161E-01  3.49087955336398137E-01  3.43968546362141969E-01
+  3.38876140844058205E-01  3.33811451582637364E-01  3.28775179810450346E-01
+  3.23768015044125945E-01  3.18790634935300132E-01  3.13843705109371041E-01
+  3.08927879005529593E-01  3.04043797718293762E-01  2.99192089840688957E-01
+  2.94373371308292220E-01  2.89588245243164399E-01  2.84837301813908539E-01
+  2.80121118091398891E-01  2.75440257901827190E-01  2.70795271682175376E-01
+  2.66186696338265139E-01  2.61615055105574090E-01  2.57080857414190456E-01
+  2.52584598764927171E-01  2.48126760602145530E-01  2.43707810185981477E-01
+  2.39328200469322960E-01  2.34988369978633121E-01  2.30688742698769211E-01
+  2.26429727962033006E-01  2.22211720346464692E-01  2.18035099594263593E-01
+  2.13900230505974648E-01  2.09807462843311560E-01  2.05757131242015251E-01
+  2.01749555130130098E-01  1.97785038651872191E-01  1.93863870597314719E-01
+  1.89986324348455360E-01  1.86152657849993575E-01  1.82363113536124943E-01
+  1.78617918278486332E-01  1.74917283347509528E-01  1.71261404380692761E-01
+  1.67650461357997493E-01  1.64084618584547898E-01  1.60564024698899327E-01
+  1.57088812704326758E-01  1.53659099940179622E-01  1.50274988087921585E-01
+  1.46936563192263475E-01  1.43643895690441836E-01  1.40397040449791094E-01
+  1.37196036813898720E-01  1.34040908685094273E-01  1.30931664620960925E-01
+  1.27868297860663921E-01  1.24850786398548699E-01  1.21879093073066033E-01
+  1.18953165664537383E-01  1.16072937001824264E-01  1.13238325078524715E-01
+  1.10449233217116957E-01  1.07705550230566896E-01  1.05007150510452951E-01
+  1.02353894172401108E-01  9.97456272158268875E-02  9.71821816924906684E-02
+  9.46633758838308220E-02  9.21890144884566082E-02  8.97588888689457437E-02
+  8.73727772727219548E-02  8.50304449836075116E-02  8.27316445369902231E-02
+  8.04761159472331400E-02  7.82635869430545889E-02  7.60937732107359877E-02
+  7.39663786479132779E-02  7.18810956864432415E-02  6.98376055609175178E-02
+  6.78355785190897786E-02  6.58746740978364137E-02  6.39545414084860403E-02
+  6.20748194284644617E-02  6.02351372990154246E-02  5.84351146339127311E-02
+  5.66743619040155425E-02  5.49524807366710485E-02  5.32690641741564372E-02
+  5.16236969950738464E-02  5.00159560417174076E-02  4.84454105514126529E-02
+  4.69116224915123586E-02  4.54141469060333342E-02  4.39525323405593471E-02
+  4.25263211522348000E-02  4.11350497998088996E-02  3.97782491900307289E-02
+  3.84554450264226119E-02  3.71661581592219042E-02  3.59099049361323308E-02
+  3.46861975658683472E-02  3.34945445570345307E-02  3.23344510170604227E-02
+  3.12054189535057487E-02  3.01069476221098968E-02  2.90385338737487349E-02
+  2.79996724996061618E-02  2.69898565742046452E-02  2.60085778130802643E-02
+  2.50553269970278762E-02  2.41295942395167093E-02  2.32308692772815809E-02
+  2.23586417964413628E-02  2.15124017544768877E-02  2.06916396976661587E-02
+  1.98958470736652279E-02  1.91245165613720819E-02  1.83771424529698378E-02
+  1.76532208729906007E-02  1.69522500372097547E-02  1.62737305357912761E-02
+  1.56171656099038363E-02  1.49820614215530109E-02  1.43679273164003807E-02
+  1.37742761072071514E-02  1.32006243904085122E-02  1.26464927055281208E-02
+  1.21114057449157320E-02  1.15948925778466220E-02  1.10964868665053926E-02
+  1.06157270737071031E-02  1.01521566622794768E-02  9.70532431858366421E-03
+  9.27478418777371097E-03  8.86009596841020632E-03  8.46082506133550259E-03
+  8.07654272524828930E-03  7.70682622346043067E-03  7.35125896180223188E-03
+  7.00943061788371780E-03  6.68093729734511865E-03  6.36538168129828323E-03
+  6.06237305690091217E-03  5.77152740072727540E-03  5.49246746355971753E-03
+  5.22482284655516153E-03  4.96823006885988450E-03  4.72233262730301778E-03
+  4.48678108461861465E-03  4.26123313184615087E-03  4.04535356106369877E-03
+  3.83881428562429447E-03  3.64129435876315351E-03  3.45247998455601229E-03
+  3.27206452138776357E-03  3.09974847908923079E-03  2.93523954449325265E-03
+  2.77825256944602911E-03  2.62850949620072223E-03  2.48573932284923112E-03
+  2.34967806592380549E-03  2.22006871690059527E-03  2.09666119281986391E-03
+  1.97921228274100048E-03  1.86748562086056793E-03  1.76125161630444902E-03
+  1.66028734438410553E-03  1.56437646973677175E-03  1.47330916677447911E-03
+  1.38688203589763131E-03  1.30489801571073184E-03  1.22716629346205633E-03
+  1.15350223904136075E-03  1.08372729542141806E-03  1.01766884989731876E-03
+  9.55160129497460318E-04  8.96040094641268746E-04  8.40153330468864788E-04
+  7.87349936070008520E-04  7.37485414203191674E-04  6.90420580606509559E-04
+  6.46021433894764831E-04  6.04159020144508403E-04  5.64709315078545330E-04
+  5.27553105751259687E-04  4.92575871625457445E-04  4.59667665232878415E-04
+  4.28722995188248086E-04  3.99640724521674524E-04  3.72323936508335107E-04
+  3.46679803866846968E-04  3.22619470412440293E-04  3.00057933410486386E-04
+  2.78913926688468302E-04  2.59109804648246188E-04  2.40571429920385016E-04
+  2.23228072255478495E-04  2.07012282943124973E-04  1.91859776948028978E-04
+  1.77709323749520426E-04  1.64502639793916324E-04  1.52184282636377361E-04
+  1.40701546858862901E-04  1.30004364291340824E-04  1.20045211942507049E-04
+  1.10779003221898013E-04  1.02162988084734314E-04  9.41566592899237861E-05
+  8.67216607982399776E-05  7.98216983508916617E-05  7.34224522638668762E-05
+  6.74914946140710764E-05  6.19982113512136012E-05  5.69137142585682135E-05
+  5.22107611069725074E-05  4.78636801844554909E-05  4.38482971177150927E-05
+  4.01418639842146169E-05  3.67229907114033618E-05  3.35715805016984355E-05
+  3.06687682012203805E-05  2.79968533837541325E-05  2.55392400088699804E-05
+  2.32803792681879487E-05  2.12057145811065275E-05  1.93016287097254217E-05
+  1.75553929671766353E-05  1.59551197904183029E-05  1.44897170026748684E-05
+  1.31488399236417463E-05  1.19228482832786615E-05  1.08027654585924538E-05
+  9.78023953479267760E-06  8.84750614521076059E-06  7.99735305568379057E-06
+  7.22308733659193557E-06  6.51850350360522710E-06  5.87785122566232097E-06
+  5.29580629146371944E-06  4.76744323456581060E-06  4.28820938053136454E-06
+  3.85390026682838676E-06  3.46063640159877116E-06  3.10484186462782054E-06
+  2.78322348635483285E-06
+                              </PP_AEWFC.3>
+ <PP_AEWFC.4 type="real" size="  1489" l="1" columns="3">
+ -4.40090780872462083E-07 -4.47187229067977176E-07 -4.54398093874197357E-07
+ -4.61725219714853046E-07 -4.69170480738353544E-07 -4.76735781296635823E-07
+ -4.84423056431725454E-07 -4.92234272370132268E-07 -5.00171427025199336E-07
+ -5.08236550507545724E-07 -5.16431705643723404E-07 -5.24758988503225480E-07
+ -5.33220528933976077E-07 -5.41818491106442709E-07 -5.50555074066509185E-07
+ -5.59432512297243853E-07 -5.68453076289715099E-07 -5.77619073122991440E-07
+ -5.86932847053484393E-07 -5.96396780113768475E-07 -6.06013292721048061E-07
+ -6.15784844295415626E-07 -6.25713933888059447E-07 -6.35803100819584459E-07
+ -6.46054925328609095E-07 -6.56472029230793135E-07 -6.67057076588486278E-07
+ -6.77812774391142302E-07 -6.88741873246687682E-07 -6.99847168084018740E-07
+ -7.11131498866804784E-07 -7.22597751318776052E-07 -7.34248857660683671E-07
+ -7.46087797359123476E-07 -7.58117597887408235E-07 -7.70341335498682045E-07
+ -7.82762136011476789E-07 -7.95383175607910777E-07 -8.08207681644732641E-07
+ -8.21238933477407629E-07 -8.34480263297478811E-07 -8.47935056983386902E-07
+ -8.61606754964988931E-07 -8.75498853101986148E-07 -8.89614903576477794E-07
+ -9.03958515799884886E-07 -9.18533357334463408E-07 -9.33343154829639944E-07
+ -9.48391694973412210E-07 -9.63682825459055476E-07 -9.79220455967386653E-07
+ -9.95008559164821628E-07 -1.01105117171748895E-06 -1.02735239532167231E-06
+ -1.04391639775080508E-06 -1.06074741391932616E-06 -1.07784974696363901E-06
+ -1.09522776934045997E-06 -1.11288592394283474E-06 -1.13082872523410207E-06
+ -1.14906076040010607E-06 -1.16758669051992349E-06 -1.18641125175544606E-06
+ -1.20553925656005398E-06 -1.22497559490678065E-06 -1.24472523553617702E-06
+ -1.26479322722429755E-06 -1.28518470007101500E-06 -1.30590486680912307E-06
+ -1.32695902413441754E-06 -1.34835255405724050E-06 -1.37009092527567876E-06
+ -1.39217969457092542E-06 -1.41462450822499730E-06 -1.43743110346132194E-06
+ -1.46060530990842307E-06 -1.48415305108718295E-06 -1.50808034592199999E-06
+ -1.53239331027623842E-06 -1.55709815851237169E-06 -1.58220120507720461E-06
+ -1.60770886611257476E-06 -1.63362766109195536E-06 -1.65996421448335722E-06
+ -1.68672525743897347E-06 -1.71391762951196589E-06 -1.74154828040086743E-06
+ -1.76962427172201493E-06 -1.79815277881046019E-06 -1.82714109254984385E-06
+ -1.85659662123166527E-06 -1.88652689244443606E-06 -1.91693955499320832E-06
+ -1.94784238084992875E-06 -1.97924326713515424E-06 -2.01115023813160184E-06
+ -2.04357144733006384E-06 -2.07651517950818509E-06 -2.10998985284265522E-06
+ -2.14400402105534281E-06 -2.17856637559389279E-06 -2.21368574784737954E-06
+ -2.24937111139754680E-06 -2.28563158430621510E-06 -2.32247643143944403E-06
+ -2.35991506682902192E-06 -2.39795705607190741E-06 -2.43661211876819897E-06
+ -2.47589013099826969E-06 -2.51580112783970365E-06 -2.55635530592463828E-06
+ -2.59756302603819975E-06 -2.63943481575867710E-06 -2.68198137214007393E-06
+ -2.72521356443776340E-06 -2.76914243687791204E-06 -2.81377921147137567E-06
+ -2.85913529087277235E-06 -2.90522226128548347E-06 -2.95205189541329846E-06
+ -2.99963615545943365E-06 -3.04798719617372689E-06 -3.09711736794874335E-06
+ -3.14703921996560292E-06 -3.19776550339027934E-06 -3.24930917462125715E-06
+ -3.30168339858929374E-06 -3.35490155211015195E-06 -3.40897722729116839E-06
+ -3.46392423499248207E-06 -3.51975660834381564E-06 -3.57648860631773851E-06
+ -3.63413471736022586E-06 -3.69270966307952520E-06 -3.75222840199419883E-06
+ -3.81270613334132553E-06 -3.87415830094580041E-06 -3.93660059715172824E-06
+ -4.00004896681690630E-06 -4.06451961137138657E-06 -4.13002899294116666E-06
+ -4.19659383853800618E-06 -4.26423114431650495E-06 -4.33295817989944552E-06
+ -4.40279249277251087E-06 -4.47375191274954909E-06 -4.54585455650939023E-06
+ -4.61911883220548011E-06 -4.69356344414942699E-06 -4.76920739756965555E-06
+ -4.84607000344638869E-06 -4.92417088342418791E-06 -5.00352997480319235E-06
+ -5.08416753561048971E-06 -5.16610414975273286E-06 -5.24936073225138958E-06
+ -5.33395853456191893E-06 -5.41991914997825644E-06 -5.50726451912390602E-06
+ -5.59601693553105789E-06 -5.68619905130914747E-06 -5.77783388290426936E-06
+ -5.87094481695091130E-06 -5.96555561621744611E-06 -6.06169042564692164E-06
+ -6.15937377849469457E-06 -6.25863060256434707E-06 -6.35948622654357880E-06
+ -6.46196638644158958E-06 -6.56609723212963567E-06 -6.67190533398630824E-06
+ -6.77941768964934472E-06 -6.88866173087557339E-06 -6.99966533051070613E-06
+ -7.11245680957082949E-06 -7.22706494443727961E-06 -7.34351897416672285E-06
+ -7.46184860791847351E-06 -7.58208403250042060E-06 -7.70425592003620839E-06
+ -7.82839543575474187E-06 -7.95453424590487032E-06 -8.08270452579631593E-06
+ -8.21293896796978514E-06 -8.34527079049744263E-06 -8.47973374541669639E-06
+ -8.61636212729848821E-06 -8.75519078195324406E-06 -8.89625511527562429E-06
+ -9.03959110223132463E-06 -9.18523529598721900E-06 -9.33322483718809643E-06
+ -9.48359746338126471E-06 -9.63639151859252042E-06 -9.79164596305477800E-06
+ -9.94940038309281045E-06 -1.01096950011656228E-05 -1.02725706860700211E-05
+ -1.04380689633067371E-05 -1.06062320256129933E-05 -1.07771027436628499E-05
+ -1.09507246769393199E-05 -1.11271420847796264E-05 -1.13063999375977638E-05
+ -1.14885439282858206E-05 -1.16736204837981797E-05 -1.18616767769202521E-05
+ -1.20527607382259949E-05 -1.22469210682259090E-05 -1.24442072497096846E-05
+ -1.26446695602857516E-05 -1.28483590851213783E-05 -1.30553277298862432E-05
+ -1.32656282339028447E-05 -1.34793141835069807E-05 -1.36964400256216143E-05
+ -1.39170610815477049E-05 -1.41412335609750874E-05 -1.43690145762172160E-05
+ -1.46004621566732410E-05 -1.48356352635210214E-05 -1.50745938046446594E-05
+ -1.53173986498003984E-05 -1.55641116460246655E-05 -1.58147956332880618E-05
+ -1.60695144603991147E-05 -1.63283330011619101E-05 -1.65913171707916490E-05
+ -1.68585339425920380E-05 -1.71300513648987848E-05 -1.74059385782935499E-05
+ -1.76862658330923685E-05 -1.79711045071130714E-05 -1.82605271237261937E-05
+ -1.85546073701935500E-05 -1.88534201162994731E-05 -1.91570414332791232E-05
+ -1.94655486130484302E-05 -1.97790201877407662E-05 -2.00975359495550651E-05
+ -2.04211769709201873E-05 -2.07500256249807305E-05 -2.10841656064093639E-05
+ -2.14236819525507698E-05 -2.17686610649024431E-05 -2.21191907309377738E-05
+ -2.24753601462767545E-05 -2.28372599372099250E-05 -2.32049821835808486E-05
+ -2.35786204420332165E-05 -2.39582697696280603E-05 -2.43440267478369261E-05
+ -2.47359895069171417E-05 -2.51342577506750517E-05 -2.55389327816233364E-05
+ -2.59501175265390249E-05 -2.63679165624278399E-05 -2.67924361429019083E-05
+ -2.72237842249770310E-05 -2.76620704962963653E-05 -2.81074064027870543E-05
+ -2.85599051767567190E-05 -2.90196818654369817E-05 -2.94868533599805681E-05
+ -2.99615384249196294E-05 -3.04438577280922258E-05 -3.09339338710447006E-05
+ -3.14318914199170258E-05 -3.19378569368191148E-05 -3.24519590117058546E-05
+ -3.29743282947582265E-05 -3.35050975292791120E-05 -3.40444015851114185E-05
+ -3.45923774925870856E-05 -3.51491644770150275E-05 -3.57149039937168622E-05
+ -3.62897397636188426E-05 -3.68738178094086440E-05 -3.74672864922661751E-05
+ -3.80702965491772768E-05 -3.86830011308392463E-05 -3.93055558401680930E-05
+ -3.99381187714164312E-05 -4.05808505499119087E-05 -4.12339143724258959E-05
+ -4.18974760481820709E-05 -4.25717040405156140E-05 -4.32567695091924171E-05
+ -4.39528463533990214E-05 -4.46601112554141993E-05 -4.53787437249723866E-05
+ -4.61089261443292569E-05 -4.68508438140430669E-05 -4.76046849994785673E-05
+ -4.83706409780499199E-05 -4.91489060872093698E-05 -4.99396777731978401E-05
+ -5.07431566405646331E-05 -5.15595465024738347E-05 -5.23890544318035767E-05
+ -5.32318908130570195E-05 -5.40882693950915967E-05 -5.49584073446850464E-05
+ -5.58425253009456031E-05 -5.67408474305853422E-05 -5.76536014840645054E-05
+ -5.85810188526263763E-05 -5.95233346262300447E-05 -6.04807876524023907E-05
+ -6.14536205960160194E-05 -6.24420800000151263E-05 -6.34464163470968020E-05
+ -6.44668841223697866E-05 -6.55037418769985536E-05 -6.65572522928563315E-05
+ -6.76276822481945114E-05 -6.87153028843515872E-05 -6.98203896735114546E-05
+ -7.09432224875342570E-05 -7.20840856678676121E-05 -7.32432680965657164E-05
+ -7.44210632684230234E-05 -7.56177693642492884E-05 -7.68336893252950066E-05
+ -7.80691309288540495E-05 -7.93244068650529214E-05 -8.05998348148533728E-05
+ -8.18957375292790916E-05 -8.32124429098941198E-05 -8.45502840905431723E-05
+ -8.59095995203833771E-05 -8.72907330482176669E-05 -8.86940340081592325E-05
+ -9.01198573066389779E-05 -9.15685635107857106E-05 -9.30405189381904507E-05
+ -9.45360957480866689E-05 -9.60556720339582413E-05 -9.75996319176079472E-05
+ -9.91683656446976894E-05 -1.00762269681795160E-04 -1.02381746814938254E-04
+ -1.04027206249752329E-04 -1.05699063713132188E-04 -1.07397741556526161E-04
+ -1.09123668860833451E-04 -1.10877281542953490E-04 -1.12659022463999661E-04
+ -1.14469341539214639E-04 -1.16308695849603536E-04 -1.18177549755321091E-04
+ -1.20076375010828428E-04 -1.22005650881859635E-04 -1.23965864264214553E-04
+ -1.25957509804414694E-04 -1.27981090022244643E-04 -1.30037115435212416E-04
+ -1.32126104684956221E-04 -1.34248584665626222E-04 -1.36405090654274160E-04
+ -1.38596166443280788E-04 -1.40822364474852183E-04 -1.43084245977616884E-04
+ -1.45382381105356445E-04 -1.47717349077902389E-04 -1.50089738324231403E-04
+ -1.52500146627793315E-04 -1.54949181274105464E-04 -1.57437459200649176E-04
+ -1.59965607149103296E-04 -1.62534261819950119E-04 -1.65144070029491012E-04
+ -1.67795688869306909E-04 -1.70489785868204916E-04 -1.73227039156680773E-04
+ -1.76008137633943670E-04 -1.78833781137539702E-04 -1.81704680615613220E-04
+ -1.84621558301846479E-04 -1.87585147893119071E-04 -1.90596194729929789E-04
+ -1.93655455979618824E-04 -1.96763700822435186E-04 -1.99921710640492699E-04
+ -2.03130279209658962E-04 -2.06390212894421826E-04 -2.09702330845778134E-04
+ -2.13067465202189594E-04 -2.16486461293656567E-04 -2.19960177848951550E-04
+ -2.23489487206060219E-04 -2.27075275525882170E-04 -2.30718443009240439E-04
+ -2.34419904117248251E-04 -2.38180587795083819E-04 -2.42001437699225865E-04
+ -2.45883412428203802E-04 -2.49827485756910870E-04 -2.53834646874531950E-04
+ -2.57905900626150052E-04 -2.62042267758080664E-04 -2.66244785166989484E-04
+ -2.70514506152854457E-04 -2.74852500675826933E-04 -2.79259855617053625E-04
+ -2.83737675043513923E-04 -2.88287080476931407E-04 -2.92909211166828920E-04
+ -2.97605224367783841E-04 -3.02376295620947731E-04 -3.07223619039894509E-04
+ -3.12148407600861368E-04 -3.17151893437454498E-04 -3.22235328139869586E-04
+ -3.27399983058707003E-04 -3.32647149613449764E-04 -3.37978139605673114E-04
+ -3.43394285537053541E-04 -3.48896940932251400E-04 -3.54487480666741933E-04
+ -3.60167301299666636E-04 -3.65937821411768454E-04 -3.71800481948499268E-04
+ -3.77756746568372261E-04 -3.83808101996639781E-04 -3.89956058384373621E-04
+ -3.96202149673025071E-04 -4.02547933964552513E-04 -4.08994993897199494E-04
+ -4.15544937026986118E-04 -4.22199396215017014E-04 -4.28960030020694521E-04
+ -4.35828523100914122E-04 -4.42806586615333256E-04 -4.49895958637806033E-04
+ -4.57098404574075379E-04 -4.64415717585813610E-04 -4.71849719021083709E-04
+ -4.79402258851343330E-04 -4.87075216115077881E-04 -4.94870499368157729E-04
+ -5.02790047141021801E-04 -5.10835828402783393E-04 -5.19009843032368270E-04
+ -5.27314122296782808E-04 -5.35750729336590455E-04 -5.44321759658730623E-04
+ -5.53029341636790493E-04 -5.61875637018822657E-04 -5.70862841442821016E-04
+ -5.79993184959972144E-04 -5.89268932565801054E-04 -5.98692384739308073E-04
+ -6.08265877990201136E-04 -6.17991785414367034E-04 -6.27872517257697525E-04
+ -6.37910521488383722E-04 -6.48108284377799191E-04 -6.58468331090102436E-04
+ -6.68993226280697193E-04 -6.79685574703637187E-04 -6.90548021828119312E-04
+ -7.01583254464205656E-04 -7.12794001397909125E-04 -7.24183034035771260E-04
+ -7.35753167059064296E-04 -7.47507259087755384E-04 -7.59448213354409034E-04
+ -7.71578978388090466E-04 -7.83902548708446684E-04 -7.96421965530132799E-04
+ -8.09140317477718887E-04 -8.22060741311212827E-04 -8.35186422662366392E-04
+ -8.48520596781914644E-04 -8.62066549297918656E-04 -8.75827616985303588E-04
+ -8.89807188546780673E-04 -9.04008705405343603E-04 -9.18435662508481666E-04
+ -9.33091609144273584E-04 -9.47980149769529095E-04 -9.63104944850150051E-04
+ -9.78469711713920477E-04 -9.94078225415783497E-04 -1.00993431961583953E-03
+ -1.02604188747029267E-03 -1.04240488253547702E-03 -1.05902731968514525E-03
+ -1.07591327604121371E-03 -1.09306689191816515E-03 -1.11049237178131952E-03
+ -1.12819398521901292E-03 -1.14617606792901273E-03 -1.16444302271935312E-03
+ -1.18299932052376650E-03 -1.20184950143192035E-03 -1.22099817573465474E-03
+ -1.24045002498444760E-03 -1.26020980307133576E-03 -1.28028233731434745E-03
+ -1.30067252956877848E-03 -1.32138535734954970E-03 -1.34242587497083055E-03
+ -1.36379921470214231E-03 -1.38551058794116359E-03 -1.40756528640351868E-03
+ -1.42996868332975215E-03 -1.45272623470953251E-03 -1.47584348052352409E-03
+ -1.49932604600314600E-03 -1.52317964290840939E-03 -1.54741007082408785E-03
+ -1.57202321847447622E-03 -1.59702506505701313E-03 -1.62242168159500914E-03
+ -1.64821923230948700E-03 -1.67442397601068305E-03 -1.70104226750940140E-03
+ -1.72808055904845066E-03 -1.75554540175443230E-03 -1.78344344711015034E-03
+ -1.81178144844800046E-03 -1.84056626246450442E-03 -1.86980485075604144E-03
+ -1.89950428137638551E-03 -1.92967173041627910E-03 -1.96031448360525469E-03
+ -1.99143993793599386E-03 -2.02305560331154932E-03 -2.05516910421584594E-03
+ -2.08778818140751719E-03 -2.12092069363721287E-03 -2.15457461938909581E-03
+ -2.18875805864667244E-03 -2.22347923468325069E-03 -2.25874649587733860E-03
+ -2.29456831755330774E-03 -2.33095330384782730E-03 -2.36791018960202156E-03
+ -2.40544784227955666E-03 -2.44357526391145554E-03 -2.48230159306779682E-03
+ -2.52163610685658679E-03 -2.56158822295014322E-03 -2.60216750163937399E-03
+ -2.64338364791655029E-03 -2.68524651358624652E-03 -2.72776609940496989E-03
+ -2.77095255725025085E-03 -2.81481619231929410E-03 -2.85936746535759125E-03
+ -2.90461699491783177E-03 -2.95057555964947649E-03 -2.99725410061978895E-03
+ -3.04466372366564257E-03 -3.09281570177696212E-03 -3.14172147751253178E-03
+ -3.19139266544832571E-03 -3.24184105465868825E-03 -3.29307861123077483E-03
+ -3.34511748081273716E-03 -3.39796999119642597E-03 -3.45164865493365145E-03
+ -3.50616617198720899E-03 -3.56153543241744192E-03 -3.61776951910437435E-03
+ -3.67488171050581267E-03 -3.73288548345189399E-03 -3.79179451597656423E-03
+ -3.85162269018691399E-03 -3.91238409516886550E-03 -3.97409302993110159E-03
+ -4.03676400638773927E-03 -4.10041175237985372E-03 -4.16505121473630807E-03
+ -4.23069756237427937E-03 -4.29736618944018441E-03 -4.36507271849192503E-03
+ -4.43383300372032427E-03 -4.50366313421252714E-03 -4.57457943725752235E-03
+ -4.64659848169392872E-03 -4.71973708130051742E-03 -4.79401229822991153E-03
+ -4.86944144648633961E-03 -4.94604209544810026E-03 -5.02383207343235719E-03
+ -5.10282947130568081E-03 -5.18305264614016964E-03 -5.26452022491545428E-03
+ -5.34725110826698123E-03 -5.43126447428097375E-03 -5.51657978233737346E-03
+ -5.60321677700083461E-03 -5.69119549195724276E-03 -5.78053625399989335E-03
+ -5.87125968706489736E-03 -5.96338671631600672E-03 -6.05693857227935541E-03
+ -6.15193679502854928E-03 -6.24840323842173594E-03 -6.34636007438997996E-03
+ -6.44582979727430141E-03 -6.54683522821654287E-03 -6.64939951960297378E-03
+ -6.75354615956095215E-03 -6.85929897650912855E-03 -6.96668214376163462E-03
+ -7.07572018418846978E-03 -7.18643797492997480E-03 -7.29886075216342953E-03
+ -7.41301411592734660E-03 -7.52892403500211253E-03 -7.64661685184727952E-03
+ -7.76611928759588562E-03 -7.88745844710628426E-03 -8.01066182407465972E-03
+ -8.13575730620371904E-03 -8.26277318042700076E-03 -8.39173813819478129E-03
+ -8.52268128081970673E-03 -8.65563212488240467E-03 -8.79062060769758569E-03
+ -8.92767709284105621E-03 -9.06683237574161353E-03 -9.20811768933078000E-03
+ -9.35156470975150901E-03 -9.49720556213218617E-03 -9.64507282642336136E-03
+ -9.79519954329766823E-03 -9.94761922011320500E-03 -1.01023658369410949E-02
+ -1.02594738526620502E-02 -1.04189782111211247E-02 -1.05809143473451234E-02
+ -1.07453181938282974E-02 -1.09122261868836341E-02 -1.10816752730598291E-02
+ -1.12537029156242908E-02 -1.14283471011133141E-02 -1.16056463459550084E-02
+ -1.17856397031493535E-02 -1.19683667690146066E-02 -1.21538676900044273E-02
+ -1.23421831695925636E-02 -1.25333544752253643E-02 -1.27274234453420947E-02
+ -1.29244324964649885E-02 -1.31244246303650596E-02 -1.33274434412825413E-02
+ -1.35335331232168832E-02 -1.37427384772892507E-02 -1.39551049191738250E-02
+ -1.41706784865977715E-02 -1.43895058469102124E-02 -1.46116343047229882E-02
+ -1.48371118096288258E-02 -1.50659869639695847E-02 -1.52983090306775035E-02
+ -1.55341279411891249E-02 -1.57734943034280352E-02 -1.60164594098564095E-02
+ -1.62630752455952265E-02 -1.65133944966176539E-02 -1.67674705580197758E-02
+ -1.70253575423348624E-02 -1.72871102879233671E-02 -1.75527843674340780E-02
+ -1.78224360963330393E-02 -1.80961225414996811E-02 -1.83739015298896337E-02
+ -1.86558316572718146E-02 -1.89419722970395402E-02 -1.92323836090567239E-02
+ -1.95271265485813701E-02 -1.98262628752572945E-02 -2.01298551621702237E-02
+ -2.04379668049675320E-02 -2.07506620310412455E-02 -2.10680059087855719E-02
+ -2.13900643569204518E-02 -2.17169041538405640E-02 -2.20485929470412567E-02
+ -2.23851992626073644E-02 -2.27267925147608268E-02 -2.30734430154661864E-02
+ -2.34252219840932786E-02 -2.37822015571540826E-02 -2.41444547980921957E-02
+ -2.45120557070855859E-02 -2.48850792309244437E-02 -2.52636012729435463E-02
+ -2.56476987030049113E-02 -2.60374493675295943E-02 -2.64329320995782338E-02
+ -2.68342267290041792E-02 -2.72414140926380832E-02 -2.76545760444726757E-02
+ -2.80737954659175740E-02 -2.84991562760967057E-02 -2.89307434421844471E-02
+ -2.93686429897784575E-02 -2.98129420133092168E-02 -3.02637286865201360E-02
+ -3.07210922729479058E-02 -3.11851231363888363E-02 -3.16559127514265543E-02
+ -3.21335537139863722E-02 -3.26181397519125157E-02 -3.31097657355652747E-02
+ -3.36085276884398182E-02 -3.41145227978512516E-02 -3.46278494255765554E-02
+ -3.51486071184688303E-02 -3.56768966191187628E-02 -3.62128198765219525E-02
+ -3.67564800567481489E-02 -3.73079815536092388E-02 -3.78674299993299115E-02
+ -3.84349322752768757E-02 -3.90105965225881895E-02 -3.95945321527610417E-02
+ -4.01868498582663505E-02 -4.07876616231430608E-02 -4.13970807335677232E-02
+ -4.20152217883955556E-02 -4.26422007096811523E-02 -4.32781347532467872E-02
+ -4.39231425190757946E-02 -4.45773439616528183E-02 -4.52408604003028333E-02
+ -4.59138145294771052E-02 -4.65963304289806757E-02 -4.72885335741371829E-02
+ -4.79905508459085792E-02 -4.87025105410416118E-02 -4.94245423819480514E-02
+ -5.01567775265216106E-02 -5.08993485779160593E-02 -5.16523895942299499E-02
+ -5.24160360980920753E-02 -5.31904250861422317E-02 -5.39756950384384024E-02
+ -5.47719859278596871E-02 -5.55794392291327488E-02 -5.63981979277858106E-02
+ -5.72284065290165553E-02 -5.80702110664175833E-02 -5.89237591105525038E-02
+ -5.97891997773763798E-02 -6.06666837365551839E-02 -6.15563632197284188E-02
+ -6.24583920282708455E-02 -6.33729255409726244E-02 -6.43001207215735671E-02
+ -6.52401361260964430E-02 -6.61931319099716281E-02 -6.71592698349446904E-02
+ -6.81387132758571046E-02 -6.91316272272898130E-02 -7.01381783095702538E-02
+ -7.11585347746848812E-02 -7.21928665119748042E-02 -7.32413450535611549E-02
+ -7.43041435794899591E-02 -7.53814369225890568E-02 -7.64734015731780431E-02
+ -7.75802156835176809E-02 -7.87020590714851281E-02 -7.98391132241352969E-02
+ -8.09915613009605795E-02 -8.21595881367985503E-02 -8.33433802443764721E-02
+ -8.45431258164852650E-02 -8.57590147279927301E-02 -8.69912385374226882E-02
+ -8.82399904876233765E-02 -8.95054655062935689E-02 -9.07878602061090029E-02
+ -9.20873728844019274E-02 -9.34042035223806438E-02 -9.47385537838851127E-02
+ -9.60906270139790519E-02 -9.74606282368676163E-02 -9.88487641527785316E-02
+ -1.00255243134662594E-01 -1.01680275224379654E-01 -1.03124072128328248E-01
+ -1.04586847212505565E-01 -1.06068815497000882E-01 -1.07570193650332130E-01
+ -1.09091199982787934E-01 -1.10632054438632790E-01 -1.12192978588072159E-01
+ -1.13774195618575241E-01 -1.15375930325518336E-01 -1.16998409102131259E-01
+ -1.18641859928769869E-01 -1.20306512362048618E-01 -1.21992597522562446E-01
+ -1.23700348081408881E-01 -1.25429998246389562E-01 -1.27181783747425947E-01
+ -1.28955941821155384E-01 -1.30752711194689675E-01 -1.32572332068592896E-01
+ -1.34415046099735536E-01 -1.36281096382221772E-01 -1.38170727427101458E-01
+ -1.40084185141656437E-01 -1.42021716807739617E-01 -1.43983571059141807E-01
+ -1.45969997857963885E-01 -1.47981248470108795E-01 -1.50017575440661105E-01
+ -1.52079232566709410E-01 -1.54166474869005921E-01 -1.56279558563059362E-01
+ -1.58418741029110577E-01 -1.60584280780964317E-01 -1.62776437433654220E-01
+ -1.64995471670154964E-01 -1.67241645207959450E-01 -1.69515220762363417E-01
+ -1.71816462008716503E-01 -1.74145633543930034E-01 -1.76503000846683494E-01
+ -1.78888830236304475E-01 -1.81303388830295759E-01 -1.83746944500879972E-01
+ -1.86219765831315665E-01 -1.88722122068113146E-01 -1.91254283072411935E-01
+ -1.93816519270411547E-01 -1.96409101602303376E-01 -1.99032301469683953E-01
+ -2.01686390681419803E-01 -2.04371641398567200E-01 -2.07088326078850443E-01
+ -2.09836717416196722E-01 -2.12617088279696054E-01 -2.15429711651379113E-01
+ -2.18274860562297918E-01 -2.21152808026882919E-01 -2.24063826975553160E-01
+ -2.27008190186525238E-01 -2.29986170216763541E-01 -2.32998039327195122E-01
+ -2.36044069407648910E-01 -2.39124531900363729E-01 -2.42239697721597036E-01
+ -2.45389837181307552E-01 -2.48575219900891514E-01 -2.51796114730396092E-01
+ -2.55052789664198809E-01 -2.58345511750264156E-01 -2.61674546999455304E-01
+ -2.65040160293161797E-01 -2.68442615288827513E-01 -2.71882174323354597E-01
+ -2.75359098314387041E-01 -2.78873646661504382E-01 -2.82426077144876830E-01
+ -2.86016645817002313E-01 -2.89645606894844143E-01 -2.93313212650034572E-01
+ -2.97019713296796772E-01 -3.00765356877559342E-01 -3.04550389146317324E-01
+ -3.08375053452518311E-01 -3.12239590621011143E-01 -3.16144238824857593E-01
+ -3.20089233458892786E-01 -3.24074807011123622E-01 -3.28101188931687604E-01
+ -3.32168605499351677E-01 -3.36277279685697872E-01 -3.40427431020639992E-01
+ -3.44619275452148932E-01 -3.48853025199004962E-01 -3.53128888604628211E-01
+ -3.57447069988557298E-01 -3.61807769495374854E-01 -3.66211182941064695E-01
+ -3.70657501657117527E-01 -3.75146912336944083E-01 -3.79679596874161696E-01
+ -3.84255732194554112E-01 -3.88875490089395148E-01 -3.93539037046302442E-01
+ -3.98246534077481396E-01 -4.02998136545354546E-01 -4.07793993986179548E-01
+ -4.12634249937091746E-01 -4.17519041752189624E-01 -4.22448500413514172E-01
+ -4.27422750343638025E-01 -4.32441909215738884E-01 -4.37506087761096729E-01
+ -4.42615389574018636E-01 -4.47769910915238878E-01 -4.52969740519912623E-01
+ -4.58214959391385679E-01 -4.63505640591729606E-01 -4.68841849034060898E-01
+ -4.74223641272426999E-01 -4.79651065289244005E-01 -4.85124160280315297E-01
+ -4.90642956439165112E-01 -4.96207474747020649E-01 -5.01817726745021453E-01
+ -5.07473714305717527E-01 -5.13175429406477979E-01 -5.18922853900686709E-01
+ -5.24715959286747413E-01 -5.30554706474943072E-01 -5.36439045554923499E-01
+ -5.42368915569550358E-01 -5.48344244267377712E-01 -5.54364947857550083E-01
+ -5.60430930766714352E-01 -5.66542085394088457E-01 -5.72698291864744524E-01
+ -5.78899417781165493E-01 -5.85145317977340929E-01 -5.91435834279237960E-01
+ -5.97770795240678110E-01 -6.04150015885193348E-01 -6.10573297450023089E-01
+ -6.17040427128802027E-01 -6.23551177813011503E-01 -6.30105307832285355E-01
+ -6.36702560699895281E-01 -6.43342664863515767E-01 -6.50025333429019136E-01
+ -6.56750263893992825E-01 -6.63517137883611108E-01 -6.70325620885873663E-01
+ -6.77175361986308122E-01 -6.84065993602279598E-01 -6.90997131225864369E-01
+ -6.97968373169510548E-01 -7.04979300283556709E-01 -7.12029475687206759E-01
+ -7.19118444502160670E-01 -7.26245733586414755E-01 -7.33410851268341490E-01
+ -7.40613287081306915E-01 -7.47852511510936790E-01 -7.55127975741025859E-01
+ -7.62439111371647216E-01 -7.69785330154244107E-01 -7.77166023729737199E-01
+ -7.84580563367685113E-01 -7.92028299706611705E-01 -7.99508562495996777E-01
+ -8.07020660355513342E-01 -8.14563880526970596E-01 -8.22137488600601762E-01
+ -8.29740728261383564E-01 -8.37372821038773085E-01 -8.45032966058397950E-01
+ -8.52720339795828175E-01 -8.60434095833326862E-01 -8.68173364638702205E-01
+ -8.75937253329146515E-01 -8.83724845413554116E-01 -8.91535200557207475E-01
+ -8.99367354350303794E-01 -9.07220318079327459E-01 -9.15093078501380996E-01
+ -9.22984597623084491E-01 -9.30893812506280005E-01 -9.38819635049555123E-01
+ -9.46760951754432978E-01 -9.54716623515389884E-01 -9.62685485414207509E-01
+ -9.70666346518062051E-01 -9.78657989681478768E-01 -9.86659171354827946E-01
+ -9.94668621423782984E-01 -1.00268504301467920E+00 -1.01070711229270582E+00
+ -1.01873347828455141E+00 -1.02676276270608935E+00 -1.03479355979485010E+00
+ -1.04282443614745146E+00 -1.05085393056622234E+00 -1.05888055394004632E+00
+ -1.06690278908156477E+00 -1.07491909056716040E+00 -1.08292788460147271E+00
+ -1.09092756888816589E+00 -1.09891651250700217E+00 -1.10689305579746677E+00
+ -1.11485551025531771E+00 -1.12280215846550147E+00 -1.13073125398369445E+00
+ -1.13864102123200128E+00 -1.14652965541919616E+00 -1.15439532246930687E+00
+ -1.16223615895882926E+00 -1.17005027206294732E+00 -1.17783573951986331E+00
+ -1.18559060963232787E+00 -1.19331290121329436E+00 -1.20100060355783023E+00
+ -1.20865167644001015E+00 -1.21626405012128669E+00 -1.22383562537073010E+00
+ -1.23136427349765643E+00 -1.23884783640909002E+00 -1.24628412670345390E+00
+ -1.25367092770805844E+00 -1.26100599355447174E+00 -1.26828704927987612E+00
+ -1.27551179094367573E+00 -1.28267788575978159E+00 -1.28978297224510707E+00
+ -1.29682466040053379E+00 -1.30380053192457845E+00 -1.31070814037465921E+00
+ -1.31754501137588331E+00 -1.32430864285689598E+00 -1.33099650530450675E+00
+ -1.33760604203743516E+00 -1.34413466949962679E+00 -1.35057977759326686E+00
+ -1.35693873003775289E+00 -1.36320886468323388E+00 -1.36938749387802039E+00
+ -1.37547190486332038E+00 -1.38145936018898530E+00 -1.38734709815047919E+00
+ -1.39313233324742192E+00 -1.39881225668705200E+00 -1.40438403690370306E+00
+ -1.40984482004192113E+00 -1.41519173049572355E+00 -1.42042187147388876E+00
+ -1.42553232558666476E+00 -1.43052015545384337E+00 -1.43538240433464037E+00
+ -1.44011609680447794E+00 -1.44471823943556532E+00 -1.44918582145184294E+00
+ -1.45351581543786734E+00 -1.45770517807085631E+00 -1.46175085087266710E+00
+ -1.46564976098144539E+00 -1.46939882194360472E+00 -1.47299493455054420E+00
+ -1.47643498766706505E+00 -1.47971585904594760E+00 -1.48283441619004930E+00
+ -1.48578751723354729E+00 -1.48857201184018484E+00 -1.49118474211812124E+00
+ -1.49362254355233470E+00 -1.49588224597491459E+00 -1.49796067451847215E+00
+ -1.49985465056745571E+00 -1.50156099274715338E+00 -1.50307651792731733E+00
+ -1.50439804223910012E+00 -1.50552238210483180E+00 -1.50644635528166182E+00
+ -1.50716678193151821E+00 -1.50768048567299595E+00 -1.50798429464091854E+00
+ -1.50807504257169200E+00 -1.50794956989898354E+00 -1.50760472485899699E+00
+ -1.50703736460492133E+00 -1.50624435633090314E+00 -1.50522257840682827E+00
+ -1.50396892150473160E+00 -1.50248028973837067E+00 -1.50075360181644113E+00
+ -1.49878579220282537E+00 -1.49657381228353437E+00 -1.49411463154006863E+00
+ -1.49140523872739772E+00 -1.48844264304537988E+00 -1.48522387532454903E+00
+ -1.48174598922426304E+00 -1.47800606243425814E+00 -1.47400119788170980E+00
+ -1.46972852494379325E+00 -1.46518520066573488E+00 -1.46036841097789050E+00
+ -1.45527537189061063E+00 -1.44990333073917932E+00 -1.44424956743318988E+00
+ -1.43831139570307376E+00 -1.43208616435317571E+00 -1.42557125852175859E+00
+ -1.41876410094828920E+00 -1.41166215323314703E+00 -1.40426291706632300E+00
+ -1.39656393555180491E+00 -1.38856279452238596E+00 -1.38025712385097066E+00
+ -1.37164459877279654E+00 -1.36272294121942728E+00 -1.35348992116529732E+00
+ -1.34394335795870212E+00 -1.33408112162586545E+00 -1.32390113432016721E+00
+ -1.31340137174490290E+00 -1.30257986457821251E+00 -1.29143469991720283E+00
+ -1.27996402274267052E+00 -1.26816603740558786E+00 -1.25603900908865462E+00
+ -1.24358126526298518E+00 -1.23079119733621645E+00 -1.21766726225843258E+00
+ -1.20420798414221308E+00 -1.19041195591436622E+00 -1.17627784100126820E+00
+ -1.16180437504893463E+00 -1.14699036760813411E+00 -1.13183470385718765E+00
+ -1.11633634655268832E+00 -1.10049433792734930E+00 -1.08430780161954465E+00
+ -1.06777594465089765E+00 -1.05089805945431847E+00 -1.03367352595271966E+00
+ -1.01610181359331730E+00 -9.98182483481871330E-01 -9.79915190766663335E-01
+ -9.61299686966700428E-01 -9.42335822353303265E-01 -9.23023548399061977E-01
+ -9.03362920296803984E-01 -8.83354099546575289E-01 -8.62997356490629808E-01
+ -8.42293073026166295E-01 -8.21241745571874571E-01 -7.99843987984774740E-01
+ -7.78100534553918144E-01 -7.56012243081833790E-01 -7.33580098056376695E-01
+ -7.10805213906836153E-01 -6.87688838203046493E-01 -6.64232355118312245E-01
+ -6.40437289131731147E-01 -6.16305308694522491E-01 -5.91838229995161003E-01
+ -5.67038020830908485E-01 -5.41906804587946267E-01 -5.16446864317261833E-01
+ -4.90660646750518570E-01 -4.64550766664785508E-01 -4.38120011454233516E-01
+ -4.11371345683266831E-01 -3.84307915754486584E-01 -3.56933054695993068E-01
+ -3.29250287068778735E-01 -3.01263333971917291E-01 -2.72976117983638633E-01
+ -2.44392768525330206E-01 -2.15517627382808885E-01 -1.86355254223111888E-01
+ -1.56910432230862790E-01 -1.27188173865276200E-01 -9.71937267366390079E-02
+ -6.69325795659406475E-02 -3.64104680697051111E-02 -5.63338132185689511E-03
+  2.53924317957420556E-02  5.66604561457960745E-02  8.81639037822828930E-02
+  1.19895707294131709E-01  1.51848513050004075E-01  1.84014674400436118E-01
+  2.16386244980637743E-01  2.48954971509430800E-01  2.81712286592315619E-01
+  3.14649301550468108E-01  3.47756799185340804E-01  3.81025226486161439E-01
+  4.14444687288752833E-01  4.48004934971213242E-01  4.81695365301094247E-01
+  5.15505008785125951E-01  5.49422523150693620E-01  5.83436185913973171E-01
+  6.17533886963784306E-01  6.51703121174220912E-01  6.85930981060455358E-01
+  7.20204149607569843E-01  7.54508893335143149E-01  7.88831054910855034E-01
+  8.23156046073977854E-01  8.57468840758879081E-01  8.91753968366264971E-01
+  9.25995507202667434E-01  9.60177078110666882E-01  9.94281838487111380E-01
+  1.02829247666022150E+00  1.06219120590974625E+00  1.09595975904701293E+00
+  1.12957938337570662E+00  1.16303083599876089E+00  1.19629437950117268E+00
+  1.22934977804249268E+00  1.26217629415716925E+00  1.29475268607219873E+00
+  1.32705720482245626E+00  1.35906759227045315E+00  1.39076107976792152E+00
+  1.42211438744217133E+00  1.45310372414794897E+00  1.48370478813445028E+00
+  1.51389276887208180E+00  1.54364234957151258E+00  1.57292770973773610E+00
+  1.60172252908417034E+00  1.62999999243900162E+00  1.65773279564482312E+00
+  1.68489315250374361E+00  1.71145280284080026E+00  1.73738302233181718E+00
+  1.76265463317635063E+00  1.78723801515576008E+00  1.81110311861961959E+00
+  1.83421947890330683E+00  1.85655623219562260E+00  1.87808213291874004E+00
+  1.89876557272806856E+00  1.91857460203393360E+00  1.93747695243849805E+00
+  1.95544006005023441E+00  1.97243109138268147E+00  1.98841697119154937E+00
+  2.00336441228373019E+00  2.01723994736556733E+00  2.03000996309050885E+00
+  2.04164073749614117E+00  2.05209847826261083E+00  2.06134936249428247E+00
+  2.06935957976222173E+00  2.07609537760612772E+00  2.08152310953497510E+00
+  2.08560928558779501E+00  2.08832062569220245E+00  2.08962411727468078E+00
+  2.08948707333858152E+00  2.08787719282507878E+00  2.08476262480436159E+00
+  2.08011203555302959E+00  2.07389467854387366E+00  2.06608046738373696E+00
+  2.05664005204423761E+00  2.04554489997756184E+00  2.03276737698835097E+00
+  2.01828083112608381E+00  2.00205968066241802E+00  1.98407950510019604E+00
+  1.96431713919524453E+00  1.94275076996905827E+00  1.91936003718781079E+00
+  1.89412613876735891E+00  1.86703193478119922E+00  1.83806205491311858E+00
+  1.80720300963223002E+00  1.77444330397467298E+00  1.73977355382053900E+00
+  1.70318660454077353E+00  1.66467765260920464E+00  1.62424437108267905E+00
+  1.58188703203529624E+00  1.53760863204999576E+00  1.49141502005361537E+00
+  1.44331502636048703E+00  1.39332059266009956E+00  1.34144690266152566E+00
+  1.28771251400477715E+00  1.23213949130130418E+00  1.17475353395591742E+00
+  1.11558410513478368E+00  1.05466456021483368E+00  9.92032273580119583E-01
+  9.27728763283917179E-01  8.61799813065251552E-01  7.94295592033094966E-01
+  7.25270770616313065E-01  6.54784628532830926E-01  5.82901159667077451E-01
+  5.09689171629477134E-01  4.35222378847976599E-01  3.59579488503194766E-01
+  2.82844278402138327E-01  2.05105666279219112E-01  1.26457768948934623E-01
+  4.69999463367434048E-02 -3.31631486278276613E-02 -1.13921590450537041E-01
+ -1.95160037120332863E-01 -2.76758053151801409E-01 -3.58589615363118064E-01
+ -4.40522913059045784E-01 -5.22426885899051840E-01 -6.04135732489597954E-01
+ -6.85593304812271764E-01 -7.66361328282927023E-01 -8.47049219031801193E-01
+ -9.25952862152607969E-01 -1.00410738712734116E+00 -1.08971450640581180E+00
+ -1.12212037957392963E+00 -1.37271253607077592E+00 -7.31606711447663760E-01
+  1.37623828319310137E-01 -2.96940877365943351E-02  3.42016095913689772E-03
+  1.15590387332009095E-03 -1.04795266737625235E-03  4.90135828839440924E-04
+ -1.79688904372228044E-04  5.59915844029460725E-05 -1.48810531523298397E-05
+  3.11946540186113955E-06 -3.12391408181028443E-07 -1.50673050372309585E-07
+  1.21933483983087207E-07 -5.53974829589589920E-08  1.99812652865237411E-08
+ -6.14261341333683154E-09  1.60623211399002070E-09 -3.26292553660059871E-10
+  2.71472331822343224E-11  1.91771283989119071E-11 -1.41341649856547229E-11
+  6.25038535633315057E-12 -2.21914401420006262E-12  6.73038845049126296E-13
+ -1.73051303610310485E-13  3.39629851642833950E-14 -2.17114268049997366E-15
+ -2.39692692659886628E-15  1.63278849530447992E-15 -7.04044660036543732E-16
+  2.46159150411990739E-16 -7.36501314656332916E-17  1.86073564141785700E-17
+ -3.51539912586138414E-18  1.46840298787065326E-19  2.95337684621856755E-19
+ -1.88030136620305510E-19  7.91771939678152473E-20 -2.72721997294028174E-20
+  8.04898937810196397E-21 -1.99655825230029197E-21  3.61523800518790923E-22
+ -5.77947562642799523E-24 -3.59708843281864011E-23  2.15908777245477635E-23
+ -8.89064080171042839E-24  3.01788194075816749E-24 -8.78475180203912932E-25
+  2.13748390195859462E-25 -3.68989660632492051E-26 -5.33044736195689353E-28
+  4.33921119750108156E-27 -2.47258645721145791E-27  9.96833772024702765E-28
+ -3.33553085585409235E-28  9.57461993393199479E-29 -2.28283015755008465E-29
+  3.73238466005826000E-30  1.90076113356197594E-31 -5.19212904017683740E-31
+  2.82456776060757923E-31 -1.11606674263276464E-31  3.68221901363574852E-32
+ -1.04207404459850376E-32  2.43169423582192045E-33 -3.73447786444103235E-34
+ -3.56450880852090362E-35  6.16958034354003176E-35 -3.21916072446146853E-35
+  1.24782579994942885E-35 -4.06009369565680748E-36  1.13250181312245106E-36
+ -2.58291275232938995E-37  3.68653321782748886E-38  5.56842029976112551E-39
+ -7.28678806194586080E-39  3.66088180505002268E-39 -1.39325481352324176E-39
+  4.47139116122199185E-40 -1.22890337607357185E-40  2.73501535900000088E-41
+ -3.57727909861288221E-42 -7.96206384691715261E-43  8.56060043163670988E-43
+ -4.15466519601706215E-43  1.55358256664434156E-43 -4.91842806552201969E-44
+  1.33139468125417020E-44 -2.88617142776985226E-45  3.39357683423078995E-46
+  1.08010271678958988E-46 -1.00096429374232574E-46  4.70589474328718968E-47
+ -1.73012639957179028E-47  5.40358981146231204E-48 -1.44003807697366381E-48
+  3.03412882882060372E-49 -3.12015009865041990E-50 -1.41475563266778333E-50
+  1.16544821731220735E-50 -5.32043740908569455E-51  1.92429554774474972E-51
+ -5.92931526613370170E-52  1.55482883682380843E-52 -3.17614372923181964E-53
+  2.73927802624377381E-54  1.80712540935246943E-54 -1.35178022287509079E-54
+  6.00467821233534926E-55 -2.13759406036481829E-55  6.49807718612299324E-56
+ -1.67567938157071631E-56  3.30890020002806702E-57 -2.23044742458605754E-58
+ -2.26498424489429091E-58  1.56245942224463050E-58 -6.76555653679922148E-59
+  2.37162316329665728E-59 -7.11235759712491822E-60  1.80240085985430384E-60
+ -3.42841826462151228E-61  1.56995890290409715E-62  2.79699941338157601E-62
+ -1.80023595702848039E-62  7.61060365529690673E-63 -2.62808290554189534E-63
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00
+                              </PP_AEWFC.4>
+ <PP_PSWFC.1 type="real" size="  1489" l="0" columns="3">
+ -2.06904040318434731E-04 -2.08565911233742752E-04 -2.10241130437666509E-04
+ -2.11929805144785177E-04 -2.13632043430834155E-04 -2.15347954239622036E-04
+ -2.17077647390002916E-04 -2.18821233582904901E-04 -2.20578824408415071E-04
+ -2.22350532352921088E-04 -2.24136470806310384E-04 -2.25936754069227348E-04
+ -2.27751497360388356E-04 -2.29580816823955812E-04 -2.31424829536971570E-04
+ -2.33283653516849776E-04 -2.35157407728929881E-04 -2.37046212094090670E-04
+ -2.38950187496425132E-04 -2.40869455790976983E-04 -2.42804139811539599E-04
+ -2.44754363378517185E-04 -2.46720251306849485E-04 -2.48701929413999744E-04
+ -2.50699524528007461E-04 -2.52713164495604750E-04 -2.54742978190399363E-04
+ -2.56789095521121880E-04 -2.58851647439940411E-04 -2.60930765950841094E-04
+ -2.63026584118076904E-04 -2.65139236074683413E-04 -2.67268857031063389E-04
+ -2.69415583283640308E-04 -2.71579552223581461E-04 -2.73760902345590779E-04
+ -2.75959773256772732E-04 -2.78176305685567070E-04 -2.80410641490755677E-04
+ -2.82662923670540917E-04 -2.84933296371698576E-04 -2.87221904898802313E-04
+ -2.89528895723523616E-04 -2.91854416494006250E-04 -2.94198616044315025E-04
+ -2.96561644403961868E-04 -2.98943652807507460E-04 -3.01344793704240292E-04
+ -3.03765220767933288E-04 -3.06205088906679314E-04 -3.08664554272805060E-04
+ -3.11143774272864626E-04 -3.13642907577713873E-04 -3.16162114132665381E-04
+ -3.18701555167724573E-04 -3.21261393207908927E-04 -3.23841792083649326E-04
+ -3.26442916941275217E-04 -3.29064934253584169E-04 -3.31708011830495733E-04
+ -3.34372318829791767E-04 -3.37058025767941977E-04 -3.39765304531018794E-04
+ -3.42494328385694116E-04 -3.45245271990333351E-04 -3.48018311406169095E-04
+ -3.50813624108573040E-04 -3.53631388998410282E-04 -3.56471786413493431E-04
+ -3.59334998140119601E-04 -3.62221207424709272E-04 -3.65130598985529602E-04
+ -3.68063359024521284E-04 -3.71019675239209863E-04 -3.73999736834723737E-04
+ -3.77003734535899873E-04 -3.80031860599491214E-04 -3.83084308826471185E-04
+ -3.86161274574437017E-04 -3.89262954770112121E-04 -3.92389547921949931E-04
+ -3.95541254132838376E-04 -3.98718275112906035E-04 -4.01920814192431954E-04
+ -4.05149076334858783E-04 -4.08403268149910045E-04 -4.11683597906813505E-04
+ -4.14990275547630350E-04 -4.18323512700691322E-04 -4.21683522694141016E-04
+ -4.25070520569590412E-04 -4.28484723095880291E-04 -4.31926348782954135E-04
+ -4.35395617895842065E-04 -4.38892752468758932E-04 -4.42417976319313389E-04
+ -4.45971515062832909E-04 -4.49553596126802757E-04 -4.53164448765421403E-04
+ -4.56804304074273084E-04 -4.60473395005116758E-04 -4.64171956380796536E-04
+ -4.67900224910269380E-04 -4.71658439203754166E-04 -4.75446839788003434E-04
+ -4.79265669121696676E-04 -4.83115171610957431E-04 -4.86995593624995672E-04
+ -4.90907183511874812E-04 -4.94850191614406329E-04 -4.98824870286171613E-04
+ -5.02831473907672461E-04 -5.06870258902610915E-04 -5.10941483754301373E-04
+ -5.15045409022212258E-04 -5.19182297358641918E-04 -5.23352413525529181E-04
+ -5.27556024411397480E-04 -5.31793399048434835E-04 -5.36064808629713478E-04
+ -5.40370526526544564E-04 -5.44710828305974273E-04 -5.49085991748420521E-04
+ -5.53496296865450192E-04 -5.57942025917700026E-04 -5.62423463432941049E-04
+ -5.66940896224288186E-04 -5.71494613408556236E-04 -5.76084906424763408E-04
+ -5.80712069052782744E-04 -5.85376397432144460E-04 -5.90078190080988016E-04
+ -5.94817747915167821E-04 -5.99595374267511481E-04 -6.04411374907232765E-04
+ -6.09266058059500476E-04 -6.14159734425164861E-04 -6.19092717200642531E-04
+ -6.24065322097960753E-04 -6.29077867364961994E-04 -6.34130673805673151E-04
+ -6.39224064800835031E-04 -6.44358366328599656E-04 -6.49533906985392379E-04
+ -6.54751018006941281E-04 -6.60010033289476906E-04 -6.65311289411100689E-04
+ -6.70655125653325888E-04 -6.76041884022791223E-04 -6.81471909273149187E-04
+ -6.86945548927129449E-04 -6.92463153298781371E-04 -6.98025075515892272E-04
+ -7.03631671542587407E-04 -7.09283300202112632E-04 -7.14980323199797588E-04
+ -7.20723105146204614E-04 -7.26512013580464023E-04 -7.32347418993795443E-04
+ -7.38229694853219311E-04 -7.44159217625458549E-04 -7.50136366801031919E-04
+ -7.56161524918540478E-04 -7.62235077589150487E-04 -7.68357413521270722E-04
+ -7.74528924545431121E-04 -7.80750005639358098E-04 -7.87021054953253481E-04
+ -7.93342473835274343E-04 -7.99714666857220466E-04 -8.06138041840425519E-04
+ -8.12613009881856842E-04 -8.19139985380425563E-04 -8.25719386063507267E-04
+ -8.32351633013675928E-04 -8.39037150695653164E-04 -8.45776366983471404E-04
+ -8.52569713187862461E-04 -8.59417624083851236E-04 -8.66320537938592393E-04
+ -8.73278896539406526E-04 -8.80293145222066560E-04 -8.87363732899285160E-04
+ -8.94491112089458237E-04 -9.01675738945611192E-04 -9.08918073284605585E-04
+ -9.16218578616553219E-04 -9.23577722174494112E-04 -9.30995974944283941E-04
+ -9.38473811694749498E-04 -9.46011711008061312E-04 -9.53610155310373638E-04
+ -9.61269630902685619E-04 -9.68990627991977733E-04 -9.76773640722570060E-04
+ -9.84619167207760387E-04 -9.92527709561687827E-04 -1.00049977393148115E-03
+ -1.00853587052963782E-03 -1.01663651366669036E-03 -1.02480222178410584E-03
+ -1.03303351748747999E-03 -1.04133092757996795E-03 -1.04969498309601355E-03
+ -1.05812621933531852E-03 -1.06662517589711575E-03 -1.07519239671468756E-03
+ -1.08382843009019003E-03 -1.09253382872972820E-03 -1.10130914977874298E-03
+ -1.11015495485765510E-03 -1.11907181009781188E-03 -1.12806028617771842E-03
+ -1.13712095835955722E-03 -1.14625440652600620E-03 -1.15546121521734589E-03
+ -1.16474197366887204E-03 -1.17409727584860115E-03 -1.18352772049528428E-03
+ -1.19303391115672432E-03 -1.20261645622840108E-03 -1.21227596899240635E-03
+ -1.22201306765669197E-03 -1.23182837539463175E-03 -1.24172252038490466E-03
+ -1.25169613585169367E-03 -1.26174986010521139E-03 -1.27188433658254854E-03
+ -1.28210021388885150E-03 -1.29239814583883075E-03 -1.30277879149860308E-03
+ -1.31324281522786747E-03 -1.32379088672242295E-03 -1.33442368105702561E-03
+ -1.34514187872859054E-03 -1.35594616569974040E-03 -1.36683723344270427E-03
+ -1.37781577898356917E-03 -1.38888250494688587E-03 -1.40003811960063467E-03
+ -1.41128333690154826E-03 -1.42261887654080549E-03 -1.43404546399008605E-03
+ -1.44556383054799623E-03 -1.45717471338686943E-03 -1.46887885559994209E-03
+ -1.48067700624890538E-03 -1.49256992041184441E-03 -1.50455835923155577E-03
+ -1.51664308996425829E-03 -1.52882488602869358E-03 -1.54110452705561850E-03
+ -1.55348279893769868E-03 -1.56596049387980113E-03 -1.57853841044968812E-03
+ -1.59121735362912449E-03 -1.60399813486538745E-03 -1.61688157212319769E-03
+ -1.62986848993706057E-03 -1.64295971946403288E-03 -1.65615609853691169E-03
+ -1.66945847171784834E-03 -1.68286769035239634E-03 -1.69638461262398951E-03
+ -1.71001010360886160E-03 -1.72374503533140409E-03 -1.73759028681996861E-03
+ -1.75154674416311816E-03 -1.76561530056633343E-03 -1.77979685640916596E-03
+ -1.79409231930285646E-03 -1.80850260414841947E-03 -1.82302863319518246E-03
+ -1.83767133609980785E-03 -1.85243164998577991E-03 -1.86731051950337376E-03
+ -1.88230889689010479E-03 -1.89742774203166390E-03 -1.91266802252333993E-03
+ -1.92803071373193755E-03 -1.94351679885819330E-03 -1.95912726899968945E-03
+ -1.97486312321427460E-03 -1.99072536858399410E-03 -2.00671502027953462E-03
+ -2.02283310162518172E-03 -2.03908064416430260E-03 -2.05545868772535976E-03
+ -2.07196828048844019E-03 -2.08861047905233368E-03 -2.10538634850214500E-03
+ -2.12229696247743377E-03 -2.13934340324093948E-03 -2.15652676174780695E-03
+ -2.17384813771542059E-03 -2.19130863969374578E-03 -2.20890938513629200E-03
+ -2.22665150047158568E-03 -2.24453612117527998E-03 -2.26256439184277600E-03
+ -2.28073746626249749E-03 -2.29905650748968250E-03 -2.31752268792083903E-03
+ -2.33613718936872845E-03 -2.35490120313801591E-03 -2.37381593010146811E-03
+ -2.39288258077682359E-03 -2.41210237540421179E-03 -2.43147654402426847E-03
+ -2.45100632655680323E-03 -2.47069297288017272E-03 -2.49053774291121315E-03
+ -2.51054190668589718E-03 -2.53070674444055540E-03 -2.55103354669382635E-03
+ -2.57152361432919736E-03 -2.59217825867826901E-03 -2.61299880160462432E-03
+ -2.63398657558844632E-03 -2.65514292381172469E-03 -2.67646920024424383E-03
+ -2.69796676973017109E-03 -2.71963700807541751E-03 -2.74148130213562298E-03
+ -2.76350104990493719E-03 -2.78569766060541256E-03 -2.80807255477721375E-03
+ -2.83062716436946124E-03 -2.85336293283188804E-03 -2.87628131520714821E-03
+ -2.89938377822395029E-03 -2.92267180039085641E-03 -2.94614687209091529E-03
+ -2.96981049567697280E-03 -2.99366418556782721E-03 -3.01770946834507793E-03
+ -3.04194788285083685E-03 -3.06638098028612621E-03 -3.09101032431016937E-03
+ -3.11583749114038031E-03 -3.14086406965324427E-03 -3.16609166148592441E-03
+ -3.19152188113876970E-03 -3.21715635607855389E-03 -3.24299672684263745E-03
+ -3.26904464714386977E-03 -3.29530178397643026E-03 -3.32176981772242235E-03
+ -3.34845044225941550E-03 -3.37534536506875872E-03 -3.40245630734485735E-03
+ -3.42978500410522818E-03 -3.45733320430153699E-03 -3.48510267093144182E-03
+ -3.51309518115138766E-03 -3.54131252639027817E-03 -3.56975651246407930E-03
+ -3.59842895969132584E-03 -3.62733170300955999E-03 -3.65646659209271224E-03
+ -3.68583549146941176E-03 -3.71544028064224943E-03 -3.74528285420800333E-03
+ -3.77536512197882345E-03 -3.80568900910438967E-03 -3.83625645619504888E-03
+ -3.86706941944593924E-03 -3.89812987076211363E-03 -3.92943979788466444E-03
+ -3.96100120451785883E-03 -3.99281611045729581E-03 -4.02488655171908977E-03
+ -4.05721458067008663E-03 -4.08980226615913642E-03 -4.12265169364940589E-03
+ -4.15576496535175442E-03 -4.18914420035918465E-03 -4.22279153478237121E-03
+ -4.25670912188626672E-03 -4.29089913222781803E-03 -4.32536375379477360E-03
+ -4.36010519214560712E-03 -4.39512567055057486E-03 -4.43042743013388144E-03
+ -4.46601273001700789E-03 -4.50188384746317682E-03 -4.53804307802297465E-03
+ -4.57449273568115086E-03 -4.61123515300457861E-03 -4.64827268129142362E-03
+ -4.68560769072148484E-03 -4.72324257050775811E-03 -4.76117972904920635E-03
+ -4.79942159408475524E-03 -4.83797061284852500E-03 -4.87682925222630501E-03
+ -4.91599999891328618E-03 -4.95548535957304574E-03 -4.99528786099782355E-03
+ -5.03541005027007167E-03 -5.07585449492529810E-03 -5.11662378311621667E-03
+ -5.15772052377822324E-03 -5.19914734679617369E-03 -5.24090690317252899E-03
+ -5.28300186519681421E-03 -5.32543492661646713E-03 -5.36820880280903384E-03
+ -5.41132623095574774E-03 -5.45478997021650591E-03 -5.49860280190624540E-03
+ -5.54276752967272114E-03 -5.58728697967572976E-03 -5.63216400076773857E-03
+ -5.67740146467599679E-03 -5.72300226618607452E-03 -5.76896932332688402E-03
+ -5.81530557755718762E-03 -5.86201399395359056E-03 -5.90909756140004655E-03
+ -5.95655929277886988E-03 -6.00440222516327934E-03 -6.05262942001150595E-03
+ -6.10124396336241947E-03 -6.15024896603273696E-03 -6.19964756381582559E-03
+ -6.24944291768206317E-03 -6.29963821398083022E-03 -6.35023666464411447E-03
+ -6.40124150739172521E-03 -6.45265600593817375E-03 -6.50448345020119851E-03
+ -6.55672715651195274E-03 -6.60939046782688978E-03 -6.66247675394132741E-03
+ -6.71598941170472967E-03 -6.76993186523770513E-03 -6.82430756615075382E-03
+ -6.87911999376474015E-03 -6.93437265533315608E-03 -6.99006908626613726E-03
+ -7.04621285035628674E-03 -7.10280754000630361E-03 -7.15985677645842016E-03
+ -7.21736421002568043E-03 -7.27533352032507744E-03 -7.33376841651253199E-03
+ -7.39267263751976645E-03 -7.45204995229306437E-03 -7.51190416003394684E-03
+ -7.57223909044176056E-03 -7.63305860395821489E-03 -7.69436659201385570E-03
+ -7.75616697727653150E-03 -7.81846371390182426E-03 -7.88126078778549934E-03
+ -7.94456221681795471E-03 -8.00837205114069209E-03 -8.07269437340489039E-03
+ -8.13753329903196994E-03 -8.20289297647628680E-03 -8.26877758748991928E-03
+ -8.33519134738954122E-03 -8.40213850532545159E-03 -8.46962334455273955E-03
+ -8.53765018270463000E-03 -8.60622337206797157E-03 -8.67534729986096410E-03
+ -8.74502638851307884E-03 -8.81526509594721466E-03 -8.88606791586411295E-03
+ -8.95743937802903796E-03 -9.02938404856071068E-03 -9.10190653022261917E-03
+ -9.17501146271656846E-03 -9.24870352297862269E-03 -9.32298742547739943E-03
+ -9.39786792251472332E-03 -9.47334980452868049E-03 -9.54943790039909646E-03
+ -9.62613707775544433E-03 -9.70345224328720245E-03 -9.78138834305667879E-03
+ -9.85995036281433514E-03 -9.93914332831661446E-03 -1.00189723056463061E-02
+ -1.00994424015354526E-02 -1.01805587636908182E-02 -1.02623265811219860E-02
+ -1.03447510844720050E-02 -1.04278375463507135E-02 -1.05115912816707013E-02
+ -1.05960176479859332E-02 -1.06811220458330695E-02 -1.07669099190755135E-02
+ -1.08533867552501623E-02 -1.09405580859169467E-02 -1.10284294870111287E-02
+ -1.11170065791983980E-02 -1.12062950282327857E-02 -1.12963005453174462E-02
+ -1.13870288874682590E-02 -1.14784858578803536E-02 -1.15706773062975183E-02
+ -1.16636091293845692E-02 -1.17572872711026333E-02 -1.18517177230874401E-02
+ -1.19469065250305938E-02 -1.20428597650638972E-02 -1.21395835801466657E-02
+ -1.22370841564561645E-02 -1.23353677297811243E-02 -1.24344405859183587E-02
+ -1.25343090610725155E-02 -1.26349795422590460E-02 -1.27364584677102950E-02
+ -1.28387523272848452E-02 -1.29418676628801008E-02 -1.30458110688481052E-02
+ -1.31505891924146752E-02 -1.32562087341018386E-02 -1.33626764481536014E-02
+ -1.34699991429650962E-02 -1.35781836815151071E-02 -1.36872369818020218E-02
+ -1.37971660172831901E-02 -1.39079778173178126E-02 -1.40196794676132677E-02
+ -1.41322781106749881E-02 -1.42457809462598530E-02 -1.43601952318332150E-02
+ -1.44755282830294641E-02 -1.45917874741162412E-02 -1.47089802384623297E-02
+ -1.48271140690092104E-02 -1.49461965187463151E-02 -1.50662352011900428E-02
+ -1.51872377908665538E-02 -1.53092120237983097E-02 -1.54321656979944689E-02
+ -1.55561066739451689E-02 -1.56810428751196183E-02 -1.58069822884681459E-02
+ -1.59339329649281908E-02 -1.60619030199342441E-02 -1.61909006339317832E-02
+ -1.63209340528952668E-02 -1.64520115888501656E-02 -1.65841416203990691E-02
+ -1.67173325932519490E-02 -1.68515930207605268E-02 -1.69869314844568742E-02
+ -1.71233566345961562E-02 -1.72608771907036933E-02 -1.73995019421262428E-02
+ -1.75392397485875824E-02 -1.76800995407484889E-02 -1.78220903207709988E-02
+ -1.79652211628871378E-02 -1.81095012139720589E-02 -1.82549396941216364E-02
+ -1.84015458972345801E-02 -1.85493291915990316E-02 -1.86982990204837725E-02
+ -1.88484649027340183E-02 -1.89998364333718098E-02 -1.91524232842011227E-02
+ -1.93062352044175954E-02 -1.94612820212230475E-02 -1.96175736404447486E-02
+ -1.97751200471594710E-02 -1.99339313063223930E-02 -2.00940175634008178E-02
+ -2.02553890450128601E-02 -2.04180560595710429E-02 -2.05820289979308513E-02
+ -2.07473183340442617E-02 -2.09139346256183856E-02 -2.10818885147792019E-02
+ -2.12511907287402241E-02 -2.14218520804765160E-02 -2.15938834694038295E-02
+ -2.17672958820629044E-02 -2.19421003928090830E-02 -2.21183081645071784E-02
+ -2.22959304492317371E-02 -2.24749785889725509E-02 -2.26554640163456854E-02
+ -2.28373982553098792E-02 -2.30207929218884354E-02 -2.32056597248966462E-02
+ -2.33920104666747140E-02 -2.35798570438263376E-02 -2.37692114479628319E-02
+ -2.39600857664529834E-02 -2.41524921831785915E-02 -2.43464429792957029E-02
+ -2.45419505340016969E-02 -2.47390273253081071E-02 -2.49376859308193324E-02
+ -2.51379390285172873E-02 -2.53397993975518765E-02 -2.55432799190375460E-02
+ -2.57483935768557451E-02 -2.59551534584634980E-02 -2.61635727557080686E-02
+ -2.63736647656476857E-02 -2.65854428913784545E-02 -2.67989206428675547E-02
+ -2.70141116377925448E-02 -2.72310296023869913E-02 -2.74496883722925161E-02
+ -2.76701018934170512E-02 -2.78922842227995564E-02 -2.81162495294812360E-02
+ -2.83420120953831421E-02 -2.85695863161902971E-02 -2.87989867022424434E-02
+ -2.90302278794313424E-02 -2.92633245901046703E-02 -2.94982916939766603E-02
+ -2.97351441690454493E-02 -2.99738971125170540E-02 -3.02145657417363447E-02
+ -3.04571653951246843E-02 -3.07017115331245094E-02 -3.09482197391508021E-02
+ -3.11967057205494794E-02 -3.14471853095628848E-02 -3.16996744643021217E-02
+ -3.19541892697266378E-02 -3.22107459386307832E-02 -3.24693608126375433E-02
+ -3.27300503631995365E-02 -3.29928311926070347E-02 -3.32577200350035046E-02
+ -3.35247337574081927E-02 -3.37938893607462112E-02 -3.40652039808858956E-02
+ -3.43386948896836353E-02 -3.46143794960360948E-02 -3.48922753469400049E-02
+ -3.51724001285593016E-02 -3.54547716672999960E-02 -3.57394079308925791E-02
+ -3.60263270294819624E-02 -3.63155472167252316E-02 -3.66070868908969158E-02
+ -3.69009645960022142E-02 -3.71971990228977326E-02 -3.74958090104202529E-02
+ -3.77968135465231378E-02 -3.81002317694207268E-02 -3.84060829687406374E-02
+ -3.87143865866838507E-02 -3.90251622191929368E-02 -3.93384296171281345E-02
+ -3.96542086874515781E-02 -3.99725194944194825E-02 -4.02933822607823566E-02
+ -4.06168173689935227E-02 -4.09428453624256089E-02 -4.12714869465952636E-02
+ -4.16027629903960375E-02 -4.19366945273395297E-02 -4.22733027568047148E-02
+ -4.26126090452956241E-02 -4.29546349277072220E-02 -4.32994021085996578E-02
+ -4.36469324634808503E-02 -4.39972480400973864E-02 -4.43503710597338840E-02
+ -4.47063239185206338E-02 -4.50651291887497682E-02 -4.54268096201997582E-02
+ -4.57913881414684781E-02 -4.61588878613146125E-02 -4.65293320700075827E-02
+ -4.69027442406860437E-02 -4.72791480307247283E-02 -4.76585672831099025E-02
+ -4.80410260278233553E-02 -4.84265484832348131E-02 -4.88151590575029853E-02
+ -4.92068823499851038E-02 -4.96017431526549618E-02 -4.99997664515296064E-02
+ -5.04009774281043987E-02 -5.08054014607968174E-02 -5.12130641263985886E-02
+ -5.16239912015365038E-02 -5.20382086641416608E-02 -5.24557426949272682E-02
+ -5.28766196788748935E-02 -5.33008662067292541E-02 -5.37285090765014725E-02
+ -5.41595752949808260E-02 -5.45940920792546830E-02 -5.50320868582373016E-02
+ -5.54735872742065234E-02 -5.59186211843491904E-02 -5.63672166623148188E-02
+ -5.68194019997773150E-02 -5.72752057080053098E-02 -5.77346565194406039E-02
+ -5.81977833892847740E-02 -5.86646154970937306E-02 -5.91351822483808173E-02
+ -5.96095132762275298E-02 -6.00876384429025051E-02 -6.05695878414884009E-02
+ -6.10553917975165325E-02 -6.15450808706094823E-02 -6.20386858561315022E-02
+ -6.25362377868464159E-02 -6.30377679345832109E-02 -6.35433078119093248E-02
+ -6.40528891738113004E-02 -6.45665440193825407E-02 -6.50843045935189934E-02
+ -6.56062033886212620E-02 -6.61322731463045294E-02 -6.66625468591149628E-02
+ -6.71970577722532242E-02 -6.77358393853046831E-02 -6.82789254539764578E-02
+ -6.88263499918408822E-02 -6.93781472720851888E-02 -6.99343518292679378E-02
+ -7.04949984610812458E-02 -7.10601222301191354E-02 -7.16297584656516301E-02
+ -7.22039427654046911E-02 -7.27827109973457342E-02 -7.33660993014743079E-02
+ -7.39541440916182402E-02 -7.45468820572346424E-02 -7.51443501652158397E-02
+ -7.57465856616998251E-02 -7.63536260738852390E-02 -7.69655092118507189E-02
+ -7.75822731703779966E-02 -7.82039563307789926E-02 -7.88305973627265039E-02
+ -7.94622352260881681E-02 -8.00989091727634661E-02 -8.07406587485236527E-02
+ -8.13875237948541441E-02 -8.20395444507992788E-02 -8.26967611548090759E-02
+ -8.33592146465877010E-02 -8.40269459689435005E-02 -8.46999964696398960E-02
+ -8.53784078032472499E-02 -8.60622219329951615E-02 -8.67514811326246943E-02
+ -8.74462279882406573E-02 -8.81465054001630277E-02 -8.88523565847776087E-02
+ -8.95638250763851063E-02 -9.02809547290488595E-02 -9.10037897184397954E-02
+ -9.17323745436791349E-02 -9.24667540291779222E-02 -9.32069733264732636E-02
+ -9.39530779160602514E-02 -9.47051136092198070E-02 -9.54631265498414594E-02
+ -9.62271632162406965E-02 -9.69972704229702665E-02 -9.77734953226249287E-02
+ -9.85558854076391544E-02 -9.93444885120774168E-02 -1.00139352813415891E-01
+ -1.00940526834315661E-01 -1.01748059444386196E-01 -1.02561999861939215E-01
+ -1.03382397655731179E-01 -1.04209302746694404E-01 -1.05042765409656361E-01
+ -1.05882836275046008E-01 -1.06729566330586223E-01 -1.07583006922972388E-01
+ -1.08443209759535600E-01 -1.09310226909890021E-01 -1.10184110807563240E-01
+ -1.11064914251608943E-01 -1.11952690408201286E-01 -1.12847492812209918E-01
+ -1.13749375368754568E-01 -1.14658392354738292E-01 -1.15574598420359220E-01
+ -1.16498048590598077E-01 -1.17428798266681872E-01 -1.18366903227522163E-01
+ -1.19312419631126793E-01 -1.20265404015984470E-01 -1.21225913302420357E-01
+ -1.22194004793922159E-01 -1.23169736178435241E-01 -1.24153165529625187E-01
+ -1.25144351308106888E-01 -1.26143352362638211E-01 -1.27150227931278309E-01
+ -1.28165037642508139E-01 -1.29187841516311602E-01 -1.30218699965216983E-01
+ -1.31257673795296403E-01 -1.32304824207121668E-01 -1.33360212796674510E-01
+ -1.34423901556210784E-01 -1.35495952875076126E-01 -1.36576429540472249E-01
+ -1.37665394738170882E-01 -1.38762912053174925E-01 -1.39869045470324943E-01
+ -1.40983859374847253E-01 -1.42107418552842896E-01 -1.43239788191716011E-01
+ -1.44381033880539245E-01 -1.45531221610354061E-01 -1.46690417774403892E-01
+ -1.47858689168297419E-01 -1.49036102990103031E-01 -1.50222726840365306E-01
+ -1.51418628722046950E-01 -1.52623877040392070E-01 -1.53838540602708379E-01
+ -1.55062688618065797E-01 -1.56296390696908621E-01 -1.57539716850579825E-01
+ -1.58792737490754787E-01 -1.60055523428777408E-01 -1.61328145874900547E-01
+ -1.62610676437426660E-01 -1.63903187121744315E-01 -1.65205750329260048E-01
+ -1.66518438856219780E-01 -1.67841325892419568E-01 -1.69174485019800813E-01
+ -1.70517990210923259E-01 -1.71871915827316341E-01 -1.73236336617704878E-01
+ -1.74611327716104936E-01 -1.75996964639786313E-01 -1.77393323287097865E-01
+ -1.78800479935152551E-01 -1.80218511237369455E-01 -1.81647494220860850E-01
+ -1.83087506283667656E-01 -1.84538625191838557E-01 -1.86000929076346466E-01
+ -1.87474496429838683E-01 -1.88959406103216099E-01 -1.90455737302038436E-01
+ -1.91963569582750654E-01 -1.93482982848716456E-01 -1.95014057346064668E-01
+ -1.96556873659340298E-01 -1.98111512706955012E-01 -1.99678055736431409E-01
+ -2.01256584319434995E-01 -2.02847180346592826E-01 -2.04449926022089001E-01
+ -2.06064903858022369E-01 -2.07692196668533419E-01 -2.09331887563691255E-01
+ -2.10984059943132407E-01 -2.12648797489445207E-01 -2.14326184161294869E-01
+ -2.16016304186286201E-01 -2.17719242053549727E-01 -2.19435082506037132E-01
+ -2.21163910532533703E-01 -2.22905811359376010E-01 -2.24660870441866195E-01
+ -2.26429173455374749E-01 -2.28210806286125056E-01 -2.30005855021659850E-01
+ -2.31814405940966028E-01 -2.33636545504245063E-01 -2.35472360342339704E-01
+ -2.37321937245799225E-01 -2.39185363153576303E-01 -2.41062725141343664E-01
+ -2.42954110409424023E-01 -2.44859606270335262E-01 -2.46779300135914537E-01
+ -2.48713279504014145E-01 -2.50661631944780694E-01 -2.52624445086495786E-01
+ -2.54601806600968261E-01 -2.56593804188467278E-01 -2.58600525562186656E-01
+ -2.60622058432246173E-01 -2.62658490489176333E-01 -2.64709909386889153E-01
+ -2.66776402725145356E-01 -2.68858058031491098E-01 -2.70954962742654848E-01
+ -2.73067204185388712E-01 -2.75194869556747768E-01 -2.77338045903812724E-01
+ -2.79496820102782373E-01 -2.81671278837452355E-01 -2.83861508577087307E-01
+ -2.86067595553658405E-01 -2.88289625738428479E-01 -2.90527684817872944E-01
+ -2.92781858168928100E-01 -2.95052230833575790E-01 -2.97338887492658022E-01
+ -2.99641912438967872E-01 -3.01961389549612325E-01 -3.04297402257615590E-01
+ -3.06650033522744558E-01 -3.09019365801540213E-01 -3.11405481016549579E-01
+ -3.13808460524770572E-01 -3.16228385085160657E-01 -3.18665334825296132E-01
+ -3.21119389207163541E-01 -3.23590626992047492E-01 -3.26079126204494918E-01
+ -3.28584964095334775E-01 -3.31108217103758651E-01 -3.33648960818465568E-01
+ -3.36207269937677411E-01 -3.38783218228165151E-01 -3.41376878483246493E-01
+ -3.43988322479714337E-01 -3.46617620933674098E-01 -3.49264843455268148E-01
+ -3.51930058502303522E-01 -3.54613333332769176E-01 -3.57314733956003605E-01
+ -3.60034325082716711E-01 -3.62772170073800915E-01 -3.65528330887886610E-01
+ -3.68302868027616970E-01 -3.71095840484618911E-01 -3.73907305683211011E-01
+ -3.76737319422789874E-01 -3.79585935818620712E-01 -3.82453207241312820E-01
+ -3.85339184254879341E-01 -3.88243915553332763E-01 -3.91167447895791054E-01
+ -3.94109826040066669E-01 -3.97071092674822101E-01 -4.00051288350150691E-01
+ -4.03050451406292753E-01 -4.06068617900856965E-01 -4.09105821534398617E-01
+ -4.12162093574308941E-01 -4.15237462776984811E-01 -4.18331955308253234E-01
+ -4.21445594662194667E-01 -4.24578401578085352E-01 -4.27730393955196353E-01
+ -4.30901586765908173E-01 -4.34091991966943258E-01 -4.37301618408664328E-01
+ -4.40530471742413998E-01 -4.43778554325870600E-01 -4.47045865126650122E-01
+ -4.50332399623659230E-01 -4.53638149706030391E-01 -4.56963103570183438E-01
+ -4.60307245614754279E-01 -4.63670556333346195E-01 -4.67053012205071172E-01
+ -4.70454585582876395E-01 -4.73875244579998633E-01 -4.77314952953723337E-01
+ -4.80773669986485463E-01 -4.84251350364915290E-01 -4.87747944056511396E-01
+ -4.91263396183893641E-01 -4.94797646896611987E-01 -4.98350631240533748E-01
+ -5.01922279025293627E-01 -5.05512514688519765E-01 -5.09121257157227447E-01
+ -5.12748419707008019E-01 -5.16393909818626540E-01 -5.20057629031990043E-01
+ -5.23739472797471128E-01 -5.27439330324662503E-01 -5.31157084429214166E-01
+ -5.34892611375820781E-01 -5.38645780718330913E-01 -5.42416455137552544E-01
+ -5.46204490276304577E-01 -5.50009734571696995E-01 -5.53832029084628252E-01
+ -5.57671207326682628E-01 -5.61527095085241790E-01 -5.65399510244028791E-01
+ -5.69288262600929351E-01 -5.73193153683494994E-01 -5.77113976561636433E-01
+ -5.81050515657506317E-01 -5.85002546552585989E-01 -5.88969835792327312E-01
+ -5.92952140689279039E-01 -5.96949209120862245E-01 -6.00960779324876571E-01
+ -6.04986579692802229E-01 -6.09026328560416386E-01 -6.13079733995722465E-01
+ -6.17146493584256439E-01 -6.21226294212421370E-01 -6.25318811849701173E-01
+ -6.29423711324775259E-01 -6.33540646100192673E-01 -6.37669258045188925E-01
+ -6.41809177206179027E-01 -6.45960021574962351E-01 -6.50121396854743794E-01
+ -6.54292896225135978E-01 -6.58474100106549165E-01 -6.62664575917898957E-01
+ -6.66863877834204644E-01 -6.71071546543011710E-01 -6.75287108999210184E-01
+ -6.79510078178351296E-01 -6.83739952828607001E-01 -6.87976217223368214E-01
+ -6.92218340913797525E-01 -6.96465778474505748E-01 -7.00717969251077655E-01
+ -7.04974337107599713E-01 -7.09234290173788695E-01 -7.13497220591951864E-01
+ -7.17762504263986689E-01 -7.22029500601604535E-01 -7.26297552277122005E-01
+ -7.30565984967803672E-01 -7.34834107104871070E-01 -7.39101209624307476E-01
+ -7.43366565719193240E-01 -7.47629430593898303E-01 -7.51889041220512921E-01
+ -7.56144616102336187E-01 -7.60395355038476328E-01 -7.64640438883466556E-01
+ -7.68879029315385099E-01 -7.73110268608431905E-01 -7.77333279409875288E-01
+ -7.81547164521831372E-01 -7.85751006688538145E-01 -7.89943868396110083E-01
+ -7.94124791673756714E-01 -7.98292797893015882E-01 -8.02446887580555601E-01
+ -8.06586040239203661E-01 -8.10709214177355975E-01 -8.14815346347388170E-01
+ -8.18903352194211842E-01 -8.22972125523650955E-01 -8.27020538372282399E-01
+ -8.31047440880440580E-01 -8.35051661185255312E-01 -8.39032005327069896E-01
+ -8.42987257169674042E-01 -8.46916178335171188E-01 -8.50817508155399915E-01
+ -8.54689963652675133E-01 -8.58532239521478058E-01 -8.62343008121274290E-01
+ -8.66120919497356478E-01 -8.69864601421841188E-01 -8.73572659455569389E-01
+ -8.77243677031953939E-01 -8.80876215565933207E-01 -8.84468814603912690E-01
+ -8.88019991973495459E-01 -8.91528243955744815E-01 -8.94992045494976796E-01
+ -8.98409850437247415E-01 -9.01780091798604411E-01 -9.05101182064354082E-01
+ -9.08371513524459107E-01 -9.11589458663312979E-01 -9.14753370547502609E-01
+ -9.17861583251280089E-01 -9.20912412330359587E-01 -9.23904155334631993E-01
+ -9.26835092361122270E-01 -9.29703486648612909E-01 -9.32507585221980184E-01
+ -9.35245619604842093E-01 -9.37915806527938378E-01 -9.40516348693897886E-01
+ -9.43045435601794879E-01 -9.45501244421999676E-01 -9.47881940922754351E-01
+ -9.50185680449946002E-01 -9.52410608972330430E-01 -9.54554864207261211E-01
+ -9.56616576739871549E-01 -9.58593871219396210E-01 -9.60484867626187233E-01
+ -9.62287682600243666E-01 -9.64000430832538280E-01 -9.65621226520406051E-01
+ -9.67148184904866093E-01 -9.68579423895207570E-01 -9.69913065685231501E-01
+ -9.71147238466250062E-01 -9.72280078218899391E-01 -9.73309730575009691E-01
+ -9.74234352750234067E-01 -9.75052115548117548E-01 -9.75761205459909964E-01
+ -9.76359826848273937E-01 -9.76846204120657147E-01 -9.77218584012787161E-01
+ -9.77475237952334486E-01 -9.77614464494211077E-01 -9.77634591826942900E-01
+ -9.77533980349634457E-01 -9.77311025349425821E-01 -9.76964159743656357E-01
+ -9.76491856806982916E-01 -9.75892633007813926E-01 -9.75165050913242681E-01
+ -9.74307722153561873E-01 -9.73319310443502617E-01 -9.72198534657691571E-01
+ -9.70944171991781513E-01 -9.69555061147258868E-01 -9.68030105488251191E-01
+ -9.66368276281439842E-01 -9.64568615970831877E-01 -9.62630241476947757E-01
+ -9.60552347513913163E-01 -9.58334209918584312E-01 -9.55975189015603743E-01
+ -9.53474732938628722E-01 -9.50832380892587370E-01 -9.48047766433317896E-01
+ -9.45120620715108606E-01 -9.42050775692626963E-01 -9.38838167265541257E-01
+ -9.35482838354483426E-01 -9.31984941909025477E-01 -9.28344743778142134E-01
+ -9.24562625458479781E-01 -9.20639086740391965E-01 -9.16574748210404966E-01
+ -9.12370353592050765E-01 -9.08026771907162189E-01 -9.03544999437572938E-01
+ -8.98926161443005300E-01 -8.94171513633522985E-01 -8.89282443408969447E-01
+ -8.84260470815899424E-01 -8.79107249201345864E-01 -8.73824565541103215E-01
+ -8.68414340419556119E-01 -8.62878627627996941E-01 -8.57219613270678304E-01
+ -8.51439614539204137E-01 -8.45541078092297727E-01 -8.39526577931143603E-01
+ -8.33398812786750320E-01 -8.27160602998389005E-01 -8.20814886862587967E-01
+ -8.14364716402929401E-01 -8.07813252378876356E-01 -8.01163758981721319E-01
+ -7.94419597967652935E-01 -7.87584222107549858E-01 -7.80661168030075681E-01
+ -7.73654048457724786E-01 -7.66566543840026093E-01 -7.59402393322748726E-01
+ -7.52165384847768737E-01 -7.44859345240496462E-01 -7.37488129732802977E-01
+ -7.30055610899439489E-01 -7.22565667183982629E-01 -7.15022171083757541E-01
+ -7.07428977077505183E-01 -6.99789909263825893E-01 -6.92108748636902416E-01
+ -6.84389221296959893E-01 -6.76634986737225552E-01 -6.68849626462214242E-01
+ -6.61036633294403986E-01 -6.53199401620193298E-01 -6.45341218861203658E-01
+ -6.37465258318407946E-01 -6.29574573768208912E-01 -6.21672097351064545E-01
+ -6.13760639930840846E-01 -6.05842894754401229E-01 -5.97921444946774350E-01
+ -5.89998776019784898E-01 -5.82077293043665844E-01 -5.74159344513824110E-01
+ -5.66247257944011095E-01 -5.58343336474179219E-01 -5.50449857427402378E-01
+ -5.42569071976552686E-01 -5.34703203941795158E-01 -5.26854449015330739E-01
+ -5.19024973858532301E-01 -5.11216915168543506E-01 -5.03432378776334399E-01
+ -4.95673439034631513E-01 -4.87942138063233111E-01 -4.80240484993241179E-01
+ -4.72570455234094411E-01 -4.64933989763583466E-01 -4.57332994439419938E-01
+ -4.49769339243506594E-01 -4.42244857613142806E-01 -4.34761345975787472E-01
+ -4.27320563171592449E-01 -4.19924229887319478E-01 -4.12574028114866043E-01
+ -4.05271600634675988E-01 -3.98018550521617775E-01 -3.90816440601372050E-01
+ -3.83666793016078977E-01 -3.76571088916869356E-01 -3.69530768080927274E-01
+ -3.62547228548080969E-01 -3.55621826283409381E-01 -3.48755874866059468E-01
+ -3.41950645201437697E-01 -3.35207365209727437E-01 -3.28527219621473354E-01
+ -3.21911349838993555E-01 -3.15360853760146442E-01 -3.08876785626344297E-01
+ -3.02460155897382788E-01 -2.96111931153203389E-01 -2.89833034020471891E-01
+ -2.83624343106655574E-01 -2.77486693014517838E-01 -2.71420874382205690E-01
+ -2.65427633919790185E-01 -2.59507674472046146E-01 -2.53661655108048278E-01
+ -2.47890191237580992E-01 -2.42193854754910287E-01 -2.36573174222575094E-01
+ -2.31028635087788314E-01 -2.25560679906698092E-01 -2.20169708591971741E-01
+ -2.14856078686375240E-01 -2.09620105662105510E-01 -2.04462063245702735E-01
+ -1.99382183774510890E-01 -1.94380658621989943E-01 -1.89457638592988947E-01
+ -1.84613234329927434E-01 -1.79847516759866044E-01 -1.75160517565448343E-01
+ -1.70552229679205969E-01 -1.66022607800866195E-01 -1.61571568952457861E-01
+ -1.57198993122020514E-01 -1.52904723808445220E-01 -1.48688568596357179E-01
+ -1.44550299779657221E-01 -1.40489655005178099E-01 -1.36506337935821648E-01
+ -1.32600018932634872E-01 -1.28770335783365109E-01 -1.25016894525140199E-01
+ -1.21339270103453661E-01 -1.17737007089469575E-01 -1.14209620444968560E-01
+ -1.10756596302207577E-01 -1.07377392757938075E-01 -1.04071440680858274E-01
+ -1.00838144576794020E-01 -9.76768835353079290E-02 -9.45870119622495009E-02
+ -9.15678603998135721E-02 -8.86187363867775441E-02 -8.57389253272273222E-02
+ -8.29276913669347859E-02 -8.01842782766202383E-02 -7.75079104060340945E-02
+ -7.48977936879671180E-02 -7.23531163995590060E-02 -6.98730500345411398E-02
+ -6.74567502042858480E-02 -6.51033575401679665E-02 -6.28119985963363631E-02
+ -6.05817867525671738E-02 -5.84118232010517394E-02 -5.63011979364866563E-02
+ -5.42489904989388455E-02 -5.22542708414982446E-02 -5.03161002137406874E-02
+ -4.84335320392038499E-02 -4.66056127860026842E-02 -4.48313828313585613E-02
+ -4.31098774210840266E-02 -4.14401275770502342E-02 -3.98211607755617966E-02
+ -3.82520017534152199E-02 -3.67316733171425686E-02 -3.52591971396018014E-02
+ -3.38335945431659513E-02 -3.24538872722267002E-02 -3.11190983675207790E-02
+ -2.98282529324191380E-02 -2.85803787062997028E-02 -2.73745067582770452E-02
+ -2.62096721734498619E-02 -2.50849147212024830E-02 -2.39992795050229975E-02
+ -2.29518175993272400E-02 -2.19415867893177283E-02 -2.09676521541391700E-02
+ -2.00290865046259502E-02 -1.91249709262247443E-02 -1.82543953067807220E-02
+ -1.74164588430452266E-02 -1.66102705256363364E-02 -1.58349496113577154E-02
+ -1.50896261934925658E-02 -1.43734415807059805E-02 -1.36855485819158927E-02
+ -1.30251118765692259E-02 -1.23913083656176891E-02 -1.17833275001648034E-02
+ -1.12003715878029441E-02 -1.06416560892476780E-02 -1.01064100020117412E-02
+ -9.59387603604967831E-03 -9.10331074366801246E-03 -8.63398471391953366E-03
+ -8.18518274693273880E-03 -7.75620400713255415E-03 -7.34636215563490898E-03
+ -6.95498547794037945E-03 -6.58141708320910627E-03 -6.22501489780248954E-03
+ -5.88515165297177293E-03 -5.56121491789525121E-03 -5.25260711471124426E-03
+ -4.95874551558887506E-03 -4.67906222232245851E-03 -4.41300414741675490E-03
+ -4.16003304878653259E-03 -3.91962537772620138E-03 -3.69127214942128936E-03
+ -3.47447884342559502E-03 -3.26876529012973824E-03 -3.07366554373019038E-03
+ -2.88872774229991837E-03 -2.71351397569462912E-03 -2.54760018885515256E-03
+ -2.39057592945269735E-03 -2.24204413432319352E-03 -2.10162093505239424E-03
+ -1.96893545446898653E-03 -1.84362959466321196E-03 -1.72535781715323360E-03
+ -1.61378693638631623E-03 -1.50859593223598128E-03 -1.40947564406780157E-03
+ -1.31612850909944030E-03 -1.22826831342642698E-03 -1.14561993884894960E-03
+ -1.06791910606496439E-03 -9.94912114816714002E-04 -9.26355601107524450E-04
+ -8.62016300731190122E-04 -8.01670731334673580E-04 -7.45104916686381222E-04
+ -6.92114120327656118E-04 -6.42502579197831930E-04 -5.96083237679019659E-04
+ -5.52677482601059600E-04 -5.12114896789563111E-04 -4.74233010961495937E-04
+ -4.38877005753722646E-04 -4.05899449798703042E-04 -3.75160045711233118E-04
+ -3.46525379099644397E-04 -3.19868670896576853E-04 -2.95069533499958746E-04
+ -2.72013744821279887E-04 -2.50593017030015003E-04 -2.30704739225984928E-04
+ -2.12251748564197253E-04 -1.95142108563103991E-04 -1.79288892233073525E-04
+ -1.64609970169100813E-04 -1.51027804039944192E-04 -1.38469255809579281E-04
+ -1.26865391109525150E-04 -1.16151272319849226E-04 -1.06265772742972271E-04
+ -9.71513973256059343E-05 -8.87541088455962571E-05 -8.10231595816583532E-05
+ -7.39109288267036490E-05 -6.73727731366536745E-05 -6.13668718936826000E-05
+ -5.58540715820195113E-05 -5.07977448929920912E-05 -4.61636555556336472E-05
+ -4.19198283929401915E-05 -3.80364245348126180E-05 -3.44856220668489049E-05
+ -3.12415062498038520E-05 -2.82799567661109193E-05 -2.55785377834980837E-05
+ -2.31163979648021818E-05 -2.08741751772251770E-05 -1.88339056399308537E-05
+ -1.69789373954018159E-05 -1.52938483014881915E-05 -1.37643707294738776E-05
+ -1.23773148209835391E-05 -1.11204956474102202E-05 -9.98266675361328758E-06
+ -8.95345729075366174E-06 -8.02331257049400950E-06 -7.18343791522054887E-06
+ -6.42574592858048936E-06 -5.74280815751016894E-06 -5.12780635596218848E-06
+ -4.57448722166233923E-06 -4.07712105711512019E-06 -3.63046297247443517E-06
+ -3.22971650643483635E-06 -2.87049955253968191E-06 -2.54881265925949736E-06
+ -2.26101002034642924E-06 -2.00377061111217934E-06 -1.77407185145172304E-06
+ -1.56916557481820376E-06 -1.38655566369854615E-06 -1.22397725907887279E-06
+ -1.07937745561560899E-06 -9.50897513567759993E-07 -8.36856612263568525E-07
+ -7.35735931944171644E-07 -6.46164337321073205E-07 -5.66905351616411772E-07
+ -4.96845140637807238E-07 -4.34981441994480347E-07 -3.80413377572249766E-07
+ -3.32332159206879177E-07 -2.90012619666872122E-07 -2.52805056396689416E-07
+ -2.20127982218747091E-07 -1.91461560125561560E-07 -1.66341602993430582E-07
+ -1.44354096637945512E-07 -1.25130207056559638E-07 -1.08341771843931372E-07
+ -9.36972043214941815E-08 -8.09376215580554893E-08 -6.98334368729938791E-08
+ -6.01812933534637970E-08 -5.18012883329822579E-08 -4.45344646386259724E-08
+ -3.82405461671580005E-08 -3.27959143890420908E-08 -2.80917776846489320E-08
+ -2.40324738058110780E-08 -2.05339890727027108E-08 -1.75226360613281340E-08
+ -1.49338689312578148E-08 -1.27112236015188382E-08 -1.08053711056489808E-08
+ -9.17328068165675438E-09 -7.77746683209300370E-09 -6.58530463797024311E-09
+ -5.56843745036348412E-09 -4.70225271898315069E-09 -3.96541742144993577E-09
+ -3.33946695154813563E-09 -2.80844196058961715E-09 -2.35857079736185457E-09
+ -1.97798586201490555E-09
+                              </PP_PSWFC.1>
+ <PP_PSWFC.2 type="real" size="  1489" l="0" columns="3">
+ -2.86999993872707841E-04 -2.89305202303151399E-04 -2.91628926363354454E-04
+ -2.93971314772402826E-04 -2.96332517443906090E-04 -2.98712685495591845E-04
+ -3.01111971258977119E-04 -3.03530528289118061E-04 -3.05968511374436986E-04
+ -3.08426076546629215E-04 -3.10903381090648799E-04 -3.13400583554775277E-04
+ -3.15917843760760294E-04 -3.18455322814056288E-04 -3.21013183114127740E-04
+ -3.23591588364843959E-04 -3.26190703584956971E-04 -3.28810695118661922E-04
+ -3.31451730646244050E-04 -3.34113979194809306E-04 -3.36797611149102850E-04
+ -3.39502798262413192E-04 -3.42229713667564761E-04 -3.44978531887998180E-04
+ -3.47749428848939982E-04 -3.50542581888661406E-04 -3.53358169769829014E-04
+ -3.56196372690944379E-04 -3.59057372297877343E-04 -3.61941351695491641E-04
+ -3.64848495459363072E-04 -3.67778989647592528E-04 -3.70733021812714167E-04
+ -3.73710781013698076E-04 -3.76712457828050394E-04 -3.79738244364010488E-04
+ -3.82788334272845523E-04 -3.85862922761244260E-04 -3.88962206603810578E-04
+ -3.92086384155656273E-04 -3.95235655365096901E-04 -3.98410221786447689E-04
+ -4.01610286592923057E-04 -4.04836054589640152E-04 -4.08087732226725662E-04
+ -4.11365527612529637E-04 -4.14669650526943128E-04 -4.18000312434825376E-04
+ -4.21357726499536716E-04 -4.24742107596581364E-04 -4.28153672327359223E-04
+ -4.31592639033028707E-04 -4.35059227808480044E-04 -4.38553660516422157E-04
+ -4.42076160801580886E-04 -4.45626954105012734E-04 -4.49206267678533644E-04
+ -4.52814330599261622E-04 -4.56451373784279052E-04 -4.60117630005410863E-04
+ -4.63813333904121786E-04 -4.67538722006532830E-04 -4.71294032738561622E-04
+ -4.75079506441176535E-04 -4.78895385385784661E-04 -4.82741913789731130E-04
+ -4.86619337831934720E-04 -4.90527905668637133E-04 -4.94467867449292038E-04
+ -4.98439475332567187E-04 -5.02442983502489056E-04 -5.06478648184704896E-04
+ -5.10546727662887154E-04 -5.14647482295256596E-04 -5.18781174531251924E-04
+ -5.22948068928322110E-04 -5.27148432168859037E-04 -5.31382533077266305E-04
+ -5.35650642637162380E-04 -5.39953034008724248E-04 -5.44289982546169418E-04
+ -5.48661765815378760E-04 -5.53068663611660399E-04 -5.57510957977656288E-04
+ -5.61988933221393419E-04 -5.66502875934479008E-04 -5.71053075010442487E-04
+ -5.75639821663224407E-04 -5.80263409445814192E-04 -5.84924134269037524E-04
+ -5.89622294420493994E-04 -5.94358190583647839E-04 -5.99132125857071668E-04
+ -6.03944405773844460E-04 -6.08795338321105480E-04 -6.13685233959765180E-04
+ -6.18614405644374939E-04 -6.23583168843155856E-04 -6.28591841558188763E-04
+ -6.33640744345765347E-04 -6.38730200336904623E-04 -6.43860535258032780E-04
+ -6.49032077451829471E-04 -6.54245157898241487E-04 -6.59500110235665144E-04
+ -6.64797270782299752E-04 -6.70136978557670546E-04 -6.75519575304326823E-04
+ -6.80945405509712472E-04 -6.86414816428213763E-04 -6.91928158103382457E-04
+ -6.97485783390339002E-04 -7.03088047978354838E-04 -7.08735310413616195E-04
+ -7.14427932122171342E-04 -7.20166277433060089E-04 -7.25950713601632700E-04
+ -7.31781610833052249E-04 -7.37659342305988018E-04 -7.43584284196499058E-04
+ -7.49556815702108578E-04 -7.55577319066072072E-04 -7.61646179601841475E-04
+ -7.67763785717724039E-04 -7.73930528941740815E-04 -7.80146803946682780E-04
+ -7.86413008575371120E-04 -7.92729543866118420E-04 -7.99096814078393896E-04
+ -8.05515226718695604E-04 -8.11985192566632005E-04 -8.18507125701209968E-04
+ -8.25081443527335054E-04 -8.31708566802526693E-04 -8.38388919663844668E-04
+ -8.45122929655033853E-04 -8.51911027753887197E-04 -8.58753648399826312E-04
+ -8.65651229521706596E-04 -8.72604212565842989E-04 -8.79613042524262983E-04
+ -8.86678167963184604E-04 -8.93800041051724670E-04 -9.00979117590836802E-04
+ -9.08215857042481774E-04 -9.15510722559033136E-04 -9.22864181012917673E-04
+ -9.30276703026495372E-04 -9.37748763002176707E-04 -9.45280839152786052E-04
+ -9.52873413532165023E-04 -9.60526972066023878E-04 -9.68242004583039044E-04
+ -9.76019004846202820E-04 -9.83858470584422122E-04 -9.91760903524372675E-04
+ -9.99726809422608843E-04 -1.00775669809793108E-03 -1.01585108346401295E-03
+ -1.02401048356229188E-03 -1.03223542059512150E-03 -1.04052642095919172E-03
+ -1.04888401527921836E-03 -1.05730873844190102E-03 -1.06580112963015373E-03
+ -1.07436173235761490E-03 -1.08299109450342716E-03 -1.09168976834730317E-03
+ -1.10045831060486899E-03 -1.10929728246329296E-03 -1.11820724961720079E-03
+ -1.12718878230487810E-03 -1.13624245534476513E-03 -1.14536884817224263E-03
+ -1.15456854487671549E-03 -1.16384213423899210E-03 -1.17319020976896452E-03
+ -1.18261336974359631E-03 -1.19211221724519899E-03 -1.20168736020004460E-03
+ -1.21133941141725299E-03 -1.22106898862802825E-03 -1.23087671452517286E-03
+ -1.24076321680295816E-03 -1.25072912819727475E-03 -1.26077508652614519E-03
+ -1.27090173473052388E-03 -1.28110972091546199E-03 -1.29139969839156478E-03
+ -1.30177232571681992E-03 -1.31222826673872651E-03 -1.32276819063679584E-03
+ -1.33339277196535739E-03 -1.34410269069674872E-03 -1.35489863226481190E-03
+ -1.36578128760877701E-03 -1.37675135321746055E-03 -1.38780953117385907E-03
+ -1.39895652920005858E-03 -1.41019306070254793E-03 -1.42151984481785044E-03
+ -1.43293760645857066E-03 -1.44444707635976223E-03 -1.45604899112571290E-03
+ -1.46774409327706445E-03 -1.47953313129835142E-03 -1.49141685968588061E-03
+ -1.50339603899603399E-03 -1.51547143589392318E-03 -1.52764382320247035E-03
+ -1.53991397995185140E-03 -1.55228269142935636E-03 -1.56475074922964421E-03
+ -1.57731895130539890E-03 -1.58998810201839728E-03 -1.60275901219097917E-03
+ -1.61563249915794402E-03 -1.62860938681884783E-03 -1.64169050569073268E-03
+ -1.65487669296127474E-03 -1.66816879254235990E-03 -1.68156765512408901E-03
+ -1.69507413822921798E-03 -1.70868910626803192E-03 -1.72241343059366630E-03
+ -1.73624798955786578E-03 -1.75019366856719329E-03 -1.76425136013969117E-03
+ -1.77842196396199841E-03 -1.79270638694692202E-03 -1.80710554329147500E-03
+ -1.82162035453537993E-03 -1.83625174962003955E-03 -1.85100066494798404E-03
+ -1.86586804444279354E-03 -1.88085483960950296E-03 -1.89596200959549254E-03
+ -1.91119052125186296E-03 -1.92654134919531105E-03 -1.94201547587049650E-03
+ -1.95761389161290848E-03 -1.97333759471224205E-03 -1.98918759147628061E-03
+ -2.00516489629529041E-03 -2.02127053170693318E-03 -2.03750552846170213E-03
+ -2.05387092558888002E-03 -2.07036777046302545E-03 -2.08699711887100261E-03
+ -2.10376003507953355E-03 -2.12065759190330910E-03 -2.13769087077363574E-03
+ -2.15486096180763633E-03 -2.17216896387800989E-03 -2.18961598468334811E-03
+ -2.20720314081901446E-03 -2.22493155784859922E-03 -2.24280237037594293E-03
+ -2.26081672211773726E-03 -2.27897576597671341E-03 -2.29728066411541464E-03
+ -2.31573258803056351E-03 -2.33433271862802140E-03 -2.35308224629835654E-03
+ -2.37198237099301530E-03 -2.39103430230110277E-03 -2.41023925952678526E-03
+ -2.42959847176730951E-03 -2.44911317799165152E-03 -2.46878462711979090E-03
+ -2.48861407810263297E-03 -2.50860280000256156E-03 -2.52875207207464139E-03
+ -2.54906318384847622E-03 -2.56953743521072054E-03 -2.59017613648825562E-03
+ -2.61098060853202961E-03 -2.63195218280157673E-03 -2.65309220145021080E-03
+ -2.67440201741089975E-03 -2.69588299448283953E-03 -2.71753650741871338E-03
+ -2.73936394201265525E-03 -2.76136669518891979E-03 -2.78354617509126269E-03
+ -2.80590380117304002E-03 -2.82844100428802838E-03 -2.85115922678198233E-03
+ -2.87405992258490993E-03 -2.89714455730410644E-03 -2.92041460831793257E-03
+ -2.94387156487031917E-03 -2.96751692816608729E-03 -2.99135221146695773E-03
+ -3.01537894018841105E-03 -3.03959865199724582E-03 -3.06401289691000250E-03
+ -3.08862323739208904E-03 -3.11343124845779367E-03 -3.13843851777100783E-03
+ -3.16364664574685312E-03 -3.18905724565402265E-03 -3.21467194371804783E-03
+ -3.24049237922529373E-03 -3.26652020462788253E-03 -3.29275708564936986E-03
+ -3.31920470139135913E-03 -3.34586474444087661E-03 -3.37273892097871009E-03
+ -3.39982895088851086E-03 -3.42713656786687625E-03 -3.45466351953421314E-03
+ -3.48241156754659515E-03 -3.51038248770840907E-03 -3.53857807008601524E-03
+ -3.56700011912221369E-03 -3.59565045375172948E-03 -3.62453090751752721E-03
+ -3.65364332868815811E-03 -3.68298958037594111E-03 -3.71257154065621252E-03
+ -3.74239110268740661E-03 -3.77245017483221869E-03 -3.80275068077962986E-03
+ -3.83329455966802081E-03 -3.86408376620915855E-03 -3.89512027081329905E-03
+ -3.92640605971516718E-03 -3.95794313510107378E-03 -3.98973351523693263E-03
+ -4.02177923459741578E-03 -4.05408234399604051E-03 -4.08664491071640112E-03
+ -4.11946901864435142E-03 -4.15255676840135292E-03 -4.18591027747878142E-03
+ -4.21953168037343413E-03 -4.25342312872398643E-03 -4.28758679144868645E-03
+ -4.32202485488401671E-03 -4.35673952292459695E-03 -4.39173301716408102E-03
+ -4.42700757703731653E-03 -4.46256545996350992E-03 -4.49840894149067423E-03
+ -4.53454031544109955E-03 -4.57096189405812713E-03 -4.60767600815396427E-03
+ -4.64468500725882198E-03 -4.68199125977110473E-03 -4.71959715310895853E-03
+ -4.75750509386287188E-03 -4.79571750794966032E-03 -4.83423684076755410E-03
+ -4.87306555735260785E-03 -4.91220614253633399E-03 -4.95166110110460776E-03
+ -4.99143295795784637E-03 -5.03152425827246667E-03 -5.07193756766364471E-03
+ -5.11267547234937631E-03 -5.15374057931585004E-03 -5.19513551648415582E-03
+ -5.23686293287831464E-03 -5.27892549879467425E-03 -5.32132590597263894E-03
+ -5.36406686776679225E-03 -5.40715111932038237E-03 -5.45058141774020476E-03
+ -5.49436054227288653E-03 -5.53849129448257763E-03 -5.58297649843007924E-03
+ -5.62781900085338686E-03 -5.67302167134970271E-03 -5.71858740255889227E-03
+ -5.76451911034841277E-03 -5.81081973399972824E-03 -5.85749223639621570E-03
+ -5.90453960421256918E-03 -5.95196484810573984E-03 -5.99977100290738537E-03
+ -6.04796112781786927E-03 -6.09653830660182236E-03 -6.14550564778525328E-03
+ -6.19486628485425676E-03 -6.24462337645529872E-03 -6.29478010659710943E-03
+ -6.34533968485419785E-03 -6.39630534657199389E-03 -6.44768035307363273E-03
+ -6.49946799186838613E-03 -6.55167157686178340E-03 -6.60429444856739517E-03
+ -6.65733997432031883E-03 -6.71081154849238141E-03 -6.76471259270905109E-03
+ -6.81904655606809049E-03 -6.87381691535997319E-03 -6.92902717529004196E-03
+ -6.98468086870245464E-03 -7.04078155680593499E-03 -7.09733282940131025E-03
+ -7.15433830511087894E-03 -7.21180163160961649E-03 -7.26972648585822584E-03
+ -7.32811657433804758E-03 -7.38697563328786447E-03 -7.44630742894259595E-03
+ -7.50611575777388601E-03 -7.56640444673263059E-03 -7.62717735349344433E-03
+ -7.68843836670108239E-03 -7.75019140621882510E-03 -7.81244042337885056E-03
+ -7.87518940123462137E-03 -7.93844235481527653E-03 -8.00220333138205314E-03
+ -8.06647641068677576E-03 -8.13126570523240756E-03 -8.19657536053565450E-03
+ -8.26240955539171359E-03 -8.32877250214110812E-03 -8.39566844693866339E-03
+ -8.46310167002462845E-03 -8.53107648599796264E-03 -8.59959724409182363E-03
+ -8.66866832845122198E-03 -8.73829415841292229E-03 -8.80847918878757512E-03
+ -8.87922791014408852E-03 -8.95054484909627891E-03 -9.02243456859181878E-03
+ -9.09490166820347591E-03 -9.16795078442268416E-03 -9.24158659095546120E-03
+ -9.31581379902068907E-03 -9.39063715765076079E-03 -9.46606145399464874E-03
+ -9.54209151362336340E-03 -9.61873220083787894E-03 -9.69598841897949086E-03
+ -9.77386511074266467E-03 -9.85236725849037397E-03 -9.93149988457193468E-03
+ -1.00112680516434294E-02 -1.00916768629906103E-02 -1.01727314628544344E-02
+ -1.02544370367591703E-02 -1.03367988118431165E-02 -1.04198220571919704E-02
+ -1.05035120841748351E-02 -1.05878742467829280E-02 -1.06729139419709500E-02
+ -1.07586366100012060E-02 -1.08450477347904611E-02 -1.09321528442595361E-02
+ -1.10199575106857180E-02 -1.11084673510579469E-02 -1.11976880274348520E-02
+ -1.12876252473056247E-02 -1.13782847639537499E-02 -1.14696723768236766E-02
+ -1.15617939318903452E-02 -1.16546553220316963E-02 -1.17482624874041298E-02
+ -1.18426214158209413E-02 -1.19377381431337581E-02 -1.20336187536170570E-02
+ -1.21302693803556610E-02 -1.22276962056353748E-02 -1.23259054613367065E-02
+ -1.24249034293316980E-02 -1.25246964418839098E-02 -1.26252908820516305E-02
+ -1.27266931840942180E-02 -1.28289098338816871E-02 -1.29319473693075820E-02
+ -1.30358123807050690E-02 -1.31405115112663770E-02 -1.32460514574655290E-02
+ -1.33524389694844384E-02 -1.34596808516423971E-02 -1.35677839628289398E-02
+ -1.36767552169401486E-02 -1.37866015833184117E-02 -1.38973300871956876E-02
+ -1.40089478101402386E-02 -1.41214618905069183E-02 -1.42348795238910406E-02
+ -1.43492079635857989E-02 -1.44644545210433541E-02 -1.45806265663395215E-02
+ -1.46977315286421460E-02 -1.48157768966832061E-02 -1.49347702192345975E-02
+ -1.50547191055877150E-02 -1.51756312260368197E-02 -1.52975143123661936E-02
+ -1.54203761583411557E-02 -1.55442246202029660E-02 -1.56690676171676140E-02
+ -1.57949131319285382E-02 -1.59217692111633322E-02 -1.60496439660444030E-02
+ -1.61785455727537046E-02 -1.63084822730014782E-02 -1.64394623745491054E-02
+ -1.65714942517360547E-02 -1.67045863460110085E-02 -1.68387471664671190E-02
+ -1.69739852903815075E-02 -1.71103093637590062E-02 -1.72477281018801366E-02
+ -1.73862502898534388E-02 -1.75258847831720951E-02 -1.76666405082749473E-02
+ -1.78085264631119081E-02 -1.79515517177138081E-02 -1.80957254147667002E-02
+ -1.82410567701906806E-02 -1.83875550737232149E-02 -1.85352296895070767E-02
+ -1.86840900566828498E-02 -1.88341456899860683E-02 -1.89854061803490341E-02
+ -1.91378811955073454E-02 -1.92915804806111681E-02 -1.94465138588412224E-02
+ -1.96026912320296683E-02 -1.97601225812857710E-02 -1.99188179676264565E-02
+ -2.00787875326117922E-02 -2.02400414989854054E-02 -2.04025901713199079E-02
+ -2.05664439366673273E-02 -2.07316132652145754E-02 -2.08981087109440557E-02
+ -2.10659409122993940E-02 -2.12351205928563054E-02 -2.14056585619986708E-02
+ -2.15775657155999438E-02 -2.17508530367096879E-02 -2.19255315962455649E-02
+ -2.21016125536906208E-02 -2.22791071577959562E-02 -2.24580267472888929E-02
+ -2.26383827515865103E-02 -2.28201866915148030E-02 -2.30034501800332920E-02
+ -2.31881849229653297E-02 -2.33744027197339069E-02 -2.35621154641032157E-02
+ -2.37513351449259238E-02 -2.39420738468961308E-02 -2.41343437513081571E-02
+ -2.43281571368211547E-02 -2.45235263802295843E-02 -2.47204639572395912E-02
+ -2.49189824432513411E-02 -2.51190945141473165E-02 -2.53208129470867023E-02
+ -2.55241506213057627E-02 -2.57291205189244115E-02 -2.59357357257588815E-02
+ -2.61440094321405865E-02 -2.63539549337412568E-02 -2.65655856324043642E-02
+ -2.67789150369827818E-02 -2.69939567641829005E-02 -2.72107245394151084E-02
+ -2.74292321976507061E-02 -2.76494936842853652E-02 -2.78715230560090503E-02
+ -2.80953344816825615E-02 -2.83209422432206676E-02 -2.85483607364819467E-02
+ -2.87776044721652739E-02 -2.90086880767130711E-02 -2.92416262932214330E-02
+ -2.94764339823568901E-02 -2.97131261232802396E-02 -2.99517178145772278E-02
+ -3.01922242751961820E-02 -3.04346608453926505E-02 -3.06790429876811349E-02
+ -3.09253862877938504E-02 -3.11737064556466686E-02 -3.14240193263122594E-02
+ -3.16763408610003933E-02 -3.19306871480455889E-02 -3.21870744039019913E-02
+ -3.24455189741456942E-02 -3.27060373344843849E-02 -3.29686460917744811E-02
+ -3.32333619850457562E-02 -3.35002018865334372E-02 -3.37691828027179564E-02
+ -3.40403218753722800E-02 -3.43136363826168772E-02 -3.45891437399824322E-02
+ -3.48668615014803146E-02 -3.51468073606807790E-02 -3.54289991517990552E-02
+ -3.57134548507892571E-02 -3.60001925764463424E-02 -3.62892305915158420E-02
+ -3.65805873038117443E-02 -3.68742812673423515E-02 -3.71703311834442884E-02
+ -3.74687559019245414E-02 -3.77695744222107804E-02 -3.80728058945098216E-02
+ -3.83784696209743537E-02 -3.86865850568780117E-02 -3.89971718117987087E-02
+ -3.93102496508103832E-02 -3.96258384956831786E-02 -3.99439584260920938E-02
+ -4.02646296808339757E-02 -4.05878726590533020E-02 -4.09137079214763472E-02
+ -4.12421561916539725E-02 -4.15732383572131256E-02 -4.19069754711170403E-02
+ -4.22433887529340552E-02 -4.25824995901152581E-02 -4.29243295392809573E-02
+ -4.32689003275159093E-02 -4.36162338536734487E-02 -4.39663521896884874E-02
+ -4.43192775818994564E-02 -4.46750324523792347E-02 -4.50336394002750010E-02
+ -4.53951212031572585E-02 -4.57595008183776797E-02 -4.61268013844362626E-02
+ -4.64970462223574452E-02 -4.68702588370754833E-02 -4.72464629188288701E-02
+ -4.76256823445640673E-02 -4.80079411793483540E-02 -4.83932636777920158E-02
+ -4.87816742854796995E-02 -4.91731976404111565E-02 -4.95678585744512359E-02
+ -4.99656821147891686E-02 -5.03666934854073364E-02 -5.07709181085592709E-02
+ -5.11783816062570951E-02 -5.15891098017683333E-02 -5.20031287211222340E-02
+ -5.24204645946253212E-02 -5.28411438583865495E-02 -5.32651931558519101E-02
+ -5.36926393393482998E-02 -5.41235094716370491E-02 -5.45578308274768664E-02
+ -5.49956308951961570E-02 -5.54369373782748892E-02 -5.58817781969359259E-02
+ -5.63301814897457995E-02 -5.67821756152249307E-02 -5.72377891534673264E-02
+ -5.76970509077697341E-02 -5.81599899062701792E-02 -5.86266354035959864E-02
+ -5.90970168825211487E-02 -5.95711640556331329E-02 -6.00491068670090389E-02
+ -6.05308754939011054E-02 -6.10165003484314655E-02 -6.15060120792963669E-02
+ -6.19994415734795301E-02 -6.24968199579747571E-02 -6.29981786015177264E-02
+ -6.35035491163270238E-02 -6.40129633598542080E-02 -6.45264534365430076E-02
+ -6.50440516995974549E-02 -6.55657907527590761E-02 -6.60917034520930591E-02
+ -6.66218229077831375E-02 -6.71561824859353146E-02 -6.76948158103904130E-02
+ -6.82377567645452432E-02 -6.87850394931822234E-02 -6.93366984043077839E-02
+ -6.98927681709989590E-02 -7.04532837332586259E-02 -7.10182802998785001E-02
+ -7.15877933503109160E-02 -7.21618586365481707E-02 -7.27405121850100977E-02
+ -7.33237902984394674E-02 -7.39117295578049643E-02 -7.45043668242120205E-02
+ -7.51017392408210027E-02 -7.57038842347727836E-02 -7.63108395191216121E-02
+ -7.69226430947749645E-02 -7.75393332524403900E-02 -7.81609485745792393E-02
+ -7.87875279373669163E-02 -7.94191105126595548E-02 -8.00557357699670791E-02
+ -8.06974434784327732E-02 -8.13442737088176104E-02 -8.19962668354917296E-02
+ -8.26534635384305050E-02 -8.33159048052162510E-02 -8.39836319330451997E-02
+ -8.46566865307390032E-02 -8.53351105207611760E-02 -8.60189461412379508E-02
+ -8.67082359479830617E-02 -8.74030228165267042E-02 -8.81033499441479656E-02
+ -8.88092608519107513E-02 -8.95207993867025709E-02 -9.02380097232764883E-02
+ -9.09609363662951392E-02 -9.16896241523773303E-02 -9.24241182521460397E-02
+ -9.31644641722782080E-02 -9.39107077575555282E-02 -9.46628951929162354E-02
+ -9.54210730055070622E-02 -9.61852880667354165E-02 -9.69555875943210604E-02
+ -9.77320191543473299E-02 -9.85146306633106761E-02 -9.93034703901688742E-02
+ -1.00098586958387178E-01 -1.00900029347981854E-01 -1.01707846897560669E-01
+ -1.02522089306359962E-01 -1.03342806636277734E-01 -1.04170049313902183E-01
+ -1.05003868132534900E-01 -1.05844314254208746E-01 -1.06691439211699435E-01
+ -1.07545294910530276E-01 -1.08405933630969509E-01 -1.09273408030019739E-01
+ -1.10147771143398743E-01 -1.11029076387510639E-01 -1.11917377561407336E-01
+ -1.12812728848739094E-01 -1.13715184819693754E-01 -1.14624800432923626E-01
+ -1.15541631037459722E-01 -1.16465732374612024E-01 -1.17397160579855497E-01
+ -1.18335972184700391E-01 -1.19282224118546276E-01 -1.20235973710519348E-01
+ -1.21197278691291405E-01 -1.22166197194879797E-01 -1.23142787760427974E-01
+ -1.24127109333964578E-01 -1.25119221270141301E-01 -1.26119183333947060E-01
+ -1.27127055702398489E-01 -1.28142898966205343E-01 -1.29166774131409673E-01
+ -1.30198742620997371E-01 -1.31238866276481597E-01 -1.32287207359456038E-01
+ -1.33343828553117633E-01 -1.34408792963755963E-01 -1.35482164122209814E-01
+ -1.36564005985287951E-01 -1.37654382937154124E-01 -1.38753359790673853E-01
+ -1.39861001788721823E-01 -1.40977374605448874E-01 -1.42102544347506243E-01
+ -1.43236577555225453E-01 -1.44379541203752737E-01 -1.45531502704136118E-01
+ -1.46692529904363517E-01 -1.47862691090349690E-01 -1.49042054986870953E-01
+ -1.50230690758445445E-01 -1.51428668010156864E-01 -1.52636056788418850E-01
+ -1.53852927581679844E-01 -1.55079351321065012E-01 -1.56315399380953707E-01
+ -1.57561143579490082E-01 -1.58816656179024573E-01 -1.60082009886484633E-01
+ -1.61357277853671571E-01 -1.62642533677480272E-01 -1.63937851400040635E-01
+ -1.65243305508778415E-01 -1.66558970936392020E-01 -1.67884923060742902E-01
+ -1.69221237704656774E-01 -1.70567991135634006E-01 -1.71925260065463714E-01
+ -1.73293121649740089E-01 -1.74671653487277839E-01 -1.76060933619424348E-01
+ -1.77461040529264175E-01 -1.78872053140713305E-01 -1.80294050817500218E-01
+ -1.81727113362030096E-01 -1.83171321014128113E-01 -1.84626754449656399E-01
+ -1.86093494779004942E-01 -1.87571623545450261E-01 -1.89061222723378441E-01
+ -1.90562374716368582E-01 -1.92075162355133111E-01 -1.93599668895311605E-01
+ -1.95135978015109679E-01 -1.96684173812781721E-01 -1.98244340803952951E-01
+ -1.99816563918776391E-01 -2.01400928498918858E-01 -2.02997520294372680E-01
+ -2.04606425460086727E-01 -2.06227730552415695E-01 -2.07861522525374043E-01
+ -2.09507888726695013E-01 -2.11166916893689438E-01 -2.12838695148898027E-01
+ -2.14523311995531207E-01 -2.16220856312690390E-01 -2.17931417350366363E-01
+ -2.19655084724209776E-01 -2.21391948410059242E-01 -2.23142098738227240E-01
+ -2.24905626387538193E-01 -2.26682622379108772E-01 -2.28473178069866223E-01
+ -2.30277385145795849E-01 -2.32095335614912301E-01 -2.33927121799949400E-01
+ -2.35772836330748359E-01 -2.37632572136348946E-01 -2.39506422436772642E-01
+ -2.41394480734490241E-01 -2.43296840805564074E-01 -2.45213596690457142E-01
+ -2.47144842684503180E-01 -2.49090673328029089E-01 -2.51051183396105548E-01
+ -2.53026467887932927E-01 -2.55016622015849348E-01 -2.57021741193950048E-01
+ -2.59041921026308186E-01 -2.61077257294786813E-01 -2.63127845946435679E-01
+ -2.65193783080460765E-01 -2.67275164934738407E-01 -2.69372087871882715E-01
+ -2.71484648364851089E-01 -2.73612942982074447E-01 -2.75757068372100289E-01
+ -2.77917121247735044E-01 -2.80093198369683438E-01 -2.82285396529661836E-01
+ -2.84493812532955470E-01 -2.86718543180433882E-01 -2.88959685250001930E-01
+ -2.91217335477472417E-01 -2.93491590536843816E-01 -2.95782547019971642E-01
+ -2.98090301415628256E-01 -3.00414950087919019E-01 -3.02756589254023489E-01
+ -3.05115314961279971E-01 -3.07491223063584174E-01 -3.09884409197085153E-01
+ -3.12294968755161551E-01 -3.14722996862660642E-01 -3.17168588349401426E-01
+ -3.19631837722890666E-01 -3.22112839140223095E-01 -3.24611686379188413E-01
+ -3.27128472808548454E-01 -3.29663291357465194E-01 -3.32216234484057293E-01
+ -3.34787394143068684E-01 -3.37376861752653023E-01 -3.39984728160195426E-01
+ -3.42611083607157363E-01 -3.45256017692964601E-01 -3.47919619337895003E-01
+ -3.50601976744943034E-01 -3.53303177360635545E-01 -3.56023307834779645E-01
+ -3.58762453979155127E-01 -3.61520700725031230E-01 -3.64298132079518444E-01
+ -3.67094831080771788E-01 -3.69910879751992105E-01 -3.72746359054200394E-01
+ -3.75601348837753535E-01 -3.78475927792583433E-01 -3.81370173397177714E-01
+ -3.84284161866132068E-01 -3.87217968096319476E-01 -3.90171665611684704E-01
+ -3.93145326506603943E-01 -3.96139021387774459E-01 -3.99152819314603557E-01
+ -4.02186787738078699E-01 -4.05240992438142267E-01 -4.08315497459334265E-01
+ -4.11410365044805049E-01 -4.14525655568689977E-01 -4.17661427466774648E-01
+ -4.20817737165410932E-01 -4.23994639008650531E-01 -4.27192185183580764E-01
+ -4.30410425643891259E-01 -4.33649408031345607E-01 -4.36909177595347531E-01
+ -4.40189777110561675E-01 -4.43491246792507510E-01 -4.46813624211085669E-01
+ -4.50156944201991649E-01 -4.53521238776023627E-01 -4.56906537026295245E-01
+ -4.60312865032931895E-01 -4.63740245765554338E-01 -4.67188698983460715E-01
+ -4.70658241133423638E-01 -4.74148885245051055E-01 -4.77660640823661442E-01
+ -4.81193513740713896E-01 -4.84747506121755656E-01 -4.88322616231372797E-01
+ -4.91918838355585086E-01 -4.95536162681540882E-01 -4.99174575174417157E-01
+ -5.02834057451469030E-01 -5.06514586653176391E-01 -5.10216135311579055E-01
+ -5.13938671215669829E-01 -5.17682157273251731E-01 -5.21446551369867395E-01
+ -5.25231806224581321E-01 -5.29037869242511505E-01 -5.32864682364051712E-01
+ -5.36712181910728559E-01 -5.40580298427868811E-01 -5.44468956523776471E-01
+ -5.48378074704783947E-01 -5.52307565206982654E-01 -5.56257333824311861E-01
+ -5.60227279732903094E-01 -5.64217295311615019E-01 -5.68227265958702987E-01
+ -5.72257069904933191E-01 -5.76306578022539373E-01 -5.80375653629444321E-01
+ -5.84464152289749794E-01 -5.88571921610058002E-01 -5.92698801031519951E-01
+ -5.96844621617549809E-01 -6.01009205837153337E-01 -6.05192367344372095E-01
+ -6.09393910752762502E-01 -6.13613631404548721E-01 -6.17851315135626966E-01
+ -6.22106738035861140E-01 -6.26379666204569641E-01 -6.30669855501137078E-01
+ -6.34977051290737893E-01 -6.39300988185914743E-01 -6.43641389782229734E-01
+ -6.47997968388059231E-01 -6.52370424749854738E-01 -6.56758447772168630E-01
+ -6.61161714232350151E-01 -6.65579888489858273E-01 -6.70012622190237384E-01
+ -6.74459553964816605E-01 -6.78920309123327348E-01 -6.83394499340296946E-01
+ -6.87881722336582402E-01 -6.92381561555200475E-01 -6.96893585831383278E-01
+ -7.01417349056813522E-01 -7.05952389838215066E-01 -7.10498231151716175E-01
+ -7.15054379988779965E-01 -7.19620326995816240E-01 -7.24195546108730381E-01
+ -7.28779494181429732E-01 -7.33371610608250846E-01 -7.37971316940283839E-01
+ -7.42578016496001192E-01 -7.47191093967956466E-01 -7.51809915019505892E-01
+ -7.56433825875565846E-01 -7.61062152908293710E-01 -7.65694202216627207E-01
+ -7.70329259199680649E-01 -7.74966588124028521E-01 -7.79605431685663652E-01
+ -7.84245010568635270E-01 -7.88884522992036930E-01 -7.93523144252033630E-01
+ -7.98160026259111421E-01 -8.02794297069469587E-01 -8.07425060410594808E-01
+ -8.12051395201124682E-01 -8.16672355066463518E-01 -8.21286967851991179E-01
+ -8.25894235123018960E-01 -8.30493131661646844E-01 -8.35082604959653474E-01
+ -8.39661574706372260E-01 -8.44228932271674948E-01 -8.48783540184268159E-01
+ -8.53324231607890726E-01 -8.57849809816287778E-01 -8.62359047653716737E-01
+ -8.66850686995344288E-01 -8.71323438205244605E-01 -8.75775979591046916E-01
+ -8.80206956855491773E-01 -8.84614982545219086E-01 -8.88998635501168200E-01
+ -8.93356460309132849E-01 -8.97686966735484981E-01 -9.01988629167236544E-01
+ -9.06259886052371288E-01 -9.10499139339630892E-01 -9.14704753918239799E-01
+ -9.18875057058088585E-01 -9.23008337857351924E-01 -9.27102846691781002E-01
+ -9.31156794650239927E-01 -9.35168352980951467E-01 -9.39135652542143373E-01
+ -9.43056783256582376E-01 -9.46929793570709610E-01 -9.50752689919284966E-01
+ -9.54523436206141551E-01 -9.58239953288068214E-01 -9.61900118448366981E-01
+ -9.65501764889856173E-01 -9.69042681238415970E-01 -9.72520611056978734E-01
+ -9.75933252370988602E-01 -9.79278257206881886E-01 -9.82553231159020157E-01
+ -9.85755732960893583E-01 -9.88883274052951400E-01 -9.91933318181490220E-01
+ -9.94903281016847441E-01 -9.97790529791350855E-01 -1.00059238295843400E+00
+ -1.00330610987555779E+00 -1.00592893053242061E+00 -1.00845801528397416E+00
+ -1.01089048459198061E+00 -1.01322340881261108E+00 -1.01545380801542895E+00
+ -1.01757865183487217E+00 -1.01959485935612038E+00 -1.02149929903977266E+00
+ -1.02328878871382645E+00 -1.02496009557010059E+00 -1.02650993618770947E+00
+ -1.02793497662136724E+00 -1.02923183253715034E+00 -1.03039706939760944E+00
+ -1.03142720269866262E+00 -1.03231869826556899E+00 -1.03306797264364936E+00
+ -1.03367139349201542E+00 -1.03412528003108828E+00 -1.03442590357774189E+00
+ -1.03456948814855143E+00 -1.03455221113384166E+00 -1.03437020404554514E+00
+ -1.03401955335070106E+00 -1.03349630143194982E+00 -1.03279644754867084E+00
+ -1.03191594888803451E+00 -1.03085072173032599E+00 -1.02959664270776496E+00
+ -1.02814955016023424E+00 -1.02650524559147271E+00 -1.02465949524446098E+00
+ -1.02260803183872317E+00 -1.02034655630562843E+00 -1.01787073965913266E+00
+ -1.01517622501044391E+00 -1.01225862970567082E+00 -1.00911354759035188E+00
+ -1.00573655140478979E+00 -1.00212319533897065E+00 -9.98269017782547508E-01
+ -9.94169544071280109E-01 -9.89820289421576516E-01 -9.85216762039624161E-01
+ -9.80354466384981360E-01 -9.75228906592567113E-01 -9.69835590056892460E-01
+ -9.64170031221149526E-01 -9.58227755585284502E-01 -9.52004303711879496E-01
+ -9.45495235474101747E-01 -9.38696134506010416E-01 -9.31602612836307631E-01
+ -9.24210315708703822E-01 -9.16514926591999624E-01 -9.08512172439278842E-01
+ -9.00197829171112129E-01 -8.91567727160500145E-01 -8.82617757005419334E-01
+ -8.73343875521186641E-01 -8.63742111934705736E-01 -8.53808574281699983E-01
+ -8.43539456008256638E-01 -8.32931042852761983E-01 -8.21979719926111185E-01
+ -8.10681978796178537E-01 -7.99034424881534533E-01 -7.87033785059977342E-01
+ -7.74676915473842098E-01 -7.61960809529098171E-01 -7.48882606086235691E-01
+ -7.35439597929355537E-01 -7.21629240363883984E-01 -7.07449159809767081E-01
+ -6.92897162678932421E-01 -6.77971244422122865E-01 -6.62669598724759723E-01
+ -6.46990626841919880E-01 -6.30932947064686944E-01 -6.14495404397891298E-01
+ -5.97677080241794667E-01 -5.80477302030227960E-01 -5.62895653051770029E-01
+ -5.44931982330640330E-01 -5.26586414541387660E-01 -5.07859359937196997E-01
+ -4.88751524274346261E-01 -4.69263918775598143E-01 -4.49397869915351189E-01
+ -4.29155029062572024E-01 -4.08537382096937407E-01 -3.87547258885175216E-01
+ -3.66187342582621034E-01 -3.44460678726784042E-01 -3.22370684089333337E-01
+ -2.99921155246959725E-01 -2.77116276753230140E-01 -2.53960628974654823E-01
+ -2.30459195560381164E-01 -2.06617370468162226E-01 -1.82440964501970282E-01
+ -1.57936211315672148E-01 -1.33109772824009681E-01 -1.07968743849505791E-01
+ -8.25206561746303080E-02 -5.67734819515710587E-02 -3.07356362992183274E-02
+ -4.41597907923388204E-03  2.21761841946882671E-02  4.90311023599904264E-02
+  7.61385796149828403E-02  1.03487977860029931E-01  1.31068219651667595E-01
+  1.58867792156535598E-01  1.86874752329618310E-01  2.15076733209888710E-01
+  2.43460951347200888E-01  2.72014215366899847E-01  3.00722935798736990E-01
+  3.29573136575491643E-01  3.58550466657244160E-01  3.87640212768862402E-01
+  4.16827313323830662E-01  4.46096373236727906E-01  4.75431679517067607E-01
+  5.04817217511999705E-01  5.34236687895092044E-01  5.63673524606199017E-01
+  5.93110911242164640E-01  6.22531797575327284E-01  6.51918915770277274E-01
+  6.81254795656617063E-01  7.10521778622573597E-01  7.39702029630214586E-01
+  7.68777547165005348E-01  7.97730170508948566E-01  8.26541581170215922E-01
+  8.55193300306919424E-01  8.83666680620300404E-01  9.11942891722333004E-01
+  9.40002896849928549E-01  9.67827421559525058E-01  9.95396910858279860E-01
+  1.02269146564856039E+00  1.04969084961923587E+00  1.07637449334016710E+00
+  1.10272149697458666E+00  1.12871063516661185E+00  1.15432036179163156E+00
+  1.17952881560443545E+00  1.20431382689615885E+00  1.22865292489302602E+00
+  1.25252334470905291E+00  1.27590203566373761E+00  1.29876567048212377E+00
+  1.32109065531657466E+00  1.34285314062510186E+00  1.36402903295206479E+00
+  1.38459400822897272E+00  1.40452352583173257E+00  1.42379284245899118E+00
+  1.44237702776801413E+00  1.46025098116142948E+00  1.47738944968759300E+00
+  1.49376704709253705E+00  1.50935827408673839E+00  1.52413754062839635E+00
+  1.53807918892593731E+00  1.55115751660710632E+00  1.56334680205289889E+00
+  1.57462133116805569E+00  1.58495542556812796E+00  1.59432347221960558E+00
+  1.60269995462059089E+00  1.61005948651647235E+00  1.61637684617072686E+00
+  1.62162701121908825E+00  1.62578519605326166E+00  1.62882689089505384E+00
+  1.63072790254872468E+00  1.63146439685775824E+00  1.63101294298636468E+00
+  1.62935056068361117E+00  1.62645476775118314E+00  1.62230362853754850E+00
+  1.61687580518716012E+00  1.61015061071886323E+00  1.60210806391386895E+00
+  1.59272894601503001E+00  1.58199485939790963E+00  1.56988828944191061E+00
+  1.55639266600972248E+00  1.54149242631640782E+00  1.52517308049497946E+00
+  1.50742127888576238E+00  1.48822488099957861E+00  1.46757302611119433E+00
+  1.44545620568172506E+00  1.42186633872953161E+00  1.39679684593301423E+00
+  1.37024272520713097E+00  1.34220062943788321E+00  1.31266894540687407E+00
+  1.28164787379475387E+00  1.24913951014686697E+00  1.21514792700846641E+00
+  1.17967925797625495E+00  1.14274177932077303E+00  1.10434599256932908E+00
+  1.06450470798965591E+00  1.02323312806434696E+00  9.80548930746897973E-01
+  9.36472352276851439E-01  8.91026269678550253E-01  8.44236283028229284E-01
+  7.96130793883324528E-01  7.46741083128981020E-01  6.96101387497110924E-01
+  6.44248973946293213E-01  5.91224211560493207E-01  5.37070640606784555E-01
+  4.81835038581983899E-01  4.25567482530888885E-01  3.68321405934768920E-01
+  3.10153651967378041E-01  2.51124522023236152E-01  1.91297818824444438E-01
+  1.30740883612494752E-01  6.95246269112022031E-02  7.72355198331547976E-03
+ -5.45842301885274550E-02 -1.17316993067600045E-01 -1.80389395251168733E-01
+ -2.43712490485911815E-01 -3.07193747591496646E-01 -3.70737080851504142E-01
+ -4.34242891664760655E-01 -4.97608123562073845E-01 -5.60726330361473790E-01
+ -6.23487757436478107E-01 -6.85779419615923036E-01 -7.47485260394932682E-01
+ -8.08486122411524621E-01 -8.68660252686486722E-01 -9.27882869520772147E-01
+ -9.86026067196179801E-01 -1.04296644294305962E+00 -1.09854452297551686E+00
+ -1.15273045600957924E+00 -1.20506022514478373E+00 -1.25627527825602892E+00
+ -1.30446844658768346E+00 -1.35087787297323891E+00 -1.40496376858639227E+00
+ -1.39723674854462976E+00 -1.63895144212246779E+00 -8.58481637528513919E-01
+  1.61105721041222866E-01 -3.47606041329263996E-02  4.00372162384817192E-03
+  1.35312851880204049E-03 -1.22675827403236526E-03  5.73764638563219599E-04
+ -2.10348097822339732E-04  6.55450781135655122E-05 -1.74201141418362712E-05
+  3.65172026506889284E-06 -3.65692799544263114E-07 -1.76381450204910307E-07
+  1.42738231424472994E-07 -6.48496088574487881E-08  2.33905435607598728E-08
+ -7.19068910608312410E-09  1.88029344950013495E-09 -3.81965810497730832E-10
+  3.17791957214753051E-11  2.24492018274522686E-11 -1.65457891205167023E-11
+  7.31684950139017474E-12 -2.59778267228925259E-12  7.87875252015332621E-13
+ -2.02577964773494369E-13  3.97578768184615379E-14 -2.54159117136144350E-15
+ -2.80589957065343851E-15  1.91138097999656503E-15 -8.24171395212490319E-16
+  2.88159746043441583E-16 -8.62165925730672020E-17  2.17822132139935853E-17
+ -4.11520968306124075E-18  1.71894740197976744E-19  3.45729305838333611E-19
+ -2.20112542338306725E-19  9.26867031674910334E-20 -3.19254845286788023E-20
+  9.42233807363368335E-21 -2.33721849454256424E-21  4.23208344568124572E-22
+ -6.76559139072583961E-24 -4.21083712533943216E-23  2.52747940978334739E-23
+ -1.04075952134889316E-23  3.53280425359967060E-24 -1.02836390363449697E-24
+  2.50218940603854969E-25 -4.31948057679578331E-26 -6.23994824302971972E-28
+  5.07958365394107021E-27 -2.89446841357720086E-27  1.16691728141491134E-27
+ -3.90465161556780868E-28  1.12082774254241999E-28 -2.67233518379863008E-29
+  4.36921810129238402E-30  2.22507611283083566E-31 -6.07802953145569528E-31
+  3.30650608444544912E-31 -1.30649422776413132E-31  4.31049300450430552E-32
+ -1.21987661863224999E-32  2.84659900831219328E-33 -4.37166845604193182E-34
+ -4.17269864359667011E-35  7.22225723485639427E-35 -3.76842597677673455E-35
+  1.46073450862205302E-35 -4.75284207917891838E-36  1.32573351149820096E-36
+ -3.02361899412595469E-37  4.31554331436355732E-38  6.51852501423036430E-39
+ -8.53008711595071174E-39  4.28551516152325322E-39 -1.63097716484116949E-39
+  5.23431665782940616E-40 -1.43858346995675374E-40  3.20167391687569516E-41
+ -4.18764784838396779E-42 -9.32058098295074082E-43  1.00212421201126635E-42
+ -4.86354972291733119E-43  1.81866063931598743E-43 -5.75762867202649050E-44
+  1.55856222525823997E-44 -3.37862079988510252E-45  3.97260161604463969E-46
+  1.26439388521614315E-46 -1.17175256820877702E-46  5.50883211882725077E-47
+ -2.02532704183145226E-47  6.32557053104802342E-48 -1.68574276381400489E-48
+  3.55182324651637331E-49 -3.65252178738721731E-50 -1.65614653422695678E-50
+  1.36430135449114386E-50 -6.22823035453357444E-51  2.25262605685220753E-51
+ -6.94099723061670141E-52  1.82011955277833701E-52 -3.71806926080586461E-53
+  3.20666389636001550E-54  2.11546391087269854E-54 -1.58242602429480060E-54
+  7.02921888478720167E-55 -2.50231836008437034E-55  7.60680343830383602E-56
+ -1.96159006982064874E-56  3.87347713756463593E-57 -2.61101471286463461E-58
+ -2.65144433472717847E-58  1.82905209724539054E-58 -7.91992111698336859E-59
+  2.77627838454311944E-59 -8.32589467231856298E-60  2.10993324105491744E-60
+ -4.01338782170214885E-61  1.83783116736597070E-62  3.27423392262584720E-62
+ -2.10739895440559413E-62  8.90915333790011985E-63 -3.07649624795411587E-63
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00
+                              </PP_PSWFC.2>
+ <PP_PSWFC.3 type="real" size="  1489" l="1" columns="3">
+  2.17686284877221121E-08  2.21197278446995778E-08  2.24764899726342080E-08
+  2.28390062045734573E-08  2.32073693466466545E-08  2.35816737018238663E-08
+  2.39620150940579543E-08  2.43484908928160390E-08  2.47412000380066237E-08
+  2.51402430653086723E-08  2.55457221319093905E-08  2.59577410426569333E-08
+  2.63764052766350321E-08  2.68018220141662193E-08  2.72341001642505639E-08
+  2.76733503924469558E-08  2.81196851492040978E-08  2.85732186986483529E-08
+  2.90340671478361298E-08  2.95023484764777647E-08  2.99781825671410186E-08
+  3.04616912359416718E-08  3.09529982637291000E-08  3.14522294277747990E-08
+  3.19595125339721305E-08  3.24749774495551802E-08  3.29987561363456146E-08
+  3.35309826845355048E-08  3.40717933470151900E-08  3.46213265742547224E-08
+  3.51797230497479812E-08  3.57471257260283409E-08  3.63236798612653128E-08
+  3.69095330564513753E-08  3.75048352931887164E-08  3.81097389720852497E-08
+  3.87243989517699850E-08  3.93489725885376640E-08  3.99836197766329125E-08
+  4.06285029891838159E-08  4.12837873197961668E-08  4.19496405248181262E-08
+  4.26262330662867591E-08  4.33137381555673507E-08  4.40123317976962893E-08
+  4.47221928364393875E-08  4.54435030000767990E-08  4.61764469479264753E-08
+  4.69212123176178885E-08  4.76779897731282820E-08  4.84469730535936589E-08
+  4.92283590229070476E-08  5.00223477201166647E-08  5.08291424106370634E-08
+  5.16489496382860533E-08  5.24819792781610833E-08  5.33284445903684005E-08
+  5.41885622746186718E-08  5.50625525257033730E-08  5.59506390898657653E-08
+  5.68530493220811071E-08  5.77700142442606760E-08  5.87017686043950960E-08
+  5.96485509366499355E-08  6.06106036224332030E-08  6.15881729524448051E-08
+  6.25815091897296526E-08  6.35908666337448569E-08  6.46165036854633970E-08
+  6.56586829135243359E-08  6.67176711214535926E-08  6.77937394159652255E-08
+  6.88871632763680926E-08  6.99982226250879883E-08  7.11272018993311835E-08
+  7.22743901239004469E-08  7.34400809851875813E-08  7.46245729063584507E-08
+  7.58281691237510372E-08  7.70511777645053358E-08  7.82939119254457593E-08
+  7.95566897532353500E-08  8.08398345258230929E-08  8.21436747352048050E-08
+  8.34685441715186443E-08  8.48147820084973539E-08  8.61827328902983236E-08
+  8.75727470197343802E-08  8.89851802479274604E-08  9.04203941654085128E-08
+  9.18787561946863804E-08  9.33606396843099362E-08  9.48664240044473730E-08
+  9.63964946440066180E-08  9.79512433093229554E-08  9.95310680244374182E-08
+  1.01136373232993329E-07  1.02767569901775822E-07  1.04425075625921565E-07
+  1.06109314735825067E-07  1.07820718405769736E-07  1.09559724764310453E-07
+  1.11326779006436968E-07  1.13122333507545943E-07  1.14946847939251440E-07
+  1.16800789387063250E-07  1.18684632469963124E-07  1.20598859461909749E-07
+  1.22543960415303221E-07  1.24520433286441014E-07  1.26528784062997564E-07
+  1.28569526893559296E-07  1.30643184219249469E-07  1.32750286907476027E-07
+  1.34891374387836025E-07  1.37066994790212121E-07  1.39277705085097430E-07
+  1.41524071226182000E-07  1.43806668295240056E-07  1.46126080649354165E-07
+  1.48482902070513278E-07  1.50877735917623801E-07  1.53311195280972695E-07
+  1.55783903139181919E-07  1.58296492518693716E-07  1.60849606655828562E-07
+  1.63443899161457154E-07  1.66080034188327856E-07  1.68758686601093339E-07
+  1.71480542149078889E-07  1.74246297641838027E-07  1.77056661127539269E-07
+  1.79912352074229398E-07  1.82814101554021627E-07  1.85762652430253220E-07
+  1.88758759547662230E-07  1.91803189925631369E-07  1.94896722954549167E-07
+  1.98040150595337352E-07  2.01234277582196595E-07  2.04479921628623086E-07
+  2.07777913636746561E-07  2.11129097910045441E-07  2.14534332369492680E-07
+  2.17994488773187831E-07  2.21510452939531170E-07  2.25083124973997658E-07
+  2.28713419499568044E-07  2.32402265890876855E-07  2.36150608512137258E-07
+  2.39959406958901702E-07  2.43829636303724346E-07  2.47762287345783176E-07
+  2.51758366864529976E-07  2.55818897877430306E-07  2.59944919901861271E-07
+  2.64137489221232067E-07  2.68397679155398404E-07  2.72726580335436974E-07
+  2.77125300982852342E-07  2.81594967193286712E-07  2.86136723224805526E-07
+  2.90751731790833117E-07  2.95441174357813002E-07  3.00206251447667625E-07
+  3.05048182945139286E-07  3.09968208410084569E-07  3.14967587394808465E-07
+  3.20047599766515090E-07  3.25209546034959411E-07  3.30454747685384133E-07
+  3.35784547516825236E-07  3.41200309985875485E-07  3.46703421555990596E-07
+  3.52295291052430614E-07  3.57977350022925320E-07  3.63751053104156379E-07
+  3.69617878394153470E-07  3.75579327830687514E-07  3.81636927575783025E-07
+  3.87792228406411109E-07  3.94046806111506401E-07  4.00402261895365026E-07
+  4.06860222787571065E-07  4.13422342059510977E-07  4.20090299647630934E-07
+  4.26865802583494927E-07  4.33750585430805385E-07  4.40746410729445213E-07
+  4.47855069446708177E-07  4.55078381435782701E-07  4.62418195901653706E-07
+  4.69876391874492915E-07  4.77454878690713537E-07  4.85155596481753586E-07
+  4.92980516670771350E-07  5.00931642477323765E-07  5.09011009430213153E-07
+  5.17220685888576702E-07  5.25562773571408694E-07  5.34039408095594133E-07
+  5.42652759522650941E-07  5.51405032914258104E-07  5.60298468896775813E-07
+  5.69335344234839553E-07  5.78517972414235875E-07  5.87848704234147300E-07
+  5.97329928408982572E-07  6.06964072179880765E-07  6.16753601936108520E-07
+  6.26701023846453972E-07  6.36808884500820324E-07  6.47079771562162014E-07
+  6.57516314428934464E-07  6.68121184908230849E-07  6.78897097899772953E-07
+  6.89846812090937486E-07  7.00973130662987598E-07  7.12278902008697503E-07
+  7.23767020461550759E-07  7.35440427036701289E-07  7.47302110183881171E-07
+  7.59355106552455508E-07  7.71602501768813075E-07  7.84047431226298439E-07
+  7.96693080887881771E-07  8.09542688101776188E-07  8.22599542430208987E-07
+  8.35866986491560859E-07  8.49348416816085477E-07  8.63047284715432122E-07
+  8.76967097166192101E-07  8.91111417707694699E-07  9.05483867354285484E-07
+  9.20088125522314400E-07  9.34927930972078122E-07  9.50007082764954261E-07
+  9.65329441235969045E-07  9.80898928982056277E-07  9.96719531866252059E-07
+  1.01279530003808595E-06  1.02913034897042976E-06  1.04572886051307017E-06
+  1.06259508396327218E-06  1.07973333715360998E-06  1.09714800755734156E-06
+  1.11484355341161568E-06  1.13282450485878609E-06  1.15109546510614238E-06
+  1.16966111160433902E-06  1.18852619724483507E-06  1.20769555157664262E-06
+  1.22717408204270198E-06  1.24696677523619699E-06  1.26707869817713421E-06
+  1.28751499960950675E-06  1.30828091131938365E-06  1.32938174947425915E-06
+  1.35082291598399591E-06  1.37260989988372706E-06  1.39474827873905591E-06
+  1.41724372007392284E-06  1.44010198282149890E-06  1.46332891879848071E-06
+  1.48693047420316521E-06  1.51091269113768075E-06  1.53528170915477703E-06
+  1.56004376682955510E-06  1.58520520335655069E-06  1.61077246017257147E-06
+  1.63675208260571556E-06  1.66315072155097850E-06  1.68997513517288729E-06
+  1.71723219063559715E-06  1.74492886586088893E-06  1.77307225131452265E-06
+  1.80166955182139858E-06  1.83072808840999500E-06  1.86025530018655716E-06
+  1.89025874623950470E-06  1.92074610757456548E-06  1.95172518908111112E-06
+  1.98320392153020753E-06  2.01519036360489468E-06  2.04769270396320584E-06
+  2.08071926333446148E-06  2.11427849664937077E-06  2.14837899520450020E-06
+  2.18302948886162598E-06  2.21823884828258173E-06  2.25401608720015129E-06
+  2.29037036472554024E-06  2.32731098769315785E-06  2.36484741304309083E-06
+  2.40298925024213398E-06  2.44174626374373522E-06  2.48112837548775203E-06
+  2.52114566744038307E-06  2.56180838417520591E-06  2.60312693549569902E-06
+  2.64511189910020649E-06  2.68777402328972785E-06  2.73112422971954528E-06
+  2.77517361619506378E-06  2.81993345951289436E-06  2.86541521834761773E-06
+  2.91163053618525502E-06  2.95859124430387851E-06  3.00630936480247817E-06
+  3.05479711367849538E-06  3.10406690395516260E-06  3.15413134885911355E-06
+  3.20500326504942109E-06  3.25669567589851282E-06  3.30922181482621176E-06
+  3.36259512868734681E-06  3.41682928121417807E-06  3.47193815651417323E-06
+  3.52793586262437043E-06  3.58483673512287264E-06  3.64265534079880000E-06
+  3.70140648138120670E-06  3.76110519732836077E-06  3.82176677167791714E-06
+  3.88340673395940597E-06  3.94604086416959294E-06  4.00968519681218940E-06
+  4.07435602500246862E-06  4.14006990463833214E-06  4.20684365863839844E-06
+  4.27469438124867931E-06  4.34363944241848080E-06  4.41369649224711103E-06
+  4.48488346550206489E-06  4.55721858621031113E-06  4.63072037232339567E-06
+  4.70540764045803186E-06  4.78129951071285656E-06  4.85841541156317954E-06
+  4.93677508483437122E-06  5.01639859075574071E-06  5.09730631309563745E-06
+  5.17951896437967309E-06  5.26305759119278095E-06  5.34794357956710706E-06
+  5.43419866045646966E-06  5.52184491529943609E-06  5.61090478167178629E-06
+  5.70140105903046426E-06  5.79335691454983415E-06  5.88679588905239738E-06
+  5.98174190303480703E-06  6.07821926279141876E-06  6.17625266663629420E-06
+  6.27586721122573691E-06  6.37708839798271370E-06  6.47994213962491387E-06
+  6.58445476679806496E-06  6.69065303481623297E-06  6.79856413051085205E-06
+  6.90821567919015721E-06  7.01963575171089641E-06  7.13285287166407358E-06
+  7.24789602267655217E-06  7.36479465583047512E-06  7.48357869720224344E-06
+  7.60427855552316101E-06  7.72692512996358772E-06  7.85154981804261783E-06
+  7.97818452366533505E-06  8.10686166528966367E-06  8.23761418422496551E-06
+  8.37047555306437312E-06  8.50547978425323963E-06  8.64266143879565145E-06
+  8.78205563510142823E-06  8.92369805797575299E-06  9.06762496775378717E-06
+  9.21387320958259488E-06  9.36248022285275823E-06  9.51348405078207230E-06
+  9.66692335015378977E-06  9.82283740121196813E-06  9.98126611771629792E-06
+  1.01422500571591548E-05  1.03058304311473994E-05  1.04720491159515613E-05
+  1.06409486632251745E-05  1.08125723108969505E-05  1.09869639942386427E-05
+  1.11641683571113400E-05  1.13442307633931610E-05  1.15271973085912031E-05
+  1.17131148316407676E-05  1.19020309268948567E-05  1.20939939563069743E-05
+  1.22890530618104272E-05  1.24872581778972240E-05  1.26886600443998593E-05
+  1.28933102194791536E-05  1.31012610928216052E-05  1.33125658990494772E-05
+  1.35272787313472048E-05  1.37454545553074682E-05  1.39671492230005675E-05
+  1.41924194872706684E-05  1.44213230162626090E-05  1.46539184081829289E-05
+  1.48902652062989262E-05  1.51304239141795762E-05  1.53744560111822033E-05
+  1.56224239681889259E-05  1.58743912635967315E-05  1.61304223995655133E-05
+  1.63905829185280940E-05  1.66549394199664082E-05  1.69235595774582332E-05
+  1.71965121559988100E-05  1.74738670296017367E-05  1.77556951991836699E-05
+  1.80420688107373894E-05  1.83330611737979562E-05  1.86287467802066006E-05
+  1.89292013231771347E-05  1.92345017166698499E-05  1.95447261150777578E-05
+  1.98599539332302601E-05  2.01802658667193531E-05  2.05057439125535785E-05
+  2.08364713901449986E-05  2.11725329626345557E-05  2.15140146585613463E-05
+  2.18610038938811515E-05  2.22135894943400833E-05  2.25718617182089360E-05
+  2.29359122793840780E-05  2.33058343708607613E-05  2.36817226885850574E-05
+  2.40636734556901943E-05  2.44517844471237746E-05  2.48461550146719926E-05
+  2.52468861123873389E-05  2.56540803224262263E-05  2.60678418813031957E-05
+  2.64882767065684194E-05  2.69154924239153565E-05  2.73495983947253911E-05
+  2.77907057440566227E-05  2.82389273890837801E-05  2.86943780679967734E-05
+  2.91571743693650727E-05  2.96274347619754538E-05  3.01052796251507292E-05
+  3.05908312795575559E-05  3.10842140185106256E-05  3.15855541397816583E-05
+  3.20949799779212143E-05  3.26126219371014072E-05  3.31386125244882500E-05
+  3.36730863841518333E-05  3.42161803315232048E-05  3.47680333884069039E-05
+  3.53287868185577406E-05  3.58985841638311120E-05  3.64775712809160767E-05
+  3.70658963786607015E-05  3.76637100559986803E-05  3.82711653404878288E-05
+  3.88884177274693052E-05  3.95156252198586161E-05  4.01529483685776907E-05
+  4.08005503136387704E-05  4.14585968258904074E-05  4.21272563494366851E-05
+  4.28067000447397971E-05  4.34971018324173904E-05  4.41986384377462117E-05
+  4.49114894358827905E-05  4.56358372978132222E-05  4.63718674370434055E-05
+  4.71197682570417785E-05  4.78797311994469719E-05  4.86519507930520162E-05
+  4.94366247035782201E-05  5.02339537842513246E-05  5.10441421271929911E-05
+  5.18673971156403220E-05  5.27039294770069038E-05  5.35539533367992537E-05
+  5.44176862734018396E-05  5.52953493737453594E-05  5.61871672898715062E-05
+  5.70933682964101441E-05  5.80141843489823385E-05  5.89498511435446903E-05
+  5.99006081766898757E-05  6.08666988069189567E-05  6.18483703169009857E-05
+  6.28458739767359247E-05  6.38594651082364433E-05  6.48894031502465253E-05
+  6.59359517250120977E-05  6.69993787056211973E-05  6.80799562845305626E-05
+  6.91779610431967972E-05  7.02936740228288557E-05  7.14273807962810151E-05
+  7.25793715411033008E-05  7.37499411137701542E-05  7.49393891251044211E-05
+  7.61480200169166216E-05  7.73761431398787468E-05  7.86240728326527487E-05
+  7.98921285022938753E-05  8.11806347059487607E-05  8.24899212338697899E-05
+  8.38203231937675864E-05  8.51721810965216800E-05  8.65458409432722447E-05
+  8.79416543139143467E-05  8.93599784570177699E-05  9.08011763811953076E-05
+  9.22656169479421677E-05  9.37536749659709679E-05  9.52657312870670110E-05
+  9.68021729034869373E-05  9.83633930469261488E-05  9.99497912890798344E-05
+  1.01561773643823916E-04  1.03199752671041188E-04  1.04864147582119191E-04
+  1.06555384347147193E-04  1.08273895803840637E-04  1.10020121768218657E-04
+  1.11794509147064306E-04  1.13597512052195042E-04  1.15429591916573382E-04
+  1.17291217612287428E-04  1.19182865570429444E-04  1.21105019902905848E-04
+  1.23058172526209383E-04  1.25042823287182961E-04  1.27059480090808177E-04
+  1.29108659030051300E-04  1.31190884517799143E-04  1.33306689420919388E-04
+  1.35456615196476605E-04  1.37641212030143313E-04  1.39861038976839763E-04
+  1.42116664103635927E-04  1.44408664634953766E-04  1.46737627100106951E-04
+  1.49104147483214200E-04  1.51508831375525755E-04  1.53952294130199125E-04
+  1.56435161019568354E-04  1.58958067394944394E-04  1.61521658848985786E-04
+  1.64126591380682414E-04  1.66773531562992811E-04  1.69463156713179746E-04
+  1.72196155065885509E-04  1.74973225948988909E-04  1.77795079962296239E-04
+  1.80662439159105754E-04  1.83576037230692317E-04  1.86536619693759826E-04
+  1.89544944080907376E-04  1.92601780134160378E-04  1.95707910001612952E-04
+  1.98864128437229858E-04  2.02071243003868042E-04  2.05330074279560978E-04
+  2.08641456067119803E-04  2.12006235607104291E-04  2.15425273794218354E-04
+  2.18899445397184296E-04  2.22429639282151204E-04  2.26016758639692488E-04
+  2.29661721215457942E-04  2.33365459544533665E-04  2.37128921189566980E-04
+  2.40953068982718296E-04  2.44838881271501781E-04  2.48787352168577545E-04
+  2.52799491805554889E-04  2.56876326590871709E-04  2.61018899471826896E-04
+  2.65228270200820271E-04  2.69505515605867046E-04  2.73851729865459822E-04
+  2.78268024787844709E-04  2.82755530094784893E-04  2.87315393709876939E-04
+  2.91948782051497065E-04  2.96656880330462838E-04  3.01440892852470439E-04
+  3.06302043325387327E-04  3.11241575171478124E-04  3.16260751844643791E-04
+  3.21360857152754617E-04  3.26543195585150174E-04  3.31809092645398318E-04
+  3.37159895189407047E-04  3.42596971768956398E-04  3.48121712980742598E-04
+  3.53735531821022591E-04  3.59439864045948856E-04  3.65236168537685880E-04
+  3.71125927676391144E-04  3.77110647718166753E-04  3.83191859179088726E-04
+  3.89371117225385496E-04  3.95650002069873293E-04  4.02030119374747715E-04
+  4.08513100660834916E-04  4.15100603723402928E-04  4.21794313054624941E-04
+  4.28595940272826924E-04  4.35507224558627786E-04  4.42529933098058229E-04
+  4.49665861532779767E-04  4.56916834417516447E-04  4.64284705684817251E-04
+  4.71771359117259645E-04  4.79378708827201013E-04  4.87108699744232703E-04
+  4.94963308110450847E-04  5.02944541983646725E-04  5.11054441748550544E-04
+  5.19295080636260819E-04  5.27668565251985860E-04  5.36177036111230854E-04
+  5.44822668184541696E-04  5.53607671450992368E-04  5.62534291460542934E-04
+  5.71604809905370604E-04  5.80821545200343125E-04  5.90186853072771850E-04
+  5.99703127161596073E-04  6.09372799626141512E-04  6.19198341764579368E-04
+  6.29182264642317657E-04  6.39327119730436801E-04  6.49635499554310973E-04
+  6.60110038352586834E-04  6.70753412746691595E-04  6.81568342421031434E-04
+  6.92557590814043525E-04  7.03723965820242966E-04  7.15070320503546713E-04
+  7.26599553821970245E-04  7.38314611363875329E-04  7.50218486095962072E-04
+  7.62314219123188283E-04  7.74604900460813578E-04  7.87093669818737037E-04
+  7.99783717398297434E-04  8.12678284701867822E-04  8.25780665355329777E-04
+  8.39094205943636466E-04  8.52622306859684509E-04  8.66368423166703023E-04
+  8.80336065474379291E-04  8.94528800828904938E-04  9.08950253617146113E-04
+  9.23604106485324317E-04  9.38494101272274207E-04  9.53624039957527985E-04
+  9.68997785624476369E-04  9.84619263438839699E-04  1.00049246164269734E-03
+  1.01662143256427010E-03  1.03301029364370484E-03  1.04966322847531066E-03
+  1.06658448786628316E-03  1.08377839091221436E-03  1.10124932608967685E-03
+  1.11900175236614042E-03  1.13704020032749696E-03  1.15536927332340021E-03
+  1.17399364863074690E-03  1.19291807863577742E-03  1.21214739203482605E-03
+  1.23168649505406660E-03  1.25154037268857834E-03  1.27171408996102752E-03
+  1.29221279320026203E-03  1.31304171134004550E-03  1.33420615723834094E-03
+  1.35571152901766225E-03  1.37756331142650118E-03  1.39976707722224238E-03
+  1.42232848857592347E-03  1.44525329849917511E-03  1.46854735229367986E-03
+  1.49221658902336154E-03  1.51626704300986321E-03  1.54070484535183449E-03
+  1.56553622546801554E-03  1.59076751266461376E-03  1.61640513772736967E-03
+  1.64245563453867803E-03  1.66892564172015263E-03  1.69582190430082099E-03
+  1.72315127541172860E-03  1.75092071800737382E-03  1.77913730661403849E-03
+  1.80780822910553592E-03  1.83694078850684078E-03  1.86654240482601072E-03
+  1.89662061691481037E-03  1.92718308435822750E-03  1.95823758939390026E-03
+  1.98979203886178293E-03  2.02185446618413601E-03  2.05443303337646916E-03
+  2.08753603308991977E-03  2.12117189068554467E-03  2.15534916634098957E-03
+  2.19007655718964425E-03  2.22536289949369680E-03  2.26121717085120411E-03
+  2.29764849243731467E-03  2.33466613128039324E-03  2.37227950257357144E-03
+  2.41049817202225718E-03  2.44933185822806361E-03  2.48879043510930650E-03
+  2.52888393435984947E-03  2.56962254794613912E-03  2.61101663064269591E-03
+  2.65307670260689615E-03  2.69581345199361704E-03  2.73923773761035111E-03
+  2.78336059161324615E-03  2.82819322224422531E-03  2.87374701661148157E-03
+  2.92003354351275156E-03  2.96706455630183592E-03  3.01485199579928660E-03
+  3.06340799324789819E-03  3.11274487331366766E-03  3.16287515713264489E-03
+  3.21381156540392291E-03  3.26556702153157257E-03  3.31815465481443686E-03
+  3.37158780368447108E-03  3.42588001899465531E-03  3.48104506735717354E-03
+  3.53709693453258065E-03  3.59404982887034366E-03  3.65191818480111374E-03
+  3.71071666638418760E-03  3.77046017090832200E-03  3.83116383254699430E-03
+  3.89284302606917373E-03  3.95551337060638924E-03  4.01919073347689008E-03
+  4.08389123406706096E-03  4.14963124777092702E-03  4.21642740999163702E-03
+  4.28429662020232433E-03  4.35325604606787847E-03  4.42332312762878065E-03
+  4.49451558154779530E-03  4.56685140542044486E-03  4.64034888214912879E-03
+  4.71502658438241462E-03  4.79090337902366315E-03  4.86799843180562783E-03
+  4.94633121193299285E-03  5.02592149679409374E-03  5.10678937674270521E-03
+  5.18895525995083113E-03  5.27243987733196171E-03  5.35726428753745439E-03
+  5.44344988203016716E-03  5.53101839023109436E-03  5.61999188474166921E-03
+  5.71039278664288961E-03  5.80224387087228521E-03  5.89556827167971465E-03
+  5.99038948816078484E-03  6.08673138987232687E-03  6.18461822253342942E-03
+  6.28407461380710471E-03  6.38512557916580837E-03  6.48779652784202323E-03
+  6.59211326886502934E-03  6.69810201718475887E-03  6.80578939988076004E-03
+  6.91520246246321232E-03  7.02636867526806441E-03  7.13931593994087798E-03
+  7.25407259601325034E-03  7.37066742757304556E-03  7.48912967002953942E-03
+  7.60948901697436689E-03  7.73177562713522979E-03  7.85602013143272063E-03
+  7.98225364013995312E-03  8.11050775013933203E-03  8.24081455228104463E-03
+  8.37320663884439167E-03  8.50771711110319753E-03  8.64437958699590392E-03
+  8.78322820889602951E-03  8.92429765149816041E-03  9.06762312981492999E-03
+  9.21324040728004404E-03  9.36118580396221554E-03  9.51149620489128572E-03
+  9.66420906849765199E-03  9.81936243516512430E-03  9.97699493589184264E-03
+  1.01371458010799283E-02  1.02998548694439203E-02  1.04651625970340004E-02
+  1.06331100663794118E-02  1.08037389957532145E-02  1.09770917485595317E-02
+  1.11532113428423358E-02  1.13321414609097587E-02  1.15139264591012699E-02
+  1.16986113776801019E-02  1.18862419508490944E-02  1.20768646168955170E-02
+  1.22705265284659155E-02  1.24672755629719849E-02  1.26671603331250989E-02
+  1.28702301975932437E-02  1.30765352718154367E-02  1.32861264389460693E-02
+  1.34990553609305730E-02  1.37153744897177271E-02  1.39351370786098237E-02
+  1.41583971937512612E-02  1.43852097257506414E-02  1.46156304014318922E-02
+  1.48497157957569736E-02  1.50875233438806065E-02  1.53291113533427122E-02
+  1.55745390164038384E-02  1.58238664225240876E-02  1.60771545709861054E-02
+  1.63344653836530532E-02  1.65958617178619400E-02  1.68614073795005821E-02
+  1.71311671362154062E-02  1.74052067307611316E-02  1.76835928944967767E-02
+  1.79663933610282600E-02  1.82536768799975262E-02  1.85455132310034070E-02
+  1.88419732376634251E-02  1.91431287818677673E-02  1.94490528181585666E-02
+  1.97598193882512034E-02  2.00755036357015137E-02  2.03961818207185272E-02
+  2.07219313351216516E-02  2.10528307174191673E-02  2.13889596680330342E-02
+  2.17303990647181242E-02  2.20772309780950526E-02  2.24295386873201268E-02
+  2.27874066958949663E-02  2.31509207476143300E-02  2.35201678426500728E-02
+  2.38952362537366431E-02  2.42762155425069737E-02  2.46631965760160526E-02
+  2.50562715433583702E-02  2.54555339724099293E-02  2.58610787466956940E-02
+  2.62730021223798182E-02  2.66914017453740403E-02  2.71163766685157126E-02
+  2.75480273688987788E-02  2.79864557653719676E-02  2.84317652361009664E-02
+  2.88840606362320181E-02  2.93434483156558637E-02  2.98100361368674877E-02
+  3.02839334929134486E-02  3.07652513253607457E-02  3.12541021424185619E-02
+  3.17506000371880620E-02  3.22548607059326073E-02  3.27670014664122183E-02
+  3.32871412762783259E-02  3.38154007515223468E-02  3.43519021849632011E-02
+  3.48967695646887066E-02  3.54501285926448126E-02  3.60121067032883949E-02
+  3.65828330821993536E-02  3.71624386847008228E-02  3.77510562544802891E-02
+  3.83488203422018142E-02  3.89558673240848752E-02  3.95723354203451200E-02
+  4.01983647137698005E-02  4.08340971682585388E-02  4.14796766472399978E-02
+  4.21352489320157286E-02  4.28009617400192041E-02  4.34769647429775266E-02
+  4.41634095849345598E-02  4.48604499000156628E-02  4.55682413302998801E-02
+  4.62869415435167159E-02  4.70167102505061121E-02  4.77577092224922770E-02
+  4.85101023081539601E-02  4.92740554504741898E-02  5.00497367033029827E-02
+  5.08373162475103668E-02  5.16369664071945345E-02  5.24488616655220327E-02
+  5.32731786801808813E-02  5.41100962984920261E-02  5.49597955721564876E-02
+  5.58224597716138471E-02  5.66982743999091057E-02  5.75874272059641243E-02
+  5.84901081978131260E-02  5.94065096552147676E-02  6.03368261416781307E-02
+  6.12812545159393610E-02  6.22399939428581184E-02  6.32132459037022809E-02
+  6.42012142056614388E-02  6.52041049905456721E-02  6.62221267432963195E-02
+  6.72554902995446680E-02  6.83044088523242360E-02  6.93690979579587030E-02
+  7.04497755410862098E-02  7.15466618987780495E-02  7.26599797035143852E-02
+  7.37899540050884900E-02  7.49368122320862445E-02  7.61007841919995320E-02
+  7.72821020701535411E-02  7.84810004274536649E-02  7.96977161969009695E-02
+  8.09324886788197057E-02  8.21855595344568868E-02  8.34571727782137396E-02
+  8.47475747691013859E-02  8.60570142003160843E-02  8.73857420871924778E-02
+  8.87340117535198175E-02  9.01020788161563946E-02  9.14902011678653815E-02
+  9.28986389579018051E-02  9.43276545708911507E-02  9.57775126044328046E-02
+  9.72484798441925341E-02  9.87408252368213585E-02  1.00254819860659053E-01
+  1.01790736894143682E-01  1.03348851581818557E-01  1.04929441197315565E-01
+  1.06532785004236921E-01  1.08159164215076931E-01  1.09808861946871464E-01
+  1.11482163173982990E-01  1.13179354677953148E-01  1.14900724994321149E-01
+  1.16646564356260418E-01  1.18417164634244898E-01  1.20212819273157870E-01
+  1.22033823226530058E-01  1.23880472886601103E-01  1.25753066010667186E-01
+  1.27651901643613702E-01  1.29577280036512976E-01  1.31529502561074679E-01
+  1.33508871619005015E-01  1.35515690548267370E-01  1.37550263525304389E-01
+  1.39612895462025738E-01  1.41703891898054768E-01  1.43823558888099834E-01
+  1.45972202884307178E-01  1.48150130613299513E-01  1.50357648946834566E-01
+  1.52595064768710487E-01  1.54862684836186509E-01  1.57160815634959705E-01
+  1.59489763228182369E-01  1.61849833099358936E-01  1.64241329988954771E-01
+  1.66664557724306078E-01  1.69119819041736563E-01  1.71607415404100155E-01
+  1.74127646811130604E-01  1.76680811601990922E-01  1.79267206250464828E-01
+  1.81887125152602636E-01  1.84540860406639279E-01  1.87228701584620127E-01
+  1.89950935494769546E-01  1.92707845938234423E-01  1.95499713456729729E-01
+  1.98326815070902662E-01  2.01189424009800832E-01  2.04087809431224954E-01
+  2.07022236132782755E-01  2.09992964252912612E-01  2.13000248961233568E-01
+  2.16044340141940600E-01  2.19125482066111404E-01  2.22243913053208564E-01
+  2.25399865122069970E-01  2.28593563631163926E-01  2.31825226907929505E-01
+  2.35095065866333275E-01  2.38403283612534156E-01  2.41750075041941292E-01
+  2.45135626423336778E-01  2.48560114970741347E-01  2.52023708403224134E-01
+  2.55526564492461472E-01  2.59068830597875221E-01  2.62650643188495625E-01
+  2.66272127352032206E-01  2.69933396293466632E-01  2.73634550819290001E-01
+  2.77375678808345294E-01  2.81156854669362577E-01  2.84978138785097368E-01
+  2.88839576942934717E-01  2.92741199751396453E-01  2.96683022043463918E-01
+  3.00665042267510563E-01  3.04687241863392910E-01  3.08749584624621209E-01
+  3.12852016046688941E-01  3.16994462661593701E-01  3.21176831358546244E-01
+  3.25399008691128477E-01  3.29660860171474446E-01  3.33962229550619882E-01
+  3.38302938085061233E-01  3.42682783790037526E-01  3.47101540679693787E-01
+  3.51558957994370203E-01  3.56054759415281918E-01  3.60588642268563075E-01
+  3.65160276717201471E-01  3.69769304939020160E-01  3.74415340294315613E-01
+  3.79097966482783044E-01  3.83816736690109295E-01  3.88571172724809011E-01
+  3.93360764146096498E-01  3.98184967387765931E-01  4.03043204871443517E-01
+  4.07934864108469575E-01  4.12859296798360254E-01  4.17815817922085053E-01
+  4.22803704830956972E-01  4.27822196332194371E-01  4.32870491772953947E-01
+  4.37947750132472169E-01  4.43053089105485909E-01  4.48185584181611085E-01
+  4.53344267733014950E-01  4.58528128106754362E-01  4.63736108723222296E-01
+  4.68967107182447385E-01  4.74219974381916209E-01  4.79493513661989001E-01
+  4.84786479944619042E-01  4.90097578882870089E-01  4.95425466036702677E-01
+  5.00768746069229942E-01  5.06125971965788457E-01  5.11495644278459394E-01
+  5.16876210403131364E-01  5.22266063912784628E-01  5.27663543885853792E-01
+  5.33066934271110626E-01  5.38474463304502660E-01  5.43884302969962707E-01
+  5.49294568507656900E-01  5.54703317973404997E-01  5.60108551862374071E-01
+  5.65508212827573020E-01  5.70900185394735415E-01  5.76282295753766105E-01
+  5.81652311636614239E-01  5.87007942271742467E-01  5.92346838419888333E-01
+  5.97666592496047921E-01  6.02964738800989775E-01  6.08238753894529305E-01
+  6.13486056966342064E-01  6.18704010339973354E-01  6.23889920106564633E-01
+  6.29041036877165394E-01  6.34154556659418556E-01  6.39227621864601359E-01
+  6.44257322484821038E-01  6.49240697461380245E-01  6.54174736052662409E-01
+  6.59056379407413462E-01  6.63882522317590151E-01  6.68650015138680720E-01
+  6.73355665883762833E-01  6.77996242497809432E-01  6.82568475376474693E-01
+  6.87069060116197172E-01  6.91494660266359085E-01  6.95841910368113603E-01
+  7.00107419222096850E-01  7.04287773371750081E-01  7.08379540807529517E-01
+  7.12379274897931403E-01  7.16283518643847428E-01  7.20088809175378319E-01
+  7.23791682249871782E-01  7.27388677110846649E-01  7.30876341609188462E-01
+  7.34251237570874737E-01  7.37509946412633566E-01  7.40649075008863012E-01
+  7.43665261942530131E-01  7.46555183951081669E-01  7.49315562357650289E-01
+  7.51943169899056296E-01  7.54434837805438629E-01  7.56787463110108138E-01
+  7.58998016182252933E-01  7.61063548479794627E-01  7.62981200684528460E-01
+  7.64748210887523650E-01  7.66361922702758713E-01  7.67819793723664046E-01
+  7.69119404131477724E-01  7.70258465422584471E-01  7.71234829231457697E-01
+  7.72046496234846669E-01  7.72691625301834217E-01  7.73168542411049486E-01
+  7.73475749350774233E-01  7.73611932545868797E-01  7.73575971785473659E-01
+  7.73366948799283582E-01  7.72984155634444225E-01  7.72427102798278309E-01
+  7.71695527278422500E-01  7.70789399885535520E-01  7.69708932077685648E-01
+  7.68454582454876522E-01  7.67027062688945049E-01  7.65427342811037748E-01
+  7.63656655779108462E-01  7.61716501258518863E-01  7.59608648593149804E-01
+  7.57335138536739061E-01  7.54898283951681459E-01  7.52300669452223736E-01
+  7.49545149798184540E-01  7.46634846944173480E-01  7.43573145650219036E-01
+  7.40363687546898963E-01  7.37010363430145032E-01  7.33517303856054625E-01
+  7.29888868046729700E-01  7.26129630921215741E-01  7.22244368190442021E-01
+  7.18238039460686206E-01  7.14115769303421355E-01  7.09882826171744030E-01
+  7.05544598798297007E-01  7.01106571171246529E-01  6.96574295553863410E-01
+  6.91953363470196536E-01  6.87249374914135958E-01  6.82467905951146814E-01
+  6.77614474934021160E-01  6.72694507370435901E-01  6.67713299378989489E-01
+  6.62675982324589241E-01  6.57587487432164663E-01  6.52452511053845829E-01
+  6.47275481580566026E-01  6.42060528884122572E-01  6.36811457325514807E-01
+  6.31531723169627135E-01  6.26224417854906124E-01  6.20892261121650746E-01
+  6.15537603168154313E-01  6.10162438656139838E-01  6.04768434574293190E-01
+  5.99356976646088557E-01  5.93929233341313756E-01  5.88486245863848123E-01
+  5.83029063320247842E-01  5.77558732783924333E-01  5.72076297084836871E-01
+  5.66582796756601281E-01  5.61079268699893108E-01  5.55566746352979091E-01
+  5.50046259319772801E-01  5.44518833126720114E-01  5.38985488947447688E-01
+  5.33447243457668030E-01  5.27905108621115171E-01  5.22360091467962029E-01
+  5.16813193876764276E-01  5.11265412359296345E-01  5.05717737847552029E-01
+  5.00171155440646831E-01  4.94626644181520303E-01  4.89085176921088827E-01
+  4.83547720122629088E-01  4.78015233662443639E-01  4.72488670632687235E-01
+  4.66968977146285658E-01  4.61457092142472880E-01  4.55953947154925376E-01
+  4.50460466121233194E-01  4.44977565248152906E-01  4.39506152828452290E-01
+  4.34047129056008507E-01  4.28601385842252991E-01  4.23169806633917289E-01
+  4.17753266230165565E-01  4.12352630568243450E-01  4.06968756554529465E-01
+  4.01602491924985150E-01  3.96254675069756479E-01  3.90926134857219498E-01
+  3.85617690458914086E-01  3.80330151175387154E-01  3.75064316260814656E-01
+  3.69820974724894058E-01  3.64600905176738266E-01  3.59404875678951519E-01
+  3.54233643578245161E-01  3.49087955336398137E-01  3.43968546362141969E-01
+  3.38876140844058205E-01  3.33811451582637364E-01  3.28775179810450346E-01
+  3.23768015044125945E-01  3.18790634935300132E-01  3.13843705109371041E-01
+  3.08927879005529593E-01  3.04043797718293762E-01  2.99192089840688957E-01
+  2.94373371308292220E-01  2.89588245243164399E-01  2.84837301813908539E-01
+  2.80121118091398891E-01  2.75440257901827190E-01  2.70795271682175376E-01
+  2.66186696338265139E-01  2.61615055105574090E-01  2.57080857414190456E-01
+  2.52584598764927171E-01  2.48126760602145530E-01  2.43707810185981477E-01
+  2.39328200469322960E-01  2.34988369978633121E-01  2.30688742698769211E-01
+  2.26429727962033006E-01  2.22211720346464692E-01  2.18035099594263593E-01
+  2.13900230505974648E-01  2.09807462843311560E-01  2.05757131242015251E-01
+  2.01749555130130098E-01  1.97785038651872191E-01  1.93863870597314719E-01
+  1.89986324348455360E-01  1.86152657849993575E-01  1.82363113536124943E-01
+  1.78617918278486332E-01  1.74917283347509528E-01  1.71261404380692761E-01
+  1.67650461357997493E-01  1.64084618584547898E-01  1.60564024698899327E-01
+  1.57088812704326758E-01  1.53659099940179622E-01  1.50274988087921585E-01
+  1.46936563192263475E-01  1.43643895690441836E-01  1.40397040449791094E-01
+  1.37196036813898720E-01  1.34040908685094273E-01  1.30931664620960925E-01
+  1.27868297860663921E-01  1.24850786398548699E-01  1.21879093073066033E-01
+  1.18953165664537383E-01  1.16072937001824264E-01  1.13238325078524715E-01
+  1.10449233217116957E-01  1.07705550230566896E-01  1.05007150510452951E-01
+  1.02353894172401108E-01  9.97456272158268875E-02  9.71821816924906684E-02
+  9.46633758838308220E-02  9.21890144884566082E-02  8.97588888689457437E-02
+  8.73727772727219548E-02  8.50304449836075116E-02  8.27316445369902231E-02
+  8.04761159472331400E-02  7.82635869430545889E-02  7.60937732107359877E-02
+  7.39663786479132779E-02  7.18810956864432415E-02  6.98376055609175178E-02
+  6.78355785190897786E-02  6.58746740978364137E-02  6.39545414084860403E-02
+  6.20748194284644617E-02  6.02351372990154246E-02  5.84351146339127311E-02
+  5.66743619040155425E-02  5.49524807366710485E-02  5.32690641741564372E-02
+  5.16236969950738464E-02  5.00159560417174076E-02  4.84454105514126529E-02
+  4.69116224915123586E-02  4.54141469060333342E-02  4.39525323405593471E-02
+  4.25263211522348000E-02  4.11350497998088996E-02  3.97782491900307289E-02
+  3.84554450264226119E-02  3.71661581592219042E-02  3.59099049361323308E-02
+  3.46861975658683472E-02  3.34945445570345307E-02  3.23344510170604227E-02
+  3.12054189535057487E-02  3.01069476221098968E-02  2.90385338737487349E-02
+  2.79996724996061618E-02  2.69898565742046452E-02  2.60085778130802643E-02
+  2.50553269970278762E-02  2.41295942395167093E-02  2.32308692772815809E-02
+  2.23586417964413628E-02  2.15124017544768877E-02  2.06916396976661587E-02
+  1.98958470736652279E-02  1.91245165613720819E-02  1.83771424529698378E-02
+  1.76532208729906007E-02  1.69522500372097547E-02  1.62737305357912761E-02
+  1.56171656099038363E-02  1.49820614215530109E-02  1.43679273164003807E-02
+  1.37742761072071514E-02  1.32006243904085122E-02  1.26464927055281208E-02
+  1.21114057449157320E-02  1.15948925778466220E-02  1.10964868665053926E-02
+  1.06157270737071031E-02  1.01521566622794768E-02  9.70532431858366421E-03
+  9.27478418777371097E-03  8.86009596841020632E-03  8.46082506133550259E-03
+  8.07654272524828930E-03  7.70682622346043067E-03  7.35125896180223188E-03
+  7.00943061788371780E-03  6.68093729734511865E-03  6.36538168129828323E-03
+  6.06237305690091217E-03  5.77152740072727540E-03  5.49246746355971753E-03
+  5.22482284655516153E-03  4.96823006885988450E-03  4.72233262730301778E-03
+  4.48678108461861465E-03  4.26123313184615087E-03  4.04535356106369877E-03
+  3.83881428562429447E-03  3.64129435876315351E-03  3.45247998455601229E-03
+  3.27206452138776357E-03  3.09974847908923079E-03  2.93523954449325265E-03
+  2.77825256944602911E-03  2.62850949620072223E-03  2.48573932284923112E-03
+  2.34967806592380549E-03  2.22006871690059527E-03  2.09666119281986391E-03
+  1.97921228274100048E-03  1.86748562086056793E-03  1.76125161630444902E-03
+  1.66028734438410553E-03  1.56437646973677175E-03  1.47330916677447911E-03
+  1.38688203589763131E-03  1.30489801571073184E-03  1.22716629346205633E-03
+  1.15350223904136075E-03  1.08372729542141806E-03  1.01766884989731876E-03
+  9.55160129497460318E-04  8.96040094641268746E-04  8.40153330468864788E-04
+  7.87349936070008520E-04  7.37485414203191674E-04  6.90420580606509559E-04
+  6.46021433894764831E-04  6.04159020144508403E-04  5.64709315078545330E-04
+  5.27553105751259687E-04  4.92575871625457445E-04  4.59667665232878415E-04
+  4.28722995188248086E-04  3.99640724521674524E-04  3.72323936508335107E-04
+  3.46679803866846968E-04  3.22619470412440293E-04  3.00057933410486386E-04
+  2.78913926688468302E-04  2.59109804648246188E-04  2.40571429920385016E-04
+  2.23228072255478495E-04  2.07012282943124973E-04  1.91859776948028978E-04
+  1.77709323749520426E-04  1.64502639793916324E-04  1.52184282636377361E-04
+  1.40701546858862901E-04  1.30004364291340824E-04  1.20045211942507049E-04
+  1.10779003221898013E-04  1.02162988084734314E-04  9.41566592899237861E-05
+  8.67216607982399776E-05  7.98216983508916617E-05  7.34224522638668762E-05
+  6.74914946140710764E-05  6.19982113512136012E-05  5.69137142585682135E-05
+  5.22107611069725074E-05  4.78636801844554909E-05  4.38482971177150927E-05
+  4.01418639842146169E-05  3.67229907114033618E-05  3.35715805016984355E-05
+  3.06687682012203805E-05  2.79968533837541325E-05  2.55392400088699804E-05
+  2.32803792681879487E-05  2.12057145811065275E-05  1.93016287097254217E-05
+  1.75553929671766353E-05  1.59551197904183029E-05  1.44897170026748684E-05
+  1.31488399236417463E-05  1.19228482832786615E-05  1.08027654585924538E-05
+  9.78023953479267760E-06  8.84750614521076059E-06  7.99735305568379057E-06
+  7.22308733659193557E-06  6.51850350360522710E-06  5.87785122566232097E-06
+  5.29580629146371944E-06  4.76744323456581060E-06  4.28820938053136454E-06
+  3.85390026682838676E-06  3.46063640159877116E-06  3.10484186462782054E-06
+  2.78322348635483285E-06
+                              </PP_PSWFC.3>
+ <PP_PSWFC.4 type="real" size="  1489" l="1" columns="3">
+ -3.45180003340685753E-08 -3.50747302944351058E-08 -3.56404395769326604E-08
+ -3.62152730062147086E-08 -3.67993777427657675E-08 -3.73929033205752178E-08
+ -3.79960016854187650E-08 -3.86088272337575416E-08 -3.92315368522642504E-08
+ -3.98642899579870586E-08 -4.05072485391612662E-08 -4.11605771966790995E-08
+ -4.18244431862284290E-08 -4.24990164611111582E-08 -4.31844697157521565E-08
+ -4.38809784299099517E-08 -4.45887209136005120E-08 -4.53078783527454931E-08
+ -4.60386348555569462E-08 -4.67811774996698449E-08 -4.75356963800350352E-08
+ -4.83023846575845934E-08 -4.90814386086820269E-08 -4.98730576753700086E-08
+ -5.06774445164287422E-08 -5.14948050592574981E-08 -5.23253485525933682E-08
+ -5.31692876200798592E-08 -5.40268383146997582E-08 -5.48982201740858016E-08
+ -5.57836562767236270E-08 -5.66833732990608459E-08 -5.75976015735375751E-08
+ -5.85265751475526485E-08 -5.94705318433811265E-08 -6.04297133190579853E-08
+ -6.14043651302438349E-08 -6.23947367930885083E-08 -6.34010818481086286E-08
+ -6.44236579250949957E-08 -6.54627268090676275E-08 -6.65185545072937877E-08
+ -6.75914113173873298E-08 -6.86815718965064193E-08 -6.97893153316671142E-08
+ -7.09149252111911376E-08 -7.20586896973059577E-08 -7.32209015999159711E-08
+ -7.44018584515632908E-08 -7.56018625835976207E-08 -7.68212212035747118E-08
+ -7.80602464739031462E-08 -7.93192555917594605E-08 -8.05985708702925063E-08
+ -8.18985198211370324E-08 -8.32194352382586042E-08 -8.45616552831505467E-08
+ -8.59255235714049601E-08 -8.73113892606803204E-08 -8.87196071400874904E-08
+ -9.01505377210176710E-08 -9.16045473294350715E-08 -9.30820081996590083E-08
+ -9.45832985696561827E-08 -9.61088027778737927E-08 -9.76589113616298734E-08
+ -9.92340211570952671E-08 -1.00834535400883207E-07 -1.02460863833282677E-07
+ -1.04113422803151396E-07 -1.05792635374505889E-07 -1.07498931434825465E-07
+ -1.09232747805108368E-07 -1.10994528351697308E-07 -1.12784724099914516E-07
+ -1.14603793349524243E-07 -1.16452201792061003E-07 -1.18330422630048726E-07
+ -1.20238936698143165E-07 -1.22178232586227948E-07 -1.24148806764496091E-07
+ -1.26151163710549058E-07 -1.28185816038545533E-07 -1.30253284630433354E-07
+ -1.32354098769297855E-07 -1.34488796274861247E-07 -1.36657923641166900E-07
+ -1.38862036176485046E-07 -1.41101698145474234E-07 -1.43377482913636156E-07
+ -1.45689973094099919E-07 -1.48039760696774196E-07 -1.50427447279904851E-07
+ -1.52853644104076426E-07 -1.55318972288698733E-07 -1.57824062971015844E-07
+ -1.60369557467680990E-07 -1.62956107438936402E-07 -1.65584375055442137E-07
+ -1.68255033167794614E-07 -1.70968765478780075E-07 -1.73726266718406007E-07
+ -1.76528242821755349E-07 -1.79375411109709360E-07 -1.82268500472585584E-07
+ -1.85208251556737349E-07 -1.88195416954162868E-07 -1.91230761395172826E-07
+ -1.94315061944164637E-07 -1.97449108198555460E-07 -2.00633702490922561E-07
+ -2.03869660094404544E-07 -2.07157809431415694E-07 -2.10498992285725715E-07
+ -2.13894064017960900E-07 -2.17343893784580387E-07 -2.20849364760384909E-07
+ -2.24411374364613555E-07 -2.28030834490687343E-07 -2.31708671739659105E-07
+ -2.35445827657427359E-07 -2.39243258975776638E-07 -2.43101937857305589E-07
+ -2.47022852144305635E-07 -2.51007005611652984E-07 -2.55055418223780080E-07
+ -2.59169126395791302E-07 -2.63349183258790575E-07 -2.67596658929487834E-07
+ -2.71912640784153455E-07 -2.76298233736992887E-07 -2.80754560523009434E-07
+ -2.85282761985429324E-07 -2.89883997367763911E-07 -2.94559444610581113E-07
+ -2.99310300653063859E-07 -3.04137781739431566E-07 -3.09043123730305685E-07
+ -3.14027582419094674E-07 -3.19092433853483545E-07 -3.24238974662108166E-07
+ -3.29468522386497888E-07 -3.34782415818372591E-07 -3.40182015342379528E-07
+ -3.45668703284357859E-07 -3.51243884265220860E-07 -3.56908985560545343E-07
+ -3.62665457465960489E-07 -3.68514773668430027E-07 -3.74458431623523563E-07
+ -3.80497952938771044E-07 -3.86634883763202249E-07 -3.92870795183166979E-07
+ -3.99207283624540927E-07 -4.05645971261417481E-07 -4.12188506431392048E-07
+ -4.18836564057542906E-07 -4.25591846077220037E-07 -4.32456081877747759E-07
+ -4.39431028739156454E-07 -4.46518472284053101E-07 -4.53720226934748809E-07
+ -4.61038136377758873E-07 -4.68474074035794891E-07 -4.76029943547367950E-07
+ -4.83707679254130034E-07 -4.91509246696071933E-07 -4.99436643114711319E-07
+ -5.07491897964394602E-07 -5.15677073431845077E-07 -5.23994264964093038E-07
+ -5.32445601804917103E-07 -5.41033247539941252E-07 -5.49759400650520577E-07
+ -5.58626295076562170E-07 -5.67636200788422290E-07 -5.76791424368028135E-07
+ -5.86094309599376067E-07 -5.95547238068539043E-07 -6.05152629773378294E-07
+ -6.14912943743054756E-07 -6.24830678667567989E-07 -6.34908373537412904E-07
+ -6.45148608293589782E-07 -6.55554004488059361E-07 -6.66127225954891094E-07
+ -6.76870979492194543E-07 -6.87788015555090170E-07 -6.98881128959815845E-07
+ -7.10153159599229873E-07 -7.21606993169816407E-07 -7.33245561910452444E-07
+ -7.45071845353051389E-07 -7.57088871085356773E-07 -7.69299715525992861E-07
+ -7.81707504712060763E-07 -7.94315415099393466E-07 -8.07126674375761875E-07
+ -8.20144562287151861E-07 -8.33372411477413830E-07 -8.46813608341406062E-07
+ -8.60471593891949764E-07 -8.74349864640713165E-07 -8.88451973493356459E-07
+ -9.02781530659062128E-07 -9.17342204574785423E-07 -9.32137722844360534E-07
+ -9.47171873192805076E-07 -9.62448504435963906E-07 -9.77971527465841805E-07
+ -9.93744916251786468E-07 -1.00977270885784548E-06 -1.02605900847652037E-06
+ -1.04260798447919611E-06 -1.05942387348351421E-06 -1.07651098043795521E-06
+ -1.09387367972392321E-06 -1.11151641627559584E-06 -1.12944370671783997E-06
+ -1.14766014052248134E-06 -1.16617038118322209E-06 -1.18497916740950529E-06
+ -1.20409131433963997E-06 -1.22351171477348523E-06 -1.24324534042502224E-06
+ -1.26329724319512325E-06 -1.28367255646485154E-06 -1.30437649640961775E-06
+ -1.32541436333453562E-06 -1.34679154303130898E-06 -1.36851350815700770E-06
+ -1.39058581963507988E-06 -1.41301412807895836E-06 -1.43580417523863193E-06
+ -1.45896179547054283E-06 -1.48249291723119280E-06 -1.50640356459484170E-06
+ -1.53069985879567959E-06 -1.55538801979487204E-06 -1.58047436787288506E-06
+ -1.60596532524748191E-06 -1.63186741771782534E-06 -1.65818727633509012E-06
+ -1.68493163910002237E-06 -1.71210735268787617E-06 -1.73972137420117210E-06
+ -1.76778077295072626E-06 -1.79629273226539719E-06 -1.82526455133103103E-06
+ -1.85470364705905768E-06 -1.88461755598522994E-06 -1.91501393619898120E-06
+ -1.94590056930390370E-06 -1.97728536240984425E-06 -2.00917635015713238E-06
+ -2.04158169677344882E-06 -2.07450969816387380E-06 -2.10796878403464686E-06
+ -2.14196752005116620E-06 -2.17651461003080796E-06 -2.21161889817110306E-06
+ -2.24728937131385508E-06 -2.28353516124576766E-06 -2.32036554703618346E-06
+ -2.35778995741252579E-06 -2.39581797317404820E-06 -2.43445932964451913E-06
+ -2.47372391916445587E-06 -2.51362179362356673E-06 -2.55416316703401763E-06
+ -2.59535841814522115E-06 -2.63721809310078275E-06 -2.67975290813830567E-06
+ -2.72297375233273751E-06 -2.76689169038395819E-06 -2.81151796544933652E-06
+ -2.85686400202195487E-06 -2.90294140885526870E-06 -2.94976198193492675E-06
+ -2.99733770749852311E-06 -3.04568076510405325E-06 -3.09480353074786095E-06
+ -3.14471858003286466E-06 -3.19543869138788666E-06 -3.24697684933890146E-06
+ -3.29934624783304129E-06 -3.35256029361621282E-06 -3.40663260966520096E-06
+ -3.46157703867509072E-06 -3.51740764660297394E-06 -3.57413872626880240E-06
+ -3.63178480101425125E-06 -3.69036062842073457E-06 -3.74988120408719430E-06
+ -3.81036176546901578E-06 -3.87181779577866405E-06 -3.93426502794942827E-06
+ -3.99771944866287877E-06 -4.06219730244150703E-06 -4.12771509580713230E-06
+ -4.19428960150661939E-06 -4.26193786280549628E-06 -4.33067719785107591E-06
+ -4.40052520410568938E-06 -4.47149976285166714E-06 -4.54361904376872956E-06
+ -4.61690150958545485E-06 -4.69136592080549586E-06 -4.76703134051029333E-06
+ -4.84391713923898011E-06 -4.92204299994724147E-06 -5.00142892304589572E-06
+ -5.08209523152101523E-06 -5.16406257613630794E-06 -5.24735194071973118E-06
+ -5.33198464753505445E-06 -5.41798236274033286E-06 -5.50536710193413825E-06
+ -5.59416123579153179E-06 -5.68438749579061738E-06 -5.77606898003177494E-06
+ -5.86922915915041279E-06 -5.96389188232541626E-06 -6.06008138338414186E-06
+ -6.15782228700624750E-06 -6.25713961502718215E-06 -6.35805879284372335E-06
+ -6.46060565592243529E-06 -6.56480645641348500E-06 -6.67068786987072475E-06
+ -6.77827700208053947E-06 -6.88760139600043909E-06 -6.99868903880994291E-06
+ -7.11156836907478343E-06 -7.22626828402703168E-06 -7.34281814696224530E-06
+ -7.46124779475633792E-06 -7.58158754550319898E-06 -7.70386820627597193E-06
+ -7.82812108101305467E-06 -7.95437797853167154E-06 -8.08267122067028589E-06
+ -8.21303365056277024E-06 -8.34549864104552846E-06 -8.48010010320070401E-06
+ -8.61687249503665651E-06 -8.75585083030893243E-06 -8.89707068748297987E-06
+ -9.04056821884193297E-06 -9.18638015974071630E-06 -9.33454383800997396E-06
+ -9.48509718351106208E-06 -9.63807873784571448E-06 -9.79352766422179123E-06
+ -9.95148375747844887E-06 -1.01119874542728602E-05 -1.02750798434312244E-05
+ -1.04408026764667008E-05 -1.06091983782669821E-05 -1.07803100579542126E-05
+ -1.09541815199200282E-05 -1.11308572750385668E-05 -1.13103825520602931E-05
+ -1.14928033091895714E-05 -1.16781662458489410E-05 -1.18665188146330899E-05
+ -1.20579092334556192E-05 -1.22523864978917091E-05 -1.24500003937197852E-05
+ -1.26508015096654557E-05 -1.28548412503509517E-05 -1.30621718494534192E-05
+ -1.32728463830753144E-05 -1.34869187833305254E-05 -1.37044438521495054E-05
+ -1.39254772753070594E-05 -1.41500756366763367E-05 -1.43782964327126730E-05
+ -1.46101980871709870E-05 -1.48458399660605541E-05 -1.50852823928408453E-05
+ -1.53285866638624579E-05 -1.55758150640571125E-05 -1.58270308828805215E-05
+ -1.60822984305124420E-05 -1.63416830543179731E-05 -1.66052511555741901E-05
+ -1.68730702064666059E-05 -1.71452087673596238E-05 -1.74217365043455834E-05
+ -1.77027242070766600E-05 -1.79882438068844217E-05 -1.82783683951915192E-05
+ -1.85731722422202288E-05 -1.88727308160027272E-05 -1.91771208016978714E-05
+ -1.94864201212194323E-05 -1.98007079531808504E-05 -2.01200647531616514E-05
+ -2.04445722743005755E-05 -2.07743135882208080E-05 -2.11093731062925562E-05
+ -2.14498366012385966E-05 -2.17957912290880034E-05 -2.21473255514840350E-05
+ -2.25045295583515933E-05 -2.28674946909303158E-05 -2.32363138651789531E-05
+ -2.36110814955571472E-05 -2.39918935191906583E-05 -2.43788474204262294E-05
+ -2.47720422557823686E-05 -2.51715786793023729E-05 -2.55775589683161889E-05
+ -2.59900870496177211E-05 -2.64092685260640798E-05 -2.68352107036037614E-05
+ -2.72680226187406077E-05 -2.77078150664405667E-05 -2.81547006284883434E-05
+ -2.86087937023012513E-05 -2.90702105302076652E-05 -2.95390692291976508E-05
+ -3.00154898211529981E-05 -3.04995942635648272E-05 -3.09915064807464235E-05
+ -3.14913523955491771E-05 -3.19992599615899232E-05 -3.25153591959978792E-05
+ -3.30397822126894843E-05 -3.35726632561797651E-05 -3.41141387359388467E-05
+ -3.46643472613021982E-05 -3.52234296769437627E-05 -3.57915290989210244E-05
+ -3.63687909513010454E-05 -3.69553630033769381E-05 -3.75513954074845462E-05
+ -3.81570407374285679E-05 -3.87724540275283093E-05 -3.93977928122927199E-05
+ -4.00332171667351031E-05 -4.06788897473377091E-05 -4.13349758336765876E-05
+ -4.20016433707175003E-05 -4.26790630117938240E-05 -4.33674081622770685E-05
+ -4.40668550239515236E-05 -4.47775826401039845E-05 -4.54997729413405430E-05
+ -4.62336107921417747E-05 -4.69792840381682758E-05 -4.77369835543286851E-05
+ -4.85069032936230051E-05 -4.92892403367727020E-05 -5.00841949426510891E-05
+ -5.08919705995264553E-05 -5.17127740771310297E-05 -5.25468154795693981E-05
+ -5.33943082990794325E-05 -5.42554694706598247E-05 -5.51305194275783985E-05
+ -5.60196821577748204E-05 -5.69231852611724277E-05 -5.78412600079137291E-05
+ -5.87741413975345400E-05 -5.97220682190915307E-05 -6.06852831122591400E-05
+ -6.16640326294107271E-05 -6.26585672987010661E-05 -6.36691416881648119E-05
+ -6.46960144708481227E-05 -6.57394484909898722E-05 -6.67997108312696683E-05
+ -6.78770728811391128E-05 -6.89718104062540403E-05 -7.00842036190264404E-05
+ -7.12145372503127864E-05 -7.23631006222578385E-05 -7.35301877223120288E-05
+ -7.47160972784416166E-05 -7.59211328355507666E-05 -7.71456028331348316E-05
+ -7.83898206841846163E-05 -7.96541048553625451E-05 -8.09387789484709277E-05
+ -8.22441717832323268E-05 -8.35706174814038324E-05 -8.49184555522467660E-05
+ -8.62880309793727650E-05 -8.76796943089898573E-05 -8.90938017395690303E-05
+ -9.05307152129566781E-05 -9.19908025069547203E-05 -9.34744373293919858E-05
+ -9.49819994137108512E-05 -9.65138746160940694E-05 -9.80704550141558849E-05
+ -9.96521390072230100E-05 -1.01259331418230059E-04 -1.02892443597258200E-04
+ -1.04551893526740711E-04 -1.06238105928363203E-04 -1.07951512371685482E-04
+ -1.09692551384513330E-04 -1.11461668565047300E-04 -1.13259316695838453E-04
+ -1.15085955859577620E-04 -1.16942053556752396E-04 -1.18828084825197628E-04
+ -1.20744532361571352E-04 -1.22691886644786638E-04 -1.24670646061431577E-04
+ -1.26681317033208675E-04 -1.28724414146425795E-04 -1.30800460283572116E-04
+ -1.32909986757014570E-04 -1.35053533444845990E-04 -1.37231648928920773E-04
+ -1.39444890635112822E-04 -1.41693824975831518E-04 -1.43979027494832445E-04
+ -1.46301083014358348E-04 -1.48660585784648927E-04 -1.51058139635860278E-04
+ -1.53494358132427852E-04 -1.55969864729915084E-04 -1.58485292934385771E-04
+ -1.61041286464342839E-04 -1.63638499415272667E-04 -1.66277596426837111E-04
+ -1.68959252852756683E-04 -1.71684154933430795E-04 -1.74452999971333971E-04
+ -1.77266496509235344E-04 -1.80125364511285631E-04 -1.83030335547017947E-04
+ -1.85982152978310367E-04 -1.88981572149353542E-04 -1.92029360579677527E-04
+ -1.95126298160286935E-04 -1.98273177352948873E-04 -2.01470803392687778E-04
+ -2.04719994493537721E-04 -2.08021582057604527E-04 -2.11376410887490959E-04
+ -2.14785339402135517E-04 -2.18249239856126961E-04 -2.21768998562548196E-04
+ -2.25345516119401914E-04 -2.28979707639677708E-04 -2.32672502985119522E-04
+ -2.36424847003751884E-04 -2.40237699771225853E-04 -2.44112036836040698E-04
+ -2.48048849468715917E-04 -2.52049144914968980E-04 -2.56113946652962215E-04
+ -2.60244294654684899E-04 -2.64441245651536735E-04 -2.68705873404181603E-04
+ -2.73039268976737245E-04 -2.77442541015366978E-04 -2.81916816031358808E-04
+ -2.86463238688751745E-04 -2.91082972096584126E-04 -2.95777198105836691E-04
+ -3.00547117611146863E-04 -3.05393950857371947E-04 -3.10318937751075596E-04
+ -3.15323338177012004E-04 -3.20408432319707539E-04 -3.25575520990204956E-04
+ -3.30825925958054133E-04 -3.36160990288634522E-04 -3.41582078685895036E-04
+ -3.47090577840597947E-04 -3.52687896784152220E-04 -3.58375467248123354E-04
+ -3.64154744029527981E-04 -3.70027205361992046E-04 -3.75994353292863868E-04
+ -3.82057714066379856E-04 -3.88218838512980474E-04 -3.94479302444875339E-04
+ -4.00840707057950943E-04 -4.07304679340121959E-04 -4.13872872486255360E-04
+ -4.20546966319745895E-04 -4.27328667720849463E-04 -4.34219711061889502E-04
+ -4.41221858649443806E-04 -4.48336901173623868E-04 -4.55566658164549738E-04
+ -4.62912978456143801E-04 -4.70377740657383582E-04 -4.77962853631100663E-04
+ -4.85670256980452817E-04 -4.93501921543193023E-04 -5.01459849893860690E-04
+ -5.09546076854022756E-04 -5.17762670010677101E-04 -5.26111730242963867E-04
+ -5.34595392257344567E-04 -5.43215825131338468E-04 -5.51975232865967082E-04
+ -5.60875854947046168E-04 -5.69919966915466533E-04 -5.79109880946605772E-04
+ -5.88447946438998542E-04 -5.97936550612438757E-04 -6.07578119115687368E-04
+ -6.17375116643886584E-04 -6.27330047565851593E-04 -6.37445456561399519E-04
+ -6.47723929268876155E-04 -6.58168092943037914E-04 -6.68780617123429619E-04
+ -6.79564214313473341E-04 -6.90521640670446963E-04 -7.01655696706469023E-04
+ -7.12969228000688679E-04 -7.24465125922856327E-04 -7.36146328368460809E-04
+ -7.48015820505606045E-04 -7.60076635533786342E-04 -7.72331855454818977E-04
+ -7.84784611856119765E-04 -7.97438086706457367E-04 -8.10295513164408258E-04
+ -8.23360176399721413E-04 -8.36635414427786429E-04 -8.50124618957419234E-04
+ -8.63831236252119881E-04 -8.77758768005133523E-04 -8.91910772228496308E-04
+ -9.06290864156216770E-04 -9.20902717161861824E-04 -9.35750063690764309E-04
+ -9.50836696207092128E-04 -9.66166468155993429E-04 -9.81743294941009098E-04
+ -9.97571154917151854E-04 -1.01365409039980928E-03 -1.02999620868967192E-03
+ -1.04660168311397324E-03 -1.06347475408430370E-03 -1.08061973017125040E-03
+ -1.09804098919611889E-03 -1.11574297933993323E-03 -1.13373022027022101E-03
+ -1.15200730428568999E-03 -1.17057889747906223E-03 -1.18944974091838391E-03
+ -1.20862465184709057E-03 -1.22810852490314081E-03 -1.24790633335746925E-03
+ -1.26802313037200796E-03 -1.28846405027786804E-03 -1.30923430987375995E-03
+ -1.33033920974496471E-03 -1.35178413560321483E-03 -1.37357455964781184E-03
+ -1.39571604194831654E-03 -1.41821423184908843E-03 -1.44107486939597500E-03
+ -1.46430378678585123E-03 -1.48790690983902226E-03 -1.51189025949487947E-03
+ -1.53625995333121312E-03 -1.56102220710754836E-03 -1.58618333633287899E-03
+ -1.61174975785808466E-03 -1.63772799149342193E-03 -1.66412466165188747E-03
+ -1.69094649901839456E-03 -1.71820034224524454E-03 -1.74589313967434575E-03
+ -1.77403195108658657E-03 -1.80262394947878113E-03 -1.83167642286847804E-03
+ -1.86119677612714743E-03 -1.89119253284263230E-03 -1.92167133721071813E-03
+ -1.95264095595642020E-03 -1.98410928028548619E-03 -2.01608432786657245E-03
+ -2.04857424484454747E-03 -2.08158730788522532E-03 -2.11513192625220614E-03
+ -2.14921664391676736E-03 -2.18385014170059287E-03 -2.21904123945205123E-03
+ -2.25479889825657602E-03 -2.29113222268165564E-03 -2.32805046305695684E-03
+ -2.36556301778982235E-03 -2.40367943571711748E-03 -2.44240941849434290E-03
+ -2.48176282302173127E-03 -2.52174966390819643E-03 -2.56238011597373057E-03
+ -2.60366451679081403E-03 -2.64561336926541968E-03 -2.68823734425779198E-03
+ -2.73154728324439275E-03 -2.77555420102171529E-03 -2.82026928845181043E-03
+ -2.86570391525039526E-03 -2.91186963281828918E-03 -2.95877817711678349E-03
+ -3.00644147158755232E-03 -3.05487163011723640E-03 -3.10408096004859222E-03
+ -3.15408196523869538E-03 -3.20488734916398463E-03 -3.25651001807327053E-03
+ -3.30896308418944518E-03 -3.36225986896058126E-03 -3.41641390636113510E-03
+ -3.47143894624315228E-03 -3.52734895774021095E-03 -3.58415813272403537E-03
+ -3.64188088931371697E-03 -3.70053187543882209E-03 -3.76012597245718944E-03
+ -3.82067829882819796E-03 -3.88220421384214733E-03 -3.94471932140570865E-03
+ -4.00823947388691780E-03 -4.07278077601901014E-03 -4.13835958886326315E-03
+ -4.20499253383226686E-03 -4.27269649677448730E-03 -4.34148863212099282E-03
+ -4.41138636709497139E-03 -4.48240740598388789E-03 -4.55456973447889487E-03
+ -4.62789162407973523E-03 -4.70239163656572916E-03 -4.77808862853437624E-03
+ -4.85500175600851128E-03 -4.93315047911299827E-03 -5.01255456682140298E-03
+ -5.09323410177268347E-03 -5.17520948516356737E-03 -5.25850144171367568E-03
+ -5.34313102470446080E-03 -5.42911962109363273E-03 -5.51648895670607542E-03
+ -5.60526110150231290E-03 -5.69545847492477358E-03 -5.78710385132214303E-03
+ -5.88022036545874077E-03 -5.97483151810435532E-03 -6.07096118170635975E-03
+ -6.16863360614584421E-03 -6.26787342457886792E-03 -6.36870565936395114E-03
+ -6.47115572807558867E-03 -6.57524944960495659E-03 -6.68101305035560897E-03
+ -6.78847317052791097E-03 -6.89765687049489346E-03 -7.00859163727131883E-03
+ -7.12130539107708096E-03 -7.23582649199624311E-03 -7.35218374673068248E-03
+ -7.47040641545101969E-03 -7.59052421875313754E-03 -7.71256734471222061E-03
+ -7.83656645603791717E-03 -7.96255269733252800E-03 -8.09055770245340269E-03
+ -8.22061360198079669E-03 -8.35275303078921415E-03 -8.48700913572728553E-03
+ -8.62341558341420469E-03 -8.76200656814283933E-03 -8.90281681989428531E-03
+ -9.04588161246567407E-03 -9.19123677171250313E-03 -9.33891868390674881E-03
+ -9.48896430420730769E-03 -9.64141116525142963E-03 -9.79629738587384225E-03
+ -9.95366167994195944E-03 -1.01135433653131591E-02 -1.02759823729158782E-02
+ -1.04410192559558964E-02 -1.06086951992487872E-02 -1.07790520286732971E-02
+ -1.09521322207595841E-02 -1.11279789124158150E-02 -1.13066359107803719E-02
+ -1.14881477032068614E-02 -1.16725594673835666E-02 -1.18599170815887004E-02
+ -1.20502671350820809E-02 -1.22436569386256220E-02 -1.24401345351539353E-02
+ -1.26397487105930524E-02 -1.28425490048139634E-02 -1.30485857227294697E-02
+ -1.32579099455357244E-02 -1.34705735420997934E-02 -1.36866291804931747E-02
+ -1.39061303396608681E-02 -1.41291313212572288E-02 -1.43556872616376827E-02
+ -1.45858541439940412E-02 -1.48196888106426339E-02 -1.50572489754666316E-02
+ -1.52985932365135406E-02 -1.55437810887466017E-02 -1.57928729369370795E-02
+ -1.60459301087407351E-02 -1.63030148679353011E-02 -1.65641904278088191E-02
+ -1.68295209647089730E-02 -1.70990716317542674E-02 -1.73729085727078805E-02
+ -1.76510989360105439E-02 -1.79337108889577254E-02 -1.82208136320785689E-02
+ -1.85124774136768457E-02 -1.88087735445279965E-02 -1.91097744127426174E-02
+ -1.94155534987968115E-02 -1.97261853907297613E-02 -2.00417457995014300E-02
+ -2.03623115744949283E-02 -2.06879607192378169E-02 -2.10187724072803568E-02
+ -2.13548269982319003E-02 -2.16962060539649705E-02 -2.20429923549873563E-02
+ -2.23952699169815972E-02 -2.27531240074989177E-02 -2.31166411627957910E-02
+ -2.34859092049030937E-02 -2.38610172588399339E-02 -2.42420557699822084E-02
+ -2.46291165215949230E-02 -2.50222926525270756E-02 -2.54216786750679907E-02
+ -2.58273704929430428E-02 -2.62394654194467482E-02 -2.66580621958158945E-02
+ -2.70832610097253880E-02 -2.75151635139281904E-02 -2.79538728450463882E-02
+ -2.83994936425113649E-02 -2.88521320676502734E-02 -2.93118958228836095E-02
+ -2.97788941710516036E-02 -3.02532379549772835E-02 -3.07350396171182302E-02
+ -3.12244132193408193E-02 -3.17214744628220163E-02 -3.22263407080747855E-02
+ -3.27391309950921527E-02 -3.32599660635562594E-02 -3.37889683731635374E-02
+ -3.43262621241669924E-02 -3.48719732779572134E-02 -3.54262295777298050E-02
+ -3.59891605692411395E-02 -3.65608976216462433E-02 -3.71415739484104862E-02
+ -3.77313246282165796E-02 -3.83302866259695729E-02 -3.89385988139762523E-02
+ -3.95564019930925090E-02 -4.01838389139013291E-02 -4.08210542979192750E-02
+ -4.14681948588219926E-02 -4.21254093236748534E-02 -4.27928484540592499E-02
+ -4.34706650672714023E-02 -4.41590140576199192E-02 -4.48580524175945933E-02
+ -4.55679392589833504E-02 -4.62888358339303418E-02 -4.70209055559212760E-02
+ -4.77643140206735414E-02 -4.85192290267837528E-02 -4.92858205964122262E-02
+ -5.00642609959458598E-02 -5.08547247564017785E-02 -5.16573886936620638E-02
+ -5.24724319285256313E-02 -5.33000359065583518E-02 -5.41403844177046276E-02
+ -5.49936636154706934E-02 -5.58600620360944003E-02 -5.67397706175131397E-02
+ -5.76329827178998569E-02 -5.85398941338668155E-02 -5.94607031183158816E-02
+ -6.03956103979088124E-02 -6.13448191900986539E-02 -6.23085352194903200E-02
+ -6.32869667341137004E-02 -6.42803245212371921E-02 -6.52888219225225969E-02
+ -6.63126748486256856E-02 -6.73521017932106197E-02 -6.84073238463443062E-02
+ -6.94785647071755885E-02 -7.05660506956340555E-02 -7.16700107639310635E-02
+ -7.27906765072455636E-02 -7.39282821734559142E-02 -7.50830646720191536E-02
+ -7.62552635819537666E-02 -7.74451211588815941E-02 -7.86528823409787248E-02
+ -7.98787947535626597E-02 -8.11231087133117146E-02 -8.23860772311945100E-02
+ -8.36679560140626277E-02 -8.49690034649954185E-02 -8.62894806823399502E-02
+ -8.76296514573863539E-02 -8.89897822704475011E-02 -9.03701422851121289E-02
+ -9.17710033418671495E-02 -9.31926399498144847E-02 -9.46353292765555743E-02
+ -9.60993511363125719E-02 -9.75849879762109851E-02 -9.90925248606472214E-02
+ -1.00622249453388463E-01 -1.02174451997301907E-01 -1.03749425293051520E-01
+ -1.05347464675108735E-01 -1.06968867985294744E-01 -1.08613935543892301E-01
+ -1.10282970118231724E-01 -1.11976276888651263E-01 -1.13694163411311042E-01
+ -1.15436939578005021E-01 -1.17204917574346548E-01 -1.18998411834296269E-01
+ -1.20817738991407658E-01 -1.22663217826791293E-01 -1.24535169213676966E-01
+ -1.26433916058441231E-01 -1.28359783237359443E-01 -1.30313097529629274E-01
+ -1.32294187547919551E-01 -1.34303383664066550E-01 -1.36341017930458969E-01
+ -1.38407423997067069E-01 -1.40502937023964741E-01 -1.42627893589166804E-01
+ -1.44782631590764432E-01 -1.46967490144501445E-01 -1.49182809477700795E-01
+ -1.51428930816886825E-01 -1.53706196269811496E-01 -1.56014948701782119E-01
+ -1.58355531606106853E-01 -1.60728288968413485E-01 -1.63133565123504187E-01
+ -1.65571704606697595E-01 -1.68043051999939935E-01 -1.70547951769875722E-01
+ -1.73086748098732784E-01 -1.75659784707860811E-01 -1.78267404673692065E-01
+ -1.80909950235794592E-01 -1.83587762595329912E-01 -1.86301181706899216E-01
+ -1.89050546063089825E-01 -1.91836192468936795E-01 -1.94658455807264597E-01
+ -1.97517668794680135E-01 -2.00414161727943130E-01 -2.03348262220251097E-01
+ -2.06320294925427500E-01 -2.09330581254207782E-01 -2.12379439080608051E-01
+ -2.15467182435839705E-01 -2.18594121190791912E-01 -2.21760560726784184E-01
+ -2.24966801594266935E-01 -2.28213139158831013E-01 -2.31499863232278780E-01
+ -2.34827257694245145E-01 -2.38195600100705590E-01 -2.41605161277345104E-01
+ -2.45056204898787738E-01 -2.48548987053331283E-01 -2.52083755792815722E-01
+ -2.55660750666753478E-01 -2.59280202238436730E-01 -2.62942331589688050E-01
+ -2.66647349808772305E-01 -2.70395457460198052E-01 -2.74186844037309918E-01
+ -2.78021687397267125E-01 -2.81900153178006985E-01 -2.85822394196020957E-01
+ -2.89788549822956709E-01 -2.93798745348472001E-01 -2.97853091322157371E-01
+ -3.01951682874162464E-01 -3.06094599015290347E-01 -3.10281901916103553E-01
+ -3.14513636164640731E-01 -3.18789828001264541E-01 -3.23110484529357755E-01
+ -3.27475592909295177E-01 -3.31885119527320638E-01 -3.36339009139922540E-01
+ -3.40837183994273929E-01 -3.45379542924289573E-01 -3.49965960421918798E-01
+ -3.54596285681988199E-01 -3.59270341620425260E-01 -3.63987923872157004E-01
+ -3.68748799760208190E-01 -3.73552707237370551E-01 -3.78399353800822902E-01
+ -3.83288415379331671E-01 -3.88219535192705689E-01 -3.93192322581977727E-01
+ -3.98206351811322135E-01 -4.03261160845671540E-01 -4.08356250096998830E-01
+ -4.13491081141088124E-01 -4.18665075404991260E-01 -4.23877612825024785E-01
+ -4.29128030475109945E-01 -4.34415621164789711E-01 -4.39739632008559089E-01
+ -4.45099262967066922E-01 -4.50493665356768269E-01 -4.55921940329603925E-01
+ -4.61383137322926462E-01 -4.66876252479832277E-01 -4.72400227040057075E-01
+ -4.77953945702914051E-01 -4.83536234962600120E-01 -4.89145861412914551E-01
+ -4.94781530023994665E-01 -5.00441882391539417E-01 -5.06125494958979072E-01
+ -5.11830877213271473E-01 -5.17556469855162238E-01 -5.23300642949631967E-01
+ -5.29061694051405795E-01 -5.34837846300840081E-01 -5.40627246501190317E-01
+ -5.46427963175548981E-01 -5.52237984604494581E-01 -5.58055216845931512E-01
+ -5.63877481739262776E-01 -5.69702514906879398E-01 -5.75527963734979053E-01
+ -5.81351385332447790E-01 -5.87170244488833704E-01 -5.92981911626386027E-01
+ -5.98783660748230862E-01 -6.04572667385329443E-01 -6.10346006546823139E-01
+ -6.16100650697840146E-01 -6.21833467722140321E-01 -6.27541218882038954E-01
+ -6.33220556806609269E-01 -6.38868023498781024E-01 -6.44480048364980518E-01
+ -6.50052946271605148E-01 -6.55582915637453523E-01 -6.61066036601333118E-01
+ -6.66498269180643144E-01 -6.71875451464536200E-01 -6.77193297879517764E-01
+ -6.82447397513108900E-01 -6.87633212501410518E-01 -6.92746076487005480E-01
+ -6.97781193164490277E-01 -7.02733634970643783E-01 -7.07598341771698114E-01
+ -7.12370119648514044E-01 -7.17043639816854483E-01 -7.21613437663452872E-01
+ -7.26073911906432223E-01 -7.30419323889162864E-01 -7.34643797039137181E-01
+ -7.38741316564703210E-01 -7.42705729154833350E-01 -7.46530742874318420E-01
+ -7.50209927277978639E-01 -7.53736713720535856E-01 -7.57104395873713032E-01
+ -7.60306130462570451E-01 -7.63334938276822750E-01 -7.66183705533643788E-01
+ -7.68845185250401131E-01 -7.71311998950115152E-01 -7.73576638691618967E-01
+ -7.75631469398381790E-01 -7.77468731500314814E-01 -7.79080543903232003E-01
+ -7.80458907380658595E-01 -7.81595708437939796E-01 -7.82482723197022390E-01
+ -7.83111621789261081E-01 -7.83473973195825679E-01 -7.83561250507870621E-01
+ -7.83364836622237992E-01 -7.82876030388935940E-01 -7.82086053362778588E-01
+ -7.80986057129001598E-01 -7.79567130664380104E-01 -7.77820308405614558E-01
+ -7.75736578890033779E-01 -7.73306893938644158E-01 -7.70522178395516177E-01
+ -7.67373340438940010E-01 -7.63851282693176370E-01 -7.59946913952226355E-01
+ -7.55651160950178369E-01 -7.50954981026213608E-01 -7.45849375454387453E-01
+ -7.40325403403286786E-01 -7.34374196531344059E-01 -7.27986974228069794E-01
+ -7.21155059816489641E-01 -7.13869897275115295E-01 -7.06123067988453479E-01
+ -6.97906308497670103E-01 -6.89211528913313831E-01 -6.80030831943187253E-01
+ -6.70356532521900750E-01 -6.60181178039706662E-01 -6.49497569558197818E-01
+ -6.38298783234612976E-01 -6.26578191669765472E-01 -6.14329486163465388E-01
+ -6.01546699432314536E-01 -5.88224228717943998E-01 -5.74356859236595962E-01
+ -5.59939787942538736E-01 -5.44968648005199063E-01 -5.29439532871548213E-01
+ -5.13349019954145169E-01 -4.96694194771166719E-01 -4.79472675010959248E-01
+ -4.61682634405975956E-01 -4.43322826311702223E-01 -4.24392606918355009E-01
+ -4.04891958381672024E-01 -3.84821510548167101E-01 -3.64182561660431392E-01
+ -3.42977098515213963E-01 -3.21207815523458728E-01 -2.98878132499348415E-01
+ -2.75992211006108434E-01 -2.52554969115297456E-01 -2.28572094565892420E-01
+ -2.04050055252230078E-01 -1.78996107562812951E-01 -1.53418302554827884E-01
+ -1.27325489502187389E-01 -1.00727316603017522E-01 -7.36342286341554603E-02
+ -4.60574613186594609E-02 -1.80090319311091256E-02  1.04982738245808036E-02
+  3.94509185581121274E-02  6.88346339599411050E-02  9.86344457600190627E-02
+  1.28834703009385126E-01  1.59419111787251377E-01  1.90370773602732885E-01
+  2.21672229304092139E-01  2.53305506151798920E-01  2.85252169169658731E-01
+  3.17493376965392371E-01  3.50009941478616304E-01  3.82782391295369118E-01
+  4.15791038053903106E-01  4.49016045876736158E-01  4.82437504008198903E-01
+  5.16035496906966595E-01  5.49790174456530445E-01  5.83681820830702636E-01
+  6.17690919836822894E-01  6.51798214790602071E-01  6.85984760644698932E-01
+  7.20231966556137970E-01  7.54521625739701496E-01  7.88835923558653729E-01
+  8.23157425846022139E-01  8.57469041212732819E-01  8.91753952881809031E-01
+  9.25995509683765983E-01  9.60177078271897799E-01  9.94281838121485295E-01
+  1.02829247685624048E+00  1.06219120583280269E+00  1.09595975907227894E+00
+  1.12957938336859098E+00  1.16303083600040891E+00  1.19629437950092554E+00
+  1.22934977804246470E+00  1.26217629415721255E+00  1.29475268607217631E+00
+  1.32705720482246470E+00  1.35906759227045049E+00  1.39076107976792240E+00
+  1.42211438744217133E+00  1.45310372414794897E+00  1.48370478813445028E+00
+  1.51389276887208180E+00  1.54364234957151258E+00  1.57292770973773610E+00
+  1.60172252908417034E+00  1.62999999243900162E+00  1.65773279564482312E+00
+  1.68489315250374361E+00  1.71145280284080026E+00  1.73738302233181718E+00
+  1.76265463317635063E+00  1.78723801515576008E+00  1.81110311861961959E+00
+  1.83421947890330683E+00  1.85655623219562260E+00  1.87808213291874004E+00
+  1.89876557272806856E+00  1.91857460203393360E+00  1.93747695243849805E+00
+  1.95544006005023441E+00  1.97243109138268147E+00  1.98841697119154937E+00
+  2.00336441228373019E+00  2.01723994736556733E+00  2.03000996309050885E+00
+  2.04164073749614117E+00  2.05209847826261083E+00  2.06134936249428247E+00
+  2.06935957976222173E+00  2.07609537760612772E+00  2.08152310953497510E+00
+  2.08560928558779501E+00  2.08832062569220245E+00  2.08962411727468078E+00
+  2.08948707333858152E+00  2.08787719282507878E+00  2.08476262480436159E+00
+  2.08011203555302959E+00  2.07389467854387366E+00  2.06608046738373696E+00
+  2.05664005204423761E+00  2.04554489997756184E+00  2.03276737698835097E+00
+  2.01828083112608381E+00  2.00205968066241802E+00  1.98407950510019604E+00
+  1.96431713919524453E+00  1.94275076996905827E+00  1.91936003718781079E+00
+  1.89412613876735891E+00  1.86703193478119922E+00  1.83806205491311858E+00
+  1.80720300963223002E+00  1.77444330397467298E+00  1.73977355382053900E+00
+  1.70318660454077353E+00  1.66467765260920464E+00  1.62424437108267905E+00
+  1.58188703203529624E+00  1.53760863204999576E+00  1.49141502005361537E+00
+  1.44331502636048703E+00  1.39332059266009956E+00  1.34144690266152566E+00
+  1.28771251400477715E+00  1.23213949130130418E+00  1.17475353395591742E+00
+  1.11558410513478368E+00  1.05466456021483368E+00  9.92032273580119583E-01
+  9.27728763283917179E-01  8.61799813065251552E-01  7.94295592033094966E-01
+  7.25270770616313065E-01  6.54784628532830926E-01  5.82901159667077451E-01
+  5.09689171629477134E-01  4.35222378847976599E-01  3.59579488503194766E-01
+  2.82844278402138327E-01  2.05105666279219112E-01  1.26457768948934623E-01
+  4.69999463367434048E-02 -3.31631486278276613E-02 -1.13921590450537041E-01
+ -1.95160037120332863E-01 -2.76758053151801409E-01 -3.58589615363118064E-01
+ -4.40522913059045784E-01 -5.22426885899051840E-01 -6.04135732489597954E-01
+ -6.85593304812271764E-01 -7.66361328282927023E-01 -8.47049219031801193E-01
+ -9.25952862152607969E-01 -1.00410738712734116E+00 -1.08971450640581180E+00
+ -1.12212037957392963E+00 -1.37271253607077592E+00 -7.31606711447663760E-01
+  1.37623828319310137E-01 -2.96940877365943351E-02  3.42016095913689772E-03
+  1.15590387332009095E-03 -1.04795266737625235E-03  4.90135828839440924E-04
+ -1.79688904372228044E-04  5.59915844029460725E-05 -1.48810531523298397E-05
+  3.11946540186113955E-06 -3.12391408181028443E-07 -1.50673050372309585E-07
+  1.21933483983087207E-07 -5.53974829589589920E-08  1.99812652865237411E-08
+ -6.14261341333683154E-09  1.60623211399002070E-09 -3.26292553660059871E-10
+  2.71472331822343224E-11  1.91771283989119071E-11 -1.41341649856547229E-11
+  6.25038535633315057E-12 -2.21914401420006262E-12  6.73038845049126296E-13
+ -1.73051303610310485E-13  3.39629851642833950E-14 -2.17114268049997366E-15
+ -2.39692692659886628E-15  1.63278849530447992E-15 -7.04044660036543732E-16
+  2.46159150411990739E-16 -7.36501314656332916E-17  1.86073564141785700E-17
+ -3.51539912586138414E-18  1.46840298787065326E-19  2.95337684621856755E-19
+ -1.88030136620305510E-19  7.91771939678152473E-20 -2.72721997294028174E-20
+  8.04898937810196397E-21 -1.99655825230029197E-21  3.61523800518790923E-22
+ -5.77947562642799523E-24 -3.59708843281864011E-23  2.15908777245477635E-23
+ -8.89064080171042839E-24  3.01788194075816749E-24 -8.78475180203912932E-25
+  2.13748390195859462E-25 -3.68989660632492051E-26 -5.33044736195689353E-28
+  4.33921119750108156E-27 -2.47258645721145791E-27  9.96833772024702765E-28
+ -3.33553085585409235E-28  9.57461993393199479E-29 -2.28283015755008465E-29
+  3.73238466005826000E-30  1.90076113356197594E-31 -5.19212904017683740E-31
+  2.82456776060757923E-31 -1.11606674263276464E-31  3.68221901363574852E-32
+ -1.04207404459850376E-32  2.43169423582192045E-33 -3.73447786444103235E-34
+ -3.56450880852090362E-35  6.16958034354003176E-35 -3.21916072446146853E-35
+  1.24782579994942885E-35 -4.06009369565680748E-36  1.13250181312245106E-36
+ -2.58291275232938995E-37  3.68653321782748886E-38  5.56842029976112551E-39
+ -7.28678806194586080E-39  3.66088180505002268E-39 -1.39325481352324176E-39
+  4.47139116122199185E-40 -1.22890337607357185E-40  2.73501535900000088E-41
+ -3.57727909861288221E-42 -7.96206384691715261E-43  8.56060043163670988E-43
+ -4.15466519601706215E-43  1.55358256664434156E-43 -4.91842806552201969E-44
+  1.33139468125417020E-44 -2.88617142776985226E-45  3.39357683423078995E-46
+  1.08010271678958988E-46 -1.00096429374232574E-46  4.70589474328718968E-47
+ -1.73012639957179028E-47  5.40358981146231204E-48 -1.44003807697366381E-48
+  3.03412882882060372E-49 -3.12015009865041990E-50 -1.41475563266778333E-50
+  1.16544821731220735E-50 -5.32043740908569455E-51  1.92429554774474972E-51
+ -5.92931526613370170E-52  1.55482883682380843E-52 -3.17614372923181964E-53
+  2.73927802624377381E-54  1.80712540935246943E-54 -1.35178022287509079E-54
+  6.00467821233534926E-55 -2.13759406036481829E-55  6.49807718612299324E-56
+ -1.67567938157071631E-56  3.30890020002806702E-57 -2.23044742458605754E-58
+ -2.26498424489429091E-58  1.56245942224463050E-58 -6.76555653679922148E-59
+  2.37162316329665728E-59 -7.11235759712491822E-60  1.80240085985430384E-60
+ -3.42841826462151228E-61  1.56995890290409715E-62  2.79699941338157601E-62
+ -1.80023595702848039E-62  7.61060365529690673E-63 -2.62808290554189534E-63
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00
+                              </PP_PSWFC.4>
+                             </PP_FULL_WFC> 
+ <PP_RHOATOM type="real" size="  1489" columns="3">
+  1.72281077255033250E-07  1.75059744546131089E-07  1.77883228087640605E-07
+  1.80752250706760039E-07  1.83667546888939977E-07  1.86629862965915689E-07
+  1.89639957306771774E-07  1.92698600512089149E-07  1.95806575611223046E-07
+  1.98964678262762304E-07  2.02173716958222721E-07  2.05434513229025261E-07
+  2.08747901856812388E-07  2.12114731087156773E-07  2.15535862846716985E-07
+  2.19012172963895242E-07  2.22544551393054149E-07  2.26133902442349821E-07
+  2.29781145005240257E-07  2.33487212795726262E-07  2.37253054587387939E-07
+  2.41079634456275666E-07  2.44967932027718642E-07  2.48918942727114690E-07
+  2.52933678034764380E-07  2.57013165744815013E-07  2.61158450228382720E-07
+  2.65370592700915929E-07  2.69650671493872865E-07  2.73999782330780231E-07
+  2.78419038607744424E-07  2.82909571678486800E-07  2.87472531143976796E-07
+  2.92109085146735385E-07  2.96820420669886351E-07  3.01607743841030691E-07
+  3.06472280241021296E-07  3.11415275217718362E-07  3.16437994204805971E-07
+  3.21541723045748576E-07  3.26727768322975481E-07  3.31997457692372191E-07
+  3.37352140223167315E-07  3.42793186743302676E-07  3.48321990190371400E-07
+  3.53939965968218464E-07  3.59648552309291443E-07  3.65449210642835935E-07
+  3.71343425969029116E-07  3.77332707239148242E-07  3.83418587741870297E-07
+  3.89602625495801988E-07  3.95886403648340837E-07  4.02271530880970705E-07
+  4.08759641821090906E-07  4.15352397460491880E-07  4.22051485580576801E-07
+  4.28858621184442871E-07  4.35775546935932223E-07  4.42804033605762110E-07
+  4.49945880524853020E-07  4.57202916044965625E-07  4.64576998006773363E-07
+  4.72070014215470110E-07  4.79683882924070823E-07  4.87420553324482970E-07
+  4.95282006046521481E-07  5.03270253664948707E-07  5.11387341214717682E-07
+  5.19635346714498197E-07  5.28016381698675114E-07  5.36532591757898429E-07
+  5.45186157088380433E-07  5.53979293050022766E-07  5.62914250733575069E-07
+  5.71993317536916071E-07  5.81218817750644419E-07  5.90593113153108100E-07
+  6.00118603615034135E-07  6.09797727713906560E-07  6.19632963358256607E-07
+  6.29626828422020814E-07  6.39781881389130029E-07  6.50100722008494791E-07
+  6.60585991959556063E-07  6.71240375528568839E-07  6.82066600295793825E-07
+  6.93067437833773618E-07  7.04245704416869015E-07  7.15604261742242240E-07
+  7.27146017662464310E-07  7.38873926929943602E-07  7.50790991953358250E-07
+  7.62900263566286137E-07  7.75204841808238724E-07  7.87707876718284973E-07
+  8.00412569141480502E-07  8.13322171548299111E-07  8.26439988867284913E-07
+  8.39769379331130463E-07  8.53313755336402495E-07  8.67076584317135067E-07
+  8.81061389632510880E-07  8.95271751468859148E-07  9.09711307756204216E-07
+  9.24383755099594384E-07  9.39292849725453279E-07  9.54442408443193911E-07
+  9.69836309622341694E-07  9.85478494185419162E-07  1.00137296661684352E-06
+  1.01752379598809466E-06  1.03393511699942060E-06  1.05061113103834411E-06
+  1.06755610725523779E-06  1.08477438365625075E-06  1.10227036821386427E-06
+  1.12004853999535209E-06  1.13811345030944786E-06  1.15646972387150694E-06
+  1.17512205998745434E-06  1.19407523375683302E-06  1.21333409729525812E-06
+  1.23290358097658235E-06  1.25278869469509870E-06  1.27299452914809935E-06
+  1.29352625713912372E-06  1.31438913490222163E-06  1.33558850344757992E-06
+  1.35712978992884665E-06  1.37901850903251438E-06  1.40126026438970874E-06
+  1.42386075001074627E-06  1.44682575174283517E-06  1.47016114875127991E-06
+  1.49387291502458186E-06  1.51796712090380794E-06  1.54244993463663581E-06
+  1.56732762395645642E-06  1.59260655768694454E-06  1.61829320737251774E-06
+  1.64439414893507888E-06  1.67091606435749258E-06  1.69786574339420830E-06
+  1.72525008530947102E-06  1.75307610064357258E-06  1.78135091300758574E-06
+  1.81008176090704899E-06  1.83927599959505736E-06  1.86894110295525393E-06
+  1.89908466541517629E-06  1.92971440389047830E-06  1.96083815976049452E-06
+  1.99246390087567865E-06  2.02459972359741701E-06  2.05725385487073789E-06
+  2.09043465433045133E-06  2.12415061644126640E-06  2.15841037267241233E-06
+  2.19322269370734543E-06  2.22859649168909075E-06  2.26454082250179348E-06
+  2.30106488808907778E-06  2.33817803880979237E-06  2.37588977583174766E-06
+  2.41420975356407420E-06  2.45314778212879196E-06  2.49271382987226389E-06
+  2.53291802591713634E-06  2.57377066275545250E-06  2.61528219888358770E-06
+  2.65746326147967094E-06  2.70032464912420950E-06  2.74387733456457482E-06
+  2.78813246752408530E-06  2.83310137755639588E-06  2.87879557694591845E-06
+  2.92522676365505225E-06  2.97240682431886586E-06  3.02034783728821895E-06
+  3.06906207572179631E-06  3.11856201072819013E-06  3.16886031455847941E-06
+  3.21996986385048602E-06  3.27190374292516177E-06  3.32467524713634372E-06
+  3.37829788627433838E-06  3.43278538802459775E-06  3.48815170148197354E-06
+  3.54441100072185798E-06  3.60157768842873199E-06  3.65966639958342027E-06
+  3.71869200520961416E-06  3.77866961618105015E-06  3.83961458708985593E-06
+  3.90154252017751854E-06  3.96446926932902669E-06  4.02841094413165702E-06
+  4.09338391399900425E-06  4.15940481236175467E-06  4.22649054092579779E-06
+  4.29465827399929165E-06  4.36392546288922968E-06  4.43430984036920743E-06
+  4.50582942521897203E-06  4.57850252683744827E-06  4.65234774992991576E-06
+  4.72738399927103352E-06  4.80363048454442798E-06  4.88110672526060524E-06
+  4.95983255575394399E-06  5.03982813026042598E-06  5.12111392807723130E-06
+  5.20371075880552420E-06  5.28763976767783127E-06  5.37292244097131886E-06
+  5.45958061150840810E-06  5.54763646424606579E-06  5.63711254195527641E-06
+  5.72803175099210536E-06  5.82041736716184703E-06  5.91429304167774316E-06
+  6.00968280721582085E-06  6.10661108406736631E-06  6.20510268639065657E-06
+  6.30518282856349816E-06  6.40687713163824670E-06  6.51021162990091408E-06
+  6.61521277753608024E-06  6.72190745539930362E-06  6.83032297789874715E-06
+  6.94048709998780620E-06  7.05242802427051483E-06  7.16617440822155885E-06
+  7.28175537152272128E-06  7.39920050351767186E-06  7.51853987078699450E-06
+  7.63980402484536375E-06  7.76302400996289371E-06  7.88823137111263559E-06
+  8.01545816204622028E-06  8.14473695349979669E-06  8.27610084153230370E-06
+  8.40958345599820518E-06  8.54521896915691077E-06  8.68304210442103887E-06
+  8.82308814524578519E-06  8.96539294416165156E-06  9.10999293195286622E-06
+  9.25692512698384839E-06  9.40622714467609072E-06  9.55793720713788042E-06
+  9.71209415294934914E-06  9.86873744710534215E-06  1.00279071911186309E-05
+  1.01896441332861080E-05  1.03539896791205368E-05  1.05209859019505744E-05
+  1.06906755536917215E-05  1.08631020757910324E-05  1.10383096103483217E-05
+  1.12163430114167715E-05  1.13972478564857572E-05  1.15810704581488975E-05
+  1.17678578759603238E-05  1.19576579284821173E-05  1.21505192055260973E-05
+  1.23464910805930299E-05  1.25456237235125045E-05  1.27479681132865923E-05
+  1.29535760511407426E-05  1.31625001737851329E-05  1.33747939668898849E-05
+  1.35905117787776651E-05  1.38097088343370935E-05  1.40324412491605760E-05
+  1.42587660439101203E-05  1.44887411589149272E-05  1.47224254690043383E-05
+  1.49598787985800711E-05  1.52011619369315332E-05  1.54463366537981588E-05
+  1.56954657151827179E-05  1.59486128994197137E-05  1.62058430135028953E-05
+  1.64672219096761409E-05  1.67328165022918935E-05  1.70026947849416232E-05
+  1.72769258478623473E-05  1.75555798956241012E-05  1.78387282651026904E-05
+  1.81264434437419474E-05  1.84187990881112957E-05  1.87158700427615972E-05
+  1.90177323593862235E-05  1.93244633162900611E-05  1.96361414381736287E-05
+  1.99528465162351689E-05  2.02746596285981142E-05  2.06016631610668268E-05
+  2.09339408282182676E-05  2.12715776948327024E-05  2.16146601976712273E-05
+  2.19632761676033220E-05  2.23175148520924810E-05  2.26774669380433624E-05
+  2.30432245750186184E-05  2.34148813988288003E-05  2.37925325555042956E-05
+  2.41762747256522990E-05  2.45662061492081860E-05  2.49624266505845171E-05
+  2.53650376642273128E-05  2.57741422605828110E-05  2.61898451724846506E-05
+  2.66122528219652084E-05  2.70414733475006619E-05  2.74776166316941325E-05
+  2.79207943294068465E-05  2.83711198963412953E-05  2.88287086180871948E-05
+  2.92936776396341663E-05  2.97661459953620664E-05  3.02462346395133496E-05
+  3.07340664771587328E-05  3.12297663956603221E-05  3.17334612966441284E-05
+  3.22452801284864275E-05  3.27653539193258756E-05  3.32938158106062181E-05
+  3.38308010911618709E-05  3.43764472318513358E-05  3.49308939207511484E-05
+  3.54942830989155557E-05  3.60667589967146840E-05  3.66484681707571045E-05
+  3.72395595414098222E-05  3.78401844309211139E-05  3.84504966021606719E-05
+  3.90706522979822950E-05  3.97008102812234682E-05  4.03411318753480768E-05
+  4.09917810057467907E-05  4.16529242417012322E-05  4.23247308390273816E-05
+  4.30073727834042602E-05  4.37010248344039904E-05  4.44058645702294065E-05
+  4.51220724331757964E-05  4.58498317758233490E-05  4.65893289079770639E-05
+  4.73407531443612048E-05  4.81042968530856501E-05  4.88801555048915356E-05
+  4.96685277231927470E-05  5.04696153349236203E-05  5.12836234222073954E-05
+  5.21107603748573715E-05  5.29512379437252378E-05  5.38052712949097794E-05
+  5.46730790648396734E-05  5.55548834162448711E-05  5.64509100950306585E-05
+  5.73613884880689933E-05  5.82865516819219647E-05  5.92266365225122210E-05
+  6.01818836757559607E-05  6.11525376891737705E-05  6.21388470544951155E-05
+  6.31410642712726004E-05  6.41594459115220285E-05  6.51942526854053955E-05
+  6.62457495079727218E-05  6.73142055669807685E-05  6.83998943918053210E-05
+  6.95030939234649817E-05  7.06240865857742290E-05  7.17631593576442380E-05
+  7.29206038465496126E-05  7.40967163631801504E-05  7.52917979972965055E-05
+  7.65061546948091973E-05  7.77400973361011316E-05  7.89939418156127834E-05
+  8.02680091227114952E-05  8.15626254238647726E-05  8.28781221461387049E-05
+  8.42148360620434937E-05  8.55731093757470547E-05  8.69532898106793262E-05
+  8.83557306985492783E-05  8.97807910697976779E-05  9.12288357455087696E-05
+  9.27002354308042363E-05  9.41953668097434701E-05  9.57146126417543155E-05
+  9.72583618596193185E-05  9.88270096690418743E-05  1.00420957649818688E-04
+  1.02040613858643650E-04  1.03686392933569847E-04  1.05358716200156123E-04
+  1.07058011779326176E-04  1.08784714696966370E-04  1.10539266995292025E-04
+  1.12322117846008884E-04  1.14133723665300684E-04  1.15974548230670521E-04
+  1.17845062799666855E-04  1.19745746230524299E-04  1.21677085104750267E-04
+  1.23639573851688431E-04  1.25633714875091518E-04  1.27660018681734634E-04
+  1.29719004012104433E-04  1.31811197973194142E-04  1.33937136173441597E-04
+  1.36097362859843391E-04  1.38292431057279833E-04  1.40522902710087528E-04
+  1.42789348825914569E-04  1.45092349621896334E-04  1.47432494673189232E-04
+  1.49810383063898666E-04  1.52226623540442115E-04  1.54681834667385628E-04
+  1.57176644985793101E-04  1.59711693174129766E-04  1.62287628211760742E-04
+  1.64905109545086077E-04  1.67564807256355387E-04  1.70267402235205580E-04
+  1.73013586352964140E-04  1.75804062639764170E-04  1.78639545464515971E-04
+  1.81520760717780689E-04  1.84448445997593464E-04  1.87423350798283743E-04
+  1.90446236702340304E-04  1.93517877575371432E-04  1.96639059764208474E-04
+  1.99810582298204419E-04  2.03033257093779783E-04  2.06307909162266334E-04
+  2.09635376821103056E-04  2.13016511908438851E-04  2.16452180001195190E-04
+  2.19943260636646466E-04  2.23490647537573275E-04  2.27095248841047425E-04
+  2.30757987330905943E-04  2.34479800673975040E-04  2.38261641660102630E-04
+  2.42104478446063460E-04  2.46009294803396371E-04  2.49977090370239797E-04
+  2.54008880907227871E-04  2.58105698557512734E-04  2.62268592110982441E-04
+  2.66498627272737545E-04  2.70796886935899034E-04  2.75164471458815669E-04
+  2.79602498946741125E-04  2.84112105538054742E-04  2.88694445695097458E-04
+  2.93350692499699188E-04  2.98082037953469763E-04  3.02889693282935922E-04
+  3.07774889249595913E-04  3.12738876464977377E-04  3.17782925710774380E-04
+  3.22908328264148020E-04  3.28116396228271426E-04  3.33408462868208812E-04
+  3.38785882952207581E-04  3.44250033098496050E-04  3.49802312127674370E-04
+  3.55444141420787631E-04  3.61176965283173325E-04  3.67002251314176887E-04
+  3.72921490782829757E-04  3.78936199009585631E-04  3.85047915754211897E-04
+  3.91258205609937618E-04  3.97568658403956625E-04  4.03980889604391255E-04
+  4.10496540733816984E-04  4.17117279789456195E-04  4.23844801670149633E-04
+  4.30680828610210465E-04  4.37627110620277589E-04  4.44685425935276526E-04
+  4.51857581469604190E-04  4.59145413279655665E-04  4.66550787033808768E-04
+  4.74075598489986645E-04  4.81721773980923248E-04  4.89491270907253654E-04
+  4.97386078238555226E-04  5.05408217022467322E-04  5.13559740902025949E-04
+  5.21842736641334854E-04  5.30259324659717777E-04  5.38811659574482097E-04
+  5.47501930752436320E-04  5.56332362870299224E-04  5.65305216484147987E-04
+  5.74422788608045941E-04  5.83687413302005735E-04  5.93101462269429182E-04
+  6.02667345464183608E-04  6.12387511707467242E-04  6.22264449314620209E-04
+  6.32300686732044197E-04  6.42498793184393085E-04  6.52861379332196536E-04
+  6.63391097940092172E-04  6.74090644555830061E-04  6.84962758200227651E-04
+  6.96010222068249259E-04  7.07235864241389785E-04  7.18642558411546842E-04
+  7.30233224616563467E-04  7.42010829987631336E-04  7.53978389508747830E-04
+  7.66138966788415684E-04  7.78495674843789607E-04  7.91051676897463292E-04
+  8.03810187187105839E-04  8.16774471788151444E-04  8.29947849449755803E-04
+  8.43333692444229056E-04  8.56935427430168700E-04  8.70756536329506288E-04
+  8.84800557218699390E-04  8.99071085234288037E-04  9.13571773493054829E-04
+  9.28306334027022674E-04  9.43278538733521312E-04  9.58492220340577731E-04
+  9.73951273387875299E-04  9.89659655223520994E-04  1.00562138701688875E-03
+  1.02184055478779338E-03  1.03832131045225378E-03  1.05506787288512055E-03
+  1.07208452899983184E-03  1.08937563484558177E-03  1.10694561672217682E-03
+  1.12479897231286801E-03  1.14294027183544505E-03  1.16137415921189059E-03
+  1.18010535325688672E-03  1.19913864888549133E-03  1.21847891834027215E-03
+  1.23813111243823533E-03  1.25810026183785528E-03  1.27839147832652599E-03
+  1.29900995612877495E-03  1.31996097323556138E-03  1.34124989275500694E-03
+  1.36288216428490203E-03  1.38486332530732910E-03  1.40719900260578520E-03
+  1.42989491370513881E-03  1.45295686833480232E-03  1.47639076991549611E-03
+  1.50020261706997038E-03  1.52439850515808674E-03  1.54898462783664313E-03
+  1.57396727864433884E-03  1.59935285261229745E-03  1.62514784790054748E-03
+  1.65135886746088255E-03  1.67799262072652693E-03  1.70505592532903608E-03
+  1.73255570884286634E-03  1.76049901055807308E-03  1.78889298328157968E-03
+  1.81774489516747166E-03  1.84706213157681022E-03  1.87685219696741637E-03
+  1.90712271681410940E-03  1.93788143955989783E-03  1.96913623859862113E-03
+  2.00089511428954087E-03  2.03316619600440052E-03  2.06595774420748795E-03
+  2.09927815256922418E-03  2.13313595011380619E-03  2.16753980340147036E-03
+  2.20249851874591927E-03  2.23802104446749282E-03  2.27411647318263637E-03
+  2.31079404413027205E-03  2.34806314553567255E-03  2.38593331701242263E-03
+  2.42441425200309391E-03  2.46351580025923897E-03  2.50324797036135431E-03
+  2.54362093227946491E-03  2.58464501997493230E-03  2.62633073404422651E-03
+  2.66868874440528330E-03  2.71172989302715869E-03  2.75546519670366455E-03
+  2.79990584987168832E-03  2.84506322747492442E-03  2.89094888787375668E-03
+  2.93757457580200209E-03  2.98495222537130140E-03  3.03309396312394577E-03
+  3.08201211113486289E-03  3.13171919016358566E-03  3.18222792285700450E-03
+  3.23355123700370907E-03  3.28570226884076144E-03  3.33869436641372717E-03
+  3.39254109299084571E-03  3.44725623053221669E-03  3.50285378321486904E-03
+  3.55934798101460769E-03  3.61675328334553877E-03  3.67508438275825598E-03
+  3.73435620869756475E-03  3.79458393132072217E-03  3.85578296537719906E-03
+  3.91796897415094998E-03  3.98115787346617258E-03  4.04536583575756167E-03
+  4.11060929420612939E-03  4.17690494694163052E-03  4.24426976131266499E-03
+  4.31272097822551787E-03  4.38227611655288025E-03  4.45295297761365283E-03
+  4.52476964972479707E-03  4.59774451282651733E-03  4.67189624318190347E-03
+  4.74724381815226117E-03  4.82380652104931300E-03  4.90160394606548207E-03
+  4.98065600328361901E-03  5.06098292376741098E-03  5.14260526473370085E-03
+  5.22554391480806960E-03  5.30982009936504813E-03  5.39545538595426633E-03
+  5.48247168981397508E-03  5.57089127947321336E-03  5.66073678244430507E-03
+  5.75203119100692675E-03  5.84479786808527607E-03  5.93906055321982793E-03
+  6.03484336863517080E-03  6.13217082540553834E-03  6.23106782971950476E-03
+  6.33155968924545981E-03  6.43367211959963367E-03  6.53743125091817753E-03
+  6.64286363453497463E-03  6.74999624976688455E-03  6.85885651080815444E-03
+  6.96947227373575975E-03  7.08187184362739797E-03  7.19608398179392983E-03
+  7.31213791312836005E-03  7.43006333357295635E-03  7.54989041770646671E-03
+  7.67164982645335888E-03  7.79537271491704230E-03  7.92109074033910121E-03
+  8.04883607018643844E-03  8.17864139036841159E-03  8.31053991358633552E-03
+  8.44456538781719959E-03  8.58075210493368726E-03  8.71913490946282961E-03
+  8.85974920748547334E-03  9.00263097567880442E-03  9.14781677050411322E-03
+  9.29534373754226616E-03  9.44524962097945640E-03  9.59757277324531886E-03
+  9.75235216480590736E-03  9.90962739411403032E-03  1.00694386977194985E-02
+  1.02318269605418156E-02  1.03968337263077946E-02  1.05645012081568412E-02
+  1.07348722994169785E-02  1.09079905845538092E-02  1.10839003502952813E-02
+  1.12626465969351726E-02  1.14442750498180874E-02  1.16288321710089158E-02
+  1.18163651711494528E-02  1.20069220215054603E-02  1.22005514662076181E-02
+  1.23973030346886566E-02  1.25972270543201845E-02  1.28003746632523764E-02
+  1.30067978234596413E-02  1.32165493339957488E-02  1.34296828444613065E-02
+  1.36462528686876368E-02  1.38663147986404413E-02  1.40899249185464578E-02
+  1.43171404192465150E-02  1.45480194127789279E-02  1.47826209471967566E-02
+  1.50210050216226122E-02  1.52632326015444825E-02  1.55093656343572809E-02
+  1.57594670651538676E-02  1.60136008527688653E-02  1.62718319860796871E-02
+  1.65342265005687349E-02  1.68008514951509327E-02  1.70717751492710755E-02
+  1.73470667402741453E-02  1.76267966610549991E-02  1.79110364379908259E-02
+  1.81998587491604795E-02  1.84933374428554731E-02  1.87915475563874279E-02
+  1.90945653351966005E-02  1.94024682522659711E-02  1.97153350278455215E-02
+  2.00332456494932178E-02  2.03562813924368056E-02  2.06845248402608393E-02
+  2.10180599059246673E-02  2.13569718531164549E-02  2.17013473179487257E-02
+  2.20512743310004866E-02  2.24068423397106933E-02  2.27681422311315045E-02
+  2.31352663550449360E-02  2.35083085474483214E-02  2.38873641544149751E-02
+  2.42725300563358566E-02  2.46639046925483246E-02  2.50615880863577674E-02
+  2.54656818704573351E-02  2.58762893127560054E-02  2.62935153426182427E-02
+  2.67174665775216369E-02  2.71482513501397245E-02  2.75859797358566049E-02
+  2.80307635807202568E-02  2.84827165298407077E-02  2.89419540562393003E-02
+  2.94085934901612556E-02  2.98827540488539392E-02  3.03645568668187704E-02
+  3.08541250265447209E-02  3.13515835897308845E-02  3.18570596290059377E-02
+  3.23706822601508640E-02  3.28925826748330749E-02  3.34228941738653890E-02
+  3.39617522009919293E-02  3.45092943772102451E-02  3.50656605356387333E-02
+  3.56309927569375198E-02  3.62054354052918081E-02  3.67891351649643969E-02
+  3.73822410774271863E-02  3.79849045790873405E-02  3.85972795396090501E-02
+  3.92195223008417887E-02  3.98517917163656449E-02  4.04942491916627303E-02
+  4.11470587249245789E-02  4.18103869485022400E-02  4.24844031710126177E-02
+  4.31692794201171334E-02  4.38651904859728922E-02  4.45723139653700640E-02
+  4.52908303065662696E-02  4.60209228548285956E-02  4.67627778986942633E-02
+  4.75165847169563144E-02  4.82825356263922451E-02  4.90608260302521706E-02
+  4.98516544675059320E-02  5.06552226628649294E-02  5.14717355775909866E-02
+  5.23014014611042632E-02  5.31444319034018522E-02  5.40010418882932303E-02
+  5.48714498474765569E-02  5.57558777154716564E-02  5.66545509854081281E-02
+  5.75676987656873820E-02  5.84955538375321327E-02  5.94383527134365874E-02
+  6.03963356965304884E-02  6.13697469408607810E-02  6.23588345126258117E-02
+  6.33638504523728607E-02  6.43850508381578340E-02  6.54226958496896271E-02
+  6.64770498334733839E-02  6.75483813689672780E-02  6.86369633357673120E-02
+  6.97430729818215162E-02  7.08669919927219227E-02  7.20090065620766911E-02
+  7.31694074629639230E-02  7.43484901204916754E-02  7.55465546854806602E-02
+  7.67639061092850739E-02  7.80008542197666715E-02  7.92577137984216834E-02
+  8.05348046587249233E-02  8.18324517256822648E-02  8.31509851165955216E-02
+  8.44907402230679061E-02  8.58520577942673557E-02  8.72352840214655478E-02
+  8.86407706238655085E-02  9.00688749357176494E-02  9.15199599948085113E-02
+  9.29943946322951825E-02  9.44925535638957287E-02  9.60148174824660416E-02
+  9.75615731519821616E-02  9.91332135029468486E-02  1.00730137729231894E-01
+  1.02352751386353913E-01  1.04001466491296324E-01  1.05676701623822408E-01
+  1.07378882029299391E-01  1.09108439723065304E-01  1.10865813596361107E-01
+  1.12651449523846620E-01  1.14465800472705423E-01  1.16309326613342173E-01
+  1.18182495431814208E-01  1.20085781843905143E-01  1.22019668310874449E-01
+  1.23984644956917661E-01  1.25981209688358020E-01  1.28009868314591518E-01
+  1.30071134670777105E-01  1.32165530742291232E-01  1.34293586791116415E-01
+  1.36455841484024981E-01  1.38652842022611800E-01  1.40885144275209401E-01
+  1.43153312910708153E-01  1.45457921534303036E-01  1.47799552825138208E-01
+  1.50178798675900643E-01  1.52596260334553424E-01  1.55052548548015035E-01
+  1.57548283707860198E-01  1.60084095998076964E-01  1.62660625544901127E-01
+  1.65278522568747421E-01  1.67938447538178187E-01  1.70641071326017441E-01
+  1.73387075367805871E-01  1.76177151822340672E-01  1.79012003734403513E-01
+  1.81892345199708400E-01  1.84818901532087465E-01  1.87792409432933571E-01
+  1.90813617162788551E-01  1.93883284715282683E-01  1.97002183993598895E-01
+  2.00171098989133600E-01  2.03390825962491251E-01  2.06662173626839973E-01
+  2.09985963333642361E-01  2.13363029260768527E-01  2.16794218602814059E-01
+  2.20280391763982009E-01  2.23822422553627304E-01  2.27421198384065798E-01
+  2.31077620470821143E-01  2.34792604035330643E-01  2.38567078510113884E-01
+  2.42401987746395875E-01  2.46298290223907812E-01  2.50256959263467360E-01
+  2.54278983242276435E-01  2.58365365811478120E-01  2.62517126116186661E-01
+  2.66735299017996141E-01  2.71020935319963130E-01  2.75375101994015492E-01
+  2.79798882410388861E-01  2.84293376570048606E-01  2.88859701339743369E-01
+  2.93498990689202266E-01  2.98212395930723906E-01  3.03001085961146610E-01
+  3.07866247506172752E-01  3.12809085366939021E-01  3.17830822668279722E-01
+  3.22932701110153042E-01  3.28115981221394626E-01  3.33381942615327442E-01
+  3.38731884247511827E-01  3.44167124675587688E-01  3.49689002321160347E-01
+  3.55298875733506270E-01  3.60998123854387842E-01  3.66788146286137429E-01
+  3.72670363561435958E-01  3.78646217414411568E-01  3.84717171053360951E-01
+  3.90884709434999922E-01  3.97150339540152497E-01  4.03515590650462885E-01
+  4.09982014625300206E-01  4.16551186181895294E-01  4.23224703176059314E-01
+  4.30004186883328143E-01  4.36891282280818860E-01  4.43887658329650492E-01
+  4.50995008257768781E-01  4.58215049842439381E-01  4.65549525691594746E-01
+  4.73000203528097851E-01  4.80568876472809547E-01  4.88257363326660143E-01
+  4.96067508851965544E-01  5.04001184052752516E-01  5.12060286453847269E-01
+  5.20246740377441674E-01  5.28562497216666483E-01  5.37009535711269526E-01
+  5.45589862219398980E-01  5.54305510986227601E-01  5.63158544409551820E-01
+  5.72151053302017321E-01  5.81285157149592280E-01  5.90563004364133115E-01
+  5.99986772530490819E-01  6.09558668654088809E-01  6.19280929400674807E-01
+  6.29155821329682285E-01  6.39185641121187365E-01  6.49372715795947353E-01
+  6.59719402927938070E-01  6.70228090845912505E-01  6.80901198826298404E-01
+  6.91741177283651143E-01  7.02750507947673131E-01  7.13931704029149738E-01
+  7.25287310374559957E-01  7.36819903608617266E-01  7.48532092263845872E-01
+  7.60426516891770099E-01  7.72505850161399943E-01  7.84772796950392593E-01
+  7.97230094414958290E-01  8.09880512041996847E-01  8.22726851682874294E-01
+  8.35771947567806595E-01  8.49018666299445446E-01  8.62469906817520005E-01
+  8.76128600345783548E-01  8.89997710323847446E-01  9.04080232307068021E-01
+  9.18379193839276797E-01  9.32897654297322410E-01  9.47638704705952684E-01
+  9.62605467520861957E-01  9.77801096368110523E-01  9.93228775759788740E-01
+  1.00889172078262490E+00  1.02479317674028758E+00  1.04093641875559784E+00
+  1.05732475133100801E+00  1.07396150786536060E+00  1.09085005012343528E+00
+  1.10799376764198776E+00  1.12539607710477574E+00  1.14306042167281263E+00
+  1.16099027024941082E+00  1.17918911668761073E+00  1.19766047893759797E+00
+  1.21640789813146055E+00  1.23543493759967804E+00  1.25474518179797823E+00
+  1.27434223519448708E+00  1.29422972108673084E+00  1.31441128032903043E+00
+  1.33489056997901079E+00  1.35567126185996178E+00  1.37675704103556429E+00
+  1.39815160418799533E+00  1.41985865787334209E+00  1.44188191672670518E+00
+  1.46422510156214725E+00  1.48689193735222980E+00  1.50988615109654134E+00
+  1.53321146957494103E+00  1.55687161698115695E+00  1.58087031242229559E+00
+  1.60521126725581942E+00  1.62989818236279516E+00  1.65493474526976003E+00
+  1.68032462711224229E+00  1.70607147944952553E+00  1.73217893092521136E+00
+  1.75865058376834815E+00  1.78549001011238717E+00  1.81270074810654758E+00
+  1.84028629794582654E+00  1.86825011769154714E+00  1.89659561888858264E+00
+  1.92532616198826712E+00  1.95444505157060067E+00  1.98395553135963709E+00
+  2.01386077899725269E+00  2.04416390056309272E+00  2.07486792498926675E+00
+  2.10597579819740766E+00  2.13749037698157895E+00  2.16941442264508488E+00
+  2.20175059438427301E+00  2.23450144241243720E+00  2.26766940077316592E+00
+  2.30125677985868826E+00  2.33526575879217235E+00  2.36969837745850320E+00
+  2.40455652822844579E+00  2.43984194738284899E+00  2.47555620623064021E+00
+  2.51170070191330908E+00  2.54827664782638141E+00  2.58528506371985412E+00
+  2.62272676562592588E+00  2.66060235536590817E+00  2.69891220970422774E+00
+  2.73765646915592953E+00  2.77683502644325930E+00  2.81644751459487175E+00
+  2.85649329460002077E+00  2.89697144274399321E+00  2.93788073773495695E+00
+  2.97921964736257383E+00  3.02098631477870105E+00  3.06317854440813120E+00
+  3.10579378748941792E+00  3.14882912724208319E+00  3.19228126356292119E+00
+  3.23614649745052319E+00  3.28042071520169198E+00  3.32509937214218398E+00
+  3.37017747599995721E+00  3.41564956993389490E+00  3.46150971522654194E+00
+  3.50775147364367346E+00  3.55436788937508918E+00  3.60135147081268192E+00
+  3.64869417212780434E+00  3.69638737447635402E+00  3.74442186694829582E+00
+  3.79278782728516450E+00  3.84147480238825212E+00  3.89047168863429027E+00
+  3.93976671196391059E+00  3.98934740799257703E+00  4.03920060204740849E+00
+  4.08931238906990391E+00  4.13966811349579000E+00  4.19025234915373002E+00
+  4.24104887922698737E+00  4.29204067632370645E+00  4.34320988272996367E+00
+  4.39453779095071884E+00  4.44600482448126222E+00  4.49759051889030825E+00
+  4.54927350330336111E+00  4.60103148235495496E+00  4.65284121868294864E+00
+  4.70467851606840082E+00  4.75651820347007082E+00  4.80833411967807134E+00
+  4.86009909878306789E+00  4.91178495666981973E+00  4.96336247858357194E+00
+  5.01480140787198536E+00  5.06607043601078555E+00  5.11713719412760071E+00
+  5.16796824648893249E+00  5.21852908496128620E+00  5.26878412525950957E+00
+  5.31869670522963389E+00  5.36822908515968589E+00  5.41734245025613070E+00
+  5.46599691542823773E+00  5.51415153279782189E+00  5.56176430255931553E+00
+  5.60879218511854027E+00  5.65519111643498906E+00  5.70091602666614783E+00
+  5.74592086203891483E+00  5.79015861010785304E+00  5.83358132856192668E+00
+  5.87614017834476066E+00  5.91778546160708796E+00  5.95846666108405287E+00
+  5.99813248445583369E+00  6.03673091336413314E+00  6.07420925692088254E+00
+  6.11051420985539373E+00  6.14559191544500028E+00  6.17938803452890362E+00
+  6.21184782044128347E+00  6.24291619518442253E+00  6.27253783240625129E+00
+  6.30065724609431665E+00  6.32721888469864524E+00  6.35216723074912970E+00
+  6.37544690603586073E+00  6.39700278435985581E+00  6.41678011010966998E+00
+  6.43472461729482070E+00  6.45078265658601779E+00  6.46490132819840913E+00
+  6.47702862015302561E+00  6.48711355180216653E+00  6.49510632253275411E+00
+  6.50095846840233538E+00  6.50462302235511558E+00  6.50605467314859176E+00
+  6.50520993186106367E+00  6.50204730258095331E+00  6.49652745657319031E+00
+  6.48861340951747234E+00  6.47827070150484552E+00  6.46546758302412083E+00
+  6.45017519934860317E+00  6.43236777053202591E+00  6.41202277578614233E+00
+  6.38912113777922830E+00  6.36364740587668631E+00  6.33558993756080113E+00
+  6.30494107745657839E+00  6.27169733693024600E+00  6.23585956409457864E+00
+  6.19743310476619857E+00  6.15642796112385682E+00  6.11285894321066881E+00
+  6.06674581209552599E+00  6.01811341364257668E+00  5.96699180209722080E+00
+  5.91341635498970497E+00  5.85742786954637396E+00  5.79907264423386515E+00
+  5.73840254847770037E+00  5.67547507648043759E+00  5.61035338400611305E+00
+  5.54310630708825158E+00  5.47380836174323537E+00  5.40253972345404154E+00
+  5.32938618252239138E+00  5.25443907900716756E+00  5.17779521625314310E+00
+  5.09955675116096874E+00  5.01983106058321393E+00  4.93873058333761961E+00
+  4.85637263680651365E+00  4.77287920366348128E+00  4.68837669761274700E+00
+  4.60299570601695418E+00  4.51687070630443888E+00  4.43013975769449253E+00
+  4.34294416871349664E+00  4.25542814113928625E+00  4.16773838902610017E+00
+  4.08002372652652312E+00  3.99243465103917305E+00  3.90512290690844521E+00
+  3.81824102855896497E+00  3.73194186842088138E+00  3.64637811185751248E+00
+  3.56170178158043971E+00  3.47806372985576795E+00  3.39561311471319582E+00
+  3.31449690302324029E+00  3.23485937098612109E+00  3.15684160584947726E+00
+  3.08058102587788829E+00  3.00621090290068826E+00  2.93385994048525678E+00
+  2.86365184805401807E+00  2.79570479287016838E+00  2.73013210557920027E+00
+  2.66703767105617251E+00  2.60653115042936667E+00  2.54868109295461576E+00
+  2.49363213281021201E+00  2.44139738288736030E+00  2.39087610788401062E+00
+  2.34089820967647411E+00  2.29136036051283254E+00  2.24234806776249673E+00
+  2.19384229384222706E+00  2.14586486123536480E+00  2.09842325422909370E+00
+  2.05152828226281736E+00  2.00518926956000065E+00  1.95941510520446616E+00
+  1.91421412458172635E+00  1.86959407840319658E+00  1.82556217245045582E+00
+  1.78212505693634227E+00  1.73928883898629061E+00  1.69705908747071010E+00
+  1.65544084054813156E+00  1.61443861335446615E+00  1.57405640653612799E+00
+  1.53429771466015930E+00  1.49516553493002258E+00  1.45666237624053441E+00
+  1.41879026854444090E+00  1.38155077251765146E+00  1.34494498965737108E+00
+  1.30897357276900750E+00  1.27363673638512975E+00  1.23893426737568024E+00
+  1.20486553575963518E+00  1.17142950569552462E+00  1.13862474663270374E+00
+  1.10644944462882466E+00  1.07490141430249464E+00  1.04397811055777390E+00
+  1.01367663980517575E+00  9.83993771595134237E-01  9.54925950324406414E-01
+  9.26469306981931640E-01  8.98619670918597180E-01  8.71372581686734260E-01
+  8.44723301690382233E-01  8.18666827879296455E-01  7.93197902836439428E-01
+  7.68311026389983609E-01  7.44000467178942193E-01  7.20260274143764923E-01
+  6.97084287929807034E-01  6.74466152309654898E-01  6.52399326525028078E-01
+  6.30877095961323575E-01  6.09892582369308878E-01  5.89438754619647232E-01
+  5.69508439316730009E-01  5.50094331253367486E-01  5.31189003698053663E-01
+  5.12784918698728776E-01  4.94874438319355348E-01  4.77449833629875420E-01
+  4.60503293550085402E-01  4.44026934155949404E-01  4.28012807783278992E-01
+  4.12452911919858889E-01  3.97339197881507955E-01  3.82663579546463406E-01
+  3.68417942928575270E-01  3.54594153138854840E-01  3.41184061554486828E-01
+  3.28179513335796424E-01  3.15572354711240899E-01  3.03354440027908623E-01
+  2.91517638566399506E-01  2.80053841490132349E-01  2.68954969438325864E-01
+  2.58212977396773791E-01  2.47819860086935517E-01  2.37767657579073532E-01
+  2.28048460671660569E-01  2.18654416038096822E-01  2.09577731142275486E-01
+  2.00810679384827301E-01  1.92345605619341775E-01  1.84174929086277250E-01
+  1.76291147073408150E-01  1.68686838694510982E-01  1.61354668452377920E-01
+  1.54287389589266438E-01  1.47477847229074810E-01  1.40918981846115177E-01
+  1.34603832797300205E-01  1.28525539605212374E-01  1.22677344059157242E-01
+  1.17052592358304147E-01  1.11644737069603525E-01  1.06447338904673131E-01
+  1.01454068324077398E-01  9.66587075432883691E-02  9.20551523152118162E-02
+  8.76374119057788531E-02  8.33996098802583519E-02  7.93359848848706611E-02
+  7.54408912796442482E-02  7.17087996271048161E-02  6.81342970509277862E-02
+  6.47120880380733510E-02  6.14369947893833104E-02  5.83039562358068225E-02
+  5.53080277882139690E-02  5.24443810602170726E-02  4.97083034797415058E-02
+  4.70951977938312491E-02  4.46005814877962897E-02  4.22200866525433358E-02
+  3.99494592526025011E-02  3.77845575015447674E-02  3.57213508546022490E-02
+  3.37559189699376469E-02  3.18844505938805575E-02  3.01032423742040520E-02
+  2.84086976299021063E-02  2.67973255404718447E-02  2.52657396731116590E-02
+  2.38106559889610866E-02  2.24288913375890117E-02  2.11173619272377946E-02
+  1.98730817501128372E-02  1.86931609662304189E-02  1.75748042808795794E-02
+  1.65153096883010886E-02  1.55120665664178464E-02  1.45625535339942401E-02
+  1.36643366741251698E-02  1.28150677465659352E-02  1.20124823812350883E-02
+  1.12543982557808710E-02  1.05387132970307957E-02  9.86340418169186391E-03
+  9.22652425899767384E-03  8.62620142979526362E-03  8.06063628881071442E-03
+  7.52810027054645180E-03  7.02693379723821811E-03  6.55554443111674382E-03
+  6.11240507295963270E-03  5.69605238981631991E-03  5.30508477087908090E-03
+  4.93816035503259147E-03  4.59399524180676040E-03  4.27136171934825500E-03
+  3.96908651000010392E-03  3.68604903508009708E-03  3.42117974012006495E-03
+  3.17345858446649223E-03  2.94191317822555887E-03  2.72561704435859108E-03
+  2.52368800699829263E-03  2.33528660675039103E-03  2.15961454382599099E-03
+  1.99591314994991900E-03  1.84346192693585903E-03  1.70157719537364707E-03
+  1.56961050423774567E-03  1.44694717627329465E-03  1.33300494099712510E-03
+  1.22723260025167581E-03  1.12910872672268635E-03  1.03814039577167228E-03
+  9.53861983115649836E-04  8.75834031142422764E-04  8.03641971375605615E-04
+  7.36894968039443292E-04  6.75224823999522571E-04  6.18284920410960858E-04
+  5.65749189981594632E-04  5.17311123746949436E-04  4.72682837205216596E-04
+  4.31594176593274226E-04  3.93791751409114778E-04  3.59038062639438287E-04
+  3.27110676442383800E-04  2.97801429085457531E-04  2.70915662678332175E-04
+  2.46271491332130852E-04  2.23699116492518378E-04  2.03040164995285915E-04
+  1.84146998097306242E-04  1.66882089851348942E-04  1.51117438714419946E-04
+  1.36734005604708167E-04  1.23621177742468179E-04  1.11676257801365738E-04
+  1.00803990683547205E-04  9.09161033169273553E-05  8.19308396602213808E-05
+  7.37725425092508450E-05  6.63712591245282907E-05  5.96623674606771605E-05
+  5.35862222815647077E-05  4.80878206916344992E-05  4.31164943432910727E-05
+  3.86256095314932958E-05  3.45722728072465132E-05  3.09170662451586732E-05
+  2.76237991270282253E-05  2.46592744559744832E-05  2.19930696485070420E-05
+  1.95973310002063315E-05  1.74465857110149996E-05  1.55175590055317314E-05
+  1.37889991605392863E-05  1.22415202356098860E-05  1.08574555268565778E-05
+  9.62072090259619163E-06  8.51668749642837048E-06  7.53206344339057866E-06
+  6.65478635459134213E-06  5.87391918498113343E-06  5.17955283645180393E-06
+  4.56271872799757973E-06  4.01530794091122610E-06  3.52999645958769480E-06
+  3.10017612927624211E-06  2.71989110698064025E-06  2.38378041196826299E-06
+  2.08702269441888875E-06  1.82528560209473152E-06  1.59468043431769254E-06
+  1.39172055469209386E-06  1.21328328161290998E-06  1.05657500882188004E-06
+  9.19099409417161706E-07  7.98628854620101833E-07  6.93177202513736579E-07
+  6.00975291465899239E-07  5.20449069906318837E-07  4.50199719151066931E-07
+  3.88985608389898206E-07  3.35705934344675230E-07  2.89385957263928502E-07
+  2.49163806286141472E-07  2.14278066288429551E-07  1.84056773702479432E-07
+  1.57907643450452772E-07  1.35309271800425159E-07  1.15803228334152514E-07
+  9.89869570129696372E-08  8.45074374911838718E-08  7.20555543386492684E-08
+  6.13608729864652922E-08  5.21870734805778568E-08  4.43279201741371221E-08
+  3.76036708762283708E-08  3.18578822308711533E-08  2.69545717928878528E-08
+  2.27757120962304329E-08  1.92190188660422235E-08  1.61959310151936860E-08
+  1.36298672467779183E-08  1.14546989691709825E-08  9.61340441007340020E-09
+  8.05688428887275495E-09  6.74292129764329721E-09  5.63527197542499292E-09
+  4.70287082604533685E-09  3.91911586489380706E-09  3.26125913541880562E-09
+  2.70987764566523096E-09  2.24841240842074872E-09  1.86276749200587489E-09
+  1.54096186450017359E-09  1.27282921760422695E-09  1.04975700650171466E-09
+  8.64456428722248680E-10  7.10768371345331506E-10  5.83496693100533230E-10
+  4.78264725883892133E-10  3.91391983846555760E-10  3.19788432512900539E-10
+  2.60864479271010553E-10  2.12453450311621001E-10  1.72744541222421545E-10
+  1.40226874714878807E-10  1.13641989999717175E-10  9.19434746651946185E-11
+  7.42627314428607033E-11  5.98800075550084789E-11  4.82000564029745730E-11
+  3.87314005898877678E-11
+                             </PP_RHOATOM> 
+<PP_PAW paw_data_format="2"> 
+   <PP_OCCUPATIONS type="real" columns="3" size=" 4">
+  2.00000000000000000E+00  0.00000000000000000E+00  5.00000000000000000E+00
+  0.00000000000000000E+00
+                             </PP_OCCUPATIONS> 
+ <PP_AE_NLCC type="real" size="  1489" columns="3">
+  4.19810032130603417E+02  4.19803882648400190E+02  4.19797683865119552E+02
+  4.19791435386254591E+02  4.19785136814154669E+02  4.19778787747998194E+02
+  4.19772387783768750E+02  4.19765936514231385E+02  4.19759433528904140E+02
+  4.19752878414035138E+02  4.19746270752574617E+02  4.19739610124150545E+02
+  4.19732896105041050E+02  4.19726128268148045E+02  4.19719306182971650E+02
+  4.19712429415582562E+02  4.19705497528595401E+02  4.19698510081140171E+02
+  4.19691466628836451E+02  4.19684366723764583E+02  4.19677209914438038E+02
+  4.19669995745775566E+02  4.19662723759072094E+02  4.19655393491970528E+02
+  4.19648004478434132E+02  4.19640556248714063E+02  4.19633048329323799E+02
+  4.19625480243008667E+02  4.19617851508714807E+02  4.19610161641560410E+02
+  4.19602410152805589E+02  4.19594596549821347E+02  4.19586720336058761E+02
+  4.19578781011019032E+02  4.19570778070222275E+02  4.19562711005175345E+02
+  4.19554579303340347E+02  4.19546382448103827E+02  4.19538119918743519E+02
+  4.19529791190396338E+02  4.19521395734025930E+02  4.19512933016389695E+02
+  4.19504402500006677E+02  4.19495803643123338E+02  4.19487135899678833E+02
+  4.19478398719272889E+02  4.19469591547130847E+02  4.19460713824070183E+02
+  4.19451764986465037E+02  4.19442744466210456E+02  4.19433651690689715E+02
+  4.19424486082736962E+02  4.19415247060600109E+02  4.19405934037909276E+02
+  4.19396546423636380E+02  4.19387083622060743E+02  4.19377545032731348E+02
+  4.19367930050430175E+02  4.19358238065134117E+02  4.19348468461977689E+02
+  4.19338620621216307E+02  4.19328693918185252E+02  4.19318687723264361E+02
+  4.19308601401836654E+02  4.19298434314250130E+02  4.19288185815778718E+02
+  4.19277855256581915E+02  4.19267441981665058E+02  4.19256945330838789E+02
+  4.19246364638678244E+02  4.19235699234482752E+02  4.19224948442233824E+02
+  4.19214111580553890E+02  4.19203187962664231E+02  4.19192176896343028E+02
+  4.19181077683883302E+02  4.19169889622047947E+02  4.19158612002029713E+02
+  4.19147244109404824E+02  4.19135785224090455E+02  4.19124234620300570E+02
+  4.19112591566501123E+02  4.19100855325365558E+02  4.19089025153728471E+02
+  4.19077100302542419E+02  4.19065080016828517E+02  4.19052963535633921E+02
+  4.19040750091983000E+02  4.19028438912830666E+02  4.19016029219016104E+02
+  4.19003520225214004E+02  4.18990911139886919E+02  4.18978201165237294E+02
+  4.18965389497158185E+02  4.18952475325184366E+02  4.18939457832443395E+02
+  4.18926336195605074E+02  4.18913109584830977E+02  4.18899777163725048E+02
+  4.18886338089281992E+02  4.18872791511835544E+02  4.18859136575007597E+02
+  4.18845372415655049E+02  4.18831498163818310E+02  4.18817512942667804E+02
+  4.18803415868450315E+02  4.18789206050437031E+02  4.18774882590867549E+02
+  4.18760444584895708E+02  4.18745891120536214E+02  4.18731221278607222E+02
+  4.18716434132675488E+02  4.18701528749001170E+02  4.18686504186479965E+02
+  4.18671359496586604E+02  4.18656093723317838E+02  4.18640705903134119E+02
+  4.18625195064900993E+02  4.18609560229831459E+02  4.18593800411426685E+02
+  4.18577914615415750E+02  4.18561901839695793E+02  4.18545761074272320E+02
+  4.18529491301197766E+02  4.18513091494509581E+02  4.18496560620169419E+02
+  4.18479897636001283E+02  4.18463101491627810E+02  4.18446171128407229E+02
+  4.18429105479370548E+02  4.18411903469155789E+02  4.18394564013945740E+02
+  4.18377086021401567E+02  4.18359468390597556E+02  4.18341710011954603E+02
+  4.18323809767174566E+02  4.18305766529173638E+02  4.18287579162012605E+02
+  4.18269246520832212E+02  4.18250767451782849E+02  4.18232140791955828E+02
+  4.18213365369313976E+02  4.18194440002621718E+02  4.18175363501374648E+02
+  4.18156134665729041E+02  4.18136752286429953E+02  4.18117215144739362E+02
+  4.18097522012363925E+02  4.18077671651381706E+02  4.18057662814167600E+02
+  4.18037494243321191E+02  4.18017164671591956E+02  4.17996672821802179E+02
+  4.17976017406773337E+02  4.17955197129248916E+02  4.17934210681817774E+02
+  4.17913056746836673E+02  4.17891733996352514E+02  4.17870241092024401E+02
+  4.17848576685044065E+02  4.17826739416056569E+02  4.17804727915080321E+02
+  4.17782540801425796E+02  4.17760176683614873E+02  4.17737634159298352E+02
+  4.17714911815174105E+02  4.17692008226904591E+02  4.17668921959032389E+02
+  4.17645651564896013E+02  4.17622195586545558E+02  4.17598552554656408E+02
+  4.17574720988444540E+02  4.17550699395579329E+02  4.17526486272096690E+02
+  4.17502080102311368E+02  4.17477479358727351E+02  4.17452682501948971E+02
+  4.17427687980593930E+02  4.17402494231199569E+02  4.17377099678133675E+02
+  4.17351502733502912E+02  4.17325701797060162E+02  4.17299695256112216E+02
+  4.17273481485425805E+02  4.17247058847133644E+02  4.17220425690639615E+02
+  4.17193580352523895E+02  4.17166521156446720E+02  4.17139246413050955E+02
+  4.17111754419864667E+02  4.17084043461203919E+02  4.17056111808073354E+02
+  4.17027957718067739E+02  4.16999579435270391E+02  4.16970975190154263E+02
+  4.16942143199478380E+02  4.16913081666186713E+02  4.16883788779306030E+02
+  4.16854262713841081E+02  4.16824501630671307E+02  4.16794503676445061E+02
+  4.16764266983474784E+02  4.16733789669629516E+02  4.16703069838228771E+02
+  4.16672105577935042E+02  4.16640894962644381E+02  4.16609436051377600E+02
+  4.16577726888169707E+02  4.16545765501960602E+02  4.16513549906481046E+02
+  4.16481078100143577E+02  4.16448348065927860E+02  4.16415357771266372E+02
+  4.16382105167931627E+02  4.16348588191920044E+02  4.16314804763335701E+02
+  4.16280752786274775E+02  4.16246430148707589E+02  4.16211834722359697E+02
+  4.16176964362593139E+02  4.16141816908287240E+02  4.16106390181717813E+02
+  4.16070681988435240E+02  4.16034690117143100E+02  4.15998412339575509E+02
+  4.15961846410372743E+02  4.15924990066955843E+02  4.15887841029403603E+02
+  4.15850397000325586E+02  4.15812655664733143E+02  4.15774614689915154E+02
+  4.15736271725306722E+02  4.15697624402361669E+02  4.15658670334422254E+02
+  4.15619407116586160E+02  4.15579832325576604E+02  4.15539943519610290E+02
+  4.15499738238262296E+02  4.15459214002332828E+02  4.15418368313711369E+02
+  4.15377198655242296E+02  4.15335702490585504E+02  4.15293877264080777E+02
+  4.15251720400609315E+02  4.15209229305453903E+02  4.15166401364158276E+02
+  4.15123233942386548E+02  4.15079724385782526E+02  4.15035870019824074E+02
+  4.14991668149681857E+02  4.14947116060075246E+02  4.14902211015125204E+02
+  4.14856950258208826E+02  4.14811331011813365E+02  4.14765350477385482E+02
+  4.14719005835185499E+02  4.14672294244136367E+02  4.14625212841673090E+02
+  4.14577758743591119E+02  4.14529929043894242E+02  4.14481720814641733E+02
+  4.14433131105793223E+02  4.14384156945054883E+02  4.14334795337722312E+02
+  4.14285043266525179E+02  4.14234897691468802E+02  4.14184355549675217E+02
+  4.14133413755223899E+02  4.14082069198991178E+02  4.14030318748490117E+02
+  4.13978159247707481E+02  4.13925587516939856E+02  4.13872600352631423E+02
+  4.13819194527208367E+02  4.13765366788911592E+02  4.13711113861631475E+02
+  4.13656432444740915E+02  4.13601319212926057E+02  4.13545770816015988E+02
+  4.13489783878814023E+02  4.13433355000924848E+02  4.13376480756583533E+02
+  4.13319157694482271E+02  4.13261382337595933E+02  4.13203151183008174E+02
+  4.13144460701734204E+02  4.13085307338545704E+02  4.13025687511791205E+02
+  4.12965597613219757E+02  4.12905034007799998E+02  4.12843993033540528E+02
+  4.12782471001308977E+02  4.12720464194648628E+02  4.12657968869597084E+02
+  4.12594981254500055E+02  4.12531497549828543E+02  4.12467513927992286E+02
+  4.12403026533153650E+02  4.12338031481039991E+02  4.12272524858753968E+02
+  4.12206502724585050E+02  4.12139961107821307E+02  4.12072896008553982E+02
+  4.12005303397489911E+02  4.11937179215755691E+02  4.11868519374705443E+02
+  4.11799319755726117E+02  4.11729576210041046E+02  4.11659284558514685E+02
+  4.11588440591454912E+02  4.11517040068414587E+02  4.11445078717993795E+02
+  4.11372552237639468E+02  4.11299456293443939E+02  4.11225786519944222E+02
+  4.11151538519920166E+02  4.11076707864190894E+02  4.11001290091409999E+02
+  4.10925280707863351E+02  4.10848675187259573E+02  4.10771468970526598E+02
+  4.10693657465604531E+02  4.10615236047236010E+02  4.10536200056758275E+02
+  4.10456544801893529E+02  4.10376265556539011E+02  4.10295357560554123E+02
+  4.10213816019551132E+02  4.10131636104681036E+02  4.10048812952420292E+02
+  4.09965341664357027E+02  4.09881217306976168E+02  4.09796434911443839E+02
+  4.09710989473389759E+02  4.09624875952692889E+02  4.09538089273262472E+02
+  4.09450624322818726E+02  4.09362475952675652E+02  4.09273638977520250E+02
+  4.09184108175191682E+02  4.09093878286462370E+02  4.09002944014814830E+02
+  4.08911300026219465E+02  4.08818940948912825E+02  4.08725861373174041E+02
+  4.08632055851099267E+02  4.08537518896378742E+02  4.08442244984073113E+02
+  4.08346228550384353E+02  4.08249463992432766E+02  4.08151945668028418E+02
+  4.08053667895446154E+02  4.07954624953195719E+02  4.07854811079795070E+02
+  4.07754220473542830E+02  4.07652847292287504E+02  4.07550685653199821E+02
+  4.07447729632542746E+02  4.07343973265440411E+02  4.07239410545648809E+02
+  4.07134035425326090E+02  4.07027841814800297E+02  4.06920823582337562E+02
+  4.06812974553912341E+02  4.06704288512974586E+02  4.06594759200217823E+02
+  4.06484380313347174E+02  4.06373145506847209E+02  4.06261048391749682E+02
+  4.06148082535399851E+02  4.06034241461224497E+02  4.05919518648499491E+02
+  4.05803907532115772E+02  4.05687401502348109E+02  4.05569993904620446E+02
+  4.05451678039273986E+02  4.05332447161334755E+02  4.05212294480280605E+02
+  4.05091213159807467E+02  4.04969196317597323E+02  4.04846237025087930E+02
+  4.04722328307238172E+02  4.04597463142296760E+02  4.04471634461572023E+02
+  4.04344835149198786E+02  4.04217058041907535E+02  4.04088295928795958E+02
+  4.03958541551095834E+02  4.03827787601945431E+02  4.03696026726158209E+02
+  4.03563251519996300E+02  4.03429454530939950E+02  4.03294628257461170E+02
+  4.03158765148797329E+02  4.03021857604723152E+02  4.02883897975325397E+02
+  4.02744878560778830E+02  4.02604791611121300E+02  4.02463629326029945E+02
+  4.02321383854599503E+02  4.02178047295121416E+02  4.02033611694862259E+02
+  4.01888069049843580E+02  4.01741411304625160E+02  4.01593630352085597E+02
+  4.01444718033208403E+02  4.01294666136864919E+02  4.01143466399601550E+02
+  4.00991110505426946E+02  4.00837590085600709E+02  4.00682896718425411E+02
+  4.00527021929034333E+02  4.00369957189189790E+02  4.00211693917075308E+02
+  4.00052223477091445E+02  3.99891537179655586E+02  3.99729626281001970E+02
+  3.99566481982982623E+02  3.99402095432871079E+02  3.99236457723168883E+02
+  3.99069559891412439E+02  3.98901392919983152E+02  3.98731947735918993E+02
+  3.98561215210728733E+02  3.98389186160208226E+02  3.98215851344259647E+02
+  3.98041201466711698E+02  3.97865227175143843E+02  3.97687919060711920E+02
+  3.97509267657978171E+02  3.97329263444740889E+02  3.97147896841870249E+02
+  3.96965158213145855E+02  3.96781037865094959E+02  3.96595526046836767E+02
+  3.96408612949928909E+02  3.96220288708217595E+02  3.96030543397687552E+02
+  3.95839367036321562E+02  3.95646749583958126E+02  3.95452680942154416E+02
+  3.95257150954054453E+02  3.95060149404258198E+02  3.94861666018696098E+02
+  3.94661690464507899E+02  3.94460212349925428E+02  3.94257221224156581E+02
+  3.94052706577276979E+02  3.93846657840126795E+02  3.93639064384208041E+02
+  3.93429915521587873E+02  3.93219200504807816E+02  3.93006908526797702E+02
+  3.92793028720792506E+02  3.92577550160255100E+02  3.92360461858804626E+02
+  3.92141752770149651E+02  3.91921411788026774E+02  3.91699427746143954E+02
+  3.91475789418130489E+02  3.91250485517489949E+02  3.91023504697564306E+02
+  3.90794835551498466E+02  3.90564466612212755E+02  3.90332386352382798E+02
+  3.90098583184423489E+02  3.89863045460480350E+02  3.89625761472429133E+02
+  3.89386719451878548E+02  3.89145907570182942E+02  3.88903313938459746E+02
+  3.88658926607616479E+02  3.88412733568381896E+02  3.88164722751344982E+02
+  3.87914882027006172E+02  3.87663199205830324E+02  3.87409662038308909E+02
+  3.87154258215033110E+02  3.86896975366771130E+02  3.86637801064557095E+02
+  3.86376722819786039E+02  3.86113728084316961E+02  3.85848804250589922E+02
+  3.85581938651743371E+02  3.85313118561749832E+02  3.85042331195552038E+02
+  3.84769563709215390E+02  3.84494803200088256E+02  3.84218036706968519E+02
+  3.83939251210283771E+02  3.83658433632281174E+02  3.83375570837227031E+02
+  3.83090649631616543E+02  3.82803656764393736E+02  3.82514578927184402E+02
+  3.82223402754538313E+02  3.81930114824182112E+02  3.81634701657286200E+02
+  3.81337149718741102E+02  3.81037445417444872E+02  3.80735575106607257E+02
+  3.80431525084059899E+02  3.80125281592582212E+02  3.79816830820240739E+02
+  3.79506158900739194E+02  3.79193251913782717E+02  3.78878095885455309E+02
+  3.78560676788610749E+02  3.78240980543277942E+02  3.77918993017078378E+02
+  3.77594700025659620E+02  3.77268087333141693E+02  3.76939140652578885E+02
+  3.76607845646437909E+02  3.76274187927087269E+02  3.75938153057306124E+02
+  3.75599726550806963E+02  3.75258893872772489E+02  3.74915640440410698E+02
+  3.74569951623526208E+02  3.74221812745106433E+02  3.73871209081926452E+02
+  3.73518125865169964E+02  3.73162548281068098E+02  3.72804461471555271E+02
+  3.72443850534941646E+02  3.72080700526606165E+02  3.71714996459706299E+02
+  3.71346723305906323E+02  3.70975865996125719E+02  3.70602409421305254E+02
+  3.70226338433194712E+02  3.69847637845156669E+02  3.69466292432993498E+02
+  3.69082286935792354E+02  3.68695606056791803E+02  3.68306234464269721E+02
+  3.67914156792451024E+02  3.67519357642437228E+02  3.67121821583160283E+02
+  3.66721533152353516E+02  3.66318476857546727E+02  3.65912637177085401E+02
+  3.65503998561170931E+02  3.65092545432924283E+02  3.64678262189473742E+02
+  3.64261133203067629E+02  3.63841142822208667E+02  3.63418275372812445E+02
+  3.62992515159392440E+02  3.62563846466267591E+02  3.62132253558796492E+02
+  3.61697720684639194E+02  3.61260232075041188E+02  3.60819771946146659E+02
+  3.60376324500336750E+02  3.59929873927594713E+02  3.59480404406896071E+02
+  3.59027900107629421E+02  3.58572345191044519E+02  3.58113723811726118E+02
+  3.57652020119098552E+02  3.57187218258961536E+02  3.56719302375049438E+02
+  3.56248256610621127E+02  3.55774065110081267E+02  3.55296712020631048E+02
+  3.54816181493948363E+02  3.54332457687899364E+02  3.53845524768282530E+02
+  3.53355366910603493E+02  3.52861968301879983E+02  3.52365313142477191E+02
+  3.51865385647978087E+02  3.51362170051085286E+02  3.50855650603556114E+02
+  3.50345811578171038E+02  3.49832637270734438E+02  3.49316112002116370E+02
+  3.48796220120317741E+02  3.48272946002574145E+02  3.47746274057495327E+02
+  3.47216188727238830E+02  3.46682674489719489E+02  3.46145715860854807E+02
+  3.45605297396847902E+02  3.45061403696508478E+02  3.44514019403604209E+02
+  3.43963129209250837E+02  3.43408717854340068E+02  3.42850770132006232E+02
+  3.42289270890130013E+02  3.41724205033880423E+02  3.41155557528297550E+02
+  3.40583313400915131E+02  3.40007457744414467E+02  3.39427975719320898E+02
+  3.38844852556739795E+02  3.38258073561133642E+02  3.37667624113138913E+02
+  3.37073489672422284E+02  3.36475655780581178E+02  3.35874108064087750E+02
+  3.35268832237259232E+02  3.34659814105280645E+02  3.34047039567265472E+02
+  3.33430494619358285E+02  3.32810165357881658E+02  3.32186037982522805E+02
+  3.31558098799569734E+02  3.30926334225186963E+02  3.30290730788722954E+02
+  3.29651275136068818E+02  3.29007954033058184E+02  3.28360754368911842E+02
+  3.27709663159725835E+02  3.27054667552000637E+02  3.26395754826227233E+02
+  3.25732912400505597E+02  3.25066127834199278E+02  3.24395388831641981E+02
+  3.23720683245886789E+02  3.23041999082500695E+02  3.22359324503403741E+02
+  3.21672647830752339E+02  3.20981957550877553E+02  3.20287242318257995E+02
+  3.19588490959525132E+02  3.18885692477523605E+02  3.18178836055415388E+02
+  3.17467911060828555E+02  3.16752907050051135E+02  3.16033813772269070E+02
+  3.15310621173863581E+02  3.14583319402734219E+02  3.13851898812656998E+02
+  3.13116349967698284E+02  3.12376663646671432E+02  3.11632830847636910E+02
+  3.10884842792446932E+02  3.10132690931334366E+02  3.09376366947565316E+02
+  3.08615862762102324E+02  3.07851170538309873E+02  3.07082282686711494E+02
+  3.06309191869788663E+02  3.05531891006822775E+02  3.04750373278776578E+02
+  3.03964632133222381E+02  3.03174661289333812E+02  3.02380454742875656E+02
+  3.01582006771234546E+02  3.00779311938502929E+02  2.99972365100600484E+02
+  2.99161161410434147E+02  2.98345696323096433E+02  2.97525965601107771E+02
+  2.96701965319723968E+02  2.95873691872218387E+02  2.95041141975215282E+02
+  2.94204312674067012E+02  2.93363201348265193E+02  2.92517805716886471E+02
+  2.91668123844069726E+02  2.90814154144539884E+02  2.89955895389187901E+02
+  2.89093346710608273E+02  2.88226507608687484E+02  2.87355377956230768E+02
+  2.86479958004617572E+02  2.85600248389484648E+02  2.84716250136430915E+02
+  2.83827964666771436E+02  2.82935393803339480E+02  2.82038539776215089E+02
+  2.81137405228512364E+02  2.80231993222196479E+02  2.79322307243919511E+02
+  2.78408351210872866E+02  2.77490129476655170E+02  2.76567646837192456E+02
+  2.75640908536681252E+02  2.74709920273437319E+02  2.73774688205804409E+02
+  2.72835218958081327E+02  2.71891519626455249E+02  2.70943597784940835E+02
+  2.69991461491325424E+02  2.69035119293166417E+02  2.68074580233786037E+02
+  2.67109853858140411E+02  2.66140950218752607E+02  2.65167879881650038E+02
+  2.64190653932293969E+02  2.63209283981499254E+02  2.62223782171346613E+02
+  2.61234161181158754E+02  2.60240434233419933E+02  2.59242615099551301E+02
+  2.58240718105750204E+02  2.57234758138813277E+02  2.56224750651936347E+02
+  2.55210711670488479E+02  2.54192657797759551E+02  2.53170606220788102E+02
+  2.52144574716060674E+02  2.51114581655054479E+02  2.50080646009836045E+02
+  2.49042787358626157E+02  2.48001025891320324E+02  2.46955382414961690E+02
+  2.45905878359174125E+02  2.44852535781688516E+02  2.43795377373651348E+02
+  2.42734426464766017E+02  2.41669707028486840E+02  2.40601243687152419E+02
+  2.39529061717051064E+02  2.38453187053416229E+02  2.37373646295366427E+02
+  2.36290466710956707E+02  2.35203676241892083E+02  2.34113303508083504E+02
+  2.33019377812239895E+02  2.31921929144373848E+02  2.30820988186213839E+02
+  2.29716586315517077E+02  2.28608755610317502E+02  2.27497528853302583E+02
+  2.26382939535703372E+02  2.25265021861050570E+02  2.24143810748949420E+02
+  2.23019341838736324E+02  2.21891651493012120E+02  2.20760776801047570E+02
+  2.19626755582119557E+02  2.18489626388988114E+02  2.17349428510707156E+02
+  2.16206201975350950E+02  2.15059987552729382E+02  2.13910826756952815E+02
+  2.12758761848841914E+02  2.11603835838178213E+02  2.10446092485893956E+02
+  2.09285576306396933E+02  2.08122332569032039E+02  2.06956407299524471E+02
+  2.05787847281377054E+02  2.04616700057083136E+02  2.03443013929151306E+02
+  2.02266837960937096E+02  2.01088221977442714E+02  1.99907216566217357E+02
+  1.98723873077182049E+02  1.97538243622526466E+02  1.96350381076517237E+02
+  1.95160339075086995E+02  1.93968172015201247E+02  1.92773935053997803E+02
+  1.91577684107954383E+02  1.90379475852069618E+02  1.89179367717765501E+02
+  1.87977417890965285E+02  1.86773685310038275E+02  1.85568229663490655E+02
+  1.84361111387400058E+02  1.83152391662590247E+02  1.81942132411934040E+02
+  1.80730396297506672E+02  1.79517246716290430E+02  1.78302747796165988E+02
+  1.77086964391725047E+02  1.75869962079796522E+02  1.74651807154683041E+02
+  1.73432566623112535E+02  1.72212308199463791E+02  1.70991100300586311E+02
+  1.69769012039049869E+02  1.68546113216800705E+02  1.67322474318592242E+02
+  1.66098166505101261E+02  1.64873261605726441E+02  1.63647832111085307E+02
+  1.62421951165983018E+02  1.61195692561607842E+02  1.59969130726105703E+02
+  1.58742340715683412E+02  1.57515398205445848E+02  1.56288379479894019E+02
+  1.55061361423081763E+02  1.53834421508477448E+02  1.52607637789546970E+02
+  1.51381088889057082E+02  1.50154853986816448E+02  1.48929012808058644E+02
+  1.47703645611524280E+02  1.46478833177188704E+02  1.45254656793635235E+02
+  1.44031198245165200E+02  1.42808539799930628E+02  1.41586764196128996E+02
+  1.40365954626826920E+02  1.39146194725524452E+02  1.37927568551395296E+02
+  1.36710160574168100E+02  1.35494055658649160E+02  1.34279339049060724E+02
+  1.33066096354733304E+02  1.31854413533048074E+02  1.30644376871357139E+02
+  1.29436072969720726E+02  1.28229588723311906E+02  1.27025011304470041E+02
+  1.25822428144406615E+02  1.24621926914867799E+02  1.23423595511483953E+02
+  1.22227522033414942E+02  1.21033794762498857E+02  1.19842502143262152E+02
+  1.18653732762608783E+02  1.17467575329182623E+02  1.16284118652406050E+02
+  1.15103451621706853E+02  1.13925663187715159E+02  1.12750842338696415E+02
+  1.11579078077191340E+02  1.10410459397530531E+02  1.09245075263059704E+02
+  1.08083014583078878E+02  1.06924366189503317E+02  1.05769218814060153E+02
+  1.04617661067611550E+02  1.03469781413624929E+02  1.02325668142710114E+02
+  1.01185409348012243E+02  1.00049092900372244E+02  9.89168064232610647E+01
+  9.77886372674987712E+01  9.66646724870159062E+01  9.55449988166590316E+01
+  9.44297026431465696E+01  9.33188699780504720E+01  9.22125864316003714E+01
+  9.11109371863320661E+01  9.00140069705914385E+01  8.89218800319069942E+01
+  8.78346401121017806E+01  8.67523704240135629E+01  8.56751536205972855E+01
+  8.46030717670414987E+01  8.35362063136745974E+01  8.24746380688123395E+01
+  8.14184471715605724E+01  8.03677130646013325E+01  7.93225144696115905E+01
+  7.82829293634198820E+01  7.72490349461127153E+01  7.62209076131192091E+01
+  7.51986229280602174E+01  7.41822555956534870E+01  7.31718794346904389E+01
+  7.21675673511493727E+01  7.11693913150256350E+01  7.01774223365284797E+01
+  6.91917304342270967E+01  6.82123846080654772E+01  6.72394528131246147E+01
+  6.62730019335700860E+01  6.53130977568024775E+01  6.43598049479480068E+01
+  6.34131870293071458E+01  6.24733063572620395E+01  6.15402240916525827E+01
+  6.06140001707766913E+01  5.96946932871342852E+01  5.87823608634958887E+01
+  5.78770590293137417E+01  5.69788425977457322E+01  5.60877650489709154E+01
+  5.52038785085279287E+01  5.43272337192154211E+01  5.34578800191852324E+01
+  5.25958653207902600E+01  5.17412360898984716E+01  5.08940373256919258E+01
+  5.00543125414404599E+01  4.92221037528966860E+01  4.83974514588095843E+01
+  4.75803946166869309E+01  4.67709706250840043E+01  4.59692153066725666E+01
+  4.51751628919130752E+01  4.43888460033473748E+01  4.36102956413433205E+01
+  4.28395411786508191E+01  4.20766103438336003E+01  4.13215292021933607E+01
+  4.05743221432867287E+01  3.98350118692603417E+01  3.91036193839117132E+01
+  3.83801639824908776E+01  3.76646632435736919E+01  3.69571330306265224E+01
+  3.62575874790707644E+01  3.55660389835350301E+01  3.48824981914927505E+01
+  3.42069739977598246E+01  3.35394735398176707E+01  3.28800021939719258E+01
+  3.22285635743743626E+01  3.15851595421038525E+01  3.09497901965206239E+01
+  3.03224538697790145E+01  2.97031471272627812E+01  2.90918647689174286E+01
+  2.84885998314740831E+01  2.78933435915699413E+01  2.73060855727229601E+01
+  2.67268135619976128E+01  2.61555136062224385E+01  2.55921700143575954E+01
+  2.50367653651214361E+01  2.44892805155323074E+01  2.39496946103651780E+01
+  2.34179850925233985E+01  2.28941277184796768E+01  2.23780965820768998E+01
+  2.18698641160708753E+01  2.13694011025177701E+01  2.08766766876434566E+01
+  2.03916583976088965E+01  1.99143121551661615E+01  1.94446022972039607E+01
+  1.89824915987818272E+01  1.85279413031061324E+01  1.80809111286685216E+01
+  1.76413592873439775E+01  1.72092425061657472E+01  1.67845160499262605E+01
+  1.63671337445916940E+01  1.59570480015523994E+01  1.55542098498794630E+01
+  1.51585689711212765E+01  1.47700737119723566E+01  1.43886711093201072E+01
+  1.40143069181698010E+01  1.36469256402728352E+01  1.32864705534395604E+01
+  1.29328837416267888E+01  1.25861061345053731E+01  1.22460775454037254E+01
+  1.19127366890569810E+01  1.15860212124048410E+01  1.12658677275019290E+01
+  1.09522118449601926E+01  1.06449882078987041E+01  1.03441305266244363E+01
+  1.00495716240640167E+01  9.76124347495811229E+00  9.47907722784684736E+00
+  9.20300324003400583E+00  8.93295111395547536E+00  8.66884973386769353E+00
+  8.41062730282687809E+00  8.15821138040014304E+00  7.91152893203254237E+00
+  7.67050636749544967E+00  7.43506956589872559E+00  7.20514391293575152E+00
+  6.98065433890217335E+00  6.76152535679448441E+00  6.54768110045713492E+00
+  6.33904536352935821E+00  6.13554165044392530E+00  5.93709321217150432E+00
+  5.74362307275107487E+00  5.55505406675162661E+00  5.37130887696927317E+00
+  5.19231007195316785E+00  5.01798014332818632E+00  4.84824154407028107E+00
+  4.68301673861364254E+00  4.52222823411757524E+00  4.36579860681313914E+00
+  4.21365053758837771E+00  4.06570684737218624E+00  3.92189053210360150E+00
+  3.78212479725716522E+00  3.64633309356625235E+00  3.51443916369071818E+00
+  3.38636706755561523E+00  3.26204120675935494E+00  3.14138635632513408E+00
+  3.02432769592032580E+00  2.91079084044655279E+00  2.80070186997612947E+00
+  2.69398736122041393E+00  2.59057442840572927E+00  2.49039074167342322E+00
+  2.39336454790345421E+00  2.29942469697978291E+00  2.20850066729730621E+00
+  2.12052259047342728E+00  2.03542127524694960E+00  1.95312823331458230E+00
+  1.87357571248080346E+00  1.79669670763485856E+00  1.72242497662243688E+00
+  1.65069505983020104E+00  1.58144229888469834E+00  1.51460285445504006E+00
+  1.45011372315068754E+00  1.38791275680561843E+00  1.32793868658460434E+00
+  1.27013112662028527E+00  1.21443058400032555E+00  1.16077847105118503E+00
+  1.10911711669942448E+00  1.05938977691136493E+00  1.01154064421525591E+00
+  9.65514860045924128E-01  9.21258529276749671E-01  8.78718717125350768E-01
+  8.37843452885377427E-01  7.98581734919581954E-01  7.60883534772955672E-01
+  7.24699800415913087E-01  6.89982458645222785E-01  6.56684420635356592E-01
+  6.24759587258985283E-01  5.94162840258480318E-01  5.64850039981089624E-01
+  5.36778023691897643E-01  5.09904603118757627E-01  4.84188561246398141E-01
+  4.59589648423904762E-01  4.36068581775186259E-01  4.13587042453842479E-01
+  3.92107662368984422E-01  3.71594016738157007E-01  3.52010616825775946E-01
+  3.33322902076392202E-01  3.15497231664929045E-01  2.98500875573735280E-01
+  2.82302008924389225E-01  2.66869702870978776E-01  2.52173908331109198E-01
+  2.38185444568743632E-01  2.24875987789003140E-01  2.12218059318068392E-01
+  2.00185013392192662E-01  1.88751024714095383E-01  1.77891079028905275E-01
+  1.67580959643138599E-01  1.57797229626731816E-01  1.48517217840089338E-01
+  1.39719004945482866E-01  1.31381409196993787E-01  1.23483972032058104E-01
+  1.16006943665894813E-01  1.08931271327392068E-01  1.02238583404306874E-01
+  9.59111714611817767E-02  8.99319751340243861E-02  8.42845670631081068E-02
+  7.89531377800731099E-02  7.39224805691578724E-02  6.91779765343239067E-02
+  6.47055818470975985E-02  6.04918113077782121E-02  5.65237212980032391E-02
+  5.27888948138384301E-02  4.92754266209247810E-02  4.59719085067069044E-02
+  4.28674146448578541E-02  3.99514873170313742E-02  3.72141243337640870E-02
+  3.46457634357754882E-02  3.22372670075441320E-02  2.99799082522249627E-02
+  2.78653575670784366E-02  2.58856691170637927E-02  2.40332676163482334E-02
+  2.23009355580065897E-02  2.06818016922723294E-02  1.91693272482332776E-02
+  1.77572929166393938E-02  1.64397868421171656E-02  1.52111928685067267E-02
+  1.40661790397233095E-02  1.29996863606722732E-02  1.20069180376688525E-02
+  1.10833295826666001E-02  1.02246173873102811E-02  9.42670817802093546E-03
+  8.68574916628480319E-03  7.99809847167866871E-03  7.36031581798464798E-03
+  6.76915350249862081E-03  6.22154782588990249E-03  5.71461108336744628E-03
+  5.24562263048421965E-03  4.81202075421322331E-03  4.41139502691157565E-03
+  4.04147892225318207E-03  3.70014269036270018E-03  3.38538648912532335E-03
+  3.09533392087764456E-03  2.82822591176223057E-03  2.58241411088082308E-03
+  2.35635493064531663E-03  2.14860392629643128E-03  1.95781040471179786E-03
+  1.78271225771192438E-03  1.62213101531741549E-03  1.47496722816622744E-03
+  1.34019604989713665E-03  1.21686262396641974E-03  1.10407793436919114E-03
+  1.00101489434072468E-03  9.06904620307335597E-04  8.21032885525565278E-04
+  7.42736748652282771E-04  6.71401429984238500E-04  6.06457302254672813E-04
+  5.47376840912716764E-04  4.93671885718004254E-04  4.44891066376986799E-04
+  4.00617367278160660E-04  3.60465825968200816E-04  3.24081361184478962E-04
+  2.91136774186155503E-04  2.61330816360670246E-04  2.34386283772185222E-04
+  2.10048307524481580E-04  1.88082753527565221E-04  1.68274719647436527E-04
+  1.50427125689676889E-04  1.34359392928587175E-04  1.19906236656958299E-04
+  1.06916498167351748E-04  9.52520212874691176E-05  8.47866449870442537E-05
+  7.54052657271044919E-05  6.70029634506461740E-05  5.94841877271366464E-05
+  5.27620016799934660E-05  4.67573946916223211E-05  4.13986191455512268E-05
+  3.66205665836397785E-05  3.23642088645561678E-05  2.85760814319336166E-05
+  2.52078053994881511E-05  2.22156460114897380E-05  1.95601058907834692E-05
+  1.72055573468976840E-05  1.51198893473643566E-05  1.32741820589491087E-05
+  1.16424157943741557E-05  1.02012038759135687E-05  8.92954757177951478E-06
+  7.80861153578646765E-06  6.82151875789703161E-06  5.95316620378699560E-06
+  5.19004914283187194E-06  4.52010206961237763E-06  3.93255681855880638E-06
+  3.41781338767372035E-06  2.96732244292921107E-06  2.57347857491439070E-06
+  2.22952372868341508E-06  1.92946084041340390E-06  1.66797235108576032E-06
+  1.44034758604256365E-06  1.24241822653827080E-06  1.07050007080119068E-06
+  9.21340533908804034E-07  7.92071380941673792E-07  6.80166378763834696E-07
+  5.83403628778542632E-07  4.99830448625962728E-07  4.27732517188344662E-07
+  3.65606594070401814E-07  3.12136125647039641E-07  2.66169461258724319E-07
+  2.26700426436858985E-07  1.92851094554548428E-07  1.63856549055504998E-07
+  1.39050872271691593E-07  1.17854990656029065E-07  9.97659954553518925E-08
+  8.43476869073463331E-08  7.12222137418705569E-08  6.00626916996533080E-08
+  5.05867271881662291E-08  4.25507235805637566E-08  3.57447267183691840E-08
+  2.99880041582328930E-08  2.51251905510505247E-08  2.10229099717446023E-08
+  1.75668206937712458E-08  1.46590335522557040E-08  1.22158720860216905E-08
+  1.01659165499882992E-08  8.44826274149879104E-09  7.01104442331651414E-09
+  5.81015637126070875E-09  4.80814767056018610E-09  3.97326412374894936E-09
+  3.27862106771736905E-09  2.70149400104152170E-09  2.22270389624340080E-09
+  1.82607961325843947E-09  1.49800634486072102E-09  1.22703927918985334E-09
+  1.00357264967247504E-09  8.19556725266189824E-10  6.68256243313843450E-10
+  5.44045735132456869E-10  4.42233761315116239E-10  3.58911970874840890E-10
+  2.90829609824092016E-10  2.35287345931232213E-10  1.90047432278169308E-10
+  1.53257837019316846E-10  1.23388299582942050E-10  9.91768291352855558E-11
+  7.95842366205303977E-11  6.37558071270000875E-11  5.09897700131278276E-11
+  4.07109464491706701E-11  3.24487427607617891E-11  2.58188096217501929E-11
+  2.05077914520477941E-11  1.62607325018413753E-11  1.28705012380625204E-11
+  1.01690415715699071E-11  8.02025569014495962E-12  6.31413403457418723E-12
+  4.96192114382135077E-12  3.89214310200932529E-12  3.04735137364815698E-12
+  2.38147053714564222E-12  1.85760108700028265E-12  1.44623591500492036E-12
+  1.12382666738816886E-12  8.71618140617653938E-13  6.74702487882768907E-13
+  5.21253548434973125E-13  4.01908762958445865E-13  3.09272937559921302E-13
+  2.37513362416059835E-13  1.82037375511223417E-13  1.39236513521975312E-13
+  1.06281674977163169E-13  8.09595117689829446E-14  6.15420732241739178E-14
+  4.66832726830477993E-14  3.53370221314504269E-14  2.66915580818803870E-14
+  2.01181375077723006E-14  1.51308983285858991E-14  1.13552486893406009E-14
+  8.50303892814616781E-15  6.35311251066638152E-15  4.73612368253457879E-15
+  3.52272497592952947E-15  2.61426578443161797E-15  1.93566607633441233E-15
+  1.42992598284011568E-15  1.05387752798403571E-15  7.74907030559972762E-16
+  5.68433577291817631E-16  4.15976560096408895E-16  3.03677753056149942E-16
+  2.21160986905309390E-16  1.60675535768873975E-16  1.16447136946020355E-16
+  8.41851930858107791E-17  6.07097457373229469E-17  4.36699711376073338E-17
+  3.13326239788032056E-17  2.24231801531948249E-17  1.60059393706270986E-17
+  1.13957469846411543E-17  8.09232857876239847E-18  5.73141758655292500E-18
+  4.04850451652661034E-18  2.85203607859199492E-18  2.00368897373260930E-18
+  1.40384576025000293E-18  9.80889076158197082E-19  6.83480036259593710E-19
+  4.74927949619677333E-19  3.29088545009672693E-19  2.27386646159904055E-19
+  1.56662625300659066E-19  1.07622029242680439E-19  7.37179739045331017E-20
+  5.03478057735700218E-20  3.42859749026808377E-20  2.32793400119638802E-20
+  1.57589848831507876E-20  1.06358086125565772E-20  7.15608292340921764E-21
+  4.79988226578981149E-21  3.20952040116530460E-21  2.13945744219058401E-21
+  1.42172218125944014E-21  9.41805819868966996E-22  6.21908150521692327E-22
+  4.09342883473209875E-22  2.68545826844378844E-22  1.75593860177472670E-22
+  1.14437295742741617E-22  7.43351419866510995E-23  4.81262861294585333E-23
+  3.10540455878958564E-23  1.99701438595816640E-23  1.27980837211283994E-23
+  8.17295385328628060E-24  5.20087487222462120E-24  3.29798836727280017E-24
+  2.08401003725530953E-24  1.31226375510781966E-24  8.23373108945750062E-25
+  5.14756501976045959E-25  3.20630470129453154E-25  1.98961986011796853E-25
+  1.22997455678115324E-25  7.57531134645152554E-26  4.64823083747186276E-26
+  2.84151169438416996E-26  1.73047769141948842E-26  1.04980217669057415E-26
+  6.34359145507359738E-27  3.81775774149281275E-27  2.28840836451761649E-27
+  1.36626526391460437E-27  8.12492703471929089E-28  4.81257004719535108E-28
+  2.83911882443286987E-28  1.66802392582367924E-28  9.75856558649901800E-29
+  5.68444944401989528E-29  3.29706866099655882E-29  1.90430759893845898E-29
+  1.09527849315872029E-29  6.27304245534796611E-30  3.57740285497248932E-30
+  2.03117772677328177E-30  1.14804922035289097E-30  6.45884047094092901E-31
+  3.61713708412825162E-31  2.01666422718104426E-31  1.11936426440288123E-31
+  6.18532837401159448E-32  3.40227369396354587E-32  1.86266212101496488E-32
+  1.01481265688186522E-32  5.50136859710882902E-33  2.96787485707672392E-33
+  1.59354140814424897E-33  8.51602440615122977E-34  4.52944606058332922E-34
+  2.39739077547322875E-34  1.26254476706723315E-34  6.61425354372524140E-35
+  3.44657821625450084E-35  1.78670994208645789E-35  9.21604094489781138E-36
+  4.73013003587248858E-36  2.41552226776299845E-36  1.22714194619641678E-36
+  6.20061110929020398E-37  3.11545461797696627E-37  1.55636124385556822E-37
+  7.73254941006870272E-38  3.82154323242894781E-38  1.87876366308392041E-38
+  9.18718074716652980E-39  4.46772613673858177E-39  2.16008888232518876E-39
+  1.03801599268101036E-39  4.95742778051747039E-40  2.35393497777611203E-40
+  1.11151398394917755E-40  5.21949474360528614E-41  2.43712643674774159E-41
+  1.13124334685896467E-41  5.21818365136801670E-42  2.39114353684827044E-42
+  1.08847900835398426E-42  4.92473228305372938E-43  2.21517134197144104E-43
+  9.90599319976260796E-44  4.40326249566553135E-44  1.94489628251216957E-44
+  8.53264215378266485E-45  3.71655875833034881E-45  1.60741273590366670E-45
+  6.90760842615258544E-46  2.95034791922744227E-46  1.25243465296645876E-46
+  5.28276022536265070E-47  2.21313340258786350E-47  9.20384292799963485E-48
+  3.79766495637115824E-48  1.55521426740318853E-48  6.32631989016870834E-49
+  2.55709235978781969E-49  1.02694107832726554E-49  4.09630214012319194E-50
+  1.62198942803343283E-50  6.37135258195339533E-51  2.48131114114676538E-51
+  9.58641706662454000E-52  3.67794797793932946E-52  1.40180435817084595E-52
+  5.30685177899354065E-53  1.99451783212385476E-53  7.43675023471115648E-54
+  2.74867427775168277E-54  1.00640280480331150E-54  3.65389256220355086E-55
+  1.31710810145514866E-55  4.71552567065400648E-56  1.67635030833497335E-56
+  5.91328992178455338E-57  2.06789921264328323E-57  7.16202732670645860E-58
+  2.45502479319536463E-58  8.34147921806250072E-59  2.81351520847968207E-59
+  9.42376094737507321E-60  3.13309838908811964E-60  1.03299219929573363E-60
+  3.37359031082968080E-61  1.09002876207373874E-61  3.48231302680184413E-62
+  1.10238758469096298E-62  3.46415815300601714E-63  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00
+                             </PP_AE_NLCC> 
+ <PP_AE_VLOC type="real" size="  1489" columns="3">
+ -1.77620289604467398E+05 -1.76204722848143167E+05 -1.74800435448294185E+05
+ -1.73407337530047575E+05 -1.72025339934661140E+05 -1.70654354213817045E+05
+ -1.69294292623961315E+05 -1.67945068120687967E+05 -1.66606594353168301E+05
+ -1.65278785658624547E+05 -1.63961557056846941E+05 -1.62654824244755408E+05
+ -1.61358503591004090E+05 -1.60072512130628718E+05 -1.58796767559736938E+05
+ -1.57531188230240834E+05 -1.56275693144631339E+05 -1.55030201950794581E+05
+ -1.53794634936869028E+05 -1.52568913026144175E+05 -1.51352957771999441E+05
+ -1.50146691352883558E+05 -1.48950036567334027E+05 -1.47762916829036229E+05
+ -1.46585256161921687E+05 -1.45416979195306019E+05 -1.44258011159064452E+05
+ -1.43108277878847235E+05 -1.41967705771332112E+05 -1.40836221839514998E+05
+ -1.39713753668038029E+05 -1.38600229418555187E+05 -1.37495577825134591E+05
+ -1.36399728189697285E+05 -1.35312610377492616E+05 -1.34234154812609631E+05
+ -1.33164292473524110E+05 -1.32102954888681386E+05 -1.31050074132113717E+05
+ -1.30005582819093543E+05 -1.28969414101820323E+05 -1.27941501665142583E+05
+ -1.26921779722313659E+05 -1.25910183010781184E+05 -1.24906646788010505E+05
+ -1.23911106827340889E+05 -1.22923499413875194E+05 -1.21943761340401921E+05
+ -1.20971829903350124E+05 -1.20007642898776117E+05 -1.19051138618382698E+05
+ -1.18102255845569496E+05 -1.17160933851515350E+05 -1.16227112391291419E+05
+ -1.15300731700005636E+05 -1.14381732488977665E+05 -1.13470055941944491E+05
+ -1.12565643711296027E+05 -1.11668437914340961E+05 -1.10778381129602130E+05
+ -1.09895416393141684E+05 -1.09019487194915360E+05 -1.08150537475155303E+05
+ -1.07288511620783363E+05 -1.06433354461850482E+05 -1.05585011268007016E+05
+ -1.04743427744998844E+05 -1.03908550031193750E+05 -1.03080324694132825E+05
+ -1.02258698727112365E+05 -1.01443619545789843E+05 -1.00635034984819911E+05
+ -9.98328932945145352E+04 -9.90371431375322572E+04 -9.82477335855913261E+04
+ -9.74646141162112326E+04 -9.66877346094787790E+04 -9.59170453448406188E+04
+ -9.51524969979208545E+04 -9.43940406373645237E+04 -9.36416277217059105E+04
+ -9.28952100962617551E+04 -9.21547399900494202E+04 -9.14201700127296353E+04
+ -9.06914531515732670E+04 -8.99685427684526512E+04 -8.92513925968568219E+04
+ -8.85399567389301519E+04 -8.78341896625351219E+04 -8.71340461983382120E+04
+ -8.64394815369188873E+04 -8.57504512259020412E+04 -8.50669111671127612E+04
+ -8.43888176137542177E+04 -8.37161271676078031E+04 -8.30487967762555927E+04
+ -8.23867837303249835E+04 -8.17300456607553351E+04 -8.10785405360862933E+04
+ -8.04322266597677371E+04 -7.97910626674912783E+04 -7.91550075245428161E+04
+ -7.85240205231763684E+04 -7.78980612800087256E+04 -7.72770897334349866E+04
+ -7.66610661410644534E+04 -7.60499510771773057E+04 -7.54437054302011093E+04
+ -7.48422904002078285E+04 -7.42456674964305857E+04 -7.36537985348001821E+04
+ -7.30666456355013943E+04 -7.24841712205485528E+04 -7.19063380113806052E+04
+ -7.13331090264752856E+04 -7.07644475789822318E+04 -7.02003172743750474E+04
+ -6.96406820081220067E+04 -6.90855059633754427E+04 -6.85347536086792970E+04
+ -6.79883896956952813E+04 -6.74463792569468205E+04 -6.69086876035812602E+04
+ -6.63752803231495782E+04 -6.58461232774041564E+04 -6.53211826001138761E+04
+ -6.48004246948966029E+04 -6.42838162330690393E+04 -6.37713241515137197E+04
+ -6.32629156505629217E+04 -6.27585581918994794E+04 -6.22582194964743103E+04
+ -6.17618675424405737E+04 -6.12694705631042452E+04 -6.07809970448910171E+04
+ -6.02964157253294688E+04 -5.98156955910502220E+04 -5.93388058758010884E+04
+ -5.88657160584779485E+04 -5.83963958611715643E+04 -5.79308152472295842E+04
+ -5.74689444193343297E+04 -5.70107538175956724E+04 -5.65562141176592413E+04
+ -5.61052962288296185E+04 -5.56579712922085528E+04 -5.52142106788479869E+04
+ -5.47739859879177238E+04 -5.43372690448878784E+04 -5.39040318997255818E+04
+ -5.34742468251063037E+04 -5.30478863146391377E+04 -5.26249230811064772E+04
+ -5.22053300547176696E+04 -5.17890803813763850E+04 -5.13761474209621301E+04
+ -5.09665047456251268E+04 -5.05601261380949727E+04 -5.01569855900027615E+04
+ -4.97570573002164820E+04 -4.93603156731897834E+04 -4.89667353173238225E+04
+ -4.85762910433421785E+04 -4.81889578626787625E+04 -4.78047109858785770E+04
+ -4.74235258210110696E+04 -4.70453779720963576E+04 -4.66702432375438002E+04
+ -4.62980976086031078E+04 -4.59289172678278410E+04 -4.55626785875509595E+04
+ -4.51993581283727617E+04 -4.48389326376606696E+04 -4.44813790480610915E+04
+ -4.41266744760231450E+04 -4.37747962203339994E+04 -4.34257217606661288E+04
+ -4.30794287561357414E+04 -4.27358950438734464E+04 -4.23950986376051515E+04
+ -4.20570177262456491E+04 -4.17216306725020477E+04 -4.13889160114895349E+04
+ -4.10588524493570803E+04 -4.07314188619252382E+04 -4.04065942933335173E+04
+ -4.00843579546998444E+04 -3.97646892227894787E+04 -3.94475676386956766E+04
+ -3.91329729065298015E+04 -3.88208848921228346E+04 -3.85112836217363219E+04
+ -3.82041492807845862E+04 -3.78994622125660098E+04 -3.75972029170055393E+04
+ -3.72973520494061449E+04 -3.69998904192113332E+04 -3.67047989887763470E+04
+ -3.64120588721503300E+04 -3.61216513338670047E+04 -3.58335577877462783E+04
+ -3.55477597957040271E+04 -3.52642390665727071E+04 -3.49829774549301219E+04
+ -3.47039569599386377E+04 -3.44271597241926065E+04 -3.41525680325760550E+04
+ -3.38801643111283120E+04 -3.36099311259198366E+04 -3.33418511819359337E+04
+ -3.30759073219702623E+04 -3.28120825255265663E+04 -3.25503599077293911E+04
+ -3.22907227182434763E+04 -3.20331543402017014E+04 -3.17776382891416361E+04
+ -3.15241582119504310E+04 -3.12726978858183684E+04 -3.10232412172004770E+04
+ -3.07757722407865876E+04 -3.05302751184795306E+04 -3.02867341383815074E+04
+ -3.00451337137885057E+04 -2.98054583821927845E+04 -2.95676928042931977E+04
+ -2.93318217630135659E+04 -2.90978301625287022E+04 -2.88657030272983175E+04
+ -2.86354255011085515E+04 -2.84069828461212019E+04 -2.81803604419304720E+04
+ -2.79555437846272762E+04 -2.77325184858709836E+04 -2.75112702719685512E+04
+ -2.72917849829610059E+04 -2.70740485717172087E+04 -2.68580471030348235E+04
+ -2.66437667527484919E+04 -2.64311938068450290E+04 -2.62203146605857582E+04
+ -2.60111158176358076E+04 -2.58035838892003303E+04 -2.55977055931675895E+04
+ -2.53934677532589594E+04 -2.51908572981856014E+04 -2.49898612608118892E+04
+ -2.47904667773255278E+04 -2.45926610864142785E+04 -2.43964315284491786E+04
+ -2.42017655446743920E+04 -2.40086506764033948E+04 -2.38170745642216170E+04
+ -2.36270249471954776E+04 -2.34384896620876389E+04 -2.32514566425785597E+04
+ -2.30659139184942796E+04 -2.28818496150403043E+04 -2.26992519520415844E+04
+ -2.25181092431886427E+04 -2.23384098952896129E+04 -2.21601424075282594E+04
+ -2.19832953707279521E+04 -2.18078574666214517E+04 -2.16338174671265479E+04
+ -2.14611642336274708E+04 -2.12898867162620008E+04 -2.11199739532142667E+04
+ -2.09514150700132086E+04 -2.07841992788366006E+04 -2.06183158778206089E+04
+ -2.04537542503749173E+04 -2.02905038645032037E+04 -2.01285542721291240E+04
+ -1.99678951084276378E+04 -1.98085160911616476E+04 -1.96504070200239039E+04
+ -1.94935577759842417E+04 -1.93379583206419229E+04 -1.91835986955831613E+04
+ -1.90304690217438219E+04 -1.88785594987771474E+04 -1.87278604044265121E+04
+ -1.85783620939032116E+04 -1.84300549992691886E+04 -1.82829296288246915E+04
+ -1.81369765665008017E+04 -1.79921864712567949E+04 -1.78485500764823119E+04
+ -1.77060581894043171E+04 -1.75647016904987322E+04 -1.74244715329067476E+04
+ -1.72853587418559800E+04 -1.71473544140858357E+04 -1.70104497172779666E+04
+ -1.68746358894907535E+04 -1.67399042385987777E+04 -1.66062461417362756E+04
+ -1.64736530447455370E+04 -1.63421164616291644E+04 -1.62116279740072350E+04
+ -1.60821792305782801E+04 -1.59537619465850239E+04 -1.58263679032839373E+04
+ -1.56999889474194551E+04 -1.55746169907019575E+04 -1.54502440092903198E+04
+ -1.53268620432781845E+04 -1.52044631961847335E+04 -1.50830396344490982E+04
+ -1.49625835869292277E+04 -1.48430873444043191E+04 -1.47245432590816454E+04
+ -1.46069437441068567E+04 -1.44902812730786809E+04 -1.43745483795669898E+04
+ -1.42597376566351486E+04 -1.41458417563657804E+04 -1.40328533893907188E+04
+ -1.39207653244242501E+04 -1.38095703878005297E+04 -1.36992614630142762E+04
+ -1.35898314902654911E+04 -1.34812734660074566E+04 -1.33735804424986945E+04
+ -1.32667455273581090E+04 -1.31607618831240743E+04 -1.30556227268166440E+04
+ -1.29513213295036458E+04 -1.28478510158698100E+04 -1.27452051637897584E+04
+ -1.26433772039040014E+04 -1.25423606191986783E+04 -1.24421489445882871E+04
+ -1.23427357665020936E+04 -1.22441147224735050E+04 -1.21462795007330315E+04
+ -1.20492238398041482E+04 -1.19529415281027686E+04 -1.18574264035395081E+04
+ -1.17626723531254702E+04 -1.16686733125808823E+04 -1.15754232659471181E+04
+ -1.14829162452015262E+04 -1.13911463298756389E+04 -1.13001076466761006E+04
+ -1.12097943691089367E+04 -1.11202007171065070E+04 -1.10313209566577279E+04
+ -1.09431493994409429E+04 -1.08556804024600515E+04 -1.07689083676831633E+04
+ -1.06828277416845085E+04 -1.05974330152888633E+04 -1.05127187232190809E+04
+ -1.04286794437462577E+04 -1.03453097983427469E+04 -1.02626044513379602E+04
+ -1.01805581095768557E+04 -1.00991655220812008E+04 -1.00184214797134991E+04
+ -9.93832081484361879E+03 -9.85885840101804752E+03 -9.78002915263182331E+03
+ -9.70182802460304629E+03 -9.62425001204998807E+03 -9.54729014997079867E+03
+ -9.47094351292574720E+03 -9.39520521472197288E+03 -9.32007040810080434E+03
+ -9.24553428442751647E+03 -9.17159207338358101E+03 -9.09823904266137288E+03
+ -9.02547049766132113E+03 -8.95328178119142285E+03 -8.88166827316921626E+03
+ -8.81062539032608765E+03 -8.74014858591393750E+03 -8.67023334941421126E+03
+ -8.60087520624921126E+03 -8.53206971749573131E+03 -8.46381247960097426E+03
+ -8.39609912410073593E+03 -8.32892531733979558E+03 -8.26228676019460727E+03
+ -8.19617918779812680E+03 -8.13059836926688149E+03 -8.06554010743019080E+03
+ -8.00100023856155804E+03 -7.93697463211219201E+03 -7.87345919044664424E+03
+ -7.81044984858059433E+03 -7.74794257392066265E+03 -7.68593336600635121E+03
+ -7.62441825625401088E+03 -7.56339330770285414E+03 -7.50285461476300407E+03
+ -7.44279830296552973E+03 -7.38322052871449068E+03 -7.32411747904095773E+03
+ -7.26548537135897732E+03 -7.20732045322349677E+03 -7.14961900209021951E+03
+ -7.09237732507735200E+03 -7.03559175872928427E+03 -6.97925866878211764E+03
+ -6.92337444993109239E+03 -6.86793552559984073E+03 -6.81293834771149886E+03
+ -6.75837939646163795E+03 -6.70425518009300504E+03 -6.65056223467204563E+03
+ -6.59729712386722895E+03 -6.54445643872912842E+03 -6.49203679747225215E+03
+ -6.44003484525861859E+03 -6.38844725398305218E+03 -6.33727072206019147E+03
+ -6.28650197421319990E+03 -6.23613776126414541E+03 -6.18617485992607271E+03
+ -6.13661007259671533E+03 -6.08744022715385472E+03 -6.03866217675231383E+03
+ -5.99027279962257126E+03 -5.94226899887096715E+03 -5.89464770228152338E+03
+ -5.84740586211931804E+03 -5.80054045493545073E+03 -5.75404848137353565E+03
+ -5.70792696597776467E+03 -5.66217295700248724E+03 -5.61678352622329567E+03
+ -5.57175576874964372E+03 -5.52708680283893409E+03 -5.48277376971209924E+03
+ -5.43881383337064290E+03 -5.39520418041516223E+03 -5.35194201986528151E+03
+ -5.30902458298105557E+03 -5.26644912308577113E+03 -5.22421291539017420E+03
+ -5.18231325681809267E+03 -5.14074746583345222E+03 -5.09951288226867200E+03
+ -5.05860686715441625E+03 -5.01802680255071755E+03 -4.97777009137944970E+03
+ -4.93783415725810482E+03 -4.89821644433493748E+03 -4.85891441712539563E+03
+ -4.81992556034985591E+03 -4.78124737877266580E+03 -4.74287739704246178E+03
+ -4.70481315953375361E+03 -4.66705223018978359E+03 -4.62959219236662830E+03
+ -4.59243064867855264E+03 -4.55556522084458265E+03 -4.51899354953631882E+03
+ -4.48271329422694362E+03 -4.44672213304145225E+03 -4.41101776260805673E+03
+ -4.37559789791079584E+03 -4.34046027214330297E+03 -4.30560263656374445E+03
+ -4.27102276035091654E+03 -4.23671843046149661E+03 -4.20268745148841208E+03
+ -4.16892764552035715E+03 -4.13543685200242180E+03 -4.10221292759783410E+03
+ -4.06925374605079878E+03 -4.03655719805044509E+03 -4.00412119109583045E+03
+ -3.97194364936205693E+03 -3.94002251356742272E+03 -3.90835574084165000E+03
+ -3.87694130459516418E+03 -3.84577719438940267E+03 -3.81486141580817139E+03
+ -3.78419199033002087E+03 -3.75376695520163639E+03 -3.72358436331224402E+03
+ -3.69364228306901578E+03 -3.66393879827346564E+03 -3.63447200799883421E+03
+ -3.60524002646845020E+03 -3.57624098293506268E+03 -3.54747302156113028E+03
+ -3.51893430130007391E+03 -3.49062299577846807E+03 -3.46253729317917532E+03
+ -3.43467539612541350E+03 -3.40703552156574460E+03 -3.37961590065998234E+03
+ -3.35241477866601144E+03 -3.32543041482750550E+03 -3.29866108226254119E+03
+ -3.27210506785310372E+03 -3.24576067213547321E+03 -3.21962620919147594E+03
+ -3.19370000654061914E+03 -3.16798040503307266E+03 -3.14246575874351038E+03
+ -3.11715443486579352E+03 -3.09204481360850377E+03 -3.06713528809129457E+03
+ -3.04242426424208406E+03 -3.01791016069505667E+03 -2.99359140868948543E+03
+ -2.96946645196935788E+03 -2.94553374668380638E+03 -2.92179176128832660E+03
+ -2.89823897644678573E+03 -2.87487388493421849E+03 -2.85169499154039249E+03
+ -2.82870081297413844E+03 -2.80588987776845806E+03 -2.78326072618637590E+03
+ -2.76081191012754653E+03 -2.73854199303560790E+03 -2.71644954980627199E+03
+ -2.69453316669615151E+03 -2.67279144123231072E+03 -2.65122298212253600E+03
+ -2.62982640916633363E+03 -2.60860035316662152E+03 -2.58754345584214070E+03
+ -2.56665436974055365E+03 -2.54593175815224595E+03 -2.52537429502480609E+03
+ -2.50498066487819551E+03 -2.48474956272059171E+03 -2.46467969396490707E+03
+ -2.44476977434596711E+03 -2.42501852983835488E+03 -2.40542469657491347E+03
+ -2.38598702076588734E+03 -2.36670425861872445E+03 -2.34757517625850733E+03
+ -2.32859854964902070E+03 -2.30977316451445631E+03 -2.29109781626173617E+03
+ -2.27257130990345604E+03 -2.25419245998144834E+03 -2.23596009049094801E+03
+ -2.21787303480537230E+03 -2.19993013560169356E+03 -2.18213024478641410E+03
+ -2.16447222342212717E+03 -2.14695494165466926E+03 -2.12957727864084927E+03
+ -2.11233812247675542E+03 -2.09523637012663994E+03 -2.07827092735236192E+03
+ -2.06144070864340301E+03 -2.04474463714743615E+03 -2.02818164460145454E+03
+ -2.01175067126344288E+03 -1.99545066584460278E+03 -1.97928058544211081E+03
+ -1.96323939547242230E+03 -1.94732606960509975E+03 -1.93153958969717110E+03
+ -1.91587894572802293E+03 -1.90034313573480040E+03 -1.88493116574832902E+03
+ -1.86964204972955145E+03 -1.85447480950646354E+03 -1.83942847471156324E+03
+ -1.82450208271979022E+03 -1.80969467858696953E+03 -1.79500531498874375E+03
+ -1.78043305215999476E+03 -1.76597695783474614E+03 -1.75163610718654832E+03
+ -1.73740958276934248E+03 -1.72329647445879118E+03 -1.70929587939407497E+03
+ -1.69540690192016859E+03 -1.68162865353056918E+03 -1.66796025281048082E+03
+ -1.65440082538045590E+03 -1.64094950384048752E+03 -1.62760542771454880E+03
+ -1.61436774339557110E+03 -1.60123560409086531E+03 -1.58820816976798073E+03
+ -1.57528460710099580E+03 -1.56246408941724189E+03 -1.54974579664444491E+03
+ -1.53712891525829582E+03 -1.52461263823043896E+03 -1.51219616497687412E+03
+ -1.49987870130676902E+03 -1.48765945937168863E+03 -1.47553765761522914E+03
+ -1.46351252072304874E+03 -1.45158327957330357E+03 -1.43974917118747976E+03
+ -1.42800943868161289E+03 -1.41636333121790244E+03 -1.40481010395670864E+03
+ -1.39334901800894022E+03 -1.38197934038882181E+03 -1.37070034396703409E+03
+ -1.35951130742423538E+03 -1.34841151520494736E+03 -1.33740025747181471E+03
+ -1.32647683006022771E+03 -1.31564053443330499E+03 -1.30489067763724574E+03
+ -1.29422657225703415E+03 -1.28364753637249873E+03 -1.27315289351472097E+03
+ -1.26274197262279517E+03 -1.25241410800093195E+03 -1.24216863927590157E+03
+ -1.23200491135482048E+03 -1.22192227438328246E+03 -1.21192008370381745E+03
+ -1.20199769981468557E+03 -1.19215448832899915E+03 -1.18238981993417042E+03
+ -1.17270307035168594E+03 -1.16309362029719546E+03 -1.15356085544092616E+03
+ -1.14410416636841683E+03 -1.13472294854156416E+03 -1.12541660225997839E+03
+ -1.11618453262264734E+03 -1.10702614948990959E+03 -1.09794086744572746E+03
+ -1.08892810576025727E+03 -1.07998728835272800E+03 -1.07111784375461684E+03
+ -1.06231920507311861E+03 -1.05359080995490353E+03 -1.04493210055016607E+03
+ -1.03634252347695951E+03 -1.02782152978581757E+03 -1.01936857492464628E+03
+ -1.01098311870391285E+03 -1.00266462526211183E+03 -9.94412563031500895E+02
+ -9.86226404704113861E+02 -9.78105627198040565E+02 -9.70049711623979647E+02
+ -9.62058143252053924E+02 -9.54130411478881911E+02 -9.46266009794929801E+02
+ -9.38464435752122654E+02 -9.30725190931707516E+02 -9.23047780912372559E+02
+ -9.15431715238623497E+02 -9.07876507389408630E+02 -9.00381674746991052E+02
+ -8.92946738566062322E+02 -8.85571223943119094E+02 -8.78254659786083266E+02
+ -8.70996578784155986E+02 -8.63796517377912778E+02 -8.56654015729638104E+02
+ -8.49568617693892179E+02 -8.42539870788310282E+02 -8.35567326164624092E+02
+ -8.28650538579937574E+02 -8.21789066368225122E+02 -8.14982471412049676E+02
+ -8.08230319114506301E+02 -8.01532178371388454E+02 -7.94887621543574141E+02
+ -7.88296224429624431E+02 -7.81757566238590812E+02 -7.75271229563069596E+02
+ -7.68836800352453452E+02 -7.62453867886395074E+02 -7.56122024748478452E+02
+ -7.49840866800098524E+02 -7.43609993154546601E+02 -7.37429006151290992E+02
+ -7.31297511330457269E+02 -7.25215117407538628E+02 -7.19181436248292812E+02
+ -7.13196082843832528E+02 -7.07258675285912545E+02 -7.01368834742409376E+02
+ -6.95526185432995135E+02 -6.89730354604987156E+02 -6.83980972509390085E+02
+ -6.78277672377156932E+02 -6.72620090395617353E+02 -6.67007865685089996E+02
+ -6.61440640275675150E+02 -6.55918059084229981E+02 -6.50439769891523042E+02
+ -6.45005423319546594E+02 -6.39614672809017975E+02 -6.34267174597085500E+02
+ -6.28962587695186585E+02 -6.23700573867076855E+02 -6.18480797607028535E+02
+ -6.13302926118199025E+02 -6.08166629291163417E+02 -6.03071579682591619E+02
+ -5.98017452494107829E+02 -5.93003925551345105E+02 -5.88030679283132372E+02
+ -5.83097396700844797E+02 -5.78203763377910036E+02 -5.73349467429472270E+02
+ -5.68534199492210178E+02 -5.63757652704279622E+02 -5.59019522685442325E+02
+ -5.54319507517369402E+02 -5.49657307724068005E+02 -5.45032626252458272E+02
+ -5.40445168453095562E+02 -5.35894642061041168E+02 -5.31380757176869224E+02
+ -5.26903226247788211E+02 -5.22461764048948680E+02 -5.18056087664906499E+02
+ -5.13685916471200585E+02 -5.09350972116068476E+02 -5.05050978502297710E+02
+ -5.00785661769211856E+02 -4.96554750274787011E+02 -4.92357974577859238E+02
+ -4.88195067420530563E+02 -4.84065763710707301E+02 -4.79969800504742977E+02
+ -4.75906916990209311E+02 -4.71876854468793454E+02 -4.67879356339319997E+02
+ -4.63914168080887748E+02 -4.59981037236088412E+02 -4.56079713394428552E+02
+ -4.52209948175861314E+02 -4.48371495214416314E+02 -4.44564110141946173E+02
+ -4.40787550571991176E+02 -4.37041576083758514E+02 -4.33325948206201815E+02
+ -4.29640430402174104E+02 -4.25984788052791089E+02 -4.22358788441879256E+02
+ -4.18762200740516960E+02 -4.15194795991682724E+02 -4.11656347095012904E+02
+ -4.08146628791664455E+02 -4.04665417649262395E+02 -4.01212492046918044E+02
+ -3.97787632160458998E+02 -3.94390619947725156E+02 -3.91021239133948313E+02
+ -3.87679275197233324E+02 -3.84364515354137723E+02 -3.81076748545350597E+02
+ -3.77815765421437618E+02 -3.74581358328659178E+02 -3.71373321295000608E+02
+ -3.68191450016247529E+02 -3.65035541842140219E+02 -3.61905395762620515E+02
+ -3.58800812394171260E+02 -3.55721593966244598E+02 -3.52667544307741423E+02
+ -3.49638468833570187E+02 -3.46634174531414146E+02 -3.43654469948523854E+02
+ -3.40699165178586441E+02 -3.37768071848679085E+02 -3.34861003106307635E+02
+ -3.31977773606527535E+02 -3.29118199499096477E+02 -3.26282098415723112E+02
+ -3.23469289457510854E+02 -3.20679593182414010E+02 -3.17912831592766167E+02
+ -3.15168828122886453E+02 -3.12447407626764118E+02 -3.09748396365819985E+02
+ -3.07071621996679028E+02 -3.04416913559062095E+02 -3.01784101463854768E+02
+ -2.99173017481177396E+02 -2.96583494728524101E+02 -2.94015367658974924E+02
+ -2.91468472049480681E+02 -2.88942644989215978E+02 -2.86437724867929603E+02
+ -2.83953551364437772E+02 -2.81489965435271756E+02 -2.79046809303320572E+02
+ -2.76623926446540338E+02 -2.74221161586730659E+02 -2.71838360678380752E+02
+ -2.69475370897575999E+02 -2.67132040630888753E+02 -2.64808219464440413E+02
+ -2.62503758173089011E+02 -2.60218508709611342E+02 -2.57952324193947902E+02
+ -2.55705058902513713E+02 -2.53476568257572637E+02 -2.51266708816667432E+02
+ -2.49075338262023905E+02 -2.46902315390155110E+02 -2.44747500101560462E+02
+ -2.42610753390420541E+02 -2.40491937334354787E+02 -2.38390915084240959E+02
+ -2.36307550854097940E+02 -2.34241709911015363E+02 -2.32193258565055686E+02
+ -2.30162064159381742E+02 -2.28147995060446021E+02 -2.26150920648183842E+02
+ -2.24170711306267236E+02 -2.22207238412420622E+02 -2.20260374328797269E+02
+ -2.18329992392397685E+02 -2.16415966905464103E+02 -2.14518173126119109E+02
+ -2.12636487259036841E+02 -2.10770786446127175E+02 -2.08920948757281394E+02
+ -2.07086853181178782E+02 -2.05268379616155613E+02 -2.03465408861108386E+02
+ -2.01677822606388389E+02 -1.99905503424946772E+02 -1.98148334763489231E+02
+ -1.96406200933654958E+02 -1.94678987103259146E+02 -1.92966579287596915E+02
+ -1.91268864340810779E+02 -1.89585729947288797E+02 -1.87917064613075553E+02
+ -1.86262757657527573E+02 -1.84622699204964277E+02 -1.82996780176355912E+02
+ -1.81384892281076475E+02 -1.79786928008721361E+02 -1.78202780620991177E+02
+ -1.76632344143603547E+02 -1.75075513358247520E+02 -1.73532183794760755E+02
+ -1.72002251723300134E+02 -1.70485614146561232E+02 -1.68982168792066233E+02
+ -1.67491814104520415E+02 -1.66014449238237830E+02 -1.64549974049598461E+02
+ -1.63098289089577690E+02 -1.61659295596466308E+02 -1.60232895488592447E+02
+ -1.58818991357103840E+02 -1.57417486458822907E+02 -1.56028284709174585E+02
+ -1.54651290675188022E+02 -1.53286409568539653E+02 -1.51933547238693194E+02
+ -1.50592610166191406E+02 -1.49263505455967618E+02 -1.47946140830728268E+02
+ -1.46640424624412816E+02 -1.45346265775732121E+02 -1.44063573821785070E+02
+ -1.42792258891735457E+02 -1.41532231700599112E+02 -1.40283403543141162E+02
+ -1.39045686287819990E+02 -1.37818992370810832E+02 -1.36603234790111799E+02
+ -1.35398327099733962E+02 -1.34204183403974952E+02 -1.33020718351781909E+02
+ -1.31847847131217492E+02 -1.30685485464001204E+02 -1.29533549600127998E+02
+ -1.28391956312574024E+02 -1.27260622892089444E+02 -1.26139467142080278E+02
+ -1.25028407373580492E+02 -1.23927362400351726E+02 -1.22836251534053375E+02
+ -1.21754994579465446E+02 -1.20683511829820688E+02 -1.19621724062228481E+02
+ -1.18569552533190603E+02 -1.17526918974209252E+02 -1.16493745587494473E+02
+ -1.15469955041844159E+02 -1.14455470468532084E+02 -1.13450215457245079E+02
+ -1.12454114052157692E+02 -1.11467090748102322E+02 -1.10489070486832986E+02
+ -1.09519978653384086E+02 -1.08559741072540248E+02 -1.07608284005526045E+02
+ -1.06665534146611208E+02 -1.05731418619783994E+02 -1.04805864975584313E+02
+ -1.03888801188031977E+02 -1.02980155651649909E+02 -1.02079857178581463E+02
+ -1.01187834995835857E+02 -1.00304018742795051E+02 -9.94283384685181062E+01
+ -9.85607246291562831E+01 -9.77011080855404259E+01 -9.68494201008606979E+01
+ -9.60055923384388450E+01 -9.51695568595918786E+01 -9.43412461216476572E+01
+ -9.35205929762461068E+01 -9.27075306673058464E+01 -9.19019928291643424E+01
+ -9.11039134848908247E+01 -9.03132270446865277E+01 -8.95298683043712202E+01
+ -8.87537724439553983E+01 -8.79848750263970061E+01 -8.72231119966391191E+01
+ -8.64684196801818246E+01 -8.57207347819024790E+01 -8.49799943850386796E+01
+ -8.42461359502493821E+01 -8.35190973147530542E+01 -8.27988166915416457E+01
+ -8.20852326688236360E+01 -8.13782842097000554E+01 -8.06779106512648951E+01
+ -7.99840517040295538E+01 -7.92966474514903581E+01 -7.86156383497615820E+01
+ -7.79409652272726134E+01 -7.72725692845279468E+01 -7.66103920941512229E+01
+ -7.59543756010646973E+01 -7.53044621220202686E+01 -7.46605943455205647E+01
+ -7.40227153318563467E+01 -7.33907685131934926E+01 -7.27646976937073475E+01
+ -7.21444470497656312E+01 -7.15299611304566412E+01 -7.09211848581059598E+01
+ -7.03180635281196942E+01 -6.97205428092662913E+01 -6.91285687440428660E+01
+ -6.85420877490721523E+01 -6.79610466155272235E+01 -6.73853925095908579E+01
+ -6.68150729733219322E+01 -6.62500359253206739E+01 -6.56902296607488978E+01
+ -6.51356028518138288E+01 -6.45861045483019325E+01 -6.40416841781228072E+01
+ -6.35022915478591017E+01 -6.29678768433395675E+01 -6.24383906306743839E+01
+ -6.19137838568695855E+01 -6.13940078498788822E+01 -6.08790143191165356E+01
+ -6.03687553559866714E+01 -5.98631834344001490E+01 -5.93622514112767803E+01
+ -5.88659125270631023E+01 -5.83741204067525317E+01 -5.78868290602549038E+01
+ -5.74039928823315648E+01 -5.69255666529627007E+01 -5.64515055376996173E+01
+ -5.59817650879843356E+01 -5.55163012414334958E+01 -5.50550703221384978E+01
+ -5.45980290414839686E+01 -5.41451344980994875E+01 -5.36963441775375614E+01
+ -5.32516159523320383E+01 -5.28109080820154091E+01 -5.23741792130853625E+01
+ -5.19413883789181057E+01 -5.15124949997071937E+01 -5.10874588829059704E+01
+ -5.06662402226257811E+01 -5.02487995989353351E+01 -4.98350979774726213E+01
+ -4.94250967089968682E+01 -4.90187575288757031E+01 -4.86160425565062155E+01
+ -4.82169142947806861E+01 -4.78213356300065229E+01 -4.74292698306653620E+01
+ -4.70406805462421573E+01 -4.66555318062922950E+01 -4.62737880194372693E+01
+ -4.58954139722880043E+01 -4.55203748282938534E+01 -4.51486361266662399E+01
+ -4.47801637816714191E+01 -4.44149240807240346E+01 -4.40528836826930359E+01
+ -4.36940096163748279E+01 -4.33382692788908344E+01 -4.29856304340118101E+01
+ -4.26360612104067300E+01 -4.22895301000029065E+01 -4.19460059566016312E+01
+ -4.16054579933393001E+01 -4.12678557804637549E+01 -4.09331692432172574E+01
+ -4.06013686596480170E+01 -4.02724246583536072E+01 -3.99463082161550744E+01
+ -3.96229906559222158E+01 -3.93024436445222847E+01 -3.89846391897370950E+01
+ -3.86695496375500483E+01 -3.83571476694961433E+01 -3.80474062999510139E+01
+ -3.77402988733623914E+01 -3.74357990614261524E+01 -3.71338808604483788E+01
+ -3.68345185887018687E+01 -3.65376868829257688E+01 -3.62433606952105123E+01
+ -3.59515152899161947E+01 -3.56621262405474866E+01 -3.53751694265851171E+01
+ -3.50906210302807935E+01 -3.48084575336651696E+01 -3.45286557154381342E+01
+ -3.42511926472055066E+01 -3.39760456900820316E+01 -3.37031924913152139E+01
+ -3.34326109808839860E+01 -3.31642793680726768E+01 -3.28981761380300526E+01
+ -3.26342800485548281E+01 -3.23725701266835273E+01 -3.21130256648272621E+01
+ -3.18556262172357165E+01 -3.16003515964799568E+01 -3.13471818699295355E+01
+ -3.10960973562243126E+01 -3.08470786217541679E+01 -3.06001064773639051E+01
+ -3.03551619748175945E+01 -3.01122264029934605E+01 -2.98712812843563356E+01
+ -2.96323083714540481E+01 -2.93952896434264552E+01 -2.91602073025274429E+01
+ -2.89270437706759580E+01 -2.86957816862179840E+01 -2.84664039004404117E+01
+ -2.82388934739625164E+01 -2.80132336733536178E+01 -2.77894079677826191E+01
+ -2.75674000256958323E+01 -2.73471937115230297E+01 -2.71287730824299551E+01
+ -2.69121223852573124E+01 -2.66972260532331909E+01 -2.64840687026695072E+01
+ -2.62726351298369529E+01 -2.60629103078798501E+01 -2.58548793837707720E+01
+ -2.56485276753042619E+01 -2.54438406681493952E+01 -2.52408040130582521E+01
+ -2.50394035228883176E+01 -2.48396251696756742E+01 -2.46414550818461038E+01
+ -2.44448795414715860E+01 -2.42498849815732811E+01 -2.40564579834701036E+01
+ -2.38645852741919811E+01 -2.36742537240171274E+01 -2.34854503438718183E+01
+ -2.32981622828140722E+01 -2.31123768256225155E+01 -2.29280813904326664E+01
+ -2.27452635264218301E+01 -2.25639109115412673E+01 -2.23840113503134006E+01
+ -2.22055527717225658E+01 -2.20285232270161302E+01 -2.18529108875975204E+01
+ -2.16787040429989872E+01 -2.15058910989002889E+01 -2.13344605751941252E+01
+ -2.11644011040965871E+01 -2.09957014283182133E+01 -2.08283503993023373E+01
+ -2.06623369754141848E+01 -2.04976502202141333E+01 -2.03342793007912555E+01
+ -2.01722134861383751E+01 -2.00114421455690774E+01 -1.98519547471747266E+01
+ -1.96937408563342871E+01 -1.95367901342705892E+01 -1.93810923365870948E+01
+ -1.92266373118733149E+01 -1.90734150003557374E+01 -1.89214154325839665E+01
+ -1.87706287281522961E+01 -1.86210450944548391E+01 -1.84726548254837937E+01
+ -1.83254483006590831E+01 -1.81794159836569875E+01 -1.80345484212904310E+01
+ -1.78908362424232656E+01 -1.77482701569127812E+01 -1.76068409545806617E+01
+ -1.74665395042105800E+01 -1.73273567525791492E+01 -1.71892837235079021E+01
+ -1.70523115169236377E+01 -1.69164313079552784E+01 -1.67816343460557178E+01
+ -1.66479119541452505E+01 -1.65152555277768194E+01 -1.63836565343214353E+01
+ -1.62531065121781886E+01 -1.61235970699985565E+01 -1.59951198859221275E+01
+ -1.58676667068370030E+01 -1.57412293476582903E+01 -1.56157996906224064E+01
+ -1.54913696845975561E+01 -1.53679313444089374E+01 -1.52454767501814086E+01
+ -1.51239980466921420E+01 -1.50034874427342952E+01 -1.48839372104969083E+01
+ -1.47653396849577145E+01 -1.46476872632872510E+01 -1.45309724042647037E+01
+ -1.44151876277042490E+01 -1.43003255138935472E+01 -1.41863787030394679E+01
+ -1.40733398947230484E+01 -1.39612018473650235E+01 -1.38499573777005871E+01
+ -1.37395993602622077E+01 -1.36301207268708797E+01 -1.35215144661348710E+01
+ -1.34137736229568443E+01 -1.33068912980467609E+01 -1.32008606474414680E+01
+ -1.30956748820320108E+01 -1.29913272670969722E+01 -1.28878111218423292E+01
+ -1.27851198189468320E+01 -1.26832467841135195E+01 -1.25821854956266463E+01
+ -1.24819294839135893E+01 -1.23824723311117033E+01 -1.22838076706407566E+01
+ -1.21859291867798625E+01 -1.20888306142493906E+01 -1.19925057377970603E+01
+ -1.18969483917887917E+01 -1.18021524598035725E+01 -1.17081118742325003E+01
+ -1.16148206158816247E+01 -1.15222727135791700E+01 -1.14304622437862378E+01
+ -1.13393833302115912E+01 -1.12490301434297741E+01 -1.11593969005030829E+01
+ -1.10704778646068274E+01 -1.09822673446581067E+01 -1.08947596949477852E+01
+ -1.08079493147760086E+01 -1.07218306480907231E+01 -1.06363981831296073E+01
+ -1.05516464520648423E+01 -1.04675700306512667E+01 -1.03841635378772406E+01
+ -1.03014216356187376E+01 -1.02193390282960959E+01 -1.01379104625339735E+01
+ -1.00571307268238535E+01 -9.97699465118964035E+00 -9.89749710685575046E+00
+ -9.81863300591824029E+00 -9.74039730101834778E+00 -9.66278498501899463E+00
+ -9.58579109068364588E+00 -9.50941069035807907E+00 -9.43363889565448765E+00
+ -9.35847085713838744E+00 -9.28390176401780565E+00 -9.20992684383526061E+00
+ -9.13654136216195312E+00 -9.06374062229468258E+00 -8.99151996495494465E+00
+ -8.91987476799072176E+00 -8.84880044608039107E+00 -8.77829245043928097E+00
+ -8.70834626852832017E+00 -8.63895742376527132E+00 -8.57012147523803058E+00
+ -8.50183401742046740E+00 -8.43409067989029282E+00 -8.36688712704942716E+00
+ -8.30021905784635372E+00 -8.23408220550093617E+00 -8.16847233723120780E+00
+ -8.10338525398254994E+00 -8.03881679015881900E+00 -7.97476281335584503E+00
+ -7.91121922409682465E+00 -7.84818195557005716E+00 -7.78564697336853850E+00
+ -7.72361027523186650E+00 -7.66206789078996842E+00 -7.60101588130911043E+00
+ -7.54045033943969312E+00 -7.48036738896628250E+00 -7.42076318455943085E+00
+ -7.36163391152966984E+00 -7.30297578558325355E+00 -7.24478505258008187E+00
+ -7.18705798829331677E+00 -7.12979089817113021E+00 -7.07298011710016006E+00
+ -7.01662200917103007E+00 -6.96071296744555390E+00 -6.90524941372598899E+00
+ -6.85022779832593187E+00 -6.79564459984323044E+00 -6.74149632493451900E+00
+ -6.68777950809173838E+00 -6.63449071142024671E+00 -6.58162652441889140E+00
+ -6.52918356376162912E+00 -6.47715847308110337E+00 -6.42554792275372133E+00
+ -6.37434860968667216E+00 -6.32355725710641714E+00 -6.27317061434907686E+00
+ -6.22318545665229372E+00 -6.17359858494893299E+00 -6.12440682566226169E+00
+ -6.07560703050291284E+00 -6.02719607626731602E+00 -5.97917086463789893E+00
+ -5.93152832198470303E+00 -5.88426539916876035E+00 -5.83737907134685230E+00
+ -5.79086633777801563E+00 -5.74472422163140894E+00 -5.69894976979586509E+00
+ -5.65354005269082371E+00 -5.60849216407891049E+00 -5.56380322087985846E+00
+ -5.51947036298606797E+00 -5.47549075307948208E+00 -5.43186157645007484E+00
+ -5.38858004081562747E+00 -5.34564337614311036E+00 -5.30304883447130671E+00
+ -5.26079368973502870E+00 -5.21887523759057270E+00 -5.17729079524271096E+00
+ -5.13603770127292236E+00 -5.09511331546912771E+00 -5.05451501865664987E+00
+ -5.01424021253065177E+00 -4.97428631948978062E+00 -4.93465078247125710E+00
+ -4.89533106478717528E+00 -4.85632464996217461E+00 -4.81762904157240879E+00
+ -4.77924176308571536E+00 -4.74116035770318689E+00 -4.70338238820186127E+00
+ -4.66590543677881353E+00 -4.62872710489634365E+00 -4.59184501312853754E+00
+ -4.55525680100891783E+00 -4.51896012687943216E+00 -4.48295266774053669E+00
+ -4.44723211910256833E+00 -4.41179619483820495E+00 -4.37664262703621620E+00
+ -4.34176916585624628E+00 -4.30717357938489265E+00 -4.27285365349279722E+00
+ -4.23880719169300413E+00 -4.20503201500031842E+00 -4.17152596179192248E+00
+ -4.13828688766895691E+00 -4.10531266531934858E+00 -4.07260118438159502E+00
+ -4.04015035130976852E+00 -4.00795808923945795E+00 -3.97602233785491910E+00
+ -3.94434105325714679E+00 -3.91291220783312754E+00 -3.88173379012601405E+00
+ -3.85080380470644190E+00 -3.82012027204477489E+00 -3.78968122838446275E+00
+ -3.75948472561630753E+00 -3.72952883115383926E+00 -3.69981162780957273E+00
+ -3.67033121367236337E+00 -3.64108570198563264E+00 -3.61207322102666106E+00
+ -3.58329191398675295E+00 -3.55473993885244521E+00 -3.52641546828757102E+00
+ -3.49831668951636043E+00 -3.47044180420736526E+00 -3.44278902835842660E+00
+ -3.41535659218243737E+00 -3.38814273999413196E+00 -3.36114573009766815E+00
+ -3.33436383467520914E+00 -3.30779533967629646E+00 -3.28143854470819152E+00
+ -3.25529176292700884E+00 -3.22935332092980065E+00 -3.20362155864741505E+00
+ -3.17809482923829334E+00 -3.15277149898302822E+00 -3.12764994717985312E+00
+ -3.10272856604086522E+00 -3.07800576058917530E+00 -3.05347994855678628E+00
+ -3.02914956028336624E+00 -3.00501303861575186E+00 -2.98106883880832685E+00
+ -2.95731542842412098E+00 -2.93375128723677259E+00 -2.91037490713318991E+00
+ -2.88718479201707900E+00 -2.86417945771314697E+00 -2.84135743187215617E+00
+ -2.81871725387665073E+00 -2.79625747474752373E+00 -2.77397665705123275E+00
+ -2.75187337480785033E+00 -2.72994621339975962E+00 -2.70819376948115442E+00
+ -2.68661465088818963E+00 -2.66520747654991963E+00 -2.64397087639987083E+00
+ -2.62290349128839262E+00 -2.60200397289563856E+00 -2.58127098364530738E+00
+ -2.56070319661900037E+00 -2.54029929547133593E+00 -2.52005797434566814E+00
+ -2.49997793779054467E+00 -2.48005790067676291E+00 -2.46029658811515706E+00
+ -2.44069273537496922E+00 -2.42124508780294034E+00 -2.40195240074298111E+00
+ -2.38281343945654145E+00 -2.36382697904355776E+00 -2.34499180436409160E+00
+ -2.32630670996052613E+00 -2.30777049998045047E+00 -2.28938198810008897E+00
+ -2.27113999744841477E+00 -2.25304336053179011E+00 -2.23509091915928426E+00
+ -2.21728152436851333E+00 -2.19961403635213948E+00 -2.18208732438489150E+00
+ -2.16470026675122851E+00 -2.14745175067352001E+00 -2.13034067224085666E+00
+ -2.11336593633837033E+00 -2.09652645657717729E+00 -2.07982115522481736E+00
+ -2.06324896313630912E+00 -2.04680881968569528E+00 -2.03049967269818987E+00
+ -2.01432047838281303E+00 -1.99827020126561195E+00 -1.98234781412336591E+00
+ -1.96655229791786934E+00 -1.95088264173068815E+00 -1.93533784269848441E+00
+ -1.91991690594880526E+00 -1.90461884453644403E+00 -1.88944267938024035E+00
+ -1.87438743920045159E+00 -1.85945216045656037E+00 -1.84463588728563632E+00
+ -1.82993767144113240E+00 -1.81535657223222358E+00 -1.80089165646357752E+00
+ -1.78654199837565386E+00 -1.77230667958543364E+00 -1.75818478902765296E+00
+ -1.74417542289650118E+00 -1.73027768458775810E+00 -1.71649068464143406E+00
+ -1.70281354068482060E+00 -1.68924537737604297E+00 -1.67578532634801047E+00
+ -1.66243252615286985E+00 -1.64918612220684491E+00 -1.63604526673556805E+00
+ -1.62300911871979614E+00 -1.61007684384161398E+00 -1.59724761443100949E+00
+ -1.58452060941292561E+00 -1.57189501425469258E+00 -1.55937002091391541E+00
+ -1.54694482778674036E+00 -1.53461863965657130E+00 -1.52239066764315467E+00
+ -1.51026012915211383E+00 -1.49822624782483937E+00 -1.48628825348882376E+00
+ -1.47444538210834941E+00 -1.46269687573561136E+00 -1.45104198246218563E+00
+ -1.43947995637092974E+00 -1.42801005748822329E+00 -1.41663155173662658E+00
+ -1.40534371088788346E+00 -1.39414581251633063E+00 -1.38303713995264621E+00
+ -1.37201698223799862E+00 -1.36108463407852809E+00 -1.35023939580022567E+00
+ -1.33948057330413439E+00 -1.32880747802194743E+00 -1.31821942687191895E+00
+ -1.30771574221516529E+00 -1.29729575181227919E+00 -1.28695878878032266E+00
+ -1.27670419155012871E+00 -1.26653130382397827E+00 -1.25643947453358096E+00
+ -1.24642805779842170E+00 -1.23649641288440737E+00 -1.22664390416287894E+00
+ -1.21686990106990933E+00 -1.20717377806596926E+00 -1.19755491459587327E+00
+ -1.18801269504907947E+00 -1.17854650872027622E+00 -1.16915574977031089E+00
+ -1.15983981718740137E+00 -1.15059811474868723E+00 -1.14143005098205275E+00
+ -1.13233503912829248E+00 -1.12331249710353842E+00 -1.11436184746202605E+00
+ -1.10548251735911918E+00 -1.09667393851466377E+00 -1.08793554717660301E+00
+ -1.07926678408491372E+00 -1.07066709443579411E+00 -1.06213592784617528E+00
+ -1.05367273831847963E+00 -1.04527698420569304E+00 -1.03694812817668236E+00
+ -1.02868563718182227E+00 -1.02048898241886588E+00 -1.01235763929911338E+00
+ -1.00429108741382644E+00 -9.96288810500934319E-01 -9.88350296411980134E-01
+ -9.80475037079355571E-01 -9.72662528483771771E-01 -9.64912270622015456E-01
+ -9.57223767474934539E-01 -9.49596526975706512E-01 -9.42030060978333528E-01
+ -9.34523885226411055E-01
+                             </PP_AE_VLOC> 
+                                      </PP_PAW> 
+ <PP_GIPAW gipaw_data_format="2">
+  <PP_GIPAW_CORE_ORBITALS number_of_core_orbitals=" 1">
+   <PP_GIPAW_CORE_ORBITAL.1 type="real" size="  1489" columns="3" index="1" label="1S" n="1" l="0">
+  5.20370247736831864E-03  5.24546064177446557E-03  5.28755359197526521E-03
+  5.32998400701661847E-03  5.37275458730192799E-03  5.41586805476104455E-03
+  5.45932715302053975E-03  5.50313464757531956E-03  5.54729332596153035E-03
+  5.59180599793085518E-03  5.63667549562613113E-03  5.68190467375836398E-03
+  5.72749640978508293E-03  5.77345360409010997E-03  5.81977918016471970E-03
+  5.86647608479019464E-03  5.91354728822181437E-03  5.96099578437425063E-03
+  6.00882459100843171E-03  6.05703674991982591E-03  6.10563532712820461E-03
+  6.15462341306887480E-03  6.20400412278538076E-03  6.25378059612371074E-03
+  6.30395599792801971E-03  6.35453351823781799E-03  6.40551637248676104E-03
+  6.45690780170292151E-03  6.50871107271062347E-03  6.56092947833384482E-03
+  6.61356633760119914E-03  6.66662499595247794E-03  6.72010882544680794E-03
+  6.77402122497241296E-03  6.82836562045799952E-03  6.88314546508576007E-03
+  6.93836423950602594E-03  6.99402545205358647E-03  7.05013263896567006E-03
+  7.10668936460158700E-03  7.16369922166410541E-03  7.22116583142248976E-03
+  7.27909284393728727E-03  7.33748393828683679E-03  7.39634282279549686E-03
+  7.45567323526366479E-03  7.51547894319955050E-03  7.57576374405273187E-03
+  7.63653146544949427E-03  7.69778596542998982E-03  7.75953113268722412E-03
+  7.82177088680786198E-03  7.88450917851486743E-03  7.94774998991206773E-03
+  8.01149733473050657E-03  8.07575525857674725E-03  8.14052783918305448E-03
+  8.20581918665948783E-03  8.27163344374793816E-03  8.33797478607809298E-03
+  8.40484742242538288E-03  8.47225559497085008E-03  8.54020357956311246E-03
+  8.60869568598213175E-03  8.67773625820524031E-03  8.74732967467497201E-03
+  8.81748034856913616E-03  8.88819272807273540E-03  8.95947129665220637E-03
+  9.03132057333147324E-03  9.10374511297039161E-03  9.17674950654502261E-03
+  9.25033838143031473E-03  9.32451640168467481E-03  9.39928826833695552E-03
+  9.47465871967539952E-03  9.55063253153891345E-03  9.62721451761051894E-03
+  9.70440952971300848E-03  9.78222245810686335E-03  9.86065823179042671E-03
+  9.93972181880234916E-03  1.00194182265263224E-02  1.00997525019981046E-02
+  1.01807297322149097E-02  1.02623550444470683E-02  1.03446336065521165E-02
+  1.04275706272912126E-02  1.05111713566479349E-02  1.05954410861495169E-02
+  1.06803851491904817E-02  1.07660089213587138E-02  1.08523178207639986E-02
+  1.09393173083690235E-02  1.10270128883228763E-02  1.11154101082970441E-02
+  1.12045145598239481E-02  1.12943318786379900E-02  1.13848677450191990E-02
+  1.14761278841394362E-02  1.15681180664111774E-02  1.16608441078389427E-02
+  1.17543118703733237E-02  1.18485272622676809E-02  1.19434962384375020E-02
+  1.20392248008224425E-02  1.21357189987510768E-02  1.22329849293083652E-02
+  1.23310287377058451E-02  1.24298566176546301E-02  1.25294748117411262E-02
+  1.26298896118055785E-02  1.27311073593234531E-02  1.28331344457895923E-02
+  1.29359773131052930E-02  1.30396424539681970E-02  1.31441364122651238E-02
+  1.32494657834677735E-02  1.33556372150313851E-02  1.34626574067963651E-02
+  1.35705331113928265E-02  1.36792711346481570E-02  1.37888783359976144E-02
+  1.38993616288979188E-02  1.40107279812438923E-02  1.41229844157881989E-02
+  1.42361380105641647E-02  1.43501958993116924E-02  1.44651652719063207E-02
+  1.45810533747914133E-02  1.46978675114135659E-02  1.48156150426611722E-02
+  1.49343033873062039E-02  1.50539400224492369E-02  1.51745324839677211E-02
+  1.52960883669675408E-02  1.54186153262378667E-02  1.55421210767093063E-02
+  1.56666133939154552E-02  1.57921001144577279E-02  1.59185891364736556E-02
+  1.60460884201085070E-02  1.61746059879903752E-02  1.63041499257087497E-02
+  1.64347283822964992E-02  1.65663495707153614E-02  1.66990217683449758E-02
+  1.68327533174754199E-02  1.69675526258033088E-02  1.71034281669314794E-02
+  1.72403884808722888E-02  1.73784421745545557E-02  1.75175979223340557E-02
+  1.76578644665078138E-02  1.77992506178320069E-02  1.79417652560435979E-02
+  1.80854173303857113E-02  1.82302158601367927E-02  1.83761699351435159E-02
+  1.85232887163575381E-02  1.86715814363760252E-02  1.88210573999860846E-02
+  1.89717259847130594E-02  1.91235966413727150E-02  1.92766788946273152E-02
+  1.94309823435457503E-02  1.95865166621675205E-02  1.97432916000707705E-02
+  1.99013169829443046E-02  2.00606027131636985E-02  2.02211587703714051E-02
+  2.03829952120610017E-02  2.05461221741655431E-02  2.07105498716500282E-02
+  2.08762885991080303E-02  2.10433487313624948E-02  2.12117407240707510E-02
+  2.13814751143339074E-02  2.15525625213100792E-02  2.17250136468325090E-02
+  2.18988392760313295E-02  2.20740502779602950E-02  2.22506576062272247E-02
+  2.24286722996294811E-02  2.26081054827931491E-02  2.27889683668173679E-02
+  2.29712722499223893E-02  2.31550285181028152E-02  2.33402486457846003E-02
+  2.35269441964872927E-02  2.37151268234901749E-02  2.39048082705035775E-02
+  2.40960003723441618E-02  2.42887150556154729E-02  2.44829643393924788E-02
+  2.46787603359113900E-02  2.48761152512635697E-02  2.50750413860948290E-02
+  2.52755511363086834E-02  2.54776569937752231E-02  2.56813715470438769E-02
+  2.58867074820618819E-02  2.60936775828967196E-02  2.63022947324642355E-02
+  2.65125719132609031E-02  2.67245222081016510E-02  2.69381588008619638E-02
+  2.71534949772256375E-02  2.73705441254368000E-02  2.75893197370575827E-02
+  2.78098354077303510E-02  2.80321048379452119E-02  2.82561418338125210E-02
+  2.84819603078405315E-02  2.87095742797181114E-02  2.89389978771026138E-02
+  2.91702453364129990E-02  2.94033310036280124E-02  2.96382693350896315E-02
+  2.98750748983117737E-02  3.01137623727942630E-02  3.03543465508420394E-02
+  3.05968423383896730E-02  3.08412647558312485E-02  3.10876289388556000E-02
+  3.13359501392868334E-02  3.15862437259302742E-02  3.18385251854239534E-02
+  3.20928101230953666E-02  3.23491142638237111E-02  3.26074534529077129E-02
+  3.28678436569388582E-02  3.31303009646801705E-02  3.33948415879505786E-02
+  3.36614818625146778E-02  3.39302382489783116E-02  3.42011273336896293E-02
+  3.44741658296457421E-02  3.47493705774050837E-02  3.50267585460053918E-02
+  3.53063468338874337E-02  3.55881526698243189E-02  3.58721934138566331E-02
+  3.61584865582333451E-02  3.64470497283582995E-02  3.67379006837426358E-02
+  3.70310573189629733E-02  3.73265376646253685E-02  3.76243598883350544E-02
+  3.79245422956721590E-02  3.82271033311732192E-02  3.85320615793185023E-02
+  3.88394357655252598E-02  3.91492447571470045E-02  3.94615075644784499E-02
+  3.97762433417666941E-02  4.00934713882281149E-02  4.04132111490713500E-02
+  4.07354822165261823E-02  4.10603043308784971E-02  4.13876973815111640E-02
+  4.17176814079509711E-02  4.20502766009216017E-02  4.23855033034025927E-02
+  4.27233820116944343E-02  4.30639333764895951E-02  4.34071782039497436E-02
+  4.37531374567889514E-02  4.41018322553630160E-02  4.44532838787649459E-02
+  4.48075137659264267E-02  4.51645435167254417E-02  4.55243948931000481E-02
+  4.58870898201682448E-02  4.62526503873538636E-02  4.66210988495187814E-02
+  4.69924576281011835E-02  4.73667493122598496E-02  4.77439966600247401E-02
+  4.81242225994536407E-02  4.85074502297949336E-02  4.88937028226565651E-02
+  4.92830038231811401E-02  4.96753768512270960E-02  5.00708457025561340E-02
+  5.04694343500265916E-02  5.08711669447931419E-02  5.12760678175125661E-02
+  5.16841614795554988E-02  5.20954726242245092E-02  5.25100261279782890E-02
+  5.29278470516614460E-02  5.33489606417413831E-02  5.37733923315499851E-02
+  5.42011677425326549E-02  5.46323126855021990E-02  5.50668531619000062E-02
+  5.55048153650619241E-02  5.59462256814915876E-02  5.63911106921380842E-02
+  5.68394971736814122E-02  5.72914120998222545E-02  5.77468826425790380E-02
+  5.82059361735897257E-02  5.86686002654207561E-02  5.91349026928804436E-02
+  5.96048714343399150E-02  6.00785346730579387E-02  6.05559207985135253E-02
+  6.10370584077425185E-02  6.15219763066814779E-02  6.20107035115158717E-02
+  6.25032692500354370E-02  6.29997029629933841E-02  6.35000343054732269E-02
+  6.40042931482593114E-02  6.45125095792144915E-02  6.50247139046617045E-02
+  6.55409366507729296E-02  6.60612085649611713E-02  6.65855606172803954E-02
+  6.71140240018284345E-02  6.76466301381571794E-02  6.81834106726860317E-02
+  6.87243974801226287E-02  6.92696226648865376E-02  6.98191185625400279E-02
+  7.03729177412219797E-02  7.09310530030886482E-02  7.14935573857572865E-02
+  7.20604641637565962E-02  7.26318068499800379E-02  7.32076191971456763E-02
+  7.37879351992586779E-02  7.43727890930805380E-02  7.49622153596005564E-02
+  7.55562487255138499E-02  7.61549241647015568E-02  7.67582768997174675E-02
+  7.73663424032766250E-02  7.79791563997502130E-02  7.85967548666621080E-02
+  7.92191740361917196E-02  7.98464503966782868E-02  8.04786206941312671E-02
+  8.11157219337416829E-02  8.17577913813998386E-02  8.24048665652138551E-02
+  8.30569852770335487E-02  8.37141855739757107E-02  8.43765057799543972E-02
+  8.50439844872121486E-02  8.57166605578559698E-02  8.63945731253944610E-02
+  8.70777615962786966E-02  8.77662656514448525E-02  8.84601252478596639E-02
+  8.91593806200677852E-02  8.98640722817412863E-02  9.05742410272312864E-02
+  9.12899279331213231E-02  9.20111743597821358E-02  9.27380219529281985E-02
+  9.34705126451755852E-02  9.42086886576009863E-02  9.49525925013015998E-02
+  9.57022669789562158E-02  9.64577551863868704E-02  9.72191005141208875E-02
+  9.79863466489534346E-02  9.87595375755101479E-02  9.95387175778099931E-02
+  1.00323931240827460E-01  1.01115223452054967E-01  1.01912639403064109E-01
+  1.02716224591066482E-01  1.03526024820473503E-01  1.04342086204454940E-01
+  1.05164455166495738E-01  1.05993178441951802E-01  1.06828303079603656E-01
+  1.07669876443207718E-01  1.08517946213045724E-01  1.09372560387471465E-01
+  1.10233767284454401E-01  1.11101615543120674E-01  1.11976154125290772E-01
+  1.12857432317013145E-01  1.13745499730094596E-01  1.14640406303626194E-01
+  1.15542202305505173E-01  1.16450938333951662E-01  1.17366665319021041E-01
+  1.18289434524110892E-01  1.19219297547462175E-01  1.20156306323654719E-01
+  1.21100513125096856E-01  1.22051970563508194E-01  1.23010731591395764E-01
+  1.23976849503523209E-01  1.24950377938372659E-01  1.25931370879598187E-01
+  1.26919882657471811E-01  1.27915967950320758E-01  1.28919681785955698E-01
+  1.29931079543090244E-01  1.30950216952750415E-01  1.31977150099674478E-01
+  1.33011935423702099E-01  1.34054629721153090E-01  1.35105290146194851E-01
+  1.36163974212197919E-01  1.37230739793080397E-01  1.38305645124638887E-01
+  1.39388748805867352E-01  1.40480109800262487E-01  1.41579787437115356E-01
+  1.42687841412788730E-01  1.43804331791979711E-01  1.44929319008967633E-01
+  1.46062863868845566E-01  1.47205027548736350E-01  1.48355871598992134E-01
+  1.49515457944375957E-01  1.50683848885226568E-01  1.51861107098604620E-01
+  1.53047295639420156E-01  1.54242477941540779E-01  1.55446717818880087E-01
+  1.56660079466465985E-01  1.57882627461487263E-01  1.59114426764319777E-01
+  1.60355542719529509E-01  1.61606041056852973E-01  1.62865987892154812E-01
+  1.64135449728360777E-01  1.65414493456366329E-01  1.66703186355919714E-01
+  1.68001596096479716E-01  1.69309790738046168E-01  1.70627838731963188E-01
+  1.71955808921694847E-01  1.73293770543571618E-01  1.74641793227507447E-01
+  1.75999946997686979E-01  1.77368302273221923E-01  1.78746929868774967E-01
+  1.80135900995152393E-01  1.81535287259863037E-01  1.82945160667642964E-01
+  1.84365593620945539E-01  1.85796658920395791E-01  1.87238429765208492E-01
+  1.88690979753569049E-01  1.90154382882975870E-01  1.91628713550544255E-01
+  1.93114046553270080E-01  1.94610457088252475E-01  1.96118020752875349E-01
+  1.97636813544945444E-01  1.99166911862786927E-01  2.00708392505293015E-01
+  2.02261332671930139E-01  2.03825809962696641E-01  2.05401902378033907E-01
+  2.06989688318688608E-01  2.08589246585525329E-01  2.10200656379289363E-01
+  2.11823997300316702E-01  2.13459349348192717E-01  2.15106792921355983E-01
+  2.16766408816647993E-01  2.18438278228805710E-01  2.20122482749897624E-01
+  2.21819104368702003E-01  2.23528225470023822E-01  2.25249928833952229E-01
+  2.26984297635056509E-01  2.28731415441517955E-01  2.30491366214197885E-01
+  2.32264234305639444E-01  2.34050104459002539E-01  2.35849061806931298E-01
+  2.37661191870349314E-01  2.39486580557187412E-01  2.41325314161036752E-01
+  2.43177479359729554E-01  2.45043163213844506E-01  2.46922453165134781E-01
+  2.48815437034878545E-01  2.50722203022150592E-01  2.52642839702011679E-01
+  2.54577436023616654E-01  2.56526081308239118E-01  2.58488865247209876E-01
+  2.60465877899768772E-01  2.62457209690827142E-01  2.64462951408641400E-01
+  2.66483194202393414E-01  2.68518029579676298E-01  2.70567549403889163E-01
+  2.72631845891532054E-01  2.74711011609402922E-01  2.76805139471694772E-01
+  2.78914322736990794E-01  2.81038655005154459E-01  2.83178230214115423E-01
+  2.85333142636545523E-01  2.87503486876429348E-01  2.89689357865521635E-01
+  2.91890850859692241E-01  2.94108061435154999E-01  2.96341085484580935E-01
+  2.98590019213092472E-01  3.00854959134134736E-01  3.03136002065224952E-01
+  3.05433245123579389E-01  3.07746785721611016E-01  3.10076721562299373E-01
+  3.12423150634428326E-01  3.14786171207690701E-01  3.17165881827657703E-01
+  3.19562381310608934E-01  3.21975768738223145E-01  3.24406143452129647E-01
+  3.26853605048313178E-01  3.29318253371373104E-01  3.31800188508632576E-01
+  3.34299510784096809E-01  3.36816320752257425E-01  3.39350719191739036E-01
+  3.41902807098788342E-01  3.44472685680604851E-01  3.47060456348506741E-01
+  3.49666220710930620E-01  3.52290080566262098E-01  3.54932137895496436E-01
+  3.57592494854724663E-01  3.60271253767440347E-01  3.62968517116671885E-01
+  3.65684387536934385E-01  3.68418967805994979E-01  3.71172360836452497E-01
+  3.73944669667126639E-01  3.76735997454254123E-01  3.79546447462491221E-01
+  3.82376123055712391E-01  3.85225127687614133E-01  3.88093564892116383E-01
+  3.90981538273555973E-01  3.93889151496668199E-01  3.96816508276358004E-01
+  3.99763712367255331E-01  4.02730867553050542E-01  4.05718077635603580E-01
+  4.08725446423836403E-01  4.11753077722399163E-01  4.14801075320101298E-01
+  4.17869542978110575E-01  4.20958584417914006E-01  4.24068303309038330E-01
+  4.27198803256526760E-01  4.30350187788162586E-01  4.33522560341453422E-01
+  4.36716024250361545E-01  4.39930682731776046E-01  4.43166638871724528E-01
+  4.46423995611320179E-01  4.49702855732444673E-01  4.53003321843157669E-01
+  4.56325496362825989E-01  4.59669481506991218E-01  4.63035379271954373E-01
+  4.66423291419074182E-01  4.69833319458777654E-01  4.73265564634280156E-01
+  4.76720127905010949E-01  4.80197109929736743E-01  4.83696611049379721E-01
+  4.87218731269544514E-01  4.90763570242736424E-01  4.94331227250262351E-01
+  4.97921801183815349E-01  5.01535390526740232E-01  5.05172093334976258E-01
+  5.08832007217667304E-01  5.12515229317432763E-01  5.16221856290331793E-01
+  5.19951984285479396E-01  5.23705708924317226E-01  5.27483125279540110E-01
+  5.31284327853672744E-01  5.35109410557294440E-01  5.38958466686896620E-01
+  5.42831588902374595E-01  5.46728869204188728E-01  5.50650398910140670E-01
+  5.54596268631778244E-01  5.58566568250422502E-01  5.62561386892816873E-01
+  5.66580812906393394E-01  5.70624933834135706E-01  5.74693836389055024E-01
+  5.78787606428303070E-01  5.82906328926873774E-01  5.87050087950897193E-01
+  5.91218966630527976E-01  5.95413047132426598E-01  5.99632410631826707E-01
+  6.03877137284162813E-01  6.08147306196288429E-01  6.12442995397309065E-01
+  6.16764281808964587E-01  6.21111241215576815E-01  6.25483948233563791E-01
+  6.29882476280516301E-01  6.34306897543828963E-01  6.38757282948858363E-01
+  6.43233702126653761E-01  6.47736223381276566E-01  6.52264913656635414E-01
+  6.56819838502859410E-01  6.61401062042209720E-01  6.66008646934527548E-01
+  6.70642654342208711E-01  6.75303143894662727E-01  6.79990173652345598E-01
+  6.84703800070347701E-01  6.89444077961469115E-01  6.94211060458806983E-01
+  6.99004798977858166E-01  7.03825343178132168E-01  7.08672740924266464E-01
+  7.13547038246586607E-01  7.18448279301247328E-01  7.23376506329901692E-01
+  7.28331759618825458E-01  7.33314077457538960E-01  7.38323496096919163E-01
+  7.43360049706805026E-01  7.48423770333079719E-01  7.53514687854163978E-01
+  7.58632829937112341E-01  7.63778221993205331E-01  7.68950887132978544E-01
+  7.74150846120729708E-01  7.79378117328507369E-01  7.84632716689574461E-01
+  7.89914657651330510E-01  7.95223951127613682E-01  8.00560605450652774E-01
+  8.05924626322471860E-01  8.11316016765727066E-01  8.16734777074014429E-01
+  8.22180904761647513E-01  8.27654394512911007E-01  8.33155238130748654E-01
+  8.38683424484821249E-01  8.44238939459264537E-01  8.49821765899878123E-01
+  8.55431883560738848E-01  8.61069269050286468E-01  8.66733895776888308E-01
+  8.72425733893881228E-01  8.78144750244033934E-01  8.83890908303377132E-01
+  8.89664168124825960E-01  8.95464486281188465E-01  9.01291815807616192E-01
+  9.07146106143546072E-01  9.13027303074135044E-01  9.18935348671188756E-01
+  9.24870181233495514E-01  9.30831735226569146E-01  9.36819941222272634E-01
+  9.42834725837806475E-01  9.48876011674169129E-01  9.54943717254139401E-01
+  9.61037756959781664E-01  9.67158040969482102E-01  9.73304475194375240E-01
+  9.79476961214253428E-01  9.85675396213476995E-01  9.91899672916227604E-01
+  9.98149679521285194E-01  1.00442529963637517E+00  1.01072641221209181E+00
+  1.01705289147540734E+00  1.02340460686254597E+00  1.02978142295149455E+00
+  1.03618319939462400E+00  1.04260979085065664E+00  1.04906104691623225E+00
+  1.05553681205711491E+00  1.06203692553905071E+00  1.06856122135828491E+00
+  1.07510952817142647E+00  1.08168166922516651E+00  1.08827746228623390E+00
+  1.09489671957071755E+00  1.10153924767308387E+00  1.10820484749493819E+00
+  1.11489331417354021E+00  1.12160443701006862E+00  1.12833799939721446E+00
+  1.13509377874695527E+00  1.14187154641867772E+00  1.14867106764671556E+00
+  1.15549210146771775E+00  1.16233440064788907E+00  1.16919771161011887E+00
+  1.17608177436097572E+00  1.18298632241700652E+00  1.18991108273167367E+00
+  1.19685577562272738E+00  1.20382011469908612E+00  1.21080380678771227E+00
+  1.21780655186052389E+00  1.22482804296136494E+00  1.23186796613298255E+00
+  1.23892600034328360E+00  1.24600181741284177E+00  1.25309508194289343E+00
+  1.26020545124297056E+00  1.26733257525874188E+00  1.27447609650009541E+00
+  1.28163564996948853E+00  1.28881086309044401E+00  1.29600135563534891E+00
+  1.30320673965526734E+00  1.31042661941024052E+00  1.31766059129942770E+00
+  1.32490824379170080E+00  1.33216915735672425E+00  1.33944290439656233E+00
+  1.34672904917757896E+00  1.35402714776169786E+00  1.36133674794062376E+00
+  1.36865738917049362E+00  1.37598860250662858E+00  1.38332991053903065E+00
+  1.39068082732866549E+00  1.39804085834457581E+00  1.40540950040140178E+00
+  1.41278624159643251E+00  1.42017056125072916E+00  1.42756192985054375E+00
+  1.43495980898917508E+00  1.44236365130991340E+00  1.44977290045011697E+00
+  1.45718699098647297E+00  1.46460534838072598E+00  1.47202738892528817E+00
+  1.47945251969414526E+00  1.48688013849386946E+00  1.49430963381548154E+00
+  1.50174038478779082E+00  1.50917176113226970E+00  1.51660312311951362E+00
+  1.52403382152612155E+00  1.53146319759211225E+00  1.53889058298488735E+00
+  1.54631529976308224E+00  1.55373666034174573E+00  1.56115396745944346E+00
+  1.56856651414733972E+00  1.57597358370031859E+00  1.58337444964833507E+00
+  1.59076837572933916E+00  1.59815461586997531E+00  1.60553241416592751E+00
+  1.61290100486413190E+00  1.62025961234740756E+00  1.62760745112156746E+00
+  1.63494372580504188E+00  1.64226763111836016E+00  1.64957835187676549E+00
+  1.65687506299168796E+00  1.66415692947162142E+00  1.67142310642546499E+00
+  1.67867273906882231E+00  1.68590496273332469E+00  1.69311890287894795E+00
+  1.70031367510557674E+00  1.70748838516994783E+00  1.71464212901223623E+00
+  1.72177399278183718E+00  1.72888305286626420E+00  1.73596837592357023E+00
+  1.74302901891837103E+00  1.75006402916131787E+00  1.75707244434694587E+00
+  1.76405329259994814E+00  1.77100559253145606E+00  1.77792835329436061E+00
+  1.78482057464242172E+00  1.79168124699350262E+00  1.79850935149700542E+00
+  1.80530386010510258E+00  1.81206373564123324E+00  1.81878793188100518E+00
+  1.82547539364285005E+00  1.83212505687765970E+00  1.83873584876289931E+00
+  1.84530668780144502E+00  1.85183648392522460E+00  1.85832413860282331E+00
+  1.86476854494302580E+00  1.87116858781579931E+00  1.87752314398194153E+00
+  1.88383108222181650E+00  1.89009126346921841E+00  1.89630254095054607E+00
+  1.90246376032936126E+00  1.90857375985476896E+00  1.91463137050433763E+00
+  1.92063541615052524E+00  1.92658471373372864E+00  1.93247807343467315E+00
+  1.93831429885254614E+00  1.94409218718897625E+00  1.94981052943791888E+00
+  1.95546811057873238E+00  1.96106370976259736E+00  1.96659610052939104E+00
+  1.97206405102806315E+00  1.97746632423681401E+00  1.98280167818951059E+00
+  1.98806886620840251E+00  1.99326663714319263E+00  1.99839373561194056E+00
+  2.00344890223469552E+00  2.00843087390511776E+00  2.01333838406139520E+00
+  2.01817016295757190E+00  2.02292493794146955E+00  2.02760143373925539E+00
+  2.03219837274667503E+00  2.03671447531970662E+00  2.04114846005861894E+00
+  2.04549904413741990E+00  2.04976494362753137E+00  2.05394487382252056E+00
+  2.05803754956963214E+00  2.06204168560811585E+00  2.06595599691435039E+00
+  2.06977919904260688E+00  2.07351000846193001E+00  2.07714714294484804E+00
+  2.08068932194465228E+00  2.08413526697431450E+00  2.08748370199217437E+00
+  2.09073335379437353E+00  2.09388295241392708E+00  2.09693123151001082E+00
+  2.09987692875880771E+00  2.10271878630092113E+00  2.10545555117126870E+00
+  2.10808597573106349E+00  2.11060881810626677E+00  2.11302284263245310E+00
+  2.11532682030572428E+00  2.11751952921664621E+00  2.11959975499454290E+00
+  2.12156629131052421E+00  2.12341794035678211E+00  2.12515351332816049E+00
+  2.12677183090957245E+00  2.12827172376917417E+00  2.12965203305638706E+00
+  2.13091161087389969E+00  2.13204932077278730E+00  2.13306403830510627E+00
+  2.13395465154666208E+00  2.13472006162189931E+00  2.13535918323364937E+00
+  2.13587094519757947E+00  2.13625429097943709E+00  2.13650817919554825E+00
+  2.13663158415355126E+00  2.13662349644503813E+00  2.13648292350275781E+00
+  2.13620889015934745E+00  2.13580043920948714E+00  2.13525663197527393E+00
+  2.13457654887118187E+00  2.13375928992026420E+00  2.13280397533217769E+00
+  2.13170974612251873E+00  2.13047576469191968E+00  2.12910121540553909E+00
+  2.12758530517407607E+00  2.12592726403603427E+00  2.12412634573482206E+00
+  2.12218182823458301E+00  2.12009301432352792E+00  2.11785923224251960E+00
+  2.11547983626971314E+00  2.11295420730385031E+00  2.11028175344666868E+00
+  2.10746191058409238E+00  2.10449414295548776E+00  2.10137794364988872E+00
+  2.09811283521847569E+00  2.09469837029076933E+00  2.09113413214450716E+00
+  2.08741973527175073E+00  2.08355482594119668E+00  2.07953908275630317E+00
+  2.07537221719214049E+00  2.07105397404997005E+00  2.06658413205805136E+00
+  2.06196250444982754E+00  2.05718893949474024E+00  2.05226332102219233E+00
+  2.04718556893834291E+00  2.04195563973525962E+00  2.03657352696628280E+00
+  2.03103926163474702E+00  2.02535291275737883E+00  2.01951458787528537E+00
+  2.01352443351770916E+00  2.00738263565529085E+00  2.00108942014233904E+00
+  1.99464505314760099E+00  1.98804984153493325E+00  1.98130413316079279E+00
+  1.97440831736940070E+00  1.96736282540473550E+00  1.96016813077612517E+00
+  1.95282474960927721E+00  1.94533324098221927E+00  1.93769420724554409E+00
+  1.92990829427205113E+00  1.92197619163736744E+00  1.91389863301176200E+00
+  1.90567639643980247E+00  1.89731030457463845E+00  1.88880122489349245E+00
+  1.88015006989382072E+00  1.87135779726925300E+00  1.86242540999086437E+00
+  1.85335395634535094E+00  1.84414453018624891E+00  1.83479827104762294E+00
+  1.82531636421351262E+00  1.81570004076444524E+00  1.80595057760051914E+00
+  1.79606929743937971E+00  1.78605756869314791E+00  1.77591680534004825E+00
+  1.76564846699794753E+00  1.75525405884023056E+00  1.74473513146872961E+00
+  1.73409328076002711E+00  1.72333014768468518E+00  1.71244741809611600E+00
+  1.70144682237169032E+00  1.69033013509718555E+00  1.67909917492859839E+00
+  1.66775580428297876E+00  1.65630192898796325E+00  1.64473949790179019E+00
+  1.63307050250348906E+00  1.62129697644722492E+00  1.60942099494437851E+00
+  1.59744467424610725E+00  1.58537017126625845E+00  1.57319968302799817E+00
+  1.56093544607140111E+00  1.54857973582995356E+00  1.53613486597587245E+00
+  1.52360318772394221E+00  1.51098708894412925E+00  1.49828899343641964E+00
+  1.48551136029895758E+00  1.47265668312337228E+00  1.45972748915430084E+00
+  1.44672633841812970E+00  1.43365582282107562E+00  1.42051856520032538E+00
+  1.40731721817409228E+00  1.39405446321497739E+00  1.38073300976338786E+00
+  1.36735559418065789E+00  1.35392497867095085E+00  1.34044395017496831E+00
+  1.32691531923593931E+00  1.31334191881373674E+00  1.29972660290055719E+00
+  1.28607224541387022E+00  1.27238173907543262E+00  1.25865799415057400E+00
+  1.24490393716264025E+00  1.23112250958441227E+00  1.21731666650731696E+00
+  1.20348937525486699E+00  1.18964361381544093E+00  1.17578236959187321E+00
+  1.16190863808858835E+00  1.14802542148594400E+00  1.13413572719783096E+00
+  1.12024256641391129E+00  1.10634895262754984E+00  1.09245790010556831E+00
+  1.07857242221109173E+00  1.06469553006136675E+00  1.05083023108632645E+00
+  1.03697952750485300E+00  1.02314641479381474E+00  1.00933388015125125E+00
+  9.95544900954849488E-01  9.81782443161969054E-01  9.68049459610785257E-01
+  9.54348888647904681E-01  9.40683652637037349E-01  9.27056656416027636E-01
+  9.13470785756979375E-01  8.99928905830887471E-01  8.86433859677958402E-01
+  8.72988466622616088E-01  8.59595520646495803E-01  8.46257789052230369E-01
+  8.32978011008422503E-01  8.19758896070918786E-01  8.06603122717657994E-01
+  7.93513336898455823E-01  7.80492150600720525E-01  7.67542140369000592E-01
+  7.54665845838667249E-01  7.41865768504060275E-01  7.29144370386259566E-01
+  7.16504072701176775E-01  7.03947254551414603E-01  6.91476251643057260E-01
+  6.79093355028084211E-01  6.66800809818477336E-01  6.54600813959308914E-01
+  6.42495517169705654E-01  6.30487019816369232E-01  6.18577371807254361E-01
+  6.06768571518545241E-01  5.95062564755990842E-01  5.83461243750893588E-01
+  5.71966446155915631E-01  5.60579954124078017E-01  5.49303493489966765E-01
+  5.38138732925858565E-01  5.27087283133488294E-01  5.16150696077602889E-01
+  5.05330464262182977E-01  4.94628020049874106E-01  4.84044735019044825E-01
+  4.73581919400363205E-01  4.63240821561235694E-01  4.53022627510741682E-01
+  4.42928460451078643E-01  4.32959380377444691E-01  4.23116383726962697E-01
+  4.13400403078822143E-01  4.03812306936605470E-01  3.94352899554573866E-01
+  3.85022920776890487E-01  3.75823045939464750E-01  3.66753885824258552E-01
+  3.57815986665791341E-01  3.49009830210015193E-01  3.40335833831884760E-01
+  3.31794350781087044E-01  3.23385670404780390E-01  3.15110018372423362E-01
+  3.06967556995960844E-01  2.98958385603244114E-01  2.91082540963516045E-01
+  2.83339997764601892E-01  2.75730669156010633E-01  2.68254407460286004E-01
+  2.60911004769042498E-01  2.53700193554748210E-01  2.46621647396937066E-01
+  2.39674981757322880E-01  2.32859754802335950E-01  2.26175468272163394E-01
+  2.19621568423268299E-01  2.13197447165214077E-01  2.06902442975762296E-01
+  2.00735841865937570E-01  1.94696878463108125E-01  1.88784737133974007E-01
+  1.82998553145858833E-01  1.77337413864865928E-01  1.71800360036340832E-01
+  1.66386387263778024E-01  1.61094447161134940E-01  1.55923448601899661E-01
+  1.50872259075191556E-01  1.45939706069048825E-01  1.41124578479136870E-01
+  1.36425628041043301E-01  1.31841570855925377E-01  1.27371089090717593E-01
+  1.23012832266231525E-01  1.18765418690337188E-01  1.14627436976259212E-01
+  1.10597447572922059E-01  1.06673984305401023E-01  1.02855555923507785E-01
+  9.91406477574485329E-02  9.55277234939201497E-02  9.20152264898884131E-02
+  8.86015812699693511E-02  8.52851950813871273E-02  8.20644594450157805E-02
+  7.89377517005735302E-02  7.59034365444537507E-02  7.29598676894088333E-02
+  7.01053895661122028E-02  6.73383385543349228E-02  6.46570444200081501E-02
+  6.20598317814301803E-02  5.95450215566689575E-02  5.71109323904774729E-02
+  5.47558820605926061E-02  5.24781890189669753E-02  5.02761738833466115E-02
+  4.81481604910136626E-02  4.60924771625460111E-02  4.41074579692911431E-02
+  4.21914439700250346E-02  4.03427844155676771E-02  3.85598379237617403E-02
+  3.68409737978410076E-02  3.51845732045671655E-02  3.35890299798042233E-02
+  3.20527516316660085E-02  3.05741603277946243E-02  2.91516938440589887E-02
+  2.77838064740232697E-02  2.64689699052223955E-02  2.52056742403725074E-02
+  2.39924288021945049E-02  2.28277626514527335E-02  2.17102252777561996E-02
+  2.06383872622674519E-02  1.96108408989838709E-02  1.86262007745585691E-02
+  1.76831043170817999E-02  1.67802124833557088E-02  1.59162101783192900E-02
+  1.50898064801935697E-02  1.42997350067533870E-02  1.35447542487725520E-02
+  1.28236478640085146E-02  1.21352249322461622E-02  1.14783201863891057E-02
+  1.08517943680320403E-02  1.02545342936303120E-02  9.68545281296984834E-03
+  9.14348887586222472E-03  8.62760756770970458E-03  8.13680011155832293E-03
+  7.67008383756145624E-03  7.22650213892898387E-03  6.80512453254178938E-03
+  6.40504643807473899E-03  6.02538892069488883E-03  5.66529851227280060E-03
+  5.32394700773359663E-03  5.00053123645925832E-03  4.69427280988914033E-03
+  4.40441786735226975E-03  4.13023690362786071E-03  3.87102434699660835E-03
+  3.62609815183499240E-03  3.39479944592046244E-03  3.17649216152311818E-03
+  2.97056265114211153E-03  2.77641928906119601E-03  2.59349208216751170E-03
+  2.42123233937309576E-03  2.25911213897885942E-03  2.10662384064941354E-03
+  1.96327963506051466E-03  1.82861108629436397E-03  1.70216866800035338E-03
+  1.58352129435565731E-03  1.47225586898592446E-03  1.36797687173141353E-03
+  1.27030579669519788E-03  1.17888064695785512E-03  1.09335545602989295E-03
+  1.01339980974591930E-03  9.38698369417668944E-04  8.68950397034817953E-04
+  8.03869303810593461E-04  7.43182219990514087E-04  6.86629466571624016E-04
+  6.33964082741115707E-04  5.84951373626615870E-04  5.39368463998601182E-04
+  4.97003858447521711E-04  4.57657008571809047E-04  4.21137905210847228E-04
+  3.87266680689327375E-04  3.55873154342426141E-04  3.26796425696210507E-04
+  2.99884484064066815E-04  2.74993827196827543E-04  2.51989089223593834E-04
+  2.30742678213157111E-04  2.11134437303714129E-04  1.93051309575199099E-04
+  1.76386975635423174E-04  1.61041528284289908E-04  1.46921160763059086E-04
+  1.33937865015403235E-04  1.22009139966599946E-04  1.11057710000082467E-04
+  1.01011263437441511E-04  9.18021920809087004E-05  8.33673216420480006E-05
+  7.56476689644107377E-05  6.85882103115126318E-05  6.21376590347653501E-05
+  5.62482524750288808E-05  5.08755481738840283E-05  4.59782356230340836E-05
+  4.15179484179165040E-05  3.74590767003182446E-05  3.37685977820011718E-05
+  3.04159153972309735E-05  2.73727067674493562E-05  2.46127772578043129E-05
+  2.21119226356510889E-05  1.98478024649543846E-05  1.77998140486944505E-05
+  1.59489702759359587E-05  1.42777891203933369E-05  1.27701894778687619E-05
+  1.14113929055963515E-05  1.01878310326803750E-05  9.08705861440303077E-06
+  8.09767398239551214E-06  7.20924028220166219E-06  6.41221105036788785E-06
+  5.69786286137457233E-06  5.05823232203387566E-06  4.48605714840484290E-06
+  3.97472112436496977E-06  3.51820289891608114E-06  3.11102934463537221E-06
+  2.74822976980374374E-06  2.42529356967630007E-06  2.13813193934054646E-06
+  1.88304235557282871E-06  1.65667565504857464E-06  1.45600555591350962E-06
+  1.27830057898120009E-06  1.12109858202762417E-06  9.82182034923292744E-07
+  8.59555566624550702E-07  7.51425716850252966E-07  6.56182319514512043E-07
+  5.72381406052364860E-07  4.98729524450167452E-07  4.34069437787416112E-07
+  3.77367212326325102E-07  3.27699846420213336E-07  2.84244211693715416E-07
+  2.46267120764526462E-07  2.13116281785100520E-07  1.84212071428739598E-07
+  1.59040062283918760E-07  1.37144278876529152E-07  1.18121138284057158E-07
+  1.01613732261606847E-07  8.73067851705734334E-08  7.49221510762275581E-08
+  6.42147538932338700E-08  5.49689321572808287E-08  4.69951527704180831E-08
+  4.01270775513944081E-08  3.42189414736765683E-08  2.91431202433093110E-08
+  2.47880108336933230E-08  2.10561522770093923E-08  1.78625492097223743E-08
+  1.51331785456149539E-08  1.28036612984167561E-08  1.08180904539325651E-08
+  9.12798974252587056E-09  7.69136503074164773E-09  6.47188665351758415E-09
+  5.43817068869326931E-09  4.56314490577369662E-09  3.82349031091723446E-09
+  3.19915009075127919E-09  2.67290134452615810E-09  2.22997739074012186E-09
+  1.85773012868171597E-09  1.54534198512226000E-09  1.28357522582897141E-09
+  1.06455340024253996E-09  8.81571127354874361E-10  7.28928850841972908E-10
+  6.01790475807158079E-10  4.96058897871946562E-10  4.08266866106938080E-10
+  3.35484821023946697E-10  2.75241576604021865E-10  2.25456029734955394E-10
+  1.84378471915437931E-10  1.50540256088523755E-10  1.22710980019038498E-10
+  9.98614306963833791E-11  8.11317231893708921E-11  6.58046767677354390E-11
+  5.32831809498574520E-11  4.30709653513262576E-11  3.47562936110129122E-11
+  2.79981684231605429E-11  2.25147506526020702E-11  1.80734547085858142E-11
+  1.44825980624959172E-11  1.15845004425657050E-11  9.24969507846108650E-12
+  7.37207932611909160E-12  5.86486080958269774E-12  4.65717727809415127E-12
+  3.69129789286790682E-12  2.92026183254437889E-12  2.30592623044630891E-12
+  1.81737210163670140E-12  1.42958632134796253E-12  1.12237389956049065E-12
+  8.79462346312682592E-13  6.87766321145734473E-13  5.36787539822131118E-13
+  4.18116132629528677E-13  3.25026484213154792E-13  2.52151427498872701E-13
+  1.95217007756875728E-13  1.50827048354987332E-13  1.16288592922938056E-13
+  8.94709194541328988E-14  6.86922337524335843E-14  5.26271090983088766E-14
+  4.02329326553988346E-14  3.06914405474507052E-14  2.33619068483866564E-14
+  1.77437604703439451E-14  1.34468091224579240E-14  1.01676060051926370E-14
+  7.67076170963374028E-15  5.77396205128306577E-15  4.33629684459541262E-15
+  3.24912452335285942E-15  2.42888652252012083E-15  1.81147136419977711E-15
+  1.34780662509322040E-15  1.00042460121346071E-15  7.40792984909043163E-16
+  5.47218382441569014E-16  4.03245614385794867E-16  2.96425701442428765E-16
+  2.17364989321437784E-16  1.58993520327361625E-16  1.16003793978395317E-16
+  8.44220460840870708E-17  6.12810928209748878E-17  4.43690434427194489E-17
+  3.20413096958583176E-17  2.30785485569103897E-17  1.65792133135136217E-17
+  1.18785518373440239E-17  8.48773978025837795E-18  6.04835060753793114E-18
+  4.29828904498920856E-18  3.04624324277725782E-18  2.15296708433308489E-18
+  1.51741596810760430E-18  1.06648337138510855E-18  7.47430249150309590E-19
+  5.22320133170278332E-19  3.63948136475545141E-19  2.52858850959455023E-19
+  1.75166093351612127E-19  1.20989737032482879E-19  8.33226757627932063E-20
+  5.72110616286507580E-20  3.91634916186525381E-20  2.67267891369692127E-20
+  1.81829209174680140E-20  1.23320068448059026E-20  8.33787504460235020E-21
+  5.61981071810575007E-21  3.77590406701046795E-21  2.52893013020787799E-21
+  1.68829630620322545E-21  1.12339446267441377E-21  7.45034612588683484E-22
+  4.92477217069873942E-22  3.24459774574443631E-22  2.13055840893583187E-22
+  1.39434570047981426E-22  9.09437067624794005E-23  5.91119664523327913E-23
+  3.82869106300548979E-23  2.47109159513142595E-23  1.58927838002561323E-23
+  1.01855554101379683E-23  6.50482171224847422E-24  4.13938982382177114E-24
+  2.62460819982710581E-24  1.65802185270840747E-24  1.04347104453198143E-24
+  6.54230688138423606E-25  4.08654077495079000E-25  2.54306779990835919E-25
+  1.57662618694223547E-25  9.73754557498687738E-26  5.99090384059697963E-26
+  3.67131229962736882E-26  2.24077315835027946E-26  1.36215056399989513E-26
+  8.24751750682970896E-27  4.97390014381260577E-27  2.98769852933154248E-27
+  1.78739103933407351E-27  1.06490598109765535E-27  6.31782921934665986E-28
+  3.73203211263766655E-28  2.19511503683970037E-28  1.28567553438184218E-28
+  7.49850378676620313E-29  4.35486948431318932E-29  2.51828369863565093E-29
+  1.44984226664577821E-29  8.30939416166914711E-30  4.74025098957258007E-30
+  2.69181387482368891E-30  1.52172847575079070E-30  8.56420255860193507E-31
+  4.79821037849440588E-31  2.67595302436177553E-31  1.48535936428906851E-31
+  8.20486808306070998E-32  4.50968247480510383E-32  2.46662474626698723E-32
+  1.34273501848559029E-32  7.27476256891868800E-33  3.92255233438108834E-33
+  2.10471993604073263E-33  1.12364428626843617E-33  5.96746005669167533E-34
+  3.15226921002889111E-34  1.65655206270328332E-34  8.66153093607853697E-35
+  4.50613857914152571E-35  2.33242491847207165E-35  1.20100501066596927E-35
+  6.15080128458353772E-36  3.13231655599406477E-36  1.58598536898740741E-36
+  7.98621436517074724E-37  4.00004701448607748E-37  1.99289402845959525E-37
+  9.87553568892273923E-38  4.86650588907409908E-38  2.38422460561833627E-38
+  1.16097698595819794E-38  5.61841565125960398E-39  2.70314256253085178E-39
+  1.29323973552599890E-39  6.15254290811119450E-40  2.91033439113633456E-40
+  1.36849324224777459E-40  6.39467557405182243E-41  2.96834994652260167E-41
+  1.36876278241205179E-41  6.27279360097165087E-42  2.85772950291465317E-42
+  1.29423559985193437E-42  5.82590014799794566E-43  2.60577907437784667E-43
+  1.15761860677235123E-43  5.10574098308599951E-44  2.23594633607526218E-44
+  9.72836172763122466E-45
+   </PP_GIPAW_CORE_ORBITAL.1>
+  </PP_GIPAW_CORE_ORBITALS>
+ </PP_GIPAW>
+</UPF> 
diff --git a/example/F/lda/F.LDA-PW-paw.abinit b/example/F/lda/F.LDA-PW-paw.abinit
new file mode 100644
index 0000000..29a5373
--- /dev/null
+++ b/example/F/lda/F.LDA-PW-paw.abinit
@@ -0,0 +1,8454 @@
+Paw atomic data for element F - Generated by atompaw v4.0.0.0 & AtomPAW2Abinit v3.4.1
+   9.000   7.000 20130721               : zatom,zion,pspdat
+  7       7  1 0  1548 0.               : pspcod,pspxc,lmax,lloc,mmax,r2well
+ paw5 1341                              : pspfmt,creatorID
+  4  8                                  : basis_size,lmn_size
+ 0 0 1 1                                : orbitals
+ 4                                      : number_of_meshes
+ 1 2 1548 1.1111111111111112E-06 9.1576601197028255E-03 : mesh 1, type,size,rad_step[,log_step]
+ 2 2 1543 1.1111111111111112E-06 9.1576601197028255E-03 : mesh 2, type,size,rad_step[,log_step]
+ 3 2 1749 1.1111111111111112E-06 9.1576601197028255E-03 : mesh 3, type,size,rad_step[,log_step]
+ 4 2 1762 1.1111111111111112E-06 9.1576601197028255E-03 : mesh 4, type,size,rad_step[,log_step]
+  1.5082667224                          : r_cut(PAW)
+ 2 0.                                   : shape_type,rshape
+===== PHI 1 =====   [phi(r)=PHI(r)/r*Ylm(th,ph)]
+ 1  : radial mesh index
+  0.0000000000000000E+00  1.2446148130991595E-07  2.5006795015414680E-07
+  3.7682993966801471E-07  5.0475807988080309E-07  6.3386309860700663E-07
+  7.6415582234577967E-07  8.9564717718865412E-07  1.0283481897356074E-06
+  1.1622699880195538E-06  1.2974238024393384E-06  1.4338209667013108E-06
+  1.5714729187695603E-06  1.7103912018248853E-06  1.8505874652325877E-06
+  1.9920734655191632E-06  2.1348610673579722E-06  2.2789622445639846E-06
+  2.4243890810976592E-06  2.5711537720780647E-06  2.7192686248053175E-06
+  2.8687460597924129E-06  3.0195986118065579E-06  3.1718389309200712E-06
+  3.3254797835709487E-06  3.4805340536331873E-06  3.6370147434969456E-06
+  3.7949349751586402E-06  3.9543079913210664E-06  4.1151471565036375E-06
+  4.2774659581628282E-06  4.4412780078229252E-06  4.6065970422171811E-06
+  4.7734369244394504E-06  4.9418116451064310E-06  5.1117353235305696E-06
+  5.2832222089037839E-06  5.4562866814920449E-06  5.6309432538409570E-06
+  5.8072065719924163E-06  5.9850914167124655E-06  6.1646127047304318E-06
+  6.3457854899894578E-06  6.5286249649085470E-06  6.7131464616561956E-06
+  6.8993654534357479E-06  7.0872975557825598E-06  7.2769585278731046E-06
+  7.4683642738461036E-06  7.6615308441358166E-06  7.8564744368175783E-06
+  8.0532113989657161E-06  8.2517582280239524E-06  8.4521315731884166E-06
+  8.6543482368033467E-06  8.8584251757696600E-06  9.0643795029664446E-06
+  9.2722284886855443E-06  9.4819895620793289E-06  9.6936803126217516E-06
+  9.9073184915828877E-06  1.0122922013516987E-05  1.0340508957764230E-05
+  1.0560097569966291E-05  1.0781706263595822E-05  1.1005353621500038E-05
+  1.1231058397458428E-05  1.1458839517754867E-05  1.1688716082764115E-05
+  1.1920707368552951E-05  1.2154832828495987E-05  1.2391112094906378E-05
+  1.2629564980681492E-05  1.2870211480963743E-05  1.3113071774816648E-05
+  1.3358166226916358E-05  1.3605515389258658E-05  1.3855140002881760E-05
+  1.4107060999604823E-05  1.4361299503782576E-05  1.4617876834075973E-05
+  1.4876814505239171E-05  1.5138134229922943E-05  1.5401857920494659E-05
+  1.5668007690874985E-05  1.5936605858391493E-05  1.6207674945649303E-05
+  1.6481237682418909E-05  1.6757317007541395E-05  1.7035936070851127E-05
+  1.7317118235116122E-05  1.7600887077996305E-05  1.7887266394019708E-05
+  1.8176280196576855E-05  1.8467952719933514E-05  1.8762308421261906E-05
+  1.9059371982690596E-05  1.9359168313373275E-05  1.9661722551576477E-05
+  1.9967060066786577E-05  2.0275206461836076E-05  2.0586187575049483E-05
+  2.0900029482408919E-05  2.1216758499739601E-05  2.1536401184915453E-05
+  2.1858984340084950E-05  2.2184535013917456E-05  2.2513080503870188E-05
+  2.2844648358476039E-05  2.3179266379652412E-05  2.3516962625031282E-05
+  2.3857765410310683E-05  2.4201703311627786E-05  2.4548805167953845E-05
+  2.4899100083511076E-05  2.5252617430211797E-05  2.5609386850120034E-05
+  2.5969438257935620E-05  2.6332801843501263E-05  2.6699508074332585E-05
+  2.7069587698171434E-05  2.7443071745562641E-05  2.7819991532454502E-05
+  2.8200378662823131E-05  2.8584265031320904E-05  2.8971682825949362E-05
+  2.9362664530756514E-05  2.9757242928559050E-05  3.0155451103689527E-05
+  3.0557322444768801E-05  3.0962890647503976E-05  3.1372189717512002E-05
+  3.1785253973169286E-05  3.2202118048487443E-05  3.2622816896015513E-05
+  3.3047385789768801E-05  3.3475860328184718E-05  3.3908276437105636E-05
+  3.4344670372789352E-05  3.4785078724947026E-05  3.5229538419809176E-05
+  3.5678086723219778E-05  3.6130761243758786E-05  3.6587599935893404E-05
+  3.7048641103158288E-05  3.7513923401364912E-05  3.7983485841840519E-05
+  3.8457367794696799E-05  3.8935608992128575E-05  3.9418249531742824E-05
+  3.9905329879918227E-05  4.0396890875195721E-05  4.0892973731700103E-05
+  4.1393620042593070E-05  4.1898871783558020E-05  4.2408771316316824E-05
+  4.2923361392178995E-05  4.3442685155623380E-05  4.3966786147912812E-05
+  4.4495708310741921E-05  4.5029495989918514E-05  4.5568193939078740E-05
+  4.6111847323436410E-05  4.6660501723566742E-05  4.7214203139224835E-05
+  4.7772997993199321E-05  4.8336933135201310E-05  4.8906055845789164E-05
+  4.9480413840329193E-05  5.0060055272992873E-05  5.0645028740790652E-05
+  5.1235383287642978E-05  5.1831168408488536E-05  5.2432434053430380E-05
+  5.3039230631919993E-05  5.3651609016979939E-05  5.4269620549465239E-05
+  5.4893317042363816E-05  5.5522750785136461E-05  5.6157974548096848E-05
+  5.6799041586831509E-05  5.7446005646660560E-05  5.8098920967139402E-05
+  5.8757842286601658E-05  5.9422824846743955E-05  6.0093924397252689E-05
+  6.0771197200473532E-05  6.1454700036123387E-05  6.2144490206046077E-05
+  6.2840625539011419E-05  6.3543164395558511E-05  6.4252165672883352E-05
+  6.4967688809771472E-05  6.5689793791575847E-05  6.6418541155240465E-05
+  6.7153991994370015E-05  6.7896207964346226E-05  6.8645251287491159E-05
+  6.9401184758277737E-05  7.0164071748588327E-05  7.0933976213021573E-05
+  7.1710962694247903E-05  7.2495096328414120E-05  7.3286442850597789E-05
+  7.4085068600311608E-05  7.4891040527058406E-05  7.5704426195936865E-05
+  7.6525293793299154E-05  7.7353712132459992E-05  7.8189750659458563E-05
+  7.9033479458873117E-05  7.9884969259688891E-05  8.0744291441220059E-05
+  8.1611518039085860E-05  8.2486721751241844E-05  8.3369975944066170E-05
+  8.4261354658502001E-05  8.5160932616256131E-05  8.6068785226054659E-05
+  8.6984988589955848E-05  8.7909619509721261E-05  8.8842755493244991E-05
+  8.9784474761042226E-05  9.0734856252797116E-05  9.1693979633970831E-05
+  9.2661925302470332E-05  9.3638774395378308E-05  9.4624608795744659E-05
+  9.5619511139440758E-05  9.6623564822076018E-05  9.7636854005978427E-05
+  9.8659463627238887E-05  9.9691479402820276E-05  1.0073298783773189E-04
+  1.0178407623226896E-04  1.0284483268931981E-04  1.0391534612173910E-04
+  1.0499570625978903E-04  1.0608600365864876E-04  1.0718632970599302E-04
+  1.0829677662963968E-04  1.0941743750526788E-04  1.1054840626420713E-04
+  1.1168977770129707E-04  1.1284164748282026E-04  1.1400411215450720E-04
+  1.1517726914961500E-04  1.1636121679707974E-04  1.1755605432974438E-04
+  1.1876188189266120E-04  1.1997880055147117E-04  1.2120691230085959E-04
+  1.2244632007308976E-04  1.2369712774661462E-04  1.2495944015476719E-04
+  1.2623336309453118E-04  1.2751900333539165E-04  1.2881646862826699E-04
+  1.3012586771452266E-04  1.3144731033506790E-04  1.3278090723953527E-04
+  1.3412677019554496E-04  1.3548501199805367E-04  1.3685574647878920E-04
+  1.3823908851577177E-04  1.3963515404292247E-04  1.4104406005975963E-04
+  1.4246592464118435E-04  1.4390086694735559E-04  1.4534900723365581E-04
+  1.4681046686074799E-04  1.4828536830472459E-04  1.4977383516734979E-04
+  1.5127599218639566E-04  1.5279196524607257E-04  1.5432188138755586E-04
+  1.5586586881960845E-04  1.5742405692930082E-04  1.5899657629282960E-04
+  1.6058355868643504E-04  1.6218513709741840E-04  1.6380144573526029E-04
+  1.6543262004284118E-04  1.6707879670776446E-04  1.6874011367378326E-04
+  1.7041671015233191E-04  1.7210872663416297E-04  1.7381630490109111E-04
+  1.7553958803784441E-04  1.7727872044402394E-04  1.7903384784617341E-04
+  1.8080511730995908E-04  1.8259267725246093E-04  1.8439667745457703E-04
+  1.8621726907354076E-04  1.8805460465555330E-04  1.8990883814853140E-04
+  1.9178012491497177E-04  1.9366862174493373E-04  1.9557448686914042E-04
+  1.9749787997219977E-04  1.9943896220594694E-04  2.0139789620290832E-04
+  2.0337484608988943E-04  2.0536997750168667E-04  2.0738345759492493E-04
+  2.0941545506202120E-04  2.1146614014527700E-04  2.1353568465109897E-04
+  2.1562426196434969E-04  2.1773204706283038E-04  2.1985921653189491E-04
+  2.2200594857919927E-04  2.2417242304958429E-04  2.2635882144009554E-04
+  2.2856532691514013E-04  2.3079212432178278E-04  2.3303940020518070E-04
+  2.3530734282416080E-04  2.3759614216693908E-04  2.3990598996698290E-04
+  2.4223707971901952E-04  2.4458960669519064E-04  2.4696376796135396E-04
+  2.4935976239353502E-04  2.5177779069452815E-04  2.5421805541065031E-04
+  2.5668076094864786E-04  2.5916611359275691E-04  2.6167432152192084E-04
+  2.6420559482716473E-04  2.6676014552912830E-04  2.6933818759575961E-04
+  2.7193993696017027E-04  2.7456561153865364E-04  2.7721543124886760E-04
+  2.7988961802818393E-04  2.8258839585220509E-04  2.8531199075344934E-04
+  2.8806063084020855E-04  2.9083454631557623E-04  2.9363396949665062E-04
+  2.9645913483391216E-04  2.9931027893077914E-04  3.0218764056334107E-04
+  3.0509146070027200E-04  3.0802198252292707E-04  3.1097945144562103E-04
+  3.1396411513609225E-04  3.1697622353615422E-04  3.2001602888253531E-04
+  3.2308378572790808E-04  3.2617975096211103E-04  3.2930418383356452E-04
+  3.3245734597088105E-04  3.3563950140467358E-04  3.3885091658956230E-04
+  3.4209186042638275E-04  3.4536260428459599E-04  3.4866342202490350E-04
+  3.5199459002206815E-04  3.5535638718794401E-04  3.5874909499471446E-04
+  3.6217299749834479E-04  3.6562838136224626E-04  3.6911553588115747E-04
+  3.7263475300524198E-04  3.7618632736440829E-04  3.7977055629284759E-04
+  3.8338773985379906E-04  3.8703818086453822E-04  3.9072218492159413E-04
+  3.9444006042619608E-04  3.9819211860995255E-04  4.0197867356076353E-04
+  4.0580004224896881E-04  4.0965654455373570E-04  4.1354850328968534E-04
+  4.1747624423376268E-04  4.2144009615235109E-04  4.2544039082863261E-04
+  4.2947746309019997E-04  4.3355165083691654E-04  4.3766329506903271E-04
+  4.4181273991555730E-04  4.4600033266288601E-04  4.5022642378369213E-04
+  4.5449136696607944E-04  4.5879551914300014E-04  4.6313924052194042E-04
+  4.6752289461487665E-04  4.7194684826850313E-04  4.7641147169473534E-04
+  4.8091713850149101E-04  4.8546422572374960E-04  4.9005311385489595E-04
+  4.9468418687834744E-04  4.9935783229946922E-04  5.0407444117778015E-04
+  5.0883440815944971E-04  5.1363813151009152E-04  5.1848601314785549E-04
+  5.2337845867681779E-04  5.2831587742067769E-04  5.3329868245675742E-04
+  5.3832729065031231E-04  5.4340212268915258E-04  5.4852360311857882E-04
+  5.5369216037663498E-04  5.5890822682968036E-04  5.6417223880828699E-04
+  5.6948463664345951E-04  5.7484586470318540E-04  5.8025637142931745E-04
+  5.8571660937478882E-04  5.9122703524116832E-04  5.9678810991655265E-04
+  6.0240029851380602E-04  6.0806407040914375E-04  6.1377989928106667E-04
+  6.1954826314964816E-04  6.2536964441617772E-04  6.3124452990316333E-04
+  6.3717341089469554E-04  6.4315678317717901E-04  6.4919514708043017E-04
+  6.5528900751915032E-04  6.6143887403477249E-04  6.6764526083768600E-04
+  6.7390868684984553E-04  6.8022967574776479E-04  6.8660875600589830E-04
+  6.9304646094041800E-04  6.9954332875338319E-04  7.0609990257731157E-04
+  7.1271673052015312E-04  7.1939436571067099E-04  7.2613336634423024E-04
+  7.3293429572900473E-04  7.3979772233259743E-04  7.4672421982908499E-04
+  7.5371436714648449E-04  7.6076874851465292E-04  7.6788795351361439E-04
+  7.7507257712232630E-04  7.8232321976788837E-04  7.8964048737518934E-04
+  7.9702499141700808E-04  8.0447734896456433E-04  8.1199818273852307E-04
+  8.1958812116046176E-04  8.2724779840480259E-04  8.3497785445121040E-04
+  8.4277893513746353E-04  8.5065169221280336E-04  8.5859678339176117E-04
+  8.6661487240847210E-04  8.7470662907147823E-04  8.8287272931902503E-04
+  8.9111385527485530E-04  8.9943069530450516E-04  9.0782394407210780E-04
+  9.1629430259770764E-04  9.2484247831509016E-04  9.3346918513013142E-04
+  9.4217514347967460E-04  9.5096108039093149E-04  9.5982772954142316E-04
+  9.6877583131945409E-04  9.7780613288513422E-04  9.8691938823194697E-04
+  9.9611635824886982E-04  1.0053978107830534E-03  1.0147645207030625E-03
+  1.0242172699626863E-03  1.0337568476653197E-03  1.0433840501289215E-03
+  1.0530996809515582E-03  1.0629045510775308E-03  1.0727994788640991E-03
+  1.0827852901487995E-03  1.0928628183173711E-03  1.1030329043722861E-03
+  1.1132963970018938E-03  1.1236541526501861E-03  1.1341070355871861E-03
+  1.1446559179799679E-03  1.1553016799643074E-03  1.1660452097169800E-03
+  1.1768874035287000E-03  1.1878291658777137E-03  1.1988714095040509E-03
+  1.2100150554844370E-03  1.2212610333078777E-03  1.2326102809519157E-03
+  1.2440637449595696E-03  1.2556223805169583E-03  1.2672871515316190E-03
+  1.2790590307115205E-03  1.2909389996447903E-03  1.3029280488801357E-03
+  1.3150271780079977E-03  1.3272373957424199E-03  1.3395597200036480E-03
+  1.3519951780014594E-03  1.3645448063192482E-03  1.3772096509988392E-03
+  1.3899907676260734E-03  1.4028892214171446E-03  1.4159060873057037E-03
+  1.4290424500307407E-03  1.4422994042252479E-03  1.4556780545056623E-03
+  1.4691795155621103E-03  1.4828049122494514E-03  1.4965553796791242E-03
+  1.5104320633118147E-03  1.5244361190509374E-03  1.5385687133369513E-03
+  1.5528310232425099E-03  1.5672242365684485E-03  1.5817495519406274E-03
+  1.5964081789076317E-03  1.6112013380393270E-03  1.6261302610262958E-03
+  1.6411961907801473E-03  1.6564003815347148E-03  1.6717440989481476E-03
+  1.6872286202059014E-03  1.7028552341246377E-03  1.7186252412570435E-03
+  1.7345399539975691E-03  1.7506006966891002E-03  1.7668088057305735E-03
+  1.7831656296855311E-03  1.7996725293916377E-03  1.8163308780711591E-03
+  1.8331420614424089E-03  1.8501074778321791E-03  1.8672285382891568E-03
+  1.8845066666983367E-03  1.9019432998964357E-03  1.9195398877883227E-03
+  1.9372978934644710E-03  1.9552187933194326E-03  1.9733040771713617E-03
+  1.9915552483825748E-03  2.0099738239811671E-03  2.0285613347837024E-03
+  2.0473193255189587E-03  2.0662493549527777E-03  2.0853529960139822E-03
+  2.1046318359214072E-03  2.1240874763120330E-03  2.1437215333702398E-03
+  2.1635356379581853E-03  2.1835314357473235E-03  2.2037105873510569E-03
+  2.2240747684585589E-03  2.2446256699697521E-03  2.2653649981314548E-03
+  2.2862944746747183E-03  2.3074158369533596E-03  2.3287308380836830E-03
+  2.3502412470854227E-03  2.3719488490239124E-03  2.3938554451534721E-03
+  2.4159628530620470E-03  2.4382729068170980E-03  2.4607874571127477E-03
+  2.4835083714181989E-03  2.5064375341274417E-03  2.5295768467102431E-03
+  2.5529282278644533E-03  2.5764936136696004E-03  2.6002749577418395E-03
+  2.6242742313902089E-03  2.6484934237742466E-03  2.6729345420629515E-03
+  2.6975996115951241E-03  2.7224906760410653E-03  2.7476097975656765E-03
+  2.7729590569929557E-03  2.7985405539718987E-03  2.8243564071438235E-03
+  2.8504087543111270E-03  2.8766997526074793E-03  2.9032315786694817E-03
+  2.9300064288097756E-03  2.9570265191916443E-03  2.9842940860050930E-03
+  3.0118113856444284E-03  3.0395806948873478E-03  3.0676043110755657E-03
+  3.0958845522969505E-03  3.1244237575692286E-03  3.1532242870252469E-03
+  3.1822885220997785E-03  3.2116188657179464E-03  3.2412177424852137E-03
+  3.2710875988790009E-03  3.3012309034419034E-03  3.3316501469765531E-03
+  3.3623478427421125E-03  3.3933265266524373E-03  3.4245887574758933E-03
+  3.4561371170368583E-03  3.4879742104189280E-03  3.5201026661698031E-03
+  3.5525251365079191E-03  3.5852442975307930E-03  3.6182628494251202E-03
+  3.6515835166786191E-03  3.6852090482936617E-03  3.7191422180026632E-03
+  3.7533858244852953E-03  3.7879426915874803E-03  3.8228156685422296E-03
+  3.8580076301922991E-03  3.8935214772147135E-03  3.9293601363471270E-03
+  3.9655265606160835E-03  4.0020237295671458E-03  4.0388546494969464E-03
+  4.0760223536871303E-03  4.1135299026402511E-03  4.1513803843175852E-03
+  4.1895769143789289E-03  4.2281226364243507E-03  4.2670207222379212E-03
+  4.3062743720334662E-03  4.3458868147023006E-03  4.3858613080630035E-03
+  4.4262011391132464E-03  4.4669096242836463E-03  4.5079901096937115E-03
+  4.5494459714098615E-03  4.5912806157055331E-03  4.6334974793234189E-03
+  4.6761000297398051E-03  4.7190917654310743E-03  4.7624762161423339E-03
+  4.8062569431582451E-03  4.8504375395760010E-03  4.8950216305805212E-03
+  4.9400128737218585E-03  4.9854149591948178E-03  5.0312316101208321E-03
+  5.0774665828320718E-03  5.1241236671578459E-03  5.1712066867132690E-03
+  5.2187194991902414E-03  5.2666659966507257E-03  5.3150501058223734E-03
+  5.3638757883964685E-03  5.4131470413282421E-03  5.4628678971395646E-03
+  5.5130424242240067E-03  5.5636747271543135E-03  5.6147689469923014E-03
+  5.6663292616011569E-03  5.7183598859602194E-03  5.7708650724821869E-03
+  5.8238491113328222E-03  5.8773163307531424E-03  5.9312710973840966E-03
+  5.9857178165937854E-03  6.0406609328071889E-03  6.0961049298384699E-03
+  6.1520543312258173E-03  6.2085137005688761E-03  6.2654876418687623E-03
+  6.3229807998706903E-03  6.3809978604092233E-03  6.4395435507561436E-03
+  6.4986226399709832E-03  6.5582399392542295E-03  6.6184003023031773E-03
+  6.6791086256704976E-03  6.7403698491255073E-03  6.8021889560181499E-03
+  6.8645709736457382E-03  6.9275209736223932E-03  6.9910440722513048E-03
+  7.0551454308997279E-03  7.1198302563767772E-03  7.1851038013140420E-03
+  7.2509713645489979E-03  7.3174382915112551E-03  7.3845099746116527E-03
+  7.4521918536342106E-03  7.5204894161309431E-03  7.5894081978195738E-03
+  7.6589537829841276E-03  7.7291318048784479E-03  7.7999479461326199E-03
+  7.8714079391623386E-03  7.9435175665812183E-03  8.0162826616160705E-03
+  8.0897091085251373E-03  8.1638028430193240E-03  8.2385698526864157E-03
+  8.3140161774182958E-03  8.3901479098411995E-03  8.4669711957489936E-03
+  8.5444922345394598E-03  8.6227172796536945E-03  8.7016526390185072E-03
+  8.7813046754919247E-03  8.8616798073117703E-03  8.9427845085473471E-03
+  9.0246253095541875E-03  9.1072087974319489E-03  9.1905416164854235E-03
+  9.2746304686886546E-03  9.3594821141522334E-03  9.4451033715936897E-03
+  9.5315011188110838E-03  9.6186822931597343E-03  9.7066538920321226E-03
+  9.7954229733409788E-03  9.8849966560055503E-03  9.9753821204410474E-03
+  1.0066586609051308E-02  1.0158617426724652E-02  1.0251481941332940E-02
+  1.0345187584233860E-02  1.0439741850776419E-02  1.0535152300809659E-02
+  1.0631426559194605E-02  1.0728572316319429E-02  1.0826597328617875E-02
+  1.0925509419090882E-02  1.1025316477831476E-02  1.1126026462552887E-02
+  1.1227647399119904E-02  1.1330187382083476E-02  1.1433654575218544E-02
+  1.1538057212065161E-02  1.1643403596472757E-02  1.1749702103147739E-02
+  1.1856961178204282E-02  1.1965189339718347E-02  1.2074395178284956E-02
+  1.2184587357578694E-02  1.2295774614917385E-02  1.2407965761829053E-02
+  1.2521169684622052E-02  1.2635395344958415E-02  1.2750651780430401E-02
+  1.2866948105140247E-02  1.2984293510283041E-02  1.3102697264732859E-02
+  1.3222168715632008E-02  1.3342717288983418E-02  1.3464352490246217E-02
+  1.3587083904934402E-02  1.3710921199218582E-02  1.3835874120530950E-02
+  1.3961952498173188E-02  1.4089166243927566E-02  1.4217525352671021E-02
+  1.4347039902992289E-02  1.4477720057812060E-02  1.4609576065006130E-02
+  1.4742618258031543E-02  1.4876857056555629E-02  1.5012302967088071E-02
+  1.5148966583615775E-02  1.5286858588240705E-02  1.5425989751820520E-02
+  1.5566370934612080E-02  1.5708013086917726E-02  1.5850927249734342E-02
+  1.5995124555405145E-02  1.6140616228274202E-02  1.6287413585343611E-02
+  1.6435528036933329E-02  1.6584971087343598E-02  1.6735754335519902E-02
+  1.6887889475720539E-02  1.7041388298186574E-02  1.7196262689814328E-02
+  1.7352524634830200E-02  1.7510186215467901E-02  1.7669259612647942E-02
+  1.7829757106659416E-02  1.7991691077844017E-02  1.8155074007282144E-02
+  1.8319918477481212E-02  1.8486237173065918E-02  1.8654042881470559E-02
+  1.8823348493633291E-02  1.8994167004692235E-02  1.9166511514683404E-02
+  1.9340395229240429E-02  1.9515831460295872E-02  1.9692833626784263E-02
+  1.9871415255346605E-02  2.0051589981036403E-02  2.0233371548027058E-02
+  2.0416773810320601E-02  2.0601810732457648E-02  2.0788496390228572E-02
+  2.0976844971385678E-02  2.1166870776356452E-02  2.1358588218957669E-02
+  2.1552011827110289E-02  2.1747156243555141E-02  2.1944036226569187E-02
+  2.2142666650682329E-02  2.2343062507394627E-02  2.2545238905893886E-02
+  2.2749211073773368E-02  2.2954994357749718E-02  2.3162604224380778E-02
+  2.3372056260783390E-02  2.3583366175350857E-02  2.3796549798470127E-02
+  2.4011623083238419E-02  2.4228602106179265E-02  2.4447503067957857E-02
+  2.4668342294095456E-02  2.4891136235682766E-02  2.5115901470092225E-02
+  2.5342654701688991E-02  2.5571412762540349E-02  2.5802192613123717E-02
+  2.6035011343032734E-02  2.6269886171681547E-02  2.6506834449006908E-02
+  2.6745873656168134E-02  2.6987021406244587E-02  2.7230295444930611E-02
+  2.7475713651227623E-02  2.7723294038133391E-02  2.7973054753328015E-02
+  2.8225014079856628E-02  2.8479190436808671E-02  2.8735602379993282E-02
+  2.8994268602610895E-02  2.9255207935920624E-02  2.9518439349903228E-02
+  2.9783981953919656E-02  3.0051854997364635E-02  3.0322077870315316E-02
+  3.0594670104174687E-02  3.0869651372309310E-02  3.1147041490681510E-02
+  3.1426860418475470E-02  3.1709128258716988E-02  3.1993865258886894E-02
+  3.2281091811527544E-02  3.2570828454842285E-02  3.2863095873287555E-02
+  3.3157914898157469E-02  3.3455306508160337E-02  3.3755291829987058E-02
+  3.4057892138871032E-02  3.4363128859139107E-02  3.4671023564753517E-02
+  3.4981597979844264E-02  3.5294873979231776E-02  3.5610873588939398E-02
+  3.5929618986695347E-02  3.6251132502423927E-02  3.6575436618725511E-02
+  3.6902553971344947E-02  3.7232507349628081E-02  3.7565319696966019E-02
+  3.7901014111226511E-02  3.8239613845172389E-02  3.8581142306866545E-02
+  3.8925623060062850E-02  3.9273079824582856E-02  3.9623536476677712E-02
+  3.9977017049374855E-02  4.0333545732809048E-02  4.0693146874537414E-02
+  4.1055844979837768E-02  4.1421664711989978E-02  4.1790630892539885E-02
+  4.2162768501545059E-02  4.2538102677802232E-02  4.2916658719055423E-02
+  4.3298462082184859E-02  4.3683538383375548E-02  4.4071913398265342E-02
+  4.4463613062071909E-02  4.4858663469697829E-02  4.5257090875813512E-02
+  4.5658921694917115E-02  4.6064182501371058E-02  4.6472900029414510E-02
+  4.6885101173150957E-02  4.7300812986510794E-02  4.7720062683187521E-02
+  4.8142877636547662E-02  4.8569285379513237E-02  4.8999313604416395E-02
+  4.9432990162825124E-02  4.9870343065340043E-02  5.0311400481360770E-02
+  5.0756190738821587E-02  5.1204742323895720E-02  5.1657083880667115E-02
+  5.2113244210769537E-02  5.2573252272991325E-02  5.3037137182845889E-02
+  5.3504928212106714E-02  5.3976654788306135E-02  5.4452346494196918E-02
+  5.4932033067175999E-02  5.5415744398669420E-02  5.5903510533477509E-02
+  5.6395361669079637E-02  5.6891328154897190E-02  5.7391440491514588E-02
+  5.7895729329856392E-02  5.8404225470320557E-02  5.8916959861866104E-02
+  5.9433963601054629E-02  5.9955267931044574E-02  6.0480904240536988E-02
+  6.1010904062672074E-02  6.1545299073875209E-02  6.2084121092651677E-02
+  6.2627402078328454E-02  6.3175174129742509E-02  6.3727469483874435E-02
+  6.4284320514425550E-02  6.4845759730338293E-02  6.5411819774258251E-02
+  6.5982533420936337E-02  6.6557933575570369E-02  6.7138053272084705E-02
+  6.7722925671346329E-02  6.8312584059316589E-02  6.8907061845136855E-02
+  6.9506392559146993E-02  7.0110609850835656E-02  7.0719747486719775E-02
+  7.1333839348153599E-02  7.1952919429064538E-02  7.2577021833614960E-02
+  7.3206180773788251E-02  7.3840430566897888E-02  7.4479805633017857E-02
+  7.5124340492332978E-02  7.5774069762407484E-02  7.6429028155370310E-02
+  7.7089250475015775E-02  7.7754771613817678E-02  7.8425626549855063E-02
+  7.9101850343648666E-02  7.9783478134905647E-02  8.0470545139171262E-02
+  8.1163086644385540E-02  8.1861138007343529E-02  8.2564734650056870E-02
+  8.3273912056015212E-02  8.3988705766345692E-02  8.4709151375868097E-02
+  8.5435284529044850E-02  8.6167140915822421E-02  8.6904756267363686E-02
+  8.7648166351668388E-02  8.8397406969080050E-02  8.9152513947677064E-02
+  8.9913523138546295E-02  9.0680470410936659E-02  9.1453391647291132E-02
+  9.2232322738154349E-02  9.3017299576954371E-02  9.3808358054656274E-02
+  9.4605534054284388E-02  9.5408863445312561E-02  9.6218382077919065E-02
+  9.7034125777104102E-02  9.7856130336667610E-02  9.8684431513045165E-02
+  9.9519065018999542E-02  1.0036006651716523E-01  1.0120747161344368E-01
+  1.0206131585024734E-01  1.0292163469958863E-01  1.0378846355601336E-01
+  1.0466183772937332E-01  1.0554179243743857E-01  1.0642836279834428E-01
+  1.0732158382287089E-01  1.0822149040655438E-01  1.0912811732162389E-01
+  1.1004149920876474E-01  1.1096167056870276E-01  1.1188866575360853E-01
+  1.1282251895831764E-01  1.1376326421136541E-01  1.1471093536583102E-01
+  1.1566556608999080E-01  1.1662718985777606E-01  1.1759583993903276E-01
+  1.1857154938958048E-01  1.1955435104106742E-01  1.2054427749061837E-01
+  1.2154136109027269E-01  1.2254563393620915E-01  1.2355712785775458E-01
+  1.2457587440617346E-01  1.2560190484323433E-01  1.2663525012955137E-01
+  1.2767594091269641E-01  1.2872400751507926E-01  1.2977947992159250E-01
+  1.3084238776701768E-01  1.3191276032318960E-01  1.3299062648591523E-01
+  1.3407601476164416E-01  1.3516895325388709E-01  1.3626946964937867E-01
+  1.3737759120398252E-01  1.3849334472833258E-01  1.3961675657321013E-01
+  1.4074785261465150E-01  1.4188665823878271E-01  1.4303319832637890E-01
+  1.4418749723714336E-01  1.4534957879370430E-01  1.4651946626532461E-01
+  1.4769718235132173E-01  1.4888274916419372E-01  1.5007618821244867E-01
+  1.5127752038313202E-01  1.5248676592405128E-01  1.5370394442569130E-01
+  1.5492907480281914E-01  1.5616217527577325E-01  1.5740326335143398E-01
+  1.5865235580387224E-01  1.5990946865467184E-01  1.6117461715292269E-01
+  1.6244781575488079E-01  1.6372907810329171E-01  1.6501841700637432E-01
+  1.6631584441645986E-01  1.6762137140828470E-01  1.6893500815693194E-01
+  1.7025676391541861E-01  1.7158664699192536E-01  1.7292466472666482E-01
+  1.7427082346838488E-01  1.7562512855050466E-01  1.7698758426687797E-01
+  1.7835819384718241E-01  1.7973695943193085E-01  1.8112388204709950E-01
+  1.8251896157837311E-01  1.8392219674500107E-01  1.8533358507326278E-01
+  1.8675312286953816E-01  1.8818080519298105E-01  1.8961662582779215E-01
+  1.9106057725508818E-01  1.9251265062436501E-01  1.9397283572455090E-01
+  1.9544112095464902E-01  1.9691749329396308E-01  1.9840193827190755E-01
+  1.9989443993739656E-01  2.0139498082781074E-01  2.0290354193753923E-01
+  2.0442010268609384E-01  2.0594464088579417E-01  2.0747713270902127E-01
+  2.0901755265503685E-01  2.1056587351636744E-01  2.1212206634475075E-01
+  2.1368610041664349E-01  2.1525794319828698E-01  2.1683756031033233E-01
+  2.1842491549202039E-01  2.2001997056491818E-01  2.2162268539620864E-01
+  2.2323301786153407E-01  2.2485092380739138E-01  2.2647635701308047E-01
+  2.2810926915220198E-01  2.2974960975370803E-01  2.3139732616250344E-01
+  2.3305236349959643E-01  2.3471466462180313E-01  2.3638417008100188E-01
+  2.3806081808294086E-01  2.3974454444559917E-01  2.4143528255710062E-01
+  2.4313296333318529E-01  2.4483751517423655E-01  2.4654886392186748E-01
+  2.4826693281506812E-01  2.4999164244591632E-01  2.5172291071485209E-01
+  2.5346065278552271E-01  2.5520478103919780E-01  2.5695520502875896E-01
+  2.5871183143226834E-01  2.6047456400611813E-01  2.6224330353776742E-01
+  2.6401794779806897E-01  2.6579839149319218E-01  2.6758452621614642E-01
+  2.6937624039791019E-01  2.7117341925817401E-01  2.7297594475569864E-01
+  2.7478369553830068E-01  2.7659654689246915E-01  2.7841437069262054E-01
+  2.8023703535000127E-01  2.8206440576124486E-01  2.8389634325659230E-01
+  2.8573270554778557E-01  2.8757334667564188E-01  2.8941811695732028E-01
+  2.9126686293329090E-01  2.9311942731401458E-01  2.9497564892634864E-01
+  2.9683536265968791E-01  2.9869839941185294E-01  3.0056458603473968E-01
+  3.0243374527974243E-01  3.0430569574296484E-01  3.0618025181023295E-01
+  3.0805722360192500E-01  3.0993641691763374E-01  3.1181763318067679E-01
+  3.1370066938247382E-01  3.1558531802680201E-01  3.1747136707395623E-01
+  3.1935859988482446E-01  3.2124679516490257E-01  3.2313572690826575E-01
+  3.2502516434151763E-01  3.2691487186773838E-01  3.2880460901045344E-01
+  3.3069413035764517E-01  3.3258318550583016E-01  3.3447151900422861E-01
+  3.3635887029904449E-01  3.3824497367788942E-01  3.4012955821436996E-01
+  3.4201234771286948E-01  3.4389306065354902E-01  3.4577141013759838E-01
+  3.4764710383276431E-01  3.4951984391918700E-01  3.5138932703557607E-01
+  3.5325524422575588E-01  3.5511728088561662E-01  3.5697511671049742E-01
+  3.5882842564304473E-01  3.6067687582157382E-01  3.6252012952897356E-01
+  3.6435784314218811E-01  3.6618966708231759E-01  3.6801524576537142E-01
+  3.6983421755371759E-01  3.7164621470826853E-01  3.7345086334144156E-01
+  3.7524778337093984E-01  3.7703658847439797E-01  3.7881688604493058E-01
+  3.8058827714763727E-01  3.8235035647710502E-01  3.8410271231595605E-01
+  3.8584492649449220E-01  3.8757657435148174E-01  3.8929722469614048E-01
+  3.9100643977135929E-01  3.9270377521822974E-01  3.9438878004191957E-01
+  3.9606099657895744E-01  3.9771996046597391E-01  3.9936520060996522E-01
+  4.0099623916012983E-01  4.0261259148133932E-01  4.0421376612930376E-01
+  4.0579926482748974E-01  4.0736858244585594E-01  4.0892120698146583E-01
+  4.1045661954104429E-01  4.1197429432553961E-01  4.1347369861676181E-01
+  4.1495429276615575E-01  4.1641553018578681E-01  4.1785685734160011E-01
+  4.1927771374902817E-01  4.2067753197101487E-01  4.2205573761852838E-01
+  4.2341174935363790E-01  4.2474497889522417E-01  4.2605483102740288E-01
+  4.2734070361073245E-01  4.2860198759628693E-01  4.2983806704266903E-01
+  4.3104831913604075E-01  4.3223211421325514E-01  4.3338881578816540E-01
+  4.3451778058119345E-01  4.3561835855224240E-01  4.3668989293703075E-01
+  4.3773172028693635E-01  4.3874317051243200E-01  4.3972356693019815E-01
+  4.4067222631399783E-01  4.4158845894940274E-01  4.4247156869245080E-01
+  4.4332085303233182E-01  4.4413560315818262E-01  4.4491510403008194E-01
+  4.4565863445433535E-01  4.4636546716313835E-01  4.4703486889870891E-01
+  4.4766610050197775E-01  4.4825841700592961E-01  4.4881106773368395E-01
+  4.4932329640140639E-01  4.4979434122614714E-01  4.5022343503868667E-01
+  4.5060980540149159E-01  4.5095267473186712E-01  4.5125126043039571E-01
+  4.5150477501475583E-01  4.5171242625901153E-01  4.5187341733846154E-01
+  4.5198694698013975E-01  4.5205220961905829E-01  4.5206839556027750E-01
+  4.5203469114689926E-01  4.5195027893406359E-01  4.5181433786904196E-01
+  4.5162604347751156E-01  4.5138456805609528E-01  4.5108908087125410E-01
+  4.5073874836461258E-01  4.5033273436480203E-01  4.4987020030590119E-01
+  4.4935030545255356E-01  4.4877220713183857E-01  4.4813506097197731E-01
+  4.4743802114793707E-01  4.4668024063402001E-01  4.4586087146349546E-01
+  4.4497906499535089E-01  4.4403397218822327E-01  4.4302474388157731E-01
+  4.4195053108418886E-01  4.4081048526999389E-01  4.3960375868135626E-01
+  4.3832950463980724E-01  4.3698687786430701E-01  4.3557503479707205E-01
+  4.3409313393700910E-01  4.3254033618079901E-01  4.3091580517166023E-01
+  4.2921870765582459E-01  4.2744821384675097E-01  4.2560349779709888E-01
+  4.2368373777847873E-01  4.2168811666899209E-01  4.1961582234856876E-01
+  4.1746604810210097E-01  4.1523799303037723E-01  4.1293086246879729E-01
+  4.1054386841386420E-01  4.0807622995742487E-01  4.0552717372863523E-01
+  4.0289593434361692E-01  4.0018175486276286E-01  3.9738388725564666E-01
+  3.9450159287348063E-01  3.9153414292905953E-01  3.8848081898412218E-01
+  3.8534091344405225E-01  3.8211373005983418E-01  3.7879858443716635E-01
+  3.7539480455263408E-01  3.7190173127682735E-01  3.6831871890428419E-01
+  3.6464513569012819E-01  3.6088036439326288E-01  3.5702380282597102E-01
+  3.5307486440976132E-01  3.4903297873729167E-01  3.4489759214018878E-01
+  3.4066816826257418E-01  3.3634418864009097E-01  3.3192515328422328E-01
+  3.2741058127167910E-01  3.2280001133860359E-01  3.1809300247937194E-01
+  3.1328913454970342E-01  3.0838800887382423E-01  3.0338924885539431E-01
+  2.9829250059190066E-01  2.9309743349220851E-01  2.8780374089694877E-01
+  2.8241114070140255E-01  2.7691937598054112E-01  2.7132821561585518E-01
+  2.6563745492360241E-01  2.5984691628408496E-01  2.5395644977155762E-01
+  2.4796593378435405E-01  2.4187527567480441E-01  2.3568441237850674E-01
+  2.2939331104249988E-01  2.2300196965187410E-01  2.1651041765434487E-01
+  2.0991871658229683E-01  2.0322696067180249E-01  1.9643527747810025E-01
+  1.8954382848700874E-01  1.8255280972174254E-01  1.7546245234458488E-01
+  1.6827302325286039E-01  1.6098482566864306E-01  1.5359819972162433E-01
+  1.4611352302455813E-01  1.3853121124069154E-01  1.3085171864257905E-01
+  1.2307553866167859E-01  1.1520320442811229E-01  1.0723528929997649E-01
+  9.9172407381576899E-02  9.1015214029961392E-02  8.2764406349120592E-02
+  7.4420723671222891E-02  6.5984948024248646E-02  5.7457904585387999E-02
+  4.8840462119566733E-02  4.0133533402464040E-02  3.1338075627389252E-02
+  2.2455090795385442E-02  1.3485626087931269E-02  4.4307742216163019E-03
+ -4.7083262158310853E-03 -1.3930490448778888E-02 -2.3234487216800142E-02
+ -3.2619038498259582E-02 -4.2082819254976568E-02 -5.1624457198556087E-02
+ -6.1242532578973101E-02 -7.0935577995988375E-02 -8.0702078233968202E-02
+ -9.0540470120673233E-02 -1.0044914241057573E-01 -1.1042643569325959E-01
+ -1.2047064232745171E-01 -1.3058000640122938E-01 -1.4075272371894543E-01
+ -1.5098694181540948E-01 -1.6128075999786323E-01 -1.7163222941628828E-01
+ -1.8203935316258216E-01 -1.9250008639914756E-01 -2.0301233651743641E-01
+ -2.1357396332700021E-01 -2.2418277927560165E-01 -2.3483654970095205E-01
+ -2.4553299311464527E-01 -2.5626978151887198E-01 -2.6704454075650236E-01
+ -2.7785485089514383E-01 -2.8869824664578297E-01 -2.9957221781663984E-01
+ -3.1047420980286372E-01 -3.2140162411272005E-01 -3.3235181893091670E-01
+ -3.4332210971973076E-01 -3.5430976985859747E-01 -3.6531203132282924E-01
+ -3.7632608540212836E-01 -3.8734908345955482E-01 -3.9837813773160141E-01
+ -4.0941032217001894E-01 -4.2044267332601537E-01 -4.3147219127742970E-01
+ -4.4249584059946168E-01 -4.5351055137950153E-01 -4.6451322027656616E-01
+ -4.7550071162581059E-01 -4.8646985858853165E-01 -4.9741746434803014E-01
+ -5.0834030335163538E-01 -5.1923512259913529E-01 -5.3009864297778497E-01
+ -5.4092756064399372E-01 -5.5171854845170276E-01 -5.6246825742740514E-01
+ -5.7317331829164209E-01 -5.8383034302674797E-01 -5.9443592649050325E-01
+ -6.0498664807526725E-01 -6.1547907341206376E-01 -6.2590975611898991E-01
+ -6.3627523959321375E-01 -6.4657205884573432E-01 -6.5679674237795682E-01
+ -6.6694581409905196E-01 -6.7701579528294265E-01 -6.8700320656367886E-01
+ -6.9690456996784500E-01 -7.0671641098254689E-01 -7.1643526065742569E-01
+ -7.2605765773904862E-01 -7.3558015083593153E-01 -7.4499930061234754E-01
+ -7.5431168200899534E-01 -7.6351388648850305E-01 -7.7260252430366705E-01
+ -7.8157422678622779E-01 -7.9042564865393106E-01 -7.9915347033352091E-01
+ -8.0775440029725953E-01 -8.1622517741049050E-01 -8.2456257328770322E-01
+ -8.3276339465449845E-01 -8.4082448571280166E-01 -8.4874273050661320E-01
+ -8.5651505528554950E-01 -8.6413843086338749E-01 -8.7160987496877429E-01
+ -8.7892645458526852E-01 -8.8608528827781019E-01 -8.9308354850273708E-01
+ -8.9991846389842001E-01 -9.0658732155360866E-01 -9.1308746925054352E-01
+ -9.1941631767992982E-01 -9.2557134262484031E-01 -9.3155008711065357E-01
+ -9.3735016351814082E-01 -9.4296925565684420E-01 -9.4840512079591055E-01
+ -9.5365559164959468E-01 -9.5871857831467788E-01 -9.6359207015709369E-01
+ -9.6827413764510994E-01 -9.7276293412647297E-01 -9.7705669754697511E-01
+ -9.8115375210799094E-01 -9.8505250986058257E-01 -9.8875147223386173E-01
+ -9.9224923149538613E-01 -9.9554447214143038E-01 -9.9863597221509703E-01
+ -1.0015226045503036E+00 -1.0042033379397892E+00 -1.0066772382253943E+00
+ -1.0089434693089643E+00 -1.0110012940823447E+00 -1.0128500752750531E+00
+ -1.0144892762183189E+00 -1.0159184615243075E+00 -1.0171372976794750E+00
+ -1.0181455535511064E+00 -1.0189431008062249E+00 -1.0195299142421932E+00
+ -1.0199060720284450E+00 -1.0200717558589125E+00 -1.0200272510148602E+00
+ -1.0197729463379432E+00 -1.0193093341134611E+00 -1.0186370098638833E+00
+ -1.0177566720528743E+00 -1.0166691217001560E+00 -1.0153752619076803E+00
+ -1.0138760972977023E+00 -1.0121727333634813E+00 -1.0102663757334400E+00
+ -1.0081583293497429E+00 -1.0058499975623636E+00 -1.0033428811398302E+00
+ -1.0006385771979387E+00 -9.9773877804784039E-01 -9.9464526996500258E-01
+ -9.9135993188064608E-01 -9.8788473399736354E-01 -9.8422173633068966E-01
+ -9.8037308717851668E-01 -9.7634102152030255E-01 -9.7212785934809909E-01
+ -9.6773600393151848E-01 -9.6316794001880102E-01 -9.5842623197622823E-01
+ -9.5351352186816785E-01 -9.4843252748010687E-01 -9.4318604028705766E-01
+ -9.3777692336978402E-01 -9.3220810928131870E-01 -9.2648259786627396E-01
+ -9.2060345403549348E-01 -9.1457380549859557E-01 -9.0839684045698499E-01
+ -9.0207580525992370E-01 -8.9561400202625907E-01 -8.8901478623440611E-01
+ -8.8228156428319160E-01 -8.7541779102614647E-01 -8.6842696728183877E-01
+ -8.6131263732282048E-01 -8.5407838634572941E-01 -8.4672783792510264E-01
+ -8.3926465145338913E-01 -8.3169251956965651E-01 -8.2401516557943477E-01
+ -8.1623634086811614E-01 -8.0835982231028880E-01 -8.0038940967734296E-01
+ -7.9232892304565183E-01 -7.8418220020757390E-01 -7.7595309408749402E-01
+ -7.6764547016505336E-01 -7.5926320390768953E-01 -7.5081017821454676E-01
+ -7.4229028087375959E-01 -7.3370740203508034E-01 -7.2506543169974402E-01
+ -7.1636825722944919E-01 -7.0761976087616696E-01 -6.9882381733468868E-01
+ -6.8998429131943984E-01 -6.8110503516728549E-01 -6.7218988646788991E-01
+ -6.6324266572316792E-01 -6.5426717403731471E-01 -6.4526719083883688E-01
+ -6.3624647163597370E-01 -6.2720874580683750E-01 -6.1815771442556167E-01
+ -6.0909704812569287E-01 -6.0003038500202177E-01 -5.9096132855200223E-01
+ -5.8189344565786527E-01 -5.7283026461049902E-01 -5.6377527317610932E-01
+ -5.5473191670666377E-01 -5.4570359629505993E-01 -5.3669366697593746E-01
+===== PHI 2 =====   [phi(r)=PHI(r)/r*Ylm(th,ph)]
+ 1  : radial mesh index
+  0.0000000000000000E+00  1.5959415841844524E-07  3.2065650860204862E-07
+  4.8320055695334965E-07  6.4723993411983488E-07  8.1278839613676926E-07
+  9.7985982558053625E-07  1.1484682327325859E-06  1.3186277567540877E-06
+  1.4903526668713839E-06  1.6636573635723483E-06  1.8385563798137455E-06
+  2.0150643822396931E-06  2.1931961724113307E-06  2.3729666880477975E-06
+  2.5543910042786205E-06  2.7374843349076214E-06  2.9222620336884504E-06
+  3.1087395956118430E-06  3.2969326582047209E-06  3.4868570028412385E-06
+  3.6785285560658791E-06  3.8719633909287317E-06  4.0671777283330376E-06
+  4.2641879383951305E-06  4.4630105418168840E-06  4.6636622112707830E-06
+  4.8661597727977291E-06  5.0705202072176918E-06  5.2767606515533553E-06
+  5.4848984004668311E-06  5.6949509077095997E-06  5.9069357875857780E-06
+  6.1208708164288428E-06  6.3367739340919418E-06  6.5546632454518951E-06
+  6.7745570219270405E-06  6.9964737030090267E-06  7.2204318978087059E-06
+  7.4464503866162156E-06  7.6745481224754470E-06  7.9047442327729441E-06
+  8.1370580208414495E-06  8.3715089675781782E-06  8.6081167330779815E-06
+  8.8469011582815242E-06  9.0878822666386083E-06  9.3310802657868091E-06
+  9.5765155492455414E-06  9.8242086981256852E-06  1.0074180482854958E-05
+  1.0326451864919135E-05  1.0581043998619280E-05  1.0837978232845154E-05
+  1.1097276112864900E-05  1.1358959382131212E-05  1.1623049984104086E-05
+  1.1889570064090360E-05  1.2158541971100134E-05  1.2429988259720295E-05
+  1.2703931692005229E-05  1.2980395239384965E-05  1.3259402084590827E-05
+  1.3540975623598796E-05  1.3825139467590751E-05  1.4111917444933754E-05
+  1.4401333603177484E-05  1.4693412211070112E-05  1.4988177760592637E-05
+  1.5285654969011983E-05  1.5585868780952914E-05  1.5888844370489063E-05
+  1.6194607143253155E-05  1.6503182738566606E-05  1.6814597031588767E-05
+  1.7128876135485870E-05  1.7446046403619901E-05  1.7766134431757707E-05
+  1.8089167060300254E-05  1.8415171376532542E-05  1.8744174716894065E-05
+  1.9076204669270215E-05  1.9411289075304764E-05  1.9749456032733609E-05
+  2.0090733897739874E-05  2.0435151287330814E-05  2.0782737081736451E-05
+  2.1133520426830315E-05  2.1487530736572437E-05  2.1844797695474792E-05
+  2.2205351261089404E-05  2.2569221666519325E-05  2.2936439422952718E-05
+  2.3307035322220235E-05  2.3681040439375829E-05  2.4058486135301406E-05
+  2.4439404059335338E-05  2.4823826151925207E-05  2.5211784647304853E-05
+  2.5603312076196098E-05  2.5998441268535269E-05  2.6397205356224794E-05
+  2.6799637775910092E-05  2.7205772271782034E-05  2.7615642898405054E-05
+  2.8029284023571394E-05  2.8446730331181458E-05  2.8868016824150734E-05
+  2.9293178827343398E-05  2.9722251990532872E-05  3.0155272291389636E-05
+  3.0592276038496492E-05  3.1033299874391465E-05  3.1478380778638817E-05
+  3.1927556070928142E-05  3.2380863414202058E-05  3.2838340817812611E-05
+  3.3300026640706639E-05  3.3765959594640476E-05  3.4236178747424206E-05
+  3.4710723526195694E-05  3.5189633720724691E-05  3.5672949486747438E-05
+  3.6160711349331733E-05  3.6652960206273035E-05  3.7149737331521800E-05
+  3.7651084378642273E-05  3.8157043384303007E-05  3.8667656771799585E-05
+  3.9182967354609636E-05  3.9703018339980565E-05  4.0227853332550217E-05
+  4.0757516338000848E-05  4.1292051766746662E-05  4.1831504437655207E-05
+  4.2375919581802998E-05  4.2925342846265741E-05  4.3479820297943166E-05
+  4.4039398427419214E-05  4.4604124152857674E-05  4.5174044823933449E-05
+  4.5749208225800194E-05  4.6329662583094127E-05  4.6915456563974995E-05
+  4.7506639284203837E-05  4.8103260311258331E-05  4.8705369668486057E-05
+  4.9313017839295823E-05  4.9926255771387444E-05  5.0545134881020583E-05
+  5.1169707057322546E-05  5.1800024666635927E-05  5.2436140556906057E-05
+  5.3078108062108777E-05  5.3725981006718843E-05  5.4379813710219575E-05
+  5.5039660991653657E-05  5.5705578174215992E-05  5.6377621089888706E-05
+  5.7055846084118567E-05  5.7740310020537582E-05  5.8431070285726895E-05
+  5.9128184794024423E-05  5.9831711992376620E-05  6.0541710865234998E-05
+  6.1258240939497305E-05  6.1981362289494508E-05  6.2711135542023206E-05
+  6.3447621881424521E-05  6.4190883054709562E-05  6.4940981376731885E-05
+  6.5697979735407716E-05  6.6461941596983760E-05  6.7232931011353809E-05
+  6.8011012617423772E-05  6.8796251648526341E-05  6.9588713937885249E-05
+  7.0388465924129645E-05  7.1195574656859084E-05  7.2010107802259995E-05
+  7.2832133648773265E-05  7.3661721112814181E-05  7.4498939744544718E-05
+  7.5343859733699014E-05  7.6196551915462267E-05  7.7057087776403568E-05
+  7.7925539460463371E-05  7.8801979774995720E-05  7.9686482196866240E-05
+  8.0579120878605833E-05  8.1479970654621292E-05  8.2389107047462406E-05
+  8.3306606274147075E-05  8.4232545252544317E-05  8.5167001607815883E-05
+  8.6110053678917120E-05  8.7061780525157350E-05  8.8022261932820735E-05
+  8.8991578421847639E-05  8.9969811252577612E-05  9.0957042432554124E-05
+  9.1953354723391779E-05  9.2958831647706782E-05  9.3973557496110653E-05
+  9.4997617334268528E-05  9.6031097010022129E-05  9.7074083160577951E-05
+  9.8126663219761813E-05  9.9188925425339549E-05  1.0026095882640538E-04
+  1.0134285329083767E-04  1.0243469951282345E-04  1.0353658902045195E-04
+  1.0464861418337761E-04  1.0577086822055379E-04  1.0690344520803715E-04
+  1.0804644008686386E-04  1.0919994867099802E-04  1.1036406765535311E-04
+  1.1153889462388683E-04  1.1272452805777069E-04  1.1392106734363403E-04
+  1.1512861278188422E-04  1.1634726559510287E-04  1.1757712793651902E-04
+  1.1881830289856068E-04  1.2007089452148405E-04  1.2133500780208236E-04
+  1.2261074870247490E-04  1.2389822415897591E-04  1.2519754209104573E-04
+  1.2650881141032340E-04  1.2783214202974255E-04  1.2916764487273084E-04
+  1.3051543188249352E-04  1.3187561603138266E-04  1.3324831133035211E-04
+  1.3463363283849880E-04  1.3603169667269238E-04  1.3744262001729262E-04
+  1.3886652113395597E-04  1.4030351937153253E-04  1.4175373517605328E-04
+  1.4321729010080908E-04  1.4469430681652236E-04  1.4618490912161194E-04
+  1.4768922195255191E-04  1.4920737139432547E-04  1.5073948469097518E-04
+  1.5228569025624905E-04  1.5384611768434539E-04  1.5542089776075517E-04
+  1.5701016247320442E-04  1.5861404502269687E-04  1.6023267983465752E-04
+  1.6186620257017896E-04  1.6351475013737043E-04  1.6517846070281101E-04
+  1.6685747370310771E-04  1.6855192985656018E-04  1.7026197117493114E-04
+  1.7198774097532601E-04  1.7372938389218078E-04  1.7548704588935961E-04
+  1.7726087427236383E-04  1.7905101770065280E-04  1.8085762620007729E-04
+  1.8268085117542702E-04  1.8452084542309376E-04  1.8637776314384938E-04
+  1.8825175995574231E-04  1.9014299290711099E-04  1.9205162048971741E-04
+  1.9397780265200084E-04  1.9592170081245283E-04  1.9788347787311479E-04
+  1.9986329823319947E-04  2.0186132780283719E-04  2.0387773401694752E-04
+  2.0591268584923929E-04  2.0796635382633734E-04  2.1003891004203986E-04
+  2.1213052817170588E-04  2.1424138348677448E-04  2.1637165286941725E-04
+  2.1852151482732514E-04  2.2069114950862964E-04  2.2288073871696261E-04
+  2.2509046592665208E-04  2.2732051629805838E-04  2.2957107669305040E-04
+  2.3184233569062377E-04  2.3413448360266133E-04  2.3644771248983946E-04
+  2.3878221617767815E-04  2.4113819027273947E-04  2.4351583217897387E-04
+  2.4591534111421595E-04  2.4833691812683177E-04  2.5078076611251797E-04
+  2.5324708983125513E-04  2.5573609592441604E-04  2.5824799293203078E-04
+  2.6078299131020979E-04  2.6334130344872627E-04  2.6592314368875962E-04
+  2.6852872834080133E-04  2.7115827570272472E-04  2.7381200607801972E-04
+  2.7649014179419510E-04  2.7919290722134855E-04  2.8192052879090701E-04
+  2.8467323501453804E-04  2.8745125650323508E-04  2.9025482598657627E-04
+  2.9308417833216012E-04  2.9593955056521880E-04  2.9882118188841064E-04
+  3.0172931370179369E-04  3.0466418962298274E-04  3.0762605550748926E-04
+  3.1061515946924855E-04  3.1363175190133441E-04  3.1667608549686203E-04
+  3.1974841527008439E-04  3.2284899857767908E-04  3.2597809514023086E-04
+  3.2913596706391119E-04  3.3232287886235439E-04  3.3553909747873552E-04
+  3.3878489230804859E-04  3.4206053521958945E-04  3.4536630057964321E-04
+  3.4870246527438011E-04  3.5206930873295944E-04  3.5546711295084523E-04
+  3.5889616251333530E-04  3.6235674461930435E-04  3.6584914910516448E-04
+  3.6937366846904486E-04  3.7293059789519223E-04  3.7652023527859335E-04
+  3.8014288124982337E-04  3.8379883920012093E-04  3.8748841530669194E-04
+  3.9121191855824431E-04  3.9496966078075678E-04  3.9876195666348197E-04
+  4.0258912378518709E-04  4.0645148264063422E-04  4.1034935666730329E-04
+  4.1428307227235693E-04  4.1825295885985348E-04  4.2225934885820721E-04
+  4.2630257774789942E-04  4.3038298408944203E-04  4.3450090955159717E-04
+  4.3865669893985369E-04  4.4285070022516318E-04  4.4708326457293856E-04
+  4.5135474637231741E-04  4.5566550326569150E-04  4.6001589617850590E-04
+  4.6440628934932987E-04  4.6883705036020293E-04  4.7330855016725559E-04
+  4.7782116313161067E-04  4.8237526705056612E-04  4.8697124318906220E-04
+  4.9160947631143436E-04  4.9629035471345753E-04  5.0101427025468098E-04
+  5.0578161839105707E-04  5.1059279820787006E-04  5.1544821245296175E-04
+  5.2034826757026208E-04  5.2529337373362448E-04  5.3028394488096827E-04
+  5.3532039874873449E-04  5.4040315690665288E-04  5.4553264479282682E-04
+  5.5070929174913790E-04  5.5593353105697128E-04  5.6120579997326868E-04
+  5.6652653976690731E-04  5.7189619575541146E-04  5.7731521734199630E-04
+  5.8278405805295126E-04  5.8830317557536120E-04  5.9387303179517215E-04
+  5.9949409283560314E-04  6.0516682909590703E-04  6.1089171529048322E-04
+  6.1666923048834827E-04  6.2249985815296285E-04  6.2838408618242226E-04
+  6.3432240695001144E-04  6.4031531734512991E-04  6.4636331881458785E-04
+  6.5246691740427601E-04  6.5862662380121732E-04  6.6484295337599861E-04
+  6.7111642622558697E-04  6.7744756721653749E-04  6.8383690602859173E-04
+  6.9028497719867169E-04  6.9679232016527527E-04  7.0335947931327285E-04
+  7.0998700401911114E-04  7.1667544869642751E-04  7.2342537284207859E-04
+  7.3023734108258558E-04  7.3711192322100131E-04  7.4404969428420434E-04
+  7.5105123457061779E-04  7.5811712969836641E-04  7.6524797065386494E-04
+  7.7244435384085154E-04  7.7970688112986289E-04  7.8703615990815851E-04
+  7.9443280313009875E-04  8.0189742936797768E-04  8.0943066286331684E-04
+  8.1703313357862461E-04  8.2470547724962427E-04  8.3244833543795341E-04
+  8.4026235558434326E-04  8.4814819106227739E-04  8.5610650123213688E-04
+  8.6413795149583564E-04  8.7224321335195110E-04  8.8042296445135066E-04
+  8.8867788865332632E-04  8.9700867608223157E-04  9.0541602318463534E-04
+  9.1390063278699049E-04  9.2246321415382292E-04  9.3110448304644918E-04
+  9.3982516178222285E-04  9.4862597929431635E-04  9.5750767119204413E-04
+  9.6647097982173057E-04  9.7551665432812689E-04  9.8464545071638254E-04
+  9.9385813191457673E-04  1.0031554678368161E-03  1.0125382354468984E-03
+  1.0220072188225524E-03  1.0315632092202610E-03  1.0412070051406617E-03
+  1.0509394123945431E-03  1.0607612441694335E-03  1.0706733210967927E-03
+  1.0806764713198053E-03  1.0907715305617897E-03  1.1009593421952193E-03
+  1.1112407573113678E-03  1.1216166347905827E-03  1.1320878413731887E-03
+  1.1426552517310340E-03  1.1533197485396743E-03  1.1640822225512128E-03
+  1.1749435726677916E-03  1.1859047060157467E-03  1.1969665380204262E-03
+  1.2081299924816900E-03  1.2193960016500742E-03  1.2307655063036548E-03
+  1.2422394558255923E-03  1.2538188082823775E-03  1.2655045305027778E-03
+  1.2772975981574957E-03  1.2891989958395387E-03  1.3012097171453125E-03
+  1.3133307647564426E-03  1.3255631505223297E-03  1.3379078955434432E-03
+  1.3503660302553679E-03  1.3629385945135959E-03  1.3756266376790851E-03
+  1.3884312187045799E-03  1.4013534062217103E-03  1.4143942786288672E-03
+  1.4275549241798654E-03  1.4408364410733996E-03  1.4542399375433049E-03
+  1.4677665319496221E-03  1.4814173528704723E-03  1.4951935391947662E-03
+  1.5090962402157298E-03  1.5231266157252712E-03  1.5372858361091908E-03
+  1.5515750824432427E-03  1.5659955465900514E-03  1.5805484312968964E-03
+  1.5952349502943663E-03  1.6100563283958974E-03  1.6250138015981982E-03
+  1.6401086171825652E-03  1.6553420338171136E-03  1.6707153216599044E-03
+  1.6862297624630014E-03  1.7018866496774513E-03  1.7176872885591964E-03
+  1.7336329962759319E-03  1.7497251020149203E-03  1.7659649470917508E-03
+  1.7823538850600784E-03  1.7988932818223335E-03  1.8155845157414160E-03
+  1.8324289777533799E-03  1.8494280714811274E-03  1.8665832133490960E-03
+  1.8838958326989792E-03  1.9013673719064663E-03  1.9189992864990177E-03
+  1.9367930452746888E-03  1.9547501304220003E-03  1.9728720376408762E-03
+  1.9911602762646492E-03  2.0096163693831492E-03  2.0282418539668756E-03
+  2.0470382809922817E-03  2.0660072155681440E-03  2.0851502370630736E-03
+  2.1044689392341336E-03  2.1239649303566089E-03  2.1436398333549087E-03
+  2.1634952859346354E-03  2.1835329407158071E-03  2.2037544653672660E-03
+  2.2241615427422649E-03  2.2447558710152480E-03  2.2655391638198466E-03
+  2.2865131503880705E-03  2.3076795756907420E-03  2.3290402005791597E-03
+  2.3505968019280027E-03  2.3723511727794973E-03  2.3943051224888509E-03
+  2.4164604768709521E-03  2.4388190783483708E-03  2.4613827861006549E-03
+  2.4841534762149275E-03  2.5071330418378101E-03  2.5303233933286822E-03
+  2.5537264584142680E-03  2.5773441823445918E-03  2.6011785280502884E-03
+  2.6252314763012879E-03  2.6495050258669001E-03  2.6740011936772765E-03
+  2.6987220149862984E-03  2.7236695435358827E-03  2.7488458517217146E-03
+  2.7742530307604293E-03  2.7998931908582575E-03  2.8257684613811180E-03
+  2.8518809910262166E-03  2.8782329479951209E-03  2.9048265201683412E-03
+  2.9316639152814337E-03  2.9587473611026316E-03  2.9860791056120109E-03
+  3.0136614171822188E-03  3.0414965847607644E-03  3.0695869180538864E-03
+  3.0979347477120196E-03  3.1265424255168595E-03  3.1554123245700495E-03
+  3.1845468394834896E-03  3.2139483865713039E-03  3.2436194040434464E-03
+  3.2735623522009987E-03  3.3037797136331241E-03  3.3342739934157494E-03
+  3.3650477193119255E-03  3.3961034419739398E-03  3.4274437351471411E-03
+  3.4590711958755447E-03  3.4909884447091675E-03  3.5231981259131713E-03
+  3.5557029076787850E-03  3.5885054823360366E-03  3.6216085665683089E-03
+  3.6550149016287290E-03  3.6887272535584019E-03  3.7227484134065218E-03
+  3.7570811974523459E-03  3.7917284474290745E-03  3.8266930307496415E-03
+  3.8619778407344061E-03  3.8975857968408041E-03  3.9335198448949464E-03
+  3.9697829573251842E-03  4.0063781333976459E-03  4.0433083994537997E-03
+  4.0805768091499951E-03  4.1181864436990621E-03  4.1561404121139324E-03
+  4.1944418514533377E-03  4.2330939270695733E-03  4.2720998328583566E-03
+  4.3114627915107851E-03  4.3511860547674284E-03  4.3912729036745517E-03
+  4.4317266488424932E-03  4.4725506307062152E-03  4.5137482197880390E-03
+  4.5553228169625849E-03  4.5972778537239321E-03  4.6396167924550157E-03
+  4.6823431266992694E-03  4.7254603814345470E-03  4.7689721133493193E-03
+  4.8128819111211809E-03  4.8571933956976718E-03  4.9019102205794364E-03
+  4.9470360721057339E-03  4.9925746697423324E-03  5.0385297663717594E-03
+  5.0849051485859888E-03  5.1317046369815274E-03  5.1789320864569542E-03
+  5.2265913865129103E-03  5.2746864615545626E-03  5.3232212711965474E-03
+  5.3721998105704530E-03  5.4216261106347944E-03  5.4715042384875495E-03
+  5.5218382976812662E-03  5.5726324285407230E-03  5.6238908084832086E-03
+  5.6756176523414109E-03  5.7278172126889425E-03  5.7804937801684986E-03
+  5.8336516838227333E-03  5.8872952914277481E-03  5.9414290098293654E-03
+  5.9960572852820714E-03  6.0511846037907269E-03  6.1068154914550301E-03
+  6.1629545148167691E-03  6.2196062812098548E-03  6.2767754391131842E-03
+  6.3344666785063392E-03  6.3926847312281328E-03  6.4514343713380278E-03
+  6.5107204154804497E-03  6.5705477232519995E-03  6.6309211975716098E-03
+  6.6918457850536437E-03  6.7533264763839432E-03  6.8153683066988924E-03
+  6.8779763559674457E-03  6.9411557493762105E-03  7.0049116577175566E-03
+  7.0692492977807789E-03  7.1341739327463504E-03  7.1996908725832798E-03
+  7.2658054744495553E-03  7.3325231430957554E-03  7.3998493312717843E-03
+  7.4677895401367989E-03  7.5363493196723462E-03  7.6055342690986493E-03
+  7.6753500372941826E-03  7.7458023232184698E-03  7.8168968763381360E-03
+  7.8886394970562827E-03  7.9610360371451354E-03  8.0340924001820017E-03
+  8.1078145419886047E-03  8.1822084710737736E-03  8.2572802490794624E-03
+  8.3330359912302237E-03  8.4094818667860890E-03  8.4866240994988362E-03
+  8.5644689680717534E-03  8.6430228066228607E-03  8.7222920051516061E-03
+  8.8022830100090970E-03  8.8830023243718012E-03  8.9644565087188578E-03
+  9.0466521813128871E-03  9.1295960186844136E-03  9.2132947561198632E-03
+  9.2977551881531870E-03  9.3829841690610972E-03  9.4689886133619595E-03
+  9.5557754963183552E-03  9.6433518544432901E-03  9.7317247860101500E-03
+  9.8209014515663242E-03  9.9108890744505820E-03  1.0001694941314178E-02
+  1.0093326402645751E-02  1.0185790873299952E-02  1.0279095833029918E-02
+  1.0373248827023495E-02  1.0468257466443347E-02  1.0564129428970863E-02
+  1.0660872459353921E-02  1.0758494369958531E-02  1.0857003041324373E-02
+  1.0956406422724189E-02  1.1056712532727124E-02  1.1157929459765998E-02
+  1.1260065362708457E-02  1.1363128471432142E-02  1.1467127087403807E-02
+  1.1572069584262351E-02  1.1677964408405933E-02  1.1784820079583003E-02
+  1.1892645191487396E-02  1.2001448412357443E-02  1.2111238485579079E-02
+  1.2222024230293034E-02  1.2333814542006051E-02  1.2446618393206189E-02
+  1.2560444833982165E-02  1.2675302992646832E-02  1.2791202076364670E-02
+  1.2908151371783437E-02  1.3026160245669912E-02  1.3145238145549706E-02
+  1.3265394600351258E-02  1.3386639221053905E-02  1.3508981701340106E-02
+  1.3632431818251765E-02  1.3756999432850739E-02  1.3882694490883470E-02
+  1.4009527023449750E-02  1.4137507147675652E-02  1.4266645067390582E-02
+  1.4396951073808529E-02  1.4528435546213421E-02  1.4661108952648673E-02
+  1.4794981850610867E-02  1.4930064887747570E-02  1.5066368802559325E-02
+  1.5203904425105781E-02  1.5342682677715946E-02  1.5482714575702619E-02
+  1.5624011228080950E-02  1.5766583838291048E-02  1.5910443704924841E-02
+  1.6055602222456933E-02  1.6202070881979651E-02  1.6349861271942139E-02
+  1.6498985078893563E-02  1.6649454088230341E-02  1.6801280184947538E-02
+  1.6954475354394212E-02  1.7109051683032832E-02  1.7265021359202746E-02
+  1.7422396673887629E-02  1.7581190021486868E-02  1.7741413900591033E-02
+  1.7903080914761164E-02  1.8066203773312136E-02  1.8230795292099800E-02
+  1.8396868394312066E-02  1.8564436111263842E-02  1.8733511583195823E-02
+  1.8904108060077085E-02  1.9076238902411391E-02  1.9249917582047402E-02
+  1.9425157682992425E-02  1.9601972902229980E-02  1.9780377050540962E-02
+  1.9960384053328457E-02  2.0142007951446116E-02  2.0325262902030048E-02
+  2.0510163179334288E-02  2.0696723175569646E-02  2.0884957401746052E-02
+  2.1074880488518209E-02  2.1266507187034645E-02  2.1459852369789936E-02
+  2.1654931031480282E-02  2.1851758289862164E-02  2.2050349386614192E-02
+  2.2250719688201952E-02  2.2452884686745962E-02  2.2656860000892426E-02
+  2.2862661376687025E-02  2.3070304688451414E-02  2.3279805939662612E-02
+  2.3491181263834902E-02  2.3704446925404514E-02  2.3919619320616734E-02
+  2.4136714978415554E-02  2.4355750561335657E-02  2.4576742866396779E-02
+  2.4799708826000261E-02  2.5024665508827700E-02  2.5251630120741726E-02
+  2.5480620005688733E-02  2.5711652646603439E-02  2.5944745666315262E-02
+  2.6179916828456360E-02  2.6417184038371212E-02  2.6656565344027734E-02
+  2.6898078936929679E-02  2.7141743153030366E-02  2.7387576473647538E-02
+  2.7635597526379133E-02  2.7885825086020107E-02  2.8138278075479941E-02
+  2.8392975566700823E-02  2.8649936781576322E-02  2.8909181092870585E-02
+  2.9170728025137493E-02  2.9434597255640269E-02  2.9700808615270784E-02
+  2.9969382089468838E-02  3.0240337819140980E-02  3.0513696101578957E-02
+  3.0789477391377416E-02  3.1067702301350808E-02  3.1348391603449342E-02
+  3.1631566229673731E-02  3.1917247272988607E-02  3.2205455988234488E-02
+  3.2496213793037916E-02  3.2789542268719767E-02  3.3085463161201485E-02
+  3.3383998381908996E-02  3.3685170008674159E-02  3.3989000286633403E-02
+  3.4295511629123615E-02  3.4604726618574708E-02  3.4916668007398954E-02
+  3.5231358718876650E-02  3.5548821848037988E-02  3.5869080662540805E-02
+  3.6192158603544050E-02  3.6518079286576625E-02  3.6846866502401446E-02
+  3.7178544217874379E-02  3.7513136576797813E-02  3.7850667900768582E-02
+  3.8191162690019896E-02  3.8534645624257166E-02  3.8881141563487265E-02
+  3.9230675548840917E-02  3.9583272803387984E-02  3.9938958732945354E-02
+  4.0297758926876974E-02  4.0659699158885933E-02  4.1024805387797909E-02
+  4.1393103758335985E-02  4.1764620601886245E-02  4.2139382437253944E-02
+  4.2517415971409754E-02  4.2898748100225807E-02  4.3283405909201114E-02
+  4.3671416674175970E-02  4.4062807862034911E-02  4.4457607131397833E-02
+  4.4855842333299006E-02  4.5257541511853260E-02  4.5662732904909194E-02
+  4.6071444944688691E-02  4.6483706258412555E-02  4.6899545668911718E-02
+  4.7318992195223335E-02  4.7742075053171677E-02  4.8168823655933002E-02
+  4.8599267614583996E-02  4.9033436738633328E-02  4.9471361036535849E-02
+  4.9913070716188626E-02  5.0358596185408652E-02  5.0807968052391350E-02
+  5.1261217126149505E-02  5.1718374416931959E-02  5.2179471136621532E-02
+  5.2644538699111489E-02  5.3113608720660059E-02  5.3586713020222290E-02
+  5.4063883619758578E-02  5.4545152744519536E-02  5.5030552823305726E-02
+  5.5520116488702836E-02  5.6013876577290359E-02  5.6511866129824007E-02
+  5.7014118391390527E-02  5.7520666811534650E-02  5.8031545044357036E-02
+  5.8546786948582799E-02  5.9066426587599578E-02  5.9590498229464627E-02
+  6.0119036346879852E-02  6.0652075617134385E-02  6.1189650922013110E-02
+  6.1731797347671265E-02  6.2278550184473654E-02  6.2829944926797665E-02
+  6.3386017272799258E-02  6.3946803124141180E-02  6.4512338585682200E-02
+  6.5082659965126646E-02  6.5657803772633042E-02  6.6237806720381306E-02
+  6.6822705722097156E-02  6.7412537892532501E-02  6.8007340546901551E-02
+  6.8607151200270888E-02  6.9212007566902781E-02  6.9821947559550415E-02
+  7.0437009288704347E-02  7.1057231061788600E-02  7.1682651382305715E-02
+  7.2313308948928942E-02  7.2949242654541238E-02  7.3590491585219339E-02
+  7.4237095019161412E-02  7.4889092425558051E-02  7.5546523463404111E-02
+  7.6209427980251057E-02  7.6877846010898310E-02  7.7551817776021492E-02
+  7.8231383680737634E-02  7.8916584313104568E-02  7.9607460442554165E-02
+  8.0304053018257202E-02  8.1006403167419000E-02  8.1714552193504209E-02
+  8.2428541574388905E-02  8.3148412960438858E-02  8.3874208172512676E-02
+  8.4605969199887263E-02  8.5343738198105354E-02  8.6087557486742211E-02
+  8.6837469547090901E-02  8.7593517019763770E-02  8.8355742702208639E-02
+  8.9124189546138224E-02  8.9898900654870953E-02  9.0679919280580681E-02
+  9.1467288821454759E-02  9.2261052818757752E-02  9.3061254953799133E-02
+  9.3867939044803117E-02  9.4681149043678733E-02  9.5500929032688170E-02
+  9.6327323221011313E-02  9.7160375941204719E-02  9.8000131645552657E-02
+  9.8846634902308467E-02  9.9699930391824176E-02  1.0056006290256526E-01
+  1.0142707732701026E-01  1.0230101865743119E-01  1.0318193198155390E-01
+  1.0406986247809503E-01  1.0496485541217419E-01  1.0586695613059845E-01
+  1.0677621005701697E-01  1.0769266268694359E-01  1.0861635958264435E-01
+  1.0954734636788865E-01  1.1048566872255985E-01  1.1143137237712449E-01
+  1.1238450310695641E-01  1.1334510672651389E-01  1.1431322908336662E-01
+  1.1528891605207035E-01  1.1627221352788607E-01  1.1726316742034126E-01
+  1.1826182364663029E-01  1.1926822812485145E-01  1.2028242676707751E-01
+  1.2130446547225657E-01  1.2233439011894114E-01  1.2337224655784207E-01
+  1.2441808060420395E-01  1.2547193802999959E-01  1.2653386455594004E-01
+  1.2760390584329750E-01  1.2868210748553766E-01  1.2976851499975800E-01
+  1.3086317381792970E-01  1.3196612927793891E-01  1.3307742661442543E-01
+  1.3419711094941300E-01  1.3532522728273128E-01  1.3646182048222286E-01
+  1.3760693527373413E-01  1.3876061623088540E-01  1.3992290776461661E-01
+  1.4109385411250613E-01  1.4227349932785818E-01  1.4346188726855488E-01
+  1.4465906158567057E-01  1.4586506571184407E-01  1.4707994284940365E-01
+  1.4830373595824387E-01  1.4953648774344810E-01  1.5077824064265369E-01
+  1.5202903681315577E-01  1.5328891811874615E-01  1.5455792611628236E-01
+  1.5583610204198439E-01  1.5712348679745322E-01  1.5842012093540841E-01
+  1.5972604464514087E-01  1.6104129773767459E-01  1.6236591963063568E-01
+  1.6369994933282353E-01  1.6504342542847864E-01  1.6639638606124521E-01
+  1.6775886891782196E-01  1.6913091121129817E-01  1.7051254966417009E-01
+  1.7190382049103334E-01  1.7330475938094717E-01  1.7471540147946521E-01
+  1.7613578137033026E-01  1.7756593305682508E-01  1.7900588994277886E-01
+  1.8045568481322158E-01  1.8191534981468316E-01  1.8338491643513233E-01
+  1.8486441548355101E-01  1.8635387706913878E-01  1.8785333058014361E-01
+  1.8936280466231359E-01  1.9088232719696491E-01  1.9241192527866288E-01
+  1.9395162519250778E-01  1.9550145239102484E-01  1.9706143147065119E-01
+  1.9863158614781534E-01  2.0021193923460487E-01  2.0180251261401724E-01
+  2.0340332721478924E-01  2.0501440298579954E-01  2.0663575887004113E-01
+  2.0826741277815658E-01  2.0990938156153344E-01  2.1156168098495440E-01
+  2.1322432569879601E-01  2.1489732921077379E-01  2.1658070385722697E-01
+  2.1827446077393867E-01  2.1997860986648754E-01  2.2169315978012508E-01
+  2.2341811786917468E-01  2.2515349016594760E-01  2.2689928134917123E-01
+  2.2865549471192506E-01  2.3042213212908097E-01  2.3219919402423975E-01
+  2.3398667933616438E-01  2.3578458548470244E-01  2.3759290833619390E-01
+  2.3941164216836011E-01  2.4124077963467036E-01  2.4308031172818120E-01
+  2.4493022774484402E-01  2.4679051524627815E-01  2.4866116002200406E-01
+  2.5054214605113484E-01  2.5243345546351831E-01  2.5433506850033133E-01
+  2.5624696347411829E-01  2.5816911672827242E-01  2.6010150259595555E-01
+  2.6204409335845424E-01  2.6399685920296767E-01  2.6595976817982525E-01
+  2.6793278615912991E-01  2.6991587678682610E-01  2.7190900144018770E-01
+  2.7391211918272518E-01  2.7592518671850746E-01  2.7794815834589875E-01
+  2.7998098591070603E-01  2.8202361875873733E-01  2.8407600368776731E-01
+  2.8613808489890952E-01  2.8820980394739332E-01  2.9029109969274630E-01
+  2.9238190824837751E-01  2.9448216293056417E-01  2.9659179420684151E-01
+  2.9871072964378986E-01  3.0083889385422824E-01  3.0297620844380546E-01
+  3.0512259195699559E-01  3.0727795982249501E-01  3.0944222429802309E-01
+  3.1161529441452829E-01  3.1379707591980077E-01  3.1598747122149207E-01
+  3.1818637932954597E-01  3.2039369579804344E-01  3.2260931266646020E-01
+  3.2483311840034546E-01  3.2706499783142218E-01  3.2930483209711281E-01
+  3.3155249857949592E-01  3.3380787084369717E-01  3.3607081857572019E-01
+  3.3834120751972219E-01  3.4061889941474105E-01  3.4290375193087874E-01
+  3.4519561860494857E-01  3.4749434877559476E-01  3.4979978751788737E-01
+  3.5211177557740619E-01  3.5443014930381833E-01  3.5675474058395984E-01
+  3.5908537677443059E-01  3.6142188063371350E-01  3.6376407025382601E-01
+  3.6611175899151843E-01  3.6846475539902851E-01  3.7082286315440438E-01
+  3.7318588099141242E-01  3.7555360262903498E-01  3.7792581670058423E-01
+  3.8030230668243620E-01  3.8268285082240566E-01  3.8506722206777788E-01
+  3.8745518799301065E-01  3.8984651072712884E-01  3.9224094688082595E-01
+  3.9463824747329246E-01  3.9703815785879165E-01  3.9944041765300153E-01
+  4.0184476065914726E-01  4.0425091479393988E-01  4.0665860201335258E-01
+  4.0906753823824971E-01  4.1147743327990050E-01  4.1388799076539523E-01
+  4.1629890806299730E-01  4.1870987620745198E-01  4.2112057982528539E-01
+  4.2353069706011781E-01  4.2593989949802397E-01  4.2834785209297155E-01
+  4.3075421309236556E-01  4.3315863396273685E-01  4.3556075931560539E-01
+  4.3796022683355296E-01  4.4035666719654204E-01  4.4274970400851849E-01
+  4.4513895372433321E-01  4.4752402557702498E-01  4.4990452150550303E-01
+  4.5228003608267048E-01  4.5465015644403367E-01  4.5701446221683484E-01
+  4.5937252544976048E-01  4.6172391054326656E-01  4.6406817418056984E-01
+  4.6640486525935132E-01  4.6873352482422453E-01  4.7105368600001762E-01
+  4.7336487392592258E-01  4.7566660569056329E-01  4.7795839026803943E-01
+  4.8023972845499985E-01  4.8251011280880796E-01  4.8476902758684792E-01
+  4.8701594868704418E-01  4.8925034358964659E-01  4.9147167130034758E-01
+  4.9367938229479624E-01  4.9587291846457299E-01  4.9805171306469370E-01
+  5.0021519066271170E-01  5.0236276708948635E-01  5.0449384939169084E-01
+  5.0660783578613344E-01  5.0870411561596174E-01  5.1078206930883296E-01
+  5.1284106833712140E-01  5.1488047518024682E-01  5.1689964328919968E-01
+  5.1889791705334920E-01  5.2087463176961513E-01  5.2282911361408912E-01
+  5.2476067961619288E-01  5.2666863763546046E-01  5.2855228634103446E-01
+  5.3041091519396544E-01  5.3224380443241193E-01  5.3405022505983057E-01
+  5.3582943883625456E-01  5.3758069827275667E-01  5.3930324662919715E-01
+  5.4099631791535485E-01  5.4265913689554535E-01  5.4429091909682725E-01
+  5.4589087082090459E-01  5.4745818915982936E-01  5.4899206201561335E-01
+  5.5049166812385619E-01  5.5195617708150502E-01  5.5338474937885429E-01
+  5.5477653643589953E-01  5.5613068064316318E-01  5.5744631540710476E-01
+  5.5872256520023822E-01  5.5995854561607039E-01  5.6115336342898425E-01
+  5.6230611665918961E-01  5.6341589464286301E-01  5.6448177810759748E-01
+  5.6550283925329559E-01  5.6647814183862766E-01  5.6740674127318125E-01
+  5.6828768471543567E-01  5.6912001117668665E-01  5.6990275163105741E-01
+  5.7063492913172242E-01  5.7131555893348207E-01  5.7194364862181668E-01
+  5.7251819824855965E-01  5.7303820047432186E-01  5.7350264071780244E-01
+  5.7391049731212562E-01  5.7426074166833962E-01  5.7455233844621389E-01
+  5.7478424573247366E-01  5.7495541522661164E-01  5.7506479243441400E-01
+  5.7511131686933914E-01  5.7509392226188960E-01  5.7501153677711581E-01
+  5.7486308324039137E-01  5.7464747937159577E-01  5.7436363802784607E-01
+  5.7401046745491624E-01  5.7358687154747900E-01  5.7309175011830760E-01
+  5.7252399917657770E-01  5.7188251121540024E-01  5.7116617550872328E-01
+  5.7037387841773324E-01  5.6950450370689043E-01  5.6855693286973241E-01
+  5.6753004546456387E-01  5.6642271946017542E-01  5.6523383159170659E-01
+  5.6396225772678199E-01  5.6260687324203973E-01  5.6116655341017563E-01
+  5.5964017379761499E-01  5.5802661067293291E-01  5.5632474142612787E-01
+  5.5453344499886326E-01  5.5265160232577826E-01  5.5067809678697310E-01
+  5.4861181467176134E-01  5.4645164565379212E-01  5.4419648327762626E-01
+  5.4184522545685321E-01  5.3939677498383221E-01  5.3685004005113313E-01
+  5.3420393478474826E-01  5.3145737978914143E-01  5.2860930270419748E-01
+  5.2565863877412200E-01  5.2260433142834628E-01  5.1944533287447259E-01
+  5.1618060470330407E-01  5.1280911850597977E-01  5.0932985650324258E-01
+  5.0574181218684977E-01  5.0204399097313368E-01  4.9823541086871187E-01
+  4.9431510314833293E-01  4.9028211304484137E-01  4.8613550045123066E-01
+  4.8187434063474766E-01  4.7749772496300213E-01  4.7300476164201560E-01
+  4.6839457646615235E-01  4.6366631357984284E-01  4.5881913625101528E-01
+  4.5385222765612776E-01  4.4876479167669281E-01  4.4355605370716156E-01
+  4.3822526147403318E-01  4.3277168586603482E-01  4.2719462177520739E-01
+  4.2149338894872029E-01  4.1566733285121510E-01  4.0971582553748120E-01
+  4.0363826653523244E-01  3.9743408373775291E-01  3.9110273430615683E-01
+  3.8464370558099642E-01  3.7805651600293355E-01  3.7134071604217528E-01
+  3.6449588913635583E-01  3.5752165263653418E-01  3.5041765876095721E-01
+  3.4318359555621697E-01  3.3581918786542542E-01  3.2832419830299808E-01
+  3.2069842823563072E-01  3.1294171876903148E-01  3.0505395173995076E-01
+  2.9703505071304070E-01  2.8888498198204754E-01  2.8060375557483341E-01
+  2.7219142626169579E-01  2.6364809456644245E-01  2.5497390777966056E-01
+  2.4616906097359390E-01  2.3723379801803687E-01  2.2816841259662671E-01
+  2.1897324922290146E-01  2.0964870425547621E-01  2.0019522691167116E-01
+  1.9061332027891045E-01  1.8090354232319469E-01  1.7106650689393518E-01
+  1.6110288472442286E-01  1.5101340442719180E-01  1.4079885348352092E-01
+  1.3046007922631006E-01  1.1999798981554843E-01  1.0941355520558564E-01
+  9.8707808103404113E-02  8.7881844917080537E-02  7.6936826693616470E-02
+  6.5873980045308519E-02  5.4694598063821431E-02  4.3400041221119894E-02
+  3.1991738256410517E-02  2.0471187048237388E-02  8.8399554708726881E-03
+ -2.9003177658617242E-03 -1.4747922294208543E-02 -2.6701075284394585E-02
+ -3.8757920659727385E-02 -5.0916528331742449E-02 -6.3174893456275846E-02
+ -7.5530935711338759E-02 -8.7982498597670974E-02 -1.0052734876285221E-01
+ -1.1316317534985161E-01 -1.2588758937089617E-01 -1.3869812310754409E-01
+ -1.5159222953784904E-01 -1.6456728179150729E-01 -1.7762057263388356E-01
+ -1.9074931397981856E-01 -2.0395063643812802E-01 -2.1722158888771337E-01
+ -2.3055913808621331E-01 -2.4396016831214085E-01 -2.5742148104146345E-01
+ -2.7093979465959950E-01 -2.8451174420982739E-01 -2.9813388117912054E-01
+ -3.1180267332244543E-01 -3.2551450452658715E-01 -3.3926567471459013E-01
+ -3.5305239979193298E-01 -3.6687081163558705E-01 -3.8071695812713430E-01
+ -3.9458680323115936E-01 -4.0847622712015597E-01 -4.2238102634722707E-01
+ -4.3629691406788035E-01 -4.5021952031226364E-01 -4.6414439230920179E-01
+ -4.7806699486343479E-01 -4.9198271078746719E-01 -5.0588684138947559E-01
+ -5.1977460701872458E-01 -5.3364114766995963E-01 -5.4748152364825287E-01
+ -5.6129071629577432E-01 -5.7506362878196526E-01 -5.8879508695856608E-01
+ -6.0247984028094581E-01 -6.1611256279715054E-01 -6.2968785420605011E-01
+ -6.4320024098593231E-01 -6.5664417759483751E-01 -6.7001404774388018E-01
+ -6.8330416574473474E-01 -6.9650877793239641E-01 -7.0962206416425477E-01
+ -7.2263813939643629E-01 -7.3555105533826615E-01 -7.4835480218563966E-01
+ -7.6104331043396112E-01 -7.7361045277121887E-01 -7.8605004605166062E-01
+ -7.9835585335041215E-01 -8.1052158609927316E-01 -8.2254090630380816E-01
+ -8.3440742884172259E-01 -8.4611472384241015E-01 -8.5765631914741447E-01
+ -8.6902570285145297E-01 -8.8021632592349741E-01 -8.9122160490732105E-01
+ -9.0203492470077284E-01 -9.1264964141293936E-01 -9.2305908529823322E-01
+ -9.3325656376633193E-01 -9.4323536446679002E-01 -9.5298875844702713E-01
+ -9.6251000338230330E-01 -9.7179234687618732E-01 -9.8082902982993359E-01
+ -9.8961328987907671E-01 -9.9813836489550001E-01 -1.0063974965531117E+00
+ -1.0143839339552263E+00 -1.0220909373216460E+00 -1.0295117817334010E+00
+ -1.0366397609330242E+00 -1.0434681911782084E+00 -1.0499904151466282E+00
+ -1.0561998058896789E+00 -1.0620897708328660E+00 -1.0676537558205152E+00
+ -1.0728852492025098E+00 -1.0777777859607029E+00 -1.0823249518726785E+00
+ -1.0865203877105276E+00 -1.0903577934723223E+00 -1.0938309326439901E+00
+ -1.0969336364893179E+00 -1.0996598083658502E+00 -1.1020034280644937E+00
+ -1.1039585561706842E+00 -1.1055193384450459E+00 -1.1066800102215151E+00
+ -1.1074349008210078E+00 -1.1077784379787685E+00 -1.1077051522836348E+00
+ -1.1072096816275592E+00 -1.1062867756638217E+00 -1.1049313002724859E+00
+ -1.1031382420317770E+00 -1.1009027126941682E+00 -1.0982199536661137E+00
+ -1.0950853404904974E+00 -1.0914943873309970E+00 -1.0874427514577452E+00
+ -1.0829262377337880E+00 -1.0779408031020252E+00 -1.0724825610724671E+00
+ -1.0665477862098145E+00 -1.0601329186215374E+00 -1.0532345684467972E+00
+ -1.0458495203467384E+00 -1.0379747379968369E+00 -1.0296073685821927E+00
+ -1.0207447472968023E+00 -1.0113844018480356E+00 -1.0015240569677257E+00
+ -9.9116163893142972E-01 -9.8029528008760347E-01 -9.6892332339859177E-01
+ -9.5704432699549935E-01 -9.4465706874915600E-01 -9.3176055085954745E-01
+ -9.1835400446621351E-01 -9.0443689428226148E-01 -8.9000892325475378E-01
+ -8.7507003725434596E-01 -8.5962042979716735E-01 -8.4366054680200631E-01
+ -8.2719109138595781E-01 -8.1021302870174206E-01 -7.9272759081996680E-01
+ -7.7473628165962272E-01 -7.5624088197012918E-01 -7.3724345436824157E-01
+ -7.1774634843310847E-01 -6.9775220586273168E-01 -6.7726396569500535E-01
+ -6.5628486959644727E-01 -6.3481846722160584E-01 -6.1286862164599987E-01
+ -5.9043951487529900E-01 -5.6753565343324808E-01 -5.4416187403064320E-01
+ -5.2032334931741175E-01 -4.9602559371958338E-01 -4.7127446936263129E-01
+ -4.4607619208232779E-01 -4.2043733752389151E-01 -3.9436484732979143E-01
+ -3.6786603541614749E-01 -3.4094859433717611E-01 -3.1362060173662670E-01
+ -2.8589052688459737E-01 -2.5776723729753032E-01 -2.2926000543854877E-01
+ -2.0037851549463120E-01 -1.7113287022639401E-01 -1.4153359788549932E-01
+ -1.1159165919389610E-01 -8.1318454378252802E-02 -5.0725830252045453E-02
+ -1.9826087336817969E-02  1.1368012986858692E-02  4.2843241309242580E-02
+  7.4585893013696683E-02  1.0658178110412909E-01  1.3881622905153312E-01
+  1.7127406367480505E-01  2.0393960807231115E-01  2.3679667462202306E-01
+  2.6982855806943495E-01  3.0301802872393580E-01  3.3634732578580395E-01
+  3.6979815082755718E-01  4.0335166145499712E-01  4.3698846517494927E-01
+  4.7068861349841801E-01  5.0443159630963907E-01  5.3819633653333265E-01
+  5.7196118513432492E-01  6.0570391648562760E-01  6.3940172414302632E-01
+  6.7303121706623559E-01  7.0656841632875023E-01  7.3998875236060080E-01
+  7.7326706277037260E-01  8.0637759079502203E-01  8.3929398442823311E-01
+  8.7198929628029931E-01  9.0443598422478688E-01  9.3660591288953154E-01
+  9.6847035605182674E-01  1.0000000000000000E+00  1.0311649479258873E+00
+  1.0619347254150822E+00  1.0922782871041421E+00  1.1221640245762647E+00
+===== PHI 3 =====   [phi(r)=PHI(r)/r*Ylm(th,ph)]
+ 1  : radial mesh index
+  0.0000000000000000E+00  2.2283403579307794E-15  8.9955500376326355E-15
+  2.0426902597195376E-14  3.6650367797096566E-14  5.7796664938315966E-14
+  8.3999317218532316E-14  1.1539470712551488E-13  1.5212213288719509E-13
+  1.9432386599825516E-13  2.4214520984343721E-13  2.9573455943815305E-13
+  3.5524346230735480E-13  4.2082668052402152E-13  4.9264225392900885E-13
+  5.7085156455441880E-13  6.5561940227305430E-13  7.4711403169694848E-13
+  8.4550726034838058E-13  9.5097450812723280E-13  1.0636948780989783E-12
+  1.1838512286280531E-12  1.3116302468818125E-12  1.4472225237307544E-12
+  1.5908226300711567E-12  1.7426291945967787E-12  1.9028449830467549E-12
+  2.0716769789573219E-12  2.2493364659455455E-12  2.4360391115537071E-12
+  2.6320050526835793E-12  2.8374589826503428E-12  3.0526302398864397E-12
+  3.2777528983262569E-12  3.5130658595030755E-12  3.7588129463903089E-12
+  4.0152429990196778E-12  4.2826099719095374E-12  4.5611730333372150E-12
+  4.8511966664898413E-12  5.1529507725287909E-12  5.4667107756035142E-12
+  5.7927577298511889E-12  6.1313784284193263E-12  6.4828655145491130E-12
+  6.8475175947580225E-12  7.2256393541609135E-12  7.6175416739695499E-12
+  8.0235417512112761E-12  8.4439632207082604E-12  8.8791362793595495E-12
+  9.3293978127689510E-12  9.7950915242625221E-12  1.0276568066340309E-11
+  1.0774185174607758E-11  1.1288307804233133E-11  1.1819308268978060E-11
+  1.2367566382849210E-11  1.2933469604420098E-11  1.3517413183872767E-11
+  1.4119800312810168E-11  1.4741042276890858E-11  1.5381558611338744E-11
+  1.6041777259381489E-11  1.6722134733672196E-11  1.7423076280749984E-11
+  1.8145056048596217E-11  1.8888537257344064E-11  1.9653992373200152E-11
+  2.0441903285638260E-11  2.1252761487926138E-11  2.2087068261047343E-11
+  2.2945334861081689E-11  2.3828082710108491E-11  2.4735843590698540E-11
+  2.5669159844061394E-11  2.6628584571916404E-11  2.7614681842156614E-11
+  2.8628026898376348E-11  2.9669206373334469E-11  3.0738818506426575E-11
+  3.1837473365240745E-11  3.2965793071273163E-11  3.4124412029880803E-11
+  3.5313977164550180E-11  3.6535148155562728E-11  3.7788597683138383E-11
+  3.9075011675140956E-11  4.0395089559430235E-11  4.1749544520947183E-11
+  4.3139103763620511E-11  4.4564508777184243E-11  4.6026515608997819E-11
+  4.7525895140961766E-11  4.9063433371623693E-11  5.0639931703571496E-11
+  5.2256207236211754E-11  5.3913093064033977E-11  5.5611438580462252E-11
+  5.7352109787398870E-11  5.9135989610565230E-11  6.0963978220748382E-11
+  6.2836993361062517E-11  6.4755970680337990E-11  6.6721864072751175E-11
+  6.8735646023811693E-11  7.0798307962824845E-11  7.2910860621950242E-11
+  7.5074334401978487E-11  7.7289779744951913E-11  7.9558267513755347E-11
+  8.1880889378807641E-11  8.4258758211985332E-11  8.6693008487912954E-11
+  8.9184796692757338E-11  9.1735301740664803E-11  9.4345725397983706E-11
+  9.7017292715417053E-11  9.9751252468252201E-11  1.0254887760481837E-10
+  1.0541146570332431E-10  1.0834033943723183E-10  1.1133684704932458E-10
+  1.1440236283463265E-10  1.1753828763237802E-10  1.2074604932710871E-10
+  1.2402710335919183E-10  1.2738293324483966E-10  1.3081505110584566E-10
+  1.3432499820921133E-10  1.3791434551684678E-10  1.4158469424553300E-10
+  1.4533767643733547E-10  1.4917495554066439E-10  1.5309822700217800E-10
+  1.5710921886973134E-10  1.6120969240657512E-10  1.6540144271701345E-10
+  1.6968629938373371E-10  1.7406612711702491E-10  1.7854282641610491E-10
+  1.8311833424278241E-10  1.8779462470768154E-10  1.9257370976926303E-10
+  1.9745763994587906E-10  2.0244850504110394E-10  2.0754843488258707E-10
+  2.1275960007467892E-10  2.1808421276508604E-10  2.2352452742581532E-10
+  2.2908284164867235E-10  2.3476149695558475E-10  2.4056287962402455E-10
+  2.4648942152781060E-10  2.5254360099357652E-10  2.5872794367319391E-10
+  2.6504502343244796E-10  2.7149746325626591E-10  2.7808793617080738E-10
+  2.8481916618272627E-10  2.9169392923592586E-10  2.9871505418613051E-10
+  3.0588542379360320E-10  3.1320797573434802E-10  3.2068570363013814E-10
+  3.2832165809772035E-10  3.3611894781754935E-10  3.4408074062241805E-10
+  3.5221026460634791E-10  3.6051080925411963E-10  3.6898572659182360E-10
+  3.7763843235882198E-10  3.8647240720151899E-10  3.9549119788934224E-10
+  4.0469841855334998E-10  4.1409775194788115E-10  4.2369295073567693E-10
+  4.3348783879690790E-10  4.4348631256255166E-10  4.5369234237257107E-10
+  4.6410997385935196E-10  4.7474332935687194E-10  4.8559660933607377E-10
+  4.9667409386693094E-10  5.0798014410770049E-10  5.1951920382186470E-10
+  5.3129580092327948E-10  5.4331454905004641E-10  5.5558014916764517E-10
+  5.6809739120186798E-10  5.8087115570210796E-10  5.9390641553556132E-10
+  6.0720823761292150E-10  6.2078178464614577E-10  6.3463231693888838E-10
+  6.4876519421020611E-10  6.6318587745215407E-10  6.7789993082189855E-10
+  6.9291302356898589E-10  7.0823093199842064E-10  7.2385954147021463E-10
+  7.3980484843608473E-10  7.5607296251398501E-10  7.7267010860117757E-10
+  7.8960262902655211E-10  8.0687698574292567E-10  8.2449976256005944E-10
+  8.4247766741915061E-10  8.6081753470956294E-10  8.7952632762858284E-10
+  8.9861114058499761E-10  9.1807920164730336E-10  9.3793787503737545E-10
+  9.5819466367043825E-10  9.7885721174219524E-10  9.9993330736399060E-10
+  1.0214308852468956E-09  1.0433580294356202E-09  1.0657229760931794E-09
+  1.0885341163372468E-09  1.1117999991291623E-09  1.1355293342165579E-09
+  1.1597309951306042E-09  1.1844140222388838E-09  1.2095876258549228E-09
+  1.2352611894054324E-09  1.2614442726563221E-09  1.2881466149985817E-09
+  1.3153781387951368E-09  1.3431489527898045E-09  1.3714693555795020E-09
+  1.4003498391508775E-09  1.4298010924825612E-09  1.4598340052142448E-09
+  1.4904596713838271E-09  1.5216893932338937E-09  1.5535346850888090E-09
+  1.5860072773037205E-09  1.6191191202868210E-09  1.6528823885962227E-09
+  1.6873094851128073E-09  1.7224130452904792E-09  1.7582059414852522E-09
+  1.7947012873646092E-09  1.8319124423986472E-09  1.8698530164345086E-09
+  1.9085368743556374E-09  1.9479781408274343E-09  1.9881912051309177E-09
+  2.0291907260860004E-09  2.0709916370660681E-09  2.1136091511055193E-09
+  2.1570587661020091E-09  2.2013562701151457E-09  2.2465177467634122E-09
+  2.2925595807211526E-09  2.3394984633174540E-09  2.3873513982388221E-09
+  2.4361357073375678E-09  2.4858690365478706E-09  2.5365693619114809E-09
+  2.5882549957151366E-09  2.6409445927417193E-09  2.6946571566372813E-09
+  2.7494120463960739E-09  2.8052289829657687E-09  2.8621280559750901E-09
+  2.9201297305861271E-09  2.9792548544736346E-09  3.0395246649336587E-09
+  3.1009607961239101E-09  3.1635852864382866E-09  3.2274205860180497E-09
+  3.2924895644021826E-09  3.3588155183194921E-09  3.4264221796250949E-09
+  3.4953337233839382E-09  3.5655747761040979E-09  3.6371704241226090E-09
+  3.7101462221466555E-09  3.7845282019529939E-09  3.8603428812485373E-09
+  3.9376172726950871E-09  4.0163788931012345E-09  4.0966557727845408E-09
+  4.1784764651071444E-09  4.2618700561879797E-09  4.3468661747949154E-09
+  4.4334950024201019E-09  4.5217872835419380E-09  4.6117743360771054E-09
+  4.7034880620261937E-09  4.7969609583164630E-09  4.8922261278454506E-09
+  4.9893172907290733E-09  5.0882687957580494E-09  5.1891156320664884E-09
+  5.2918934410165483E-09  5.3966385283031849E-09  5.5033878762830544E-09
+  5.6121791565317044E-09  5.7230507426332898E-09  5.8360417232071189E-09
+  5.9511919151753734E-09  6.0685418772765239E-09  6.1881329238289194E-09
+  6.3100071387492193E-09  6.4342073898303891E-09  6.5607773432839959E-09
+  6.6897614785517799E-09  6.8212051033914169E-09  6.9551543692415698E-09
+  7.0916562868713793E-09  7.2307587423196772E-09  7.3725105131292394E-09
+  7.5169612848815815E-09  7.6641616680378324E-09  7.8141632150913218E-09
+  7.9670184380376941E-09  8.1227808261683986E-09  8.2815048641934874E-09
+  8.4432460506999236E-09  8.6080609169514814E-09  8.7760070460366121E-09
+  8.9471430923707411E-09  9.1215288015594647E-09  9.2992250306294029E-09
+  9.4802937686334540E-09  9.6647981576373902E-09  9.8528025140948554E-09
+  1.0044372350617921E-08  1.0239574398150516E-08  1.0438476628552230E-08
+  1.0641148277600000E-08  1.0847659868415443E-08  1.1058083235325728E-08
+  1.1272491548165959E-08  1.1490959337031227E-08  1.1713562517486722E-08
+  1.1940378416244257E-08  1.2171485797313934E-08  1.2406964888639657E-08
+  1.2646897409227454E-08  1.2891366596775781E-08  1.3140457235816968E-08
+  1.3394255686379384E-08  1.3652849913179846E-08  1.3916329515356139E-08
+  1.4184785756749562E-08  1.4458311596747759E-08  1.4737001721698124E-08
+  1.5020952576902316E-08  1.5310262399202661E-08  1.5605031250171419E-08
+  1.5905361049913936E-08  1.6211355611497162E-08  1.6523120676014984E-08
+  1.6840763948302260E-08  1.7164395133309385E-08  1.7494125973149765E-08
+  1.7830070284832511E-08  1.8172343998693107E-08  1.8521065197534835E-08
+  1.8876354156494257E-08  1.9238333383643960E-08  1.9607127661346331E-08
+  1.9982864088372126E-08  2.0365672122798092E-08  2.0755683625697880E-08
+  2.1153032905641077E-08  2.1557856764015166E-08  2.1970294541185661E-08
+  2.2390488163509947E-08  2.2818582191220513E-08  2.3254723867193714E-08
+  2.3699063166620393E-08  2.4151752847595073E-08  2.4612948502640584E-08
+  2.5082808611185572E-08  2.5561494593012304E-08  2.6049170862692841E-08
+  2.6546004885031890E-08  2.7052167231534590E-08  2.7567831637918729E-08
+  2.8093175062690171E-08  2.8628377746801412E-08  2.9173623274413171E-08
+  2.9729098634779516E-08  3.0294994285277096E-08  3.0871504215599764E-08
+  3.1458826013140156E-08  3.2057160929579873E-08  3.2666713948710969E-08
+  3.3287693855511295E-08  3.3920313306496727E-08  3.4564788901374304E-08
+  3.5221341256019693E-08  3.5890195076804036E-08  3.6571579236294763E-08
+  3.7265726850355722E-08  3.7972875356672751E-08  3.8693266594730817E-08
+  3.9427146887269461E-08  4.0174767123244077E-08  4.0936382842320730E-08
+  4.1712254320932775E-08  4.2502646659928193E-08  4.3307829873837108E-08
+  4.4128078981789167E-08  4.4963674100111506E-08  4.5814900536638271E-08
+  4.6682048886763176E-08  4.7565415131267389E-08  4.8465300735955773E-08
+  4.9382012753134172E-08  5.0315863924962683E-08  5.1267172788718786E-08
+  5.2236263784005980E-08  5.3223467361943888E-08  5.4229120096376064E-08
+  5.5253564797133257E-08  5.6297150625389643E-08  5.7360233211150964E-08
+  5.8443174772913811E-08  5.9546344239536259E-08  6.0670117374360360E-08
+  6.1814876901628629E-08  6.2981012635236412E-08  6.4168921609863247E-08
+  6.5379008214527686E-08  6.6611684328609681E-08  6.7867369460386385E-08
+  6.9146490888127935E-08  7.0449483803800071E-08  7.1776791459422019E-08
+  7.3128865316128835E-08  7.4506165195987418E-08  7.5909159436617879E-08
+  7.7338325048671600E-08  7.8794147876218673E-08  8.0277122760098717E-08
+  8.1787753704289494E-08  8.3326554045349270E-08  8.4894046624989282E-08
+  8.6490763965834814E-08  8.8117248450432819E-08  8.9774052503566616E-08
+  9.1461738777938873E-08  9.3180880343284223E-08  9.4932060878975617E-08
+  9.6715874870188575E-08  9.8532927807688981E-08  1.0038383639131153E-07
+  1.0226922873719642E-07  1.0418974458885457E-07  1.0614603553213069E-07
+  1.0813876521413752E-07  1.1016860956623369E-07  1.1223625703112010E-07
+  1.1434240879413048E-07  1.1648777901879425E-07  1.1867309508674976E-07
+  1.2089909784208856E-07  1.2316654184021262E-07  1.2547619560128717E-07
+  1.2782884186837490E-07  1.3022527787033659E-07  1.3266631558958769E-07
+  1.3515278203479926E-07  1.3768551951863439E-07  1.4026538594061464E-07
+  1.4289325507520886E-07  1.4557001686524247E-07  1.4829657772072455E-07
+  1.5107386082319298E-07  1.5390280643567935E-07  1.5678437221839708E-07
+  1.5971953355025913E-07  1.6270928385633138E-07  1.6575463494133285E-07
+  1.6885661732929298E-07  1.7201628060948055E-07  1.7523469378871893E-07
+  1.7851294565020617E-07  1.8185214511895972E-07  1.8525342163400786E-07
+  1.8871792552745250E-07  1.9224682841052976E-07  1.9584132356679765E-07
+  1.9950262635258210E-07  2.0323197460481558E-07  2.0703062905640361E-07
+  2.1089987375925969E-07  2.1484101651514841E-07  2.1885538931448194E-07
+  2.2294434878321503E-07  2.2710927663798992E-07  2.3135158014968190E-07
+  2.3567269261549974E-07  2.4007407383980168E-07  2.4455721062378318E-07
+  2.4912361726420449E-07  2.5377483606132174E-07  2.5851243783619241E-07
+  2.6333802245752739E-07  2.6825321937826698E-07  2.7325968818205780E-07
+  2.7835911913981480E-07  2.8355323377655488E-07  2.8884378544868860E-07
+  2.9423255993196587E-07  2.9972137602027130E-07  3.0531208613546600E-07
+  3.1100657694848499E-07  3.1680677001189274E-07  3.2271462240411036E-07
+  3.2873212738553000E-07  3.3486131506673257E-07  3.4110425308903611E-07
+  3.4746304731759818E-07  3.5393984254730606E-07  3.6053682322168900E-07
+  3.6725621416509387E-07  3.7410028132836557E-07  3.8107133254828540E-07
+  3.8817171832101786E-07  3.9540383258982386E-07  4.0277011354730492E-07
+  4.1027304445244504E-07  4.1791515446272179E-07  4.2569901948156650E-07
+  4.3362726302145457E-07  4.4170255708291394E-07  4.4992762304974663E-07
+  4.5830523260075838E-07  4.6683820863830442E-07  4.7552942623395861E-07
+  4.8438181359162113E-07  4.9339835302838880E-07  5.0258208197351082E-07
+  5.1193609398576559E-07  5.2146353978959838E-07  5.3116762833036284E-07
+  5.4105162784902069E-07  5.5111886697665508E-07  5.6137273584916601E-07
+  5.7181668724251511E-07  5.8245423772890070E-07  5.9328896885425020E-07
+  6.0432452833741548E-07  6.1556463129148119E-07  6.2701306146758044E-07
+  6.3867367252164388E-07  6.5055038930449637E-07  6.6264720917573441E-07
+  6.7496820334182137E-07  6.8751751821884547E-07  7.0029937682039445E-07
+  7.1331808017101082E-07  7.2657800874569595E-07  7.4008362393594283E-07
+  7.5383946954278751E-07  7.6785017329737419E-07  7.8212044840953964E-07
+  7.9665509514493441E-07  8.1145900243120681E-07  8.2653714949377746E-07
+  8.4189460752175870E-07  8.5753654136456366E-07  8.7346821125977735E-07
+  8.8969497459285764E-07  9.0622228768925809E-07  9.2305570763956266E-07
+  9.4020089415824733E-07  9.5766361147667328E-07  9.7544973027095948E-07
+  9.9356522962535858E-07  1.0120161990318002E-06  1.0308088404262600E-06
+  1.0499494702626372E-06  1.0694445216248231E-06  1.0893005463776687E-06
+  1.1095242173575620E-06  1.1301223306033476E-06  1.1511018076283248E-06
+  1.1724696977340816E-06  1.1942331803669330E-06  1.2163995675177482E-06
+  1.2389763061659595E-06  1.2619709807685701E-06  1.2853913157949840E-06
+  1.3092451783084967E-06  1.3335405805953122E-06  1.3582856828419524E-06
+  1.3834887958619503E-06  1.4091583838727306E-06  1.4353030673236031E-06
+  1.4619316257757989E-06  1.4890530008355172E-06  1.5166762991409447E-06
+  1.5448107954042489E-06  1.5734659355095416E-06  1.6026513396678551E-06
+  1.6323768056301634E-06  1.6626523119595247E-06  1.6934880213634246E-06
+  1.7248942840874255E-06  1.7568816413712493E-06  1.7894608289684367E-06
+  1.8226427807307490E-06  1.8564386322585048E-06  1.8908597246180590E-06
+  1.9259176081276466E-06  1.9616240462128689E-06  1.9979910193330672E-06
+  2.0350307289799134E-06  2.0727556017495260E-06  2.1111782934894607E-06
+  2.1503116935219565E-06  2.1901689289448298E-06  2.2307633690114327E-06
+  2.2721086295911431E-06  2.3142185777118458E-06  2.3571073361859197E-06
+  2.4007892883212513E-06  2.4452790827188382E-06  2.4905916381585695E-06
+  2.5367421485748023E-06  2.5837460881233647E-06  2.6316192163416827E-06
+  2.6803775834037191E-06  2.7300375354714657E-06  2.7806157201447613E-06
+  2.8321290920112325E-06  2.8845949182981948E-06  2.9380307846283705E-06
+  2.9924546008813465E-06  3.0478846071626717E-06  3.1043393798826086E-06
+  3.1618378379465067E-06  3.2203992490588690E-06  3.2800432361431715E-06
+  3.3407897838795770E-06  3.4026592453626668E-06  3.4656723488814223E-06
+  3.5298502048236744E-06  3.5952143127072934E-06  3.6617865683404533E-06
+  3.7295892711133101E-06  3.7986451314235201E-06  3.8689772782380295E-06
+  3.9406092667936381E-06  4.0135650864388458E-06  4.0878691686196269E-06
+  4.1635463950116720E-06  4.2406221058018723E-06  4.3191221081216958E-06
+  4.3990726846352666E-06  4.4805006022849791E-06  4.5634331211975031E-06
+  4.6478980037531178E-06  4.7339235238213742E-06  4.8215384761660876E-06
+  4.9107721860227972E-06  5.0016545188518088E-06  5.0942158902700190E-06
+  5.1884872761648245E-06  5.2845002229934131E-06  5.3822868582707902E-06
+  5.4818799012500719E-06  5.5833126737984489E-06  5.6866191114724575E-06
+  5.7918337747961696E-06  5.8989918607460280E-06  6.0081292144460327E-06
+  6.1192823410771903E-06  6.2324884180050993E-06  6.3477853071296102E-06
+  6.4652115674606822E-06  6.5848064679245059E-06  6.7066100004040865E-06
+  6.8306628930186106E-06  6.9570066236458656E-06  7.0856834336922259E-06
+  7.2167363421146364E-06  7.3502091596992293E-06  7.4861465036012553E-06
+  7.6245938121510376E-06  7.7655973599308139E-06  7.9092042731274354E-06
+  8.0554625451658670E-06  8.2044210526286555E-06  8.3561295714665535E-06
+  8.5106387935055845E-06  8.6680003432559335E-06  8.8282667950281805E-06
+  8.9914916903624424E-06  9.1577295557760958E-06  9.3270359208359322E-06
+  9.4994673365605329E-06  9.6750813941589872E-06  9.8539367441119719E-06
+  1.0036093115601457E-05  1.0221611336295313E-05  1.0410553352493379E-05
+  1.0602982249641393E-05  1.0798962273219582E-05  1.0998558850012706E-05
+  1.1201838609768365E-05  1.1408869407250768E-05  1.1619720344697010E-05
+  1.1834461794683209E-05  1.2053165423407946E-05  1.2275904214400552E-05
+  1.2502752492661918E-05  1.2733785949245737E-05  1.2969081666288069E-05
+  1.3208718142493410E-05  1.3452775319085523E-05  1.3701334606231418E-05
+  1.3954478909947060E-05  1.4212292659493592E-05  1.4474861835272765E-05
+  1.4742273997230853E-05  1.5014618313780050E-05  1.5291985591246803E-05
+  1.5574468303856563E-05  1.5862160624264732E-05  1.6155158454643575E-05
+  1.6453559458335161E-05  1.6757463092080652E-05  1.7066970638836259E-05
+  1.7382185241186425E-05  1.7703211935365162E-05  1.8030157685896375E-05
+  1.8363131420864392E-05  1.8702244067826111E-05  1.9047608590376261E-05
+  1.9399340025377638E-05  1.9757555520868222E-05  2.0122374374657426E-05
+  2.0493918073623873E-05  2.0872310333727360E-05  2.1257677140747858E-05
+  2.1650146791764668E-05  2.2049849937388931E-05  2.2456919624763276E-05
+  2.2871491341342190E-05  2.3293703059467325E-05  2.3723695281751870E-05
+  2.4161611087288699E-05  2.4607596178696959E-05  2.5061798930022310E-05
+  2.5524370435505961E-05  2.5995464559238328E-05  2.6475237985713042E-05
+  2.6963850271297495E-05  2.7461463896636362E-05  2.7968244320004980E-05
+  2.8484360031629296E-05  2.9009982608990166E-05  2.9545286773129185E-05
+  3.0090450445974308E-05  3.0645654808703403E-05  3.1211084361164406E-05
+  3.1786926982370852E-05  3.2373373992092100E-05  3.2970620213558040E-05
+  3.3578864037297733E-05  3.4198307486132774E-05  3.4829156281345735E-05
+  3.5471619910044656E-05  3.6125911693745242E-05  3.6792248858192032E-05
+  3.7470852604441149E-05  3.8161948181226828E-05  3.8865764958634747E-05
+  3.9582536503105371E-05  4.0312500653791241E-05  4.1055899600291984E-05
+  4.1812979961791882E-05  4.2583992867624890E-05  4.3369194039292518E-05
+  4.4168843873960227E-05  4.4983207529459105E-05  4.5812555010819043E-05
+  4.6657161258361120E-05  4.7517306237376460E-05  4.8393275029420180E-05
+  4.9285357925248671E-05  5.0193850519429698E-05  5.1119053806654888E-05
+  5.2061274279784806E-05  5.3020824029657135E-05  5.3998020846689643E-05
+  5.4993188324309381E-05  5.6006655964240342E-05  5.7038759283682896E-05
+  5.8089839924418095E-05  5.9160245763871015E-05  6.0250331028167877E-05
+  6.1360456407221894E-05  6.2490989171883841E-05  6.3642303293193862E-05
+  6.4814779563771507E-05  6.6008805721381523E-05  6.7224776574714235E-05
+  6.8463094131418722E-05  6.9724167728429600E-05  7.1008414164626621E-05
+  7.2316257835868856E-05  7.3648130872445094E-05  7.5004473278982806E-05
+  7.6385733076858624E-05  7.7792366449155041E-05  7.9224837888207072E-05
+  8.0683620345785130E-05  8.2169195385959411E-05  8.3682053340694061E-05
+  8.5222693468217534E-05  8.6791624114218710E-05  8.8389362875917869E-05
+  9.0016436769062730E-05  9.1673382397900848E-05  9.3360746128180101E-05
+  9.5079084263230483E-05  9.6828963223180608E-05  9.8610959727363749E-05
+  1.0042566097996908E-04  1.0227366485899448E-04  1.0415558010855812E-04
+  1.0607202653462824E-04  1.0802363520422919E-04  1.1001104864818505E-04
+  1.1203492106746208E-04  1.1409591854317240E-04  1.1619471925030205E-04
+  1.1833201367522841E-04  1.2050850483709280E-04  1.2272490851309421E-04
+  1.2498195346777278E-04  1.2728038168635143E-04  1.2962094861220606E-04
+  1.3200442338853527E-04  1.3443158910430260E-04  1.3690324304452443E-04
+  1.3942019694497854E-04  1.4198327725140913E-04  1.4459332538330655E-04
+  1.4725119800233931E-04  1.4995776728551891E-04  1.5271392120317864E-04
+  1.5552056380184842E-04  1.5837861549211044E-04  1.6128901334152003E-04
+  1.6425271137267906E-04  1.6727068086654992E-04  1.7034391067109866E-04
+  1.7347340751536019E-04  1.7666019632901536E-04  1.7990532056757678E-04
+  1.8320984254327616E-04  1.8657484376175261E-04  1.9000142526463858E-04
+  1.9349070797814423E-04  1.9704383306774276E-04  2.0066196229905948E-04
+  2.0434627840506902E-04  2.0809798545970908E-04  2.1191830925801813E-04
+  2.1580849770290651E-04  2.1976982119867517E-04  2.2380357305139397E-04
+  2.2791106987625527E-04  2.3209365201202095E-04  2.3635268394268176E-04
+  2.4068955472644979E-04  2.4510567843220730E-04  2.4960249458353773E-04
+  2.5418146861046448E-04  2.5884409230902706E-04  2.6359188430882645E-04
+  2.6842639054866990E-04  2.7334918476045519E-04  2.7836186896142487E-04
+  2.8346607395493686E-04  2.8866345983988723E-04  2.9395571652893188E-04
+  2.9934456427565284E-04  3.0483175421081569E-04  3.1041906888787049E-04
+  3.1610832283784733E-04  3.2190136313380301E-04  3.2780006996497495E-04
+  3.3380635722080336E-04  3.3992217308498335E-04  3.4614950063971113E-04
+  3.5249035848029260E-04  3.5894680134028413E-04  3.6552092072733675E-04
+  3.7221484556991937E-04  3.7903074287509882E-04  3.8597081839755607E-04
+  3.9303731732002231E-04  4.0023252494531995E-04  4.0755876740019653E-04
+  4.1501841235114549E-04  4.2261386973240162E-04  4.3034759248631509E-04
+  4.3822207731629903E-04  4.4623986545255502E-04  4.5440354343078147E-04
+  4.6271574388407418E-04  4.7117914634822890E-04  4.7979647808066414E-04
+  4.8857051489317629E-04  4.9750408199875399E-04  5.0660005487267266E-04
+  5.1586136012809352E-04  5.2529097640640514E-04  5.3489193528253253E-04
+  5.4466732218545787E-04  5.5462027733418960E-04  5.6475399668942216E-04
+  5.7507173292113808E-04  5.8557679639239884E-04  5.9627255615958010E-04
+  6.0716244098930894E-04  6.1824994039236399E-04  6.2953860567480221E-04
+  6.4103205100658138E-04  6.5273395450795007E-04  6.6464805935388107E-04
+  6.7677817489682549E-04  6.8912817780807318E-04  7.0170201323800489E-04
+  7.1450369599552544E-04  7.2753731174697480E-04  7.4080701823481428E-04
+  7.5431704651638754E-04  7.6807170222307065E-04  7.8207536684010573E-04
+  7.9633249900745067E-04  8.1084763584195055E-04  8.2562539428115533E-04
+  8.4067047244911375E-04  8.5598765104446931E-04  8.7158179475119320E-04
+  8.8745785367229965E-04  9.0362086478687389E-04  9.2007595343077207E-04
+  9.3682833480133467E-04  9.5388331548647981E-04  9.7124629501852116E-04
+  9.8892276745309016E-04  1.0069183229735213E-03  1.0252386495210742E-03
+  1.0438895344513756E-03  1.0628768662174529E-03  1.0822066360797555E-03
+  1.1018849398435470E-03  1.1219179796240655E-03  1.1423120656398518E-03
+  1.1630736180346520E-03  1.1842091687282897E-03  1.2057253632969396E-03
+  1.2276289628832060E-03  1.2499268461364313E-03  1.2726260111836606E-03
+  1.2957335776316962E-03  1.3192567886006702E-03  1.3432030127895817E-03
+  1.3675797465742357E-03  1.3923946161380411E-03  1.4176553796361158E-03
+  1.4433699293931461E-03  1.4695462941354848E-03  1.4961926412579371E-03
+  1.5233172791257066E-03  1.5509286594119858E-03  1.5790353794716573E-03
+  1.6076461847516061E-03  1.6367699712381107E-03  1.6664157879418254E-03
+  1.6965928394208373E-03  1.7273104883423010E-03  1.7585782580831699E-03
+  1.7904058353705010E-03  1.8228030729618859E-03  1.8557799923664977E-03
+  1.8893467866072852E-03  1.9235138230248383E-03  1.9582916461234525E-03
+  1.9936909804599274E-03  2.0297227335756354E-03  2.0663979989723972E-03
+  2.1037280591327092E-03  2.1417243885848837E-03  2.1803986570136180E-03
+  2.2197627324165854E-03  2.2598286843075882E-03  2.3006087869668172E-03
+  2.3421155227388150E-03  2.3843615853786746E-03  2.4273598834470668E-03
+  2.4711235437546554E-03  2.5156659148564734E-03  2.5610005705968431E-03
+  2.6071413137054192E-03  2.6541021794449140E-03  2.7018974393111196E-03
+  2.7505416047857935E-03  2.8000494311429813E-03  2.8504359213093909E-03
+  2.9017163297793752E-03  2.9539061665851420E-03  3.0070212013227570E-03
+  3.0610774672345442E-03  3.1160912653484664E-03  3.1720791686750678E-03
+  3.2290580264626115E-03  3.2870449685109267E-03  3.3460574095446286E-03
+  3.4061130536462655E-03  3.4672298987499660E-03  3.5294262411962080E-03
+  3.5927206803482632E-03  3.6571321232709104E-03  3.7226797894720047E-03
+  3.7893832157074535E-03  3.8572622608502058E-03  3.9263371108238096E-03
+  3.9966282836010761E-03  4.0681566342684683E-03  4.1409433601567276E-03
+  4.2150100060383087E-03  4.2903784693921615E-03  4.3670710057364063E-03
+  4.4451102340294412E-03  4.5245191421399954E-03  4.6053210923866685E-03
+  4.6875398271474496E-03  4.7711994745397333E-03  4.8563245541713403E-03
+  4.9429399829629839E-03  5.0310710810427218E-03  5.1207435777128147E-03
+  5.2119836174894657E-03  5.3048177662158814E-03  5.3992730172490906E-03
+  5.4953767977209324E-03  5.5931569748736264E-03  5.6926418624703131E-03
+  5.7938602272809532E-03  5.8968412956439476E-03  6.0016147601037609E-03
+  6.1082107861250064E-03  6.2166600188831777E-03  6.3269935901323895E-03
+  6.4392431251503787E-03  6.5534407497610143E-03  6.6696190974345794E-03
+  6.7878113164659727E-03  6.9080510772311053E-03  7.0303725795215523E-03
+  7.1548105599577323E-03  7.2814002994805527E-03  7.4101776309217918E-03
+  7.5411789466531421E-03  7.6744412063140307E-03  7.8100019446181532E-03
+  7.9478992792387394E-03  8.0881719187724712E-03  8.2308591707819651E-03
+  8.3760009499166677E-03  8.5236377861120562E-03  8.6738108328668715E-03
+  8.8265618755982260E-03  8.9819333400742041E-03  9.1399683009237617E-03
+  9.3007104902234784E-03  9.4642043061607950E-03  9.6304948217732673E-03
+  9.7996277937633901E-03  9.9716496713883954E-03  1.0146607605424480E-02
+  1.0324549457204802E-02  1.0505523807730541E-02  1.0689579966854384E-02
+  1.0876767982535408E-02  1.1067138650164801E-02  1.1260743521961271E-02
+  1.1457634916435273E-02  1.1657865927921035E-02  1.1861490436175180E-02
+  1.2068563116040957E-02  1.2279139447176655E-02  1.2493275723847027E-02
+  1.2711029064776317E-02  1.2932457423061495E-02  1.3157619596144017E-02
+  1.3386575235838739E-02  1.3619384858418166E-02  1.3856109854750318E-02
+  1.4096812500488391E-02  1.4341555966310251E-02  1.4590404328205828E-02
+  1.4843422577810180E-02  1.5100676632780200E-02  1.5362233347212522E-02
+  1.5628160522100379E-02  1.5898526915826862E-02  1.6173402254691948E-02
+  1.6452857243470738E-02  1.6736963576000047E-02  1.7025793945790391E-02
+  1.7319422056660504E-02  1.7617922633391112E-02  1.7921371432394795E-02
+  1.8229845252398617E-02  1.8543421945135943E-02  1.8862180426043922E-02
+  1.9186200684962951E-02  1.9515563796834012E-02  1.9850351932390237E-02
+  2.0190648368838354E-02  2.0536537500525764E-02  2.0888104849588914E-02
+  2.1245437076578368E-02  2.1608621991055899E-02  2.1977748562158766E-02
+  2.2352906929126139E-02  2.2734188411782524E-02  2.3121685520972969E-02
+  2.3515491968944501E-02  2.3915702679667986E-02  2.4322413799095048E-02
+  2.4735722705343622E-02  2.5155728018806250E-02  2.5582529612174665E-02
+  2.6016228620374265E-02  2.6456927450401693E-02  2.6904729791058714E-02
+  2.7359740622575249E-02  2.7822066226114391E-02  2.8291814193151986E-02
+  2.8769093434722798E-02  2.9254014190525941E-02  2.9746688037881056E-02
+  3.0247227900527231E-02  3.0755748057256005E-02  3.1272364150369880E-02
+  3.1797193193957442E-02  3.2330353581975786E-02  3.2871965096131078E-02
+  3.3422148913547528E-02  3.3981027614215190E-02  3.4548725188206036E-02
+  3.5125367042648570E-02  3.5711080008450274E-02  3.6305992346756848E-02
+  3.6910233755137557E-02  3.7523935373485362E-02  3.8147229789620089E-02
+  3.8780251044583193E-02  3.9423134637611830E-02  4.0076017530780078E-02
+  4.0739038153294688E-02  4.1412336405432737E-02  4.2096053662107648E-02
+  4.2790332776050877E-02  4.3495318080594959E-02  4.4211155392044711E-02
+  4.4937992011621686E-02  4.5675976726968083E-02  4.6425259813194932E-02
+  4.7185993033459765E-02  4.7958329639058425E-02  4.8742424369015359E-02
+  4.9538433449156760E-02  5.0346514590649843E-02  5.1166826987992610E-02
+  5.1999531316436809E-02  5.2844789728827050E-02  5.3702765851839120E-02
+  5.4573624781599599E-02  5.5457533078668873E-02  5.6354658762369621E-02
+  5.7265171304441892E-02  5.8189241622006331E-02  5.9127042069816511E-02
+  6.0078746431780308E-02  6.1044529911731905E-02  6.2024569123433321E-02
+  6.3019042079786022E-02  6.4028128181231589E-02  6.5052008203320980E-02
+  6.6090864283431333E-02  6.7144879906608473E-02  6.8214239890514339E-02
+  6.9299130369456605E-02  7.0399738777478890E-02  7.1516253830489027E-02
+  7.2648865507402224E-02  7.3797765030277171E-02  7.4963144843420829E-02
+  7.6145198591439284E-02  7.7344121096210680E-02  7.8560108332756270E-02
+  7.9793357403985563E-02  8.1044066514291413E-02  8.2312434941970089E-02
+  8.3598663010442192E-02  8.4902952058249090E-02  8.6225504407799497E-02
+  8.7566523332841692E-02  8.8926213024635686E-02  9.0304778556798984E-02
+  9.1702425848801603E-02  9.3119361628083333E-02  9.4555793390768153E-02
+  9.6011929360949030E-02  9.7487978448517573E-02  9.8984150205512239E-02
+  1.0050065478095874E-01  1.0203770287417666E-01  1.0359550568652542E-01
+  1.0517427487156437E-01  1.0677422248359968E-01  1.0839556092459297E-01
+  1.1003850288940453E-01  1.1170326130934582E-01  1.1339004929401532E-01
+  1.1509908007139143E-01  1.1683056692615769E-01  1.1858472313623415E-01
+  1.2036176190749058E-01  1.2216189630661525E-01  1.2398533919211627E-01
+  1.2583230314343005E-01  1.2770300038811341E-01  1.2959764272709537E-01
+  1.3151644145796587E-01  1.3345960729627812E-01  1.3542735029484293E-01
+  1.3741987976099285E-01  1.3943740417179462E-01  1.4148013108719126E-01
+  1.4354826706104995E-01  1.4564201755010109E-01  1.4776158682074655E-01
+  1.4990717785372126E-01  1.5207899224658988E-01  1.5427723011406375E-01
+  1.5650208998612206E-01  1.5875376870392366E-01  1.6103246131349588E-01
+  1.6333836095718882E-01  1.6567165876288351E-01  1.6803254373094545E-01
+  1.7042120261891308E-01  1.7283781982391608E-01  1.7528257726281657E-01
+  1.7775565425006898E-01  1.8025722737329553E-01  1.8278747036657639E-01
+  1.8534655398145530E-01  1.8793464585566072E-01  1.9055191037954888E-01
+  1.9319850856027196E-01  1.9587459788368078E-01  1.9858033217396903E-01
+  2.0131586145107350E-01  2.0408133178584112E-01  2.0687688515298022E-01
+  2.0970265928181342E-01  2.1255878750485183E-01  2.1544539860421411E-01
+  2.1836261665591528E-01  2.2131056087205248E-01  2.2428934544091778E-01
+  2.2729907936507163E-01  2.3033986629741268E-01  2.3341180437528011E-01
+  2.3651498605263319E-01  2.3964949793034951E-01  2.4281542058469049E-01
+  2.4601282839398306E-01  2.4924178936357269E-01  2.5250236494910233E-01
+  2.5579460987817809E-01  2.5911857197048399E-01  2.6247429195641225E-01
+  2.6586180329427989E-01  2.6928113198620096E-01  2.7273229639269492E-01
+  2.7621530704610903E-01  2.7973016646293752E-01  2.8327686895512472E-01
+  2.8685540044044305E-01  2.9046573825203797E-01  2.9410785094723851E-01
+  2.9778169811573224E-01  3.0148723018720991E-01  3.0522438823858788E-01
+  3.0899310380091494E-01  3.1279329866608330E-01  3.1662488469345595E-01
+  3.2048776361653369E-01  3.2438182684978423E-01  3.2830695529575904E-01
+  3.3226301915262924E-01  3.3624987772227000E-01  3.4026737921903027E-01
+  3.4431536057932421E-01  3.4839364727218364E-01  3.5250205311091415E-01
+  3.5664038006599580E-01  3.6080841807937825E-01  3.6500594488031501E-01
+  3.6923272580288458E-01  3.7348851360535057E-01  3.7777304829150976E-01
+  3.8208605693418107E-01  3.8642725350098689E-01  3.9079633868257851E-01
+  3.9519299972345906E-01  3.9961691025555868E-01  4.0406773013470487E-01
+  4.0854510528015225E-01  4.1304866751731051E-01  4.1757803442382579E-01
+  4.2213280917916213E-01  4.2671258041782689E-01  4.3131692208638794E-01
+  4.3594539330442361E-01  4.4059753822954567E-01  4.4527288592663339E-01
+  4.4997095024141992E-01  4.5469122967855596E-01  4.5943320728429266E-01
+  4.6419635053390912E-01  4.6898011122401262E-01  4.7378392536984026E-01
+  4.7860721310768667E-01  4.8344937860258252E-01  4.8830980996134649E-01
+  4.9318787915113788E-01  4.9808294192363040E-01  5.0299433774493585E-01
+  5.0792138973140588E-01  5.1286340459143775E-01  5.1781967257342476E-01
+  5.2278946741998800E-01  5.2777204632863284E-01  5.3276664991898426E-01
+  5.3777250220676220E-01  5.4278881058466211E-01  5.4781476581032817E-01
+  5.5284954200160308E-01  5.5789229663926576E-01  5.6294217057747675E-01
+  5.6799828806215913E-01  5.7305975675757548E-01  5.7812566778136576E-01
+  5.8319509574833328E-01  5.8826709882328576E-01  5.9334071878325900E-01
+  5.9841498108946434E-01  6.0348889496933322E-01  6.0856145350903401E-01
+  6.1363163375687446E-01  6.1869839683800376E-01  6.2376068808086271E-01
+  6.2881743715582517E-01  6.3386755822651120E-01  6.3890995011424601E-01
+  6.4394349647615723E-01  6.4896706599740572E-01  6.5397951259805365E-01
+  6.5897967565506887E-01  6.6396638023996801E-01  6.6893843737258718E-01
+  6.7389464429146817E-01  6.7883378474133016E-01  6.8375462927807307E-01
+  6.8865593559175331E-01  6.9353644884793697E-01  6.9839490204780463E-01
+  7.0323001640736205E-01  7.0804050175606525E-01  7.1282505695513743E-01
+  7.1758237033580952E-01  7.2231112015767662E-01  7.2700997508731346E-01
+  7.3167759469725480E-01  7.3631262998536995E-01  7.4091372391465715E-01
+  7.4547951197338014E-01  7.5000862275545754E-01  7.5449967856093669E-01
+  7.5895129601635059E-01  7.6336208671468986E-01  7.6773065787467509E-01
+  7.7205561301896419E-01  7.7633555267088028E-01  7.8056907506918805E-01
+  7.8475477690041018E-01  7.8889125404811322E-01  7.9297710235856489E-01
+  7.9701091842210270E-01  8.0099130036952382E-01  8.0491684868275870E-01
+  8.0878616701905215E-01  8.1259786304784432E-01  8.1635054929949913E-01
+  8.2004284402499994E-01  8.2367337206570079E-01  8.2724076573219185E-01
+  8.3074366569129698E-01  8.3418072186022130E-01  8.3755059430681689E-01
+  8.4085195415492608E-01  8.4408348449373782E-01  8.4724388129007533E-01
+  8.5033185430251457E-01  8.5334612799622356E-01  8.5628544245739113E-01
+  8.5914855430611803E-01  8.6193423760661958E-01  8.6464128477358537E-01
+  8.6726850747355599E-01  8.6981473752014338E-01  8.7227882776194743E-01
+  8.7465965296201076E-01  8.7695611066766044E-01  8.7916712206959191E-01
+  8.8129163284905876E-01  8.8332861401204110E-01  8.8527706270928042E-01
+  8.8713600304107920E-01  8.8890448684578838E-01  8.9058159447090846E-01
+  8.9216643552577446E-01  8.9365814961479539E-01  8.9505590705025795E-01
+  8.9635890954372499E-01  8.9756639087509049E-01  8.9867761753838171E-01
+  8.9969188936343603E-01  9.0060854011260794E-01  9.0142693805170271E-01
+  9.0214648649437590E-01  9.0276662431925669E-01  9.0328682645912850E-01
+  9.0370660436150896E-01  9.0402550642003443E-01  9.0424311837609672E-01
+  9.0435906369022168E-01  9.0437300388272812E-01  9.0428463884326171E-01
+  9.0409370710883197E-01  9.0379998611004708E-01  9.0340329238528116E-01
+  9.0290348176256907E-01  9.0230044950905663E-01  9.0159413044791936E-01
+  9.0078449904267688E-01  8.9987156944891011E-01  8.9885539553342986E-01
+  8.9773607086099405E-01  8.9651372864873180E-01  8.9518854168847273E-01
+  8.9376072223724068E-01  8.9223052187621155E-01  8.9059823133849125E-01
+  8.8886418030610892E-01  8.8702873717668229E-01  8.8509230880023526E-01
+  8.8305534018671672E-01  8.8091831418479083E-01  8.7868175113252700E-01
+  8.7634620848064559E-01  8.7391228038901814E-01  8.7138059729716077E-01
+  8.6875182546948371E-01  8.6602666651610694E-01  8.6320585689005902E-01
+  8.6029016736173358E-01  8.5728040247148263E-01  8.5417739996125075E-01
+  8.5098203018618868E-01  8.4769519550719286E-01  8.4431782966533342E-01
+  8.4085089713915717E-01  8.3729539248585572E-01  8.3365233966729990E-01
+  8.2992279136195257E-01  8.2610782826367390E-01  8.2220855836843110E-01
+  8.1822611624993724E-01  8.1416166232523191E-01  8.1001638211120663E-01
+  8.0579148547308932E-01  8.0148820586587433E-01  7.9710779956968580E-01
+  7.9265154492004042E-01  7.8812074153396616E-01  7.8351670953291508E-01
+  7.7884078876338736E-01  7.7409433801615890E-01  7.6927873424499416E-01
+  7.6439537178568806E-01  7.5944566157626225E-01  7.5443103037911141E-01
+  7.4935292000586651E-01  7.4421278654570988E-01  7.3901209959785152E-01
+  7.3375234150883506E-01  7.2843500661531801E-01  7.2306160049292678E-01
+  7.1763363921175827E-01  7.1215264859906768E-01  7.0662016350963552E-01
+  7.0103772710428036E-01  6.9540689013694112E-01  6.8972921025072076E-01
+  6.8400625128324000E-01  6.7823958258162165E-01  6.7243077832734532E-01
+  6.6658141687139116E-01  6.6069308007953276E-01  6.5476735268829744E-01
+  6.4880582167155143E-01  6.4281007561786008E-01  6.3678170411867729E-01
+  6.3072229716741135E-01  6.2463344456936754E-01  6.1851673536254193E-01
+  6.1237375724921606E-01  6.0620609603826314E-01  6.0001533509806093E-01
+  5.9380305481987483E-01  5.8757083209155192E-01  5.8132023978134062E-01
+  5.7505284623163921E-01  5.6877021476244416E-01  5.6247390318426116E-01
+===== PHI 4 =====   [phi(r)=PHI(r)/r*Ylm(th,ph)]
+ 1  : radial mesh index
+  0.0000000000000000E+00 -4.4813844334662456E-15 -1.8090826100976561E-14
+ -4.1080260920287181E-14 -7.3707047104436605E-14 -1.1623407242928871E-13
+ -1.6892986354852753E-13 -2.3206869739453975E-13 -3.0593071470437171E-13
+ -3.9080203571065569E-13 -4.8697487803813461E-13 -5.9474767684717492E-13
+ -7.1442520726642077E-13 -8.4631870915753443E-13 -9.9074601425576124E-13
+ -1.1480316757308757E-12 -1.3185071002138906E-12 -1.5025106823357628E-12
+ -1.7003879418251796E-12 -1.9124916632133966E-12 -2.1391820381949825E-12
+ -2.3808268106942419E-12 -2.6378014246880046E-12 -2.9104891748364286E-12
+ -3.1992813599744003E-12 -3.5045774395171200E-12 -3.8267851928344520E-12
+ -4.1663208816496008E-12 -4.5236094155187698E-12 -4.8990845204494552E-12
+ -5.2931889107161258E-12 -5.7063744639331560E-12 -6.1391023994459139E-12
+ -6.5918434601021479E-12 -7.0650780974668807E-12 -7.5592966605452317E-12
+ -8.0749995880788023E-12 -8.6126976044824203E-12 -9.1729119194893993E-12
+ -9.7561744315745330E-12 -1.0363027935225588E-11 -1.0994026332135172E-11
+ -1.1649734846386224E-11 -1.2330730243705895E-11 -1.3037601054863705E-11
+ -1.3770947803291548E-11 -1.4531383237004300E-11 -1.5319532564901557E-11
+ -1.6136033697532120E-11 -1.6981537492404819E-11 -1.7856708003930426E-11
+ -1.8762222738081207E-11 -1.9698772911856231E-11 -2.0667063717642146E-11
+ -2.1667814592560764E-11 -2.2701759492896710E-11 -2.3769647173699785E-11
+ -2.4872241473658768E-11 -2.6010321605344912E-11 -2.7184682450925502E-11
+ -2.8396134863449398E-11 -2.9645505973808611E-11 -3.0933639503481798E-11
+ -3.2261396083167503E-11 -3.3629653577417082E-11 -3.5039307415379139E-11
+ -3.6491270927769469E-11 -3.7986475690182711E-11 -3.9525871872863813E-11
+ -4.1110428597059828E-11 -4.2741134298074780E-11 -4.4418997095152476E-11
+ -4.6145045168314568E-11 -4.7920327142283637E-11 -4.9745912477623057E-11
+ -5.1622891869228510E-11 -5.3552377652307795E-11 -5.5535504215988844E-11
+ -5.7573428424697626E-11 -5.9667330047451186E-11 -6.1818412195212919E-11
+ -6.4027901766460432E-11 -6.6297049901118891E-11 -6.8627132443015756E-11
+ -7.1019450411015509E-11 -7.3475330478996195E-11 -7.5996125464832118E-11
+ -7.8583214828550807E-11 -8.1238005179834662E-11 -8.3961930795041482E-11
+ -8.6756454143921233E-11 -8.9623066426209072E-11 -9.2563288118279072E-11
+ -9.5578669530045325E-11 -9.8670791372301707E-11 -1.0184126533469402E-10
+ -1.0509173467452280E-10 -1.0842387481657828E-10 -1.1183939396421235E-10
+ -1.1534003372185742E-10 -1.1892756972920410E-10 -1.2260381230725569E-10
+ -1.2637060711647930E-10 -1.3022983582727989E-10 -1.3418341680302498E-10
+ -1.3823330579585493E-10 -1.4238149665551529E-10 -1.4663002205145440E-10
+ -1.5098095420843243E-10 -1.5543640565589288E-10 -1.5999852999135313E-10
+ -1.6466952265807393E-10 -1.6945162173727378E-10 -1.7434710875515886E-10
+ -1.7935830950504300E-10 -1.8448759488483884E-10 -1.8973738175020641E-10
+ -1.9511013378364861E-10 -2.0060836237985149E-10 -2.0623462754757088E-10
+ -2.1199153882837209E-10 -2.1788175623253637E-10 -2.2390799119245395E-10
+ -2.3007300753382716E-10 -2.3637962246501495E-10 -2.4283070758485718E-10
+ -2.4942918990931965E-10 -2.5617805291731143E-10 -2.6308033761602996E-10
+ -2.7013914362619680E-10 -2.7735763028755306E-10 -2.8473901778499144E-10
+ -2.9228658829570776E-10 -3.0000368715776254E-10 -3.0789372406044965E-10
+ -3.1596017425687858E-10 -3.2420657979918100E-10 -3.3263655079676222E-10
+ -3.4125376669802706E-10 -3.5006197759601297E-10 -3.5906500555837676E-10
+ -3.6826674598218680E-10 -3.7767116897397969E-10 -3.8728232075555197E-10
+ -3.9710432509596400E-10 -4.0714138477024202E-10 -4.1739778304527578E-10
+ -4.2787788519341325E-10 -4.3858614003427149E-10 -4.4952708150528070E-10
+ -4.6070533026150171E-10 -4.7212559530525552E-10 -4.8379267564611757E-10
+ -4.9571146199184660E-10 -5.0788693847081230E-10 -5.2032418438651576E-10
+ -5.3302837600479187E-10 -5.4600478837430194E-10 -5.5925879718093644E-10
+ -5.7279588063675203E-10 -5.8662162140408808E-10 -6.0074170855551487E-10
+ -6.1516193957027350E-10 -6.2988822236789189E-10 -6.4492657737965905E-10
+ -6.6028313965866542E-10 -6.7596416102912149E-10 -6.9197601227568536E-10
+ -7.0832518537353784E-10 -7.2501829575996412E-10 -7.4206208464821270E-10
+ -7.5946342138440930E-10 -7.7722930584833329E-10 -7.9536687089886112E-10
+ -8.1388338486491186E-10 -8.3278625408273315E-10 -8.5208302548039253E-10
+ -8.7178138921034397E-10 -8.9188918133096408E-10 -9.1241438653796611E-10
+ -9.3336514094661279E-10 -9.5474973492567554E-10 -9.7657661598409457E-10
+ -9.9885439171131823E-10 -1.0215918327723188E-09 -1.0447978759582936E-09
+ -1.0684816272940902E-09 -1.0926523652033996E-09 -1.1173195437327938E-09
+ -1.1424927958356975E-09 -1.1681819367174019E-09 -1.1943969672422568E-09
+ -1.2211480774041840E-09 -1.2484456498617023E-09 -1.2763002635386385E-09
+ -1.3047226972917611E-09 -1.3337239336465614E-09 -1.3633151626024576E-09
+ -1.3935077855086979E-09 -1.4243134190122797E-09 -1.4557438990792158E-09
+ -1.4878112850905083E-09 -1.5205278640142106E-09 -1.5539061546549960E-09
+ -1.5879589119826585E-09 -1.6226991315410156E-09 -1.6581400539386981E-09
+ -1.6942951694233470E-09 -1.7311782225407603E-09 -1.7688032168805663E-09
+ -1.8071844199100245E-09 -1.8463363678975850E-09 -1.8862738709278725E-09
+ -1.9270120180097839E-09 -1.9685661822794326E-09 -2.0109520262996842E-09
+ -2.0541855074580839E-09 -2.0982828834649896E-09 -2.1432607179537750E-09
+ -2.1891358861849825E-09 -2.2359255808563668E-09 -2.2836473180207650E-09
+ -2.3323189431138249E-09 -2.3819586370935885E-09 -2.4325849226940295E-09
+ -2.4842166707946540E-09 -2.5368731069082852E-09 -2.5905738177892607E-09
+ -2.6453387581642411E-09 -2.7011882575879169E-09 -2.7581430274259188E-09
+ -2.8162241679672907E-09 -2.8754531756689180E-09 -2.9358519505343708E-09
+ -2.9974428036296222E-09 -3.0602484647382086E-09 -3.1242920901583900E-09
+ -3.1895972706449451E-09 -3.2561880394982894E-09 -3.3240888808036269E-09
+ -3.3933247378229277E-09 -3.4639210215425473E-09 -3.5359036193793864E-09
+ -3.6092989040485048E-09 -3.6841337425951947E-09 -3.7604355055945535E-09
+ -3.8382320765216559E-09 -3.9175518612954666E-09 -3.9984237979997605E-09
+ -4.0808773667842491E-09 -4.1649425999493256E-09 -4.2506500922177761E-09
+ -4.3380310111969373E-09 -4.4271171080348303E-09 -4.5179407282738370E-09
+ -4.6105348229056094E-09 -4.7049329596309068E-09 -4.8011693343281671E-09
+ -4.8992787827346744E-09 -4.9992967923442640E-09 -5.1012595145255443E-09
+ -5.2052037768647506E-09 -5.3111670957373785E-09 -5.4191876891128091E-09
+ -5.5293044895962662E-09 -5.6415571577124811E-09 -5.7559860954355505E-09
+ -5.8726324599695192E-09 -5.9915381777843466E-09 -6.1127459589119860E-09
+ -6.2362993115073833E-09 -6.3622425566792764E-09 -6.4906208435958262E-09
+ -6.6214801648701450E-09 -6.7548673722308858E-09 -6.8908301924831839E-09
+ -7.0294172437653398E-09 -7.1706780521066777E-09 -7.3146630682921602E-09
+ -7.4614236850394816E-09 -7.6110122544943329E-09 -7.7634821060498265E-09
+ -7.9188875644959839E-09 -8.0772839685054602E-09 -8.2387276894616886E-09
+ -8.4032761506357979E-09 -8.5709878467187364E-09 -8.7419223637152061E-09
+ -8.9161403992060575E-09 -9.0937037829859901E-09 -9.2746754980834898E-09
+ -9.4591197021700957E-09 -9.6471017493661353E-09 -9.8386882124503714E-09
+ -1.0033946905480889E-08 -1.0232946906834971E-08 -1.0435758582675626E-08
+ -1.0642453610852640E-08 -1.0853105005246302E-08 -1.1067787140561867E-08
+ -1.1286575777583166E-08 -1.1509548088893802E-08 -1.1736782685074679E-08
+ -1.1968359641386533E-08 -1.2204360524946530E-08 -1.2444868422408077E-08
+ -1.2689967968153108E-08 -1.2939745373006296E-08 -1.3194288453480937E-08
+ -1.3453686661566262E-08 -1.3718031115066196E-08 -1.3987414628499816E-08
+ -1.4261931744573809E-08 -1.4541678766237623E-08 -1.4826753789331925E-08
+ -1.5117256735841531E-08 -1.5413289387763828E-08 -1.5714955421604116E-08
+ -1.6022360443509494E-08 -1.6335612025053134E-08 -1.6654819739680773E-08
+ -1.6980095199831931E-08 -1.7311552094748195E-08 -1.7649306228981159E-08
+ -1.7993475561613265E-08 -1.8344180246204396E-08 -1.8701542671477852E-08
+ -1.9065687502759317E-08 -1.9436741724182677E-08 -1.9814834681676981E-08
+ -2.0200098126748939E-08 -2.0592666261075616E-08 -2.0992675781922306E-08
+ -2.1400265928401015E-08 -2.1815578528584792E-08 -2.2238758047493988E-08
+ -2.2669951635970463E-08 -2.3109309180456122E-08 -2.3556983353692565E-08
+ -2.4013129666358817E-08 -2.4477906519664589E-08 -2.4951475258916570E-08
+ -2.5434000228075828E-08 -2.5925648825324731E-08 -2.6426591559661834E-08
+ -2.6937002108543933E-08 -2.7457057376594555E-08 -2.7986937555398558E-08
+ -2.8526826184403005E-08 -2.9076910212944696E-08 -2.9637380063425259E-08
+ -3.0208429695654868E-08 -3.0790256672386349E-08 -3.1383062226061543E-08
+ -3.1987051326792511E-08 -3.2602432751600096E-08 -3.3229419154933494E-08
+ -3.3868227140494019E-08 -3.4519077334387744E-08 -3.5182194459631000E-08
+ -3.5857807412034105E-08 -3.6546149337488803E-08 -3.7247457710684981E-08
+ -3.7961974415283569E-08 -3.8689945825572253E-08 -3.9431622889631383E-08
+ -4.0187261214038074E-08 -4.0957121150137056E-08 -4.1741467881906852E-08
+ -4.2540571515451063E-08 -4.3354707170144900E-08 -4.4184155071467062E-08
+ -4.5029200645548668E-08 -4.5890134615470556E-08 -4.6767253099341476E-08
+ -4.7660857710189954E-08 -4.8571255657703584E-08 -4.9498759851849380E-08
+ -5.0443689008410662E-08 -5.1406367756475164E-08 -5.2387126747910927E-08
+ -5.3386302768866407E-08 -5.4404238853332455E-08 -5.5441284398804027E-08
+ -5.6497795284080515E-08 -5.7574133989244197E-08 -5.8670669717857127E-08
+ -5.9787778521417343E-08 -6.0925843426116175E-08 -6.2085254561939086E-08
+ -6.3266409294153678E-08 -6.4469712357228306E-08 -6.5695575991226967E-08
+ -6.6944420080725650E-08 -6.8216672296296886E-08 -6.9512768238610174E-08
+ -7.0833151585196152E-08 -7.2178274239924135E-08 -7.3548596485243016E-08
+ -7.4944587137236329E-08 -7.6366723703543937E-08 -7.7815492544202784E-08
+ -7.9291389035460968E-08 -8.0794917736620025E-08 -8.2326592559961195E-08
+ -8.3886936943812769E-08 -8.5476484028816312E-08 -8.7095776837451439E-08
+ -8.8745368456878458E-08 -9.0425822225160927E-08 -9.2137711920930098E-08
+ -9.3881621956554924E-08 -9.5658147574882412E-08 -9.7467895049614623E-08
+ -9.9311481889388214E-08 -1.0118953704562692E-07 -1.0310270112423461E-07
+ -1.0505162660120118E-07 -1.0703697804219309E-07 -1.0905943232620207E-07
+ -1.1111967887332713E-07 -1.1321841987676605E-07 -1.1535637053909390E-07
+ -1.1753425931290841E-07 -1.1975282814592208E-07 -1.2201283273058338E-07
+ -1.2431504275831110E-07 -1.2666024217842638E-07 -1.2904922946186943E-07
+ -1.3148281786978943E-07 -1.3396183572709753E-07 -1.3648712670107419E-07
+ -1.3905955008512484E-07 -1.4167998108777828E-07 -1.4434931112702525E-07
+ -1.4706844813009506E-07 -1.4983831683877131E-07 -1.5265985912034817E-07
+ -1.5553403428433283E-07 -1.5846181940499807E-07 -1.6144420964989510E-07
+ -1.6448221861443492E-07 -1.6757687866265166E-07 -1.7072924127426074E-07
+ -1.7394037739812915E-07 -1.7721137781227567E-07 -1.8054335349052116E-07
+ -1.8393743597591275E-07 -1.8739477776104614E-07 -1.9091655267541317E-07
+ -1.9450395627990522E-07 -1.9815820626860378E-07 -2.0188054287799246E-07
+ -2.0567222930372873E-07 -2.0953455212511340E-07 -2.1346882173740052E-07
+ -2.1747637279209262E-07 -2.2155856464536852E-07 -2.2571678181479321E-07
+ -2.2995243444446416E-07 -2.3426695877874726E-07 -2.3866181764476383E-07
+ -2.4313850094378772E-07 -2.4769852615171835E-07 -2.5234343882879641E-07
+ -2.5707481313873436E-07 -2.6189425237743120E-07 -2.6680338951145516E-07
+ -2.7180388772646750E-07 -2.7689744098577586E-07 -2.8208577459920146E-07
+ -2.8737064580245172E-07 -2.9275384434719091E-07 -2.9823719310200694E-07
+ -3.0382254866447639E-07 -3.0951180198453005E-07 -3.1530687899932888E-07
+ -3.2120974127986431E-07 -3.2722238668949436E-07 -3.3334685005464168E-07
+ -3.3958520384787389E-07 -3.4593955888359557E-07 -3.5241206502658539E-07
+ -3.5900491191361365E-07 -3.6572032968838314E-07 -3.7256058975003800E-07
+ -3.7952800551549253E-07 -3.8662493319583026E-07 -3.9385377258704044E-07
+ -4.0121696787534762E-07 -4.0871700845741084E-07 -4.1635642977566208E-07
+ -4.2413781416906513E-07 -4.3206379173957830E-07 -4.4013704123461154E-07
+ -4.4836029094577128E-07 -4.5673631962419567E-07 -4.6526795741278407E-07
+ -4.7395808679563291E-07 -4.8280964356499659E-07 -4.9182561780609263E-07
+ -5.0100905490008481E-07 -5.1036305654557714E-07 -5.1989078179895896E-07
+ -5.2959544813394998E-07 -5.3948033252070080E-07 -5.4954877252480424E-07
+ -5.5980416742659078E-07 -5.7024997936107796E-07 -5.8088973447895462E-07
+ -5.9172702412899070E-07 -6.0276550606226454E-07 -6.1400890565860896E-07
+ -6.2546101717568991E-07 -6.3712570502113069E-07 -6.4900690504810852E-07
+ -6.6110862587485561E-07 -6.7343495022850484E-07 -6.8599003631372802E-07
+ -6.9877811920662672E-07 -7.1180351227433644E-07 -7.2507060862082163E-07
+ -7.3858388255934338E-07 -7.5234789111208783E-07 -7.6636727553746079E-07
+ -7.8064676288555579E-07 -7.9519116758231319E-07 -8.1000539304290164E-07
+ -8.2509443331486022E-07 -8.4046337475154476E-07 -8.5611739771644244E-07
+ -8.7206177831892234E-07 -8.8830189018199467E-07 -9.0484320624267942E-07
+ -9.2169130058557187E-07 -9.3885185031022905E-07 -9.5633063743298982E-07
+ -9.7413355082386899E-07 -9.9226658817917049E-07 -1.0107358580304718E-06
+ -1.0295475817906588E-06 -1.0487080958376856E-06 -1.0682238536367558E-06
+ -1.0881014279016359E-06 -1.1083475127958154E-06 -1.1289689261742548E-06
+ -1.1499726118664601E-06 -1.1713656420016509E-06 -1.1931552193767962E-06
+ -1.2153486798683010E-06 -1.2379534948881612E-06 -1.2609772738853833E-06
+ -1.2844277668935254E-06 -1.3083128671251928E-06 -1.3326406136143568E-06
+ -1.3574191939073785E-06 -1.3826569468036335E-06 -1.4083623651466467E-06
+ -1.4345440986666686E-06 -1.4612109568756432E-06 -1.4883719120155267E-06
+ -1.5160361020609388E-06 -1.5442128337771519E-06 -1.5729115858344253E-06
+ -1.6021420119797307E-06 -1.6319139442669257E-06 -1.6622373963464376E-06
+ -1.6931225668155659E-06 -1.7245798426305124E-06 -1.7566198025812733E-06
+ -1.7892532208305525E-06 -1.8224910705178721E-06 -1.8563445274300737E-06
+ -1.8908249737394458E-06 -1.9259440018106977E-06 -1.9617134180780718E-06
+ -1.9981452469938623E-06 -2.0352517350496685E-06 -2.0730453548717031E-06
+ -2.1115388093915415E-06 -2.1507450360936669E-06 -2.1906772113412519E-06
+ -2.2313487547815994E-06 -2.2727733338327056E-06 -2.3149648682524437E-06
+ -2.3579375347918863E-06 -2.4017057719342973E-06 -2.4462842847213904E-06
+ -2.4916880496684407E-06 -2.5379323197698897E-06 -2.5850326295971039E-06
+ -2.6330048004899726E-06 -2.6818649458440860E-06 -2.7316294764952322E-06
+ -2.7823151062030079E-06 -2.8339388572353599E-06 -2.8865180660559265E-06
+ -2.9400703891160296E-06 -2.9946138087532793E-06 -3.0501666391987307E-06
+ -3.1067475326945826E-06 -3.1643754857244512E-06 -3.2230698453582889E-06
+ -3.2828503157140490E-06 -3.3437369645382345E-06 -3.4057502299075304E-06
+ -3.4689109270537153E-06 -3.5332402553141378E-06 -3.5987598052100468E-06
+ -3.6654915656551314E-06 -3.7334579312966550E-06 -3.8026817099916190E-06
+ -3.8731861304204179E-06 -3.9449948498405411E-06 -4.0181319619828453E-06
+ -4.0926220050930666E-06 -4.1684899701211772E-06 -4.2457613090613398E-06
+ -4.3244619434452111E-06 -4.4046182729914008E-06 -4.4862571844139385E-06
+ -4.5694060603926982E-06 -4.6540927887087054E-06 -4.7403457715473852E-06
+ -4.8281939349728148E-06 -4.9176667385761042E-06 -5.0087941853011056E-06
+ -5.1016068314507269E-06 -5.1961357968770958E-06 -5.2924127753589986E-06
+ -5.3904700451700173E-06 -5.4903404798408265E-06 -5.5920575591192234E-06
+ -5.6956553801315415E-06 -5.8011686687490777E-06 -5.9086327911633466E-06
+ -6.0180837656739421E-06 -6.1295582746928973E-06 -6.2430936769695672E-06
+ -6.3587280200399802E-06 -6.4765000529048425E-06 -6.5964492389403397E-06
+ -6.7186157690460094E-06 -6.8430405750340082E-06 -6.9697653432642115E-06
+ -7.0988325285296369E-06 -7.2302853681967568E-06 -7.3641678966053788E-06
+ -7.5005249597328250E-06 -7.6394022301272581E-06 -7.7808462221150621E-06
+ -7.9249043072873227E-06 -8.0716247302704361E-06 -8.2210566247861450E-06
+ -8.3732500300061708E-06 -8.5282559072069416E-06 -8.6861261567298207E-06
+ -8.8469136352524475E-06 -9.0106721733768667E-06 -9.1774565935402649E-06
+ -9.3473227282541282E-06 -9.5203274386779244E-06 -9.6965286335333218E-06
+ -9.8759852883652389E-06 -1.0058757465156015E-05 -1.0244906332299127E-05
+ -1.0434494184939083E-05 -1.0627584465684129E-05 -1.0824241785698569E-05
+ -1.1024531946181641E-05 -1.1228521960240032E-05 -1.1436280075161087E-05
+ -1.1647875795094228E-05 -1.1863379904147838E-05 -1.2082864489909265E-05
+ -1.2306402967395685E-05 -1.2534070103443638E-05 -1.2765942041545224E-05
+ -1.3002096327139137E-05 -1.3242611933364830E-05 -1.3487569287288166E-05
+ -1.3737050296607308E-05 -1.3991138376847382E-05 -1.4249918479053015E-05
+ -1.4513477117987679E-05 -1.4781902400849151E-05 -1.5055284056510432E-05
+ -1.5333713465295755E-05 -1.5617283689301268E-05 -1.5906089503270558E-05
+ -1.6200227426034853E-05 -1.6499795752528343E-05 -1.6804894586389030E-05
+ -1.7115625873155736E-05 -1.7432093434072110E-05 -1.7754403000508720E-05
+ -1.8082662249014420E-05 -1.8416980837008446E-05 -1.8757470439124895E-05
+ -1.9104244784221374E-05 -1.9457419693064004E-05 -1.9817113116700977E-05
+ -2.0183445175537167E-05 -2.0556538199122575E-05 -2.0936516766667582E-05
+ -2.1323507748298043E-05 -2.1717640347063930E-05 -2.2119046141714913E-05
+ -2.2527859130256977E-05 -2.2944215774304155E-05 -2.3368255044239926E-05
+ -2.3800118465202643E-05 -2.4239950163910404E-05 -2.4687896916340141E-05
+ -2.5144108196276671E-05 -2.5608736224747388E-05 -2.6081936020358627E-05
+ -2.6563865450550058E-05 -2.7054685283783762E-05 -2.7554559242684795E-05
+ -2.8063654058150622E-05 -2.8582139524446892E-05 -2.9110188555307287E-05
+ -2.9647977241055828E-05 -3.0195684906769969E-05 -3.0753494171503335E-05
+ -3.1321591008587292E-05 -3.1900164807030832E-05 -3.2489408434038659E-05
+ -3.3089518298667563E-05 -3.3700694416641782E-05 -3.4323140476348297E-05
+ -3.4957063906033119E-05 -3.5602675942220642E-05 -3.6260191699377735E-05
+ -3.6929830240845364E-05 -3.7611814651060358E-05 -3.8306372109090810E-05
+ -3.9013733963508637E-05 -3.9734135808623376E-05 -4.0467817562101959E-05
+ -4.1215023543999308E-05 -4.1976002557225068E-05 -4.2751007969472526E-05
+ -4.3540297796636038E-05 -4.4344134787743427E-05 -4.5162786511431232E-05
+ -4.5996525443989911E-05 -4.6845629059007727E-05 -4.7710379918641755E-05
+ -4.8591065766545573E-05 -4.9487979622482873E-05 -5.0401419878658095E-05
+ -5.1331690397794097E-05 -5.2279100612988791E-05 -5.3243965629382537E-05
+ -5.4226606327668621E-05 -5.5227349469480079E-05 -5.6246527804686638E-05
+ -5.7284480180635613E-05 -5.8341551653372081E-05 -5.9418093600873565E-05
+ -6.0514463838335203E-05 -6.1631026735542376E-05 -6.2768153336368159E-05
+ -6.3926221480433586E-05 -6.5105615926969076E-05 -6.6306728480917243E-05
+ -6.7529958121316129E-05 -6.8775711132004633E-05 -7.0044401234690813E-05
+ -7.1336449724425935E-05 -7.2652285607526814E-05 -7.3992345741990192E-05
+ -7.5357074980443949E-05 -7.6746926315680072E-05 -7.8162361028815663E-05
+ -7.9603848840128642E-05 -8.1071868062616156E-05 -8.2566905758323713E-05
+ -8.4089457897494892E-05 -8.5640029520591416E-05 -8.7219134903235372E-05
+ -8.8827297724124442E-05 -9.0465051235974402E-05 -9.2132938439541277E-05
+ -9.3831512260779398E-05 -9.5561335731189474E-05 -9.7322982171414946E-05
+ -9.9117035378143008E-05 -1.0094408981436966E-04 -1.0280475080308795E-04
+ -1.0469963472446097E-04 -1.0662936921654015E-04 -1.0859459337959284E-04
+ -1.1059595798410240E-04 -1.1263412568250591E-04 -1.1470977122473584E-04
+ -1.1682358167763288E-04 -1.1897625664829827E-04 -1.2116850851145553E-04
+ -1.2340106264089202E-04 -1.2567465764505245E-04 -1.2799004560685827E-04
+ -1.3034799232782644E-04 -1.3274927757656401E-04 -1.3519469534171619E-04
+ -1.3768505408944434E-04 -1.4022117702551672E-04 -1.4280390236209013E-04
+ -1.4543408358926718E-04 -1.4811258975151175E-04 -1.5084030572900926E-04
+ -1.5361813252405695E-04 -1.5644698755257452E-04 -1.5932780494082327E-04
+ -1.6226153582742583E-04 -1.6524914867077964E-04 -1.6829162956195836E-04
+ -1.7138998254319677E-04 -1.7454522993205800E-04 -1.7775841265138190E-04
+ -1.8103059056511536E-04 -1.8436284282012785E-04 -1.8775626819411681E-04
+ -1.9121198544970829E-04 -1.9473113369486178E-04 -1.9831487274968922E-04
+ -2.0196438351979896E-04 -2.0568086837627987E-04 -2.0946555154243885E-04
+ -2.1331967948741206E-04 -2.1724452132676689E-04 -2.2124136923021767E-04
+ -2.2531153883657745E-04 -2.2945636967607307E-04 -2.3367722560014873E-04
+ -2.3797549521889014E-04 -2.4235259234620026E-04 -2.4680995645286050E-04
+ -2.5134905312761434E-04 -2.5597137454641143E-04 -2.6067843994995394E-04
+ -2.6547179612968722E-04 -2.7035301792238155E-04 -2.7532370871345268E-04
+ -2.8038550094917181E-04 -2.8554005665791694E-04 -2.9078906798062250E-04
+ -2.9613425771058522E-04 -3.0157737984278584E-04 -3.0712022013289057E-04
+ -3.1276459666609895E-04 -3.1851236043600506E-04 -3.2436539593364602E-04
+ -3.3032562174690929E-04 -3.3639499117047843E-04 -3.4257549282649524E-04
+ -3.4886915129612257E-04 -3.5527802776219261E-04 -3.6180422066313053E-04
+ -3.6844986635834490E-04 -3.7521713980527988E-04 -3.8210825524832804E-04
+ -3.8912546691980348E-04 -3.9627106975318214E-04 -4.0354740010881639E-04
+ -4.1095683651233404E-04 -4.1850180040593678E-04 -4.2618475691281961E-04
+ -4.3400821561492597E-04 -4.4197473134426990E-04 -4.5008690498805106E-04
+ -4.5834738430779534E-04 -4.6675886477275683E-04 -4.7532409040782208E-04
+ -4.8404585465615754E-04 -4.9292700125685052E-04 -5.0197042513779359E-04
+ -5.1117907332406661E-04 -5.2055594586207651E-04 -5.3010409675972045E-04
+ -5.3982663494283407E-04 -5.4972672522820361E-04 -5.5980758931340781E-04
+ -5.7007250678378250E-04 -5.8052481613678002E-04 -5.9116791582402022E-04
+ -6.0200526531132268E-04 -6.1304038615701991E-04 -6.2427686310884980E-04
+ -6.3571834521974143E-04 -6.4736854698279852E-04 -6.5923124948580108E-04
+ -6.7131030158554565E-04 -6.8360962110235201E-04 -6.9613319603506029E-04
+ -7.0888508579686530E-04 -7.2186942247232154E-04 -7.3509041209586794E-04
+ -7.4855233595222100E-04 -7.6225955189899899E-04 -7.7621649571193183E-04
+ -7.9042768245303052E-04 -8.0489770786208552E-04 -8.1963124977187162E-04
+ -8.3463306954744982E-04 -8.4990801354994320E-04 -8.6546101462519796E-04
+ -8.8129709361771781E-04 -8.9742136091028747E-04 -9.1383901798969074E-04
+ -9.3055535903894919E-04 -9.4757577255650269E-04 -9.6490574300276181E-04
+ -9.8255085247447404E-04 -1.0005167824073404E-03 -1.0188093153073437E-03
+ -1.0374343365112287E-03 -1.0563978359766138E-03 -1.0757059101021904E-03
+ -1.0953647635784946E-03 -1.1153807112697321E-03 -1.1357601801271367E-03
+ -1.1565097111343764E-03 -1.1776359612854924E-03 -1.1991457055958920E-03
+ -1.2210458391469098E-03 -1.2433433791644557E-03 -1.2660454671322963E-03
+ -1.2891593709404854E-03 -1.3126924870695098E-03 -1.3366523428106976E-03
+ -1.3610465985234407E-03 -1.3858830499298128E-03 -1.4111696304471507E-03
+ -1.4369144135591820E-03 -1.4631256152262981E-03 -1.4898115963355553E-03
+ -1.5169808651910304E-03 -1.5446420800451363E-03 -1.5728040516715005E-03
+ -1.6014757459800815E-03 -1.6306662866751151E-03 -1.6603849579565680E-03
+ -1.6906412072657372E-03 -1.7214446480756634E-03 -1.7528050627270305E-03
+ -1.7847324053102292E-03 -1.8172368045942726E-03 -1.8503285670032565E-03
+ -1.8840181796410790E-03 -1.9183163133651229E-03 -1.9532338259096180E-03
+ -1.9887817650594344E-03 -2.0249713718750234E-03 -2.0618140839692651E-03
+ -2.0993215388369776E-03 -2.1375055772378487E-03 -2.1763782466335726E-03
+ -2.2159518046799614E-03 -2.2562387227748346E-03 -2.2972516896624801E-03
+ -2.3390036150955059E-03 -2.3815076335548758E-03 -2.4247771080289885E-03
+ -2.4688256338526123E-03 -2.5136670426065336E-03 -2.5593154060787595E-03
+ -2.6057850402881532E-03 -2.6530905095713589E-03 -2.7012466307339070E-03
+ -2.7502684772663837E-03 -2.8001713836265621E-03 -2.8509709495884157E-03
+ -2.9026830446588952E-03 -2.9553238125634373E-03 -3.0089096758011153E-03
+ -3.0634573402703660E-03 -3.1189837999662661E-03 -3.1755063417502937E-03
+ -3.2330425501935697E-03 -3.2916103124945241E-03 -3.3512278234720007E-03
+ -3.4119135906347776E-03 -3.4736864393285012E-03 -3.5365655179610766E-03
+ -3.6005703033074642E-03 -3.6657206058949886E-03 -3.7320365754701383E-03
+ -3.7995387065479164E-03 -3.8682478440447911E-03 -3.9381851889963015E-03
+ -4.0093723043603830E-03 -4.0818311209074726E-03 -4.1555839431984959E-03
+ -4.2306534556517967E-03 -4.3070627287001275E-03 -4.3848352250387395E-03
+ -4.4639948059657679E-03 -4.5445657378159563E-03 -4.6265726984888378E-03
+ -4.7100407840725330E-03 -4.7949955155642586E-03 -4.8814628456886880E-03
+ -4.9694691658153092E-03 -5.0590413129759145E-03 -5.1502065769833526E-03
+ -5.2429927076527534E-03 -5.3374279221262595E-03 -5.4335409123025787E-03
+ -5.5313608523723688E-03 -5.6309174064607132E-03 -5.7322407363778229E-03
+ -5.8353615094791141E-03 -5.9403109066358418E-03 -6.0471206303174749E-03
+ -6.1558229127869494E-03 -6.2664505244099979E-03 -6.3790367820796825E-03
+ -6.4936155577573805E-03 -6.6102212871312601E-03 -6.7288889783935430E-03
+ -6.8496542211376327E-03 -6.9725531953762901E-03 -7.0976226806820078E-03
+ -7.2249000654507345E-03 -7.3544233562900943E-03 -7.4862311875332392E-03
+ -7.6203628308794671E-03 -7.7568582051627212E-03 -7.8957578862491294E-03
+ -8.0371031170645858E-03 -8.1809358177536342E-03 -8.3272985959705927E-03
+ -8.4762347573040936E-03 -8.6277883158360404E-03 -8.7820040048360894E-03
+ -8.9389272875926538E-03 -9.0986043683814587E-03 -9.2610822035726955E-03
+ -9.4264085128777150E-03 -9.5946317907362310E-03 -9.7658013178450916E-03
+ -9.9399671728293507E-03 -1.0117180244056797E-02 -1.0297492241596623E-02
+ -1.0480955709323224E-02 -1.0667624037165927E-02 -1.0857551473505461E-02
+ -1.1050793137717981E-02 -1.1247405032867369E-02 -1.1447444058546580E-02
+ -1.1650968023868691E-02 -1.1858035660608401E-02 -1.2068706636494429E-02
+ -1.2283041568653631E-02 -1.2501102037207262E-02 -1.2722950599019870E-02
+ -1.2948650801601401E-02 -1.3178267197162846E-02 -1.3411865356825904E-02
+ -1.3649511884986922E-02 -1.3891274433835438E-02 -1.4137221718027589E-02
+ -1.4387423529514573E-02 -1.4641950752526171E-02 -1.4900875378709632E-02
+ -1.5164270522423740E-02 -1.5432210436188143E-02 -1.5704770526287760E-02
+ -1.5982027368532121E-02 -1.6264058724169448E-02 -1.6550943555955076E-02
+ -1.6842762044373901E-02 -1.7139595604016372E-02 -1.7441526900107519E-02
+ -1.7748639865188345E-02 -1.8061019715948888E-02 -1.8378752970212270E-02
+ -1.8701927464068721E-02 -1.9030632369158695E-02 -1.9364958210104009E-02
+ -1.9704996882085785E-02 -2.0050841668568031E-02 -2.0402587259165429E-02
+ -2.0760329767653872E-02 -2.1124166750122190E-02 -2.1494197223263411E-02
+ -2.1870521682803529E-02 -2.2253242122066183E-02 -2.2642462050670959E-02
+ -2.3038286513363117E-02 -2.3440822108972605E-02 -2.3850177009499710E-02
+ -2.4266460979324871E-02 -2.4689785394539910E-02 -2.5120263262397725E-02
+ -2.5558009240877502E-02 -2.6003139658362272E-02 -2.6455772533425206E-02
+ -2.6916027594721594E-02 -2.7384026300982384E-02 -2.7859891861105643E-02
+ -2.8343749254341976E-02 -2.8835725250569398E-02 -2.9335948430653624E-02
+ -2.9844549206888834E-02 -3.0361659843514445E-02 -3.0887414477302581E-02
+ -3.1421949138211308E-02 -3.1965401770098094E-02 -3.2517912251487785E-02
+ -3.3079622416389474E-02 -3.3650676075155934E-02 -3.4231219035379547E-02
+ -3.4821399122817870E-02 -3.5421366202342430E-02 -3.6031272198903272E-02
+ -3.6651271118502360E-02 -3.7281519069167976E-02 -3.7922174281922384E-02
+ -3.8573397131734896E-02 -3.9235350158451220E-02 -3.9908198087691443E-02
+ -4.0592107851706888E-02 -4.1287248610186879E-02 -4.1993791771005901E-02
+ -4.2711911010901105E-02 -4.3441782296070111E-02 -4.4183583902678535E-02
+ -4.4937496437266314E-02 -4.5703702857041791E-02 -4.6482388490051860E-02
+ -4.7273741055216534E-02 -4.8077950682215126E-02 -4.8895209931212290E-02
+ -4.9725713812410109E-02 -5.0569659805413426E-02 -5.1427247878394380E-02
+ -5.2298680507042061E-02 -5.3184162693282813E-02 -5.4083901983756032E-02
+ -5.4998108488030405E-02 -5.5926994896544402E-02 -5.6870776498255268E-02
+ -5.7829671197979084E-02 -5.8803899533405792E-02 -5.9793684691770752E-02
+ -6.0799252526165262E-02 -6.1820831571467290E-02 -6.2858653059873704E-02
+ -6.3912950936014207E-02 -6.4983961871627458E-02 -6.6071925279778329E-02
+ -6.7177083328595844E-02 -6.8299680954510444E-02 -6.9439965874967619E-02
+ -7.0598188600596565E-02 -7.1774602446810123E-02 -7.2969463544812554E-02
+ -7.4183030851990808E-02 -7.5415566161664935E-02 -7.6667334112171928E-02
+ -7.7938602195257486E-02 -7.9229640763748929E-02 -8.0540723038482406E-02
+ -8.1872125114456698E-02 -8.3224125966185669E-02 -8.4597007452219569E-02
+ -8.5991054318807131E-02 -8.7406554202667158E-02 -8.8843797632839547E-02
+ -9.0303078031583925E-02 -9.1784691714294500E-02 -9.3288937888397733E-02
+ -9.4816118651200140E-02 -9.6366538986652053E-02 -9.7940506760992321E-02
+ -9.9538332717239608E-02 -1.0116033046849275E-01 -1.0280681649000545E-01
+ -1.0447811010999622E-01 -1.0617453349915656E-01 -1.0789641165881823E-01
+ -1.0964407240774038E-01 -1.1141784636747606E-01 -1.1321806694627781E-01
+ -1.1504507032150028E-01 -1.1689919542045778E-01 -1.1878078389969438E-01
+ -1.2069018012262121E-01 -1.2262773113547905E-01 -1.2459378664157869E-01
+ -1.2658869897377495E-01 -1.2861282306512678E-01 -1.3066651641769692E-01
+ -1.3275013906944261E-01 -1.3486405355914899E-01 -1.3700862488935572E-01
+ -1.3918422048722678E-01 -1.4139121016331258E-01 -1.4362996606815340E-01
+ -1.4590086264667085E-01 -1.4820427659029581E-01 -1.5054058678677865E-01
+ -1.5291017426762754E-01 -1.5531342215312061E-01 -1.5775071559483492E-01
+ -1.6022244171563851E-01 -1.6272898954708634E-01 -1.6527074996416419E-01
+ -1.6784811561732257E-01 -1.7046148086174123E-01 -1.7311124168376521E-01
+ -1.7579779562445341E-01 -1.7852154170017970E-01 -1.8128288032022391E-01
+ -1.8408221320129362E-01 -1.8691994327891354E-01 -1.8979647461562149E-01
+ -1.9271221230590649E-01 -1.9566756237782831E-01 -1.9866293169125274E-01
+ -2.0169872783264037E-01 -2.0477535900632501E-01 -2.0789323392221479E-01
+ -2.1105276167985451E-01 -2.1425435164878240E-01 -2.1749841334511746E-01
+ -2.2078535630431029E-01 -2.2411558994999434E-01 -2.2748952345887127E-01
+ -2.3090756562156386E-01 -2.3437012469937329E-01 -2.3787760827687368E-01
+ -2.4143042311028073E-01 -2.4502897497152612E-01 -2.4867366848797684E-01
+ -2.5236490697773278E-01 -2.5610309228043870E-01 -2.5988862458354717E-01
+ -2.6372190224396924E-01 -2.6760332160505101E-01 -2.7153327680881229E-01
+ -2.7551215960338771E-01 -2.7954035914560871E-01 -2.8361826179866828E-01
+ -2.8774625092480610E-01 -2.9192470667296133E-01 -2.9615400576133188E-01
+ -3.0043452125478831E-01 -3.0476662233708424E-01 -3.0915067407781494E-01
+ -3.1358703719406872E-01 -3.1807606780672404E-01 -3.2261811719134253E-01
+ -3.2721353152361293E-01 -3.3186265161930062E-01 -3.3656581266866126E-01
+ -3.4132334396527553E-01 -3.4613556862927158E-01 -3.5100280332489531E-01
+ -3.5592535797239711E-01 -3.6090353545420384E-01 -3.6593763131534907E-01
+ -3.7102793345813523E-01 -3.7617472183100653E-01 -3.8137826811161396E-01
+ -3.8663883538405541E-01 -3.9195667781028126E-01 -3.9733204029565306E-01
+ -4.0276515814865416E-01 -4.0825625673474891E-01 -4.1380555112439410E-01
+ -4.1941324573520933E-01 -4.2507953396831782E-01 -4.3080459783887332E-01
+ -4.3658860760079371E-01 -4.4243172136572612E-01 -4.4833408471627290E-01
+ -4.5429583031351478E-01 -4.6031707749887169E-01 -4.6639793189034101E-01
+ -4.7253848497317469E-01 -4.7873881368504145E-01 -4.8499897999574310E-01
+ -4.9131903048154874E-01 -4.9769899589422473E-01 -5.0413889072483586E-01
+ -5.1063871276241013E-01 -5.1719844264755432E-01 -5.2381804342112270E-01
+ -5.3049746006804688E-01 -5.3723661905642994E-01 -5.4403542787203618E-01
+ -5.5089377454829558E-01 -5.5781152719195426E-01 -5.6478853350451641E-01
+ -5.7182462029962000E-01 -5.7891959301650064E-01 -5.8607323522970611E-01
+ -5.9328530815522618E-01 -6.0055555015321493E-01 -6.0788367622748907E-01
+ -6.1526937752198052E-01 -6.2271232081435302E-01 -6.3021214800697367E-01
+ -6.3776847561545313E-01 -6.4538089425496736E-01 -6.5304896812458424E-01
+ -6.6077223448982081E-01 -6.6855020316366809E-01 -6.7638235598631691E-01
+ -6.8426814630383781E-01 -6.9220699844605826E-01 -7.0019830720389931E-01
+ -7.0824143730642397E-01 -7.1633572289787006E-01 -7.2448046701493429E-01
+ -7.3267494106457709E-01 -7.4091838430262758E-01 -7.4921000331346865E-01
+ -7.5754897149108158E-01 -7.6593442852173843E-01 -7.7436547986862392E-01
+ -7.8284119625868032E-01 -7.9136061317196338E-01 -7.9992273033379135E-01
+ -8.0852651120999230E-01 -8.1717088250552716E-01 -8.2585473366678575E-01
+ -8.3457691638784459E-01 -8.4333624412097241E-01 -8.5213149159167501E-01
+ -8.6096139431856478E-01 -8.6982464813834182E-01 -8.7871990873616401E-01
+ -8.8764579118170295E-01 -8.9660086947114892E-01 -9.0558367607546408E-01
+ -9.1459270149515037E-01 -9.2362639382182232E-01 -9.3268315830685755E-01
+ -9.4176135693741403E-01 -9.5085930802009500E-01 -9.5997528577254787E-01
+ -9.6910751992329403E-01 -9.7825419532008406E-01 -9.8741345154708282E-01
+ -9.9658338255120638E-01 -1.0057620362779187E+00 -1.0149474143168498E+00
+ -1.0241374715575711E+00 -1.0333301158559025E+00 -1.0425232077111475E+00
+ -1.0517145599546607E+00 -1.0609019374501900E+00 -1.0700830568064594E+00
+ -1.0792555861024797E+00 -1.0884171446261208E+00 -1.0975653026265129E+00
+ -1.1066975810808555E+00 -1.1158114514762978E+00 -1.1249043356075561E+00
+ -1.1339736053909915E+00 -1.1430165826959253E+00 -1.1520305391939891E+00
+ -1.1610126962273841E+00 -1.1699602246969460E+00 -1.1788702449709603E+00
+ -1.1877398268157315E+00 -1.1965659893489324E+00 -1.2053457010168203E+00
+ -1.2140758795964119E+00 -1.2227533922237914E+00 -1.2313750554497009E+00
+ -1.2399376353236304E+00 -1.2484378475076174E+00 -1.2568723574209897E+00
+ -1.2652377804172938E+00 -1.2735306819946441E+00 -1.2817475780407297E+00
+ -1.2898849351136934E+00 -1.2979391707600920E+00 -1.3059066538710873E+00
+ -1.3137837050780234E+00 -1.3215665971884720E+00 -1.3292515556637832E+00
+ -1.3368347591391319E+00 -1.3443123399869845E+00 -1.3516803849248360E+00
+ -1.3589349356679983E+00 -1.3660719896281419E+00 -1.3730875006582191E+00
+ -1.3799773798442971E+00 -1.3867374963447388E+00 -1.3933636782771117E+00
+ -1.3998517136530675E+00 -1.4061973513613750E+00 -1.4123963021991821E+00
+ -1.4184442399514960E+00 -1.4243368025187759E+00 -1.4300695930924432E+00
+ -1.4356381813780215E+00 -1.4410381048655536E+00 -1.4462648701468208E+00
+ -1.4513139542788536E+00 -1.4561808061931079E+00 -1.4608608481496355E+00
+ -1.4653494772354969E+00 -1.4696420669065942E+00 -1.4737339685720503E+00
+ -1.4776205132202016E+00 -1.4812970130852132E+00 -1.4847587633532868E+00
+ -1.4880010439073785E+00 -1.4910191211093180E+00 -1.4938082496181786E+00
+ -1.4963636742437099E+00 -1.4986806318336479E+00 -1.5007543531936762E+00
+ -1.5025800650388010E+00 -1.5041529919749015E+00 -1.5054683585092186E+00
+ -1.5065213910885222E+00 -1.5073073201637408E+00 -1.5078213822798188E+00
+ -1.5080588221895990E+00 -1.5080148949905634E+00 -1.5076848682832531E+00
+ -1.5070640243502895E+00 -1.5061476623548897E+00 -1.5049311005578647E+00
+ -1.5034096785521260E+00 -1.5015787595137746E+00 -1.4994337324689275E+00
+ -1.4969700145754983E+00 -1.4941830534192262E+00 -1.4910683293233258E+00
+ -1.4876213576712343E+00 -1.4838376912420086E+00 -1.4797129225580274E+00
+ -1.4752426862447809E+00 -1.4704226614026217E+00 -1.4652485739904673E+00
+ -1.4597161992215912E+00 -1.4538213639717450E+00 -1.4475599492000089E+00
+ -1.4409278923828936E+00 -1.4339211899623754E+00 -1.4265358998086881E+00
+ -1.4187681436988668E+00 -1.4106141098121712E+00 -1.4020700552437222E+00
+ -1.3931323085378233E+00 -1.3837972722426237E+00 -1.3740614254879580E+00
+ -1.3639213265883878E+00 -1.3533736156736338E+00 -1.3424150173487928E+00
+ -1.3310423433869221E+00 -1.3192524954567468E+00 -1.3070424678884696E+00
+ -1.2944093504808281E+00 -1.2813503313527472E+00 -1.2678626998431481E+00
+ -1.2539438494626391E+00 -1.2395912809010285E+00 -1.2248026050947864E+00
+ -1.2095755463587647E+00 -1.1939079455866881E+00 -1.1777977635250931E+00
+ -1.1612430841255901E+00 -1.1442421179804865E+00 -1.1267932058469896E+00
+ -1.1088948222653556E+00 -1.0905455792765368E+00 -1.0717442302449982E+00
+ -1.0524896737925389E+00 -1.0327809578490788E+00 -1.0126172838264924E+00
+ -9.9199801092169304E-01 -9.7092266055525789E-01 -9.4939092095199085E-01
+ -9.2740265186987858E-01 -9.0495788948397604E-01 -8.8205685143177559E-01
+ -8.5869994202668087E-01 -8.3488775764618928E-01 -8.1062109230139245E-01
+ -7.8590094339438477E-01 -7.6072851767012062E-01 -7.3510523736919109E-01
+ -7.0903274658790771E-01 -6.8251291785197021E-01 -6.5554785890984713E-01
+ -6.2813991975184724E-01 -6.0029169986065922E-01 -5.7200605569891705E-01
+ -5.4328610843910730E-01 -5.1413525194083765E-01 -4.8455716098018475E-01
+ -4.5455579973547816E-01 -4.2413543053349984E-01 -3.9330062285965023E-01
+ -3.6205626263517277E-01 -3.3040756176401859E-01 -2.9836006795139919E-01
+ -2.6591967479547163E-01 -2.3309263215297268E-01 -1.9988555677893555E-01
+ -1.6630544323988378E-01 -1.3235967509911759E-01 -9.8056036371868202E-02
+ -6.3402723247202489E-02 -2.8408356072611312E-02  6.9180084037948949E-03
+  4.2566864539630600E-02  7.8528245060399571E-02  1.1479170808595894E-01
+  1.5134632393102743E-01  1.8818066169082034E-01  2.2528277562429799E-01
+  2.6264019134899819E-01  3.0023989186297734E-01  3.3806830341102123E-01
+  3.7611128121399906E-01  4.1435409508203236E-01  4.5278141493402863E-01
+  4.9137729624809523E-01  5.3012516546940580E-01  5.6900780540422979E-01
+  6.0800734063106843E-01  6.4710522296217909E-01  6.8628221699117065E-01
+  7.2551838576488492E-01  7.6479307662038176E-01  8.0408490723056258E-01
+  8.4337175190476443E-01  8.8263072819356803E-01  9.2183818385007110E-01
+  9.6096968420296913E-01  1.0000000000000000E+00  1.0389030957835863E+00
+  1.0776521188639276E+00  1.1162193889582543E+00  1.1545763885685503E+00
+===== TPHI 1 =====   [tphi(r)=TPHI(r)/r*Ylm(th,ph)]
+ 1  : radial mesh index
+  0.0000000000000000E+00 -2.0873964832672887E-08 -4.1939964292513808E-08
+ -6.3199765044280743E-08 -8.4655150005551852E-08 -1.0630791849624853E-07
+ -1.2815988638953080E-07 -1.5021288626408243E-07 -1.7246876755779876E-07
+ -1.9492939672288409E-07 -2.1759665738238089E-07 -2.4047245048813500E-07
+ -2.6355869448021833E-07 -2.8685732544781160E-07 -3.1037029729157485E-07
+ -3.3409958188750659E-07 -3.5804716925231111E-07 -3.8221506771028995E-07
+ -4.0660530406176434E-07 -4.3121992375305099E-07 -4.5606099104799957E-07
+ -4.8113058920110927E-07 -5.0643082063223516E-07 -5.3196380710290873E-07
+ -5.5773168989426958E-07 -5.8373662998664675E-07 -6.0998080824078037E-07
+ -6.3646642558072032E-07 -6.6319570317839937E-07 -6.9017088263991054E-07
+ -7.1739422619349475E-07 -7.4486801687925808E-07 -7.7259455874063690E-07
+ -8.0057617701762113E-07 -8.2881521834175646E-07 -8.5731405093294207E-07
+ -8.8607506479803552E-07 -9.1510067193128872E-07 -9.4439330651662517E-07
+ -9.7395542513177662E-07 -1.0037895069543032E-06 -1.0338980539695031E-06
+ -1.0642835911802389E-06 -1.0949486668186908E-06 -1.1258958525600614E-06
+ -1.1571277437382458E-06 -1.1886469595634814E-06 -1.2204561433420076E-06
+ -1.2525579626977401E-06 -1.2849551097959866E-06 -1.3176503015692215E-06
+ -1.3506462799449373E-06 -1.3839458120755894E-06 -1.4175516905706623E-06
+ -1.4514667337308640E-06 -1.4856937857844800E-06 -1.5202357171258983E-06
+ -1.5550954245563311E-06 -1.5902758315267500E-06 -1.6257798883830578E-06
+ -1.6616105726135103E-06 -1.6977708890984227E-06 -1.7342638703621664E-06
+ -1.7710925768274869E-06 -1.8082600970721622E-06 -1.8457695480880207E-06
+ -1.8836240755423402E-06 -1.9218268540416585E-06 -1.9603810873980017E-06
+ -1.9992900088975697E-06 -2.0385568815718913E-06 -2.0781849984714673E-06
+ -2.1181776829419426E-06 -2.1585382889028106E-06 -2.1992702011286839E-06
+ -2.2403768355331536E-06 -2.2818616394552573E-06 -2.3237280919485865E-06
+ -2.3659797040730527E-06 -2.4086200191893309E-06 -2.4516526132560239E-06
+ -2.4950810951295513E-06 -2.5389091068668016E-06 -2.5831403240305614E-06
+ -2.6277784559977721E-06 -2.6728272462705974E-06 -2.7182904727903745E-06
+ -2.7641719482544436E-06 -2.8104755204358880E-06 -2.8572050725062298E-06
+ -2.9043645233610777E-06 -2.9519578279487831E-06 -2.9999889776021132E-06
+ -3.0484620003729773E-06 -3.0973809613702386E-06 -3.1467499631006173E-06
+ -3.1965731458127475E-06 -3.2468546878443896E-06 -3.2975988059728421E-06
+ -3.3488097557685748E-06 -3.4004918319521078E-06 -3.4526493687541911E-06
+ -3.5052867402792811E-06 -3.5584083608723706E-06 -3.6120186854891889E-06
+ -3.6661222100698089E-06 -3.7207234719156938E-06 -3.7758270500702067E-06
+ -3.8314375657026275E-06 -3.8875596824957005E-06 -3.9441981070367404E-06
+ -4.0013575892123509E-06 -4.0590429226067569E-06 -4.1172589449038203E-06
+ -4.1760105382927297E-06 -4.2353026298774567E-06 -4.2951401920899421E-06
+ -4.3555282431071134E-06 -4.4164718472717096E-06 -4.4779761155170120E-06
+ -4.5400462057954541E-06 -4.6026873235111842E-06 -4.6659047219566129E-06
+ -4.7297037027529690E-06 -4.7940896162949055E-06 -4.8590678621992131E-06
+ -4.9246438897576436E-06 -4.9908231983939027E-06 -5.0576113381248526E-06
+ -5.1250139100259589E-06 -5.1930365667010129E-06 -5.2616850127561686E-06
+ -5.3309650052783684E-06 -5.4008823543181324E-06 -5.4714429233768261E-06
+ -5.5426526298983762E-06 -5.6145174457655389E-06 -5.6870433978007237E-06
+ -5.7602365682714063E-06 -5.8341030954002236E-06 -5.9086491738797496E-06
+ -5.9838810553919780E-06 -6.0598050491326352E-06 -6.1364275223402776E-06
+ -6.2137549008302769E-06 -6.2917936695336971E-06 -6.3705503730411539E-06
+ -6.4500316161516684E-06 -6.5302440644265509E-06 -6.6111944447484198E-06
+ -6.6928895458853218E-06 -6.7753362190600660E-06 -6.8585413785247941E-06
+ -6.9425120021408312E-06 -7.0272551319638689E-06 -7.1127778748345391E-06
+ -7.1990874029744115E-06 -7.2861909545874968E-06 -7.3740958344672380E-06
+ -7.4628094146091374E-06 -7.5523391348290009E-06 -7.6426925033868341E-06
+ -7.7338770976165468E-06 -7.8259005645613938E-06 -7.9187706216152834E-06
+ -8.0124950571699818E-06 -8.1070817312682839E-06 -8.2025385762631740E-06
+ -8.2988735974830503E-06 -8.3960948739031052E-06 -8.4942105588228310E-06
+ -8.5932288805497912E-06 -8.6931581430896690E-06 -8.7940067268426809E-06
+ -8.8957830893063756E-06 -8.9984957657848998E-06 -9.1021533701048160E-06
+ -9.2067645953374758E-06 -9.3123382145280476E-06 -9.4188830814312580E-06
+ -9.5264081312538989E-06 -9.6349223814041622E-06 -9.7444349322478591E-06
+ -9.8549549678716269E-06 -9.9664917568531159E-06 -1.0079054653038305E-05
+ -1.0192653096325918E-05 -1.0307296613459126E-05 -1.0422994818824446E-05
+ -1.0539757415258063E-05 -1.0657594194859540E-05 -1.0776515039813014E-05
+ -1.0896529923215930E-05 -1.1017648909915456E-05 -1.1139882157352523E-05
+ -1.1263239916413671E-05 -1.1387732532290722E-05 -1.1513370445348374E-05
+ -1.1640164191999749E-05 -1.1768124405590005E-05 -1.1897261817288117E-05
+ -1.2027587256986797E-05 -1.2159111654210725E-05 -1.2291846039033161E-05
+ -1.2425801543000947E-05 -1.2560989400068020E-05 -1.2697420947537561E-05
+ -1.2835107627012761E-05 -1.2974060985356352E-05 -1.3114292675658962E-05
+ -1.3255814458216392E-05 -1.3398638201515875E-05 -1.3542775883231388E-05
+ -1.3688239591228156E-05 -1.3835041524576387E-05 -1.3983193994574297E-05
+ -1.4132709425780612E-05 -1.4283600357056512E-05 -1.4435879442617178E-05
+ -1.4589559453093041E-05 -1.4744653276600733E-05 -1.4901173919823954E-05
+ -1.5059134509104270E-05 -1.5218548291541876E-05 -1.5379428636106592E-05
+ -1.5541789034759031E-05 -1.5705643103582031E-05 -1.5871004583922591E-05
+ -1.6037887343544273E-05 -1.6206305377790126E-05 -1.6376272810756489E-05
+ -1.6547803896477387E-05 -1.6720913020119980E-05 -1.6895614699190949E-05
+ -1.7071923584753943E-05 -1.7249854462658289E-05 -1.7429422254779016E-05
+ -1.7610642020268193E-05 -1.7793528956817862E-05 -1.7978098401934607E-05
+ -1.8164365834225747E-05 -1.8352346874697439E-05 -1.8542057288064764E-05
+ -1.8733512984073719E-05 -1.8926730018835517E-05 -1.9121724596173118E-05
+ -1.9318513068980080E-05 -1.9517111940592009E-05 -1.9717537866170586E-05
+ -1.9919807654100290E-05 -2.0123938267398062E-05 -2.0329946825135796E-05
+ -2.0537850603876075E-05 -2.0747667039121041E-05 -2.0959413726774523E-05
+ -2.1173108424617736E-05 -2.1388769053798569E-05 -2.1606413700334372E-05
+ -2.1826060616628810E-05 -2.2047728223002581E-05 -2.2271435109238126E-05
+ -2.2497200036138683E-05 -2.2725041937101646E-05 -2.2954979919706340E-05
+ -2.3187033267316446E-05 -2.3421221440697229E-05 -2.3657564079647498E-05
+ -2.3896081004646749E-05 -2.4136792218517299E-05 -2.4379717908101823E-05
+ -2.4624878445956326E-05 -2.4872294392058581E-05 -2.5121986495532407E-05
+ -2.5373975696387758E-05 -2.5628283127276797E-05 -2.5884930115266146E-05
+ -2.6143938183625521E-05 -2.6405329053632621E-05 -2.6669124646394827E-05
+ -2.6935347084687609E-05 -2.7204018694809724E-05 -2.7475162008455618E-05
+ -2.7748799764605042E-05 -2.8024954911429963E-05 -2.8303650608219084E-05
+ -2.8584910227320131E-05 -2.8868757356099806E-05 -2.9155215798922031E-05
+ -2.9444309579144168E-05 -2.9736062941131725E-05 -3.0030500352291624E-05
+ -3.0327646505124032E-05 -3.0627526319293185E-05 -3.0930164943717312E-05
+ -3.1235587758677559E-05 -3.1543820377946571E-05 -3.1854888650936566E-05
+ -3.2168818664867059E-05 -3.2485636746952648E-05 -3.2805369466611014E-05
+ -3.3128043637690953E-05 -3.3453686320721168E-05 -3.3782324825179683E-05
+ -3.4113986711783992E-05 -3.4448699794802543E-05 -3.4786492144387196E-05
+ -3.5127392088927356E-05 -3.5471428217425691E-05 -3.5818629381895655E-05
+ -3.6169024699781112E-05 -3.6522643556398324E-05 -3.6879515607400156E-05
+ -3.7239670781263170E-05 -3.7603139281797561E-05 -3.7969951590680083E-05
+ -3.8340138470010342E-05 -3.8713730964890715E-05 -3.9090760406029742E-05
+ -3.9471258412369718E-05 -3.9855256893738362E-05 -4.0242788053524839E-05
+ -4.0633884391380464E-05 -4.1028578705944264E-05 -4.1426904097593475E-05
+ -4.1828893971219649E-05 -4.2234582039029836E-05 -4.2644002323373997E-05
+ -4.3057189159598221E-05 -4.3474177198924077E-05 -4.3895001411354661E-05
+ -4.4319697088607365E-05 -4.4748299847073412E-05 -4.5180845630804819E-05
+ -4.5617370714528892E-05 -4.6057911706690222E-05 -4.6502505552520741E-05
+ -4.6951189537138281E-05 -4.7404001288673218E-05 -4.7860978781424168E-05
+ -4.8322160339042739E-05 -4.8787584637747257E-05 -4.9257290709566520E-05
+ -4.9731317945612989E-05 -5.0209706099386277E-05 -5.0692495290107154E-05
+ -5.1179726006081864E-05 -5.1671439108097716E-05 -5.2167675832849899E-05
+ -5.2668477796399550E-05 -5.3173886997663850E-05 -5.3683945821938396E-05
+ -5.4198697044451461E-05 -5.4718183833951453E-05 -5.5242449756327244E-05
+ -5.5771538778261567E-05 -5.6305495270918289E-05 -5.6844364013663647E-05
+ -5.7388190197821353E-05 -5.7937019430462764E-05 -5.8490897738231353E-05
+ -5.9049871571202881E-05 -5.9613987806780769E-05 -6.0183293753627383E-05
+ -6.0757837155631459E-05 -6.1337666195912264E-05 -6.1922829500860057E-05
+ -6.2513376144214343E-05 -6.3109355651179278E-05 -6.3710818002576955E-05
+ -6.4317813639038984E-05 -6.4930393465236714E-05 -6.5548608854150084E-05
+ -6.6172511651376082E-05 -6.6802154179476696E-05 -6.7437589242366676E-05
+ -6.8078870129742030E-05 -6.8726050621549059E-05 -6.9379184992494360E-05
+ -7.0038328016596736E-05 -7.0703534971780475E-05 -7.1374861644511273E-05
+ -7.2052364334474706E-05 -7.2736099859297592E-05 -7.3426125559312972E-05
+ -7.4122499302368934E-05 -7.4825279488681360E-05 -7.5534525055731869E-05
+ -7.6250295483210311E-05 -7.6972650798002979E-05 -7.7701651579226602E-05
+ -7.8437358963308942E-05 -7.9179834649115524E-05 -7.9929140903124224E-05
+ -8.0685340564647058E-05 -8.1448497051099929E-05 -8.2218674363321293E-05
+ -8.2995937090939311E-05 -8.3780350417788456E-05 -8.4571980127376369E-05
+ -8.5370892608400365E-05 -8.6177154860315040E-05 -8.6990834498951378E-05
+ -8.7811999762186805E-05 -8.8640719515668107E-05 -8.9477063258586734E-05
+ -9.0321101129507103E-05 -9.1172903912248667E-05 -9.2032543041822287E-05
+ -9.2900090610420691E-05 -9.3775619373464520E-05 -9.4659202755704007E-05
+ -9.5550914857376234E-05 -9.6450830460419724E-05 -9.7359025034745924E-05
+ -9.8275574744567968E-05 -9.9200556454788645E-05 -1.0013404773744608E-04
+ -1.0107612687821928E-04 -1.0202687288299364E-04 -1.0298636548448635E-04
+ -1.0395468514893321E-04 -1.0493191308283683E-04 -1.0591813123977671E-04
+ -1.0691342232728219E-04 -1.0791786981376881E-04 -1.0893155793553782E-04
+ -1.0995457170384083E-04 -1.1098699691200913E-04 -1.1202892014264839E-04
+ -1.1308042877489984E-04 -1.1414161099176848E-04 -1.1521255578751778E-04
+ -1.1629335297513372E-04 -1.1738409319385620E-04 -1.1848486791678069E-04
+ -1.1959576945852949E-04 -1.2071689098299332E-04 -1.2184832651114439E-04
+ -1.2299017092892156E-04 -1.2414251999518744E-04 -1.2530547034975931E-04
+ -1.2647911952151335E-04 -1.2766356593656430E-04 -1.2885890892651902E-04
+ -1.3006524873680731E-04 -1.3128268653508877E-04 -1.3251132441973677E-04
+ -1.3375126542840090E-04 -1.3500261354664847E-04 -1.3626547371668426E-04
+ -1.3753995184615192E-04 -1.3882615481701556E-04 -1.4012419049452303E-04
+ -1.4143416773625218E-04 -1.4275619640124001E-04 -1.4409038735919543E-04
+ -1.4543685249979743E-04 -1.4679570474207846E-04 -1.4816705804389417E-04
+ -1.4955102741148049E-04 -1.5094772890909814E-04 -1.5235727966876608E-04
+ -1.5377979790008500E-04 -1.5521540290015039E-04 -1.5666421506355723E-04
+ -1.5812635589249719E-04 -1.5960194800694719E-04 -1.6109111515495364E-04
+ -1.6259398222300984E-04 -1.6411067524652962E-04 -1.6564132142041669E-04
+ -1.6718604910973247E-04 -1.6874498786046007E-04 -1.7031826841036927E-04
+ -1.7190602269998020E-04 -1.7350838388362853E-04 -1.7512548634063187E-04
+ -1.7675746568656002E-04 -1.7840445878460718E-04 -1.8006660375707027E-04
+ -1.8174403999693216E-04 -1.8343690817955167E-04 -1.8514535027446135E-04
+ -1.8686950955727278E-04 -1.8860953062169270E-04 -1.9036555939164898E-04
+ -1.9213774313352812E-04 -1.9392623046852558E-04 -1.9573117138510997E-04
+ -1.9755271725160087E-04 -1.9939102082886347E-04 -2.0124623628311954E-04
+ -2.0311851919887640E-04 -2.0500802659197432E-04 -2.0691491692275535E-04
+ -2.0883935010935090E-04 -2.1078148754109406E-04 -2.1274149209205375E-04
+ -2.1471952813469382E-04 -2.1671576155365876E-04 -2.1873035975968359E-04
+ -2.2076349170363499E-04 -2.2281532789067930E-04 -2.2488604039458176E-04
+ -2.2697580287213713E-04 -2.2908479057773365E-04 -2.3121318037804943E-04
+ -2.3336115076688573E-04 -2.3552888188013569E-04 -2.3771655551089150E-04
+ -2.3992435512468942E-04 -2.4215246587489699E-04 -2.4440107461823921E-04
+ -2.4667036993046955E-04 -2.4896054212218460E-04 -2.5127178325478380E-04
+ -2.5360428715657705E-04 -2.5595824943903863E-04 -2.5833386751321244E-04
+ -2.6073134060626758E-04 -2.6315086977820576E-04 -2.6559265793872297E-04
+ -2.6805690986422679E-04 -2.7054383221500848E-04 -2.7305363355257443E-04
+ -2.7558652435713733E-04 -2.7814271704526718E-04 -2.8072242598770519E-04
+ -2.8332586752734219E-04 -2.8595325999736086E-04 -2.8860482373954644E-04
+ -2.9128078112276493E-04 -2.9398135656161180E-04 -2.9670677653523270E-04
+ -2.9945726960631524E-04 -3.0223306644025809E-04 -3.0503439982451473E-04
+ -3.0786150468811637E-04 -3.1071461812137263E-04 -3.1359397939575648E-04
+ -3.1649982998396798E-04 -3.1943241358018678E-04 -3.2239197612050793E-04
+ -3.2537876580356734E-04 -3.2839303311135628E-04 -3.3143503083022801E-04
+ -3.3450501407209611E-04 -3.3760324029582991E-04 -3.4072996932884528E-04
+ -3.4388546338889430E-04 -3.4706998710605703E-04 -3.5028380754493197E-04
+ -3.5352719422703438E-04 -3.5680041915339868E-04 -3.6010375682738935E-04
+ -3.6343748427772110E-04 -3.6680188108169273E-04 -3.7019722938863147E-04
+ -3.7362381394355536E-04 -3.7708192211105367E-04 -3.8057184389938528E-04
+ -3.8409387198479932E-04 -3.8764830173608142E-04 -3.9123543123932184E-04
+ -3.9485556132291572E-04 -3.9850899558279031E-04 -4.0219604040786597E-04
+ -4.0591700500575015E-04 -4.0967220142866951E-04 -4.1346194459963831E-04
+ -4.1728655233886909E-04 -4.2114634539042645E-04 -4.2504164744912407E-04
+ -4.2897278518767314E-04 -4.3294008828407562E-04 -4.3694388944927288E-04
+ -4.4098452445504792E-04 -4.4506233216218358E-04 -4.4917765454888036E-04
+ -4.5333083673943701E-04 -4.5752222703319132E-04 -4.6175217693373021E-04
+ -4.6602104117836888E-04 -4.7032917776789840E-04 -4.7467694799660932E-04
+ -4.7906471648259170E-04 -4.8349285119831075E-04 -4.8796172350146742E-04
+ -4.9247170816614104E-04 -4.9702318341421825E-04 -5.0161653094711416E-04
+ -5.0625213597777852E-04 -5.1093038726300415E-04 -5.1565167713602759E-04
+ -5.2041640153943072E-04 -5.2522496005834632E-04 -5.3007775595396913E-04
+ -5.3497519619737175E-04 -5.3991769150363604E-04 -5.4490565636629567E-04
+ -5.4993950909209774E-04 -5.5501967183608115E-04 -5.6014657063698241E-04
+ -5.6532063545296045E-04 -5.7054230019765661E-04 -5.7581200277658255E-04
+ -5.8113018512384368E-04 -5.8649729323920273E-04 -5.9191377722547886E-04
+ -5.9738009132629722E-04 -6.0289669396418116E-04 -6.0846404777899741E-04
+ -6.1408261966675243E-04 -6.1975288081875029E-04 -6.2547530676110481E-04
+ -6.3125037739461879E-04 -6.3707857703503045E-04 -6.4296039445362789E-04
+ -6.4889632291823918E-04 -6.5488686023459951E-04 -6.6093250878809535E-04
+ -6.6703377558589849E-04 -6.7319117229948237E-04 -6.7940521530753255E-04
+ -6.8567642573925263E-04 -6.9200532951806408E-04 -6.9839245740571361E-04
+ -7.0483834504678179E-04 -7.1134353301360452E-04 -7.1790856685160533E-04
+ -7.2453399712504776E-04 -7.3122037946320346E-04 -7.3796827460694914E-04
+ -7.4477824845579259E-04 -7.5165087211532839E-04 -7.5858672194513118E-04
+ -7.6558637960709279E-04 -7.7265043211419723E-04 -7.7977947187975107E-04
+ -7.8697409676706318E-04 -7.9423491013958165E-04 -8.0156252091149300E-04
+ -8.0895754359878915E-04 -8.1642059837079605E-04 -8.2395231110218544E-04
+ -8.3155331342545991E-04 -8.3922424278392303E-04 -8.4696574248513694E-04
+ -8.5477846175486779E-04 -8.6266305579153248E-04 -8.7062018582114277E-04
+ -8.7865051915275868E-04 -8.8675472923444530E-04 -8.9493349570975459E-04
+ -9.0318750447471445E-04 -9.1151744773535176E-04 -9.1992402406574053E-04
+ -9.2840793846658452E-04 -9.3696990242433812E-04 -9.4561063397087530E-04
+ -9.5433085774369820E-04 -9.6313130504671011E-04 -9.7201271391153998E-04
+ -9.8097582915943515E-04 -9.9002140246372446E-04 -9.9915019241284767E-04
+ -1.0083629645739750E-03 -1.0176604915572069E-03 -1.0270435530803643E-03
+ -1.0365129360343749E-03 -1.0460694345492650E-03 -1.0557138500607501E-03
+ -1.0654469913774453E-03 -1.0752696747486923E-03 -1.0851827239330084E-03
+ -1.0951869702671650E-03 -1.1052832527359093E-03 -1.1154724180423112E-03
+ -1.1257553206787739E-03 -1.1361328229986881E-03 -1.1466057952887489E-03
+ -1.1571751158419390E-03 -1.1678416710311768E-03 -1.1786063553836492E-03
+ -1.1894700716558256E-03 -1.2004337309091606E-03 -1.2114982525864939E-03
+ -1.2226645645891576E-03 -1.2339336033547811E-03 -1.2453063139358242E-03
+ -1.2567836500788254E-03 -1.2683665743043833E-03 -1.2800560579878661E-03
+ -1.2918530814408778E-03 -1.3037586339934566E-03 -1.3157737140770409E-03
+ -1.3278993293081960E-03 -1.3401364965731069E-03 -1.3524862421128595E-03
+ -1.3649496016094867E-03 -1.3775276202728261E-03 -1.3902213529281655E-03
+ -1.4030318641046963E-03 -1.4159602281247810E-03 -1.4290075291940472E-03
+ -1.4421748614922977E-03 -1.4554633292652676E-03 -1.4688740469172238E-03
+ -1.4824081391044124E-03 -1.4960667408293669E-03 -1.5098509975360896E-03
+ -1.5237620652060965E-03 -1.5378011104553565E-03 -1.5519693106321177E-03
+ -1.5662678539156340E-03 -1.5806979394158026E-03 -1.5952607772737101E-03
+ -1.6099575887631107E-03 -1.6247896063928372E-03 -1.6397580740101492E-03
+ -1.6548642469050366E-03 -1.6701093919154837E-03 -1.6854947875336924E-03
+ -1.7010217240132914E-03 -1.7166915034775294E-03 -1.7325054400284619E-03
+ -1.7484648598571383E-03 -1.7645711013548192E-03 -1.7808255152251895E-03
+ -1.7972294645976251E-03 -1.8137843251414970E-03 -1.8304914851815185E-03
+ -1.8473523458141631E-03 -1.8643683210251493E-03 -1.8815408378080008E-03
+ -1.8988713362837061E-03 -1.9163612698214715E-03 -1.9340121051605876E-03
+ -1.9518253225334226E-03 -1.9698024157895292E-03 -1.9879448925209124E-03
+ -2.0062542741884370E-03 -2.0247320962494043E-03 -2.0433799082862952E-03
+ -2.0621992741367101E-03 -2.0811917720244834E-03 -2.1003589946920224E-03
+ -2.1197025495338544E-03 -2.1392240587314033E-03 -2.1589251593890054E-03
+ -2.1788075036711842E-03 -2.1988727589411648E-03 -2.2191226079006890E-03
+ -2.2395587487310988E-03 -2.2601828952357253E-03 -2.2809967769835855E-03
+ -2.3020021394543934E-03 -2.3232007441849147E-03 -2.3445943689166617E-03
+ -2.3661848077449477E-03 -2.3879738712693113E-03 -2.4099633867453269E-03
+ -2.4321551982378030E-03 -2.4545511667753966E-03 -2.4771531705066528E-03
+ -2.4999631048574626E-03 -2.5229828826899888E-03 -2.5462144344630430E-03
+ -2.5696597083939296E-03 -2.5933206706217956E-03 -2.6171993053724653E-03
+ -2.6412976151248026E-03 -2.6656176207785994E-03 -2.6901613618240000E-03
+ -2.7149308965124953E-03 -2.7399283020294761E-03 -2.7651556746683911E-03
+ -2.7906151300064802E-03 -2.8163088030821550E-03 -2.8422388485739762E-03
+ -2.8684074409813026E-03 -2.8948167748065867E-03 -2.9214690647393540E-03
+ -2.9483665458418661E-03 -2.9755114737365046E-03 -3.0029061247948499E-03
+ -3.0305527963285293E-03 -3.0584538067818007E-03 -3.0866114959259105E-03
+ -3.1150282250552472E-03 -3.1437063771852752E-03 -3.1726483572523134E-03
+ -3.2018565923151348E-03 -3.2313335317584245E-03 -3.2610816474981036E-03
+ -3.2911034341885533E-03 -3.3214014094317158E-03 -3.3519781139881486E-03
+ -3.3828361119899995E-03 -3.4139779911559415E-03 -3.4454063630080856E-03
+ -3.4771238630908969E-03 -3.5091331511920955E-03 -3.5414369115656114E-03
+ -3.5740378531565844E-03 -3.6069387098284183E-03 -3.6401422405919455E-03
+ -3.6736512298366697E-03 -3.7074684875641490E-03 -3.7415968496235228E-03
+ -3.7760391779492041E-03 -3.8107983608007424E-03 -3.8458773130049177E-03
+ -3.8812789762000207E-03 -3.9170063190824087E-03 -3.9530623376553180E-03
+ -3.9894500554799534E-03 -4.0261725239288913E-03 -4.0632328224418221E-03
+ -4.1006340587836088E-03 -4.1383793693047536E-03 -4.1764719192042320E-03
+ -4.2149149027947540E-03 -4.2537115437704526E-03 -4.2928650954770472E-03
+ -4.3323788411844585E-03 -4.3722560943619555E-03 -4.4125001989558203E-03
+ -4.4531145296695532E-03 -4.4941024922466799E-03 -4.5354675237561023E-03
+ -4.5772130928801334E-03 -4.6193427002051250E-03 -4.6618598785147965E-03
+ -4.7047681930862369E-03 -4.7480712419886491E-03 -4.7917726563847978E-03
+ -4.8358761008352640E-03 -4.8803852736054674E-03 -4.9253039069755301E-03
+ -4.9706357675529432E-03 -5.0163846565881689E-03 -5.0625544102930733E-03
+ -5.1091489001623110E-03 -5.1561720332976750E-03 -5.2036277527353850E-03
+ -5.2515200377764356E-03 -5.2998529043198957E-03 -5.3486304051993498E-03
+ -5.3978566305223656E-03 -5.4475357080131116E-03 -5.4976718033581022E-03
+ -5.5482691205551221E-03 -5.5993319022653422E-03 -5.6508644301686718E-03
+ -5.7028710253223805E-03 -5.7553560485229839E-03 -5.8083239006714738E-03
+ -5.8617790231418974E-03 -5.9157258981532880E-03 -5.9701690491450361E-03
+ -6.0251130411556903E-03 -6.0805624812052426E-03 -6.1365220186809068E-03
+ -6.1929963457264285E-03 -6.2499901976349748E-03 -6.3075083532456349E-03
+ -6.3655556353435384E-03 -6.4241369110636338E-03 -6.4832570922982178E-03
+ -6.5429211361081119E-03 -6.6031340451376958E-03 -6.6639008680336904E-03
+ -6.7252266998677921E-03 -6.7871166825631806E-03 -6.8495760053249571E-03
+ -6.9126099050744582E-03 -6.9762236668876277E-03 -7.0404226244373484E-03
+ -7.1052121604398572E-03 -7.1705977071052302E-03 -7.2365847465919887E-03
+ -7.3031788114658845E-03 -7.3703854851629108E-03 -7.4382104024564430E-03
+ -7.5066592499287961E-03 -7.5757377664470047E-03 -7.6454517436429972E-03
+ -7.7158070263981422E-03 -7.7868095133322452E-03 -7.8584651572970107E-03
+ -7.9307799658740272E-03 -8.0037600018772782E-03 -8.0774113838603008E-03
+ -8.1517402866279256E-03 -8.2267529417527699E-03 -8.3024556380963416E-03
+ -8.3788547223350163E-03 -8.4559565994907632E-03 -8.5337677334667468E-03
+ -8.6122946475878127E-03 -8.6915439251458986E-03 -8.7715222099504584E-03
+ -8.8522362068838897E-03 -8.9336926824620556E-03 -9.0158984653998849E-03
+ -9.0988604471822412E-03 -9.1825855826398271E-03 -9.2670808905305074E-03
+ -9.3523534541258852E-03 -9.4384104218032065E-03 -9.5252590076426828E-03
+ -9.6129064920302786E-03 -9.7013602222659860E-03 -9.7906276131776333E-03
+ -9.8807161477403177E-03 -9.9716333777014454E-03 -1.0063386924211579E-02
+ -1.0155984478460833E-02 -1.0249433802321269E-02 -1.0343742728995055E-02
+ -1.0438919163668516E-02 -1.0534971084172187E-02 -1.0631906541646845E-02
+ -1.0729733661215620E-02 -1.0828460642662210E-02 -1.0928095761115289E-02
+ -1.1028647367739132E-02 -1.1130123890430490E-02 -1.1232533834521935E-02
+ -1.1335885783491376E-02 -1.1440188399678227E-02 -1.1545450425006003E-02
+ -1.1651680681711473E-02 -1.1758888073080490E-02 -1.1867081584190425E-02
+ -1.1976270282659430E-02 -1.2086463319402449E-02 -1.2197669929394092E-02
+ -1.2309899432438451E-02 -1.2423161233945972E-02 -1.2537464825717139E-02
+ -1.2652819786733559E-02 -1.2769235783956022E-02 -1.2886722573129866E-02
+ -1.3005289999597634E-02 -1.3124947999119058E-02 -1.3245706598698531E-02
+ -1.3367575917419995E-02 -1.3490566167289450E-02 -1.3614687654085045E-02
+ -1.3739950778214846E-02 -1.3866366035582471E-02 -1.3993944018460330E-02
+ -1.4122695416370982E-02 -1.4252631016976307E-02 -1.4383761706974786E-02
+ -1.4516098473006828E-02 -1.4649652402568285E-02 -1.4784434684932223E-02
+ -1.4920456612078968E-02 -1.5057729579634554E-02 -1.5196265087817627E-02
+ -1.5336074742394944E-02 -1.5477170255645252E-02 -1.5619563447332112E-02
+ -1.5763266245685314E-02 -1.5908290688391141E-02 -1.6054648923591576E-02
+ -1.6202353210892417E-02 -1.6351415922380496E-02 -1.6501849543650009E-02
+ -1.6653666674838054E-02 -1.6806880031669403E-02 -1.6961502446510845E-02
+ -1.7117546869434581E-02 -1.7275026369291534E-02 -1.7433954134794052E-02
+ -1.7594343475608339E-02 -1.7756207823456670E-02 -1.7919560733229402E-02
+ -1.8084415884106971E-02 -1.8250787080691895E-02 -1.8418688254150814E-02
+ -1.8588133463366768E-02 -1.8759136896101678E-02 -1.8931712870169374E-02
+ -1.9105875834618660E-02 -1.9281640370927333E-02 -1.9459021194206502E-02
+ -1.9638033154415788E-02 -1.9818691237589194E-02 -2.0001010567071899E-02
+ -2.0185006404767981E-02 -2.0370694152399199E-02 -2.0558089352774953E-02
+ -2.0747207691073341E-02 -2.0938064996133803E-02 -2.1130677241760792E-02
+ -2.1325060548039253E-02 -2.1521231182661603E-02 -2.1719205562266343E-02
+ -2.1919000253788533E-02 -2.2120631975822039E-02 -2.2324117599993896E-02
+ -2.2529474152350511E-02 -2.2736718814756265E-02 -2.2945868926304111E-02
+ -2.3156941984738898E-02 -2.3369955647892578E-02 -2.3584927735132467E-02
+ -2.3801876228821864E-02 -2.4020819275793488E-02 -2.4241775188835749E-02
+ -2.4464762448191874E-02 -2.4689799703072161E-02 -2.4916905773179256E-02
+ -2.5146099650246723E-02 -2.5377400499590919E-02 -2.5610827661676227E-02
+ -2.5846400653694018E-02 -2.6084139171154829E-02 -2.6324063089494722E-02
+ -2.6566192465695117E-02 -2.6810547539916768E-02 -2.7057148737147631E-02
+ -2.7306016668864883E-02 -2.7557172134711212E-02 -2.7810636124185342E-02
+ -2.8066429818347095E-02 -2.8324574591536839E-02 -2.8585092013109846E-02
+ -2.8848003849184890E-02 -2.9113332064408196E-02 -2.9381098823731966E-02
+ -2.9651326494208166E-02 -2.9924037646797286E-02 -3.0199255058192393E-02
+ -3.0477001712658578E-02 -3.0757300803887791E-02 -3.1040175736869166E-02
+ -3.1325650129775083E-02 -3.1613747815862875E-02 -3.1904492845392610E-02
+ -3.2197909487560371E-02 -3.2494022232447982E-02 -3.2792855792988726E-02
+ -3.3094435106949260E-02 -3.3398785338927955E-02 -3.3705931882369589E-02
+ -3.4015900361596602E-02 -3.4328716633856976E-02 -3.4644406791388860E-02
+ -3.4962997163501944E-02 -3.5284514318675950E-02 -3.5608985066675689E-02
+ -3.5936436460683702E-02 -3.6266895799449840E-02 -3.6600390629458079E-02
+ -3.6936948747110940E-02 -3.7276598200931078E-02 -3.7619367293780605E-02
+ -3.7965284585097986E-02 -3.8314378893152666E-02 -3.8666679297317388E-02
+ -3.9022215140358800E-02 -3.9381016030745217E-02 -3.9743111844973276E-02
+ -4.0108532729912279E-02 -4.0477309105166677E-02 -4.0849471665457097E-02
+ -4.1225051383019448E-02 -4.1604079510022582E-02 -4.1986587581004320E-02
+ -4.2372607415326162E-02 -4.2762171119646475E-02 -4.3155311090412277E-02
+ -4.3552060016370228E-02 -4.3952450881095527E-02 -4.4356516965540452E-02
+ -4.4764291850601393E-02 -4.5175809419704858E-02 -4.5591103861412477E-02
+ -4.6010209672045055E-02 -4.6433161658325596E-02 -4.6859994940041470E-02
+ -4.7290744952725672E-02 -4.7725447450357082E-02 -4.8164138508080476E-02
+ -4.8606854524944634E-02 -4.9053632226660711E-02 -4.9504508668379243E-02
+ -4.9959521237486537E-02 -5.0418707656420189E-02 -5.0882105985503925E-02
+ -5.1349754625801505E-02 -5.1821692321989951E-02 -5.2297958165251818E-02
+ -5.2778591596186572E-02 -5.3263632407741540E-02 -5.3753120748161014E-02
+ -5.4247097123955347E-02 -5.4745602402888331E-02 -5.5248677816983990E-02
+ -5.5756364965551843E-02 -5.6268705818231297E-02 -5.6785742718054373E-02
+ -5.7307518384527419E-02 -5.7834075916731224E-02 -5.8365458796439354E-02
+ -5.8901710891255135E-02 -5.9442876457766899E-02 -5.9989000144720597E-02
+ -6.0540126996211259E-02 -6.1096302454891720E-02 -6.1657572365199059E-02
+ -6.2223982976598646E-02 -6.2795580946845328E-02 -6.3372413345261613E-02
+ -6.3954527656033253E-02 -6.4541971781520810E-02 -6.5134794045588210E-02
+ -6.5733043196947602E-02 -6.6336768412519467E-02 -6.6946019300809304E-02
+ -6.7560845905299247E-02 -6.8181298707855040E-02 -6.8807428632147880E-02
+ -6.9439287047090514E-02 -7.0076925770287929E-02 -7.0720397071501601E-02
+ -7.1369753676127384E-02 -7.2025048768686262E-02 -7.2686335996327942E-02
+ -7.3353669472347241E-02 -7.4027103779710973E-02 -7.4706693974597574E-02
+ -7.5392495589946928E-02 -7.6084564639020691E-02 -7.6782957618972594E-02
+ -7.7487731514428115E-02 -7.8198943801072660E-02 -7.8916652449248267E-02
+ -7.9640915927557759E-02 -8.0371793206475667E-02 -8.1109343761966129E-02
+ -8.1853627579105109E-02 -8.2604705155708780E-02 -8.3362637505965537E-02
+ -8.4127486164071397E-02 -8.4899313187867836E-02 -8.5678181162481909E-02
+ -8.6464153203966679E-02 -8.7257292962942129E-02 -8.8057664628234930E-02
+ -8.8865332930516197E-02 -8.9680363145937358E-02 -9.0502821099760489E-02
+ -9.1332773169985171E-02 -9.2170286290968809E-02 -9.3015427957039626E-02
+ -9.3868266226101574E-02 -9.4728869723229595E-02 -9.5597307644253990E-02
+ -9.6473649759332716E-02 -9.7357966416510330E-02 -9.8250328545261723E-02
+ -9.9150807660019782E-02 -1.0005947586368578E-01 -1.0097640585111899E-01
+ -1.0190167091260657E-01 -1.0283534493731075E-01 -1.0377750241669129E-01
+ -1.0472821844790195E-01 -1.0568756873715961E-01 -1.0665562960308293E-01
+ -1.0763247797999990E-01 -1.0861819142122148E-01 -1.0961284810227929E-01
+ -1.1061652682412679E-01 -1.1162930701629765E-01 -1.1265126874002465E-01
+ -1.1368249269131257E-01 -1.1472306020396392E-01 -1.1577305325255580E-01
+ -1.1683255445536377E-01 -1.1790164707723179E-01 -1.1898041503238416E-01
+ -1.2006894288717732E-01 -1.2116731586278809E-01 -1.2227561983783709E-01
+ -1.2339394135094031E-01 -1.2452236760319071E-01 -1.2566098646056306E-01
+ -1.2680988645623931E-01 -1.2796915679285223E-01 -1.2913888734464238E-01
+ -1.3031916865952506E-01 -1.3151009196106425E-01 -1.3271174915034828E-01
+ -1.3392423280776472E-01 -1.3514763619466821E-01 -1.3638205325494071E-01
+ -1.3762757861643396E-01 -1.3888430759229581E-01 -1.4015233618217193E-01
+ -1.4143176107327890E-01 -1.4272267964134425E-01 -1.4402518995140806E-01
+ -1.4533939075848079E-01 -1.4666538150805233E-01 -1.4800326233644570E-01
+ -1.4935313407101156E-01 -1.5071509823015622E-01 -1.5208925702319626E-01
+ -1.5347571335003651E-01 -1.5487457080066222E-01 -1.5628593365444018E-01
+ -1.5770990687922162E-01 -1.5914659613024018E-01 -1.6059610774879729E-01
+ -1.6205854876072878E-01 -1.6353402687464361E-01 -1.6502265047992809E-01
+ -1.6652452864450687E-01 -1.6803977111235477E-01 -1.6956848830074539E-01
+ -1.7111079129723522E-01 -1.7266679185636880E-01 -1.7423660239609851E-01
+ -1.7582033599390784E-01 -1.7741810638263042E-01 -1.7903002794595291E-01
+ -1.8065621571359342E-01 -1.8229678535614310E-01 -1.8395185317956134E-01
+ -1.8562153611931495E-01 -1.8730595173414441E-01 -1.8900521819945346E-01
+ -1.9071945430030357E-01 -1.9244877942400448E-01 -1.9419331355228647E-01
+ -1.9595317725304232E-01 -1.9772849167162523E-01 -1.9951937852168966E-01
+ -2.0132596007555978E-01 -2.0314835915411203E-01 -2.0498669911615888E-01
+ -2.0684110384731264E-01 -2.0871169774832135E-01 -2.1059860572285646E-01
+ -2.1250195316473522E-01 -2.1442186594456392E-01 -2.1635847039578307E-01
+ -2.1831189330009634E-01 -2.2028226187226652E-01 -2.2226970374425853E-01
+ -2.2427434694871198E-01 -2.2629631990172194E-01 -2.2833575138491033E-01
+ -2.3039277052676260E-01 -2.3246750678321529E-01 -2.3456008991746805E-01
+ -2.3667064997899900E-01 -2.3879931728176143E-01 -2.4094622238153854E-01
+ -2.4311149605243168E-01 -2.4529526926245865E-01 -2.4749767314823623E-01
+ -2.4971883898872085E-01 -2.5195889817798561E-01 -2.5421798219699671E-01
+ -2.5649622258437471E-01 -2.5879375090610257E-01 -2.6111069872415577E-01
+ -2.6344719756402452E-01 -2.6580337888109806E-01 -2.6817937402587899E-01
+ -2.7057531420799741E-01 -2.7299133045899110E-01 -2.7542755359382165E-01
+ -2.7788411417108655E-01 -2.8036114245190258E-01 -2.8285876835741164E-01
+ -2.8537712142488647E-01 -2.8791633076239087E-01 -2.9047652500195809E-01
+ -2.9305783225125071E-01 -2.9566038004366113E-01 -2.9828429528681166E-01
+ -3.0092970420941501E-01 -3.0359673230645157E-01 -3.0628550428261991E-01
+ -3.0899614399402126E-01 -3.1172877438802316E-01 -3.1448351744126912E-01
+ -3.1726049409577889E-01 -3.2005982419309459E-01 -3.2288162640642404E-01
+ -3.2572601817073249E-01 -3.2859311561073062E-01 -3.3148303346670971E-01
+ -3.3439588501816925E-01 -3.3733178200518482E-01 -3.4029083454746434E-01
+ -3.4327315106102979E-01 -3.4627883817247712E-01 -3.4930800063075301E-01
+ -3.5236074121638733E-01 -3.5543716064812753E-01 -3.5853735748691046E-01
+ -3.6166142803711210E-01 -3.6480946624501248E-01 -3.6798156359441231E-01
+ -3.7117780899933750E-01 -3.7439828869376574E-01 -3.7764308611831093E-01
+ -3.8091228180379216E-01 -3.8420595325162848E-01 -3.8752417481098306E-01
+ -3.9086701755258957E-01 -3.9423454913918976E-01 -3.9762683369251045E-01
+ -4.0104393165670732E-01 -4.0448589965820275E-01 -4.0795279036184295E-01
+ -4.1144465232329880E-01 -4.1496152983764029E-01 -4.1850346278399592E-01
+ -4.2207048646623679E-01 -4.2566263144959460E-01 -4.2927992339314314E-01
+ -4.3292238287806073E-01 -4.3659002523159890E-01 -4.4028286034667419E-01
+ -4.4400089249700730E-01 -4.4774412014772758E-01 -4.5151253576136463E-01
+ -4.5530612559915029E-01 -4.5912486951754161E-01 -4.6296874075989908E-01
+ -4.6683770574323208E-01 -4.7073172383993528E-01 -4.7465074715443889E-01
+ -4.7859472029469419E-01 -4.8256358013841910E-01 -4.8655725559402641E-01
+ -4.9057566735616287E-01 -4.9461872765578285E-01 -4.9868634000468642E-01
+ -5.0277839893445531E-01 -5.0689478972970703E-01 -5.1103538815561522E-01
+ -5.1520006017962416E-01 -5.1938866168729547E-01 -5.2360103819223069E-01
+ -5.2783702454001380E-01 -5.3209644460611938E-01 -5.3637911098773783E-01
+ -5.4068482468947321E-01 -5.4501337480287115E-01 -5.4936453817974373E-01
+ -5.5373807909924921E-01 -5.5813374892871392E-01 -5.6255128577816493E-01
+ -5.6699041414856066E-01 -5.7145084457371176E-01 -5.7593227325588781E-01
+ -5.8043438169511674E-01 -5.8495683631218831E-01 -5.8949928806538221E-01
+ -5.9406137206095233E-01 -5.9864270715740131E-01 -6.0324289556360389E-01
+ -6.0786152243082103E-01 -6.1249815543869424E-01 -6.1715234437528876E-01
+ -6.2182362071128272E-01 -6.2651149716841259E-01 -6.3121546728229116E-01
+ -6.3593500495973676E-01 -6.4066956403076225E-01 -6.4541857779539136E-01
+ -6.5018145856548670E-01 -6.5495759720179281E-01 -6.5974636264640396E-01
+ -6.6454710145091389E-01 -6.6935913730049479E-01 -6.7418177053419170E-01
+ -6.7901427766173961E-01 -6.8385591087722875E-01 -6.8870589756997380E-01
+ -6.9356343983296631E-01 -6.9842771396931824E-01 -7.0329786999712918E-01
+ -7.0817303115325114E-01 -7.1305229339643017E-01 -7.1793472491037669E-01
+ -7.2281936560730686E-01 -7.2770522663256443E-01 -7.3259128987095323E-01
+ -7.3747650745545390E-01 -7.4235980127903545E-01 -7.4724006251031816E-01
+ -7.5211615111387908E-01 -7.5698689537604535E-01 -7.6185109143705743E-01
+ -7.6670750283054301E-01 -7.7155486003127005E-01 -7.7639186001223282E-01
+ -7.8121716581214362E-01 -7.8602940611447691E-01 -7.9082717483926235E-01
+ -7.9560903074888356E-01 -8.0037349706919647E-01 -8.0511906112734510E-01
+ -8.0984417400771413E-01 -8.1454725022752261E-01 -8.1922666743363670E-01
+ -8.2388076612222472E-01 -8.2850784938298694E-01 -8.3310618266972369E-01
+ -8.3767399359910322E-01 -8.4220947177955785E-01 -8.4671076867231232E-01
+ -8.5117599748662554E-01 -8.5560323311140518E-01 -8.5999051208543920E-01
+ -8.6433583260855529E-01 -8.6863715459612101E-01 -8.7289239977934896E-01
+ -8.7709945185399274E-01 -8.8125615668006296E-01 -8.8536032253529939E-01
+ -8.8940972042520650E-01 -8.9340208445254654E-01 -8.9733511224925810E-01
+ -9.0120646547385053E-01 -9.0501377037740627E-01 -9.0875461844138505E-01
+ -9.1242656709051351E-01 -9.1602714048410094E-01 -9.1955383038918614E-01
+ -9.2300409713900078E-01 -9.2637537068026610E-01 -9.2966505171291136E-01
+ -9.3287051292583800E-01 -9.3598910033239624E-01 -9.3901813470927131E-01
+ -9.4195491314249502E-01 -9.4479671068432058E-01 -9.4754078212468851E-01
+ -9.5018436388101557E-01 -9.5272467601000121E-01 -9.5515892434513039E-01
+ -9.5748430276347596E-01 -9.5969799558536073E-01 -9.6179718011033188E-01
+ -9.6377902929281245E-01 -9.6564071456065304E-01 -9.6737940877966944E-01
+ -9.6899228936706983E-01 -9.7047654155647833E-01 -9.7182936181702650E-01
+ -9.7304796142873506E-01 -9.7412957021610069E-01 -9.7507144044149074E-01
+ -9.7587085085956582E-01 -9.7652511093356609E-01 -9.7703156521382639E-01
+ -9.7738759787841722E-01 -9.7759063743524877E-01 -9.7763816158439687E-01
+ -9.7752770223877161E-01 -9.7725685070053270E-01 -9.7682326298992472E-01
+ -9.7622466532236474E-01 -9.7545885972875190E-01 -9.7452372981300706E-01
+ -9.7341724663983975E-01 -9.7213747474465217E-01 -9.7068257825631754E-01
+ -9.6905082712234458E-01 -9.6724060342460405E-01 -9.6525040777240290E-01
+ -9.6307886575822066E-01 -9.6072473445983109E-01 -9.5818690897092029E-01
+ -9.5546442894055117E-01 -9.5255648510003565E-01 -9.4946242575386375E-01
+ -9.4618176320938663E-01 -9.4271418011788344E-01 -9.3905953569754919E-01
+ -9.3521787180673666E-01 -9.3118941883357176E-01 -9.2697460136576626E-01
+ -9.2257404360214179E-01 -9.1798857446503224E-01 -9.1321923237041347E-01
+ -9.0826726961025195E-01 -9.0313415629930494E-01 -8.9782158383636634E-01
+ -8.9233146782784267E-01 -8.8666595041953322E-01 -8.8082740198068665E-01
+ -8.7481842208279836E-01 -8.6864183971428843E-01 -8.6230071267121655E-01
+ -8.5579832606359030E-01 -8.4913818987675438E-01 -8.4232403552775936E-01
+ -8.3535981135781223E-01 -8.2824967700378405E-01 -8.2099799659460937E-01
+ -8.1360933072229602E-01 -8.0608842714233653E-01 -7.9844021016482758E-01
+ -7.9066976870565309E-01 -7.8278234297697180E-01 -7.7478330980818988E-01
+ -7.6667816660287214E-01 -7.5847251395393755E-01 -7.5017203695938917E-01
+ -7.4178248530408497E-01 -7.3330965220005662E-01 -7.2475935230919131E-01
+ -7.1613739880812455E-01 -7.0744957979657297E-01 -6.9870163429770493E-01
+ -6.8989922815316795E-01 -6.8104793017691101E-01 -6.7215318900170429E-01
+ -6.6322031113138080E-01 -6.5425444080114148E-01 -6.4526054234916497E-01
+ -6.3624338591630103E-01 -6.2720753741838620E-01 -6.1815735387911563E-01
+ -6.0909698537225287E-01 -6.0003038500202455E-01 -5.9096132855200467E-01
+ -5.8189344565786527E-01 -5.7283026461049902E-01 -5.6377527317610932E-01
+ -5.5473191670666377E-01 -5.4570359629505993E-01 -5.3669366697593746E-01
+===== TPHI 2 =====   [tphi(r)=TPHI(r)/r*Ylm(th,ph)]
+ 1  : radial mesh index
+  0.0000000000000000E+00 -2.8954619724338651E-08 -5.8175613836491374E-08
+ -8.7665432906182571E-08 -1.1742655004769065E-07 -1.4746146112725400E-07
+ -1.7777268497238036E-07 -2.0836276358308399E-07 -2.3923426234506863E-07
+ -2.7038977024486588E-07 -3.0183190008695879E-07 -3.3356328871289871E-07
+ -3.6558659722244273E-07 -3.9790451119671698E-07 -4.3051974092344297E-07
+ -4.6343502162423021E-07 -4.9665311368395878E-07 -5.3017680288227825E-07
+ -5.6400890062722865E-07 -5.9815224419101687E-07 -6.3260969694795884E-07
+ -6.6738414861461319E-07 -7.0247851549211771E-07 -7.3789574071076839E-07
+ -7.7363879447683032E-07 -8.0971067432163749E-07 -8.4611440535296974E-07
+ -8.8285304050875272E-07 -9.1992966081308386E-07 -9.5734737563462010E-07
+ -9.9510932294733853E-07 -1.0332186695936966E-06 -1.0716786115502162E-06
+ -1.1104923741955073E-06 -1.1496632125807585E-06 -1.1891944117027182E-06
+ -1.2290892867791834E-06 -1.2693511835270261E-06 -1.3099834784427773E-06
+ -1.3509895790857880E-06 -1.3923729243640014E-06 -1.4341369848223501E-06
+ -1.4762852629338075E-06 -1.5188212933931167E-06 -1.5617486434132214E-06
+ -1.6050709130244267E-06 -1.6487917353763050E-06 -1.6929147770423888E-06
+ -1.7374437383276587E-06 -1.7823823535788652E-06 -1.8277343914977009E-06
+ -1.8735036554568597E-06 -1.9196939838189956E-06 -1.9663092502586271E-06
+ -2.0133533640869902E-06 -2.0608302705798908E-06 -2.1087439513085645E-06
+ -2.1570984244735870E-06 -2.2058977452418547E-06 -2.2551460060866625E-06
+ -2.3048473371309124E-06 -2.3550059064934792E-06 -2.4056259206387652E-06
+ -2.4567116247294639E-06 -2.5082673029825789E-06 -2.5602972790287079E-06
+ -2.6128059162746382E-06 -2.6657976182692785E-06 -2.7192768290729512E-06
+ -2.7732480336300896E-06 -2.8277157581453613E-06 -2.8826845704632437E-06
+ -2.9381590804511072E-06 -2.9941439403858091E-06 -3.0506438453438486E-06
+ -3.1076635335951165E-06 -3.1652077870002547E-06 -3.2232814314116853E-06
+ -3.2818893370783214E-06 -3.3410364190539996E-06 -3.4007276376096737E-06
+ -3.4609679986494025E-06 -3.5217625541301608E-06 -3.5831164024855037E-06
+ -3.6450346890531587E-06 -3.7075226065065068E-06 -3.7705853952900766E-06
+ -3.8342283440590161E-06 -3.8984567901226158E-06 -3.9632761198919207E-06
+ -4.0286917693314450E-06 -4.0947092244150524E-06 -4.1613340215860307E-06
+ -4.2285717482213933E-06 -4.2964280431004592E-06 -4.3649085968777334E-06
+ -4.4340191525601508E-06 -4.5037655059886972E-06 -4.5741535063244736E-06
+ -4.6451890565392264E-06 -4.7168781139103802E-06 -4.7892266905206532E-06
+ -4.8622408537622302E-06 -4.9359267268456101E-06 -5.0102904893131106E-06
+ -5.0853383775571055E-06 -5.1610766853430344E-06 -5.2375117643372107E-06
+ -5.3146500246395007E-06 -5.3924979353208953E-06 -5.4710620249660202E-06
+ -5.5503488822206556E-06 -5.6303651563442737E-06 -5.7111175577676730E-06
+ -5.7926128586557281E-06 -5.8748578934753404E-06 -5.9578595595685900E-06
+ -6.0416248177311728E-06 -6.1261606927961458E-06 -6.2114742742230697E-06
+ -6.2975727166925496E-06 -6.3844632407062333E-06 -6.4721531331923770E-06
+ -6.5606497481169261E-06 -6.6499605071002470E-06 -6.7400929000395456E-06
+ -6.8310544857369759E-06 -6.9228528925335563E-06 -7.0154958189489012E-06
+ -7.1089910343268492E-06 -7.2033463794870345E-06 -7.2985697673824167E-06
+ -7.3946691837629203E-06 -7.4916526878451235E-06 -7.5895284129881453E-06
+ -7.6883045673757225E-06 -7.7879894347045817E-06 -7.8885913748791503E-06
+ -7.9901188247126169E-06 -8.0925802986344943E-06 -8.1959843894046717E-06
+ -8.3003397688340007E-06 -8.4056551885115769E-06 -8.5119394805386577E-06
+ -8.6192015582693645E-06 -8.7274504170581665E-06 -8.8366951350142813E-06
+ -8.9469448737629906E-06 -9.0582088792139509E-06 -9.1704964823366035E-06
+ -9.2838170999426988E-06 -9.3981802354760025E-06 -9.5135954798093087E-06
+ -9.6300725120487533E-06 -9.7476211003455407E-06 -9.8662511027151166E-06
+ -9.9859724678639109E-06 -1.0106795236023678E-05 -1.0228729539793474E-05
+ -1.0351785604989426E-05 -1.0475973751502326E-05 -1.0601304394163039E-05
+ -1.0727788043615979E-05 -1.0855435307200532E-05 -1.0984256889840639E-05
+ -1.1114263594942535E-05 -1.1245466325300770E-05 -1.1377876084012552E-05
+ -1.1511503975400485E-05 -1.1646361205943848E-05 -1.1782459085218376E-05
+ -1.1919809026844738E-05 -1.2058422549445707E-05 -1.2198311277612168E-05
+ -1.2339486942877984E-05 -1.2481961384703825E-05 -1.2625746551470102E-05
+ -1.2770854501478969E-05 -1.2917297403965577E-05 -1.3065087540118632E-05
+ -1.3214237304110340E-05 -1.3364759204135819E-05 -1.3516665863462062E-05
+ -1.3669970021486598E-05 -1.3824684534805833E-05 -1.3980822378293261E-05
+ -1.4138396646187570E-05 -1.4297420553190787E-05 -1.4457907435576485E-05
+ -1.4619870752308211E-05 -1.4783324086168218E-05 -1.4948281144896551E-05
+ -1.5114755762340600E-05 -1.5282761899615294E-05 -1.5452313646273911E-05
+ -1.5623425221489641E-05 -1.5796110975248115E-05 -1.5970385389550803E-05
+ -1.6146263079629514E-05 -1.6323758795172104E-05 -1.6502887421559436E-05
+ -1.6683663981113685E-05 -1.6866103634358186E-05 -1.7050221681288849E-05
+ -1.7236033562657254E-05 -1.7423554861265555E-05 -1.7612801303273341E-05
+ -1.7803788759516447E-05 -1.7996533246837957E-05 -1.8191050929431414E-05
+ -1.8387358120196419E-05 -1.8585471282106679E-05 -1.8785407029590639E-05
+ -1.8987182129924836E-05 -1.9190813504640049E-05 -1.9396318230940391E-05
+ -1.9603713543135475E-05 -1.9813016834085732E-05 -2.0024245656661039E-05
+ -2.0237417725212744E-05 -2.0452550917059273E-05 -2.0669663273985355E-05
+ -2.0888773003755119E-05 -2.1109898481638977E-05 -2.1333058251954700E-05
+ -2.1558271029622596E-05 -2.1785555701734976E-05 -2.2014931329140106E-05
+ -2.2246417148040736E-05 -2.2480032571607258E-05 -2.2715797191605831E-05
+ -2.2953730780041331E-05 -2.3193853290815555E-05 -2.3436184861400619E-05
+ -2.3680745814527717E-05 -2.3927556659891467E-05 -2.4176638095869966E-05
+ -2.4428011011260562E-05 -2.4681696487031663E-05 -2.4937715798090731E-05
+ -2.5196090415068374E-05 -2.5456842006118981E-05 -2.5719992438737933E-05
+ -2.5985563781595399E-05 -2.6253578306387106E-05 -2.6524058489702213E-05
+ -2.6797027014908144E-05 -2.7072506774052943E-05 -2.7350520869785113E-05
+ -2.7631092617291020E-05 -2.7914245546250244E-05 -2.8200003402808774E-05
+ -2.8488390151570507E-05 -2.8779429977607007E-05 -2.9073147288485679E-05
+ -2.9369566716316703E-05 -2.9668713119818819E-05 -2.9970611586403959E-05
+ -3.0275287434281221E-05 -3.0582766214580173E-05 -3.0893073713493558E-05
+ -3.1206235954439885E-05 -3.1522279200245837E-05 -3.1841229955348724E-05
+ -3.2163114968019219E-05 -3.2487961232604664E-05 -3.2815795991792746E-05
+ -3.3146646738896321E-05 -3.3480541220158952E-05 -3.3817507437081874E-05
+ -3.4157573648772329E-05 -3.4500768374313379E-05 -3.4847120395155671E-05
+ -3.5196658757531143E-05 -3.5549412774888903E-05 -3.5905412030353557E-05
+ -3.6264686379206229E-05 -3.6627265951388211E-05 -3.6993181154027776E-05
+ -3.7362462673990353E-05 -3.7735141480451836E-05 -3.8111248827495895E-05
+ -3.8490816256735007E-05 -3.8873875599955638E-05 -3.9260458981787751E-05
+ -3.9650598822398936E-05 -4.0044327840213173E-05 -4.0441679054654867E-05
+ -4.0842685788917766E-05 -4.1247381672759702E-05 -4.1655800645322888E-05
+ -4.2067976957980066E-05 -4.2483945177207016E-05 -4.2903740187481463E-05
+ -4.3327397194208493E-05 -4.3754951726673004E-05 -4.4186439641019479E-05
+ -4.4621897123258783E-05 -4.5061360692302917E-05 -4.5504867203027728E-05
+ -4.5952453849363510E-05 -4.6404158167414270E-05 -4.6860018038605747E-05
+ -4.7320071692862063E-05 -4.7784357711812010E-05 -4.8252915032024487E-05
+ -4.8725782948273901E-05 -4.9203001116835651E-05 -4.9684609558811657E-05
+ -5.0170648663486764E-05 -5.0661159191715977E-05 -5.1156182279342678E-05
+ -5.1655759440648476E-05 -5.2159932571834751E-05 -5.2668743954536177E-05
+ -5.3182236259366570E-05 -5.3700452549497521E-05 -5.4223436284269629E-05
+ -5.4751231322837267E-05 -5.5283881927846757E-05 -5.5821432769148317E-05
+ -5.6363928927542237E-05 -5.6911415898559621E-05 -5.7463939596277548E-05
+ -5.8021546357169907E-05 -5.8584282943993003E-05 -5.9152196549707423E-05
+ -5.9725334801435824E-05 -6.0303745764456931E-05 -6.0887477946236558E-05
+ -6.1476580300495704E-05 -6.2071102231315762E-05 -6.2671093597281791E-05
+ -6.3276604715663999E-05 -6.3887686366637225E-05 -6.4504389797539642E-05
+ -6.5126766727170753E-05 -6.5754869350128284E-05 -6.6388750341185712E-05
+ -6.7028462859709703E-05 -6.7674060554118038E-05 -6.8325597566379063E-05
+ -6.8983128536551899E-05 -6.9646708607368926E-05 -7.0316393428860246E-05
+ -7.0992239163020511E-05 -7.1674302488519006E-05 -7.2362640605452971E-05
+ -7.3057311240144323E-05 -7.3758372649980990E-05 -7.4465883628302621E-05
+ -7.5179903509330970E-05 -7.5900492173145977E-05 -7.6627710050707613E-05
+ -7.7361618128923663E-05 -7.8102277955764232E-05 -7.8849751645423681E-05
+ -7.9604101883529356E-05 -8.0365391932398869E-05 -8.1133685636345371E-05
+ -8.1909047427031694E-05 -8.2691542328874027E-05 -8.3481235964494820E-05
+ -8.4278194560226188E-05 -8.5082484951664081E-05 -8.5894174589272958E-05
+ -8.6713331544042716E-05 -8.7540024513197277E-05 -8.8374322825955669E-05
+ -8.9216296449346212E-05 -9.0066015994074407E-05 -9.0923552720444239E-05
+ -9.1788978544334520E-05 -9.2662366043230044E-05 -9.3543788462307971E-05
+ -9.4433319720580477E-05 -9.5331034417094052E-05 -9.6237007837185281E-05
+ -9.7151315958794832E-05 -9.8074035458838973E-05 -9.9005243719640028E-05
+ -9.9945018835416157E-05 -1.0089343961883012E-04 -1.0185058560759917E-04
+ -1.0281653707116517E-04 -1.0379137501742630E-04 -1.0477518119953061E-04
+ -1.0576803812273217E-04 -1.0677002905131015E-04 -1.0778123801555162E-04
+ -1.0880174981879891E-04 -1.0983165004456096E-04 -1.1087102506369106E-04
+ -1.1191996204163014E-04 -1.1297854894571649E-04 -1.1404687455256338E-04
+ -1.1512502845550380E-04 -1.1621310107210420E-04 -1.1731118365174735E-04
+ -1.1841936828328453E-04 -1.1953774790275855E-04 -1.2066641630119783E-04
+ -1.2180546813248165E-04 -1.2295499892127842E-04 -1.2411510507105667E-04
+ -1.2528588387216970E-04 -1.2646743351001451E-04 -1.2765985307326640E-04
+ -1.2886324256218836E-04 -1.3007770289701773E-04 -1.3130333592642962E-04
+ -1.3254024443607823E-04 -1.3378853215721687E-04 -1.3504830377539722E-04
+ -1.3631966493924836E-04 -1.3760272226933724E-04 -1.3889758336710988E-04
+ -1.4020435682391517E-04 -1.4152315223011201E-04 -1.4285408018425961E-04
+ -1.4419725230239273E-04 -1.4555278122738228E-04 -1.4692078063838183E-04
+ -1.4830136526036093E-04 -1.4969465087372673E-04 -1.5110075432403340E-04
+ -1.5251979353178110E-04 -1.5395188750230569E-04 -1.5539715633575816E-04
+ -1.5685572123717717E-04 -1.5832770452665364E-04 -1.5981322964958859E-04
+ -1.6131242118704617E-04 -1.6282540486620088E-04 -1.6435230757088178E-04
+ -1.6589325735221353E-04 -1.6744838343935484E-04 -1.6901781625033597E-04
+ -1.7060168740299668E-04 -1.7220012972602334E-04 -1.7381327727008876E-04
+ -1.7544126531909395E-04 -1.7708423040151399E-04 -1.7874231030184695E-04
+ -1.8041564407216936E-04 -1.8210437204379761E-04 -1.8380863583905658E-04
+ -1.8552857838315614E-04 -1.8726434391617828E-04 -1.8901607800517238E-04
+ -1.9078392755636367E-04 -1.9256804082747308E-04 -1.9436856744015050E-04
+ -1.9618565839252258E-04 -1.9801946607185642E-04 -1.9987014426733825E-04
+ -2.0173784818297149E-04 -2.0362273445059237E-04 -2.0552496114300547E-04
+ -2.0744468778724070E-04 -2.0938207537793125E-04 -2.1133728639081503E-04
+ -2.1331048479636096E-04 -2.1530183607351949E-04 -2.1731150722360048E-04
+ -2.1933966678427887E-04 -2.2138648484372768E-04 -2.2345213305488329E-04
+ -2.2553678464984001E-04 -2.2764061445437839E-04 -2.2976379890262620E-04
+ -2.3190651605185558E-04 -2.3406894559741434E-04 -2.3625126888779667E-04
+ -2.3845366893985112E-04 -2.4067633045412931E-04 -2.4291943983037505E-04
+ -2.4518318518315733E-04 -2.4746775635764494E-04 -2.4977334494552842E-04
+ -2.5210014430108714E-04 -2.5444834955740445E-04 -2.5681815764273331E-04
+ -2.5920976729700929E-04 -2.6162337908851931E-04 -2.6405919543072106E-04
+ -2.6651742059921818E-04 -2.6899826074889134E-04 -2.7150192393118780E-04
+ -2.7402862011156805E-04 -2.7657856118711493E-04 -2.7915196100430369E-04
+ -2.8174903537693611E-04 -2.8437000210423886E-04 -2.8701508098912968E-04
+ -2.8968449385664949E-04 -2.9237846457256644E-04 -2.9509721906214909E-04
+ -2.9784098532911372E-04 -3.0060999347474607E-04 -3.0340447571719666E-04
+ -3.0622466641095671E-04 -3.0907080206651124E-04 -3.1194312137017375E-04
+ -3.1484186520410286E-04 -3.1776727666650453E-04 -3.2071960109201749E-04
+ -3.2369908607228834E-04 -3.2670598147673576E-04 -3.2974053947350490E-04
+ -3.3280301455061473E-04 -3.3589366353730142E-04 -3.3901274562555492E-04
+ -3.4216052239185703E-04 -3.4533725781911727E-04 -3.4854321831881131E-04
+ -3.5177867275332415E-04 -3.5504389245849603E-04 -3.5833915126637806E-04
+ -3.6166472552819746E-04 -3.6502089413753194E-04 -3.6840793855369886E-04
+ -3.7182614282536066E-04 -3.7527579361434384E-04 -3.7875718021968013E-04
+ -3.8227059460186865E-04 -3.8581633140735965E-04 -3.8939468799326451E-04
+ -3.9300596445229411E-04 -3.9665046363792375E-04 -4.0032849118979254E-04
+ -4.0404035555933446E-04 -4.0778636803564622E-04 -4.1156684277159430E-04
+ -4.1538209681015787E-04 -4.1923245011101895E-04 -4.2311822557739471E-04
+ -4.2703974908311698E-04 -4.3099734949996030E-04 -4.3499135872522408E-04
+ -4.3902211170956365E-04 -4.4308994648508212E-04 -4.4719520419367776E-04
+ -4.5133822911565383E-04 -4.5551936869858966E-04 -4.5973897358648092E-04
+ -4.6399739764914274E-04 -4.6829499801188772E-04 -4.7263213508547521E-04
+ -4.7700917259633628E-04 -4.8142647761707780E-04 -4.8588442059726395E-04
+ -4.9038337539448454E-04 -4.9492371930570796E-04 -4.9950583309892158E-04
+ -5.0413010104506358E-04 -5.0879691095025116E-04 -5.1350665418830016E-04
+ -5.1825972573354756E-04 -5.2305652419397646E-04 -5.2789745184464226E-04
+ -5.3278291466140985E-04 -5.3771332235500011E-04 -5.4268908840534756E-04
+ -5.4771063009627721E-04 -5.5277836855049879E-04 -5.5789272876492302E-04
+ -5.6305413964630202E-04 -5.6826303404720110E-04 -5.7351984880229579E-04
+ -5.7882502476500704E-04 -5.8417900684447322E-04 -5.8958224404285901E-04
+ -5.9503518949301291E-04 -6.0053830049646480E-04 -6.0609203856177858E-04
+ -6.1169686944325416E-04 -6.1735326317998687E-04 -6.2306169413528587E-04
+ -6.2882264103645777E-04 -6.3463658701494875E-04 -6.4050401964686559E-04
+ -6.4642543099386273E-04 -6.5240131764440811E-04 -6.5843218075542736E-04
+ -6.6451852609433499E-04 -6.7066086408144421E-04 -6.7685970983277538E-04
+ -6.8311558320325368E-04 -6.8942900883030473E-04 -6.9580051617785371E-04
+ -7.0223063958072419E-04 -7.0871991828945046E-04 -7.1526889651550032E-04
+ -7.2187812347691198E-04 -7.2854815344435421E-04 -7.3527954578760904E-04
+ -7.4207286502247897E-04 -7.4892868085813023E-04 -7.5584756824486872E-04
+ -7.6283010742235729E-04 -7.6987688396827430E-04 -7.7698848884742374E-04
+ -7.8416551846129025E-04 -7.9140857469805841E-04 -7.9871826498308606E-04
+ -8.0609520232984260E-04 -8.1354000539132255E-04 -8.2105329851191969E-04
+ -8.2863571177979026E-04 -8.3628788107969131E-04 -8.4401044814630703E-04
+ -8.5180406061806596E-04 -8.5966937209145322E-04 -8.6760704217582008E-04
+ -8.7561773654870135E-04 -8.8370212701163872E-04 -8.9186089154652006E-04
+ -9.0009471437243419E-04 -9.0840428600305330E-04 -9.1679030330453547E-04
+ -9.2525346955396864E-04 -9.3379449449834564E-04 -9.4241409441408444E-04
+ -9.5111299216709940E-04 -9.5989191727341536E-04 -9.6875160596034940E-04
+ -9.7769280122825090E-04 -9.8671625291280843E-04 -9.9582271774793264E-04
+ -1.0050129594292188E-03 -1.0142877486779857E-03 -1.0236478633059121E-03
+ -1.0330940882802636E-03 -1.0426272157897196E-03 -1.0522480453108072E-03
+ -1.0619573836749469E-03 -1.0717560451361109E-03 -1.0816448514391081E-03
+ -1.0916246318884947E-03 -1.1016962234181211E-03 -1.1118604706613154E-03
+ -1.1221182260217183E-03 -1.1324703497447599E-03 -1.1429177099898026E-03
+ -1.1534611829029445E-03 -1.1641016526904922E-03 -1.1748400116931136E-03
+ -1.1856771604606617E-03 -1.1966140078277009E-03 -1.2076514709897172E-03
+ -1.2187904755800376E-03 -1.2300319557474468E-03 -1.2413768542345329E-03
+ -1.2528261224567360E-03 -1.2643807205821385E-03 -1.2760416176119814E-03
+ -1.2878097914619244E-03 -1.2996862290440515E-03 -1.3116719263496371E-03
+ -1.3237678885326602E-03 -1.3359751299941011E-03 -1.3482946744670051E-03
+ -1.3607275551023312E-03 -1.3732748145555936E-03 -1.3859375050742908E-03
+ -1.3987166885861490E-03 -1.4116134367881722E-03 -1.4246288312365117E-03
+ -1.4377639634371646E-03 -1.4510199349375055E-03 -1.4643978574186548E-03
+ -1.4778988527887056E-03 -1.4915240532768039E-03 -1.5052746015280915E-03
+ -1.5191516506995256E-03 -1.5331563645565845E-03 -1.5472899175708473E-03
+ -1.5615534950184887E-03 -1.5759482930796694E-03 -1.5904755189388446E-03
+ -1.6051363908859946E-03 -1.6199321384187842E-03 -1.6348640023456623E-03
+ -1.6499332348899167E-03 -1.6651410997946734E-03 -1.6804888724288726E-03
+ -1.6959778398942182E-03 -1.7116093011331002E-03 -1.7273845670375246E-03
+ -1.7433049605590353E-03 -1.7593718168196510E-03 -1.7755864832238203E-03
+ -1.7919503195714134E-03 -1.8084646981717375E-03 -1.8251310039586195E-03
+ -1.8419506346065333E-03 -1.8589250006478012E-03 -1.8760555255908789E-03
+ -1.8933436460397109E-03 -1.9107908118142002E-03 -1.9283984860717824E-03
+ -1.9461681454301127E-03 -1.9641012800908839E-03 -1.9821993939647901E-03
+ -2.0004640047976249E-03 -2.0188966442975507E-03 -2.0374988582635392E-03
+ -2.0562722067149859E-03 -2.0752182640225176E-03 -2.0943386190400187E-03
+ -2.1136348752378385E-03 -2.1331086508372607E-03 -2.1527615789461831E-03
+ -2.1725953076960564E-03 -2.1926115003800886E-03 -2.2128118355926978E-03
+ -2.2331980073702724E-03 -2.2537717253332127E-03 -2.2745347148292795E-03
+ -2.2954887170782640E-03 -2.3166354893179929E-03 -2.3379768049516581E-03
+ -2.3595144536965227E-03 -2.3812502417339819E-03 -2.4031859918610073E-03
+ -2.4253235436429827E-03 -2.4476647535679537E-03 -2.4702114952022741E-03
+ -2.4929656593477107E-03 -2.5159291541999736E-03 -2.5391039055087106E-03
+ -2.5624918567389728E-03 -2.5860949692341735E-03 -2.6099152223805202E-03
+ -2.6339546137729890E-03 -2.6582151593828054E-03 -2.6826988937264690E-03
+ -2.7074078700363461E-03 -2.7323441604328032E-03 -2.7575098560979486E-03
+ -2.7829070674509591E-03 -2.8085379243250248E-03 -2.8344045761459105E-03
+ -2.8605091921121801E-03 -2.8868539613770461E-03 -2.9134410932319197E-03
+ -2.9402728172916366E-03 -2.9673513836813836E-03 -2.9946790632253474E-03
+ -3.0222581476371073E-03 -3.0500909497117486E-03 -3.0781798035197793E-03
+ -3.1065270646028005E-03 -3.1351351101709937E-03 -3.1640063393024221E-03
+ -3.1931431731441443E-03 -3.2225480551152023E-03 -3.2522234511114623E-03
+ -3.2821718497123404E-03 -3.3123957623894290E-03 -3.3428977237170455E-03
+ -3.3736802915847047E-03 -3.4047460474115544E-03 -3.4360975963627829E-03
+ -3.4677375675680067E-03 -3.4996686143416705E-03 -3.5318934144054851E-03
+ -3.5644146701128798E-03 -3.5972351086755480E-03 -3.6303574823920610E-03
+ -3.6637845688785773E-03 -3.6975191713016966E-03 -3.7315641186134209E-03
+ -3.7659222657882956E-03 -3.8005964940627272E-03 -3.8355897111765009E-03
+ -3.8709048516165040E-03 -3.9065448768627244E-03 -3.9425127756364557E-03
+ -3.9788115641508342E-03 -4.0154442863636454E-03 -4.0524140142324753E-03
+ -4.0897238479721820E-03 -4.1273769163147683E-03 -4.1653763767715967E-03
+ -4.2037254158980488E-03 -4.2424272495606092E-03 -4.2814851232063893E-03
+ -4.3209023121351508E-03 -4.3606821217738005E-03 -4.4008278879534256E-03
+ -4.4413429771888733E-03 -4.4822307869608891E-03 -4.5234947460008560E-03
+ -4.5651383145781550E-03 -4.6071649847901318E-03 -4.6495782808547749E-03
+ -4.6923817594060431E-03 -4.7355790097919313E-03 -4.7791736543752496E-03
+ -4.8231693488372052E-03 -4.8675697824837084E-03 -4.9123786785545591E-03
+ -4.9575997945354245E-03 -5.0032369224727079E-03 -5.0492938892913062E-03
+ -5.0957745571152653E-03 -5.1426828235913999E-03 -5.1900226222158828E-03
+ -5.2377979226638262E-03 -5.2860127311218858E-03 -5.3346710906239415E-03
+ -5.3837770813898213E-03 -5.4333348211671652E-03 -5.4833484655764202E-03
+ -5.5338222084589973E-03 -5.5847602822286235E-03 -5.6361669582259384E-03
+ -5.6880465470763013E-03 -5.7404033990509310E-03 -5.7932419044313321E-03
+ -5.8465664938770730E-03 -5.9003816387969334E-03 -5.9546918517234797E-03
+ -6.0095016866910343E-03 -6.0648157396171534E-03 -6.1206386486875892E-03
+ -6.1769750947447766E-03 -6.2338298016799167E-03 -6.2912075368285894E-03
+ -6.3491131113700729E-03 -6.4075513807302781E-03 -6.4665272449883904E-03
+ -6.5260456492872362E-03 -6.5861115842474434E-03 -6.6467300863853373E-03
+ -6.7079062385347350E-03 -6.7696451702725638E-03 -6.8319520583484021E-03
+ -6.8948321271179456E-03 -6.9582906489804751E-03 -7.0223329448202820E-03
+ -7.0869643844521961E-03 -7.1521903870711617E-03 -7.2180164217059417E-03
+ -7.2844480076770107E-03 -7.3514907150585692E-03 -7.4191501651448763E-03
+ -7.4874320309208011E-03 -7.5563420375367053E-03 -7.6258859627876636E-03
+ -7.6960696375971086E-03 -7.7668989465048436E-03 -7.8383798281595821E-03
+ -7.9105182758159743E-03 -7.9833203378361813E-03 -8.0567921181960468E-03
+ -8.1309397769959348E-03 -8.2057695309761571E-03 -8.2812876540372220E-03
+ -8.3575004777647777E-03 -8.4344143919593828E-03 -8.5120358451711425E-03
+ -8.5903713452391839E-03 -8.6694274598361192E-03 -8.7492108170174696E-03
+ -8.8297281057761242E-03 -8.9109860766018404E-03 -8.9929915420459312E-03
+ -9.0757513772910092E-03 -9.1592725207260434E-03 -9.2435619745266113E-03
+ -9.3286268052404850E-03 -9.4144741443785481E-03 -9.5011111890111587E-03
+ -9.5885452023698747E-03 -9.6767835144547683E-03 -9.7658335226472447E-03
+ -9.8557026923284680E-03 -9.9463985575034171E-03 -1.0037928721430682E-02
+ -1.0130300857257947E-02 -1.0223522708663405E-02 -1.0317602090502809E-02
+ -1.0412546889462649E-02 -1.0508365064719164E-02 -1.0605064648603418E-02
+ -1.0702653747272412E-02 -1.0801140541386339E-02 -1.0900533286792018E-02
+ -1.1000840315212531E-02 -1.1102070034943191E-02 -1.1204230931553819E-02
+ -1.1307331568597428E-02 -1.1411380588325427E-02 -1.1516386712409192E-02
+ -1.1622358742668374E-02 -1.1729305561805752E-02 -1.1837236134148787E-02
+ -1.1946159506397954E-02 -1.2056084808381854E-02 -1.2167021253819219E-02
+ -1.2278978141087844E-02 -1.2391964854000516E-02 -1.2505990862587963E-02
+ -1.2621065723889064E-02 -1.2737199082748002E-02 -1.2854400672618865E-02
+ -1.2972680316377499E-02 -1.3092047927140698E-02 -1.3212513509092897E-02
+ -1.3334087158320310E-02 -1.3456779063652691E-02 -1.3580599507512713E-02
+ -1.3705558866773049E-02 -1.3831667613621205E-02 -1.3958936316432354E-02
+ -1.4087375640649774E-02 -1.4216996349673569E-02 -1.4347809305757292E-02
+ -1.4479825470912732E-02 -1.4613055907822872E-02 -1.4747511780763138E-02
+ -1.4883204356530977E-02 -1.5020145005383820E-02 -1.5158345201985600E-02
+ -1.5297816526361745E-02 -1.5438570664862820E-02 -1.5580619411137038E-02
+ -1.5723974667111219E-02 -1.5868648443980938E-02 -1.6014652863209456E-02
+ -1.6162000157535668E-02 -1.6310702671991202E-02 -1.6460772864926625E-02
+ -1.6612223309046940E-02 -1.6765066692456424E-02 -1.6919315819712809E-02
+ -1.7074983612891032E-02 -1.7232083112656608E-02 -1.7390627479348407E-02
+ -1.7550629994071483E-02 -1.7712104059799543E-02 -1.7875063202487357E-02
+ -1.8039521072193185E-02 -1.8205491444211238E-02 -1.8372988220214350E-02
+ -1.8542025429406840E-02 -1.8712617229687780E-02 -1.8884777908824604E-02
+ -1.9058521885637249E-02 -1.9233863711193070E-02 -1.9410818070012045E-02
+ -1.9589399781283167E-02 -1.9769623800091497E-02 -1.9951505218656213E-02
+ -2.0135059267579712E-02 -2.0320301317107856E-02 -2.0507246878401494E-02
+ -2.0695911604819213E-02 -2.0886311293211619E-02 -2.1078461885227055E-02
+ -2.1272379468629116E-02 -2.1468080278625484E-02 -2.1665580699209003E-02
+ -2.1864897264510394E-02 -2.2066046660163055E-02 -2.2269045724679946E-02
+ -2.2473911450842696E-02 -2.2680660987102925E-02 -2.2889311638996063E-02
+ -2.3099880870567597E-02 -2.3312386305811922E-02 -2.3526845730124011E-02
+ -2.3743277091763597E-02 -2.3961698503332553E-02 -2.4182128243265124E-02
+ -2.4404584757331305E-02 -2.4629086660153447E-02 -2.4855652736736133E-02
+ -2.5084301944009488E-02 -2.5315053412386084E-02 -2.5547926447331334E-02
+ -2.5782940530947786E-02 -2.6020115323573095E-02 -2.6259470665392224E-02
+ -2.6501026578063240E-02 -2.6744803266357767E-02 -2.6990821119815381E-02
+ -2.7239100714412590E-02 -2.7489662814246141E-02 -2.7742528373231073E-02
+ -2.7997718536813401E-02 -2.8255254643697592E-02 -2.8515158227589085E-02
+ -2.8777451018951718E-02 -2.9042154946780568E-02 -2.9309292140389558E-02
+ -2.9578884931214966E-02 -2.9850955854634161E-02 -3.0125527651799943E-02
+ -3.0402623271490677E-02 -3.0682265871976179E-02 -3.0964478822899585E-02
+ -3.1249285707175202E-02 -3.1536710322902638E-02 -3.1826776685296987E-02
+ -3.2119509028635869E-02 -3.2414931808222226E-02 -3.2713069702364407E-02
+ -3.3013947614372638E-02 -3.3317590674572455E-02 -3.3624024242334967E-02
+ -3.3933273908124298E-02 -3.4245365495562119E-02 -3.4560325063509513E-02
+ -3.4878178908166191E-02 -3.5198953565187291E-02 -3.5522675811817596E-02
+ -3.5849372669043929E-02 -3.6179071403764716E-02 -3.6511799530978072E-02
+ -3.6847584815987683E-02 -3.7186455276626895E-02 -3.7528439185501083E-02
+ -3.7873565072248400E-02 -3.8221861725818998E-02 -3.8573358196772815E-02
+ -3.8928083799596204E-02 -3.9286068115037008E-02 -3.9647340992459208E-02
+ -4.0011932552215676E-02 -4.0379873188040739E-02 -4.0751193569461726E-02
+ -4.1125924644229782E-02 -4.1504097640770073E-02 -4.1885744070651591E-02
+ -4.2270895731076452E-02 -4.2659584707388933E-02 -4.3051843375604262E-02
+ -4.3447704404957328E-02 -4.3847200760471182E-02 -4.4250365705546024E-02
+ -4.4657232804567591E-02 -4.5067835925536391E-02 -4.5482209242717023E-02
+ -4.5900387239307762E-02 -4.6322404710130716E-02 -4.6748296764342445E-02
+ -4.7178098828165212E-02 -4.7611846647638845E-02 -4.8049576291393337E-02
+ -4.8491324153442199E-02 -4.8937126955997008E-02 -4.9387021752302036E-02
+ -4.9841045929490749E-02 -5.0299237211462795E-02 -5.0761633661782192E-02
+ -5.1228273686596604E-02 -5.1699196037577749E-02 -5.2174439814882963E-02
+ -5.2654044470138037E-02 -5.3138049809441194E-02 -5.3626495996388301E-02
+ -5.4119423555119783E-02 -5.4616873373387921E-02 -5.5118886705646297E-02
+ -5.5625505176160231E-02 -5.6136770782138461E-02 -5.6652725896886157E-02
+ -5.7173413272979222E-02 -5.7698876045459896E-02 -5.8229157735053459E-02
+ -5.8764302251406331E-02 -5.9304353896345099E-02 -5.9849357367156804E-02
+ -6.0399357759890630E-02 -6.0954400572679653E-02 -6.1514531709084476E-02
+ -6.2079797481457429E-02 -6.2650244614327333E-02 -6.3225920247805198E-02
+ -6.3806871941010479E-02 -6.4393147675517751E-02 -6.4984795858823760E-02
+ -6.5581865327834707E-02 -6.6184405352373618E-02 -6.6792465638708137E-02
+ -6.7406096333096910E-02 -6.8025348025356952E-02 -6.8650271752449685E-02
+ -6.9280919002086411E-02 -6.9917341716352832E-02 -7.0559592295352552E-02
+ -7.1207723600868800E-02 -7.1861788960044970E-02 -7.2521842169082890E-02
+ -7.3187937496959135E-02 -7.3860129689159157E-02 -7.4538473971427738E-02
+ -7.5223026053537381E-02 -7.5913842133072881E-02 -7.6610978899232102E-02
+ -7.7314493536642770E-02 -7.8024443729194676E-02 -7.8740887663887024E-02
+ -7.9463884034690582E-02 -8.0193492046423759E-02 -8.0929771418642965E-02
+ -8.1672782389545520E-02 -8.2422585719886754E-02 -8.3179242696907338E-02
+ -8.3942815138274313E-02 -8.4713365396032220E-02 -8.5490956360565085E-02
+ -8.6275651464568393E-02 -8.7067514687030403E-02 -8.7866610557222030E-02
+ -8.8673004158694738E-02 -8.9486761133285700E-02 -9.0307947685129300E-02
+ -9.1136630584674985E-02 -9.1972877172708786E-02 -9.2816755364380013E-02
+ -9.3668333653230643E-02 -9.4527681115227219E-02 -9.5394867412793696E-02
+ -9.6269962798845171E-02 -9.7153038120820392E-02 -9.8044164824713148E-02
+ -9.8943414959100404E-02 -9.9850861179166694E-02 -1.0076657675072326E-01
+ -1.0169063555422189E-01 -1.0262311208875909E-01 -1.0356408147607357E-01
+ -1.0451361946453253E-01 -1.0547180243310625E-01 -1.0643870739533012E-01
+ -1.0741441200325200E-01 -1.0839899455136326E-01 -1.0939253398051256E-01
+ -1.1039510988180024E-01 -1.1140680250045135E-01 -1.1242769273966705E-01
+ -1.1345786216444963E-01 -1.1449739300540268E-01 -1.1554636816250233E-01
+ -1.1660487120883783E-01 -1.1767298639432004E-01 -1.1875079864935521E-01
+ -1.1983839358848167E-01 -1.2093585751396807E-01 -1.2204327741936934E-01
+ -1.2316074099303916E-01 -1.2428833662159686E-01 -1.2542615339334323E-01
+ -1.2657428110162675E-01 -1.2773281024815447E-01 -1.2890183204624558E-01
+ -1.3008143842402506E-01 -1.3127172202755391E-01 -1.3247277622389292E-01
+ -1.3368469510409714E-01 -1.3490757348613719E-01 -1.3614150691774443E-01
+ -1.3738659167917558E-01 -1.3864292478589577E-01 -1.3991060399117114E-01
+ -1.4118972778857322E-01 -1.4248039541438667E-01 -1.4378270684991820E-01
+ -1.4509676282370204E-01 -1.4642266481359725E-01 -1.4776051504877299E-01
+ -1.4911041651157675E-01 -1.5047247293928076E-01 -1.5184678882570149E-01
+ -1.5323346942268865E-01 -1.5463262074147466E-01 -1.5604434955388452E-01
+ -1.5746876339339638E-01 -1.5890597055604885E-01 -1.6035608010118857E-01
+ -1.6181920185205304E-01 -1.6329544639618102E-01 -1.6478492508564507E-01
+ -1.6628775003709978E-01 -1.6780403413163755E-01 -1.6933389101444801E-01
+ -1.7087743509426845E-01 -1.7243478154262434E-01 -1.7400604629284769E-01
+ -1.7559134603886728E-01 -1.7719079823376246E-01 -1.7880452108807160E-01
+ -1.8043263356784792E-01 -1.8207525539245253E-01 -1.8373250703207705E-01
+ -1.8540450970498493E-01 -1.8709138537446304E-01 -1.8879325674547501E-01
+ -1.9051024726100099E-01 -1.9224248109806111E-01 -1.9399008316340555E-01
+ -1.9575317908886322E-01 -1.9753189522633741E-01 -1.9932635864243634E-01
+ -2.0113669711272666E-01 -2.0296303911559838E-01 -2.0480551382572748E-01
+ -2.0666425110712375E-01 -2.0853938150575252E-01 -2.1043103624171061E-01
+ -2.1233934720095049E-01 -2.1426444692653188E-01 -2.1620646860938925E-01
+ -2.1816554607859762E-01 -2.2014181379112321E-01 -2.2213540682104155E-01
+ -2.2414646084820605E-01 -2.2617511214635153E-01 -2.2822149757061311E-01
+ -2.3028575454444439E-01 -2.3236802104591692E-01 -2.3446843559337702E-01
+ -2.3658713723044789E-01 -2.3872426551035172E-01 -2.4087996047953289E-01
+ -2.4305436266056116E-01 -2.4524761303429288E-01 -2.4745985302126824E-01
+ -2.4969122446232198E-01 -2.5194186959838277E-01 -2.5421193104943868E-01
+ -2.5650155179264500E-01 -2.5881087513954298E-01 -2.6114004471237290E-01
+ -2.6348920441944684E-01 -2.6585849842955717E-01 -2.6824807114539256E-01
+ -2.7065806717593088E-01 -2.7308863130778138E-01 -2.7553990847544468E-01
+ -2.7801204373045874E-01 -2.8050518220939985E-01 -2.8301946910070719E-01
+ -2.8555504961029077E-01 -2.8811206892589797E-01 -2.9069067218019484E-01
+ -2.9329100441253025E-01 -2.9591321052934377E-01 -2.9855743526318024E-01
+ -3.0122382313027024E-01 -3.0391251838663763E-01 -3.0662366498269278E-01
+ -3.0935740651626775E-01 -3.1211388618405206E-01 -3.1489324673138558E-01
+ -3.1769563040035576E-01 -3.2052117887616438E-01 -3.2337003323170610E-01
+ -3.2624233387031426E-01 -3.2913822046662305E-01 -3.3205783190549482E-01
+ -3.3500130621895896E-01 -3.3796878052111018E-01 -3.4096039094090846E-01
+ -3.4397627255282676E-01 -3.4701655930528935E-01 -3.5008138394683364E-01
+ -3.5317087794994728E-01 -3.5628517143250860E-01 -3.5942439307677132E-01
+ -3.6258867004582640E-01 -3.6577812789747688E-01 -3.6899289049545458E-01
+ -3.7223307991791221E-01 -3.7549881636311666E-01 -3.7879021805227325E-01
+ -3.8210740112940361E-01 -3.8545047955820627E-01 -3.8881956501581194E-01
+ -3.9221476678336614E-01 -3.9563619163335018E-01 -3.9908394371355821E-01
+ -4.0255812442764655E-01 -4.0605883231216999E-01 -4.0958616291001210E-01
+ -4.1314020864012307E-01 -4.1672105866347192E-01 -4.2032879874511481E-01
+ -4.2396351111229236E-01 -4.2762527430844260E-01 -4.3131416304304648E-01
+ -4.3503024803719109E-01 -4.3877359586475134E-01 -4.4254426878908310E-01
+ -4.4634232459511786E-01 -4.5016781641675113E-01 -4.5402079255940858E-01
+ -4.5790129631767695E-01 -4.6180936578788251E-01 -4.6574503367550069E-01
+ -4.6970832709726518E-01 -4.7369926737786872E-01 -4.7771786984111808E-01
+ -4.8176414359541969E-01 -4.8583809131346506E-01 -4.8993970900598555E-01
+ -4.9406898578944031E-01 -4.9822590364750141E-01 -5.0241043718619849E-01
+ -5.0662255338258100E-01 -5.1086221132675613E-01 -5.1512936195715997E-01
+ -5.1942394778890522E-01 -5.2374590263507159E-01 -5.2809515132077589E-01
+ -5.3247160938987337E-01 -5.3687518280413715E-01 -5.4130576763475402E-01
+ -5.4576324974598522E-01 -5.5024750447082560E-01 -5.5475839627850354E-01
+ -5.5929577843365552E-01 -5.6385949264701696E-01 -5.6844936871744878E-01
+ -5.7306522416515049E-01 -5.7770686385587822E-01 -5.8237407961600274E-01
+ -5.8706664983823564E-01 -5.9178433907785277E-01 -5.9652689763924338E-01
+ -6.0129406115261064E-01 -6.0608555014065302E-01 -6.1090106957504953E-01
+ -6.1574030842258498E-01 -6.2060293918072629E-01 -6.2548861740249606E-01
+ -6.3039698121045951E-01 -6.3532765079966069E-01 -6.4028022792933359E-01
+ -6.4525429540322665E-01 -6.5024941653836943E-01 -6.5526513462212244E-01
+ -6.6030097235734619E-01 -6.6535643129553246E-01 -6.7043099125774219E-01
+ -6.7552410974320654E-01 -6.8063522132542464E-01 -6.8576373703564186E-01
+ -6.9090904373355211E-01 -6.9607050346510024E-01 -7.0124745280725842E-01
+ -7.0643920219965772E-01 -7.1164503526296230E-01 -7.1686420810388618E-01
+ -7.2209594860675275E-01 -7.2733945571151670E-01 -7.3259389867817426E-01
+ -7.3785841633748350E-01 -7.4313211632796350E-01 -7.4841407431911455E-01
+ -7.5370333322084104E-01 -7.5899890237906120E-01 -7.6429975675750605E-01
+ -7.6960483610572961E-01 -7.7491304411336304E-01 -7.8022324755066996E-01
+ -7.8553427539547693E-01 -7.9084491794657352E-01 -7.9615392592370571E-01
+ -8.0146000955428887E-01 -8.0676183764702780E-01 -8.1205803665262077E-01
+ -8.1734718971177156E-01 -8.2262783569076703E-01 -8.2789846820489077E-01
+ -8.3315753462999553E-01 -8.3840343510258175E-01 -8.4363452150876472E-01
+ -8.4884909646255902E-01 -8.5404541227394692E-01 -8.5922166990722582E-01
+ -8.6437601793020702E-01 -8.6950655145484845E-01 -8.7461131106998014E-01
+ -8.7968828176682023E-01 -8.8473539185803596E-01 -8.8975051189116505E-01
+ -8.9473145355726891E-01 -8.9967596859574850E-01 -9.0458174769633093E-01
+ -9.0944641939929094E-01 -9.1426754899503948E-01 -9.1904263742431203E-01
+ -9.2376912018023383E-01 -9.2844436621364124E-01 -9.3306567684311803E-01
+ -9.3763028467129261E-01 -9.4213535250903346E-01 -9.4657797230927998E-01
+ -9.5095516411233827E-01 -9.5526387500458132E-01 -9.5950097809259738E-01
+ -9.6366327149494324E-01 -9.6774747735376654E-01 -9.7175024086869743E-01
+ -9.7566812935552094E-01 -9.7949763133227241E-01 -9.8323515563552932E-01
+ -9.8687703056982201E-01 -9.9041950309321081E-01 -9.9385873804223579E-01
+ -9.9719081739959214E-01 -1.0004117396080376E+00 -1.0035174189342082E+00
+ -1.0065036848861624E+00 -1.0093662816886784E+00 -1.0121008678204619E+00
+ -1.0147030156176318E+00 -1.0171682109480227E+00 -1.0194918529610246E+00
+ -1.0216692539178822E+00 -1.0236956391075638E+00 -1.0255661468535155E+00
+ -1.0272758286168069E+00 -1.0288196492014001E+00 -1.0301924870674588E+00
+ -1.0313891347588502E+00 -1.0324042994511864E+00 -1.0332326036269837E+00
+ -1.0338685858847219E+00 -1.0343067018888192E+00 -1.0345413254677449E+00
+ -1.0345667498677158E+00 -1.0343771891696456E+00 -1.0339667798772223E+00
+ -1.0333295826842139E+00 -1.0324595844293032E+00 -1.0313507002469720E+00
+ -1.0299967759231385E+00 -1.0283915904644689E+00 -1.0265288588904460E+00
+ -1.0244022352574811E+00 -1.0220053159244988E+00 -1.0193316430696018E+00
+ -1.0163747084675459E+00 -1.0131279575378926E+00 -1.0095847936738094E+00
+ -1.0057385828615786E+00 -1.0015826586009473E+00 -9.9711032713647774E-01
+ -9.9231487301008936E-01 -9.8718956494496646E-01 -9.8172766207094919E-01
+ -9.7592242050145517E-01 -9.6976710027185253E-01 -9.6325497264904436E-01
+ -9.5637932782181612E-01 -9.4913348298123801E-01 -9.4151079080010491E-01
+ -9.3350464832002156E-01 -9.2510850625433505E-01 -9.1631587871456022E-01
+ -9.0712035336745234E-01 -8.9751560202916414E-01 -8.8749539170224689E-01
+ -8.7705359606040878E-01 -8.6618420738505186E-01 -8.5488134895660073E-01
+ -8.4313928790251802E-01 -8.3095244850269467E-01 -8.1831542595154050E-01
+ -8.0522300057468787E-01 -7.9167015249657080E-01 -7.7765207675346648E-01
+ -7.6316419884470144E-01 -7.4820219071271876E-01 -7.3276198714052265E-01
+ -7.1683980255271862E-01 -7.0043214820385125E-01 -6.8353584973509707E-01
+ -6.6614806507755064E-01 -6.4826630267728402E-01 -6.2988844001427002E-01
+ -6.1101274238375269E-01 -5.9163788190521338E-01 -5.7176295672028676E-01
+ -5.5138751033706856E-01 -5.3051155107418069E-01 -5.0913557155367828E-01
+ -4.8726056818747587E-01 -4.6488806059737886E-01 -4.4202011090411203E-01
+ -4.1865934281591310E-01 -3.9480896044228531E-01 -3.7047276675365598E-01
+ -3.4565518160246106E-01 -3.2036125921635633E-01 -2.9459670506917107E-01
+ -2.6836789203041245E-01 -2.4168187568942495E-01 -2.1454640874585243E-01
+ -1.8696995435394118E-01 -1.5896169830448570E-01 -1.3053155992506954E-01
+ -1.0169020157667882E-01 -7.2449036623129931E-02 -4.2820235748814911E-02
+ -1.2816731500791779E-02  1.7547779067153307E-02  4.8258833767530096E-02
+  7.9301206783204639E-02  1.1065891240921541E-01  1.4231521112933579E-01
+  1.7425261811188272E-01  2.0645291419347556E-01  2.3889715940002218E-01
+  2.7156570903043364E-01  3.0443823230027112E-01  3.3749373350846662E-01
+  3.7071057565029919E-01  4.0406650635287222E-01  4.3753868595452011E-01
+  4.7110371748603580E-01  5.0473767823820481E-01  5.3841615251564134E-01
+  5.7211426508004048E-01  6.0580671467521041E-01  6.3946780690006866E-01
+  6.7307148555211949E-01  7.0659136140135181E-01  7.4000073716993131E-01
+  7.7327262728512569E-01  8.0637977073790346E-01  8.3929463511552438E-01
+  8.7198940957924420E-01  9.0443598422478400E-01  9.3660591288952910E-01
+  9.6847035605182674E-01  1.0000000000000000E+00  1.0311649479258873E+00
+  1.0619347254150822E+00  1.0922782871041421E+00  1.1221640245762647E+00
+===== TPHI 3 =====   [tphi(r)=TPHI(r)/r*Ylm(th,ph)]
+ 1  : radial mesh index
+  0.0000000000000000E+00  2.2156594876203144E-16  8.9443592581366500E-16
+  2.0310660620751148E-15  3.6441805779462628E-15  5.7467770868968117E-15
+  8.3521320002915708E-15  1.1473806035351800E-14  1.5125649828189031E-14
+  1.9321809653882604E-14  2.4076733255611117E-14  2.9405175784882890E-14
+  3.5322205854951226E-14  4.1843211709535404E-14  4.8983907509013332E-14
+  5.6760339736286360E-14  6.5188893724560779E-14  7.4286300309333630E-14
+  8.4069642606907805E-14  9.4556362921812002E-14  1.0576426978553819E-13
+  1.1771154512905984E-13  1.3041675159163404E-13  1.4389883996844771E-13
+  1.5817715679969743E-13  1.7327145210376555E-13  1.8920188725717844E-13
+  2.0598904302410543E-13  2.2365392773819061E-13  2.4221798563957488E-13
+  2.6170310537001040E-13  2.8213162862902543E-13  3.0352635899415789E-13
+  3.2591057090832167E-13  3.4930801883743716E-13  3.7374294660151040E-13
+  3.9924009688240391E-13  4.2582472091160464E-13  4.5352258834135810E-13
+  4.8235999730258864E-13  5.1236378465311415E-13  5.4356133641969275E-13
+  5.7598059843754496E-13  6.0965008719102470E-13  6.4459890085921232E-13
+  6.8085673057025405E-13  7.1845387186834080E-13  7.5742123639731627E-13
+  7.9779036380494414E-13  8.3959343387196890E-13  8.8286327887015838E-13
+  9.2763339615361954E-13  9.7393796098772100E-13  1.0218118396200889E-12
+  1.0712906025981657E-12  1.1224105383379586E-12  1.1752086669486497E-12
+  1.2297227543178603E-12  1.2859913264624176E-12  1.3440536841495934E-12
+  1.4039499177938469E-12  1.4657209226342304E-12  1.5294084141976801E-12
+  1.5950549440535286E-12  1.6627039158646791E-12  1.7323996017409641E-12
+  1.8041871589003311E-12  1.8781126466436002E-12  1.9542230436486284E-12
+  2.0325662655898491E-12  2.1131911830892521E-12  2.1961476400049674E-12
+  2.2814864720637764E-12  2.3692595258439311E-12  2.4595196781148300E-12
+  2.5523208555401975E-12  2.6477180547515315E-12  2.7457673627987386E-12
+  2.8465259779849694E-12  2.9500522310928105E-12  3.0564056070091434E-12
+  3.1656467667560794E-12  3.2778375699355418E-12  3.3930410975951837E-12
+  3.5113216755235534E-12  3.6327448979823790E-12  3.7573776518842602E-12
+  3.8852881414239397E-12  4.0165459131716670E-12  4.1512218816372431E-12
+  4.2893883553134953E-12  4.4311190632081220E-12  4.5764891818730101E-12
+  4.7255753629402393E-12  4.8784557611742793E-12  5.0352100630498812E-12
+  5.1959195158655831E-12  5.3606669574026520E-12  5.5295368461397356E-12
+  5.7026152920334909E-12  5.8799900878757124E-12  6.0617507412377926E-12
+  6.2479885070132547E-12  6.4387964205696925E-12  6.6342693315212882E-12
+  6.8345039381335338E-12  7.0395988223719076E-12  7.2496544856064467E-12
+  7.4647733849844636E-12  7.6850599704837978E-12  7.9106207226592425E-12
+  8.1415641910950957E-12  8.3780010335769015E-12  8.6200440559957957E-12
+  8.8678082529990150E-12  9.1214108494005801E-12  9.3809713423660803E-12
+  9.6466115443861359E-12  9.9184556270530373E-12  1.0196630165655704E-11
+  1.0481264184607901E-11  1.0772489203725382E-11  1.1070439285367765E-11
+  1.1375251082461017E-11  1.1687063887417089E-11  1.2006019681967327E-11
+  1.2332263187926587E-11  1.2665941918905395E-11  1.3007206232987713E-11
+  1.3356209386392351E-11  1.3713107588136229E-11  1.4078060055717961E-11
+  1.4451229071841096E-11  1.4832780042195860E-11  1.5222881554319445E-11
+  1.5621705437554571E-11  1.6029426824127011E-11  1.6446224211362635E-11
+  1.6872279525065110E-11  1.7307778184076136E-11  1.7752909166039789E-11
+  1.8207865074393396E-11  1.8672842206608082E-11  1.9148040623701658E-11
+  1.9633664221047872E-11  2.0129920800505823E-11  2.0637022143894303E-11
+  2.1155184087835811E-11  2.1684626599995723E-11  2.2225573856742656E-11
+  2.2778254322256168E-11  2.3342900829108771E-11  2.3919750660349803E-11
+  2.4509045633118612E-11  2.5111032183815878E-11  2.5725961454861584E-11
+  2.6354089383069523E-11  2.6995676789667922E-11  2.7650989471996878E-11
+  2.8320298296913850E-11  2.9003879295938876E-11  2.9702013762171296E-11
+  3.0414988349011823E-11  3.1143095170722445E-11  3.1886631904858901E-11
+  3.2645901896610221E-11  3.3421214265080802E-11  3.4212884011550861E-11
+  3.5021232129752255E-11  3.5846585718196921E-11  3.6689278094595762E-11
+  3.7549648912407234E-11  3.8428044279554695E-11  3.9324816879353047E-11
+  4.0240326093685483E-11  4.1174938128471902E-11  4.2129026141472068E-11
+  4.3102970372466111E-11  4.4097158275856866E-11  4.5111984655738908E-11
+  4.6147851803479927E-11  4.7205169637861182E-11  4.8284355847824043E-11
+  4.9385836037871757E-11  5.0510043876174851E-11  5.1657421245430643E-11
+  5.2828418396528043E-11  5.4023494105069527E-11  5.5243115830802975E-11
+  5.6487759880017823E-11  5.7757911570960228E-11  5.9054065402323130E-11
+  6.0376725224868111E-11  6.1726404416237809E-11  6.3103626059016926E-11
+  6.4508923122102803E-11  6.5942838645446994E-11  6.7405925928229665E-11
+  6.8898748720530953E-11  7.0421881418563789E-11  7.1975909263534835E-11
+  7.3561428544199785E-11  7.5179046803181891E-11  7.6829383047124396E-11
+  7.8513067960746011E-11  8.0230744124873557E-11  8.1983066238524441E-11
+  8.3770701345114469E-11  8.5594329062867054E-11  8.7454641819501872E-11
+  8.9352345091282790E-11  9.1288157646504635E-11  9.3262811793501912E-11
+  9.5277053633263399E-11  9.7331643316737305E-11  9.9427355306913997E-11
+  1.0156497864577554E-10  1.0374531722620132E-10  1.0596919006892187E-10
+  1.0823743160461468E-10  1.1055089196123684E-10  1.1291043725669170E-10
+  1.1531694989692879E-10  1.1777132887957637E-10  1.2027449010321054E-10
+  1.2282736668236509E-10  1.2543090926838679E-10  1.2808608637624661E-10
+  1.3079388471741650E-10  1.3355530953892218E-10  1.3637138496869027E-10
+  1.3924315436730149E-10  1.4217168068627293E-10  1.4515804683298819E-10
+  1.4820335604239726E-10  1.5130873225561482E-10  1.5447532050554273E-10
+  1.5770428730964525E-10  1.6099682107001294E-10  1.6435413248084832E-10
+  1.6777745494350946E-10  1.7126804498925391E-10  1.7482718270982529E-10
+  1.7845617219602429E-10  1.8215634198441694E-10  1.8592904551232867E-10
+  1.8977566158127464E-10  1.9369759482898814E-10  1.9769627621020236E-10
+  2.0177316348634773E-10  2.0592974172433265E-10  2.1016752380457165E-10
+  2.1448805093843659E-10  2.1889289319530219E-10  2.2338365003936411E-10
+  2.2796195087641172E-10  2.3262945561073979E-10  2.3738785521238343E-10
+  2.4223887229487273E-10  2.4718426170369885E-10  2.5222581111568778E-10
+  2.5736534164948896E-10  2.6260470848738067E-10  2.6794580150860104E-10
+  2.7339054593442197E-10  2.7894090298518032E-10  2.8459887054948658E-10
+  2.9036648386584135E-10  2.9624581621688278E-10  3.0223897963650451E-10
+  3.0834812563008022E-10  3.1457544590803435E-10  3.2092317313301153E-10
+  3.2739358168089358E-10  3.3398898841591780E-10  3.4071175348016343E-10
+  3.4756428109766818E-10  3.5454902039344428E-10  3.6166846622767411E-10
+  3.6892516004536562E-10  3.7632169074174716E-10  3.8386069554370323E-10
+  3.9154486090754071E-10  3.9937692343338943E-10  4.0735967079654614E-10
+  4.1549594269607596E-10  4.2378863182098584E-10  4.3224068483430450E-10
+  4.4085510337538747E-10  4.4963494508079774E-10  4.5858332462409817E-10
+  4.6770341477490271E-10  4.7699844747755328E-10  4.8647171494977676E-10
+  4.9612657080169316E-10  5.0596643117555226E-10  5.1599477590659043E-10
+  5.2621514970537788E-10  5.3663116336207760E-10  5.4724649497300832E-10
+  5.5806489118992268E-10  5.6909016849242826E-10  5.8032621448397846E-10
+  5.9177698921186048E-10  6.0344652651163870E-10  6.1533893537649258E-10
+  6.2745840135191766E-10  6.3980918795625952E-10  6.5239563812754905E-10
+  6.6522217569713963E-10  6.7829330689063180E-10  6.9161362185659194E-10
+  7.0518779622358306E-10  7.1902059268603020E-10  7.3311686261944807E-10
+  7.4748154772558301E-10  7.6211968170802092E-10  7.7703639197881381E-10
+  7.9223690139671555E-10  8.0772653003760323E-10  8.2351069699767311E-10
+  8.3959492223003115E-10  8.5598482841528933E-10  8.7268614286678795E-10
+  8.8970469947110722E-10  9.0704644066449078E-10  9.2471741944587478E-10
+  9.4272380142718227E-10  9.6107186692157118E-10  9.7976801307034952E-10
+  9.9881875600927037E-10  1.0182307330749189E-09  1.0380107050519556E-09
+  1.0581655584619651E-09  1.0787023078946642E-09  1.0996280983822732E-09
+  1.1209502078178473E-09  1.1426760494183582E-09  1.1648131742333843E-09
+  1.1873692737002412E-09  1.2103521822463914E-09  1.2337698799400501E-09
+  1.2576304951898350E-09  1.2819423074943959E-09  1.3067137502429434E-09
+  1.3319534135675994E-09  1.3576700472485582E-09  1.3838725636730154E-09
+  1.4105700408488548E-09  1.4377717254741230E-09  1.4654870360633217E-09
+  1.4937255661315388E-09  1.5224970874375379E-09  1.5518115532868548E-09
+  1.5816791018960303E-09  1.6121100598191014E-09  1.6431149454375204E-09
+  1.6747044725146424E-09  1.7068895538160141E-09  1.7396813047966437E-09
+  1.7730910473565209E-09  1.8071303136656359E-09  1.8418108500597753E-09
+  1.8771446210084187E-09  1.9131438131560705E-09  1.9498208394383558E-09
+  1.9871883432743102E-09  2.0252592028362351E-09  2.0640465353985601E-09
+  2.1035637017671891E-09  2.1438243107908137E-09  2.1848422239556791E-09
+  2.2266315600654024E-09  2.2692067000073690E-09  2.3125822916073227E-09
+  2.3567732545737849E-09  2.4017947855339761E-09  2.4476623631628880E-09
+  2.4943917534072916E-09  2.5419990148063727E-09  2.5905005039108329E-09
+  2.6399128808022633E-09  2.6902531147146068E-09  2.7415384897596616E-09
+  2.7937866107585090E-09  2.8470154091808178E-09  2.9012431491940506E-09
+  2.9564884338245955E-09  3.0127702112328602E-09  3.0701077811044821E-09
+  3.1285208011597913E-09  3.1880292937836690E-09  3.2486536527780979E-09
+  3.3104146502396249E-09  3.3733334435640454E-09  3.4374315825807061E-09
+  3.5027310168187609E-09  3.5692541029078682E-09  3.6370236121158102E-09
+  3.7060627380255229E-09  3.7763951043541758E-09  3.8480447729168992E-09
+  3.9210362517378047E-09  3.9953945033110844E-09  4.0711449530149215E-09
+  4.1483134976810380E-09  4.2269265143227714E-09  4.3070108690246274E-09
+  4.3885939259962444E-09  4.4717035567938512E-09  4.5563681497123325E-09
+  4.6426166193509706E-09  4.7304784163561908E-09  4.8199835373444990E-09
+  4.9111625350089518E-09  5.0040465284126246E-09  5.0986672134724210E-09
+  5.1950568736368360E-09  5.2932483907612384E-09  5.3932752561842768E-09
+  5.4951715820091962E-09  5.5989721125938186E-09  5.7047122362530247E-09
+  5.8124279971777170E-09  5.9221561075742490E-09  6.0339339600283408E-09
+  6.1477996400977387E-09  6.2637919391377675E-09  6.3819503673640708E-09
+  6.5023151671570126E-09  6.6249273266121305E-09  6.7498285933411878E-09
+  6.8770614885285433E-09  7.0066693212474293E-09  7.1386962030410586E-09
+  7.2731870627734372E-09  7.4101876617547586E-09  7.5497446091466218E-09
+  7.6919053776521490E-09  7.8367183194962703E-09  7.9842326827015675E-09
+  8.1344986276651238E-09  8.2875672440420378E-09  8.4434905679410280E-09
+  8.6023215994381903E-09  8.7641143204146339E-09  8.9289237127239790E-09
+  9.0968057766958386E-09  9.2678175499816114E-09  9.4420171267486056E-09
+  9.6194636772293296E-09  9.8002174676322191E-09  9.9843398804206112E-09
+  1.0171893434966737E-08  1.0362941808587752E-08  1.0557549857970625E-08
+  1.0755783640993418E-08  1.0957710438950031E-08  1.1163398779185944E-08
+  1.1372918458152633E-08  1.1586340564888218E-08  1.1803737504932397E-08
+  1.2025183024683689E-08  1.2250752236206998E-08  1.2480521642500001E-08
+  1.2714569163226821E-08  1.2952974160927414E-08  1.3195817467711830E-08
+  1.3443181412447966E-08  1.3695149848452181E-08  1.3951808181691861E-08
+  1.4213243399509701E-08  1.4479544099878869E-08  1.4750800521199435E-08
+  1.5027104572645610E-08  1.5308549865074263E-08  1.5595231742504899E-08
+  1.5887247314181935E-08  1.6184695487229562E-08  1.6487676999910696E-08
+  1.6796294455500866E-08  1.7110652356788421E-08  1.7430857141212846E-08
+  1.7757017216652539E-08  1.8089242997874664E-08  1.8427646943658827E-08
+  1.8772343594607247E-08  1.9123449611654035E-08  1.9481083815286739E-08
+  1.9845367225492761E-08  2.0216423102444777E-08  2.0594376987938271E-08
+  2.0979356747595322E-08  2.1371492613848755E-08  2.1770917229721228E-08
+  2.2177765693413463E-08  2.2592175603717367E-08  2.3014287106268531E-08
+  2.3444242940654118E-08  2.3882188488391907E-08  2.4328271821795999E-08
+  2.4782643753746657E-08  2.5245457888379993E-08  2.5716870672715108E-08
+  2.6197041449235626E-08  2.6686132509443834E-08  2.7184309148404480E-08
+  2.7691739720297532E-08  2.8208595694997939E-08  2.8735051715701490E-08
+  2.9271285657616220E-08  2.9817478687739099E-08  3.0373815325737612E-08
+  3.0940483505957445E-08  3.1517674640576369E-08  3.2105583683925906E-08
+  3.2704409198002449E-08  3.3314353419189088E-08  3.3935622326211690E-08
+  3.4568425709351138E-08  3.5212977240935228E-08  3.5869494547133965E-08
+  3.6538199281082484E-08  3.7219317197355417E-08  3.7913078227818738E-08
+  3.8619716558883840E-08  3.9339470710189894E-08  4.0072583614741004E-08
+  4.0819302700525205E-08  4.1579879973642029E-08  4.2354572102967430E-08
+  4.3143640506383808E-08  4.3947351438604479E-08  4.4765976080621983E-08
+  4.5599790630809547E-08  4.6449076397707703E-08  4.7314119894525870E-08
+  4.8195212935391391E-08  4.9092652733377639E-08  5.0006742000345414E-08
+  5.0937789048628841E-08  5.1886107894602691E-08  5.2852018364163467E-08
+  5.3835846200161254E-08  5.4837923171817354E-08  5.5858587186165462E-08
+  5.6898182401552171E-08  5.7957059343236917E-08  5.9035575021128489E-08
+  6.0134093049698554E-08  6.1252983770112288E-08  6.2392624374616171E-08
+  6.3553399033226288E-08  6.4735699022758596E-08  6.5939922858244436E-08
+  6.7166476426775790E-08  6.8415773123825370E-08  6.9688233992086102E-08
+  7.0984287862878185E-08  7.2304371500170275E-08  7.3648929747263127E-08
+  7.5018415676184946E-08  7.6413290739849389E-08  7.7834024927025417E-08
+  7.9281096920173234E-08  8.0754994256197571E-08  8.2256213490173371E-08
+  8.3785260362097475E-08  8.5342649966724681E-08  8.6928906926541588E-08
+  8.8544565567939694E-08  9.0190170100645299E-08  9.1866274800465787E-08
+  9.3573444195415712E-08  9.5312253255282090E-08  9.7083287584695745E-08
+  9.8887143619771274E-08  1.0072442882838223E-07  1.0259576191413914E-07
+  1.0450177302413895E-07  1.0644310396055315E-07  1.0842040839613011E-07
+  1.1043435209367957E-07  1.1248561312961554E-07  1.1457488212163144E-07
+  1.1670286246058503E-07  1.1887027054666856E-07  1.2107783602994646E-07
+  1.2332630205533935E-07  1.2561642551213649E-07  1.2794897728812254E-07
+  1.3032474252839915E-07  1.3274452089899489E-07  1.3520912685534624E-07
+  1.3771938991574198E-07  1.4027615493982385E-07  1.4288028241223525E-07
+  1.4553264873151208E-07  1.4823414650431672E-07  1.5098568484510949E-07
+  1.5378818968136074E-07  1.5664260406440524E-07  1.5954988848604356E-07
+  1.6251102120099442E-07  1.6552699855531053E-07  1.6859883532086407E-07
+  1.7172756503601573E-07  1.7491424035258291E-07  1.7815993338921934E-07
+  1.8146573609132983E-07  1.8483276059763770E-07  1.8826213961352835E-07
+  1.9175502679129447E-07  1.9531259711741228E-07  1.9893604730697375E-07
+  2.0262659620541324E-07  2.0638548519765942E-07  2.1021397862485097E-07
+  2.1411336420875501E-07  2.1808495348403388E-07  2.2213008223849832E-07
+  2.2625011096150403E-07  2.3044642530063360E-07  2.3472043652682320E-07
+  2.3907358200808716E-07  2.4350732569199699E-07  2.4802315859708384E-07
+  2.5262259931332199E-07  2.5730719451186487E-07  2.6207851946420497E-07
+  2.6693817857093032E-07  2.7188780590025416E-07  2.7692906573650163E-07
+  2.8206365313873546E-07  2.8729329450970669E-07  2.9261974817532488E-07
+  2.9804480497484047E-07  3.0357028886193352E-07  3.0919805751691857E-07
+  3.1493000297026352E-07  3.2076805223763653E-07  3.2671416796669008E-07
+  3.3277034909580554E-07  3.3893863152500801E-07  3.4522108879928993E-07
+  3.5161983280456345E-07  3.5813701447647808E-07  3.6477482452234370E-07
+  3.7153549415639205E-07  3.7842129584863877E-07  3.8543454408758183E-07
+  3.9257759615700227E-07  3.9985285292712192E-07  4.0726275966039121E-07
+  4.1480980683216395E-07  4.2249653096655061E-07  4.3032551548771834E-07
+  4.3829939158692889E-07  4.4642083910560359E-07  4.5469258743471527E-07
+  4.6311741643079861E-07  4.7169815734890050E-07  4.8043769379277289E-07
+  4.8933896268263000E-07  4.9840495524079902E-07  5.0763871799558269E-07
+  5.1704335380368658E-07  5.2662202289154200E-07  5.3637794391587914E-07
+  5.4631439504390498E-07  5.5643471505345118E-07  5.6674230445345088E-07
+  5.7724062662513620E-07  5.8793320898432713E-07  5.9882364416520488E-07
+  6.0991559122596901E-07  6.2121277687678376E-07  6.3271899673041353E-07
+  6.4443811657598856E-07  6.5637407367630917E-07  6.6853087808913119E-07
+  6.8091261401288129E-07  6.9352344115723644E-07  7.0636759613905063E-07
+  7.1944939390407836E-07  7.3277322917498004E-07  7.4634357792609421E-07
+  7.6016499888547556E-07  7.7424213506468578E-07  7.8857971531687488E-07
+  8.0318255592365748E-07  8.1805556221132551E-07  8.3320373019693071E-07
+  8.4863214826480680E-07  8.6434599887406423E-07  8.8035056029766324E-07
+  8.9665120839362655E-07  9.1325341840899241E-07  9.3016276681712150E-07
+  9.4738493318894881E-07  9.6492570209884273E-07  9.8279096506568559E-07
+  1.0009867225298349E-06  1.0195190858666291E-06  1.0383942794371166E-06
+  1.0576186426766797E-06  1.0771986322222809E-06  1.0971408240790207E-06
+  1.1174519158267508E-06  1.1381387288674645E-06  1.1592082107142506E-06
+  1.1806674373225285E-06  1.2025236154643999E-06  1.2247840851468792E-06
+  1.2474563220748213E-06  1.2705479401593917E-06  1.2940666940728763E-06
+  1.3180204818507417E-06  1.3424173475417828E-06  1.3672654839072560E-06
+  1.3925732351699064E-06  1.4183490998138176E-06  1.4446017334359945E-06
+  1.4713399516506786E-06  1.4985727330473345E-06  1.5263092222033185E-06
+  1.5545587327522315E-06  1.5833307505089996E-06  1.6126349366526949E-06
+  1.6424811309682176E-06  1.6728793551478812E-06  1.7038398161540297E-06
+  1.7353729096438099E-06  1.7674892234572593E-06  1.8001995411698433E-06
+  1.8335148457106832E-06  1.8674463230476557E-06  1.9020053659406032E-06
+  1.9372035777639403E-06  1.9730527763998800E-06  2.0095649982036641E-06
+  2.0467525020420597E-06  2.0846277734065218E-06  2.1232035286023670E-06
+  2.1624927190154080E-06  2.2025085354574129E-06  2.2432644125919209E-06
+  2.2847740334418559E-06  2.3270513339804496E-06  2.3701105078070315E-06
+  2.4139660109092643E-06  2.4586325665133501E-06  2.5041251700239557E-06
+  2.5504590940553977E-06  2.5976498935558501E-06  2.6457134110262686E-06
+  2.6946657818357446E-06  2.7445234396351631E-06  2.7953031218708832E-06
+  2.8470218754003529E-06  2.8996970622115165E-06  2.9533463652479483E-06
+  3.0079877943416328E-06  3.0636396922554302E-06  3.1203207408372229E-06
+  3.1780499672878044E-06  3.2368467505446316E-06  3.2967308277835845E-06
+  3.3577223010408642E-06  3.4198416439573287E-06  3.4831097086474697E-06
+  3.5475477326953440E-06  3.6131773462798641E-06  3.6800205794317057E-06
+  3.7480998694244220E-06  3.8174380683021414E-06  3.8880584505464141E-06
+  3.9599847208847461E-06  4.0332410222435158E-06  4.1078519438478054E-06
+  4.1838425294710224E-06  4.2612382858369607E-06  4.3400651911771737E-06
+  4.4203497039465087E-06  4.5021187716997636E-06  4.5853998401323426E-06
+  4.6702208622880948E-06  4.7566103079372976E-06  4.8445971731279799E-06
+  4.9342109899138148E-06  5.0254818362617545E-06  5.1184403461428432E-06
+  5.2131177198095294E-06  5.3095457342629095E-06  5.4077567539134643E-06
+  5.5077837414388556E-06  5.6096602688423227E-06  5.7134205287155812E-06
+  5.8190993457098233E-06  5.9267321882187512E-06  6.0363551802775422E-06
+  6.1480051136817985E-06  6.2617194603303560E-06  6.3775363847963679E-06
+  6.4954947571306500E-06  6.6156341659016852E-06  6.7379949314766788E-06
+  6.8626181195480120E-06  6.9895455549097435E-06  7.1188198354887562E-06
+  7.2504843466351807E-06  7.3845832756769818E-06  7.5211616267435649E-06
+  7.6602652358632760E-06  7.8019407863400297E-06  7.9462358244140871E-06
+  8.0931987752122937E-06  8.2428789589931067E-06  8.3953266076918959E-06
+  8.5505928817719594E-06  8.7087298873870702E-06  8.8697906938611845E-06
+  9.0338293514911877E-06  9.2009009096787098E-06  9.3710614353970686E-06
+  9.5443680319994042E-06  9.7208788583745560E-06  9.9006531484569216E-06
+  1.0083751231096837E-05  1.0270234550298351E-05  1.0460165685830790E-05
+  1.0653608374221476E-05  1.0850627530136308E-05  1.1051289268155520E-05
+  1.1255660924951856E-05  1.1463811081878713E-05  1.1675809587975585E-05
+  1.1891727583398844E-05  1.2111637523285436E-05  1.2335613202057673E-05
+  1.2563729778177116E-05  1.2796063799356098E-05  1.3032693228234944E-05
+  1.3273697468533921E-05  1.3519157391688430E-05  1.3769155363976395E-05
+  1.4023775274147129E-05  1.4283102561560539E-05  1.4547224244846612E-05
+  1.4816228951094393E-05  1.5090206945580470E-05  1.5369250162046746E-05
+  1.5653452233537931E-05  1.5942908523808632E-05  1.6237716159311135E-05
+  1.6537974061774156E-05  1.6843782981383666E-05  1.7155245530576920E-05
+  1.7472466218461049E-05  1.7795551485867466E-05  1.8124609741054337E-05
+  1.8459751396068667E-05  1.8801088903780308E-05  1.9148736795600521E-05
+  1.9502811719897207E-05  1.9863432481120323E-05  2.0230720079650171E-05
+  2.0604797752382055E-05  2.0985791014060805E-05  2.1373827699379389E-05
+  2.1769038005854971E-05  2.2171554537497727E-05  2.2581512349286284E-05
+  2.2999048992465129E-05  2.3424304560678944E-05  2.3857421736959613E-05
+  2.4298545841580990E-05  2.4747824880798441E-05  2.5205409596488691E-05
+  2.5671453516706921E-05  2.6146113007178065E-05  2.6629547323739508E-05
+  2.7121918665752702E-05  2.7623392230502116E-05  2.8134136268598306E-05
+  2.8654322140405738E-05  2.9184124373512595E-05  2.9723720721262594E-05
+  3.0273292222368190E-05  3.0833023261625266E-05  3.1403101631749536E-05
+  3.1983718596355436E-05  3.2575068954098642E-05  3.3177351104003528E-05
+  3.3790767111997629E-05  3.4415522778675738E-05  3.5051827708314899E-05
+  3.5699895379165652E-05  3.6359943215041040E-05  3.7032192658228665E-05
+  3.7716869243749465E-05  3.8414202674988454E-05  3.9124426900722658E-05
+  3.9847780193572060E-05  4.0584505229899769E-05  4.1334849171188052E-05
+  4.2099063746918461E-05  4.2877405338981417E-05  4.3670135067646548E-05
+  4.4477518879120559E-05  4.5299827634722279E-05  4.6137337201705390E-05
+  4.6990328545758398E-05  4.7859087825213638E-05  4.8743906486996005E-05
+  4.9645081364344383E-05  5.0562914776337533E-05  5.1497714629259521E-05
+  5.2449794519835332E-05  5.3419473840375152E-05  5.4407077885859847E-05
+  5.5412937963004274E-05  5.6437391501334995E-05  5.7480782166319640E-05
+  5.8543459974585261E-05  5.9625781411264937E-05  6.0728109549511483E-05
+  6.1850814172218114E-05  6.2994271895987062E-05  6.4158866297388552E-05
+  6.5344988041548944E-05  6.6553035013116197E-05  6.7783412449642146E-05
+  6.9036533077428290E-05  7.0312817249880129E-05  7.1612693088416078E-05
+  7.2936596625978352E-05  7.4284971953193625E-05  7.5658271367232558E-05
+  7.7056955523417594E-05  7.8481493589631105E-05  7.9932363403571808E-05
+  8.1410051632917392E-05  8.2915053938442622E-05  8.4447875140149109E-05
+  8.6009029386462145E-05  8.7599040326551234E-05  8.9218441285831714E-05
+  9.0867775444705785E-05  9.2547596020603782E-05  9.4258466453385077E-05
+  9.6000960594161359E-05  9.7775662897606888E-05  9.9583168617814818E-05
+  1.0142408400777235E-04  1.0329902652251529E-04  1.0520862502603290E-04
+  1.0715352000199113E-04  1.0913436376834496E-04  1.1115182069591125E-04
+  1.1320656743097533E-04  1.1529929312200536E-04  1.1743069965054990E-04
+  1.1960150186639841E-04  1.2181242782707649E-04  1.2406421904176434E-04
+  1.2635763071971412E-04  1.2869343202325008E-04  1.3107240632543739E-04
+  1.3349535147250447E-04  1.3596308005110573E-04  1.3847641966051595E-04
+  1.4103621318984502E-04  1.4364331910036543E-04  1.4629861171305117E-04
+  1.4900298150141386E-04  1.5175733538974563E-04  1.5456259705686032E-04
+  1.5741970724543627E-04  1.6032962407706448E-04  1.6329332337310665E-04
+  1.6631179898146913E-04  1.6938606310940352E-04  1.7251714666244254E-04
+  1.7570609958958596E-04  1.7895399123484963E-04  1.8226191069529857E-04
+  1.8563096718567481E-04  1.8906229040975282E-04  1.9255703093853642E-04
+  1.9611636059542895E-04  1.9974147284850053E-04  2.0343358320998718E-04
+  2.0719392964315076E-04  2.1102377297663709E-04  2.1492439732647044E-04
+  2.1889711052582191E-04  2.2294324456270095E-04  2.2706415602570255E-04
+  2.3126122655797501E-04  2.3553586331954648E-04  2.3988949945816785E-04
+  2.4432359458882963E-04  2.4883963528210979E-04  2.5343913556151644E-04
+  2.5812363740998799E-04  2.6289471128572217E-04  2.6775395664750071E-04
+  2.7270300248969233E-04  2.7774350788709452E-04  2.8287716254981628E-04
+  2.8810568738836973E-04  2.9343083508916423E-04  2.9885439070059225E-04
+  3.0437817222990135E-04  3.1000403125105042E-04  3.1573385352375000E-04
+  3.2156955962389259E-04  3.2751310558558219E-04  3.3356648355497155E-04
+  3.3973172245613378E-04  3.4601088866916788E-04  3.5240608672078874E-04
+  3.5891945998760857E-04  3.6555319141235191E-04  3.7230950423323918E-04
+  3.7919066272677825E-04  3.8619897296420961E-04  3.9333678358185591E-04
+  4.0060648656562879E-04  4.0801051804994853E-04  4.1555135913135444E-04
+  4.2323153669704302E-04  4.3105362426864571E-04  4.3902024286149478E-04
+  4.4713406185967203E-04  4.5539779990712764E-04  4.6381422581515900E-04
+  4.7238615948655204E-04  4.8111647285668487E-04  4.9000809085190564E-04
+  4.9906399236549761E-04  5.0828721125155082E-04  5.1768083733707800E-04
+  5.2724801745267853E-04  5.3699195648212301E-04  5.4691591843117988E-04
+  5.5702322751603913E-04  5.6731726927169426E-04  5.7780149168063790E-04
+  5.8847940632224672E-04  5.9935458954322768E-04  6.1043068364950985E-04
+  6.2171139811996771E-04  6.3320051084238586E-04  6.4490186937203554E-04
+  6.5681939221332020E-04  6.6895707012486628E-04  6.8131896744850909E-04
+  6.9390922346259569E-04  7.0673205376004975E-04  7.1979175165164230E-04
+  7.3309268959493125E-04  7.4663932064932600E-04  7.6043617995775288E-04
+  7.7448788625541544E-04  7.8879914340609849E-04  8.0337474196656819E-04
+  8.1821956077953784E-04  8.3333856859572008E-04  8.4873682572550240E-04
+  8.6441948572076716E-04  8.8039179708740726E-04  8.9665910502908380E-04
+  9.1322685322279629E-04  9.3010058562682666E-04  9.4728594832164384E-04
+  9.6478869138438307E-04  9.8261467079744139E-04  1.0007698503918811E-03
+  1.0192603038262113E-03  1.0380922166011912E-03  1.0572718881113193E-03
+  1.0768057337336445E-03  1.0967002869545787E-03  1.1169622015353841E-03
+  1.1375982537170344E-03  1.1586153444651380E-03  1.1800205017556754E-03
+  1.2018208829022053E-03  1.2240237769253718E-03  1.2466366069653918E-03
+  1.2696669327383291E-03  1.2931224530369106E-03  1.3170110082766947E-03
+  1.3413405830883835E-03  1.3661193089571021E-03  1.3913554669094865E-03
+  1.4170574902494036E-03  1.4432339673432122E-03  1.4698936444553577E-03
+  1.4970454286352903E-03  1.5246983906565393E-03  1.5528617680088926E-03
+  1.5815449679446193E-03  1.6107575705796684E-03  1.6405093320508348E-03
+  1.6708101877298627E-03  1.7016702554954813E-03  1.7330998390644027E-03
+  1.7651094313822998E-03  1.7977097180758501E-03  1.8309115809668293E-03
+  1.8647261016494514E-03  1.8991645651319721E-03  1.9342384635437086E-03
+  1.9699594999086196E-03  2.0063395919865750E-03  2.0433908761835298E-03
+  2.0811257115317628E-03  2.1195566837414071E-03  2.1586966093245057E-03
+  2.1985585397928708E-03  2.2391557659309303E-03  2.2805018221449765E-03
+  2.3226104908900427E-03  2.3654958071757794E-03  2.4091720631526582E-03
+  2.4536538127799146E-03  2.4989558765765901E-03  2.5450933464571217E-03
+  2.5920815906528981E-03  2.6399362587212552E-03  2.6886732866433882E-03
+  2.7383089020127445E-03  2.7888596293152690E-03  2.8403422953032745E-03
+  2.8927740344643466E-03  2.9461722945869494E-03  3.0005548424243455E-03
+  3.0559397694584862E-03  3.1123454977655301E-03  3.1697907859846884E-03
+  3.2282947353921422E-03  3.2878767960817226E-03  3.3485567732542297E-03
+  3.4103548336170066E-03  3.4732915118958155E-03  3.5373877174606732E-03
+  3.6026647410676311E-03  3.6691442617183385E-03  3.7368483536393622E-03
+  3.8057994933831597E-03  3.8760205670527372E-03  3.9475348776519589E-03
+  4.0203661525635382E-03  4.0945385511568632E-03  4.1700766725274920E-03
+  4.2470055633707701E-03  4.3253507259914410E-03  4.4051381264515223E-03
+  4.4863942028586443E-03  4.5691458737970314E-03  4.6534205469034012E-03
+  4.7392461275900556E-03  4.8266510279174387E-03  4.9156641756185285E-03
+  5.0063150232773582E-03  5.0986335576641909E-03  5.1926503092294667E-03
+  5.2883963617593177E-03  5.3859033621948592E-03  5.4852035306178354E-03
+  5.5863296704051135E-03  5.6893151785545951E-03  5.7941940561850635E-03
+  5.9010009192126062E-03  6.0097710092061937E-03  6.1205402044250427E-03
+  6.2333450310405793E-03  6.3482226745453126E-03  6.4652109913518260E-03
+  6.5843485205842522E-03  6.7056744960651395E-03  6.8292288585004267E-03
+  6.9550522678653972E-03  7.0831861159943565E-03  7.2136725393768938E-03
+  7.3465544321636295E-03  7.4818754593841954E-03  7.6196800703806043E-03
+  7.7600135124584390E-03  7.9029218447593530E-03  8.0484519523573855E-03
+  8.1966515605822222E-03  8.3475692495723307E-03  8.5012544690608715E-03
+  8.6577575533975017E-03  8.8171297368088396E-03  8.9794231689007947E-03
+  9.1446909304055846E-03  9.3129870491764633E-03  9.4843665164333624E-03
+  9.6588853032618521E-03  9.8366003773691802E-03  1.0017569720099749E-02
+  1.0201852343713250E-02  1.0389508308928395E-02  1.0580598742735115E-02
+  1.0775185856478150E-02  1.0973332964215031E-02  1.1175104501351171E-02
+  1.1380566043554974E-02  1.1589784325956011E-02  1.1802827262628400E-02
+  1.2019763966362975E-02  1.2240664768730328E-02  1.2465601240437673E-02
+  1.2694646211981976E-02  1.2927873794602095E-02  1.3165359401532234E-02
+  1.3407179769559310E-02  1.3653412980886499E-02  1.3904138485305258E-02
+  1.4159437122678076E-02  1.4419391145734262E-02  1.4684084243180139E-02
+  1.4953601563126603E-02  1.5228029736835012E-02  1.5507456902783615E-02
+  1.5791972731055919E-02  1.6081668448052602E-02  1.6376636861528182E-02
+  1.6676972385953882E-02  1.6982771068207468E-02  1.7294130613591162E-02
+  1.7611150412178575E-02  1.7933931565490398E-02  1.8262576913500299E-02
+  1.8597191061970612E-02  1.8937880410117736E-02  1.9284753178607221E-02
+  1.9637919437878074E-02  1.9997491136795331E-02  2.0363582131630219E-02
+  2.0736308215366480E-02  2.1115787147331245E-02  2.1502138683149260E-02
+  2.1895484605017064E-02  2.2295948752296235E-02  2.2703657052421767E-02
+  2.3118737552122869E-02  2.3541320448952657E-02  2.3971538123122776E-02
+  2.4409525169638610E-02  2.4855418430730369E-02  2.5309357028574911E-02
+  2.5771482398302421E-02  2.6241938321282125E-02  2.6720870958680282E-02
+  2.7208428885282583E-02  2.7704763123574495E-02  2.8210027178070137E-02
+  2.8724377069881128E-02  2.9247971371515798E-02  2.9780971241898626E-02
+  3.0323540461598665E-02  3.0875845468255735E-02  3.1438055392191598E-02
+  3.2010342092193028E-02  3.2592880191453552E-02  3.3185847113656942E-02
+  3.3789423119189636E-02  3.4403791341463111E-02  3.5029137823329781E-02
+  3.5665651553573451E-02  3.6313524503455104E-02  3.6972951663292723E-02
+  3.7644131079054170E-02  3.8327263888939422E-02  3.9022554359928692E-02
+  3.9730209924270427E-02  4.0450441215883592E-02  4.1183462106644177E-02
+  4.1929489742529066E-02  4.2688744579584617E-02  4.3461450419688283E-02
+  4.4247834446069070E-02  4.5048127258551826E-02  4.5862562908487420E-02
+  4.6691378933330599E-02  4.7534816390824373E-02  4.8393119892748179E-02
+  4.9266537638186690E-02  5.0155321446269677E-02  5.1059726788338256E-02
+  5.1980012819483737E-02  5.2916442409407967E-02  5.3869282172548653E-02
+  5.4838802497413131E-02  5.5825277575059902E-02  5.6828985426665764E-02
+  5.7850207930112849E-02  5.8889230845528155E-02  5.9946343839705603E-02
+  6.1021840509333902E-02  6.2116018402958259E-02  6.3229179041593184E-02
+  6.4361627937903912E-02  6.5513674613871531E-02  6.6685632616851287E-02
+  6.7877819533931738E-02  6.9090557004497982E-02  7.0324170730898597E-02
+  7.1578990487112484E-02  7.2855350125307444E-02  7.4153587580179633E-02
+  7.5474044870954243E-02  7.6817068100931821E-02  7.8183007454451378E-02
+  7.9572217191143213E-02  8.0985055637335657E-02  8.2421885174478376E-02
+  8.3883072224437402E-02  8.5368987231513468E-02  8.6880004641029601E-02
+  8.8416502874328173E-02  8.9978864300014311E-02  9.1567475201271079E-02
+  9.3182725739075850E-02  9.4825009911131519E-02  9.6494725506326304E-02
+  9.8192274054527462E-02  9.9918060771508485E-02  1.0167249449880270E-01
+  1.0345598763826962E-01  1.0526895608115427E-01  1.0711181913141089E-01
+  1.0898499942306020E-01  1.1088892283133261E-01  1.1282401837735635E-01
+  1.1479071812612902E-01  1.1678945707751155E-01  1.1882067304997218E-01
+  1.2088480655680224E-01  1.2298230067451678E-01  1.2511360090314461E-01
+  1.2727915501810519E-01  1.2947941291336154E-01  1.3171482643552807E-01
+  1.3398584920860962E-01  1.3629293644902729E-01  1.3863654477059612E-01
+  1.4101713197909405E-01  1.4343515685606331E-01  1.4589107893147216E-01
+  1.4838535824485921E-01  1.5091845509457108E-01  1.5349082977469750E-01
+  1.5610294229929933E-01  1.5875525211351429E-01  1.6144821779112237E-01
+  1.6418229671813281E-01  1.6695794476196463E-01  1.6977561592576573E-01
+  1.7263576198742095E-01  1.7553883212278509E-01  1.7848527251267302E-01
+  1.8147552593312957E-01  1.8451003132849761E-01  1.8758922336679332E-01
+  1.9071353197689508E-01  1.9388338186704338E-01  1.9709919202415099E-01
+  2.0036137519340289E-01  2.0367033733764534E-01  2.0702647707603811E-01
+  2.1043018510145267E-01  2.1388184357609760E-01  2.1738182550484722E-01
+  2.2093049408575346E-01  2.2452820203722135E-01  2.2817529090132921E-01
+  2.3187209032278178E-01  2.3561891730298798E-01  2.3941607542875365E-01
+  2.4326385407510573E-01  2.4716252758175494E-01  2.5111235440272428E-01
+  2.5511357622868269E-01  2.5916641708153870E-01  2.6327108238086239E-01
+  2.6742775798172824E-01  2.7163660918358884E-01  2.7589777970981538E-01
+  2.8021139065757278E-01  2.8457753941770803E-01  2.8899629856439646E-01
+  2.9346771471429034E-01  2.9799180735497949E-01  3.0256856764260293E-01
+  3.0719795716850401E-01  3.1187990669486659E-01  3.1661431485933089E-01
+  3.2140104684864129E-01  3.2623993304144439E-01  3.3113076762042570E-01
+  3.3607330715404893E-01  3.4106726914822666E-01  3.4611233056836416E-01
+  3.5120812633228071E-01  3.5635424777462560E-01  3.6155024108350398E-01
+  3.6679560571014264E-01  3.7208979275253490E-01  3.7743220331413724E-01
+  3.8282218683881636E-01  3.8825903942338669E-01  3.9374200210923505E-01
+  3.9927025915465902E-01  4.0484293628975637E-01  4.1045909895583105E-01
+  4.1611775053149552E-01  4.2181783054782968E-01  4.2755821289516693E-01
+  4.3333770402428406E-01  4.3915504114500603E-01  4.4500889042546221E-01
+  4.5089784519548182E-01  4.5682042415787893E-01  4.6277506961162118E-01
+  4.6876014569119961E-01  4.7477393662676382E-01  4.8081464502991672E-01
+  4.8688039021037016E-01  4.9296920652898801E-01  4.9907904179308460E-01
+  5.0520775570019094E-01  5.1135311833686747E-01  5.1751280873951111E-01
+  5.2368441352448136E-01  5.2986542559528327E-01  5.3605324293490419E-01
+  5.4224516749187224E-01  5.4843840416896883E-01  5.5463005992398506E-01
+  5.6081714299233543E-01  5.6699656224177986E-01  5.7316512666994801E-01
+  5.7931954505580130E-01  5.8545642577661128E-01  5.9157227680247904E-01
+  5.9766350588085526E-01  6.0372642092393802E-01  6.0975723061228382E-01
+  6.1575204522833160E-01  6.2170687773396738E-01  6.2761764510661300E-01
+  6.3348016994868239E-01  6.3929018238556778E-01  6.4504332226760663E-01
+  6.5073514169173696E-01  6.5636110785875290E-01  6.6191660628222826E-01
+  6.6739694436528840E-01  6.7279735536142060E-01  6.7811300273551700E-01
+  6.8333898494119305E-01  6.8847034063023793E-01  6.9350205430974399E-01
+  6.9842906246204806E-01  7.0324626014208547E-01  7.0794850806608978E-01
+  7.1253064020475754E-01  7.1698747189303491E-01  7.2131380846753912E-01
+  7.2550445444129652E-01  7.2955422322396990E-01  7.3345794739397774E-01
+  7.3721048952695833E-01  7.4080675358277903E-01  7.4424169685081409E-01
+  7.4751034245042325E-01  7.5060779238047803E-01  7.5352924110837449E-01
+  7.5626998968521864E-01  7.5882546036976706E-01  7.6119121173919124E-01
+  7.6336295425988765E-01  7.6533656628621627E-01  7.6710811044934224E-01
+  7.6867385039218894E-01  7.7003026779986827E-01  7.7117407966787954E-01
+  7.7210225574280489E-01  7.7281203606219562E-01  7.7330094851185061E-01
+  7.7356682630972418E-01  7.7360782531629879E-01  7.7342244106143865E-01
+  7.7300952536751888E-01  7.7236830243808252E-01  7.7149838427042350E-01
+  7.7039978523945729E-01  7.6907293568904667E-01  7.6751869435576991E-01
+  7.6573835943904134E-01  7.6373367812069504E-01  7.6150685432682685E-01
+  7.5906055451501353E-01  7.5639791126139011E-01  7.5352252441457346E-01
+  7.5043845957763100E-01  7.4715024367549487E-01  7.4366285736390503E-01
+  7.3998172403774354E-01  7.3611269520203282E-01  7.3206203197875830E-01
+  7.2783638253770477E-01  7.2344275526079882E-01  7.1888848747793810E-01
+  7.1418120964930976E-01  7.0932880491602068E-01  7.0433936399920882E-01
+  6.9922113549931175E-01  6.9398247173393512E-01  6.8863177035704692E-01
+  6.8317741212656824E-01  6.7762769533476985E-01  6.7199076758940612E-01
+  6.6627455583692530E-01  6.6048669575650354E-01  6.5463446192960228E-01
+  6.4872470050949638E-01  6.4276376648449207E-01  6.3675746805384537E-01
+  6.3071102112398858E-01  6.2462901749270650E-01  6.1851541092924334E-01
+  6.1237352608949636E-01  6.0620609603826658E-01  6.0001533509806471E-01
+  5.9380305481987483E-01  5.8757083209155192E-01  5.8132023978134062E-01
+  5.7505284623163921E-01  5.6877021476244416E-01  5.6247390318426116E-01
+===== TPHI 4 =====   [tphi(r)=TPHI(r)/r*Ylm(th,ph)]
+ 1  : radial mesh index
+  0.0000000000000000E+00 -3.5133189610059767E-16 -1.4182859392988943E-15
+ -3.2206135224362883E-15 -5.7784911415153004E-15 -9.1125288054773240E-15
+ -1.3243778606506519E-14 -1.8193743453874133E-14 -2.3984385974393785E-14
+ -3.0638137582613383E-14 -3.8177907723931347E-14 -4.6627093293879823E-14
+ -5.6009588236882438E-14 -6.6349793327849603E-14 -7.7672626140045813E-14
+ -9.0003531202718329E-14 -1.0336849035204632E-13 -1.1779403327903757E-13
+ -1.3330724827806017E-13 -1.4993579319977516E-13 -1.6770790661229638E-13
+ -1.8665241917448348E-13 -2.0679876522533710E-13 -2.2817699459355512E-13
+ -2.5081778463135810E-13 -2.7475245247680399E-13 -3.0001296754885156E-13
+ -3.2663196427954789E-13 -3.5464275508776557E-13 -3.8407934359902226E-13
+ -4.1497643811598266E-13 -4.4736946534433509E-13 -4.8129458437882791E-13
+ -5.1678870095432381E-13 -5.5388948196683862E-13 -5.9263537026961322E-13
+ -6.3306559974936097E-13 -6.7522021068793429E-13 -7.1914006541474662E-13
+ -7.6486686425538183E-13 -8.1244316178194395E-13 -8.6191238337076646E-13
+ -9.1331884207324969E-13 -9.6670775580565815E-13 -1.0221252648638565E-12
+ -1.0796184497690497E-12 -1.1392353494506998E-12 -1.2010249797729504E-12
+ -1.2650373524109394E-12 -1.3313234940835653E-12 -1.3999354661493448E-12
+ -1.4709263845721625E-12 -1.5443504402637942E-12 -1.6202629198102730E-12
+ -1.6987202265892306E-12 -1.7797799022855399E-12 -1.8635006488126738E-12
+ -1.9499423506473761E-12 -2.0391660975853340E-12 -2.1312342079257304E-12
+ -2.2262102520926581E-12 -2.3241590767015751E-12 -2.4251468290790758E-12
+ -2.5292409822444543E-12 -2.6365103603616701E-12 -2.7470251646704834E-12
+ -2.8608569999057049E-12 -2.9780789012136670E-12 -3.0987653615751712E-12
+ -3.2229923597443814E-12 -3.3508373887132611E-12 -3.4823794847113561E-12
+ -3.6176992567509241E-12 -3.7568789167275442E-12 -3.9000023100865843E-12
+ -4.0471549470660685E-12 -4.1984240345266679E-12 -4.3538985083797910E-12
+ -4.5136690666248892E-12 -4.6778282030073333E-12 -4.8464702413084338E-12
+ -5.0196913702793808E-12 -5.1975896792310871E-12 -5.3802651942921312E-12
+ -5.5678199153473555E-12 -5.7603578536695900E-12 -5.9579850702576424E-12
+ -6.1608097148935284E-12 -6.3689420659324264E-12 -6.5824945708389782E-12
+ -6.8015818874838135E-12 -7.0263209262144672E-12 -7.2568308927151363E-12
+ -7.4932333316698637E-12 -7.7356521712442548E-12 -7.9842137684007609E-12
+ -8.2390469550632674E-12 -8.5002830851466021E-12 -8.7680560824671733E-12
+ -9.0425024895510922E-12 -9.3237615173564464E-12 -9.6119750959268504E-12
+ -9.9072879259933877E-12 -1.0209847531542864E-11 -1.0519804313370079E-11
+ -1.0837311603632585E-11 -1.1162525721426556E-11 -1.1495606029402670E-11
+ -1.1836714991441479E-11 -1.2186018231407871E-11 -1.2543684593004689E-11
+ -1.2909886200746031E-11 -1.3284798522070966E-11 -1.3668600430618893E-11
+ -1.4061474270688122E-11 -1.4463605922899783E-11 -1.4875184871089275E-11
+ -1.5296404270448255E-11 -1.5727461016940227E-11 -1.6168555818013704E-11
+ -1.6619893264636678E-11 -1.7081681904677182E-11 -1.7554134317655051E-11
+ -1.8037467190890035E-11 -1.8531901397072532E-11 -1.9037662073283230E-11
+ -1.9554978701488577E-11 -2.0084085190539522E-11 -2.0625219959701419E-11
+ -2.1178626023743673E-11 -2.1744551079617925E-11 -2.2323247594754277E-11
+ -2.2914972897005945E-11 -2.3519989266272415E-11 -2.4138564027832820E-11
+ -2.4770969647420820E-11 -2.5417483828073766E-11 -2.6078389608788839E-11
+ -2.6753975465019542E-11 -2.7444535411047361E-11 -2.8150369104262698E-11
+ -2.8871781951390777E-11 -2.9609085216699022E-11 -3.0362596132222015E-11
+ -3.1132638010042074E-11 -3.1919540356663127E-11 -3.2723638989517287E-11
+ -3.3545276155643167E-11 -3.4384800652576641E-11 -3.5242567951494938E-11
+ -3.6118940322655927E-11 -3.7014286963175098E-11 -3.7928984127183982E-11
+ -3.8863415258413681E-11 -3.9817971125248938E-11 -4.0793049958298289E-11
+ -4.1789057590527332E-11 -4.2806407600002416E-11 -4.3845521455292987E-11
+ -4.4906828663582609E-11 -4.5990766921538362E-11 -4.7097782268989451E-11
+ -4.8228329245468499E-11 -4.9382871049666946E-11 -5.0561879701859858E-11
+ -5.1765836209354663E-11 -5.2995230735020101E-11 -5.4250562768952320E-11
+ -5.5532341303336580E-11 -5.6841085010563846E-11 -5.8177322424662195E-11
+ -5.9541592126104935E-11 -6.0934442930058159E-11 -6.2356434078131101E-11
+ -6.3808135433694672E-11 -6.5290127680833729E-11 -6.6803002527001543E-11
+ -6.8347362909443948E-11 -6.9923823205463734E-11 -7.1533009446596450E-11
+ -7.3175559536769909E-11 -7.4852123474521616E-11 -7.6563363579348578E-11
+ -7.8309954722267497E-11 -8.0092584560661943E-11 -8.1911953777496811E-11
+ -8.3768776324980861E-11 -8.5663779672759972E-11 -8.7597705060724518E-11
+ -8.9571307756516931E-11 -9.1585357317826837E-11 -9.3640637859561604E-11
+ -9.5737948325983196E-11 -9.7878102767903950E-11 -1.0006193062503390E-10
+ -1.0229027701357564E-10 -1.0456400301916477E-10 -1.0688398599525361E-10
+ -1.0925111986703990E-10 -1.1166631544104291E-10 -1.1413050072043256E-10
+ -1.1664462122621645E-10 -1.1920964032439448E-10 -1.2182653955919251E-10
+ -1.2449631899248500E-10 -1.2721999754952428E-10 -1.2999861337109156E-10
+ -1.3283322417218925E-10 -1.3572490760739541E-10 -1.3867476164300407E-10
+ -1.4168390493607773E-10 -1.4475347722053873E-10 -1.4788463970043088E-10
+ -1.5107857545048426E-10 -1.5433648982411807E-10 -1.5765961086901899E-10
+ -1.6104918975043678E-10 -1.6450650118233863E-10 -1.6803284386656822E-10
+ -1.7162954094015849E-10 -1.7529794043094810E-10 -1.7903941572165627E-10
+ -1.8285536602257255E-10 -1.8674721685301982E-10 -1.9071642053175537E-10
+ -1.9476445667647396E-10 -1.9889283271258097E-10 -2.0310308439140920E-10
+ -2.0739677631805335E-10 -2.1177550248899857E-10 -2.1624088683972879E-10
+ -2.2079458380249370E-10 -2.2543827887442850E-10 -2.3017368919621481E-10
+ -2.3500256414147681E-10 -2.3992668591711503E-10 -2.4494787017477932E-10
+ -2.5006796663368319E-10 -2.5528885971497532E-10 -2.6061246918788057E-10
+ -2.6604075082782408E-10 -2.7157569708676706E-10 -2.7721933777597723E-10
+ -2.8297374076146082E-10 -2.8884101267229724E-10 -2.9482329962211224E-10
+ -3.0092278794392895E-10 -3.0714170493865151E-10 -3.1348231963742987E-10
+ -3.1994694357816111E-10 -3.2653793159639445E-10 -3.3325768263089907E-10
+ -3.4010864054417464E-10 -3.4709329495817530E-10 -3.5421418210552845E-10
+ -3.6147388569654029E-10 -3.6887503780227733E-10 -3.7642031975401717E-10
+ -3.8411246305938062E-10 -3.9195425033544861E-10 -3.9994851625917476E-10
+ -4.0809814853542285E-10 -4.1640608888294900E-10 -4.2487533403865978E-10
+ -4.3350893678049060E-10 -4.4231000696924460E-10 -4.5128171260974070E-10
+ -4.6042728093163736E-10 -4.6974999949028423E-10 -4.7925321728798181E-10
+ -4.8894034591602535E-10 -4.9881486071790984E-10 -5.0888030197409962E-10
+ -5.1914027610875446E-10 -5.2959845691881713E-10 -5.4025858682588246E-10
+ -5.5112447815126649E-10 -5.6220001441470121E-10 -5.7348915165709825E-10
+ -5.8499591978782773E-10 -5.9672442395695435E-10 -6.0867884595290931E-10
+ -6.2086344562605703E-10 -6.3328256233863857E-10 -6.4594061644158121E-10
+ -6.5884211077867491E-10 -6.7199163221860893E-10 -6.8539385321540524E-10
+ -6.9905353339774961E-10 -7.1297552118777837E-10 -7.2716475544985203E-10
+ -7.4162626716986821E-10 -7.5636518116569433E-10 -7.7138671782928165E-10
+ -7.8669619490104965E-10 -8.0229902927714127E-10 -8.1820073885016375E-10
+ -8.3440694438401148E-10 -8.5092337142342802E-10 -8.6775585223894034E-10
+ -8.8491032780780886E-10 -9.0239284983167557E-10 -9.2020958279158584E-10
+ -9.3836680604106250E-10 -9.5687091593795795E-10 -9.7572842801578100E-10
+ -9.9494597919524161E-10 -1.0145303300367570E-09 -1.0344883670346656E-09
+ -1.0548271049539370E-09 -1.0755536892101550E-09 -1.0966753982935690E-09
+ -1.1181996462380411E-09 -1.1401339851357165E-09 -1.1624861076982511E-09
+ -1.1852638498654738E-09 -1.2084751934623595E-09 -1.2321282689051856E-09
+ -1.2562313579578124E-09 -1.2807928965389971E-09 -1.3058214775816803E-09
+ -1.3313258539452242E-09 -1.3573149413815714E-09 -1.3837978215563136E-09
+ -1.4107837451257114E-09 -1.4382821348706668E-09 -1.4663025888887328E-09
+ -1.4948548838452172E-09 -1.5239489782844685E-09 -1.5535950160024766E-09
+ -1.5838033294819122E-09 -1.6145844433907465E-09 -1.6459490781456483E-09
+ -1.6779081535413596E-09 -1.7104727924472378E-09 -1.7436543245722376E-09
+ -1.7774642902996036E-09 -1.8119144445925210E-09 -1.8470167609720867E-09
+ -1.8827834355689171E-09 -1.9192268912497295E-09 -1.9563597818203465E-09
+ -1.9941949963064641E-09 -2.0327456633136749E-09 -2.0720251554682040E-09
+ -2.1120470939398075E-09 -2.1528253530484228E-09 -2.1943740649560725E-09
+ -2.2367076244455920E-09 -2.2798406937878282E-09 -2.3237882076989229E-09
+ -2.3685653783893180E-09 -2.4141877007062431E-09 -2.4606709573713611E-09
+ -2.5080312243153464E-09 -2.5562848761111981E-09 -2.6054485915081203E-09
+ -2.6555393590677850E-09 -2.7065744829049427E-09 -2.7585715885342399E-09
+ -2.8115486288252540E-09 -2.8655238900677391E-09 -2.9205159981490983E-09
+ -2.9765439248461805E-09 -3.0336269942335261E-09 -3.0917848892101640E-09
+ -3.1510376581472261E-09 -3.2114057216585548E-09 -3.2729098794965931E-09
+ -3.3355713175758943E-09 -3.3994116151266006E-09 -3.4644527519802625E-09
+ -3.5307171159905112E-09 -3.5982275105910191E-09 -3.6670071624933138E-09
+ -3.7370797295270230E-09 -3.8084693086252174E-09 -3.8812004439574625E-09
+ -3.9552981352133967E-09 -4.0307878460395445E-09 -4.1076955126322548E-09
+ -4.1860475524896429E-09 -4.2658708733254065E-09 -4.3471928821476253E-09
+ -4.4300414945055146E-09 -4.5144451439072436E-09 -4.6004327914120195E-09
+ -4.6880339353996422E-09 -4.7772786215207802E-09 -4.8681974528313551E-09
+ -4.9608216001144511E-09 -5.0551828123931177E-09 -5.1513134276377288E-09
+ -5.2492463836714211E-09 -5.3490152292772466E-09 -5.4506541355108786E-09
+ -5.5541979072225274E-09 -5.6596819947920637E-09 -5.7671425060812437E-09
+ -5.8766162186069840E-09 -5.9881405919398981E-09 -6.1017537803321935E-09
+ -6.2174946455791159E-09 -6.3354027701183861E-09 -6.4555184703719443E-09
+ -6.5778828103344630E-09 -6.7025376154132670E-09 -6.8295254865242814E-09
+ -6.9588898144486856E-09 -7.0906747944551719E-09 -7.2249254411927073E-09
+ -7.3616876038587120E-09 -7.5010079816479026E-09 -7.6429341394868544E-09
+ -7.7875145240595961E-09 -7.9347984801297137E-09 -8.0848362671642848E-09
+ -8.2376790762653520E-09 -8.3933790474146027E-09 -8.5519892870369657E-09
+ -8.7135638858891221E-09 -8.8781579372788969E-09 -9.0458275556216196E-09
+ -9.2166298953397242E-09 -9.3906231701119662E-09 -9.5678666724785915E-09
+ -9.7484207938092124E-09 -9.9323470446399853E-09 -1.0119708075386895E-08
+ -1.0310567697442214E-08 -1.0504990904661159E-08 -1.0703043895245866E-08
+ -1.0904794094034274E-08 -1.1110310175201069E-08 -1.1319662085378644E-08
+ -1.1532921067205647E-08 -1.1750159683310980E-08 -1.1971451840741469E-08
+ -1.2196872815841355E-08 -1.2426499279591790E-08 -1.2660409323419111E-08
+ -1.2898682485480337E-08 -1.3141399777434955E-08 -1.3388643711711584E-08
+ -1.3640498329279136E-08 -1.3897049227931528E-08 -1.4158383591095434E-08
+ -1.4424590217170854E-08 -1.4695759549414409E-08 -1.4971983706375028E-08
+ -1.5253356512892788E-08 -1.5539973531670885E-08 -1.5831932095431517E-08
+ -1.6129331339666437E-08 -1.6432272235993291E-08 -1.6740857626128543E-08
+ -1.7055192256488979E-08 -1.7375382813432945E-08 -1.7701537959153315E-08
+ -1.8033768368234329E-08 -1.8372186764884298E-08 -1.8716907960856945E-08
+ -1.9068048894074128E-08 -1.9425728667962573E-08 -1.9790068591518215E-08
+ -2.0161192220111467E-08 -2.0539225397046808E-08 -2.0924296295891261E-08
+ -2.1316535463585350E-08 -2.1716075864351464E-08 -2.2123052924413995E-08
+ -2.2537604577546741E-08 -2.2959871311462128E-08 -2.3389996215058716E-08
+ -2.3828125026542072E-08 -2.4274406182435693E-08 -2.4728990867498053E-08
+ -2.5192033065562973E-08 -2.5663689611319690E-08 -2.6144120243050788E-08
+ -2.6633487656345172E-08 -2.7131957558804292E-08 -2.7639698725760088E-08
+ -2.8156883057022831E-08 -2.8683685634678806E-08 -2.9220284781956413E-08
+ -2.9766862123180875E-08 -3.0323602644837507E-08 -3.0890694757764327E-08
+ -3.1468330360494212E-08 -3.2056704903768761E-08 -3.2656017456244788E-08
+ -3.3266470771415920E-08 -3.3888271355771509E-08 -3.4521629538216091E-08
+ -3.5166759540771872E-08 -3.5823879550589245E-08 -3.6493211793288302E-08
+ -3.7174982607656673E-08 -3.7869422521728695E-08 -3.8576766330270719E-08
+ -3.9297253173699851E-08 -4.0031126618461447E-08 -4.0778634738892992E-08
+ -4.1540030200601439E-08 -4.2315570345382695E-08 -4.3105517277710423E-08
+ -4.3910137952824743E-08 -4.4729704266449390E-08 -4.5564493146167723E-08
+ -4.6414786644488186E-08 -4.7280872033630865E-08 -4.8163041902065918E-08
+ -4.9061594252837709E-08 -4.9976832603706386E-08 -5.0909066089141209E-08
+ -5.1858609564199996E-08 -5.2825783710328334E-08 -5.3810915143115879E-08
+ -5.4814336522044549E-08 -5.5836386662265894E-08 -5.6877410648445092E-08
+ -5.7937759950710321E-08 -5.9017792542744903E-08 -6.0117873022063778E-08
+ -6.1238372732513453E-08 -6.2379669889036766E-08 -6.3542149704744394E-08
+ -6.4726204520336210E-08 -6.5932233935914572E-08 -6.7160644945235612E-08
+ -6.8411852072441960E-08 -6.9686277511324083E-08 -7.0984351267156109E-08
+ -7.2306511301153406E-08 -7.3653203677601992E-08 -7.5024882713707547E-08
+ -7.6422011132215008E-08 -7.7845060216849579E-08 -7.9294509970632698E-08
+ -8.0770849277123026E-08 -8.2274576064640576E-08 -8.3806197473525553E-08
+ -8.5366230026490504E-08 -8.6955199802121137E-08 -8.8573642611586039E-08
+ -9.0222104178611580E-08 -9.1901140322786007E-08 -9.3611317146251397E-08
+ -9.5353211223847638E-08 -9.7127409796771979E-08 -9.8934510969817839E-08
+ -1.0077512391226136E-07 -1.0264986906246149E-07 -1.0455937833624259E-07
+ -1.0650429533912941E-07 -1.0848527558250669E-07 -1.1050298670377348E-07
+ -1.1255810869056901E-07 -1.1465133410914355E-07 -1.1678336833695098E-07
+ -1.1895492979954156E-07 -1.2116675021183514E-07 -1.2341957482385304E-07
+ -1.2571416267099458E-07 -1.2805128682893997E-07 -1.3043173467326581E-07
+ -1.3285630814385945E-07 -1.3532582401422367E-07 -1.3784111416575716E-07
+ -1.4040302586710821E-07 -1.4301242205869187E-07 -1.4567018164246652E-07
+ -1.4837719977706949E-07 -1.5113438817840601E-07 -1.5394267542579783E-07
+ -1.5680300727379027E-07 -1.5971634696972401E-07 -1.6268367557717756E-07
+ -1.6570599230539075E-07 -1.6878431484477495E-07 -1.7191967970862945E-07
+ -1.7511314258117326E-07 -1.7836577867201083E-07 -1.8167868307715153E-07
+ -1.8505297114670360E-07 -1.8848977885936337E-07 -1.9199026320383016E-07
+ -1.9555560256727103E-07 -1.9918699713096703E-07 -2.0288566927327485E-07
+ -2.0665286398003514E-07 -2.1048984926257091E-07 -2.1439791658341191E-07
+ -2.1837838128988898E-07 -2.2243258305574463E-07 -2.2656188633090856E-07
+ -2.3076768079958443E-07 -2.3505138184680926E-07 -2.3941443103363529E-07
+ -2.4385829658109708E-07 -2.4838447386312523E-07 -2.5299448590857392E-07
+ -2.5768988391252508E-07 -2.6247224775704929E-07 -2.6734318654159125E-07
+ -2.7230433912315958E-07 -2.7735737466650656E-07 -2.8250399320447214E-07
+ -2.8774592620869289E-07 -2.9308493717085760E-07 -2.9852282219471008E-07
+ -3.0406141059899297E-07 -3.0970256553154315E-07 -3.1544818459473213E-07
+ -3.2130020048247434E-07 -3.2726058162900838E-07 -3.3333133286967318E-07
+ -3.3951449611389730E-07 -3.4581215103063302E-07 -3.5222641574645487E-07
+ -3.5875944755657092E-07 -3.6541344364897132E-07 -3.7219064184196758E-07
+ -3.7909332133536598E-07 -3.8612380347552196E-07 -3.9328445253454438E-07
+ -4.0057767650389926E-07 -4.0800592790268524E-07 -4.1557170460085176E-07
+ -4.2327755065763513E-07 -4.3112605717549015E-07 -4.3911986316981217E-07
+ -4.4726165645473469E-07 -4.5555417454530036E-07 -4.6400020557631098E-07
+ -4.7260258923816486E-07 -4.8136421772998767E-07 -4.9028803673038878E-07
+ -4.9937704638615967E-07 -5.0863430231925086E-07 -5.1806291665235980E-07
+ -5.2766605905348596E-07 -5.3744695779978123E-07 -5.4740890086107944E-07
+ -5.5755523700344881E-07 -5.6788937691314514E-07 -5.7841479434134658E-07
+ -5.8913502727003750E-07 -6.0005367909945880E-07 -6.1117441985749902E-07
+ -6.2250098743144645E-07 -6.3403718882250583E-07 -6.4578690142351451E-07
+ -6.5775407432026478E-07 -6.6994272961689328E-07 -6.8235696378576438E-07
+ -6.9500094904230863E-07 -7.0787893474527449E-07 -7.2099524882287004E-07
+ -7.3435429922525426E-07 -7.4796057540389231E-07 -7.6181864981824881E-07
+ -7.7593317947033403E-07 -7.9030890746762327E-07 -8.0495066461485284E-07
+ -8.1986337103525519E-07 -8.3505203782175519E-07 -8.5052176871869160E-07
+ -8.6627776183462400E-07 -8.8232531138680694E-07 -8.9866980947789740E-07
+ -9.1531674790551996E-07 -9.3227172000527497E-07 -9.4954042252781414E-07
+ -9.6712865755061578E-07 -9.8504233442510438E-07 -1.0032874717597479E-06
+ -1.0218701994398300E-06 -1.0407967606845472E-06 -1.0600735141421350E-06
+ -1.0797069360237260E-06 -1.0997036222766402E-06 -1.1200702907978624E-06
+ -1.1408137836884297E-06 -1.1619410695494887E-06 -1.1834592458207976E-06
+ -1.2053755411624643E-06 -1.2276973178806886E-06 -1.2504320743983647E-06
+ -1.2735874477713443E-06 -1.2971712162512129E-06 -1.3211913018954363E-06
+ -1.3456557732257665E-06 -1.3705728479357663E-06 -1.3959508956484028E-06
+ -1.4217984407246032E-06 -1.4481241651237276E-06 -1.4749369113169297E-06
+ -1.5022456852543392E-06 -1.5300596593871269E-06 -1.5583881757454097E-06
+ -1.5872407490730565E-06 -1.6166270700204390E-06 -1.6465570083962089E-06
+ -1.6770406164791586E-06 -1.7080881323913260E-06 -1.7397099835334361E-06
+ -1.7719167900838538E-06 -1.8047193685621959E-06 -1.8381287354588504E-06
+ -1.8721561109315362E-06 -1.9068129225702348E-06 -1.9421108092316929E-06
+ -1.9780616249448080E-06 -2.0146774428882192E-06 -2.0519705594413834E-06
+ -2.0899534983105722E-06 -2.1286390147311179E-06 -2.1680400997473331E-06
+ -2.2081699845715489E-06 -2.2490421450237375E-06 -2.2906703060531615E-06
+ -2.3330684463436453E-06 -2.3762508030039476E-06 -2.4202318763448404E-06
+ -2.4650264347444802E-06 -2.5106495196037387E-06 -2.5571164503930807E-06
+ -2.6044428297927773E-06 -2.6526445489281063E-06 -2.7017377927013295E-06
+ -2.7517390452222199E-06 -2.8026650953389898E-06 -2.8545330422714132E-06
+ -2.9073603013481074E-06 -2.9611646098498510E-06 -3.0159640329609021E-06
+ -3.0717769698303491E-06 -3.1286221597454525E-06 -3.1865186884191398E-06
+ -3.2454859943936911E-06 -3.3055438755628102E-06 -3.3667124958142257E-06
+ -3.4290123917951139E-06 -3.4924644798025095E-06 -3.5570900628011390E-06
+ -3.6229108375709446E-06 -3.6899489019867179E-06 -3.7582267624322949E-06
+ -3.8277673413518236E-06 -3.8985939849405264E-06 -3.9707304709777112E-06
+ -4.0442010168045030E-06 -4.1190302874490623E-06 -4.1952434039019962E-06
+ -4.2728659515446770E-06 -4.3519239887334119E-06 -4.4324440555422412E-06
+ -4.5144531826673488E-06 -4.5979789004960445E-06 -4.6830492483434124E-06
+ -4.7696927838596131E-06 -4.8579385926111410E-06 -4.9478162978391357E-06
+ -5.0393560703980636E-06 -5.1325886388781134E-06 -5.2275452999146952E-06
+ -5.3242579286884504E-06 -5.4227589896193913E-06 -5.5230815472586667E-06
+ -5.6252592773816499E-06 -5.7293264782861210E-06 -5.8353180822991475E-06
+ -5.9432696674967811E-06 -6.0532174696402913E-06 -6.1651983943330709E-06
+ -6.2792500294021738E-06 -6.3954106575088032E-06 -6.5137192689917426E-06
+ -6.6342155749483016E-06 -6.7569400205569610E-06 -6.8819337986462905E-06
+ -7.0092388635146358E-06 -7.1388979450053007E-06 -7.2709545628417547E-06
+ -7.4054530412279034E-06 -7.5424385237181925E-06 -7.6819569883625036E-06
+ -7.8240552631310650E-06 -7.9687810416243141E-06 -8.1161828990732499E-06
+ -8.2663103086354599E-06 -8.4192136579923267E-06 -8.5749442662530216E-06
+ -8.7335544011709547E-06 -8.8950972966782897E-06 -9.0596271707447297E-06
+ -9.2271992435662375E-06 -9.3978697560899797E-06 -9.5716959888816347E-06
+ -9.7487362813414891E-06 -9.9290500512754963E-06 -1.0112697814828288E-05
+ -1.0299741206784425E-05 -1.0490243001244907E-05 -1.0684267132685897E-05
+ -1.0881878717406477E-05 -1.1083144075372986E-05 -1.1288130752466962E-05
+ -1.1496907543144340E-05 -1.1709544513513347E-05 -1.1926113024839070E-05
+ -1.2146685757482196E-05 -1.2371336735280389E-05 -1.2600141350380165E-05
+ -1.2833176388527727E-05 -1.3070520054827195E-05 -1.3312251999974967E-05
+ -1.3558453346978721E-05 -1.3809206718370462E-05 -1.4064596263922339E-05
+ -1.4324707688874735E-05 -1.4589628282686028E-05 -1.4859446948313764E-05
+ -1.5134254232036754E-05 -1.5414142353828546E-05 -1.5699205238292127E-05
+ -1.5989538546166249E-05 -1.6285239706414237E-05 -1.6586407948905471E-05
+ -1.6893144337701156E-05 -1.7205551804955077E-05 -1.7523735185440895E-05
+ -1.7847801251717438E-05 -1.8177858749944065E-05 -1.8514018436357576E-05
+ -1.8856393114423511E-05 -1.9205097672673867E-05 -1.9560249123244094E-05
+ -1.9921966641122132E-05 -2.0290371604123067E-05 -2.0665587633602076E-05
+ -2.1047740635920029E-05 -2.1436958844675309E-05 -2.1833372863715905E-05
+ -2.2237115710946661E-05 -2.2648322862945540E-05 -2.3067132300404845E-05
+ -2.3493684554411837E-05 -2.3928122753584761E-05 -2.4370592672079713E-05
+ -2.4821242778484838E-05 -2.5280224285617682E-05 -2.5747691201243071E-05
+ -2.6223800379727968E-05 -2.6708711574650883E-05 -2.7202587492383353E-05
+ -2.7705593846661722E-05 -2.8217899414166829E-05 -2.8739676091131173E-05
+ -2.9271098950991764E-05 -2.9812346303108343E-05 -3.0363599752566638E-05
+ -3.0925044261086346E-05 -3.1496868209054791E-05 -3.2079263458706723E-05
+ -3.2672425418471434E-05 -3.3276553108508658E-05 -3.3891849227455865E-05
+ -3.4518520220407974E-05 -3.5156776348153841E-05 -3.5806831757691573E-05
+ -3.6468904554046789E-05 -3.7143216873417736E-05 -3.7829994957672037E-05
+ -3.8529469230219238E-05 -3.9241874373285790E-05 -3.9967449406617299E-05
+ -4.0706437767634913E-05 -4.1459087393072567E-05 -4.2225650802122428E-05
+ -4.3006385181116347E-05 -4.3801552469772380E-05 -4.4611419449033148E-05
+ -4.5436257830528490E-05 -4.6276344347690013E-05 -4.7131960848549014E-05
+ -4.8003394390248650E-05 -4.8890937335302137E-05 -4.9794887449628979E-05
+ -5.0715548002402318E-05 -5.1653227867740635E-05 -5.2608241628277948E-05
+ -5.3580909680647032E-05 -5.4571558342911859E-05 -5.5580519963982786E-05
+ -5.6608133035054731E-05 -5.7654742303102477E-05 -5.8720698886472810E-05
+ -5.9806360392611671E-05 -6.0912091037965593E-05 -6.2038261770097899E-05
+ -6.3185250392060465E-05 -6.4353441689062141E-05 -6.5543227557476896E-05
+ -6.6755007136235579E-05 -6.7989186940641924E-05 -6.9246180998662260E-05
+ -7.0526410989731379E-05 -7.1830306386121560E-05 -7.3158304596922751E-05
+ -7.4510851114681543E-05 -7.5888399664748076E-05 -7.7291412357380815E-05
+ -7.8720359842660354E-05 -8.0175721468263208E-05 -8.1657985440150915E-05
+ -8.3167648986222847E-05 -8.4705218522994306E-05 -8.6271209825350347E-05
+ -8.7866148199434484E-05 -8.9490568658729601E-05 -9.1145016103389790E-05
+ -9.2830045502883339E-05 -9.4546222082007554E-05 -9.6294121510338233E-05
+ -9.8074330095176233E-05 -9.9887444978056207E-05 -1.0173407433488456E-04
+ -1.0361483757976856E-04 -1.0553036557261190E-04 -1.0748130083054037E-04
+ -1.0946829774323079E-04 -1.1149202279221463E-04 -1.1355315477422972E-04
+ -1.1565238502869412E-04 -1.1779041766937909E-04 -1.1996796982035763E-04
+ -1.2218577185630762E-04 -1.2444456764725172E-04 -1.2674511480780993E-04
+ -1.2908818495105653E-04 -1.3147456394705940E-04 -1.3390505218619054E-04
+ -1.3638046484729571E-04 -1.3890163217081264E-04 -1.4146939973692864E-04
+ -1.4408462874887021E-04 -1.4674819632142029E-04 -1.4946099577475781E-04
+ -1.5222393693371876E-04 -1.5503794643258030E-04 -1.5790396802546226E-04
+ -1.6082296290246073E-04 -1.6379591001160977E-04 -1.6682380638678322E-04
+ -1.6990766748164449E-04 -1.7304852750975604E-04 -1.7624743979096177E-04
+ -1.7950547710415802E-04 -1.8282373204657010E-04 -1.8620331739965421E-04
+ -1.8964536650175015E-04 -1.9315103362759891E-04 -1.9672149437486512E-04
+ -2.0035794605778335E-04 -2.0406160810806183E-04 -2.0783372248317917E-04
+ -2.1167555408220721E-04 -2.1558839116929941E-04 -2.1957354580498683E-04
+ -2.2363235428542343E-04 -2.2776617758972687E-04 -2.3197640183556895E-04
+ -2.3626443874315371E-04 -2.4063172610775516E-04 -2.4507972828095826E-04
+ -2.4960993666076943E-04 -2.5422387019075694E-04 -2.5892307586838920E-04
+ -2.6370912926273674E-04 -2.6858363504171423E-04 -2.7354822750903259E-04
+ -2.7860457115104394E-04 -2.8375436119365728E-04 -2.8899932416951606E-04
+ -2.9434121849561276E-04 -2.9978183506154920E-04 -3.0532299782862465E-04
+ -3.1096656443995737E-04 -3.1671442684183684E-04 -3.2256851191651804E-04
+ -3.2853078212666356E-04 -3.3460323617164788E-04 -3.4078790965594340E-04
+ -3.4708687576980518E-04 -3.5350224598248954E-04 -3.6003617074821602E-04
+ -3.6669084022513310E-04 -3.7346848500750417E-04 -3.8037137687136518E-04
+ -3.8740182953390039E-04 -3.9456219942678400E-04 -4.0185488648374762E-04
+ -4.0928233494262844E-04 -4.1684703416216878E-04 -4.2455151945383168E-04
+ -4.3239837292891693E-04 -4.4039022436123454E-04 -4.4852975206565192E-04
+ -4.5681968379277849E-04 -4.6526279764009713E-04 -4.7386192297983498E-04
+ -4.8261994140388480E-04 -4.9153978768608567E-04 -5.0062445076217961E-04
+ -5.0987697472776729E-04 -5.1930045985459352E-04 -5.2889806362548962E-04
+ -5.3867300178833037E-04 -5.4862854942931900E-04 -5.5876804206599420E-04
+ -5.6909487676028712E-04 -5.7961251325200629E-04 -5.9032447511312184E-04
+ -6.0123435092322589E-04 -6.1234579546655431E-04 -6.2366253095096492E-04
+ -6.3518834824926945E-04 -6.4692710816332166E-04 -6.5888274271129650E-04
+ -6.7105925643853631E-04 -6.8346072775244966E-04 -6.9609131028185601E-04
+ -7.0895523426123968E-04 -7.2205680794036197E-04 -7.3540041901968764E-04
+ -7.4899053611210062E-04 -7.6283171023138092E-04 -7.7692857630792735E-04
+ -7.9128585473222496E-04 -8.0590835292655043E-04 -8.2080096694544938E-04
+ -8.3596868310545911E-04 -8.5141657964466649E-04 -8.6714982841259525E-04
+ -8.8317369659098911E-04 -8.9949354844604716E-04 -9.1611484711267774E-04
+ -9.3304315641134898E-04 -9.5028414269812743E-04 -9.6784357674849816E-04
+ -9.8572733567557744E-04 -1.0039414048833534E-03 -1.0224918800555366E-03
+ -1.0413849691807337E-03 -1.0606269946145384E-03 -1.0802243951792284E-03
+ -1.1001837283017471E-03 -1.1205116721906439E-03 -1.1412150280526857E-03
+ -1.1623007223498460E-03 -1.1837758090973937E-03 -1.2056474722038190E-03
+ -1.2279230278533684E-03 -1.2506099269318871E-03 -1.2737157574968328E-03
+ -1.2972482472921830E-03 -1.3212152663090637E-03 -1.3456248293929158E-03
+ -1.3704850988980229E-03 -1.3958043873902543E-03 -1.4215911603988709E-03
+ -1.4478540392182844E-03 -1.4746018037606360E-03 -1.5018433954601148E-03
+ -1.5295879202299558E-03 -1.5578446514729744E-03 -1.5866230331466958E-03
+ -1.6159326828839669E-03 -1.6457833951700627E-03 -1.6761851445772861E-03
+ -1.7071480890580742E-03 -1.7386825732976488E-03 -1.7707991321272562E-03
+ -1.8035084939990727E-03 -1.8368215845238451E-03 -1.8707495300724262E-03
+ -1.9053036614422123E-03 -1.9404955175897677E-03 -1.9763368494306894E-03
+ -2.0128396237079470E-03 -2.0500160269298633E-03 -2.0878784693789862E-03
+ -2.1264395891930641E-03 -2.1657122565193975E-03 -2.2057095777438468E-03
+ -2.2464448997957806E-03 -2.2879318145303420E-03 -2.3301841631892472E-03
+ -2.3732160409416564E-03 -2.4170418015063604E-03 -2.4616760618567592E-03
+ -2.5071337070100498E-03 -2.5534298949020685E-03 -2.6005800613492784E-03
+ -2.6485999250993931E-03 -2.6975054929721624E-03 -2.7473130650918706E-03
+ -2.7980392402131016E-03 -2.8497009211414398E-03 -2.9023153202505638E-03
+ -2.9558999650975957E-03 -3.0104727041382062E-03 -3.0660517125432529E-03
+ -3.1226554981186498E-03 -3.1803029073302356E-03 -3.2390131314353854E-03
+ -3.2988057127232113E-03 -3.3597005508651280E-03 -3.4217179093776902E-03
+ -3.4848784221995924E-03 -3.5492031003846202E-03 -3.6147133389126903E-03
+ -3.6814309236207943E-03 -3.7493780382559026E-03 -3.8185772716518396E-03
+ -3.8890516250321911E-03 -3.9608245194413267E-03 -4.0339198033056464E-03
+ -4.1083617601271926E-03 -4.1841751163117979E-03 -4.2613850491339672E-03
+ -4.3400171948408048E-03 -4.4200976568970277E-03 -4.5016530143736503E-03
+ -4.5847103304824631E-03 -4.6692971612587071E-03 -4.7554415643943629E-03
+ -4.8431721082244318E-03 -4.9325178808686818E-03 -5.0235084995313090E-03
+ -5.1161741199610665E-03 -5.2105454460743333E-03 -5.3066537397438258E-03
+ -5.4045308307553112E-03 -5.5042091269352682E-03 -5.6057216244519191E-03
+ -5.7091019182924415E-03 -5.8143842129190319E-03 -5.9216033331066596E-03
+ -6.0307947349651815E-03 -6.1419945171487557E-03 -6.2552394322553349E-03
+ -6.3705668984190937E-03 -6.4880150110988881E-03 -6.6076225550652850E-03
+ -6.7294290165896293E-03 -6.8534745958377854E-03 -6.9798002194717042E-03
+ -7.1084475534618748E-03 -7.2394590161137277E-03 -7.3728777913110739E-03
+ -7.5087478419797633E-03 -7.6471139237746753E-03 -7.7880215989932552E-03
+ -7.9315172507187469E-03 -8.0776480971965700E-03 -8.2264622064466223E-03
+ -8.3780085111153629E-03 -8.5323368235705761E-03 -8.6894978512422529E-03
+ -8.8495432122129344E-03 -9.0125254510608419E-03 -9.1784980549591711E-03
+ -9.3475154700349249E-03 -9.5196331179906828E-03 -9.6949074129926583E-03
+ -9.8733957788286995E-03 -1.0055156666339075E-02 -1.0240249571124229E-02
+ -1.0428735051532382E-02 -1.0620674746930601E-02 -1.0816131396262750E-02
+ -1.1015168856897791E-02 -1.1217852123771757E-02 -1.1424247348826919E-02
+ -1.1634421860751478E-02 -1.1848444185023151E-02 -1.2066384064260300E-02
+ -1.2288312478883255E-02 -1.2514301668090129E-02 -1.2744425151149628E-02
+ -1.2978757749014551E-02 -1.3217375606259038E-02 -1.3460356213342859E-02
+ -1.3707778429205867E-02 -1.3959722504195695E-02 -1.4216270103331822E-02
+ -1.4477504329908969E-02 -1.4743509749442689E-02 -1.5014372413960402E-02
+ -1.5290179886639844E-02 -1.5571021266798718E-02 -1.5856987215237369E-02
+ -1.6148169979937402E-02 -1.6444663422118595E-02 -1.6746563042656423E-02
+ -1.7053966008862512E-02 -1.7366971181630095E-02 -1.7685679142946352E-02
+ -1.8010192223773640E-02 -1.8340614532301444E-02 -1.8677051982569887E-02
+ -1.9019612323467237E-02 -1.9368405168101833E-02 -1.9723542023549801E-02
+ -2.0085136320979254E-02 -2.0453303446151691E-02 -2.0828160770301016E-02
+ -2.1209827681390299E-02 -2.1598425615746295E-02 -2.1994078090071294E-02
+ -2.2396910733831842E-02 -2.2807051322023691E-02 -2.3224629808310911E-02
+ -2.3649778358539039E-02 -2.4082631384619347E-02 -2.4523325578782743E-02
+ -2.4971999948200360E-02 -2.5428795849968294E-02 -2.5893857026453009E-02
+ -2.6367329640993736E-02 -2.6849362313957729E-02 -2.7340106159143753E-02
+ -2.7839714820529153E-02 -2.8348344509353543E-02 -2.8866154041534947E-02
+ -2.9393304875410298E-02 -2.9929961149793457E-02 -3.0476289722342995E-02
+ -3.1032460208231187E-02 -3.1598645019104997E-02 -3.2175019402329356E-02
+ -3.2761761480502083E-02 -3.3359052291228965E-02 -3.3967075827147863E-02
+ -3.4586019076186809E-02 -3.5216072062045065E-02 -3.5857427884880340E-02
+ -3.6510282762187568E-02 -3.7174836069852592E-02 -3.7851290383362851E-02
+ -3.8539851519156947E-02 -3.9240728576092926E-02 -3.9954133977014784E-02
+ -4.0680283510394870E-02 -4.1419396372029099E-02 -4.2171695206760909E-02
+ -4.2937406150206150E-02 -4.3716758870454481E-02 -4.4509986609716272E-02
+ -4.5317326225885739E-02 -4.6139018233988222E-02 -4.6975306847478401E-02
+ -4.7826440019353912E-02 -4.8692669483048082E-02 -4.9574250793062415E-02
+ -5.0471443365298470E-02 -5.1384510517047489E-02 -5.2313719506590521E-02
+ -5.3259341572365629E-02 -5.4221651971650957E-02 -5.5200930018713089E-02
+ -5.6197459122367087E-02 -5.7211526822892322E-02 -5.8243424828244870E-02
+ -5.9293449049506078E-02 -6.0361899635502245E-02 -6.1449081006529516E-02
+ -6.2555301887113404E-02 -6.3680875337731285E-02 -6.4826118785419135E-02
+ -6.5991354053186804E-02 -6.7176907388156515E-02 -6.8383109488339200E-02
+ -6.9610295527958665E-02 -7.0858805181230389E-02 -7.2128982644496561E-02
+ -7.3421176656616557E-02 -7.4735740517506907E-02 -7.6073032104719926E-02
+ -7.7433413887948874E-02 -7.8817252941335958E-02 -8.0224920953464507E-02
+ -8.1656794234903005E-02 -8.3113253723168190E-02 -8.4594684984967777E-02
+ -8.6101478215578273E-02 -8.7634028235207689E-02 -8.9192734482186994E-02
+ -9.0778001002828013E-02 -9.2390236437780021E-02 -9.4029854004711241E-02
+ -9.5697271477130502E-02 -9.7392911159166304E-02 -9.9117199856105259E-02
+ -1.0087056884048741E-01 -1.0265345381355095E-01 -1.0446629486180771E-01
+ -1.0630953640852471E-01 -1.0818362715987924E-01 -1.1008902004554492E-01
+ -1.1202617215345981E-01 -1.1399554465851648E-01 -1.1599760274490913E-01
+ -1.1803281552185388E-01 -1.2010165593240393E-01 -1.2220460065505621E-01
+ -1.2434212999784604E-01 -1.2651472778461093E-01 -1.2872288123309664E-01
+ -1.3096708082456629E-01 -1.3324782016456199E-01 -1.3556559583445843E-01
+ -1.3792090723343350E-01 -1.4031425641047382E-01 -1.4274614788601056E-01
+ -1.4521708846278361E-01 -1.4772758702550465E-01 -1.5027815432888469E-01
+ -1.5286930277357472E-01 -1.5550154616955741E-01 -1.5817539948650944E-01
+ -1.6089137859064301E-01 -1.6364999996752008E-01 -1.6645178043031472E-01
+ -1.6929723681299119E-01 -1.7218688564783571E-01 -1.7512124282678421E-01
+ -1.7810082324595358E-01 -1.8112614043277889E-01 -1.8419770615513748E-01
+ -1.8731603001182684E-01 -1.9048161900374541E-01 -1.9369497708510680E-01
+ -1.9695660469400286E-01 -2.0026699826161265E-01 -2.0362664969933572E-01
+ -2.0703604586311558E-01 -2.1049566799418676E-01 -2.1400599113548580E-01
+ -2.1756748352292282E-01 -2.2118060595070968E-01 -2.2484581110991345E-01
+ -2.2856354289939299E-01 -2.3233423570825204E-01 -2.3615831366892950E-01
+ -2.4003618988002892E-01 -2.4396826559796861E-01 -2.4795492939652677E-01
+ -2.5199655629331946E-01 -2.5609350684226306E-01 -2.6024612619102672E-01
+ -2.6445474310248540E-01 -2.6871966893916194E-01 -2.7304119660963300E-01
+ -2.7741959947586192E-01 -2.8185513022041148E-01 -2.8634801967247225E-01
+ -2.9089847559163945E-01 -2.9550668140835679E-01 -3.0017279491994681E-01
+ -3.0489694694111996E-01 -3.0967923990788504E-01 -3.1451974643374742E-01
+ -3.1941850781709630E-01 -3.2437553249868706E-01 -3.2939079446811476E-01
+ -3.3446423161819366E-01 -3.3959574404615905E-01 -3.4478519230061655E-01
+ -3.5003239557318788E-01 -3.5533712983381105E-01 -3.6069912590866560E-01
+ -3.6611806749974496E-01 -3.7159358914509621E-01 -3.7712527411879543E-01
+ -3.8271265226976170E-01 -3.8835519779855343E-01 -3.9405232697133613E-01
+ -3.9980339577026353E-01 -4.0560769747957437E-01 -4.1146446020676541E-01
+ -4.1737284433828159E-01 -4.2333193992921919E-01 -4.2934076402665966E-01
+ -4.3539825792630327E-01 -4.4150328436219965E-01 -4.4765462462946998E-01
+ -4.5385097564003424E-01 -4.6009094691148467E-01 -4.6637305748938801E-01
+ -4.7269573280343741E-01 -4.7905730145804515E-01 -4.8545599195812716E-01
+ -4.9188992937102738E-01 -4.9835713192569830E-01 -5.0485550755050423E-01
+ -5.1138285035119702E-01 -5.1793683703087723E-01 -5.2451502325399102E-01
+ -5.3111483995669895E-01 -5.3773358960622009E-01 -5.4436844241207383E-01
+ -5.5101643249245136E-01 -5.5767445399929794E-01 -5.6433925720604627E-01
+ -5.7100744456229990E-01 -5.7767546672020931E-01 -5.8433961853766514E-01
+ -5.9099603506389242E-01 -5.9764068751350630E-01 -6.0426937923556667E-01
+ -6.1087774168469489E-01 -6.1746123040184897E-01 -6.2401512101293188E-01
+ -6.3053450525397958E-01 -6.3701428703232499E-01 -6.4344917853373818E-01
+ -6.4983369638626576E-01 -6.5616215789215482E-01 -6.6242867733998867E-01
+ -6.6862716240993147E-01 -6.7475131068574079E-01 -6.8079460628804656E-01
+ -6.8675031664421127E-01 -6.9261148941097894E-01 -6.9837094956699697E-01
+ -7.0402129669322933E-01 -7.0955490246022734E-01 -7.1496390834217505E-01
+ -7.2024022357866124E-01 -7.2537552340610201E-01 -7.3036124758179810E-01
+ -7.3518859922465629E-01 -7.3984854399766597E-01 -7.4433180965829970E-01
+ -7.4862888600409316E-01 -7.5273002524173993E-01 -7.5662524280913102E-01
+ -7.6030431868084558E-01 -7.6375679918865880E-01 -7.6697199938970895E-01
+ -7.6993900601596532E-01 -7.7264668103965151E-01 -7.7508366589022482E-01
+ -7.7723838635942677E-01 -7.7909905823175962E-01 -7.8065369367851800E-01
+ -7.8189010845421036E-01 -7.8279592993479485E-01 -7.8335860603764595E-01
+ -7.8356541506353916E-01 -7.8340347650116460E-01 -7.8285976283474523E-01
+ -7.8192111239523254E-01 -7.8057424329524283E-01 -7.7880576848736383E-01
+ -7.7660221198471102E-01 -7.7395002628155007E-01 -7.7083561101050369E-01
+ -7.6724533287117402E-01 -7.6316554686304117E-01 -7.5858261885307832E-01
+ -7.5348294950576067E-01 -7.4785299959984775E-01 -7.4167931675261656E-01
+ -7.3494856356793681E-01 -7.2764754721976710E-01 -7.1976325047720857E-01
+ -7.1128286417119313E-01 -7.0219382109611106E-01 -6.9248383133219849E-01
+ -6.8214091896625118E-01 -6.7115346017913302E-01 -6.5951022265865411E-01
+ -6.4720040628550668E-01 -6.3421368502822573E-01 -6.2054024997037494E-01
+ -6.0617085337940457E-01 -5.9109685371184728E-01 -5.7531026143366382E-01
+ -5.5880378551763343E-01 -5.4157088046165824E-01 -5.2360579365279603E-01
+ -5.0490361288166075E-01 -4.8546031379063292E-01 -4.6527280701724782E-01
+ -4.4433898477089612E-01 -4.2265776655724729E-01 -4.0022914374007768E-01
+ -3.7705422260517435E-01 -3.5313526556540031E-01 -3.2847573012054376E-01
+ -3.0308030516011103E-01 -2.7695494417238997E-01 -2.5010689489922988E-01
+ -2.2254472495346564E-01 -1.9427834289556933E-01 -1.6531901424817988E-01
+ -1.3567937191307880E-01 -1.0537342044516600E-01 -7.4416533633570578E-02
+ -4.2825444842321474E-02 -1.0618229573209308E-02  2.2185720266498437E-02
+  5.5565730877356827E-02  8.9499890302870908E-02  1.2396510176615935E-01
+  1.5893714690795835E-01  1.9439075912435497E-01  2.3029970707547406E-01
+  2.6663688828024673E-01  3.0337443252237828E-01  3.4048381456375981E-01
+  3.7793597538823226E-01  4.1570145087422172E-01  4.5375050641211889E-01
+  4.9205327553329775E-01  5.3057990009305223E-01  5.6930066893938458E-01
+  6.0818615129160558E-01  6.4720732023487981E-01  6.8633566079367536E-01
+  7.2554325596342306E-01  7.6480284283646882E-01  8.0408782953633018E-01
+  8.4337226204961457E-01  8.8263072819356492E-01  9.2183818385007099E-01
+  9.6096968420296913E-01  1.0000000000000000E+00  1.0389030957835863E+00
+  1.0776521188639276E+00  1.1162193889582543E+00  1.1545763885685503E+00
+===== TPROJECTOR 1 =====   [tp(r)=TPROJECTOR(r)/r*Ylm(th,ph)]
+ 2  : radial mesh index
+  0.0000000000000000E+00  3.0874602798311408E-07  6.2033243290700852E-07
+  9.3478534544360304E-07  1.2521311366596719E-06  1.5723964202284377E-06
+  1.8956080546614420E-06  2.2217931455610023E-06  2.5509790478934001E-06
+  2.8831933682829313E-06  3.2184639673270826E-06  3.5568189619330517E-06
+  3.8982867276757149E-06  4.2428959011772610E-06  4.5906753825087693E-06
+  4.9416543376139239E-06  5.2958622007548559E-06  5.6533286769807108E-06
+  6.0140837446187229E-06  6.3781576577883668E-06  6.7455809489385059E-06
+  7.1163844314080642E-06  7.4905992020098800E-06  7.8682566436389374E-06
+  8.2493884279039584E-06  8.6340265177836073E-06  9.0222031703070071E-06
+  9.4139509392589227E-06  9.8093026779097580E-06  1.0208291541770852E-05
+  1.0610950991374961E-05  1.1017314795082338E-05  1.1427417031912690E-05
+  1.1841292094403180E-05  1.2258974691492634E-05  1.2680499851432442E-05
+  1.3105902924724074E-05  1.3535219587083649E-05  1.3968485842433910E-05
+  1.4405738025923674E-05  1.4847012806974890E-05  1.5292347192357867E-05
+  1.5741778529294896E-05  1.6195344508592223E-05  1.6653083167800952E-05
+  1.7115032894406987E-05  1.7581232429050358E-05  1.8051720868774091E-05
+  1.8526537670303142E-05  1.9005722653353240E-05  1.9489316003970288E-05
+  1.9977358277900568E-05  2.0469890403991881E-05  2.0966953687625991E-05
+  2.1468589814182560E-05  2.1974840852535064E-05  2.2485749258578845E-05
+  2.3001357878791528E-05  2.3521709953826434E-05  2.4046849122138616E-05
+  2.4576819423644894E-05  2.5111665303416739E-05  2.5651431615408116E-05
+  2.6196163626216517E-05  2.6745907018879602E-05  2.7300707896706178E-05
+  2.7860612787142393E-05  2.8425668645674202E-05  2.8995922859764494E-05
+  2.9571423252827811E-05  3.0152218088240628E-05  3.0738356073388903E-05
+  3.1329886363752886E-05  3.1926858567029719E-05  3.2529322747293056E-05
+  3.3137329429192277E-05  3.3750929602189314E-05  3.4370174724834777E-05
+  3.4995116729083633E-05  3.5625808024650308E-05  3.6262301503403813E-05
+  3.6904650543803503E-05  3.7552909015375825E-05  3.8207131283231433E-05
+  3.8867372212625040E-05  3.9533687173556165E-05  4.0206132045412962E-05
+  4.0884763221658193E-05  4.1569637614558667E-05  4.2260812659958131E-05
+  4.2958346322094000E-05  4.3662297098458319E-05  4.4372724024703935E-05
+  4.5089686679594955E-05  4.5813245190003368E-05  4.6543460235951622E-05
+  4.7280393055701425E-05  4.8024105450889448E-05  4.8774659791709648E-05
+  4.9532119022144841E-05  5.0296546665244154E-05  5.1068006828451819E-05
+  5.1846564208981948E-05  5.2632284099245099E-05  5.3425232392323793E-05
+  5.4225475587498287E-05  5.5033080795823739E-05  5.5848115745758028E-05
+  5.6670648788842160E-05  5.7500748905431743E-05  5.8338485710482694E-05
+  5.9183929459388665E-05  6.0037151053873817E-05  6.0898222047937748E-05
+  6.1767214653856871E-05  6.2644201748240447E-05  6.3529256878142260E-05
+  6.4422454267228151E-05  6.5323868822000886E-05  6.6233576138082054E-05
+  6.7151652506552257E-05  6.8078174920347583E-05  6.9013221080719010E-05
+  6.9956869403745860E-05  7.0909199026914193E-05  7.1870289815752724E-05
+  7.2840222370530397E-05  7.3819078033016252E-05  7.4806938893300713E-05
+  7.5803887796679616E-05  7.6810008350603457E-05  7.7825384931686658E-05
+  7.8850102692785095E-05  7.9884247570137821E-05  8.0927906290572272E-05
+  8.1981166378778959E-05  8.3044116164650544E-05  8.4116844790690383E-05
+  8.5199442219487830E-05  8.6291999241262790E-05  8.7394607481479451E-05
+  8.8507359408530862E-05  8.9630348341493584E-05  9.0763668457953105E-05
+  9.1907414801902637E-05  9.3061683291713245E-05  9.4226570728178302E-05
+  9.5402174802631211E-05  9.6588594105138557E-05  9.7785928132767337E-05
+  9.8994277297930475E-05  1.0021374293680624E-04  1.0144442731783765E-04
+  1.0268643365030864E-04  1.0393986609300005E-04  1.0520482976292348E-04
+  1.0648143074413818E-04  1.0776977609664714E-04  1.0906997386537500E-04
+  1.1038213308922948E-04  1.1170636381024586E-04  1.1304277708281492E-04
+  1.1439148498299775E-04  1.1575260061792226E-04  1.1712623813527122E-04
+  1.1851251273285409E-04  1.1991154066826710E-04  1.2132343926864528E-04
+  1.2274832694049909E-04  1.2418632317964595E-04  1.2563754858123171E-04
+  1.2710212484984328E-04  1.2858017480971607E-04  1.3007182241503402E-04
+  1.3157719276032454E-04  1.3309641209094945E-04  1.3462960781369357E-04
+  1.3617690850744718E-04  1.3773844393399079E-04  1.3931434504887703E-04
+  1.4090474401241311E-04  1.4250977420074380E-04  1.4412957021703646E-04
+  1.4576426790277076E-04  1.4741400434912957E-04  1.4907891790849566E-04
+  1.5075914820605646E-04  1.5245483615150963E-04  1.5416612395088505E-04
+  1.5589315511846651E-04  1.5763607448882950E-04  1.5939502822898772E-04
+  1.6117016385064923E-04  1.6296163022258884E-04  1.6476957758313328E-04
+  1.6659415755275751E-04  1.6843552314680575E-04  1.7029382878831810E-04
+  1.7216923032098246E-04  1.7406188502220796E-04  1.7597195161630965E-04
+  1.7789959028782190E-04  1.7984496269493323E-04  1.8180823198304090E-04
+  1.8378956279843455E-04  1.8578912130210292E-04  1.8780707518367061E-04
+  1.8984359367545903E-04  1.9189884756667898E-04  1.9397300921775423E-04
+  1.9606625257477756E-04  1.9817875318409487E-04  2.0031068820703074E-04
+  2.0246223643474487E-04  2.0463357830322341E-04  2.0682489590841428E-04
+  2.0903637302149716E-04  2.1126819510429396E-04  2.1352054932482589E-04
+  2.1579362457300414E-04  2.1808761147647660E-04  2.2040270241661161E-04
+  2.2273909154463083E-04  2.2509697479789425E-04  2.2747654991633046E-04
+  2.2987801645901881E-04  2.3230157582092813E-04  2.3474743124980225E-04
+  2.3721578786320863E-04  2.3970685266573968E-04  2.4222083456636992E-04
+  2.4475794439597924E-04  2.4731839492503197E-04  2.4990240088142125E-04
+  2.5251017896847725E-04  2.5514194788313880E-04  2.5779792833429652E-04
+  2.6047834306130015E-04  2.6318341685263819E-04  2.6591337656479183E-04
+  2.6866845114125772E-04  2.7144887163174799E-04  2.7425487121156777E-04
+  2.7708668520117104E-04  2.7994455108588966E-04  2.8282870853585872E-04
+  2.8573939942610940E-04  2.8867686785685395E-04  2.9164136017396068E-04
+  2.9463312498960914E-04  2.9765241320314230E-04  3.0069947802210549E-04
+  3.0377457498348371E-04  3.0687796197512878E-04  3.1000989925739086E-04
+  3.1317064948494064E-04  3.1636047772879729E-04  3.1957965149856230E-04
+  3.2282844076484741E-04  3.2610711798191879E-04  3.2941595811054652E-04
+  3.3275523864106221E-04  3.3612523961663030E-04  3.3952624365673415E-04
+  3.4295853598087598E-04  3.4642240443249995E-04  3.4991813950312645E-04
+  3.5344603435671917E-04  3.5700638485426444E-04  3.6059948957858955E-04
+  3.6422564985939864E-04  3.6788516979854565E-04  3.7157835629553519E-04
+  3.7530551907326260E-04  3.7906697070398438E-04  3.8286302663553709E-04
+  3.8669400521778685E-04  3.9056022772933200E-04  3.9446201840443850E-04
+  3.9839970446024255E-04  4.0237361612418155E-04  4.0638408666169657E-04
+  4.1043145240417310E-04  4.1451605277715415E-04  4.1863823032880273E-04
+  4.2279833075862605E-04  4.2699670294646993E-04  4.3123369898178288E-04
+  4.3550967419312748E-04  4.3982498717799788E-04  4.4417999983288061E-04
+  4.4857507738360874E-04  4.5301058841599171E-04  4.5748690490672247E-04
+  4.6200440225458014E-04  4.6656345931189833E-04  4.7116445841635700E-04
+  4.7580778542302520E-04  4.8049382973673702E-04  4.8522298434473896E-04
+  4.8999564584964960E-04  4.9481221450272186E-04  4.9967309423740625E-04
+  5.0457869270322800E-04  5.0952942129997613E-04  5.1452569521219776E-04
+  5.1956793344402159E-04  5.2465655885430167E-04  5.2979199819207018E-04
+  5.3497468213233165E-04  5.4020504531217804E-04  5.4548352636724583E-04
+  5.5081056796849048E-04  5.5618661685931728E-04  5.6161212389304683E-04
+  5.6708754407072356E-04  5.7261333657927121E-04  5.7818996483000756E-04
+  5.8381789649750116E-04  5.8949760355879910E-04  5.9522956233299990E-04
+  6.0101425352120552E-04  6.0685216224683593E-04  6.1274377809630702E-04
+  6.1868959516009261E-04  6.2469011207416159E-04  6.3074583206179169E-04
+  6.3685726297577397E-04  6.4302491734100293E-04  6.4924931239745617E-04
+  6.5553097014357646E-04  6.6187041738004454E-04  6.6826818575395678E-04
+  6.7472481180341922E-04  6.8124083700252789E-04  6.8781680780679666E-04
+  6.9445327569897693E-04  7.0115079723529860E-04  7.0790993409215915E-04
+  7.1473125311321780E-04  7.2161532635693550E-04  7.2856273114455363E-04
+  7.3557405010850081E-04  7.4264987124126789E-04  7.4979078794470315E-04
+  7.5699739907978845E-04  7.6427030901685946E-04  7.7161012768628932E-04
+  7.7901747062962936E-04  7.8649295905125396E-04  7.9403721987043353E-04
+  8.0165088577392480E-04  8.0933459526901603E-04  8.1708899273709229E-04
+  8.2491472848766336E-04  8.3281245881289614E-04  8.4078284604267037E-04
+  8.4882655860010932E-04  8.5694427105763608E-04  8.6513666419356285E-04
+  8.7340442504915683E-04  8.8174824698627856E-04  8.9016882974552120E-04
+  8.9866687950489318E-04  9.0724310893903603E-04  9.1589823727901074E-04
+  9.2463299037258764E-04  9.3344810074513871E-04  9.4234430766106103E-04
+  9.5132235718577369E-04  9.6038300224829311E-04  9.6952700270436188E-04
+  9.7875512540018805E-04  9.8806814423674141E-04  9.9746684023467027E-04
+  1.0069520015997813E-03  1.0165244237891674E-03  1.0261849095778855E-03
+  1.0359342691263116E-03  1.0457733200480543E-03  1.0557028874785398E-03
+  1.0657238041442223E-03  1.0758369104323785E-03  1.0860430544616306E-03
+  1.0963430921530392E-03  1.1067378873019099E-03  1.1172283116502070E-03
+  1.1278152449596852E-03  1.1384995750856487E-03  1.1492821980514248E-03
+  1.1601640181235053E-03  1.1711459478873690E-03  1.1822289083240280E-03
+  1.1934138288872561E-03  1.2047016475815447E-03  1.2160933110407536E-03
+  1.2275897746075043E-03  1.2391920024133101E-03  1.2509009674594148E-03
+  1.2627176516983854E-03  1.2746430461164989E-03  1.2866781508168081E-03
+  1.2988239751030302E-03  1.3110815375641954E-03  1.3234518661600610E-03
+  1.3359359983073247E-03  1.3485349809666176E-03  1.3612498707303165E-03
+  1.3740817339111455E-03  1.3870316466316084E-03  1.4001006949142156E-03
+  1.4132899747725876E-03  1.4266005923033588E-03  1.4400336637789279E-03
+  1.4535903157410928E-03  1.4672716850955090E-03  1.4810789192070428E-03
+  1.4950131759959876E-03  1.5090756240351733E-03  1.5232674426479730E-03
+  1.5375898220071895E-03  1.5520439632348776E-03  1.5666310785030823E-03
+  1.5813523911354741E-03  1.5962091357099471E-03  1.6112025581621814E-03
+  1.6263339158900806E-03  1.6416044778592770E-03  1.6570155247095002E-03
+  1.6725683488620158E-03  1.6882642546279854E-03  1.7041045583178621E-03
+  1.7200905883517862E-03  1.7362236853709643E-03  1.7525052023501337E-03
+  1.7689365047110044E-03  1.7855189704367846E-03  1.8022539901877055E-03
+  1.8191429674177103E-03  1.8361873184920890E-03  1.8533884728062899E-03
+  1.8707478729057848E-03  1.8882669746070639E-03  1.9059472471197030E-03
+  1.9237901731695758E-03  1.9417972491231972E-03  1.9599699851132598E-03
+  1.9783099051652060E-03  1.9968185473250863E-03  2.0154974637885265E-03
+  2.0343482210309089E-03  2.0533723999387318E-03  2.0725715959421997E-03
+  2.0919474191489909E-03  2.1115014944793403E-03  2.1312354618022557E-03
+  2.1511509760730680E-03  2.1712497074722259E-03  2.1915333415453361E-03
+  2.2120035793445547E-03  2.2326621375712121E-03  2.2535107487197913E-03
+  2.2745511612232237E-03  2.2957851395995115E-03  2.3172144645997100E-03
+  2.3388409333572691E-03  2.3606663595387312E-03  2.3826925734958503E-03
+  2.4049214224190710E-03  2.4273547704924646E-03  2.4499944990500379E-03
+  2.4728425067335157E-03  2.4959007096515898E-03  2.5191710415405702E-03
+  2.5426554539265695E-03  2.5663559162891914E-03  2.5902744162266530E-03
+  2.6144129596224874E-03  2.6387735708137752E-03  2.6633582927608991E-03
+  2.6881691872188704E-03  2.7132083349102262E-03  2.7384778356995664E-03
+  2.7639798087695814E-03  2.7897163927988527E-03  2.8156897461411477E-03
+  2.8419020470064459E-03  2.8683554936436246E-03  2.8950523045247808E-03
+  2.9219947185313098E-03  2.9491849951416380E-03  2.9766254146207137E-03
+  3.0043182782112420E-03  3.0322659083266926E-03  3.0604706487460092E-03
+  3.0889348648102093E-03  3.1176609436207679E-03  3.1466512942397232E-03
+  3.1759083478917951E-03  3.2054345581682235E-03  3.2352324012325552E-03
+  3.2653043760282954E-03  3.2956530044884330E-03  3.3262808317470281E-03
+  3.3571904263525777E-03  3.3883843804834411E-03  3.4198653101652383E-03
+  3.4516358554902028E-03  3.4836986808386566E-03  3.5160564751023533E-03
+  3.5487119519100434E-03  3.5816678498550511E-03  3.6149269327248931E-03
+  3.6484919897330926E-03  3.6823658357530743E-03  3.7165513115542149E-03
+  3.7510512840400918E-03  3.7858686464889435E-03  3.8210063187962065E-03
+  3.8564672477195035E-03  3.8922544071256816E-03  3.9283707982402227E-03
+  3.9648194498989701E-03  4.0016034188021000E-03  4.0387257897704469E-03
+  4.0761896760042587E-03  4.1139982193442171E-03  4.1521545905349577E-03
+  4.1906619894909545E-03  4.2295236455648939E-03  4.2687428178184647E-03
+  4.3083227952956955E-03  4.3482668972987300E-03  4.3885784736662943E-03
+  4.4292609050545096E-03  4.4703176032204472E-03  4.5117520113082590E-03
+  4.5535676041378939E-03  4.5957678884965270E-03  4.6383564034326308E-03
+  4.6813367205527853E-03  4.7247124443211518E-03  4.7684872123618174E-03
+  4.8126646957638072E-03  4.8572485993889133E-03  4.9022426621825026E-03
+  4.9476506574869621E-03  4.9934763933581691E-03  5.0397237128848461E-03
+  5.0863964945108680E-03  5.1334986523605096E-03  5.1810341365666236E-03
+  5.2290069336019679E-03  5.2774210666135402E-03  5.3262805957598747E-03
+  5.3755896185516076E-03  5.4253522701950829E-03  5.4755727239390924E-03
+  5.5262551914249235E-03  5.5774039230395110E-03  5.6290232082718064E-03
+  5.6811173760726533E-03  5.7336907952177055E-03  5.7867478746738022E-03
+  5.8402930639687572E-03  5.8943308535644671E-03  5.9488657752334948E-03
+  6.0039024024390545E-03  6.0594453507186730E-03  6.1154992780711112E-03
+  6.1720688853470380E-03  6.2291589166432772E-03  6.2867741597006400E-03
+  6.3449194463053894E-03  6.4035996526944361E-03  6.4628196999643242E-03
+  6.5225845544838491E-03  6.5828992283105472E-03  6.6437687796110229E-03
+  6.7051983130852130E-03  6.7671929803941704E-03  6.8297579805925157E-03
+  6.8928985605640793E-03  6.9566200154620485E-03  7.0209276891529566E-03
+  7.0858269746649667E-03  7.1513233146398743E-03  7.2174222017897735E-03
+  7.2841291793575014E-03  7.3514498415816129E-03  7.4193898341653915E-03
+  7.4879548547503831E-03  7.5571506533941360E-03  7.6269830330524813E-03
+  7.6974578500660432E-03  7.7685810146514468E-03  7.8403584913968663E-03
+  7.9127962997622668E-03  7.9859005145841364E-03  8.0596772665849775E-03
+  8.1341327428873338E-03  8.2092731875327424E-03  8.2851049020051977E-03
+  8.3616342457597109E-03  8.4388676367555780E-03  8.5168115519945707E-03
+  8.5954725280639466E-03  8.6748571616848714E-03  8.7549721102653799E-03
+  8.8358240924587064E-03  8.9174198887267270E-03  8.9997663419084419E-03
+  9.0828703577940824E-03  9.1667389057038355E-03  9.2513790190724525E-03
+  9.3367977960391625E-03  9.4230024000426620E-03  9.5100000604220018E-03
+  9.5977980730226863E-03  9.6864038008085927E-03  9.7758246744793324E-03
+  9.8660681930933386E-03  9.9571419246968045E-03  1.0049053506958134E-02
+  1.0141810647808638E-02  1.0235421126088731E-02  1.0329892792200139E-02
+  1.0425233568764517E-02  1.0521451451287446E-02  1.0618554508829085E-02
+  1.0716550884680816E-02  1.0815448797047978E-02  1.0915256539739199E-02
+  1.1015982482861574E-02  1.1117635073522772E-02  1.1220222836539260E-02
+  1.1323754375151179E-02  1.1428238371743782E-02  1.1533683588575452E-02
+  1.1640098868512250E-02  1.1747493135769851E-02  1.1855875396661428E-02
+  1.1965254740353183E-02  1.2075640339626253E-02  1.2187041451646043E-02
+  1.2299467418738323E-02  1.2412927669172673E-02  1.2527431717953161E-02
+  1.2642989167615866E-02  1.2759609709034482E-02  1.2877303122232529E-02
+  1.2996079277203761E-02  1.3115948134739444E-02  1.3236919747263785E-02
+  1.3359004259676739E-02  1.3482211910204711E-02  1.3606553031259030E-02
+  1.3732038050302181E-02  1.3858677490722317E-02  1.3986481972715521E-02
+  1.4115462214176359E-02  1.4245629031596485E-02  1.4376993340971651E-02
+  1.4509566158716958E-02  1.4643358602590473E-02  1.4778381892625675E-02
+  1.4914647352071861E-02  1.5052166408343837E-02  1.5190950593979916E-02
+  1.5331011547608998E-02  1.5472361014926286E-02  1.5615010849678208E-02
+  1.5758973014656175E-02  1.5904259582699802E-02  1.6050882737708827E-02
+  1.6198854775665045E-02  1.6348188105662853E-02  1.6498895250949989E-02
+  1.6650988849977302E-02  1.6804481657458549E-02  1.6959386545439652E-02
+  1.7115716504377897E-02  1.7273484644231236E-02  1.7432704195557168E-02
+  1.7593388510622310E-02  1.7755551064521619E-02  1.7919205456308200E-02
+  1.8084365410133432E-02  1.8251044776397614E-02  1.8419257532911147E-02
+  1.8589017786066336E-02  1.8760339772020032E-02  1.8933237857887468E-02
+  1.9107726542946117E-02  1.9283820459851740E-02  1.9461534375865105E-02
+  1.9640883194089638E-02  1.9821881954721218E-02  2.0004545836308757E-02
+  2.0188890157026948E-02  2.0374930375959971E-02  2.0562682094397940E-02
+  2.0752161057144641E-02  2.0943383153837189E-02  2.1136364420278386E-02
+  2.1331121039780819E-02  2.1527669344523402E-02  2.1726025816920742E-02
+  2.1926207091004665E-02  2.2128229953818308E-02  2.2332111346824189E-02
+  2.2537868367323070E-02  2.2745518269888361E-02  2.2955078467811689E-02
+  2.3166566534562699E-02  2.3380000205262381E-02  2.3595397378169340E-02
+  2.3812776116180275E-02  2.4032154648343816E-02  2.4253551371388668E-02
+  2.4476984851265385E-02  2.4702473824702906E-02  2.4930037200778521E-02
+  2.5159694062503110E-02  2.5391463668420558E-02  2.5625365454221671E-02
+  2.5861419034373501E-02  2.6099644203763039E-02  2.6340060939356078E-02
+  2.6582689401872320E-02  2.6827549937473896E-02  2.7074663079471428E-02
+  2.7324049550044291E-02  2.7575730261978099E-02  2.7829726320416137E-02
+  2.8086059024629212E-02  2.8344749869799971E-02  2.8605820548824157E-02
+  2.8869292954129017E-02  2.9135189179507595E-02  2.9403531521970130E-02
+  2.9674342483612462E-02  2.9947644773501980E-02  3.0223461309580049E-02
+  3.0501815220582734E-02  3.0782729847978862E-02  3.1066228747925431E-02
+  3.1352335693242001E-02  3.1641074675401989E-02  3.1932469906543415E-02
+  3.2226545821496949E-02  3.2523327079833644E-02  3.2822838567931098E-02
+  3.3125105401057633E-02  3.3430152925477449E-02  3.3738006720573865E-02
+  3.4048692600991831E-02  3.4362236618800862E-02  3.4678665065677752E-02
+  3.4998004475108632E-02  3.5320281624612107E-02  3.5645523537982060E-02
+  3.5973757487551619E-02  3.6305010996477691E-02  3.6639311841045671E-02
+  3.6976688052997281E-02  3.7317167921877378E-02  3.7660779997403929E-02
+  3.8007553091859422E-02  3.8357516282503376E-02  3.8710698914008509E-02
+  3.9067130600917224E-02  3.9426841230122744E-02  3.9789860963371976E-02
+  4.0156220239790263E-02  4.0525949778431949E-02  4.0899080580851552E-02
+  4.1275643933700076E-02  4.1655671411345477E-02  4.2039194878515207E-02
+  4.2426246492965405E-02  4.2816858708172367E-02  4.3211064276050842E-02
+  4.3608896249694704E-02  4.4010387986145427E-02  4.4415573149184012E-02
+  4.4824485712149018E-02  4.5237159960780732E-02  4.5653630496091446E-02
+  4.6073932237261001E-02  4.6498100424560540E-02  4.6926170622301325E-02
+  4.7358178721811819E-02  4.7794160944441250E-02  4.8234153844591371E-02
+  4.8678194312775563E-02  4.9126319578705641E-02  4.9578567214407454E-02
+  5.0034975137364573E-02  5.0495581613691831E-02  5.0960425261335957E-02
+  5.1429545053307796E-02  5.1902980320941261E-02  5.2380770757185974E-02
+  5.2862956419925639E-02  5.3349577735330472E-02  5.3840675501238416E-02
+  5.4336290890567046E-02  5.4836465454757927E-02  5.5341241127251806E-02
+  5.5850660226994864E-02  5.6364765461978689E-02  5.6883599932811252E-02
+  5.7407207136320554E-02  5.7935630969192409E-02  5.8468915731639121E-02
+  5.9007106131105463E-02  5.9550247286004193E-02  6.0098384729488696E-02
+  6.0651564413259140E-02  6.1209832711402512E-02  6.1773236424269795E-02
+  6.2341822782386647E-02  6.2915639450400018E-02  6.3494734531062275E-02
+  6.4079156569249562E-02  6.4668954556018399E-02  6.5264177932698564E-02
+  6.5864876595023852E-02  6.6471100897299518E-02  6.7082901656608795E-02
+  6.7700330157056704E-02  6.8323438154054422E-02  6.8952277878639889E-02
+  6.9586902041840148E-02  7.0227363839072549E-02  7.0873716954585442E-02
+  7.1526015565941098E-02  7.2184314348537171E-02  7.2848668480169992E-02
+  7.3519133645642193E-02  7.4195766041407318E-02  7.4878622380259691E-02
+  7.5567759896068648E-02  7.6263236348550700E-02  7.6965110028089617E-02
+  7.7673439760599011E-02  7.8388284912427775E-02  7.9109705395312008E-02
+  7.9837761671370716E-02  8.0572514758147307E-02  8.1314026233696463E-02
+  8.2062358241718480E-02  8.2817573496737601E-02  8.3579735289330770E-02
+  8.4348907491400199E-02  8.5125154561496663E-02  8.5908541550189677E-02
+  8.6699134105486741E-02  8.7496998478299975E-02  8.8302201527966417E-02
+  8.9114810727813631E-02  8.9934894170777796E-02  9.0762520575074113E-02
+  9.1597759289914704E-02  9.2440680301283246E-02  9.3291354237755419E-02
+  9.4149852376379212E-02  9.5016246648602254E-02  9.5890609646255870E-02
+  9.6773014627592691E-02  9.7663535523378142E-02  9.8562246943036391E-02
+  9.9469224180854410E-02  1.0038454322223850E-01  1.0130828075002901E-01
+  1.0224051415087249E-01  1.0318132152164911E-01  1.0413078167596068E-01
+  1.0508897415067470E-01  1.0605597921252713E-01  1.0703187786478896E-01
+  1.0801675185398407E-01  1.0901068367667882E-01  1.1001375658632007E-01
+  1.1102605460014564E-01  1.1204766250614900E-01  1.1307866587011095E-01
+  1.1411915104269232E-01  1.1516920516659018E-01  1.1622891618375825E-01
+  1.1729837284269307E-01  1.1837766470578381E-01  1.1946688215672746E-01
+  1.2056611640801301E-01  1.2167545950846931E-01  1.2279500435088109E-01
+  1.2392484467967380E-01  1.2506507509866777E-01  1.2621579107889624E-01
+  1.2737708896650057E-01  1.2854906599069038E-01  1.2973182027177560E-01
+  1.3092545082927121E-01  1.3213005759007174E-01  1.3334574139669908E-01
+  1.3457260401562604E-01  1.3581074814566946E-01  1.3706027742645954E-01
+  1.3832129644698421E-01  1.3959391075420846E-01  1.4087822686177276E-01
+  1.4217435225876113E-01  1.4348239541855473E-01  1.4480246580775813E-01
+  1.4613467389520562E-01  1.4747913116104722E-01  1.4883595010591566E-01
+  1.5020524426016918E-01  1.5158712819322073E-01  1.5298171752294576E-01
+  1.5438912892517564E-01  1.5580948014326851E-01  1.5724288999776947E-01
+  1.5868947839615205E-01  1.6014936634264471E-01  1.6162267594814428E-01
+  1.6310953044021564E-01  1.6461005417317476E-01  1.6612437263826690E-01
+  1.6765261247392310E-01  1.6919490147611421E-01  1.7075136860879014E-01
+  1.7232214401440993E-01  1.7390735902456322E-01  1.7550714617068386E-01
+  1.7712163919485302E-01  1.7875097306069987E-01  1.8039528396438992E-01
+  1.8205470934571544E-01  1.8372938789927046E-01  1.8541945958573303E-01
+  1.8712506564323295E-01  1.8884634859882576E-01  1.9058345228005547E-01
+  1.9233652182662431E-01  1.9410570370215485E-01  1.9589114570605581E-01
+  1.9769299698548515E-01  1.9951140804741874E-01  2.0134653077081377E-01
+  2.0319851841888059E-01  2.0506752565145847E-01  2.0695370853748729E-01
+  2.0885722456759015E-01  2.1077823266676277E-01  2.1271689320716214E-01
+  2.1467336802100501E-01  2.1664782041357478E-01  2.1864041517633570E-01
+  2.2065131860015208E-01  2.2268069848861982E-01  2.2472872417150613E-01
+  2.2679556651830624E-01  2.2888139795189644E-01  2.3098639246231389E-01
+  2.3311072562064006E-01  2.3525457459300114E-01  2.3741811815467850E-01
+  2.3960153670433937E-01  2.4180501227837226E-01  2.4402872856534896E-01
+  2.4627287092059424E-01  2.4853762638088062E-01  2.5082318367922585E-01
+  2.5312973325982846E-01  2.5545746729310215E-01  2.5780657969084009E-01
+  2.6017726612149750E-01  2.6256972402559231E-01  2.6498415263122743E-01
+  2.6742075296973244E-01  2.6987972789142778E-01  2.7236128208151222E-01
+  2.7486562207607224E-01  2.7739295627821414E-01  2.7994349497431870E-01
+  2.8251745035041964E-01  2.8511503650871051E-01  2.8773646948417064E-01
+  2.9038196726132059E-01  2.9305174979109827E-01  2.9574603900786922E-01
+  2.9846505884655383E-01  3.0120903525988585E-01  3.0397819623579658E-01
+  3.0677277181493090E-01  3.0959299410828289E-01  3.1243909731496078E-01
+  3.1531131774008581E-01  3.1820989381281251E-01  3.2113506610447984E-01
+  3.2408707734689135E-01  3.2706617245072178E-01  3.3007259852405280E-01
+  3.3310660489103705E-01  3.3616844311069349E-01  3.3925836699582557E-01
+  3.4237663263207674E-01  3.4552349839710106E-01  3.4869922497987538E-01
+  3.5190407540013158E-01  3.5513831502792426E-01  3.5840221160330998E-01
+  3.6169603525617877E-01  3.6502005852618458E-01  3.6837455638283034E-01
+  3.7175980624565397E-01  3.7517608800456193E-01  3.7862368404026470E-01
+  3.8210287924486375E-01  3.8561396104254253E-01  3.8915721941038584E-01
+  3.9273294689932836E-01  3.9634143865521532E-01  3.9998299243998914E-01
+  4.0365790865300233E-01  4.0736649035243566E-01  4.1110904327684650E-01
+  4.1488587586683123E-01  4.1869729928679367E-01  4.2254362744684970E-01
+  4.2642517702482241E-01  4.3034226748835747E-01  4.3429522111715979E-01
+  4.3828436302532237E-01  4.4231002118376450E-01  4.4637252644279335E-01
+  4.5047221255474579E-01  4.5460941619674355E-01  4.5878447699354541E-01
+  4.6299773754050588E-01  4.6724954342660485E-01  4.7154024325760413E-01
+  4.7587018867926267E-01  4.8023973440065837E-01  4.8464923821759331E-01
+  4.8909906103607192E-01  4.9358956689586653E-01  4.9812112299415645E-01
+  5.0269409970924728E-01  5.0730887062434227E-01  5.1196581255140261E-01
+  5.1666530555504564E-01  5.2140773297653475E-01  5.2619348145778400E-01
+  5.3102294096544767E-01  5.3589650481503526E-01  5.4081456969508768E-01
+  5.4577753569136389E-01  5.5078580631108998E-01  5.5583978850721349E-01
+  5.6093989270269162E-01  5.6608653281480015E-01  5.7128012627943248E-01
+  5.7652109407543706E-01  5.8180986074893082E-01  5.8714685443760772E-01
+  5.9253250689504355E-01  5.9796725351498914E-01  6.0345153335560386E-01
+  6.0898578916369361E-01  6.1457046739888677E-01  6.2020601825776400E-01
+  6.2589289569794171E-01  6.3163155746206368E-01  6.3742246510176792E-01
+  6.4326608400151342E-01  6.4916288340235573E-01  6.5511333642560698E-01
+  6.6111792009639014E-01  6.6717711536706603E-01  6.7329140714053382E-01
+  6.7946128429338537E-01  6.8568723969891465E-01  6.9196977024995276E-01
+  6.9830937688152250E-01  7.0470656459332748E-01  7.1116184247200742E-01
+  7.1767572371319699E-01  7.2424872564335785E-01  7.3088136974135143E-01
+  7.3757418165977184E-01  7.4432769124599751E-01  7.5114243256295787E-01
+  7.5801894390958346E-01  7.6495776784096248E-01  7.7195945118812670E-01
+  7.7902454507751928E-01  7.8615360495005016E-01  7.9334719057978687E-01
+  8.0060586609221263E-01  8.0793019998209337E-01  8.1532076513083451E-01
+  8.2277813882341633E-01  8.3030290276479368E-01  8.3789564309581532E-01
+  8.4555695040858136E-01  8.5328741976121680E-01  8.6108765069211568E-01
+  8.6895824723349113E-01  8.7689981792436411E-01  8.8491297582280648E-01
+  8.9299833851755528E-01  9.0115652813885250E-01  9.0938817136855254E-01
+  9.1769389944945434E-01  9.2607434819377410E-01  9.3453015799084227E-01
+  9.4306197381381374E-01  9.5167044522556843E-01  9.6035622638358431E-01
+  9.6911997604385514E-01  9.7796235756376682E-01  9.8688403890391907E-01
+  9.9588569262882176E-01  1.0049679959064775E+00  1.0141316305067258E+00
+  1.0233772827984193E+00  1.0327056437452411E+00  1.0421174089002858E+00
+  1.0516132783991754E+00  1.0611939569518514E+00  1.0708601538328089E+00
+  1.0806125828698656E+00  1.0904519624313118E+00  1.1003790154114608E+00
+  1.1103944692145005E+00  1.1204990557365764E+00  1.1306935113461050E+00
+  1.1409785768621736E+00  1.1513549975310555E+00  1.1618235230006713E+00
+  1.1723849072930439E+00  1.1830399087745542E+00  1.1937892901240517E+00
+  1.2046338182986385E+00  1.2155742644971190E+00  1.2266114041210128E+00
+  1.2377460167330376E+00  1.2489788860130391E+00  1.2603107997111782E+00
+  1.2717425495983998E+00  1.2832749314140326E+00  1.2949087448104217E+00
+  1.3066447932945331E+00  1.3184838841664122E+00  1.3304268284544012E+00
+  1.3424744408469991E+00  1.3546275396213003E+00  1.3668869465678330E+00
+  1.3792534869117623E+00  1.3917279892302759E+00  1.4043112853660742E+00
+  1.4170042103368492E+00  1.4298076022405604E+00  1.4427223021565161E+00
+  1.4557491540419139E+00  1.4688890046239642E+00  1.4821427032872148E+00
+  1.4955111019561058E+00  1.5089950549725075E+00  1.5225954189681259E+00
+  1.5363130527316571E+00  1.5501488170704114E+00  1.5641035746663832E+00
+  1.5781781899265219E+00  1.5923735288270180E+00  1.6066904587514719E+00
+  1.6211298483227088E+00  1.6356925672281077E+00  1.6503794860382230E+00
+  1.6651914760184434E+00  1.6801294089336318E+00  1.6951941568452860E+00
+  1.7103865919013739E+00  1.7257075861181876E+00  1.7411580111543152E+00
+  1.7567387380763968E+00  1.7724506371163375E+00  1.7882945774198529E+00
+  1.8042714267860269E+00  1.8203820513976288E+00  1.8366273155419028E+00
+  1.8530080813216632E+00  1.8695252083562242E+00  1.8861795534719903E+00
+  1.9029719703824730E+00  1.9199033093572222E+00  1.9369744168796403E+00
+  1.9541861352929821E+00  1.9715393024346417E+00  1.9890347512580222E+00
+  2.0066733094418128E+00  2.0244557989863399E+00  2.0423830357964743E+00
+  2.0604558292508717E+00  2.0786749817570769E+00  2.0970412882920995E+00
+  2.1155555359280918E+00  2.1342185033425984E+00  2.1530309603131723E+00
+  2.1719936671955704E+00  2.1911073743855018E+00  2.2103728217630252E+00
+  2.2297907381194593E+00  2.2493618405661406E+00  2.2690868339246011E+00
+  2.2889664100975500E+00  2.3090012474202615E+00  2.3291920099917967E+00
+  2.3495393469853569E+00  2.3700438919374571E+00  2.3907062620150725E+00
+  2.4115270572603658E+00  2.4325068598122632E+00  2.4536462331042719E+00
+  2.4749457210379235E+00  2.4964058471311699E+00  2.5180271136410193E+00
+  2.5398100006598368E+00  2.5617549651843490E+00  2.5838624401569801E+00
+  2.6061328334784317E+00  2.6285665269909693E+00  2.6511638754315507E+00
+  2.6739252053539762E+00  2.6968508140192737E+00  2.7199409682534945E+00
+  2.7431959032720652E+00  2.7666158214696539E+00  2.7902008911750347E+00
+  2.8139512453695374E+00  2.8378669803685490E+00  2.8619481544648897E+00
+  2.8861947865331512E+00  2.9106068545939685E+00  2.9351842943372235E+00
+  2.9599269976030715E+00  2.9848348108198746E+00  3.0099075333975822E+00
+  3.0351449160760247E+00  3.0605466592263308E+00  3.0861124111047733E+00
+  3.1118417660576387E+00  3.1377342626759130E+00  3.1637893818986864E+00
+  3.1900065450637154E+00  3.2163851119041880E+00  3.2429243784902333E+00
+  3.2696235751136378E+00  3.2964818641148081E+00  3.3234983376502125E+00
+  3.3506720153990592E+00  3.3780018422078140E+00  3.4054866856709243E+00
+  3.4331253336463767E+00  3.4609164917045749E+00  3.4888587805088491E+00
+  3.5169507331262508E+00  3.5451907922668990E+00  3.5735773074501651E+00
+  3.6021085320963362E+00  3.6307826205417779E+00  3.6595976249762199E+00
+  3.6885514923001264E+00  3.7176420609007277E+00  3.7468670573447298E+00
+  3.7762240929860802E+00  3.8057106604870263E+00  3.8353241302503278E+00
+  3.8650617467614818E+00  3.8949206248382904E+00  3.9248977457866605E+00
+  3.9549899534602773E+00  3.9851939502225555E+00  4.0155062928090093E+00
+  4.0459233880877843E+00  4.0764414887171458E+00  4.1070566886973623E+00
+  4.1377649188155416E+00  4.1685619419814497E+00  4.1994433484522968E+00
+  4.2304045509449573E+00  4.2614407796334461E+00  4.2925470770301715E+00
+  4.3237182927489179E+00  4.3549490781479498E+00  4.3862338808516288E+00
+  4.4175669391485393E+00  4.4489422762649138E+00  4.4803536945114040E+00
+  4.5117947693020675E+00  4.5432588430437786E+00  4.5747390188949790E+00
+  4.6062281543922214E+00  4.6377188549436514E+00  4.6692034671880105E+00
+  4.7006740722184688E+00  4.7321224786701155E+00  4.7635402156707407E+00
+  4.7949185256542144E+00  4.8262483570357428E+00  4.8575203567493936E+00
+  4.8887248626471180E+00  4.9198518957600115E+00  4.9508911524218835E+00
+  4.9818319962556359E+00  5.0126634500236431E+00  5.0433741873429394E+00
+  5.0739525242666463E+00  5.1043864107337953E+00  5.1346634218887850E+00
+  5.1647707492737585E+00  5.1946951918960877E+00  5.2244231471744982E+00
+  5.2539406017672921E+00  5.2832331222869122E+00  5.3122858459054569E+00
+  5.3410834708560451E+00  5.3696102468362028E+00  5.3978499653190362E+00
+  5.4257859497796090E+00  5.4534010458436661E+00  5.4806776113676712E+00
+  5.5075975064585130E+00  5.5341420834434594E+00  5.5602921768005906E+00
+  5.5860280930618558E+00  5.6113296007009801E+00  5.6361759200201043E+00
+  5.6605457130497925E+00  5.6844170734784285E+00  5.7077675166275554E+00
+  5.7305739694921840E+00  5.7528127608650834E+00  5.7744596115664883E+00
+  5.7954896248013945E+00  5.8158772766688607E+00  5.8355964068487545E+00
+  5.8546202094935182E+00  5.8729212243538882E+00  5.8904713281700758E+00
+  5.9072417263611321E+00  5.9232029450478549E+00  5.9383248234464965E+00
+  5.9525765066729619E+00  5.9659264389992330E+00  5.9783423576071826E+00
+  5.9897912868857972E+00  6.0002395333227625E+00  6.0096526810423185E+00
+  6.0179955880450677E+00  6.0252323832087846E+00  6.0313264641116042E+00
+  6.0362404957431615E+00  6.0399364101720892E+00  6.0423754072420728E+00
+  6.0435179563726251E+00  6.0433237995440550E+00  6.0417519555503461E+00
+  6.0387607256080145E+00  6.0343077004127927E+00  6.0283497687402630E+00
+  6.0208431276918439E+00  6.0117432946910014E+00  6.0010051213401141E+00
+  5.9885828092526943E+00  5.9744299279812942E+00  5.9584994351651019E+00
+  5.9407436990279372E+00  5.9211145233615241E+00  5.8995631751340376E+00
+  5.8760404148699550E+00  5.8504965299519078E+00  5.8228813710009426E+00
+  5.7931443914964298E+00  5.7612346908025707E+00  5.7271010607738937E+00
+  5.6906920361163955E+00  5.6519559486869149E+00  5.6108409859178465E+00
+  5.5672952535590419E+00  5.5212668429326897E+00  5.4727039029028575E+00
+  5.4215547167627776E+00  5.3677677842486098E+00  5.3112919088904427E+00
+  5.2520762909141858E+00  5.1900706259099536E+00  5.1252252094837125E+00
+  5.0574910481104318E+00  4.9868199764057017E+00  4.9131647810329930E+00
+  4.8364793314607049E+00  4.7567187177807604E+00  4.6738393957961861E+00
+  4.5877993395788792E+00  4.4985582016928625E+00  4.4060774812686034E+00
+  4.3103207001047359E+00  4.2112535869603498E+00  4.1088442701876460E+00
+  4.0030634788382962E+00  3.8938847523578133E+00  3.7812846589614111E+00
+  3.6652430227612030E+00  3.5457431596869142E+00  3.4227721222137539E+00
+  3.2963209528768118E+00  3.1663849465157696E+00  3.0329639211521631E+00
+  2.8960624973585603E+00  2.7556903859298885E+00  2.6118626836141523E+00
+  2.4646001766031986E+00  2.3139296514216561E+00  2.1598842127849416E+00
+  2.0025036079247620E+00  1.8418345568031853E+00  1.6779310875523485E+00
+  1.5108548763876506E+00  1.3406755911467023E+00  1.1674712375058505E+00
+  9.9132850681642992E-01  8.1234312439056211E-01  6.3062019694432081E-01
+  4.4627455777959923E-01  2.5943110815147818E-01  7.0225153128820494E-02
+ -1.2119726989226365E-01 -3.1467907201439260E-01 -5.1005180515541326E-01
+ -7.0713536817317291E-01 -9.0573772928328111E-01 -1.1056546674332672E+00
+ -1.3066695354733682E+00 -1.5085530481493699E+00 -1.7110630981284984E+00
+ -1.9139446034587024E+00 -2.1169293900511832E+00 -2.3197361129663676E+00
+ -2.5220702204720560E+00 -2.7236239650288532E+00 -2.9240764655397342E+00
+ -3.1230938253764187E+00 -3.3203293108629772E+00 -3.5154235950538357E+00
+ -3.7080050717891595E+00 -3.8976902451377597E+00 -4.0840841994499968E+00
+ -4.2667811553316728E+00 -4.4453651169124733E+00 -4.6194106158199695E+00
+ -4.7884835572692044E+00 -4.9521421736444733E+00 -5.1099380908712462E+00
+ -5.2614175127494835E+00 -5.4061225282436016E+00 -5.5435925464851010E+00
+ -5.6733658639406066E+00 -5.7949813678249678E+00 -5.9079803793816632E+00
+ -6.0119086401132860E+00 -6.1063184434037066E+00 -6.1907709132349016E+00
+ -6.2648384308409115E+00 -6.3281072091642194E+00 -6.3801800138632325E+00
+ -6.4206790283600323E+00 -6.4492488589999120E+00 -6.4655596748089170E+00
+ -6.4693104745668890E+00 -6.4602324719521791E+00 -6.4380925873445074E+00
+ -6.4026970324822701E+00 -6.3538949715476170E+00 -6.2915822393810750E+00
+ -6.2157050944003540E+00 -6.1262639804002141E+00 -6.0233172677327076E+00
+ -5.9069849404081074E+00 -5.7774521914043007E+00 -5.6349728839363529E+00
+ -5.4798728316137506E+00 -5.3125528453247846E+00 -5.1334914893441370E+00
+ -4.9432474836037628E+00 -4.7424616833337918E+00 -4.5318585614354969E+00
+ -4.3122471130643634E+00 -4.0845210960838134E+00 -3.8496585154194758E+00
+ -3.6087202540602394E+00 -3.3628477487020851E+00 -3.1132596040531815E+00
+ -2.8612470368812830E+00 -2.6081680393303630E+00 -2.3554401512397041E+00
+ -2.1045317336355929E+00 -1.8569516407503301E+00 -1.6142371964755653E+00
+ -1.3779403937719472E+00 -1.1496122530282413E+00 -9.3078529858365266E-01
+ -7.2295414260230784E-01 -5.2755420332236991E-01 -3.4593863162876115E-01
+ -1.7935357724910928E-01 -2.8911995111146727E-02  1.0443372490900416E-01
+  2.1991992380322589E-01  3.1700013903254654E-01  3.9537324063014445E-01
+  4.5501045425917241E-01  4.9618031064482526E-01  5.1947035885534509E-01
+  5.2580425188369562E-01  5.1645255461198325E-01  4.9303533417510481E-01
+  4.5751426851530363E-01  4.1217164793135841E-01  3.5957324383831207E-01
+  3.0251157567649356E-01  2.4392561748741876E-01  1.8679244617621815E-01
+  1.3398573947687037E-01  8.8095378129220456E-02  5.1201688243993605E-02
+  2.4597070512191833E-02  8.4468972757552954E-03  1.3806122053214953E-03
+  0.0000000000000000E+00
+===== TPROJECTOR 2 =====   [tp(r)=TPROJECTOR(r)/r*Ylm(th,ph)]
+ 2  : radial mesh index
+  0.0000000000000000E+00 -3.0638940047663648E-07 -6.1559749758136636E-07
+ -9.2765022253330919E-07 -1.2425737451115277E-06 -1.5603944758497425E-06
+ -1.8811390682511664E-06 -2.2048344210237710E-06 -2.5315076803361181E-06
+ -2.8611862420939077E-06 -3.1938977542374768E-06 -3.5296701190604858E-06
+ -3.8685314955498911E-06 -4.2105103017474106E-06 -4.5556352171327794E-06
+ -4.9039351850289565E-06 -5.2554394150292921E-06 -5.6101773854472720E-06
+ -5.9681788457885607E-06 -6.3294738192459709E-06 -6.6940926052172421E-06
+ -7.0620657818461613E-06 -7.4334242085867249E-06 -7.8081990287914120E-06
+ -8.1864216723227330E-06 -8.5681238581891299E-06 -8.9533375972050644E-06
+ -9.3420951946755130E-06 -9.7344292531051698E-06 -1.0130372674932668E-05
+ -1.0529958665289869E-05 -1.0933220734786516E-05 -1.1340192702320585E-05
+ -1.1750908697914428E-05 -1.2165403165577030E-05 -1.2583710866192650E-05
+ -1.3005866880435909E-05 -1.3431906611713766E-05 -1.3861865789134635E-05
+ -1.4295780470504788E-05 -1.4733687045352118E-05 -1.5175622237977994E-05
+ -1.5621623110537091E-05 -1.6071727066145505E-05 -1.6525971852017531E-05
+ -1.6984395562631233E-05 -1.7447036642923204E-05 -1.7913933891512695E-05
+ -1.8385126463955391E-05 -1.8860653876027155E-05 -1.9340556007037782E-05
+ -1.9824873103175667E-05 -2.0313645780882769E-05 -2.0806915030261038E-05
+ -2.1304722218509773E-05 -2.1807109093395006E-05 -2.2314117786750449E-05
+ -2.2825790818010875E-05 -2.3342171097778009E-05 -2.3863301931418959E-05
+ -2.4389227022698288E-05 -2.4919990477442661E-05 -2.5455636807240335E-05
+ -2.5996210933173387E-05 -2.6541758189585417E-05 -2.7092324327883300E-05
+ -2.7647955520373872E-05 -2.8208698364136531E-05 -2.8774599884930446E-05
+ -2.9345707541138828E-05 -2.9922069227748597E-05 -3.0503733280367154E-05
+ -3.1090748479275875E-05 -3.1683164053521312E-05 -3.2281029685043077E-05
+ -3.2884395512840976E-05 -3.3493312137179465E-05 -3.4107830623831208E-05
+ -3.4728002508359795E-05 -3.5353879800441469E-05 -3.5985514988226964E-05
+ -3.6622961042743205E-05 -3.7266271422335947E-05 -3.7915500077152341E-05
+ -3.8570701453666207E-05 -3.9231930499243376E-05 -3.9899242666750184E-05
+ -4.0572693919203759E-05 -4.1252340734465319E-05 -4.1938240109976556E-05
+ -4.2630449567539652E-05 -4.3329027158141219E-05 -4.4034031466820773E-05
+ -4.4745521617583795E-05 -4.5463557278359846E-05 -4.6188198666006862E-05
+ -4.6919506551361013E-05 -4.7657542264333230E-05 -4.8402367699052103E-05
+ -4.9154045319055309E-05 -4.9912638162526938E-05 -5.0678209847585494E-05
+ -5.1450824577617779E-05 -5.2230547146663907E-05 -5.3017442944851070E-05
+ -5.3811577963877228E-05 -5.4613018802545594E-05 -5.5421832672349498E-05
+ -5.6238087403109421E-05 -5.7061851448660968E-05 -5.7893193892595999E-05
+ -5.8732184454055809E-05 -5.9578893493578784E-05 -6.0433392019000007E-05
+ -6.1295751691406902E-05 -6.2166044831148831E-05 -6.3044344423902310E-05
+ -6.3930724126791345E-05 -6.4825258274564919E-05 -6.5728021885830853E-05
+ -6.6639090669347447E-05 -6.7558541030371606E-05 -6.8486450077068315E-05
+ -6.9422895626974955E-05 -7.0367956213529011E-05 -7.1321711092653568E-05
+ -7.2284240249403909E-05 -7.3255624404675523E-05 -7.4235945021973297E-05
+ -7.5225284314243398E-05 -7.6223725250768883E-05 -7.7231351564126016E-05
+ -7.8248247757207491E-05 -7.9274499110309641E-05 -8.0310191688282728E-05
+ -8.1355412347750098E-05 -8.2410248744391206E-05 -8.3474789340293670E-05
+ -8.4549123411371271E-05 -8.5633341054851405E-05 -8.6727533196830287E-05
+ -8.7831791599899067E-05 -8.8946208870839012E-05 -9.0070878468387615E-05
+ -9.1205894711076892E-05 -9.2351352785142581E-05 -9.3507348752507231E-05
+ -9.4673979558836260E-05 -9.5851343041667976E-05 -9.7039537938618499E-05
+ -9.8238663895662732E-05 -9.9448821475490090E-05 -1.0067011216593883E-04
+ -1.0190263838850687E-04 -1.0314650350694139E-04 -1.0440181183590656E-04
+ -1.0566866864973259E-04 -1.0694718019124428E-04 -1.0823745368067009E-04
+ -1.0953959732463479E-04 -1.1085372032523393E-04 -1.1217993288919120E-04
+ -1.1351834623710228E-04 -1.1486907261275999E-04 -1.1623222529256915E-04
+ -1.1760791859504594E-04 -1.1899626789040421E-04 -1.2039738961023246E-04
+ -1.2181140125725628E-04 -1.2323842141519366E-04 -1.2467856975869972E-04
+ -1.2613196706340248E-04 -1.2759873521603246E-04 -1.2907899722464360E-04
+ -1.3057287722892944E-04 -1.3208050051063372E-04 -1.3360199350405795E-04
+ -1.3513748380666277E-04 -1.3668710018977014E-04 -1.3825097260936205E-04
+ -1.3982923221697932E-04 -1.4142201137072016E-04 -1.4302944364633948E-04
+ -1.4465166384845254E-04 -1.4628880802183911E-04 -1.4794101346285205E-04
+ -1.4960841873093385E-04 -1.5129116366023284E-04 -1.5298938937133430E-04
+ -1.5470323828309211E-04 -1.5643285412457399E-04 -1.5817838194711557E-04
+ -1.5993996813648282E-04 -1.6171776042515039E-04 -1.6351190790469085E-04
+ -1.6532256103827560E-04 -1.6714987167329773E-04 -1.6899399305410215E-04
+ -1.7085507983483766E-04 -1.7273328809243061E-04 -1.7462877533966950E-04
+ -1.7654170053841634E-04 -1.7847222411293881E-04 -1.8042050796336206E-04
+ -1.8238671547924701E-04 -1.8437101155329257E-04 -1.8637356259516521E-04
+ -1.8839453654545313E-04 -1.9043410288975050E-04 -1.9249243267287116E-04
+ -1.9456969851319522E-04 -1.9666607461714083E-04 -1.9878173679377826E-04
+ -2.0091686246957204E-04 -2.0307163070325908E-04 -2.0524622220086721E-04
+ -2.0744081933086913E-04 -2.0965560613947569E-04 -2.1189076836607336E-04
+ -2.1414649345879593E-04 -2.1642297059024958E-04 -2.1872039067337510E-04
+ -2.2103894637745785E-04 -2.2337883214428755E-04 -2.2574024420446393E-04
+ -2.2812338059385238E-04 -2.3052844117019388E-04 -2.3295562762986341E-04
+ -2.3540514352478657E-04 -2.3787719427951050E-04 -2.4037198720842912E-04
+ -2.4288973153317137E-04 -2.4543063840014632E-04 -2.4799492089825102E-04
+ -2.5058279407674078E-04 -2.5319447496326348E-04 -2.5583018258206055E-04
+ -2.5849013797233538E-04 -2.6117456420678858E-04 -2.6388368641032920E-04
+ -2.6661773177895126E-04 -2.6937692959878791E-04 -2.7216151126534108E-04
+ -2.7497171030288741E-04 -2.7780776238405793E-04 -2.8066990534960940E-04
+ -2.8355837922836610E-04 -2.8647342625734808E-04 -2.8941529090209051E-04
+ -2.9238421987714191E-04 -2.9538046216675596E-04 -2.9840426904577074E-04
+ -3.0145589410068353E-04 -3.0453559325091463E-04 -3.0764362477027352E-04
+ -3.1078024930861431E-04 -3.1394572991369734E-04 -3.1714033205324920E-04
+ -3.2036432363722462E-04 -3.2361797504027400E-04 -3.2690155912442004E-04
+ -3.3021535126193905E-04 -3.3355962935845476E-04 -3.3693467387624506E-04
+ -3.4034076785776127E-04 -3.4377819694936750E-04 -3.4724724942529288E-04
+ -3.5074821621181008E-04 -3.5428139091162969E-04 -3.5784706982852654E-04
+ -3.6144555199218618E-04 -3.6507713918328469E-04 -3.6874213595879449E-04
+ -3.7244084967752748E-04 -3.7617359052590903E-04 -3.7994067154399473E-04
+ -3.8374240865171919E-04 -3.8757912067539360E-04 -3.9145112937443848E-04
+ -3.9535875946837475E-04 -3.9930233866404866E-04 -4.0328219768312012E-04
+ -4.0729867028979269E-04 -4.1135209331880855E-04 -4.1544280670369681E-04
+ -4.1957115350527607E-04 -4.2373747994042918E-04 -4.2794213541114134E-04
+ -4.3218547253379039E-04 -4.3646784716873280E-04 -4.4078961845013683E-04
+ -4.4515114881610502E-04 -4.4955280403906979E-04 -4.5399495325646497E-04
+ -4.5847796900168965E-04 -4.6300222723533830E-04 -4.6756810737674640E-04
+ -4.7217599233579245E-04 -4.7682626854502418E-04 -4.8151932599205759E-04
+ -4.8625555825228511E-04 -4.9103536252188427E-04 -4.9585913965112408E-04
+ -5.0072729417798424E-04 -5.0564023436208141E-04 -5.1059837221890426E-04
+ -5.1560212355436746E-04 -5.2065190799968717E-04 -5.2574814904656582E-04
+ -5.3089127408271174E-04 -5.3608171442767814E-04 -5.4131990536904141E-04
+ -5.4660628619889796E-04 -5.5194130025070800E-04 -5.5732539493647654E-04
+ -5.6275902178427330E-04 -5.6824263647609866E-04 -5.7377669888610027E-04
+ -5.7936167311913706E-04 -5.8499802754970621E-04 -5.9068623486121358E-04
+ -5.9642677208562194E-04 -6.0222012064345626E-04 -6.0806676638417161E-04
+ -6.1396719962690332E-04 -6.1992191520158558E-04 -6.2593141249044776E-04
+ -6.3199619546989516E-04 -6.3811677275277538E-04 -6.4429365763103057E-04
+ -6.5052736811874548E-04 -6.5681842699558905E-04 -6.6316736185065370E-04
+ -6.6957470512670771E-04 -6.7604099416483697E-04 -6.8256677124951836E-04
+ -6.8915258365409766E-04 -6.9579898368667126E-04 -7.0250652873642410E-04
+ -7.0927578132035899E-04 -7.1610730913047893E-04 -7.2300168508139637E-04
+ -7.2995948735837183E-04 -7.3698129946581418E-04 -7.4406771027620174E-04
+ -7.5121931407947816E-04 -7.5843671063288796E-04 -7.6572050521127354E-04
+ -7.7307130865782799E-04 -7.8048973743534270E-04 -7.8797641367788288E-04
+ -7.9553196524298053E-04 -8.0315702576426950E-04 -8.1085223470464519E-04
+ -8.1861823740987899E-04 -8.2645568516273517E-04 -8.3436523523760468E-04
+ -8.4234755095561405E-04 -8.5040330174025432E-04 -8.5853316317353293E-04
+ -8.6673781705261179E-04 -8.7501795144700112E-04 -8.8337426075625527E-04
+ -8.9180744576820717E-04 -9.0031821371773946E-04 -9.0890727834610271E-04
+ -9.1757535996075880E-04 -9.2632318549579987E-04 -9.3515148857290409E-04
+ -9.4406100956286368E-04 -9.5305249564767505E-04 -9.6212670088319436E-04
+ -9.7128438626238275E-04 -9.8052631977911856E-04 -9.8985327649261175E-04
+ -9.9926603859239117E-04 -1.0087653954639203E-03 -1.0183521437547726E-03
+ -1.0280270874414668E-03 -1.0377910378968698E-03 -1.0476448139582497E-03
+ -1.0575892419959604E-03 -1.0676251559827081E-03 -1.0777533975635297E-03
+ -1.0879748161263482E-03 -1.0982902688732262E-03 -1.1087006208922319E-03
+ -1.1192067452300081E-03 -1.1298095229649724E-03 -1.1405098432812205E-03
+ -1.1513086035430920E-03 -1.1622067093704186E-03 -1.1732050747144808E-03
+ -1.1843046219346537E-03 -1.1955062818757600E-03 -1.2068109939461272E-03
+ -1.2182197061963718E-03 -1.2297333753989157E-03 -1.2413529671282137E-03
+ -1.2530794558417210E-03 -1.2649138249616445E-03 -1.2768570669573847E-03
+ -1.2889101834287803E-03 -1.3010741851901065E-03 -1.3133500923548451E-03
+ -1.3257389344212330E-03 -1.3382417503585930E-03 -1.3508595886944780E-03
+ -1.3635935076025960E-03 -1.3764445749915527E-03 -1.3894138685944034E-03
+ -1.4025024760590519E-03 -1.4157114950394492E-03 -1.4290420332876484E-03
+ -1.4424952087467129E-03 -1.4560721496444601E-03 -1.4697739945880865E-03
+ -1.4836018926596469E-03 -1.4975570035124265E-03 -1.5116404974681950E-03
+ -1.5258535556153413E-03 -1.5401973699079360E-03 -1.5546731432656948E-03
+ -1.5692820896748404E-03 -1.5840254342899237E-03 -1.5989044135365856E-03
+ -1.6139202752152048E-03 -1.6290742786055938E-03 -1.6443676945725578E-03
+ -1.6598018056725142E-03 -1.6753779062610203E-03 -1.6910973026013419E-03
+ -1.7069613129739973E-03 -1.7229712677872965E-03 -1.7391285096889381E-03
+ -1.7554343936785921E-03 -1.7718902872215420E-03 -1.7884975703633451E-03
+ -1.8052576358456090E-03 -1.8221718892227480E-03 -1.8392417489798731E-03
+ -1.8564686466517556E-03 -1.8738540269428853E-03 -1.8913993478486147E-03
+ -1.9091060807774288E-03 -1.9269757106743432E-03 -1.9450097361454689E-03
+ -1.9632096695836377E-03 -1.9815770372952693E-03 -2.0001133796283630E-03
+ -2.0188202511016787E-03 -2.0376992205351002E-03 -2.0567518711812069E-03
+ -2.0759798008580348E-03 -2.0953846220831008E-03 -2.1149679622086094E-03
+ -2.1347314635579342E-03 -2.1546767835633621E-03 -2.1748055949050594E-03
+ -2.1951195856513882E-03 -2.2156204594004384E-03 -2.2363099354229124E-03
+ -2.2571897488063057E-03 -2.2782616506004201E-03 -2.2995274079642049E-03
+ -2.3209888043139648E-03 -2.3426476394729093E-03 -2.3645057298221058E-03
+ -2.3865649084527946E-03 -2.4088270253201319E-03 -2.4312939473983162E-03
+ -2.4539675588371637E-03 -2.4768497611201337E-03 -2.4999424732237629E-03
+ -2.5232476317786192E-03 -2.5467671912317138E-03 -2.5705031240103966E-03
+ -2.5944574206877612E-03 -2.6186320901496101E-03 -2.6430291597628981E-03
+ -2.6676506755457623E-03 -2.6924987023391007E-03 -2.7175753239797656E-03
+ -2.7428826434752630E-03 -2.7684227831801808E-03 -2.7941978849741322E-03
+ -2.8202101104413861E-03 -2.8464616410521599E-03 -2.8729546783455530E-03
+ -2.8996914441141736E-03 -2.9266741805904694E-03 -2.9539051506347535E-03
+ -2.9813866379249905E-03 -3.0091209471483178E-03 -3.0371104041942935E-03
+ -3.0653573563499646E-03 -3.0938641724967582E-03 -3.1226332433090601E-03
+ -3.1516669814547777E-03 -3.1809678217976376E-03 -3.2105382216013880E-03
+ -3.2403806607358750E-03 -3.2704976418849738E-03 -3.3008916907565442E-03
+ -3.3315653562941815E-03 -3.3625212108910002E-03 -3.3937618506053599E-03
+ -3.4252898953785636E-03 -3.4571079892546167E-03 -3.4892188006018952E-03
+ -3.5216250223369652E-03 -3.5543293721504408E-03 -3.5873345927348371E-03
+ -3.6206434520146252E-03 -3.6542587433783368E-03 -3.6881832859128154E-03
+ -3.7224199246396524E-03 -3.7569715307537981E-03 -3.7918410018642672E-03
+ -3.8270312622372370E-03 -3.8625452630412192E-03 -3.8983859825945620E-03
+ -3.9345564266152436E-03 -3.9710596284729229E-03 -4.0078986494432997E-03
+ -4.0450765789648967E-03 -4.0825965348980937E-03 -4.1204616637866287E-03
+ -4.1586751411214606E-03 -4.1972401716070876E-03 -4.2361599894302805E-03
+ -4.2754378585313276E-03 -4.3150770728777200E-03 -4.3550809567404637E-03
+ -4.3954528649727837E-03 -4.4361961832914965E-03 -4.4773143285609662E-03
+ -4.5188107490796055E-03 -4.5606889248691034E-03 -4.6029523679662274E-03
+ -4.6456046227173822E-03 -4.6886492660758120E-03 -4.7320899079016116E-03
+ -4.7759301912644238E-03 -4.8201737927489330E-03 -4.8648244227632829E-03
+ -4.9098858258501306E-03 -4.9553617810007243E-03 -5.0012561019717981E-03
+ -5.0475726376054304E-03 -5.0943152721518118E-03 -5.1414879255949186E-03
+ -5.1890945539813122E-03 -5.2371391497519140E-03 -5.2856257420767546E-03
+ -5.3345583971929067E-03 -5.3839412187455041E-03 -5.4337783481318205E-03
+ -5.4840739648486271E-03 -5.5348322868426936E-03 -5.5860575708644115E-03
+ -5.6377541128249317E-03 -5.6899262481563025E-03 -5.7425783521750772E-03
+ -5.7957148404492592E-03 -5.8493401691685730E-03 -5.9034588355181654E-03
+ -5.9580753780557223E-03 -6.0131943770921695E-03 -6.0688204550756568E-03
+ -6.1249582769792622E-03 -6.1816125506922257E-03 -6.2387880274147253E-03
+ -6.2964895020563173E-03 -6.3547218136380257E-03 -6.4134898456982056E-03
+ -6.4727985267020068E-03 -6.5326528304547223E-03 -6.5930577765188660E-03
+ -6.6540184306352161E-03 -6.7155399051473871E-03 -6.7776273594308840E-03
+ -6.8402860003255149E-03 -6.9035210825721342E-03 -6.9673379092532652E-03
+ -7.0317418322379532E-03 -7.0967382526303333E-03 -7.1623326212227993E-03
+ -7.2285304389529733E-03 -7.2953372573650831E-03 -7.3627586790754439E-03
+ -7.4308003582423642E-03 -7.4994680010402395E-03 -7.5687673661381481E-03
+ -7.6387042651826931E-03 -7.7092845632854168E-03 -7.7805141795145999E-03
+ -7.8523990873916941E-03 -7.9249453153921786E-03 -7.9981589474512112E-03
+ -8.0720461234736786E-03 -8.1466130398492667E-03 -8.2218659499718703E-03
+ -8.2978111647641697E-03 -8.3744550532068029E-03 -8.4518040428724663E-03
+ -8.5298646204648096E-03 -8.6086433323626435E-03 -8.6881467851686982E-03
+ -8.7683816462637183E-03 -8.8493546443655924E-03 -8.9310725700935262E-03
+ -9.0135422765377157E-03 -9.0967706798337558E-03 -9.1807647597427246E-03
+ -9.2655315602366214E-03 -9.3510781900888428E-03 -9.4374118234704582E-03
+ -9.5245397005517332E-03 -9.6124691281093480E-03 -9.7012074801390846E-03
+ -9.7907621984741657E-03 -9.8811407934093765E-03 -9.9723508443307317E-03
+ -1.0064400000351241E-02 -1.0157295980952222E-02 -1.0251046576630545E-02
+ -1.0345659649552186E-02 -1.0441143134211232E-02 -1.0537505038095384E-02
+ -1.0634753442357474E-02 -1.0732896502492987E-02 -1.0831942449024135E-02
+ -1.0931899588189790E-02 -1.1032776302642204E-02 -1.1134581052149858E-02
+ -1.1237322374306882E-02 -1.1341008885249020E-02 -1.1445649280376113E-02
+ -1.1551252335081051E-02 -1.1657826905486033E-02 -1.1765381929184828E-02
+ -1.1873926425992474E-02 -1.1983469498701473E-02 -1.2094020333845205E-02
+ -1.2205588202468160E-02 -1.2318182460903403E-02 -1.2431812551557245E-02
+ -1.2546488003700708E-02 -1.2662218434269002E-02 -1.2779013548667558E-02
+ -1.2896883141586168E-02 -1.3015837097820004E-02 -1.3135885393098738E-02
+ -1.3257038094922846E-02 -1.3379305363407916E-02 -1.3502697452136555E-02
+ -1.3627224709018091E-02 -1.3752897577156361E-02 -1.3879726595725356E-02
+ -1.4007722400852941E-02 -1.4136895726512656E-02 -1.4267257405423835E-02
+ -1.4398818369959900E-02 -1.4531589653064995E-02 -1.4665582389179279E-02
+ -1.4800807815172266E-02 -1.4937277271285274E-02 -1.5075002202082112E-02
+ -1.5213994157408900E-02 -1.5354264793362295E-02 -1.5495825873266974E-02
+ -1.5638689268661889E-02 -1.5782866960295770E-02 -1.5928371039131490E-02
+ -1.6075213707360141E-02 -1.6223407279423840E-02 -1.6372964183048518E-02
+ -1.6523896960285743E-02 -1.6676218268564469E-02 -1.6829940881752256E-02
+ -1.6985077691226175E-02 -1.7141641706953925E-02 -1.7299646058584396E-02
+ -1.7459103996548757E-02 -1.7620028893171248E-02 -1.7782434243790446E-02
+ -1.7946333667890717E-02 -1.8111740910244103E-02 -1.8278669842062861E-02
+ -1.8447134462162215E-02 -1.8617148898134185E-02 -1.8788727407532201E-02
+ -1.8961884379066096E-02 -1.9136634333808786E-02 -1.9312991926413683E-02
+ -1.9490971946343104E-02 -1.9670589319108554E-02 -1.9851859107521713E-02
+ -2.0034796512957621E-02 -2.0219416876628753E-02 -2.0405735680871485E-02
+ -2.0593768550444078E-02 -2.0783531253836328E-02 -2.0975039704591872E-02
+ -2.1168309962642108E-02 -2.1363358235652517E-02 -2.1560200880381651E-02
+ -2.1758854404052251E-02 -2.1959335465734892E-02 -2.2161660877745210E-02
+ -2.2365847607052410E-02 -2.2571912776702445E-02 -2.2779873667252967E-02
+ -2.2989747718222070E-02 -2.3201552529550425E-02 -2.3415305863076441E-02
+ -2.3631025644025340E-02 -2.3848729962511736E-02 -2.4068437075056119E-02
+ -2.4290165406115116E-02 -2.4513933549626242E-02 -2.4739760270566187E-02
+ -2.4967664506523934E-02 -2.5197665369288282E-02 -2.5429782146449607E-02
+ -2.5664034303016885E-02 -2.5900441483049125E-02 -2.6139023511301693E-02
+ -2.6379800394888790E-02 -2.6622792324959461E-02 -2.6868019678390719E-02
+ -2.7115503019494974E-02 -2.7365263101744371E-02 -2.7617320869509215E-02
+ -2.7871697459814528E-02 -2.8128414204110892E-02 -2.8387492630062419E-02
+ -2.8648954463351327E-02 -2.8912821629498570E-02 -2.9179116255701472E-02
+ -2.9447860672688099E-02 -2.9719077416589031E-02 -2.9992789230825656E-02
+ -3.0269019068016566E-02 -3.0547790091901027E-02 -3.0829125679279951E-02
+ -3.1113049421975389E-02 -3.1399585128807112E-02 -3.1688756827588184E-02
+ -3.1980588767138184E-02 -3.2275105419315407E-02 -3.2572331481067696E-02
+ -3.2872291876501314E-02 -3.3175011758970196E-02 -3.3480516513183456E-02
+ -3.3788831757332050E-02 -3.4099983345235604E-02 -3.4413997368508975E-02
+ -3.4730900158747816E-02 -3.5050718289735411E-02 -3.5373478579668730E-02
+ -3.5699208093405696E-02 -3.6027934144732682E-02 -3.6359684298652384E-02
+ -3.6694486373694227E-02 -3.7032368444243957E-02 -3.7373358842896068E-02
+ -3.7717486162827440E-02 -3.8064779260192416E-02 -3.8415267256540500E-02
+ -3.8768979541255175E-02 -3.9125945774016541E-02 -3.9486195887285788E-02
+ -3.9849760088811470E-02 -4.0216668864161254E-02 -4.0586952979274213E-02
+ -4.0960643483038156E-02 -4.1337771709890767E-02 -4.1718369282442935E-02
+ -4.2102468114128225E-02 -4.2490100411874940E-02 -4.2881298678804081E-02
+ -4.3276095716950611E-02 -4.3674524630011216E-02 -4.4076618826116090E-02
+ -4.4482412020626541E-02 -4.4891938238958165E-02 -4.5305231819430539E-02
+ -4.5722327416141684E-02 -4.6143260001870356E-02 -4.6568064871003886E-02
+ -4.6996777642493229E-02 -4.7429434262835274E-02 -4.7866071009082342E-02
+ -4.8306724491879283E-02 -4.8751431658527980E-02 -4.9200229796080755E-02
+ -4.9653156534461118E-02 -5.0110249849614569E-02 -5.0571548066686262E-02
+ -5.1037089863230148E-02 -5.1506914272444443E-02 -5.1981060686440692E-02
+ -5.2459568859538508E-02 -5.2942478911594065E-02 -5.3429831331357161E-02
+ -5.3921666979858743E-02 -5.4418027093831076E-02 -5.4918953289157912E-02
+ -5.5424487564356112E-02 -5.5934672304090355E-02 -5.6449550282719085E-02
+ -5.6969164667872579E-02 -5.7493559024065000E-02 -5.8022777316337648E-02
+ -5.8556863913938259E-02 -5.9095863594030906E-02 -5.9639821545441826E-02
+ -6.0188783372439159E-02 -6.0742795098546160E-02 -6.1301903170391220E-02
+ -6.1866154461591383E-02 -6.2435596276671751E-02 -6.3010276355021697E-02
+ -6.3590242874885655E-02 -6.4175544457391459E-02 -6.4766230170615377E-02
+ -6.5362349533684028E-02 -6.5963952520913555E-02 -6.6571089565987202E-02
+ -6.7183811566170176E-02 -6.7802169886564512E-02 -6.8426216364400744E-02
+ -6.9056003313370279E-02 -6.9691583527996731E-02 -7.0333010288047115E-02
+ -7.0980337362983731E-02 -7.1633619016455929E-02 -7.2292910010832601E-02
+ -7.2958265611778567E-02 -7.3629741592868642E-02 -7.4307394240246488E-02
+ -7.4991280357326356E-02 -7.5681457269534985E-02 -7.6377982829098995E-02
+ -7.7080915419875801E-02 -7.7790313962226770E-02 -7.8506237917936650E-02
+ -7.9228747295176954E-02 -7.9957902653514407E-02 -8.0693765108965032E-02
+ -8.1436396339095163E-02 -8.2185858588166710E-02 -8.2942214672331954E-02
+ -8.3705527984872768E-02 -8.4475862501490029E-02 -8.5253282785639234E-02
+ -8.6037853993916114E-02 -8.6829641881488451E-02 -8.7628712807581804E-02
+ -8.8435133741010391E-02 -8.9248972265760368E-02 -9.0070296586624771E-02
+ -9.0899175534886578E-02 -9.1735678574057206E-02 -9.2579875805662321E-02
+ -9.3431837975085502E-02 -9.4291636477460167E-02 -9.5159343363617283E-02
+ -9.6035031346087152E-02 -9.6918773805154013E-02 -9.7810644794966067E-02
+ -9.8710719049702494E-02 -9.9619071989793362E-02 -1.0053577972819780E-01
+ -1.0146091907673857E-01 -1.0239456755249285E-01 -1.0333680338424286E-01
+ -1.0428770551898264E-01 -1.0524735362848356E-01 -1.0621582811592298E-01
+ -1.0719321012256519E-01 -1.0817958153451238E-01 -1.0917502498950621E-01
+ -1.1017962388379901E-01 -1.1119346237908212E-01 -1.1221662540947835E-01
+ -1.1324919868859742E-01 -1.1429126871665413E-01 -1.1534292278765085E-01
+ -1.1640424899662535E-01 -1.1747533624696260E-01 -1.1855627425777260E-01
+ -1.1964715357133549E-01 -1.2074806556061210E-01 -1.2185910243682213E-01
+ -1.2298035725709050E-01 -1.2411192393216391E-01 -1.2525389723419156E-01
+ -1.2640637280458189E-01 -1.2756944716192542E-01 -1.2874321770998923E-01
+ -1.2992778274578448E-01 -1.3112324146770338E-01 -1.3232969398373018E-01
+ -1.3354724131972723E-01 -1.3477598542779190E-01 -1.3601602919468903E-01
+ -1.3726747645035881E-01 -1.3853043197650061E-01 -1.3980500151523401E-01
+ -1.4109129177783314E-01 -1.4238941045354342E-01 -1.4369946621847313E-01
+ -1.4502156874456579E-01 -1.4635582870865033E-01 -1.4770235780157515E-01
+ -1.4906126873741682E-01 -1.5043267526277621E-01 -1.5181669216615351E-01
+ -1.5321343528740861E-01 -1.5462302152730112E-01 -1.5604556885711823E-01
+ -1.5748119632838636E-01 -1.5893002408266627E-01 -1.6039217336143791E-01
+ -1.6186776651607004E-01 -1.6335692701787558E-01 -1.6485977946826191E-01
+ -1.6637644960896003E-01 -1.6790706433235314E-01 -1.6945175169188925E-01
+ -1.7101064091258766E-01 -1.7258386240163626E-01 -1.7417154775908189E-01
+ -1.7577382978861222E-01 -1.7739084250843473E-01 -1.7902272116224582E-01
+ -1.8066960223030137E-01 -1.8233162344057513E-01 -1.8400892378002309E-01
+ -1.8570164350593676E-01 -1.8740992415740210E-01 -1.8913390856685047E-01
+ -1.9087374087171560E-01 -1.9262956652618635E-01 -1.9440153231306351E-01
+ -1.9618978635571582E-01 -1.9799447813014248E-01 -1.9981575847713390E-01
+ -2.0165377961453956E-01 -2.0350869514964454E-01 -2.0538066009164146E-01
+ -2.0726983086421780E-01 -2.0917636531824835E-01 -2.1110042274459262E-01
+ -2.1304216388700203E-01 -2.1500175095513824E-01 -2.1697934763770077E-01
+ -2.1897511911566292E-01 -2.2098923207562121E-01 -2.2302185472325681E-01
+ -2.2507315679691414E-01 -2.2714330958128232E-01 -2.2923248592120238E-01
+ -2.3134086023558353E-01 -2.3346860853143792E-01 -2.3561590841802937E-01
+ -2.3778293912114490E-01 -2.3996988149747489E-01 -2.4217691804912295E-01
+ -2.4440423293822683E-01 -2.4665201200170717E-01 -2.4892044276612629E-01
+ -2.5120971446268348E-01 -2.5352001804231733E-01 -2.5585154619094191E-01
+ -2.5820449334480194E-01 -2.6057905570595485E-01 -2.6297543125787604E-01
+ -2.6539381978118970E-01 -2.6783442286952674E-01 -2.7029744394551070E-01
+ -2.7278308827687092E-01 -2.7529156299268287E-01 -2.7782307709973963E-01
+ -2.8037784149904854E-01 -2.8295606900246539E-01 -2.8555797434945240E-01
+ -2.8818377422397168E-01 -2.9083368727150827E-01 -2.9350793411622889E-01
+ -2.9620673737827086E-01 -2.9893032169116385E-01 -3.0167891371938838E-01
+ -3.0445274217607121E-01 -3.0725203784080990E-01 -3.1007703357763383E-01
+ -3.1292796435310677E-01 -3.1580506725456103E-01 -3.1870858150847026E-01
+ -3.2163874849895879E-01 -3.2459581178645014E-01 -3.2758001712645124E-01
+ -3.3059161248847690E-01 -3.3363084807511423E-01 -3.3669797634122045E-01
+ -3.3979325201327071E-01 -3.4291693210883056E-01 -3.4606927595618076E-01
+ -3.4925054521407661E-01 -3.5246100389165147E-01 -3.5570091836844864E-01
+ -3.5897055741461326E-01 -3.6227019221120271E-01 -3.6560009637065771E-01
+ -3.6896054595739658E-01 -3.7235181950856477E-01 -3.7577419805490730E-01
+ -3.7922796514180201E-01 -3.8271340685041766E-01 -3.8623081181901442E-01
+ -3.8978047126439042E-01 -3.9336267900345923E-01 -3.9697773147497029E-01
+ -4.0062592776137218E-01 -4.0430756961080350E-01 -4.0802296145923123E-01
+ -4.1177241045272372E-01 -4.1555622646985035E-01 -4.1937472214423888E-01
+ -4.2322821288724388E-01 -4.2711701691076176E-01 -4.3104145525018422E-01
+ -4.3500185178747308E-01 -4.3899853327436744E-01 -4.4303182935573682E-01
+ -4.4710207259304569E-01 -4.5120959848795228E-01 -4.5535474550603849E-01
+ -4.5953785510066647E-01 -4.6375927173694542E-01 -4.6801934291584502E-01
+ -4.7231841919840545E-01 -4.7665685423008430E-01 -4.8103500476521621E-01
+ -4.8545323069158475E-01 -4.8991189505511101E-01 -4.9441136408465536E-01
+ -4.9895200721693123E-01 -5.0353419712151692E-01 -5.0815830972598330E-01
+ -5.1282472424111292E-01 -5.1753382318623775E-01 -5.2228599241464613E-01
+ -5.2708162113911072E-01 -5.3192110195748921E-01 -5.3680483087842923E-01
+ -5.4173320734713704E-01 -5.4670663427125099E-01 -5.5172551804677261E-01
+ -5.5679026858408553E-01 -5.6190129933404021E-01 -5.6705902731409497E-01
+ -5.7226387313453975E-01 -5.7751626102475928E-01 -5.8281661885955227E-01
+ -5.8816537818550207E-01 -5.9356297424739957E-01 -5.9900984601467822E-01
+ -6.0450643620790778E-01 -6.1005319132530178E-01 -6.1565056166924892E-01
+ -6.2129900137286320E-01 -6.2699896842652691E-01 -6.3275092470447203E-01
+ -6.3855533599131120E-01 -6.4441267200859254E-01 -6.5032340644131903E-01
+ -6.5628801696445338E-01 -6.6230698526937681E-01 -6.6838079709031506E-01
+ -6.7450994223071037E-01 -6.8069491458953957E-01 -6.8693621218755951E-01
+ -6.9323433719347261E-01 -6.9958979595002191E-01 -7.0600309899997349E-01
+ -7.1247476111199459E-01 -7.1900530130642792E-01 -7.2559524288091892E-01
+ -7.3224511343591958E-01 -7.3895544490003418E-01 -7.4572677355520400E-01
+ -7.5255964006170850E-01 -7.5945458948299560E-01 -7.6641217131028849E-01
+ -7.7343293948699943E-01 -7.8051745243289283E-01 -7.8766627306801418E-01
+ -7.9487996883634904E-01 -8.0215911172923682E-01 -8.0950427830844451E-01
+ -8.1691604972897491E-01 -8.2439501176151686E-01 -8.3194175481457600E-01
+ -8.3955687395623224E-01 -8.4724096893549850E-01 -8.5499464420332472E-01
+ -8.6281850893311862E-01 -8.7071317704088780E-01 -8.7867926720485467E-01
+ -8.8671740288464251E-01 -8.9482821233990650E-01 -9.0301232864845749E-01
+ -9.1127038972382568E-01 -9.1960303833222246E-01 -9.2801092210893343E-01
+ -9.3649469357400950E-01 -9.4505501014736848E-01 -9.5369253416315303E-01
+ -9.6240793288338899E-01 -9.7120187851088091E-01 -9.8007504820133584E-01
+ -9.8902812407465457E-01 -9.9806179322539990E-01 -1.0071767477323441E+00
+ -1.0163736846671498E+00 -1.0256533061020285E+00 -1.0350163191164823E+00
+ -1.0444634358029381E+00 -1.0539953732713854E+00 -1.0636128536528373E+00
+ -1.0733166041016862E+00 -1.0831073567968197E+00 -1.0929858489415296E+00
+ -1.1029528227621199E+00 -1.1130090255051606E+00 -1.1231552094333890E+00
+ -1.1333921318201408E+00 -1.1437205549423246E+00 -1.1541412460718217E+00
+ -1.1646549774653305E+00 -1.1752625263525065E+00 -1.1859646749224413E+00
+ -1.1967622103083335E+00 -1.2076559245703402E+00 -1.2186466146765289E+00
+ -1.2297350824818563E+00 -1.2409221347051433E+00 -1.2522085829039078E+00
+ -1.2635952434470563E+00 -1.2750829374853270E+00 -1.2866724909193890E+00
+ -1.2983647343655602E+00 -1.3101605031190426E+00 -1.3220606371145851E+00
+ -1.3340659808844952E+00 -1.3461773835139366E+00 -1.3583956985933687E+00
+ -1.3707217841680923E+00 -1.3831565026847614E+00 -1.3957007209347880E+00
+ -1.4083553099945405E+00 -1.4211211451621932E+00 -1.4339991058912154E+00
+ -1.4469900757202212E+00 -1.4600949421992815E+00 -1.4733145968123824E+00
+ -1.4866499348960471E+00 -1.5001018555539281E+00 -1.5136712615672558E+00
+ -1.5273590593010637E+00 -1.5411661586059382E+00 -1.5550934727152916E+00
+ -1.5691419181379302E+00 -1.5833124145457940E+00 -1.5976058846567196E+00
+ -1.6120232541120605E+00 -1.6265654513490322E+00 -1.6412334074676060E+00
+ -1.6560280560917362E+00 -1.6709503332248721E+00 -1.6860011770993650E+00
+ -1.7011815280198976E+00 -1.7164923282003990E+00 -1.7319345215945039E+00
+ -1.7475090537192921E+00 -1.7632168714720309E+00 -1.7790589229397993E+00
+ -1.7950361572017441E+00 -1.8111495241237363E+00 -1.8273999741452012E+00
+ -1.8437884580579511E+00 -1.8603159267766620E+00 -1.8769833311008108E+00
+ -1.8937916214678836E+00 -1.9107417476974353E+00 -1.9278346587259398E+00
+ -1.9450713023318786E+00 -1.9624526248511072E+00 -1.9799795708819365E+00
+ -1.9976530829797587E+00 -2.0154741013409279E+00 -2.0334435634754686E+00
+ -2.0515624038684042E+00 -2.0698315536293102E+00 -2.0882519401297523E+00
+ -2.1068244866282777E+00 -2.1255501118825428E+00 -2.1444297297483308E+00
+ -2.1634642487648614E+00 -2.1826545717262906E+00 -2.2020015952386691E+00
+ -2.2215062092622286E+00 -2.2411692966384047E+00 -2.2609917326012283E+00
+ -2.2809743842725689E+00 -2.3011181101408535E+00 -2.3214237595227711E+00
+ -2.3418921720073680E+00 -2.3625241768822249E+00 -2.3833205925409953E+00
+ -2.4042822258719729E+00 -2.4254098716269992E+00 -2.4467043117702243E+00
+ -2.4681663148061510E+00 -2.4897966350863721E+00 -2.5115960120943681E+00
+ -2.5335651697078578E+00 -2.5557048154378563E+00 -2.5780156396440868E+00
+ -2.6004983147258001E+00 -2.6231534942875134E+00 -2.6459818122788823E+00
+ -2.6689838821079963E+00 -2.6921602957273736E+00 -2.7155116226919152E+00
+ -2.7390384091880495E+00 -2.7627411770331483E+00 -2.7866204226446953E+00
+ -2.8106766159779886E+00 -2.8349101994318584E+00 -2.8593215867213164E+00
+ -2.8839111617163438E+00 -2.9086792772458461E+00 -2.9336262538658691E+00
+ -2.9587523785910603E+00 -2.9840579035885115E+00 -3.0095430448327019E+00
+ -3.0352079807209247E+00 -3.0610528506476866E+00 -3.0870777535373222E+00
+ -3.1132827463335602E+00 -3.1396678424449194E+00 -3.1662330101448699E+00
+ -3.1929781709253433E+00 -3.2199031978026662E+00 -3.2470079135745076E+00
+ -3.2742920890264511E+00 -3.3017554410872290E+00 -3.3293976309309405E+00
+ -3.3572182620250857E+00 -3.3852168781230407E+00 -3.4133929611994320E+00
+ -3.4417459293270731E+00 -3.4702751344939715E+00 -3.4989798603588094E+00
+ -3.5278593199435262E+00 -3.5569126532613318E+00 -3.5861389248784770E+00
+ -3.6155371214083667E+00 -3.6451061489361578E+00 -3.6748448303723160E+00
+ -3.7047519027332427E+00 -3.7348260143474050E+00 -3.7650657219850467E+00
+ -3.7954694879097595E+00 -3.8260356768501147E+00 -3.8567625528892462E+00
+ -3.8876482762709754E+00 -3.9186909001199695E+00 -3.9498883670744842E+00
+ -3.9812385058294328E+00 -4.0127390275878891E+00 -4.0443875224190879E+00
+ -4.0761814555205564E+00 -4.1081181633828567E+00 -4.1401948498543106E+00
+ -4.1724085821039427E+00 -4.2047562864804924E+00 -4.2372347442651730E+00
+ -4.2698405873163505E+00 -4.3025702936036918E+00 -4.3354201826298553E+00
+ -4.3683864107374664E+00 -4.4014649662991641E+00 -4.4346516647888397E+00
+ -4.4679421437314915E+00 -4.5013318575300367E+00 -4.5348160721665494E+00
+ -4.5683898597762056E+00 -4.6020480930915539E+00 -4.6357854397553435E+00
+ -4.6695963564996390E+00 -4.7034750831896019E+00 -4.7374156367297484E+00
+ -4.7714118048310894E+00 -4.8054571396370971E+00 -4.8395449512071256E+00
+ -4.8736683008555559E+00 -4.9078199943449157E+00 -4.9419925749320814E+00
+ -4.9761783162657096E+00 -5.0103692151341743E+00 -5.0445569840628348E+00
+ -5.0787330437596125E+00 -5.1128885154085442E+00 -5.1470142128104843E+00
+ -5.1811006343707380E+00 -5.2151379549338124E+00 -5.2491160174648819E+00
+ -5.2830243245789958E+00 -5.3168520299182660E+00 -5.3505879293782996E+00
+ -5.3842204521850086E+00 -5.4177376518236073E+00 -5.4511271968217727E+00
+ -5.4843763613893461E+00 -5.5174720159176651E+00 -5.5504006173415465E+00
+ -5.5831481993681251E+00 -5.6157003625764581E+00 -5.6480422643934443E+00
+ -5.6801586089509044E+00 -5.7120336368305829E+00 -5.7436511147034945E+00
+ -5.7749943248716704E+00 -5.8060460547202020E+00 -5.8367885860892113E+00
+ -5.8672036845755162E+00 -5.8972725887754081E+00 -5.9269759994799607E+00
+ -5.9562940688366623E+00 -5.9852063894909815E+00 -6.0136919837235823E+00
+ -6.0417292925995323E+00 -6.0692961651477262E+00 -6.0963698475896386E+00
+ -6.1229269726383873E+00 -6.1489435488901627E+00 -6.1743949503324362E+00
+ -6.1992559059943257E+00 -6.2235004897668542E+00 -6.2471021104224143E+00
+ -6.2700335018650790E+00 -6.2922667136450112E+00 -6.3137731017733305E+00
+ -6.3345233198747248E+00 -6.3544873107192430E+00 -6.3736342981757677E+00
+ -6.3919327796330450E+00 -6.4093505189371456E+00 -6.4258545398964095E+00
+ -6.4414111204088051E+00 -6.4559857872690998E+00 -6.4695433117169898E+00
+ -6.4820477057907802E+00 -6.4934622195544094E+00 -6.5037493392696604E+00
+ -6.5128707865893496E+00 -6.5207875188509732E+00 -6.5274597305543800E+00
+ -6.5328468561119770E+00 -6.5369075739634894E+00 -6.5395998121525132E+00
+ -6.5408807554663504E+00 -6.5407068542461246E+00 -6.5390338349778432E+00
+ -6.5358167127815960E+00 -6.5310098059203874E+00 -6.5245667524553213E+00
+ -6.5164405291797252E+00 -6.5065834729699432E+00 -6.4949473046960726E+00
+ -6.4814831558414241E+00 -6.4661415979851817E+00 -6.4488726753086070E+00
+ -6.4296259402901015E+00 -6.4083504927606434E+00 -6.3849950224963870E+00
+ -6.3595078555307225E+00 -6.3318370043728898E+00 -6.3019302223267601E+00
+ -6.2697350621064487E+00 -6.2351989389516902E+00 -6.1982691984495446E+00
+ -6.1588931892733605E+00 -6.1170183410533134E+00 -6.0725922475961127E+00
+ -6.0255627556743896E+00 -5.9758780596078189E+00 -5.9234868018598092E+00
+ -5.8683381798737848E+00 -5.8103820593730688E+00 -5.7495690943470628E+00
+ -5.6858508539436734E+00 -5.6191799564851301E+00 -5.5495102108187950E+00
+ -5.4767967652088956E+00 -5.4009962639667926E+00 -5.3220670120081408E+00
+ -5.2399691475141452E+00 -5.1546648228602656E+00 -5.0661183939604548E+00
+ -4.9742966181574140E+00 -4.8791688607681643E+00 -4.7807073103721258E+00
+ -4.6788872029021391E+00 -4.5736870545703567E+00 -4.4650889036279153E+00
+ -4.3530785609220963E+00 -4.2376458691748482E+00 -4.1187849708626771E+00
+ -3.9964945845307511E+00 -3.8707782893218692E+00 -3.7416448174441115E+00
+ -3.6091083542395985E+00 -3.4731888454506397E+00 -3.3339123112074951E+00
+ -3.1913111661849847E+00 -3.0454245452921676E+00 -2.8962986341716572E+00
+ -2.7439870036892700E+00 -2.5885509474954667E+00 -2.4300598216324119E+00
+ -2.2685913850478272E+00 -2.1042321397569559E+00 -1.9370776692691258E+00
+ -1.7672329737620771E+00 -1.5948128003496791E+00 -1.4199419666446715E+00
+ -1.2427556756655562E+00 -1.0633998199839070E+00 -8.8203127284366900E-01
+ -6.9881816382013184E-01 -5.1394013641399283E-01 -3.2758858480208275E-01
+ -1.3996686678809311E-01  4.8709510183076787E-02  2.3821273326548109E-01
+  4.2830256220614871E-01  6.1872624477357974E-01  8.0921847347935660E-01
+  9.9950138762621421E-01  1.1892846248848752E+00  1.3782654267628143E+00
+  1.5661288024810478E+00  1.7525477559130280E+00  1.9371835803666535E+00
+  2.1196862260975422E+00  2.2996947455286190E+00  2.4768378212165807E+00
+  2.6507343816403584E+00  2.8209943098936368E+00  2.9872192503333341E+00
+  3.1490035181646885E+00  3.3059351168315541E+00  3.4575968679142939E+00
+  3.6035676580177896E+00  3.7434238068523573E+00  3.8767405603591687E+00
+  4.0030937123103536E+00  4.1220613573061291E+00  4.2332257774996025E+00
+  4.3361754646845068E+00  4.4305072785857806E+00  4.5158287412780975E+00
+  4.5917604666207454E+00  4.6579387224248645E+00  4.7140181217536474E+00
+  4.7596744382835281E+00  4.7946075390173952E+00  4.8185444258255021E+00
+  4.8312423752861617E+00  4.8324921640955640E+00  4.8221213649007790E+00
+  4.7999976947764011E+00  4.7660323956993791E+00  4.7201836232715708E+00
+  4.6624598165921576E+00  4.5929230185823684E+00  4.5116921122196887E+00
+  4.4189459340434363E+00  4.3149262219665099E+00  4.1999403498750523E+00
+  4.0743637967518200E+00  3.9386422931472227E+00  3.7932935827957746E+00
+  3.6389087320920188E+00  3.4761529150815695E+00  3.3057655966855402E+00
+  3.1285600321871936E+00  2.9454219967160333E+00  2.7573076547580526E+00
+  2.5652404768143504E+00  2.3703071084984422E+00  2.1736520969074582E+00
+  1.9764713804004668E+00  1.7800044513840980E+00  1.5855251078389854E+00
+  1.3943307186798362E+00  1.2077299412656055E+00  1.0270288471842273E+00
+  8.5351543563903176E-01  6.8844254325206888E-01  5.3300919586989082E-01
+  3.8834049308553764E-01  2.5546617085971279E-01  1.3529805309984422E-01
+  2.8606680690448361E-02 -6.4002502284561391E-02 -1.4211291903056877E-01
+ -2.0551997806584521E-01 -2.5425278817436081E-01 -2.8859355816738086E-01
+ -3.0909358597731951E-01 -3.1658453457179725E-01 -3.1218345955740479E-01
+ -2.9728979314608434E-01 -2.7357219927218279E-01 -2.4294289277899889E-01
+ -2.0751665923734042E-01 -1.6955141831868029E-01 -1.3136673953825900E-01
+ -9.5236241022710888E-02 -6.3249275695068150E-02 -3.7136730434613005E-02
+ -1.8055127689705824E-02 -6.3225212100886030E-03 -1.0989145133410529E-03
+  0.0000000000000000E+00
+===== TPROJECTOR 3 =====   [tp(r)=TPROJECTOR(r)/r*Ylm(th,ph)]
+ 2  : radial mesh index
+  0.0000000000000000E+00 -6.4720978182810642E-16 -2.6127104983393718E-15
+ -5.9328873875197390E-15 -1.0644908795656100E-14 -1.6786741669497324E-14
+ -2.4397167344130896E-14 -3.3515797632126649E-14 -4.4183091219604878E-14
+ -5.6440370374987120E-14 -7.0329837976299948E-14 -8.5894594863010770E-14
+ -1.0317865751847448E-13 -1.2222697608921147E-13 -1.4308545274731036E-13
+ -1.6580096040242550E-13 -1.9042136176986961E-13 -2.1699552880155536E-13
+ -2.4557336248649248E-13 -2.7620581302786835E-13 -3.0894490040369251E-13
+ -3.4384373531822981E-13 -3.8095654055150446E-13 -4.2033867271444938E-13
+ -4.6204664441710179E-13 -5.0613814685775395E-13 -5.5267207284092359E-13
+ -6.0170854023200675E-13 -6.5330891585706289E-13 -7.0753583985576177E-13
+ -7.6445325049633209E-13 -8.2412640946070032E-13 -8.8662192760908084E-13
+ -9.5200779123271859E-13 -1.0203533888039468E-12 -1.0917295382329500E-12
+ -1.1662085146406129E-12 -1.2438640786571657E-12 -1.3247715052564996E-12
+ -1.4090076131360632E-12 -1.4966507946525667E-12 -1.5877810463240054E-12
+ -1.6824799999084002E-12 -1.7808309540701882E-12 -1.8829189066451837E-12
+ -1.9888305875152952E-12 -2.0986544921043841E-12 -2.2124809155068884E-12
+ -2.3304019872610443E-12 -2.4525117067787421E-12 -2.5789059794441446E-12
+ -2.7096826533940753E-12 -2.8449415569918583E-12 -2.9847845370088360E-12
+ -3.1293154975258096E-12 -3.2786404395684504E-12 -3.4328675014897586E-12
+ -3.5921070001142265E-12 -3.7564714726575292E-12 -3.9260757194359431E-12
+ -4.1010368473811840E-12 -4.2814743143741138E-12 -4.4675099744146370E-12
+ -4.6592681236415432E-12 -4.8568755472189922E-12 -5.0604615671060770E-12
+ -5.2701580907250895E-12 -5.4860996605461392E-12 -5.7084235046045946E-12
+ -5.9372695879689520E-12 -6.1727806651769797E-12 -6.4151023336579425E-12
+ -6.6643830881594335E-12 -6.9207743761976387E-12 -7.1844306545497065E-12
+ -7.4555094468083786E-12 -7.7341714020178582E-12 -8.0205803544113566E-12
+ -8.3149033842714046E-12 -8.6173108799327489E-12 -8.9279766009505664E-12
+ -9.2470777424539303E-12 -9.5747950007080887E-12 -9.9113126399076255E-12
+ -1.0256818560223313E-11 -1.0611504367125520E-11 -1.0975565442008789E-11
+ -1.1349201014142603E-11 -1.1732614233969042E-11 -1.2126012247779380E-11
+ -1.2529606273786553E-11 -1.2943611679628846E-11 -1.3368248061322348E-11
+ -1.3803739323697468E-11 -1.4250313762339807E-11 -1.4708204147069072E-11
+ -1.5177647806981487E-11 -1.5658886717085898E-11 -1.6152167586561984E-11
+ -1.6657741948674111E-11 -1.7175866252365929E-11 -1.7706801955574377E-11
+ -1.8250815620287613E-11 -1.8808179009383272E-11 -1.9379169185282318E-11
+ -1.9964068610447069E-11 -2.0563165249759353E-11 -2.1176752674817909E-11
+ -2.1805130170185122E-11 -2.2448602841622047E-11 -2.3107481726348228E-11
+ -2.3782083905364077E-11 -2.4472732617875859E-11 -2.5179757377856917E-11
+ -2.5903494092791912E-11 -2.6644285184640765E-11 -2.7402479713062074E-11
+ -2.8178433500942737E-11 -2.8972509262272275E-11 -2.9785076732407740E-11
+ -3.0616512800772558E-11 -3.1467201646035518E-11 -3.2337534873815931E-11
+ -3.3227911656960776E-11 -3.4138738878440633E-11 -3.5070431276919013E-11
+ -3.6023411595036658E-11 -3.6998110730467278E-11 -3.7994967889790903E-11
+ -3.9014430745244076E-11 -4.0056955594397191E-11 -4.1123007522806297E-11
+ -4.2213060569708159E-11 -4.3327597896803270E-11 -4.4467111960193926E-11
+ -4.5632104685522651E-11 -4.6823087646388507E-11 -4.8040582246085821E-11
+ -4.9285119902732128E-11 -5.0557242237858062E-11 -5.1857501268507145E-11
+ -5.3186459602919648E-11 -5.4544690639871753E-11 -5.5932778771722672E-11
+ -5.7351319591257774E-11 -5.8800920102380708E-11 -6.0282198934739954E-11
+ -6.1795786562352219E-11 -6.3342325526298863E-11 -6.4922470661585282E-11
+ -6.6536889328211920E-11 -6.8186261646563987E-11 -6.9871280737187332E-11
+ -7.1592652965018798E-11 -7.3351098188189352E-11 -7.5147350011441190E-11
+ -7.6982156044281181E-11 -7.8856278163934799E-11 -8.0770492783204120E-11
+ -8.2725591123304146E-11 -8.4722379491799124E-11 -8.6761679565695766E-11
+ -8.8844328679818934E-11 -9.0971180120558220E-11 -9.3143103425073915E-11
+ -9.5360984686083226E-11 -9.7625726862321214E-11 -9.9938250094770268E-11
+ -1.0229949202878860E-10 -1.0471040814223019E-10 -1.0717197207966355E-10
+ -1.0968517599282903E-10 -1.1225103088741041E-10 -1.1487056697627632E-10
+ -1.1754483403928563E-10 -1.2027490178979230E-10 -1.2306186024796272E-10
+ -1.2590682012104768E-10 -1.2881091319071835E-10 -1.3177529270761554E-10
+ -1.3480113379323125E-10 -1.3788963384927491E-10 -1.4104201297464239E-10
+ -1.4425951439014081E-10 -1.4754340487112320E-10 -1.5089497518815070E-10
+ -1.5431554055586550E-10 -1.5780644109020622E-10 -1.6136904227410158E-10
+ -1.6500473543186306E-10 -1.6871493821236076E-10 -1.7250109508119501E-10
+ -1.7636467782202258E-10 -1.8030718604719348E-10 -1.8433014771787835E-10
+ -1.8843511967386204E-10 -1.9262368817319222E-10 -1.9689746944185255E-10
+ -2.0125811023363292E-10 -2.0570728840044112E-10 -2.1024671347316720E-10
+ -2.1487812725338362E-10 -2.1960330441598943E-10 -2.2442405312310807E-10
+ -2.2934221564934487E-10 -2.3435966901867064E-10 -2.3947832565315470E-10
+ -2.4470013403372165E-10 -2.5002707937319865E-10 -2.5546118430184774E-10
+ -2.6100450956566908E-10 -2.6665915473760998E-10 -2.7242725894202659E-10
+ -2.7831100159260263E-10 -2.8431260314394722E-10 -2.9043432585714170E-10
+ -2.9667847457954682E-10 -3.0304739753903149E-10 -3.0954348715299822E-10
+ -3.1616918085238116E-10 -3.2292696192098547E-10 -3.2981936035037649E-10
+ -3.3684895371064864E-10 -3.4401836803737528E-10 -3.5133027873496836E-10
+ -3.5878741149688816E-10 -3.6639254324286508E-10 -3.7414850307352640E-10
+ -3.8205817324277055E-10 -3.9012449014815315E-10 -3.9835044533968047E-10
+ -4.0673908654730187E-10 -4.1529351872746538E-10 -4.2401690512913542E-10
+ -4.3291246837949760E-10 -4.4198349158994691E-10 -4.5123331948245259E-10
+ -4.6066535953692582E-10 -4.7028308315980215E-10 -4.8009002687435854E-10
+ -4.9008979353308051E-10 -5.0028605355250966E-10 -5.1068254617105387E-10
+ -5.2128308073004929E-10 -5.3209153797862846E-10 -5.4311187140283696E-10
+ -5.5434810857926365E-10 -5.6580435255395622E-10 -5.7748478324675675E-10
+ -5.8939365888176735E-10 -6.0153531744431849E-10 -6.1391417816496662E-10
+ -6.2653474303100527E-10 -6.3940159832595123E-10 -6.5251941619771484E-10
+ -6.6589295625569935E-10 -6.7952706719759129E-10 -6.9342668846631118E-10
+ -7.0759685193766298E-10 -7.2204268363927609E-10 -7.3676940550144564E-10
+ -7.5178233714037970E-10 -7.6708689767456630E-10 -7.8268860757475227E-10
+ -7.9859309054827986E-10 -8.1480607545826446E-10 -8.3133339827850698E-10
+ -8.4818100408442862E-10 -8.6535494908105904E-10 -8.8286140266862240E-10
+ -9.0070664954628280E-10 -9.1889709185503696E-10 -9.3743925136018043E-10
+ -9.5633977167434884E-10 -9.7560542052163599E-10 -9.9524309204381924E-10
+ -1.0152598091491461E-09 -1.0356627259047757E-09 -1.0564591299736141E-09
+ -1.0776564450960253E-09 -1.0992622336178864E-09 -1.1212841990652805E-09
+ -1.1437301887668408E-09 -1.1666081965248823E-09 -1.1899263653359802E-09
+ -1.2136929901616374E-09 -1.2379165207508780E-09 -1.2626055645145875E-09
+ -1.2877688894534084E-09 -1.3134154271397835E-09 -1.3395542757552487E-09
+ -1.3661947031840509E-09 -1.3933461501639643E-09 -1.4210182334955694E-09
+ -1.4492207493110470E-09 -1.4779636764032475E-09 -1.5072571796168417E-09
+ -1.5371116133018221E-09 -1.5675375248314514E-09 -1.5985456581849845E-09
+ -1.6301469575969621E-09 -1.6623525712739758E-09 -1.6951738551804767E-09
+ -1.7286223768944402E-09 -1.7627099195346165E-09 -1.7974484857604515E-09
+ -1.8328503018461745E-09 -1.8689278218301755E-09 -1.9056937317413733E-09
+ -1.9431609539038492E-09 -1.9813426513210154E-09 -2.0202522321412709E-09
+ -2.0599033542061387E-09 -2.1003099296826717E-09 -2.1414861297816332E-09
+ -2.1834463895631061E-09 -2.2262054128311083E-09 -2.2697781771186939E-09
+ -2.3141799387654310E-09 -2.3594262380890558E-09 -2.4055329046526252E-09
+ -2.4525160626293685E-09 -2.5003921362669048E-09 -2.5491778554522764E-09
+ -2.5988902613807376E-09 -2.6495467123286142E-09 -2.7011648895337426E-09
+ -2.7537628031845278E-09 -2.8073587985196810E-09 -2.8619715620412986E-09
+ -2.9176201278426291E-09 -2.9743238840531875E-09 -3.0321025794030380E-09
+ -3.0909763299086689E-09 -3.1509656256826686E-09 -3.2120913378693581E-09
+ -3.2743747257091742E-09 -3.3378374437330478E-09 -3.4025015490908572E-09
+ -3.4683895090149776E-09 -3.5355242084221370E-09 -3.6039289576559500E-09
+ -3.6736275003729880E-09 -3.7446440215744747E-09 -3.8170031557866881E-09
+ -3.8907299953932805E-09 -3.9658500991212752E-09 -4.0423895006839824E-09
+ -4.1203747175846870E-09 -4.1998327600826079E-09 -4.2807911403249994E-09
+ -4.3632778816481312E-09 -4.4473215280507690E-09 -4.5329511538426073E-09
+ -4.6201963734717080E-09 -4.7090873515330352E-09 -4.7996548129631419E-09
+ -4.8919300534230207E-09 -4.9859449498731649E-09 -5.0817319713444066E-09
+ -5.1793241899078294E-09 -5.2787552918484174E-09 -5.3800595890442922E-09
+ -5.4832720305577517E-09 -5.5884282144402220E-09 -5.6955643997554005E-09
+ -5.8047175188253459E-09 -5.9159251897032053E-09 -6.0292257288763687E-09
+ -6.1446581642048988E-09 -6.2622622480995849E-09 -6.3820784709432187E-09
+ -6.5041480747611552E-09 -6.6285130671440383E-09 -6.7552162354282112E-09
+ -6.8843011611390778E-09 -7.0158122347013031E-09 -7.1497946704209066E-09
+ -7.2862945217455173E-09 -7.4253586968056904E-09 -7.5670349742450604E-09
+ -7.7113720193423942E-09 -7.8584194004324679E-09 -8.0082276056307684E-09
+ -8.1608480598675382E-09 -8.3163331422364196E-09 -8.4747362036651480E-09
+ -8.6361115849125809E-09 -8.8005146348985942E-09 -8.9680017293731937E-09
+ -9.1386302899312958E-09 -9.3124588033788690E-09 -9.4895468414577815E-09
+ -9.6699550809349366E-09 -9.8537453240644293E-09 -1.0040980519426021E-08
+ -1.0231724783151668E-08 -1.0426043420542659E-08 -1.0624002948087505E-08
+ -1.0825671115887919E-08 -1.1031116930498117E-08 -1.1240410678187760E-08
+ -1.1453623948634579E-08 -1.1670829659056422E-08 -1.1892102078787561E-08
+ -1.2117516854312171E-08 -1.2347151034758998E-08 -1.2581083097868707E-08
+ -1.2819392976441178E-08 -1.3062162085271492E-08 -1.3309473348585868E-08
+ -1.3561411227982680E-08 -1.3818061750892858E-08 -1.4079512539564488E-08
+ -1.4345852840585366E-08 -1.4617173554950619E-08 -1.4893567268686423E-08
+ -1.5175128284041262E-08 -1.5461952651252380E-08 -1.5754138200901552E-08
+ -1.6051784576868478E-08 -1.6354993269893811E-08 -1.6663867651762723E-08
+ -1.6978513010121385E-08 -1.7299036583937069E-08 -1.7625547599613789E-08
+ -1.7958157307776768E-08 -1.8296979020736334E-08 -1.8642128150645581E-08
+ -1.8993722248363859E-08 -1.9351881043036396E-08 -1.9716726482412345E-08
+ -2.0088382773899944E-08 -2.0466976426388673E-08 -2.0852636292839825E-08
+ -2.1245493613668132E-08 -2.1645682060922721E-08 -2.2053337783289447E-08
+ -2.2468599451918371E-08 -2.2891608307108929E-08 -2.3322508205848400E-08
+ -2.3761445670236554E-08 -2.4208569936801863E-08 -2.4664033006733597E-08
+ -2.5127989697038194E-08 -2.5600597692645350E-08 -2.6082017599477725E-08
+ -2.6572412998499038E-08 -2.7071950500765508E-08 -2.7580799803492694E-08
+ -2.8099133747159933E-08 -2.8627128373672102E-08 -2.9164962985595141E-08
+ -2.9712820206489336E-08 -3.0270886042354774E-08 -3.0839349944216622E-08
+ -3.1418404871866782E-08 -3.2008247358783834E-08 -3.2609077578252928E-08
+ -3.3221099410710108E-08 -3.3844520512331890E-08 -3.4479552384890955E-08
+ -3.5126410446905983E-08 -3.5785314106107136E-08 -3.6456486833241360E-08
+ -3.7140156237239288E-08 -3.7836554141780160E-08 -3.8545916663262260E-08
+ -3.9268484290224537E-08 -4.0004501964230209E-08 -4.0754219162250652E-08
+ -4.1517889980569951E-08 -4.2295773220241954E-08 -4.3088132474127338E-08
+ -4.3895236215540940E-08 -4.4717357888537602E-08 -4.5554775999866925E-08
+ -4.6407774212630603E-08 -4.7276641441670820E-08 -4.8161671950718014E-08
+ -4.9063165451345288E-08 -4.9981427203738578E-08 -5.0916768119346860E-08
+ -5.1869504865413636E-08 -5.2839959971453761E-08 -5.3828461937694591E-08
+ -5.4835345345520762E-08 -5.5860950969961757E-08 -5.6905625894266108E-08
+ -5.7969723626582991E-08 -5.9053604218808463E-08 -6.0157634387630425E-08
+ -6.1282187637804198E-08 -6.2427644387719313E-08 -6.3594392097275778E-08
+ -6.4782825398132794E-08 -6.5993346226361970E-08 -6.7226363957558428E-08
+ -6.8482295544441057E-08 -6.9761565657009308E-08 -7.1064606825277311E-08
+ -7.2391859584662078E-08 -7.3743772624045762E-08 -7.5120802936587965E-08
+ -7.6523415973318360E-08 -7.7952085799572592E-08 -7.9407295254316470E-08
+ -8.0889536112428102E-08 -8.2399309249962233E-08 -8.3937124812485695E-08
+ -8.5503502386519718E-08 -8.7098971174150032E-08 -8.8724070170869439E-08
+ -9.0379348346703565E-08 -9.2065364830693861E-08 -9.3782689098784328E-08
+ -9.5531901165180712E-08 -9.7313591777257648E-08 -9.9128362614056167E-08
+ -1.0097682648846794E-07 -1.0285960755313848E-07 -1.0477734151019468E-07
+ -1.0673067582483533E-07 -1.0872026994288738E-07 -1.1074679551236298E-07
+ -1.1281093660913735E-07 -1.1491338996677891E-07 -1.1705486521063691E-07
+ -1.1923608509626237E-07 -1.2145778575222843E-07 -1.2372071692743835E-07
+ -1.2602564224302282E-07 -1.2837333944886991E-07 -1.3076460068491923E-07
+ -1.3320023274727975E-07 -1.3568105735925503E-07 -1.3820791144740263E-07
+ -1.4078164742268534E-07 -1.4340313346681220E-07 -1.4607325382389207E-07
+ -1.4879290909745857E-07 -1.5156301655300936E-07 -1.5438451042612016E-07
+ -1.5725834223626291E-07 -1.6018548110642807E-07 -1.6316691408864777E-07
+ -1.6620364649554756E-07 -1.6929670223802175E-07 -1.7244712416915241E-07
+ -1.7565597443448860E-07 -1.7892433482880370E-07 -1.8225330715943435E-07
+ -1.8564401361636466E-07 -1.8909759714911781E-07 -1.9261522185064805E-07
+ -1.9619807334830336E-07 -1.9984735920204680E-07 -2.0356430930999385E-07
+ -2.0735017632150011E-07 -2.1120623605784849E-07 -2.1513378794073061E-07
+ -2.1913415542864556E-07 -2.2320868646136323E-07 -2.2735875391261005E-07
+ -2.3158575605113105E-07 -2.3589111701025096E-07 -2.4027628726614464E-07
+ -2.4474274412492853E-07 -2.4929199221877866E-07 -2.5392556401120079E-07
+ -2.5864502031163342E-07 -2.6345195079960770E-07 -2.6834797455856052E-07
+ -2.7333474061950668E-07 -2.7841392851481871E-07 -2.8358724884216800E-07
+ -2.8885644383896408E-07 -2.9422328796734605E-07 -2.9968958851006052E-07
+ -3.0525718617729483E-07 -3.1092795572476092E-07 -3.1670380658320242E-07
+ -3.2258668349950953E-07 -3.2857856718975193E-07 -3.3468147500421778E-07
+ -3.4089746160477082E-07 -3.4722861965475169E-07 -3.5367708052159587E-07
+ -3.6024501499247812E-07 -3.6693463400314386E-07 -3.7374818938028493E-07
+ -3.8068797459751177E-07 -3.8775632554549121E-07 -3.9495562131612189E-07
+ -4.0228828500134759E-07 -4.0975678450667035E-07 -4.1736363337974205E-07
+ -4.2511139165422622E-07 -4.3300266670931736E-07 -4.4104011414509259E-07
+ -4.4922643867408486E-07 -4.5756439502935523E-07 -4.6605678888927774E-07
+ -4.7470647781949249E-07 -4.8351637223225199E-07 -4.9248943636348762E-07
+ -5.0162868926796542E-07 -5.1093720583279180E-07 -5.2041811780972908E-07
+ -5.3007461486651274E-07 -5.3990994565767702E-07 -5.4992741891512408E-07
+ -5.6013040455889088E-07 -5.7052233482841019E-07 -5.8110670543472696E-07
+ -5.9188707673398552E-07 -6.0286707492265157E-07 -6.1405039325475661E-07
+ -6.2544079328168265E-07 -6.3704210611496022E-07 -6.4885823371221203E-07
+ -6.6089315018703899E-07 -6.7315090314305355E-07 -6.8563561503259517E-07
+ -6.9835148454051262E-07 -7.1130278799362864E-07 -7.2449388079612536E-07
+ -7.3792919889161504E-07 -7.5161326025211656E-07 -7.6555066639463107E-07
+ -7.7974610392566193E-07 -7.9420434611446363E-07 -8.0893025449517064E-07
+ -8.2392878049869114E-07 -8.3920496711467044E-07 -8.5476395058425405E-07
+ -8.7061096212413409E-07 -8.8675132968235457E-07 -9.0319047972680167E-07
+ -9.1993393906648685E-07 -9.3698733670671421E-07 -9.5435640573845122E-07
+ -9.7204698526262388E-07 -9.9006502235000907E-07 -1.0084165740373342E-06
+ -1.0271078093603042E-06 -1.0461450114242042E-06 -1.0655345795127783E-06
+ -1.0852830312360414E-06 -1.1053970047179692E-06 -1.1258832608243798E-06
+ -1.1467486854321595E-06 -1.1680002917404097E-06 -1.1896452226244500E-06
+ -1.2116907530329616E-06 -1.2341442924298723E-06 -1.2570133872811169E-06
+ -1.2803057235875300E-06 -1.3040291294643803E-06 -1.3281915777687710E-06
+ -1.3528011887755273E-06 -1.3778662329025078E-06 -1.4033951334864366E-06
+ -1.4293964696099078E-06 -1.4558789789806749E-06 -1.4828515608642695E-06
+ -1.5103232790707775E-06 -1.5383033649967410E-06 -1.5668012207233667E-06
+ -1.5958264221721242E-06 -1.6253887223184538E-06 -1.6554980544650626E-06
+ -1.6861645355756773E-06 -1.7173984696703623E-06 -1.7492103512836498E-06
+ -1.7816108689867536E-06 -1.8146109089746191E-06 -1.8482215587194296E-06
+ -1.8824541106916777E-06 -1.9173200661500239E-06 -1.9528311390011009E-06
+ -1.9889992597308347E-06 -2.0258365794083397E-06 -2.0633554737638909E-06
+ -2.1015685473421313E-06 -2.1404886377323115E-06 -2.1801288198765712E-06
+ -2.2205024104578762E-06 -2.2616229723690090E-06 -2.3035043192644959E-06
+ -2.3461605201961225E-06 -2.3896059043348154E-06 -2.4338550657791459E-06
+ -2.4789228684533774E-06 -2.5248244510954316E-06 -2.5715752323376096E-06
+ -2.6191909158808046E-06 -2.6676874957647983E-06 -2.7170812617355866E-06
+ -2.7673888047121963E-06 -2.8186270223543062E-06 -2.8708131247332064E-06
+ -2.9239646401072491E-06 -2.9780994208041633E-06 -3.0332356492121018E-06
+ -3.0893918438814616E-06 -3.1465868657397585E-06 -3.2048399244208566E-06
+ -3.2641705847116009E-06 -3.3245987731176419E-06 -3.3861447845504464E-06
+ -3.4488292891381373E-06 -3.5126733391619368E-06 -3.5776983761213651E-06
+ -3.6439262379293529E-06 -3.7113791662411873E-06 -3.7800798139181888E-06
+ -3.8500512526298702E-06 -3.9213169805964470E-06 -3.9939009304745822E-06
+ -4.0678274773887711E-06 -4.1431214471113947E-06 -4.2198081243937865E-06
+ -4.2979132614516207E-06 -4.3774630866068493E-06 -4.4584843130896482E-06
+ -4.5410041480030023E-06 -4.6250503014529483E-06 -4.7106509958477469E-06
+ -4.7978349753691865E-06 -4.8866315156183535E-06 -4.9770704334402411E-06
+ -5.0691820969300845E-06 -5.1629974356242655E-06 -5.2585479508800378E-06
+ -5.3558657264468660E-06 -5.4549834392332331E-06 -5.5559343702729009E-06
+ -5.6587524158935111E-06 -5.7634720990915216E-06 -5.8701285811180156E-06
+ -5.9787576732786598E-06 -6.0893958489509121E-06 -6.2020802558246987E-06
+ -6.3168487283685135E-06 -6.4337398005266396E-06 -6.5527927186503445E-06
+ -6.6740474546689557E-06 -6.7975447195039878E-06 -6.9233259767314456E-06
+ -7.0514334564968926E-06 -7.1819101696871086E-06 -7.3147999223650968E-06
+ -7.4501473304703739E-06 -7.5879978347925649E-06 -7.7283977162208623E-06
+ -7.8713941112753595E-06 -8.0170350279269968E-06 -8.1653693617081762E-06
+ -8.3164469121220520E-06 -8.4703183993558686E-06 -8.6270354813020604E-06
+ -8.7866507708956205E-06 -8.9492178537699513E-06 -9.1147913062417788E-06
+ -9.2834267136262857E-06 -9.4551806888922373E-06 -9.6301108916620767E-06
+ -9.8082760475621552E-06 -9.9897359679325968E-06 -1.0174551569899900E-05
+ -1.0362784896821996E-05 -1.0554499139110494E-05 -1.0749758655438557E-05
+ -1.0948628994340639E-05 -1.1151176916211878E-05 -1.1357470415713571E-05
+ -1.1567578744594645E-05 -1.1781572434933108E-05 -1.1999523322808934E-05
+ -1.2221504572413603E-05 -1.2447590700606506E-05 -1.2677857601924291E-05
+ -1.2912382574054004E-05 -1.3151244343776393E-05 -1.3394523093388904E-05
+ -1.3642300487618897E-05 -1.3894659701032210E-05 -1.4151685445950689E-05
+ -1.4413464000883940E-05 -1.4680083239490391E-05 -1.4951632660069459E-05
+ -1.5228203415602812E-05 -1.5509888344349460E-05 -1.5796782001007547E-05
+ -1.6088980688450924E-05 -1.6386582490056123E-05 -1.6689687302622617E-05
+ -1.6998396869905926E-05 -1.7312814816769097E-05 -1.7633046683965584E-05
+ -1.7959199963567133E-05 -1.8291384135044775E-05 -1.8629710702020076E-05
+ -1.8974293229691849E-05 -1.9325247382961364E-05 -1.9682690965255490E-05
+ -2.0046743958075585E-05 -2.0417528561269952E-05 -2.0795169234060915E-05
+ -2.1179792736818841E-05 -2.1571528173621268E-05 -2.1970507035590829E-05
+ -2.2376863245038024E-05 -2.2790733200421262E-05 -2.3212255822136486E-05
+ -2.3641572599155238E-05 -2.4078827636527307E-05 -2.4524167703758715E-05
+ -2.4977742284087212E-05 -2.5439703624667731E-05 -2.5910206787689803E-05
+ -2.6389409702435302E-05 -2.6877473218304783E-05 -2.7374561158822391E-05
+ -2.7880840376638965E-05 -2.8396480809555050E-05 -2.8921655537581693E-05
+ -2.9456540841050819E-05 -3.0001316259810413E-05 -3.0556164653506077E-05
+ -3.1121272262983821E-05 -3.1696828772828539E-05 -3.2283027375056671E-05
+ -3.2880064833990719E-05 -3.3488141552333794E-05 -3.4107461638465529E-05
+ -3.4738232974986937E-05 -3.5380667288528202E-05 -3.6034980220855637E-05
+ -3.6701391401289756E-05 -3.7380124520463783E-05 -3.8071407405450516E-05
+ -3.8775472096279096E-05 -3.9492554923864842E-05 -4.0222896589386897E-05
+ -4.0966742245130485E-05 -4.1724341576828578E-05 -4.2495948887528819E-05
+ -4.3281823183009843E-05 -4.4082228258782741E-05 -4.4897432788698963E-05
+ -4.5727710415204729E-05 -4.6573339841259967E-05 -4.7434604923965513E-05
+ -4.8311794769920332E-05 -4.9205203832343162E-05 -5.0115132009999710E-05
+ -5.1041884747951864E-05 -5.1985773140180889E-05 -5.2947114034109751E-05
+ -5.3926230137057447E-05 -5.4923450124666635E-05 -5.5939108751345990E-05
+ -5.6973546962746537E-05 -5.8027112010333129E-05 -5.9100157568069039E-05
+ -6.0193043851267952E-05 -6.1306137737648488E-05 -6.2439812890623727E-05
+ -6.3594449884886060E-05 -6.4770436334310444E-05 -6.5968167022229627E-05
+ -6.7188044034126288E-05 -6.8430476892781199E-05 -6.9695882695929210E-05
+ -7.0984686256457175E-05 -7.2297320245216117E-05 -7.3634225336466710E-05
+ -7.4995850356022179E-05 -7.6382652432146532E-05 -7.7795097149242681E-05
+ -7.9233658704384771E-05 -8.0698820066769407E-05 -8.2191073140100543E-05
+ -8.3710918928006005E-05 -8.5258867702510811E-05 -8.6835439175631616E-05
+ -8.8441162674163259E-05 -9.0076577317697035E-05 -9.1742232199948590E-05
+ -9.3438686573444658E-05 -9.5166510037635732E-05 -9.6926282730498898E-05
+ -9.8718595523696897E-05 -1.0054405022135251E-04 -1.0240325976252308E-04
+ -1.0429684842741513E-04 -1.0622545204743926E-04 -1.0818971821915628E-04
+ -1.1019030652220229E-04 -1.1222788874123914E-04 -1.1430314909205681E-04
+ -1.1641678445183345E-04 -1.1856950459371312E-04 -1.2076203242569746E-04
+ -1.2299510423400536E-04 -1.2526946993093562E-04 -1.2758589330733196E-04
+ -1.2994515228975119E-04 -1.3234803920237939E-04 -1.3479536103385816E-04
+ -1.3728793970901713E-04 -1.3982661236569866E-04 -1.4241223163669370E-04
+ -1.4504566593694210E-04 -1.4772779975604855E-04 -1.5045953395625218E-04
+ -1.5324178607593317E-04 -1.5607549063874243E-04 -1.5896159946850977E-04
+ -1.6190108200998248E-04 -1.6489492565553896E-04 -1.6794413607797739E-04
+ -1.7104973756949712E-04 -1.7421277338698022E-04 -1.7743430610369157E-04
+ -1.8071541796755561E-04 -1.8405721126604448E-04 -1.8746080869792159E-04
+ -1.9092735375183774E-04 -1.9445801109204569E-04 -1.9805396695122976E-04
+ -2.0171642953069650E-04 -2.0544662940800049E-04 -2.0924581995216492E-04
+ -2.1311527774664035E-04 -2.1705630302013359E-04 -2.2107022008546653E-04
+ -2.2515837778665096E-04 -2.2932214995422095E-04 -2.3356293586913358E-04
+ -2.3788216073526407E-04 -2.4228127616074050E-04 -2.4676176064824216E-04
+ -2.5132512009445575E-04 -2.5597288829883638E-04 -2.6070662748188452E-04
+ -2.6552792881305457E-04 -2.7043841294857596E-04 -2.7543973057926266E-04
+ -2.8053356298858730E-04 -2.8572162262115283E-04 -2.9100565366181434E-04
+ -2.9638743262558342E-04 -3.0186876895860784E-04 -3.0745150565031316E-04
+ -3.1313751985706290E-04 -3.1892872353742811E-04 -3.2482706409937953E-04
+ -3.3083452505953590E-04 -3.3695312671480810E-04 -3.4318492682657172E-04
+ -3.4953202131763321E-04 -3.5599654498232161E-04 -3.6258067220978874E-04
+ -3.6928661772091752E-04 -3.7611663731900976E-04 -3.8307302865456553E-04
+ -3.9015813200437188E-04 -3.9737433106524345E-04 -4.0472405376258084E-04
+ -4.1220977307418309E-04 -4.1983400786945135E-04 -4.2759932376439894E-04
+ -4.3550833399264878E-04 -4.4356370029285930E-04 -4.5176813381280899E-04
+ -4.6012439603040087E-04 -4.6863529969209689E-04 -4.7730370976887323E-04
+ -4.8613254443029231E-04 -4.9512477603676469E-04 -5.0428343215059971E-04
+ -5.1361159656599894E-04 -5.2311241035855232E-04 -5.3278907295440021E-04
+ -5.4264484321960753E-04 -5.5268304057007746E-04 -5.6290704610237395E-04
+ -5.7332030374587144E-04 -5.8392632143667786E-04 -5.9472867231374774E-04
+ -6.0573099593748500E-04 -6.1693699953145153E-04 -6.2835045924756290E-04
+ -6.3997522145516550E-04 -6.5181520405446552E-04 -6.6387439781492971E-04
+ -6.7615686773887925E-04 -6.8866675445103528E-04 -7.0140827561436037E-04
+ -7.1438572737264931E-04 -7.2760348582065308E-04 -7.4106600850192645E-04
+ -7.5477783593520863E-04 -7.6874359316982696E-04 -7.8296799137043786E-04
+ -7.9745582943223988E-04 -8.1221199562663232E-04 -8.2724146927820683E-04
+ -8.4254932247387242E-04 -8.5814072180430856E-04 -8.7402093013875528E-04
+ -8.9019530843351623E-04 -9.0666931757512064E-04 -9.2344852025856897E-04
+ -9.4053858290143457E-04 -9.5794527759464863E-04 -9.7567448409048433E-04
+ -9.9373219182861657E-04 -1.0121245020010079E-03 -1.0308576296563395E-03
+ -1.0499379058446375E-03 -1.0693717798033065E-03 -1.0891658211848766E-03
+ -1.1093267223276668E-03 -1.1298613005700047E-03 -1.1507765006090202E-03
+ -1.1720793969047841E-03 -1.1937771961307545E-03 -1.2158772396715250E-03
+ -1.2383870061684955E-03 -1.2613141141149544E-03 -1.2846663245012126E-03
+ -1.3084515435106861E-03 -1.3326778252682355E-03 -1.3573533746418247E-03
+ -1.3824865500982489E-03 -1.4080858666142809E-03 -1.4341599986444390E-03
+ -1.4607177831461949E-03 -1.4877682226640081E-03 -1.5153204884734294E-03
+ -1.5433839237864891E-03 -1.5719680470191984E-03 -1.6010825551230549E-03
+ -1.6307373269815969E-03 -1.6609424268730971E-03 -1.6917081080011871E-03
+ -1.7230448160943778E-03 -1.7549631930762863E-03 -1.7874740808076865E-03
+ -1.8205885249021035E-03 -1.8543177786162351E-03 -1.8886733068171750E-03
+ -1.9236667900274563E-03 -1.9593101285498168E-03 -1.9956154466736504E-03
+ -2.0325950969639879E-03 -2.0702616646360327E-03 -2.1086279720154062E-03
+ -2.1477070830874770E-03 -2.1875123081364989E-03 -2.2280572084771516E-03
+ -2.2693556012799206E-03 -2.3114215644926481E-03 -2.3542694418601171E-03
+ -2.3979138480438667E-03 -2.4423696738441057E-03 -2.4876520915262114E-03
+ -2.5337765602539203E-03 -2.5807588316311427E-03 -2.6286149553556432E-03
+ -2.6773612849856549E-03 -2.7270144838230305E-03 -2.7775915309148505E-03
+ -2.8291097271762062E-03 -2.8815867016364618E-03 -2.9350404178121710E-03
+ -2.9894891802094451E-03 -3.0449516409571569E-03 -3.1014468065764136E-03
+ -3.1589940448866322E-03 -3.2176130920532290E-03 -3.2773240597781450E-03
+ -3.3381474426386571E-03 -3.4001041255751945E-03 -3.4632153915334840E-03
+ -3.5275029292634722E-03 -3.5929888412782754E-03 -3.6596956519775155E-03
+ -3.7276463159381518E-03 -3.7968642263765716E-03 -3.8673732237858296E-03
+ -3.9391976047521513E-03 -4.0123621309541471E-03 -4.0868920383499169E-03
+ -4.1628130465548819E-03 -4.2401513684156714E-03 -4.3189337197844955E-03
+ -4.3991873294974074E-03 -4.4809399495632984E-03 -4.5642198655655285E-03
+ -4.6490559072839034E-03 -4.7354774595398117E-03 -4.8235144732713684E-03
+ -4.9131974768423427E-03 -5.0045575875915732E-03 -5.0976265236272701E-03
+ -5.1924366158735882E-03 -5.2890208203722512E-03 -5.3874127308493691E-03
+ -5.4876465915498478E-03 -5.5897573103478437E-03 -5.6937804721388305E-03
+ -5.7997523525209638E-03 -5.9077099317700029E-03 -6.0176909091190006E-03
+ -6.1297337173452371E-03 -6.2438775376753514E-03 -6.3601623150144346E-03
+ -6.4786287735069314E-03 -6.5993184324383124E-03 -6.7222736224842768E-03
+ -6.8475375023167948E-03 -6.9751540755757513E-03 -7.1051682082138015E-03
+ -7.2376256462253060E-03 -7.3725730337666755E-03 -7.5100579316792759E-03
+ -7.6501288364239960E-03 -7.7928351994371835E-03 -7.9382274469194172E-03
+ -8.0863570000667823E-03 -8.2372762957551651E-03 -8.3910388076905689E-03
+ -8.5476990680350626E-03 -8.7073126895213446E-03 -8.8699363880664784E-03
+ -9.0356280059005478E-03 -9.2044465352187459E-03 -9.3764521423734988E-03
+ -9.5517061926187440E-03 -9.7302712754192711E-03 -9.9122112303419545E-03
+ -1.0097591173541382E-02 -1.0286477524855085E-02 -1.0478938035524831E-02
+ -1.0675041816559415E-02 -1.0874859367755759E-02 -1.1078462607392394E-02
+ -1.1285924902618028E-02 -1.1497321100546730E-02 -1.1712727560081864E-02
+ -1.1932222184487471E-02 -1.2155884454723768E-02 -1.2383795463568026E-02
+ -1.2616037950542752E-02 -1.2852696337668652E-02 -1.3093856766066198E-02
+ -1.3339607133428247E-02 -1.3590037132382722E-02 -1.3845238289774336E-02
+ -1.4105304006883658E-02 -1.4370329600611622E-02 -1.4640412345653912E-02
+ -1.4915651517690087E-02 -1.5196148437615981E-02 -1.5482006516844372E-02
+ -1.5773331303705056E-02 -1.6070230530969985E-02 -1.6372814164537071E-02
+ -1.6681194453298229E-02 -1.6995485980227668E-02 -1.7315805714720939E-02
+ -1.7642273066216817E-02 -1.7975009939137601E-02 -1.8314140789181525E-02
+ -1.8659792681005760E-02 -1.9012095347332222E-02 -1.9371181249520024E-02
+ -1.9737185639637833E-02 -2.0110246624080289E-02 -2.0490505228767820E-02
+ -2.0878105465971887E-02 -2.1273194402810156E-02 -2.1675922231453221E-02
+ -2.2086442341095181E-02 -2.2504911391724489E-02 -2.2931489389753569E-02
+ -2.3366339765550932E-02 -2.3809629452927993E-02 -2.4261528970631951E-02
+ -2.4722212505898740E-02 -2.5191858000123479E-02 -2.5670647236695824E-02
+ -2.6158765931073951E-02 -2.6656403823135257E-02 -2.7163754771884333E-02
+ -2.7681016852568838E-02 -2.8208392456270381E-02 -2.8746088392034803E-02
+ -2.9294315991611246E-02 -2.9853291216865880E-02 -3.0423234769943953E-02
+ -3.1004372206245988E-02 -3.1596934050304060E-02 -3.2201155914619368E-02
+ -3.2817278621544529E-02 -3.3445548328297131E-02 -3.4086216655176353E-02
+ -3.4739540817062327E-02 -3.5405783758301286E-02 -3.6085214291037906E-02
+ -3.6778107237108892E-02 -3.7484743573566584E-02 -3.8205410581944245E-02
+ -3.8940402001338817E-02 -3.9690018185427126E-02 -4.0454566263495598E-02
+ -4.1234360305601542E-02 -4.2029721491953394E-02 -4.2840978286622568E-02
+ -4.3668466615697524E-02 -4.4512530049972909E-02 -4.5373519992305697E-02
+ -4.6251795869730994E-02 -4.7147725330467190E-02 -4.8061684445913209E-02
+ -4.8994057917772532E-02 -4.9945239290406958E-02 -5.0915631168546374E-02
+ -5.1905645440496168E-02 -5.2915703506934884E-02 -5.3946236515455930E-02
+ -5.4997685600968522E-02 -5.6070502132096189E-02 -5.7165147963683466E-02
+ -5.8282095695575499E-02 -5.9421828937778635E-02 -6.0584842582129823E-02
+ -6.1771643080648878E-02 -6.2982748730657331E-02 -6.4218689966837050E-02
+ -6.5480009660355915E-02 -6.6767263425181717E-02 -6.8081019931735487E-02
+ -6.9421861228018952E-02 -7.0790383068342011E-02 -7.2187195249785840E-02
+ -7.3612921956541261E-02 -7.5068202112237095E-02 -7.6553689740404843E-02
+ -7.8070054333190669E-02 -7.9617981228434831E-02 -8.1198171995262927E-02
+ -8.2811344828259817E-02 -8.4458234950386166E-02 -8.6139595024695412E-02
+ -8.7856195574993023E-02 -8.9608825415492505E-02 -9.1398292089589855E-02
+ -9.3225422317804077E-02 -9.5091062454973313E-02 -9.6996078956749165E-02
+ -9.8941358855472311E-02 -1.0092781024540873E-01 -1.0295636277744188E-01
+ -1.0502796816316615E-01 -1.0714360068844736E-01 -1.0930425773634472E-01
+ -1.1151096031946664E-01 -1.1376475362159706E-01 -1.1606670754859889E-01
+ -1.1841791728844626E-01 -1.2081950388030781E-01 -1.2327261479248700E-01
+ -1.2577842450910554E-01 -1.2833813512526174E-01 -1.3095297695049640E-01
+ -1.3362420912025513E-01 -1.3635312021507387E-01 -1.3914102888711430E-01
+ -1.4198928449371317E-01 -1.4489926773749304E-01 -1.4787239131256655E-01
+ -1.5091010055632070E-01 -1.5401387410622158E-01 -1.5718522456098027E-01
+ -1.6042569914542720E-01 -1.6373688037833162E-01 -1.6712038674233606E-01
+ -1.7057787335514696E-01 -1.7411103264098812E-01 -1.7772159500130844E-01
+ -1.8141132948355571E-01 -1.8518204444689895E-01 -1.8903558822347616E-01
+ -1.9297384977383047E-01 -1.9699875933499406E-01 -2.0111228905959266E-01
+ -2.0531645364419926E-01 -2.0961331094510227E-01 -2.1400496257949578E-01
+ -2.1849355450984737E-01 -2.2308127760929874E-01 -2.2777036820556415E-01
+ -2.3256310860074991E-01 -2.3746182756431009E-01 -2.4246890079620972E-01
+ -2.4758675135715685E-01 -2.5281785006253266E-01 -2.5816471583651268E-01
+ -2.6362991602260638E-01 -2.6921606664663694E-01 -2.7492583262793296E-01
+ -2.8076192793423466E-01 -2.8672711567566045E-01 -2.9282420813259030E-01
+ -2.9905606671235485E-01 -3.0542560182894896E-01 -3.1193577270006323E-01
+ -3.1858958705503454E-01 -3.2539010074728886E-01 -3.3234041726431257E-01
+ -3.3944368712784923E-01 -3.4670310717673741E-01 -3.5412191972426660E-01
+ -3.6170341158162667E-01 -3.6945091293857329E-01 -3.7736779609193727E-01
+ -3.8545747401222752E-01 -3.9372339873806350E-01 -4.0216905958765387E-01
+ -4.1079798117614036E-01 -4.1961372122693807E-01 -4.2861986816483011E-01
+ -4.3782003847792478E-01 -4.4721787383502210E-01 -4.5681703794441691E-01
+ -4.6662121313946725E-01 -4.7663409667575218E-01 -4.8685939672388195E-01
+ -4.9730082804158304E-01 -5.0796210730774771E-01 -5.1884694810080423E-01
+ -5.2995905550277134E-01 -5.4130212030993829E-01 -5.5287981283020793E-01
+ -5.6469577624669054E-01 -5.7675361952611237E-01 -5.8905690985024706E-01
+ -6.0160916454762658E-01 -6.1441384250223563E-01 -6.2747433501509198E-01
+ -6.4079395609408729E-01 -6.5437593214663548E-01 -6.6822339104911421E-01
+ -6.8233935056650086E-01 -6.9672670609488419E-01 -7.1138821769909510E-01
+ -7.2632649641703828E-01 -7.4154398980195635E-01 -7.5704296667332294E-01
+ -7.7282550104670056E-01 -7.8889345521261833E-01 -8.0524846193422051E-01
+ -8.2189190573338122E-01 -8.3882490323473324E-01 -8.5604828253730414E-01
+ -8.7356256158342149E-01 -8.9136792549487143E-01 -9.0946420284679386E-01
+ -9.2785084085011038E-01 -9.4652687941435354E-01 -9.6549092406319348E-01
+ -9.8474111767662942E-01 -1.0042751110344015E+00 -1.0240900321374971E+00
+ -1.0441824542856044E+00 -1.0645483628910997E+00 -1.0851831210119760E+00
+ -1.1060814335890632E+00 -1.1272373103756512E+00 -1.1486440275510608E+00
+ -1.1702940880134323E+00 -1.1921791803509243E+00 -1.2142901364953582E+00
+ -1.2366168880667638E+00 -1.2591484214236379E+00 -1.2818727314386422E+00
+ -1.3047767740270322E+00 -1.3278464174612714E+00 -1.3510663925137709E+00
+ -1.3744202414775162E+00 -1.3978902661234569E+00 -1.4214574746634632E+00
+ -1.4451015277976609E+00 -1.4688006839365744E+00 -1.4925317437000125E+00
+ -1.5162699938078907E+00 -1.5399891504914156E+00 -1.5636613025676618E+00
+ -1.5872568543362173E+00 -1.6107444684723584E+00 -1.6340910091089784E+00
+ -1.6572614853174166E+00 -1.6802189952164888E+00 -1.7029246709593635E+00
+ -1.7253376248686509E+00 -1.7474148970127603E+00 -1.7691114045390501E+00
+ -1.7903798931037009E+00 -1.8111708907630510E+00 -1.8314326647169765E+00
+ -1.8511111813217926E+00 -1.8701500698172575E+00 -1.8884905902412605E+00
+ -1.9060716060337493E+00 -1.9228295618620803E+00 -1.9386984672288454E+00
+ -1.9536098864547167E+00 -1.9674929356584829E+00 -1.9802742873878656E+00
+ -1.9918781835845965E+00 -2.0022264575983195E+00 -2.0112385659925804E+00
+ -2.0188316309163419E+00 -2.0249204938413565E+00 -2.0294177814931205E+00
+ -2.0322339848279229E+00 -2.0332775519315294E+00 -2.0324549957358946E+00
+ -2.0296710174680279E+00 -2.0248286467606702E+00 -2.0178293993644529E+00
+ -2.0085734534095843E+00 -1.9969598451663613E+00 -1.9828866852520477E+00
+ -1.9662513962222512E+00 -1.9469509724705842E+00 -1.9248822633381235E+00
+ -1.8999422803046824E+00 -1.8720285290957630E+00 -1.8410393674920700E+00
+ -1.8068743895713339E+00 -1.7694348370451758E+00 -1.7286240382743880E+00
+ -1.6843478754557015E+00 -1.6365152803690899E+00 -1.5850387589579427E+00
+ -1.5298349448822481E+00 -1.4708251820392064E+00 -1.4079361358829745E+00
+ -1.3411004331963801E+00 -1.2702573297725124E+00 -1.1953534052506294E+00
+ -1.1163432841187575E+00 -1.0331903816472252E+00 -9.4586767324692822E-01
+ -8.5435848545953519E-01 -7.5865730647921126E-01 -6.5877061377914536E-01
+ -5.5471771607029652E-01 -4.4653160645476575E-01 -3.3425982325257664E-01
+ -2.1796531457876789E-01 -9.7727302327321297E-02  2.6357859217768009E-02
+  1.5417583537761992E-01  2.8559347938007562E-01  4.2045802315136172E-01
+  5.5859629727389759E-01  6.9981398729308886E-01  8.4389493407007343E-01
+  9.9060048639829823E-01  1.1396689146314856E+00  1.2908148946002296E+00
+  1.4437290716275069E+00  1.5980777149854326E+00  1.7535024736636693E+00
+  1.9096202448426673E+00  2.0660231669795497E+00  2.2222787499161516E+00
+  2.3779301549094036E+00  2.5324966379527893E+00  2.6854741702086926E+00
+  2.8363362497959770E+00  2.9845349195688211E+00  3.1295020058838361E+00
+  3.2706505936652341E+00  3.4073767533447956E+00  3.5390615354567920E+00
+  3.6650732488005833E+00  3.7847700381284994E+00  3.8975027772562303E+00
+  4.0026182933034402E+00  4.0994629374286653E+00  4.1873865168866722E+00
+  4.2657466024695818E+00  4.3339132243446610E+00  4.3912739679042758E+00
+  4.4372394794320531E+00  4.4712493890633276E+00  4.4927786555796683E+00
+  4.5013443338909784E+00  4.4965127614800959E+00  4.4779071544306497E+00
+  4.4452155967230560E+00  4.3981993980224114E+00  4.3367017849134388E+00
+  4.2606568781344176E+00  4.1700988934505574E+00  4.0651714859605317E+00
+  3.9461371363576720E+00  3.8133864524247256E+00  3.6674472292013469E+00
+  3.5089930761385970E+00  3.3388513783684095E+00  3.1580103111160014E+00
+  2.9676245703231547E+00  2.7690194176999436E+00  2.5636925635611614E+00
+  2.3533133247041862E+00  2.1397183959416721E+00  1.9249034613030944E+00
+  1.7110097428537094E+00  1.5003044399449061E+00  1.2951538478040396E+00
+  1.0979877598587326E+00  9.1125355117185836E-01  7.3735810872641516E-01
+  5.7859551585884528E-01  4.3705811046465892E-01  3.1452821705404699E-01
+  2.1234749842574482E-01  1.3126048041463365E-01  7.1228369301766653E-02
+  3.1208802095970233E-02  8.8966407681166162E-03  4.2033822277287325E-04
+  0.0000000000000000E+00
+===== TPROJECTOR 4 =====   [tp(r)=TPROJECTOR(r)/r*Ylm(th,ph)]
+ 2  : radial mesh index
+  0.0000000000000000E+00 -1.0903651012432620E-15 -4.4016769014127173E-15
+ -9.9952342170810314E-15 -1.7933655180421126E-14 -2.8280903339107999E-14
+ -4.1102314254417673E-14 -5.6464622606875309E-14 -7.4435989818984643E-14
+ -9.5086032204738482E-14 -1.1848584965580175E-13 -1.4470805487443652E-13
+ -1.7382680316341705E-13 -2.0591782278340516E-13 -2.4105844588839941E-13
+ -2.7932764005014278E-13 -3.2080604038246433E-13 -3.6557598227690186E-13
+ -4.1372153476093686E-13 -4.6532853449065227E-13 -5.2048462038959502E-13
+ -5.7927926894600426E-13 -6.4180383018068240E-13 -7.0815156429824265E-13
+ -7.7841767903425284E-13 -8.5269936771155222E-13 -9.3109584801899287E-13
+ -1.0137084015259095E-12 -1.1006404139464623E-12 -1.1919974161674796E-12
+ -1.2878871260545701E-12 -1.3884194910504692E-12 -1.4937067315810482E-12
+ -1.6038633852837361E-12 -1.7190063520738115E-12 -1.8392549400643050E-12
+ -1.9647309123553928E-12 -2.0955585347096015E-12 -2.2318646241294396E-12
+ -2.3737785983542079E-12 -2.5214325262931874E-12 -2.6749611794128979E-12
+ -2.8345020840959657E-12 -3.0001955749900403E-12 -3.1721848493650806E-12
+ -3.3506160224979602E-12 -3.5356381841034957E-12 -3.7274034558314957E-12
+ -3.9260670498498037E-12 -4.1317873285335562E-12 -4.3447258652811471E-12
+ -4.5650475064786894E-12 -4.7929204346329169E-12 -5.0285162326961634E-12
+ -5.2720099496042896E-12 -5.5235801670510806E-12 -5.7834090675213100E-12
+ -6.0516825036069717E-12 -6.3285900686300172E-12 -6.6143251685957692E-12
+ -6.9090850955028908E-12 -7.2130711020333633E-12 -7.5264884776507618E-12
+ -7.8495466261307186E-12 -8.1824591445514184E-12 -8.5254439037716676E-12
+ -8.8787231304232559E-12 -9.2425234904468989E-12 -9.6170761741998234E-12
+ -1.0002616983164607E-11 -1.0399386418289140E-11 -1.0807629769987998E-11
+ -1.1227597209836213E-11 -1.1659543883987224E-11 -1.2103730008346602E-11
+ -1.2560420965535181E-11 -1.3029887403673928E-11 -1.3512405337024849E-11
+ -1.4008256248523287E-11 -1.4517727194235283E-11 -1.5041110909778062E-11
+ -1.5578705918737407E-11 -1.6130816643121630E-11 -1.6697753515888963E-11
+ -1.7279833095587287E-11 -1.7877378183144411E-11 -1.8490717940850654E-11
+ -1.9120188013575109E-11 -1.9766130652251974E-11 -2.0428894839688768E-11
+ -2.1108836418727643E-11 -2.1806318222816492E-11 -2.2521710209021928E-11
+ -2.3255389593541587E-11 -2.4007740989751779E-11 -2.4779156548845411E-11
+ -2.5570036103104558E-11 -2.6380787311857468E-11 -2.7211825810169229E-11
+ -2.8063575360320424E-11 -2.8936468006118715E-11 -2.9830944230105882E-11
+ -3.0747453113703989E-11 -3.1686452500360379E-11 -3.2648409161751089E-11
+ -3.3633798967091750E-11 -3.4643107055616083E-11 -3.5676828012287061E-11
+ -3.6735466046792548E-11 -3.7819535175890873E-11 -3.8929559409167312E-11
+ -4.0066072938265590E-11 -4.1229620329661088E-11 -4.2420756721034086E-11
+ -4.3640048021319830E-11 -4.4888071114498441E-11 -4.6165414067191748E-11
+ -4.7472676340144880E-11 -4.8810469003658255E-11 -5.0179414957047199E-11
+ -5.1580149152201963E-11 -5.3013318821325863E-11 -5.4479583708929393E-11
+ -5.5979616308157363E-11 -5.7514102101528762E-11 -5.9083739806178895E-11
+ -6.0689241623676973E-11 -6.2331333494511945E-11 -6.4010755357325891E-11
+ -6.5728261412993689E-11 -6.7484620393633088E-11 -6.9280615836628455E-11
+ -7.1117046363778443E-11 -7.2994725965649256E-11 -7.4914484291239521E-11
+ -7.6877166943041025E-11 -7.8883635777618226E-11 -8.0934769211786495E-11
+ -8.3031462534501921E-11 -8.5174628224579508E-11 -8.7365196274328088E-11
+ -8.9604114519223018E-11 -9.1892348973733717E-11 -9.4230884173403591E-11
+ -9.6620723523319571E-11 -9.9062889653070544E-11 -1.0155842477833017E-10
+ -1.0410839106917740E-10 -1.0671387102527639E-10 -1.0937596785806841E-10
+ -1.1209580588006419E-10 -1.1487453090140684E-10 -1.1771331063382535E-10
+ -1.2061333510209681E-10 -1.2357581706320591E-10 -1.2660199243328260E-10
+ -1.2969312072251743E-10 -1.3285048547816383E-10 -1.3607539473580280E-10
+ -1.3936918147899689E-10 -1.4273320410753086E-10 -1.4616884691434603E-10
+ -1.4967752057137101E-10 -1.5326066262439998E-10 -1.5691973799717244E-10
+ -1.6065623950485045E-10 -1.6447168837705627E-10 -1.6836763479063161E-10
+ -1.7234565841233115E-10 -1.7640736895161168E-10 -1.8055440672369823E-10
+ -1.8478844322315441E-10 -1.8911118170809820E-10 -1.9352435779531081E-10
+ -1.9802974006640851E-10 -2.0262913068529758E-10 -2.0732436602711169E-10
+ -2.1211731731885766E-10 -2.1700989129197072E-10 -2.2200403084701720E-10
+ -2.2710171573075031E-10 -2.3230496322577648E-10 -2.3761582885302985E-10
+ -2.4303640708731473E-10 -2.4856883208617056E-10 -2.5421527843226371E-10
+ -2.5997796188961214E-10 -2.6585914017385950E-10 -2.7186111373684421E-10
+ -2.7798622656581007E-10 -2.8423686699742382E-10 -2.9061546854694518E-10
+ -2.9712451075281845E-10 -3.0376652003694947E-10 -3.1054407058097535E-10
+ -3.1745978521881645E-10 -3.2451633634583024E-10 -3.3171644684485275E-10
+ -3.3906289102942800E-10 -3.4655849560461335E-10 -3.5420614064557753E-10
+ -3.6200876059444263E-10 -3.6996934527557749E-10 -3.7809094092982926E-10
+ -3.8637665126791457E-10 -3.9482963854338501E-10 -4.0345312464555714E-10
+ -4.1225039221270243E-10 -4.2122478576594038E-10 -4.3037971286416815E-10
+ -4.3971864528049671E-10 -4.4924512020044556E-10 -4.5896274144245367E-10
+ -4.6887518070105601E-10 -4.7898617881311872E-10 -4.8929954704757342E-10
+ -4.9981916841915968E-10 -5.1054899902648664E-10 -5.2149306941500200E-10
+ -5.3265548596520433E-10 -5.4404043230668596E-10 -5.5565217075837913E-10
+ -5.6749504379556021E-10 -5.7957347554409942E-10 -5.9189197330238014E-10
+ -6.0445512909157652E-10 -6.1726762123461352E-10 -6.3033421596444430E-10
+ -6.4365976906222259E-10 -6.5724922752582386E-10 -6.7110763126937499E-10
+ -6.8524011485428779E-10 -6.9965190925241235E-10 -7.1434834364196505E-10
+ -7.2933484723665396E-10 -7.4461695114892773E-10 -7.6020029028760519E-10
+ -7.7609060529084711E-10 -7.9229374449490438E-10 -8.0881566593944632E-10
+ -8.2566243941006888E-10 -8.4284024851866090E-10 -8.6035539282244867E-10
+ -8.7821428998223474E-10 -8.9642347796072474E-10 -9.1498961726170929E-10
+ -9.3391949321055826E-10 -9.5322001827729052E-10 -9.7289823444248638E-10
+ -9.9296131560722048E-10 -1.0134165700476367E-09 -1.0342714429150608E-09
+ -1.0555335187824699E-09 -1.0772105242381038E-09 -1.0993103305273641E-09
+ -1.1218409562434927E-09 -1.1448105700682424E-09 -1.1682274935633770E-09
+ -1.1921002040138696E-09 -1.2164373373238554E-09 -1.2412476909662744E-09
+ -1.2665402269871589E-09 -1.2923240750656852E-09 -1.3186085356308729E-09
+ -1.3454030830361445E-09 -1.3727173687926218E-09 -1.4005612248625552E-09
+ -1.4289446670135307E-09 -1.4578778982350382E-09 -1.4873713122183849E-09
+ -1.5174354969009322E-09 -1.5480812380762449E-09 -1.5793195230709401E-09
+ -1.6111615444898767E-09 -1.6436187040305616E-09 -1.6767026163684547E-09
+ -1.7104251131140587E-09 -1.7447982468434780E-09 -1.7798342952037638E-09
+ -1.8155457650939682E-09 -1.8519453969241365E-09 -1.8890461689529522E-09
+ -1.9268613017056689E-09 -1.9654042624741855E-09 -2.0046887699004225E-09
+ -2.0447287986442070E-09 -2.0855385841384240E-09 -2.1271326274315498E-09
+ -2.1695257001202902E-09 -2.2127328493734840E-09 -2.2567694030490916E-09
+ -2.3016509749060444E-09 -2.3473934699124972E-09 -2.3940130896525560E-09
+ -2.4415263378332196E-09 -2.4899500258930131E-09 -2.5393012787150093E-09
+ -2.5895975404450989E-09 -2.6408565804186477E-09 -2.6930964991964295E-09
+ -2.7463357347126271E-09 -2.8005930685365467E-09 -2.8558876322505998E-09
+ -2.9122389139460252E-09 -2.9696667648392144E-09 -3.0281914060104057E-09
+ -3.0878334352673809E-09 -3.1486138341360030E-09 -3.2105539749804494E-09
+ -3.2736756282552585E-09 -3.3380009698914928E-09 -3.4035525888200124E-09
+ -3.4703534946338589E-09 -3.5384271253925163E-09 -3.6077973555707296E-09
+ -3.6784885041545867E-09 -3.7505253428875347E-09 -3.8239331046688930E-09
+ -3.8987374921079729E-09 -3.9749646862368044E-09 -4.0526413553838512E-09
+ -4.1317946642122112E-09 -4.2124522829252941E-09 -4.2946423966423869E-09
+ -4.3783937149488322E-09 -4.4637354816217702E-09 -4.5506974845369628E-09
+ -4.6393100657586623E-09 -4.7296041318159558E-09 -4.8216111641700301E-09
+ -4.9153632298746730E-09 -5.0108929924344464E-09 -5.1082337228636636E-09
+ -5.2074193109502000E-09 -5.3084842767278392E-09 -5.4114637821608941E-09
+ -5.5163936430455825E-09 -5.6233103411306938E-09 -5.7322510364637835E-09
+ -5.8432535799652360E-09 -5.9563565262352077E-09 -6.0715991465976392E-09
+ -6.1890214423859483E-09 -6.3086641584742636E-09 -6.4305687970590980E-09
+ -6.5547776316968423E-09 -6.6813337216002642E-09 -6.8102809261995766E-09
+ -6.9416639199739061E-09 -7.0755282075564861E-09 -7.2119201391197151E-09
+ -7.3508869260446033E-09 -7.4924766568809308E-09 -7.6367383136021432E-09
+ -7.7837217881616833E-09 -7.9334778993547271E-09 -8.0860584099932244E-09
+ -8.2415160443980292E-09 -8.3999045062149522E-09 -8.5612784965605276E-09
+ -8.7256937325032993E-09 -8.8932069658880398E-09 -9.0638760025068448E-09
+ -9.2377597216264693E-09 -9.4149180958764424E-09 -9.5954122115046843E-09
+ -9.7793042890086726E-09 -9.9666577041484176E-09 -1.0157537009347710E-08
+ -1.0352007955491709E-08 -1.0550137514128193E-08 -1.0751993900078713E-08
+ -1.0957646594469443E-08 -1.1167166368187107E-08 -1.1380625305769071E-08
+ -1.1598096829736121E-08 -1.1819655725375048E-08 -1.2045378165979343E-08
+ -1.2275341738558146E-08 -1.2509625470019274E-08 -1.2748309853838267E-08
+ -1.2991476877219650E-08 -1.3239210048761411E-08 -1.3491594426631365E-08
+ -1.3748716647264593E-08 -1.4010664954591273E-08 -1.4277529229806515E-08
+ -1.4549401021690370E-08 -1.4826373577488418E-08 -1.5108541874364109E-08
+ -1.5396002651433096E-08 -1.5688854442389769E-08 -1.5987197608738061E-08
+ -1.6291134373635980E-08 -1.6600768856368269E-08 -1.6916207107453766E-08
+ -1.7237557144405684E-08 -1.7564928988150614E-08 -1.7898434700122423E-08
+ -1.8238188420043415E-08 -1.8584306404402402E-08 -1.8936907065645953E-08
+ -1.9296111012093902E-08 -1.9662041088594777E-08 -2.0034822417930169E-08
+ -2.0414582442988904E-08 -2.0801450969718420E-08 -2.1195560210872279E-08
+ -2.1597044830566305E-08 -2.2006041989658382E-08 -2.2422691391969872E-08
+ -2.2847135331358620E-08 -2.3279518739666369E-08 -2.3719989235549844E-08
+ -2.4168697174217699E-08 -2.4625795698086064E-08 -2.5091440788370722E-08
+ -2.5565791317635557E-08 -2.6049009103310144E-08 -2.6541258962199946E-08
+ -2.7042708766003372E-08 -2.7553529497855995E-08 -2.8073895309920362E-08
+ -2.8603983582041585E-08 -2.9143974981487756E-08 -2.9694053523794509E-08
+ -3.0254406634736432E-08 -3.0825225213443067E-08 -3.1406703696683824E-08
+ -3.1999040124341618E-08 -3.2602436206094250E-08 -3.3217097389337258E-08
+ -3.3843232928351930E-08 -3.4481055954762585E-08 -3.5130783549290297E-08
+ -3.5792636814838176E-08 -3.6466840950924166E-08 -3.7153625329496458E-08
+ -3.7853223572141192E-08 -3.8565873628731889E-08 -3.9291817857519946E-08
+ -4.0031303106715243E-08 -4.0784580797570990E-08 -4.1551907009009347E-08
+ -4.2333542563806617E-08 -4.3129753116376610E-08 -4.3940809242177736E-08
+ -4.4766986528769498E-08 -4.5608565668557883E-08 -4.6465832553252348E-08
+ -4.7339078370070855E-08 -4.8228599699725318E-08 -4.9134698616217335E-08
+ -5.0057682788481764E-08 -5.0997865583906031E-08 -5.1955566173767697E-08
+ -5.2931109640621312E-08 -5.3924827087669971E-08 -5.4937055750158972E-08
+ -5.5968139108831541E-08 -5.7018427005482687E-08 -5.8088275760646640E-08
+ -5.9178048293463926E-08 -6.0288114243764945E-08 -6.1418850096410853E-08
+ -6.2570639307929668E-08 -6.3743872435504349E-08 -6.4938947268332775E-08
+ -6.6156268961429359E-08 -6.7396250171891993E-08 -6.8659311197694217E-08
+ -6.9945880119041902E-08 -7.1256392942343085E-08 -7.2591293746841611E-08
+ -7.3951034833961828E-08 -7.5336076879415141E-08 -7.6746889088117936E-08
+ -7.8183949351976819E-08 -7.9647744410590920E-08 -8.1138770014919793E-08
+ -8.2657531093991240E-08 -8.4204541924672763E-08 -8.5780326304605749E-08
+ -8.7385417728313142E-08 -8.9020359566581719E-08 -9.0685705249154712E-08
+ -9.2382018450800052E-08 -9.4109873280820449E-08 -9.5869854476076639E-08
+ -9.7662557597564804E-08 -9.9488589230637678E-08 -1.0134856718893084E-07
+ -1.0324312072204791E-07 -1.0517289072710289E-07 -1.0713852996415774E-07
+ -1.0914070327565290E-07 -1.1118008780989127E-07 -1.1325737324866075E-07
+ -1.1537326203905247E-07 -1.1752846962958492E-07 -1.1972372471067089E-07
+ -1.2195976945955367E-07 -1.2423735978975203E-07 -1.2655726560513418E-07
+ -1.2892027105867879E-07 -1.3132717481602394E-07 -1.3377879032388539E-07
+ -1.3627594608345211E-07 -1.3881948592881290E-07 -1.4141026931055279E-07
+ -1.4404917158458347E-07 -1.4673708430631304E-07 -1.4947491553025937E-07
+ -1.5226359011519612E-07 -1.5510405003495317E-07 -1.5799725469495184E-07
+ -1.6094418125459371E-07 -1.6394582495561974E-07 -1.6700319945652499E-07
+ -1.7011733717317913E-07 -1.7328928962571698E-07 -1.7652012779186736E-07
+ -1.7981094246679562E-07 -1.8316284462961907E-07 -1.8657696581667311E-07
+ -1.9005445850170916E-07 -1.9359649648309596E-07 -1.9720427527819015E-07
+ -2.0087901252500640E-07 -2.0462194839130094E-07 -2.0843434599121668E-07
+ -2.1231749180965507E-07 -2.1627269613445965E-07 -2.2030129349661998E-07
+ -2.2440464311860275E-07 -2.2858412937095733E-07 -2.3284116223739156E-07
+ -2.3717717778843355E-07 -2.4159363866383480E-07 -2.4609203456392332E-07
+ -2.5067388275000628E-07 -2.5534072855406061E-07 -2.6009414589781792E-07
+ -2.6493573782146026E-07 -2.6986713702208878E-07 -2.7489000640214167E-07
+ -2.8000603962796064E-07 -2.8521696169867957E-07 -2.9052452952562799E-07
+ -2.9593053252245305E-07 -3.0143679320615177E-07 -3.0704516780919697E-07
+ -3.1275754690301753E-07 -3.1857585603295920E-07 -3.2450205636502913E-07
+ -3.3053814534455716E-07 -3.3668615736708128E-07 -3.4294816446157101E-07
+ -3.4932627698635257E-07 -3.5582264433785130E-07 -3.6243945567245881E-07
+ -3.6917894064173900E-07 -3.7604337014122445E-07 -3.8303505707305965E-07
+ -3.9015635712275727E-07 -3.9740966955027826E-07 -4.0479743799577680E-07
+ -4.1232215130021203E-07 -4.1998634434116149E-07 -4.2779259888405876E-07
+ -4.3574354444915441E-07 -4.4384185919457009E-07 -4.5209027081562046E-07
+ -4.6049155746075299E-07 -4.6904854866449211E-07 -4.7776412629753652E-07
+ -4.8664122553450804E-07 -4.9568283583950925E-07 -5.0489200196999208E-07
+ -5.1427182499910592E-07 -5.2382546335698977E-07 -5.3355613389130669E-07
+ -5.4346711294734715E-07 -5.5356173746819067E-07 -5.6384340611510830E-07
+ -5.7431558040872085E-07 -5.8498178589127454E-07 -5.9584561331035769E-07
+ -6.0691071982454622E-07 -6.1818083023128530E-07 -6.2965973821756279E-07
+ -6.4135130763353044E-07 -6.5325947378993065E-07 -6.6538824477923149E-07
+ -6.7774170282138485E-07 -6.9032400563436396E-07 -7.0313938783009772E-07
+ -7.1619216233613790E-07 -7.2948672184369942E-07 -7.4302754028236899E-07
+ -7.5681917432216283E-07 -7.7086626490334171E-07 -7.8517353879442792E-07
+ -7.9974581017911326E-07 -8.1458798227247983E-07 -8.2970504896707315E-07
+ -8.4510209650944960E-07 -8.6078430520764865E-07 -8.7675695117032798E-07
+ -8.9302540807794674E-07 -9.0959514898677795E-07 -9.2647174816621110E-07
+ -9.4366088297006611E-07 -9.6116833574243986E-07 -9.7899999575886227E-07
+ -9.9716186120326672E-07 -1.0156600411815963E-06 -1.0345007577725081E-06
+ -1.0536903481160576E-06 -1.0732352665411143E-06 -1.0931420867318322E-06
+ -1.1134175039344140E-06 -1.1340683372045624E-06 -1.1551015316965151E-06
+ -1.1765241609943354E-06 -1.1983434294864101E-06 -1.2205666747836942E-06
+ -1.2432013701828326E-06 -1.2662551271746722E-06 -1.2897356979992337E-06
+ -1.3136509782477970E-06 -1.3380090095133262E-06 -1.3628179820896090E-06
+ -1.3880862377205140E-06 -1.4138222723999057E-06 -1.4400347392234537E-06
+ -1.4667324512931278E-06 -1.4939243846752457E-06 -1.5216196814134991E-06
+ -1.5498276525973250E-06 -1.5785577814872941E-06 -1.6078197266981231E-06
+ -1.6376233254405664E-06 -1.6679785968232409E-06 -1.6988957452154679E-06
+ -1.7303851636723096E-06 -1.7624574374229264E-06 -1.7951233474233973E-06
+ -1.8283938739751690E-06 -1.8622802004106129E-06 -1.8967937168463855E-06
+ -1.9319460240063813E-06 -1.9677489371153271E-06 -2.0042144898645311E-06
+ -2.0413549384504211E-06 -2.0791827656883333E-06 -2.1177106852019824E-06
+ -2.1569516456905945E-06 -2.1969188352746876E-06 -2.2376256859224192E-06
+ -2.2790858779576493E-06 -2.3213133446512851E-06 -2.3643222768976960E-06
+ -2.4081271279773639E-06 -2.4527426184076410E-06 -2.4981837408832872E-06
+ -2.5444657653082748E-06 -2.5916042439204924E-06 -2.6396150165112991E-06
+ -2.6885142157416775E-06 -2.7383182725564188E-06 -2.7890439216985848E-06
+ -2.8407082073258481E-06 -2.8933284887306166E-06 -2.9469224461658880E-06
+ -3.0015080867790525E-06 -3.0571037506550404E-06 -3.1137281169713146E-06
+ -3.1714002102667209E-06 -3.2301394068262423E-06 -3.2899654411835645E-06
+ -3.3508984127441304E-06 -3.4129587925304597E-06 -3.4761674300522328E-06
+ -3.5405455603032144E-06 -3.6061148108878365E-06 -3.6728972092792824E-06
+ -3.7409151902118348E-06 -3.8101916032097106E-06 -3.8807497202555616E-06
+ -3.9526132435999729E-06 -4.0258063137162104E-06 -4.1003535174011273E-06
+ -4.1762798960267528E-06 -4.2536109539434707E-06 -4.3323726670393932E-06
+ -4.4125914914572924E-06 -4.4942943724732871E-06 -4.5775087535391531E-06
+ -4.6622625854920850E-06 -4.7485843359343936E-06 -4.8365029987872302E-06
+ -4.9260481040203008E-06 -5.0172497275617290E-06 -5.1101385013910042E-06
+ -5.2047456238185620E-06 -5.3011028699557667E-06 -5.3992426023776429E-06
+ -5.4991977819833681E-06 -5.6010019790574491E-06 -5.7046893845351802E-06
+ -5.8102948214766126E-06 -5.9178537567522390E-06 -6.0274023129454074E-06
+ -6.1389772804737698E-06 -6.2526161299360464E-06 -6.3683570246858568E-06
+ -6.4862388336387751E-06 -6.6063011443159023E-06 -6.7285842761285631E-06
+ -6.8531292939086249E-06 -6.9799780216889578E-06 -7.1091730567385561E-06
+ -7.2407577838574075E-06 -7.3747763899352717E-06 -7.5112738787798826E-06
+ -7.6502960862191815E-06 -7.7918896954826363E-06 -7.9361022528670994E-06
+ -8.0829821836925771E-06 -8.2325788085520774E-06 -8.3849423598625980E-06
+ -8.5401239987221750E-06 -8.6981758320781053E-06 -8.8591509302129325E-06
+ -9.0231033445534889E-06 -9.1900881258090879E-06 -9.3601613424456871E-06
+ -9.5333800995009869E-06 -9.7098025577470878E-06 -9.8894879532083495E-06
+ -1.0072496617039903E-05 -1.0258889995772452E-05 -1.0448730671933140E-05
+ -1.0642082385046387E-05 -1.0839010053023873E-05 -1.1039579793948950E-05
+ -1.1243858948264841E-05 -1.1451916101372461E-05 -1.1663821106646143E-05
+ -1.1879645108875315E-05 -1.2099460568138375E-05 -1.2323341284119936E-05
+ -1.2551362420875431E-05 -1.2783600532055561E-05 -1.3020133586595791E-05
+ -1.3261040994880742E-05 -1.3506403635394238E-05 -1.3756303881859512E-05
+ -1.4010825630882455E-05 -1.4270054330106664E-05 -1.4534077006887387E-05
+ -1.4802982297497696E-05 -1.5076860476871813E-05 -1.5355803488901974E-05
+ -1.5639904977292137E-05 -1.5929260316984104E-05 -1.6223966646164701E-05
+ -1.6524122898863049E-05 -1.6829829838153079E-05 -1.7141190089967700E-05
+ -1.7458308177539804E-05 -1.7781290556478879E-05 -1.8110245650497215E-05
+ -1.8445283887796064E-05 -1.8786517738124866E-05 -1.9134061750525019E-05
+ -1.9488032591773481E-05 -1.9848549085534694E-05 -2.0215732252238495E-05
+ -2.0589705349693931E-05 -2.0970593914455706E-05 -2.1358525803953435E-05
+ -2.1753631239402149E-05 -2.2156042849504729E-05 -2.2565895714962418E-05
+ -2.2983327413810656E-05 -2.3408478067589818E-05 -2.3841490388372746E-05
+ -2.4282509726658840E-05 -2.4731684120158890E-05 -2.5189164343475480E-05
+ -2.5655103958707458E-05 -2.6129659366987679E-05 -2.6612989860974683E-05
+ -2.7105257678313459E-05 -2.7606628056089184E-05 -2.8117269286281616E-05
+ -2.8637352772250794E-05 -2.9167053086264477E-05 -2.9706548028089234E-05
+ -3.0256018684667352E-05 -3.0815649490894473E-05 -3.1385628291524986E-05
+ -3.1966146404216568E-05 -3.2557398683749372E-05 -3.3159583587422337E-05
+ -3.3772903241670194E-05 -3.4397563509900840E-05 -3.5033774061601175E-05
+ -3.5681748442704391E-05 -3.6341704147275600E-05 -3.7013862690511807E-05
+ -3.7698449683096373E-05 -3.8395694906929574E-05 -3.9105832392256941E-05
+ -3.9829100496226142E-05 -4.0565741982899216E-05 -4.1316004104739954E-05
+ -4.2080138685612301E-05 -4.2858402205311091E-05 -4.3651055885661881E-05
+ -4.4458365778205380E-05 -4.5280602853511652E-05 -4.6118043092142906E-05
+ -4.6970967577297512E-05 -4.7839662589170997E-05 -4.8724419701063769E-05
+ -4.9625535877259071E-05 -5.0543313572723736E-05 -5.1478060834641690E-05
+ -5.2430091405833583E-05 -5.3399724830088909E-05 -5.4387286559442468E-05
+ -5.5393108063440110E-05 -5.6417526940425273E-05 -5.7460887030882315E-05
+ -5.8523538532881716E-05 -5.9605838119654200E-05 -6.0708149059348945E-05
+ -6.1830841337002016E-05 -6.2974291778761224E-05 -6.4138884178413307E-05
+ -6.5325009426253183E-05 -6.6533065640331056E-05 -6.7763458300137961E-05
+ -6.9016600382756238E-05 -7.0292912501535390E-05 -7.1592823047334674E-05
+ -7.2916768332375388E-05 -7.4265192736760303E-05 -7.5638548857699642E-05
+ -7.7037297661506515E-05 -7.8461908638396518E-05 -7.9912859960161570E-05
+ -8.1390638640757064E-05 -8.2895740699859424E-05 -8.4428671329460865E-05
+ -8.5989945063535004E-05 -8.7580085950854153E-05 -8.9199627731002294E-05
+ -9.0849114013644443E-05 -9.2529098461114229E-05 -9.4240144974392157E-05
+ -9.5982827882510257E-05 -9.7757732135480611E-05 -9.9565453500782133E-05
+ -1.0140659876349436E-04 -1.0328178593013795E-04 -1.0519164443627877E-04
+ -1.0713681535799103E-04 -1.0911795162722745E-04 -1.1113571825117708E-04
+ -1.1319079253569223E-04 -1.1528386431284822E-04 -1.1741563617272377E-04
+ -1.1958682369945907E-04 -1.2179815571171161E-04 -1.2405037450754437E-04
+ -1.2634423611385435E-04 -1.2868051054043411E-04 -1.3105998203872851E-04
+ -1.3348344936538089E-04 -1.3595172605068362E-04 -1.3846564067197172E-04
+ -1.4102603713211107E-04 -1.4363377494313223E-04 -1.4628972951511647E-04
+ -1.4899479245044853E-04 -1.5174987184350984E-04 -1.5455589258593503E-04
+ -1.5741379667752315E-04 -1.6032454354290791E-04 -1.6328911035410216E-04
+ -1.6630849235902149E-04 -1.6938370321609126E-04 -1.7251577533507320E-04
+ -1.7570576022418686E-04 -1.7895472884368806E-04 -1.8226377196599094E-04
+ -1.8563400054248124E-04 -1.8906654607710345E-04 -1.9256256100692149E-04
+ -1.9612321908968146E-04 -1.9974971579862419E-04 -2.0344326872456022E-04
+ -2.0720511798545189E-04 -2.1103652664356738E-04 -2.1493878113037639E-04
+ -2.1891319167934543E-04 -2.2296109276672636E-04 -2.2708384356058547E-04
+ -2.3128282837809260E-04 -2.3555945715136165E-04 -2.3991516590188793E-04
+ -2.4435141722382831E-04 -2.4886970077622365E-04 -2.5347153378437912E-04
+ -2.5815846155055323E-04 -2.6293205797409868E-04 -2.6779392608131054E-04
+ -2.7274569856507321E-04 -2.7778903833454617E-04 -2.8292563907506018E-04
+ -2.8815722581841197E-04 -2.9348555552375136E-04 -2.9891241766924763E-04
+ -3.0443963485479579E-04 -3.1006906341584880E-04 -3.1580259404873870E-04
+ -3.2164215244753753E-04 -3.2758969995283786E-04 -3.3364723421252005E-04
+ -3.3981678985485215E-04 -3.4610043917409098E-04 -3.5250029282882765E-04
+ -3.5901850055333035E-04 -3.6565725188210071E-04 -3.7241877688791149E-04
+ -3.7930534693362286E-04 -3.8631927543788922E-04 -3.9346291865521404E-04
+ -4.0073867647045646E-04 -4.0814899320815688E-04 -4.1569635845691087E-04
+ -4.2338330790911226E-04 -4.3121242421630346E-04 -4.3918633786049207E-04
+ -4.4730772804163672E-04 -4.5557932358174241E-04 -4.6400390384573041E-04
+ -4.7258429967950741E-04 -4.8132339436548870E-04 -4.9022412459596575E-04
+ -4.9928948146457164E-04 -5.0852251147629575E-04 -5.1792631757623835E-04
+ -5.2750406019765029E-04 -5.3725895832945191E-04 -5.4719429060372119E-04
+ -5.5731339640340103E-04 -5.6761967699076694E-04 -5.7811659665689841E-04
+ -5.8880768389258915E-04 -5.9969653258122244E-04 -6.1078680321380698E-04
+ -6.2208222412677870E-04 -6.3358659276290029E-04 -6.4530377695574211E-04
+ -6.5723771623813897E-04 -6.6939242317516439E-04 -6.8177198472192441E-04
+ -6.9438056360687382E-04 -7.0722239974090203E-04 -7.2030181165286104E-04
+ -7.3362319795185725E-04 -7.4719103881702297E-04 -7.6100989751514683E-04
+ -7.7508442194663594E-04 -7.8941934622058885E-04 -8.0401949225920952E-04
+ -8.1888977143247004E-04 -8.3403518622322597E-04 -8.4946083192370464E-04
+ -8.6517189836368290E-04 -8.8117367167122153E-04 -8.9747153606629753E-04
+ -9.1407097568817447E-04 -9.3097757645709532E-04 -9.4819702797088951E-04
+ -9.6573512543720566E-04 -9.8359777164207999E-04 -1.0017909789555577E-03
+ -1.0203208713748528E-03 -1.0391936866060722E-03 -1.0584157781851106E-03
+ -1.0779936176383900E-03 -1.0979337966842521E-03 -1.1182430294759329E-03
+ -1.1389281548866014E-03 -1.1599961388376297E-03 -1.1814540766706895E-03
+ -1.2033091955644584E-03 -1.2255688569971534E-03 -1.2482405592552867E-03
+ -1.2713319399899213E-03 -1.2948507788212407E-03 -1.3188049999920248E-03
+ -1.3432026750717467E-03 -1.3680520257114068E-03 -1.3933614264504948E-03
+ -1.4191394075773599E-03 -1.4453946580433748E-03 -1.4721360284325182E-03
+ -1.4993725339870168E-03 -1.5271133576905530E-03 -1.5553678534097806E-03
+ -1.5841455490954253E-03 -1.6134561500442486E-03 -1.6433095422228386E-03
+ -1.6737157956545595E-03 -1.7046851678709386E-03 -1.7362281074286504E-03
+ -1.7683552574932347E-03 -1.8010774594913570E-03 -1.8344057568323237E-03
+ -1.8683513987006602E-03 -1.9029258439208908E-03 -1.9381407648961049E-03
+ -1.9740080516216559E-03 -2.0105398157754840E-03 -2.0477483948866879E-03
+ -2.0856463565834932E-03 -2.1242465029228060E-03 -2.1635618748025694E-03
+ -2.2036057564583733E-03 -2.2443916800463722E-03 -2.2859334303142456E-03
+ -2.3282450493614932E-03 -2.3713408414911853E-03 -2.4152353781551257E-03
+ -2.4599435029937955E-03 -2.5054803369733017E-03 -2.5518612836213264E-03
+ -2.5991020343640219E-03 -2.6472185739653395E-03 -2.6962271860716267E-03
+ -2.7461444588633335E-03 -2.7969872908155833E-03 -2.8487728965703829E-03
+ -2.9015188129222149E-03 -2.9552429049197154E-03 -3.0099633720854489E-03
+ -3.0656987547563585E-03 -3.1224679405471348E-03 -3.1802901709394801E-03
+ -3.2391850479990955E-03 -3.2991725412233530E-03 -3.3602729945227403E-03
+ -3.4225071333376330E-03 -3.4858960718949128E-03 -3.5504613206050963E-03
+ -3.6162247936049859E-03 -3.6832088164472448E-03 -3.7514361339409321E-03
+ -3.8209299181453638E-03 -3.8917137765209246E-03 -3.9638117602398756E-03
+ -4.0372483726606396E-03 -4.1120485779685559E-03 -4.1882378099869673E-03
+ -4.2658419811621206E-03 -4.3448874917248800E-03 -4.4254012390343173E-03
+ -4.5074106271051038E-03 -4.5909435763241318E-03 -4.6760285333596000E-03
+ -4.7626944812668107E-03 -4.8509709497942706E-03 -4.9408880258952096E-03
+ -5.0324763644487179E-03 -5.1257671991931575E-03 -5.2207923538797069E-03
+ -5.3175842536472145E-03 -5.4161759366258191E-03 -5.5166010657715994E-03
+ -5.6188939409403402E-03 -5.7230895112021212E-03 -5.8292233874046020E-03
+ -5.9373318549890020E-03 -6.0474518870640183E-03 -6.1596211577442401E-03
+ -6.2738780557580259E-03 -6.3902616983307599E-03 -6.5088119453495441E-03
+ -6.6295694138156086E-03 -6.7525754925900358E-03 -6.8778723574405912E-03
+ -7.0055029863942929E-03 -7.1355111754039168E-03 -7.2679415543351689E-03
+ -7.4028396032801381E-03 -7.5402516692071580E-03 -7.6802249829505441E-03
+ -7.8228076765516352E-03 -7.9680488009558712E-03 -8.1159983440761852E-03
+ -8.2667072492287989E-03 -8.4202274339514622E-03 -8.5766118092111890E-03
+ -8.7359142990124997E-03 -8.8981898604109759E-03 -9.0634945039470491E-03
+ -9.2318853145041038E-03 -9.4034204726039169E-03 -9.5781592761475937E-03
+ -9.7561621626139905E-03 -9.9374907317223444E-03 -1.0122207768575527E-02
+ -1.0310377267288576E-02 -1.0502064455118613E-02 -1.0697335817104961E-02
+ -1.0896259121231756E-02 -1.1098903444126295E-02 -1.1305339197303532E-02
+ -1.1515638153970980E-02 -1.1729873476406933E-02 -1.1948119743924103E-02
+ -1.2170452981434460E-02 -1.2396950688626953E-02 -1.2627691869774534E-02
+ -1.2862757064184480E-02 -1.3102228377306558E-02 -1.3346189512516343E-02
+ -1.3594725803588132E-02 -1.3847924247873549E-02 -1.4105873540205115E-02
+ -1.4368664107539316E-02 -1.4636388144358756E-02 -1.4909139648849150E-02
+ -1.5187014459874668E-02 -1.5470110294764597E-02 -1.5758526787936024E-02
+ -1.6052365530370614E-02 -1.6351730109965004E-02 -1.6656726152779761E-02
+ -1.6967461365205452E-02 -1.7284045577068891E-02 -1.7606590785703823E-02
+ -1.7935211201009001E-02 -1.8270023291518642E-02 -1.8611145831506790E-02
+ -1.8958699949158296E-02 -1.9312809175824518E-02 -1.9673599496396049E-02
+ -2.0041199400820296E-02 -2.0415739936788909E-02 -2.0797354763626374E-02
+ -2.1186180207411965E-02 -2.1582355317361565E-02 -2.1986021923504212E-02
+ -2.2397324695686470E-02 -2.2816411203933094E-02 -2.3243431980206591E-02
+ -2.3678540581592702E-02 -2.4121893654953406E-02 -2.4573651003083449E-02
+ -2.5033975652407107E-02 -2.5503033922257161E-02 -2.5980995495773259E-02
+ -2.6468033492465130E-02 -2.6964324542478744E-02 -2.7470048862614914E-02
+ -2.7985390334137737E-02 -2.8510536582426655E-02 -2.9045679058515642E-02
+ -2.9591013122568236E-02 -3.0146738129340194E-02 -3.0713057515678766E-02
+ -3.1290178890116392E-02 -3.1878314124604949E-02 -3.2477679448456288E-02
+ -3.3088495544537029E-02 -3.3710987647782936E-02 -3.4345385646091034E-02
+ -3.4991924183650810E-02 -3.5650842766780232E-02 -3.6322385872328167E-02
+ -3.7006803058719145E-02 -3.7704349079695908E-02 -3.8415284000843916E-02
+ -3.9139873318963507E-02 -3.9878388084366369E-02 -4.0631105026171753E-02
+ -4.1398306680682652E-02 -4.2180281522925918E-02 -4.2977324101427336E-02
+ -4.3789735176328962E-02 -4.4617821860907424E-02 -4.5461897766609881E-02
+ -4.6322283151683692E-02 -4.7199305073499773E-02 -4.8093297544663981E-02
+ -4.9004601693019685E-02 -4.9933565925640369E-02 -5.0880546096920234E-02
+ -5.1845905680861719E-02 -5.2830015947687894E-02 -5.3833256144870369E-02
+ -5.4856013682698809E-02 -5.5898684324518236E-02 -5.6961672381746278E-02
+ -5.8045390913785411E-02 -5.9150261932987454E-02 -6.0276716614762249E-02
+ -6.1425195513001352E-02 -6.2596148780922109E-02 -6.3790036397499222E-02
+ -6.5007328399600717E-02 -6.6248505120001841E-02 -6.7514057431401667E-02
+ -6.8804486996619077E-02 -7.0120306525105577E-02 -7.1462040035944183E-02
+ -7.2830223127506089E-02 -7.4225403253909639E-02 -7.5648140008481440E-02
+ -7.7099005414367858E-02 -7.8578584222496750E-02 -8.0087474217049467E-02
+ -8.1626286528654987E-02 -8.3195645955468356E-02 -8.4796191292334760E-02
+ -8.6428575668257970E-02 -8.8093466892330219E-02 -8.9791547808362251E-02
+ -9.1523516658403387E-02 -9.3290087455373524E-02 -9.5091990364991927E-02
+ -9.6929972097266087E-02 -9.8804796307723625E-02 -1.0071724400860552E-01
+ -1.0266811399029639E-01 -1.0465822325315423E-01 -1.0668840745001867E-01
+ -1.0875952133962327E-01 -1.1087243925112605E-01 -1.1302805556002056E-01
+ -1.1522728517566536E-01 -1.1747106404066375E-01 -1.1976034964234257E-01
+ -1.2209612153658324E-01 -1.2447938188423198E-01 -1.2691115600035949E-01
+ -1.2939249291659968E-01 -1.3192446595680773E-01 -1.3450817332631940E-01
+ -1.3714473871499785E-01 -1.3983531191437287E-01 -1.4258106944905513E-01
+ -1.4538321522271661E-01 -1.4824298117881657E-01 -1.5116162797635674E-01
+ -1.5414044568084440E-01 -1.5718075447070981E-01 -1.6028390535936804E-01
+ -1.6345128093317415E-01 -1.6668429610538629E-01 -1.6998439888641906E-01
+ -1.7335307117046977E-01 -1.7679182953877559E-01 -1.8030222607952828E-01
+ -1.8388584922473472E-01 -1.8754432460398718E-01 -1.9127931591535891E-01
+ -1.9509252581343373E-01 -1.9898569681458458E-01 -2.0296061221947526E-01
+ -2.0701909705286961E-01 -2.1116301902064752E-01 -2.1539428948406270E-01
+ -2.1971486445110605E-01 -2.2412674558490098E-01 -2.2863198122892986E-01
+ -2.3323266744896426E-01 -2.3793094909142565E-01 -2.4272902085789749E-01
+ -2.4762912839546494E-01 -2.5263356940252080E-01 -2.5774469474954581E-01
+ -2.6296490961441465E-01 -2.6829667463163825E-01 -2.7374250705488956E-01
+ -2.7930498193214154E-01 -2.8498673329258184E-01 -2.9079045534448500E-01
+ -2.9671890368298659E-01 -3.0277489650683814E-01 -3.0896131584283287E-01
+ -3.1528110877672827E-01 -3.2173728868925983E-01 -3.2833293649573170E-01
+ -3.3507120188753192E-01 -3.4195530457384193E-01 -3.4898853552164827E-01
+ -3.5617425819184267E-01 -3.6351590976938408E-01 -3.7101700238498814E-01
+ -3.7868112432580736E-01 -3.8651194123230698E-01 -3.9451319727840245E-01
+ -4.0268871633167547E-01 -4.1104240309021201E-01 -4.1957824419247403E-01
+ -4.2830030929629626E-01 -4.3721275212287408E-01 -4.4631981146131228E-01
+ -4.5562581212899628E-01 -4.6513516588288573E-01 -4.7485237227621468E-01
+ -4.8478201945518451E-01 -4.9492878488939052E-01 -5.0529743602985833E-01
+ -5.1589283088770943E-01 -5.2671991852648403E-01 -5.3778373946047597E-01
+ -5.4908942595104637E-01 -5.6064220219254390E-01 -5.7244738437881504E-01
+ -5.8451038064091287E-01 -5.9683669084606772E-01 -6.0943190624739785E-01
+ -6.2230170897333315E-01 -6.3545187134514758E-01 -6.4888825501030012E-01
+ -6.6261680987883698E-01 -6.7664357284920429E-01 -6.9097466630939419E-01
+ -7.0561629639848922E-01 -7.2057475101297419E-01 -7.3585639754152787E-01
+ -7.5146768031107969E-01 -7.6741511772629101E-01 -7.8370529908360365E-01
+ -8.0034488104043289E-01 -8.1734058371882590E-01 -8.3469918642248309E-01
+ -8.5242752294466861E-01 -8.7053247644398601E-01 -8.8902097386371270E-01
+ -9.0789997986980187E-01 -9.2717649028115601E-01 -9.4685752496531117E-01
+ -9.6695012017126103E-01 -9.8746132027031297E-01 -1.0083981688746981E+00
+ -1.0297676993027989E+00 -1.0515769243585584E+00 -1.0738328253917655E+00
+ -1.0965423406048276E+00 -1.1197123525705299E+00 -1.1433496749243455E+00
+ -1.1674610381937218E+00 -1.1920530747259461E+00 -1.2171323026751015E+00
+ -1.2427051090077275E+00 -1.2687777314859656E+00 -1.2953562395860554E+00
+ -1.3224465143094317E+00 -1.3500542268427089E+00 -1.3781848160225270E+00
+ -1.4068434645604642E+00 -1.4360350739828520E+00 -1.4657642382401523E+00
+ -1.4960352159400487E+00 -1.5268519011588300E+00 -1.5582177927851384E+00
+ -1.5901359623512090E+00 -1.6226090203062773E+00 -1.6556390806885635E+00
+ -1.6892277241520965E+00 -1.7233759593067588E+00 -1.7580841823306850E+00
+ -1.7933521348163137E+00 -1.8291788598131982E+00 -1.8655626560331875E+00
+ -1.9025010301865286E+00 -1.9399906474202824E+00 -1.9780272798345961E+00
+ -2.0166057530556221E+00 -2.0557198908497334E+00 -2.0953624577673584E+00
+ -2.1355250998118240E+00 -2.1761982831336950E+00 -2.2173712307590416E+00
+ -2.2590318573671184E+00 -2.3011667021412547E+00 -2.3437608597264337E+00
+ -2.3867979093361900E+00 -2.4302598420629562E+00 -2.4741269864569126E+00
+ -2.5183779324517745E+00 -2.5629894537288216E+00 -2.6079364286253193E+00
+ -2.6531917597094261E+00 -2.6987262921596407E+00 -2.7445087311055825E+00
+ -2.7905055581053619E+00 -2.8366809469551830E+00 -2.8829966790485453E+00
+ -2.9294120585246262E+00 -2.9758838274702937E+00 -3.0223660814647832E+00
+ -3.0688101857832617E+00 -3.1151646926034067E+00 -3.1613752595884224E+00
+ -3.2073845702509738E+00 -3.2531322565339016E+00 -3.2985548240780007E+00
+ -3.3435855806803141E+00 -3.3881545684839058E+00 -3.4321885004751969E+00
+ -3.4756107019049050E+00 -3.5183410572860212E+00 -3.5602959636633846E+00
+ -3.6013882908891808E+00 -3.6415273496810450E+00 -3.6806188682797423E+00
+ -3.7185649785670960E+00 -3.7552642125452649E+00 -3.7906115101213351E+00
+ -3.8244982391822315E+00 -3.8568122289854085E+00 -3.8874378179304765E+00
+ -3.9162559168145581E+00 -3.9431440887114659E+00 -3.9679766466468780E+00
+ -3.9906247702749846E+00 -4.0109566427882157E+00 -4.0288376093174296E+00
+ -4.0441303580986547E+00 -4.0566951256983383E+00 -4.0663899275978563E+00
+ -4.0730708154417687E+00 -4.0765921622500603E+00 -4.0768069768833710E+00
+ -4.0735672490300070E+00 -4.0667243259546373E+00 -4.0561293222084869E+00
+ -4.0416335634507856E+00 -4.0230890654683966E+00 -4.0003490494057532E+00
+ -3.9732684941271454E+00 -3.9417047265305065E+00 -3.9055180505116809E+00
+ -3.8645724151413550E+00 -3.8187361224637577E+00 -3.7678825751532763E+00
+ -3.7118910640718425E+00 -3.6506475955592599E+00 -3.5840457580522944E+00
+ -3.5119876273732853E+00 -3.4343847097486755E+00 -3.3511589213145072E+00
+ -3.2622436025372572E+00 -3.1675845656242547E+00 -3.0671411726180633E+00
+ -2.9608874414620558E+00 -2.8488131768893385E+00 -2.7309251225253384E+00
+ -2.6072481301018247E+00 -2.4778263411616166E+00 -2.3427243760803709E+00
+ -2.2020285246546116E+00 -2.0558479318916518E+00 -1.9043157719956056E+00
+ -1.7475904028710936E+00 -1.5858564927572516E+00 -1.4193261098669616E+00
+ -1.2482397651324320E+00 -1.0728673973494551E+00 -8.9350928916979910E-01
+ -7.1049690151030376E-01 -5.2419361302911938E-01 -3.3499535036429151E-01
+ -1.4333109383131415E-01  5.0336757757197148E-02  2.4551218056528867E-01
+  4.4166549603491134E-01  6.3823353770305147E-01  8.3462003542262053E-01
+  1.0301962391013184E+00  1.2243018053347114E+00  1.4162459715890954E+00
+  1.6053090438816753E+00  1.7907442251917232E+00  1.9717798130980988E+00
+  2.1476217963458808E+00  2.3174568811672849E+00  2.4804559791696370E+00
+  2.6357781894021031E+00  2.7825753077547333E+00  2.9199968970308738E+00
+  3.0471959507739506E+00  3.1633351830757697E+00  3.2675939750004339E+00
+  3.3591760057249793E+00  3.4373175928082098E+00  3.5012967608777714E+00
+  3.5504430511610447E+00  3.5841480753092920E+00  3.6018768054504342E+00
+  3.6031795778565279E+00  3.5877047694632669E+00  3.5552120840843582E+00
+  3.5055863577824677E+00  3.4388517596716941E+00  3.3551862244909696E+00
+  3.2549359055758096E+00  3.1386293802085135E+00  3.0069912724799339E+00
+  2.8609548803487979E+00  2.7016733020222725E+00  2.5305284504579664E+00
+  2.3491372219112225E+00  2.1593539431195490E+00  1.9632680598730987E+00
+  1.7631958451689291E+00  1.5616646955529290E+00  1.3613883471207169E+00
+  1.1652310752726882E+00  9.7615864186302059E-01  7.9717341665713204E-01
+  6.3123072365147126E-01  4.8113304300883752E-01  3.4939823191447278E-01
+  2.3809740786937778E-01  1.4865756049157947E-01  8.1623316921068459E-02
+  3.6371574898725431E-02  1.0771929628689855E-02  7.8494869574039080E-04
+  0.0000000000000000E+00
+===== CORE_DENSITY =====
+ 1  : radial mesh index
+  4.2057635806042634E+02  4.2057628067675421E+02  4.2057620258116827E+02
+  4.2057612376714098E+02  4.2057604422806907E+02  4.2057596395727404E+02
+  4.2057588294802497E+02  4.2057580119353179E+02  4.2057571868693390E+02
+  4.2057563542131578E+02  4.2057555138969406E+02  4.2057546658502412E+02
+  4.2057538100019013E+02  4.2057529462801790E+02  4.2057520746126494E+02
+  4.2057511949261954E+02  4.2057503071470666E+02  4.2057494112008044E+02
+  4.2057485070122857E+02  4.2057475945056871E+02  4.2057466736044881E+02
+  4.2057457442314529E+02  4.2057448063086696E+02  4.2057438597574571E+02
+  4.2057429044984696E+02  4.2057419404515775E+02  4.2057409675359611E+02
+  4.2057399856700221E+02  4.2057389947714324E+02  4.2057379947570945E+02
+  4.2057369855431438E+02  4.2057359670449625E+02  4.2057349391771299E+02
+  4.2057339018534526E+02  4.2057328549869578E+02  4.2057317984898503E+02
+  4.2057307322735420E+02  4.2057296562486187E+02  4.2057285703248493E+02
+  4.2057274744111709E+02  4.2057263684156857E+02  4.2057252522456486E+02
+  4.2057241258074572E+02  4.2057229890066606E+02  4.2057218417479299E+02
+  4.2057206839350579E+02  4.2057195154709638E+02  4.2057183362576575E+02
+  4.2057171461962594E+02  4.2057159451869722E+02  4.2057147331290923E+02
+  4.2057135099209756E+02  4.2057122754600584E+02  4.2057110296428141E+02
+  4.2057097723647814E+02  4.2057085035205228E+02  4.2057072230036465E+02
+  4.2057059307067749E+02  4.2057046265215456E+02  4.2057033103385857E+02
+  4.2057019820475324E+02  4.2057006415370012E+02  4.2056992886945864E+02
+  4.2056979234068518E+02  4.2056965455593019E+02  4.2056951550364050E+02
+  4.2056937517215562E+02  4.2056923354970831E+02  4.2056909062442332E+02
+  4.2056894638431584E+02  4.2056880081728991E+02  4.2056865391114013E+02
+  4.2056850565354745E+02  4.2056835603207998E+02  4.2056820503419158E+02
+  4.2056805264722033E+02  4.2056789885838788E+02  4.2056774365479919E+02
+  4.2056758702343927E+02  4.2056742895117452E+02  4.2056726942475001E+02
+  4.2056710843078969E+02  4.2056694595579177E+02  4.2056678198613463E+02
+  4.2056661650806745E+02  4.2056644950771550E+02  4.2056628097107546E+02
+  4.2056611088401451E+02  4.2056593923227058E+02  4.2056576600145024E+02
+  4.2056559117702750E+02  4.2056541474434351E+02  4.2056523668860393E+02
+  4.2056505699487917E+02  4.2056487564810078E+02  4.2056469263306326E+02
+  4.2056450793441996E+02  4.2056432153668419E+02  4.2056413342422621E+02
+  4.2056394358127199E+02  4.2056375199190421E+02  4.2056355864005678E+02
+  4.2056336350951784E+02  4.2056316658392558E+02  4.2056296784676698E+02
+  4.2056276728137908E+02  4.2056256487094288E+02  4.2056236059848794E+02
+  4.2056215444688524E+02  4.2056194639884876E+02  4.2056173643693415E+02
+  4.2056152454353656E+02  4.2056131070088810E+02  4.2056109489105859E+02
+  4.2056087709595283E+02  4.2056065729730852E+02  4.2056043547669577E+02
+  4.2056021161551507E+02  4.2055998569499633E+02  4.2055975769619675E+02
+  4.2055952759999872E+02  4.2055929538710933E+02  4.2055906103805739E+02
+  4.2055882453319362E+02  4.2055858585268760E+02  4.2055834497652631E+02
+  4.2055810188451335E+02  4.2055785655626511E+02  4.2055760897121263E+02
+  4.2055735910859653E+02  4.2055710694746585E+02  4.2055685246667855E+02
+  4.2055659564489667E+02  4.2055633646058772E+02  4.2055607489201890E+02
+  4.2055581091725918E+02  4.2055554451417578E+02  4.2055527566043077E+02
+  4.2055500433348294E+02  4.2055473051058300E+02  4.2055445416877120E+02
+  4.2055417528487874E+02  4.2055389383552233E+02  4.2055360979710355E+02
+  4.2055332314580727E+02  4.2055303385759947E+02  4.2055274190822536E+02
+  4.2055244727320610E+02  4.2055214992783885E+02  4.2055184984719313E+02
+  4.2055154700610814E+02  4.2055124137919375E+02  4.2055093294082434E+02
+  4.2055062166514000E+02  4.2055030752604193E+02  4.2054999049719277E+02
+  4.2054967055201189E+02  4.2054934766367353E+02  4.2054902180510697E+02
+  4.2054869294899191E+02  4.2054836106775525E+02  4.2054802613357276E+02
+  4.2054768811836277E+02  4.2054734699378565E+02  4.2054700273124132E+02
+  4.2054665530186691E+02  4.2054630467653305E+02  4.2054595082584382E+02
+  4.2054559372013267E+02  4.2054523332946007E+02  4.2054486962360988E+02
+  4.2054450257208993E+02  4.2054413214412710E+02  4.2054375830866559E+02
+  4.2054338103436226E+02  4.2054300028958789E+02  4.2054261604242123E+02
+  4.2054222826064762E+02  4.2054183691175677E+02  4.2054144196293902E+02
+  4.2054104338108311E+02  4.2054064113277212E+02  4.2054023518428346E+02
+  4.2053982550158389E+02  4.2053941205032709E+02  4.2053899479585061E+02
+  4.2053857370317428E+02  4.2053814873699531E+02  4.2053771986168584E+02
+  4.2053728704129162E+02  4.2053685023952744E+02  4.2053640941977369E+02
+  4.2053596454507510E+02  4.2053551557813597E+02  4.2053506248131731E+02
+  4.2053460521663470E+02  4.2053414374575425E+02  4.2053367802998935E+02
+  4.2053320803029806E+02  4.2053273370727908E+02  4.2053225502116936E+02
+  4.2053177193183876E+02  4.2053128439879038E+02  4.2053079238115259E+02
+  4.2053029583767972E+02  4.2052979472674718E+02  4.2052928900634561E+02
+  4.2052877863408099E+02  4.2052826356716832E+02  4.2052774376243104E+02
+  4.2052721917629407E+02  4.2052668976478179E+02  4.2052615548351434E+02
+  4.2052561628770451E+02  4.2052507213215222E+02  4.2052452297124233E+02
+  4.2052396875894067E+02  4.2052340944878830E+02  4.2052284499390186E+02
+  4.2052227534696419E+02  4.2052170046022457E+02  4.2052112028549345E+02
+  4.2052053477413705E+02  4.2051994387707487E+02  4.2051934754477588E+02
+  4.2051874572725262E+02  4.2051813837405871E+02  4.2051752543428370E+02
+  4.2051690685654933E+02  4.2051628258900547E+02  4.2051565257932373E+02
+  4.2051501677469622E+02  4.2051437512182878E+02  4.2051372756693684E+02
+  4.2051307405574215E+02  4.2051241453346807E+02  4.2051174894483279E+02
+  4.2051107723404766E+02  4.2051039934481037E+02  4.2050971522030090E+02
+  4.2050902480317717E+02  4.2050832803557040E+02  4.2050762485907882E+02
+  4.2050691521476483E+02  4.2050619904314897E+02  4.2050547628420384E+02
+  4.2050474687735147E+02  4.2050401076145562E+02  4.2050326787481987E+02
+  4.2050251815517908E+02  4.2050176153969574E+02  4.2050099796495709E+02
+  4.2050022736696462E+02  4.2049944968113226E+02  4.2049866484228107E+02
+  4.2049787278463299E+02  4.2049707344180359E+02  4.2049626674679990E+02
+  4.2049545263201327E+02  4.2049463102921283E+02  4.2049380186954124E+02
+  4.2049296508350710E+02  4.2049212060098091E+02  4.2049126835118904E+02
+  4.2049040826270664E+02  4.2048954026345262E+02  4.2048866428068385E+02
+  4.2048778024098760E+02  4.2048688807027736E+02  4.2048598769378509E+02
+  4.2048507903605565E+02  4.2048416202094108E+02  4.2048323657159239E+02
+  4.2048230261045478E+02  4.2048136005926045E+02  4.2048040883902331E+02
+  4.2047944887002984E+02  4.2047848007183541E+02  4.2047750236325487E+02
+  4.2047651566235731E+02  4.2047551988645870E+02  4.2047451495211641E+02
+  4.2047350077511919E+02  4.2047247727048324E+02  4.2047144435244275E+02
+  4.2047040193444417E+02  4.2046934992913879E+02  4.2046828824837399E+02
+  4.2046721680318922E+02  4.2046613550380533E+02  4.2046504425961683E+02
+  4.2046394297918869E+02  4.2046283157024277E+02  4.2046170993965433E+02
+  4.2046057799344260E+02  4.2045943563676406E+02  4.2045828277390206E+02
+  4.2045711930826178E+02  4.2045594514236149E+02  4.2045476017782124E+02
+  4.2045356431535919E+02  4.2045235745478101E+02  4.2045113949497130E+02
+  4.2044991033388567E+02  4.2044866986854225E+02  4.2044741799501287E+02
+  4.2044615460841521E+02  4.2044487960290252E+02  4.2044359287165571E+02
+  4.2044229430687506E+02  4.2044098379976896E+02  4.2043966124054793E+02
+  4.2043832651841274E+02  4.2043697952154736E+02  4.2043562013710709E+02
+  4.2043424825121235E+02  4.2043286374893540E+02  4.2043146651429453E+02
+  4.2043005643024173E+02  4.2042863337865424E+02  4.2042719724032310E+02
+  4.2042574789494614E+02  4.2042428522111402E+02  4.2042280909630392E+02
+  4.2042131939686624E+02  4.2041981599801693E+02  4.2041829877382480E+02
+  4.2041676759720184E+02  4.2041522233989394E+02  4.2041366287246819E+02
+  4.2041208906430279E+02  4.2041050078357654E+02  4.2040889789725810E+02
+  4.2040728027109282E+02  4.2040564776959388E+02  4.2040400025603026E+02
+  4.2040233759241494E+02  4.2040065963949417E+02  4.2039896625673538E+02
+  4.2039725730231430E+02  4.2039553263310609E+02  4.2039379210466990E+02
+  4.2039203557123892E+02  4.2039026288570926E+02  4.2038847389962382E+02
+  4.2038666846316369E+02  4.2038484642513475E+02  4.2038300763295337E+02
+  4.2038115193263565E+02  4.2037927916878408E+02  4.2037738918457336E+02
+  4.2037548182173953E+02  4.2037355692056462E+02  4.2037161431986436E+02
+  4.2036965385697511E+02  4.2036767536773993E+02  4.2036567868649377E+02
+  4.2036366364605232E+02  4.2036163007769471E+02  4.2035957781115286E+02
+  4.2035750667459411E+02  4.2035541649460930E+02  4.2035330709619780E+02
+  4.2035117830275209E+02  4.2034902993604294E+02  4.2034686181620600E+02
+  4.2034467376172637E+02  4.2034246558942255E+02  4.2034023711443194E+02
+  4.2033798815019486E+02  4.2033571850843879E+02  4.2033342799916494E+02
+  4.2033111643062932E+02  4.2032878360932949E+02  4.2032642933998613E+02
+  4.2032405342552823E+02  4.2032165566707630E+02  4.2031923586392560E+02
+  4.2031679381353041E+02  4.2031432931148589E+02  4.2031184215151177E+02
+  4.2030933212543437E+02  4.2030679902317047E+02  4.2030424263270970E+02
+  4.2030166274009531E+02  4.2029905912940887E+02  4.2029643158275007E+02
+  4.2029377988022003E+02  4.2029110379990209E+02  4.2028840311784455E+02
+  4.2028567760803998E+02  4.2028292704240903E+02  4.2028015119077935E+02
+  4.2027734982086758E+02  4.2027452269825943E+02  4.2027166958639123E+02
+  4.2026879024652823E+02  4.2026588443774705E+02  4.2026295191691429E+02
+  4.2025999243866647E+02  4.2025700575539082E+02  4.2025399161720230E+02
+  4.2025094977192532E+02  4.2024787996507143E+02  4.2024478193981855E+02
+  4.2024165543698979E+02  4.2023850019503146E+02  4.2023531594999167E+02
+  4.2023210243549858E+02  4.2022885938273782E+02  4.2022558652043051E+02
+  4.2022228357481112E+02  4.2021895026960277E+02  4.2021558632599783E+02
+  4.2021219146263195E+02  4.2020876539556139E+02  4.2020530783823955E+02
+  4.2020181850149407E+02  4.2019829709350097E+02  4.2019474331976187E+02
+  4.2019115688307954E+02  4.2018753748353259E+02  4.2018388481845034E+02
+  4.2018019858238983E+02  4.2017647846710798E+02  4.2017272416153730E+02
+  4.2016893535176024E+02  4.2016511172098177E+02  4.2016125294950535E+02
+  4.2015735871470463E+02  4.2015342869099754E+02  4.2014946254981942E+02
+  4.2014545995959401E+02  4.2014142058570985E+02  4.2013734409048874E+02
+  4.2013323013315915E+02  4.2012907836982868E+02  4.2012488845345479E+02
+  4.2012066003381665E+02  4.2011639275748456E+02  4.2011208626779364E+02
+  4.2010774020481244E+02  4.2010335420531158E+02  4.2009892790273710E+02
+  4.2009446092717928E+02  4.2008995290533937E+02  4.2008540346050250E+02
+  4.2008081221250404E+02  4.2007617877769781E+02  4.2007150276892702E+02
+  4.2006678379548958E+02  4.2006202146310704E+02  4.2005721537389263E+02
+  4.2005236512631706E+02  4.2004747031517547E+02  4.2004253053155537E+02
+  4.2003754536280161E+02  4.2003251439248231E+02  4.2002743720035556E+02
+  4.2002231336233331E+02  4.2001714245044673E+02  4.2001192403281294E+02
+  4.2000665767359584E+02  4.2000134293297322E+02  4.1999597936709830E+02
+  4.1999056652806468E+02  4.1998510396386854E+02  4.1997959121837221E+02
+  4.1997402783126540E+02  4.1996841333802831E+02  4.1996274726989390E+02
+  4.1995702915380537E+02  4.1995125851238356E+02  4.1994543486388227E+02
+  4.1993955772215077E+02  4.1993362659659414E+02  4.1992764099213230E+02
+  4.1992160040915905E+02  4.1991550434350086E+02  4.1990935228637676E+02
+  4.1990314372435381E+02  4.1989687813930857E+02  4.1989055500838072E+02
+  4.1988417380393270E+02  4.1987773399350533E+02  4.1987123503977375E+02
+  4.1986467640050506E+02  4.1985805752851144E+02  4.1985137787160562E+02
+  4.1984463687255737E+02  4.1983783396904539E+02  4.1983096859361359E+02
+  4.1982404017362200E+02  4.1981704813120268E+02  4.1980999188320772E+02
+  4.1980287084116713E+02  4.1979568441123661E+02  4.1978843199415024E+02
+  4.1978111298517189E+02  4.1977372677404270E+02  4.1976627274493603E+02
+  4.1975875027640268E+02  4.1975115874132268E+02  4.1974349750685224E+02
+  4.1973576593437343E+02  4.1972796337943993E+02  4.1972008919172600E+02
+  4.1971214271497303E+02  4.1970412328693595E+02  4.1969603023932774E+02
+  4.1968786289776676E+02  4.1967962058172020E+02  4.1967130260444952E+02
+  4.1966290827295342E+02  4.1965443688791146E+02  4.1964588774362852E+02
+  4.1963726012797304E+02  4.1962855332232436E+02  4.1961976660151055E+02
+  4.1961089923374993E+02  4.1960195048059234E+02  4.1959291959685788E+02
+  4.1958380583057613E+02  4.1957460842292585E+02  4.1956532660817322E+02
+  4.1955595961360780E+02  4.1954650665948151E+02  4.1953696695894428E+02
+  4.1952733971797971E+02  4.1951762413534118E+02  4.1950781940248640E+02
+  4.1949792470351338E+02  4.1948793921509048E+02  4.1947786210639208E+02
+  4.1946769253903057E+02  4.1945742966698901E+02  4.1944707263655118E+02
+  4.1943662058623227E+02  4.1942607264671187E+02  4.1941542794075752E+02
+  4.1940468558316059E+02  4.1939384468065970E+02  4.1938290433187080E+02
+  4.1937186362721269E+02  4.1936072164883444E+02  4.1934947747053923E+02
+  4.1933813015771278E+02  4.1932667876724395E+02  4.1931512234745225E+02
+  4.1930345993800739E+02  4.1929169056985421E+02  4.1927981326513338E+02
+  4.1926782703710262E+02  4.1925573089005701E+02  4.1924352381924837E+02
+  4.1923120481080502E+02  4.1921877284164924E+02  4.1920622687941506E+02
+  4.1919356588236502E+02  4.1918078879930761E+02  4.1916789456950960E+02
+  4.1915488212261459E+02  4.1914175037855324E+02  4.1912849824745894E+02
+  4.1911512462957882E+02  4.1910162841518678E+02  4.1908800848449226E+02
+  4.1907426370755320E+02  4.1906039294418150E+02  4.1904639504385619E+02
+  4.1903226884562707E+02  4.1901801317802455E+02  4.1900362685896431E+02
+  4.1898910869565287E+02  4.1897445748449252E+02  4.1895967201098455E+02
+  4.1894475104963243E+02  4.1892969336384448E+02  4.1891449770583318E+02
+  4.1889916281651745E+02  4.1888368742542167E+02  4.1886807025057362E+02
+  4.1885230999840326E+02  4.1883640536363828E+02  4.1882035502920172E+02
+  4.1880415766610514E+02  4.1878781193334549E+02  4.1877131647779612E+02
+  4.1875466993409970E+02  4.1873787092456126E+02  4.1872091805903563E+02
+  4.1870380993482047E+02  4.1868654513654292E+02  4.1866912223604783E+02
+  4.1865153979228506E+02  4.1863379635119435E+02  4.1861589044559048E+02
+  4.1859782059504823E+02  4.1857958530578429E+02  4.1856118307053873E+02
+  4.1854261236845730E+02  4.1852387166497027E+02  4.1850495941167088E+02
+  4.1848587404619491E+02  4.1846661399209694E+02  4.1844717765872514E+02
+  4.1842756344109728E+02  4.1840776971977289E+02  4.1838779486072809E+02
+  4.1836763721522601E+02  4.1834729511968698E+02  4.1832676689555785E+02
+  4.1830605084918221E+02  4.1828514527166408E+02  4.1826404843873797E+02
+  4.1824275861063182E+02  4.1822127403193116E+02  4.1819959293144149E+02
+  4.1817771352205028E+02  4.1815563400058784E+02  4.1813335254768617E+02
+  4.1811086732763732E+02  4.1808817648825072E+02  4.1806527816070781E+02
+  4.1804217045941652E+02  4.1801885148186790E+02  4.1799531930848394E+02
+  4.1797157200247159E+02  4.1794760760967119E+02  4.1792342415840517E+02
+  4.1789901965932512E+02  4.1787439210525855E+02  4.1784953947105322E+02
+  4.1782445971342077E+02  4.1779915077077897E+02  4.1777361056309229E+02
+  4.1774783699171178E+02  4.1772182793921280E+02  4.1769558126923386E+02
+  4.1766909482631098E+02  4.1764236643571206E+02  4.1761539390327010E+02
+  4.1758817501521412E+02  4.1756070753800100E+02  4.1753298921814383E+02
+  4.1750501778203989E+02  4.1747679093579586E+02  4.1744830636505185E+02
+  4.1741956173480867E+02  4.1739055468924528E+02  4.1736128285154240E+02
+  4.1733174382370021E+02  4.1730193518635690E+02  4.1727185449860434E+02
+  4.1724149929780299E+02  4.1721086709939516E+02  4.1717995539671790E+02
+  4.1714876166081262E+02  4.1711728334023297E+02  4.1708551786085337E+02
+  4.1705346262567474E+02  4.1702111501462952E+02  4.1698847238438299E+02
+  4.1695553206813679E+02  4.1692229137542517E+02  4.1688874759191708E+02
+  4.1685489797920991E+02  4.1682073977462642E+02  4.1678627019100657E+02
+  4.1675148641650071E+02  4.1671638561435822E+02  4.1668096492271826E+02
+  4.1664522145439582E+02  4.1660915229666676E+02  4.1657275451105170E+02
+  4.1653602513309875E+02  4.1649896117216201E+02  4.1646155961118393E+02
+  4.1642381740646840E+02  4.1638573148745871E+02  4.1634729875651072E+02
+  4.1630851608866402E+02  4.1626938033141374E+02  4.1622988830447866E+02
+  4.1619003679956666E+02  4.1614982258014101E+02  4.1610924238118429E+02
+  4.1606829290895831E+02  4.1602697084076544E+02  4.1598527282470701E+02
+  4.1594319547943786E+02  4.1590073539392108E+02  4.1585788912718380E+02
+  4.1581465320806285E+02  4.1577102413495845E+02  4.1572699837557843E+02
+  4.1568257236668614E+02  4.1563774251384280E+02  4.1559250519114715E+02
+  4.1554685674097965E+02  4.1550079347373747E+02  4.1545431166757169E+02
+  4.1540740756812090E+02  4.1536007738824514E+02  4.1531231730775318E+02
+  4.1526412347313482E+02  4.1521549199728594E+02  4.1516641895923294E+02
+  4.1511690040385565E+02  4.1506693234161003E+02  4.1501651074824326E+02
+  4.1496563156451515E+02  4.1491429069591140E+02  4.1486248401235565E+02
+  4.1481020734792338E+02  4.1475745650054728E+02  4.1470422723172828E+02
+  4.1465051526623921E+02  4.1459631629182815E+02  4.1454162595891921E+02
+  4.1448643988031353E+02  4.1443075363088428E+02  4.1437456274727430E+02
+  4.1431786272758734E+02  4.1426064903108181E+02  4.1420291707785805E+02
+  4.1414466224854635E+02  4.1408587988399120E+02  4.1402656528493668E+02
+  4.1396671371170629E+02  4.1390632038388145E+02  4.1384538047998092E+02
+  4.1378388913713366E+02  4.1372184145075141E+02  4.1365923247420261E+02
+  4.1359605721847993E+02  4.1353231065186611E+02  4.1346798769960077E+02
+  4.1340308324354112E+02  4.1333759212182503E+02  4.1327150912852795E+02
+  4.1320482901332144E+02  4.1313754648112587E+02  4.1306965619176469E+02
+  4.1300115275961326E+02  4.1293203075324942E+02  4.1286228469509825E+02
+  4.1279190906107834E+02  4.1272089828024230E+02  4.1264924673441891E+02
+  4.1257694875784904E+02  4.1250399863682463E+02  4.1243039060932153E+02
+  4.1235611886463323E+02  4.1228117754299933E+02  4.1220556073523363E+02
+  4.1212926248235397E+02  4.1205227677520094E+02  4.1197459755406567E+02
+  4.1189621870830575E+02  4.1181713407596732E+02  4.1173733744339842E+02
+  4.1165682254486524E+02  4.1157558306216396E+02  4.1149361262423088E+02
+  4.1141090480675291E+02  4.1132745313177236E+02  4.1124325106729168E+02
+  4.1115829202687797E+02  4.1107256936926319E+02  4.1098607639794272E+02
+  4.1089880636077510E+02  4.1081075244957293E+02  4.1072190779970197E+02
+  4.1063226548966986E+02  4.1054181854071680E+02  4.1045055991640413E+02
+  4.1035848252220114E+02  4.1026557920506843E+02  4.1017184275304390E+02
+  4.1007726589482201E+02  4.0998184129933452E+02  4.0988556157532867E+02
+  4.0978841927094356E+02  4.0969040687328373E+02  4.0959151680799562E+02
+  4.0949174143883715E+02  4.0939107306724804E+02  4.0928950393192059E+02
+  4.0918702620836353E+02  4.0908363200847214E+02  4.0897931338009005E+02
+  4.0887406230657280E+02  4.0876787070635118E+02  4.0866073043249003E+02
+  4.0855263327224657E+02  4.0844357094663286E+02  4.0833353510996744E+02
+  4.0822251734943444E+02  4.0811050918463599E+02  4.0799750206714810E+02
+  4.0788348738006943E+02  4.0776845643757713E+02  4.0765240048447379E+02
+  4.0753531069573887E+02  4.0741717817607713E+02  4.0729799395946486E+02
+  4.0717774900869910E+02  4.0705643421494443E+02  4.0693404039727579E+02
+  4.0681055830222653E+02  4.0668597860333148E+02  4.0656029190067119E+02
+  4.0643348872041565E+02  4.0630555951436833E+02  4.0617649465950802E+02
+  4.0604628445753144E+02  4.0591491913439665E+02  4.0578238883986427E+02
+  4.0564868364704114E+02  4.0551379355192057E+02  4.0537770847292654E+02
+  4.0524041825045606E+02  4.0510191264642049E+02  4.0496218134378813E+02
+  4.0482121394613074E+02  4.0467899997716415E+02  4.0453552888029367E+02
+  4.0439079001816037E+02  4.0424477267218305E+02  4.0409746604210949E+02
+  4.0394885924556002E+02  4.0379894131757771E+02  4.0364770121017619E+02
+  4.0349512779189234E+02  4.0334120984733471E+02  4.0318593607674057E+02
+  4.0302929509552808E+02  4.0287127543385191E+02  4.0271186553616258E+02
+  4.0255105376076511E+02  4.0238882837937956E+02  4.0222517757670636E+02
+  4.0206008944999166E+02  4.0189355200859296E+02  4.0172555317355165E+02
+  4.0155608077716329E+02  4.0138512256255586E+02  4.0121266618326439E+02
+  4.0103869920281437E+02  4.0086320909430287E+02  4.0068618323998942E+02
+  4.0050760893088045E+02  4.0032747336632912E+02  4.0014576365362899E+02
+  3.9996246680761413E+02  3.9977756975026699E+02  3.9959105931032519E+02
+  3.9940292222289435E+02  3.9921314512906645E+02  3.9902171457554095E+02
+  3.9882861701425139E+02  3.9863383880199689E+02  3.9843736620007797E+02
+  3.9823918537393939E+02  3.9803928239281578E+02  3.9783764322938481E+02
+  3.9763425375942478E+02  3.9742909976148042E+02  3.9722216691653028E+02
+  3.9701344080766773E+02  3.9680290691978041E+02  3.9659055063924131E+02
+  3.9637635725360656E+02  3.9616031195131967E+02  3.9594239982142034E+02
+  3.9572260585326796E+02  3.9550091493626451E+02  3.9527731185959237E+02
+  3.9505178131195652E+02  3.9482430788133593E+02  3.9459487605474567E+02
+  3.9436347021800674E+02  3.9413007465552170E+02  3.9389467355006775E+02
+  3.9365725098259418E+02  3.9341779093202837E+02  3.9317627727509648E+02
+  3.9293269378615355E+02  3.9268702413702249E+02  3.9243925189684580E+02
+  3.9218936053194886E+02  3.9193733340571509E+02  3.9168315377847256E+02
+  3.9142680480739307E+02  3.9116826954640231E+02  3.9090753094610920E+02
+  3.9064457185374016E+02  3.9037937501309290E+02  3.9011192306450158E+02
+  3.8984219854481626E+02  3.8957018388739954E+02  3.8929586142213458E+02
+  3.8901921337545110E+02  3.8874022187036599E+02  3.8845886892654164E+02
+  3.8817513646035474E+02  3.8788900628499209E+02  3.8760046011055545E+02
+  3.8730947954418480E+02  3.8701604609020427E+02  3.8672014115028077E+02
+  3.8642174602360677E+02  3.8612084190709493E+02  3.8581740989560291E+02
+  3.8551143098216602E+02  3.8520288605826187E+02  3.8489175591408429E+02
+  3.8457802123885148E+02  3.8426166262112503E+02  3.8394266054915533E+02
+  3.8362099541125087E+02  3.8329664749616910E+02  3.8296959699353079E+02
+  3.8263982399425817E+02  3.8230730849104054E+02  3.8197203037882008E+02
+  3.8163396945530775E+02  3.8129310542152314E+02  3.8094941788235849E+02
+  3.8060288634717750E+02  3.8025349023043185E+02  3.7990120885231329E+02
+  3.7954602143943140E+02  3.7918790712552061E+02  3.7882684495217705E+02
+  3.7846281386962642E+02  3.7809579273752297E+02  3.7772576032577854E+02
+  3.7735269531542559E+02  3.7697657629950936E+02  3.7659738178401972E+02
+  3.7621509018884871E+02  3.7582967984878866E+02  3.7544112901456390E+02
+  3.7504941585389525E+02  3.7465451845260543E+02  3.7425641481575752E+02
+  3.7385508286883339E+02  3.7345050045894891E+02  3.7304264535610884E+02
+  3.7263149525450126E+02  3.7221702777383041E+02  3.7179922046069430E+02
+  3.7137805078999918E+02  3.7095349616642022E+02  3.7052553392590198E+02
+  3.7009414133720509E+02  3.6965929560349491E+02  3.6922097386397775E+02
+  3.6877915319557980E+02  3.6833381061467566E+02  3.6788492307886213E+02
+  3.6743246748877851E+02  3.6697642068998141E+02  3.6651675947486166E+02
+  3.6605346058461566E+02  3.6558650071126777E+02  3.6511585649974182E+02
+  3.6464150454998742E+02  3.6416342141915925E+02  3.6368158362384929E+02
+  3.6319596764237434E+02  3.6270654991712013E+02  3.6221330685693766E+02
+  3.6171621483960422E+02  3.6121525021433581E+02  3.6071038930436009E+02
+  3.6020160840955043E+02  3.5968888380911972E+02  3.5917219176437243E+02
+  3.5865150852152476E+02  3.5812681031458141E+02  3.5759807336827913E+02
+  3.5706527390109591E+02  3.5652838812832243E+02  3.5598739226520019E+02
+  3.5544226253012982E+02  3.5489297514794345E+02  3.5433950635324675E+02
+  3.5378183239383225E+02  3.5321992953416009E+02  3.5265377405891206E+02
+  3.5208334227661589E+02  3.5150861052334449E+02  3.5092955516648641E+02
+  3.5034615260859317E+02  3.4975837929129727E+02  3.4916621169931398E+02
+  3.4856962636451226E+02  3.4796859987006792E+02  3.4736310885469391E+02
+  3.4675313001694963E+02  3.4613864011963079E+02  3.4551961599424038E+02
+  3.4489603454554072E+02  3.4426787275618904E+02  3.4363510769145500E+02
+  3.4299771650402175E+02  3.4235567643887470E+02  3.4170896483827300E+02
+  3.4105755914680844E+02  3.4040143691655038E+02  3.3974057581227981E+02
+  3.3907495361681066E+02  3.3840454823639993E+02  3.3772933770624962E+02
+  3.3704930019609702E+02  3.3636441401589582E+02  3.3567465762159208E+02
+  3.3498000962098649E+02  3.3428044877969830E+02  3.3357595402721370E+02
+  3.3286650446303457E+02  3.3215207936291887E+02  3.3143265818521729E+02
+  3.3070822057730504E+02  3.2997874638210925E+02  3.2924421564473499E+02
+  3.2850460861918509E+02  3.2775990577518161E+02  3.2701008780507857E+02
+  3.2625513563088151E+02  3.2549503041135750E+02  3.2472975354924830E+02
+  3.2395928669858193E+02  3.2318361177208129E+02  3.2240271094867489E+02
+  3.2161656668110629E+02  3.2082516170364147E+02  3.2002847903987924E+02
+  3.1922650201065812E+02  3.1841921424206549E+02  3.1760659967354377E+02
+  3.1678864256610046E+02  3.1596532751061443E+02  3.1513663943624130E+02
+  3.1430256361892094E+02  3.1346308568998063E+02  3.1261819164483961E+02
+  3.1176786785180946E+02  3.1091210106099408E+02  3.1005087841328617E+02
+  3.0918418744946098E+02  3.0831201611936439E+02  3.0743435279120104E+02
+  3.0655118626091235E+02  3.0566250576165186E+02  3.0476830097335255E+02
+  3.0386856203238636E+02  3.0296327954131579E+02  3.0205244457873698E+02
+  3.0113604870920869E+02  3.0021408399327328E+02  2.9928654299756187E+02
+  2.9835341880498652E+02  2.9741470502501619E+02  2.9647039580403538E+02
+  2.9552048583578215E+02  2.9456497037186978E+02  2.9360384523238184E+02
+  2.9263710681654521E+02  2.9166475211347728E+02  2.9068677871300491E+02
+  2.8970318481655170E+02  2.8871396924809630E+02  2.8771913146519427E+02
+  2.8671867157006028E+02  2.8571259032071788E+02  2.8470088914220105E+02
+  2.8368357013781230E+02  2.8266063610043688E+02  2.8163209052390243E+02
+  2.8059793761438749E+02  2.7955818230187293E+02  2.7851283025163497E+02
+  2.7746188787577239E+02  2.7640536234477173E+02  2.7534326159909665E+02
+  2.7427559436080963E+02  2.7320237014521240E+02  2.7212359927250645E+02
+  2.7103929287946607E+02  2.6994946293112565E+02  2.6885412223246789E+02
+  2.6775328444011842E+02  2.6664696407403460E+02  2.6553517652918623E+02
+  2.6441793808722679E+02  2.6329526592814273E+02  2.6216717814188485E+02
+  2.6103369373996907E+02  2.5989483266704360E+02  2.5875061581241914E+02
+  2.5760106502155361E+02  2.5644620310748593E+02  2.5528605386221656E+02
+  2.5412064206802151E+02  2.5294999350870219E+02  2.5177413498075666E+02
+  2.5059309430447354E+02  2.4940690033493243E+02  2.4821558297291534E+02
+  2.4701917317571255E+02  2.4581770296782085E+02  2.4461120545152542E+02
+  2.4339971481735839E+02  2.4218326635442585E+02  2.4096189646059676E+02
+  2.3973564265254461E+02  2.3850454357563493E+02  2.3726863901365093E+02
+  2.3602796989834545E+02  2.3478257831881712E+02  2.3353250753069759E+02
+  2.3227780196513953E+02  2.3101850723760364E+02  2.2975467015642846E+02
+  2.2848633873117754E+02  2.2721356218075445E+02  2.2593639094127596E+02
+  2.2465487667369302E+02  2.2336907227115188E+02  2.2207903186608479E+02
+  2.2078481083701777E+02  2.1948646581509234E+02  2.1818405469028374E+02
+  2.1687763661730844E+02  2.1556727202121323E+02  2.1425302260263140E+02
+  2.1293495134269796E+02  2.1161312250761253E+02  2.1028760165284086E+02
+  2.0895845562694086E+02  2.0762575257500708E+02  2.0628956194171823E+02
+  2.0494995447398097E+02  2.0360700222315486E+02  2.0226077854685198E+02
+  2.0091135811029645E+02  1.9955881688723511E+02  1.9820323216038659E+02
+  1.9684468252142074E+02  1.9548324787045283E+02  1.9411900941504490E+02
+  1.9275204966870353E+02  1.9138245244885752E+02  1.9001030287431561E+02
+  1.8863568736217866E+02  1.8725869362420764E+02  1.8587941066263059E+02
+  1.8449792876537865E+02  1.8311433950074181E+02  1.8172873571143177E+02
+  1.8034121150804316E+02  1.7895186226190128E+02  1.7756078459728730E+02
+  1.7616807638303067E+02  1.7477383672345599E+02  1.7337816594868070E+02
+  1.7198116560424762E+02  1.7058293844008489E+02  1.6918358839878641E+02
+  1.6778322060320122E+02  1.6638194134332301E+02  1.6497985806247331E+02
+  1.6357707934276809E+02  1.6217371488986001E+02  1.6076987551695109E+02
+  1.5936567312806255E+02  1.5796122070056364E+02  1.5655663226694472E+02
+  1.5515202289583081E+02  1.5374750867223247E+02  1.5234320667702463E+02
+  1.5093923496564969E+02  1.4953571254604077E+02  1.4813275935576004E+02
+  1.4673049623834805E+02  1.4532904491888175E+02  1.4392852797873627E+02
+  1.4252906882955247E+02  1.4113079168640203E+02  1.3973382154015457E+02
+  1.3833828412904288E+02  1.3694430590942713E+02  1.3555201402575847E+02
+  1.3416153627974310E+02  1.3277300109870816E+02  1.3138653750317221E+02
+  1.3000227507362268E+02  1.2862034391650599E+02  1.2724087462942988E+02
+  1.2586399826559060E+02  1.2448984629742321E+02  1.2311855057948551E+02
+  1.2175024331058322E+02  1.2038505699514243E+02  1.1902312440383896E+02
+  1.1766457853349591E+02  1.1630955256625690E+02  1.1495817982804857E+02
+  1.1361059374634405E+02  1.1226692780723842E+02  1.1092731551185354E+02
+  1.0959189033208359E+02  1.0826078566569845E+02  1.0693413479082066E+02
+  1.0561207081979455E+02  1.0429472665246344E+02  1.0298223492887658E+02
+  1.0167472798144372E+02  1.0037233778655919E+02  9.9075195915717430E+01
+  9.7783433486142087E+01  9.6497181110952184E+01  9.5216568848891370E+01
+  9.3941726153643330E+01  9.2672781822761905E+01  9.1409863946241387E+01
+  9.0153099854756960E+01  8.8902616067601642E+01  8.7658538240353394E+01
+  8.6420991112299504E+01  8.5190098453651729E+01  8.3965983012585227E+01
+  8.2748766462132139E+01  8.1538569346967748E+01  8.0335511030120472E+01
+  7.9139709639643257E+01  7.7951282015283127E+01  7.6770343655185556E+01
+  7.5597008662671143E+01  7.4431389693125013E+01  7.3273597901036027E+01
+  7.2123742887227834E+01  7.0981932646321468E+01  6.9848273514470236E+01
+  6.8722870117410395E+01  6.7605825318867602E+01  6.6497240169364275E+01
+  6.5397213855469332E+01  6.4305843649535149E+01  6.3223224859965299E+01
+  6.2149450782057244E+01  6.1084612649465704E+01  6.0028799586330123E+01
+  5.8982098560113023E+01  5.7944594335193429E+01  5.6916369427260598E+01
+  5.5897504058555498E+01  5.4888076114002644E+01  5.3888161098280051E+01
+  5.2897832093871941E+01  5.1917159720148739E+01  5.0946212093520451E+01
+  4.9985054788707686E+01  4.9033750801174278E+01  4.8092360510766646E+01
+  4.7160941646602488E+01  4.6239549253251866E+01  4.5328235658254833E+01
+  4.4427050441015034E+01  4.3536040403112516E+01  4.2655249540075211E+01
+  4.1784719014649234E+01  4.0924487131606242E+01  4.0074589314126477E+01
+  3.9235058081793433E+01  3.8405923030236700E+01  3.7587210812456931E+01
+  3.6778945121867174E+01  3.5981146677081462E+01  3.5193833208483191E+01
+  3.4417019446601273E+01  3.3650717112322582E+01  3.2894934908967471E+01
+  3.2149678516252806E+01  3.1414950586166032E+01  3.0690750740771747E+01
+  2.9977075571970772E+01  2.9273918643229525E+01  2.8581270493296024E+01
+  2.7899118641916520E+01  2.7227447597565750E+01  2.6566238867200028E+01
+  2.5915470968042197E+01  2.5275119441404264E+01  2.4645156868551688E+01
+  2.4025552888611202E+01  2.3416274218521515E+01  2.2817284675024382E+01
+  2.2228545198690892E+01  2.1650013879975834E+01  2.1081645987290095E+01
+  2.0523393997079630E+01  1.9975207625896047E+01  1.9437033864441947E+01
+  1.8908817013572286E+01  1.8390498722229456E+01  1.7882018027288289E+01
+  1.7383311395284341E+01  1.6894312765996279E+01  1.6414953597851184E+01
+  1.5945162915118663E+01  1.5484867356857723E+01  1.5033991227577330E+01
+  1.4592456549570304E+01  1.4160183116876297E+01  1.3737088550828972E+01
+  1.3323088357138785E+01  1.2918095984461575E+01  1.2522022884400391E+01
+  1.2134778572885983E+01  1.1756270692879376E+01  1.1386405078337869E+01
+  1.1025085819383722E+01  1.0672215328613026E+01  1.0327694408480509E+01
+  9.9914223196937346E+00  9.6632968505492958E+00  9.3432143871411579E+00
+  9.0310699843705784E+00  8.7267574376848529E+00  8.4301693554713832E+00
+  8.1411972320321286E+00  7.8597315210622085E+00  7.5856617095557217E+00
+  7.3188763920606403E+00  7.0592633452041351E+00  6.8067096024085911E+00
+  6.5611015287184618E+00  6.3223248956573501E+00  6.0902649560344582E+00
+  5.8648065186193170E+00  5.6458340226043937E+00  5.4332316117729578E+00
+  5.2268832082930361E+00  5.0266725860560522E+00  4.8324834434803288E+00
+  4.6441994756999181E+00  4.4617044460601702E+00  4.2848822568420406E+00
+  4.1136170191383981E+00  3.9477931218066229E+00  3.7872952994230458E+00
+  3.6320086991663061E+00  3.4818189465580982E+00  3.3366122099916700E+00
+  3.1962752639800387E+00  3.0606955510580383E+00  2.9297612422742376E+00
+  2.8033612962111554E+00  2.6813855164742471E+00  2.5637246075929538E+00
+  2.4502702292793788E+00  2.3409150489929815E+00  2.2355527927624856E+00
+  2.1340782942189747E+00  2.0363875417973372E+00  1.9423777240661142E+00
+  1.8519472731491569E+00  1.7649959062056630E+00  1.6814246649385149E+00
+  1.6011359531043254E+00  1.5240335720019349E+00  1.4500227539197346E+00
+  1.3790101935257375E+00  1.3109040771878200E+00  1.2456141102153302E+00
+  1.1830515420167536E+00  1.1231291891718591E+00  1.0657614564203339E+00
+  1.0108643555725461E+00  9.5835552235165045E-01  9.0815423117983984E-01
+  8.6018140792495634E-01  8.1435964062721122E-01  7.7061318822906089E-01
+  7.2886798733458791E-01  6.8905165702792481E-01  6.5109350178335001E-01
+  6.1492451250264502E-01  5.8047736571817254E-01  5.4768642100285680E-01
+  5.1648771663083382E-01  4.8681896353500242E-01  4.5861953760998714E-01
+  4.3183047041119782E-01  4.0639443830263811E-01  3.8225575010796731E-01
+  3.5936033332096451E-01  3.3765571893306501E-01  3.1709102493696212E-01
+  2.9761693856642724E-01  2.7918569733352389E-01  2.6175106892519340E-01
+  2.4526833002188075E-01  2.2969424410136408E-01  2.1498703829128879E-01
+  2.0110637933410308E-01  1.8801334872811290E-01  1.7567041710826187E-01
+  1.6404141792996321E-01  1.5309152051891486E-01  1.4278720254926916E-01
+  1.3309622201185747E-01  1.2398758873335752E-01  1.1543153550636437E-01
+  1.0739948888928204E-01  9.9864039733791987E-02  9.2798913496398822E-02
+  8.6178940389193451E-02  7.9980025423519854E-02  7.4179118398697660E-02
+  6.8754183886333337E-02  6.3684171259063893E-02  5.8948984810817118E-02
+  5.4529454013858676E-02  5.0407303956020860E-02  4.6565125999593143E-02
+  4.2986348701391827E-02  3.9655209031535292E-02  3.6556723926429287E-02
+  3.3676662209423669E-02  3.1001516910545712E-02  2.8518478014647554E-02
+  2.6215405665238455E-02  2.4080803849205291E-02  2.2103794585570130E-02
+  2.0274092639392512E-02  1.8581980779902335E-02  1.7018285599957165E-02
+  1.5574353911951170E-02  1.4242029733377510E-02  1.3013631873357547E-02
+  1.1881932129608107E-02  1.0840134103524923E-02  9.8818526393196458E-03
+  9.0010938914640327E-03  8.1922360230702925E-03  7.4500105362749315E-03
+  6.7694842341969362E-03  6.1460418126122124E-03  5.5753690781264161E-03
+  5.0534367883405783E-03  4.5764851082878751E-03  4.1410086762780048E-03
+  3.7437422712177809E-03  3.3816470724834799E-03  3.0518975025022408E-03
+  2.7518686413560969E-03  2.4791242019527311E-03  2.2314050536108507E-03
+  2.0066182812842788E-03  1.8028267670961843E-03  1.6182392803716381E-03
+  1.4512010619415637E-03  1.3001848881417299E-03  1.1637825996450208E-03
+  1.0406970800412795E-03  9.2973466891424765E-04  8.2979799405687366E-04
+  7.3987920741194519E-04  6.5905360932173157E-04  5.8647364571533462E-04
+  5.2136326295277691E-04  4.6301260517749487E-04  4.1077303920098888E-04
+  3.6405249215175448E-04  3.2231108736237166E-04  2.8505706424077336E-04
+  2.5184296817126278E-04  2.2226209681494030E-04  1.9594518952498500E-04
+  1.7255734695693385E-04  1.5179516833503738E-04  1.3338409423035882E-04
+  1.1707594311199861E-04  1.0264663034732880E-04  8.9894058748091885E-05
+  7.8636170184543430E-05  6.8709148217436827E-05  5.9965762125687455E-05
+  5.2273843134219301E-05  4.5514884070161836E-05  3.9582754094711230E-05
+  3.4382520571224321E-05  2.9829370536221536E-05  2.5847624637822150E-05
+  2.2369836794714747E-05  1.9335973207215825E-05  1.6692664719522852E-05
+  1.4392526888287961E-05  1.2393542456589132E-05  1.0658501263826173E-05
+  9.1544929406885128E-06  7.8524480438889504E-06  6.7267235776814513E-06
+  5.7547291282064219E-06  4.9165901024378918E-06  4.1948448160113435E-06
+  3.5741724136223276E-06  3.0411488321909222E-06  2.5840282308245077E-06
+  2.1925475130629283E-06  1.8577517562768884E-06  1.5718385407664144E-06
+  1.3280193374532327E-06  1.1203962684844045E-06  9.4385269998772504E-07
+  7.9395626108022470E-07  6.6687300847686520E-07  5.5929157213155715E-07
+  4.6835622472322421E-07  3.9160791693244363E-07  3.2693241179220455E-07
+  2.7251473538709784E-07  2.2679923825807681E-07  1.8845463247441751E-07
+  1.5634343387841541E-07  1.2949529789641463E-07  1.0708379093243532E-07
+  8.8406188093128782E-08  7.2865932194216572E-08  5.9957429011633594E-08
+  4.9252889890998873E-08  4.0390965425410770E-08  3.3066943245366187E-08
+  2.7024309310226032E-08  2.2047495705617436E-08  1.7955659076456998E-08
+  1.4597352685722729E-08  1.1845971893851265E-08  9.5958677967166054E-09
+  7.7590370210400507E-09  6.2623074203738998E-09  5.0449497948274613E-09
+===== PSEUDO_CORE_DENSITY =====
+ 1  : radial mesh index
+  1.1652144615124733E-06  1.1652144615124697E-06  1.1652144615124693E-06
+  1.1652144615124690E-06  1.1652144615124682E-06  1.1652144615124673E-06
+  1.1652144615124659E-06  1.1652144615124644E-06  1.1652144615124633E-06
+  1.1652144615124612E-06  1.1652144615124593E-06  1.1652144615124565E-06
+  1.1652144615124542E-06  1.1652144615124510E-06  1.1652144615124483E-06
+  1.1652144615124447E-06  1.1652144615124409E-06  1.1652144615124366E-06
+  1.1652144615124326E-06  1.1652144615124282E-06  1.1652144615124231E-06
+  1.1652144615124174E-06  1.1652144615124121E-06  1.1652144615124059E-06
+  1.1652144615123998E-06  1.1652144615123930E-06  1.1652144615123862E-06
+  1.1652144615123786E-06  1.1652144615123708E-06  1.1652144615123625E-06
+  1.1652144615123541E-06  1.1652144615123447E-06  1.1652144615123352E-06
+  1.1652144615123253E-06  1.1652144615123153E-06  1.1652144615123045E-06
+  1.1652144615122933E-06  1.1652144615122810E-06  1.1652144615122689E-06
+  1.1652144615122564E-06  1.1652144615122427E-06  1.1652144615122293E-06
+  1.1652144615122145E-06  1.1652144615122001E-06  1.1652144615121842E-06
+  1.1652144615121681E-06  1.1652144615121520E-06  1.1652144615121343E-06
+  1.1652144615121167E-06  1.1652144615120980E-06  1.1652144615120790E-06
+  1.1652144615120593E-06  1.1652144615120387E-06  1.1652144615120174E-06
+  1.1652144615119953E-06  1.1652144615119727E-06  1.1652144615119496E-06
+  1.1652144615119255E-06  1.1652144615119005E-06  1.1652144615118751E-06
+  1.1652144615118480E-06  1.1652144615118208E-06  1.1652144615117927E-06
+  1.1652144615117637E-06  1.1652144615117338E-06  1.1652144615117031E-06
+  1.1652144615116711E-06  1.1652144615116381E-06  1.1652144615116049E-06
+  1.1652144615115697E-06  1.1652144615115341E-06  1.1652144615114973E-06
+  1.1652144615114596E-06  1.1652144615114206E-06  1.1652144615113810E-06
+  1.1652144615113399E-06  1.1652144615112976E-06  1.1652144615112540E-06
+  1.1652144615112095E-06  1.1652144615111640E-06  1.1652144615111168E-06
+  1.1652144615110683E-06  1.1652144615110187E-06  1.1652144615109675E-06
+  1.1652144615109154E-06  1.1652144615108618E-06  1.1652144615108067E-06
+  1.1652144615107500E-06  1.1652144615106920E-06  1.1652144615106320E-06
+  1.1652144615105708E-06  1.1652144615105082E-06  1.1652144615104436E-06
+  1.1652144615103781E-06  1.1652144615103102E-06  1.1652144615102405E-06
+  1.1652144615101698E-06  1.1652144615100967E-06  1.1652144615100218E-06
+  1.1652144615099453E-06  1.1652144615098667E-06  1.1652144615097863E-06
+  1.1652144615097039E-06  1.1652144615096196E-06  1.1652144615095330E-06
+  1.1652144615094441E-06  1.1652144615093534E-06  1.1652144615092605E-06
+  1.1652144615091652E-06  1.1652144615090680E-06  1.1652144615089680E-06
+  1.1652144615088658E-06  1.1652144615087609E-06  1.1652144615086536E-06
+  1.1652144615085439E-06  1.1652144615084319E-06  1.1652144615083167E-06
+  1.1652144615081991E-06  1.1652144615080791E-06  1.1652144615079560E-06
+  1.1652144615078298E-06  1.1652144615077009E-06  1.1652144615075687E-06
+  1.1652144615074341E-06  1.1652144615072960E-06  1.1652144615071550E-06
+  1.1652144615070101E-06  1.1652144615068627E-06  1.1652144615067113E-06
+  1.1652144615065570E-06  1.1652144615063990E-06  1.1652144615062376E-06
+  1.1652144615060722E-06  1.1652144615059037E-06  1.1652144615057309E-06
+  1.1652144615055541E-06  1.1652144615053739E-06  1.1652144615051890E-06
+  1.1652144615050005E-06  1.1652144615048078E-06  1.1652144615046107E-06
+  1.1652144615044093E-06  1.1652144615042033E-06  1.1652144615039930E-06
+  1.1652144615037783E-06  1.1652144615035587E-06  1.1652144615033340E-06
+  1.1652144615031045E-06  1.1652144615028700E-06  1.1652144615026308E-06
+  1.1652144615023860E-06  1.1652144615021359E-06  1.1652144615018807E-06
+  1.1652144615016198E-06  1.1652144615013532E-06  1.1652144615010811E-06
+  1.1652144615008031E-06  1.1652144615005187E-06  1.1652144615002290E-06
+  1.1652144614999325E-06  1.1652144614996301E-06  1.1652144614993212E-06
+  1.1652144614990055E-06  1.1652144614986829E-06  1.1652144614983537E-06
+  1.1652144614980174E-06  1.1652144614976743E-06  1.1652144614973241E-06
+  1.1652144614969658E-06  1.1652144614966007E-06  1.1652144614962276E-06
+  1.1652144614958469E-06  1.1652144614954579E-06  1.1652144614950608E-06
+  1.1652144614946555E-06  1.1652144614942419E-06  1.1652144614938197E-06
+  1.1652144614933881E-06  1.1652144614929485E-06  1.1652144614924992E-06
+  1.1652144614920403E-06  1.1652144614915723E-06  1.1652144614910942E-06
+  1.1652144614906071E-06  1.1652144614901093E-06  1.1652144614896013E-06
+  1.1652144614890831E-06  1.1652144614885541E-06  1.1652144614880139E-06
+  1.1652144614874629E-06  1.1652144614869009E-06  1.1652144614863271E-06
+  1.1652144614857416E-06  1.1652144614851440E-06  1.1652144614845343E-06
+  1.1652144614839120E-06  1.1652144614832773E-06  1.1652144614826298E-06
+  1.1652144614819687E-06  1.1652144614812944E-06  1.1652144614806064E-06
+  1.1652144614799049E-06  1.1652144614791885E-06  1.1652144614784581E-06
+  1.1652144614777121E-06  1.1652144614769519E-06  1.1652144614761764E-06
+  1.1652144614753849E-06  1.1652144614745779E-06  1.1652144614737541E-06
+  1.1652144614729139E-06  1.1652144614720571E-06  1.1652144614711827E-06
+  1.1652144614702908E-06  1.1652144614693815E-06  1.1652144614684534E-06
+  1.1652144614675075E-06  1.1652144614665423E-06  1.1652144614655578E-06
+  1.1652144614645539E-06  1.1652144614635296E-06  1.1652144614624854E-06
+  1.1652144614614196E-06  1.1652144614603329E-06  1.1652144614592252E-06
+  1.1652144614580948E-06  1.1652144614569424E-06  1.1652144614557670E-06
+  1.1652144614545682E-06  1.1652144614533457E-06  1.1652144614520991E-06
+  1.1652144614508277E-06  1.1652144614495315E-06  1.1652144614482089E-06
+  1.1652144614468613E-06  1.1652144614454865E-06  1.1652144614440847E-06
+  1.1652144614426549E-06  1.1652144614411974E-06  1.1652144614397110E-06
+  1.1652144614381957E-06  1.1652144614366505E-06  1.1652144614350748E-06
+  1.1652144614334682E-06  1.1652144614318300E-06  1.1652144614301601E-06
+  1.1652144614284569E-06  1.1652144614267211E-06  1.1652144614249508E-06
+  1.1652144614231460E-06  1.1652144614213054E-06  1.1652144614194299E-06
+  1.1652144614175173E-06  1.1652144614155672E-06  1.1652144614135794E-06
+  1.1652144614115523E-06  1.1652144614094861E-06  1.1652144614073798E-06
+  1.1652144614052321E-06  1.1652144614030428E-06  1.1652144614008110E-06
+  1.1652144613985359E-06  1.1652144613962163E-06  1.1652144613938516E-06
+  1.1652144613914416E-06  1.1652144613889841E-06  1.1652144613864795E-06
+  1.1652144613839263E-06  1.1652144613813236E-06  1.1652144613786704E-06
+  1.1652144613759661E-06  1.1652144613732092E-06  1.1652144613703990E-06
+  1.1652144613675347E-06  1.1652144613646148E-06  1.1652144613616387E-06
+  1.1652144613586051E-06  1.1652144613555134E-06  1.1652144613523614E-06
+  1.1652144613491488E-06  1.1652144613458746E-06  1.1652144613425371E-06
+  1.1652144613391354E-06  1.1652144613356681E-06  1.1652144613321345E-06
+  1.1652144613285320E-06  1.1652144613248612E-06  1.1652144613211194E-06
+  1.1652144613173061E-06  1.1652144613134193E-06  1.1652144613094575E-06
+  1.1652144613054205E-06  1.1652144613013050E-06  1.1652144612971115E-06
+  1.1652144612928376E-06  1.1652144612884813E-06  1.1652144612840420E-06
+  1.1652144612795172E-06  1.1652144612749064E-06  1.1652144612702068E-06
+  1.1652144612654177E-06  1.1652144612605369E-06  1.1652144612555625E-06
+  1.1652144612504936E-06  1.1652144612453276E-06  1.1652144612400626E-06
+  1.1652144612346975E-06  1.1652144612292301E-06  1.1652144612236579E-06
+  1.1652144612179798E-06  1.1652144612121935E-06  1.1652144612062969E-06
+  1.1652144612002872E-06  1.1652144611941638E-06  1.1652144611879231E-06
+  1.1652144611815640E-06  1.1652144611750840E-06  1.1652144611684803E-06
+  1.1652144611617512E-06  1.1652144611548939E-06  1.1652144611479065E-06
+  1.1652144611407861E-06  1.1652144611335302E-06  1.1652144611261367E-06
+  1.1652144611186030E-06  1.1652144611109259E-06  1.1652144611031029E-06
+  1.1652144610951315E-06  1.1652144610870093E-06  1.1652144610787321E-06
+  1.1652144610702986E-06  1.1652144610617050E-06  1.1652144610529486E-06
+  1.1652144610440262E-06  1.1652144610349343E-06  1.1652144610256707E-06
+  1.1652144610162318E-06  1.1652144610066138E-06  1.1652144609968138E-06
+  1.1652144609868286E-06  1.1652144609766536E-06  1.1652144609662876E-06
+  1.1652144609557238E-06  1.1652144609449616E-06  1.1652144609339949E-06
+  1.1652144609228219E-06  1.1652144609114369E-06  1.1652144608998376E-06
+  1.1652144608880190E-06  1.1652144608759767E-06  1.1652144608637072E-06
+  1.1652144608512063E-06  1.1652144608384693E-06  1.1652144608254921E-06
+  1.1652144608122699E-06  1.1652144607987983E-06  1.1652144607850729E-06
+  1.1652144607710884E-06  1.1652144607568398E-06  1.1652144607423230E-06
+  1.1652144607275327E-06  1.1652144607124638E-06  1.1652144606971109E-06
+  1.1652144606814689E-06  1.1652144606655324E-06  1.1652144606492955E-06
+  1.1652144606327533E-06  1.1652144606158995E-06  1.1652144605987284E-06
+  1.1652144605812347E-06  1.1652144605634114E-06  1.1652144605452531E-06
+  1.1652144605267531E-06  1.1652144605079053E-06  1.1652144604887033E-06
+  1.1652144604691400E-06  1.1652144604492098E-06  1.1652144604289045E-06
+  1.1652144604082174E-06  1.1652144603871415E-06  1.1652144603656707E-06
+  1.1652144603437961E-06  1.1652144603215106E-06  1.1652144602988070E-06
+  1.1652144602756768E-06  1.1652144602521126E-06  1.1652144602281064E-06
+  1.1652144602036496E-06  1.1652144601787343E-06  1.1652144601533511E-06
+  1.1652144601274922E-06  1.1652144601011482E-06  1.1652144600743100E-06
+  1.1652144600469688E-06  1.1652144600191150E-06  1.1652144599907392E-06
+  1.1652144599618314E-06  1.1652144599323818E-06  1.1652144599023807E-06
+  1.1652144598718177E-06  1.1652144598406822E-06  1.1652144598089632E-06
+  1.1652144597766504E-06  1.1652144597437323E-06  1.1652144597101979E-06
+  1.1652144596760360E-06  1.1652144596412339E-06  1.1652144596057814E-06
+  1.1652144595696651E-06  1.1652144595328730E-06  1.1652144594953926E-06
+  1.1652144594572105E-06  1.1652144594183148E-06  1.1652144593786916E-06
+  1.1652144593383271E-06  1.1652144592972081E-06  1.1652144592553202E-06
+  1.1652144592126488E-06  1.1652144591691799E-06  1.1652144591248987E-06
+  1.1652144590797898E-06  1.1652144590338378E-06  1.1652144589870274E-06
+  1.1652144589393424E-06  1.1652144588907661E-06  1.1652144588412825E-06
+  1.1652144587908751E-06  1.1652144587395258E-06  1.1652144586872182E-06
+  1.1652144586339332E-06  1.1652144585796537E-06  1.1652144585243604E-06
+  1.1652144584680353E-06  1.1652144584106585E-06  1.1652144583522109E-06
+  1.1652144582926730E-06  1.1652144582320233E-06  1.1652144581702426E-06
+  1.1652144581073087E-06  1.1652144580432008E-06  1.1652144579778971E-06
+  1.1652144579113752E-06  1.1652144578436125E-06  1.1652144577745863E-06
+  1.1652144577042726E-06  1.1652144576326484E-06  1.1652144575596881E-06
+  1.1652144574853676E-06  1.1652144574096619E-06  1.1652144573325446E-06
+  1.1652144572539899E-06  1.1652144571739714E-06  1.1652144570924616E-06
+  1.1652144570094325E-06  1.1652144569248566E-06  1.1652144568387047E-06
+  1.1652144567509477E-06  1.1652144566615558E-06  1.1652144565704989E-06
+  1.1652144564777461E-06  1.1652144563832651E-06  1.1652144562870250E-06
+  1.1652144561889919E-06  1.1652144560891339E-06  1.1652144559874163E-06
+  1.1652144558838051E-06  1.1652144557782646E-06  1.1652144556707594E-06
+  1.1652144555612528E-06  1.1652144554497079E-06  1.1652144553360869E-06
+  1.1652144552203509E-06  1.1652144551024610E-06  1.1652144549823776E-06
+  1.1652144548600595E-06  1.1652144547354652E-06  1.1652144546085525E-06
+  1.1652144544792790E-06  1.1652144543476003E-06  1.1652144542134722E-06
+  1.1652144540768494E-06  1.1652144539376848E-06  1.1652144537959322E-06
+  1.1652144536515429E-06  1.1652144535044686E-06  1.1652144533546594E-06
+  1.1652144532020638E-06  1.1652144530466316E-06  1.1652144528883093E-06
+  1.1652144527270427E-06  1.1652144525627780E-06  1.1652144523954608E-06
+  1.1652144522250325E-06  1.1652144520514361E-06  1.1652144518746131E-06
+  1.1652144516945036E-06  1.1652144515110473E-06  1.1652144513241808E-06
+  1.1652144511338415E-06  1.1652144509399658E-06  1.1652144507424873E-06
+  1.1652144505413394E-06  1.1652144503364544E-06  1.1652144501277628E-06
+  1.1652144499151940E-06  1.1652144496986765E-06  1.1652144494781364E-06
+  1.1652144492534999E-06  1.1652144490246907E-06  1.1652144487916317E-06
+  1.1652144485542441E-06  1.1652144483124478E-06  1.1652144480661611E-06
+  1.1652144478153000E-06  1.1652144475597813E-06  1.1652144472995173E-06
+  1.1652144470344203E-06  1.1652144467644021E-06  1.1652144464893701E-06
+  1.1652144462092317E-06  1.1652144459238926E-06  1.1652144456332559E-06
+  1.1652144453372246E-06  1.1652144450356974E-06  1.1652144447285739E-06
+  1.1652144444157491E-06  1.1652144440971180E-06  1.1652144437725735E-06
+  1.1652144434420052E-06  1.1652144431053021E-06  1.1652144427623501E-06
+  1.1652144424130344E-06  1.1652144420572365E-06  1.1652144416948362E-06
+  1.1652144413257111E-06  1.1652144409497375E-06  1.1652144405667876E-06
+  1.1652144401767332E-06  1.1652144397794421E-06  1.1652144393747799E-06
+  1.1652144389626110E-06  1.1652144385427958E-06  1.1652144381151928E-06
+  1.1652144376796580E-06  1.1652144372360446E-06  1.1652144367842023E-06
+  1.1652144363239797E-06  1.1652144358552213E-06  1.1652144353777687E-06
+  1.1652144348914612E-06  1.1652144343961352E-06  1.1652144338916229E-06
+  1.1652144333777543E-06  1.1652144328543572E-06  1.1652144323212547E-06
+  1.1652144317782664E-06  1.1652144312252104E-06  1.1652144306618990E-06
+  1.1652144300881436E-06  1.1652144295037504E-06  1.1652144289085226E-06
+  1.1652144283022592E-06  1.1652144276847558E-06  1.1652144270558057E-06
+  1.1652144264151951E-06  1.1652144257627095E-06  1.1652144250981283E-06
+  1.1652144244212281E-06  1.1652144237317812E-06  1.1652144230295549E-06
+  1.1652144223143120E-06  1.1652144215858128E-06  1.1652144208438107E-06
+  1.1652144200880570E-06  1.1652144193182965E-06  1.1652144185342701E-06
+  1.1652144177357135E-06  1.1652144169223580E-06  1.1652144160939299E-06
+  1.1652144152501498E-06  1.1652144143907345E-06  1.1652144135153930E-06
+  1.1652144126238320E-06  1.1652144117157506E-06  1.1652144107908434E-06
+  1.1652144098487994E-06  1.1652144088893004E-06  1.1652144079120238E-06
+  1.1652144069166413E-06  1.1652144059028170E-06  1.1652144048702101E-06
+  1.1652144038184730E-06  1.1652144027472510E-06  1.1652144016561843E-06
+  1.1652144005449058E-06  1.1652143994130405E-06  1.1652143982602090E-06
+  1.1652143970860218E-06  1.1652143958900846E-06  1.1652143946719946E-06
+  1.1652143934313419E-06  1.1652143921677095E-06  1.1652143908806720E-06
+  1.1652143895697955E-06  1.1652143882346402E-06  1.1652143868747561E-06
+  1.1652143854896853E-06  1.1652143840789631E-06  1.1652143826421136E-06
+  1.1652143811786537E-06  1.1652143796880919E-06  1.1652143781699260E-06
+  1.1652143766236451E-06  1.1652143750487296E-06  1.1652143734446495E-06
+  1.1652143718108649E-06  1.1652143701468267E-06  1.1652143684519750E-06
+  1.1652143667257394E-06  1.1652143649675404E-06  1.1652143631767855E-06
+  1.1652143613528726E-06  1.1652143594951888E-06  1.1652143576031088E-06
+  1.1652143556759966E-06  1.1652143537132042E-06  1.1652143517140712E-06
+  1.1652143496779255E-06  1.1652143476040829E-06  1.1652143454918448E-06
+  1.1652143433405019E-06  1.1652143411493308E-06  1.1652143389175944E-06
+  1.1652143366445423E-06  1.1652143343294105E-06  1.1652143319714205E-06
+  1.1652143295697792E-06  1.1652143271236794E-06  1.1652143246322990E-06
+  1.1652143220947999E-06  1.1652143195103296E-06  1.1652143168780186E-06
+  1.1652143141969821E-06  1.1652143114663194E-06  1.1652143086851117E-06
+  1.1652143058524251E-06  1.1652143029673064E-06  1.1652143000287861E-06
+  1.1652142970358767E-06  1.1652142939875720E-06  1.1652142908828479E-06
+  1.1652142877206598E-06  1.1652142844999458E-06  1.1652142812196226E-06
+  1.1652142778785882E-06  1.1652142744757202E-06  1.1652142710098737E-06
+  1.1652142674798845E-06  1.1652142638845669E-06  1.1652142602227114E-06
+  1.1652142564930877E-06  1.1652142526944435E-06  1.1652142488255008E-06
+  1.1652142448849600E-06  1.1652142408714972E-06  1.1652142367837635E-06
+  1.1652142326203850E-06  1.1652142283799631E-06  1.1652142240610724E-06
+  1.1652142196622628E-06  1.1652142151820552E-06  1.1652142106189441E-06
+  1.1652142059713965E-06  1.1652142012378520E-06  1.1652141964167183E-06
+  1.1652141915063764E-06  1.1652141865051769E-06  1.1652141814114390E-06
+  1.1652141762234516E-06  1.1652141709394710E-06  1.1652141655577224E-06
+  1.1652141600763986E-06  1.1652141544936569E-06  1.1652141488076224E-06
+  1.1652141430163846E-06  1.1652141371179981E-06  1.1652141311104815E-06
+  1.1652141249918168E-06  1.1652141187599483E-06  1.1652141124127821E-06
+  1.1652141059481872E-06  1.1652140993639911E-06  1.1652140926579821E-06
+  1.1652140858279085E-06  1.1652140788714753E-06  1.1652140717863460E-06
+  1.1652140645701403E-06  1.1652140572204350E-06  1.1652140497347610E-06
+  1.1652140421106043E-06  1.1652140343454041E-06  1.1652140264365518E-06
+  1.1652140183813915E-06  1.1652140101772176E-06  1.1652140018212742E-06
+  1.1652139933107558E-06  1.1652139846428029E-06  1.1652139758145055E-06
+  1.1652139668228971E-06  1.1652139576649596E-06  1.1652139483376164E-06
+  1.1652139388377351E-06  1.1652139291621258E-06  1.1652139193075383E-06
+  1.1652139092706637E-06  1.1652138990481312E-06  1.1652138886365076E-06
+  1.1652138780322968E-06  1.1652138672319380E-06  1.1652138562318030E-06
+  1.1652138450281996E-06  1.1652138336173650E-06  1.1652138219954663E-06
+  1.1652138101586025E-06  1.1652137981027976E-06  1.1652137858240038E-06
+  1.1652137733180977E-06  1.1652137605808804E-06  1.1652137476080751E-06
+  1.1652137343953250E-06  1.1652137209381937E-06  1.1652137072321634E-06
+  1.1652136932726310E-06  1.1652136790549100E-06  1.1652136645742264E-06
+  1.1652136498257177E-06  1.1652136348044325E-06  1.1652136195053268E-06
+  1.1652136039232640E-06  1.1652135880530124E-06  1.1652135718892434E-06
+  1.1652135554265300E-06  1.1652135386593453E-06  1.1652135215820598E-06
+  1.1652135041889393E-06  1.1652134864741450E-06  1.1652134684317291E-06
+  1.1652134500556337E-06  1.1652134313396905E-06  1.1652134122776151E-06
+  1.1652133928630086E-06  1.1652133730893520E-06  1.1652133529500083E-06
+  1.1652133324382150E-06  1.1652133115470867E-06  1.1652132902696095E-06
+  1.1652132685986411E-06  1.1652132465269054E-06  1.1652132240469936E-06
+  1.1652132011513591E-06  1.1652131778323152E-06  1.1652131540820336E-06
+  1.1652131298925421E-06  1.1652131052557202E-06  1.1652130801632968E-06
+  1.1652130546068493E-06  1.1652130285777986E-06  1.1652130020674069E-06
+  1.1652129750667746E-06  1.1652129475668390E-06  1.1652129195583686E-06
+  1.1652128910319617E-06  1.1652128619780417E-06  1.1652128323868567E-06
+  1.1652128022484741E-06  1.1652127715527764E-06  1.1652127402894607E-06
+  1.1652127084480326E-06  1.1652126760178043E-06  1.1652126429878899E-06
+  1.1652126093472030E-06  1.1652125750844509E-06  1.1652125401881337E-06
+  1.1652125046465383E-06  1.1652124684477348E-06  1.1652124315795729E-06
+  1.1652123940296783E-06  1.1652123557854470E-06  1.1652123168340429E-06
+  1.1652122771623911E-06  1.1652122367571765E-06  1.1652121956048382E-06
+  1.1652121536915632E-06  1.1652121110032836E-06  1.1652120675256722E-06
+  1.1652120232441360E-06  1.1652119781438123E-06  1.1652119322095646E-06
+  1.1652118854259761E-06  1.1652118377773443E-06  1.1652117892476779E-06
+  1.1652117398206879E-06  1.1652116894797862E-06  1.1652116382080770E-06
+  1.1652115859883524E-06  1.1652115328030867E-06  1.1652114786344298E-06
+  1.1652114234642015E-06  1.1652113672738863E-06  1.1652113100446257E-06
+  1.1652112517572133E-06  1.1652111923920865E-06  1.1652111319293227E-06
+  1.1652110703486290E-06  1.1652110076293394E-06  1.1652109437504046E-06
+  1.1652108786903869E-06  1.1652108124274511E-06  1.1652107449393603E-06
+  1.1652106762034654E-06  1.1652106061966982E-06  1.1652105348955647E-06
+  1.1652104622761371E-06  1.1652103883140439E-06  1.1652103129844651E-06
+  1.1652102362621196E-06  1.1652101581212598E-06  1.1652100785356634E-06
+  1.1652099974786221E-06  1.1652099149229343E-06  1.1652098308408953E-06
+  1.1652097452042880E-06  1.1652096579843750E-06  1.1652095691518863E-06
+  1.1652094786770118E-06  1.1652093865293893E-06  1.1652092926780962E-06
+  1.1652091970916385E-06  1.1652090997379391E-06  1.1652090005843292E-06
+  1.1652088995975348E-06  1.1652087967436676E-06  1.1652086919882125E-06
+  1.1652085852960166E-06  1.1652084766312775E-06  1.1652083659575308E-06
+  1.1652082532376377E-06  1.1652081384337723E-06  1.1652080215074120E-06
+  1.1652079024193192E-06  1.1652077811295326E-06  1.1652076575973522E-06
+  1.1652075317813248E-06  1.1652074036392322E-06  1.1652072731280740E-06
+  1.1652071402040567E-06  1.1652070048225769E-06  1.1652068669382059E-06
+  1.1652067265046759E-06  1.1652065834748640E-06  1.1652064378007759E-06
+  1.1652062894335298E-06  1.1652061383233416E-06  1.1652059844195055E-06
+  1.1652058276703791E-06  1.1652056680233657E-06  1.1652055054248957E-06
+  1.1652053398204091E-06  1.1652051711543390E-06  1.1652049993700900E-06
+  1.1652048244100203E-06  1.1652046462154233E-06  1.1652044647265071E-06
+  1.1652042798823746E-06  1.1652040916210022E-06  1.1652038998792225E-06
+  1.1652037045926969E-06  1.1652035056958996E-06  1.1652033031220935E-06
+  1.1652030968033071E-06  1.1652028866703137E-06  1.1652026726526055E-06
+  1.1652024546783727E-06  1.1652022326744774E-06  1.1652020065664304E-06
+  1.1652017762783642E-06  1.1652015417330107E-06  1.1652013028516731E-06
+  1.1652010595541991E-06  1.1652008117589552E-06  1.1652005593827999E-06
+  1.1652003023410533E-06  1.1652000405474713E-06  1.1651997739142156E-06
+  1.1651995023518238E-06  1.1651992257691806E-06  1.1651989440734855E-06
+  1.1651986571702237E-06  1.1651983649631324E-06  1.1651980673541701E-06
+  1.1651977642434824E-06  1.1651974555293707E-06  1.1651971411082550E-06
+  1.1651968208746415E-06  1.1651964947210860E-06  1.1651961625381585E-06
+  1.1651958242144062E-06  1.1651954796363160E-06  1.1651951286882780E-06
+  1.1651947712525440E-06  1.1651944072091886E-06  1.1651940364360712E-06
+  1.1651936588087938E-06  1.1651932742006571E-06  1.1651928824826221E-06
+  1.1651924835232629E-06  1.1651920771887258E-06  1.1651916633426814E-06
+  1.1651912418462820E-06  1.1651908125581123E-06  1.1651903753341437E-06
+  1.1651899300276852E-06  1.1651894764893341E-06  1.1651890145669268E-06
+  1.1651885441054863E-06  1.1651880649471723E-06  1.1651875769312262E-06
+  1.1651870798939170E-06  1.1651865736684898E-06  1.1651860580851051E-06
+  1.1651855329707854E-06  1.1651849981493555E-06  1.1651844534413843E-06
+  1.1651838986641239E-06  1.1651833336314483E-06  1.1651827581537918E-06
+  1.1651821720380841E-06  1.1651815750876866E-06  1.1651809671023277E-06
+  1.1651803478780306E-06  1.1651797172070514E-06  1.1651790748778048E-06
+  1.1651784206747962E-06  1.1651777543785459E-06  1.1651770757655198E-06
+  1.1651763846080498E-06  1.1651756806742606E-06  1.1651749637279928E-06
+  1.1651742335287185E-06  1.1651734898314687E-06  1.1651727323867413E-06
+  1.1651719609404268E-06  1.1651711752337180E-06  1.1651703750030229E-06
+  1.1651695599798779E-06  1.1651687298908578E-06  1.1651678844574847E-06
+  1.1651670233961315E-06  1.1651661464179300E-06  1.1651652532286730E-06
+  1.1651643435287146E-06  1.1651634170128722E-06  1.1651624733703209E-06
+  1.1651615122844923E-06  1.1651605334329649E-06  1.1651595364873604E-06
+  1.1651585211132302E-06  1.1651574869699430E-06  1.1651564337105742E-06
+  1.1651553609817842E-06  1.1651542684237064E-06  1.1651531556698191E-06
+  1.1651520223468290E-06  1.1651508680745429E-06  1.1651496924657403E-06
+  1.1651484951260439E-06  1.1651472756537880E-06  1.1651460336398829E-06
+  1.1651447686676770E-06  1.1651434803128203E-06  1.1651421681431174E-06
+  1.1651408317183880E-06  1.1651394705903137E-06  1.1651380843022905E-06
+  1.1651366723892772E-06  1.1651352343776369E-06  1.1651337697849779E-06
+  1.1651322781199952E-06  1.1651307588823013E-06  1.1651292115622626E-06
+  1.1651276356408254E-06  1.1651260305893438E-06  1.1651243958694016E-06
+  1.1651227309326309E-06  1.1651210352205310E-06  1.1651193081642768E-06
+  1.1651175491845339E-06  1.1651157576912580E-06  1.1651139330835015E-06
+  1.1651120747492106E-06  1.1651101820650197E-06  1.1651082543960431E-06
+  1.1651062910956617E-06  1.1651042915053058E-06  1.1651022549542362E-06
+  1.1651001807593156E-06  1.1650980682247844E-06  1.1650959166420229E-06
+  1.1650937252893171E-06  1.1650914934316148E-06  1.1650892203202792E-06
+  1.1650869051928401E-06  1.1650845472727345E-06  1.1650821457690494E-06
+  1.1650796998762573E-06  1.1650772087739410E-06  1.1650746716265240E-06
+  1.1650720875829898E-06  1.1650694557765938E-06  1.1650667753245728E-06
+  1.1650640453278530E-06  1.1650612648707456E-06  1.1650584330206392E-06
+  1.1650555488276897E-06  1.1650526113244990E-06  1.1650496195257946E-06
+  1.1650465724280949E-06  1.1650434690093768E-06  1.1650403082287298E-06
+  1.1650370890260090E-06  1.1650338103214809E-06  1.1650304710154587E-06
+  1.1650270699879351E-06  1.1650236060982075E-06  1.1650200781844948E-06
+  1.1650164850635493E-06  1.1650128255302573E-06  1.1650090983572391E-06
+  1.1650053022944352E-06  1.1650014360686874E-06  1.1649974983833132E-06
+  1.1649934879176707E-06  1.1649894033267163E-06  1.1649852432405542E-06
+  1.1649810062639761E-06  1.1649766909759956E-06  1.1649722959293699E-06
+  1.1649678196501182E-06  1.1649632606370236E-06  1.1649586173611335E-06
+  1.1649538882652465E-06  1.1649490717633890E-06  1.1649441662402863E-06
+  1.1649391700508208E-06  1.1649340815194789E-06  1.1649288989397929E-06
+  1.1649236205737670E-06  1.1649182446512957E-06  1.1649127693695722E-06
+  1.1649071928924825E-06  1.1649015133499912E-06  1.1648957288375159E-06
+  1.1648898374152885E-06  1.1648838371077055E-06  1.1648777259026665E-06
+  1.1648715017509022E-06  1.1648651625652836E-06  1.1648587062201275E-06
+  1.1648521305504832E-06  1.1648454333514069E-06  1.1648386123772244E-06
+  1.1648316653407781E-06  1.1648245899126623E-06  1.1648173837204429E-06
+  1.1648100443478636E-06  1.1648025693340344E-06  1.1647949561726122E-06
+  1.1647872023109579E-06  1.1647793051492849E-06  1.1647712620397866E-06
+  1.1647630702857505E-06  1.1647547271406571E-06  1.1647462298072587E-06
+  1.1647375754366458E-06  1.1647287611272903E-06  1.1647197839240775E-06
+  1.1647106408173155E-06  1.1647013287417298E-06  1.1646918445754358E-06
+  1.1646821851388942E-06  1.1646723471938498E-06  1.1646623274422461E-06
+  1.1646521225251215E-06  1.1646417290214874E-06  1.1646311434471832E-06
+  1.1646203622537105E-06  1.1646093818270464E-06  1.1645981984864356E-06
+  1.1645868084831589E-06  1.1645752079992791E-06  1.1645633931463657E-06
+  1.1645513599641934E-06  1.1645391044194183E-06  1.1645266224042315E-06
+  1.1645139097349823E-06  1.1645009621507820E-06  1.1644877753120804E-06
+  1.1644743447992128E-06  1.1644606661109252E-06  1.1644467346628691E-06
+  1.1644325457860695E-06  1.1644180947253651E-06  1.1644033766378198E-06
+  1.1643883865911028E-06  1.1643731195618457E-06  1.1643575704339577E-06
+  1.1643417339969229E-06  1.1643256049440565E-06  1.1643091778707331E-06
+  1.1642924472725835E-06  1.1642754075436559E-06  1.1642580529745429E-06
+  1.1642403777504784E-06  1.1642223759493922E-06  1.1642040415399383E-06
+  1.1641853683794799E-06  1.1641663502120373E-06  1.1641469806662026E-06
+  1.1641272532530154E-06  1.1641071613637937E-06  1.1640866982679333E-06
+  1.1640658571106612E-06  1.1640446309107484E-06  1.1640230125581833E-06
+  1.1640009948118021E-06  1.1639785702968702E-06  1.1639557315026290E-06
+  1.1639324707797877E-06  1.1639087803379781E-06  1.1638846522431554E-06
+  1.1638600784149557E-06  1.1638350506240027E-06  1.1638095604891697E-06
+  1.1637835994747830E-06  1.1637571588877843E-06  1.1637302298748324E-06
+  1.1637028034193568E-06  1.1636748703385562E-06  1.1636464212803418E-06
+  1.1636174467202253E-06  1.1635879369581491E-06  1.1635578821152592E-06
+  1.1635272721306193E-06  1.1634960967578649E-06  1.1634643455617941E-06
+  1.1634320079149001E-06  1.1633990729938371E-06  1.1633655297758230E-06
+  1.1633313670349771E-06  1.1632965733385890E-06  1.1632611370433218E-06
+  1.1632250462913420E-06  1.1631882890063859E-06  1.1631508528897479E-06
+  1.1631127254161964E-06  1.1630738938298197E-06  1.1630343451397915E-06
+  1.1629940661160609E-06  1.1629530432849655E-06  1.1629112629247621E-06
+  1.1628687110610777E-06  1.1628253734622775E-06  1.1627812356347484E-06
+  1.1627362828180962E-06  1.1626904999802577E-06  1.1626438718125213E-06
+  1.1625963827244595E-06  1.1625480168387663E-06  1.1624987579860051E-06
+  1.1624485896992598E-06  1.1623974952086837E-06  1.1623454574359608E-06
+  1.1622924589886546E-06  1.1622384821544614E-06  1.1621835088953616E-06
+  1.1621275208416566E-06  1.1620704992859063E-06  1.1620124251767524E-06
+  1.1619532791126320E-06  1.1618930413353760E-06  1.1618316917236932E-06
+  1.1617692097865356E-06  1.1617055746563463E-06  1.1616407650821831E-06
+  1.1615747594227167E-06  1.1615075356391102E-06  1.1614390712877612E-06
+  1.1613693435129164E-06  1.1612983290391585E-06  1.1612260041637496E-06
+  1.1611523447488427E-06  1.1610773262135515E-06  1.1610009235258788E-06
+  1.1609231111944968E-06  1.1608438632603844E-06  1.1607631532883108E-06
+  1.1606809543581712E-06  1.1605972390561604E-06  1.1605119794657966E-06
+  1.1604251471587778E-06  1.1603367131856792E-06  1.1602466480664817E-06
+  1.1601549217809339E-06  1.1600615037587422E-06  1.1599663628695791E-06
+  1.1598694674129271E-06  1.1597707851077277E-06  1.1596702830818585E-06
+  1.1595679278614121E-06  1.1594636853597922E-06  1.1593575208666173E-06
+  1.1592493990364184E-06  1.1591392838771493E-06  1.1590271387384821E-06
+  1.1589129262999034E-06  1.1587966085585956E-06  1.1586781468171085E-06
+  1.1585575016708093E-06  1.1584346329951132E-06  1.1583094999324918E-06
+  1.1581820608792483E-06  1.1580522734720633E-06  1.1579200945743051E-06
+  1.1577854802620974E-06  1.1576483858101462E-06  1.1575087656773160E-06
+  1.1573665734919556E-06  1.1572217620369663E-06  1.1570742832346132E-06
+  1.1569240881310669E-06  1.1567711268806804E-06  1.1566153487299913E-06
+  1.1564567020014464E-06  1.1562951340768473E-06  1.1561305913805011E-06
+  1.1559630193620914E-06  1.1557923624792462E-06  1.1556185641798046E-06
+  1.1554415668837851E-06  1.1552613119650381E-06  1.1550777397325838E-06
+  1.1548907894116355E-06  1.1547003991242919E-06  1.1545065058699040E-06
+  1.1543090455051073E-06  1.1541079527235094E-06  1.1539031610350394E-06
+  1.1536946027449417E-06  1.1534822089324165E-06  1.1532659094288989E-06
+  1.1530456327959721E-06  1.1528213063029066E-06  1.1525928559038278E-06
+  1.1523602062144910E-06  1.1521232804886784E-06  1.1518820005941941E-06
+  1.1516362869884638E-06  1.1513860586937269E-06  1.1511312332718156E-06
+  1.1508717267985232E-06  1.1506074538375376E-06  1.1503383274139594E-06
+  1.1500642589873740E-06  1.1497851584244877E-06  1.1495009339713160E-06
+  1.1492114922249183E-06  1.1489167381046724E-06  1.1486165748230855E-06
+  1.1483109038561311E-06  1.1479996249131114E-06  1.1476826359060316E-06
+  1.1473598329184865E-06  1.1470311101740513E-06  1.1466963600041684E-06
+  1.1463554728155229E-06  1.1460083370569089E-06  1.1456548391855676E-06
+  1.1452948636330042E-06  1.1449282927702631E-06  1.1445550068726725E-06
+  1.1441748840840313E-06  1.1437878003802576E-06  1.1433936295324623E-06
+  1.1429922430694728E-06  1.1425835102397736E-06  1.1421672979728829E-06
+  1.1417434708401325E-06  1.1413118910148703E-06  1.1408724182320623E-06
+  1.1404249097472973E-06  1.1399692202951840E-06  1.1395052020471385E-06
+  1.1390327045685534E-06  1.1385515747753472E-06  1.1380616568898828E-06
+  1.1375627923962598E-06  1.1370548199949630E-06  1.1365375755568730E-06
+  1.1360108920766318E-06  1.1354745996253533E-06  1.1349285253026823E-06
+  1.1343724931881965E-06  1.1338063242921395E-06  1.1332298365054953E-06
+  1.1326428445493904E-06  1.1320451599238226E-06  1.1314365908557199E-06
+  1.1308169422463171E-06  1.1301860156178576E-06  1.1295436090596142E-06
+  1.1288895171732289E-06  1.1282235310173665E-06  1.1275454380516920E-06
+  1.1268550220801601E-06  1.1261520631936268E-06  1.1254363377117756E-06
+  1.1247076181243691E-06  1.1239656730318191E-06  1.1232102670850861E-06
+  1.1224411609249056E-06  1.1216581111203462E-06  1.1208608701067099E-06
+  1.1200491861227670E-06  1.1192228031473514E-06  1.1183814608353014E-06
+  1.1175248944527728E-06  1.1166528348119169E-06  1.1157650082049495E-06
+  1.1148611363376042E-06  1.1139409362619956E-06  1.1130041203088999E-06
+  1.1120503960194605E-06  1.1110794660763459E-06  1.1100910282343685E-06
+  1.1090847752505782E-06  1.1080603948138605E-06  1.1070175694740478E-06
+  1.1059559765705752E-06  1.1048752881606973E-06  1.1037751709472927E-06
+  1.1026552862062846E-06  1.1015152897137058E-06  1.1003548316724324E-06
+  1.0991735566386283E-06  1.0979711034479261E-06  1.0967471051413811E-06
+  1.0955011888912457E-06  1.0942329759265923E-06  1.0929420814588373E-06
+  1.0916281146072061E-06  1.0902906783241947E-06  1.0889293693210625E-06
+  1.0875437779934384E-06  1.0861334883470612E-06  1.0846980779237465E-06
+  1.0832371177276239E-06  1.0817501721517157E-06  1.0802367989049299E-06
+  1.0786965489395413E-06  1.0771289663792275E-06  1.0755335884477611E-06
+  1.0739099453984216E-06  1.0722575604442384E-06  1.0705759496891353E-06
+  1.0688646220601030E-06  1.0671230792404793E-06  1.0653508156044626E-06
+  1.0635473181529604E-06  1.0617120664509081E-06  1.0598445325661686E-06
+  1.0579441810101518E-06  1.0560104686802954E-06  1.0540428448045424E-06
+  1.0520407508879771E-06  1.0500036206617654E-06  1.0479308800345820E-06
+  1.0458219470466807E-06  1.0436762318267994E-06  1.0414931365520886E-06
+  1.0392720554112581E-06  1.0370123745711524E-06  1.0347134721469697E-06
+  1.0323747181763523E-06  1.0299954745975815E-06  1.0275750952321329E-06
+  1.0251129257718335E-06  1.0226083037709134E-06  1.0200605586432060E-06
+  1.0174690116648172E-06  1.0148329759825469E-06  1.0121517566284005E-06
+  1.0094246505405109E-06  1.0066509465908258E-06  1.0038299256199238E-06
+  1.0009608604793316E-06  9.9804301608174502E-07  9.9507564945955802E-07
+  9.9205800983213537E-07  9.8898933868227196E-07  9.8586886984230439E-07
+  9.8269582959036687E-07  9.7946943675728916E-07  9.7618890284467062E-07
+  9.7285343215467826E-07  9.6946222193213949E-07  9.6601446251953072E-07
+  9.6250933752547763E-07  9.5894602400741823E-07  9.5532369266909902E-07
+  9.5164150807361366E-07  9.4789862887270361E-07  9.4409420805308975E-07
+  9.4022739320062649E-07  9.3629732678309496E-07  9.3230314645250685E-07
+  9.2824398536779786E-07  9.2411897253885110E-07  9.1992723319280934E-07
+  9.1566788916369268E-07  9.1134005930635361E-07  9.0694285993588013E-07
+  9.0247540529356137E-07  8.9793680804060371E-07  8.9332617978082470E-07
+  8.8864263161360095E-07  8.8388527471839412E-07  8.7905322097223935E-07
+  8.7414558360162865E-07  8.6916147787028654E-07  8.6410002180438800E-07
+  8.5896033695683463E-07  8.5374154921226225E-07  8.4844278963454319E-07
+  8.4306319535857343E-07  8.3760191052825271E-07  8.3205808728260698E-07
+  8.2643088679209974E-07  8.2071948034724706E-07  8.1492305050174451E-07
+  8.0904079227239167E-07  8.0307191439820211E-07  7.9701564066116336E-07
+  7.9087121127122534E-07  7.8463788431819520E-07  7.7831493729329998E-07
+  7.7190166868331798E-07  7.6539739964027115E-07  7.5880147572979882E-07
+  7.5211326876144718E-07  7.4533217870424133E-07  7.3845763569103791E-07
+  7.3148910211528528E-07  7.2442607482397060E-07  7.1726808741067255E-07
+  7.1001471261278396E-07  7.0266556481715892E-07  6.9522030267854802E-07
+  6.8767863185541358E-07  6.8004030786785328E-07  6.7230513908256444E-07
+  6.6447298982996556E-07  6.5654378365878664E-07  6.4851750673365483E-07
+  6.4039421138139999E-07  6.3217401979204891E-07  6.2385712788066935E-07
+  6.1544380931652209E-07  6.0693441972615286E-07  5.9832940107737909E-07
+  5.8962928625135160E-07  5.8083470381016648E-07  5.7194638296778362E-07
+  5.6296515877230577E-07  5.5389197750798653E-07  5.4472790232564546E-07
+  5.3547411911052025E-07  5.2613194259690144E-07  5.1670282273930341E-07
+  5.0718835135023021E-07  4.9759026901504380E-07  4.8791047229480960E-07
+  4.7815102122841379E-07  4.6831414714568956E-07  4.5840226080372656E-07
+  4.4841796085900629E-07  4.3836404268849486E-07  4.2824350757331202E-07
+  4.1805957225913391E-07  4.0781567890799296E-07  3.9751550545676096E-07
+  3.8716297639809186E-07  3.7676227400028872E-07  3.6631784998313351E-07
+  3.5583443766738687E-07  3.4531706461632877E-07  3.3477106578842057E-07
+  3.2420209722088273E-07  3.1361615026474262E-07  3.0301956639268239E-07
+  2.9241905260182387E-07  2.8182169743445303E-07  2.7123498764050759E-07
+  2.6066682550660881E-07  2.5012554687732768E-07  2.3961993989535879E-07
+  2.2915926448828360E-07  2.1875327263065121E-07  2.0841222941120391E-07
+  1.9814693493618698E-07  1.8796874710087089E-07  1.7788960526260680E-07
+  1.6792205485004174E-07  1.5807927294435876E-07  1.4837509486983545E-07
+  1.3882404183237956E-07  1.2944134964617859E-07  1.2024299859010739E-07
+  1.1124574443712423E-07  1.0246715070150548E-07  9.3925622150468834E-08
+  8.5640439628490171E-08  7.7631796244452522E-08  6.9920834973624722E-08
+  6.2529687728492335E-08  5.5481515954418138E-08  4.8800552808296070E-08
+  4.2512146980505048E-08  3.6642808222774573E-08  3.1220254646907900E-08
+  2.6273461861775233E-08  2.1832714018522360E-08  1.7929656836569915E-08
+  1.4597352685723006E-08  1.1845971893851265E-08  9.5958677967166054E-09
+  7.7590370210400507E-09  6.2623074203738998E-09  5.0449497948274613E-09
+===== Dij0 =====
+  6.1150017227213049E-01
+  7.7255128821239893E-01  1.0361314210621959E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  3.8911223344498458E-01
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00  3.8911223344498458E-01
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00  3.8911223344498458E-01
+  0.0000000000000000E+00  0.0000000000000000E+00 -1.1161518090536995E+00  0.0000000000000000E+00  0.0000000000000000E+00  2.9548878335690176E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00 -1.1161518090536995E+00  0.0000000000000000E+00  0.0000000000000000E+00  2.9548878335690176E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00 -1.1161518090536995E+00  0.0000000000000000E+00  0.0000000000000000E+00  2.9548878335690176E+00
+===== Rhoij0 =====
+  2.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  1.6666666666666667E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00  1.6666666666666667E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00  1.6666666666666667E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+===== VHntZC (Vloc(r)) without compensation charge in XC =====
+ 3  2  : radial mesh index, Vloc format (0=Vbare, 1=VH(tnzc) with hat in XC, 2=VH(tnzc) w/o hat in XC)
+ -1.2698208098969449E+01 -1.2698208098969419E+01 -1.2698208098969436E+01
+ -1.2698208098969443E+01 -1.2698208098969426E+01 -1.2698208098969413E+01
+ -1.2698208098969394E+01 -1.2698208098969364E+01 -1.2698208098969337E+01
+ -1.2698208098969305E+01 -1.2698208098969264E+01 -1.2698208098969216E+01
+ -1.2698208098969175E+01 -1.2698208098969122E+01 -1.2698208098969062E+01
+ -1.2698208098969003E+01 -1.2698208098968934E+01 -1.2698208098968863E+01
+ -1.2698208098968784E+01 -1.2698208098968703E+01 -1.2698208098968614E+01
+ -1.2698208098968520E+01 -1.2698208098968417E+01 -1.2698208098968312E+01
+ -1.2698208098968198E+01 -1.2698208098968079E+01 -1.2698208098967951E+01
+ -1.2698208098967822E+01 -1.2698208098967678E+01 -1.2698208098967530E+01
+ -1.2698208098967376E+01 -1.2698208098967212E+01 -1.2698208098967042E+01
+ -1.2698208098966866E+01 -1.2698208098966681E+01 -1.2698208098966489E+01
+ -1.2698208098966287E+01 -1.2698208098966074E+01 -1.2698208098965855E+01
+ -1.2698208098965626E+01 -1.2698208098965390E+01 -1.2698208098965139E+01
+ -1.2698208098964885E+01 -1.2698208098964615E+01 -1.2698208098964338E+01
+ -1.2698208098964050E+01 -1.2698208098963754E+01 -1.2698208098963446E+01
+ -1.2698208098963125E+01 -1.2698208098962795E+01 -1.2698208098962450E+01
+ -1.2698208098962096E+01 -1.2698208098961731E+01 -1.2698208098961352E+01
+ -1.2698208098960960E+01 -1.2698208098960556E+01 -1.2698208098960139E+01
+ -1.2698208098959705E+01 -1.2698208098959263E+01 -1.2698208098958805E+01
+ -1.2698208098958334E+01 -1.2698208098957849E+01 -1.2698208098957348E+01
+ -1.2698208098956830E+01 -1.2698208098956298E+01 -1.2698208098955746E+01
+ -1.2698208098955181E+01 -1.2698208098954598E+01 -1.2698208098954000E+01
+ -1.2698208098953382E+01 -1.2698208098952744E+01 -1.2698208098952094E+01
+ -1.2698208098951421E+01 -1.2698208098950730E+01 -1.2698208098950017E+01
+ -1.2698208098949287E+01 -1.2698208098948534E+01 -1.2698208098947767E+01
+ -1.2698208098946971E+01 -1.2698208098946159E+01 -1.2698208098945322E+01
+ -1.2698208098944464E+01 -1.2698208098943585E+01 -1.2698208098942677E+01
+ -1.2698208098941752E+01 -1.2698208098940796E+01 -1.2698208098939821E+01
+ -1.2698208098938816E+01 -1.2698208098937783E+01 -1.2698208098936732E+01
+ -1.2698208098935650E+01 -1.2698208098934536E+01 -1.2698208098933396E+01
+ -1.2698208098932223E+01 -1.2698208098931021E+01 -1.2698208098929790E+01
+ -1.2698208098928529E+01 -1.2698208098927235E+01 -1.2698208098925910E+01
+ -1.2698208098924555E+01 -1.2698208098923162E+01 -1.2698208098921736E+01
+ -1.2698208098920274E+01 -1.2698208098918776E+01 -1.2698208098917245E+01
+ -1.2698208098915673E+01 -1.2698208098914066E+01 -1.2698208098912415E+01
+ -1.2698208098910733E+01 -1.2698208098909005E+01 -1.2698208098907239E+01
+ -1.2698208098905424E+01 -1.2698208098903573E+01 -1.2698208098901675E+01
+ -1.2698208098899732E+01 -1.2698208098897744E+01 -1.2698208098895709E+01
+ -1.2698208098893627E+01 -1.2698208098891499E+01 -1.2698208098889317E+01
+ -1.2698208098887088E+01 -1.2698208098884805E+01 -1.2698208098882471E+01
+ -1.2698208098880082E+01 -1.2698208098877638E+01 -1.2698208098875137E+01
+ -1.2698208098872581E+01 -1.2698208098869966E+01 -1.2698208098867294E+01
+ -1.2698208098864560E+01 -1.2698208098861770E+01 -1.2698208098858908E+01
+ -1.2698208098855989E+01 -1.2698208098852996E+01 -1.2698208098849943E+01
+ -1.2698208098846818E+01 -1.2698208098843626E+01 -1.2698208098840366E+01
+ -1.2698208098837030E+01 -1.2698208098833618E+01 -1.2698208098830138E+01
+ -1.2698208098826575E+01 -1.2698208098822937E+01 -1.2698208098819217E+01
+ -1.2698208098815416E+01 -1.2698208098811529E+01 -1.2698208098807561E+01
+ -1.2698208098803507E+01 -1.2698208098799364E+01 -1.2698208098795131E+01
+ -1.2698208098790808E+01 -1.2698208098786392E+01 -1.2698208098781878E+01
+ -1.2698208098777268E+01 -1.2698208098772559E+01 -1.2698208098767751E+01
+ -1.2698208098762837E+01 -1.2698208098757821E+01 -1.2698208098752694E+01
+ -1.2698208098747457E+01 -1.2698208098742114E+01 -1.2698208098736654E+01
+ -1.2698208098731078E+01 -1.2698208098725386E+01 -1.2698208098719572E+01
+ -1.2698208098713636E+01 -1.2698208098707575E+01 -1.2698208098701386E+01
+ -1.2698208098695067E+01 -1.2698208098688614E+01 -1.2698208098682024E+01
+ -1.2698208098675297E+01 -1.2698208098668433E+01 -1.2698208098661423E+01
+ -1.2698208098654268E+01 -1.2698208098646962E+01 -1.2698208098639505E+01
+ -1.2698208098631893E+01 -1.2698208098624129E+01 -1.2698208098616199E+01
+ -1.2698208098608106E+01 -1.2698208098599846E+01 -1.2698208098591415E+01
+ -1.2698208098582811E+01 -1.2698208098574028E+01 -1.2698208098565065E+01
+ -1.2698208098555916E+01 -1.2698208098546582E+01 -1.2698208098537055E+01
+ -1.2698208098527335E+01 -1.2698208098517417E+01 -1.2698208098507292E+01
+ -1.2698208098496965E+01 -1.2698208098486424E+01 -1.2698208098475668E+01
+ -1.2698208098464693E+01 -1.2698208098453497E+01 -1.2698208098442070E+01
+ -1.2698208098430415E+01 -1.2698208098418519E+01 -1.2698208098406385E+01
+ -1.2698208098394003E+01 -1.2698208098381373E+01 -1.2698208098368484E+01
+ -1.2698208098355341E+01 -1.2698208098341928E+01 -1.2698208098328248E+01
+ -1.2698208098314289E+01 -1.2698208098300052E+01 -1.2698208098285527E+01
+ -1.2698208098270714E+01 -1.2698208098255602E+01 -1.2698208098240180E+01
+ -1.2698208098224455E+01 -1.2698208098208417E+01 -1.2698208098192055E+01
+ -1.2698208098175368E+01 -1.2698208098158348E+01 -1.2698208098140988E+01
+ -1.2698208098123281E+01 -1.2698208098105223E+01 -1.2698208098086806E+01
+ -1.2698208098068022E+01 -1.2698208098048863E+01 -1.2698208098029328E+01
+ -1.2698208098009399E+01 -1.2698208097989074E+01 -1.2698208097968351E+01
+ -1.2698208097947216E+01 -1.2698208097925663E+01 -1.2698208097903686E+01
+ -1.2698208097881270E+01 -1.2698208097966885E+01 -1.2698208097942455E+01
+ -1.2698208098023819E+01 -1.2698208097997389E+01 -1.2698208098074572E+01
+ -1.2698208098046157E+01 -1.2698208098119217E+01 -1.2698208098088827E+01
+ -1.2698208098157822E+01 -1.2698208098125466E+01 -1.2698208098190447E+01
+ -1.2698208098156124E+01 -1.2698208098217144E+01 -1.2698208098180860E+01
+ -1.2698208098237961E+01 -1.2698208098199711E+01 -1.2698208098252929E+01
+ -1.2698208098212703E+01 -1.2698208098262079E+01 -1.2698208098219874E+01
+ -1.2698208098265432E+01 -1.2698208098221233E+01 -1.2698208098176472E+01
+ -1.2698208098216790E+01 -1.2698208098170001E+01 -1.2698208098206560E+01
+ -1.2698208098157719E+01 -1.2698208098190525E+01 -1.2698208098139611E+01
+ -1.2698208098168681E+01 -1.2698208098115666E+01 -1.2698208098141006E+01
+ -1.2698208098085868E+01 -1.2698208098107473E+01 -1.2698208098050166E+01
+ -1.2698208098068049E+01 -1.2698208098083688E+01 -1.2698208098097084E+01
+ -1.2698208098108250E+01 -1.2698208098117188E+01 -1.2698208098123903E+01
+ -1.2698208098128399E+01 -1.2698208098130678E+01 -1.2698208098130745E+01
+ -1.2698208098128598E+01 -1.2698208098124240E+01 -1.2698208098117666E+01
+ -1.2698208098108880E+01 -1.2698208098097885E+01 -1.2698208098084672E+01
+ -1.2698208098069244E+01 -1.2698208098051589E+01 -1.2698208098031714E+01
+ -1.2698208098009609E+01 -1.2698208098048092E+01 -1.2698208098020892E+01
+ -1.2698208098053051E+01 -1.2698208098020755E+01 -1.2698208098046607E+01
+ -1.2698208098009209E+01 -1.2698208097969548E+01 -1.2698208097986253E+01
+ -1.2698208097941460E+01 -1.2698208097951877E+01 -1.2698208097901926E+01
+ -1.2698208097906049E+01 -1.2698208097906747E+01 -1.2698208097904018E+01
+ -1.2698208097897872E+01 -1.2698208097888299E+01 -1.2698208097875305E+01
+ -1.2698208097858888E+01 -1.2698208097839039E+01 -1.2698208097815758E+01
+ -1.2698208097840670E+01 -1.2698208097810008E+01 -1.2698208097826541E+01
+ -1.2698208097788488E+01 -1.2698208097746981E+01 -1.2698208097751184E+01
+ -1.2698208097702251E+01 -1.2698208097698064E+01 -1.2698208097689447E+01
+ -1.2698208097676392E+01 -1.2698208097658899E+01 -1.2698208097636975E+01
+ -1.2698208097610603E+01 -1.2698208097579787E+01 -1.2698208097589577E+01
+ -1.2698208097549408E+01 -1.2698208097504766E+01 -1.2698208097499425E+01
+ -1.2698208097488752E+01 -1.2698208097472740E+01 -1.2698208097451396E+01
+ -1.2698208097424711E+01 -1.2698208097392678E+01 -1.2698208097355282E+01
+ -1.2698208097312532E+01 -1.2698208097304944E+01 -1.2698208097251044E+01
+ -1.2698208097231511E+01 -1.2698208097205811E+01 -1.2698208097173927E+01
+ -1.2698208097174499E+01 -1.2698208097129877E+01 -1.2698208097079055E+01
+ -1.2698208097059560E+01 -1.2698208097033120E+01 -1.2698208096999732E+01
+ -1.2698208096995865E+01 -1.2698208096948212E+01 -1.2698208096893593E+01
+ -1.2698208096867424E+01 -1.2698208096833580E+01 -1.2698208096792051E+01
+ -1.2698208096742830E+01 -1.2698208096720018E+01 -1.2698208096688836E+01
+ -1.2698208096649280E+01 -1.2698208096634492E+01 -1.2698208096577844E+01
+ -1.2698208096545315E+01 -1.2698208096503748E+01 -1.2698208096485036E+01
+ -1.2698208096425056E+01 -1.2698208096387310E+01 -1.2698208096339885E+01
+ -1.2698208096282764E+01 -1.2698208096246363E+01 -1.2698208096199659E+01
+ -1.2698208096142645E+01 -1.2698208096075311E+01 -1.2698208096026919E+01
+ -1.2698208095967615E+01 -1.2698208095926121E+01 -1.2698208095873142E+01
+ -1.2698208095808653E+01 -1.2698208095760581E+01 -1.2698208095700441E+01
+ -1.2698208095628226E+01 -1.2698208095571060E+01 -1.2698208095501258E+01
+ -1.2698208095445452E+01 -1.2698208095376472E+01 -1.2698208095320442E+01
+ -1.2698208095250711E+01 -1.2698208095192911E+01 -1.2698208095120883E+01
+ -1.2698208095059783E+01 -1.2698208094983947E+01 -1.2698208094918048E+01
+ -1.2698208094836909E+01 -1.2698208094764739E+01 -1.2698208094676824E+01
+ -1.2698208094596920E+01 -1.2698208094524336E+01 -1.2698208094435044E+01
+ -1.2698208094329011E+01 -1.2698208094252028E+01 -1.2698208094157390E+01
+ -1.2698208094067549E+01 -1.2698208093981846E+01 -1.2698208093877565E+01
+ -1.2698208093776531E+01 -1.2698208093678096E+01 -1.2698208093581622E+01
+ -1.2698208093486476E+01 -1.2698208093392026E+01 -1.2698208093276808E+01
+ -1.2698208093182098E+01 -1.2698208093065769E+01 -1.2698208092968340E+01
+ -1.2698208092848475E+01 -1.2698208092745922E+01 -1.2698208092620114E+01
+ -1.2698208092490539E+01 -1.2698208092375951E+01 -1.2698208092256071E+01
+ -1.2698208092130313E+01 -1.2698208092016921E+01 -1.2698208091877536E+01
+ -1.2698208091749031E+01 -1.2698208091612047E+01 -1.2698208091466029E+01
+ -1.2698208091328372E+01 -1.2698208091180241E+01 -1.2698208091038708E+01
+ -1.2698208090885293E+01 -1.2698208090736749E+01 -1.2698208090574930E+01
+ -1.2698208090416268E+01 -1.2698208090259767E+01 -1.2698208090087791E+01
+ -1.2698208089916310E+01 -1.2698208089744346E+01 -1.2698208089570931E+01
+ -1.2698208089395106E+01 -1.2698208089215910E+01 -1.2698208089032409E+01
+ -1.2698208088843655E+01 -1.2698208088648720E+01 -1.2698208088446677E+01
+ -1.2698208088251773E+01 -1.2698208088047643E+01 -1.2698208087848277E+01
+ -1.2698208087637608E+01 -1.2698208087429357E+01 -1.2698208087207759E+01
+ -1.2698208086986273E+01 -1.2698208086763636E+01 -1.2698208086538573E+01
+ -1.2698208086295892E+01 -1.2698208086062371E+01 -1.2698208085822705E+01
+ -1.2698208085575661E+01 -1.2698208085320037E+01 -1.2698208085067927E+01
+ -1.2698208084804580E+01 -1.2698208084541880E+01 -1.2698208084278269E+01
+ -1.2698208083999404E+01 -1.2698208083716825E+01 -1.2698208083429025E+01
+ -1.2698208083146975E+01 -1.2698208082844134E+01 -1.2698208082543854E+01
+ -1.2698208082232206E+01 -1.2698208081907739E+01 -1.2698208081592810E+01
+ -1.2698208081273540E+01 -1.2698208080936487E+01 -1.2698208080591826E+01
+ -1.2698208080249302E+01 -1.2698208079895515E+01 -1.2698208079540036E+01
+ -1.2698208079180862E+01 -1.2698208078804962E+01 -1.2698208078421624E+01
+ -1.2698208078039745E+01 -1.2698208077646335E+01 -1.2698208077250118E+01
+ -1.2698208076848895E+01 -1.2698208076430024E+01 -1.2698208076012335E+01
+ -1.2698208075583125E+01 -1.2698208075150424E+01 -1.2698208074701752E+01
+ -1.2698208074244981E+01 -1.2698208073787628E+01 -1.2698208073317268E+01
+ -1.2698208072841283E+01 -1.2698208072347468E+01 -1.2698208071852569E+01
+ -1.2698208071344343E+01 -1.2698208070829610E+01 -1.2698208070305604E+01
+ -1.2698208069769574E+01 -1.2698208069227892E+01 -1.2698208068668578E+01
+ -1.2698208068097882E+01 -1.2698208067521730E+01 -1.2698208066928219E+01
+ -1.2698208066331844E+01 -1.2698208065720667E+01 -1.2698208065100138E+01
+ -1.2698208064466979E+01 -1.2698208063826304E+01 -1.2698208063166346E+01
+ -1.2698208062500331E+01 -1.2698208061824616E+01 -1.2698208061127518E+01
+ -1.2698208060421658E+01 -1.2698208059703250E+01 -1.2698208058968547E+01
+ -1.2698208058221578E+01 -1.2698208057466143E+01 -1.2698208056690506E+01
+ -1.2698208055905935E+01 -1.2698208055100695E+01 -1.2698208054285613E+01
+ -1.2698208053448949E+01 -1.2698208052601126E+01 -1.2698208051737613E+01
+ -1.2698208050853918E+01 -1.2698208049959749E+01 -1.2698208049043277E+01
+ -1.2698208048113818E+01 -1.2698208047166439E+01 -1.2698208046203058E+01
+ -1.2698208045218626E+01 -1.2698208044214823E+01 -1.2698208043193128E+01
+ -1.2698208042154812E+01 -1.2698208041094416E+01 -1.2698208040019447E+01
+ -1.2698208038924173E+01 -1.2698208037802901E+01 -1.2698208036662564E+01
+ -1.2698208035503420E+01 -1.2698208034319395E+01 -1.2698208033116673E+01
+ -1.2698208031888930E+01 -1.2698208030641871E+01 -1.2698208029368942E+01
+ -1.2698208028075387E+01 -1.2698208026754426E+01 -1.2698208025410862E+01
+ -1.2698208024037687E+01 -1.2698208022644955E+01 -1.2698208021225298E+01
+ -1.2698208019776933E+01 -1.2698208018303493E+01 -1.2698208016802761E+01
+ -1.2698208015272380E+01 -1.2698208013715220E+01 -1.2698208012128509E+01
+ -1.2698208010514577E+01 -1.2698208008870244E+01 -1.2698208007192157E+01
+ -1.2698208005487137E+01 -1.2698208003746208E+01 -1.2698208001975610E+01
+ -1.2698208000171086E+01 -1.2698207998333221E+01 -1.2698207996462294E+01
+ -1.2698207994558306E+01 -1.2698207992616144E+01 -1.2698207990640144E+01
+ -1.2698207988624722E+01 -1.2698207986573589E+01 -1.2698207984485331E+01
+ -1.2698207982358312E+01 -1.2698207980190618E+01 -1.2698207977980090E+01
+ -1.2698207975733235E+01 -1.2698207973442745E+01 -1.2698207971109964E+01
+ -1.2698207968731527E+01 -1.2698207966312419E+01 -1.2698207963844315E+01
+ -1.2698207961335699E+01 -1.2698207958777658E+01 -1.2698207956173620E+01
+ -1.2698207953522445E+01 -1.2698207950818510E+01 -1.2698207948068148E+01
+ -1.2698207945265013E+01 -1.2698207942410544E+01 -1.2698207939501716E+01
+ -1.2698207936539122E+01 -1.2698207933522859E+01 -1.2698207930448779E+01
+ -1.2698207927319967E+01 -1.2698207924131452E+01 -1.2698207920885373E+01
+ -1.2698207917579662E+01 -1.2698207914211787E+01 -1.2698207910782473E+01
+ -1.2698207907288275E+01 -1.2698207903728935E+01 -1.2698207900103650E+01
+ -1.2698207896414619E+01 -1.2698207892653016E+01 -1.2698207888823500E+01
+ -1.2698207884923166E+01 -1.2698207880948678E+01 -1.2698207876902838E+01
+ -1.2698207872781195E+01 -1.2698207868582063E+01 -1.2698207864306490E+01
+ -1.2698207859951566E+01 -1.2698207855517090E+01 -1.2698207850998996E+01
+ -1.2698207846398983E+01 -1.2698207841711774E+01 -1.2698207836937756E+01
+ -1.2698207832076543E+01 -1.2698207827124088E+01 -1.2698207822081647E+01
+ -1.2698207816946795E+01 -1.2698207811713438E+01 -1.2698207806383680E+01
+ -1.2698207800955828E+01 -1.2698207795427496E+01 -1.2698207789798319E+01
+ -1.2698207784064383E+01 -1.2698207778223761E+01 -1.2698207772276534E+01
+ -1.2698207766216392E+01 -1.2698207760044498E+01 -1.2698207753758318E+01
+ -1.2698207747354543E+01 -1.2698207740834203E+01 -1.2698207734192197E+01
+ -1.2698207727427691E+01 -1.2698207720538951E+01 -1.2698207713520670E+01
+ -1.2698207706374291E+01 -1.2698207699095082E+01 -1.2698207691679958E+01
+ -1.2698207684129606E+01 -1.2698207676436430E+01 -1.2698207668603811E+01
+ -1.2698207660626849E+01 -1.2698207652499526E+01 -1.2698207644221908E+01
+ -1.2698207635792727E+01 -1.2698207627207317E+01 -1.2698207618462076E+01
+ -1.2698207609554578E+01 -1.2698207600483258E+01 -1.2698207591243181E+01
+ -1.2698207581832456E+01 -1.2698207572247984E+01 -1.2698207562485225E+01
+ -1.2698207552542724E+01 -1.2698207542415368E+01 -1.2698207532101012E+01
+ -1.2698207521595931E+01 -1.2698207510895099E+01 -1.2698207499998029E+01
+ -1.2698207488898753E+01 -1.2698207477593698E+01 -1.2698207466079865E+01
+ -1.2698207454352492E+01 -1.2698207442407346E+01 -1.2698207430242238E+01
+ -1.2698207417851510E+01 -1.2698207405231484E+01 -1.2698207392378746E+01
+ -1.2698207379287940E+01 -1.2698207365955788E+01 -1.2698207352375166E+01
+ -1.2698207338544547E+01 -1.2698207324456666E+01 -1.2698207310107902E+01
+ -1.2698207295494203E+01 -1.2698207280611408E+01 -1.2698207265451378E+01
+ -1.2698207250012738E+01 -1.2698207234286588E+01 -1.2698207218268905E+01
+ -1.2698207201956551E+01 -1.2698207185340991E+01 -1.2698207168419440E+01
+ -1.2698207151183709E+01 -1.2698207133629490E+01 -1.2698207115750261E+01
+ -1.2698207097539969E+01 -1.2698207078991880E+01 -1.2698207060102641E+01
+ -1.2698207040861899E+01 -1.2698207021267136E+01 -1.2698207001308766E+01
+ -1.2698206980981766E+01 -1.2698206960278510E+01 -1.2698206939192689E+01
+ -1.2698206917716794E+01 -1.2698206895842986E+01 -1.2698206873563567E+01
+ -1.2698206850873149E+01 -1.2698206827762048E+01 -1.2698206804224110E+01
+ -1.2698206780250196E+01 -1.2698206755833045E+01 -1.2698206730965026E+01
+ -1.2698206705636096E+01 -1.2698206679838409E+01 -1.2698206653564140E+01
+ -1.2698206626803486E+01 -1.2698206599547794E+01 -1.2698206571787566E+01
+ -1.2698206543514205E+01 -1.2698206514718063E+01 -1.2698206485388907E+01
+ -1.2698206455516564E+01 -1.2698206425092467E+01 -1.2698206394105428E+01
+ -1.2698206362545626E+01 -1.2698206330401652E+01 -1.2698206297663178E+01
+ -1.2698206264318120E+01 -1.2698206230357485E+01 -1.2698206195767984E+01
+ -1.2698206160539126E+01 -1.2698206124658238E+01 -1.2698206088113974E+01
+ -1.2698206050893697E+01 -1.2698206012984674E+01 -1.2698205974374865E+01
+ -1.2698205935050687E+01 -1.2698205894999006E+01 -1.2698205854206984E+01
+ -1.2698205812659817E+01 -1.2698205770344760E+01 -1.2698205727246837E+01
+ -1.2698205683351736E+01 -1.2698205638644689E+01 -1.2698205593111203E+01
+ -1.2698205546735041E+01 -1.2698205499501842E+01 -1.2698205451394241E+01
+ -1.2698205402397287E+01 -1.2698205352493718E+01 -1.2698205301667279E+01
+ -1.2698205249900981E+01 -1.2698205197177472E+01 -1.2698205143478338E+01
+ -1.2698205088786221E+01 -1.2698205033082342E+01 -1.2698204976348485E+01
+ -1.2698204918565560E+01 -1.2698204859713689E+01 -1.2698204799773499E+01
+ -1.2698204738725206E+01 -1.2698204676546544E+01 -1.2698204613219474E+01
+ -1.2698204548720511E+01 -1.2698204483028986E+01 -1.2698204416122611E+01
+ -1.2698204347978825E+01 -1.2698204278574668E+01 -1.2698204207887153E+01
+ -1.2698204135892418E+01 -1.2698204062565999E+01 -1.2698203987882872E+01
+ -1.2698203911819922E+01 -1.2698203834349092E+01 -1.2698203755446670E+01
+ -1.2698203675084308E+01 -1.2698203593236491E+01 -1.2698203509874141E+01
+ -1.2698203424971005E+01 -1.2698203338497461E+01 -1.2698203250425259E+01
+ -1.2698203160723688E+01 -1.2698203069364085E+01 -1.2698202976314043E+01
+ -1.2698202881544491E+01 -1.2698202785021369E+01 -1.2698202686713808E+01
+ -1.2698202586588078E+01 -1.2698202484611413E+01 -1.2698202380748231E+01
+ -1.2698202274965054E+01 -1.2698202167224920E+01 -1.2698202057493333E+01
+ -1.2698201945732301E+01 -1.2698201831904706E+01 -1.2698201715971766E+01
+ -1.2698201597895865E+01 -1.2698201477635704E+01 -1.2698201355152625E+01
+ -1.2698201230403530E+01 -1.2698201103348717E+01 -1.2698200973943848E+01
+ -1.2698200842146868E+01 -1.2698200707911491E+01 -1.2698200571195482E+01
+ -1.2698200431950342E+01 -1.2698200290131581E+01 -1.2698200145689338E+01
+ -1.2698199998577049E+01 -1.2698199848743551E+01 -1.2698199696140797E+01
+ -1.2698199540715210E+01 -1.2698199382416639E+01 -1.2698199221190034E+01
+ -1.2698199056983469E+01 -1.2698198889739098E+01 -1.2698198719403925E+01
+ -1.2698198545917966E+01 -1.2698198369225125E+01 -1.2698198189263815E+01
+ -1.2698198005976776E+01 -1.2698197819299130E+01 -1.2698197629171217E+01
+ -1.2698197435526094E+01 -1.2698197238302283E+01 -1.2698197037429845E+01
+ -1.2698196832845422E+01 -1.2698196624476434E+01 -1.2698196412256488E+01
+ -1.2698196196110565E+01 -1.2698195975970256E+01 -1.2698195751757641E+01
+ -1.2698195523401290E+01 -1.2698195290821113E+01 -1.2698195053941950E+01
+ -1.2698194812681198E+01 -1.2698194566961712E+01 -1.2698194316696965E+01
+ -1.2698194061807154E+01 -1.2698193802202406E+01 -1.2698193537799872E+01
+ -1.2698193268506667E+01 -1.2698192994236273E+01 -1.2698192714892533E+01
+ -1.2698192430386454E+01 -1.2698192140617683E+01 -1.2698191845493730E+01
+ -1.2698191544910527E+01 -1.2698191238772409E+01 -1.2698190926971810E+01
+ -1.2698190609408410E+01 -1.2698190285971116E+01 -1.2698189956556309E+01
+ -1.2698189621048318E+01 -1.2698189279339770E+01 -1.2698188931310623E+01
+ -1.2698188576849768E+01 -1.2698188215832349E+01 -1.2698187848143247E+01
+ -1.2698187473652800E+01 -1.2698187092241682E+01 -1.2698186703775452E+01
+ -1.2698186308130092E+01 -1.2698185905166451E+01 -1.2698185494756038E+01
+ -1.2698185076754067E+01 -1.2698184651027448E+01 -1.2698184217426183E+01
+ -1.2698183775811497E+01 -1.2698183326028571E+01 -1.2698182867933420E+01
+ -1.2698182401364832E+01 -1.2698181926174064E+01 -1.2698181442193778E+01
+ -1.2698180949269279E+01 -1.2698180447227331E+01 -1.2698179935907534E+01
+ -1.2698179415130234E+01 -1.2698178884728293E+01 -1.2698178344515933E+01
+ -1.2698177794320182E+01 -1.2698177233947504E+01 -1.2698176663219240E+01
+ -1.2698176081934387E+01 -1.2698175489907140E+01 -1.2698174886929388E+01
+ -1.2698174272808540E+01 -1.2698173647328698E+01 -1.2698173010289507E+01
+ -1.2698172361467455E+01 -1.2698171700654862E+01 -1.2698171027619486E+01
+ -1.2698170342146430E+01 -1.2698169643994399E+01 -1.2698168932940357E+01
+ -1.2698168208734362E+01 -1.2698167471144783E+01 -1.2698166719912342E+01
+ -1.2698165954797012E+01 -1.2698165175529658E+01 -1.2698164381861202E+01
+ -1.2698163573512728E+01 -1.2698162750225556E+01 -1.2698161911710416E+01
+ -1.2698161057699490E+01 -1.2698160187892389E+01 -1.2698159302010747E+01
+ -1.2698158399743480E+01 -1.2698157480801884E+01 -1.2698156544863176E+01
+ -1.2698155591627971E+01 -1.2698154620761198E+01 -1.2698153631952376E+01
+ -1.2698152624854075E+01 -1.2698151599143971E+01 -1.2698150554462018E+01
+ -1.2698149490473545E+01 -1.2698148406804869E+01 -1.2698147303109668E+01
+ -1.2698146178999762E+01 -1.2698145034115578E+01 -1.2698143868054927E+01
+ -1.2698142680444716E+01 -1.2698141470867885E+01 -1.2698140238936984E+01
+ -1.2698138984219478E+01 -1.2698137706313879E+01 -1.2698136404771322E+01
+ -1.2698135079175019E+01 -1.2698133729059426E+01 -1.2698132353992561E+01
+ -1.2698130953491320E+01 -1.2698129527107533E+01 -1.2698128074340048E+01
+ -1.2698126594723997E+01 -1.2698125087739397E+01 -1.2698123552904267E+01
+ -1.2698121989679240E+01 -1.2698120397563894E+01 -1.2698118775999065E+01
+ -1.2698117124465735E+01 -1.2698115442383569E+01 -1.2698113729214452E+01
+ -1.2698111984356371E+01 -1.2698110207250746E+01 -1.2698108397273295E+01
+ -1.2698106553844941E+01 -1.2698104676317746E+01 -1.2698102764090816E+01
+ -1.2698100816492353E+01 -1.2698098832898973E+01 -1.2698096812613747E+01
+ -1.2698094754989928E+01 -1.2698092659304567E+01 -1.2698090524887009E+01
+ -1.2698088350987049E+01 -1.2698086136909188E+01 -1.2698083881875121E+01
+ -1.2698081585163102E+01 -1.2698079245966071E+01 -1.2698076863535404E+01
+ -1.2698074437033613E+01 -1.2698071965684319E+01 -1.2698069448618684E+01
+ -1.2698066885031359E+01 -1.2698064274021140E+01 -1.2698061614752254E+01
+ -1.2698058906290148E+01 -1.2698056147767803E+01 -1.2698053338215672E+01
+ -1.2698050476734421E+01 -1.2698047562318209E+01 -1.2698044594034213E+01
+ -1.2698041570838974E+01 -1.2698038491764635E+01 -1.2698035355728999E+01
+ -1.2698032161728047E+01 -1.2698028908639062E+01 -1.2698025595420447E+01
+ -1.2698022220907633E+01 -1.2698018784020128E+01 -1.2698015283549736E+01
+ -1.2698011718375808E+01 -1.2698008087244844E+01 -1.2698004388994233E+01
+ -1.2698000622323834E+01 -1.2697996786027433E+01 -1.2697992878756363E+01
+ -1.2697988899259364E+01 -1.2697984846137290E+01 -1.2697980718092229E+01
+ -1.2697976513672764E+01 -1.2697972231532292E+01 -1.2697967870165165E+01
+ -1.2697963428174639E+01 -1.2697958903998616E+01 -1.2697954296188252E+01
+ -1.2697949603122987E+01 -1.2697944823299794E+01 -1.2697939955037615E+01
+ -1.2697934996777107E+01 -1.2697929946774510E+01 -1.2697924803412072E+01
+ -1.2697919564880818E+01 -1.2697914229502596E+01 -1.2697908795400686E+01
+ -1.2697903260834284E+01 -1.2697897623856516E+01 -1.2697891882661315E+01
+ -1.2697886035229093E+01 -1.2697880079686239E+01 -1.2697874013937586E+01
+ -1.2697867836039533E+01 -1.2697861543818483E+01 -1.2697855135258019E+01
+ -1.2697848608103390E+01 -1.2697841960262698E+01 -1.2697835189396736E+01
+ -1.2697828293335540E+01 -1.2697821269652319E+01 -1.2697814116095698E+01
+ -1.2697806830148266E+01 -1.2697799409474387E+01 -1.2697791851462361E+01
+ -1.2697784153689232E+01 -1.2697776313445521E+01 -1.2697768328217494E+01
+ -1.2697760195194270E+01 -1.2697751911768075E+01 -1.2697743475022822E+01
+ -1.2697734882252931E+01 -1.2697726130433246E+01 -1.2697717216756878E+01
+ -1.2697708138085385E+01 -1.2697698891506779E+01 -1.2697689473765003E+01
+ -1.2697679881838967E+01 -1.2697670112350782E+01 -1.2697660162166114E+01
+ -1.2697650027780544E+01 -1.2697639705942187E+01 -1.2697629193015363E+01
+ -1.2697618485626538E+01 -1.2697607580003620E+01 -1.2697596472646552E+01
+ -1.2697585159641980E+01 -1.2697573637358600E+01 -1.2697561901736400E+01
+ -1.2697549949007833E+01 -1.2697537774960788E+01 -1.2697525375686357E+01
+ -1.2697512746814454E+01 -1.2697499884289654E+01 -1.2697486783577929E+01
+ -1.2697473440471603E+01 -1.2697459850266728E+01 -1.2697446008597664E+01
+ -1.2697431910583987E+01 -1.2697417551696168E+01 -1.2697402926870653E+01
+ -1.2697388031407904E+01 -1.2697372860054285E+01 -1.2697357407933726E+01
+ -1.2697341669595495E+01 -1.2697325639980260E+01 -1.2697309313432692E+01
+ -1.2697292684703314E+01 -1.2697275747924396E+01 -1.2697258497649292E+01
+ -1.2697240927789776E+01 -1.2697223032694346E+01 -1.2697204806046143E+01
+ -1.2697186241981148E+01 -1.2697167333945051E+01 -1.2697148075853278E+01
+ -1.2697128460905144E+01 -1.2697108482787053E+01 -1.2697088134442684E+01
+ -1.2697067409320764E+01 -1.2697046300099528E+01 -1.2697024799981149E+01
+ -1.2697002901368304E+01 -1.2696980597207084E+01 -1.2696957879614345E+01
+ -1.2696934741270347E+01 -1.2696911173995185E+01 -1.2696887170193218E+01
+ -1.2696862721376441E+01 -1.2696837819662953E+01 -1.2696812456244936E+01
+ -1.2696786622943060E+01 -1.2696760310617652E+01 -1.2696733510780842E+01
+ -1.2696706213948318E+01 -1.2696678411311707E+01 -1.2696650093029088E+01
+ -1.2696621249959472E+01 -1.2696591871889572E+01 -1.2696561949332954E+01
+ -1.2696531471690886E+01 -1.2696500429118394E+01 -1.2696468810616521E+01
+ -1.2696436605967879E+01 -1.2696403803758102E+01 -1.2696370393383177E+01
+ -1.2696336362997318E+01 -1.2696301701595139E+01 -1.2696266396882926E+01
+ -1.2696230437438397E+01 -1.2696193810502830E+01 -1.2696156504221035E+01
+ -1.2696118505351373E+01 -1.2696079801589173E+01 -1.2696040379191368E+01
+ -1.2696000225386332E+01 -1.2695959325910357E+01 -1.2695917667506965E+01
+ -1.2695875235371705E+01 -1.2695832015744479E+01 -1.2695787993259302E+01
+ -1.2695743153633011E+01 -1.2695697480916442E+01 -1.2695650960283052E+01
+ -1.2695603575178026E+01 -1.2695555310210432E+01 -1.2695506148196332E+01
+ -1.2695456073158505E+01 -1.2695405067259609E+01 -1.2695353113913265E+01
+ -1.2695300194603414E+01 -1.2695246292110930E+01 -1.2695191387214676E+01
+ -1.2695135462037960E+01 -1.2695078496627257E+01 -1.2695020472422769E+01
+ -1.2694961368709990E+01 -1.2694901166219285E+01 -1.2694839843445607E+01
+ -1.2694777380381582E+01 -1.2694713754700814E+01 -1.2694648945629332E+01
+ -1.2694582929987238E+01 -1.2694515686203857E+01 -1.2694447190212372E+01
+ -1.2694377419614053E+01 -1.2694306349420431E+01 -1.2694233956371981E+01
+ -1.2694160214522466E+01 -1.2694085099717615E+01 -1.2694008585015663E+01
+ -1.2693930645332181E+01 -1.2693851252690706E+01 -1.2693770381039730E+01
+ -1.2693688001327216E+01 -1.2693604086496197E+01 -1.2693518606376548E+01
+ -1.2693431532865738E+01 -1.2693342834631277E+01 -1.2693252482483341E+01
+ -1.2693160443880929E+01 -1.2693066688503416E+01 -1.2692971182553221E+01
+ -1.2692873894533603E+01 -1.2692774789340305E+01 -1.2692673834253146E+01
+ -1.2692570992809010E+01 -1.2692466231015079E+01 -1.2692359510994901E+01
+ -1.2692250797431536E+01 -1.2692140050978580E+01 -1.2692027234941348E+01
+ -1.2691912308444302E+01 -1.2691795233359150E+01 -1.2691675967219538E+01
+ -1.2691554470405151E+01 -1.2691430698794548E+01 -1.2691304611214481E+01
+ -1.2691176161821334E+01 -1.2691045307825410E+01 -1.2690912001590904E+01
+ -1.2690776198645265E+01 -1.2690637849487510E+01 -1.2690496907892950E+01
+ -1.2690353322419201E+01 -1.2690207045017100E+01 -1.2690058022223266E+01
+ -1.2689906204088475E+01 -1.2689751535045351E+01 -1.2689593963165578E+01
+ -1.2689433430691068E+01 -1.2689269883631949E+01 -1.2689103261948816E+01
+ -1.2688933509503943E+01 -1.2688760563882017E+01 -1.2688584366707342E+01
+ -1.2688404853089809E+01 -1.2688221962321453E+01 -1.2688035626934091E+01
+ -1.2687845783788866E+01 -1.2687652362731567E+01 -1.2687455298089285E+01
+ -1.2687254516908881E+01 -1.2687049950875505E+01 -1.2686841524119034E+01
+ -1.2686629165569737E+01 -1.2686412796317043E+01 -1.2686192342418117E+01
+ -1.2685967721792807E+01 -1.2685738857501327E+01 -1.2685505664158832E+01
+ -1.2685268061698999E+01 -1.2685025961290801E+01 -1.2684779279605571E+01
+ -1.2684527924218106E+01 -1.2684271808395028E+01 -1.2684010835961951E+01
+ -1.2683744916631747E+01 -1.2683473950318424E+01 -1.2683197843024764E+01
+ -1.2682916490583128E+01 -1.2682629795122301E+01 -1.2682337648214800E+01
+ -1.2682039947943506E+01 -1.2681736581434311E+01 -1.2681427442543852E+01
+ -1.2681112413755638E+01 -1.2680791384510798E+01 -1.2680464232445182E+01
+ -1.2680130842385834E+01 -1.2679791086905606E+01 -1.2679444846008913E+01
+ -1.2679091986979781E+01 -1.2678732384781057E+01 -1.2678365901170903E+01
+ -1.2677992405840559E+01 -1.2677611754773618E+01 -1.2677223812148100E+01
+ -1.2676828427911850E+01 -1.2676425460475700E+01 -1.2676014753477540E+01
+ -1.2675596159294088E+01 -1.2675169514965242E+01 -1.2674734666552942E+01
+ -1.2674291444196484E+01 -1.2673839687347824E+01 -1.2673379218927693E+01
+ -1.2672909871467541E+01 -1.2672431460335293E+01 -1.2671943810815147E+01
+ -1.2671446730370832E+01 -1.2670940036695390E+01 -1.2670423528978821E+01
+ -1.2669897016960995E+01 -1.2669360291169484E+01 -1.2668813153009783E+01
+ -1.2668255383938071E+01 -1.2667686776623981E+01 -1.2667107103021934E+01
+ -1.2666516146642754E+01 -1.2665913669486088E+01 -1.2665299445458293E+01
+ -1.2664673226127336E+01 -1.2664034775325348E+01 -1.2663383833686416E+01
+ -1.2662720154473270E+01 -1.2662043466857149E+01 -1.2661353513009288E+01
+ -1.2660650010080801E+01 -1.2659932688600811E+01 -1.2659201253113100E+01
+ -1.2658455421923877E+01 -1.2657694886350738E+01 -1.2656919351864243E+01
+ -1.2656128495903435E+01 -1.2655322010456606E+01 -1.2654499558396504E+01
+ -1.2653660817546747E+01 -1.2652805435488514E+01 -1.2651933075160407E+01
+ -1.2651043368087139E+01 -1.2650135961561819E+01 -1.2649210470245842E+01
+ -1.2648266524983800E+01 -1.2647303722722562E+01 -1.2646321677010224E+01
+ -1.2645319966180956E+01 -1.2644298185590703E+01 -1.2643255894013167E+01
+ -1.2642192667666057E+01 -1.2641108044762314E+01 -1.2640001581381958E+01
+ -1.2638872794121365E+01 -1.2637721217866957E+01 -1.2636546346483993E+01
+ -1.2635347692549653E+01 -1.2634124726021506E+01 -1.2632876935988580E+01
+ -1.2631603767258557E+01 -1.2630304684186594E+01 -1.2628979105119008E+01
+ -1.2627626468360621E+01 -1.2626246164411631E+01 -1.2624837604135410E+01
+ -1.2623400148723904E+01 -1.2621933180128913E+01 -1.2620436028690378E+01
+ -1.2618908045894955E+01 -1.2617348529600591E+01 -1.2615756799187146E+01
+ -1.2614132118309598E+01 -1.2612473772506362E+01 -1.2610780989412554E+01
+ -1.2609053018892363E+01 -1.2607289050642958E+01 -1.2605488296918038E+01
+ -1.2603649907452198E+01 -1.2601773054843271E+01 -1.2599856846726416E+01
+ -1.2597900413883291E+01 -1.2595902819594597E+01 -1.2593863150544539E+01
+ -1.2591780423280127E+01 -1.2589653677979468E+01 -1.2587481881946028E+01
+ -1.2585264026309405E+01 -1.2582999026482490E+01 -1.2580685821863302E+01
+ -1.2578323273183257E+01 -1.2575910265278139E+01 -1.2573445601256036E+01
+ -1.2570928108405173E+01 -1.2568356529110382E+01 -1.2565729629964856E+01
+ -1.2563046089364930E+01 -1.2560304609891688E+01 -1.2557503802514914E+01
+ -1.2554642302309235E+01 -1.2551718649199467E+01 -1.2548731407074474E+01
+ -1.2545679041007711E+01 -1.2542560039830168E+01 -1.2539372789761927E+01
+ -1.2536115700503386E+01 -1.2532787075216049E+01 -1.2529385240188624E+01
+ -1.2525908411108087E+01 -1.2522354826354356E+01 -1.2518722609505845E+01
+ -1.2515009906313086E+01 -1.2511214743386729E+01 -1.2507335168896615E+01
+ -1.2503369107394521E+01 -1.2499314504280807E+01 -1.2495169176719015E+01
+ -1.2490930961907429E+01 -1.2486597564048047E+01 -1.2482166706454999E+01
+ -1.2477635974546489E+01 -1.2473002971816006E+01 -1.2468265158822689E+01
+ -1.2463420013044544E+01 -1.2458464863850288E+01 -1.2453397056246482E+01
+ -1.2448213781822266E+01 -1.2442912246394185E+01 -1.2437489496924613E+01
+ -1.2431942593059137E+01 -1.2426268430029674E+01 -1.2420463914069609E+01
+ -1.2414525781323809E+01 -1.2408450777116173E+01 -1.2402235470901095E+01
+ -1.2395876439346445E+01 -1.2389370077374613E+01 -1.2382712785011430E+01
+ -1.2375900774579549E+01 -1.2368930261250320E+01 -1.2361797266468272E+01
+ -1.2354497812128239E+01 -1.2347027720327164E+01 -1.2339382811072941E+01
+ -1.2331558698478579E+01 -1.2323550991892214E+01 -1.2315355088669088E+01
+ -1.2306966378593881E+01 -1.2298380033387955E+01 -1.2289591214275481E+01
+ -1.2280594858407287E+01 -1.2271385889401159E+01 -1.2261959000889100E+01
+ -1.2252308869839776E+01 -1.2242429937463482E+01 -1.2232316625100673E+01
+ -1.2221963112748337E+01 -1.2211363557272980E+01 -1.2200511868853676E+01
+ -1.2189401931250698E+01 -1.2178027376494040E+01 -1.2166381806910071E+01
+ -1.2154458568420271E+01 -1.2142250973997671E+01 -1.2129752075978637E+01
+ -1.2116954890588529E+01 -1.2103852169709898E+01 -1.2090436626082692E+01
+ -1.2076700705015057E+01 -1.2062636809827453E+01 -1.2048237074037592E+01
+ -1.2033493586580004E+01 -1.2018398165044452E+01 -1.2002942580162747E+01
+ -1.1987118330730240E+01 -1.1970916866810093E+01 -1.1954329367020158E+01
+ -1.1937346959861465E+01 -1.1919960504107877E+01 -1.1902160807620202E+01
+ -1.1883938411633521E+01 -1.1865283806371067E+01 -1.1846187220083978E+01
+ -1.1826638830729911E+01 -1.1806628560681805E+01 -1.1786146283685660E+01
+ -1.1765181626218473E+01 -1.1743724168887079E+01 -1.1721763255481131E+01
+ -1.1699288187920747E+01 -1.1676288044117328E+01 -1.1652751865522241E+01
+ -1.1628668484976293E+01 -1.1604026705854839E+01 -1.1578815141155383E+01
+ -1.1553022383176565E+01 -1.1526636855162254E+01 -1.1499646970392885E+01
+ -1.1472040997772909E+01 -1.1443807209153352E+01 -1.1414933760316970E+01
+ -1.1385408825290872E+01 -1.1355220494249378E+01 -1.1324356893515432E+01
+ -1.1292806101964203E+01 -1.1260556255352183E+01 -1.1227595482863990E+01
+ -1.1193911994349035E+01 -1.1159494038708555E+01 -1.1124329972561931E+01
+ -1.1088408242219757E+01 -1.1051717432245919E+01 -1.1014246272803899E+01
+ -1.0975983666527172E+01 -1.0936918723058632E+01 -1.0897040762591574E+01
+ -1.0856339379444359E+01 -1.0814804420587922E+01 -1.0772426080107874E+01
+ -1.0729194850993345E+01 -1.0685101652334453E+01 -1.0640137752612093E+01
+ -1.0594294931458611E+01 -1.0547565372660069E+01 -1.0499941862269329E+01
+ -1.0451417649512894E+01 -1.0401986682986243E+01 -1.0351643437647944E+01
+ -1.0300383190744437E+01 -1.0248201813076275E+01 -1.0195096086191210E+01
+ -1.0141063456122783E+01 -1.0086102393253498E+01 -1.0030212106756720E+01
+ -9.9733929483632942E+00 -9.9156460857853386E+00 -9.8569739514167658E+00
+ -9.7973798730845161E+00 -9.7368685684729872E+00 -9.6754457316363229E+00
+ -9.6131185736555071E+00 -9.5498953634568444E+00 -9.4857860148850719E+00
+ -9.4208015805096643E+00 -9.3549548849242026E+00 -9.2882599703861715E+00
+ -9.2207327757279423E+00 -9.1523905328680915E+00 -9.0832524902394649E+00
+ -9.0133392594319197E+00 -8.9426735815034526E+00 -8.8712796232663731E+00
+ -8.7991837842441409E+00 -8.7264139423951583E+00 -8.6530002988060488E+00
+ -8.5789745729583036E+00 -8.5043708815043573E+00 -8.4292248835203125E+00
+ -8.3535746888892355E+00 -8.2774599543457441E+00 -8.2009228160877861E+00
+ -8.1240069378025641E+00 -8.0467584611406533E+00 -7.9692250073141109E+00
+ -7.8914566379945867E+00 -7.8135048124902529E+00 -7.7354233504745702E+00
+ -7.6572673471788466E+00 -7.5790941281279949E+00 -7.5009621252320002E+00
+ -7.4229318124154808E+00 -7.3450645459637700E+00 -7.2674234686109909E+00
+ -7.1900723180145985E+00 -7.1130762855555911E+00 -7.0365007974143587E+00
+ -6.9604123131028883E+00 -6.8848770843514071E+00 -6.8099618773322526E+00
+ -6.7357327155293003E+00 -6.6622555088629944E+00 -6.5895947880296699E+00
+ -6.5178142234852769E+00 -6.4469753605893203E+00 -6.3771380119024306E+00
+ -6.3083590050943803E+00 -6.2406924335880003E+00 -6.1741884329167931E+00
+ -6.1088932778268656E+00 -6.0448482080147361E+00 -5.9820893649105553E+00
+ -5.9206466950160745E+00 -5.8605437273855001E+00 -5.8017965927629156E+00
+ -5.7444136540325372E+00 -5.6883946927989015E+00 -5.6337304207153478E+00
+ -5.5804019029715528E+00 -5.5283799994937235E+00 -5.4776251180609945E+00
+ -5.4280866621245707E+00 -5.3797032361894086E+00 -5.3324022128232045E+00
+ -5.2861005509329120E+00 -5.2407046400608008E+00 -5.1961119399561948E+00
+ -5.1522113174560813E+00 -5.1088857754296884E+00 -5.0660135689261496E+00
+ -5.0234723659731406E+00 -4.9811415186203725E+00 -4.9389080911203065E+00
+ -4.8966707727179282E+00 -4.8543483259818396E+00 -4.8118857683016989E+00
+ -4.7692659422895360E+00 -4.7265187708591165E+00 -4.6837368426791954E+00
+ -4.6410887847207549E+00 -4.5987813070460977E+00 -4.5568594463917611E+00
+ -4.5153197399754292E+00 -4.4741587041201063E+00 -4.4333728869057056E+00
+ -4.3929588678744551E+00 -4.3529132577509193E+00 -4.3132326981630991E+00
+ -4.2739138613535967E+00 -4.2349534499005426E+00 -4.1963481964410487E+00
+ -4.1580948633972090E+00 -4.1201902427045471E+00 -4.0826311555430159E+00
+ -4.0454144520703794E+00 -4.0085370111580634E+00 -3.9719957401293922E+00
+ -3.9357875745002349E+00 -3.8999094777219963E+00 -3.8643584409269613E+00
+ -3.8291314826759546E+00 -3.7942256487083061E+00 -3.7596380116941006E+00
+ -3.7253656709886460E+00 -3.6914057523892598E+00 -3.6577554078941943E+00
+ -3.6244118154637985E+00 -3.5913721787838484E+00 -3.5586337270310362E+00
+ -3.5261937146405948E+00 -3.4940494210760469E+00 -3.4621981506010422E+00
+ -3.4306372320532872E+00 -3.3993640186205321E+00 -3.3683758876185741E+00
+ -3.3376702402713447E+00 -3.3072445014929390E+00 -3.2770961196716648E+00
+ -3.2472225664560534E+00 -3.2176213365428192E+00 -3.1882899474667581E+00
+ -3.1592259393925524E+00 -3.1304268749084811E+00 -3.1018903388220060E+00
+ -3.0736139379572283E+00 -3.0455953009541838E+00 -3.0178320780699561E+00
+ -2.9903219409816444E+00 -2.9630625825910819E+00 -2.9360517168313573E+00
+ -2.9092870784750948E+00 -2.8827664229444823E+00 -2.8564875261230336E+00
+ -2.8304481841690614E+00 -2.8046462133308565E+00 -2.7790794497635463E+00
+ -2.7537457493476354E+00 -2.7286429875091645E+00 -2.7037690590415702E+00
+ -2.6791218779291097E+00 -2.6546993771719269E+00 -2.6304995086127012E+00
+ -2.6065202427648844E+00 -2.5827595686424978E+00 -2.5592154935914819E+00
+ -2.5358860431225851E+00 -2.5127692607457766E+00 -2.4898632078061649E+00
+ -2.4671659633214054E+00 -2.4446756238206198E+00 -2.4223903031847458E+00
+ -2.4003081324883664E+00 -2.3784272598429714E+00 -2.3567458502416523E+00
+ -2.3352620854052106E+00 -2.3139741636296689E+00 -2.2928802996351729E+00
+ -2.2719787244162712E+00 -2.2512676850935591E+00 -2.2307454447666788E+00
+ -2.2104102823686396E+00 -2.1902604925215061E+00 -2.1702943853933641E+00
+ -2.1505102865566061E+00 -2.1309065368475095E+00 -2.1114814922270893E+00
+ -2.0922335236432259E+00 -2.0731610168940442E+00 -2.0542623724925395E+00
+ -2.0355360055324403E+00 -2.0169803455552953E+00 -1.9985938364187503E+00
+ -1.9803749361660712E+00 -1.9623221168968104E+00 -1.9444338646386761E+00
+ -1.9267086792205661E+00 -1.9091450741467559E+00 -1.8917415764722347E+00
+ -1.8744967266791805E+00 -1.8574090785545572E+00 -1.8404771990688313E+00
+ -1.8236996682557904E+00 -1.8070750790934651E+00 -1.7906020373861145E+00
+ -1.7742791616473255E+00 -1.7581050829841423E+00 -1.7420784449822688E+00
+ -1.7261979035923136E+00 -1.7104621270170746E+00 -1.6948697955998473E+00
+ -1.6794196017137555E+00 -1.6641102496520863E+00 -1.6489404555196290E+00
+ -1.6339089471250046E+00 -1.6190144638739636E+00 -1.6042557566636850E+00
+ -1.5896315877780105E+00 -1.5751407307836478E+00 -1.5607819704273158E+00
+ -1.5465541025338312E+00 -1.5324559339051194E+00 -1.5184862822201504E+00
+ -1.5046439759357828E+00 -1.4909278541885165E+00 -1.4773367666971371E+00
+ -1.4638695736662417E+00 -1.4505251456906660E+00 -1.4373023636607574E+00
+ -1.4242001186685245E+00 -1.4112173119146403E+00 -1.3983528546162944E+00
+ -1.3856056679158797E+00 -1.3729746827905183E+00 -1.3604588399624096E+00
+ -1.3480570898099926E+00 -1.3357683922799226E+00 -1.3235917167998514E+00
+ -1.3115260421919881E+00 -1.2995703565874746E+00 -1.2877236573415178E+00
+ -1.2759849509493053E+00 -1.2643532529626862E+00 -1.2528275879076127E+00
+ -1.2414069892023325E+00 -1.2300904990763273E+00 -1.2188771684899917E+00
+ -1.2077660570550421E+00 -1.1967562329556551E+00 -1.1858467728703130E+00
+ -1.1750367618943847E+00 -1.1643252934633861E+00 -1.1537114692769599E+00
+ -1.1431943992235365E+00 -1.1327732013056879E+00 -1.1224470015661594E+00
+ -1.1122149340145768E+00 -1.1020761405548209E+00 -1.0920297709130651E+00
+ -1.0820749825664684E+00 -1.0722109406725129E+00 -1.0624368179990018E+00
+ -1.0527517948546754E+00 -1.0431550590204730E+00 -1.0336458056814148E+00
+ -1.0242232373591100E+00 -1.0148865638448750E+00 -1.0056350021334646E+00
+ -9.9646777635740602E-01 -9.8738411772193257E-01 -9.7838326444050816E-01
+ -9.6946446167094447E-01 -9.6062696145208970E-01 -9.5187002264111165E-01
+ -9.4319291085133639E-01 -9.3459489839066145E-01 -9.2607526420052944E-01
+ -9.1763329379545633E-01 -9.0926827920311371E-01 -9.0097951890495420E-01
+ -8.9276631777737991E-01 -8.8462798703344769E-01 -8.7656384416510580E-01
+ -8.6857321288595002E-01 -8.6065542307451737E-01 -8.5280981071808137E-01
+ -8.4503571785696685E-01 -8.3733249252937048E-01 -8.2969948871668597E-01
+ -8.2213606628932656E-01 -8.1464159095304001E-01 -8.0721543419571606E-01
+ -7.9985697323467675E-01 -7.9256559096444668E-01 -7.8534067590500334E-01
+ -7.7818162215048903E-01 -7.7108782931840680E-01 -7.6405870249926422E-01
+ -7.5709365220668412E-01 -7.5019209432796718E-01 -7.4335345007510700E-01
+ -7.3657714593625057E-01 -7.2986261362760130E-01 -7.2320929004576107E-01
+ -7.1661661722050618E-01 -7.1008404226799560E-01 -7.0361101734439846E-01
+===== PSEUDO_VALENCE_DENSITY =====
+ 4  : radial mesh index
+  6.6369087586130149E-01  6.6369087586130315E-01  6.6369087586130326E-01
+  6.6369087586130349E-01  6.6369087586130426E-01  6.6369087586130504E-01
+  6.6369087586130582E-01  6.6369087586130693E-01  6.6369087586130837E-01
+  6.6369087586130959E-01  6.6369087586131126E-01  6.6369087586131303E-01
+  6.6369087586131537E-01  6.6369087586131725E-01  6.6369087586131981E-01
+  6.6369087586132236E-01  6.6369087586132536E-01  6.6369087586132858E-01
+  6.6369087586133191E-01  6.6369087586133524E-01  6.6369087586133924E-01
+  6.6369087586134312E-01  6.6369087586134767E-01  6.6369087586135234E-01
+  6.6369087586135711E-01  6.6369087586136244E-01  6.6369087586136777E-01
+  6.6369087586137343E-01  6.6369087586137954E-01  6.6369087586138586E-01
+  6.6369087586139253E-01  6.6369087586139952E-01  6.6369087586140663E-01
+  6.6369087586141440E-01  6.6369087586142228E-01  6.6369087586143072E-01
+  6.6369087586143916E-01  6.6369087586144837E-01  6.6369087586145781E-01
+  6.6369087586146791E-01  6.6369087586147790E-01  6.6369087586148856E-01
+  6.6369087586149966E-01  6.6369087586151110E-01  6.6369087586152320E-01
+  6.6369087586153552E-01  6.6369087586154840E-01  6.6369087586156161E-01
+  6.6369087586157560E-01  6.6369087586158970E-01  6.6369087586160469E-01
+  6.6369087586161979E-01  6.6369087586163544E-01  6.6369087586165199E-01
+  6.6369087586166897E-01  6.6369087586168629E-01  6.6369087586170439E-01
+  6.6369087586172293E-01  6.6369087586174191E-01  6.6369087586176201E-01
+  6.6369087586178221E-01  6.6369087586180364E-01  6.6369087586182529E-01
+  6.6369087586184783E-01  6.6369087586187081E-01  6.6369087586189479E-01
+  6.6369087586191911E-01  6.6369087586194442E-01  6.6369087586197029E-01
+  6.6369087586199693E-01  6.6369087586202458E-01  6.6369087586205300E-01
+  6.6369087586208197E-01  6.6369087586211206E-01  6.6369087586214282E-01
+  6.6369087586217457E-01  6.6369087586220710E-01  6.6369087586224029E-01
+  6.6369087586227493E-01  6.6369087586231024E-01  6.6369087586234654E-01
+  6.6369087586238396E-01  6.6369087586242215E-01  6.6369087586246156E-01
+  6.6369087586250186E-01  6.6369087586254338E-01  6.6369087586258579E-01
+  6.6369087586262987E-01  6.6369087586267450E-01  6.6369087586272058E-01
+  6.6369087586276743E-01  6.6369087586281605E-01  6.6369087586286568E-01
+  6.6369087586291642E-01  6.6369087586296860E-01  6.6369087586302222E-01
+  6.6369087586307729E-01  6.6369087586313336E-01  6.6369087586319075E-01
+  6.6369087586324993E-01  6.6369087586331088E-01  6.6369087586337272E-01
+  6.6369087586343611E-01  6.6369087586350151E-01  6.6369087586356823E-01
+  6.6369087586363662E-01  6.6369087586370668E-01  6.6369087586377828E-01
+  6.6369087586385167E-01  6.6369087586392705E-01  6.6369087586400388E-01
+  6.6369087586408304E-01  6.6369087586416364E-01  6.6369087586424647E-01
+  6.6369087586433073E-01  6.6369087586441733E-01  6.6369087586450592E-01
+  6.6369087586459663E-01  6.6369087586468978E-01  6.6369087586478481E-01
+  6.6369087586488174E-01  6.6369087586498121E-01  6.6369087586508280E-01
+  6.6369087586518705E-01  6.6369087586529341E-01  6.6369087586540221E-01
+  6.6369087586551401E-01  6.6369087586562792E-01  6.6369087586574405E-01
+  6.6369087586586339E-01  6.6369087586598530E-01  6.6369087586610975E-01
+  6.6369087586623743E-01  6.6369087586636755E-01  6.6369087586650077E-01
+  6.6369087586663689E-01  6.6369087586677611E-01  6.6369087586691822E-01
+  6.6369087586706399E-01  6.6369087586721243E-01  6.6369087586736464E-01
+  6.6369087586751996E-01  6.6369087586767872E-01  6.6369087586784103E-01
+  6.6369087586800690E-01  6.6369087586817643E-01  6.6369087586834918E-01
+  6.6369087586852638E-01  6.6369087586870679E-01  6.6369087586889175E-01
+  6.6369087586908027E-01  6.6369087586927322E-01  6.6369087586947006E-01
+  6.6369087586967146E-01  6.6369087586987674E-01  6.6369087587008690E-01
+  6.6369087587030118E-01  6.6369087587052045E-01  6.6369087587074416E-01
+  6.6369087587097275E-01  6.6369087587120623E-01  6.6369087587144460E-01
+  6.6369087587168774E-01  6.6369087587193631E-01  6.6369087587219033E-01
+  6.6369087587244968E-01  6.6369087587271425E-01  6.6369087587298470E-01
+  6.6369087587326070E-01  6.6369087587354259E-01  6.6369087587383002E-01
+  6.6369087587412390E-01  6.6369087587442366E-01  6.6369087587472997E-01
+  6.6369087587504261E-01  6.6369087587536191E-01  6.6369087587568776E-01
+  6.6369087587602027E-01  6.6369087587635966E-01  6.6369087587670605E-01
+  6.6369087587705988E-01  6.6369087587742082E-01  6.6369087587778919E-01
+  6.6369087587816566E-01  6.6369087587854902E-01  6.6369087587894093E-01
+  6.6369087587934050E-01  6.6369087587974873E-01  6.6369087588016529E-01
+  6.6369087588059006E-01  6.6369087588102393E-01  6.6369087588146669E-01
+  6.6369087588191811E-01  6.6369087588237896E-01  6.6369087588284892E-01
+  6.6369087588332898E-01  6.6369087588381848E-01  6.6369087588431797E-01
+  6.6369087588482778E-01  6.6369087588534770E-01  6.6369087588587838E-01
+  6.6369087588641984E-01  6.6369087588697229E-01  6.6369087588753539E-01
+  6.6369087588811060E-01  6.6369087588869713E-01  6.6369087588929543E-01
+  6.6369087588990561E-01  6.6369087589052822E-01  6.6369087589116349E-01
+  6.6369087589181142E-01  6.6369087589247255E-01  6.6369087589314668E-01
+  6.6369087589383435E-01  6.6369087589453601E-01  6.6369087589525133E-01
+  6.6369087589598130E-01  6.6369087589672571E-01  6.6369087589748499E-01
+  6.6369087589825970E-01  6.6369087589904951E-01  6.6369087589985476E-01
+  6.6369087590067699E-01  6.6369087590151465E-01  6.6369087590236953E-01
+  6.6369087590324127E-01  6.6369087590413001E-01  6.6369087590503639E-01
+  6.6369087590596132E-01  6.6369087590690412E-01  6.6369087590786568E-01
+  6.6369087590884601E-01  6.6369087590984610E-01  6.6369087591086584E-01
+  6.6369087591190545E-01  6.6369087591296594E-01  6.6369087591404707E-01
+  6.6369087591514953E-01  6.6369087591627351E-01  6.6369087591742004E-01
+  6.6369087591858889E-01  6.6369087591978071E-01  6.6369087592099596E-01
+  6.6369087592223475E-01  6.6369087592349829E-01  6.6369087592478648E-01
+  6.6369087592609977E-01  6.6369087592743881E-01  6.6369087592880416E-01
+  6.6369087593019616E-01  6.6369087593161558E-01  6.6369087593306253E-01
+  6.6369087593453757E-01  6.6369087593604170E-01  6.6369087593757503E-01
+  6.6369087593913800E-01  6.6369087594073195E-01  6.6369087594235654E-01
+  6.6369087594401266E-01  6.6369087594570142E-01  6.6369087594742282E-01
+  6.6369087594917764E-01  6.6369087595096643E-01  6.6369087595279019E-01
+  6.6369087595464948E-01  6.6369087595654441E-01  6.6369087595847620E-01
+  6.6369087596044551E-01  6.6369087596245302E-01  6.6369087596449938E-01
+  6.6369087596658527E-01  6.6369087596871135E-01  6.6369087597087872E-01
+  6.6369087597308796E-01  6.6369087597534004E-01  6.6369087597763510E-01
+  6.6369087597997511E-01  6.6369087598235998E-01  6.6369087598479071E-01
+  6.6369087598726850E-01  6.6369087598979393E-01  6.6369087599236809E-01
+  6.6369087599499177E-01  6.6369087599766596E-01  6.6369087600039134E-01
+  6.6369087600316945E-01  6.6369087600600107E-01  6.6369087600888688E-01
+  6.6369087601182830E-01  6.6369087601482624E-01  6.6369087601788124E-01
+  6.6369087602099530E-01  6.6369087602416876E-01  6.6369087602740362E-01
+  6.6369087603069987E-01  6.6369087603405974E-01  6.6369087603748367E-01
+  6.6369087604097332E-01  6.6369087604452959E-01  6.6369087604815435E-01
+  6.6369087605184807E-01  6.6369087605561250E-01  6.6369087605944910E-01
+  6.6369087606335875E-01  6.6369087606734334E-01  6.6369087607140376E-01
+  6.6369087607554189E-01  6.6369087607975874E-01  6.6369087608405641E-01
+  6.6369087608843580E-01  6.6369087609289901E-01  6.6369087609744704E-01
+  6.6369087610208177E-01  6.6369087610680477E-01  6.6369087611161770E-01
+  6.6369087611652233E-01  6.6369087612152045E-01  6.6369087612661359E-01
+  6.6369087613180389E-01  6.6369087613709254E-01  6.6369087614248168E-01
+  6.6369087614797362E-01  6.6369087615356981E-01  6.6369087615927203E-01
+  6.6369087616508304E-01  6.6369087617100420E-01  6.6369087617703759E-01
+  6.6369087618318567E-01  6.6369087618945033E-01  6.6369087619583411E-01
+  6.6369087620233891E-01  6.6369087620896683E-01  6.6369087621572032E-01
+  6.6369087622260203E-01  6.6369087622961409E-01  6.6369087623675904E-01
+  6.6369087624403922E-01  6.6369087625145717E-01  6.6369087625901568E-01
+  6.6369087626671719E-01  6.6369087627456447E-01  6.6369087628256029E-01
+  6.6369087629070722E-01  6.6369087629900825E-01  6.6369087630746604E-01
+  6.6369087631608403E-01  6.6369087632486456E-01  6.6369087633381096E-01
+  6.6369087634292678E-01  6.6369087635221446E-01  6.6369087636167745E-01
+  6.6369087637131940E-01  6.6369087638114288E-01  6.6369087639115210E-01
+  6.6369087640135016E-01  6.6369087641174040E-01  6.6369087642232671E-01
+  6.6369087643311231E-01  6.6369087644410185E-01  6.6369087645529801E-01
+  6.6369087646670555E-01  6.6369087647832781E-01  6.6369087649016922E-01
+  6.6369087650223346E-01  6.6369087651452519E-01  6.6369087652704795E-01
+  6.6369087653980685E-01  6.6369087655280568E-01  6.6369087656604919E-01
+  6.6369087657954196E-01  6.6369087659328829E-01  6.6369087660729353E-01
+  6.6369087662156157E-01  6.6369087663609883E-01  6.6369087665090876E-01
+  6.6369087666599735E-01  6.6369087668136983E-01  6.6369087669703064E-01
+  6.6369087671298566E-01  6.6369087672924054E-01  6.6369087674580118E-01
+  6.6369087676267247E-01  6.6369087677986038E-01  6.6369087679737115E-01
+  6.6369087681521099E-01  6.6369087683338512E-01  6.6369087685190065E-01
+  6.6369087687076345E-01  6.6369087688998030E-01  6.6369087690955764E-01
+  6.6369087692950224E-01  6.6369087694982065E-01  6.6369087697052020E-01
+  6.6369087699160789E-01  6.6369087701309082E-01  6.6369087703497620E-01
+  6.6369087705727214E-01  6.6369087707998553E-01  6.6369087710312480E-01
+  6.6369087712669772E-01  6.6369087715071162E-01  6.6369087717517572E-01
+  6.6369087720009801E-01  6.6369087722548670E-01  6.6369087725135079E-01
+  6.6369087727769926E-01  6.6369087730454046E-01  6.6369087733188470E-01
+  6.6369087735974042E-01  6.6369087738811705E-01  6.6369087741702493E-01
+  6.6369087744647348E-01  6.6369087747647282E-01  6.6369087750703348E-01
+  6.6369087753816558E-01  6.6369087756987966E-01  6.6369087760218715E-01
+  6.6369087763509815E-01  6.6369087766862478E-01  6.6369087770277768E-01
+  6.6369087773756907E-01  6.6369087777301072E-01  6.6369087780911451E-01
+  6.6369087784589276E-01  6.6369087788335823E-01  6.6369087792152359E-01
+  6.6369087796040172E-01  6.6369087800000603E-01  6.6369087804035010E-01
+  6.6369087808144711E-01  6.6369087812331173E-01  6.6369087816595795E-01
+  6.6369087820940020E-01  6.6369087825365314E-01  6.6369087829873252E-01
+  6.6369087834465301E-01  6.6369087839143026E-01  6.6369087843908048E-01
+  6.6369087848761976E-01  6.6369087853706432E-01  6.6369087858743137E-01
+  6.6369087863873821E-01  6.6369087869100207E-01  6.6369087874424015E-01
+  6.6369087879847111E-01  6.6369087885371369E-01  6.6369087890998613E-01
+  6.6369087896730750E-01  6.6369087902569746E-01  6.6369087908517588E-01
+  6.6369087914576308E-01  6.6369087920747993E-01  6.6369087927034620E-01
+  6.6369087933438453E-01  6.6369087939961569E-01  6.6369087946606253E-01
+  6.6369087953374728E-01  6.6369087960269280E-01  6.6369087967292295E-01
+  6.6369087974446106E-01  6.6369087981733155E-01  6.6369087989155950E-01
+  6.6369087996716958E-01  6.6369088004418775E-01  6.6369088012263999E-01
+  6.6369088020255318E-01  6.6369088028395395E-01  6.6369088036687007E-01
+  6.6369088045132962E-01  6.6369088053736158E-01  6.6369088062499459E-01
+  6.6369088071425886E-01  6.6369088080518424E-01  6.6369088089780182E-01
+  6.6369088099214291E-01  6.6369088108823937E-01  6.6369088118612374E-01
+  6.6369088128582909E-01  6.6369088138738941E-01  6.6369088149083910E-01
+  6.6369088159621314E-01  6.6369088170354740E-01  6.6369088181287761E-01
+  6.6369088192424142E-01  6.6369088203767623E-01  6.6369088215322070E-01
+  6.6369088227091333E-01  6.6369088239079466E-01  6.6369088251290498E-01
+  6.6369088263728560E-01  6.6369088276397858E-01  6.6369088289302658E-01
+  6.6369088302447388E-01  6.6369088315836433E-01  6.6369088329474357E-01
+  6.6369088343365745E-01  6.6369088357515338E-01  6.6369088371927853E-01
+  6.6369088386608199E-01  6.6369088401561405E-01  6.6369088416792399E-01
+  6.6369088432306433E-01  6.6369088448108737E-01  6.6369088464204595E-01
+  6.6369088480599492E-01  6.6369088497298978E-01  6.6369088514308661E-01
+  6.6369088531634335E-01  6.6369088549281796E-01  6.6369088567257073E-01
+  6.6369088585566172E-01  6.6369088604215321E-01  6.6369088623210848E-01
+  6.6369088642559104E-01  6.6369088662266651E-01  6.6369088682340160E-01
+  6.6369088702786383E-01  6.6369088723612268E-01  6.6369088744824800E-01
+  6.6369088766431195E-01  6.6369088788438702E-01  6.6369088810854759E-01
+  6.6369088833686940E-01  6.6369088856942982E-01  6.6369088880630678E-01
+  6.6369088904758056E-01  6.6369088929333286E-01  6.6369088954364641E-01
+  6.6369088979860547E-01  6.6369089005829618E-01  6.6369089032280615E-01
+  6.6369089059222497E-01  6.6369089086664312E-01  6.6369089114615343E-01
+  6.6369089143085025E-01  6.6369089172082962E-01  6.6369089201618903E-01
+  6.6369089231702838E-01  6.6369089262344949E-01  6.6369089293555528E-01
+  6.6369089325345110E-01  6.6369089357724409E-01  6.6369089390704350E-01
+  6.6369089424296035E-01  6.6369089458510877E-01  6.6369089493360323E-01
+  6.6369089528856140E-01  6.6369089565010320E-01  6.6369089601835085E-01
+  6.6369089639342749E-01  6.6369089677546056E-01  6.6369089716457808E-01
+  6.6369089756091182E-01  6.6369089796459502E-01  6.6369089837576400E-01
+  6.6369089879455689E-01  6.6369089922111546E-01  6.6369089965558370E-01
+  6.6369090009810672E-01  6.6369090054883473E-01  6.6369090100791939E-01
+  6.6369090147551524E-01  6.6369090195177993E-01  6.6369090243687379E-01
+  6.6369090293096045E-01  6.6369090343420656E-01  6.6369090394678110E-01
+  6.6369090446885759E-01  6.6369090500061068E-01  6.6369090554222065E-01
+  6.6369090609386927E-01  6.6369090665574337E-01  6.6369090722803081E-01
+  6.6369090781092477E-01  6.6369090840462186E-01  6.6369090900932182E-01
+  6.6369090962522859E-01  6.6369091025254923E-01  6.6369091089149523E-01
+  6.6369091154228144E-01  6.6369091220512788E-01  6.6369091288025628E-01
+  6.6369091356789511E-01  6.6369091426827531E-01  6.6369091498163313E-01
+  6.6369091570820826E-01  6.6369091644824596E-01  6.6369091720199480E-01
+  6.6369091796970880E-01  6.6369091875164576E-01  6.6369091954806980E-01
+  6.6369092035924826E-01  6.6369092118545492E-01  6.6369092202696756E-01
+  6.6369092288406895E-01  6.6369092375704763E-01  6.6369092464619783E-01
+  6.6369092555181897E-01  6.6369092647421579E-01  6.6369092741369773E-01
+  6.6369092837058208E-01  6.6369092934519003E-01  6.6369093033784998E-01
+  6.6369093134889579E-01  6.6369093237866783E-01  6.6369093342751195E-01
+  6.6369093449578198E-01  6.6369093558383718E-01  6.6369093669204271E-01
+  6.6369093782077215E-01  6.6369093897040521E-01  6.6369094014132857E-01
+  6.6369094133393602E-01  6.6369094254862859E-01  6.6369094378581550E-01
+  6.6369094504591220E-01  6.6369094632934300E-01  6.6369094763653913E-01
+  6.6369094896794101E-01  6.6369095032399583E-01  6.6369095170515979E-01
+  6.6369095311189741E-01  6.6369095454468219E-01  6.6369095600399564E-01
+  6.6369095749032825E-01  6.6369095900418040E-01  6.6369096054606125E-01
+  6.6369096211648848E-01  6.6369096371599123E-01  6.6369096534510641E-01
+  6.6369096700438257E-01  6.6369096869437771E-01  6.6369097041565916E-01
+  6.6369097216880601E-01  6.6369097395440846E-01  6.6369097577306624E-01
+  6.6369097762539120E-01  6.6369097951200551E-01  6.6369098143354377E-01
+  6.6369098339065236E-01  6.6369098538398841E-01  6.6369098741422239E-01
+  6.6369098948203731E-01  6.6369099158812772E-01  6.6369099373320206E-01
+  6.6369099591798097E-01  6.6369099814319921E-01  6.6369100040960394E-01
+  6.6369100271795844E-01  6.6369100506903789E-01  6.6369100746363197E-01
+  6.6369100990254648E-01  6.6369101238660022E-01  6.6369101491662896E-01
+  6.6369101749348269E-01  6.6369102011802750E-01  6.6369102279114522E-01
+  6.6369102551373460E-01  6.6369102828671045E-01  6.6369103111100503E-01
+  6.6369103398756701E-01  6.6369103691736353E-01  6.6369103990137834E-01
+  6.6369104294061476E-01  6.6369104603609486E-01  6.6369104918885780E-01
+  6.6369105239996284E-01  6.6369105567048992E-01  6.6369105900153758E-01
+  6.6369106239422504E-01  6.6369106584969229E-01  6.6369106936910049E-01
+  6.6369107295363206E-01  6.6369107660449145E-01  6.6369108032290569E-01
+  6.6369108411012268E-01  6.6369108796741683E-01  6.6369109189608300E-01
+  6.6369109589744146E-01  6.6369109997283604E-01  6.6369110412363619E-01
+  6.6369110835123657E-01  6.6369111265705738E-01  6.6369111704254546E-01
+  6.6369112150917342E-01  6.6369112605844227E-01  6.6369113069187990E-01
+  6.6369113541104341E-01  6.6369114021751741E-01  6.6369114511291694E-01
+  6.6369115009888602E-01  6.6369115517710042E-01  6.6369116034926512E-01
+  6.6369116561711750E-01  6.6369117098242758E-01  6.6369117644699693E-01
+  6.6369118201266153E-01  6.6369118768129054E-01  6.6369119345478844E-01
+  6.6369119933509380E-01  6.6369120532418191E-01  6.6369121142406440E-01
+  6.6369121763679051E-01  6.6369122396444602E-01  6.6369123040915645E-01
+  6.6369123697308685E-01  6.6369124365844046E-01  6.6369125046746402E-01
+  6.6369125740244317E-01  6.6369126446570814E-01  6.6369127165962982E-01
+  6.6369127898662539E-01  6.6369128644915454E-01  6.6369129404972349E-01
+  6.6369130179088542E-01  6.6369130967523915E-01  6.6369131770543288E-01
+  6.6369132588416335E-01  6.6369133421417681E-01  6.6369134269827046E-01
+  6.6369135133929369E-01  6.6369136014014751E-01  6.6369136910378823E-01
+  6.6369137823322477E-01  6.6369138753152312E-01  6.6369139700180635E-01
+  6.6369140664725290E-01  6.6369141647110275E-01  6.6369142647665447E-01
+  6.6369143666726682E-01  6.6369144704636240E-01  6.6369145761742554E-01
+  6.6369146838400672E-01  6.6369147934971984E-01  6.6369149051824716E-01
+  6.6369150189333892E-01  6.6369151347881405E-01  6.6369152527856234E-01
+  6.6369153729654595E-01  6.6369154953679943E-01  6.6369156200343260E-01
+  6.6369157470063112E-01  6.6369158763265790E-01  6.6369160080385436E-01
+  6.6369161421864276E-01  6.6369162788152714E-01  6.6369164179709439E-01
+  6.6369165597001589E-01  6.6369167040504995E-01  6.6369168510704291E-01
+  6.6369170008093059E-01  6.6369171533173976E-01  6.6369173086459043E-01
+  6.6369174668469666E-01  6.6369176279737019E-01  6.6369177920801936E-01
+  6.6369179592215399E-01  6.6369181294538415E-01  6.6369183028342515E-01
+  6.6369184794209690E-01  6.6369186592732810E-01  6.6369188424515513E-01
+  6.6369190290172797E-01  6.6369192190330817E-01  6.6369194125627573E-01
+  6.6369196096712568E-01  6.6369198104247562E-01  6.6369200148906404E-01
+  6.6369202231375390E-01  6.6369204352353617E-01  6.6369206512552936E-01
+  6.6369208712698624E-01  6.6369210953529001E-01  6.6369213235796287E-01
+  6.6369215560266637E-01  6.6369217927720170E-01  6.6369220338951618E-01
+  6.6369222794770266E-01  6.6369225296000411E-01  6.6369227843481660E-01
+  6.6369230438069005E-01  6.6369233080633327E-01  6.6369235772061563E-01
+  6.6369238513257089E-01  6.6369241305140003E-01  6.6369244148647266E-01
+  6.6369247044733337E-01  6.6369249994370216E-01  6.6369252998547879E-01
+  6.6369256058274650E-01  6.6369259174577411E-01  6.6369262348502100E-01
+  6.6369265581113934E-01  6.6369268873497889E-01  6.6369272226758935E-01
+  6.6369275642022463E-01  6.6369279120434710E-01  6.6369282663163043E-01
+  6.6369286271396521E-01  6.6369289946346022E-01  6.6369293689244924E-01
+  6.6369297501349289E-01  6.6369301383938617E-01  6.6369305338315776E-01
+  6.6369309365807971E-01  6.6369313467766744E-01  6.6369317645568671E-01
+  6.6369321900615863E-01  6.6369326234336279E-01  6.6369330648184222E-01
+  6.6369335143640995E-01  6.6369339722215137E-01  6.6369344385443241E-01
+  6.6369349134890154E-01  6.6369353972149647E-01  6.6369358898845088E-01
+  6.6369363916629764E-01  6.6369369027187486E-01  6.6369374232233225E-01
+  6.6369379533513650E-01  6.6369384932807762E-01  6.6369390431927300E-01
+  6.6369396032717665E-01  6.6369401737058242E-01  6.6369407546863191E-01
+  6.6369413464082117E-01  6.6369419490700532E-01  6.6369425628740741E-01
+  6.6369431880262364E-01  6.6369438247363188E-01  6.6369444732179605E-01
+  6.6369451336887708E-01  6.6369458063703679E-01  6.6369464914884602E-01
+  6.6369471892729370E-01  6.6369478999579401E-01  6.6369486237819286E-01
+  6.6369493609877783E-01  6.6369501118228402E-01  6.6369508765390606E-01
+  6.6369516553930141E-01  6.6369524486460330E-01  6.6369532565642864E-01
+  6.6369540794188431E-01  6.6369549174857978E-01  6.6369557710463389E-01
+  6.6369566403868585E-01  6.6369575257990321E-01  6.6369584275799376E-01
+  6.6369593460321363E-01  6.6369602814637774E-01  6.6369612341887230E-01
+  6.6369622045266041E-01  6.6369631928029915E-01  6.6369641993494510E-01
+  6.6369652245036925E-01  6.6369662686096487E-01  6.6369673320176226E-01
+  6.6369684150843822E-01  6.6369695181733002E-01  6.6369706416544560E-01
+  6.6369717859047606E-01  6.6369729513081088E-01  6.6369741382554770E-01
+  6.6369753471450732E-01  6.6369765783824541E-01  6.6369778323806827E-01
+  6.6369791095604502E-01  6.6369804103502217E-01  6.6369817351863802E-01
+  6.6369830845133737E-01  6.6369844587838667E-01  6.6369858584588837E-01
+  6.6369872840079680E-01  6.6369887359093394E-01  6.6369902146500592E-01
+  6.6369917207261853E-01  6.6369932546429466E-01  6.6369948169148951E-01
+  6.6369964080661081E-01  6.6369980286303409E-01  6.6369996791511965E-01
+  6.6370013601823497E-01  6.6370030722876905E-01  6.6370048160415185E-01
+  6.6370065920287669E-01  6.6370084008451613E-01  6.6370102430974409E-01
+  6.6370121194035558E-01  6.6370140303928682E-01  6.6370159767063719E-01
+  6.6370179589969180E-01  6.6370199779293926E-01  6.6370220341809871E-01
+  6.6370241284414022E-01  6.6370262614130682E-01  6.6370284338114172E-01
+  6.6370306463650763E-01  6.6370328998161421E-01  6.6370351949204254E-01
+  6.6370375324477027E-01  6.6370399131819680E-01  6.6370423379217003E-01
+  6.6370448074801192E-01  6.6370473226854854E-01  6.6370498843813541E-01
+  6.6370524934268638E-01  6.6370551506970255E-01  6.6370578570830074E-01
+  6.6370606134924515E-01  6.6370634208497714E-01  6.6370662800964364E-01
+  6.6370691921913239E-01  6.6370721581110192E-01  6.6370751788501481E-01
+  6.6370782554217089E-01  6.6370813888574121E-01  6.6370845802080281E-01
+  6.6370878305437297E-01  6.6370911409544575E-01  6.6370945125502967E-01
+  6.6370979464618218E-01  6.6371014438404941E-01  6.6371050058590442E-01
+  6.6371086337118634E-01  6.6371123286154010E-01  6.6371160918085681E-01
+  6.6371199245531709E-01  6.6371238281343015E-01  6.6371278038607961E-01
+  6.6371318530656687E-01  6.6371359771065397E-01  6.6371401773661021E-01
+  6.6371444552525816E-01  6.6371488122002287E-01  6.6371532496697483E-01
+  6.6371577691488359E-01  6.6371623721526707E-01  6.6371670602243849E-01
+  6.6371718349356146E-01  6.6371766978870306E-01  6.6371816507088288E-01
+  6.6371866950613367E-01  6.6371918326355084E-01  6.6371970651535395E-01
+  6.6372023943694158E-01  6.6372078220694997E-01  6.6372133500731434E-01
+  6.6372189802332771E-01  6.6372247144370411E-01  6.6372305546064192E-01
+  6.6372365026988700E-01  6.6372425607079832E-01  6.6372487306641548E-01
+  6.6372550146352594E-01  6.6372614147273334E-01  6.6372679330852946E-01
+  6.6372745718936488E-01  6.6372813333772152E-01  6.6372882198018823E-01
+  6.6372952334753510E-01  6.6373023767479078E-01  6.6373096520132280E-01
+  6.6373170617091493E-01  6.6373246083184934E-01  6.6373322943699065E-01
+  6.6373401224386874E-01  6.6373480951476549E-01  6.6373562151680288E-01
+  6.6373644852203029E-01  6.6373729080751709E-01  6.6373814865544467E-01
+  6.6373902235319981E-01  6.6373991219347050E-01  6.6374081847434585E-01
+  6.6374174149941112E-01  6.6374268157785365E-01  6.6374363902456279E-01
+  6.6374461416023600E-01  6.6374560731148657E-01  6.6374661881094921E-01
+  6.6374764899739491E-01  6.6374869821584215E-01  6.6374976681767150E-01
+  6.6375085516074250E-01  6.6375196360951294E-01  6.6375309253516224E-01
+  6.6375424231571112E-01  6.6375541333615218E-01  6.6375660598857267E-01
+  6.6375782067228994E-01  6.6375905779398148E-01  6.6376031776782174E-01
+  6.6376160101561743E-01  6.6376290796695103E-01  6.6376423905932214E-01
+  6.6376559473829200E-01  6.6376697545763264E-01  6.6376838167947905E-01
+  6.6376981387447986E-01  6.6377127252195534E-01  6.6377275811005720E-01
+  6.6377427113592991E-01  6.6377581210587489E-01  6.6377738153552168E-01
+  6.6377897994999480E-01  6.6378060788409221E-01  6.6378226588245925E-01
+  6.6378395449977246E-01  6.6378567430092128E-01  6.6378742586119621E-01
+  6.6378920976647993E-01  6.6379102661344003E-01  6.6379287700972922E-01
+  6.6379476157418460E-01  6.6379668093703370E-01  6.6379863574010167E-01
+  6.6380062663702644E-01  6.6380265429347263E-01  6.6380471938735397E-01
+  6.6380682260905455E-01  6.6380896466166051E-01  6.6381114626119142E-01
+  6.6381336813683467E-01  6.6381563103119035E-01  6.6381793570051451E-01
+  6.6382028291496831E-01  6.6382267345887402E-01  6.6382510813097229E-01
+  6.6382758774468720E-01  6.6383011312839446E-01  6.6383268512569316E-01
+  6.6383530459568540E-01  6.6383797241325970E-01  6.6384068946937680E-01
+  6.6384345667136746E-01  6.6384627494322690E-01  6.6384914522592042E-01
+  6.6385206847769429E-01  6.6385504567439024E-01  6.6385807780976536E-01
+  6.6386116589581934E-01  6.6386431096312770E-01  6.6386751406117861E-01
+  6.6387077625871982E-01  6.6387409864410696E-01  6.6387748232566191E-01
+  6.6388092843203572E-01  6.6388443811257880E-01  6.6388801253771801E-01
+  6.6389165289933838E-01  6.6389536041117381E-01  6.6389913630920527E-01
+  6.6390298185206453E-01  6.6390689832144378E-01  6.6391088702251688E-01
+  6.6391494928436334E-01  6.6391908646040487E-01  6.6392329992884214E-01
+  6.6392759109311028E-01  6.6393196138233079E-01  6.6393641225178013E-01
+  6.6394094518336133E-01  6.6394556168608809E-01  6.6395026329657370E-01
+  6.6395505157953150E-01  6.6395992812828131E-01  6.6396489456526830E-01
+  6.6396995254258917E-01  6.6397510374252444E-01  6.6398034987808774E-01
+  6.6398569269357766E-01  6.6399113396514298E-01  6.6399667550135577E-01
+  6.6400231914379582E-01  6.6400806676764623E-01  6.6401392028229633E-01
+  6.6401988163195869E-01  6.6402595279629428E-01  6.6403213579105014E-01
+  6.6403843266870732E-01  6.6404484551913978E-01  6.6405137647028500E-01
+  6.6405802768882893E-01  6.6406480138089707E-01  6.6407169979276337E-01
+  6.6407872521156708E-01  6.6408587996604496E-01  6.6409316642727467E-01
+  6.6410058700943020E-01  6.6410814417055231E-01  6.6411584041333149E-01
+  6.6412367828590235E-01  6.6413166038265548E-01  6.6413978934505868E-01
+  6.6414806786249647E-01  6.6415649867312132E-01  6.6416508456471901E-01
+  6.6417382837559047E-01  6.6418273299544761E-01  6.6419180136632472E-01
+  6.6420103648350637E-01  6.6421044139646424E-01  6.6422001920982221E-01
+  6.6422977308432429E-01  6.6423970623782991E-01  6.6424982194631688E-01
+  6.6426012354490704E-01  6.6427061442890778E-01  6.6428129805486713E-01
+  6.6429217794165374E-01  6.6430325767154608E-01  6.6431454089134556E-01
+  6.6432603131350731E-01  6.6433773271728658E-01  6.6434964894990611E-01
+  6.6436178392774425E-01  6.6437414163753827E-01  6.6438672613760752E-01
+  6.6439954155910463E-01  6.6441259210727333E-01  6.6442588206273911E-01
+  6.6443941578281085E-01  6.6445319770281130E-01  6.6446723233742355E-01
+  6.6448152428205953E-01  6.6449607821425194E-01  6.6451089889506931E-01
+  6.6452599117054689E-01  6.6454135997314900E-01  6.6455701032324632E-01
+  6.6457294733062255E-01  6.6458917619599800E-01  6.6460570221258197E-01
+  6.6462253076764743E-01  6.6463966734412849E-01  6.6465711752224377E-01
+  6.6467488698114285E-01  6.6469298150057943E-01  6.6471140696260766E-01
+  6.6473016935330720E-01  6.6474927476452750E-01  6.6476872939566578E-01
+  6.6478853955546502E-01  6.6480871166384226E-01  6.6482925225374057E-01
+  6.6485016797300878E-01  6.6487146558630872E-01  6.6489315197705057E-01
+  6.6491523414935405E-01  6.6493771923003520E-01  6.6496061447062726E-01
+  6.6498392724942323E-01  6.6500766507355036E-01  6.6503183558107115E-01
+  6.6505644654311391E-01  6.6508150586603088E-01  6.6510702159358737E-01
+  6.6513300190917679E-01  6.6515945513806718E-01  6.6518638974967548E-01
+  6.6521381435987126E-01  6.6524173773331086E-01  6.6527016878579959E-01
+  6.6529911658668273E-01  6.6532859036126901E-01  6.6535859949327891E-01
+  6.6538915352732719E-01  6.6542026217142980E-01  6.6545193529954616E-01
+  6.6548418295414302E-01  6.6551701534879515E-01  6.6555044287081000E-01
+  6.6558447608388127E-01  6.6561912573077509E-01  6.6565440273603904E-01
+  6.6569031820874436E-01  6.6572688344525222E-01  6.6576410993201018E-01
+  6.6580200934837586E-01  6.6584059356946235E-01  6.6587987466901832E-01
+  6.6591986492232780E-01  6.6596057680913645E-01  6.6600202301660771E-01
+  6.6604421644229161E-01  6.6608717019713171E-01  6.6613089760848399E-01
+  6.6617541222316290E-01  6.6622072781050656E-01  6.6626685836546462E-01
+  6.6631381811170298E-01  6.6636162150472844E-01  6.6641028323503348E-01
+  6.6645981823124900E-01  6.6651024166332340E-01  6.6656156894570828E-01
+  6.6661381574055401E-01  6.6666699796092743E-01  6.6672113177402492E-01
+  6.6677623360440785E-01  6.6683232013722904E-01  6.6688940832147792E-01
+  6.6694751537321784E-01  6.6700665877882792E-01  6.6706685629824436E-01
+  6.6712812596819460E-01  6.6719048610542686E-01  6.6725395530993137E-01
+  6.6731855246814975E-01  6.6738429675617050E-01  6.6745120764290333E-01
+  6.6751930489324451E-01  6.6758860857120406E-01  6.6765913904301855E-01
+  6.6773091698022802E-01  6.6780396336271974E-01  6.6787829948173616E-01
+  6.6795394694283927E-01  6.6803092766883143E-01  6.6810926390262171E-01
+  6.6818897821004408E-01  6.6827009348260968E-01  6.6835263294019809E-01
+  6.6843662013367500E-01  6.6852207894744198E-01  6.6860903360189528E-01
+  6.6869750865580413E-01  6.6878752900859273E-01  6.6887911990252569E-01
+  6.6897230692478027E-01  6.6906711600941104E-01  6.6916357343918975E-01
+  6.6926170584731781E-01  6.6936154021899996E-01  6.6946310389287234E-01
+  6.6956642456228088E-01  6.6967153027638737E-01  6.6977844944111331E-01
+  6.6988721081989067E-01  6.6999784353422798E-01  6.7011037706406906E-01
+  6.7022484124793458E-01  6.7034126628284252E-01  6.7045968272398637E-01
+  6.7058012148416390E-01  6.7070261383294105E-01  6.7082719139554092E-01
+  6.7095388615143747E-01  6.7108273043264433E-01  6.7121375692168872E-01
+  6.7134699864923708E-01  6.7148248899137586E-01  6.7162026166652267E-01
+  6.7176035073194396E-01  6.7190279057987246E-01  6.7204761593319451E-01
+  6.7219486184070032E-01  6.7234456367186302E-01  6.7249675711113432E-01
+  6.7265147815173332E-01  6.7280876308890303E-01  6.7296864851261762E-01
+  6.7313117129970657E-01  6.7329636860537734E-01  6.7346427785411100E-01
+  6.7363493672989994E-01  6.7380838316580116E-01  6.7398465533277840E-01
+  6.7416379162779816E-01  6.7434583066115827E-01  6.7453081124300052E-01
+  6.7471877236899691E-01  6.7490975320515290E-01  6.7510379307170620E-01
+  6.7530093142608116E-01  6.7550120784486034E-01  6.7570466200473367E-01
+  6.7591133366238598E-01  6.7612126263327899E-01  6.7633448876929525E-01
+  6.7655105193517784E-01  6.7677099198374757E-01  6.7699434872982622E-01
+  6.7722116192283333E-01  6.7745147121800076E-01  6.7768531614614835E-01
+  6.7792273608197939E-01  6.7816377021082808E-01  6.7840845749381085E-01
+  6.7865683663132159E-01  6.7890894602480856E-01  6.7916482373677323E-01
+  6.7942450744892791E-01  6.7968803441844450E-01  6.7995544143223008E-01
+  6.8022676475915955E-01  6.8050204010019211E-01  6.8078130253630120E-01
+  6.8106458647414403E-01  6.8135192558938884E-01  6.8164335276762611E-01
+  6.8193890004278301E-01  6.8223859853295077E-01  6.8254247837355020E-01
+  6.8285056864774130E-01  6.8316289731398749E-01  6.8347949113069006E-01
+  6.8380037557778650E-01  6.8412557477523273E-01  6.8445511139825743E-01
+  6.8478900658929620E-01  6.8512727986650157E-01  6.8546994902872171E-01
+  6.8581703005684769E-01  6.8616853701141334E-01  6.8652448192634030E-01
+  6.8688487469871762E-01  6.8724972297449616E-01  6.8761903202998642E-01
+  6.8799280464903534E-01  6.8837104099576574E-01  6.8875373848275490E-01
+  6.8914089163452530E-01  6.8953249194622745E-01  6.8992852773738034E-01
+  6.9032898400054377E-01  6.9073384224479750E-01  6.9114308033388272E-01
+  6.9155667231888840E-01  6.9197458826533653E-01  6.9239679407453958E-01
+  6.9282325129909095E-01  6.9325391695235716E-01  6.9368874331183017E-01
+  6.9412767771621209E-01  6.9457066235608744E-01  6.9501763405806105E-01
+  6.9546852406221382E-01  6.9592325779275466E-01  6.9638175462173102E-01
+  6.9684392762567293E-01  6.9730968333503962E-01  6.9777892147634712E-01
+  6.9825153470685686E-01  6.9872740834170199E-01  6.9920642007334122E-01
+  6.9968843968323546E-01  7.0017332874563432E-01  7.0066094032337933E-01
+  7.0115111865563373E-01  7.0164369883744959E-01  7.0213850649109621E-01
+  7.0263535742908612E-01  7.0313405730883194E-01  7.0363440127888788E-01
+  7.0413617361674308E-01  7.0463914735812883E-01  7.0514308391783886E-01
+  7.0564773270205328E-01  7.0615283071218948E-01  7.0665810214030567E-01
+  7.0716325795611112E-01  7.0766799548564485E-01  7.0817199798171782E-01
+  7.0867493418622096E-01  7.0917645788443373E-01  7.0967620745148940E-01
+  7.1017380539117447E-01  7.1066885786727740E-01  7.1116095422771675E-01
+  7.1164966652172623E-01  7.1213454901038720E-01  7.1261513767085449E-01
+  7.1309094969464071E-01  7.1356148298037303E-01  7.1402621562147073E-01
+  7.1448460538924008E-01  7.1493608921192431E-01  7.1538008265029396E-01
+  7.1581597937041352E-01  7.1624315061427246E-01  7.1666094466902241E-01
+  7.1706868633562082E-01  7.1746567639773740E-01  7.1785119109184670E-01
+  7.1822448157949415E-01  7.1858477342278582E-01  7.1893126606422963E-01
+  7.1926313231212746E-01  7.1957951783278540E-01  7.1987954065090420E-01
+  7.2016229065957849E-01  7.2042682914142919E-01  7.2067218830247215E-01
+  7.2089737082042671E-01  7.2110134940924819E-01  7.2128306640178030E-01
+  7.2144143335250455E-01  7.2157533066247725E-01  7.2168360722864688E-01
+  7.2176508011984353E-01  7.2181853428184595E-01  7.2184272227404422E-01
+  7.2183636404031626E-01  7.2179814671686637E-01  7.2172672447987318E-01
+  7.2162071843592313E-01  7.2147871655830664E-01  7.2129927367238966E-01
+  7.2108091149337505E-01  7.2082211871988788E-01  7.2052135118694138E-01
+  7.2017703208194117E-01  7.1978755222750890E-01  7.1935127043500768E-01
+  7.1886651393275924E-01  7.1833157887304466E-01  7.1774473092207958E-01
+  7.1710420593723601E-01  7.1640821073587857E-01  7.1565492396025210E-01
+  7.1484249704292557E-01  7.1396905527735754E-01  7.1303269899819643E-01
+  7.1203150487595523E-01  7.1096352733073087E-01  7.0982680006964372E-01
+  7.0861933775265196E-01  7.0733913779138202E-01  7.0598418228555593E-01
+  7.0455244010153983E-01  7.0304186909742861E-01  7.0145041849898648E-01
+  6.9977603143059830E-01  6.9801664760523385E-01  6.9617020617720782E-01
+  6.9423464876129459E-01  6.9220792262148079E-01  6.9008798403233507E-01
+  6.8787280181562627E-01  6.8556036105443174E-01  6.8314866698655852E-01
+  6.8063574907860591E-01  6.7801966528149171E-01  6.7529850646768286E-01
+  6.7247040104974642E-01  6.6953351977916287E-01  6.6648608072360960E-01
+  6.6332635442012855E-01  6.6005266920074790E-01  6.5666341668621953E-01
+  6.5315705744256114E-01  6.4953212679407313E-01  6.4578724078539229E-01
+  6.4192110228400434E-01  6.3793250721341954E-01  6.3382035090594036E-01
+  6.2958363456260924E-01  6.2522147180654408E-01  6.2073309531441034E-01
+  6.1611786350928788E-01  6.1137526729663749E-01  6.0650493682348416E-01
+  6.0150664823930000E-01  5.9638033043542527E-01  5.9112607173814569E-01
+  5.8574412652888330E-01  5.8023492176321911E-01  5.7459906335876987E-01
+  5.6883734242025474E-01  5.6295074126841183E-01  5.5694043923782022E-01
+  5.5080781820709768E-01  5.4455446782347339E-01  5.3818219038231074E-01
+  5.3169300532090402E-01  5.2508915328466155E-01  5.1837309972282364E-01
+  5.1154753797001551E-01  5.0461539176929571E-01  4.9757981719196015E-01
+  4.9044420390919347E-01  4.8321217577077374E-01  4.7588759064644320E-01
+  4.6847453948631534E-01  4.6097734455775502E-01  4.5340055681768382E-01
+  4.4574895238109846E-01  4.3802752804894118E-01  4.3024149586120325E-01
+  4.2239627664439466E-01  4.1449749252623608E-01  4.0655095839467886E-01
+  3.9856267228310832E-01  3.9053880466888258E-01  3.8248568667816896E-01
+  3.7440979719638839E-01  3.6631774889042368E-01  3.5821627315615462E-01
+  3.5011220401265886E-01  3.4201246097277110E-01  3.3392403092835554E-01
+  3.2585394909772625E-01  3.1780927909200296E-01  3.0979709216680090E-01
+  3.0182444573541350E-01  2.9389836122948698E-01  2.8602580140302380E-01
+  2.7821364718523400E-01  2.7046867419729725E-01  2.6279752905717702E-01
+  2.5520670560539471E-01  2.4770252119277955E-01  2.4029109317866337E-01
+  2.3297831579466632E-01  2.2576983753497001E-01  2.1867103923879075E-01
+  2.1168701303447199E-01  2.0482254231726718E-01  1.9808208293437093E-01
+  1.9146974575116402E-01  1.8498928077189863E-01  1.7864406298640889E-01
+  1.7243708011185716E-01  1.6637092239529322E-01  1.6044777463910981E-01
+  1.5466941060759107E-01  1.4903718996900212E-01  1.4355205792439574E-01
+  1.3821454767192179E-01  1.3302478585431760E-01  1.2798250113779602E-01
+  1.2308703607317303E-01  1.1833736239500671E-01  1.1373209992208903E-01
+  1.0926953923285750E-01  1.0494766830219977E-01  1.0076420330137960E-01
+  9.6716623780094033E-02  9.2802212468170969E-02  8.9018099953409535E-02
+  8.5361314510489436E-02  8.1828837372879340E-02  7.8417663754580993E-02
+  7.5124805762594227E-02  7.1947295166107997E-02  6.8882186023419750E-02
+  6.5926557167839905E-02  6.3077514554086778E-02  6.0332193466909483E-02
+  5.7687760593891885E-02  5.5141415964594424E-02  5.2690394758376356E-02
+  5.0331968983415132E-02  4.8063449029595723E-02  4.5882185098091888E-02
+  4.3785568510584696E-02  4.1771032901188436E-02  3.9836055294252271E-02
+  3.7978157071300755E-02  3.6194904830453872E-02  3.4483911141734450E-02
+  3.2842835201726782E-02  3.1269383391094488E-02  2.9761309738499785E-02
+  2.8316416294489243E-02  2.6932553418927092E-02  2.5607619985559299E-02
+  2.4339563507290135E-02  2.3126380185739068E-02  2.1966114888627163E-02
+  2.0856861058513556E-02  1.9796760556369392E-02  1.8784003443435272E-02
+  1.7816827704762180E-02  1.6893518917783512E-02  1.6012409869208263E-02
+  1.5171880123464754E-02  1.4370355545856302E-02  1.3606307783522207E-02
+  1.2878253707222643E-02  1.2184754816890247E-02  1.1524416613811638E-02
+  1.0895887942220706E-02  1.0297860303001970E-02  9.7290671421166770E-03
+  9.1882831162781106E-03  8.6743233383143204E-03  8.1860426045681986E-03
+  7.7223346065957111E-03  7.2821311293333399E-03  6.8644012378167090E-03
+  6.4681504544428659E-03  6.0924199286797737E-03  5.7362856010384298E-03
+  5.3988573630352060E-03  5.0792782147857886E-03  4.7767234217862258E-03
+  4.4903996723528166E-03  4.2195442371092849E-03  3.9634241318289715E-03
+  3.7213352848595393E-03  3.4926017102802714E-03  3.2765746878657652E-03
+  3.0726319508557012E-03  2.8801768824582648E-03  2.6986377219447313E-03
+  2.5274667811246896E-03  2.3661396719256668E-03  2.2141545457371901E-03
+  2.0710313451180527E-03  1.9363110684063503E-03  1.8095550477149603E-03
+  1.6903442407406424E-03  1.5782785367624997E-03  1.4729760771555714E-03
+  1.3740725906975211E-03  1.2812207439008019E-03  1.1940895065594393E-03
+  1.1123635326583654E-03  1.0357425567543714E-03  9.6394080590086811E-04
+  8.9668642715396449E-04  8.3372093066472750E-04  7.7479864833179433E-04
+  7.1968620795987250E-04  6.6816202284288148E-04  6.2001579666559365E-04
+  5.7504804359452576E-04  5.3306962340751067E-04  4.9390129149172078E-04
+  4.5737326352192315E-04  4.2332479461429427E-04  3.9160377273622811E-04
+  3.6206632613910680E-04  3.3457644456893690E-04  3.0900561399902637E-04
+  2.8523246461942590E-04  2.6314243180959953E-04  2.4262742981370633E-04
+  2.2358553783185991E-04  2.0592069823576826E-04  1.8954242661315180E-04
+  1.7436553334225833E-04  1.6030985639557834E-04  1.4730000507044071E-04
+  1.3526511434352803E-04  1.2413860954637625E-04  1.1385798105963756E-04
+  1.0436456872518043E-04  9.5603355676965025E-05  8.7522771294008499E-05
+  8.0074502981601037E-05  7.3213316490210848E-05  6.6896884485186757E-05
+  6.1085623084384519E-05  5.5742536085187115E-05  5.0833066607012175E-05
+  4.6324955880274618E-05  4.2188108917873950E-05  3.8394466810568531E-05
+  3.4917885393057839E-05  3.1734020033198250E-05  2.8820216302498762E-05
+  2.6155406291861306E-05  2.3720010342427225E-05  2.1495843967342925E-05
+  1.9466029746252997E-05  1.7614913980346760E-05  1.5927987901809909E-05
+  1.4391813237557536E-05  1.2993951933128829E-05  1.1722899848601140E-05
+  1.0568024244318419E-05  9.5195048801176664E-06  8.5682785575680320E-06
+  7.7059869405025710E-06  6.9249274948151544E-06  6.2180073941087107E-06
+  5.5787002433088043E-06  5.0010054777953287E-06  4.4794103009474821E-06
+  4.0088540282420197E-06  3.5846947111857672E-06  3.2026779193993056E-06
+  2.8589075640953905E-06  2.5498186510117044E-06  2.2721518555601352E-06
+  2.0229298175425591E-06  1.7994350572546519E-06  1.5991894191531375E-06
+  1.4199349534976316E-06  1.2596161504946875E-06  1.1163634454689444E-06
+  9.8847791746373125E-07  8.7441710743143407E-07  7.7278188581240875E-07
+  6.8230430282074078E-07  6.0183635815616817E-07  5.3033963014484846E-07
+  4.6687570747819150E-07  4.1059736976982660E-07  3.6074046608708900E-07
+  3.1661644343657942E-07  2.7760547989490436E-07  2.4315017967721032E-07
+  2.1274978992939014E-07  1.8595490141673892E-07  1.6236259756434108E-07
+  1.4161201848469724E-07  1.2338030870824593E-07  1.0737891931478519E-07
+  9.3350237050745027E-08  8.1064514811237800E-08  7.0317079569372241E-08
+  6.0925795451012602E-08  5.2728761183668363E-08  4.5582222596175036E-08
+  3.9358682214002503E-08  3.3945189286159323E-08  2.9241794796507182E-08
+  2.5160157157654003E-08  2.1622285362231570E-08  1.8559407377070628E-08
+  1.5910952513328132E-08  1.3623637392748115E-08  1.1650645959666539E-08
+  9.9508947627949766E-09  8.4883754528782471E-09  7.2315671146225126E-09
+  6.1529116763790169E-09  5.2283462214369854E-09  4.4368865628566049E-09
+  3.7602569419233856E-09  3.1825611708230934E-09  2.6899909652428079E-09
+  2.2705676044451094E-09  1.9139134170072221E-09  1.6110499218538067E-09
+  1.3542197583500953E-09  1.1367298178876724E-09  9.5281324433369177E-10
+  7.9750820358901334E-10  6.6655153489336789E-10  5.5628558992726110E-10
+  4.6357674161230201E-10  3.8574420414695223E-10  3.2049795049966072E-10
+  2.6588464450737112E-10  2.2024062301300851E-10  1.8215107016887732E-10
+  1.5041462211373079E-10  1.2401272661374845E-10  1.0208315979310275E-10
+  8.3897171558882737E-11  6.8839793481284656E-11  5.6392898401614713E-11
+  4.6120650534271084E-11  3.7657028881862297E-11  3.0695145925787065E-11
+  2.4978118275216321E-11
diff --git a/example/F/lda/F.atomicdata b/example/F/lda/F.atomicdata
new file mode 100644
index 0000000..036b81d
--- /dev/null
+++ b/example/F/lda/F.atomicdata
@@ -0,0 +1,12505 @@
+  ATOMTYPE     F 
+  ATOMXCTYPE         LDA-PW
+  ATOMIC_CHARGE       9.
+  MOMENTLESSHARTREE    
+  CORE_CHARGE     2.0000000000000E+00
+  RC          1.5082667224467E+00
+  SHAPE_TYPE                 sinc2
+  BASIS_SIZE        4
+  ORBITALS      
+   0   0   1   1
+  END     
+  INITOCC       
+  2.000000  0.000000  5.000000  0.000000
+  END     
+  MESH_SIZE          1548
+  MESH_STEP     9.1576601197028E-03
+  LOG_GRID     1.1111111111111E-06
+  CORETAIL_POINTS         1548
+  LCAO_SIZE        1749
+  LCAO_STEP    9.1576601197028E-03
+   CORE_DENSITY   
+  0.00000000000000000E+00  5.52228503841417276E-13  2.22928172915057477E-12
+  5.06220455117651031E-12  9.08270999287226199E-12  1.43231924421370956E-11
+  2.08167411213310249E-11  2.85971538137975650E-11  3.76989508522187083E-11
+  4.81573893737162620E-11  6.00084778467047515E-11  7.32889908745947716E-11
+  8.80364842815400075E-11  1.04289310485518480E-10  1.22086634164137007E-10
+  1.41468448218646467E-10  1.62475590041761497E-10  1.85149758094978019E-10
+  2.09533528801189738E-10  2.35670373758514541E-10  2.63604677281347887E-10
+  2.93381754274776569E-10  3.25047868448595312E-10  3.58650250877290877E-10
+  3.94237118912470822E-10  4.31857695454337032E-10  4.71562228588932219E-10
+  5.13402011597998653E-10  5.57429403348432416E-10  6.03697849068435120E-10
+  6.52261901517599593E-10  7.03177242558306116E-10  7.56500705135928895E-10
+  8.12290295675514013E-10  8.70605216902710045E-10  9.31505891096885452E-10
+  9.95053983784529083E-10  1.06131242788115018E-09  1.13034544829008235E-09
+  1.20221858696671022E-09  1.27699872845685193E-09  1.35475412591812434E-09
+  1.43555442763335020E-09  1.51947070402518219E-09  1.60657547518131494E-09
+  1.69694273889983566E-09  1.79064799926441020E-09  1.88776829575922270E-09
+  1.98838223293374072E-09  2.09257001062757426E-09  2.20041345476589593E-09
+  2.31199604873606374E-09  2.42740296535631259E-09  2.54672109944755627E-09
+  2.67003910101957800E-09  2.79744740908304086E-09  2.92903828609904651E-09
+  3.06490585307809936E-09  3.20514612534061834E-09  3.34985704895132290E-09
+  3.49913853784010081E-09  3.65309251162211282E-09  3.81182293413022509E-09
+  3.97543585267302505E-09  4.14403943803195791E-09  4.31774402521140592E-09
+  4.49666215495567743E-09  4.68090861604728867E-09  4.87060048840103467E-09
+  5.06585718696872945E-09  5.26680050646970156E-09  5.47355466696247523E-09
+  5.68624636027325105E-09  5.90500479729722256E-09  6.12996175618895163E-09
+  6.36125163145837996E-09  6.59901148398934726E-09  6.84338109199784352E-09
+  7.09450300294740208E-09  7.35252258643959701E-09  7.61758808809769172E-09
+  7.88985068446201957E-09  8.16946453891583628E-09  8.45658685866102343E-09
+  8.75137795276293937E-09  9.05400129128453221E-09  9.36462356552990878E-09
+  9.68341474941798127E-09  1.00105481620073407E-08  1.03462005311936839E-08
+  1.06905520586016310E-08  1.10437864856932306E-08  1.14060911611157323E-08
+  1.17776571093116891E-08  1.21586791004149239E-08  1.25493557214562475E-08
+  1.29498894489033112E-08  1.33604867225594320E-08  1.37813580208466218E-08
+  1.42127179374986174E-08  1.46547852596901493E-08  1.51077830476290686E-08
+  1.55719387156386774E-08  1.60474841147578800E-08  1.65346556168873636E-08
+  1.70336942005107218E-08  1.75448455380194689E-08  1.80683600846723109E-08
+  1.86044931692183271E-08  1.91535050862157366E-08  1.97156611900772511E-08
+  2.02912319908743622E-08  2.08804932519330631E-08  2.14837260892546254E-08
+  2.21012170727949315E-08  2.27332583296372697E-08  2.33801476490935555E-08
+  2.40421885897699117E-08  2.47196905886329962E-08  2.54129690721145462E-08
+  2.61223455692915169E-08  2.68481478271808115E-08  2.75907099281877813E-08
+  2.83503724097483586E-08  2.91274823862056432E-08  2.99223936729625723E-08
+  3.07354669129528032E-08  3.15670697054727706E-08  3.24175767374191911E-08
+  3.32873699169760980E-08  3.41768385097973509E-08  3.50863792777307932E-08
+  3.60163966201312339E-08  3.69673027178103947E-08  3.79395176796725338E-08
+  3.89334696920860796E-08  3.99495951710416843E-08  4.09883389171483739E-08
+  4.20501542735208804E-08  4.31355032866114717E-08  4.42448568700408938E-08
+  4.53786949714844548E-08  4.65375067426695985E-08  4.77217907125428042E-08
+  4.89320549636648727E-08  5.01688173118939378E-08  5.14326054894180369E-08
+  5.27239573311983451E-08  5.40434209648875675E-08  5.53915550042868249E-08
+  5.67689287464073593E-08  5.81761223722039821E-08  5.96137271510477287E-08
+  6.10823456490080111E-08  6.25825919410140294E-08  6.41150918269680350E-08
+  6.56804830518834629E-08  6.72794155301225181E-08  6.89125515738097403E-08
+  7.05805661254981774E-08  7.22841469951676947E-08  7.40239951016356257E-08
+  7.58008247184613812E-08  7.76153637244283994E-08  7.94683538586886010E-08
+  8.13605509806554174E-08  8.32927253347335623E-08  8.52656618199755436E-08
+  8.72801602647555227E-08  8.93370357065545007E-08  9.14371186769503111E-08
+  9.35812554919107391E-08  9.57703085474860805E-08  9.80051566210025824E-08
+  1.00286695177857790E-07  1.02615836684022963E-07  1.04993510924356881E-07
+  1.07420665326839371E-07  1.09898265292834527E-07  1.12427294533494900E-07
+  1.15008755412420731E-07  1.17643669294689838E-07  1.20333076902376896E-07
+  1.23078038676681695E-07  1.25879635146788704E-07  1.28738967305583214E-07
+  1.31657156992351305E-07  1.34635347282591952E-07  1.37674702885073645E-07
+  1.40776410546270547E-07  1.43941679462313633E-07  1.47171741698596091E-07
+  1.50467852617175853E-07  1.53831291312118929E-07  1.57263361052930383E-07
+  1.60765389736223256E-07  1.64338730345778384E-07  1.67984761421149160E-07
+  1.71704887534971082E-07  1.75500539779135501E-07  1.79373176259994782E-07
+  1.83324282602761428E-07  1.87355372465276864E-07  1.91467988061318502E-07
+  1.95663700693625640E-07  1.99944111296821162E-07  2.04310850990413067E-07
+  2.08765581642065341E-07  2.13309996441322676E-07  2.17945820483988744E-07
+  2.22674811367349801E-07  2.27498759796448660E-07  2.32419490201610850E-07
+  2.37438861367433242E-07  2.42558767073445218E-07  2.47781136746660288E-07
+  2.53107936126237977E-07  2.58541167940478399E-07  2.64082872596381666E-07
+  2.69735128881998296E-07  2.75500054681815395E-07  2.81379807705413046E-07
+  2.87376586229640135E-07  2.93492629854558541E-07  2.99730220273411861E-07
+  3.06091682056876168E-07  3.12579383451858245E-07  3.19195737195110328E-07
+  3.25943201341937550E-07  3.32824280110271778E-07  3.39841524740402961E-07
+  3.46997534370653278E-07  3.54294956929290073E-07  3.61736490042980180E-07
+  3.69324881962086966E-07  3.77062932503127206E-07  3.84953494008701501E-07
+  3.92999472325222299E-07  4.01203827798768724E-07  4.09569576289407102E-07
+  4.18099790204310909E-07  4.26797599550036523E-07  4.35666193004303871E-07
+  4.44708819007642799E-07  4.53928786875275705E-07  4.63329467929609057E-07
+  4.72914296653713384E-07  4.82686771866181427E-07  4.92650457917764987E-07
+  5.02808985910178365E-07  5.13166054937497775E-07  5.23725433350560780E-07
+  5.34490960044792007E-07  5.45466545771899312E-07  5.56656174475867716E-07
+  5.68063904653709793E-07  5.79693870741426713E-07  5.91550284525646357E-07
+  6.03637436581415261E-07  6.15959697736625621E-07  6.28521520563568105E-07
+  6.41327440898116992E-07  6.54382079387059261E-07  6.67690143064078050E-07
+  6.81256426954930392E-07  6.95085815712358651E-07  7.09183285281275349E-07
+  7.23553904594793329E-07  7.38202837301664326E-07  7.53135343525706261E-07
+  7.68356781657818759E-07  7.83872610181175353E-07  7.99688389530216118E-07
+  8.15809783984067318E-07  8.32242563595012031E-07  8.48992606152674841E-07
+  8.66065899184567340E-07  8.83468541993675854E-07  9.01206747733768085E-07
+  9.19286845523129201E-07  9.37715282597416566E-07  9.56498626502379014E-07
+  9.75643567327156936E-07  9.95156919978929655E-07  1.01504562649966001E-06
+  1.03531675842573176E-06  1.05597751919124629E-06  1.07703524657581551E-06
+  1.09849741519764983E-06  1.12037163905278543E-06  1.14266567410130925E-06
+  1.16538742090144528E-06  1.18854492729237561E-06  1.21214639112672571E-06
+  1.23620016305359365E-06  1.26071474935308916E-06  1.28569881482331705E-06
+  1.31116118572077544E-06  1.33711085275516191E-06  1.36355697413958399E-06
+  1.39050887869720858E-06  1.41797606902537873E-06  1.44596822471827434E-06
+  1.47449520564917823E-06  1.50356705531347897E-06  1.53319400423349442E-06
+  1.56338647342629208E-06  1.59415507793564626E-06  1.62551063042932390E-06
+  1.65746414486291690E-06  1.69002684021142691E-06  1.72321014426987616E-06
+  1.75702569752419757E-06  1.79148535709373357E-06  1.82660120074661478E-06
+  1.86238553098942742E-06  1.89885087923248677E-06  1.93601001003214434E-06
+  1.97387592541153401E-06  2.01246186926122524E-06  2.05178133182122314E-06
+  2.09184805424586917E-06  2.13267603325311686E-06  2.17427952585978231E-06
+  2.21667305420433799E-06  2.25987141045886359E-06  2.30388966183180685E-06
+  2.34874315566323570E-06  2.39444752461427244E-06  2.44101869195245524E-06
+  2.48847287693481801E-06  2.53682660029044584E-06  2.58609668980439231E-06
+  2.63630028600479679E-06  2.68745484795512060E-06  2.73957815915342569E-06
+  2.79268833354071184E-06  2.84680382162025575E-06  2.90194341669006806E-06
+  2.95812626119052351E-06  3.01537185316928656E-06  3.07370005286570630E-06
+  3.13313108941688350E-06  3.19368556768765805E-06  3.25538447522678619E-06
+  3.31824918935165068E-06  3.38230148436388883E-06  3.44756353889831604E-06
+  3.51405794340762186E-06  3.58180770778536626E-06  3.65083626912979511E-06
+  3.72116749965107060E-06  3.79282571472459203E-06  3.86583568109308347E-06
+  3.94022262522018134E-06  4.01601224179833025E-06  4.09323070241383725E-06
+  4.17190466437196669E-06  4.25206127968503721E-06  4.33372820422653212E-06
+  4.41693360705424786E-06  4.50170617990568500E-06  4.58807514686873860E-06
+  4.67607027423100236E-06  4.76572188051097487E-06  4.85706084667447466E-06
+  4.95011862653974364E-06  5.04492725737465014E-06  5.14151937068956909E-06
+  5.23992820322954967E-06  5.34018760816945240E-06  5.44233206651575543E-06
+  5.54639669871886632E-06  5.65241727649985010E-06  5.76043023489543254E-06
+  5.87047268452541069E-06  5.98258242408652854E-06  6.09679795307692192E-06
+  6.21315848475553034E-06  6.33170395934061772E-06  6.45247505745198366E-06
+  6.57551321380127067E-06  6.70086063113490238E-06  6.82856029443440710E-06
+  6.95865598537877352E-06  7.09119229707373960E-06  7.22621464905285617E-06
+  7.36376930255543629E-06  7.50390337608635313E-06  7.64666486126301845E-06
+  7.79210263895474499E-06  7.94026649571987565E-06  8.09120714054621236E-06
+  8.24497622190033067E-06  8.40162634509135707E-06  8.56121108995521787E-06
+  8.72378502886497027E-06  8.88940374507351939E-06  9.05812385139464531E-06
+  9.23000300922859126E-06  9.40509994793865214E-06  9.58347448458512274E-06
+  9.76518754402323479E-06  9.95030117937177926E-06  1.01388785928592547E-05
+  1.03309841570544040E-05  1.05266834364883297E-05  1.07260432096753570E-05
+  1.09291314915399277E-05  1.11360175562570444E-05  1.13467719605139358E-05
+  1.15614665672005238E-05  1.17801745695367579E-05  1.20029705156448504E-05
+  1.22299303335743360E-05  1.24611313567887188E-05  1.26966523501217721E-05
+  1.29365735362124592E-05  1.31809766224270679E-05  1.34299448282776103E-05
+  1.36835629133456506E-05  1.39419172057207597E-05  1.42050956309630826E-05
+  1.44731877415998036E-05  1.47462847471651041E-05  1.50244795447937031E-05
+  1.53078667503782751E-05  1.55965427303009147E-05  1.58906056337493230E-05
+  1.61901554256284349E-05  1.64952939200784990E-05  1.68061248146105493E-05
+  1.71227537248709142E-05  1.74452882200461401E-05  1.77738378589200284E-05
+  1.81085142265950585E-05  1.84494309718900679E-05  1.87967038454268210E-05
+  1.91504507384181993E-05  1.95107917221705076E-05  1.98778490883136426E-05
+  2.02517473897718294E-05  2.06326134824890777E-05  2.10205765679228324E-05
+  2.14157682363202187E-05  2.18183225107909853E-05  2.22283758921920891E-05
+  2.26460674048384447E-05  2.30715386430554753E-05  2.35049338185884081E-05
+  2.39463998088844795E-05  2.43960862062638561E-05  2.48541453679956522E-05
+  2.53207324672955449E-05  2.57960055452622288E-05  2.62801255637693590E-05
+  2.67732564593312319E-05  2.72755651979594614E-05  2.77872218310292741E-05
+  2.83083995521736857E-05  2.88392747552243936E-05  2.93800270932189172E-05
+  2.99308395384931679E-05  3.04918984438795554E-05  3.10633936050308491E-05
+  3.16455183238907044E-05  3.22384694733311063E-05  3.28424475629793280E-05
+  3.34576568062550019E-05  3.40843051886404667E-05  3.47226045372063026E-05
+  3.53727705914154520E-05  3.60350230752293525E-05  3.67095857705396556E-05
+  3.73966865919501430E-05  3.80965576629336086E-05  3.88094353933884304E-05
+  3.95355605586212970E-05  4.02751783797810692E-05  4.10285386057717186E-05
+  4.17958955966702119E-05  4.25775084086779662E-05  4.33736408806330607E-05
+  4.41845617221120712E-05  4.50105446031512290E-05  4.58518682456156477E-05
+  4.67088165162475328E-05  4.75816785214233369E-05  4.84707487036521985E-05
+  4.93763269398464415E-05  5.02987186413972570E-05  5.12382348560885831E-05
+  5.21951923718823102E-05  5.31699138226097851E-05  5.41627277956036914E-05
+  5.51739689413065383E-05  5.62039780848914300E-05  5.72531023399321649E-05
+  5.83216952241599315E-05  5.94101167773451066E-05  6.05187336813425462E-05
+  6.16479193823402116E-05  6.27980542153516540E-05  6.39695255309926351E-05
+  6.51627278245843575E-05  6.63780628676256769E-05  6.76159398416769047E-05
+  6.88767754747003869E-05  7.01609941799020509E-05  7.14690281971193386E-05
+  7.28013177368028207E-05  7.41583111266386029E-05  7.55404649608588079E-05
+  7.69482442522908064E-05  7.83821225871939048E-05  7.98425822829353278E-05
+  8.13301145485563319E-05  8.28452196482819681E-05  8.43884070680280137E-05
+  8.59601956849594307E-05  8.75611139401567319E-05  8.91917000144457355E-05
+  9.08525020074503020E-05  9.25440781199243616E-05  9.42669968394253442E-05
+  9.60218371293884135E-05  9.78091886216643741E-05  9.96296518125835533E-05
+  1.01483838262611211E-04  1.03372370799657837E-04  1.05295883726113312E-04
+  1.07255023029671420E-04  1.09250446598013114E-04  1.11282824437421146E-04
+  1.13352838895394362E-04  1.15461184887338076E-04  1.17608570127401509E-04
+  1.19795715363539998E-04  1.22023354616877889E-04  1.24292235425450207E-04
+  1.26603119092403345E-04  1.28956780938735719E-04  1.31354010560660503E-04
+  1.33795612091675172E-04  1.36282404469422711E-04  1.38815221707432745E-04
+  1.41394913171829557E-04  1.44022343863098475E-04  1.46698394703003338E-04
+  1.49423962826745560E-04  1.52199961880464734E-04  1.55027322324171739E-04
+  1.57906991740218975E-04  1.60839935147404550E-04  1.63827135320813571E-04
+  1.66869593117501149E-04  1.69968327808123117E-04  1.73124377414620530E-04
+  1.76338799054070691E-04  1.79612669288815369E-04  1.82947084482977616E-04
+  1.86343161165487587E-04  1.89802036399731790E-04  1.93324868159945877E-04
+  1.96912835714475962E-04  2.00567140016030419E-04  2.04289004099048759E-04
+  2.08079673484317914E-04  2.11940416590966483E-04  2.15872525155969772E-04
+  2.19877314661301974E-04  2.23956124768875416E-04  2.28110319763404350E-04
+  2.32341289003341309E-04  2.36650447380025555E-04  2.41039235785199491E-04
+  2.45509121587038489E-04  2.50061599114851307E-04  2.54698190152604471E-04
+  2.59420444441436514E-04  2.64229940191313903E-04  2.69128284602004604E-04
+  2.74117114393531314E-04  2.79198096346275338E-04  2.84372927850908811E-04
+  2.89643337468330100E-04  2.95011085499781271E-04  3.00477964567334916E-04
+  3.06045800204934556E-04  3.11716451460180676E-04  3.17491811507053924E-04
+  3.23373808269772844E-04  3.29364405057989333E-04  3.35465601213522991E-04
+  3.41679432768841928E-04  3.48007973117503845E-04  3.54453333696772217E-04
+  3.61017664682621649E-04  3.67703155697363300E-04  3.74512036530109471E-04
+  3.81446577870314879E-04  3.88509092054622812E-04  3.95701933827262301E-04
+  4.03027501114231357E-04  4.10488235811523009E-04  4.18086624587637871E-04
+  4.25825199700643293E-04  4.33706539830044230E-04  4.41733270923719854E-04
+  4.49908067060209060E-04  4.58233651326610323E-04  4.66712796712380950E-04
+  4.75348327019318312E-04  4.84143117788013531E-04  4.93100097241071212E-04
+  5.02222247243396848E-04  5.11512604279856288E-04  5.20974260450616914E-04
+  5.30610364484489076E-04  5.40424122770591180E-04  5.50418800408652661E-04
+  5.60597722278309996E-04  5.70964274127713344E-04  5.81521903681800931E-04
+  5.92274121770590845E-04  6.03224503477840768E-04  6.14376689310444689E-04
+  6.25734386388936224E-04  6.37301369659469107E-04  6.49081483127664422E-04
+  6.61078641114710747E-04  6.73296829536107109E-04  6.85740107203464426E-04
+  6.98412607149764635E-04  7.11318537978497859E-04  7.24462185237102719E-04
+  7.37847912815144786E-04  7.51480164367657731E-04  7.65363464764118708E-04
+  7.79502421563487737E-04  7.93901726515788353E-04  8.08566157090693247E-04
+  8.23500578033602875E-04  8.38709942949684680E-04  8.54199295916392232E-04
+  8.69973773124950466E-04  8.86038604551323081E-04  9.02399115657192392E-04
+  9.19060729121467818E-04  9.36028966602873254E-04  9.53309450534159191E-04
+  9.70907905948496146E-04  9.88830162338614344E-04  1.00708215554928229E-03
+  1.02566992970368155E-03  1.04459963916431089E-03  1.06387755052900473E-03
+  1.08351004466268651E-03  1.10350361876548854E-03  1.12386488847789089E-03
+  1.14460059002349421E-03  1.16571758239013496E-03  1.18722284954997218E-03
+  1.20912350271926280E-03  1.23142678265849995E-03  1.25414006201363224E-03
+  1.27727084769907874E-03  1.30082678332328269E-03  1.32481565165752766E-03
+  1.34924537714879505E-03  1.37412402847741986E-03  1.39945982116032597E-03
+  1.42526112020064841E-03  1.45153644278454277E-03  1.47829446102600254E-03
+  1.50554400476053283E-03  1.53329406438852483E-03  1.56155379376918800E-03
+  1.59033251316593430E-03  1.61963971224410547E-03  1.64948505312194522E-03
+  1.67987837347575455E-03  1.71082968970014972E-03  1.74234920012440427E-03
+  1.77444728828582855E-03  1.80713452626118020E-03  1.84042167805711834E-03
+  1.87431970306071506E-03  1.90883975955105189E-03  1.94399320827298651E-03
+  1.97979161607412775E-03  2.01624675960613859E-03  2.05337062909146740E-03
+  2.09117543215662106E-03  2.12967359773313936E-03  2.16887778002743852E-03
+  2.20880086256070463E-03  2.24945596228002566E-03  2.29085643374201276E-03
+  2.33301587337012440E-03  2.37594812378698469E-03  2.41966727822296151E-03
+  2.46418768500230884E-03  2.50952395210822304E-03  2.55569095182812782E-03
+  2.60270382548058107E-03  2.65057798822519427E-03  2.69932913395696476E-03
+  2.74897324028647826E-03  2.79952657360742511E-03  2.85100569425293269E-03
+  2.90342746174219405E-03  2.95680904011897056E-03  3.01116790338346822E-03
+  3.06652184101923299E-03  3.12288896361662344E-03  3.18028770859450638E-03
+  3.23873684602185791E-03  3.29825548454093119E-03  3.35886307739369835E-03
+  3.42057942855334687E-03  3.48342469896255509E-03  3.54741941288034320E-03
+  3.61258446433936238E-03  3.67894112371545349E-03  3.74651104441132499E-03
+  3.81531626965631639E-03  3.88537923942416452E-03  3.95672279747072246E-03
+  4.02937019849367462E-03  4.10334511541624470E-03  4.17867164679700497E-03
+  4.25537432436781746E-03  4.33347812070211842E-03  4.41300845701564099E-03
+  4.49399121110181324E-03  4.57645272540403540E-03  4.66041981522712350E-03
+  4.74591977709021111E-03  4.83298039722341536E-03  4.92162996021068382E-03
+  5.01189725778120564E-03  5.10381159775180962E-03  5.19740281312286011E-03
+  5.29270127133017049E-03  5.38973788365542175E-03  5.48854411479778124E-03
+  5.58915199260929477E-03  5.69159411799668828E-03  5.79590367499238385E-03
+  5.90211444099741304E-03  6.01026079719898642E-03  6.12037773916568762E-03
+  6.23250088762302302E-03  6.34666649941230225E-03  6.46291147863583670E-03
+  6.58127338799141624E-03  6.70179046029908878E-03  6.82450161022345788E-03
+  6.94944644619445353E-03  7.07666528252992328E-03  7.20619915176316881E-03
+  7.33808981717868573E-03  7.47237978555955439E-03  7.60911232014969876E-03
+  7.74833145383454439E-03  7.89008200254342346E-03  8.03440957887737936E-03
+  8.18136060596577445E-03  8.33098233155546777E-03  8.48332284233607563E-03
+  8.63843107850517655E-03  8.79635684857707489E-03  8.95715084443904699E-03
+  9.12086465665888461E-03  9.28755079004765956E-03  9.45726267948173230E-03
+  9.63005470598790950E-03  9.80598221309601607E-03  9.98510152346279885E-03
+  1.01674699557715541E-02  1.03531458419115797E-02  1.05421885444418380E-02
+  1.07346584743431249E-02  1.09306171090632377E-02  1.11301270108595234E-02
+  1.13332518454433984E-02  1.15400564009314234E-02  1.17506066071075763E-02
+  1.19649695550013875E-02  1.21832135167867645E-02  1.24054079660062821E-02
+  1.26316235981258664E-02  1.28619323514248002E-02  1.30964074282260128E-02
+  1.33351233164718079E-02  1.35781558116501010E-02  1.38255820390763198E-02
+  1.40774804765363675E-02  1.43339309772957651E-02  1.45950147934805520E-02
+  1.48608145998352283E-02  1.51314145178632915E-02  1.54069001403559988E-02
+  1.56873585563149162E-02  1.59728783762739558E-02  1.62635497580267269E-02
+  1.65594644327648685E-02  1.68607157316335264E-02  1.71673986127095397E-02
+  1.74796096884087954E-02  1.77974472533284217E-02  1.81210113125303378E-02
+  1.84504036102719378E-02  1.87857276591906971E-02  1.91270887699485706E-02
+  1.94745940813428643E-02  1.98283525908899833E-02  2.01884751858886109E-02
+  2.05550746749686847E-02  2.09282658201331989E-02  2.13081653692993450E-02
+  2.16948920893457672E-02  2.20885667996727070E-02  2.24893124062822379E-02
+  2.28972539363852291E-02  2.33125185735422076E-02  2.37352356933452566E-02
+  2.41655368996480484E-02  2.46035560613511277E-02  2.50494293497498938E-02
+  2.55032952764524257E-02  2.59652947318747135E-02  2.64355710243205262E-02
+  2.69142699196536217E-02  2.74015396815696505E-02  2.78975311124754974E-02
+  2.84023975949836104E-02  2.89162951340289943E-02  2.94393823996168848E-02
+  2.99718207702083725E-02  3.05137743767525220E-02  3.10654101473721335E-02
+  3.16268978527117148E-02  3.21984101519550703E-02  3.27801226395210490E-02
+  3.33722138924452683E-02  3.39748655184555909E-02  3.45882622047499755E-02
+  3.52125917674847091E-02  3.58480452019808785E-02  3.64948167336578977E-02
+  3.71531038697015259E-02  3.78231074514754698E-02  3.85050317076841911E-02
+  3.91990843082953705E-02  3.99054764192308120E-02  4.06244227578332340E-02
+  4.13561416491181194E-02  4.21008550828181061E-02  4.28587887712290616E-02
+  4.36301722078656848E-02  4.44152387269349178E-02  4.52142255636359056E-02
+  4.60273739152939829E-02  4.68549290033378196E-02  4.76971401361276082E-02
+  4.85542607726422021E-02  4.94265485870339430E-02  5.03142655340590855E-02
+  5.12176779153915296E-02  5.21370564468286030E-02  5.30726763263963466E-02
+  5.40248173033626364E-02  5.49937637481657804E-02  5.59798047232662258E-02
+  5.69832340549295685E-02  5.80043504059479451E-02  5.90434573493081455E-02
+  6.01008634428128741E-02  6.11768823046632756E-02  6.22718326900098540E-02
+  6.33860385684784644E-02  6.45198292026791936E-02  6.56735392277034008E-02
+  6.68475087316181410E-02  6.80420833369616979E-02  6.92576142832487945E-02
+  7.04944585104907984E-02  7.17529787437367061E-02  7.30335435786412801E-02
+  7.43365275680658716E-02  7.56623113097173172E-02  7.70112815348300561E-02
+  7.83838311978961588E-02  7.97803595674493049E-02  8.12012723179049434E-02
+  8.26469816224631310E-02  8.41179062470766847E-02  8.56144716454884658E-02
+  8.71371100553412214E-02  8.86862605953634836E-02  9.02623693636331048E-02
+  9.18658895369220269E-02  9.34972814711230726E-02  9.51570128027613427E-02
+  9.68455585515910627E-02  9.85634012242776053E-02  1.00311030919167474E-01
+  1.02088945432143446E-01  1.03897650363566671E-01  1.05737659226302544E-01
+  1.07609493554831140E-01  1.09513683015437277E-01  1.11450765517481606E-01
+  1.13421287325744691E-01  1.15425803173845196E-01  1.17464876378724908E-01
+  1.19539078956195755E-01  1.21648991737545148E-01  1.23795204487191418E-01
+  1.25978316021383846E-01  1.28198934327939190E-01  1.30457676687005725E-01
+  1.32755169792846767E-01  1.35092049876633757E-01  1.37468962830237046E-01
+  1.39886564331004187E-01  1.42345519967512685E-01  1.44846505366284989E-01
+  1.47390206319448880E-01  1.49977318913331215E-01  1.52608549657968134E-01
+  1.55284615617513111E-01  1.58006244541526258E-01  1.60774174997125124E-01
+  1.63589156501976862E-01  1.66451949658110554E-01  1.69363326286526256E-01
+  1.72324069562577620E-01  1.75334974152104500E-01  1.78396846348284205E-01
+  1.81510504209180606E-01  1.84676777695957639E-01  1.87896508811728064E-01
+  1.91170551741004974E-01  1.94499772989725039E-01  1.97885051525806016E-01
+  2.01327278920203939E-01  2.04827359488431809E-01  2.08386210432499858E-01
+  2.12004761983236339E-01  2.15683957542948446E-01  2.19424753828371594E-01
+  2.23228121013870323E-01  2.27095042874835534E-01  2.31026516931229775E-01
+  2.35023554591229727E-01  2.39087181294909273E-01  2.43218436657909959E-01
+  2.47418374615037184E-01  2.51688063563724806E-01  2.56028586507302980E-01
+  2.60441041198007983E-01  2.64926540279659672E-01  2.69486211429945721E-01
+  2.74121197502234848E-01  2.78832656666846479E-01  2.83621762551699075E-01
+  2.88489704382258960E-01  2.93437687120705504E-01  2.98466931604229158E-01
+  3.03578674682373539E-01  3.08774169353331573E-01  3.14054684899104208E-01
+  3.19421507019418238E-01  3.24875937964314465E-01  3.30419296665294238E-01
+  3.36052918864924388E-01  3.41778157244789826E-01  3.47596381551679046E-01
+  3.53508978721893741E-01  3.59517353003556639E-01  3.65622926076797750E-01
+  3.71827137171697464E-01  3.78131443183847060E-01  3.84537318787406934E-01
+  3.91046256545508730E-01  3.97659767017879029E-01  4.04379378865525052E-01
+  4.11206638952344272E-01  4.18143112443496279E-01  4.25190382900388519E-01
+  4.32350052372109439E-01  4.39623741483146258E-01  4.47013089517219298E-01
+  4.54519754497054451E-01  4.62145413259924143E-01  4.69891761528761109E-01
+  4.77760513978672141E-01  4.85753404298652214E-01  4.93872185248300233E-01
+  5.02118628709342318E-01  5.10494525731749693E-01  5.19001686574246168E-01
+  5.27641940738982074E-01  5.36417137000162136E-01  5.45329143426391050E-01
+  5.54379847396520908E-01  5.63571155608738272E-01  5.72904994082681029E-01
+  5.82383308154313384E-01  5.92008062463315943E-01  6.01781240932733774E-01
+  6.11704846740614983E-01  6.21780902283375014E-01  6.32011449130610470E-01
+  6.42398547971080092E-01  6.52944278549570267E-01  6.63650739594352057E-01
+  6.74520048734936206E-01  6.85554342409810280E-01  6.96755775763866936E-01
+  7.08126522535198255E-01  7.19668774930933619E-01  7.31384743491801936E-01
+  7.43276656945080272E-01  7.55346762045590259E-01  7.67597323404405674E-01
+  7.80030623304908688E-01  7.92648961505849292E-01  8.05454655031046074E-01
+  8.18450037945343101E-01  8.31637461116476406E-01  8.45019291962447516E-01
+  8.58597914184034083E-01  8.72375727482030738E-01  8.86355147258839016E-01
+  9.00538604303994239E-01  9.14928544463220694E-01  9.29527428290607305E-01
+  9.44337730683476373E-01  9.59361940499524390E-01  9.74602560155814035E-01
+  9.90062105209152721E-01  1.00574310391745714E+00  1.02164809678162283E+00
+  1.03777963606747048E+00  1.05414028530730186E+00  1.07073261878061121E+00
+  1.08755922097348168E+00  1.10462268601620694E+00  1.12192561709865490E+00
+  1.13947062586290260E+00  1.15726033177266863E+00  1.17529736145903119E+00
+  1.19358434804198565E+00  1.21212393042731681E+00  1.23091875257830963E+00
+  1.24997146276179527E+00  1.26928471276803956E+00  1.28886115710397631E+00
+  1.30870345215926887E+00  1.32881425534471953E+00  1.34919622420249907E+00
+  1.36985201548773250E+00  1.39078428422086042E+00  1.41199568271036902E+00
+  1.43348885954530503E+00  1.45526645855712533E+00  1.47733111775034409E+00
+  1.49968546820149995E+00  1.52233213292594760E+00  1.54527372571196531E+00
+  1.56851284992169959E+00  1.59205209725846841E+00  1.61589404649991919E+00
+  1.64004126219660296E+00  1.66449629333544080E+00  1.68926167196768562E+00
+  1.71433991180086487E+00  1.73973350675430427E+00  1.76544492947775500E+00
+  1.79147662983271805E+00  1.81783103333604434E+00  1.84451053956539845E+00
+  1.87151752052618359E+00  1.89885431897956170E+00  1.92652324673119657E+00
+  1.95452658288032532E+00  1.98286657202889072E+00  2.01154542245035328E+00
+  2.04056530421789040E+00  2.06992834729171804E+00  2.09963663956522906E+00
+  2.12969222486974186E+00  2.16009710093760399E+00  2.19085321732344918E+00
+  2.22196247328345509E+00  2.25342671561243124E+00  2.28524773643857282E+00
+  2.31742727097587009E+00  2.34996699523400743E+00  2.38286852368577273E+00
+  2.41613340689194445E+00  2.44976312908367166E+00  2.48375910570244018E+00
+  2.51812268089766667E+00  2.55285512498210609E+00  2.58795763184518490E+00
+  2.62343131632452842E+00  2.65927721153589136E+00  2.69549626616176807E+00
+  2.73208934169909812E+00  2.76905720966637370E+00  2.80640054877061207E+00
+  2.84411994203467922E+00  2.88221587388548661E+00  2.92068872720364991E+00
+  2.95953878033525486E+00  2.99876620406641514E+00  3.03837105856139011E+00
+  3.07835329026508120E+00  3.11871272877071348E+00  3.15944908365377941E+00
+  3.20056194127308347E+00  3.24205076154010063E+00  3.28391487465768162E+00
+  3.32615347782936466E+00  3.36876563194056411E+00  3.41175025821299327E+00
+  3.45510613483371953E+00  3.49883189356039948E+00  3.54292601630425397E+00
+  3.58738683169246908E+00  3.63221251161170011E+00  3.67740106773463360E+00
+  3.72295034803139790E+00  3.76885803326791269E+00  3.81512163349322497E+00
+  3.86173848451803670E+00  3.90870574438667306E+00  3.95602038984490711E+00
+  4.00367921280604300E+00  4.05167881681786302E+00  4.10001561353311494E+00
+  4.14868581918617618E+00  4.19768545107891278E+00  4.24701032407859635E+00
+  4.29665604713094318E+00  4.34661801979145679E+00  4.39689142877833206E+00
+  4.44747124455031617E+00  4.49835221791296380E+00  4.54952887665688799E+00
+  4.60099552223171404E+00  4.65274622645953606E+00  4.70477482829172722E+00
+  4.75707493061317432E+00  4.80963989709805428E+00  4.86246284912134374E+00
+  4.91553666273042467E+00  4.96885396568123827E+00  5.02240713454348864E+00
+  5.07618829187961040E+00  5.13018930350220170E+00  5.18440177581482509E+00
+  5.23881705324112090E+00  5.29342621574732952E+00  5.34822007646326725E+00
+  5.40318917940722887E+00  5.45832379731994255E+00  5.51361392961318675E+00
+  5.56904930043852975E+00  5.62461935688181924E+00  5.68031326728916675E+00
+  5.73611991973018043E+00  5.79202792060430127E+00  5.84802559339624750E+00
+  5.90410097758650299E+00  5.96024182772289635E+00  6.01643561265956794E+00
+  6.07266951496927465E+00  6.12893043053547704E+00  6.18520496833035338E+00
+  6.24147945038512830E+00  6.29773991195902472E+00  6.35397210191327666E+00
+  6.41016148329650015E+00  6.46629323414790669E+00  6.52235224852478801E+00
+  6.57832313776053201E+00  6.63419023195974589E+00  6.68993758173674813E+00
+  6.74554896020379946E+00  6.80100786521535561E+00  6.85629752187463293E+00
+  6.91140088530866503E+00  6.96630064371793889E+00  7.02097922170673261E+00
+  7.07541878390002577E+00  7.12960123885293040E+00  7.18350824325830128E+00
+  7.23712120645813606E+00  7.29042129526437055E+00  7.34338943909419140E+00
+  7.39600633542523322E+00  7.44825245557551341E+00  7.50010805081288900E+00
+  7.55155315879878586E+00  7.60256761037037609E+00  7.65313103666545391E+00
+  7.70322287659390081E+00  7.75282238465936402E+00  7.80190863913437838E+00
+  7.85046055059223669E+00  7.89845687079815395E+00  7.94587620196220090E+00
+  7.99269700635617220E+00  8.03889761629598354E+00  8.08445624449110234E+00
+  8.12935099476186807E+00  8.17355987312531873E+00  8.21706079924966915E+00
+  8.25983161827711854E+00  8.30185011301434095E+00  8.34309401648919469E+00
+  8.38354102487228658E+00  8.42316881076094859E+00  8.46195503682297101E+00
+  8.49987736979689501E+00  8.53691349484489592E+00  8.57304113025418069E+00
+  8.60823804248166269E+00  8.64248206153651388E+00  8.67575109669449240E+00
+  8.70802315253722625E+00  8.73927634530896214E+00  8.76948891958299726E+00
+  8.79863926522881279E+00  8.82670593467075015E+00  8.85366766042807107E+00
+  8.87950337292568292E+00  8.90419221856418375E+00  8.92771357803694343E+00
+  8.95004708488149348E+00  8.97117264425159888E+00  8.99107045189580489E+00
+  9.00972101332717301E+00  9.02710516316881950E+00  9.04320408465852310E+00
+  9.05799932929520857E+00  9.07147283660943948E+00  9.08360695403912999E+00
+  9.09438445689108832E+00  9.10378856836833172E+00  9.11180297964215846E+00
+  9.11841186994756292E+00  9.12359992667965614E+00  9.12735236546813944E+00
+  9.12965495020615414E+00  9.13049401300935237E+00  9.12985647408011580E+00
+  9.12772986145149012E+00  9.12410233058448661E+00  9.11896268379219777E+00
+  9.11230038946332677E+00  9.10410560105724365E+00  9.09436917584234727E+00
+  9.08308269334877316E+00  9.07023847350632373E+00  9.05582959443777469E+00
+  9.03984990987768633E+00  9.02229406618626939E+00  9.00315751892758520E+00
+  8.98243654898126032E+00  8.96012827815648905E+00  8.93623068427713640E+00
+  8.91074261570645909E+00  8.88366380528005806E+00  8.85499488361556253E+00
+  8.82473739176768746E+00  8.79289379319732589E+00  8.75946748502347106E+00
+  8.72446280852727085E+00  8.68788505887734885E+00  8.64974049404630385E+00
+  8.61003634288841013E+00  8.56878081234929212E+00  8.52598309377858499E+00
+  8.48165336831760541E+00  8.43580281133437992E+00  8.38844359587934463E+00
+  8.33958889513597335E+00  8.28925288384109216E+00  8.23745073865121924E+00
+  8.18419863743179832E+00  8.12951375744767191E+00  8.07341427243417264E+00
+  8.01591934852967825E+00  7.95704913905161160E+00  7.89682477809957373E+00
+  7.83526837297055501E+00  7.77240299537303336E+00  7.70825267142824178E+00
+  7.64284237044853043E+00  7.57619799248502179E+00  7.50834635463801714E+00
+  7.43931517612603699E+00  7.36913306211112484E+00  7.29782948628026951E+00
+  7.22543477218478802E+00  7.15198007334181618E+00  7.07749735210424102E+00
+  7.00201935730769076E+00  6.92557960070559808E+00  6.84821233220566050E+00
+  6.76995251392338826E+00  6.69083579307108778E+00  6.61089847370292194E+00
+  6.53017748733916825E+00  6.44871036249549334E+00  6.36653519314545058E+00
+  6.28369060614696107E+00  6.20021572766612383E+00  6.11615014863425355E+00
+  6.03153388927641121E+00  5.94640736275249804E+00  5.86081133795402920E+00
+  5.77478690150260210E+00  5.68837541899817278E+00  5.60161849556764668E+00
+  5.51455793576678399E+00  5.42723570289035528E+00  5.33969387774790327E+00
+  5.25197461696445522E+00  5.16412011086747036E+00  5.07617254102328985E+00
+  4.98817403748823285E+00  4.90016663584085865E+00  4.81219223406392782E+00
+  4.72429254934569354E+00  4.63650907487160335E+00  4.54888303667860949E+00
+  4.46145535064527632E+00  4.37426657969233545E+00  4.28735689126726438E+00
+  4.20076601518947257E+00  4.11453320193110894E+00  4.02869718140946897E+00
+  3.94329612236683413E+00  3.85836759241321792E+00  3.77394851880736448E+00
+  3.69007515005041853E+00  3.60678301836605453E+00  3.52410690313972630E+00
+  3.44208079538853973E+00  3.36073786333166291E+00  3.28011041912968615E+00
+  3.20022988685930132E+00  3.12112677178767850E+00  3.04283063100862794E+00
+  2.96537004549999228E+00  2.88877259365918393E+00  2.81306482637076538E+00
+  2.73827224365689537E+00  2.66441927295818948E+00  2.59152924908912219E+00
+  2.51962439590838017E+00  2.44872580974096321E+00  2.37885344458470982E+00
+  2.31002609913006296E+00  2.24226140561759202E+00  2.17557582055359777E+00
+  2.10998461729966058E+00  2.04550188054770521E+00  1.98214050268750519E+00
+  1.91991218206913206E+00  1.85882742315818161E+00  1.79889553857715123E+00
+  1.74012465302167341E+00  1.68252170903584397E+00  1.62609247462633344E+00
+  1.57084155269057146E+00  1.51677239222989280E+00  1.46388730131425993E+00
+  1.41218746176102172E+00  1.36167294548610052E+00  1.31234273248205424E+00
+  1.26419473037370889E+00  1.21722579549840870E+00  1.17143175545448663E+00
+  1.12680743305825559E+00  1.08334667164674259E+00  1.04104236166046960E+00
+  9.99886468437912512E-01  9.59870061150704501E-01  9.20983342806486638E-01
+  8.83215681244138962E-01  8.46555641044355545E-01  8.10991016276909282E-01
+  7.76508864004562538E-01  7.43095538462463012E-01  7.10736725830955152E-01
+  6.79417479519047629E-01  6.49122255875405729E-01  6.19834950243488336E-01
+  5.91538933277557799E-01  5.64217087436529541E-01  5.37851843573205035E-01
+  5.12425217537151201E-01  4.87918846710501619E-01  4.64314026397175283E-01
+  4.41591745987437501E-01  4.19732724821408332E-01  3.98717447676978864E-01
+  3.78526199809693542E-01  3.59139101474420408E-01  3.40536141861119079E-01
+  3.22697212379644771E-01  3.05602139231386849E-01  2.89230715208491806E-01
+  2.73562730664590470E-01  2.58578003604208406E-01  2.44256408841459577E-01
+  2.30577906182138193E-01  2.17522567586954013E-01  2.05070603277358959E-01
+  1.93202386749208171E-01  1.81898478663335805E-01  1.71139649586009218E-01
+  1.60906901556153531E-01  1.51181488460151142E-01  1.41944935198958400E-01
+  1.33179055636183763E-01  1.24865969319650327E-01  1.16988116972790587E-01
+  1.09528274755989294E-01  1.02469567301675071E-01  9.57954795305599599E-02
+  8.94898672599197670E-02  8.35369666181807330E-02  7.79214022833262798E-02
+  7.26281945657446804E-02  6.76427653590900985E-02  6.29509429855260177E-02
+  5.85389659643430343E-02  5.43934857353913295E-02  5.05015683710296689E-02
+  4.68506953123673728E-02  4.34287631674525748E-02  4.02240826107411395E-02
+  3.72253764246597216E-02  3.44217767253520990E-02  3.18028214157739728E-02
+  2.93584499101709889E-02  2.70789981746472827E-02  2.49551931290046304E-02
+  2.29781464553121123E-02  2.11393478587549345E-02  1.94306578262172513E-02
+  1.78442999277812868E-02  1.63728527058820232E-02  1.50092411962509300E-02
+  1.37467281240223425E-02  1.25789048174697118E-02  1.14996818807990304E-02
+  1.05032796662585179E-02  9.58421858454217360E-03  8.73730929107754614E-03
+  7.95764278430757289E-03  7.24058045051294112E-03  6.58174408808617425E-03
+  5.97700594247349472E-03  5.42247878125496664E-03  4.91450603705004003E-03
+  4.44965204412334486E-03  4.02469239273645779E-03  3.63660442345385476E-03
+  3.28255788177624422E-03  2.95990575165032107E-03  2.66617528460001826E-03
+  2.39905923944829175E-03  2.15640734585828943E-03  1.93621800322555174E-03
+  1.73663022480486100E-03  1.55591583536273531E-03  1.39247192911420609E-03
+  1.24481359323545360E-03  1.11156690084559433E-03  9.91462176025127663E-04
+  8.83327532187850044E-04  7.86082683949356690E-04  6.98733031540396481E-04
+  6.20364015797978904E-04  5.50135740831787508E-04  4.87277860607943732E-04
+  4.31084724915880722E-04  3.80910779485928749E-04  3.36166214403677693E-04
+  2.96312854420406895E-04  2.60860284284537771E-04  2.29362201814702960E-04
+  2.01412991097737261E-04  1.76644507921649210E-04  1.54723069341138709E-04
+  1.35346639118082027E-04  1.18242200678023458E-04  1.03163309172487635E-04
+  8.98878142321166281E-05  7.82157450335398759E-05  6.79673493797741706E-05
+  5.89812786061140600E-05  5.11129102672987942E-05  4.42328007336560840E-05
+  3.82252600204762273E-05  3.29870413927265007E-05  2.84261385231718881E-05
+  2.44606832329736826E-05  2.10179371070014832E-05  1.80333705486930664E-05
+  1.54498231187871808E-05  1.32167392862727383E-05  1.12894740062633222E-05
+  9.62866282622680013E-06  8.19965150726529240E-06  6.97198042932416497E-06
+  5.91891932686317676E-06  5.01704817337209452E-06  4.24588029805225577E-06
+  3.58752407506757178E-06  3.02637977420040889E-06  2.54886840088111543E-06
+  2.14318958288065908E-06  1.79910578007707689E-06  1.50775030235602438E-06
+  1.26145681872000317E-06  1.05360822799114358E-06  8.78502938118464865E-07
+  7.31236767138971267E-07  6.07598834457987029E-07  5.03979956532507263E-07
+  4.17292196537499128E-07  3.44898343487431088E-07  2.84550212927377270E-07
+  2.34334769081449705E-07  1.92627167654132515E-07  1.58049909740926774E-07
+  END     
+   CORETAIL_DENSITY   
+  0.00000000000000000E+00  1.52995941116795116E-21  6.17626792398092569E-21
+  1.40249377385743849E-20  2.51638322692470712E-20  3.96827027668649611E-20
+  5.76732256403149572E-20  7.92290404901348805E-20  1.04445788867690860E-19
+  1.33421153773513946E-19  1.66254899908677450E-19  2.03048914693335381E-19
+  2.43907250066826671E-19  2.88936165083988868E-19  3.38244169322639136E-19
+  3.91942067117415440E-19  4.50143002635479819E-19  5.12962505809876497E-19
+  5.80518539146603556E-19  6.52931545421796581E-19  7.30324496285691045E-19
+  8.12822941790365915E-19  9.00555060858559307E-19  9.93651712711225651E-19
+  1.09224648927173097E-18  1.19647576856505413E-18  1.30647876913055557E-18
+  1.42239760546735297E-18  1.54437734453158867E-18  1.67256606330531929E-18
+  1.80711490745706147E-18  1.94817815111443162E-18  2.09591325776971045E-18
+  2.25048094233949414E-18  2.41204523440005663E-18  2.58077354262041175E-18
+  2.75683672041546465E-18  2.94040913284208951E-18  3.13166872476138094E-18
+  3.33079709029070650E-18  3.53797954356977461E-18  3.75340519086517900E-18
+  3.97726700403850671E-18  4.20976189540347869E-18  4.45109079399805951E-18
+  4.70145872329805878E-18  4.96107488039901668E-18  5.23015271669396793E-18
+  5.50891002007492437E-18  5.79756899868656237E-18  6.09635636626112955E-18
+  6.40550342906409836E-18  6.72524617448059102E-18  7.05582536127333836E-18
+  7.39748661154323002E-18  7.75048050442436643E-18  8.11506267154589571E-18
+  8.49149389429371845E-18  8.88004020290555682E-18  9.28097297743367031E-18
+  9.69456905060998664E-18  1.01211108126493022E-17  1.05608863180265188E-17
+  1.10141893942648815E-17  1.14813197527727089E-17  1.19625831017667580E-17
+  1.24582912613212150E-17  1.29687622805819759E-17  1.34943205571864598E-17
+  1.40352969589302414E-17  1.45920289477223484E-17  1.51648607058717484E-17
+  1.57541432647487770E-17  1.63602346358654793E-17  1.69834999444201353E-17
+  1.76243115653518436E-17  1.82830492619519159E-17  1.89601003270797839E-17
+  1.96558597270319291E-17  2.03707302481131880E-17  2.11051226459609420E-17
+  2.18594557976733585E-17  2.26341568567939602E-17  2.34296614112055335E-17
+  2.42464136439882136E-17  2.50848664972958371E-17  2.59454818393079989E-17
+  2.68287306343141611E-17  2.77350931159886055E-17  2.86650589639155055E-17
+  2.96191274834246313E-17  3.05978077887992603E-17  3.16016189899193204E-17
+  3.26310903824033012E-17  3.36867616413144853E-17  3.47691830184974374E-17
+  3.58789155436127286E-17  3.70165312289382188E-17  3.81826132780075872E-17
+  3.93777562981570327E-17  4.06025665170528079E-17  4.18576620032744279E-17
+  4.31436728910277456E-17  4.44612416090659760E-17  4.58110231138960983E-17
+  4.71936851273506214E-17  4.86099083786061475E-17  5.00603868507308343E-17
+  5.15458280318456960E-17  5.30669531709851231E-17  5.46244975387437860E-17
+  5.62192106927997091E-17  5.78518567484032733E-17  5.95232146539250981E-17
+  6.12340784715564479E-17  6.29852576632585779E-17  6.47775773820575484E-17
+  6.66118787687851508E-17  6.84890192543655993E-17  7.04098728677531663E-17
+  7.23753305496236081E-17  7.43863004719275192E-17  7.64437083634148810E-17
+  7.85484978412403733E-17  8.07016307487637584E-17  8.29040874996601166E-17
+  8.51568674284565620E-17  8.74609891476157765E-17  8.98174909112867992E-17
+  9.22274309858486843E-17  9.46918880273713722E-17  9.72119614661229258E-17
+  9.97887718982551902E-17  1.02423461484798977E-16  1.05117194358106600E-16
+  1.07871157035878510E-16  1.10686558842916298E-16  1.13564632340744385E-16
+  1.16506633765246693E-16  1.19513843472468174E-16  1.22587566392731690E-16
+  1.25729132493224086E-16  1.28939897249211356E-16  1.32221242124039868E-16
+  1.35574575058089096E-16  1.39001330966840126E-16  1.42502972248231867E-16
+  1.46080989299474253E-16  1.49736901043496192E-16  1.53472255465206112E-16
+  1.57288630157747665E-16  1.61187632878935395E-16  1.65170902118060977E-16
+  1.69240107673259907E-16  1.73396951239637350E-16  1.77643167008350241E-16
+  1.81980522276851618E-16  1.86410818070502019E-16  1.90935889775759708E-16
+  1.95557607785164987E-16  2.00277878154338018E-16  2.05098643271209051E-16
+  2.10021882537715208E-16  2.15049613064187610E-16  2.20183890376669225E-16
+  2.25426809137401189E-16  2.30780503878723002E-16  2.36247149750633686E-16
+  2.41828963282269003E-16  2.47528203157553902E-16  2.53347171005288180E-16
+  2.59288212203939018E-16  2.65353716701409515E-16  2.71546119850062493E-16
+  2.77867903257281472E-16  2.84321595651856781E-16  2.90909773766493178E-16
+  2.97635063236733363E-16  3.04500139516605209E-16  3.11507728811301417E-16
+  3.18660609027208359E-16  3.25961610739605102E-16  3.33413618178357928E-16
+  3.41019570231950888E-16  3.48782461470183474E-16  3.56705343185888655E-16
+  3.64791324456019432E-16  3.73043573222466615E-16  3.81465317392968850E-16
+  3.90059845962492346E-16  3.98830510155457339E-16  4.07780724589196847E-16
+  4.16913968459042588E-16  4.26233786745440230E-16  4.35743791443499508E-16
+  4.45447662815394673E-16  4.55349150666044974E-16  4.65452075642497646E-16
+  4.75760330557459113E-16  4.86277881737419278E-16  4.97008770395827021E-16
+  5.07957114031777666E-16  5.19127107854685712E-16  5.30523026235431650E-16
+  5.42149224184459410E-16  5.54010138857338408E-16  5.66110291088288928E-16
+  5.78454286952194752E-16  5.91046819355627736E-16  6.03892669657421128E-16
+  6.16996709319346818E-16  6.30363901587442391E-16  6.43999303204562676E-16
+  6.57908066154737284E-16  6.72095439439916989E-16  6.86566770889708707E-16
+  7.01327509004720281E-16  7.16383204834123685E-16  7.31739513888080559E-16
+  7.47402198085673090E-16  7.63377127738995485E-16  7.79670283574080127E-16
+  7.96287758789337710E-16  8.13235761152206838E-16  8.30520615134720405E-16
+  8.48148764088713712E-16  8.66126772461400468E-16  8.84461328052070733E-16
+  9.03159244310675202E-16  9.22227462679056893E-16  9.41673054975645318E-16
+  9.61503225824385043E-16  9.81725315128752291E-16  1.00234680059167052E-15
+  1.02337530028218238E-15  1.04481857524974246E-15  1.06668453218702770E-15
+  1.08898122614213074E-15  1.11171686328108552E-15  1.13489980370164026E-15
+  1.15853856429922187E-15  1.18264182168607136E-15  1.20721841516453352E-15
+  1.23227734975548355E-15  1.25782779928294079E-15  1.28387910951589759E-15
+  1.31044080136840359E-15  1.33752257415902203E-15  1.36513430893072544E-15
+  1.39328607183236387E-15  1.42198811756284559E-15  1.45125089287918246E-15
+  1.48108504016959373E-15  1.51150140109287306E-15  1.54251102028522460E-15
+  1.57412514913584458E-15  1.60635524963251822E-15  1.63921299827848947E-15
+  1.67271029008198086E-15  1.70685924261967812E-15  1.74167220017552900E-15
+  1.77716173795629406E-15  1.81334066638524673E-15  1.85022203547545667E-15
+  1.88781913928415816E-15  1.92614552044968973E-15  1.96521497481252221E-15
+  2.00504155612196102E-15  2.04563958083007211E-15  2.08702363297447960E-15
+  2.12920856915166806E-15  2.17220952358243977E-15  2.21604191327128160E-15
+  2.26072144326134260E-15  2.30626411198679015E-15  2.35268621672438157E-15
+  2.40000435914605329E-15  2.44823545097440351E-15  2.49739671974298528E-15
+  2.54750571466335542E-15  2.59858031260081332E-15  2.65063872416088811E-15
+  2.70369949988861661E-15  2.75778153658266021E-15  2.81290408372643896E-15
+  2.86908675003841599E-15  2.92634951014373835E-15  2.98471271136950261E-15
+  3.04419708066589502E-15  3.10482373165557602E-15  3.16661417181367093E-15
+  3.22959030978074363E-15  3.29377446281127570E-15  3.35918936436014168E-15
+  3.42585817180957193E-15  3.49380447433929830E-15  3.56305230094249686E-15
+  3.63362612859015070E-15  3.70555089054671085E-15  3.77885198483976884E-15
+  3.85355528288658751E-15  3.92968713828043457E-15  4.00727439573966846E-15
+  4.08634440022254087E-15  4.16692500621084958E-15  4.24904458716551398E-15
+  4.33273204515727453E-15  4.41801682067577743E-15  4.50492890262027389E-15
+  4.59349883847540127E-15  4.68375774467537961E-15  4.77573731716013098E-15
+  4.86946984212690848E-15  4.96498820698103303E-15  5.06232591148937206E-15
+  5.16151707914039882E-15  5.26259646871460618E-15  5.36559948606913012E-15
+  5.47056219614063360E-15  5.57752133517042602E-15  5.68651432315592975E-15
+  5.79757927653270227E-15  5.91075502109131169E-15  6.02608110513329155E-15
+  6.14359781287078028E-15  6.26334617807414066E-15  6.38536799797234923E-15
+  6.50970584741071296E-15  6.63640309327065573E-15  6.76550390915651292E-15
+  6.89705329035426375E-15  7.03109706906708199E-15  7.16768192993303537E-15
+  7.30685542583005503E-15  7.44866599397343355E-15  7.59316297231134585E-15
+  7.74039661622393104E-15  7.89041811553139848E-15  8.04327961181706466E-15
+  8.19903421607104618E-15  8.35773602666045905E-15  8.51944014763242432E-15
+  8.68420270735566852E-15  8.85208087750735800E-15  9.02313289241127782E-15
+  9.19741806873395933E-15  9.37499682554538300E-15  9.55593070475105810E-15
+  9.74028239190210077E-15  9.92811573739065172E-15  1.01194957780375598E-14
+  1.03144887590794817E-14  1.05131621565630839E-14  1.07155847001536421E-14
+  1.09218263963657416E-14  1.11319585522239533E-14  1.13460537993614431E-14
+  1.15641861185644410E-14  1.17864308647711159E-14  1.20128647925329527E-14
+  1.22435660819473838E-14  1.24786143650703666E-14  1.27180907528176595E-14
+  1.29620778623640006E-14  1.32106598450493338E-14  1.34639224148013191E-14
+  1.37219528770839906E-14  1.39848401583819803E-14  1.42526748362303434E-14
+  1.45255491698001252E-14  1.48035571310499005E-14  1.50867944364536395E-14
+  1.53753585793158076E-14  1.56693488626843342E-14  1.59688664328725874E-14
+  1.62740143136016245E-14  1.65848974407742976E-14  1.69016226978925461E-14
+  1.72242989521302862E-14  1.75530370910735283E-14  1.78879500601404140E-14
+  1.82291529006935912E-14  1.85767627888576715E-14  1.89308990750549846E-14
+  1.92916833242728230E-14  1.96592393570755913E-14  2.00336932913758714E-14
+  2.04151735849782654E-14  2.08038110789103012E-14  2.11997390415550312E-14
+  2.16030932136003209E-14  2.20140118538193152E-14  2.24326357856982712E-14
+  2.28591084449268997E-14  2.32935759277671317E-14  2.37361870403170213E-14
+  2.41870933486857452E-14  2.46464492300969712E-14  2.51144119249377335E-14
+  2.55911415897699106E-14  2.60768013513225989E-14  2.65715573614833530E-14
+  2.70755788533064875E-14  2.75890381980576717E-14  2.81121109633137946E-14
+  2.86449759721374441E-14  2.91878153633461353E-14  2.97408146528965692E-14
+  3.03041627964040841E-14  3.08780522528188324E-14  3.14626790492799353E-14
+  3.20582428471689016E-14  3.26649470093854463E-14  3.32829986688673307E-14
+  3.39126087983776993E-14  3.45539922815837195E-14  3.52073679854493624E-14
+  3.58729588339677006E-14  3.65509918832569771E-14  3.72416983980455288E-14
+  3.79453139295715994E-14  3.86620783949241605E-14  3.93922361578509453E-14
+  4.01360361110613733E-14  4.08937317600519197E-14  4.16655813084815274E-14
+  4.24518477451265705E-14  4.32527989324439397E-14  4.40687076967720989E-14
+  4.48998519202006718E-14  4.57465146341392970E-14  4.66089841146166329E-14
+  4.74875539793427179E-14  4.83825232865657064E-14  4.92941966357576441E-14
+  5.02228842701623154E-14  5.11689021812393289E-14  5.21325722150404080E-14
+  5.31142221805529101E-14  5.41141859600470348E-14  5.51328036214640164E-14
+  5.61704215328827063E-14  5.72273924791037802E-14  5.83040757803890375E-14
+  5.94008374133975075E-14  6.05180501343582353E-14  6.16560936045203833E-14
+  6.28153545179239841E-14  6.39962267315339317E-14  6.51991113977793927E-14
+  6.64244170995459183E-14  6.76725599876631338E-14  6.89439639209352359E-14
+  7.02390606087612385E-14  7.15582897563932572E-14  7.29020992128796354E-14
+  7.42709451217457828E-14  7.56652920744604260E-14  7.70856132667403562E-14
+  7.85323906577459179E-14  8.00061151322198185E-14  8.15072866656248849E-14
+  8.30364144923357973E-14  8.45940172769406886E-14  8.61806232887106841E-14
+  8.77967705792965756E-14  8.94430071637098077E-14  9.11198912046522865E-14
+  9.28279912002533593E-14  9.45678861752793995E-14  9.63401658758784081E-14
+  9.81454309679272120E-14  9.99842932390445921E-14  1.01857375804341821E-13
+  1.03765313315976747E-13  1.05708752176583657E-13  1.07688350756649089E-13
+  1.09704779615908573E-13  1.11758721728835360E-13  1.13850872714300558E-13
+  1.15981941069479233E-13  1.18152648408081769E-13  1.20363729702991372E-13
+  1.22615933533385972E-13  1.24910022336432393E-13  1.27246772663632974E-13
+  1.29626975441912704E-13  1.32051436239534291E-13  1.34520975536930487E-13
+  1.37036429002543131E-13  1.39598647773764282E-13  1.42208498743071215E-13
+  1.44866864849452089E-13  1.47574645375221033E-13  1.50332756248321811E-13
+  1.53142130350218774E-13  1.56003717829484034E-13  1.58918486421180992E-13
+  1.61887421772153875E-13  1.64911527772333383E-13  1.67991826892164536E-13
+  1.71129360526277825E-13  1.74325189343512474E-13  1.77580393643412282E-13
+  1.80896073719312641E-13  1.84273350228142761E-13  1.87713364567062239E-13
+  1.91217279257064685E-13  1.94786278333672509E-13  1.98421567744856228E-13
+  2.02124375756310209E-13  2.05895953364223922E-13  2.09737574715681894E-13
+  2.13650537536839487E-13  2.17636163569014544E-13  2.21695799012841050E-13
+  2.25830814980637965E-13  2.30042607957137547E-13  2.34332600268735611E-13
+  2.38702240561417269E-13  2.43153004287518387E-13  2.47686394201486696E-13
+  2.52303940864811643E-13  2.57007203160284911E-13  2.61797768815773965E-13
+  2.66677254937677163E-13  2.71647308554242680E-13  2.76709607168932092E-13
+  2.81865859324016636E-13  2.87117805174590774E-13  2.92467217073201324E-13
+  2.97915900165284068E-13  3.03465692995610026E-13  3.09118468125944658E-13
+  3.14876132764123370E-13  3.20740629404762421E-13  3.26713936481811479E-13
+  3.32798069033174914E-13  3.38995079377615349E-13  3.45307057804180168E-13
+  3.51736133274364214E-13  3.58284474137263316E-13  3.64954288857944128E-13
+  3.71747826759283525E-13  3.78667378777520186E-13  3.85715278231779553E-13
+  3.92893901607819527E-13  4.00205669356271177E-13  4.07653046705635200E-13
+  4.15238544490309607E-13  4.22964719993927872E-13  4.30834177808282400E-13
+  4.38849570708134769E-13  4.47013600542196534E-13  4.55329019140580992E-13
+  4.63798629239032873E-13  4.72425285420248062E-13  4.81211895072588501E-13
+  4.90161419366529068E-13  4.99276874249153338E-13  5.08561331457035236E-13
+  5.18017919547845850E-13  5.27649824951036581E-13  5.37460293037938838E-13
+  5.47452629211653254E-13  5.57630200017087896E-13  5.67996434271515651E-13
+  5.78554824216032256E-13  5.89308926688309079E-13  6.00262364317013549E-13
+  6.11418826738323856E-13  6.22782071834927969E-13  6.34355926997926639E-13
+  6.46144290412074062E-13  6.58151132364764336E-13  6.70380496579232142E-13
+  6.82836501572391631E-13  6.95523342037781026E-13  7.08445290254071880E-13
+  7.21606697519624016E-13  7.35011995613547402E-13  7.48665698283788264E-13
+  7.62572402762720867E-13  7.76736791310754079E-13  7.91163632788479006E-13
+  8.05857784257883761E-13  8.20824192613155791E-13  8.36067896241650048E-13
+  8.51594026715551598E-13  8.67407810514814478E-13  8.83514570781959128E-13
+  8.99919729109292938E-13  9.16628807359189243E-13  9.33647429518009305E-13
+  9.50981323584293115E-13  9.68636323491862032E-13  9.86618371068479374E-13
+  1.00493351803069744E-12  1.02358792801560960E-12  1.04258787865014376E-12
+  1.06193976365861799E-12  1.08165009500925424E-12  1.10172550510038073E-12
+  1.12217274898703154E-12  1.14299870664873088E-12  1.16421038529918457E-12
+  1.18581492173867119E-12  1.20781958474993664E-12  1.23023177753834923E-12
+  1.25305904021719275E-12  1.27630905233889004E-12  1.29998963547302177E-12
+  1.32410875583199893E-12  1.34867452694529044E-12  1.37369521238305972E-12
+  1.39917922853017387E-12  1.42513514741148605E-12  1.45157169956934406E-12
+  1.47849777699429322E-12  1.50592243610997054E-12  1.53385490081314356E-12
+  1.56230456556998969E-12  1.59128099856958120E-12  1.62079394493568148E-12
+  1.65085332999791965E-12  1.68146926262340893E-12  1.71265203860998605E-12
+  1.74441214414215860E-12  1.77676025931094080E-12  1.80970726169876168E-12
+  1.84326423003064912E-12  1.87744244789288616E-12  1.91225340752043290E-12
+  1.94770881365435448E-12  1.98382058747055295E-12  2.02060087058112987E-12
+  2.05806202910972225E-12  2.09621665784215467E-12  2.13507758445384120E-12
+  2.17465787381531896E-12  2.21497083237738505E-12  2.25603001263727930E-12
+  2.29784921768745753E-12  2.34044250584840675E-12  2.38382419538713789E-12
+  2.42800886932289146E-12  2.47301138032167229E-12  2.51884685568129063E-12
+  2.56553070240849900E-12  2.61307861239004356E-12  2.66150656765926813E-12
+  2.71083084576008964E-12  2.76106802521011452E-12  2.81223499106477612E-12
+  2.86434894058427802E-12  2.91742738900533798E-12  2.97148817541960236E-12
+  3.02654946876073089E-12  3.08262977390215728E-12  3.13974793786757863E-12
+  3.19792315615621373E-12  3.25717497918503104E-12  3.31752331885002775E-12
+  3.37898845520881674E-12  3.44159104328675591E-12  3.50535212000883885E-12
+  3.57029311125977788E-12  3.63643583907457366E-12  3.70380252896200154E-12
+  3.77241581736347970E-12  3.84229875924982642E-12  3.91347483585840822E-12
+  3.98596796257335317E-12  4.05980249695142419E-12  4.13500324689621630E-12
+  4.21159547898350085E-12  4.28960492694046417E-12  4.36905780028161855E-12
+  4.44998079310444232E-12  4.53240109304754310E-12  4.61634639041444543E-12
+  4.70184488746603842E-12  4.78892530788474011E-12  4.87761690641367190E-12
+  4.96794947867399837E-12  5.05995337116370797E-12  5.15365949144125327E-12
+  5.24909931849745640E-12  5.34630491331906184E-12  5.44530892964763477E-12
+  5.54614462493730581E-12  5.64884587151506925E-12  5.75344716794736346E-12
+  5.85998365061683755E-12  5.96849110551297660E-12  6.07900598024080923E-12
+  6.19156539625151535E-12  6.30620716129914744E-12  6.42296978212764077E-12
+  6.54189247739223654E-12  6.66301519081987936E-12  6.78637860461280662E-12
+  6.91202415309993188E-12  7.03999403664054731E-12  7.17033123578509678E-12
+  7.30307952569759250E-12  7.43828349084472630E-12  7.57598853995648194E-12
+  7.71624092126327053E-12  7.85908773801471767E-12  8.00457696428538703E-12
+  8.15275746107251632E-12  8.30367899269146573E-12  8.45739224347414542E-12
+  8.61394883477613968E-12  8.77340134229823575E-12  8.93580331372801489E-12
+  9.10120928670767421E-12  9.26967480713392586E-12  9.44125644779611789E-12
+  9.61601182735896944E-12  9.79399962969614370E-12  9.97527962358111107E-12
+  1.01599126827421658E-11  1.03479608062879854E-11  1.05394871395108469E-11
+  1.07345559950743264E-11  1.09332328745927370E-11  1.11355844906092708E-11
+  1.13416787889805595E-11  1.15515849716749549E-11  1.17653735199922074E-11
+  1.19831162182123112E-11  1.22048861776816464E-11  1.24307578613440670E-11
+  1.26608071087256750E-11  1.28951111613813225E-11  1.31337486888114564E-11
+  1.33767998148581243E-11  1.36243461445887125E-11  1.38764707916767889E-11
+  1.41332584062889534E-11  1.43947952034872308E-11  1.46611689921563669E-11
+  1.49324692044659974E-11  1.52087869258771331E-11  1.54902149257035431E-11
+  1.57768476882379300E-11  1.60687814444534585E-11  1.63661142042912192E-11
+  1.66689457895447194E-11  1.69773778673517637E-11  1.72915139843059321E-11
+  1.76114596011981618E-11  1.79373221284007618E-11  1.82692109619053945E-11
+  1.86072375200270467E-11  1.89515152807866354E-11  1.93021598199845092E-11
+  1.96592888499777094E-11  2.00230222591739376E-11  2.03934821522557204E-11
+  2.07707928911477767E-11  2.11550811367418686E-11  2.15464758913928050E-11
+  2.19451085421999368E-11  2.23511129050886488E-11  2.27646252697067899E-11
+  2.31857844451506382E-11  2.36147318065364564E-11  2.40516113424325688E-11
+  2.44965697031682535E-11  2.49497562500357965E-11  2.54113231054014932E-11
+  2.58814252037433323E-11  2.63602203436318333E-11  2.68478692406718317E-11
+  2.73445355814225546E-11  2.78503860783148102E-11  2.83655905255825884E-11
+  2.88903218562291352E-11  2.94247562000455072E-11  2.99690729427018086E-11
+  3.05234547859304130E-11  3.10880878088219077E-11  3.16631615302535071E-11
+  3.22488689724718282E-11  3.28454067258507153E-11  3.34529750148459434E-11
+  3.40717777651692504E-11  3.47020226722035470E-11  3.53439212706830933E-11
+  3.59976890056613619E-11  3.66635453047906623E-11  3.73417136519378411E-11
+  3.80324216621606574E-11  3.87359011580694967E-11  3.94523882476012965E-11
+  4.01821234032303358E-11  4.09253515426433476E-11  4.16823221109057476E-11
+  4.24532891641467464E-11  4.32385114547905738E-11  4.40382525183638942E-11
+  4.48527807619070612E-11  4.56823695540197265E-11  4.65272973165709612E-11
+  4.73878476181038450E-11  4.82643092689670716E-11  4.91569764182045206E-11
+  5.00661486522358364E-11  5.09921310953605465E-11  5.19352345121205313E-11
+  5.28957754115532675E-11  5.38740761533730935E-11  5.48704650561143209E-11
+  5.58852765072733773E-11  5.69188510754865104E-11  5.79715356247813189E-11
+  5.90436834309389305E-11  6.01356543000078459E-11  6.12478146890078202E-11
+  6.23805378288646119E-11  6.35342038496167902E-11  6.47091999079372848E-11
+  6.59059203170105643E-11  6.71247666788115346E-11  6.83661480188287035E-11
+  6.96304809232770556E-11  7.09181896788478263E-11  7.22297064150396726E-11
+  7.35654712491219468E-11  7.49259324337763025E-11  7.63115465074672602E-11
+  7.77227784475917643E-11  7.91601018264597647E-11  8.06239989701565934E-11
+  8.21149611203425159E-11  8.36334885990417796E-11  8.51800909764779473E-11
+  8.67552872420101248E-11  8.83596059782299225E-11  8.99935855382741343E-11
+  9.16577742264157135E-11  9.33527304819920217E-11  9.50790230667319892E-11
+  9.68372312555462667E-11  9.86279450308416577E-11  1.00451765280428811E-10
+  1.02309303999085764E-10  1.04201184493847762E-10  1.06128041593090231E-10
+  1.08090521859476764E-10  1.10089283806841105E-10  1.12124998121078639E-10
+  1.14198347885119715E-10  1.16310028808060346E-10  1.18460749458527445E-10
+  1.20651231502357757E-10  1.22882209944667216E-10  1.25154433376395660E-10
+  1.27468664225407083E-10  1.29825679012230201E-10  1.32226268610525812E-10
+  1.34671238512366027E-10  1.37161409098417717E-10  1.39697615913117950E-10
+  1.42280709944934801E-10  1.44911557911807142E-10  1.47591042551860497E-10
+  1.50320062919492342E-10  1.53099534686932265E-10  1.55930390451372767E-10
+  1.58813580047776004E-10  1.61750070867461244E-10  1.64740848182580335E-10
+  1.67786915476586087E-10  1.70889294780811411E-10  1.74049027017265582E-10
+  1.77267172347765155E-10  1.80544810529517500E-10  1.83883041277273352E-10
+  1.87282984632172333E-10  1.90745781337406275E-10  1.94272593220817916E-10
+  1.97864603584575961E-10  2.01523017602047456E-10  2.05249062722003567E-10
+  2.09043989080294556E-10  2.12909069919131680E-10  2.16845602014116161E-10
+  2.20854906109158289E-10  2.24938327359433083E-10  2.29097235782520565E-10
+  2.33333026717880313E-10  2.37647121294820134E-10  2.42040966909103004E-10
+  2.46516037708368834E-10  2.51073835086519437E-10  2.55715888187240734E-10
+  2.60443754416826563E-10  2.65259019966477989E-10  2.70163300344252505E-10
+  2.75158240916841487E-10  2.80245517461356735E-10  2.85426836727311090E-10
+  2.90703937008986470E-10  2.96078588728366146E-10  3.01552595028847239E-10
+  3.07127792379916322E-10  3.12806051192996700E-10  3.18589276448674607E-10
+  3.24479408335510991E-10  3.30478422900655977E-10  3.36588332712481957E-10
+  3.42811187535457866E-10  3.49149075017489900E-10  3.55604121389965342E-10
+  3.62178492180715717E-10  3.68874392940163290E-10  3.75694069980874868E-10
+  3.82639811130777420E-10  3.89713946500288484E-10  3.96918849263615804E-10
+  4.04256936454489163E-10  4.11730669776590635E-10  4.19342556428954538E-10
+  4.27095149946611859E-10  4.34991051056763545E-10  4.43032908550771664E-10
+  4.51223420172243357E-10  4.59565333521532319E-10  4.68061446976938772E-10
+  4.76714610632923617E-10  4.85527727255652333E-10  4.94503753256185578E-10
+  5.03645699681643088E-10  5.12956633224673079E-10  5.22439677251564955E-10
+  5.32098012849344574E-10  5.41934879892219642E-10  5.51953578127695983E-10
+  5.62157468282774858E-10  5.72549973190563136E-10  5.83134578937692330E-10
+  5.93914836032924419E-10  6.04894360597337262E-10  6.16076835576487161E-10
+  6.27466011974949460E-10  6.39065710113662644E-10  6.50879820910475999E-10
+  6.62912307184350908E-10  6.75167204983644276E-10  6.87648624938895625E-10
+  7.00360753640614382E-10  7.13307855042490768E-10  7.26494271890514504E-10
+  7.39924427178475919E-10  7.53602825630338752E-10  7.67534055209976599E-10
+  7.81722788658778114E-10  7.96173785061637217E-10  8.10891891441845416E-10
+  8.25882044385438984E-10  8.41149271695496804E-10  8.56698694077006671E-10
+  8.72535526852809080E-10  8.88665081711214379E-10  9.05092768485880897E-10
+  9.21824096968532456E-10  9.38864678755135742E-10  9.56220229126142850E-10
+  9.73896568961437456E-10  9.91899626690609046E-10  1.01023544027923547E-09
+  1.02891015925177999E-09  1.04793004675184985E-09  1.06730148164045074E-09
+  1.08703096063295742E-09  1.10712510047551302E-09  1.12759064016157773E-09
+  1.14843444318937090E-09  1.16966349986095833E-09  1.19128492962374768E-09
+  1.21330598345518150E-09  1.23573404629140881E-09  1.25857663950077348E-09
+  1.28184142340288818E-09  1.30553619983420349E-09  1.32966891476087764E-09
+  1.35424766093983317E-09  1.37928068062888882E-09  1.40477636834686605E-09
+  1.43074327368459193E-09  1.45719010416773012E-09  1.48412572817240123E-09
+  1.51155917789455110E-09  1.53949965237408653E-09  1.56795652057471189E-09
+  1.59693932452059389E-09  1.62645778249081931E-09  1.65652179227273405E-09
+  1.68714143447525638E-09  1.71832697590324676E-09  1.75008887299407580E-09
+  1.78243777531750833E-09  1.81538452914010099E-09  1.84894018105525334E-09
+  1.88311598168019355E-09  1.91792338942099997E-09  1.95337407430705953E-09
+  1.98947992189612967E-09  2.02625303725134170E-09  2.06370574899146003E-09
+  2.10185061341574159E-09  2.14070041870476179E-09  2.18026818919860670E-09
+  2.22056718975384636E-09  2.26161093018073629E-09  2.30341316976210148E-09
+  2.34598792185547563E-09  2.38934945857986313E-09  2.43351231558886810E-09
+  2.47849129693164196E-09  2.52430148000329304E-09  2.57095822058642381E-09
+  2.61847715798542478E-09  2.66687422025525687E-09  2.71616562952642867E-09
+  2.76636790742795450E-09  2.81749788061005181E-09  2.86957268636848504E-09
+  2.92260977837224499E-09  2.97662693249668758E-09  3.03164225276386270E-09
+  3.08767417739210876E-09  3.14474148495685419E-09  3.20286330066469345E-09
+  3.26205910274278153E-09  3.32234872894568111E-09  3.38375238318178071E-09
+  3.44629064226149407E-09  3.50998446276943453E-09  3.57485518806291100E-09
+  3.64092455539886484E-09  3.70821470319184122E-09  3.77674817840519244E-09
+  3.84654794407802900E-09  3.91763738699037808E-09  3.99004032546906570E-09
+  4.06378101733689222E-09  4.13888416800771052E-09  4.21537493873007239E-09
+  4.29327895498212409E-09  4.37262231502059247E-09  4.45343159858646299E-09
+  4.53573387577048897E-09  4.61955671604119464E-09  4.70492819743846075E-09
+  4.79187691593565233E-09  4.88043199497336909E-09  4.97062309516792695E-09
+  5.06248042419777854E-09  5.15603474687103164E-09  5.25131739537742896E-09
+  5.34836027972817473E-09  5.44719589838675245E-09  5.54785734909461224E-09
+  5.65037833989493248E-09  5.75479320035816954E-09  5.86113689301304208E-09
+  5.96944502498666788E-09  6.07975385985764103E-09  6.19210032972588410E-09
+  6.30652204750323854E-09  6.42305731942871474E-09  6.54174515781251966E-09
+  6.66262529401308213E-09  6.78573819165094392E-09  6.91112506006425603E-09
+  7.03882786800991388E-09  7.16888935761485829E-09  7.30135305858206788E-09
+  7.43626330265580805E-09  7.57366523835080768E-09  7.71360484595011981E-09
+  7.85612895277650940E-09  8.00128524874221141E-09  8.14912230218230428E-09
+  8.29968957597629127E-09  8.45303744396369995E-09  8.60921720765848573E-09
+  8.76828111326781632E-09  8.93028236902061889E-09  9.09527516281150625E-09
+  9.26331468016561779E-09  9.43445712253022979E-09  9.60875972589890393E-09
+  9.78628077977409987E-09  9.96707964647448899E-09  1.01512167807926452E-08
+  1.03387537500099684E-08  1.05297532542747823E-08  1.07242791473502024E-08
+  1.09223964577383408E-08  1.11241714101875557E-08  1.13296714475895277E-08
+  1.15389652532730871E-08  1.17521227737018416E-08  1.19692152415827171E-08
+  1.21903151993926905E-08  1.24154965233313605E-08  1.26448344477062061E-08
+  1.28784055897590737E-08  1.31162879749410321E-08  1.33585610626436581E-08
+  1.36053057723949315E-08  1.38566045105277519E-08  1.41125411973294256E-08
+  1.43732012946806467E-08  1.46386718341924263E-08  1.49090414458497525E-08
+  1.51844003871711044E-08  1.54648405728920691E-08  1.57504556051832908E-08
+  1.60413408044112489E-08  1.63375932404516100E-08  1.66393117645648277E-08
+  1.69465970418436626E-08  1.72595515842425631E-08  1.75782797841990836E-08
+  1.79028879488574598E-08  1.82334843349048173E-08  1.85701791840306242E-08
+  1.89130847590203534E-08  1.92623153804933957E-08  1.96179874642976258E-08
+  1.99802195595708972E-08  2.03491323874812352E-08  2.07248488806573592E-08
+  2.11074942233213718E-08  2.14971958921354034E-08  2.18940836977746617E-08
+  2.22982898272389768E-08  2.27099488869155030E-08  2.31291979464055670E-08
+  2.35561765831277251E-08  2.39910269277113709E-08  2.44338937101932803E-08
+  2.48849243070309904E-08  2.53442687889465722E-08  2.58120799696149285E-08
+  2.62885134552104563E-08  2.67737276948267128E-08  2.72678840317832727E-08
+  2.77711467558347143E-08  2.82836831562971782E-08  2.88056635761061025E-08
+  2.93372614668226183E-08  2.98786534446026881E-08  3.04300193471452414E-08
+  3.09915422916355052E-08  3.15634087336996416E-08  3.21458085273870656E-08
+  3.27389349861972957E-08  3.33429849451682500E-08  3.39581588240429803E-08
+  3.45846606915322490E-08  3.52226983306912316E-08  3.58724833054262209E-08
+  3.65342310281519728E-08  3.72081608286161045E-08  3.78944960239096698E-08
+  3.85934639896825854E-08  3.93052962325829871E-08  4.00302284639394551E-08
+  4.07685006747056745E-08  4.15203572116871408E-08  4.22860468550696492E-08
+  4.30658228972705569E-08  4.38599432231305892E-08  4.46686703914703868E-08
+  4.54922717180295631E-08  4.63310193598105525E-08  4.71851904008483198E-08
+  4.80550669394271129E-08  4.89409361767659698E-08  4.98430905071949253E-08
+  5.07618276098438194E-08  5.16974505418657509E-08  5.26502678332187935E-08
+  5.36205935830257479E-08  5.46087475575387430E-08  5.56150552897283141E-08
+  5.66398481805218595E-08  5.76834636017144906E-08  5.87462450005754968E-08
+  5.98285420061744918E-08  6.09307105374510458E-08  6.20531129130515050E-08
+  6.31961179629575917E-08  6.43601011419302942E-08  6.55454446447954185E-08
+  6.67525375235911699E-08  6.79817758066076222E-08  6.92335626193388931E-08
+  7.05083083073743242E-08  7.18064305612532417E-08  7.31283545433082853E-08
+  7.44745130165219902E-08  7.58453464754220170E-08  7.72413032790394110E-08
+  7.86628397859551279E-08  8.01104204914611244E-08  8.15845181668566340E-08
+  8.30856140009104906E-08  8.46141977435094464E-08  8.61707678515195613E-08
+  8.77558316368837860E-08  8.93699054169814408E-08  9.10135146672728565E-08
+  9.26871941762532663E-08  9.43914882027404971E-08  9.61269506355184459E-08
+  9.78941451553612078E-08  9.96936453994607795E-08  1.01526035128277594E-07
+  1.03391908394841445E-07  1.05291869716520154E-07  1.07226534249279667E-07
+  1.09196527964454769E-07  1.11202487828052181E-07  1.13245061982604503E-07
+  1.15324909931594731E-07  1.17442702726469513E-07  1.19599123156258184E-07
+  1.21794865939817201E-07  1.24030637920709475E-07  1.26307158264742330E-07
+  1.28625158660171860E-07  1.30985383520589273E-07  1.33388590190500806E-07
+  1.35835549153612738E-07  1.38327044243830497E-07  1.40863872858980263E-07
+  1.43446846177261044E-07  1.46076789376431415E-07  1.48754541855737945E-07
+  1.51480957460581531E-07  1.54256904709930684E-07  1.57083267026474220E-07
+  1.59960942969513501E-07  1.62890846470588394E-07  1.65873907071829718E-07
+  1.68911070167029800E-07  1.72003297245417924E-07  1.75151566138128779E-07
+  1.78356871267344690E-07  1.81620223898094392E-07  1.84942652392687173E-07
+  1.88325202467749863E-07  1.91768937453849608E-07  1.95274938557662425E-07
+  1.98844305126654453E-07  2.02478154916238898E-07  2.06177624359364231E-07
+  2.09943868838487908E-07  2.13778062959885724E-07  2.17681400830239722E-07
+  2.21655096335447294E-07  2.25700383421588761E-07  2.29818516377975766E-07
+  2.34010770122218175E-07  2.38278440487221020E-07  2.42622844510028585E-07
+  2.47045320722424285E-07  2.51547229443188926E-07  2.56129953071912031E-07
+  2.60794896384246935E-07  2.65543486828490840E-07  2.70377174823364711E-07
+  2.75297434056859779E-07  2.80305761786014787E-07  2.85403679137461701E-07
+  2.90592731408598758E-07  2.95874488369213922E-07  3.01250544563383678E-07
+  3.06722519611463359E-07  3.12292058511971701E-07  3.17960831943163213E-07
+  3.23730536564068555E-07  3.29602895314779208E-07  3.35579657715724753E-07
+  3.41662600165706497E-07  3.47853526238393519E-07  3.54154266977033071E-07
+  3.60566681187055563E-07  3.67092655726279331E-07  3.73734105792385042E-07
+  3.80492975207323152E-07  3.87371236698297129E-07  3.94370892174951065E-07
+  4.01493973002367182E-07  4.08742540269469339E-07  4.16118685052406290E-07
+  4.23624528672451561E-07  4.31262222947974259E-07  4.39033950439977940E-07
+  4.46941924690695383E-07  4.54988390454710112E-07  4.63175623922044332E-07
+  4.71505932932629099E-07  4.79981657181549987E-07  4.88605168414432125E-07
+  4.97378870612301696E-07  5.06305200165232984E-07  5.15386626034068990E-07
+  5.24625649899436758E-07  5.34024806297314047E-07  5.43586662740299252E-07
+  5.53313819823750876E-07  5.63208911315903365E-07  5.73274604231043241E-07
+  5.83513598884781173E-07  5.93928628930424530E-07  6.04522461375409075E-07
+  6.15297896576706990E-07  6.26257768214097478E-07  6.37404943240102885E-07
+  6.48742321805411045E-07  6.60272837158491501E-07  6.71999455518105930E-07
+  6.83925175917337295E-07  6.96053030017732921E-07  7.08386081892075278E-07
+  7.20927427774259603E-07  7.33680195774685966E-07  7.46647545559517110E-07
+  7.59832667992104844E-07  7.73238784734770949E-07  7.86869147809155150E-07
+  8.00727039113175728E-07  8.14815769892643916E-07  8.29138680165471646E-07
+  8.43699138096338577E-07  8.58500539319625938E-07  8.73546306208311055E-07
+  8.88839887086471606E-07  9.04384755382931571E-07  9.20184408723513177E-07
+  9.36242367959279088E-07  9.52562176127993249E-07  9.69147397346043082E-07
+  9.86001615627864016E-07  1.00312843362986142E-06  1.02053147131570457E-06
+  1.03821436453977183E-06  1.05618076354540297E-06  1.07443433137450774E-06
+  1.09297874218497498E-06  1.11181767947218610E-06  1.13095483419084892E-06
+  1.15039390277318156E-06  1.17013858503944497E-06  1.19019258199659560E-06
+  1.21055959352075391E-06  1.23124331591902721E-06  1.25224743936608836E-06
+  1.27357564521077740E-06  1.29523160314782343E-06  1.31721896824967043E-06
+  1.33954137785319819E-06  1.36220244829600948E-06  1.38520577149679029E-06
+  1.40855491137402791E-06  1.43225340009733528E-06  1.45630473416533972E-06
+  1.48071237030396460E-06  1.50547972117881400E-06  1.53061015091510198E-06
+  1.55610697041846953E-06  1.58197343248981886E-06  1.60821272672710760E-06
+  1.63482797420689568E-06  1.66182222193823208E-06  1.68919843708124127E-06
+  1.71695950092270378E-06  1.74510820260061087E-06  1.77364723256955202E-06
+  1.80257917579859988E-06  1.83190650469317309E-06  1.86163157173215681E-06
+  1.89175660181140002E-06  1.92228368428451233E-06  1.95321476469171334E-06
+  1.98455163616733975E-06  2.01629593051633384E-06  2.04844910895007154E-06
+  2.08101245247153257E-06  2.11398705189976810E-06  2.14737379752346266E-06
+  2.18117336837322932E-06  2.21538622110216561E-06  2.25001257846409205E-06
+  2.28505241737877410E-06  2.32050545657334342E-06  2.35637114378907899E-06
+  2.39264864254266079E-06  2.42933681843086800E-06  2.46643422496788365E-06
+  2.50393908894417173E-06  2.54184929529603351E-06  2.58016237147496935E-06
+  2.61887547130611272E-06  2.65798535832504407E-06  2.69748838858253317E-06
+  2.73738049290690060E-06  2.77765715861394464E-06  2.81831341065471319E-06
+  2.85934379219157209E-06  2.90074234459368444E-06  2.94250258684317773E-06
+  2.98461749434397067E-06  3.02707947712571428E-06  3.06988035743601808E-06
+  3.11301134671477972E-06  3.15646302194533004E-06  3.20022530137794489E-06
+  3.24428741962230727E-06  3.28863790210663531E-06  3.33326453890226185E-06
+  3.37815435791407522E-06  3.42329359743838261E-06  3.46866767809157590E-06
+  3.51426117411467465E-06  3.56005778406070069E-06  3.60604030087401554E-06
+  3.65219058137290539E-06  3.69848951514930101E-06  3.74491699290208474E-06
+  3.79145187422337588E-06  3.83807195486042819E-06  3.88475393347889393E-06
+  3.93147337795728260E-06  3.97820469124605254E-06  4.02492107682921307E-06
+  4.07159450383093443E-06  4.11819567181456266E-06  4.16469397532681493E-06
+  4.21105746824567311E-06  4.25725282799667822E-06  4.30324531970894319E-06
+  4.34899876038938353E-06  4.39447548320115690E-06  4.43963630194078011E-06
+  4.48444047581688892E-06  4.52884567464322584E-06  4.57280794456842739E-06
+  4.61628167447606764E-06  4.65921956319988636E-06  4.70157258771157522E-06
+  4.74328997245167229E-06  4.78431915998829414E-06  4.82460578320347918E-06
+  4.86409363922317375E-06  4.90272466532391523E-06  4.94043891706797587E-06
+  4.97717454893806524E-06  5.01286779776384232E-06  5.04745296925474974E-06
+  5.08086242797757184E-06  5.11302659114249170E-06  5.14387392658853169E-06
+  5.17333095538813574E-06  5.20132225952139963E-06  5.22777049510322575E-06
+  5.25259641168151182E-06  5.27571887816175304E-06  5.29705491595285331E-06
+  5.31651973997109656E-06  5.33402680818398988E-06  5.34948788042336428E-06
+  5.36281308724778283E-06  5.37391100968822013E-06  5.38268877076830787E-06
+  5.38905213975139183E-06  5.39290565013144387E-06  5.39415273245371237E-06
+  5.39269586312425717E-06  5.38843673044520389E-06  5.38127641919525354E-06
+  5.37111561516272913E-06  5.35785483113169513E-06  5.34139465592070702E-06
+  5.32163602817890759E-06  5.29848053675587344E-06  5.27183074958007328E-06
+  5.24159057310678495E-06  5.20766564452968233E-06  5.16996375909237994E-06
+  5.12839533498626580E-06  5.08287391848097380E-06  5.03331673210298467E-06
+  4.97964526885765562E-06  4.92178593568051596E-06  4.85967074950599283E-06
+  4.79323808955605056E-06  4.72243350967879123E-06  4.64721061480814134E-06
+  4.56753200587157895E-06  4.48337029774408569E-06  4.39470921513375382E-06
+  4.30154477158951811E-06  4.20388653714441856E-06  4.10175900045028587E-06
+  3.99520303162265558E-06  3.88427745239938553E-06  3.76906072062420470E-06
+  3.64965273649819941E-06  3.52617677850019037E-06  3.39878157736164617E-06
+  3.26764353699614994E-06  3.13296911182696058E-06  2.99499735053373625E-06
+  2.85400261684982633E-06  2.71029749868882174E-06  2.56423591756426551E-06
+  2.41621645099250917E-06  2.26668588133727387E-06  2.11614298536870616E-06
+  1.96514257967181700E-06  1.81429983795236560E-06  1.66429489725427051E-06
+  1.51587777112744088E-06  1.36987358886701796E-06  1.22718818109383779E-06
+  1.08881403315961853E-06  9.55836629146979502E-07  8.29441210595077322E-07
+  7.10919975523063152E-07  6.01679744848701387E-07  5.03250124913838260E-07
+  4.17292196537507069E-07  3.44898343487431088E-07  2.84550212927377270E-07
+  2.34334769081449705E-07  1.92627167654132515E-07  1.58049909740926774E-07
+  END     
+   PSEUDO_VALENCE_DENSITY          1762
+  0.00000000000000000E+00  8.71444815671329049E-16  3.51792120971467015E-15
+  7.98842060330460108E-15  1.43329888449250373E-14  2.26027470700102036E-14
+  3.28499129587552312E-14  4.51278223995729865E-14  5.94909515658131789E-14
+  7.59949394134969308E-14  9.46966106079734157E-14  1.15653998887541388E-13
+  1.38926370872240377E-13  1.64574250326152160E-13  1.92659442881733104E-13
+  2.23245061234829535E-13  2.56395550819207492E-13  2.92176715969590696E-13
+  3.30655746582355016E-13  3.71901245283218920E-13  4.15983255111423017E-13
+  4.62973287730082403E-13  5.12944352172563343E-13  5.65970984134944879E-13
+  6.22129275824760444E-13  6.81496906376484827E-13  7.44153172844330397E-13
+  8.10179021783209334E-13  8.79657081428833320E-13  9.52671694488199715E-13
+  1.02930895155186876E-12  1.10965672513967545E-12  1.19380470439173947E-12
+  1.28184443041683005E-12  1.37386933231039698E-12  1.46997476385480064E-12
+  1.57025804091448251E-12  1.67481847953909874E-12  1.78375743478783694E-12
+  1.89717834028840287E-12  2.01518674854443895E-12  2.13789037200532841E-12
+  2.26539912491267057E-12  2.39782516593791502E-12  2.53528294162597301E-12
+  2.67788923065984477E-12  2.82576318896159794E-12  2.97902639564536262E-12
+  3.13780289983820852E-12  3.30221926838515622E-12  3.47240463445481806E-12
+  3.64849074706249864E-12  3.83061202152786730E-12  4.01890559088470570E-12
+  4.21351135826042457E-12  4.41457205024354028E-12  4.62223327125749408E-12
+  4.83664355895963256E-12  5.05795444068446079E-12  5.28632049095068845E-12
+  5.52189939005185035E-12  5.76485198375083977E-12  6.01534234409881701E-12
+  6.27353783139957561E-12  6.53960915734067435E-12  6.81373044931311874E-12
+  7.09607931594174727E-12  7.38683691384895295E-12  7.68618801567463766E-12
+  7.99432107937594581E-12  8.31142831883055549E-12  8.63770577576782065E-12
+  8.97335339305261936E-12  9.31857508934701520E-12  9.67357883517544860E-12
+  1.00385767304196663E-11  1.04137850832699217E-11  1.07994244906597332E-11
+  1.11957199202117336E-11  1.16029007937227394E-11  1.20212010722168898E-11
+  1.24508593425958689E-11  1.28921189059160817E-11  1.33452278673229917E-11
+  1.38104392276737186E-11  1.42880109768789129E-11  1.47782061889964248E-11
+  1.52812931191090107E-11  1.57975453020194140E-11  1.63272416527968228E-11
+  1.68706665692088343E-11  1.74281100360743669E-11  1.79998677315730676E-11
+  1.85862411355476850E-11  1.91875376398366442E-11  1.98040706606742371E-11
+  2.04361597531973995E-11  2.10841307280978614E-11  2.17483157704599065E-11
+  2.24290535608241608E-11  2.31266893985188753E-11  2.38415753273011543E-11
+  2.45740702633506800E-11  2.53245401256600731E-11  2.60933579688661660E-11
+  2.68809041185678333E-11  2.76875663091765293E-11  2.85137398243465466E-11
+  2.93598276400331634E-11  3.02262405702274463E-11  3.11133974154173020E-11
+  3.20217251138259817E-11  3.29516588954789647E-11  3.39036424391525680E-11
+  3.48781280322570569E-11  3.58755767337097997E-11  3.68964585398528616E-11
+  3.79412525534727574E-11  3.90104471559790529E-11  4.01045401828015123E-11
+  4.12240391020646844E-11  4.23694611966013319E-11  4.35413337493668077E-11
+  4.47401942323172755E-11  4.59665904988162046E-11  4.72210809796351848E-11
+  4.85042348826150150E-11  4.98166323960556249E-11  5.11588648959040552E-11
+  5.25315351568110772E-11  5.39352575671279321E-11  5.53706583479167187E-11
+  5.68383757760493800E-11  5.83390604114699992E-11  5.98733753286993827E-11
+  6.14419963526589661E-11  6.30456122988959030E-11  6.46849252182899872E-11
+  6.63606506463256669E-11  6.80735178570147280E-11  6.98242701215555292E-11
+  7.16136649718156572E-11  7.34424744687301276E-11  7.53114854757037191E-11
+  7.72214999371119841E-11  7.91733351619946787E-11  8.11678241130390000E-11
+  8.32058157009499145E-11  8.52881750843075116E-11  8.74157839750146118E-11
+  8.95895409494363080E-11  9.18103617653387667E-11  9.40791796847343443E-11
+  9.63969458027424518E-11  9.87646293825778899E-11  1.01183218196780609E-10
+  1.03653718874802395E-10  1.06177157257069144E-10  1.08754578755637017E-10
+  1.11387048721567747E-10  1.14075652819145450E-10  1.16821497407061675E-10
+  1.19625709926700834E-10  1.22489439297654146E-10  1.25413856320598390E-10
+  1.28400154087675551E-10  1.31449548400512807E-10  1.34563278196023598E-10
+  1.37742605980134973E-10  1.40988818269588888E-10  1.44303226041965040E-10
+  1.47687165194079908E-10  1.51141997008916015E-10  1.54669108631240857E-10
+  1.58269913552074979E-10  1.61945852102174413E-10  1.65698391954695198E-10
+  1.69529028637208623E-10  1.73439286053241647E-10  1.77430717013519435E-10
+  1.81504903777088920E-10  1.85663458602507347E-10  1.89908024309281555E-10
+  1.94240274849750141E-10  1.98661915891598533E-10  2.03174685411208664E-10
+  2.07780354298038851E-10  2.12480726970244593E-10  2.17277642001741520E-10
+  2.22172972760928955E-10  2.27168628061287400E-10  2.32266552824069085E-10
+  2.37468728753307074E-10  2.42777175023373221E-10  2.48193948979312545E-10
+  2.53721146850195472E-10  2.59360904475727211E-10  2.65115398046360582E-10
+  2.70986844857161489E-10  2.76977504075682389E-10  2.83089677524106124E-10
+  2.89325710475918769E-10  2.95687992467385603E-10  3.02178958124104146E-10
+  3.08801088002910969E-10  3.15556909449427221E-10  3.22448997471537479E-10
+  3.29479975629089908E-10  3.36652516940123647E-10  3.43969344803926173E-10
+  3.51433233941236715E-10  3.59047011351908770E-10  3.66813557290357148E-10
+  3.74735806259120491E-10  3.82816748020873114E-10  3.91059428629226363E-10
+  3.99466951478673571E-10  4.08042478374025239E-10  4.16789230619701844E-10
+  4.25710490129249692E-10  4.34809600555452968E-10  4.44089968441426946E-10
+  4.53555064393080236E-10  4.63208424273334716E-10  4.73053650418520779E-10
+  4.83094412877344900E-10  4.93334450672852247E-10  5.03777573087814068E-10
+  5.14427660973970398E-10  5.25288668085563391E-10  5.36364622437630232E-10
+  5.47659627689487633E-10  5.59177864553899664E-10  5.70923592232388829E-10
+  5.82901149877176994E-10  5.95114958080255861E-10  6.07569520390085280E-10
+  6.20269424856424702E-10  6.33219345603831290E-10  6.46424044434348828E-10
+  6.59888372459921570E-10  6.73617271765097377E-10  6.87615777100574032E-10
+  7.01889017608150205E-10  7.16442218577683641E-10  7.31280703236632003E-10
+  7.46409894572782263E-10  7.61835317190792136E-10  7.77562599203160840E-10
+  7.93597474156267039E-10  8.09945782992131581E-10  8.26613476046550021E-10
+  8.43606615084291319E-10  8.60931375372029824E-10  8.78594047789709825E-10
+  8.96601040981070293E-10  9.14958883544044981E-10  9.33674226261758606E-10
+  9.52753844374908615E-10  9.72204639896269487E-10  9.92033643968098534E-10
+  1.01224801926326121E-09  1.03285506243086318E-09  1.05386220658721724E-09
+  1.07527702385299116E-09  1.09710722793739124E-09  1.11936067677023781E-09
+  1.14204537518284184E-09  1.16516947763856249E-09  1.18874129101398356E-09
+  1.21276927743164187E-09  1.23726205714524606E-09  1.26222841147838356E-09
+  1.28767728581768607E-09  1.31361779266146431E-09  1.34005921472484699E-09
+  1.36701100810246956E-09  1.39448280548975514E-09  1.42248441946390846E-09
+  1.45102584582570751E-09  1.48011726700320394E-09  1.50976905551851101E-09
+  1.53999177751882651E-09  1.57079619637287446E-09  1.60219327633399049E-09
+  1.63419418627108652E-09  1.66681030346871722E-09  1.70005321749758572E-09
+  1.73393473415672817E-09  1.76846687948875312E-09  1.80366190386946813E-09
+  1.83953228617325613E-09  1.87609073801563121E-09  1.91335020807439231E-09
+  1.95132388649080247E-09  1.99002520935232499E-09  2.02946786325838727E-09
+  2.06966578997071037E-09  2.11063319114978532E-09  2.15238453317910209E-09
+  2.19493455207869391E-09  2.23829825850973126E-09  2.28249094287179541E-09
+  2.32752818049454966E-09  2.37342583692559612E-09  2.42020007331623416E-09
+  2.46786735190699259E-09  2.51644444161474587E-09  2.56594842372329773E-09
+  2.61639669767935509E-09  2.66780698699585718E-09  2.72019734526459051E-09
+  2.77358616228018084E-09  2.82799217027748665E-09  2.88343445028447983E-09
+  2.93993243859277709E-09  2.99750593334800835E-09  3.05617510126217275E-09
+  3.11596048445033109E-09  3.17688300739386932E-09  3.23896398403269253E-09
+  3.30222512498874391E-09  3.36668854492327622E-09  3.43237677003031987E-09
+  3.49931274566894315E-09  3.56751984413674949E-09  3.63702187258736530E-09
+  3.70784308109448564E-09  3.78000817086519574E-09  3.85354230260538217E-09
+  3.92847110504001904E-09  4.00482068359114958E-09  4.08261762921656080E-09
+  4.16188902741208853E-09  4.24266246738053732E-09  4.32496605137035433E-09
+  4.40882840418721294E-09  4.49427868288160715E-09  4.58134658661581760E-09
+  4.67006236671353896E-09  4.76045683689546657E-09  4.85256138370443737E-09
+  4.94640797712346927E-09  5.04202918139037509E-09  5.13945816601257572E-09
+  5.23872871698572391E-09  5.33987524822003978E-09  5.44293281317813901E-09
+  5.54793711672820430E-09  5.65492452721658715E-09  5.76393208876389477E-09
+  5.87499753378854349E-09  5.98815929576219895E-09  6.10345652220127541E-09
+  6.22092908789881134E-09  6.34061760840129797E-09  6.46256345373493091E-09
+  6.58680876238581283E-09  6.71339645553899919E-09  6.84237025158093064E-09
+  6.97377468087036747E-09  7.10765510078261205E-09  7.24405771103214546E-09
+  7.38302956927882159E-09  7.52461860702291269E-09  7.66887364579417467E-09
+  7.81584441364064208E-09  7.96558156192244346E-09  8.11813668241640917E-09
+  8.27356232473719979E-09  8.43191201408082168E-09  8.59324026929640405E-09
+  8.75760262129244667E-09  8.92505563178364579E-09  9.09565691238452398E-09
+  9.26946514405646447E-09  9.44654009691453935E-09  9.62694265040076556E-09
+  9.81073481383075015E-09  9.99797974732036388E-09  1.01887417830997173E-08
+  1.03830864472214652E-08  1.05810804816707312E-08  1.07827918668841546E-08
+  1.09882898446855840E-08  1.11976449416460438E-08  1.14109289928760303E-08
+  1.16282151662578841E-08  1.18495779871265382E-08  1.20750933634068654E-08
+  1.23048386112161752E-08  1.25388924809402047E-08  1.27773351837917253E-08
+  1.30202484188603862E-08  1.32677154006629591E-08  1.35198208872034121E-08
+  1.37766512085519353E-08  1.40382942959527253E-08  1.43048397114703910E-08
+  1.45763786781845615E-08  1.48530041109432392E-08  1.51348106476851412E-08
+  1.54218946813412193E-08  1.57143543923265744E-08  1.60122897816333688E-08
+  1.63158027045358220E-08  1.66249969049187954E-08  1.69399780502414559E-08
+  1.72608537671475306E-08  1.75877336777344498E-08  1.79207294364934172E-08
+  1.82599547679325683E-08  1.86055255048963870E-08  1.89575596275937711E-08
+  1.93161773033479186E-08  1.96815009270818256E-08  2.00536551625522976E-08
+  2.04327669843468446E-08  2.08189657206574825E-08  2.12123830968454934E-08
+  2.16131532798122210E-08  2.20214129231904883E-08  2.24373012133718323E-08
+  2.28609599163852014E-08  2.32925334256427734E-08  2.37321688105686629E-08
+  2.41800158661273499E-08  2.46362271632680979E-08  2.51009581003022344E-08
+  2.55743669552309065E-08  2.60566149390407157E-08  2.65478662499847254E-08
+  2.70482881288679607E-08  2.75580509153549064E-08  2.80773281053188517E-08
+  2.86062964092517240E-08  2.91451358117541943E-08  2.96940296321261239E-08
+  3.02531645860777256E-08  3.08227308485817974E-08  3.14029221178886774E-08
+  3.19939356807248615E-08  3.25959724786978516E-08  3.32092371759285075E-08
+  3.38339382279347898E-08  3.44702879517892498E-08  3.51185025975738481E-08
+  3.57788024211564764E-08  3.64514117583136330E-08  3.71365591002231737E-08
+  3.78344771703539856E-08  3.85454030027772604E-08  3.92695780219259687E-08
+  4.00072481238297137E-08  4.07586637588516390E-08  4.15240800159552693E-08
+  4.23037567085300781E-08  4.30979584618040434E-08  4.39069548018727728E-08
+  4.47310202463751549E-08  4.55704343968455996E-08  4.64254820327743007E-08
+  4.72964532074071056E-08  4.81836433453166766E-08  4.90873533417781298E-08
+  5.00078896639827096E-08  5.09455644541222473E-08  5.19006956343810656E-08
+  5.28736070138685148E-08  5.38646283975294632E-08  5.48740956970683441E-08
+  5.59023510439251989E-08  5.69497429043396173E-08  5.80166261965437607E-08
+  5.91033624101215801E-08  6.02103197275757057E-08  6.13378731481419520E-08
+  6.24864046138940149E-08  6.36563031381790374E-08  6.48479649364289645E-08
+  6.60617935593904876E-08  6.72982000288186639E-08  6.85576029756798709E-08
+  6.98404287809096241E-08  7.11471117187740280E-08  7.24780941028817260E-08
+  7.38338264348956883E-08  7.52147675559950246E-08  7.66213848011377227E-08
+  7.80541541561749106E-08  7.95135604178713417E-08  8.10000973568841688E-08
+  8.25142678837556861E-08  8.40565842179747929E-08  8.56275680601656755E-08
+  8.72277507674585413E-08  8.88576735321047796E-08  9.05178875633937912E-08
+  9.22089542729337693E-08  9.39314454633591916E-08  9.56859435205252701E-08
+  9.74730416092589854E-08  9.92933438727275739E-08  1.01147465635494110E-07
+  1.03036033610327404E-07  1.04959686108836515E-07  1.06919073255998165E-07
+  1.08914857208652581E-07  1.10947712378038172E-07  1.13018325656441509E-07
+  1.15127396648036985E-07  1.17275637903996473E-07  1.19463775161943536E-07
+  1.21692547589836979E-07  1.23962708034363183E-07  1.26275023273920597E-07
+  1.28630274276283085E-07  1.31029256461024949E-07  1.33472779966800295E-07
+  1.35961669923563301E-07  1.38496766729821240E-07  1.41078926335014195E-07
+  1.43709020527116438E-07  1.46387937225553184E-07  1.49116580779534701E-07
+  1.51895872271906613E-07  1.54726749828616912E-07  1.57610168933905037E-07
+  1.60547102751319483E-07  1.63538542450668617E-07  1.66585497541018216E-07
+  1.69688996209844753E-07  1.72850085668459536E-07  1.76069832503820081E-07
+  1.79349323036843267E-07  1.82689663687346403E-07  1.86091981345733551E-07
+  1.89557423751554951E-07  1.93087159879063612E-07  1.96682380329903520E-07
+  2.00344297733053047E-07  2.04074147152167969E-07  2.07873186500451534E-07
+  2.11742696963197138E-07  2.15683983428141755E-07  2.19698374923777196E-07
+  2.23787225065762222E-07  2.27951912511591383E-07  2.32193841423667272E-07
+  2.36514441940934869E-07  2.40915170659237291E-07  2.45397511120547755E-07
+  2.49962974311251241E-07  2.54613099169635652E-07  2.59349453102766250E-07
+  2.64173632512915304E-07  2.69087263333726541E-07  2.74092001576287859E-07
+  2.79189533885302532E-07  2.84381578105544186E-07  2.89669883858780419E-07
+  2.95056233131364265E-07  3.00542440872691031E-07  3.06130355604713464E-07
+  3.11821860042731349E-07  3.17618871727654283E-07  3.23523343669954812E-07
+  3.29537265005525675E-07  3.35662661663664231E-07  3.41901597047403068E-07
+  3.48256172726419909E-07  3.54728529142758627E-07  3.61320846329593179E-07
+  3.68035344643286428E-07  3.74874285508974475E-07  3.81839972179940438E-07
+  3.88934750511025355E-07  3.96161009746336482E-07  4.03521183321518413E-07
+  4.11017749680859030E-07  4.18653233109494025E-07  4.26430204581002543E-07
+  4.34351282620672564E-07  4.42419134184720570E-07  4.50636475555769593E-07
+  4.59006073254882459E-07  4.67530744970449834E-07  4.76213360504256991E-07
+  4.85056842735037466E-07  4.94064168599839084E-07  5.03238370093538234E-07
+  5.12582535286818841E-07  5.22099809362985903E-07  5.31793395673936053E-07
+  5.41666556815651812E-07  5.51722615723581207E-07  5.61964956788266770E-07
+  5.72397026991591959E-07  5.83022337064041934E-07  5.93844462663352121E-07
+  6.04867045574951264E-07  6.16093794934589424E-07  6.27528488473578373E-07
+  6.39174973787038039E-07  6.51037169625602057E-07  6.63119067210994506E-07
+  6.75424731575928570E-07  6.87958302928780053E-07  7.00723998043476972E-07
+  7.13726111675097330E-07  7.26969018001625921E-07  7.40457172092370120E-07
+  7.54195111403514178E-07  7.68187457301333174E-07  7.82438916613550905E-07
+  7.96954283209384769E-07  8.11738439608801004E-07  8.26796358621513591E-07
+  8.42133105016287145E-07  8.57753837221098373E-07  8.73663809054718649E-07
+  8.89868371490321096E-07  9.06372974451677379E-07  9.23183168642565907E-07
+  9.40304607410001751E-07  9.57743048641897281E-07  9.75504356699818984E-07
+  9.93594504387460688E-07  1.01201957495551592E-06  1.03078576414360360E-06
+  1.04989938225995333E-06  1.06936685629951755E-06  1.08919473210125224E-06
+  1.10938967654527868E-06  1.12995847979065277E-06  1.15090805755450458E-06
+  1.17224545343332003E-06  1.19397784126711280E-06  1.21611252754732104E-06
+  1.23865695386920373E-06  1.26161869942957539E-06  1.28500548357071308E-06
+  1.30882516837129996E-06  1.33308576128523698E-06  1.35779541782926574E-06
+  1.38296244432025645E-06  1.40859530066310361E-06  1.43470260319016146E-06
+  1.46129312755315301E-06  1.48837581166855510E-06  1.51595975871742113E-06
+  1.54405424020066972E-06  1.57266869905082881E-06  1.60181275280133970E-06
+  1.63149619681440390E-06  1.66172900756853274E-06  1.69252134600685676E-06
+  1.72388356094733012E-06  1.75582619255597519E-06  1.78835997588434673E-06
+  1.82149584447235259E-06  1.85524493401771610E-06  1.88961858611324254E-06
+  1.92462835205318446E-06  1.96028599670997679E-06  1.99660350248260112E-06
+  2.03359307331797963E-06  2.07126713880668706E-06  2.10963835835437160E-06
+  2.14871962543029126E-06  2.18852407189439867E-06  2.22906507240438232E-06
+  2.27035624890420471E-06  2.31241147519560817E-06  2.35524488159411228E-06
+  2.39887085967108629E-06  2.44330406708351491E-06  2.48855943249296555E-06
+  2.53465216057556879E-06  2.58159773712455972E-06  2.62941193424716343E-06
+  2.67811081565754975E-06  2.72771074206759996E-06  2.77822837667736203E-06
+  2.82968069076698138E-06  2.88208496939200082E-06  2.93545881718393797E-06
+  2.98982016425811596E-06  3.04518727223064672E-06  3.10157874034669614E-06
+  3.15901351172200172E-06  3.21751087969978757E-06  3.27709049432515050E-06
+  3.33777236893919836E-06  3.39957688689499686E-06  3.46252480839772610E-06
+  3.52663727747126102E-06  3.59193582905351313E-06  3.65844239622299248E-06
+  3.72617931755885099E-06  3.79516934463708341E-06  3.86543564966524222E-06
+  3.93700183325829162E-06  4.00989193235819614E-06  4.08413042829994903E-06
+  4.15974225502662291E-06  4.23675280745633926E-06  4.31518795000390430E-06
+  4.39507402525993469E-06  4.47643786283043910E-06  4.55930678833982811E-06
+  4.64370863260028471E-06  4.72967174095068372E-06  4.81722498276813734E-06
+  4.90639776115534920E-06  4.99722002280707013E-06  5.08972226805888620E-06
+  5.18393556112181199E-06  5.27989154050605672E-06  5.37762242963746506E-06
+  5.47716104767022466E-06  5.57854082049945836E-06  5.68179579197733546E-06
+  5.78696063533656713E-06  5.89407066482506210E-06  6.00316184755563726E-06
+  6.11427081557475311E-06  6.22743487815444754E-06  6.34269203431131761E-06
+  6.46008098555706069E-06  6.57964114888467535E-06  6.70141266999467843E-06
+  6.82543643676586045E-06  6.95175409297504334E-06  7.08040805227040764E-06
+  7.21144151240318167E-06  7.34489846972237175E-06  7.48082373393743596E-06
+  7.61926294315390672E-06  7.76026257918682322E-06  7.90386998315737353E-06
+  8.05013337137776679E-06  8.19910185152978272E-06  8.35082543914233563E-06
+  8.50535507437374672E-06  8.66274263910406251E-06  8.82304097434349117E-06
+  8.98630389796256389E-06  9.15258622275007101E-06  9.32194377480477980E-06
+  9.49443341226722425E-06  9.67011304439754502E-06  9.84904165100624735E-06
+  1.00312793022439621E-05  1.02168871787571384E-05  1.04059275922162754E-05
+  1.05984640062235882E-05  1.07945610576072358E-05  1.09942845781091534E-05
+  1.11977016164737848E-05  1.14048804609451453E-05  1.16158906621797779E-05
+  1.18308030565831885E-05  1.20496897900777411E-05  1.22726243423099535E-05
+  1.24996815513051000E-05  1.27309376385778034E-05  1.29664702347066615E-05
+  1.32063584053816045E-05  1.34506826779329081E-05  1.36995250683504410E-05
+  1.39529691088025191E-05  1.42110998756634003E-05  1.44740040180588406E-05
+  1.47417697869394378E-05  1.50144870646912819E-05  1.52922473952941838E-05
+  1.55751440150371181E-05  1.58632718838017988E-05  1.61567277169242087E-05
+  1.64556100176453661E-05  1.67600191101618601E-05  1.70700571732873896E-05
+  1.73858282747365175E-05  1.77074384060423430E-05  1.80349955181193158E-05
+  1.83686095574838485E-05  1.87083925031442860E-05  1.90544584041728232E-05
+  1.94069234179721535E-05  1.97659058492491686E-05  2.01315261897094912E-05
+  2.05039071584855780E-05  2.08831737433122650E-05  2.12694532424634370E-05
+  2.16628753074640902E-05  2.20635719865916379E-05  2.24716777691817805E-05
+  2.28873296307532109E-05  2.33106670789664693E-05  2.37418322004325198E-05
+  2.41809697083867112E-05  2.46282269912437322E-05  2.50837541620504466E-05
+  2.55477041088529531E-05  2.60202325459944761E-05  2.65014980663619836E-05
+  2.69916621945982239E-05  2.74908894412977192E-05  2.79993473582045921E-05
+  2.85172065944309088E-05  2.90446409537140254E-05  2.95818274527329295E-05
+  3.01289463805019803E-05  3.06861813588632068E-05  3.12537194040967396E-05
+  3.18317509896700826E-05  3.24204701101475447E-05  3.30200743462813207E-05
+  3.36307649313054120E-05  3.42527468184556792E-05  3.48862287497377232E-05
+  3.55314233259663856E-05  3.61885470780997677E-05  3.68578205398924439E-05
+  3.75394683218912371E-05  3.82337191867994198E-05  3.89408061262341414E-05
+  3.96609664389026227E-05  4.03944418102242288E-05  4.11414783934234993E-05
+  4.19023268921235855E-05  4.26772426444657431E-05  4.34664857087844312E-05
+  4.42703209508661525E-05  4.50890181328218717E-05  4.59228520036017153E-05
+  4.67721023911839431E-05  4.76370542964677039E-05  4.85179979889021945E-05
+  4.94152291038829668E-05  5.03290487419501856E-05  5.12597635698196013E-05
+  5.22076859232819355E-05  5.31731339120050612E-05  5.41564315262730154E-05
+  5.51579087456995272E-05  5.61779016499499889E-05  5.72167525315120693E-05
+  5.82748100105501821E-05  5.93524291518841244E-05  6.04499715841301763E-05
+  6.15678056210451505E-05  6.27063063851138186E-05  6.38658559334213613E-05
+  6.50468433858534243E-05  6.62496650556658071E-05  6.74747245824690420E-05
+  6.87224330676715236E-05  6.99932092124264820E-05  7.12874794581300149E-05
+  7.26056781295167738E-05  7.39482475804015510E-05  7.53156383421155283E-05
+  7.67083092746867099E-05  7.81267277208162010E-05  7.95713696627016275E-05
+  8.10427198817598491E-05  8.25412721213028485E-05  8.40675292522228917E-05
+  8.56220034417390282E-05  8.72052163252660663E-05  8.88176991814602467E-05
+  9.04599931105020468E-05  9.21326492156756221E-05  9.38362287883064703E-05
+  9.55713034961170964E-05  9.73384555750677781E-05  9.91382780247431866E-05
+  1.00971374807353142E-04  1.02838361050412502E-04  1.04739863253169009E-04
+  1.06676519496849055E-04  1.08648979658791840E-04  1.10657905630540376E-04
+  1.12703971539969739E-04  1.14787863977520153E-04  1.16910282226615061E-04
+  1.19071938498339791E-04  1.21273558170460375E-04  1.23515880030862729E-04
+  1.25799656525493915E-04  1.28125654010887937E-04  1.30494653011363341E-04
+  1.32907448480975562E-04  1.35364850070316344E-04  1.37867682398243937E-04
+  1.40416785328642020E-04  1.43013014252295790E-04  1.45657240373981724E-04
+  1.48350351004867100E-04  1.51093249860316910E-04  1.53886857363209911E-04
+  1.56732110952863924E-04  1.59629965399675917E-04  1.62581393125580016E-04
+  1.65587384530436652E-04  1.68648948324452659E-04  1.71767111866755548E-04
+  1.74942921510228943E-04  1.78177442952725455E-04  1.81471761594776445E-04
+  1.84826982903919953E-04  1.88244232785766800E-04  1.91724657961930785E-04
+  1.95269426354950887E-04  1.98879727480332462E-04  2.02556772845845375E-04
+  2.06301796358200618E-04  2.10116054737258555E-04  2.14000827937896516E-04
+  2.17957419579680042E-04  2.21987157384485585E-04  2.26091393622218222E-04
+  2.30271505564776097E-04  2.34528895948413484E-04  2.38864993444659200E-04
+  2.43281253139947403E-04  2.47779157024121625E-04  2.52360214487982906E-04
+  2.57025962830034532E-04  2.61777967772611870E-04  2.66617823987559200E-04
+  2.71547155631633415E-04  2.76567616891817275E-04  2.81680892540719962E-04
+  2.86888698502259622E-04  2.92192782427812140E-04  2.97594924283021197E-04
+  3.03096936945469655E-04  3.08700666813416355E-04  3.14407994425785369E-04
+  3.20220835093646924E-04  3.26141139543373987E-04  3.32170894571708118E-04
+  3.38312123712948424E-04  3.44566887918489365E-04  3.50937286248938999E-04
+  3.57425456579045433E-04  3.64033576315675510E-04  3.70763863129082232E-04
+  3.77618575697708501E-04  3.84600014466785595E-04  3.91710522420963127E-04
+  3.98952485871255987E-04  4.06328335256552679E-04  4.13840545959967727E-04
+  4.21491639140306401E-04  4.29284182578925061E-04  4.37220791542273991E-04
+  4.45304129660409516E-04  4.53536909821775037E-04  4.61921895084551845E-04
+  4.70461899604891808E-04  4.79159789582325843E-04  4.88018484222698995E-04
+  4.97040956718929473E-04  5.06230235249934208E-04  5.15589403998059940E-04
+  5.25121604185355422E-04  5.34830035129041630E-04  5.44717955316534113E-04
+  5.54788683500377893E-04  5.65045599813466279E-04  5.75492146904932594E-04
+  5.86131831097060790E-04  5.96968223563658709E-04  6.08004961530250049E-04
+  6.19245749496509599E-04  6.30694360481351152E-04  6.42354637291085283E-04
+  6.54230493811083281E-04  6.66325916321378856E-04  6.78644964836649109E-04
+  6.91191774471035768E-04  7.03970556828260961E-04  7.16985601417524892E-04
+  7.30241277095622018E-04  7.43742033535824435E-04  7.57492402723974954E-04
+  7.71497000482333360E-04  7.85760528021667878E-04  8.00287773522131876E-04
+  8.15083613743453712E-04  8.30153015664988328E-04  8.45501038156188625E-04
+  8.61132833678048275E-04  8.77053650016127980E-04  8.93268832045693208E-04
+  9.09783823529625949E-04  9.26604168949680669E-04  9.43735515371713963E-04
+  9.61183614345527577E-04  9.78954323839957650E-04  9.97053610213885196E-04
+  1.01548755022380839E-03  1.03426233306869305E-03  1.05338426247275911E-03
+  1.07285975880696063E-03  1.09269536124979969E-03  1.11289772998830251E-03
+  1.13347364845983820E-03  1.15443002563556975E-03  1.17577389834631028E-03
+  1.19751243365156862E-03  1.21965293125260400E-03  1.24220282595029229E-03
+  1.26516969014866024E-03  1.28856123640492637E-03  1.31238532002691654E-03
+  1.33664994171876403E-03  1.36136325027573567E-03  1.38653354532918601E-03
+  1.41216928014250100E-03  1.43827906445903294E-03  1.46487166740297118E-03
+  1.49195602043414961E-03  1.51954122035780135E-03  1.54763653239027793E-03
+  1.57625139328179827E-03  1.60539541449726542E-03  1.63507838545629220E-03
+  1.66531027683344715E-03  1.69610124391997253E-03  1.72746163004801855E-03
+  1.75940197007863793E-03  1.79193299395468374E-03  1.82506563031986017E-03
+  1.85881101020516021E-03  1.89318047078394346E-03  1.92818555919694419E-03
+  1.96383803644853416E-03  2.00014988137555859E-03  2.03713329469014642E-03
+  2.07480070309779907E-03  2.11316476349227966E-03  2.15223836722867575E-03
+  2.19203464447611336E-03  2.23256696865164724E-03  2.27384896093681945E-03
+  2.31589449487846263E-03  2.35871770107532993E-03  2.40233297195216510E-03
+  2.44675496662285141E-03  2.49199861584435169E-03  2.53807912706306227E-03
+  2.58501198955545138E-03  2.63281297966465539E-03  2.68149816613487109E-03
+  2.73108391554543334E-03  2.78158689784637576E-03  2.83302409199746820E-03
+  2.88541279171264506E-03  2.93877061131182348E-03  2.99311549168213009E-03
+  3.04846570635067694E-03  3.10483986767081440E-03  3.16225693312425973E-03
+  3.22073621174110000E-03  3.28029737063996419E-03  3.34096044169067755E-03
+  3.40274582830165599E-03  3.46567431233445536E-03  3.52976706114785030E-03
+  3.59504563477394332E-03  3.66153199322877092E-03  3.72924850395995981E-03
+  3.79821794943414458E-03  3.86846353486656200E-03  3.94000889609582260E-03
+  4.01287810760641607E-03  4.08709569070182886E-03  4.16268662183115132E-03
+  4.23967634107210497E-03  4.31809076077342788E-03  4.39795627435971871E-03
+  4.47929976530179758E-03  4.56214861625574113E-03  4.64653071837393961E-03
+  4.73247448079116076E-03  4.82000884028936562E-03  4.90916327114440231E-03
+  4.99996779515818248E-03  5.09245299187986895E-03  5.18665000901971825E-03
+  5.28259057305924522E-03  5.38030700006151153E-03  5.47983220668535331E-03
+  5.58119972140747132E-03  5.68444369595649552E-03  5.78959891696280687E-03
+  5.89670081782867842E-03  6.00578549082261826E-03  6.11688969940251629E-03
+  6.23005089077178879E-03  6.34530720867321121E-03  6.46269750642485940E-03
+  6.58226136020300615E-03  6.70403908257665142E-03  6.82807173629854536E-03
+  6.95440114835778160E-03  7.08306992429899845E-03  7.21412146281316755E-03
+  7.34759997060563819E-03  7.48355047754648093E-03  7.62201885210877714E-03
+  7.76305181710047754E-03  7.90669696569547276E-03  8.05300277776973411E-03
+  8.20201863654863687E-03  8.35379484557122014E-03  8.50838264597793270E-03
+  8.66583423412803887E-03  8.82620277955298987E-03  8.98954244325269637E-03
+  9.15590839634114126E-03  9.32535683904834115E-03  9.49794502008562483E-03
+  9.67373125638131166E-03  9.85277495319427342E-03  1.00351366246126065E-02
+  1.02208779144452051E-02  1.04100616175138248E-02  1.06027517013537066E-02
+  1.07990133283309454E-02  1.09989128781843200E-02  1.12025179710007906E-02
+  1.14098974906326894E-02  1.16211216085655954E-02  1.18362618082458633E-02
+  1.20553909098769819E-02  1.22785830956939467E-02  1.25059139357254524E-02
+  1.27374604140534486E-02  1.29733009555800388E-02  1.32135154533121208E-02
+  1.34581852961735485E-02  1.37073933973562000E-02  1.39612242232202317E-02
+  1.42197638227547080E-02  1.44830998576098418E-02  1.47513216327126266E-02
+  1.50245201274772210E-02  1.53027880276224992E-02  1.55862197576087866E-02
+  1.58749115137063641E-02  1.61689612977089503E-02  1.64684689513042957E-02
+  1.67735361911164373E-02  1.70842666444324803E-02  1.74007658856280417E-02
+  1.77231414733057813E-02  1.80515029881613900E-02  1.83859620715919984E-02
+  1.87266324650621832E-02  1.90736300502431892E-02  1.94270728899410376E-02
+  1.97870812698299377E-02  2.01537777410077355E-02  2.05272871633894981E-02
+  2.09077367499576824E-02  2.12952561118858776E-02  2.16899773045542421E-02
+  2.20920348744751832E-02  2.25015659071483333E-02  2.29187100758636922E-02
+  2.33436096914730710E-02  2.37764097531496972E-02  2.42172580001566232E-02
+  2.46663049646455128E-02  2.51237040255057366E-02  2.55896114632879930E-02
+  2.60641865162232721E-02  2.65475914373605494E-02  2.70399915528471181E-02
+  2.75415553213747798E-02  2.80524543948173152E-02  2.85728636800835732E-02
+  2.91029614022122116E-02  2.96429291687339939E-02  3.01929520353292971E-02
+  3.07532185728062839E-02  3.13239209354301967E-02  3.19052549306306568E-02
+  3.24974200901165869E-02  3.31006197424292201E-02  3.37150610869631079E-02
+  3.43409552694865297E-02  3.49785174591937462E-02  3.56279669273208907E-02
+  3.62895271273599371E-02  3.69634257769034316E-02  3.76498949411571832E-02
+  3.83491711181532594E-02  3.90614953257031675E-02  3.97871131901263789E-02
+  4.05262750367927360E-02  4.12792359825180227E-02  4.20462560298521804E-02
+  4.28276001633009773E-02  4.36235384475227236E-02  4.44343461275421292E-02
+  4.52603037310256931E-02  4.61016971726621524E-02  4.69588178606929266E-02
+  4.78319628056405460E-02  4.87214347312808493E-02  4.96275421879081649E-02
+  5.05505996679424530E-02  5.14909277239293597E-02  5.24488530889841847E-02
+  5.34247087997334197E-02  5.44188343218065182E-02  5.54315756779337615E-02
+  5.64632855787057519E-02  5.75143235560535565E-02  5.85850560995041028E-02
+  5.96758567952756919E-02  6.07871064682708254E-02  6.19191933270306985E-02
+  6.30725131117133575E-02  6.42474692451621698E-02  6.54444729871291736E-02
+  6.66639435917221329E-02  6.79063084681431478E-02  6.91720033447895261E-02
+  7.04614724367901846E-02  7.17751686170457343E-02  7.31135535908536000E-02
+  7.44770980741883692E-02  7.58662819757178614E-02  7.72815945826323125E-02
+  7.87235347503673771E-02  8.01926110963029765E-02  8.16893421975208034E-02
+  8.32142567927051657E-02  8.47678939882731824E-02  8.63508034688242193E-02
+  8.79635457119922332E-02  8.96066922077983913E-02  9.12808256825922010E-02
+  9.29865403276743246E-02  9.47244420326984610E-02  9.64951486239475215E-02
+  9.82992901075813996E-02  1.00137508917957058E-01  1.02010460171120282E-01
+  1.03918811923572538E-01  1.05863245436414830E-01  1.07844455444975382E-01
+  1.09863150434022380E-01  1.11920052918675350E-01  1.14015899731118669E-01
+  1.16151442313227285E-01  1.18327447015215775E-01  1.20544695400421620E-01
+  1.22803984556334067E-01  1.25106127411982238E-01  1.27451953061794881E-01
+  1.29842307096045495E-01  1.32278051938001268E-01  1.34760067187880112E-01
+  1.37289249973744309E-01  1.39866515309434392E-01  1.42492796459662840E-01
+  1.45169045312380923E-01  1.47896232758532309E-01  1.50675349079305493E-01
+  1.53507404340998105E-01  1.56393428797602180E-01  1.59334473301222940E-01
+  1.62331609720431924E-01  1.65385931366670291E-01  1.68498553428790693E-01
+  1.71670613415853046E-01  1.74903271608261995E-01  1.78197711517341484E-01
+  1.81555140353438088E-01  1.84976789502637656E-01  1.88463915012174521E-01
+  1.92017798084611363E-01  1.95639745580857338E-01  1.99331090532087085E-01
+  2.03093192660622174E-01  2.06927438909811273E-01  2.10835243982964771E-01
+  2.14818050891363965E-01  2.18877331511370177E-01  2.23014587150643512E-01
+  2.27231349123472121E-01  2.31529179335196400E-01  2.35909670875704525E-01
+  2.40374448621955811E-01  2.44925169849476598E-01  2.49563524852760565E-01
+  2.54291237574470086E-01  2.59110066243344428E-01  2.64021804020677542E-01
+  2.69028279655209646E-01  2.74131358146266768E-01  2.79332941414941582E-01
+  2.84634968983091430E-01  2.90039418659900738E-01  2.95548307235719898E-01
+  3.01163691182868065E-01  3.06887667363046401E-01  3.12722373740980886E-01
+  3.18669990103857215E-01  3.24732738786101038E-01  3.30912885398980727E-01
+  3.37212739564485109E-01  3.43634655652872212E-01  3.50181033523237262E-01
+  3.56854319266390385E-01  3.63657005949282852E-01  3.70591634360154187E-01
+  3.77660793753510859E-01  3.84867122593991640E-01  3.92213309298067914E-01
+  3.99702092972510692E-01  4.07336264148417782E-01  4.15118665509552009E-01
+  4.23052192613633582E-01  4.31139794605150617E-01  4.39384474918143308E-01
+  4.47789291967327086E-01  4.56357359825805331E-01  4.65091848887515535E-01
+  4.73995986512440626E-01  4.83073057652465443E-01  4.92326405455683458E-01
+  5.01759431846771076E-01  5.11375598080933802E-01  5.21178425268776113E-01
+  5.31171494869290606E-01  5.41358449148003129E-01  5.51742991597138244E-01
+  5.62328887314503367E-01  5.73119963337594851E-01  5.84120108929245818E-01
+  5.95333275810949969E-01  6.06763478339740758E-01  6.18414793624368131E-01
+  6.30291361576222897E-01  6.42397384890257217E-01  6.54737128950908742E-01
+  6.67314921657786275E-01  6.80135153165606465E-01  6.93202275532617707E-01
+  7.06520802271464632E-01  7.20095307796157269E-01  7.33930426758534593E-01
+  7.48030853267257712E-01  7.62401339982137549E-01  7.77046697076198889E-01
+  7.91971791057600072E-01  8.07181543443173610E-01  8.22680929275005024E-01
+  8.38474975471114825E-01  8.54568759000944422E-01  8.70967404875968354E-01
+  8.87676083945393324E-01  9.04700010486493067E-01  9.22044439578787900E-01
+  9.39714664250788867E-01  9.57716012387756832E-01  9.76053843388406728E-01
+  9.94733544558136562E-01  1.01376052722596310E+00  1.03314022257190152E+00
+  1.05287807715115656E+00  1.07297954810107043E+00  1.09345009801638238E+00
+  1.11429518947796868E+00  1.13552027921985310E+00  1.15713081191885392E+00
+  1.17913221359099407E+00  1.20152988457833421E+00  1.22432919210963198E+00
+  1.24753546241792757E+00  1.27115397239785888E+00  1.29518994078528071E+00
+  1.31964851884154233E+00  1.34453478052460462E+00  1.36985371212902662E+00
+  1.39561020137682146E+00  1.42180902594100322E+00  1.44845484138388514E+00
+  1.47555216849203941E+00  1.50310537999013993E+00  1.53111868661605599E+00
+  1.55959612253989865E+00  1.58854153011009158E+00  1.61795854391006588E+00
+  1.64785057410972335E+00  1.67822078909655836E+00  1.70907209737213295E+00
+  1.74040712870059266E+00  1.77222821449688972E+00  1.80453736744383186E+00
+  1.83733626032827280E+00  1.87062620408845071E+00  1.90440812506619772E+00
+  1.93868254145970798E+00  1.97344953897467201E+00  2.00870874567397628E+00
+  2.04445930602874171E+00  2.08069985417629155E+00  2.11742848639378911E+00
+  2.15464273279943086E+00  2.19233952829700307E+00  2.23051518278320149E+00
+  2.26916535064150082E+00  2.30828499955079147E+00  2.34786837864186015E+00
+  2.38790898603989410E+00  2.42839953583673873E+00  2.46933192454245720E+00
+  2.51069719707189254E+00  2.55248551232861320E+00  2.59468610845530545E+00
+  2.63728726782732270E+00  2.68027628187340294E+00  2.72363941581584257E+00
+  2.76736187343069950E+00  2.81142776193741017E+00  2.85582005713629439E+00
+  2.90052056892186005E+00  2.94550990730964912E+00  2.99076744912438386E+00
+  3.03627130550755897E+00  3.08199829041331075E+00  3.12792389027198547E+00
+  3.17402223501220693E+00  3.22026607064302706E+00  3.26662673360915701E+00
+  3.31307412714346006E+00  3.35957669985207996E+00  3.40610142677864580E+00
+  3.45261379320487372E+00  3.49907778145544723E+00  3.54545586098527732E+00
+  3.59170898203691635E+00  3.63779657316486382E+00  3.68367654293210212E+00
+  3.72930528609128586E+00  3.77463769456970955E+00  3.81962717358222470E+00
+  3.86422566320024918E+00  3.90838366570728013E+00  3.95205027907196271E+00
+  3.99517323686849535E+00  4.03769895497069342E+00  4.07957258534028977E+00
+  4.12073807722185315E+00  4.16113824604541893E+00  4.20071485032418401E+00
+  4.23940867681704603E+00  4.27715963420520673E+00  4.31390685550753439E+00
+  4.34958880943116277E+00  4.38414342082126041E+00  4.41750820033725056E+00
+  4.44962038344143274E+00  4.48041707874007411E+00  4.50983542566629581E+00
+  4.53781276143834233E+00  4.56428679716628416E+00  4.58919580291424456E+00
+  4.61247880145466116E+00  4.63407577037509988E+00  4.65392785211755911E+00
+  4.67197757144474579E+00  4.68816905973785847E+00  4.70244828543639404E+00
+  4.71476328983268544E+00  4.72506442733277066E+00  4.73330460919138485E+00
+  4.73943954962330416E+00  4.74342801308614881E+00  4.74523206142262399E+00
+  4.74481729944381403E+00  4.74215311743035084E+00  4.73721292892699886E+00
+  4.72997440210908238E+00  4.72041968290819192E+00  4.70853560800108184E+00
+  4.69431390569130791E+00  4.67775138264974988E+00  4.65885009442958697E+00
+  4.63761749763510878E+00  4.61406658160434091E+00  4.58821597746425347E+00
+  4.56009004243659355E+00  4.52971891731359033E+00  4.49713855508802052E+00
+  4.46239071881284666E+00  4.42552294688327397E+00  4.38658848408027069E+00
+  4.34564617688968546E+00  4.30276033181731066E+00  4.25800053565609726E+00
+  4.21144143692975792E+00  4.16316248803550160E+00  4.11324764793796405E+00
+  4.06178504562612108E+00  4.00886660493361635E+00  3.95458763174045069E+00
+  3.89904636501796276E+00  3.84234349364971539E+00  3.78458164145625497E+00
+  3.72586482337183966E+00  3.66629787626516279E+00  3.60598586846564828E+00
+  3.54503349265254464E+00  3.48354444738924585E+00  3.42162081324468037E+00
+  3.35936243014310820E+00  3.29686628333225373E+00  3.23422590616756356E+00
+  3.17153080879113425E+00  3.10886594275322992E+00  3.04631121269962080E+00
+  2.98394104745008981E+00  2.92182404414268193E+00  2.86002270063719655E+00
+  2.79859325308080020E+00  2.73758563745839201E+00  2.67704359609451403E+00
+  2.61700495245554832E+00  2.55750208022113590E+00  2.49856259545211490E+00
+  2.44021030376624237E+00  2.38246643773126188E+00  2.32535122318676990E+00
+  2.26888387862164453E+00  2.21308261602330791E+00  2.15796464316084480E+00
+  2.10354616726190891E+00  2.04984240004171570E+00  1.99686756404086130E+00
+  1.94463490022728891E+00  1.89315667681647426E+00  1.84244419926276848E+00
+  1.79250782137384768E+00  1.74335695749937125E+00  1.69500009574422417E+00
+  1.64744481215614158E+00  1.60069778583705014E+00  1.55476481492710761E+00
+  1.50965083341022011E+00  1.46535992868972564E+00  1.42189535988292270E+00
+  1.37925957678326805E+00  1.33745423943927588E+00  1.29648023829951420E+00
+  1.25633771487349177E+00  1.21702608285873959E+00  1.17854404968507120E+00
+  1.14088963842761482E+00  1.10406021004103239E+00  1.06805248586820012E+00
+  1.03286257037751739E+00  9.98485974084025507E-01  9.64917636610561624E-01
+  9.32151949846284689E-01  9.00182781161090184E-01  8.69003496635624151E-01
+  8.38606984267879496E-01  8.08985677118673752E-01  7.80131576359628376E-01
+  7.52036274188649378E-01  7.24690976579318136E-01  6.98086525832015248E-01
+  6.72213422896064450E-01  6.47061849433637315E-01  6.22621689597634309E-01
+  5.98882551497263327E-01  5.75833788326506335E-01  5.53464519132186084E-01
+  5.31763649199802124E-01  5.10719890036846258E-01  4.90321778934734609E-01
+  4.70557698092002374E-01  4.51415893282840208E-01  4.32884492056504810E-01
+  4.14951521454536454E-01  3.97604925234131434E-01  3.80832580587365188E-01
+  3.64622314347323173E-01  3.48961918673491855E-01  3.33839166210044613E-01
+  3.19241824711909039E-01  3.05157671134697495E-01  2.91574505185759170E-01
+  2.78480162334738657E-01  2.65862526283113021E-01  2.53709540893229391E-01
+  2.42009221578360356E-01  2.30749666156259081E-01  2.19919065169602274E-01
+  2.09505711677584305E-01  1.99498010523731423E-01  1.89884487085799136E-01
+  1.80653795514326226E-01  1.71794726467107195E-01  1.63296214347479623E-01
+  1.55147344054911207E-01  1.47337357256911411E-01  1.39855658191797350E-01
+  1.32691819012290158E-01  1.25835584680337148E-01  1.19276877423916919E-01
+  1.13005800766919462E-01  1.07012643143473460E-01  1.01287881108352767E-01
+  9.58221821552963510E-02  9.06064071552597078E-02  8.56316124267562373E-02
+  8.08890514505555547E-02  7.63701762410874535E-02  7.20666383869472127E-02
+  6.79702897729222433E-02  6.40731829959523269E-02  6.03675714874118349E-02
+  5.68459093540433225E-02  5.35008509498084150E-02  5.03252501908202574E-02
+  4.73121596254173910E-02  4.44548292713087059E-02  4.17467052315780157E-02
+  3.91814281011797910E-02  3.67528311753904380E-02  3.44549384714980256E-02
+  3.22819625748253167E-02  3.02283023199818625E-02  2.82885403180343289E-02
+  2.64574403400712234E-02  2.47299445674198440E-02  2.31011707185475937E-02
+  2.15664090624520521E-02  2.01211193281112741E-02  1.87609275193300236E-02
+  1.74816226440792089E-02  1.62791533671847802E-02  1.51496245949801628E-02
+  1.40892940002913230E-02  1.30945684958788024E-02  1.21620006642135549E-02
+  1.12882851512168553E-02  1.04702550313452575E-02  9.70487815115357588E-03
+  8.98925345821863404E-03  8.32060732205729646E-03  7.69628985342157238E-03
+  7.11377122810318094E-03  6.57063802112918018E-03  6.06458955697897380E-03
+  5.59343428120224247E-03  5.15508615856575311E-03  4.74756110260627587E-03
+  4.36897344121566378E-03  4.01753242263374038E-03  3.69153876597450850E-03
+  3.38938126016195005E-03  3.10953341490312601E-03  2.85055016707914380E-03
+  2.61106464568871188E-03  2.38978499823483794E-03  2.18549128120330925E-03
+  1.99703241704184565E-03  1.82332321981193402E-03  1.66334149145165632E-03
+  1.51612519035749073E-03  1.38076967376675485E-03  1.25642501520042060E-03
+  1.14229339800871600E-03  1.03762658584989230E-03  9.41723470726007973E-04
+  8.53927698999043961E-04  7.73625375616505463E-04  7.00242846588249273E-04
+  6.33244559575932070E-04  5.72131002283662979E-04  5.16436718173255024E-04
+  4.65728398870447898E-04  4.19603052479660700E-04  3.77686246884571613E-04
+  3.39630426980253291E-04  3.05113304659873695E-04  2.73836320265215618E-04
+  2.45523174105551686E-04  2.19918426553774524E-04  1.96786165142089520E-04
+  1.75908737002051900E-04  1.57085544925104420E-04  1.40131905260009224E-04
+  1.24877965812453712E-04  1.11167681869496076E-04  9.88578484371552681E-05
+  8.78171867531037071E-05  7.79254831178054555E-05  6.90727780762500552E-05
+  6.11586039783389130E-05  5.40912689486300777E-05  4.77871853051777727E-05
+  4.21702404822331983E-05  3.71712085322020589E-05  3.27272003080902646E-05
+  2.87811504582941876E-05  2.52813394006015944E-05  2.21809484812449142E-05
+  1.94376465673857694E-05  1.70132063670985344E-05  1.48731488193647698E-05
+  1.29864139473995655E-05  1.13250566214254870E-05  9.86396573142627210E-06
+  8.58060532609653180E-06  7.45477633082253641E-06  6.46839751476261072E-06
+  5.60530443464408314E-06  4.85106514047548723E-06  4.19281148572556245E-06
+  3.61908494140281764E-06  3.11969586965888333E-06  2.68559526783355797E-06
+  2.30875804807841375E-06  1.98207697067660329E-06  1.69926640077764153E-06
+  1.45477510836329873E-06  1.24370737975051781E-06  1.06175175573139786E-06
+  9.05116756478912778E-07  7.70472996555674424E-07  6.54901134712336026E-07
+  5.55845142626996655E-07  4.71070414304946117E-07  3.98626273529174936E-07
+  3.36812470536987465E-07  2.84149291017647120E-07  2.39350930609790739E-07
+  2.01301816362982899E-07  1.69035583159718864E-07  1.41716437922698288E-07
+  1.18622667612888701E-07  9.91320686162552861E-08  8.27090951840369430E-08
+  6.88935431986647399E-08  5.72906027521316724E-08  4.75621289144891362E-08
+  3.94189947062318998E-08
+  END     
+   SHAPE_FUNC   
+  1.00000000000000000E+00  1.00000000000000000E+00  9.99999999999999334E-01
+  9.99999999999998668E-01  9.99999999999997558E-01  9.99999999999996003E-01
+  9.99999999999994227E-01  9.99999999999992006E-01  9.99999999999989786E-01
+  9.99999999999986899E-01  9.99999999999983569E-01  9.99999999999980238E-01
+  9.99999999999976019E-01  9.99999999999971356E-01  9.99999999999966471E-01
+  9.99999999999961142E-01  9.99999999999955591E-01  9.99999999999949152E-01
+  9.99999999999942490E-01  9.99999999999935385E-01  9.99999999999927836E-01
+  9.99999999999919842E-01  9.99999999999910960E-01  9.99999999999902078E-01
+  9.99999999999892086E-01  9.99999999999881872E-01  9.99999999999870992E-01
+  9.99999999999859446E-01  9.99999999999847455E-01  9.99999999999834799E-01
+  9.99999999999821476E-01  9.99999999999807709E-01  9.99999999999793054E-01
+  9.99999999999777733E-01  9.99999999999761746E-01  9.99999999999745093E-01
+  9.99999999999727773E-01  9.99999999999709566E-01  9.99999999999690914E-01
+  9.99999999999670930E-01  9.99999999999650502E-01  9.99999999999629408E-01
+  9.99999999999607203E-01  9.99999999999584332E-01  9.99999999999560352E-01
+  9.99999999999535705E-01  9.99999999999509948E-01  9.99999999999483524E-01
+  9.99999999999455991E-01  9.99999999999427347E-01  9.99999999999397815E-01
+  9.99999999999367395E-01  9.99999999999335643E-01  9.99999999999303224E-01
+  9.99999999999269473E-01  9.99999999999234612E-01  9.99999999999198419E-01
+  9.99999999999161338E-01  9.99999999999122924E-01  9.99999999999083400E-01
+  9.99999999999042544E-01  9.99999999999000577E-01  9.99999999998956834E-01
+  9.99999999998912203E-01  9.99999999998866240E-01  9.99999999998818501E-01
+  9.99999999998769651E-01  9.99999999998719247E-01  9.99999999998667288E-01
+  9.99999999998613998E-01  9.99999999998558708E-01  9.99999999998502309E-01
+  9.99999999998443911E-01  9.99999999998384181E-01  9.99999999998322675E-01
+  9.99999999998259392E-01  9.99999999998194111E-01  9.99999999998127498E-01
+  9.99999999998058664E-01  9.99999999997987832E-01  9.99999999997915445E-01
+  9.99999999997841060E-01  9.99999999997764455E-01  9.99999999997686073E-01
+  9.99999999997605249E-01  9.99999999997522648E-01  9.99999999997437605E-01
+  9.99999999997350342E-01  9.99999999997260636E-01  9.99999999997168931E-01
+  9.99999999997074784E-01  9.99999999996977751E-01  9.99999999996878941E-01
+  9.99999999996777245E-01  9.99999999996672884E-01  9.99999999996565858E-01
+  9.99999999996456612E-01  9.99999999996344036E-01  9.99999999996228794E-01
+  9.99999999996110667E-01  9.99999999995989874E-01  9.99999999995865974E-01
+  9.99999999995738964E-01  9.99999999995608624E-01  9.99999999995475397E-01
+  9.99999999995338840E-01  9.99999999995198952E-01  9.99999999995055955E-01
+  9.99999999994909183E-01  9.99999999994758859E-01  9.99999999994604982E-01
+  9.99999999994447553E-01  9.99999999994286348E-01  9.99999999994120925E-01
+  9.99999999993951949E-01  9.99999999993779420E-01  9.99999999993602451E-01
+  9.99999999993421040E-01  9.99999999993235411E-01  9.99999999993045785E-01
+  9.99999999992851718E-01  9.99999999992653210E-01  9.99999999992449817E-01
+  9.99999999992241984E-01  9.99999999992029487E-01  9.99999999991812105E-01
+  9.99999999991589616E-01  9.99999999991362021E-01  9.99999999991128874E-01
+  9.99999999990891064E-01  9.99999999990647703E-01  9.99999999990398791E-01
+  9.99999999990144106E-01  9.99999999989883870E-01  9.99999999989618082E-01
+  9.99999999989345856E-01  9.99999999989067856E-01  9.99999999988783861E-01
+  9.99999999988492982E-01  9.99999999988196109E-01  9.99999999987892574E-01
+  9.99999999987582155E-01  9.99999999987265298E-01  9.99999999986941113E-01
+  9.99999999986609822E-01  9.99999999986271426E-01  9.99999999985925703E-01
+  9.99999999985572208E-01  9.99999999985211163E-01  9.99999999984842125E-01
+  9.99999999984465093E-01  9.99999999984080068E-01  9.99999999983686827E-01
+  9.99999999983284704E-01  9.99999999982874144E-01  9.99999999982454923E-01
+  9.99999999982026599E-01  9.99999999981589172E-01  9.99999999981142196E-01
+  9.99999999980685672E-01  9.99999999980219378E-01  9.99999999979743315E-01
+  9.99999999979256815E-01  9.99999999978760545E-01  9.99999999978253173E-01
+  9.99999999977735810E-01  9.99999999977206677E-01  9.99999999976666887E-01
+  9.99999999976115772E-01  9.99999999975552667E-01  9.99999999974978016E-01
+  9.99999999974391152E-01  9.99999999973792075E-01  9.99999999973180564E-01
+  9.99999999972555953E-01  9.99999999971918685E-01  9.99999999971268094E-01
+  9.99999999970603959E-01  9.99999999969925835E-01  9.99999999969233500E-01
+  9.99999999968527176E-01  9.99999999967806197E-01  9.99999999967070119E-01
+  9.99999999966318942E-01  9.99999999965552444E-01  9.99999999964769737E-01
+  9.99999999963971042E-01  9.99999999963156139E-01  9.99999999962324360E-01
+  9.99999999961475483E-01  9.99999999960609287E-01  9.99999999959725328E-01
+  9.99999999958823382E-01  9.99999999957902785E-01  9.99999999956963537E-01
+  9.99999999956004970E-01  9.99999999955026864E-01  9.99999999954029217E-01
+  9.99999999953011143E-01  9.99999999951972418E-01  9.99999999950912599E-01
+  9.99999999949831242E-01  9.99999999948728124E-01  9.99999999947602358E-01
+  9.99999999946454388E-01  9.99999999945282880E-01  9.99999999944087614E-01
+  9.99999999942868367E-01  9.99999999941624917E-01  9.99999999940355933E-01
+  9.99999999939061635E-01  9.99999999937741579E-01  9.99999999936394879E-01
+  9.99999999935021311E-01  9.99999999933619987E-01  9.99999999932190686E-01
+  9.99999999930732741E-01  9.99999999929245931E-01  9.99999999927729144E-01
+  9.99999999926182381E-01  9.99999999924604310E-01  9.99999999922995375E-01
+  9.99999999921354021E-01  9.99999999919680249E-01  9.99999999917972726E-01
+  9.99999999916232118E-01  9.99999999914456428E-01  9.99999999912645654E-01
+  9.99999999910798687E-01  9.99999999908915749E-01  9.99999999906994841E-01
+  9.99999999905036407E-01  9.99999999903039338E-01  9.99999999901002301E-01
+  9.99999999898925518E-01  9.99999999896807878E-01  9.99999999894648273E-01
+  9.99999999892445812E-01  9.99999999890200497E-01  9.99999999887910551E-01
+  9.99999999885575974E-01  9.99999999883195434E-01  9.99999999880768264E-01
+  9.99999999878293355E-01  9.99999999875769818E-01  9.99999999873196543E-01
+  9.99999999870573308E-01  9.99999999867898559E-01  9.99999999865171407E-01
+  9.99999999862390965E-01  9.99999999859556121E-01  9.99999999856666211E-01
+  9.99999999853719679E-01  9.99999999850715415E-01  9.99999999847652754E-01
+  9.99999999844530141E-01  9.99999999841347131E-01  9.99999999838101949E-01
+  9.99999999834793485E-01  9.99999999831420627E-01  9.99999999827982489E-01
+  9.99999999824477070E-01  9.99999999820904151E-01  9.99999999817261509E-01
+  9.99999999813548035E-01  9.99999999809762841E-01  9.99999999805904149E-01
+  9.99999999801970407E-01  9.99999999797960726E-01  9.99999999793873551E-01
+  9.99999999789707106E-01  9.99999999785460281E-01  9.99999999781130855E-01
+  9.99999999776717940E-01  9.99999999772219983E-01  9.99999999767635206E-01
+  9.99999999762961833E-01  9.99999999758198088E-01  9.99999999753342639E-01
+  9.99999999748393487E-01  9.99999999743349299E-01  9.99999999738207634E-01
+  9.99999999732966938E-01  9.99999999727625655E-01  9.99999999722181343E-01
+  9.99999999716632448E-01  9.99999999710976972E-01  9.99999999705212472E-01
+  9.99999999699337616E-01  9.99999999693349739E-01  9.99999999687247065E-01
+  9.99999999681026930E-01  9.99999999674688000E-01  9.99999999668227169E-01
+  9.99999999661642436E-01  9.99999999654931804E-01  9.99999999648092386E-01
+  9.99999999641122184E-01  9.99999999634018311E-01  9.99999999626778990E-01
+  9.99999999619400670E-01  9.99999999611881352E-01  9.99999999604218592E-01
+  9.99999999596409062E-01  9.99999999588450539E-01  9.99999999580339693E-01
+  9.99999999572074305E-01  9.99999999563651043E-01  9.99999999555067465E-01
+  9.99999999546319351E-01  9.99999999537405149E-01  9.99999999528320638E-01
+  9.99999999519063154E-01  9.99999999509628923E-01  9.99999999500015502E-01
+  9.99999999490218672E-01  9.99999999480235768E-01  9.99999999470062573E-01
+  9.99999999459695532E-01  9.99999999449131982E-01  9.99999999438367260E-01
+  9.99999999427397590E-01  9.99999999416219643E-01  9.99999999404829643E-01
+  9.99999999393222705E-01  9.99999999381395721E-01  9.99999999369344250E-01
+  9.99999999357063851E-01  9.99999999344550528E-01  9.99999999331799616E-01
+  9.99999999318807120E-01  9.99999999305568155E-01  9.99999999292078279E-01
+  9.99999999278332830E-01  9.99999999264326700E-01  9.99999999250055449E-01
+  9.99999999235513748E-01  9.99999999220696711E-01  9.99999999205599233E-01
+  9.99999999190215982E-01  9.99999999174541632E-01  9.99999999158570851E-01
+  9.99999999142298091E-01  9.99999999125717354E-01  9.99999999108823312E-01
+  9.99999999091609970E-01  9.99999999074071333E-01  9.99999999056201183E-01
+  9.99999999037993526E-01  9.99999999019442143E-01  9.99999999000540152E-01
+  9.99999998981281557E-01  9.99999998961659475E-01  9.99999998941667023E-01
+  9.99999998921297539E-01  9.99999998900543474E-01  9.99999998879398166E-01
+  9.99999998857854289E-01  9.99999998835904069E-01  9.99999998813539959E-01
+  9.99999998790754629E-01  9.99999998767539866E-01  9.99999998743887897E-01
+  9.99999998719790506E-01  9.99999998695239034E-01  9.99999998670225265E-01
+  9.99999998644740762E-01  9.99999998618776420E-01  9.99999998592323358E-01
+  9.99999998565372916E-01  9.99999998537915102E-01  9.99999998509941257E-01
+  9.99999998481440944E-01  9.99999998452404615E-01  9.99999998422822722E-01
+  9.99999998392684386E-01  9.99999998361979614E-01  9.99999998330698192E-01
+  9.99999998298828796E-01  9.99999998266360768E-01  9.99999998233282783E-01
+  9.99999998199583739E-01  9.99999998165251869E-01  9.99999998130274959E-01
+  9.99999998094641906E-01  9.99999998058340056E-01  9.99999998021356751E-01
+  9.99999997983679556E-01  9.99999997945295593E-01  9.99999997906191318E-01
+  9.99999997866353629E-01  9.99999997825769205E-01  9.99999997784423167E-01
+  9.99999997742302416E-01  9.99999997699391852E-01  9.99999997655677042E-01
+  9.99999997611142888E-01  9.99999997565774512E-01  9.99999997519555706E-01
+  9.99999997472471147E-01  9.99999997424504627E-01  9.99999997375639715E-01
+  9.99999997325859535E-01  9.99999997275147212E-01  9.99999997223485648E-01
+  9.99999997170856858E-01  9.99999997117242856E-01  9.99999997062625434E-01
+  9.99999997006985941E-01  9.99999996950305281E-01  9.99999996892564136E-01
+  9.99999996833742966E-01  9.99999996773821120E-01  9.99999996712778838E-01
+  9.99999996650595024E-01  9.99999996587248363E-01  9.99999996522717094E-01
+  9.99999996456979678E-01  9.99999996390013246E-01  9.99999996321794926E-01
+  9.99999996252301848E-01  9.99999996181510031E-01  9.99999996109395273E-01
+  9.99999996035933592E-01  9.99999995961099009E-01  9.99999995884866877E-01
+  9.99999995807210551E-01  9.99999995728103830E-01  9.99999995647520068E-01
+  9.99999995565431288E-01  9.99999995481810178E-01  9.99999995396627650E-01
+  9.99999995309855061E-01  9.99999995221462878E-01  9.99999995131420683E-01
+  9.99999995039698053E-01  9.99999994946264126E-01  9.99999994851086260E-01
+  9.99999994754132926E-01  9.99999994655370594E-01  9.99999994554766181E-01
+  9.99999994452284824E-01  9.99999994347892329E-01  9.99999994241552725E-01
+  9.99999994133230485E-01  9.99999994022887861E-01  9.99999993910488438E-01
+  9.99999993795992914E-01  9.99999993679363319E-01  9.99999993560559242E-01
+  9.99999993439541157E-01  9.99999993316267544E-01  9.99999993190696213E-01
+  9.99999993062784753E-01  9.99999992932490311E-01  9.99999992799767812E-01
+  9.99999992664572623E-01  9.99999992526859005E-01  9.99999992386579661E-01
+  9.99999992243687963E-01  9.99999992098134394E-01  9.99999991949869882E-01
+  9.99999991798844468E-01  9.99999991645006414E-01  9.99999991488304207E-01
+  9.99999991328684112E-01  9.99999991166092395E-01  9.99999991000473543E-01
+  9.99999990831771601E-01  9.99999990659929727E-01  9.99999990484889079E-01
+  9.99999990306590814E-01  9.99999990124974092E-01  9.99999989939977629E-01
+  9.99999989751538809E-01  9.99999989559593461E-01  9.99999989364076747E-01
+  9.99999989164922720E-01  9.99999988962063657E-01  9.99999988755430502E-01
+  9.99999988544954199E-01  9.99999988330562362E-01  9.99999988112183269E-01
+  9.99999987889742536E-01  9.99999987663165113E-01  9.99999987432374393E-01
+  9.99999987197291773E-01  9.99999986957837761E-01  9.99999986713931976E-01
+  9.99999986465491153E-01  9.99999986212431580E-01  9.99999985954667769E-01
+  9.99999985692112237E-01  9.99999985424675941E-01  9.99999985152269177E-01
+  9.99999984874799241E-01  9.99999984592172431E-01  9.99999984304292933E-01
+  9.99999984011063936E-01  9.99999983712385743E-01  9.99999983408157544E-01
+  9.99999983098276535E-01  9.99999982782638130E-01  9.99999982461135306E-01
+  9.99999982133659704E-01  9.99999981800100302E-01  9.99999981460344523E-01
+  9.99999981114277792E-01  9.99999980761782647E-01  9.99999980402740740E-01
+  9.99999980037029945E-01  9.99999979664527250E-01  9.99999979285106311E-01
+  9.99999978898639674E-01  9.99999978504996112E-01  9.99999978104043286E-01
+  9.99999977695645081E-01  9.99999977279664276E-01  9.99999976855959649E-01
+  9.99999976424388870E-01  9.99999975984805611E-01  9.99999975537061991E-01
+  9.99999975081006354E-01  9.99999974616485265E-01  9.99999974143341186E-01
+  9.99999973661414909E-01  9.99999973170543788E-01  9.99999972670561954E-01
+  9.99999972161300654E-01  9.99999971642588026E-01  9.99999971114249320E-01
+  9.99999970576106012E-01  9.99999970027976470E-01  9.99999969469675509E-01
+  9.99999968901015501E-01  9.99999968321804156E-01  9.99999967731845629E-01
+  9.99999967130941636E-01  9.99999966518889338E-01  9.99999965895481790E-01
+  9.99999965260509271E-01  9.99999964613757064E-01  9.99999963955007787E-01
+  9.99999963284038507E-01  9.99999962600623848E-01  9.99999961904532442E-01
+  9.99999961195530251E-01  9.99999960473377802E-01  9.99999959737831956E-01
+  9.99999958988644355E-01  9.99999958225562535E-01  9.99999957448329813E-01
+  9.99999956656682842E-01  9.99999955850356281E-01  9.99999955029077570E-01
+  9.99999954192570262E-01  9.99999953340551584E-01  9.99999952472735321E-01
+  9.99999951588828595E-01  9.99999950688533645E-01  9.99999949771547048E-01
+  9.99999948837559938E-01  9.99999947886257345E-01  9.99999946917318860E-01
+  9.99999945930418188E-01  9.99999944925222484E-01  9.99999943901393240E-01
+  9.99999942858585622E-01  9.99999941796448466E-01  9.99999940714623836E-01
+  9.99999939612747024E-01  9.99999938490447549E-01  9.99999937347346823E-01
+  9.99999936183059712E-01  9.99999934997194861E-01  9.99999933789352147E-01
+  9.99999932559125115E-01  9.99999931306099543E-01  9.99999930029853323E-01
+  9.99999928729956689E-01  9.99999927405972100E-01  9.99999926057453692E-01
+  9.99999924683947161E-01  9.99999923284990211E-01  9.99999921860112106E-01
+  9.99999920408832788E-01  9.99999918930663978E-01  9.99999917425107632E-01
+  9.99999915891657265E-01  9.99999914329796735E-01  9.99999912739000352E-01
+  9.99999911118731877E-01  9.99999909468447079E-01  9.99999907787589515E-01
+  9.99999906075594192E-01  9.99999904331884459E-01  9.99999902555873343E-01
+  9.99999900746963544E-01  9.99999898904546547E-01  9.99999897028001739E-01
+  9.99999895116697624E-01  9.99999893169991827E-01  9.99999891187228207E-01
+  9.99999889167740186E-01  9.99999887110848529E-01  9.99999885015860679E-01
+  9.99999882882071867E-01  9.99999880708764222E-01  9.99999878495206329E-01
+  9.99999876240654118E-01  9.99999873944348749E-01  9.99999871605517510E-01
+  9.99999869223374138E-01  9.99999866797116610E-01  9.99999864325928800E-01
+  9.99999861808980373E-01  9.99999859245423894E-01  9.99999856634397499E-01
+  9.99999853975022335E-01  9.99999851266404782E-01  9.99999848507633349E-01
+  9.99999845697779888E-01  9.99999842835900044E-01  9.99999839921030809E-01
+  9.99999836952192522E-01  9.99999833928385984E-01  9.99999830848594895E-01
+  9.99999827711783529E-01  9.99999824516896507E-01  9.99999821262860467E-01
+  9.99999817948580172E-01  9.99999814572942181E-01  9.99999811134810512E-01
+  9.99999807633029758E-01  9.99999804066422193E-01  9.99999800433789110E-01
+  9.99999796733908597E-01  9.99999792965536982E-01  9.99999789127407279E-01
+  9.99999785218229187E-01  9.99999781236688534E-01  9.99999777181446614E-01
+  9.99999773051140073E-01  9.99999768844380910E-01  9.99999764559754367E-01
+  9.99999760195820930E-01  9.99999755751112662E-01  9.99999751224136202E-01
+  9.99999746613369767E-01  9.99999741917263263E-01  9.99999737134238620E-01
+  9.99999732262687790E-01  9.99999727300973418E-01  9.99999722247428391E-01
+  9.99999717100353402E-01  9.99999711858018947E-01  9.99999706518662990E-01
+  9.99999701080491410E-01  9.99999695541676448E-01  9.99999689900356148E-01
+  9.99999684154635360E-01  9.99999678302582518E-01  9.99999672342231749E-01
+  9.99999666271579213E-01  9.99999660088585873E-01  9.99999653791173282E-01
+  9.99999647377225243E-01  9.99999640844587256E-01  9.99999634191063191E-01
+  9.99999627414417946E-01  9.99999620512374676E-01  9.99999613482613237E-01
+  9.99999606322773071E-01  9.99999599030447106E-01  9.99999591603186300E-01
+  9.99999584038494316E-01  9.99999576333829854E-01  9.99999568486604429E-01
+  9.99999560494181705E-01  9.99999552353876164E-01  9.99999544062952772E-01
+  9.99999535618626423E-01  9.99999527018060164E-01  9.99999518258364639E-01
+  9.99999509336597203E-01  9.99999500249760143E-01  9.99999490994801454E-01
+  9.99999481568611626E-01  9.99999471968024745E-01  9.99999462189814836E-01
+  9.99999452230697861E-01  9.99999442087328272E-01  9.99999431756298685E-01
+  9.99999421234138763E-01  9.99999410517314224E-01  9.99999399602225170E-01
+  9.99999388485205420E-01  9.99999377162521075E-01  9.99999365630368287E-01
+  9.99999353884874154E-01  9.99999341922093499E-01  9.99999329738008091E-01
+  9.99999317328525650E-01  9.99999304689478730E-01  9.99999291816621727E-01
+  9.99999278705631545E-01  9.99999265352104483E-01  9.99999251751555795E-01
+  9.99999237899417803E-01  9.99999223791038339E-01  9.99999209421679081E-01
+  9.99999194786514334E-01  9.99999179880629030E-01  9.99999164699017284E-01
+  9.99999149236580287E-01  9.99999133488126080E-01  9.99999117448365782E-01
+  9.99999101111912370E-01  9.99999084473280342E-01  9.99999067526882612E-01
+  9.99999050267027401E-01  9.99999032687919454E-01  9.99999014783655493E-01
+  9.99998996548223107E-01  9.99998977975499193E-01  9.99998959059246850E-01
+  9.99998939793114272E-01  9.99998920170632521E-01  9.99998900185211870E-01
+  9.99998879830142462E-01  9.99998859098588988E-01  9.99998837983590572E-01
+  9.99998816478056662E-01  9.99998794574767258E-01  9.99998772266367464E-01
+  9.99998749545367160E-01  9.99998726404137339E-01  9.99998702834908326E-01
+  9.99998678829766119E-01  9.99998654380651719E-01  9.99998629479355694E-01
+  9.99998604117517731E-01  9.99998578286622863E-01  9.99998551977997918E-01
+  9.99998525182810960E-01  9.99998497892064964E-01  9.99998470096597925E-01
+  9.99998441787078307E-01  9.99998412954001381E-01  9.99998383587686779E-01
+  9.99998353678276275E-01  9.99998323215728235E-01  9.99998292189815841E-01
+  9.99998260590122423E-01  9.99998228406040801E-01  9.99998195626765507E-01
+  9.99998162241292454E-01  9.99998128238414163E-01  9.99998093606714988E-01
+  9.99998058334569007E-01  9.99998022410135912E-01  9.99997985821356017E-01
+  9.99997948555945926E-01  9.99997910601395645E-01  9.99997871944965144E-01
+  9.99997832573677137E-01  9.99997792474315195E-01  9.99997751633418752E-01
+  9.99997710037278109E-01  9.99997667671929880E-01  9.99997624523153772E-01
+  9.99997580576464595E-01  9.99997535817111038E-01  9.99997490230068786E-01
+  9.99997443800035191E-01  9.99997396511425163E-01  9.99997348348365622E-01
+  9.99997299294689945E-01  9.99997249333932192E-01  9.99997198449323221E-01
+  9.99997146623782029E-01  9.99997093839913864E-01  9.99997040080001121E-01
+  9.99996985325999010E-01  9.99996929559529346E-01  9.99996872761873989E-01
+  9.99996814913969079E-01  9.99996755996397702E-01  9.99996695989384898E-01
+  9.99996634872789558E-01  9.99996572626098645E-01  9.99996509228418984E-01
+  9.99996444658472816E-01  9.99996378894587035E-01  9.99996311914689850E-01
+  9.99996243696300247E-01  9.99996174216522316E-01  9.99996103452035823E-01
+  9.99996031379090766E-01  9.99995957973497607E-01  9.99995883210619385E-01
+  9.99995807065363618E-01  9.99995729512175080E-01  9.99995650525024371E-01
+  9.99995570077402807E-01  9.99995488142310540E-01  9.99995404692248235E-01
+  9.99995319699209739E-01  9.99995233134669759E-01  9.99995144969576533E-01
+  9.99995055174340841E-01  9.99994963718826679E-01  9.99994870572340822E-01
+  9.99994775703623051E-01  9.99994679080835169E-01  9.99994580671550004E-01
+  9.99994480442741418E-01  9.99994378360772651E-01  9.99994274391385662E-01
+  9.99994168499687586E-01  9.99994060650142069E-01  9.99993950806556064E-01
+  9.99993838932066170E-01  9.99993724989128752E-01  9.99993608939505063E-01
+  9.99993490744250701E-01  9.99993370363700507E-01  9.99993247757456460E-01
+  9.99993122884373586E-01  9.99992995702547072E-01  9.99992866169296946E-01
+  9.99992734241153203E-01  9.99992599873844923E-01  9.99992463022280065E-01
+  9.99992323640535141E-01  9.99992181681836456E-01  9.99992037098546671E-01
+  9.99991889842147152E-01  9.99991739863223095E-01  9.99991587111445313E-01
+  9.99991431535555253E-01  9.99991273083346455E-01  9.99991111701647228E-01
+  9.99990947336303670E-01  9.99990779932160345E-01  9.99990609433042077E-01
+  9.99990435781736298E-01  9.99990258919971731E-01  9.99990078788400516E-01
+  9.99989895326578004E-01  9.99989708472941885E-01  9.99989518164792202E-01
+  9.99989324338269370E-01  9.99989126928334970E-01  9.99988925868745770E-01
+  9.99988721092037069E-01  9.99988512529494722E-01  9.99988300111135930E-01
+  9.99988083765683378E-01  9.99987863420542800E-01  9.99987639001778339E-01
+  9.99987410434086010E-01  9.99987177640771940E-01  9.99986940543723390E-01
+  9.99986699063384110E-01  9.99986453118726470E-01  9.99986202627226817E-01
+  9.99985947504834938E-01  9.99985687665946865E-01  9.99985423023376896E-01
+  9.99985153488328282E-01  9.99984878970361368E-01  9.99984599377366168E-01
+  9.99984314615529390E-01  9.99984024589304688E-01  9.99983729201378457E-01
+  9.99983428352638648E-01  9.99983121942141895E-01  9.99982809867078659E-01
+  9.99982492022738367E-01  9.99982168302476326E-01  9.99981838597675643E-01
+  9.99981502797712252E-01  9.99981160789916834E-01  9.99980812459537738E-01
+  9.99980457689703228E-01  9.99980096361379855E-01  9.99979728353335040E-01
+  9.99979353542094995E-01  9.99978971801903316E-01  9.99978583004680122E-01
+  9.99978187019977094E-01  9.99977783714935953E-01  9.99977372954242161E-01
+  9.99976954600079515E-01  9.99976528512084850E-01  9.99976094547301408E-01
+  9.99975652560129324E-01  9.99975202402277885E-01  9.99974743922715570E-01
+  9.99974276967618425E-01  9.99973801380320659E-01  9.99973317001259798E-01
+  9.99972823667924837E-01  9.99972321214800397E-01  9.99971809473312545E-01
+  9.99971288271771286E-01  9.99970757435312718E-01  9.99970216785842192E-01
+  9.99969666141972247E-01  9.99969105318963658E-01  9.99968534128661712E-01
+  9.99967952379435365E-01  9.99967359876110296E-01  9.99966756419906178E-01
+  9.99966141808367848E-01  9.99965515835298135E-01  9.99964878290689474E-01
+  9.99964228960652401E-01  9.99963567627344618E-01  9.99962894068896713E-01
+  9.99962208059339441E-01  9.99961509368526791E-01  9.99960797762059150E-01
+  9.99960073001204486E-01  9.99959334842819070E-01  9.99958583039264326E-01
+  9.99957817338325783E-01  9.99957037483127475E-01  9.99956243212044460E-01
+  9.99955434258618214E-01  9.99954610351464601E-01  9.99953771214184162E-01
+  9.99952916565268746E-01  9.99952046118007587E-01  9.99951159580390936E-01
+  9.99950256655012581E-01  9.99949337038969488E-01  9.99948400423760209E-01
+  9.99947446495182302E-01  9.99946474933225860E-01  9.99945485411967150E-01
+  9.99944477599459147E-01  9.99943451157619401E-01  9.99942405742117457E-01
+  9.99941341002259731E-01  9.99940256580870934E-01  9.99939152114175389E-01
+  9.99938027231673576E-01  9.99936881556020118E-01  9.99935714702894662E-01
+  9.99934526280875091E-01  9.99933315891305852E-01  9.99932083128163618E-01
+  9.99930827577920622E-01  9.99929548819408986E-01  9.99928246423676059E-01
+  9.99926919953842197E-01  9.99925568964954881E-01  9.99924193003837392E-01
+  9.99922791608939709E-01  9.99921364310182192E-01  9.99919910628797814E-01
+  9.99918430077171960E-01  9.99916922158679555E-01  9.99915386367517645E-01
+  9.99913822188536527E-01  9.99912229097067007E-01  9.99910606558744530E-01
+  9.99908954029329222E-01  9.99907270954524585E-01  9.99905556769791426E-01
+  9.99903810900158785E-01  9.99902032760030091E-01  9.99900221752988538E-01
+  9.99898377271595584E-01  9.99896498697188996E-01  9.99894585399674574E-01
+  9.99892636737315099E-01  9.99890652056514395E-01  9.99888630691600055E-01
+  9.99886571964599957E-01  9.99884475185012889E-01  9.99882339649581064E-01
+  9.99880164642050095E-01  9.99877949432932733E-01  9.99875693279262290E-01
+  9.99873395424343725E-01  9.99871055097501404E-01  9.99868671513819640E-01
+  9.99866243873880345E-01  9.99863771363494691E-01  9.99861253153430773E-01
+  9.99858688399136164E-01  9.99856076240453140E-01  9.99853415801333134E-01
+  9.99850706189540972E-01  9.99847946496357665E-01  9.99845135796274986E-01
+  9.99842273146685168E-01  9.99839357587566480E-01  9.99836388141160604E-01
+  9.99833363811645226E-01  9.99830283584801416E-01  9.99827146427671676E-01
+  9.99823951288217327E-01  9.99820697094962685E-01  9.99817382756638673E-01
+  9.99814007161816676E-01  9.99810569178536390E-01  9.99807067653925463E-01
+  9.99803501413815576E-01  9.99799869262348095E-01  9.99796169981573390E-01
+  9.99792402331044161E-01  9.99788565047398659E-01  9.99784656843938468E-01
+  9.99780676410199187E-01  9.99776622411507887E-01  9.99772493488540803E-01
+  9.99768288256864812E-01  9.99764005306475911E-01  9.99759643201326598E-01
+  9.99755200478845585E-01  9.99750675649447529E-01  9.99746067196035537E-01
+  9.99741373573492020E-01  9.99736593208163438E-01  9.99731724497331831E-01
+  9.99726765808680251E-01  9.99721715479745421E-01  9.99716571817361288E-01
+  9.99711333097093702E-01  9.99705997562662207E-01  9.99700563425353850E-01
+  9.99695028863423540E-01  9.99689392021485435E-01  9.99683651009891761E-01
+  9.99677803904101103E-01  9.99671848744035252E-01  9.99665783533422392E-01
+  9.99659606239131304E-01  9.99653314790489245E-01  9.99646907078591718E-01
+  9.99640380955595820E-01  9.99633734234002591E-01  9.99626964685927266E-01
+  9.99620070042351094E-01  9.99613047992365611E-01  9.99605896182400255E-01
+  9.99598612215434112E-01  9.99591193650195442E-01  9.99583638000346331E-01
+  9.99575942733652134E-01  9.99568105271133489E-01  9.99560122986207111E-01
+  9.99551993203807165E-01  9.99543713199490758E-01  9.99535280198529219E-01
+  9.99526691374980847E-01  9.99517943850747215E-01  9.99509034694611498E-01
+  9.99499960921261033E-01  9.99490719490288226E-01  9.99481307305177924E-01
+  9.99471721212272235E-01  9.99461957999717598E-01  9.99452014396394084E-01
+  9.99441887070822821E-01  9.99431572630054110E-01  9.99421067618534775E-01
+  9.99410368516957526E-01  9.99399471741083900E-01  9.99388373640550554E-01
+  9.99377070497650788E-01  9.99365558526094988E-01  9.99353833869748742E-01
+  9.99341892601345871E-01  9.99329730721179255E-01  9.99317344155768450E-01
+  9.99304728756500449E-01  9.99291880298248558E-01  9.99278794477963084E-01
+  9.99265466913238587E-01  9.99251893140853165E-01  9.99238068615281971E-01
+  9.99223988707183097E-01  9.99209648701856246E-01  9.99195043797671878E-01
+  9.99180169104474158E-01  9.99165019641951258E-01  9.99149590337979232E-01
+  9.99133876026932488E-01  9.99117871447966599E-01  9.99101571243267261E-01
+  9.99084969956267832E-01  9.99068062029834558E-01  9.99050841804419165E-01
+  9.99033303516177029E-01  9.99015441295050155E-01  9.98997249162817624E-01
+  9.98978721031107741E-01  9.98959850699375651E-01  9.98940631852843541E-01
+  9.98921058060403322E-01  9.98901122772480554E-01  9.98880819318860524E-01
+  9.98860140906473570E-01  9.98839080617140773E-01  9.98817631405278683E-01
+  9.98795786095561522E-01  9.98773537380540977E-01  9.98750877818224247E-01
+  9.98727799829605134E-01  9.98704295696152711E-01  9.98680357557253595E-01
+  9.98655977407607587E-01  9.98631147094574456E-01  9.98605858315476880E-01
+  9.98580102614849641E-01  9.98553871381640090E-01  9.98527155846361092E-01
+  9.98499947078187899E-01  9.98472235982005185E-01  9.98444013295398114E-01
+  9.98415269585593235E-01  9.98385995246337754E-01  9.98356180494728962E-01
+  9.98325815367980041E-01  9.98294889720132694E-01  9.98263393218706718E-01
+  9.98231315341290060E-01  9.98198645372068039E-01  9.98165372398289286E-01
+  9.98131485306668287E-01  9.98096972779720093E-01  9.98061823292035188E-01
+  9.98026025106480419E-01  9.97989566270335970E-01  9.97952434611360850E-01
+  9.97914617733787646E-01  9.97876103014245452E-01  9.97836877597610861E-01
+  9.97796928392781335E-01  9.97756242068375099E-01  9.97714805048352527E-01
+  9.97672603507560707E-01  9.97629623367195628E-01  9.97585850290184872E-01
+  9.97541269676486375E-01  9.97495866658305030E-01  9.97449626095220476E-01
+  9.97402532569230504E-01  9.97354570379705541E-01  9.97305723538250977E-01
+  9.97255975763480573E-01  9.97205310475694384E-01  9.97153710791463310E-01
+  9.97101159518116842E-01  9.97047639148131770E-01  9.96993131853422754E-01
+  9.96937619479530301E-01  9.96881083539704616E-01  9.96823505208886962E-01
+  9.96764865317583348E-01  9.96705144345626626E-01  9.96644322415835227E-01
+  9.96582379287550446E-01  9.96519294350068363E-01  9.96455046615950302E-01
+  9.96389614714215721E-01  9.96322976883419642E-01  9.96255110964601176E-01
+  9.96185994394113261E-01  9.96115604196325610E-01  9.96043916976197652E-01
+  9.95970908911722907E-01  9.95896555746239476E-01  9.95820832780608844E-01
+  9.95743714865253482E-01  9.95665176392060203E-01  9.95585191286139204E-01
+  9.95503732997439439E-01  9.95420774492219884E-01  9.95336288244372813E-01
+  9.95250246226592639E-01  9.95162619901396317E-01  9.95073380211985548E-01
+  9.94982497572951652E-01  9.94889941860819804E-01  9.94795682404430948E-01
+  9.94699687975156510E-01  9.94601926776945922E-01  9.94502366436203045E-01
+  9.94400973991489190E-01  9.94297715883049715E-01  9.94192557942160549E-01
+  9.94085465380294520E-01  9.93976402778101953E-01  9.93865334074205076E-01
+  9.93752222553799469E-01  9.93637030837065338E-01  9.93519720867382272E-01
+  9.93400253899340502E-01  9.93278590486557422E-01  9.93154690469282841E-01
+  9.93028512961797616E-01  9.92900016339604896E-01  9.92769158226400439E-01
+  9.92635895480831087E-01  9.92500184183028433E-01  9.92361979620923096E-01
+  9.92221236276326968E-01  9.92077907810790305E-01  9.91931947051219343E-01
+  9.91783305975263429E-01  9.91631935696457578E-01  9.91477786449123100E-01
+  9.91320807573020990E-01  9.91160947497755962E-01  9.90998153726925679E-01
+  9.90832372822014196E-01  9.90663550386022940E-01  9.90491631046841237E-01
+  9.90316558440345829E-01  9.90138275193231387E-01  9.89956722905567799E-01
+  9.89771842133075896E-01  9.89583572369126530E-01  9.89391852026452856E-01
+  9.89196618418572093E-01  9.88997807740919610E-01  9.88795355051684255E-01
+  9.88589194252347703E-01  9.88379258067918709E-01  9.88165478026864608E-01
+  9.87947784440730059E-01  9.87726106383446156E-01  9.87500371670322008E-01
+  9.87270506836717465E-01  9.87036437116391330E-01  9.86798086419524378E-01
+  9.86555377310413761E-01  9.86308230984832335E-01  9.86056567247052485E-01
+  9.85800304486531886E-01  9.85539359654254765E-01  9.85273648238727096E-01
+  9.85003084241626969E-01  9.84727580153097581E-01  9.84447046926689828E-01
+  9.84161393953945418E-01  9.83870529038620156E-01  9.83574358370543411E-01
+  9.83272786499114204E-01  9.82965716306426485E-01  9.82653048980026034E-01
+  9.82334683985293555E-01  9.82010519037453178E-01  9.81680450073203814E-01
+  9.81344371221972378E-01  9.81002174776786307E-01  9.80653751164763388E-01
+  9.80298988917218117E-01  9.79937774639384807E-01  9.79569992979752446E-01
+  9.79195526599015431E-01  9.78814256138635042E-01  9.78426060189012792E-01
+  9.78030815257279640E-01  9.77628395734691735E-01  9.77218673863642473E-01
+  9.76801519704286192E-01  9.76376801100774183E-01  9.75944383647109448E-01
+  9.75504130652613322E-01  9.75055903107011623E-01  9.74599559645143443E-01
+  9.74134956511288563E-01  9.73661947523122850E-01  9.73180384035302715E-01
+  9.72690114902679537E-01  9.72190986443151939E-01  9.71682842400160562E-01
+  9.71165523904826244E-01  9.70638869437739804E-01  9.70102714790412546E-01
+  9.69556893026386146E-01  9.69001234442017578E-01  9.68435566526940406E-01
+  9.67859713924215548E-01  9.67273498390175401E-01  9.66676738753977416E-01
+  9.66069250876868679E-01  9.65450847611184493E-01  9.64821338759080382E-01
+  9.64180531031016530E-01  9.63528228004011944E-01  9.62864230079671479E-01
+  9.62188334442011461E-01  9.61500335015095686E-01  9.60800022420498556E-01
+  9.60087183934613009E-01  9.59361603445824884E-01  9.58623061411572608E-01
+  9.57871334815311726E-01  9.57106197123411495E-01  9.56327418241998739E-01
+  9.55534764473785825E-01  9.54727998474898198E-01  9.53906879211734893E-01
+  9.53071161917890541E-01  9.52220598051166434E-01  9.51354935250707356E-01
+  9.50473917294293869E-01  9.49577284055825643E-01  9.48664771463037071E-01
+  9.47736111455476427E-01  9.46791031942798011E-01  9.45829256763399129E-01
+  9.44850505643457628E-01  9.43854494156407209E-01  9.42840933682903004E-01
+  9.41809531371328501E-01  9.40759990098893217E-01  9.39692008433382187E-01
+  9.38605280595606883E-01  9.37499496422623535E-01  9.36374341331780879E-01
+  9.35229496285658102E-01  9.34064637757966221E-01  9.32879437700479541E-01
+  9.31673563511072111E-01  9.30446678002936012E-01  9.29198439375061858E-01
+  9.27928501184060783E-01  9.26636512317417060E-01  9.25322116968262054E-01
+  9.23984954611754672E-01  9.22624659983175999E-01  9.21240863057829706E-01
+  9.19833189032853493E-01  9.18401258311051349E-01  9.16944686486858895E-01
+  9.15463084334554034E-01  9.13956057798837151E-01  9.12423207987900553E-01
+  9.10864131169122015E-01  9.09278418767511365E-01  9.07665657367048073E-01
+  9.06025428715056647E-01  9.04357309729764802E-01  9.02660872511198975E-01
+  9.00935684355571254E-01  8.99181307773329053E-01  8.97397300511029838E-01
+  8.95583215577216651E-01  8.93738601272478839E-01  8.91863001223876961E-01
+  8.89955954423931384E-01  8.88016995274367171E-01  8.86045653634821351E-01
+  8.84041454876725363E-01  8.82003919942574433E-01  8.79932565410813439E-01
+  8.77826903566565120E-01  8.75686442478439631E-01  8.73510686081670040E-01
+  8.71299134267820907E-01  8.69051282981332274E-01  8.66766624323163870E-01
+  8.64444646661807536E-01  8.62084834751953188E-01  8.59686669861089992E-01
+  8.57249629904345167E-01  8.54773189587855642E-01  8.52256820560980510E-01
+  8.49699991577686053E-01  8.47102168667408728E-01  8.44462815315745408E-01
+  8.41781392655301941E-01  8.39057359667052638E-01  8.36290173392565839E-01
+  8.33479289157458614E-01  8.30624160806449297E-01  8.27724240950395207E-01
+  8.24778981225690377E-01  8.21787832566424625E-01  8.18750245489700101E-01
+  8.15665670394516207E-01  8.12533557874633994E-01  8.09353359045843157E-01
+  8.06124525888056165E-01  8.02846511602666513E-01  7.99518770985604976E-01
+  7.96140760816539950E-01  7.92711940264676951E-01  7.89231771311596053E-01
+  7.85699719191602308E-01  7.82115252850035914E-01  7.78477845420015080E-01
+  7.74786974718073340E-01  7.71042123759160147E-01  7.67242781291475384E-01
+  7.63388442351602414E-01  7.59478608840411962E-01  7.55512790120202227E-01
+  7.51490503633531315E-01  7.47411275544221154E-01  7.43274641400961222E-01
+  7.39080146823983486E-01  7.34827348215237097E-01  7.30515813492501498E-01
+  7.26145122847853930E-01  7.21714869530909908E-01  7.17224660657224788E-01
+  7.12674118042241345E-01  7.08062879061149619E-01  7.03390597534993889E-01
+  6.98656944643367361E-01  6.93861609863971940E-01  6.89004301939332042E-01
+  6.84084749870900954E-01  6.79102703940774322E-01  6.74057936761187859E-01
+  6.68950244351943835E-01  6.63779447245866794E-01  6.58545391622347376E-01
+  6.53247950468988536E-01  6.47887024771307996E-01  6.42462544730421081E-01
+  6.36974471008533105E-01  6.31422796002045539E-01  6.25807545141989774E-01
+  6.20128778221442745E-01  6.14386590749500305E-01  6.08581115331303546E-01
+  6.02712523073529960E-01  5.96781025014672561E-01  5.90786873579329908E-01
+  5.84730364055636276E-01  5.78611836094842347E-01  5.72431675231970249E-01
+  5.66190314426308294E-01  5.59888235620425667E-01  5.53525971316231269E-01
+  5.47104106166475423E-01  5.40623278579939415E-01  5.34084182338418034E-01
+  5.27487568223430681E-01  5.20834245650440453E-01  5.14125084308179603E-01
+  5.07361015800505522E-01  5.00543035288032234E-01  4.93672203126558906E-01
+  4.86749646499151978E-01  4.79776561038497418E-01  4.72754212435943344E-01
+  4.65683938033410905E-01  4.58567148394132873E-01  4.51405328847933385E-01
+  4.44200041006515167E-01  4.36952924243969643E-01  4.29665697137466440E-01
+  4.22340158862797133E-01  4.14978190539215863E-01  4.07581756517678528E-01
+  4.00152905606356690E-01  3.92693772226984761E-01  3.85206577495311564E-01
+  3.77693630218635445E-01  3.70157327803100178E-01  3.62600157063136197E-01
+  3.55024694925117457E-01  3.47433609017027800E-01  3.39829658135595514E-01
+  3.32215692582115085E-01  3.24594654357812762E-01  3.16969577209392395E-01
+  3.09343586515078262E-01  3.01719899001221759E-01  2.94101822279273450E-01
+  2.86492754192678556E-01  2.78896181963029288E-01  2.71315681124585595E-01
+  2.63754914236101423E-01  2.56217629358701793E-01  2.48707658288452704E-01
+  2.41228914532099437E-01  2.33785391014422278E-01  2.26381157505581937E-01
+  2.19020357756830153E-01  2.11707206333006603E-01  2.04445985130318086E-01
+  1.97241039568042759E-01  1.90096774442990474E-01  1.83017649435806423E-01
+  1.76008174258525801E-01  1.69072903433164612E-01  1.62216430691627916E-01
+  1.55443382987711459E-01  1.48758414112648008E-01  1.42166197906346548E-01
+  1.35671421057298514E-01  1.29278775485030667E-01  1.22992950300034029E-01
+  1.16818623337208244E-01  1.10760452260141251E-01  1.04823065234910667E-01
+  9.90110511736005949E-02  9.33289495493931365E-02  8.77812397868348165E-02
+  8.23723302328402823E-02  7.71065467160477330E-02  7.19881207043645416E-02
+  6.70211770729226275E-02  6.22097214971864820E-02  5.75576274886581141E-02
+  5.30686230934623374E-02  4.87462772771093192E-02  4.45939860218938500E-02
+  4.06149581667253415E-02  3.68122010226326624E-02  3.31885058008372161E-02
+  2.97464328940366708E-02  2.64882970554404691E-02  2.34161525241216827E-02
+  2.05317781493810393E-02  1.78366625710466298E-02  1.53319895169449199E-02
+  1.30186232831508309E-02  1.08970944670396513E-02  8.96758602758887524E-03
+  7.22991975180928195E-03  5.68354321054691768E-03  4.32751729122025832E-03
+  3.16050439923933404E-03  2.18075742390482245E-03  1.38610956842989317E-03
+  7.73965147339190592E-04  3.41291457813058590E-04  8.46118345144453740E-05
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  END     
+   VLOCFUN      
+ -2.76968196265542810E+00 -2.76968196265537925E+00 -2.76968196265542899E+00
+ -2.76968196265546585E+00 -2.76968196265546185E+00 -2.76968196265547428E+00
+ -2.76968196265548627E+00 -2.76968196265548716E+00 -2.76968196265550803E+00
+ -2.76968196265551869E+00 -2.76968196265552979E+00 -2.76968196265553113E+00
+ -2.76968196265556044E+00 -2.76968196265557909E+00 -2.76968196265559197E+00
+ -2.76968196265562350E+00 -2.76968196265564748E+00 -2.76968196265567901E+00
+ -2.76968196265570832E+00 -2.76968196265574118E+00 -2.76968196265577582E+00
+ -2.76968196265581534E+00 -2.76968196265585087E+00 -2.76968196265589750E+00
+ -2.76968196265594147E+00 -2.76968196265599120E+00 -2.76968196265603828E+00
+ -2.76968196265609690E+00 -2.76968196265614708E+00 -2.76968196265620170E+00
+ -2.76968196265626521E+00 -2.76968196265632560E+00 -2.76968196265639000E+00
+ -2.76968196265646416E+00 -2.76968196265653965E+00 -2.76968196265662003E+00
+ -2.76968196265669730E+00 -2.76968196265677724E+00 -2.76968196265686384E+00
+ -2.76968196265695443E+00 -2.76968196265704947E+00 -2.76968196265714361E+00
+ -2.76968196265724709E+00 -2.76968196265734878E+00 -2.76968196265745803E+00
+ -2.76968196265757083E+00 -2.76968196265769340E+00 -2.76968196265781641E+00
+ -2.76968196265794031E+00 -2.76968196265807221E+00 -2.76968196265820854E+00
+ -2.76968196265835065E+00 -2.76968196265849542E+00 -2.76968196265864686E+00
+ -2.76968196265880362E+00 -2.76968196265896971E+00 -2.76968196265913713E+00
+ -2.76968196265930544E+00 -2.76968196265948974E+00 -2.76968196265967936E+00
+ -2.76968196265987254E+00 -2.76968196266007283E+00 -2.76968196266028022E+00
+ -2.76968196266048983E+00 -2.76968196266070743E+00 -2.76968196266092992E+00
+ -2.76968196266116218E+00 -2.76968196266140110E+00 -2.76968196266165068E+00
+ -2.76968196266190114E+00 -2.76968196266216005E+00 -2.76968196266243183E+00
+ -2.76968196266270672E+00 -2.76968196266298916E+00 -2.76968196266328048E+00
+ -2.76968196266358291E+00 -2.76968196266389022E+00 -2.76968196266421574E+00
+ -2.76968196266453992E+00 -2.76968196266488098E+00 -2.76968196266522515E+00
+ -2.76968196266558353E+00 -2.76968196266595568E+00 -2.76968196266633004E+00
+ -2.76968196266672484E+00 -2.76968196266711830E+00 -2.76968196266753441E+00
+ -2.76968196266795408E+00 -2.76968196266838396E+00 -2.76968196266883648E+00
+ -2.76968196266929478E+00 -2.76968196266975930E+00 -2.76968196267023536E+00
+ -2.76968196267072608E+00 -2.76968196267122346E+00 -2.76968196267174127E+00
+ -2.76968196267226663E+00 -2.76968196267281241E+00 -2.76968196267336975E+00
+ -2.76968196267394617E+00 -2.76968196267452926E+00 -2.76968196267512967E+00
+ -2.76968196267574429E+00 -2.76968196267637445E+00 -2.76968196267702238E+00
+ -2.76968196267768141E+00 -2.76968196267835909E+00 -2.76968196267905142E+00
+ -2.76968196267976419E+00 -2.76968196268049338E+00 -2.76968196268124212E+00
+ -2.76968196268200018E+00 -2.76968196268278932E+00 -2.76968196268359135E+00
+ -2.76968196268440847E+00 -2.76968196268525002E+00 -2.76968196268610845E+00
+ -2.76968196268698819E+00 -2.76968196268789280E+00 -2.76968196268881517E+00
+ -2.76968196268975930E+00 -2.76968196269072564E+00 -2.76968196269171596E+00
+ -2.76968196269272671E+00 -2.76968196269376099E+00 -2.76968196269481393E+00
+ -2.76968196269589706E+00 -2.76968196269700861E+00 -2.76968196269814504E+00
+ -2.76968196269930411E+00 -2.76968196270050093E+00 -2.76968196270171108E+00
+ -2.76968196270295719E+00 -2.76968196270421974E+00 -2.76968196270551825E+00
+ -2.76968196270684741E+00 -2.76968196270820544E+00 -2.76968196270960032E+00
+ -2.76968196271102229E+00 -2.76968196271247002E+00 -2.76968196271395906E+00
+ -2.76968196271547429E+00 -2.76968196271702594E+00 -2.76968196271861000E+00
+ -2.76968196272023359E+00 -2.76968196272189005E+00 -2.76968196272358247E+00
+ -2.76968196272531353E+00 -2.76968196272708633E+00 -2.76968196272889422E+00
+ -2.76968196273074518E+00 -2.76968196273263345E+00 -2.76968196273456257E+00
+ -2.76968196273653433E+00 -2.76968196273855005E+00 -2.76968196274060752E+00
+ -2.76968196274270717E+00 -2.76968196274486278E+00 -2.76968196274705480E+00
+ -2.76968196274929168E+00 -2.76968196275158629E+00 -2.76968196275392398E+00
+ -2.76968196275631273E+00 -2.76968196275875789E+00 -2.76968196276124790E+00
+ -2.76968196276379519E+00 -2.76968196276639489E+00 -2.76968196276905410E+00
+ -2.76968196277176570E+00 -2.76968196277453371E+00 -2.76968196277735768E+00
+ -2.76968196278024426E+00 -2.76968196278319478E+00 -2.76968196278620793E+00
+ -2.76968196278928414E+00 -2.76968196279242163E+00 -2.76968196279562706E+00
+ -2.76968196279890000E+00 -2.76968196280224799E+00 -2.76968196280566392E+00
+ -2.76968196280914647E+00 -2.76968196281270895E+00 -2.76968196281634338E+00
+ -2.76968196282004975E+00 -2.76968196282383694E+00 -2.76968196282770229E+00
+ -2.76968196283164270E+00 -2.76968196283566925E+00 -2.76968196283977974E+00
+ -2.76968196284397639E+00 -2.76968196284825874E+00 -2.76968196285262724E+00
+ -2.76968196285708723E+00 -2.76968196286163959E+00 -2.76968196286628832E+00
+ -2.76968196287102053E+00 -2.76968196287585755E+00 -2.76968196288079405E+00
+ -2.76968196288583091E+00 -2.76968196289096591E+00 -2.76968196289621060E+00
+ -2.76968196290156232E+00 -2.76968196290701796E+00 -2.76968196291258684E+00
+ -2.76968196291827251E+00 -2.76968196292406788E+00 -2.76968196292998403E+00
+ -2.76968196293601743E+00 -2.76968196294217828E+00 -2.76968196294845637E+00
+ -2.76968196295487035E+00 -2.76968196296140912E+00 -2.76968196296806957E+00
+ -2.76968196297487168E+00 -2.76968196298181235E+00 -2.76968196298889158E+00
+ -2.76968196299611202E+00 -2.76968196300348213E+00 -2.76968196301099479E+00
+ -2.76968196301866021E+00 -2.76968196302648018E+00 -2.76968196303445424E+00
+ -2.76968196304258818E+00 -2.76968196305088288E+00 -2.76968196305934677E+00
+ -2.76968196306797321E+00 -2.76968196307677239E+00 -2.76968196308574788E+00
+ -2.76968196309490500E+00 -2.76968196310423975E+00 -2.76968196311376769E+00
+ -2.76968196312347592E+00 -2.76968196313337689E+00 -2.76968196314347814E+00
+ -2.76968196315377613E+00 -2.76968196316427306E+00 -2.76968196317498538E+00
+ -2.76968196318590687E+00 -2.76968196319703575E+00 -2.76968196320839199E+00
+ -2.76968196321997118E+00 -2.76968196323177418E+00 -2.76968196324380767E+00
+ -2.76968196325608096E+00 -2.76968196326859228E+00 -2.76968196328135230E+00
+ -2.76968196329436323E+00 -2.76968196330762861E+00 -2.76968196332114980E+00
+ -2.76968196333493610E+00 -2.76968196334899686E+00 -2.76968196336333117E+00
+ -2.76968196337794481E+00 -2.76968196339284400E+00 -2.76968196340803541E+00
+ -2.76968196342350925E+00 -2.76968196343930595E+00 -2.76968196345540107E+00
+ -2.76968196347180973E+00 -2.76968196348853812E+00 -2.76968196350558982E+00
+ -2.76968196352297635E+00 -2.76968196354070528E+00 -2.76968196355877527E+00
+ -2.76968196357720231E+00 -2.76968196359597441E+00 -2.76968196361511332E+00
+ -2.76968196363463148E+00 -2.76968196365452402E+00 -2.76968196367480024E+00
+ -2.76968196369546771E+00 -2.76968196371653796E+00 -2.76968196373801767E+00
+ -2.76968196375991527E+00 -2.76968196378222764E+00 -2.76968196380498277E+00
+ -2.76968196382817267E+00 -2.76968196385181464E+00 -2.76968196387590782E+00
+ -2.76968196390046240E+00 -2.76968196392549837E+00 -2.76968196395101751E+00
+ -2.76968196397703048E+00 -2.76968196400353639E+00 -2.76968196403055877E+00
+ -2.76968196405809586E+00 -2.76968196408616407E+00 -2.76968196411477940E+00
+ -2.76968196414393919E+00 -2.76968196417365764E+00 -2.76968196420395119E+00
+ -2.76968196423482116E+00 -2.76968196426628754E+00 -2.76968196429835123E+00
+ -2.76968196433103442E+00 -2.76968196436434866E+00 -2.76968196439829883E+00
+ -2.76968196443290138E+00 -2.76968196446816872E+00 -2.76968196450410886E+00
+ -2.76968196454074311E+00 -2.76968196457806837E+00 -2.76968196461611260E+00
+ -2.76968196465488692E+00 -2.76968196469439576E+00 -2.76968196473466133E+00
+ -2.76968196477569251E+00 -2.76968196481751461E+00 -2.76968196486013651E+00
+ -2.76968196490356622E+00 -2.76968196494783037E+00 -2.76968196499293695E+00
+ -2.76968196503890196E+00 -2.76968196508574405E+00 -2.76968196513348230E+00
+ -2.76968196518212784E+00 -2.76968196523169219E+00 -2.76968196528221089E+00
+ -2.76968196533368127E+00 -2.76968196538613975E+00 -2.76968196543958678E+00
+ -2.76968196549405654E+00 -2.76968196554956680E+00 -2.76968196560612556E+00
+ -2.76968196566375990E+00 -2.76968196572248893E+00 -2.76968196578233794E+00
+ -2.76968196584332160E+00 -2.76968196590546523E+00 -2.76968196596877592E+00
+ -2.76968196603329941E+00 -2.76968196609905037E+00 -2.76968196616604345E+00
+ -2.76968196623430529E+00 -2.76968196630386654E+00 -2.76968196637473474E+00
+ -2.76968196644695874E+00 -2.76968196652054699E+00 -2.76968196659552612E+00
+ -2.76968196667193034E+00 -2.76968196674977563E+00 -2.76968196682909173E+00
+ -2.76968196690991375E+00 -2.76968196699226832E+00 -2.76968196707618075E+00
+ -2.76968196716167947E+00 -2.76968196724879334E+00 -2.76968196733755212E+00
+ -2.76968196742798423E+00 -2.76968196752013540E+00 -2.76968196761402030E+00
+ -2.76968196770968111E+00 -2.76968196780714981E+00 -2.76968196790645083E+00
+ -2.76968196800763300E+00 -2.76968196811072520E+00 -2.76968196821575408E+00
+ -2.76968196832276448E+00 -2.76968196843179326E+00 -2.76968196854288706E+00
+ -2.76968196865607430E+00 -2.76968196877139050E+00 -2.76968196888888363E+00
+ -2.76968196900858521E+00 -2.76968196913054765E+00 -2.76968196925480248E+00
+ -2.76968196938139499E+00 -2.76968196951037982E+00 -2.76968196964179336E+00
+ -2.76968196977567338E+00 -2.76968196991207760E+00 -2.76968197005104333E+00
+ -2.76968197019262830E+00 -2.76968197033687691E+00 -2.76968197048383002E+00
+ -2.76968197063355248E+00 -2.76968197078608513E+00 -2.76968197094148394E+00
+ -2.76968197109981062E+00 -2.76968197126110649E+00 -2.76968197142542971E+00
+ -2.76968197159284024E+00 -2.76968197176339981E+00 -2.76968197193715682E+00
+ -2.76968197211418454E+00 -2.76968197229453050E+00 -2.76968197247826931E+00
+ -2.76968197266544847E+00 -2.76968197285614748E+00 -2.76968197305042496E+00
+ -2.76968197324834220E+00 -2.76968197344997513E+00 -2.76968197365538726E+00
+ -2.76968197386465320E+00 -2.76968197407784045E+00 -2.76968197429502450E+00
+ -2.76968197451628173E+00 -2.76968197474168232E+00 -2.76968197497130486E+00
+ -2.76968197520523773E+00 -2.76968197544354666E+00 -2.76968197568632446E+00
+ -2.76968197593365417E+00 -2.76968197618561041E+00 -2.76968197644228731E+00
+ -2.76968197670377281E+00 -2.76968197697015128E+00 -2.76968197724151333E+00
+ -2.76968197751795042E+00 -2.76968197779956160E+00 -2.76968197808645122E+00
+ -2.76968197837869923E+00 -2.76968197867641575E+00 -2.76968197897970425E+00
+ -2.76968197928866022E+00 -2.76968197960339380E+00 -2.76968197992401466E+00
+ -2.76968198025063694E+00 -2.76968198058336235E+00 -2.76968198092230811E+00
+ -2.76968198126758880E+00 -2.76968198161932655E+00 -2.76968198197763904E+00
+ -2.76968198234263951E+00 -2.76968198271446031E+00 -2.76968198309323421E+00
+ -2.76968198347908157E+00 -2.76968198387213693E+00 -2.76968198427252954E+00
+ -2.76968198468040327E+00 -2.76968198509588470E+00 -2.76968198551913769E+00
+ -2.76968198595028570E+00 -2.76968198638948282E+00 -2.76968198683687472E+00
+ -2.76968198729262349E+00 -2.76968198775687346E+00 -2.76968198822979161E+00
+ -2.76968198871152671E+00 -2.76968198920225417E+00 -2.76968198970213519E+00
+ -2.76968199021133810E+00 -2.76968199073004762E+00 -2.76968199125843384E+00
+ -2.76968199179667174E+00 -2.76968199234494294E+00 -2.76968199290344685E+00
+ -2.76968199347235355E+00 -2.76968199405187177E+00 -2.76968199464219200E+00
+ -2.76968199524351766E+00 -2.76968199585605657E+00 -2.76968199648000324E+00
+ -2.76968199711558327E+00 -2.76968199776300228E+00 -2.76968199842249208E+00
+ -2.76968199909426449E+00 -2.76968199977855400E+00 -2.76968200047558666E+00
+ -2.76968200118561292E+00 -2.76968200190886327E+00 -2.76968200264558018E+00
+ -2.76968200339602300E+00 -2.76968200416043464E+00 -2.76968200493908379E+00
+ -2.76968200573223466E+00 -2.76968200654015106E+00 -2.76968200736310921E+00
+ -2.76968200820138843E+00 -2.76968200905527429E+00 -2.76968200992505187E+00
+ -2.76968201081101961E+00 -2.76968201171347861E+00 -2.76968201263272418E+00
+ -2.76968201356908184E+00 -2.76968201452286600E+00 -2.76968201549439241E+00
+ -2.76968201648399415E+00 -2.76968201749201137E+00 -2.76968201851878115E+00
+ -2.76968201956464677E+00 -2.76968202062996793E+00 -2.76968202171510391E+00
+ -2.76968202282042464E+00 -2.76968202394630447E+00 -2.76968202509312222E+00
+ -2.76968202626126114E+00 -2.76968202745112224E+00 -2.76968202866310875E+00
+ -2.76968202989763057E+00 -2.76968203115510869E+00 -2.76968203243595790E+00
+ -2.76968203374061828E+00 -2.76968203506953081E+00 -2.76968203642314803E+00
+ -2.76968203780193134E+00 -2.76968203920633593E+00 -2.76968204063683610E+00
+ -2.76968204209392344E+00 -2.76968204357809178E+00 -2.76968204508983717E+00
+ -2.76968204662967699E+00 -2.76968204819812547E+00 -2.76968204979571153E+00
+ -2.76968205142298229E+00 -2.76968205308047910E+00 -2.76968205476877749E+00
+ -2.76968205648842725E+00 -2.76968205824002389E+00 -2.76968206002415274E+00
+ -2.76968206184141730E+00 -2.76968206369244196E+00 -2.76968206557784002E+00
+ -2.76968206749824741E+00 -2.76968206945431961E+00 -2.76968207144671918E+00
+ -2.76968207347611495E+00 -2.76968207554318546E+00 -2.76968207764863683E+00
+ -2.76968207979318359E+00 -2.76968208197754606E+00 -2.76968208420246009E+00
+ -2.76968208646867353E+00 -2.76968208877696043E+00 -2.76968209112808594E+00
+ -2.76968209352286454E+00 -2.76968209596208670E+00 -2.76968209844658464E+00
+ -2.76968210097719147E+00 -2.76968210355476030E+00 -2.76968210618017574E+00
+ -2.76968210885430866E+00 -2.76968211157805921E+00 -2.76968211435235867E+00
+ -2.76968211717814228E+00 -2.76968212005634795E+00 -2.76968212298796157E+00
+ -2.76968212597396191E+00 -2.76968212901536681E+00 -2.76968213211320302E+00
+ -2.76968213526850082E+00 -2.76968213848233535E+00 -2.76968214175579641E+00
+ -2.76968214508997068E+00 -2.76968214848599281E+00 -2.76968215194501166E+00
+ -2.76968215546818586E+00 -2.76968215905670245E+00 -2.76968216271178491E+00
+ -2.76968216643464737E+00 -2.76968217022655905E+00 -2.76968217408879092E+00
+ -2.76968217802265171E+00 -2.76968218202945460E+00 -2.76968218611055761E+00
+ -2.76968219026734097E+00 -2.76968219450120445E+00 -2.76968219881356914E+00
+ -2.76968220320589120E+00 -2.76968220767965256E+00 -2.76968221223635824E+00
+ -2.76968221687753857E+00 -2.76968222160477673E+00 -2.76968222641964479E+00
+ -2.76968223132377167E+00 -2.76968223631881383E+00 -2.76968224140645036E+00
+ -2.76968224658838569E+00 -2.76968225186638861E+00 -2.76968225724222261E+00
+ -2.76968226271770179E+00 -2.76968226829466246E+00 -2.76968227397499289E+00
+ -2.76968227976059911E+00 -2.76968228565344088E+00 -2.76968229165548596E+00
+ -2.76968229776877228E+00 -2.76968230399534310E+00 -2.76968231033730561E+00
+ -2.76968231679679011E+00 -2.76968232337598330E+00 -2.76968233007708742E+00
+ -2.76968233690236021E+00 -2.76968234385410161E+00 -2.76968235093465553E+00
+ -2.76968235814640540E+00 -2.76968236549177416E+00 -2.76968237297324071E+00
+ -2.76968238059331817E+00 -2.76968238835456759E+00 -2.76968239625961710E+00
+ -2.76968240431111923E+00 -2.76968241251177538E+00 -2.76968242086436067E+00
+ -2.76968242937167153E+00 -2.76968243803658298E+00 -2.76968244686200515E+00
+ -2.76968245585091699E+00 -2.76968246500632898E+00 -2.76968247433133996E+00
+ -2.76968248382906479E+00 -2.76968249350271645E+00 -2.76968250335555277E+00
+ -2.76968251339087779E+00 -2.76968252361207412E+00 -2.76968253402257725E+00
+ -2.76968254462589458E+00 -2.76968255542558817E+00 -2.76968256642529242E+00
+ -2.76968257762871062E+00 -2.76968258903961440E+00 -2.76968260066183758E+00
+ -2.76968261249928993E+00 -2.76968262455596248E+00 -2.76968263683589289E+00
+ -2.76968264934323738E+00 -2.76968266208217706E+00 -2.76968267505701160E+00
+ -2.76968268827209485E+00 -2.76968270173188680E+00 -2.76968271544090427E+00
+ -2.76968272940376270E+00 -2.76968274362514988E+00 -2.76968275810985398E+00
+ -2.76968277286274667E+00 -2.76968278788879196E+00 -2.76968280319303561E+00
+ -2.76968281878063483E+00 -2.76968283465681875E+00 -2.76968285082693066E+00
+ -2.76968286729641555E+00 -2.76968288407079921E+00 -2.76968290115573490E+00
+ -2.76968291855695847E+00 -2.76968293628032436E+00 -2.76968295433178158E+00
+ -2.76968297271741237E+00 -2.76968299144339625E+00 -2.76968301051603039E+00
+ -2.76968302994172610E+00 -2.76968304972700130E+00 -2.76968306987851687E+00
+ -2.76968309040305227E+00 -2.76968311130750289E+00 -2.76968313259889465E+00
+ -2.76968315428438627E+00 -2.76968317637126393E+00 -2.76968319886695502E+00
+ -2.76968322177902371E+00 -2.76968324511516961E+00 -2.76968326888323491E+00
+ -2.76968329309120831E+00 -2.76968331774722465E+00 -2.76968334285957551E+00
+ -2.76968336843670393E+00 -2.76968339448719592E+00 -2.76968342101981380E+00
+ -2.76968344804346867E+00 -2.76968347556725147E+00 -2.76968350360040683E+00
+ -2.76968353215235741E+00 -2.76968356123269999E+00 -2.76968359085120053E+00
+ -2.76968362101781329E+00 -2.76968365174268127E+00 -2.76968368303612333E+00
+ -2.76968371490866483E+00 -2.76968374737100786E+00 -2.76968378043406060E+00
+ -2.76968381410893505E+00 -2.76968384840694437E+00 -2.76968388333961091E+00
+ -2.76968391891868615E+00 -2.76968395515610633E+00 -2.76968399206405103E+00
+ -2.76968402965492411E+00 -2.76968406794136435E+00 -2.76968410693621614E+00
+ -2.76968414665260054E+00 -2.76968418710384423E+00 -2.76968422830355410E+00
+ -2.76968427026555064E+00 -2.76968431300394968E+00 -2.76968435653309930E+00
+ -2.76968440086762691E+00 -2.76968444602242769E+00 -2.76968449201265976E+00
+ -2.76968453885379295E+00 -2.76968458656154493E+00 -2.76968463515194596E+00
+ -2.76968468464132389E+00 -2.76968473504629653E+00 -2.76968478638379256E+00
+ -2.76968483867106974E+00 -2.76968489192567224E+00 -2.76968494616551020E+00
+ -2.76968500140878504E+00 -2.76968505767406015E+00 -2.76968511498023506E+00
+ -2.76968517334655662E+00 -2.76968523279262824E+00 -2.76968529333841440E+00
+ -2.76968535500425439E+00 -2.76968541781085298E+00 -2.76968548177930440E+00
+ -2.76968554693111013E+00 -2.76968561328813490E+00 -2.76968568087266620E+00
+ -2.76968574970740589E+00 -2.76968581981547191E+00 -2.76968589122040632E+00
+ -2.76968596394619793E+00 -2.76968603801725877E+00 -2.76968611345846583E+00
+ -2.76968619029516239E+00 -2.76968626855315003E+00 -2.76968634825870241E+00
+ -2.76968642943859544E+00 -2.76968651212008021E+00 -2.76968659633093361E+00
+ -2.76968668209941971E+00 -2.76968676945434567E+00 -2.76968685842505558E+00
+ -2.76968694904141310E+00 -2.76968704133384458E+00 -2.76968713533335142E+00
+ -2.76968723107149373E+00 -2.76968732858041600E+00 -2.76968742789286448E+00
+ -2.76968752904218318E+00 -2.76968763206233737E+00 -2.76968773698791670E+00
+ -2.76968784385414235E+00 -2.76968795269691315E+00 -2.76968806355276165E+00
+ -2.76968817645891630E+00 -2.76968829145328410E+00 -2.76968840857447773E+00
+ -2.76968852786181419E+00 -2.76968864935534764E+00 -2.76968877309586148E+00
+ -2.76968889912491267E+00 -2.76968902748481405E+00 -2.76968915821864892E+00
+ -2.76968929137031639E+00 -2.76968942698452292E+00 -2.76968956510679520E+00
+ -2.76968970578350060E+00 -2.76968984906187021E+00 -2.76968999499000468E+00
+ -2.76969014361689370E+00 -2.76969029499243691E+00 -2.76969044916745721E+00
+ -2.76969060619370611E+00 -2.76969076612389653E+00 -2.76969092901172775E+00
+ -2.76969109491187115E+00 -2.76969126388002884E+00 -2.76969143597291767E+00
+ -2.76969161124830787E+00 -2.76969178976503816E+00 -2.76969197158304015E+00
+ -2.76969215676334679E+00 -2.76969234536811326E+00 -2.76969253746066135E+00
+ -2.76969273310546349E+00 -2.76969293236820091E+00 -2.76969313531576988E+00
+ -2.76969334201627371E+00 -2.76969355253911287E+00 -2.76969376695494329E+00
+ -2.76969398533574340E+00 -2.76969420775480968E+00 -2.76969443428680995E+00
+ -2.76969466500777317E+00 -2.76969489999515517E+00 -2.76969513932781863E+00
+ -2.76969538308610597E+00 -2.76969563135182506E+00 -2.76969588420831148E+00
+ -2.76969614174044310E+00 -2.76969640403465478E+00 -2.76969667117897966E+00
+ -2.76969694326308424E+00 -2.76969722037829902E+00 -2.76969750261762870E+00
+ -2.76969779007579975E+00 -2.76969808284930519E+00 -2.76969838103639621E+00
+ -2.76969868473716296E+00 -2.76969899405352749E+00 -2.76969930908931872E+00
+ -2.76969962995025165E+00 -2.76969995674402147E+00 -2.76970028958031422E+00
+ -2.76970062857083121E+00 -2.76970097382933966E+00 -2.76970132547171310E+00
+ -2.76970168361597624E+00 -2.76970204838232137E+00 -2.76970241989316124E+00
+ -2.76970279827319299E+00 -2.76970318364938839E+00 -2.76970357615109330E+00
+ -2.76970397591002193E+00 -2.76970438306033806E+00 -2.76970479773867906E+00
+ -2.76970522008421316E+00 -2.76970565023867454E+00 -2.76970608834641663E+00
+ -2.76970653455446980E+00 -2.76970698901256895E+00 -2.76970745187323564E+00
+ -2.76970792329179449E+00 -2.76970840342644653E+00 -2.76970889243830953E+00
+ -2.76970939049148956E+00 -2.76970989775312448E+00 -2.76971041439343857E+00
+ -2.76971094058580602E+00 -2.76971147650679539E+00 -2.76971202233625524E+00
+ -2.76971257825733996E+00 -2.76971314445660743E+00 -2.76971372112405634E+00
+ -2.76971430845318611E+00 -2.76971490664108044E+00 -2.76971551588848408E+00
+ -2.76971613639981751E+00 -2.76971676838329905E+00 -2.76971741205101196E+00
+ -2.76971806761891992E+00 -2.76971873530701274E+00 -2.76971941533932631E+00
+ -2.76972010794404389E+00 -2.76972081335357068E+00 -2.76972153180460001E+00
+ -2.76972226353820927E+00 -2.76972300879991584E+00 -2.76972376783978991E+00
+ -2.76972454091251397E+00 -2.76972532827748541E+00 -2.76972613019888714E+00
+ -2.76972694694579191E+00 -2.76972777879225385E+00 -2.76972862601735548E+00
+ -2.76972948890539561E+00 -2.76973036774586934E+00 -2.76973126283366122E+00
+ -2.76973217446907949E+00 -2.76973310295800657E+00 -2.76973404861196082E+00
+ -2.76973501174823156E+00 -2.76973599268996029E+00 -2.76973699176625399E+00
+ -2.76973800931232539E+00 -2.76973904566956719E+00 -2.76974010118567593E+00
+ -2.76974117621479410E+00 -2.76974227111758831E+00 -2.76974338626139538E+00
+ -2.76974452202035204E+00 -2.76974567877549882E+00 -2.76974685691493105E+00
+ -2.76974805683388547E+00 -2.76974927893493517E+00 -2.76975052362808460E+00
+ -2.76975179133090421E+00 -2.76975308246868890E+00 -2.76975439747459795E+00
+ -2.76975573678979448E+00 -2.76975710086358529E+00 -2.76975849015357900E+00
+ -2.76975990512584680E+00 -2.76976134625507964E+00 -2.76976281402473656E+00
+ -2.76976430892719439E+00 -2.76976583146395194E+00 -2.76976738214576246E+00
+ -2.76976896149281471E+00 -2.76977057003491822E+00 -2.76977220831167070E+00
+ -2.76977387687263032E+00 -2.76977557627753157E+00 -2.76977730709643311E+00
+ -2.76977906990994072E+00 -2.76978086530937873E+00 -2.76978269389699605E+00
+ -2.76978455628618248E+00 -2.76978645310163962E+00 -2.76978838497963853E+00
+ -2.76979035256819905E+00 -2.76979235652729727E+00 -2.76979439752913059E+00
+ -2.76979647625829228E+00 -2.76979859341204326E+00 -2.76980074970051415E+00
+ -2.76980294584696418E+00 -2.76980518258802055E+00 -2.76980746067389205E+00
+ -2.76980978086869500E+00 -2.76981214395062247E+00 -2.76981455071226224E+00
+ -2.76981700196084324E+00 -2.76981949851850917E+00 -2.76982204122259112E+00
+ -2.76982463092590381E+00 -2.76982726849699379E+00 -2.76982995482046412E+00
+ -2.76983269079727057E+00 -2.76983547734499069E+00 -2.76983831539817960E+00
+ -2.76984120590863636E+00 -2.76984414984575134E+00 -2.76984714819682720E+00
+ -2.76985020196739695E+00 -2.76985331218156983E+00 -2.76985647988239325E+00
+ -2.76985970613214194E+00 -2.76986299201274022E+00 -2.76986633862611020E+00
+ -2.76986974709449552E+00 -2.76987321856088897E+00 -2.76987675418939272E+00
+ -2.76988035516562325E+00 -2.76988402269707068E+00 -2.76988775801354370E+00
+ -2.76989156236757328E+00 -2.76989543703479724E+00 -2.76989938331445984E+00
+ -2.76990340252975376E+00 -2.76990749602833919E+00 -2.76991166518274845E+00
+ -2.76991591139088156E+00 -2.76992023607643967E+00 -2.76992464068942645E+00
+ -2.76992912670662106E+00 -2.76993369563206970E+00 -2.76993834899760083E+00
+ -2.76994308836332159E+00 -2.76994791531817164E+00 -2.76995283148040849E+00
+ -2.76995783849817023E+00 -2.76996293805004656E+00 -2.76996813184561264E+00
+ -2.76997342162600280E+00 -2.76997880916451855E+00 -2.76998429626719389E+00
+ -2.76998988477339392E+00 -2.76999557655647832E+00 -2.77000137352435871E+00
+ -2.77000727762018295E+00 -2.77001329082299108E+00 -2.77001941514834460E+00
+ -2.77002565264900502E+00 -2.77003200541564398E+00 -2.77003847557752403E+00
+ -2.77004506530321271E+00 -2.77005177680129755E+00 -2.77005861232114414E+00
+ -2.77006557415365107E+00 -2.77007266463196622E+00 -2.77007988613233191E+00
+ -2.77008724107484117E+00 -2.77009473192424860E+00 -2.77010236119080044E+00
+ -2.77011013143106721E+00 -2.77011804524880567E+00 -2.77012610529582259E+00
+ -2.77013431427285894E+00 -2.77014267493048028E+00 -2.77015119007002619E+00
+ -2.77015986254451940E+00 -2.77016869525960363E+00 -2.77017769117457568E+00
+ -2.77018685330329806E+00 -2.77019618471524609E+00 -2.77020568853652671E+00
+ -2.77021536795091761E+00 -2.77022522620092593E+00 -2.77023526658886432E+00
+ -2.77024549247797669E+00 -2.77025590729353866E+00 -2.77026651452399841E+00
+ -2.77027731772213537E+00 -2.77028832050626805E+00 -2.77029952656144829E+00
+ -2.77031093964066910E+00 -2.77032256356614282E+00 -2.77033440223055560E+00
+ -2.77034645959838643E+00 -2.77035873970719848E+00 -2.77037124666899759E+00
+ -2.77038398467160096E+00 -2.77039695798004315E+00 -2.77041017093796382E+00
+ -2.77042362796908392E+00 -2.77043733357867339E+00 -2.77045129235502419E+00
+ -2.77046550897101307E+00 -2.77047998818561814E+00 -2.77049473484554643E+00
+ -2.77050975388679221E+00 -2.77052505033632368E+00 -2.77054062931372957E+00
+ -2.77055649603292098E+00 -2.77057265580387035E+00 -2.77058911403437325E+00
+ -2.77060587623184951E+00 -2.77062294800516806E+00 -2.77064033506649965E+00
+ -2.77065804323320508E+00 -2.77067607842980879E+00 -2.77069444668992437E+00
+ -2.77071315415827435E+00 -2.77073220709270540E+00 -2.77075161186630758E+00
+ -2.77077137496946957E+00 -2.77079150301208621E+00 -2.77081200272569017E+00
+ -2.77083288096574121E+00 -2.77085414471385816E+00 -2.77087580108014464E+00
+ -2.77089785730553206E+00 -2.77092032076419281E+00 -2.77094319896596275E+00
+ -2.77096649955883878E+00 -2.77099023033149372E+00 -2.77101439921587556E+00
+ -2.77103901428980759E+00 -2.77106408377964275E+00 -2.77108961606304316E+00
+ -2.77111561967166953E+00 -2.77114210329405042E+00 -2.77116907577842575E+00
+ -2.77119654613567290E+00 -2.77122452354228255E+00 -2.77125301734338736E+00
+ -2.77128203705581200E+00 -2.77131159237126923E+00 -2.77134169315948764E+00
+ -2.77137234947150146E+00 -2.77140357154294126E+00 -2.77143536979742633E+00
+ -2.77146775484995977E+00 -2.77150073751043591E+00 -2.77153432878720363E+00
+ -2.77156853989065777E+00 -2.77160338223694191E+00 -2.77163886745169341E+00
+ -2.77167500737384920E+00 -2.77171181405954625E+00 -2.77174929978605400E+00
+ -2.77178747705580930E+00 -2.77182635860052473E+00 -2.77186595738533015E+00
+ -2.77190628661303728E+00 -2.77194735972845407E+00 -2.77198919042277847E+00
+ -2.77203179263808286E+00 -2.77207518057185753E+00 -2.77211936868164743E+00
+ -2.77216437168978524E+00 -2.77221020458816758E+00 -2.77225688264317949E+00
+ -2.77230442140063493E+00 -2.77235283669085586E+00 -2.77240214463382362E+00
+ -2.77245236164441700E+00 -2.77250350443776572E+00 -2.77255559003466479E+00
+ -2.77260863576709671E+00 -2.77266265928387812E+00 -2.77271767855636364E+00
+ -2.77277371188429589E+00 -2.77283077790169008E+00 -2.77288889558292118E+00
+ -2.77294808424880701E+00 -2.77300836357290059E+00 -2.77306975358780772E+00
+ -2.77313227469168933E+00 -2.77319594765479627E+00 -2.77326079362621103E+00
+ -2.77332683414062364E+00 -2.77339409112529589E+00 -2.77346258690705971E+00
+ -2.77353234421955275E+00 -2.77360338621047431E+00 -2.77367573644903098E+00
+ -2.77374941893347682E+00 -2.77382445809882405E+00 -2.77390087882460579E+00
+ -2.77397870644290689E+00 -2.77405796674637095E+00 -2.77413868599649938E+00
+ -2.77422089093199142E+00 -2.77430460877724183E+00 -2.77438986725103121E+00
+ -2.77447669457531232E+00 -2.77456511948421225E+00 -2.77465517123307048E+00
+ -2.77474687960776611E+00 -2.77484027493413743E+00 -2.77493538808753204E+00
+ -2.77503225050258173E+00 -2.77513089418312164E+00 -2.77523135171224311E+00
+ -2.77533365626257611E+00 -2.77543784160667117E+00 -2.77554394212763578E+00
+ -2.77565199282987951E+00 -2.77576202935010619E+00 -2.77587408796839563E+00
+ -2.77598820561958082E+00 -2.77610441990472934E+00 -2.77622276910286070E+00
+ -2.77634329218281195E+00 -2.77646602881537685E+00 -2.77659101938556674E+00
+ -2.77671830500510364E+00 -2.77684792752511456E+00 -2.77697992954907047E+00
+ -2.77711435444585453E+00 -2.77725124636311627E+00 -2.77739065024081633E+00
+ -2.77753261182497058E+00 -2.77767717768166289E+00 -2.77782439521121605E+00
+ -2.77797431266267747E+00 -2.77812697914843465E+00 -2.77828244465915519E+00
+ -2.77844076007889651E+00 -2.77860197720049751E+00 -2.77876614874117100E+00
+ -2.77893332835840834E+00 -2.77910357066605451E+00 -2.77927693125066222E+00
+ -2.77945346668813764E+00 -2.77963323456058831E+00 -2.77981629347345427E+00
+ -2.78000270307291064E+00 -2.78019252406350326E+00 -2.78038581822610009E+00
+ -2.78058264843605629E+00 -2.78078307868171937E+00 -2.78098717408312979E+00
+ -2.78119500091109595E+00 -2.78140662660643700E+00 -2.78162211979963070E+00
+ -2.78184155033063885E+00 -2.78206498926911783E+00 -2.78229250893482272E+00
+ -2.78252418291841286E+00 -2.78276008610246883E+00 -2.78300029468281185E+00
+ -2.78324488619018551E+00 -2.78349393951223423E+00 -2.78374753491564997E+00
+ -2.78400575406885453E+00 -2.78426868006476402E+00 -2.78453639744406356E+00
+ -2.78480899221861744E+00 -2.78508655189531540E+00 -2.78536916550018088E+00
+ -2.78565692360280570E+00 -2.78594991834110273E+00 -2.78624824344637023E+00
+ -2.78655199426868494E+00 -2.78686126780264143E+00 -2.78717616271330870E+00
+ -2.78749677936263085E+00 -2.78782321983609371E+00 -2.78815558796967888E+00
+ -2.78849398937721871E+00 -2.78883853147796446E+00 -2.78918932352456439E+00
+ -2.78954647663133581E+00 -2.78991010380279736E+00 -2.79028031996258630E+00
+ -2.79065724198263965E+00 -2.79104098871273232E+00 -2.79143168101023775E+00
+ -2.79182944177029446E+00 -2.79223439595620038E+00 -2.79264667063011451E+00
+ -2.79306639498407527E+00 -2.79349370037128830E+00 -2.79392872033768080E+00
+ -2.79437159065377960E+00 -2.79482244934677704E+00 -2.79528143673298368E+00
+ -2.79574869545038140E+00 -2.79622437049158679E+00 -2.79670860923691045E+00
+ -2.79720156148774546E+00 -2.79770337950013648E+00 -2.79821421801857673E+00
+ -2.79873423430998525E+00 -2.79926358819788224E+00 -2.79980244209675622E+00
+ -2.80035096104657510E+00 -2.80090931274742694E+00 -2.80147766759437600E+00
+ -2.80205619871233536E+00 -2.80264508199108997E+00 -2.80324449612040771E+00
+ -2.80385462262521479E+00 -2.80447564590080001E+00 -2.80510775324806394E+00
+ -2.80575113490872408E+00 -2.80640598410058306E+00 -2.80707249705266459E+00
+ -2.80775087304031423E+00 -2.80844131442023670E+00 -2.80914402666532048E+00
+ -2.80985921839938868E+00 -2.81058710143171497E+00 -2.81132789079132728E+00
+ -2.81208180476106806E+00 -2.81284906491131759E+00 -2.81362989613344805E+00
+ -2.81442452667284870E+00 -2.81523318816156021E+00 -2.81605611565048131E+00
+ -2.81689354764098931E+00 -2.81774572611608898E+00 -2.81861289657092007E+00
+ -2.81949530804258819E+00 -2.82039321313935343E+00 -2.82130686806895836E+00
+ -2.82223653266618912E+00 -2.82318247041952697E+00 -2.82414494849681041E+00
+ -2.82512423776993682E+00 -2.82612061283836891E+00 -2.82713435205156927E+00
+ -2.82816573753009770E+00 -2.82921505518541405E+00 -2.83028259473823818E+00
+ -2.83136864973543112E+00 -2.83247351756526999E+00 -2.83359749947096606E+00
+ -2.83474090056249572E+00 -2.83590402982640377E+00 -2.83708720013371440E+00
+ -2.83829072824561734E+00 -2.83951493481698325E+00 -2.84076014439749613E+00
+ -2.84202668543026826E+00 -2.84331489024785089E+00 -2.84462509506551386E+00
+ -2.84595763997155871E+00 -2.84731286891463098E+00 -2.84869112968780014E+00
+ -2.85009277390929272E+00 -2.85151815699964395E+00 -2.85296763815521270E+00
+ -2.85444158031773298E+00 -2.85594035013985215E+00 -2.85746431794639655E+00
+ -2.85901385769108307E+00 -2.86058934690869515E+00 -2.86219116666225304E+00
+ -2.86381970148509790E+00 -2.86547533931766907E+00 -2.86715847143860891E+00
+ -2.86886949239011146E+00 -2.87060879989711992E+00 -2.87237679478016350E+00
+ -2.87417388086155023E+00 -2.87600046486466887E+00 -2.87785695630598992E+00
+ -2.87974376737957138E+00 -2.88166131283371119E+00 -2.88361000983938087E+00
+ -2.88559027785017808E+00 -2.88760253845334613E+00 -2.88964721521155488E+00
+ -2.89172473349511527E+00 -2.89383552030409685E+00 -2.89598000408006229E+00
+ -2.89815861450700085E+00 -2.90037178230094028E+00 -2.90261993898784576E+00
+ -2.90490351666940150E+00 -2.90722294777612422E+00 -2.90957866480732186E+00
+ -2.91197110005742266E+00 -2.91440068532817653E+00 -2.91686785162611484E+00
+ -2.91937302884478411E+00 -2.92191664543118890E+00 -2.92449912803574819E+00
+ -2.92712090114532986E+00 -2.92978238669857838E+00 -2.93248400368297579E+00
+ -2.93522616771300449E+00 -2.93800929058862437E+00 -2.94083377983348937E+00
+ -2.94370003821207726E+00 -2.94660846322503689E+00 -2.94955944658204361E+00
+ -2.95255337365126724E+00 -2.95559062288476460E+00 -2.95867156521892216E+00
+ -2.96179656344903464E+00 -2.96496597157731490E+00 -2.96818013413331094E+00
+ -2.97143938546586961E+00 -2.97474404900567801E+00 -2.97809443649750794E+00
+ -2.98149084720109725E+00 -2.98493356705969770E+00 -2.98842286783530708E+00
+ -2.99195900620948407E+00 -2.99554222284865101E+00 -2.99917274143294499E+00
+ -3.00285076764728842E+00 -3.00657648813373912E+00 -3.01035006940382255E+00
+ -3.01417165670977161E+00 -3.01804137287342744E+00 -3.02195931707154619E+00
+ -3.02592556357636777E+00 -3.02994016045011261E+00 -3.03400312819218598E+00
+ -3.03811445833772842E+00 -3.04227411200630682E+00 -3.04648201839930710E+00
+ -3.05073807324481505E+00 -3.05504213718854256E+00 -3.05939403412948296E+00
+ -3.06379354949895033E+00 -3.06824042848156076E+00 -3.07273437417687179E+00
+ -3.07727504570022115E+00 -3.08186205622142051E+00 -3.08649497093993874E+00
+ -3.09117330499519261E+00 -3.09589652131052917E+00 -3.10066402836969512E+00
+ -3.10547517792425598E+00 -3.11032926263087273E+00 -3.11522551361692157E+00
+ -3.12016309797341096E+00 -3.12514111617380497E+00 -3.13015859941766061E+00
+ -3.13521450689783521E+00 -3.14030772299033734E+00 -3.14543705436557763E+00
+ -3.15060122702021994E+00 -3.15579888322861901E+00 -3.16102857841303608E+00
+ -3.16628877793194707E+00 -3.17157785378577239E+00 -3.17689408123940797E+00
+ -3.18223563536122045E+00 -3.18760058747824671E+00 -3.19298690154720655E+00
+ -3.19839243044158916E+00 -3.20381491215472591E+00 -3.20925196591927042E+00
+ -3.21470108824347811E+00 -3.22015964886508321E+00 -3.22562488662358282E+00
+ -3.23109390525204843E+00 -3.23656366908990778E+00 -3.24203099871821543E+00
+ -3.24749256651944540E+00 -3.25294489216386795E+00 -3.25838433802517002E+00
+ -3.26380710452809586E+00 -3.26920922543127990E+00 -3.27458656304903784E+00
+ -3.27993480341591903E+00 -3.28524945139857349E+00 -3.29052582575978381E+00
+ -3.29575905418000215E+00 -3.30094406824227349E+00 -3.30607559838696163E+00
+ -3.31114816884319252E+00 -3.31615609254458166E+00 -3.32109346603744360E+00
+ -3.32595416439030434E+00 -3.33073183611418333E+00 -3.33541989810388850E+00
+ -3.34001153061137357E+00 -3.34449967226284528E+00 -3.34887701513225355E+00
+ -3.35313599988454980E+00 -3.35726881100321028E+00 -3.36126737211711912E+00
+ -3.36512334144319869E+00 -3.36882810736193683E+00 -3.37237278414424102E+00
+ -3.37574820784884144E+00 -3.37894493241093308E+00 -3.38195322594354675E+00
+ -3.38476306727469556E+00 -3.38736414274417230E+00 -3.38974584328563155E+00
+ -3.39189726182038687E+00 -3.39380719099109873E+00 -3.39546412126464459E+00
+ -3.39685623943496440E+00 -3.39797142755815917E+00 -3.39879726235338753E+00
+ -3.39932101510475437E+00 -3.39952965210088287E+00 -3.39940983565016319E+00
+ -3.39894792571145876E+00 -3.39812998218140594E+00 -3.39694176788098634E+00
+ -3.39536875228572832E+00 -3.39339611604507008E+00 -3.39100875633836951E+00
+ -3.38819129311609446E+00 -3.38492807627639225E+00 -3.38120319382862844E+00
+ -3.37700048109666318E+00 -3.37230353101616132E+00 -3.36709570558120141E+00
+ -3.36136014849667530E+00 -3.35507979909405352E+00 -3.34823740756890231E+00
+ -3.34081555159931165E+00 -3.33279665440518968E+00 -3.32416300430863432E+00
+ -3.31489677585617182E+00 -3.30498005256351135E+00 -3.29439485134358412E+00
+ -3.28312314867814470E+00 -3.27114690859286172E+00 -3.25844811249458832E+00
+ -3.24500879092892491E+00 -3.23081105731409624E+00 -3.21583714370594898E+00
+ -3.20006943864617011E+00 -3.18349052714373126E+00 -3.16608323283624404E+00
+ -3.14783066237463194E+00 -3.12871625207054871E+00 -3.10872381684176258E+00
+ -3.08783760148538811E+00 -3.06604233430384410E+00 -3.04332328310193834E+00
+ -3.01966631356701987E+00 -2.99505795003673692E+00 -2.96948543865085357E+00
+ -2.94293681287501041E+00 -2.91540096137471272E+00 -2.88686769820780320E+00
+ -2.85732783529247136E+00 -2.82677325709624538E+00 -2.79519699747861239E+00
+ -2.76259331860645219E+00 -2.72895779184696741E+00 -2.69428738052755090E+00
+ -2.65858052443548321E+00 -2.62183722591325941E+00 -2.58405913738673210E+00
+ -2.54524965014406890E+00 -2.50541398416277161E+00 -2.46455927876048841E+00
+ -2.42269468382237330E+00 -2.37983145133380880E+00 -2.33598302692158022E+00
+ -2.29116514108027447E+00 -2.24539589973215437E+00 -2.19869587373925635E+00
+ -2.15108818695508131E+00 -2.10259860237044549E+00 -2.05325560587303846E+00
+ -2.00309048710377935E+00 -1.95213741685414321E+00 -1.90043352040754865E+00
+ -1.84801894618481688E+00 -1.79493692900714330E+00 -1.74123384724181807E+00
+ -1.68695927304364068E+00 -1.63216601485030832E+00 -1.57691015123121381E+00
+ -1.52125105512715630E+00 -1.46525140745213456E+00 -1.40897719895833085E+00
+ -1.35249771919062178E+00 -1.29588553127808592E+00 -1.23921643122662917E+00
+ -1.18256939028837782E+00 -1.12602647889174823E+00 -1.06967277051938536E+00
+ -1.01359622382134673E+00 -9.57887541148226385E-01 -9.02640001584366192E-01
+ -8.47949266456544670E-01 -7.93913155190069331E-01 -7.40631389284780117E-01
+ -6.88205302090992621E-01 -6.36737511983206605E-01 -5.86331556463385528E-01
+ -5.37091484679093512E-01 -4.89121405824745503E-01 -4.42524990911510485E-01
+ -3.97404925455210889E-01 -3.53862310751667131E-01 -3.11996011599389056E-01
+ -2.71901948605228039E-01 -2.33672333587636200E-01 -1.97394847094239906E-01
+ -1.63151757699654704E-01 -1.31018983570583253E-01 -1.01065097808580542E-01
+ -7.33502803393765029E-02 -4.79252206468328557E-02 -2.48299774909801450E-02
+ -4.09280394691110064E-03  1.42710512970577255E-02  3.02605523839130815E-02
+  4.38900769034670513E-02  5.51905869569996529E-02  6.42107441561617087E-02
+  7.10179365353908743E-02  7.56991790606422188E-02  7.83618422505909240E-02
+  7.91341553002820053E-02  7.81654209186237320E-02  7.56258687565955628E-02
+  7.17060626995436323E-02  6.66157643000389321E-02  6.05821400944908939E-02
+  5.38471843152543497E-02  4.66642103922265891E-02  3.92932444108432116E-02
+  3.19951310946722106E-02  2.50241375969448565E-02  1.86188120410431986E-02
+  1.29908219039954823E-02  8.31146146811307177E-03  4.69547707769087976E-03
+  2.18181316079376058E-03  7.10830194403861901E-04  9.74872887380565865E-05
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  END     
+   VLOCION             1749 #ionic vloc for abinit in Ryd units
+ -2.49334584143595492E+01 -2.49334584143594924E+01 -2.49334584143595279E+01
+ -2.49334584143595421E+01 -2.49334584143595102E+01 -2.49334584143594853E+01
+ -2.49334584143594462E+01 -2.49334584143593894E+01 -2.49334584143593361E+01
+ -2.49334584143592721E+01 -2.49334584143591940E+01 -2.49334584143590980E+01
+ -2.49334584143590199E+01 -2.49334584143589169E+01 -2.49334584143587961E+01
+ -2.49334584143586824E+01 -2.49334584143585474E+01 -2.49334584143584088E+01
+ -2.49334584143582561E+01 -2.49334584143580962E+01 -2.49334584143579221E+01
+ -2.49334584143577374E+01 -2.49334584143575384E+01 -2.49334584143573323E+01
+ -2.49334584143571121E+01 -2.49334584143568776E+01 -2.49334584143566289E+01
+ -2.49334584143563767E+01 -2.49334584143560924E+01 -2.49334584143558082E+01
+ -2.49334584143555027E+01 -2.49334584143551830E+01 -2.49334584143548526E+01
+ -2.49334584143545079E+01 -2.49334584143541491E+01 -2.49334584143537725E+01
+ -2.49334584143533782E+01 -2.49334584143529590E+01 -2.49334584143525326E+01
+ -2.49334584143520850E+01 -2.49334584143516231E+01 -2.49334584143511364E+01
+ -2.49334584143506390E+01 -2.49334584143501132E+01 -2.49334584143495697E+01
+ -2.49334584143490083E+01 -2.49334584143484292E+01 -2.49334584143478288E+01
+ -2.49334584143472000E+01 -2.49334584143465534E+01 -2.49334584143458819E+01
+ -2.49334584143451892E+01 -2.49334584143444751E+01 -2.49334584143437361E+01
+ -2.49334584143429687E+01 -2.49334584143421800E+01 -2.49334584143413664E+01
+ -2.49334584143405209E+01 -2.49334584143396540E+01 -2.49334584143387588E+01
+ -2.49334584143378422E+01 -2.49334584143368936E+01 -2.49334584143359166E+01
+ -2.49334584143349041E+01 -2.49334584143338667E+01 -2.49334584143327866E+01
+ -2.49334584143316818E+01 -2.49334584143305449E+01 -2.49334584143293760E+01
+ -2.49334584143281681E+01 -2.49334584143269211E+01 -2.49334584143256528E+01
+ -2.49334584143243383E+01 -2.49334584143229883E+01 -2.49334584143215956E+01
+ -2.49334584143201710E+01 -2.49334584143187001E+01 -2.49334584143172009E+01
+ -2.49334584143156448E+01 -2.49334584143140603E+01 -2.49334584143124260E+01
+ -2.49334584143107492E+01 -2.49334584143090332E+01 -2.49334584143072604E+01
+ -2.49334584143054521E+01 -2.49334584143035869E+01 -2.49334584143016826E+01
+ -2.49334584142997180E+01 -2.49334584142977000E+01 -2.49334584142956501E+01
+ -2.49334584142935363E+01 -2.49334584142913585E+01 -2.49334584142891309E+01
+ -2.49334584142868430E+01 -2.49334584142844946E+01 -2.49334584142820894E+01
+ -2.49334584142796274E+01 -2.49334584142771014E+01 -2.49334584142745115E+01
+ -2.49334584142718647E+01 -2.49334584142691433E+01 -2.49334584142663580E+01
+ -2.49334584142635052E+01 -2.49334584142605777E+01 -2.49334584142575864E+01
+ -2.49334584142545168E+01 -2.49334584142513762E+01 -2.49334584142481539E+01
+ -2.49334584142448676E+01 -2.49334584142414926E+01 -2.49334584142380464E+01
+ -2.49334584142345008E+01 -2.49334584142308842E+01 -2.49334584142271787E+01
+ -2.49334584142233844E+01 -2.49334584142195013E+01 -2.49334584142155258E+01
+ -2.49334584142114615E+01 -2.49334584142073048E+01 -2.49334584142030451E+01
+ -2.49334584141986895E+01 -2.49334584141942308E+01 -2.49334584141896727E+01
+ -2.49334584141850080E+01 -2.49334584141802331E+01 -2.49334584141753481E+01
+ -2.49334584141703566E+01 -2.49334584141652478E+01 -2.49334584141600324E+01
+ -2.49334584141546927E+01 -2.49334584141492428E+01 -2.49334584141436544E+01
+ -2.49334584141379558E+01 -2.49334584141321081E+01 -2.49334584141261431E+01
+ -2.49334584141200430E+01 -2.49334584141138080E+01 -2.49334584141074416E+01
+ -2.49334584141009259E+01 -2.49334584140942610E+01 -2.49334584140874647E+01
+ -2.49334584140805084E+01 -2.49334584140734030E+01 -2.49334584140661377E+01
+ -2.49334584140587125E+01 -2.49334584140511240E+01 -2.49334584140433719E+01
+ -2.49334584140354565E+01 -2.49334584140273670E+01 -2.49334584140190962E+01
+ -2.49334584140106550E+01 -2.49334584140020326E+01 -2.49334584139932147E+01
+ -2.49334584139842121E+01 -2.49334584139750177E+01 -2.49334584139656243E+01
+ -2.49334584139560285E+01 -2.49334584139462336E+01 -2.49334584139362221E+01
+ -2.49334584139259938E+01 -2.49334584139155595E+01 -2.49334584139048943E+01
+ -2.49334584138940052E+01 -2.49334584138828923E+01 -2.49334584138715378E+01
+ -2.49334584138599418E+01 -2.49334584138481077E+01 -2.49334584138360214E+01
+ -2.49334584138236792E+01 -2.49334584138110777E+01 -2.49334584137982063E+01
+ -2.49334584137850683E+01 -2.49334584137716639E+01 -2.49334584137579753E+01
+ -2.49334584137440025E+01 -2.49334584137297348E+01 -2.49334584137151722E+01
+ -2.49334584137003077E+01 -2.49334584136851447E+01 -2.49334584136696584E+01
+ -2.49334584136538524E+01 -2.49334584136377231E+01 -2.49334584136212563E+01
+ -2.49334584136044555E+01 -2.49334584135873030E+01 -2.49334584135697988E+01
+ -2.49334584135519322E+01 -2.49334584135337032E+01 -2.49334584135150976E+01
+ -2.49334584134961155E+01 -2.49334584134767496E+01 -2.49334584134569752E+01
+ -2.49334584134368065E+01 -2.49334584134162220E+01 -2.49334584133952184E+01
+ -2.49334584133737849E+01 -2.49334584133519215E+01 -2.49334584133296033E+01
+ -2.49334584133068446E+01 -2.49334584132836135E+01 -2.49334584132599169E+01
+ -2.49334584132357371E+01 -2.49334584132110741E+01 -2.49334584131858996E+01
+ -2.49334584131602348E+01 -2.49334584131340407E+01 -2.49334584131073242E+01
+ -2.49334584130800678E+01 -2.49334584130522607E+01 -2.49334584130238959E+01
+ -2.49334584129949697E+01 -2.49334584129654573E+01 -2.49334584129353409E+01
+ -2.49334584129046348E+01 -2.49334584128733106E+01 -2.49334584128413574E+01
+ -2.49334584128087720E+01 -2.49334584127755363E+01 -2.49334584127416328E+01
+ -2.49334584127070542E+01 -2.49334584126717900E+01 -2.49334584126358223E+01
+ -2.49334584125991441E+01 -2.49334584125617269E+01 -2.49334584125235779E+01
+ -2.49334584124846614E+01 -2.49334584124449670E+01 -2.49334584124044980E+01
+ -2.49334584123632261E+01 -2.49334584123211371E+01 -2.49334584122782204E+01
+ -2.49334584122344438E+01 -2.49334584124067540E+01 -2.49334584123589913E+01
+ -2.49334584125228389E+01 -2.49334584124711220E+01 -2.49334584126266527E+01
+ -2.49334584125710137E+01 -2.49334584127183447E+01 -2.49334584126588013E+01
+ -2.49334584127980499E+01 -2.49334584127346233E+01 -2.49334584128658960E+01
+ -2.49334584127985828E+01 -2.49334584129219863E+01 -2.49334584128508077E+01
+ -2.49334584129664236E+01 -2.49334584128913690E+01 -2.49334584129992756E+01
+ -2.49334584129203236E+01 -2.49334584130206061E+01 -2.49334584129377568E+01
+ -2.49334584130304613E+01 -2.49334584129436863E+01 -2.49334584128558170E+01
+ -2.49334584129381369E+01 -2.49334584128462780E+01 -2.49334584129211478E+01
+ -2.49334584128252494E+01 -2.49334584128926835E+01 -2.49334584127927101E+01
+ -2.49334584128527403E+01 -2.49334584127486387E+01 -2.49334584128012828E+01
+ -2.49334584126930103E+01 -2.49334584127382648E+01 -2.49334584126257361E+01
+ -2.49334584126636223E+01 -2.49334584126970640E+01 -2.49334584127260612E+01
+ -2.49334584127506425E+01 -2.49334584127708112E+01 -2.49334584127865782E+01
+ -2.49334584127979504E+01 -2.49334584128049350E+01 -2.49334584128075427E+01
+ -2.49334584128057735E+01 -2.49334584127996273E+01 -2.49334584127890970E+01
+ -2.49334584127741969E+01 -2.49334584127549270E+01 -2.49334584127312766E+01
+ -2.49334584127032493E+01 -2.49334584126708236E+01 -2.49334584126340104E+01
+ -2.49334584125927954E+01 -2.49334584126728132E+01 -2.49334584126215262E+01
+ -2.49334584126890135E+01 -2.49334584126276511E+01 -2.49334584126826471E+01
+ -2.49334584126112091E+01 -2.49334584125353089E+01 -2.49334584125722039E+01
+ -2.49334584124861749E+01 -2.49334584125106282E+01 -2.49334584124144172E+01
+ -2.49334584124264254E+01 -2.49334584124316549E+01 -2.49334584124301024E+01
+ -2.49334584124217926E+01 -2.49334584124067042E+01 -2.49334584123848515E+01
+ -2.49334584123562344E+01 -2.49334584123208280E+01 -2.49334584122786467E+01
+ -2.49334584123329286E+01 -2.49334584122761527E+01 -2.49334584123138505E+01
+ -2.49334584122424623E+01 -2.49334584121642600E+01 -2.49334584121775684E+01
+ -2.49334584120846969E+01 -2.49334584120814178E+01 -2.49334584120693705E+01
+ -2.49334584120485481E+01 -2.49334584120189504E+01 -2.49334584119805918E+01
+ -2.49334584119334437E+01 -2.49334584118775098E+01 -2.49334584119028975E+01
+ -2.49334584118284788E+01 -2.49334584117452280E+01 -2.49334584117406912E+01
+ -2.49334584117256135E+01 -2.49334584116999700E+01 -2.49334584116637856E+01
+ -2.49334584116170426E+01 -2.49334584115597302E+01 -2.49334584114918201E+01
+ -2.49334584114133300E+01 -2.49334584114052973E+01 -2.49334584113047804E+01
+ -2.49334584112731292E+01 -2.49334584112292887E+01 -2.49334584111732234E+01
+ -2.49334584111822153E+01 -2.49334584111009647E+01 -2.49334584110074680E+01
+ -2.49334584109767796E+01 -2.49334584109323600E+01 -2.49334584108742021E+01
+ -2.49334584108752502E+01 -2.49334584107888944E+01 -2.49334584106887718E+01
+ -2.49334584106457235E+01 -2.49334584105874981E+01 -2.49334584105140848E+01
+ -2.49334584104254695E+01 -2.49334584103898571E+01 -2.49334584103376926E+01
+ -2.49334584102689725E+01 -2.49334584102499868E+01 -2.49334584101474803E+01
+ -2.49334584100934151E+01 -2.49334584100214833E+01 -2.49334584099954668E+01
+ -2.49334584098871339E+01 -2.49334584098234870E+01 -2.49334584097407053E+01
+ -2.49334584096387601E+01 -2.49334584095784884E+01 -2.49334584094978418E+01
+ -2.49334584093968203E+01 -2.49334584092753992E+01 -2.49334584091921165E+01
+ -2.49334584090872617E+01 -2.49334584090182858E+01 -2.49334584089266009E+01
+ -2.49334584088121680E+01 -2.49334584087308393E+01 -2.49334584086256577E+01
+ -2.49334584084966089E+01 -2.49334584083979429E+01 -2.49334584082743049E+01
+ -2.49334584081789572E+01 -2.49334584080575681E+01 -2.49334584079623909E+01
+ -2.49334584078401278E+01 -2.49334584077420480E+01 -2.49334584076158414E+01
+ -2.49334584075118286E+01 -2.49334584073786836E+01 -2.49334584072657606E+01
+ -2.49334584071227141E+01 -2.49334584069979641E+01 -2.49334584068420924E+01
+ -2.49334584067026164E+01 -2.49334584065781613E+01 -2.49334584064206801E+01
+ -2.49334584062301161E+01 -2.49334584060980475E+01 -2.49334584059310878E+01
+ -2.49334584057741360E+01 -2.49334584056258848E+01 -2.49334584054409127E+01
+ -2.49334584052628792E+01 -2.49334584050904908E+01 -2.49334584049224866E+01
+ -2.49334584047576051E+01 -2.49334584045945888E+01 -2.49334584043905245E+01
+ -2.49334584042279666E+01 -2.49334584040226801E+01 -2.49334584038556990E+01
+ -2.49334584036443694E+01 -2.49334584034681974E+01 -2.49334584032460569E+01
+ -2.49334584030169317E+01 -2.49334584028183457E+01 -2.49334584026097446E+01
+ -2.49334584023899737E+01 -2.49334584021955266E+01 -2.49334584019496965E+01
+ -2.49334584017262451E+01 -2.49334584014864618E+01 -2.49334584012292488E+01
+ -2.49334584009894122E+01 -2.49334584007292897E+01 -2.49334584004830404E+01
+ -2.49334584002137092E+01 -2.49334583999548265E+01 -2.49334583996701049E+01
+ -2.49334583993924248E+01 -2.49334583991198073E+01 -2.49334583988169953E+01
+ -2.49334583985159419E+01 -2.49334583982147038E+01 -2.49334583979113624E+01
+ -2.49334583976040101E+01 -2.49334583972907460E+01 -2.49334583969697121E+01
+ -2.49334583966390326E+01 -2.49334583962968637E+01 -2.49334583959413685E+01
+ -2.49334583956010611E+01 -2.49334583952432212E+01 -2.49334583948958546E+01
+ -2.49334583945268378E+01 -2.49334583941636332E+01 -2.49334583937747283E+01
+ -2.49334583933870597E+01 -2.49334583929981228E+01 -2.49334583926053810E+01
+ -2.49334583921784798E+01 -2.49334583917709836E+01 -2.49334583913523069E+01
+ -2.49334583909200092E+01 -2.49334583904716993E+01 -2.49334583900315927E+01
+ -2.49334583895702089E+01 -2.49334583891113333E+01 -2.49334583886518750E+01
+ -2.49334583881631744E+01 -2.49334583876683311E+01 -2.49334583871643538E+01
+ -2.49334583866732125E+01 -2.49334583861418508E+01 -2.49334583856169907E+01
+ -2.49334583850708071E+01 -2.49334583845004225E+01 -2.49334583839505761E+01
+ -2.49334583833935390E+01 -2.49334583828024527E+01 -2.49334583821976956E+01
+ -2.49334583815987898E+01 -2.49334583809789585E+01 -2.49334583803573793E+01
+ -2.49334583797300695E+01 -2.49334583790710056E+01 -2.49334583783987931E+01
+ -2.49334583777312524E+01 -2.49334583770424416E+01 -2.49334583763498436E+01
+ -2.49334583756490886E+01 -2.49334583749149346E+01 -2.49334583741850686E+01
+ -2.49334583734341209E+01 -2.49334583726781922E+01 -2.49334583718923604E+01
+ -2.49334583710924029E+01 -2.49334583702933941E+01 -2.49334583694705252E+01
+ -2.49334583686385933E+01 -2.49334583677732411E+01 -2.49334583669079883E+01
+ -2.49334583660184030E+01 -2.49334583651181596E+01 -2.49334583642017726E+01
+ -2.49334583632637852E+01 -2.49334583623169870E+01 -2.49334583613374612E+01
+ -2.49334583603377595E+01 -2.49334583593297765E+01 -2.49334583582897622E+01
+ -2.49334583572467494E+01 -2.49334583561769172E+01 -2.49334583550912150E+01
+ -2.49334583539831414E+01 -2.49334583528629743E+01 -2.49334583517072375E+01
+ -2.49334583505424376E+01 -2.49334583493613415E+01 -2.49334583481406469E+01
+ -2.49334583469056525E+01 -2.49334583456488410E+01 -2.49334583443627871E+01
+ -2.49334583430556052E+01 -2.49334583417349620E+01 -2.49334583403774488E+01
+ -2.49334583390056643E+01 -2.49334583375962069E+01 -2.49334583361708013E+01
+ -2.49334583347060317E+01 -2.49334583332228163E+01 -2.49334583317121670E+01
+ -2.49334583301651698E+01 -2.49334583286013221E+01 -2.49334583269970302E+01
+ -2.49334583253710136E+01 -2.49334583237134808E+01 -2.49334583220283470E+01
+ -2.49334583203055935E+01 -2.49334583185486700E+01 -2.49334583167606141E+01
+ -2.49334583149440583E+01 -2.49334583130881668E+01 -2.49334583112080459E+01
+ -2.49334583092923268E+01 -2.49334583073297082E+01 -2.49334583053341525E+01
+ -2.49334583033062778E+01 -2.49334583012340296E+01 -2.49334582991298781E+01
+ -2.49334582969812715E+01 -2.49334582947997276E+01 -2.49334582925722437E+01
+ -2.49334582903094173E+01 -2.49334582879977908E+01 -2.49334582856470881E+01
+ -2.49334582832434073E+01 -2.49334582808069669E+01 -2.49334582783231511E+01
+ -2.49334582757885137E+01 -2.49334582732104408E+01 -2.49334582705846266E+01
+ -2.49334582679064845E+01 -2.49334582651818764E+01 -2.49334582624053951E+01
+ -2.49334582595818368E+01 -2.49334582567049736E+01 -2.49334582537682365E+01
+ -2.49334582507854137E+01 -2.49334582477386952E+01 -2.49334582446407076E+01
+ -2.49334582414830841E+01 -2.49334582382671499E+01 -2.49334582349936191E+01
+ -2.49334582316626481E+01 -2.49334582282641755E+01 -2.49334582248070333E+01
+ -2.49334582212802189E+01 -2.49334582176913315E+01 -2.49334582140377066E+01
+ -2.49334582103162568E+01 -2.49334582065233299E+01 -2.49334582026547871E+01
+ -2.49334581987238337E+01 -2.49334581947160459E+01 -2.49334581906342940E+01
+ -2.49334581864720555E+01 -2.49334581822394945E+01 -2.49334581779201692E+01
+ -2.49334581735312497E+01 -2.49334581690551289E+01 -2.49334581644988731E+01
+ -2.49334581598604217E+01 -2.49334581551287542E+01 -2.49334581503167634E+01
+ -2.49334581454119899E+01 -2.49334581404175495E+01 -2.49334581353276263E+01
+ -2.49334581301436629E+01 -2.49334581248660925E+01 -2.49334581194868754E+01
+ -2.49334581140124421E+01 -2.49334581084331148E+01 -2.49334581027534412E+01
+ -2.49334580969695558E+01 -2.49334580910766697E+01 -2.49334580850765271E+01
+ -2.49334580789625164E+01 -2.49334580727344246E+01 -2.49334580663909406E+01
+ -2.49334580599367648E+01 -2.49334580533545633E+01 -2.49334580466539641E+01
+ -2.49334580398294854E+01 -2.49334580328747819E+01 -2.49334580257957903E+01
+ -2.49334580185839485E+01 -2.49334580112362403E+01 -2.49334580037551028E+01
+ -2.49334579961350826E+01 -2.49334579883761442E+01 -2.49334579804705285E+01
+ -2.49334579724220156E+01 -2.49334579642204375E+01 -2.49334579558669596E+01
+ -2.49334579473612159E+01 -2.49334579386955220E+01 -2.49334579298728016E+01
+ -2.49334579208886353E+01 -2.49334579117312671E+01 -2.49334579024053404E+01
+ -2.49334578929079242E+01 -2.49334578832346985E+01 -2.49334578733854002E+01
+ -2.49334578633526753E+01 -2.49334578531331523E+01 -2.49334578427274884E+01
+ -2.49334578321235583E+01 -2.49334578213242004E+01 -2.49334578103248674E+01
+ -2.49334577991194664E+01 -2.49334577877106014E+01 -2.49334577760886162E+01
+ -2.49334577642524060E+01 -2.49334577521990646E+01 -2.49334577399185626E+01
+ -2.49334577274143747E+01 -2.49334577146776404E+01 -2.49334577017027996E+01
+ -2.49334576884918526E+01 -2.49334576750302404E+01 -2.49334576613253738E+01
+ -2.49334576473681118E+01 -2.49334576331470927E+01 -2.49334576186631232E+01
+ -2.49334576039143734E+01 -2.49334575888922139E+01 -2.49334575735901680E+01
+ -2.49334575580041147E+01 -2.49334575421316771E+01 -2.49334575259637461E+01
+ -2.49334575094973196E+01 -2.49334574927269905E+01 -2.49334574756444773E+01
+ -2.49334574582477053E+01 -2.49334574405272740E+01 -2.49334574224797478E+01
+ -2.49334574040985473E+01 -2.49334573853744992E+01 -2.49334573663075361E+01
+ -2.49334573468866338E+01 -2.49334573271055788E+01 -2.49334573069593262E+01
+ -2.49334572864393209E+01 -2.49334572655380846E+01 -2.49334572442522386E+01
+ -2.49334572225714943E+01 -2.49334572004895350E+01 -2.49334571780005980E+01
+ -2.49334571550950486E+01 -2.49334571317674332E+01 -2.49334571080046210E+01
+ -2.49334570838047078E+01 -2.49334570591543212E+01 -2.49334570340474073E+01
+ -2.49334570084770633E+01 -2.49334569824362013E+01 -2.49334569559097936E+01
+ -2.49334569288963586E+01 -2.49334569013794081E+01 -2.49334568733522026E+01
+ -2.49334568448098253E+01 -2.49334568157365695E+01 -2.49334567861282679E+01
+ -2.49334567559699636E+01 -2.49334567252544836E+01 -2.49334566939702711E+01
+ -2.49334566621067140E+01 -2.49334566296518787E+01 -2.49334565966006210E+01
+ -2.49334565629338201E+01 -2.49334565286480547E+01 -2.49334564937258065E+01
+ -2.49334564581587017E+01 -2.49334564219332009E+01 -2.49334563850384221E+01
+ -2.49334563474611244E+01 -2.49334563091874379E+01 -2.49334562702037950E+01
+ -2.49334562305012994E+01 -2.49334561900624934E+01 -2.49334561488770028E+01
+ -2.49334561069285350E+01 -2.49334560642045808E+01 -2.49334560206919349E+01
+ -2.49334559763725956E+01 -2.49334559312329986E+01 -2.49334558852596686E+01
+ -2.49334558384352079E+01 -2.49334557907445493E+01 -2.49334557421710024E+01
+ -2.49334556926996989E+01 -2.49334556423137137E+01 -2.49334555909950133E+01
+ -2.49334555387257062E+01 -2.49334554854911765E+01 -2.49334554312716001E+01
+ -2.49334553760499382E+01 -2.49334553198060291E+01 -2.49334552625219210E+01
+ -2.49334552041761910E+01 -2.49334551447536548E+01 -2.49334550842305944E+01
+ -2.49334550225889302E+01 -2.49334549598062800E+01 -2.49334548958629618E+01
+ -2.49334548307367783E+01 -2.49334547644053863E+01 -2.49334546968478996E+01
+ -2.49334546280403870E+01 -2.49334545579598910E+01 -2.49334544865840968E+01
+ -2.49334544138868281E+01 -2.49334543398460866E+01 -2.49334542644354720E+01
+ -2.49334541876299873E+01 -2.49334541094037796E+01 -2.49334540297316209E+01
+ -2.49334539485848659E+01 -2.49334538659386844E+01 -2.49334537817623207E+01
+ -2.49334536960299111E+01 -2.49334536087110479E+01 -2.49334535197774194E+01
+ -2.49334534291993144E+01 -2.49334533369463784E+01 -2.49334532429862143E+01
+ -2.49334531472886169E+01 -2.49334530498206242E+01 -2.49334529505504818E+01
+ -2.49334528494447802E+01 -2.49334527464686175E+01 -2.49334526415881896E+01
+ -2.49334525347689642E+01 -2.49334524259715415E+01 -2.49334523151650664E+01
+ -2.49334522023078904E+01 -2.49334520873640919E+01 -2.49334519702946125E+01
+ -2.49334518510599565E+01 -2.49334517296199216E+01 -2.49334516059343727E+01
+ -2.49334514799615157E+01 -2.49334513516584799E+01 -2.49334512209813681E+01
+ -2.49334510878902336E+01 -2.49334509523353454E+01 -2.49334508142757869E+01
+ -2.49334506736614969E+01 -2.49334505304481908E+01 -2.49334503845845923E+01
+ -2.49334502360251946E+01 -2.49334500847178866E+01 -2.49334499306134312E+01
+ -2.49334497736578093E+01 -2.49334496138012298E+01 -2.49334494509865472E+01
+ -2.49334492851634408E+01 -2.49334491162717491E+01 -2.49334489442578437E+01
+ -2.49334487690625224E+01 -2.49334485906286609E+01 -2.49334484088936641E+01
+ -2.49334482237992994E+01 -2.49334480352805272E+01 -2.49334478432774063E+01
+ -2.49334476477231703E+01 -2.49334474485529753E+01 -2.49334472456988081E+01
+ -2.49334470390951779E+01 -2.49334468286694104E+01 -2.49334466143542848E+01
+ -2.49334463960738937E+01 -2.49334461737593145E+01 -2.49334459473325367E+01
+ -2.49334457167203247E+01 -2.49334454818411757E+01 -2.49334452426218895E+01
+ -2.49334449989769595E+01 -2.49334447508290928E+01 -2.49334444980904806E+01
+ -2.49334442406801315E+01 -2.49334439785080697E+01 -2.49334437114907850E+01
+ -2.49334434395339457E+01 -2.49334431625503008E+01 -2.49334428804430388E+01
+ -2.49334425931218604E+01 -2.49334423004848560E+01 -2.49334420024400814E+01
+ -2.49334416988818752E+01 -2.49334413897126161E+01 -2.49334410748239677E+01
+ -2.49334407541165248E+01 -2.49334404274759258E+01 -2.49334400947985237E+01
+ -2.49334397559664041E+01 -2.49334394108728716E+01 -2.49334390593946118E+01
+ -2.49334387014217818E+01 -2.49334383368263950E+01 -2.49334379654931730E+01
+ -2.49334375872898910E+01 -2.49334372020978847E+01 -2.49334368097798063E+01
+ -2.49334364102116233E+01 -2.49334360032523286E+01 -2.49334355887711361E+01
+ -2.49334351666227327E+01 -2.49334347366730853E+01 -2.49334342987697788E+01
+ -2.49334338527742219E+01 -2.49334333985280701E+01 -2.49334329358874278E+01
+ -2.49334324646887282E+01 -2.49334319847815458E+01 -2.49334314959966044E+01
+ -2.49334309981793680E+01 -2.49334304911530253E+01 -2.49334299747569261E+01
+ -2.49334294488077219E+01 -2.49334289131393163E+01 -2.49334283675622856E+01
+ -2.49334278119021739E+01 -2.49334272459634576E+01 -2.49334266695660638E+01
+ -2.49334260825063012E+01 -2.49334254845976027E+01 -2.49334248756285746E+01
+ -2.49334242554062229E+01 -2.49334236237105991E+01 -2.49334229803417742E+01
+ -2.49334223250712981E+01 -2.49334216576919729E+01 -2.49334209779669287E+01
+ -2.49334202856807536E+01 -2.49334195805883638E+01 -2.49334188624666133E+01
+ -2.49334181310603888E+01 -2.49334173861386041E+01 -2.49334166274370119E+01
+ -2.49334158547144646E+01 -2.49334150676984052E+01 -2.49334142661386267E+01
+ -2.49334134497511641E+01 -2.49334126182777105E+01 -2.49334117714234829E+01
+ -2.49334109089197256E+01 -2.49334100304613528E+01 -2.49334091357697112E+01
+ -2.49334082245284279E+01 -2.49334072964469442E+01 -2.49334063511982365E+01
+ -2.49334053884817166E+01 -2.49334044079565018E+01 -2.49334034093123194E+01
+ -2.49334023921950809E+01 -2.49334013562819798E+01 -2.49334003012064933E+01
+ -2.49333992266340552E+01 -2.49333981321844327E+01 -2.49333970175094279E+01
+ -2.49333958822154926E+01 -2.49333947259417350E+01 -2.49333935482791489E+01
+ -2.49333923488544400E+01 -2.49333911272425652E+01 -2.49333898830560550E+01
+ -2.49333886158547244E+01 -2.49333873252361009E+01 -2.49333860107435470E+01
+ -2.49333846719600771E+01 -2.49333833084116385E+01 -2.49333819196655000E+01
+ -2.49333805052304491E+01 -2.49333790646569824E+01 -2.49333775974356691E+01
+ -2.49333761031012564E+01 -2.49333745811246565E+01 -2.49333730310221533E+01
+ -2.49333714522459324E+01 -2.49333698442943259E+01 -2.49333682065989031E+01
+ -2.49333665386394543E+01 -2.49333648398258454E+01 -2.49333631096186146E+01
+ -2.49333613474058886E+01 -2.49333595526275609E+01 -2.49333577246496247E+01
+ -2.49333558628904264E+01 -2.49333539666918966E+01 -2.49333520354523550E+01
+ -2.49333500684880747E+01 -2.49333480651742576E+01 -2.49333460248026100E+01
+ -2.49333439467248219E+01 -2.49333418302064374E+01 -2.49333396745740821E+01
+ -2.49333374790660720E+01 -2.49333352429847430E+01 -2.49333329655396057E+01
+ -2.49333306460063184E+01 -2.49333282835650429E+01 -2.49333258774651156E+01
+ -2.49333234268557327E+01 -2.49333209309580823E+01 -2.49333183888895604E+01
+ -2.49333157998423545E+01 -2.49333131629006566E+01 -2.49333104772269678E+01
+ -2.49333077418713529E+01 -2.49333049559641466E+01 -2.49333021185206185E+01
+ -2.49332992286388091E+01 -2.49332962852966311E+01 -2.49332932875589925E+01
+ -2.49332902343656286E+01 -2.49332871247457817E+01 -2.49332839576000076E+01
+ -2.49332807319220144E+01 -2.49332774465706066E+01 -2.49332741005015244E+01
+ -2.49332706925316110E+01 -2.49332672215775162E+01 -2.49332636864117951E+01
+ -2.49332600859104652E+01 -2.49332564188002586E+01 -2.49332526839156792E+01
+ -2.49332488799353946E+01 -2.49332450056507753E+01 -2.49332410596909675E+01
+ -2.49332370408016573E+01 -2.49332329475613896E+01 -2.49332287786691538E+01
+ -2.49332245326498345E+01 -2.49332202081542178E+01 -2.49332158036519367E+01
+ -2.49332113177434387E+01 -2.49332067488413500E+01 -2.49332020954931330E+01
+ -2.49331973560527445E+01 -2.49331925290133185E+01 -2.49331876126671403E+01
+ -2.49331826054511865E+01 -2.49331775055937683E+01 -2.49331723114736832E+01
+ -2.49331670212529559E+01 -2.49331616332494121E+01 -2.49331561455568931E+01
+ -2.49331505564303555E+01 -2.49331448638922168E+01 -2.49331390661320924E+01
+ -2.49331331610986844E+01 -2.49331271469139715E+01 -2.49331210214497645E+01
+ -2.49331147827582811E+01 -2.49331084286314670E+01 -2.49331019570485601E+01
+ -2.49330953657193568E+01 -2.49330886525472408E+01 -2.49330818151565232E+01
+ -2.49330748513722575E+01 -2.49330677587297806E+01 -2.49330605349730661E+01
+ -2.49330531775453323E+01 -2.49330456841058385E+01 -2.49330380520022423E+01
+ -2.49330302788066440E+01 -2.49330223617671933E+01 -2.49330142983654071E+01
+ -2.49330060857463849E+01 -2.49329977212974150E+01 -2.49329892020569872E+01
+ -2.49329805253144201E+01 -2.49329716879977248E+01 -2.49329626872946015E+01
+ -2.49329535200181240E+01 -2.49329441832509531E+01 -2.49329346736867272E+01
+ -2.49329249882991704E+01 -2.49329151236582618E+01 -2.49329050766241664E+01
+ -2.49328948436387137E+01 -2.49328844214445695E+01 -2.49328738063503259E+01
+ -2.49328629949769187E+01 -2.49328519834946647E+01 -2.49328407683977993E+01
+ -2.49328293457136070E+01 -2.49328177118049901E+01 -2.49328058625503139E+01
+ -2.49327937941767139E+01 -2.49327815024081225E+01 -2.49327689833299679E+01
+ -2.49327562325064598E+01 -2.49327432458763987E+01 -2.49327300188377237E+01
+ -2.49327165471773249E+01 -2.49327028261207069E+01 -2.49326888512967635E+01
+ -2.49326746177522018E+01 -2.49326601209522671E+01 -2.49326453557581473E+01
+ -2.49326303174648167E+01 -2.49326150007411300E+01 -2.49325994007057403E+01
+ -2.49325835118277013E+01 -2.49325673290427225E+01 -2.49325508466124006E+01
+ -2.49325340592825135E+01 -2.49325169610997825E+01 -2.49324995466128350E+01
+ -2.49324818096451892E+01 -2.49324637445407831E+01 -2.49324453448915868E+01
+ -2.49324266048297822E+01 -2.49324075177066398E+01 -2.49323880774340054E+01
+ -2.49323682771139445E+01 -2.49323481104297286E+01 -2.49323275702246541E+01
+ -2.49323066499446995E+01 -2.49322853421647856E+01 -2.49322636400846669E+01
+ -2.49322415360004648E+01 -2.49322190228567422E+01 -2.49321960926602806E+01
+ -2.49321727380903724E+01 -2.49321489508539287E+01 -2.49321247233550167E+01
+ -2.49321000469890386E+01 -2.49320749138744837E+01 -2.49320493150834785E+01
+ -2.49320232424382624E+01 -2.49319966866753688E+01 -2.49319696393093615E+01
+ -2.49319420907288034E+01 -2.49319140321288053E+01 -2.49318854535366654E+01
+ -2.49318563458160121E+01 -2.49318266986190515E+01 -2.49317965024656942E+01
+ -2.49317657466186873E+01 -2.49317344212407157E+01 -2.49317025151907217E+01
+ -2.49316700182607747E+01 -2.49316369188903408E+01 -2.49316032064868160E+01
+ -2.49315688690543915E+01 -2.49315338956009462E+01 -2.49314982736789865E+01
+ -2.49314619918817257E+01 -2.49314250372925699E+01 -2.49313873980745591E+01
+ -2.49313490608240542E+01 -2.49313100132571677E+01 -2.49312702414650715E+01
+ -2.49312297326998618E+01 -2.49311884725280670E+01 -2.49311464477201419E+01
+ -2.49311036432978383E+01 -2.49310600455318152E+01 -2.49310156388782644E+01
+ -2.49309704090883848E+01 -2.49309243400314458E+01 -2.49308774169197633E+01
+ -2.49308296230129294E+01 -2.49307809429633132E+01 -2.49307313593978321E+01
+ -2.49306808563876636E+01 -2.49306294159025654E+01 -2.49305770214099596E+01
+ -2.49305236541974260E+01 -2.49304692971056454E+01 -2.49304139307137191E+01
+ -2.49303575372111439E+01 -2.49303000964415560E+01 -2.49302415899182890E+01
+ -2.49301819967209859E+01 -2.49301212976608682E+01 -2.49300594710242045E+01
+ -2.49299964968927519E+01 -2.49299323527289829E+01 -2.49298670178569921E+01
+ -2.49298004688835313E+01 -2.49297326843458364E+01 -2.49296636399619445E+01
+ -2.49295933134513881E+01 -2.49295216796092340E+01 -2.49294487153057673E+01
+ -2.49293743943771915E+01 -2.49292986928114004E+01 -2.49292215834486406E+01
+ -2.49291430413600814E+01 -2.49290630383513481E+01 -2.49289815485409676E+01
+ -2.49288985426598053E+01 -2.49288139938366093E+01 -2.49287278716855063E+01
+ -2.49286401483067301E+01 -2.49285507921542546E+01 -2.49284597742592844E+01
+ -2.49283670618703432E+01 -2.49282726249078621E+01 -2.49281764293676957E+01
+ -2.49280784440154726E+01 -2.49279786335454716E+01 -2.49278769655232466E+01
+ -2.49277734032902387E+01 -2.49276679131644592E+01 -2.49275604570814977E+01
+ -2.49274510000622698E+01 -2.49273395025812157E+01 -2.49272259283108646E+01
+ -2.49271102362067687E+01 -2.49269923885395244E+01 -2.49268723426857299E+01
+ -2.49267500594582323E+01 -2.49266254945922405E+01 -2.49264986073845094E+01
+ -2.49263693518638618E+01 -2.49262376857504435E+01 -2.49261035612986923E+01
+ -2.49259669345889421E+01 -2.49258277560306674E+01 -2.49256859799984483E+01
+ -2.49255415549830595E+01 -2.49253944335847493E+01 -2.49252445622988716E+01
+ -2.49250918918795534E+01 -2.49249363667467669E+01 -2.49247779357337933E+01
+ -2.49246165411018055E+01 -2.49244521296852461E+01 -2.49242846414995221E+01
+ -2.49241140212989407E+01 -2.49239402067624205E+01 -2.49237631404791316E+01
+ -2.49235827576969555E+01 -2.49233989987514661E+01 -2.49232117963606825E+01
+ -2.49230210885139236E+01 -2.49228268052965518E+01 -2.49226288822550259E+01
+ -2.49224272467345074E+01 -2.49222218317378328E+01 -2.49220125617577537E+01
+ -2.49217993671480045E+01 -2.49215821694319146E+01 -2.49213608962039963E+01
+ -2.49211354658958726E+01 -2.49209058032278961E+01 -2.49206718234122349E+01
+ -2.49204334481747445E+01 -2.49201905893748297E+01 -2.49199431656181609E+01
+ -2.49196910852720173E+01 -2.49194342636904835E+01 -2.49191726056030056E+01
+ -2.49189060229746140E+01 -2.49186344167448439E+01 -2.49183576953457333E+01
+ -2.49180757557678092E+01 -2.49177885027597661E+01 -2.49174958291967030E+01
+ -2.49171976359863763E+01 -2.49168938117145196E+01 -2.49165842532832009E+01
+ -2.49162688448067122E+01 -2.49159474790087572E+01 -2.49156200353418207E+01
+ -2.49152864021704161E+01 -2.49149464540859604E+01 -2.49146000749043566E+01
+ -2.49142471341473062E+01 -2.49138875108837219E+01 -2.49135210693471194E+01
+ -2.49131476836514523E+01 -2.49127672125132626E+01 -2.49123795248735114E+01
+ -2.49119844736921934E+01 -2.49115819225085033E+01 -2.49111717182748542E+01
+ -2.49107537188889694E+01 -2.49103277650324380E+01 -2.49098937087098875E+01
+ -2.49094513840563465E+01 -2.49090006369191670E+01 -2.49085412945976223E+01
+ -2.49080731965047804E+01 -2.49075961628006688E+01 -2.49071100261730365E+01
+ -2.49066145993245058E+01 -2.49061097079118738E+01 -2.49055951568464380E+01
+ -2.49050707644329918E+01 -2.49045363274409688E+01 -2.49039916564857968E+01
+ -2.49034365398271298E+01 -2.49028707800363698E+01 -2.49022941564770051E+01
+ -2.49017064633037073E+01 -2.49011074705778306E+01 -2.49004969636452280E+01
+ -2.48998747028387477E+01 -2.48992404642831033E+01 -2.48985939981343982E+01
+ -2.48979350708622498E+01 -2.48972634219749835E+01 -2.48965788078305437E+01
+ -2.48958809567940733E+01 -2.48951696146310937E+01 -2.48944444980425921E+01
+ -2.48937053416955614E+01 -2.48929518500787452E+01 -2.48921837462275022E+01
+ -2.48914007218416096E+01 -2.48906024877631147E+01 -2.48897887222958722E+01
+ -2.48889591234968037E+01 -2.48881133556348111E+01 -2.48872511033578583E+01
+ -2.48863720162270141E+01 -2.48854757648235960E+01 -2.48845619832920946E+01
+ -2.48836303274536519E+01 -2.48826804152894923E+01 -2.48817118871290859E+01
+ -2.48807243440035215E+01 -2.48797174099788556E+01 -2.48786906683067031E+01
+ -2.48776437259753536E+01 -2.48765761475825826E+01 -2.48754875221793981E+01
+ -2.48743773947878246E+01 -2.48732453356140653E+01 -2.48720908691321121E+01
+ -2.48709135457451644E+01 -2.48697128683534494E+01 -2.48684883665452467E+01
+ -2.48672395205647554E+01 -2.48659658381164022E+01 -2.48646667756462172E+01
+ -2.48633418178454377E+01 -2.48619903961564397E+01 -2.48606119710639391E+01
+ -2.48592059477339973E+01 -2.48577717611835354E+01 -2.48563087889586392E+01
+ -2.48548164392752859E+01 -2.48532940606405504E+01 -2.48517410330600903E+01
+ -2.48501566745032285E+01 -2.48485403352751675E+01 -2.48468913012243142E+01
+ -2.48452088913795848E+01 -2.48434923577959381E+01 -2.48417409865595680E+01
+ -2.48399539941647376E+01 -2.48381306319922643E+01 -2.48362700791083881E+01
+ -2.48343715503240716E+01 -2.48324341853040984E+01 -2.48304571603172342E+01
+ -2.48284395735411501E+01 -2.48263805606158918E+01 -2.48242791760274883E+01
+ -2.48221345125798543E+01 -2.48199455787372898E+01 -2.48177114221319748E+01
+ -2.48154310027434555E+01 -2.48131033205611757E+01 -2.48107272844764424E+01
+ -2.48083018442214716E+01 -2.48058258548471926E+01 -2.48032982130626145E+01
+ -2.48007177171690962E+01 -2.47980832079260338E+01 -2.47953934238102462E+01
+ -2.47926471465355931E+01 -2.47898430515041888E+01 -2.47869798581093690E+01
+ -2.47840561752434247E+01 -2.47810706565151122E+01 -2.47780218406766721E+01
+ -2.47749083118886091E+01 -2.47717285349270497E+01 -2.47684810206299524E+01
+ -2.47651641557444258E+01 -2.47617763736894965E+01 -2.47583159789018410E+01
+ -2.47547813230511373E+01 -2.47511706237415936E+01 -2.47474821463167274E+01
+ -2.47437140167732323E+01 -2.47398644092921849E+01 -2.47359313532215808E+01
+ -2.47319129264712139E+01 -2.47278070564196675E+01 -2.47236117193099503E+01
+ -2.47193247349373024E+01 -2.47149439721816506E+01 -2.47104671373332572E+01
+ -2.47058919858974058E+01 -2.47012161044155363E+01 -2.46964371286761768E+01
+ -2.46915525188910792E+01 -2.46865597844441886E+01 -2.46814562522844092E+01
+ -2.46762392983419048E+01 -2.46709061090018871E+01 -2.46654539193145190E+01
+ -2.46598797674172872E+01 -2.46541807396611645E+01 -2.46483537178531193E+01
+ -2.46423956314169104E+01 -2.46363031973320759E+01 -2.46300731794424834E+01
+ -2.46237021209738565E+01 -2.46171866110974236E+01 -2.46105230099143490E+01
+ -2.46037077223751837E+01 -2.45967369156270799E+01 -2.45896068003820290E+01
+ -2.45823133405313925E+01 -2.45748525420471431E+01 -2.45672201547779387E+01
+ -2.45594119689580097E+01 -2.45514235091097852E+01 -2.45432503382243254E+01
+ -2.45348877437077064E+01 -2.45263310492848454E+01 -2.45175752929405562E+01
+ -2.45086155465852649E+01 -2.44994465859568393E+01 -2.44900632180720024E+01
+ -2.44804599430718888E+01 -2.44706312894667306E+01 -2.44605714679267621E+01
+ -2.44502747143100230E+01 -2.44397349354206597E+01 -2.44289460597903592E+01
+ -2.44179016754485474E+01 -2.44065953884068563E+01 -2.43950204525104866E+01
+ -2.43831701355518220E+01 -2.43710373412993988E+01 -2.43586149831418659E+01
+ -2.43458955984201992E+01 -2.43328717294762242E+01 -2.43195355304458083E+01
+ -2.43058791555567559E+01 -2.42918943585756182E+01 -2.42775728881681445E+01
+ -2.42629060802300422E+01 -2.42478852600891379E+01 -2.42325013279912831E+01
+ -2.42167451678868240E+01 -2.42006072263868681E+01 -2.41840779278373361E+01
+ -2.41671472471085877E+01 -2.41498051306182013E+01 -2.41320410633679359E+01
+ -2.41138444955315592E+01 -2.40952044042081646E+01 -2.40761097251433114E+01
+ -2.40565489097266010E+01 -2.40365103613632662E+01 -2.40159819883069936E+01
+ -2.39949516441449404E+01 -2.39734066771238084E+01 -2.39513343741535536E+01
+ -2.39287215073567978E+01 -2.39055547809352760E+01 -2.38818203757487950E+01
+ -2.38575043983239041E+01 -2.38325924243497340E+01 -2.38070699490401303E+01
+ -2.37809219305193835E+01 -2.37541332406772163E+01 -2.37266882095081328E+01
+ -2.36985710755229633E+01 -2.36697655322012324E+01 -2.36402551769435654E+01
+ -2.36100230608969284E+01 -2.35790521353490696E+01 -2.35473248062919893E+01
+ -2.35148233770726378E+01 -2.34815296091701597E+01 -2.34474251598264267E+01
+ -2.34124911506275986E+01 -2.33767085987435728E+01 -2.33400579950241251E+01
+ -2.33025197273779767E+01 -2.32640736702175239E+01 -2.32246995984071489E+01
+ -2.31843767900176196E+01 -2.31430844291683044E+01 -2.31008012241837690E+01
+ -2.30575057975461313E+01 -2.30131763216803016E+01 -2.29677908941217019E+01
+ -2.29213271932925657E+01 -2.28737628368766437E+01 -2.28250750600862489E+01
+ -2.27752410551196220E+01 -2.27242376745562531E+01 -2.26720417496545963E+01
+ -2.26186298216501385E+01 -2.25639784365319720E+01 -2.25080639071530157E+01
+ -2.24508625820038326E+01 -2.23923506411756925E+01 -2.23325043365297518E+01
+ -2.22712998246797333E+01 -2.22087133758348507E+01 -2.21447212470876096E+01
+ -2.20792998570908487E+01 -2.20124257030452490E+01 -2.19440754982551773E+01
+ -2.18742261363079464E+01 -2.18028547884411346E+01 -2.17299389184883722E+01
+ -2.16554563368835460E+01 -2.15793852700131907E+01 -2.15017043675822777E+01
+ -2.14223928300575821E+01 -2.13414303660270015E+01 -2.12587973814382316E+01
+ -2.11744748835010945E+01 -2.10884447354171449E+01 -2.10006895033038319E+01
+ -2.09111927800701984E+01 -2.08199389717853016E+01 -2.07269136942775596E+01
+ -2.06321034953305755E+01 -2.05354963274645783E+01 -2.04370812023235970E+01
+ -2.03368487429316076E+01 -2.02347907666387030E+01 -2.01309009199273277E+01
+ -2.00251741863150876E+01 -1.99176076065114742E+01 -1.98081997077356391E+01
+ -1.96969513116861208E+01 -1.95838648818260346E+01 -1.94689454212213633E+01
+ -1.93521997344785319E+01 -1.92336374170243687E+01 -1.91132700285554940E+01
+ -1.89911121747686487E+01 -1.88671805894022668E+01 -1.87414953087727127E+01
+ -1.86140786597587535E+01 -1.84849565267500893E+01 -1.83541572432502775E+01
+ -1.82217129499906036E+01 -1.80876583882076751E+01 -1.79520323467114089E+01
+ -1.78148763553323590E+01 -1.76762362176481531E+01 -1.75361606035937427E+01
+ -1.73947026633371635E+01 -1.72519185186028068E+01 -1.71078689518353571E+01
+ -1.69626177963991154E+01 -1.68162336936701706E+01 -1.66687883829396846E+01
+ -1.65203585174182095E+01 -1.63710238553825569E+01 -1.62208691242550351E+01
+ -1.60699821152846347E+01 -1.59184555828713457E+01 -1.57663852458555755E+01
+ -1.56138717070920112E+01 -1.54610183652295401E+01 -1.53079333372037443E+01
+ -1.51547272852224424E+01 -1.50015153223554627E+01 -1.48484147603016314E+01
+ -1.46955469756407666E+01 -1.45430350848655667E+01 -1.43910057461767682E+01
+ -1.42395867692573610E+01 -1.40889088248249461E+01 -1.39391029977766561E+01
+ -1.37903023741961341E+01 -1.36426395479201599E+01 -1.34962480525254254E+01
+ -1.33512598332406167E+01 -1.32078064898861456E+01 -1.30660167286356170E+01
+ -1.29260173813309933E+01 -1.27879308552509858E+01 -1.26518758951851567E+01
+ -1.25179650545924677E+01 -1.23863051699625490E+01 -1.22569948842078240E+01
+ -1.21301248090296276E+01 -1.20057751419375034E+01 -1.18840155026570056E+01
+ -1.17649026998883137E+01 -1.16484802435715888E+01 -1.15347763377122092E+01
+ -1.14238030931621726E+01 -1.13155548501472296E+01 -1.12100071480190078E+01
+ -1.11071155174008016E+01 -1.10068143063052677E+01 -1.09090161292470409E+01
+ -1.08136107057061590E+01 -1.07204652146345349E+01 -1.06294233743199111E+01
+ -1.05403070283060476E+01 -1.04529157885427431E+01 -1.03670302762117803E+01
+ -1.02824127664983571E+01 -1.01988126292856993E+01 -1.01159685587641412E+01
+ -1.00336169097736327E+01 -9.95149627514580182E+00 -9.86935960098706744E+00
+ -9.78698209798264251E+00 -9.70417825358172337E+00 -9.62081434303360439E+00
+ -9.53683175305075359E+00 -9.45226571139408023E+00 -9.36727671485561864E+00
+ -9.28217756944150985E+00 -9.19756261409219533E+00 -9.11371889278352221E+00
+ -9.03063947995085847E+00 -8.94831740824021260E+00 -8.86674577381141127E+00
+ -8.78591773574891022E+00 -8.70582651550183861E+00 -8.62646539632619813E+00
+ -8.54782772270719349E+00 -8.46990689980108513E+00 -8.39269639288209746E+00
+ -8.31618972679441804E+00 -8.24038048540909429E+00 -8.16526231108603184E+00
+ -8.09082890414075884E+00 -8.01707402231612676E+00 -7.94399148025878432E+00
+ -7.87157514900046973E+00 -7.79981895544399251E+00 -7.72871688185392269E+00
+ -7.65826296535190920E+00 -7.58845129741661228E+00 -7.51927602338820122E+00
+ -7.45073134197729203E+00 -7.38281150477851966E+00 -7.31551081578838858E+00
+ -7.24882363092759707E+00 -7.18274435756769680E+00 -7.11726745406207240E+00
+ -7.05238742928118967E+00 -6.98809884215209376E+00 -6.92439630120208438E+00
+ -6.86127446410657438E+00 -6.79872803724106411E+00 -6.73675177523714819E+00
+ -6.67534048054268947E+00 -6.61448900298587805E+00 -6.55419223934332962E+00
+ -6.49444513291210690E+00 -6.43524267308563847E+00 -6.37657989493351618E+00
+ -6.31845187878510473E+00 -6.26085374981696230E+00 -6.20378067764401209E+00
+ -6.14722787591445652E+00 -6.09119060190836770E+00 -6.03566415613991225E+00
+ -5.98064388196328878E+00 -5.92612516518216381E+00 -5.87210343366271470E+00
+ -5.81857415695018965E+00 -5.76553284588896453E+00 -5.71297505224606716E+00
+ -5.66089636833812282E+00 -5.60929242666171302E+00 -5.55815889952709252E+00
+ -5.50749149869527077E+00 -5.45728597501832891E+00 -5.40753811808314033E+00
+ -5.35824375585821944E+00 -5.30939875434385389E+00 -5.26099901722540242E+00
+ -5.21304048552976873E+00 -5.16551913728499557E+00 -5.11843098718296385E+00
+ -5.07177208624517029E+00 -5.02553852149155311E+00 -4.97972641561232976E+00
+ -4.93433192664281073E+00 -4.88935124764123952E+00 -4.84478060636949159E+00
+ -4.80061626497673277E+00 -4.75685451968594286E+00 -4.71349170048330457E+00
+ -4.67052417081042126E+00 -4.62794832725933780E+00 -4.58576059927034585E+00
+ -4.54395744883254249E+00 -4.50253537018711825E+00 -4.46149088953335760E+00
+ -4.42082056473727913E+00 -4.38052098504301224E+00 -4.34058877078672811E+00
+ -4.30102057311321229E+00 -4.26181307369501905E+00 -4.22296298445417850E+00
+ -4.18446704728645180E+00 -4.14632203378808839E+00 -4.10852474498507902E+00
+ -4.07107201106488059E+00 -4.03396069111059052E+00 -3.99718767283750065E+00
+ -3.96074987233214237E+00 -3.92464423379362071E+00 -3.88886772927735214E+00
+ -3.85341735844113220E+00 -3.81829014829351188E+00 -3.78348315294446946E+00
+ -3.74899345335836109E+00 -3.71481815710911434E+00 -3.68095439813766268E+00
+ -3.64739933651158088E+00 -3.61415015818693020E+00 -3.58120407477222891E+00
+ -3.54855832329465093E+00 -3.51621016596828451E+00 -3.48415688996453765E+00
+ -3.45239580718462724E+00 -3.42092425403414913E+00 -3.38973959119969459E+00
+ -3.35883920342751097E+00 -3.32822049930417263E+00 -3.29788091103925796E+00
+ -3.26781789425000913E+00 -3.23802892774792728E+00 -3.20851151332737006E+00
+ -3.17926317555602100E+00 -3.15028146156729560E+00 -3.12156394085463162E+00
+ -3.09310820506766238E+00 -3.06491186781023872E+00 -3.03697256444030073E+00
+ -3.00928795187156561E+00 -2.98185570837703295E+00 -2.95467353339427419E+00
+ -2.92773914733248342E+00 -2.90105029138133208E+00 -2.87460472732151473E+00
+ -2.84840023733704895E+00 -2.82243462382928056E+00 -2.79670570923258888E+00
+ -2.77121133583175938E+00 -2.74594936558103653E+00 -2.72091767992481914E+00
+ -2.69611417961998523E+00 -2.67153678455984522E+00 -2.64718343359970287E+00
+ -2.62305208438397619E+00 -2.59914071317494910E+00 -2.57544731468303567E+00
+ -2.55196990189861062E+00 -2.52870650592537238E+00 -2.50565517581522545E+00
+ -2.48281397840466500E+00 -2.46018099815265456E+00 -2.43775433697998345E+00
+ -2.41553211411008428E+00 -2.39351246591131028E+00 -2.37169354574062607E+00
+ -2.35007352378876933E+00 -2.32865058692677218E+00 -2.30742293855391978E+00
+ -2.28638879844707299E+00 -2.26554640261137585E+00 -2.24489400313231879E+00
+ -2.22442986802915366E+00 -2.20415228110964190E+00 -2.18405954182613016E+00
+ -2.16414996513293678E+00 -2.14442188134502576E+00 -2.12487363599800361E+00
+ -2.10550358970935081E+00 -2.08631011804094602E+00 -2.06729161136282968E+00
+ -2.04844647471822006E+00 -2.02977312768974993E+00 -2.01127000426692915E+00
+ -1.99293555271481204E+00 -1.97476823544386515E+00 -1.95676652888101632E+00
+ -1.93892892334188893E+00 -1.92125392290417940E+00 -1.90374004528222329E+00
+ -1.88638582170267277E+00 -1.86918979678132291E+00 -1.85215052840105887E+00
+ -1.83526658759091266E+00 -1.81853655840622741E+00 -1.80195903780990840E+00
+ -1.78553263555475983E+00 -1.76925597406689539E+00 -1.75312768833021160E+00
+ -1.73714642577190004E+00 -1.72131084614903473E+00 -1.70561962143616275E+00
+ -1.69007143571393370E+00 -1.67466498505874095E+00 -1.65939897743337195E+00
+ -1.64427213257865312E+00 -1.62928318190608001E+00 -1.61443086839143213E+00
+ -1.59971394646935350E+00 -1.58513118192889335E+00 -1.57068135181000668E+00
+ -1.55636324430097805E+00 -1.54217565863681361E+00 -1.52811740499852844E+00
+ -1.51418730441336824E+00 -1.50038418865593437E+00 -1.48670690015021401E+00
+ -1.47315429187250113E+00 -1.45972522725520260E+00 -1.44641858009152213E+00
+ -1.43323323444101236E+00 -1.42016808453599119E+00 -1.40722203468879692E+00
+  END     
+   VLOCION_NOHAT       1749 #ionic vlocnohat for abinit in Ryd units
+ -2.53964161979388976E+01 -2.53964161979388372E+01 -2.53964161979388727E+01
+ -2.53964161979388869E+01 -2.53964161979388514E+01 -2.53964161979388265E+01
+ -2.53964161979387875E+01 -2.53964161979387271E+01 -2.53964161979386738E+01
+ -2.53964161979386098E+01 -2.53964161979385281E+01 -2.53964161979384322E+01
+ -2.53964161979383505E+01 -2.53964161979382439E+01 -2.53964161979381231E+01
+ -2.53964161979380059E+01 -2.53964161979378673E+01 -2.53964161979377252E+01
+ -2.53964161979375689E+01 -2.53964161979374055E+01 -2.53964161979372278E+01
+ -2.53964161979370395E+01 -2.53964161979368335E+01 -2.53964161979366239E+01
+ -2.53964161979363965E+01 -2.53964161979361585E+01 -2.53964161979359027E+01
+ -2.53964161979356433E+01 -2.53964161979353555E+01 -2.53964161979350607E+01
+ -2.53964161979347516E+01 -2.53964161979344247E+01 -2.53964161979340837E+01
+ -2.53964161979337320E+01 -2.53964161979333625E+01 -2.53964161979329788E+01
+ -2.53964161979325738E+01 -2.53964161979321474E+01 -2.53964161979317105E+01
+ -2.53964161979312522E+01 -2.53964161979307796E+01 -2.53964161979302787E+01
+ -2.53964161979297707E+01 -2.53964161979292307E+01 -2.53964161979286764E+01
+ -2.53964161979281009E+01 -2.53964161979275076E+01 -2.53964161979268930E+01
+ -2.53964161979262499E+01 -2.53964161979255891E+01 -2.53964161979248999E+01
+ -2.53964161979241929E+01 -2.53964161979234611E+01 -2.53964161979227043E+01
+ -2.53964161979219192E+01 -2.53964161979211127E+01 -2.53964161979202778E+01
+ -2.53964161979194110E+01 -2.53964161979185263E+01 -2.53964161979176097E+01
+ -2.53964161979166683E+01 -2.53964161979156984E+01 -2.53964161979146965E+01
+ -2.53964161979136591E+01 -2.53964161979125969E+01 -2.53964161979114920E+01
+ -2.53964161979103622E+01 -2.53964161979091969E+01 -2.53964161979079996E+01
+ -2.53964161979067633E+01 -2.53964161979054879E+01 -2.53964161979041876E+01
+ -2.53964161979028411E+01 -2.53964161979014591E+01 -2.53964161979000345E+01
+ -2.53964161978985743E+01 -2.53964161978970679E+01 -2.53964161978955332E+01
+ -2.53964161978939416E+01 -2.53964161978923180E+01 -2.53964161978906446E+01
+ -2.53964161978889287E+01 -2.53964161978871701E+01 -2.53964161978853546E+01
+ -2.53964161978835037E+01 -2.53964161978815923E+01 -2.53964161978796419E+01
+ -2.53964161978776310E+01 -2.53964161978755669E+01 -2.53964161978734637E+01
+ -2.53964161978713001E+01 -2.53964161978690726E+01 -2.53964161978667917E+01
+ -2.53964161978644469E+01 -2.53964161978620417E+01 -2.53964161978595797E+01
+ -2.53964161978570573E+01 -2.53964161978544709E+01 -2.53964161978518206E+01
+ -2.53964161978491099E+01 -2.53964161978463245E+01 -2.53964161978434717E+01
+ -2.53964161978405478E+01 -2.53964161978375529E+01 -2.53964161978344904E+01
+ -2.53964161978313463E+01 -2.53964161978281311E+01 -2.53964161978248306E+01
+ -2.53964161978214662E+01 -2.53964161978180094E+01 -2.53964161978144780E+01
+ -2.53964161978108471E+01 -2.53964161978071452E+01 -2.53964161978033509E+01
+ -2.53964161977994642E+01 -2.53964161977954888E+01 -2.53964161977914173E+01
+ -2.53964161977872536E+01 -2.53964161977829974E+01 -2.53964161977786347E+01
+ -2.53964161977741760E+01 -2.53964161977696108E+01 -2.53964161977649425E+01
+ -2.53964161977601641E+01 -2.53964161977552756E+01 -2.53964161977502734E+01
+ -2.53964161977451610E+01 -2.53964161977399314E+01 -2.53964161977345881E+01
+ -2.53964161977291205E+01 -2.53964161977235392E+01 -2.53964161977178158E+01
+ -2.53964161977119787E+01 -2.53964161977059923E+01 -2.53964161976998852E+01
+ -2.53964161976936360E+01 -2.53964161976872518E+01 -2.53964161976807326E+01
+ -2.53964161976740606E+01 -2.53964161976672358E+01 -2.53964161976602760E+01
+ -2.53964161976531493E+01 -2.53964161976458733E+01 -2.53964161976384339E+01
+ -2.53964161976308311E+01 -2.53964161976230578E+01 -2.53964161976151210E+01
+ -2.53964161976070137E+01 -2.53964161975987288E+01 -2.53964161975902627E+01
+ -2.53964161975816154E+01 -2.53964161975727833E+01 -2.53964161975637559E+01
+ -2.53964161975545366E+01 -2.53964161975451184E+01 -2.53964161975355012E+01
+ -2.53964161975256744E+01 -2.53964161975156415E+01 -2.53964161975053884E+01
+ -2.53964161974949150E+01 -2.53964161974842284E+01 -2.53964161974733074E+01
+ -2.53964161974621554E+01 -2.53964161974507725E+01 -2.53964161974391445E+01
+ -2.53964161974272713E+01 -2.53964161974151494E+01 -2.53964161974027718E+01
+ -2.53964161973901348E+01 -2.53964161973772278E+01 -2.53964161973640472E+01
+ -2.53964161973505931E+01 -2.53964161973368654E+01 -2.53964161973228464E+01
+ -2.53964161973085361E+01 -2.53964161972939237E+01 -2.53964161972790095E+01
+ -2.53964161972637861E+01 -2.53964161972482572E+01 -2.53964161972323978E+01
+ -2.53964161972162117E+01 -2.53964161971996916E+01 -2.53964161971828304E+01
+ -2.53964161971656210E+01 -2.53964161971480564E+01 -2.53964161971301294E+01
+ -2.53964161971118330E+01 -2.53964161970931634E+01 -2.53964161970741102E+01
+ -2.53964161970546698E+01 -2.53964161970348350E+01 -2.53964161970145845E+01
+ -2.53964161969939290E+01 -2.53964161969728472E+01 -2.53964161969513356E+01
+ -2.53964161969293869E+01 -2.53964161969069941E+01 -2.53964161968841395E+01
+ -2.53964161968608302E+01 -2.53964161968370377E+01 -2.53964161968127691E+01
+ -2.53964161967880067E+01 -2.53964161967627469E+01 -2.53964161967369684E+01
+ -2.53964161967106818E+01 -2.53964161966838553E+01 -2.53964161966564959E+01
+ -2.53964161966285786E+01 -2.53964161966001036E+01 -2.53964161965710531E+01
+ -2.53964161965414270E+01 -2.53964161965112041E+01 -2.53964161964803594E+01
+ -2.53964161964489108E+01 -2.53964161964168333E+01 -2.53964161963841093E+01
+ -2.53964161963507351E+01 -2.53964161963166966E+01 -2.53964161962819759E+01
+ -2.53964161962465624E+01 -2.53964161962104455E+01 -2.53964161961736110E+01
+ -2.53964161961360446E+01 -2.53964161960977250E+01 -2.53964161960586559E+01
+ -2.53964161960187980E+01 -2.53964161959781478E+01 -2.53964161959367019E+01
+ -2.53964161958944317E+01 -2.53964161958513266E+01 -2.53964161958073724E+01
+ -2.53964161957625407E+01 -2.53964161959337709E+01 -2.53964161958849104E+01
+ -2.53964161960476389E+01 -2.53964161959947781E+01 -2.53964161961491435E+01
+ -2.53964161960923143E+01 -2.53964161962384338E+01 -2.53964161961776540E+01
+ -2.53964161963156450E+01 -2.53964161962509323E+01 -2.53964161963808941E+01
+ -2.53964161963122486E+01 -2.53964161964342878E+01 -2.53964161963617201E+01
+ -2.53964161964759221E+01 -2.53964161963994215E+01 -2.53964161965058572E+01
+ -2.53964161964254060E+01 -2.53964161965241573E+01 -2.53964161964397483E+01
+ -2.53964161965308648E+01 -2.53964161964424662E+01 -2.53964161963529449E+01
+ -2.53964161964335808E+01 -2.53964161963400024E+01 -2.53964161964131208E+01
+ -2.53964161963154389E+01 -2.53964161963810504E+01 -2.53964161962792225E+01
+ -2.53964161963373627E+01 -2.53964161962313320E+01 -2.53964161962820114E+01
+ -2.53964161961717352E+01 -2.53964161962149468E+01 -2.53964161961003327E+01
+ -2.53964161961360979E+01 -2.53964161961673760E+01 -2.53964161961941670E+01
+ -2.53964161962164994E+01 -2.53964161962343766E+01 -2.53964161962478059E+01
+ -2.53964161962567978E+01 -2.53964161962613559E+01 -2.53964161962614909E+01
+ -2.53964161962571957E+01 -2.53964161962484809E+01 -2.53964161962353323E+01
+ -2.53964161962177606E+01 -2.53964161961957693E+01 -2.53964161961693442E+01
+ -2.53964161961384889E+01 -2.53964161961031785E+01 -2.53964161960634272E+01
+ -2.53964161960192172E+01 -2.53964161960961832E+01 -2.53964161960417840E+01
+ -2.53964161961061023E+01 -2.53964161960415105E+01 -2.53964161960932131E+01
+ -2.53964161960184178E+01 -2.53964161959390964E+01 -2.53964161959725061E+01
+ -2.53964161958829209E+01 -2.53964161959037540E+01 -2.53964161958038517E+01
+ -2.53964161958120975E+01 -2.53964161958134937E+01 -2.53964161958080368E+01
+ -2.53964161957957444E+01 -2.53964161957765988E+01 -2.53964161957506107E+01
+ -2.53964161957177765E+01 -2.53964161956780785E+01 -2.53964161956315166E+01
+ -2.53964161956813399E+01 -2.53964161956200165E+01 -2.53964161956530816E+01
+ -2.53964161955769754E+01 -2.53964161954939627E+01 -2.53964161955023684E+01
+ -2.53964161954045018E+01 -2.53964161953961280E+01 -2.53964161953788938E+01
+ -2.53964161953527849E+01 -2.53964161953177978E+01 -2.53964161952739502E+01
+ -2.53964161952212066E+01 -2.53964161951595742E+01 -2.53964161951791532E+01
+ -2.53964161950988156E+01 -2.53964161950095324E+01 -2.53964161949988494E+01
+ -2.53964161949775047E+01 -2.53964161949454805E+01 -2.53964161949027911E+01
+ -2.53964161948494223E+01 -2.53964161947853562E+01 -2.53964161947105644E+01
+ -2.53964161946250648E+01 -2.53964161946098876E+01 -2.53964161945020876E+01
+ -2.53964161944630220E+01 -2.53964161944116213E+01 -2.53964161943478537E+01
+ -2.53964161943489977E+01 -2.53964161942597535E+01 -2.53964161941581104E+01
+ -2.53964161941191193E+01 -2.53964161940662407E+01 -2.53964161939994639E+01
+ -2.53964161939917297E+01 -2.53964161938964246E+01 -2.53964161937871857E+01
+ -2.53964161937348472E+01 -2.53964161936671609E+01 -2.53964161935841020E+01
+ -2.53964161934856598E+01 -2.53964161934400359E+01 -2.53964161933776715E+01
+ -2.53964161932985597E+01 -2.53964161932689834E+01 -2.53964161931556873E+01
+ -2.53964161930906300E+01 -2.53964161930074965E+01 -2.53964161929700722E+01
+ -2.53964161928501113E+01 -2.53964161927746197E+01 -2.53964161926797694E+01
+ -2.53964161925655283E+01 -2.53964161924927261E+01 -2.53964161923993181E+01
+ -2.53964161922852902E+01 -2.53964161921506211E+01 -2.53964161920538380E+01
+ -2.53964161919352307E+01 -2.53964161918522429E+01 -2.53964161917462832E+01
+ -2.53964161916173055E+01 -2.53964161915211619E+01 -2.53964161914008812E+01
+ -2.53964161912564528E+01 -2.53964161911421193E+01 -2.53964161910025155E+01
+ -2.53964161908909034E+01 -2.53964161907529444E+01 -2.53964161906408847E+01
+ -2.53964161905014230E+01 -2.53964161903858212E+01 -2.53964161902417658E+01
+ -2.53964161901195666E+01 -2.53964161899678942E+01 -2.53964161898360956E+01
+ -2.53964161896738183E+01 -2.53964161895294787E+01 -2.53964161893536478E+01
+ -2.53964161891938396E+01 -2.53964161890486722E+01 -2.53964161888700879E+01
+ -2.53964161886580229E+01 -2.53964161885040554E+01 -2.53964161883147810E+01
+ -2.53964161881350989E+01 -2.53964161879636912E+01 -2.53964161877551291E+01
+ -2.53964161875530614E+01 -2.53964161873561913E+01 -2.53964161871632434E+01
+ -2.53964161869729530E+01 -2.53964161867840517E+01 -2.53964161865536155E+01
+ -2.53964161863641955E+01 -2.53964161861315390E+01 -2.53964161859366797E+01
+ -2.53964161856969497E+01 -2.53964161854918444E+01 -2.53964161852402270E+01
+ -2.53964161849810779E+01 -2.53964161847519030E+01 -2.53964161845121410E+01
+ -2.53964161842606266E+01 -2.53964161840338427E+01 -2.53964161837550719E+01
+ -2.53964161834980615E+01 -2.53964161832240940E+01 -2.53964161829320574E+01
+ -2.53964161826567434E+01 -2.53964161823604826E+01 -2.53964161820774166E+01
+ -2.53964161817705865E+01 -2.53964161814734979E+01 -2.53964161811498599E+01
+ -2.53964161808325350E+01 -2.53964161805195339E+01 -2.53964161801755814E+01
+ -2.53964161798326202E+01 -2.53964161794886927E+01 -2.53964161791418626E+01
+ -2.53964161787902114E+01 -2.53964161784318208E+01 -2.53964161780648183E+01
+ -2.53964161776873105E+01 -2.53964161772974393E+01 -2.53964161768933536E+01
+ -2.53964161765035463E+01 -2.53964161760952862E+01 -2.53964161756965545E+01
+ -2.53964161752752169E+01 -2.53964161748587145E+01 -2.53964161744155170E+01
+ -2.53964161739725469E+01 -2.53964161735272711E+01 -2.53964161730771458E+01
+ -2.53964161725917847E+01 -2.53964161721247415E+01 -2.53964161716454093E+01
+ -2.53964161711513228E+01 -2.53964161706400731E+01 -2.53964161701358542E+01
+ -2.53964161696091608E+01 -2.53964161690837606E+01 -2.53964161685565379E+01
+ -2.53964161679988081E+01 -2.53964161674336495E+01 -2.53964161668580495E+01
+ -2.53964161662939496E+01 -2.53964161656882688E+01 -2.53964161650877074E+01
+ -2.53964161644644122E+01 -2.53964161638154771E+01 -2.53964161631856200E+01
+ -2.53964161625470801E+01 -2.53964161618729740E+01 -2.53964161611836516E+01
+ -2.53964161604986032E+01 -2.53964161597910305E+01 -2.53964161590800721E+01
+ -2.53964161583617241E+01 -2.53964161576099237E+01 -2.53964161568432480E+01
+ -2.53964161560794892E+01 -2.53964161552926697E+01 -2.53964161545002369E+01
+ -2.53964161536977890E+01 -2.53964161528600485E+01 -2.53964161520246705E+01
+ -2.53964161511662496E+01 -2.53964161503008476E+01 -2.53964161494035032E+01
+ -2.53964161484899620E+01 -2.53964161475752555E+01 -2.53964161466345359E+01
+ -2.53964161456825650E+01 -2.53964161446949355E+01 -2.53964161437051388E+01
+ -2.53964161426886861E+01 -2.53964161416592198E+01 -2.53964161406112083E+01
+ -2.53964161395391486E+01 -2.53964161384557841E+01 -2.53964161373371553E+01
+ -2.53964161361957643E+01 -2.53964161350434594E+01 -2.53964161338564374E+01
+ -2.53964161326636884E+01 -2.53964161314413346E+01 -2.53964161302002758E+01
+ -2.53964161289339572E+01 -2.53964161276526070E+01 -2.53964161263326922E+01
+ -2.53964161250006626E+01 -2.53964161236492316E+01 -2.53964161222550366E+01
+ -2.53964161208433161E+01 -2.53964161194064992E+01 -2.53964161179370933E+01
+ -2.53964161164431559E+01 -2.53964161149322862E+01 -2.53964161133810116E+01
+ -2.53964161118118703E+01 -2.53964161102013897E+01 -2.53964161085712270E+01
+ -2.53964161068978989E+01 -2.53964161052022526E+01 -2.53964161034752252E+01
+ -2.53964161017078354E+01 -2.53964160999194988E+01 -2.53964160980865543E+01
+ -2.53964160962276360E+01 -2.53964160943328778E+01 -2.53964160924061169E+01
+ -2.53964160904372527E+01 -2.53964160884296462E+01 -2.53964160863862567E+01
+ -2.53964160843096245E+01 -2.53964160821888321E+01 -2.53964160800388932E+01
+ -2.53964160778483468E+01 -2.53964160756058028E+01 -2.53964160733251276E+01
+ -2.53964160710068398E+01 -2.53964160686387892E+01 -2.53964160662333462E+01
+ -2.53964160637778598E+01 -2.53964160612837411E+01 -2.53964160587378842E+01
+ -2.53964160561507732E+01 -2.53964160535088510E+01 -2.53964160508217240E+01
+ -2.53964160480753733E+01 -2.53964160452899108E+01 -2.53964160424505963E+01
+ -2.53964160395538663E+01 -2.53964160366069862E+01 -2.53964160336055222E+01
+ -2.53964160305447599E+01 -2.53964160274304405E+01 -2.53964160242570181E+01
+ -2.53964160210291539E+01 -2.53964160177404885E+01 -2.53964160143843145E+01
+ -2.53964160109742743E+01 -2.53964160074924159E+01 -2.53964160039512201E+01
+ -2.53964160003421711E+01 -2.53964159966664411E+01 -2.53964159929245881E+01
+ -2.53964159891166119E+01 -2.53964159852322879E+01 -2.53964159812802883E+01
+ -2.53964159772494433E+01 -2.53964159731471781E+01 -2.53964159689706612E+01
+ -2.53964159647166241E+01 -2.53964159603812369E+01 -2.53964159559601796E+01
+ -2.53964159514664694E+01 -2.53964159468854902E+01 -2.53964159422199280E+01
+ -2.53964159374630540E+01 -2.53964159326248371E+01 -2.53964159276886292E+01
+ -2.53964159226713981E+01 -2.53964159175553164E+01 -2.53964159123472406E+01
+ -2.53964159070448900E+01 -2.53964159016370203E+01 -2.53964158961362969E+01
+ -2.53964158905300259E+01 -2.53964158848210886E+01 -2.53964158790034311E+01
+ -2.53964158730782437E+01 -2.53964158670457181E+01 -2.53964158608975588E+01
+ -2.53964158546399332E+01 -2.53964158482629045E+01 -2.53964158417707466E+01
+ -2.53964158351593241E+01 -2.53964158284235744E+01 -2.53964158215649469E+01
+ -2.53964158145765495E+01 -2.53964158074578705E+01 -2.53964158002073006E+01
+ -2.53964157928292380E+01 -2.53964157853060328E+01 -2.53964157776470003E+01
+ -2.53964157698463318E+01 -2.53964157618973552E+01 -2.53964157538056767E+01
+ -2.53964157455623898E+01 -2.53964157371641264E+01 -2.53964157286129790E+01
+ -2.53964157199031320E+01 -2.53964157110341802E+01 -2.53964157019979915E+01
+ -2.53964156927979658E+01 -2.53964156834235482E+01 -2.53964156738755129E+01
+ -2.53964156641530856E+01 -2.53964156542481767E+01 -2.53964156441632944E+01
+ -2.53964156338935894E+01 -2.53964156234268756E+01 -2.53964156127673597E+01
+ -2.53964156019116558E+01 -2.53964155908549927E+01 -2.53964155795966384E+01
+ -2.53964155681287664E+01 -2.53964155564475220E+01 -2.53964155445530686E+01
+ -2.53964155324327834E+01 -2.53964155200889969E+01 -2.53964155075166360E+01
+ -2.53964154947090854E+01 -2.53964154816684058E+01 -2.53964154683843937E+01
+ -2.53964154548553829E+01 -2.53964154410779024E+01 -2.53964154270413403E+01
+ -2.53964154127485813E+01 -2.53964153981901646E+01 -2.53964153833599156E+01
+ -2.53964153682592126E+01 -2.53964153528728609E+01 -2.53964153372076211E+01
+ -2.53964153212536985E+01 -2.53964153049990529E+01 -2.53964152884438157E+01
+ -2.53964152715854539E+01 -2.53964152544146344E+01 -2.53964152369241525E+01
+ -2.53964152191091550E+01 -2.53964152009665156E+01 -2.53964151824863613E+01
+ -2.53964151636649120E+01 -2.53964151444959683E+01 -2.53964151249704493E+01
+ -2.53964151050854490E+01 -2.53964150848307355E+01 -2.53964150642020243E+01
+ -2.53964150431918618E+01 -2.53964150217901974E+01 -2.53964149999960576E+01
+ -2.53964149777975052E+01 -2.53964149551873959E+01 -2.53964149321597290E+01
+ -2.53964149087049833E+01 -2.53964148848146927E+01 -2.53964148604844766E+01
+ -2.53964148357030197E+01 -2.53964148104629679E+01 -2.53964147847574928E+01
+ -2.53964147585758795E+01 -2.53964147319115767E+01 -2.53964147047503310E+01
+ -2.53964146770890942E+01 -2.53964146489133320E+01 -2.53964146202158041E+01
+ -2.53964145909884067E+01 -2.53964145612228158E+01 -2.53964145309027565E+01
+ -2.53964145000254753E+01 -2.53964144685731767E+01 -2.53964144365378104E+01
+ -2.53964144039131021E+01 -2.53964143706819812E+01 -2.53964143368388804E+01
+ -2.53964143023674183E+01 -2.53964142672589794E+01 -2.53964142315005219E+01
+ -2.53964141950799380E+01 -2.53964141579837595E+01 -2.53964141202052822E+01
+ -2.53964140817237976E+01 -2.53964140425342713E+01 -2.53964140026175329E+01
+ -2.53964139619635318E+01 -2.53964139205570198E+01 -2.53964138783853777E+01
+ -2.53964138354335880E+01 -2.53964137916859727E+01 -2.53964137471271343E+01
+ -2.53964137017462974E+01 -2.53964136555240962E+01 -2.53964136084482206E+01
+ -2.53964135605003918E+01 -2.53964135116660898E+01 -2.53964134619300523E+01
+ -2.53964134112721922E+01 -2.53964133596768171E+01 -2.53964133071282809E+01
+ -2.53964132536069727E+01 -2.53964131990955870E+01 -2.53964131435751312E+01
+ -2.53964130870284102E+01 -2.53964130294361254E+01 -2.53964129707778135E+01
+ -2.53964129110331278E+01 -2.53964128501849338E+01 -2.53964127882108563E+01
+ -2.53964127250912526E+01 -2.53964126608033034E+01 -2.53964125953263569E+01
+ -2.53964125286362403E+01 -2.53964124607149699E+01 -2.53964123915359679E+01
+ -2.53964123210782518E+01 -2.53964122493164766E+01 -2.53964121762279476E+01
+ -2.53964121017873943E+01 -2.53964120259693473E+01 -2.53964119487497300E+01
+ -2.53964118701013746E+01 -2.53964117899980124E+01 -2.53964117084139680E+01
+ -2.53964116253196330E+01 -2.53964115406895203E+01 -2.53964114544936734E+01
+ -2.53964113667034717E+01 -2.53964112772893778E+01 -2.53964111862224051E+01
+ -2.53964110934700820E+01 -2.53964109990036846E+01 -2.53964109027884817E+01
+ -2.53964108047945736E+01 -2.53964107049874350E+01 -2.53964106033345587E+01
+ -2.53964104998019629E+01 -2.53964103943549446E+01 -2.53964102869566766E+01
+ -2.53964101775724416E+01 -2.53964100661646839E+01 -2.53964099526969704E+01
+ -2.53964098371311202E+01 -2.53964097194273783E+01 -2.53964095995469989E+01
+ -2.53964094774504119E+01 -2.53964093530930874E+01 -2.53964092264389478E+01
+ -2.53964090974410226E+01 -2.53964089660579724E+01 -2.53964088322452213E+01
+ -2.53964086959576498E+01 -2.53964085571493356E+01 -2.53964084157743066E+01
+ -2.53964082717848356E+01 -2.53964081251319982E+01 -2.53964079757657437E+01
+ -2.53964078236398443E+01 -2.53964076686981848E+01 -2.53964075108933400E+01
+ -2.53964073501686158E+01 -2.53964071864729810E+01 -2.53964070197482812E+01
+ -2.53964068499420108E+01 -2.53964066769949213E+01 -2.53964065008505173E+01
+ -2.53964063214473761E+01 -2.53964061387281710E+01 -2.53964059526280863E+01
+ -2.53964057630889819E+01 -2.53964055700427380E+01 -2.53964053734276156E+01
+ -2.53964051731761558E+01 -2.53964049692228251E+01 -2.53964047614964628E+01
+ -2.53964045499301072E+01 -2.53964043344498407E+01 -2.53964041149866659E+01
+ -2.53964038914646011E+01 -2.53964036638094122E+01 -2.53964034319435328E+01
+ -2.53964031957917307E+01 -2.53964029552714088E+01 -2.53964027103052494E+01
+ -2.53964024608070602E+01 -2.53964022066974344E+01 -2.53964019478876963E+01
+ -2.53964016842937355E+01 -2.53964014158229823E+01 -2.53964011423909639E+01
+ -2.53964008639006842E+01 -2.53964005802631618E+01 -2.53964002913786757E+01
+ -2.53963999971540986E+01 -2.53963996974871016E+01 -2.53963993922815945E+01
+ -2.53963990814304204E+01 -2.53963987648332790E+01 -2.53963984423800682E+01
+ -2.53963981139669386E+01 -2.53963977794781961E+01 -2.53963974388078491E+01
+ -2.53963970918359330E+01 -2.53963967384502496E+01 -2.53963963785276299E+01
+ -2.53963960119535521E+01 -2.53963956385982605E+01 -2.53963952583424337E+01
+ -2.53963948710521876E+01 -2.53963944766045664E+01 -2.53963940748596890E+01
+ -2.53963936656908444E+01 -2.53963932489528688E+01 -2.53963928245129757E+01
+ -2.53963923922211308E+01 -2.53963919519405117E+01 -2.53963915035152823E+01
+ -2.53963910468025809E+01 -2.53963905816422262E+01 -2.53963901078838994E+01
+ -2.53963896253623957E+01 -2.53963891339234245E+01 -2.53963886333939293E+01
+ -2.53963881236143081E+01 -2.53963876044048114E+01 -2.53963870755997441E+01
+ -2.53963865370133348E+01 -2.53963859884725451E+01 -2.53963854297850666E+01
+ -2.53963848607729084E+01 -2.53963842812353668E+01 -2.53963836909874594E+01
+ -2.53963830898210539E+01 -2.53963824775448188E+01 -2.53963818539436197E+01
+ -2.53963812188168205E+01 -2.53963805719422311E+01 -2.53963799131126180E+01
+ -2.53963792420966357E+01 -2.53963785586795403E+01 -2.53963778626212466E+01
+ -2.53963771536995360E+01 -2.53963764316646987E+01 -2.53963756962864942E+01
+ -2.53963749473055991E+01 -2.53963741844833635E+01 -2.53963734075509038E+01
+ -2.53963726162601837E+01 -2.53963718103329015E+01 -2.53963709895120751E+01
+ -2.53963701535081334E+01 -2.53963693020548966E+01 -2.53963684348523664E+01
+ -2.53963675516229941E+01 -2.53963666520571429E+01 -2.53963657358668407E+01
+ -2.53963648027296642E+01 -2.53963638523481272E+01 -2.53963628843875568E+01
+ -2.53963618985385580E+01 -2.53963608944546628E+01 -2.53963598718150685E+01
+ -2.53963588302604677E+01 -2.53963577694565856E+01 -2.53963566890318653E+01
+ -2.53963555886403647E+01 -2.53963544678950086E+01 -2.53963533264384793E+01
+ -2.53963521638687730E+01 -2.53963509798142795E+01 -2.53963497738587769E+01
+ -2.53963485456170801E+01 -2.53963472946573958E+01 -2.53963460205790135E+01
+ -2.53963447229349093E+01 -2.53963434013097249E+01 -2.53963420552389714E+01
+ -2.53963406842928592E+01 -2.53963392879887984E+01 -2.53963378658807137E+01
+ -2.53963364174687243E+01 -2.53963349422895668E+01 -2.53963334398246836E+01
+ -2.53963319095940250E+01 -2.53963303510593157E+01 -2.53963287637224049E+01
+ -2.53963271470254561E+01 -2.53963255004511126E+01 -2.53963238234208326E+01
+ -2.53963221153989807E+01 -2.53963203757847786E+01 -2.53963186040214950E+01
+ -2.53963167994869607E+01 -2.53963149616037676E+01 -2.53963130897263518E+01
+ -2.53963111832559427E+01 -2.53963092415223954E+01 -2.53963072639047525E+01
+ -2.53963052497081492E+01 -2.53963031982879421E+01 -2.53963011089240354E+01
+ -2.53962989809470905E+01 -2.53962968136097373E+01 -2.53962946062193353E+01
+ -2.53962923579995241E+01 -2.53962900682311563E+01 -2.53962877361098549E+01
+ -2.53962853608894328E+01 -2.53962829417357696E+01 -2.53962804778739688E+01
+ -2.53962779684389552E+01 -2.53962754126277588E+01 -2.53962728095426442E+01
+ -2.53962701583500383E+01 -2.53962674581188530E+01 -2.53962647079851216E+01
+ -2.53962619069826410E+01 -2.53962590542150650E+01 -2.53962561486800951E+01
+ -2.53962531894479930E+01 -2.53962501754787944E+01 -2.53962471058085342E+01
+ -2.53962439793584807E+01 -2.53962407951277882E+01 -2.53962375519981300E+01
+ -2.53962342489314707E+01 -2.53962308847671387E+01 -2.53962274584289034E+01
+ -2.53962239687127429E+01 -2.53962204145014923E+01 -2.53962167945465893E+01
+ -2.53962131076898814E+01 -2.53962093526354913E+01 -2.53962055281816319E+01
+ -2.53962016329847060E+01 -2.53961976657979456E+01 -2.53961936252274931E+01
+ -2.53961895099798554E+01 -2.53961853186091346E+01 -2.53961810497740181E+01
+ -2.53961767019740989E+01 -2.53961722738183759E+01 -2.53961677637502419E+01
+ -2.53961631703262043E+01 -2.53961584919321410E+01 -2.53961537270708071E+01
+ -2.53961488740672259E+01 -2.53961439313686377E+01 -2.53961388972373676E+01
+ -2.53961337700627183E+01 -2.53961285480422809E+01 -2.53961232295045072E+01
+ -2.53961178125802967E+01 -2.53961122955356053E+01 -2.53961066764313443E+01
+ -2.53961009534688422E+01 -2.53960951246364175E+01 -2.53960891880684265E+01
+ -2.53960831416779484E+01 -2.53960769835292695E+01 -2.53960707114579982E+01
+ -2.53960643234560948E+01 -2.53960578172781233E+01 -2.53960511908408932E+01
+ -2.53960444418152669E+01 -2.53960375680402564E+01 -2.53960305670994728E+01
+ -2.53960234367516158E+01 -2.53960161744896880E+01 -2.53960087779884667E+01
+ -2.53960012446476675E+01 -2.53959935720548664E+01 -2.53959857575127259E+01
+ -2.53959777985187287E+01 -2.53959696922745799E+01 -2.53959614361844572E+01
+ -2.53959530273455272E+01 -2.53959444630645841E+01 -2.53959357403303301E+01
+ -2.53959268563492770E+01 -2.53959178079972325E+01 -2.53959085923765038E+01
+ -2.53958992062459750E+01 -2.53958896465995885E+01 -2.53958799100752302E+01
+ -2.53958699935542143E+01 -2.53958598935490194E+01 -2.53958496068241431E+01
+ -2.53958391297616366E+01 -2.53958284590051910E+01 -2.53958175908013715E+01
+ -2.53958065216685682E+01 -2.53957952477130320E+01 -2.53957837653226299E+01
+ -2.53957720704581860E+01 -2.53957601593724789E+01 -2.53957480278751717E+01
+ -2.53957356720790663E+01 -2.53957230876369664E+01 -2.53957102705160374E+01
+ -2.53956972162067807E+01 -2.53956839205253964E+01 -2.53956703787934721E+01
+ -2.53956565866710804E+01 -2.53956425393046388E+01 -2.53956282321913953E+01
+ -2.53956136602965330E+01 -2.53955988189487734E+01 -2.53955837029247213E+01
+ -2.53955683073784648E+01 -2.53955526268910425E+01 -2.53955366564349880E+01
+ -2.53955203903885405E+01 -2.53955038235361492E+01 -2.53954869500456439E+01
+ -2.53954697645058616E+01 -2.53954522608664917E+01 -2.53954344335137563E+01
+ -2.53954162761707707E+01 -2.53953977830135571E+01 -2.53953789475300056E+01
+ -2.53953597636779342E+01 -2.53953402247015632E+01 -2.53953203243322285E+01
+ -2.53953000555610870E+01 -2.53952794118843741E+01 -2.53952583860307257E+01
+ -2.53952369712530768E+01 -2.53952151600072398E+01 -2.53951929452931040E+01
+ -2.53951703192839595E+01 -2.53951472747171998E+01 -2.53951238034727993E+01
+ -2.53950998980156655E+01 -2.53950755499215752E+01 -2.53950507513727146E+01
+ -2.53950254936289070E+01 -2.53949997685793072E+01 -2.53949735671558585E+01
+ -2.53949468809432055E+01 -2.53949197005334568E+01 -2.53948920171953283E+01
+ -2.53948638211679736E+01 -2.53948351033923352E+01 -2.53948058537413068E+01
+ -2.53947760628158079E+01 -2.53947457201085705E+01 -2.53947148158674523E+01
+ -2.53946833391909905E+01 -2.53946512799605202E+01 -2.53946186268653840E+01
+ -2.53945853694066273E+01 -2.53945514958487912E+01 -2.53945169952985843E+01
+ -2.53944818555795528E+01 -2.53944460653886921E+01 -2.53944096120922858E+01
+ -2.53943724839622966E+01 -2.53943346678901030E+01 -2.53942961517065555E+01
+ -2.53942569218102889E+01 -2.53942169655741061E+01 -2.53941762688853672E+01
+ -2.53941348186415290E+01 -2.53940926001990555E+01 -2.53940495999622975E+01
+ -2.53940058027366078E+01 -2.53939611944141674E+01 -2.53939157592286904E+01
+ -2.53938694825406941E+01 -2.53938223479903691E+01 -2.53937743403864360E+01
+ -2.53937254427528813E+01 -2.53936756393259060E+01 -2.53936249124898730E+01
+ -2.53935732458861203E+01 -2.53935206212353037E+01 -2.53934670215616833E+01
+ -2.53934124278966351E+01 -2.53933568226234136E+01 -2.53933001860581768E+01
+ -2.53932424999189443E+01 -2.53931837437791437E+01 -2.53931238986659089E+01
+ -2.53930629433817714E+01 -2.53930008582367890E+01 -2.53929376212330418E+01
+ -2.53928732119357576E+01 -2.53928076075162039E+01 -2.53927407867663533E+01
+ -2.53926727259946361E+01 -2.53926034031902788E+01 -2.53925327937658523E+01
+ -2.53924608748767930E+01 -2.53923876210056605E+01 -2.53923130084420698E+01
+ -2.53922370107027469E+01 -2.53921596031783459E+01 -2.53920807583827361E+01
+ -2.53920004507726631E+01 -2.53919186518207134E+01 -2.53918353350139299E+01
+ -2.53917504707434105E+01 -2.53916640314889577E+01 -2.53915759865186033E+01
+ -2.53914863072660211E+01 -2.53913949618328836E+01 -2.53913019205661037E+01
+ -2.53912071503560526E+01 -2.53911106204208643E+01 -2.53910122963926632E+01
+ -2.53909121463170102E+01 -2.53908101345192172E+01 -2.53907062278265307E+01
+ -2.53906003892068277E+01 -2.53904925842218603E+01 -2.53903827744293515E+01
+ -2.53902709240759208E+01 -2.53901569932545144E+01 -2.53900409448455378E+01
+ -2.53899227374199796E+01 -2.53898023324385704E+01 -2.53896796868912134E+01
+ -2.53895547607631649E+01 -2.53894275094016280E+01 -2.53892978912586642E+01
+ -2.53891658599744758E+01 -2.53890313724077146E+01 -2.53888943804247447E+01
+ -2.53887548392281062E+01 -2.53886126988408627E+01 -2.53884679127439625E+01
+ -2.53883204290449314E+01 -2.53881701994352298E+01 -2.53880171700313255E+01
+ -2.53878612906643610E+01 -2.53877025053814123E+01 -2.53875407620794604E+01
+ -2.53873760026544311E+01 -2.53872081729923949E+01 -2.53870372127530963E+01
+ -2.53868630657314753E+01 -2.53866856692625547E+01 -2.53865049649666830E+01
+ -2.53863208877618582E+01 -2.53861333770068320E+01 -2.53859423651064411E+01
+ -2.53857477890672065E+01 -2.53855495786806102E+01 -2.53853476685062915E+01
+ -2.53851419856180200E+01 -2.53849324620301573E+01 -2.53847190219898025E+01
+ -2.53845015948630710E+01 -2.53842801019571596E+01 -2.53840544698826953E+01
+ -2.53838246168886030E+01 -2.53835904667182994E+01 -2.53833519344390766E+01
+ -2.53831089408103026E+01 -2.53828613975890960E+01 -2.53826092224289610E+01
+ -2.53823523236426674E+01 -2.53820906156508208E+01 -2.53818240031818085E+01
+ -2.53815523972905304E+01 -2.53812756989750206E+01 -2.53809938157858994E+01
+ -2.53807066448384013E+01 -2.53804140900342006E+01 -2.53801160444465310E+01
+ -2.53798124081769494E+01 -2.53795030700907027E+01 -2.53791879263311557E+01
+ -2.53788668613821358E+01 -2.53785397672638986E+01 -2.53782065238976315E+01
+ -2.53778670190078870E+01 -2.53775211277640338E+01 -2.53771687334146847E+01
+ -2.53768097061796176E+01 -2.53764439246429063E+01 -2.53760712538681830E+01
+ -2.53756915675777321E+01 -2.53753047254631348E+01 -2.53749105961785695E+01
+ -2.53745090338177626E+01 -2.53740999017510092E+01 -2.53736830482380675E+01
+ -2.53732583311394748E+01 -2.53728255926340864E+01 -2.53723846848362342E+01
+ -2.53719354435856133E+01 -2.53714777150026549E+01 -2.53710113283176639E+01
+ -2.53705361233979971E+01 -2.53700519225816024E+01 -2.53695585592111428E+01
+ -2.53690558484362114E+01 -2.53685436167900562E+01 -2.53680216719239020E+01
+ -2.53674898332634946E+01 -2.53669479006368483E+01 -2.53663956860495290E+01
+ -2.53658329811662568E+01 -2.53652595902446016E+01 -2.53646752964295992E+01
+ -2.53640798958870128E+01 -2.53634731628686225E+01 -2.53628548850877031E+01
+ -2.53622248275112767E+01 -2.53615827690215951E+01 -2.53609284648903639E+01
+ -2.53602616847716682E+01 -2.53595821738112122E+01 -2.53588896920178257E+01
+ -2.53581839739595623E+01 -2.53574647695621138E+01 -2.53567318023418053E+01
+ -2.53559848116811182E+01 -2.53552235095472369E+01 -2.53544476242961991E+01
+ -2.53536568558237008E+01 -2.53528509209514006E+01 -2.53520295069550805E+01
+ -2.53511923185881756E+01 -2.53503390299304847E+01 -2.53494693331058834E+01
+ -2.53485828883929685E+01 -2.53476793746956481E+01 -2.53467584378553852E+01
+ -2.53458197429350811E+01 -2.53448629206705860E+01 -2.53438876216302944E+01
+ -2.53428934607416636E+01 -2.53418800733907794E+01 -2.53408470579576424E+01
+ -2.53397940339219900E+01 -2.53387205823389685E+01 -2.53376263060195654E+01
+ -2.53365107678761419E+01 -2.53353735532479618E+01 -2.53342142060438675E+01
+ -2.53330322932855090E+01 -2.53318273389721753E+01 -2.53305988909165869E+01
+ -2.53293464522546721E+01 -2.53280695506506959E+01 -2.53267676673728310E+01
+ -2.53254403089465399E+01 -2.53240869337142982E+01 -2.53227070260185769E+01
+ -2.53213000201616012E+01 -2.53198653772016229E+01 -2.53184025062261995E+01
+ -2.53169108438477544E+01 -2.53153897727014758E+01 -2.53138387037284858E+01
+ -2.53122569918068692E+01 -2.53106440209132124E+01 -2.53089991167930073E+01
+ -2.53073216350934942E+01 -2.53056108709770271E+01 -2.53038661503208147E+01
+ -2.53020867361742781E+01 -2.53002719231236384E+01 -2.52984209404916847E+01
+ -2.52965330499676000E+01 -2.52946074454451235E+01 -2.52926433540204485E+01
+ -2.52906399323619127E+01 -2.52885963711814057E+01 -2.52865117880263348E+01
+ -2.52843853353321144E+01 -2.52822160895246277E+01 -2.52800031627639150E+01
+ -2.52777455882427304E+01 -2.52754424357339147E+01 -2.52730926929679853E+01
+ -2.52706953850993052E+01 -2.52682494520430119E+01 -2.52657538719771608E+01
+ -2.52632075345171145E+01 -2.52606093683731885E+01 -2.52579582102380158E+01
+ -2.52552529367212415E+01 -2.52524923288232621E+01 -2.52496752082708191E+01
+ -2.52468002974478090E+01 -2.52438663602578259E+01 -2.52408720573807557E+01
+ -2.52378160917899095E+01 -2.52346970592011814E+01 -2.52315135983742920E+01
+ -2.52282642366191965E+01 -2.52249475450127250E+01 -2.52215619788251075E+01
+ -2.52181060377847253E+01 -2.52145781012859160E+01 -2.52109765938360759E+01
+ -2.52072998149043954E+01 -2.52035461096865419E+01 -2.51997136934528321E+01
+ -2.51958008277665826E+01 -2.51918056391891945E+01 -2.51877263010890786E+01
+ -2.51835608465602547E+01 -2.51793073559589367E+01 -2.51749637638920554E+01
+ -2.51705280526188098E+01 -2.51659980529649800E+01 -2.51613716437266035E+01
+ -2.51566465463665132E+01 -2.51518205305562788E+01 -2.51468912025120730E+01
+ -2.51418562168103463E+01 -2.51367130582207636E+01 -2.51314592599297129E+01
+ -2.51260921787298592E+01 -2.51206092197833755E+01 -2.51150076050298274E+01
+ -2.51092846046184697E+01 -2.51034372983989336E+01 -2.50974628141489475E+01
+ -2.50913580820154216E+01 -2.50851200796603351E+01 -2.50787455795238543E+01
+ -2.50722314010067713E+01 -2.50655741504320986E+01 -2.50587704803772482E+01
+ -2.50518168222161748E+01 -2.50447096527087112E+01 -2.50374452190116905E+01
+ -2.50300198126261719E+01 -2.50224294867734578E+01 -2.50146703377932305E+01
+ -2.50067382147890420E+01 -2.49986290085616147E+01 -2.49903383534380303E+01
+ -2.49818619238148578E+01 -2.49731951280960942E+01 -2.49643334129099976E+01
+ -2.49552719490929782E+01 -2.49460059436320130E+01 -2.49365303176453779E+01
+ -2.49268400260890886E+01 -2.49169297277005768E+01 -2.49067941124929639E+01
+ -2.48964275636445329E+01 -2.48858244927883696E+01 -2.48749789938492256E+01
+ -2.48638851861182744E+01 -2.48525368600593488E+01 -2.48409278281392183E+01
+ -2.48290515626476171E+01 -2.48169015542323450E+01 -2.48044709418021903E+01
+ -2.47917528786928898E+01 -2.47787401547492259E+01 -2.47654255700228596E+01
+ -2.47518015491590972E+01 -2.47378605225006396E+01 -2.47235945329365450E+01
+ -2.47089956242564774E+01 -2.46940554406543278E+01 -2.46787656221458818E+01
+ -2.46631173969571584E+01 -2.46471019837844274E+01 -2.46307101773381767E+01
+ -2.46139327571877615E+01 -2.45967600667759108E+01 -2.45791824285509612E+01
+ -2.45611897168145745E+01 -2.45427717788023187E+01 -2.45239180017781990E+01
+ -2.45046177396795528E+01 -2.44848598749269648E+01 -2.44646332502013450E+01
+ -2.44439262254966749E+01 -2.44227271145459603E+01 -2.44010237377073516E+01
+ -2.43788038625013961E+01 -2.43560547529880793E+01 -2.43327636138201413E+01
+ -2.43089171368405417E+01 -2.42845019479953415E+01 -2.42595041519572732E+01
+ -2.42339097811770579E+01 -2.42077043394197950E+01 -2.41808732521653837E+01
+ -2.41534014100301135E+01 -2.41252736196549051E+01 -2.40964741480751847E+01
+ -2.40669871731600082E+01 -2.40367963300889045E+01 -2.40058851603254944E+01
+ -2.39742366614604805E+01 -2.39418337336201859E+01 -2.39086587340403156E+01
+ -2.38746939197229295E+01 -2.38399210082157538E+01 -2.38043216152404042E+01
+ -2.37678768232670414E+01 -2.37305676127421350E+01 -2.36923744401679564E+01
+ -2.36532776614598212E+01 -2.36132571213636098E+01 -2.35722925673713206E+01
+ -2.35303632524369455E+01 -2.34874483377741576E+01 -2.34435265109622613E+01
+ -2.33985763758414933E+01 -2.33525760882346560E+01 -2.33055037310444817E+01
+ -2.32573369699525863E+01 -2.32080534117096775E+01 -2.31576302823107660E+01
+ -2.31060447663531292E+01 -2.30532737103245076E+01 -2.29992939407857691E+01
+ -2.29440819955458188E+01 -2.28876144183067041E+01 -2.28298675206339396E+01
+ -2.27708176505817441E+01 -2.27104409884987568E+01 -2.26487137870308644E+01
+ -2.25856122039284060E+01 -2.25211125107043664E+01 -2.24551909657279793E+01
+ -2.23878239886980701E+01 -2.23189880774171101E+01 -2.22486599451238618E+01
+ -2.21768164844395130E+01 -2.21034348644918381E+01 -2.20284925456077971E+01
+ -2.19519673330543448E+01 -2.18738374461172640E+01 -2.17940815251831488E+01
+ -2.17126787588887176E+01 -2.16296088411758447E+01 -2.15448521602157470E+01
+ -2.14583897019866896E+01 -2.13702033046689053E+01 -2.12802755052241857E+01
+ -2.11885898629172225E+01 -2.10951307453201373E+01 -2.09998837245386589E+01
+ -2.09028352990257886E+01 -2.08039733659724853E+01 -2.07032868752958876E+01
+ -2.06007663814888744E+01 -2.04964036261525493E+01 -2.03901921723824202E+01
+ -2.02821269122455661E+01 -2.01722047865069953E+01 -2.00604242135134392E+01
+ -1.99467858967265883E+01 -1.98312921715706771E+01 -1.97139479028335316E+01
+ -1.95947597461690322E+01 -1.94737371369459744E+01 -1.93508914632726459E+01
+ -1.92262371473110143E+01 -1.90997907269136888E+01 -1.89715720297701438E+01
+ -1.88416031610193286E+01 -1.87099097698484051E+01 -1.85765199407723429E+01
+ -1.84414655514558845E+01 -1.83047810657361829E+01 -1.81665049804789298E+01
+ -1.80266785188638394E+01 -1.78853471630069052E+01 -1.77425592465327462E+01
+ -1.75983675684882819E+01 -1.74528278847903167E+01 -1.73060005976120976E+01
+ -1.71579491459166071E+01 -1.70087417630087145E+01 -1.68584497670406250E+01
+ -1.67071493777784710E+01 -1.65549199086914882E+01 -1.64018456321755721E+01
+ -1.62480138756051282E+01 -1.60935169222813066E+01 -1.59384500146282218E+01
+ -1.57829132759891735E+01 -1.56270096249805057E+01 -1.54708467009491404E+01
+ -1.53145346943576932E+01 -1.51581882562559898E+01 -1.50019242504640005E+01
+ -1.48458636248309617E+01 -1.46901290919275400E+01 -1.45348469372219817E+01
+ -1.43801446360291969E+01 -1.42261525711111823E+01 -1.40730015948287175E+01
+ -1.39208246262057767E+01 -1.37697541687028142E+01 -1.36199237546645051E+01
+ -1.34714654310586006E+01 -1.33245110177259889E+01 -1.31791895760593398E+01
+ -1.30356284469705539E+01 -1.28939507211786406E+01 -1.27542760238048611E+01
+ -1.26167180101887606E+01 -1.24813848671760006E+01 -1.23483768658335862E+01
+ -1.22177865556537313E+01 -1.20896964160294722E+01 -1.19641787298211106E+01
+ -1.18412933900321491E+01 -1.17210874547710002E+01 -1.16035931855258312E+01
+ -1.14888273080650745E+01 -1.13767893855978031E+01 -1.12674608414306956E+01
+ -1.11608038059431056E+01 -1.10567599989874470E+01 -1.09552502361219890E+01
+ -1.08561733242491414E+01 -1.07594064723788172E+01 -1.06648044256464090E+01
+ -1.05722011018658240E+01 -1.04814092801216017E+01 -1.03922238799123896E+01
+ -1.03044226349121626E+01 -1.02177715508593767E+01 -1.01320271378522992E+01
+ -1.00469447319462812E+01 -9.96228303724074493E+00 -9.87781618224061297E+00
+ -9.79334154543585633E+00 -9.70869665196367926E+00 -9.62377153660339779E+00
+ -9.53853188457907208E+00 -9.45303754171823307E+00 -9.36747368535839087E+00
+ -9.28217756944150985E+00 -9.19756261409219533E+00 -9.11371889278352221E+00
+ -9.03063947995085847E+00 -8.94831740824021260E+00 -8.86674577381141127E+00
+ -8.78591773574891022E+00 -8.70582651550183861E+00 -8.62646539632619813E+00
+ -8.54782772270719349E+00 -8.46990689980108513E+00 -8.39269639288209746E+00
+ -8.31618972679441804E+00 -8.24038048540909429E+00 -8.16526231108603184E+00
+ -8.09082890414075884E+00 -8.01707402231612676E+00 -7.94399148025878432E+00
+ -7.87157514900046973E+00 -7.79981895544399251E+00 -7.72871688185392269E+00
+ -7.65826296535190920E+00 -7.58845129741661228E+00 -7.51927602338820122E+00
+ -7.45073134197729203E+00 -7.38281150477851966E+00 -7.31551081578838858E+00
+ -7.24882363092759707E+00 -7.18274435756769680E+00 -7.11726745406207240E+00
+ -7.05238742928118967E+00 -6.98809884215209376E+00 -6.92439630120208438E+00
+ -6.86127446410657438E+00 -6.79872803724106411E+00 -6.73675177523714819E+00
+ -6.67534048054268947E+00 -6.61448900298587805E+00 -6.55419223934332962E+00
+ -6.49444513291210690E+00 -6.43524267308563847E+00 -6.37657989493351618E+00
+ -6.31845187878510473E+00 -6.26085374981696230E+00 -6.20378067764401209E+00
+ -6.14722787591445652E+00 -6.09119060190836770E+00 -6.03566415613991225E+00
+ -5.98064388196328878E+00 -5.92612516518216381E+00 -5.87210343366271470E+00
+ -5.81857415695018965E+00 -5.76553284588896453E+00 -5.71297505224606716E+00
+ -5.66089636833812282E+00 -5.60929242666171302E+00 -5.55815889952709252E+00
+ -5.50749149869527077E+00 -5.45728597501832891E+00 -5.40753811808314033E+00
+ -5.35824375585821944E+00 -5.30939875434385389E+00 -5.26099901722540242E+00
+ -5.21304048552976873E+00 -5.16551913728499557E+00 -5.11843098718296385E+00
+ -5.07177208624517029E+00 -5.02553852149155311E+00 -4.97972641561232976E+00
+ -4.93433192664281073E+00 -4.88935124764123952E+00 -4.84478060636949159E+00
+ -4.80061626497673277E+00 -4.75685451968594286E+00 -4.71349170048330457E+00
+ -4.67052417081042126E+00 -4.62794832725933780E+00 -4.58576059927034585E+00
+ -4.54395744883254249E+00 -4.50253537018711825E+00 -4.46149088953335760E+00
+ -4.42082056473727913E+00 -4.38052098504301224E+00 -4.34058877078672811E+00
+ -4.30102057311321229E+00 -4.26181307369501905E+00 -4.22296298445417850E+00
+ -4.18446704728645180E+00 -4.14632203378808839E+00 -4.10852474498507902E+00
+ -4.07107201106488059E+00 -4.03396069111059052E+00 -3.99718767283750065E+00
+ -3.96074987233214237E+00 -3.92464423379362071E+00 -3.88886772927735214E+00
+ -3.85341735844113220E+00 -3.81829014829351188E+00 -3.78348315294446946E+00
+ -3.74899345335836109E+00 -3.71481815710911434E+00 -3.68095439813766268E+00
+ -3.64739933651158088E+00 -3.61415015818693020E+00 -3.58120407477222891E+00
+ -3.54855832329465093E+00 -3.51621016596828451E+00 -3.48415688996453765E+00
+ -3.45239580718462724E+00 -3.42092425403414913E+00 -3.38973959119969459E+00
+ -3.35883920342751097E+00 -3.32822049930417263E+00 -3.29788091103925796E+00
+ -3.26781789425000913E+00 -3.23802892774792728E+00 -3.20851151332737006E+00
+ -3.17926317555602100E+00 -3.15028146156729560E+00 -3.12156394085463162E+00
+ -3.09310820506766238E+00 -3.06491186781023872E+00 -3.03697256444030073E+00
+ -3.00928795187156561E+00 -2.98185570837703295E+00 -2.95467353339427419E+00
+ -2.92773914733248342E+00 -2.90105029138133208E+00 -2.87460472732151473E+00
+ -2.84840023733704895E+00 -2.82243462382928056E+00 -2.79670570923258888E+00
+ -2.77121133583175938E+00 -2.74594936558103653E+00 -2.72091767992481914E+00
+ -2.69611417961998523E+00 -2.67153678455984522E+00 -2.64718343359970287E+00
+ -2.62305208438397619E+00 -2.59914071317494910E+00 -2.57544731468303567E+00
+ -2.55196990189861062E+00 -2.52870650592537238E+00 -2.50565517581522545E+00
+ -2.48281397840466500E+00 -2.46018099815265456E+00 -2.43775433697998345E+00
+ -2.41553211411008428E+00 -2.39351246591131028E+00 -2.37169354574062607E+00
+ -2.35007352378876933E+00 -2.32865058692677218E+00 -2.30742293855391978E+00
+ -2.28638879844707299E+00 -2.26554640261137585E+00 -2.24489400313231879E+00
+ -2.22442986802915366E+00 -2.20415228110964190E+00 -2.18405954182613016E+00
+ -2.16414996513293678E+00 -2.14442188134502576E+00 -2.12487363599800361E+00
+ -2.10550358970935081E+00 -2.08631011804094602E+00 -2.06729161136282968E+00
+ -2.04844647471822006E+00 -2.02977312768974993E+00 -2.01127000426692915E+00
+ -1.99293555271481204E+00 -1.97476823544386515E+00 -1.95676652888101632E+00
+ -1.93892892334188893E+00 -1.92125392290417940E+00 -1.90374004528222329E+00
+ -1.88638582170267277E+00 -1.86918979678132291E+00 -1.85215052840105887E+00
+ -1.83526658759091266E+00 -1.81853655840622741E+00 -1.80195903780990840E+00
+ -1.78553263555475983E+00 -1.76925597406689539E+00 -1.75312768833021160E+00
+ -1.73714642577190004E+00 -1.72131084614903473E+00 -1.70561962143616275E+00
+ -1.69007143571393370E+00 -1.67466498505874095E+00 -1.65939897743337195E+00
+ -1.64427213257865312E+00 -1.62928318190608001E+00 -1.61443086839143213E+00
+ -1.59971394646935350E+00 -1.58513118192889335E+00 -1.57068135181000668E+00
+ -1.55636324430097805E+00 -1.54217565863681361E+00 -1.52811740499852844E+00
+ -1.51418730441336824E+00 -1.50038418865593437E+00 -1.48670690015021401E+00
+ -1.47315429187250113E+00 -1.45972522725520260E+00 -1.44641858009152213E+00
+ -1.43323323444101236E+00 -1.42016808453599119E+00 -1.40722203468879692E+00
+  END     
+   TPROJECTOR   1 #p(r), for p(r)/r*Ylm)
+  0.00000000000000000E+00  3.08746027983114080E-07  6.20332432907008522E-07
+  9.34785345443603036E-07  1.25213113665967193E-06  1.57239642022843770E-06
+  1.89560805466144199E-06  2.22179314556100227E-06  2.55097904789340009E-06
+  2.88319336828293130E-06  3.21846396732708265E-06  3.55681896193305173E-06
+  3.89828672767571486E-06  4.24289590117726104E-06  4.59067538250876928E-06
+  4.94165433761392387E-06  5.29586220075485594E-06  5.65332867698071083E-06
+  6.01408374461872289E-06  6.37815765778836682E-06  6.74558094893850592E-06
+  7.11638443140806418E-06  7.49059920200987998E-06  7.86825664363893735E-06
+  8.24938842790395844E-06  8.63402651778360733E-06  9.02220317030700715E-06
+  9.41395093925892273E-06  9.80930267790975797E-06  1.02082915417708524E-05
+  1.06109509913749615E-05  1.10173147950823383E-05  1.14274170319126895E-05
+  1.18412920944031800E-05  1.22589746914926340E-05  1.26804998514324420E-05
+  1.31059029247240744E-05  1.35352195870836492E-05  1.39684858424339098E-05
+  1.44057380259236744E-05  1.48470128069748904E-05  1.52923471923578665E-05
+  1.57417785292948955E-05  1.61953445085922233E-05  1.66530831678009521E-05
+  1.71150328944069872E-05  1.75812324290503579E-05  1.80517208687740909E-05
+  1.85265376703031421E-05  1.90057226533532397E-05  1.94893160039702877E-05
+  1.99773582779005676E-05  2.04698904039918810E-05  2.09669536876259908E-05
+  2.14685898141825596E-05  2.19748408525350644E-05  2.24857492585788448E-05
+  2.30013578787915282E-05  2.35217099538264344E-05  2.40468491221386161E-05
+  2.45768194236448942E-05  2.51116653034167390E-05  2.56514316154081163E-05
+  2.61961636262165169E-05  2.67459070188796021E-05  2.73007078967061782E-05
+  2.78606127871423935E-05  2.84256686456742019E-05  2.89959228597644943E-05
+  2.95714232528278108E-05  3.01522180882406280E-05  3.07383560733889030E-05
+  3.13298863637528864E-05  3.19268585670297192E-05  3.25293227472930565E-05
+  3.31373294291922768E-05  3.37509296021893139E-05  3.43701747248347775E-05
+  3.49951167290836332E-05  3.56258080246503076E-05  3.62623015034038129E-05
+  3.69046505438035030E-05  3.75529090153758254E-05  3.82071312832314329E-05
+  3.88673722126250395E-05  3.95336871735561650E-05  4.02061320454129620E-05
+  4.08847632216581926E-05  4.15696376145586669E-05  4.22608126599581313E-05
+  4.29583463220939996E-05  4.36622970984583192E-05  4.43727240247039346E-05
+  4.50896866795949552E-05  4.58132451900033680E-05  4.65434602359516219E-05
+  4.72803930557014250E-05  4.80241054508894480E-05  4.87746597917096479E-05
+  4.95321190221448412E-05  5.02965466652441535E-05  5.10680068284518186E-05
+  5.18465642089819482E-05  5.26322840992450992E-05  5.34252323923237930E-05
+  5.42254755874982874E-05  5.50330807958237394E-05  5.58481157457580281E-05
+  5.66706487888421603E-05  5.75007489054317434E-05  5.83384857104826942E-05
+  5.91839294593886648E-05  6.00371510538738173E-05  6.08982220479377476E-05
+  6.17672146538568705E-05  6.26442017482404471E-05  6.35292568781422597E-05
+  6.44224542672281505E-05  6.53238688220008864E-05  6.62335761380820540E-05
+  6.71516525065522568E-05  6.80781749203475828E-05  6.90132210807190103E-05
+  6.99568694037458602E-05  7.09091990269141933E-05  7.18702898157527238E-05
+  7.28402223705303966E-05  7.38190780330162525E-05  7.48069388933007135E-05
+  7.58038877966796156E-05  7.68100083506034574E-05  7.78253849316866582E-05
+  7.88501026927850945E-05  7.98842475701378211E-05  8.09279062905722719E-05
+  8.19811663787789588E-05  8.30441161646505439E-05  8.41168447906903835E-05
+  8.51994422194878303E-05  8.62919992412627902E-05  8.73946074814794507E-05
+  8.85073594085308618E-05  8.96303483414935835E-05  9.07636684579531052E-05
+  9.19074148019026374E-05  9.30616832917132450E-05  9.42265707281783019E-05
+  9.54021748026312108E-05  9.65885941051385566E-05  9.77859281327673373E-05
+  9.89942772979304753E-05  1.00213742936806243E-04  1.01444427317837649E-04
+  1.02686433650308641E-04  1.03939866093000048E-04  1.05204829762923482E-04
+  1.06481430744138179E-04  1.07769776096647144E-04  1.09069973865375002E-04
+  1.10382133089229485E-04  1.11706363810245863E-04  1.13042777082814918E-04
+  1.14391484982997755E-04  1.15752600617922258E-04  1.17126238135271217E-04
+  1.18512512732854092E-04  1.19911540668267099E-04  1.21323439268645279E-04
+  1.22748326940499085E-04  1.24186323179645947E-04  1.25637548581231714E-04
+  1.27102124849843277E-04  1.28580174809716065E-04  1.30071822415034019E-04
+  1.31577192760324539E-04  1.33096412090949446E-04  1.34629607813693570E-04
+  1.36176908507447175E-04  1.37738443933990793E-04  1.39314345048877032E-04
+  1.40904744012413112E-04  1.42509774200743798E-04  1.44129570217036459E-04
+  1.45764267902770764E-04  1.47414004349129572E-04  1.49078917908495657E-04
+  1.50759148206056461E-04  1.52454836151509631E-04  1.54166123950885052E-04
+  1.55893155118466513E-04  1.57636074488829499E-04  1.59395028228987725E-04
+  1.61170163850649225E-04  1.62961630222588838E-04  1.64769577583133279E-04
+  1.66594157552757513E-04  1.68435523146805751E-04  1.70293828788318103E-04
+  1.72169230320982458E-04  1.74061885022207957E-04  1.75971951616309651E-04
+  1.77899590287821903E-04  1.79844962694933233E-04  1.81808231983040895E-04
+  1.83789562798434549E-04  1.85789121302102917E-04  1.87807075183670609E-04
+  1.89843593675459031E-04  1.91898847566678975E-04  1.93973009217754226E-04
+  1.96066252574777556E-04  1.98178753184094871E-04  2.00310688207030736E-04
+  2.02462236434744871E-04  2.04633578303223414E-04  2.06824895908414279E-04
+  2.09036373021497164E-04  2.11268195104293965E-04  2.13520549324825891E-04
+  2.15793624573004141E-04  2.18087611476476604E-04  2.20402702416611605E-04
+  2.22739091544630827E-04  2.25096974797894247E-04  2.27476549916330465E-04
+  2.29878016459018810E-04  2.32301575820928127E-04  2.34747431249802247E-04
+  2.37215787863208631E-04  2.39706852665739676E-04  2.42220834566369918E-04
+  2.44757944395979240E-04  2.47318394925031973E-04  2.49902400881421246E-04
+  2.52510178968477252E-04  2.55141947883138803E-04  2.57797928334296518E-04
+  2.60478343061300147E-04  2.63183416852638187E-04  2.65913376564791827E-04
+  2.68668451141257716E-04  2.71448871631747987E-04  2.74254871211567766E-04
+  2.77086685201171040E-04  2.79944551085889665E-04  2.82828708535858724E-04
+  2.85739399426109398E-04  2.88676867856853953E-04  2.91641360173960679E-04
+  2.94633124989609140E-04  2.97652413203142304E-04  3.00699478022105489E-04
+  3.03774574983483713E-04  3.06877961975128783E-04  3.10009899257390861E-04
+  3.13170649484940640E-04  3.16360477728797290E-04  3.19579651498562304E-04
+  3.22828440764847411E-04  3.26107117981918790E-04  3.29415958110546524E-04
+  3.32755238641062215E-04  3.36125239616630301E-04  3.39526243656734154E-04
+  3.42958535980875980E-04  3.46422404432499952E-04  3.49918139503126451E-04
+  3.53446034356719174E-04  3.57006384854264441E-04  3.60599489578589550E-04
+  3.64225649859398638E-04  3.67885169798545645E-04  3.71578356295535189E-04
+  3.75305519073262602E-04  3.79066970703984376E-04  3.82863026635537089E-04
+  3.86694005217786850E-04  3.90560227729332002E-04  3.94462018404438501E-04
+  3.98399704460242546E-04  4.02373616124181545E-04  4.06384086661696568E-04
+  4.10431452404173098E-04  4.14516052777154148E-04  4.18638230328802728E-04
+  4.22798330758626054E-04  4.26996702946469929E-04  4.31233698981782878E-04
+  4.35509674193127480E-04  4.39824987177997884E-04  4.44179999832880609E-04
+  4.48575077383608738E-04  4.53010588415991714E-04  4.57486904906722475E-04
+  4.62004402254580140E-04  4.66563459311898328E-04  4.71164458416357002E-04
+  4.75807785423025195E-04  4.80493829736737023E-04  4.85222984344738963E-04
+  4.89995645849649599E-04  4.94812214502721864E-04  4.99673094237406247E-04
+  5.04578692703227995E-04  5.09529421299976127E-04  5.14525695212197758E-04
+  5.19567933444021589E-04  5.24656558854301675E-04  5.29791998192070176E-04
+  5.34974682132331649E-04  5.40205045312178037E-04  5.45483526367245833E-04
+  5.50810567968490483E-04  5.56186616859317279E-04  5.61612123893046825E-04
+  5.67087544070723560E-04  5.72613336579271210E-04  5.78189964830007558E-04
+  5.83817896497501165E-04  5.89497603558799101E-04  5.95229562332999897E-04
+  6.01014253521205523E-04  6.06852162246835931E-04  6.12743778096307016E-04
+  6.18689595160092608E-04  6.24690112074161594E-04  6.30745832061791693E-04
+  6.36857262975773974E-04  6.43024917341002925E-04  6.49249312397456174E-04
+  6.55530970143576456E-04  6.61870417380044538E-04  6.68268185753956778E-04
+  6.74724811803419219E-04  6.81240837002527891E-04  6.87816807806796663E-04
+  6.94453275698976927E-04  7.01150797235298604E-04  7.07909934092159146E-04
+  7.14731253113217802E-04  7.21615326356935503E-04  7.28562731144553628E-04
+  7.35574050108500806E-04  7.42649871241267889E-04  7.49790787944703153E-04
+  7.56997399079788452E-04  7.64270309016859464E-04  7.71610127686289324E-04
+  7.79017470629629356E-04  7.86492959051253958E-04  7.94037219870433533E-04
+  8.01650885773924800E-04  8.09334595269016032E-04  8.17088992737092287E-04
+  8.24914728487663364E-04  8.32812458812896145E-04  8.40782846042670371E-04
+  8.48826558600109318E-04  8.56944271057636080E-04  8.65136664193562853E-04
+  8.73404425049156830E-04  8.81748246986278558E-04  8.90168829745521199E-04
+  8.98666879504893181E-04  9.07243108939036029E-04  9.15898237279010735E-04
+  9.24632990372587643E-04  9.33448100745138711E-04  9.42344307661061031E-04
+  9.51322357185773685E-04  9.60383002248293115E-04  9.69527002704361884E-04
+  9.78755125400188053E-04  9.88068144236741407E-04  9.97466840234670273E-04
+  1.00695200159978127E-03  1.01652442378916737E-03  1.02618490957788553E-03
+  1.03593426912631159E-03  1.04577332004805431E-03  1.05570288747853982E-03
+  1.06572380414422232E-03  1.07583691043237851E-03  1.08604305446163060E-03
+  1.09634309215303916E-03  1.10673788730190990E-03  1.11722831165020700E-03
+  1.12781524495968524E-03  1.13849957508564865E-03  1.14928219805142482E-03
+  1.16016401812350529E-03  1.17114594788736903E-03  1.18222890832402798E-03
+  1.19341382888725608E-03  1.20470164758154467E-03  1.21609331104075361E-03
+  1.22758977460750429E-03  1.23919200241331007E-03  1.25090096745941477E-03
+  1.26271765169838537E-03  1.27464304611649886E-03  1.28667815081680813E-03
+  1.29882397510303017E-03  1.31108153756419538E-03  1.32345186616006100E-03
+  1.33593599830732473E-03  1.34853498096661759E-03  1.36124987073031655E-03
+  1.37408173391114549E-03  1.38703164663160844E-03  1.40010069491421562E-03
+  1.41328997477258760E-03  1.42660059230335879E-03  1.44003366377892794E-03
+  1.45359031574109282E-03  1.46727168509550900E-03  1.48107891920704277E-03
+  1.49501317599598765E-03  1.50907562403517327E-03  1.52326744264797299E-03
+  1.53758982200718954E-03  1.55204396323487762E-03  1.56663107850308226E-03
+  1.58135239113547411E-03  1.59620913570994710E-03  1.61120255816218135E-03
+  1.62633391589008056E-03  1.64160447785927695E-03  1.65701552470950021E-03
+  1.67256834886201581E-03  1.68826425462798545E-03  1.70410455831786212E-03
+  1.72009058835178620E-03  1.73622368537096426E-03  1.75250520235013373E-03
+  1.76893650471100436E-03  1.78551897043678458E-03  1.80225399018770546E-03
+  1.81914296741771033E-03  1.83618731849208901E-03  1.85338847280628986E-03
+  1.87074787290578484E-03  1.88826697460706388E-03  1.90594724711970302E-03
+  1.92379017316957578E-03  1.94179724912319721E-03  1.95996998511325984E-03
+  1.97830990516520595E-03  1.99681854732508633E-03  2.01549746378852646E-03
+  2.03434822103090891E-03  2.05337239993873179E-03  2.07257159594219972E-03
+  2.09194741914899094E-03  2.11150149447934029E-03  2.13123546180225571E-03
+  2.15115097607306797E-03  2.17124970747222586E-03  2.19153334154533613E-03
+  2.21200357934455468E-03  2.23266213757121208E-03  2.25351074871979126E-03
+  2.27455116122322366E-03  2.29578513959951148E-03  2.31721446459971000E-03
+  2.33884093335726909E-03  2.36066635953873123E-03  2.38269257349585026E-03
+  2.40492142241907104E-03  2.42735477049246459E-03  2.44999449905003788E-03
+  2.47284250673351566E-03  2.49590070965158978E-03  2.51917104154057020E-03
+  2.54265545392656951E-03  2.56635591628919142E-03  2.59027441622665302E-03
+  2.61441295962248736E-03  2.63877357081377523E-03  2.66335829276089908E-03
+  2.68816918721887042E-03  2.71320833491022623E-03  2.73847783569956642E-03
+  2.76397980876958143E-03  2.78971639279885272E-03  2.81568974614114769E-03
+  2.84190204700644593E-03  2.86835549364362462E-03  2.89505230452478078E-03
+  2.92199471853130978E-03  2.94918499514163802E-03  2.97662541462071373E-03
+  3.00431827821124198E-03  3.03226590832669264E-03  3.06047064874600920E-03
+  3.08893486481020933E-03  3.11766094362076786E-03  3.14665129423972317E-03
+  3.17590834789179509E-03  3.20543455816822351E-03  3.23523240123255520E-03
+  3.26530437602829543E-03  3.29565300448843301E-03  3.32628083174702806E-03
+  3.35719042635257772E-03  3.38838438048344112E-03  3.41986531016523834E-03
+  3.45163585549020276E-03  3.48369868083865664E-03  3.51605647510235333E-03
+  3.54871195191004338E-03  3.58166784985505110E-03  3.61492693272489306E-03
+  3.64849198973309259E-03  3.68236583575307433E-03  3.71655131155421495E-03
+  3.75105128404009183E-03  3.78586864648894350E-03  3.82100631879620650E-03
+  3.85646724771950347E-03  3.89225440712568163E-03  3.92837079824022266E-03
+  3.96481944989897014E-03  4.00160341880210005E-03  4.03872578977044691E-03
+  4.07618967600425867E-03  4.11399821934421706E-03  4.15215459053495765E-03
+  4.19066198949095449E-03  4.22952364556489387E-03  4.26874281781846471E-03
+  4.30832279529569546E-03  4.34826689729873005E-03  4.38857847366629431E-03
+  4.42926090505450960E-03  4.47031760322044724E-03  4.51175201130825897E-03
+  4.55356760413789391E-03  4.59576788849652695E-03  4.63835640343263078E-03
+  4.68133672055278532E-03  4.72471244432115176E-03  4.76848721236181744E-03
+  4.81266469576380716E-03  4.85724859938891328E-03  4.90224266218250264E-03
+  4.94765065748696206E-03  4.99347639335816912E-03  5.03972371288484607E-03
+  5.08639649451086799E-03  5.13349865236050959E-03  5.18103413656662362E-03
+  5.22900693360196789E-03  5.27742106661354023E-03  5.32628059575987467E-03
+  5.37558961855160757E-03  5.42535227019508293E-03  5.47557272393909243E-03
+  5.52625519142492354E-03  5.57740392303951102E-03  5.62902320827180641E-03
+  5.68111737607265334E-03  5.73369079521770554E-03  5.78674787467380221E-03
+  5.84029306396875725E-03  5.89433085356446708E-03  5.94886577523349482E-03
+  6.00390240243905450E-03  6.05944535071867296E-03  6.11549927807111121E-03
+  6.17206888534703804E-03  6.22915891664327717E-03  6.28677415970064005E-03
+  6.34491944630538943E-03  6.40359965269443610E-03  6.46281969996432420E-03
+  6.52258455448384913E-03  6.58289922831054725E-03  6.64376877961102286E-03
+  6.70519831308521302E-03  6.76719298039417036E-03  6.82975798059251571E-03
+  6.89289856056407926E-03  6.95662001546204847E-03  7.02092768915295665E-03
+  7.08582697466496672E-03  7.15132331463987428E-03  7.21742220178977351E-03
+  7.28412917935750137E-03  7.35144984158161291E-03  7.41938983416539147E-03
+  7.48795485475038311E-03  7.55715065339413600E-03  7.62698303305248126E-03
+  7.69745785006604316E-03  7.76858101465144682E-03  7.84035849139686630E-03
+  7.91279629976226681E-03  7.98590051458413636E-03  8.05967726658497752E-03
+  8.13413274288733376E-03  8.20927318753274238E-03  8.28510490200519770E-03
+  8.36163424575971093E-03  8.43886763675557802E-03  8.51681155199457071E-03
+  8.59547252806394657E-03  8.67485716168487145E-03  8.75497211026537991E-03
+  8.83582409245870642E-03  8.91741988872672697E-03  8.99976634190844185E-03
+  9.08287035779408239E-03  9.16673890570383551E-03  9.25137901907245250E-03
+  9.33679779603916252E-03  9.42300240004266196E-03  9.51000006042200183E-03
+  9.59779807302268625E-03  9.68640380080859273E-03  9.77582467447933243E-03
+  9.86606819309333860E-03  9.95714192469680445E-03  1.00490535069581340E-02
+  1.01418106478086377E-02  1.02354211260887312E-02  1.03298927922001391E-02
+  1.04252335687645172E-02  1.05214514512874460E-02  1.06185545088290853E-02
+  1.07165508846808165E-02  1.08154487970479780E-02  1.09152565397391994E-02
+  1.10159824828615742E-02  1.11176350735227719E-02  1.12202228365392599E-02
+  1.13237543751511793E-02  1.14282383717437819E-02  1.15336835885754517E-02
+  1.16400988685122497E-02  1.17474931357698514E-02  1.18558753966614278E-02
+  1.19652547403531831E-02  1.20756403396262528E-02  1.21870414516460426E-02
+  1.22994674187383232E-02  1.24129276691726728E-02  1.25274317179531608E-02
+  1.26429891676158659E-02  1.27596097090344821E-02  1.28773031222325293E-02
+  1.29960792772037606E-02  1.31159481347394441E-02  1.32369197472637853E-02
+  1.33590042596767392E-02  1.34822119102047111E-02  1.36065530312590305E-02
+  1.37320380503021811E-02  1.38586774907223167E-02  1.39864819727155212E-02
+  1.41154622141763594E-02  1.42456290315964851E-02  1.43769933409716513E-02
+  1.45095661587169578E-02  1.46433586025904727E-02  1.47783818926256749E-02
+  1.49146473520718609E-02  1.50521664083438367E-02  1.51909505939799155E-02
+  1.53310115476089984E-02  1.54723610149262863E-02  1.56150108496782083E-02
+  1.57589730146561746E-02  1.59042595826998021E-02  1.60508827377088270E-02
+  1.61988547756650447E-02  1.63481881056628531E-02  1.64988952509499895E-02
+  1.66509888499773023E-02  1.68044816574585490E-02  1.69593865454396517E-02
+  1.71157165043778967E-02  1.72734846442312365E-02  1.74327041955571679E-02
+  1.75933885106223098E-02  1.77555510645216186E-02  1.79192054563082001E-02
+  1.80843654101334322E-02  1.82510447763976139E-02  1.84192575329111471E-02
+  1.85890177860663364E-02  1.87603397720200321E-02  1.89332378578874680E-02
+  1.91077265429461171E-02  1.92838204598517401E-02  1.94615343758651055E-02
+  1.96408831940896381E-02  1.98218819547212183E-02  2.00045458363087569E-02
+  2.01888901570269480E-02  2.03749303759599709E-02  2.05626820943979396E-02
+  2.07521610571446413E-02  2.09433831538371890E-02  2.11363644202783862E-02
+  2.13311210397808190E-02  2.15276693445234021E-02  2.17260258169207424E-02
+  2.19262070910046653E-02  2.21282299538183083E-02  2.23321113468241891E-02
+  2.25378683673230704E-02  2.27455182698883610E-02  2.29550784678116890E-02
+  2.31665665345626992E-02  2.33800002052623815E-02  2.35953973781693402E-02
+  2.38127761161802745E-02  2.40321546483438162E-02  2.42535513713886680E-02
+  2.44769848512653848E-02  2.47024738247029058E-02  2.49300372007785209E-02
+  2.51596940625031101E-02  2.53914636684205580E-02  2.56253654542216713E-02
+  2.58614190343735006E-02  2.60996442037630394E-02  2.63400609393560775E-02
+  2.65826894018723198E-02  2.68275499374738963E-02  2.70746630794714283E-02
+  2.73240495500442909E-02  2.75757302619780986E-02  2.78297263204161371E-02
+  2.80860590246292119E-02  2.83447498697999706E-02  2.86058205488241568E-02
+  2.88692929541290166E-02  2.91351891795075951E-02  2.94035315219701304E-02
+  2.96743424836124620E-02  2.99476447735019802E-02  3.02234613095800492E-02
+  3.05018152205827342E-02  3.07827298479788625E-02  3.10662287479254312E-02
+  3.13523356932420005E-02  3.16410746754019895E-02  3.19324699065434148E-02
+  3.22265458214969491E-02  3.25233270798336443E-02  3.28228385679310980E-02
+  3.31251054010576335E-02  3.34301529254774493E-02  3.37380067205738654E-02
+  3.40486926009918311E-02  3.43622366188008621E-02  3.46786650656777523E-02
+  3.49980044751086322E-02  3.53202816246121071E-02  3.56455235379820601E-02
+  3.59737574875516192E-02  3.63050109964776907E-02  3.66393118410456714E-02
+  3.69766880529972808E-02  3.73171679218773783E-02  3.76607799974039287E-02
+  3.80075530918594223E-02  3.83575162825033761E-02  3.87106989140085095E-02
+  3.90671306009172242E-02  3.94268412301227444E-02  3.97898609633719758E-02
+  4.01562202397902634E-02  4.05259497784319495E-02  4.08990805808515517E-02
+  4.12756439337000763E-02  4.16556714113454768E-02  4.20391948785152070E-02
+  4.24262464929654054E-02  4.28168587081723673E-02  4.32110642760508423E-02
+  4.36088962496947036E-02  4.40103879861454272E-02  4.44155731491840122E-02
+  4.48244857121490176E-02  4.52371599607807318E-02  4.56536304960914463E-02
+  4.60739322372610005E-02  4.64981004245605400E-02  4.69261706223013247E-02
+  4.73581787218118194E-02  4.77941609444412496E-02  4.82341538445913709E-02
+  4.86781943127755634E-02  4.91263195787056406E-02  4.95785672144074541E-02
+  5.00349751373645735E-02  5.04955816136918312E-02  5.09604252613359565E-02
+  5.14295450533077958E-02  5.19029803209412610E-02  5.23807707571859738E-02
+  5.28629564199256385E-02  5.33495777353304723E-02  5.38406755012384164E-02
+  5.43362908905670461E-02  5.48364654547579267E-02  5.53412411272518057E-02
+  5.58506602269948638E-02  5.63647654619786886E-02  5.68835999328112518E-02
+  5.74072071363205538E-02  5.79356309691924087E-02  5.84689157316391206E-02
+  5.90071061311054634E-02  5.95502472860041931E-02  6.00983847294886964E-02
+  6.06515644132591403E-02  6.12098327114025120E-02  6.17732364242697951E-02
+  6.23418227823866467E-02  6.29156394504000183E-02  6.34947345310622746E-02
+  6.40791565692495624E-02  6.46689545560183987E-02  6.52641779326985638E-02
+  6.58648765950238524E-02  6.64711008972995177E-02  6.70829016566087954E-02
+  6.77003301570567040E-02  6.83234381540544222E-02  6.89522778786398893E-02
+  6.95869020418401485E-02  7.02273638390725485E-02  7.08737169545854417E-02
+  7.15260155659410979E-02  7.21843143485371708E-02  7.28486684801699924E-02
+  7.35191336456421929E-02  7.41957660414073183E-02  7.48786223802596906E-02
+  7.55677598960686481E-02  7.62632363485507003E-02  7.69651100280896172E-02
+  7.76734397605990112E-02  7.83882849124277747E-02  7.91097053953120077E-02
+  7.98377616713707161E-02  8.05725147581473067E-02  8.13140262336964625E-02
+  8.20623582417184805E-02  8.28175734967376009E-02  8.35797352893307699E-02
+  8.43489074914001991E-02  8.51251545614966632E-02  8.59085415501896765E-02
+  8.66991341054867415E-02  8.74969984782999755E-02  8.83022015279664174E-02
+  8.91148107278136314E-02  8.99348941707777960E-02  9.07625205750741126E-02
+  9.15977592899147042E-02  9.24406803012832456E-02  9.32913542377554195E-02
+  9.41498523763792117E-02  9.50162466486022539E-02  9.58906096462558699E-02
+  9.67730146275926906E-02  9.76635355233781421E-02  9.85622469430363912E-02
+  9.94692241808544098E-02  1.00384543222238498E-01  1.01308280750029012E-01
+  1.02240514150872486E-01  1.03181321521649105E-01  1.04130781675960682E-01
+  1.05088974150674697E-01  1.06055979212527129E-01  1.07031877864788960E-01
+  1.08016751853984072E-01  1.09010683676678821E-01  1.10013756586320066E-01
+  1.11026054600145641E-01  1.12047662506149004E-01  1.13078665870110950E-01
+  1.14119151042692324E-01  1.15169205166590183E-01  1.16228916183758246E-01
+  1.17298372842693066E-01  1.18377664705783814E-01  1.19466882156727461E-01
+  1.20566116408013013E-01  1.21675459508469308E-01  1.22795004350881087E-01
+  1.23924844679673796E-01  1.25065075098667766E-01  1.26215791078896244E-01
+  1.27377088966500573E-01  1.28549065990690381E-01  1.29731820271775600E-01
+  1.30925450829271206E-01  1.32130057590071737E-01  1.33345741396699080E-01
+  1.34572604015626041E-01  1.35810748145669458E-01  1.37060277426459542E-01
+  1.38321296446984210E-01  1.39593910754208461E-01  1.40878226861772760E-01
+  1.42174352258761127E-01  1.43482395418554731E-01  1.44802465807758129E-01
+  1.46134673895205625E-01  1.47479131161047217E-01  1.48835950105915660E-01
+  1.50205244260169180E-01  1.51587128193220733E-01  1.52981717522945759E-01
+  1.54389128925175645E-01  1.55809480143268508E-01  1.57242889997769475E-01
+  1.58689478396152051E-01  1.60149366342644706E-01  1.61622675948144279E-01
+  1.63109530440215644E-01  1.64610054173174758E-01  1.66124372638266904E-01
+  1.67652612473923102E-01  1.69194901476114212E-01  1.70751368608790144E-01
+  1.72322144014409928E-01  1.73907359024563224E-01  1.75507146170683859E-01
+  1.77121639194853020E-01  1.78750973060699869E-01  1.80395283964389919E-01
+  1.82054709345715438E-01  1.83729387899270458E-01  1.85419459585733026E-01
+  1.87125065643232946E-01  1.88846348598825764E-01  1.90583452280055465E-01
+  1.92336521826624307E-01  1.94105703702154853E-01  1.95891145706055814E-01
+  1.97692996985485148E-01  1.99511408047418737E-01  2.01346530770813770E-01
+  2.03198518418880592E-01  2.05067525651458471E-01  2.06953708537487291E-01
+  2.08857224567590150E-01  2.10778232666762766E-01  2.12716893207162139E-01
+  2.14673368021005007E-01  2.16647820413574776E-01  2.18640415176335701E-01
+  2.20651318600152080E-01  2.22680698488619822E-01  2.24728724171506133E-01
+  2.26795566518306235E-01  2.28881397951896437E-01  2.30986392462313894E-01
+  2.33110725620640058E-01  2.35254574593001142E-01  2.37418118154678504E-01
+  2.39601536704339368E-01  2.41805012278372256E-01  2.44028728565348962E-01
+  2.46272870920594245E-01  2.48537626380880616E-01  2.50823183679225847E-01
+  2.53129733259828460E-01  2.55457467293102147E-01  2.57806579690840088E-01
+  2.60177266121497497E-01  2.62569724025592310E-01  2.64984152631227432E-01
+  2.67420752969732445E-01  2.69879727891427779E-01  2.72361282081512224E-01
+  2.74865622076072236E-01  2.77392956278214142E-01  2.79943494974318696E-01
+  2.82517450350419641E-01  2.85115036508710507E-01  2.87736469484170643E-01
+  2.90381967261320595E-01  2.93051749791098270E-01  2.95746039007869221E-01
+  2.98465058846553832E-01  3.01209035259885849E-01  3.03978196235796583E-01
+  3.06772771814930900E-01  3.09592994108282893E-01  3.12439097314960779E-01
+  3.15311317740085806E-01  3.18209893812812505E-01  3.21135066104479838E-01
+  3.24087077346891350E-01  3.27066172450721782E-01  3.30072598524052796E-01
+  3.33106604891037050E-01  3.36168443110693493E-01  3.39258366995825567E-01
+  3.42376632632076738E-01  3.45523498397101059E-01  3.48699224979875377E-01
+  3.51904075400131577E-01  3.55138315027924256E-01  3.58402211603309984E-01
+  3.61696035256178772E-01  3.65020058526184576E-01  3.68374556382830343E-01
+  3.71759806245653968E-01  3.75176088004561925E-01  3.78623684040264696E-01
+  3.82102879244863747E-01  3.85613961042542530E-01  3.89157219410385835E-01
+  3.92732946899328361E-01  3.96341438655215317E-01  3.99982992439989138E-01
+  4.03657908653002329E-01  4.07366490352435662E-01  4.11109043276846498E-01
+  4.14885875866831233E-01  4.18697299286793667E-01  4.22543627446849701E-01
+  4.26425177024822410E-01  4.30342267488357466E-01  4.34295221117159791E-01
+  4.38284363025322365E-01  4.42310021183764501E-01  4.46372526442793349E-01
+  4.50472212554745788E-01  4.54609416196743554E-01  4.58784476993545409E-01
+  4.62997737540505883E-01  4.67249543426604852E-01  4.71540243257604130E-01
+  4.75870188679262673E-01  4.80239734400658369E-01  4.84649238217593314E-01
+  4.89099061036071925E-01  4.93589566895866527E-01  4.98121122994156451E-01
+  5.02694099709247277E-01  5.07308870624342267E-01  5.11965812551402610E-01
+  5.16665305555045640E-01  5.21407732976534755E-01  5.26193481457783996E-01
+  5.31022940965447665E-01  5.35896504815035257E-01  5.40814569695087677E-01
+  5.45777535691363891E-01  5.50785806311089976E-01  5.55839788507213495E-01
+  5.60939892702691623E-01  5.66086532814800147E-01  5.71280126279432476E-01
+  5.76521094075437057E-01  5.81809860748930818E-01  5.87146854437607724E-01
+  5.92532506895043554E-01  5.97967253514989139E-01  6.03451533355603864E-01
+  6.08985789163693614E-01  6.14570467398886766E-01  6.20206018257764002E-01
+  6.25892895697941709E-01  6.31631557462063675E-01  6.37422465101767921E-01
+  6.43266084001513416E-01  6.49162883402355728E-01  6.55113336425606985E-01
+  6.61117920096390144E-01  6.67177115367066031E-01  6.73291407140533815E-01
+  6.79461284293385370E-01  6.85687239698914652E-01  6.91969770249952765E-01
+  6.98309376881522503E-01  7.04706564593327478E-01  7.11161842472007422E-01
+  7.17675723713196989E-01  7.24248725643357849E-01  7.30881369741351428E-01
+  7.37574181659771844E-01  7.44327691245997514E-01  7.51142432562957874E-01
+  7.58018943909583465E-01  7.64957767840962477E-01  7.71959451188126700E-01
+  7.79024545077519281E-01  7.86153604950050156E-01  7.93347190579786865E-01
+  8.00605866092212626E-01  8.07930199982093367E-01  8.15320765130834513E-01
+  8.22778138823416327E-01  8.30302902764793682E-01  8.37895643095815323E-01
+  8.45556950408581365E-01  8.53287419761216803E-01  8.61087650692115680E-01
+  8.68958247233491132E-01  8.76899817924364111E-01  8.84912975822806480E-01
+  8.92998338517555279E-01  9.01156528138852497E-01  9.09388171368552545E-01
+  9.17693899449454342E-01  9.26074348193774100E-01  9.34530157990842270E-01
+  9.43061973813813736E-01  9.51670445225568429E-01  9.60356226383584310E-01
+  9.69119976043855136E-01  9.77962357563766815E-01  9.86884038903919070E-01
+  9.95885692628821761E-01  1.00496799590647745E+00  1.01413163050672583E+00
+  1.02337728279841933E+00  1.03270564374524110E+00  1.04211740890028581E+00
+  1.05161327839917540E+00  1.06119395695185137E+00  1.07086015383280886E+00
+  1.08061258286986561E+00  1.09045196243131182E+00  1.10037901541146077E+00
+  1.11039446921450047E+00  1.12049905573657638E+00  1.13069351134610496E+00
+  1.14097857686217363E+00  1.15135499753105552E+00  1.16182352300067127E+00
+  1.17238490729304390E+00  1.18303990877455423E+00  1.19378929012405166E+00
+  1.20463381829863847E+00  1.21557426449711903E+00  1.22661140412101277E+00
+  1.23774601673303764E+00  1.24897888601303908E+00  1.26031079971117821E+00
+  1.27174254959839983E+00  1.28327493141403259E+00  1.29490874481042173E+00
+  1.30664479329453309E+00  1.31848388416641216E+00  1.33042682845440119E+00
+  1.34247444084699907E+00  1.35462753962130034E+00  1.36688694656783305E+00
+  1.37925348691176231E+00  1.39172798923027585E+00  1.40431128536607419E+00
+  1.41700421033684920E+00  1.42980760224056036E+00  1.44272230215651609E+00
+  1.45574915404191385E+00  1.46888900462396421E+00  1.48214270328721476E+00
+  1.49551110195610581E+00  1.50899505497250752E+00  1.52259541896812589E+00
+  1.53631305273165708E+00  1.55014881707041141E+00  1.56410357466638317E+00
+  1.57817818992652192E+00  1.59237352882701799E+00  1.60669045875147187E+00
+  1.62112984832270879E+00  1.63569256722810774E+00  1.65037948603822304E+00
+  1.66519147601844342E+00  1.68012940893363183E+00  1.69519415684528596E+00
+  1.71038659190137388E+00  1.72570758611818764E+00  1.74115801115431523E+00
+  1.75673873807639680E+00  1.77245063711633755E+00  1.78829457741985287E+00
+  1.80427142678602692E+00  1.82038205139762876E+00  1.83662731554190284E+00
+  1.85300808132166317E+00  1.86952520835622416E+00  1.88617955347199029E+00
+  1.90297197038247301E+00  1.91990330935722220E+00  1.93697441687964034E+00
+  1.95418613529298213E+00  1.97153930243464171E+00  1.98903475125802220E+00
+  2.00667330944181277E+00  2.02445579898633987E+00  2.04238303579647429E+00
+  2.06045582925087167E+00  2.07867498175707688E+00  2.09704128829209946E+00
+  2.11555553592809176E+00  2.13421850334259844E+00  2.15303096031317232E+00
+  2.17199366719557041E+00  2.19110737438550185E+00  2.21037282176302519E+00
+  2.22979073811945927E+00  2.24936184056614064E+00  2.26908683392460109E+00
+  2.28896641009754997E+00  2.30900124742026147E+00  2.32919200999179665E+00
+  2.34953934698535694E+00  2.37004389193745713E+00  2.39070626201507253E+00
+  2.41152705726036576E+00  2.43250685981226322E+00  2.45364623310427188E+00
+  2.47494572103792354E+00  2.49640584713116986E+00  2.51802711364101928E+00
+  2.53981000065983675E+00  2.56175496518434898E+00  2.58386244015698008E+00
+  2.60613283347843172E+00  2.62856652699096927E+00  2.65116387543155074E+00
+  2.67392520535397615E+00  2.69685081401927373E+00  2.71994096825349452E+00
+  2.74319590327206519E+00  2.76661582146965390E+00  2.79020089117503467E+00
+  2.81395124536953745E+00  2.83786698036854901E+00  2.86194815446488970E+00
+  2.88619478653315120E+00  2.91060685459396851E+00  2.93518429433722350E+00
+  2.95992699760307154E+00  2.98483481081987456E+00  3.00990753339758221E+00
+  3.03514491607602466E+00  3.06054665922633085E+00  3.08611241110477330E+00
+  3.11184176605763874E+00  3.13773426267591304E+00  3.16378938189868641E+00
+  3.19000654506371539E+00  3.21638511190418797E+00  3.24292437849023329E+00
+  3.26962357511363777E+00  3.29648186411480815E+00  3.32349833765021252E+00
+  3.35067201539905923E+00  3.37800184220781397E+00  3.40548668567092427E+00
+  3.43312533364637673E+00  3.46091649170457494E+00  3.48885878050884912E+00
+  3.51695073312625084E+00  3.54519079226689904E+00  3.57357730745016511E+00
+  3.60210853209633619E+00  3.63078262054177792E+00  3.65959762497621988E+00
+  3.68855149230012636E+00  3.71764206090072769E+00  3.74686705734472980E+00
+  3.77622409298608019E+00  3.80571066048702633E+00  3.83532413025032781E+00
+  3.86506174676148184E+00  3.89492062483829038E+00  3.92489774578666051E+00
+  3.95498995346027726E+00  3.98519395022255551E+00  4.01550629280900928E+00
+  4.04592338808778429E+00  4.07644148871714584E+00  4.10705668869736229E+00
+  4.13776491881554165E+00  4.16856194198144969E+00  4.19944334845229683E+00
+  4.23040455094495726E+00  4.26144077963344614E+00  4.29254707703017147E+00
+  4.32371829274891795E+00  4.35494907814794985E+00  4.38623388085162880E+00
+  4.41756693914853926E+00  4.44894227626491379E+00  4.48035369451140397E+00
+  4.51179476930206746E+00  4.54325884304377858E+00  4.57473901889497903E+00
+  4.60622815439222144E+00  4.63771885494365144E+00  4.66920346718801049E+00
+  4.70067407221846878E+00  4.73212247867011548E+00  4.76354021567074071E+00
+  4.79491852565421439E+00  4.82624835703574284E+00  4.85752035674939364E+00
+  4.88872486264711803E+00  4.91985189576001147E+00  4.95089115242188349E+00
+  4.98183199625563589E+00  5.01266345002364311E+00  5.04337418734293941E+00
+  5.07395252426664634E+00  5.10438641073379529E+00  5.13466342188878500E+00
+  5.16477074927375845E+00  5.19469519189608775E+00  5.22442314717449818E+00
+  5.25394060176729205E+00  5.28323312228691222E+00  5.31228584590545694E+00
+  5.34108347085604507E+00  5.36961024683620280E+00  5.39784996531903616E+00
+  5.42578594977960904E+00  5.45340104584366614E+00  5.48067761136767118E+00
+  5.50759750645851298E+00  5.53414208344345937E+00  5.56029217680059062E+00
+  5.58602809306185577E+00  5.61132960070098008E+00  5.63617592002010426E+00
+  5.66054571304979248E+00  5.68441707347842851E+00  5.70776751662755544E+00
+  5.73057396949218401E+00  5.75281276086508342E+00  5.77445961156648835E+00
+  5.79548962480139451E+00  5.81587727666886067E+00  5.83559640684875447E+00
+  5.85462020949351825E+00  5.87292122435388819E+00  5.89047132817007579E+00
+  5.90724172636113209E+00  5.92320294504785494E+00  5.93832482344649648E+00
+  5.95257650667296190E+00  5.96592643899923303E+00  5.97834235760718258E+00
+  5.98979128688579721E+00  6.00023953332276250E+00  6.00965268104231853E+00
+  6.01799558804506773E+00  6.02523238320878463E+00  6.03132646411160422E+00
+  6.03624049574316146E+00  6.03993641017208915E+00  6.04237540724207278E+00
+  6.04351795637262512E+00  6.04332379954405496E+00  6.04175195555034605E+00
+  6.03876072560801447E+00  6.03430770041279274E+00  6.02834976874026296E+00
+  6.02084312769184393E+00  6.01174329469100144E+00  6.00100512134011410E+00
+  5.98858280925269426E+00  5.97442992798129424E+00  5.95849943516510194E+00
+  5.94074369902793720E+00  5.92111452336152411E+00  5.89956317513403761E+00
+  5.87604041486995499E+00  5.85049652995190783E+00  5.82288137100094261E+00
+  5.79314439149642979E+00  5.76123469080257067E+00  5.72710106077389369E+00
+  5.69069203611639551E+00  5.65195594868691487E+00  5.61084098591784652E+00
+  5.56729525355904187E+00  5.52126684293268966E+00  5.47270390290285746E+00
+  5.42155471676277756E+00  5.36776778424860979E+00  5.31129190889044267E+00
+  5.25207629091418582E+00  5.19007062590995361E+00  5.12522520948371252E+00
+  5.05749104811043182E+00  4.98681997640570174E+00  4.91316478103299303E+00
+  4.83647933146070486E+00  4.75671871778076039E+00  4.67383939579618612E+00
+  4.58779933957887920E+00  4.49855820169286247E+00  4.40607748126860344E+00
+  4.31032070010473589E+00  4.21125358696034979E+00  4.10884427018764598E+00
+  4.00306347883829616E+00  3.89388475235781328E+00  3.78128465896141108E+00
+  3.66524302276120295E+00  3.54574315968691423E+00  3.42277212221375393E+00
+  3.29632095287681182E+00  3.16638494651576963E+00  3.03296392115216307E+00
+  2.89606249735856025E+00  2.75569038592988846E+00  2.61186268361415230E+00
+  2.46460017660319863E+00  2.31392965142165608E+00  2.15988421278494158E+00
+  2.00250360792476201E+00  1.84183455680318531E+00  1.67793108755234854E+00
+  1.51085487638765059E+00  1.34067559114670232E+00  1.16747123750585047E+00
+  9.91328506816429922E-01  8.12343124390562110E-01  6.30620196944320810E-01
+  4.46274557779599235E-01  2.59431108151478185E-01  7.02251531288204944E-02
+ -1.21197269892263648E-01 -3.14679072014392602E-01 -5.10051805155413263E-01
+ -7.07135368173172907E-01 -9.05737729283281112E-01 -1.10565466743326724E+00
+ -1.30666953547336817E+00 -1.50855304814936986E+00 -1.71106309812849844E+00
+ -1.91394460345870243E+00 -2.11692939005118319E+00 -2.31973611296636761E+00
+ -2.52207022047205598E+00 -2.72362396502885318E+00 -2.92407646553973422E+00
+ -3.12309382537641866E+00 -3.32032931086297722E+00 -3.51542359505383573E+00
+ -3.70800507178915950E+00 -3.89769024513775975E+00 -4.08408419944999679E+00
+ -4.26678115533167279E+00 -4.44536511691247327E+00 -4.61941061581996948E+00
+ -4.78848355726920438E+00 -4.95214217364447329E+00 -5.10993809087124617E+00
+ -5.26141751274948355E+00 -5.40612252824360162E+00 -5.54359254648510102E+00
+ -5.67336586394060660E+00 -5.79498136782496776E+00 -5.90798037938166321E+00
+ -6.01190864011328596E+00 -6.10631844340370655E+00 -6.19077091323490158E+00
+ -6.26483843084091152E+00 -6.32810720916421943E+00 -6.38018001386323252E+00
+ -6.42067902836003235E+00 -6.44924885899991196E+00 -6.46555967480891702E+00
+ -6.46931047456688901E+00 -6.46023247195217909E+00 -6.43809258734450740E+00
+ -6.40269703248227007E+00 -6.35389497154761695E+00 -6.29158223938107497E+00
+ -6.21570509440035401E+00 -6.12626398040021414E+00 -6.02331726773270759E+00
+ -5.90698494040810740E+00 -5.77745219140430066E+00 -5.63497288393635287E+00
+ -5.47987283161375061E+00 -5.31255284532478456E+00 -5.13349148934413702E+00
+ -4.94324748360376276E+00 -4.74246168333379181E+00 -4.53185856143549692E+00
+ -4.31224711306436337E+00 -4.08452109608381342E+00 -3.84965851541947579E+00
+ -3.60872025406023944E+00 -3.36284774870208514E+00 -3.11325960405318147E+00
+ -2.86124703688128301E+00 -2.60816803933036301E+00 -2.35544015123970407E+00
+ -2.10453173363559287E+00 -1.85695164075033015E+00 -1.61423719647556529E+00
+ -1.37794039377194721E+00 -1.14961225302824133E+00 -9.30785298583652665E-01
+ -7.22954142602307837E-01 -5.27554203322369908E-01 -3.45938631628761151E-01
+ -1.79353577249109275E-01 -2.89119951111467266E-02  1.04433724909004155E-01
+  2.19919923803225892E-01  3.17000139032546535E-01  3.95373240630144451E-01
+  4.55010454259172414E-01  4.96180310644825262E-01  5.19470358855345093E-01
+  5.25804251883695617E-01  5.16452554611983250E-01  4.93035334175104811E-01
+  4.57514268515303635E-01  4.12171647931358409E-01  3.59573243838312073E-01
+  3.02511575676493560E-01  2.43925617487418755E-01  1.86792446176218152E-01
+  1.33985739476870369E-01  8.80953781292204557E-02  5.12016882439936052E-02
+  2.45970705121918327E-02  8.44689727575529542E-03  1.38061220532149529E-03
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  END     
+   TPROJECTOR   2 #p(r), for p(r)/r*Ylm)
+  0.00000000000000000E+00 -3.06389400476636477E-07 -6.15597497581366363E-07
+ -9.27650222533309185E-07 -1.24257374511152768E-06 -1.56039447584974249E-06
+ -1.88113906825116637E-06 -2.20483442102377100E-06 -2.53150768033611807E-06
+ -2.86118624209390767E-06 -3.19389775423747684E-06 -3.52967011906048576E-06
+ -3.86853149554989114E-06 -4.21051030174741060E-06 -4.55563521713277941E-06
+ -4.90393518502895647E-06 -5.25543941502929214E-06 -5.61017738544727205E-06
+ -5.96817884578856068E-06 -6.32947381924597088E-06 -6.69409260521724210E-06
+ -7.06206578184616132E-06 -7.43342420858672489E-06 -7.80819902879141202E-06
+ -8.18642167232273304E-06 -8.56812385818912987E-06 -8.95333759720506436E-06
+ -9.34209519467551304E-06 -9.73442925310516978E-06 -1.01303726749326682E-05
+ -1.05299586652898694E-05 -1.09332207347865165E-05 -1.13401927023205853E-05
+ -1.17509086979144281E-05 -1.21654031655770301E-05 -1.25837108661926497E-05
+ -1.30058668804359090E-05 -1.34319066117137663E-05 -1.38618657891346347E-05
+ -1.42957804705047877E-05 -1.47336870453521179E-05 -1.51756222379779937E-05
+ -1.56216231105370907E-05 -1.60717270661455054E-05 -1.65259718520175308E-05
+ -1.69843955626312328E-05 -1.74470366429232038E-05 -1.79139338915126954E-05
+ -1.83851264639553908E-05 -1.88606538760271547E-05 -1.93405560070377820E-05
+ -1.98248731031756671E-05 -2.03136457808827687E-05 -2.08069150302610381E-05
+ -2.13047222185097735E-05 -2.18071090933950060E-05 -2.23141177867504495E-05
+ -2.28257908180108746E-05 -2.33421710977780095E-05 -2.38633019314189588E-05
+ -2.43892270226982882E-05 -2.49199904774426615E-05 -2.54556368072403347E-05
+ -2.59962109331733868E-05 -2.65417581895854171E-05 -2.70923243278833000E-05
+ -2.76479555203738717E-05 -2.82086983641365309E-05 -2.87745998849304460E-05
+ -2.93457075411388281E-05 -2.99220692277485972E-05 -3.05037332803671543E-05
+ -3.10907484792758749E-05 -3.16831640535213116E-05 -3.22810296850430773E-05
+ -3.28843955128409762E-05 -3.34933121371794654E-05 -3.41078306238312083E-05
+ -3.47280025083597955E-05 -3.53538798004414693E-05 -3.59855149882269644E-05
+ -3.66229610427432051E-05 -3.72662714223359468E-05 -3.79155000771523414E-05
+ -3.85707014536662075E-05 -3.92319304992433756E-05 -3.98992426667501844E-05
+ -4.05726939192037589E-05 -4.12523407344653187E-05 -4.19382401099765561E-05
+ -4.26304495675396524E-05 -4.33290271581412192E-05 -4.40340314668207725E-05
+ -4.47455216175837950E-05 -4.54635572783598465E-05 -4.61881986660068620E-05
+ -4.69195065513610131E-05 -4.76575422643332302E-05 -4.84023676990521026E-05
+ -4.91540453190553091E-05 -4.99126381625269381E-05 -5.06782098475854940E-05
+ -5.14508245776177785E-05 -5.22305471466639066E-05 -5.30174429448510698E-05
+ -5.38115779638772277E-05 -5.46130188025455940E-05 -5.54218326723494978E-05
+ -5.62380874031094210E-05 -5.70618514486609678E-05 -5.78931938925959989E-05
+ -5.87321844540558089E-05 -5.95788934935787841E-05 -6.04333920190000074E-05
+ -6.12957516914069023E-05 -6.21660448311488309E-05 -6.30443444239023098E-05
+ -6.39307241267913454E-05 -6.48252582745649194E-05 -6.57280218858308533E-05
+ -6.66390906693474473E-05 -6.75585410303716056E-05 -6.84864500770683148E-05
+ -6.94228956269749551E-05 -7.03679562135290108E-05 -7.13217110926535683E-05
+ -7.22842402494039090E-05 -7.32556244046755228E-05 -7.42359450219732967E-05
+ -7.52252843142433983E-05 -7.62237252507688831E-05 -7.72313515641260163E-05
+ -7.82482477572074911E-05 -7.92744991103096414E-05 -8.03101916882827279E-05
+ -8.13554123477500980E-05 -8.24102487443912062E-05 -8.34747893402936695E-05
+ -8.45491234113712709E-05 -8.56333410548514051E-05 -8.67275331968302870E-05
+ -8.78317915998990675E-05 -8.89462088708390124E-05 -9.00708784683876154E-05
+ -9.12058947110768923E-05 -9.23513527851425810E-05 -9.35073487525072311E-05
+ -9.46739795588362595E-05 -9.58513430416679758E-05 -9.70395379386184993E-05
+ -9.82386638956627323E-05 -9.94488214754900898E-05 -1.00670112165938833E-04
+ -1.01902638388506867E-04 -1.03146503506941386E-04 -1.04401811835906557E-04
+ -1.05668668649732593E-04 -1.06947180191244281E-04 -1.08237453680670086E-04
+ -1.09539597324634792E-04 -1.10853720325233926E-04 -1.12179932889191201E-04
+ -1.13518346237102282E-04 -1.14869072612759990E-04 -1.16232225292569154E-04
+ -1.17607918595045936E-04 -1.18996267890404206E-04 -1.20397389610232456E-04
+ -1.21811401257256280E-04 -1.23238421415193663E-04 -1.24678569758699721E-04
+ -1.26131967063402477E-04 -1.27598735216032458E-04 -1.29078997224643601E-04
+ -1.30572877228929440E-04 -1.32080500510633721E-04 -1.33601993504057950E-04
+ -1.35137483806662773E-04 -1.36687100189770137E-04 -1.38250972609362053E-04
+ -1.39829232216979321E-04 -1.41422011370720164E-04 -1.43029443646339475E-04
+ -1.44651663848452535E-04 -1.46288808021839114E-04 -1.47941013462852048E-04
+ -1.49608418730933846E-04 -1.51291163660232839E-04 -1.52989389371334297E-04
+ -1.54703238283092110E-04 -1.56432854124573988E-04 -1.58178381947115566E-04
+ -1.59939968136482821E-04 -1.61717760425150389E-04 -1.63511907904690854E-04
+ -1.65322561038275598E-04 -1.67149871673297732E-04 -1.68993993054102152E-04
+ -1.70855079834837664E-04 -1.72733288092430609E-04 -1.74628775339669498E-04
+ -1.76541700538416341E-04 -1.78472224112938814E-04 -1.80420507963362058E-04
+ -1.82386715479247014E-04 -1.84371011553292571E-04 -1.86373562595165210E-04
+ -1.88394536545453126E-04 -1.90434102889750498E-04 -1.92492432672871164E-04
+ -1.94569698513195216E-04 -1.96666074617140826E-04 -1.98781736793778258E-04
+ -2.00916862469572037E-04 -2.03071630703259077E-04 -2.05246222200867209E-04
+ -2.07440819330869134E-04 -2.09655606139475686E-04 -2.11890768366073355E-04
+ -2.14146493458795926E-04 -2.16422970590249579E-04 -2.18720390673375099E-04
+ -2.21038946377457852E-04 -2.23378832144287547E-04 -2.25740244204463932E-04
+ -2.28123380593852384E-04 -2.30528441170193882E-04 -2.32955627629863413E-04
+ -2.35405143524786565E-04 -2.37877194279510502E-04 -2.40371987208429119E-04
+ -2.42889731533171371E-04 -2.45430638400146318E-04 -2.47994920898251018E-04
+ -2.50582794076740784E-04 -2.53194474963263478E-04 -2.55830182582060550E-04
+ -2.58490137972335380E-04 -2.61174564206788579E-04 -2.63883686410329205E-04
+ -2.66617731778951263E-04 -2.69376929598787911E-04 -2.72161511265341083E-04
+ -2.74971710302887411E-04 -2.77807762384057935E-04 -2.80669905349609401E-04
+ -2.83558379228366101E-04 -2.86473426257348083E-04 -2.89415290902090509E-04
+ -2.92384219877141909E-04 -2.95380462166755964E-04 -2.98404269045770740E-04
+ -3.01455894100683525E-04 -3.04535593250914631E-04 -3.07643624770273516E-04
+ -3.10780249308614310E-04 -3.13945729913697345E-04 -3.17140332053249198E-04
+ -3.20364323637224615E-04 -3.23617975040274000E-04 -3.26901559124420042E-04
+ -3.30215351261939046E-04 -3.33559629358454765E-04 -3.36934673876245058E-04
+ -3.40340767857761272E-04 -3.43778196949367501E-04 -3.47247249425292883E-04
+ -3.50748216211810076E-04 -3.54281390911629691E-04 -3.57847069828526538E-04
+ -3.61445551992186178E-04 -3.65077139183284691E-04 -3.68742135958794490E-04
+ -3.72440849677527479E-04 -3.76173590525909034E-04 -3.79940671543994727E-04
+ -3.83742408651719193E-04 -3.87579120675393598E-04 -3.91451129374438479E-04
+ -3.95358759468374750E-04 -3.99302338664048661E-04 -4.03282197683120123E-04
+ -4.07298670289792694E-04 -4.11352093318808547E-04 -4.15442806703696815E-04
+ -4.19571153505276075E-04 -4.23737479940429181E-04 -4.27942135411141342E-04
+ -4.32185472533790386E-04 -4.36467847168732796E-04 -4.40789618450136830E-04
+ -4.45151148816105022E-04 -4.49552804039069788E-04 -4.53994953256464965E-04
+ -4.58477969001689647E-04 -4.63002227235338303E-04 -4.67568107376746403E-04
+ -4.72175992335792448E-04 -4.76826268545024181E-04 -4.81519325992057589E-04
+ -4.86255558252285110E-04 -4.91035362521884274E-04 -4.95859139651124077E-04
+ -5.00727294177984237E-04 -5.05640234362081408E-04 -5.10598372218904265E-04
+ -5.15602123554367462E-04 -5.20651907999687170E-04 -5.25748149046565815E-04
+ -5.30891274082711737E-04 -5.36081714427678142E-04 -5.41319905369041414E-04
+ -5.46606286198897959E-04 -5.51941300250707997E-04 -5.57325394936476542E-04
+ -5.62759021784273302E-04 -5.68242636476098658E-04 -5.73776698886100268E-04
+ -5.79361673119137060E-04 -5.84998027549706208E-04 -5.90686234861213582E-04
+ -5.96426772085621943E-04 -6.02220120643456262E-04 -6.08066766384171608E-04
+ -6.13967199626903317E-04 -6.19921915201585580E-04 -6.25931412490447758E-04
+ -6.31996195469895165E-04 -6.38116772752775384E-04 -6.44293657631030570E-04
+ -6.50527368118745475E-04 -6.56818426995589046E-04 -6.63167361850653704E-04
+ -6.69574705126707711E-04 -6.76040994164836973E-04 -6.82566771249518362E-04
+ -6.89152583654097659E-04 -6.95798983686671257E-04 -7.02506528736424095E-04
+ -7.09275781320358985E-04 -7.16107309130478925E-04 -7.23001685081396369E-04
+ -7.29959487358371835E-04 -7.36981299465814177E-04 -7.44067710276201735E-04
+ -7.51219314079478156E-04 -7.58436710632887957E-04 -7.65720505211273540E-04
+ -7.73071308657827987E-04 -7.80489737435342704E-04 -7.87976413677882875E-04
+ -7.95531965242980525E-04 -8.03157025764269497E-04 -8.10852234704645186E-04
+ -8.18618237409878989E-04 -8.26455685162735170E-04 -8.34365235237604676E-04
+ -8.42347550955614048E-04 -8.50403301740254320E-04 -8.58533163173532928E-04
+ -8.66737817052611785E-04 -8.75017951447001115E-04 -8.83374260756255268E-04
+ -8.91807445768207172E-04 -9.00318213717739464E-04 -9.08907278346102708E-04
+ -9.17575359960758801E-04 -9.26323185495799874E-04 -9.35151488572904090E-04
+ -9.44061009562863684E-04 -9.53052495647675052E-04 -9.62126700883194361E-04
+ -9.71284386262382749E-04 -9.80526319779118560E-04 -9.89853276492611749E-04
+ -9.99266038592391175E-04 -1.00876539546392030E-03 -1.01835214375477255E-03
+ -1.02802708744146676E-03 -1.03779103789686982E-03 -1.04764481395824968E-03
+ -1.05758924199596043E-03 -1.06762515598270808E-03 -1.07775339756352971E-03
+ -1.08797481612634816E-03 -1.09829026887322623E-03 -1.10870062089223195E-03
+ -1.11920674523000811E-03 -1.12980952296497239E-03 -1.14050984328122051E-03
+ -1.15130860354309200E-03 -1.16220670937041857E-03 -1.17320507471448078E-03
+ -1.18430462193465369E-03 -1.19550628187575997E-03 -1.20681099394612723E-03
+ -1.21821970619637177E-03 -1.22973337539891573E-03 -1.24135296712821371E-03
+ -1.25307945584172097E-03 -1.26491382496164446E-03 -1.27685706695738468E-03
+ -1.28891018342878029E-03 -1.30107418519010646E-03 -1.31335009235484515E-03
+ -1.32573893442123301E-03 -1.33824175035859297E-03 -1.35085958869447798E-03
+ -1.36359350760259599E-03 -1.37644457499155274E-03 -1.38941386859440337E-03
+ -1.40250247605905190E-03 -1.41571149503944916E-03 -1.42904203328764840E-03
+ -1.44249520874671286E-03 -1.45607214964446011E-03 -1.46977399458808654E-03
+ -1.48360189265964691E-03 -1.49755700351242652E-03 -1.51164049746819497E-03
+ -1.52585355561534125E-03 -1.54019736990793597E-03 -1.55467314326569479E-03
+ -1.56928208967484044E-03 -1.58402543428992366E-03 -1.59890441353658557E-03
+ -1.61392027521520482E-03 -1.62907427860559378E-03 -1.64436769457255777E-03
+ -1.65980180567251419E-03 -1.67537790626102025E-03 -1.69109730260134190E-03
+ -1.70696131297399731E-03 -1.72297126778729647E-03 -1.73912850968893813E-03
+ -1.75543439367859206E-03 -1.77189028722154205E-03 -1.78849757036334510E-03
+ -1.80525763584560902E-03 -1.82217188922274799E-03 -1.83924174897987305E-03
+ -1.85646864665175559E-03 -1.87385402694288531E-03 -1.89139934784861470E-03
+ -1.90910608077742884E-03 -1.92697571067434320E-03 -1.94500973614546895E-03
+ -1.96320966958363772E-03 -1.98157703729526929E-03 -2.00011337962836301E-03
+ -2.01882025110167868E-03 -2.03769922053510018E-03 -2.05675187118120693E-03
+ -2.07597980085803477E-03 -2.09538462208310079E-03 -2.11496796220860938E-03
+ -2.13473146355793418E-03 -2.15467678356336210E-03 -2.17480559490505938E-03
+ -2.19511958565138821E-03 -2.21562045940043844E-03 -2.23630993542291243E-03
+ -2.25718974880630575E-03 -2.27826165060042007E-03 -2.29952740796420495E-03
+ -2.32098880431396478E-03 -2.34264763947290931E-03 -2.36450572982210578E-03
+ -2.38656490845279463E-03 -2.40882702532013195E-03 -2.43129394739831622E-03
+ -2.45396755883716365E-03 -2.47684976112013365E-03 -2.49994247322376292E-03
+ -2.52324763177861917E-03 -2.54676719123171375E-03 -2.57050312401039659E-03
+ -2.59445742068776120E-03 -2.61863209014961008E-03 -2.64302915976289809E-03
+ -2.66765067554576227E-03 -2.69249870233910071E-03 -2.71757532397976561E-03
+ -2.74288264347526296E-03 -2.76842278318018085E-03 -2.79419788497413217E-03
+ -2.82021011044138615E-03 -2.84646164105215992E-03 -2.87295467834555295E-03
+ -2.89969144411417364E-03 -2.92667418059046943E-03 -2.95390515063475353E-03
+ -2.98138663792499054E-03 -3.00912094714831779E-03 -3.03711040419429347E-03
+ -3.06535735634996462E-03 -3.09386417249675819E-03 -3.12263324330906006E-03
+ -3.15166698145477771E-03 -3.18096782179763757E-03 -3.21053822160138804E-03
+ -3.24038066073587504E-03 -3.27049764188497381E-03 -3.30089169075654422E-03
+ -3.33156535629418153E-03 -3.36252121089100024E-03 -3.39376185060535993E-03
+ -3.42528989537856359E-03 -3.45710798925461665E-03 -3.48921880060189520E-03
+ -3.52162502233696519E-03 -3.55432937215044084E-03 -3.58733459273483709E-03
+ -3.62064345201462516E-03 -3.65425874337833682E-03 -3.68818328591281538E-03
+ -3.72241992463965242E-03 -3.75697153075379812E-03 -3.79184100186426721E-03
+ -3.82703126223723697E-03 -3.86254526304121923E-03 -3.89838598259456201E-03
+ -3.93455642661524364E-03 -3.97105962847292288E-03 -4.00789864944329968E-03
+ -4.04507657896489674E-03 -4.08259653489809367E-03 -4.12046166378662870E-03
+ -4.15867514112146057E-03 -4.19724017160708757E-03 -4.23615998943028052E-03
+ -4.27543785853132761E-03 -4.31507707287771998E-03 -4.35508095674046365E-03
+ -4.39545286497278372E-03 -4.43619618329149645E-03 -4.47731432856096623E-03
+ -4.51881074907960548E-03 -4.56068892486910342E-03 -4.60295236796622736E-03
+ -4.64560462271738223E-03 -4.68864926607581202E-03 -4.73208990790161162E-03
+ -4.77593019126442385E-03 -4.82017379274893298E-03 -4.86482442276328295E-03
+ -4.90988582585013059E-03 -4.95536178100072430E-03 -5.00125610197179812E-03
+ -5.04757263760543043E-03 -5.09431527215181180E-03 -5.14148792559491856E-03
+ -5.18909455398131221E-03 -5.23713914975191402E-03 -5.28562574207675460E-03
+ -5.33455839719290670E-03 -5.38394121874550408E-03 -5.43377834813182047E-03
+ -5.48407396484862711E-03 -5.53483228684269364E-03 -5.58605757086441147E-03
+ -5.63775411282493172E-03 -5.68992624815630246E-03 -5.74257835217507721E-03
+ -5.79571484044925922E-03 -5.84934016916857299E-03 -5.90345883551816539E-03
+ -5.95807537805572232E-03 -6.01319437709216947E-03 -6.06882045507565679E-03
+ -6.12495827697926223E-03 -6.18161255069222572E-03 -6.23878802741472532E-03
+ -6.29648950205631726E-03 -6.35472181363802568E-03 -6.41348984569820556E-03
+ -6.47279852670200676E-03 -6.53265283045472225E-03 -6.59305777651886596E-03
+ -6.65401843063521611E-03 -6.71553990514738713E-03 -6.77762735943088397E-03
+ -6.84028600032551490E-03 -6.90352108257213416E-03 -6.96733790925326522E-03
+ -7.03174183223795324E-03 -7.09673825263033332E-03 -7.16233262122279932E-03
+ -7.22853043895297330E-03 -7.29533725736508307E-03 -7.36275867907544394E-03
+ -7.43080035824236415E-03 -7.49946800104023953E-03 -7.56876736613814813E-03
+ -7.63870426518269315E-03 -7.70928456328541685E-03 -7.78051417951459989E-03
+ -7.85239908739169407E-03 -7.92494531539217860E-03 -7.99815894745121124E-03
+ -8.07204612347367859E-03 -8.14661303984926671E-03 -8.22186594997187034E-03
+ -8.29781116476416974E-03 -8.37445505320680295E-03 -8.45180404287246625E-03
+ -8.52986462046480959E-03 -8.60864333236264351E-03 -8.68814678516869818E-03
+ -8.76838164626371833E-03 -8.84935464436559238E-03 -8.93107257009352618E-03
+ -9.01354227653771573E-03 -9.09677067983375581E-03 -9.18076475974272457E-03
+ -9.26553156023662144E-03 -9.35107819008884275E-03 -9.43741182347045821E-03
+ -9.52453970055173321E-03 -9.61246912810934800E-03 -9.70120748013908463E-03
+ -9.79076219847416565E-03 -9.88114079340937645E-03 -9.97235084433073168E-03
+ -1.00644000003512410E-02 -1.01572959809522224E-02 -1.02510465766305452E-02
+ -1.03456596495521864E-02 -1.04411431342112324E-02 -1.05375050380953836E-02
+ -1.06347534423574738E-02 -1.07328965024929869E-02 -1.08319424490241345E-02
+ -1.09318995881897904E-02 -1.10327763026422040E-02 -1.11345810521498584E-02
+ -1.12373223743068816E-02 -1.13410088852490196E-02 -1.14456492803761134E-02
+ -1.15512523350810511E-02 -1.16578269054860330E-02 -1.17653819291848281E-02
+ -1.18739264259924739E-02 -1.19834694987014725E-02 -1.20940203338452054E-02
+ -1.22055882024681601E-02 -1.23181824609034027E-02 -1.24318125515572447E-02
+ -1.25464880037007079E-02 -1.26622184342690021E-02 -1.27790135486675581E-02
+ -1.28968831415861677E-02 -1.30158370978200044E-02 -1.31358853930987375E-02
+ -1.32570380949228461E-02 -1.33793053634079159E-02 -1.35026974521365549E-02
+ -1.36272247090180910E-02 -1.37528975771563609E-02 -1.38797265957253564E-02
+ -1.40077224008529413E-02 -1.41368957265126556E-02 -1.42672574054238353E-02
+ -1.43988183699599002E-02 -1.45315896530649954E-02 -1.46655823891792790E-02
+ -1.48008078151722657E-02 -1.49372772712852743E-02 -1.50750022020821120E-02
+ -1.52139941574088999E-02 -1.53542647933622954E-02 -1.54958258732669739E-02
+ -1.56386892686618886E-02 -1.57828669602957695E-02 -1.59283710391314899E-02
+ -1.60752137073601406E-02 -1.62234072794238404E-02 -1.63729641830485176E-02
+ -1.65238969602857430E-02 -1.66762182685644689E-02 -1.68299408817522561E-02
+ -1.69850776912261747E-02 -1.71416417069539251E-02 -1.72996460585843961E-02
+ -1.74591039965487568E-02 -1.76200288931712482E-02 -1.77824342437904459E-02
+ -1.79463336678907168E-02 -1.81117409102441035E-02 -1.82786698420628613E-02
+ -1.84471344621622152E-02 -1.86171488981341851E-02 -1.87887274075322006E-02
+ -1.89618843790660963E-02 -1.91366343338087858E-02 -1.93129919264136835E-02
+ -1.94909719463431039E-02 -1.96705893191085543E-02 -1.98518591075217132E-02
+ -2.00347965129576214E-02 -2.02194168766287527E-02 -2.04057356808714854E-02
+ -2.05937685504440776E-02 -2.07835312538363279E-02 -2.09750397045918718E-02
+ -2.11683099626421081E-02 -2.13633582356525173E-02 -2.15602008803816511E-02
+ -2.17588544040522511E-02 -2.19593354657348916E-02 -2.21616608777452095E-02
+ -2.23658476070524095E-02 -2.25719127767024449E-02 -2.27798736672529673E-02
+ -2.29897477182220700E-02 -2.32015525295504246E-02 -2.34153058630764410E-02
+ -2.36310256440253399E-02 -2.38487299625117360E-02 -2.40684370750561191E-02
+ -2.42901654061151162E-02 -2.45139335496262420E-02 -2.47397602705661870E-02
+ -2.49676645065239344E-02 -2.51976653692882815E-02 -2.54297821464496074E-02
+ -2.56640343030168847E-02 -2.59004414830491247E-02 -2.61390235113016928E-02
+ -2.63798003948887902E-02 -2.66227923249594614E-02 -2.68680196783907185E-02
+ -2.71155030194949742E-02 -2.73652631017443707E-02 -2.76173208695092154E-02
+ -2.78716974598145276E-02 -2.81284142041108923E-02 -2.83874926300624192E-02
+ -2.86489544633513268E-02 -2.89128216294985696E-02 -2.91791162557014719E-02
+ -2.94478606726880990E-02 -2.97190774165890306E-02 -2.99927892308256561E-02
+ -3.02690190680165658E-02 -3.05477900919010267E-02 -3.08291256792799506E-02
+ -3.11130494219753889E-02 -3.13995851288071115E-02 -3.16887568275881840E-02
+ -3.19805887671381836E-02 -3.22751054193154072E-02 -3.25723314810676956E-02
+ -3.28722918765013139E-02 -3.31750117589701965E-02 -3.34805165131834559E-02
+ -3.37888317573320496E-02 -3.40999833452356044E-02 -3.44139973685089751E-02
+ -3.47309001587478156E-02 -3.50507182897354108E-02 -3.53734785796687295E-02
+ -3.56992080934056960E-02 -3.60279341447326817E-02 -3.63596842986523838E-02
+ -3.66944863736942267E-02 -3.70323684442439571E-02 -3.73733588428960678E-02
+ -3.77174861628274405E-02 -3.80647792601924162E-02 -3.84152672565405001E-02
+ -3.87689795412551746E-02 -3.91259457740165406E-02 -3.94861958872857882E-02
+ -3.98497600888114700E-02 -4.02166688641612535E-02 -4.05869529792742129E-02
+ -4.09606434830381561E-02 -4.13377717098907665E-02 -4.17183692824429353E-02
+ -4.21024681141282248E-02 -4.24901004118749398E-02 -4.28812986788040806E-02
+ -4.32760957169506105E-02 -4.36745246300112161E-02 -4.40766188261160902E-02
+ -4.44824120206265411E-02 -4.48919382389581650E-02 -4.53052318194305387E-02
+ -4.57223274161416837E-02 -4.61432600018703565E-02 -4.65680648710038864E-02
+ -4.69967776424932288E-02 -4.74294342628352739E-02 -4.78660710090823421E-02
+ -4.83067244918792826E-02 -4.87514316585279800E-02 -4.92002297960807550E-02
+ -4.96531565344611181E-02 -5.01102498496145687E-02 -5.05715480666862616E-02
+ -5.10370898632301478E-02 -5.15069142724444429E-02 -5.19810606864406916E-02
+ -5.24595688595385079E-02 -5.29424789115940653E-02 -5.34298313313571610E-02
+ -5.39216669798587428E-02 -5.44180270938310756E-02 -5.49189532891579124E-02
+ -5.54244875643561119E-02 -5.59346723040903548E-02 -5.64495502827190854E-02
+ -5.69691646678725794E-02 -5.74935590240649996E-02 -5.80227773163376481E-02
+ -5.85568639139382591E-02 -5.90958635940309063E-02 -5.96398215454418262E-02
+ -6.01887833724391585E-02 -6.07427950985461595E-02 -6.13019031703912198E-02
+ -6.18661544615913828E-02 -6.24355962766717509E-02 -6.30102763550216965E-02
+ -6.35902428748856552E-02 -6.41755444573914591E-02 -6.47662301706153770E-02
+ -6.53623495336840277E-02 -6.59639525209135547E-02 -6.65710895659872015E-02
+ -6.71838115661701762E-02 -6.78021698865645117E-02 -6.84262163644007437E-02
+ -6.90560033133702789E-02 -6.96915835279967311E-02 -7.03330102880471153E-02
+ -7.09803373629837309E-02 -7.16336190164559294E-02 -7.22929100108326006E-02
+ -7.29582656117785666E-02 -7.36297415928686416E-02 -7.43073942402464882E-02
+ -7.49912803573263564E-02 -7.56814572695349852E-02 -7.63779828290989948E-02
+ -7.70809154198758006E-02 -7.77903139622267703E-02 -7.85062379179366499E-02
+ -7.92287472951769545E-02 -7.99579026535144066E-02 -8.06937651089650321E-02
+ -8.14363963390951628E-02 -8.21858585881667103E-02 -8.29422146723319542E-02
+ -8.37055279848727685E-02 -8.44758625014900288E-02 -8.52532827856392339E-02
+ -8.60378539939161135E-02 -8.68296418814884507E-02 -8.76287128075818045E-02
+ -8.84351337410103910E-02 -8.92489722657603679E-02 -9.00702965866247707E-02
+ -9.08991755348865782E-02 -9.17356785740572056E-02 -9.25798758056623206E-02
+ -9.34318379750855021E-02 -9.42916364774601667E-02 -9.51593433636172825E-02
+ -9.60350313460871519E-02 -9.69187738051540126E-02 -9.78106447949660673E-02
+ -9.87107190497024944E-02 -9.96190719897933619E-02 -1.00535779728197799E-01
+ -1.01460919076738570E-01 -1.02394567552492849E-01 -1.03336803384242865E-01
+ -1.04287705518982643E-01 -1.05247353628483559E-01 -1.06215828115922978E-01
+ -1.07193210122565191E-01 -1.08179581534512376E-01 -1.09175024989506209E-01
+ -1.10179623883799011E-01 -1.11193462379082120E-01 -1.12216625409478354E-01
+ -1.13249198688597424E-01 -1.14291268716654126E-01 -1.15342922787650848E-01
+ -1.16404248996625354E-01 -1.17475336246962603E-01 -1.18556274257772598E-01
+ -1.19647153571335485E-01 -1.20748065560612100E-01 -1.21859102436822131E-01
+ -1.22980357257090500E-01 -1.24111923932163914E-01 -1.25253897234191558E-01
+ -1.26406372804581890E-01 -1.27569447161925420E-01 -1.28743217709989227E-01
+ -1.29927782745784481E-01 -1.31123241467703378E-01 -1.32329693983730179E-01
+ -1.33547241319727228E-01 -1.34775985427791900E-01 -1.36016029194689025E-01
+ -1.37267476450358805E-01 -1.38530431976500612E-01 -1.39805001515234006E-01
+ -1.41091291777833139E-01 -1.42389410453543419E-01 -1.43699466218473126E-01
+ -1.45021568744565788E-01 -1.46355828708650326E-01 -1.47702357801575146E-01
+ -1.49061268737416819E-01 -1.50432675262776205E-01 -1.51816692166153511E-01
+ -1.53213435287408606E-01 -1.54623021527301119E-01 -1.56045568857118233E-01
+ -1.57481196328386364E-01 -1.58930024082666266E-01 -1.60392173361437906E-01
+ -1.61867766516070044E-01 -1.63356927017875575E-01 -1.64859779468261913E-01
+ -1.66376449608960031E-01 -1.67907064332353140E-01 -1.69451751691889252E-01
+ -1.71010640912587664E-01 -1.72583862401636257E-01 -1.74171547759081891E-01
+ -1.75773829788612224E-01 -1.77390842508434732E-01 -1.79022721162245824E-01
+ -1.80669602230301374E-01 -1.82331623440575130E-01 -1.84008923780023093E-01
+ -1.85701643505936764E-01 -1.87409924157402097E-01 -1.89133908566850473E-01
+ -1.90873740871715603E-01 -1.92629566526186347E-01 -1.94401532313063508E-01
+ -1.96189786355715823E-01 -1.97994478130142482E-01 -1.99815758477133898E-01
+ -2.01653779614539563E-01 -2.03508695149644536E-01 -2.05380660091641465E-01
+ -2.07269830864217797E-01 -2.09176365318248347E-01 -2.11100422744592620E-01
+ -2.13042163887002034E-01 -2.15001750955138238E-01 -2.16979347637700770E-01
+ -2.18975119115662920E-01 -2.20989232075621211E-01 -2.23021854723256807E-01
+ -2.25073156796914142E-01 -2.27143309581282316E-01 -2.29232485921202378E-01
+ -2.31340860235583534E-01 -2.33468608531437916E-01 -2.35615908418029374E-01
+ -2.37782939121144898E-01 -2.39969881497474891E-01 -2.42176918049122947E-01
+ -2.44404232938226829E-01 -2.46652012001707166E-01 -2.48920442766126293E-01
+ -2.51209714462683475E-01 -2.53520018042317330E-01 -2.55851546190941914E-01
+ -2.58204493344801944E-01 -2.60579055705954854E-01 -2.62975431257876036E-01
+ -2.65393819781189699E-01 -2.67834422869526745E-01 -2.70297443945510696E-01
+ -2.72783088276870922E-01 -2.75291562992682870E-01 -2.77823077099739635E-01
+ -2.80377841499048541E-01 -2.82956069002465394E-01 -2.85557974349452404E-01
+ -2.88183774223971678E-01 -2.90833687271508268E-01 -2.93507934116228886E-01
+ -2.96206737378270857E-01 -2.98930321691163847E-01 -3.01678913719388375E-01
+ -3.04452742176071212E-01 -3.07252037840809900E-01 -3.10077033577633832E-01
+ -3.12927964353106769E-01 -3.15805067254561034E-01 -3.18708581508470257E-01
+ -3.21638748498958793E-01 -3.24595811786450139E-01 -3.27580017126451239E-01
+ -3.30591612488476905E-01 -3.33630848075114228E-01 -3.36697976341220451E-01
+ -3.39793252013270708E-01 -3.42916932108830563E-01 -3.46069275956180755E-01
+ -3.49250545214076613E-01 -3.52461003891651470E-01 -3.55700918368448638E-01
+ -3.58970557414613256E-01 -3.62270192211202713E-01 -3.65600096370657712E-01
+ -3.68960545957396580E-01 -3.72351819508564774E-01 -3.75774198054907305E-01
+ -3.79227965141802015E-01 -3.82713406850417659E-01 -3.86230811819014419E-01
+ -3.89780471264390416E-01 -3.93362679003459226E-01 -3.96977731474970286E-01
+ -4.00625927761372180E-01 -4.04307569610803497E-01 -4.08022961459231226E-01
+ -4.11772410452723725E-01 -4.15556226469850354E-01 -4.19374722144238876E-01
+ -4.23228212887243882E-01 -4.27117016910761760E-01 -4.31041455250184224E-01
+ -4.35001851787473082E-01 -4.38998533274367442E-01 -4.43031829355736817E-01
+ -4.47102072593045685E-01 -4.51209598487952279E-01 -4.55354745506038494E-01
+ -4.59537855100666470E-01 -4.63759271736945422E-01 -4.68019342915845016E-01
+ -4.72318419198405448E-01 -4.76656854230084304E-01 -4.81035004765216212E-01
+ -4.85453230691584747E-01 -4.89911895055111013E-01 -4.94411364084655358E-01
+ -4.98952007216931226E-01 -5.03534197121516924E-01 -5.08158309725983304E-01
+ -5.12824724241112917E-01 -5.17533823186237751E-01 -5.22285992414646127E-01
+ -5.27081621139110723E-01 -5.31921101957489206E-01 -5.36804830878429229E-01
+ -5.41733207347137036E-01 -5.46706634271250991E-01 -5.51725518046772612E-01
+ -5.56790268584085535E-01 -5.61901299334040205E-01 -5.67059027314094966E-01
+ -5.72263873134539747E-01 -5.77516261024759281E-01 -5.82816618859552271E-01
+ -5.88165378185502075E-01 -5.93562974247399566E-01 -5.99009846014678216E-01
+ -6.04506436207907782E-01 -6.10053191325301780E-01 -6.15650561669248919E-01
+ -6.21299001372863202E-01 -6.26998968426526915E-01 -6.32750924704472029E-01
+ -6.38555335991311201E-01 -6.44412672008592535E-01 -6.50323406441319030E-01
+ -6.56288016964453380E-01 -6.62306985269376813E-01 -6.68380797090315060E-01
+ -6.74509942230710369E-01 -6.80694914589539568E-01 -6.86936212187559514E-01
+ -6.93234337193472605E-01 -6.99589795950021909E-01 -7.06003098999973489E-01
+ -7.12474761111994592E-01 -7.19005301306427924E-01 -7.25595242880918923E-01
+ -7.32245113435919581E-01 -7.38955444900034175E-01 -7.45726773555204003E-01
+ -7.52559640061708501E-01 -7.59454589482995601E-01 -7.66412171310288493E-01
+ -7.73432939486999427E-01 -7.80517452432892833E-01 -7.87666273068014178E-01
+ -7.94879968836349038E-01 -8.02159111729236818E-01 -8.09504278308444514E-01
+ -8.16916049728974913E-01 -8.24395011761516860E-01 -8.31941754814575996E-01
+ -8.39556873956232241E-01 -8.47240968935498495E-01 -8.54994644203324716E-01
+ -8.62818508933118622E-01 -8.70713177040887798E-01 -8.78679267204854675E-01
+ -8.86717402884642514E-01 -8.94828212339906504E-01 -9.03012328648457485E-01
+ -9.11270389723825680E-01 -9.19603038332222456E-01 -9.28010922108933434E-01
+ -9.36494693574009496E-01 -9.45055010147368479E-01 -9.53692534163153027E-01
+ -9.62407932883388995E-01 -9.71201878510880912E-01 -9.80075048201335841E-01
+ -9.89028124074654569E-01 -9.98061793225399896E-01 -1.00717674773234411E+00
+ -1.01637368466714983E+00 -1.02565330610202854E+00 -1.03501631911648229E+00
+ -1.04446343580293810E+00 -1.05399537327138537E+00 -1.06361285365283731E+00
+ -1.07331660410168617E+00 -1.08310735679681969E+00 -1.09298584894152961E+00
+ -1.10295282276211992E+00 -1.11300902550516057E+00 -1.12315520943338898E+00
+ -1.13339213182014076E+00 -1.14372055494232461E+00 -1.15414124607182167E+00
+ -1.16465497746533053E+00 -1.17526252635250650E+00 -1.18596467492244129E+00
+ -1.19676221030833352E+00 -1.20765592457034021E+00 -1.21864661467652891E+00
+ -1.22973508248185626E+00 -1.24092213470514334E+00 -1.25220858290390780E+00
+ -1.26359524344705632E+00 -1.27508293748532697E+00 -1.28667249091938896E+00
+ -1.29836473436556021E+00 -1.31016050311904264E+00 -1.32206063711458510E+00
+ -1.33406598088449524E+00 -1.34617738351393657E+00 -1.35839569859336873E+00
+ -1.37072178416809232E+00 -1.38315650268476142E+00 -1.39570072093478803E+00
+ -1.40835530999454051E+00 -1.42112114516219323E+00 -1.43399910589121538E+00
+ -1.44699007572022120E+00 -1.46009494219928149E+00 -1.47331459681238242E+00
+ -1.48664993489604713E+00 -1.50010185555392805E+00 -1.51367126156725584E+00
+ -1.52735905930106375E+00 -1.54116615860593820E+00 -1.55509347271529164E+00
+ -1.56914191813793025E+00 -1.58331241454579397E+00 -1.59760588465671960E+00
+ -1.61202325411206049E+00 -1.62656545134903219E+00 -1.64123340746760604E+00
+ -1.65602805609173620E+00 -1.67095033322487208E+00 -1.68600117709936503E+00
+ -1.70118152801989764E+00 -1.71649232820039899E+00 -1.73193452159450390E+00
+ -1.74750905371929210E+00 -1.76321687147203088E+00 -1.77905892293979928E+00
+ -1.79503615720174414E+00 -1.81114952412373631E+00 -1.82739997414520117E+00
+ -1.84378845805795111E+00 -1.86031592677666202E+00 -1.87698333110081084E+00
+ -1.89379162146788360E+00 -1.91074174769743532E+00 -1.92783465872593984E+00
+ -1.94507130233187864E+00 -1.96245262485110716E+00 -1.97997957088193655E+00
+ -1.99765308297975874E+00 -2.01547410134092786E+00 -2.03344356347546862E+00
+ -2.05156240386840416E+00 -2.06983155362931015E+00 -2.08825194012975235E+00
+ -2.10682448662827770E+00 -2.12555011188254284E+00 -2.14442972974833079E+00
+ -2.16346424876486143E+00 -2.18265457172629063E+00 -2.20200159523866912E+00
+ -2.22150620926222864E+00 -2.24116929663840470E+00 -2.26099173260122832E+00
+ -2.28097438427256893E+00 -2.30111811014085355E+00 -2.32142375952277114E+00
+ -2.34189217200736799E+00 -2.36252417688222494E+00 -2.38332059254099526E+00
+ -2.40428222587197293E+00 -2.42540987162699917E+00 -2.44670431177022429E+00
+ -2.46816631480615101E+00 -2.48979663508637206E+00 -2.51159601209436811E+00
+ -2.53356516970785783E+00 -2.55570481543785633E+00 -2.57801563964408675E+00
+ -2.60049831472580006E+00 -2.62315349428751343E+00 -2.64598181227888229E+00
+ -2.66898388210799631E+00 -2.69216029572737359E+00 -2.71551162269191515E+00
+ -2.73903840918804953E+00 -2.76274117703314825E+00 -2.78662042264469534E+00
+ -2.81067661597798857E+00 -2.83491019943185840E+00 -2.85932158672131642E+00
+ -2.88391116171634376E+00 -2.90867927724584607E+00 -2.93362625386586906E+00
+ -2.95875237859106033E+00 -2.98405790358851153E+00 -3.00954304483270185E+00
+ -3.03520798072092468E+00 -3.06105285064768662E+00 -3.08707775353732217E+00
+ -3.11328274633356017E+00 -3.13966784244491937E+00 -3.16623301014486991E+00
+ -3.19297817092534331E+00 -3.21990319780266621E+00 -3.24700791357450758E+00
+ -3.27429208902645108E+00 -3.30175544108722896E+00 -3.32939763093094054E+00
+ -3.35721826202508566E+00 -3.38521687812304073E+00 -3.41339296119943203E+00
+ -3.44174592932707313E+00 -3.47027513449397151E+00 -3.49897986035880937E+00
+ -3.52785931994352620E+00 -3.55691265326133177E+00 -3.58613892487847696E+00
+ -3.61553712140836669E+00 -3.64510614893615781E+00 -3.67484483037231602E+00
+ -3.70475190273324273E+00 -3.73482601434740502E+00 -3.76506572198504674E+00
+ -3.79546948790975947E+00 -3.82603567685011470E+00 -3.85676255288924619E+00
+ -3.88764827627097542E+00 -3.91869090011996946E+00 -3.94988836707448421E+00
+ -3.98123850582943284E+00 -4.01273902758788914E+00 -4.04438752241908794E+00
+ -4.07618145552055644E+00 -4.10811816338285674E+00 -4.14019484985431063E+00
+ -4.17240858210394272E+00 -4.20475628648049238E+00 -4.23723474426517299E+00
+ -4.26984058731635052E+00 -4.30257029360369181E+00 -4.33542018262985529E+00
+ -4.36838641073746636E+00 -4.40146496629916406E+00 -4.43465166478883965E+00
+ -4.46794214373149146E+00 -4.50133185753003673E+00 -4.53481607216654936E+00
+ -4.56838985977620560E+00 -4.60204809309155394E+00 -4.63578543975534352E+00
+ -4.66959635649963900E+00 -4.70347508318960195E+00 -4.73741563672974841E+00
+ -4.77141180483108940E+00 -4.80545713963709709E+00 -4.83954495120712558E+00
+ -4.87366830085555591E+00 -4.90781999434491567E+00 -4.94199257493208144E+00
+ -4.97617831626570961E+00 -5.01036921513417433E+00 -5.04455698406283481E+00
+ -5.07873304375961254E+00 -5.11288851540854417E+00 -5.14701421281048432E+00
+ -5.18110063437073798E+00 -5.21513795493381238E+00 -5.24911601746488188E+00
+ -5.28302432457899585E+00 -5.31685202991826600E+00 -5.35058792937829963E+00
+ -5.38422045218500855E+00 -5.41773765182360734E+00 -5.45112719682177271E+00
+ -5.48437636138934614E+00 -5.51747201591766512E+00 -5.55040061734154655E+00
+ -5.58314819936812512E+00 -5.61570036257645810E+00 -5.64804226439344426E+00
+ -5.68015860895090441E+00 -5.71203363683058285E+00 -5.74365111470349454E+00
+ -5.77499432487167041E+00 -5.80604605472020197E+00 -5.83678858608921125E+00
+ -5.86720368457551622E+00 -5.89727258877540805E+00 -5.92697599947996068E+00
+ -5.95629406883666235E+00 -5.98520638949098149E+00 -6.01369198372358227E+00
+ -6.04172929259953229E+00 -6.06929616514772619E+00 -6.09636984758963862E+00
+ -6.12292697263838726E+00 -6.14894354889016270E+00 -6.17439495033243624E+00
+ -6.19925590599432574E+00 -6.22350048976685422E+00 -6.24710211042241426E+00
+ -6.27003350186507902E+00 -6.29226671364501122E+00 -6.31377310177333051E+00
+ -6.33452331987472483E+00 -6.35448731071924300E+00 -6.37363429817576765E+00
+ -6.39193277963304496E+00 -6.40935051893714558E+00 -6.42585453989640953E+00
+ -6.44141112040880515E+00 -6.45598578726909977E+00 -6.46954331171698982E+00
+ -6.48204770579078016E+00 -6.49346221955440939E+00 -6.50374933926966037E+00
+ -6.51287078658934959E+00 -6.52078751885097319E+00 -6.52745973055438000E+00
+ -6.53284685611197702E+00 -6.53690757396348943E+00 -6.53959981215251318E+00
+ -6.54088075546635039E+00 -6.54070685424612464E+00 -6.53903383497784318E+00
+ -6.53581671278159604E+00 -6.53100980592038738E+00 -6.52456675245532125E+00
+ -6.51644052917972516E+00 -6.50658347296994322E+00 -6.49494730469607262E+00
+ -6.48148315584142409E+00 -6.46614159798518173E+00 -6.44887267530860697E+00
+ -6.42962594029010148E+00 -6.40835049276064339E+00 -6.38499502249638695E+00
+ -6.35950785553072251E+00 -6.33183700437288977E+00 -6.30193022232676014E+00
+ -6.26973506210644871E+00 -6.23519893895169020E+00 -6.19826919844954460E+00
+ -6.15889318927336049E+00 -6.11701834105331343E+00 -6.07259224759611271E+00
+ -6.02556275567438959E+00 -5.97587805960781893E+00 -5.92348680185980925E+00
+ -5.86833817987378481E+00 -5.81038205937306884E+00 -5.74956909434706276E+00
+ -5.68585085394367340E+00 -5.61917995648513013E+00 -5.54951021081879503E+00
+ -5.47679676520889558E+00 -5.40099626396679255E+00 -5.32206701200814081E+00
+ -5.23996914751414522E+00 -5.15466482286026562E+00 -5.06611839396045482E+00
+ -4.97429661815741397E+00 -4.87916886076816425E+00 -4.78070731037212582E+00
+ -4.67888720290213911E+00 -4.57368705457035674E+00 -4.46508890362791533E+00
+ -4.35307856092209633E+00 -4.23764586917484820E+00 -4.11878497086267714E+00
+ -3.99649458453075113E+00 -3.87077828932186918E+00 -3.74164481744411148E+00
+ -3.60910835423959853E+00 -3.47318884545063966E+00 -3.33391231120749509E+00
+ -3.19131116618498467E+00 -3.04542454529216755E+00 -2.89629863417165723E+00
+ -2.74398700368926995E+00 -2.58855094749546666E+00 -2.43005982163241185E+00
+ -2.26859138504782720E+00 -2.10423213975695589E+00 -1.93707766926912583E+00
+ -1.76723297376207711E+00 -1.59481280034967909E+00 -1.41994196664467154E+00
+ -1.24275567566555623E+00 -1.06339981998390698E+00 -8.82031272843669001E-01
+ -6.98818163820131844E-01 -5.13940136413992832E-01 -3.27588584802082750E-01
+ -1.39966866788093114E-01  4.87095101830767874E-02  2.38212733265481091E-01
+  4.28302562206148707E-01  6.18726244773579737E-01  8.09218473479356604E-01
+  9.99501387626214211E-01  1.18928462488487519E+00  1.37826542676281427E+00
+  1.56612880248104780E+00  1.75254775591302803E+00  1.93718358036665350E+00
+  2.11968622609754220E+00  2.29969474552861897E+00  2.47683782121658069E+00
+  2.65073438164035835E+00  2.82099430989363675E+00  2.98721925033333413E+00
+  3.14900351816468849E+00  3.30593511683155405E+00  3.45759686791429388E+00
+  3.60356765801778955E+00  3.74342380685235732E+00  3.87674056035916870E+00
+  4.00309371231035360E+00  4.12206135730612910E+00  4.23322577749960249E+00
+  4.33617546468450676E+00  4.43050727858578064E+00  4.51582874127809752E+00
+  4.59176046662074544E+00  4.65793872242486451E+00  4.71401812175364743E+00
+  4.75967443828352810E+00  4.79460753901739523E+00  4.81854442582550213E+00
+  4.83124237528616174E+00  4.83249216409556404E+00  4.82212136490077903E+00
+  4.79999769477640115E+00  4.76603239569937909E+00  4.72018362327157082E+00
+  4.66245981659215758E+00  4.59292301858236840E+00  4.51169211221968869E+00
+  4.41894593404343627E+00  4.31492622196650988E+00  4.19994034987505227E+00
+  4.07436379675182003E+00  3.93864229314722269E+00  3.79329358279577455E+00
+  3.63890873209201882E+00  3.47615291508156954E+00  3.30576559668554015E+00
+  3.12856003218719358E+00  2.94542199671603333E+00  2.75730765475805262E+00
+  2.56524047681435041E+00  2.37030710849844217E+00  2.17365209690745820E+00
+  1.97647138040046677E+00  1.78000445138409802E+00  1.58552510783898537E+00
+  1.39433071867983616E+00  1.20772994126560551E+00  1.02702884718422727E+00
+  8.53515435639031761E-01  6.88442543252068884E-01  5.33009195869890817E-01
+  3.88340493085537641E-01  2.55466170859712793E-01  1.35298053099844218E-01
+  2.86066806904483606E-02 -6.40025022845613911E-02 -1.42112919030568774E-01
+ -2.05519978065845210E-01 -2.54252788174360811E-01 -2.88593558167380859E-01
+ -3.09093585977319507E-01 -3.16584534571797249E-01 -3.12183459557404785E-01
+ -2.97289793146084336E-01 -2.73572199272182792E-01 -2.42942892778998887E-01
+ -2.07516659237340417E-01 -1.69551418318680286E-01 -1.31366739538259003E-01
+ -9.52362410227108880E-02 -6.32492756950681495E-02 -3.71367304346130050E-02
+ -1.80551276897058244E-02 -6.32252121008860298E-03 -1.09891451334105292E-03
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  END     
+   TPROJECTOR   3 #p(r), for p(r)/r*Ylm)
+  0.00000000000000000E+00 -6.47209781828106419E-16 -2.61271049833937178E-15
+ -5.93288738751973901E-15 -1.06449087956561002E-14 -1.67867416694973236E-14
+ -2.43971673441308962E-14 -3.35157976321266488E-14 -4.41830912196048781E-14
+ -5.64403703749871203E-14 -7.03298379762999482E-14 -8.58945948630107697E-14
+ -1.03178657518474479E-13 -1.22226976089211474E-13 -1.43085452747310362E-13
+ -1.65800960402425503E-13 -1.90421361769869614E-13 -2.16995528801555363E-13
+ -2.45573362486492485E-13 -2.76205813027868355E-13 -3.08944900403692508E-13
+ -3.43843735318229814E-13 -3.80956540551504464E-13 -4.20338672714449376E-13
+ -4.62046644417101794E-13 -5.06138146857753953E-13 -5.52672072840923592E-13
+ -6.01708540232006747E-13 -6.53308915857062886E-13 -7.07535839855761768E-13
+ -7.64453250496332094E-13 -8.24126409460700325E-13 -8.86621927609080843E-13
+ -9.52007791232718586E-13 -1.02035338880394676E-12 -1.09172953823295005E-12
+ -1.16620851464061285E-12 -1.24386407865716566E-12 -1.32477150525649962E-12
+ -1.40900761313606322E-12 -1.49665079465256668E-12 -1.58778104632400545E-12
+ -1.68247999990840016E-12 -1.78083095407018819E-12 -1.88291890664518371E-12
+ -1.98883058751529522E-12 -2.09865449210438407E-12 -2.21248091550688837E-12
+ -2.33040198726104435E-12 -2.45251170677874208E-12 -2.57890597944414463E-12
+ -2.70968265339407527E-12 -2.84494155699185831E-12 -2.98478453700883599E-12
+ -3.12931549752580955E-12 -3.27864043956845045E-12 -3.43286750148975861E-12
+ -3.59210700011422647E-12 -3.75647147265752921E-12 -3.92607571943594308E-12
+ -4.10103684738118401E-12 -4.28147431437411379E-12 -4.46750997441463704E-12
+ -4.65926812364154318E-12 -4.85687554721899218E-12 -5.06046156710607701E-12
+ -5.27015809072508950E-12 -5.48609966054613924E-12 -5.70842350460459461E-12
+ -5.93726958796895200E-12 -6.17278066517697967E-12 -6.41510233365794248E-12
+ -6.66438308815943348E-12 -6.92077437619763869E-12 -7.18443065454970651E-12
+ -7.45550944680837863E-12 -7.73417140201785818E-12 -8.02058035441135657E-12
+ -8.31490338427140459E-12 -8.61731087993274887E-12 -8.92797660095056638E-12
+ -9.24707774245393028E-12 -9.57479500070808871E-12 -9.91131263990762551E-12
+ -1.02568185602233133E-11 -1.06115043671255195E-11 -1.09755654420087887E-11
+ -1.13492010141426033E-11 -1.17326142339690423E-11 -1.21260122477793800E-11
+ -1.25296062737865525E-11 -1.29436116796288455E-11 -1.33682480613223479E-11
+ -1.38037393236974679E-11 -1.42503137623398071E-11 -1.47082041470690719E-11
+ -1.51776478069814872E-11 -1.56588867170858981E-11 -1.61521675865619837E-11
+ -1.66577419486741110E-11 -1.71758662523659295E-11 -1.77068019555743766E-11
+ -1.82508156202876133E-11 -1.88081790093832717E-11 -1.93791691852823183E-11
+ -1.99640686104470692E-11 -2.05631652497593530E-11 -2.11767526748179089E-11
+ -2.18051301701851215E-11 -2.24486028416220469E-11 -2.31074817263482279E-11
+ -2.37820839053640775E-11 -2.44727326178758589E-11 -2.51797573778569173E-11
+ -2.59034940927919125E-11 -2.66442851846407648E-11 -2.74024797130620741E-11
+ -2.81784335009427374E-11 -2.89725092622722750E-11 -2.97850767324077403E-11
+ -3.06165128007725576E-11 -3.14672016460355180E-11 -3.23375348738159308E-11
+ -3.32279116569607758E-11 -3.41387388784406329E-11 -3.50704312769190129E-11
+ -3.60234115950366582E-11 -3.69981107304672783E-11 -3.79949678897909026E-11
+ -3.90144307452440764E-11 -4.00569555943971912E-11 -4.11230075228062971E-11
+ -4.22130605697081595E-11 -4.33275978968032701E-11 -4.44671119601939261E-11
+ -4.56321046855226511E-11 -4.68230876463885068E-11 -4.80405822460858215E-11
+ -4.92851199027321282E-11 -5.05572422378580618E-11 -5.18575012685071446E-11
+ -5.31864596029196480E-11 -5.45446906398717533E-11 -5.59327787717226716E-11
+ -5.73513195912577739E-11 -5.88009201023807077E-11 -6.02821989347399543E-11
+ -6.17957865623522186E-11 -6.33423255262988628E-11 -6.49224706615852817E-11
+ -6.65368893282119202E-11 -6.81862616465639867E-11 -6.98712807371873321E-11
+ -7.15926529650187985E-11 -7.33510981881893517E-11 -7.51473500114411895E-11
+ -7.69821560442811812E-11 -7.88562781639347992E-11 -8.07704927832041198E-11
+ -8.27255911233041458E-11 -8.47223794917991242E-11 -8.67616795656957663E-11
+ -8.88443286798189335E-11 -9.09711801205582200E-11 -9.31431034250739147E-11
+ -9.53609846860832263E-11 -9.76257268623212140E-11 -9.99382500947702676E-11
+ -1.02299492028788602E-10 -1.04710408142230187E-10 -1.07171972079663546E-10
+ -1.09685175992829034E-10 -1.12251030887410412E-10 -1.14870566976276315E-10
+ -1.17544834039285626E-10 -1.20274901789792301E-10 -1.23061860247962718E-10
+ -1.25906820121047679E-10 -1.28810913190718351E-10 -1.31775292707615538E-10
+ -1.34801133793231250E-10 -1.37889633849274907E-10 -1.41042012974642394E-10
+ -1.44259514390140814E-10 -1.47543404871123202E-10 -1.50894975188150700E-10
+ -1.54315540555865502E-10 -1.57806441090206220E-10 -1.61369042274101583E-10
+ -1.65004735431863061E-10 -1.68714938212360759E-10 -1.72501095081195006E-10
+ -1.76364677822022577E-10 -1.80307186047193484E-10 -1.84330147717878349E-10
+ -1.88435119673862044E-10 -1.92623688173192219E-10 -1.96897469441852553E-10
+ -2.01258110233632918E-10 -2.05707288400441125E-10 -2.10246713473167195E-10
+ -2.14878127253383616E-10 -2.19603304415989431E-10 -2.24424053123108068E-10
+ -2.29342215649344871E-10 -2.34359669018670644E-10 -2.39478325653154703E-10
+ -2.44700134033721651E-10 -2.50027079373198652E-10 -2.55461184301847745E-10
+ -2.61004509565669079E-10 -2.66659154737609983E-10 -2.72427258942026592E-10
+ -2.78311001592602630E-10 -2.84312603143947219E-10 -2.90434325857141697E-10
+ -2.96678474579546817E-10 -3.03047397539031490E-10 -3.09543487152998223E-10
+ -3.16169180852381158E-10 -3.22926961920985466E-10 -3.29819360350376489E-10
+ -3.36848953710648637E-10 -3.44018368037375283E-10 -3.51330278734968362E-10
+ -3.58787411496888164E-10 -3.66392543242865077E-10 -3.74148503073526395E-10
+ -3.82058173242770552E-10 -3.90124490148153153E-10 -3.98350445339680469E-10
+ -4.06739086547301866E-10 -4.15293518727465382E-10 -4.24016905129135421E-10
+ -4.32912468379497602E-10 -4.41983491589946907E-10 -4.51233319482452587E-10
+ -4.60665359536925818E-10 -4.70283083159802150E-10 -4.80090026874358544E-10
+ -4.90089793533080515E-10 -5.00286053552509656E-10 -5.10682546171053865E-10
+ -5.21283080730049294E-10 -5.32091537978628461E-10 -5.43111871402836958E-10
+ -5.54348108579263646E-10 -5.65804352553956218E-10 -5.77484783246756747E-10
+ -5.89393658881767345E-10 -6.01535317444318492E-10 -6.13914178164966618E-10
+ -6.26534743031005274E-10 -6.39401598325951233E-10 -6.52519416197714841E-10
+ -6.65892956255699351E-10 -6.79527067197591294E-10 -6.93426688466311184E-10
+ -7.07596851937662981E-10 -7.22042683639276093E-10 -7.36769405501445642E-10
+ -7.51782337140379697E-10 -7.67086897674566303E-10 -7.82688607574752274E-10
+ -7.98593090548279859E-10 -8.14806075458264461E-10 -8.31333398278506979E-10
+ -8.48181004084428616E-10 -8.65354949081059044E-10 -8.82861402668622403E-10
+ -9.00706649546282802E-10 -9.18897091855036962E-10 -9.37439251360180427E-10
+ -9.56339771674348842E-10 -9.75605420521635989E-10 -9.95243092043819241E-10
+ -1.01525980914914615E-09 -1.03566272590477570E-09 -1.05645912997361412E-09
+ -1.07765644509602529E-09 -1.09926223361788637E-09 -1.12128419906528050E-09
+ -1.14373018876684075E-09 -1.16660819652488232E-09 -1.18992636533598017E-09
+ -1.21369299016163735E-09 -1.23791652075087797E-09 -1.26260556451458750E-09
+ -1.28776888945340837E-09 -1.31341542713978347E-09 -1.33955427575524869E-09
+ -1.36619470318405089E-09 -1.39334615016396432E-09 -1.42101823349556941E-09
+ -1.44922074931104697E-09 -1.47796367640324746E-09 -1.50725717961684175E-09
+ -1.53711161330182213E-09 -1.56753752483145139E-09 -1.59854565818498451E-09
+ -1.63014695759696205E-09 -1.66235257127397584E-09 -1.69517385518047670E-09
+ -1.72862237689444017E-09 -1.76270991953461646E-09 -1.79744848576045154E-09
+ -1.83285030184617451E-09 -1.86892782183017545E-09 -1.90569373174137332E-09
+ -1.94316095390384915E-09 -1.98134265132101542E-09 -2.02025223214127089E-09
+ -2.05990335420613868E-09 -2.10030992968267166E-09 -2.14148612978163315E-09
+ -2.18344638956310614E-09 -2.22620541283110830E-09 -2.26977817711869392E-09
+ -2.31417993876543098E-09 -2.35942623808905582E-09 -2.40553290465262517E-09
+ -2.45251606262936847E-09 -2.50039213626690485E-09 -2.54917785545227645E-09
+ -2.59889026138073756E-09 -2.64954671232861418E-09 -2.70116488953374256E-09
+ -2.75376280318452777E-09 -2.80735879851968103E-09 -2.86197156204129865E-09
+ -2.91762012784262907E-09 -2.97432388405318752E-09 -3.03210257940303804E-09
+ -3.09097632990866892E-09 -3.15096562568266862E-09 -3.21209133786935810E-09
+ -3.27437472570917419E-09 -3.33783744373304780E-09 -3.40250154909085723E-09
+ -3.46838950901497755E-09 -3.53552420842213700E-09 -3.60392895765594995E-09
+ -3.67362750037298803E-09 -3.74464402157447473E-09 -3.81700315578668810E-09
+ -3.89072999539328048E-09 -3.96585009912127522E-09 -4.04238950068398240E-09
+ -4.12037471758468705E-09 -4.19983276008260789E-09 -4.28079114032499944E-09
+ -4.36327788164813123E-09 -4.44732152805076904E-09 -4.53295115384260726E-09
+ -4.62019637347170804E-09 -4.70908735153303524E-09 -4.79965481296314189E-09
+ -4.89193005342302071E-09 -4.98594494987316486E-09 -5.08173197134440659E-09
+ -5.17932418990782945E-09 -5.27875529184841737E-09 -5.38005958904429223E-09
+ -5.48327203055775173E-09 -5.58842821444022198E-09 -5.69556439975540050E-09
+ -5.80471751882534594E-09 -5.91592518970320526E-09 -6.02922572887636869E-09
+ -6.14465816420489885E-09 -6.26226224809958494E-09 -6.38207847094321871E-09
+ -6.50414807476115525E-09 -6.62851306714403829E-09 -6.75521623542821118E-09
+ -6.88430116113907785E-09 -7.01581223470130314E-09 -7.14979467042090661E-09
+ -7.28629452174551730E-09 -7.42535869680569037E-09 -7.56703497424506039E-09
+ -7.71137201934239423E-09 -7.85841940043246787E-09 -8.00822760563076838E-09
+ -8.16084805986753823E-09 -8.31633314223641957E-09 -8.47473620366514803E-09
+ -8.63611158491258086E-09 -8.80051463489859418E-09 -8.96800172937319366E-09
+ -9.13863028993129578E-09 -9.31245880337886897E-09 -9.48954684145778150E-09
+ -9.66995508093493658E-09 -9.85374532406442934E-09 -1.00409805194260215E-08
+ -1.02317247831516678E-08 -1.04260434205426591E-08 -1.06240029480875053E-08
+ -1.08256711158879193E-08 -1.10311169304981166E-08 -1.12404106781877604E-08
+ -1.14536239486345792E-08 -1.16708296590564219E-08 -1.18921020787875613E-08
+ -1.21175168543121707E-08 -1.23471510347589977E-08 -1.25810830978687066E-08
+ -1.28193929764411782E-08 -1.30621620852714918E-08 -1.33094733485858683E-08
+ -1.35614112279826799E-08 -1.38180617508928578E-08 -1.40795125395644882E-08
+ -1.43458528405853662E-08 -1.46171735549506191E-08 -1.48935672686864231E-08
+ -1.51751282840412621E-08 -1.54619526512523799E-08 -1.57541382009015518E-08
+ -1.60517845768684777E-08 -1.63549932698938114E-08 -1.66638676517627231E-08
+ -1.69785130101213849E-08 -1.72990365839370690E-08 -1.76255475996137892E-08
+ -1.79581573077767682E-08 -1.82969790207363343E-08 -1.86421281506455808E-08
+ -1.89937222483638594E-08 -1.93518810430363960E-08 -1.97167264824123445E-08
+ -2.00883827738999442E-08 -2.04669764263886725E-08 -2.08526362928398251E-08
+ -2.12454936136681318E-08 -2.16456820609227209E-08 -2.20533377832894470E-08
+ -2.24685994519183706E-08 -2.28916083071089291E-08 -2.33225082058484004E-08
+ -2.37614456702365542E-08 -2.42085699368018631E-08 -2.46640330067335966E-08
+ -2.51279896970381939E-08 -2.56005976926453498E-08 -2.60820175994777253E-08
+ -2.65724129984990384E-08 -2.70719505007655076E-08 -2.75807998034926937E-08
+ -2.80991337471599327E-08 -2.86271283736721018E-08 -2.91649629855951409E-08
+ -2.97128202064893362E-08 -3.02708860423547744E-08 -3.08393499442166218E-08
+ -3.14184048718667822E-08 -3.20082473587838340E-08 -3.26090775782529280E-08
+ -3.32210994107101083E-08 -3.38445205123318905E-08 -3.44795523848909551E-08
+ -3.51264104469059829E-08 -3.57853141061071357E-08 -3.64564868332413600E-08
+ -3.71401562372392879E-08 -3.78365541417801599E-08 -3.85459166632622601E-08
+ -3.92684842902245369E-08 -4.00045019642302089E-08 -4.07542191622506525E-08
+ -4.15178899805699505E-08 -4.22957732202419542E-08 -4.30881324741273382E-08
+ -4.38952362155409398E-08 -4.47173578885376020E-08 -4.55547759998669245E-08
+ -4.64077742126306031E-08 -4.72766414416708201E-08 -4.81616719507180145E-08
+ -4.90631654513452881E-08 -4.99814272037385783E-08 -5.09167681193468603E-08
+ -5.18695048654136363E-08 -5.28399599714537613E-08 -5.38284619376945914E-08
+ -5.48353453455207618E-08 -5.58609509699617573E-08 -5.69056258942661081E-08
+ -5.79697236265829910E-08 -5.90536042188084627E-08 -6.01576343876304248E-08
+ -6.12821876378041981E-08 -6.24276443877193134E-08 -6.35943920972757777E-08
+ -6.47828253981327944E-08 -6.59933462263619701E-08 -6.72263639575584277E-08
+ -6.84822955444410566E-08 -6.97615656570093078E-08 -7.10646068252773112E-08
+ -7.23918595846620785E-08 -7.37437726240457620E-08 -7.51208029365879652E-08
+ -7.65234159733183596E-08 -7.79520857995725922E-08 -7.94072952543164699E-08
+ -8.08895361124281019E-08 -8.23993092499622333E-08 -8.39371248124856950E-08
+ -8.55035023865197182E-08 -8.70989711741500321E-08 -8.87240701708694386E-08
+ -9.03793483467035654E-08 -9.20653648306938615E-08 -9.37826890987843276E-08
+ -9.55319011651807119E-08 -9.73135917772576478E-08 -9.91283626140561667E-08
+ -1.00976826488467935E-07 -1.02859607553138481E-07 -1.04777341510194684E-07
+ -1.06730675824835327E-07 -1.08720269942887384E-07 -1.10746795512362980E-07
+ -1.12810936609137348E-07 -1.14913389966778908E-07 -1.17054865210636909E-07
+ -1.19236085096262370E-07 -1.21457785752228430E-07 -1.23720716927438346E-07
+ -1.26025642243022823E-07 -1.28373339448869910E-07 -1.30764600684919230E-07
+ -1.33200232747279753E-07 -1.35681057359255026E-07 -1.38207911447402628E-07
+ -1.40781647422685335E-07 -1.43403133466812202E-07 -1.46073253823892065E-07
+ -1.48792909097458567E-07 -1.51563016553009359E-07 -1.54384510426120159E-07
+ -1.57258342236262914E-07 -1.60185481106428074E-07 -1.63166914088647769E-07
+ -1.66203646495547557E-07 -1.69296702238021752E-07 -1.72447124169152409E-07
+ -1.75655974434488601E-07 -1.78924334828803702E-07 -1.82253307159434351E-07
+ -1.85644013616364659E-07 -1.89097597149117805E-07 -1.92615221850648046E-07
+ -1.96198073348303357E-07 -1.99847359202046800E-07 -2.03564309309993854E-07
+ -2.07350176321500107E-07 -2.11206236057848487E-07 -2.15133787940730614E-07
+ -2.19134155428645564E-07 -2.23208686461363226E-07 -2.27358753912610048E-07
+ -2.31585756051131046E-07 -2.35891117010250957E-07 -2.40276287266144643E-07
+ -2.44742744124928526E-07 -2.49291992218778662E-07 -2.53925564011200793E-07
+ -2.58645020311633418E-07 -2.63451950799607704E-07 -2.68347974558560525E-07
+ -2.73334740619506678E-07 -2.78413928514818709E-07 -2.83587248842167997E-07
+ -2.88856443838964080E-07 -2.94223287967346046E-07 -2.99689588510060523E-07
+ -3.05257186177294827E-07 -3.10927955724760921E-07 -3.16703806583202420E-07
+ -3.22586683499509534E-07 -3.28578567189751935E-07 -3.34681475004217781E-07
+ -3.40897461604770821E-07 -3.47228619654751690E-07 -3.53677080521595871E-07
+ -3.60245014992478118E-07 -3.66934634003143861E-07 -3.73748189380284934E-07
+ -3.80687974597511770E-07 -3.87756325545491212E-07 -3.94955621316121889E-07
+ -4.02288285001347587E-07 -4.09756784506670352E-07 -4.17363633379742046E-07
+ -4.25111391654226215E-07 -4.33002666709317363E-07 -4.41040114145092589E-07
+ -4.49226438674084863E-07 -4.57564395029355234E-07 -4.66056788889277737E-07
+ -4.74706477819492491E-07 -4.83516372232251987E-07 -4.92489436363487623E-07
+ -5.01628689267965419E-07 -5.10937205832791802E-07 -5.20418117809729083E-07
+ -5.30074614866512736E-07 -5.39909945657677019E-07 -5.49927418915124079E-07
+ -5.60130404558890877E-07 -5.70522334828410186E-07 -5.81106705434726960E-07
+ -5.91887076733985517E-07 -6.02867074922651574E-07 -6.14050393254756613E-07
+ -6.25440793281682645E-07 -6.37042106114960220E-07 -6.48858233712212034E-07
+ -6.60893150187038985E-07 -6.73150903143053551E-07 -6.85635615032595170E-07
+ -6.98351484540512621E-07 -7.11302787993628643E-07 -7.24493880796125358E-07
+ -7.37929198891615038E-07 -7.51613260252116563E-07 -7.65550666394631065E-07
+ -7.79746103925661933E-07 -7.94204346114463632E-07 -8.08930254495170643E-07
+ -8.23928780498691139E-07 -8.39204967114670436E-07 -8.54763950584254046E-07
+ -8.70610962124134089E-07 -8.86751329682354575E-07 -9.03190479726801670E-07
+ -9.19933939066486846E-07 -9.36987336706714210E-07 -9.54356405738451224E-07
+ -9.72046985262623883E-07 -9.90065022350009067E-07 -1.00841657403733418E-06
+ -1.02710780936030424E-06 -1.04614501142420420E-06 -1.06553457951277826E-06
+ -1.08528303123604137E-06 -1.10539700471796924E-06 -1.12588326082437983E-06
+ -1.14674868543215945E-06 -1.16800029174040968E-06 -1.18964522262444999E-06
+ -1.21169075303296165E-06 -1.23414429242987231E-06 -1.25701338728111685E-06
+ -1.28030572358752996E-06 -1.30402912946438034E-06 -1.32819157776877101E-06
+ -1.35280118877552734E-06 -1.37786623290250776E-06 -1.40339513348643663E-06
+ -1.42939646960990780E-06 -1.45587897898067493E-06 -1.48285156086426950E-06
+ -1.51032327907077746E-06 -1.53830336499674102E-06 -1.56680122072336673E-06
+ -1.59582642217212425E-06 -1.62538872231845378E-06 -1.65549805446506260E-06
+ -1.68616453557567731E-06 -1.71739846967036233E-06 -1.74921035128364982E-06
+ -1.78161086898675363E-06 -1.81461090897461912E-06 -1.84822155871942955E-06
+ -1.88245411069167774E-06 -1.91732006615002393E-06 -1.95283113900110088E-06
+ -1.98899925973083474E-06 -2.02583657940833973E-06 -2.06335547376389090E-06
+ -2.10156854734213129E-06 -2.14048863773231150E-06 -2.18012881987657124E-06
+ -2.22050241045787617E-06 -2.26162297236900904E-06 -2.30350431926449593E-06
+ -2.34616052019612245E-06 -2.38960590433481538E-06 -2.43385506577914585E-06
+ -2.47892286845337740E-06 -2.52482445109543163E-06 -2.57157523233760956E-06
+ -2.61919091588080460E-06 -2.66768749576479828E-06 -2.71708126173558660E-06
+ -2.76738880471219632E-06 -2.81862702235430624E-06 -2.87081312473320640E-06
+ -2.92396464010724912E-06 -2.97809942080416327E-06 -3.03323564921210178E-06
+ -3.08939184388146163E-06 -3.14658686573975852E-06 -3.20483992442085656E-06
+ -3.26417058471160089E-06 -3.32459877311764187E-06 -3.38614478455044637E-06
+ -3.44882928913813727E-06 -3.51267333916193683E-06 -3.57769837612136510E-06
+ -3.64392623792935285E-06 -3.71137916624118731E-06 -3.78007981391818876E-06
+ -3.85005125262987019E-06 -3.92131698059644695E-06 -3.99390093047458217E-06
+ -4.06782747738877105E-06 -4.14312144711139474E-06 -4.21980812439378653E-06
+ -4.29791326145162071E-06 -4.37746308660684929E-06 -4.45848431308964819E-06
+ -4.54100414800300234E-06 -4.62505030145294834E-06 -4.71065099584774685E-06
+ -4.79783497536918647E-06 -4.88663151561835355E-06 -4.97707043344024110E-06
+ -5.06918209693008448E-06 -5.16299743562426547E-06 -5.25854795088003781E-06
+ -5.35586572644686601E-06 -5.45498343923323310E-06 -5.55593437027290087E-06
+ -5.65875241589351113E-06 -5.76347209909152156E-06 -5.87012858111801556E-06
+ -5.97875767327865978E-06 -6.08939584895091207E-06 -6.20208025582469874E-06
+ -6.31684872836851351E-06 -6.43373980052663964E-06 -6.55279271865034451E-06
+ -6.67404745466895565E-06 -6.79754471950398782E-06 -6.92332597673144562E-06
+ -7.05143345649689258E-06 -7.18191016968710862E-06 -7.31479992236509679E-06
+ -7.45014733047037391E-06 -7.58799783479256492E-06 -7.72839771622086232E-06
+ -7.87139411127535946E-06 -8.01703502792699685E-06 -8.16536936170817621E-06
+ -8.31644691212205198E-06 -8.47031839935586857E-06 -8.62703548130206043E-06
+ -8.78665077089562047E-06 -8.94921785376995134E-06 -9.11479130624177875E-06
+ -9.28342671362628573E-06 -9.45518068889223735E-06 -9.63011089166207667E-06
+ -9.80827604756215523E-06 -9.98973596793259679E-06 -1.01745515698998996E-05
+ -1.03627848968219959E-05 -1.05544991391104936E-05 -1.07497586554385568E-05
+ -1.09486289943406390E-05 -1.11511769162118783E-05 -1.13574704157135711E-05
+ -1.15675787445946451E-05 -1.17815724349331082E-05 -1.19995233228089340E-05
+ -1.22215045724136027E-05 -1.24475907006065059E-05 -1.26778576019242909E-05
+ -1.29123825740540042E-05 -1.31512443437763929E-05 -1.33945230933889042E-05
+ -1.36423004876188969E-05 -1.38946597010322097E-05 -1.41516854459506895E-05
+ -1.44134640008839399E-05 -1.46800832394903907E-05 -1.49516326600694588E-05
+ -1.52282034156028117E-05 -1.55098883443494600E-05 -1.57967820010075474E-05
+ -1.60889806884509238E-05 -1.63865824900561233E-05 -1.66896873026226170E-05
+ -1.69983968699059256E-05 -1.73128148167690966E-05 -1.76330466839655841E-05
+ -1.79591999635671334E-05 -1.82913841350447755E-05 -1.86297107020200761E-05
+ -1.89742932296918485E-05 -1.93252473829613640E-05 -1.96826909652554903E-05
+ -2.00467439580755853E-05 -2.04175285612699523E-05 -2.07951692340609148E-05
+ -2.11797927368188411E-05 -2.15715281736212678E-05 -2.19705070355908285E-05
+ -2.23768632450380237E-05 -2.27907332004212620E-05 -2.32122558221364855E-05
+ -2.36415725991552376E-05 -2.40788276365273073E-05 -2.45241677037587145E-05
+ -2.49777422840872116E-05 -2.54397036246677315E-05 -2.59102067876898032E-05
+ -2.63894097024353020E-05 -2.68774732183047826E-05 -2.73745611588223914E-05
+ -2.78808403766389651E-05 -2.83964808095550498E-05 -2.89216555375816926E-05
+ -2.94565408410508188E-05 -3.00013162598104132E-05 -3.05561646535060770E-05
+ -3.11212722629838212E-05 -3.16968287728285389E-05 -3.22830273750566714E-05
+ -3.28800648339907188E-05 -3.34881415523337941E-05 -3.41074616384655292E-05
+ -3.47382329749869366E-05 -3.53806672885282020E-05 -3.60349802208556367E-05
+ -3.67013914012897559E-05 -3.73801245204637825E-05 -3.80714074054505164E-05
+ -3.87754720962790961E-05 -3.94925549238648422E-05 -4.02228965893868968E-05
+ -4.09667422451304847E-05 -4.17243415768285783E-05 -4.24959488875288187E-05
+ -4.32818231830098428E-05 -4.40822282587827408E-05 -4.48974327886989628E-05
+ -4.57277104152047290E-05 -4.65733398412599672E-05 -4.74346049239655134E-05
+ -4.83117947699203323E-05 -4.92052038323431625E-05 -5.01151320099997100E-05
+ -5.10418847479518641E-05 -5.19857731401808889E-05 -5.29471140341097508E-05
+ -5.39262301370574466E-05 -5.49234501246666346E-05 -5.59391087513459896E-05
+ -5.69735469627465367E-05 -5.80271120103331294E-05 -5.91001575680690389E-05
+ -6.01930438512679515E-05 -6.13061377376484883E-05 -6.24398128906237268E-05
+ -6.35944498848860598E-05 -6.47704363343104442E-05 -6.59681670222296270E-05
+ -6.71880440341262881E-05 -6.84304768927811993E-05 -6.96958826959292104E-05
+ -7.09846862564571750E-05 -7.22973202452161174E-05 -7.36342253364667102E-05
+ -7.49958503560221792E-05 -7.63826524321465315E-05 -7.77950971492426805E-05
+ -7.92336587043847708E-05 -8.06988200667694069E-05 -8.21910731401005431E-05
+ -8.37109189280060048E-05 -8.52588677025108111E-05 -8.68354391756316163E-05
+ -8.84411626741632591E-05 -9.00765773176970350E-05 -9.17422321999485899E-05
+ -9.34386865734446583E-05 -9.51665100376357322E-05 -9.69262827304988978E-05
+ -9.87185955236968967E-05 -1.00544050221352513E-04 -1.02403259762523085E-04
+ -1.04296848427415134E-04 -1.06225452047439256E-04 -1.08189718219156285E-04
+ -1.10190306522202288E-04 -1.12227888741239139E-04 -1.14303149092056809E-04
+ -1.16416784451833452E-04 -1.18569504593713123E-04 -1.20762032425697456E-04
+ -1.22995104234005362E-04 -1.25269469930935619E-04 -1.27585893307331961E-04
+ -1.29945152289751193E-04 -1.32348039202379394E-04 -1.34795361033858164E-04
+ -1.37287939709017132E-04 -1.39826612365698662E-04 -1.42412231636693704E-04
+ -1.45045665936942097E-04 -1.47727799756048554E-04 -1.50459533956252183E-04
+ -1.53241786075933165E-04 -1.56075490638742429E-04 -1.58961599468509769E-04
+ -1.61901082009982485E-04 -1.64894925655538965E-04 -1.67944136077977394E-04
+ -1.71049737569497118E-04 -1.74212773386980222E-04 -1.77434306103691570E-04
+ -1.80715417967555606E-04 -1.84057211266044484E-04 -1.87460808697921587E-04
+ -1.90927353751837742E-04 -1.94458011092045685E-04 -1.98053966951229762E-04
+ -2.01716429530696497E-04 -2.05446629408000489E-04 -2.09245819952164915E-04
+ -2.13115277746640352E-04 -2.17056303020133593E-04 -2.21070220085466530E-04
+ -2.25158377786650963E-04 -2.29322149954220954E-04 -2.33562935869133584E-04
+ -2.37882160735264071E-04 -2.42281276160740495E-04 -2.46761760648242165E-04
+ -2.51325120094455753E-04 -2.55972888298836379E-04 -2.60706627481884520E-04
+ -2.65527928813054565E-04 -2.70438412948575957E-04 -2.75439730579262658E-04
+ -2.80533562988587301E-04 -2.85721622621152834E-04 -2.91005653661814342E-04
+ -2.96387432625583422E-04 -3.01868768958607838E-04 -3.07451505650313160E-04
+ -3.13137519857062895E-04 -3.18928723537428111E-04 -3.24827064099379530E-04
+ -3.30834525059535900E-04 -3.36953126714808105E-04 -3.43184926826571720E-04
+ -3.49532021317633206E-04 -3.55996544982321611E-04 -3.62580672209788742E-04
+ -3.69286617720917523E-04 -3.76116637319009756E-04 -3.83073028654565533E-04
+ -3.90158132004371884E-04 -3.97374331065243451E-04 -4.04724053762580836E-04
+ -4.12209773074183089E-04 -4.19834007869451353E-04 -4.27599323764398941E-04
+ -4.35508333992648783E-04 -4.43563700292859300E-04 -4.51768133812808993E-04
+ -4.60124396030400871E-04 -4.68635299692096892E-04 -4.77303709768873226E-04
+ -4.86132544430292312E-04 -4.95124776036764687E-04 -5.04283432150599712E-04
+ -5.13611596565998938E-04 -5.23112410358552316E-04 -5.32789072954400209E-04
+ -5.42644843219607532E-04 -5.52683040570077456E-04 -5.62907046102373949E-04
+ -5.73320303745871438E-04 -5.83926321436677859E-04 -5.94728672313747739E-04
+ -6.05730995937485005E-04 -6.16936999531451534E-04 -6.28350459247562897E-04
+ -6.39975221455165496E-04 -6.51815204054465524E-04 -6.63874397814929714E-04
+ -6.76156867738879255E-04 -6.88666754451035278E-04 -7.01408275614360372E-04
+ -7.14385727372649306E-04 -7.27603485820653081E-04 -7.41066008501926454E-04
+ -7.54777835935208628E-04 -7.68743593169826959E-04 -7.82967991370437863E-04
+ -7.97455829432239878E-04 -8.12211995626632320E-04 -8.27241469278206833E-04
+ -8.42549322473872420E-04 -8.58140721804308564E-04 -8.74020930138755280E-04
+ -8.90195308433516233E-04 -9.06669317575120636E-04 -9.23448520258568972E-04
+ -9.40538582901434572E-04 -9.57945277594648634E-04 -9.75674484090484329E-04
+ -9.93732191828616569E-04 -1.01212450200100792E-03 -1.03085762965633948E-03
+ -1.04993790584463750E-03 -1.06937177980330651E-03 -1.08916582118487662E-03
+ -1.10932672232766675E-03 -1.12986130057000467E-03 -1.15077650060902022E-03
+ -1.17207939690478413E-03 -1.19377719613075447E-03 -1.21587723967152500E-03
+ -1.23838700616849548E-03 -1.26131411411495439E-03 -1.28466632450121264E-03
+ -1.30845154351068608E-03 -1.33267782526823547E-03 -1.35735337464182467E-03
+ -1.38248655009824890E-03 -1.40808586661428088E-03 -1.43415999864443902E-03
+ -1.46071778314619486E-03 -1.48776822266400810E-03 -1.51532048847342936E-03
+ -1.54338392378648910E-03 -1.57196804701919841E-03 -1.60108255512305493E-03
+ -1.63073732698159691E-03 -1.66094242687309709E-03 -1.69170810800118709E-03
+ -1.72304481609437780E-03 -1.75496319307628630E-03 -1.78747408080768655E-03
+ -1.82058852490210349E-03 -1.85431777861623515E-03 -1.88867330681717497E-03
+ -1.92366679002745631E-03 -1.95931012854981676E-03 -1.99561544667365039E-03
+ -2.03259509696398794E-03 -2.07026166463603273E-03 -2.10862797201540617E-03
+ -2.14770708308747700E-03 -2.18751230813649892E-03 -2.22805720847715164E-03
+ -2.26935560127992063E-03 -2.31142156449264807E-03 -2.35426944186011705E-03
+ -2.39791384804386668E-03 -2.44236967384410574E-03 -2.48765209152621144E-03
+ -2.53377656025392025E-03 -2.58075883163114269E-03 -2.62861495535564316E-03
+ -2.67736128498565493E-03 -2.72701448382303051E-03 -2.77759153091485054E-03
+ -2.82910972717620619E-03 -2.88158670163646182E-03 -2.93504041781217102E-03
+ -2.98948918020944514E-03 -3.04495164095715688E-03 -3.10144680657641362E-03
+ -3.15899404488663221E-03 -3.21761309205322900E-03 -3.27732405977814497E-03
+ -3.33814744263865714E-03 -3.40010412557519449E-03 -3.46321539153348398E-03
+ -3.52750292926347223E-03 -3.59298884127827543E-03 -3.65969565197751551E-03
+ -3.72764631593815177E-03 -3.79686422637657162E-03 -3.86737322378582962E-03
+ -3.93919760475215132E-03 -4.01236213095414705E-03 -4.08689203834991695E-03
+ -4.16281304655488193E-03 -4.24015136841567140E-03 -4.31893371978449552E-03
+ -4.39918732949740737E-03 -4.48093994956329841E-03 -4.56421986556552854E-03
+ -4.64905590728390342E-03 -4.73547745953981167E-03 -4.82351447327136838E-03
+ -4.91319747684234275E-03 -5.00455758759157324E-03 -5.09762652362727008E-03
+ -5.19243661587358817E-03 -5.28902082037225121E-03 -5.38741273084936915E-03
+ -5.48764659154984784E-03 -5.58975731034784366E-03 -5.69378047213883048E-03
+ -5.79975235252096384E-03 -5.90770993177000287E-03 -6.01769090911900058E-03
+ -6.12973371734523709E-03 -6.24387753767535140E-03 -6.36016231501443461E-03
+ -6.47862877350693141E-03 -6.59931843243831244E-03 -6.72227362248427676E-03
+ -6.84753750231679482E-03 -6.97515407557575129E-03 -7.10516820821380148E-03
+ -7.23762564622530604E-03 -7.37257303376667554E-03 -7.51005793167927593E-03
+ -7.65012883642399600E-03 -7.79283519943718347E-03 -7.93822744691941723E-03
+ -8.08635700006678226E-03 -8.23727629575516512E-03 -8.39103880769056891E-03
+ -8.54769906803506258E-03 -8.70731268952134457E-03 -8.86993638806647840E-03
+ -9.03562800590054782E-03 -9.20444653521874587E-03 -9.37645214237349880E-03
+ -9.55170619261874396E-03 -9.73027127541927113E-03 -9.91221123034195448E-03
+ -1.00975911735413822E-02 -1.02864775248550852E-02 -1.04789380355248315E-02
+ -1.06750418165594153E-02 -1.08748593677557587E-02 -1.10784626073923941E-02
+ -1.12859249026180282E-02 -1.14973211005467302E-02 -1.17127275600818637E-02
+ -1.19322221844874714E-02 -1.21558844547237678E-02 -1.23837954635680255E-02
+ -1.26160379505427522E-02 -1.28526963376686520E-02 -1.30938567660661975E-02
+ -1.33396071334282475E-02 -1.35900371323827221E-02 -1.38452382897743358E-02
+ -1.41053040068836576E-02 -1.43703296006116223E-02 -1.46404123456539120E-02
+ -1.49156515176900872E-02 -1.51961484376159812E-02 -1.54820065168443724E-02
+ -1.57733313037050557E-02 -1.60702305309699846E-02 -1.63728141645370709E-02
+ -1.66811944532982287E-02 -1.69954859802276675E-02 -1.73158057147209388E-02
+ -1.76422730662168167E-02 -1.79750099391376011E-02 -1.83141407891815253E-02
+ -1.86597926810057602E-02 -1.90120953473322217E-02 -1.93711812495200239E-02
+ -1.97371856396378331E-02 -2.01102466240802892E-02 -2.04905052287678198E-02
+ -2.08781054659718870E-02 -2.12731944028101555E-02 -2.16759222314532214E-02
+ -2.20864423410951811E-02 -2.25049113917244886E-02 -2.29314893897535690E-02
+ -2.33663397655509315E-02 -2.38096294529279925E-02 -2.42615289706319508E-02
+ -2.47222125058987399E-02 -2.51918580001234786E-02 -2.56706472366958240E-02
+ -2.61587659310739511E-02 -2.66564038231352565E-02 -2.71637547718843325E-02
+ -2.76810168525688377E-02 -2.82083924562703814E-02 -2.87460883920348034E-02
+ -2.92943159916112458E-02 -2.98532912168658800E-02 -3.04232347699439527E-02
+ -3.10043722062459878E-02 -3.15969340503040597E-02 -3.22011559146193685E-02
+ -3.28172786215445295E-02 -3.34455483282971311E-02 -3.40862166551763532E-02
+ -3.47395408170623268E-02 -3.54057837583012860E-02 -3.60852142910379065E-02
+ -3.67781072371088924E-02 -3.74847435735665840E-02 -3.82054105819442449E-02
+ -3.89404020013388169E-02 -3.96900181854271256E-02 -4.04545662634955977E-02
+ -4.12343603056015418E-02 -4.20297214919533937E-02 -4.28409782866225677E-02
+ -4.36684666156975237E-02 -4.45125300499729093E-02 -4.53735199923056970E-02
+ -4.62517958697309939E-02 -4.71477253304671898E-02 -4.80616844459132095E-02
+ -4.89940579177725322E-02 -4.99452392904069578E-02 -5.09156311685463742E-02
+ -5.19056454404961676E-02 -5.29157035069348844E-02 -5.39462365154559295E-02
+ -5.49976856009685225E-02 -5.60705021320961894E-02 -5.71651479636834658E-02
+ -5.82820956955754990E-02 -5.94218289377786354E-02 -6.05848425821298234E-02
+ -6.17716430806488775E-02 -6.29827487306573314E-02 -6.42186899668370503E-02
+ -6.54800096603559145E-02 -6.67672634251817165E-02 -6.80810199317354869E-02
+ -6.94218612280189523E-02 -7.07903830683420110E-02 -7.21871952497858405E-02
+ -7.36129219565412607E-02 -7.50682021122370952E-02 -7.65536897404048428E-02
+ -7.80700543331906693E-02 -7.96179812284348309E-02 -8.11981719952629272E-02
+ -8.28113448282598169E-02 -8.44582349503861657E-02 -8.61395950246954117E-02
+ -8.78561955749930235E-02 -8.96088254154925046E-02 -9.13982920895898554E-02
+ -9.32254223178040770E-02 -9.50910624549733130E-02 -9.69960789567491655E-02
+ -9.89413588554723111E-02 -1.00927810245408728E-01 -1.02956362777441884E-01
+ -1.05027968163166147E-01 -1.07143600688447360E-01 -1.09304257736344723E-01
+ -1.11510960319466640E-01 -1.13764753621597062E-01 -1.16066707548598894E-01
+ -1.18417917288446264E-01 -1.20819503880307808E-01 -1.23272614792486995E-01
+ -1.25778424509105535E-01 -1.28338135125261738E-01 -1.30952976950496403E-01
+ -1.33624209120255133E-01 -1.36353120215073870E-01 -1.39141028887114299E-01
+ -1.41989284493713175E-01 -1.44899267737493037E-01 -1.47872391312566548E-01
+ -1.50910100556320703E-01 -1.54013874106221582E-01 -1.57185224560980275E-01
+ -1.60425699145427203E-01 -1.63736880378331617E-01 -1.67120386742336063E-01
+ -1.70577873355146958E-01 -1.74111032640988123E-01 -1.77721595001308436E-01
+ -1.81411329483555706E-01 -1.85182044446898952E-01 -1.89035588223476159E-01
+ -1.92973849773830475E-01 -1.96998759334994056E-01 -2.01112289059592664E-01
+ -2.05316453644199259E-01 -2.09613310945102271E-01 -2.14004962579495778E-01
+ -2.18493554509847365E-01 -2.23081277609298745E-01 -2.27770368205564150E-01
+ -2.32563108600749913E-01 -2.37461827564310085E-01 -2.42468900796209724E-01
+ -2.47586751357156853E-01 -2.52817850062532656E-01 -2.58164715836512682E-01
+ -2.63629916022606381E-01 -2.69216066646636942E-01 -2.74925832627932965E-01
+ -2.80761927934234656E-01 -2.86727115675660449E-01 -2.92824208132590302E-01
+ -2.99056066712354851E-01 -3.05425601828948956E-01 -3.11935772700063230E-01
+ -3.18589587055034540E-01 -3.25390100747288857E-01 -3.32340417264312571E-01
+ -3.39443687127849225E-01 -3.46703107176737413E-01 -3.54121919724266598E-01
+ -3.61703411581626666E-01 -3.69450912938573295E-01 -3.77367796091937269E-01
+ -3.85457474012227519E-01 -3.93723398738063501E-01 -4.02169059587653865E-01
+ -4.10797981176140359E-01 -4.19613721226938075E-01 -4.28619868164830109E-01
+ -4.37820038477924778E-01 -4.47217873835022095E-01 -4.56817037944416915E-01
+ -4.66621213139467250E-01 -4.76634096675752184E-01 -4.86859396723881954E-01
+ -4.97300828041583043E-01 -5.07962107307747712E-01 -5.18846948100804228E-01
+ -5.29959055502771337E-01 -5.41302120309938295E-01 -5.52879812830207928E-01
+ -5.64695776246690540E-01 -5.76753619526112371E-01 -5.89056909850247057E-01
+ -6.01609164547626585E-01 -6.14413842502235630E-01 -6.27474335015091977E-01
+ -6.40793956094087291E-01 -6.54375932146635475E-01 -6.68223391049114213E-01
+ -6.82339350566500857E-01 -6.96726706094884185E-01 -7.11388217699095105E-01
+ -7.26326496417038281E-01 -7.41543989801956349E-01 -7.57042966673322937E-01
+ -7.72825501046700558E-01 -7.88893455212618333E-01 -8.05248461934220505E-01
+ -8.21891905733381223E-01 -8.38824903234733243E-01 -8.56048282537304139E-01
+ -8.73562561583421493E-01 -8.91367925494871427E-01 -9.09464202846793857E-01
+ -9.27850840850110381E-01 -9.46526879414353539E-01 -9.65490924063193479E-01
+ -9.84741117676629418E-01 -1.00427511103440148E+00 -1.02409003213749705E+00
+ -1.04418245428560441E+00 -1.06454836289109966E+00 -1.08518312101197600E+00
+ -1.10608143358906319E+00 -1.12723731037565122E+00 -1.14864402755106076E+00
+ -1.17029408801343227E+00 -1.19217918035092429E+00 -1.21429013649535822E+00
+ -1.23661688806676384E+00 -1.25914842142363792E+00 -1.28187273143864222E+00
+ -1.30477677402703218E+00 -1.32784641746127141E+00 -1.35106639251377092E+00
+ -1.37442024147751618E+00 -1.39789026612345690E+00 -1.42145747466346317E+00
+ -1.44510152779766088E+00 -1.46880068393657437E+00 -1.49253174370001251E+00
+ -1.51626999380789074E+00 -1.53998915049141560E+00 -1.56366130256766178E+00
+ -1.58725685433621733E+00 -1.61074446847235841E+00 -1.63409100910897842E+00
+ -1.65726148531741657E+00 -1.68021899521648876E+00 -1.70292467095936351E+00
+ -1.72533762486865094E+00 -1.74741489701276032E+00 -1.76911140453905014E+00
+ -1.79037989310370094E+00 -1.81117089076305104E+00 -1.83143266471697652E+00
+ -1.85111118132179264E+00 -1.87015006981725751E+00 -1.88849059024126054E+00
+ -1.90607160603374926E+00 -1.92282956186208032E+00 -1.93869846722884542E+00
+ -1.95360988645471667E+00 -1.96749293565848293E+00 -1.98027428738786559E+00
+ -1.99187818358459645E+00 -2.00222645759831952E+00 -2.01123856599258044E+00
+ -2.01883163091634188E+00 -2.02492049384135653E+00 -2.02941778149312047E+00
+ -2.03223398482792295E+00 -2.03327755193152937E+00 -2.03245499573589461E+00
+ -2.02967101746802792E+00 -2.02482864676067020E+00 -2.01782939936445294E+00
+ -2.00857345340958426E+00 -1.99695984516636127E+00 -1.98288668525204770E+00
+ -1.96625139622225120E+00 -1.94695097247058424E+00 -1.92488226333812351E+00
+ -1.89994228030468237E+00 -1.87202852909576301E+00 -1.84103936749206998E+00
+ -1.80687438957133395E+00 -1.76943483704517579E+00 -1.72862403827438804E+00
+ -1.68434787545570153E+00 -1.63651528036908989E+00 -1.58503875895794266E+00
+ -1.52983494488224814E+00 -1.47082518203920642E+00 -1.40793613588297450E+00
+ -1.34110043319638006E+00 -1.27025732977251238E+00 -1.19535340525062939E+00
+ -1.11634328411875750E+00 -1.03319038164722521E+00 -9.45867673246928220E-01
+ -8.54358485459535189E-01 -7.58657306479211258E-01 -6.58770613779145364E-01
+ -5.54717716070296518E-01 -4.46531606454765750E-01 -3.34259823252576638E-01
+ -2.17965314578767888E-01 -9.77273023273212971E-02  2.63578592177680093E-02
+  1.54175835377619919E-01  2.85593479380075621E-01  4.20458023151361715E-01
+  5.58596297273897591E-01  6.99813987293088857E-01  8.43894934070073433E-01
+  9.90600486398298230E-01  1.13966891463148556E+00  1.29081489460022958E+00
+  1.44372907162750685E+00  1.59807771498543261E+00  1.75350247366366929E+00
+  1.90962024484266735E+00  2.06602316697954969E+00  2.22227874991615160E+00
+  2.37793015490940363E+00  2.53249663795278934E+00  2.68547417020869261E+00
+  2.83633624979597698E+00  2.98453491956882111E+00  3.12950200588383609E+00
+  3.27065059366523414E+00  3.40737675334479562E+00  3.53906153545679203E+00
+  3.66507324880058327E+00  3.78477003812849944E+00  3.89750277725623029E+00
+  4.00261829330344021E+00  4.09946293742866530E+00  4.18738651688667218E+00
+  4.26574660246958182E+00  4.33391322434466097E+00  4.39127396790427582E+00
+  4.43723947943205310E+00  4.47124938906332758E+00  4.49277865557966827E+00
+  4.50134433389097843E+00  4.49651276148009593E+00  4.47790715443064968E+00
+  4.44521559672305600E+00  4.39819939802241144E+00  4.33670178491343883E+00
+  4.26065687813441762E+00  4.17009889345055740E+00  4.06517148596053168E+00
+  3.94613713635767205E+00  3.81338645242472563E+00  3.66744722920134691E+00
+  3.50899307613859701E+00  3.33885137836840951E+00  3.15801031111600139E+00
+  2.96762457032315474E+00  2.76901941769994364E+00  2.56369256356116137E+00
+  2.35331332470418619E+00  2.13971839594167212E+00  1.92490346130309442E+00
+  1.71100974285370944E+00  1.50030443994490614E+00  1.29515384780403964E+00
+  1.09798775985873265E+00  9.11253551171858356E-01  7.37358108726415162E-01
+  5.78595515858845277E-01  4.37058110464658922E-01  3.14528217054046988E-01
+  2.12347498425744824E-01  1.31260480414633646E-01  7.12283693017666530E-02
+  3.12088020959702325E-02  8.89664076811661625E-03  4.20338222772873255E-04
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  END     
+   TPROJECTOR   4 #p(r), for p(r)/r*Ylm)
+  0.00000000000000000E+00 -1.09036510124326204E-15 -4.40167690141271729E-15
+ -9.99523421708103138E-15 -1.79336551804211260E-14 -2.82809033391079990E-14
+ -4.11023142544176727E-14 -5.64646226068753085E-14 -7.44359898189846434E-14
+ -9.50860322047384822E-14 -1.18485849655801747E-13 -1.44708054874436517E-13
+ -1.73826803163417046E-13 -2.05917822783405164E-13 -2.41058445888399405E-13
+ -2.79327640050142779E-13 -3.20806040382464333E-13 -3.65575982276901863E-13
+ -4.13721534760936862E-13 -4.65328534490652269E-13 -5.20484620389595021E-13
+ -5.79279268946004256E-13 -6.41803830180682399E-13 -7.08151564298242648E-13
+ -7.78417679034252845E-13 -8.52699367711552219E-13 -9.31095848018992874E-13
+ -1.01370840152590954E-12 -1.10064041394646230E-12 -1.19199741616747962E-12
+ -1.28788712605457009E-12 -1.38841949105046918E-12 -1.49370673158104818E-12
+ -1.60386338528373609E-12 -1.71900635207381154E-12 -1.83925494006430502E-12
+ -1.96473091235539281E-12 -2.09555853470960150E-12 -2.23186462412943965E-12
+ -2.37377859835420786E-12 -2.52143252629318737E-12 -2.67496117941289792E-12
+ -2.83450208409596567E-12 -3.00019557499004026E-12 -3.17218484936508061E-12
+ -3.35061602249796024E-12 -3.53563818410349566E-12 -3.72740345583149571E-12
+ -3.92606704984980368E-12 -4.13178732853355622E-12 -4.34472586528114706E-12
+ -4.56504750647868938E-12 -4.79292043463291686E-12 -5.02851623269616345E-12
+ -5.27200994960428964E-12 -5.52358016705108055E-12 -5.78340906752131000E-12
+ -6.05168250360697170E-12 -6.32859006863001725E-12 -6.61432516859576917E-12
+ -6.90908509550289083E-12 -7.21307110203336333E-12 -7.52648847765076177E-12
+ -7.84954662613071862E-12 -8.18245914455141842E-12 -8.52544390377166763E-12
+ -8.87872313042325595E-12 -9.24252349044689886E-12 -9.61707617419982339E-12
+ -1.00026169831646074E-11 -1.03993864182891400E-11 -1.08076297699879983E-11
+ -1.12275972098362134E-11 -1.16595438839872245E-11 -1.21037300083466015E-11
+ -1.25604209655351810E-11 -1.30298874036739280E-11 -1.35124053370248493E-11
+ -1.40082562485232873E-11 -1.45177271942352832E-11 -1.50411109097780621E-11
+ -1.55787059187374071E-11 -1.61308166431216295E-11 -1.66977535158889634E-11
+ -1.72798330955872867E-11 -1.78773781831444107E-11 -1.84907179408506536E-11
+ -1.91201880135751094E-11 -1.97661306522519741E-11 -2.04288948396887681E-11
+ -2.11088364187276428E-11 -2.18063182228164921E-11 -2.25217102090219284E-11
+ -2.32553895935415871E-11 -2.40077409897517793E-11 -2.47791565488454110E-11
+ -2.55700361031045576E-11 -2.63807873118574685E-11 -2.72118258101692288E-11
+ -2.80635753603204243E-11 -2.89364680061187154E-11 -2.98309442301058823E-11
+ -3.07474531137039888E-11 -3.16864525003603793E-11 -3.26484091617510887E-11
+ -3.36337989670917504E-11 -3.46431070556160827E-11 -3.56768280122870612E-11
+ -3.67354660467925479E-11 -3.78195351758908726E-11 -3.89295594091673124E-11
+ -4.00660729382655900E-11 -4.12296203296610876E-11 -4.24207567210340862E-11
+ -4.36400480213198299E-11 -4.48880711144984413E-11 -4.61654140671917482E-11
+ -4.74726763401448805E-11 -4.88104690036582547E-11 -5.01794149570471989E-11
+ -5.15801491522019629E-11 -5.30133188213258627E-11 -5.44795837089293930E-11
+ -5.59796163081573628E-11 -5.75141021015287621E-11 -5.90837398061788953E-11
+ -6.06892416236769732E-11 -6.23313334945119445E-11 -6.40107553573258915E-11
+ -6.57282614129936892E-11 -6.74846203936330881E-11 -6.92806158366284547E-11
+ -7.11170463637784429E-11 -7.29947259656492563E-11 -7.49144842912395209E-11
+ -7.68771669430410248E-11 -7.88836357776182263E-11 -8.09347692117864954E-11
+ -8.30314625345019206E-11 -8.51746282245795082E-11 -8.73651962743280883E-11
+ -8.96041145192230180E-11 -9.18923489737337175E-11 -9.42308841734035911E-11
+ -9.66207235233195712E-11 -9.90628896530705437E-11 -1.01558424778330173E-10
+ -1.04108391069177397E-10 -1.06713871025276395E-10 -1.09375967858068409E-10
+ -1.12095805880064190E-10 -1.14874530901406842E-10 -1.17713310633825346E-10
+ -1.20613335102096813E-10 -1.23575817063205915E-10 -1.26601992433282601E-10
+ -1.29693120722517435E-10 -1.32850485478163826E-10 -1.36075394735802798E-10
+ -1.39369181478996891E-10 -1.42733204107530865E-10 -1.46168846914346027E-10
+ -1.49677520571371011E-10 -1.53260662624399977E-10 -1.56919737997172441E-10
+ -1.60656239504850453E-10 -1.64471688377056266E-10 -1.68367634790631612E-10
+ -1.72345658412331149E-10 -1.76407368951611680E-10 -1.80554406723698234E-10
+ -1.84788443223154409E-10 -1.89111181708098202E-10 -1.93524357795310813E-10
+ -1.98029740066408507E-10 -2.02629130685297583E-10 -2.07324366027111686E-10
+ -2.12117317318857662E-10 -2.17009891291970720E-10 -2.22004030847017201E-10
+ -2.27101715730750311E-10 -2.32304963225776483E-10 -2.37615828853029850E-10
+ -2.43036407087314725E-10 -2.48568832086170557E-10 -2.54215278432263705E-10
+ -2.59977961889612143E-10 -2.65859140173859504E-10 -2.71861113736844213E-10
+ -2.77986226565810067E-10 -2.84236866997423823E-10 -2.90615468546945180E-10
+ -2.97124510752818455E-10 -3.03766520036949469E-10 -3.10544070580975349E-10
+ -3.17459785218816446E-10 -3.24516336345830242E-10 -3.31716446844852754E-10
+ -3.39062891029427996E-10 -3.46558495604613355E-10 -3.54206140645577534E-10
+ -3.62008760594442627E-10 -3.69969345275577489E-10 -3.78090940929829264E-10
+ -3.86376651267914572E-10 -3.94829638543385006E-10 -4.03453124645557141E-10
+ -4.12250392212702429E-10 -4.21224785765940383E-10 -4.30379712864168155E-10
+ -4.39718645280496708E-10 -4.49245120200445560E-10 -4.58962741442453672E-10
+ -4.68875180701056013E-10 -4.78986178813118719E-10 -4.89299547047573415E-10
+ -4.99819168419159685E-10 -5.10548999026486641E-10 -5.21493069415002001E-10
+ -5.32655485965204328E-10 -5.44040432306685956E-10 -5.55652170758379129E-10
+ -5.67495043795560205E-10 -5.79573475544099417E-10 -5.91891973302380144E-10
+ -6.04455129091576518E-10 -6.17267621234613516E-10 -6.30334215964444301E-10
+ -6.43659769062222587E-10 -6.57249227525823857E-10 -6.71107631269374991E-10
+ -6.85240114854287791E-10 -6.99651909252412347E-10 -7.14348343641965051E-10
+ -7.29334847236653959E-10 -7.44616951148927731E-10 -7.60200290287605188E-10
+ -7.76090605290847107E-10 -7.92293744494904385E-10 -8.08815665939446318E-10
+ -8.25662439410068883E-10 -8.42840248518660903E-10 -8.60355392822448666E-10
+ -8.78214289982234738E-10 -8.96423477960724737E-10 -9.14989617261709287E-10
+ -9.33919493210558259E-10 -9.53220018277290525E-10 -9.72898234442486385E-10
+ -9.92961315607220484E-10 -1.01341657004763674E-09 -1.03427144291506078E-09
+ -1.05553351878246990E-09 -1.07721052423810380E-09 -1.09931033052736406E-09
+ -1.12184095624349269E-09 -1.14481057006824235E-09 -1.16822749356337703E-09
+ -1.19210020401386963E-09 -1.21643733732385537E-09 -1.24124769096627442E-09
+ -1.26654022698715886E-09 -1.29232407506568517E-09 -1.31860853563087292E-09
+ -1.34540308303614451E-09 -1.37271736879262180E-09 -1.40056122486255520E-09
+ -1.42894466701353073E-09 -1.45787789823503820E-09 -1.48737131221838492E-09
+ -1.51743549690093216E-09 -1.54808123807624491E-09 -1.57931952307094009E-09
+ -1.61116154448987669E-09 -1.64361870403056157E-09 -1.67670261636845470E-09
+ -1.71042511311405872E-09 -1.74479824684347803E-09 -1.77983429520376379E-09
+ -1.81554576509396819E-09 -1.85194539692413652E-09 -1.88904616895295220E-09
+ -1.92686130170566886E-09 -1.96540426247418552E-09 -2.00468876990042248E-09
+ -2.04472879864420699E-09 -2.08553858413842400E-09 -2.12713262743154982E-09
+ -2.16952570012029018E-09 -2.21273284937348404E-09 -2.25676940304909162E-09
+ -2.30165097490604439E-09 -2.34739346991249716E-09 -2.39401308965255602E-09
+ -2.44152633783321959E-09 -2.48995002589301310E-09 -2.53930127871500927E-09
+ -2.58959754044509889E-09 -2.64085658041864767E-09 -2.69309649919642946E-09
+ -2.74633573471262709E-09 -2.80059306853654665E-09 -2.85588763225059977E-09
+ -2.91223891394602517E-09 -2.96966676483921440E-09 -3.02819140601040569E-09
+ -3.08783343526738094E-09 -3.14861383413600299E-09 -3.21055397498044945E-09
+ -3.27367562825525852E-09 -3.33800096989149275E-09 -3.40355258882001244E-09
+ -3.47035349463385892E-09 -3.53842712539251629E-09 -3.60779735557072960E-09
+ -3.67848850415458671E-09 -3.75052534288753469E-09 -3.82393310466889297E-09
+ -3.89873749210797292E-09 -3.97496468623680436E-09 -4.05264135538385121E-09
+ -4.13179466421221123E-09 -4.21245228292529414E-09 -4.29464239664238695E-09
+ -4.37839371494883218E-09 -4.46373548162177016E-09 -4.55069748453696278E-09
+ -4.63931006575866230E-09 -4.72960413181595579E-09 -4.82161116417003011E-09
+ -4.91536322987467303E-09 -5.01089299243444645E-09 -5.10823372286366358E-09
+ -5.20741931095019997E-09 -5.30848427672783924E-09 -5.41146378216089409E-09
+ -5.51639364304558254E-09 -5.62331034113069381E-09 -5.73225103646378345E-09
+ -5.84325357996523596E-09 -5.95635652623520774E-09 -6.07159914659763920E-09
+ -6.18902144238594830E-09 -6.30866415847426363E-09 -6.43056879705909797E-09
+ -6.55477763169684230E-09 -6.68133372160026418E-09 -6.81028092619957656E-09
+ -6.94166391997390605E-09 -7.07552820755648609E-09 -7.21192013911971507E-09
+ -7.35088692604460327E-09 -7.49247665688093080E-09 -7.63673831360214322E-09
+ -7.78372178816168331E-09 -7.93347789935472710E-09 -8.08605840999322440E-09
+ -8.24151604439802919E-09 -8.39990450621495216E-09 -8.56127849656052756E-09
+ -8.72569373250329933E-09 -8.89320696588803977E-09 -9.06387600250684478E-09
+ -9.23775972162646926E-09 -9.41491809587644241E-09 -9.59541221150468432E-09
+ -9.77930428900867265E-09 -9.96665770414841756E-09 -1.01575370093477104E-08
+ -1.03520079554917090E-08 -1.05501375141281929E-08 -1.07519939000787135E-08
+ -1.09576465944694434E-08 -1.11671663681871069E-08 -1.13806253057690711E-08
+ -1.15980968297361207E-08 -1.18196557253750478E-08 -1.20453781659793430E-08
+ -1.22753417385581463E-08 -1.25096254700192744E-08 -1.27483098538382667E-08
+ -1.29914768772196496E-08 -1.32392100487614114E-08 -1.34915944266313651E-08
+ -1.37487166472645925E-08 -1.40106649545912730E-08 -1.42775292298065147E-08
+ -1.45494010216903703E-08 -1.48263735774884185E-08 -1.51085418743641088E-08
+ -1.53960026514330964E-08 -1.56888544423897694E-08 -1.59871976087380610E-08
+ -1.62911343736359803E-08 -1.66007688563682691E-08 -1.69162071074537664E-08
+ -1.72375571444056837E-08 -1.75649289881506139E-08 -1.78984347001224232E-08
+ -1.82381884200434148E-08 -1.85843064044024020E-08 -1.89369070656459530E-08
+ -1.92961110120939019E-08 -1.96620410885947766E-08 -2.00348224179301688E-08
+ -2.04145824429889044E-08 -2.08014509697184202E-08 -2.11955602108722788E-08
+ -2.15970448305663047E-08 -2.20060419896583817E-08 -2.24226913919698721E-08
+ -2.28471353313586200E-08 -2.32795187396663687E-08 -2.37199892355498436E-08
+ -2.41686971742176991E-08 -2.46257956980860639E-08 -2.50914407883707217E-08
+ -2.55657913176355569E-08 -2.60490091033101437E-08 -2.65412589621999461E-08
+ -2.70427087660033723E-08 -2.75535294978559945E-08 -2.80738953099203624E-08
+ -2.86039835820415853E-08 -2.91439749814877555E-08 -2.96940535237945087E-08
+ -3.02544066347364321E-08 -3.08252252134430667E-08 -3.14067036966838241E-08
+ -3.19990401243416180E-08 -3.26024362060942496E-08 -3.32170973893372583E-08
+ -3.38432329283519303E-08 -3.44810559547625850E-08 -3.51307835492902973E-08
+ -3.57926368148381759E-08 -3.64668409509241655E-08 -3.71536253294964577E-08
+ -3.78532235721411923E-08 -3.85658736287318891E-08 -3.92918178575199463E-08
+ -4.00313031067152427E-08 -4.07845807975709904E-08 -4.15519070090093474E-08
+ -4.23335425638066166E-08 -4.31297531163766099E-08 -4.39408092421777359E-08
+ -4.47669865287694977E-08 -4.56085656685578827E-08 -4.64658325532523478E-08
+ -4.73390783700708549E-08 -4.82285996997253175E-08 -4.91346986162173353E-08
+ -5.00576827884817635E-08 -5.09978655839060312E-08 -5.19555661737676969E-08
+ -5.29311096406213124E-08 -5.39248270876699706E-08 -5.49370557501589721E-08
+ -5.59681391088315410E-08 -5.70184270054826873E-08 -5.80882757606466398E-08
+ -5.91780482934639259E-08 -6.02881142437649453E-08 -6.14188500964108525E-08
+ -6.25706393079296684E-08 -6.37438724355043494E-08 -6.49389472683327747E-08
+ -6.61562689614293588E-08 -6.73962501718919930E-08 -6.86593111976942170E-08
+ -6.99458801190419025E-08 -7.12563929423430852E-08 -7.25912937468416108E-08
+ -7.39510348339618285E-08 -7.53360768794151407E-08 -7.67468890881179360E-08
+ -7.81839493519768195E-08 -7.96477444105909203E-08 -8.11387700149197928E-08
+ -8.26575310939912401E-08 -8.42045419246727626E-08 -8.57803263046057492E-08
+ -8.73854177283131421E-08 -8.90203595665817192E-08 -9.06857052491547125E-08
+ -9.23820184508000521E-08 -9.41098732808204490E-08 -9.58698544760766388E-08
+ -9.76625575975648038E-08 -9.94885892306376778E-08 -1.01348567188930839E-07
+ -1.03243120722047907E-07 -1.05172890727102885E-07 -1.07138529964157741E-07
+ -1.09140703275652902E-07 -1.11180087809891272E-07 -1.13257373248660745E-07
+ -1.15373262039052475E-07 -1.17528469629584925E-07 -1.19723724710670885E-07
+ -1.21959769459553673E-07 -1.24237359789752034E-07 -1.26557265605134176E-07
+ -1.28920271058678786E-07 -1.31327174816023936E-07 -1.33778790323885390E-07
+ -1.36275946083452106E-07 -1.38819485928812899E-07 -1.41410269310552788E-07
+ -1.44049171584583474E-07 -1.46737084306313040E-07 -1.49474915530259370E-07
+ -1.52263590115196125E-07 -1.55104050034953165E-07 -1.57997254694951838E-07
+ -1.60944181254593709E-07 -1.63945824955619740E-07 -1.67003199456524987E-07
+ -1.70117337173179134E-07 -1.73289289625716976E-07 -1.76520127791867365E-07
+ -1.79810942466795618E-07 -1.83162844629619072E-07 -1.86576965816673112E-07
+ -1.90054458501709165E-07 -1.93596496483095958E-07 -1.97204275278190146E-07
+ -2.00879012525006399E-07 -2.04621948391300939E-07 -2.08434345991216675E-07
+ -2.12317491809655066E-07 -2.16272696134459654E-07 -2.20301293496619982E-07
+ -2.24404643118602750E-07 -2.28584129370957333E-07 -2.32841162237391564E-07
+ -2.37177177788433554E-07 -2.41593638663834805E-07 -2.46092034563923324E-07
+ -2.50673882750006283E-07 -2.55340728554060612E-07 -2.60094145897817915E-07
+ -2.64935737821460265E-07 -2.69867137022088777E-07 -2.74890006402141667E-07
+ -2.80006039627960642E-07 -2.85216961698679570E-07 -2.90524529525627991E-07
+ -2.95930532522453046E-07 -3.01436793206151770E-07 -3.07045167809196969E-07
+ -3.12757546903017532E-07 -3.18575856032959204E-07 -3.24502056365029134E-07
+ -3.30538145344557162E-07 -3.36686157367081277E-07 -3.42948164461571011E-07
+ -3.49326276986352565E-07 -3.55822644337851295E-07 -3.62439455672458812E-07
+ -3.69178940641738995E-07 -3.76043370141224447E-07 -3.83035057073059646E-07
+ -3.90156357122757270E-07 -3.97409669550278263E-07 -4.04797437995776795E-07
+ -4.12322151300212031E-07 -4.19986344341161488E-07 -4.27792598884058765E-07
+ -4.35743544449154415E-07 -4.43841859194570088E-07 -4.52090270815620459E-07
+ -4.60491557460752994E-07 -4.69048548664492114E-07 -4.77764126297536519E-07
+ -4.86641225534508037E-07 -4.95682835839509246E-07 -5.04892001969992084E-07
+ -5.14271824999105918E-07 -5.23825463356989771E-07 -5.33556133891306694E-07
+ -5.43467112947347153E-07 -5.53561737468190675E-07 -5.63843406115108302E-07
+ -5.74315580408720850E-07 -5.84981785891274541E-07 -5.95845613310357689E-07
+ -6.06910719824546222E-07 -6.18180830231285298E-07 -6.29659738217562786E-07
+ -6.41351307633530443E-07 -6.53259473789930653E-07 -6.65388244779231494E-07
+ -6.77741702821384855E-07 -6.90324005634363964E-07 -7.03139387830097723E-07
+ -7.16192162336137895E-07 -7.29486721843699416E-07 -7.43027540282368995E-07
+ -7.56819174322162832E-07 -7.70866264903341706E-07 -7.85173538794427918E-07
+ -7.99745810179113262E-07 -8.14587982272479834E-07 -8.29705048967073152E-07
+ -8.45102096509449604E-07 -8.60784305207648653E-07 -8.76756951170327977E-07
+ -8.93025408077946740E-07 -9.09595148986777946E-07 -9.26471748166211103E-07
+ -9.43660882970066115E-07 -9.61168335742439855E-07 -9.78999995758862270E-07
+ -9.97161861203266723E-07 -1.01566004118159631E-06 -1.03450075777250813E-06
+ -1.05369034811605759E-06 -1.07323526654111427E-06 -1.09314208673183218E-06
+ -1.11341750393441400E-06 -1.13406833720456237E-06 -1.15510153169651510E-06
+ -1.17652416099433542E-06 -1.19834342948641007E-06 -1.22056667478369419E-06
+ -1.24320137018283260E-06 -1.26625512717467219E-06 -1.28973569799923367E-06
+ -1.31365097824779702E-06 -1.33800900951332622E-06 -1.36281798208960900E-06
+ -1.38808623772051401E-06 -1.41382227239990567E-06 -1.44003473922345375E-06
+ -1.46673245129312777E-06 -1.49392438467524571E-06 -1.52161968141349914E-06
+ -1.54982765259732500E-06 -1.57855778148729410E-06 -1.60781972669812314E-06
+ -1.63762332544056641E-06 -1.66797859682324088E-06 -1.69889574521546789E-06
+ -1.73038516367230959E-06 -1.76245743742292645E-06 -1.79512334742339732E-06
+ -1.82839387397516896E-06 -1.86228020041061289E-06 -1.89679371684638546E-06
+ -1.93194602400638130E-06 -1.96774893711532712E-06 -2.00421448986453112E-06
+ -2.04135493845042106E-06 -2.07918276568833326E-06 -2.11771068520198239E-06
+ -2.15695164569059452E-06 -2.19691883527468761E-06 -2.23762568592241917E-06
+ -2.27908587795764934E-06 -2.32131334465128515E-06 -2.36432227689769598E-06
+ -2.40812712797736391E-06 -2.45274261840764101E-06 -2.49818374088328718E-06
+ -2.54446576530827485E-06 -2.59160424392049244E-06 -2.63961501651129910E-06
+ -2.68851421574167748E-06 -2.73831827255641881E-06 -2.78904392169858479E-06
+ -2.84070820732584805E-06 -2.89332848873061664E-06 -2.94692244616588802E-06
+ -3.00150808677905250E-06 -3.05710375065504041E-06 -3.11372811697131456E-06
+ -3.17140021026672088E-06 -3.23013940682624232E-06 -3.28996544118356448E-06
+ -3.35089841274413044E-06 -3.41295879253045967E-06 -3.47616743005223279E-06
+ -3.54054556030321441E-06 -3.60611481088783645E-06 -3.67289720927928239E-06
+ -3.74091519021183477E-06 -3.81019160320971063E-06 -3.88074972025556160E-06
+ -3.95261324359997285E-06 -4.02580631371621039E-06 -4.10035351740112727E-06
+ -4.17627989602675275E-06 -4.25361095394347067E-06 -4.33237266703939325E-06
+ -4.41259149145729239E-06 -4.49429437247328709E-06 -4.57750875353915309E-06
+ -4.66226258549208500E-06 -4.74858433593439357E-06 -4.83650299878723015E-06
+ -4.92604810402030078E-06 -5.01724972756172904E-06 -5.11013850139100418E-06
+ -5.20474562381856197E-06 -5.30110286995576665E-06 -5.39924260237764294E-06
+ -5.49919778198336809E-06 -5.60100197905744907E-06 -5.70468938453518021E-06
+ -5.81029482147661256E-06 -5.91785375675223904E-06 -6.02740231294540736E-06
+ -6.13897728047376984E-06 -6.25261612993604640E-06 -6.36835702468585681E-06
+ -6.48623883363877506E-06 -6.60630114431590230E-06 -6.72858427612856305E-06
+ -6.85312929390862488E-06 -6.97997802168895784E-06 -7.10917305673855612E-06
+ -7.24075778385740746E-06 -7.37477638993527165E-06 -7.51127387877988260E-06
+ -7.65029608621918146E-06 -7.79188969548263629E-06 -7.93610225286709941E-06
+ -8.08298218369257713E-06 -8.23257880855207740E-06 -8.38494235986259802E-06
+ -8.54012399872217500E-06 -8.69817583207810533E-06 -8.85915093021293255E-06
+ -9.02310334455348893E-06 -9.19008812580908790E-06 -9.36016134244568706E-06
+ -9.53338009950098693E-06 -9.70980255774708776E-06 -9.88948795320834952E-06
+ -1.00724966170399033E-05 -1.02588899957724521E-05 -1.04487306719331402E-05
+ -1.06420823850463870E-05 -1.08390100530238726E-05 -1.10395797939489497E-05
+ -1.12438589482648407E-05 -1.14519161013724610E-05 -1.16638211066461431E-05
+ -1.18796451088753148E-05 -1.20994605681383747E-05 -1.23233412841199361E-05
+ -1.25513624208754309E-05 -1.27836005320555608E-05 -1.30201335865957908E-05
+ -1.32610409948807423E-05 -1.35064036353942385E-05 -1.37563038818595122E-05
+ -1.40108256308824548E-05 -1.42700543301066644E-05 -1.45340770068873866E-05
+ -1.48029822974976963E-05 -1.50768604768718127E-05 -1.53558034889019736E-05
+ -1.56399049772921371E-05 -1.59292603169841038E-05 -1.62239666461647008E-05
+ -1.65241228988630492E-05 -1.68298298381530794E-05 -1.71411900899676998E-05
+ -1.74583081775398036E-05 -1.77812905564788789E-05 -1.81102456504972152E-05
+ -1.84452838877960635E-05 -1.87865177381248664E-05 -1.91340617505250188E-05
+ -1.94880325917734814E-05 -1.98485490855346936E-05 -2.02157322522384948E-05
+ -2.05897053496939311E-05 -2.09705939144557056E-05 -2.13585258039534349E-05
+ -2.17536312394021491E-05 -2.21560428495047292E-05 -2.25658957149624180E-05
+ -2.29833274138106563E-05 -2.34084780675898184E-05 -2.38414903883727459E-05
+ -2.42825097266588400E-05 -2.47316841201588897E-05 -2.51891643434754795E-05
+ -2.56551039587074576E-05 -2.61296593669876795E-05 -2.66129898609746834E-05
+ -2.71052576783134593E-05 -2.76066280560891843E-05 -2.81172692862816163E-05
+ -2.86373527722507936E-05 -2.91670530862644768E-05 -2.97065480280892343E-05
+ -3.02560186846673519E-05 -3.08156494908944727E-05 -3.13856282915249860E-05
+ -3.19661464042165683E-05 -3.25573986837493715E-05 -3.31595835874223365E-05
+ -3.37729032416701937E-05 -3.43975635099008403E-05 -3.50337740616011746E-05
+ -3.56817484427043912E-05 -3.63417041472755995E-05 -3.70138626905118067E-05
+ -3.76984496830963734E-05 -3.83956949069295736E-05 -3.91058323922569413E-05
+ -3.98291004962261422E-05 -4.05657419828992164E-05 -4.13160041047399537E-05
+ -4.20801386856123008E-05 -4.28584022053110912E-05 -4.36510558856618812E-05
+ -4.44583657782053797E-05 -4.52806028535116518E-05 -4.61180430921429059E-05
+ -4.69709675772975120E-05 -4.78396625891709966E-05 -4.87244197010637688E-05
+ -4.96255358772590709E-05 -5.05433135727237362E-05 -5.14780608346416903E-05
+ -5.24300914058335835E-05 -5.33997248300889090E-05 -5.43872865594424682E-05
+ -5.53931080634401099E-05 -5.64175269404252729E-05 -5.74608870308823149E-05
+ -5.85235385328817156E-05 -5.96058381196542001E-05 -6.07081490593489455E-05
+ -6.18308413370020156E-05 -6.29742917787612242E-05 -6.41388841784133073E-05
+ -6.53250094262531830E-05 -6.65330656403310559E-05 -6.77634583001379605E-05
+ -6.90166003827562377E-05 -7.02929125015353895E-05 -7.15928230473346740E-05
+ -7.29167683323753884E-05 -7.42651927367603027E-05 -7.56385488576996422E-05
+ -7.70372976615065147E-05 -7.84619086383965184E-05 -7.99128599601615697E-05
+ -8.13906386407570637E-05 -8.28957406998594235E-05 -8.44286713294608654E-05
+ -8.59899450635350041E-05 -8.75800859508541526E-05 -8.91996277310022943E-05
+ -9.08491140136444427E-05 -9.25290984611142292E-05 -9.42401449743921567E-05
+ -9.59828278825102573E-05 -9.77577321354806110E-05 -9.95654535007821335E-05
+ -1.01406598763494364E-04 -1.03281785930137948E-04 -1.05191644436278771E-04
+ -1.07136815357991030E-04 -1.09117951627227451E-04 -1.11135718251177080E-04
+ -1.13190792535692230E-04 -1.15283864312848222E-04 -1.17415636172723767E-04
+ -1.19586823699459067E-04 -1.21798155711711606E-04 -1.24050374507544368E-04
+ -1.26344236113854348E-04 -1.28680510540434115E-04 -1.31059982038728514E-04
+ -1.33483449365380893E-04 -1.35951726050683618E-04 -1.38465640671971716E-04
+ -1.41026037132111067E-04 -1.43633774943132233E-04 -1.46289729515116469E-04
+ -1.48994792450448527E-04 -1.51749871843509835E-04 -1.54555892585935028E-04
+ -1.57413796677523151E-04 -1.60324543542907913E-04 -1.63289110354102160E-04
+ -1.66308492359021494E-04 -1.69383703216091262E-04 -1.72515775335073201E-04
+ -1.75705760224186864E-04 -1.78954728843688061E-04 -1.82263771965990941E-04
+ -1.85634000542481240E-04 -1.89066546077103453E-04 -1.92562561006921491E-04
+ -1.96123219089681461E-04 -1.99749715798624192E-04 -2.03443268724560220E-04
+ -2.07205117985451886E-04 -2.11036526643567382E-04 -2.14938781130376386E-04
+ -2.18913191679345433E-04 -2.22961092766726357E-04 -2.27083843560585473E-04
+ -2.31282828378092601E-04 -2.35559457151361646E-04 -2.39915165901887926E-04
+ -2.44351417223828314E-04 -2.48869700776223649E-04 -2.53471533784379124E-04
+ -2.58158461550553233E-04 -2.62932057974098676E-04 -2.67793926081310544E-04
+ -2.72745698565073210E-04 -2.77789038334546169E-04 -2.82925639075060184E-04
+ -2.88157225818411970E-04 -2.93485555523751362E-04 -2.98912417669247631E-04
+ -3.04439634854795785E-04 -3.10069063415848801E-04 -3.15802594048738704E-04
+ -3.21642152447537525E-04 -3.27589699952837861E-04 -3.33647234212520051E-04
+ -3.39816789854852151E-04 -3.46100439174090984E-04 -3.52500292828827650E-04
+ -3.59018500553330349E-04 -3.65657251882100707E-04 -3.72418776887911490E-04
+ -3.79305346933622863E-04 -3.86319275437889225E-04 -3.93462918655214041E-04
+ -4.00738676470456458E-04 -4.08148993208156882E-04 -4.15696358456910868E-04
+ -4.23383307909112265E-04 -4.31212424216303460E-04 -4.39186337860492072E-04
+ -4.47307728041636721E-04 -4.55579323581742411E-04 -4.64003903845730406E-04
+ -4.72584299679507406E-04 -4.81323394365488696E-04 -4.90224124595965748E-04
+ -4.99289481464571644E-04 -5.08522511476295746E-04 -5.17926317576238352E-04
+ -5.27504060197650287E-04 -5.37258958329451912E-04 -5.47194290603721187E-04
+ -5.57313396403401025E-04 -5.67619676990766941E-04 -5.78116596656898414E-04
+ -5.88807683892589155E-04 -5.99696532581222436E-04 -6.10786803213806979E-04
+ -6.22082224126778698E-04 -6.33586592762900289E-04 -6.45303776955742105E-04
+ -6.57237716238138971E-04 -6.69392423175164389E-04 -6.81771984721924406E-04
+ -6.94380563606873820E-04 -7.07222399740902027E-04 -7.20301811652861038E-04
+ -7.33623197951857250E-04 -7.47191038817022969E-04 -7.61009897515146829E-04
+ -7.75084421946635937E-04 -7.89419346220588845E-04 -8.04019492259209524E-04
+ -8.18889771432470041E-04 -8.34035186223225974E-04 -8.49460831923704637E-04
+ -8.65171898363682897E-04 -8.81173671671221532E-04 -8.97471536066297526E-04
+ -9.14070975688174468E-04 -9.30977576457095316E-04 -9.48197027970889509E-04
+ -9.65735125437205662E-04 -9.83597771642079994E-04 -1.00179097895555769E-03
+ -1.02032087137485282E-03 -1.03919368660607223E-03 -1.05841577818511058E-03
+ -1.07799361763839005E-03 -1.09793379668425214E-03 -1.11824302947593286E-03
+ -1.13892815488660136E-03 -1.15999613883762970E-03 -1.18145407667068951E-03
+ -1.20330919556445835E-03 -1.22556885699715338E-03 -1.24824055925528668E-03
+ -1.27133193998992130E-03 -1.29485077882124074E-03 -1.31880499999202476E-03
+ -1.34320267507174670E-03 -1.36805202571140677E-03 -1.39336142645049479E-03
+ -1.41913940757735992E-03 -1.44539465804337480E-03 -1.47213602843251825E-03
+ -1.49937253398701683E-03 -1.52711335769055304E-03 -1.55536785340978055E-03
+ -1.58414554909542529E-03 -1.61345615004424860E-03 -1.64330954222283859E-03
+ -1.67371579565455948E-03 -1.70468516787093856E-03 -1.73622810742865043E-03
+ -1.76835525749323473E-03 -1.80107745949135696E-03 -1.83440575683232370E-03
+ -1.86835139870066024E-03 -1.90292584392089082E-03 -1.93814076489610488E-03
+ -1.97400805162165592E-03 -2.01053981577548405E-03 -2.04774839488668786E-03
+ -2.08564635658349323E-03 -2.12424650292280604E-03 -2.16356187480256940E-03
+ -2.20360575645837335E-03 -2.24439168004637217E-03 -2.28593343031424558E-03
+ -2.32824504936149325E-03 -2.37134084149118532E-03 -2.41523537815512565E-03
+ -2.45994350299379551E-03 -2.50548033697330173E-03 -2.55186128362132640E-03
+ -2.59910203436402188E-03 -2.64721857396533946E-03 -2.69622718607162668E-03
+ -2.74614445886333346E-03 -2.79698729081558333E-03 -2.84877289657038289E-03
+ -2.90151881292221485E-03 -2.95524290491971540E-03 -3.00996337208544887E-03
+ -3.06569875475635849E-03 -3.12246794054713483E-03 -3.18029017093948013E-03
+ -3.23918504799909548E-03 -3.29917254122335298E-03 -3.36027299452274029E-03
+ -3.42250713333763302E-03 -3.48589607189491281E-03 -3.55046132060509627E-03
+ -3.61622479360498589E-03 -3.68320881644724476E-03 -3.75143613394093205E-03
+ -3.82092991814536381E-03 -3.89171377652092459E-03 -3.96381176023987564E-03
+ -4.03724837266063955E-03 -4.11204857796855592E-03 -4.18823780998696729E-03
+ -4.26584198116212055E-03 -4.34488749172487997E-03 -4.42540123903431733E-03
+ -4.50741062710510385E-03 -4.59094357632413175E-03 -4.67602853335960002E-03
+ -4.76269448126681073E-03 -4.85097094979427060E-03 -4.94088802589520964E-03
+ -5.03247636444871787E-03 -5.12576719919315745E-03 -5.22079235387970693E-03
+ -5.31758425364721454E-03 -5.41617593662581907E-03 -5.51660106577159942E-03
+ -5.61889394094034021E-03 -5.72308951120212121E-03 -5.82922338740460202E-03
+ -5.93733185498900203E-03 -6.04745188706401829E-03 -6.15962115774424009E-03
+ -6.27387805575802589E-03 -6.39026169833075992E-03 -6.50881194534954407E-03
+ -6.62956941381560860E-03 -6.75257549259003585E-03 -6.87787235744059117E-03
+ -7.00550298639429289E-03 -7.13551117540391685E-03 -7.26794155433516890E-03
+ -7.40283960328013812E-03 -7.54025166920715799E-03 -7.68022498295054413E-03
+ -7.82280767655163523E-03 -7.96804880095587122E-03 -8.11599834407618521E-03
+ -8.26670724922879893E-03 -8.42022743395146218E-03 -8.57661180921118899E-03
+ -8.73591429901249966E-03 -8.89818986041097590E-03 -9.06349450394704909E-03
+ -9.23188531450410375E-03 -9.40342047260391695E-03 -9.57815927614759366E-03
+ -9.75616216261399050E-03 -9.93749073172234439E-03 -1.01222077685755273E-02
+ -1.03103772672885757E-02 -1.05020644551186131E-02 -1.06973358171049606E-02
+ -1.08962591212317557E-02 -1.10989034441262950E-02 -1.13053391973035322E-02
+ -1.15156381539709800E-02 -1.17298734764069330E-02 -1.19481197439241030E-02
+ -1.21704529814344597E-02 -1.23969506886269527E-02 -1.26276918697745336E-02
+ -1.28627570641844796E-02 -1.31022283773065580E-02 -1.33461895125163432E-02
+ -1.35947258035881320E-02 -1.38479242478735491E-02 -1.41058735402051147E-02
+ -1.43686641075393157E-02 -1.46363881443587560E-02 -1.49091396488491498E-02
+ -1.51870144598746683E-02 -1.54701102947645969E-02 -1.57585267879360238E-02
+ -1.60523655303706145E-02 -1.63517301099650042E-02 -1.66567261527797612E-02
+ -1.69674613652054523E-02 -1.72840455770688906E-02 -1.76065907857038233E-02
+ -1.79352112010090006E-02 -1.82700232915186424E-02 -1.86111458315067896E-02
+ -1.89586999491582961E-02 -1.93128091758245184E-02 -1.96735994963960492E-02
+ -2.00411994008202962E-02 -2.04157399367889091E-02 -2.07973547636263745E-02
+ -2.11861802074119650E-02 -2.15823553173615651E-02 -2.19860219235042120E-02
+ -2.23973246956864699E-02 -2.28164112039330944E-02 -2.32434319802065914E-02
+ -2.36785405815927025E-02 -2.41218936549534059E-02 -2.45736510030834486E-02
+ -2.50339756524071075E-02 -2.55030339222571609E-02 -2.59809954957732590E-02
+ -2.64680334924651296E-02 -2.69643245424787438E-02 -2.74700488626149139E-02
+ -2.79853903341377372E-02 -2.85105365824266550E-02 -2.90456790585156416E-02
+ -2.95910131225682362E-02 -3.01467381293401941E-02 -3.07130575156787655E-02
+ -3.12901788901163921E-02 -3.18783141246049492E-02 -3.24776794484562883E-02
+ -3.30884955445370291E-02 -3.37109876477829362E-02 -3.43453856460910339E-02
+ -3.49919241836508105E-02 -3.56508427667802316E-02 -3.63223858723281667E-02
+ -3.70068030587191454E-02 -3.77043490796959077E-02 -3.84152840008439161E-02
+ -3.91398733189635070E-02 -3.98783880843663688E-02 -4.06311050261717530E-02
+ -4.13983066806826519E-02 -4.21802815229259179E-02 -4.29773241014273361E-02
+ -4.37897351763289616E-02 -4.46178218609074237E-02 -4.54618977666098809E-02
+ -4.63222831516836922E-02 -4.71993050734997727E-02 -4.80932975446639807E-02
+ -4.90046016930196851E-02 -4.99335659256403691E-02 -5.08805460969202344E-02
+ -5.18459056808617189E-02 -5.28300159476878944E-02 -5.38332561448703686E-02
+ -5.48560136826988093E-02 -5.58986843245182358E-02 -5.69616723817462783E-02
+ -5.80453909137854107E-02 -5.91502619329874538E-02 -6.02767166147622491E-02
+ -6.14251955130013516E-02 -6.25961487809221090E-02 -6.37900363974992224E-02
+ -6.50073283996007167E-02 -6.62485051200018410E-02 -6.75140574314016667E-02
+ -6.88044869966190770E-02 -7.01203065251055774E-02 -7.14620400359441826E-02
+ -7.28302231275060885E-02 -7.42254032539096387E-02 -7.56481400084814404E-02
+ -7.70990054143678577E-02 -7.85785842224967501E-02 -8.00874742170494675E-02
+ -8.16262865286549871E-02 -8.31956459554683558E-02 -8.47961912923347605E-02
+ -8.64285756682579703E-02 -8.80934668923302189E-02 -8.97915478083622515E-02
+ -9.15235166584033866E-02 -9.32900874553735243E-02 -9.50919903649919268E-02
+ -9.69299720972660872E-02 -9.88047963077236246E-02 -1.00717244008605517E-01
+ -1.02668113990296392E-01 -1.04658223253154228E-01 -1.06688407450018674E-01
+ -1.08759521339623272E-01 -1.10872439251126054E-01 -1.13028055560020560E-01
+ -1.15227285175665356E-01 -1.17471064040663750E-01 -1.19760349642342570E-01
+ -1.22096121536583238E-01 -1.24479381884231979E-01 -1.26911156000359487E-01
+ -1.29392492916599683E-01 -1.31924465956807735E-01 -1.34508173326319397E-01
+ -1.37144738714997855E-01 -1.39835311914372873E-01 -1.42581069449055131E-01
+ -1.45383215222716605E-01 -1.48242981178816569E-01 -1.51161627976356738E-01
+ -1.54140445680844396E-01 -1.57180754470709810E-01 -1.60283905359368040E-01
+ -1.63451280933174153E-01 -1.66684296105386293E-01 -1.69984398886419058E-01
+ -1.73353071170469775E-01 -1.76791829538775591E-01 -1.80302226079528283E-01
+ -1.83885849224734721E-01 -1.87544324603987178E-01 -1.91279315915358905E-01
+ -1.95092525813433726E-01 -1.98985696814584584E-01 -2.02960612219475256E-01
+ -2.07019097052869611E-01 -2.11163019020647519E-01 -2.15394289484062695E-01
+ -2.19714864451106051E-01 -2.24126745584900977E-01 -2.28631981228929859E-01
+ -2.33232667448964259E-01 -2.37930949091425648E-01 -2.42729020857897493E-01
+ -2.47629128395464942E-01 -2.52633569402520797E-01 -2.57744694749545811E-01
+ -2.62964909614414655E-01 -2.68296674631638254E-01 -2.73742507054889561E-01
+ -2.79304981932141538E-01 -2.84986733292581840E-01 -2.90790455344484999E-01
+ -2.96718903682986590E-01 -3.02774896506838143E-01 -3.08961315842832873E-01
+ -3.15281108776728269E-01 -3.21737288689259826E-01 -3.28332936495731698E-01
+ -3.35071201887531922E-01 -3.41955304573841934E-01 -3.48988535521648269E-01
+ -3.56174258191842674E-01 -3.63515909769384082E-01 -3.71017002384988137E-01
+ -3.78681124325807361E-01 -3.86511941232306977E-01 -3.94513197278402450E-01
+ -4.02688716331675467E-01 -4.11042403090212005E-01 -4.19578244192474026E-01
+ -4.28300309296296255E-01 -4.37212752122874082E-01 -4.46319811461312277E-01
+ -4.55625812128996277E-01 -4.65135165882885726E-01 -4.74852372276214685E-01
+ -4.84782019455184510E-01 -4.94928784889390516E-01 -5.05297436029858327E-01
+ -5.15892830887709430E-01 -5.26719918526484032E-01 -5.37783739460475974E-01
+ -5.49089425951046373E-01 -5.60642202192543904E-01 -5.72447384378815038E-01
+ -5.84510380640912874E-01 -5.96836690846067719E-01 -6.09431906247397848E-01
+ -6.22301708973333145E-01 -6.35451871345147579E-01 -6.48888255010300119E-01
+ -6.62616809878836976E-01 -6.76643572849204289E-01 -6.90974666309394192E-01
+ -7.05616296398489218E-01 -7.20574751012974191E-01 -7.35856397541527874E-01
+ -7.51467680311079689E-01 -7.67415117726291007E-01 -7.83705299083603646E-01
+ -8.00344881040432887E-01 -8.17340583718825897E-01 -8.34699186422483086E-01
+ -8.52427522944668614E-01 -8.70532476443986014E-01 -8.89020973863712705E-01
+ -9.07899979869801865E-01 -9.27176490281156007E-01 -9.46857524965311170E-01
+ -9.66950120171261029E-01 -9.87461320270312970E-01 -1.00839816887469813E+00
+ -1.02976769930279888E+00 -1.05157692435855843E+00 -1.07383282539176550E+00
+ -1.09654234060482758E+00 -1.11971235257052992E+00 -1.14334967492434547E+00
+ -1.16746103819372182E+00 -1.19205307472594613E+00 -1.21713230267510153E+00
+ -1.24270510900772746E+00 -1.26877773148596562E+00 -1.29535623958605539E+00
+ -1.32244651430943172E+00 -1.35005422684270893E+00 -1.37818481602252696E+00
+ -1.40684346456046416E+00 -1.43603507398285202E+00 -1.46576423824015234E+00
+ -1.49603521594004873E+00 -1.52685190115882996E+00 -1.55821779278513839E+00
+ -1.59013596235120902E+00 -1.62260902030627729E+00 -1.65563908068856347E+00
+ -1.68922772415209654E+00 -1.72337595930675880E+00 -1.75808418233068497E+00
+ -1.79335213481631373E+00 -1.82917885981319817E+00 -1.86556265603318749E+00
+ -1.90250103018652861E+00 -1.93999064742028238E+00 -1.97802727983459614E+00
+ -2.01660575305562206E+00 -2.05571989084973339E+00 -2.09536245776735841E+00
+ -2.13552509981182403E+00 -2.17619828313369501E+00 -2.21737123075904163E+00
+ -2.25903185736711842E+00 -2.30116670214125474E+00 -2.34376085972643367E+00
+ -2.38679790933618996E+00 -2.43025984206295620E+00 -2.47412698645691265E+00
+ -2.51837793245177455E+00 -2.56298945372882159E+00 -2.60793642862531927E+00
+ -2.65319175970942611E+00 -2.69872629215964066E+00 -2.74450873110558247E+00
+ -2.79050555810536194E+00 -2.83668094695518302E+00 -2.88299667904854529E+00
+ -2.92941205852462616E+00 -2.97588382747029367E+00 -3.02236608146478325E+00
+ -3.06881018578326170E+00 -3.11516469260340667E+00 -3.16137525958842236E+00
+ -3.20738457025097379E+00 -3.25313225653390159E+00 -3.29855482407800071E+00
+ -3.34358558068031408E+00 -3.38815456848390584E+00 -3.43218850047519686E+00
+ -3.47561070190490495E+00 -3.51834105728602120E+00 -3.56029596366338463E+00
+ -3.60138829088918078E+00 -3.64152734968104497E+00 -3.68061886827974227E+00
+ -3.71856497856709600E+00 -3.75526421254526488E+00 -3.79061151012133513E+00
+ -3.82449823918223153E+00 -3.85681222898540854E+00 -3.88743781793047649E+00
+ -3.91625591681455809E+00 -3.94314408871146593E+00 -3.96797664664687799E+00
+ -3.99062477027498463E+00 -4.01095664278821573E+00 -4.02883760931742962E+00
+ -4.04413035809865473E+00 -4.05669512569833834E+00 -4.06638992759785634E+00
+ -4.07307081544176874E+00 -4.07659216225006027E+00 -4.07680697688337101E+00
+ -4.07356724903000700E+00 -4.06672432595463729E+00 -4.05612932220848688E+00
+ -4.04163356345078562E+00 -4.02308906546839662E+00 -4.00034904940575320E+00
+ -3.97326849412714544E+00 -3.94170472653050652E+00 -3.90551805051168088E+00
+ -3.86457241514135497E+00 -3.81873612246375771E+00 -3.76788257515327629E+00
+ -3.71189106407184255E+00 -3.65064759555925988E+00 -3.58404575805229442E+00
+ -3.51198762737328529E+00 -3.43438470974867549E+00 -3.35115892131450721E+00
+ -3.26224360253725720E+00 -3.16758456562425472E+00 -3.06714117261806329E+00
+ -2.96088744146205585E+00 -2.84881317688933855E+00 -2.73092512252533837E+00
+ -2.60724813010182466E+00 -2.47782634116161660E+00 -2.34272437608037087E+00
+ -2.20202852465461163E+00 -2.05584793189165183E+00 -1.90431577199560564E+00
+ -1.74759040287109357E+00 -1.58585649275725160E+00 -1.41932610986696162E+00
+ -1.24823976513243196E+00 -1.07286739734945513E+00 -8.93509289169799104E-01
+ -7.10496901510303758E-01 -5.24193613029119376E-01 -3.34995350364291511E-01
+ -1.43331093831314149E-01  5.03367577571971481E-02  2.45512180565288674E-01
+  4.41665496034911342E-01  6.38233537703051468E-01  8.34620035422620532E-01
+  1.03019623910131841E+00  1.22430180533471145E+00  1.41624597158909538E+00
+  1.60530904388167528E+00  1.79074422519172316E+00  1.97177981309809880E+00
+  2.14762179634588080E+00  2.31745688116728488E+00  2.48045597916963700E+00
+  2.63577818940210307E+00  2.78257530775473327E+00  2.91999689703087384E+00
+  3.04719595077395056E+00  3.16333518307576966E+00  3.26759397500043391E+00
+  3.35917600572497932E+00  3.43731759280820981E+00  3.50129676087777142E+00
+  3.55044305116104475E+00  3.58414807530929203E+00  3.60187680545043420E+00
+  3.60317957785652787E+00  3.58770476946326689E+00  3.55521208408435818E+00
+  3.50558635778246774E+00  3.43885175967169410E+00  3.35518622449096959E+00
+  3.25493590557580958E+00  3.13862938020851345E+00  3.00699127247993392E+00
+  2.86095488034879786E+00  2.70167330202227252E+00  2.53052845045796637E+00
+  2.34913722191122254E+00  2.15935394311954898E+00  1.96326805987309871E+00
+  1.76319584516892913E+00  1.56166469555292897E+00  1.36138834712071688E+00
+  1.16523107527268821E+00  9.76158641863020593E-01  7.97173416657132039E-01
+  6.31230723651471259E-01  4.81133043008837524E-01  3.49398231914472779E-01
+  2.38097407869377775E-01  1.48657560491579466E-01  8.16233169210684589E-02
+  3.63715748987254311E-02  1.07719296286898549E-02  7.84948695740390803E-04
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  END     
+   PHI    1 #phi(r), for phi(r)/r*Ylm)
+  0.00000000000000000E+00  1.24461481309915951E-07  2.50067950154146805E-07
+  3.76829939668014715E-07  5.04758079880803087E-07  6.33863098607006628E-07
+  7.64155822345779674E-07  8.95647177188654123E-07  1.02834818973560742E-06
+  1.16226998801955381E-06  1.29742380243933842E-06  1.43382096670131085E-06
+  1.57147291876956027E-06  1.71039120182488528E-06  1.85058746523258770E-06
+  1.99207346551916316E-06  2.13486106735797222E-06  2.27896224456398456E-06
+  2.42438908109765921E-06  2.57115377207806474E-06  2.71926862480531748E-06
+  2.86874605979241293E-06  3.01959861180655791E-06  3.17183893092007116E-06
+  3.32547978357094870E-06  3.48053405363318734E-06  3.63701474349694564E-06
+  3.79493497515864017E-06  3.95430799132106642E-06  4.11514715650363749E-06
+  4.27746595816282820E-06  4.44127800782292522E-06  4.60659704221718109E-06
+  4.77343692443945045E-06  4.94181164510643102E-06  5.11173532353056961E-06
+  5.28322220890378391E-06  5.45628668149204486E-06  5.63094325384095701E-06
+  5.80720657199241628E-06  5.98509141671246554E-06  6.16461270473043182E-06
+  6.34578548998945779E-06  6.52862496490854700E-06  6.71314646165619560E-06
+  6.89936545343574795E-06  7.08729755578255978E-06  7.27695852787310459E-06
+  7.46836427384610358E-06  7.66153084413581656E-06  7.85647443681757832E-06
+  8.05321139896571612E-06  8.25175822802395241E-06  8.45213157318841656E-06
+  8.65434823680334674E-06  8.85842517576966000E-06  9.06437950296644464E-06
+  9.27222848868554435E-06  9.48198956207932893E-06  9.69368031262175160E-06
+  9.90731849158288768E-06  1.01229220135169868E-05  1.03405089577642301E-05
+  1.05600975699662908E-05  1.07817062635958216E-05  1.10053536215000382E-05
+  1.12310583974584283E-05  1.14588395177548668E-05  1.16887160827641153E-05
+  1.19207073685529513E-05  1.21548328284959871E-05  1.23911120949063776E-05
+  1.26295649806814920E-05  1.28702114809637433E-05  1.31130717748166484E-05
+  1.33581662269163579E-05  1.36055153892586579E-05  1.38551400028817602E-05
+  1.41070609996048227E-05  1.43612995037825759E-05  1.46178768340759728E-05
+  1.48768145052391708E-05  1.51381342299229427E-05  1.54018579204946593E-05
+  1.56680076908749854E-05  1.59366058583914926E-05  1.62076749456493032E-05
+  1.64812376824189094E-05  1.67573170075413947E-05  1.70359360708511271E-05
+  1.73171182351161222E-05  1.76008870779963055E-05  1.78872663940197076E-05
+  1.81762801965768545E-05  1.84679527199335143E-05  1.87623084212619058E-05
+  1.90593719826905963E-05  1.93591683133732745E-05  1.96617225515764765E-05
+  1.99670600667865772E-05  2.02752064618360765E-05  2.05861875750494827E-05
+  2.09000294824089185E-05  2.12167584997396014E-05  2.15364011849154531E-05
+  2.18589843400849496E-05  2.21845350139174559E-05  2.25130805038701880E-05
+  2.28446483584760385E-05  2.31792663796524121E-05  2.35169626250312815E-05
+  2.38577654103106826E-05  2.42017033116277858E-05  2.45488051679538448E-05
+  2.48991000835110757E-05  2.52526174302117974E-05  2.56093868501200342E-05
+  2.59694382579356200E-05  2.63328018435012628E-05  2.66995080743325851E-05
+  2.70695876981714336E-05  2.74430717455626410E-05  2.78199915324545024E-05
+  2.82003786628231306E-05  2.85842650313209043E-05  2.89716828259493619E-05
+  2.93626645307565139E-05  2.97572429285590504E-05  3.01554511036895269E-05
+  3.05573224447688012E-05  3.09628906475039762E-05  3.13721897175120017E-05
+  3.17852539731692857E-05  3.22021180484874427E-05  3.26228168960155133E-05
+  3.30473857897688007E-05  3.34758603281847176E-05  3.39082764371056362E-05
+  3.43446703727893522E-05  3.47850787249470256E-05  3.52295384198091758E-05
+  3.56780867232197780E-05  3.61307612437587855E-05  3.65875999358934042E-05
+  3.70486411031582878E-05  3.75139234013649117E-05  3.79834858418405188E-05
+  3.84573677946967993E-05  3.89356089921285753E-05  3.94182495317428242E-05
+  3.99053298799182272E-05  4.03968908751957208E-05  4.08929737317001034E-05
+  4.13936200425930696E-05  4.18988717835580196E-05  4.24087713163168244E-05
+  4.29233613921789953E-05  4.34426851556233803E-05  4.39667861479128123E-05
+  4.44957083107419210E-05  4.50294959899185144E-05  4.55681939390787397E-05
+  4.61118473234364102E-05  4.66605017235667424E-05  4.72142031392248346E-05
+  4.77729979931993209E-05  4.83369331352013102E-05  4.89060558457891635E-05
+  4.94804138403291934E-05  5.00600552729928733E-05  5.06450287407906520E-05
+  5.12353832876429776E-05  5.18311684084885355E-05  5.24324340534303802E-05
+  5.30392306319199931E-05  5.36516090169799386E-05  5.42696205494652391E-05
+  5.48933170423638158E-05  5.55227507851364615E-05  5.61579745480968485E-05
+  5.67990415868315087E-05  5.74460056466605601E-05  5.80989209671394020E-05
+  5.87578422866016581E-05  5.94228248467439552E-05  6.00939243972526888E-05
+  6.07711972004735322E-05  6.14547000361233866E-05  6.21444902060460774E-05
+  6.28406255390114195E-05  6.35431643955585113E-05  6.42521656728833515E-05
+  6.49676888097714718E-05  6.56897937915758469E-05  6.64185411552404648E-05
+  6.71539919943700152E-05  6.78962079643462258E-05  6.86452512874911587E-05
+  6.94011847582777367E-05  7.01640717485883271E-05  7.09339762130215728E-05
+  7.17109626942479033E-05  7.24950963284141204E-05  7.32864428505977889E-05
+  7.40850686003116085E-05  7.48910405270584057E-05  7.57044261959368651E-05
+  7.65252937932991539E-05  7.73537121324599920E-05  7.81897506594585629E-05
+  7.90334794588731169E-05  7.98849692596888906E-05  8.07442914412200593E-05
+  8.16115180390858597E-05  8.24867217512418438E-05  8.33699759440661699E-05
+  8.42613546585020007E-05  8.51609326162561313E-05  8.60687852260546594E-05
+  8.69849885899558477E-05  8.79096195097212610E-05  8.88427554932449910E-05
+  8.97844747610422264E-05  9.07348562527971158E-05  9.16939796339708311E-05
+  9.26619253024703321E-05  9.36387743953783077E-05  9.46246087957446590E-05
+  9.56195111394407576E-05  9.66235648220760185E-05  9.76368540059784274E-05
+  9.86594636272388869E-05  9.96914794028202757E-05  1.00732987837731886E-04
+  1.01784076232268965E-04  1.02844832689319806E-04  1.03915346121739096E-04
+  1.04995706259789035E-04  1.06086003658648756E-04  1.07186329705993017E-04
+  1.08296776629639675E-04  1.09417437505267880E-04  1.10548406264207130E-04
+  1.11689777701297073E-04  1.12841647482820261E-04  1.14004112154507200E-04
+  1.15177269149615002E-04  1.16361216797079739E-04  1.17556054329744382E-04
+  1.18761881892661203E-04  1.19978800551471165E-04  1.21206912300859590E-04
+  1.22446320073089763E-04  1.23697127746614615E-04  1.24959440154767188E-04
+  1.26233363094531176E-04  1.27519003335391652E-04  1.28816468628266992E-04
+  1.30125867714522662E-04  1.31447310335067896E-04  1.32780907239535273E-04
+  1.34126770195544965E-04  1.35485011998053668E-04  1.36855746478789199E-04
+  1.38239088515771768E-04  1.39635154042922475E-04  1.41044060059759629E-04
+  1.42465924641184351E-04  1.43900866947355594E-04  1.45349007233655807E-04
+  1.46810466860747990E-04  1.48285368304724589E-04  1.49773835167349792E-04
+  1.51275992186395656E-04  1.52791965246072573E-04  1.54321881387555865E-04
+  1.55865868819608447E-04  1.57424056929300821E-04  1.58996576292829599E-04
+  1.60583558686435037E-04  1.62185137097418399E-04  1.63801445735260292E-04
+  1.65432620042841179E-04  1.67078796707764460E-04  1.68740113673783264E-04
+  1.70416710152331908E-04  1.72108726634162968E-04  1.73816304901091114E-04
+  1.75539588037844412E-04  1.77278720444023943E-04  1.79033847846173414E-04
+  1.80805117309959084E-04  1.82592677252460929E-04  1.84396677454577029E-04
+  1.86217269073540761E-04  1.88054604655553300E-04  1.89908838148531399E-04
+  1.91780124914971769E-04  1.93668621744933725E-04  1.95574486869140417E-04
+  1.97497879972199773E-04  1.99438962205946942E-04  2.01397896202908322E-04
+  2.03374846089889429E-04  2.05369977501686669E-04  2.07383457594924927E-04
+  2.09415455062021200E-04  2.11466140145277000E-04  2.13535684651098965E-04
+  2.15624261964349689E-04  2.17732047062830380E-04  2.19859216531894910E-04
+  2.22005948579199265E-04  2.24172423049584290E-04  2.26358821440095540E-04
+  2.28565326915140132E-04  2.30792124321782776E-04  2.33039400205180698E-04
+  2.35307342824160799E-04  2.37596142166939076E-04  2.39905989966982902E-04
+  2.42237079719019517E-04  2.44589606695190640E-04  2.46963767961353960E-04
+  2.49359762393535018E-04  2.51777790694528148E-04  2.54218055410650309E-04
+  2.56680760948647859E-04  2.59166113592756910E-04  2.61674321521920838E-04
+  2.64205594827164733E-04  2.66760145529128299E-04  2.69338187595759607E-04
+  2.71939936960170271E-04  2.74565611538653644E-04  2.77215431248867598E-04
+  2.79889618028183931E-04  2.82588395852205086E-04  2.85311990753449340E-04
+  2.88060630840208552E-04  2.90834546315576234E-04  2.93633969496650616E-04
+  2.96459134833912158E-04  2.99310278930779142E-04  3.02187640563341070E-04
+  3.05091460700271995E-04  3.08021982522927069E-04  3.10979451445621031E-04
+  3.13964115136092247E-04  3.16976223536154223E-04  3.20016028882535314E-04
+  3.23083785727908081E-04  3.26179750962111027E-04  3.29304183833564518E-04
+  3.32457345970881045E-04  3.35639501404673575E-04  3.38850916589562303E-04
+  3.42091860426382746E-04  3.45362604284595986E-04  3.48663422024903500E-04
+  3.51994590022068155E-04  3.55356387187944010E-04  3.58749094994714464E-04
+  3.62172997498344789E-04  3.65628381362246256E-04  3.69115535881157474E-04
+  3.72634753005241979E-04  3.76186327364408293E-04  3.79770556292847593E-04
+  3.83387739853799055E-04  3.87038180864538220E-04  3.90722184921594128E-04
+  3.94440060426196081E-04  3.98192118609952547E-04  4.01978673560763526E-04
+  4.05800042248968807E-04  4.09656544553735704E-04  4.13548503289685337E-04
+  4.17476244233762675E-04  4.21440096152351086E-04  4.25440390828632606E-04
+  4.29477463090199971E-04  4.33551650836916543E-04  4.37663295069032712E-04
+  4.41812739915557295E-04  4.46000332662886006E-04  4.50226423783692134E-04
+  4.54491366966079441E-04  4.58795519143000141E-04  4.63139240521940416E-04
+  4.67522894614876645E-04  4.71946848268503126E-04  4.76411471694735344E-04
+  4.80917138501491014E-04  4.85464225723749600E-04  4.90053113854895949E-04
+  4.94684186878347441E-04  4.99357832299469223E-04  5.04074441177780152E-04
+  5.08834408159449707E-04  5.13638131510091517E-04  5.18486013147855494E-04
+  5.23378458676817789E-04  5.28315877420677685E-04  5.33298682456757422E-04
+  5.38327290650312314E-04  5.43402122689152578E-04  5.48523603118578821E-04
+  5.53692160376634984E-04  5.58908226829680360E-04  5.64172238808286993E-04
+  5.69484636643459506E-04  5.74845864703185400E-04  5.80256371429317447E-04
+  5.85716609374788816E-04  5.91227035241168324E-04  5.96788109916552645E-04
+  6.02400298513806019E-04  6.08064070409143750E-04  6.13779899281066666E-04
+  6.19548263149648161E-04  6.25369644416177723E-04  6.31244529903163330E-04
+  6.37173410894695540E-04  6.43156783177179013E-04  6.49195147080430172E-04
+  6.55289007519150321E-04  6.61438874034772487E-04  6.67645260837685999E-04
+  6.73908686849845526E-04  6.80229675747764787E-04  6.86608756005898302E-04
+  6.93046460940418001E-04  6.99543328753383193E-04  7.06099902577311572E-04
+  7.12716730520153116E-04  7.19394365710670993E-04  7.26133366344230242E-04
+  7.32934295729004734E-04  7.39797722332597428E-04  7.46724219829084991E-04
+  7.53714367146484493E-04  7.60768748514652920E-04  7.67887953513614395E-04
+  7.75072577122326296E-04  7.82323219767888374E-04  7.89640487375189342E-04
+  7.97024991417008078E-04  8.04477348964564333E-04  8.11998182738523071E-04
+  8.19588121160461764E-04  8.27247798404802588E-04  8.34977854451210400E-04
+  8.42778935137463532E-04  8.50651692212803364E-04  8.58596783391761174E-04
+  8.66614872408472104E-04  8.74706629071478228E-04  8.82872729319025026E-04
+  8.91113855274855296E-04  8.99430695304505160E-04  9.07823944072107800E-04
+  9.16294302597707639E-04  9.24842478315090165E-04  9.33469185130131416E-04
+  9.42175143479674604E-04  9.50961080390931492E-04  9.59827729541423160E-04
+  9.68775831319454092E-04  9.77806132885134221E-04  9.86919388231946972E-04
+  9.96116358248869821E-04  1.00539781078305343E-03  1.01476452070306251E-03
+  1.02421726996268633E-03  1.03375684766531971E-03  1.04338405012892148E-03
+  1.05309968095155821E-03  1.06290455107753076E-03  1.07279947886409913E-03
+  1.08278529014879947E-03  1.09286281831737111E-03  1.10303290437228614E-03
+  1.11329639700189376E-03  1.12365415265018608E-03  1.13410703558718606E-03
+  1.14465591797996793E-03  1.15530167996430737E-03  1.16604520971698000E-03
+  1.17688740352869998E-03  1.18782916587771375E-03  1.19887140950405090E-03
+  1.21001505548443697E-03  1.22126103330787768E-03  1.23261028095191568E-03
+  1.24406374495956962E-03  1.25562238051695830E-03  1.26728715153161904E-03
+  1.27905903071152049E-03  1.29093899964479028E-03  1.30292804888013569E-03
+  1.31502717800799774E-03  1.32723739574241995E-03  1.33955972000364800E-03
+  1.35199517800145943E-03  1.36454480631924822E-03  1.37720965099883915E-03
+  1.38999076762607340E-03  1.40288922141714465E-03  1.41590608730570366E-03
+  1.42904245003074070E-03  1.44229940422524786E-03  1.45567805450566232E-03
+  1.46917951556211029E-03  1.48280491224945144E-03  1.49655537967912419E-03
+  1.51043206331181470E-03  1.52443611905093740E-03  1.53856871333695128E-03
+  1.55283102324250987E-03  1.56722423656844852E-03  1.58174955194062745E-03
+  1.59640817890763166E-03  1.61120133803932704E-03  1.62613026102629578E-03
+  1.64119619078014725E-03  1.65640038153471478E-03  1.67174409894814760E-03
+  1.68722862020590143E-03  1.70285523412463773E-03  1.71862524125704352E-03
+  1.73453995399756910E-03  1.75060069668910023E-03  1.76680880573057354E-03
+  1.78316562968553111E-03  1.79967252939163772E-03  1.81633087807115908E-03
+  1.83314206144240895E-03  1.85010747783217913E-03  1.86722853828915681E-03
+  1.88450666669833671E-03  1.90194329989643572E-03  1.91953988778832273E-03
+  1.93729789346447096E-03  1.95521879331943260E-03  1.97330407717136169E-03
+  1.99155524838257481E-03  2.00997382398116712E-03  2.02856133478370240E-03
+  2.04731932551895871E-03  2.06624935495277771E-03  2.08535299601398218E-03
+  2.10463183592140722E-03  2.12408747631203298E-03  2.14372153337023981E-03
+  2.16353563795818526E-03  2.18353143574732348E-03  2.20371058735105690E-03
+  2.22407476845855887E-03  2.24462566996975208E-03  2.26536499813145484E-03
+  2.28629447467471828E-03  2.30741583695335964E-03  2.32873083808368296E-03
+  2.35024124708542274E-03  2.37194884902391240E-03  2.39385544515347210E-03
+  2.41596285306204701E-03  2.43827290681709798E-03  2.46078745711274770E-03
+  2.48350837141819887E-03  2.50643753412744174E-03  2.52957684671024311E-03
+  2.55292822786445332E-03  2.57649361366960039E-03  2.60027495774183947E-03
+  2.62427423139020887E-03  2.64849342377424662E-03  2.67293454206295146E-03
+  2.69759961159512411E-03  2.72249067604106530E-03  2.74760979756567651E-03
+  2.77295905699295568E-03  2.79854055397189870E-03  2.82435640714382352E-03
+  2.85040875431112704E-03  2.87669975260747930E-03  2.90323157866948173E-03
+  2.93000642880977564E-03  2.95702651919164429E-03  2.98429408600509299E-03
+  3.01181138564442837E-03  3.03958069488734781E-03  3.06760431107556573E-03
+  3.09588455229695050E-03  3.12442375756922857E-03  3.15322428702524693E-03
+  3.18228852209977847E-03  3.21161886571794640E-03  3.24121774248521373E-03
+  3.27108759887900086E-03  3.30123090344190337E-03  3.33165014697655313E-03
+  3.36234784274211254E-03  3.39332652665243727E-03  3.42458875747589332E-03
+  3.45613711703685825E-03  3.48797421041892796E-03  3.52010266616980313E-03
+  3.55252513650791907E-03  3.58524429753079299E-03  3.61826284942512021E-03
+  3.65158351667861907E-03  3.68520904829366166E-03  3.71914221800266316E-03
+  3.75338582448529528E-03  3.78794269158748030E-03  3.82281566854222963E-03
+  3.85800763019229906E-03  3.89352147721471354E-03  3.92936013634712696E-03
+  3.96552656061608354E-03  4.00202372956714580E-03  4.03885464949694638E-03
+  4.07602235368713026E-03  4.11352990264025106E-03  4.15138038431758522E-03
+  4.18957691437892889E-03  4.22812263642435068E-03  4.26702072223792122E-03
+  4.30627437203346623E-03  4.34588681470230061E-03  4.38586130806300351E-03
+  4.42620113911324636E-03  4.46690962428364629E-03  4.50799010969371149E-03
+  4.54944597140986146E-03  4.59128061570553310E-03  4.63349747932341894E-03
+  4.67610002973980511E-03  4.71909176543107434E-03  4.76247621614233393E-03
+  4.80625694315824515E-03  4.85043753957600104E-03  4.89502163058052123E-03
+  4.94001287372185845E-03  4.98541495919481784E-03  5.03123161012083205E-03
+  5.07746658283207176E-03  5.12412366715784585E-03  5.17120668671326895E-03
+  5.21871949919024136E-03  5.26666599665072573E-03  5.31505010582237342E-03
+  5.36387578839646849E-03  5.41314704132824214E-03  5.46286789713956462E-03
+  5.51304242422400673E-03  5.56367472715431355E-03  5.61476894699230143E-03
+  5.66632926160115687E-03  5.71835988596021937E-03  5.77086507248218694E-03
+  5.82384911133282217E-03  5.87731633075314237E-03  5.93127109738409656E-03
+  5.98571781659378542E-03  6.04066093280718891E-03  6.09610492983846987E-03
+  6.15205433122581729E-03  6.20851370056887605E-03  6.26548764186876227E-03
+  6.32298079987069026E-03  6.38099786040922327E-03  6.43954355075614365E-03
+  6.49862263997098323E-03  6.55823993925422951E-03  6.61840030230317726E-03
+  6.67910862567049762E-03  6.74036984912550728E-03  6.80218895601814987E-03
+  6.86457097364573821E-03  6.92752097362239316E-03  6.99104407225130484E-03
+  7.05514543089972787E-03  7.11983025637677718E-03  7.18510380131404201E-03
+  7.25097136454899791E-03  7.31743829151125513E-03  7.38450997461165271E-03
+  7.45219185363421056E-03  7.52048941613094307E-03  7.58940819781957383E-03
+  7.65895378298412765E-03  7.72913180487844794E-03  7.79994794613261995E-03
+  7.87140793916233858E-03  7.94351756658121834E-03  8.01628266161607053E-03
+  8.08970910852513728E-03  8.16380284301932400E-03  8.23856985268641567E-03
+  8.31401617741829579E-03  8.39014790984119949E-03  8.46697119574899362E-03
+  8.54449223453945979E-03  8.62271727965369453E-03  8.70165263901850720E-03
+  8.78130467549192474E-03  8.86167980731177030E-03  8.94278450854734709E-03
+  9.02462530955418750E-03  9.10720879743194892E-03  9.19054161648542346E-03
+  9.27463046868865458E-03  9.35948211415223337E-03  9.44510337159368968E-03
+  9.53150111881108375E-03  9.61868229315973426E-03  9.70665389203212263E-03
+  9.79542297334097881E-03  9.88499665600555029E-03  9.97538212044104741E-03
+  1.00665866090513083E-02  1.01586174267246521E-02  1.02514819413329402E-02
+  1.03451875842338597E-02  1.04397418507764187E-02  1.05351523008096592E-02
+  1.06314265591946049E-02  1.07285723163194294E-02  1.08265973286178745E-02
+  1.09255094190908817E-02  1.10253164778314761E-02  1.11260264625528873E-02
+  1.12276473991199041E-02  1.13301873820834762E-02  1.14336545752185444E-02
+  1.15380572120651614E-02  1.16434035964727567E-02  1.17497021031477394E-02
+  1.18569611782042821E-02  1.19651893397183465E-02  1.20743951782849562E-02
+  1.21845873575786943E-02  1.22957746149173850E-02  1.24079657618290529E-02
+  1.25211696846220522E-02  1.26353953449584149E-02  1.27506517804304009E-02
+  1.28669481051402468E-02  1.29842935102830407E-02  1.31026972647328589E-02
+  1.32221687156320079E-02  1.33427172889834175E-02  1.34643524902462175E-02
+  1.35870839049344015E-02  1.37109211992185818E-02  1.38358741205309495E-02
+  1.39619524981731882E-02  1.40891662439275658E-02  1.42175253526710208E-02
+  1.43470399029922892E-02  1.44777200578120602E-02  1.46095760650061298E-02
+  1.47426182580315430E-02  1.48768570565556285E-02  1.50123029670880710E-02
+  1.51489665836157753E-02  1.52868585882407048E-02  1.54259897518205201E-02
+  1.55663709346120799E-02  1.57080130869177263E-02  1.58509272497343416E-02
+  1.59951245554051449E-02  1.61406162282742016E-02  1.62874135853436110E-02
+  1.64355280369333293E-02  1.65849710873435981E-02  1.67357543355199020E-02
+  1.68878894757205390E-02  1.70413882981865737E-02  1.71962626898143275E-02
+  1.73525246348301999E-02  1.75101862154679010E-02  1.76692596126479425E-02
+  1.78297571066594156E-02  1.79916910778440166E-02  1.81550740072821438E-02
+  1.83199184774812118E-02  1.84862371730659183E-02  1.86540428814705589E-02
+  1.88233484936332907E-02  1.89941670046922355E-02  1.91665115146834042E-02
+  1.93403952292404285E-02  1.95158314602958717E-02  1.96928336267842632E-02
+  1.98714152553466049E-02  2.00515899810364030E-02  2.02333715480270578E-02
+  2.04167738103206015E-02  2.06018107324576483E-02  2.07884963902285717E-02
+  2.09768449713856782E-02  2.11668707763564522E-02  2.13585882189576692E-02
+  2.15520118271102894E-02  2.17471562435551415E-02  2.19440362265691871E-02
+  2.21426666506823293E-02  2.23430625073946267E-02  2.25452389058938864E-02
+  2.27492110737733677E-02  2.29549943577497181E-02  2.31626042243807777E-02
+  2.33720562607833901E-02  2.35833661753508568E-02  2.37965497984701270E-02
+  2.40116230832384189E-02  2.42286021061792652E-02  2.44475030679578570E-02
+  2.46683422940954557E-02  2.48911362356827662E-02  2.51159014700922251E-02
+  2.53426547016889908E-02  2.55714127625403485E-02  2.58021926131237166E-02
+  2.60350113430327344E-02  2.62698861716815467E-02  2.65068344490069080E-02
+  2.67458736561681336E-02  2.69870214062445865E-02  2.72302954449306113E-02
+  2.74757136512276227E-02  2.77232940381333913E-02  2.79730547533280152E-02
+  2.82250140798566279E-02  2.84791904368086705E-02  2.87356023799932823E-02
+  2.89942686026108953E-02  2.92552079359206241E-02  2.95184393499032284E-02
+  2.97839819539196561E-02  3.00518549973646347E-02  3.03220778703153157E-02
+  3.05946701041746871E-02  3.08696513723093098E-02  3.11470414906815096E-02
+  3.14268604184754705E-02  3.17091282587169884E-02  3.19938652588868944E-02
+  3.22810918115275444E-02  3.25708284548422849E-02  3.28630958732875553E-02
+  3.31579148981574687E-02  3.34553065081603374E-02  3.37552918299870580E-02
+  3.40578921388710321E-02  3.43631288591391068E-02  3.46710235647535170E-02
+  3.49815979798442644E-02  3.52948739792317764E-02  3.56108735889393985E-02
+  3.59296189866953469E-02  3.62511325024239273E-02  3.65754366187255112E-02
+  3.69025539713449466E-02  3.72325073496280815E-02  3.75653196969660194E-02
+  3.79010141112265109E-02  3.82396138451723891E-02  3.85811423068665449E-02
+  3.89256230600628500E-02  3.92730798245828558E-02  3.96235364766777121E-02
+  3.99770170493748550E-02  4.03335457328090480E-02  4.06931468745374142E-02
+  4.10558449798377675E-02  4.14216647119899778E-02  4.17906308925398845E-02
+  4.21627685015450587E-02  4.25381026778022323E-02  4.29166587190554227E-02
+  4.32984620821848590E-02  4.36835383833755475E-02  4.40719133982653416E-02
+  4.44636130620719092E-02  4.48586634696978293E-02  4.52570908758135118E-02
+  4.56589216949171151E-02  4.60641825013710579E-02  4.64729000294145100E-02
+  4.68851011731509573E-02  4.73008129865107943E-02  4.77200626831875210E-02
+  4.81428776365476624E-02  4.85692853795132370E-02  4.89993136044163946E-02
+  4.94329901628251245E-02  4.98703430653400434E-02  5.03114004813607699E-02
+  5.07561907388215869E-02  5.12047423238957203E-02  5.16570838806671151E-02
+  5.21132442107695368E-02  5.25732522729913249E-02  5.30371371828458893E-02
+  5.35049282121067143E-02  5.39766547883061346E-02  5.44523464941969182E-02
+  5.49320330671759990E-02  5.54157443986694198E-02  5.59035105334775087E-02
+  5.63953616690796369E-02  5.68913281548971903E-02  5.73914404915145879E-02
+  5.78957293298563921E-02  5.84042254703205574E-02  5.89169598618661042E-02
+  5.94339636010546291E-02  5.99552679310445744E-02  6.04809042405369882E-02
+  6.10109040626720736E-02  6.15452990738752093E-02  6.20841210926516771E-02
+  6.26274020783284535E-02  6.31751741297425090E-02  6.37274694838744354E-02
+  6.42843205144255497E-02  6.48457597303382927E-02  6.54118197742582508E-02
+  6.59825334209363373E-02  6.65579335755703688E-02  6.71380532720847051E-02
+  6.77229256713463290E-02  6.83125840593165889E-02  6.89070618451368549E-02
+  6.95063925591469928E-02  7.01106098508356562E-02  7.07197474867197751E-02
+  7.13338393481535993E-02  7.19529194290645380E-02  7.25770218336149603E-02
+  7.32061807737882514E-02  7.38404305668978883E-02  7.44798056330178565E-02
+  7.51243404923329777E-02  7.57740697624074838E-02  7.64290281553703099E-02
+  7.70892504750157748E-02  7.77547716138176775E-02  7.84256265498550625E-02
+  7.91018503436486664E-02  7.97834781349056471E-02  8.04705451391712623E-02
+  8.11630866443855403E-02  8.18611380073435285E-02  8.25647346500568702E-02
+  8.32739120560152118E-02  8.39887057663456921E-02  8.47091513758680970E-02
+  8.54352845290448498E-02  8.61671409158224211E-02  8.69047562673636864E-02
+  8.76481663516683884E-02  8.83974069690800501E-02  8.91525139476770645E-02
+  8.99135231385462946E-02  9.06804704109366588E-02  9.14533916472911323E-02
+  9.22323227381543487E-02  9.30172995769543709E-02  9.38083580546562740E-02
+  9.46055340542843876E-02  9.54088634453125611E-02  9.62183820779190652E-02
+  9.70341257771041021E-02  9.78561303366676100E-02  9.86844315130451649E-02
+  9.95190650189995418E-02  1.00360066517165225E-01  1.01207471613443678E-01
+  1.02061315850247344E-01  1.02921634699588635E-01  1.03788463556013358E-01
+  1.04661837729373319E-01  1.05541792437438567E-01  1.06428362798344278E-01
+  1.07321583822870895E-01  1.08221490406554377E-01  1.09128117321623891E-01
+  1.10041499208764743E-01  1.10961670568702764E-01  1.11888665753608535E-01
+  1.12822518958317644E-01  1.13763264211365414E-01  1.14710935365831018E-01
+  1.15665566089990804E-01  1.16627189857776065E-01  1.17595839939032762E-01
+  1.18571549389580477E-01  1.19554351041067417E-01  1.20544277490618371E-01
+  1.21541361090272693E-01  1.22545633936209153E-01  1.23557127857754578E-01
+  1.24575874406173459E-01  1.25601904843234330E-01  1.26635250129551374E-01
+  1.27675940912696406E-01  1.28724007515079258E-01  1.29779479921592500E-01
+  1.30842387767017676E-01  1.31912760323189604E-01  1.32990626485915225E-01
+  1.34076014761644158E-01  1.35168953253887086E-01  1.36269469649378666E-01
+  1.37377591203982519E-01  1.38493344728332579E-01  1.39616756573210127E-01
+  1.40747852614651503E-01  1.41886658238782715E-01  1.43033198326378896E-01
+  1.44187497237143358E-01  1.45349578793704304E-01  1.46519466265324610E-01
+  1.47697182351321732E-01  1.48882749164193723E-01  1.50076188212448669E-01
+  1.51277520383132025E-01  1.52486765924051276E-01  1.53703944425691297E-01
+  1.54929074802819144E-01  1.56162175275773252E-01  1.57403263351433981E-01
+  1.58652355803872241E-01  1.59909468654671844E-01  1.61174617152922695E-01
+  1.62447815754880792E-01  1.63729078103291709E-01  1.65018417006374318E-01
+  1.66315844416459857E-01  1.67621371408284703E-01  1.68935008156931937E-01
+  1.70256763915418607E-01  1.71586646991925357E-01  1.72924664726664817E-01
+  1.74270823468384878E-01  1.75625128550504661E-01  1.76987584266877968E-01
+  1.78358193847182406E-01  1.79736959431930854E-01  1.81123882047099505E-01
+  1.82518961578373107E-01  1.83922196745001071E-01  1.85333585073262780E-01
+  1.86753122869538157E-01  1.88180805192981054E-01  1.89616625827792151E-01
+  1.91060577255088182E-01  1.92512650624365012E-01  1.93972835724550902E-01
+  1.95441120954649022E-01  1.96917493293963075E-01  1.98401938271907552E-01
+  1.99894439937396556E-01  2.01394980827810738E-01  2.02903541937539234E-01
+  2.04420102686093841E-01  2.05944640885794172E-01  2.07477132709021267E-01
+  2.09017552655036853E-01  2.10565873516367436E-01  2.12122066344750754E-01
+  2.13686100416643487E-01  2.15257943198286977E-01  2.16837560310332328E-01
+  2.18424915492020394E-01  2.20019970564918177E-01  2.21622685396208635E-01
+  2.23233017861534072E-01  2.24850923807391384E-01  2.26476357013080470E-01
+  2.28109269152201977E-01  2.29749609753708034E-01  2.31397326162503442E-01
+  2.33052363499596432E-01  2.34714664621803126E-01  2.36384170081001876E-01
+  2.38060818082940856E-01  2.39744544445599173E-01  2.41435282557100617E-01
+  2.43132963333185292E-01  2.44837515174236547E-01  2.46548863921867478E-01
+  2.48266932815068120E-01  2.49991642445916318E-01  2.51722910714852088E-01
+  2.53460652785522711E-01  2.55204781039197803E-01  2.56955205028758960E-01
+  2.58711831432268335E-01  2.60474564006118126E-01  2.62243303537767425E-01
+  2.64017947798068975E-01  2.65798391493192177E-01  2.67584526216146423E-01
+  2.69376240397910194E-01  2.71173419258174009E-01  2.72975944755698641E-01
+  2.74783695538300676E-01  2.76596546892469153E-01  2.78414370692620539E-01
+  2.80237035350001273E-01  2.82064405761244863E-01  2.83896343256592298E-01
+  2.85732705547785570E-01  2.87573346675641883E-01  2.89418116957320282E-01
+  2.91266862933290904E-01  2.93119427314014580E-01  2.94975648926348644E-01
+  2.96835362659687907E-01  2.98698399411852944E-01  3.00564586034739678E-01
+  3.02433745279742427E-01  3.04305695742964843E-01  3.06180251810232951E-01
+  3.08057223601925001E-01  3.09936416917633739E-01  3.11817633180676790E-01
+  3.13700669382473818E-01  3.15585318026802009E-01  3.17471367073956234E-01
+  3.19358599884824457E-01  3.21246795164902565E-01  3.23135726908265752E-01
+  3.25025164341517625E-01  3.26914871867738377E-01  3.28804609010453441E-01
+  3.30694130357645166E-01  3.32583185505830159E-01  3.34471519004228612E-01
+  3.36358870299044488E-01  3.38244973677889416E-01  3.40129558214369965E-01
+  3.42012347712869480E-01  3.43893060653549021E-01  3.45771410137598378E-01
+  3.47647103832764315E-01  3.49519843919187001E-01  3.51389327035576071E-01
+  3.53255244225755882E-01  3.55117280885616615E-01  3.56975116710497420E-01
+  3.58828425643044735E-01  3.60676875821573817E-01  3.62520129528973556E-01
+  3.64357843142188109E-01  3.66189667082317594E-01  3.68015245765371424E-01
+  3.69834217553717592E-01  3.71646214708268530E-01  3.73450863341441563E-01
+  3.75247783370939836E-01  3.77036588474397971E-01  3.78816886044930579E-01
+  3.80588277147637266E-01  3.82350356477105024E-01  3.84102712315956052E-01
+  3.85844926494492202E-01  3.87576574351481740E-01  3.89297224696140476E-01
+  3.91006439771359293E-01  3.92703775218229745E-01  3.94388780041919573E-01
+  3.96060996578957436E-01  3.97719960465973910E-01  3.99365200609965221E-01
+  4.00996239160129830E-01  4.02612591481339321E-01  4.04213766129303764E-01
+  4.05799264827489736E-01  4.07368582445855942E-01  4.08921206981465835E-01
+  4.10456619541044287E-01  4.11974294325539614E-01  4.13473698616761809E-01
+  4.14954292766155752E-01  4.16415530185786809E-01  4.17856857341600108E-01
+  4.19277713749028169E-01  4.20677531971014873E-01  4.22055737618528382E-01
+  4.23411749353637901E-01  4.24744978895224168E-01  4.26054831027402880E-01
+  4.27340703610732453E-01  4.28601987596286926E-01  4.29838067042669025E-01
+  4.31048319136040747E-01  4.32232114213255136E-01  4.33388815788165405E-01
+  4.34517780581193447E-01  4.35618358552242402E-01  4.36689892937030755E-01
+  4.37731720286936354E-01  4.38743170512432001E-01  4.39723566930198151E-01
+  4.40672226313997828E-01  4.41588458949402740E-01  4.42471568692450801E-01
+  4.43320853032331819E-01  4.44135603158182624E-01  4.44915104030081943E-01
+  4.45658634454335345E-01  4.46365467163138352E-01  4.47034868898708915E-01
+  4.47666100501977748E-01  4.48258417005929610E-01  4.48811067733683955E-01
+  4.49323296401406391E-01  4.49794341226147143E-01  4.50223435038686670E-01
+  4.50609805401491592E-01  4.50952674731867120E-01  4.51251260430395706E-01
+  4.51504775014755833E-01  4.51712426259011535E-01  4.51873417338461536E-01
+  4.51986946980139748E-01  4.52052209619058287E-01  4.52068395560277503E-01
+  4.52034691146899259E-01  4.51950278934063587E-01  4.51814337869041960E-01
+  4.51626043477511563E-01  4.51384568056095281E-01  4.51089080871254100E-01
+  4.50738748364612585E-01  4.50332734364802034E-01  4.49870200305901191E-01
+  4.49350305452553556E-01  4.48772207131838574E-01  4.48135060971977306E-01
+  4.47438021147937071E-01  4.46680240634020009E-01  4.45860871463495456E-01
+  4.44979064995350893E-01  4.44033972188223269E-01  4.43024743881577310E-01
+  4.41950531084188858E-01  4.40810485269993890E-01  4.39603758681356260E-01
+  4.38329504639807244E-01  4.36986877864307011E-01  4.35575034797072047E-01
+  4.34093133937009101E-01  4.32540336180799012E-01  4.30915805171660227E-01
+  4.29218707655824594E-01  4.27448213846750968E-01  4.25603497797098884E-01
+  4.23683737778478731E-01  4.21688116668992086E-01  4.19615822348568757E-01
+  4.17466048102100973E-01  4.15237993030377228E-01  4.12930862468797288E-01
+  4.10543868413864199E-01  4.08076229957424874E-01  4.05527173728635226E-01
+  4.02895934343616924E-01  4.00181754862762862E-01  3.97383887255646662E-01
+  3.94501592873480633E-01  3.91534142929059525E-01  3.88480818984122178E-01
+  3.85340913444052247E-01  3.82113730059834178E-01  3.78798584437166352E-01
+  3.75394804552634076E-01  3.71901731276827352E-01  3.68318718904284192E-01
+  3.64645135690128186E-01  3.60880364393262876E-01  3.57023802825971015E-01
+  3.53074864409761324E-01  3.49032978737291666E-01  3.44897592140188780E-01
+  3.40668168262574178E-01  3.36344188640090969E-01  3.31925153284223284E-01
+  3.27410581271679102E-01  3.22800011338603587E-01  3.18093002479371945E-01
+  3.13289134549703419E-01  3.08388008873824226E-01  3.03389248855394311E-01
+  2.98292500591900656E-01  2.93097433492208514E-01  2.87803740896948768E-01
+  2.82411140701402552E-01  2.76919375980541116E-01  2.71328215615855184E-01
+  2.65637454923602412E-01  2.59846916284084961E-01  2.53956449771557624E-01
+  2.47965933784354053E-01  2.41875275674804407E-01  2.35684412378506736E-01
+  2.29393311042499881E-01  2.23001969651874105E-01  2.16510417654344867E-01
+  2.09918716582296827E-01  2.03226960671802487E-01  1.96435277478100245E-01
+  1.89543828487008736E-01  1.82552809721742537E-01  1.75462452344584879E-01
+  1.68273023252860393E-01  1.60984825668643056E-01  1.53598199721624334E-01
+  1.46113523024558128E-01  1.38531211240691537E-01  1.30851718642579051E-01
+  1.23075538661678585E-01  1.15203204428112285E-01  1.07235289299976486E-01
+  9.91724073815768992E-02  9.10152140299613915E-02  8.27644063491205922E-02
+  7.44207236712228909E-02  6.59849480242486464E-02  5.74579045853879991E-02
+  4.88404621195667327E-02  4.01335334024640403E-02  3.13380756273892516E-02
+  2.24550907953854420E-02  1.34856260879312687E-02  4.43077422161630187E-03
+ -4.70832621583108530E-03 -1.39304904487788875E-02 -2.32344872168001419E-02
+ -3.26190384982595824E-02 -4.20828192549765681E-02 -5.16244571985560868E-02
+ -6.12425325789731009E-02 -7.09355779959883748E-02 -8.07020782339682025E-02
+ -9.05404701206732332E-02 -1.00449142410575731E-01 -1.10426435693259592E-01
+ -1.20470642327451707E-01 -1.30580006401229382E-01 -1.40752723718945427E-01
+ -1.50986941815409476E-01 -1.61280759997863232E-01 -1.71632229416288279E-01
+ -1.82039353162582157E-01 -1.92500086399147563E-01 -2.03012336517436415E-01
+ -2.13573963327000210E-01 -2.24182779275601651E-01 -2.34836549700952052E-01
+ -2.45532993114645270E-01 -2.56269781518871975E-01 -2.67044540756502358E-01
+ -2.77854850895143834E-01 -2.88698246645782974E-01 -2.99572217816639841E-01
+ -3.10474209802863721E-01 -3.21401624112720052E-01 -3.32351818930916698E-01
+ -3.43322109719730761E-01 -3.54309769858597468E-01 -3.65312031322829245E-01
+ -3.76326085402128363E-01 -3.87349083459554822E-01 -3.98378137731601412E-01
+ -4.09410322170018937E-01 -4.20442673326015370E-01 -4.31472191277429695E-01
+ -4.42495840599461676E-01 -4.53510551379501525E-01 -4.64513220276566163E-01
+ -4.75500711625810590E-01 -4.86469858588531645E-01 -4.97417464348030136E-01
+ -5.08340303351635381E-01 -5.19235122599135290E-01 -5.30098642977784973E-01
+ -5.40927560643993721E-01 -5.51718548451702762E-01 -5.62468257427405138E-01
+ -5.73173318291642087E-01 -5.83830343026747967E-01 -5.94435926490503252E-01
+ -6.04986648075267253E-01 -6.15479073412063760E-01 -6.25909756118989913E-01
+ -6.36275239593213748E-01 -6.46572058845734321E-01 -6.56796742377956821E-01
+ -6.66945814099051959E-01 -6.77015795282942645E-01 -6.87003206563678859E-01
+ -6.96904569967845000E-01 -7.06716410982546894E-01 -7.16435260657425688E-01
+ -7.26057657739048623E-01 -7.35580150835931534E-01 -7.44999300612347537E-01
+ -7.54311682008995343E-01 -7.63513886488503046E-01 -7.72602524303667049E-01
+ -7.81574226786227788E-01 -7.90425648653931057E-01 -7.99153470333520910E-01
+ -8.07754400297259534E-01 -8.16225177410490499E-01 -8.24562573287703215E-01
+ -8.32763394654498446E-01 -8.40824485712801661E-01 -8.48742730506613197E-01
+ -8.56515055285549498E-01 -8.64138430863387486E-01 -8.71609874968774290E-01
+ -8.78926454585268524E-01 -8.86085288277810190E-01 -8.93083548502737079E-01
+ -8.99918463898420007E-01 -9.06587321553608660E-01 -9.13087469250543515E-01
+ -9.19416317679929818E-01 -9.25571342624840310E-01 -9.31550087110653569E-01
+ -9.37350163518140822E-01 -9.42969255656844196E-01 -9.48405120795910550E-01
+ -9.53655591649594681E-01 -9.58718578314677883E-01 -9.63592070157093694E-01
+ -9.68274137645109945E-01 -9.72762934126472967E-01 -9.77056697546975106E-01
+ -9.81153752107990940E-01 -9.85052509860582570E-01 -9.88751472233861728E-01
+ -9.92249231495386130E-01 -9.95544472141430381E-01 -9.98635972215097034E-01
+ -1.00152260455030362E+00 -1.00420333793978922E+00 -1.00667723822539434E+00
+ -1.00894346930896428E+00 -1.01100129408234474E+00 -1.01285007527505311E+00
+ -1.01448927621831886E+00 -1.01591846152430754E+00 -1.01713729767947503E+00
+ -1.01814555355110636E+00 -1.01894310080622486E+00 -1.01952991424219319E+00
+ -1.01990607202844497E+00 -1.02007175585891252E+00 -1.02002725101486025E+00
+ -1.01977294633794324E+00 -1.01930933411346114E+00 -1.01863700986388328E+00
+ -1.01775667205287434E+00 -1.01666912170015600E+00 -1.01537526190768035E+00
+ -1.01387609729770234E+00 -1.01217273336348135E+00 -1.01026637573344003E+00
+ -1.00815832934974292E+00 -1.00584999756236360E+00 -1.00334288113983017E+00
+ -1.00063857719793869E+00 -9.97738778047840391E-01 -9.94645269965002576E-01
+ -9.91359931880646084E-01 -9.87884733997363540E-01 -9.84221736330689656E-01
+ -9.80373087178516678E-01 -9.76341021520302554E-01 -9.72127859348099088E-01
+ -9.67736003931518485E-01 -9.63167940018801016E-01 -9.58426231976228227E-01
+ -9.53513521868167846E-01 -9.48432527480106868E-01 -9.43186040287057659E-01
+ -9.37776923369784021E-01 -9.32208109281318698E-01 -9.26482597866273960E-01
+ -9.20603454035493485E-01 -9.14573805498595571E-01 -9.08396840456984989E-01
+ -9.02075805259923702E-01 -8.95614002026259071E-01 -8.89014786234406107E-01
+ -8.82281564283191599E-01 -8.75417791026146475E-01 -8.68426967281838769E-01
+ -8.61312637322820485E-01 -8.54078386345729412E-01 -8.46727837925102644E-01
+ -8.39264651453389132E-01 -8.31692519569656508E-01 -8.24015165579434772E-01
+ -8.16236340868116139E-01 -8.08359822310288800E-01 -8.00389409677342956E-01
+ -7.92328923045651834E-01 -7.84182200207573898E-01 -7.75953094087494022E-01
+ -7.67645470165053356E-01 -7.59263203907689532E-01 -7.50810178214546764E-01
+ -7.42290280873759589E-01 -7.33707402035080336E-01 -7.25065431699744023E-01
+ -7.16368257229449190E-01 -7.07619760876166959E-01 -6.98823817334688679E-01
+ -6.89984291319439835E-01 -6.81105035167285489E-01 -6.72189886467889908E-01
+ -6.63242665723167923E-01 -6.54267174037314714E-01 -6.45267190838836879E-01
+ -6.36246471635973698E-01 -6.27208745806837498E-01 -6.18157714425561666E-01
+ -6.09097048125692875E-01 -6.00030385002021771E-01 -5.90961328552002230E-01
+ -5.81893445657865271E-01 -5.72830264610499018E-01 -5.63775273176109315E-01
+ -5.54731916706663775E-01 -5.45703596295059934E-01 -5.36693666975937456E-01
+  END     
+   PHI    2 #phi(r), for phi(r)/r*Ylm)
+  0.00000000000000000E+00  1.59594158418445245E-07  3.20656508602048625E-07
+  4.83200556953349655E-07  6.47239934119834876E-07  8.12788396136769264E-07
+  9.79859825580536253E-07  1.14846823273258594E-06  1.31862775675408766E-06
+  1.49035266687138386E-06  1.66365736357234829E-06  1.83855637981374552E-06
+  2.01506438223969313E-06  2.19319617241133075E-06  2.37296668804779749E-06
+  2.55439100427862051E-06  2.73748433490762140E-06  2.92226203368845036E-06
+  3.10873959561184296E-06  3.29693265820472090E-06  3.48685700284123851E-06
+  3.67852855606587910E-06  3.87196339092873173E-06  4.06717772833303757E-06
+  4.26418793839513055E-06  4.46301054181688397E-06  4.66366221127078305E-06
+  4.86615977279772914E-06  5.07052020721769183E-06  5.27676065155335531E-06
+  5.48489840046683110E-06  5.69495090770959974E-06  5.90693578758577797E-06
+  6.12087081642884276E-06  6.33677393409194176E-06  6.55466324545189512E-06
+  6.77455702192704046E-06  6.99647370300902668E-06  7.22043189780870589E-06
+  7.44645038661621562E-06  7.67454812247544704E-06  7.90474423277294407E-06
+  8.13705802084144948E-06  8.37150896757817817E-06  8.60811673307798149E-06
+  8.84690115828152423E-06  9.08788226663860831E-06  9.33108026578680911E-06
+  9.57651554924554140E-06  9.82420869812568518E-06  1.00741804828549580E-05
+  1.03264518649191350E-05  1.05810439986192799E-05  1.08379782328451543E-05
+  1.10972761128648996E-05  1.13589593821312116E-05  1.16230499841040855E-05
+  1.18895700640903601E-05  1.21585419711001341E-05  1.24299882597202951E-05
+  1.27039316920052285E-05  1.29803952393849651E-05  1.32594020845908266E-05
+  1.35409756235987962E-05  1.38251394675907514E-05  1.41119174449337536E-05
+  1.44013336031774836E-05  1.46934122110701125E-05  1.49881777605926373E-05
+  1.52856549690119826E-05  1.55858687809529137E-05  1.58888443704890633E-05
+  1.61946071432531545E-05  1.65031827385666063E-05  1.68145970315887674E-05
+  1.71288761354858699E-05  1.74460464036199013E-05  1.77661344317577066E-05
+  1.80891670603002544E-05  1.84151713765325421E-05  1.87441747168940647E-05
+  1.90762046692702148E-05  1.94112890753047644E-05  1.97494560327336094E-05
+  2.00907338977398742E-05  2.04351512873308143E-05  2.07827370817364513E-05
+  2.11335204268303154E-05  2.14875307365724369E-05  2.18447976954747919E-05
+  2.22053512610894036E-05  2.25692216665193247E-05  2.29364394229527185E-05
+  2.33070353222202351E-05  2.36810404393758291E-05  2.40584861353014060E-05
+  2.44394040593353384E-05  2.48238261519252072E-05  2.52117846473048527E-05
+  2.56033120761960978E-05  2.59984412685352691E-05  2.63972053562247939E-05
+  2.67996377759100924E-05  2.72057722717820337E-05  2.76156428984050536E-05
+  2.80292840235713945E-05  2.84467303311814581E-05  2.88680168241507342E-05
+  2.92931788273433979E-05  2.97222519905328724E-05  3.01552722913896363E-05
+  3.05922760384964916E-05  3.10332998743914648E-05  3.14783807786388165E-05
+  3.19275560709281423E-05  3.23808634142020579E-05  3.28383408178126109E-05
+  3.33000266407066387E-05  3.37659595946404760E-05  3.42361787474242062E-05
+  3.47107235261956938E-05  3.51896337207246914E-05  3.56729494867474384E-05
+  3.61607113493317333E-05  3.66529602062730346E-05  3.71497373315217997E-05
+  3.76510843786422730E-05  3.81570433843030071E-05  3.86676567717995846E-05
+  3.91829673546096357E-05  3.97030183399805649E-05  4.02278533325502169E-05
+  4.07575163380008483E-05  4.12920517667466616E-05  4.18315044376552070E-05
+  4.23759195818029983E-05  4.29253428462657408E-05  4.34798202979431664E-05
+  4.40393984274192136E-05  4.46041241528576741E-05  4.51740448239334492E-05
+  4.57492082258001941E-05  4.63296625830941273E-05  4.69154565639749951E-05
+  4.75066392842038367E-05  4.81032603112583311E-05  4.87053696684860572E-05
+  4.93130178392958232E-05  4.99262557713874437E-05  5.05451348810205826E-05
+  5.11697070573225463E-05  5.18000246666359268E-05  5.24361405569060570E-05
+  5.30781080621087767E-05  5.37259810067188432E-05  5.43798137102195753E-05
+  5.50396609916536567E-05  5.57055781742159923E-05  5.63776210898887063E-05
+  5.70558460841185668E-05  5.77403100205375818E-05  5.84310702857268949E-05
+  5.91281847940244230E-05  5.98317119923766200E-05  6.05417108652349983E-05
+  6.12582409394973052E-05  6.19813622894945079E-05  6.27111355420232057E-05
+  6.34476218814245208E-05  6.41908830547095624E-05  6.49409813767318846E-05
+  6.56979797354077159E-05  6.64619415969837596E-05  6.72329310113538086E-05
+  6.80110126174237716E-05  6.87962516485263409E-05  6.95887139378852495E-05
+  7.03884659241296452E-05  7.11955746568590839E-05  7.20101078022599946E-05
+  7.28321336487732651E-05  7.36617211128141809E-05  7.44989397445447178E-05
+  7.53438597336990139E-05  7.61965519154622666E-05  7.70570877764035681E-05
+  7.79255394604633710E-05  7.88019797749957203E-05  7.96864821968662398E-05
+  8.05791208786058331E-05  8.14799706546212924E-05  8.23891070474624065E-05
+  8.33066062741470747E-05  8.42325452525443167E-05  8.51670016078158833E-05
+  8.61100536789171197E-05  8.70617805251573500E-05  8.80222619328207347E-05
+  8.89915784218476392E-05  8.99698112525776123E-05  9.09570424325541237E-05
+  9.19533547233917787E-05  9.29588316477067823E-05  9.39735574961106531E-05
+  9.49976173342685285E-05  9.60310970100221290E-05  9.70740831605779511E-05
+  9.81266632197618128E-05  9.91889254253395494E-05  1.00260958826405377E-04
+  1.01342853290837666E-04  1.02434699512823454E-04  1.03536589020451953E-04
+  1.04648614183377610E-04  1.05770868220553786E-04  1.06903445208037147E-04
+  1.08046440086863858E-04  1.09199948670998023E-04  1.10364067655353110E-04
+  1.11538894623886827E-04  1.12724528057770687E-04  1.13921067343634029E-04
+  1.15128612781884222E-04  1.16347265595102866E-04  1.17577127936519020E-04
+  1.18818302898560685E-04  1.20070894521484046E-04  1.21335007802082361E-04
+  1.22610748702474902E-04  1.23898224158975912E-04  1.25197542091045732E-04
+  1.26508811410323401E-04  1.27832142029742546E-04  1.29167644872730836E-04
+  1.30515431882493520E-04  1.31875616031382664E-04  1.33248311330352105E-04
+  1.34633632838498805E-04  1.36031696672692380E-04  1.37442620017292624E-04
+  1.38866521133955970E-04  1.40303519371532532E-04  1.41753735176053277E-04
+  1.43217290100809078E-04  1.44694306816522364E-04  1.46184909121611944E-04
+  1.47689221952551907E-04  1.49207371394325473E-04  1.50739484690975175E-04
+  1.52285690256249046E-04  1.53846117684345386E-04  1.55420897760755167E-04
+  1.57010162473204422E-04  1.58614045022696871E-04  1.60232679834657515E-04
+  1.61866202570178959E-04  1.63514750137370426E-04  1.65178460702811007E-04
+  1.66857473703107710E-04  1.68551929856560178E-04  1.70261971174931139E-04
+  1.71987740975326010E-04  1.73729383892180783E-04  1.75487045889359609E-04
+  1.77260874272363835E-04  1.79051017700652796E-04  1.80857626200077286E-04
+  1.82680851175427022E-04  1.84520845423093757E-04  1.86377763143849378E-04
+  1.88251759955742308E-04  1.90142992907110992E-04  1.92051620489717408E-04
+  1.93977802652000843E-04  1.95921700812452825E-04  1.97883477873114793E-04
+  1.99863298233199469E-04  2.01861327802837186E-04  2.03877734016947524E-04
+  2.05912685849239289E-04  2.07966353826337337E-04  2.10038910042039865E-04
+  2.12130528171705879E-04  2.14241383486774478E-04  2.16371652869417252E-04
+  2.18521514827325143E-04  2.20691149508629643E-04  2.22880738716962608E-04
+  2.25090465926652079E-04  2.27320516298058382E-04  2.29571076693050404E-04
+  2.31842335690623770E-04  2.34134483602661326E-04  2.36447712489839461E-04
+  2.38782216177678153E-04  2.41138190272739467E-04  2.43515832178973872E-04
+  2.45915341114215954E-04  2.48336918126831766E-04  2.50780766112517969E-04
+  2.53247089831255129E-04  2.55736095924416040E-04  2.58247992932030782E-04
+  2.60782991310209793E-04  2.63341303448726268E-04  2.65923143688759616E-04
+  2.68528728340801327E-04  2.71158275702724724E-04  2.73812006078019720E-04
+  2.76490141794195096E-04  2.79192907221348548E-04  2.81920528790907015E-04
+  2.84673235014538039E-04  2.87451256503235084E-04  2.90254825986576272E-04
+  2.93084178332160116E-04  2.95939550565218795E-04  2.98821181888410641E-04
+  3.01729313701793692E-04  3.04664189622982744E-04  3.07626055507489256E-04
+  3.10615159469248550E-04  3.13631751901334414E-04  3.16676085496862033E-04
+  3.19748415270084394E-04  3.22848998577679078E-04  3.25978095140230860E-04
+  3.29135967063911195E-04  3.32322878862354387E-04  3.35539097478735520E-04
+  3.38784892308048591E-04  3.42060535219589448E-04  3.45366300579643206E-04
+  3.48702465274380109E-04  3.52069308732959438E-04  3.55467112950845227E-04
+  3.58896162513335296E-04  3.62356744619304351E-04  3.65849149105164481E-04
+  3.69373668469044863E-04  3.72930597895192227E-04  3.76520235278593354E-04
+  3.80142881249823366E-04  3.83798839200120935E-04  3.87488415306691937E-04
+  3.91211918558244311E-04  3.94969660780756778E-04  3.98761956663481966E-04
+  4.02589123785187088E-04  4.06451482640634220E-04  4.10349356667303287E-04
+  4.14283072272356927E-04  4.18252958859853476E-04  4.22259348858207212E-04
+  4.26302577747899420E-04  4.30382984089442029E-04  4.34500909551597170E-04
+  4.38656698939853690E-04  4.42850700225163175E-04  4.47083264572938565E-04
+  4.51354746372317414E-04  4.55665503265691499E-04  4.60015896178505895E-04
+  4.64406289349329868E-04  4.68837050360202930E-04  4.73308550167255587E-04
+  4.77821163131610669E-04  4.82375267050566125E-04  4.86971243189062201E-04
+  4.91609476311434361E-04  4.96290354713457534E-04  5.01014270254680977E-04
+  5.05781618391057072E-04  5.10592798207870060E-04  5.15448212452961746E-04
+  5.20348267570262075E-04  5.25293373733624479E-04  5.30283944880968272E-04
+  5.35320398748734489E-04  5.40403156906652882E-04  5.45532644792826819E-04
+  5.50709291749137899E-04  5.55933531056971284E-04  5.61205799973268677E-04
+  5.66526539766907308E-04  5.71896195755411461E-04  5.77315217341996300E-04
+  5.82784058052951263E-04  5.88303175575361197E-04  5.93873031795172151E-04
+  5.99494092835603141E-04  6.05166829095907027E-04  6.10891715290483219E-04
+  6.16669230488348270E-04  6.22499858152962852E-04  6.28384086182422262E-04
+  6.34322406950011439E-04  6.40315317345129908E-04  6.46363318814587853E-04
+  6.52466917404276011E-04  6.58626623801217325E-04  6.64842953375998605E-04
+  6.71116426225586973E-04  6.77447567216537486E-04  6.83836906028591728E-04
+  6.90284977198671692E-04  6.96792320165275265E-04  7.03359479313272855E-04
+  7.09987004019111139E-04  7.16675448696427512E-04  7.23425372842078588E-04
+  7.30237341082585578E-04  7.37111923221001313E-04  7.44049694284204337E-04
+  7.51051234570617788E-04  7.58117129698366405E-04  7.65247970653864943E-04
+  7.72444353840851536E-04  7.79706881129862885E-04  7.87036159908158510E-04
+  7.94432803130098748E-04  8.01897429367977679E-04  8.09430662863316842E-04
+  8.17033133578624611E-04  8.24705477249624273E-04  8.32448335437953411E-04
+  8.40262355584343260E-04  8.48148191062277393E-04  8.56106501232136883E-04
+  8.64137951495835637E-04  8.72243213351951100E-04  8.80422964451350659E-04
+  8.88677888653326316E-04  8.97008676082231568E-04  9.05416023184635343E-04
+  9.13900632786990492E-04  9.22463214153822924E-04  9.31104483046449175E-04
+  9.39825161782222853E-04  9.48625979294316353E-04  9.57507671192044129E-04
+  9.66470979821730568E-04  9.75516654328126894E-04  9.84645450716382540E-04
+  9.93858131914576726E-04  1.00315546783681609E-03  1.01253823544689842E-03
+  1.02200721882255243E-03  1.03156320922026101E-03  1.04120700514066171E-03
+  1.05093941239454308E-03  1.06076124416943350E-03  1.07067332109679267E-03
+  1.08067647131980527E-03  1.09077153056178974E-03  1.10095934219521930E-03
+  1.11124075731136780E-03  1.12161663479058270E-03  1.13208784137318872E-03
+  1.14265525173103404E-03  1.15331974853967434E-03  1.16408222255121280E-03
+  1.17494357266779157E-03  1.18590470601574673E-03  1.19696653802042622E-03
+  1.20812999248168999E-03  1.21939600165007415E-03  1.23076550630365480E-03
+  1.24223945582559235E-03  1.25381880828237752E-03  1.26550453050277775E-03
+  1.27729759815749569E-03  1.28919899583953873E-03  1.30120971714531254E-03
+  1.31333076475644256E-03  1.32556315052232972E-03  1.33790789554344316E-03
+  1.35036603025536785E-03  1.36293859451359586E-03  1.37562663767908512E-03
+  1.38843121870457992E-03  1.40135340622171028E-03  1.41439427862886718E-03
+  1.42755492417986538E-03  1.44083644107339962E-03  1.45423993754330489E-03
+  1.46776653194962206E-03  1.48141735287047227E-03  1.49519353919476622E-03
+  1.50909624021572982E-03  1.52312661572527120E-03  1.53728583610919078E-03
+  1.55157508244324269E-03  1.56599554659005136E-03  1.58054843129689640E-03
+  1.59523495029436626E-03  1.61005632839589740E-03  1.62501380159819821E-03
+  1.64010861718256518E-03  1.65534203381711357E-03  1.67071532165990436E-03
+  1.68622976246300140E-03  1.70188664967745127E-03  1.71768728855919636E-03
+  1.73363299627593190E-03  1.74972510201492032E-03  1.76596494709175080E-03
+  1.78235388506007837E-03  1.79889328182233346E-03  1.81558451574141601E-03
+  1.83242897775337987E-03  1.84942807148112741E-03  1.86658321334909599E-03
+  1.88389583269897923E-03  1.90136737190646629E-03  1.91899928649901766E-03
+  1.93679304527468875E-03  1.95475013042200035E-03  1.97287203764087617E-03
+  1.99116027626464924E-03  2.00961636938314916E-03  2.02824185396687558E-03
+  2.04703828099228168E-03  2.06600721556814398E-03  2.08515023706307362E-03
+  2.10446893923413357E-03  2.12396493035660891E-03  2.14363983335490865E-03
+  2.16349528593463543E-03  2.18353294071580708E-03  2.20375446536726603E-03
+  2.22416154274226487E-03  2.24475587101524796E-03  2.26553916381984658E-03
+  2.28651315038807049E-03  2.30767957569074202E-03  2.32904020057915972E-03
+  2.35059680192800267E-03  2.37235117277949728E-03  2.39430512248885088E-03
+  2.41646047687095206E-03  2.43881907834837082E-03  2.46138278610065486E-03
+  2.48415347621492753E-03  2.50713304183781006E-03  2.53032339332868225E-03
+  2.55372645841426800E-03  2.57734418234459176E-03  2.60117852805028839E-03
+  2.62523147630128791E-03  2.64950502586690012E-03  2.67400119367727654E-03
+  2.69872201498629841E-03  2.72366954353588271E-03  2.74884585172171462E-03
+  2.77425303076042932E-03  2.79989319085825750E-03  2.82576846138111798E-03
+  2.85188099102621660E-03  2.87823294799512087E-03  2.90482652016834124E-03
+  2.93166391528143369E-03  2.95874736110263159E-03  2.98607910561201088E-03
+  3.01366141718221884E-03  3.04149658476076442E-03  3.06958691805388640E-03
+  3.09793474771201957E-03  3.12654242551685954E-03  3.15541232457004946E-03
+  3.18454683948348957E-03  3.21394838657130394E-03  3.24361940404344637E-03
+  3.27356235220099866E-03  3.30377971363312413E-03  3.33427399341574941E-03
+  3.36504771931192548E-03  3.39610344197393979E-03  3.42744373514714115E-03
+  3.45907119587554471E-03  3.49098844470916748E-03  3.52319812591317134E-03
+  3.55570290767878499E-03  3.58850548233603664E-03  3.62160856656830888E-03
+  3.65501490162872898E-03  3.68872725355840186E-03  3.72274841340652181E-03
+  3.75708119745234593E-03  3.79172844742907455E-03  3.82669303074964148E-03
+  3.86197784073440608E-03  3.89758579684080413E-03  3.93351984489494644E-03
+  3.96978295732518423E-03  4.00637813339764590E-03  4.04330839945379970E-03
+  4.08057680914999509E-03  4.11818644369906211E-03  4.15614041211393240E-03
+  4.19444185145333766E-03  4.23309392706957329E-03  4.27209983285835662E-03
+  4.31146279151078515E-03  4.35118605476742838E-03  4.39127290367455174E-03
+  4.43172664884249317E-03  4.47255063070621517E-03  4.51374821978803905E-03
+  4.55532281696258493E-03  4.59727785372393213E-03  4.63961679245501572E-03
+  4.68234312669926940E-03  4.72546038143454705E-03  4.76897211334931931E-03
+  4.81288191112118086E-03  4.85719339569767178E-03  4.90191022057943643E-03
+  4.94703607210573385E-03  4.99257466974233240E-03  5.03852976637175938E-03
+  5.08490514858598881E-03  5.13170463698152737E-03  5.17893208645695425E-03
+  5.22659138651291027E-03  5.27468646155456258E-03  5.32322127119654737E-03
+  5.37219981057045302E-03  5.42162611063479443E-03  5.47150423848754945E-03
+  5.52183829768126619E-03  5.57263242854072298E-03  5.62389080848320864E-03
+  5.67561765234141091E-03  5.72781721268894248E-03  5.78049378016849864E-03
+  5.83365168382273327E-03  5.88729529142774811E-03  5.94142900982936543E-03
+  5.99605728528207135E-03  6.05118460379072687E-03  6.10681549145503013E-03
+  6.16295451481676908E-03  6.21960628120985480E-03  6.27677543911318424E-03
+  6.33446667850633919E-03  6.39268473122813277E-03  6.45143437133802785E-03
+  6.51072041548044975E-03  6.57054772325199946E-03  6.63092119757160980E-03
+  6.69184578505364371E-03  6.75332647638394318E-03  6.81536830669889244E-03
+  6.87797635596744568E-03  6.94115574937621046E-03  7.00491165771755658E-03
+  7.06924929778077887E-03  7.13417393274635037E-03  7.19969087258327985E-03
+  7.26580547444955534E-03  7.33252314309575538E-03  7.39984933127178432E-03
+  7.46778954013679885E-03  7.53634931967234623E-03  7.60553426909864935E-03
+  7.67535003729418255E-03  7.74580232321846977E-03  7.81689687633813600E-03
+  7.88863949705628266E-03  7.96103603714513539E-03  8.03409240018200174E-03
+  8.10781454198860468E-03  8.18220847107377358E-03  8.25728024907946244E-03
+  8.33303599123022369E-03  8.40948186678608899E-03  8.48662409949883616E-03
+  8.56446896807175340E-03  8.64302280662286072E-03  8.72229200515160612E-03
+  8.80228301000909701E-03  8.88300232437180121E-03  8.96445650871885782E-03
+  9.04665218131288709E-03  9.12959601868441363E-03  9.21329475611986325E-03
+  9.29775518815318704E-03  9.38298416906109718E-03  9.46898861336195954E-03
+  9.55577549631835520E-03  9.64335185444329009E-03  9.73172478601014995E-03
+  9.82090145156632420E-03  9.91088907445058197E-03  1.00016949413141779E-02
+  1.00933264026457515E-02  1.01857908732999516E-02  1.02790958330299179E-02
+  1.03732488270234947E-02  1.04682574664433474E-02  1.05641294289708625E-02
+  1.06608724593539213E-02  1.07584943699585312E-02  1.08570030413243732E-02
+  1.09564064227241891E-02  1.10567125327271244E-02  1.11579294597659983E-02
+  1.12600653627084567E-02  1.13631284714321417E-02  1.14671270874038070E-02
+  1.15720695842623511E-02  1.16779644084059331E-02  1.17848200795830031E-02
+  1.18926451914873957E-02  1.20014484123574430E-02  1.21112384855790785E-02
+  1.22220242302930344E-02  1.23338145420060514E-02  1.24466183932061894E-02
+  1.25604448339821650E-02  1.26753029926468322E-02  1.27912020763646696E-02
+  1.29081513717834370E-02  1.30261602456699117E-02  1.31452381455497060E-02
+  1.32653946003512581E-02  1.33866392210539049E-02  1.35089817013401055E-02
+  1.36324318182517654E-02  1.37569994328507385E-02  1.38826944908834703E-02
+  1.40095270234497499E-02  1.41375071476756518E-02  1.42666450673905824E-02
+  1.43969510738085286E-02  1.45284355462134210E-02  1.46611089526486726E-02
+  1.47949818506108669E-02  1.49300648877475697E-02  1.50663688025593247E-02
+  1.52039044251057812E-02  1.53426826777159457E-02  1.54827145757026191E-02
+  1.56240112280809501E-02  1.57665838382910484E-02  1.59104437049248405E-02
+  1.60556022224569335E-02  1.62020708819796515E-02  1.63498612719421392E-02
+  1.64989850788935626E-02  1.66494540882303407E-02  1.68012801849475382E-02
+  1.69544753543942120E-02  1.71090516830328318E-02  1.72650213592027459E-02
+  1.74223966738876294E-02  1.75811900214868679E-02  1.77414139005910333E-02
+  1.79030809147611644E-02  1.80662037733121360E-02  1.82307952920998002E-02
+  1.83968683943120659E-02  1.85644361112638420E-02  1.87335115831958228E-02
+  1.89041080600770850E-02  1.90762389024113910E-02  1.92499175820474017E-02
+  1.94251576829924250E-02  1.96019729022299805E-02  1.97803770505409621E-02
+  1.99603840533284574E-02  2.01420079514461163E-02  2.03252629020300481E-02
+  2.05101631793342884E-02  2.06967231755696458E-02  2.08849574017460522E-02
+  2.10748804885182092E-02  2.12665071870346452E-02  2.14598523697899363E-02
+  2.16549310314802824E-02  2.18517582898621644E-02  2.20503493866141924E-02
+  2.22507196882019524E-02  2.24528846867459615E-02  2.26568600008924259E-02
+  2.28626613766870247E-02  2.30703046884514137E-02  2.32798059396626122E-02
+  2.34911812638349017E-02  2.37044469254045140E-02  2.39196193206167342E-02
+  2.41367149784155535E-02  2.43557505613356574E-02  2.45767428663967794E-02
+  2.47997088260002614E-02  2.50246655088277002E-02  2.52516301207417262E-02
+  2.54806200056887332E-02  2.57116526466034390E-02  2.59447456663152616E-02
+  2.61799168284563601E-02  2.64171840383712123E-02  2.66565653440277335E-02
+  2.68980789369296786E-02  2.71417431530303656E-02  2.73875764736475381E-02
+  2.76355975263791326E-02  2.78858250860201072E-02  2.81382780754799409E-02
+  2.83929755667008225E-02  2.86499367815763219E-02  2.89091810928705853E-02
+  2.91707280251374927E-02  2.94345972556402692E-02  2.97008086152707844E-02
+  2.99693820894688379E-02  3.02403378191409798E-02  3.05136961015789569E-02
+  3.07894773913774157E-02  3.10677023013508080E-02  3.13483916034493423E-02
+  3.16315662296737313E-02  3.19172472729886067E-02  3.22054559882344882E-02
+  3.24962137930379161E-02  3.27895422687197666E-02  3.30854631612014852E-02
+  3.33839983819089955E-02  3.36851700086741590E-02  3.39890002866334029E-02
+  3.42955116291236151E-02  3.46047266185747077E-02  3.49166680073989544E-02
+  3.52313587188766500E-02  3.55488218480379883E-02  3.58690806625408046E-02
+  3.61921586035440501E-02  3.65180792865766254E-02  3.68468665024014458E-02
+  3.71785442178743791E-02  3.75131365767978134E-02  3.78506679007685823E-02
+  3.81911626900198961E-02  3.85346456242571661E-02  3.88811415634872648E-02
+  3.92306755488409167E-02  3.95832728033879838E-02  3.99389587329453538E-02
+  4.02977589268769740E-02  4.06596991588859327E-02  4.10248053877979094E-02
+  4.13931037583359848E-02  4.17646206018862445E-02  4.21393824372539444E-02
+  4.25174159714097541E-02  4.28987481002258073E-02  4.32834059092011142E-02
+  4.36714166741759696E-02  4.40628078620349112E-02  4.44576071313978333E-02
+  4.48558423332990064E-02  4.52575415118532595E-02  4.56627329049091937E-02
+  4.60714449446886914E-02  4.64837062584125549E-02  4.68995456689117185E-02
+  4.73189921952233347E-02  4.77420750531716773E-02  4.81688236559330019E-02
+  4.85992676145839964E-02  4.90334367386333278E-02  4.94713610365358492E-02
+  4.99130707161886261E-02  5.03585961854086522E-02  5.08079680523913502E-02
+  5.12612171261495053E-02  5.17183744169319587E-02  5.21794711366215316E-02
+  5.26445386991114886E-02  5.31136087206600591E-02  5.35867130202222902E-02
+  5.40638836197585779E-02  5.45451527445195358E-02  5.50305528233057256E-02
+  5.55201164887028364E-02  5.60138765772903585E-02  5.65118661298240066E-02
+  5.70141183913905267E-02  5.75206668115346501E-02  5.80315450443570358E-02
+  5.85467869485827991E-02  5.90664265875995784E-02  5.95904982294646265E-02
+  6.01190363468798519E-02  6.06520756171343850E-02  6.11896509220131099E-02
+  6.17317973476712648E-02  6.22785501844736536E-02  6.28299449267976651E-02
+  6.33860172727992582E-02  6.39468031241411800E-02  6.45123385856821996E-02
+  6.50826599651266463E-02  6.56578037726330416E-02  6.62378067203813065E-02
+  6.68227057220971560E-02  6.74125378925325008E-02  6.80073405469015513E-02
+  6.86071512002708883E-02  6.92120075669027807E-02  6.98219475595504152E-02
+  7.04370092887043470E-02  7.10572310617886005E-02  7.16826513823057149E-02
+  7.23133089489289421E-02  7.29492426545412381E-02  7.35904915852193392E-02
+  7.42370950191614115E-02  7.48890924255580515E-02  7.55465234634041111E-02
+  7.62094279802510571E-02  7.68778460108983097E-02  7.75518177760214922E-02
+  7.82313836807376345E-02  7.89165843131045680E-02  7.96074604425541649E-02
+  8.03040530182572015E-02  8.10064031674189999E-02  8.17145521935042085E-02
+  8.24285415743889055E-02  8.31484129604388583E-02  8.38742081725126765E-02
+  8.46059691998872626E-02  8.53437381981053539E-02  8.60875574867422111E-02
+  8.68374695470909008E-02  8.75935170197637697E-02  8.83557427022086395E-02
+  8.91241895461382244E-02  8.98989006548709529E-02  9.06799192805806814E-02
+  9.14672888214547591E-02  9.22610528187577522E-02  9.30612549537991329E-02
+  9.38679390448031170E-02  9.46811490436787334E-02  9.55009290326881699E-02
+  9.63273232210113128E-02  9.71603759412047185E-02  9.80001316455526572E-02
+  9.88466349023084667E-02  9.96999303918241764E-02  1.00560062902565264E-01
+  1.01427077327010257E-01  1.02301018657431186E-01  1.03181931981553898E-01
+  1.04069862478095035E-01  1.04964855412174193E-01  1.05866956130598447E-01
+  1.06776210057016971E-01  1.07692662686943594E-01  1.08616359582644345E-01
+  1.09547346367888654E-01  1.10485668722559854E-01  1.11431372377124485E-01
+  1.12384503106956413E-01  1.13345106726513892E-01  1.14313229083366621E-01
+  1.15288916052070353E-01  1.16272213527886067E-01  1.17263167420341263E-01
+  1.18261823646630293E-01  1.19268228124851453E-01  1.20282426767077510E-01
+  1.21304465472256567E-01  1.22334390118941136E-01  1.23372246557842069E-01
+  1.24418080604203951E-01  1.25471938029999591E-01  1.26533864555940040E-01
+  1.27603905843297505E-01  1.28682107485537656E-01  1.29768514999758000E-01
+  1.30863173817929695E-01  1.31966129277938909E-01  1.33077426614425426E-01
+  1.34197110949413001E-01  1.35325227282731275E-01  1.36461820482222856E-01
+  1.37606935273734132E-01  1.38760616230885397E-01  1.39922907764616605E-01
+  1.41093854112506134E-01  1.42273499327858183E-01  1.43461887268554883E-01
+  1.44659061585670573E-01  1.45865065711844072E-01  1.47079942849403650E-01
+  1.48303735958243865E-01  1.49536487743448104E-01  1.50778240642653688E-01
+  1.52029036813155771E-01  1.53288918118746148E-01  1.54557926116282357E-01
+  1.55836102041984392E-01  1.57123486797453221E-01  1.58420120935408415E-01
+  1.59726044645140869E-01  1.61041297737674588E-01  1.62365919630635680E-01
+  1.63699949332823530E-01  1.65043425428478635E-01  1.66396386061245211E-01
+  1.67758868917821963E-01  1.69130911211298168E-01  1.70512549664170093E-01
+  1.71903820491033338E-01  1.73304759380947165E-01  1.74715401479465210E-01
+  1.76135781370330258E-01  1.77565933056825082E-01  1.79005889942778856E-01
+  1.80455684813221578E-01  1.81915349814683158E-01  1.83384916435132328E-01
+  1.84864415483551009E-01  1.86353877069138779E-01  1.87853330580143613E-01
+  1.89362804662313589E-01  1.90882327196964907E-01  1.92411925278662882E-01
+  1.93951625192507776E-01  1.95501452391024844E-01  1.97061431470651194E-01
+  1.98631586147815342E-01  2.00211939234604869E-01  2.01802512614017243E-01
+  2.03403327214789237E-01  2.05014402985799538E-01  2.06635758870041125E-01
+  2.08267412778156580E-01  2.09909381561533437E-01  2.11561680984954398E-01
+  2.13224325698796013E-01  2.14897329210773785E-01  2.16580703857226969E-01
+  2.18274460773938667E-01  2.19978609866487540E-01  2.21693159780125076E-01
+  2.23418117869174676E-01  2.25153490165947601E-01  2.26899281349171228E-01
+  2.28655494711925061E-01  2.30422132129080970E-01  2.32199194024239747E-01
+  2.33986679336164377E-01  2.35784585484702436E-01  2.37592908336193898E-01
+  2.39411642168360111E-01  2.41240779634670360E-01  2.43080311728181203E-01
+  2.44930227744844020E-01  2.46790515246278153E-01  2.48661160022004057E-01
+  2.50542146051134840E-01  2.52433455463518308E-01  2.54335068500331329E-01
+  2.56246963474118294E-01  2.58169116728272419E-01  2.60101502595955547E-01
+  2.62044093358454244E-01  2.63996859202967671E-01  2.65959768179825251E-01
+  2.67932786159129910E-01  2.69915876786826103E-01  2.71909001440187703E-01
+  2.73912119182725178E-01  2.75925186718507465E-01  2.77948158345898755E-01
+  2.79980985910706026E-01  2.82023618758737327E-01  2.84076003687767309E-01
+  2.86138084898909517E-01  2.88209803947393317E-01  2.90291099692746302E-01
+  2.92381908248377509E-01  2.94482162930564173E-01  2.96591794206841508E-01
+  2.98710729643789863E-01  3.00838893854228240E-01  3.02976208443805461E-01
+  3.05122591956995592E-01  3.07277959822495006E-01  3.09442224298023094E-01
+  3.11615294414528288E-01  3.13797075919800772E-01  3.15987471221492067E-01
+  3.18186379329545965E-01  3.20393695798043443E-01  3.22609312666460202E-01
+  3.24833118400345455E-01  3.27064997831422177E-01  3.29304832097112810E-01
+  3.31552498579495925E-01  3.33807870843697174E-01  3.36070818575720187E-01
+  3.38341207519722187E-01  3.40618899414741050E-01  3.42903751930878742E-01
+  3.45195618604948573E-01  3.47494348775594764E-01  3.49799787517887373E-01
+  3.52111775577406194E-01  3.54430149303818331E-01  3.56754740583959840E-01
+  3.59085376774430587E-01  3.61421880633713499E-01  3.63764070253826011E-01
+  3.66111758991518432E-01  3.68464755399028510E-01  3.70822863154404381E-01
+  3.73185880991412422E-01  3.75553602629034977E-01  3.77925816700584227E-01
+  3.80302306682436198E-01  3.82682850822405662E-01  3.85067222067777881E-01
+  3.87455187993010652E-01  3.89846510727128837E-01  3.92240946880825947E-01
+  3.94638247473292458E-01  3.97038157858791652E-01  3.99440417653001534E-01
+  4.01844760659147260E-01  4.04250914793939875E-01  4.06658602013352577E-01
+  4.09067538238249706E-01  4.11477433279900495E-01  4.13887990765395231E-01
+  4.16298908062997297E-01  4.18709876207451981E-01  4.21120579825285390E-01
+  4.23530697060117811E-01  4.25939899498023966E-01  4.28347852092971548E-01
+  4.30754213092365557E-01  4.33158633962736850E-01  4.35560759315605395E-01
+  4.37960226833552957E-01  4.40356667196542040E-01  4.42749704008518485E-01
+  4.45138953724333208E-01  4.47524025577024975E-01  4.49904521505503030E-01
+  4.52280036082670478E-01  4.54650156444033671E-01  4.57014462216834838E-01
+  4.59372525449760483E-01  4.61723910543266558E-01  4.64068174180569837E-01
+  4.66404865259351320E-01  4.68733524824224534E-01  4.71053686000017624E-01
+  4.73364873925922580E-01  4.75666605690563293E-01  4.77958390268039435E-01
+  4.80239728454999848E-01  4.82510112808807956E-01  4.84769027586847923E-01
+  4.87015948687044176E-01  4.89250343589646586E-01  4.91471671300347579E-01
+  4.93679382294796243E-01  4.95872918464572987E-01  4.98051713064693702E-01
+  5.00215190662711695E-01  5.02362767089486351E-01  5.04493849391690841E-01
+  5.06607835786133442E-01  5.08704115615961738E-01  5.10782069308832964E-01
+  5.12841068337121397E-01  5.14880475180246822E-01  5.16899643289199684E-01
+  5.18897917053349200E-01  5.20874631769615126E-01  5.22829113614089125E-01
+  5.24760679616192882E-01  5.26668637635460457E-01  5.28552286341034461E-01
+  5.30410915193965438E-01  5.32243804432411927E-01  5.34050225059830574E-01
+  5.35829438836254557E-01  5.37580698272756674E-01  5.39303246629197153E-01
+  5.40996317915354852E-01  5.42659136895545346E-01  5.44290919096827253E-01
+  5.45890870820904595E-01  5.47458189159829356E-01  5.48992062015613347E-01
+  5.50491668123856193E-01  5.51956177081505017E-01  5.53384749378854290E-01
+  5.54776536435899525E-01  5.56130680643163178E-01  5.57446315407104764E-01
+  5.58722565200238219E-01  5.59958545616070391E-01  5.61153363428984253E-01
+  5.62306116659189614E-01  5.63415894642863013E-01  5.64481778107597476E-01
+  5.65502839253295586E-01  5.66478141838627658E-01  5.67406741273181248E-01
+  5.68287684715435670E-01  5.69120011176686647E-01  5.69902751631057414E-01
+  5.70634929131722424E-01  5.71315558933482071E-01  5.71943648621816680E-01
+  5.72518198248559651E-01  5.73038200474321857E-01  5.73502640717802437E-01
+  5.73910497312125623E-01  5.74260741668339625E-01  5.74552338446213895E-01
+  5.74784245732473664E-01  5.74955415226611644E-01  5.75064792434413996E-01
+  5.75111316869339140E-01  5.75093922261889601E-01  5.75011536777115806E-01
+  5.74863083240391370E-01  5.74647479371595771E-01  5.74363638027846068E-01
+  5.74010467454916240E-01  5.73586871547479005E-01  5.73091750118307597E-01
+  5.72523999176577703E-01  5.71882511215400235E-01  5.71166175508723284E-01
+  5.70373878417733238E-01  5.69504503706890430E-01  5.68556932869732412E-01
+  5.67530045464563870E-01  5.66422719460175417E-01  5.65233831591706593E-01
+  5.63962257726781990E-01  5.62606873242039729E-01  5.61166553410175628E-01
+  5.59640173797614993E-01  5.58026610672932910E-01  5.56324741426127867E-01
+  5.54533444998863256E-01  5.52651602325778257E-01  5.50678096786973104E-01
+  5.48611814671761344E-01  5.46451645653792117E-01  5.44196483277626264E-01
+  5.41845225456853208E-01  5.39396774983832206E-01  5.36850040051133126E-01
+  5.34203934784748258E-01  5.31457379789141426E-01  5.28609302704197481E-01
+  5.25658638774122000E-01  5.22604331428346280E-01  5.19445332874472587E-01
+  5.16180604703304069E-01  5.12809118505979766E-01  5.09329856503242584E-01
+  5.05741812186849771E-01  5.02043990973133680E-01  4.98235410868711870E-01
+  4.94315103148332935E-01  4.90282113044841372E-01  4.86135500451230662E-01
+  4.81874340634747655E-01  4.77497724963002135E-01  4.73004761642015603E-01
+  4.68394576466152346E-01  4.63666313579842837E-01  4.58819136251015280E-01
+  4.53852227656127760E-01  4.48764791676692809E-01  4.43556053707161557E-01
+  4.38225261474033179E-01  4.32771685866034816E-01  4.27194621775207395E-01
+  4.21493388948720293E-01  4.15667332851215099E-01  4.09715825537481204E-01
+  4.03638266535232437E-01  3.97434083737752908E-01  3.91102734306156830E-01
+  3.84643705580996420E-01  3.78056516002933551E-01  3.71340716042175278E-01
+  3.64495889136355833E-01  3.57521652636534182E-01  3.50417658760957207E-01
+  3.43183595556216969E-01  3.35819187865425417E-01  3.28324198302998083E-01
+  3.20698428235630717E-01  3.12941718769031485E-01  3.05053951739950757E-01
+  2.97035050713040705E-01  2.88884981982047540E-01  2.80603755574833413E-01
+  2.72191426261695790E-01  2.63648094566442448E-01  2.54973907779660558E-01
+  2.46169060973593895E-01  2.37233798018036873E-01  2.28168412596626707E-01
+  2.18973249222901456E-01  2.09648704255476215E-01  2.00195226911671159E-01
+  1.90613320278910453E-01  1.80903542323194694E-01  1.71066506893935183E-01
+  1.61102884724422857E-01  1.51013404427191800E-01  1.40798853483520919E-01
+  1.30460079226310061E-01  1.19997989815548434E-01  1.09413555205585641E-01
+  9.87078081034041127E-02  8.78818449170805371E-02  7.69368266936164696E-02
+  6.58739800453085195E-02  5.46945980638214313E-02  4.34000412211198935E-02
+  3.19917382564105165E-02  2.04711870482373881E-02  8.83995547087268810E-03
+ -2.90031776586172421E-03 -1.47479222942085431E-02 -2.67010752843945855E-02
+ -3.87579206597273851E-02 -5.09165283317424486E-02 -6.31748934562758463E-02
+ -7.55309357113387592E-02 -8.79824985976709745E-02 -1.00527348762852214E-01
+ -1.13163175349851611E-01 -1.25887589370896169E-01 -1.38698123107544091E-01
+ -1.51592229537849038E-01 -1.64567281791507286E-01 -1.77620572633883561E-01
+ -1.90749313979818563E-01 -2.03950636438128025E-01 -2.17221588887713368E-01
+ -2.30559138086213311E-01 -2.43960168312140846E-01 -2.57421481041463451E-01
+ -2.70939794659599498E-01 -2.84511744209827389E-01 -2.98133881179120541E-01
+ -3.11802673322445434E-01 -3.25514504526587145E-01 -3.39265674714590126E-01
+ -3.53052399791932980E-01 -3.66870811635587046E-01 -3.80716958127134297E-01
+ -3.94586803231159355E-01 -4.08476227120155966E-01 -4.22381026347227073E-01
+ -4.36296914067880348E-01 -4.50219520312263644E-01 -4.64144392309201792E-01
+ -4.78066994863434791E-01 -4.91982710787467192E-01 -5.05886841389475594E-01
+ -5.19774607018724577E-01 -5.33641147669959626E-01 -5.47481523648252866E-01
+ -5.61290716295774317E-01 -5.75063628781965264E-01 -5.88795086958566083E-01
+ -6.02479840280945811E-01 -6.16112562797150543E-01 -6.29687854206050113E-01
+ -6.43200240985932314E-01 -6.56644177594837508E-01 -6.70014047743880181E-01
+ -6.83304165744734737E-01 -6.96508777932396406E-01 -7.09622064164254773E-01
+ -7.22638139396436285E-01 -7.35551055338266146E-01 -7.48354802185639656E-01
+ -7.61043310433961118E-01 -7.73610452771218871E-01 -7.86050046051660622E-01
+ -7.98355853350412148E-01 -8.10521586099273161E-01 -8.22540906303808161E-01
+ -8.34407428841722587E-01 -8.46114723842410155E-01 -8.57656319147414470E-01
+ -8.69025702851452975E-01 -8.80216325923497411E-01 -8.91221604907321052E-01
+ -9.02034924700772844E-01 -9.12649641412939361E-01 -9.23059085298233217E-01
+ -9.33256563766331926E-01 -9.43235364466790016E-01 -9.52988758447027129E-01
+ -9.62510003382303303E-01 -9.71792346876187318E-01 -9.80829029829933585E-01
+ -9.89613289879076707E-01 -9.98138364895500008E-01 -1.00639749655311173E+00
+ -1.01438393395522630E+00 -1.02209093732164602E+00 -1.02951178173340097E+00
+ -1.03663976093302423E+00 -1.04346819117820844E+00 -1.04999041514662816E+00
+ -1.05619980588967888E+00 -1.06208977083286604E+00 -1.06765375582051525E+00
+ -1.07288524920250983E+00 -1.07777778596070295E+00 -1.08232495187267852E+00
+ -1.08652038771052761E+00 -1.09035779347232231E+00 -1.09383093264399012E+00
+ -1.09693363648931785E+00 -1.09965980836585020E+00 -1.10200342806449370E+00
+ -1.10395855617068417E+00 -1.10551933844504591E+00 -1.10668001022151508E+00
+ -1.10743490082100782E+00 -1.10777843797876852E+00 -1.10770515228363475E+00
+ -1.10720968162755917E+00 -1.10628677566382172E+00 -1.10493130027248587E+00
+ -1.10313824203177702E+00 -1.10090271269416817E+00 -1.09821995366611369E+00
+ -1.09508534049049744E+00 -1.09149438733099702E+00 -1.08744275145774516E+00
+ -1.08292623773378804E+00 -1.07794080310202522E+00 -1.07248256107246709E+00
+ -1.06654778620981450E+00 -1.06013291862153736E+00 -1.05323456844679719E+00
+ -1.04584952034673839E+00 -1.03797473799683693E+00 -1.02960736858219271E+00
+ -1.02074474729680231E+00 -1.01138440184803557E+00 -1.00152405696772573E+00
+ -9.91161638931429723E-01 -9.80295280087603471E-01 -9.68923323398591774E-01
+ -9.57044326995499350E-01 -9.44657068749156004E-01 -9.31760550859547454E-01
+ -9.18354004466213514E-01 -9.04436894282261483E-01 -8.90008923254753781E-01
+ -8.75070037254345956E-01 -8.59620429797167351E-01 -8.43660546802006306E-01
+ -8.27191091385957811E-01 -8.10213028701742055E-01 -7.92727590819966799E-01
+ -7.74736281659622716E-01 -7.56240881970129175E-01 -7.37243454368241569E-01
+ -7.17746348433108472E-01 -6.97752205862731678E-01 -6.77263965695005354E-01
+ -6.56284869596447273E-01 -6.34818467221605842E-01 -6.12868621645999867E-01
+ -5.90439514875298999E-01 -5.67535653433248077E-01 -5.44161874030643200E-01
+ -5.20323349317411754E-01 -4.96025593719583380E-01 -4.71274469362631288E-01
+ -4.46076192082327794E-01 -4.20437337523891508E-01 -3.94364847329791435E-01
+ -3.67866035416147485E-01 -3.40948594337176114E-01 -3.13620601736626703E-01
+ -2.85890526884597374E-01 -2.57767237297530316E-01 -2.29260005438548770E-01
+ -2.00378515494631204E-01 -1.71132870226394007E-01 -1.41533597885499324E-01
+ -1.11591659193896103E-01 -8.13184543782528024E-02 -5.07258302520454535E-02
+ -1.98260873368179685E-02  1.13680129868586922E-02  4.28432413092425801E-02
+  7.45858930136966830E-02  1.06581781104129095E-01  1.38816229051533124E-01
+  1.71274063674805049E-01  2.03939608072311152E-01  2.36796674622023057E-01
+  2.69828558069434954E-01  3.03018028723935795E-01  3.36347325785803952E-01
+  3.69798150827557182E-01  4.03351661454997124E-01  4.36988465174949270E-01
+  4.70688613498418007E-01  5.04431596309639074E-01  5.38196336533332653E-01
+  5.71961185134324923E-01  6.05703916485627603E-01  6.39401724143026318E-01
+  6.73031217066235588E-01  7.06568416328750226E-01  7.39988752360600799E-01
+  7.73267062770372604E-01  8.06377590795022026E-01  8.39293984428233109E-01
+  8.71989296280299309E-01  9.04435984224786882E-01  9.36605912889531544E-01
+  9.68470356051826742E-01  1.00000000000000000E+00  1.03116494792588731E+00
+  1.06193472541508216E+00  1.09227828710414210E+00  1.12216402457626474E+00
+  END     
+   PHI    3 #phi(r), for phi(r)/r*Ylm)
+  0.00000000000000000E+00  2.22834035793077936E-15  8.99555003763263552E-15
+  2.04269025971953756E-14  3.66503677970965663E-14  5.77966649383159664E-14
+  8.39993172185323165E-14  1.15394707125514882E-13  1.52122132887195087E-13
+  1.94323865998255163E-13  2.42145209843437212E-13  2.95734559438153048E-13
+  3.55243462307354804E-13  4.20826680524021520E-13  4.92642253929008849E-13
+  5.70851564554418797E-13  6.55619402273054301E-13  7.47114031696948484E-13
+  8.45507260348380577E-13  9.50974508127232795E-13  1.06369487809897832E-12
+  1.18385122862805309E-12  1.31163024688181250E-12  1.44722252373075437E-12
+  1.59082263007115674E-12  1.74262919459677865E-12  1.90284498304675488E-12
+  2.07167697895732190E-12  2.24933646594554548E-12  2.43603911155370708E-12
+  2.63200505268357927E-12  2.83745898265034279E-12  3.05263023988643972E-12
+  3.27775289832625688E-12  3.51306585950307550E-12  3.75881294639030892E-12
+  4.01524299901967776E-12  4.28260997190953736E-12  4.56117303333721496E-12
+  4.85119666648984132E-12  5.15295077252879086E-12  5.46671077560351417E-12
+  5.79275772985118886E-12  6.13137842841932632E-12  6.48286551454911303E-12
+  6.84751759475802248E-12  7.22563935416091349E-12  7.61754167396954988E-12
+  8.02354175121127611E-12  8.44396322070826037E-12  8.87913627935954954E-12
+  9.32939781276895099E-12  9.79509152426252213E-12  1.02765680663403086E-11
+  1.07741851746077583E-11  1.12883078042331335E-11  1.18193082689780604E-11
+  1.23675663828492104E-11  1.29334696044200982E-11  1.35174131838727666E-11
+  1.41198003128101679E-11  1.47410422768908578E-11  1.53815586113387440E-11
+  1.60417772593814887E-11  1.67221347336721957E-11  1.74230762807499836E-11
+  1.81450560485962171E-11  1.88885372573440643E-11  1.96539923732001516E-11
+  2.04419032856382602E-11  2.12527614879261378E-11  2.20870682610473433E-11
+  2.29453348610816893E-11  2.38280827101084911E-11  2.47358435906985396E-11
+  2.56691598440613941E-11  2.66285845719164038E-11  2.76146818421566139E-11
+  2.86280268983763484E-11  2.96692063733344695E-11  3.07388185064265746E-11
+  3.18374733652407450E-11  3.29657930712731628E-11  3.41244120298808026E-11
+  3.53139771645501802E-11  3.65351481555627278E-11  3.77885976831383831E-11
+  3.90750116751409560E-11  4.03950895594302352E-11  4.17495445209471826E-11
+  4.31391037636205114E-11  4.45645087771842431E-11  4.60265156089978186E-11
+  4.75258951409617659E-11  4.90634333716236929E-11  5.06399317035714961E-11
+  5.22562072362117542E-11  5.39130930640339768E-11  5.56114385804622516E-11
+  5.73521097873988702E-11  5.91359896105652295E-11  6.09639782207483824E-11
+  6.28369933610625171E-11  6.47559706803379895E-11  6.67218640727511747E-11
+  6.87356460238116932E-11  7.07983079628248452E-11  7.29108606219502418E-11
+  7.50743344019784869E-11  7.72897797449519131E-11  7.95582675137553474E-11
+  8.18808893788076413E-11  8.42587582119853322E-11  8.66930084879129541E-11
+  8.91847966927573381E-11  9.17353017406648032E-11  9.43457253979837055E-11
+  9.70172927154170529E-11  9.97512524682522011E-11  1.02548877604818375E-10
+  1.05411465703324313E-10  1.08340339437231832E-10  1.11336847049324582E-10
+  1.14402362834632651E-10  1.17538287632378016E-10  1.20746049327108712E-10
+  1.24027103359191832E-10  1.27382933244839655E-10  1.30815051105845656E-10
+  1.34324998209211332E-10  1.37914345516846783E-10  1.41584694245533003E-10
+  1.45337676437335471E-10  1.49174955540664388E-10  1.53098227002178003E-10
+  1.57109218869731341E-10  1.61209692406575125E-10  1.65401442717013452E-10
+  1.69686299383733713E-10  1.74066127117024905E-10  1.78542826416104910E-10
+  1.83118334242782413E-10  1.87794624707681538E-10  1.92573709769263031E-10
+  1.97457639945879062E-10  2.02448505041103942E-10  2.07548434882587067E-10
+  2.12759600074678925E-10  2.18084212765086038E-10  2.23524527425815315E-10
+  2.29082841648672352E-10  2.34761496955584747E-10  2.40562879624024546E-10
+  2.46489421527810599E-10  2.52543600993576521E-10  2.58727943673193913E-10
+  2.65045023432447964E-10  2.71497463256265913E-10  2.78087936170807385E-10
+  2.84819166182726267E-10  2.91693929235925859E-10  2.98715054186130506E-10
+  3.05885423793603197E-10  3.13207975734348017E-10  3.20685703630138139E-10
+  3.28321658097720349E-10  3.36118947817549352E-10  3.44080740622418052E-10
+  3.52210264606347909E-10  3.60510809254119629E-10  3.68985726591823596E-10
+  3.77638432358821980E-10  3.86472407201518992E-10  3.95491197889342236E-10
+  4.04698418553349980E-10  4.14097751947881151E-10  4.23692950735676933E-10
+  4.33487838796907896E-10  4.43486312562551655E-10  4.53692342372571073E-10
+  4.64109973859351959E-10  4.74743329356871937E-10  4.85596609336073773E-10
+  4.96674093866930938E-10  5.07980144107700485E-10  5.19519203821864702E-10
+  5.31295800923279479E-10  5.43314549050046409E-10  5.55580149167645171E-10
+  5.68097391201867982E-10  5.80871155702107964E-10  5.93906415535561318E-10
+  6.07208237612921498E-10  6.20781784646145773E-10  6.34632316938888384E-10
+  6.48765194210206114E-10  6.63185877452154065E-10  6.77899930821898552E-10
+  6.92913023568985886E-10  7.08230931998420642E-10  7.23859541470214627E-10
+  7.39804848436084734E-10  7.56072962513985007E-10  7.72670108601177566E-10
+  7.89602629026552115E-10  8.06876985742925670E-10  8.24499762560059437E-10
+  8.42477667419150613E-10  8.60817534709562940E-10  8.79526327628582837E-10
+  8.98611140584997611E-10  9.18079201647303359E-10  9.37937875037375447E-10
+  9.58194663670438248E-10  9.78857211742195242E-10  9.99933307363990599E-10
+  1.02143088524689560E-09  1.04335802943562016E-09  1.06572297609317939E-09
+  1.08853411633724685E-09  1.11179999912916227E-09  1.13552933421655795E-09
+  1.15973099513060424E-09  1.18441402223888382E-09  1.20958762585492283E-09
+  1.23526118940543236E-09  1.26144427265632214E-09  1.28814661499858165E-09
+  1.31537813879513683E-09  1.34314895278980448E-09  1.37146935557950200E-09
+  1.40034983915087753E-09  1.42980109248256119E-09  1.45983400521424481E-09
+  1.49045967138382707E-09  1.52168939323389374E-09  1.55353468508880900E-09
+  1.58600727730372049E-09  1.61911912028682105E-09  1.65288238859622268E-09
+  1.68730948511280729E-09  1.72241304529047923E-09  1.75820594148525219E-09
+  1.79470128736460916E-09  1.83191244239864722E-09  1.86985301643450861E-09
+  1.90853687435563741E-09  1.94797814082743426E-09  1.98819120513091770E-09
+  2.02919072608600038E-09  2.07099163706606809E-09  2.11360915110551928E-09
+  2.15705876610200907E-09  2.20135627011514568E-09  2.24651774676341217E-09
+  2.29255958072115258E-09  2.33949846331745396E-09  2.38735139823882211E-09
+  2.43613570733756777E-09  2.48586903654787057E-09  2.53656936191148091E-09
+  2.58825499571513657E-09  2.64094459274171925E-09  2.69465715663728131E-09
+  2.74941204639607390E-09  2.80522898296576866E-09  2.86212805597509006E-09
+  2.92012973058612712E-09  2.97925485447363462E-09  3.03952466493365873E-09
+  3.10096079612391009E-09  3.16358528643828657E-09  3.22742058601804967E-09
+  3.29248956440218261E-09  3.35881551831949210E-09  3.42642217962509490E-09
+  3.49533372338393818E-09  3.56557477610409793E-09  3.63717042412260900E-09
+  3.71014622214665546E-09  3.78452820195299390E-09  3.86034288124853725E-09
+  3.93761727269508713E-09  4.01637889310123449E-09  4.09665577278454076E-09
+  4.17847646510714439E-09  4.26187005618797966E-09  4.34686617479491538E-09
+  4.43349500242010186E-09  4.52178728354193800E-09  4.61177433607710544E-09
+  4.70348806202619370E-09  4.79696095831646296E-09  4.89222612784545062E-09
+  4.98931729072907329E-09  5.08826879575804936E-09  5.18911563206648839E-09
+  5.29189344101654835E-09  5.39663852830318492E-09  5.50338787628305443E-09
+  5.61217915653170441E-09  5.72305074263328976E-09  5.83604172320711887E-09
+  5.95119191517537341E-09  6.06854187727652387E-09  6.18813292382891937E-09
+  6.31000713874921925E-09  6.43420738983038911E-09  6.56077734328399585E-09
+  6.68976147855177988E-09  6.82120510339141689E-09  6.95515436924156983E-09
+  7.09165628687137928E-09  7.23075874231967720E-09  7.37251051312923936E-09
+  7.51696128488158155E-09  7.66416166803783239E-09  7.81416321509132175E-09
+  7.96701843803769405E-09  8.12278082616839861E-09  8.28150486419348738E-09
+  8.44324605069992359E-09  8.60806091695148139E-09  8.77600704603661214E-09
+  8.94714309237074109E-09  9.12152880155946465E-09  9.29922503062940291E-09
+  9.48029376863345398E-09  9.66479815763739023E-09  9.85280251409485541E-09
+  1.00443723506179213E-08  1.02395743981505162E-08  1.04384766285522302E-08
+  1.06411482776000004E-08  1.08476598684154431E-08  1.10580832353257280E-08
+  1.12724915481659589E-08  1.14909593370312270E-08  1.17135625174867216E-08
+  1.19403784162442568E-08  1.21714857973139341E-08  1.24069648886396572E-08
+  1.26468974092274539E-08  1.28913665967757812E-08  1.31404572358169675E-08
+  1.33942556863793838E-08  1.36528499131798459E-08  1.39163295153561394E-08
+  1.41847857567495618E-08  1.44583115967477587E-08  1.47370017216981241E-08
+  1.50209525769023156E-08  1.53102623992026611E-08  1.56050312501714189E-08
+  1.59053610499139361E-08  1.62113556114971616E-08  1.65231206760149838E-08
+  1.68407639483022599E-08  1.71643951333093846E-08  1.74941259731497651E-08
+  1.78300702848325110E-08  1.81723439986931069E-08  1.85210651975348348E-08
+  1.88763541564942572E-08  1.92383333836439596E-08  1.96071276613463306E-08
+  1.99828640883721259E-08  2.03656721227980918E-08  2.07556836256978802E-08
+  2.11530329056410771E-08  2.15578567640151660E-08  2.19702945411856606E-08
+  2.23904881635099471E-08  2.28185821912205133E-08  2.32547238671937143E-08
+  2.36990631666203932E-08  2.41517528475950732E-08  2.46129485026405841E-08
+  2.50828086111855719E-08  2.55614945930123043E-08  2.60491708626928412E-08
+  2.65460048850318904E-08  2.70521672315345899E-08  2.75678316379187286E-08
+  2.80931750626901707E-08  2.86283777468014121E-08  2.91736232744131706E-08
+  2.97290986347795163E-08  3.02949942852770958E-08  3.08715042155997636E-08
+  3.14588260131401559E-08  3.20571609295798733E-08  3.26667139487109693E-08
+  3.32876938555112952E-08  3.39203133064967271E-08  3.45647889013743037E-08
+  3.52213412560196930E-08  3.58901950768040359E-08  3.65715792362947626E-08
+  3.72657268503557215E-08  3.79728753566727513E-08  3.86932665947308166E-08
+  3.94271468872694605E-08  4.01747671232440773E-08  4.09363828423207303E-08
+  4.17122543209327747E-08  4.25026466599281931E-08  4.33078298738371078E-08
+  4.41280789817891674E-08  4.49636741001115058E-08  4.58149005366382712E-08
+  4.66820488867631760E-08  4.75654151312673885E-08  4.84653007359557735E-08
+  4.93820127531341725E-08  5.03158639249626830E-08  5.12671727887187856E-08
+  5.22362637840059799E-08  5.32234673619438880E-08  5.42291200963760645E-08
+  5.52535647971332566E-08  5.62971506253896433E-08  5.73602332111509641E-08
+  5.84431747729138108E-08  5.95463442395362586E-08  6.06701173743603600E-08
+  6.18148769016286294E-08  6.29810126352364125E-08  6.41689216098632473E-08
+  6.53790082145276857E-08  6.66116843286096808E-08  6.78673694603863851E-08
+  6.91464908881279351E-08  7.04494838038000708E-08  7.17767914594220193E-08
+  7.31288653161288351E-08  7.45061651959874183E-08  7.59091594366178790E-08
+  7.73383250486716002E-08  7.87941478762186730E-08  8.02771227600987173E-08
+  8.17877537042894941E-08  8.33265540453492696E-08  8.48940466249892825E-08
+  8.64907639658348145E-08  8.81172484504328187E-08  8.97740525035666164E-08
+  9.14617387779388728E-08  9.31808803432842230E-08  9.49320608789756171E-08
+  9.67158748701885749E-08  9.85329278076889810E-08  1.00383836391311535E-07
+  1.02269228737196419E-07  1.04189744588854572E-07  1.06146035532130685E-07
+  1.08138765214137520E-07  1.10168609566233687E-07  1.12236257031120102E-07
+  1.14342408794130476E-07  1.16487779018794255E-07  1.18673095086749760E-07
+  1.20899097842088562E-07  1.23166541840212621E-07  1.25476195601287167E-07
+  1.27828841868374900E-07  1.30225277870336586E-07  1.32666315589587695E-07
+  1.35152782034799259E-07  1.37685519518634391E-07  1.40265385940614642E-07
+  1.42893255075208856E-07  1.45570016865242466E-07  1.48296577720724554E-07
+  1.51073860823192982E-07  1.53902806435679347E-07  1.56784372218397078E-07
+  1.59719533550259129E-07  1.62709283856331383E-07  1.65754634941332847E-07
+  1.68856617329292980E-07  1.72016280609480552E-07  1.75234693788718929E-07
+  1.78512945650206172E-07  1.81852145118959719E-07  1.85253421634007857E-07
+  1.88717925527452501E-07  1.92246828410529763E-07  1.95841323566797649E-07
+  1.99502626352582100E-07  2.03231974604815579E-07  2.07030629056403607E-07
+  2.10899873759259693E-07  2.14841016515148408E-07  2.18855389314481937E-07
+  2.22944348783215029E-07  2.27109276637989922E-07  2.31351580149681896E-07
+  2.35672692615499737E-07  2.40074073839801678E-07  2.44557210623783178E-07
+  2.49123617264204494E-07  2.53774836061321739E-07  2.58512437836192410E-07
+  2.63338022457527387E-07  2.68253219378266981E-07  2.73259688182057800E-07
+  2.78359119139814798E-07  2.83553233776554879E-07  2.88843785448688602E-07
+  2.94232559931965867E-07  2.99721376020271300E-07  3.05312086135466001E-07
+  3.11006576948484992E-07  3.16806770011892738E-07  3.22714622404110360E-07
+  3.28732127385530003E-07  3.34861315066732565E-07  3.41104253089036106E-07
+  3.47463047317598184E-07  3.53939842547306065E-07  3.60536823221688998E-07
+  3.67256214165093867E-07  3.74100281328365565E-07  3.81071332548285404E-07
+  3.88171718321017863E-07  3.95403832589823860E-07  4.02770113547304925E-07
+  4.10273044452445042E-07  4.17915154462721787E-07  4.25699019481566496E-07
+  4.33627263021454574E-07  4.41702557082913940E-07  4.49927623049746628E-07
+  4.58305232600758377E-07  4.66838208638304416E-07  4.75529426233958606E-07
+  4.84381813591621133E-07  4.93398353028388804E-07  5.02582081973510818E-07
+  5.11936093985765594E-07  5.21463539789598381E-07  5.31167628330362843E-07
+  5.41051627849020685E-07  5.51118866976655078E-07  5.61372735849166013E-07
+  5.71816687242515109E-07  5.82454237728900698E-07  5.93288968854250200E-07
+  6.04324528337415484E-07  6.15564631291481194E-07  6.27013061467580438E-07
+  6.38673672521643884E-07  6.50550389304496374E-07  6.62647209175734410E-07
+  6.74968203341821371E-07  6.87517518218845468E-07  7.00299376820394453E-07
+  7.13318080171010825E-07  7.26578008745695949E-07  7.40083623935942826E-07
+  7.53839469542787512E-07  7.67850173297374185E-07  7.82120448409539638E-07
+  7.96655095144934414E-07  8.11459002431206813E-07  8.26537149493777456E-07
+  8.41894607521758703E-07  8.57536541364563656E-07  8.73468211259777350E-07
+  8.89694974592857642E-07  9.06222287689258088E-07  9.23055707639562656E-07
+  9.40200894158247329E-07  9.57663611476673280E-07  9.75449730270959477E-07
+  9.93565229625358575E-07  1.01201619903180017E-06  1.03080884042626004E-06
+  1.04994947026263716E-06  1.06944452162482308E-06  1.08930054637766866E-06
+  1.10952421735756204E-06  1.13012233060334760E-06  1.15110180762832477E-06
+  1.17246969773408161E-06  1.19423318036693299E-06  1.21639956751774818E-06
+  1.23897630616595952E-06  1.26197098076857009E-06  1.28539131579498399E-06
+  1.30924517830849668E-06  1.33354058059531217E-06  1.35828568284195237E-06
+  1.38348879586195034E-06  1.40915838387273056E-06  1.43530306732360306E-06
+  1.46193162577579894E-06  1.48905300083551715E-06  1.51667629914094471E-06
+  1.54481079540424891E-06  1.57346593550954161E-06  1.60265133966785510E-06
+  1.63237680563016336E-06  1.66265231195952474E-06  1.69348802136342459E-06
+  1.72489428408742546E-06  1.75688164137124932E-06  1.78946082896843667E-06
+  1.82264278073074898E-06  1.85643863225850480E-06  1.89085972461805896E-06
+  1.92591760812764658E-06  1.96162404621286888E-06  1.99799101933306723E-06
+  2.03503072897991344E-06  2.07275560174952597E-06  2.11117829348946067E-06
+  2.15031169352195646E-06  2.19016892894482984E-06  2.23076336901143271E-06
+  2.27210862959114311E-06  2.31421857771184581E-06  2.35710733618591969E-06
+  2.40078928832125128E-06  2.44527908271883816E-06  2.49059163815856952E-06
+  2.53674214857480227E-06  2.58374608812336467E-06  2.63161921634168268E-06
+  2.68037758340371908E-06  2.73003753547146575E-06  2.78061572014476128E-06
+  2.83212909201123253E-06  2.88459491829819485E-06  2.93803078462837048E-06
+  2.99245460088134646E-06  3.04788460716267165E-06  3.10433937988260864E-06
+  3.16183783794650668E-06  3.22039924905886904E-06  3.28004323614317151E-06
+  3.34078978387957696E-06  3.40265924536266681E-06  3.46567234888142225E-06
+  3.52985020482367439E-06  3.59521431270729341E-06  3.66178656834045326E-06
+  3.72958927111331012E-06  3.79864513142352014E-06  3.86897727823802948E-06
+  3.94060926679363807E-06  4.01356508643884584E-06  4.08786916861962687E-06
+  4.16354639501167199E-06  4.24062210580187226E-06  4.31912210812169578E-06
+  4.39907268463526662E-06  4.48050060228497914E-06  4.56343312119750308E-06
+  4.64789800375311781E-06  4.73392352382137420E-06  4.82153847616608764E-06
+  4.91077218602279722E-06  5.00165451885180882E-06  5.09421589027001897E-06
+  5.18848727616482453E-06  5.28450022299341309E-06  5.38228685827079017E-06
+  5.48187990125007189E-06  5.58331267379844893E-06  5.68661911147245749E-06
+  5.79183377479616955E-06  5.89899186074602796E-06  6.00812921444603273E-06
+  6.11928234107719033E-06  6.23248841800509931E-06  6.34778530712961021E-06
+  6.46521156746068225E-06  6.58480646792450586E-06  6.70661000040408654E-06
+  6.83066289301861064E-06  6.95700662364586563E-06  7.08568343369222595E-06
+  7.21673634211463637E-06  7.35020915969922933E-06  7.48614650360125534E-06
+  7.62459381215103764E-06  7.76559735993081391E-06  7.90920427312743542E-06
+  8.05546254516586702E-06  8.20442105262865545E-06  8.35612957146655352E-06
+  8.51063879350558454E-06  8.66800034325593347E-06  8.82826679502818054E-06
+  8.99149169036244237E-06  9.15772955577609580E-06  9.32703592083593224E-06
+  9.49946733656053289E-06  9.67508139415898721E-06  9.85393674411197193E-06
+  1.00360931156014570E-05  1.02216113362953131E-05  1.04105533524933790E-05
+  1.06029822496413931E-05  1.07989622732195816E-05  1.09985588500127060E-05
+  1.12018386097683654E-05  1.14088694072507682E-05  1.16197203446970099E-05
+  1.18344617946832092E-05  1.20531654234079460E-05  1.22759042144005525E-05
+  1.25027524926619181E-05  1.27337859492457367E-05  1.29690816662880685E-05
+  1.32087181424934105E-05  1.34527753190855233E-05  1.37013346062314178E-05
+  1.39544789099470595E-05  1.42122926594935924E-05  1.44748618352727648E-05
+  1.47422739972308528E-05  1.50146183137800496E-05  1.52919855912468028E-05
+  1.55744683038565634E-05  1.58621606242647315E-05  1.61551584546435750E-05
+  1.64535594583351612E-05  1.67574630920806524E-05  1.70669706388362594E-05
+  1.73821852411864247E-05  1.77032119353651618E-05  1.80301576858963755E-05
+  1.83631314208643917E-05  1.87022440678261114E-05  1.90476085903762609E-05
+  1.93993400253776375E-05  1.97575555208682223E-05  2.01223743746574257E-05
+  2.04939180736238730E-05  2.08723103337273600E-05  2.12576771407478584E-05
+  2.16501467917646679E-05  2.20498499373889308E-05  2.24569196247632759E-05
+  2.28714913413421904E-05  2.32937030594673255E-05  2.37236952817518702E-05
+  2.41616110872886995E-05  2.46075961786969590E-05  2.50617989300223105E-05
+  2.55243704355059611E-05  2.59954645592383282E-05  2.64752379857130419E-05
+  2.69638502712974949E-05  2.74614638966363622E-05  2.79682443200049797E-05
+  2.84843600316292963E-05  2.90099826089901659E-05  2.95452867731291853E-05
+  3.00904504459743080E-05  3.06456548087034032E-05  3.12110843611644061E-05
+  3.17869269823708517E-05  3.23733739920921000E-05  3.29706202135580400E-05
+  3.35788640372977333E-05  3.41983074861327744E-05  3.48291562813457355E-05
+  3.54716199100446562E-05  3.61259116937452416E-05  3.67922488581920315E-05
+  3.74708526044411486E-05  3.81619481812268285E-05  3.88657649586347470E-05
+  3.95825365031053709E-05  4.03125006537912410E-05  4.10558996002919837E-05
+  4.18129799617918816E-05  4.25839928676248898E-05  4.33691940392925184E-05
+  4.41688438739602269E-05  4.49832075294591050E-05  4.58125550108190427E-05
+  4.66571612583611199E-05  4.75173062373764599E-05  4.83932750294201796E-05
+  4.92853579252486708E-05  5.01938505194296977E-05  5.11190538066548880E-05
+  5.20612742797848060E-05  5.30208240296571354E-05  5.39980208466896432E-05
+  5.49931883243093807E-05  5.60066559642403424E-05  5.70387592836828957E-05
+  5.80898399244180949E-05  5.91602457638710149E-05  6.02503310281678770E-05
+  6.13604564072218935E-05  6.24909891718838408E-05  6.36423032931938618E-05
+  6.48147795637715068E-05  6.60088057213815228E-05  6.72247765747142347E-05
+  6.84630941314187224E-05  6.97241677284296004E-05  7.10084141646266209E-05
+  7.23162578358688563E-05  7.36481308724450936E-05  7.50044732789828061E-05
+  7.63857330768586242E-05  7.77923664491550406E-05  7.92248378882070718E-05
+  8.06836203457851300E-05  8.21691953859594111E-05  8.36820533406940607E-05
+  8.52226934682175335E-05  8.67916241142187100E-05  8.83893628759178690E-05
+  9.00164367690627304E-05  9.16733823979008484E-05  9.33607461281801013E-05
+  9.50790842632304829E-05  9.68289632231806078E-05  9.86109597273637491E-05
+  1.00425660979969083E-04  1.02273664858994480E-04  1.04155580108558122E-04
+  1.06072026534628238E-04  1.08023635204229187E-04  1.10011048648185050E-04
+  1.12034921067462079E-04  1.14095918543172402E-04  1.16194719250302050E-04
+  1.18332013675228408E-04  1.20508504837092803E-04  1.22724908513094209E-04
+  1.24981953467772781E-04  1.27280381686351431E-04  1.29620948612206062E-04
+  1.32004423388535269E-04  1.34431589104302599E-04  1.36903243044524434E-04
+  1.39420196944978545E-04  1.41983277251409127E-04  1.44593325383306551E-04
+  1.47251198002339314E-04  1.49957767285518908E-04  1.52713921203178639E-04
+  1.55520563801848417E-04  1.58378615492110438E-04  1.61289013341520034E-04
+  1.64252711372679064E-04  1.67270680866549924E-04  1.70343910671098662E-04
+  1.73473407515360186E-04  1.76660196329015361E-04  1.79905320567576776E-04
+  1.83209842543276155E-04  1.86574843761752612E-04  1.90001425264638580E-04
+  1.93490707978144228E-04  1.97043833067742763E-04  2.00661962299059483E-04
+  2.04346278405069016E-04  2.08097985459709085E-04  2.11918309258018133E-04
+  2.15808497702906507E-04  2.19769821198675171E-04  2.23803573051393974E-04
+  2.27911069876255275E-04  2.32093652012020955E-04  2.36352683942681762E-04
+  2.40689554726449792E-04  2.45105678432207296E-04  2.49602494583537726E-04
+  2.54181468610464477E-04  2.58844092309027057E-04  2.63591884308826446E-04
+  2.68426390548669896E-04  2.73349184760455187E-04  2.78361868961424870E-04
+  2.83466073954936860E-04  2.88663459839887235E-04  2.93955716528931878E-04
+  2.99344564275652841E-04  3.04831754210815691E-04  3.10419068887870489E-04
+  3.16108322837847333E-04  3.21901363133803009E-04  3.27800069964974948E-04
+  3.33806357220803361E-04  3.39922173084983347E-04  3.46149500639711134E-04
+  3.52490358480292605E-04  3.58946801340284129E-04  3.65520920727336750E-04
+  3.72214845569919365E-04  3.79030742875098819E-04  3.85970818397556069E-04
+  3.93037317320022307E-04  4.00232524945319946E-04  4.07558767400196533E-04
+  4.15018412351145487E-04  4.22613869732401618E-04  4.30347592486315087E-04
+  4.38222077316299027E-04  4.46239865452555020E-04  4.54403543430781473E-04
+  4.62715743884074176E-04  4.71179146348228901E-04  4.79796478080664140E-04
+  4.88570514893176292E-04  4.97504081998753991E-04  5.06600054872672657E-04
+  5.15861360128093524E-04  5.25290976406405145E-04  5.34891935282532532E-04
+  5.44667322185457873E-04  5.54620277334189602E-04  5.64753996689422162E-04
+  5.75071732921138084E-04  5.85576796392398837E-04  5.96272556159580100E-04
+  6.07162440989308938E-04  6.18249940392363992E-04  6.29538605674802212E-04
+  6.41032051006581375E-04  6.52733954507950069E-04  6.64648059353881073E-04
+  6.76778174896825488E-04  6.89128177808073176E-04  7.01702013238004888E-04
+  7.14503695995525440E-04  7.27537311746974803E-04  7.40807018234814277E-04
+  7.54317046516387538E-04  7.68071702223070652E-04  7.82075366840105732E-04
+  7.96332499007450668E-04  8.10847635841950554E-04  8.25625394281155329E-04
+  8.40670472449113752E-04  8.55987651044469314E-04  8.71581794751193203E-04
+  8.87457853672299650E-04  9.03620864786873891E-04  9.20075953430772066E-04
+  9.36828334801334669E-04  9.53883315486479810E-04  9.71246295018521159E-04
+  9.88922767453090162E-04  1.00691832297352128E-03  1.02523864952107423E-03
+  1.04388953445137562E-03  1.06287686621745294E-03  1.08220663607975554E-03
+  1.10188493984354698E-03  1.12191797962406551E-03  1.14231206563985177E-03
+  1.16307361803465203E-03  1.18420916872828967E-03  1.20572536329693956E-03
+  1.22762896288320603E-03  1.24992684613643126E-03  1.27262601118366056E-03
+  1.29573357763169625E-03  1.31925678860067021E-03  1.34320301278958174E-03
+  1.36757974657423565E-03  1.39239461613804112E-03  1.41765537963611582E-03
+  1.44336992939314611E-03  1.46954629413548481E-03  1.49619264125793708E-03
+  1.52331727912570665E-03  1.55092865941198576E-03  1.57903537947165734E-03
+  1.60764618475160606E-03  1.63676997123811071E-03  1.66641578794182537E-03
+  1.69659283942083733E-03  1.72731048834230097E-03  1.75857825808316986E-03
+  1.79040583537050098E-03  1.82280307296188589E-03  1.85577999236649768E-03
+  1.88934678660728525E-03  1.92351382302483834E-03  1.95829164612345251E-03
+  1.99369098045992744E-03  2.02972273357563543E-03  2.06639799897239719E-03
+  2.10372805913270917E-03  2.14172438858488369E-03  2.18039865701361805E-03
+  2.21976273241658540E-03  2.25982868430758821E-03  2.30060878696681723E-03
+  2.34211552273881499E-03  2.38436158537867456E-03  2.42735988344706683E-03
+  2.47112354375465543E-03  2.51566591485647339E-03  2.56100057059684312E-03
+  2.60714131370541917E-03  2.65410217944491399E-03  2.70189743931111958E-03
+  2.75054160478579350E-03  2.80004943114298133E-03  2.85043592130939088E-03
+  2.90171632977937518E-03  2.95390616658514201E-03  3.00702120132275699E-03
+  3.06107746723454418E-03  3.11609126534846638E-03  3.17207916867506779E-03
+  3.22905802646261154E-03  3.28704496851092666E-03  3.34605740954462862E-03
+  3.40611305364626549E-03  3.46722989874996600E-03  3.52942624119620798E-03
+  3.59272068034826317E-03  3.65713212327091041E-03  3.72267978947200470E-03
+  3.78938321570745354E-03  3.85726226085020578E-03  3.92633711082380956E-03
+  3.99662828360107612E-03  4.06815663426846833E-03  4.14094336015672759E-03
+  4.21501000603830868E-03  4.29037846939216150E-03  4.36707100573640629E-03
+  4.44511023402944117E-03  4.52451914213999537E-03  4.60532109238666852E-03
+  4.68753982714744961E-03  4.77119947453973330E-03  4.85632455417134030E-03
+  4.94293998296298394E-03  5.03107108104272182E-03  5.12074357771281474E-03
+  5.21198361748946570E-03  5.30481776621588141E-03  5.39927301724909062E-03
+  5.49537679772093245E-03  5.59315697487362644E-03  5.69264186247031307E-03
+  5.79386022728095324E-03  5.89684129564394758E-03  6.00161476010376092E-03
+  6.10821078612500644E-03  6.21666001888317773E-03  6.32699359013238951E-03
+  6.43924312515037865E-03  6.55344074976101434E-03  6.66961909743457940E-03
+  6.78781131646597272E-03  6.90805107723110531E-03  7.03037257952155228E-03
+  7.15481055995773225E-03  7.28140029948055271E-03  7.41017763092179180E-03
+  7.54117894665314210E-03  7.67444120631403069E-03  7.81000194461815324E-03
+  7.94789927923873936E-03  8.08817191877247120E-03  8.23085917078196505E-03
+  8.37600094991666766E-03  8.52363778611205623E-03  8.67381083286687150E-03
+  8.82656187559822600E-03  8.98193334007420414E-03  9.13996830092376165E-03
+  9.30071049022347836E-03  9.46420430616079500E-03  9.63049482177326735E-03
+  9.79962779376339008E-03  9.97164967138839536E-03  1.01466076054244798E-02
+  1.03245494572048024E-02  1.05055238077305414E-02  1.06895799668543841E-02
+  1.08767679825354079E-02  1.10671386501648011E-02  1.12607435219612712E-02
+  1.14576349164352727E-02  1.16578659279210350E-02  1.18614904361751799E-02
+  1.20685631160409573E-02  1.22791394471766548E-02  1.24932757238470273E-02
+  1.27110290647763167E-02  1.29324574230614952E-02  1.31576195961440167E-02
+  1.33865752358387387E-02  1.36193848584181664E-02  1.38561098547503175E-02
+  1.40968125004883905E-02  1.43415559663102512E-02  1.45904043282058284E-02
+  1.48434225778101801E-02  1.51006766327802001E-02  1.53622333472125221E-02
+  1.56281605221003789E-02  1.58985269158268619E-02  1.61734022546919480E-02
+  1.64528572434707379E-02  1.67369635760000468E-02  1.70257939457903913E-02
+  1.73194220566605037E-02  1.76179226333911115E-02  1.79213714323947955E-02
+  1.82298452523986174E-02  1.85434219451359426E-02  1.88621804260439216E-02
+  1.91862006849629514E-02  1.95155637968340116E-02  1.98503519323902367E-02
+  2.01906483688383542E-02  2.05365375005257637E-02  2.08881048495889142E-02
+  2.12454370765783676E-02  2.16086219910558985E-02  2.19777485621587658E-02
+  2.23529069291261394E-02  2.27341884117825237E-02  2.31216855209729691E-02
+  2.35154919689445005E-02  2.39157026796679856E-02  2.43224137990950481E-02
+  2.47357227053436220E-02  2.51557280188062504E-02  2.55825296121746648E-02
+  2.60162286203742647E-02  2.64569274504016932E-02  2.69047297910587138E-02
+  2.73597406225752487E-02  2.78220662261143906E-02  2.82918141931519859E-02
+  2.87690934347227985E-02  2.92540141905259406E-02  2.97466880378810562E-02
+  3.02472279005272307E-02  3.07557480572560049E-02  3.12723641503698802E-02
+  3.17971931939574418E-02  3.23303535819757862E-02  3.28719650961310783E-02
+  3.34221489135475280E-02  3.39810276142151896E-02  3.45487251882060364E-02
+  3.51253670426485698E-02  3.57110800084502744E-02  3.63059923467568477E-02
+  3.69102337551375573E-02  3.75239353734853620E-02  3.81472297896200893E-02
+  3.87802510445831930E-02  3.94231346376118300E-02  4.00760175307800781E-02
+  4.07390381532946877E-02  4.14123364054327370E-02  4.20960536621076478E-02
+  4.27903327760508767E-02  4.34953180805949594E-02  4.42111553920447112E-02
+  4.49379920116216858E-02  4.56759767269680830E-02  4.64252598131949315E-02
+  4.71859930334597652E-02  4.79583296390584252E-02  4.87424243690153594E-02
+  4.95384334491567602E-02  5.03465145906498435E-02  5.11668269879926099E-02
+  5.19995313164368089E-02  5.28447897288270504E-02  5.37027658518391196E-02
+  5.45736247815995987E-02  5.54575330786688733E-02  5.63546587623696207E-02
+  5.72651713044418920E-02  5.81892416220063310E-02  5.91270420698165114E-02
+  6.00787464317803083E-02  6.10445299117319054E-02  6.20245691234333207E-02
+  6.30190420797860223E-02  6.40281281812315889E-02  6.50520082033209796E-02
+  6.60908642834313331E-02  6.71448799066084734E-02  6.82142398905143388E-02
+  6.92991303694566047E-02  7.03997387774788902E-02  7.15162538304890266E-02
+  7.26488655074022244E-02  7.37977650302771709E-02  7.49631448434208286E-02
+  7.61451985914392837E-02  7.73441210962106801E-02  7.85601083327562705E-02
+  7.97933574039855625E-02  8.10440665142914130E-02  8.23124349419700890E-02
+  8.35986630104421924E-02  8.49029520582490899E-02  8.62255044077994970E-02
+  8.75665233328416920E-02  8.89262130246356863E-02  9.03047785567989841E-02
+  9.17024258488016025E-02  9.31193616280833331E-02  9.45557933907681530E-02
+  9.60119293609490304E-02  9.74879784485175732E-02  9.89841502055122391E-02
+  1.00500654780958737E-01  1.02037702874176656E-01  1.03595505686525424E-01
+  1.05174274871564374E-01  1.06774222483599676E-01  1.08395560924592974E-01
+  1.10038502889404533E-01  1.11703261309345825E-01  1.13390049294015319E-01
+  1.15099080071391427E-01  1.16830566926157689E-01  1.18584723136234152E-01
+  1.20361761907490580E-01  1.22161896306615253E-01  1.23985339192116267E-01
+  1.25832303143430052E-01  1.27703000388113413E-01  1.29597642727095369E-01
+  1.31516441457965871E-01  1.33459607296278121E-01  1.35427350294842930E-01
+  1.37419879760992847E-01  1.39437404171794621E-01  1.41480131087191263E-01
+  1.43548267061049950E-01  1.45642017550101088E-01  1.47761586820746554E-01
+  1.49907177853721263E-01  1.52078992246589884E-01  1.54277230114063746E-01
+  1.56502089986122056E-01  1.58753768703923659E-01  1.61032461313495884E-01
+  1.63338360957188816E-01  1.65671658762883506E-01  1.68032543730945449E-01
+  1.70421202618913081E-01  1.72837819823916078E-01  1.75282577262816569E-01
+  1.77755654250068978E-01  1.80257227373295525E-01  1.82787470366576388E-01
+  1.85346553981455303E-01  1.87934645855660720E-01  1.90551910379548883E-01
+  1.93198508560271959E-01  1.95874597883680779E-01  1.98580332173969032E-01
+  2.01315861451073497E-01  2.04081331785841119E-01  2.06876885152980222E-01
+  2.09702659281813419E-01  2.12558787504851826E-01  2.15445398604214106E-01
+  2.18362616655915276E-01  2.21310560872052475E-01  2.24289345440917776E-01
+  2.27299079365071627E-01  2.30339866297412682E-01  2.33411804375280113E-01
+  2.36514986052633186E-01  2.39649497930349509E-01  2.42815420584690494E-01
+  2.46012828393983057E-01  2.49241789363572691E-01  2.52502364949102331E-01
+  2.55794609878178092E-01  2.59118571970483991E-01  2.62474291956412253E-01
+  2.65861803294279886E-01  2.69281131986200961E-01  2.72732296392694917E-01
+  2.76215307046109027E-01  2.79730166462937524E-01  2.83276868955124717E-01
+  2.86855400440443054E-01  2.90465738252037975E-01  2.94107850947238514E-01
+  2.97781698115732241E-01  3.01487230187209909E-01  3.05224388238587885E-01
+  3.08993103800914937E-01  3.12793298666083297E-01  3.16624884693455955E-01
+  3.20487763616533694E-01  3.24381826849784227E-01  3.28306955295759040E-01
+  3.32263019152629235E-01  3.36249877722269996E-01  3.40267379219030275E-01
+  3.44315360579324214E-01  3.48393647272183637E-01  3.52502053110914149E-01
+  3.56640380065995799E-01  3.60808418079378246E-01  3.65005944880315014E-01
+  3.69232725802884576E-01  3.73488513605350569E-01  3.77773048291509761E-01
+  3.82086056934181073E-01  3.86427253500986889E-01  3.90796338682578515E-01
+  3.95192999723459060E-01  3.99616910255558677E-01  4.04067730134704872E-01
+  4.08545105280152254E-01  4.13048667517310508E-01  4.17578034423825795E-01
+  4.22132809179162127E-01  4.26712580417826892E-01  4.31316922086387944E-01
+  4.35945393304423612E-01  4.40597538229545671E-01  4.45272885926633388E-01
+  4.49970950241419920E-01  4.54691229678555964E-01  4.59433207284292655E-01
+  4.64196350533909119E-01  4.68980111224012619E-01  4.73783925369840264E-01
+  4.78607213107686669E-01  4.83449378602582525E-01  4.88309809961346486E-01
+  4.93187879151137876E-01  4.98082941923630396E-01  5.02994337744935849E-01
+  5.07921389731405881E-01  5.12863404591437755E-01  5.17819672573424761E-01
+  5.22789467419987997E-01  5.27772046328632838E-01  5.32766649918984259E-01
+  5.37772502206762204E-01  5.42788810584662107E-01  5.47814765810328175E-01
+  5.52849542001603078E-01  5.57892296639265761E-01  5.62942170577476753E-01
+  5.67998288062159129E-01  5.73059756757575478E-01  5.78125667781365760E-01
+  5.83195095748333281E-01  5.88267098823285761E-01  5.93340718783259002E-01
+  5.98414981089464337E-01  6.03488894969333223E-01  6.08561453509034012E-01
+  6.13631633756874462E-01  6.18698396838003761E-01  6.23760688080862713E-01
+  6.28817437155825165E-01  6.33867558226511196E-01  6.38909950114246006E-01
+  6.43943496476157229E-01  6.48967065997405723E-01  6.53979512598053647E-01
+  6.58979675655068875E-01  6.63966380239968013E-01  6.68938437372587180E-01
+  6.73894644291468170E-01  6.78833784741330160E-01  6.83754629278073067E-01
+  6.88655935591753310E-01  6.93536448847936970E-01  6.98394902047804633E-01
+  7.03230016407362046E-01  7.08040501756065255E-01  7.12825056955137426E-01
+  7.17582370335809516E-01  7.22311120157676623E-01  7.27009975087313465E-01
+  7.31677594697254796E-01  7.36312629985369949E-01  7.40913723914657152E-01
+  7.45479511973380138E-01  7.50008622755457544E-01  7.54499678560936693E-01
+  7.58951296016350585E-01  7.63362086714689858E-01  7.67730657874675093E-01
+  7.72055613018964193E-01  7.76335552670880280E-01  7.80569075069188045E-01
+  7.84754776900410178E-01  7.88891254048113222E-01  7.92977102358564889E-01
+  7.97010918422102699E-01  8.00991300369523818E-01  8.04916848682758701E-01
+  8.08786167019052149E-01  8.12597863047844315E-01  8.16350549299499129E-01
+  8.20042844024999940E-01  8.23673372065700793E-01  8.27240765732191852E-01
+  8.30743665691296984E-01  8.34180721860221297E-01  8.37550594306816887E-01
+  8.40851954154926085E-01  8.44083484493737823E-01  8.47243881290075329E-01
+  8.50331854302514567E-01  8.53346127996223558E-01  8.56285442457391133E-01
+  8.59148554306118029E-01  8.61934237606619580E-01  8.64641284773585372E-01
+  8.67268507473555994E-01  8.69814737520143377E-01  8.72278827761947428E-01
+  8.74659652962010759E-01  8.76956110667660438E-01  8.79167122069591911E-01
+  8.81291632849058759E-01  8.83328614012041102E-01  8.85277062709280416E-01
+  8.87136003041079202E-01  8.88904486845788377E-01  8.90581594470908455E-01
+  8.92166435525774459E-01  8.93658149614795394E-01  8.95055907050257948E-01
+  8.96358909543724991E-01  8.97566390875090492E-01  8.98677617538381712E-01
+  8.99691889363436026E-01  9.00608540112607936E-01  9.01426938051702709E-01
+  9.02146486494375899E-01  9.02766624319256694E-01  9.03286826459128500E-01
+  9.03706604361508958E-01  9.04025506420034430E-01  9.04243118376096722E-01
+  9.04359063690221676E-01  9.04373003882728121E-01  9.04284638843261712E-01
+  9.04093707108831968E-01  9.03799986110047082E-01  9.03403292385281165E-01
+  9.02903481762569071E-01  9.02300449509056635E-01  9.01594130447919362E-01
+  9.00784499042676878E-01  8.99871569448910114E-01  8.98855395533429857E-01
+  8.97736070860994051E-01  8.96513728648731800E-01  8.95188541688472728E-01
+  8.93760722237240679E-01  8.92230521876211546E-01  8.90598231338491253E-01
+  8.88864180306108920E-01  8.87028737176682291E-01  8.85092308800235261E-01
+  8.83055340186716720E-01  8.80918314184790829E-01  8.78681751132527000E-01
+  8.76346208480645594E-01  8.73912280389018137E-01  8.71380597297160775E-01
+  8.68751825469483707E-01  8.66026666516106935E-01  8.63205856890059020E-01
+  8.60290167361733582E-01  8.57280402471482628E-01  8.54177399961250750E-01
+  8.50982030186188676E-01  8.47695195507192856E-01  8.44317829665333419E-01
+  8.40850897139157172E-01  8.37295392485855716E-01  8.33652339667299902E-01
+  8.29922791361952572E-01  8.26107828263673905E-01  8.22208558368431097E-01
+  8.18226116249937241E-01  8.14161662325231905E-01  8.10016382111206634E-01
+  8.05791485473089319E-01  8.01488205865874326E-01  7.97107799569685804E-01
+  7.92651544920040418E-01  7.88120741533966163E-01  7.83516709532915079E-01
+  7.78840788763387359E-01  7.74094338016158900E-01  7.69278734244994156E-01
+  7.64395371785688060E-01  7.59445661576262254E-01  7.54431030379111411E-01
+  7.49352920005866507E-01  7.44212786545709881E-01  7.39012099597851524E-01
+  7.33752341508835060E-01  7.28435006615318015E-01  7.23061600492926781E-01
+  7.17633639211758267E-01  7.12152648599067684E-01  7.06620163509635524E-01
+  7.01037727104280362E-01  6.95406890136941125E-01  6.89729210250720759E-01
+  6.84006251283239997E-01  6.78239582581621647E-01  6.72430778327345324E-01
+  6.66581416871391164E-01  6.60693080079532757E-01  6.54767352688297444E-01
+  6.48805821671551430E-01  6.42810075617860077E-01  6.36781704118677294E-01
+  6.30722297167411350E-01  6.24633444569367535E-01  6.18516735362541925E-01
+  6.12373757249216055E-01  6.06206096038263142E-01  6.00015335098060931E-01
+  5.93803054819874832E-01  5.87570832091551920E-01  5.81320239781340620E-01
+  5.75052846231639214E-01  5.68770214762444160E-01  5.62473903184261159E-01
+  END     
+   PHI    4 #phi(r), for phi(r)/r*Ylm)
+  0.00000000000000000E+00 -4.48138443346624560E-15 -1.80908261009765606E-14
+ -4.10802609202871806E-14 -7.37070471044366048E-14 -1.16234072429288713E-13
+ -1.68929863548527525E-13 -2.32068697394539748E-13 -3.05930714704371706E-13
+ -3.90802035710655688E-13 -4.86974878038134608E-13 -5.94747676847174922E-13
+ -7.14425207266420771E-13 -8.46318709157534434E-13 -9.90746014255761244E-13
+ -1.14803167573087573E-12 -1.31850710021389055E-12 -1.50251068233576282E-12
+ -1.70038794182517961E-12 -1.91249166321339664E-12 -2.13918203819498251E-12
+ -2.38082681069424194E-12 -2.63780142468800462E-12 -2.91048917483642865E-12
+ -3.19928135997440035E-12 -3.50457743951712004E-12 -3.82678519283445197E-12
+ -4.16632088164960080E-12 -4.52360941551876981E-12 -4.89908452044945524E-12
+ -5.29318891071612580E-12 -5.70637446393315604E-12 -6.13910239944591393E-12
+ -6.59184346010214789E-12 -7.06507809746688068E-12 -7.55929666054523166E-12
+ -8.07499958807880225E-12 -8.61269760448242032E-12 -9.17291191948939934E-12
+ -9.75617443157453304E-12 -1.03630279352255883E-11 -1.09940263321351720E-11
+ -1.16497348463862243E-11 -1.23307302437058947E-11 -1.30376010548637048E-11
+ -1.37709478032915479E-11 -1.45313832370043004E-11 -1.53195325649015571E-11
+ -1.61360336975321195E-11 -1.69815374924048193E-11 -1.78567080039304260E-11
+ -1.87622227380812066E-11 -1.96987729118562315E-11 -2.06670637176421464E-11
+ -2.16678145925607639E-11 -2.27017594928967102E-11 -2.37696471736997850E-11
+ -2.48722414736587681E-11 -2.60103216053449122E-11 -2.71846824509255023E-11
+ -2.83961348634493978E-11 -2.96455059738086114E-11 -3.09336395034817978E-11
+ -3.22613960831675030E-11 -3.36296535774170822E-11 -3.50393074153791392E-11
+ -3.64912709277694694E-11 -3.79864756901827110E-11 -3.95258718728638131E-11
+ -4.11104285970598279E-11 -4.27411342980747805E-11 -4.44189970951524756E-11
+ -4.61450451683145684E-11 -4.79203271422836368E-11 -4.97459124776230570E-11
+ -5.16228918692285103E-11 -5.35523776523077946E-11 -5.55355042159888445E-11
+ -5.75734284246976256E-11 -5.96673300474511859E-11 -6.18184121952129190E-11
+ -6.40279017664604318E-11 -6.62970499011188907E-11 -6.86271324430157559E-11
+ -7.10194504110155094E-11 -7.34753304789961947E-11 -7.59961254648321176E-11
+ -7.85832148285508072E-11 -8.12380051798346622E-11 -8.39619307950414819E-11
+ -8.67564541439212334E-11 -8.96230664262090716E-11 -9.25632881182790723E-11
+ -9.55786695300453248E-11 -9.86707913723017068E-11 -1.01841265334694020E-10
+ -1.05091734674522804E-10 -1.08423874816578276E-10 -1.11839393964212351E-10
+ -1.15340033721857423E-10 -1.18927569729204102E-10 -1.22603812307255694E-10
+ -1.26370607116479303E-10 -1.30229835827279888E-10 -1.34183416803024977E-10
+ -1.38233305795854933E-10 -1.42381496655515291E-10 -1.46630022051454397E-10
+ -1.50980954208432428E-10 -1.55436405655892879E-10 -1.59998529991353127E-10
+ -1.64669522658073935E-10 -1.69451621737273776E-10 -1.74347108755158858E-10
+ -1.79358309505042995E-10 -1.84487594884838844E-10 -1.89737381750206405E-10
+ -1.95110133783648609E-10 -2.00608362379851487E-10 -2.06234627547570880E-10
+ -2.11991538828372094E-10 -2.17881756232536374E-10 -2.23907991192453950E-10
+ -2.30073007533827158E-10 -2.36379622465014952E-10 -2.42830707584857177E-10
+ -2.49429189909319649E-10 -2.56178052917311428E-10 -2.63080337616029958E-10
+ -2.70139143626196804E-10 -2.77357630287553056E-10 -2.84739017784991440E-10
+ -2.92286588295707764E-10 -3.00003687157762536E-10 -3.07893724060449649E-10
+ -3.15960174256878584E-10 -3.24206579799180995E-10 -3.32636550796762222E-10
+ -3.41253766698027062E-10 -3.50061977596012972E-10 -3.59065005558376756E-10
+ -3.68266745982186802E-10 -3.77671168973979686E-10 -3.87282320755551968E-10
+ -3.97104325095964001E-10 -4.07141384770242023E-10 -4.17397783045275777E-10
+ -4.27877885193413245E-10 -4.38586140034271491E-10 -4.49527081505280704E-10
+ -4.60705330261501709E-10 -4.72125595305255520E-10 -4.83792675646117565E-10
+ -4.95711461991846601E-10 -5.07886938470812302E-10 -5.20324184386515759E-10
+ -5.33028376004791870E-10 -5.46004788374301941E-10 -5.59258797180936440E-10
+ -5.72795880636752031E-10 -5.86621621404088080E-10 -6.00741708555514869E-10
+ -6.15161939570273501E-10 -6.29888222367891889E-10 -6.44926577379659045E-10
+ -6.60283139658665416E-10 -6.75964161029121490E-10 -6.91976012275685362E-10
+ -7.08325185373537837E-10 -7.25018295759964122E-10 -7.42062084648212703E-10
+ -7.59463421384409298E-10 -7.77229305848333295E-10 -7.95366870898861117E-10
+ -8.13883384864911862E-10 -8.32786254082733154E-10 -8.52083025480392535E-10
+ -8.71781389210343972E-10 -8.91889181330964083E-10 -9.12414386537966105E-10
+ -9.33365140946612791E-10 -9.54749734925675542E-10 -9.76576615984094571E-10
+ -9.98854391711318227E-10 -1.02159183277231885E-09 -1.04479787595829359E-09
+ -1.06848162729409022E-09 -1.09265236520339961E-09 -1.11731954373279380E-09
+ -1.14249279583569746E-09 -1.16818193671740193E-09 -1.19439696724225685E-09
+ -1.22114807740418398E-09 -1.24844564986170225E-09 -1.27630026353863849E-09
+ -1.30472269729176110E-09 -1.33372393364656137E-09 -1.36331516260245760E-09
+ -1.39350778550869792E-09 -1.42431341901227971E-09 -1.45574389907921582E-09
+ -1.48781128509050833E-09 -1.52052786401421063E-09 -1.55390615465499599E-09
+ -1.58795891198265853E-09 -1.62269913154101560E-09 -1.65814005393869808E-09
+ -1.69429516942334698E-09 -1.73117822254076026E-09 -1.76880321688056626E-09
+ -1.80718441991002446E-09 -1.84633636789758504E-09 -1.88627387092787250E-09
+ -1.92701201800978385E-09 -1.96856618227943256E-09 -2.01095202629968416E-09
+ -2.05418550745808388E-09 -2.09828288346498961E-09 -2.14326071795377499E-09
+ -2.18913588618498247E-09 -2.23592558085636676E-09 -2.28364731802076496E-09
+ -2.33231894311382495E-09 -2.38195863709358848E-09 -2.43258492269402953E-09
+ -2.48421667079465399E-09 -2.53687310690828523E-09 -2.59057381778926069E-09
+ -2.64533875816424111E-09 -2.70118825758791689E-09 -2.75814302742591878E-09
+ -2.81622416796729069E-09 -2.87545317566891802E-09 -2.93585195053437083E-09
+ -2.99744280362962221E-09 -3.06024846473820865E-09 -3.12429209015838997E-09
+ -3.18959727064494514E-09 -3.25618803949828938E-09 -3.32408888080362687E-09
+ -3.39332473782292768E-09 -3.46392102154254725E-09 -3.53590361937938640E-09
+ -3.60929890404850481E-09 -3.68413374259519468E-09 -3.76043550559455346E-09
+ -3.83823207652165595E-09 -3.91755186129546658E-09 -3.99842379799976055E-09
+ -4.08087736678424908E-09 -4.16494259994932556E-09 -4.25065009221777605E-09
+ -4.33803101119693729E-09 -4.42711710803483027E-09 -4.51794072827383697E-09
+ -4.61053482290560939E-09 -4.70493295963090680E-09 -4.80116933432816712E-09
+ -4.89927878273467441E-09 -4.99929679234426404E-09 -5.10125951452554433E-09
+ -5.20520377686475062E-09 -5.31116709573737853E-09 -5.41918768911280912E-09
+ -5.52930448959626624E-09 -5.64155715771248110E-09 -5.75598609543555047E-09
+ -5.87263245996951924E-09 -5.99153817778434661E-09 -6.11274595891198598E-09
+ -6.23629931150738332E-09 -6.36224255667927637E-09 -6.49062084359582618E-09
+ -6.62148016487014503E-09 -6.75486737223088577E-09 -6.89083019248318389E-09
+ -7.02941724376533982E-09 -7.17067805210667774E-09 -7.31466306829216018E-09
+ -7.46142368503948158E-09 -7.61101225449433289E-09 -7.76348210604982654E-09
+ -7.91888756449598391E-09 -8.07728396850546015E-09 -8.23872768946168863E-09
+ -8.40327615063579787E-09 -8.57098784671873636E-09 -8.74192236371520615E-09
+ -8.91614039920605748E-09 -9.09370378298599010E-09 -9.27467549808348981E-09
+ -9.45911970217009574E-09 -9.64710174936613527E-09 -9.83868821245037135E-09
+ -1.00339469054808891E-08 -1.02329469068349712E-08 -1.04357585826756260E-08
+ -1.06424536108526403E-08 -1.08531050052463021E-08 -1.10677871405618670E-08
+ -1.12865757775831664E-08 -1.15095480888938016E-08 -1.17367826850746786E-08
+ -1.19683596413865332E-08 -1.22043605249465302E-08 -1.24448684224080773E-08
+ -1.26899679681531075E-08 -1.29397453730062961E-08 -1.31942884534809372E-08
+ -1.34536866615662625E-08 -1.37180311150661957E-08 -1.39874146284998161E-08
+ -1.42619317445738088E-08 -1.45416787662376230E-08 -1.48267537893319247E-08
+ -1.51172567358415305E-08 -1.54132893877638283E-08 -1.57149554216041157E-08
+ -1.60223604435094936E-08 -1.63356120250531338E-08 -1.66548197396807735E-08
+ -1.69800951998319312E-08 -1.73115520947481948E-08 -1.76493062289811592E-08
+ -1.79934755616132647E-08 -1.83441802462043965E-08 -1.87015426714778521E-08
+ -1.90656875027593171E-08 -1.94367417241826775E-08 -1.98148346816769810E-08
+ -2.02000981267489386E-08 -2.05926662610756157E-08 -2.09926757819223059E-08
+ -2.14002659284010148E-08 -2.18155785285847923E-08 -2.22387580474939881E-08
+ -2.26699516359704634E-08 -2.31093091804561222E-08 -2.35569833536925650E-08
+ -2.40131296663588173E-08 -2.44779065196645887E-08 -2.49514752589165699E-08
+ -2.54340002280758282E-08 -2.59256488253247306E-08 -2.64265915596618338E-08
+ -2.69370021085439326E-08 -2.74570573765945547E-08 -2.79869375553985581E-08
+ -2.85268261844030054E-08 -2.90769102129446957E-08 -2.96373800634252593E-08
+ -3.02084296956548678E-08 -3.07902566723863493E-08 -3.13830622260615433E-08
+ -3.19870513267925110E-08 -3.26024327516000960E-08 -3.32294191549334935E-08
+ -3.38682271404940186E-08 -3.45190773343877438E-08 -3.51821944596309998E-08
+ -3.58578074120341055E-08 -3.65461493374888029E-08 -3.72474577106849811E-08
+ -3.79619744152835692E-08 -3.86899458255722525E-08 -3.94316228896313829E-08
+ -4.01872612140380739E-08 -4.09571211501370560E-08 -4.17414678819068518E-08
+ -4.25405715154510631E-08 -4.33547071701449004E-08 -4.41841550714670618E-08
+ -4.50292006455486675E-08 -4.58901346154705564E-08 -4.67672530993414757E-08
+ -4.76608577101899536E-08 -4.85712556577035842E-08 -4.94987598518493798E-08
+ -5.04436890084106617E-08 -5.14063677564751643E-08 -5.23871267479109266E-08
+ -5.33863027688664070E-08 -5.44042388533324554E-08 -5.54412843988040271E-08
+ -5.64977952840805154E-08 -5.75741339892441966E-08 -5.86706697178571274E-08
+ -5.97877785214173435E-08 -6.09258434261161752E-08 -6.20852545619390856E-08
+ -6.32664092941536780E-08 -6.44697123572283056E-08 -6.56955759912269674E-08
+ -6.69444200807256498E-08 -6.82166722962968855E-08 -6.95127682386101745E-08
+ -7.08331515851961521E-08 -7.21782742399241346E-08 -7.35485964852430163E-08
+ -7.49445871372363289E-08 -7.63667237035439373E-08 -7.78154925442027837E-08
+ -7.92913890354609682E-08 -8.07949177366200253E-08 -8.23265925599611951E-08
+ -8.38869369438127694E-08 -8.54764840288163117E-08 -8.70957768374514388E-08
+ -8.87453684568784575E-08 -9.04258222251609265E-08 -9.21377119209300982E-08
+ -9.38816219565549242E-08 -9.56581475748824120E-08 -9.74678950496146233E-08
+ -9.93114818893882139E-08 -1.01189537045626921E-07 -1.03102701124234608E-07
+ -1.05051626601201182E-07 -1.07036978042193087E-07 -1.09059432326202065E-07
+ -1.11119678873327128E-07 -1.13218419876766053E-07 -1.15356370539093904E-07
+ -1.17534259312908409E-07 -1.19752828145922083E-07 -1.22012832730583382E-07
+ -1.24315042758311095E-07 -1.26660242178426380E-07 -1.29049229461869427E-07
+ -1.31482817869789425E-07 -1.33961835727097531E-07 -1.36487126701074192E-07
+ -1.39059550085124837E-07 -1.41679981087778282E-07 -1.44349311127025251E-07
+ -1.47068448130095063E-07 -1.49838316838771308E-07 -1.52659859120348171E-07
+ -1.55534034284332826E-07 -1.58461819404998069E-07 -1.61444209649895098E-07
+ -1.64482218614434921E-07 -1.67576878662651662E-07 -1.70729241274260739E-07
+ -1.73940377398129148E-07 -1.77211377812275667E-07 -1.80543353490521161E-07
+ -1.83937435975912747E-07 -1.87394777761046136E-07 -1.90916552675413171E-07
+ -1.94503956279905219E-07 -1.98158206268603782E-07 -2.01880542877992464E-07
+ -2.05672229303728731E-07 -2.09534552125113403E-07 -2.13468821737400523E-07
+ -2.17476372792092624E-07 -2.21558564645368523E-07 -2.25716781814793214E-07
+ -2.29952434444464160E-07 -2.34266958778747264E-07 -2.38661817644763830E-07
+ -2.43138500943787725E-07 -2.47698526151718346E-07 -2.52343438828796406E-07
+ -2.57074813138734362E-07 -2.61894252377431201E-07 -2.66803389511455161E-07
+ -2.71803887726467499E-07 -2.76897440985775861E-07 -2.82085774599201459E-07
+ -2.87370645802451719E-07 -2.92753844347190909E-07 -2.98237193102006945E-07
+ -3.03822548664476391E-07 -3.09511801984530050E-07 -3.15306878999328875E-07
+ -3.21209741279864307E-07 -3.27222386689494362E-07 -3.33346850054641684E-07
+ -3.39585203847873894E-07 -3.45939558883595572E-07 -3.52412065026585390E-07
+ -3.59004911913613653E-07 -3.65720329688383144E-07 -3.72560589750038001E-07
+ -3.79528005515492526E-07 -3.86624933195830263E-07 -3.93853772587040440E-07
+ -4.01216967875347616E-07 -4.08717008457410837E-07 -4.16356429775662077E-07
+ -4.24137814169065126E-07 -4.32063791739578301E-07 -4.40137041234611539E-07
+ -4.48360290945771279E-07 -4.56736319624195665E-07 -4.65267957412784074E-07
+ -4.73958086795632906E-07 -4.82809643564996594E-07 -4.91825617806092629E-07
+ -5.01009054900084812E-07 -5.10363056545577144E-07 -5.19890781798958963E-07
+ -5.29595448133949985E-07 -5.39480332520700796E-07 -5.49548772524804237E-07
+ -5.59804167426590778E-07 -5.70249979361077960E-07 -5.80889734478954618E-07
+ -5.91727024128990700E-07 -6.02765506062264539E-07 -6.14008905658608961E-07
+ -6.25461017175689907E-07 -6.37125705021130692E-07 -6.49006905048108516E-07
+ -6.61108625874855608E-07 -6.73434950228504845E-07 -6.85990036313728022E-07
+ -6.98778119206626720E-07 -7.11803512274336438E-07 -7.25070608620821631E-07
+ -7.38583882559343382E-07 -7.52347891112087827E-07 -7.66367275537460789E-07
+ -7.80646762885555793E-07 -7.95191167582313195E-07 -8.10005393042901639E-07
+ -8.25094433314860224E-07 -8.40463374751544759E-07 -8.56117397716442437E-07
+ -8.72061778318922337E-07 -8.88301890181994671E-07 -9.04843206242679417E-07
+ -9.21691300585571870E-07 -9.38851850310229053E-07 -9.56330637432989818E-07
+ -9.74133550823868993E-07 -9.92266588179170485E-07 -1.01073585803047177E-06
+ -1.02954758179065885E-06 -1.04870809583768556E-06 -1.06822385363675577E-06
+ -1.08810142790163586E-06 -1.10834751279581543E-06 -1.12896892617425485E-06
+ -1.14997261186646014E-06 -1.17136564200165087E-06 -1.19315521937679619E-06
+ -1.21534867986830100E-06 -1.23795349488816117E-06 -1.26097727388538333E-06
+ -1.28442776689352538E-06 -1.30831286712519276E-06 -1.33264061361435681E-06
+ -1.35741919390737851E-06 -1.38265694680363353E-06 -1.40836236514664670E-06
+ -1.43454409866666858E-06 -1.46121095687564320E-06 -1.48837191201552673E-06
+ -1.51603610206093879E-06 -1.54421283377715192E-06 -1.57291158583442529E-06
+ -1.60214201197973073E-06 -1.63191394426692567E-06 -1.66223739634643760E-06
+ -1.69312256681556594E-06 -1.72457984263051238E-06 -1.75661980258127328E-06
+ -1.78925322083055254E-06 -1.82249107051787205E-06 -1.85634452743007375E-06
+ -1.89082497373944581E-06 -1.92594400181069768E-06 -1.96171341807807184E-06
+ -1.99814524699386229E-06 -2.03525173504966849E-06 -2.07304535487170308E-06
+ -2.11153880939154150E-06 -2.15074503609366692E-06 -2.19067721134125186E-06
+ -2.23134875478159940E-06 -2.27277333383270561E-06 -2.31496486825244367E-06
+ -2.35793753479188634E-06 -2.40170577193429734E-06 -2.44628428472139037E-06
+ -2.49168804966844067E-06 -2.53793231976988975E-06 -2.58503262959710393E-06
+ -2.63300480048997264E-06 -2.68186494584408601E-06 -2.73162947649523223E-06
+ -2.78231510620300794E-06 -2.83393885723535987E-06 -2.88651806605592653E-06
+ -2.94007038911602961E-06 -2.99461380875327931E-06 -3.05016663919873070E-06
+ -3.10674753269458257E-06 -3.16437548572445124E-06 -3.22306984535828889E-06
+ -3.28285031571404901E-06 -3.34373696453823449E-06 -3.40575022990753042E-06
+ -3.46891092705371531E-06 -3.53324025531413776E-06 -3.59875980521004675E-06
+ -3.66549156565513138E-06 -3.73345793129665496E-06 -3.80268170999161900E-06
+ -3.87318613042041793E-06 -3.94499484984054105E-06 -4.01813196198284527E-06
+ -4.09262200509306657E-06 -4.16848997012117719E-06 -4.24576130906133981E-06
+ -4.32446194344521107E-06 -4.40461827299140076E-06 -4.48625718441393848E-06
+ -4.56940606039269823E-06 -4.65409278870870541E-06 -4.74034577154738517E-06
+ -4.82819393497281481E-06 -4.91766673857610415E-06 -5.00879418530110559E-06
+ -5.10160683145072688E-06 -5.19613579687709578E-06 -5.29241277535899861E-06
+ -5.39047004517001727E-06 -5.49034047984082648E-06 -5.59205755911922338E-06
+ -5.69565538013154155E-06 -5.80116866874907771E-06 -5.90863279116334660E-06
+ -6.01808376567394209E-06 -6.12955827469289729E-06 -6.24309367696956720E-06
+ -6.35872802003998016E-06 -6.47650005290484245E-06 -6.59644923894033972E-06
+ -6.71861576904600941E-06 -6.84304057503400824E-06 -6.96976534326421152E-06
+ -7.09883252852963695E-06 -7.23028536819675677E-06 -7.36416789660537884E-06
+ -7.50052495973282498E-06 -7.63940223012725814E-06 -7.78084622211506208E-06
+ -7.92490430728732267E-06 -8.07162473027043609E-06 -8.22105662478614498E-06
+ -8.37325003000617079E-06 -8.52825590720694156E-06 -8.68612615672982069E-06
+ -8.84691363525244755E-06 -9.01067217337686670E-06 -9.17745659354026493E-06
+ -9.34732272825412823E-06 -9.52032743867792445E-06 -9.69652863353332184E-06
+ -9.87598528836523888E-06 -1.00587574651560153E-05 -1.02449063322991268E-05
+ -1.04344941849390833E-05 -1.06275844656841294E-05 -1.08242417856985692E-05
+ -1.10245319461816408E-05 -1.12285219602400324E-05 -1.14362800751610870E-05
+ -1.16478757950942276E-05 -1.18633799041478383E-05 -1.20828644899092647E-05
+ -1.23064029673956854E-05 -1.25340701034436382E-05 -1.27659420415452236E-05
+ -1.30020963271391365E-05 -1.32426119333648298E-05 -1.34875692872881660E-05
+ -1.37370502966073085E-05 -1.39911383768473820E-05 -1.42499184790530153E-05
+ -1.45134771179876793E-05 -1.47819024008491506E-05 -1.50552840565104325E-05
+ -1.53337134652957545E-05 -1.56172836893012676E-05 -1.59060895032705582E-05
+ -1.62002274260348534E-05 -1.64997957525283434E-05 -1.68048945863890298E-05
+ -1.71156258731557357E-05 -1.74320934340721096E-05 -1.77544030005087200E-05
+ -1.80826622490144202E-05 -1.84169808370084465E-05 -1.87574704391248946E-05
+ -1.91042447842213744E-05 -1.94574196930640039E-05 -1.98171131167009766E-05
+ -2.01834451755371669E-05 -2.05565381991225748E-05 -2.09365167666675816E-05
+ -2.13235077482980427E-05 -2.17176403470639300E-05 -2.21190461417149126E-05
+ -2.25278591302569768E-05 -2.29442157743041546E-05 -2.33682550442399258E-05
+ -2.38001184652026431E-05 -2.42399501639104043E-05 -2.46878969163401411E-05
+ -2.51441081962766706E-05 -2.56087362247473882E-05 -2.60819360203586269E-05
+ -2.65638654505500578E-05 -2.70546852837837617E-05 -2.75545592426847954E-05
+ -2.80636540581506223E-05 -2.85821395244468922E-05 -2.91101885553072871E-05
+ -2.96479772410558276E-05 -3.01956849067699687E-05 -3.07534941715033346E-05
+ -3.13215910085872917E-05 -3.19001648070308319E-05 -3.24894084340386586E-05
+ -3.30895182986675626E-05 -3.37006944166417824E-05 -3.43231404763482965E-05
+ -3.49570639060331186E-05 -3.56026759422206418E-05 -3.62601916993777345E-05
+ -3.69298302408453639E-05 -3.76118146510603582E-05 -3.83063721090908096E-05
+ -3.90137339635086367E-05 -3.97341358086233763E-05 -4.04678175621019589E-05
+ -4.12150235439993079E-05 -4.19760025572250676E-05 -4.27510079694725257E-05
+ -4.35402977966360376E-05 -4.43441347877434269E-05 -4.51627865114312318E-05
+ -4.59965254439899114E-05 -4.68456290590077272E-05 -4.77103799186417554E-05
+ -4.85910657665455733E-05 -4.94879796224828735E-05 -5.04014198786580949E-05
+ -5.13316903977940967E-05 -5.22791006129887914E-05 -5.32439656293825372E-05
+ -5.42266063276686206E-05 -5.52273494694800792E-05 -5.62465278046866377E-05
+ -5.72844801806356125E-05 -5.83415516533720808E-05 -5.94180936008735654E-05
+ -6.05144638383352032E-05 -6.16310267355423756E-05 -6.27681533363681586E-05
+ -6.39262214804335864E-05 -6.51056159269690761E-05 -6.63067284809172434E-05
+ -6.75299581213161285E-05 -6.87757111320046329E-05 -7.00444012346908127E-05
+ -7.13364497244259354E-05 -7.26522856075268136E-05 -7.39923457419901920E-05
+ -7.53570749804439495E-05 -7.67469263156800720E-05 -7.81623610288156634E-05
+ -7.96038488401286425E-05 -8.10718680626161563E-05 -8.25669057583237128E-05
+ -8.40894578974948919E-05 -8.56400295205914157E-05 -8.72191349032353717E-05
+ -8.88272977241244424E-05 -9.04650512359744021E-05 -9.21329384395412772E-05
+ -9.38315122607793985E-05 -9.55613357311894739E-05 -9.73229821714149458E-05
+ -9.91170353781430080E-05 -1.00944089814369661E-04 -1.02804750803087955E-04
+ -1.04699634724460974E-04 -1.06629369216540152E-04 -1.08594593379592841E-04
+ -1.10595957984102399E-04 -1.12634125682505913E-04 -1.14709771224735837E-04
+ -1.16823581677632875E-04 -1.18976256648298270E-04 -1.21168508511455535E-04
+ -1.23401062640892019E-04 -1.25674657645052446E-04 -1.27990045606858269E-04
+ -1.30347992327826441E-04 -1.32749277576564014E-04 -1.35194695341716193E-04
+ -1.37685054089444343E-04 -1.40221177025516721E-04 -1.42803902362090128E-04
+ -1.45434083589267185E-04 -1.48112589751511753E-04 -1.50840305729009260E-04
+ -1.53618132524056946E-04 -1.56446987552574519E-04 -1.59327804940823266E-04
+ -1.62261535827425829E-04 -1.65249148670779643E-04 -1.68291629561958357E-04
+ -1.71389982543196769E-04 -1.74545229932058002E-04 -1.77758412651381897E-04
+ -1.81030590565115358E-04 -1.84362842820127851E-04 -1.87756268194116813E-04
+ -1.91211985449708295E-04 -1.94731133694861784E-04 -1.98314872749689222E-04
+ -2.01964383519798960E-04 -2.05680868376279869E-04 -2.09465551542438851E-04
+ -2.13319679487412064E-04 -2.17244521326766894E-04 -2.21241369230217667E-04
+ -2.25311538836577447E-04 -2.29456369676073072E-04 -2.33677225600148730E-04
+ -2.37975495218890144E-04 -2.42352592346200261E-04 -2.46809956452860503E-04
+ -2.51349053127614336E-04 -2.55971374546411429E-04 -2.60678439949953936E-04
+ -2.65471796129687220E-04 -2.70353017922381547E-04 -2.75323708713452677E-04
+ -2.80385500949171813E-04 -2.85540056657916945E-04 -2.90789067980622498E-04
+ -2.96134257710585220E-04 -3.01577379842785835E-04 -3.07120220132890568E-04
+ -3.12764596666098950E-04 -3.18512360436005060E-04 -3.24365395933646019E-04
+ -3.30325621746909294E-04 -3.36394991170478434E-04 -3.42575492826495236E-04
+ -3.48869151296122572E-04 -3.55278027762192606E-04 -3.61804220663130530E-04
+ -3.68449866358344896E-04 -3.75217139805279884E-04 -3.82108255248328043E-04
+ -3.89125466919803479E-04 -3.96271069753182140E-04 -4.03547400108816390E-04
+ -4.10956836512334038E-04 -4.18501800405936784E-04 -4.26184756912819610E-04
+ -4.34008215614925974E-04 -4.41974731344269901E-04 -4.50086904988051064E-04
+ -4.58347384307795339E-04 -4.66758864772756827E-04 -4.75324090407822075E-04
+ -4.84045854656157536E-04 -4.92927001256850518E-04 -5.01970425137793588E-04
+ -5.11179073324066605E-04 -5.20555945862076507E-04 -5.30104096759720454E-04
+ -5.39826634942834073E-04 -5.49726725228203610E-04 -5.59807589313407808E-04
+ -5.70072506783782500E-04 -5.80524816136780025E-04 -5.91167915824020217E-04
+ -6.02005265311322682E-04 -6.13040386157019906E-04 -6.24276863108849797E-04
+ -6.35718345219741425E-04 -6.47368546982798518E-04 -6.59231249485801082E-04
+ -6.71310301585545648E-04 -6.83609621102352011E-04 -6.96133196035060293E-04
+ -7.08885085796865299E-04 -7.21869422472321541E-04 -7.35090412095867939E-04
+ -7.48552335952220997E-04 -7.62259551898998989E-04 -7.76216495711931826E-04
+ -7.90427682453030515E-04 -8.04897707862085518E-04 -8.19631249771871615E-04
+ -8.34633069547449820E-04 -8.49908013549943199E-04 -8.65461014625197957E-04
+ -8.81297093617717815E-04 -8.97421360910287467E-04 -9.13839017989690741E-04
+ -9.30555359038949190E-04 -9.47575772556502691E-04 -9.64905743002761806E-04
+ -9.82550852474474044E-04 -1.00051678240734043E-03 -1.01880931530734368E-03
+ -1.03743433651122866E-03 -1.05639783597661382E-03 -1.07570591010219038E-03
+ -1.09536476357849463E-03 -1.11538071126973215E-03 -1.13576018012713671E-03
+ -1.15650971113437644E-03 -1.17763596128549241E-03 -1.19914570559589203E-03
+ -1.22104583914690976E-03 -1.24334337916445574E-03 -1.26604546713229632E-03
+ -1.28915937094048537E-03 -1.31269248706950979E-03 -1.33665234281069760E-03
+ -1.36104659852344075E-03 -1.38588304992981275E-03 -1.41116963044715074E-03
+ -1.43691441355918198E-03 -1.46312561522629809E-03 -1.48981159633555533E-03
+ -1.51698086519103039E-03 -1.54464208004513625E-03 -1.57280405167150054E-03
+ -1.60147574598008152E-03 -1.63066628667511509E-03 -1.66038495795656801E-03
+ -1.69064120726573723E-03 -1.72144464807566337E-03 -1.75280506272703046E-03
+ -1.78473240531022920E-03 -1.81723680459427257E-03 -1.85032856700325645E-03
+ -1.88401817964107903E-03 -1.91831631336512290E-03 -1.95323382590961801E-03
+ -1.98878176505943444E-03 -2.02497137187502337E-03 -2.06181408396926506E-03
+ -2.09932153883697755E-03 -2.13750557723784871E-03 -2.17637824663357259E-03
+ -2.21595180467996141E-03 -2.25623872277483459E-03 -2.29725168966248006E-03
+ -2.33900361509550587E-03 -2.38150763355487582E-03 -2.42477710802898845E-03
+ -2.46882563385261234E-03 -2.51366704260653356E-03 -2.55931540607875953E-03
+ -2.60578504028815324E-03 -2.65309050957135894E-03 -2.70124663073390697E-03
+ -2.75026847726638369E-03 -2.80017138362656211E-03 -2.85097094958841569E-03
+ -2.90268304465889516E-03 -2.95532381256343726E-03 -3.00890967580111530E-03
+ -3.06345734027036604E-03 -3.11898379996626606E-03 -3.17550634175029368E-03
+ -3.23304255019356973E-03 -3.29161031249452412E-03 -3.35122782347200068E-03
+ -3.41191359063477756E-03 -3.47368643932850123E-03 -3.53656551796107657E-03
+ -3.60057030330746420E-03 -3.66572060589498861E-03 -3.73203657547013833E-03
+ -3.79953870654791640E-03 -3.86824784404479110E-03 -3.93818518899630154E-03
+ -4.00937230436038301E-03 -4.08183112090747258E-03 -4.15558394319849589E-03
+ -4.23065345565179669E-03 -4.30706272870012754E-03 -4.38483522503873950E-03
+ -4.46399480596576786E-03 -4.54456573781595631E-03 -4.62657269848883775E-03
+ -4.71004078407253300E-03 -4.79499551556425863E-03 -4.88146284568868796E-03
+ -4.96946916581530920E-03 -5.05904131297591451E-03 -5.15020657698335264E-03
+ -5.24299270765275337E-03 -5.33742792212625952E-03 -5.43354091230257869E-03
+ -5.53136085237236879E-03 -5.63091740646071322E-03 -5.73224073637782286E-03
+ -5.83536150947911413E-03 -5.94031090663584178E-03 -6.04712063031747488E-03
+ -6.15582291278694935E-03 -6.26645052440999786E-03 -6.37903678207968252E-03
+ -6.49361555775738054E-03 -6.61022128713126007E-03 -6.72888897839354298E-03
+ -6.84965422113763267E-03 -6.97255319537629006E-03 -7.09762268068200777E-03
+ -7.22490006545073449E-03 -7.35442335629009434E-03 -7.48623118753323925E-03
+ -7.62036283087946711E-03 -7.75685820516272117E-03 -7.89575788624912941E-03
+ -8.03710311706458576E-03 -8.18093581775363420E-03 -8.32729859597059266E-03
+ -8.47623475730409359E-03 -8.62778831583604043E-03 -8.78200400483608937E-03
+ -8.93892728759265384E-03 -9.09860436838145874E-03 -9.26108220357269550E-03
+ -9.42640851287771496E-03 -9.59463179073623100E-03 -9.76580131784509156E-03
+ -9.93996717282935073E-03 -1.01171802440567973E-02 -1.02974922415966230E-02
+ -1.04809557093232236E-02 -1.06676240371659271E-02 -1.08575514735054605E-02
+ -1.10507931377179808E-02 -1.12474050328673688E-02 -1.14474440585465801E-02
+ -1.16509680238686911E-02 -1.18580356606084007E-02 -1.20687066364944286E-02
+ -1.22830415686536309E-02 -1.25011020372072616E-02 -1.27229505990198704E-02
+ -1.29486508016014006E-02 -1.31782671971628455E-02 -1.34118653568259041E-02
+ -1.36495118849869219E-02 -1.38912744338354384E-02 -1.41372217180275889E-02
+ -1.43874235295145727E-02 -1.46419507525261706E-02 -1.49008753787096323E-02
+ -1.51642705224237402E-02 -1.54322104361881429E-02 -1.57047705262877597E-02
+ -1.59820273685321208E-02 -1.62640587241694480E-02 -1.65509435559550756E-02
+ -1.68427620443739011E-02 -1.71395956040163722E-02 -1.74415269001075186E-02
+ -1.77486398651883447E-02 -1.80610197159488881E-02 -1.83787529702122698E-02
+ -1.87019274640687211E-02 -1.90306323691586954E-02 -1.93649582101040087E-02
+ -1.97049968820857853E-02 -2.00508416685680306E-02 -2.04025872591654285E-02
+ -2.07603297676538720E-02 -2.11241667501221898E-02 -2.14941972232634108E-02
+ -2.18705216828035294E-02 -2.22532421220661830E-02 -2.26424620506709591E-02
+ -2.30382865133631175E-02 -2.34408221089726053E-02 -2.38501770094997102E-02
+ -2.42664609793248713E-02 -2.46897853945399100E-02 -2.51202632623977254E-02
+ -2.55580092408775016E-02 -2.60031396583622725E-02 -2.64557725334252057E-02
+ -2.69160275947215935E-02 -2.73840263009823837E-02 -2.78598918611056429E-02
+ -2.83437492543419760E-02 -2.88357252505693981E-02 -2.93359484306536245E-02
+ -2.98445492068888339E-02 -3.03616598435144450E-02 -3.08874144773025813E-02
+ -3.14219491382113081E-02 -3.19654017700980939E-02 -3.25179122514877850E-02
+ -3.30796224163894745E-02 -3.36506760751559345E-02 -3.42312190353795467E-02
+ -3.48213991228178699E-02 -3.54213662023424303E-02 -3.60312721989032719E-02
+ -3.66512711185023599E-02 -3.72815190691679760E-02 -3.79221742819223842E-02
+ -3.85733971317348961E-02 -3.92353501584512196E-02 -3.99081980876914433E-02
+ -4.05921078517068878E-02 -4.12872486101868788E-02 -4.19937917710059005E-02
+ -4.27119110109011046E-02 -4.34417822960701111E-02 -4.41835839026785346E-02
+ -4.49374964372663138E-02 -4.57037028570417905E-02 -4.64823884900518597E-02
+ -4.72737410552165338E-02 -4.80779506822151259E-02 -4.88952099312122898E-02
+ -4.97257138124101092E-02 -5.05696598054134264E-02 -5.14272478783943804E-02
+ -5.22986805070420613E-02 -5.31841626932828132E-02 -5.40839019837560317E-02
+ -5.49981084880304047E-02 -5.59269948965444019E-02 -5.68707764982552683E-02
+ -5.78296711979790837E-02 -5.88038995334057915E-02 -5.97936846917707515E-02
+ -6.07992525261652622E-02 -6.18208315714672899E-02 -6.28586530598737037E-02
+ -6.39129509360142067E-02 -6.49839618716274575E-02 -6.60719252797783291E-02
+ -6.71770833285958435E-02 -6.82996809545104444E-02 -6.94399658749676185E-02
+ -7.05981886005965648E-02 -7.17746024468101235E-02 -7.29694635448125545E-02
+ -7.41830308519908083E-02 -7.54155661616649348E-02 -7.66673341121719282E-02
+ -7.79386021952574864E-02 -7.92296407637489292E-02 -8.05407230384824063E-02
+ -8.18721251144566980E-02 -8.32241259661856692E-02 -8.45970074522195692E-02
+ -8.59910543188071308E-02 -8.74065542026671582E-02 -8.88437976328395468E-02
+ -9.03030780315839249E-02 -9.17846917142945001E-02 -9.32889378883977327E-02
+ -9.48161186512001403E-02 -9.63665389866520533E-02 -9.79405067609923213E-02
+ -9.95383327172396082E-02 -1.01160330468492751E-01 -1.02806816490005448E-01
+ -1.04478110109996220E-01 -1.06174533499156565E-01 -1.07896411658818234E-01
+ -1.09644072407740378E-01 -1.11417846367476064E-01 -1.13218066946277812E-01
+ -1.15045070321500284E-01 -1.16899195420457777E-01 -1.18780783899694375E-01
+ -1.20690180122621213E-01 -1.22627731135479048E-01 -1.24593786641578691E-01
+ -1.26588698973774949E-01 -1.28612823065126780E-01 -1.30666516417696915E-01
+ -1.32750139069442608E-01 -1.34864053559148989E-01 -1.37008624889355723E-01
+ -1.39184220487226784E-01 -1.41391210163312575E-01 -1.43629966068153397E-01
+ -1.45900862646670848E-01 -1.48204276590295808E-01 -1.50540586786778646E-01
+ -1.52910174267627541E-01 -1.55313422153120606E-01 -1.57750715594834917E-01
+ -1.60222441715638514E-01 -1.62728989547086339E-01 -1.65270749964164188E-01
+ -1.67848115617322574E-01 -1.70461480861741232E-01 -1.73111241683765210E-01
+ -1.75797795624453412E-01 -1.78521541700179698E-01 -1.81282880320223910E-01
+ -1.84082213201293615E-01 -1.86919943278913536E-01 -1.89796474615621491E-01
+ -1.92712212305906488E-01 -1.95667562377828314E-01 -1.98662931691252737E-01
+ -2.01698727832640368E-01 -2.04775359006325014E-01 -2.07893233922214787E-01
+ -2.11052761679854511E-01 -2.14254351648782398E-01 -2.17498413345117464E-01
+ -2.20785356304310287E-01 -2.24115589949994337E-01 -2.27489523458871273E-01
+ -2.30907565621563865E-01 -2.34370124699373295E-01 -2.37877608276873681E-01
+ -2.41430423110280734E-01 -2.45028974971526120E-01 -2.48673668487976840E-01
+ -2.52364906977732784E-01 -2.56103092280438704E-01 -2.59888624583547168E-01
+ -2.63721902243969242E-01 -2.67603321605051014E-01 -2.71533276808812285E-01
+ -2.75512159603387707E-01 -2.79540359145608708E-01 -2.83618261798668281E-01
+ -2.87746250924806102E-01 -2.91924706672961332E-01 -2.96154005761331884E-01
+ -3.00434521254788311E-01 -3.04766622337084236E-01 -3.09150674077814935E-01
+ -3.13587037194068718E-01 -3.18076067806724039E-01 -3.22618117191342535E-01
+ -3.27213531523612933E-01 -3.31862651619300619E-01 -3.36565812668661257E-01
+ -3.41323343965275527E-01 -3.46135568629271584E-01 -3.51002803324895307E-01
+ -3.55925357972397105E-01 -3.60903535454203839E-01 -3.65937631315349066E-01
+ -3.71027933458135228E-01 -3.76174721831006531E-01 -3.81378268111613961E-01
+ -3.86638835384055413E-01 -3.91956677810281262E-01 -3.97332040295653055E-01
+ -4.02765158148654157E-01 -4.08256256734748912E-01 -4.13805551124394100E-01
+ -4.19413245735209328E-01 -4.25079533968317824E-01 -4.30804597838873315E-01
+ -4.36588607600793710E-01 -4.42431721365726116E-01 -4.48334084716272896E-01
+ -4.54295830313514781E-01 -4.60317077498871685E-01 -4.66397931890341011E-01
+ -4.72538484973174688E-01 -4.78738813685041453E-01 -4.84998979995743096E-01
+ -4.91319030481548735E-01 -4.97698995894224727E-01 -5.04138890724835864E-01
+ -5.10638712762410130E-01 -5.17198442647554324E-01 -5.23818043421122703E-01
+ -5.30497460068046878E-01 -5.37236619056429943E-01 -5.44035427872036181E-01
+ -5.50893774548295578E-01 -5.57811527191954259E-01 -5.64788533504516410E-01
+ -5.71824620299620001E-01 -5.78919593016500644E-01 -5.86073235229706113E-01
+ -5.93285308155226176E-01 -6.00555550153214934E-01 -6.07883676227489067E-01
+ -6.15269377521980521E-01 -6.22712320814353015E-01 -6.30212148006973671E-01
+ -6.37768475615453134E-01 -6.45380894254967363E-01 -6.53048968124584239E-01
+ -6.60772234489820809E-01 -6.68550203163668089E-01 -6.76382355986316908E-01
+ -6.84268146303837810E-01 -6.92206998446058264E-01 -7.00198307203899306E-01
+ -7.08241437306423971E-01 -7.16335722897870064E-01 -7.24480467014934293E-01
+ -7.32674941064577090E-01 -7.40918384302627575E-01 -7.49210003313468653E-01
+ -7.57548971491081580E-01 -7.65934428521738431E-01 -7.74365479868623918E-01
+ -7.82841196258680316E-01 -7.91360613171963378E-01 -7.99922730333791354E-01
+ -8.08526511209992305E-01 -8.17170882505527163E-01 -8.25854733666785745E-01
+ -8.34576916387844592E-01 -8.43336244120972411E-01 -8.52131491591675005E-01
+ -8.60961394318564777E-01 -8.69824648138341816E-01 -8.78719908736164013E-01
+ -8.87645791181702948E-01 -8.96600869471148920E-01 -9.05583676075464084E-01
+ -9.14592701495150373E-01 -9.23626393821822322E-01 -9.32683158306857552E-01
+ -9.41761356937414029E-01 -9.50859308020094995E-01 -9.59975285772547871E-01
+ -9.69107519923294025E-01 -9.78254195320084063E-01 -9.87413451547082821E-01
+ -9.96583382551206376E-01 -1.00576203627791871E+00 -1.01494741431684976E+00
+ -1.02413747155757107E+00 -1.03333011585590251E+00 -1.04252320771114748E+00
+ -1.05171455995466068E+00 -1.06090193745019001E+00 -1.07008305680645943E+00
+ -1.07925558610247974E+00 -1.08841714462612082E+00 -1.09756530262651286E+00
+ -1.10669758108085547E+00 -1.11581145147629779E+00 -1.12490433560755609E+00
+ -1.13397360539099146E+00 -1.14301658269592532E+00 -1.15203053919398912E+00
+ -1.16101269622738412E+00 -1.16996022469694605E+00 -1.17887024497096027E+00
+ -1.18773982681573154E+00 -1.19656598934893244E+00 -1.20534570101682026E+00
+ -1.21407587959641194E+00 -1.22275339222379142E+00 -1.23137505544970094E+00
+ -1.23993763532363044E+00 -1.24843784750761744E+00 -1.25687235742098968E+00
+ -1.26523778041729384E+00 -1.27353068199464414E+00 -1.28174757804072970E+00
+ -1.28988493511369340E+00 -1.29793917076009202E+00 -1.30590665387108729E+00
+ -1.31378370507802344E+00 -1.32156659718847203E+00 -1.32925155566378317E+00
+ -1.33683475913913186E+00 -1.34431233998698452E+00 -1.35168038492483600E+00
+ -1.35893493566799828E+00 -1.36607198962814191E+00 -1.37308750065821905E+00
+ -1.37997737984429714E+00 -1.38673749634473875E+00 -1.39336367827711172E+00
+ -1.39985171365306749E+00 -1.40619735136137503E+00 -1.41239630219918211E+00
+ -1.41844423995149604E+00 -1.42433680251877592E+00 -1.43006959309244319E+00
+ -1.43563818137802146E+00 -1.44103810486555362E+00 -1.44626487014682081E+00
+ -1.45131395427885357E+00 -1.45618080619310786E+00 -1.46086084814963546E+00
+ -1.46534947723549691E+00 -1.46964206690659416E+00 -1.47373396857205030E+00
+ -1.47762051322020160E+00 -1.48129701308521322E+00 -1.48475876335328683E+00
+ -1.48800104390737853E+00 -1.49101912110931800E+00 -1.49380824961817860E+00
+ -1.49636367424370986E+00 -1.49868063183364786E+00 -1.50075435319367623E+00
+ -1.50258006503880104E+00 -1.50415299197490149E+00 -1.50546835850921856E+00
+ -1.50652139108852223E+00 -1.50730732016374080E+00 -1.50782138227981877E+00
+ -1.50805882218959897E+00 -1.50801489499056340E+00 -1.50768486828325310E+00
+ -1.50706402435028952E+00 -1.50614766235488973E+00 -1.50493110055786472E+00
+ -1.50340967855212604E+00 -1.50157875951377462E+00 -1.49943373246892753E+00
+ -1.49697001457549828E+00 -1.49418305341922619E+00 -1.49106832932332578E+00
+ -1.48762135767123427E+00 -1.48383769124200859E+00 -1.47971292255802744E+00
+ -1.47524268624478094E+00 -1.47042266140262168E+00 -1.46524857399046726E+00
+ -1.45971619922159124E+00 -1.45382136397174500E+00 -1.44755994920000886E+00
+ -1.44092789238289365E+00 -1.43392118996237539E+00 -1.42653589980868811E+00
+ -1.41876814369886683E+00 -1.41061410981217117E+00 -1.40207005524372219E+00
+ -1.39313230853782333E+00 -1.38379727224262372E+00 -1.37406142548795795E+00
+ -1.36392132658838783E+00 -1.35337361567363379E+00 -1.34241501734879276E+00
+ -1.33104234338692207E+00 -1.31925249545674683E+00 -1.30704246788846956E+00
+ -1.29440935048082806E+00 -1.28135033135274723E+00 -1.26786269984314814E+00
+ -1.25394384946263915E+00 -1.23959128090102855E+00 -1.22480260509478645E+00
+ -1.20957554635876474E+00 -1.19390794558668811E+00 -1.17779776352509313E+00
+ -1.16124308412559007E+00 -1.14424211798048647E+00 -1.12679320584698961E+00
+ -1.10889482226535563E+00 -1.09054557927653684E+00 -1.07174423024499821E+00
+ -1.05248967379253888E+00 -1.03278095784907875E+00 -1.01261728382649241E+00
+ -9.91998010921693041E-01 -9.70922660555257888E-01 -9.49390920951990847E-01
+ -9.27402651869878580E-01 -9.04957889483976041E-01 -8.82056851431775590E-01
+ -8.58699942026680874E-01 -8.34887757646189277E-01 -8.10621092301392454E-01
+ -7.85900943394384766E-01 -7.60728517670120619E-01 -7.35105237369191089E-01
+ -7.09032746587907714E-01 -6.82512917851970213E-01 -6.55547858909847125E-01
+ -6.28139919751847242E-01 -6.00291699860659222E-01 -5.72006055698917049E-01
+ -5.43286108439107296E-01 -5.14135251940837645E-01 -4.84557160980184753E-01
+ -4.54555799735478161E-01 -4.24135430533499835E-01 -3.93300622859650229E-01
+ -3.62056262635172765E-01 -3.30407561764018587E-01 -2.98360067951399188E-01
+ -2.65919674795471628E-01 -2.33092632152972684E-01 -1.99885556778935547E-01
+ -1.66305443239883777E-01 -1.32359675099117585E-01 -9.80560363718682021E-02
+ -6.34027232472024888E-02 -2.84083560726113120E-02  6.91800840379489489E-03
+  4.25668645396306000E-02  7.85282450603995708E-02  1.14791708085958941E-01
+  1.51346323931027427E-01  1.88180661690820344E-01  2.25282775624297993E-01
+  2.62640191348998187E-01  3.00239891862977337E-01  3.38068303411021231E-01
+  3.76111281213999060E-01  4.14354095082032359E-01  4.52781414934028625E-01
+  4.91377296248095230E-01  5.30125165469405801E-01  5.69007805404229794E-01
+  6.08007340631068427E-01  6.47105222962179094E-01  6.86282216991170646E-01
+  7.25518385764884921E-01  7.64793076620381762E-01  8.04084907230562584E-01
+  8.43371751904764433E-01  8.82630728193568026E-01  9.21838183850071102E-01
+  9.60969684202969132E-01  1.00000000000000000E+00  1.03890309578358631E+00
+  1.07765211886392764E+00  1.11621938895825434E+00  1.15457638856855027E+00
+  END     
+   TPHI    1 #tphi(r), for tphi(r)/r*Ylm)
+  0.00000000000000000E+00 -2.08739648326728873E-08 -4.19399642925138075E-08
+ -6.31997650442807431E-08 -8.46551500055518518E-08 -1.06307918496248528E-07
+ -1.28159886389530799E-07 -1.50212886264082433E-07 -1.72468767557798760E-07
+ -1.94929396722884088E-07 -2.17596657382380887E-07 -2.40472450488135005E-07
+ -2.63558694480218328E-07 -2.86857325447811602E-07 -3.10370297291574851E-07
+ -3.34099581887506586E-07 -3.58047169252311111E-07 -3.82215067710289950E-07
+ -4.06605304061764343E-07 -4.31219923753050994E-07 -4.56060991047999574E-07
+ -4.81130589201109273E-07 -5.06430820632235158E-07 -5.31963807102908732E-07
+ -5.57731689894269584E-07 -5.83736629986646753E-07 -6.09980808240780371E-07
+ -6.36466425580720319E-07 -6.63195703178399366E-07 -6.90170882639910537E-07
+ -7.17394226193494748E-07 -7.44868016879258079E-07 -7.72594558740636903E-07
+ -8.00576177017621132E-07 -8.28815218341756457E-07 -8.57314050932942065E-07
+ -8.86075064798035525E-07 -9.15100671931288725E-07 -9.44393306516625171E-07
+ -9.73955425131776616E-07 -1.00378950695430318E-06 -1.03389805396950310E-06
+ -1.06428359118023887E-06 -1.09494866681869083E-06 -1.12589585256006145E-06
+ -1.15712774373824581E-06 -1.18864695956348139E-06 -1.22045614334200760E-06
+ -1.25255796269774006E-06 -1.28495510979598659E-06 -1.31765030156922152E-06
+ -1.35064627994493735E-06 -1.38394581207558938E-06 -1.41755169057066227E-06
+ -1.45146673373086399E-06 -1.48569378578448002E-06 -1.52023571712589825E-06
+ -1.55509542455633110E-06 -1.59027583152675003E-06 -1.62577988838305779E-06
+ -1.66161057261351033E-06 -1.69777088909842272E-06 -1.73426387036216638E-06
+ -1.77109257682748685E-06 -1.80826009707216223E-06 -1.84576954808802074E-06
+ -1.88362407554234020E-06 -1.92182685404165853E-06 -1.96038108739800173E-06
+ -1.99929000889756972E-06 -2.03855688157189126E-06 -2.07818499847146729E-06
+ -2.11817768294194261E-06 -2.15853828890281064E-06 -2.19927020112868385E-06
+ -2.24037683553315357E-06 -2.28186163945525733E-06 -2.32372809194858651E-06
+ -2.36597970407305273E-06 -2.40862001918933092E-06 -2.45165261325602388E-06
+ -2.49508109512955133E-06 -2.53890910686680159E-06 -2.58314032403056142E-06
+ -2.62777845599777214E-06 -2.67282724627059738E-06 -2.71829047279037453E-06
+ -2.76417194825444365E-06 -2.81047552043588798E-06 -2.85720507250622979E-06
+ -2.90436452336107770E-06 -2.95195782794878307E-06 -2.99998897760211317E-06
+ -3.04846200037297732E-06 -3.09738096137023858E-06 -3.14674996310061731E-06
+ -3.19657314581274750E-06 -3.24685468784438962E-06 -3.29759880597284211E-06
+ -3.34880975576857477E-06 -3.40049183195210781E-06 -3.45264936875419107E-06
+ -3.50528674027928105E-06 -3.55840836087237060E-06 -3.61201868548918886E-06
+ -3.66612221006980889E-06 -3.72072347191569378E-06 -3.77582705007020674E-06
+ -3.83143756570262745E-06 -3.88755968249570054E-06 -3.94419810703674035E-06
+ -4.00135758921235087E-06 -4.05904292260675688E-06 -4.11725894490382025E-06
+ -4.17601053829272974E-06 -4.23530262987745671E-06 -4.29514019208994205E-06
+ -4.35552824310711337E-06 -4.41647184727170957E-06 -4.47797611551701199E-06
+ -4.54004620579545409E-06 -4.60268732351118424E-06 -4.66590472195661292E-06
+ -4.72970370275296897E-06 -4.79408961629490553E-06 -4.85906786219921313E-06
+ -4.92464388975764355E-06 -4.99082319839390273E-06 -5.05761133812485257E-06
+ -5.12501391002595893E-06 -5.19303656670101289E-06 -5.26168501275616855E-06
+ -5.33096500527836835E-06 -5.40088235431813242E-06 -5.47144292337682610E-06
+ -5.54265262989837617E-06 -5.61451744576553891E-06 -5.68704339780072366E-06
+ -5.76023656827140631E-06 -5.83410309540022357E-06 -5.90864917387974962E-06
+ -5.98388105539197804E-06 -6.05980504913263518E-06 -6.13642752234027761E-06
+ -6.21375490083027694E-06 -6.29179366953369710E-06 -6.37055037304115385E-06
+ -6.45003161615166844E-06 -6.53024406442655090E-06 -6.61119444474841976E-06
+ -6.69288954588532179E-06 -6.77533621906006601E-06 -6.85854137852479411E-06
+ -6.94251200214083123E-06 -7.02725513196386887E-06 -7.11277787483453910E-06
+ -7.19908740297441153E-06 -7.28619095458749678E-06 -7.37409583446723796E-06
+ -7.46280941460913738E-06 -7.55233913482900085E-06 -7.64269250338683414E-06
+ -7.73387709761654682E-06 -7.82590056456139378E-06 -7.91877062161528340E-06
+ -8.01249505716998184E-06 -8.10708173126828389E-06 -8.20253857626317397E-06
+ -8.29887359748305030E-06 -8.39609487390310515E-06 -8.49421055882283099E-06
+ -8.59322888054979119E-06 -8.69315814308966896E-06 -8.79400672684268094E-06
+ -8.89578308930637561E-06 -8.99849576578489980E-06 -9.10215337010481600E-06
+ -9.20676459533747581E-06 -9.31233821452804764E-06 -9.41888308143125801E-06
+ -9.52640813125389889E-06 -9.63492238140416224E-06 -9.74443493224785912E-06
+ -9.85495496787162686E-06 -9.96649175685311586E-06 -1.00790546530383049E-05
+ -1.01926530963259179E-05 -1.03072966134591256E-05 -1.04229948188244464E-05
+ -1.05397574152580626E-05 -1.06575941948595395E-05 -1.07765150398130137E-05
+ -1.08965299232159299E-05 -1.10176489099154559E-05 -1.11398821573525235E-05
+ -1.12632399164136709E-05 -1.13877325322907221E-05 -1.15133704453483736E-05
+ -1.16401641919997489E-05 -1.17681244055900046E-05 -1.18972618172881169E-05
+ -1.20275872569867970E-05 -1.21591116542107252E-05 -1.22918460390331609E-05
+ -1.24258015430009469E-05 -1.25609894000680203E-05 -1.26974209475375615E-05
+ -1.28351076270127605E-05 -1.29740609853563521E-05 -1.31142926756589617E-05
+ -1.32558144582163923E-05 -1.33986382015158752E-05 -1.35427758832313883E-05
+ -1.36882395912281558E-05 -1.38350415245763872E-05 -1.39831939945742971E-05
+ -1.41327094257806120E-05 -1.42836003570565118E-05 -1.44358794426171777E-05
+ -1.45895594530930409E-05 -1.47446532766007327E-05 -1.49011739198239535E-05
+ -1.50591345091042698E-05 -1.52185482915418758E-05 -1.53794286361065921E-05
+ -1.55417890347590311E-05 -1.57056431035820313E-05 -1.58710045839225912E-05
+ -1.60378873435442735E-05 -1.62063053777901264E-05 -1.63762728107564890E-05
+ -1.65478038964773869E-05 -1.67209130201199802E-05 -1.68956146991909489E-05
+ -1.70719235847539432E-05 -1.72498544626582894E-05 -1.74294222547790162E-05
+ -1.76106420202681926E-05 -1.77935289568178615E-05 -1.79780984019346072E-05
+ -1.81643658342257475E-05 -1.83523468746974393E-05 -1.85420572880647641E-05
+ -1.87335129840737189E-05 -1.89267300188355174E-05 -1.91217245961731175E-05
+ -1.93185130689800800E-05 -1.95171119405920087E-05 -1.97175378661705861E-05
+ -1.99198076541002898E-05 -2.01239382673980620E-05 -2.03299468251357962E-05
+ -2.05378506038760751E-05 -2.07476670391210410E-05 -2.09594137267745232E-05
+ -2.11731084246177359E-05 -2.13887690537985686E-05 -2.16064137003343718E-05
+ -2.18260606166288097E-05 -2.20477282230025812E-05 -2.22714351092381265E-05
+ -2.24972000361386831E-05 -2.27250419371016457E-05 -2.29549799197063401E-05
+ -2.31870332673164462E-05 -2.34212214406972286E-05 -2.36575640796474975E-05
+ -2.38960810046467494E-05 -2.41367922185172993E-05 -2.43797179081018234E-05
+ -2.46248784459563264E-05 -2.48722943920585806E-05 -2.51219864955324068E-05
+ -2.53739756963877577E-05 -2.56282831272767970E-05 -2.58849301152661464E-05
+ -2.61439381836255209E-05 -2.64053290536326206E-05 -2.66691246463948275E-05
+ -2.69353470846876090E-05 -2.72040186948097239E-05 -2.74751620084556184E-05
+ -2.77487997646050422E-05 -2.80249549114299630E-05 -2.83036506082190835E-05
+ -2.85849102273201315E-05 -2.88687573560998063E-05 -2.91552157989220308E-05
+ -2.94443095791441680E-05 -2.97360629411317254E-05 -3.00305003522916244E-05
+ -3.03276465051240323E-05 -3.06275263192931849E-05 -3.09301649437173119E-05
+ -3.12355877586775589E-05 -3.15438203779465712E-05 -3.18548886509365659E-05
+ -3.21688186648670587E-05 -3.24856367469526482E-05 -3.28053694666110142E-05
+ -3.31280436376909528E-05 -3.34536863207211680E-05 -3.37823248251796826E-05
+ -3.41139867117839921E-05 -3.44486997948025426E-05 -3.47864921443871957E-05
+ -3.51273920889273565E-05 -3.54714282174256907E-05 -3.58186293818956553E-05
+ -3.61690246997811122E-05 -3.65226435563983240E-05 -3.68795156074001564E-05
+ -3.72396707812631698E-05 -3.76031392817975608E-05 -3.79699515906800825E-05
+ -3.83401384700103422E-05 -3.87137309648907145E-05 -3.90907604060297418E-05
+ -3.94712584123697177E-05 -3.98552568937383616E-05 -4.02427880535248395E-05
+ -4.06338843913804640E-05 -4.10285787059442637E-05 -4.14269040975934750E-05
+ -4.18288939712196489E-05 -4.22345820390298361E-05 -4.26440023233739968E-05
+ -4.30571891595982206E-05 -4.34741771989240766E-05 -4.38950014113546612E-05
+ -4.43196970886073648E-05 -4.47482998470734121E-05 -4.51808456308048186E-05
+ -4.56173707145288924E-05 -4.60579117066902216E-05 -4.65025055525207412E-05
+ -4.69511895371382815E-05 -4.74040012886732176E-05 -4.78609787814241684E-05
+ -4.83221603390427386E-05 -4.87875846377472570E-05 -4.92572907095665196E-05
+ -4.97313179456129888E-05 -5.02097060993862766E-05 -5.06924952901071540E-05
+ -5.11797260060818643E-05 -5.16714391080977159E-05 -5.21676758328498992E-05
+ -5.26684777963995498E-05 -5.31738869976638496E-05 -5.36839458219383960E-05
+ -5.41986970444514608E-05 -5.47181838339514526E-05 -5.52424497563272439E-05
+ -5.57715387782615666E-05 -5.63054952709182886E-05 -5.68443640136636466E-05
+ -5.73881901978213531E-05 -5.79370194304627636E-05 -5.84908977382313529E-05
+ -5.90498715712028810E-05 -5.96139878067807692E-05 -6.01832937536273828E-05
+ -6.07578371556314595E-05 -6.13376661959122638E-05 -6.19228295008600571E-05
+ -6.25133761442143434E-05 -6.31093556511792782E-05 -6.37108180025769546E-05
+ -6.43178136390389841E-05 -6.49303934652367139E-05 -6.55486088541500837E-05
+ -6.61725116513760822E-05 -6.68021541794766962E-05 -6.74375892423666765E-05
+ -6.80788701297420297E-05 -6.87260506215490590E-05 -6.93791849924943601E-05
+ -7.00383280165967363E-05 -7.07035349717804746E-05 -7.13748616445112726E-05
+ -7.20523643344747063E-05 -7.27360998592975917E-05 -7.34261255593129719E-05
+ -7.41224993023689336E-05 -7.48252794886813602E-05 -7.55345250557318694E-05
+ -7.62502954832103112E-05 -7.69726507980029794E-05 -7.77016515792266024E-05
+ -7.84373589633089417E-05 -7.91798346491155236E-05 -7.99291409031242241E-05
+ -8.06853405646470578E-05 -8.14484970510999287E-05 -8.22186743633212928E-05
+ -8.29959370909393111E-05 -8.37803504177884556E-05 -8.45719801273763687E-05
+ -8.53708926084003651E-05 -8.61771548603150402E-05 -8.69908344989513783E-05
+ -8.78119997621868049E-05 -8.86407195156681070E-05 -8.94770632585867342E-05
+ -9.03211011295071035E-05 -9.11729039122486675E-05 -9.20325430418222868E-05
+ -9.29000906104206914E-05 -9.37756193734645200E-05 -9.46592027557040071E-05
+ -9.55509148573762345E-05 -9.64508304604197241E-05 -9.73590250347459242E-05
+ -9.82755747445679682E-05 -9.92005564547886453E-05 -1.00134047737446077E-04
+ -1.01076126878219281E-04 -1.02026872882993644E-04 -1.02986365484486350E-04
+ -1.03954685148933208E-04 -1.04931913082836827E-04 -1.05918131239776707E-04
+ -1.06913422327282193E-04 -1.07917869813768812E-04 -1.08931557935537822E-04
+ -1.09954571703840828E-04 -1.10986996912009131E-04 -1.12028920142648387E-04
+ -1.13080428774899844E-04 -1.14141610991768481E-04 -1.15212555787517782E-04
+ -1.16293352975133720E-04 -1.17384093193856196E-04 -1.18484867916780694E-04
+ -1.19595769458529495E-04 -1.20716890982993318E-04 -1.21848326511144392E-04
+ -1.22990170928921556E-04 -1.24142519995187444E-04 -1.25305470349759311E-04
+ -1.26479119521513353E-04 -1.27663565936564295E-04 -1.28858908926519016E-04
+ -1.30065248736807311E-04 -1.31282686535088769E-04 -1.32511324419736767E-04
+ -1.33751265428400898E-04 -1.35002613546648470E-04 -1.36265473716684258E-04
+ -1.37539951846151918E-04 -1.38826154817015560E-04 -1.40124190494523031E-04
+ -1.41434167736252176E-04 -1.42756196401240011E-04 -1.44090387359195431E-04
+ -1.45436852499797434E-04 -1.46795704742078462E-04 -1.48167058043894174E-04
+ -1.49551027411480494E-04 -1.50947728909098136E-04 -1.52357279668766083E-04
+ -1.53779797900084999E-04 -1.55215402900150387E-04 -1.56664215063557230E-04
+ -1.58126355892497191E-04 -1.59601948006947187E-04 -1.61091115154953640E-04
+ -1.62593982223009843E-04 -1.64110675246529616E-04 -1.65641321420416685E-04
+ -1.67186049109732470E-04 -1.68744987860460069E-04 -1.70318268410369266E-04
+ -1.71906022699980205E-04 -1.73508383883628532E-04 -1.75125486340631871E-04
+ -1.76757465686560022E-04 -1.78404458784607183E-04 -1.80066603757070265E-04
+ -1.81744039996932158E-04 -1.83436908179551673E-04 -1.85145350274461349E-04
+ -1.86869509557272776E-04 -1.88609530621692699E-04 -1.90365559391648980E-04
+ -1.92137743133528123E-04 -1.93926230468525584E-04 -1.95731171385109975E-04
+ -1.97552717251600867E-04 -1.99391020828863471E-04 -2.01246236283119539E-04
+ -2.03118519198876399E-04 -2.05008026591974323E-04 -2.06914916922755352E-04
+ -2.08839350109350905E-04 -2.10781487541094058E-04 -2.12741492092053753E-04
+ -2.14719528134693817E-04 -2.16715761553658759E-04 -2.18730359759683593E-04
+ -2.20763491703634989E-04 -2.22815327890679303E-04 -2.24886040394581765E-04
+ -2.26975802872137129E-04 -2.29084790577733653E-04 -2.31213180378049435E-04
+ -2.33361150766885729E-04 -2.35528881880135688E-04 -2.37716555510891504E-04
+ -2.39924355124689423E-04 -2.42152465874896991E-04 -2.44401074618239207E-04
+ -2.46670369930469553E-04 -2.48960542122184602E-04 -2.51271783254783799E-04
+ -2.53604287156577047E-04 -2.55958249439038629E-04 -2.58333867513212438E-04
+ -2.60731340606267577E-04 -2.63150869778205757E-04 -2.65592657938722968E-04
+ -2.68056909864226791E-04 -2.70543832215008483E-04 -2.73053633552574433E-04
+ -2.75586524357137328E-04 -2.78142717045267178E-04 -2.80722425987705193E-04
+ -2.83325867527342188E-04 -2.85953259997360858E-04 -2.88604823739546440E-04
+ -2.91280781122764930E-04 -2.93981356561611796E-04 -2.96706776535232697E-04
+ -2.99457269606315235E-04 -3.02233066440258085E-04 -3.05034399824514731E-04
+ -3.07861504688116371E-04 -3.10714618121372629E-04 -3.13593979395756475E-04
+ -3.16499829983967981E-04 -3.19432413580186781E-04 -3.22391976120507933E-04
+ -3.25378765803567343E-04 -3.28393033111356279E-04 -3.31435030830228006E-04
+ -3.34505014072096105E-04 -3.37603240295829905E-04 -3.40729969328845282E-04
+ -3.43885463388894305E-04 -3.47069987106057029E-04 -3.50283807544931973E-04
+ -3.53527194227034377E-04 -3.56800419153398675E-04 -3.60103756827389351E-04
+ -3.63437484277721098E-04 -3.66801881081692727E-04 -3.70197229388631469E-04
+ -3.73623813943555361E-04 -3.77081922111053669E-04 -3.80571843899385281E-04
+ -3.84093871984799318E-04 -3.87648301736081419E-04 -3.91235431239321844E-04
+ -3.94855561322915720E-04 -3.98508995582790308E-04 -4.02196040407865974E-04
+ -4.05917005005750151E-04 -4.09672201428669511E-04 -4.13461944599638313E-04
+ -4.17286552338869089E-04 -4.21146345390426447E-04 -4.25041647449124070E-04
+ -4.28972785187673139E-04 -4.32940088284075619E-04 -4.36943889449272881E-04
+ -4.40984524455047917E-04 -4.45062332162183584E-04 -4.49177654548880360E-04
+ -4.53330836739437013E-04 -4.57522227033191320E-04 -4.61752176933730206E-04
+ -4.66021041178368877E-04 -4.70329177767898400E-04 -4.74676947996609320E-04
+ -4.79064716482591700E-04 -4.83492851198310755E-04 -4.87961723501467422E-04
+ -4.92471708166141039E-04 -4.97023183414218249E-04 -5.01616530947114159E-04
+ -5.06252135977778520E-04 -5.10930387263004151E-04 -5.15651677136027588E-04
+ -5.20416401539430720E-04 -5.25224960058346324E-04 -5.30077755953969128E-04
+ -5.34975196197371751E-04 -5.39917691503636037E-04 -5.44905656366295667E-04
+ -5.49939509092097737E-04 -5.55019671836081145E-04 -5.60146570636982409E-04
+ -5.65320635452960449E-04 -5.70542300197656609E-04 -5.75812002776582548E-04
+ -5.81130185123843678E-04 -5.86497293239202728E-04 -5.91913777225478864E-04
+ -5.97380091326297222E-04 -6.02896693964181159E-04 -6.08464047778997414E-04
+ -6.14082619666752433E-04 -6.19752880818750292E-04 -6.25475306761104810E-04
+ -6.31250377394618786E-04 -6.37078577035030450E-04 -6.42960394453627893E-04
+ -6.48896322918239175E-04 -6.54886860234599514E-04 -6.60932508788095348E-04
+ -6.67033775585898492E-04 -6.73191172299482366E-04 -6.79405215307532550E-04
+ -6.85676425739252635E-04 -6.92005329518064079E-04 -6.98392457405713611E-04
+ -7.04838345046781786E-04 -7.11343533013604522E-04 -7.17908566851605326E-04
+ -7.24533997125047756E-04 -7.31220379463203463E-04 -7.37968274606949138E-04
+ -7.44778248455792592E-04 -7.51650872115328388E-04 -7.58586721945131177E-04
+ -7.65586379607092788E-04 -7.72650432114197231E-04 -7.79779471879751070E-04
+ -7.86974096767063184E-04 -7.94234910139581646E-04 -8.01562520911492998E-04
+ -8.08957543598789151E-04 -8.16420598370796047E-04 -8.23952311102185437E-04
+ -8.31553313425459914E-04 -8.39224242783923025E-04 -8.46965742485136937E-04
+ -8.54778461754867789E-04 -8.62663055791532477E-04 -8.70620185821142771E-04
+ -8.78650519152758677E-04 -8.86754729234445305E-04 -8.94933495709754594E-04
+ -9.03187504474714455E-04 -9.11517447735351758E-04 -9.19924024065740527E-04
+ -9.28407938466584517E-04 -9.36969902424338117E-04 -9.45610633970875303E-04
+ -9.54330857743698204E-04 -9.63131305046710105E-04 -9.72012713911539982E-04
+ -9.80975829159435155E-04 -9.90021402463724456E-04 -9.99150192412847672E-04
+ -1.00836296457397501E-03 -1.01766049155720692E-03 -1.02704355308036433E-03
+ -1.03651293603437486E-03 -1.04606943454926501E-03 -1.05571385006075010E-03
+ -1.06544699137744526E-03 -1.07526967474869226E-03 -1.08518272393300845E-03
+ -1.09518697026716495E-03 -1.10528325273590933E-03 -1.11547241804231122E-03
+ -1.12575532067877388E-03 -1.13613282299868806E-03 -1.14660579528874890E-03
+ -1.15717511584193899E-03 -1.16784167103117678E-03 -1.17860635538364917E-03
+ -1.18947007165582557E-03 -1.20043373090916055E-03 -1.21149825258649391E-03
+ -1.22266456458915759E-03 -1.23393360335478106E-03 -1.24530631393582423E-03
+ -1.25678365007882544E-03 -1.26836657430438328E-03 -1.28005605798786615E-03
+ -1.29185308144087784E-03 -1.30375863399345661E-03 -1.31577371407704089E-03
+ -1.32789932930819595E-03 -1.34013649657310687E-03 -1.35248624211285946E-03
+ -1.36494960160948669E-03 -1.37752762027282608E-03 -1.39022135292816550E-03
+ -1.40303186410469633E-03 -1.41596022812478096E-03 -1.42900752919404724E-03
+ -1.44217486149229770E-03 -1.45546332926526755E-03 -1.46887404691722380E-03
+ -1.48240813910441240E-03 -1.49606674082936692E-03 -1.50985099753608962E-03
+ -1.52376206520609650E-03 -1.53780111045535655E-03 -1.55196931063211773E-03
+ -1.56626785391563404E-03 -1.58069793941580257E-03 -1.59526077727371006E-03
+ -1.60995758876311072E-03 -1.62478960639283717E-03 -1.63975807401014920E-03
+ -1.65486424690503659E-03 -1.67010939191548371E-03 -1.68549478753369239E-03
+ -1.70102172401329142E-03 -1.71669150347752942E-03 -1.73250544002846187E-03
+ -1.74846485985713832E-03 -1.76457110135481922E-03 -1.78082551522518954E-03
+ -1.79722946459762514E-03 -1.81378432514149699E-03 -1.83049148518151850E-03
+ -1.84735234581416313E-03 -1.86436832102514932E-03 -1.88154083780800083E-03
+ -1.89887133628370607E-03 -1.91636126982147148E-03 -1.93401210516058763E-03
+ -1.95182532253342263E-03 -1.96980241578952921E-03 -1.98794489252091238E-03
+ -2.00625427418843700E-03 -2.02473209624940429E-03 -2.04337990828629525E-03
+ -2.06219927413671010E-03 -2.08119177202448343E-03 -2.10035899469202241E-03
+ -2.11970254953385440E-03 -2.13922405873140332E-03 -2.15892515938900537E-03
+ -2.17880750367118424E-03 -2.19887275894116484E-03 -2.21912260790068901E-03
+ -2.23955874873109882E-03 -2.26018289523572530E-03 -2.28099677698358552E-03
+ -2.30200213945439339E-03 -2.32320074418491474E-03 -2.34459436891666173E-03
+ -2.36618480774494766E-03 -2.38797387126931130E-03 -2.40996338674532695E-03
+ -2.43215519823780299E-03 -2.45455116677539657E-03 -2.47715317050665280E-03
+ -2.49996310485746257E-03 -2.52298288268998881E-03 -2.54621443446304300E-03
+ -2.56965970839392963E-03 -2.59332067062179560E-03 -2.61719930537246534E-03
+ -2.64129761512480257E-03 -2.66561762077859943E-03 -2.69016136182399996E-03
+ -2.71493089651249526E-03 -2.73992830202947606E-03 -2.76515567466839108E-03
+ -2.79061513000648017E-03 -2.81630880308215504E-03 -2.84223884857397625E-03
+ -2.86840744098130259E-03 -2.89481677480658665E-03 -2.92146906473935396E-03
+ -2.94836654584186607E-03 -2.97551147373650458E-03 -3.00290612479484987E-03
+ -3.03055279632852932E-03 -3.05845380678180069E-03 -3.08661149592591054E-03
+ -3.11502822505524716E-03 -3.14370637718527522E-03 -3.17264835725231337E-03
+ -3.20185659231513476E-03 -3.23133353175842448E-03 -3.26108164749810362E-03
+ -3.29110343418855325E-03 -3.32140140943171583E-03 -3.35197811398814860E-03
+ -3.38283611198999948E-03 -3.41397799115594151E-03 -3.44540636300808565E-03
+ -3.47712386309089686E-03 -3.50913315119209552E-03 -3.54143691156561143E-03
+ -3.57403785315658440E-03 -3.60693870982841834E-03 -3.64014224059194553E-03
+ -3.67365122983666966E-03 -3.70746848756414900E-03 -3.74159684962352282E-03
+ -3.77603917794920411E-03 -3.81079836080074237E-03 -3.84587731300491771E-03
+ -3.88127897620002072E-03 -3.91700631908240872E-03 -3.95306233765531801E-03
+ -3.98945005547995338E-03 -4.02617252392889133E-03 -4.06323282244182207E-03
+ -4.10063405878360876E-03 -4.13837936930475363E-03 -4.17647191920423200E-03
+ -4.21491490279475405E-03 -4.25371154377045257E-03 -4.29286509547704715E-03
+ -4.33237884118445847E-03 -4.37225609436195546E-03 -4.41250019895582032E-03
+ -4.45311452966955321E-03 -4.49410249224667987E-03 -4.53546752375610235E-03
+ -4.57721309288013339E-03 -4.61934270020512502E-03 -4.66185987851479647E-03
+ -4.70476819308623690E-03 -4.74807124198864915E-03 -4.79177265638479778E-03
+ -4.83587610083526399E-03 -4.88038527360546738E-03 -4.92530390697553007E-03
+ -4.97063576755294324E-03 -5.01638465658816885E-03 -5.06255441029307331E-03
+ -5.10914890016231100E-03 -5.15617203329767505E-03 -5.20362775273538504E-03
+ -5.25152003777643560E-03 -5.29985290431989574E-03 -5.34863040519934982E-03
+ -5.39785663052236558E-03 -5.44753570801311156E-03 -5.49767180335810225E-03
+ -5.54826912055512208E-03 -5.59933190226534223E-03 -5.65086443016867175E-03
+ -5.70287102532238046E-03 -5.75535604852298391E-03 -5.80832390067147382E-03
+ -5.86177902314189737E-03 -5.91572589815328800E-03 -5.97016904914503613E-03
+ -6.02511304115569031E-03 -6.08056248120524261E-03 -6.13652201868090681E-03
+ -6.19299634572642848E-03 -6.24999019763497476E-03 -6.30750835324563486E-03
+ -6.36555563534353837E-03 -6.42413691106363382E-03 -6.48325709229821776E-03
+ -6.54292113610811191E-03 -6.60313404513769575E-03 -6.66390086803369044E-03
+ -6.72522669986779214E-03 -6.78711668256318061E-03 -6.84957600532495707E-03
+ -6.91260990507445820E-03 -6.97622366688762773E-03 -7.04042262443734836E-03
+ -7.10521216043985722E-03 -7.17059770710523018E-03 -7.23658474659198865E-03
+ -7.30317881146588452E-03 -7.37038548516291084E-03 -7.43821040245644296E-03
+ -7.50665924992879614E-03 -7.57573776644700474E-03 -7.64545174364299716E-03
+ -7.71580702639814223E-03 -7.78680951333224521E-03 -7.85846515729701073E-03
+ -7.93077996587402724E-03 -8.00376000187727824E-03 -8.07741138386030080E-03
+ -8.15174028662792559E-03 -8.22675294175276989E-03 -8.30245563809634164E-03
+ -8.37885472233501627E-03 -8.45595659949076317E-03 -8.53376773346674680E-03
+ -8.61229464758781274E-03 -8.69154392514589862E-03 -8.77152220995045841E-03
+ -8.85223620688388967E-03 -8.93369268246205564E-03 -9.01589846539988492E-03
+ -9.09886044718224117E-03 -9.18258558263982706E-03 -9.26708089053050743E-03
+ -9.35235345412588522E-03 -9.43841042180320645E-03 -9.52525900764268282E-03
+ -9.61290649203027855E-03 -9.70136022226598602E-03 -9.79062761317763333E-03
+ -9.88071614774031770E-03 -9.97163337770144535E-03 -1.00633869242115793E-02
+ -1.01559844784608333E-02 -1.02494338023212690E-02 -1.03437427289950548E-02
+ -1.04389191636685159E-02 -1.05349710841721872E-02 -1.06319065416468454E-02
+ -1.07297336612156204E-02 -1.08284606426622097E-02 -1.09280957611152894E-02
+ -1.10286473677391316E-02 -1.11301238904304902E-02 -1.12325338345219353E-02
+ -1.13358857834913763E-02 -1.14401883996782267E-02 -1.15454504250060031E-02
+ -1.16516806817114731E-02 -1.17588880730804899E-02 -1.18670815841904250E-02
+ -1.19762702826594295E-02 -1.20864633194024493E-02 -1.21976699293940925E-02
+ -1.23098994324384505E-02 -1.24231612339459722E-02 -1.25374648257171387E-02
+ -1.26528197867335594E-02 -1.27692357839560219E-02 -1.28867225731298662E-02
+ -1.30052899995976336E-02 -1.31249479991190580E-02 -1.32457065986985312E-02
+ -1.33675759174199955E-02 -1.34905661672894504E-02 -1.36146876540850451E-02
+ -1.37399507782148458E-02 -1.38663660355824708E-02 -1.39939440184603300E-02
+ -1.41226954163709822E-02 -1.42526310169763075E-02 -1.43837617069747861E-02
+ -1.45160984730068280E-02 -1.46496524025682851E-02 -1.47844346849322229E-02
+ -1.49204566120789677E-02 -1.50577295796345545E-02 -1.51962650878176269E-02
+ -1.53360747423949440E-02 -1.54771702556452517E-02 -1.56195634473321118E-02
+ -1.57632662456853138E-02 -1.59082906883911412E-02 -1.60546489235915760E-02
+ -1.62023532108924173E-02 -1.63514159223804960E-02 -1.65018495436500094E-02
+ -1.66536666748380545E-02 -1.68068800316694029E-02 -1.69615024465108455E-02
+ -1.71175468694345807E-02 -1.72750263692915337E-02 -1.74339541347940524E-02
+ -1.75943434756083393E-02 -1.77562078234566705E-02 -1.79195607332294018E-02
+ -1.80844158841069712E-02 -1.82507870806918951E-02 -1.84186882541508140E-02
+ -1.85881334633667683E-02 -1.87591368961016781E-02 -1.89317128701693739E-02
+ -1.91058758346186602E-02 -1.92816403709273332E-02 -1.94590211942065015E-02
+ -1.96380331544157884E-02 -1.98186912375891942E-02 -2.00010105670718995E-02
+ -2.01850064047679814E-02 -2.03706941523991991E-02 -2.05580893527749532E-02
+ -2.07472076910733411E-02 -2.09380649961338032E-02 -2.11306772417607924E-02
+ -2.13250605480392527E-02 -2.15212311826616029E-02 -2.17192055622663430E-02
+ -2.19190002537885328E-02 -2.21206319758220395E-02 -2.23241175999938958E-02
+ -2.25294741523505114E-02 -2.27367188147562654E-02 -2.29458689263041110E-02
+ -2.31569419847388984E-02 -2.33699556478925777E-02 -2.35849277351324674E-02
+ -2.38018762288218638E-02 -2.40208192757934876E-02 -2.42417751888357492E-02
+ -2.44647624481918735E-02 -2.46897997030721614E-02 -2.49169057731792563E-02
+ -2.51460996502467227E-02 -2.53774004995909186E-02 -2.56108276616762269E-02
+ -2.58464006536940176E-02 -2.60841391711548291E-02 -2.63240630894947224E-02
+ -2.65661924656951168E-02 -2.68105475399167681E-02 -2.70571487371476307E-02
+ -2.73060166688648825E-02 -2.75571721347112122E-02 -2.78106361241853423E-02
+ -2.80664298183470953E-02 -2.83245745915368385E-02 -2.85850920131098460E-02
+ -2.88480038491848896E-02 -2.91133320644081962E-02 -2.93810988237319659E-02
+ -2.96513264942081661E-02 -2.99240376467972864E-02 -3.01992550581923931E-02
+ -3.04770017126585781E-02 -3.07573008038877910E-02 -3.10401757368691661E-02
+ -3.13256501297750831E-02 -3.16137478158628749E-02 -3.19044928453926097E-02
+ -3.21979094875603708E-02 -3.24940222324479819E-02 -3.27928557929887260E-02
+ -3.30944351069492604E-02 -3.33987853389279554E-02 -3.37059318823695886E-02
+ -3.40159003615966016E-02 -3.43287166338569760E-02 -3.46444067913888598E-02
+ -3.49629971635019438E-02 -3.52845143186759497E-02 -3.56089850666756885E-02
+ -3.59364364606837017E-02 -3.62668957994498400E-02 -3.66003906294580794E-02
+ -3.69369487471109398E-02 -3.72765982009310784E-02 -3.76193672937806048E-02
+ -3.79652845850979859E-02 -3.83143788931526660E-02 -3.86666792973173884E-02
+ -3.90222151403588000E-02 -3.93810160307452167E-02 -3.97431118449732765E-02
+ -4.01085327299122787E-02 -4.04773091051666770E-02 -4.08494716654570975E-02
+ -4.12250513830194482E-02 -4.16040795100225819E-02 -4.19865875810043199E-02
+ -4.23726074153261620E-02 -4.27621711196464749E-02 -4.31553110904122766E-02
+ -4.35520600163702282E-02 -4.39524508810955269E-02 -4.43565169655404518E-02
+ -4.47642918506013926E-02 -4.51758094197048585E-02 -4.55911038614124769E-02
+ -4.60102096720450549E-02 -4.64331616583255960E-02 -4.68599949400414703E-02
+ -4.72907449527256718E-02 -4.77254474503570822E-02 -4.81641385080804757E-02
+ -4.86068545249446343E-02 -4.90536322266607108E-02 -4.95045086683792435E-02
+ -4.99595212374865372E-02 -5.04187076564201891E-02 -5.08821059855039254E-02
+ -5.13497546258015053E-02 -5.18216923219899511E-02 -5.22979581652518177E-02
+ -5.27785915961865720E-02 -5.32636324077415402E-02 -5.37531207481610138E-02
+ -5.42470971239553471E-02 -5.47456024028883312E-02 -5.52486778169839904E-02
+ -5.57563649655518426E-02 -5.62687058182312974E-02 -5.67857427180543731E-02
+ -5.73075183845274186E-02 -5.78340759167312243E-02 -5.83654587964393540E-02
+ -5.89017108912551351E-02 -5.94428764577668994E-02 -5.99890001447205973E-02
+ -6.05401269962112590E-02 -6.10963024548917197E-02 -6.16575723651990593E-02
+ -6.22239829765986463E-02 -6.27955809468453280E-02 -6.33724133452616134E-02
+ -6.39545276560332526E-02 -6.45419717815208099E-02 -6.51347940455882096E-02
+ -6.57330431969476020E-02 -6.63367684125194673E-02 -6.69460193008093035E-02
+ -6.75608459052992466E-02 -6.81812987078550398E-02 -6.88074286321478795E-02
+ -6.94392870470905144E-02 -7.00769257702879289E-02 -7.07203970715016006E-02
+ -7.13697536761273843E-02 -7.20250487686862617E-02 -7.26863359963279415E-02
+ -7.33536694723472410E-02 -7.40271037797109732E-02 -7.47066939745975739E-02
+ -7.53924955899469285E-02 -7.60845646390206909E-02 -7.67829576189725943E-02
+ -7.74877315144281154E-02 -7.81989438010726595E-02 -7.89166524492482674E-02
+ -7.96409159275577594E-02 -8.03717932064756668E-02 -8.11093437619661295E-02
+ -8.18536275791051093E-02 -8.26047051557087797E-02 -8.33626375059655367E-02
+ -8.41274861640713967E-02 -8.48993131878678364E-02 -8.56781811624819090E-02
+ -8.64641532039666788E-02 -8.72572929629421290E-02 -8.80576646282349301E-02
+ -8.88653329305161971E-02 -8.96803631459373585E-02 -9.05028210997604887E-02
+ -9.13327731699851708E-02 -9.21702862909688087E-02 -9.30154279570396259E-02
+ -9.38682662261015738E-02 -9.47288697232295945E-02 -9.55973076442539899E-02
+ -9.64736497593327164E-02 -9.73579664165103303E-02 -9.82503285452617225E-02
+ -9.91508076600197824E-02 -1.00059475863685785E-01 -1.00976405851118986E-01
+ -1.01901670912606573E-01 -1.02835344937310752E-01 -1.03777502416691286E-01
+ -1.04728218447901950E-01 -1.05687568737159607E-01 -1.06655629603082933E-01
+ -1.07632477979999905E-01 -1.08618191421221477E-01 -1.09612848102279295E-01
+ -1.10616526824126787E-01 -1.11629307016297655E-01 -1.12651268740024652E-01
+ -1.13682492691312573E-01 -1.14723060203963917E-01 -1.15773053252555796E-01
+ -1.16832554455363766E-01 -1.17901647077231789E-01 -1.18980415032384157E-01
+ -1.20068942887177316E-01 -1.21167315862788089E-01 -1.22275619837837093E-01
+ -1.23393941350940312E-01 -1.24522367603190715E-01 -1.25660986460563062E-01
+ -1.26809886456239307E-01 -1.27969156792852229E-01 -1.29138887344642378E-01
+ -1.30319168659525059E-01 -1.31510091961064252E-01 -1.32711749150348279E-01
+ -1.33924232807764720E-01 -1.35147636194668214E-01 -1.36382053254940711E-01
+ -1.37627578616433960E-01 -1.38884307592295808E-01 -1.40152336182171933E-01
+ -1.41431761073278900E-01 -1.42722679641344247E-01 -1.44025189951408061E-01
+ -1.45339390758480791E-01 -1.46665381508052334E-01 -1.48003262336445701E-01
+ -1.49353134071011556E-01 -1.50715098230156219E-01 -1.52089257023196256E-01
+ -1.53475713350036513E-01 -1.54874570800662220E-01 -1.56285933654440184E-01
+ -1.57709906879221623E-01 -1.59146596130240181E-01 -1.60596107748797290E-01
+ -1.62058548760728782E-01 -1.63534026874643607E-01 -1.65022650479928090E-01
+ -1.66524528644506870E-01 -1.68039771112354769E-01 -1.69568488300745390E-01
+ -1.71110791297235221E-01 -1.72666791856368795E-01 -1.74236602396098506E-01
+ -1.75820335993907839E-01 -1.77418106382630419E-01 -1.79030027945952908E-01
+ -1.80656215713593415E-01 -1.82296785356143104E-01 -1.83951853179561337E-01
+ -1.85621536119314950E-01 -1.87305951734144410E-01 -1.89005218199453456E-01
+ -1.90719454300303570E-01 -1.92448779424004485E-01 -1.94193313552286473E-01
+ -1.95953177253042315E-01 -1.97728491671625234E-01 -1.99519378521689661E-01
+ -2.01325960075559779E-01 -2.03148359154112029E-01 -2.04986699116158883E-01
+ -2.06841103847312635E-01 -2.08711697748321351E-01 -2.10598605722856463E-01
+ -2.12501953164735219E-01 -2.14421865944563916E-01 -2.16358470395783070E-01
+ -2.18311893300096344E-01 -2.20282261872266516E-01 -2.22269703744258529E-01
+ -2.24274346948711983E-01 -2.26296319901721943E-01 -2.28335751384910329E-01
+ -2.30392770526762602E-01 -2.32467506783215289E-01 -2.34560089917468045E-01
+ -2.36670649978999004E-01 -2.38799317281761431E-01 -2.40946222381538538E-01
+ -2.43111496052431680E-01 -2.45295269262458648E-01 -2.47497673148236230E-01
+ -2.49718838988720854E-01 -2.51958898177985613E-01 -2.54217982196996706E-01
+ -2.56496222584374711E-01 -2.58793750906102571E-01 -2.61110698724155765E-01
+ -2.63447197564024516E-01 -2.65803378881098062E-01 -2.68179374025878992E-01
+ -2.70575314207997408E-01 -2.72991330458991099E-01 -2.75427553593821650E-01
+ -2.77884114171086549E-01 -2.80361142451902579E-01 -2.82858768357411638E-01
+ -2.85377121424886471E-01 -2.87916330762390871E-01 -2.90476525001958086E-01
+ -2.93057832251250705E-01 -2.95660380043661131E-01 -2.98284295286811663E-01
+ -3.00929704209415005E-01 -3.03596732306451567E-01 -3.06285504282619914E-01
+ -3.08996143994021255E-01 -3.11728774388023155E-01 -3.14483517441269123E-01
+ -3.17260494095778889E-01 -3.20059824193094589E-01 -3.22881626406424038E-01
+ -3.25726018170732490E-01 -3.28593115610730624E-01 -3.31483033466709709E-01
+ -3.34395885018169248E-01 -3.37331782005184821E-01 -3.40290834547464338E-01
+ -3.43273151061029791E-01 -3.46278838172477121E-01 -3.49308000630753013E-01
+ -3.52360741216387330E-01 -3.55437160648127526E-01 -3.58537357486910457E-01
+ -3.61661428037112098E-01 -3.64809466245012481E-01 -3.67981563594412309E-01
+ -3.71177808999337500E-01 -3.74398288693765735E-01 -3.77643086118310933E-01
+ -3.80912281803792163E-01 -3.84205953251628485E-01 -3.87524174810983058E-01
+ -3.90867017552589568E-01 -3.94234549139189761E-01 -3.97626833692510451E-01
+ -4.01043931656707320E-01 -4.04485899658202752E-01 -4.07952790361842954E-01
+ -4.11444652323298798E-01 -4.14961529837640286E-01 -4.18503462783995916E-01
+ -4.22070486466236794E-01 -4.25662631449594597E-01 -4.29279923393143137E-01
+ -4.32922382878060730E-01 -4.36590025231598899E-01 -4.40282860346674187E-01
+ -4.44000892497007305E-01 -4.47744120147727576E-01 -4.51512535761364631E-01
+ -4.55306125599150291E-01 -4.59124869517541612E-01 -4.62968740759899078E-01
+ -4.66837705743232079E-01 -4.70731723839935279E-01 -4.74650747154438890E-01
+ -4.78594720294694187E-01 -4.82563580138419101E-01 -4.86557255594026405E-01
+ -4.90575667356162870E-01 -4.94618727655782853E-01 -4.98686340004686424E-01
+ -5.02778398934455306E-01 -5.06894789729707029E-01 -5.11035388155615222E-01
+ -5.15200060179624164E-01 -5.19388661687295472E-01 -5.23601038192230694E-01
+ -5.27837024540013799E-01 -5.32096444606119379E-01 -5.36379110987737828E-01
+ -5.40684824689473209E-01 -5.45013374802871153E-01 -5.49364538179743733E-01
+ -5.53738079099249214E-01 -5.58133748928713924E-01 -5.62551285778164933E-01
+ -5.66990414148560662E-01 -5.71450844573711758E-01 -5.75932273255887806E-01
+ -5.80434381695116741E-01 -5.84956836312188311E-01 -5.89499288065382210E-01
+ -5.94061372060952331E-01 -5.98642707157401310E-01 -6.03242895563603887E-01
+ -6.07861522430821033E-01 -6.12498155438694236E-01 -6.17152344375288764E-01
+ -6.21823620711282721E-01 -6.26511497168412590E-01 -6.31215467282291165E-01
+ -6.35935004959736760E-01 -6.40669564030762251E-01 -6.45418577795391357E-01
+ -6.50181458565486703E-01 -6.54957597201792807E-01 -6.59746362646403961E-01
+ -6.64547101450913891E-01 -6.69359137300494789E-01 -6.74181770534191704E-01
+ -6.79014277661739607E-01 -6.83855910877228745E-01 -6.88705897569973802E-01
+ -6.93563439832966311E-01 -6.98427713969318242E-01 -7.03297869997129177E-01
+ -7.08173031153251142E-01 -7.13052293396430170E-01 -7.17934724910376687E-01
+ -7.22819365607306863E-01 -7.27705226632564428E-01 -7.32591289870953233E-01
+ -7.37476507455453900E-01 -7.42359801279035447E-01 -7.47240062510318159E-01
+ -7.52116151113879083E-01 -7.56986895376045354E-01 -7.61851091437057426E-01
+ -7.66707502830543008E-01 -7.71554860031270051E-01 -7.76391860012232815E-01
+ -7.81217165812143621E-01 -7.86029406114476914E-01 -7.90827174839262348E-01
+ -7.95609030748883561E-01 -8.00373497069196471E-01 -8.05119061127345104E-01
+ -8.09844174007714135E-01 -8.14547250227522612E-01 -8.19226667433636702E-01
+ -8.23880766122224717E-01 -8.28507849382986938E-01 -8.33106182669723694E-01
+ -8.37673993599103217E-01 -8.42209471779557850E-01 -8.46710768672312319E-01
+ -8.51175997486625535E-01 -8.55603233111405181E-01 -8.59990512085439196E-01
+ -8.64335832608555288E-01 -8.68637154596121008E-01 -8.72892399779348960E-01
+ -8.77099451853992740E-01 -8.81256156680062963E-01 -8.85360322535299393E-01
+ -8.89409720425206496E-01 -8.93402084452546541E-01 -8.97335112249258104E-01
+ -9.01206465473850526E-01 -9.05013770377406268E-01 -9.08754618441385054E-01
+ -9.12426567090513507E-01 -9.16027140484100943E-01 -9.19553830389186144E-01
+ -9.23004097139000779E-01 -9.26375370680266097E-01 -9.29665051712911361E-01
+ -9.32870512925838002E-01 -9.35989100332396240E-01 -9.39018134709271313E-01
+ -9.41954913142495021E-01 -9.44796710684320584E-01 -9.47540782124688508E-01
+ -9.50184363881015570E-01 -9.52724676010001215E-01 -9.55158924345130389E-01
+ -9.57484302763475958E-01 -9.59697995585360730E-01 -9.61797180110331884E-01
+ -9.63779029292812450E-01 -9.65640714560653035E-01 -9.67379408779669436E-01
+ -9.68992289367069826E-01 -9.70476541556478334E-01 -9.71829361817026505E-01
+ -9.73047961428735064E-01 -9.74129570216100693E-01 -9.75071440441490744E-01
+ -9.75870850859565819E-01 -9.76525110933566087E-01 -9.77031565213826392E-01
+ -9.77387597878417225E-01 -9.77590637435248766E-01 -9.77638161584396870E-01
+ -9.77527702238771612E-01 -9.77256850700532698E-01 -9.76823262989924723E-01
+ -9.76224665322364737E-01 -9.75458859728751904E-01 -9.74523729813007056E-01
+ -9.73417246639839751E-01 -9.72137474744652175E-01 -9.70682578256317541E-01
+ -9.69050827122344582E-01 -9.67240603424604051E-01 -9.65250407772402896E-01
+ -9.63078865758220659E-01 -9.60724734459831087E-01 -9.58186908970920292E-01
+ -9.55464428940551169E-01 -9.52556485100035655E-01 -9.49462425753863748E-01
+ -9.46181763209386628E-01 -9.42714180117883438E-01 -9.39059535697549186E-01
+ -9.35217871806736656E-01 -9.31189418833571758E-01 -9.26974601365766260E-01
+ -9.22574043602141791E-01 -9.17988574465032237E-01 -9.13219232370413470E-01
+ -9.08267269610251948E-01 -9.03134156299304935E-01 -8.97821583836366344E-01
+ -8.92331467827842673E-01 -8.86665950419533222E-01 -8.80827401980686653E-01
+ -8.74818422082798364E-01 -8.68641839714288433E-01 -8.62300712671216552E-01
+ -8.55798326063590298E-01 -8.49138189876754379E-01 -8.42324035527759363E-01
+ -8.35359811357812232E-01 -8.28249677003784046E-01 -8.20997996594609369E-01
+ -8.13609330722296020E-01 -8.06088427142336528E-01 -7.98440210164827580E-01
+ -7.90669768705653087E-01 -7.82782342976971801E-01 -7.74783309808189879E-01
+ -7.66678166602872135E-01 -7.58472513953937555E-01 -7.50172036959389166E-01
+ -7.41782485304084971E-01 -7.33309652200056616E-01 -7.24759352309191307E-01
+ -7.16137398808124548E-01 -7.07449579796572969E-01 -6.98701634297704932E-01
+ -6.89899228153167954E-01 -6.81047930176911009E-01 -6.72153189001704288E-01
+ -6.63220311131380802E-01 -6.54254440801141479E-01 -6.45260542349164967E-01
+ -6.36243385916301030E-01 -6.27207537418386196E-01 -6.18157353879115634E-01
+ -6.09096985372252875E-01 -6.00030385002024547E-01 -5.90961328552004672E-01
+ -5.81893445657865271E-01 -5.72830264610499018E-01 -5.63775273176109315E-01
+ -5.54731916706663775E-01 -5.45703596295059934E-01 -5.36693666975937456E-01
+  END     
+   TPHI    2 #tphi(r), for tphi(r)/r*Ylm)
+  0.00000000000000000E+00 -2.89546197243386511E-08 -5.81756138364913741E-08
+ -8.76654329061825714E-08 -1.17426550047690647E-07 -1.47461461127253999E-07
+ -1.77772684972380355E-07 -2.08362763583083993E-07 -2.39234262345068631E-07
+ -2.70389770244865883E-07 -3.01831900086958792E-07 -3.33563288712898709E-07
+ -3.65586597222442734E-07 -3.97904511196716985E-07 -4.30519740923442972E-07
+ -4.63435021624230212E-07 -4.96653113683958783E-07 -5.30176802882278246E-07
+ -5.64008900627228651E-07 -5.98152244191016868E-07 -6.32609696947958836E-07
+ -6.67384148614613191E-07 -7.02478515492117713E-07 -7.37895740710768390E-07
+ -7.73638794476830319E-07 -8.09710674321637494E-07 -8.46114405352969735E-07
+ -8.82853040508752721E-07 -9.19929660813083857E-07 -9.57347375634620100E-07
+ -9.95109322947338533E-07 -1.03321866959369659E-06 -1.07167861155021615E-06
+ -1.11049237419550735E-06 -1.14966321258075855E-06 -1.18919441170271816E-06
+ -1.22908928677918339E-06 -1.26935118352702615E-06 -1.30998347844277731E-06
+ -1.35098957908578798E-06 -1.39237292436400144E-06 -1.43413698482235006E-06
+ -1.47628526293380751E-06 -1.51882129339311670E-06 -1.56174864341322139E-06
+ -1.60507091302442667E-06 -1.64879173537630495E-06 -1.69291477704238876E-06
+ -1.73744373832765874E-06 -1.78238235357886519E-06 -1.82773439149770091E-06
+ -1.87350365545685967E-06 -1.91969398381899563E-06 -1.96630925025862713E-06
+ -2.01335336408699016E-06 -2.06083027057989076E-06 -2.10874395130856447E-06
+ -2.15709842447358699E-06 -2.20589774524185469E-06 -2.25514600608666252E-06
+ -2.30484733713091235E-06 -2.35500590649347921E-06 -2.40562592063876523E-06
+ -2.45671162472946387E-06 -2.50826730298257892E-06 -2.56029727902870790E-06
+ -2.61280591627463822E-06 -2.66579761826927855E-06 -2.71927682907295121E-06
+ -2.77324803363008964E-06 -2.82771575814536127E-06 -2.88268457046324368E-06
+ -2.93815908045110719E-06 -2.99414394038580910E-06 -3.05064384534384856E-06
+ -3.10766353359511653E-06 -3.16520778700025472E-06 -3.22328143141168533E-06
+ -3.28188933707832137E-06 -3.34103641905399956E-06 -3.40072763760967366E-06
+ -3.46096799864940252E-06 -3.52176255413016081E-06 -3.58311640248550366E-06
+ -3.64503468905315871E-06 -3.70752260650650678E-06 -3.77058539529007661E-06
+ -3.83422834405901614E-06 -3.89845679012261584E-06 -3.96327611989192072E-06
+ -4.02869176933144501E-06 -4.09470922441505244E-06 -4.16133402158603068E-06
+ -4.22857174822139330E-06 -4.29642804310045921E-06 -4.36490859687773341E-06
+ -4.43401915256015077E-06 -4.50376550598869719E-06 -4.57415350632447363E-06
+ -4.64518905653922638E-06 -4.71687811391038022E-06 -4.78922669052065323E-06
+ -4.86224085376223020E-06 -4.93592672684561015E-06 -5.01029048931311063E-06
+ -5.08533837755710545E-06 -5.16107668534303441E-06 -5.23751176433721074E-06
+ -5.31465002463950066E-06 -5.39249793532089532E-06 -5.47106202496602022E-06
+ -5.55034888222065558E-06 -5.63036515634427372E-06 -5.71111755776767305E-06
+ -5.79261285865572810E-06 -5.87485789347534039E-06 -5.95785955956859003E-06
+ -6.04162481773117284E-06 -6.12616069279614578E-06 -6.21147427422306974E-06
+ -6.29757271669254958E-06 -6.38446324070623329E-06 -6.47215313319237704E-06
+ -6.56064974811692608E-06 -6.64996050710024705E-06 -6.74009290003954557E-06
+ -6.83105448573697592E-06 -6.92285289253355625E-06 -7.01549581894890123E-06
+ -7.10899103432684917E-06 -7.20334637948703455E-06 -7.29856976738241675E-06
+ -7.39466918376292027E-06 -7.49165268784512352E-06 -7.58952841298814532E-06
+ -7.68830456737572252E-06 -7.78798943470458172E-06 -7.88859137487915032E-06
+ -7.99011882471261692E-06 -8.09258029863449431E-06 -8.19598438940467166E-06
+ -8.30033976883400073E-06 -8.40565518851157689E-06 -8.51193948053865773E-06
+ -8.61920155826936445E-06 -8.72745041705816650E-06 -8.83669513501428125E-06
+ -8.94694487376299064E-06 -9.05820887921395085E-06 -9.17049648233660355E-06
+ -9.28381709994269879E-06 -9.39818023547600250E-06 -9.51359547980930871E-06
+ -9.63007251204875326E-06 -9.74762110034554069E-06 -9.86625110271511663E-06
+ -9.98597246786391087E-06 -1.01067952360236784E-05 -1.02287295397934739E-05
+ -1.03517856049894256E-05 -1.04759737515023256E-05 -1.06013043941630387E-05
+ -1.07277880436159792E-05 -1.08554353072005322E-05 -1.09842568898406393E-05
+ -1.11142635949425354E-05 -1.12454663253007703E-05 -1.13778760840125522E-05
+ -1.15115039754004852E-05 -1.16463612059438477E-05 -1.17824590852183761E-05
+ -1.19198090268447376E-05 -1.20584225494457070E-05 -1.21983112776121684E-05
+ -1.23394869428779840E-05 -1.24819613847038249E-05 -1.26257465514701017E-05
+ -1.27708545014789692E-05 -1.29172974039655769E-05 -1.30650875401186318E-05
+ -1.32142373041103399E-05 -1.33647592041358185E-05 -1.35166658634620625E-05
+ -1.36699700214865975E-05 -1.38246845348058332E-05 -1.39808223782932611E-05
+ -1.41383966461875703E-05 -1.42974205531907866E-05 -1.44579074355764848E-05
+ -1.46198707523082109E-05 -1.47833240861682181E-05 -1.49482811448965512E-05
+ -1.51147557623405995E-05 -1.52827618996152945E-05 -1.54523136462739110E-05
+ -1.56234252214896411E-05 -1.57961109752481145E-05 -1.59703853895508025E-05
+ -1.61462630796295135E-05 -1.63237587951721044E-05 -1.65028874215594365E-05
+ -1.66836639811136851E-05 -1.68661036343581861E-05 -1.70502216812888493E-05
+ -1.72360335626572537E-05 -1.74235548612655550E-05 -1.76128013032733413E-05
+ -1.78037887595164471E-05 -1.79965332468379571E-05 -1.81910509294314138E-05
+ -1.83873581201964194E-05 -1.85854712821066787E-05 -1.87854070295906392E-05
+ -1.89871821299248363E-05 -1.91908135046400494E-05 -1.93963182309403908E-05
+ -1.96037135431354750E-05 -1.98130168340857322E-05 -2.00242456566610390E-05
+ -2.02374177252127436E-05 -2.04525509170592730E-05 -2.06696632739853548E-05
+ -2.08887730037551191E-05 -2.11098984816389771E-05 -2.13330582519546995E-05
+ -2.15582710296225961E-05 -2.17855557017349760E-05 -2.20149313291401064E-05
+ -2.22464171480407365E-05 -2.24800325716072578E-05 -2.27157971916058309E-05
+ -2.29537307800413305E-05 -2.31938532908155552E-05 -2.34361848614006188E-05
+ -2.36807458145277173E-05 -2.39275566598914673E-05 -2.41766380958699661E-05
+ -2.44280110112605617E-05 -2.46816964870316629E-05 -2.49377157980907308E-05
+ -2.51960904150683739E-05 -2.54568420061189811E-05 -2.57199924387379327E-05
+ -2.59855637815953994E-05 -2.62535783063871063E-05 -2.65240584897022127E-05
+ -2.67970270149081440E-05 -2.70725067740529427E-05 -2.73505208697851126E-05
+ -2.76310926172910204E-05 -2.79142455462502442E-05 -2.82000034028087738E-05
+ -2.84883901515705074E-05 -2.87794299776070066E-05 -2.90731472884856793E-05
+ -2.93695667163167030E-05 -2.96687131198188192E-05 -2.99706115864039595E-05
+ -3.02752874342812213E-05 -3.05827662145801728E-05 -3.08930737134935582E-05
+ -3.12062359544398846E-05 -3.15222792002458366E-05 -3.18412299553487240E-05
+ -3.21631149680192188E-05 -3.24879612326046643E-05 -3.28157959917927463E-05
+ -3.31466467388963213E-05 -3.34805412201589516E-05 -3.38175074370818742E-05
+ -3.41575736487723287E-05 -3.45007683743133792E-05 -3.48471203951556711E-05
+ -3.51966587575311429E-05 -3.55494127748889031E-05 -3.59054120303535574E-05
+ -3.62646863792062289E-05 -3.66272659513882111E-05 -3.69931811540277761E-05
+ -3.73624626739903532E-05 -3.77351414804518356E-05 -3.81112488274958951E-05
+ -3.84908162567350066E-05 -3.88738755999556377E-05 -3.92604589817877506E-05
+ -3.96505988223989361E-05 -4.00443278402131726E-05 -4.04416790546548673E-05
+ -4.08426857889177661E-05 -4.12473816727597017E-05 -4.16558006453228880E-05
+ -4.20679769579800658E-05 -4.24839451772070155E-05 -4.29037401874814628E-05
+ -4.33273971942084931E-05 -4.37549517266730040E-05 -4.41864396410194786E-05
+ -4.46218971232587833E-05 -4.50613606923029172E-05 -4.55048672030277277E-05
+ -4.59524538493635100E-05 -4.64041581674142701E-05 -4.68600180386057470E-05
+ -4.73200716928620632E-05 -4.77843577118120097E-05 -4.82529150320244873E-05
+ -4.87257829482739006E-05 -4.92030011168356513E-05 -4.96846095588116571E-05
+ -5.01706486634867640E-05 -5.06611591917159769E-05 -5.11561822793426779E-05
+ -5.16557594406484761E-05 -5.21599325718347508E-05 -5.26687439545361772E-05
+ -5.31822362593665696E-05 -5.37004525494975209E-05 -5.42234362842696291E-05
+ -5.47512313228372668E-05 -5.52838819278467572E-05 -5.58214327691483166E-05
+ -5.63639289275422371E-05 -5.69114158985596213E-05 -5.74639395962775479E-05
+ -5.80215463571699067E-05 -5.85842829439930035E-05 -5.91521965497074234E-05
+ -5.97253348014358239E-05 -6.03037457644569315E-05 -6.08874779462365581E-05
+ -6.14765803004957043E-05 -6.20711022313157615E-05 -6.26710935972817908E-05
+ -6.32766047156639995E-05 -6.38876863666372252E-05 -6.45043897975396417E-05
+ -6.51267667271707531E-05 -6.57548693501282835E-05 -6.63887503411857117E-05
+ -6.70284628597097031E-05 -6.76740605541180379E-05 -6.83255975663790634E-05
+ -6.89831285365518992E-05 -6.96467086073689258E-05 -7.03163934288602460E-05
+ -7.09922391630205110E-05 -7.16743024885190065E-05 -7.23626406054529708E-05
+ -7.30573112401443228E-05 -7.37583726499809898E-05 -7.44658836283026212E-05
+ -7.51799035093309704E-05 -7.59004921731459766E-05 -7.66277100507076127E-05
+ -7.73616181289236635E-05 -7.81022779557642320E-05 -7.88497516454236808E-05
+ -7.96041018835293558E-05 -8.03653919323988692E-05 -8.11336856363453713E-05
+ -8.19090474270316941E-05 -8.26915423288740274E-05 -8.34812359644948197E-05
+ -8.42781945602261878E-05 -8.50824849516640814E-05 -8.58941745892729581E-05
+ -8.67133315440427163E-05 -8.75400245131972772E-05 -8.83743228259556695E-05
+ -8.92162964493462121E-05 -9.00660159940744066E-05 -9.09235527204442392E-05
+ -9.17889785443345204E-05 -9.26623660432300436E-05 -9.35437884623079713E-05
+ -9.44333197205804773E-05 -9.53310344170940518E-05 -9.62370078371852807E-05
+ -9.71513159587948319E-05 -9.80740354588389729E-05 -9.90052437196400285E-05
+ -9.99450188354161567E-05 -1.00893439618830120E-04 -1.01850585607599165E-04
+ -1.02816537071165169E-04 -1.03791375017426302E-04 -1.04775181199530612E-04
+ -1.05768038122732165E-04 -1.06770029051310154E-04 -1.07781238015551621E-04
+ -1.08801749818798906E-04 -1.09831650044560957E-04 -1.10871025063691061E-04
+ -1.11919962041630140E-04 -1.12978548945716494E-04 -1.14046874552563383E-04
+ -1.15125028455503802E-04 -1.16213101072104198E-04 -1.17311183651747349E-04
+ -1.18419368283284530E-04 -1.19537747902758555E-04 -1.20666416301197832E-04
+ -1.21805468132481649E-04 -1.22954998921278420E-04 -1.24115105071056673E-04
+ -1.25285883872169700E-04 -1.26467433510014514E-04 -1.27659853073266397E-04
+ -1.28863242562188355E-04 -1.30077702897017725E-04 -1.31303335926429617E-04
+ -1.32540244436078232E-04 -1.33788532157216866E-04 -1.35048303775397224E-04
+ -1.36319664939248364E-04 -1.37602722269337236E-04 -1.38897583367109876E-04
+ -1.40204356823915170E-04 -1.41523152230112014E-04 -1.42854080184259607E-04
+ -1.44197252302392725E-04 -1.45552781227382283E-04 -1.46920780638381827E-04
+ -1.48301365260360927E-04 -1.49694650873726735E-04 -1.51100754324033399E-04
+ -1.52519793531781105E-04 -1.53951887502305686E-04 -1.55397156335758158E-04
+ -1.56855721237177174E-04 -1.58327704526653641E-04 -1.59813229649588594E-04
+ -1.61312421187046167E-04 -1.62825404866200882E-04 -1.64352307570881783E-04
+ -1.65893257352213533E-04 -1.67448383439354839E-04 -1.69017816250335970E-04
+ -1.70601687402996682E-04 -1.72200129726023338E-04 -1.73813277270088763E-04
+ -1.75441265319093955E-04 -1.77084230401513990E-04 -1.78742310301846952E-04
+ -1.80415644072169363E-04 -1.82104372043797615E-04 -1.83808635839056577E-04
+ -1.85528578383156137E-04 -1.87264343916178279E-04 -1.89016078005172384E-04
+ -1.90783927556363673E-04 -1.92568040827473079E-04 -1.94368567440150497E-04
+ -1.96185658392522582E-04 -1.98019466071856418E-04 -1.99870144267338251E-04
+ -2.01737848182971486E-04 -2.03622734450592367E-04 -2.05524961143005469E-04
+ -2.07444687787240696E-04 -2.09382075377931255E-04 -2.11337286390815034E-04
+ -2.13310484796360963E-04 -2.15301836073519489E-04 -2.17311507223600476E-04
+ -2.19339666784278868E-04 -2.21386484843727677E-04 -2.23452133054883288E-04
+ -2.25536784649840006E-04 -2.27640614454378392E-04 -2.29763798902626198E-04
+ -2.31906516051855584E-04 -2.34068945597414344E-04 -2.36251268887796670E-04
+ -2.38453668939851119E-04 -2.40676330454129309E-04 -2.42919439830375052E-04
+ -2.45183185183157329E-04 -2.47467756357644939E-04 -2.49773344945528422E-04
+ -2.52100144301087140E-04 -2.54448349557404453E-04 -2.56818157642733306E-04
+ -2.59209767297009287E-04 -2.61623379088519309E-04 -2.64059195430721059E-04
+ -2.66517420599218183E-04 -2.68998260748891339E-04 -2.71501923931187798E-04
+ -2.74028620111568051E-04 -2.76578561187114933E-04 -2.79151961004303693E-04
+ -2.81749035376936110E-04 -2.84370002104238865E-04 -2.87015080989129685E-04
+ -2.89684493856649490E-04 -2.92378464572566436E-04 -2.95097219062149087E-04
+ -2.97840985329113719E-04 -3.00609993474746067E-04 -3.03404475717196657E-04
+ -3.06224666410956706E-04 -3.09070802066511237E-04 -3.11943121370173750E-04
+ -3.14841865204102864E-04 -3.17767276666504534E-04 -3.20719601092017486E-04
+ -3.23699086072288340E-04 -3.26705981476735764E-04 -3.29740539473504901E-04
+ -3.32803014550614733E-04 -3.35893663537301416E-04 -3.39012745625554923E-04
+ -3.42160522391857030E-04 -3.45337257819117269E-04 -3.48543218318811312E-04
+ -3.51778672753324151E-04 -3.55043892458496030E-04 -3.58339151266378057E-04
+ -3.61664725528197456E-04 -3.65020894137531944E-04 -3.68407938553698855E-04
+ -3.71826142825360656E-04 -3.75275793614343839E-04 -3.78757180219680128E-04
+ -3.82270594601868648E-04 -3.85816331407359651E-04 -3.89394687993264510E-04
+ -3.93005964452294106E-04 -3.96650463637923754E-04 -4.00328491189792541E-04
+ -4.04040355559334458E-04 -4.07786368035646218E-04 -4.11566842771594302E-04
+ -4.15382096810157874E-04 -4.19232450111018946E-04 -4.23118225577394705E-04
+ -4.27039749083116976E-04 -4.30997349499960298E-04 -4.34991358725224082E-04
+ -4.39022111709563650E-04 -4.43089946485082122E-04 -4.47195204193677758E-04
+ -4.51338229115653825E-04 -4.55519368698589658E-04 -4.59738973586480920E-04
+ -4.63997397649142736E-04 -4.68294998011887717E-04 -4.72632135085475206E-04
+ -4.77009172596336284E-04 -4.81426477617077800E-04 -4.85884420597263952E-04
+ -4.90383375394484538E-04 -4.94923719305707965E-04 -4.99505833098921577E-04
+ -5.04130101045063578E-04 -5.08796910950251157E-04 -5.13506654188300156E-04
+ -5.18259725733547557E-04 -5.23056524193976462E-04 -5.27897451844642259E-04
+ -5.32782914661409854E-04 -5.37713322355000108E-04 -5.42689088405347558E-04
+ -5.47710630096277210E-04 -5.52778368550498793E-04 -5.57892728764923019E-04
+ -5.63054139646302016E-04 -5.68263034047201097E-04 -5.73519848802295793E-04
+ -5.78825024765007036E-04 -5.84179006844473222E-04 -5.89582244042859008E-04
+ -5.95035189493012913E-04 -6.00538300496464804E-04 -6.06092038561778577E-04
+ -6.11696869443254161E-04 -6.17353263179986874E-04 -6.23061694135285875E-04
+ -6.28822641036457766E-04 -6.34636587014948748E-04 -6.40504019646865588E-04
+ -6.46425430993862729E-04 -6.52401317644408108E-04 -6.58432180755427364E-04
+ -6.64518526094334989E-04 -6.70660864081444206E-04 -6.76859709832775382E-04
+ -6.83115583203253683E-04 -6.89429008830304735E-04 -6.95800516177853714E-04
+ -7.02230639580724188E-04 -7.08719918289450464E-04 -7.15268896515500316E-04
+ -7.21878123476911980E-04 -7.28548153444354206E-04 -7.35279545787609042E-04
+ -7.42072865022478973E-04 -7.48928680858130234E-04 -7.55847568244868723E-04
+ -7.62830107422357291E-04 -7.69876883968274297E-04 -7.76988488847423745E-04
+ -7.84165518461290255E-04 -7.91408574698058411E-04 -7.98718264983086057E-04
+ -8.06095202329842604E-04 -8.13540005391322554E-04 -8.21053298511919692E-04
+ -8.28635711779790256E-04 -8.36287881079691314E-04 -8.44010448146307029E-04
+ -8.51804060618065965E-04 -8.59669372091453215E-04 -8.67607042175820077E-04
+ -8.75617736548701345E-04 -8.83702127011638718E-04 -8.91860891546520057E-04
+ -9.00094714372434192E-04 -9.08404286003053297E-04 -9.16790303304535468E-04
+ -9.25253469553968637E-04 -9.33794494498345643E-04 -9.42414094414084440E-04
+ -9.51112992167099398E-04 -9.59891917273415361E-04 -9.68751605960349398E-04
+ -9.77692801228250905E-04 -9.86716252912808430E-04 -9.95822717747932643E-04
+ -1.00501295942921880E-03 -1.01428774867798571E-03 -1.02364786330591214E-03
+ -1.03309408828026355E-03 -1.04262721578971961E-03 -1.05224804531080718E-03
+ -1.06195738367494694E-03 -1.07175604513611088E-03 -1.08164485143910812E-03
+ -1.09162463188849468E-03 -1.10169622341812113E-03 -1.11186047066131537E-03
+ -1.12211822602171834E-03 -1.13247034974475985E-03 -1.14291770998980265E-03
+ -1.15346118290294447E-03 -1.16410165269049222E-03 -1.17484001169311362E-03
+ -1.18567716046066168E-03 -1.19661400782770087E-03 -1.20765147098971719E-03
+ -1.21879047558003757E-03 -1.23003195574744682E-03 -1.24137685423453292E-03
+ -1.25282612245673601E-03 -1.26438072058213851E-03 -1.27604161761198142E-03
+ -1.28780979146192443E-03 -1.29968622904405150E-03 -1.31167192634963712E-03
+ -1.32376788853266021E-03 -1.33597512999410108E-03 -1.34829467446700513E-03
+ -1.36072755510233123E-03 -1.37327481455559361E-03 -1.38593750507429083E-03
+ -1.39871668858614897E-03 -1.41161343678817218E-03 -1.42462883123651175E-03
+ -1.43776396343716457E-03 -1.45101993493750546E-03 -1.46439785741865483E-03
+ -1.47789885278870560E-03 -1.49152405327680391E-03 -1.50527460152809146E-03
+ -1.51915165069952556E-03 -1.53315636455658450E-03 -1.54728991757084730E-03
+ -1.56155349501848869E-03 -1.57594829307966945E-03 -1.59047551893884464E-03
+ -1.60513639088599464E-03 -1.61993213841878417E-03 -1.63486400234566227E-03
+ -1.64993323488991667E-03 -1.66514109979467337E-03 -1.68048887242887258E-03
+ -1.69597783989421818E-03 -1.71160930113310023E-03 -1.72738456703752457E-03
+ -1.74330496055903530E-03 -1.75937181681965100E-03 -1.77558648322382034E-03
+ -1.79195031957141344E-03 -1.80846469817173752E-03 -1.82513100395861948E-03
+ -1.84195063460653331E-03 -1.85892500064780124E-03 -1.87605552559087893E-03
+ -1.89334364603971090E-03 -1.91079081181420017E-03 -1.92839848607178244E-03
+ -1.94616814543011269E-03 -1.96410128009088386E-03 -1.98219939396479007E-03
+ -2.00046400479762495E-03 -2.01889664429755070E-03 -2.03749885826353923E-03
+ -2.05627220671498589E-03 -2.07521826402251759E-03 -2.09433861904001874E-03
+ -2.11363487523783845E-03 -2.13310865083726070E-03 -2.15276157894618309E-03
+ -2.17259530769605639E-03 -2.19261150038008862E-03 -2.21281183559269776E-03
+ -2.23319800737027240E-03 -2.25377172533321266E-03 -2.27453471482927947E-03
+ -2.29548871707826400E-03 -2.31663548931799286E-03 -2.33797680495165814E-03
+ -2.35951445369652268E-03 -2.38125024173398191E-03 -2.40318599186100735E-03
+ -2.42532354364298269E-03 -2.44766475356795370E-03 -2.47021149520227409E-03
+ -2.49296565934771074E-03 -2.51592915419997362E-03 -2.53910390550871057E-03
+ -2.56249185673897281E-03 -2.58609496923417354E-03 -2.60991522238052023E-03
+ -2.63395461377298901E-03 -2.65821515938280536E-03 -2.68269889372646899E-03
+ -2.70740787003634614E-03 -2.73234416043280316E-03 -2.75750985609794861E-03
+ -2.78290706745095914E-03 -2.80853792432502478E-03 -2.83440457614591050E-03
+ -2.86050919211218013E-03 -2.88685396137704610E-03 -2.91344109323191970E-03
+ -2.94027281729163656E-03 -2.96735138368138356E-03 -2.99467906322534736E-03
+ -3.02225814763710729E-03 -3.05009094971174857E-03 -3.07817980351977926E-03
+ -3.10652706460280053E-03 -3.13513511017099369E-03 -3.16400633930242212E-03
+ -3.19314317314414427E-03 -3.22254805511520232E-03 -3.25222345111146225E-03
+ -3.28217184971234038E-03 -3.31239576238942903E-03 -3.34289772371704555E-03
+ -3.37368029158470473E-03 -3.40474604741155444E-03 -3.43609759636278288E-03
+ -3.46773756756800673E-03 -3.49966861434167047E-03 -3.53189341440548511E-03
+ -3.56441467011287981E-03 -3.59723510867554800E-03 -3.63035748239206105E-03
+ -3.66378456887857728E-03 -3.69751917130169659E-03 -3.73156411861342088E-03
+ -3.76592226578829556E-03 -3.80059649406272720E-03 -3.83558971117650086E-03
+ -3.87090485161650398E-03 -3.90654487686272443E-03 -3.94251277563645568E-03
+ -3.97881156415083419E-03 -4.01544428636364543E-03 -4.05241401423247528E-03
+ -4.08972384797218202E-03 -4.12737691631476829E-03 -4.16537637677159671E-03
+ -4.20372541589804881E-03 -4.24242724956060916E-03 -4.28148512320638934E-03
+ -4.32090231213515079E-03 -4.36068212177380052E-03 -4.40082788795342558E-03
+ -4.44134297718887325E-03 -4.48223078696088906E-03 -4.52349474600085601E-03
+ -4.56513831457815503E-03 -4.60716498479013178E-03 -4.64957828085477490E-03
+ -4.69238175940604307E-03 -4.73557900979193133E-03 -4.77917365437524957E-03
+ -4.82316934883720520E-03 -4.86756978248370845E-03 -4.91237867855455913E-03
+ -4.95759979453542447E-03 -5.00323692247270791E-03 -5.04929388929130623E-03
+ -5.09577455711526534E-03 -5.14268282359139992E-03 -5.19002262221588285E-03
+ -5.23779792266382618E-03 -5.28601273112188578E-03 -5.33467109062394154E-03
+ -5.38377708138982128E-03 -5.43333482116716525E-03 -5.48334846557642017E-03
+ -5.53382220845899733E-03 -5.58476028222862353E-03 -5.63616695822593845E-03
+ -5.68804654707630135E-03 -5.74040339905093101E-03 -5.79324190443133210E-03
+ -5.84656649387707301E-03 -5.90038163879693343E-03 -5.95469185172347974E-03
+ -6.00950168669103432E-03 -6.06481573961715342E-03 -6.12063864868758918E-03
+ -6.17697509474477661E-03 -6.23382980167991665E-03 -6.29120753682858944E-03
+ -6.34911311137007286E-03 -6.40755138073027808E-03 -6.46652724498839038E-03
+ -6.52604564928723624E-03 -6.58611158424744336E-03 -6.64673008638533725E-03
+ -6.70790623853473496E-03 -6.76964517027256376E-03 -6.83195205834840214E-03
+ -6.89483212711794555E-03 -6.95829064898047505E-03 -7.02233294482028196E-03
+ -7.08696438445219606E-03 -7.15219038707116169E-03 -7.21801642170594171E-03
+ -7.28444800767701073E-03 -7.35149071505856923E-03 -7.41915016514487630E-03
+ -7.48743203092080110E-03 -7.55634203753670526E-03 -7.62588596278766361E-03
+ -7.69606963759710862E-03 -7.76689894650484363E-03 -7.83837982815958206E-03
+ -7.91051827581597429E-03 -7.98332033783618125E-03 -8.05679211819604682E-03
+ -8.13093977699593483E-03 -8.20576953097615705E-03 -8.28128765403722197E-03
+ -8.35750047776477774E-03 -8.43441439195938281E-03 -8.51203584517114253E-03
+ -8.59037134523918389E-03 -8.66942745983611922E-03 -8.74921081701746962E-03
+ -8.82972810577612420E-03 -8.91098607660184040E-03 -8.99299154204593124E-03
+ -9.07575137729100916E-03 -9.15927252072604343E-03 -9.24356197452661128E-03
+ -9.32862680524048499E-03 -9.41447414437854811E-03 -9.50111118901115874E-03
+ -9.58854520236987473E-03 -9.67678351445476828E-03 -9.76583352264724473E-03
+ -9.85570269232846803E-03 -9.94639855750341709E-03 -1.00379287214306823E-02
+ -1.01303008572579470E-02 -1.02235227086634045E-02 -1.03176020905028087E-02
+ -1.04125468894626493E-02 -1.05083650647191645E-02 -1.06050646486034184E-02
+ -1.07026537472724118E-02 -1.08011405413863393E-02 -1.09005332867920177E-02
+ -1.10008403152125310E-02 -1.11020700349431910E-02 -1.12042309315538192E-02
+ -1.13073315685974281E-02 -1.14113805883254271E-02 -1.15163867124091924E-02
+ -1.16223587426683740E-02 -1.17293055618057519E-02 -1.18372361341487868E-02
+ -1.19461595063979544E-02 -1.20560848083818544E-02 -1.21670212538192192E-02
+ -1.22789781410878440E-02 -1.23919648540005162E-02 -1.25059908625879627E-02
+ -1.26210657238890640E-02 -1.27371990827480023E-02 -1.28544006726188653E-02
+ -1.29726803163774992E-02 -1.30920479271406983E-02 -1.32125135090928967E-02
+ -1.33340871583203097E-02 -1.34567790636526911E-02 -1.35805995075127129E-02
+ -1.37055588667730488E-02 -1.38316676136212048E-02 -1.39589363164323542E-02
+ -1.40873756406497738E-02 -1.42169963496735687E-02 -1.43478093057572923E-02
+ -1.44798254709127324E-02 -1.46130559078228722E-02 -1.47475117807631378E-02
+ -1.48832043565309772E-02 -1.50201450053838205E-02 -1.51583452019856003E-02
+ -1.52978165263617447E-02 -1.54385706648628197E-02 -1.55806194111370380E-02
+ -1.57239746671112186E-02 -1.58686484439809379E-02 -1.60146528632094561E-02
+ -1.61620001575356678E-02 -1.63107026719912021E-02 -1.64607728649266254E-02
+ -1.66122233090469397E-02 -1.67650666924564241E-02 -1.69193158197128088E-02
+ -1.70749836128910315E-02 -1.72320831126566085E-02 -1.73906274793484070E-02
+ -1.75506299940714830E-02 -1.77121040597995431E-02 -1.78750632024873568E-02
+ -1.80395210721931848E-02 -1.82054914442112380E-02 -1.83729882202143500E-02
+ -1.85420254294068401E-02 -1.87126172296877800E-02 -1.88847779088246043E-02
+ -1.90585218856372494E-02 -1.92338637111930701E-02 -1.94108180700120446E-02
+ -1.95893997812831670E-02 -1.97696238000914966E-02 -1.99515052186562125E-02
+ -2.01350592675797122E-02 -2.03203013171078563E-02 -2.05072468784014937E-02
+ -2.06959116048192129E-02 -2.08863112932116193E-02 -2.10784618852270546E-02
+ -2.12723794686291157E-02 -2.14680802786254843E-02 -2.16655806992090035E-02
+ -2.18648972645103939E-02 -2.20660466601630550E-02 -2.22690457246799457E-02
+ -2.24739114508426957E-02 -2.26806609871029255E-02 -2.28893116389960634E-02
+ -2.30998808705675969E-02 -2.33123863058119218E-02 -2.35268457301240110E-02
+ -2.37432770917635969E-02 -2.39616985033325527E-02 -2.41821282432651240E-02
+ -2.44045847573313053E-02 -2.46290866601534472E-02 -2.48556527367361328E-02
+ -2.50843019440094885E-02 -2.53150534123860842E-02 -2.55479264473313337E-02
+ -2.57829405309477865E-02 -2.60201153235730953E-02 -2.62594706653922240E-02
+ -2.65010265780632401E-02 -2.67448032663577667E-02 -2.69908211198153815E-02
+ -2.72391007144125903E-02 -2.74896628142461408E-02 -2.77425283732310735E-02
+ -2.79977185368134006E-02 -2.82552546436975922E-02 -2.85151582275890852E-02
+ -2.87774510189517177E-02 -2.90421549467805677E-02 -2.93092921403895583E-02
+ -2.95788849312149660E-02 -2.98509558546341605E-02 -3.01255276517999430E-02
+ -3.04026232714906773E-02 -3.06822658719761790E-02 -3.09644788228995854E-02
+ -3.12492857071752020E-02 -3.15367103229026377E-02 -3.18267766852969869E-02
+ -3.21195090286358689E-02 -3.24149318082222263E-02 -3.27130697023644071E-02
+ -3.30139476143726379E-02 -3.33175906745724545E-02 -3.36240242423349669E-02
+ -3.39332739081242979E-02 -3.42453654955621190E-02 -3.45603250635095130E-02
+ -3.48781789081661908E-02 -3.51989535651872909E-02 -3.55226758118175959E-02
+ -3.58493726690439288E-02 -3.61790714037647163E-02 -3.65117995309780716E-02
+ -3.68475848159876829E-02 -3.71864552766268952E-02 -3.75284391855010835E-02
+ -3.78735650722483996E-02 -3.82218617258189980E-02 -3.85733581967728154E-02
+ -3.89280837995962040E-02 -3.92860681150370081E-02 -3.96473409924592082E-02
+ -4.00119325522156760E-02 -4.03798731880407394E-02 -4.07511935694617258E-02
+ -4.11259246442297818E-02 -4.15040976407700726E-02 -4.18857440706515913E-02
+ -4.22708957310764522E-02 -4.26595847073889325E-02 -4.30518433756042623E-02
+ -4.34477044049573283E-02 -4.38472007604711819E-02 -4.42503657055460242E-02
+ -4.46572328045675912E-02 -4.50678359255363911E-02 -4.54822092427170227E-02
+ -4.59003872393077619E-02 -4.63224047101307157E-02 -4.67482967643424452E-02
+ -4.71780988281652117E-02 -4.76118466476388447E-02 -4.80495762913933366E-02
+ -4.84913241534421988E-02 -4.89371269559970082E-02 -4.93870217523020363E-02
+ -4.98410459294907487E-02 -5.02992372114627953E-02 -5.07616336617821920E-02
+ -5.12282736865966037E-02 -5.16991960375777493E-02 -5.21744398148829627E-02
+ -5.26540444701380367E-02 -5.31380498094411943E-02 -5.36264959963883014E-02
+ -5.41194235551197833E-02 -5.46168733733879211E-02 -5.51188867056462972E-02
+ -5.56255051761602309E-02 -5.61367707821384607E-02 -5.66527258968861566E-02
+ -5.71734132729792219E-02 -5.76988760454598959E-02 -5.82291577350534592E-02
+ -5.87643022514063307E-02 -5.93043538963450995E-02 -5.98493573671568038E-02
+ -6.03993577598906303E-02 -6.09544005726796526E-02 -6.15145317090844759E-02
+ -6.20797974814574285E-02 -6.26502446143273328E-02 -6.32259202478051979E-02
+ -6.38068719410104790E-02 -6.43931476755177506E-02 -6.49847958588237601E-02
+ -6.55818653278347069E-02 -6.61844053523736181E-02 -6.67924656387081372E-02
+ -6.74060963330969098E-02 -6.80253480253569520E-02 -6.86502717524496847E-02
+ -6.92809190020864107E-02 -6.99173417163528321E-02 -7.05595922953525523E-02
+ -7.12077236008687997E-02 -7.18617889600449700E-02 -7.25218421690828896E-02
+ -7.31879374969591351E-02 -7.38601296891591569E-02 -7.45384739714277378E-02
+ -7.52230260535373813E-02 -7.59138421330728813E-02 -7.66109788992321017E-02
+ -7.73144935366427699E-02 -7.80244437291946757E-02 -7.87408876638870242E-02
+ -7.94638840346905823E-02 -8.01934920464237588E-02 -8.09297714186429651E-02
+ -8.16727823895455202E-02 -8.24225857198867540E-02 -8.31792426969073379E-02
+ -8.39428151382743126E-02 -8.47133653960322197E-02 -8.54909563605650846E-02
+ -8.62756514645683925E-02 -8.70675146870304034E-02 -8.78666105572220302E-02
+ -8.86730041586947376E-02 -8.94867611332856999E-02 -9.03079476851293000E-02
+ -9.11366305846749852E-02 -9.19728771727087863E-02 -9.28167553643800131E-02
+ -9.36683336532306426E-02 -9.45276811152272189E-02 -9.53948674127936963E-02
+ -9.62699627988451712E-02 -9.71530381208203925E-02 -9.80441648247131481E-02
+ -9.89434149591004036E-02 -9.98508611791666945E-02 -1.00766576750723258E-01
+ -1.01690635554221892E-01 -1.02623112088759086E-01 -1.03564081476073572E-01
+ -1.04513619464532526E-01 -1.05471802433106249E-01 -1.06438707395330123E-01
+ -1.07414412003251997E-01 -1.08398994551363259E-01 -1.09392533980512560E-01
+ -1.10395109881800235E-01 -1.11406802500451346E-01 -1.12427692739667046E-01
+ -1.13457862164449627E-01 -1.14497393005402681E-01 -1.15546368162502328E-01
+ -1.16604871208837835E-01 -1.17672986394320042E-01 -1.18750798649355213E-01
+ -1.19838393588481668E-01 -1.20935857513968070E-01 -1.22043277419369336E-01
+ -1.23160740993039156E-01 -1.24288336621596857E-01 -1.25426153393343232E-01
+ -1.26574281101626746E-01 -1.27732810248154471E-01 -1.28901832046245585E-01
+ -1.30081438424025059E-01 -1.31271722027553911E-01 -1.32472776223892919E-01
+ -1.33684695104097140E-01 -1.34907573486137189E-01 -1.36141506917744431E-01
+ -1.37386591679175579E-01 -1.38642924785895766E-01 -1.39910603991171140E-01
+ -1.41189727788573222E-01 -1.42480395414386674E-01 -1.43782706849918201E-01
+ -1.45096762823702041E-01 -1.46422664813597253E-01 -1.47760515048772995E-01
+ -1.49110416511576749E-01 -1.50472472939280760E-01 -1.51846788825701490E-01
+ -1.53233469422688645E-01 -1.54632620741474658E-01 -1.56044349553884520E-01
+ -1.57468763393396383E-01 -1.58905970556048853E-01 -1.60356080101188569E-01
+ -1.61819201852053035E-01 -1.63295446396181015E-01 -1.64784925085645073E-01
+ -1.66287750037099780E-01 -1.67804034131637553E-01 -1.69333891014448013E-01
+ -1.70877435094268448E-01 -1.72434781542624344E-01 -1.74006046292847688E-01
+ -1.75591346038867280E-01 -1.77190798233762464E-01 -1.78804521088071600E-01
+ -1.80432633567847917E-01 -1.82075255392452534E-01 -1.83732507032077053E-01
+ -1.85404509704984927E-01 -1.87091385374463043E-01 -1.88793256745475008E-01
+ -1.90510247261000992E-01 -1.92242481098061108E-01 -1.93990083163405547E-01
+ -1.95753179088863222E-01 -1.97531895226337406E-01 -1.99326358642436335E-01
+ -2.01136697112726665E-01 -2.02963039115598376E-01 -2.04805513825727481E-01
+ -2.06664251107123748E-01 -2.08539381505752519E-01 -2.10431036241710612E-01
+ -2.12339347200950490E-01 -2.14264446926531876E-01 -2.16206468609389246E-01
+ -2.18165546078597616E-01 -2.20141813791123214E-01 -2.22135406821041548E-01
+ -2.24146460848206053E-01 -2.26175112146351526E-01 -2.28221497570613108E-01
+ -2.30285754544444388E-01 -2.32368021045916917E-01 -2.34468435593377017E-01
+ -2.36587137230447886E-01 -2.38724265510351724E-01 -2.40879960479532890E-01
+ -2.43054362660561157E-01 -2.45247613034292877E-01 -2.47459853021268245E-01
+ -2.49691224462321976E-01 -2.51941869598382773E-01 -2.54211931049438677E-01
+ -2.56501551792644999E-01 -2.58810875139542984E-01 -2.61140044712372899E-01
+ -2.63489204419446843E-01 -2.65858498429557166E-01 -2.68248071145392564E-01
+ -2.70658067175930883E-01 -2.73088631307781382E-01 -2.75539908475444684E-01
+ -2.78012043730458736E-01 -2.80505182209399850E-01 -2.83019469100707188E-01
+ -2.85555049610290768E-01 -2.88112068925897968E-01 -2.90690672180194842E-01
+ -2.93291004412530254E-01 -2.95913210529343773E-01 -2.98557435263180238E-01
+ -3.01223823130270241E-01 -3.03912518386637631E-01 -3.06623664982692778E-01
+ -3.09357406516267752E-01 -3.12113886184052058E-01 -3.14893246731385579E-01
+ -3.17695630400355755E-01 -3.20521178876164381E-01 -3.23370033231706100E-01
+ -3.26242333870314261E-01 -3.29138220466623055E-01 -3.32057831905494816E-01
+ -3.35001306218958961E-01 -3.37968780521110179E-01 -3.40960390940908464E-01
+ -3.43976272552826756E-01 -3.47016559305289352E-01 -3.50081383946833635E-01
+ -3.53170877949947282E-01 -3.56285171432508596E-01 -3.59424393076771320E-01
+ -3.62588670045826400E-01 -3.65778127897476879E-01 -3.68992890495454584E-01
+ -3.72233079917912213E-01 -3.75498816363116661E-01 -3.78790218052273253E-01
+ -3.82107401129403612E-01 -3.85450479558206272E-01 -3.88819565015811941E-01
+ -3.92214766783366142E-01 -3.95636191633350176E-01 -3.99083943713558209E-01
+ -4.02558124427646546E-01 -4.06058832312169993E-01 -4.09586162910012097E-01
+ -4.13140208640123074E-01 -4.16721058663471922E-01 -4.20328798745114807E-01
+ -4.23963511112292357E-01 -4.27625274308442604E-01 -4.31314163043046483E-01
+ -4.35030248037191092E-01 -4.38773595864751342E-01 -4.42544268789083095E-01
+ -4.46342324595117856E-01 -4.50167816416751132E-01 -4.54020792559408581E-01
+ -4.57901296317676954E-01 -4.61809365787882509E-01 -4.65745033675500686E-01
+ -4.69708327097265177E-01 -4.73699267377868716E-01 -4.77717869841118081E-01
+ -4.81764143595419692E-01 -4.85838091313465059E-01 -4.89939709005985546E-01
+ -4.94068985789440307E-01 -4.98225903647501411E-01 -5.02410437186198489E-01
+ -5.06622553382580998E-01 -5.10862211326756133E-01 -5.15129361957159970E-01
+ -5.19423947788905216E-01 -5.23745902635071592E-01 -5.28095151320775891E-01
+ -5.32471609389873368E-01 -5.36875182804137152E-01 -5.41305767634754020E-01
+ -5.45763249745985224E-01 -5.50247504470825599E-01 -5.54758396278503541E-01
+ -5.59295778433655522E-01 -5.63859492647016958E-01 -5.68449368717448777E-01
+ -5.73065224165150489E-01 -5.77706863855878217E-01 -5.82374079616002738E-01
+ -5.87066649838235644E-01 -5.91784339077852772E-01 -5.96526897639243381E-01
+ -6.01294061152610637E-01 -6.06085550140653018E-01 -6.10901069575049527E-01
+ -6.15740308422584981E-01 -6.20602939180726287E-01 -6.25488617402496061E-01
+ -6.30396981210459506E-01 -6.35327650799660693E-01 -6.40280227929333590E-01
+ -6.45254295403226652E-01 -6.50249416538369429E-01 -6.55265134622122436E-01
+ -6.60300972357346194E-01 -6.65356431295532458E-01 -6.70430991257742193E-01
+ -6.75524109743206536E-01 -6.80635221325424644E-01 -6.85763737035641863E-01
+ -6.90909043733552108E-01 -6.96070503465100243E-01 -7.01247452807258420E-01
+ -7.06439202199657723E-01 -7.11645035262962300E-01 -7.16864208103886180E-01
+ -7.22095948606752747E-01 -7.27339455711516703E-01 -7.32593898678174260E-01
+ -7.37858416337483503E-01 -7.43132116327963499E-01 -7.48414074319114553E-01
+ -7.53703333220841043E-01 -7.58998902379061202E-01 -7.64299756757506055E-01
+ -7.69604836105729606E-01 -7.74913044113363036E-01 -7.80223247550669963E-01
+ -7.85534275395476933E-01 -7.90844917946573522E-01 -7.96153925923705708E-01
+ -8.01460009554288866E-01 -8.06761837647027802E-01 -8.12058036652620774E-01
+ -8.17347189711771560E-01 -8.22627835690767029E-01 -8.27898468204890770E-01
+ -8.33157534629995533E-01 -8.38403435102581751E-01 -8.43634521508764723E-01
+ -8.48849096462559016E-01 -8.54045412273946924E-01 -8.59221669907225816E-01
+ -8.64376017930207019E-01 -8.69506551454848453E-01 -8.74611311069980135E-01
+ -8.79688281766820235E-01 -8.84735391858035958E-01 -8.89750511891165052E-01
+ -8.94731453557268908E-01 -8.99675968595748499E-01 -9.04581747696330929E-01
+ -9.09446419399290940E-01 -9.14267548995039481E-01 -9.19042637424312026E-01
+ -9.23769120180233827E-01 -9.28444366213641237E-01 -9.33065676843118030E-01
+ -9.37630284671292613E-01 -9.42135352509033464E-01 -9.46577972309279980E-01
+ -9.50955164112338269E-01 -9.55263875004581320E-01 -9.59500978092597379E-01
+ -9.63663271494943241E-01 -9.67747477353766539E-01 -9.71750240868697435E-01
+ -9.75668129355520941E-01 -9.79497631332272412E-01 -9.83235155635529323E-01
+ -9.86877030569822011E-01 -9.90419503093210807E-01 -9.93858738042235790E-01
+ -9.97190817399592144E-01 -1.00041173960803764E+00 -1.00351741893420821E+00
+ -1.00650368488616238E+00 -1.00936628168867837E+00 -1.01210086782046194E+00
+ -1.01470301561763177E+00 -1.01716821094802268E+00 -1.01949185296102462E+00
+ -1.02166925391788221E+00 -1.02369563910756378E+00 -1.02556614685351555E+00
+ -1.02727582861680689E+00 -1.02881964920140012E+00 -1.03019248706745881E+00
+ -1.03138913475885019E+00 -1.03240429945118639E+00 -1.03323260362698366E+00
+ -1.03386858588472186E+00 -1.03430670188881924E+00 -1.03454132546774491E+00
+ -1.03456674986771580E+00 -1.03437718916964561E+00 -1.03396677987722230E+00
+ -1.03332958268421393E+00 -1.03245958442930319E+00 -1.03135070024697195E+00
+ -1.02999677592313854E+00 -1.02839159046446893E+00 -1.02652885889044598E+00
+ -1.02440223525748109E+00 -1.02200531592449884E+00 -1.01933164306960178E+00
+ -1.01637470846754585E+00 -1.01312795753789264E+00 -1.00958479367380938E+00
+ -1.00573858286157858E+00 -1.00158265860094731E+00 -9.97110327136477737E-01
+ -9.92314873010089360E-01 -9.87189564944966458E-01 -9.81727662070949192E-01
+ -9.75922420501455168E-01 -9.69767100271852533E-01 -9.63254972649044361E-01
+ -9.56379327821816116E-01 -9.49133482981238008E-01 -9.41510790800104913E-01
+ -9.33504648320021557E-01 -9.25108506254335050E-01 -9.16315878714560217E-01
+ -9.07120353367452337E-01 -8.97515602029164139E-01 -8.87495391702246894E-01
+ -8.77053596060408780E-01 -8.66184207385051863E-01 -8.54881348956600728E-01
+ -8.43139287902518020E-01 -8.30952448502694674E-01 -8.18315425951540498E-01
+ -8.05223000574687875E-01 -7.91670152496570800E-01 -7.77652076753466481E-01
+ -7.63164198844701436E-01 -7.48202190712718762E-01 -7.32761987140522653E-01
+ -7.16839802552718619E-01 -7.00432148203851246E-01 -6.83535849735097067E-01
+ -6.66148065077550644E-01 -6.48266302677284023E-01 -6.29888440014270024E-01
+ -6.11012742383752694E-01 -5.91637881905213381E-01 -5.71762956720286764E-01
+ -5.51387510337068565E-01 -5.30511551074180687E-01 -5.09135571553678279E-01
+ -4.87260568187475873E-01 -4.64888060597378860E-01 -4.42020110904112029E-01
+ -4.18659342815913105E-01 -3.94808960442285306E-01 -3.70472766753655980E-01
+ -3.45655181602461059E-01 -3.20361259216356331E-01 -2.94596705069171072E-01
+ -2.68367892030412447E-01 -2.41681875689424952E-01 -2.14546408745852429E-01
+ -1.86969954353941176E-01 -1.58961698304485699E-01 -1.30531559925069540E-01
+ -1.01690201576678824E-01 -7.24490366231299310E-02 -4.28202357488149110E-02
+ -1.28167315007917792E-02  1.75477790671533067E-02  4.82588337675300960E-02
+  7.93012067832046391E-02  1.10658912409215410E-01  1.42315211129335789E-01
+  1.74252618111882723E-01  2.06452914193475556E-01  2.38897159400022180E-01
+  2.71565709030433644E-01  3.04438232300271117E-01  3.37493733508466620E-01
+  3.70710575650299190E-01  4.04066506352872223E-01  4.37538685954520112E-01
+  4.71103717486035800E-01  5.04737678238204812E-01  5.38416152515641344E-01
+  5.72114265080040485E-01  6.05806714675210412E-01  6.39467806900068658E-01
+  6.73071485552119486E-01  7.06591361401351814E-01  7.40000737169931311E-01
+  7.73272627285125691E-01  8.06379770737903456E-01  8.39294635115524379E-01
+  8.71989409579244201E-01  9.04435984224783995E-01  9.36605912889529102E-01
+  9.68470356051826742E-01  1.00000000000000000E+00  1.03116494792588731E+00
+  1.06193472541508216E+00  1.09227828710414210E+00  1.12216402457626474E+00
+  END     
+   TPHI    3 #tphi(r), for tphi(r)/r*Ylm)
+  0.00000000000000000E+00  2.21565948762031444E-16  8.94435925813664999E-16
+  2.03106606207511479E-15  3.64418057794626283E-15  5.74677708689681171E-15
+  8.35213200029157081E-15  1.14738060353517997E-14  1.51256498281890309E-14
+  1.93218096538826037E-14  2.40767332556111168E-14  2.94051757848828899E-14
+  3.53222058549512256E-14  4.18432117095354042E-14  4.89839075090133323E-14
+  5.67603397362863597E-14  6.51888937245607787E-14  7.42863003093336304E-14
+  8.40696426069078055E-14  9.45563629218120024E-14  1.05764269785538189E-13
+  1.17711545129059844E-13  1.30416751591634041E-13  1.43898839968447714E-13
+  1.58177156799697426E-13  1.73271452103765546E-13  1.89201887257178436E-13
+  2.05989043024105434E-13  2.23653927738190607E-13  2.42217985639574878E-13
+  2.61703105370010399E-13  2.82131628629025433E-13  3.03526358994157886E-13
+  3.25910570908321666E-13  3.49308018837437161E-13  3.73742946601510396E-13
+  3.99240096882403911E-13  4.25824720911604638E-13  4.53522588341358096E-13
+  4.82359997302588636E-13  5.12363784653114150E-13  5.43561336419692752E-13
+  5.75980598437544961E-13  6.09650087191024698E-13  6.44598900859212324E-13
+  6.80856730570254053E-13  7.18453871868340799E-13  7.57421236397316267E-13
+  7.97790363804944144E-13  8.39593433871968895E-13  8.82863278870158375E-13
+  9.27633396153619542E-13  9.73937960987721003E-13  1.02181183962008887E-12
+  1.07129060259816574E-12  1.12241053833795857E-12  1.17520866694864967E-12
+  1.22972275431786029E-12  1.28599132646241757E-12  1.34405368414959340E-12
+  1.40394991779384691E-12  1.46572092263423040E-12  1.52940841419768010E-12
+  1.59505494405352861E-12  1.66270391586467913E-12  1.73239960174096411E-12
+  1.80418715890033109E-12  1.87811264664360024E-12  1.95422304364862844E-12
+  2.03256626558984912E-12  2.11319118308925213E-12  2.19614764000496738E-12
+  2.28148647206377640E-12  2.36925952584393109E-12  2.45951967811483000E-12
+  2.55232085554019751E-12  2.64771805475153146E-12  2.74576736279873864E-12
+  2.84652597798496938E-12  2.95005223109281045E-12  3.05640560700914338E-12
+  3.16564676675607942E-12  3.27783756993554178E-12  3.39304109759518369E-12
+  3.51132167552355341E-12  3.63274489798237899E-12  3.75737765188426023E-12
+  3.88528814142393968E-12  4.01654591317166697E-12  4.15122188163724314E-12
+  4.28938835531349525E-12  4.43111906320812201E-12  4.57648918187301013E-12
+  4.72557536294023931E-12  4.87845576117427926E-12  5.03521006304988118E-12
+  5.19591951586558310E-12  5.36066695740265203E-12  5.52953684613973557E-12
+  5.70261529203349087E-12  5.87999008787571238E-12  6.06175074123779262E-12
+  6.24798850701325472E-12  6.43879642056969248E-12  6.63426933152128816E-12
+  6.83450393813353377E-12  7.03959882237190759E-12  7.24965448560644674E-12
+  7.46477338498446363E-12  7.68505997048379778E-12  7.91062072265924253E-12
+  8.14156419109509566E-12  8.37800103357690151E-12  8.62004405599579566E-12
+  8.86780825299901496E-12  9.12141084940058011E-12  9.38097134236608032E-12
+  9.64661154438613593E-12  9.91845562705303726E-12  1.01966301656557042E-11
+  1.04812641846079008E-11  1.07724892037253818E-11  1.10704392853677649E-11
+  1.13752510824610171E-11  1.16870638874170888E-11  1.20060196819673273E-11
+  1.23322631879265869E-11  1.26659419189053954E-11  1.30072062329877125E-11
+  1.33562093863923512E-11  1.37131075881362293E-11  1.40780600557179614E-11
+  1.44512290718410961E-11  1.48327800421958605E-11  1.52228815543194446E-11
+  1.56217054375545708E-11  1.60294268241270107E-11  1.64462242113626345E-11
+  1.68722795250651104E-11  1.73077781840761364E-11  1.77529091660397890E-11
+  1.82078650743933959E-11  1.86728422066080821E-11  1.91480406237016581E-11
+  1.96336642210478722E-11  2.01299208005058229E-11  2.06370221438943029E-11
+  2.11551840878358114E-11  2.16846265999957235E-11  2.22255738567426557E-11
+  2.27782543222561683E-11  2.33429008291087712E-11  2.39197506603498031E-11
+  2.45090456331186117E-11  2.51110321838158776E-11  2.57259614548615840E-11
+  2.63540893830695226E-11  2.69956767896679221E-11  2.76509894719968784E-11
+  2.83202982969138504E-11  2.90038792959388762E-11  2.97020137621712962E-11
+  3.04149883490118234E-11  3.11430951707224448E-11  3.18866319048589010E-11
+  3.26459018966102215E-11  3.34212142650808023E-11  3.42128840115508614E-11
+  3.50212321297522546E-11  3.58465857181969211E-11  3.66892780945957623E-11
+  3.75496489124072340E-11  3.84280442795546951E-11  3.93248168793530467E-11
+  4.02403260936854832E-11  4.11749381284719016E-11  4.21290261414720676E-11
+  4.31029703724661114E-11  4.40971582758568655E-11  4.51119846557389081E-11
+  4.61478518034799272E-11  4.72051696378611822E-11  4.82843558478240425E-11
+  4.93858360378717572E-11  5.05100438761748507E-11  5.16574212454306431E-11
+  5.28284183965280433E-11  5.40234941050695270E-11  5.52431158308029751E-11
+  5.64877598800178233E-11  5.77579115709602275E-11  5.90540654023231303E-11
+  6.03767252248681114E-11  6.17264044162378092E-11  6.31036260590169261E-11
+  6.45089231221028031E-11  6.59428386454469937E-11  6.74059259282296647E-11
+  6.88987487205309531E-11  7.04218814185637889E-11  7.19759092635348353E-11
+  7.35614285441997852E-11  7.51790468031818906E-11  7.68293830471243959E-11
+  7.85130679607460108E-11  8.02307441248735571E-11  8.19830662385244412E-11
+  8.37707013451144690E-11  8.55943290628670545E-11  8.74546418195018719E-11
+  8.93523450912827897E-11  9.12881576465046353E-11  9.32628117935019122E-11
+  9.52770536332633993E-11  9.73316433167373051E-11  9.94273553069139967E-11
+  1.01564978645775536E-10  1.03745317226201322E-10  1.05969190068921872E-10
+  1.08237431604614682E-10  1.10550891961236837E-10  1.12910437256691697E-10
+  1.15316949896928791E-10  1.17771328879576367E-10  1.20274490103210539E-10
+  1.22827366682365090E-10  1.25430909268386790E-10  1.28086086376246614E-10
+  1.30793884717416499E-10  1.33555309538922181E-10  1.36371384968690265E-10
+  1.39243154367301486E-10  1.42171680686272928E-10  1.45158046832988185E-10
+  1.48203356042397260E-10  1.51308732255614820E-10  1.54475320505542733E-10
+  1.57704287309645248E-10  1.60996821070012935E-10  1.64354132480848324E-10
+  1.67777454943509457E-10  1.71268044989253912E-10  1.74827182709825288E-10
+  1.78456172196024289E-10  1.82156341984416941E-10  1.85929045512328668E-10
+  1.89775661581274640E-10  1.93697594828988139E-10  1.97696276210202357E-10
+  2.01773163486347732E-10  2.05929741724332651E-10  2.10167523804571654E-10
+  2.14488050938436585E-10  2.18892893195302192E-10  2.23383650039364112E-10
+  2.27961950876411722E-10  2.32629455610739788E-10  2.37387855212383433E-10
+  2.42238872294872728E-10  2.47184261703698849E-10  2.52225811115687784E-10
+  2.57365341649488960E-10  2.62604708487380666E-10  2.67945801508601036E-10
+  2.73390545934421965E-10  2.78940902985180316E-10  2.84598870549486580E-10
+  2.90366483865841348E-10  2.96245816216882775E-10  3.02238979636504515E-10
+  3.08348125630080220E-10  3.14575445908034353E-10  3.20923173133011526E-10
+  3.27393581680893578E-10  3.33988988415917798E-10  3.40711753480163433E-10
+  3.47564281097668184E-10  3.54549020393444280E-10  3.61668466227674106E-10
+  3.68925160045365619E-10  3.76321690741747155E-10  3.83860695543703232E-10
+  3.91544860907540705E-10  3.99376923433389426E-10  4.07359670796546140E-10
+  4.15495942696075959E-10  4.23788631820985840E-10  4.32240684834304504E-10
+  4.40855103375387474E-10  4.49634945080797743E-10  4.58583324624098170E-10
+  4.67703414774902712E-10  4.76998447477553284E-10  4.86471714949776762E-10
+  4.96126570801693156E-10  5.05966431175552257E-10  5.15994775906590433E-10
+  5.26215149705377884E-10  5.36631163362077600E-10  5.47246494973008318E-10
+  5.58064891189922681E-10  5.69090168492428260E-10  5.80326214483978465E-10
+  5.91776989211860482E-10  6.03446526511638705E-10  6.15338935376492578E-10
+  6.27458401351917657E-10  6.39809187956259525E-10  6.52395638127549046E-10
+  6.65222175697139626E-10  6.78293306890631802E-10  6.91613621856591943E-10
+  7.05187796223583059E-10  7.19020592686030198E-10  7.33116862619448065E-10
+  7.47481547725583015E-10  7.62119681708020920E-10  7.77036391978813808E-10
+  7.92236901396715547E-10  8.07726530037603229E-10  8.23510696997673105E-10
+  8.39594922230031151E-10  8.55984828415289331E-10  8.72686142866787955E-10
+  8.89704699471107218E-10  9.07046440664490779E-10  9.24717419445874781E-10
+  9.42723801427182273E-10  9.61071866921571175E-10  9.79768013070349517E-10
+  9.98818756009270369E-10  1.01823073307491887E-09  1.03801070505195558E-09
+  1.05816555846196513E-09  1.07870230789466421E-09  1.09962809838227323E-09
+  1.12095020781784734E-09  1.14267604941835824E-09  1.16481317423338432E-09
+  1.18736927370024116E-09  1.21035218224639140E-09  1.23376987994005014E-09
+  1.25763049518983502E-09  1.28194230749439586E-09  1.30671375024294345E-09
+  1.33195341356759941E-09  1.35767004724855817E-09  1.38387256367301541E-09
+  1.41057004084885480E-09  1.43777172547412299E-09  1.46548703606332165E-09
+  1.49372556613153879E-09  1.52249708743753790E-09  1.55181155328685481E-09
+  1.58167910189603030E-09  1.61211005981910138E-09  1.64311494543752036E-09
+  1.67470447251464237E-09  1.70688955381601407E-09  1.73968130479664370E-09
+  1.77309104735652086E-09  1.80713031366563587E-09  1.84181085005977531E-09
+  1.87714462100841867E-09  1.91314381315607049E-09  1.94982083943835575E-09
+  1.98718834327431017E-09  2.02525920283623507E-09  2.06404653539856012E-09
+  2.10356370176718914E-09  2.14382431079081374E-09  2.18484222395567906E-09
+  2.22663156006540239E-09  2.26920670000736899E-09  2.31258229160732273E-09
+  2.35677325457378489E-09  2.40179478553397605E-09  2.44766236316288800E-09
+  2.49439175340729161E-09  2.54199901480637270E-09  2.59050050391083286E-09
+  2.63991288080226329E-09  2.69025311471460678E-09  2.74153848975966156E-09
+  2.79378661075850903E-09  2.84701540918081779E-09  2.90124314919405061E-09
+  2.95648843382459553E-09  3.01277021123286021E-09  3.07010778110448205E-09
+  3.12852080115979130E-09  3.18802929378366903E-09  3.24865365277809795E-09
+  3.31041465023962490E-09  3.37333344356404539E-09  3.43743158258070611E-09
+  3.50273101681876093E-09  3.56925410290786816E-09  3.63702361211581021E-09
+  3.70606273802552290E-09  3.77639510435417576E-09  3.84804477291689923E-09
+  3.92103625173780470E-09  3.99539450331108444E-09  4.07114495301492154E-09
+  4.14831349768103803E-09  4.22692651432277140E-09  4.30701086902462744E-09
+  4.38859392599624439E-09  4.47170355679385116E-09  4.55636814971233252E-09
+  4.64261661935097060E-09  4.73047841635619080E-09  4.81998353734449896E-09
+  4.91116253500895180E-09  5.00404652841262464E-09  5.09866721347242099E-09
+  5.19505687363683601E-09  5.29324839076123835E-09  5.39327525618427683E-09
+  5.49517158200919624E-09  5.59897211259381862E-09  5.70471223625302474E-09
+  5.81242799717771697E-09  5.92215610757424900E-09  6.03393396002834079E-09
+  6.14779964009773869E-09  6.26379193913776750E-09  6.38195036736407076E-09
+  6.50231516715701263E-09  6.62492732661213052E-09  6.74982859334118781E-09
+  6.87706148852854335E-09  7.00666932124742934E-09  7.13869620304105859E-09
+  7.27318706277343725E-09  7.41018766175475856E-09  7.54974460914662184E-09
+  7.69190537765214902E-09  7.83671831949627034E-09  7.98423268270156753E-09
+  8.13449862766512378E-09  8.28756724404203777E-09  8.44349056794102795E-09
+  8.60232159943819032E-09  8.76411432041463385E-09  8.92892371272397896E-09
+  9.09680577669583858E-09  9.26781754998161136E-09  9.44201712674860558E-09
+  9.61946367722932963E-09  9.80021746763221907E-09  9.98433988042061117E-09
+  1.01718934349667368E-08  1.03629418085877523E-08  1.05575498579706253E-08
+  1.07557836409934178E-08  1.09577104389500308E-08  1.11633987791859439E-08
+  1.13729184581526325E-08  1.15863405648882176E-08  1.18037375049323970E-08
+  1.20251830246836888E-08  1.22507522362069978E-08  1.24805216425000013E-08
+  1.27145691632268207E-08  1.29529741609274143E-08  1.31958174677118296E-08
+  1.34431814124479663E-08  1.36951498484521815E-08  1.39518081816918608E-08
+  1.42132433995097014E-08  1.44795440998788692E-08  1.47508005211994349E-08
+  1.50271045726456100E-08  1.53085498650742628E-08  1.55952317425048985E-08
+  1.58872473141819352E-08  1.61846954872295617E-08  1.64876769999106957E-08
+  1.67962944555008659E-08  1.71106523567884208E-08  1.74308571412128461E-08
+  1.77570172166525390E-08  1.80892429978746641E-08  1.84276469436588272E-08
+  1.87723435946072469E-08  1.91234496116540348E-08  1.94810838152867389E-08
+  1.98453672254927615E-08  2.02164231024447767E-08  2.05943769879382707E-08
+  2.09793567475953223E-08  2.13714926138487552E-08  2.17709172297212283E-08
+  2.21777656934134634E-08  2.25921756037173673E-08  2.30142871062685309E-08
+  2.34442429406541183E-08  2.38821884883919070E-08  2.43282718217959992E-08
+  2.47826437537466574E-08  2.52454578883799925E-08  2.57168706727151081E-08
+  2.61970414492356260E-08  2.66861325094438341E-08  2.71843091484044800E-08
+  2.76917397202975321E-08  2.82085956949979394E-08  2.87350517157014899E-08
+  2.92712856576162196E-08  2.98174786877390991E-08  3.03738153257376125E-08
+  3.09404835059574455E-08  3.15176746405763691E-08  3.21055836839259065E-08
+  3.27044091980024491E-08  3.33143534191890879E-08  3.39356223262116900E-08
+  3.45684257093511385E-08  3.52129772409352280E-08  3.58694945471339645E-08
+  3.65381992810824836E-08  3.72193171973554167E-08  3.79130782278187377E-08
+  3.86197165588838396E-08  3.93394707101898943E-08  4.00725836147410042E-08
+  4.08193027005252054E-08  4.15798799736420293E-08  4.23545721029674297E-08
+  4.31436405063838080E-08  4.39473514386044787E-08  4.47659760806219832E-08
+  4.55997906308095471E-08  4.64490763977077029E-08  4.73141198945258704E-08
+  4.81952129353913915E-08  4.90926527333776394E-08  5.00067420003454136E-08
+  5.09377890486288413E-08  5.18861078946026914E-08  5.28520183641634670E-08
+  5.38358462001612543E-08  5.48379231718173541E-08  5.58585871861654620E-08
+  5.68981824015521709E-08  5.79570593432369174E-08  5.90355750211284893E-08
+  6.01340930496985539E-08  6.12529837701122877E-08  6.23926243746161705E-08
+  6.35533990332262883E-08  6.47356990227585955E-08  6.59399228582444360E-08
+  6.71664764267757905E-08  6.84157731238253700E-08  6.96882339920861019E-08
+  7.09842878628781852E-08  7.23043715001702746E-08  7.36489297472631272E-08
+  7.50184156761849464E-08  7.64132907398493887E-08  7.78340249270254170E-08
+  7.92810969201732342E-08  8.07549942561975711E-08  8.22562134901733713E-08
+  8.37852603620974750E-08  8.53426499667246808E-08  8.69289069265415876E-08
+  8.85445655679396940E-08  9.01901701006452987E-08  9.18662748004657872E-08
+  9.35734441954157116E-08  9.53122532552820898E-08  9.70832875846957447E-08
+  9.88871436197712744E-08  1.00724428828382235E-07  1.02595761914139140E-07
+  1.04501773024138946E-07  1.06443103960553149E-07  1.08420408396130110E-07
+  1.10434352093679569E-07  1.12485613129615540E-07  1.14574882121631444E-07
+  1.16702862460585029E-07  1.18870270546668558E-07  1.21077836029946461E-07
+  1.23326302055339348E-07  1.25616425512136486E-07  1.27948977288122544E-07
+  1.30324742528399152E-07  1.32744520898994892E-07  1.35209126855346242E-07
+  1.37719389915741982E-07  1.40276154939823853E-07  1.42880282412235249E-07
+  1.45532648731512083E-07  1.48234146504316723E-07  1.50985684845109486E-07
+  1.53788189681360739E-07  1.56642604064405237E-07  1.59549888486043559E-07
+  1.62511021200994422E-07  1.65526998555310529E-07  1.68598835320864071E-07
+  1.71727565036015733E-07  1.74914240352582915E-07  1.78159933389219339E-07
+  1.81465736091329832E-07  1.84832760597637702E-07  1.88262139613528354E-07
+  1.91755026791294474E-07  1.95312597117412283E-07  1.98936047306973754E-07
+  2.02626596205413241E-07  2.06385485197659417E-07  2.10213978624850969E-07
+  2.14113364208755005E-07  2.18084953484033879E-07  2.22130082238498323E-07
+  2.26250110961504030E-07  2.30446425300633596E-07  2.34720436526823199E-07
+  2.39073582008087159E-07  2.43507325691996985E-07  2.48023158597083835E-07
+  2.52622599313321987E-07  2.57307194511864873E-07  2.62078519464204974E-07
+  2.66938178570930317E-07  2.71887805900254158E-07  2.76929065736501635E-07
+  2.82063653138735463E-07  2.87293294509706693E-07  2.92619748175324883E-07
+  2.98044804974840475E-07  3.03570288861933524E-07  3.09198057516918567E-07
+  3.14930002970263518E-07  3.20768052237636530E-07  3.26714167966690082E-07
+  3.32770349095805544E-07  3.38938631525008014E-07  3.45221088799289928E-07
+  3.51619832804563451E-07  3.58137014476478079E-07  3.64774824522343704E-07
+  3.71535494156392051E-07  3.78421295848638772E-07  3.85434544087581827E-07
+  3.92577596157002269E-07  3.99852852927121917E-07  4.07262759660391207E-07
+  4.14809806832163950E-07  4.22496530966550610E-07  4.30325515487718341E-07
+  4.38299391586928891E-07  4.46420839105603590E-07  4.54692587434715273E-07
+  4.63117416430798605E-07  4.71698157348900501E-07  4.80437693792772892E-07
+  4.89338962682629999E-07  4.98404955240799017E-07  5.07638717995582690E-07
+  5.17043353803686582E-07  5.26622022891542003E-07  5.36377943915879142E-07
+  5.46314395043904981E-07  5.56434715053451185E-07  5.66742304453450881E-07
+  5.77240626625136196E-07  5.87933208984327129E-07  5.98823644165204877E-07
+  6.09915591225969007E-07  6.21212776876783762E-07  6.32718996730413532E-07
+  6.44438116575988559E-07  6.56374073676309167E-07  6.68530878089131186E-07
+  6.80912614012881287E-07  6.93523441157236441E-07  7.06367596139050629E-07
+  7.19449393904078362E-07  7.32773229174980043E-07  7.46343577926094212E-07
+  7.60164998885475561E-07  7.74242135064685781E-07  7.88579715316874876E-07
+  8.03182555923657480E-07  8.18055562211325511E-07  8.33203730196930714E-07
+  8.48632148264806805E-07  8.64345998874064226E-07  8.80350560297663245E-07
+  8.96651208393626547E-07  9.13253418408992412E-07  9.30162766817121501E-07
+  9.47384933188948809E-07  9.64925702098842735E-07  9.82790965065685586E-07
+  1.00098672252983492E-06  1.01951908586662908E-06  1.03839427943711663E-06
+  1.05761864267667971E-06  1.07719863222228087E-06  1.09714082407902067E-06
+  1.11745191582675080E-06  1.13813872886746448E-06  1.15920821071425056E-06
+  1.18066743732252846E-06  1.20252361546439993E-06  1.22478408514687920E-06
+  1.24745632207482125E-06  1.27054794015939169E-06  1.29406669407287630E-06
+  1.31802048185074167E-06  1.34241734754178280E-06  1.36726548390725600E-06
+  1.39257323516990636E-06  1.41834909981381756E-06  1.44460173343599448E-06
+  1.47133995165067861E-06  1.49857273304733455E-06  1.52630922220331850E-06
+  1.55455873275223146E-06  1.58333075050899957E-06  1.61263493665269492E-06
+  1.64248113096821763E-06  1.67287935514788123E-06  1.70383981615402967E-06
+  1.73537290964380986E-06  1.76748922345725930E-06  1.80019954116984330E-06
+  1.83351484571068315E-06  1.86744632304765567E-06  1.90200536594060324E-06
+  1.93720357776394030E-06  1.97305277639988003E-06  2.00956499820366407E-06
+  2.04675250204205974E-06  2.08462777340652178E-06  2.12320352860236700E-06
+  2.16249271901540795E-06  2.20250853545741285E-06  2.24326441259192087E-06
+  2.28477403344185586E-06  2.32705133398044962E-06  2.37011050780703147E-06
+  2.41396601090926429E-06  2.45863256651335007E-06  2.50412517002395570E-06
+  2.55045909405539768E-06  2.59764989355585008E-06  2.64571341102626859E-06
+  2.69466578183574462E-06  2.74452343963516306E-06  2.79530312187088321E-06
+  2.84702187540035294E-06  2.89969706221151650E-06  2.95334636524794826E-06
+  3.00798779434163276E-06  3.06363969225543017E-06  3.12032074083722289E-06
+  3.17804996728780442E-06  3.23684675054463164E-06  3.29673082778358450E-06
+  3.35772230104086421E-06  3.41984164395732874E-06  3.48310970864746967E-06
+  3.54754773269534402E-06  3.61317734627986410E-06  3.68002057943170572E-06
+  3.74809986942442196E-06  3.81743806830214141E-06  3.88805845054641411E-06
+  3.95998472088474607E-06  4.03324102224351576E-06  4.10785194384780538E-06
+  4.18384252947102240E-06  4.26123828583696070E-06  4.34006519117717367E-06
+  4.42034970394650875E-06  4.50211877169976364E-06  4.58539984013234257E-06
+  4.67022086228809481E-06  4.75661030793729757E-06  4.84459717312797987E-06
+  4.93421098991381479E-06  5.02548183626175453E-06  5.11844034614284323E-06
+  5.21311771980952941E-06  5.30954573426290954E-06  5.40775675391346432E-06
+  5.50778374143885562E-06  5.60966026884232273E-06  5.71342052871558120E-06
+  5.81909934570982331E-06  5.92673218821875115E-06  6.03635518027754217E-06
+  6.14800511368179849E-06  6.26171946033035596E-06  6.37753638479636787E-06
+  6.49549475713065000E-06  6.61563416590168518E-06  6.73799493147667885E-06
+  6.86261811954801203E-06  6.98954555490974348E-06  7.11881983548875621E-06
+  7.25048434663518074E-06  7.38458327567698176E-06  7.52116162674356492E-06
+  7.66026523586327602E-06  7.80194078634002966E-06  7.94623582441408707E-06
+  8.09319877521229375E-06  8.24287895899310675E-06  8.39532660769189586E-06
+  8.55059288177195940E-06  8.70872988738707017E-06  8.86979069386118453E-06
+  9.03382935149118771E-06  9.20090090967870980E-06  9.37106143539706863E-06
+  9.54436803199940424E-06  9.72087885837455599E-06  9.90065314845692156E-06
+  1.00837512310968368E-05  1.02702345502983510E-05  1.04601656858307896E-05
+  1.06536083742214763E-05  1.08506275301363084E-05  1.10512892681555203E-05
+  1.12556609249518556E-05  1.14638110818787129E-05  1.16758095879755848E-05
+  1.18917275833988439E-05  1.21116375232854358E-05  1.23356132020576731E-05
+  1.25637297781771162E-05  1.27960637993560984E-05  1.30326932282349442E-05
+  1.32736974685339215E-05  1.35191573916884296E-05  1.37691553639763954E-05
+  1.40237752741471290E-05  1.42831025615605393E-05  1.45472242448466125E-05
+  1.48162289510943927E-05  1.50902069455804700E-05  1.53692501620467459E-05
+  1.56534522335379311E-05  1.59429085238086318E-05  1.62377161593111349E-05
+  1.65379740617741556E-05  1.68437829813836657E-05  1.71552455305769195E-05
+  1.74724662184610486E-05  1.77955514858674655E-05  1.81246097410543369E-05
+  1.84597513960686674E-05  1.88010889037803083E-05  1.91487367956005208E-05
+  1.95028117198972075E-05  1.98634324811203225E-05  2.02307200796501713E-05
+  2.06047977523820550E-05  2.09857910140608048E-05  2.13738276993793895E-05
+  2.17690380058549713E-05  2.21715545374977269E-05  2.25815123492862839E-05
+  2.29990489924651289E-05  2.34243045606789443E-05  2.38574217369596135E-05
+  2.42985458415809902E-05  2.47478248807984413E-05  2.52054095964886912E-05
+  2.56714535167069211E-05  2.61461130071780647E-05  2.66295473237395076E-05
+  2.71219186657527020E-05  2.76233922305021157E-05  2.81341362685983055E-05
+  2.86543221404057378E-05  2.91841243735125947E-05  2.97237207212625944E-05
+  3.02732922223681903E-05  3.08330232616252660E-05  3.14031016317495358E-05
+  3.19837185963554364E-05  3.25750689540986419E-05  3.31773511040035277E-05
+  3.37907671119976285E-05  3.44155227786757380E-05  3.50518277083148994E-05
+  3.56998953791656522E-05  3.63599432150410400E-05  3.70321926582286654E-05
+  3.77168692437494649E-05  3.84142026749884543E-05  3.91244269007226579E-05
+  3.98477801935720601E-05  4.05845052298997694E-05  4.13348491711880523E-05
+  4.20990637469184609E-05  4.28774053389814174E-05  4.36701350676465478E-05
+  4.44775188791205592E-05  4.52998276347222790E-05  4.61373372017053897E-05
+  4.69903285457583979E-05  4.78590878252136377E-05  4.87439064869960050E-05
+  4.96450813643443831E-05  5.05629147763375327E-05  5.14977146292595211E-05
+  5.24497945198353318E-05  5.34194738403751516E-05  5.44070778858598466E-05
+  5.54129379630042740E-05  5.64373915013349946E-05  5.74807821663196399E-05
+  5.85434599745852610E-05  5.96257814112649372E-05  6.07281095495114829E-05
+  6.18508141722181145E-05  6.29942718959870622E-05  6.41588662973885518E-05
+  6.53449880415489439E-05  6.65530350131161971E-05  6.77834124496421461E-05
+  6.90365330774282904E-05  7.03128172498801289E-05  7.16126930884160778E-05
+  7.29365966259783524E-05  7.42849719531936246E-05  7.56582713672325583E-05
+  7.70569555234175939E-05  7.84814935896311049E-05  7.99323634035718083E-05
+  8.14100516329173917E-05  8.29150539384426217E-05  8.44478751401491092E-05
+  8.60090293864621452E-05  8.75990403265512339E-05  8.92184412858317136E-05
+  9.08677754447057847E-05  9.25475960206037821E-05  9.42584664533850772E-05
+  9.60009605941613593E-05  9.77756628976068882E-05  9.95831686178148183E-05
+  1.01424084007772347E-04  1.03299026522515292E-04  1.05208625026032896E-04
+  1.07153520001991128E-04  1.09134363768344957E-04  1.11151820695911248E-04
+  1.13206567430975335E-04  1.15299293122005355E-04  1.17430699650549904E-04
+  1.19601501866398410E-04  1.21812427827076492E-04  1.24064219041764338E-04
+  1.26357630719714124E-04  1.28693432023250083E-04  1.31072406325437389E-04
+  1.33495351472504470E-04  1.35963080051105731E-04  1.38476419660515953E-04
+  1.41036213189845019E-04  1.43643319100365428E-04  1.46298611713051172E-04
+  1.49002981501413856E-04  1.51757335389745630E-04  1.54562597056860320E-04
+  1.57419707245436266E-04  1.60329624077064483E-04  1.63293323373106650E-04
+  1.66311798981469135E-04  1.69386063109403521E-04  1.72517146662442541E-04
+  1.75706099589585955E-04  1.78953991234849632E-04  1.82261910695298573E-04
+  1.85630967185674808E-04  1.89062290409752819E-04  1.92557030938536421E-04
+  1.96116360595428955E-04  1.99741472848500532E-04  2.03433583209987182E-04
+  2.07193929643150756E-04  2.11023772976637086E-04  2.14924397326470435E-04
+  2.18897110525821908E-04  2.22943244562700952E-04  2.27064156025702551E-04
+  2.31261226557975011E-04  2.35535863319546481E-04  2.39889499458167851E-04
+  2.44323594588829627E-04  2.48839635282109789E-04  2.53439135561516436E-04
+  2.58123637409987986E-04  2.62894711285722169E-04  2.67753956647500714E-04
+  2.72703002489692325E-04  2.77743507887094523E-04  2.82877162549816281E-04
+  2.88105687388369729E-04  2.93430835089164229E-04  2.98854390700592249E-04
+  3.04378172229901353E-04  3.10004031251050422E-04  3.15733853523750003E-04
+  3.21569559623892593E-04  3.27513105585582195E-04  3.33566483554971547E-04
+  3.39731722456133780E-04  3.46010888669167878E-04  3.52406086720788740E-04
+  3.58919459987608574E-04  3.65553191412351913E-04  3.72309504233239177E-04
+  3.79190662726778247E-04  3.86198972964209612E-04  3.93336783581855912E-04
+  4.00606486565628791E-04  4.08010518049948525E-04  4.15551359131354436E-04
+  4.23231536697043023E-04  4.31053624268645710E-04  4.39020242861494785E-04
+  4.47134061859672026E-04  4.55397799907127641E-04  4.63814225815158999E-04
+  4.72386159486552044E-04  4.81116472856684871E-04  4.90008090851905644E-04
+  4.99063992365497613E-04  5.08287211251550819E-04  5.17680837337078001E-04
+  5.27248017452678535E-04  5.36991956482123006E-04  5.46915918431179881E-04
+  5.57023227516039126E-04  5.67317269271694260E-04  5.77801491680637901E-04
+  5.88479406322246724E-04  5.99354589543227680E-04  6.10430683649509855E-04
+  6.21711398119967709E-04  6.33200510842385858E-04  6.44901869372035540E-04
+  6.56819392213320199E-04  6.68957070124866281E-04  6.81318967448509092E-04
+  6.93909223462595690E-04  7.06732053760049752E-04  7.19791751651642302E-04
+  7.33092689594931255E-04  7.46639320649325998E-04  7.60436179957752877E-04
+  7.74487886255415437E-04  7.88799143406098487E-04  8.03374741966568192E-04
+  8.18219560779537844E-04  8.33338568595720077E-04  8.48736825725502405E-04
+  8.64419485720767161E-04  8.80391797087407262E-04  8.96659105029083800E-04
+  9.13226853222796290E-04  9.30100585626826657E-04  9.47285948321643836E-04
+  9.64788691384383073E-04  9.82614670797441392E-04  1.00076985039188114E-03
+  1.01926030382621128E-03  1.03809221660119120E-03  1.05727188811131933E-03
+  1.07680573373364450E-03  1.09670028695457874E-03  1.11696220153538407E-03
+  1.13759825371703444E-03  1.15861534446513805E-03  1.18002050175567536E-03
+  1.20182088290220527E-03  1.22402377692537177E-03  1.24663660696539176E-03
+  1.26966693273832909E-03  1.29312245303691057E-03  1.31701100827669474E-03
+  1.34134058308838346E-03  1.36611930895710215E-03  1.39135546690948649E-03
+  1.41705749024940357E-03  1.44323396734321219E-03  1.46989364445535768E-03
+  1.49704542863529026E-03  1.52469839065653935E-03  1.55286176800889259E-03
+  1.58154496794461925E-03  1.61075757057966835E-03  1.64050933205083481E-03
+  1.67081018772986269E-03  1.70167025549548129E-03  1.73309983906440269E-03
+  1.76510943138229984E-03  1.79770971807585007E-03  1.83091158096682929E-03
+  1.86472610164945137E-03  1.89916456513197210E-03  1.93423846354370864E-03
+  1.96995949990861957E-03  2.00633959198657499E-03  2.04339087618352977E-03
+  2.08112571153176284E-03  2.11955668374140711E-03  2.15869660932450566E-03
+  2.19855853979287075E-03  2.23915576593093028E-03  2.28050182214497655E-03
+  2.32261049089004272E-03  2.36549580717577935E-03  2.40917206315265824E-03
+  2.45365381277991464E-03  2.49895587657659015E-03  2.54509334645712168E-03
+  2.59208159065289810E-03  2.63993625872125520E-03  2.68867328664338821E-03
+  2.73830890201274451E-03  2.78885962931526904E-03  2.84034229530327450E-03
+  2.89277403446434661E-03  2.94617229458694939E-03  3.00055484242434545E-03
+  3.05593976945848621E-03  3.11234549776553005E-03  3.16979078598468838E-03
+  3.22829473539214219E-03  3.28787679608172258E-03  3.34855677325422967E-03
+  3.41035483361700658E-03  3.47329151189581554E-03  3.53738771746067325E-03
+  3.60266474106763109E-03  3.66914426171833846E-03  3.73684835363936223E-03
+  3.80579949338315975E-03  3.87602056705273722E-03  3.94753487765195886E-03
+  4.02036615256353824E-03  4.09453855115686320E-03  4.17007667252749202E-03
+  4.24700556337077005E-03  4.32535072599144095E-03  4.40513812645152228E-03
+  4.48639420285864426E-03  4.56914587379703141E-03  4.65342054690340116E-03
+  4.73924612759005562E-03  4.82665102791743870E-03  4.91566417561852854E-03
+  5.00631502327735824E-03  5.09863355766419085E-03  5.19265030922946673E-03
+  5.28839636175931771E-03  5.38590336219485922E-03  5.48520353061783539E-03
+  5.58632967040511349E-03  5.68931517855459506E-03  5.79419405618506345E-03
+  5.90100091921260620E-03  6.00977100920619366E-03  6.12054020442504270E-03
+  6.23334503104057934E-03  6.34822267454531255E-03  6.46521099135182603E-03
+  6.58434852058425221E-03  6.70567449606513950E-03  6.82922885850042669E-03
+  6.95505226786539716E-03  7.08318611599435648E-03  7.21367253937689381E-03
+  7.34655443216362947E-03  7.48187545938419542E-03  7.61968007038060433E-03
+  7.76001351245843903E-03  7.90292184475935300E-03  8.04845195235738553E-03
+  8.19665156058222225E-03  8.34756924957233068E-03  8.50125446906087150E-03
+  8.65775755339750173E-03  8.81712973680883957E-03  8.97942316890079466E-03
+  9.14469093040558463E-03  9.31298704917646325E-03  9.48436651643336237E-03
+  9.65888530326185213E-03  9.83660037736918021E-03  1.00175697200997494E-02
+  1.02018523437132497E-02  1.03895083089283954E-02  1.05805987427351148E-02
+  1.07751858564781502E-02  1.09733329642150313E-02  1.11751045013511706E-02
+  1.13805660435549738E-02  1.15897843259560110E-02  1.18028272626284000E-02
+  1.20197639663629750E-02  1.22406647687303277E-02  1.24656012404376730E-02
+  1.26946462119819758E-02  1.29278737946020954E-02  1.31653594015322343E-02
+  1.34071797695593103E-02  1.36534129808864989E-02  1.39041384853052577E-02
+  1.41594371226780764E-02  1.44193911457342616E-02  1.46840842431801392E-02
+  1.49536015631266030E-02  1.52280297368350120E-02  1.55074569027836145E-02
+  1.57919727310559185E-02  1.60816684480526023E-02  1.63766368615281821E-02
+  1.66769723859538817E-02  1.69827710682074681E-02  1.72941306135911618E-02
+  1.76111504121785750E-02  1.79339315654903977E-02  1.82625769135002988E-02
+  1.85971910619706117E-02  1.89378804101177356E-02  1.92847531786072210E-02
+  1.96379194378780743E-02  1.99974911367953312E-02  2.03635821316302187E-02
+  2.07363082153664800E-02  2.11157871473312449E-02  2.15021386831492599E-02
+  2.18954846050170640E-02  2.22959487522962352E-02  2.27036570524217669E-02
+  2.31187375521228686E-02  2.35413204489526573E-02  2.39715381231227764E-02
+  2.44095251696386101E-02  2.48554184307303687E-02  2.53093570285749109E-02
+  2.57714823983024206E-02  2.62419383212821253E-02  2.67208709586802817E-02
+  2.72084288852825831E-02  2.77047631235744947E-02  2.82100271780701371E-02
+  2.87243770698811275E-02  2.92479713715157984E-02  2.97809712418986260E-02
+  3.03235404615986651E-02  3.08758454682557353E-02  3.14380553921915981E-02
+  3.20103420921930282E-02  3.25928801914535521E-02  3.31858471136569425E-02
+  3.37894231191896363E-02  3.44037913414631108E-02  3.50291378233297812E-02
+  3.56656515535734506E-02  3.63135245034551038E-02  3.69729516632927233E-02
+  3.76441310790541703E-02  3.83272638889394224E-02  3.90225543599286920E-02
+  3.97302099242704265E-02  4.04504412158835924E-02  4.11834621066441767E-02
+  4.19294897425290664E-02  4.26887445795846171E-02  4.34614504196882828E-02
+  4.42478344460690703E-02  4.50481272585518261E-02  4.58625629084874198E-02
+  4.66913789333305990E-02  4.75348163908243734E-02  4.83931198927481793E-02
+  4.92665376381866901E-02  5.01553214462696767E-02  5.10597267883382555E-02
+  5.19800128194837369E-02  5.29164424094079669E-02  5.38692821725486534E-02
+  5.48388024974131305E-02  5.58252775750599020E-02  5.68289854266657637E-02
+  5.78502079301128486E-02  5.88892308455281552E-02  5.99463438397056028E-02
+  6.10218405093339022E-02  6.21160184029582590E-02  6.32291790415931837E-02
+  6.43616279379039119E-02  6.55136746138715309E-02  6.66856326168512870E-02
+  6.78778195339317381E-02  6.90905570044979822E-02  7.03241707308985969E-02
+  7.15789904871124844E-02  7.28553501253074443E-02  7.41535875801796335E-02
+  7.54740448709542433E-02  7.68170681009318207E-02  7.81830074544513781E-02
+  7.95722171911432130E-02  8.09850556373356567E-02  8.24218851744783765E-02
+  8.38830722244374022E-02  8.53689872315134685E-02  8.68800046410296012E-02
+  8.84165028743281733E-02  8.99788643000143107E-02  9.15674752012710785E-02
+  9.31827257390758501E-02  9.48250099111315192E-02  9.64947255063263037E-02
+  9.81922740545274619E-02  9.99180607715084851E-02  1.01672494498802696E-01
+  1.03455987638269617E-01  1.05268956081154275E-01  1.07111819131410893E-01
+  1.08984999423060197E-01  1.10888922831332615E-01  1.12824018377356353E-01
+  1.14790718126129024E-01  1.16789457077511552E-01  1.18820673049972181E-01
+  1.20884806556802241E-01  1.22982300674516778E-01  1.25113600903144606E-01
+  1.27279155018105189E-01  1.29479412913361541E-01  1.31714826435528065E-01
+  1.33985849208609620E-01  1.36292936449027291E-01  1.38636544770596115E-01
+  1.41017131979094046E-01  1.43435156856063312E-01  1.45891078931472157E-01
+  1.48385358244859211E-01  1.50918455094571080E-01  1.53490829774697496E-01
+  1.56102942299299330E-01  1.58755252113514295E-01  1.61448217791122367E-01
+  1.64182296718132809E-01  1.66957944761964627E-01  1.69775615925765733E-01
+  1.72635761987420949E-01  1.75538832122785093E-01  1.78485272512673016E-01
+  1.81475525933129572E-01  1.84510031328497609E-01  1.87589223366793317E-01
+  1.90713531976895084E-01  1.93883381867043375E-01  1.97099192024150993E-01
+  2.00361375193402885E-01  2.03670337337645335E-01  2.07026477076038107E-01
+  2.10430185101452671E-01  2.13881843576097602E-01  2.17381825504847220E-01
+  2.20930494085753465E-01  2.24528202037221347E-01  2.28175290901329209E-01
+  2.31872090322781776E-01  2.35618917302987979E-01  2.39416075428753650E-01
+  2.43263854075105729E-01  2.47162527581754943E-01  2.51112354402724280E-01
+  2.55113576228682692E-01  2.59166417081538702E-01  2.63271082380862387E-01
+  2.67427757981728242E-01  2.71636609183588840E-01  2.75897779709815383E-01
+  2.80211390657572779E-01  2.84577539417708025E-01  2.88996298564396459E-01
+  2.93467714714290340E-01  2.97991807354979488E-01  3.02568567642602926E-01
+  3.07197957168504010E-01  3.11879906694866593E-01  3.16614314859330892E-01
+  3.21401046848641292E-01  3.26239933041444385E-01  3.31130767620425703E-01
+  3.36073307154048928E-01  3.41067269148226659E-01  3.46112330568364157E-01
+  3.51208126332280712E-01  3.56354247774625599E-01  3.61550241083503976E-01
+  3.66795605710142636E-01  3.72089792752534898E-01  3.77432203314137238E-01
+  3.82822186838816358E-01  3.88259039423386687E-01  3.93742002109235045E-01
+  3.99270259154659024E-01  4.04842936289756372E-01  4.10459098955831048E-01
+  4.16117750531495523E-01  4.21817830547829675E-01  4.27558212895166934E-01
+  4.33337704024284065E-01  4.39155041145006031E-01  4.45008890425462211E-01
+  4.50897845195481817E-01  4.56820424157878935E-01  4.62775069611621181E-01
+  4.68760145691199615E-01  4.74773936626763815E-01  4.80814645029916721E-01
+  4.86880390210370162E-01  4.92969206528988013E-01  4.99079041793084599E-01
+  5.05207755700190941E-01  5.11353118336867474E-01  5.17512808739511110E-01
+  5.23684413524481363E-01  5.29865425595283268E-01  5.36053242934904195E-01
+  5.42245167491872238E-01  5.48438404168968829E-01  5.54630059923985064E-01
+  5.60817142992335427E-01  5.66996562241779856E-01  5.73165126669948011E-01
+  5.79319545055801299E-01  5.85456425776611278E-01  5.91572276802479036E-01
+  5.97663505880855261E-01  6.03726420923938023E-01  6.09757230612283818E-01
+  6.15752045228331601E-01  6.21706877733967378E-01  6.27617645106612998E-01
+  6.33480169948682392E-01  6.39290182385567785E-01  6.45043322267606634E-01
+  6.50735141691736962E-01  6.56361107858752901E-01  6.61916606282228259E-01
+  6.67396944365288403E-01  6.72797355361420601E-01  6.78113002735517001E-01
+  6.83338984941193051E-01  6.88470340630237931E-01  6.93502054309743987E-01
+  6.98429062462048056E-01  7.03246260142085466E-01  7.07948508066089777E-01
+  7.12530640204757537E-01  7.16987471893034911E-01  7.21313808467539119E-01
+  7.25504454441296520E-01  7.29554223223969900E-01  7.33457947393977738E-01
+  7.37210489526958335E-01  7.40806753582779032E-01  7.44241696850814094E-01
+  7.47510342450423249E-01  7.50607792380478034E-01  7.53529241108374492E-01
+  7.56269989685218635E-01  7.58825460369767058E-01  7.61191211739191242E-01
+  7.63362954259887649E-01  7.65336566286216269E-01  7.67108110449342240E-01
+  7.68673850392188940E-01  7.70030267799868273E-01  7.71174079667879542E-01
+  7.72102255742804888E-01  7.72812036062195618E-01  7.73300948511850605E-01
+  7.73566826309724176E-01  7.73607825316298792E-01  7.73422441061438648E-01
+  7.73009525367518879E-01  7.72368302438082521E-01  7.71498384270423498E-01
+  7.70399785239457291E-01  7.69072935689046666E-01  7.67518694355769915E-01
+  7.65738359439041338E-01  7.63733678120695036E-01  7.61506854326826854E-01
+  7.59060554515013530E-01  7.56397911261390110E-01  7.53522524414573458E-01
+  7.50438459577631001E-01  7.47150243675494874E-01  7.43662857363905028E-01
+  7.39981724037743538E-01  7.36112695202032818E-01  7.32062031978758299E-01
+  7.27836382537704774E-01  7.23442755260798820E-01  7.18888487477938098E-01
+  7.14181209649309756E-01  7.09328804916020683E-01  7.04339363999208823E-01
+  6.99221135499311752E-01  6.93982471733935125E-01  6.88631770357046924E-01
+  6.83177412126568240E-01  6.77627695334769853E-01  6.71990767589406124E-01
+  6.66274555836925297E-01  6.60486695756503539E-01  6.54634461929602285E-01
+  6.48724700509496377E-01  6.42763766484492072E-01  6.36757468053845366E-01
+  6.30711021123988580E-01  6.24629017492706495E-01  6.18515410929243337E-01
+  6.12373526089496356E-01  6.06206096038266584E-01  6.00015335098064706E-01
+  5.93803054819874832E-01  5.87570832091551920E-01  5.81320239781340620E-01
+  5.75052846231639214E-01  5.68770214762444160E-01  5.62473903184261159E-01
+  END     
+   TPHI    4 #tphi(r), for tphi(r)/r*Ylm)
+  0.00000000000000000E+00 -3.51331896100597668E-16 -1.41828593929889431E-15
+ -3.22061352243628828E-15 -5.77849114151530037E-15 -9.11252880547732396E-15
+ -1.32437786065065187E-14 -1.81937434538741328E-14 -2.39843859743937848E-14
+ -3.06381375826133827E-14 -3.81779077239313475E-14 -4.66270932938798234E-14
+ -5.60095882368824384E-14 -6.63497933278496033E-14 -7.76726261400458131E-14
+ -9.00035312027183294E-14 -1.03368490352046319E-13 -1.17794033279037566E-13
+ -1.33307248278060171E-13 -1.49935793199775159E-13 -1.67707906612296376E-13
+ -1.86652419174483478E-13 -2.06798765225337097E-13 -2.28176994593555118E-13
+ -2.50817784631358104E-13 -2.74752452476803993E-13 -3.00012967548851556E-13
+ -3.26631964279547887E-13 -3.54642755087765566E-13 -3.84079343599022262E-13
+ -4.14976438115982659E-13 -4.47369465344335089E-13 -4.81294584378827914E-13
+ -5.16788700954323805E-13 -5.53889481966838615E-13 -5.92635370269613220E-13
+ -6.33065599749360975E-13 -6.75220210687934293E-13 -7.19140065414746623E-13
+ -7.64866864255381826E-13 -8.12443161781943945E-13 -8.61912383370766459E-13
+ -9.13318842073249695E-13 -9.66707755805658149E-13 -1.02212526486385651E-12
+ -1.07961844976904971E-12 -1.13923534945069981E-12 -1.20102497977295039E-12
+ -1.26503735241093938E-12 -1.33132349408356525E-12 -1.39993546614934476E-12
+ -1.47092638457216252E-12 -1.54435044026379423E-12 -1.62026291981027295E-12
+ -1.69872022658923063E-12 -1.77977990228553988E-12 -1.86350064881267377E-12
+ -1.94994235064737608E-12 -2.03916609758533403E-12 -2.13123420792573040E-12
+ -2.22621025209265811E-12 -2.32415907670157508E-12 -2.42514682907907580E-12
+ -2.52924098224445426E-12 -2.63651036036167011E-12 -2.74702516467048345E-12
+ -2.86085699990570492E-12 -2.97807890121366696E-12 -3.09876536157517116E-12
+ -3.22299235974438141E-12 -3.35083738871326110E-12 -3.48237948471135611E-12
+ -3.61769925675092410E-12 -3.75687891672754423E-12 -3.90000231008658431E-12
+ -4.04715494706606853E-12 -4.19842403452666789E-12 -4.35389850837979096E-12
+ -4.51366906662488916E-12 -4.67782820300733330E-12 -4.84647024130843383E-12
+ -5.01969137027938079E-12 -5.19758967923108708E-12 -5.38026519429213117E-12
+ -5.56781991534735555E-12 -5.76035785366958996E-12 -5.95798507025764241E-12
+ -6.16080971489352840E-12 -6.36894206593242644E-12 -6.58249457083897816E-12
+ -6.80158188748381350E-12 -7.02632092621446716E-12 -7.25683089271513627E-12
+ -7.49323333166986371E-12 -7.73565217124425479E-12 -7.98421376840076087E-12
+ -8.23904695506326742E-12 -8.50028308514660206E-12 -8.76805608246717331E-12
+ -9.04250248955109219E-12 -9.32376151735644635E-12 -9.61197509592685038E-12
+ -9.90728792599338767E-12 -1.02098475315428641E-11 -1.05198043133700786E-11
+ -1.08373116036325852E-11 -1.11625257214265556E-11 -1.14956060294026703E-11
+ -1.18367149914414789E-11 -1.21860182314078709E-11 -1.25436845930046890E-11
+ -1.29098862007460307E-11 -1.32847985220709664E-11 -1.36686004306188929E-11
+ -1.40614742706881222E-11 -1.44636059228997828E-11 -1.48751848710892755E-11
+ -1.52964042704482555E-11 -1.57274610169402275E-11 -1.61685558180137036E-11
+ -1.66198932646366778E-11 -1.70816819046771820E-11 -1.75541343176550511E-11
+ -1.80374671908900352E-11 -1.85319013970725321E-11 -1.90376620732832301E-11
+ -1.95549787014885773E-11 -2.00840851905395220E-11 -2.06252199597014190E-11
+ -2.11786260237436733E-11 -2.17445510796179249E-11 -2.23232475947542767E-11
+ -2.29149728970059452E-11 -2.35199892662724152E-11 -2.41385640278328197E-11
+ -2.47709696474208198E-11 -2.54174838280737662E-11 -2.60783896087888389E-11
+ -2.67539754650195421E-11 -2.74445354110473609E-11 -2.81503691042626984E-11
+ -2.88717819513907773E-11 -2.96090852166990223E-11 -3.03625961322220146E-11
+ -3.11326380100420738E-11 -3.19195403566631266E-11 -3.27236389895172870E-11
+ -3.35452761556431667E-11 -3.43848006525766408E-11 -3.52425679514949385E-11
+ -3.61189403226559270E-11 -3.70142869631750982E-11 -3.79289841271839824E-11
+ -3.88634152584136814E-11 -3.98179711252489382E-11 -4.07930499582982889E-11
+ -4.17890575905273319E-11 -4.28064076000024163E-11 -4.38455214552929870E-11
+ -4.49068286635826090E-11 -4.59907669215383624E-11 -4.70977822689894514E-11
+ -4.82283292454684989E-11 -4.93828710496669465E-11 -5.05618797018598579E-11
+ -5.17658362093546628E-11 -5.29952307350201010E-11 -5.42505627689523204E-11
+ -5.55323413033365804E-11 -5.68410850105638465E-11 -5.81773224246621946E-11
+ -5.95415921261049349E-11 -6.09344429300581592E-11 -6.23564340781311006E-11
+ -6.38081354336946725E-11 -6.52901276808337285E-11 -6.68030025270015431E-11
+ -6.83473629094439483E-11 -6.99238232054637342E-11 -7.15330094465964503E-11
+ -7.31755595367699087E-11 -7.48521234745216157E-11 -7.65633635793485780E-11
+ -7.83099547222674972E-11 -8.00925845606619435E-11 -8.19119537774968115E-11
+ -8.37687763249808609E-11 -8.56637796727599720E-11 -8.75977050607245177E-11
+ -8.95713077565169306E-11 -9.15853573178268366E-11 -9.36406378595616044E-11
+ -9.57379483259831957E-11 -9.78781027679039503E-11 -1.00061930625033895E-10
+ -1.02290277013575638E-10 -1.04564003019164769E-10 -1.06883985995253609E-10
+ -1.09251119867039904E-10 -1.11666315441042905E-10 -1.14130500720432556E-10
+ -1.16644621226216445E-10 -1.19209640324394484E-10 -1.21826539559192505E-10
+ -1.24496318992484997E-10 -1.27219997549524276E-10 -1.29998613371091561E-10
+ -1.32833224172189246E-10 -1.35724907607395408E-10 -1.38674761643004067E-10
+ -1.41683904936077726E-10 -1.44753477220538735E-10 -1.47884639700430881E-10
+ -1.51078575450484263E-10 -1.54336489824118070E-10 -1.57659610869018990E-10
+ -1.61049189750436779E-10 -1.64506501182338627E-10 -1.68032843866568220E-10
+ -1.71629540940158491E-10 -1.75297940430948101E-10 -1.79039415721656265E-10
+ -1.82855366022572547E-10 -1.86747216853019819E-10 -1.90716420531755373E-10
+ -1.94764456676473961E-10 -1.98892832712580972E-10 -2.03103084391409198E-10
+ -2.07396776318053352E-10 -2.11775502488998565E-10 -2.16240886839728789E-10
+ -2.20794583802493701E-10 -2.25438278874428497E-10 -2.30173689196214811E-10
+ -2.35002564141476807E-10 -2.39926685917115034E-10 -2.44947870174779324E-10
+ -2.50067966633683187E-10 -2.55288859714975319E-10 -2.60612469187880572E-10
+ -2.66040750827824081E-10 -2.71575697086767057E-10 -2.77219337775977227E-10
+ -2.82973740761460822E-10 -2.88841012672297244E-10 -2.94823299622112245E-10
+ -3.00922787943928955E-10 -3.07141704938651511E-10 -3.13482319637429865E-10
+ -3.19946943578161111E-10 -3.26537931596394448E-10 -3.33257682630899068E-10
+ -3.40108640544174640E-10 -3.47093294958175301E-10 -3.54214182105528453E-10
+ -3.61473885696540289E-10 -3.68875037802277327E-10 -3.76420319754017173E-10
+ -3.84112463059380620E-10 -3.91954250335448608E-10 -3.99948516259174758E-10
+ -4.08098148535422852E-10 -4.16406088882949004E-10 -4.24875334038659777E-10
+ -4.33508936780490601E-10 -4.42310006969244604E-10 -4.51281712609740702E-10
+ -4.60427280931637355E-10 -4.69749999490284230E-10 -4.79253217287981808E-10
+ -4.88940345916025348E-10 -4.98814860717909842E-10 -5.08880301974099616E-10
+ -5.19140276108754457E-10 -5.29598456918817128E-10 -5.40258586825882458E-10
+ -5.51124478151266485E-10 -5.62200014414701213E-10 -5.73489151657098252E-10
+ -5.84995919787827727E-10 -5.96724423956954351E-10 -6.08678845952909310E-10
+ -6.20863445626057030E-10 -6.33282562338638568E-10 -6.45940616441581208E-10
+ -6.58842110778674909E-10 -6.71991632218608930E-10 -6.85393853215405243E-10
+ -6.99053533397749613E-10 -7.12975521187778370E-10 -7.27164755449852028E-10
+ -7.41626267169868207E-10 -7.56365181165694330E-10 -7.71386717829281648E-10
+ -7.86696194901049646E-10 -8.02299029277141267E-10 -8.18200738850163750E-10
+ -8.34406944384011475E-10 -8.50923371423428025E-10 -8.67755852238940342E-10
+ -8.84910327807808856E-10 -9.02392849831675572E-10 -9.20209582791585841E-10
+ -9.38366806041062503E-10 -9.56870915937957951E-10 -9.75728428015781001E-10
+ -9.94945979195241610E-10 -1.01453033003675704E-09 -1.03448836703466565E-09
+ -1.05482710495393699E-09 -1.07555368921015498E-09 -1.09667539829356896E-09
+ -1.11819964623804112E-09 -1.14013398513571649E-09 -1.16248610769825106E-09
+ -1.18526384986547385E-09 -1.20847519346235949E-09 -1.23212826890518563E-09
+ -1.25623135795781243E-09 -1.28079289653899709E-09 -1.30582147758168032E-09
+ -1.33132585394522419E-09 -1.35731494138157135E-09 -1.38379782155631357E-09
+ -1.41078374512571139E-09 -1.43828213487066682E-09 -1.46630258888873284E-09
+ -1.49485488384521720E-09 -1.52394897828446846E-09 -1.55359501600247664E-09
+ -1.58380332948191217E-09 -1.61458444339074646E-09 -1.64594907814564834E-09
+ -1.67790815354135963E-09 -1.71047279244723784E-09 -1.74365432457223761E-09
+ -1.77746429029960364E-09 -1.81191444459252096E-09 -1.84701676097208667E-09
+ -1.88278343556891713E-09 -1.91922689124972949E-09 -1.95635978182034650E-09
+ -1.99419499630646409E-09 -2.03274566331367492E-09 -2.07202515546820403E-09
+ -2.11204709393980752E-09 -2.15282535304842284E-09 -2.19437406495607253E-09
+ -2.23670762444559201E-09 -2.27984069378782818E-09 -2.32378820769892290E-09
+ -2.36856537838931796E-09 -2.41418770070624309E-09 -2.46067095737136113E-09
+ -2.50803122431534638E-09 -2.55628487611119813E-09 -2.60544859150812030E-09
+ -2.65553935906778498E-09 -2.70657448290494271E-09 -2.75857158853423985E-09
+ -2.81154862882525399E-09 -2.86552389006773907E-09 -2.92051599814909831E-09
+ -2.97654392484618054E-09 -3.03362699423352612E-09 -3.09178488921016402E-09
+ -3.15103765814722609E-09 -3.21140572165855476E-09 -3.27290987949659308E-09
+ -3.33557131757589425E-09 -3.39941161512660062E-09 -3.46445275198026254E-09
+ -3.53071711599051120E-09 -3.59822751059101906E-09 -3.66700716249331376E-09
+ -3.73707972952702301E-09 -3.80846930862521735E-09 -3.88120044395746252E-09
+ -3.95529813521339672E-09 -4.03078784603954446E-09 -4.10769551263225481E-09
+ -4.18604755248964291E-09 -4.26587087332540650E-09 -4.34719288214762533E-09
+ -4.43004149450551461E-09 -4.51444514390724358E-09 -4.60043279141201946E-09
+ -4.68803393539964223E-09 -4.77727862152078016E-09 -4.86819745283135509E-09
+ -4.96082160011445112E-09 -5.05518281239311770E-09 -5.15131342763772876E-09
+ -5.24924638367142114E-09 -5.34901522927724665E-09 -5.45065413551087864E-09
+ -5.55419790722252738E-09 -5.65968199479206369E-09 -5.76714250608124365E-09
+ -5.87661621860698404E-09 -5.98814059193989808E-09 -6.10175378033219349E-09
+ -6.21749464557911588E-09 -6.33540277011838608E-09 -6.45551847037194431E-09
+ -6.57788281033446298E-09 -6.70253761541326700E-09 -6.82952548652428143E-09
+ -6.95888981444868562E-09 -7.09067479445517195E-09 -7.22492544119270732E-09
+ -7.36168760385871205E-09 -7.50100798164790263E-09 -7.64293413948685440E-09
+ -7.78751452405959606E-09 -7.93479848012971370E-09 -8.08483626716428476E-09
+ -8.23767907626535198E-09 -8.39337904741460267E-09 -8.55198928703696573E-09
+ -8.71356388588912205E-09 -8.87815793727889694E-09 -9.04582755562161956E-09
+ -9.21662989533972421E-09 -9.39062317011196618E-09 -9.56786667247859151E-09
+ -9.74842079380921235E-09 -9.93234704463998525E-09 -1.01197080753868953E-08
+ -1.03105676974422136E-08 -1.05049909046611586E-08 -1.07030438952458662E-08
+ -1.09047940940342737E-08 -1.11103101752010685E-08 -1.13196620853786443E-08
+ -1.15329210672056465E-08 -1.17501596833109799E-08 -1.19714518407414694E-08
+ -1.21968728158413549E-08 -1.24264992795917902E-08 -1.26604093234191113E-08
+ -1.28986824854803365E-08 -1.31413997774349547E-08 -1.33886437117115843E-08
+ -1.36404983292791365E-08 -1.38970492279315279E-08 -1.41583835910954338E-08
+ -1.44245902171708536E-08 -1.46957595494144091E-08 -1.49719837063750278E-08
+ -1.52533565128927882E-08 -1.55399735316708848E-08 -1.58319320954315168E-08
+ -1.61293313396664369E-08 -1.64322722359932906E-08 -1.67408576261285429E-08
+ -1.70551922564889792E-08 -1.73753828134329446E-08 -1.77015379591533154E-08
+ -1.80337683682343291E-08 -1.83721867648842977E-08 -1.87169079608569451E-08
+ -1.90680488940741275E-08 -1.94257286679625728E-08 -1.97900685915182150E-08
+ -2.01611922201114666E-08 -2.05392253970468083E-08 -2.09242962958912610E-08
+ -2.13165354635853496E-08 -2.17160758643514637E-08 -2.21230529244139952E-08
+ -2.25376045775467409E-08 -2.29598713114621281E-08 -2.33899962150587156E-08
+ -2.38281250265420720E-08 -2.42744061824356932E-08 -2.47289908674980535E-08
+ -2.51920330655629727E-08 -2.56636896113196898E-08 -2.61441202430507880E-08
+ -2.66334876563451719E-08 -2.71319575588042920E-08 -2.76396987257600880E-08
+ -2.81568830570228314E-08 -2.86836856346788057E-08 -2.92202847819564126E-08
+ -2.97668621231808749E-08 -3.03236026448375069E-08 -3.08906947577643271E-08
+ -3.14683303604942117E-08 -3.20567049037687613E-08 -3.26560174562447880E-08
+ -3.32664707714159197E-08 -3.38882713557715089E-08 -3.45216295382160908E-08
+ -3.51667595407718723E-08 -3.58238795505892446E-08 -3.64932117932883021E-08
+ -3.71749826076566730E-08 -3.78694225217286952E-08 -3.85767663302707194E-08
+ -3.92972531736998511E-08 -4.00311266184614473E-08 -4.07786347388929919E-08
+ -4.15400302006014395E-08 -4.23155703453826954E-08 -4.31055172777104229E-08
+ -4.39101379528247433E-08 -4.47297042664493898E-08 -4.55644931461677230E-08
+ -4.64147866444881859E-08 -4.72808720336308647E-08 -4.81630419020659177E-08
+ -4.90615942528377093E-08 -4.99768326037063856E-08 -5.09090660891412087E-08
+ -5.18586095641999963E-08 -5.28257837103283342E-08 -5.38109151431158785E-08
+ -5.48143365220445487E-08 -5.58363866622658935E-08 -5.68774106484450921E-08
+ -5.79377599507103210E-08 -5.90177925427449034E-08 -6.01178730220637775E-08
+ -6.12383727325134525E-08 -6.23796698890367656E-08 -6.35421497047443942E-08
+ -6.47262045203362096E-08 -6.59322339359145720E-08 -6.71606449452356119E-08
+ -6.84118520724419600E-08 -6.96862775113240830E-08 -7.09843512671561089E-08
+ -7.23065113011534057E-08 -7.36532036776019921E-08 -7.50248827137075466E-08
+ -7.64220111322150084E-08 -7.78450602168495790E-08 -7.92945099706326983E-08
+ -8.07708492771230255E-08 -8.22745760646405759E-08 -8.38061974735255530E-08
+ -8.53662300264905042E-08 -8.69551998021211369E-08 -8.85736426115860390E-08
+ -9.02221041786115799E-08 -9.19011403227860071E-08 -9.36113171462513974E-08
+ -9.53532112238476383E-08 -9.71274097967719790E-08 -9.89345109698178389E-08
+ -1.00775123912261363E-07 -1.02649869062461491E-07 -1.04559378336242591E-07
+ -1.06504295339129410E-07 -1.08485275582506689E-07 -1.10502986703773480E-07
+ -1.12558108690569010E-07 -1.14651334109143550E-07 -1.16783368336950983E-07
+ -1.18954929799541560E-07 -1.21166750211835140E-07 -1.23419574823853036E-07
+ -1.25714162670994581E-07 -1.28051286828939971E-07 -1.30431734673265807E-07
+ -1.32856308143859455E-07 -1.35325824014223669E-07 -1.37841114165757161E-07
+ -1.40403025867108212E-07 -1.43012422058691872E-07 -1.45670181642466525E-07
+ -1.48377199777069495E-07 -1.51134388178406010E-07 -1.53942675425797828E-07
+ -1.56803007273790275E-07 -1.59716346969724012E-07 -1.62683675577177556E-07
+ -1.65705992305390753E-07 -1.68784314844774955E-07 -1.71919679708629452E-07
+ -1.75113142581173260E-07 -1.78365778672010833E-07 -1.81678683077151529E-07
+ -1.85052971146703602E-07 -1.88489778859363369E-07 -1.91990263203830156E-07
+ -1.95555602567271034E-07 -1.99186997130967028E-07 -2.02885669273274850E-07
+ -2.06652863980035143E-07 -2.10489849262570905E-07 -2.14397916583411914E-07
+ -2.18378381289888983E-07 -2.22432583055744628E-07 -2.26561886330908559E-07
+ -2.30767680799584434E-07 -2.35051381846809262E-07 -2.39414431033635285E-07
+ -2.43858296581097081E-07 -2.48384473863125228E-07 -2.52994485908573922E-07
+ -2.57689883912525084E-07 -2.62472247757049294E-07 -2.67343186541591252E-07
+ -2.72304339123159583E-07 -2.77357374666506556E-07 -2.82503993204472140E-07
+ -2.87745926208692888E-07 -2.93084937170857600E-07 -2.98522822194710079E-07
+ -3.04061410598992971E-07 -3.09702565531543152E-07 -3.15448184594732126E-07
+ -3.21300200482474344E-07 -3.27260581629008384E-07 -3.33331332869673180E-07
+ -3.39514496113897296E-07 -3.45812151030633018E-07 -3.52226415746454869E-07
+ -3.58759447556570920E-07 -3.65413443648971323E-07 -3.72190641841967580E-07
+ -3.79093321335365985E-07 -3.86123803475521964E-07 -3.93284452534544376E-07
+ -4.00577676503899256E-07 -4.08005927902685243E-07 -4.15571704600851763E-07
+ -4.23277550657635132E-07 -4.31126057175490152E-07 -4.39119863169812169E-07
+ -4.47261656454734688E-07 -4.55554174545300356E-07 -4.64000205576310975E-07
+ -4.72602589238164864E-07 -4.81364217729987673E-07 -4.90288036730388782E-07
+ -4.99377046386159667E-07 -5.08634302319250858E-07 -5.18062916652359800E-07
+ -5.27666059053485959E-07 -5.37446957799781225E-07 -5.47408900861079437E-07
+ -5.57555237003448805E-07 -5.67889376913145137E-07 -5.78414794341346577E-07
+ -5.89135027270037498E-07 -6.00053679099458802E-07 -6.11174419857499021E-07
+ -6.22500987431446452E-07 -6.34037188822505833E-07 -6.45786901423514511E-07
+ -6.57754074320264777E-07 -6.69942729616893277E-07 -6.82356963785764379E-07
+ -6.95000949042308625E-07 -7.07878934745274493E-07 -7.20995248822870040E-07
+ -7.34354299225254263E-07 -7.47960575403892312E-07 -7.61818649818248807E-07
+ -7.75933179470334027E-07 -7.90308907467623272E-07 -8.04950664614852843E-07
+ -8.19863371035255189E-07 -8.35052037821755188E-07 -8.50521768718691603E-07
+ -8.66277761834623997E-07 -8.82325311386806937E-07 -8.98669809477897400E-07
+ -9.15316747905519962E-07 -9.32271720005274966E-07 -9.49540422527814142E-07
+ -9.67128657550615783E-07 -9.85042334425104377E-07 -1.00328747175974786E-06
+ -1.02187019943983002E-06 -1.04079676068454720E-06 -1.06007351414213496E-06
+ -1.07970693602372600E-06 -1.09970362227664016E-06 -1.12007029079786236E-06
+ -1.14081378368842970E-06 -1.16194106954948875E-06 -1.18345924582079764E-06
+ -1.20537554116246434E-06 -1.22769731788068855E-06 -1.25043207439836469E-06
+ -1.27358744777134427E-06 -1.29717121625121285E-06 -1.32119130189543627E-06
+ -1.34565577322576653E-06 -1.37057284793576635E-06 -1.39595089564840279E-06
+ -1.42179844072460317E-06 -1.44812416512372763E-06 -1.47493691131692967E-06
+ -1.50224568525433923E-06 -1.53005965938712694E-06 -1.55838817574540971E-06
+ -1.58724074907305652E-06 -1.61662707002043896E-06 -1.64655700839620892E-06
+ -1.67704061647915865E-06 -1.70808813239132598E-06 -1.73970998353343609E-06
+ -1.77191679008385378E-06 -1.80471936856219590E-06 -1.83812873545885043E-06
+ -1.87215611093153621E-06 -1.90681292257023483E-06 -1.94211080923169288E-06
+ -1.97806162494480795E-06 -2.01467744288821915E-06 -2.05197055944138340E-06
+ -2.08995349831057223E-06 -2.12863901473111787E-06 -2.16804009974733306E-06
+ -2.20816998457154888E-06 -2.24904214502373754E-06 -2.29067030605316149E-06
+ -2.33306844634364534E-06 -2.37625080300394756E-06 -2.42023187634484039E-06
+ -2.46502643474448021E-06 -2.51064951960373872E-06 -2.55711645039308068E-06
+ -2.60444282979277735E-06 -2.65264454892810633E-06 -2.70173779270132950E-06
+ -2.75173904522221986E-06 -2.80266509533898977E-06 -2.85453304227141323E-06
+ -2.90736030134810745E-06 -2.96116460984985099E-06 -3.01596403296090210E-06
+ -3.07177696983034911E-06 -3.12862215974545254E-06 -3.18651868841913978E-06
+ -3.24548599439369107E-06 -3.30554387556281016E-06 -3.36671249581422567E-06
+ -3.42901239179511392E-06 -3.49246447980250953E-06 -3.55709006280113896E-06
+ -3.62291083757094457E-06 -3.68994890198671785E-06 -3.75822676243229487E-06
+ -3.82776734135182362E-06 -3.89859398494052635E-06 -3.97073047097771122E-06
+ -4.04420101680450305E-06 -4.11903028744906229E-06 -4.19524340390199615E-06
+ -4.27286595154467695E-06 -4.35192398873341193E-06 -4.43244405554224121E-06
+ -4.51445318266734881E-06 -4.59797890049604449E-06 -4.68304924834341238E-06
+ -4.76969278385961310E-06 -4.85793859261114097E-06 -4.94781629783913565E-06
+ -5.03935607039806364E-06 -5.13258863887811341E-06 -5.22754529991469524E-06
+ -5.32425792868845044E-06 -5.42275898961939134E-06 -5.52308154725866669E-06
+ -5.62525927738164990E-06 -5.72932647828612101E-06 -5.83531808229914748E-06
+ -5.94326966749678111E-06 -6.05321746964029134E-06 -6.16519839433307089E-06
+ -6.27925002940217385E-06 -6.39541065750880317E-06 -6.51371926899174261E-06
+ -6.63421557494830156E-06 -6.75694002055696097E-06 -6.88193379864629050E-06
+ -7.00923886351463583E-06 -7.13889794500530075E-06 -7.27095456284175472E-06
+ -7.40545304122790341E-06 -7.54243852371819253E-06 -7.68195698836250356E-06
+ -7.82405526313106501E-06 -7.96878104162431409E-06 -8.11618289907324994E-06
+ -8.26631030863545986E-06 -8.41921365799232672E-06 -8.57494426625302156E-06
+ -8.73355440117095474E-06 -8.89509729667828970E-06 -9.05962717074472972E-06
+ -9.22719924356623755E-06 -9.39786975608997971E-06 -9.57169598888163471E-06
+ -9.74873628134148911E-06 -9.92905005127549632E-06 -1.01126978148282878E-05
+ -1.02997412067844249E-05 -1.04902430012449073E-05 -1.06842671326858969E-05
+ -1.08818787174064773E-05 -1.10831440753729856E-05 -1.12881307524669618E-05
+ -1.14969075431443403E-05 -1.17095445135133472E-05 -1.19261130248390698E-05
+ -1.21466857574821955E-05 -1.23713367352803886E-05 -1.26001413503801646E-05
+ -1.28331763885277266E-05 -1.30705200548271952E-05 -1.33122519999749667E-05
+ -1.35584533469787210E-05 -1.38092067183704616E-05 -1.40645962639223389E-05
+ -1.43247076888747345E-05 -1.45896282826860280E-05 -1.48594469483137639E-05
+ -1.51342542320367537E-05 -1.54141423538285458E-05 -1.56992052382921274E-05
+ -1.59895385461662487E-05 -1.62852397064142374E-05 -1.65864079489054712E-05
+ -1.68931443377011564E-05 -1.72055518049550772E-05 -1.75237351854408947E-05
+ -1.78478012517174378E-05 -1.81778587499440650E-05 -1.85140184363575763E-05
+ -1.88563931144235112E-05 -1.92050976726738666E-05 -1.95602491232440937E-05
+ -1.99219666411221316E-05 -2.02903716041230668E-05 -2.06655876336020764E-05
+ -2.10477406359200288E-05 -2.14369588446753090E-05 -2.18333728637159050E-05
+ -2.22371157109466607E-05 -2.26483228629455401E-05 -2.30671323004048449E-05
+ -2.34936845544118373E-05 -2.39281227535847614E-05 -2.43705926720797132E-05
+ -2.48212427784848379E-05 -2.52802242856176815E-05 -2.57476912012430711E-05
+ -2.62238003797279682E-05 -2.67087115746508826E-05 -2.72025874923833529E-05
+ -2.77055938466617219E-05 -2.82178994141668293E-05 -2.87396760911311733E-05
+ -2.92710989509917636E-05 -2.98123463031083431E-05 -3.03635997525666380E-05
+ -3.09250442610863456E-05 -3.14968682090547913E-05 -3.20792634587067235E-05
+ -3.26724254184714344E-05 -3.32765531085086583E-05 -3.38918492274558651E-05
+ -3.45185202204079743E-05 -3.51567763481538411E-05 -3.58068317576915734E-05
+ -3.64689045540467885E-05 -3.71432168734177364E-05 -3.78299949576720374E-05
+ -3.85294692302192381E-05 -3.92418743732857902E-05 -3.99674494066172992E-05
+ -4.07064377676349129E-05 -4.14590873930725665E-05 -4.22256508021224281E-05
+ -4.30063851811163467E-05 -4.38015524697723800E-05 -4.46114194490331478E-05
+ -4.54362578305284896E-05 -4.62763443476900128E-05 -4.71319608485490135E-05
+ -4.80033943902486503E-05 -4.88909373353021368E-05 -4.97948874496289791E-05
+ -5.07155480024023181E-05 -5.16532278677406354E-05 -5.26082416282779483E-05
+ -5.35809096806470317E-05 -5.45715583429118591E-05 -5.55805199639827858E-05
+ -5.66081330350547309E-05 -5.76547423031024769E-05 -5.87206988864728100E-05
+ -5.98063603926116713E-05 -6.09120910379655934E-05 -6.20382617700978987E-05
+ -6.31852503920604647E-05 -6.43534416890621412E-05 -6.55432275574768959E-05
+ -6.67550071362355793E-05 -6.79891869406419239E-05 -6.92461809986622597E-05
+ -7.05264109897313785E-05 -7.18303063861215602E-05 -7.31583045969227508E-05
+ -7.45108511146815435E-05 -7.58883996647480763E-05 -7.72914123573808148E-05
+ -7.87203598426603537E-05 -8.01757214682632079E-05 -8.16579854401509154E-05
+ -8.31676489862228469E-05 -8.47052185229943058E-05 -8.62712098253503467E-05
+ -8.78661481994344836E-05 -8.94905686587296008E-05 -9.11450161033897896E-05
+ -9.28300455028833392E-05 -9.45462220820075545E-05 -9.62941215103382326E-05
+ -9.80743300951762329E-05 -9.98874449780562070E-05 -1.01734074334884560E-04
+ -1.03614837579768564E-04 -1.05530365572611897E-04 -1.07481300830540366E-04
+ -1.09468297743230790E-04 -1.11492022792214631E-04 -1.13553154774229716E-04
+ -1.15652385028694118E-04 -1.17790417669379085E-04 -1.19967969820357633E-04
+ -1.22185771856307625E-04 -1.24444567647251716E-04 -1.26745114807809927E-04
+ -1.29088184951056526E-04 -1.31474563947059402E-04 -1.33905052186190536E-04
+ -1.36380464847295712E-04 -1.38901632170812636E-04 -1.41469399736928641E-04
+ -1.44084628748870214E-04 -1.46748196321420287E-04 -1.49460995774757812E-04
+ -1.52223936933718756E-04 -1.55037946432580296E-04 -1.57903968025462261E-04
+ -1.60822962902460728E-04 -1.63795910011609768E-04 -1.66823806386783219E-04
+ -1.69907667481644485E-04 -1.73048527509756038E-04 -1.76247439790961768E-04
+ -1.79505477104158017E-04 -1.82823732046570099E-04 -1.86203317399654214E-04
+ -1.89645366501750150E-04 -1.93151033627598909E-04 -1.96721494374865117E-04
+ -2.00357946057783348E-04 -2.04061608108061827E-04 -2.07833722483179173E-04
+ -2.11675554082207208E-04 -2.15588391169299409E-04 -2.19573545804986825E-04
+ -2.23632354285423430E-04 -2.27766177589726874E-04 -2.31976401835568946E-04
+ -2.36264438743153705E-04 -2.40631726107755161E-04 -2.45079728280958261E-04
+ -2.49609936660769428E-04 -2.54223870190756944E-04 -2.58923075868389195E-04
+ -2.63709129262736737E-04 -2.68583635041714228E-04 -2.73548227509032586E-04
+ -2.78604571151043945E-04 -2.83754361193657280E-04 -2.88999324169516062E-04
+ -2.94341218495612763E-04 -2.99781835061549201E-04 -3.05322997828624647E-04
+ -3.10966564439957370E-04 -3.16714426841836836E-04 -3.22568511916518038E-04
+ -3.28530782126663565E-04 -3.34603236171647880E-04 -3.40787909655943400E-04
+ -3.47086875769805176E-04 -3.53502245982489536E-04 -3.60036170748216015E-04
+ -3.66690840225133096E-04 -3.73468485007504166E-04 -3.80371376871365178E-04
+ -3.87401829533900392E-04 -3.94562199426784000E-04 -4.01854886483747620E-04
+ -4.09282334942628445E-04 -4.16847034162168783E-04 -4.24551519453831682E-04
+ -4.32398372928916930E-04 -4.40390224361234537E-04 -4.48529752065651916E-04
+ -4.56819683792778495E-04 -4.65262797640097125E-04 -4.73861922979834985E-04
+ -4.82619941403884800E-04 -4.91539787686085666E-04 -5.00624450762179613E-04
+ -5.09876974727767286E-04 -5.19300459854593523E-04 -5.28898063625489619E-04
+ -5.38673001788330373E-04 -5.48628549429318996E-04 -5.58768042065994203E-04
+ -5.69094876760287117E-04 -5.79612513252006291E-04 -5.90324475113121840E-04
+ -6.01234350923225886E-04 -6.12345795466554313E-04 -6.23662530950964923E-04
+ -6.35188348249269446E-04 -6.46927108163321664E-04 -6.58882742711296501E-04
+ -6.71059256438536313E-04 -6.83460727752449658E-04 -6.96091310281856009E-04
+ -7.08955234261239684E-04 -7.22056807940361966E-04 -7.35400419019687640E-04
+ -7.48990536112100619E-04 -7.62831710231380924E-04 -7.76928576307927350E-04
+ -7.91285854732224963E-04 -8.05908352926550434E-04 -8.20800966945449384E-04
+ -8.35968683105459110E-04 -8.51416579644666488E-04 -8.67149828412595251E-04
+ -8.83173696590989110E-04 -8.99493548446047165E-04 -9.16114847112677738E-04
+ -9.33043156411348979E-04 -9.50284142698127427E-04 -9.67843576748498159E-04
+ -9.85727335675577439E-04 -1.00394140488335335E-03 -1.02249188005553663E-03
+ -1.04138496918073373E-03 -1.06062699461453836E-03 -1.08022439517922839E-03
+ -1.10018372830174706E-03 -1.12051167219064389E-03 -1.14121502805268572E-03
+ -1.16230072234984596E-03 -1.18377580909739366E-03 -1.20564747220381903E-03
+ -1.22792302785336839E-03 -1.25060992693188711E-03 -1.27371575749683275E-03
+ -1.29724824729218302E-03 -1.32121526630906371E-03 -1.34562482939291580E-03
+ -1.37048509889802286E-03 -1.39580438739025426E-03 -1.42159116039887088E-03
+ -1.44785403921828437E-03 -1.47460180376063604E-03 -1.50184339546011484E-03
+ -1.52958792022995583E-03 -1.55784465147297438E-03 -1.58662303314669579E-03
+ -1.61593268288396687E-03 -1.64578339517006274E-03 -1.67618514457728608E-03
+ -1.70714808905807420E-03 -1.73868257329764879E-03 -1.77079913212725617E-03
+ -1.80350849399907266E-03 -1.83682158452384511E-03 -1.87074953007242617E-03
+ -1.90530366144221232E-03 -1.94049551758976768E-03 -1.97633684943068939E-03
+ -2.01283962370794704E-03 -2.05001602692986328E-03 -2.08787846937898624E-03
+ -2.12643958919306406E-03 -2.16571225651939750E-03 -2.20570957774384683E-03
+ -2.24644489979578064E-03 -2.28793181453034204E-03 -2.33018416318924717E-03
+ -2.37321604094165636E-03 -2.41704180150636039E-03 -2.46167606185675918E-03
+ -2.50713370701004983E-03 -2.55342989490206854E-03 -2.60058006134927843E-03
+ -2.64859992509939310E-03 -2.69750549297216244E-03 -2.74731306509187062E-03
+ -2.79803924021310157E-03 -2.84970092114143975E-03 -2.90231532025056384E-03
+ -2.95589996509759570E-03 -3.01047270413820622E-03 -3.06605171254325289E-03
+ -3.12265549811864985E-03 -3.18030290733023555E-03 -3.23901313143538537E-03
+ -3.29880571272321132E-03 -3.35970055086512800E-03 -3.42171790937769024E-03
+ -3.48487842219959241E-03 -3.54920310038462023E-03 -3.61471333891269031E-03
+ -3.68143092362079429E-03 -3.74937803825590261E-03 -3.81857727165183956E-03
+ -3.88905162503219107E-03 -3.96082451944132670E-03 -4.03391980330564635E-03
+ -4.10836176012719257E-03 -4.18417511631179791E-03 -4.26138504913396721E-03
+ -4.34001719484080478E-03 -4.42009765689702766E-03 -4.50165301437365026E-03
+ -4.58471033048246310E-03 -4.66929716125870711E-03 -4.75544156439436285E-03
+ -4.84317210822443178E-03 -4.93251788086868179E-03 -5.02350849953130899E-03
+ -5.11617411996106650E-03 -5.21054544607433331E-03 -5.30665373974382581E-03
+ -5.40453083075531117E-03 -5.50420912693526821E-03 -5.60572162445191913E-03
+ -5.70910191829244150E-03 -5.81438421291903193E-03 -5.92160333310665955E-03
+ -6.03079473496518151E-03 -6.14199451714875569E-03 -6.25523943225533494E-03
+ -6.37056689841909371E-03 -6.48801501109888806E-03 -6.60762255506528503E-03
+ -6.72942901658962929E-03 -6.85347459583778539E-03 -6.97980021947170425E-03
+ -7.10844755346187480E-03 -7.23945901611372771E-03 -7.37287779131107386E-03
+ -7.50874784197976333E-03 -7.64711392377467533E-03 -7.78802159899325518E-03
+ -7.93151725071874689E-03 -8.07764809719657001E-03 -8.22646220644662231E-03
+ -8.37800851111536286E-03 -8.53233682357057606E-03 -8.68949785124225292E-03
+ -8.84954321221293437E-03 -9.01252545106084185E-03 -9.17849805495917111E-03
+ -9.34751547003492486E-03 -9.51963311799068276E-03 -9.69490741299265830E-03
+ -9.87339577882869954E-03 -1.00551566663390751E-02 -1.02402495711242294E-02
+ -1.04287350515323823E-02 -1.06206747469306008E-02 -1.08161313962627497E-02
+ -1.10151688568977911E-02 -1.12178521237717571E-02 -1.14242473488269190E-02
+ -1.16344218607514777E-02 -1.18484441850231510E-02 -1.20663840642602996E-02
+ -1.22883124788832551E-02 -1.25143016680901286E-02 -1.27444251511496277E-02
+ -1.29787577490145505E-02 -1.32173756062590377E-02 -1.34603562133428587E-02
+ -1.37077784292058674E-02 -1.39597225041956947E-02 -1.42162701033318219E-02
+ -1.44775043299089686E-02 -1.47435097494426886E-02 -1.50143724139604022E-02
+ -1.52901798866398441E-02 -1.55710212667987177E-02 -1.58569872152373691E-02
+ -1.61481699799374025E-02 -1.64446634221185953E-02 -1.67465630426564226E-02
+ -1.70539660088625117E-02 -1.73669711816300948E-02 -1.76856791429463520E-02
+ -1.80101922237736398E-02 -1.83406145323014441E-02 -1.86770519825698866E-02
+ -1.90196123234672373E-02 -1.93684051681018328E-02 -1.97235420235498012E-02
+ -2.00851363209792536E-02 -2.04533034461516910E-02 -2.08281607703010158E-02
+ -2.12098276813902989E-02 -2.15984256157462952E-02 -2.19940780900712944E-02
+ -2.23969107338318416E-02 -2.28070513220236908E-02 -2.32246298083109114E-02
+ -2.36497783585390385E-02 -2.40826313846193470E-02 -2.45233255787827426E-02
+ -2.49719999482003602E-02 -2.54287958499682942E-02 -2.58938570264530092E-02
+ -2.63673296409937356E-02 -2.68493623139577295E-02 -2.73401061591437532E-02
+ -2.78397148205291531E-02 -2.83483445093535430E-02 -2.88661540415349471E-02
+ -2.93933048754102984E-02 -2.99299611497934569E-02 -3.04762897223429946E-02
+ -3.10324602082311871E-02 -3.15986450191049970E-02 -3.21750194023293565E-02
+ -3.27617614805020829E-02 -3.33590522912289647E-02 -3.39670758271478634E-02
+ -3.45860190761868094E-02 -3.52160720620450646E-02 -3.58574278848803399E-02
+ -3.65102827621875681E-02 -3.71748360698525918E-02 -3.78512903833628511E-02
+ -3.85398515191569466E-02 -3.92407285760929259E-02 -3.99541339770147844E-02
+ -4.06802835103948698E-02 -4.14193963720290992E-02 -4.21716952067609091E-02
+ -4.29374061502061505E-02 -4.37167588704544807E-02 -4.45099866097162719E-02
+ -4.53173262258857387E-02 -4.61390182339882216E-02 -4.69753068474784014E-02
+ -4.78264400193539121E-02 -4.86926694830480816E-02 -4.95742507930624146E-02
+ -5.04714433652984698E-02 -5.13845105170474895E-02 -5.23137195065905211E-02
+ -5.32593415723656288E-02 -5.42216519716509568E-02 -5.52009300187130889E-02
+ -5.61974591223670869E-02 -5.72115268228923224E-02 -5.82434248282448705E-02
+ -5.92934490495060779E-02 -6.03618996355022447E-02 -6.14490810065295157E-02
+ -6.25553018871134042E-02 -6.36808753377312853E-02 -6.48261187854191345E-02
+ -6.59913540531868043E-02 -6.71769073881565149E-02 -6.83831094883391999E-02
+ -6.96102955279586655E-02 -7.08588051812303887E-02 -7.21289826444965615E-02
+ -7.34211766566165575E-02 -7.47357405175069073E-02 -7.60730321047199259E-02
+ -7.74334138879488737E-02 -7.88172529413359579E-02 -8.02249209534645069E-02
+ -8.16567942349030046E-02 -8.31132537231681900E-02 -8.45946849849677773E-02
+ -8.61014782155782726E-02 -8.76340282352076894E-02 -8.91927344821869944E-02
+ -9.07780010028280127E-02 -9.23902364377800212E-02 -9.40298540047112413E-02
+ -9.56972714771305022E-02 -9.73929111591663038E-02 -9.91171998561052592E-02
+ -1.00870568840487410E-01 -1.02653453813550954E-01 -1.04466294861807710E-01
+ -1.06309536408524710E-01 -1.08183627159879239E-01 -1.10089020045544925E-01
+ -1.12026172153459808E-01 -1.13995544658516482E-01 -1.15997602744909126E-01
+ -1.18032815521853879E-01 -1.20101655932403933E-01 -1.22204600655056214E-01
+ -1.24342129997846038E-01 -1.26514727784610925E-01 -1.28722881233096637E-01
+ -1.30967080824566290E-01 -1.33247820164561992E-01 -1.35565595834458430E-01
+ -1.37920907233433504E-01 -1.40314256410473820E-01 -1.42746147886010560E-01
+ -1.45217088462783611E-01 -1.47727587025504647E-01 -1.50278154328884694E-01
+ -1.52869302773574717E-01 -1.55501546169557414E-01 -1.58175399486509438E-01
+ -1.60891378590643008E-01 -1.63649999967520082E-01 -1.66451780430314722E-01
+ -1.69297236812991192E-01 -1.72186885647835713E-01 -1.75121242826784207E-01
+ -1.78100823245953582E-01 -1.81126140432778887E-01 -1.84197706155137475E-01
+ -1.87316030011826840E-01 -1.90481619003745412E-01 -1.93694977085106801E-01
+ -1.96956604694002863E-01 -2.00266998261612650E-01 -2.03626649699335721E-01
+ -2.07036045863115581E-01 -2.10495667994186758E-01 -2.14005991135485796E-01
+ -2.17567483522922822E-01 -2.21180605950709680E-01 -2.24845811109913446E-01
+ -2.28563542899392985E-01 -2.32334235708252040E-01 -2.36158313668929504E-01
+ -2.40036189880028922E-01 -2.43968265597968609E-01 -2.47954929396526774E-01
+ -2.51996556293319462E-01 -2.56093506842263063E-01 -2.60246126191026717E-01
+ -2.64454743102485401E-01 -2.68719668939161938E-01 -2.73041196609632997E-01
+ -2.77419599475861922E-01 -2.81855130220411476E-01 -2.86348019672472254E-01
+ -2.90898475591639449E-01 -2.95506681408356786E-01 -3.00172794919946806E-01
+ -3.04896946941119962E-01 -3.09679239907885040E-01 -3.14519746433747416E-01
+ -3.19418507817096298E-01 -3.24375532498687058E-01 -3.29390794468114756E-01
+ -3.34464231618193664E-01 -3.39595744046159054E-01 -3.44785192300616550E-01
+ -3.50032395573187882E-01 -3.55337129833811050E-01 -3.60699125908665597E-01
+ -3.66118067499744959E-01 -3.71593589145096215E-01 -3.77125274118795428E-01
+ -3.82712652269761699E-01 -3.88355197798553431E-01 -3.94052326971336131E-01
+ -3.99803395770263525E-01 -4.05607697479574369E-01 -4.11464460206765414E-01
+ -4.17372844338281590E-01 -4.23331939929219192E-01 -4.29340764026659660E-01
+ -4.35398257926303267E-01 -4.41503284362199655E-01 -4.47654624629469977E-01
+ -4.53850975640034238E-01 -4.60090946911484666E-01 -4.66373057489388010E-01
+ -4.72695732803437407E-01 -4.79057301458045148E-01 -4.85455991958127164E-01
+ -4.91889929371027379E-01 -4.98357131925698305E-01 -5.04855507550504234E-01
+ -5.11382850351197016E-01 -5.17936837030877228E-01 -5.24515023253991020E-01
+ -5.31114839956698948E-01 -5.37733589606220086E-01 -5.44368442412073827E-01
+ -5.51016432492451358E-01 -5.57674453999297937E-01 -5.64339257206046274E-01
+ -5.71007444562299904E-01 -5.77675466720209307E-01 -5.84339618537665140E-01
+ -5.90996035063892422E-01 -5.97640687513506297E-01 -6.04269379235566673E-01
+ -6.10877741684694886E-01 -6.17461230401848971E-01 -6.24015121012931884E-01
+ -6.30534505253979582E-01 -6.37014287032324988E-01 -6.43449178533738175E-01
+ -6.49833696386265758E-01 -6.56162157892154818E-01 -6.62428677339988670E-01
+ -6.68627162409931475E-01 -6.74751310685740791E-01 -6.80794606288046555E-01
+ -6.86750316644211267E-01 -6.92611489410978942E-01 -6.98370949566996968E-01
+ -7.04021296693229326E-01 -7.09554902460227344E-01 -7.14963908342175047E-01
+ -7.20240223578661243E-01 -7.25375523406102007E-01 -7.30361247581798101E-01
+ -7.35188599224656292E-01 -7.39848543997665975E-01 -7.44331809658299703E-01
+ -7.48628886004093164E-01 -7.52730025241739931E-01 -7.56625242809131016E-01
+ -7.60304318680845581E-01 -7.63756799188658797E-01 -7.66971999389708947E-01
+ -7.69939006015965322E-01 -7.72646681039651506E-01 -7.75083665890224816E-01
+ -7.77238386359426769E-01 -7.79099058231759622E-01 -7.80653693678518001E-01
+ -7.81890108454210364E-01 -7.82795929934794854E-01 -7.83358606037645955E-01
+ -7.83565415063539161E-01 -7.83403476501164597E-01 -7.82859762834745232E-01
+ -7.81921112395232543E-01 -7.80574243295242831E-01 -7.78805768487363825E-01
+ -7.76602211984711022E-01 -7.73950026281550074E-01 -7.70835611010503685E-01
+ -7.67245332871174024E-01 -7.63165546863041167E-01 -7.58582618853078317E-01
+ -7.53482949505760669E-01 -7.47852999599847745E-01 -7.41679316752616558E-01
+ -7.34948563567936808E-01 -7.27647547219767099E-01 -7.19763250477208572E-01
+ -7.11282864171193130E-01 -7.02193821096111059E-01 -6.92483831332198485E-01
+ -6.82140918966251175E-01 -6.71153460179133021E-01 -6.59510222658654111E-01
+ -6.47200406285506680E-01 -6.34213685028225727E-01 -6.20540249970374935E-01
+ -6.06170853379404573E-01 -5.91096853711847281E-01 -5.75310261433663817E-01
+ -5.58803785517633433E-01 -5.41570880461658244E-01 -5.23605793652796025E-01
+ -5.04903612881660746E-01 -4.85460313790632925E-01 -4.65272807017247825E-01
+ -4.44338984770896117E-01 -4.22657766557247294E-01 -4.00229143740077675E-01
+ -3.77054222605174350E-01 -3.53135265565400314E-01 -3.28475730120543763E-01
+ -3.03080305160111030E-01 -2.76954944172389972E-01 -2.50106894899229881E-01
+ -2.22544724953465639E-01 -1.94278342895569334E-01 -1.65319014248179880E-01
+ -1.35679371913078800E-01 -1.05373420445165997E-01 -7.44165336335705779E-02
+ -4.28254448423214737E-02 -1.06182295732093080E-02  2.21857202664984370E-02
+  5.55657308773568268E-02  8.94998903028709075E-02  1.23965101766159352E-01
+  1.58937146907958349E-01  1.94390759124354967E-01  2.30299707075474064E-01
+  2.66636888280246731E-01  3.03374432522378279E-01  3.40483814563759812E-01
+  3.77935975388232259E-01  4.15701450874221723E-01  4.53750506412118892E-01
+  4.92053275533297751E-01  5.30579900093052226E-01  5.69300668939384580E-01
+  6.08186151291605581E-01  6.47207320234879813E-01  6.86335660793675362E-01
+  7.25543255963423062E-01  7.64802842836468821E-01  8.04087829536330179E-01
+  8.43372262049614574E-01  8.82630728193564917E-01  9.21838183850070991E-01
+  9.60969684202969132E-01  1.00000000000000000E+00  1.03890309578358631E+00
+  1.07765211886392764E+00  1.11621938895825434E+00  1.15457638856855027E+00
+  END     
+   TPHI_LCAO   1 #tphi0(r) for tphi0(r)/r*Ylm)
+  0.00000000000000000E+00 -2.08739648326728873E-08 -4.19399642925138075E-08
+ -6.31997650442807431E-08 -8.46551500055518518E-08 -1.06307918496248528E-07
+ -1.28159886389530799E-07 -1.50212886264082433E-07 -1.72468767557798760E-07
+ -1.94929396722884088E-07 -2.17596657382380887E-07 -2.40472450488135005E-07
+ -2.63558694480218328E-07 -2.86857325447811602E-07 -3.10370297291574851E-07
+ -3.34099581887506586E-07 -3.58047169252311111E-07 -3.82215067710289950E-07
+ -4.06605304061764343E-07 -4.31219923753050994E-07 -4.56060991047999574E-07
+ -4.81130589201109273E-07 -5.06430820632235158E-07 -5.31963807102908732E-07
+ -5.57731689894269584E-07 -5.83736629986646753E-07 -6.09980808240780371E-07
+ -6.36466425580720319E-07 -6.63195703178399366E-07 -6.90170882639910537E-07
+ -7.17394226193494748E-07 -7.44868016879258079E-07 -7.72594558740636903E-07
+ -8.00576177017621132E-07 -8.28815218341756457E-07 -8.57314050932942065E-07
+ -8.86075064798035525E-07 -9.15100671931288725E-07 -9.44393306516625171E-07
+ -9.73955425131776616E-07 -1.00378950695430318E-06 -1.03389805396950310E-06
+ -1.06428359118023887E-06 -1.09494866681869083E-06 -1.12589585256006145E-06
+ -1.15712774373824581E-06 -1.18864695956348139E-06 -1.22045614334200760E-06
+ -1.25255796269774006E-06 -1.28495510979598659E-06 -1.31765030156922152E-06
+ -1.35064627994493735E-06 -1.38394581207558938E-06 -1.41755169057066227E-06
+ -1.45146673373086399E-06 -1.48569378578448002E-06 -1.52023571712589825E-06
+ -1.55509542455633110E-06 -1.59027583152675003E-06 -1.62577988838305779E-06
+ -1.66161057261351033E-06 -1.69777088909842272E-06 -1.73426387036216638E-06
+ -1.77109257682748685E-06 -1.80826009707216223E-06 -1.84576954808802074E-06
+ -1.88362407554234020E-06 -1.92182685404165853E-06 -1.96038108739800173E-06
+ -1.99929000889756972E-06 -2.03855688157189126E-06 -2.07818499847146729E-06
+ -2.11817768294194261E-06 -2.15853828890281064E-06 -2.19927020112868385E-06
+ -2.24037683553315357E-06 -2.28186163945525733E-06 -2.32372809194858651E-06
+ -2.36597970407305273E-06 -2.40862001918933092E-06 -2.45165261325602388E-06
+ -2.49508109512955133E-06 -2.53890910686680159E-06 -2.58314032403056142E-06
+ -2.62777845599777214E-06 -2.67282724627059738E-06 -2.71829047279037453E-06
+ -2.76417194825444365E-06 -2.81047552043588798E-06 -2.85720507250622979E-06
+ -2.90436452336107770E-06 -2.95195782794878307E-06 -2.99998897760211317E-06
+ -3.04846200037297732E-06 -3.09738096137023858E-06 -3.14674996310061731E-06
+ -3.19657314581274750E-06 -3.24685468784438962E-06 -3.29759880597284211E-06
+ -3.34880975576857477E-06 -3.40049183195210781E-06 -3.45264936875419107E-06
+ -3.50528674027928105E-06 -3.55840836087237060E-06 -3.61201868548918886E-06
+ -3.66612221006980889E-06 -3.72072347191569378E-06 -3.77582705007020674E-06
+ -3.83143756570262745E-06 -3.88755968249570054E-06 -3.94419810703674035E-06
+ -4.00135758921235087E-06 -4.05904292260675688E-06 -4.11725894490382025E-06
+ -4.17601053829272974E-06 -4.23530262987745671E-06 -4.29514019208994205E-06
+ -4.35552824310711337E-06 -4.41647184727170957E-06 -4.47797611551701199E-06
+ -4.54004620579545409E-06 -4.60268732351118424E-06 -4.66590472195661292E-06
+ -4.72970370275296897E-06 -4.79408961629490553E-06 -4.85906786219921313E-06
+ -4.92464388975764355E-06 -4.99082319839390273E-06 -5.05761133812485257E-06
+ -5.12501391002595893E-06 -5.19303656670101289E-06 -5.26168501275616855E-06
+ -5.33096500527836835E-06 -5.40088235431813242E-06 -5.47144292337682610E-06
+ -5.54265262989837617E-06 -5.61451744576553891E-06 -5.68704339780072366E-06
+ -5.76023656827140631E-06 -5.83410309540022357E-06 -5.90864917387974962E-06
+ -5.98388105539197804E-06 -6.05980504913263518E-06 -6.13642752234027761E-06
+ -6.21375490083027694E-06 -6.29179366953369710E-06 -6.37055037304115385E-06
+ -6.45003161615166844E-06 -6.53024406442655090E-06 -6.61119444474841976E-06
+ -6.69288954588532179E-06 -6.77533621906006601E-06 -6.85854137852479411E-06
+ -6.94251200214083123E-06 -7.02725513196386887E-06 -7.11277787483453910E-06
+ -7.19908740297441153E-06 -7.28619095458749678E-06 -7.37409583446723796E-06
+ -7.46280941460913738E-06 -7.55233913482900085E-06 -7.64269250338683414E-06
+ -7.73387709761654682E-06 -7.82590056456139378E-06 -7.91877062161528340E-06
+ -8.01249505716998184E-06 -8.10708173126828389E-06 -8.20253857626317397E-06
+ -8.29887359748305030E-06 -8.39609487390310515E-06 -8.49421055882283099E-06
+ -8.59322888054979119E-06 -8.69315814308966896E-06 -8.79400672684268094E-06
+ -8.89578308930637561E-06 -8.99849576578489980E-06 -9.10215337010481600E-06
+ -9.20676459533747581E-06 -9.31233821452804764E-06 -9.41888308143125801E-06
+ -9.52640813125389889E-06 -9.63492238140416224E-06 -9.74443493224785912E-06
+ -9.85495496787162686E-06 -9.96649175685311586E-06 -1.00790546530383049E-05
+ -1.01926530963259179E-05 -1.03072966134591256E-05 -1.04229948188244464E-05
+ -1.05397574152580626E-05 -1.06575941948595395E-05 -1.07765150398130137E-05
+ -1.08965299232159299E-05 -1.10176489099154559E-05 -1.11398821573525235E-05
+ -1.12632399164136709E-05 -1.13877325322907221E-05 -1.15133704453483736E-05
+ -1.16401641919997489E-05 -1.17681244055900046E-05 -1.18972618172881169E-05
+ -1.20275872569867970E-05 -1.21591116542107252E-05 -1.22918460390331609E-05
+ -1.24258015430009469E-05 -1.25609894000680203E-05 -1.26974209475375615E-05
+ -1.28351076270127605E-05 -1.29740609853563521E-05 -1.31142926756589617E-05
+ -1.32558144582163923E-05 -1.33986382015158752E-05 -1.35427758832313883E-05
+ -1.36882395912281558E-05 -1.38350415245763872E-05 -1.39831939945742971E-05
+ -1.41327094257806120E-05 -1.42836003570565118E-05 -1.44358794426171777E-05
+ -1.45895594530930409E-05 -1.47446532766007327E-05 -1.49011739198239535E-05
+ -1.50591345091042698E-05 -1.52185482915418758E-05 -1.53794286361065921E-05
+ -1.55417890347590311E-05 -1.57056431035820313E-05 -1.58710045839225912E-05
+ -1.60378873435442735E-05 -1.62063053777901264E-05 -1.63762728107564890E-05
+ -1.65478038964773869E-05 -1.67209130201199802E-05 -1.68956146991909489E-05
+ -1.70719235847539432E-05 -1.72498544626582894E-05 -1.74294222547790162E-05
+ -1.76106420202681926E-05 -1.77935289568178615E-05 -1.79780984019346072E-05
+ -1.81643658342257475E-05 -1.83523468746974393E-05 -1.85420572880647641E-05
+ -1.87335129840737189E-05 -1.89267300188355174E-05 -1.91217245961731175E-05
+ -1.93185130689800800E-05 -1.95171119405920087E-05 -1.97175378661705861E-05
+ -1.99198076541002898E-05 -2.01239382673980620E-05 -2.03299468251357962E-05
+ -2.05378506038760751E-05 -2.07476670391210410E-05 -2.09594137267745232E-05
+ -2.11731084246177359E-05 -2.13887690537985686E-05 -2.16064137003343718E-05
+ -2.18260606166288097E-05 -2.20477282230025812E-05 -2.22714351092381265E-05
+ -2.24972000361386831E-05 -2.27250419371016457E-05 -2.29549799197063401E-05
+ -2.31870332673164462E-05 -2.34212214406972286E-05 -2.36575640796474975E-05
+ -2.38960810046467494E-05 -2.41367922185172993E-05 -2.43797179081018234E-05
+ -2.46248784459563264E-05 -2.48722943920585806E-05 -2.51219864955324068E-05
+ -2.53739756963877577E-05 -2.56282831272767970E-05 -2.58849301152661464E-05
+ -2.61439381836255209E-05 -2.64053290536326206E-05 -2.66691246463948275E-05
+ -2.69353470846876090E-05 -2.72040186948097239E-05 -2.74751620084556184E-05
+ -2.77487997646050422E-05 -2.80249549114299630E-05 -2.83036506082190835E-05
+ -2.85849102273201315E-05 -2.88687573560998063E-05 -2.91552157989220308E-05
+ -2.94443095791441680E-05 -2.97360629411317254E-05 -3.00305003522916244E-05
+ -3.03276465051240323E-05 -3.06275263192931849E-05 -3.09301649437173119E-05
+ -3.12355877586775589E-05 -3.15438203779465712E-05 -3.18548886509365659E-05
+ -3.21688186648670587E-05 -3.24856367469526482E-05 -3.28053694666110142E-05
+ -3.31280436376909528E-05 -3.34536863207211680E-05 -3.37823248251796826E-05
+ -3.41139867117839921E-05 -3.44486997948025426E-05 -3.47864921443871957E-05
+ -3.51273920889273565E-05 -3.54714282174256907E-05 -3.58186293818956553E-05
+ -3.61690246997811122E-05 -3.65226435563983240E-05 -3.68795156074001564E-05
+ -3.72396707812631698E-05 -3.76031392817975608E-05 -3.79699515906800825E-05
+ -3.83401384700103422E-05 -3.87137309648907145E-05 -3.90907604060297418E-05
+ -3.94712584123697177E-05 -3.98552568937383616E-05 -4.02427880535248395E-05
+ -4.06338843913804640E-05 -4.10285787059442637E-05 -4.14269040975934750E-05
+ -4.18288939712196489E-05 -4.22345820390298361E-05 -4.26440023233739968E-05
+ -4.30571891595982206E-05 -4.34741771989240766E-05 -4.38950014113546612E-05
+ -4.43196970886073648E-05 -4.47482998470734121E-05 -4.51808456308048186E-05
+ -4.56173707145288924E-05 -4.60579117066902216E-05 -4.65025055525207412E-05
+ -4.69511895371382815E-05 -4.74040012886732176E-05 -4.78609787814241684E-05
+ -4.83221603390427386E-05 -4.87875846377472570E-05 -4.92572907095665196E-05
+ -4.97313179456129888E-05 -5.02097060993862766E-05 -5.06924952901071540E-05
+ -5.11797260060818643E-05 -5.16714391080977159E-05 -5.21676758328498992E-05
+ -5.26684777963995498E-05 -5.31738869976638496E-05 -5.36839458219383960E-05
+ -5.41986970444514608E-05 -5.47181838339514526E-05 -5.52424497563272439E-05
+ -5.57715387782615666E-05 -5.63054952709182886E-05 -5.68443640136636466E-05
+ -5.73881901978213531E-05 -5.79370194304627636E-05 -5.84908977382313529E-05
+ -5.90498715712028810E-05 -5.96139878067807692E-05 -6.01832937536273828E-05
+ -6.07578371556314595E-05 -6.13376661959122638E-05 -6.19228295008600571E-05
+ -6.25133761442143434E-05 -6.31093556511792782E-05 -6.37108180025769546E-05
+ -6.43178136390389841E-05 -6.49303934652367139E-05 -6.55486088541500837E-05
+ -6.61725116513760822E-05 -6.68021541794766962E-05 -6.74375892423666765E-05
+ -6.80788701297420297E-05 -6.87260506215490590E-05 -6.93791849924943601E-05
+ -7.00383280165967363E-05 -7.07035349717804746E-05 -7.13748616445112726E-05
+ -7.20523643344747063E-05 -7.27360998592975917E-05 -7.34261255593129719E-05
+ -7.41224993023689336E-05 -7.48252794886813602E-05 -7.55345250557318694E-05
+ -7.62502954832103112E-05 -7.69726507980029794E-05 -7.77016515792266024E-05
+ -7.84373589633089417E-05 -7.91798346491155236E-05 -7.99291409031242241E-05
+ -8.06853405646470578E-05 -8.14484970510999287E-05 -8.22186743633212928E-05
+ -8.29959370909393111E-05 -8.37803504177884556E-05 -8.45719801273763687E-05
+ -8.53708926084003651E-05 -8.61771548603150402E-05 -8.69908344989513783E-05
+ -8.78119997621868049E-05 -8.86407195156681070E-05 -8.94770632585867342E-05
+ -9.03211011295071035E-05 -9.11729039122486675E-05 -9.20325430418222868E-05
+ -9.29000906104206914E-05 -9.37756193734645200E-05 -9.46592027557040071E-05
+ -9.55509148573762345E-05 -9.64508304604197241E-05 -9.73590250347459242E-05
+ -9.82755747445679682E-05 -9.92005564547886453E-05 -1.00134047737446077E-04
+ -1.01076126878219281E-04 -1.02026872882993644E-04 -1.02986365484486350E-04
+ -1.03954685148933208E-04 -1.04931913082836827E-04 -1.05918131239776707E-04
+ -1.06913422327282193E-04 -1.07917869813768812E-04 -1.08931557935537822E-04
+ -1.09954571703840828E-04 -1.10986996912009131E-04 -1.12028920142648387E-04
+ -1.13080428774899844E-04 -1.14141610991768481E-04 -1.15212555787517782E-04
+ -1.16293352975133720E-04 -1.17384093193856196E-04 -1.18484867916780694E-04
+ -1.19595769458529495E-04 -1.20716890982993318E-04 -1.21848326511144392E-04
+ -1.22990170928921556E-04 -1.24142519995187444E-04 -1.25305470349759311E-04
+ -1.26479119521513353E-04 -1.27663565936564295E-04 -1.28858908926519016E-04
+ -1.30065248736807311E-04 -1.31282686535088769E-04 -1.32511324419736767E-04
+ -1.33751265428400898E-04 -1.35002613546648470E-04 -1.36265473716684258E-04
+ -1.37539951846151918E-04 -1.38826154817015560E-04 -1.40124190494523031E-04
+ -1.41434167736252176E-04 -1.42756196401240011E-04 -1.44090387359195431E-04
+ -1.45436852499797434E-04 -1.46795704742078462E-04 -1.48167058043894174E-04
+ -1.49551027411480494E-04 -1.50947728909098136E-04 -1.52357279668766083E-04
+ -1.53779797900084999E-04 -1.55215402900150387E-04 -1.56664215063557230E-04
+ -1.58126355892497191E-04 -1.59601948006947187E-04 -1.61091115154953640E-04
+ -1.62593982223009843E-04 -1.64110675246529616E-04 -1.65641321420416685E-04
+ -1.67186049109732470E-04 -1.68744987860460069E-04 -1.70318268410369266E-04
+ -1.71906022699980205E-04 -1.73508383883628532E-04 -1.75125486340631871E-04
+ -1.76757465686560022E-04 -1.78404458784607183E-04 -1.80066603757070265E-04
+ -1.81744039996932158E-04 -1.83436908179551673E-04 -1.85145350274461349E-04
+ -1.86869509557272776E-04 -1.88609530621692699E-04 -1.90365559391648980E-04
+ -1.92137743133528123E-04 -1.93926230468525584E-04 -1.95731171385109975E-04
+ -1.97552717251600867E-04 -1.99391020828863471E-04 -2.01246236283119539E-04
+ -2.03118519198876399E-04 -2.05008026591974323E-04 -2.06914916922755352E-04
+ -2.08839350109350905E-04 -2.10781487541094058E-04 -2.12741492092053753E-04
+ -2.14719528134693817E-04 -2.16715761553658759E-04 -2.18730359759683593E-04
+ -2.20763491703634989E-04 -2.22815327890679303E-04 -2.24886040394581765E-04
+ -2.26975802872137129E-04 -2.29084790577733653E-04 -2.31213180378049435E-04
+ -2.33361150766885729E-04 -2.35528881880135688E-04 -2.37716555510891504E-04
+ -2.39924355124689423E-04 -2.42152465874896991E-04 -2.44401074618239207E-04
+ -2.46670369930469553E-04 -2.48960542122184602E-04 -2.51271783254783799E-04
+ -2.53604287156577047E-04 -2.55958249439038629E-04 -2.58333867513212438E-04
+ -2.60731340606267577E-04 -2.63150869778205757E-04 -2.65592657938722968E-04
+ -2.68056909864226791E-04 -2.70543832215008483E-04 -2.73053633552574433E-04
+ -2.75586524357137328E-04 -2.78142717045267178E-04 -2.80722425987705193E-04
+ -2.83325867527342188E-04 -2.85953259997360858E-04 -2.88604823739546440E-04
+ -2.91280781122764930E-04 -2.93981356561611796E-04 -2.96706776535232697E-04
+ -2.99457269606315235E-04 -3.02233066440258085E-04 -3.05034399824514731E-04
+ -3.07861504688116371E-04 -3.10714618121372629E-04 -3.13593979395756475E-04
+ -3.16499829983967981E-04 -3.19432413580186781E-04 -3.22391976120507933E-04
+ -3.25378765803567343E-04 -3.28393033111356279E-04 -3.31435030830228006E-04
+ -3.34505014072096105E-04 -3.37603240295829905E-04 -3.40729969328845282E-04
+ -3.43885463388894305E-04 -3.47069987106057029E-04 -3.50283807544931973E-04
+ -3.53527194227034377E-04 -3.56800419153398675E-04 -3.60103756827389351E-04
+ -3.63437484277721098E-04 -3.66801881081692727E-04 -3.70197229388631469E-04
+ -3.73623813943555361E-04 -3.77081922111053669E-04 -3.80571843899385281E-04
+ -3.84093871984799318E-04 -3.87648301736081419E-04 -3.91235431239321844E-04
+ -3.94855561322915720E-04 -3.98508995582790308E-04 -4.02196040407865974E-04
+ -4.05917005005750151E-04 -4.09672201428669511E-04 -4.13461944599638313E-04
+ -4.17286552338869089E-04 -4.21146345390426447E-04 -4.25041647449124070E-04
+ -4.28972785187673139E-04 -4.32940088284075619E-04 -4.36943889449272881E-04
+ -4.40984524455047917E-04 -4.45062332162183584E-04 -4.49177654548880360E-04
+ -4.53330836739437013E-04 -4.57522227033191320E-04 -4.61752176933730206E-04
+ -4.66021041178368877E-04 -4.70329177767898400E-04 -4.74676947996609320E-04
+ -4.79064716482591700E-04 -4.83492851198310755E-04 -4.87961723501467422E-04
+ -4.92471708166141039E-04 -4.97023183414218249E-04 -5.01616530947114159E-04
+ -5.06252135977778520E-04 -5.10930387263004151E-04 -5.15651677136027588E-04
+ -5.20416401539430720E-04 -5.25224960058346324E-04 -5.30077755953969128E-04
+ -5.34975196197371751E-04 -5.39917691503636037E-04 -5.44905656366295667E-04
+ -5.49939509092097737E-04 -5.55019671836081145E-04 -5.60146570636982409E-04
+ -5.65320635452960449E-04 -5.70542300197656609E-04 -5.75812002776582548E-04
+ -5.81130185123843678E-04 -5.86497293239202728E-04 -5.91913777225478864E-04
+ -5.97380091326297222E-04 -6.02896693964181159E-04 -6.08464047778997414E-04
+ -6.14082619666752433E-04 -6.19752880818750292E-04 -6.25475306761104810E-04
+ -6.31250377394618786E-04 -6.37078577035030450E-04 -6.42960394453627893E-04
+ -6.48896322918239175E-04 -6.54886860234599514E-04 -6.60932508788095348E-04
+ -6.67033775585898492E-04 -6.73191172299482366E-04 -6.79405215307532550E-04
+ -6.85676425739252635E-04 -6.92005329518064079E-04 -6.98392457405713611E-04
+ -7.04838345046781786E-04 -7.11343533013604522E-04 -7.17908566851605326E-04
+ -7.24533997125047756E-04 -7.31220379463203463E-04 -7.37968274606949138E-04
+ -7.44778248455792592E-04 -7.51650872115328388E-04 -7.58586721945131177E-04
+ -7.65586379607092788E-04 -7.72650432114197231E-04 -7.79779471879751070E-04
+ -7.86974096767063184E-04 -7.94234910139581646E-04 -8.01562520911492998E-04
+ -8.08957543598789151E-04 -8.16420598370796047E-04 -8.23952311102185437E-04
+ -8.31553313425459914E-04 -8.39224242783923025E-04 -8.46965742485136937E-04
+ -8.54778461754867789E-04 -8.62663055791532477E-04 -8.70620185821142771E-04
+ -8.78650519152758677E-04 -8.86754729234445305E-04 -8.94933495709754594E-04
+ -9.03187504474714455E-04 -9.11517447735351758E-04 -9.19924024065740527E-04
+ -9.28407938466584517E-04 -9.36969902424338117E-04 -9.45610633970875303E-04
+ -9.54330857743698204E-04 -9.63131305046710105E-04 -9.72012713911539982E-04
+ -9.80975829159435155E-04 -9.90021402463724456E-04 -9.99150192412847672E-04
+ -1.00836296457397501E-03 -1.01766049155720692E-03 -1.02704355308036433E-03
+ -1.03651293603437486E-03 -1.04606943454926501E-03 -1.05571385006075010E-03
+ -1.06544699137744526E-03 -1.07526967474869226E-03 -1.08518272393300845E-03
+ -1.09518697026716495E-03 -1.10528325273590933E-03 -1.11547241804231122E-03
+ -1.12575532067877388E-03 -1.13613282299868806E-03 -1.14660579528874890E-03
+ -1.15717511584193899E-03 -1.16784167103117678E-03 -1.17860635538364917E-03
+ -1.18947007165582557E-03 -1.20043373090916055E-03 -1.21149825258649391E-03
+ -1.22266456458915759E-03 -1.23393360335478106E-03 -1.24530631393582423E-03
+ -1.25678365007882544E-03 -1.26836657430438328E-03 -1.28005605798786615E-03
+ -1.29185308144087784E-03 -1.30375863399345661E-03 -1.31577371407704089E-03
+ -1.32789932930819595E-03 -1.34013649657310687E-03 -1.35248624211285946E-03
+ -1.36494960160948669E-03 -1.37752762027282608E-03 -1.39022135292816550E-03
+ -1.40303186410469633E-03 -1.41596022812478096E-03 -1.42900752919404724E-03
+ -1.44217486149229770E-03 -1.45546332926526755E-03 -1.46887404691722380E-03
+ -1.48240813910441240E-03 -1.49606674082936692E-03 -1.50985099753608962E-03
+ -1.52376206520609650E-03 -1.53780111045535655E-03 -1.55196931063211773E-03
+ -1.56626785391563404E-03 -1.58069793941580257E-03 -1.59526077727371006E-03
+ -1.60995758876311072E-03 -1.62478960639283717E-03 -1.63975807401014920E-03
+ -1.65486424690503659E-03 -1.67010939191548371E-03 -1.68549478753369239E-03
+ -1.70102172401329142E-03 -1.71669150347752942E-03 -1.73250544002846187E-03
+ -1.74846485985713832E-03 -1.76457110135481922E-03 -1.78082551522518954E-03
+ -1.79722946459762514E-03 -1.81378432514149699E-03 -1.83049148518151850E-03
+ -1.84735234581416313E-03 -1.86436832102514932E-03 -1.88154083780800083E-03
+ -1.89887133628370607E-03 -1.91636126982147148E-03 -1.93401210516058763E-03
+ -1.95182532253342263E-03 -1.96980241578952921E-03 -1.98794489252091238E-03
+ -2.00625427418843700E-03 -2.02473209624940429E-03 -2.04337990828629525E-03
+ -2.06219927413671010E-03 -2.08119177202448343E-03 -2.10035899469202241E-03
+ -2.11970254953385440E-03 -2.13922405873140332E-03 -2.15892515938900537E-03
+ -2.17880750367118424E-03 -2.19887275894116484E-03 -2.21912260790068901E-03
+ -2.23955874873109882E-03 -2.26018289523572530E-03 -2.28099677698358552E-03
+ -2.30200213945439339E-03 -2.32320074418491474E-03 -2.34459436891666173E-03
+ -2.36618480774494766E-03 -2.38797387126931130E-03 -2.40996338674532695E-03
+ -2.43215519823780299E-03 -2.45455116677539657E-03 -2.47715317050665280E-03
+ -2.49996310485746257E-03 -2.52298288268998881E-03 -2.54621443446304300E-03
+ -2.56965970839392963E-03 -2.59332067062179560E-03 -2.61719930537246534E-03
+ -2.64129761512480257E-03 -2.66561762077859943E-03 -2.69016136182399996E-03
+ -2.71493089651249526E-03 -2.73992830202947606E-03 -2.76515567466839108E-03
+ -2.79061513000648017E-03 -2.81630880308215504E-03 -2.84223884857397625E-03
+ -2.86840744098130259E-03 -2.89481677480658665E-03 -2.92146906473935396E-03
+ -2.94836654584186607E-03 -2.97551147373650458E-03 -3.00290612479484987E-03
+ -3.03055279632852932E-03 -3.05845380678180069E-03 -3.08661149592591054E-03
+ -3.11502822505524716E-03 -3.14370637718527522E-03 -3.17264835725231337E-03
+ -3.20185659231513476E-03 -3.23133353175842448E-03 -3.26108164749810362E-03
+ -3.29110343418855325E-03 -3.32140140943171583E-03 -3.35197811398814860E-03
+ -3.38283611198999948E-03 -3.41397799115594151E-03 -3.44540636300808565E-03
+ -3.47712386309089686E-03 -3.50913315119209552E-03 -3.54143691156561143E-03
+ -3.57403785315658440E-03 -3.60693870982841834E-03 -3.64014224059194553E-03
+ -3.67365122983666966E-03 -3.70746848756414900E-03 -3.74159684962352282E-03
+ -3.77603917794920411E-03 -3.81079836080074237E-03 -3.84587731300491771E-03
+ -3.88127897620002072E-03 -3.91700631908240872E-03 -3.95306233765531801E-03
+ -3.98945005547995338E-03 -4.02617252392889133E-03 -4.06323282244182207E-03
+ -4.10063405878360876E-03 -4.13837936930475363E-03 -4.17647191920423200E-03
+ -4.21491490279475405E-03 -4.25371154377045257E-03 -4.29286509547704715E-03
+ -4.33237884118445847E-03 -4.37225609436195546E-03 -4.41250019895582032E-03
+ -4.45311452966955321E-03 -4.49410249224667987E-03 -4.53546752375610235E-03
+ -4.57721309288013339E-03 -4.61934270020512502E-03 -4.66185987851479647E-03
+ -4.70476819308623690E-03 -4.74807124198864915E-03 -4.79177265638479778E-03
+ -4.83587610083526399E-03 -4.88038527360546738E-03 -4.92530390697553007E-03
+ -4.97063576755294324E-03 -5.01638465658816885E-03 -5.06255441029307331E-03
+ -5.10914890016231100E-03 -5.15617203329767505E-03 -5.20362775273538504E-03
+ -5.25152003777643560E-03 -5.29985290431989574E-03 -5.34863040519934982E-03
+ -5.39785663052236558E-03 -5.44753570801311156E-03 -5.49767180335810225E-03
+ -5.54826912055512208E-03 -5.59933190226534223E-03 -5.65086443016867175E-03
+ -5.70287102532238046E-03 -5.75535604852298391E-03 -5.80832390067147382E-03
+ -5.86177902314189737E-03 -5.91572589815328800E-03 -5.97016904914503613E-03
+ -6.02511304115569031E-03 -6.08056248120524261E-03 -6.13652201868090681E-03
+ -6.19299634572642848E-03 -6.24999019763497476E-03 -6.30750835324563486E-03
+ -6.36555563534353837E-03 -6.42413691106363382E-03 -6.48325709229821776E-03
+ -6.54292113610811191E-03 -6.60313404513769575E-03 -6.66390086803369044E-03
+ -6.72522669986779214E-03 -6.78711668256318061E-03 -6.84957600532495707E-03
+ -6.91260990507445820E-03 -6.97622366688762773E-03 -7.04042262443734836E-03
+ -7.10521216043985722E-03 -7.17059770710523018E-03 -7.23658474659198865E-03
+ -7.30317881146588452E-03 -7.37038548516291084E-03 -7.43821040245644296E-03
+ -7.50665924992879614E-03 -7.57573776644700474E-03 -7.64545174364299716E-03
+ -7.71580702639814223E-03 -7.78680951333224521E-03 -7.85846515729701073E-03
+ -7.93077996587402724E-03 -8.00376000187727824E-03 -8.07741138386030080E-03
+ -8.15174028662792559E-03 -8.22675294175276989E-03 -8.30245563809634164E-03
+ -8.37885472233501627E-03 -8.45595659949076317E-03 -8.53376773346674680E-03
+ -8.61229464758781274E-03 -8.69154392514589862E-03 -8.77152220995045841E-03
+ -8.85223620688388967E-03 -8.93369268246205564E-03 -9.01589846539988492E-03
+ -9.09886044718224117E-03 -9.18258558263982706E-03 -9.26708089053050743E-03
+ -9.35235345412588522E-03 -9.43841042180320645E-03 -9.52525900764268282E-03
+ -9.61290649203027855E-03 -9.70136022226598602E-03 -9.79062761317763333E-03
+ -9.88071614774031770E-03 -9.97163337770144535E-03 -1.00633869242115793E-02
+ -1.01559844784608333E-02 -1.02494338023212690E-02 -1.03437427289950548E-02
+ -1.04389191636685159E-02 -1.05349710841721872E-02 -1.06319065416468454E-02
+ -1.07297336612156204E-02 -1.08284606426622097E-02 -1.09280957611152894E-02
+ -1.10286473677391316E-02 -1.11301238904304902E-02 -1.12325338345219353E-02
+ -1.13358857834913763E-02 -1.14401883996782267E-02 -1.15454504250060031E-02
+ -1.16516806817114731E-02 -1.17588880730804899E-02 -1.18670815841904250E-02
+ -1.19762702826594295E-02 -1.20864633194024493E-02 -1.21976699293940925E-02
+ -1.23098994324384505E-02 -1.24231612339459722E-02 -1.25374648257171387E-02
+ -1.26528197867335594E-02 -1.27692357839560219E-02 -1.28867225731298662E-02
+ -1.30052899995976336E-02 -1.31249479991190580E-02 -1.32457065986985312E-02
+ -1.33675759174199955E-02 -1.34905661672894504E-02 -1.36146876540850451E-02
+ -1.37399507782148458E-02 -1.38663660355824708E-02 -1.39939440184603300E-02
+ -1.41226954163709822E-02 -1.42526310169763075E-02 -1.43837617069747861E-02
+ -1.45160984730068280E-02 -1.46496524025682851E-02 -1.47844346849322229E-02
+ -1.49204566120789677E-02 -1.50577295796345545E-02 -1.51962650878176269E-02
+ -1.53360747423949440E-02 -1.54771702556452517E-02 -1.56195634473321118E-02
+ -1.57632662456853138E-02 -1.59082906883911412E-02 -1.60546489235915760E-02
+ -1.62023532108924173E-02 -1.63514159223804960E-02 -1.65018495436500094E-02
+ -1.66536666748380545E-02 -1.68068800316694029E-02 -1.69615024465108455E-02
+ -1.71175468694345807E-02 -1.72750263692915337E-02 -1.74339541347940524E-02
+ -1.75943434756083393E-02 -1.77562078234566705E-02 -1.79195607332294018E-02
+ -1.80844158841069712E-02 -1.82507870806918951E-02 -1.84186882541508140E-02
+ -1.85881334633667683E-02 -1.87591368961016781E-02 -1.89317128701693739E-02
+ -1.91058758346186602E-02 -1.92816403709273332E-02 -1.94590211942065015E-02
+ -1.96380331544157884E-02 -1.98186912375891942E-02 -2.00010105670718995E-02
+ -2.01850064047679814E-02 -2.03706941523991991E-02 -2.05580893527749532E-02
+ -2.07472076910733411E-02 -2.09380649961338032E-02 -2.11306772417607924E-02
+ -2.13250605480392527E-02 -2.15212311826616029E-02 -2.17192055622663430E-02
+ -2.19190002537885328E-02 -2.21206319758220395E-02 -2.23241175999938958E-02
+ -2.25294741523505114E-02 -2.27367188147562654E-02 -2.29458689263041110E-02
+ -2.31569419847388984E-02 -2.33699556478925777E-02 -2.35849277351324674E-02
+ -2.38018762288218638E-02 -2.40208192757934876E-02 -2.42417751888357492E-02
+ -2.44647624481918735E-02 -2.46897997030721614E-02 -2.49169057731792563E-02
+ -2.51460996502467227E-02 -2.53774004995909186E-02 -2.56108276616762269E-02
+ -2.58464006536940176E-02 -2.60841391711548291E-02 -2.63240630894947224E-02
+ -2.65661924656951168E-02 -2.68105475399167681E-02 -2.70571487371476307E-02
+ -2.73060166688648825E-02 -2.75571721347112122E-02 -2.78106361241853423E-02
+ -2.80664298183470953E-02 -2.83245745915368385E-02 -2.85850920131098460E-02
+ -2.88480038491848896E-02 -2.91133320644081962E-02 -2.93810988237319659E-02
+ -2.96513264942081661E-02 -2.99240376467972864E-02 -3.01992550581923931E-02
+ -3.04770017126585781E-02 -3.07573008038877910E-02 -3.10401757368691661E-02
+ -3.13256501297750831E-02 -3.16137478158628749E-02 -3.19044928453926097E-02
+ -3.21979094875603708E-02 -3.24940222324479819E-02 -3.27928557929887260E-02
+ -3.30944351069492604E-02 -3.33987853389279554E-02 -3.37059318823695886E-02
+ -3.40159003615966016E-02 -3.43287166338569760E-02 -3.46444067913888598E-02
+ -3.49629971635019438E-02 -3.52845143186759497E-02 -3.56089850666756885E-02
+ -3.59364364606837017E-02 -3.62668957994498400E-02 -3.66003906294580794E-02
+ -3.69369487471109398E-02 -3.72765982009310784E-02 -3.76193672937806048E-02
+ -3.79652845850979859E-02 -3.83143788931526660E-02 -3.86666792973173884E-02
+ -3.90222151403588000E-02 -3.93810160307452167E-02 -3.97431118449732765E-02
+ -4.01085327299122787E-02 -4.04773091051666770E-02 -4.08494716654570975E-02
+ -4.12250513830194482E-02 -4.16040795100225819E-02 -4.19865875810043199E-02
+ -4.23726074153261620E-02 -4.27621711196464749E-02 -4.31553110904122766E-02
+ -4.35520600163702282E-02 -4.39524508810955269E-02 -4.43565169655404518E-02
+ -4.47642918506013926E-02 -4.51758094197048585E-02 -4.55911038614124769E-02
+ -4.60102096720450549E-02 -4.64331616583255960E-02 -4.68599949400414703E-02
+ -4.72907449527256718E-02 -4.77254474503570822E-02 -4.81641385080804757E-02
+ -4.86068545249446343E-02 -4.90536322266607108E-02 -4.95045086683792435E-02
+ -4.99595212374865372E-02 -5.04187076564201891E-02 -5.08821059855039254E-02
+ -5.13497546258015053E-02 -5.18216923219899511E-02 -5.22979581652518177E-02
+ -5.27785915961865720E-02 -5.32636324077415402E-02 -5.37531207481610138E-02
+ -5.42470971239553471E-02 -5.47456024028883312E-02 -5.52486778169839904E-02
+ -5.57563649655518426E-02 -5.62687058182312974E-02 -5.67857427180543731E-02
+ -5.73075183845274186E-02 -5.78340759167312243E-02 -5.83654587964393540E-02
+ -5.89017108912551351E-02 -5.94428764577668994E-02 -5.99890001447205973E-02
+ -6.05401269962112590E-02 -6.10963024548917197E-02 -6.16575723651990593E-02
+ -6.22239829765986463E-02 -6.27955809468453280E-02 -6.33724133452616134E-02
+ -6.39545276560332526E-02 -6.45419717815208099E-02 -6.51347940455882096E-02
+ -6.57330431969476020E-02 -6.63367684125194673E-02 -6.69460193008093035E-02
+ -6.75608459052992466E-02 -6.81812987078550398E-02 -6.88074286321478795E-02
+ -6.94392870470905144E-02 -7.00769257702879289E-02 -7.07203970715016006E-02
+ -7.13697536761273843E-02 -7.20250487686862617E-02 -7.26863359963279415E-02
+ -7.33536694723472410E-02 -7.40271037797109732E-02 -7.47066939745975739E-02
+ -7.53924955899469285E-02 -7.60845646390206909E-02 -7.67829576189725943E-02
+ -7.74877315144281154E-02 -7.81989438010726595E-02 -7.89166524492482674E-02
+ -7.96409159275577594E-02 -8.03717932064756668E-02 -8.11093437619661295E-02
+ -8.18536275791051093E-02 -8.26047051557087797E-02 -8.33626375059655367E-02
+ -8.41274861640713967E-02 -8.48993131878678364E-02 -8.56781811624819090E-02
+ -8.64641532039666788E-02 -8.72572929629421290E-02 -8.80576646282349301E-02
+ -8.88653329305161971E-02 -8.96803631459373585E-02 -9.05028210997604887E-02
+ -9.13327731699851708E-02 -9.21702862909688087E-02 -9.30154279570396259E-02
+ -9.38682662261015738E-02 -9.47288697232295945E-02 -9.55973076442539899E-02
+ -9.64736497593327164E-02 -9.73579664165103303E-02 -9.82503285452617225E-02
+ -9.91508076600197824E-02 -1.00059475863685785E-01 -1.00976405851118986E-01
+ -1.01901670912606573E-01 -1.02835344937310752E-01 -1.03777502416691286E-01
+ -1.04728218447901950E-01 -1.05687568737159607E-01 -1.06655629603082933E-01
+ -1.07632477979999905E-01 -1.08618191421221477E-01 -1.09612848102279295E-01
+ -1.10616526824126787E-01 -1.11629307016297655E-01 -1.12651268740024652E-01
+ -1.13682492691312573E-01 -1.14723060203963917E-01 -1.15773053252555796E-01
+ -1.16832554455363766E-01 -1.17901647077231789E-01 -1.18980415032384157E-01
+ -1.20068942887177316E-01 -1.21167315862788089E-01 -1.22275619837837093E-01
+ -1.23393941350940312E-01 -1.24522367603190715E-01 -1.25660986460563062E-01
+ -1.26809886456239307E-01 -1.27969156792852229E-01 -1.29138887344642378E-01
+ -1.30319168659525059E-01 -1.31510091961064252E-01 -1.32711749150348279E-01
+ -1.33924232807764720E-01 -1.35147636194668214E-01 -1.36382053254940711E-01
+ -1.37627578616433960E-01 -1.38884307592295808E-01 -1.40152336182171933E-01
+ -1.41431761073278900E-01 -1.42722679641344247E-01 -1.44025189951408061E-01
+ -1.45339390758480791E-01 -1.46665381508052334E-01 -1.48003262336445701E-01
+ -1.49353134071011556E-01 -1.50715098230156219E-01 -1.52089257023196256E-01
+ -1.53475713350036513E-01 -1.54874570800662220E-01 -1.56285933654440184E-01
+ -1.57709906879221623E-01 -1.59146596130240181E-01 -1.60596107748797290E-01
+ -1.62058548760728782E-01 -1.63534026874643607E-01 -1.65022650479928090E-01
+ -1.66524528644506870E-01 -1.68039771112354769E-01 -1.69568488300745390E-01
+ -1.71110791297235221E-01 -1.72666791856368795E-01 -1.74236602396098506E-01
+ -1.75820335993907839E-01 -1.77418106382630419E-01 -1.79030027945952908E-01
+ -1.80656215713593415E-01 -1.82296785356143104E-01 -1.83951853179561337E-01
+ -1.85621536119314950E-01 -1.87305951734144410E-01 -1.89005218199453456E-01
+ -1.90719454300303570E-01 -1.92448779424004485E-01 -1.94193313552286473E-01
+ -1.95953177253042315E-01 -1.97728491671625234E-01 -1.99519378521689661E-01
+ -2.01325960075559779E-01 -2.03148359154112029E-01 -2.04986699116158883E-01
+ -2.06841103847312635E-01 -2.08711697748321351E-01 -2.10598605722856463E-01
+ -2.12501953164735219E-01 -2.14421865944563916E-01 -2.16358470395783070E-01
+ -2.18311893300096344E-01 -2.20282261872266516E-01 -2.22269703744258529E-01
+ -2.24274346948711983E-01 -2.26296319901721943E-01 -2.28335751384910329E-01
+ -2.30392770526762602E-01 -2.32467506783215289E-01 -2.34560089917468045E-01
+ -2.36670649978999004E-01 -2.38799317281761431E-01 -2.40946222381538538E-01
+ -2.43111496052431680E-01 -2.45295269262458648E-01 -2.47497673148236230E-01
+ -2.49718838988720854E-01 -2.51958898177985613E-01 -2.54217982196996706E-01
+ -2.56496222584374711E-01 -2.58793750906102571E-01 -2.61110698724155765E-01
+ -2.63447197564024516E-01 -2.65803378881098062E-01 -2.68179374025878992E-01
+ -2.70575314207997408E-01 -2.72991330458991099E-01 -2.75427553593821650E-01
+ -2.77884114171086549E-01 -2.80361142451902579E-01 -2.82858768357411638E-01
+ -2.85377121424886471E-01 -2.87916330762390871E-01 -2.90476525001958086E-01
+ -2.93057832251250705E-01 -2.95660380043661131E-01 -2.98284295286811663E-01
+ -3.00929704209415005E-01 -3.03596732306451567E-01 -3.06285504282619914E-01
+ -3.08996143994021255E-01 -3.11728774388023155E-01 -3.14483517441269123E-01
+ -3.17260494095778889E-01 -3.20059824193094589E-01 -3.22881626406424038E-01
+ -3.25726018170732490E-01 -3.28593115610730624E-01 -3.31483033466709709E-01
+ -3.34395885018169248E-01 -3.37331782005184821E-01 -3.40290834547464338E-01
+ -3.43273151061029791E-01 -3.46278838172477121E-01 -3.49308000630753013E-01
+ -3.52360741216387330E-01 -3.55437160648127526E-01 -3.58537357486910457E-01
+ -3.61661428037112098E-01 -3.64809466245012481E-01 -3.67981563594412309E-01
+ -3.71177808999337500E-01 -3.74398288693765735E-01 -3.77643086118310933E-01
+ -3.80912281803792163E-01 -3.84205953251628485E-01 -3.87524174810983058E-01
+ -3.90867017552589568E-01 -3.94234549139189761E-01 -3.97626833692510451E-01
+ -4.01043931656707320E-01 -4.04485899658202752E-01 -4.07952790361842954E-01
+ -4.11444652323298798E-01 -4.14961529837640286E-01 -4.18503462783995916E-01
+ -4.22070486466236794E-01 -4.25662631449594597E-01 -4.29279923393143137E-01
+ -4.32922382878060730E-01 -4.36590025231598899E-01 -4.40282860346674187E-01
+ -4.44000892497007305E-01 -4.47744120147727576E-01 -4.51512535761364631E-01
+ -4.55306125599150291E-01 -4.59124869517541612E-01 -4.62968740759899078E-01
+ -4.66837705743232079E-01 -4.70731723839935279E-01 -4.74650747154438890E-01
+ -4.78594720294694187E-01 -4.82563580138419101E-01 -4.86557255594026405E-01
+ -4.90575667356162870E-01 -4.94618727655782853E-01 -4.98686340004686424E-01
+ -5.02778398934455306E-01 -5.06894789729707029E-01 -5.11035388155615222E-01
+ -5.15200060179624164E-01 -5.19388661687295472E-01 -5.23601038192230694E-01
+ -5.27837024540013799E-01 -5.32096444606119379E-01 -5.36379110987737828E-01
+ -5.40684824689473209E-01 -5.45013374802871153E-01 -5.49364538179743733E-01
+ -5.53738079099249214E-01 -5.58133748928713924E-01 -5.62551285778164933E-01
+ -5.66990414148560662E-01 -5.71450844573711758E-01 -5.75932273255887806E-01
+ -5.80434381695116741E-01 -5.84956836312188311E-01 -5.89499288065382210E-01
+ -5.94061372060952331E-01 -5.98642707157401310E-01 -6.03242895563603887E-01
+ -6.07861522430821033E-01 -6.12498155438694236E-01 -6.17152344375288764E-01
+ -6.21823620711282721E-01 -6.26511497168412590E-01 -6.31215467282291165E-01
+ -6.35935004959736760E-01 -6.40669564030762251E-01 -6.45418577795391357E-01
+ -6.50181458565486703E-01 -6.54957597201792807E-01 -6.59746362646403961E-01
+ -6.64547101450913891E-01 -6.69359137300494789E-01 -6.74181770534191704E-01
+ -6.79014277661739607E-01 -6.83855910877228745E-01 -6.88705897569973802E-01
+ -6.93563439832966311E-01 -6.98427713969318242E-01 -7.03297869997129177E-01
+ -7.08173031153251142E-01 -7.13052293396430170E-01 -7.17934724910376687E-01
+ -7.22819365607306863E-01 -7.27705226632564428E-01 -7.32591289870953233E-01
+ -7.37476507455453900E-01 -7.42359801279035447E-01 -7.47240062510318159E-01
+ -7.52116151113879083E-01 -7.56986895376045354E-01 -7.61851091437057426E-01
+ -7.66707502830543008E-01 -7.71554860031270051E-01 -7.76391860012232815E-01
+ -7.81217165812143621E-01 -7.86029406114476914E-01 -7.90827174839262348E-01
+ -7.95609030748883561E-01 -8.00373497069196471E-01 -8.05119061127345104E-01
+ -8.09844174007714135E-01 -8.14547250227522612E-01 -8.19226667433636702E-01
+ -8.23880766122224717E-01 -8.28507849382986938E-01 -8.33106182669723694E-01
+ -8.37673993599103217E-01 -8.42209471779557850E-01 -8.46710768672312319E-01
+ -8.51175997486625535E-01 -8.55603233111405181E-01 -8.59990512085439196E-01
+ -8.64335832608555288E-01 -8.68637154596121008E-01 -8.72892399779348960E-01
+ -8.77099451853992740E-01 -8.81256156680062963E-01 -8.85360322535299393E-01
+ -8.89409720425206496E-01 -8.93402084452546541E-01 -8.97335112249258104E-01
+ -9.01206465473850526E-01 -9.05013770377406268E-01 -9.08754618441385054E-01
+ -9.12426567090513507E-01 -9.16027140484100943E-01 -9.19553830389186144E-01
+ -9.23004097139000779E-01 -9.26375370680266097E-01 -9.29665051712911361E-01
+ -9.32870512925838002E-01 -9.35989100332396240E-01 -9.39018134709271313E-01
+ -9.41954913142495021E-01 -9.44796710684320584E-01 -9.47540782124688508E-01
+ -9.50184363881015570E-01 -9.52724676010001215E-01 -9.55158924345130389E-01
+ -9.57484302763475958E-01 -9.59697995585360730E-01 -9.61797180110331884E-01
+ -9.63779029292812450E-01 -9.65640714560653035E-01 -9.67379408779669436E-01
+ -9.68992289367069826E-01 -9.70476541556478334E-01 -9.71829361817026505E-01
+ -9.73047961428735064E-01 -9.74129570216100693E-01 -9.75071440441490744E-01
+ -9.75870850859565819E-01 -9.76525110933566087E-01 -9.77031565213826392E-01
+ -9.77387597878417225E-01 -9.77590637435248766E-01 -9.77638161584396870E-01
+ -9.77527702238771612E-01 -9.77256850700532698E-01 -9.76823262989924723E-01
+ -9.76224665322364737E-01 -9.75458859728751904E-01 -9.74523729813007056E-01
+ -9.73417246639839751E-01 -9.72137474744652175E-01 -9.70682578256317541E-01
+ -9.69050827122344582E-01 -9.67240603424604051E-01 -9.65250407772402896E-01
+ -9.63078865758220659E-01 -9.60724734459831087E-01 -9.58186908970920292E-01
+ -9.55464428940551169E-01 -9.52556485100035655E-01 -9.49462425753863748E-01
+ -9.46181763209386628E-01 -9.42714180117883438E-01 -9.39059535697549186E-01
+ -9.35217871806736656E-01 -9.31189418833571758E-01 -9.26974601365766260E-01
+ -9.22574043602141791E-01 -9.17988574465032237E-01 -9.13219232370413470E-01
+ -9.08267269610251948E-01 -9.03134156299304935E-01 -8.97821583836366344E-01
+ -8.92331467827842673E-01 -8.86665950419533222E-01 -8.80827401980686653E-01
+ -8.74818422082798364E-01 -8.68641839714288433E-01 -8.62300712671216552E-01
+ -8.55798326063590298E-01 -8.49138189876754379E-01 -8.42324035527759363E-01
+ -8.35359811357812232E-01 -8.28249677003784046E-01 -8.20997996594609369E-01
+ -8.13609330722296020E-01 -8.06088427142336528E-01 -7.98440210164827580E-01
+ -7.90669768705653087E-01 -7.82782342976971801E-01 -7.74783309808189879E-01
+ -7.66678166602872135E-01 -7.58472513953937555E-01 -7.50172036959389166E-01
+ -7.41782485304084971E-01 -7.33309652200056616E-01 -7.24759352309191307E-01
+ -7.16137398808124548E-01 -7.07449579796572969E-01 -6.98701634297704932E-01
+ -6.89899228153167954E-01 -6.81047930176911009E-01 -6.72153189001704288E-01
+ -6.63220311131380802E-01 -6.54254440801141479E-01 -6.45260542349164967E-01
+ -6.36243385916301030E-01 -6.27207537418386196E-01 -6.18157353879115634E-01
+ -6.09096985372252875E-01 -6.00030385002024547E-01 -5.90961328552004672E-01
+ -5.81893445657865271E-01 -5.72830264610499018E-01 -5.63775273176109315E-01
+ -5.54731916706663775E-01 -5.45703596295059934E-01 -5.36693666975937456E-01
+ -5.27705435973014336E-01 -5.18742160993798662E-01 -5.09807048572490151E-01
+ -5.00903252461859516E-01 -4.92033872074864764E-01 -4.83201950976732852E-01
+ -4.74410475428209299E-01 -4.65662372980655770E-01 -4.56960511123638946E-01
+ -4.48307695985646348E-01 -4.39706671088526402E-01 -4.31160116156231343E-01
+ -4.22670645978418413E-01 -4.14240809329443682E-01 -4.05873087943254385E-01
+ -3.97569895544666263E-01 -3.89333576937489323E-01 -3.81166407149938158E-01
+ -3.73070590637745558E-01 -3.65048260545361269E-01 -3.57101478025607877E-01
+ -3.49232231618127054E-01 -3.41442436686925144E-01 -3.33733934917303576E-01
+ -3.26108493872422689E-01 -3.18567806609721005E-01 -3.11113491357378369E-01
+ -3.03747091250977319E-01 -2.96470074130482597E-01 -2.89283832397618235E-01
+ -2.82189682933687291E-01 -2.75188867077835964E-01 -2.68282550665721098E-01
+ -2.61471824128496733E-01 -2.54757702651989160E-01 -2.48141126395880818E-01
+ -2.41622960772673812E-01 -2.35203996786153974E-01 -2.28884951429017713E-01
+ -2.22666468139275042E-01 -2.16549117314978029E-01 -2.10533396886772944E-01
+ -2.04619732947703109E-01 -1.98808480439641000E-01 -1.93099923895651671E-01
+ -1.87494278237534950E-01 -1.81991689627720832E-01 -1.76592236374631534E-01
+ -1.71295929890551396E-01 -1.66102715700980841E-01 -1.61012474504379027E-01
+ -1.56025023281132963E-01 -1.51140116450521111E-01 -1.46357447074366903E-01
+ -1.41676648106015074E-01 -1.37097293683188487E-01 -1.32618900463219891E-01
+ -1.28240928999083403E-01 -1.23962785154586461E-01 -1.19783821557017570E-01
+ -1.15703339085482526E-01 -1.11720588393101075E-01 -1.07834771461176857E-01
+ -1.04045043183397246E-01 -1.00350512978063841E-01 -9.67502464263066964E-02
+ -9.32432669341827225E-02 -8.98285574165169770E-02 -8.65050620003016135E-02
+ -8.32716877454302146E-02 -8.01273063805107572E-02 -7.70707560514697909E-02
+ -7.41008430806343737E-02 -7.12163437339566746E-02 -6.84160059940283893E-02
+ -6.56985513365200141E-02 -6.30626765076707230E-02 -6.05070553004533676E-02
+ -5.80303403270391038E-02 -5.56311647851939414E-02 -5.33081442162512617E-02
+ -5.10598782523212502E-02 -4.88849523504205907E-02 -4.67819395112330991E-02
+ -4.47494019802443244E-02 -4.27858929290311496E-02 -4.08899581145303545E-02
+ -3.90601375141567952E-02 -3.72949669346966037E-02 -3.55929795929563267E-02
+ -3.39527076662127086E-02 -3.23726838105739684E-02 -3.08514426454351981E-02
+ -2.93875222022855695E-02 -2.79794653362054474E-02 -2.66258210984742193E-02
+ -2.53251460687972559E-02 -2.40760056457508843E-02 -2.28769752941378433E-02
+ -2.17266417480420394E-02 -2.06236041684710984E-02 -1.95664752545760268E-02
+ -1.85538823075411530E-02 -1.75844682463425044E-02 -1.66568925746792169E-02
+ -1.57698322984904590E-02 -1.49219827935781965E-02 -1.41120586229653081E-02
+ -1.33387943037269162E-02 -1.26009450231417183E-02 -1.18972873041173991E-02
+ -1.12266196199519198E-02 -1.05877629585973930E-02 -9.97956133669791398E-03
+ -9.40088226377449980E-03 -8.85061715703047702E-03 -8.32768170734792500E-03
+ -7.83101619714042171E-03 -7.35958577081887756E-03 -6.91238065871524997E-03
+ -6.48841635539356820E-03 -6.08673375335822952E-03 -5.70639923324621403E-03
+ -5.34650471166201856E-03 -5.00616764788202728E-03 -4.68453101071812997E-03
+ -4.38076320688888469E-03 -4.09405797229987246E-03 -3.82363422768346476E-03
+ -3.56873590009151387E-03 -3.32863171177266845E-03 -3.10261493799899278E-03
+ -2.89000313543432861E-03 -2.69013784265926875E-03 -2.50238425448500454E-03
+ -2.32613087170036167E-03 -2.16078912790334350E-03 -2.00579299507056778E-03
+ -1.86059856951495319E-03 -1.72468363987433979E-03 -1.59754723876131318E-03
+ -1.47870917968756684E-03 -1.36770958085492313E-03 -1.26410837737970117E-03
+ -1.16748482348777135E-03 -1.07740473608934823E-03 -9.92654200960610498E-04
+ -9.12698253800232006E-04 -8.37428179930733811E-04 -7.66724205282506800E-04
+ -7.00456640129080402E-04 -6.38487030107220618E-04 -5.80669306506529487E-04
+ -5.26850928026918047E-04 -4.76874006481118229E-04 -4.30576409260071747E-04
+ -3.87792831777565258E-04 -3.48355833562364106E-04 -3.12096832166034474E-04
+ -2.78847049596956189E-04 -2.48438406569479820E-04 -2.20704360465164424E-04
+ -1.95480683533644798E-04 -1.72606178506764553E-04 -1.51923329453916827E-04
+ -1.33278886361769104E-04 -1.16524382570448205E-04 -1.01516584833819524E-04
+ -8.81178763868066008E-05 -7.61965739914186588E-05 -6.56271804891725853E-05
+ -5.62905749054688236E-05 -4.80741426262961571E-05 -4.08718485951505787E-05
+ -3.45842568547469371E-05 -2.91185000811988475E-05 -2.43882030258714859E-05
+ -2.03133639908922740E-05 -1.68201986179857107E-05 -1.38409503672882650E-05
+ -1.13136721043581385E-05 -9.18198320163754971E-06 -7.39480649783846359E-06
+ -5.90608934838556091E-06 -4.67451284602976569E-06 -3.66319309739182704E-06
+ -2.83937821326556593E-06 -2.17414441307730968E-06 -1.64209436225108301E-06
+ -1.22106056078215480E-06 -8.91816287517116240E-07 -6.37796282843262188E-07
+ -4.44829027924794553E-07 -3.00882156249925823E-07 -1.95822217725324541E-07
+ -1.21189711128179933E-07 -6.99900112127538515E-08 -3.65005454812251800E-08
+ -1.60943253508328273E-08 -5.07970940833310915E-09 -5.56074300611659272E-10
+  END     
+   TPHI_LCAO   2 #tphi0(r) for tphi0(r)/r*Ylm)
+  0.00000000000000000E+00 -2.89546197243386511E-08 -5.81756138364913741E-08
+ -8.76654329061825714E-08 -1.17426550047690647E-07 -1.47461461127253999E-07
+ -1.77772684972380355E-07 -2.08362763583083993E-07 -2.39234262345068631E-07
+ -2.70389770244865883E-07 -3.01831900086958792E-07 -3.33563288712898709E-07
+ -3.65586597222442734E-07 -3.97904511196716985E-07 -4.30519740923442972E-07
+ -4.63435021624230212E-07 -4.96653113683958783E-07 -5.30176802882278246E-07
+ -5.64008900627228651E-07 -5.98152244191016868E-07 -6.32609696947958836E-07
+ -6.67384148614613191E-07 -7.02478515492117713E-07 -7.37895740710768390E-07
+ -7.73638794476830319E-07 -8.09710674321637494E-07 -8.46114405352969735E-07
+ -8.82853040508752721E-07 -9.19929660813083857E-07 -9.57347375634620100E-07
+ -9.95109322947338533E-07 -1.03321866959369659E-06 -1.07167861155021615E-06
+ -1.11049237419550735E-06 -1.14966321258075855E-06 -1.18919441170271816E-06
+ -1.22908928677918339E-06 -1.26935118352702615E-06 -1.30998347844277731E-06
+ -1.35098957908578798E-06 -1.39237292436400144E-06 -1.43413698482235006E-06
+ -1.47628526293380751E-06 -1.51882129339311670E-06 -1.56174864341322139E-06
+ -1.60507091302442667E-06 -1.64879173537630495E-06 -1.69291477704238876E-06
+ -1.73744373832765874E-06 -1.78238235357886519E-06 -1.82773439149770091E-06
+ -1.87350365545685967E-06 -1.91969398381899563E-06 -1.96630925025862713E-06
+ -2.01335336408699016E-06 -2.06083027057989076E-06 -2.10874395130856447E-06
+ -2.15709842447358699E-06 -2.20589774524185469E-06 -2.25514600608666252E-06
+ -2.30484733713091235E-06 -2.35500590649347921E-06 -2.40562592063876523E-06
+ -2.45671162472946387E-06 -2.50826730298257892E-06 -2.56029727902870790E-06
+ -2.61280591627463822E-06 -2.66579761826927855E-06 -2.71927682907295121E-06
+ -2.77324803363008964E-06 -2.82771575814536127E-06 -2.88268457046324368E-06
+ -2.93815908045110719E-06 -2.99414394038580910E-06 -3.05064384534384856E-06
+ -3.10766353359511653E-06 -3.16520778700025472E-06 -3.22328143141168533E-06
+ -3.28188933707832137E-06 -3.34103641905399956E-06 -3.40072763760967366E-06
+ -3.46096799864940252E-06 -3.52176255413016081E-06 -3.58311640248550366E-06
+ -3.64503468905315871E-06 -3.70752260650650678E-06 -3.77058539529007661E-06
+ -3.83422834405901614E-06 -3.89845679012261584E-06 -3.96327611989192072E-06
+ -4.02869176933144501E-06 -4.09470922441505244E-06 -4.16133402158603068E-06
+ -4.22857174822139330E-06 -4.29642804310045921E-06 -4.36490859687773341E-06
+ -4.43401915256015077E-06 -4.50376550598869719E-06 -4.57415350632447363E-06
+ -4.64518905653922638E-06 -4.71687811391038022E-06 -4.78922669052065323E-06
+ -4.86224085376223020E-06 -4.93592672684561015E-06 -5.01029048931311063E-06
+ -5.08533837755710545E-06 -5.16107668534303441E-06 -5.23751176433721074E-06
+ -5.31465002463950066E-06 -5.39249793532089532E-06 -5.47106202496602022E-06
+ -5.55034888222065558E-06 -5.63036515634427372E-06 -5.71111755776767305E-06
+ -5.79261285865572810E-06 -5.87485789347534039E-06 -5.95785955956859003E-06
+ -6.04162481773117284E-06 -6.12616069279614578E-06 -6.21147427422306974E-06
+ -6.29757271669254958E-06 -6.38446324070623329E-06 -6.47215313319237704E-06
+ -6.56064974811692608E-06 -6.64996050710024705E-06 -6.74009290003954557E-06
+ -6.83105448573697592E-06 -6.92285289253355625E-06 -7.01549581894890123E-06
+ -7.10899103432684917E-06 -7.20334637948703455E-06 -7.29856976738241675E-06
+ -7.39466918376292027E-06 -7.49165268784512352E-06 -7.58952841298814532E-06
+ -7.68830456737572252E-06 -7.78798943470458172E-06 -7.88859137487915032E-06
+ -7.99011882471261692E-06 -8.09258029863449431E-06 -8.19598438940467166E-06
+ -8.30033976883400073E-06 -8.40565518851157689E-06 -8.51193948053865773E-06
+ -8.61920155826936445E-06 -8.72745041705816650E-06 -8.83669513501428125E-06
+ -8.94694487376299064E-06 -9.05820887921395085E-06 -9.17049648233660355E-06
+ -9.28381709994269879E-06 -9.39818023547600250E-06 -9.51359547980930871E-06
+ -9.63007251204875326E-06 -9.74762110034554069E-06 -9.86625110271511663E-06
+ -9.98597246786391087E-06 -1.01067952360236784E-05 -1.02287295397934739E-05
+ -1.03517856049894256E-05 -1.04759737515023256E-05 -1.06013043941630387E-05
+ -1.07277880436159792E-05 -1.08554353072005322E-05 -1.09842568898406393E-05
+ -1.11142635949425354E-05 -1.12454663253007703E-05 -1.13778760840125522E-05
+ -1.15115039754004852E-05 -1.16463612059438477E-05 -1.17824590852183761E-05
+ -1.19198090268447376E-05 -1.20584225494457070E-05 -1.21983112776121684E-05
+ -1.23394869428779840E-05 -1.24819613847038249E-05 -1.26257465514701017E-05
+ -1.27708545014789692E-05 -1.29172974039655769E-05 -1.30650875401186318E-05
+ -1.32142373041103399E-05 -1.33647592041358185E-05 -1.35166658634620625E-05
+ -1.36699700214865975E-05 -1.38246845348058332E-05 -1.39808223782932611E-05
+ -1.41383966461875703E-05 -1.42974205531907866E-05 -1.44579074355764848E-05
+ -1.46198707523082109E-05 -1.47833240861682181E-05 -1.49482811448965512E-05
+ -1.51147557623405995E-05 -1.52827618996152945E-05 -1.54523136462739110E-05
+ -1.56234252214896411E-05 -1.57961109752481145E-05 -1.59703853895508025E-05
+ -1.61462630796295135E-05 -1.63237587951721044E-05 -1.65028874215594365E-05
+ -1.66836639811136851E-05 -1.68661036343581861E-05 -1.70502216812888493E-05
+ -1.72360335626572537E-05 -1.74235548612655550E-05 -1.76128013032733413E-05
+ -1.78037887595164471E-05 -1.79965332468379571E-05 -1.81910509294314138E-05
+ -1.83873581201964194E-05 -1.85854712821066787E-05 -1.87854070295906392E-05
+ -1.89871821299248363E-05 -1.91908135046400494E-05 -1.93963182309403908E-05
+ -1.96037135431354750E-05 -1.98130168340857322E-05 -2.00242456566610390E-05
+ -2.02374177252127436E-05 -2.04525509170592730E-05 -2.06696632739853548E-05
+ -2.08887730037551191E-05 -2.11098984816389771E-05 -2.13330582519546995E-05
+ -2.15582710296225961E-05 -2.17855557017349760E-05 -2.20149313291401064E-05
+ -2.22464171480407365E-05 -2.24800325716072578E-05 -2.27157971916058309E-05
+ -2.29537307800413305E-05 -2.31938532908155552E-05 -2.34361848614006188E-05
+ -2.36807458145277173E-05 -2.39275566598914673E-05 -2.41766380958699661E-05
+ -2.44280110112605617E-05 -2.46816964870316629E-05 -2.49377157980907308E-05
+ -2.51960904150683739E-05 -2.54568420061189811E-05 -2.57199924387379327E-05
+ -2.59855637815953994E-05 -2.62535783063871063E-05 -2.65240584897022127E-05
+ -2.67970270149081440E-05 -2.70725067740529427E-05 -2.73505208697851126E-05
+ -2.76310926172910204E-05 -2.79142455462502442E-05 -2.82000034028087738E-05
+ -2.84883901515705074E-05 -2.87794299776070066E-05 -2.90731472884856793E-05
+ -2.93695667163167030E-05 -2.96687131198188192E-05 -2.99706115864039595E-05
+ -3.02752874342812213E-05 -3.05827662145801728E-05 -3.08930737134935582E-05
+ -3.12062359544398846E-05 -3.15222792002458366E-05 -3.18412299553487240E-05
+ -3.21631149680192188E-05 -3.24879612326046643E-05 -3.28157959917927463E-05
+ -3.31466467388963213E-05 -3.34805412201589516E-05 -3.38175074370818742E-05
+ -3.41575736487723287E-05 -3.45007683743133792E-05 -3.48471203951556711E-05
+ -3.51966587575311429E-05 -3.55494127748889031E-05 -3.59054120303535574E-05
+ -3.62646863792062289E-05 -3.66272659513882111E-05 -3.69931811540277761E-05
+ -3.73624626739903532E-05 -3.77351414804518356E-05 -3.81112488274958951E-05
+ -3.84908162567350066E-05 -3.88738755999556377E-05 -3.92604589817877506E-05
+ -3.96505988223989361E-05 -4.00443278402131726E-05 -4.04416790546548673E-05
+ -4.08426857889177661E-05 -4.12473816727597017E-05 -4.16558006453228880E-05
+ -4.20679769579800658E-05 -4.24839451772070155E-05 -4.29037401874814628E-05
+ -4.33273971942084931E-05 -4.37549517266730040E-05 -4.41864396410194786E-05
+ -4.46218971232587833E-05 -4.50613606923029172E-05 -4.55048672030277277E-05
+ -4.59524538493635100E-05 -4.64041581674142701E-05 -4.68600180386057470E-05
+ -4.73200716928620632E-05 -4.77843577118120097E-05 -4.82529150320244873E-05
+ -4.87257829482739006E-05 -4.92030011168356513E-05 -4.96846095588116571E-05
+ -5.01706486634867640E-05 -5.06611591917159769E-05 -5.11561822793426779E-05
+ -5.16557594406484761E-05 -5.21599325718347508E-05 -5.26687439545361772E-05
+ -5.31822362593665696E-05 -5.37004525494975209E-05 -5.42234362842696291E-05
+ -5.47512313228372668E-05 -5.52838819278467572E-05 -5.58214327691483166E-05
+ -5.63639289275422371E-05 -5.69114158985596213E-05 -5.74639395962775479E-05
+ -5.80215463571699067E-05 -5.85842829439930035E-05 -5.91521965497074234E-05
+ -5.97253348014358239E-05 -6.03037457644569315E-05 -6.08874779462365581E-05
+ -6.14765803004957043E-05 -6.20711022313157615E-05 -6.26710935972817908E-05
+ -6.32766047156639995E-05 -6.38876863666372252E-05 -6.45043897975396417E-05
+ -6.51267667271707531E-05 -6.57548693501282835E-05 -6.63887503411857117E-05
+ -6.70284628597097031E-05 -6.76740605541180379E-05 -6.83255975663790634E-05
+ -6.89831285365518992E-05 -6.96467086073689258E-05 -7.03163934288602460E-05
+ -7.09922391630205110E-05 -7.16743024885190065E-05 -7.23626406054529708E-05
+ -7.30573112401443228E-05 -7.37583726499809898E-05 -7.44658836283026212E-05
+ -7.51799035093309704E-05 -7.59004921731459766E-05 -7.66277100507076127E-05
+ -7.73616181289236635E-05 -7.81022779557642320E-05 -7.88497516454236808E-05
+ -7.96041018835293558E-05 -8.03653919323988692E-05 -8.11336856363453713E-05
+ -8.19090474270316941E-05 -8.26915423288740274E-05 -8.34812359644948197E-05
+ -8.42781945602261878E-05 -8.50824849516640814E-05 -8.58941745892729581E-05
+ -8.67133315440427163E-05 -8.75400245131972772E-05 -8.83743228259556695E-05
+ -8.92162964493462121E-05 -9.00660159940744066E-05 -9.09235527204442392E-05
+ -9.17889785443345204E-05 -9.26623660432300436E-05 -9.35437884623079713E-05
+ -9.44333197205804773E-05 -9.53310344170940518E-05 -9.62370078371852807E-05
+ -9.71513159587948319E-05 -9.80740354588389729E-05 -9.90052437196400285E-05
+ -9.99450188354161567E-05 -1.00893439618830120E-04 -1.01850585607599165E-04
+ -1.02816537071165169E-04 -1.03791375017426302E-04 -1.04775181199530612E-04
+ -1.05768038122732165E-04 -1.06770029051310154E-04 -1.07781238015551621E-04
+ -1.08801749818798906E-04 -1.09831650044560957E-04 -1.10871025063691061E-04
+ -1.11919962041630140E-04 -1.12978548945716494E-04 -1.14046874552563383E-04
+ -1.15125028455503802E-04 -1.16213101072104198E-04 -1.17311183651747349E-04
+ -1.18419368283284530E-04 -1.19537747902758555E-04 -1.20666416301197832E-04
+ -1.21805468132481649E-04 -1.22954998921278420E-04 -1.24115105071056673E-04
+ -1.25285883872169700E-04 -1.26467433510014514E-04 -1.27659853073266397E-04
+ -1.28863242562188355E-04 -1.30077702897017725E-04 -1.31303335926429617E-04
+ -1.32540244436078232E-04 -1.33788532157216866E-04 -1.35048303775397224E-04
+ -1.36319664939248364E-04 -1.37602722269337236E-04 -1.38897583367109876E-04
+ -1.40204356823915170E-04 -1.41523152230112014E-04 -1.42854080184259607E-04
+ -1.44197252302392725E-04 -1.45552781227382283E-04 -1.46920780638381827E-04
+ -1.48301365260360927E-04 -1.49694650873726735E-04 -1.51100754324033399E-04
+ -1.52519793531781105E-04 -1.53951887502305686E-04 -1.55397156335758158E-04
+ -1.56855721237177174E-04 -1.58327704526653641E-04 -1.59813229649588594E-04
+ -1.61312421187046167E-04 -1.62825404866200882E-04 -1.64352307570881783E-04
+ -1.65893257352213533E-04 -1.67448383439354839E-04 -1.69017816250335970E-04
+ -1.70601687402996682E-04 -1.72200129726023338E-04 -1.73813277270088763E-04
+ -1.75441265319093955E-04 -1.77084230401513990E-04 -1.78742310301846952E-04
+ -1.80415644072169363E-04 -1.82104372043797615E-04 -1.83808635839056577E-04
+ -1.85528578383156137E-04 -1.87264343916178279E-04 -1.89016078005172384E-04
+ -1.90783927556363673E-04 -1.92568040827473079E-04 -1.94368567440150497E-04
+ -1.96185658392522582E-04 -1.98019466071856418E-04 -1.99870144267338251E-04
+ -2.01737848182971486E-04 -2.03622734450592367E-04 -2.05524961143005469E-04
+ -2.07444687787240696E-04 -2.09382075377931255E-04 -2.11337286390815034E-04
+ -2.13310484796360963E-04 -2.15301836073519489E-04 -2.17311507223600476E-04
+ -2.19339666784278868E-04 -2.21386484843727677E-04 -2.23452133054883288E-04
+ -2.25536784649840006E-04 -2.27640614454378392E-04 -2.29763798902626198E-04
+ -2.31906516051855584E-04 -2.34068945597414344E-04 -2.36251268887796670E-04
+ -2.38453668939851119E-04 -2.40676330454129309E-04 -2.42919439830375052E-04
+ -2.45183185183157329E-04 -2.47467756357644939E-04 -2.49773344945528422E-04
+ -2.52100144301087140E-04 -2.54448349557404453E-04 -2.56818157642733306E-04
+ -2.59209767297009287E-04 -2.61623379088519309E-04 -2.64059195430721059E-04
+ -2.66517420599218183E-04 -2.68998260748891339E-04 -2.71501923931187798E-04
+ -2.74028620111568051E-04 -2.76578561187114933E-04 -2.79151961004303693E-04
+ -2.81749035376936110E-04 -2.84370002104238865E-04 -2.87015080989129685E-04
+ -2.89684493856649490E-04 -2.92378464572566436E-04 -2.95097219062149087E-04
+ -2.97840985329113719E-04 -3.00609993474746067E-04 -3.03404475717196657E-04
+ -3.06224666410956706E-04 -3.09070802066511237E-04 -3.11943121370173750E-04
+ -3.14841865204102864E-04 -3.17767276666504534E-04 -3.20719601092017486E-04
+ -3.23699086072288340E-04 -3.26705981476735764E-04 -3.29740539473504901E-04
+ -3.32803014550614733E-04 -3.35893663537301416E-04 -3.39012745625554923E-04
+ -3.42160522391857030E-04 -3.45337257819117269E-04 -3.48543218318811312E-04
+ -3.51778672753324151E-04 -3.55043892458496030E-04 -3.58339151266378057E-04
+ -3.61664725528197456E-04 -3.65020894137531944E-04 -3.68407938553698855E-04
+ -3.71826142825360656E-04 -3.75275793614343839E-04 -3.78757180219680128E-04
+ -3.82270594601868648E-04 -3.85816331407359651E-04 -3.89394687993264510E-04
+ -3.93005964452294106E-04 -3.96650463637923754E-04 -4.00328491189792541E-04
+ -4.04040355559334458E-04 -4.07786368035646218E-04 -4.11566842771594302E-04
+ -4.15382096810157874E-04 -4.19232450111018946E-04 -4.23118225577394705E-04
+ -4.27039749083116976E-04 -4.30997349499960298E-04 -4.34991358725224082E-04
+ -4.39022111709563650E-04 -4.43089946485082122E-04 -4.47195204193677758E-04
+ -4.51338229115653825E-04 -4.55519368698589658E-04 -4.59738973586480920E-04
+ -4.63997397649142736E-04 -4.68294998011887717E-04 -4.72632135085475206E-04
+ -4.77009172596336284E-04 -4.81426477617077800E-04 -4.85884420597263952E-04
+ -4.90383375394484538E-04 -4.94923719305707965E-04 -4.99505833098921577E-04
+ -5.04130101045063578E-04 -5.08796910950251157E-04 -5.13506654188300156E-04
+ -5.18259725733547557E-04 -5.23056524193976462E-04 -5.27897451844642259E-04
+ -5.32782914661409854E-04 -5.37713322355000108E-04 -5.42689088405347558E-04
+ -5.47710630096277210E-04 -5.52778368550498793E-04 -5.57892728764923019E-04
+ -5.63054139646302016E-04 -5.68263034047201097E-04 -5.73519848802295793E-04
+ -5.78825024765007036E-04 -5.84179006844473222E-04 -5.89582244042859008E-04
+ -5.95035189493012913E-04 -6.00538300496464804E-04 -6.06092038561778577E-04
+ -6.11696869443254161E-04 -6.17353263179986874E-04 -6.23061694135285875E-04
+ -6.28822641036457766E-04 -6.34636587014948748E-04 -6.40504019646865588E-04
+ -6.46425430993862729E-04 -6.52401317644408108E-04 -6.58432180755427364E-04
+ -6.64518526094334989E-04 -6.70660864081444206E-04 -6.76859709832775382E-04
+ -6.83115583203253683E-04 -6.89429008830304735E-04 -6.95800516177853714E-04
+ -7.02230639580724188E-04 -7.08719918289450464E-04 -7.15268896515500316E-04
+ -7.21878123476911980E-04 -7.28548153444354206E-04 -7.35279545787609042E-04
+ -7.42072865022478973E-04 -7.48928680858130234E-04 -7.55847568244868723E-04
+ -7.62830107422357291E-04 -7.69876883968274297E-04 -7.76988488847423745E-04
+ -7.84165518461290255E-04 -7.91408574698058411E-04 -7.98718264983086057E-04
+ -8.06095202329842604E-04 -8.13540005391322554E-04 -8.21053298511919692E-04
+ -8.28635711779790256E-04 -8.36287881079691314E-04 -8.44010448146307029E-04
+ -8.51804060618065965E-04 -8.59669372091453215E-04 -8.67607042175820077E-04
+ -8.75617736548701345E-04 -8.83702127011638718E-04 -8.91860891546520057E-04
+ -9.00094714372434192E-04 -9.08404286003053297E-04 -9.16790303304535468E-04
+ -9.25253469553968637E-04 -9.33794494498345643E-04 -9.42414094414084440E-04
+ -9.51112992167099398E-04 -9.59891917273415361E-04 -9.68751605960349398E-04
+ -9.77692801228250905E-04 -9.86716252912808430E-04 -9.95822717747932643E-04
+ -1.00501295942921880E-03 -1.01428774867798571E-03 -1.02364786330591214E-03
+ -1.03309408828026355E-03 -1.04262721578971961E-03 -1.05224804531080718E-03
+ -1.06195738367494694E-03 -1.07175604513611088E-03 -1.08164485143910812E-03
+ -1.09162463188849468E-03 -1.10169622341812113E-03 -1.11186047066131537E-03
+ -1.12211822602171834E-03 -1.13247034974475985E-03 -1.14291770998980265E-03
+ -1.15346118290294447E-03 -1.16410165269049222E-03 -1.17484001169311362E-03
+ -1.18567716046066168E-03 -1.19661400782770087E-03 -1.20765147098971719E-03
+ -1.21879047558003757E-03 -1.23003195574744682E-03 -1.24137685423453292E-03
+ -1.25282612245673601E-03 -1.26438072058213851E-03 -1.27604161761198142E-03
+ -1.28780979146192443E-03 -1.29968622904405150E-03 -1.31167192634963712E-03
+ -1.32376788853266021E-03 -1.33597512999410108E-03 -1.34829467446700513E-03
+ -1.36072755510233123E-03 -1.37327481455559361E-03 -1.38593750507429083E-03
+ -1.39871668858614897E-03 -1.41161343678817218E-03 -1.42462883123651175E-03
+ -1.43776396343716457E-03 -1.45101993493750546E-03 -1.46439785741865483E-03
+ -1.47789885278870560E-03 -1.49152405327680391E-03 -1.50527460152809146E-03
+ -1.51915165069952556E-03 -1.53315636455658450E-03 -1.54728991757084730E-03
+ -1.56155349501848869E-03 -1.57594829307966945E-03 -1.59047551893884464E-03
+ -1.60513639088599464E-03 -1.61993213841878417E-03 -1.63486400234566227E-03
+ -1.64993323488991667E-03 -1.66514109979467337E-03 -1.68048887242887258E-03
+ -1.69597783989421818E-03 -1.71160930113310023E-03 -1.72738456703752457E-03
+ -1.74330496055903530E-03 -1.75937181681965100E-03 -1.77558648322382034E-03
+ -1.79195031957141344E-03 -1.80846469817173752E-03 -1.82513100395861948E-03
+ -1.84195063460653331E-03 -1.85892500064780124E-03 -1.87605552559087893E-03
+ -1.89334364603971090E-03 -1.91079081181420017E-03 -1.92839848607178244E-03
+ -1.94616814543011269E-03 -1.96410128009088386E-03 -1.98219939396479007E-03
+ -2.00046400479762495E-03 -2.01889664429755070E-03 -2.03749885826353923E-03
+ -2.05627220671498589E-03 -2.07521826402251759E-03 -2.09433861904001874E-03
+ -2.11363487523783845E-03 -2.13310865083726070E-03 -2.15276157894618309E-03
+ -2.17259530769605639E-03 -2.19261150038008862E-03 -2.21281183559269776E-03
+ -2.23319800737027240E-03 -2.25377172533321266E-03 -2.27453471482927947E-03
+ -2.29548871707826400E-03 -2.31663548931799286E-03 -2.33797680495165814E-03
+ -2.35951445369652268E-03 -2.38125024173398191E-03 -2.40318599186100735E-03
+ -2.42532354364298269E-03 -2.44766475356795370E-03 -2.47021149520227409E-03
+ -2.49296565934771074E-03 -2.51592915419997362E-03 -2.53910390550871057E-03
+ -2.56249185673897281E-03 -2.58609496923417354E-03 -2.60991522238052023E-03
+ -2.63395461377298901E-03 -2.65821515938280536E-03 -2.68269889372646899E-03
+ -2.70740787003634614E-03 -2.73234416043280316E-03 -2.75750985609794861E-03
+ -2.78290706745095914E-03 -2.80853792432502478E-03 -2.83440457614591050E-03
+ -2.86050919211218013E-03 -2.88685396137704610E-03 -2.91344109323191970E-03
+ -2.94027281729163656E-03 -2.96735138368138356E-03 -2.99467906322534736E-03
+ -3.02225814763710729E-03 -3.05009094971174857E-03 -3.07817980351977926E-03
+ -3.10652706460280053E-03 -3.13513511017099369E-03 -3.16400633930242212E-03
+ -3.19314317314414427E-03 -3.22254805511520232E-03 -3.25222345111146225E-03
+ -3.28217184971234038E-03 -3.31239576238942903E-03 -3.34289772371704555E-03
+ -3.37368029158470473E-03 -3.40474604741155444E-03 -3.43609759636278288E-03
+ -3.46773756756800673E-03 -3.49966861434167047E-03 -3.53189341440548511E-03
+ -3.56441467011287981E-03 -3.59723510867554800E-03 -3.63035748239206105E-03
+ -3.66378456887857728E-03 -3.69751917130169659E-03 -3.73156411861342088E-03
+ -3.76592226578829556E-03 -3.80059649406272720E-03 -3.83558971117650086E-03
+ -3.87090485161650398E-03 -3.90654487686272443E-03 -3.94251277563645568E-03
+ -3.97881156415083419E-03 -4.01544428636364543E-03 -4.05241401423247528E-03
+ -4.08972384797218202E-03 -4.12737691631476829E-03 -4.16537637677159671E-03
+ -4.20372541589804881E-03 -4.24242724956060916E-03 -4.28148512320638934E-03
+ -4.32090231213515079E-03 -4.36068212177380052E-03 -4.40082788795342558E-03
+ -4.44134297718887325E-03 -4.48223078696088906E-03 -4.52349474600085601E-03
+ -4.56513831457815503E-03 -4.60716498479013178E-03 -4.64957828085477490E-03
+ -4.69238175940604307E-03 -4.73557900979193133E-03 -4.77917365437524957E-03
+ -4.82316934883720520E-03 -4.86756978248370845E-03 -4.91237867855455913E-03
+ -4.95759979453542447E-03 -5.00323692247270791E-03 -5.04929388929130623E-03
+ -5.09577455711526534E-03 -5.14268282359139992E-03 -5.19002262221588285E-03
+ -5.23779792266382618E-03 -5.28601273112188578E-03 -5.33467109062394154E-03
+ -5.38377708138982128E-03 -5.43333482116716525E-03 -5.48334846557642017E-03
+ -5.53382220845899733E-03 -5.58476028222862353E-03 -5.63616695822593845E-03
+ -5.68804654707630135E-03 -5.74040339905093101E-03 -5.79324190443133210E-03
+ -5.84656649387707301E-03 -5.90038163879693343E-03 -5.95469185172347974E-03
+ -6.00950168669103432E-03 -6.06481573961715342E-03 -6.12063864868758918E-03
+ -6.17697509474477661E-03 -6.23382980167991665E-03 -6.29120753682858944E-03
+ -6.34911311137007286E-03 -6.40755138073027808E-03 -6.46652724498839038E-03
+ -6.52604564928723624E-03 -6.58611158424744336E-03 -6.64673008638533725E-03
+ -6.70790623853473496E-03 -6.76964517027256376E-03 -6.83195205834840214E-03
+ -6.89483212711794555E-03 -6.95829064898047505E-03 -7.02233294482028196E-03
+ -7.08696438445219606E-03 -7.15219038707116169E-03 -7.21801642170594171E-03
+ -7.28444800767701073E-03 -7.35149071505856923E-03 -7.41915016514487630E-03
+ -7.48743203092080110E-03 -7.55634203753670526E-03 -7.62588596278766361E-03
+ -7.69606963759710862E-03 -7.76689894650484363E-03 -7.83837982815958206E-03
+ -7.91051827581597429E-03 -7.98332033783618125E-03 -8.05679211819604682E-03
+ -8.13093977699593483E-03 -8.20576953097615705E-03 -8.28128765403722197E-03
+ -8.35750047776477774E-03 -8.43441439195938281E-03 -8.51203584517114253E-03
+ -8.59037134523918389E-03 -8.66942745983611922E-03 -8.74921081701746962E-03
+ -8.82972810577612420E-03 -8.91098607660184040E-03 -8.99299154204593124E-03
+ -9.07575137729100916E-03 -9.15927252072604343E-03 -9.24356197452661128E-03
+ -9.32862680524048499E-03 -9.41447414437854811E-03 -9.50111118901115874E-03
+ -9.58854520236987473E-03 -9.67678351445476828E-03 -9.76583352264724473E-03
+ -9.85570269232846803E-03 -9.94639855750341709E-03 -1.00379287214306823E-02
+ -1.01303008572579470E-02 -1.02235227086634045E-02 -1.03176020905028087E-02
+ -1.04125468894626493E-02 -1.05083650647191645E-02 -1.06050646486034184E-02
+ -1.07026537472724118E-02 -1.08011405413863393E-02 -1.09005332867920177E-02
+ -1.10008403152125310E-02 -1.11020700349431910E-02 -1.12042309315538192E-02
+ -1.13073315685974281E-02 -1.14113805883254271E-02 -1.15163867124091924E-02
+ -1.16223587426683740E-02 -1.17293055618057519E-02 -1.18372361341487868E-02
+ -1.19461595063979544E-02 -1.20560848083818544E-02 -1.21670212538192192E-02
+ -1.22789781410878440E-02 -1.23919648540005162E-02 -1.25059908625879627E-02
+ -1.26210657238890640E-02 -1.27371990827480023E-02 -1.28544006726188653E-02
+ -1.29726803163774992E-02 -1.30920479271406983E-02 -1.32125135090928967E-02
+ -1.33340871583203097E-02 -1.34567790636526911E-02 -1.35805995075127129E-02
+ -1.37055588667730488E-02 -1.38316676136212048E-02 -1.39589363164323542E-02
+ -1.40873756406497738E-02 -1.42169963496735687E-02 -1.43478093057572923E-02
+ -1.44798254709127324E-02 -1.46130559078228722E-02 -1.47475117807631378E-02
+ -1.48832043565309772E-02 -1.50201450053838205E-02 -1.51583452019856003E-02
+ -1.52978165263617447E-02 -1.54385706648628197E-02 -1.55806194111370380E-02
+ -1.57239746671112186E-02 -1.58686484439809379E-02 -1.60146528632094561E-02
+ -1.61620001575356678E-02 -1.63107026719912021E-02 -1.64607728649266254E-02
+ -1.66122233090469397E-02 -1.67650666924564241E-02 -1.69193158197128088E-02
+ -1.70749836128910315E-02 -1.72320831126566085E-02 -1.73906274793484070E-02
+ -1.75506299940714830E-02 -1.77121040597995431E-02 -1.78750632024873568E-02
+ -1.80395210721931848E-02 -1.82054914442112380E-02 -1.83729882202143500E-02
+ -1.85420254294068401E-02 -1.87126172296877800E-02 -1.88847779088246043E-02
+ -1.90585218856372494E-02 -1.92338637111930701E-02 -1.94108180700120446E-02
+ -1.95893997812831670E-02 -1.97696238000914966E-02 -1.99515052186562125E-02
+ -2.01350592675797122E-02 -2.03203013171078563E-02 -2.05072468784014937E-02
+ -2.06959116048192129E-02 -2.08863112932116193E-02 -2.10784618852270546E-02
+ -2.12723794686291157E-02 -2.14680802786254843E-02 -2.16655806992090035E-02
+ -2.18648972645103939E-02 -2.20660466601630550E-02 -2.22690457246799457E-02
+ -2.24739114508426957E-02 -2.26806609871029255E-02 -2.28893116389960634E-02
+ -2.30998808705675969E-02 -2.33123863058119218E-02 -2.35268457301240110E-02
+ -2.37432770917635969E-02 -2.39616985033325527E-02 -2.41821282432651240E-02
+ -2.44045847573313053E-02 -2.46290866601534472E-02 -2.48556527367361328E-02
+ -2.50843019440094885E-02 -2.53150534123860842E-02 -2.55479264473313337E-02
+ -2.57829405309477865E-02 -2.60201153235730953E-02 -2.62594706653922240E-02
+ -2.65010265780632401E-02 -2.67448032663577667E-02 -2.69908211198153815E-02
+ -2.72391007144125903E-02 -2.74896628142461408E-02 -2.77425283732310735E-02
+ -2.79977185368134006E-02 -2.82552546436975922E-02 -2.85151582275890852E-02
+ -2.87774510189517177E-02 -2.90421549467805677E-02 -2.93092921403895583E-02
+ -2.95788849312149660E-02 -2.98509558546341605E-02 -3.01255276517999430E-02
+ -3.04026232714906773E-02 -3.06822658719761790E-02 -3.09644788228995854E-02
+ -3.12492857071752020E-02 -3.15367103229026377E-02 -3.18267766852969869E-02
+ -3.21195090286358689E-02 -3.24149318082222263E-02 -3.27130697023644071E-02
+ -3.30139476143726379E-02 -3.33175906745724545E-02 -3.36240242423349669E-02
+ -3.39332739081242979E-02 -3.42453654955621190E-02 -3.45603250635095130E-02
+ -3.48781789081661908E-02 -3.51989535651872909E-02 -3.55226758118175959E-02
+ -3.58493726690439288E-02 -3.61790714037647163E-02 -3.65117995309780716E-02
+ -3.68475848159876829E-02 -3.71864552766268952E-02 -3.75284391855010835E-02
+ -3.78735650722483996E-02 -3.82218617258189980E-02 -3.85733581967728154E-02
+ -3.89280837995962040E-02 -3.92860681150370081E-02 -3.96473409924592082E-02
+ -4.00119325522156760E-02 -4.03798731880407394E-02 -4.07511935694617258E-02
+ -4.11259246442297818E-02 -4.15040976407700726E-02 -4.18857440706515913E-02
+ -4.22708957310764522E-02 -4.26595847073889325E-02 -4.30518433756042623E-02
+ -4.34477044049573283E-02 -4.38472007604711819E-02 -4.42503657055460242E-02
+ -4.46572328045675912E-02 -4.50678359255363911E-02 -4.54822092427170227E-02
+ -4.59003872393077619E-02 -4.63224047101307157E-02 -4.67482967643424452E-02
+ -4.71780988281652117E-02 -4.76118466476388447E-02 -4.80495762913933366E-02
+ -4.84913241534421988E-02 -4.89371269559970082E-02 -4.93870217523020363E-02
+ -4.98410459294907487E-02 -5.02992372114627953E-02 -5.07616336617821920E-02
+ -5.12282736865966037E-02 -5.16991960375777493E-02 -5.21744398148829627E-02
+ -5.26540444701380367E-02 -5.31380498094411943E-02 -5.36264959963883014E-02
+ -5.41194235551197833E-02 -5.46168733733879211E-02 -5.51188867056462972E-02
+ -5.56255051761602309E-02 -5.61367707821384607E-02 -5.66527258968861566E-02
+ -5.71734132729792219E-02 -5.76988760454598959E-02 -5.82291577350534592E-02
+ -5.87643022514063307E-02 -5.93043538963450995E-02 -5.98493573671568038E-02
+ -6.03993577598906303E-02 -6.09544005726796526E-02 -6.15145317090844759E-02
+ -6.20797974814574285E-02 -6.26502446143273328E-02 -6.32259202478051979E-02
+ -6.38068719410104790E-02 -6.43931476755177506E-02 -6.49847958588237601E-02
+ -6.55818653278347069E-02 -6.61844053523736181E-02 -6.67924656387081372E-02
+ -6.74060963330969098E-02 -6.80253480253569520E-02 -6.86502717524496847E-02
+ -6.92809190020864107E-02 -6.99173417163528321E-02 -7.05595922953525523E-02
+ -7.12077236008687997E-02 -7.18617889600449700E-02 -7.25218421690828896E-02
+ -7.31879374969591351E-02 -7.38601296891591569E-02 -7.45384739714277378E-02
+ -7.52230260535373813E-02 -7.59138421330728813E-02 -7.66109788992321017E-02
+ -7.73144935366427699E-02 -7.80244437291946757E-02 -7.87408876638870242E-02
+ -7.94638840346905823E-02 -8.01934920464237588E-02 -8.09297714186429651E-02
+ -8.16727823895455202E-02 -8.24225857198867540E-02 -8.31792426969073379E-02
+ -8.39428151382743126E-02 -8.47133653960322197E-02 -8.54909563605650846E-02
+ -8.62756514645683925E-02 -8.70675146870304034E-02 -8.78666105572220302E-02
+ -8.86730041586947376E-02 -8.94867611332856999E-02 -9.03079476851293000E-02
+ -9.11366305846749852E-02 -9.19728771727087863E-02 -9.28167553643800131E-02
+ -9.36683336532306426E-02 -9.45276811152272189E-02 -9.53948674127936963E-02
+ -9.62699627988451712E-02 -9.71530381208203925E-02 -9.80441648247131481E-02
+ -9.89434149591004036E-02 -9.98508611791666945E-02 -1.00766576750723258E-01
+ -1.01690635554221892E-01 -1.02623112088759086E-01 -1.03564081476073572E-01
+ -1.04513619464532526E-01 -1.05471802433106249E-01 -1.06438707395330123E-01
+ -1.07414412003251997E-01 -1.08398994551363259E-01 -1.09392533980512560E-01
+ -1.10395109881800235E-01 -1.11406802500451346E-01 -1.12427692739667046E-01
+ -1.13457862164449627E-01 -1.14497393005402681E-01 -1.15546368162502328E-01
+ -1.16604871208837835E-01 -1.17672986394320042E-01 -1.18750798649355213E-01
+ -1.19838393588481668E-01 -1.20935857513968070E-01 -1.22043277419369336E-01
+ -1.23160740993039156E-01 -1.24288336621596857E-01 -1.25426153393343232E-01
+ -1.26574281101626746E-01 -1.27732810248154471E-01 -1.28901832046245585E-01
+ -1.30081438424025059E-01 -1.31271722027553911E-01 -1.32472776223892919E-01
+ -1.33684695104097140E-01 -1.34907573486137189E-01 -1.36141506917744431E-01
+ -1.37386591679175579E-01 -1.38642924785895766E-01 -1.39910603991171140E-01
+ -1.41189727788573222E-01 -1.42480395414386674E-01 -1.43782706849918201E-01
+ -1.45096762823702041E-01 -1.46422664813597253E-01 -1.47760515048772995E-01
+ -1.49110416511576749E-01 -1.50472472939280760E-01 -1.51846788825701490E-01
+ -1.53233469422688645E-01 -1.54632620741474658E-01 -1.56044349553884520E-01
+ -1.57468763393396383E-01 -1.58905970556048853E-01 -1.60356080101188569E-01
+ -1.61819201852053035E-01 -1.63295446396181015E-01 -1.64784925085645073E-01
+ -1.66287750037099780E-01 -1.67804034131637553E-01 -1.69333891014448013E-01
+ -1.70877435094268448E-01 -1.72434781542624344E-01 -1.74006046292847688E-01
+ -1.75591346038867280E-01 -1.77190798233762464E-01 -1.78804521088071600E-01
+ -1.80432633567847917E-01 -1.82075255392452534E-01 -1.83732507032077053E-01
+ -1.85404509704984927E-01 -1.87091385374463043E-01 -1.88793256745475008E-01
+ -1.90510247261000992E-01 -1.92242481098061108E-01 -1.93990083163405547E-01
+ -1.95753179088863222E-01 -1.97531895226337406E-01 -1.99326358642436335E-01
+ -2.01136697112726665E-01 -2.02963039115598376E-01 -2.04805513825727481E-01
+ -2.06664251107123748E-01 -2.08539381505752519E-01 -2.10431036241710612E-01
+ -2.12339347200950490E-01 -2.14264446926531876E-01 -2.16206468609389246E-01
+ -2.18165546078597616E-01 -2.20141813791123214E-01 -2.22135406821041548E-01
+ -2.24146460848206053E-01 -2.26175112146351526E-01 -2.28221497570613108E-01
+ -2.30285754544444388E-01 -2.32368021045916917E-01 -2.34468435593377017E-01
+ -2.36587137230447886E-01 -2.38724265510351724E-01 -2.40879960479532890E-01
+ -2.43054362660561157E-01 -2.45247613034292877E-01 -2.47459853021268245E-01
+ -2.49691224462321976E-01 -2.51941869598382773E-01 -2.54211931049438677E-01
+ -2.56501551792644999E-01 -2.58810875139542984E-01 -2.61140044712372899E-01
+ -2.63489204419446843E-01 -2.65858498429557166E-01 -2.68248071145392564E-01
+ -2.70658067175930883E-01 -2.73088631307781382E-01 -2.75539908475444684E-01
+ -2.78012043730458736E-01 -2.80505182209399850E-01 -2.83019469100707188E-01
+ -2.85555049610290768E-01 -2.88112068925897968E-01 -2.90690672180194842E-01
+ -2.93291004412530254E-01 -2.95913210529343773E-01 -2.98557435263180238E-01
+ -3.01223823130270241E-01 -3.03912518386637631E-01 -3.06623664982692778E-01
+ -3.09357406516267752E-01 -3.12113886184052058E-01 -3.14893246731385579E-01
+ -3.17695630400355755E-01 -3.20521178876164381E-01 -3.23370033231706100E-01
+ -3.26242333870314261E-01 -3.29138220466623055E-01 -3.32057831905494816E-01
+ -3.35001306218958961E-01 -3.37968780521110179E-01 -3.40960390940908464E-01
+ -3.43976272552826756E-01 -3.47016559305289352E-01 -3.50081383946833635E-01
+ -3.53170877949947282E-01 -3.56285171432508596E-01 -3.59424393076771320E-01
+ -3.62588670045826400E-01 -3.65778127897476879E-01 -3.68992890495454584E-01
+ -3.72233079917912213E-01 -3.75498816363116661E-01 -3.78790218052273253E-01
+ -3.82107401129403612E-01 -3.85450479558206272E-01 -3.88819565015811941E-01
+ -3.92214766783366142E-01 -3.95636191633350176E-01 -3.99083943713558209E-01
+ -4.02558124427646546E-01 -4.06058832312169993E-01 -4.09586162910012097E-01
+ -4.13140208640123074E-01 -4.16721058663471922E-01 -4.20328798745114807E-01
+ -4.23963511112292357E-01 -4.27625274308442604E-01 -4.31314163043046483E-01
+ -4.35030248037191092E-01 -4.38773595864751342E-01 -4.42544268789083095E-01
+ -4.46342324595117856E-01 -4.50167816416751132E-01 -4.54020792559408581E-01
+ -4.57901296317676954E-01 -4.61809365787882509E-01 -4.65745033675500686E-01
+ -4.69708327097265177E-01 -4.73699267377868716E-01 -4.77717869841118081E-01
+ -4.81764143595419692E-01 -4.85838091313465059E-01 -4.89939709005985546E-01
+ -4.94068985789440307E-01 -4.98225903647501411E-01 -5.02410437186198489E-01
+ -5.06622553382580998E-01 -5.10862211326756133E-01 -5.15129361957159970E-01
+ -5.19423947788905216E-01 -5.23745902635071592E-01 -5.28095151320775891E-01
+ -5.32471609389873368E-01 -5.36875182804137152E-01 -5.41305767634754020E-01
+ -5.45763249745985224E-01 -5.50247504470825599E-01 -5.54758396278503541E-01
+ -5.59295778433655522E-01 -5.63859492647016958E-01 -5.68449368717448777E-01
+ -5.73065224165150489E-01 -5.77706863855878217E-01 -5.82374079616002738E-01
+ -5.87066649838235644E-01 -5.91784339077852772E-01 -5.96526897639243381E-01
+ -6.01294061152610637E-01 -6.06085550140653018E-01 -6.10901069575049527E-01
+ -6.15740308422584981E-01 -6.20602939180726287E-01 -6.25488617402496061E-01
+ -6.30396981210459506E-01 -6.35327650799660693E-01 -6.40280227929333590E-01
+ -6.45254295403226652E-01 -6.50249416538369429E-01 -6.55265134622122436E-01
+ -6.60300972357346194E-01 -6.65356431295532458E-01 -6.70430991257742193E-01
+ -6.75524109743206536E-01 -6.80635221325424644E-01 -6.85763737035641863E-01
+ -6.90909043733552108E-01 -6.96070503465100243E-01 -7.01247452807258420E-01
+ -7.06439202199657723E-01 -7.11645035262962300E-01 -7.16864208103886180E-01
+ -7.22095948606752747E-01 -7.27339455711516703E-01 -7.32593898678174260E-01
+ -7.37858416337483503E-01 -7.43132116327963499E-01 -7.48414074319114553E-01
+ -7.53703333220841043E-01 -7.58998902379061202E-01 -7.64299756757506055E-01
+ -7.69604836105729606E-01 -7.74913044113363036E-01 -7.80223247550669963E-01
+ -7.85534275395476933E-01 -7.90844917946573522E-01 -7.96153925923705708E-01
+ -8.01460009554288866E-01 -8.06761837647027802E-01 -8.12058036652620774E-01
+ -8.17347189711771560E-01 -8.22627835690767029E-01 -8.27898468204890770E-01
+ -8.33157534629995533E-01 -8.38403435102581751E-01 -8.43634521508764723E-01
+ -8.48849096462559016E-01 -8.54045412273946924E-01 -8.59221669907225816E-01
+ -8.64376017930207019E-01 -8.69506551454848453E-01 -8.74611311069980135E-01
+ -8.79688281766820235E-01 -8.84735391858035958E-01 -8.89750511891165052E-01
+ -8.94731453557268908E-01 -8.99675968595748499E-01 -9.04581747696330929E-01
+ -9.09446419399290940E-01 -9.14267548995039481E-01 -9.19042637424312026E-01
+ -9.23769120180233827E-01 -9.28444366213641237E-01 -9.33065676843118030E-01
+ -9.37630284671292613E-01 -9.42135352509033464E-01 -9.46577972309279980E-01
+ -9.50955164112338269E-01 -9.55263875004581320E-01 -9.59500978092597379E-01
+ -9.63663271494943241E-01 -9.67747477353766539E-01 -9.71750240868697435E-01
+ -9.75668129355520941E-01 -9.79497631332272412E-01 -9.83235155635529323E-01
+ -9.86877030569822011E-01 -9.90419503093210807E-01 -9.93858738042235790E-01
+ -9.97190817399592144E-01 -1.00041173960803764E+00 -1.00351741893420821E+00
+ -1.00650368488616238E+00 -1.00936628168867837E+00 -1.01210086782046194E+00
+ -1.01470301561763177E+00 -1.01716821094802268E+00 -1.01949185296102462E+00
+ -1.02166925391788221E+00 -1.02369563910756378E+00 -1.02556614685351555E+00
+ -1.02727582861680689E+00 -1.02881964920140012E+00 -1.03019248706745881E+00
+ -1.03138913475885019E+00 -1.03240429945118639E+00 -1.03323260362698366E+00
+ -1.03386858588472186E+00 -1.03430670188881924E+00 -1.03454132546774491E+00
+ -1.03456674986771580E+00 -1.03437718916964561E+00 -1.03396677987722230E+00
+ -1.03332958268421393E+00 -1.03245958442930319E+00 -1.03135070024697195E+00
+ -1.02999677592313854E+00 -1.02839159046446893E+00 -1.02652885889044598E+00
+ -1.02440223525748109E+00 -1.02200531592449884E+00 -1.01933164306960178E+00
+ -1.01637470846754585E+00 -1.01312795753789264E+00 -1.00958479367380938E+00
+ -1.00573858286157858E+00 -1.00158265860094731E+00 -9.97110327136477737E-01
+ -9.92314873010089360E-01 -9.87189564944966458E-01 -9.81727662070949192E-01
+ -9.75922420501455168E-01 -9.69767100271852533E-01 -9.63254972649044361E-01
+ -9.56379327821816116E-01 -9.49133482981238008E-01 -9.41510790800104913E-01
+ -9.33504648320021557E-01 -9.25108506254335050E-01 -9.16315878714560217E-01
+ -9.07120353367452337E-01 -8.97515602029164139E-01 -8.87495391702246894E-01
+ -8.77053596060408780E-01 -8.66184207385051863E-01 -8.54881348956600728E-01
+ -8.43139287902518020E-01 -8.30952448502694674E-01 -8.18315425951540498E-01
+ -8.05223000574687875E-01 -7.91670152496570800E-01 -7.77652076753466481E-01
+ -7.63164198844701436E-01 -7.48202190712718762E-01 -7.32761987140522653E-01
+ -7.16839802552718619E-01 -7.00432148203851246E-01 -6.83535849735097067E-01
+ -6.66148065077550644E-01 -6.48266302677284023E-01 -6.29888440014270024E-01
+ -6.11012742383752694E-01 -5.91637881905213381E-01 -5.71762956720286764E-01
+ -5.51387510337068565E-01 -5.30511551074180687E-01 -5.09135571553678279E-01
+ -4.87260568187475873E-01 -4.64888060597378860E-01 -4.42020110904112029E-01
+ -4.18659342815913105E-01 -3.94808960442285306E-01 -3.70472766753655980E-01
+ -3.45655181602461059E-01 -3.20361259216356331E-01 -2.94596705069171072E-01
+ -2.68367892030412447E-01 -2.41681875689424952E-01 -2.14546408745852429E-01
+ -1.86969954353941176E-01 -1.58961698304485699E-01 -1.30531559925069540E-01
+ -1.01690201576678824E-01 -7.24490366231299310E-02 -4.28202357488149110E-02
+ -1.28167315007917792E-02  1.75477790671533067E-02  4.82588337675300960E-02
+  7.93012067832046391E-02  1.10658912409215410E-01  1.42315211129335789E-01
+  1.74252618111882723E-01  2.06452914193475556E-01  2.38897159400022180E-01
+  2.71565709030433644E-01  3.04438232300271117E-01  3.37493733508466620E-01
+  3.70710575650299190E-01  4.04066506352872223E-01  4.37538685954520112E-01
+  4.71103717486035800E-01  5.04737678238204812E-01  5.38416152515641344E-01
+  5.72114265080040485E-01  6.05806714675210412E-01  6.39467806900068658E-01
+  6.73071485552119486E-01  7.06591361401351814E-01  7.40000737169931311E-01
+  7.73272627285125691E-01  8.06379770737903456E-01  8.39294635115524379E-01
+  8.71989409579244201E-01  9.04435984224783995E-01  9.36605912889529102E-01
+  9.68470356051826742E-01  1.00000000000000000E+00  1.03116494792588731E+00
+  1.06193472541508216E+00  1.09227828710414210E+00  1.12216402457626474E+00
+  1.15155977556926326E+00  1.18043283457190840E+00  1.20874996488698128E+00
+  1.23647741224153385E+00  1.26358092002700872E+00  1.29002574625390931E+00
+  1.31577668230770017E+00  1.34079807359449621E+00  1.36505384216684700E+00
+  1.38850751142159701E+00  1.41112223296327266E+00  1.43286081572778912E+00
+  1.45368575746242112E+00  1.47355927865895198E+00  1.49244335903762182E+00
+  1.51029977667999171E+00  1.52709014990905811E+00  1.54277598201486232E+00
+  1.55731870892344704E+00  1.57067974990622994E+00  1.58282056142576821E+00
+  1.59370269421229316E+00  1.60328785366341453E+00  1.61153796365692203E+00
+  1.61841523386357844E+00  1.62388223064327919E+00  1.62790195160376228E+00
+  1.63043790389627752E+00  1.63145418631715100E+00  1.63091557527795183E+00
+  1.62878761470000910E+00  1.62503670988123816E+00  1.61963022537453383E+00
+  1.61253658690743018E+00  1.60372538736214598E+00  1.59316749682355452E+00
+  1.58083517668994777E+00  1.56670219782767450E+00  1.55074396273572646E+00
+  1.53293763167014641E+00  1.51326225266058079E+00  1.49169889533244460E+00
+  1.46823078842785137E+00  1.44284346089677373E+00  1.41552488640659124E+00
+  1.38626563109342871E+00  1.35505900435223414E+00  1.32190121243452730E+00
+  1.28679151459297825E+00  1.24973238148053567E+00  1.21072965547858535E+00
+  1.16979271259367446E+00  1.12693462552553103E+00  1.08217232747054970E+00
+  1.03552677618457856E+00  9.87023117786668736E-01  9.36690849741572351E-01
+  8.84563982413144712E-01  8.30681198533525511E-01  7.75086009884079385E-01
+  7.17826910433666643E-01  6.58957525127991883E-01  5.98536753470662486E-01
+  5.36628906982327680E-01  4.73303839569033158E-01  4.08637069774926920E-01
+  3.42709893837880863E-01  2.75609488409749359E-01  2.07429001746129799E-01
+  1.38267632113957928E-01  6.82306921094202046E-02 -2.57034247609658250E-03
+ -7.40178006575373110E-02 -1.45987802591931892E-01 -2.18350265763784579E-01
+ -2.90968932581060713E-01 -3.63701420984516577E-01 -4.36399299710464150E-01
+ -5.08908189879226036E-01 -5.81067894607726232E-01 -6.52712558364042295E-01
+ -7.23670857793392797E-01 -7.93766225748004706E-01 -8.62817110246568930E-01
+ -9.30637270071481115E-01 -9.97036108682647360E-01 -1.06181904808412542E+00
+ -1.12478794422302175E+00 -1.18574154542765253E+00 -1.24447599530257791E+00
+ -1.30078538139047684E+00 -1.35446233078348710E+00 -1.40529865371821772E+00
+ -1.45308603601769137E+00 -1.49761678104861673E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  END     
+   TPHI_LCAO   3 #tphi0(r) for tphi0(r)/r*Ylm)
+  0.00000000000000000E+00  2.21565948762031444E-16  8.94435925813664999E-16
+  2.03106606207511479E-15  3.64418057794626283E-15  5.74677708689681171E-15
+  8.35213200029157081E-15  1.14738060353517997E-14  1.51256498281890309E-14
+  1.93218096538826037E-14  2.40767332556111168E-14  2.94051757848828899E-14
+  3.53222058549512256E-14  4.18432117095354042E-14  4.89839075090133323E-14
+  5.67603397362863597E-14  6.51888937245607787E-14  7.42863003093336304E-14
+  8.40696426069078055E-14  9.45563629218120024E-14  1.05764269785538189E-13
+  1.17711545129059844E-13  1.30416751591634041E-13  1.43898839968447714E-13
+  1.58177156799697426E-13  1.73271452103765546E-13  1.89201887257178436E-13
+  2.05989043024105434E-13  2.23653927738190607E-13  2.42217985639574878E-13
+  2.61703105370010399E-13  2.82131628629025433E-13  3.03526358994157886E-13
+  3.25910570908321666E-13  3.49308018837437161E-13  3.73742946601510396E-13
+  3.99240096882403911E-13  4.25824720911604638E-13  4.53522588341358096E-13
+  4.82359997302588636E-13  5.12363784653114150E-13  5.43561336419692752E-13
+  5.75980598437544961E-13  6.09650087191024698E-13  6.44598900859212324E-13
+  6.80856730570254053E-13  7.18453871868340799E-13  7.57421236397316267E-13
+  7.97790363804944144E-13  8.39593433871968895E-13  8.82863278870158375E-13
+  9.27633396153619542E-13  9.73937960987721003E-13  1.02181183962008887E-12
+  1.07129060259816574E-12  1.12241053833795857E-12  1.17520866694864967E-12
+  1.22972275431786029E-12  1.28599132646241757E-12  1.34405368414959340E-12
+  1.40394991779384691E-12  1.46572092263423040E-12  1.52940841419768010E-12
+  1.59505494405352861E-12  1.66270391586467913E-12  1.73239960174096411E-12
+  1.80418715890033109E-12  1.87811264664360024E-12  1.95422304364862844E-12
+  2.03256626558984912E-12  2.11319118308925213E-12  2.19614764000496738E-12
+  2.28148647206377640E-12  2.36925952584393109E-12  2.45951967811483000E-12
+  2.55232085554019751E-12  2.64771805475153146E-12  2.74576736279873864E-12
+  2.84652597798496938E-12  2.95005223109281045E-12  3.05640560700914338E-12
+  3.16564676675607942E-12  3.27783756993554178E-12  3.39304109759518369E-12
+  3.51132167552355341E-12  3.63274489798237899E-12  3.75737765188426023E-12
+  3.88528814142393968E-12  4.01654591317166697E-12  4.15122188163724314E-12
+  4.28938835531349525E-12  4.43111906320812201E-12  4.57648918187301013E-12
+  4.72557536294023931E-12  4.87845576117427926E-12  5.03521006304988118E-12
+  5.19591951586558310E-12  5.36066695740265203E-12  5.52953684613973557E-12
+  5.70261529203349087E-12  5.87999008787571238E-12  6.06175074123779262E-12
+  6.24798850701325472E-12  6.43879642056969248E-12  6.63426933152128816E-12
+  6.83450393813353377E-12  7.03959882237190759E-12  7.24965448560644674E-12
+  7.46477338498446363E-12  7.68505997048379778E-12  7.91062072265924253E-12
+  8.14156419109509566E-12  8.37800103357690151E-12  8.62004405599579566E-12
+  8.86780825299901496E-12  9.12141084940058011E-12  9.38097134236608032E-12
+  9.64661154438613593E-12  9.91845562705303726E-12  1.01966301656557042E-11
+  1.04812641846079008E-11  1.07724892037253818E-11  1.10704392853677649E-11
+  1.13752510824610171E-11  1.16870638874170888E-11  1.20060196819673273E-11
+  1.23322631879265869E-11  1.26659419189053954E-11  1.30072062329877125E-11
+  1.33562093863923512E-11  1.37131075881362293E-11  1.40780600557179614E-11
+  1.44512290718410961E-11  1.48327800421958605E-11  1.52228815543194446E-11
+  1.56217054375545708E-11  1.60294268241270107E-11  1.64462242113626345E-11
+  1.68722795250651104E-11  1.73077781840761364E-11  1.77529091660397890E-11
+  1.82078650743933959E-11  1.86728422066080821E-11  1.91480406237016581E-11
+  1.96336642210478722E-11  2.01299208005058229E-11  2.06370221438943029E-11
+  2.11551840878358114E-11  2.16846265999957235E-11  2.22255738567426557E-11
+  2.27782543222561683E-11  2.33429008291087712E-11  2.39197506603498031E-11
+  2.45090456331186117E-11  2.51110321838158776E-11  2.57259614548615840E-11
+  2.63540893830695226E-11  2.69956767896679221E-11  2.76509894719968784E-11
+  2.83202982969138504E-11  2.90038792959388762E-11  2.97020137621712962E-11
+  3.04149883490118234E-11  3.11430951707224448E-11  3.18866319048589010E-11
+  3.26459018966102215E-11  3.34212142650808023E-11  3.42128840115508614E-11
+  3.50212321297522546E-11  3.58465857181969211E-11  3.66892780945957623E-11
+  3.75496489124072340E-11  3.84280442795546951E-11  3.93248168793530467E-11
+  4.02403260936854832E-11  4.11749381284719016E-11  4.21290261414720676E-11
+  4.31029703724661114E-11  4.40971582758568655E-11  4.51119846557389081E-11
+  4.61478518034799272E-11  4.72051696378611822E-11  4.82843558478240425E-11
+  4.93858360378717572E-11  5.05100438761748507E-11  5.16574212454306431E-11
+  5.28284183965280433E-11  5.40234941050695270E-11  5.52431158308029751E-11
+  5.64877598800178233E-11  5.77579115709602275E-11  5.90540654023231303E-11
+  6.03767252248681114E-11  6.17264044162378092E-11  6.31036260590169261E-11
+  6.45089231221028031E-11  6.59428386454469937E-11  6.74059259282296647E-11
+  6.88987487205309531E-11  7.04218814185637889E-11  7.19759092635348353E-11
+  7.35614285441997852E-11  7.51790468031818906E-11  7.68293830471243959E-11
+  7.85130679607460108E-11  8.02307441248735571E-11  8.19830662385244412E-11
+  8.37707013451144690E-11  8.55943290628670545E-11  8.74546418195018719E-11
+  8.93523450912827897E-11  9.12881576465046353E-11  9.32628117935019122E-11
+  9.52770536332633993E-11  9.73316433167373051E-11  9.94273553069139967E-11
+  1.01564978645775536E-10  1.03745317226201322E-10  1.05969190068921872E-10
+  1.08237431604614682E-10  1.10550891961236837E-10  1.12910437256691697E-10
+  1.15316949896928791E-10  1.17771328879576367E-10  1.20274490103210539E-10
+  1.22827366682365090E-10  1.25430909268386790E-10  1.28086086376246614E-10
+  1.30793884717416499E-10  1.33555309538922181E-10  1.36371384968690265E-10
+  1.39243154367301486E-10  1.42171680686272928E-10  1.45158046832988185E-10
+  1.48203356042397260E-10  1.51308732255614820E-10  1.54475320505542733E-10
+  1.57704287309645248E-10  1.60996821070012935E-10  1.64354132480848324E-10
+  1.67777454943509457E-10  1.71268044989253912E-10  1.74827182709825288E-10
+  1.78456172196024289E-10  1.82156341984416941E-10  1.85929045512328668E-10
+  1.89775661581274640E-10  1.93697594828988139E-10  1.97696276210202357E-10
+  2.01773163486347732E-10  2.05929741724332651E-10  2.10167523804571654E-10
+  2.14488050938436585E-10  2.18892893195302192E-10  2.23383650039364112E-10
+  2.27961950876411722E-10  2.32629455610739788E-10  2.37387855212383433E-10
+  2.42238872294872728E-10  2.47184261703698849E-10  2.52225811115687784E-10
+  2.57365341649488960E-10  2.62604708487380666E-10  2.67945801508601036E-10
+  2.73390545934421965E-10  2.78940902985180316E-10  2.84598870549486580E-10
+  2.90366483865841348E-10  2.96245816216882775E-10  3.02238979636504515E-10
+  3.08348125630080220E-10  3.14575445908034353E-10  3.20923173133011526E-10
+  3.27393581680893578E-10  3.33988988415917798E-10  3.40711753480163433E-10
+  3.47564281097668184E-10  3.54549020393444280E-10  3.61668466227674106E-10
+  3.68925160045365619E-10  3.76321690741747155E-10  3.83860695543703232E-10
+  3.91544860907540705E-10  3.99376923433389426E-10  4.07359670796546140E-10
+  4.15495942696075959E-10  4.23788631820985840E-10  4.32240684834304504E-10
+  4.40855103375387474E-10  4.49634945080797743E-10  4.58583324624098170E-10
+  4.67703414774902712E-10  4.76998447477553284E-10  4.86471714949776762E-10
+  4.96126570801693156E-10  5.05966431175552257E-10  5.15994775906590433E-10
+  5.26215149705377884E-10  5.36631163362077600E-10  5.47246494973008318E-10
+  5.58064891189922681E-10  5.69090168492428260E-10  5.80326214483978465E-10
+  5.91776989211860482E-10  6.03446526511638705E-10  6.15338935376492578E-10
+  6.27458401351917657E-10  6.39809187956259525E-10  6.52395638127549046E-10
+  6.65222175697139626E-10  6.78293306890631802E-10  6.91613621856591943E-10
+  7.05187796223583059E-10  7.19020592686030198E-10  7.33116862619448065E-10
+  7.47481547725583015E-10  7.62119681708020920E-10  7.77036391978813808E-10
+  7.92236901396715547E-10  8.07726530037603229E-10  8.23510696997673105E-10
+  8.39594922230031151E-10  8.55984828415289331E-10  8.72686142866787955E-10
+  8.89704699471107218E-10  9.07046440664490779E-10  9.24717419445874781E-10
+  9.42723801427182273E-10  9.61071866921571175E-10  9.79768013070349517E-10
+  9.98818756009270369E-10  1.01823073307491887E-09  1.03801070505195558E-09
+  1.05816555846196513E-09  1.07870230789466421E-09  1.09962809838227323E-09
+  1.12095020781784734E-09  1.14267604941835824E-09  1.16481317423338432E-09
+  1.18736927370024116E-09  1.21035218224639140E-09  1.23376987994005014E-09
+  1.25763049518983502E-09  1.28194230749439586E-09  1.30671375024294345E-09
+  1.33195341356759941E-09  1.35767004724855817E-09  1.38387256367301541E-09
+  1.41057004084885480E-09  1.43777172547412299E-09  1.46548703606332165E-09
+  1.49372556613153879E-09  1.52249708743753790E-09  1.55181155328685481E-09
+  1.58167910189603030E-09  1.61211005981910138E-09  1.64311494543752036E-09
+  1.67470447251464237E-09  1.70688955381601407E-09  1.73968130479664370E-09
+  1.77309104735652086E-09  1.80713031366563587E-09  1.84181085005977531E-09
+  1.87714462100841867E-09  1.91314381315607049E-09  1.94982083943835575E-09
+  1.98718834327431017E-09  2.02525920283623507E-09  2.06404653539856012E-09
+  2.10356370176718914E-09  2.14382431079081374E-09  2.18484222395567906E-09
+  2.22663156006540239E-09  2.26920670000736899E-09  2.31258229160732273E-09
+  2.35677325457378489E-09  2.40179478553397605E-09  2.44766236316288800E-09
+  2.49439175340729161E-09  2.54199901480637270E-09  2.59050050391083286E-09
+  2.63991288080226329E-09  2.69025311471460678E-09  2.74153848975966156E-09
+  2.79378661075850903E-09  2.84701540918081779E-09  2.90124314919405061E-09
+  2.95648843382459553E-09  3.01277021123286021E-09  3.07010778110448205E-09
+  3.12852080115979130E-09  3.18802929378366903E-09  3.24865365277809795E-09
+  3.31041465023962490E-09  3.37333344356404539E-09  3.43743158258070611E-09
+  3.50273101681876093E-09  3.56925410290786816E-09  3.63702361211581021E-09
+  3.70606273802552290E-09  3.77639510435417576E-09  3.84804477291689923E-09
+  3.92103625173780470E-09  3.99539450331108444E-09  4.07114495301492154E-09
+  4.14831349768103803E-09  4.22692651432277140E-09  4.30701086902462744E-09
+  4.38859392599624439E-09  4.47170355679385116E-09  4.55636814971233252E-09
+  4.64261661935097060E-09  4.73047841635619080E-09  4.81998353734449896E-09
+  4.91116253500895180E-09  5.00404652841262464E-09  5.09866721347242099E-09
+  5.19505687363683601E-09  5.29324839076123835E-09  5.39327525618427683E-09
+  5.49517158200919624E-09  5.59897211259381862E-09  5.70471223625302474E-09
+  5.81242799717771697E-09  5.92215610757424900E-09  6.03393396002834079E-09
+  6.14779964009773869E-09  6.26379193913776750E-09  6.38195036736407076E-09
+  6.50231516715701263E-09  6.62492732661213052E-09  6.74982859334118781E-09
+  6.87706148852854335E-09  7.00666932124742934E-09  7.13869620304105859E-09
+  7.27318706277343725E-09  7.41018766175475856E-09  7.54974460914662184E-09
+  7.69190537765214902E-09  7.83671831949627034E-09  7.98423268270156753E-09
+  8.13449862766512378E-09  8.28756724404203777E-09  8.44349056794102795E-09
+  8.60232159943819032E-09  8.76411432041463385E-09  8.92892371272397896E-09
+  9.09680577669583858E-09  9.26781754998161136E-09  9.44201712674860558E-09
+  9.61946367722932963E-09  9.80021746763221907E-09  9.98433988042061117E-09
+  1.01718934349667368E-08  1.03629418085877523E-08  1.05575498579706253E-08
+  1.07557836409934178E-08  1.09577104389500308E-08  1.11633987791859439E-08
+  1.13729184581526325E-08  1.15863405648882176E-08  1.18037375049323970E-08
+  1.20251830246836888E-08  1.22507522362069978E-08  1.24805216425000013E-08
+  1.27145691632268207E-08  1.29529741609274143E-08  1.31958174677118296E-08
+  1.34431814124479663E-08  1.36951498484521815E-08  1.39518081816918608E-08
+  1.42132433995097014E-08  1.44795440998788692E-08  1.47508005211994349E-08
+  1.50271045726456100E-08  1.53085498650742628E-08  1.55952317425048985E-08
+  1.58872473141819352E-08  1.61846954872295617E-08  1.64876769999106957E-08
+  1.67962944555008659E-08  1.71106523567884208E-08  1.74308571412128461E-08
+  1.77570172166525390E-08  1.80892429978746641E-08  1.84276469436588272E-08
+  1.87723435946072469E-08  1.91234496116540348E-08  1.94810838152867389E-08
+  1.98453672254927615E-08  2.02164231024447767E-08  2.05943769879382707E-08
+  2.09793567475953223E-08  2.13714926138487552E-08  2.17709172297212283E-08
+  2.21777656934134634E-08  2.25921756037173673E-08  2.30142871062685309E-08
+  2.34442429406541183E-08  2.38821884883919070E-08  2.43282718217959992E-08
+  2.47826437537466574E-08  2.52454578883799925E-08  2.57168706727151081E-08
+  2.61970414492356260E-08  2.66861325094438341E-08  2.71843091484044800E-08
+  2.76917397202975321E-08  2.82085956949979394E-08  2.87350517157014899E-08
+  2.92712856576162196E-08  2.98174786877390991E-08  3.03738153257376125E-08
+  3.09404835059574455E-08  3.15176746405763691E-08  3.21055836839259065E-08
+  3.27044091980024491E-08  3.33143534191890879E-08  3.39356223262116900E-08
+  3.45684257093511385E-08  3.52129772409352280E-08  3.58694945471339645E-08
+  3.65381992810824836E-08  3.72193171973554167E-08  3.79130782278187377E-08
+  3.86197165588838396E-08  3.93394707101898943E-08  4.00725836147410042E-08
+  4.08193027005252054E-08  4.15798799736420293E-08  4.23545721029674297E-08
+  4.31436405063838080E-08  4.39473514386044787E-08  4.47659760806219832E-08
+  4.55997906308095471E-08  4.64490763977077029E-08  4.73141198945258704E-08
+  4.81952129353913915E-08  4.90926527333776394E-08  5.00067420003454136E-08
+  5.09377890486288413E-08  5.18861078946026914E-08  5.28520183641634670E-08
+  5.38358462001612543E-08  5.48379231718173541E-08  5.58585871861654620E-08
+  5.68981824015521709E-08  5.79570593432369174E-08  5.90355750211284893E-08
+  6.01340930496985539E-08  6.12529837701122877E-08  6.23926243746161705E-08
+  6.35533990332262883E-08  6.47356990227585955E-08  6.59399228582444360E-08
+  6.71664764267757905E-08  6.84157731238253700E-08  6.96882339920861019E-08
+  7.09842878628781852E-08  7.23043715001702746E-08  7.36489297472631272E-08
+  7.50184156761849464E-08  7.64132907398493887E-08  7.78340249270254170E-08
+  7.92810969201732342E-08  8.07549942561975711E-08  8.22562134901733713E-08
+  8.37852603620974750E-08  8.53426499667246808E-08  8.69289069265415876E-08
+  8.85445655679396940E-08  9.01901701006452987E-08  9.18662748004657872E-08
+  9.35734441954157116E-08  9.53122532552820898E-08  9.70832875846957447E-08
+  9.88871436197712744E-08  1.00724428828382235E-07  1.02595761914139140E-07
+  1.04501773024138946E-07  1.06443103960553149E-07  1.08420408396130110E-07
+  1.10434352093679569E-07  1.12485613129615540E-07  1.14574882121631444E-07
+  1.16702862460585029E-07  1.18870270546668558E-07  1.21077836029946461E-07
+  1.23326302055339348E-07  1.25616425512136486E-07  1.27948977288122544E-07
+  1.30324742528399152E-07  1.32744520898994892E-07  1.35209126855346242E-07
+  1.37719389915741982E-07  1.40276154939823853E-07  1.42880282412235249E-07
+  1.45532648731512083E-07  1.48234146504316723E-07  1.50985684845109486E-07
+  1.53788189681360739E-07  1.56642604064405237E-07  1.59549888486043559E-07
+  1.62511021200994422E-07  1.65526998555310529E-07  1.68598835320864071E-07
+  1.71727565036015733E-07  1.74914240352582915E-07  1.78159933389219339E-07
+  1.81465736091329832E-07  1.84832760597637702E-07  1.88262139613528354E-07
+  1.91755026791294474E-07  1.95312597117412283E-07  1.98936047306973754E-07
+  2.02626596205413241E-07  2.06385485197659417E-07  2.10213978624850969E-07
+  2.14113364208755005E-07  2.18084953484033879E-07  2.22130082238498323E-07
+  2.26250110961504030E-07  2.30446425300633596E-07  2.34720436526823199E-07
+  2.39073582008087159E-07  2.43507325691996985E-07  2.48023158597083835E-07
+  2.52622599313321987E-07  2.57307194511864873E-07  2.62078519464204974E-07
+  2.66938178570930317E-07  2.71887805900254158E-07  2.76929065736501635E-07
+  2.82063653138735463E-07  2.87293294509706693E-07  2.92619748175324883E-07
+  2.98044804974840475E-07  3.03570288861933524E-07  3.09198057516918567E-07
+  3.14930002970263518E-07  3.20768052237636530E-07  3.26714167966690082E-07
+  3.32770349095805544E-07  3.38938631525008014E-07  3.45221088799289928E-07
+  3.51619832804563451E-07  3.58137014476478079E-07  3.64774824522343704E-07
+  3.71535494156392051E-07  3.78421295848638772E-07  3.85434544087581827E-07
+  3.92577596157002269E-07  3.99852852927121917E-07  4.07262759660391207E-07
+  4.14809806832163950E-07  4.22496530966550610E-07  4.30325515487718341E-07
+  4.38299391586928891E-07  4.46420839105603590E-07  4.54692587434715273E-07
+  4.63117416430798605E-07  4.71698157348900501E-07  4.80437693792772892E-07
+  4.89338962682629999E-07  4.98404955240799017E-07  5.07638717995582690E-07
+  5.17043353803686582E-07  5.26622022891542003E-07  5.36377943915879142E-07
+  5.46314395043904981E-07  5.56434715053451185E-07  5.66742304453450881E-07
+  5.77240626625136196E-07  5.87933208984327129E-07  5.98823644165204877E-07
+  6.09915591225969007E-07  6.21212776876783762E-07  6.32718996730413532E-07
+  6.44438116575988559E-07  6.56374073676309167E-07  6.68530878089131186E-07
+  6.80912614012881287E-07  6.93523441157236441E-07  7.06367596139050629E-07
+  7.19449393904078362E-07  7.32773229174980043E-07  7.46343577926094212E-07
+  7.60164998885475561E-07  7.74242135064685781E-07  7.88579715316874876E-07
+  8.03182555923657480E-07  8.18055562211325511E-07  8.33203730196930714E-07
+  8.48632148264806805E-07  8.64345998874064226E-07  8.80350560297663245E-07
+  8.96651208393626547E-07  9.13253418408992412E-07  9.30162766817121501E-07
+  9.47384933188948809E-07  9.64925702098842735E-07  9.82790965065685586E-07
+  1.00098672252983492E-06  1.01951908586662908E-06  1.03839427943711663E-06
+  1.05761864267667971E-06  1.07719863222228087E-06  1.09714082407902067E-06
+  1.11745191582675080E-06  1.13813872886746448E-06  1.15920821071425056E-06
+  1.18066743732252846E-06  1.20252361546439993E-06  1.22478408514687920E-06
+  1.24745632207482125E-06  1.27054794015939169E-06  1.29406669407287630E-06
+  1.31802048185074167E-06  1.34241734754178280E-06  1.36726548390725600E-06
+  1.39257323516990636E-06  1.41834909981381756E-06  1.44460173343599448E-06
+  1.47133995165067861E-06  1.49857273304733455E-06  1.52630922220331850E-06
+  1.55455873275223146E-06  1.58333075050899957E-06  1.61263493665269492E-06
+  1.64248113096821763E-06  1.67287935514788123E-06  1.70383981615402967E-06
+  1.73537290964380986E-06  1.76748922345725930E-06  1.80019954116984330E-06
+  1.83351484571068315E-06  1.86744632304765567E-06  1.90200536594060324E-06
+  1.93720357776394030E-06  1.97305277639988003E-06  2.00956499820366407E-06
+  2.04675250204205974E-06  2.08462777340652178E-06  2.12320352860236700E-06
+  2.16249271901540795E-06  2.20250853545741285E-06  2.24326441259192087E-06
+  2.28477403344185586E-06  2.32705133398044962E-06  2.37011050780703147E-06
+  2.41396601090926429E-06  2.45863256651335007E-06  2.50412517002395570E-06
+  2.55045909405539768E-06  2.59764989355585008E-06  2.64571341102626859E-06
+  2.69466578183574462E-06  2.74452343963516306E-06  2.79530312187088321E-06
+  2.84702187540035294E-06  2.89969706221151650E-06  2.95334636524794826E-06
+  3.00798779434163276E-06  3.06363969225543017E-06  3.12032074083722289E-06
+  3.17804996728780442E-06  3.23684675054463164E-06  3.29673082778358450E-06
+  3.35772230104086421E-06  3.41984164395732874E-06  3.48310970864746967E-06
+  3.54754773269534402E-06  3.61317734627986410E-06  3.68002057943170572E-06
+  3.74809986942442196E-06  3.81743806830214141E-06  3.88805845054641411E-06
+  3.95998472088474607E-06  4.03324102224351576E-06  4.10785194384780538E-06
+  4.18384252947102240E-06  4.26123828583696070E-06  4.34006519117717367E-06
+  4.42034970394650875E-06  4.50211877169976364E-06  4.58539984013234257E-06
+  4.67022086228809481E-06  4.75661030793729757E-06  4.84459717312797987E-06
+  4.93421098991381479E-06  5.02548183626175453E-06  5.11844034614284323E-06
+  5.21311771980952941E-06  5.30954573426290954E-06  5.40775675391346432E-06
+  5.50778374143885562E-06  5.60966026884232273E-06  5.71342052871558120E-06
+  5.81909934570982331E-06  5.92673218821875115E-06  6.03635518027754217E-06
+  6.14800511368179849E-06  6.26171946033035596E-06  6.37753638479636787E-06
+  6.49549475713065000E-06  6.61563416590168518E-06  6.73799493147667885E-06
+  6.86261811954801203E-06  6.98954555490974348E-06  7.11881983548875621E-06
+  7.25048434663518074E-06  7.38458327567698176E-06  7.52116162674356492E-06
+  7.66026523586327602E-06  7.80194078634002966E-06  7.94623582441408707E-06
+  8.09319877521229375E-06  8.24287895899310675E-06  8.39532660769189586E-06
+  8.55059288177195940E-06  8.70872988738707017E-06  8.86979069386118453E-06
+  9.03382935149118771E-06  9.20090090967870980E-06  9.37106143539706863E-06
+  9.54436803199940424E-06  9.72087885837455599E-06  9.90065314845692156E-06
+  1.00837512310968368E-05  1.02702345502983510E-05  1.04601656858307896E-05
+  1.06536083742214763E-05  1.08506275301363084E-05  1.10512892681555203E-05
+  1.12556609249518556E-05  1.14638110818787129E-05  1.16758095879755848E-05
+  1.18917275833988439E-05  1.21116375232854358E-05  1.23356132020576731E-05
+  1.25637297781771162E-05  1.27960637993560984E-05  1.30326932282349442E-05
+  1.32736974685339215E-05  1.35191573916884296E-05  1.37691553639763954E-05
+  1.40237752741471290E-05  1.42831025615605393E-05  1.45472242448466125E-05
+  1.48162289510943927E-05  1.50902069455804700E-05  1.53692501620467459E-05
+  1.56534522335379311E-05  1.59429085238086318E-05  1.62377161593111349E-05
+  1.65379740617741556E-05  1.68437829813836657E-05  1.71552455305769195E-05
+  1.74724662184610486E-05  1.77955514858674655E-05  1.81246097410543369E-05
+  1.84597513960686674E-05  1.88010889037803083E-05  1.91487367956005208E-05
+  1.95028117198972075E-05  1.98634324811203225E-05  2.02307200796501713E-05
+  2.06047977523820550E-05  2.09857910140608048E-05  2.13738276993793895E-05
+  2.17690380058549713E-05  2.21715545374977269E-05  2.25815123492862839E-05
+  2.29990489924651289E-05  2.34243045606789443E-05  2.38574217369596135E-05
+  2.42985458415809902E-05  2.47478248807984413E-05  2.52054095964886912E-05
+  2.56714535167069211E-05  2.61461130071780647E-05  2.66295473237395076E-05
+  2.71219186657527020E-05  2.76233922305021157E-05  2.81341362685983055E-05
+  2.86543221404057378E-05  2.91841243735125947E-05  2.97237207212625944E-05
+  3.02732922223681903E-05  3.08330232616252660E-05  3.14031016317495358E-05
+  3.19837185963554364E-05  3.25750689540986419E-05  3.31773511040035277E-05
+  3.37907671119976285E-05  3.44155227786757380E-05  3.50518277083148994E-05
+  3.56998953791656522E-05  3.63599432150410400E-05  3.70321926582286654E-05
+  3.77168692437494649E-05  3.84142026749884543E-05  3.91244269007226579E-05
+  3.98477801935720601E-05  4.05845052298997694E-05  4.13348491711880523E-05
+  4.20990637469184609E-05  4.28774053389814174E-05  4.36701350676465478E-05
+  4.44775188791205592E-05  4.52998276347222790E-05  4.61373372017053897E-05
+  4.69903285457583979E-05  4.78590878252136377E-05  4.87439064869960050E-05
+  4.96450813643443831E-05  5.05629147763375327E-05  5.14977146292595211E-05
+  5.24497945198353318E-05  5.34194738403751516E-05  5.44070778858598466E-05
+  5.54129379630042740E-05  5.64373915013349946E-05  5.74807821663196399E-05
+  5.85434599745852610E-05  5.96257814112649372E-05  6.07281095495114829E-05
+  6.18508141722181145E-05  6.29942718959870622E-05  6.41588662973885518E-05
+  6.53449880415489439E-05  6.65530350131161971E-05  6.77834124496421461E-05
+  6.90365330774282904E-05  7.03128172498801289E-05  7.16126930884160778E-05
+  7.29365966259783524E-05  7.42849719531936246E-05  7.56582713672325583E-05
+  7.70569555234175939E-05  7.84814935896311049E-05  7.99323634035718083E-05
+  8.14100516329173917E-05  8.29150539384426217E-05  8.44478751401491092E-05
+  8.60090293864621452E-05  8.75990403265512339E-05  8.92184412858317136E-05
+  9.08677754447057847E-05  9.25475960206037821E-05  9.42584664533850772E-05
+  9.60009605941613593E-05  9.77756628976068882E-05  9.95831686178148183E-05
+  1.01424084007772347E-04  1.03299026522515292E-04  1.05208625026032896E-04
+  1.07153520001991128E-04  1.09134363768344957E-04  1.11151820695911248E-04
+  1.13206567430975335E-04  1.15299293122005355E-04  1.17430699650549904E-04
+  1.19601501866398410E-04  1.21812427827076492E-04  1.24064219041764338E-04
+  1.26357630719714124E-04  1.28693432023250083E-04  1.31072406325437389E-04
+  1.33495351472504470E-04  1.35963080051105731E-04  1.38476419660515953E-04
+  1.41036213189845019E-04  1.43643319100365428E-04  1.46298611713051172E-04
+  1.49002981501413856E-04  1.51757335389745630E-04  1.54562597056860320E-04
+  1.57419707245436266E-04  1.60329624077064483E-04  1.63293323373106650E-04
+  1.66311798981469135E-04  1.69386063109403521E-04  1.72517146662442541E-04
+  1.75706099589585955E-04  1.78953991234849632E-04  1.82261910695298573E-04
+  1.85630967185674808E-04  1.89062290409752819E-04  1.92557030938536421E-04
+  1.96116360595428955E-04  1.99741472848500532E-04  2.03433583209987182E-04
+  2.07193929643150756E-04  2.11023772976637086E-04  2.14924397326470435E-04
+  2.18897110525821908E-04  2.22943244562700952E-04  2.27064156025702551E-04
+  2.31261226557975011E-04  2.35535863319546481E-04  2.39889499458167851E-04
+  2.44323594588829627E-04  2.48839635282109789E-04  2.53439135561516436E-04
+  2.58123637409987986E-04  2.62894711285722169E-04  2.67753956647500714E-04
+  2.72703002489692325E-04  2.77743507887094523E-04  2.82877162549816281E-04
+  2.88105687388369729E-04  2.93430835089164229E-04  2.98854390700592249E-04
+  3.04378172229901353E-04  3.10004031251050422E-04  3.15733853523750003E-04
+  3.21569559623892593E-04  3.27513105585582195E-04  3.33566483554971547E-04
+  3.39731722456133780E-04  3.46010888669167878E-04  3.52406086720788740E-04
+  3.58919459987608574E-04  3.65553191412351913E-04  3.72309504233239177E-04
+  3.79190662726778247E-04  3.86198972964209612E-04  3.93336783581855912E-04
+  4.00606486565628791E-04  4.08010518049948525E-04  4.15551359131354436E-04
+  4.23231536697043023E-04  4.31053624268645710E-04  4.39020242861494785E-04
+  4.47134061859672026E-04  4.55397799907127641E-04  4.63814225815158999E-04
+  4.72386159486552044E-04  4.81116472856684871E-04  4.90008090851905644E-04
+  4.99063992365497613E-04  5.08287211251550819E-04  5.17680837337078001E-04
+  5.27248017452678535E-04  5.36991956482123006E-04  5.46915918431179881E-04
+  5.57023227516039126E-04  5.67317269271694260E-04  5.77801491680637901E-04
+  5.88479406322246724E-04  5.99354589543227680E-04  6.10430683649509855E-04
+  6.21711398119967709E-04  6.33200510842385858E-04  6.44901869372035540E-04
+  6.56819392213320199E-04  6.68957070124866281E-04  6.81318967448509092E-04
+  6.93909223462595690E-04  7.06732053760049752E-04  7.19791751651642302E-04
+  7.33092689594931255E-04  7.46639320649325998E-04  7.60436179957752877E-04
+  7.74487886255415437E-04  7.88799143406098487E-04  8.03374741966568192E-04
+  8.18219560779537844E-04  8.33338568595720077E-04  8.48736825725502405E-04
+  8.64419485720767161E-04  8.80391797087407262E-04  8.96659105029083800E-04
+  9.13226853222796290E-04  9.30100585626826657E-04  9.47285948321643836E-04
+  9.64788691384383073E-04  9.82614670797441392E-04  1.00076985039188114E-03
+  1.01926030382621128E-03  1.03809221660119120E-03  1.05727188811131933E-03
+  1.07680573373364450E-03  1.09670028695457874E-03  1.11696220153538407E-03
+  1.13759825371703444E-03  1.15861534446513805E-03  1.18002050175567536E-03
+  1.20182088290220527E-03  1.22402377692537177E-03  1.24663660696539176E-03
+  1.26966693273832909E-03  1.29312245303691057E-03  1.31701100827669474E-03
+  1.34134058308838346E-03  1.36611930895710215E-03  1.39135546690948649E-03
+  1.41705749024940357E-03  1.44323396734321219E-03  1.46989364445535768E-03
+  1.49704542863529026E-03  1.52469839065653935E-03  1.55286176800889259E-03
+  1.58154496794461925E-03  1.61075757057966835E-03  1.64050933205083481E-03
+  1.67081018772986269E-03  1.70167025549548129E-03  1.73309983906440269E-03
+  1.76510943138229984E-03  1.79770971807585007E-03  1.83091158096682929E-03
+  1.86472610164945137E-03  1.89916456513197210E-03  1.93423846354370864E-03
+  1.96995949990861957E-03  2.00633959198657499E-03  2.04339087618352977E-03
+  2.08112571153176284E-03  2.11955668374140711E-03  2.15869660932450566E-03
+  2.19855853979287075E-03  2.23915576593093028E-03  2.28050182214497655E-03
+  2.32261049089004272E-03  2.36549580717577935E-03  2.40917206315265824E-03
+  2.45365381277991464E-03  2.49895587657659015E-03  2.54509334645712168E-03
+  2.59208159065289810E-03  2.63993625872125520E-03  2.68867328664338821E-03
+  2.73830890201274451E-03  2.78885962931526904E-03  2.84034229530327450E-03
+  2.89277403446434661E-03  2.94617229458694939E-03  3.00055484242434545E-03
+  3.05593976945848621E-03  3.11234549776553005E-03  3.16979078598468838E-03
+  3.22829473539214219E-03  3.28787679608172258E-03  3.34855677325422967E-03
+  3.41035483361700658E-03  3.47329151189581554E-03  3.53738771746067325E-03
+  3.60266474106763109E-03  3.66914426171833846E-03  3.73684835363936223E-03
+  3.80579949338315975E-03  3.87602056705273722E-03  3.94753487765195886E-03
+  4.02036615256353824E-03  4.09453855115686320E-03  4.17007667252749202E-03
+  4.24700556337077005E-03  4.32535072599144095E-03  4.40513812645152228E-03
+  4.48639420285864426E-03  4.56914587379703141E-03  4.65342054690340116E-03
+  4.73924612759005562E-03  4.82665102791743870E-03  4.91566417561852854E-03
+  5.00631502327735824E-03  5.09863355766419085E-03  5.19265030922946673E-03
+  5.28839636175931771E-03  5.38590336219485922E-03  5.48520353061783539E-03
+  5.58632967040511349E-03  5.68931517855459506E-03  5.79419405618506345E-03
+  5.90100091921260620E-03  6.00977100920619366E-03  6.12054020442504270E-03
+  6.23334503104057934E-03  6.34822267454531255E-03  6.46521099135182603E-03
+  6.58434852058425221E-03  6.70567449606513950E-03  6.82922885850042669E-03
+  6.95505226786539716E-03  7.08318611599435648E-03  7.21367253937689381E-03
+  7.34655443216362947E-03  7.48187545938419542E-03  7.61968007038060433E-03
+  7.76001351245843903E-03  7.90292184475935300E-03  8.04845195235738553E-03
+  8.19665156058222225E-03  8.34756924957233068E-03  8.50125446906087150E-03
+  8.65775755339750173E-03  8.81712973680883957E-03  8.97942316890079466E-03
+  9.14469093040558463E-03  9.31298704917646325E-03  9.48436651643336237E-03
+  9.65888530326185213E-03  9.83660037736918021E-03  1.00175697200997494E-02
+  1.02018523437132497E-02  1.03895083089283954E-02  1.05805987427351148E-02
+  1.07751858564781502E-02  1.09733329642150313E-02  1.11751045013511706E-02
+  1.13805660435549738E-02  1.15897843259560110E-02  1.18028272626284000E-02
+  1.20197639663629750E-02  1.22406647687303277E-02  1.24656012404376730E-02
+  1.26946462119819758E-02  1.29278737946020954E-02  1.31653594015322343E-02
+  1.34071797695593103E-02  1.36534129808864989E-02  1.39041384853052577E-02
+  1.41594371226780764E-02  1.44193911457342616E-02  1.46840842431801392E-02
+  1.49536015631266030E-02  1.52280297368350120E-02  1.55074569027836145E-02
+  1.57919727310559185E-02  1.60816684480526023E-02  1.63766368615281821E-02
+  1.66769723859538817E-02  1.69827710682074681E-02  1.72941306135911618E-02
+  1.76111504121785750E-02  1.79339315654903977E-02  1.82625769135002988E-02
+  1.85971910619706117E-02  1.89378804101177356E-02  1.92847531786072210E-02
+  1.96379194378780743E-02  1.99974911367953312E-02  2.03635821316302187E-02
+  2.07363082153664800E-02  2.11157871473312449E-02  2.15021386831492599E-02
+  2.18954846050170640E-02  2.22959487522962352E-02  2.27036570524217669E-02
+  2.31187375521228686E-02  2.35413204489526573E-02  2.39715381231227764E-02
+  2.44095251696386101E-02  2.48554184307303687E-02  2.53093570285749109E-02
+  2.57714823983024206E-02  2.62419383212821253E-02  2.67208709586802817E-02
+  2.72084288852825831E-02  2.77047631235744947E-02  2.82100271780701371E-02
+  2.87243770698811275E-02  2.92479713715157984E-02  2.97809712418986260E-02
+  3.03235404615986651E-02  3.08758454682557353E-02  3.14380553921915981E-02
+  3.20103420921930282E-02  3.25928801914535521E-02  3.31858471136569425E-02
+  3.37894231191896363E-02  3.44037913414631108E-02  3.50291378233297812E-02
+  3.56656515535734506E-02  3.63135245034551038E-02  3.69729516632927233E-02
+  3.76441310790541703E-02  3.83272638889394224E-02  3.90225543599286920E-02
+  3.97302099242704265E-02  4.04504412158835924E-02  4.11834621066441767E-02
+  4.19294897425290664E-02  4.26887445795846171E-02  4.34614504196882828E-02
+  4.42478344460690703E-02  4.50481272585518261E-02  4.58625629084874198E-02
+  4.66913789333305990E-02  4.75348163908243734E-02  4.83931198927481793E-02
+  4.92665376381866901E-02  5.01553214462696767E-02  5.10597267883382555E-02
+  5.19800128194837369E-02  5.29164424094079669E-02  5.38692821725486534E-02
+  5.48388024974131305E-02  5.58252775750599020E-02  5.68289854266657637E-02
+  5.78502079301128486E-02  5.88892308455281552E-02  5.99463438397056028E-02
+  6.10218405093339022E-02  6.21160184029582590E-02  6.32291790415931837E-02
+  6.43616279379039119E-02  6.55136746138715309E-02  6.66856326168512870E-02
+  6.78778195339317381E-02  6.90905570044979822E-02  7.03241707308985969E-02
+  7.15789904871124844E-02  7.28553501253074443E-02  7.41535875801796335E-02
+  7.54740448709542433E-02  7.68170681009318207E-02  7.81830074544513781E-02
+  7.95722171911432130E-02  8.09850556373356567E-02  8.24218851744783765E-02
+  8.38830722244374022E-02  8.53689872315134685E-02  8.68800046410296012E-02
+  8.84165028743281733E-02  8.99788643000143107E-02  9.15674752012710785E-02
+  9.31827257390758501E-02  9.48250099111315192E-02  9.64947255063263037E-02
+  9.81922740545274619E-02  9.99180607715084851E-02  1.01672494498802696E-01
+  1.03455987638269617E-01  1.05268956081154275E-01  1.07111819131410893E-01
+  1.08984999423060197E-01  1.10888922831332615E-01  1.12824018377356353E-01
+  1.14790718126129024E-01  1.16789457077511552E-01  1.18820673049972181E-01
+  1.20884806556802241E-01  1.22982300674516778E-01  1.25113600903144606E-01
+  1.27279155018105189E-01  1.29479412913361541E-01  1.31714826435528065E-01
+  1.33985849208609620E-01  1.36292936449027291E-01  1.38636544770596115E-01
+  1.41017131979094046E-01  1.43435156856063312E-01  1.45891078931472157E-01
+  1.48385358244859211E-01  1.50918455094571080E-01  1.53490829774697496E-01
+  1.56102942299299330E-01  1.58755252113514295E-01  1.61448217791122367E-01
+  1.64182296718132809E-01  1.66957944761964627E-01  1.69775615925765733E-01
+  1.72635761987420949E-01  1.75538832122785093E-01  1.78485272512673016E-01
+  1.81475525933129572E-01  1.84510031328497609E-01  1.87589223366793317E-01
+  1.90713531976895084E-01  1.93883381867043375E-01  1.97099192024150993E-01
+  2.00361375193402885E-01  2.03670337337645335E-01  2.07026477076038107E-01
+  2.10430185101452671E-01  2.13881843576097602E-01  2.17381825504847220E-01
+  2.20930494085753465E-01  2.24528202037221347E-01  2.28175290901329209E-01
+  2.31872090322781776E-01  2.35618917302987979E-01  2.39416075428753650E-01
+  2.43263854075105729E-01  2.47162527581754943E-01  2.51112354402724280E-01
+  2.55113576228682692E-01  2.59166417081538702E-01  2.63271082380862387E-01
+  2.67427757981728242E-01  2.71636609183588840E-01  2.75897779709815383E-01
+  2.80211390657572779E-01  2.84577539417708025E-01  2.88996298564396459E-01
+  2.93467714714290340E-01  2.97991807354979488E-01  3.02568567642602926E-01
+  3.07197957168504010E-01  3.11879906694866593E-01  3.16614314859330892E-01
+  3.21401046848641292E-01  3.26239933041444385E-01  3.31130767620425703E-01
+  3.36073307154048928E-01  3.41067269148226659E-01  3.46112330568364157E-01
+  3.51208126332280712E-01  3.56354247774625599E-01  3.61550241083503976E-01
+  3.66795605710142636E-01  3.72089792752534898E-01  3.77432203314137238E-01
+  3.82822186838816358E-01  3.88259039423386687E-01  3.93742002109235045E-01
+  3.99270259154659024E-01  4.04842936289756372E-01  4.10459098955831048E-01
+  4.16117750531495523E-01  4.21817830547829675E-01  4.27558212895166934E-01
+  4.33337704024284065E-01  4.39155041145006031E-01  4.45008890425462211E-01
+  4.50897845195481817E-01  4.56820424157878935E-01  4.62775069611621181E-01
+  4.68760145691199615E-01  4.74773936626763815E-01  4.80814645029916721E-01
+  4.86880390210370162E-01  4.92969206528988013E-01  4.99079041793084599E-01
+  5.05207755700190941E-01  5.11353118336867474E-01  5.17512808739511110E-01
+  5.23684413524481363E-01  5.29865425595283268E-01  5.36053242934904195E-01
+  5.42245167491872238E-01  5.48438404168968829E-01  5.54630059923985064E-01
+  5.60817142992335427E-01  5.66996562241779856E-01  5.73165126669948011E-01
+  5.79319545055801299E-01  5.85456425776611278E-01  5.91572276802479036E-01
+  5.97663505880855261E-01  6.03726420923938023E-01  6.09757230612283818E-01
+  6.15752045228331601E-01  6.21706877733967378E-01  6.27617645106612998E-01
+  6.33480169948682392E-01  6.39290182385567785E-01  6.45043322267606634E-01
+  6.50735141691736962E-01  6.56361107858752901E-01  6.61916606282228259E-01
+  6.67396944365288403E-01  6.72797355361420601E-01  6.78113002735517001E-01
+  6.83338984941193051E-01  6.88470340630237931E-01  6.93502054309743987E-01
+  6.98429062462048056E-01  7.03246260142085466E-01  7.07948508066089777E-01
+  7.12530640204757537E-01  7.16987471893034911E-01  7.21313808467539119E-01
+  7.25504454441296520E-01  7.29554223223969900E-01  7.33457947393977738E-01
+  7.37210489526958335E-01  7.40806753582779032E-01  7.44241696850814094E-01
+  7.47510342450423249E-01  7.50607792380478034E-01  7.53529241108374492E-01
+  7.56269989685218635E-01  7.58825460369767058E-01  7.61191211739191242E-01
+  7.63362954259887649E-01  7.65336566286216269E-01  7.67108110449342240E-01
+  7.68673850392188940E-01  7.70030267799868273E-01  7.71174079667879542E-01
+  7.72102255742804888E-01  7.72812036062195618E-01  7.73300948511850605E-01
+  7.73566826309724176E-01  7.73607825316298792E-01  7.73422441061438648E-01
+  7.73009525367518879E-01  7.72368302438082521E-01  7.71498384270423498E-01
+  7.70399785239457291E-01  7.69072935689046666E-01  7.67518694355769915E-01
+  7.65738359439041338E-01  7.63733678120695036E-01  7.61506854326826854E-01
+  7.59060554515013530E-01  7.56397911261390110E-01  7.53522524414573458E-01
+  7.50438459577631001E-01  7.47150243675494874E-01  7.43662857363905028E-01
+  7.39981724037743538E-01  7.36112695202032818E-01  7.32062031978758299E-01
+  7.27836382537704774E-01  7.23442755260798820E-01  7.18888487477938098E-01
+  7.14181209649309756E-01  7.09328804916020683E-01  7.04339363999208823E-01
+  6.99221135499311752E-01  6.93982471733935125E-01  6.88631770357046924E-01
+  6.83177412126568240E-01  6.77627695334769853E-01  6.71990767589406124E-01
+  6.66274555836925297E-01  6.60486695756503539E-01  6.54634461929602285E-01
+  6.48724700509496377E-01  6.42763766484492072E-01  6.36757468053845366E-01
+  6.30711021123988580E-01  6.24629017492706495E-01  6.18515410929243337E-01
+  6.12373526089496356E-01  6.06206096038266584E-01  6.00015335098064706E-01
+  5.93803054819874832E-01  5.87570832091551920E-01  5.81320239781340620E-01
+  5.75052846231639214E-01  5.68770214762444160E-01  5.62473903184261159E-01
+  5.56165463320219211E-01  5.49846440537116399E-01  5.43518373285112544E-01
+  5.37182792645771623E-01  5.30841221888147197E-01  5.24495176032597432E-01
+  5.18146161422008089E-01  5.11795675300098729E-01  5.05445205396483965E-01
+  4.99096229518160961E-01  4.92750215147095216E-01  4.86408619043576906E-01
+  4.80072886855026026E-01  4.73744452729929211E-01  4.67424738936598694E-01
+  4.61115155486452044E-01  4.54817099761518684E-01  4.48531956145898136E-01
+  4.42261095660900105E-01  4.36005875603609649E-01  4.29767639188648964E-01
+  4.23547715192907293E-01  4.17347417603037896E-01  4.11168045265540072E-01
+  4.05010881539258738E-01  3.98877193950160136E-01  3.92768233848259818E-01
+  3.86685236066603821E-01  3.80629418582227430E-01  3.74601982179036952E-01
+  3.68604110112583983E-01  3.62636967776730657E-01  3.56701702372225260E-01
+  3.50799442577231668E-01  3.44931298219885940E-01  3.39098359952973605E-01
+  3.33301698930851042E-01  3.27542366488756731E-01  3.21821393824682389E-01
+  3.16139791684003524E-01  3.10498550047086097E-01  3.04898637820118557E-01
+  2.99341002529430800E-01  2.93826570019597777E-01  2.88356244155635266E-01
+  2.82930906529623938E-01  2.77551416172115706E-01  2.72218609268696898E-01
+  2.66933298882098657E-01  2.61696274680267349E-01  2.56508302670817478E-01
+  2.51370124942311701E-01  2.46282459412820426E-01  2.41245999586228305E-01
+  2.36261414316768115E-01  2.31329347582267919E-01  2.26450418266609665E-01
+  2.21625219951901126E-01  2.16854320720869520E-01  2.12138262969989694E-01
+  2.07477563233859130E-01  2.02872712021335028E-01  1.98324173663945363E-01
+  1.93832386177085647E-01  1.89397761134502490E-01  1.85020683556567256E-01
+  1.80701511812827814E-01  1.76440577539319021E-01  1.72238185571102431E-01
+  1.68094613890491046E-01  1.64010113591399553E-01  1.59984908860246577E-01
+  1.56019196973813806E-01  1.52113148314451108E-01  1.48266906402991394E-01
+  1.44480587949720601E-01  1.40754282923718665E-01  1.37088054640868345E-01
+  1.33481939870794791E-01  1.29935948962975528E-01  1.26450065992228688E-01
+  1.23024248923756352E-01  1.19658429797889029E-01  1.16352514934643214E-01
+  1.13106385158171549E-01  1.09919896041147436E-01  1.06792878169094912E-01
+  1.03725137424631686E-01  1.00716455291564144E-01  9.77665891787281721E-02
+  9.48752727634369353E-02  9.20422163543554717E-02  8.92671072735852222E-02
+  8.65496102577014842E-02  8.38893678774498691E-02  8.12860009757671725E-02
+  7.87391091237556184E-02  7.62482710942004316E-02  7.38130453521830265E-02
+  7.14329705623050482E-02  6.91075661120029439E-02  6.68363326503956523E-02
+  6.46187526420742286E-02  6.24542909352079970E-02  6.03423953433093602E-02
+  5.82824972399676455E-02  5.62740121658320963E-02  5.43163404470959274E-02
+  5.24088678247051007E-02  5.05509660934908775E-02  4.87419937503999340E-02
+  4.69812966509752170E-02  4.52682086732187003E-02  4.36020523879501465E-02
+  4.19821397347584779E-02  4.04077727026290121E-02  3.88782440143167415E-02
+  3.73928378135263487E-02  3.59508303539517737E-02  3.45514906892221141E-02
+  3.31940813627982917E-02  3.18778590968628664E-02  3.06020754792477728E-02
+  2.93659776474477878E-02  2.81688089687737384E-02  2.70098097157079158E-02
+  2.58882177355347770E-02  2.48032691133327071E-02  2.37541988274280400E-02
+  2.27402413964298451E-02  2.17606315169831428E-02  2.08146046914003159E-02
+  1.99013978443535744E-02  1.90202499278370116E-02  1.81704025136344600E-02
+  1.73511003725581384E-02  1.65615920397540542E-02  1.58011303654028018E-02
+  1.50689730501779966E-02  1.43643831648601738E-02  1.36866296535404237E-02
+  1.30349878198858272E-02  1.24087397959775168E-02  1.18071749932718972E-02
+  1.12295905352758386E-02  1.06749721362476725E-02  1.01341280010653484E-02
+  9.60378948564412534E-03  9.08484724484606189E-03  8.57813106652192958E-03
+  8.08440719989766098E-03  7.60437603608905312E-03  7.13867015722168766E-03
+  6.68785276817380602E-03  6.25241652231725738E-03  5.83278274982459294E-03
+  5.42930109416017714E-03  5.04224955930438010E-03  4.67183496709817989E-03
+  4.31819382087014498E-03  3.98139356824906126E-03  3.66143425280590845E-03
+  3.35825054094206253E-03  3.07171410728144124E-03  2.80163635876787233E-03
+  2.54777147475127681E-03  2.30981973760190301E-03  2.08743112585641584E-03
+  1.88020913960486140E-03  1.68771482580671781E-03  1.50947096950503935E-03
+  1.34496641551729739E-03  1.19366048414293042E-03  1.05498744375976468E-03
+  9.28361002899871801E-04  8.13178784510099040E-04  7.08826745619115461E-04
+  6.14683506551394238E-04  5.30124555144023397E-04  4.54526293122943308E-04
+  3.87269893865721385E-04  3.27744943194790755E-04  2.75352837581381940E-04
+  2.29509917162784306E-04  1.89650314246456820E-04  1.55228501451557075E-04
+  1.25721527275573190E-04  1.00630930621662025E-04  7.94843296291536979E-05
+  6.18366839620004079E-05  4.72712334735601078E-05  3.54001198266009324E-05
+  2.58647011520968538E-05  1.83355731278672439E-05  1.25123129006593976E-05
+  8.12296501870704713E-06  4.92329094698593611E-06  2.69580577077042353E-06
+  1.24862732755712800E-06  4.14164222825221227E-07  4.76699688182412774E-08
+  END     
+   TPHI_LCAO   4 #tphi0(r) for tphi0(r)/r*Ylm)
+  0.00000000000000000E+00 -3.51331896100597668E-16 -1.41828593929889431E-15
+ -3.22061352243628828E-15 -5.77849114151530037E-15 -9.11252880547732396E-15
+ -1.32437786065065187E-14 -1.81937434538741328E-14 -2.39843859743937848E-14
+ -3.06381375826133827E-14 -3.81779077239313475E-14 -4.66270932938798234E-14
+ -5.60095882368824384E-14 -6.63497933278496033E-14 -7.76726261400458131E-14
+ -9.00035312027183294E-14 -1.03368490352046319E-13 -1.17794033279037566E-13
+ -1.33307248278060171E-13 -1.49935793199775159E-13 -1.67707906612296376E-13
+ -1.86652419174483478E-13 -2.06798765225337097E-13 -2.28176994593555118E-13
+ -2.50817784631358104E-13 -2.74752452476803993E-13 -3.00012967548851556E-13
+ -3.26631964279547887E-13 -3.54642755087765566E-13 -3.84079343599022262E-13
+ -4.14976438115982659E-13 -4.47369465344335089E-13 -4.81294584378827914E-13
+ -5.16788700954323805E-13 -5.53889481966838615E-13 -5.92635370269613220E-13
+ -6.33065599749360975E-13 -6.75220210687934293E-13 -7.19140065414746623E-13
+ -7.64866864255381826E-13 -8.12443161781943945E-13 -8.61912383370766459E-13
+ -9.13318842073249695E-13 -9.66707755805658149E-13 -1.02212526486385651E-12
+ -1.07961844976904971E-12 -1.13923534945069981E-12 -1.20102497977295039E-12
+ -1.26503735241093938E-12 -1.33132349408356525E-12 -1.39993546614934476E-12
+ -1.47092638457216252E-12 -1.54435044026379423E-12 -1.62026291981027295E-12
+ -1.69872022658923063E-12 -1.77977990228553988E-12 -1.86350064881267377E-12
+ -1.94994235064737608E-12 -2.03916609758533403E-12 -2.13123420792573040E-12
+ -2.22621025209265811E-12 -2.32415907670157508E-12 -2.42514682907907580E-12
+ -2.52924098224445426E-12 -2.63651036036167011E-12 -2.74702516467048345E-12
+ -2.86085699990570492E-12 -2.97807890121366696E-12 -3.09876536157517116E-12
+ -3.22299235974438141E-12 -3.35083738871326110E-12 -3.48237948471135611E-12
+ -3.61769925675092410E-12 -3.75687891672754423E-12 -3.90000231008658431E-12
+ -4.04715494706606853E-12 -4.19842403452666789E-12 -4.35389850837979096E-12
+ -4.51366906662488916E-12 -4.67782820300733330E-12 -4.84647024130843383E-12
+ -5.01969137027938079E-12 -5.19758967923108708E-12 -5.38026519429213117E-12
+ -5.56781991534735555E-12 -5.76035785366958996E-12 -5.95798507025764241E-12
+ -6.16080971489352840E-12 -6.36894206593242644E-12 -6.58249457083897816E-12
+ -6.80158188748381350E-12 -7.02632092621446716E-12 -7.25683089271513627E-12
+ -7.49323333166986371E-12 -7.73565217124425479E-12 -7.98421376840076087E-12
+ -8.23904695506326742E-12 -8.50028308514660206E-12 -8.76805608246717331E-12
+ -9.04250248955109219E-12 -9.32376151735644635E-12 -9.61197509592685038E-12
+ -9.90728792599338767E-12 -1.02098475315428641E-11 -1.05198043133700786E-11
+ -1.08373116036325852E-11 -1.11625257214265556E-11 -1.14956060294026703E-11
+ -1.18367149914414789E-11 -1.21860182314078709E-11 -1.25436845930046890E-11
+ -1.29098862007460307E-11 -1.32847985220709664E-11 -1.36686004306188929E-11
+ -1.40614742706881222E-11 -1.44636059228997828E-11 -1.48751848710892755E-11
+ -1.52964042704482555E-11 -1.57274610169402275E-11 -1.61685558180137036E-11
+ -1.66198932646366778E-11 -1.70816819046771820E-11 -1.75541343176550511E-11
+ -1.80374671908900352E-11 -1.85319013970725321E-11 -1.90376620732832301E-11
+ -1.95549787014885773E-11 -2.00840851905395220E-11 -2.06252199597014190E-11
+ -2.11786260237436733E-11 -2.17445510796179249E-11 -2.23232475947542767E-11
+ -2.29149728970059452E-11 -2.35199892662724152E-11 -2.41385640278328197E-11
+ -2.47709696474208198E-11 -2.54174838280737662E-11 -2.60783896087888389E-11
+ -2.67539754650195421E-11 -2.74445354110473609E-11 -2.81503691042626984E-11
+ -2.88717819513907773E-11 -2.96090852166990223E-11 -3.03625961322220146E-11
+ -3.11326380100420738E-11 -3.19195403566631266E-11 -3.27236389895172870E-11
+ -3.35452761556431667E-11 -3.43848006525766408E-11 -3.52425679514949385E-11
+ -3.61189403226559270E-11 -3.70142869631750982E-11 -3.79289841271839824E-11
+ -3.88634152584136814E-11 -3.98179711252489382E-11 -4.07930499582982889E-11
+ -4.17890575905273319E-11 -4.28064076000024163E-11 -4.38455214552929870E-11
+ -4.49068286635826090E-11 -4.59907669215383624E-11 -4.70977822689894514E-11
+ -4.82283292454684989E-11 -4.93828710496669465E-11 -5.05618797018598579E-11
+ -5.17658362093546628E-11 -5.29952307350201010E-11 -5.42505627689523204E-11
+ -5.55323413033365804E-11 -5.68410850105638465E-11 -5.81773224246621946E-11
+ -5.95415921261049349E-11 -6.09344429300581592E-11 -6.23564340781311006E-11
+ -6.38081354336946725E-11 -6.52901276808337285E-11 -6.68030025270015431E-11
+ -6.83473629094439483E-11 -6.99238232054637342E-11 -7.15330094465964503E-11
+ -7.31755595367699087E-11 -7.48521234745216157E-11 -7.65633635793485780E-11
+ -7.83099547222674972E-11 -8.00925845606619435E-11 -8.19119537774968115E-11
+ -8.37687763249808609E-11 -8.56637796727599720E-11 -8.75977050607245177E-11
+ -8.95713077565169306E-11 -9.15853573178268366E-11 -9.36406378595616044E-11
+ -9.57379483259831957E-11 -9.78781027679039503E-11 -1.00061930625033895E-10
+ -1.02290277013575638E-10 -1.04564003019164769E-10 -1.06883985995253609E-10
+ -1.09251119867039904E-10 -1.11666315441042905E-10 -1.14130500720432556E-10
+ -1.16644621226216445E-10 -1.19209640324394484E-10 -1.21826539559192505E-10
+ -1.24496318992484997E-10 -1.27219997549524276E-10 -1.29998613371091561E-10
+ -1.32833224172189246E-10 -1.35724907607395408E-10 -1.38674761643004067E-10
+ -1.41683904936077726E-10 -1.44753477220538735E-10 -1.47884639700430881E-10
+ -1.51078575450484263E-10 -1.54336489824118070E-10 -1.57659610869018990E-10
+ -1.61049189750436779E-10 -1.64506501182338627E-10 -1.68032843866568220E-10
+ -1.71629540940158491E-10 -1.75297940430948101E-10 -1.79039415721656265E-10
+ -1.82855366022572547E-10 -1.86747216853019819E-10 -1.90716420531755373E-10
+ -1.94764456676473961E-10 -1.98892832712580972E-10 -2.03103084391409198E-10
+ -2.07396776318053352E-10 -2.11775502488998565E-10 -2.16240886839728789E-10
+ -2.20794583802493701E-10 -2.25438278874428497E-10 -2.30173689196214811E-10
+ -2.35002564141476807E-10 -2.39926685917115034E-10 -2.44947870174779324E-10
+ -2.50067966633683187E-10 -2.55288859714975319E-10 -2.60612469187880572E-10
+ -2.66040750827824081E-10 -2.71575697086767057E-10 -2.77219337775977227E-10
+ -2.82973740761460822E-10 -2.88841012672297244E-10 -2.94823299622112245E-10
+ -3.00922787943928955E-10 -3.07141704938651511E-10 -3.13482319637429865E-10
+ -3.19946943578161111E-10 -3.26537931596394448E-10 -3.33257682630899068E-10
+ -3.40108640544174640E-10 -3.47093294958175301E-10 -3.54214182105528453E-10
+ -3.61473885696540289E-10 -3.68875037802277327E-10 -3.76420319754017173E-10
+ -3.84112463059380620E-10 -3.91954250335448608E-10 -3.99948516259174758E-10
+ -4.08098148535422852E-10 -4.16406088882949004E-10 -4.24875334038659777E-10
+ -4.33508936780490601E-10 -4.42310006969244604E-10 -4.51281712609740702E-10
+ -4.60427280931637355E-10 -4.69749999490284230E-10 -4.79253217287981808E-10
+ -4.88940345916025348E-10 -4.98814860717909842E-10 -5.08880301974099616E-10
+ -5.19140276108754457E-10 -5.29598456918817128E-10 -5.40258586825882458E-10
+ -5.51124478151266485E-10 -5.62200014414701213E-10 -5.73489151657098252E-10
+ -5.84995919787827727E-10 -5.96724423956954351E-10 -6.08678845952909310E-10
+ -6.20863445626057030E-10 -6.33282562338638568E-10 -6.45940616441581208E-10
+ -6.58842110778674909E-10 -6.71991632218608930E-10 -6.85393853215405243E-10
+ -6.99053533397749613E-10 -7.12975521187778370E-10 -7.27164755449852028E-10
+ -7.41626267169868207E-10 -7.56365181165694330E-10 -7.71386717829281648E-10
+ -7.86696194901049646E-10 -8.02299029277141267E-10 -8.18200738850163750E-10
+ -8.34406944384011475E-10 -8.50923371423428025E-10 -8.67755852238940342E-10
+ -8.84910327807808856E-10 -9.02392849831675572E-10 -9.20209582791585841E-10
+ -9.38366806041062503E-10 -9.56870915937957951E-10 -9.75728428015781001E-10
+ -9.94945979195241610E-10 -1.01453033003675704E-09 -1.03448836703466565E-09
+ -1.05482710495393699E-09 -1.07555368921015498E-09 -1.09667539829356896E-09
+ -1.11819964623804112E-09 -1.14013398513571649E-09 -1.16248610769825106E-09
+ -1.18526384986547385E-09 -1.20847519346235949E-09 -1.23212826890518563E-09
+ -1.25623135795781243E-09 -1.28079289653899709E-09 -1.30582147758168032E-09
+ -1.33132585394522419E-09 -1.35731494138157135E-09 -1.38379782155631357E-09
+ -1.41078374512571139E-09 -1.43828213487066682E-09 -1.46630258888873284E-09
+ -1.49485488384521720E-09 -1.52394897828446846E-09 -1.55359501600247664E-09
+ -1.58380332948191217E-09 -1.61458444339074646E-09 -1.64594907814564834E-09
+ -1.67790815354135963E-09 -1.71047279244723784E-09 -1.74365432457223761E-09
+ -1.77746429029960364E-09 -1.81191444459252096E-09 -1.84701676097208667E-09
+ -1.88278343556891713E-09 -1.91922689124972949E-09 -1.95635978182034650E-09
+ -1.99419499630646409E-09 -2.03274566331367492E-09 -2.07202515546820403E-09
+ -2.11204709393980752E-09 -2.15282535304842284E-09 -2.19437406495607253E-09
+ -2.23670762444559201E-09 -2.27984069378782818E-09 -2.32378820769892290E-09
+ -2.36856537838931796E-09 -2.41418770070624309E-09 -2.46067095737136113E-09
+ -2.50803122431534638E-09 -2.55628487611119813E-09 -2.60544859150812030E-09
+ -2.65553935906778498E-09 -2.70657448290494271E-09 -2.75857158853423985E-09
+ -2.81154862882525399E-09 -2.86552389006773907E-09 -2.92051599814909831E-09
+ -2.97654392484618054E-09 -3.03362699423352612E-09 -3.09178488921016402E-09
+ -3.15103765814722609E-09 -3.21140572165855476E-09 -3.27290987949659308E-09
+ -3.33557131757589425E-09 -3.39941161512660062E-09 -3.46445275198026254E-09
+ -3.53071711599051120E-09 -3.59822751059101906E-09 -3.66700716249331376E-09
+ -3.73707972952702301E-09 -3.80846930862521735E-09 -3.88120044395746252E-09
+ -3.95529813521339672E-09 -4.03078784603954446E-09 -4.10769551263225481E-09
+ -4.18604755248964291E-09 -4.26587087332540650E-09 -4.34719288214762533E-09
+ -4.43004149450551461E-09 -4.51444514390724358E-09 -4.60043279141201946E-09
+ -4.68803393539964223E-09 -4.77727862152078016E-09 -4.86819745283135509E-09
+ -4.96082160011445112E-09 -5.05518281239311770E-09 -5.15131342763772876E-09
+ -5.24924638367142114E-09 -5.34901522927724665E-09 -5.45065413551087864E-09
+ -5.55419790722252738E-09 -5.65968199479206369E-09 -5.76714250608124365E-09
+ -5.87661621860698404E-09 -5.98814059193989808E-09 -6.10175378033219349E-09
+ -6.21749464557911588E-09 -6.33540277011838608E-09 -6.45551847037194431E-09
+ -6.57788281033446298E-09 -6.70253761541326700E-09 -6.82952548652428143E-09
+ -6.95888981444868562E-09 -7.09067479445517195E-09 -7.22492544119270732E-09
+ -7.36168760385871205E-09 -7.50100798164790263E-09 -7.64293413948685440E-09
+ -7.78751452405959606E-09 -7.93479848012971370E-09 -8.08483626716428476E-09
+ -8.23767907626535198E-09 -8.39337904741460267E-09 -8.55198928703696573E-09
+ -8.71356388588912205E-09 -8.87815793727889694E-09 -9.04582755562161956E-09
+ -9.21662989533972421E-09 -9.39062317011196618E-09 -9.56786667247859151E-09
+ -9.74842079380921235E-09 -9.93234704463998525E-09 -1.01197080753868953E-08
+ -1.03105676974422136E-08 -1.05049909046611586E-08 -1.07030438952458662E-08
+ -1.09047940940342737E-08 -1.11103101752010685E-08 -1.13196620853786443E-08
+ -1.15329210672056465E-08 -1.17501596833109799E-08 -1.19714518407414694E-08
+ -1.21968728158413549E-08 -1.24264992795917902E-08 -1.26604093234191113E-08
+ -1.28986824854803365E-08 -1.31413997774349547E-08 -1.33886437117115843E-08
+ -1.36404983292791365E-08 -1.38970492279315279E-08 -1.41583835910954338E-08
+ -1.44245902171708536E-08 -1.46957595494144091E-08 -1.49719837063750278E-08
+ -1.52533565128927882E-08 -1.55399735316708848E-08 -1.58319320954315168E-08
+ -1.61293313396664369E-08 -1.64322722359932906E-08 -1.67408576261285429E-08
+ -1.70551922564889792E-08 -1.73753828134329446E-08 -1.77015379591533154E-08
+ -1.80337683682343291E-08 -1.83721867648842977E-08 -1.87169079608569451E-08
+ -1.90680488940741275E-08 -1.94257286679625728E-08 -1.97900685915182150E-08
+ -2.01611922201114666E-08 -2.05392253970468083E-08 -2.09242962958912610E-08
+ -2.13165354635853496E-08 -2.17160758643514637E-08 -2.21230529244139952E-08
+ -2.25376045775467409E-08 -2.29598713114621281E-08 -2.33899962150587156E-08
+ -2.38281250265420720E-08 -2.42744061824356932E-08 -2.47289908674980535E-08
+ -2.51920330655629727E-08 -2.56636896113196898E-08 -2.61441202430507880E-08
+ -2.66334876563451719E-08 -2.71319575588042920E-08 -2.76396987257600880E-08
+ -2.81568830570228314E-08 -2.86836856346788057E-08 -2.92202847819564126E-08
+ -2.97668621231808749E-08 -3.03236026448375069E-08 -3.08906947577643271E-08
+ -3.14683303604942117E-08 -3.20567049037687613E-08 -3.26560174562447880E-08
+ -3.32664707714159197E-08 -3.38882713557715089E-08 -3.45216295382160908E-08
+ -3.51667595407718723E-08 -3.58238795505892446E-08 -3.64932117932883021E-08
+ -3.71749826076566730E-08 -3.78694225217286952E-08 -3.85767663302707194E-08
+ -3.92972531736998511E-08 -4.00311266184614473E-08 -4.07786347388929919E-08
+ -4.15400302006014395E-08 -4.23155703453826954E-08 -4.31055172777104229E-08
+ -4.39101379528247433E-08 -4.47297042664493898E-08 -4.55644931461677230E-08
+ -4.64147866444881859E-08 -4.72808720336308647E-08 -4.81630419020659177E-08
+ -4.90615942528377093E-08 -4.99768326037063856E-08 -5.09090660891412087E-08
+ -5.18586095641999963E-08 -5.28257837103283342E-08 -5.38109151431158785E-08
+ -5.48143365220445487E-08 -5.58363866622658935E-08 -5.68774106484450921E-08
+ -5.79377599507103210E-08 -5.90177925427449034E-08 -6.01178730220637775E-08
+ -6.12383727325134525E-08 -6.23796698890367656E-08 -6.35421497047443942E-08
+ -6.47262045203362096E-08 -6.59322339359145720E-08 -6.71606449452356119E-08
+ -6.84118520724419600E-08 -6.96862775113240830E-08 -7.09843512671561089E-08
+ -7.23065113011534057E-08 -7.36532036776019921E-08 -7.50248827137075466E-08
+ -7.64220111322150084E-08 -7.78450602168495790E-08 -7.92945099706326983E-08
+ -8.07708492771230255E-08 -8.22745760646405759E-08 -8.38061974735255530E-08
+ -8.53662300264905042E-08 -8.69551998021211369E-08 -8.85736426115860390E-08
+ -9.02221041786115799E-08 -9.19011403227860071E-08 -9.36113171462513974E-08
+ -9.53532112238476383E-08 -9.71274097967719790E-08 -9.89345109698178389E-08
+ -1.00775123912261363E-07 -1.02649869062461491E-07 -1.04559378336242591E-07
+ -1.06504295339129410E-07 -1.08485275582506689E-07 -1.10502986703773480E-07
+ -1.12558108690569010E-07 -1.14651334109143550E-07 -1.16783368336950983E-07
+ -1.18954929799541560E-07 -1.21166750211835140E-07 -1.23419574823853036E-07
+ -1.25714162670994581E-07 -1.28051286828939971E-07 -1.30431734673265807E-07
+ -1.32856308143859455E-07 -1.35325824014223669E-07 -1.37841114165757161E-07
+ -1.40403025867108212E-07 -1.43012422058691872E-07 -1.45670181642466525E-07
+ -1.48377199777069495E-07 -1.51134388178406010E-07 -1.53942675425797828E-07
+ -1.56803007273790275E-07 -1.59716346969724012E-07 -1.62683675577177556E-07
+ -1.65705992305390753E-07 -1.68784314844774955E-07 -1.71919679708629452E-07
+ -1.75113142581173260E-07 -1.78365778672010833E-07 -1.81678683077151529E-07
+ -1.85052971146703602E-07 -1.88489778859363369E-07 -1.91990263203830156E-07
+ -1.95555602567271034E-07 -1.99186997130967028E-07 -2.02885669273274850E-07
+ -2.06652863980035143E-07 -2.10489849262570905E-07 -2.14397916583411914E-07
+ -2.18378381289888983E-07 -2.22432583055744628E-07 -2.26561886330908559E-07
+ -2.30767680799584434E-07 -2.35051381846809262E-07 -2.39414431033635285E-07
+ -2.43858296581097081E-07 -2.48384473863125228E-07 -2.52994485908573922E-07
+ -2.57689883912525084E-07 -2.62472247757049294E-07 -2.67343186541591252E-07
+ -2.72304339123159583E-07 -2.77357374666506556E-07 -2.82503993204472140E-07
+ -2.87745926208692888E-07 -2.93084937170857600E-07 -2.98522822194710079E-07
+ -3.04061410598992971E-07 -3.09702565531543152E-07 -3.15448184594732126E-07
+ -3.21300200482474344E-07 -3.27260581629008384E-07 -3.33331332869673180E-07
+ -3.39514496113897296E-07 -3.45812151030633018E-07 -3.52226415746454869E-07
+ -3.58759447556570920E-07 -3.65413443648971323E-07 -3.72190641841967580E-07
+ -3.79093321335365985E-07 -3.86123803475521964E-07 -3.93284452534544376E-07
+ -4.00577676503899256E-07 -4.08005927902685243E-07 -4.15571704600851763E-07
+ -4.23277550657635132E-07 -4.31126057175490152E-07 -4.39119863169812169E-07
+ -4.47261656454734688E-07 -4.55554174545300356E-07 -4.64000205576310975E-07
+ -4.72602589238164864E-07 -4.81364217729987673E-07 -4.90288036730388782E-07
+ -4.99377046386159667E-07 -5.08634302319250858E-07 -5.18062916652359800E-07
+ -5.27666059053485959E-07 -5.37446957799781225E-07 -5.47408900861079437E-07
+ -5.57555237003448805E-07 -5.67889376913145137E-07 -5.78414794341346577E-07
+ -5.89135027270037498E-07 -6.00053679099458802E-07 -6.11174419857499021E-07
+ -6.22500987431446452E-07 -6.34037188822505833E-07 -6.45786901423514511E-07
+ -6.57754074320264777E-07 -6.69942729616893277E-07 -6.82356963785764379E-07
+ -6.95000949042308625E-07 -7.07878934745274493E-07 -7.20995248822870040E-07
+ -7.34354299225254263E-07 -7.47960575403892312E-07 -7.61818649818248807E-07
+ -7.75933179470334027E-07 -7.90308907467623272E-07 -8.04950664614852843E-07
+ -8.19863371035255189E-07 -8.35052037821755188E-07 -8.50521768718691603E-07
+ -8.66277761834623997E-07 -8.82325311386806937E-07 -8.98669809477897400E-07
+ -9.15316747905519962E-07 -9.32271720005274966E-07 -9.49540422527814142E-07
+ -9.67128657550615783E-07 -9.85042334425104377E-07 -1.00328747175974786E-06
+ -1.02187019943983002E-06 -1.04079676068454720E-06 -1.06007351414213496E-06
+ -1.07970693602372600E-06 -1.09970362227664016E-06 -1.12007029079786236E-06
+ -1.14081378368842970E-06 -1.16194106954948875E-06 -1.18345924582079764E-06
+ -1.20537554116246434E-06 -1.22769731788068855E-06 -1.25043207439836469E-06
+ -1.27358744777134427E-06 -1.29717121625121285E-06 -1.32119130189543627E-06
+ -1.34565577322576653E-06 -1.37057284793576635E-06 -1.39595089564840279E-06
+ -1.42179844072460317E-06 -1.44812416512372763E-06 -1.47493691131692967E-06
+ -1.50224568525433923E-06 -1.53005965938712694E-06 -1.55838817574540971E-06
+ -1.58724074907305652E-06 -1.61662707002043896E-06 -1.64655700839620892E-06
+ -1.67704061647915865E-06 -1.70808813239132598E-06 -1.73970998353343609E-06
+ -1.77191679008385378E-06 -1.80471936856219590E-06 -1.83812873545885043E-06
+ -1.87215611093153621E-06 -1.90681292257023483E-06 -1.94211080923169288E-06
+ -1.97806162494480795E-06 -2.01467744288821915E-06 -2.05197055944138340E-06
+ -2.08995349831057223E-06 -2.12863901473111787E-06 -2.16804009974733306E-06
+ -2.20816998457154888E-06 -2.24904214502373754E-06 -2.29067030605316149E-06
+ -2.33306844634364534E-06 -2.37625080300394756E-06 -2.42023187634484039E-06
+ -2.46502643474448021E-06 -2.51064951960373872E-06 -2.55711645039308068E-06
+ -2.60444282979277735E-06 -2.65264454892810633E-06 -2.70173779270132950E-06
+ -2.75173904522221986E-06 -2.80266509533898977E-06 -2.85453304227141323E-06
+ -2.90736030134810745E-06 -2.96116460984985099E-06 -3.01596403296090210E-06
+ -3.07177696983034911E-06 -3.12862215974545254E-06 -3.18651868841913978E-06
+ -3.24548599439369107E-06 -3.30554387556281016E-06 -3.36671249581422567E-06
+ -3.42901239179511392E-06 -3.49246447980250953E-06 -3.55709006280113896E-06
+ -3.62291083757094457E-06 -3.68994890198671785E-06 -3.75822676243229487E-06
+ -3.82776734135182362E-06 -3.89859398494052635E-06 -3.97073047097771122E-06
+ -4.04420101680450305E-06 -4.11903028744906229E-06 -4.19524340390199615E-06
+ -4.27286595154467695E-06 -4.35192398873341193E-06 -4.43244405554224121E-06
+ -4.51445318266734881E-06 -4.59797890049604449E-06 -4.68304924834341238E-06
+ -4.76969278385961310E-06 -4.85793859261114097E-06 -4.94781629783913565E-06
+ -5.03935607039806364E-06 -5.13258863887811341E-06 -5.22754529991469524E-06
+ -5.32425792868845044E-06 -5.42275898961939134E-06 -5.52308154725866669E-06
+ -5.62525927738164990E-06 -5.72932647828612101E-06 -5.83531808229914748E-06
+ -5.94326966749678111E-06 -6.05321746964029134E-06 -6.16519839433307089E-06
+ -6.27925002940217385E-06 -6.39541065750880317E-06 -6.51371926899174261E-06
+ -6.63421557494830156E-06 -6.75694002055696097E-06 -6.88193379864629050E-06
+ -7.00923886351463583E-06 -7.13889794500530075E-06 -7.27095456284175472E-06
+ -7.40545304122790341E-06 -7.54243852371819253E-06 -7.68195698836250356E-06
+ -7.82405526313106501E-06 -7.96878104162431409E-06 -8.11618289907324994E-06
+ -8.26631030863545986E-06 -8.41921365799232672E-06 -8.57494426625302156E-06
+ -8.73355440117095474E-06 -8.89509729667828970E-06 -9.05962717074472972E-06
+ -9.22719924356623755E-06 -9.39786975608997971E-06 -9.57169598888163471E-06
+ -9.74873628134148911E-06 -9.92905005127549632E-06 -1.01126978148282878E-05
+ -1.02997412067844249E-05 -1.04902430012449073E-05 -1.06842671326858969E-05
+ -1.08818787174064773E-05 -1.10831440753729856E-05 -1.12881307524669618E-05
+ -1.14969075431443403E-05 -1.17095445135133472E-05 -1.19261130248390698E-05
+ -1.21466857574821955E-05 -1.23713367352803886E-05 -1.26001413503801646E-05
+ -1.28331763885277266E-05 -1.30705200548271952E-05 -1.33122519999749667E-05
+ -1.35584533469787210E-05 -1.38092067183704616E-05 -1.40645962639223389E-05
+ -1.43247076888747345E-05 -1.45896282826860280E-05 -1.48594469483137639E-05
+ -1.51342542320367537E-05 -1.54141423538285458E-05 -1.56992052382921274E-05
+ -1.59895385461662487E-05 -1.62852397064142374E-05 -1.65864079489054712E-05
+ -1.68931443377011564E-05 -1.72055518049550772E-05 -1.75237351854408947E-05
+ -1.78478012517174378E-05 -1.81778587499440650E-05 -1.85140184363575763E-05
+ -1.88563931144235112E-05 -1.92050976726738666E-05 -1.95602491232440937E-05
+ -1.99219666411221316E-05 -2.02903716041230668E-05 -2.06655876336020764E-05
+ -2.10477406359200288E-05 -2.14369588446753090E-05 -2.18333728637159050E-05
+ -2.22371157109466607E-05 -2.26483228629455401E-05 -2.30671323004048449E-05
+ -2.34936845544118373E-05 -2.39281227535847614E-05 -2.43705926720797132E-05
+ -2.48212427784848379E-05 -2.52802242856176815E-05 -2.57476912012430711E-05
+ -2.62238003797279682E-05 -2.67087115746508826E-05 -2.72025874923833529E-05
+ -2.77055938466617219E-05 -2.82178994141668293E-05 -2.87396760911311733E-05
+ -2.92710989509917636E-05 -2.98123463031083431E-05 -3.03635997525666380E-05
+ -3.09250442610863456E-05 -3.14968682090547913E-05 -3.20792634587067235E-05
+ -3.26724254184714344E-05 -3.32765531085086583E-05 -3.38918492274558651E-05
+ -3.45185202204079743E-05 -3.51567763481538411E-05 -3.58068317576915734E-05
+ -3.64689045540467885E-05 -3.71432168734177364E-05 -3.78299949576720374E-05
+ -3.85294692302192381E-05 -3.92418743732857902E-05 -3.99674494066172992E-05
+ -4.07064377676349129E-05 -4.14590873930725665E-05 -4.22256508021224281E-05
+ -4.30063851811163467E-05 -4.38015524697723800E-05 -4.46114194490331478E-05
+ -4.54362578305284896E-05 -4.62763443476900128E-05 -4.71319608485490135E-05
+ -4.80033943902486503E-05 -4.88909373353021368E-05 -4.97948874496289791E-05
+ -5.07155480024023181E-05 -5.16532278677406354E-05 -5.26082416282779483E-05
+ -5.35809096806470317E-05 -5.45715583429118591E-05 -5.55805199639827858E-05
+ -5.66081330350547309E-05 -5.76547423031024769E-05 -5.87206988864728100E-05
+ -5.98063603926116713E-05 -6.09120910379655934E-05 -6.20382617700978987E-05
+ -6.31852503920604647E-05 -6.43534416890621412E-05 -6.55432275574768959E-05
+ -6.67550071362355793E-05 -6.79891869406419239E-05 -6.92461809986622597E-05
+ -7.05264109897313785E-05 -7.18303063861215602E-05 -7.31583045969227508E-05
+ -7.45108511146815435E-05 -7.58883996647480763E-05 -7.72914123573808148E-05
+ -7.87203598426603537E-05 -8.01757214682632079E-05 -8.16579854401509154E-05
+ -8.31676489862228469E-05 -8.47052185229943058E-05 -8.62712098253503467E-05
+ -8.78661481994344836E-05 -8.94905686587296008E-05 -9.11450161033897896E-05
+ -9.28300455028833392E-05 -9.45462220820075545E-05 -9.62941215103382326E-05
+ -9.80743300951762329E-05 -9.98874449780562070E-05 -1.01734074334884560E-04
+ -1.03614837579768564E-04 -1.05530365572611897E-04 -1.07481300830540366E-04
+ -1.09468297743230790E-04 -1.11492022792214631E-04 -1.13553154774229716E-04
+ -1.15652385028694118E-04 -1.17790417669379085E-04 -1.19967969820357633E-04
+ -1.22185771856307625E-04 -1.24444567647251716E-04 -1.26745114807809927E-04
+ -1.29088184951056526E-04 -1.31474563947059402E-04 -1.33905052186190536E-04
+ -1.36380464847295712E-04 -1.38901632170812636E-04 -1.41469399736928641E-04
+ -1.44084628748870214E-04 -1.46748196321420287E-04 -1.49460995774757812E-04
+ -1.52223936933718756E-04 -1.55037946432580296E-04 -1.57903968025462261E-04
+ -1.60822962902460728E-04 -1.63795910011609768E-04 -1.66823806386783219E-04
+ -1.69907667481644485E-04 -1.73048527509756038E-04 -1.76247439790961768E-04
+ -1.79505477104158017E-04 -1.82823732046570099E-04 -1.86203317399654214E-04
+ -1.89645366501750150E-04 -1.93151033627598909E-04 -1.96721494374865117E-04
+ -2.00357946057783348E-04 -2.04061608108061827E-04 -2.07833722483179173E-04
+ -2.11675554082207208E-04 -2.15588391169299409E-04 -2.19573545804986825E-04
+ -2.23632354285423430E-04 -2.27766177589726874E-04 -2.31976401835568946E-04
+ -2.36264438743153705E-04 -2.40631726107755161E-04 -2.45079728280958261E-04
+ -2.49609936660769428E-04 -2.54223870190756944E-04 -2.58923075868389195E-04
+ -2.63709129262736737E-04 -2.68583635041714228E-04 -2.73548227509032586E-04
+ -2.78604571151043945E-04 -2.83754361193657280E-04 -2.88999324169516062E-04
+ -2.94341218495612763E-04 -2.99781835061549201E-04 -3.05322997828624647E-04
+ -3.10966564439957370E-04 -3.16714426841836836E-04 -3.22568511916518038E-04
+ -3.28530782126663565E-04 -3.34603236171647880E-04 -3.40787909655943400E-04
+ -3.47086875769805176E-04 -3.53502245982489536E-04 -3.60036170748216015E-04
+ -3.66690840225133096E-04 -3.73468485007504166E-04 -3.80371376871365178E-04
+ -3.87401829533900392E-04 -3.94562199426784000E-04 -4.01854886483747620E-04
+ -4.09282334942628445E-04 -4.16847034162168783E-04 -4.24551519453831682E-04
+ -4.32398372928916930E-04 -4.40390224361234537E-04 -4.48529752065651916E-04
+ -4.56819683792778495E-04 -4.65262797640097125E-04 -4.73861922979834985E-04
+ -4.82619941403884800E-04 -4.91539787686085666E-04 -5.00624450762179613E-04
+ -5.09876974727767286E-04 -5.19300459854593523E-04 -5.28898063625489619E-04
+ -5.38673001788330373E-04 -5.48628549429318996E-04 -5.58768042065994203E-04
+ -5.69094876760287117E-04 -5.79612513252006291E-04 -5.90324475113121840E-04
+ -6.01234350923225886E-04 -6.12345795466554313E-04 -6.23662530950964923E-04
+ -6.35188348249269446E-04 -6.46927108163321664E-04 -6.58882742711296501E-04
+ -6.71059256438536313E-04 -6.83460727752449658E-04 -6.96091310281856009E-04
+ -7.08955234261239684E-04 -7.22056807940361966E-04 -7.35400419019687640E-04
+ -7.48990536112100619E-04 -7.62831710231380924E-04 -7.76928576307927350E-04
+ -7.91285854732224963E-04 -8.05908352926550434E-04 -8.20800966945449384E-04
+ -8.35968683105459110E-04 -8.51416579644666488E-04 -8.67149828412595251E-04
+ -8.83173696590989110E-04 -8.99493548446047165E-04 -9.16114847112677738E-04
+ -9.33043156411348979E-04 -9.50284142698127427E-04 -9.67843576748498159E-04
+ -9.85727335675577439E-04 -1.00394140488335335E-03 -1.02249188005553663E-03
+ -1.04138496918073373E-03 -1.06062699461453836E-03 -1.08022439517922839E-03
+ -1.10018372830174706E-03 -1.12051167219064389E-03 -1.14121502805268572E-03
+ -1.16230072234984596E-03 -1.18377580909739366E-03 -1.20564747220381903E-03
+ -1.22792302785336839E-03 -1.25060992693188711E-03 -1.27371575749683275E-03
+ -1.29724824729218302E-03 -1.32121526630906371E-03 -1.34562482939291580E-03
+ -1.37048509889802286E-03 -1.39580438739025426E-03 -1.42159116039887088E-03
+ -1.44785403921828437E-03 -1.47460180376063604E-03 -1.50184339546011484E-03
+ -1.52958792022995583E-03 -1.55784465147297438E-03 -1.58662303314669579E-03
+ -1.61593268288396687E-03 -1.64578339517006274E-03 -1.67618514457728608E-03
+ -1.70714808905807420E-03 -1.73868257329764879E-03 -1.77079913212725617E-03
+ -1.80350849399907266E-03 -1.83682158452384511E-03 -1.87074953007242617E-03
+ -1.90530366144221232E-03 -1.94049551758976768E-03 -1.97633684943068939E-03
+ -2.01283962370794704E-03 -2.05001602692986328E-03 -2.08787846937898624E-03
+ -2.12643958919306406E-03 -2.16571225651939750E-03 -2.20570957774384683E-03
+ -2.24644489979578064E-03 -2.28793181453034204E-03 -2.33018416318924717E-03
+ -2.37321604094165636E-03 -2.41704180150636039E-03 -2.46167606185675918E-03
+ -2.50713370701004983E-03 -2.55342989490206854E-03 -2.60058006134927843E-03
+ -2.64859992509939310E-03 -2.69750549297216244E-03 -2.74731306509187062E-03
+ -2.79803924021310157E-03 -2.84970092114143975E-03 -2.90231532025056384E-03
+ -2.95589996509759570E-03 -3.01047270413820622E-03 -3.06605171254325289E-03
+ -3.12265549811864985E-03 -3.18030290733023555E-03 -3.23901313143538537E-03
+ -3.29880571272321132E-03 -3.35970055086512800E-03 -3.42171790937769024E-03
+ -3.48487842219959241E-03 -3.54920310038462023E-03 -3.61471333891269031E-03
+ -3.68143092362079429E-03 -3.74937803825590261E-03 -3.81857727165183956E-03
+ -3.88905162503219107E-03 -3.96082451944132670E-03 -4.03391980330564635E-03
+ -4.10836176012719257E-03 -4.18417511631179791E-03 -4.26138504913396721E-03
+ -4.34001719484080478E-03 -4.42009765689702766E-03 -4.50165301437365026E-03
+ -4.58471033048246310E-03 -4.66929716125870711E-03 -4.75544156439436285E-03
+ -4.84317210822443178E-03 -4.93251788086868179E-03 -5.02350849953130899E-03
+ -5.11617411996106650E-03 -5.21054544607433331E-03 -5.30665373974382581E-03
+ -5.40453083075531117E-03 -5.50420912693526821E-03 -5.60572162445191913E-03
+ -5.70910191829244150E-03 -5.81438421291903193E-03 -5.92160333310665955E-03
+ -6.03079473496518151E-03 -6.14199451714875569E-03 -6.25523943225533494E-03
+ -6.37056689841909371E-03 -6.48801501109888806E-03 -6.60762255506528503E-03
+ -6.72942901658962929E-03 -6.85347459583778539E-03 -6.97980021947170425E-03
+ -7.10844755346187480E-03 -7.23945901611372771E-03 -7.37287779131107386E-03
+ -7.50874784197976333E-03 -7.64711392377467533E-03 -7.78802159899325518E-03
+ -7.93151725071874689E-03 -8.07764809719657001E-03 -8.22646220644662231E-03
+ -8.37800851111536286E-03 -8.53233682357057606E-03 -8.68949785124225292E-03
+ -8.84954321221293437E-03 -9.01252545106084185E-03 -9.17849805495917111E-03
+ -9.34751547003492486E-03 -9.51963311799068276E-03 -9.69490741299265830E-03
+ -9.87339577882869954E-03 -1.00551566663390751E-02 -1.02402495711242294E-02
+ -1.04287350515323823E-02 -1.06206747469306008E-02 -1.08161313962627497E-02
+ -1.10151688568977911E-02 -1.12178521237717571E-02 -1.14242473488269190E-02
+ -1.16344218607514777E-02 -1.18484441850231510E-02 -1.20663840642602996E-02
+ -1.22883124788832551E-02 -1.25143016680901286E-02 -1.27444251511496277E-02
+ -1.29787577490145505E-02 -1.32173756062590377E-02 -1.34603562133428587E-02
+ -1.37077784292058674E-02 -1.39597225041956947E-02 -1.42162701033318219E-02
+ -1.44775043299089686E-02 -1.47435097494426886E-02 -1.50143724139604022E-02
+ -1.52901798866398441E-02 -1.55710212667987177E-02 -1.58569872152373691E-02
+ -1.61481699799374025E-02 -1.64446634221185953E-02 -1.67465630426564226E-02
+ -1.70539660088625117E-02 -1.73669711816300948E-02 -1.76856791429463520E-02
+ -1.80101922237736398E-02 -1.83406145323014441E-02 -1.86770519825698866E-02
+ -1.90196123234672373E-02 -1.93684051681018328E-02 -1.97235420235498012E-02
+ -2.00851363209792536E-02 -2.04533034461516910E-02 -2.08281607703010158E-02
+ -2.12098276813902989E-02 -2.15984256157462952E-02 -2.19940780900712944E-02
+ -2.23969107338318416E-02 -2.28070513220236908E-02 -2.32246298083109114E-02
+ -2.36497783585390385E-02 -2.40826313846193470E-02 -2.45233255787827426E-02
+ -2.49719999482003602E-02 -2.54287958499682942E-02 -2.58938570264530092E-02
+ -2.63673296409937356E-02 -2.68493623139577295E-02 -2.73401061591437532E-02
+ -2.78397148205291531E-02 -2.83483445093535430E-02 -2.88661540415349471E-02
+ -2.93933048754102984E-02 -2.99299611497934569E-02 -3.04762897223429946E-02
+ -3.10324602082311871E-02 -3.15986450191049970E-02 -3.21750194023293565E-02
+ -3.27617614805020829E-02 -3.33590522912289647E-02 -3.39670758271478634E-02
+ -3.45860190761868094E-02 -3.52160720620450646E-02 -3.58574278848803399E-02
+ -3.65102827621875681E-02 -3.71748360698525918E-02 -3.78512903833628511E-02
+ -3.85398515191569466E-02 -3.92407285760929259E-02 -3.99541339770147844E-02
+ -4.06802835103948698E-02 -4.14193963720290992E-02 -4.21716952067609091E-02
+ -4.29374061502061505E-02 -4.37167588704544807E-02 -4.45099866097162719E-02
+ -4.53173262258857387E-02 -4.61390182339882216E-02 -4.69753068474784014E-02
+ -4.78264400193539121E-02 -4.86926694830480816E-02 -4.95742507930624146E-02
+ -5.04714433652984698E-02 -5.13845105170474895E-02 -5.23137195065905211E-02
+ -5.32593415723656288E-02 -5.42216519716509568E-02 -5.52009300187130889E-02
+ -5.61974591223670869E-02 -5.72115268228923224E-02 -5.82434248282448705E-02
+ -5.92934490495060779E-02 -6.03618996355022447E-02 -6.14490810065295157E-02
+ -6.25553018871134042E-02 -6.36808753377312853E-02 -6.48261187854191345E-02
+ -6.59913540531868043E-02 -6.71769073881565149E-02 -6.83831094883391999E-02
+ -6.96102955279586655E-02 -7.08588051812303887E-02 -7.21289826444965615E-02
+ -7.34211766566165575E-02 -7.47357405175069073E-02 -7.60730321047199259E-02
+ -7.74334138879488737E-02 -7.88172529413359579E-02 -8.02249209534645069E-02
+ -8.16567942349030046E-02 -8.31132537231681900E-02 -8.45946849849677773E-02
+ -8.61014782155782726E-02 -8.76340282352076894E-02 -8.91927344821869944E-02
+ -9.07780010028280127E-02 -9.23902364377800212E-02 -9.40298540047112413E-02
+ -9.56972714771305022E-02 -9.73929111591663038E-02 -9.91171998561052592E-02
+ -1.00870568840487410E-01 -1.02653453813550954E-01 -1.04466294861807710E-01
+ -1.06309536408524710E-01 -1.08183627159879239E-01 -1.10089020045544925E-01
+ -1.12026172153459808E-01 -1.13995544658516482E-01 -1.15997602744909126E-01
+ -1.18032815521853879E-01 -1.20101655932403933E-01 -1.22204600655056214E-01
+ -1.24342129997846038E-01 -1.26514727784610925E-01 -1.28722881233096637E-01
+ -1.30967080824566290E-01 -1.33247820164561992E-01 -1.35565595834458430E-01
+ -1.37920907233433504E-01 -1.40314256410473820E-01 -1.42746147886010560E-01
+ -1.45217088462783611E-01 -1.47727587025504647E-01 -1.50278154328884694E-01
+ -1.52869302773574717E-01 -1.55501546169557414E-01 -1.58175399486509438E-01
+ -1.60891378590643008E-01 -1.63649999967520082E-01 -1.66451780430314722E-01
+ -1.69297236812991192E-01 -1.72186885647835713E-01 -1.75121242826784207E-01
+ -1.78100823245953582E-01 -1.81126140432778887E-01 -1.84197706155137475E-01
+ -1.87316030011826840E-01 -1.90481619003745412E-01 -1.93694977085106801E-01
+ -1.96956604694002863E-01 -2.00266998261612650E-01 -2.03626649699335721E-01
+ -2.07036045863115581E-01 -2.10495667994186758E-01 -2.14005991135485796E-01
+ -2.17567483522922822E-01 -2.21180605950709680E-01 -2.24845811109913446E-01
+ -2.28563542899392985E-01 -2.32334235708252040E-01 -2.36158313668929504E-01
+ -2.40036189880028922E-01 -2.43968265597968609E-01 -2.47954929396526774E-01
+ -2.51996556293319462E-01 -2.56093506842263063E-01 -2.60246126191026717E-01
+ -2.64454743102485401E-01 -2.68719668939161938E-01 -2.73041196609632997E-01
+ -2.77419599475861922E-01 -2.81855130220411476E-01 -2.86348019672472254E-01
+ -2.90898475591639449E-01 -2.95506681408356786E-01 -3.00172794919946806E-01
+ -3.04896946941119962E-01 -3.09679239907885040E-01 -3.14519746433747416E-01
+ -3.19418507817096298E-01 -3.24375532498687058E-01 -3.29390794468114756E-01
+ -3.34464231618193664E-01 -3.39595744046159054E-01 -3.44785192300616550E-01
+ -3.50032395573187882E-01 -3.55337129833811050E-01 -3.60699125908665597E-01
+ -3.66118067499744959E-01 -3.71593589145096215E-01 -3.77125274118795428E-01
+ -3.82712652269761699E-01 -3.88355197798553431E-01 -3.94052326971336131E-01
+ -3.99803395770263525E-01 -4.05607697479574369E-01 -4.11464460206765414E-01
+ -4.17372844338281590E-01 -4.23331939929219192E-01 -4.29340764026659660E-01
+ -4.35398257926303267E-01 -4.41503284362199655E-01 -4.47654624629469977E-01
+ -4.53850975640034238E-01 -4.60090946911484666E-01 -4.66373057489388010E-01
+ -4.72695732803437407E-01 -4.79057301458045148E-01 -4.85455991958127164E-01
+ -4.91889929371027379E-01 -4.98357131925698305E-01 -5.04855507550504234E-01
+ -5.11382850351197016E-01 -5.17936837030877228E-01 -5.24515023253991020E-01
+ -5.31114839956698948E-01 -5.37733589606220086E-01 -5.44368442412073827E-01
+ -5.51016432492451358E-01 -5.57674453999297937E-01 -5.64339257206046274E-01
+ -5.71007444562299904E-01 -5.77675466720209307E-01 -5.84339618537665140E-01
+ -5.90996035063892422E-01 -5.97640687513506297E-01 -6.04269379235566673E-01
+ -6.10877741684694886E-01 -6.17461230401848971E-01 -6.24015121012931884E-01
+ -6.30534505253979582E-01 -6.37014287032324988E-01 -6.43449178533738175E-01
+ -6.49833696386265758E-01 -6.56162157892154818E-01 -6.62428677339988670E-01
+ -6.68627162409931475E-01 -6.74751310685740791E-01 -6.80794606288046555E-01
+ -6.86750316644211267E-01 -6.92611489410978942E-01 -6.98370949566996968E-01
+ -7.04021296693229326E-01 -7.09554902460227344E-01 -7.14963908342175047E-01
+ -7.20240223578661243E-01 -7.25375523406102007E-01 -7.30361247581798101E-01
+ -7.35188599224656292E-01 -7.39848543997665975E-01 -7.44331809658299703E-01
+ -7.48628886004093164E-01 -7.52730025241739931E-01 -7.56625242809131016E-01
+ -7.60304318680845581E-01 -7.63756799188658797E-01 -7.66971999389708947E-01
+ -7.69939006015965322E-01 -7.72646681039651506E-01 -7.75083665890224816E-01
+ -7.77238386359426769E-01 -7.79099058231759622E-01 -7.80653693678518001E-01
+ -7.81890108454210364E-01 -7.82795929934794854E-01 -7.83358606037645955E-01
+ -7.83565415063539161E-01 -7.83403476501164597E-01 -7.82859762834745232E-01
+ -7.81921112395232543E-01 -7.80574243295242831E-01 -7.78805768487363825E-01
+ -7.76602211984711022E-01 -7.73950026281550074E-01 -7.70835611010503685E-01
+ -7.67245332871174024E-01 -7.63165546863041167E-01 -7.58582618853078317E-01
+ -7.53482949505760669E-01 -7.47852999599847745E-01 -7.41679316752616558E-01
+ -7.34948563567936808E-01 -7.27647547219767099E-01 -7.19763250477208572E-01
+ -7.11282864171193130E-01 -7.02193821096111059E-01 -6.92483831332198485E-01
+ -6.82140918966251175E-01 -6.71153460179133021E-01 -6.59510222658654111E-01
+ -6.47200406285506680E-01 -6.34213685028225727E-01 -6.20540249970374935E-01
+ -6.06170853379404573E-01 -5.91096853711847281E-01 -5.75310261433663817E-01
+ -5.58803785517633433E-01 -5.41570880461658244E-01 -5.23605793652796025E-01
+ -5.04903612881660746E-01 -4.85460313790632925E-01 -4.65272807017247825E-01
+ -4.44338984770896117E-01 -4.22657766557247294E-01 -4.00229143740077675E-01
+ -3.77054222605174350E-01 -3.53135265565400314E-01 -3.28475730120543763E-01
+ -3.03080305160111030E-01 -2.76954944172389972E-01 -2.50106894899229881E-01
+ -2.22544724953465639E-01 -1.94278342895569334E-01 -1.65319014248179880E-01
+ -1.35679371913078800E-01 -1.05373420445165997E-01 -7.44165336335705779E-02
+ -4.28254448423214737E-02 -1.06182295732093080E-02  2.21857202664984370E-02
+  5.55657308773568268E-02  8.94998903028709075E-02  1.23965101766159352E-01
+  1.58937146907958349E-01  1.94390759124354967E-01  2.30299707075474064E-01
+  2.66636888280246731E-01  3.03374432522378279E-01  3.40483814563759812E-01
+  3.77935975388232259E-01  4.15701450874221723E-01  4.53750506412118892E-01
+  4.92053275533297751E-01  5.30579900093052226E-01  5.69300668939384580E-01
+  6.08186151291605581E-01  6.47207320234879813E-01  6.86335660793675362E-01
+  7.25543255963423062E-01  7.64802842836468821E-01  8.04087829536330179E-01
+  8.43372262049614574E-01  8.82630728193564917E-01  9.21838183850070991E-01
+  9.60969684202969132E-01  1.00000000000000000E+00  1.03890309578358631E+00
+  1.07765211886392764E+00  1.11621938895825434E+00  1.15457638856855027E+00
+  1.19269375417370949E+00  1.23054126831584321E+00  1.26808785266429180E+00
+  1.30530156214479498E+00  1.34214958022526432E+00  1.37859821545363426E+00
+  1.41461289934737988E+00  1.45015818573843225E+00  1.48519775168140411E+00
+  1.51969440003728340E+00  1.55361006384896139E+00  1.58690581262921393E+00
+  1.61954186068599082E+00  1.65147757761407021E+00  1.68267150108631292E+00
+  1.71308135208183043E+00  1.74266405269244284E+00  1.77137574665269049E+00
+  1.79917182274249399E+00  1.82600694121513896E+00  1.85183506340681103E+00
+  1.87660948468706734E+00  1.90028287091267956E+00  1.92280729855000598E+00
+  1.94413429863343179E+00  1.96421490472948435E+00  1.98299970507785606E+00
+  2.00043889908177031E+00  2.01648235832083156E+00  2.03107969225961993E+00
+  2.04418031882485352E+00  2.05573354002281938E+00  2.06568862276691689E+00
+  2.07399488508249830E+00  2.08060178785272676E+00  2.08545903226470086E+00
+  2.08851666310966078E+00  2.08972517808456004E+00  2.08903564323458069E+00
+  2.08639981466718138E+00  2.08177026665799092E+00  2.07510052625708274E+00
+  2.06634521449085318E+00  2.05546019423986204E+00  2.04240272485623686E+00
+  2.02713162356582144E+00  2.00960743367970807E+00  1.98979259961733890E+00
+  1.96765164871862819E+00  1.94315137979563635E+00  1.91626105834492155E+00
+  1.88695261830989591E+00  1.85520087024801783E+00  1.82098371572047846E+00
+  1.78428236768207049E+00  1.74508157660597774E+00  1.70336986203230878E+00
+  1.65913974918016871E+00  1.61238801021081968E+00  1.56311590967403480E+00
+  1.51132945361091342E+00  1.45703964172431544E+00  1.40026272196245771E+00
+  1.34102044679230570E+00  1.27934033036693173E+00  1.21525590571533515E+00
+  1.14880698100403600E+00  1.08003989383743049E+00  1.00900776247838397E+00
+  9.35770732782002956E-01  8.60396219544174445E-01  7.82959140872505732E-01
+  7.03542144090969268E-01  6.22235821591214378E-01  5.39138914943472880E-01
+  4.54358505478720309E-01  3.68010189451684067E-01  2.80218235792042247E-01
+  1.91115724349262189E-01  1.00844662435740778E-01  9.55607737398173930E-03
+ -8.25899173426785649E-02 -1.75424084758842108E-01 -2.68768058606227822E-01
+ -3.62434371546203948E-01 -4.56226520233593613E-01 -5.49939069996245755E-01
+ -6.43357801981578659E-01 -7.36259905666638792E-01 -8.28414219660449702E-01
+ -9.19581523744837481E-01 -1.00951488510057374E+00 -1.09796006164759108E+00
+ -1.18465596538908957E+00 -1.26933518858733518E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  END     
+   OVERLAP_SIZE             6
+   OVERLAP_MATRIX  
+ -1.55121428389757600E-02 -1.29616831740481699E-02 -1.62131282375050367E-02
+  2.99681638043615639E-01 -5.49647361857379058E-01  9.76208956872777867E-01
+  END     
+   KINETIC_ENERGY_MATRIX  
+  6.29277571441595462E+00  8.09287578721049705E+00  1.05226510402228328E+01
+  4.29260494619248600E+00 -9.10165961944561630E+00  1.92969603999740755E+01
+  END     
+   V_ION_MATRIX  
+ -4.78108967457246870E+00 -6.30655233934251136E+00 -8.14865699478570882E+00
+ -9.09154614257310456E+00  1.70984591771125594E+01 -3.15547279154478559E+01
+  END     
+   DENVHAT_SIZE           13
+   DENSITY   
+         1         1         0 -1.55121428389757600E-02
+         1         2         0 -1.29616831740481699E-02
+         1         3         1 -1.04214564092477396E-01
+         1         4         1  2.18098781918449197E-01
+         2         2         0 -1.62131282375050367E-02
+         2         3         1 -1.15923759519435302E-01
+         2         4         1  2.33326316432862058E-01
+         3         3         0  2.99681638043615639E-01
+         3         3         2  1.10987060554912267E-01
+         3         4         0 -5.49647361857379058E-01
+         3         4         2 -1.91449094721795054E-01
+         4         4         0  9.76208956872777867E-01
+         4         4         2  3.08048384720900126E-01
+   END   
+   HARTREE_SIZE           61
+   V_HARTREE   
+    1    1    1    1    0 -3.32767832416851136E-02
+    1    1    1    2    0 -4.04100146314769065E-02
+    1    1    2    2    0 -4.86229403665292895E-02
+    1    1    3    3    0  4.12870971970030337E-02
+    1    1    3    4    0 -8.68350977941262370E-02
+    1    1    4    4    0  1.79986431471992253E-01
+    1    2    1    1    0 -4.04100146161098725E-02
+    1    2    1    2    0 -4.95971687181171877E-02
+    1    2    2    2    0 -6.02306238774108077E-02
+    1    2    3    3    0  4.60987564110132558E-02
+    1    2    3    4    0 -9.76168890726143851E-02
+    1    2    4    4    0  2.03896076991783443E-01
+    1    3    1    3    1  3.75593765303305210E-02
+    1    3    1    4    1 -6.94582008393430234E-02
+    1    3    2    3    1  4.45707892188176233E-02
+    1    3    2    4    1 -8.46121398141543163E-02
+    1    4    1    3    1 -6.94582004520741814E-02
+    1    4    1    4    1  1.23968000907337325E-01
+    1    4    2    3    1 -8.13049147237015074E-02
+    1    4    2    4    1  1.49828956935333102E-01
+    2    2    1    1    0 -4.86229403410009878E-02
+    2    2    1    2    0 -6.02306238740749553E-02
+    2    2    2    2    0 -7.37200707149596596E-02
+    2    2    3    3    0  5.44405607672636058E-02
+    2    2    3    4    0 -1.15359137637699630E-01
+    2    2    4    4    0  2.41541822023542713E-01
+    2    3    1    3    1  4.45707890551129832E-02
+    2    3    1    4    1 -8.13049148080934592E-02
+    2    3    2    3    1  5.28749578778225302E-02
+    2    3    2    4    1 -9.92133970793894204E-02
+    2    4    1    3    1 -8.46121392103553610E-02
+    2    4    1    4    1  1.49828956525986573E-01
+    2    4    2    3    1 -9.92133967688153956E-02
+    2    4    2    4    1  1.81327520597712538E-01
+    3    3    1    1    0  4.12870958428929527E-02
+    3    3    1    2    0  4.60987555698453497E-02
+    3    3    2    2    0  5.44405597479336728E-02
+    3    3    3    3    0  1.04996590532632411E-01
+    3    3    3    4    0 -1.92250542294745141E-01
+    3    3    4    4    0  3.58049030547326286E-01
+    3    3    3    3    2  4.92248316730251392E-02
+    3    3    3    4    2 -8.38883915089573967E-02
+    3    3    4    4    2  1.45521057412149823E-01
+    3    4    1    1    0 -8.68350953646331164E-02
+    3    4    1    2    0 -9.76168875730121927E-02
+    3    4    2    2    0 -1.15359135829137857E-01
+    3    4    3    3    0 -1.92250541365061506E-01
+    3    4    3    4    0  3.50110771364379292E-01
+    3    4    4    4    0 -6.49276921653836658E-01
+    3    4    3    3    2 -8.38883915345779718E-02
+    3    4    3    4    2  1.42219526602718305E-01
+    3    4    4    4    2 -2.46406844624018156E-01
+    4    4    1    1    0  1.79986427187115772E-01
+    4    4    1    2    0  2.03896074345439604E-01
+    4    4    2    2    0  2.41541818839929978E-01
+    4    4    3    3    0  3.58049028709172212E-01
+    4    4    3    4    0 -6.49276921289297482E-01
+    4    4    4    4    0  1.19941522982630300E+00
+    4    4    3    3    2  1.45521056754637196E-01
+    4    4    3    4    2 -2.46406843406170778E-01
+    4    4    4    4    2  4.26998785747528142E-01
+   END         
+   EAION     5.80252755732346230E+01
+   EAIONHAT    -1.65786493678610150E+01
+   ENERGY    -5.78842114463351720E+01
+  END     
diff --git a/example/F/lda/F.input b/example/F/lda/F.input
new file mode 100644
index 0000000..9b9fe1d
--- /dev/null
+++ b/example/F/lda/F.input
@@ -0,0 +1,30 @@
+F 9
+LDA-PW loggridv4 2001
+2 2 0 0 0 0 
+2 1 5 
+0 0 0 
+c 
+v 
+v 
+1
+1.5
+y 
+2 
+n
+y
+2 
+n 
+VANDERBILT   
+2 0
+1.5
+1.5
+1.5
+1.5
+ABINITOUT
+default
+XMLOUT
+default
+PWSCFOUT
+UPFDX  0.008d0   UPFXMIN   -7.d0     UPFZMESH 9.d0
+PWPAWOUT
+END
diff --git a/example/Li/hf/Li.atomicdata b/example/Li/hf/Li.atomicdata
new file mode 100644
index 0000000..24116e5
--- /dev/null
+++ b/example/Li/hf/Li.atomicdata
@@ -0,0 +1,10222 @@
+  ATOMTYPE     Li
+  ATOMXCTYPE     HF        
+  ATOMIC_CHARGE       3.
+  MOMENTLESSHARTREE    
+  CORE_CHARGE     0.0000000000000E+00
+  RC          1.6050553292514E+00
+  SHAPE_TYPE                 sinc2
+  BASIS_SIZE        3
+  ORBITALS      
+   0   0   1
+  END     
+  INITOCC       
+  2.000000  1.000000  0.000000
+  END     
+  MESH_SIZE          1526
+  MESH_STEP     8.6083539864799E-03
+  LOG_GRID     3.3333333333333E-06
+  CORETAIL_POINTS         1526
+  LCAO_SIZE        1733
+  LCAO_STEP    8.6083539864799E-03
+   CORE_DENSITY   
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00
+  END     
+   CORETAIL_DENSITY   
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00
+  END     
+   PSEUDO_VALENCE_DENSITY          1813
+  0.00000000000000000E+00  5.75003192899867334E-15  2.31994053911485117E-14
+  5.26515719730810645E-14  9.44161199341819216E-14  1.48808888270312186E-13
+  2.16152082823147914E-13  2.96774394471200286E-13  3.91011119439255472E-13
+  4.99204281763572210E-13  6.21702757950847061E-13  7.58862403869666351E-13
+  9.11046183913716309E-13  1.07862430247687881E-12  1.26197433778091426E-12
+  1.46148137809715479E-12  1.67753816040446968E-12  1.91054521152634969E-12
+  2.16091099179078384E-12  2.42905204125741623E-12  2.71539312855712623E-12
+  3.02036740239007426E-12  3.34441654572898178E-12  3.68799093277530798E-12
+  4.05154978871675432E-12  4.43556135233537695E-12  4.84050304151652365E-12
+  5.26686162170958070E-12  5.71513337739250929E-12  6.18582428659296621E-12
+  6.67945019851980623E-12  7.19653701435968038E-12  7.73762087129428215E-12
+  8.30324832979507072E-12  8.89397656425290928E-12  9.51037355700130399E-12
+  1.01530182957929442E-11  1.08225009747901689E-11  1.15194231991312189E-11
+  1.22443981931348278E-11  1.29980510122076249E-11  1.37810187585187000E-11
+  1.45939508005081192E-11  1.54375089962963929E-11  1.63123679210634756E-11
+  1.72192150984671525E-11  1.81587512361714399E-11  1.91316904655575462E-11
+  2.01387605856904374E-11  2.11807033116161526E-11  2.22582745270652899E-11
+  2.33722445416407429E-11  2.45233983525676544E-11  2.57125359110861761E-11
+  2.69404723935682709E-11  2.82080384774413151E-11  2.95160806220032995E-11
+  3.08654613542148839E-11  3.22570595595558336E-11  3.36917707780348748E-11
+  3.51705075054429053E-11  3.66941994999418863E-11  3.82637940940829073E-11
+  3.98802565123481828E-11  4.15445701943147112E-11  4.32577371235370400E-11
+  4.50207781622505466E-11  4.68347333919960908E-11  4.87006624602706784E-11
+  5.06196449333095816E-11  5.25927806551068034E-11  5.46211901127841279E-11
+  5.67060148084188284E-11  5.88484176374446052E-11  6.10495832737392260E-11
+  6.33107185615177681E-11  6.56330529141490263E-11  6.80178387200175230E-11
+  7.04663517555539935E-11  7.29798916055598218E-11  7.55597820909533669E-11
+  7.82073717040680213E-11  8.09240340516341316E-11  8.37111683055795983E-11
+  8.65701996617854709E-11  8.95025798069364240E-11  9.25097873936072629E-11
+  9.55933285237300105E-11  9.87547372405877390E-11  1.01995576029485049E-10
+  1.05317436327246322E-10  1.08721939040696564E-10  1.12210735074282148E-10
+  1.15785505866990907E-10  1.19447963938734376E-10  1.23199853446358250E-10
+  1.27042950749448529E-10  1.30979064986105685E-10  1.35010038658859869E-10
+  1.39137748230906217E-10  1.43364104732839423E-10  1.47691054380071200E-10
+  1.52120579201117740E-10  1.56654697676948367E-10  1.61295465391586488E-10
+  1.66044975694160392E-10  1.70905360372605437E-10  1.75878790339219845E-10
+  1.80967476328281063E-10  1.86173669605934931E-10  1.91499662692570109E-10
+  1.96947790097898615E-10  2.02520429068961244E-10  2.08220000351287379E-10
+  2.14048968963435482E-10  2.20009844985150252E-10  2.26105184359374298E-10
+  2.32337589708355387E-10  2.38709711164095770E-10  2.45224247213394797E-10
+  2.51883945557739100E-10  2.58691603988299306E-10  2.65650071276298388E-10
+  2.72762248079019377E-10  2.80031087861724788E-10  2.87459597835766749E-10
+  2.95050839913170798E-10  3.02807931677980068E-10  3.10734047374651541E-10
+  3.18832418913805822E-10  3.27106336895629059E-10  3.35559151651237755E-10
+  3.44194274302319264E-10  3.53015177839368228E-10  3.62025398218839299E-10
+  3.71228535479554246E-10  3.80628254878690385E-10  3.90228288047699111E-10
+  4.00032434168498872E-10  4.10044561170296432E-10  4.20268606947399550E-10
+  4.30708580598382700E-10  4.41368563686980453E-10  4.52252711525092272E-10
+  4.63365254478275661E-10  4.74710499294125178E-10  4.86292830453938910E-10
+  4.98116711548072609E-10  5.10186686675400245E-10  5.22507381867298091E-10
+  5.35083506536581333E-10  5.47919854951827567E-10  5.61021307737533366E-10
+  5.74392833400549436E-10  5.88039489883254593E-10  6.01966426143940679E-10
+  6.16178883764869452E-10  6.30682198588499226E-10  6.45481802382364726E-10
+  6.60583224533105764E-10  6.75992093770164807E-10  6.91714139919659793E-10
+  7.07755195688961982E-10  7.24121198482519431E-10  7.40818192249459188E-10
+  7.57852329363535972E-10  7.75229872535979690E-10  7.92957196761823603E-10
+  8.11040791300288970E-10  8.29487261689830308E-10  8.48303331798434998E-10
+  8.67495845909794606E-10  8.87071770845981439E-10  9.07038198127252493E-10
+  9.27402346169638789E-10  9.48171562520977844E-10  9.69353326136049225E-10
+  9.90955249691508775E-10  1.01298508194130546E-09  1.03545071011329049E-09
+  1.05836016234773311E-09  1.08172161017847497E-09  1.10554337105747184E-09
+  1.12983391092346781E-09  1.15460184681557787E-09  1.17985594953255884E-09
+  1.20560514633857109E-09  1.23185852371622775E-09  1.25862533016777198E-09
+  1.28591497906520238E-09  1.31373705155021541E-09  1.34210129948482524E-09
+  1.37101764845354507E-09  1.40049620081802569E-09  1.43054723882506407E-09
+  1.46118122776892598E-09  1.49240881920890569E-09  1.52424085424310108E-09
+  1.55668836683937980E-09  1.58976258722453034E-09  1.62347494533261179E-09
+  1.65783707431353711E-09  1.69286081410292727E-09  1.72855821505432662E-09
+  1.76494154163483991E-09  1.80202327618530511E-09  1.83981612274613339E-09
+  1.87833301094995245E-09  1.91758709998221365E-09  1.95759178261095107E-09
+  1.99836068928690257E-09  2.03990769231519467E-09  2.08224691009987462E-09
+  2.12539271146252451E-09  2.16935972003625495E-09  2.21416281873641284E-09
+  2.25981715430930212E-09  2.30633814196031104E-09  2.35374147006280112E-09
+  2.40204310494917987E-09  2.45125929578558701E-09  2.50140657953163505E-09
+  2.55250178598670530E-09  2.60456204292429557E-09  2.65760478131594530E-09
+  2.71164774064631271E-09  2.76670897432098102E-09  2.82280685516861316E-09
+  2.87996008103907326E-09  2.93818768049925041E-09  2.99750901862818392E-09
+  3.05794380291332377E-09  3.11951208924960131E-09  3.18223428804317022E-09
+  3.24613117042156462E-09  3.31122387455220460E-09  3.37753391207107731E-09
+  3.44508317462352615E-09  3.51389394051912152E-09  3.58398888150256213E-09
+  3.65539106964265481E-09  3.72812398434140667E-09  3.80221151946534767E-09
+  3.87767799060116854E-09  3.95454814243788629E-09  4.03284715627769009E-09
+  4.11260065767774760E-09  4.19383472422522463E-09  4.27657589344785570E-09
+  4.36085117086237832E-09  4.44668803816332241E-09  4.53411446155448101E-09
+  4.62315890022564127E-09  4.71385031497703836E-09  4.80621817699414201E-09
+  4.90029247677537134E-09  4.99610373321540905E-09  5.09368300284680149E-09
+  5.19306188924264232E-09  5.29427255258308585E-09  5.39734771938856376E-09
+  5.50232069242264994E-09  5.60922536076742807E-09  5.71809621007446549E-09
+  5.82896833299436217E-09  5.94187743978805185E-09  6.05685986912294758E-09
+  6.17395259905723348E-09  6.29319325821547767E-09  6.41462013715896188E-09
+  6.53827219995409508E-09  6.66418909594236812E-09  6.79241117171530185E-09
+  6.92297948329804497E-09  7.05593580854515855E-09  7.19132265975235763E-09
+  7.32918329648788990E-09  7.46956173864743758E-09  7.61250277973638488E-09
+  7.75805200038342708E-09  7.90625578208954981E-09  8.05716132121644892E-09
+  8.21081664321855016E-09  8.36727061712291825E-09  8.52657297026132378E-09
+  8.68877430325883033E-09  8.85392610528342162E-09  9.02208076956116192E-09
+  9.19329160916153348E-09  9.36761287305762293E-09  9.54509976246597907E-09
+  9.72580844747094973E-09  9.90979608393850691E-09  1.00971208307245020E-08
+  1.02878418671826036E-08  1.04820194109769965E-08  1.06797147362052293E-08
+  1.08809901918365431E-08  1.10859092204712478E-08  1.12945363774266123E-08
+  1.15069373501550409E-08  1.17231789780003153E-08  1.19433292722976904E-08
+  1.21674574368239162E-08  1.23956338886031847E-08  1.26279302790753414E-08
+  1.28644195156324265E-08  1.31051757835301676E-08  1.33502745681808321E-08
+  1.35997926778340819E-08  1.38538082666525921E-08  1.41124008581892821E-08
+  1.43756513692731872E-08  1.46436421343109840E-08  1.49164569300114736E-08
+  1.51941810005403756E-08  1.54769010831128333E-08  1.57647054340313069E-08
+  1.60576838551766980E-08  1.63559277209602665E-08  1.66595300057447667E-08
+  1.69685853117425366E-08  1.72831898973992508E-08  1.76034417062714244E-08
+  1.79294403964064919E-08  1.82612873702340044E-08  1.85990858049770143E-08
+  1.89429406835925737E-08  1.92929588262505862E-08  1.96492489223603374E-08
+  2.00119215631542014E-08  2.03810892748384191E-08  2.07568665523204383E-08
+  2.11393698935231315E-08  2.15287178342959767E-08  2.19250309839336902E-08
+  2.23284320613125579E-08  2.27390459316557180E-08  2.31569996439377629E-08
+  2.35824224689401254E-08  2.40154459379686143E-08  2.44562038822442881E-08
+  2.49048324729795678E-08  2.53614702621515907E-08  2.58262582239847623E-08
+  2.62993397971547917E-08  2.67808609277270118E-08  2.72709701128414515E-08
+  2.77698184451577698E-08  2.82775596580733287E-08  2.87943501717277066E-08
+  2.93203491398073168E-08  2.98557184971642899E-08  3.04006230082633798E-08
+  3.09552303164716282E-08  3.15197109942050812E-08  3.20942385939479721E-08
+  3.26789897001590000E-08  3.32741439820803135E-08  3.38798842474650620E-08
+  3.44963964972393036E-08  3.51238699811144300E-08  3.57624972541667834E-08
+  3.64124742344013475E-08  3.70740002613162932E-08  3.77472781554860229E-08
+  3.84325142791804991E-08  3.91299185980385538E-08  3.98397047438135682E-08
+  4.05620900782107128E-08  4.12972957578337676E-08  4.20455468002614743E-08
+  4.28070721512728620E-08  4.35821047532416304E-08  4.43708816147196023E-08
+  4.51736438812302019E-08  4.59906369072928442E-08  4.68221103296997423E-08
+  4.76683181420667904E-08  4.85295187706804746E-08  4.94059751516639238E-08
+  5.02979548094843374E-08  5.12057299368255253E-08  5.21295774758492116E-08
+  5.30697792008689637E-08  5.40266218024618879E-08  5.50003969730420783E-08
+  5.59914014939226930E-08  5.69999373238909174E-08  5.80263116893231908E-08
+  5.90708371758669538E-08  6.01338318217166380E-08  6.12156192125108038E-08
+  6.23165285778794104E-08  6.34368948896693170E-08  6.45770589618774943E-08
+  6.57373675523215805E-08  6.69181734660776256E-08  6.81198356607163517E-08
+  6.93427193533684879E-08  7.05871961296517251E-08  7.18536440544907628E-08
+  7.31424477848640783E-08  7.44539986845102530E-08  7.57886949406291280E-08
+  7.71469416826103065E-08  7.85291511028265636E-08  7.99357425795263758E-08
+  8.13671428018628529E-08  8.28237858970960242E-08  8.43061135600059204E-08
+  8.58145751845555203E-08  8.73496279978418248E-08  8.89117371963756763E-08
+  9.05013760847299613E-08  9.21190262165980847E-08  9.37651775383039828E-08
+  9.54403285348064898E-08  9.71449863782419037E-08  9.88796670790478202E-08
+  1.00644895639713403E-07  1.02441206211203248E-07  1.04269142252098529E-07
+  1.06129256690504911E-07  1.08022112088774091E-07  1.09948280811088677E-07
+  1.11908345193959142E-07  1.13902897719684648E-07  1.15932541192828082E-07
+  1.17997888919758402E-07  1.20099564891313318E-07  1.22238203968636684E-07
+  1.24414452072245495E-07  1.26628966374382710E-07  1.28882415494712874E-07
+  1.31175479699419641E-07  1.33508851103762009E-07  1.35883233878151268E-07
+  1.38299344457810366E-07  1.40757911756074887E-07  1.43259677381402995E-07
+  1.45805395858154680E-07  1.48395834851209277E-07  1.51031775394485428E-07
+  1.53714012123433042E-07  1.56443353511564996E-07  1.59220622111099143E-07
+  1.62046654797782836E-07  1.64922303019971065E-07  1.67848433052033278E-07
+  1.70825926252164455E-07  1.73855679324674762E-07  1.76938604586838600E-07
+  1.80075630240379862E-07  1.83267700647674526E-07  1.86515776612753992E-07
+  1.89820835667190329E-07  1.93183872360949541E-07  1.96605898558298905E-07
+  2.00087943738856136E-07  2.03631055303870231E-07  2.07236298887823102E-07
+  2.10904758675447171E-07  2.14637537724250579E-07  2.18435758292646740E-07
+  2.22300562173785881E-07  2.26233111035186348E-07  2.30234586764268806E-07
+  2.34306191819892700E-07  2.38449149590001757E-07  2.42664704755483874E-07
+  2.46954123660352390E-07  2.51318694688360784E-07  2.55759728646160064E-07
+  2.60278559153113658E-07  2.64876543037885858E-07  2.69555060741921360E-07
+  2.74315516729933842E-07  2.79159339907528097E-07  2.84087984046078054E-07
+  2.89102928214985851E-07  2.94205677221453244E-07  2.99397762057891501E-07
+  3.04680740357106904E-07  3.10056196855393986E-07  3.15525743863674428E-07
+  3.21091021746821508E-07  3.26753699411313914E-07  3.32515474801360463E-07
+  3.38378075403644440E-07  3.44343258760840183E-07  3.50412812994046482E-07
+  3.56588557334301721E-07  3.62872342663330657E-07  3.69266052063685862E-07
+  3.75771601378449364E-07  3.82390939780653241E-07  3.89126050352601508E-07
+  3.95978950675248186E-07  4.02951693427819870E-07  4.10046366997854094E-07
+  4.17265096101836417E-07  4.24610042416619543E-07  4.32083405221812841E-07
+  4.39687422053330843E-07  4.47424369368297852E-07  4.55296563221502008E-07
+  4.63306359953601721E-07  4.71456156891288930E-07  4.79748393059616017E-07
+  4.88185549906694911E-07  4.96770152040992573E-07  5.05504767981426054E-07
+  5.14392010920498789E-07  5.23434539500684640E-07  5.32635058604306766E-07
+  5.41996320157135677E-07  5.51521123945946386E-07  5.61212318450280622E-07
+  5.71072801688657943E-07  5.81105522079485944E-07  5.91313479316927793E-07
+  6.01699725261983535E-07  6.12267364849054639E-07  6.23019557008252017E-07
+  6.33959515603732561E-07  6.45090510388327719E-07  6.56415867974765450E-07
+  6.67938972823756919E-07  6.79663268249248427E-07  6.91592257441141902E-07
+  7.03729504505769212E-07  7.16078635524458358E-07  7.28643339630473603E-07
+  7.41427370104668475E-07  7.54434545490174879E-07  7.67668750726450300E-07
+  7.81133938303028894E-07  7.94834129433311060E-07  8.08773415248747327E-07
+  8.22955958013761222E-07  8.37385992361781141E-07  8.52067826552740384E-07
+  8.67005843752421208E-07  8.82204503334025247E-07  8.97668342202347421E-07
+  9.13401976140957275E-07  9.29410101182780344E-07  9.45697495004484427E-07
+  9.62269018345089625E-07  9.79129616449222379E-07  9.96284320535434062E-07
+  1.01373824929003157E-06  1.03149661038684882E-06  1.04956470203342577E-06
+  1.06794791454403733E-06  1.08665173194005139E-06  1.10568173357808090E-06
+  1.12504359580642437E-06  1.14474309365026927E-06  1.16478610252617712E-06
+  1.18517859998634263E-06  1.20592666749315363E-06  1.22703649222457394E-06
+  1.24851436891088845E-06  1.27036670170334181E-06  1.29260000607525521E-06
+  1.31522091075614542E-06  1.33823615969944819E-06  1.36165261408441919E-06
+  1.38547725435280805E-06  1.40971718228090481E-06  1.43437962308758391E-06
+  1.45947192757895833E-06  1.48500157433028818E-06  1.51097617190578323E-06
+  1.53740346111697043E-06  1.56429131732028195E-06  1.59164775275455001E-06
+  1.61948091891910819E-06  1.64779910899319258E-06  1.67661076029736958E-06
+  1.70592445679771873E-06  1.73574893165350191E-06  1.76609306980909653E-06
+  1.79696591063093802E-06  1.82837665059027052E-06  1.86033464599248417E-06
+  1.89284941575387532E-06  1.92593064422661588E-06  1.95958818407280647E-06
+  1.99383205918844007E-06  2.02867246767815016E-06  2.06411978488163598E-06
+  2.10018456645263826E-06  2.13687755149141190E-06  2.17420966573158669E-06
+  2.21219202478239464E-06  2.25083593742720142E-06  2.29015290897932252E-06
+  2.33015464469615388E-06  2.37085305325256732E-06  2.41226025027464809E-06
+  2.45438856193481147E-06  2.49725052860935244E-06  2.54085890859953173E-06
+  2.58522668191728030E-06  2.63036705413666069E-06  2.67629346031222195E-06
+  2.72301956896540735E-06  2.77055928614020228E-06  2.81892675952921771E-06
+  2.86813638267143599E-06  2.91820279922287296E-06  2.96914090730139754E-06
+  3.02096586390702523E-06  3.07369308941897439E-06  3.12733827217084276E-06
+  3.18191737310522330E-06  3.23744663050917657E-06  3.29394256483194661E-06
+  3.35142198358634842E-06  3.40990198633527889E-06  3.46939996976483176E-06
+  3.52993363284553656E-06  3.59152098208320905E-06  3.65418033686103008E-06
+  3.71793033487436939E-06  3.78278993766002823E-06  3.84877843622149702E-06
+  3.91591545675190968E-06  3.98422096645640077E-06  4.05371527947557585E-06
+  4.12441906291184427E-06  4.19635334296045035E-06  4.26953951114695367E-06
+  4.34399933067303983E-06  4.41975494287255897E-06  4.49682887377966662E-06
+  4.57524404081105726E-06  4.65502375956422538E-06  4.73619175073382488E-06
+  4.81877214714810731E-06  4.90278950092759967E-06  4.98826879076808082E-06
+  5.07523542935006157E-06  5.16371527087692719E-06  5.25373461874401616E-06
+  5.34532023334086332E-06  5.43849933998896680E-06  5.53329963701738904E-06
+  5.62974930397862490E-06  5.72787701000713802E-06  5.82771192232307188E-06
+  5.92928371488363084E-06  6.03262257718470454E-06  6.13775922321536736E-06
+  6.24472490056787356E-06  6.35355139970585037E-06  6.46427106339348900E-06
+  6.57691679628842830E-06  6.69152207470128106E-06  6.80812095652464234E-06
+  6.92674809133451297E-06  7.04743873066714618E-06  7.17022873847439376E-06
+  7.29515460176059917E-06  7.42225344140419909E-06  7.55156302316730770E-06
+  7.68312176889646531E-06  7.81696876791787176E-06  7.95314378863057045E-06
+  8.09168729030090530E-06  8.23264043506184865E-06  8.37604510012067557E-06
+  8.52194389017864207E-06  8.67038015006637712E-06  8.82139797759863430E-06
+  8.97504223665234152E-06  9.13135857047173700E-06  9.29039341520452835E-06
+  9.45219401367317445E-06  9.61680842938529153E-06  9.78428556078732707E-06
+  9.95467515576580793E-06  1.01280278264003825E-05  1.03043950639730634E-05
+  1.04838292542381119E-05  1.06663836929570818E-05  1.08521126017036795E-05
+  1.10410711439429942E-05  1.12333154413900554E-05  1.14289025906523715E-05
+  1.16278906801615141E-05  1.18303388073987203E-05  1.20363070964196148E-05
+  1.22458567156832216E-05  1.24590498961906394E-05  1.26759499499386437E-05
+  1.28966212886937382E-05  1.31211294430922552E-05  1.33495410820720245E-05
+  1.35819240326416532E-05  1.38183472999928980E-05  1.40588810879623979E-05
+  1.43035968198486619E-05  1.45525671595905872E-05  1.48058660333136774E-05
+  1.50635686512504447E-05  1.53257515300414047E-05  1.55924925154233448E-05
+  1.58638708053115435E-05  1.61399669732828167E-05  1.64208629924662783E-05
+  1.67066422598489950E-05  1.69973896210036596E-05  1.72931913952456354E-05
+  1.75941354012268327E-05  1.79003109829739928E-05  1.82118090363790879E-05
+  1.85287220361497207E-05  1.88511440632274149E-05  1.91791708326820769E-05
+  1.95128997220907304E-05  1.98524298004090682E-05  2.01978618573441929E-05
+  2.05492984332375805E-05  2.09068438494666580E-05  2.12706042393744181E-05
+  2.16406875797360362E-05  2.20172037227717822E-05  2.24002644287158917E-05
+  2.27899833989507568E-05  2.31864763097165943E-05  2.35898608464063392E-05
+  2.40002567384557723E-05  2.44177857948399604E-05  2.48425719401854556E-05
+  2.52747412515097430E-05  2.57144219955986059E-05  2.61617446670323042E-05
+  2.66168420268720903E-05  2.70798491420183400E-05  2.75509034252520194E-05
+  2.80301446759714196E-05  2.85177151216360191E-05  2.90137594599300349E-05
+  2.95184249016578996E-05  3.00318612143844417E-05  3.05542207668328873E-05
+  3.10856585740534777E-05  3.16263323433763757E-05  3.21764025211623484E-05
+  3.27360323403650454E-05  3.33053878689191054E-05  3.38846380589681990E-05
+  3.44739547969477703E-05  3.50735129545372187E-05  3.56834904404967101E-05
+  3.63040682534037257E-05  3.69354305353053757E-05  3.75777646263018392E-05
+  3.82312611200776007E-05  3.88961139203966433E-05  3.95725202985783099E-05
+  4.02606809519709215E-05  4.09608000634407714E-05  4.16730853618932392E-05
+  4.23977481838450659E-05  4.31350035360652051E-05  4.38850701593028575E-05
+  4.46481705931223752E-05  4.54245312418629634E-05  4.62143824417436536E-05
+  4.70179585291330740E-05  4.78354979100043291E-05  4.86672431305952736E-05
+  4.95134409492955556E-05  5.03743424097813987E-05  5.12502029154197021E-05
+  5.21412823049637085E-05  5.30478449295625903E-05  5.39701597311076199E-05
+  5.49085003219382747E-05  5.58631450659316625E-05  5.68343771609995804E-05
+  5.78224847230173494E-05  5.88277608712091412E-05  5.98505038150156038E-05
+  6.08910169424690311E-05  6.19496089101022573E-05  6.30265937344179838E-05
+  6.41222908849458306E-05  6.52370253789140301E-05  6.63711278775645406E-05
+  6.75249347841393220E-05  6.86987883435673724E-05  6.98930367438818390E-05
+  7.11080342193967364E-05  7.23441411556746163E-05  7.36017241963157109E-05
+  7.48811563515999512E-05  7.61828171090146971E-05  7.75070925457004885E-05
+  7.88543754428470598E-05  8.02250654020761415E-05  8.16195689638422867E-05
+  8.30382997278888708E-05  8.44816784757940133E-05  8.59501332956431072E-05
+  8.74440997088642239E-05  8.89640207992645568E-05  9.05103473443055658E-05
+  9.20835379486561128E-05  9.36840591800619396E-05  9.53123857075738291E-05
+  9.69690004421724889E-05  9.86543946798346799E-05  1.00369068247079836E-04
+  1.02113529649043173E-04  1.03888296220116706E-04  1.05693894277203998E-04
+  1.07530859275633363E-04  1.09399735967775913E-04  1.11301078564415279E-04
+  1.13235450898916250E-04  1.15203426594241378E-04  1.17205589232864500E-04
+  1.19242532529632229E-04  1.21314860507622566E-04  1.23423187677054941E-04
+  1.25568139217302645E-04  1.27750351162062904E-04  1.29970470587737483E-04
+  1.32229155805081358E-04  1.34527076554175008E-04  1.36864914202777441E-04
+  1.39243361948120423E-04  1.41663125022200101E-04  1.44124920900631499E-04
+  1.46629479515122198E-04  1.49177543469631804E-04  1.51769868260279189E-04
+  1.54407222499063513E-04  1.57090388141463145E-04  1.59820160717982161E-04
+  1.62597349569710691E-04  1.65422778087969709E-04  1.68297283958110204E-04
+  1.71221719407539934E-04  1.74196951458048657E-04  1.77223862182509286E-04
+  1.80303348966027094E-04  1.83436324771618111E-04  1.86623718410490594E-04
+  1.89866474817012925E-04  1.93165555328447233E-04  1.96521937969530914E-04
+  1.99936617741991164E-04  2.03410606919076498E-04  2.06944935345193987E-04
+  2.10540650740737175E-04  2.14198819012198120E-04  2.17920524567652852E-04
+  2.21706870637713489E-04  2.25558979602041138E-04  2.29477993321517445E-04
+  2.33465073476170164E-04  2.37521401908954012E-04  2.41648180975487161E-04
+  2.45846633899846762E-04  2.50118005136528375E-04  2.54463560738673017E-04
+  2.58884588732676837E-04  2.63382399499285968E-04  2.67958326161292688E-04
+  2.72613724977946383E-04  2.77349975746196166E-04  2.82168482208880207E-04
+  2.87070672469984971E-04  2.92057999417094411E-04  2.97131941151154472E-04
+  3.02294001423678385E-04  3.07545710081520653E-04  3.12888623519352296E-04
+  3.18324325139968751E-04  3.23854425822565461E-04  3.29480564399119668E-04
+  3.35204408139017345E-04  3.41027653242067196E-04  3.46952025340049267E-04
+  3.52979280006940062E-04  3.59111203277969067E-04  3.65349612177655087E-04
+  3.71696355256980707E-04  3.78153313139858766E-04  3.84722399079052730E-04
+  3.91405559521715578E-04  3.98204774684709215E-04  4.05122059139875670E-04
+  4.12159462409430566E-04  4.19319069571654781E-04  4.26603001877057437E-04
+  4.34013417375195244E-04  4.41552511552329471E-04  4.49222517980107092E-04
+  4.57025708975453766E-04  4.64964396271879841E-04  4.73040931702382601E-04
+  4.81257707894156776E-04  4.89617158975306685E-04  4.98121761293774680E-04
+  5.06774034148689393E-04  5.15576540534349388E-04  5.24531887897062253E-04
+  5.33642728905055750E-04  5.42911762231687361E-04  5.52341733352181203E-04
+  5.61935435354123580E-04  5.71695709761956342E-04  5.81625447375701157E-04
+  5.91727589124169161E-04  6.02005126932894609E-04  6.12461104607052963E-04
+  6.23098618729615384E-04  6.33920819575002430E-04  6.44930912038504554E-04
+  6.56132156581735342E-04  6.67527870194399402E-04  6.79121427372643871E-04
+  6.90916261114290641E-04  7.02915863931220537E-04  7.15123788879231054E-04
+  7.27543650605631635E-04  7.40179126414910538E-04  7.53033957352762669E-04
+  7.66111949308803859E-04  7.79416974138285343E-04  7.92952970803133825E-04
+  8.06723946532651270E-04  8.20733978004203261E-04  8.34987212544245801E-04
+  8.49487869350026977E-04  8.64240240732332783E-04  8.79248693379613934E-04
+  8.94517669643882718E-04  9.10051688848729405E-04  9.25855348619848651E-04
+  9.41933326238458823E-04  9.58290380017995684E-04  9.74931350704484503E-04
+  9.91861162900993824E-04  1.00908482651657387E-03  1.02660743824010601E-03
+  1.04443418303947432E-03  1.06257033568650495E-03  1.08102126230809684E-03
+  1.09979242196399721E-03  1.11888936825167273E-03  1.13831775093873547E-03
+  1.15808331762338773E-03  1.17819191542336784E-03  1.19864949269387656E-03
+  1.21946210077497272E-03  1.24063589576893941E-03  1.26217714034813325E-03
+  1.28409220559381901E-03  1.30638757286653047E-03  1.32906983570847529E-03
+  1.35214570177853905E-03  1.37562199482042357E-03  1.39950565666449697E-03
+  1.42380374926390631E-03  1.44852345676554310E-03  1.47367208761644631E-03
+  1.49925707670623158E-03  1.52528598754617193E-03  1.55176651448551864E-03
+  1.57870648496571887E-03  1.60611386181314640E-03  1.63399674557099597E-03
+  1.66236337687100948E-03  1.69122213884568390E-03  1.72058155958165759E-03
+  1.75045031461495645E-03  1.78083722946879288E-03  1.81175128223465156E-03
+  1.84320160619735798E-03  1.87519749250489656E-03  1.90774839288368860E-03
+  1.94086392240013081E-03  1.97455386226909942E-03  2.00882816271031770E-03
+  2.04369694585324318E-03  2.07917050869139411E-03  2.11525932608686105E-03
+  2.15197405382590128E-03  2.18932553172641268E-03  2.22732478679817060E-03
+  2.26598303645669623E-03  2.30531169179165867E-03  2.34532236089067883E-03
+  2.38602685221949102E-03  2.42743717805936126E-03  2.46956555800272645E-03
+  2.51242442250800219E-03  2.55602641651453757E-03  2.60038440311870407E-03
+  2.64551146731213053E-03  2.69142091978309250E-03  2.73812630078209109E-03
+  2.78564138405269475E-03  2.83398018082868563E-03  2.88315694389859210E-03
+  2.93318617173874037E-03  2.98408261271590654E-03  3.03586126936071293E-03
+  3.08853740271293649E-03  3.14212653673987029E-03  3.19664446282894206E-03
+  3.25210724435578188E-03  3.30853122132897378E-03  3.36593301511271033E-03
+  3.42432953322863035E-03  3.48373797423808407E-03  3.54417583270616498E-03
+  3.60566090424877190E-03  3.66821129066407375E-03  3.73184540514970818E-03
+  3.79658197760708712E-03  3.86244006003419937E-03  3.92943903200833854E-03
+  3.99759860626016251E-03  4.06693883434054021E-03  4.13748011238169143E-03
+  4.20924318695404306E-03  4.28224916102039853E-03  4.35651949998887809E-03
+  4.43207603786624407E-03  4.50894098351316275E-03  4.58713692700298686E-03
+  4.66668684608570732E-03  4.74761411275871452E-03  4.82994249994601541E-03
+  4.91369618828758903E-03  4.99889977304063780E-03  5.08557827109440246E-03
+  5.17375712810033781E-03  5.26346222571942492E-03  5.35471988898837334E-03
+  5.44755689380665119E-03  5.54200047454600584E-03  5.63807833178456112E-03
+  5.73581864016721628E-03  5.83525005639433207E-03  5.93640172734066079E-03
+  6.03930329830645787E-03  6.14398492140276649E-03  6.25047726407289284E-03
+  6.35881151775213697E-03  6.46901940666770852E-03  6.58113319678122269E-03
+  6.69518570487548891E-03  6.81121030778797289E-03  6.92924095179308676E-03
+  7.04931216213537486E-03  7.17145905271589224E-03  7.29571733593395531E-03
+  7.42212333268655981E-03  7.55071398252770819E-03  7.68152685398994055E-03
+  7.81460015507045441E-03  7.94997274388407373E-03  8.08768413948551292E-03
+  8.22777453286324678E-03  8.37028479810756308E-03  8.51525650375496539E-03
+  8.66273192431169133E-03  8.81275405195861700E-03  8.96536660844009931E-03
+  9.12061405713936700E-03  9.27854161534286993E-03  9.43919526669628924E-03
+  9.60262177385465786E-03  9.76886869132932538E-03  9.93798437853430326E-03
+  1.01100180130346742E-02  1.02850196039996986E-02  1.04630400058633374E-02
+  1.06441309321948212E-02  1.08283449697820465E-02  1.10157355929304951E-02
+  1.12063571779803320E-02  1.14002650180445933E-02  1.15975153379711364E-02
+  1.17981653095310269E-02  1.20022730668364001E-02  1.22098977219903208E-02
+  1.24210993809716168E-02  1.26359391597574266E-02  1.28544792006862595E-02
+  1.30767826890644569E-02  1.33029138700187441E-02  1.35329380655978687E-02
+  1.37669216921259708E-02  1.40049322778105743E-02  1.42470384806080517E-02
+  1.44933101063493119E-02  1.47438181271284715E-02  1.49986346999574274E-02
+  1.52578331856889609E-02  1.55214881682111828E-02  1.57896754739161350E-02
+  1.60624721914451457E-02  1.63399566917137064E-02  1.66222086482186171E-02
+  1.69093090576298115E-02  1.72013402606698389E-02  1.74983859632832084E-02
+  1.78005312580984155E-02  1.81078626461850384E-02  1.84204680591083698E-02
+  1.87384368812840880E-02  1.90618599726351187E-02  1.93908296915533233E-02
+  1.97254399181679210E-02  2.00657860779230521E-02  2.04119651654666202E-02
+  2.07640757688519889E-02  2.11222180940555879E-02  2.14864939898108884E-02
+  2.18570069727616230E-02  2.22338622529355268E-02  2.26171667595402338E-02
+  2.30070291670828493E-02  2.34035599218145630E-02  2.38068712685016552E-02
+  2.42170772775238512E-02  2.46342938723012744E-02  2.50586388570506018E-02
+  2.54902319448713846E-02  2.59291947861629707E-02  2.63756509973724143E-02
+  2.68297261900737084E-02  2.72915480003782969E-02  2.77612461186767592E-02
+  2.82389523197114217E-02  2.87248004929791176E-02  2.92189266734637389E-02
+  2.97214690726970397E-02  3.02325681101470352E-02  3.07523664449320111E-02
+  3.12810090078589204E-02  3.18186430337834836E-02  3.23654180942904574E-02
+  3.29214861306907497E-02  3.34870014873330374E-02  3.40621209452261625E-02
+  3.46470037559690608E-02  3.52418116759841693E-02  3.58467090010498590E-02
+  3.64618626011273816E-02  3.70874419554770712E-02  3.77236191880583327E-02
+  3.83705691032074012E-02  3.90284692215863704E-02  3.96974998163968640E-02
+  4.03778439498504171E-02  4.10696875098881670E-02  4.17732192471408706E-02
+  4.24886308121208631E-02  4.32161167926355533E-02  4.39558747514128823E-02
+  4.47081052639275028E-02  4.54730119564164120E-02  4.62508015440716361E-02
+  4.70416838693971454E-02  4.78458719407164890E-02  4.86635819708165149E-02
+  4.94950334157122432E-02  5.03404490135164820E-02  5.12000548233981084E-02
+  5.20740802646099954E-02  5.29627581555693824E-02  5.38663247529699504E-02
+  5.47850197909054912E-02  5.57190865199834254E-02  5.66687717464056870E-02
+  5.76343258709928127E-02  5.86160029281266454E-02  5.96140606245854493E-02
+  6.06287603782440648E-02  6.16603673566105681E-02  6.27091505151697315E-02
+  6.37753826355016568E-02  6.48593403631436971E-02  6.59613042451595577E-02
+  6.70815587673843639E-02  6.82203923913029253E-02  6.93780975905268077E-02
+  7.05549708868279668E-02  7.17513128856875210E-02  7.29674283113151134E-02
+  7.42036260410942616E-02  7.54602191394048577E-02  7.67375248907748581E-02
+  7.80358648323081772E-02  7.93555647853365492E-02  8.06969548862383201E-02
+  8.20603696163678675E-02  8.34461478310340038E-02  8.48546327874660777E-02
+  8.62861721717013974E-02  8.77411181243285959E-02  8.92198272650148866E-02
+  9.07226607157462644E-02  9.22499841227040207E-02  9.38021676767002294E-02
+  9.53795861320913263E-02  9.69826188240848069E-02  9.86116496843529727E-02
+  1.00267067254863160E-01  1.01949264699830941E-01  1.03658639815699505E-01
+  1.05395595039045248E-01  1.07160537452306193E-01  1.08953878787224331E-01
+  1.10776035425893538E-01  1.12627428399295557E-01  1.14508483383206752E-01
+  1.16419630691353360E-01  1.18361305265686306E-01  1.20333946663646621E-01
+  1.22337999042285303E-01  1.24373911139096682E-01  1.26442136249422660E-01
+  1.28543132200277632E-01  1.30677361320440028E-01  1.32845290406652772E-01
+  1.35047390685767377E-01  1.37284137772664960E-01  1.39556011623777149E-01
+  1.41863496486030694E-01  1.44207080841028068E-01  1.46587257344275662E-01
+  1.49004522759261154E-01  1.51459377886181690E-01  1.53952327485110341E-01
+  1.56483880193390656E-01  1.59054548437037729E-01  1.61664848335918737E-01
+  1.64315299602482451E-01  1.67006425433796124E-01  1.69738752396645043E-01
+  1.72512810305443409E-01  1.75329132092694767E-01  1.78188253671738489E-01
+  1.81090713791507735E-01  1.84037053883018831E-01  1.87027817897305715E-01
+  1.90063552134504210E-01  1.93144805063783842E-01  1.96272127133819918E-01
+  1.99446070573487483E-01  2.02667189182451940E-01  2.05936038111331543E-01
+  2.09253173631082978E-01  2.12619152891269619E-01  2.16034533666857875E-01
+  2.19499874093177588E-01  2.23015732388678584E-01  2.26582666565106561E-01
+  2.30201234124712273E-01  2.33871991744104529E-01  2.37595494944345564E-01
+  2.41372297746882958E-01  2.45202952314905465E-01  2.49088008579699094E-01
+  2.53028013851578415E-01  2.57023512414957633E-01  2.61075045107118986E-01
+  2.65183148880233088E-01  2.69348356346176487E-01  2.73571195303686787E-01
+  2.77852188247391829E-01  2.82191851858239751E-01  2.86590696474860740E-01
+  2.91049225545373880E-01  2.95567935059161679E-01  3.00147312958123191E-01
+  3.04787838526914989E-01  3.09489981761691291E-01  3.14254202716845066E-01
+  3.19080950829259302E-01  3.23970664219570270E-01  3.28923768969949237E-01
+  3.33940678377909472E-01  3.39021792185645099E-01  3.44167495784415689E-01
+  3.49378159393490428E-01  3.54654137213174625E-01  3.59995766551443053E-01
+  3.65403366923718831E-01  3.70877239125336267E-01  3.76417664276247177E-01
+  3.82024902837532543E-01  3.87699193599300274E-01  3.93440752639562519E-01
+  3.99249772253702395E-01  4.05126419854163256E-01  4.11070836840003118E-01
+  4.17083137435995621E-01  4.23163407500968591E-01  4.29311703305102876E-01
+  4.35528050275955092E-01  4.41812441712976733E-01  4.48164837470360289E-01
+  4.54585162608065585E-01  4.61073306010922779E-01  4.67629118975758817E-01
+  4.74252413766529379E-01  4.80942962137496988E-01  4.87700493824547721E-01
+  4.94524695004789350E-01  5.01415206724645901E-01  5.08371623296716590E-01
+  5.15393490665747023E-01  5.22480304744120438E-01  5.29631509717369720E-01
+  5.36846496320277811E-01  5.44124600084232690E-01  5.51465099556588068E-01
+  5.58867214492879794E-01  5.66330104022844116E-01  5.73852864791315476E-01
+  5.81434529075150475E-01  5.89074062877486426E-01  5.96770364000745679E-01
+  6.04522260099930153E-01  6.12328506717891186E-01  6.20187785304398220E-01
+  6.28098701220988431E-01  6.36059781733722240E-01  6.44069473996144781E-01
+  6.52126143024920224E-01  6.60228069670777518E-01  6.68373448587594621E-01
+  6.76560386202647690E-01  6.84786898691225554E-01  6.93050909959047057E-01
+  7.01350249636107037E-01  7.09682651085806859E-01  7.18045749433455005E-01
+  7.26437079618451498E-01  7.34854074474715846E-01  7.43294062844163772E-01
+  7.51754267728296899E-01  7.60231804483230356E-01  7.68723679063747722E-01
+  7.77226786322254171E-01  7.85737908368776439E-01  7.94253712998435835E-01
+  8.02770752193131099E-01  8.11285460704440520E-01  8.19794154725067670E-01
+  8.28293030656455098E-01  8.36778163980487211E-01  8.45245508243526067E-01
+  8.53690894161320157E-01  8.62110028853637300E-01  8.70498495217787105E-01
+  8.78851751450502316E-01  8.87165130727940121E-01  8.95433841053885127E-01
+  9.03652965286511956E-01  9.11817461354350045E-01  9.19922162672390353E-01
+  9.27961778769511358E-01  9.35930896138681634E-01  9.43823979321616657E-01
+  9.51635372239805544E-01  9.59359299784011466E-01  9.66989869674548586E-01
+  9.74521074604786763E-01  9.81946794680464086E-01  9.89260800167512944E-01
+  9.96456754561135805E-01  1.00352821798894909E+00  1.01046865096097727E+00
+  1.01727141847923397E+00  1.02392979451957022E+00  1.03043696689827824E+00
+  1.03678604253578865E+00  1.04297005312952318E+00  1.04898196124766496E+00
+  1.05481466685522163E+00  1.06046101428331507E+00  1.06591379965210753E+00
+  1.07116577875717311E+00  1.07620967542843804E+00  1.08103819037004789E+00
+  1.08564401048863712E+00  1.09001981871655396E+00  1.09415830433547723E+00
+  1.09805217380474152E+00  1.10169416209738102E+00  1.10507704454551403E+00
+  1.10819364919518248E+00  1.11103686966913173E+00  1.11359967853423147E+00
+  1.11587514116837450E+00  1.11785643011967339E+00  1.11953683994857300E+00
+  1.12090980254127670E+00  1.12196890288039364E+00  1.12270789525618220E+00
+  1.12312071989905649E+00  1.12320152001116580E+00  1.12294465917191411E+00
+  1.12234473908915366E+00  1.12139661766456533E+00  1.12009542733839296E+00
+  1.11843659367520765E+00  1.11641585414882916E+00  1.11402927708084221E+00
+  1.11127328068337361E+00  1.10814465215300406E+00  1.10464056675875355E+00
+  1.10075860686316651E+00  1.09649678081158197E+00  1.09185354162068093E+00
+  1.08682780539350254E+00  1.08141896938421622E+00  1.07562692963211526E+00
+  1.06945209808060504E+00  1.06289541909337526E+00  1.05595838527653574E+00
+  1.04864305251233070E+00  1.04095205410706892E+00  1.03288861395328890E+00
+  1.02445655860383300E+00  1.01566032815359586E+00  1.00650498582316983E+00
+  9.96996226137639607E-01  9.87140381593222260E-01  9.76944427704574347E-01
+  9.66415986326304766E-01  9.55563327143622909E-01  9.44395367229241223E-01
+  9.32921668566560558E-01  9.21152433442986918E-01  9.09098497621905199E-01
+  8.96771321207457839E-01  8.84182977122897618E-01  8.71346137130898479E-01
+  8.58274055332901575E-01  8.44980549094333511E-01  8.31479977353392519E-01
+  8.17787216283047402E-01  8.03917632289022244E-01  7.89887052340646267E-01
+  7.75711731646760549E-01  7.61408318705141585E-01  7.46993817771202329E-01
+  7.32485548809960751E-01  7.17901105014353669E-01  7.03258307992814857E-01
+  6.88575160749525628E-01  6.73869798601812175E-01  6.59160438200519838E-01
+  6.44465324840858500E-01  6.29802678272903704E-01  6.15190637242474136E-01
+  6.00647203014298414E-01  5.86190182150080008E-01  5.71837128833928232E-01
+  5.57605287056559318E-01  5.43511532987336676E-01  5.29572317879500098E-01
+  5.15803611868590250E-01  5.02220849036809747E-01  4.88838874126941436E-01
+  4.75671891298040217E-01  4.62733415321541441E-01  4.50036225620476127E-01
+  4.37592323556224683E-01  4.25412893366601541E-01  4.13508267156240505E-01
+  4.01887894335242024E-01  3.90560315895260080E-01  3.79533143903615977E-01
+  3.68813046586244697E-01  3.58405739359409670E-01  3.48315982158686865E-01
+  3.38547583402025398E-01  3.29103410912172101E-01  3.19985410112614777E-01
+  3.11194629800836509E-01  3.02731255792994980E-01  2.94594652725289285E-01
+  2.86783414288788785E-01  2.79295422165964313E-01  2.72127913927771026E-01
+  2.65277560138749646E-01  2.58740550903057198E-01  2.52512692065088085E-01
+  2.46589511253147681E-01  2.40966373922475885E-01  2.35638493968816531E-01
+  2.30600944553102399E-01  2.25848669048473560E-01  2.21376492003590164E-01
+  2.17179129996702136E-01  2.13251202232918491E-01  2.09587240712348410E-01
+  2.06181699768916649E-01  2.03028964748388108E-01  2.00123359559077563E-01
+  1.97459152789468351E-01  1.95030562043081890E-01  1.92831756091917217E-01
+  1.90856854395125675E-01  1.89099923468708853E-01  1.87554983318961505E-01
+  1.86216013764545330E-01  1.85076960638982657E-01  1.84131741865898813E-01
+  1.83374253399920334E-01  1.82798375026715615E-01  1.82397976016262064E-01
+  1.82166920624029838E-01  1.82099073435393832E-01  1.82188304549197905E-01
+  1.82428494597026591E-01  1.82813539595362090E-01  1.83337355628422793E-01
+  1.83993883360104638E-01  1.84777092374048518E-01  1.85680985341462601E-01
+  1.86699602016917043E-01  1.87827023062895393E-01  1.89057373704450304E-01
+  1.90384827215843627E-01  1.91803608241566809E-01  1.93307995954630246E-01
+  1.94892327055473297E-01  1.96550998615288131E-01  1.98278470767958570E-01
+  2.00069269255192111E-01  2.01917987829772966E-01  2.03819290522174346E-01
+  2.05767913776049055E-01  2.07758668458360107E-01  2.09786441750119318E-01
+  2.11846198923877516E-01  2.13932985014237576E-01  2.16041926387762762E-01
+  2.18168232218714342E-01  2.20307195877067014E-01  2.22454196235250506E-01
+  2.24604698900001704E-01  2.26754257375636953E-01  2.28898514164932287E-01
+  2.31033201813642952E-01  2.33154143904513167E-01  2.35257256006410315E-01
+  2.37338546583971743E-01  2.39394117872879814E-01  2.41420166725584279E-01
+  2.43412985431965073E-01  2.45368962519088879E-01  2.47284583533842306E-01
+  2.49156431811849627E-01  2.50981189235675473E-01  2.52755636984912824E-01
+  2.54476656280324121E-01  2.56141229123781566E-01  2.57746439035306030E-01
+  2.59289471788074710E-01  2.60767616141814318E-01  2.62178264574563058E-01
+  2.63518914012341732E-01  2.64787166555847719E-01  2.65980730202853399E-01
+  2.67097419564581884E-01  2.68135156573931777E-01  2.69091971183028023E-01
+  2.69966002047211162E-01  2.70755497192220251E-01  2.71458814660993475E-01
+  2.72074423136195342E-01  2.72600902534291756E-01  2.73036944566735162E-01
+  2.73381353263572158E-01  2.73633045454587054E-01  2.73791051202901980E-01
+  2.73854514185807030E-01  2.73822692017463343E-01  2.73694956508032827E-01
+  2.73470793853721028E-01  2.73149804752191749E-01  2.72731704437806366E-01
+  2.72216322631180008E-01  2.71603603397595539E-01  2.70893604908928498E-01
+  2.70086499103843303E-01  2.69182571241186275E-01  2.68182219341687345E-01
+  2.67085953513287622E-01  2.65894395155663155E-01  2.64608276039776713E-01
+  2.63228437258596182E-01  2.61755828045430738E-01  2.60191504456683598E-01
+  2.58536627916199357E-01  2.56792463618758904E-01  2.54960378790696829E-01
+  2.53041840806039031E-01  2.51038415157004091E-01  2.48951763278173116E-01
+  2.46783640224105816E-01  2.44535892200660604E-01  2.42210453950777005E-01
+  2.39809345995977030E-01  2.37334671735341091E-01  2.34788614404242230E-01
+  2.32173433895613512E-01  2.29491463447050154E-01  2.26745106197549118E-01
+  2.23936831618196025E-01  2.21069171821604321E-01  2.18144717755404227E-01
+  2.15166115285553711E-01  2.12136061175712903E-01  2.09057298969369337E-01
+  2.05932614781843631E-01  2.02764833009713596E-01  1.99556811965595549E-01
+  1.96311439446593961E-01  1.93031628245079745E-01  1.89720311610784592E-01
+  1.86380438673494492E-01  1.83014969835894520E-01  1.79626872146357669E-01
+  1.76219114661679749E-01  1.72794663809933996E-01  1.69356478763765472E-01
+  1.65907506834552854E-01  1.62450678897933881E-01  1.58988904861234209E-01
+  1.55525069183332643E-01  1.52062026457462945E-01  1.48602597067377246E-01
+  1.45149562927182563E-01  1.41705663315016633E-01  1.38273590810536057E-01
+  1.34855987345973982E-01  1.31455440380257138E-01  1.28074479205379621E-01
+  1.24715571393898481E-01  1.21381119396050591E-01  1.18073457294589165E-01
+  1.14794847725011626E-01  1.11547478968384822E-01  1.08333462223485652E-01
+  1.05154829064458138E-01  1.02013529089641938E-01  9.89114277666656438E-02
+  9.58503044783061003E-02  9.28318507730104825E-02  8.98576688233550663E-02
+  8.69292700950753811E-02  8.40480742286528332E-02  8.12154081347863099E-02
+  7.84325053044102743E-02  7.57005053332523853E-02  7.30204536602543780E-02
+  7.03933015185118638E-02  6.78199060967253076E-02  6.53010309084993135E-02
+  6.28373463661803799E-02  6.04294305552936575E-02  5.80777702050201405E-02
+  5.57827618495594021E-02  5.35447131746456736E-02  5.13638445429323437E-02
+  4.92402906914323549E-02  4.71741025937040884E-02  4.51652494790032860E-02
+  4.32136210001874202E-02  4.13190295417564316E-02  3.94812126590502466E-02
+  3.76998356392955133E-02  3.59744941749062103E-02  3.43047171391950012E-02
+  3.26899694544454250E-02  3.11296550421300659E-02  2.96231198449377169E-02
+  2.81696549101923370E-02  2.67684995242103430E-02  2.54188443871477751E-02
+  2.41198348179374362E-02  2.28705739790054444E-02  2.16701261105873566E-02
+  2.05175197646345411E-02  1.94117510285105391E-02  1.83517867289234894E-02
+  1.73365676068230196E-02  1.63650114543054566E-02  1.54360162049192381E-02
+  1.45484629691403564E-02  1.37012190071916975E-02  1.28931406318117045E-02
+  1.21230760340297998E-02  1.13898680254791804E-02  1.06923566912681348E-02
+  1.00293819479358188E-02  9.39978600153529298E-03  8.80241570141274826E-03
+  8.23612478578355373E-03  7.69977601574190710E-03  7.19224319487649696E-03
+  6.71241307219913163E-03  6.25918712662233874E-03  5.83148323174399914E-03
+  5.42823720020908524E-03  5.04840420741832323E-03  4.69096009483871076E-03
+  4.35490255363932526E-03  4.03925218982556337E-03  3.74305347247402094E-03
+  3.46537556707721996E-03  3.20531305639055108E-03  2.96198655153187031E-03
+  2.73454319641614841E-03  2.52215706891236856E-03  2.32402948238677855E-03
+  2.13938919154506649E-03  1.96749250670573720E-03  1.80762332082763048E-03
+  1.65909305377625379E-03  1.52124051844656919E-03  1.39343171346434326E-03
+  1.27505954726493524E-03  1.16554349839767817E-03  1.06432921692726969E-03
+  9.70888071801213784E-04  8.84716649025809676E-04  8.05336205443581881E-04
+  7.32292082833662294E-04  6.65153086964933877E-04  6.03510836121198021E-04
+  5.46979083489743394E-04  4.95193017661109446E-04  4.47808545330143299E-04
+  4.04501560118297428E-04  3.64967201256179803E-04  3.28919105675266280E-04
+  2.96088656860056217E-04  2.66224233608423314E-04  2.39090461639999654E-04
+  2.14467470781684448E-04  1.92150160247217766E-04  1.71947474315605169E-04
+  1.53681690502311384E-04  1.37187722108808742E-04  1.22312436831400470E-04
+  1.08913992910285803E-04  9.68611941055629418E-05  8.60328645991164281E-05
+  7.63172447408893466E-05  6.76114083855339405E-05  5.98207024014504795E-05
+  5.28582087792125134E-05  4.66442296207118990E-05  4.11057951543161029E-05
+  3.61761947950940097E-05  3.17945311528457537E-05  2.79052967842766330E-05
+  2.44579733891423331E-05  2.14066530634286165E-05  1.87096811454320566E-05
+  1.63293201227279533E-05  1.42314340091525166E-05  1.23851925507415976E-05
+  1.07627945776765818E-05  9.33920978527099772E-06  8.09193820044528358E-06
+  7.00078657051708243E-06  6.04766089799890813E-06  5.21637433795284951E-06
+  4.49246967280761190E-06  3.86305558289948243E-06  3.31665593886371736E-06
+  2.84307135389237599E-06  2.43325224931594791E-06  2.07918270550235849E-06
+  1.77377439125807445E-06  1.51076988834280846E-06  1.28465475297451367E-06
+  1.09057768293125441E-06  9.24278186702666822E-07  7.82021179783227913E-07
+  6.60537962335784113E-07  5.56973061816898721E-07  4.68836453501609317E-07
+  3.93960700956625207E-07  3.30462587195449488E-07  2.76708835338670087E-07
+  2.31285544953630493E-07  1.92970996738212057E-07  1.60711503743073378E-07
+  1.33600011814849314E-07
+  END     
+   SHAPE_FUNC   
+  1.00000000000000000E+00  9.99999999999998890E-01  9.99999999999995781E-01
+  9.99999999999990452E-01  9.99999999999982681E-01  9.99999999999972689E-01
+  9.99999999999960254E-01  9.99999999999945155E-01  9.99999999999927836E-01
+  9.99999999999907629E-01  9.99999999999885203E-01  9.99999999999860112E-01
+  9.99999999999832134E-01  9.99999999999801048E-01  9.99999999999767075E-01
+  9.99999999999730438E-01  9.99999999999690470E-01  9.99999999999647393E-01
+  9.99999999999601430E-01  9.99999999999552136E-01  9.99999999999499067E-01
+  9.99999999999442668E-01  9.99999999999383160E-01  9.99999999999319877E-01
+  9.99999999999252598E-01  9.99999999999181988E-01  9.99999999999107159E-01
+  9.99999999999028555E-01  9.99999999998945954E-01  9.99999999998859135E-01
+  9.99999999998768097E-01  9.99999999998672617E-01  9.99999999998572919E-01
+  9.99999999998468336E-01  9.99999999998359757E-01  9.99999999998245848E-01
+  9.99999999998127498E-01  9.99999999998003819E-01  9.99999999997875255E-01
+  9.99999999997741584E-01  9.99999999997602362E-01  9.99999999997458033E-01
+  9.99999999997308153E-01  9.99999999997152500E-01  9.99999999996991296E-01
+  9.99999999996823874E-01  9.99999999996650679E-01  9.99999999996471267E-01
+  9.99999999996285416E-01  9.99999999996093125E-01  9.99999999995894617E-01
+  9.99999999995689004E-01  9.99999999995476729E-01  9.99999999995257571E-01
+  9.99999999995030864E-01  9.99999999994797051E-01  9.99999999994556132E-01
+  9.99999999994306998E-01  9.99999999994050315E-01  9.99999999993785638E-01
+  9.99999999993512967E-01  9.99999999993232080E-01  9.99999999992942312E-01
+  9.99999999992644328E-01  9.99999999992337463E-01  9.99999999992021493E-01
+  9.99999999991696198E-01  9.99999999991361577E-01  9.99999999991017630E-01
+  9.99999999990663468E-01  9.99999999990299537E-01  9.99999999989925392E-01
+  9.99999999989540811E-01  9.99999999989145794E-01  9.99999999988739674E-01
+  9.99999999988322674E-01  9.99999999987894350E-01  9.99999999987454480E-01
+  9.99999999987002619E-01  9.99999999986538990E-01  9.99999999986063148E-01
+  9.99999999985574872E-01  9.99999999985073940E-01  9.99999999984559684E-01
+  9.99999999984032550E-01  9.99999999983491650E-01  9.99999999982936982E-01
+  9.99999999982368326E-01  9.99999999981785237E-01  9.99999999981187493E-01
+  9.99999999980574872E-01  9.99999999979946708E-01  9.99999999979303222E-01
+  9.99999999978644194E-01  9.99999999977968512E-01  9.99999999977276621E-01
+  9.99999999976567411E-01  9.99999999975841547E-01  9.99999999975097920E-01
+  9.99999999974336751E-01  9.99999999973557374E-01  9.99999999972759124E-01
+  9.99999999971942222E-01  9.99999999971105780E-01  9.99999999970250020E-01
+  9.99999999969373832E-01  9.99999999968477438E-01  9.99999999967560171E-01
+  9.99999999966621367E-01  9.99999999965661024E-01  9.99999999964678921E-01
+  9.99999999963673947E-01  9.99999999962646102E-01  9.99999999961594943E-01
+  9.99999999960519803E-01  9.99999999959420238E-01  9.99999999958296026E-01
+  9.99999999957146501E-01  9.99999999955971219E-01  9.99999999954769514E-01
+  9.99999999953541385E-01  9.99999999952285723E-01  9.99999999951002083E-01
+  9.99999999949690466E-01  9.99999999948349538E-01  9.99999999946979523E-01
+  9.99999999945579310E-01  9.99999999944148676E-01  9.99999999942686513E-01
+  9.99999999941193041E-01  9.99999999939666928E-01  9.99999999938107731E-01
+  9.99999999936515005E-01  9.99999999934888084E-01  9.99999999933226302E-01
+  9.99999999931528771E-01  9.99999999929795047E-01  9.99999999928024463E-01
+  9.99999999926215910E-01  9.99999999924369165E-01  9.99999999922483562E-01
+  9.99999999920557769E-01  9.99999999918591786E-01  9.99999999916584503E-01
+  9.99999999914534365E-01  9.99999999912442039E-01  9.99999999910305748E-01
+  9.99999999908124826E-01  9.99999999905898607E-01  9.99999999903625980E-01
+  9.99999999901306502E-01  9.99999999898938841E-01  9.99999999896522551E-01
+  9.99999999894055858E-01  9.99999999891538760E-01  9.99999999888970370E-01
+  9.99999999886348689E-01  9.99999999883673718E-01  9.99999999880944124E-01
+  9.99999999878158574E-01  9.99999999875316403E-01  9.99999999872416723E-01
+  9.99999999869457756E-01  9.99999999866439504E-01  9.99999999863359523E-01
+  9.99999999860218036E-01  9.99999999857012600E-01  9.99999999853742771E-01
+  9.99999999850407661E-01  9.99999999847005050E-01  9.99999999843534715E-01
+  9.99999999839994658E-01  9.99999999836383990E-01  9.99999999832701381E-01
+  9.99999999828945052E-01  9.99999999825114338E-01  9.99999999821207464E-01
+  9.99999999817223095E-01  9.99999999813159901E-01  9.99999999809016327E-01
+  9.99999999804790596E-01  9.99999999800481820E-01  9.99999999796088002E-01
+  9.99999999791607586E-01  9.99999999787039240E-01  9.99999999782381410E-01
+  9.99999999777632098E-01  9.99999999772789527E-01  9.99999999767852588E-01
+  9.99999999762819058E-01  9.99999999757687608E-01  9.99999999752456015E-01
+  9.99999999747122503E-01  9.99999999741685297E-01  9.99999999736142620E-01
+  9.99999999730492251E-01  9.99999999724732413E-01  9.99999999718861332E-01
+  9.99999999712876342E-01  9.99999999706776110E-01  9.99999999700557973E-01
+  9.99999999694219932E-01  9.99999999687760210E-01  9.99999999681175922E-01
+  9.99999999674465290E-01  9.99999999667625650E-01  9.99999999660654781E-01
+  9.99999999653550686E-01  9.99999999646310478E-01  9.99999999638931714E-01
+  9.99999999631412173E-01  9.99999999623748970E-01  9.99999999615939661E-01
+  9.99999999607981804E-01  9.99999999599872291E-01  9.99999999591608679E-01
+  9.99999999583187638E-01  9.99999999574607168E-01  9.99999999565863940E-01
+  9.99999999556954622E-01  9.99999999547877216E-01  9.99999999538627726E-01
+  9.99999999529203487E-01  9.99999999519601390E-01  9.99999999509817661E-01
+  9.99999999499849634E-01  9.99999999489693758E-01  9.99999999479347146E-01
+  9.99999999468805356E-01  9.99999999458065725E-01  9.99999999447124255E-01
+  9.99999999435976950E-01  9.99999999424621144E-01  9.99999999413052398E-01
+  9.99999999401266937E-01  9.99999999389260985E-01  9.99999999377030324E-01
+  9.99999999364571179E-01  9.99999999351879332E-01  9.99999999338950785E-01
+  9.99999999325780875E-01  9.99999999312365606E-01  9.99999999298700759E-01
+  9.99999999284781227E-01  9.99999999270603013E-01  9.99999999256161010E-01
+  9.99999999241450777E-01  9.99999999226467429E-01  9.99999999211206303E-01
+  9.99999999195662292E-01  9.99999999179830068E-01  9.99999999163704523E-01
+  9.99999999147280993E-01  9.99999999130553485E-01  9.99999999113516447E-01
+  9.99999999096164993E-01  9.99999999078492907E-01  9.99999999060494860E-01
+  9.99999999042165078E-01  9.99999999023497121E-01  9.99999999004485440E-01
+  9.99999998985123595E-01  9.99999998965405590E-01  9.99999998945324986E-01
+  9.99999998924875344E-01  9.99999998904049558E-01  9.99999998882841634E-01
+  9.99999998861244688E-01  9.99999998839251170E-01  9.99999998816854641E-01
+  9.99999998794047551E-01  9.99999998770822796E-01  9.99999998747172825E-01
+  9.99999998723090089E-01  9.99999998698566817E-01  9.99999998673595680E-01
+  9.99999998648168020E-01  9.99999998622275621E-01  9.99999998595910933E-01
+  9.99999998569065074E-01  9.99999998541729607E-01  9.99999998513895871E-01
+  9.99999998485554764E-01  9.99999998456697625E-01  9.99999998427315129E-01
+  9.99999998397397949E-01  9.99999998366936538E-01  9.99999998335921125E-01
+  9.99999998304342164E-01  9.99999998272189661E-01  9.99999998239452736E-01
+  9.99999998206122065E-01  9.99999998172186544E-01  9.99999998137635293E-01
+  9.99999998102457655E-01  9.99999998066642748E-01  9.99999998030178583E-01
+  9.99999997993054279E-01  9.99999997955257847E-01  9.99999997916777739E-01
+  9.99999997877601521E-01  9.99999997837716759E-01  9.99999997797111018E-01
+  9.99999997755771641E-01  9.99999997713685751E-01  9.99999997670839802E-01
+  9.99999997627220472E-01  9.99999997582814215E-01  9.99999997537606822E-01
+  9.99999997491584303E-01  9.99999997444732669E-01  9.99999997397036378E-01
+  9.99999997348480996E-01  9.99999997299051424E-01  9.99999997248732342E-01
+  9.99999997197507318E-01  9.99999997145361030E-01  9.99999997092276827E-01
+  9.99999997038238275E-01  9.99999996983228723E-01  9.99999996927230850E-01
+  9.99999996870227115E-01  9.99999996812199976E-01  9.99999996753130782E-01
+  9.99999996693001991E-01  9.99999996631794286E-01  9.99999996569489236E-01
+  9.99999996506066857E-01  9.99999996441507610E-01  9.99999996375791733E-01
+  9.99999996308898575E-01  9.99999996240807487E-01  9.99999996171497152E-01
+  9.99999996100946253E-01  9.99999996029132809E-01  9.99999995956034837E-01
+  9.99999995881629689E-01  9.99999995805893827E-01  9.99999995728804159E-01
+  9.99999995650336926E-01  9.99999995570468148E-01  9.99999995489172289E-01
+  9.99999995406424924E-01  9.99999995322200297E-01  9.99999995236472650E-01
+  9.99999995149214893E-01  9.99999995060400826E-01  9.99999994970002470E-01
+  9.99999994877992071E-01  9.99999994784341650E-01  9.99999994689022342E-01
+  9.99999994592004615E-01  9.99999994493258271E-01  9.99999994392753333E-01
+  9.99999994290458494E-01  9.99999994186342667E-01  9.99999994080373877E-01
+  9.99999993972519485E-01  9.99999993862745962E-01  9.99999993751020444E-01
+  9.99999993637307849E-01  9.99999993521573316E-01  9.99999993403781762E-01
+  9.99999993283896549E-01  9.99999993161881484E-01  9.99999993037698376E-01
+  9.99999992911309921E-01  9.99999992782677261E-01  9.99999992651760428E-01
+  9.99999992518519898E-01  9.99999992382915037E-01  9.99999992244903879E-01
+  9.99999992104444235E-01  9.99999991961493029E-01  9.99999991816006961E-01
+  9.99999991667941401E-01  9.99999991517251052E-01  9.99999991363889729E-01
+  9.99999991207811023E-01  9.99999991048966530E-01  9.99999990887308510E-01
+  9.99999990722787224E-01  9.99999990555352714E-01  9.99999990384953241E-01
+  9.99999990211537737E-01  9.99999990035052466E-01  9.99999989855444360E-01
+  9.99999989672658574E-01  9.99999989486638929E-01  9.99999989297329250E-01
+  9.99999989104671583E-01  9.99999988908607529E-01  9.99999988709077137E-01
+  9.99999988506019788E-01  9.99999988299373532E-01  9.99999988089075975E-01
+  9.99999987875062724E-01  9.99999987657268719E-01  9.99999987435628013E-01
+  9.99999987210072883E-01  9.99999986980535382E-01  9.99999986746945124E-01
+  9.99999986509231498E-01  9.99999986267322338E-01  9.99999986021144149E-01
+  9.99999985770622102E-01  9.99999985515680478E-01  9.99999985256241564E-01
+  9.99999984992226643E-01  9.99999984723556001E-01  9.99999984450147816E-01
+  9.99999984171919487E-01  9.99999983888786415E-01  9.99999983600663112E-01
+  9.99999983307461870E-01  9.99999983009094096E-01  9.99999982705469637E-01
+  9.99999982396496123E-01  9.99999982082080296E-01  9.99999981762126677E-01
+  9.99999981436538898E-01  9.99999981105218150E-01  9.99999980768064289E-01
+  9.99999980424975399E-01  9.99999980075847339E-01  9.99999979720574861E-01
+  9.99999979359050273E-01  9.99999978991164995E-01  9.99999978616806895E-01
+  9.99999978235863840E-01  9.99999977848219701E-01  9.99999977453758127E-01
+  9.99999977052359657E-01  9.99999976643903277E-01  9.99999976228265752E-01
+  9.99999975805320962E-01  9.99999975374941896E-01  9.99999974936998659E-01
+  9.99999974491358912E-01  9.99999974037887984E-01  9.99999973576449763E-01
+  9.99999973106904472E-01  9.99999972629110667E-01  9.99999972142924021E-01
+  9.99999971648198427E-01  9.99999971144784450E-01  9.99999970632530877E-01
+  9.99999970111282943E-01  9.99999969580883663E-01  9.99999969041173165E-01
+  9.99999968491988689E-01  9.99999967933165701E-01  9.99999967364535003E-01
+  9.99999966785926064E-01  9.99999966197164247E-01  9.99999965598072360E-01
+  9.99999964988470436E-01  9.99999964368174177E-01  9.99999963736998398E-01
+  9.99999963094751920E-01  9.99999962441242229E-01  9.99999961776272372E-01
+  9.99999961099642731E-01  9.99999960411150024E-01  9.99999959710586639E-01
+  9.99999958997742411E-01  9.99999958272402623E-01  9.99999957534349893E-01
+  9.99999956783361954E-01  9.99999956019213654E-01  9.99999955241675065E-01
+  9.99999954450512596E-01  9.99999953645488548E-01  9.99999952826361116E-01
+  9.99999951992884939E-01  9.99999951144809107E-01  9.99999950281879268E-01
+  9.99999949403836297E-01  9.99999948510416514E-01  9.99999947601351913E-01
+  9.99999946676369822E-01  9.99999945735192575E-01  9.99999944777537508E-01
+  9.99999943803117852E-01  9.99999942811640952E-01  9.99999941802809378E-01
+  9.99999940776320928E-01  9.99999939731867293E-01  9.99999938669135835E-01
+  9.99999937587807586E-01  9.99999936487558361E-01  9.99999935368058535E-01
+  9.99999934228972265E-01  9.99999933069958491E-01  9.99999931890669824E-01
+  9.99999930690752881E-01  9.99999929469847726E-01  9.99999928227589097E-01
+  9.99999926963604846E-01  9.99999925677516055E-01  9.99999924368938031E-01
+  9.99999923037478200E-01  9.99999921682738435E-01  9.99999920304312617E-01
+  9.99999918901788631E-01  9.99999917474746147E-01  9.99999916022757951E-01
+  9.99999914545389501E-01  9.99999913042198929E-01  9.99999911512736039E-01
+  9.99999909956543309E-01  9.99999908373154889E-01  9.99999906762097046E-01
+  9.99999905122887833E-01  9.99999903455037198E-01  9.99999901758045873E-01
+  9.99999900031406264E-01  9.99999898274602006E-01  9.99999896487108186E-01
+  9.99999894668389566E-01  9.99999892817902580E-01  9.99999890935093894E-01
+  9.99999889019400845E-01  9.99999887070251003E-01  9.99999885087060836E-01
+  9.99999883069238371E-01  9.99999881016179648E-01  9.99999878927271824E-01
+  9.99999876801890952E-01  9.99999874639400654E-01  9.99999872439156001E-01
+  9.99999870200499297E-01  9.99999867922761632E-01  9.99999865605262328E-01
+  9.99999863247309273E-01  9.99999860848198363E-01  9.99999858407212838E-01
+  9.99999855923623282E-01  9.99999853396688954E-01  9.99999850825654457E-01
+  9.99999848209752518E-01  9.99999845548202204E-01  9.99999842840207931E-01
+  9.99999840084962566E-01  9.99999837281642767E-01  9.99999834429411649E-01
+  9.99999831527418115E-01  9.99999828574796190E-01  9.99999825570664469E-01
+  9.99999822514126113E-01  9.99999819404269519E-01  9.99999816240166206E-01
+  9.99999813020872597E-01  9.99999809745427903E-01  9.99999806412854797E-01
+  9.99999803022158740E-01  9.99999799572329096E-01  9.99999796062336355E-01
+  9.99999792491132911E-01  9.99999788857654615E-01  9.99999785160817112E-01
+  9.99999781399518284E-01  9.99999777572635806E-01  9.99999773679029258E-01
+  9.99999769717537235E-01  9.99999765686978570E-01  9.99999761586151115E-01
+  9.99999757413832735E-01  9.99999753168779537E-01  9.99999748849725423E-01
+  9.99999744455383976E-01  9.99999739984444025E-01  9.99999735435574078E-01
+  9.99999730807417220E-01  9.99999726098594999E-01  9.99999721307703315E-01
+  9.99999716433315089E-01  9.99999711473977260E-01  9.99999706428212010E-01
+  9.99999701294515986E-01  9.99999696071359523E-01  9.99999690757186532E-01
+  9.99999685350413725E-01  9.99999679849430056E-01  9.99999674252596393E-01
+  9.99999668558246735E-01  9.99999662764683217E-01  9.99999656870181330E-01
+  9.99999650872984924E-01  9.99999644771307761E-01  9.99999638563332516E-01
+  9.99999632247210779E-01  9.99999625821060500E-01  9.99999619282968988E-01
+  9.99999612630988910E-01  9.99999605863139518E-01  9.99999598977405757E-01
+  9.99999591971737156E-01  9.99999584844047940E-01  9.99999577592215916E-01
+  9.99999570214082256E-01  9.99999562707450385E-01  9.99999555070085533E-01
+  9.99999547299714187E-01  9.99999539394023973E-01  9.99999531350660775E-01
+  9.99999523167230508E-01  9.99999514841297898E-01  9.99999506370385149E-01
+  9.99999497751970390E-01  9.99999488983489337E-01  9.99999480062332302E-01
+  9.99999470985844408E-01  9.99999461751324592E-01  9.99999452356025054E-01
+  9.99999442797150251E-01  9.99999433071855792E-01  9.99999423177247881E-01
+  9.99999413110382873E-01  9.99999402868265830E-01  9.99999392447849078E-01
+  9.99999381846033097E-01  9.99999371059663633E-01  9.99999360085531697E-01
+  9.99999348920373010E-01  9.99999337560866675E-01  9.99999326003633393E-01
+  9.99999314245235360E-01  9.99999302282175373E-01  9.99999290110895500E-01
+  9.99999277727775193E-01  9.99999265129132286E-01  9.99999252311219222E-01
+  9.99999239270224716E-01  9.99999226002269981E-01  9.99999212503409396E-01
+  9.99999198769629505E-01  9.99999184796845464E-01  9.99999170580903152E-01
+  9.99999156117575394E-01  9.99999141402561076E-01  9.99999126431485807E-01
+  9.99999111199898372E-01  9.99999095703269281E-01  9.99999079936992441E-01
+  9.99999063896379492E-01  9.99999047576662581E-01  9.99999030972989811E-01
+  9.99999014080425241E-01  9.99998996893947334E-01  9.99998979408446620E-01
+  9.99998961618726812E-01  9.99998943519498584E-01  9.99998925105382686E-01
+  9.99998906370906160E-01  9.99998887310500129E-01  9.99998867918499679E-01
+  9.99998848189141198E-01  9.99998828116561045E-01  9.99998807694793990E-01
+  9.99998786917770444E-01  9.99998765779315901E-01  9.99998744273148277E-01
+  9.99998722392877237E-01  9.99998700131999541E-01  9.99998677483901477E-01
+  9.99998654441852319E-01  9.99998630999005211E-01  9.99998607148394725E-01
+  9.99998582882933640E-01  9.99998558195411946E-01  9.99998533078495289E-01
+  9.99998507524719749E-01  9.99998481526493954E-01  9.99998455076093751E-01
+  9.99998428165660092E-01  9.99998400787199038E-01  9.99998372932576207E-01
+  9.99998344593516220E-01  9.99998315761601253E-01  9.99998286428265271E-01
+  9.99998256584794909E-01  9.99998226222324926E-01  9.99998195331835760E-01
+  9.99998163904151638E-01  9.99998131929937140E-01  9.99998099399695306E-01
+  9.99998066303763089E-01  9.99998032632310352E-01  9.99997998375335762E-01
+  9.99997963522664457E-01  9.99997928063945385E-01  9.99997891988646304E-01
+  9.99997855286053339E-01  9.99997817945266210E-01  9.99997779955194455E-01
+  9.99997741304556209E-01  9.99997701981872433E-01  9.99997661975465690E-01
+  9.99997621273455040E-01  9.99997579863753150E-01  9.99997537734063524E-01
+  9.99997494871875281E-01  9.99997451264460047E-01  9.99997406898868846E-01
+  9.99997361761927661E-01  9.99997315840233991E-01  9.99997269120151411E-01
+  9.99997221587808016E-01  9.99997173229089875E-01  9.99997124029638695E-01
+  9.99997073974845940E-01  9.99997023049849831E-01  9.99996971239530574E-01
+  9.99996918528505141E-01  9.99996864901124050E-01  9.99996810341465370E-01
+  9.99996754833330614E-01  9.99996698360240743E-01  9.99996640905429057E-01
+  9.99996582451839311E-01  9.99996522982117275E-01  9.99996462478608739E-01
+  9.99996400923352180E-01  9.99996338298073661E-01  9.99996274584182832E-01
+  9.99996209762765376E-01  9.99996143814579130E-01  9.99996076720047533E-01
+  9.99996008459254182E-01  9.99995939011936175E-01  9.99995868357478890E-01
+  9.99995796474910326E-01  9.99995723342892995E-01  9.99995648939719817E-01
+  9.99995573243306013E-01  9.99995496231183556E-01  9.99995417880493953E-01
+  9.99995338167982029E-01  9.99995257069988264E-01  9.99995174562442357E-01
+  9.99995090620855565E-01  9.99995005220315036E-01  9.99994918335473382E-01
+  9.99994829940544561E-01  9.99994740009293226E-01  9.99994648515030171E-01
+  9.99994555430600340E-01  9.99994460728378942E-01  9.99994364380260681E-01
+  9.99994266357652095E-01  9.99994166631462567E-01  9.99994065172097102E-01
+  9.99993961949446231E-01  9.99993856932877345E-01  9.99993750091226263E-01
+  9.99993641392787347E-01  9.99993530805303954E-01  9.99993418295959557E-01
+  9.99993303831367086E-01  9.99993187377560266E-01  9.99993068899983295E-01
+  9.99992948363478629E-01  9.99992825732279322E-01  9.99992700969996817E-01
+  9.99992574039610504E-01  9.99992444903457178E-01  9.99992313523218379E-01
+  9.99992179859911845E-01  9.99992043873877079E-01  9.99991905524765023E-01
+  9.99991764771525404E-01  9.99991621572395739E-01  9.99991475884887571E-01
+  9.99991327665775143E-01  9.99991176871081189E-01  9.99991023456065498E-01
+  9.99990867375210035E-01  9.99990708582206178E-01  9.99990547029942056E-01
+  9.99990382670486455E-01  9.99990215455076381E-01  9.99990045334101296E-01
+  9.99989872257089352E-01  9.99989696172692399E-01  9.99989517028670338E-01
+  9.99989334771875238E-01  9.99989149348236794E-01  9.99988960702745677E-01
+  9.99988768779436432E-01  9.99988573521372381E-01  9.99988374870627084E-01
+  9.99988172768269235E-01  9.99987967154343349E-01  9.99987757967852331E-01
+  9.99987545146740708E-01  9.99987328627874428E-01  9.99987108347023534E-01
+  9.99986884238841522E-01  9.99986656236848570E-01  9.99986424273408891E-01
+  9.99986188279712973E-01  9.99985948185756146E-01  9.99985703920316715E-01
+  9.99985455410937862E-01  9.99985202583903776E-01  9.99984945364217337E-01
+  9.99984683675580910E-01  9.99984417440370255E-01  9.99984146579612987E-01
+  9.99983871012966374E-01  9.99983590658691912E-01  9.99983305433631009E-01
+  9.99983015253181007E-01  9.99982720031270644E-01  9.99982419680333412E-01
+  9.99982114111281462E-01  9.99981803233481070E-01  9.99981486954723775E-01
+  9.99981165181199172E-01  9.99980837817468937E-01  9.99980504766436629E-01
+  9.99980165929319154E-01  9.99979821205618791E-01  9.99979470493091882E-01
+  9.99979113687719967E-01  9.99978750683676587E-01  9.99978381373298975E-01
+  9.99978005647054191E-01  9.99977623393507042E-01  9.99977234499286882E-01
+  9.99976838849054528E-01  9.99976436325467843E-01  9.99976026809146656E-01
+  9.99975610178637675E-01  9.99975186310379183E-01  9.99974755078661959E-01
+  9.99974316355595860E-01  9.99973870011068078E-01  9.99973415912707053E-01
+  9.99972953925842178E-01  9.99972483913464272E-01  9.99972005736185610E-01
+  9.99971519252196517E-01  9.99971024317225288E-01  9.99970520784495887E-01
+  9.99970008504681096E-01  9.99969487325862882E-01  9.99968957093483990E-01
+  9.99968417650302754E-01  9.99967868836347806E-01  9.99967310488869776E-01
+  9.99966742442291889E-01  9.99966164528163892E-01  9.99965576575108539E-01
+  9.99964978408773630E-01  9.99964369851779278E-01  9.99963750723665279E-01
+  9.99963120840837383E-01  9.99962480016513111E-01  9.99961828060667357E-01
+  9.99961164779974321E-01  9.99960489977751332E-01  9.99959803453900786E-01
+  9.99959105004849969E-01  9.99958394423491437E-01  9.99957671499120737E-01
+  9.99956936017375231E-01  9.99956187760169923E-01  9.99955426505633072E-01
+  9.99954652028039237E-01  9.99953864097744449E-01  9.99953062481116373E-01
+  9.99952246940466360E-01  9.99951417233978179E-01  9.99950573115635843E-01
+  9.99949714335153450E-01  9.99948840637896907E-01  9.99947951764812326E-01
+  9.99947047452346527E-01  9.99946127432370657E-01  9.99945191432099700E-01
+  9.99944239174011651E-01  9.99943270375766802E-01  9.99942284750122035E-01
+  9.99941282004847221E-01  9.99940261842637179E-01  9.99939223961025414E-01
+  9.99938168052292964E-01  9.99937093803378585E-01  9.99936000895783939E-01
+  9.99934889005481664E-01  9.99933757802817680E-01  9.99932606952414482E-01
+  9.99931436113071004E-01  9.99930244937661805E-01  9.99929033073034601E-01
+  9.99927800159905900E-01  9.99926545832752756E-01  9.99925269719706966E-01
+  9.99923971442443382E-01  9.99922650616067554E-01  9.99921306849003044E-01
+  9.99919939742874520E-01  9.99918548892390291E-01  9.99917133885220633E-01
+  9.99915694301878877E-01  9.99914229715593406E-01  9.99912739692184083E-01
+  9.99911223789932024E-01  9.99909681559449703E-01  9.99908112543547500E-01
+  9.99906516277098034E-01  9.99904892286898939E-01  9.99903240091531975E-01
+  9.99901559201221146E-01  9.99899849117687367E-01  9.99898109334000362E-01
+  9.99896339334429896E-01  9.99894538594292115E-01  9.99892706579793344E-01
+  9.99890842747874098E-01  9.99888946546045654E-01  9.99887017412229517E-01
+  9.99885054774588444E-01  9.99883058051357687E-01  9.99881026650673244E-01
+  9.99878959970397108E-01  9.99876857397936969E-01  9.99874718310067134E-01
+  9.99872542072742343E-01  9.99870328040911027E-01  9.99868075558323910E-01
+  9.99865783957338938E-01  9.99863452558725663E-01  9.99861080671462177E-01
+  9.99858667592531503E-01  9.99856212606712869E-01  9.99853714986370434E-01
+  9.99851173991238462E-01  9.99848588868200050E-01  9.99845958851067196E-01
+  9.99843283160351537E-01  9.99840561003034756E-01  9.99837791572333434E-01
+  9.99834974047460912E-01  9.99832107593382813E-01  9.99829191360572689E-01
+  9.99826224484756776E-01  9.99823206086662197E-01  9.99820135271753507E-01
+  9.99817011129969679E-01  9.99813832735454988E-01  9.99810599146283563E-01
+  9.99807309404181832E-01  9.99803962534244639E-01  9.99800557544647805E-01
+  9.99797093426351813E-01  9.99793569152806261E-01  9.99789983679645333E-01
+  9.99786335944377602E-01  9.99782624866073055E-01  9.99778849345042464E-01
+  9.99775008262513198E-01  9.99771100480296715E-01  9.99767124840453381E-01
+  9.99763080164948748E-01  9.99758965255305720E-01  9.99754778892250395E-01
+  9.99750519835350682E-01  9.99746186822650151E-01  9.99741778570293893E-01
+  9.99737293772150815E-01  9.99732731099424288E-01  9.99728089200262904E-01
+  9.99723366699357352E-01  9.99718562197536409E-01  9.99713674271351271E-01
+  9.99708701472656669E-01  9.99703642328180542E-01  9.99698495339090498E-01
+  9.99693258980550170E-01  9.99687931701267241E-01  9.99682511923037143E-01
+  9.99676998040274767E-01  9.99671388419540619E-01  9.99665681399058870E-01
+  9.99659875288225086E-01  9.99653968367106627E-01  9.99647958885935717E-01
+  9.99641845064590973E-01  9.99635625092073488E-01  9.99629297125968930E-01
+  9.99622859291906418E-01  9.99616309683002191E-01  9.99609646359298165E-01
+  9.99602867347188284E-01  9.99595970638835096E-01  9.99588954191578671E-01
+  9.99581815927331085E-01  9.99574553731964688E-01  9.99567165454686268E-01
+  9.99559648907403675E-01  9.99552001864078443E-01  9.99544222060070320E-01
+  9.99536307191467133E-01  9.99528254914405667E-01  9.99520062844380441E-01
+  9.99511728555538159E-01  9.99503249579964725E-01  9.99494623406953941E-01
+  9.99485847482269985E-01  9.99476919207390346E-01  9.99467835938743110E-01
+  9.99458594986924131E-01  9.99449193615905895E-01  9.99439629042228606E-01
+  9.99429898434182284E-01  9.99419998910968999E-01  9.99409927541855536E-01
+  9.99399681345307767E-01  9.99389257288113342E-01  9.99378652284486857E-01
+  9.99367863195160799E-01  9.99356886826459734E-01  9.99345719929360832E-01
+  9.99334359198535305E-01  9.99322801271374961E-01  9.99311042727001442E-01
+  9.99299080085261027E-01  9.99286909805695789E-01  9.99274528286504871E-01
+  9.99261931863481334E-01  9.99249116808935578E-01  9.99236079330596660E-01
+  9.99222815570496525E-01  9.99209321603835243E-01  9.99195593437825713E-01
+  9.99181627010519269E-01  9.99167418189610967E-01  9.99152962771223119E-01
+  9.99138256478670161E-01  9.99123294961201891E-01  9.99108073792721707E-01
+  9.99092588470488097E-01  9.99076834413790471E-01  9.99060806962602466E-01
+  9.99044501376212923E-01  9.99027912831834453E-01  9.99011036423185117E-01
+  9.98993867159048143E-01  9.98976399961806649E-01  9.98958629665953390E-01
+  9.98940551016572864E-01  9.98922158667800431E-01  9.98903447181253790E-01
+  9.98884411024435925E-01  9.98865044569114402E-01  9.98845342089668908E-01
+  9.98825297761413711E-01  9.98804905658889131E-01  9.98784159754124934E-01
+  9.98763053914874521E-01  9.98741581902817477E-01  9.98719737371732474E-01
+  9.98697513865638986E-01  9.98674904816905573E-01  9.98651903544329866E-01
+  9.98628503251180133E-01  9.98604697023207755E-01  9.98580477826625623E-01
+  9.98555838506049231E-01  9.98530771782404902E-01  9.98505270250801935E-01
+  9.98479326378367893E-01  9.98452932502048918E-01  9.98426080826368412E-01
+  9.98398763421154190E-01  9.98370972219219110E-01  9.98342699014008961E-01
+  9.98313935457206703E-01  9.98284673056297645E-01  9.98254903172090979E-01
+  9.98224617016203020E-01  9.98193805648492694E-01  9.98162459974459626E-01
+  9.98130570742592038E-01  9.98098128541674678E-01  9.98065123798046683E-01
+  9.98031546772816802E-01  9.97997387559029003E-01  9.97962636078782661E-01
+  9.97927282080299571E-01  9.97891315134946555E-01  9.97854724634204659E-01
+  9.97817499786586626E-01  9.97779629614506169E-01  9.97741102951088865E-01
+  9.97701908436934959E-01  9.97662034516822449E-01  9.97621469436358654E-01
+  9.97580201238572939E-01  9.97538217760452928E-01  9.97495506629423545E-01
+  9.97452055259763881E-01  9.97407850848968325E-01  9.97362880374040861E-01
+  9.97317130587733192E-01  9.97270588014715242E-01  9.97223238947683943E-01
+  9.97175069443406392E-01  9.97126065318694743E-01  9.97076212146318142E-01
+  9.97025495250841054E-01  9.96973899704397981E-01  9.96921410322390233E-01
+  9.96868011659119091E-01  9.96813688003339138E-01  9.96758423373743541E-01
+  9.96702201514367947E-01  9.96645005889924107E-01  9.96586819681052338E-01
+  9.96527625779494275E-01  9.96467406783190568E-01  9.96406144991290543E-01
+  9.96343822399085144E-01  9.96280420692852275E-01  9.96215921244619440E-01
+  9.96150305106836664E-01  9.96083553006966382E-01  9.96015645341978728E-01
+  9.95946562172760230E-01  9.95876283218428360E-01  9.95804787850554485E-01
+  9.95732055087288903E-01  9.95658063587392950E-01  9.95582791644171516E-01
+  9.95506217179305763E-01  9.95428317736587243E-01  9.95349070475546438E-01
+  9.95268452164981166E-01  9.95186439176375948E-01  9.95103007477216694E-01
+  9.95018132624195473E-01  9.94931789756306584E-01  9.94843953587828400E-01
+  9.94754598401192958E-01  9.94663698039740529E-01  9.94571225900357292E-01
+  9.94477154925991091E-01  9.94381457598052743E-01  9.94284105928689765E-01
+  9.94185071452939217E-01  9.94084325220750742E-01  9.93981837788889266E-01
+  9.93877579212699702E-01  9.93771519037746631E-01  9.93663626291316993E-01
+  9.93553869473790874E-01  9.93442216549872303E-01  9.93328634939681265E-01
+  9.93213091509708823E-01  9.93095552563623807E-01  9.92975983832937725E-01
+  9.92854350467523017E-01  9.92730617025980089E-01  9.92604747465856918E-01
+  9.92476705133712223E-01  9.92346452755025421E-01  9.92213952423948387E-01
+  9.92079165592900103E-01  9.91942053061996454E-01  9.91802574968320139E-01
+  9.91660690775021059E-01  9.91516359260253388E-01  9.91369538505938896E-01
+  9.91220185886358851E-01  9.91068258056573725E-01  9.90913710940662606E-01
+  9.90756499719787964E-01  9.90596578820075790E-01  9.90433901900313440E-01
+  9.90268421839464841E-01  9.90100090723992410E-01  9.89928859834993125E-01
+  9.89754679635142409E-01  9.89577499755439516E-01  9.89397268981761058E-01
+  9.89213935241211151E-01  9.89027445588273157E-01  9.88837746190756151E-01
+  9.88644782315535542E-01  9.88448498314086321E-01  9.88248837607805353E-01
+  9.88045742673120064E-01  9.87839155026383753E-01  9.87629015208552841E-01
+  9.87415262769644198E-01  9.87197836252972305E-01  9.86976673179160713E-01
+  9.86751710029929008E-01  9.86522882231650744E-01  9.86290124138681001E-01
+  9.86053369016453685E-01  9.85812549024339457E-01  9.85567595198272750E-01
+  9.85318437433136740E-01  9.85065004464908966E-01  9.84807223852563030E-01
+  9.84545021959729483E-01  9.84278323936104704E-01  9.84007053698618961E-01
+  9.83731133912346900E-01  9.83450485971173460E-01  9.83165029978201654E-01
+  9.82874684725907999E-01  9.82579367676041593E-01  9.82278994939264849E-01
+  9.81973481254535208E-01  9.81662739968226283E-01  9.81346683012988663E-01
+  9.81025220886347582E-01  9.80698262629034700E-01  9.80365715803058979E-01
+  9.80027486469509213E-01  9.79683479166092441E-01  9.79333596884403801E-01
+  9.78977741046930472E-01  9.78615811483789177E-01  9.78247706409192230E-01
+  9.77873322397650124E-01  9.77492554359905119E-01  9.77105295518595929E-01
+  9.76711437383656733E-01  9.76310869727451180E-01  9.75903480559638603E-01
+  9.75489156101777444E-01  9.75067780761663561E-01  9.74639237107409073E-01
+  9.74203405841258308E-01  9.73760165773146835E-01  9.73309393794004607E-01
+  9.72850964848803401E-01  9.72384751909353473E-01  9.71910625946852846E-01
+  9.71428455904187693E-01  9.70938108667996347E-01  9.70439449040489510E-01
+  9.69932339711039093E-01  9.69416641227538456E-01  9.68892211967534278E-01
+  9.68358908109141492E-01  9.67816583601742608E-01  9.67265090136479544E-01
+  9.66704277116543609E-01  9.66133991627267097E-01  9.65554078406031469E-01
+  9.64964379811992679E-01  9.64364735795633088E-01  9.63754983868152726E-01
+  9.63134959070701901E-01  9.62504493943474482E-01  9.61863418494661171E-01
+  9.61211560169282886E-01  9.60548743817909778E-01  9.59874791665280891E-01
+  9.59189523278836886E-01  9.58492755537176722E-01  9.57784302598456483E-01
+  9.57063975868740813E-01  9.56331583970327914E-01  9.55586932710057124E-01
+  9.54829825047623371E-01  9.54060061063910392E-01  9.53277437929369142E-01
+  9.52481749872451489E-01  9.51672788148126170E-01  9.50850341006499900E-01
+  9.50014193661559814E-01  9.49164128260066464E-01  9.48299923850618676E-01
+  9.47421356352920352E-01  9.46528198527268327E-01  9.45620219944297902E-01
+  9.44697186955009816E-01  9.43758862661111309E-01  9.42805006885700903E-01
+  9.41835376144333880E-01  9.40849723616497546E-01  9.39847799117537797E-01
+  9.38829349071069075E-01  9.37794116481911133E-01  9.36741840909588563E-01
+  9.35672258442438953E-01  9.34585101672369301E-01  9.33480099670311536E-01
+  9.32356977962416567E-01  9.31215458507042348E-01  9.30055259672583734E-01
+  9.28876096216196601E-01  9.27677679263469557E-01  9.26459716289104618E-01
+  9.25221911098659811E-01  9.23963963811415767E-01  9.22685570844432479E-01
+  9.21386424897857381E-01  9.20066214941555605E-01  9.18724626203126671E-01
+  9.17361340157389016E-01  9.15976034517396842E-01  9.14568383227075454E-01
+  9.13138056455548131E-01  9.11684720593242348E-01  9.10208038249858520E-01
+  9.08707668254287060E-01  9.07183265656573590E-01  9.05634481732012886E-01
+  9.04060963987482924E-01  9.02462356170108393E-01  9.00838298278365368E-01
+  8.99188426575726840E-01  8.97512373606963454E-01  8.95809768217215585E-01
+  8.94080235573943227E-01  8.92323397191889245E-01  8.90538870961166129E-01
+  8.88726271178602700E-01  8.86885208582480877E-01  8.85015290390793408E-01
+  8.83116120343170219E-01  8.81187298746607062E-01  8.79228422525153208E-01
+  8.77239085273700092E-01  8.75218877316038424E-01  8.73167385767328108E-01
+  8.71084194601161266E-01  8.68968884721375567E-01  8.66821034038793181E-01
+  8.64640217553068635E-01  8.62426007439816789E-01  8.60177973143218089E-01
+  8.57895681474282190E-01  8.55578696714974107E-01  8.53226580728398409E-01
+  8.50838893075242519E-01  8.48415191136699831E-01  8.45955030244075368E-01
+  8.43457963815297918E-01  8.40923543498562243E-01  8.38351319323330513E-01
+  8.35740839858920670E-01  8.33091652380927972E-01  8.30403303045711083E-01
+  8.27675337073199957E-01  8.24907298938269973E-01  8.22098732570940349E-01
+  8.19249181565654405E-01  8.16358189399911116E-01  8.13425299662511314E-01
+  8.10450056291691090E-01  8.07432003823422617E-01  8.04370687650158511E-01
+  8.01265654290303830E-01  7.98116451668704374E-01  7.94922629408439163E-01
+  7.91683739134209530E-01  7.88399334787622807E-01  7.85068972954665267E-01
+  7.81692213205666175E-01  7.78268618448052396E-01  7.74797755292198742E-01
+  7.71279194430674497E-01  7.67712511031191758E-01  7.64097285143562455E-01
+  7.60433102120959936E-01  7.56719553055796856E-01  7.52956235230514137E-01
+  7.49142752583581650E-01  7.45278716191006940E-01  7.41363744763644861E-01
+  7.37397465160594012E-01  7.33379512918968079E-01  7.29309532800312077E-01
+  7.25187179353941058E-01  7.21012117497461524E-01  7.16784023114726332E-01
+  7.12502583671475787E-01  7.08167498848888743E-01  7.03778481195274197E-01
+  6.99335256796105642E-01  6.94837565962595605E-01  6.90285163938987090E-01
+  6.85677821628722262E-01  6.81015326339632465E-01  6.76297482548268047E-01
+  6.71524112683469898E-01  6.66695057929256651E-01  6.61810179047078950E-01
+  6.56869357217462868E-01  6.51872494901033495E-01  6.46819516718882381E-01
+  6.41710370352209125E-01  6.36545027461116630E-01  6.31323484622429154E-01
+  6.26045764286335182E-01  6.20711915751626209E-01  6.15322016159254748E-01
+  6.09876171503885400E-01  6.04374517663062161E-01  5.98817221443558534E-01
+  5.93204481644421522E-01  5.87536530136159807E-01  5.81813632955460736E-01
+  5.76036091414753759E-01  5.70204243225871488E-01  5.64318463636976908E-01
+  5.58379166581856157E-01  5.52386805840589967E-01  5.46341876210530986E-01
+  5.40244914686427880E-01  5.34096501648442024E-01  5.27897262056705507E-01
+  5.21647866650968517E-01  5.15349033153778668E-01  5.09001527475523186E-01
+  5.02606164919553455E-01  4.96163811385493703E-01  4.89675384568709571E-01
+  4.83141855153787658E-01  4.76564247999747115E-01  4.69943643314567949E-01
+  4.63281177816477541E-01  4.56578045879301453E-01  4.49835500659024445E-01
+  4.43054855198571684E-01  4.36237483507643464E-01  4.29384821614298418E-01
+  4.22498368584800998E-01  4.15579687508090212E-01  4.08630406441051808E-01
+  4.01652219310610570E-01  3.94646886768471983E-01  3.87616236994178909E-01
+  3.80562166441953953E-01  3.73486640526632552E-01  3.66391694243793309E-01
+  3.59279432719022962E-01  3.52152031681063127E-01  3.45011737853401224E-01
+  3.37860869258695184E-01  3.30701815430234747E-01  3.23537037524469051E-01
+  3.16369068328456848E-01  3.09200512155927143E-01  3.02034044625474618E-01
+  2.94872412314262589E-01  2.87718432280446024E-01  2.80574991447405886E-01
+  2.73445045842735934E-01  2.66331619684823773E-01  2.59237804309750519E-01
+  2.52166756931148539E-01  2.45121699225585715E-01  2.38105915735978252E-01
+  2.31122752085515498E-01  2.24175612994543888E-01  2.17267960092889151E-01
+  2.10403309520112214E-01  2.03585229306268989E-01  1.96817336525840797E-01
+  1.90103294217604663E-01  1.83446808063413236E-01  1.76851622819022253E-01
+  1.70321518490348961E-01  1.63860306248842541E-01  1.57471824079956857E-01
+  1.51159932159108390E-01  1.44928507949919239E-01  1.38781441020041169E-01
+  1.32722627570383500E-01  1.26755964674180127E-01  1.20885344222991548E-01
+  1.15114646577465687E-01  1.09447733921487989E-01  1.03888443319217483E-01
+  9.84405794754563135E-02  9.31079072008235281E-02  8.78941435843088453E-02
+  8.28029498769682210E-02  7.78379230917986970E-02  7.30025873261811037E-02
+  6.83003848147334808E-02  6.37346667219473723E-02  5.93086836856113464E-02
+  5.50255761237383734E-02  5.08883643195268340E-02  4.68999383007806109E-02
+  4.30630475322094572E-02  3.93802904410984686E-02  3.58541037990124517E-02
+  3.24867519844365613E-02  2.92803161535880527E-02  2.62366833490322755E-02
+  2.33575355782054996E-02  2.06443388964814255E-02  1.80983325320016493E-02
+  1.57205180921246059E-02  1.35116488940135102E-02  1.14722194645748721E-02
+  9.60245525765921273E-03  7.90230263913626468E-03  6.37141919313055551E-03
+  5.00916440534686716E-03  3.81459078199820239E-03  2.78643546535441806E-03
+  1.92311240933617286E-03  1.22270518086049535E-03  6.82960454773269641E-04
+  3.01282272155507813E-04  7.47271335305775639E-05  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00
+  END     
+   VLOCFUN      
+ -4.99864896096415545E-01 -4.99864775567892217E-01 -4.99864731286803365E-01
+ -4.99864718121144413E-01 -4.99864711525396799E-01 -4.99864707540528197E-01
+ -4.99864704863477172E-01 -4.99864702936189675E-01 -4.99864701479234841E-01
+ -4.99864700337036005E-01 -4.99864699415988434E-01 -4.99864698656421580E-01
+ -4.99864698018415599E-01 -4.99864697474279640E-01 -4.99864697004188452E-01
+ -4.99864696593548541E-01 -4.99864696231399397E-01 -4.99864695909341128E-01
+ -4.99864695620807542E-01 -4.99864695360619338E-01 -4.99864695124611791E-01
+ -4.99864694909410046E-01 -4.99864694712239266E-01 -4.99864694530807230E-01
+ -4.99864694363201911E-01 -4.99864694207805771E-01 -4.99864694063250126E-01
+ -4.99864693928367965E-01 -4.99864693802149762E-01 -4.99864693683732153E-01
+ -4.99864693572353636E-01 -4.99864693467366339E-01 -4.99864693368185176E-01
+ -4.99864693274299277E-01 -4.99864693185265774E-01 -4.99864693100681878E-01
+ -4.99864693020190543E-01 -4.99864692943473243E-01 -4.99864692870246763E-01
+ -4.99864692800248700E-01 -4.99864692733254790E-01 -4.99864692669053479E-01
+ -4.99864692607452588E-01 -4.99864692548281198E-01 -4.99864692491378437E-01
+ -4.99864692436605751E-01 -4.99864692383828357E-01 -4.99864692332923299E-01
+ -4.99864692283785272E-01 -4.99864692236311192E-01 -4.99864692190402249E-01
+ -4.99864692145975953E-01 -4.99864692102949926E-01 -4.99864692061249005E-01
+ -4.99864692020807355E-01 -4.99864691981558307E-01 -4.99864691943442851E-01
+ -4.99864691906405589E-01 -4.99864691870393896E-01 -4.99864691835361086E-01
+ -4.99864691801258199E-01 -4.99864691768046876E-01 -4.99864691735687705E-01
+ -4.99864691704139774E-01 -4.99864691673368444E-01 -4.99864691643341852E-01
+ -4.99864691614030243E-01 -4.99864691585401533E-01 -4.99864691557428908E-01
+ -4.99864691530090333E-01 -4.99864691503357494E-01 -4.99864691477208245E-01
+ -4.99864691451619769E-01 -4.99864691426572860E-01 -4.99864691402044203E-01
+ -4.99864691378017922E-01 -4.99864691354477253E-01 -4.99864691331405486E-01
+ -4.99864691308782694E-01 -4.99864691286600271E-01 -4.99864691264841399E-01
+ -4.99864691243489312E-01 -4.99864691222530022E-01 -4.99864691201957423E-01
+ -4.99864691181757137E-01 -4.99864691161918506E-01 -4.99864691142426099E-01
+ -4.99864691123275973E-01 -4.99864691104454140E-01 -4.99864691085953994E-01
+ -4.99864691067767652E-01 -4.99864691049881904E-01 -4.99864691032290642E-01
+ -4.99864691014986262E-01 -4.99864690997963657E-01 -4.99864690981213833E-01
+ -4.99864690964728076E-01 -4.99864690948503998E-01 -4.99864690932532552E-01
+ -4.99864690916806687E-01 -4.99864690901325015E-01 -4.99864690886079155E-01
+ -4.99864690871063777E-01 -4.99864690856272498E-01 -4.99864690841702930E-01
+ -4.99864690827349523E-01 -4.99864690813208556E-01 -4.99864690799274203E-01
+ -4.99864690785542798E-01 -4.99864690772012066E-01 -4.99864690758676011E-01
+ -4.99864690745534135E-01 -4.99864690732577888E-01 -4.99864690719807825E-01
+ -4.99864690707221837E-01 -4.99864690694817260E-01 -4.99864690682585378E-01
+ -4.99864690670526579E-01 -4.99864690658641198E-01 -4.99864690646923127E-01
+ -4.99864690635373587E-01 -4.99864690623987695E-01 -4.99864690612761675E-01
+ -4.99864690601697470E-01 -4.99864690590791694E-01 -4.99864690580040238E-01
+ -4.99864690569441217E-01 -4.99864690558998737E-01 -4.99864690548703028E-01
+ -4.99864690538555978E-01 -4.99864690528557754E-01 -4.99864690518707966E-01
+ -4.99864690509002396E-01 -4.99864690499441322E-01 -4.99864690490021635E-01
+ -4.99864690480741058E-01 -4.99864690471604700E-01 -4.99864690462607120E-01
+ -4.99864690453748040E-01 -4.99864690445028459E-01 -4.99864690436444881E-01
+ -4.99864690427998970E-01 -4.99864690419684621E-01 -4.99864690411508383E-01
+ -4.99864690403466927E-01 -4.99864690395560196E-01 -4.99864690387788746E-01
+ -4.99864690380148413E-01 -4.99864690372641585E-01 -4.99864690365268816E-01
+ -4.99864690358030772E-01 -4.99864690350922958E-01 -4.99864690343949980E-01
+ -4.99864690337107898E-01 -4.99864690330399208E-01 -4.99864690323823135E-01
+ -4.99864690317380622E-01 -4.99864690311071558E-01 -4.99864690304896830E-01
+ -4.99864690298851722E-01 -4.99864690292944835E-01 -4.99864690287171676E-01
+ -4.99864690281532631E-01 -4.99864690276030088E-01 -4.99864690270662326E-01
+ -4.99864690265435563E-01 -4.99864690260342026E-01 -4.99864690255388322E-01
+ -4.99864690250573840E-01 -4.99864690245895416E-01 -4.99864690241360154E-01
+ -4.99864690236963782E-01 -4.99864690232710518E-01 -4.99864690228600306E-01
+ -4.99864690224632091E-01 -4.99864690220812646E-01 -4.99864690217134644E-01
+ -4.99864690213609242E-01 -4.99864690210228169E-01 -4.99864690206998807E-01
+ -4.99864690203921547E-01 -4.99864690200996886E-01 -4.99864690198224937E-01
+ -4.99864690195608363E-01 -4.99864690193148831E-01 -4.99864690190850058E-01
+ -4.99864690188709160E-01 -4.99864690186729022E-01 -4.99864690184913696E-01
+ -4.99864690183264071E-01 -4.99864690181779869E-01 -4.99864690180464366E-01
+ -4.99864690179318449E-01 -4.99864690178348781E-01 -4.99864690177551585E-01
+ -4.99864690176930804E-01 -4.99864690176489712E-01 -4.99864690176228477E-01
+ -4.99864690176150983E-01 -4.99864690176261506E-01 -4.99864690176557769E-01
+ -4.99864690177046544E-01 -4.99864690177728443E-01 -4.99864690178603632E-01
+ -4.99864690179677162E-01 -4.99864690180953419E-01 -4.99864690182429905E-01
+ -4.99864690184115890E-01 -4.99864690186007599E-01 -4.99864690188114191E-01
+ -4.99864690190435057E-01 -4.99864690192974248E-01 -4.99864690195735095E-01
+ -4.99864690198718153E-01 -4.99864690201930695E-01 -4.99864690205372331E-01
+ -4.99864690209047779E-01 -4.99864690212960039E-01 -4.99864690217116936E-01
+ -4.99864690221518249E-01 -4.99864690226167974E-01 -4.99864690231066722E-01
+ -4.99864690236222986E-01 -4.99864690241640597E-01 -4.99864690247322607E-01
+ -4.99864690253272292E-01 -4.99864690259495315E-01 -4.99864690265993006E-01
+ -4.99864690272773193E-01 -4.99864690279836155E-01 -4.99864690287189939E-01
+ -4.99864690294837377E-01 -4.99864690302782688E-01 -4.99864690311036475E-01
+ -4.99864690319595961E-01 -4.99864690328469696E-01 -4.99864690337661233E-01
+ -4.99864690347179008E-01 -4.99864690357022246E-01 -4.99864690367203657E-01
+ -4.99864690377722964E-01 -4.99864690388586608E-01 -4.99864690399801692E-01
+ -4.99864690411375767E-01 -4.99864690423311664E-01 -4.99864690435614545E-01
+ -4.99864690448293958E-01 -4.99864690461353844E-01 -4.99864690474803086E-01
+ -4.99864690488642016E-01 -4.99864690502884734E-01 -4.99864690517532073E-01
+ -4.99864690532595912E-01 -4.99864690548080637E-01 -4.99864690563991687E-01
+ -4.99864690580336446E-01 -4.99864690597126793E-01 -4.99864690614363449E-01
+ -4.99864690632060349E-01 -4.99864690650218157E-01 -4.99864690668850364E-01
+ -4.99864690687963409E-01 -4.99864690707564452E-01 -4.99864690727666094E-01
+ -4.99864690748271057E-01 -4.99864690769390718E-01 -4.99864690791034072E-01
+ -4.99864690813211610E-01 -4.99864690835928438E-01 -4.99864690859196492E-01
+ -4.99864690883021934E-01 -4.99864690907421305E-01 -4.99864690932395828E-01
+ -4.99864690957962099E-01 -4.99864690984128168E-01 -4.99864691010901308E-01
+ -4.99864691038294950E-01 -4.99864691066320310E-01 -4.99864691094988989E-01
+ -4.99864691124312088E-01 -4.99864691154295382E-01 -4.99864691184957743E-01
+ -4.99864691216308277E-01 -4.99864691248356918E-01 -4.99864691281115381E-01
+ -4.99864691314599430E-01 -4.99864691348816947E-01 -4.99864691383786697E-01
+ -4.99864691419516727E-01 -4.99864691456020971E-01 -4.99864691493316859E-01
+ -4.99864691531415550E-01 -4.99864691570329089E-01 -4.99864691610073186E-01
+ -4.99864691650664994E-01 -4.99864691692113505E-01 -4.99864691734438038E-01
+ -4.99864691777653858E-01 -4.99864691821774287E-01 -4.99864691866816202E-01
+ -4.99864691912796422E-01 -4.99864691959728824E-01 -4.99864692007633393E-01
+ -4.99864692056526616E-01 -4.99864692106417707E-01 -4.99864692157332091E-01
+ -4.99864692209290362E-01 -4.99864692262304233E-01 -4.99864692316397075E-01
+ -4.99864692371582098E-01 -4.99864692427881729E-01 -4.99864692485318118E-01
+ -4.99864692543905198E-01 -4.99864692603668503E-01 -4.99864692664624133E-01
+ -4.99864692726796012E-01 -4.99864692790207732E-01 -4.99864692854873338E-01
+ -4.99864692920820142E-01 -4.99864692988070514E-01 -4.99864693056645382E-01
+ -4.99864693126569892E-01 -4.99864693197866417E-01 -4.99864693270556548E-01
+ -4.99864693344670374E-01 -4.99864693420230211E-01 -4.99864693497259927E-01
+ -4.99864693575786667E-01 -4.99864693655834968E-01 -4.99864693737432086E-01
+ -4.99864693820607497E-01 -4.99864693905386459E-01 -4.99864693991797782E-01
+ -4.99864694079871774E-01 -4.99864694169634860E-01 -4.99864694261117126E-01
+ -4.99864694354346994E-01 -4.99864694449359825E-01 -4.99864694546182708E-01
+ -4.99864694644851004E-01 -4.99864694745392968E-01 -4.99864694847843793E-01
+ -4.99864694952236233E-01 -4.99864695058604869E-01 -4.99864695166984230E-01
+ -4.99864695277407955E-01 -4.99864695389914016E-01 -4.99864695504539436E-01
+ -4.99864695621317801E-01 -4.99864695740289133E-01 -4.99864695861491737E-01
+ -4.99864695984965524E-01 -4.99864696110749351E-01 -4.99864696238883688E-01
+ -4.99864696369410499E-01 -4.99864696502371086E-01 -4.99864696637806638E-01
+ -4.99864696775762507E-01 -4.99864696916282270E-01 -4.99864697059408447E-01
+ -4.99864697205190611E-01 -4.99864697353674614E-01 -4.99864697504907418E-01
+ -4.99864697658935708E-01 -4.99864697815810721E-01 -4.99864697975578476E-01
+ -4.99864698138295205E-01 -4.99864698304009036E-01 -4.99864698472771984E-01
+ -4.99864698644639560E-01 -4.99864698819663611E-01 -4.99864698997902646E-01
+ -4.99864699179407457E-01 -4.99864699364243326E-01 -4.99864699552461433E-01
+ -4.99864699744126117E-01 -4.99864699939293444E-01 -4.99864700138027418E-01
+ -4.99864700340388990E-01 -4.99864700546444662E-01 -4.99864700756256164E-01
+ -4.99864700969888998E-01 -4.99864701187411886E-01 -4.99864701408890499E-01
+ -4.99864701634395947E-01 -4.99864701864000782E-01 -4.99864702097772062E-01
+ -4.99864702335787225E-01 -4.99864702578117603E-01 -4.99864702824838636E-01
+ -4.99864703076028316E-01 -4.99864703331765803E-01 -4.99864703592129311E-01
+ -4.99864703857197668E-01 -4.99864704127059023E-01 -4.99864704401790705E-01
+ -4.99864704681482808E-01 -4.99864704966217654E-01 -4.99864705256087727E-01
+ -4.99864705551181343E-01 -4.99864705851586322E-01 -4.99864706157402194E-01
+ -4.99864706468719999E-01 -4.99864706785636992E-01 -4.99864707108250872E-01
+ -4.99864707436658839E-01 -4.99864707770964867E-01 -4.99864708111271594E-01
+ -4.99864708457680551E-01 -4.99864708810304925E-01 -4.99864709169248467E-01
+ -4.99864709534626916E-01 -4.99864709906543581E-01 -4.99864710285120473E-01
+ -4.99864710670470613E-01 -4.99864711062713851E-01 -4.99864711461972144E-01
+ -4.99864711868365064E-01 -4.99864712282018619E-01 -4.99864712703060987E-01
+ -4.99864713131619565E-01 -4.99864713567827912E-01 -4.99864714011814426E-01
+ -4.99864714463720383E-01 -4.99864714923681397E-01 -4.99864715391841075E-01
+ -4.99864715868339970E-01 -4.99864716353322691E-01 -4.99864716846942059E-01
+ -4.99864717349345233E-01 -4.99864717860687258E-01 -4.99864718381124395E-01
+ -4.99864718910810468E-01 -4.99864719449915840E-01 -4.99864719998600548E-01
+ -4.99864720557030906E-01 -4.99864721125378997E-01 -4.99864721703816905E-01
+ -4.99864722292518271E-01 -4.99864722891666002E-01 -4.99864723501441288E-01
+ -4.99864724122030091E-01 -4.99864724753620315E-01 -4.99864725396406584E-01
+ -4.99864726050582797E-01 -4.99864726716348795E-01 -4.99864727393903918E-01
+ -4.99864728083454724E-01 -4.99864728785215595E-01 -4.99864729499394422E-01
+ -4.99864730226208920E-01 -4.99864730965880855E-01 -4.99864731718631883E-01
+ -4.99864732484694985E-01 -4.99864733264298255E-01 -4.99864734057680282E-01
+ -4.99864734865078042E-01 -4.99864735686740558E-01 -4.99864736522913966E-01
+ -4.99864737373850732E-01 -4.99864738239814088E-01 -4.99864739121058221E-01
+ -4.99864740017855358E-01 -4.99864740930477391E-01 -4.99864741859194439E-01
+ -4.99864742804294937E-01 -4.99864743766057884E-01 -4.99864744744775824E-01
+ -4.99864745740748240E-01 -4.99864746754272615E-01 -4.99864747785652652E-01
+ -4.99864748835205375E-01 -4.99864749903244310E-01 -4.99864750990093032E-01
+ -4.99864752096077725E-01 -4.99864753221534563E-01 -4.99864754366802999E-01
+ -4.99864755532226313E-01 -4.99864756718160330E-01 -4.99864757924955994E-01
+ -4.99864759152981841E-01 -4.99864760402608743E-01 -4.99864761674210512E-01
+ -4.99864762968170895E-01 -4.99864764284877583E-01 -4.99864765624734142E-01
+ -4.99864766988136255E-01 -4.99864768375497925E-01 -4.99864769787236152E-01
+ -4.99864771223776372E-01 -4.99864772685550351E-01 -4.99864774172996351E-01
+ -4.99864775686567619E-01 -4.99864777226711632E-01 -4.99864778793897346E-01
+ -4.99864780388597496E-01 -4.99864782011282982E-01 -4.99864783662446632E-01
+ -4.99864785342588047E-01 -4.99864787052206438E-01 -4.99864788791818337E-01
+ -4.99864790561946437E-01 -4.99864792363120536E-01 -4.99864794195885698E-01
+ -4.99864796060787375E-01 -4.99864797958388174E-01 -4.99864799889256806E-01
+ -4.99864801853974194E-01 -4.99864803853126594E-01 -4.99864805887319463E-01
+ -4.99864807957156931E-01 -4.99864810063265275E-01 -4.99864812206273434E-01
+ -4.99864814386823952E-01 -4.99864816605573081E-01 -4.99864818863183014E-01
+ -4.99864821160336315E-01 -4.99864823497715105E-01 -4.99864825876021990E-01
+ -4.99864828295970898E-01 -4.99864830758289524E-01 -4.99864833263711006E-01
+ -4.99864835812985520E-01 -4.99864838406880785E-01 -4.99864841046170960E-01
+ -4.99864843731649078E-01 -4.99864846464116497E-01 -4.99864849244394283E-01
+ -4.99864852073313437E-01 -4.99864854951721282E-01 -4.99864857880481406E-01
+ -4.99864860860464388E-01 -4.99864863892566291E-01 -4.99864866977695110E-01
+ -4.99864870116772275E-01 -4.99864873310739866E-01 -4.99864876560551785E-01
+ -4.99864879867177592E-01 -4.99864883231606771E-01 -4.99864886654851015E-01
+ -4.99864890137930284E-01 -4.99864893681888800E-01 -4.99864897287780607E-01
+ -4.99864900956689007E-01 -4.99864904689708844E-01 -4.99864908487958670E-01
+ -4.99864912352569135E-01 -4.99864916284699201E-01 -4.99864920285523595E-01
+ -4.99864924356235252E-01 -4.99864928498053751E-01 -4.99864932712214327E-01
+ -4.99864936999976972E-01 -4.99864941362621884E-01 -4.99864945801453131E-01
+ -4.99864950317795487E-01 -4.99864954912997317E-01 -4.99864959588435409E-01
+ -4.99864964345501817E-01 -4.99864969185618291E-01 -4.99864974110230342E-01
+ -4.99864979120807351E-01 -4.99864984218844621E-01 -4.99864989405867155E-01
+ -4.99864994683421715E-01 -4.99865000053081487E-01 -4.99865005516447247E-01
+ -4.99865011075157351E-01 -4.99865016730862366E-01 -4.99865022485256161E-01
+ -4.99865028340051865E-01 -4.99865034296997912E-01 -4.99865040357872215E-01
+ -4.99865046524482159E-01 -4.99865052798667608E-01 -4.99865059182300009E-01
+ -4.99865065677279397E-01 -4.99865072285548440E-01 -4.99865079009075286E-01
+ -4.99865085849866220E-01 -4.99865092809959777E-01 -4.99865099891429909E-01
+ -4.99865107096391981E-01 -4.99865114426993884E-01 -4.99865121885416874E-01
+ -4.99865129473888836E-01 -4.99865137194672127E-01 -4.99865145050063076E-01
+ -4.99865153042406141E-01 -4.99865161174084083E-01 -4.99865169447518021E-01
+ -4.99865177865176424E-01 -4.99865186429563957E-01 -4.99865195143235574E-01
+ -4.99865204008788866E-01 -4.99865213028862720E-01 -4.99865222206145821E-01
+ -4.99865231543371702E-01 -4.99865241043324304E-01 -4.99865250708828979E-01
+ -4.99865260542768974E-01 -4.99865270548071561E-01 -4.99865280727716632E-01
+ -4.99865291084737151E-01 -4.99865301622218150E-01 -4.99865312343295343E-01
+ -4.99865323251164784E-01 -4.99865334349073764E-01 -4.99865345640324421E-01
+ -4.99865357128281895E-01 -4.99865368816362066E-01 -4.99865380708050422E-01
+ -4.99865392806884856E-01 -4.99865405116467987E-01 -4.99865417640461274E-01
+ -4.99865430382597509E-01 -4.99865443346666938E-01 -4.99865456536529307E-01
+ -4.99865469956110475E-01 -4.99865483609406913E-01 -4.99865497500477374E-01
+ -4.99865511633459825E-01 -4.99865526012558459E-01 -4.99865540642053519E-01
+ -4.99865555526297189E-01 -4.99865570669718540E-01 -4.99865586076826074E-01
+ -4.99865601752201516E-01 -4.99865617700509635E-01 -4.99865633926497577E-01
+ -4.99865650434990760E-01 -4.99865667230897703E-01 -4.99865684319221182E-01
+ -4.99865701705041909E-01 -4.99865719393531360E-01 -4.99865737389950715E-01
+ -4.99865755699652414E-01 -4.99865774328086654E-01 -4.99865793280788673E-01
+ -4.99865812563400069E-01 -4.99865832181654035E-01 -4.99865852141386124E-01
+ -4.99865872448530368E-01 -4.99865893109131099E-01 -4.99865914129323241E-01
+ -4.99865935515364401E-01 -4.99865957273614658E-01 -4.99865979410540895E-01
+ -4.99866001932722293E-01 -4.99866024846861268E-01 -4.99866048159769705E-01
+ -4.99866071878378337E-01 -4.99866096009738026E-01 -4.99866120561024530E-01
+ -4.99866145539537621E-01 -4.99866170952700029E-01 -4.99866196808068264E-01
+ -4.99866223113329344E-01 -4.99866249876300406E-01 -4.99866277104937085E-01
+ -4.99866304807339568E-01 -4.99866332991733109E-01 -4.99866361666497838E-01
+ -4.99866390840158881E-01 -4.99866420521384580E-01 -4.99866450718999378E-01
+ -4.99866481441978983E-01 -4.99866512699448540E-01 -4.99866544500698673E-01
+ -4.99866576855184208E-01 -4.99866609772515125E-01 -4.99866643262476651E-01
+ -4.99866677335019494E-01 -4.99866712000268054E-01 -4.99866747268523259E-01
+ -4.99866783150265448E-01 -4.99866819656155925E-01 -4.99866856797043346E-01
+ -4.99866894583960053E-01 -4.99866933028130955E-01 -4.99866972140983856E-01
+ -4.99867011934133743E-01 -4.99867052419406876E-01 -4.99867093608829971E-01
+ -4.99867135514638294E-01 -4.99867178149282942E-01 -4.99867221525426064E-01
+ -4.99867265655957793E-01 -4.99867310553982203E-01 -4.99867356232842674E-01
+ -4.99867402706101027E-01 -4.99867449987566714E-01 -4.99867498091280393E-01
+ -4.99867547031532855E-01 -4.99867596822858584E-01 -4.99867647480049693E-01
+ -4.99867699018144596E-01 -4.99867751452458264E-01 -4.99867804798559690E-01
+ -4.99867859072294585E-01 -4.99867914289779058E-01 -4.99867970467411771E-01
+ -4.99868027621877709E-01 -4.99868085770150239E-01 -4.99868144929497826E-01
+ -4.99868205117489695E-01 -4.99868266351994939E-01 -4.99868328651200067E-01
+ -4.99868392033605669E-01 -4.99868456518030246E-01 -4.99868522123621872E-01
+ -4.99868588869864627E-01 -4.99868656776575715E-01 -4.99868725863914787E-01
+ -4.99868796152399542E-01 -4.99868867662896232E-01 -4.99868940416637098E-01
+ -4.99869014435226688E-01 -4.99869089740637429E-01 -4.99869166355227323E-01
+ -4.99869244301745286E-01 -4.99869323603332361E-01 -4.99869404283531105E-01
+ -4.99869486366287363E-01 -4.99869569875977360E-01 -4.99869654837388211E-01
+ -4.99869741275746016E-01 -4.99869829216707251E-01 -4.99869918686377923E-01
+ -4.99870009711317953E-01 -4.99870102318547116E-01 -4.99870196535559308E-01
+ -4.99870292390315718E-01 -4.99870389911276247E-01 -4.99870489127384909E-01
+ -4.99870590068088760E-01 -4.99870692763350111E-01 -4.99870797243652409E-01
+ -4.99870903540007183E-01 -4.99871011683966082E-01 -4.99871121707622601E-01
+ -4.99871233643633672E-01 -4.99871347525225662E-01 -4.99871463386191817E-01
+ -4.99871581260924958E-01 -4.99871701184402384E-01 -4.99871823192221953E-01
+ -4.99871947320588594E-01 -4.99872073606343059E-01 -4.99872202086962814E-01
+ -4.99872332800576746E-01 -4.99872465785975384E-01 -4.99872601082628487E-01
+ -4.99872738730680055E-01 -4.99872878770983020E-01 -4.99873021245092919E-01
+ -4.99873166195286378E-01 -4.99873313664583208E-01 -4.99873463696737186E-01
+ -4.99873616336268145E-01 -4.99873771628475461E-01 -4.99873929619433666E-01
+ -4.99874090356026979E-01 -4.99874253885949194E-01 -4.99874420257721497E-01
+ -4.99874589520711510E-01 -4.99874761725140559E-01 -4.99874936922105384E-01
+ -4.99875115163587846E-01 -4.99875296502472866E-01 -4.99875480992562182E-01
+ -4.99875668688594677E-01 -4.99875859646262299E-01 -4.99876053922218122E-01
+ -4.99876251574102426E-01 -4.99876452660554915E-01 -4.99876657241234590E-01
+ -4.99876865376835011E-01 -4.99877077129112002E-01 -4.99877292560877706E-01
+ -4.99877511736051827E-01 -4.99877734719654299E-01 -4.99877961577835095E-01
+ -4.99878192377897934E-01 -4.99878427188308994E-01 -4.99878666078726608E-01
+ -4.99878909120019366E-01 -4.99879156384283263E-01 -4.99879407944872622E-01
+ -4.99879663876406588E-01 -4.99879924254809982E-01 -4.99880189157316968E-01
+ -4.99880458662509741E-01 -4.99880732850330911E-01 -4.99881011802114750E-01
+ -4.99881295600600573E-01 -4.99881584329976758E-01 -4.99881878075882802E-01
+ -4.99882176925449173E-01 -4.99882480967319076E-01 -4.99882790291677981E-01
+ -4.99883104990271165E-01 -4.99883425156441352E-01 -4.99883750885154743E-01
+ -4.99884082273017005E-01 -4.99884419418318571E-01 -4.99884762421057893E-01
+ -4.99885111382964653E-01 -4.99885466407537560E-01 -4.99885827600075883E-01
+ -4.99886195067698269E-01 -4.99886568919391427E-01 -4.99886949266032887E-01
+ -4.99887336220419753E-01 -4.99887729897318944E-01 -4.99888130413480292E-01
+ -4.99888537887682005E-01 -4.99888952440769530E-01 -4.99889374195679470E-01
+ -4.99889803277488720E-01 -4.99890239813443826E-01 -4.99890683933003510E-01
+ -4.99891135767869976E-01 -4.99891595452032711E-01 -4.99892063121809449E-01
+ -4.99892538915885087E-01 -4.99893022975347878E-01 -4.99893515443741165E-01
+ -4.99894016467098246E-01 -4.99894526193987054E-01 -4.99895044775554465E-01
+ -4.99895572365574747E-01 -4.99896109120487764E-01 -4.99896655199453921E-01
+ -4.99897210764392419E-01 -4.99897775980036152E-01 -4.99898351013976394E-01
+ -4.99898936036716257E-01 -4.99899531221716709E-01 -4.99900136745446200E-01
+ -4.99900752787450497E-01 -4.99901379530375556E-01 -4.99902017160048895E-01
+ -4.99902665865519014E-01 -4.99903325839119783E-01 -4.99903997276519629E-01
+ -4.99904680376786759E-01 -4.99905375342446556E-01 -4.99906082379534211E-01
+ -4.99906801697671266E-01 -4.99907533510104918E-01 -4.99908278033796616E-01
+ -4.99909035489467690E-01 -4.99909806101666632E-01 -4.99910590098853302E-01
+ -4.99911387713436739E-01 -4.99912199181871297E-01 -4.99913024744711942E-01
+ -4.99913864646691686E-01 -4.99914719136784369E-01 -4.99915588468293925E-01
+ -4.99916472898917219E-01 -4.99917372690821149E-01 -4.99918288110728137E-01
+ -4.99919219429986295E-01 -4.99920166924655796E-01 -4.99921130875585096E-01
+ -4.99922111568498584E-01 -4.99923109294081291E-01 -4.99924124348061993E-01
+ -4.99925157031300749E-01 -4.99926207649882937E-01 -4.99927276515197472E-01
+ -4.99928363944044940E-01 -4.99929470258722364E-01 -4.99930595787116017E-01
+ -4.99931740862806839E-01 -4.99932905825168250E-01 -4.99934091019452409E-01
+ -4.99935296796911288E-01 -4.99936523514886044E-01 -4.99937771536925313E-01
+ -4.99939041232879633E-01 -4.99940332979017354E-01 -4.99941647158145264E-01
+ -4.99942984159698955E-01 -4.99944344379884109E-01 -4.99945728221767638E-01
+ -4.99947136095422295E-01 -4.99948568418028927E-01 -4.99950025614011695E-01
+ -4.99951508115149212E-01 -4.99953016360719593E-01 -4.99954550797620523E-01
+ -4.99956111880501208E-01 -4.99957700071898381E-01 -4.99959315842374963E-01
+ -4.99960959670655958E-01 -4.99962632043769784E-01 -4.99964333457197707E-01
+ -4.99966064415008071E-01 -4.99967825430022383E-01 -4.99969617023953428E-01
+ -4.99971439727559419E-01 -4.99973294080816699E-01 -4.99975180633054239E-01
+ -4.99977099943133441E-01 -4.99979052579613004E-01 -4.99981039120909798E-01
+ -4.99983060155468950E-01 -4.99985116281948805E-01 -4.99987208109387571E-01
+ -4.99989336257375183E-01 -4.99991501356263357E-01 -4.99993704047323406E-01
+ -4.99995944982948026E-01 -4.99998224826851245E-01 -5.00000544254241563E-01
+ -5.00002903952050159E-01 -5.00005304619112745E-01 -5.00007746966373845E-01
+ -5.00010231717120113E-01 -5.00012759607164625E-01 -5.00015331385084361E-01
+ -5.00017947812434360E-01 -5.00020609663971105E-01 -5.00023317727881556E-01
+ -5.00026072806008415E-01 -5.00028875714109255E-01 -5.00031727282068905E-01
+ -5.00034628354169230E-01 -5.00037579789307074E-01 -5.00040582461284577E-01
+ -5.00043637259039775E-01 -5.00046745086914601E-01 -5.00049906864927673E-01
+ -5.00053123529042964E-01 -5.00056396031436923E-01 -5.00059725340793348E-01
+ -5.00063112442576618E-01 -5.00066558339326450E-01 -5.00070064050956109E-01
+ -5.00073630615045062E-01 -5.00077259087148396E-01 -5.00080950541111680E-01
+ -5.00084706069382157E-01 -5.00088526783333598E-01 -5.00092413813587044E-01
+ -5.00096368310342987E-01 -5.00100391443733527E-01 -5.00104484404151783E-01
+ -5.00108648402608713E-01 -5.00112884671080726E-01 -5.00117194462888270E-01
+ -5.00121579053049659E-01 -5.00126039738664208E-01 -5.00130577839280943E-01
+ -5.00135194697303165E-01 -5.00139891678372361E-01 -5.00144670171772221E-01
+ -5.00149531590830976E-01 -5.00154477373347728E-01 -5.00159508982006118E-01
+ -5.00164627904802872E-01 -5.00169835655489337E-01 -5.00175133774010572E-01
+ -5.00180523826964429E-01 -5.00186007408054079E-01 -5.00191586138556854E-01
+ -5.00197261667797877E-01 -5.00203035673639551E-01 -5.00208909862971174E-01
+ -5.00214885972203094E-01 -5.00220965767780745E-01 -5.00227151046702900E-01
+ -5.00233443637045361E-01 -5.00239845398493976E-01 -5.00246358222894538E-01
+ -5.00252984034802672E-01 -5.00259724792044835E-01 -5.00266582486299960E-01
+ -5.00273559143671664E-01 -5.00280656825279224E-01 -5.00287877627873634E-01
+ -5.00295223684440460E-01 -5.00302697164819676E-01 -5.00310300276348152E-01
+ -5.00318035264496697E-01 -5.00325904413534195E-01 -5.00333910047184749E-01
+ -5.00342054529311797E-01 -5.00350340264594906E-01 -5.00358769699256301E-01
+ -5.00367345321752532E-01 -5.00376069663502787E-01 -5.00384945299637396E-01
+ -5.00393974849730361E-01 -5.00403160978579287E-01 -5.00412506396968548E-01
+ -5.00422013862463433E-01 -5.00431686180211499E-01 -5.00441526203759479E-01
+ -5.00451536835877731E-01 -5.00461721029410000E-01 -5.00472081788126300E-01
+ -5.00482622167593427E-01 -5.00493345276076251E-01 -5.00504254275416227E-01
+ -5.00515352381963208E-01 -5.00526642867509142E-01 -5.00538129060232651E-01
+ -5.00549814345653821E-01 -5.00561702167631961E-01 -5.00573796029351703E-01
+ -5.00586099494337300E-01 -5.00598616187482359E-01 -5.00611349796103666E-01
+ -5.00624304071002113E-01 -5.00637482827543168E-01 -5.00650889946762434E-01
+ -5.00664529376489531E-01 -5.00678405132472970E-01 -5.00692521299544335E-01
+ -5.00706882032814882E-01 -5.00721491558834386E-01 -5.00736354176833931E-01
+ -5.00751474259966578E-01 -5.00766856256537496E-01 -5.00782504691307806E-01
+ -5.00798424166784772E-01 -5.00814619364541969E-01 -5.00831095046562758E-01
+ -5.00847856056608753E-01 -5.00864907321604713E-01 -5.00882253853049964E-01
+ -5.00899900748448590E-01 -5.00917853192778817E-01 -5.00936116459959169E-01
+ -5.00954695914375470E-01 -5.00973597012387195E-01 -5.00992825303904654E-01
+ -5.01012386433957624E-01 -5.01032286144312389E-01 -5.01052530275106434E-01
+ -5.01073124766496125E-01 -5.01094075660359017E-01 -5.01115389102006925E-01
+ -5.01137071341932083E-01 -5.01159128737571402E-01 -5.01181567755111468E-01
+ -5.01204394971325518E-01 -5.01227617075428511E-01 -5.01251240870964732E-01
+ -5.01275273277734801E-01 -5.01299721333751669E-01 -5.01324592197211594E-01
+ -5.01349893148526182E-01 -5.01375631592355320E-01 -5.01401815059709821E-01
+ -5.01428451210042536E-01 -5.01455547833409399E-01 -5.01483112852655788E-01
+ -5.01511154325636532E-01 -5.01539680447460778E-01 -5.01568699552790376E-01
+ -5.01598220118161686E-01 -5.01628250764353578E-01 -5.01658800258782289E-01
+ -5.01689877517948468E-01 -5.01721491609910974E-01 -5.01753651756806862E-01
+ -5.01786367337404227E-01 -5.01819647889696352E-01 -5.01853503113558364E-01
+ -5.01887942873398774E-01 -5.01922977200902509E-01 -5.01958616297784044E-01
+ -5.01994870538601701E-01 -5.02031750473600491E-01 -5.02069266831609906E-01
+ -5.02107430522986231E-01 -5.02146252642591384E-01 -5.02185744472834039E-01
+ -5.02225917486736506E-01 -5.02266783351064228E-01 -5.02308353929499574E-01
+ -5.02350641285859378E-01 -5.02393657687369322E-01 -5.02437415607981719E-01
+ -5.02481927731743050E-01 -5.02527206956218664E-01 -5.02573266395960561E-01
+ -5.02620119386035791E-01 -5.02667779485604593E-01 -5.02716260481544830E-01
+ -5.02765576392142366E-01 -5.02815741470821975E-01 -5.02866770209951630E-01
+ -5.02918677344688425E-01 -5.02971477856881899E-01 -5.03025186979041194E-01
+ -5.03079820198352512E-01 -5.03135393260760844E-01 -5.03191922175108663E-01
+ -5.03249423217335123E-01 -5.03307912934728652E-01 -5.03367408150251272E-01
+ -5.03427925966922096E-01 -5.03489483772236346E-01 -5.03552099242704165E-01
+ -5.03615790348390990E-01 -5.03680575357561833E-01 -5.03746472841368975E-01
+ -5.03813501678621822E-01 -5.03881681060602937E-01 -5.03951030495962349E-01
+ -5.04021569815676140E-01 -5.04093319178069210E-01 -5.04166299073909641E-01
+ -5.04240530331564241E-01 -5.04316034122230472E-01 -5.04392831965230215E-01
+ -5.04470945733380027E-01 -5.04550397658419247E-01 -5.04631210336521474E-01
+ -5.04713406733870773E-01 -5.04797010192302609E-01 -5.04882044435032928E-01
+ -5.04968533572429101E-01 -5.05056502107889438E-01 -5.05145974943768450E-01
+ -5.05236977387375941E-01 -5.05329535157063248E-01 -5.05423674388367883E-01
+ -5.05519421640243882E-01 -5.05616803901338785E-01 -5.05715848596381079E-01
+ -5.05816583592606506E-01 -5.05919037206286171E-01 -5.06023238209292070E-01
+ -5.06129215835772306E-01 -5.06236999788879038E-01 -5.06346620247559609E-01
+ -5.06458107873450358E-01 -5.06571493817803864E-01 -5.06686809728516985E-01
+ -5.06804087757215527E-01 -5.06923360566411851E-01 -5.07044661336734315E-01
+ -5.07168023774223209E-01 -5.07293482117689432E-01 -5.07421071146153202E-01
+ -5.07550826186340176E-01 -5.07682783120239067E-01 -5.07816978392740648E-01
+ -5.07953449019317604E-01 -5.08092232593781667E-01 -5.08233367296094918E-01
+ -5.08376891900252703E-01 -5.08522845782191202E-01 -5.08671268927795794E-01
+ -5.08822201940925645E-01 -5.08975686051514886E-01 -5.09131763123706338E-01
+ -5.09290475664044950E-01 -5.09451866829709998E-01 -5.09615980436799010E-01
+ -5.09782860968635121E-01 -5.09952553584130719E-01 -5.10125104126171847E-01
+ -5.10300559130045683E-01 -5.10478965831881570E-01 -5.10660372177135891E-01
+ -5.10844826829072729E-01 -5.11032379177288054E-01 -5.11223079346226794E-01
+ -5.11416978203721895E-01 -5.11614127369522720E-01 -5.11814579223841770E-01
+ -5.12018386915879198E-01 -5.12225604372345766E-01 -5.12436286305952837E-01
+ -5.12650488223923895E-01 -5.12868266436408926E-01 -5.13089678064932331E-01
+ -5.13314781050748570E-01 -5.13543634163187268E-01 -5.13776297007913496E-01
+ -5.14012830035140644E-01 -5.14253294547761364E-01 -5.14497752709422440E-01
+ -5.14746267552467995E-01 -5.14998902985841833E-01 -5.15255723802827026E-01
+ -5.15516795688702123E-01 -5.15782185228278234E-01 -5.16051959913240266E-01
+ -5.16326188149428211E-01 -5.16604939263878959E-01 -5.16888283511737323E-01
+ -5.17176292082961675E-01 -5.17469037108843399E-01 -5.17766591668301968E-01
+ -5.18069029793964630E-01 -5.18376426477990870E-01 -5.18688857677642279E-01
+ -5.19006400320598638E-01 -5.19329132309937269E-01 -5.19657132528847154E-01
+ -5.19990480845006320E-01 -5.20329258114594184E-01 -5.20673546185960845E-01
+ -5.21023427902897351E-01 -5.21378987107506742E-01 -5.21740308642642980E-01
+ -5.22107478353894483E-01 -5.22480583091095241E-01 -5.22859710709341008E-01
+ -5.23244950069471360E-01 -5.23636391038006965E-01 -5.24034124486497110E-01
+ -5.24438242290269363E-01 -5.24848837326544082E-01 -5.25266003471857257E-01
+ -5.25689835598821653E-01 -5.26120429572127124E-01 -5.26557882243765762E-01
+ -5.27002291447504545E-01 -5.27453755992449036E-01 -5.27912375655803068E-01
+ -5.28378251174647207E-01 -5.28851484236819047E-01 -5.29332177470754783E-01
+ -5.29820434434304377E-01 -5.30316359602477139E-01 -5.30820058354022017E-01
+ -5.31331636956861919E-01 -5.31851202552276026E-01 -5.32378863137811797E-01
+ -5.32914727548860934E-01 -5.33458905438851438E-01 -5.34011507257993290E-01
+ -5.34572644230518201E-01 -5.35142428330357744E-01 -5.35720972255210870E-01
+ -5.36308389398902241E-01 -5.36904793821994963E-01 -5.37510300220586990E-01
+ -5.38125023893198273E-01 -5.38749080705713479E-01 -5.39382587054261675E-01
+ -5.40025659825990823E-01 -5.40678416357646907E-01 -5.41340974391866347E-01
+ -5.42013452031098297E-01 -5.42695967689099446E-01 -5.43388640039866311E-01
+ -5.44091587963937751E-01 -5.44804930491978534E-01 -5.45528786745536953E-01
+ -5.46263275874861010E-01 -5.47008516993703009E-01 -5.47764629110983226E-01
+ -5.48531731059205385E-01 -5.49309941419495851E-01 -5.50099378443226428E-01
+ -5.50900159969973102E-01 -5.51712403341824587E-01 -5.52536225313791651E-01
+ -5.53371741960303809E-01 -5.54219068577571528E-01 -5.55078319581724600E-01
+ -5.55949608402582784E-01 -5.56833047372898182E-01 -5.57728747612950215E-01
+ -5.58636818910306587E-01 -5.59557369594658183E-01 -5.60490506407489097E-01
+ -5.61436334366500533E-01 -5.62394956624575504E-01 -5.63366474323122590E-01
+ -5.64350986439655311E-01 -5.65348589629390719E-01 -5.66359378060733887E-01
+ -5.67383443244413255E-01 -5.68420873856128939E-01 -5.69471755552493630E-01
+ -5.70536170780090557E-01 -5.71614198577419463E-01 -5.72705914369588065E-01
+ -5.73811389755470191E-01 -5.74930692287190404E-01 -5.76063885241662188E-01
+ -5.77211027384031405E-01 -5.78372172722740108E-01 -5.79547370256032646E-01
+ -5.80736663709662260E-01 -5.81940091265575110E-01 -5.83157685281343596E-01
+ -5.84389472000104937E-01 -5.85635471250785411E-01 -5.86895696138364675E-01
+ -5.88170152723927919E-01 -5.89458839694296466E-01 -5.90761748020958932E-01
+ -5.92078860608087898E-01 -5.93410151929372631E-01 -5.94755587653441720E-01
+ -5.96115124257621698E-01 -5.97488708629787313E-01 -5.98876277658059508E-01
+ -6.00277757808106105E-01 -6.01693064687816470E-01 -6.03122102599080279E-01
+ -6.04564764076478967E-01 -6.06020929412611542E-01 -6.07490466169855137E-01
+ -6.08973228678331480E-01 -6.10469057519852698E-01 -6.11977778997635724E-01
+ -6.13499204591600011E-01 -6.15033130399015193E-01 -6.16579336560350688E-01
+ -6.18137586670122863E-01 -6.19707627172589093E-01 -6.21289186742124633E-01
+ -6.22881975648161057E-01 -6.24485685104526733E-01 -6.26099986603128600E-01
+ -6.27724531231851235E-01 -6.29358948976594279E-01 -6.31002848007459982E-01
+ -6.32655813948970747E-01 -6.34317409134380061E-01 -6.35987171844124899E-01
+ -6.37664615528358625E-01 -6.39349228013793458E-01 -6.41040470694843934E-01
+ -6.42737777709301294E-01 -6.44440555098704126E-01 -6.46148179953609403E-01
+ -6.47859999544088905E-01 -6.49575330435713250E-01 -6.51293457591423652E-01
+ -6.53013633459700649E-01 -6.54735077049505620E-01 -6.56456972992502386E-01
+ -6.58178470593200116E-01 -6.59898682867620212E-01 -6.61616685571258079E-01
+ -6.63331516217099182E-01 -6.65042173084619437E-01 -6.66747614220667528E-01
+ -6.68446756433326295E-01 -6.70138474279855068E-01 -6.71821599049960860E-01
+ -6.73494917745699695E-01 -6.75157172059510535E-01 -6.76807057351832553E-01
+ -6.78443221630055548E-01 -6.80064264530536144E-01 -6.81668736305597878E-01
+ -6.83255136817579101E-01 -6.84821914542097732E-01 -6.86367465582855107E-01
+ -6.87890132700475943E-01 -6.89388204358014289E-01 -6.90859913785936142E-01
+ -6.92303438069557742E-01 -6.93716897262073418E-01 -6.95098353526559576E-01
+ -6.96445810310441393E-01 -6.97757211556195300E-01 -6.99030440952211118E-01
+ -7.00263321227990732E-01 -7.01453613498035589E-01 -7.02599016659067988E-01
+ -7.03697166845420607E-01 -7.04745636947678333E-01 -7.05741936199936193E-01
+ -7.06683509841265378E-01 -7.07567738857270978E-01 -7.08391939807856752E-01
+ -7.09153364747655113E-01 -7.09849201245813410E-01 -7.10476572512110938E-01
+ -7.11032537636752449E-01 -7.11514091951390260E-01 -7.11918167519307477E-01
+ -7.12241633762934589E-01 -7.12481298237294780E-01 -7.12633907558130608E-01
+ -7.12696148493943915E-01 -7.12664649231378844E-01 -7.12535980823747139E-01
+ -7.12306658832821071E-01 -7.11973145174274236E-01 -7.11531850177510972E-01
+ -7.10979134870926566E-01 -7.10311313503872332E-01 -7.09524656316949165E-01
+ -7.08615392572485958E-01 -7.07579713857342307E-01 -7.06413777670368503E-01
+ -7.05113711307135960E-01 -7.03675616054680431E-01 -7.02095571709250521E-01
+ -7.00369641430118595E-01 -6.98493876942669512E-01 -6.96464324104047572E-01
+ -6.94277028844674904E-01 -6.91928043498916123E-01 -6.89413433538160314E-01
+ -6.86729284719403976E-01 -6.83871710662301346E-01 -6.80836860867362503E-01
+ -6.77620929187694565E-01 -6.74220162766255515E-01 -6.70630871450131893E-01
+ -6.66849437692753733E-01 -6.62872326954309754E-01 -6.58696098609799385E-01
+ -6.54317417373278198E-01 -6.49733065245806762E-01 -6.44939953993442172E-01
+ -6.39935138160246608E-01 -6.34715828619874523E-01 -6.29279406667557772E-01
+ -6.23623438652535556E-01 -6.17745691148862908E-01 -6.11644146660345389E-01
+ -6.05317019852809612E-01 -5.98762774304239964E-01 -5.91980139760303281E-01
+ -5.84968129879559817E-01 -5.77726060449090251E-01 -5.70253568047460746E-01
+ -5.62550629127725466E-01 -5.54617579488706269E-01 -5.46455134097868500E-01
+ -5.38064407223873942E-01 -5.29446932831231898E-01 -5.20604685183367666E-01
+ -5.11540099593906117E-01 -5.02256093259017655E-01 -4.92756086096104662E-01
+ -4.83044021506245480E-01 -4.73124386969220934E-01 -4.63002234370942067E-01
+ -4.52683199953525239E-01 -4.42173523767999066E-01 -4.31480068498982794E-01
+ -4.20610337519227995E-01 -4.09572492019972534E-01 -3.98375367050538443E-01
+ -3.87028486287326001E-01 -3.75542075338723191E-01 -3.63927073377965038E-01
+ -3.52195142881188972E-01 -3.40358677232435070E-01 -3.28430805941497095E-01
+ -3.16425397204227798E-01 -3.04357057518271468E-01 -2.92241128050372501E-01
+ -2.80093677434461674E-01 -2.67931490662812521E-01 -2.55772053715935754E-01
+ -2.43633533560623450E-01 -2.31534753130083537E-01 -2.19495160885610219E-01
+ -2.07534794546037044E-01 -1.95674238560043456E-01 -1.83934574887124058E-01
+ -1.72337326646964467E-01 -1.60904394194170047E-01 -1.49657983176817083E-01
+ -1.38620524143944546E-01 -1.27814583279819233E-01 -1.17262763862799449E-01
+ -1.06987598075036716E-01 -9.70114288277739850E-02 -8.73562813170252472E-02
+ -7.80437240880024613E-02 -6.90947194658265429E-02 -6.05294633071482083E-02
+ -5.23672141450748432E-02 -4.46261119410471807E-02 -3.73229868255329431E-02
+ -3.04731584081555269E-02 -2.40902264712876887E-02 -1.81858541338268051E-02
+ -1.27695448888133153E-02 -7.84841528526855972E-03 -3.42696544749549002E-03
+  4.93149889436534533E-04  3.91334659347670165E-03  6.83832872976545842E-03
+  9.27629394466104699E-03  1.12391212298065934E-02  1.27425347290312553E-02
+  1.38062362031007666E-02  1.44539975862247542E-02  1.47137037391932603E-02
+  1.46173340111659840E-02  1.42008695479288235E-02  1.35041114092585776E-02
+  1.25703924604945380E-02  1.14461636593495772E-02  1.01804258817434351E-02
+  8.82398873094994256E-03  7.42852813204037104E-03  6.04541088121948126E-03
+  4.72425027110606049E-03  3.51115240075867193E-03  2.44660775012741196E-03
+  1.56297699376483647E-03  8.81513781638976527E-04  4.08860254211473959E-04
+  1.32943305431400607E-04  1.81909780907674126E-05  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00
+  END     
+   VLOCION             1733 #ionic vloc for abinit in Ryd units
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00
+  END     
+   VLOCION_NOHAT       1733 #ionic vlocnohat for abinit in Ryd units
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00
+  END     
+   TPROJECTOR   1 #p(r), for p(r)/r*Ylm)
+  0.00000000000000000E+00  1.85063620136552107E-07  3.71727212999533294E-07
+  5.60004608114369801E-07  7.49909757787581334E-07  9.41456734794237462E-07
+  1.13465973357248252E-06  1.32953307127853508E-06  1.52609118884788495E-06
+  1.72434865206541131E-06  1.92432015264471848E-06  2.12602050931688754E-06
+  2.32946466892854086E-06  2.53466770754948035E-06  2.74164483158989771E-06
+  2.95041137892718655E-06  3.16098282004257763E-06  3.37337475916755941E-06
+  3.58760293544018854E-06  3.80368322407145678E-06  4.02163163752168680E-06
+  4.24146432668714060E-06  4.46319758209685548E-06  4.68684783511983965E-06
+  4.91243165918271722E-06  5.13996577099788025E-06  5.36946703180226170E-06
+  5.60095244860683358E-06  5.83443917545689795E-06  6.06994451470326479E-06
+  6.30748591828443294E-06  6.54708098901987301E-06  6.78874748191441832E-06
+  7.03250330547404583E-06  7.27836652303292529E-06  7.52635535409203362E-06
+  7.77648817566924072E-06  8.02878352366116062E-06  8.28326009421675175E-06
+  8.53993674512273164E-06  8.79883249720107289E-06  9.05996653571849138E-06
+  9.32335821180815889E-06  9.58902704390371466E-06  9.85699271918565880E-06
+  1.01272750950402599E-05  1.03998942005310561E-05  1.06748702378831178E-05
+  1.09522235839800803E-05  1.12319747918742150E-05  1.15141445923094139E-05
+  1.17987538952575122E-05  1.20858237914677621E-05  1.23753755540297192E-05
+  1.26674306399497483E-05  1.29620106917409824E-05  1.32591375390271912E-05
+  1.35588332001604245E-05  1.38611198838526771E-05  1.41660199908216366E-05
+  1.44735561154506596E-05  1.47837510474631235E-05  1.50966277736112684E-05
+  1.54122094793795561E-05  1.57305195507028683E-05  1.60515815756994497E-05
+  1.63754193464189159E-05  1.67020568606053968E-05  1.70315183234757369E-05
+  1.73638281495133308E-05  1.76990109642772710E-05  1.80370916062272665E-05
+  1.83780951285641709E-05  1.87220468010866586E-05  1.90689721120637294E-05
+  1.94188967701235385E-05  1.97718467061584917E-05  2.01278480752468582E-05
+  2.04869272585909756E-05  2.08491108654721573E-05  2.12144257352226091E-05
+  2.15828989392143206E-05  2.19545577828651571E-05  2.23294298076623165E-05
+  2.27075427932032519E-05  2.30889247592542868E-05  2.34736039678269571E-05
+  2.38616089252724156E-05  2.42529683843937757E-05  2.46477113465769080E-05
+  2.50458670639394678E-05  2.54474650414987368E-05  2.58525350393579205E-05
+  2.62611070749115778E-05  2.66732114250700819E-05  2.70888786285031299E-05
+  2.75081394879029023E-05  2.79310250722666479E-05  2.83575667191989836E-05
+  2.87877960372341875E-05  2.92217449081785333E-05  2.96594454894728480E-05
+  3.01009302165754458E-05  3.05462318053658724E-05  3.09953832545692114E-05
+  3.14484178482013667E-05  3.19053691580356699E-05  3.23662710460906230E-05
+  3.28311576671392097E-05  3.33000634712399789E-05  3.37730232062897985E-05
+  3.42500719205989987E-05  3.47312449654884492E-05  3.52165779979093371E-05
+  3.57061069830854494E-05  3.61998681971783379E-05  3.66978982299755651E-05
+  3.72002339876022122E-05  3.77069126952556572E-05  3.82179718999641917E-05
+  3.87334494733694294E-05  3.92533836145327026E-05  3.97778128527658052E-05
+  4.03067760504862124E-05  4.08403124060968502E-05  4.13784614568909578E-05
+  4.19212630819818863E-05  4.24687575052584376E-05  4.30209852983654711E-05
+  4.35779873837105190E-05  4.41398050374963401E-05  4.47064798927794947E-05
+  4.52780539425557944E-05  4.58545695428719691E-05  4.64360694159643306E-05
+  4.70225966534250630E-05  4.76141947193950085E-05  4.82109074537849337E-05
+  4.88127790755240568E-05  4.94198541858368248E-05  5.00321777715481922E-05
+  5.06497952084172920E-05  5.12727522644998446E-05  5.19010951035398673E-05
+  5.25348702883907394E-05  5.31741247844654037E-05  5.38189059632169272E-05
+  5.44692616056488424E-05  5.51252399058559553E-05  5.57868894745957141E-05
+  5.64542593428904164E-05  5.71273989656607780E-05  5.78063582253904472E-05
+  5.84911874358229859E-05  5.91819373456897493E-05  5.98786591424710444E-05
+  6.05814044561891162E-05  6.12902253632342635E-05  6.20051743902238193E-05
+  6.27263045178945926E-05  6.34536691850290082E-05  6.41873222924152227E-05
+  6.49273182068411904E-05  6.56737117651237884E-05  6.64265582781720814E-05
+  6.71859135350864596E-05  6.79518338072923763E-05  6.87243758527109484E-05
+  6.95035969199643056E-05  7.02895547526183312E-05  7.10823075934617637E-05
+  7.18819141888219046E-05  7.26884337929181642E-05  7.35019261722531482E-05
+  7.43224516100413800E-05  7.51500709106767010E-05  7.59848454042381336E-05
+  7.68268369510345184E-05  7.76761079461888728E-05  7.85327213242619984E-05
+  7.93967405639162040E-05  8.02682296926192249E-05  8.11472532913892877E-05
+  8.20338764995804406E-05  8.29281650197098951E-05  8.38301851223266498E-05
+  8.47400036509226819E-05  8.56576880268861932E-05  8.65833062544976945E-05
+  8.75169269259696891E-05  8.84586192265293995E-05  8.94084529395457552E-05
+  9.03664984517007266E-05  9.13328267582052986E-05  9.23075094680600607E-05
+  9.32906188093625123E-05  9.42822276346586842E-05  9.52824094263424930E-05
+  9.62912383021006715E-05  9.73087890204051752E-05  9.83351369860534409E-05
+  9.93703582557559995E-05  1.00414529543772348E-04  1.01467728227596290E-04
+  1.02530032353689697E-04  1.03601520643265926E-04  1.04682272498123660E-04
+  1.05772368006530729E-04  1.06871887949159066E-04  1.07980913805070939E-04
+  1.09099527757756855E-04  1.10227812701225449E-04  1.11365852246146757E-04
+  1.12513730726047920E-04  1.13671533203562442E-04  1.14839345476733826E-04
+  1.16017254085373886E-04  1.17205346317475037E-04  1.18403710215679356E-04
+  1.19612434583802544E-04  1.20831608993414829E-04  1.22061323790478325E-04
+  1.23301670102042679E-04  1.24552739842997165E-04  1.25814625722882442E-04
+  1.27087421252760604E-04  1.28371220752144925E-04  1.29666119355988893E-04
+  1.30972213021736514E-04  1.32289598536433178E-04  1.33618373523897556E-04
+  1.34958636451956476E-04  1.36310486639741309E-04  1.37674024265048369E-04
+  1.39049350371762178E-04  1.40436566877343374E-04  1.41835776580381476E-04
+  1.43247083168212001E-04  1.44670591224600888E-04  1.46106406237494124E-04
+  1.47554634606835144E-04  1.49015383652449228E-04  1.50488761621996508E-04
+  1.51974877698993568E-04  1.53473842010904359E-04  1.54985765637301315E-04
+  1.56510760618096208E-04  1.58048939961843592E-04  1.59600417654114963E-04
+  1.61165308665944698E-04  1.62743728962351308E-04  1.64335795510929961E-04
+  1.65941626290520654E-04  1.67561340299950698E-04  1.69195057566853488E-04
+  1.70842899156562291E-04  1.72504987181082431E-04  1.74181444808139870E-04
+  1.75872396270308680E-04  1.77577966874217324E-04  1.79298283009833630E-04
+  1.81033472159831916E-04  1.82783662909039187E-04  1.84548984953964156E-04
+  1.86329569112408212E-04  1.88125547333159703E-04  1.89937052705771220E-04
+  1.91764219470423310E-04  1.93607183027871333E-04  1.95466079949479344E-04
+  1.97341047987340630E-04  1.99232226084486099E-04  2.01139754385179975E-04
+  2.03063774245305743E-04  2.05004428242840092E-04  2.06961860188420059E-04
+  2.08936215135998595E-04  2.10927639393594570E-04  2.12936280534134330E-04
+  2.14962287406387988E-04  2.17005810145998911E-04  2.19067000186610284E-04
+  2.21146010271086634E-04  2.23242994462832084E-04  2.25358108157208280E-04
+  2.27491508093048965E-04  2.29643352364275314E-04  2.31813800431611276E-04
+  2.34003013134400511E-04  2.36211152702524486E-04  2.38438382768425296E-04
+  2.40684868379231358E-04  2.42950776008987534E-04  2.45236273570992053E-04
+  2.47541530430239439E-04  2.49866717415970986E-04  2.52212006834334507E-04
+  2.54577572481152245E-04  2.56963589654800111E-04  2.59370235169198383E-04
+  2.61797687366913362E-04  2.64246126132374826E-04  2.66715732905204621E-04
+  2.69206690693663583E-04  2.71719184088211761E-04  2.74253399275188560E-04
+  2.76809524050608991E-04  2.79387747834080767E-04  2.81988261682841084E-04
+  2.84611258305914299E-04  2.87256932078392606E-04  2.89925479055840312E-04
+  2.92617096988822308E-04  2.95331985337557933E-04  2.98070345286702114E-04
+  3.00832379760253689E-04  3.03618293436593348E-04  3.06428292763650536E-04
+  3.09262585974202572E-04  3.12121383101305618E-04  3.15004895993858882E-04
+  3.17913338332302892E-04  3.20846925644455356E-04  3.23805875321481239E-04
+  3.26790406634004009E-04  3.29800740748352570E-04  3.32837100742952227E-04
+  3.35899711624854656E-04  3.38988800346412978E-04  3.42104595822098720E-04
+  3.45247328945465400E-04  3.48417232606259620E-04  3.51614541707678807E-04
+  3.54839493183777910E-04  3.58092326017027624E-04  3.61373281256024124E-04
+  3.64682602033351031E-04  3.68020533583598248E-04  3.71387323261533034E-04
+  3.74783220560430332E-04  3.78208477130562322E-04  3.81663346797845454E-04
+  3.85148085582651188E-04  3.88662951718776717E-04  3.92208205672583087E-04
+  3.95784110162294316E-04  3.99390930177468588E-04  4.03028932998633150E-04
+  4.06698388217091383E-04  4.10399567754901129E-04  4.14132745885025021E-04
+  4.17898199251654390E-04  4.21696206890710776E-04  4.25527050250523828E-04
+  4.29391013212685824E-04  4.33288382113091971E-04  4.37219445763154663E-04
+  4.41184495471209914E-04  4.45183825064101224E-04  4.49217730908954690E-04
+  4.53286511935141478E-04  4.57390469656428775E-04  4.61529908193323191E-04
+  4.65705134295609261E-04  4.69916457365076928E-04  4.74164189478454257E-04
+  4.78448645410529407E-04  4.82770142657479404E-04  4.87129001460396519E-04
+  4.91525544829019825E-04  4.95960098565672918E-04  5.00432991289404060E-04
+  5.04944554460341147E-04  5.09495122404252532E-04  5.14085032337323420E-04
+  5.18714624391142828E-04  5.23384241637910204E-04  5.28094230115858446E-04
+  5.32844938854897129E-04  5.37636719902475171E-04  5.42469928349670425E-04
+  5.47344922357503481E-04  5.52262063183477959E-04  5.57221715208352500E-04
+  5.62224245963140537E-04  5.67270026156348824E-04  5.72359429701445256E-04
+  5.77492833744569999E-04  5.82670618692482530E-04  5.87893168240750464E-04
+  5.93160869402184271E-04  5.98474112535516268E-04  6.03833291374326377E-04
+  6.09238803056221141E-04  6.14691048152261909E-04  6.20190430696649741E-04
+  6.25737358216665006E-04  6.31332241762867829E-04  6.36975495939557778E-04
+  6.42667538935496794E-04  6.48408792554901322E-04  6.54199682248696938E-04
+  6.60040637146048137E-04  6.65932090086155163E-04  6.71874477650334580E-04
+  6.77868240194365464E-04  6.83913821881126276E-04  6.90011670713506684E-04
+  6.96162238567606486E-04  7.02365981226222603E-04  7.08623358412623062E-04
+  7.14934833824615009E-04  7.21300875168905901E-04  7.27721954195763277E-04
+  7.34198546733972365E-04  7.40731132726097263E-04  7.47320196264046892E-04
+  7.53966225624947556E-04  7.60669713307326350E-04  7.67431156067607573E-04
+  7.74251054956922148E-04  7.81129915358241660E-04  7.88068247023824848E-04
+  7.95066564112994470E-04  8.02125385230239088E-04  8.09245233463640559E-04
+  8.16426636423640546E-04  8.23670126282136637E-04  8.30976239811917266E-04
+  8.38345518426440663E-04  8.45778508219954990E-04  8.53275760007965217E-04
+  8.60837829368051271E-04  8.68465276681037578E-04  8.76158667172521367E-04
+  8.83918570954755727E-04  8.91745563068899985E-04  8.99640223527626475E-04
+  9.07603137358109577E-04  9.15634894645371480E-04  9.23736090576014876E-04
+  9.31907325482325276E-04  9.40149204886758317E-04  9.48462339546812176E-04
+  9.56847345500285861E-04  9.65304844110930729E-04  9.73835462114495259E-04
+  9.82439831665169339E-04  9.91118590382426791E-04  9.99872381398279018E-04
+  1.00870185340492993E-03  1.01760766070284748E-03  1.02659046324925099E-03
+  1.03565092670701488E-03  1.04478972249399623E-03  1.05400752783279031E-03
+  1.06330502580091616E-03  1.07268290538143208E-03  1.08214186151399426E-03
+  1.09168259514635241E-03  1.10130581328629390E-03  1.11101222905403548E-03
+  1.12080256173506662E-03  1.13067753683345016E-03  1.14063788612558991E-03
+  1.15068434771445046E-03  1.16081766608425955E-03  1.17103859215567140E-03
+  1.18134788334141728E-03  1.19174630360242991E-03  1.20223462350445417E-03
+  1.21281362027515207E-03  1.22348407786169447E-03  1.23424678698885694E-03
+  1.24510254521761248E-03  1.25605215700423504E-03  1.26709643375991308E-03
+  1.27823619391087486E-03  1.28947226295903937E-03  1.30080547354318701E-03
+  1.31223666550066048E-03  1.32376668592960162E-03  1.33539638925172155E-03
+  1.34712663727561697E-03  1.35895829926063316E-03  1.37089225198127858E-03
+  1.38292937979219506E-03  1.39507057469369367E-03  1.40731673639785332E-03
+  1.41966877239519036E-03  1.43212759802191199E-03  1.44469413652773752E-03
+  1.45736931914432037E-03  1.47015408515425040E-03  1.48304938196066314E-03
+  1.49605616515743845E-03  1.50917539860001386E-03  1.52240805447681721E-03
+  1.53575511338129673E-03  1.54921756438459340E-03  1.56279640510882949E-03
+  1.57649264180104165E-03  1.59030728940773780E-03  1.60424137165011299E-03
+  1.61829592109990822E-03  1.63247197925592670E-03  1.64677059662121238E-03
+  1.66119283278089234E-03  1.67573975648070109E-03  1.69041244570616758E-03
+  1.70521198776250405E-03  1.72013947935517695E-03  1.73519602667117118E-03
+  1.75038274546096681E-03  1.76570076112121449E-03  1.78115120877813315E-03
+  1.79673523337162242E-03  1.81245398974010704E-03  1.82830864270611191E-03
+  1.84430036716257974E-03  1.86043034815992986E-03  1.87669978099387928E-03
+  1.89310987129400615E-03  1.90966183511309890E-03  1.92635689901726574E-03
+  1.94319630017682058E-03  1.96018128645796723E-03  1.97731311651526236E-03
+  1.99459305988488808E-03  2.01202239707872583E-03  2.02960241967924289E-03
+  2.04733443043519881E-03  2.06521974335819019E-03  2.08325968382001240E-03
+  2.10145558865087404E-03  2.11980880623845701E-03  2.13832069662784089E-03
+  2.15699263162227439E-03  2.17582599488482919E-03  2.19482218204094214E-03
+  2.21398260078181858E-03  2.23330867096875173E-03  2.25280182473833494E-03
+  2.27246350660858512E-03  2.29229517358597997E-03  2.31229829527342676E-03
+  2.33247435397915736E-03  2.35282484482657751E-03  2.37335127586504576E-03
+  2.39405516818162528E-03  2.41493805601380139E-03  2.43600148686316407E-03
+  2.45724702161008186E-03  2.47867623462935975E-03  2.50029071390690675E-03
+  2.52209206115740518E-03  2.54408189194299181E-03  2.56626183579297890E-03
+  2.58863353632460096E-03  2.61119865136480315E-03  2.63395885307309138E-03
+  2.65691582806543538E-03  2.68007127753924811E-03  2.70342691739944687E-03
+  2.72698447838559850E-03  2.75074570620015713E-03  2.77471236163784329E-03
+  2.79888622071609730E-03  2.82326907480669057E-03  2.84786273076846012E-03
+  2.87266901108120020E-03  2.89768975398070139E-03  2.92292681359496717E-03
+  2.94838206008160011E-03  2.97405737976638111E-03  2.99995467528303694E-03
+  3.02607586571423384E-03  3.05242288673376492E-03  3.07899769074999668E-03
+  3.10580224705052496E-03  3.13283854194810508E-03  3.16010857892783104E-03
+  3.18761437879558828E-03  3.21535797982779427E-03  3.24334143792242777E-03
+  3.27156682675136925E-03  3.30003623791405489E-03  3.32875178109245115E-03
+  3.35771558420739063E-03  3.38692979357623197E-03  3.41639657407190539E-03
+  3.44611810928331956E-03  3.47609660167715962E-03  3.50633427276107745E-03
+  3.53683336324830868E-03  3.56759613322369480E-03  3.59862486231114385E-03
+  3.62992184984255823E-03  3.66148941502818454E-03  3.69332989712846697E-03
+  3.72544565562738742E-03  3.75783907040727703E-03  3.79051254192516599E-03
+  3.82346849139063695E-03  3.85670936094523707E-03  3.89023761384341658E-03
+  3.92405573463505079E-03  3.95816622934953323E-03  3.99257162568145228E-03
+  4.02727447317788572E-03  4.06227734342730351E-03  4.09758283025011324E-03
+  4.13319354989083367E-03  4.16911214121196399E-03  4.20534126588948190E-03
+  4.24188360861007478E-03  4.27874187727004304E-03  4.31591880317595128E-03
+  4.35341714124698551E-03  4.39123967021907979E-03  4.42938919285079148E-03
+  4.46786853613097539E-03  4.50668055148823257E-03  4.54582811500217794E-03
+  4.58531412761654499E-03  4.62514151535409548E-03  4.66531322953344426E-03
+  4.70583224698770293E-03  4.74670157028503521E-03  4.78792422795113089E-03
+  4.82950327469358186E-03  4.87144179162821329E-03  4.91374288650734802E-03
+  4.95640969395006771E-03  4.99944537567445155E-03  5.04285312073184111E-03
+  5.08663614574307761E-03  5.13079769513685464E-03  5.17534104139005802E-03
+  5.22026948527024894E-03  5.26558635608018188E-03  5.31129501190447887E-03
+  5.35739883985841998E-03  5.40390125633887376E-03  5.45080570727741499E-03
+  5.49811566839561883E-03  5.54583464546255702E-03  5.59396617455453285E-03
+  5.64251382231704089E-03  5.69148118622901308E-03  5.74087189486932430E-03
+  5.79068960818562503E-03  5.84093801776547090E-03  5.89162084710981998E-03
+  5.94274185190886341E-03  5.99430482032028977E-03  6.04631357324987920E-03
+  6.09877196463459465E-03  6.15168388172807491E-03  6.20505324538861164E-03
+  6.25888401036959856E-03  6.31318016561251139E-03  6.36794573454241199E-03
+  6.42318477536598601E-03  6.47890138137219036E-03  6.53509968123545254E-03
+  6.59178383932155446E-03  6.64895805599607145E-03  6.70662656793555474E-03
+  6.76479364844137943E-03  6.82346360775626035E-03  6.88264079338356694E-03
+  6.94232959040935824E-03  7.00253442182719506E-03  7.06325974886578070E-03
+  7.12451007131942402E-03  7.18628992788135357E-03  7.24860389647990523E-03
+  7.31145659461761733E-03  7.37485267971326516E-03  7.43879684944683418E-03
+  7.50329384210748906E-03  7.56834843694452475E-03  7.63396545452136449E-03
+  7.70014975707263277E-03  7.76690624886426303E-03  7.83423987655676966E-03
+  7.90215562957160243E-03  7.97065854046072504E-03  8.03975368527933346E-03
+  8.10944618396181559E-03  8.17974120070097226E-03  8.25064394433046647E-03
+  8.32215966871062245E-03  8.39429367311754493E-03  8.46705130263555178E-03
+  8.54043794855310033E-03  8.61445904876198716E-03  8.68912008816014741E-03
+  8.76442659905779173E-03  8.84038416158716700E-03  8.91699840411575712E-03
+  8.99427500366313873E-03  9.07221968632136548E-03  9.15083822767901768E-03
+  9.23013645324889317E-03  9.31012023889942440E-03  9.39079551128976613E-03
+  9.47216824830868741E-03  9.55424447951721927E-03  9.63703028659515688E-03
+  9.72053180379136086E-03  9.80475521837800151E-03  9.88970677110870278E-03
+  9.97539275668061186E-03  1.00618195242005194E-02  1.01489934776549245E-02
+  1.02369210763842249E-02  1.03256088355609451E-02  1.04150633266721446E-02
+  1.05052911780059363E-02  1.05962990751422310E-02  1.06880937614477062E-02
+  1.07806820385750752E-02  1.08740707669665905E-02  1.09682668663619743E-02
+  1.10632773163106910E-02  1.11591091566886416E-02  1.12557694882192642E-02
+  1.13532654729992730E-02  1.14516043350287693E-02  1.15507933607460027E-02
+  1.16508398995667679E-02  1.17517513644283846E-02  1.18535352323384299E-02
+  1.19561990449281383E-02  1.20597504090106718E-02  1.21641969971441090E-02
+  1.22695465481993116E-02  1.23758068679327097E-02  1.24829858295640531E-02
+  1.25910913743590355E-02  1.27001315122170534E-02  1.28101143222639890E-02
+  1.29210479534500756E-02  1.30329406251529587E-02  1.31458006277859526E-02
+  1.32596363234114851E-02  1.33744561463598980E-02  1.34902686038535329E-02
+  1.36070822766362273E-02  1.37249058196082206E-02  1.38437479624664867E-02
+  1.39636175103506708E-02  1.40845233444945178E-02  1.42064744228829528E-02
+  1.43294797809148042E-02  1.44535485320712032E-02  1.45786898685898274E-02
+  1.47049130621448761E-02  1.48322274645328947E-02  1.49606425083645758E-02
+  1.50901677077624318E-02  1.52208126590645358E-02  1.53525870415343064E-02
+  1.54855006180763654E-02  1.56195632359586341E-02  1.57547848275405473E-02
+  1.58911754110075965E-02  1.60287450911122224E-02  1.61675040599209840E-02
+  1.63074625975682397E-02  1.64486310730163135E-02  1.65910199448221149E-02
+  1.67346397619104609E-02  1.68795011643540181E-02  1.70256148841598197E-02
+  1.71729917460628212E-02  1.73216426683259969E-02  1.74715786635474997E-02
+  1.76228108394746730E-02  1.77753503998250885E-02  1.79292086451146339E-02
+  1.80843969734927612E-02  1.82409268815847680E-02  1.83988099653415831E-02
+  1.85580579208965320E-02  1.87186825454297157E-02  1.88806957380396809E-02
+  1.90441095006226198E-02  1.92089359387591398E-02  1.93751872626086036E-02
+  1.95428757878111543E-02  1.97120139363975468E-02  1.98826142377066563E-02
+  2.00546893293110477E-02  2.02282519579502981E-02  2.04033149804724520E-02
+  2.05798913647835501E-02  2.07579941908051860E-02  2.09376366514404111E-02
+  2.11188320535478993E-02  2.13015938189243491E-02  2.14859354852954890E-02
+  2.16718707073153792E-02  2.18594132575744941E-02  2.20485770276162632E-02
+  2.22393760289623932E-02  2.24318243941469923E-02  2.26259363777595278E-02
+  2.28217263574966613E-02  2.30192088352232579E-02  2.32183984380422322E-02
+  2.34193099193738402E-02  2.36219581600438794E-02  2.38263581693815389E-02
+  2.40325250863263444E-02  2.42404741805448305E-02  2.44502208535565188E-02
+  2.46617806398697105E-02  2.48751692081269210E-02  2.50904023622600253E-02
+  2.53074960426554751E-02  2.55264663273292065E-02  2.57473294331118860E-02
+  2.59701017168439408E-02  2.61947996765810945E-02  2.64214399528100163E-02
+  2.66500393296743784E-02  2.68806147362114223E-02  2.71131832475990549E-02
+  2.73477620864134609E-02  2.75843686238977023E-02  2.78230203812408344E-02
+  2.80637350308681165E-02  2.83065303977421689E-02  2.85514244606751809E-02
+  2.87984353536523373E-02  2.90475813671663662E-02  2.92988809495637638E-02
+  2.95523527084021395E-02  2.98080154118192629E-02  3.00658879899137407E-02
+  3.03259895361374376E-02  3.05883393086996691E-02  3.08529567319834538E-02
+  3.11198613979735451E-02  3.13890730676969418E-02  3.16606116726753026E-02
+  3.19344973163899204E-02  3.22107502757588773E-02  3.24893910026270299E-02
+  3.27704401252683006E-02  3.30539184499010347E-02  3.33398469622158342E-02
+  3.36282468289166581E-02  3.39191393992747253E-02  3.42125462066957403E-02
+  3.45084889703002398E-02  3.48069895965173320E-02  3.51080701806920567E-02
+  3.54117530087060262E-02  3.57180605586119998E-02  3.60270155022822461E-02
+  3.63386407070706088E-02  3.66529592374888261E-02  3.69699943568968445E-02
+  3.72897695292074144E-02  3.76123084206050409E-02  3.79376349012793476E-02
+  3.82657730471732266E-02  3.85967471417453939E-02  3.89305816777479677E-02
+  3.92673013590188538E-02  3.96069311022895221E-02  3.99494960390073331E-02
+  4.02950215171737069E-02  4.06435331031974531E-02  4.09950565837637754E-02
+  4.13496179677186187E-02  4.17072434879692741E-02  4.20679596034004427E-02
+  4.24317930008064545E-02  4.27987705968398691E-02  4.31689195399759251E-02
+  4.35422672124937196E-02  4.39188412324738528E-02  4.42986694558124283E-02
+  4.46817799782524422E-02  4.50682011374312352E-02  4.54579615149458965E-02
+  4.58510899384350357E-02  4.62476154836784017E-02  4.66475674767135445E-02
+  4.70509754959703222E-02  4.74578693744230479E-02  4.78682792017601222E-02
+  4.82822353265721857E-02  4.86997683585578822E-02  4.91209091707480380E-02
+  4.95456889017482568E-02  4.99741389579999237E-02  5.04062910160598190E-02
+  5.08421770248985785E-02  5.12818292082179786E-02  5.17252800667874976E-02
+  5.21725623807995018E-02  5.26237092122445183E-02  5.30787539073053691E-02
+  5.35377300987712676E-02  5.40006717084713095E-02  5.44676129497282252E-02
+  5.49385883298319638E-02  5.54136326525333858E-02  5.58927810205584671E-02
+  5.63760688381427927E-02  5.68635318135866791E-02  5.73552059618311627E-02
+  5.78511276070545408E-02  5.83513333852905547E-02  5.88558602470670433E-02
+  5.93647454600663704E-02  5.98780266118072099E-02  6.03957416123479252E-02
+  6.09179286970116390E-02  6.14446264291332936E-02  6.19758737028289347E-02
+  6.25117097457866672E-02  6.30521741220805565E-02  6.35973067350065896E-02
+  6.41471478299415337E-02  6.47017379972242707E-02  6.52611181750605701E-02
+  6.58253296524504428E-02  6.63944140721387105E-02  6.69684134335896686E-02
+  6.75473700959840356E-02  6.81313267812408002E-02  6.87203265770619659E-02
+  6.93144129400017767E-02  6.99136296985598121E-02  7.05180210562983550E-02
+  7.11276315949841281E-02  7.17425062777546502E-02  7.23626904523090309E-02
+  7.29882298541239816E-02  7.36191706096943066E-02  7.42555592397988323E-02
+  7.48974426627915246E-02  7.55448681979176834E-02  7.61978835686561856E-02
+  7.68565369060868198E-02  7.75208767522838488E-02  7.81909520637353167E-02
+  7.88668122147882372E-02  7.95485070011204276E-02  8.02360866432382247E-02
+  8.09296017900009435E-02  8.16291035221717587E-02  8.23346433559954266E-02
+  8.30462732468028042E-02  8.37640455926422361E-02  8.44880132379383086E-02
+  8.52182294771774707E-02  8.59547480586213553E-02  8.66976231880471765E-02
+  8.74469095325159929E-02  8.82026622241686015E-02  8.89649368640490906E-02
+  8.97337895259564533E-02  9.05092767603240395E-02  9.12914555981273607E-02
+  9.20803835548201222E-02  9.28761186342980521E-02  9.36787193328917495E-02
+  9.44882446433880641E-02  9.53047540590793718E-02  9.61283075778423812E-02
+  9.69589657062449178E-02  9.77967894636824764E-02  9.86418403865427645E-02
+  9.94941805323996398E-02  1.00353872484236453E-01  1.01220979354697843E-01
+  1.02095564790371060E-01  1.02977692976096866E-01  1.03867428639308881E-01
+  1.04764837054402940E-01  1.05669984047135943E-01  1.06582935999053136E-01
+  1.07503759851946476E-01  1.08432523112339946E-01  1.09369293856007674E-01
+  1.10314140732518481E-01  1.11267132969811694E-01  1.12228340378801861E-01
+  1.13197833358012978E-01  1.14175682898242509E-01  1.15161960587254364E-01
+  1.16156738614501501E-01  1.17160089775878426E-01  1.18172087478502136E-01
+  1.19192805745522948E-01  1.20222319220964449E-01  1.21260703174592796E-01
+  1.22308033506814517E-01  1.23364386753604033E-01  1.24429840091459451E-01
+  1.25504471342387985E-01  1.26588358978918736E-01  1.27681582129145516E-01
+  1.28784220581797254E-01  1.29896354791336377E-01  1.31018065883086399E-01
+  1.32149435658386272E-01  1.33290546599773130E-01  1.34441481876192648E-01
+  1.35602325348236352E-01  1.36773161573406243E-01  1.37954075811406340E-01
+  1.39145154029460760E-01  1.40346482907658415E-01  1.41558149844323466E-01
+  1.42780242961411508E-01  1.44012851109931506E-01  1.45256063875393165E-01
+  1.46509971583277915E-01  1.47774665304535702E-01  1.49050236861105273E-01
+  1.50336778831457407E-01  1.51634384556162571E-01  1.52943148143480839E-01
+  1.54263164474973874E-01  1.55594529211138644E-01  1.56937338797063508E-01
+  1.58291690468103763E-01  1.59657682255578609E-01  1.61035412992487081E-01
+  1.62424982319242794E-01  1.63826490689428422E-01  1.65240039375566666E-01
+  1.66665730474909290E-01  1.68103666915242034E-01  1.69553952460705204E-01
+  1.71016691717629954E-01  1.72491990140388157E-01  1.73979954037255441E-01
+  1.75480690576287568E-01  1.76994307791207367E-01  1.78520914587303181E-01
+  1.80060620747337141E-01  1.81613536937461434E-01  1.83179774713143173E-01
+  1.84759446525095850E-01  1.86352665725215527E-01  1.87959546572523117E-01
+  1.89580204239108291E-01  1.91214754816077109E-01  1.92863315319498685E-01
+  1.94526003696354005E-01  1.96202938830478679E-01  1.97894240548508488E-01
+  1.99600029625814746E-01  2.01320427792436640E-01  2.03055557739005355E-01
+  2.04805543122658085E-01  2.06570508572942679E-01  2.08350579697708427E-01
+  2.10145883088983160E-01  2.11956546328834594E-01  2.13782697995212434E-01
+  2.15624467667772074E-01  2.17481985933675986E-01  2.19355384393370517E-01
+  2.21244795666336758E-01  2.23150353396814771E-01  2.25072192259495263E-01
+  2.27010447965179718E-01  2.28965257266404459E-01  2.30936757963028677E-01
+  2.32925088907780548E-01  2.34930390011761248E-01  2.36952802249903949E-01
+  2.38992467666383490E-01  2.41049529379975813E-01  2.43124131589363496E-01
+  2.45216419578382583E-01  2.47326539721210936E-01  2.49454639487492524E-01
+  2.51600867447393850E-01  2.53765373276592099E-01  2.55948307761188321E-01
+  2.58149822802541840E-01  2.60370071422027005E-01  2.62609207765702402E-01
+  2.64867387108890906E-01  2.67144765860669153E-01  2.69441501568256414E-01
+  2.71757752921305662E-01  2.74093679756085784E-01  2.76449443059554600E-01
+  2.78825204973316920E-01  2.81221128797461528E-01  2.83637378994274769E-01
+  2.86074121191822628E-01  2.88531522187397693E-01  2.91009749950826957E-01
+  2.93508973627630843E-01  2.96029363542032686E-01  2.98571091199808458E-01
+  3.01134329290974168E-01  3.03719251692302350E-01  3.06326033469661918E-01
+  3.08954850880175880E-01  3.11605881374189098E-01  3.14279303597039372E-01
+  3.16975297390624078E-01  3.19694043794757854E-01  3.22435725048309307E-01
+  3.25200524590113393E-01  3.27988627059649651E-01  3.30800218297476523E-01
+  3.33635485345417704E-01  3.36494616446487038E-01  3.39377801044547400E-01
+  3.42285229783691580E-01  3.45217094507336952E-01  3.48173588257026434E-01
+  3.51154905270918138E-01  3.54161240981969661E-01  3.57192792015786964E-01
+  3.60249756188140147E-01  3.63332332502135424E-01  3.66440721145022907E-01
+  3.69575123484639334E-01  3.72735742065466502E-01  3.75922780604298012E-01
+  3.79136443985499227E-01  3.82376938255848176E-01  3.85644470618945689E-01
+  3.88939249429181733E-01  3.92261484185241038E-01  3.95611385523137238E-01
+  3.98989165208760932E-01  4.02395036129923889E-01  4.05829212287889540E-01
+  4.09291908788367742E-01  4.12783341831963801E-01  4.16303728704062459E-01
+  4.19853287764129612E-01  4.23432238434416131E-01  4.27040801188047103E-01
+  4.30679197536474712E-01  4.34347650016280173E-01  4.38046382175303894E-01
+  4.41775618558084615E-01  4.45535584690588515E-01  4.49326507064206793E-01
+  4.53148613119000898E-01  4.57002131226175445E-01  4.60887290669755811E-01
+  4.64804321627445449E-01  4.68753455150648313E-01  4.72734923143619867E-01
+  4.76748958341736251E-01  4.80795794288845724E-01  4.84875665313683979E-01
+  4.88988806505324669E-01  4.93135453687639058E-01  4.97315843392738377E-01
+  5.01530212833368183E-01  5.05778799874231688E-01  5.10061843002207582E-01
+  5.14379581295433708E-01  5.18732254391229719E-01  5.23120102452821589E-01
+  5.27543366134842540E-01  5.32002286547570757E-01  5.36497105219875370E-01
+  5.41028064060835812E-01  5.45595405319996729E-01  5.50199371546226668E-01
+  5.54840205545138798E-01  5.59518150335042819E-01  5.64233449101382178E-01
+  5.68986345149624317E-01  5.73777081856557070E-01  5.78605902619959367E-01
+  5.83473050806592841E-01  5.88378769698481574E-01  5.93323302437430922E-01
+  5.98306891967740673E-01  6.03329780977070684E-01  6.08392211835407148E-01
+  6.13494426532086745E-01  6.18636666610825503E-01  6.23819173102701852E-01
+  6.29042186457056895E-01  6.34305946470234083E-01  6.39610692212131182E-01
+  6.44956661950492838E-01  6.50344093072898866E-01  6.55773222006386103E-01
+  6.61244284134647531E-01  6.66757513712751826E-01  6.72313143779321831E-01
+  6.77911406066110334E-01  6.83552530904913302E-01  6.89236747131750871E-01
+  6.94964281988262655E-01  7.00735361020235814E-01  7.06550207973215105E-01
+  7.12409044685110127E-01  7.18312090975743556E-01  7.24259564533259126E-01
+  7.30251680797322833E-01  7.36288652839037772E-01  7.42370691237505764E-01
+  7.48498003952946078E-01  7.54670796196306837E-01  7.60889270295278752E-01
+  7.67153625556638241E-01  7.73464058124828879E-01  7.79820760836707039E-01
+  7.86223923072356112E-01  7.92673730601893500E-01  7.99170365428171547E-01
+  8.05714005625288165E-01  8.12304825172819323E-01  8.18942993785669704E-01
+  8.25628676739461387E-01  8.32362034691352393E-01  8.39143223496195412E-01
+  8.45972394017937890E-01  8.52849691936157450E-01  8.59775257547638727E-01
+  8.66749225562885361E-01  8.73771724897457358E-01  8.80842878458040990E-01
+  8.87962802923128347E-01  8.95131608518209609E-01  9.02349398785364021E-01
+  9.09616270347131328E-01  9.16932312664567872E-01  9.24297607789350328E-01
+  9.31712230109829176E-01  9.39176246090910438E-01  9.46689714007640681E-01
+  9.54252683672386359E-01  9.61865196155475943E-01  9.69527283499193371E-01
+  9.77238968424992693E-01  9.85000264033809692E-01  9.92811173499354771E-01
+  1.00067168975424359E+00  1.00858179516885915E+00  1.01654146122279787E+00
+  1.02455064816878472E+00  1.03260930468892287E+00  1.04071736754314337E+00
+  1.04887476120973533E+00  1.05708139751780950E+00  1.06533717527157834E+00
+  1.07364197986631238E+00  1.08199568289583525E+00  1.09039814175144611E+00
+  1.09884919921210322E+00  1.10734868302576994E+00  1.11589640548176172E+00
+  1.12449216297398680E+00  1.13313573555492630E+00  1.14182688648023811E+00
+  1.15056536174384627E+00  1.15935088960338506E+00  1.16818318009587507E+00
+  1.17706192454349212E+00  1.18598679504931681E+00  1.19495744398292070E+00
+  1.20397350345568466E+00  1.21303458478571335E+00  1.22214027795222790E+00
+  1.23129015103932682E+00  1.24048374966898689E+00  1.24972059642320077E+00
+  1.25900019025513354E+00  1.26832200588920063E+00  1.27768549320995062E+00
+  1.28709007663965802E+00  1.29653515450453316E+00  1.30602009838944744E+00
+  1.31554425248109230E+00  1.32510693289948223E+00  1.33470742701772460E+00
+  1.34434499276998753E+00  1.35401885794758381E+00  1.36372821948311529E+00
+  1.37347224272262758E+00  1.38325006068570810E+00  1.39306077331349809E+00
+  1.40290344670457046E+00  1.41277711233864900E+00  1.42268076628814910E+00
+  1.43261336841752285E+00  1.44257384157040014E+00  1.45256107074453600E+00
+  1.46257390225457584E+00  1.47261114288265382E+00  1.48267155901687064E+00
+  1.49275387577768304E+00  1.50285677613226376E+00  1.51297889999690049E+00
+  1.52311884332750713E+00  1.53327515719834406E+00  1.54344634686904691E+00
+  1.55363087084008544E+00  1.56382713989677580E+00  1.57403351614200560E+00
+  1.58424831201782035E+00  1.59446978931605754E+00  1.60469615817821087E+00
+  1.61492557608475251E+00  1.62515614683412557E+00  1.63538591951165335E+00
+  1.64561288744864820E+00  1.65583498717197908E+00  1.66605009734442611E+00
+  1.67625603769612752E+00  1.68645056794749038E+00  1.69663138672391045E+00
+  1.70679613046271150E+00  1.71694237231272528E+00  1.72706762102693023E+00
+  1.73716931984866618E+00  1.74724484539185632E+00  1.75729150651583810E+00
+  1.76730654319529168E+00  1.77728712538588707E+00  1.78723035188626267E+00
+  1.79713324919698536E+00  1.80699277037716133E+00  1.81680579389945640E+00
+  1.82656912250424464E+00  1.83627948205371561E+00  1.84593352038676572E+00
+  1.85552780617556334E+00  1.86505882778471799E+00  1.87452299213404294E+00
+  1.88391662356590595E+00  1.89323596271830574E+00  1.90247716540476586E+00
+  1.91163630150226482E+00  1.92070935384846608E+00  1.92969221714956651E+00
+  1.93858069690017354E+00  1.94737050831667458E+00  1.95605727528565865E+00
+  1.96463652932902200E+00  1.97310370858749606E+00  1.98145415682440840E+00
+  1.98968312245161516E+00  1.99778575757964139E+00  2.00575711709415971E+00
+  2.01359215776112466E+00  2.02128573736293582E+00  2.02883261386820957E+00
+  2.03622744463785388E+00  2.04346478567032808E+00  2.05053909088912389E+00
+  2.05744471147572217E+00  2.06417589525144018E+00  2.07072678611185124E+00
+  2.07709142351765452E+00  2.08326374204612375E+00  2.08923757100756502E+00
+  2.09500663413146349E+00  2.10056454932731684E+00  2.10590482852550398E+00
+  2.11102087760386814E+00  2.11590599640607957E+00  2.12055337885825201E+00
+  2.12495611319072086E+00  2.12910718227236417E+00  2.13299946406532159E+00
+  2.13662573220852670E+00  2.13997865673901355E+00  2.14305080496058320E+00
+  2.14583464247003830E+00  2.14832253435191189E+00  2.15050674655331120E+00
+  2.15237944745131804E+00  2.15393270962617844E+00  2.15515851185440921E+00
+  2.15604874133688407E+00  2.15659519617792705E+00  2.15678958813251809E+00
+  2.15662354563974690E+00  2.15608861716191624E+00  2.15517627484980778E+00
+  2.15387791855597532E+00  2.15218488021926291E+00  2.15008842864514005E+00
+  2.14757977470794836E+00  2.14465007700265753E+00  2.14129044797539425E+00
+  2.13749196056359292E+00  2.13324565537842581E+00  2.12854254846389690E+00
+  2.12337363966886006E+00  2.11772992167010354E+00  2.11160238968656522E+00
+  2.10498205192676124E+00  2.09785994081346772E+00  2.09022712503177299E+00
+  2.08207472244862135E+00  2.07339391395405315E+00  2.06417595827632949E+00
+  2.05441220782516876E+00  2.04409412561924819E+00  2.03321330335599892E+00
+  2.02176148068353578E+00  2.00973056573620745E+00  1.99711265699675899E+00
+  1.98390006654950213E+00  1.97008534478992092E+00  1.95566130665707405E+00
+  1.94062105945570140E+00  1.92495803233516161E+00  1.90866600749212934E+00
+  1.89173915316338270E+00  1.87417205847381307E+00  1.85595977020308656E+00
+  1.83709783153193840E+00  1.81758232282597931E+00  1.79740990451090732E+00
+  1.77657786208815871E+00  1.75508415333409817E+00  1.73292745771890133E+00
+  1.71010722807299809E+00  1.68662374451938968E+00  1.66247817067908787E+00
+  1.63767261214427529E+00  1.61221017719939130E+00  1.58609503975403898E+00
+  1.55933250443328975E+00  1.53192907375042942E+00  1.50389251726422724E+00
+  1.47523194259743118E+00  1.44595786816487326E+00  1.41608229742860914E+00
+  1.38561879446314307E+00  1.35458256057637971E+00  1.32299051169082316E+00
+  1.29086135614486164E+00  1.25821567252524669E+00  1.22507598708907350E+00
+  1.19146685027650712E+00  1.15741491175363431E+00  1.12294899335851883E+00
+  1.08810015925195280E+00  1.05290178249789079E+00  1.01738960721642879E+00
+  9.81601805364668900E-01  9.45579027107422476E-01  9.09364443640331421E-01
+  8.73003781222542075E-01  8.36545345064236168E-01  8.00040031595969592E-01
+  7.63541327521862989E-01  7.27105293926781471E-01  6.90790533568930054E-01
+  6.54658139343102796E-01  6.18771621746758926E-01  5.83196813019952187E-01
+  5.48001745461615841E-01  5.13256501248129049E-01  4.79033030895070877E-01
+  4.45404937309717364E-01  4.12447222179350093E-01  3.80235991228631831E-01
+  3.48848114657496378E-01  3.18360838838620708E-01  2.88851345109716773E-01
+  2.60396251239986110E-01  2.33071050880338582E-01  2.06949486023145474E-01
+  1.82102847196890433E-01  1.58599195802911791E-01  1.36502502663598257E-01
+  1.15871696491218035E-01  9.67596156020907316E-02  7.92118557887941388E-02
+  6.32655068208453353E-02  4.89477695682405747E-02  3.62744452292712502E-02
+  2.52482875898988324E-02  1.58572086436981133E-02  8.07232725462768072E-03
+  1.84584984630410676E-03 -2.89122865209954366E-03 -6.23161618479925634E-03
+ -8.29442072631242019E-03 -9.22806760269869603E-03 -9.21345235810188713E-03
+ -8.46734560312940865E-03 -7.24606739532972482E-03 -5.84863257037215346E-03
+ -4.65876764936998776E-03 -3.63749938988179372E-03 -2.77463199682373473E-03
+ -2.05882365483519864E-03 -1.47769109853257245E-03 -1.01794408937869586E-03
+ -6.65554456928318158E-04 -4.05965050276339075E-04 -2.24344585495469184E-04
+ -1.05895268401644770E-04 -3.62208987392441883E-05 -1.76425628915000989E-06
+  9.67628910284036136E-06  8.33969301230314168E-06  1.72748758494038809E-06
+  1.71633660240872853E-06  1.70495891680496297E-06  1.69336474743446234E-06
+  1.68154783242189482E-06  1.66951171908256466E-06
+  END     
+   TPROJECTOR   2 #p(r), for p(r)/r*Ylm)
+  0.00000000000000000E+00  1.76123447375536596E-06  3.53769576670943342E-06
+  5.32951547539938947E-06  7.13682638365025502E-06  8.95976242086374725E-06
+  1.07984586742793411E-05  1.26530513990331745E-05  1.45236780282586668E-05
+  1.64104771832706437E-05  1.83135886838370956E-05  2.02331535585407551E-05
+  2.21693140552290855E-05  2.41222136515555102E-05  2.60919970656119229E-05
+  2.80788102666522266E-05  3.00828004859097229E-05  3.21041162275073985E-05
+  3.41429072794624414E-05  3.61993247247865670E-05  3.82735209526813747E-05
+  4.03656496698315465E-05  4.24758659117947167E-05  4.46043260544905310E-05
+  4.67511878257885054E-05  4.89166103171966466E-05  5.11007539956505243E-05
+  5.33037807154045301E-05  5.55258537300262159E-05  5.77671377044937948E-05
+  6.00277987273986060E-05  6.23080043232532088E-05  6.46079234649051172E-05
+  6.69277265860589697E-05  6.92675855939058039E-05  7.16276738818630147E-05
+  7.40081663424224483E-05  7.64092393801110768E-05  7.88310709245639018E-05
+  8.12738404437084215E-05  8.37377289570645934E-05  8.62229190491586102E-05
+  8.87295948830536352E-05  9.12579422139968982E-05  9.38081484031847812E-05
+  9.63804024316474632E-05  9.89748949142526657E-05  1.01591818113831668E-04
+  1.04231365955426023E-04  1.06893734040659251E-04  1.09579119662230376E-04
+  1.12287721818535340E-04  1.15019741228413342E-04  1.17775380346020307E-04
+  1.20554843375832751E-04  1.23358336287778881E-04  1.26186066832502587E-04
+  1.29038244556758735E-04  1.31915080818941274E-04  1.34816788804745756E-04
+  1.37743583542967269E-04  1.40695681921434719E-04  1.43673302703083876E-04
+  1.46676666542167695E-04  1.49705996000608897E-04  1.52761515564491662E-04
+  1.55843451660696763E-04  1.58952032673683168E-04  1.62087488962408372E-04
+  1.65250052877402359E-04  1.68439958777984351E-04  1.71657443049629726E-04
+  1.74902744121487573E-04  1.78176102484049130E-04  1.81477760706969026E-04
+  1.84807963457040922E-04  1.88166957516328569E-04  1.91554991800452180E-04
+  1.94972317377036506E-04  1.98419187484313148E-04  2.01895857549888634E-04
+  2.05402585209671937E-04  2.08939630326966837E-04  2.12507255011727897E-04
+  2.16105723639984650E-04  2.19735302873433293E-04  2.23396261679196162E-04
+  2.27088871349755660E-04  2.30813405523055092E-04  2.34570140202779046E-04
+  2.38359353778804482E-04  2.42181327047832668E-04  2.46036343234195230E-04
+  2.49924688010843177E-04  2.53846649520518000E-04  2.57802518397100917E-04
+  2.61792587787153047E-04  2.65817153371637933E-04  2.69876513387831110E-04
+  2.73970968651423891E-04  2.78100822578812232E-04  2.82266381209583524E-04
+  2.86467953229192188E-04  2.90705849991838351E-04  2.94980385543538418E-04
+  2.99291876645396281E-04  3.03640642797079223E-04  3.08027006260492339E-04
+  3.12451292083659933E-04  3.16913828124813671E-04  3.21414945076685973E-04
+  3.25954976491019382E-04  3.30534258803280622E-04  3.35153131357594542E-04
+  3.39811936431888605E-04  3.44511019263259318E-04  3.49250728073553546E-04
+  3.54031414095175995E-04  3.58853431597115050E-04  3.63717137911195106E-04
+  3.68622893458557771E-04  3.73571061776369995E-04  3.78562009544764432E-04
+  3.83596106614010309E-04  3.88673726031922378E-04  3.93795244071505255E-04
+  3.98961040258835197E-04  4.04171497401187773E-04  4.09427001615401899E-04
+  4.14727942356494421E-04  4.20074712446522232E-04  4.25467708103687025E-04
+  4.30907328971702757E-04  4.36393978149407264E-04  4.41928062220631928E-04
+  4.47509991284337398E-04  4.53140178984997059E-04  4.58819042543254360E-04
+  4.64547002786838518E-04  4.70324484181749102E-04  4.76151914863712634E-04
+  4.82029726669909063E-04  4.87958355170969274E-04  4.93938239703258734E-04
+  4.99969823401428702E-04  5.06053553231256719E-04  5.12189880022768333E-04
+  5.18379258503646892E-04  5.24622147332928388E-04  5.30919009134991947E-04
+  5.37270310533839593E-04  5.43676522187679263E-04  5.50138118823796868E-04
+  5.56655579273745158E-04  5.63229386508812529E-04  5.69860027675827717E-04
+  5.76547994133250717E-04  5.83293781487589404E-04  5.90097889630121237E-04
+  5.96960822773940454E-04  6.03883089491322493E-04  6.10865202751409561E-04
+  6.17907679958224713E-04  6.25011042989016396E-04  6.32175818232926521E-04
+  6.39402536630002006E-04  6.46691733710536140E-04  6.54043949634759703E-04
+  6.61459729232862555E-04  6.68939622045369763E-04  6.76484182363870081E-04
+  6.84093969272082285E-04  6.91769546687291638E-04  6.99511483402138730E-04
+  7.07320353126765890E-04  7.15196734531334385E-04  7.23141211288906571E-04
+  7.31154372118692766E-04  7.39236810829687783E-04  7.47389126364667207E-04
+  7.55611922844573328E-04  7.63905809613282284E-04  7.72271401282761515E-04
+  7.80709317778616012E-04  7.89220184386020106E-04  7.97804631796060612E-04
+  8.06463296152472872E-04  8.15196819098781876E-04  8.24005847825844302E-04
+  8.32891035119817094E-04  8.41853039410528923E-04  8.50892524820267768E-04
+  8.60010161213000009E-04  8.69206624244013874E-04  8.78482595409973803E-04
+  8.87838762099441665E-04  8.97275817643796965E-04  9.06794461368631063E-04
+  9.16395398645560109E-04  9.26079340944496602E-04  9.35847005886378909E-04
+  9.45699117296345095E-04  9.55636405257368838E-04  9.65659606164365886E-04
+  9.75769462778768243E-04  9.85966724283553284E-04  9.96252146338773986E-04
+  1.00662649113754843E-03  1.01709052746254587E-03  1.02764503074295440E-03
+  1.03829078311194691E-03  1.04902857346463279E-03  1.05985919751652637E-03
+  1.07078345786251338E-03  1.08180216403631706E-03  1.09291613257049775E-03
+  1.10412618705695671E-03  1.11543315820796917E-03  1.12683788391774184E-03
+  1.13834120932450626E-03  1.14994398687314750E-03  1.16164707637836980E-03
+  1.17345134508842208E-03  1.18535766774935337E-03  1.19736692666983771E-03
+  1.20948001178656367E-03  1.22169782073017858E-03  1.23402125889179913E-03
+  1.24645123949011956E-03  1.25898868363907152E-03  1.27163452041609152E-03
+  1.28438968693096343E-03  1.29725512839526510E-03  1.31023179819241302E-03
+  1.32332065794831064E-03  1.33652267760260785E-03  1.34983883548058393E-03
+  1.36327011836563303E-03  1.37681752157240008E-03  1.39048204902053781E-03
+  1.40426471330909420E-03  1.41816653579155457E-03  1.43218854665152747E-03
+  1.44633178497908426E-03  1.46059729884776305E-03  1.47498614539223749E-03
+  1.48949939088664123E-03  1.50413811082360021E-03  1.51890338999393021E-03
+  1.53379632256700048E-03  1.54881801217184988E-03  1.56396957197894914E-03
+  1.57925212478269607E-03  1.59466680308461900E-03  1.61021474917731047E-03
+  1.62589711522905271E-03  1.64171506336921891E-03  1.65766976577438278E-03
+  1.67376240475518778E-03  1.68999417284395334E-03  1.70636627288304988E-03
+  1.72287991811403930E-03  1.73953633226757009E-03  1.75633674965407433E-03
+  1.77328241525522489E-03  1.79037458481620150E-03  1.80761452493873129E-03
+  1.82500351317497426E-03  1.84254283812217623E-03  1.86023379951816325E-03
+  1.87807770833765776E-03  1.89607588688943222E-03  1.91422966891429281E-03
+  1.93254039968391612E-03  1.95100943610053597E-03  1.96963814679750786E-03
+  1.98842791224071013E-03  2.00738012483086311E-03  2.02649618900669314E-03
+  2.04577752134903288E-03  2.06522555068575824E-03  2.08484171819770447E-03
+  2.10462747752545622E-03  2.12458429487704563E-03  2.14471364913663542E-03
+  2.16501703197409263E-03  2.18549594795553002E-03  2.20615191465480844E-03
+  2.22698646276598636E-03  2.24800113621674395E-03  2.26919749228281752E-03
+  2.29057710170338120E-03  2.31214154879744952E-03  2.33389243158128347E-03
+  2.35583136188681312E-03  2.37795996548106816E-03  2.40027988218668043E-03
+  2.42279276600336751E-03  2.44550028523052906E-03  2.46840412259085543E-03
+  2.49150597535503782E-03  2.51480755546754173E-03  2.53831058967345004E-03
+  2.56201681964645864E-03  2.58592800211789996E-03  2.61004590900696005E-03
+  2.63437232755195459E-03  2.65890906044279323E-03  2.68365792595456204E-03
+  2.70862075808225335E-03  2.73379940667668568E-03  2.75919573758157642E-03
+  2.78481163277181400E-03  2.81064899049291751E-03  2.83670972540170808E-03
+  2.86299576870818143E-03  2.88950906831863478E-03  2.91625158898000704E-03
+  2.94322531242546381E-03  2.97043223752127376E-03  2.99787438041491851E-03
+  3.02555377468449564E-03  3.05347247148942888E-03  3.08163253972244117E-03
+  3.11003606616291114E-03  3.13868515563145607E-03  3.16758193114596159E-03
+  3.19672853407886818E-03  3.22612712431588015E-03  3.25577988041600257E-03
+  3.28568899977299284E-03  3.31585669877818706E-03  3.34628521298476617E-03
+  3.37697679727338735E-03  3.40793372601930732E-03  3.43915829326090546E-03
+  3.47065281286967637E-03  3.50241961872173845E-03  3.53446106487072427E-03
+  3.56677952572226776E-03  3.59937739620994328E-03  3.63225709197273136E-03
+  3.66542104953405338E-03  3.69887172648228953E-03  3.73261160165294301E-03
+  3.76664317531227606E-03  3.80096896934264180E-03  3.83559152742934083E-03
+  3.87051341524911104E-03  3.90573722066027071E-03  3.94126555389449299E-03
+  3.97710104775020942E-03  4.01324635778772722E-03  4.04970416252603462E-03
+  4.08647716364123580E-03  4.12356808616684296E-03  4.16097967869560274E-03
+  4.19871471358328630E-03  4.23677598715404766E-03  4.27516631990768059E-03
+  4.31388855672864332E-03  4.35294556709683259E-03  4.39234024530026253E-03
+  4.43207551064953020E-03  4.47215430769412094E-03  4.51257960644067466E-03
+  4.55335440257300696E-03  4.59448171767413288E-03  4.63596459945017983E-03
+  4.67780612195623814E-03  4.72000938582415458E-03  4.76257751849226522E-03
+  4.80551367443723433E-03  4.84882103540772678E-03  4.89250281066024896E-03
+  4.93656223719692207E-03  4.98100258000539094E-03  5.02582713230075723E-03
+  5.07103921576962727E-03  5.11664218081625197E-03  5.16263940681079697E-03
+  5.20903430233979857E-03  5.25583030545871341E-03  5.30303088394673203E-03
+  5.35063953556372263E-03  5.39865978830944560E-03  5.44709520068496940E-03
+  5.49594936195640579E-03  5.54522589242086722E-03  5.59492844367472965E-03
+  5.64506069888426505E-03  5.69562637305854463E-03  5.74662921332475853E-03
+  5.79807299920586695E-03  5.84996154290071645E-03  5.90229868956649792E-03
+  5.95508831760369409E-03  6.00833433894353182E-03  6.06204069933779198E-03
+  6.11621137865125085E-03  6.17085039115662475E-03  6.22596178583196928E-03
+  6.28154964666081256E-03  6.33761809293471347E-03  6.39417127955859907E-03
+  6.45121339735854268E-03  6.50874867339245114E-03  6.56678137126321011E-03
+  6.62531579143467442E-03  6.68435627155033324E-03  6.74390718675476827E-03
+  6.80397295001781803E-03  6.86455801246165301E-03  6.92566686369058306E-03
+  6.98730403212377039E-03  7.04947408533077371E-03  7.11218163037006731E-03
+  7.17543131413040519E-03  7.23922782367518447E-03  7.30357588658978214E-03
+  7.36848027133182523E-03  7.43394578758467713E-03  7.49997728661370988E-03
+  7.56657966162587771E-03  7.63375784813235050E-03  7.70151682431414845E-03
+  7.76986161139113854E-03  7.83879727399408761E-03  7.90832892053993687E-03
+  7.97846170361042953E-03  8.04920082033387316E-03  8.12055151277027258E-03
+  8.19251906829978824E-03  8.26510882001457725E-03  8.33832614711395130E-03
+  8.41217647530300219E-03  8.48666527719473505E-03  8.56179807271544545E-03
+  8.63758042951393891E-03  8.71401796337399441E-03  8.79111633863058350E-03
+  8.86888126858959014E-03  8.94731851595115257E-03  9.02643389323673495E-03
+  9.10623326321985740E-03  9.18672253936051592E-03  9.26790768624341163E-03
+  9.34979472001995493E-03  9.43238970885401998E-03  9.51569877337171341E-03
+  9.59972808711484840E-03  9.68448387699843635E-03  9.76997242377216496E-03
+  9.85620006248575861E-03  9.94317318295848476E-03  1.00308982302525843E-02
+  1.01193817051509830E-02  1.02086301646388961E-02  1.02986502223897762E-02
+  1.03894485492554110E-02  1.04810318737602291E-02  1.05734069825999671E-02
+  1.06665807211444516E-02  1.07605599939449743E-02  1.08553517652459457E-02
+  1.09509630595008463E-02  1.10474009618929010E-02  1.11446726188599646E-02
+  1.12427852386242401E-02  1.13417460917263208E-02  1.14415625115639810E-02
+  1.15422418949356446E-02  1.16437917025884186E-02  1.17462194597710394E-02
+  1.18495327567914518E-02  1.19537392495793066E-02  1.20588466602532911E-02
+  1.21648627776932763E-02  1.22717954581176049E-02  1.23796526256651634E-02
+  1.24884422729825938E-02  1.25981724618166591E-02  1.27088513236115024E-02
+  1.28204870601112721E-02  1.29330879439679032E-02  1.30466623193541027E-02
+  1.31612186025816640E-02  1.32767652827251656E-02  1.33933109222510241E-02
+  1.35108641576519202E-02  1.36294337000869362E-02  1.37490283360268833E-02
+  1.38696569279055174E-02  1.39913284147761760E-02  1.41140518129743049E-02
+  1.42378362167854336E-02  1.43626907991191363E-02  1.44886248121888564E-02
+  1.46156475881973266E-02  1.47437685400282278E-02  1.48729971619436310E-02
+  1.50033430302876254E-02  1.51348158041958621E-02  1.52674252263112625E-02
+  1.54011811235060941E-02  1.55360934076100229E-02  1.56721720761446859E-02
+  1.58094272130644385E-02  1.59478689895037259E-02  1.60875076645305391E-02
+  1.62283535859068344E-02  1.63704171908552396E-02  1.65137090068323659E-02
+  1.66582396523091043E-02  1.68040198375572665E-02  1.69510603654433357E-02
+  1.70993721322288961E-02  1.72489661283780973E-02  1.73998534393720490E-02
+  1.75520452465301943E-02  1.77055528278389565E-02  1.78603875587874106E-02
+  1.80165609132100502E-02  1.81740844641372495E-02  1.83329698846526959E-02
+  1.84932289487582946E-02  1.86548735322467629E-02  1.88179156135815442E-02
+  1.89823672747843897E-02  1.91482407023307669E-02  1.93155481880526031E-02
+  1.94843021300493552E-02  1.96545150336066288E-02  1.98261995121228052E-02
+  1.99993682880435994E-02  2.01740341938048684E-02  2.03502101727835449E-02
+  2.05279092802565788E-02  2.07071446843683574E-02  2.08879296671065709E-02
+  2.10702776252862448E-02  2.12542020715424593E-02  2.14397166353316113E-02
+  2.16268350639414950E-02  2.18155712235096125E-02  2.20059391000509211E-02
+  2.21979528004940391E-02  2.23916265537266387E-02  2.25869747116496794E-02
+  2.27840117502407652E-02  2.29827522706270854E-02  2.31832110001669867E-02
+  2.33854027935414405E-02  2.35893426338545514E-02  2.37950456337440580E-02
+  2.40025270365008189E-02  2.42118022171984720E-02  2.44228866838325162E-02
+  2.46357960784696628E-02  2.48505461784066378E-02  2.50671528973392746E-02
+  2.52856322865416538E-02  2.55060005360555689E-02  2.57282739758898579E-02
+  2.59524690772307137E-02  2.61786024536618117E-02  2.64066908623955682E-02
+  2.66367512055146680E-02  2.68688005312243475E-02  2.71028560351156897E-02
+  2.73389350614396745E-02  2.75770551043922896E-02  2.78172338094108199E-02
+  2.80594889744812184E-02  2.83038385514568086E-02  2.85503006473884421E-02
+  2.87988935258661968E-02  2.90496356083723289E-02  2.93025454756465770E-02
+  2.95576418690624912E-02  2.98149436920163019E-02  3.00744700113273686E-02
+  3.03362400586509665E-02  3.06002732319032023E-02  3.08665890966982673E-02
+  3.11352073877979724E-02  3.14061480105740920E-02  3.16794310424830597E-02
+  3.19550767345536460E-02  3.22331055128872307E-02  3.25135379801714322E-02
+  3.27963949172062827E-02  3.30816972844441143E-02  3.33694662235423586E-02
+  3.36597230589300994E-02  3.39524892993878086E-02  3.42477866396410854E-02
+  3.45456369619679821E-02  3.48460623378200329E-02  3.51490850294577245E-02
+  3.54547274915998772E-02  3.57630123730870858E-02  3.60739625185599599E-02
+  3.63876009701513403E-02  3.67039509691937382E-02  3.70230359579409585E-02
+  3.73448795813050016E-02  3.76695056886078988E-02  3.79969383353483264E-02
+  3.83272017849840968E-02  3.86603205107294984E-02  3.89963191973685813E-02
+  3.93352227430837226E-02  3.96770562613004835E-02  4.00218450825477190E-02
+  4.03696147563344654E-02  4.07203910530426622E-02  4.10741999658363055E-02
+  4.14310677125869081E-02  4.17910207378162646E-02  4.21540857146547321E-02
+  4.25202895468179826E-02  4.28896593705997281E-02  4.32622225568818075E-02
+  4.36380067131623139E-02  4.40170396856002510E-02  4.43993495610787020E-02
+  4.47849646692854569E-02  4.51739135848112233E-02  4.55662251292669740E-02
+  4.59619283734186423E-02  4.63610526393407746E-02  4.67636275025882647E-02
+  4.71696827943876990E-02  4.75792486038466300E-02  4.79923552801829745E-02
+  4.84090334349726037E-02  4.88293139444172519E-02  4.92532279516314370E-02
+  4.96808068689493926E-02  5.01120823802518739E-02  5.05470864433129607E-02
+  5.09858512921673862E-02  5.14284094394980434E-02  5.18747936790440872E-02
+  5.23250370880303933E-02  5.27791730296171269E-02  5.32372351553708489E-02
+  5.36992574077575363E-02  5.41652740226561819E-02  5.46353195318946688E-02
+  5.51094287658073501E-02  5.55876368558149148E-02  5.60699792370262934E-02
+  5.65564916508629473E-02  5.70472101477065840E-02  5.75421710895683280E-02
+  5.80414111527823989E-02  5.85449673307222029E-02  5.90528769365401413E-02
+  5.95651776059307331E-02  6.00819072999181358E-02  6.06031043076676601E-02
+  6.11288072493208073E-02  6.16590550788560787E-02  6.21938870869727239E-02
+  6.27333429040017321E-02  6.32774625028393323E-02  6.38262862019078753E-02
+  6.43798546681414730E-02  6.49382089199971313E-02  6.55013903304922374E-02
+  6.60694406302686915E-02  6.66424019106822557E-02  6.72203166269198377E-02
+  6.78032276011428098E-02  6.83911780256585139E-02  6.89842114661174260E-02
+  6.95823718647396311E-02  7.01857035435680121E-02  7.07942512077502084E-02
+  7.14080599488485512E-02  7.20271752481784211E-02  7.26516429801756236E-02
+  7.32815094157932001E-02  7.39168212259264379E-02  7.45576254848690223E-02
+  7.52039696737971941E-02  7.58559016842854650E-02  7.65134698218518094E-02
+  7.71767228095339430E-02  7.78457097914960761E-02  7.85204803366668369E-02
+  7.92010844424086424E-02  7.98875725382190982E-02  8.05799954894632353E-02
+  8.12784046011394701E-02  8.19828516216763170E-02  8.26933887467637962E-02
+  8.34100686232158162E-02  8.41329443528673337E-02  8.48620694965044609E-02
+  8.55974980778292094E-02  8.63392845874568493E-02  8.70874839869496264E-02
+  8.78421517128836760E-02  8.86033436809522401E-02  8.93711162901032197E-02
+  9.01455264267129464E-02  9.09266314687960375E-02  9.17144892902513886E-02
+  9.25091582651437205E-02  9.33106972720244010E-02  9.41191656982872660E-02
+  9.49346234445625492E-02  9.57571309291497252E-02  9.65867490924868788E-02
+  9.74235394016600975E-02  9.82675638549503072E-02  9.91188849864208799E-02
+  9.99775658705427672E-02  1.00843670126861906E-01  1.01717261924703983E-01
+  1.02598405987922636E-01  1.03487167599685903E-01  1.04383612607305581E-01
+  1.05287807427108054E-01  1.06199819049346278E-01  1.07119715043153735E-01
+  1.08047563561543325E-01  1.08983433346446418E-01  1.09927393733796674E-01
+  1.10879514658658140E-01  1.11839866660395887E-01  1.12808520887893088E-01
+  1.13785549104810618E-01  1.14771023694894808E-01  1.15765017667328107E-01
+  1.16767604662127100E-01  1.17778858955586735E-01  1.18798855465772540E-01
+  1.19827669758057032E-01  1.20865378050707017E-01  1.21912057220517317E-01
+  1.22967784808492547E-01  1.24032639025578734E-01  1.25106698758444129E-01
+  1.26190043575308636E-01  1.27282753731824377E-01  1.28384910177006706E-01
+  1.29496594559215333E-01  1.30617889232188394E-01  1.31748877261125802E-01
+  1.32889642428827975E-01  1.34040269241884280E-01  1.35200842936917393E-01
+  1.36371449486879459E-01  1.37552175607401711E-01  1.38743108763200479E-01
+  1.39944337174538358E-01  1.41155949823737081E-01  1.42378036461751567E-01
+  1.43610687614796229E-01  1.44853994591029767E-01  1.46108049487297942E-01
+  1.47372945195932359E-01  1.48648775411609313E-01  1.49935634638266202E-01
+  1.51233618196077224E-01  1.52542822228491082E-01  1.53863343709324918E-01
+  1.55195280449922590E-01  1.56538731106373008E-01  1.57893795186789476E-01
+  1.59260573058653043E-01  1.60639165956217633E-01  1.62029675987977517E-01
+  1.63432206144201897E-01  1.64846860304530329E-01  1.66273743245635597E-01
+  1.67712960648951415E-01  1.69164619108465031E-01  1.70628826138578826E-01
+  1.72105690182037308E-01  1.73595320617921545E-01  1.75097827769714609E-01
+  1.76613322913432125E-01  1.78141918285825374E-01  1.79683727092652346E-01
+  1.81238863517021287E-01  1.82807442727804137E-01  1.84389580888121463E-01
+  1.85985395163901446E-01  1.87595003732510757E-01  1.89218525791457592E-01
+  1.90856081567173208E-01  1.92507792323863169E-01  1.94173780372437266E-01
+  1.95854169079515639E-01  1.97549082876509075E-01  1.99258647268778566E-01
+  2.00982988844873700E-01  2.02722235285846653E-01  2.04476515374648782E-01
+  2.06245959005604163E-01  2.08030697193966330E-01  2.09830862085554015E-01
+  2.11646586966471206E-01  2.13478006272906251E-01  2.15325255601018395E-01
+  2.17188471716904363E-01  2.19067792566652986E-01  2.20963357286481588E-01
+  2.22875306212963087E-01  2.24803780893333305E-01  2.26748924095891924E-01
+  2.28710879820488322E-01  2.30689793309097113E-01  2.32685811056481673E-01
+  2.34699080820951089E-01  2.36729751635205377E-01  2.38777973817271782E-01
+  2.40843898981538518E-01  2.42927680049874695E-01  2.45029471262851073E-01
+  2.47149428191048903E-01  2.49287707746470855E-01  2.51444468194042481E-01
+  2.53619869163214107E-01  2.55814071659660192E-01  2.58027238077075727E-01
+  2.60259532209072220E-01  2.62511119261177261E-01  2.64782165862929464E-01
+  2.67072840080077978E-01  2.69383311426886984E-01  2.71713750878539662E-01
+  2.74064330883647012E-01  2.76435225376862548E-01  2.78826609791604230E-01
+  2.81238661072879981E-01  2.83671557690222564E-01  2.86125479650732428E-01
+  2.88600608512230017E-01  2.91097127396517386E-01  2.93615221002751503E-01
+  2.96155075620926911E-01  2.98716879145476399E-01  3.01300821088978377E-01
+  3.03907092595984918E-01  3.06535886456958173E-01  3.09187397122329677E-01
+  3.11861820716673011E-01  3.14559355052994705E-01  3.17280199647143824E-01
+  3.20024555732341343E-01  3.22792626273831984E-01  3.25584615983653958E-01
+  3.28400731335534490E-01  3.31241180579906924E-01  3.34106173759052716E-01
+  3.36995922722366559E-01  3.39910641141750292E-01  3.42850544527135814E-01
+  3.45815850242128464E-01  3.48806777519786837E-01  3.51823547478529619E-01
+  3.54866383138171981E-01  3.57935509436096089E-01  3.61031153243552727E-01
+  3.64153543382099043E-01  3.67302910640166180E-01  3.70479487789769024E-01
+  3.73683509603344621E-01  3.76915212870739480E-01  3.80174836416321771E-01
+  3.83462621116244962E-01  3.86778809915843347E-01  3.90123647847177346E-01
+  3.93497382046712807E-01  3.96900261773149854E-01  4.00332538425395401E-01
+  4.03794465560675442E-01  4.07286298912806211E-01  4.10808296410597906E-01
+  4.14360718196417732E-01  4.17943826644900929E-01  4.21557886381804026E-01
+  4.25203164303025960E-01  4.28879929593760312E-01  4.32588453747822621E-01
+  4.36329010587116595E-01  4.40101876281265070E-01  4.43907329367390080E-01
+  4.47745650770058456E-01  4.51617123821383082E-01  4.55522034281278465E-01
+  4.59460670357885737E-01  4.63433322728152741E-01  4.67440284558580443E-01
+  4.71481851526131757E-01  4.75558321839303799E-01  4.79669996259369680E-01
+  4.83817178121781266E-01  4.88000173357744815E-01  4.92219290515964469E-01
+  4.96474840784550620E-01  5.00767138013106461E-01  5.05096498734979416E-01
+  5.09463242189692078E-01  5.13867690345537476E-01  5.18310167922359177E-01
+  5.22791002414498718E-01  5.27310524113925316E-01  5.31869066133539015E-01
+  5.36466964430655779E-01  5.41104557830667465E-01  5.45782188050887185E-01
+  5.50500199724570760E-01  5.55258940425126468E-01  5.60058760690502089E-01
+  5.64900014047757137E-01  5.69783057037823282E-01  5.74708249240446944E-01
+  5.79675953299318092E-01  5.84686534947389980E-01  5.89740363032386528E-01
+  5.94837809542492213E-01  5.99979249632243139E-01  6.05165061648597513E-01
+  6.10395627157205745E-01  6.15671330968867059E-01  6.20992561166186618E-01
+  6.26359709130418496E-01  6.31773169568503157E-01  6.37233340540311666E-01
+  6.42740623486065976E-01  6.48295423253978598E-01  6.53898148128068568E-01
+  6.59549209856188590E-01  6.65249023678245344E-01  6.70998008354620534E-01
+  6.76796586194789107E-01  6.82645183086139085E-01  6.88544228522991464E-01
+  6.94494155635821730E-01  7.00495401220680103E-01  7.06548405768818721E-01
+  7.12653613496515126E-01  7.18811472375098237E-01  7.25022434161187279E-01
+  7.31286954427118108E-01  7.37605492591583589E-01  7.43978511950477372E-01
+  7.50406479707931728E-01  7.56889867007573214E-01  7.63429148963969073E-01
+  7.70024804694285026E-01  7.76677317350146001E-01  7.83387174149695387E-01
+  7.90154866409867207E-01  7.96980889578855045E-01  8.03865743268780575E-01
+  8.10809931288576813E-01  8.17813961677067436E-01  8.24878346736241053E-01
+  8.32003603064741082E-01  8.39190251591549696E-01  8.46438817609873162E-01
+  8.53749830811226129E-01  8.61123825319715985E-01  8.68561339726530379E-01
+  8.76062917124620810E-01  8.83629105143572735E-01  8.91260455984686395E-01
+  8.98957526456251710E-01  9.06720878009001696E-01  9.14551076771776383E-01
+  9.22448693587364144E-01  9.30414304048547747E-01  9.38448488534324721E-01
+  9.46551832246314673E-01  9.54724925245373335E-01  9.62968362488356266E-01
+  9.71282743865092169E-01  9.79668674235523840E-01  9.88126763467025437E-01
+  9.96657626471896929E-01  1.00526188324503662E+00  1.01394015890177092E+00
+  1.02269308371587675E+00  1.03152129315772556E+00  1.04042542793264858E+00
+  1.04940613401940497E+00  1.05846406270884463E+00  1.06759987064270301E+00
+  1.07681421985255610E+00  1.08610777779892342E+00  1.09548121741049709E+00
+  1.10493521712352560E+00  1.11447046092133450E+00  1.12408763837395664E+00
+  1.13378744467791126E+00  1.14357058069609030E+00  1.15343775299776796E+00
+  1.16338967389871728E+00  1.17342706150143883E+00  1.18355063973548136E+00
+  1.19376113839787878E+00  1.20405929319363869E+00  1.21444584577636183E+00
+  1.22492154378890383E+00  1.23548714090412259E+00  1.24614339686568742E+00
+  1.25689107752895302E+00  1.26773095490186583E+00  1.27866380718594064E+00
+  1.28969041881724422E+00  1.30081158050742474E+00  1.31202808928475845E+00
+  1.32334074853519379E+00  1.33475036804341984E+00  1.34625776403390818E+00
+  1.35786375921194180E+00  1.36956918280462192E+00  1.38137487060184627E+00
+  1.39328166499720929E+00  1.40529041502888274E+00  1.41740197642040711E+00
+  1.42961721162139455E+00  1.44193698984815288E+00  1.45436218712420873E+00
+  1.46689368632069961E+00  1.47953237719662622E+00  1.49227915643899856E+00
+  1.50513492770277235E+00  1.51810060165066663E+00  1.53117709599273821E+00
+  1.54436533552579824E+00  1.55766625217257859E+00  1.57108078502068160E+00
+  1.58460988036127537E+00  1.59825449172749989E+00  1.61201557993260369E+00
+  1.62589411310777576E+00  1.63989106673964047E+00  1.65400742370740783E+00
+  1.66824417431966721E+00  1.68260231635078350E+00  1.69708285507689238E+00
+  1.71168680331146428E+00  1.72641518144041006E+00  1.74126901745671248E+00
+  1.75624934699456059E+00  1.77135721336294871E+00  1.78659366757873173E+00
+  1.80195976839909777E+00  1.81745658235343654E+00  1.83308518377456098E+00
+  1.84884665482930943E+00  1.86474208554836851E+00  1.88077257385548657E+00
+  1.89693922559582662E+00  1.91324315456360683E+00  1.92968548252887340E+00
+  1.94626733926343842E+00  1.96298986256592700E+00  1.97985419828589126E+00
+  1.99686150034695720E+00  2.01401293076898646E+00  2.03130965968916621E+00
+  2.04875286538203483E+00  2.06634373427838947E+00  2.08408346098299857E+00
+  2.10197324829112064E+00  2.12001430720376449E+00  2.13820785694163806E+00
+  2.15655512495773705E+00  2.17505734694854658E+00  2.19371576686377745E+00
+  2.21253163691460086E+00  2.23150621758031908E+00  2.25064077761342141E+00
+  2.26993659404296100E+00  2.28939495217622202E+00  2.30901714559858195E+00
+  2.32880447617150477E+00  2.34875825402864447E+00  2.36887979756997336E+00
+  2.38917043345381419E+00  2.40963149658681441E+00  2.43026433011171505E+00
+  2.45107028539280503E+00  2.47205072199913456E+00  2.49320700768526571E+00
+  2.51454051836951287E+00  2.53605263810967241E+00  2.55774475907603271E+00
+  2.57961828152170547E+00  2.60167461375010589E+00  2.62391517207948954E+00
+  2.64634138080454395E+00  2.66895467215482540E+00  2.69175648625001518E+00
+  2.71474827105188687E+00  2.73793148231285333E+00  2.76130758352101324E+00
+  2.78487804584160603E+00  2.80864434805470076E+00  2.83260797648907481E+00
+  2.85677042495213929E+00  2.88113319465577700E+00  2.90569779413797313E+00
+  2.93046573918014630E+00  2.95543855272003331E+00  2.98061776475993945E+00
+  3.00600491227031075E+00  3.03160153908844610E+00  3.05740919581215564E+00
+  3.08342943968833794E+00  3.10966383449619688E+00  3.13611395042502039E+00
+  3.16278136394635201E+00  3.18966765768036709E+00  3.21677442025630977E+00
+  3.24410324616682200E+00  3.27165573561596190E+00  3.29943349436076261E+00
+  3.32743813354608609E+00  3.35567126953274997E+00  3.38413452371847967E+00
+  3.41282952235164405E+00  3.44175789633766094E+00  3.47092128103757958E+00
+  3.50032131605891106E+00  3.52995964503834259E+00  3.55983791541610373E+00
+  3.58995777820185857E+00  3.62032088773170102E+00  3.65092890141624604E+00
+  3.68178347947939422E+00  3.71288628468752968E+00  3.74423898206900319E+00
+  3.77584323862351390E+00  3.80770072302113061E+00  3.83981310529077469E+00
+  3.87218205649774561E+00  3.90480924841004828E+00  3.93769635315326649E+00
+  3.97084504285357731E+00  4.00425698926865525E+00  4.03793386340617744E+00
+  4.07187733512944838E+00  4.10608907274999879E+00  4.14057074260663960E+00
+  4.17532400863072350E+00  4.21035053189721431E+00  4.24565197016117857E+00
+  4.28122997737931055E+00  4.31708620321612280E+00  4.35322229253444171E+00
+  4.38963988486959611E+00  4.42634061388724565E+00  4.46332610682399888E+00
+  4.50059798391071197E+00  4.53815785777781855E+00  4.57600733284233563E+00
+  4.61414800467601260E+00  4.65258145935415257E+00  4.69130927278470899E+00
+  4.73033301001691697E+00  4.76965422452921572E+00  4.80927445749581750E+00
+  4.84919523703121769E+00  4.88941807741247025E+00  4.92994447827826399E+00
+  4.97077592380450994E+00  5.01191388185569942E+00  5.05335980311146749E+00
+  5.09511512016777068E+00  5.13718124661200726E+00  5.17955957607147610E+00
+  5.22225148123447980E+00  5.26525831284341628E+00  5.30858139865918055E+00
+  5.35222204239617128E+00  5.39618152262712236E+00  5.44046109165719827E+00
+  5.48506197436640441E+00  5.52998536701964305E+00  5.57523243604366847E+00
+  5.62080431677010139E+00  5.66670211214367647E+00  5.71292689139494669E+00
+  5.75947968867657956E+00  5.80636150166231424E+00  5.85357329010782657E+00
+  5.90111597437257984E+00  5.94899043390156379E+00  5.99719750566629450E+00
+  6.04573798256388883E+00  6.09461261177332680E+00  6.14382209306794458E+00
+  6.19336707708308687E+00  6.24324816353793288E+00  6.29346589941049217E+00
+  6.34402077706463885E+00  6.39491323232811304E+00  6.44614364252037930E+00
+  6.49771232442940949E+00  6.54961953223583748E+00  6.60186545538380187E+00
+  6.65445021639695078E+00  6.70737386863857132E+00  6.76063639401458438E+00
+  6.81423770061815581E+00  6.86817762031470735E+00  6.92245590626596297E+00
+  6.97707223039184399E+00  7.03202618076880093E+00  7.08731725896326203E+00
+  7.14294487729894634E+00  7.19890835605642110E+00  7.25520692060382544E+00
+  7.31183969845704773E+00  7.36880571626811687E+00  7.42610389674026550E+00
+  7.48373305546820511E+00  7.54169189770216342E+00  7.59997901503409068E+00
+  7.65859288200460142E+00  7.71753185262903330E+00  7.77679415684114161E+00
+  7.83637789685278641E+00  7.89628104342799908E+00  7.95650143206995253E+00
+  8.01703675911910629E+00  8.07788457776084989E+00  8.13904229394123568E+00
+  8.20050716218878151E+00  8.26227628134105352E+00  8.32434659017412848E+00
+  8.38671486293318935E+00  8.44937770476294858E+00  8.51233154703566619E+00
+  8.57557264257548368E+00  8.63909706077725659E+00  8.70290068261806482E+00
+  8.76697919555983063E+00  8.83132808834138672E+00  8.89594264565805659E+00
+  8.96081794272743792E+00  9.02594883973934614E+00  9.09132997618852201E+00
+  9.15695576508823095E+00  9.22282038706341112E+00  9.28891778432135951E+00
+  9.35524165449875866E+00  9.42178544438323229E+00  9.48854234350791259E+00
+  9.55550527761769430E+00  9.62266690200543806E+00  9.69001959471684415E+00
+  9.75755544962271415E+00  9.82526626935691993E+00  9.89314355811924173E+00
+  9.96117851434146573E+00  1.00293620232157608E+01  1.00976846490841616E+01
+  1.01661366276883136E+01  1.02347078582781563E+01  1.03033878955790676E+01
+  1.03721659416165508E+01  1.04410308373975980E+01  1.05099710544485703E+01
+  1.05789746862087171E+01  1.06480294392793340E+01  1.07171226245279563E+01
+  1.07862411480481022E+01  1.08553715019739201E+01  1.09244997551505421E+01
+  1.09936115436603679E+01  1.10626920612054604E+01  1.11317260493475239E+01
+  1.12006977876056162E+01  1.12695910834134985E+01  1.13383892619372482E+01
+  1.14070751557553436E+01  1.14756310944025692E+01  1.15440388937803036E+01
+  1.16122798454351042E+01  1.16803347057085105E+01  1.17481836847608534E+01
+  1.18158064354726875E+01  1.18831820422268493E+01  1.19502890095755241E+01
+  1.20171052507966074E+01  1.20836080763439107E+01  1.21497741821963459E+01
+  1.22155796381118016E+01  1.22809998757912560E+01  1.23460096769602146E+01
+  1.24105831613738467E+01  1.24746937747534865E+01  1.25383142766625078E+01
+  1.26014167283301326E+01  1.26639724804322391E+01  1.27259521608388901E+01
+  1.27873256623391995E+01  1.28480621303544105E+01  1.29081299506508920E+01
+  1.29674967370658294E+01  1.30261293192586827E+01  1.30839937305024954E+01
+  1.31410551955301784E+01  1.31972781184510310E+01  1.32526260707549675E+01
+  1.33070617794211934E+01  1.33605471151507516E+01  1.34130430807418080E+01
+  1.34645097996291376E+01  1.35149065046089554E+01  1.35641915267723761E+01
+  1.36123222846717518E+01  1.36592552737448472E+01  1.37049460560241059E+01
+  1.37493492501585060E+01  1.37924185217779360E+01  1.38341065742304572E+01
+  1.38743651397252670E+01  1.39131449709149990E+01  1.39503958329529283E+01
+  1.39860664960626764E+01  1.40201047286587439E+01  1.40524572910590422E+01
+  1.40830699298320283E+01  1.41118873728226362E+01  1.41388533249039980E+01
+  1.41639104645030898E+01  1.41870004409510102E+01  1.42080638727114348E+01
+  1.42270403465412798E+01  1.42438684176421901E+01  1.42584856108619036E+01
+  1.42708284230085098E+01  1.42808323263420434E+01  1.42884317733116291E+01
+  1.42935602026077433E+01  1.42961500466035645E+01  1.42961327402609015E+01
+  1.42934387315796485E+01  1.42879974936734371E+01  1.42797375385557075E+01
+  1.42685864327255629E+01  1.42544708146444563E+01  1.42373164141990571E+01
+  1.42170480742486731E+01  1.41935897743595447E+01  1.41668646568315069E+01
+  1.41367950551266190E+01  1.41033025248128752E+01  1.40663078771399626E+01
+  1.40257312153684808E+01  1.39814919739771284E+01  1.39335089608772620E+01
+  1.38817004027682103E+01  1.38259839937703504E+01  1.37662769474781115E+01
+  1.37024960525787733E+01  1.36345577321871261E+01  1.35623781070513516E+01
+  1.34858730627890040E+01  1.34049583213162791E+01  1.33195495166396611E+01
+  1.32295622751816282E+01  1.31349123008173265E+01  1.30355154648043126E+01
+  1.29312879007903234E+01  1.28221461050893453E+01  1.27080070424201637E+01
+  1.25887882573057013E+01  1.24644079913354275E+01  1.23347853064970252E+01
+  1.21998402147868887E+01  1.20594938143129582E+01  1.19136684321061850E+01
+  1.17622877738598746E+01  1.16052770808191994E+01  1.14425632940446818E+01
+  1.12740752262762456E+01  1.10997437416246072E+01  1.09195019433190694E+01
+  1.07332853697396473E+01  1.05410321989622915E+01  1.03426834620444126E+01
+  1.01381832652753658E+01  9.92747902161558216E+00  9.71052169154269507E+00
+  9.48726603351870779E+00  9.25767086428728447E+00  9.02169932920122619E+00
+  8.77931918277406709E+00  8.53050307963639654E+00  8.27522887606971835E+00
+  8.01347994227275962E+00  7.74524548550323999E+00  7.47052088421796867E+00
+  7.18930803331488733E+00  6.90161570055848017E+00  6.60745989424304980E+00
+  6.30686424212201757E+00  5.99986038159793367E+00  5.68648836113388967E+00
+  5.36679705280744201E+00  5.04084457588622570E+00  4.70869873125565164E+00
+  4.37043744647878896E+00  4.02614923121029733E+00  3.67593364262470601E+00
+  3.31990176045076169E+00  2.95817667113011851E+00  2.59089396053625620E+00
+  2.21820221460421152E+00  1.84026352712405128E+00  1.45725401384934372E+00
+  1.06936433196030123E+00  6.76800203800496547E-01  2.79782943676515572E-01
+ -1.21450013629633702E-01 -5.26644584135546268E-01 -9.35529507382142356E-01
+ -1.34781582243990528E+00 -1.76319634921635071E+00 -2.18134517727973076E+00
+ -2.60191716462507117E+00 -3.02454744903255346E+00 -3.44885097490599435E+00
+ -3.87442203873202118E+00 -4.30083385656872963E+00 -4.72763815725583214E+00
+ -5.15436480533746533E+00 -5.58052145800478172E+00 -6.00559326069711830E+00
+ -6.42904258635004311E+00 -6.85030882364307558E+00 -7.26880821998467042E+00
+ -7.68393378536859473E+00 -8.09505526365592942E+00 -8.50151917826546821E+00
+ -8.90264895970883430E+00 -9.29774516286773434E+00 -9.68608578239334150E+00
+ -1.00669266751001487E+01 -1.04395020987371225E+01 -1.08030253770381393E+01
+ -1.11566897014864139E+01 -1.14996690807731952E+01 -1.18311194494818110E+01
+ -1.21501799480922017E+01 -1.24559743869687551E+01 -1.27476129075722042E+01
+ -1.30241938547190941E+01 -1.32848058742984811E+01 -1.35285302514528674E+01
+ -1.37544435048289202E+01 -1.39616202531135478E+01 -1.41491363706907336E+01
+ -1.43160724498865477E+01 -1.44615175879254068E+01 -1.45845735173969260E+01
+ -1.46843590997520899E+01 -1.47600152021057021E+01 -1.48107099784533069E+01
+ -1.48356445773159500E+01 -1.48340592988418649E+01 -1.48052402255430984E+01
+ -1.47485263521644505E+01 -1.46633172417106401E+01 -1.45490812364517357E+01
+ -1.44053642548363765E+01 -1.42317992077472191E+01 -1.40281160705051651E+01
+ -1.37941526505659180E+01 -1.35298660950703891E+01 -1.32353451874163532E+01
+ -1.29108234879780284E+01 -1.25566933811570358E+01 -1.21735210992945362E+01
+ -1.17620628038177415E+01 -1.13232818155584845E+01 -1.08583670997331510E+01
+ -1.03687531268899207E+01 -9.85614124952834381E+00 -9.32252275542012754E+00
+ -8.77020378328394656E+00 -8.20183231479652974E+00 -7.62042748939657155E+00
+ -7.02941152542483394E+00 -6.43264457335031103E+00 -5.83446287468481017E+00
+ -5.23972065426178002E+00 -4.65383623444755834E+00 -4.08284292819628725E+00
+ -3.53344534433396884E+00 -3.01308182378929290E+00 -2.52997335683057978E+00
+ -2.09414591741223344E+00 -1.70469681753542779E+00 -1.36107134767868998E+00
+ -1.06228806004804310E+00 -8.06918726439449729E-01 -5.93072853450820503E-01
+ -4.18388009893461421E-01 -2.80027419245442555E-01 -1.74686490401427891E-01
+ -9.86102133144183268E-02 -4.76236276549565143E-02 -1.71778942518814974E-02
+ -2.41485908843676062E-03  1.74659511722867152E-03  4.79472862837937051E-04
+  4.76368073979869069E-04  4.73208900675244591E-04  4.69997304307227088E-04
+  4.66732373433570392E-04  4.63415316827656620E-04
+  END     
+   TPROJECTOR   3 #p(r), for p(r)/r*Ylm)
+  0.00000000000000000E+00  1.38925167753974660E-20  5.61467479059384499E-20
+  1.27446502048404277E-19  2.28548961665750872E-19  3.60219989062268076E-19
+  5.23239979308259016E-19  7.18404782345826301E-19  9.46526147294487504E-19
+  1.20843206933864877E-18  1.50496711157204756E-18  1.83699272127415592E-18
+  2.20538754712702827E-18  2.61104775992750173E-18  3.05488737794534201E-18
+  3.53783859751654249E-18  4.06085212921992606E-18  4.62489753987007902E-18
+  5.23096360050409894E-18  5.88005864051119363E-18  6.57321090804079854E-18
+  7.31146893681436741E-18  8.09590191946503687E-18  8.92760008752572614E-18
+  9.80767509819056197E-18  1.07372604279656262E-17  1.17175117733401504E-17
+  1.27496074585957407E-17  1.38347488508874425E-17  1.49741607827174163E-17
+  1.61690919819406679E-17  1.74208155094281203E-17  1.87306292045251543E-17
+  2.00998561384461477E-17  2.15298450757356932E-17  2.30219709439514388E-17
+  2.45776353116980804E-17  2.61982668751745294E-17  2.78853219533719625E-17
+  2.96402849920810296E-17  3.14646690768605237E-17  3.33600164551291573E-17
+  3.53278990675330882E-17  3.73699190887607110E-17  3.94877094779624594E-17
+  4.16829345389534504E-17  4.39572904903610584E-17  4.63125060458999157E-17
+  4.87503430049461894E-17  5.12725968535981420E-17  5.38810973764005703E-17
+  5.65777092789266322E-17  5.93643328213976002E-17  6.22429044635529364E-17
+  6.52153975209403429E-17  6.82838228328599815E-17  7.14502294421305006E-17
+  7.47167052869194949E-17  7.80853779048244315E-17  8.15584151494276744E-17
+  8.51380259195489026E-17  8.88264609014129312E-17  9.26260133239549889E-17
+  9.65390197275095370E-17  1.00567860746089955E-16  1.04714961903527662E-16
+  1.08982794423694732E-16  1.13373876055065049E-16  1.17890771909851887E-16
+  1.22536095318005513E-16  1.27312508696289083E-16  1.32222724432752516E-16
+  1.37269505786803581E-16  1.42455667805228544E-16  1.47784078254377737E-16
+  1.53257658568825079E-16  1.58879384816793112E-16  1.64652288682642525E-16
+  1.70579458466690518E-16  1.76664040102708046E-16  1.82909238193364448E-16
+  1.89318317063981634E-16  1.95894601834854695E-16  2.02641479512516950E-16
+  2.09562400100266202E-16  2.16660877728276964E-16  2.23940491803645861E-16
+  2.31404888180743654E-16  2.39057780352190884E-16  2.46902950660835821E-16
+  2.54944251533104066E-16  2.63185606734133251E-16  2.71631012644945207E-16
+  2.80284539562205185E-16  2.89150333020869585E-16  2.98232615140112730E-16
+  3.07535685993010812E-16  3.17063925000302432E-16  3.26821792348748421E-16
+  3.36813830434451087E-16  3.47044665331570972E-16  3.57519008286940099E-16
+  3.68241657240969230E-16  3.79217498375337104E-16  3.90451507687897338E-16
+  4.01948752595334266E-16  4.13714393564006339E-16  4.25753685769486918E-16
+  4.38071980785300407E-16  4.50674728301362005E-16  4.63567477872632468E-16
+  4.76755880698586456E-16  4.90245691433881816E-16  5.04042770030936754E-16
+  5.18153083614870282E-16  5.32582708391402838E-16  5.47337831588352433E-16
+  5.62424753431134739E-16  5.77849889153083007E-16  5.93619771041077794E-16
+  6.09741050517055954E-16  6.26220500256212512E-16  6.43065016342224077E-16
+  6.60281620460555887E-16  6.77877462130100702E-16  6.95859820974093693E-16
+  7.14236109030915692E-16  7.33013873105408685E-16  7.52200797161588858E-16
+  7.71804704757199736E-16  7.91833561521097020E-16  8.12295477674163558E-16
+  8.33198710594334655E-16  8.54551667426788430E-16  8.76362907739714589E-16
+  8.98641146227009571E-16  9.21395255457992338E-16  9.44634268675743881E-16
+  9.68367382644196549E-16  9.92603960545385371E-16  1.01735353492744295E-15
+  1.04262581070422018E-15  1.06843066820762181E-15  1.09477816629328968E-15
+  1.12167854550102329E-15  1.14914223127023444E-15  1.17717983721206731E-15
+  1.20580216843875433E-15  1.23502022495117154E-15  1.26484520508612419E-15
+  1.29528850902368963E-15  1.32636174235616206E-15  1.35807671971946526E-15
+  1.39044546848840048E-15  1.42348023253626489E-15  1.45719347606056539E-15
+  1.49159788747573957E-15  1.52670638337402413E-15  1.56253211255555512E-15
+  1.59908846012922468E-15  1.63638905168512259E-15  1.67444775754050942E-15
+  1.71327869705945761E-15  1.75289624304856897E-15  1.79331502622953224E-15
+  1.83454993978995455E-15  1.87661614401376453E-15  1.91952907099283709E-15
+  1.96330442942081612E-15  2.00795820947115349E-15  2.05350668776020529E-15
+  2.09996643239720387E-15  2.14735430812286375E-15  2.19568748153748285E-15
+  2.24498342642079945E-15  2.29525992914470415E-15  2.34653509418098938E-15
+  2.39882734970465803E-15  2.45215545329626833E-15  2.50653849774306991E-15
+  2.56199591694224553E-15  2.61854749190682825E-15  2.67621335687721635E-15
+  2.73501400553890038E-15  2.79497029734954261E-15  2.85610346397601099E-15
+  2.91843511584456616E-15  2.98198724880511778E-15  3.04678225091188314E-15
+  3.11284290932318355E-15  3.18019241732095941E-15  3.24885438145374988E-15
+  3.31885282880390204E-15  3.39021221438210331E-15  3.46295742865104059E-15
+  3.53711380518039287E-15  3.61270712843569199E-15  3.68976364170330488E-15
+  3.76831005515367709E-15  3.84837355404560295E-15  3.92998180707359789E-15
+  4.01316297486137917E-15  4.09794571860326757E-15  4.18435920885713792E-15
+  4.27243313449003151E-15  4.36219771178080950E-15  4.45368369368155108E-15
+  4.54692237924004976E-15  4.64194562318818177E-15  4.73878584569582718E-15
+  4.83747604229704836E-15  4.93804979398785190E-15  5.04054127750152785E-15
+  5.14498527576250434E-15  5.25141718852319890E-15  5.35987304318608486E-15
+  5.47038950581540156E-15  5.58300389233978382E-15  5.69775417995180137E-15
+  5.81467901870569957E-15  5.93381774331744672E-15  6.05521038517104000E-15
+  6.17889768453414441E-15  6.30492110298696631E-15  6.43332283606805738E-15
+  6.56414582613999467E-15  6.69743377548112839E-15  6.83323115960396953E-15
+  6.97158324080731609E-15  7.11253608196387565E-15  7.25613656054841160E-15
+  7.40243238291132847E-15  7.55147209880132273E-15  7.70330511613909644E-15
+  7.85798171605258068E-15  8.01555306817068293E-15  8.17607124618606748E-15
+  8.33958924368823124E-15  8.50616099027324877E-15  8.67584136793439448E-15
+  8.84868622773852798E-15  9.02475240679227554E-15  9.20409774550625407E-15
+  9.38678110515799272E-15  9.57286238576272306E-15  9.76240254425453410E-15
+  9.95546361298495382E-15  1.01521087185454401E-14  1.03524021009145244E-14
+  1.05564091329429238E-14  1.07641963401744486E-14  1.09758314210158987E-14
+  1.11913832672557701E-14  1.14109219849417482E-14  1.16345189156226887E-14
+  1.18622466579592662E-14  1.20941790897125728E-14  1.23303913901154909E-14
+  1.25709600626341117E-14  1.28159629581256242E-14  1.30654792983984021E-14
+  1.33195897001863621E-14  1.35783761995369886E-14  1.38419222766262378E-14
+  1.41103128810065548E-14  1.43836344572924240E-14  1.46619749712963290E-14
+  1.49454239366173162E-14  1.52340724416950639E-14  1.55280131773337313E-14
+  1.58273404647059399E-14  1.61321502838446785E-14  1.64425403026311326E-14
+  1.67586099062881400E-14  1.70804602273865439E-14  1.74081941763750629E-14
+  1.77419164726409888E-14  1.80817336761127907E-14  1.84277542194123812E-14
+  1.87800884405692449E-14  1.91388486163011385E-14  1.95041489958759612E-14
+  1.98761058355657499E-14  2.02548374336964891E-14  2.06404641663108835E-14
+  2.10331085234516437E-14  2.14328951460765633E-14  2.18399508636160698E-14
+  2.22544047321866724E-14  2.26763880734652573E-14  2.31060345142454171E-14
+  2.35434800266812177E-14  2.39888629692275049E-14  2.44423241283007502E-14
+  2.49040067606559579E-14  2.53740566365105324E-14  2.58526220834124352E-14
+  2.63398540308736421E-14  2.68359060557839749E-14  2.73409344286099962E-14
+  2.78550981604019054E-14  2.83785590506196001E-14  2.89114817357854900E-14
+  2.94540337389920499E-14  3.00063855202673391E-14  3.05687105278124946E-14
+  3.11411852501406254E-14  3.17239892691170050E-14  3.23173053139230264E-14
+  3.29213193159616845E-14  3.35362204647151892E-14  3.41622012645773506E-14
+  3.47994575926780176E-14  3.54481887577033554E-14  3.61085975597543585E-14
+  3.67808903512338679E-14  3.74652770988024762E-14  3.81619714464071252E-14
+  3.88711907794085810E-14  3.95931562898259170E-14  4.03280930427142932E-14
+  4.10762300436996351E-14  4.18378003076844549E-14  4.26130409287576207E-14
+  4.34021931513085888E-14  4.42055024423939693E-14  4.50232185653455690E-14
+  4.58555956546762245E-14  4.67028922922771139E-14  4.75653715849481803E-14
+  4.84433012432692907E-14  4.93369536618543253E-14  5.02466060009924558E-14
+  5.11725402697142649E-14  5.21150434103017589E-14  5.30744073842686335E-14
+  5.40509292598352107E-14  5.50449113009309449E-14  5.60566610577371444E-14
+  5.70864914588042732E-14  5.81347209047875964E-14  5.92016733637911058E-14
+  6.02876784683835145E-14  6.13930716143004894E-14  6.25181940608630091E-14
+  6.36633930331379308E-14  6.48290218258813329E-14  6.60154399092882973E-14
+  6.72230130365825946E-14  6.84521133534741001E-14  6.97031195095247498E-14
+  7.09764167714476204E-14  7.22723971383833132E-14  7.35914594591688603E-14
+  7.49340095516597017E-14  7.63004603241210406E-14  7.76912318987285240E-14
+  7.91067517372171870E-14  8.05474547687213611E-14  8.20137835198327199E-14
+  8.35061882469155654E-14  8.50251270707388283E-14  8.65710661134300078E-14
+  8.81444796378306689E-14  8.97458501892513397E-14  9.13756687397200662E-14
+  9.30344348347098851E-14  9.47226567424449487E-14  9.64408516057860629E-14
+  9.81895455967518643E-14  9.99692740737592081E-14  1.01780581741552133E-13
+  1.03624022813952753E-13  1.05500161179409532E-13  1.07409570569459081E-13
+  1.09352834730069819E-13  1.11330547596019553E-13  1.13343313468259973E-13
+  1.15391747194394457E-13  1.17476474352269017E-13  1.19598131436787643E-13
+  1.21757366049934653E-13  1.23954837094139756E-13  1.26191214968989113E-13
+  1.28467181771335600E-13  1.30783431498936366E-13  1.33140670257584385E-13
+  1.35539616471861646E-13  1.37981001099565201E-13  1.40465567849834353E-13
+  1.42994073405100797E-13  1.45567287646873308E-13  1.48185993885463505E-13
+  1.50850989093690373E-13  1.53563084144665810E-13  1.56323104053698310E-13
+  1.59131888224411781E-13  1.61990290699134892E-13  1.64899180413651704E-13
+  1.67859441456369839E-13  1.70871973332013556E-13  1.73937691229868193E-13
+  1.77057526296736791E-13  1.80232425914570590E-13  1.83463353983012300E-13
+  1.86751291206775552E-13  1.90097235388058771E-13  1.93502201724023541E-13
+  1.96967223109481594E-13  2.00493350444781162E-13  2.04081652949094464E-13
+  2.07733218479138870E-13  2.11449153853432608E-13  2.15230585182175597E-13
+  2.19078658202897563E-13  2.22994538621895448E-13  2.26979412461659287E-13
+  2.31034486414271719E-13  2.35160988201027889E-13  2.39360166938214650E-13
+  2.43633293509333836E-13  2.47981660943745526E-13  2.52406584801899189E-13
+  2.56909403567265839E-13  2.61491479045085531E-13  2.66154196768036147E-13
+  2.70898966408968549E-13  2.75727222200789345E-13  2.80640423363656506E-13
+  2.85640054539614317E-13  2.90727626234750440E-13  2.95904675269063773E-13
+  3.01172765234128937E-13  3.06533486958731459E-13  3.11988458982593460E-13
+  3.17539328038335760E-13  3.23187769541787121E-13  3.28935488090845741E-13
+  3.34784217973013181E-13  3.40735723681710359E-13  3.46791800441622973E-13
+  3.52954274743111669E-13  3.59225004885963640E-13  3.65605881532582184E-13
+  3.72098828270744821E-13  3.78705802186205803E-13  3.85428794445220329E-13
+  3.92269830887163522E-13  3.99230972627499554E-13  4.06314316671208971E-13
+  4.13521996536844214E-13  4.20856182891467833E-13  4.28319084196638537E-13
+  4.35912947365526224E-13  4.43640058431617525E-13  4.51502743228843360E-13
+  4.59503368083687576E-13  4.67644340519202364E-13  4.75928109971360661E-13
+  4.84357168517775151E-13  4.92934051619104384E-13  5.01661338873372121E-13
+  5.10541654783359812E-13  5.19577669537306974E-13  5.28772099803293561E-13
+  5.38127709537248307E-13  5.47647310805175544E-13  5.57333764619511541E-13
+  5.67189981790158451E-13  5.77218923790202435E-13  5.87423603636646545E-13
+  5.97807086786647991E-13  6.08372492049028871E-13  6.19122992511897630E-13
+  6.30061816486197387E-13  6.41192248465760206E-13  6.52517630104002832E-13
+  6.64041361207567497E-13  6.75766900747281635E-13  6.87697767886658016E-13
+  6.99837543028203400E-13  7.12189868878049561E-13  7.24758451528905378E-13
+  7.37547061562021052E-13  7.50559535168048425E-13  7.63799775287673372E-13
+  7.77271752771776290E-13  7.90979507562000384E-13  8.04927149891603448E-13
+  8.19118861507329544E-13  8.33558896912547763E-13  8.48251584631719372E-13
+  8.63201328497149746E-13  8.78412608957997858E-13  8.93889984411854402E-13
+  9.09638092559703113E-13  9.25661651784256106E-13  9.41965462552337632E-13
+  9.58554408841525465E-13  9.75433459591666080E-13  9.92607670181618425E-13
+  1.01008218393151994E-12  1.02786223363134827E-12  1.04595314309580878E-12
+  1.06436032874649295E-12  1.08308930122129500E-12  1.10214566701193564E-12
+  1.12153513012979136E-12  1.14126349380088789E-12  1.16133666219006058E-12
+  1.18176064215536054E-12  1.20254154503261657E-12  1.22368558845131454E-12
+  1.24519909818181629E-12  1.26708851001471541E-12  1.28936037167290154E-12
+  1.31202134475666150E-12  1.33507820672297866E-12  1.35853785289864095E-12
+  1.38240729852877085E-12  1.40669368086077703E-12  1.43140426126452637E-12
+  1.45654642738929852E-12  1.48212769535822223E-12  1.50815571200103667E-12
+  1.53463825712523263E-12  1.56158324582700240E-12  1.58899873084217862E-12
+  1.61689290493810553E-12  1.64527410334685663E-12  1.67415080624093146E-12
+  1.70353164125195156E-12  1.73342538603292367E-12  1.76384097086517074E-12
+  1.79478748131049953E-12  1.82627416090941007E-12  1.85831041392633506E-12
+  1.89090580814225953E-12  1.92407007769612083E-12  1.95781312597544335E-12
+  1.99214502855723500E-12  2.02707603619989424E-12  2.06261657788728038E-12
+  2.09877726392519312E-12  2.13556888909237087E-12  2.17300243584544442E-12
+  2.21108907758017858E-12  2.24984018194902572E-12  2.28926731423630144E-12
+  2.32938224079220064E-12  2.37019693252629383E-12  2.41172356846167221E-12
+  2.45397453935103077E-12  2.49696245135529514E-12  2.54070012978633798E-12
+  2.58520062291466302E-12  2.63047720584310844E-12  2.67654338444801672E-12
+  2.72341289938881012E-12  2.77109973018709293E-12  2.81961809937665496E-12
+  2.86898247672565867E-12  2.91920758353215784E-12  2.97030839699387175E-12
+  3.02230015465443852E-12  3.07519835892639106E-12  3.12901878169314165E-12
+  3.18377746899023775E-12  3.23949074576888069E-12  3.29617522074092969E-12
+  3.35384779130967344E-12  3.41252564858435077E-12  3.47222628248342980E-12
+  3.53296748692575309E-12  3.59476736511150182E-12  3.65764433489575132E-12
+  3.72161713425481497E-12  3.78670482684734954E-12  3.85292680767273631E-12
+  3.92030280882689740E-12  3.98885290535895662E-12  4.05859752122855308E-12
+  4.12955743536790699E-12  4.20175378784784289E-12  4.27520808615222352E-12
+  4.34994221155986400E-12  4.42597842563892956E-12  4.50333937685254622E-12
+  4.58204810728060945E-12  4.66212805945687052E-12  4.74360308332601418E-12
+  4.82649744332063149E-12  4.91083582556226079E-12  4.99664334518560115E-12
+  5.08394555379195892E-12  5.17276844703096312E-12  5.26313847231406342E-12
+  5.35508253666246437E-12  5.44862801469061543E-12  5.54380275672919571E-12
+  5.64063509708835341E-12  5.73915386246518495E-12  5.83938838049658618E-12
+  5.94136848846115610E-12  6.04512454213159325E-12  6.15068742478176856E-12
+  6.25808855634896624E-12  6.36735990275668681E-12  6.47853398539796901E-12
+  6.59164389078431839E-12  6.70672328036156884E-12  6.82380640049741638E-12
+  6.94292809264016322E-12  7.06412380365609162E-12  7.18742959634572686E-12
+  7.31288216014145712E-12  7.44051882199277561E-12  7.57037755743948078E-12
+  7.70249700187744011E-12  7.83691646201929383E-12  7.97367592755581773E-12
+  8.11281608301805990E-12  8.25437831984652953E-12  8.39840474866935857E-12
+  8.54493821179432034E-12  8.69402229591629803E-12  8.84570134504823082E-12
+  9.00002047367322908E-12  9.15702558012738250E-12  9.31676336021430478E-12
+  9.47928132105585292E-12  9.64462779518354157E-12  9.81285195487459438E-12
+  9.98400382673687497E-12  1.01581343065473455E-11  1.03352951743481807E-11
+  1.05155391098036636E-11  1.06989197078262878E-11  1.08854914944719204E-11
+  1.10753099431122488E-11  1.12684314908865226E-11  1.14649135554413777E-11
+  1.16648145519594589E-11  1.18681939104830404E-11  1.20751120935414394E-11
+  1.22856306140809614E-11  1.24998120537088664E-11  1.27177200812528106E-11
+  1.29394194716420954E-11  1.31649761251178834E-11  1.33944570867765350E-11
+  1.36279305664520359E-11  1.38654659589432712E-11  1.41071338645935260E-11
+  1.43530061102263348E-11  1.46031557704458830E-11  1.48576571893047477E-11
+  1.51165860023510691E-11  1.53800191590572844E-11  1.56480349456361799E-11
+  1.59207130082558438E-11  1.61981343766568358E-11  1.64803814881787245E-11
+  1.67675382122033031E-11  1.70596898750247410E-11  1.73569232851477845E-11
+  1.76593267590284027E-11  1.79669901472596407E-11  1.82800048612111908E-11
+  1.85984639001339331E-11  1.89224618787329704E-11  1.92520950552197721E-11
+  1.95874613598517795E-11  1.99286604239666421E-11  2.02757936095218619E-11
+  2.06289640391437574E-11  2.09882766267036168E-11  2.13538381084191848E-11
+  2.17257570744989899E-11  2.21041440013356780E-11  2.24891112842557694E-11
+  2.28807732708433018E-11  2.32792462948341865E-11  2.36846487106052125E-11
+  2.40971009282606221E-11  2.45167254493233482E-11  2.49436469030526439E-11
+  2.53779920833828767E-11  2.58198899865159307E-11  2.62694718491521663E-11
+  2.67268711873964537E-11  2.71922238363324701E-11  2.76656679902859722E-11
+  2.81473442437873998E-11  2.86373956332446148E-11  2.91359676793384219E-11
+  2.96432084301568317E-11  3.01592685050724494E-11  3.06843011393845399E-11
+  3.12184622297381906E-11  3.17619103803273636E-11  3.23148069499005578E-11
+  3.28773160995834294E-11  3.34496048415324699E-11  3.40318430884283881E-11
+  3.46242037038323269E-11  3.52268625534169190E-11  3.58399985570785560E-11
+  3.64637937419660247E-11  3.70984332964156618E-11  3.77441056248343227E-11
+  3.84010024035263499E-11  3.90693186374939466E-11  3.97492527182205433E-11
+  4.04410064824543884E-11  4.11447852720212355E-11  4.18607979946622487E-11
+  4.25892571859370469E-11  4.33303790721945270E-11  4.40843836346399153E-11
+  4.48514946745123672E-11  4.56319398793905691E-11  4.64259508906528851E-11
+  4.72337633721056498E-11  4.80556170797952475E-11  4.88917559330467776E-11
+  4.97424280867205687E-11  5.06078860047261623E-11  5.14883865348121841E-11
+  5.23841909846572861E-11  5.32955651992715173E-11  5.42227796397462319E-11
+  5.51661094633736913E-11  5.61258346051433093E-11  5.71022398606656547E-11
+  5.80956149705234709E-11  5.91062547060922010E-11  6.01344589568444353E-11
+  6.11805328191696647E-11  6.22447866867378232E-11  6.33275363424222474E-11
+  6.44291030518217764E-11  6.55498136584014245E-11  6.66900006802903232E-11
+  6.78500024087415462E-11  6.90301630083142929E-11  7.02308326187872187E-11
+  7.14523674588417895E-11  7.26951299315275898E-11  7.39594887315844582E-11
+  7.52458189545947076E-11  7.65545022080506430E-11  7.78859267243254363E-11
+  7.92404874756296851E-11  8.06185862909283522E-11  8.20206319749127183E-11
+  8.34470404290129505E-11  8.48982347745207055E-11  8.63746454778361910E-11
+  8.78767104779015425E-11  8.94048753158117799E-11  9.09595932667071141E-11
+  9.25413254739253192E-11  9.41505410854870498E-11  9.57877173929506572E-11
+  9.74533399726608916E-11  9.91479028294500136E-11  1.00871908542836578E-10
+  1.02625868415736095E-10  1.04410302625776400E-10  1.06225740379200622E-10
+  1.08072720067461685E-10  1.09951789426514381E-10  1.11863505698878879E-10
+  1.13808435798493447E-10  1.15787156478433739E-10  1.17800254501533203E-10
+  1.19848326813958759E-10  1.21931980721786783E-10  1.24051834070645192E-10
+  1.26208515428444504E-10  1.28402664271311031E-10  1.30634931172686466E-10
+  1.32905977995753437E-10  1.35216478089141786E-10  1.37567116486067754E-10
+  1.39958590106875458E-10  1.42391607965129771E-10  1.44866891377217709E-10
+  1.47385174175643674E-10  1.49947202925950149E-10  1.52553737147436011E-10
+  1.55205549537675963E-10  1.57903426200914331E-10  1.60648166880428526E-10
+  1.63440585194904821E-10  1.66281508878883057E-10  1.69171780027390369E-10
+  1.72112255344780127E-10  1.75103806397883421E-10  1.78147319873532541E-10
+  1.81243697840547458E-10  1.84393858016229219E-10  1.87598734037481553E-10
+  1.90859275736601572E-10  1.94176449421853098E-10  1.97551238162865073E-10
+  2.00984642080978104E-10  2.04477678644608970E-10  2.08031382969705009E-10
+  2.11646808125391488E-10  2.15325025444905179E-10  2.19067124841888343E-10
+  2.22874215132158736E-10  2.26747424361004061E-10  2.30687900136175988E-10
+  2.34696809966590209E-10  2.38775341606871338E-10  2.42924703407887058E-10
+  2.47146124673293979E-10  2.51440856022243290E-10  2.55810169758333085E-10
+  2.60255360244966331E-10  2.64777744287142236E-10  2.69378661519850988E-10
+  2.74059474803139463E-10  2.78821570624042000E-10  2.83666359505389505E-10
+  2.88595276421700558E-10  2.93609781222209073E-10  2.98711359061205120E-10
+  3.03901520835789809E-10  3.09181803631168120E-10  3.14553771173604222E-10
+  3.20019014291193848E-10  3.25579151382556619E-10  3.31235828893625737E-10
+  3.36990721802600928E-10  3.42845534113286086E-10  3.48801999356932878E-10
+  3.54861881102640755E-10  3.61026973476657836E-10  3.67299101690503782E-10
+  3.73680122578236731E-10  3.80171925142951632E-10  3.86776431112682726E-10
+  3.93495595505803634E-10  4.00331407206248742E-10  4.07285889548536495E-10
+  4.14361100912865557E-10  4.21559135330452827E-10  4.28882123099248840E-10
+  4.36332231410235452E-10  4.43911664984468127E-10  4.51622666721071500E-10
+  4.59467518356326809E-10  4.67448541134097897E-10  4.75568096487729036E-10
+  4.83828586733662386E-10  4.92232455776957661E-10  5.00782189828840653E-10
+  5.09480318136639352E-10  5.18329413726173277E-10  5.27332094156871556E-10
+  5.36491022289803408E-10  5.45808907068939270E-10  5.55288504315662634E-10
+  5.64932617536996335E-10  5.74744098747562512E-10  5.84725849305661003E-10
+  5.94880820763680180E-10  6.05212015732896501E-10  6.15722488763235890E-10
+  6.26415347237944839E-10  6.37293752283594037E-10  6.48360919695627609E-10
+  6.59620120879650395E-10  6.71074683808872764E-10  6.82727993997829578E-10
+  6.94583495492681648E-10  7.06644691878501382E-10  7.18915147303606415E-10
+  7.31398487521442704E-10  7.44098400950153575E-10  7.57018639750236411E-10
+  7.70163020920476625E-10  7.83535427412590807E-10  7.97139809264845072E-10
+  8.10980184754816038E-10  8.25060641571920683E-10  8.39385338009749635E-10
+  8.53958504178714368E-10  8.68784443239174036E-10  8.83867532655619648E-10
+  8.99212225472060008E-10  9.14823051609048675E-10  9.30704619182697998E-10
+  9.46861615845957027E-10  9.63298810152805536E-10  9.80021052945218361E-10
+  9.97033278763941271E-10  1.01434050728288191E-09  1.03194784476777148E-09
+  1.04986048555962648E-09  1.06808371358302224E-09  1.08662290388003543E-09
+  1.10548352416987388E-09  1.12467113643495921E-09  1.14419139853359033E-09
+  1.16405006583998569E-09  1.18425299291149771E-09  1.20480613518442441E-09
+  1.22571555069794110E-09  1.24698740184699655E-09  1.26862795716496088E-09
+  1.29064359313586804E-09  1.31304079603704892E-09  1.33582616381305011E-09
+  1.35900640798025488E-09  1.38258835556412962E-09  1.40657895106828039E-09
+  1.43098525847676367E-09  1.45581446328967080E-09  1.48107387459277850E-09
+  1.50677092716167404E-09  1.53291318360096074E-09  1.55950833651909326E-09
+  1.58656421073953327E-09  1.61408876554817749E-09  1.64209009697893157E-09
+  1.67057644013640921E-09  1.69955617155785197E-09  1.72903781161363212E-09
+  1.75903002694783796E-09  1.78954163295916381E-09  1.82058159632277213E-09
+  1.85215903755373060E-09  1.88428323361303532E-09  1.91696362055612962E-09
+  1.95020979622547681E-09  1.98403152298718615E-09  2.01843873051263633E-09
+  2.05344151860569903E-09  2.08905016007676425E-09  2.12527510366306596E-09
+  2.16212697699752302E-09  2.19961658962563357E-09  2.23775493607199569E-09
+  2.27655319895664705E-09  2.31602275216186474E-09  2.35617516405110875E-09
+  2.39702220073986667E-09  2.43857582941967108E-09  2.48084822173577782E-09
+  2.52385175722005204E-09  2.56759902677870447E-09  2.61210283623680668E-09
+  2.65737620993972795E-09  2.70343239441250123E-09  2.75028486207818611E-09
+  2.79794731503562664E-09  2.84643368889797142E-09  2.89575815669285747E-09
+  2.94593513282415372E-09  2.99697927709743091E-09  3.04890549880958968E-09
+  3.10172896090305553E-09  3.15546508418637066E-09  3.21012955162126389E-09
+  3.26573831267755020E-09  3.32230758775724462E-09  3.37985387268735238E-09
+  3.43839394328447151E-09  3.49794485999001651E-09  3.55852397257870447E-09
+  3.62014892494007885E-09  3.68283765993517550E-09  3.74660842432821278E-09
+  3.81147977379502913E-09  3.87747057800941172E-09  3.94460002580722758E-09
+  4.01288763043129298E-09  4.08235323485584900E-09  4.15301701719338213E-09
+  4.22489949618385354E-09  4.29802153676812371E-09  4.37240435574541131E-09
+  4.44806952751750080E-09  4.52503898991978268E-09  4.60333505013932371E-09
+  4.68298039072373772E-09  4.76399807567842241E-09  4.84641155665638990E-09
+  4.93024467923961659E-09  5.01552168931401162E-09  5.10226723953913809E-09
+  5.19050639591271343E-09  5.28026464443234982E-09  5.37156789785505992E-09
+  5.46444250255435169E-09  5.55891524547923359E-09  5.65501336121154577E-09
+  5.75276453912739958E-09  5.85219693066017976E-09  5.95333915666828939E-09
+  6.05622031490778783E-09  6.16086998761050910E-09  6.26731824917068824E-09
+  6.37559567393837991E-09  6.48573334412187293E-09  6.59776285780176100E-09
+  6.71171633705480181E-09  6.82762643618935613E-09  6.94552635009503248E-09
+  7.06544982270574900E-09  7.18743115557705706E-09  7.31150521657945878E-09
+  7.43770744870856051E-09  7.56607387901203743E-09  7.69664112763428028E-09
+  7.82944641698127039E-09  7.96452758100424935E-09  8.10192307460305446E-09
+  8.24167198315136485E-09  8.38381403214401139E-09  8.52838959696542385E-09
+  8.67543971278002430E-09  8.82500608454958790E-09  8.97713109717035940E-09
+  9.13185782573549433E-09  9.28923004592304452E-09  9.44929224450875534E-09
+  9.61208963000156198E-09  9.77766814340717948E-09  9.94607446911585768E-09
+  1.01173560459149047E-08  1.02915610781274085E-08  1.04687385468766879E-08
+  1.06489382214744029E-08  1.08322106709339817E-08  1.10186072756102172E-08
+  1.12081802389600527E-08  1.14009825994292339E-08  1.15970682424593825E-08
+  1.17964919126206022E-08  1.19993092258618926E-08  1.22055766818841864E-08
+  1.24153516766299146E-08  1.26286925148940897E-08  1.28456584230484216E-08
+  1.30663095618825285E-08  1.32907070395581482E-08  1.35189129246749223E-08
+  1.37509902594444318E-08  1.39870030729741291E-08  1.42270163946545596E-08
+  1.44710962676493503E-08  1.47193097624873465E-08  1.49717249907477020E-08
+  1.52284111188428959E-08  1.54894383818916678E-08  1.57548780976764533E-08
+  1.60248026806879048E-08  1.62992856562457117E-08  1.65784016746974073E-08
+  1.68622265256848151E-08  1.71508371524791722E-08  1.74443116663743560E-08
+  1.77427293611370549E-08  1.80461707275068967E-08  1.83547174677377315E-08
+  1.86684525101788635E-08  1.89874600238857808E-08  1.93118254332529204E-08
+  1.96416354326648605E-08  1.99769780011537916E-08  2.03179424170569889E-08
+  2.06646192726657996E-08  2.10171004888570461E-08  2.13754793296949271E-08
+  2.17398504169980654E-08  2.21103097448555812E-08  2.24869546940851444E-08
+  2.28698840466198018E-08  2.32591979998105759E-08  2.36549981806364283E-08
+  2.40573876598006612E-08  2.44664709657046287E-08  2.48823540982873319E-08
+  2.53051445427078433E-08  2.57349512828607792E-08  2.61718848147029177E-08
+  2.66160571593780799E-08  2.70675818761230729E-08  2.75265740749289337E-08
+  2.79931504289417290E-08  2.84674291865853115E-08  2.89495301833760092E-08
+  2.94395748534181835E-08  2.99376862405448490E-08  3.04439890090856436E-08
+  3.09586094542420617E-08  3.14816755120253907E-08  3.20133167687516959E-08
+  3.25536644700476267E-08  3.31028515293451977E-08  3.36610125358366853E-08
+  3.42282837618475929E-08  3.48048031696019163E-08  3.53907104173380458E-08
+  3.59861468647516943E-08  3.65912555777070676E-08  3.72061813321925549E-08
+  3.78310706174781368E-08  3.84660716384235964E-08  3.91113343169017129E-08
+  3.97670102922810513E-08  4.04332529209297458E-08  4.11102172746899941E-08
+  4.17980601382560602E-08  4.24969400054227387E-08  4.32070170741390996E-08
+  4.39284532403056263E-08  4.46614120902582734E-08  4.54060588918806502E-08
+  4.61625605842734338E-08  4.69310857659171241E-08  4.77118046812618838E-08
+  4.85048892056536812E-08  4.93105128285622430E-08  5.01288506349749901E-08
+  5.09600792849351500E-08  5.18043769911009954E-08  5.26619234942524173E-08
+  5.35329000366603220E-08  5.44174893332167567E-08  5.53158755402383089E-08
+  5.62282442218336712E-08  5.71547823137347647E-08  5.80956780845039470E-08
+  5.90511210939649244E-08  6.00213021487868054E-08  6.10064132550772088E-08
+  6.20066475678656023E-08  6.30221993373563359E-08  6.40532638518202177E-08
+  6.51000373769733987E-08  6.61627170917301881E-08  6.72415010201587660E-08
+  6.83365879594973059E-08  6.94481774040933011E-08  7.05764694650716487E-08
+  7.17216647856013375E-08  7.28839644515617423E-08  7.40635698974378718E-08
+  7.52606828072808301E-08  7.64755050105145446E-08  7.77082383724181124E-08
+  7.89590846790574062E-08  8.02282455164954763E-08  8.15159221440139662E-08
+  8.28223153611817738E-08  8.41476253684872276E-08  8.54920516213413446E-08
+  8.68557926771797136E-08  8.82390460354254804E-08  8.96420079700423295E-08
+  9.10648733544292283E-08  9.25078354783493969E-08  9.39710858566472796E-08
+  9.54548140294278473E-08  9.69592073534047885E-08  9.84844507841166384E-08
+  1.00030726648676561E-07  1.01598214408734428E-07  1.03187090413289350E-07
+  1.04797527641041127E-07  1.06429695431877390E-07  1.08083759207142095E-07
+  1.09759880178305530E-07  1.11458215043645269E-07  1.13178915672514256E-07
+  1.14922128776785133E-07  1.16687995569065891E-07  1.18476651407195645E-07
+  1.20288225424629416E-07  1.22122840146178395E-07  1.23980611088692895E-07
+  1.25861646346145948E-07  1.27766046158626734E-07  1.29693902464730832E-07
+  1.31645298436830463E-07  1.33620307998620428E-07  1.35618995324451947E-07
+  1.37641414319831754E-07  1.39687608082486326E-07  1.41757608343448486E-07
+  1.43851434887468495E-07  1.45969094952183828E-07  1.48110582605315275E-07
+  1.50275878099331814E-07  1.52464947202800283E-07  1.54677740507786207E-07
+  1.56914192712541962E-07  1.59174221878802348E-07  1.61457728662929603E-07
+  1.63764595520096121E-07  1.66094685880815693E-07  1.68447843298926120E-07
+  1.70823890570310982E-07  1.73222628821450424E-07  1.75643836567039584E-07
+  1.78087268735708986E-07  1.80552655663116427E-07  1.83039702051347515E-07
+  1.85548085893911197E-07  1.88077457365217380E-07  1.90627437673765344E-07
+  1.93197617877972567E-07  1.95787557663776986E-07  1.98396784082945632E-07
+  2.01024790251195132E-07  2.03671034005028718E-07  2.06334936516357724E-07
+  2.09015880863812761E-07  2.11713210559801089E-07  2.14426228032164988E-07
+  2.17154193059463485E-07  2.19896321158827385E-07  2.22651781925240135E-07
+  2.25419697321327959E-07  2.28199139916409067E-07  2.30989131073904210E-07
+  2.33788639085943898E-07  2.36596577254122601E-07  2.39411801915384237E-07
+  2.42233110411909659E-07  2.45059239004059661E-07  2.47888860725254305E-07
+  2.50720583177864116E-07  2.53552946268989854E-07  2.56384419885335896E-07
+  2.59213401506041946E-07  2.62038213752675606E-07  2.64857101875400580E-07
+  2.67668231174611662E-07  2.70469684356982861E-07  2.73259458825487280E-07
+  2.76035463902302094E-07  2.78795517984194341E-07  2.81537345629767113E-07
+  2.84258574577866676E-07  2.86956732696788811E-07  2.89629244864008802E-07
+  2.92273429775895051E-07  2.94886496687414098E-07  2.97465542081600988E-07
+  3.00007546268901663E-07  3.02509369916427936E-07  3.04967750507382583E-07
+  3.07379298731179789E-07  3.09740494804635677E-07  3.12047684725018336E-07
+  3.14297076455886668E-07  3.16484736046608954E-07  3.18606583687055328E-07
+  3.20658389698644203E-07  3.22635770463745606E-07  3.24534184295117918E-07
+  3.26348927247659496E-07  3.28075128874935237E-07  3.29707747933297468E-07
+  3.31241568036311049E-07  3.32671193263463841E-07  3.33991043726167765E-07
+  3.35195351095782334E-07  3.36278154097574984E-07  3.37233293975963105E-07
+  3.38054409936032491E-07  3.38734934567241627E-07  3.39268089255520084E-07
+  3.39646879590612577E-07  3.39864090775747542E-07  3.39912283047893997E-07
+  3.39783787116544390E-07  3.39470699630690042E-07  3.38964878683322733E-07
+  3.38257939364034962E-07  3.37341249371123363E-07  3.36205924694797571E-07
+  3.34842825384579457E-07  3.33242551414235720E-07  3.31395438659017505E-07
+  3.29291555000446104E-07  3.26920696575027747E-07  3.24272384184539942E-07
+  3.21335859886149939E-07  3.18100083782051921E-07  3.14553731029441385E-07
+  3.10685189092750481E-07  3.06482555261326108E-07  3.01933634457334851E-07
+  2.97025937359488709E-07  2.91746678870400067E-07  2.86082776955958409E-07
+  2.80020851887558450E-07  2.73547225918757371E-07  2.66647923430588939E-07
+  2.59308671580313344E-07  2.51514901491340781E-07  2.43251750023006639E-07
+  2.34504062161441363E-07  2.25256394074159762E-07  2.15493016873879221E-07
+  2.05197921137985254E-07  1.94354822233597828E-07  1.82947166499330022E-07
+  1.70958138337729439E-07  1.58370668274528774E-07  1.45167442043327013E-07
+  1.31330910756807915E-07  1.16843302228255150E-07  1.01686633509251145E-07
+  8.58427247128065489E-08  6.92932141933091901E-08  5.20195751575998423E-08
+  3.40031337842829494E-08  1.52250889313854584E-08 -4.33346648529636794E-09
+ -2.46915223573357812E-08 -4.58681264032149183E-08 -6.78823572524085093E-08
+ -9.07532954976380539E-08 -1.14499992620001856E-07 -1.39141437685974779E-07
+ -1.64696521713202951E-07 -1.91183999600642468E-07 -2.18622449513357498E-07
+ -2.47030229611738569E-07 -2.76425432011730183E-07 -3.06825833859516069E-07
+ -3.38248845402914085E-07 -3.70711454938921883E-07 -4.04230170515125200E-07
+ -4.38820958260530171E-07 -4.74499177220868764E-07 -5.11279510570213983E-07
+ -5.49175893072660898E-07 -5.88201434663871972E-07 -6.28368340024708925E-07
+ -6.69687824017515164E-07 -7.12170022857646195E-07 -7.55823900891649680E-07
+ -8.00657152858220151E-07 -8.46676101506798659E-07 -8.93885590454242445E-07
+ -9.42288872161192527E-07 -9.91887490916685655E-07 -1.04268116072085790E-06
+ -1.09466763796522019E-06 -1.14784258881431795E-06 -1.20219945120173416E-06
+ -1.25772929136137061E-06 -1.31442065482588024E-06 -1.37225941183511500E-06
+ -1.43122859711002199E-06 -1.49130824396204812E-06 -1.55247521272313896E-06
+ -1.61470301349922766E-06 -1.67796162326912257E-06 -1.74221729737086256E-06
+ -1.80743237544148571E-06 -1.87356508190061139E-06 -1.94056932109418296E-06
+ -2.00839446724618214E-06 -2.07698514939607853E-06 -2.14628103153454641E-06
+ -2.21621658818735827E-06 -2.28672087573642704E-06 -2.35771729981040900E-06
+ -2.42912337912149836E-06 -2.50085050617602773E-06 -2.57280370533580320E-06
+ -2.64488138876647684E-06 -2.71697511086305512E-06 -2.78896932181145279E-06
+ -2.86074112100601348E-06 -2.93216001111666646E-06 -3.00308765367288773E-06
+ -3.07337762710843496E-06 -3.14287518829621907E-06 -3.21141703868623268E-06
+ -3.27883109625272116E-06 -3.34493627454960413E-06 -3.40954227027596709E-06
+ -3.47244936085223786E-06 -3.53344821362034766E-06 -3.59231970838966758E-06
+ -3.64883477516849407E-06 -3.70275424903929925E-06 -3.75382874426109625E-06
+ -3.80179854980764961E-06 -3.84639354868283055E-06 -3.88733316348472239E-06
+ -3.92432633082931415E-06 -3.95707150737946638E-06 -3.98525671036688181E-06
+ -4.00855959563276337E-06 -4.02664757635715008E-06 -4.03917798578405635E-06
+ -4.04579828739172617E-06 -4.04614633609226100E-06 -4.03985069418186489E-06
+ -4.02653100589006395E-06 -4.00579843450206594E-06 -3.97725616614565032E-06
+ -3.94049998444426174E-06 -3.89511892033338392E-06 -3.84069598142846744E-06
+ -3.77680896540296344E-06 -3.70303136189361097E-06 -3.61893334748836885E-06
+ -3.52408287837043821E-06 -3.41804688518540901E-06 -3.30039257467092140E-06
+ -3.17068884251845019E-06 -3.02850780185387160E-06 -2.87342643158241196E-06
+ -2.70502834868132055E-06 -2.52290570830392217E-06 -2.32666123529966817E-06
+ -2.11591039043591337E-06 -1.89028367423863332E-06 -1.64942907092996704E-06
+ -1.39301463443919800E-06 -1.12073121788998448E-06 -8.32295347307955045E-07
+ -5.27452239555067358E-07 -2.05978963668373945E-07  1.32312256152046784E-07
+  4.87570598687096997E-07  8.59903068906509195E-07  1.24937079142677340E-06
+  1.65598518079804155E-06  2.07970399671169472E-06  2.52042729388848361E-06
+  2.97799327820705517E-06  3.45217408259649454E-06  3.94267147834658602E-06
+  4.44911253977657945E-06  4.97104528268313384E-06  5.50793429963737476E-06
+  6.05915641805272317E-06  6.62399640998441197E-06  7.20164278586366136E-06
+  7.79118370782458268E-06  8.39160306192658992E-06  9.00177673245504794E-06
+  9.62046912554670234E-06  1.02463299936744198E-05  1.08778916170085110E-05
+  1.15135664023493283E-05  1.21516449651855114E-05  1.27902947654586994E-05
+  1.34275593727872244E-05  1.40613584421886821E-05  1.46894884867131015E-05
+  1.53096245388123645E-05  1.59193227976714470E-05  1.65160243650467767E-05
+  1.70970601773339538E-05  1.76596572464989191E-05  1.82009463270782723E-05
+  1.87179711305148481E-05  1.92076992115166661E-05  1.96670346537116696E-05
+  2.00928326833851004E-05  2.04819163403083631E-05  2.08310953332514869E-05
+  2.11371872044061256E-05  2.13970409211885453E-05  2.16075630052902104E-05
+  2.17657462968347070E-05  2.18687014354444413E-05  2.19136911191919677E-05
+  2.18981671759489089E-05  2.18198104485951386E-05  2.16765734547678300E-05
+  2.14667257320663316E-05  2.11889017194072125E-05  2.08421509528769019E-05
+  2.04259902680787381E-05  1.99404575984587544E-05  1.93861668379762214E-05
+  1.87643630940105892E-05  1.80769774894667099E-05  1.73266804780888921E-05
+  1.65169324101583492E-05  1.56520298224744750E-05  1.47371456219318931E-05
+  1.37783609804221701E-05  1.27826863540182966E-05  1.17580685744174151E-05
+  1.07133804276092031E-05  9.65838852499935321E-06  8.60369457598332627E-06
+  7.56064437739967463E-06  6.54119793225869727E-06  5.55775495568099727E-06
+  4.62292549111647684E-06  3.74923558263117014E-06  2.94875645982945676E-06
+  2.23264400806340973E-06  1.61057339432176868E-06  1.09005157201077768E-06
+  6.75587966096075357E-07  3.67700910227841761E-07  1.61734332369633132E-07
+  4.64557231942568522E-08  2.40252570122991981E-09  1.17784602919288992E-13
+  1.21877404414664490E-13  1.19041380981000128E-13  1.20013482062662543E-13
+  1.17630268558844011E-13  1.16265324181845113E-13
+  END     
+   PHI    1 #phi(r), for phi(r)/r*Ylm)
+  0.00000000000000000E+00  2.68050296548715391E-07  5.37264247945151373E-07
+  8.08805644230291982E-07  1.08269460656895113E-06  1.35895143004958025E-06
+  1.63759658520033028E-06  1.91865071950925697E-06  2.20213465895548429E-06
+  2.48806940955282436E-06  2.77647615890641475E-06  3.06737627778263375E-06
+  3.36079132169250093E-06  3.65674303248871334E-06  3.95525333997644295E-06
+  4.25634436353804497E-06  4.56003841377178833E-06  4.86635799414474394E-06
+  5.17532580265995431E-06  5.48696473353798198E-06  5.80129787891303119E-06
+  6.11834853054368504E-06  6.43814018153844380E-06  6.76069652809616749E-06
+  7.08604147126157625E-06  7.41419911869589227E-06  7.74519378646280619E-06
+  8.07905000082985868E-06  8.41579250008540916E-06  8.75544623637129993E-06
+  9.09803637753134133E-06  9.44358830897579216E-06  9.79212763556194728E-06
+  1.01436801834909816E-05  1.04982720022211499E-05  1.08559293663975826E-05
+  1.12166787777987124E-05  1.15805469672995262E-05  1.19475608968518096E-05
+  1.23177477614814584E-05  1.26911349913031047E-05  1.30677502535521100E-05
+  1.34476214546341320E-05  1.38307767421924106E-05  1.42172445071929158E-05
+  1.46070533860274858E-05  1.50002322626351996E-05  1.53968102706420111E-05
+  1.57968167955189425E-05  1.62002814767588533E-05  1.66072342100720776E-05
+  1.70177051496010331E-05  1.74317247101539376E-05  1.78493235694577855E-05
+  1.82705326704309398E-05  1.86953832234752037E-05  1.91239067087877967E-05
+  1.95561348786932299E-05  1.99920997599954417E-05  2.04318336563501269E-05
+  2.08753691506576798E-05  2.13227391074767564E-05  2.17739766754586747E-05
+  2.22291152898028985E-05  2.26881886747337280E-05  2.31512308459983252E-05
+  2.36182761133864746E-05  2.40893590832719290E-05  2.45645146611758362E-05
+  2.50437780543523107E-05  2.55271847743962888E-05  2.60147706398739655E-05
+  2.65065717789759322E-05  2.70026246321932421E-05  2.75029659550166393E-05
+  2.80076328206590283E-05  2.85166626228015543E-05  2.90300930783633303E-05
+  2.95479622302951785E-05  3.00703084503974277E-05  3.05971704421621391E-05
+  3.11285872436398012E-05  3.16645982303308330E-05  3.22052431181021279E-05
+  3.27505619661286912E-05  3.33005951798607825E-05  3.38553835140166328E-05
+  3.44149680756009982E-05  3.49793903269499456E-05  3.55486920888017132E-05
+  3.61229155433943365E-05  3.67021032375898114E-05  3.72862980860254423E-05
+  3.78755433742923172E-05  3.84698827621412045E-05  3.90693602867163019E-05
+  3.96740203658167600E-05  4.02839078011864299E-05  4.08990677818320635E-05
+  4.15195458873702191E-05  4.21453880914029512E-05  4.27766407649227685E-05
+  4.34133506797469793E-05  4.40555650119817246E-05  4.47033313455158802E-05
+  4.53566976755451817E-05  4.60157124121268350E-05  4.66804243837647229E-05
+  4.73508828410257066E-05  4.80271374601870787E-05  4.87092383469155319E-05
+  4.93972360399779498E-05  5.00911815149843298E-05  5.07911261881627789E-05
+  5.14971219201674281E-05  5.22092210199189680E-05  5.29274762484785639E-05
+  5.36519408229552190E-05  5.43826684204467002E-05  5.51197131820146773E-05
+  5.58631297166942040E-05  5.66129731055377787E-05  5.73692989056942556E-05
+  5.81321631545231543E-05  5.89016223737444031E-05  5.96777335736239288E-05
+  6.04605542571955262E-05  6.12501424245189539E-05  6.20465565769749738E-05
+  6.28498557215975250E-05  6.36600993754431605E-05  6.44773475699984437E-05
+  6.53016608556251639E-05  6.61331003060440682E-05  6.69717275228572719E-05
+  6.78176046401099847E-05  6.86707943288911198E-05  6.95313598019740988E-05
+  7.03993648184976782E-05  7.12748736886868636E-05  7.21579512786149694E-05
+  7.30486630150067027E-05  7.39470748900825136E-05  7.48532534664451624E-05
+  7.57672658820082316E-05  7.66891798549671660E-05  7.76190636888134632E-05
+  7.85569862773919351E-05  7.95030171100017302E-05  8.04572262765415364E-05
+  8.14196844726990473E-05  8.23904630051852194E-05  8.33696337970139025E-05
+  8.43572693928269535E-05  8.53534429642652514E-05  8.63582283153863339E-05
+  8.73716998881286273E-05  8.83939327678226629E-05  8.94250026887505811E-05
+  9.04649860397527576E-05  9.15139598698834765E-05  9.25720018941151890E-05
+  9.36391904990920622E-05  9.47156047489332124E-05  9.58013243910859735E-05
+  9.68964298622299335E-05  9.80010022942315762E-05  9.91151235201507478E-05
+  1.00238876080298636E-04  1.01372343228348227E-04  1.02515608937497584E-04
+  1.03668757906686152E-04  1.04831875566864833E-04  1.06005048087320244E-04
+  1.07188362382053392E-04  1.08381906116213723E-04  1.09585767712588463E-04
+  1.10800036358147812E-04  1.12024802010647357E-04  1.13260155405286604E-04
+  1.14506188061425622E-04  1.15762992289359303E-04  1.17030661197150372E-04
+  1.18309288697521179E-04  1.19598969514805070E-04  1.20899799191957779E-04
+  1.22211874097629265E-04  1.23535291433296714E-04  1.24870149240458874E-04
+  1.26216546407893065E-04  1.27574582678973954E-04  1.28944358659056045E-04
+  1.30325975822920118E-04  1.31719536522283365E-04  1.33125143993374675E-04
+  1.34542902364575287E-04  1.35972916664125213E-04  1.37415292827896667E-04
+  1.38870137707233641E-04  1.40337559076860228E-04  1.41817665642856509E-04
+  1.43310567050703412E-04  1.44816373893396987E-04  1.46335197719632971E-04
+  1.47867151042061629E-04  1.49412347345613967E-04  1.50970901095899855E-04
+  1.52542927747678598E-04  1.54128543753402316E-04  1.55727866571833803E-04
+  1.57341014676737741E-04  1.58968107565647768E-04  1.60609265768708751E-04
+  1.62264610857595210E-04  1.63934265454507435E-04  1.65618353241244197E-04
+  1.67316998968354471E-04  1.69030328464368198E-04  1.70758468645105952E-04
+  1.72501547523069561E-04  1.74259694216913677E-04  1.76033038960998788E-04
+  1.77821713115026736E-04  1.79625849173759754E-04  1.81445580776822544E-04
+  1.83281042718589932E-04  1.85132370958158955E-04  1.86999702629407378E-04
+  1.88883176051138851E-04  1.90782930737315497E-04  1.92699107407379275E-04
+  1.94631847996661593E-04  1.96581295666883426E-04  1.98547594816745265E-04
+  2.00530891092609239E-04  2.02531331399272813E-04  2.04549063910835523E-04
+  2.06584238081659313E-04  2.08637004657424038E-04  2.10707515686277047E-04
+  2.12795924530080448E-04  2.14902385875754035E-04  2.17027055746717092E-04
+  2.19170091514427767E-04  2.21331651910023399E-04  2.23511897036059631E-04
+  2.25710988378352042E-04  2.27929088817919036E-04  2.30166362643028255E-04
+  2.32422975561346040E-04  2.34699094712193299E-04  2.36994888678904907E-04
+  2.39310527501297753E-04  2.41646182688244398E-04  2.44002027230356586E-04
+  2.46378235612777232E-04  2.48774983828083020E-04  2.51192449389298360E-04
+  2.53630811343021165E-04  2.56090250282661996E-04  2.58570948361797688E-04
+  2.61073089307639096E-04  2.63596858434615819E-04  2.66142442658078189E-04
+  2.68710030508116128E-04  2.71299812143497980E-04  2.73911979365730116E-04
+  2.76546725633236134E-04  2.79204246075659814E-04  2.81884737508289939E-04
+  2.84588398446610727E-04  2.87315429120976501E-04  2.90066031491413871E-04
+  2.92840409262550331E-04  2.95638767898672794E-04  2.98461314638914994E-04
+  3.01308258512575301E-04  3.04179810354568241E-04  3.07076182821006962E-04
+  3.09997590404922224E-04  3.12944249452114622E-04  3.15916378177144726E-04
+  3.18914196679461132E-04  3.21937926959666039E-04  3.24987792935922649E-04
+  3.28064020460502794E-04  3.31166837336477262E-04  3.34296473334550523E-04
+  3.37453160210039336E-04  3.40637131719998812E-04  3.43848623640495099E-04
+  3.47087873784027005E-04  3.50355122017098088E-04  3.53650610277939299E-04
+  3.56974582594385360E-04  3.60327285101903478E-04  3.63708966061779097E-04
+  3.67119875879456589E-04  3.70560267123039863E-04  3.74030394541949589E-04
+  3.77530515085743317E-04  3.81060887923096337E-04  3.84621774460947388E-04
+  3.88213438363807159E-04  3.91836145573234409E-04  3.95490164327479599E-04
+  3.99175765181297162E-04  4.02893221025928876E-04  4.06642807109258361E-04
+  4.10424801056140094E-04  4.14239482888902478E-04  4.18087135048027649E-04
+  4.21968042413010166E-04  4.25882492323393410E-04  4.29830774599988504E-04
+  4.33813181566275376E-04  4.37830008069987388E-04  4.41881551504882215E-04
+  4.45968111832700472E-04  4.50089991605312489E-04  4.54247495987055588E-04
+  4.58440932777264074E-04  4.62670612432992761E-04  4.66936848091935753E-04
+  4.71239955595542887E-04  4.75580253512334196E-04  4.79958063161416094E-04
+  4.84373708636198080E-04  4.88827516828315659E-04  4.93319817451755901E-04
+  4.97850943067193875E-04  5.02421229106536659E-04  5.07031013897677515E-04
+  5.11680638689464198E-04  5.16370447676882047E-04  5.21100788026452395E-04
+  5.25872009901850535E-04  5.30684466489743443E-04  5.35538514025848695E-04
+  5.40434511821219314E-04  5.45372822288752519E-04  5.50353810969927233E-04
+  5.55377846561772525E-04  5.60445300944064826E-04  5.65556549206761385E-04
+  5.70711969677669437E-04  5.75911943950351284E-04  5.81156856912270407E-04
+  5.86447096773179779E-04  5.91783055093753258E-04  5.97165126814462230E-04
+  6.02593710284702482E-04  6.08069207292168601E-04  6.13592023092483481E-04
+  6.19162566439079485E-04  6.24781249613338171E-04  6.30448488454988078E-04
+  6.36164702392764004E-04  6.41930314475329215E-04  6.47745751402461979E-04
+  6.53611443556512605E-04  6.59527825034128068E-04  6.65495333678249416E-04
+  6.71514411110385218E-04  6.77585502763160068E-04  6.83709057913143908E-04
+  6.89885529713962472E-04  6.96115375229692016E-04  7.02399055468540387E-04
+  7.08737035416817239E-04  7.15129784073196021E-04  7.21577774483268580E-04
+  7.28081483774399010E-04  7.34641393190872075E-04  7.41257988129348793E-04
+  7.47931758174621032E-04  7.54663197135674248E-04  7.61452803082061707E-04
+  7.68301078380587382E-04  7.75208529732305976E-04  7.82175668209838994E-04
+  7.89203009295009355E-04  7.96291072916802665E-04  8.03440383489648232E-04
+  8.10651469952033900E-04  8.17924865805448316E-04  8.25261109153656042E-04
+  8.32660742742314416E-04  8.40124313998923469E-04  8.47652375073123339E-04
+  8.55245482877333416E-04  8.62904199127740505E-04  8.70629090385639554E-04
+  8.78420728099126762E-04  8.86279688645150794E-04  8.94206553371923950E-04
+  9.02201908641695567E-04  9.10266345873892964E-04  9.18400461588630697E-04
+  9.26604857450593527E-04  9.34880140313293991E-04  9.43226922263707703E-04
+  9.51645820667294633E-04  9.60137458213400396E-04  9.68702462961051327E-04
+  9.77341468385137160E-04  9.86055113422989104E-04  9.94844042521362019E-04
+  1.00370890568381036E-03  1.01265035851847373E-03  1.02166906228627358E-03
+  1.03076568394951454E-03  1.03994089622090917E-03  1.04919537761301806E-03
+  1.05852981248811162E-03  1.06794489110846038E-03  1.07744130968705568E-03
+  1.08701977043875950E-03  1.09668098163189843E-03  1.10642565764029147E-03
+  1.11625451899572499E-03  1.12616829244087868E-03  1.13616771098270131E-03
+  1.14625351394623850E-03  1.15642644702893048E-03  1.16668726235536120E-03
+  1.17703671853248352E-03  1.18747558070531316E-03  1.19800462061309728E-03
+  1.20862461664596513E-03  1.21933635390205773E-03  1.23014062424515102E-03
+  1.24103822636276433E-03  1.25202996582477041E-03  1.26311665514250156E-03
+  1.27429911382836015E-03  1.28557816845594006E-03  1.29695465272065976E-03
+  1.30842940750091068E-03  1.32000328091972838E-03  1.33167712840698998E-03
+  1.34345181276214151E-03  1.35532820421745636E-03  1.36730718050183993E-03
+  1.37938962690517075E-03  1.39157643634319492E-03  1.40386850942297034E-03
+  1.41626675450886794E-03  1.42877208778913818E-03  1.44138543334304233E-03
+  1.45410772320855430E-03  1.46693989745063963E-03  1.47988290423011837E-03
+  1.49293769987310929E-03  1.50610524894106545E-03  1.51938652430141279E-03
+  1.53278250719878005E-03  1.54629418732683864E-03  1.55992256290075643E-03
+  1.57366864073026167E-03  1.58753343629333319E-03  1.60151797381051422E-03
+  1.61562328631985699E-03  1.62985041575250812E-03  1.64420041300893387E-03
+  1.65867433803579050E-03  1.67327325990345149E-03  1.68799825688419189E-03
+  1.70285041653103655E-03  1.71783083575727680E-03  1.73294062091666474E-03
+  1.74818088788428303E-03  1.76355276213810571E-03  1.77905737884125146E-03
+  1.79469588292492980E-03  1.81046942917209640E-03  1.82637918230181204E-03
+  1.84242631705432256E-03  1.85861201827685675E-03  1.87493748101014981E-03
+  1.89140391057570755E-03  1.90801252266379934E-03  1.92476454342220484E-03
+  1.94166120954570838E-03  1.95870376836635319E-03  1.97589347794445598E-03
+  1.99323160716039904E-03  2.01071943580719264E-03  2.02835825468382228E-03
+  2.04614936568939037E-03  2.06409408191804465E-03  2.08219372775472061E-03
+  2.10044963897168275E-03  2.11886316282589460E-03  2.13743565815719240E-03
+  2.15616849548731391E-03  2.17506305711973958E-03  2.19412073724039366E-03
+  2.21334294201918930E-03  2.23273108971242884E-03  2.25228661076607361E-03
+  2.27201094791988287E-03  2.29190555631242831E-03  2.31197190358700287E-03
+  2.33221146999841415E-03  2.35262574852068175E-03  2.37321624495564478E-03
+  2.39398447804248021E-03  2.41493197956815222E-03  2.43606029447877544E-03
+  2.45737098099194215E-03  2.47886561070996504E-03  2.50054576873410097E-03
+  2.52241305377971662E-03  2.54446907829243433E-03  2.56671546856524803E-03
+  2.58915386485663278E-03  2.61178592150963611E-03  2.63461330707198075E-03
+  2.65763770441717131E-03  2.68086081086662013E-03  2.70428433831279829E-03
+  2.72791001334342148E-03  2.75173957736667965E-03  2.77577478673751319E-03
+  2.80001741288496029E-03  2.82446924244055464E-03  2.84913207736781473E-03
+  2.87400773509281391E-03  2.89909804863584548E-03  2.92440486674419055E-03
+  2.94993005402599800E-03  2.97567549108528452E-03  3.00164307465807141E-03
+  3.02783471774965276E-03  3.05425234977301516E-03  3.08089791668841829E-03
+  3.10777338114413739E-03  3.13488072261839355E-03  3.16222193756245063E-03
+  3.18979903954492994E-03  3.21761405939731231E-03  3.24566904536067275E-03
+  3.27396606323361594E-03  3.30250719652147497E-03  3.33129454658673274E-03
+  3.36033023280070701E-03  3.38961639269649622E-03  3.41915518212320985E-03
+  3.44894877540146772E-03  3.47899936548020728E-03  3.50930916409479456E-03
+  3.53988040192644311E-03  3.57071532876297162E-03  3.60181621366088616E-03
+  3.63318534510881927E-03  3.66482503119232566E-03  3.69673759976004183E-03
+  3.72892539859123393E-03  3.76139079556473029E-03  3.79413617882925916E-03
+  3.82716395697519892E-03  3.86047655920775156E-03  3.89407643552155004E-03
+  3.92796605687672790E-03  3.96214791537641796E-03  3.99662452444574708E-03
+  4.03139841901230169E-03  4.06647215568809676E-03  4.10184831295302022E-03
+  4.13752949133984037E-03  4.17351831362069558E-03  4.20981742499516171E-03
+  4.24642949327984440E-03  4.28335720909956211E-03  4.32060328608007294E-03
+  4.35817046104242881E-03  4.39606149419890548E-03  4.43427916935055805E-03
+  4.47282629408640026E-03  4.51170569998422030E-03  4.55092024281306042E-03
+  4.59047280273734357E-03  4.63036628452269828E-03  4.67060361774346115E-03
+  4.71118775699188707E-03  4.75212168208907770E-03  4.79340839829764647E-03
+  4.83505093653611474E-03  4.87705235359507400E-03  4.91941573235512436E-03
+  4.96214418200659028E-03  5.00524083827102919E-03  5.04870886362456840E-03
+  5.09255144752305145E-03  5.13677180662903791E-03  5.18137318504065334E-03
+  5.22635885452229967E-03  5.27173211473726429E-03  5.31749629348220697E-03
+  5.36365474692357923E-03  5.41021085983595107E-03  5.45716804584228492E-03
+  5.50452974765617761E-03  5.55229943732604442E-03  5.60048061648131621E-03
+  5.64907681658062977E-03  5.69809159916200968E-03  5.74752855609511788E-03
+  5.79739130983551992E-03  5.84768351368103109E-03  5.89840885203011568E-03
+  5.94957104064241290E-03  6.00117382690133240E-03  6.05322099007880258E-03
+  6.10571634160214042E-03  6.15866372532307763E-03  6.21206701778897336E-03
+  6.26593012851619884E-03  6.32025700026572594E-03  6.37505160932094056E-03
+  6.43031796576768854E-03  6.48606011377658373E-03  6.54228213188756420E-03
+  6.59898813329675912E-03  6.65618226614563685E-03  6.71386871381248612E-03
+  6.77205169520622621E-03  6.83073546506257536E-03  6.88992431424257940E-03
+  6.94962257003355066E-03  7.00983459645238265E-03  7.07056479455131330E-03
+  7.13181760272609249E-03  7.19359749702666411E-03  7.25590899147026021E-03
+  7.31875663835703655E-03  7.38214502858818618E-03  7.44607879198660484E-03
+  7.51056259762008724E-03  7.57560115412709602E-03  7.64119921004511888E-03
+  7.70736155414160785E-03  7.77409301574756052E-03  7.84139846509372337E-03
+  7.90928281364947257E-03  7.97775101446433418E-03  8.04680806251224442E-03
+  8.11645899503849085E-03  8.18670889190938229E-03  8.25756287596470136E-03
+  8.32902611337290807E-03  8.40110381398911574E-03  8.47380123171590297E-03
+  8.54712366486696205E-03  8.62107645653354543E-03  8.69566499495382991E-03
+  8.77089471388515368E-03  8.84677109297913634E-03  8.92329965815976366E-03
+  9.00048598200437790E-03  9.07833568412768667E-03  9.15685443156868777E-03
+  9.23604793918067143E-03  9.31592197002419423E-03  9.39648233576313024E-03
+  9.47773489706378418E-03  9.55968556399708000E-03  9.64234029644386870E-03
+  9.72570510450336025E-03  9.80978604890471451E-03  9.89458924142177197E-03
+  9.98012084529102672E-03  1.00663870756327392E-02  1.01533941998753555E-02
+  1.02411485381831303E-02  1.03296564638870325E-02  1.04189244039189690E-02
+  1.05089588392492800E-02  1.05997663053276417E-02  1.06913533925272388E-02
+  1.07837267465923873E-02  1.08768930690895382E-02  1.09708591178616852E-02
+  1.10656317074862287E-02  1.11612177097363229E-02  1.12576240540456906E-02
+  1.13548577279769386E-02  1.14529257776934124E-02  1.15518353084346232E-02
+  1.16515934849952141E-02  1.17522075322075478E-02  1.18536847354278919E-02
+  1.19560324410262556E-02  1.20592580568798825E-02  1.21633690528704288E-02
+  1.22683729613848342E-02  1.23742773778199328E-02  1.24810899610908171E-02
+  1.25888184341429489E-02  1.26974705844680822E-02  1.28070542646239599E-02
+  1.29175773927579507E-02  1.30290479531343980E-02  1.31414739966659675E-02
+  1.32548636414488302E-02  1.33692250733017798E-02  1.34845665463093414E-02
+  1.36008963833687685E-02  1.37182229767410999E-02  1.38365547886061882E-02
+  1.39559003516217701E-02  1.40762682694865974E-02  1.41976672175076497E-02
+  1.43201059431714156E-02  1.44435932667193075E-02  1.45681380817272652E-02
+  1.46937493556894439E-02  1.48204361306061277E-02  1.49482075235758717E-02
+  1.50770727273918138E-02  1.52070410111422982E-02  1.53381217208157072E-02
+  1.54703242799096412E-02  1.56036581900443807E-02  1.57381330315806769E-02
+  1.58737584642419209E-02  1.60105442277406751E-02  1.61485001424095803E-02
+  1.62876361098367520E-02  1.64279621135054836E-02  1.65694882194385822E-02
+  1.67122245768470123E-02  1.68561814187831241E-02  1.70013690627984701E-02
+  1.71477979116059429E-02  1.72954784537467446E-02  1.74444212642616905E-02
+  1.75946370053673071E-02  1.77461364271363914E-02  1.78989303681833176E-02
+  1.80530297563539187E-02  1.82084456094200944E-02  1.83651890357791059E-02
+  1.85232712351575228E-02  1.86827034993200004E-02  1.88434972127826950E-02
+  1.90056638535315431E-02  1.91692149937452323E-02  1.93341623005230286E-02
+  1.95005175366174052E-02  1.96682925611714778E-02  1.98374993304613646E-02
+  2.00081498986432842E-02  2.01802564185056682E-02  2.03538311422260740E-02
+  2.05288864221330608E-02  2.07054347114729517E-02  2.08834885651815981E-02
+  2.10630606406609945E-02  2.12441636985610076E-02  2.14268106035659482E-02
+  2.16110143251862126E-02  2.17967879385549124E-02  2.19841446252295528E-02
+  2.21730976739986686E-02  2.23636604816936160E-02  2.25558465540053009E-02
+  2.27496695063060667E-02  2.29451430644766127E-02  2.31422810657379747E-02
+  2.33410974594886848E-02  2.35416063081469278E-02  2.37438217879979221E-02
+  2.39477581900463046E-02  2.41534299208737251E-02  2.43608515035015454E-02
+  2.45700375782586626E-02  2.47810029036545330E-02  2.49937623572572473E-02
+  2.52083309365768934E-02  2.54247237599539329E-02  2.56429560674528642E-02
+  2.58630432217609417E-02  2.60850007090921571E-02  2.63088441400963213E-02
+  2.65345892507733126E-02  2.67622519033925386E-02  2.69918480874175373E-02
+  2.72233939204357019E-02  2.74569056490932308E-02  2.76923996500352126E-02
+  2.79298924308508043E-02  2.81694006310236819E-02  2.84109410228874683E-02
+  2.86545305125864673E-02  2.89001861410413848E-02  2.91479250849202426E-02
+  2.93977646576143725E-02  2.96497223102195513E-02  2.99038156325221148E-02
+  3.01600623539902794E-02  3.04184803447704391E-02  3.06790876166885169E-02
+  3.09419023242563269E-02  3.12069427656830670E-02  3.14742273838916412E-02
+  3.17437747675400200E-02  3.20156036520476417E-02  3.22897329206266043E-02
+  3.25661816053178510E-02  3.28449688880322263E-02  3.31261141015964378E-02
+  3.34096367308036948E-02  3.36955564134694061E-02  3.39838929414913934E-02
+  3.42746662619150752E-02  3.45678964780031725E-02  3.48636038503102319E-02
+  3.51618087977617760E-02  3.54625318987379506E-02  3.57657938921619178E-02
+  3.60716156785926001E-02  3.63800183213221079E-02  3.66910230474774071E-02
+  3.70046512491265731E-02  3.73209244843892771E-02  3.76398644785516379E-02
+  3.79614931251852916E-02  3.82858324872707712E-02  3.86129047983248264E-02
+  3.89427324635321023E-02  3.92753380608807032E-02  3.96107443423017042E-02
+  3.99489742348126953E-02  4.02900508416651273E-02  4.06339974434954329E-02
+  4.09808374994798941E-02  4.13305946484931186E-02  4.16832927102702075E-02
+  4.20389556865723088E-02  4.23976077623556477E-02  4.27592733069439082E-02
+  4.31239768752038621E-02  4.34917432087242456E-02  4.38625972369976608E-02
+  4.42365640786055239E-02  4.46136690424059554E-02  4.49939376287244383E-02
+  4.53773955305471766E-02  4.57640686347173115E-02  4.61539830231332965E-02
+  4.65471649739500129E-02  4.69436409627820364E-02  4.73434376639091103E-02
+  4.77465819514838255E-02  4.81531009007411040E-02  4.85630217892096538E-02
+  4.89763720979251027E-02  4.93931795126447970E-02  4.98134719250638985E-02
+  5.02372774340331466E-02  5.06646243467773968E-02  5.10955411801155973E-02
+  5.15300566616814851E-02  5.19681997311450677E-02  5.24099995414348402E-02
+  5.28554854599602927E-02  5.33046870698348704E-02  5.37576341710990849E-02
+  5.42143567819434180E-02  5.46748851399313160E-02  5.51392497032215170E-02
+  5.56074811517902057E-02  5.60796103886520014E-02  5.65556685410804477E-02
+  5.70356869618270992E-02  5.75196972303395199E-02  5.80077311539776291E-02
+  5.84998207692284111E-02  5.89959983429188123E-02  5.94962963734262246E-02
+  6.00007475918870326E-02  6.05093849634022254E-02  6.10222416882404625E-02
+  6.15393512030379397E-02  6.20607471819950504E-02  6.25864635380696671E-02
+  6.31165344241663151E-02  6.36509942343218560E-02  6.41898776048862862E-02
+  6.47332194156995111E-02  6.52810547912630185E-02  6.58334191019064596E-02
+  6.63903479649491368E-02  6.69518772458553429E-02  6.75180430593842612E-02
+  6.80888817707332589E-02  6.86644299966746863E-02  6.92447246066859173E-02
+  6.98298027240720071E-02  7.04197017270809383E-02  7.10144592500110972E-02
+  7.16141131843101575E-02  7.22187016796659448E-02  7.28282631450880014E-02
+  7.34428362499799509E-02  7.40624599252024535E-02  7.46871733641259472E-02
+  7.53170160236728836E-02  7.59520276253494719E-02  7.65922481562660989E-02
+  7.72377178701460915E-02  7.78884772883225857E-02  7.85445672007227952E-02
+  7.92060286668397756E-02  7.98729030166903664E-02  8.05452318517600324E-02
+  8.12230570459328421E-02  8.19064207464072630E-02  8.25953653745966354E-02
+  8.32899336270140206E-02  8.39901684761408807E-02  8.46961131712795218E-02
+  8.54078112393877320E-02  8.61253064858965023E-02  8.68486429955090816E-02
+  8.75778651329815333E-02  8.83130175438840287E-02  8.90541451553423097E-02
+  8.98012931767587230E-02  9.05545071005123825E-02  9.13138327026376956E-02
+  9.20793160434808522E-02  9.28510034683334567E-02  9.36289416080428316E-02
+  9.44131773795982288E-02  9.52037579866926720E-02  9.60007309202589865E-02
+  9.68041439589804181E-02  9.76140451697741079E-02  9.84304829082476296E-02
+  9.92535058191271330E-02  1.00083162836657164E-01  1.00919503184970422E-01
+  1.01762576378427963E-01  1.02612432221927757E-01  1.03469120811182133E-01
+  1.04332692532962262E-01  1.05203198065309630E-01  1.06080688377713200E-01
+  1.06965214731251729E-01  1.07856828678700542E-01  1.08755582064601328E-01
+  1.09661527025294803E-01  1.10574715988914940E-01  1.11495201675343977E-01
+  1.12423037096127415E-01  1.13358275554347854E-01  1.14300970644456976E-01
+  1.15251176252064783E-01  1.16208946553684522E-01  1.17174336016433331E-01
+  1.18147399397686800E-01  1.19128191744686598E-01  1.20116768394100473E-01
+  1.21113184971533436E-01  1.22117497390988580E-01  1.23129761854277431E-01
+  1.24150034850377830E-01  1.25178373154738842E-01  1.26214833828531103E-01
+  1.27259474217842034E-01  1.28312351952814180E-01  1.29373524946725854E-01
+  1.30443051395012888E-01  1.31520989774230157E-01  1.32607398840951518E-01
+  1.33702337630607598E-01  1.34805865456258916E-01  1.35918041907304527E-01
+  1.37038926848123743E-01  1.38168580416650533E-01  1.39307063022877708E-01
+  1.40454435347292156E-01  1.41610758339236753E-01  1.42776093215199906E-01
+  1.43950501457030200E-01  1.45134044810074442E-01  1.46326785281238742E-01
+  1.47528785136970764E-01  1.48740106901159796E-01  1.49960813352957190E-01
+  1.51190967524511083E-01  1.52430632698617091E-01  1.53679872406282197E-01
+  1.54938750424199551E-01  1.56207330772134029E-01  1.57485677710215988E-01
+  1.58773855736141695E-01  1.60071929582278755E-01  1.61379964212674892E-01
+  1.62698024819968312E-01  1.64026176822198111E-01  1.65364485859512106E-01
+  1.66713017790772078E-01  1.68071838690052044E-01  1.69441014843030369E-01
+  1.70820612743271760E-01  1.72210699088398728E-01  1.73611340776149342E-01
+  1.75022604900320650E-01  1.76444558746594482E-01  1.77877269788244891E-01
+  1.79320805681724205E-01  1.80775234262126300E-01  1.82240623538524743E-01
+  1.83717041689184041E-01  1.85204557056641350E-01  1.86703238142656908E-01
+  1.88213153603031175E-01  1.89734372242286509E-01  1.91266963008210084E-01
+  1.92810994986257700E-01  1.94366537393814820E-01  1.95933659574313274E-01
+  1.97512430991200527E-01  1.99102921221760348E-01  2.00705199950781954E-01
+  2.02319336964074614E-01  2.03945402141826743E-01  2.05583465451805780E-01
+  2.07233596942397097E-01  2.08895866735479385E-01  2.10570345019134048E-01
+  2.12257102040185663E-01  2.13956208096571815E-01  2.15667733529538830E-01
+  2.17391748715661859E-01  2.19128324058685209E-01  2.20877529981182541E-01
+  2.22639436916031691E-01  2.24414115297703692E-01  2.26201635553361841E-01
+  2.28002068093768828E-01  2.29815483303998869E-01  2.31641951533952645E-01
+  2.33481543088671278E-01  2.35334328218447381E-01  2.37200377108730348E-01
+  2.39079759869822411E-01  2.40972546526363490E-01  2.42878807006600861E-01
+  2.44798611131442301E-01  2.46732028603287940E-01  2.48679128994639648E-01
+  2.50639981736483497E-01  2.52614656106443847E-01  2.54603221216704645E-01
+  2.56605746001696333E-01  2.58622299205542638E-01  2.60652949369269804E-01
+  2.62697764817768298E-01  2.64756813646508493E-01  2.66830163708006551E-01
+  2.68917882598035951E-01  2.71020037641583833E-01  2.73136695878545999E-01
+  2.75267924049161006E-01  2.77413788579177811E-01  2.79574355564754129E-01
+  2.81749690757083115E-01  2.83939859546745332E-01  2.86144926947781653E-01
+  2.88364957581485337E-01  2.90600015659909172E-01  2.92850164969084781E-01
+  2.95115468851951723E-01  2.97395990190991943E-01  2.99691791390567175E-01
+  3.02002934358955977E-01  3.04329480490088011E-01  3.06671490644970346E-01
+  3.09029025132805724E-01  3.11402143691796363E-01  3.13790905469633064E-01
+  3.16195369003664795E-01  3.18615592200745867E-01  3.21051632316758262E-01
+  3.23503545935806103E-01  3.25971388949077179E-01  3.28455216533373007E-01
+  3.30955083129298500E-01  3.33471042419113517E-01  3.36003147304239913E-01
+  3.38551449882423250E-01  3.41116001424545123E-01  3.43696852351083604E-01
+  3.46294052208218406E-01  3.48907649643579509E-01  3.51537692381634903E-01
+  3.54184227198714952E-01  3.56847299897671888E-01  3.59526955282170380E-01
+  3.62223237130607223E-01  3.64936188169657727E-01  3.67665850047446341E-01
+  3.70412263306338196E-01  3.73175467355350843E-01  3.75955500442182511E-01
+  3.78752399624854463E-01  3.81566200742967210E-01  3.84396938388565534E-01
+  3.87244645876613280E-01  3.90109355215073617E-01  3.92991097074594287E-01
+  3.95889900757795399E-01  3.98805794168158145E-01  4.01738803778512565E-01
+  4.04688954599124129E-01  4.07656270145375643E-01  4.10640772405044263E-01
+  4.13642481805173046E-01  4.16661417178534221E-01  4.19697595729684625E-01
+  4.22751033000612009E-01  4.25821742835970296E-01  4.28909737347905995E-01
+  4.32015026880469666E-01  4.35137619973620549E-01  4.38277523326815799E-01
+  4.41434741762188276E-01  4.44609278187312884E-01  4.47801133557560127E-01
+  4.51010306838038777E-01  4.54236794965127533E-01  4.57480592807594844E-01
+  4.60741693127310503E-01  4.64020086539547461E-01  4.67315761472877178E-01
+  4.70628704128657593E-01  4.73958898440116738E-01  4.77306326031034234E-01
+  4.80670966174020220E-01  4.84052795748396603E-01  4.87451789197681618E-01
+  4.90867918486679378E-01  4.94301153058179565E-01  4.97751459789268047E-01
+  5.01218802947252740E-01  5.04703144145207450E-01  5.08204442297140013E-01
+  5.11722653572783348E-01  5.15257731352020354E-01  5.18809626178941108E-01
+  5.22378285715541679E-01  5.25963654695067340E-01  5.29565674875004833E-01
+  5.33184284989732138E-01  5.36819420702828731E-01  5.40471014559054552E-01
+  5.44138995936003234E-01  5.47823290995436474E-01  5.51523822634306993E-01
+  5.55240510435479062E-01  5.58973270618150053E-01  5.62722015987986879E-01
+  5.66486655886981660E-01  5.70267096143038832E-01  5.74063239019297678E-01
+  5.77874983163207179E-01  5.81702223555357167E-01  5.85544851458079330E-01
+  5.89402754363828718E-01  5.93275815943354434E-01  5.97163915993675021E-01
+  6.01066930385867226E-01  6.04984731012683130E-01  6.08917185736006839E-01
+  6.12864158334164189E-01  6.16825508449100113E-01  6.20801091533439098E-01
+  6.24790758797437951E-01  6.28794357155854633E-01  6.32811729174741489E-01
+  6.36842713018180517E-01  6.40887142394981679E-01  6.44944846505356106E-01
+  6.49015649987582766E-01  6.53099372864691108E-01  6.57195830491171362E-01
+  6.61304833499737565E-01  6.65426187748160314E-01  6.69559694266187999E-01
+  6.73705149202582065E-01  6.77862343772283715E-01  6.82031064203732051E-01
+  6.86211091686363961E-01  6.90402202318310176E-01  6.94604167054315380E-01
+  6.98816751653905999E-01  7.03039716629829670E-01  7.07272817196793024E-01
+  7.11515803220522658E-01  7.15768419167174486E-01  7.20030404053122020E-01
+  7.24301491395148656E-01  7.28581409161071947E-01  7.32869879720831396E-01
+  7.37166619798066525E-01  7.41471340422216740E-01  7.45783746881174769E-01
+  7.50103538674521064E-01  7.54430409467378271E-01  7.58764047044910628E-01
+  7.63104133267505036E-01  7.67450344026672004E-01  7.71802349201691884E-01
+  7.76159812617050693E-01  7.80522392000692178E-01  7.84889738943134962E-01
+  7.89261498857476873E-01  7.93637310940336849E-01  7.98016808133765965E-01
+  8.02399617088168760E-01  8.06785358126273389E-01  8.11173645208191241E-01
+  8.15564085897608981E-01  8.19956281329150105E-01  8.24349826176951628E-01
+  8.28744308624497994E-01  8.33139310335751837E-01  8.37534406427632661E-01
+  8.41929165443880745E-01  8.46323149330354241E-01  8.50715913411805413E-01
+  8.55107006370181444E-01  8.59495970224496419E-01  8.63882340312321917E-01
+  8.68265645272942699E-01  8.72645407032228260E-01  8.77021140789265519E-01
+  8.81392355004806172E-01  8.85758551391572557E-01  8.90119224906478324E-01
+  8.94473863744811082E-01  8.98821949336425008E-01  9.03162956344003787E-01
+  9.07496352663434869E-01  9.11821599426355656E-01  9.16138151004919132E-01
+  9.20445455018833458E-01  9.24742952344727476E-01  9.29030077127899756E-01
+  9.33306256796495259E-01  9.37570912078177665E-01  9.41823457019334564E-01
+  9.46063299006884240E-01  9.50289838792732433E-01  9.54502470520929958E-01
+  9.58700581757592318E-01  9.62883553523633529E-01  9.67050760330364967E-01
+  9.71201570218022336E-01  9.75335344797262804E-01  9.79451439293703263E-01
+  9.83549202595538130E-01  9.87627977304300964E-01  9.91687099788819082E-01
+  9.95725900242419137E-01  9.99743702743433271E-01  1.00373982531906081E+00
+  1.00771358001263955E+00  1.01166427295437544E+00  1.01559120443559014E+00
+  1.01949366898652816E+00  1.02337095545778078E+00  1.02722234710538118E+00
+  1.03104712167960821E+00  1.03484455151756194E+00  1.03861390363954897E+00
+  1.04235443984933318E+00  1.04606541683829080E+00  1.04974608629352573E+00
+  1.05339569500997787E+00  1.05701348500658310E+00  1.06059869364651349E+00
+  1.06415055376155077E+00  1.06766829378062988E+00  1.07115113786258886E+00
+  1.07459830603317052E+00  1.07800901432630791E+00  1.08138247492972783E+00
+  1.08471789633491600E+00  1.08801448349146290E+00  1.09127143796583281E+00
+  1.09448795810457988E+00  1.09766323920204067E+00  1.10079647367253042E+00
+  1.10388685122706187E+00  1.10693355905461854E+00  1.10993578200799248E+00
+  1.11289270279421482E+00  1.11580350216958424E+00  1.11866735913931858E+00
+  1.12148345116183390E+00  1.12425095435766509E+00  1.12696904372303219E+00
+  1.12963689334805872E+00  1.13225367663964316E+00  1.13481856654899005E+00
+  1.13733073580378363E+00  1.13978935714501262E+00  1.14219360356843502E+00
+  1.14454264857066157E+00  1.14683566639985890E+00  1.14907183231104582E+00
+  1.15125032282596318E+00  1.15337031599750039E+00  1.15543099167864471E+00
+  1.15743153179593139E+00  1.15937112062735226E+00  1.16124894508470211E+00
+  1.16306419500030556E+00  1.16481606341809218E+00  1.16650374688897318E+00
+  1.16812644577046942E+00  1.16968336453053046E+00  1.17117371205549370E+00
+  1.17259670196212551E+00  1.17395155291366993E+00  1.17523748893984314E+00
+  1.17645373976069845E+00  1.17759954111428478E+00  1.17867413508802366E+00
+  1.17967677045370656E+00  1.18060670300603987E+00  1.18146319590462978E+00
+  1.18224552001932182E+00  1.18295295427878400E+00  1.18358478602223238E+00
+  1.18414031135419040E+00  1.18461883550216007E+00  1.18501967317709433E+00
+  1.18534214893654211E+00  1.18558559755033688E+00  1.18574936436870204E+00
+  1.18583280569262972E+00  1.18583528914639436E+00  1.18575619405205424E+00
+  1.18559491180579091E+00  1.18535084625592768E+00  1.18502341408247447E+00
+  1.18461204517802088E+00  1.18411618302982435E+00  1.18353528510290773E+00
+  1.18286882322398834E+00  1.18211628396605972E+00  1.18127716903343738E+00
+  1.18035099564706791E+00  1.17933729692991363E+00  1.17823562229220435E+00
+  1.17704553781635490E+00  1.17576662664132603E+00  1.17439848934622559E+00
+  1.17294074433292073E+00  1.17139302820744229E+00  1.16975499615993672E+00
+  1.16802632234295567E+00  1.16620670024782114E+00  1.16429584307883549E+00
+  1.16229348412508515E+00  1.16019937712958798E+00  1.15801329665552322E+00
+  1.15573503844929126E+00  1.15336441980013005E+00  1.15090127989602853E+00
+  1.14834548017565563E+00  1.14569690467603569E+00  1.14295546037568374E+00
+  1.14012107753292402E+00  1.13719371001909586E+00  1.13417333564635858E+00
+  1.13105995648980628E+00  1.12785359920358430E+00  1.12455431533071648E+00
+  1.12116218160632841E+00  1.11767730025396927E+00  1.11409979927471414E+00
+  1.11042983272874118E+00  1.10666758100906004E+00  1.10281325110708295E+00
+  1.09886707686971197E+00  1.09482931924761817E+00  1.09070026653440344E+00
+  1.08648023459629939E+00  1.08216956709209122E+00  1.07776863568293280E+00
+  1.07327784023172446E+00  1.06869760899172350E+00  1.06402839878405708E+00
+  1.05927069516380357E+00  1.05442501257432064E+00  1.04949189448947600E+00
+  1.04447191354345814E+00  1.03936567164784144E+00  1.03417380009556270E+00
+  1.02889695965149919E+00  1.02353584062930802E+00  1.01809116295420998E+00
+  1.01256367621139787E+00  1.00695415967974422E+00  1.00126342235049481E+00
+  9.95492302930639950E-01  9.89641669830648718E-01  9.83712421136262782E-01
+  9.77705484564049154E-01  9.71621817400420640E-01  9.65462406423828634E-01
+  9.59228267809845714E-01  9.52920447018860917E-01  9.46540018666116367E-01
+  9.40088086373820242E-01  9.33565782605078831E-01  9.26974268479404007E-01
+  9.20314733569548293E-01  9.13588395679446386E-01  9.06796500603034072E-01
+  8.99940321863740511E-01  8.93021160434451011E-01  8.86040344437750260E-01
+  8.78999228826274570E-01  8.71899195043005504E-01  8.64741650661354000E-01
+  8.57528029004900216E-01  8.50259788746664191E-01  8.42938413487800187E-01
+  8.35565411315621454E-01  8.28142314340880481E-01  8.20670678214243776E-01
+  8.13152081621918654E-01  8.05588125760408835E-01  7.97980433790392518E-01
+  7.90330650269736257E-01  7.82640440565676054E-01  7.74911490246224188E-01
+  7.67145504450871263E-01  7.59344207240681746E-01  7.51509340927902558E-01
+  7.43642665385225832E-01  7.35745957334867917E-01  7.27821009617659165E-01
+  7.19869630442349084E-01  7.11893642615375355E-01  7.03894882751352702E-01
+  6.95875200464572963E-01  6.87836457541837754E-01  6.79780527096960130E-01
+  6.71709292707309280E-01  6.63624647532798151E-01  6.55528493417738556E-01
+  6.47422739976016293E-01  6.39309303660077877E-01  6.31190106814231489E-01
+  6.23067076712813139E-01  6.14942144583781491E-01  6.06817244618348961E-01
+  5.98694312967274822E-01  5.90575286724482007E-01  5.82462102898683942E-01
+  5.74356697373749947E-01  5.66261003858543055E-01  5.58176952827019845E-01
+  5.50106470449392759E-01  5.42051477515191671E-01  5.34013888349088472E-01
+  5.25995609720373736E-01  5.17998539747005937E-01  5.10024566795178824E-01
+  5.02075568375375370E-01  4.94153410035906793E-01  4.86259944254959053E-01
+  4.78397009332189038E-01  4.70566428280939697E-01  4.62770007722164922E-01
+  4.55009536781171064E-01  4.47286785988307456E-01  4.39603506184754134E-01
+  4.31961427434569167E-01  4.24362257944179533E-01  4.16807682990508410E-01
+  4.09299363858945664E-01  4.01838936792381252E-01  3.94428011952528523E-01
+  3.87068172394771925E-01  3.79760973057781448E-01  3.72507939769136376E-01
+  3.65310568268205405E-01  3.58170323247530231E-01  3.51088637413956794E-01
+  3.44066910570750173E-01  3.37106508721931486E-01  3.30208763200055877E-01
+  3.23374969818648439E-01  3.16606388050494347E-01  3.09904240232969697E-01
+  3.03269710801576053E-01  2.96703945552825310E-01  2.90208050937596052E-01
+  2.83783093386056950E-01  2.77430098665226832E-01  2.71150051270207693E-01
+  2.64943893850096701E-01  2.58812526669545351E-01  2.52756807106898962E-01
+  2.46777549189805850E-01  2.40875523169146677E-01  2.35051455132086362E-01
+  2.29306026655005102E-01  2.23639874497016111E-01  2.18053590334723435E-01
+  2.12547720538821927E-01  2.07122765993084601E-01  2.01779181956223713E-01
+  1.96517377967052570E-01  1.91337717793314932E-01
+  END     
+   PHI    2 #phi(r), for phi(r)/r*Ylm)
+  0.00000000000000000E+00  4.16174564135720631E-08  8.34155817371459728E-08
+  1.25575065870830188E-07  1.68099032824224321E-07  2.10990633610290711E-07
+  2.54253046480738395E-07  2.97889477162049087E-07  3.41903159093206694E-07
+  3.86297353665358401E-07  4.31075350463498691E-07  4.76240467510213930E-07
+  5.21796051511521287E-07  5.67745478104822861E-07  6.14092152109000739E-07
+  6.60839507776666789E-07  7.07991009048591669E-07  7.55550149810334210E-07
+  8.03520454151082293E-07  8.51905476624734454E-07  9.00708802513235545E-07
+  9.49934048092187311E-07  9.99584860898756440E-07  1.04966492000189280E-06
+  1.10017793627488980E-06  1.15112765267029319E-06  1.20251784449719231E-06
+  1.25435231970090044E-06  1.30663491914505465E-06  1.35936951689616194E-06
+  1.41256002051058665E-06  1.46621037132403613E-06  1.52032454474353713E-06
+  1.57490655054193824E-06  1.62996043315495790E-06  1.68549027198080038E-06
+  1.74150018168235756E-06  1.79799431249202650E-06  1.85497685051915741E-06
+  1.91245201806016233E-06  1.97042407391129839E-06  2.02889731368415874E-06
+  2.08787607012388891E-06  2.14736471343015232E-06  2.20736765158086799E-06
+  2.26788933065874554E-06  2.32893423518065142E-06  2.39050688842980296E-06
+  2.45261185279085289E-06  2.51525373008785548E-06  2.57843716192515752E-06
+  2.64216683003123819E-06  2.70644745660551741E-06  2.77128380466815373E-06
+  2.83668067841288524E-06  2.90264292356289227E-06  2.96917542772976695E-06
+  3.03628312077554529E-06  3.10397097517790838E-06  3.17224400639850619E-06
+  3.24110727325448660E-06  3.31056587829322185E-06  3.38062496817028181E-06
+  3.45128973403066230E-06  3.52256541189332155E-06  3.59445728303902557E-06
+  3.66697067440155537E-06  3.74011095896228505E-06  3.81388355614818003E-06
+  3.88829393223322810E-06  3.96334760074332870E-06  4.03905012286471234E-06
+  4.11540710785585148E-06  4.19242421346294537E-06  4.27010714633901253E-06
+  4.34846166246657794E-06  4.42749356758401950E-06  4.50720871761560405E-06
+  4.58761301910524705E-06  4.66871242965399156E-06  4.75051295836130220E-06
+  4.83302066627014288E-06  4.91624166681591612E-06  5.00018212627927498E-06
+  5.08484826424285510E-06  5.17024635405193950E-06  5.25638272327911884E-06
+  5.34326375419294708E-06  5.43089588423066810E-06  5.51928560647500794E-06
+  5.60843947013510661E-06  5.69836408103157822E-06  5.78906610208577759E-06
+  5.88055225381331043E-06  5.97282931482176261E-06  6.06590412231277554E-06
+  6.15978357258843294E-06  6.25447462156203363E-06  6.34998428527326028E-06
+  6.44631964040782148E-06  6.54348782482157875E-06  6.64149603806917812E-06
+  6.74035154193727854E-06  6.84006166098237378E-06  6.94063378307325176E-06
+  7.04207535993815502E-06  7.14439390771666332E-06  7.24759700751635098E-06
+  7.35169230597421896E-06  7.45668751582302616E-06  7.56259041646248442E-06
+  7.66940885453538574E-06  7.77715074450871517E-06  7.88582406925979932E-06
+  7.99543688066746671E-06  8.10599730020837511E-06  8.21751351955845741E-06
+  8.32999380119956492E-06  8.44344647903136400E-06  8.55787995898848256E-06
+  8.67330271966305384E-06  8.78972331293257116E-06  8.90715036459319409E-06
+  9.02559257499853833E-06  9.14505871970394598E-06  9.26555765011636133E-06
+  9.38709829414980057E-06  9.50968965688646778E-06  9.63334082124361717E-06
+  9.75806094864613962E-06  9.88385927970499200E-06  1.00107451349014474E-05
+  1.01387279152772946E-05  1.02678171031309759E-05  1.03980222627197314E-05
+  1.05293530409678286E-05  1.06618191681809129E-05  1.07954304587664701E-05
+  1.09301968119606060E-05  1.10661282125610180E-05  1.12032347316663376E-05
+  1.13415265274218639E-05  1.14810138457716911E-05  1.16217070212174266E-05
+  1.17636164775833260E-05  1.19067527287881639E-05  1.20511263796236972E-05
+  1.21967481265398606E-05  1.23436287584367787E-05  1.24917791574635694E-05
+  1.26412102998240754E-05  1.27919332565895415E-05  1.29439591945183326E-05
+  1.30972993768826780E-05  1.32519651643026319E-05  1.34079680155871564E-05
+  1.35653194885825129E-05  1.37240312410279779E-05  1.38841150314189414E-05
+  1.40455827198774409E-05  1.42084462690302444E-05  1.43727177448944893E-05
+  1.45384093177709891E-05  1.47055332631452172E-05  1.48741019625961237E-05
+  1.50441279047127580E-05  1.52156236860188111E-05  1.53886020119051590E-05
+  1.55630756975704415E-05  1.57390576689697612E-05  1.59165609637715972E-05
+  1.60955987323229480E-05  1.62761842386228131E-05  1.64583308613041141E-05
+  1.66420520946240460E-05  1.68273615494629791E-05  1.70142729543320596E-05
+  1.72028001563893980E-05  1.73929571224651247E-05  1.75847579400952278E-05
+  1.77782168185643722E-05  1.79733480899576679E-05  1.81701662102215577E-05
+  1.83686857602338302E-05  1.85689214468829059E-05  1.87708881041564302E-05
+  1.89746006942392010E-05  1.91800743086206845E-05  1.93873241692120146E-05
+  1.95963656294726281E-05  1.98072141755467015E-05  2.00198854274092678E-05
+  2.02343951400223866E-05  2.04507592045011451E-05  2.06689936492898013E-05
+  2.08891146413481073E-05  2.11111384873477508E-05  2.13350816348792814E-05
+  2.15609606736693177E-05  2.17887923368083183E-05  2.20185935019889639E-05
+  2.22503811927552095E-05  2.24841725797620861E-05  2.27199849820464336E-05
+  2.29578358683085461E-05  2.31977428582049473E-05  2.34397237236521612E-05
+  2.36837963901419940E-05  2.39299789380678940E-05  2.41782896040629983E-05
+  2.44287467823494706E-05  2.46813690260997540E-05  2.49361750488093505E-05
+  2.51931837256815843E-05  2.54524140950242036E-05  2.57138853596581314E-05
+  2.59776168883383197E-05  2.62436282171868817E-05  2.65119390511385463E-05
+  2.67825692653986499E-05  2.70555389069136799E-05  2.73308681958544532E-05
+  2.76085775271121664E-05  2.78886874718073269E-05  2.81712187788116887E-05
+  2.84561923762833366E-05  2.87436293732149339E-05  2.90335510609955425E-05
+  2.93259789149855792E-05  2.96209345961056836E-05  2.99184399524391245E-05
+  3.02185170208480137E-05  3.05211880286035392E-05  3.08264753950301986E-05
+  3.11344017331642692E-05  3.14449898514265185E-05  3.17582627553094230E-05
+  3.20742436490788432E-05  3.23929559374904586E-05  3.27144232275208857E-05
+  3.30386693301139959E-05  3.33657182619418970E-05  3.36955942471814122E-05
+  3.40283217193057980E-05  3.43639253228918392E-05  3.47024299154426088E-05
+  3.50438605692259295E-05  3.53882425731286105E-05  3.57356014345268041E-05
+  3.60859628811723823E-05  3.64393528630956642E-05  3.67957975545244400E-05
+  3.71553233558196720E-05  3.75179568954277362E-05  3.78837250318496581E-05
+  3.82526548556271279E-05  3.86247736913458684E-05  3.90001090996561003E-05
+  3.93786888793104897E-05  3.97605410692196192E-05  4.01456939505252810E-05
+  4.05341760486914823E-05  4.09260161356136590E-05  4.13212432317458674E-05
+  4.17198866082465415E-05  4.21219757891425406E-05  4.25275405535119466E-05
+  4.29366109376855970E-05  4.33492172374677753E-05  4.37653900103758271E-05
+  4.41851600778991356E-05  4.46085585277777017E-05  4.50356167163001509E-05
+  4.54663662706216693E-05  4.59008390911018623E-05  4.63390673536628604E-05
+  4.67810835121675503E-05  4.72269203008184876E-05  4.76766107365773480E-05
+  4.81301881216053651E-05  4.85876860457245638E-05  4.90491383889004343E-05
+  4.95145793237459106E-05  4.99840433180467487E-05  5.04575651373090556E-05
+  5.09351798473283541E-05  5.14169228167809411E-05  5.19028297198376889E-05
+  5.23929365388000866E-05  5.28872795667592794E-05  5.33858954102777616E-05
+  5.38888209920943050E-05  5.43960935538522454E-05  5.49077506588509641E-05
+  5.54238301948214453E-05  5.59443703767254763E-05  5.64694097495790315E-05
+  5.69989871912999978E-05  5.75331419155803678E-05  5.80719134747831675E-05
+  5.86153417628643402E-05  5.91634670183198658E-05  5.97163298271580532E-05
+  6.02739711258975968E-05  6.08364322045913691E-05  6.14037547098762808E-05
+  6.19759806480493119E-05  6.25531523881701663E-05  6.31353126651904348E-05
+  6.37225045831098436E-05  6.43147716181597154E-05  6.49121576220134820E-05
+  6.55147068250253045E-05  6.61224638394962866E-05  6.67354736629687147E-05
+  6.73537816815489066E-05  6.79774336732584538E-05  6.86064758114143304E-05
+  6.92409546680381388E-05  6.98809172172946849E-05  7.05264108389600560E-05
+  7.11774833219195414E-05  7.18341828676958026E-05  7.24965580940071976E-05
+  7.31646580383567345E-05  7.38385321616520592E-05  7.45182303518563576E-05
+  7.52038029276708077E-05  7.58953006422487036E-05  7.65927746869413334E-05
+  7.72962766950763155E-05  7.80058587457682439E-05  7.87215733677621712E-05
+  7.94434735433102008E-05  8.01716127120812011E-05  8.09060447751043608E-05
+  8.16468240987465568E-05  8.23940055187238760E-05  8.31476443441476131E-05
+  8.39077963616051268E-05  8.46745178392757013E-05  8.54478655310817803E-05
+  8.62278966808759122E-05  8.70146690266636493E-05  8.78082408048627548E-05
+  8.86086707545990967E-05  8.94160181220390654E-05  9.02303426647598026E-05
+  9.10517046561565378E-05  9.18801648898879522E-05  9.27157846843596942E-05
+  9.35586258872463014E-05  9.44087508800521682E-05  9.52662225827117349E-05
+  9.61311044582287066E-05  9.70034605173557686E-05  9.78833553233138606E-05
+  9.87708539965526648E-05  9.96660222195510460E-05  1.00568926241659858E-04
+  1.01479632883985218E-04  1.02398209544314346E-04  1.03324724202083653E-04
+  1.04259245423389177E-04  1.05201842366040349E-04  1.06152584784656838E-04
+  1.07111543035809473E-04  1.08078788083204859E-04  1.09054391502914888E-04
+  1.10038425488650937E-04  1.11030962857083234E-04  1.12032077053205993E-04
+  1.13041842155748570E-04  1.14060332882632973E-04  1.15087624596478167E-04
+  1.16123793310151754E-04  1.17168915692368949E-04  1.18223069073339939E-04
+  1.19286331450465337E-04  1.20358781494080822E-04  1.21440498553250661E-04
+  1.22531562661611147E-04  1.23632054543264014E-04  1.24742055618720356E-04
+  1.25861648010895818E-04  1.26990914551156731E-04  1.28129938785417940E-04
+  1.29278804980293745E-04  1.30437598129300468E-04  1.31606403959113162E-04
+  1.32785308935874858E-04  1.33974400271560853E-04  1.35173765930397030E-04
+  1.36383494635332949E-04  1.37603675874571157E-04  1.38834399908151440E-04
+  1.40075757774592156E-04  1.41327841297588110E-04  1.42590743092765816E-04
+  1.43864556574496699E-04  1.45149375962768718E-04  1.46445296290116206E-04
+  1.47752413408609853E-04  1.49070823996906034E-04  1.50400625567356349E-04
+  1.51741916473178376E-04  1.53094795915687573E-04  1.54459363951590944E-04
+  1.55835721500343223E-04  1.57223970351566062E-04  1.58624213172530468E-04
+  1.60036553515703335E-04  1.61461095826358626E-04  1.62897945450253144E-04
+  1.64347208641368848E-04  1.65808992569720299E-04  1.67283405329229494E-04
+  1.68770555945667783E-04  1.70270554384665949E-04  1.71783511559792145E-04
+  1.73309539340699397E-04  1.74848750561342478E-04  1.76401259028264814E-04
+  1.77967179528956763E-04  1.79546627840284582E-04  1.81139720736991656E-04
+  1.82746576000272532E-04  1.84367312426419430E-04  1.86002049835543948E-04
+  1.87650909080371562E-04  1.89314012055112277E-04  1.90991481704406670E-04
+  1.92683442032348358E-04  1.94390018111583048E-04  1.96111336092485988E-04
+  1.97847523212416661E-04  1.99598707805053360E-04  2.01365019309806989E-04
+  2.03146588281314934E-04  2.04943546399016194E-04  2.06756026476808021E-04
+  2.08584162472784677E-04  2.10428089499059719E-04  2.12287943831671261E-04
+  2.14163862920572389E-04  2.16055985399705780E-04  2.17964451097165334E-04
+  2.19889401045443214E-04  2.21830977491764542E-04  2.23789323908510807E-04
+  2.25764585003730668E-04  2.27756906731741305E-04  2.29766436303819579E-04
+  2.31793322198984230E-04  2.33837714174869583E-04  2.35899763278692637E-04
+  2.37979621858312328E-04  2.40077443573383345E-04  2.42193383406604998E-04
+  2.44327597675065384E-04  2.46480244041682301E-04  2.48651481526741022E-04
+  2.50841470519530747E-04  2.53050372790079186E-04  2.55278351500987609E-04
+  2.57525571219365738E-04  2.59792197928868129E-04  2.62078399041833817E-04
+  2.64384343411527291E-04  2.66710201344484731E-04  2.69056144612964717E-04
+  2.71422346467504268E-04  2.73808981649581614E-04  2.76216226404386856E-04
+  2.78644258493700441E-04  2.81093257208880551E-04  2.83563403383961564E-04
+  2.86054879408862784E-04  2.88567869242709702E-04  2.91102558427267866E-04
+  2.93659134100490412E-04  2.96237785010180371E-04  2.98838701527769850E-04
+  3.01462075662213970E-04  3.04108101074004292E-04  3.06776973089299438E-04
+  3.09468888714176495E-04  3.12184046649002171E-04  3.14922647302926190E-04
+  3.17684892808496719E-04  3.20470987036399933E-04  3.23281135610324209E-04
+  3.26115545921949062E-04  3.28974427146062768E-04  3.31857990255805108E-04
+  3.34766448038041630E-04  3.37700015108865353E-04  3.40658907929231828E-04
+  3.43643344820723925E-04  3.46653545981451012E-04  3.49689733502082836E-04
+  3.52752131382016770E-04  3.55840965545683942E-04  3.58956463858990942E-04
+  3.62098856145901015E-04  3.65268374205155496E-04  3.68465251827135049E-04
+  3.71689724810864239E-04  3.74942030981158573E-04  3.78222410205916488E-04
+  3.81531104413556526E-04  3.84868357610601683E-04  3.88234415899412074E-04
+  3.91629527496065763E-04  3.95053942748391370E-04  3.98507914154152046E-04
+  4.01991696379381061E-04  4.05505546276873957E-04  4.09049722904833847E-04
+  4.12624487545674892E-04  4.16230103724983319E-04  4.19866837230637054E-04
+  4.23534956132088204E-04  4.27234730799803291E-04  4.30966433924871316E-04
+  4.34730340538773375E-04  4.38526728033318970E-04  4.42355876180749660E-04
+  4.46218067154010179E-04  4.50113585547192200E-04  4.54042718396146594E-04
+  4.58005755199268508E-04  4.62002987938459379E-04  4.66034711100260914E-04
+  4.70101221697168548E-04  4.74202819289121474E-04  4.78339806005173888E-04
+  4.82512486565346164E-04  4.86721168302659967E-04  4.90966161185356852E-04
+  4.95247777839301633E-04  4.99566333570575249E-04  5.03922146388254997E-04
+  5.08315537027382702E-04  5.12746828972128585E-04  5.17216348479146394E-04
+  5.21724424601122594E-04  5.26271389210522240E-04  5.30857577023534670E-04
+  5.35483325624216727E-04  5.40148975488835819E-04  5.44854870010420800E-04
+  5.49601355523509651E-04  5.54388781329110520E-04  5.59217499719865730E-04
+  5.64087866005425799E-04  5.69000238538035523E-04  5.73954978738331267E-04
+  5.78952451121354989E-04  5.83993023322780004E-04  5.89077066125358903E-04
+  5.94204953485587338E-04  5.99377062560591152E-04  6.04593773735235770E-04
+  6.09855470649460453E-04  6.15162540225837741E-04  6.20515372697361882E-04
+  6.25914361635469493E-04  6.31359903978287473E-04  6.36852400059118354E-04
+  6.42392253635159843E-04  6.47979871916461257E-04  6.53615665595119353E-04
+  6.59300048874715940E-04  6.65033439499998773E-04  6.70816258786804346E-04
+  6.76648931652231345E-04  6.82531886645060325E-04  6.88465555976425681E-04
+  6.94450375550736661E-04  7.00486784996859346E-04  7.06575227699548320E-04
+  7.12716150831141371E-04  7.18910005383512660E-04  7.25157246200289793E-04
+  7.31458332009333914E-04  7.37813725455487381E-04  7.44223893133590759E-04
+  7.50689305621769017E-04  7.57210437514992249E-04  7.63787767458909287E-04
+  7.70421778183961038E-04  7.77112956539770185E-04  7.83861793529815813E-04
+  7.90668784346386573E-04  7.97534428405824295E-04  8.04459229384053083E-04
+  8.11443695252398530E-04  8.18488338313700325E-04  8.25593675238716512E-04
+  8.32760227102829912E-04  8.39988519423046738E-04  8.47279082195302692E-04
+  8.54632449932067975E-04  8.62049161700260426E-04  8.69529761159466689E-04
+  8.77074796600473450E-04  8.84684820984111479E-04  8.92360391980413759E-04
+  9.00102072008094429E-04  9.07910428274344644E-04  9.15786032814951091E-04
+  9.23729462534739762E-04  9.31741299248348359E-04  9.39822129721323949E-04
+  9.47972545711559000E-04  9.56193144011055832E-04  9.64484526488032252E-04
+  9.72847300129363953E-04  9.81282077083372225E-04  9.89789474702949508E-04
+  9.98370115589043922E-04  1.00702462763447719E-03  1.01575364406813356E-03
+  1.02455780349948477E-03  1.03343774996348618E-03  1.04239413296582789E-03
+  1.05142760752854609E-03  1.06053883423600534E-03  1.06972847928124364E-03
+  1.07899721451269054E-03  1.08834571748125811E-03  1.09777467148780908E-03
+  1.10728476563099940E-03  1.11687669485551052E-03  1.12655116000065546E-03
+  1.13630886784937997E-03  1.14615053117765055E-03  1.15607686880423301E-03
+  1.16608860564086907E-03  1.17618647274285275E-03  1.18637120736000013E-03
+  1.19664355298803259E-03  1.20700425942035870E-03  1.21745408280027096E-03
+  1.22799378567355153E-03  1.23862413704149536E-03  1.24934591241435025E-03
+  1.26015989386517899E-03  1.27106687008414401E-03  1.28206763643322081E-03
+  1.29316299500134113E-03  1.30435375465996696E-03  1.31564073111910327E-03
+  1.32702474698374808E-03  1.33850663181078397E-03  1.35008722216631728E-03
+  1.36176736168346210E-03  1.37354790112057651E-03  1.38542969841995369E-03
+  1.39741361876696921E-03  1.40950053464969165E-03  1.42169132591894905E-03
+  1.43398687984887144E-03  1.44638809119789608E-03  1.45889586227024933E-03
+  1.47151110297790095E-03  1.48423473090300248E-03  1.49706767136080217E-03
+  1.51001085746304978E-03  1.52306523018188797E-03  1.53623173841423567E-03
+  1.54951133904666634E-03  1.56290499702078619E-03  1.57641368539911228E-03
+  1.59003838543145563E-03  1.60378008662181125E-03  1.61763978679576193E-03
+  1.63161849216839484E-03  1.64571721741273830E-03  1.65993698572871272E-03
+  1.67427882891261624E-03  1.68874378742713016E-03  1.70333291047185882E-03
+  1.71804725605440305E-03  1.73288789106196836E-03  1.74785589133352216E-03
+  1.76295234173248598E-03  1.77817833621998073E-03  1.79353497792862030E-03
+  1.80902337923686640E-03  1.82464466184392889E-03  1.84039995684523601E-03
+  1.85629040480846997E-03  1.87231715585016402E-03  1.88848136971287535E-03
+  1.90478421584293345E-03  1.92122687346875961E-03  1.93781053167977886E-03
+  1.95453638950590690E-03  1.97140565599762630E-03  1.98841955030666000E-03
+  2.00557930176723832E-03  2.02288614997795735E-03  2.04034134488424723E-03
+  2.05794614686144245E-03  2.07570182679845620E-03  2.09360966618207887E-03
+  2.11167095718187668E-03  2.12988700273571792E-03  2.14825911663592056E-03
+  2.16678862361602493E-03  2.18547685943819075E-03  2.20432517098123225E-03
+  2.22333491632928718E-03  2.24250746486112000E-03  2.26184419734007597E-03
+  2.28134650600466879E-03  2.30101579465983317E-03  2.32085347876881311E-03
+  2.34086098554571291E-03  2.36103975404871160E-03  2.38139123527392887E-03
+  2.40191689224996882E-03  2.42261820013311936E-03  2.44349664630322911E-03
+  2.46455373046026906E-03  2.48579096472154731E-03  2.50720987371963727E-03
+  2.52881199470096326E-03  2.55059887762508876E-03  2.57257208526469067E-03
+  2.59473319330623051E-03  2.61708379045131603E-03  2.63962547851877586E-03
+  2.66235987254741756E-03  2.68528860089951730E-03  2.70841330536499480E-03
+  2.73173564126631511E-03  2.75525727756410245E-03  2.77897989696346747E-03
+  2.80290519602106273E-03  2.82703488525285927E-03  2.85137068924264667E-03
+  2.87591434675126770E-03  2.90066761082658072E-03  2.92563224891416321E-03
+  2.95081004296874304E-03  2.97620278956638260E-03  3.00181230001739848E-03
+  3.02764040048002659E-03  3.05368893207483283E-03  3.07995975099988788E-03
+  3.10645472864667710E-03  3.13317575171677626E-03  3.16012472233928804E-03
+  3.18730355818902609E-03  3.21471419260547587E-03  3.24235857471250706E-03
+  3.27023866953886442E-03  3.29835645813941845E-03  3.32671393771718843E-03
+  3.35531312174614871E-03  3.38415604009478701E-03  3.41324473915046974E-03
+  3.44258128194455375E-03  3.47216774827830473E-03  3.50200623484957793E-03
+  3.53209885538029915E-03  3.56244774074470976E-03  3.59305503909841846E-03
+  3.62392291600823055E-03  3.65505355458276482E-03  3.68644915560386232E-03
+  3.71811193765878966E-03  3.75004413727322806E-03  3.78224800904505831E-03
+  3.81472582577894494E-03  3.84747987862170404E-03  3.88051247719847260E-03
+  3.91382594974968006E-03  3.94742264326879318E-03  3.98130492364089789E-03
+  4.01547517578203228E-03  4.04993580377935140E-03  4.08468923103206052E-03
+  4.11973790039318281E-03  4.15508427431207899E-03  4.19073083497780319E-03
+  4.22668008446322636E-03  4.26293454486996459E-03  4.29949675847412192E-03
+  4.33636928787278601E-03  4.37355471613135299E-03  4.41105564693162859E-03
+  4.44887470472071864E-03  4.48701453486071659E-03  4.52547780377917080E-03
+  4.56426719912034814E-03  4.60338542989726686E-03  4.64283522664452226E-03
+  4.68261934157189474E-03  4.72274054871872542E-03  4.76320164410907760E-03
+  4.80400544590765984E-03  4.84515479457653039E-03  4.88665255303255986E-03
+  4.92850160680566567E-03  4.97070486419779172E-03  5.01326525644266510E-03
+  5.05618573786628840E-03  5.09946928604819005E-03  5.14311890198341191E-03
+  5.18713761024525849E-03  5.23152845914874511E-03  5.27629452091480603E-03
+  5.32143889183522498E-03  5.36696469243827697E-03  5.41287506765508655E-03
+  5.45917318698670162E-03  5.50586224467186722E-03  5.55294545985549753E-03
+  5.60042607675782875E-03  5.64830736484428931E-03  5.69659261899598066E-03
+  5.74528515968091708E-03  5.79438833312583609E-03  5.84390551148874192E-03
+  5.89384009303203348E-03  5.94419550229631586E-03  5.99497519027480680E-03
+  6.04618263458838595E-03  6.09782133966124424E-03  6.14989483689713443E-03
+  6.20240668485621399E-03  6.25536046943247440E-03  6.30875980403172894E-03
+  6.36260832975017558E-03  6.41690971555347600E-03  6.47166765845641478E-03
+  6.52688588370305741E-03  6.58256814494740782E-03  6.63871822443459943E-03
+  6.69533993318253019E-03  6.75243711116401638E-03  6.81001362748935146E-03
+  6.86807338058936442E-03  6.92662029839885562E-03  6.98565833854048347E-03
+  7.04519148850902763E-03  7.10522376585604777E-03  7.16575921837489440E-03
+  7.22680192428608315E-03  7.28835599242298997E-03  7.35042556241784651E-03
+  7.41301480488807188E-03  7.47612792162282488E-03  7.53976914576985711E-03
+  7.60394274202257515E-03  7.66865300680733952E-03  7.73390426847092929E-03
+  7.79970088746822013E-03  7.86604725654996804E-03  7.93294780095075286E-03
+  8.00040697857703001E-03  8.06842928019523876E-03  8.13701922961997809E-03
+  8.20618138390222934E-03  8.27592033351756511E-03  8.34624070255434933E-03
+  8.41714714890188197E-03  8.48864436443849159E-03  8.56073707521947704E-03
+  8.63343004166499360E-03  8.70672805874770327E-03  8.78063595618027749E-03
+  8.85515859860266756E-03  8.93030088576911296E-03  9.00606775273488612E-03
+  9.08246417004268322E-03  9.15949514390870280E-03  9.23716571640830104E-03
+  9.31548096566125680E-03  9.39444600601654911E-03  9.47406598823665076E-03
+  9.55434609968129102E-03  9.63529156449063201E-03  9.71690764376786920E-03
+  9.79919963576112059E-03  9.88217287604466893E-03  9.96583273769946140E-03
+  1.00501846314928027E-02  1.01352340060572622E-02  1.02209863480686829E-02
+  1.03074471824232961E-02  1.03946220724138536E-02  1.04825166199047689E-02
+  1.05711364655062083E-02  1.06604872887470451E-02  1.07505748082466733E-02
+  1.08414047818856125E-02  1.09329830069748342E-02  1.10253153204237977E-02
+  1.11184075989070631E-02  1.12122657590295414E-02  1.13068957574901947E-02
+  1.14023035912442106E-02  1.14984952976635944E-02  1.15954769546960743E-02
+  1.16932546810222440E-02  1.17918346362109825E-02  1.18912230208729538E-02
+  1.19914260768122088E-02  1.20924500871757903E-02  1.21943013766012704E-02
+  1.22969863113621732E-02  1.24005112995111653E-02  1.25048827910210127E-02
+  1.26101072779231521E-02  1.27161912944438356E-02  1.28231414171378032E-02
+  1.29309642650193447E-02  1.30396664996907073E-02  1.31492548254677627E-02
+  1.32597359895028528E-02  1.33711167819047065E-02  1.34834040358553665E-02
+  1.35966046277240394E-02  1.37107254771777591E-02  1.38257735472887659E-02
+  1.39417558446385866E-02  1.40586794194185582E-02  1.41765513655269081E-02
+  1.42953788206621173E-02  1.44151689664125393E-02  1.45359290283421962E-02
+  1.46576662760725864E-02  1.47803880233604665E-02  1.49041016281714084E-02
+  1.50288144927491502E-02  1.51545340636805026E-02  1.52812678319557815E-02
+  1.54090233330245827E-02  1.55378081468469029E-02  1.56676298979393121E-02
+  1.57984962554161869E-02  1.59304149330258792E-02  1.60633936891815890E-02
+  1.61974403269869692E-02  1.63325626942561440E-02  1.64687686835281941E-02
+  1.66060662320758612E-02  1.67444633219083518E-02  1.68839679797681344E-02
+  1.70245882771215516E-02  1.71663323301431033E-02  1.73092082996933461E-02
+  1.74532243912900627E-02  1.75983888550727760E-02  1.77447099857602902E-02
+  1.78921961226011887E-02  1.80408556493170565E-02  1.81906969940383856E-02
+  1.83417286292328653E-02  1.84939590716259455E-02  1.86473968821135316E-02
+  1.88020506656666198E-02  1.89579290712276541E-02  1.91150407915984741E-02
+  1.92733945633197200E-02  1.94329991665413183E-02  1.95938634248841448E-02
+  1.97559962052924268E-02  1.99194064178768102E-02  2.00841030157479089E-02
+  2.02500949948400503E-02  2.04173913937251116E-02  2.05860012934161347E-02
+  2.07559338171607148E-02  2.09271981302235933E-02  2.10998034396586674E-02
+  2.12737589940698267E-02  2.14490740833606884E-02  2.16257580384727512E-02
+  2.18038202311119714E-02  2.19832700734633110E-02  2.21641170178932118E-02
+  2.23463705566397004E-02  2.25300402214896854E-02  2.27151355834436068E-02
+  2.29016662523668264E-02  2.30896418766275355E-02  2.32790721427212702E-02
+  2.34699667748813103E-02  2.36623355346750018E-02  2.38561882205856161E-02
+  2.40515346675795050E-02  2.42483847466582955E-02  2.44467483643957817E-02
+  2.46466354624593174E-02  2.48480560171152921E-02  2.50510200387185702E-02
+  2.52555375711854373E-02  2.54616186914499026E-02  2.56692735089028290E-02
+  2.58785121648138945E-02  2.60893448317357987E-02  2.63017817128905207E-02
+  2.65158330415372831E-02  2.67315090803219926E-02  2.69488201206075605E-02
+  2.71677764817851268E-02  2.73883885105655374E-02  2.76106665802509574E-02
+  2.78346210899860953E-02  2.80602624639888533E-02  2.82876011507598515E-02
+  2.85166476222707445E-02  2.87474123731305854E-02  2.89799059197302644E-02
+  2.92141387993643635E-02  2.94501215693301899E-02  2.96878648060034805E-02
+  2.99273791038905841E-02  3.01686750746565160E-02  3.04117633461286514E-02
+  3.06566545612755106E-02  3.09033593771603707E-02  3.11518884638692026E-02
+  3.14022525034125116E-02  3.16544621886006919E-02  3.19085282218924959E-02
+  3.21644613142160959E-02  3.24222721837624170E-02  3.26819715547501527E-02
+  3.29435701561621996E-02  3.32070787204528581E-02  3.34725079822255356E-02
+  3.37398686768803704E-02  3.40091715392312477E-02  3.42804273020919856E-02
+  3.45536466948309917E-02  3.48288404418938963E-02  3.51060192612938360E-02
+  3.53851938630688409E-02  3.56663749477056577E-02  3.59495732045298777E-02
+  3.62347993100613913E-02  3.65220639263350647E-02  3.68113776991859445E-02
+  3.71027512564984022E-02  3.73961952064188960E-02  3.76917201355315909E-02
+  3.79893366069965349E-02  3.82890551586494987E-02  3.85908863010635053E-02
+  3.88948405155708846E-02  3.92009282522456579E-02  3.95091599278456565E-02
+  3.98195459237137214E-02  4.01320965836373320E-02  4.04468222116665874E-02
+  4.07637330698891812E-02  4.10828393761623958E-02  4.14041513018013618E-02
+  4.17276789692229144E-02  4.20534324495444936E-02  4.23814217601375387E-02
+  4.27116568621347670E-02  4.30441476578906079E-02  4.33789039883943975E-02
+  4.37159356306354926E-02  4.40552522949198833E-02  4.43968636221375446E-02
+  4.47407791809800101E-02  4.50870084651073880E-02  4.54355608902643690E-02
+  4.57864457913445405E-02  4.61396724194022279E-02  4.64952499386113716E-02
+  4.68531874231708709E-02  4.72134938541554153E-02  4.75761781163117001E-02
+  4.79412489947986659E-02  4.83087151718717828E-02  4.86785852235104496E-02
+  4.90508676159875992E-02  4.94255707023813703E-02  4.98027027190276680E-02
+  5.01822717819135136E-02  5.05642858830098671E-02  5.09487528865437550E-02
+  5.13356805252089890E-02  5.17250763963145385E-02  5.21169479578701064E-02
+  5.25113025246082415E-02  5.29081472639423289E-02  5.33074891918596042E-02
+  5.37093351687487619E-02  5.41136918951614851E-02  5.45205659075070487E-02
+  5.49299635736794287E-02  5.53418910886164586E-02  5.57563544697900204E-02
+  5.61733595526268323E-02  5.65929119858592927E-02  5.70150172268054090E-02
+  5.74396805365774560E-02  5.78669069752186654E-02  5.82967013967671255E-02
+  5.87290684442465100E-02  5.91640125445829154E-02  5.96015379034471188E-02
+  6.00416485000217354E-02  6.04843480816925766E-02  6.09296401586637629E-02
+  6.13775279984957803E-02  6.18280146205660713E-02  6.22811027904515008E-02
+  6.27367950142321551E-02  6.31950935327157820E-02  6.36560003155826754E-02
+  6.41195170554498817E-02  6.45856451618548461E-02  6.50543857551574012E-02
+  6.55257396603600439E-02  6.59997074008454865E-02  6.64762891920318427E-02
+  6.69554849349436737E-02  6.74372942096999467E-02  6.79217162689171872E-02
+  6.84087500310281149E-02  6.88983940735149597E-02  6.93906466260576921E-02
+  6.98855055635954348E-02  7.03829683993026645E-02  7.08830322774777616E-02
+  7.13856939663451984E-02  7.18909498507701999E-02  7.23987959248858504E-02
+  7.29092277846321857E-02  7.34222406202073574E-02  7.39378292084303806E-02
+  7.44559879050152446E-02  7.49767106367562886E-02  7.54999908936247466E-02
+  7.60258217207762516E-02  7.65541957104690640E-02  7.70851049938931637E-02
+  7.76185412329100793E-02  7.81544956117033868E-02  7.86929588283398068E-02
+  7.92339210862411658E-02  7.97773720855671220E-02  8.03233010145086440E-02
+  8.08716965404927685E-02  8.14225468012981929E-02  8.19758393960826753E-02
+  8.25315613763217271E-02  8.30896992366592368E-02  8.36502389056704987E-02
+  8.42131657365375735E-02  8.47784644976376373E-02  8.53461193630449255E-02
+  8.59161139029459425E-02  8.64884310739697931E-02  8.70630532094327503E-02
+  8.76399620094987092E-02  8.82191385312557502E-02  8.88005631787093380E-02
+  8.93842156926934750E-02  8.99700751406999066E-02  9.05581199066267384E-02
+  9.11483276804471998E-02  9.17406754477994441E-02  9.23351394794982711E-02
+  9.29316953209702451E-02  9.35303177816128734E-02  9.41309809240793993E-02
+  9.47336580534899608E-02  9.53383217065707361E-02  9.59449436407227713E-02
+  9.65534948230208356E-02  9.71639454191449703E-02  9.77762647822453812E-02
+  9.83904214417430228E-02  9.90063830920666632E-02  9.96241165813291224E-02
+  1.00243587899943601E-01  1.00864762169182789E-01  1.01487603629681969E-01
+  1.02112075629888735E-01  1.02738140614460849E-01  1.03365760112615168E-01
+  1.03994894726428880E-01  1.04625504119096518E-01  1.05257547003143700E-01
+  1.05890981128602055E-01  1.06525763271145782E-01  1.07161849220193867E-01
+  1.07799193766980189E-01  1.08437750692594551E-01  1.09077472755997176E-01
+  1.09718311682009850E-01  1.10360218149286995E-01  1.11003141778269324E-01
+  1.11647031119123732E-01  1.12291833639672572E-01  1.12937495713315766E-01
+  1.13583962606949154E-01  1.14231178468883116E-01  1.14879086316764495E-01
+  1.15527628025505993E-01  1.16176744315227176E-01  1.16826374739210440E-01
+  1.17476457671876255E-01  1.18126930296782715E-01  1.18777728594651757E-01
+  1.19428787331428643E-01  1.20080040046377262E-01  1.20731419040217197E-01
+  1.21382855363306272E-01  1.22034278803874088E-01  1.22685617876310826E-01
+  1.23336799809516603E-01  1.23987750535316299E-01  1.24638394676945291E-01
+  1.25288655537610899E-01  1.25938455089135343E-01  1.26587713960685494E-01
+  1.27236351427595012E-01  1.27884285400284542E-01  1.28531432413285601E-01
+  1.29177707614374665E-01  1.29823024753822264E-01  1.30467296173764485E-01
+  1.31110432797701987E-01  1.31752344120133508E-01  1.32392938196329801E-01
+  1.33032121632254918E-01  1.33669799574640535E-01  1.34305875701221544E-01
+  1.34940252211137895E-01  1.35572829815510582E-01  1.36203507728198780E-01
+  1.36832183656744794E-01  1.37458753793513855E-01  1.38083112807036279E-01
+  1.38705153833559691E-01  1.39324768468817584E-01  1.39941846760022581E-01
+  1.40556277198092189E-01  1.41167946710113373E-01  1.41776740652055533E-01
+  1.42382542801737899E-01  1.42985235352060813E-01  1.43584698904506952E-01
+  1.44180812462923219E-01  1.44773453427588517E-01  1.45362497589577144E-01
+  1.45947819125426259E-01  1.46529290592114864E-01  1.47106782922363039E-01
+  1.47680165420259552E-01  1.48249305757226613E-01  1.48814069968331075E-01
+  1.49374322448947827E-01  1.49929925951788001E-01  1.50480741584296668E-01
+  1.51026628806431723E-01  1.51567445428830799E-01  1.52103047611375886E-01
+  1.52633289862163596E-01  1.53158025036891104E-01  1.53677104338664855E-01
+  1.54190377318242200E-01  1.54697691874714438E-01  1.55198894256639408E-01
+  1.55693829063633521E-01  1.56182339248430779E-01  1.56664266119418999E-01
+  1.57139449343660559E-01  1.57607726950407562E-01  1.58068935335119565E-01
+  1.58522909263992873E-01  1.58969481879009361E-01  1.59408484703514930E-01
+  1.59839747648334446E-01  1.60263099018433053E-01  1.60678365520131428E-01
+  1.61085372268884475E-01  1.61483942797630314E-01  1.61873899065719140E-01
+  1.62255061468430301E-01  1.62627248847084238E-01  1.62990278499758973E-01
+  1.63343966192618317E-01  1.63688126171860043E-01  1.64022571176291460E-01
+  1.64347112450540039E-01  1.64661559758907838E-01  1.64965721399874726E-01
+  1.65259404221261036E-01  1.65542413636053515E-01  1.65814553638904766E-01
+  1.66075626823310341E-01  1.66325434399472616E-01  1.66563776212856951E-01
+  1.66790450763446368E-01  1.67005255225702975E-01  1.67207985469239429E-01
+  1.67398436080209545E-01  1.67576400383422280E-01  1.67741670465185039E-01
+  1.67894037196881757E-01  1.68033290259292645E-01  1.68159218167658497E-01
+  1.68271608297496295E-01  1.68370246911170612E-01  1.68454919185225455E-01
+  1.68525409238480972E-01  1.68581500160899067E-01  1.68622974043223184E-01
+  1.68649612007394784E-01  1.68661194237751000E-01  1.68657500013007472E-01
+  1.68638307739028576E-01  1.68603394982389021E-01  1.68552538504729593E-01
+  1.68485514297909977E-01  1.68402097619960917E-01  1.68302063031837867E-01
+  1.68185184434979651E-01  1.68051235109671265E-01  1.67899987754217300E-01
+  1.67731214524921707E-01  1.67544687076880555E-01  1.67340176605585589E-01
+  1.67117453889341377E-01  1.66876289332496180E-01  1.66616453009487270E-01
+  1.66337714709701295E-01  1.66039843983150442E-01  1.65722610186963243E-01
+  1.65385782532691900E-01  1.65029130134434127E-01  1.64652422057770448E-01
+  1.64255427369516122E-01  1.63837915188286609E-01  1.63399654735876781E-01
+  1.62940415389452226E-01  1.62459966734551597E-01  1.61958078618900270E-01
+  1.61434521207031723E-01  1.60889065035717704E-01  1.60321481070204386E-01
+  1.59731540761253538E-01  1.59119016102986871E-01  1.58483679691532348E-01
+  1.57825304784470294E-01  1.57143665361078294E-01  1.56438536183372334E-01
+  1.55709692857942950E-01  1.54956911898584182E-01  1.54179970789714266E-01
+  1.53378648050584959E-01  1.52552723300279497E-01  1.51701977323495468E-01
+  1.50826192137112292E-01  1.49925151057541201E-01  1.48998638768855413E-01
+  1.48046441391700451E-01  1.47068346552980816E-01  1.46064143456324236E-01
+  1.45033622953319508E-01  1.43976577615528817E-01  1.42892801807272180E-01
+  1.41782091759182854E-01  1.40644245642534055E-01  1.39479063644334683E-01
+  1.38286348043193952E-01  1.37065903285955443E-01  1.35817536065097777E-01
+  1.34541055396904863E-01  1.33236272700402614E-01  1.31903001877064607E-01
+  1.30541059391285241E-01  1.29150264351622246E-01  1.27730438592807832E-01
+  1.26281406758530612E-01  1.24802996384987985E-01  1.23295037985211089E-01
+  1.21757365134163131E-01  1.20189814554612473E-01  1.18592226203782874E-01
+  1.16964443360781448E-01  1.15306312714807471E-01  1.13617684454143247E-01
+  1.11898412355929816E-01  1.10148353876729693E-01  1.08367370243879046E-01
+  1.06555326547631335E-01  1.04712091834096882E-01  1.02837539198978312E-01
+  1.00931545882107232E-01  9.89939933627833196E-02  9.70247674559191892E-02
+  9.50237584089939497E-02  9.29908609998178759E-02  9.09259746351110953E-02
+  8.88290034498989967E-02  8.66998564077262751E-02  8.45384474016929038E-02
+  8.23446953563127942E-02  8.01185243301986844E-02  7.78598636195733940E-02
+  7.55686478626096392E-02  7.32448171445992530E-02  7.08883171039521309E-02
+  6.84990990390252907E-02  6.60771200157817123E-02  6.36223429762779041E-02
+  6.11347368479789807E-02  5.86142766538988239E-02  5.60609436235628353E-02
+  5.34747253047896109E-02  5.08556156762868250E-02  4.82036152610566954E-02
+  4.55187312406041406E-02  4.28009775699407582E-02  4.00503750933761671E-02
+  3.72669516610873094E-02  3.44507422464548005E-02  3.16017890641545687E-02
+  2.87201416889911014E-02  2.58058571754577540E-02  2.28590001780073077E-02
+  1.98796430720151497E-02  1.68678660754152318E-02  1.38237573709870422E-02
+  1.07474132292707455E-02  7.63893813208460590E-03  4.49844489661772266E-03
+  1.32605480006841811E-03 -1.87810229520344327E-03 -5.11388781604418981E-03
+ -8.38115435243055873E-03 -1.16797455309893029E-02 -1.50094958881537080E-02
+ -1.83702307430011098E-02 -2.17617660698183960E-02 -2.51839083704451794E-02
+ -2.86364545464474207E-02 -3.21191917711771552E-02 -3.56318973617772497E-02
+ -3.91743386511931094E-02 -4.27462728602568398E-02 -4.63474469699123662E-02
+ -4.99775975936537983E-02 -5.36364508502528495E-02 -5.73237222368543284E-02
+ -6.10391165025227916E-02 -6.47823275223275846E-02 -6.85530381720559912E-02
+ -7.23509202036499849E-02 -7.61756341214641641E-02 -8.00268290594483567E-02
+ -8.39041426593601924E-02 -8.78072009501200956E-02 -9.17356182284216476E-02
+ -9.56889969407188207E-02 -9.96669275667113191E-02 -1.03668988504457035E-01
+ -1.07694745957243765E-01 -1.11743753822356157E-01 -1.15815553581879283E-01
+ -1.19909674195683449E-01 -1.24025631996741090E-01 -1.28162930588928414E-01
+ -1.32321060747471603E-01 -1.36499500322199568E-01 -1.40697714143771219E-01
+ -1.44915153933048296E-01 -1.49151258213789856E-01 -1.53405452228849160E-01
+ -1.57677147860056488E-01 -1.61965743551976654E-01 -1.66270624239734738E-01
+ -1.70591161281105491E-01 -1.74926712393067202E-01 -1.79276621593025765E-01
+ -1.83640219144914602E-01 -1.88016821510384818E-01 -1.92405731305298922E-01
+ -1.96806237261747230E-01 -2.01217614195809108E-01 -2.05639122981283784E-01
+ -2.10070010529617768E-01 -2.14509509776260127E-01 -2.18956839673678849E-01
+ -2.23411205191271944E-01 -2.27871797322413888E-01 -2.32337793098872814E-01
+ -2.36808355612843885E-01 -2.41282634046837752E-01 -2.45759763711670909E-01
+ -2.50238866092800383E-01 -2.54719048905250156E-01 -2.59199406157374412E-01
+ -2.63679018223704043E-01 -2.68156951927122411E-01 -2.72632260630615686E-01
+ -2.77103984338842757E-01 -2.81571149809769217E-01 -2.86032770676605985E-01
+ -2.90487847580295167E-01 -2.94935368312779389E-01 -2.99374307971293274E-01
+ -3.03803629123907126E-01 -3.08222281986555324E-01 -3.12629204611773959E-01
+ -3.17023323089370479E-01 -3.21403551759243455E-01 -3.25768793436565729E-01
+ -3.30117939649535785E-01 -3.34449870889905132E-01
+  END     
+   PHI    3 #phi(r), for phi(r)/r*Ylm)
+  0.00000000000000000E+00  1.17433175653108551E-15  4.73802539394664847E-15
+  1.07530546521611434E-14  1.92826465500575388E-14  3.03913046801745613E-14
+  4.41448329214857179E-14  6.06103595763298104E-14  7.98563619409180024E-14
+  1.01952691315775339E-13  1.26970598464200789E-13  1.54982759526641270E-13
+  1.86063302399016136E-13  2.20287833583168434E-13  2.57733465517763823E-13
+  2.98478844398100600E-13  3.42604178493447887E-13  3.90191266970673516E-13
+  4.41323529233080020E-13  4.96086034783523212E-13  5.54565533621043124E-13
+  6.16850487180405988E-13  6.83031099824108199E-13  7.53199350896572089E-13
+  8.27449027350428779E-13  9.05875756954952305E-13  9.88577042096892596E-13
+  1.07565229418412813E-12  1.16720286866274553E-12  1.26333210065833159E-12
+  1.36414534125246702E-12  1.46974999440557807E-12  1.58025555453752796E-12
+  1.69577364477750013E-12  1.81641805589494841E-12  1.94230478592357859E-12
+  2.07355208049055447E-12  2.21028047386330886E-12  2.35261283072658473E-12
+  2.50067438870251886E-12  2.65459280162684889E-12  2.81449818359449858E-12
+  2.98052315378808463E-12  3.15280288210306303E-12  3.33147513558354882E-12
+  3.51668032568299845E-12  3.70856155636428178E-12  3.90726467305384791E-12
+  4.11293831246499374E-12  4.32573395330549677E-12  4.54580596788512359E-12
+  4.77331167463881423E-12  5.00841139158160566E-12  5.25126849071165034E-12
+  5.50204945337796495E-12  5.76092392662983005E-12  6.02806478056506194E-12
+  6.30364816669467717E-12  6.58785357734180010E-12  6.88086390609289693E-12
+  7.18286550931985880E-12  7.49404826879164415E-12  7.81460565539466301E-12
+  8.14473479398124172E-12  8.48463652936605122E-12  8.83451549349051916E-12
+  9.19458017377579318E-12  9.56504298268501792E-12  9.94612032851612407E-12
+  1.03380326874467636E-11  1.07410046768532116E-11  1.11552651299256808E-11
+  1.15810471716026446E-11  1.20185882958474001E-11  1.24681304442902452E-11
+  1.29299200862603151E-11  1.34042083002313066E-11  1.38912508567059628E-11
+  1.43913083025644172E-11  1.49046460469020471E-11  1.54315344483830016E-11
+  1.59722489041358159E-11  1.65270699402181694E-11  1.70962833036782987E-11
+  1.76801800562409157E-11  1.82790566696461377E-11  1.88932151226703389E-11
+  1.95229629998583279E-11  2.01686135919968863E-11  2.08304859983599853E-11
+  2.15089052307568499E-11  2.22042023194142949E-11  2.29167144207254692E-11
+  2.36467849268976638E-11  2.43947635775323393E-11  2.51610065731712689E-11
+  2.59458766908430874E-11  2.67497434016453449E-11  2.75729829903974812E-11
+  2.84159786774011501E-11  2.92791207423445914E-11  3.01628066503885928E-11
+  3.10674411804721255E-11  3.19934365558766391E-11  3.29412125770881636E-11
+  3.39111967569977833E-11  3.49038244584810371E-11  3.59195390343980498E-11
+  3.69587919700564898E-11  3.80220430281805942E-11  3.91097603964299000E-11
+  4.02224208375124076E-11  4.13605098419372655E-11  4.25245217834533941E-11
+  4.37149600772206033E-11  4.49323373407614205E-11  4.61771755577417082E-11
+  4.74500062446298953E-11  4.87513706202847781E-11  5.00818197785233348E-11
+  5.14419148637203972E-11  5.28322272494931626E-11  5.42533387205245272E-11
+  5.57058416575799562E-11  5.71903392257736817E-11  5.87074455661409083E-11
+  6.02577859905740269E-11  6.18419971801810426E-11  6.34607273871265425E-11
+  6.51146366400155760E-11  6.68043969528826192E-11  6.85306925378482084E-11
+  7.02942200215076428E-11  7.20956886651166023E-11  7.39358205886400474E-11
+  7.58153509987318944E-11  7.77350284207140700E-11  7.96956149346245190E-11
+  8.16978864154055483E-11  8.37426327773043428E-11  8.58306582225595558E-11
+  8.79627814944484215E-11  9.01398361347705927E-11  9.23626707458463936E-11
+  9.46321492571077356E-11  9.69491511963620336E-11  9.93145719658109904E-11
+  1.01729323122906474E-10  1.04194332666128764E-10  1.06710545325772053E-10
+  1.09278922859825380E-10  1.11900444355037300E-10  1.14576106533255043E-10
+  1.17306924063130103E-10  1.20093929877283442E-10  1.22938175495026319E-10
+  1.25840731350732687E-10  1.28802687127962479E-10  1.31825152099435580E-10
+  1.34909255472958628E-10  1.38056146743408798E-10  1.41266996050879251E-10
+  1.44542994545095153E-10  1.47885354756207934E-10  1.51295310972079706E-10
+  1.54774119622171890E-10  1.58323059668151409E-10  1.61943433001332765E-10
+  1.65636564847074813E-10  1.69403804176253528E-10  1.73246524123933970E-10
+  1.77166122415367082E-10  1.81164021799438719E-10  1.85241670489701074E-10
+  1.89400542613118370E-10  1.93642138666661584E-10  1.97967985981888599E-10
+  2.02379639197649542E-10  2.06878680741057748E-10  2.11466721316871730E-10
+  2.16145400405433819E-10  2.20916386769314901E-10  2.25781378968816890E-10
+  2.30742105886486583E-10  2.35800327260800164E-10  2.40957834229174102E-10
+  2.46216449880469464E-10  2.51578029817151712E-10  2.57044462727275214E-10
+  2.62617670966464624E-10  2.68299611150065512E-10  2.74092274755642454E-10
+  2.79997688736004396E-10  2.86017916142941382E-10  2.92155056761857996E-10
+  2.98411247757494171E-10  3.04788664330926573E-10  3.11289520388045728E-10
+  3.17916069219710853E-10  3.24670604193783332E-10  3.31555459459248284E-10
+  3.38573010662632436E-10  3.45725675676932840E-10  3.53015915343276633E-10
+  3.60446234225529363E-10  3.68019181378081974E-10  3.75737351127041360E-10
+  3.83603383865061394E-10  3.91619966860050011E-10  3.99789835077995078E-10
+  4.08115772020153529E-10  4.16600610574855078E-10  4.25247233884174136E-10
+  4.34058576225728804E-10  4.43037623909870789E-10  4.52187416192534067E-10
+  4.61511046204014366E-10  4.71011661893956428E-10  4.80692466992833545E-10
+  4.90556721990201805E-10  5.00607745130027184E-10  5.10848913423376355E-10
+  5.21283663678778501E-10  5.31915493550562691E-10  5.42747962605484227E-10
+  5.53784693407959443E-10  5.65029372624230543E-10  5.76485752145793292E-10
+  5.88157650232417837E-10  6.00048952675110463E-10  6.12163613979355137E-10
+  6.24505658568994548E-10  6.37079182011107787E-10  6.49888352262245615E-10
+  6.62937410936403742E-10  6.76230674595103733E-10  6.89772536059971166E-10
+  7.03567465748200435E-10  7.17620013031306331E-10  7.31934807617564633E-10
+  7.46516560958556748E-10  7.61370067680235489E-10  7.76500207038940901E-10
+  7.91911944402797609E-10  8.07610332758936947E-10  8.23600514246992930E-10
+  8.39887721719329189E-10  8.56477280328458744E-10  8.73374609142138861E-10
+  8.90585222786606905E-10  9.08114733118465179E-10  9.25968850925695139E-10
+  9.44153387658323751E-10  9.62674257189244310E-10  9.81537477605724525E-10
+  1.00074917303213487E-09  1.02031557548443386E-09  1.04024302675697241E-09
+  1.06053798034216992E-09  1.08120700338364031E-09  1.10225677866334851E-09
+  1.12369410662338358E-09  1.14552590742296166E-09  1.16775922303125727E-09
+  1.19040121935670205E-09  1.21345918841336892E-09  1.23694055052509926E-09
+  1.26085285656802078E-09  1.28520379025213292E-09  1.31000117044262607E-09
+  1.33525295352163897E-09  1.36096723579114976E-09  1.38715225591771608E-09
+  1.41381639741979503E-09  1.44096819119837982E-09  1.46861631811171415E-09
+  1.49676961159483349E-09  1.52543706032473518E-09  1.55462781093195421E-09
+  1.58435117075935413E-09  1.61461661066896407E-09  1.64543376789768037E-09
+  1.67681244896269864E-09  1.70876263261752964E-09  1.74129447285948743E-09
+  1.77441830198953009E-09  1.80814463372538519E-09  1.84248416636886240E-09
+  1.87744778602831322E-09  1.91304656989719008E-09  1.94929178958967159E-09
+  1.98619491453436868E-09  2.02376761542709295E-09  2.06202176774373057E-09
+  2.10096945531427051E-09  2.14062297395903633E-09  2.18099483518821012E-09
+  2.22209776996575286E-09  2.26394473253882835E-09  2.30654890433387977E-09
+  2.34992369792051677E-09  2.39408276104438703E-09  2.43903998073023236E-09
+  2.48480948745634913E-09  2.53140565940169959E-09  2.57884312676692595E-09
+  2.62713677617056220E-09  2.67630175512174280E-09  2.72635347657074492E-09
+  2.77730762353871045E-09  2.82918015382792510E-09  2.88198730481405329E-09
+  2.93574559832176982E-09  2.99047184558519819E-09  3.04618315229468059E-09
+  3.10289692373132989E-09  3.16063086999093619E-09  3.21940301129873047E-09
+  3.27923168341663736E-09  3.34013554314457755E-09  3.40213357391748364E-09
+  3.46524509149968098E-09  3.52948974977832418E-09  3.59488754665761691E-09
+  3.66145883005555702E-09  3.72922430400501517E-09  3.79820503486089776E-09
+  3.86842245761531601E-09  3.93989838232258857E-09  4.01265500063598540E-09
+  4.08671489245818134E-09  4.16210103270737183E-09  4.23883679820106914E-09
+  4.31694597465962803E-09  4.39645276383156134E-09  4.47738179074279373E-09
+  4.55975811107197441E-09  4.64360721865406493E-09  4.72895505311439730E-09
+  4.81582800763552772E-09  4.90425293685910687E-09  4.99425716492519699E-09
+  5.08586849365138246E-09  5.17911521085408855E-09  5.27402609881460782E-09
+  5.37063044289234495E-09  5.46895804028782004E-09  5.56903920895803039E-09
+  5.67090479668685897E-09  5.77458619031315920E-09  5.88011532511930045E-09
+  5.98752469438295092E-09  6.09684735909493115E-09  6.20811695784601669E-09
+  6.32136771688561974E-09  6.43663446035537990E-09  6.55395262070061514E-09
+  6.67335824926283118E-09  6.79488802705632477E-09  6.91857927573217652E-09
+  7.04446996873279802E-09  7.17259874264042048E-09  7.30300490872284209E-09
+  7.43572846467987657E-09  7.57081010659401032E-09  7.70829124108874650E-09
+  7.84821399769834241E-09  7.99062124145252378E-09  8.13555658567995028E-09
+  8.28306440503424550E-09  8.43318984874639482E-09  8.58597885410752312E-09
+  8.74147816018599442E-09  8.89973532178290505E-09  9.06079872363016573E-09
+  9.22471759483531010E-09  9.39154202357736581E-09  9.56132297205811100E-09
+  9.73411229171320114E-09  9.90996273868762975E-09  1.00889279895801270E-08
+  1.02710626574611781E-08  1.04564223081694112E-08  1.06450634768911503E-08
+  1.08370436850281256E-08  1.10324214573582764E-08  1.12312563394947264E-08
+  1.14336089156482234E-08  1.16395408266981306E-08  1.18491147885775168E-08
+  1.20623946109776305E-08  1.22794452163774233E-08  1.25003326594037238E-08
+  1.27251241465277676E-08  1.29538880561039970E-08  1.31866939587569973E-08
+  1.34236126381226705E-08  1.36647161119497662E-08  1.39100776535680246E-08
+  1.41597718137293179E-08  1.44138744428282346E-08  1.46724627135087338E-08
+  1.49356151436635230E-08  1.52034116198330178E-08  1.54759334210107889E-08
+  1.57532632428625803E-08  1.60354852223660739E-08  1.63226849628786674E-08
+  1.66149495596407336E-08  1.69123676257219166E-08  1.72150293184181392E-08
+  1.75230263661071340E-08  1.78364520955705225E-08  1.81554014597904692E-08
+  1.84799710662291171E-08  1.88102592055993387E-08  1.91463658811351542E-08
+  1.94883928383705843E-08  1.98364435954357387E-08  2.01906234738791510E-08
+  2.05510396300254147E-08  2.09178010868774879E-08  2.12910187665730801E-08
+  2.16708055234047464E-08  2.20572761774134816E-08  2.24505475485657425E-08
+  2.28507384915240539E-08  2.32579699310214642E-08  2.36723648978503535E-08
+  2.40940485654762965E-08  2.45231482872876930E-08  2.49597936344923597E-08
+  2.54041164346721963E-08  2.58562508110074220E-08  2.63163332221819293E-08
+  2.67845025029816220E-08  2.72608999055977574E-08  2.77456691416474664E-08
+  2.82389564249240486E-08  2.87409105148895111E-08  2.92516827609223510E-08
+  2.97714271473336250E-08  3.03003003391647469E-08  3.08384617287803775E-08
+  3.13860734832704864E-08  3.19433005926752066E-08  3.25103109190472823E-08
+  3.30872752463661853E-08  3.36743673313189115E-08  3.42717639549624459E-08
+  3.48796449752831696E-08  3.54981933806687792E-08  3.61275953443086005E-08
+  3.67680402795382582E-08  3.74197208961452976E-08  3.80828332576521700E-08
+  3.87575768395938664E-08  3.94441545888070539E-08  4.01427729837486353E-08
+  4.08536420958612479E-08  4.15769756520043169E-08  4.23129910979685489E-08
+  4.30619096630931182E-08  4.38239564260046346E-08  4.45993603814970387E-08
+  4.53883545085725604E-08  4.61911758396636342E-08  4.70080655310564556E-08
+  4.78392689345368722E-08  4.86850356702798459E-08  4.95456197010040503E-08
+  5.04212794074136146E-08  5.13122776649492082E-08  5.22188819218713168E-08
+  5.31413642786986578E-08  5.40800015690254203E-08  5.50350754417409734E-08
+  5.60068724446767252E-08  5.69956841097045457E-08  5.80018070393120698E-08
+  5.90255429946805721E-08  6.00671989852912051E-08  6.11270873600865172E-08
+  6.22055259002136780E-08  6.33028379133774237E-08  6.44193523298301123E-08
+  6.55554038000276610E-08  6.67113327939798931E-08  6.78874857023251934E-08
+  6.90842149391586400E-08  7.03018790466446892E-08  7.15408428014450396E-08
+  7.28014773229930530E-08  7.40841601836471074E-08  7.53892755207548163E-08
+  7.67172141506622202E-08  7.80683736847004174E-08  7.94431586471852472E-08
+  8.08419805954637356E-08  8.22652582420435941E-08  8.37134175788414783E-08
+  8.51868920035868395E-08  8.66861224484187843E-08  8.82115575107139665E-08
+  8.97636535861838647E-08  9.13428750042812843E-08  9.29496941659558139E-08
+  9.45845916837988407E-08  9.62480565246198290E-08  9.79405861544958156E-08
+  9.96626866863369630E-08  1.01414873030011914E-07  1.03197669045077081E-07
+  1.05011607696155367E-07  1.06857231211009717E-07  1.08735091241358729E-07
+  1.10645749026481492E-07  1.12589775559660035E-07  1.14567751757508454E-07
+  1.16580268632239376E-07  1.18627927466917603E-07  1.20711339993753467E-07
+  1.22831128575488383E-07  1.24987926389926221E-07  1.27182377617664443E-07
+  1.29415137633081443E-07  1.31686873198635681E-07  1.33998262662534352E-07
+  1.36349996159829544E-07  1.38742775817002339E-07  1.41177315960093739E-07
+  1.43654343326444589E-07  1.46174597280107963E-07  1.48738830030996097E-07
+  1.51347806857826897E-07  1.54002306334936550E-07  1.56703120563024741E-07
+  1.59451055403900253E-07  1.62246930719297303E-07  1.65091580613831190E-07
+  1.67985853682167357E-07  1.70930613260475002E-07  1.73926737682240006E-07
+  1.76975120538512783E-07  1.80076670942668181E-07  1.83232313799754248E-07
+  1.86442990080511078E-07  1.89709657100139301E-07  1.93033288801901038E-07
+  1.96414876045636735E-07  1.99855426901283074E-07  2.03355966947478978E-07
+  2.06917539575346305E-07  2.10541206297537461E-07  2.14228047062638208E-07
+  2.17979160575019983E-07  2.21795664620236469E-07  2.25678696396058578E-07
+  2.29629412849247392E-07  2.33648991018163375E-07  2.37738628381312431E-07
+  2.41899543211933518E-07  2.46132974938729011E-07  2.50440184512848106E-07
+  2.54822454781228343E-07  2.59281090866406298E-07  2.63817420552910763E-07
+  2.68432794680349304E-07  2.73128587543307970E-07  2.77906197298177144E-07
+  2.82767046377028779E-07  2.87712581908662607E-07  2.92744276146947523E-07
+  2.97863626906584041E-07  3.03072158006416347E-07  3.08371419720423293E-07
+  3.13762989236523483E-07  3.19248471123326689E-07  3.24829497804972632E-07
+  3.30507730044193240E-07  3.36284857433743054E-07  3.42162598896342536E-07
+  3.48142703193279317E-07  3.54226949441820551E-07  3.60417147641585180E-07
+  3.66715139210033453E-07  3.73122797527230765E-07  3.79642028490045381E-07
+  3.86274771075945053E-07  3.93022997916555639E-07  3.99888715881152983E-07
+  4.06873966670259848E-07  4.13980827419519472E-07  4.21211411314028023E-07
+  4.28567868213302405E-07  4.36052385287070755E-07  4.43667187662069871E-07
+  4.51414539080042170E-07  4.59296742567124376E-07  4.67316141114823584E-07
+  4.75475118372785969E-07  4.83776099353554880E-07  4.92221551149531555E-07
+  5.00813983662345187E-07  5.09555950344850238E-07  5.18450048955965251E-07
+  5.27498922328579366E-07  5.36705259150747619E-07  5.46071794760410714E-07
+  5.55601311953865100E-07  5.65296641808228360E-07  5.75160664518136456E-07
+  5.85196310246921944E-07  5.95406559992521253E-07  6.05794446468365553E-07
+  6.16363054999515669E-07  6.27115524434302468E-07  6.38055048071741329E-07
+  6.49184874604992693E-07  6.60508309081146640E-07  6.72028713877611849E-07
+  6.83749509695396722E-07  6.95674176569574907E-07  7.07806254897229761E-07
+  7.20149346483181749E-07  7.32707115603803484E-07  7.45483290089238361E-07
+  7.58481662424334277E-07  7.71706090868622464E-07  7.85160500595665529E-07
+  7.98848884852108539E-07  8.12775306136778320E-07  8.26943897400170624E-07
+  8.41358863264678701E-07  8.56024481265927172E-07  8.70945103115563588E-07
+  8.86125155985891037E-07  9.01569143816705099E-07  9.17281648644731848E-07
+  9.33267331956046297E-07  9.49530936061869894E-07  9.66077285498157259E-07
+  9.82911288449369208E-07  1.00003793819686373E-06  1.01746231459231816E-06
+  1.03518958555661910E-06  1.05322500860465893E-06  1.07157393239648673E-06
+  1.09024179831526139E-06  1.10923414207248006E-06  1.12855659534093867E-06
+  1.14821488741591539E-06  1.16821484690505614E-06  1.18856240344745450E-06
+  1.20926358946243866E-06  1.23032454192856588E-06  1.25175150419335335E-06
+  1.27355082781427289E-06  1.29572897443154339E-06  1.31829251767327558E-06
+  1.34124814509352262E-06  1.36460266014380453E-06  1.38836298417868001E-06
+  1.41253615849595527E-06  1.43712934641212781E-06  1.46214983537366539E-06
+  1.48760503910474528E-06  1.51350249979206904E-06  1.53984989030741196E-06
+  1.56665501646853209E-06  1.59392581933911754E-06  1.62167037756843437E-06
+  1.64989690977136345E-06  1.67861377694951642E-06  1.70782948495414174E-06
+  1.73755268699153676E-06  1.76779218617170106E-06  1.79855693810096854E-06
+  1.82985605351938131E-06  1.86169880098357211E-06  1.89409460959593345E-06
+  1.92705307178087953E-06  1.96058394610899908E-06  1.99469716016993388E-06
+  2.02940281349480948E-06  2.06471118052908029E-06  2.10063271365664390E-06
+  2.13717804627612198E-06  2.17435799593018583E-06  2.21218356748885021E-06
+  2.25066595638766333E-06  2.28981655192172398E-06  2.32964694059649937E-06
+  2.37016890953641110E-06  2.41139444995218403E-06  2.45333576066796679E-06
+  2.49600525170924567E-06  2.53941554795260878E-06  2.58357949283840365E-06
+  2.62851015214738574E-06  2.67422081784244687E-06  2.72072501197653395E-06
+  2.76803649066791812E-06  2.81616924814394020E-06  2.86513752085442505E-06
+  2.91495579165595870E-06  2.96563879406823818E-06  3.01720151660373722E-06
+  3.06965920717193536E-06  3.12302737755939929E-06  3.17732180798701580E-06
+  3.23255855174568659E-06  3.28875393991185305E-06  3.34592458614419047E-06
+  3.40408739156289092E-06  3.46325954971292864E-06  3.52345855161276472E-06
+  3.58470219088993799E-06  3.64700856900503819E-06  3.71039610056558160E-06
+  3.77488351873131998E-06  3.84048988071254914E-06  3.90723457336301417E-06
+  3.97513731886902565E-06  4.04421818053644338E-06  4.11449756867718825E-06
+  4.18599624659699429E-06  4.25873533668613888E-06  4.33273632661489668E-06
+  4.40802107563552827E-06  4.48461182099260351E-06  4.56253118444354328E-06
+  4.64180217889122460E-06  4.72244821513059806E-06  4.80449310871126320E-06
+  4.88796108691795090E-06  4.97287679587098710E-06  5.05926530774871490E-06
+  5.14715212813403917E-06  5.23656320348713162E-06  5.32752492874652913E-06
+  5.42006415506075395E-06  5.51420819765272746E-06  5.60998484381922469E-06
+  5.70742236106767782E-06  5.80654950539268079E-06  5.90739552969456168E-06
+  6.00999019234247411E-06  6.11436376588444048E-06  6.22054704590688543E-06
+  6.32857136004618546E-06  6.43846857715483349E-06  6.55027111662487276E-06
+  6.66401195787124213E-06  6.77972464997780172E-06  6.89744332150878320E-06
+  7.01720269048847769E-06  7.13903807455207703E-06  7.26298540127049790E-06
+  7.38908121865223693E-06  7.51736270582522771E-06  7.64786768390177060E-06
+  7.78063462702964364E-06  7.91570267363257028E-06  8.05311163784329477E-06
+  8.19290202113247719E-06  8.33511502413680208E-06  8.47979255868964153E-06
+  8.62697726005776748E-06  8.77671249938754541E-06  8.92904239636423648E-06
+  9.08401183208801468E-06  9.24166646217032442E-06  9.40205273005441890E-06
+  9.56521788056378765E-06  9.73120997368242032E-06  9.90007789857079640E-06
+  1.00718713878216191E-05  1.02466410319593611E-05  1.04244382941877498E-05
+  1.06053155253894067E-05  1.07893259793819217E-05  1.09765238284346959E-05
+  1.11669641790509776E-05  1.13607030880196043E-05  1.15577975787409734E-05
+  1.17583056578319594E-05  1.19622863320144374E-05  1.21697996252922397E-05
+  1.23809065964214464E-05  1.25956693566789204E-05  1.28141510879342182E-05
+  1.30364160610299129E-05  1.32625296544756427E-05  1.34925583734610856E-05
+  1.37265698691933656E-05  1.39646329585642684E-05  1.42068176441529108E-05
+  1.44531951345694936E-05  1.47038378651459431E-05  1.49588195189792198E-05
+  1.52182150483333216E-05  1.54821006964060392E-05  1.57505540194665167E-05
+  1.60236539093699831E-05  1.63014806164560151E-05  1.65841157728366697E-05
+  1.68716424160812365E-05  1.71641450133041198E-05  1.74617094856627902E-05
+  1.77644232332726112E-05  1.80723751605455795E-05  1.83856557019602043E-05
+  1.87043568482695913E-05  1.90285721731553263E-05  1.93583968603344578E-05
+  1.96939277311273662E-05  2.00352632724941175E-05  2.03825036655472698E-05
+  2.07357508145491309E-05  2.10951083764015357E-05  2.14606817906364881E-05
+  2.18325783099160110E-05  2.22109070310498530E-05  2.25957789265395267E-05
+  2.29873068766577949E-05  2.33856057020723238E-05  2.37907921970227510E-05
+  2.42029851630604195E-05  2.46223054433602161E-05  2.50488759576139946E-05
+  2.54828217375154735E-05  2.59242699628463733E-05  2.63733499981738890E-05
+  2.68301934301697821E-05  2.72949341055614013E-05  2.77677081697251115E-05
+  2.82486541059331662E-05  2.87379127752645140E-05  2.92356274571910060E-05
+  2.97419438908500107E-05  3.02570103170149715E-05  3.07809775207755810E-05
+  3.13139988749393624E-05  3.18562303841666335E-05  3.24078307298511503E-05
+  3.29689613157588079E-05  3.35397863144369551E-05  3.41204727144072759E-05
+  3.47111903681550507E-05  3.53121120409283709E-05  3.59234134603603244E-05
+  3.65452733669282523E-05  3.71778735652636576E-05  3.78213989763270155E-05
+  3.84760376904619327E-05  3.91419810213428725E-05  3.98194235608318069E-05
+  4.05085632347582705E-05  4.12096013596386312E-05  4.19227427003496150E-05
+  4.26481955287724628E-05  4.33861716834230740E-05  4.41368866300851048E-05
+  4.49005595234621495E-05  4.56774132698660587E-05  4.64676745909583172E-05
+  4.72715740885620571E-05  4.80893463105622242E-05  4.89212298179119218E-05
+  4.97674672527630718E-05  5.06283054077399613E-05  5.15039952963744835E-05
+  5.23947922247222387E-05  5.33009558641788257E-05  5.42227503255160375E-05
+  5.51604442341580654E-05  5.61143108067182174E-05  5.70846279288164646E-05
+  5.80716782341991294E-05  5.90757491851821189E-05  6.00971331544388816E-05
+  6.11361275081560032E-05  6.21930346905777274E-05  6.32681623099632854E-05
+  6.43618232259790193E-05  6.54743356385497125E-05  6.66060231781922813E-05
+  6.77572149978562376E-05  6.89282458662957486E-05  7.01194562629980022E-05
+  7.13311924746930291E-05  7.25638066934714248E-05  7.38176571165353676E-05
+  7.50931080476100648E-05  7.63905300000423265E-05  7.77102998016137642E-05
+  7.90528007010964242E-05  8.04184224765793160E-05  8.18075615455941341E-05
+  8.32206210770698658E-05  8.46580111051454100E-05  8.61201486448707131E-05
+  8.76074578098264288E-05  8.91203699316939072E-05  9.06593236818061985E-05
+  9.22247651947124332E-05  9.38171481937882681E-05  9.54369341189250595E-05
+  9.70845922563310488E-05  9.87605998704792546E-05  1.00465442338236089E-04
+  1.02199613285205608E-04  1.03963614724325636E-04  1.05757957196751248E-04
+  1.07583159915062803E-04  1.09439750908835173E-04  1.11328267172606970E-04
+  1.13249254816287062E-04  1.15203269218038001E-04  1.17190875179676161E-04
+  1.19212647084627929E-04  1.21269169058483623E-04  1.23361035132189936E-04
+  1.25488849407923354E-04  1.27653226227686709E-04  1.29854790344673083E-04
+  1.32094177097439713E-04  1.34372032586937794E-04  1.36689013856442746E-04
+  1.39045789074431143E-04  1.41443037720450672E-04  1.43881450774031383E-04
+  1.46361730906685046E-04  1.48884592677042162E-04  1.51450762729176091E-04
+  1.54060979994164647E-04  1.56715995894939330E-04  1.59416574554475319E-04
+  1.62163493007373233E-04  1.64957541414887342E-04  1.67799523283453133E-04
+  1.70690255686770049E-04  1.73630569491494275E-04  1.76621309586598533E-04
+  1.79663335116456412E-04  1.82757519717708619E-04  1.85904751759970681E-04
+  1.89105934590442051E-04  1.92361986782477233E-04  1.95673842388180067E-04
+  1.99042451195084491E-04  2.02468778986984754E-04  2.05953807808979036E-04
+  2.09498536236792619E-04  2.13103979650445830E-04  2.16771170512334655E-04
+  2.20501158649791419E-04  2.24295011542195645E-04  2.28153814612703257E-04
+  2.32078671524667940E-04  2.36070704482823620E-04  2.40131054539303394E-04
+  2.44260881904568140E-04  2.48461366263320242E-04  2.52733707095477759E-04
+  2.57079124002287831E-04  2.61498857037656049E-04  2.65994167044772520E-04
+  2.70566335998114393E-04  2.75216667350906689E-04  2.79946486388124431E-04
+  2.84757140585120163E-04  2.89649999971960655E-04  2.94626457503561275E-04
+  2.99687929435703401E-04  3.04835855707024706E-04  3.10071700327071759E-04
+  3.15396951770506226E-04  3.20813123377556794E-04  3.26321753760809921E-04
+  3.31924407218435556E-04  3.37622674153942727E-04  3.43418171502562109E-04
+  3.49312543164356218E-04  3.55307460444154611E-04  3.61404622498417462E-04
+  3.67605756789129426E-04  3.73912619544826581E-04  3.80326996228865465E-04
+  3.86850702015036811E-04  3.93485582270632647E-04  4.00233513047082250E-04
+  4.07096401578258189E-04  4.14076186786572901E-04  4.21174839796976551E-04
+  4.28394364458970834E-04  4.35736797876757600E-04  4.43204210947639125E-04
+  4.50798708908790478E-04  4.58522431892524076E-04  4.66377555490172439E-04
+  4.74366291324709844E-04  4.82490887632241279E-04  4.90753629852484644E-04
+  4.99156841228377487E-04  5.07702883414936973E-04  5.16394157097505675E-04
+  5.25233102619518193E-04  5.34222200619924640E-04  5.43363972680404477E-04
+  5.52660981982515224E-04  5.62115833974912316E-04  5.71731177050783666E-04
+  5.81509703235644215E-04  5.91454148885633469E-04  6.01567295396465544E-04
+  6.11851969923180895E-04  6.22311046110849255E-04  6.32947444836375983E-04
+  6.43764134961569601E-04  6.54764134097623042E-04  6.65950509381167135E-04
+  6.77326378262058625E-04  6.88894909303060482E-04  7.00659322991582009E-04
+  7.12622892563639855E-04  7.24788944840210276E-04  7.37160861076139478E-04
+  7.49742077821783596E-04  7.62536087797551637E-04  7.75546440781522614E-04
+  7.88776744510318885E-04  8.02230665593409620E-04  8.15911930441022841E-04
+  8.29824326205855570E-04  8.43971701738756839E-04  8.58357968558576788E-04
+  8.72987101836365602E-04  8.87863141394113669E-04  9.02990192718220396E-04
+  9.18372427987897057E-04  9.34014087118680155E-04  9.49919478821272477E-04
+  9.66092981675897573E-04  9.82539045222372443E-04  9.99262191066108358E-04
+  1.01626701400023278E-03  1.03355818314404936E-03  1.05114044309804425E-03
+  1.06901861511564129E-03  1.08719759829192949E-03  1.10568237076957214E-03
+  1.12447799096211665E-03  1.14358959879491619E-03  1.16302241696390253E-03
+  1.18278175221240667E-03  1.20287299662627566E-03  1.22330162894749694E-03
+  1.24407321590656503E-03  1.26519341357381556E-03  1.28666796872996909E-03
+  1.30850272025610542E-03  1.33070360054331357E-03  1.35327663692225066E-03
+  1.37622795311285128E-03  1.39956377069442857E-03  1.42329041059640780E-03
+  1.44741429460993839E-03  1.47194194692063440E-03  1.49687999566268598E-03
+  1.52223517449459698E-03  1.54801432419679583E-03  1.57422439429137813E-03
+  1.60087244468423121E-03  1.62796564732980271E-03  1.65551128791876687E-03
+  1.68351676758885069E-03  1.71198960465908205E-03  1.74093743638771971E-03
+  1.77036802075413173E-03  1.80028923826489550E-03  1.83070909378436853E-03
+  1.86163571839001799E-03  1.89307737125277132E-03  1.92504244154265494E-03
+  1.95753945035999745E-03  1.99057705269248221E-03  2.02416403939829860E-03
+  2.05830933921569755E-03  2.09302202079920648E-03  2.12831129478279748E-03
+  2.16418651587027338E-03  2.20065718495316863E-03  2.23773295125642788E-03
+  2.27542361451216592E-03  2.31373912716176938E-03  2.35268959658663929E-03
+  2.39228528736785918E-03  2.43253662357505607E-03  2.47345419108476339E-03
+  2.51504873992855395E-03  2.55733118667123916E-03  2.60031261681941675E-03
+  2.64400428726065031E-03  2.68841762873358149E-03  2.73356424832924168E-03
+  2.77945593202386749E-03  2.82610464724350214E-03  2.87352254546066263E-03
+  2.92172196482336352E-03  2.97071543281679550E-03  3.02051566895792604E-03
+  3.07113558752331690E-03  3.12258830031044484E-03  3.17488711943280343E-03
+  3.22804556014907916E-03  3.28207734372667126E-03  3.33699640033984944E-03
+  3.39281687200282270E-03  3.44955311553799904E-03  3.50721970557971814E-03
+  3.56583143761372325E-03  3.62540333105267152E-03  3.68595063234791352E-03
+  3.74748881813786495E-03  3.81003359843319492E-03  3.87360091983913850E-03
+  3.93820696881513974E-03  4.00386817497218415E-03  4.07060121440797236E-03
+  4.13842301308027863E-03  4.20735075021869218E-03  4.27740186177504294E-03
+  4.34859404391271191E-03  4.42094525653512378E-03  4.49447372685362126E-03
+  4.56919795299498381E-03  4.64513670764883299E-03  4.72230904175513500E-03
+  4.80073428823204768E-03  4.88043206574433844E-03  4.96142228251258716E-03
+  5.04372514016337634E-03  5.12736113762071906E-03  5.21235107503889745E-03
+  5.29871605777693100E-03  5.38647750041487162E-03  5.47565713081210517E-03
+  5.56627699420788810E-03  5.65835945736422978E-03  5.75192721275138551E-03
+  5.84700328277604903E-03  5.94361102405247498E-03  6.04177413171664516E-03
+  6.14151664378366317E-03  6.24286294554849980E-03  6.34583777403024355E-03
+  6.45046622245999506E-03  6.55677374481251126E-03  6.66478616038173287E-03
+  6.77452965840032173E-03  6.88603080270326368E-03  6.99931653643570597E-03
+  7.11441418680505526E-03  7.23135146987744296E-03  7.35015649541864539E-03
+  7.47085777177949623E-03  7.59348421082586909E-03  7.71806513291327032E-03
+  7.84463027190607926E-03  7.97320978024147926E-03  8.10383423403806397E-03
+  8.23653463824921932E-03  8.37134243186114617E-03  8.50828949313567166E-03
+  8.64740814489770547E-03  8.78873115986738250E-03  8.93229176603688169E-03
+  9.07812365209176297E-03  9.22626097287689885E-03  9.37673835490686509E-03
+  9.52959090192070923E-03  9.68485420048105158E-03  9.84256432561737664E-03
+  1.00027578465134506E-02  1.01654718322387108E-02  1.03307438575235121E-02
+  1.04986120085781096E-02  1.06691148889551789E-02  1.08422916254557883E-02
+  1.10181818740785493E-02  1.11968258260118567E-02  1.13782642136689826E-02
+  1.15625383167657914E-02  1.17496899684409219E-02  1.19397615614181274E-02
+  1.21327960542106667E-02  1.23288369773673131E-02  1.25279284397598976E-02
+  1.27301151349119759E-02  1.29354423473684466E-02  1.31439559591057381E-02
+  1.33557024559823236E-02  1.35707289342292241E-02  1.37890831069801684E-02
+  1.40108133108410651E-02  1.42359685124985261E-02  1.44645983153669239E-02
+  1.46967529662737906E-02  1.49324833621830716E-02  1.51718410569558933E-02
+  1.54148782681484426E-02  1.56616478838465661E-02  1.59122034695366767E-02
+  1.61665992750125061E-02  1.64248902413174046E-02  1.66871320077215425E-02
+  1.69533809187338326E-02  1.72236940311478806E-02  1.74981291211217076E-02
+  1.77767446912906295E-02  1.80595999779129754E-02  1.83467549580480505E-02
+  1.86382703567659208E-02  1.89342076543885865E-02  1.92346290937620117E-02
+  1.95395976875584812E-02  1.98491772256089855E-02  2.01634322822648801E-02
+  2.04824282237885923E-02  2.08062312157727171E-02  2.11349082305870746E-02
+  2.14685270548533140E-02  2.18071562969464408E-02  2.21508653945228992E-02
+  2.24997246220747446E-02  2.28538050985093583E-02  2.32131787947543258E-02
+  2.35779185413869559E-02  2.39480980362880500E-02  2.43237918523194867E-02
+  2.47050754450251486E-02  2.50920251603548236E-02  2.54847182424106401E-02
+  2.58832328412156969E-02  2.62876480205044595E-02  2.66980437655345883E-02
+  2.71145009909199500E-02  2.75371015484842697E-02  2.79659282351353462E-02
+  2.84010648007594867E-02  2.88425959561357803E-02  2.92906073808701824E-02
+  2.97451857313489887E-02  3.02064186487117740E-02  3.06743947668433395E-02
+  3.11492037203847938E-02  3.16309361527636057E-02  3.21196837242424260E-02
+  3.26155391199869360E-02  3.31185960581525038E-02  3.36289492979897145E-02
+  3.41466946479691211E-02  3.46719289739248204E-02  3.52047502072177845E-02
+  3.57452573529183776E-02  3.62935504980089058E-02  3.68497308196061579E-02
+  3.74139005932045687E-02  3.79861632009402331E-02  3.85666231398762160E-02
+  3.91553860303099077E-02  3.97525586241027767E-02  4.03582488130332095E-02
+  4.09725656371732819E-02  4.15956192932899829E-02  4.22275211432719261E-02
+  4.28683837225823511E-02  4.35183207487392504E-02  4.41774471298239935E-02
+  4.48458789730191015E-02  4.55237335931767684E-02  4.62111295214189532E-02
+  4.69081865137707735E-02  4.76150255598282793E-02  4.83317688914622276E-02
+  4.90585399915593953E-02  4.97954636028030834E-02  5.05426657364943382E-02
+  5.13002736814161045E-02  5.20684160127416959E-02  5.28472226009899446E-02
+  5.36368246210289570E-02  5.44373545611304410E-02  5.52489462320771910E-02
+  5.60717347763258350E-02  5.69058566772271818E-02  5.77514497683069353E-02
+  5.86086532426091517E-02  5.94776076621052127E-02  6.03584549671711199E-02
+  6.12513384861358978E-02  6.21564029449042862E-02  6.30737944766563280E-02
+  6.40036606316276013E-02  6.49461503869728646E-02  6.59014141567167561E-02
+  6.68696038017945055E-02  6.78508726401869100E-02  6.88453754571525384E-02
+  6.98532685155608679E-02  7.08747095663307403E-02  7.19098578589771331E-02
+  7.29588741522707723E-02  7.40219207250144423E-02  7.50991613869399499E-02
+  7.61907614897300578E-02  7.72968879381694118E-02  7.84177092014290839E-02
+  7.95533953244887543E-02  8.07041179397009062E-02  8.18700502785021239E-02
+  8.30513671832749378E-02  8.42482451193658083E-02  8.54608621872632590E-02
+  8.66893981349411286E-02  8.79340343703709504E-02  8.91949539742093872E-02
+  9.04723417126640228E-02  9.17663840505431178E-02  9.30772691644939365E-02
+  9.44051869564340451E-02  9.57503290671802287E-02  9.71128888902806769E-02
+  9.84930615860537123E-02  9.98910440958384466E-02  1.01307035156462041E-01
+  1.02741235314927487E-01  1.04193846943327145E-01  1.05665074253985664E-01
+  1.07155123314836995E-01  1.08664202065039434E-01  1.10192520330833141E-01
+  1.11740289841643484E-01  1.13307724246434774E-01  1.14895039130316914E-01
+  1.16502452031410186E-01  1.18130182457969468E-01  1.19778451905772465E-01
+  1.21447483875774795E-01  1.23137503892033109E-01  1.24848739519901303E-01
+  1.26581420384499294E-01  1.28335778189458211E-01  1.30112046735943121E-01
+  1.31910461941953938E-01  1.33731261861906703E-01  1.35574686706495168E-01
+  1.37440978862832935E-01  1.39330382914876760E-01  1.41243145664129904E-01
+  1.43179516150625241E-01  1.45139745674186221E-01  1.47124087815964338E-01
+  1.49132798460250876E-01  1.51166135816560437E-01  1.53224360441982094E-01
+  1.55307735263795599E-01  1.57416525602347590E-01  1.59550999194182780E-01
+  1.61711426215425613E-01  1.63898079305404593E-01  1.66111233590514301E-01
+  1.68351166708306105E-01  1.70618158831800926E-01  1.72912492694013431E-01
+  1.75234453612680002E-01  1.77584329515178524E-01  1.79962410963629971E-01
+  1.82368991180169332E-01  1.84804366072373161E-01  1.87268834258830369E-01
+  1.89762697094842059E-01  1.92286258698234180E-01  1.94839825975268277E-01
+  1.97423708646631224E-01  2.00038219273487916E-01  2.02683673283576254E-01
+  2.05360388997325533E-01  2.08068687653976403E-01  2.10808893437680916E-01
+  2.13581333503559678E-01  2.16386338003690948E-01  2.19224240113008478E-01
+  2.22095376055079424E-01  2.25000085127738031E-01  2.27938709728542910E-01
+  2.30911595380032503E-01  2.33919090754745429E-01  2.36961547699973851E-01
+  2.40039321262219219E-01  2.43152769711314942E-01  2.46302254564180145E-01
+  2.49488140608170622E-01  2.52710795923987042E-01  2.55970591908103839E-01
+  2.59267903294679025E-01  2.62603108176902966E-01  2.65976588027745542E-01
+  2.69388727720059562E-01  2.72839915545993683E-01  2.76330543235673520E-01
+  2.79861005975101773E-01  2.83431702423232845E-01  2.87043034728172386E-01
+  2.90695408542453515E-01  2.94389233037339604E-01  2.98124920916103597E-01
+  3.01902888426230920E-01  3.05723555370495392E-01  3.09587345116853152E-01
+  3.13494684607102725E-01  3.17446004364254131E-01  3.21441738498555341E-01
+  3.25482324712117355E-01  3.29568204302083001E-01  3.33699822162283499E-01
+  3.37877626783324891E-01  3.42102070251047496E-01  3.46373608243301434E-01
+  3.50692700024980375E-01  3.55059808441255564E-01  3.59475399908954441E-01
+  3.63939944406024063E-01  3.68453915459024894E-01  3.73017790128596705E-01
+  3.77632048992840641E-01  3.82297176128563621E-01  3.87013659090327256E-01
+  3.91781988887250354E-01  3.96602659957510095E-01  4.01476170140490973E-01
+  4.06403020646530055E-01  4.11383716024209756E-01  4.16418764125150664E-01
+  4.21508676066257193E-01  4.26653966189373013E-01  4.31855152018303490E-01
+  4.37112754213164145E-01  4.42427296522018842E-01  4.47799305729770558E-01
+  4.53229311604272711E-01  4.58717846839632626E-01  4.64265446996675712E-01
+  4.69872650440552542E-01  4.75539998275462950E-01  4.81268034276484125E-01
+  4.87057304818486136E-01  4.92908358802129354E-01  4.98821747576935759E-01
+  5.04798024861433103E-01  5.10837746660379732E-01  5.16941471179071965E-01
+  5.23109758734753183E-01  5.29343171665140666E-01  5.35642274234092053E-01
+  5.42007632534445505E-01  5.48439814388062774E-01  5.54939389243120473E-01
+  5.61506928068695510E-01  5.68143003246697420E-01  5.74848188461205556E-01
+  5.81623058585282293E-01  5.88468189565331978E-01  5.95384158303086441E-01
+  6.02371542535308224E-01  6.09430920711301671E-01  6.16562871868339468E-01
+  6.23767975505112093E-01  6.31046811453320311E-01  6.38399959747538825E-01
+  6.45828000493482879E-01  6.53331513734824898E-01  6.60911079318711958E-01
+  6.68567276760144824E-01  6.76300685105387767E-01  6.84111882794591231E-01
+  6.92001447523811430E-01  6.99969956106626601E-01  7.08017984335556294E-01
+  7.16146106843498331E-01  7.24354896965410222E-01  7.32644926600471535E-01
+  7.41016766074967359E-01  7.49470984006152752E-01  7.58008147167360313E-01
+  7.66628820354622320E-01  7.75333566255095086E-01  7.84122945317579867E-01
+  7.92997515625437188E-01  8.01957832772215662E-01  8.11004449740313937E-01
+  8.20137916783010290E-01  8.29358781310198800E-01  8.38667587778193502E-01
+  8.48064877583947330E-01  8.57551188964071898E-01  8.67127056899031912E-01
+  8.76793013022898915E-01  8.86549585539075924E-01  8.96397299142388970E-01
+  9.06336674947970211E-01  9.16368230427354047E-01  9.26492479352222342E-01
+  9.36709931746241842E-01  9.47021093845443418E-01  9.57426468067599901E-01
+  9.67926552991076550E-01  9.78521843343620246E-01  9.89212830001573451E-01
+  1.00000000000000000E+00  1.01088383655422120E+00  1.02186481909326043E+00
+  1.03294342330570577E+00  1.04412012119851072E+00
+  END     
+   TPHI    1 #tphi(r), for tphi(r)/r*Ylm)
+  0.00000000000000000E+00  5.35504861361895729E-08  1.07563943665014925E-07
+  1.62044375211396265E-07  2.16995818005000665E-07  2.72422344179410505E-07
+  3.28328061073893126E-07  3.84717111537765464E-07  4.41593674237402118E-07
+  4.98961963965889871E-07  5.56826231955357003E-07  6.15190766192018681E-07
+  6.74059891733922831E-07  7.33437971031461272E-07  7.93329404250648199E-07
+  8.53738629599182977E-07  9.14670123655347108E-07  9.76128401699736740E-07
+  1.03811801804985932E-06  1.10064356639763237E-06  1.16370968014979348E-06
+  1.22732103277125668E-06  1.29148233813143360E-06  1.35619835085355233E-06
+  1.42147386666699687E-06  1.48731372276268747E-06  1.55372279815153902E-06
+  1.62070601402601535E-06  1.68826833412481127E-06  1.75641476510068608E-06
+  1.82515035689147637E-06  1.89448020309432294E-06  1.96440944134311826E-06
+  2.03494325368923524E-06  2.10608686698553770E-06  2.17784555327370864E-06
+  2.25022463017493290E-06  2.32322946128395475E-06  2.39686545656654807E-06
+  2.47113807276040348E-06  2.54605281377951542E-06  2.62161523112202855E-06
+  2.69783092428163525E-06  2.77470554116252060E-06  2.85224477849789316E-06
+  2.93045438227214412E-06  3.00934014814663885E-06  3.08890792188920843E-06
+  3.16916359980733830E-06  3.25011312918511916E-06  3.33176250872395309E-06
+  3.41411778898709556E-06  3.49718507284801869E-06  3.58097051594266337E-06
+  3.66548032712559994E-06  3.75072076893012211E-06  3.83669815803233668E-06
+  3.92341886571925435E-06  4.01088931836092117E-06  4.09911599788665097E-06
+  4.18810544226535321E-06  4.27786424599002900E-06  4.36839906056645577E-06
+  4.45971659500607831E-06  4.55182361632319081E-06  4.64472695003638547E-06
+  4.73843348067436923E-06  4.83295015228612323E-06  4.92828396895548553E-06
+  5.02444199532019592E-06  5.12143135709540040E-06  5.21925924160171103E-06
+  5.31793289829779990E-06  5.41745963931763400E-06  5.51784684001231544E-06
+  5.61910193949664555E-06  5.72123244120037645E-06  5.82424591342425940E-06
+  5.92814998990088307E-06  6.03295237036036625E-06  6.13866082110093865E-06
+  6.24528317556445916E-06  6.35282733491690282E-06  6.46130126863387649E-06
+  6.57071301509118472E-06  6.68107068216051065E-06  6.79238244781024115E-06
+  6.90465656071149424E-06  7.01790134084937029E-06  7.13212518013950902E-06
+  7.24733654304995816E-06  7.36354396722842766E-06  7.48075606413496992E-06
+  7.59898151968012170E-06  7.71822909486856361E-06  7.83850762644835479E-06
+  7.95982602756576473E-06  8.08219328842578535E-06  8.20561847695833090E-06
+  8.33011073949021796E-06  8.45567930142294936E-06  8.58233346791634940E-06
+  8.71008262457810625E-06  8.83893623815930799E-06  8.96890385725595866E-06
+  9.09999511301655745E-06  9.23221971985581874E-06  9.36558747617455364E-06
+  9.50010826508576517E-06  9.63579205514704048E-06  9.77264890109924142E-06
+  9.91068894461163101E-06  1.00499224150333831E-05  1.01903596301516530E-05
+  1.03320109969561452E-05  1.04748870124103182E-05  1.06189982642292621E-05
+  1.07643554316642903E-05  1.09109692862943134E-05  1.10588506928240618E-05
+  1.12080106098892083E-05  1.13584600908684413E-05  1.15102102847025689E-05
+  1.16632724367207134E-05  1.18176578894736256E-05  1.19733780835742128E-05
+  1.21304445585453469E-05  1.22888689536749977E-05  1.24486630088787268E-05
+  1.26098385655696906E-05  1.27724075675361294E-05  1.29363820618264471E-05
+  1.31017741996419567E-05  1.32685962372373396E-05  1.34368605368288607E-05
+  1.36065795675104945E-05  1.37777659061779153E-05  1.39504322384605036E-05
+  1.41245913596614149E-05  1.43002561757057386E-05  1.44774397040969180E-05
+  1.46561550748813774E-05  1.48364155316214999E-05  1.50182344323770745E-05
+  1.52016252506951644E-05  1.53866015766085330E-05  1.55731771176427482E-05
+  1.57613656998319589E-05  1.59511812687434578E-05  1.61426378905111228E-05
+  1.63357497528777618E-05  1.65305311662464808E-05  1.67269965647411554E-05
+  1.69251605072760711E-05  1.71250376786347581E-05  1.73266428905582597E-05
+  1.75299910828426838E-05  1.77350973244463286E-05  1.79419768146063810E-05
+  1.81506448839651921E-05  1.83611169957063859E-05  1.85734087467007352E-05
+  1.87875358686619319E-05  1.90035142293124223E-05  1.92213598335592143E-05
+  1.94410888246799542E-05  1.96627174855191842E-05  1.98862622396949918E-05
+  2.01117396528160370E-05  2.03391664337091670E-05  2.05685594356576095E-05
+  2.07999356576498307E-05  2.10333122456392872E-05  2.12687064938149786E-05
+  2.15061358458830116E-05  2.17456178963593049E-05  2.19871703918733486E-05
+  2.22308112324833449E-05  2.24765584730026755E-05  2.27244303243378340E-05
+  2.29744451548379289E-05  2.32266214916558456E-05  2.34809780221212081E-05
+  2.37375335951251840E-05  2.39963072225172579E-05  2.42573180805140746E-05
+  2.45205855111205167E-05  2.47861290235629920E-05  2.50539682957351908E-05
+  2.53241231756562526E-05  2.55966136829416119E-05  2.58714600102865326E-05
+  2.61486825249624824E-05  2.64283017703264382E-05  2.67103384673431760E-05
+  2.69948135161208714E-05  2.72817479974598207E-05  2.75711631744146413E-05
+  2.78630804938699490E-05  2.81575215881296699E-05  2.84545082765200706E-05
+  2.87540625670066898E-05  2.90562066578251580E-05  2.93609629391262571E-05
+  2.96683539946351029E-05  2.99784026033246578E-05  3.02911317411037728E-05
+  3.06065645825198188E-05  3.09247245024759883E-05  3.12456350779634809E-05
+  3.15693200898086850E-05  3.18958035244353691E-05  3.22251095756422582E-05
+  3.25572626463958636E-05  3.28922873506388104E-05  3.32302085151138925E-05
+  3.35710511812038005E-05  3.39148406067868024E-05  3.42616022681084686E-05
+  3.46113618616695465E-05  3.49641453061302120E-05  3.53199787442307205E-05
+  3.56788885447287065E-05  3.60409013043532344E-05  3.64060438497757020E-05
+  3.67743432395978132E-05  3.71458267663567492E-05  3.75205219585476860E-05
+  3.78984565826636469E-05  3.82796586452533249E-05  3.86641563949962792E-05
+  3.90519783247964282E-05  3.94431531738933841E-05  3.98377099299922734E-05
+  4.02356778314117035E-05  4.06370863692505618E-05  4.10419652895733939E-05
+  4.14503445956146684E-05  4.18622545500022246E-05  4.22777256769997958E-05
+  4.26967887647690140E-05  4.31194748676509031E-05  4.35458153084672208E-05
+  4.39758416808415039E-05  4.44095858515403837E-05  4.48470799628349911E-05
+  4.52883564348828473E-05  4.57334479681303341E-05  4.61823875457359736E-05
+  4.66352084360144910E-05  4.70919441949023176E-05  4.75526286684440863E-05
+  4.80172959953008383E-05  4.84859806092798198E-05  4.89587172418861578E-05
+  4.94355409248966210E-05  4.99164869929556471E-05  5.04015910861937245E-05
+  5.08908891528685430E-05  5.13844174520289125E-05  5.18822125562016121E-05
+  5.23843113541016994E-05  5.28907510533660211E-05  5.34015691833105224E-05
+  5.39168035977112726E-05  5.44364924776096420E-05  5.49606743341415815E-05
+  5.54893880113915952E-05  5.60226726892711617E-05  5.65605678864221324E-05
+  5.71031134631452432E-05  5.76503496243539892E-05  5.82023169225538429E-05
+  5.87590562608475002E-05  5.93206088959658621E-05  5.98870164413254377E-05
+  6.04583208701119912E-05  6.10345645183909619E-05  6.16157900882447461E-05
+  6.22020406509370691E-05  6.27933596501048161E-05  6.33897909049773464E-05
+  6.39913786136236387E-05  6.45981673562275841E-05  6.52102020983916317E-05
+  6.58275281944688403E-05  6.64501913909238637E-05  6.70782378297229536E-05
+  6.77117140517532752E-05  6.83506670002717408E-05  6.89951440243837677E-05
+  6.96451928825520000E-05  7.03008617461354563E-05  7.09621992029591301E-05
+  7.16292542609146924E-05  7.23020763515920409E-05  7.29807153339425210E-05
+  7.36652214979735477E-05  7.43556455684754423E-05  7.50520387087802530E-05
+  7.57544525245531418E-05  7.64629390676167185E-05  7.71775508398082113E-05
+  7.78983407968700860E-05  7.86253623523742074E-05  7.93586693816801932E-05
+  8.00983162259276366E-05  8.08443576960630637E-05  8.15968490769016793E-05
+  8.23558461312241883E-05  8.31214051039090286E-05  8.38935827261003559E-05
+  8.46724362194121056E-05  8.54580233001683072E-05  8.62504021836800998E-05
+  8.70496315885597853E-05  8.78557707410720711E-05  8.86688793795228800E-05
+  8.94890177586865263E-05  9.03162466542704748E-05  9.11506273674193872E-05
+  9.19922217292575229E-05  9.28410921054708614E-05  9.36973014009285826E-05
+  9.45609130643446750E-05  9.54319910929795918E-05  9.63106000373828495E-05
+  9.71968050061764198E-05  9.80906716708795912E-05  9.89922662707755059E-05
+  9.99016556178196547E-05  1.00818907101591116E-04  1.01744088694286270E-04
+  1.02677268955755839E-04  1.03618517038585390E-04  1.04567902693220076E-04
+  1.05525496273133079E-04  1.06491368740039446E-04  1.07465591669154441E-04
+  1.08448237254497464E-04  1.09439378314242258E-04  1.10439088296112789E-04
+  1.11447441282826041E-04  1.12464511997581917E-04  1.13490375809600574E-04
+  1.14525108739707457E-04  1.15568787465966907E-04  1.16621489329364240E-04
+  1.17683292339537050E-04  1.18754275180556044E-04  1.19834517216755907E-04
+  1.20924098498616337E-04  1.22023099768694412E-04  1.23131602467607741E-04
+  1.24249688740069665E-04  1.25377441440976332E-04  1.26514944141546806E-04
+  1.27662281135516002E-04  1.28819537445381047E-04  1.29986798828701902E-04
+  1.31164151784456416E-04  1.32351683559450153E-04  1.33549482154781708E-04
+  1.34757636332364132E-04  1.35976235621502426E-04  1.37205370325527918E-04
+  1.38445131528490417E-04  1.39695611101907694E-04  1.40956901711573380E-04
+  1.42229096824424302E-04  1.43512290715466556E-04  1.44806578474761591E-04
+  1.46112056014472818E-04  1.47428820075973206E-04  1.48756968237014081E-04
+  1.50096598918956131E-04  1.51447811394062699E-04  1.52810705792856446E-04
+  1.54185383111539361E-04  1.55571945219476872E-04  1.56970494866746956E-04
+  1.58381135691754247E-04  1.59803972228910065E-04  1.61239109916378929E-04
+  1.62686655103891782E-04  1.64146715060627243E-04  1.65619397983160141E-04
+  1.67104813003479972E-04  1.68603070197077668E-04  1.70114280591102671E-04
+  1.71638556172590430E-04  1.73176009896761345E-04  1.74726755695390942E-04
+  1.76290908485252800E-04  1.77868584176634338E-04  1.79459899681926212E-04
+  1.81064972924286098E-04  1.82683922846377087E-04  1.84316869419182008E-04
+  1.85963933650893558E-04  1.87625237595881737E-04  1.89300904363738458E-04
+  1.90991058128400424E-04  1.92695824137350673E-04  1.94415328720900680E-04
+  1.96149699301551082E-04  1.97899064403434731E-04  1.99663553661840647E-04
+  2.01443297832820515E-04  2.03238428802878358E-04  2.05049079598743647E-04
+  2.06875384397229353E-04  2.08717478535174703E-04  2.10575498519474462E-04
+  2.12449582037194427E-04  2.14339867965774770E-04  2.16246496383321236E-04
+  2.18169608578985483E-04  2.20109347063435462E-04  2.22065855579415796E-04
+  2.24039279112399250E-04  2.26029763901331663E-04  2.28037457449468170E-04
+  2.30062508535303989E-04  2.32105067223599382E-04  2.34165284876500175E-04
+  2.36243314164754156E-04  2.38339309079024699E-04  2.40453424941302073E-04
+  2.42585818416413249E-04  2.44736647523631512E-04  2.46906071648386358E-04
+  2.49094251554074443E-04  2.51301349393972845E-04  2.53527528723255038E-04
+  2.55772954511111566E-04  2.58037793152974366E-04  2.60322212482847078E-04
+  2.62626381785743064E-04  2.64950471810229140E-04  2.67294654781079569E-04
+  2.69659104412037882E-04  2.72043995918690097E-04  2.74449506031448638E-04
+  2.76875813008649004E-04  2.79323096649759263E-04  2.81791538308703697E-04
+  2.84281320907302194E-04  2.86792628948825165E-04  2.89325648531665869E-04
+  2.91880567363131469E-04  2.94457574773352207E-04  2.97056861729312009E-04
+  2.99678620848999760E-04  3.02323046415682508E-04  3.04990334392303282E-04
+  3.07680682436002411E-04  3.10394289912764609E-04  3.13131357912192635E-04
+  3.15892089262408897E-04  3.18676688545086015E-04  3.21485362110606517E-04
+  3.24318318093354643E-04  3.27175766427139714E-04  3.30057918860752922E-04
+  3.32964988973658818E-04  3.35897192191822013E-04  3.38854745803671565E-04
+  3.41837868976202464E-04  3.44846782771216767E-04  3.47881710161705075E-04
+  3.50942876048369618E-04  3.54030507276290225E-04  3.57144832651734502E-04
+  3.60286082959112859E-04  3.63454490978080600E-04  3.66650291500788075E-04
+  3.69873721349278975E-04  3.73125019393040101E-04  3.76404426566702421E-04
+  3.79712185887894852E-04  3.83048542475253177E-04  3.86413743566583578E-04
+  3.89808038537184463E-04  3.93231678918325655E-04  3.96684918415887895E-04
+  4.00168012929162902E-04  4.03681220569816995E-04  4.07224801681017770E-04
+  4.10799018856725854E-04  4.14404136961155360E-04  4.18040423148399514E-04
+  4.21708146882229004E-04  4.25407579956059618E-04  4.29138996513092825E-04
+  4.32902673066631546E-04  4.36698888520568602E-04  4.40527924190057347E-04
+  4.44390063822355840E-04  4.48285593617854235E-04  4.52214802251283082E-04
+  4.56177980893104852E-04  4.60175423231090857E-04  4.64207425492084284E-04
+  4.68274286463951162E-04  4.72376307517722270E-04  4.76513792629925151E-04
+  4.80687048405109498E-04  4.84896384098568015E-04  4.89142111639253099E-04
+  4.93424545652890721E-04  4.97744003485296954E-04  5.02100805225892265E-04
+  5.06495273731422872E-04  5.10927734649883674E-04  5.15398516444651070E-04
+  5.19907950418822535E-04  5.24456370739766870E-04  5.29044114463887044E-04
+  5.33671521561597507E-04  5.38338934942516386E-04  5.43046700480876148E-04
+  5.47795167041153705E-04  5.52584686503922781E-04  5.57415613791928323E-04
+  5.62288306896388491E-04  5.67203126903520743E-04  5.72160438021301356E-04
+  5.77160607606453063E-04  5.82204006191666982E-04  5.87291007513061230E-04
+  5.92421988537872855E-04  5.97597329492395774E-04  6.02817413890154204E-04
+  6.08082628560321871E-04  6.13393363676387887E-04  6.18750012785068844E-04
+  6.24152972835471899E-04  6.29602644208508960E-04  6.35099430746566859E-04
+  6.40643739783431764E-04  6.46235982174474450E-04  6.51876572327095023E-04
+  6.57565928231431209E-04  6.63304471491333041E-04  6.69092627355603485E-04
+  6.74930824749510891E-04  6.80819496306573355E-04  6.86759078400617055E-04
+  6.92750011178112478E-04  6.98792738590790687E-04  7.04887708428539642E-04
+  7.11035372352587943E-04  7.17236185928971765E-04  7.23490608662294638E-04
+  7.29799104029776489E-04  7.36162139515598567E-04  7.42580186645543810E-04
+  7.49053721021938944E-04  7.55583222358895937E-04  7.62169174517860490E-04
+  7.68812065543466065E-04  7.75512387699698854E-04  7.82270637506375329E-04
+  7.89087315775934971E-04  7.95962927650548926E-04  8.02897982639555344E-04
+  8.09892994657211837E-04  8.16948482060777755E-04  8.24064967688924437E-04
+  8.31242978900478846E-04  8.38483047613499950E-04  8.45785710344695439E-04
+  8.53151508249177246E-04  8.60580987160562173E-04  8.68074697631416865E-04
+  8.75633194974055466E-04  8.83257039301688237E-04  8.90946795569925142E-04
+  8.98703033618640360E-04  9.06526328214196653E-04  9.14417259092035854E-04
+  9.22376410999637786E-04  9.30404373739848549E-04  9.38501742214586563E-04
+  9.46669116468923399E-04  9.54907101735548002E-04  9.63216308479612434E-04
+  9.71597352443969451E-04  9.80050854694796379E-04  9.88577441667617225E-04
+  9.97177745213720943E-04  1.00585240264698000E-03  1.01460205679107670E-03
+  1.02342735602713305E-03  1.03232895434175807E-03  1.04130751137550552E-03
+  1.05036369247175302E-03  1.05949816872600352E-03  1.06871161703560964E-03
+  1.07800472014993581E-03  1.08737816672094538E-03  1.09683265135422886E-03
+  1.10636887466047354E-03  1.11598754330737666E-03  1.12568937007200909E-03
+  1.13547507389362987E-03  1.14534537992695760E-03  1.15530101959590331E-03
+  1.16534273064776688E-03  1.17547125720790209E-03  1.18568734983485460E-03
+  1.19599176557597521E-03  1.20638526802351650E-03  1.21686862737121104E-03
+  1.22744262047134079E-03  1.23810803089229884E-03  1.24886564897665046E-03
+  1.25971627189969278E-03  1.27066070372852343E-03  1.28169975548161831E-03
+  1.29283424518892589E-03  1.30406499795247843E-03  1.31539284600752822E-03
+  1.32681862878421437E-03  1.33834319296975810E-03  1.34996739257120112E-03
+  1.36169208897868018E-03  1.37351815102925399E-03  1.38544645507127843E-03
+  1.39747788502933936E-03  1.40961333246974649E-03  1.42185369666659382E-03
+  1.43419988466838796E-03  1.44665281136525806E-03  1.45921339955674273E-03
+  1.47188258002016155E-03  1.48466129157958184E-03  1.49755048117537651E-03
+  1.51055110393438839E-03  1.52366412324069530E-03  1.53689051080699280E-03
+  1.55023124674658714E-03  1.56368731964601692E-03  1.57725972663829740E-03
+  1.59094947347680087E-03  1.60475757460977302E-03  1.61868505325549715E-03
+  1.63273294147810253E-03  1.64690228026403334E-03  1.66119411959917340E-03
+  1.67560951854664247E-03  1.69014954532526037E-03  1.70481527738869268E-03
+  1.71960780150527811E-03  1.73452821383854555E-03  1.74957762002842855E-03
+  1.76475713527318246E-03  1.78006788441200411E-03  1.79551100200837379E-03
+  1.81108763243410863E-03  1.82679892995414790E-03  1.84264605881207118E-03
+  1.85863019331635208E-03  1.87475251792735848E-03  1.89101422734510704E-03
+  1.90741652659777309E-03  1.92396063113096363E-03  1.94064776689776837E-03
+  1.95747917044958438E-03  1.97445608902772300E-03  1.99157978065581370E-03
+  2.00885151423300240E-03  2.02627256962795762E-03  2.04384423777368698E-03
+  2.06156782076317253E-03  2.07944463194583741E-03  2.09747599602483695E-03
+  2.11566324915519847E-03  2.13400773904280638E-03  2.15251082504423893E-03
+  2.17117387826747284E-03  2.18999828167345742E-03  2.20898543017855956E-03
+  2.22813673075790289E-03  2.24745360254959394E-03  2.26693747695984977E-03
+  2.28658979776903476E-03  2.30641202123861187E-03  2.32640561621902213E-03
+  2.34657206425848688E-03  2.36691285971276158E-03  2.38742950985582807E-03
+  2.40812353499154745E-03  2.42899646856627790E-03  2.45004985728246348E-03
+  2.47128526121320226E-03  2.49270425391781006E-03  2.51430842255837743E-03
+  2.53609936801733275E-03  2.55807870501602655E-03  2.58024806223432776E-03
+  2.60260908243127283E-03  2.62516342256673748E-03  2.64791275392416885E-03
+  2.67085876223437492E-03  2.69400314780038558E-03  2.71734762562338833E-03
+  2.74089392552975559E-03  2.76464379229916443E-03  2.78859898579382655E-03
+  2.81276128108883189E-03  2.83713246860362034E-03  2.86171435423458438E-03
+  2.88650875948882066E-03  2.91151752161903548E-03  2.93674249375961392E-03
+  2.96218554506386426E-03  2.98784856084244885E-03  3.01373344270300814E-03
+  3.03984210869099204E-03  3.06617649343170423E-03  3.09273854827357567E-03
+  3.11953024143267477E-03  3.14655355813846455E-03  3.17381050078081308E-03
+  3.20130308905828588E-03  3.22903336012770334E-03  3.25700336875499753E-03
+  3.28521518746737080E-03  3.31367090670676512E-03  3.34237263498465961E-03
+  3.37132249903819787E-03  3.40052264398767049E-03  3.42997523349535460E-03
+  3.45968244992570775E-03  3.48964649450698300E-03  3.51986958749419708E-03
+  3.55035396833352709E-03  3.58110189582812365E-03  3.61211564830534859E-03
+  3.64339752378546123E-03  3.67494984015175833E-03  3.70677493532218030E-03
+  3.73887516742240147E-03  3.77125291496040963E-03  3.80391057700259563E-03
+  3.83685057335135873E-03  3.87007534472424324E-03  3.90358735293462730E-03
+  3.93738908107396125E-03  3.97148303369558326E-03  4.00587173700012004E-03
+  4.04055773902248141E-03  4.07554360982047715E-03  4.11083194166505031E-03
+  4.14642534923215754E-03  4.18232646979630092E-03  4.21853796342573119E-03
+  4.25506251317932932E-03  4.29190282530519333E-03  4.32906162944092683E-03
+  4.36654167881566236E-03  4.40434575045382717E-03  4.44247664538065593E-03
+  4.48093718882948064E-03  4.51973023045082033E-03  4.55885864452324104E-03
+  4.59832533016606496E-03  4.63813321155389941E-03  4.67828523813300107E-03
+  4.71878438483953801E-03  4.75963365231970182E-03  4.80083606715172619E-03
+  4.84239468206982149E-03  4.88431257619003755E-03  4.92659285523806487E-03
+  4.96923865177900832E-03  5.01225312544913582E-03  5.05563946318962013E-03
+  5.09940087948229388E-03  5.14354061658744109E-03  5.18806194478362796E-03
+  5.23296816260960650E-03  5.27826259710829134E-03  5.32394860407284752E-03
+  5.37002956829489304E-03  5.41650890381482723E-03  5.46339005417433021E-03
+  5.51067649267102892E-03  5.55837172261534982E-03  5.60647927758958602E-03
+  5.65500272170919686E-03  5.70394564988634806E-03  5.75331168809572590E-03
+  5.80310449364263188E-03  5.85332775543338703E-03  5.90398519424806690E-03
+  5.95508056301556794E-03  6.00661764709105143E-03  6.05860026453577082E-03
+  6.11103226639929820E-03  6.16391753700418384E-03  6.21725999423307189E-03
+  6.27106358981823885E-03  6.32533230963369490E-03  6.38007017398972871E-03
+  6.43528123793001526E-03  6.49096959153126589E-03  6.54713936020546398E-03
+  6.60379470500467580E-03  6.66093982292850079E-03  6.71857894723414898E-03
+  6.77671634774919176E-03  6.83535633118697011E-03  6.89450324146475939E-03
+  6.95416146002460645E-03  7.01433540615698046E-03  7.07502953732713942E-03
+  7.13624834950435123E-03  7.19799637749390410E-03  7.26027819527197849E-03
+  7.32309841632338733E-03  7.38646169398221239E-03  7.45037272177536975E-03
+  7.51483623376910607E-03  7.57985700491846989E-03  7.64543985141978057E-03
+  7.71158963106612864E-03  7.77831124360588936E-03  7.84560963110434231E-03
+  7.91348977830836318E-03  7.98195671301426407E-03  8.05101550643874848E-03
+  8.12067127359307125E-03  8.19092917366039119E-03  8.26179441037634514E-03
+  8.33327223241289716E-03  8.40536793376543169E-03  8.47808685414322416E-03
+  8.55143437936318161E-03  8.62541594174698507E-03  8.70003702052162160E-03
+  8.77530314222334414E-03  8.85121988110506436E-03  8.92779285954724278E-03
+  9.00502774847228640E-03  9.08293026776247660E-03  9.16150618668146524E-03
+  9.24076132429938780E-03  9.32070154992156730E-03  9.40133278352091664E-03
+  9.48266099617398744E-03  9.56469221050078311E-03  9.64743250110827559E-03
+  9.73088799503773159E-03  9.81506487221584477E-03  9.89996936590970163E-03
+  9.98560776318563152E-03  1.00719864053719511E-02  1.01591116885256811E-02
+  1.02469900639031771E-02  1.03356280384348156E-02  1.04250321752036960E-02
+  1.05152090939284164E-02  1.06061654714499354E-02  1.06979080422226081E-02
+  1.07904435988093548E-02  1.08837789923810595E-02  1.09779211332201934E-02
+  1.10728769912287195E-02  1.11686535964403179E-02  1.12652580395368983E-02
+  1.13626974723695894E-02  1.14609791084840634E-02  1.15601102236503328E-02
+  1.16600981563970366E-02  1.17609503085502644E-02  1.18626741457769150E-02
+  1.19652771981326594E-02  1.20687670606145509E-02  1.21731513937182872E-02
+  1.22784379240002042E-02  1.23846344446439782E-02  1.24917488160321537E-02
+  1.25997889663224741E-02  1.27087628920290706E-02  1.28186786586085635E-02
+  1.29295444010510928E-02  1.30413683244763236E-02  1.31541587047344956E-02
+  1.32679238890124982E-02  1.33826722964450629E-02  1.34984124187310841E-02
+  1.36151528207551394E-02  1.37329021412142070E-02  1.38516690932496481E-02
+  1.39714624650845096E-02  1.40922911206661523E-02  1.42141640003142708E-02
+  1.43370901213743396E-02  1.44610785788765531E-02  1.45861385462002398E-02
+  1.47122792757438565E-02  1.48395100996005884E-02  1.49678404302395762E-02
+  1.50972797611928049E-02  1.52278376677478164E-02  1.53595238076460784E-02
+  1.54923479217872612E-02  1.56263198349393118E-02  1.57614494564544960E-02
+  1.58977467809913557E-02  1.60352218892426575E-02  1.61738849486694238E-02
+  1.63137462142410317E-02  1.64548160291814287E-02  1.65971048257215550E-02
+  1.67406231258579938E-02  1.68853815421178971E-02  1.70313907783301924E-02
+  1.71786616304032344E-02  1.73272049871087928E-02  1.74770318308725657E-02
+  1.76281532385711599E-02  1.77805803823356569E-02  1.79343245303617733E-02
+  1.80893970477266700E-02  1.82458093972125042E-02  1.84035731401366622E-02
+  1.85626999371888840E-02  1.87232015492750925E-02  1.88850898383683477E-02
+  1.90483767683665116E-02  1.92130744059570736E-02  1.93791949214889292E-02
+  1.95467505898513152E-02  1.97157537913598586E-02  1.98862170126498199E-02
+  2.00581528475766192E-02  2.02315739981236108E-02  2.04064932753172425E-02
+  2.05829236001495650E-02  2.07608780045082791E-02  2.09403696321141530E-02
+  2.11214117394661303E-02  2.13040176967939192E-02  2.14882009890182760E-02
+  2.16739752167190367E-02  2.18613540971108258E-02  2.20503514650265964E-02
+  2.22409812739090551E-02  2.24332575968099468E-02  2.26271946273973283E-02
+  2.28228066809708190E-02  2.30201081954849417E-02  2.32191137325805548E-02
+  2.34198379786244408E-02  2.36222957457571103E-02  2.38265019729488846E-02
+  2.40324717270642522E-02  2.42402202039346086E-02  2.44497627294394324E-02
+  2.46611147605958828E-02  2.48742918866569143E-02  2.50893098302180026E-02
+  2.53061844483324153E-02  2.55249317336351984E-02  2.57455678154758262E-02
+  2.59681089610596799E-02  2.61925715765982427E-02  2.64189722084682416E-02
+  2.66473275443796440E-02  2.68776544145526014E-02  2.71099697929034454E-02
+  2.73442907982396621E-02  2.75806346954640541E-02  2.78190188967879122E-02
+  2.80594609629535030E-02  2.83019786044657363E-02  2.85465896828330755E-02
+  2.87933122118178390E-02  2.90421643586958184E-02  2.92931644455253076E-02
+  2.95463309504256401E-02  2.98016825088651127E-02  3.00592379149585663E-02
+  3.03190161227744233E-02  3.05810362476514851E-02  3.08453175675252253E-02
+  3.11118795242639502E-02  3.13807417250143578E-02  3.16519239435574112E-02
+  3.19254461216735147E-02  3.22013283705177844E-02  3.24795909720050416E-02
+  3.27602543802048771E-02  3.30433392227465275E-02  3.33288663022337714E-02
+  3.36168565976697545E-02  3.39073312658919740E-02  3.42003116430171644E-02
+  3.44958192458963420E-02  3.47938757735799242E-02  3.50945031087930015E-02
+  3.53977233194207042E-02  3.57035586600037910E-02  3.60120315732443338E-02
+  3.63231646915217130E-02  3.66369808384187368E-02  3.69535030302579892E-02
+  3.72727544776484815E-02  3.75947585870425177E-02  3.79195389623027401E-02
+  3.82471194062795478E-02  3.85775239223987224E-02  3.89107767162592544E-02
+  3.92469021972415705E-02  3.95859249801258847E-02  3.99278698867208612E-02
+  4.02727619475024903E-02  4.06206264032632353E-02  4.09714887067713432E-02
+  4.13253745244404058E-02  4.16823097380090019E-02  4.20423204462306369E-02
+  4.24054329665736821E-02  4.27716738369314786E-02  4.31410698173425103E-02
+  4.35136478917205818E-02  4.38894352695949619E-02  4.42684593878605662E-02
+  4.46507479125379664E-02  4.50363287405432314E-02  4.54252300014677188E-02
+  4.58174800593673381E-02  4.62131075145617853E-02  4.66121412054431236E-02
+  4.70146102102941069E-02  4.74205438491158635E-02  4.78299716854649407E-02
+  4.82429235282996680E-02  4.86594294338357977E-02  4.90795197074111386E-02
+  4.95032249053592097E-02  4.99305758368918939E-02  5.03616035659907313E-02
+  5.07963394133069956E-02  5.12348149580702933E-02  5.16770620400053837E-02
+  5.21231127612577089E-02  5.25729994883264648E-02  5.30267548540061806E-02
+  5.34844117593358190E-02  5.39460033755555513E-02  5.44115631460711374E-02
+  5.48811247884254949E-02  5.53547222962774421E-02  5.58323899413872976E-02
+  5.63141622756093210E-02  5.68000741328901909E-02  5.72901606312746642E-02
+  5.77844571749164121E-02  5.82829994560949347E-02  5.87858234572382135E-02
+  5.92929654529504441E-02  5.98044620120448678E-02  6.03203499995812950E-02
+  6.08406665789081660E-02  6.13654492137086852E-02  6.18947356700507503E-02
+  6.24285640184405327E-02  6.29669726358790399E-02  6.35100002079216491E-02
+  6.40576857307399022E-02  6.46100685131857505E-02  6.51671881788569163E-02
+  6.57290846681640867E-02  6.62957982403986762E-02  6.68673694758010195E-02
+  6.74438392776287032E-02  6.80252488742242173E-02  6.86116398210819128E-02
+  6.92030540029131835E-02  6.97995336357099122E-02  7.04011212688053917E-02
+  7.10078597869321093E-02  7.16197924122759788E-02  7.22369627065264364E-02
+  7.28594145729215964E-02  7.34871922582881060E-02  7.41203403550750317E-02
+  7.47589038033806552E-02  7.54029278929722602E-02  7.60524582652976622E-02
+  7.67075409154877041E-02  7.73682221943494675E-02  7.80345488103488666E-02
+  7.87065678315821693E-02  7.93843266877354709E-02  8.00678731720313036E-02
+  8.07572554431616046E-02  8.14525220272058204E-02  8.21537218195337177E-02
+  8.28609040866915003E-02  8.35741184682702865E-02  8.42934149787562814E-02
+  8.50188440093612163E-02  8.57504563298319838E-02  8.64883030902387495E-02
+  8.72324358227398872E-02  8.79829064433227392E-02  8.87397672535192583E-02
+  8.95030709420947951E-02  9.02728705867090059E-02  9.10492196555477973E-02
+  9.18321720089241289E-02  9.26217819008474247E-02  9.34181039805589697E-02
+  9.42211932940326125E-02  9.50311052854390104E-02  9.58478957985715030E-02
+  9.66716210782327529E-02  9.75023377715793782E-02  9.83401029294241336E-02
+  9.91849740074926822E-02  1.00037008867633934E-01  1.00896265778982031E-01
+  1.01762803419066794E-01  1.02636680874873557E-01  1.03517957643846706E-01
+  1.04406693634837455E-01  1.05302949168992813E-01  1.06206784980583460E-01
+  1.07118262217768448E-01  1.08037442443294288E-01  1.08964387635126142E-01
+  1.09899160187008460E-01  1.10841822908952795E-01  1.11792439027649834E-01
+  1.12751072186803331E-01  1.13717786447383062E-01  1.14692646287793770E-01
+  1.15675716603957562E-01  1.16667062709306504E-01  1.17666750334682393E-01
+  1.18674845628140818E-01  1.19691415154655770E-01  1.20716525895722196E-01
+  1.21750245248852251E-01  1.22792641026962537E-01  1.23843781457648142E-01
+  1.24903735182340409E-01  1.25972571255343724E-01  1.27050359142748676E-01
+  1.28137168721216388E-01  1.29233070276630863E-01  1.30338134502614444E-01
+  1.31452432498902649E-01  1.32576035769573664E-01  1.33709016221127880E-01
+  1.34851446160413058E-01  1.36003398292390193E-01  1.37164945717735243E-01
+  1.38336161930271651E-01  1.39517120814228318E-01  1.40707896641318497E-01
+  1.41908564067632914E-01  1.43119198130342878E-01  1.44339874244206412E-01
+  1.45570668197872954E-01  1.46811656149979208E-01  1.48062914625030989E-01
+  1.49324520509064224E-01  1.50596551045079047E-01  1.51879083828239919E-01
+  1.53172196800835131E-01  1.54475968246989115E-01  1.55790476787119575E-01
+  1.57115801372133129E-01  1.58452021277350752E-01  1.59799216096157021E-01
+  1.61157465733362981E-01  1.62526850398276967E-01  1.63907450597473331E-01
+  1.65299347127251417E-01  1.66702621065775797E-01  1.68117353764889232E-01
+  1.69543626841588718E-01  1.70981522169155659E-01  1.72431121867930470E-01
+  1.73892508295721865E-01  1.75365764037840599E-01  1.76850971896747838E-01
+  1.78348214881307032E-01  1.79857576195629532E-01  1.81379139227500041E-01
+  1.82912987536376859E-01  1.84459204840947216E-01  1.86017875006232264E-01
+  1.87589082030226451E-01  1.89172910030060454E-01  1.90769443227673502E-01
+  1.92378765934983736E-01  1.94000962538541682E-01  1.95636117483655059E-01
+  1.97284315257969300E-01  1.98945640374491028E-01  2.00620177354038698E-01
+  2.02308010707106772E-01  2.04009224915127241E-01  2.05723904411114017E-01
+  2.07452133559672430E-01  2.09193996636360430E-01  2.10949577806382127E-01
+  2.12718961102598803E-01  2.14502230402838528E-01  2.16299469406487699E-01
+  2.18110761610346426E-01  2.19936190283728267E-01  2.21775838442786671E-01
+  2.23629788824048187E-01  2.25498123857132970E-01  2.27380925636642278E-01
+  2.29278275893192635E-01  2.31190255963576313E-01  2.33116946760024812E-01
+  2.35058428738556452E-01  2.37014781866383084E-01  2.38986085588354602E-01
+  2.40972418792418652E-01  2.42973859774069906E-01  2.44990486199766822E-01
+  2.47022375069290784E-01  2.49069602677021301E-01  2.51132244572103869E-01
+  2.53210375517483044E-01  2.55304069447774284E-01  2.57413399425948486E-01
+  2.59538437598800298E-01  2.61679255151174295E-01  2.63835922258917555E-01
+  2.66008508040532887E-01  2.68197080507500685E-01  2.70401706513240525E-01
+  2.72622451700681168E-01  2.74859380448409796E-01  2.77112555815365702E-01
+  2.79382039484049050E-01  2.81667891702211071E-01  2.83970171222991619E-01
+  2.86288935243472431E-01  2.88624239341609801E-01  2.90976137411512736E-01
+  2.93344681597032142E-01  2.95729922223623376E-01  2.98131907728447831E-01
+  3.00550684588675510E-01  3.02986297247951453E-01  3.05438788040988785E-01
+  3.07908197116249671E-01  3.10394562356674897E-01  3.12897919298424365E-01
+  3.15418301047587446E-01  3.17955738194821813E-01  3.20510258727885966E-01
+  3.23081887942016366E-01  3.25670648348113045E-01  3.28276559578691451E-01
+  3.30899638291556719E-01  3.33539898071159024E-01  3.36197349327587269E-01
+  3.38871999193157025E-01  3.41563851416550768E-01  3.44272906254465771E-01
+  3.46999160360725645E-01  3.49742606672813261E-01  3.52503234295778123E-01
+  3.55281028383476416E-01  3.58075970017098344E-01  3.60888036080938057E-01
+  3.63717199135362435E-01  3.66563427286934584E-01  3.69426684055647048E-01
+  3.72306928239221735E-01  3.75204113774431303E-01  3.78118189595401388E-01
+  3.81049099488846743E-01  3.83996781946201626E-01  3.86961170012601108E-01
+  3.89942191132670979E-01  3.92939766993087081E-01  3.95953813361861640E-01
+  3.98984239924319084E-01  4.02030950115721375E-01  4.05093840950506323E-01
+  4.08172802848102423E-01  4.11267719455284342E-01  4.14378467465036149E-01
+  4.17504916431889361E-01  4.20646928583706059E-01  4.23804358629876421E-01
+  4.26977053565905873E-01  4.30164852474364201E-01  4.33367586322176035E-01
+  4.36585077754231166E-01  4.39817140883296320E-01  4.43063581076214241E-01
+  4.46324194736375746E-01  4.49598769082458383E-01  4.52887081923421697E-01
+  4.56188901429760596E-01  4.59503985901015322E-01  4.62832083529542526E-01
+  4.66172932160560938E-01  4.69526259048479555E-01  4.72891780609531687E-01
+  4.76269202170735872E-01  4.79658217715212165E-01  4.83058509623890187E-01
+  4.86469748413646930E-01  4.89891592471921655E-01  4.93323687787861953E-01
+  4.96765667680058087E-01  5.00217152520935793E-01  5.03677749457880131E-01
+  5.07147052131175391E-01  5.10624640388849249E-01  5.14110079998524871E-01
+  5.17602922356388051E-01  5.21102704193389110E-01  5.24608947278810356E-01
+  5.28121158121337753E-01  5.31638827667786473E-01  5.35161430999652077E-01
+  5.38688427027650407E-01  5.42219258184444053E-01  5.45753350115753211E-01
+  5.49290111370067891E-01  5.52828933087191721E-01  5.56369188685862159E-01
+  5.59910233550711123E-01  5.63451404718841919E-01  5.66992020566318145E-01
+  5.70531380494880946E-01  5.74068764619222738E-01  5.77603433455171289E-01
+  5.81134627609158017E-01  5.84661567469357712E-01  5.88183452898920933E-01
+  5.91699462931732145E-01  5.95208755471155038E-01  5.98710466992252166E-01
+  6.02203712247986522E-01  6.05687583979943711E-01  6.09161152634135727E-01
+  6.12623466082480084E-01  6.16073549350572458E-01  6.19510404352403232E-01
+  6.22933009632698931E-01  6.26340320117600657E-01  6.29731266874422047E-01
+  6.33104756881269881E-01  6.36459672807335841E-01  6.39794872804709480E-01
+  6.43109190312599610E-01  6.46401433874882136E-01  6.49670386971940239E-01
+  6.52914807867794211E-01  6.56133429473562346E-01  6.59324959228335117E-01
+  6.62488078998588192E-01  6.65621444997297917E-01  6.68723687723973725E-01
+  6.71793411926862483E-01  6.74829196588622726E-01  6.77829594936820823E-01
+  6.80793134480638273E-01  6.83718317075234006E-01  6.86603619015248912E-01
+  6.89447491158991066E-01  6.92248359084885134E-01  6.95004623281821776E-01
+  6.97714659375090251E-01  7.00376818389623290E-01  7.02989427052340465E-01
+  7.05550788135410833E-01  7.08059180842319336E-01  7.10512861238657867E-01
+  7.12910062729608329E-01  7.15248996586140828E-01  7.17527852521980147E-01
+  7.19744799323447260E-01  7.21897985534317388E-01  7.23985540197879307E-01
+  7.26005573658411341E-01  7.27956178424329914E-01  7.29835430095292392E-01
+  7.31641388355564248E-01  7.33372098035986686E-01  7.35025590246896399E-01
+  7.36599883584363346E-01  7.38092985412130864E-01  7.39502893221628876E-01
+  7.40827596072445971E-01  7.42065076115624445E-01  7.43213310202130439E-01
+  7.44270271578823972E-01  7.45233931674223471E-01  7.46102261976307357E-01
+  7.46873236004547469E-01  7.47544831378306518E-01  7.48115031983638157E-01
+  7.48581830240460655E-01  7.48943229471948468E-01  7.49197246377880099E-01
+  7.49341913613538413E-01  7.49375282475605142E-01  7.49295425696325013E-01
+  7.49100440347017393E-01  7.48788450851803455E-01  7.48357612112183657E-01
+  7.47806112742837148E-01  7.47132178418737136E-01  7.46334075333364488E-01
+  7.45410113767457361E-01  7.44358651767381696E-01  7.43178098931794984E-01
+  7.41866920304849797E-01  7.40423640373724101E-01  7.38846847167752174E-01
+  7.37135196455900865E-01  7.35287416038755803E-01  7.33302310130556800E-01
+  7.31178763826169531E-01  7.28915747647169598E-01  7.26512322160459911E-01
+  7.23967642662055599E-01  7.21280963917808049E-01  7.18451644951959567E-01
+  7.15479153873456841E-01  7.12363072728966373E-01  7.09103102370467142E-01
+  7.05699067324211060E-01  7.02150920646664845E-01  6.98458748751844327E-01
+  6.94622776193193125E-01  6.90643370381829325E-01  6.86521046221634901E-01
+  6.82256470640234869E-01  6.77850466993463852E-01  6.73304019319415636E-01
+  6.68618276416631296E-01  6.63794555719418145E-01  6.58834346941690407E-01
+  6.53739315459116010E-01  6.48511305397731164E-01  6.43152342395566734E-01
+  6.37664636002218566E-01  6.32050581679738488E-01  6.26312762366666442E-01
+  6.20453949565580198E-01  6.14477103913148692E-01  6.08385375190408584E-01
+  6.02182101729852204E-01  5.95870809174957605E-01  5.89455208547033260E-01
+  5.82939193573736691E-01  5.76326837233424483E-01  5.69622387469595592E-01
+  5.62830262030218798E-01  5.55955042387727638E-01  5.49001466696975249E-01
+  5.41974421750561985E-01  5.34878933893793929E-01  5.27720158865138456E-01
+  5.20503370532587550E-01  5.13233948501883308E-01  5.05917364579283046E-01
+  4.98559168079576065E-01  4.91164969979532962E-01  4.83740425928149254E-01
+  4.76291218138024552E-01  4.68823036197303700E-01  4.61341556858990587E-01
+  4.53852422884436002E-01  4.46361221040646294E-01  4.38873459377144504E-01
+  4.31394543937720976E-01  4.23929755096048799E-01  4.16484223742080328E-01
+  4.09062907589038516E-01  4.01670567919049981E-01  3.94311747139698243E-01
+  3.86990747584586958E-01  3.79711612059129289E-01  3.72478106708912071E-01
+  3.65293706873047519E-01  3.58161586679712429E-01  3.51084613246709476E-01
+  3.44065346467340882E-01  3.37106045492424844E-01  3.30208683164212424E-01
+  3.23374969818647329E-01  3.16606388050493903E-01  3.09904240232969697E-01
+  3.03269710801576053E-01  2.96703945552825310E-01  2.90208050937596052E-01
+  2.83783093386056950E-01  2.77430098665226832E-01  2.71150051270207693E-01
+  2.64943893850096701E-01  2.58812526669545351E-01  2.52756807106898962E-01
+  2.46777549189805850E-01  2.40875523169146677E-01  2.35051455132086362E-01
+  2.29306026655005102E-01  2.23639874497016111E-01  2.18053590334723435E-01
+  2.12547720538821927E-01  2.07122765993084601E-01  2.01779181956223713E-01
+  1.96517377967052570E-01  1.91337717793314932E-01
+  END     
+   TPHI    2 #tphi(r), for tphi(r)/r*Ylm)
+  0.00000000000000000E+00  3.83702986100055367E-09  7.70723281129507406E-09
+  1.16108956492386824E-08  1.55483076527054771E-08  1.95197606005247454E-08
+  2.35255487941034994E-08  2.75659690792349958E-08  3.16413208680966860E-08
+  3.57519061614377014E-08  3.98980295709580862E-08  4.40799983418826089E-08
+  4.82981223757280453E-08  5.25527142532686636E-08  5.68440892576999221E-08
+  6.11725653980016954E-08  6.55384634325046708E-08  6.99421068926597063E-08
+  7.43838221070126494E-08  7.88639382253869414E-08  8.33827872432748715E-08
+  8.79407040264399396E-08  9.25380263357316792E-08  9.71750948521152295E-08
+  1.01852253201917338E-07  1.06569847982290379E-07  1.11328228786896661E-07
+  1.16127748231814844E-07  1.20968761981670326E-07  1.25851628775991323E-07
+  1.30776710455793154E-07  1.35744371990392318E-07  1.40754981504451666E-07
+  1.45808910305260612E-07  1.50906532910250469E-07  1.56048227074747427E-07
+  1.61234373819966145E-07  1.66465357461244803E-07  1.71741565636524865E-07
+  1.77063389335075921E-07  1.82431222926470806E-07  1.87845464189808848E-07
+  1.93306514343193804E-07  1.98814778073465324E-07  2.04370663566188155E-07
+  2.09974582535900691E-07  2.15626950256624149E-07  2.21328185592636704E-07
+  2.27078711029512456E-07  2.32878952705430282E-07  2.38729340442751436E-07
+  2.44630307779872171E-07  2.50582292003350029E-07  2.56585734180308995E-07
+  2.62641079191124539E-07  2.68748775762390557E-07  2.74909276500172359E-07
+  2.81123037923546939E-07  2.87390520498432212E-07  2.93712188671710200E-07
+  3.00088510905644005E-07  3.06519959712593021E-07  3.13007011690028328E-07
+  3.19550147555849890E-07  3.26149852184010746E-07  3.32806614640447408E-07
+  3.39520928219322020E-07  3.46293290479577702E-07  3.53124203281809266E-07
+  3.60014172825453829E-07  3.66963709686301622E-07  3.73973328854332897E-07
+  3.81043549771879088E-07  3.88174896372117813E-07  3.95367897117896736E-07
+  4.02623085040896083E-07  4.09940997781127584E-07  4.17322177626776842E-07
+  4.24767171554388218E-07  4.32276531269399007E-07  4.39850813247022438E-07
+  4.47490578773485048E-07  4.55196393987620503E-07  4.62968829922822606E-07
+  4.70808462549361692E-07  4.78715872817066029E-07  4.86691646698372750E-07
+  4.94736375231751101E-07  5.02850654565500712E-07  5.11035086001928552E-07
+  5.19290276041908155E-07  5.27616836429823924E-07  5.36015384198903919E-07
+  5.44486541716944595E-07  5.53030936732431008E-07  5.61649202421055228E-07
+  5.70341977432637518E-07  5.79109905938453771E-07  5.87953637678969731E-07
+  5.96873828011990797E-07  6.05871137961226230E-07  6.14946234265274660E-07
+  6.24099789427030031E-07  6.33332481763519543E-07  6.42644995456168380E-07
+  6.52038020601500779E-07  6.61512253262278477E-07  6.71068395519082901E-07
+  6.80707155522341728E-07  6.90429247544805971E-07  7.00235392034480106E-07
+  7.10126315668011310E-07  7.20102751404538194E-07  7.30165438540007116E-07
+  7.40315122761956575E-07  7.50552556204775206E-07  7.60878497505439404E-07
+  7.71293711859731012E-07  7.81798971078941299E-07  7.92395053647064962E-07
+  8.03082744778490793E-07  8.13862836476187551E-07  8.24736127590395403E-07
+  8.35703423877824317E-07  8.46765538061364273E-07  8.57923289890309622E-07
+  8.69177506201108502E-07  8.80529020978634130E-07  8.91978675417984854E-07
+  9.03527317986822394E-07  9.15175804488246565E-07  9.26924998124212527E-07
+  9.38775769559498505E-07  9.50728996986227461E-07  9.62785566188940298E-07
+  9.74946370610241968E-07  9.87212311417004196E-07  9.99584297567149364E-07
+  1.01206324587700689E-06  1.02465008108925121E-06  1.03734573594143349E-06
+  1.05015115123509723E-06  1.06306727590549687E-06  1.07609506709191912E-06
+  1.08923549020861074E-06  1.10248951901631811E-06  1.11585813569444848E-06
+  1.12934233091385279E-06  1.14294310391023989E-06  1.15666146255822229E-06
+  1.17049842344600621E-06  1.18445501195072208E-06  1.19853226231441119E-06
+  1.21273121772066781E-06  1.22705293037194191E-06  1.24149846156751432E-06
+  1.25606888178213965E-06  1.27076527074537606E-06  1.28558871752159767E-06
+  1.30054032059069645E-06  1.31562118792948593E-06  1.33083243709380833E-06
+  1.34617519530134662E-06  1.36165059951515937E-06  1.37725979652793275E-06
+  1.39300394304696337E-06  1.40888420577987357E-06  1.42490176152107354E-06
+  1.44105779723896003E-06  1.45735351016388238E-06  1.47379010787685971E-06
+  1.49036880839906569E-06  1.50709084028209221E-06  1.52395744269898909E-06
+  1.54096986553609012E-06  1.55812936948563965E-06  1.57543722613920894E-06
+  1.59289471808193173E-06  1.61050313898754621E-06  1.62826379371426370E-06
+  1.64617799840146210E-06  1.66424708056721835E-06  1.68247237920668287E-06
+  1.70085524489130646E-06  1.71939703986892024E-06  1.73809913816468542E-06
+  1.75696292568291539E-06  1.77598980030977464E-06  1.79518117201687149E-06
+  1.81453846296574051E-06  1.83406310761322924E-06  1.85375655281780066E-06
+  1.87362025794674932E-06  1.89365569498434988E-06  1.91386434864093062E-06
+  1.93424771646290512E-06  1.95480730894373928E-06  1.97554464963588971E-06
+  1.99646127526370517E-06  2.01755873583730296E-06  2.03883859476742953E-06
+  2.06030242898132188E-06  2.08195182903955453E-06  2.10378839925391807E-06
+  2.12581375780629773E-06  2.14802953686858952E-06  2.17043738272365146E-06
+  2.19303895588729959E-06  2.21583593123136030E-06  2.23882999810778392E-06
+  2.26202286047383238E-06  2.28541623701835149E-06  2.30901186128913213E-06
+  2.33281148182137332E-06  2.35681686226725499E-06  2.38102978152663520E-06
+  2.40545203387887000E-06  2.43008542911577946E-06  2.45493179267576174E-06
+  2.47999296577906212E-06  2.50527080556421992E-06  2.53076718522568500E-06
+  2.55648399415263509E-06  2.58242313806898312E-06  2.60858653917459962E-06
+  2.63497613628775913E-06  2.66159388498881092E-06  2.68844175776509873E-06
+  2.71552174415712523E-06  2.74283585090599538E-06  2.77038610210211190E-06
+  2.79817453933517922E-06  2.82620322184548698E-06  2.85447422667651319E-06
+  2.88298964882883815E-06  2.91175160141539289E-06  2.94076221581805565E-06
+  2.97002364184558710E-06  2.99953804789294752E-06  3.02930762110197934E-06
+  3.05933456752348776E-06  3.08962111228071176E-06  3.12016949973422531E-06
+  3.15098199364824257E-06  3.18206087735837949E-06  3.21340845394085760E-06
+  3.24502704638316882E-06  3.27691899775622223E-06  3.30908667138797353E-06
+  3.34153245103855247E-06  3.37425874107692306E-06  3.40726796665904248E-06
+  3.44056257390758459E-06  3.47414503009320411E-06  3.50801782381737248E-06
+  3.54218346519679476E-06  3.57664448604941717E-06  3.61140344008204704E-06
+  3.64646290307959478E-06  3.68182547309594683E-06  3.71749377064649497E-06
+  3.75347043890232668E-06  3.78975814388609346E-06  3.82635957466957913E-06
+  3.86327744357296564E-06  3.90051448636583141E-06  3.93807346246987640E-06
+  3.97595715516341832E-06  4.01416837178763579E-06  4.05270994395460818E-06
+  4.09158472775714761E-06  4.13079560398044884E-06  4.17034547831556946E-06
+  4.21023728157474740E-06  4.25047396990859119E-06  4.29105852502514638E-06
+  4.33199395441084324E-06  4.37328329155337062E-06  4.41492959616647254E-06
+  4.45693595441667354E-06  4.49930547915199194E-06  4.54204131013260642E-06
+  4.58514661426352492E-06  4.62862458582926449E-06  4.67247844673056730E-06
+  4.71671144672315300E-06  4.76132686365854121E-06  4.80632800372694579E-06
+  4.85171820170228933E-06  4.89750082118931655E-06  4.94367925487285233E-06
+  4.99025692476921467E-06  5.03723728247980028E-06  5.08462380944685886E-06
+  5.13242001721149254E-06  5.18062944767386277E-06  5.22925567335566965E-06
+  5.27830229766488370E-06  5.32777295516278225E-06  5.37767131183327543E-06
+  5.42800106535457086E-06  5.47876594537319889E-06  5.52996971378038599E-06
+  5.58161616499082593E-06  5.63370912622386087E-06  5.68625245778710272E-06
+  5.73925005336248799E-06  5.79270584029481706E-06  5.84662377988279640E-06
+  5.90100786767257441E-06  5.95586213375383453E-06  6.01119064305844038E-06
+  6.06699749566166361E-06  6.12328682708601965E-06  6.18006280860772084E-06
+  6.23732964756579096E-06  6.29509158767384537E-06  6.35335290933455618E-06
+  6.41211792995687206E-06  6.47139100427593239E-06  6.53117652467578513E-06
+  6.59147892151487363E-06  6.65230266345434493E-06  6.71365225778920062E-06
+  6.77553225078230487E-06  6.83794722800127310E-06  6.90090181465829228E-06
+  6.96440067595286102E-06  7.02844851741750512E-06  7.09305008526647148E-06
+  7.15821016674744321E-06  7.22393359049629743E-06  7.29022522689493003E-06
+  7.35708998843215868E-06  7.42453283006776571E-06  7.49255874959968432E-06
+  7.56117278803435025E-06  7.63038002996026782E-06  7.70018560392478799E-06
+  7.77059468281416019E-06  7.84161248423686979E-06  7.91324427091027727E-06
+  7.98549535105060577E-06  8.05837107876630490E-06  8.13187685445481277E-06
+  8.20601812520274525E-06  8.28080038518954946E-06  8.35622917609464205E-06
+  8.43231008750807111E-06  8.50904875734472538E-06  8.58645087226213844E-06
+  8.66452216808186548E-06  8.74326843021456344E-06  8.82269549408869642E-06
+  8.90280924558296121E-06  8.98361562146246693E-06  9.06512060981865855E-06
+  9.14733025051307740E-06  9.23025063562491479E-06  9.31388790990248053E-06
+  9.39824827121854588E-06  9.48333797102963355E-06  9.56916331483926175E-06
+  9.65573066266523193E-06  9.74304642951090773E-06  9.83111708584060886E-06
+  9.91994915805909104E-06  1.00095492289951815E-05  1.00999239383895783E-05
+  1.01910799833869090E-05  1.02830241190319988E-05  1.03757631587704428E-05
+  1.04693039749535195E-05  1.05636534993474539E-05  1.06588187236470855E-05
+  1.07548066999939929E-05  1.08516245414990663E-05  1.09492794227696358E-05
+  1.10477785804411324E-05  1.11471293137133427E-05  1.12473389848913157E-05
+  1.13484150199309350E-05  1.14503649089892242E-05  1.15531962069793706E-05
+  1.16569165341306051E-05  1.17615335765528734E-05  1.18670550868063849E-05
+  1.19734888844761627E-05  1.20808428567514589E-05  1.21891249590102444E-05
+  1.22983432154087267E-05  1.24085057194759757E-05  1.25196206347136859E-05
+  1.26316961952011182E-05  1.27447407062052829E-05  1.28587625447963830E-05
+  1.29737701604686086E-05  1.30897720757662413E-05  1.32067768869152408E-05
+  1.33247932644602413E-05  1.34438299539070745E-05  1.35638957763708486E-05
+  1.36849996292296286E-05  1.38071504867837400E-05  1.39303574009208418E-05
+  1.40546295017866753E-05  1.41799759984616450E-05  1.43064061796432644E-05
+  1.44339294143344520E-05  1.45625551525378491E-05  1.46922929259560550E-05
+  1.48231523486980070E-05  1.49551431179913892E-05  1.50882750149012450E-05
+  1.52225579050547868E-05  1.53580017393724851E-05  1.54946165548054584E-05
+  1.56324124750792409E-05  1.57713997114440195E-05  1.59115885634312960E-05
+  1.60529894196170967E-05  1.61956127583918750E-05  1.63394691487369427E-05
+  1.64845692510076699E-05  1.66309238177234997E-05  1.67785436943646873E-05
+  1.69274398201760396E-05  1.70776232289775291E-05  1.72291050499819449E-05
+  1.73818965086195978E-05  1.75360089273701816E-05  1.76914537266017957E-05
+  1.78482424254172337E-05  1.80063866425076088E-05  1.81658980970132918E-05
+  1.83267886093924084E-05  1.84890701022967350E-05  1.86527546014551814E-05
+  1.88178542365650119E-05  1.89843812421906216E-05  1.91523479586702242E-05
+  1.93217668330302684E-05  1.94926504199078156E-05  1.96650113824808942E-05
+  1.98388624934068699E-05  2.00142166357689366E-05  2.01910868040308215E-05
+  2.03694861049996920E-05  2.05494277587974377E-05  2.07309250998402784E-05
+  2.09139915778269492E-05  2.10986407587353200E-05  2.12848863258277049E-05
+  2.14727420806648349E-05  2.16622219441285557E-05  2.18533399574534697E-05
+  2.20461102832674073E-05  2.22405472066409213E-05  2.24366651361458510E-05
+  2.26344786049230446E-05  2.28340022717593342E-05  2.30352509221737442E-05
+  2.32382394695132093E-05  2.34429829560576375E-05  2.36494965541346193E-05
+  2.38577955672437721E-05  2.40678954311906769E-05  2.42798117152308235E-05
+  2.44935601232232896E-05  2.47091564947944522E-05  2.49266168065117211E-05
+  2.51459571730674847E-05  2.53671938484732497E-05  2.55903432272640852E-05
+  2.58154218457135284E-05  2.60424463830589502E-05  2.62714336627375354E-05
+  2.65024006536329524E-05  2.67353644713327944E-05  2.69703423793968752E-05
+  2.72073517906365135E-05  2.74464102684048689E-05  2.76875355278984185E-05
+  2.79307454374697285E-05  2.81760580199514998E-05  2.84234914539921552E-05
+  2.86730640754028592E-05  2.89247943785163049E-05  2.91787010175571550E-05
+  2.94348028080243698E-05  2.96931187280855043E-05  2.99536679199829625E-05
+  3.02164696914525745E-05  3.04815435171542655E-05  3.07489090401152475E-05
+  3.10185860731855201E-05  3.12905946005060596E-05  3.15649547789897820E-05
+  3.18416869398151055E-05  3.21208115899325786E-05  3.24023494135844639E-05
+  3.26863212738375084E-05  3.29727482141289007E-05  3.32616514598256519E-05
+  3.35530524197974207E-05  3.38469726880029652E-05  3.41434340450902696E-05
+  3.44424584600105555E-05  3.47440680916461637E-05  3.50482852904526596E-05
+  3.53551326001148850E-05  3.56646327592176585E-05  3.59768087029305788E-05
+  3.62916835647076607E-05  3.66092806780014856E-05  3.69296235779922736E-05
+  3.72527360033318974E-05  3.75786418979028443E-05  3.79073654125926149E-05
+  3.82389309070832391E-05  3.85733629516563784E-05  3.89106863290140191E-05
+  3.92509260361148743E-05  3.95941072860266820E-05  3.99402555097945293E-05
+  4.02893963583253451E-05  4.06415557042884859E-05  4.09967596440331748E-05
+  4.13550344995220471E-05  4.17164068202816705E-05  4.20809033853699929E-05
+  4.24485512053603985E-05  4.28193775243435851E-05  4.31934098219460439E-05
+  4.35706758153664285E-05  4.39512034614293924E-05  4.43350209586572153E-05
+  4.47221567493592503E-05  4.51126395217395110E-05  4.55064982120225144E-05
+  4.59037620065973789E-05  4.63044603441805768E-05  4.67086229179972614E-05
+  4.71162796779816211E-05  4.75274608329960655E-05  4.79421968530696957E-05
+  4.83605184716561222E-05  4.87824566879108376E-05  4.92080427689881061E-05
+  4.96373082523579373E-05  5.00702849481429079E-05  5.05070049414752645E-05
+  5.09475005948744708E-05  5.13918045506450762E-05  5.18399497332955710E-05
+  5.22919693519779974E-05  5.27478969029487220E-05  5.32077661720503853E-05
+  5.36716112372154322E-05  5.41394664709911788E-05  5.46113665430867520E-05
+  5.50873464229420526E-05  5.55674413823188830E-05  5.60516869979145186E-05
+  5.65401191539978570E-05  5.70327740450681932E-05  5.75296881785374348E-05
+  5.80308983774349013E-05  5.85364417831359831E-05  5.90463558581140639E-05
+  5.95606783887164912E-05  6.00794474879642643E-05  6.06027015983762250E-05
+  6.11304794948174061E-05  6.16628202873721463E-05  6.21997634242418785E-05
+  6.27413486946682878E-05  6.32876162318813247E-05  6.38386065160729957E-05
+  6.43943603773967140E-05  6.49549189989926567E-05  6.55203239200391843E-05
+  6.60906170388307824E-05  6.66658406158823221E-05  6.72460372770605476E-05
+  6.78312500167422758E-05  6.84215222010000262E-05  6.90168975708152981E-05
+  6.96174202453194135E-05  7.02231347250624813E-05  7.08340858953106326E-05
+  7.14503190293717022E-05  7.20718797919496284E-05  7.26988142425280174E-05
+  7.33311688387826695E-05  7.39689904400237316E-05  7.46123263106678275E-05
+  7.52612241237398001E-05  7.59157319644048801E-05  7.65758983335314009E-05
+  7.72417721512845361E-05  7.79134027607505296E-05  7.85908399315928018E-05
+  7.92741338637393075E-05  7.99633351911019320E-05  8.06584949853279528E-05
+  8.13596647595839998E-05  8.20668964723725557E-05  8.27802425313816325E-05
+  8.34997557973675701E-05  8.42254895880715007E-05  8.49574976821695438E-05
+  8.56958343232571681E-05  8.64405542238681394E-05  8.71917125695279591E-05
+  8.79493650228423639E-05  8.87135677276214003E-05  8.94843773130388849E-05
+  9.02618508978278602E-05  9.10460460945123170E-05  9.18370210136755494E-05
+  9.26348342682652913E-05  9.34395449779361353E-05  9.42512127734293443E-05
+  9.50698978009907039E-05  9.58956607268263221E-05  9.67285627415972305E-05
+  9.75686655649523655E-05  9.84160314501012184E-05  9.92707231884256379E-05
+  1.00132804114131614E-04  1.01002338108941242E-04  1.01879389606825377E-04
+  1.02764023598776518E-04  1.03656305637624054E-04  1.04556301842890194E-04
+  1.05464078905688033E-04  1.06379704093662232E-04  1.07303245255972106E-04
+  1.08234770828317863E-04  1.09174349838010159E-04  1.10122051909083694E-04
+  1.11077947267454723E-04  1.12042106746123248E-04  1.13014601790419986E-04
+  1.13995504463299132E-04  1.14984887450676052E-04  1.15982824066812010E-04
+  1.16989388259744505E-04  1.18004654616765312E-04  1.19028698369945152E-04
+  1.20061595401706645E-04  1.21103422250445000E-04  1.22154256116197555E-04
+  1.23214174866361994E-04  1.24283257041464220E-04  1.25361581860975710E-04
+  1.26449229229181584E-04  1.27546279741098993E-04  1.28652814688446629E-04
+  1.29768916065666000E-04  1.30894666575994485E-04  1.32030149637591077E-04
+  1.33175449389714621E-04  1.34330650698956031E-04  1.35495839165523571E-04
+  1.36671101129583216E-04  1.37856523677652785E-04  1.39052194649052325E-04
+  1.40258202642409727E-04  1.41474637022222157E-04  1.42701587925474568E-04
+  1.43939146268315621E-04  1.45187403752790279E-04  1.46446452873631852E-04
+  1.47716386925111247E-04  1.48997300007946705E-04  1.50289287036272149E-04
+  1.51592443744666237E-04  1.52906866695242012E-04  1.54232653284797457E-04
+  1.55569901752028369E-04  1.56918711184802785E-04  1.58279181527498755E-04
+  1.59651413588405270E-04  1.61035509047186747E-04  1.62431570462412731E-04
+  1.63839701279151545E-04  1.65260005836630333E-04  1.66692589375960873E-04
+  1.68137558047931954E-04  1.69595018920869379E-04  1.71065079988563112E-04
+  1.72547850178263727E-04  1.74043439358746976E-04  1.75551958348448776E-04
+  1.77073518923669501E-04  1.78608233826849886E-04  1.80156216774917841E-04
+  1.81717582467707281E-04  1.83292446596449999E-04  1.84880925852339923E-04
+  1.86483137935172626E-04  1.88099201562057873E-04  1.89729236476208433E-04
+  1.91373363455803999E-04  1.93031704322931902E-04  1.94704381952605067E-04
+  1.96391520281857118E-04  1.98093244318916758E-04  1.99809680152460595E-04
+  2.01540954960945876E-04  2.03287197022024204E-04  2.05048535722035763E-04
+  2.06825101565585612E-04  2.08617026185202740E-04  2.10424442351082376E-04
+  2.12247483980911787E-04  2.14086286149781357E-04  2.15940985100180894E-04
+  2.17811718252082260E-04  2.19698624213108309E-04  2.21601842788790181E-04
+  2.23521514992912454E-04  2.25457783057948162E-04  2.27410790445582652E-04
+  2.29380681857329228E-04  2.31367603245235349E-04  2.33371701822681634E-04
+  2.35393126075273730E-04  2.37432025771828017E-04  2.39488551975451994E-04
+  2.41562857054719663E-04  2.43655094694944090E-04  2.45765419909546264E-04
+  2.47893989051521408E-04  2.50040959825005972E-04  2.52206491296942030E-04
+  2.54390743908843280E-04  2.56593879488662075E-04  2.58816061262758630E-04
+  2.61057453867973238E-04  2.63318223363802350E-04  2.65598537244679490E-04
+  2.67898564452361942E-04  2.70218475388423851E-04  2.72558441926856981E-04
+  2.74918637426779680E-04  2.77299236745255509E-04  2.79700416250221759E-04
+  2.82122353833529581E-04  2.84565228924095524E-04  2.87029222501167453E-04
+  2.89514517107703276E-04  2.92021296863865252E-04  2.94549747480630304E-04
+  2.97100056273517379E-04  2.99672412176432538E-04  3.02267005755633652E-04
+  3.04884029223814073E-04  3.07523676454308831E-04  3.10186142995420519E-04
+  3.12871626084871494E-04  3.15580324664377343E-04  3.18312439394346927E-04
+  3.21068172668708199E-04  3.23847728629862545E-04  3.26651313183764851E-04
+  3.29479134015135938E-04  3.32331400602804401E-04  3.35208324235178941E-04
+  3.38110118025855880E-04  3.41036996929358854E-04  3.43989177757013701E-04
+  3.46966879192960661E-04  3.49970321810302376E-04  3.52999728087391538E-04
+  3.56055322424257735E-04  3.59137331159175102E-04  3.62245982585372413E-04
+  3.65381506967885766E-04  3.68544136560556375E-04  3.71734105623173160E-04
+  3.74951650438763175E-04  3.78197009331029694E-04  3.81470422681939273E-04
+  3.84772132949460436E-04  3.88102384685452525E-04  3.91461424553710071E-04
+  3.94849501348159236E-04  3.98266866011211512E-04  4.01713771652273865E-04
+  4.05190473566417351E-04  4.08697229253205036E-04  4.12234298435681967E-04
+  4.15801943079526024E-04  4.19400427412363642E-04  4.23030017943249988E-04
+  4.26690983482316171E-04  4.30383595160583037E-04  4.34108126449946269E-04
+  4.37864853183329806E-04  4.41654053575012736E-04  4.45476008241130531E-04
+  4.49331000220347203E-04  4.53219314994710097E-04  4.57141240510677339E-04
+  4.61097067200326135E-04  4.65087088002742884E-04  4.69111598385594955E-04
+  4.73170896366885418E-04  4.77265282536894480E-04  4.81395060080307016E-04
+  4.85560534798528439E-04  4.89762015132191105E-04  4.93999812183851272E-04
+  4.98274239740880732E-04  5.02585614298551100E-04  5.06934255083316024E-04
+  5.11320484076290774E-04  5.15744626036930684E-04  5.20207008526911668E-04
+  5.24707961934213398E-04  5.29247819497406509E-04  5.33826917330145921E-04
+  5.38445594445872327E-04  5.43104192782723144E-04  5.47803057228654785E-04
+  5.52542535646776659E-04  5.57322978900901488E-04  5.62144740881311477E-04
+  5.67008178530741761E-04  5.71913651870584812E-04  5.76861524027316242E-04
+  5.81852161259143407E-04  5.86885932982880612E-04  5.91963211801050044E-04
+  5.97084373529212340E-04  6.02249797223527875E-04  6.07459865208549851E-04
+  6.12714963105255041E-04  6.18015479859304172E-04  6.23361807769548309E-04
+  6.28754342516770403E-04  6.34193483192670247E-04  6.39679632329093477E-04
+  6.45213195927506048E-04  6.50794583488717524E-04  6.56424208042852763E-04
+  6.62102486179577308E-04  6.67829838078573762E-04  6.73606687540276436E-04
+  6.79433462016863256E-04  6.85310592643505623E-04  6.91238514269882916E-04
+  6.97217665491958174E-04  7.03248488684022461E-04  7.09331430031004189E-04
+  7.15466939561050486E-04  7.21655471178380466E-04  7.27897482696412816E-04
+  7.34193435871168649E-04  7.40543796434953877E-04  7.46949034130322924E-04
+  7.53409622744323146E-04  7.59926040143025909E-04  7.66498768306344766E-04
+  7.73128293363141059E-04  7.79815105626624093E-04  7.86559699630042203E-04
+  7.93362574162671222E-04  8.00224232306101643E-04  8.07145181470821874E-04
+  8.14125933433112558E-04  8.21167004372237957E-04  8.28268914907946989E-04
+  8.35432190138285210E-04  8.42657359677716558E-04  8.49944957695561464E-04
+  8.57295522954746778E-04  8.64709598850880740E-04  8.72187733451644217E-04
+  8.79730479536505782E-04  8.87338394636763691E-04  8.95012041075917125E-04
+  9.02751986010363883E-04  9.10558801470434404E-04  9.18433064401759066E-04
+  9.26375356706974945E-04  9.34386265287768039E-04  9.42466382087264591E-04
+  9.50616304132760799E-04  9.58836633578802940E-04  9.67127977750616174E-04
+  9.75490949187885381E-04  9.83926165688892062E-04  9.92434250355003159E-04
+  1.00101583163552570E-03  1.00967154337291737E-03  1.01840202484836475E-03
+  1.02720792082772747E-03  1.03608988160785033E-03  1.04504856306324753E-03
+  1.05408462669316183E-03  1.06319873966899793E-03  1.07239157488213800E-03
+  1.08166381099213268E-03  1.09101613247528421E-03  1.10044922967360856E-03
+  1.10996379884419072E-03  1.11956054220892719E-03  1.12924016800466692E-03
+  1.13900339053374269E-03  1.14885093021490779E-03  1.15878351363466587E-03
+  1.16880187359901140E-03  1.17890674918557097E-03  1.18909888579615472E-03
+  1.19937903520971837E-03  1.20974795563573889E-03  1.22020641176800396E-03
+  1.23075517483882055E-03  1.24139502267364330E-03  1.25212673974612709E-03
+  1.26295111723359979E-03  1.27386895307296847E-03  1.28488105201705178E-03
+  1.29598822569134352E-03  1.30719129265121389E-03  1.31849107843954195E-03
+  1.32988841564479396E-03  1.34138414395953282E-03  1.35297911023938406E-03
+  1.36467416856243264E-03  1.37647018028907932E-03  1.38836801412233943E-03
+  1.40036854616859639E-03  1.41247265999880790E-03  1.42468124671016956E-03
+  1.43699520498823531E-03  1.44941544116949927E-03  1.46194286930443652E-03
+  1.47457841122101063E-03  1.48732299658864658E-03  1.50017756298267101E-03
+  1.51314305594921965E-03  1.52622042907062127E-03  1.53941064403124756E-03
+  1.55271467068384262E-03  1.56613348711633028E-03  1.57966807971909114E-03
+  1.59331944325272765E-03  1.60708858091630508E-03  1.62097650441607715E-03
+  1.63498423403469085E-03  1.64911279870088310E-03  1.66336323605965745E-03
+  1.67773659254295067E-03  1.69223392344078653E-03  1.70685629297292292E-03
+  1.72160477436097904E-03  1.73648044990106745E-03  1.75148441103690653E-03
+  1.76661775843343352E-03  1.78188160205090427E-03  1.79727706121949183E-03
+  1.81280526471437630E-03  1.82846735083133107E-03  1.84426446746280195E-03
+  1.86019777217448262E-03  1.87626843228238475E-03  1.89247762493039979E-03
+  1.90882653716836423E-03  1.92531636603060713E-03  1.94194831861499895E-03
+  1.95872361216249550E-03  1.97564347413716661E-03  1.99270914230672462E-03
+  2.00992186482353659E-03  2.02728290030613307E-03  2.04479351792119903E-03
+  2.06245499746605509E-03  2.08026862945162637E-03  2.09823571518588528E-03
+  2.11635756685779001E-03  2.13463550762168922E-03  2.15307087168221554E-03
+  2.17166500437964262E-03  2.19041926227572402E-03  2.20933501323999611E-03
+  2.22841363653655160E-03  2.24765652291125878E-03  2.26706507467947698E-03
+  2.28664070581418785E-03  2.30638484203460380E-03  2.32629892089520956E-03
+  2.34638439187525747E-03  2.36664271646869814E-03  2.38707536827453826E-03
+  2.40768383308763477E-03  2.42846960898990836E-03  2.44943420644197322E-03
+  2.47057914837517855E-03  2.49190597028405491E-03  2.51341622031915754E-03
+  2.53511145938029731E-03  2.55699326121016680E-03  2.57906321248832070E-03
+  2.60132291292554732E-03  2.62377397535857974E-03  2.64641802584517213E-03
+  2.66925670375950342E-03  2.69229166188792628E-03  2.71552456652502522E-03
+  2.73895709756999178E-03  2.76259094862330024E-03  2.78642782708366996E-03
+  2.81046945424530707E-03  2.83471756539540719E-03  2.85917390991190972E-03
+  2.88384025136150055E-03  2.90871836759782785E-03  2.93381005085993456E-03
+  2.95911710787088349E-03  2.98464135993657198E-03  3.01038464304469438E-03
+  3.03634880796387193E-03  3.06253572034289592E-03  3.08894726081009778E-03
+  3.11558532507280736E-03  3.14245182401688260E-03  3.16954868380630445E-03
+  3.19687784598279802E-03  3.22444126756547562E-03  3.25224092115046623E-03
+  3.28027879501051464E-03  3.30855689319452728E-03  3.33707723562704037E-03
+  3.36584185820758665E-03  3.39485281290992282E-03  3.42411216788111568E-03
+  3.45362200754042482E-03  3.48338443267799192E-03  3.51340156055327110E-03
+  3.54367552499319522E-03  3.57420847649003812E-03  3.60500258229892604E-03
+  3.63606002653499901E-03  3.66738301027014300E-03  3.69897375162929519E-03
+  3.73083448588627234E-03  3.76296746555905993E-03  3.79537496050457194E-03
+  3.82805925801278993E-03  3.86102266290028065E-03  3.89426749760301118E-03
+  3.92779610226845748E-03  3.96161083484691638E-03  3.99571407118201431E-03
+  4.03010820510034048E-03  4.06479564850012985E-03  4.09977883143904358E-03
+  4.13506020222084887E-03  4.17064222748104313E-03  4.20652739227135759E-03
+  4.24271820014303271E-03  4.27921717322885756E-03  4.31602685232387786E-03
+  4.35314979696471444E-03  4.39058858550745151E-03  4.42834581520397830E-03
+  4.46642410227675660E-03  4.50482608199193838E-03  4.54355440873071507E-03
+  4.58261175605889203E-03  4.62200081679454543E-03  4.66172430307371880E-03
+  4.70178494641406135E-03  4.74218549777632656E-03  4.78292872762364155E-03
+  4.82401742597845379E-03  4.86545440247707160E-03  4.90724248642167987E-03
+  4.94938452682975889E-03  4.99188339248079170E-03  5.03474197196014401E-03
+  5.07796317370004698E-03  5.12154992601750094E-03  5.16550517714908525E-03
+  5.20983189528245651E-03  5.25453306858448231E-03  5.29961170522586997E-03
+  5.34507083340213414E-03  5.39091350135082088E-03  5.43714277736481125E-03
+  5.48376174980158820E-03  5.53077352708831928E-03  5.57818123772260439E-03
+  5.62598803026875035E-03  5.67419707334939055E-03  5.72281155563233047E-03
+  5.77183468581241466E-03  5.82126969258827797E-03  5.87111982463379804E-03
+  5.92138835056404880E-03  5.97207855889562815E-03  6.02319375800110246E-03
+  6.07473727605744359E-03  6.12671246098818803E-03  6.17912268039920009E-03
+  6.23197132150774165E-03  6.28526179106471405E-03  6.33899751526977289E-03
+  6.39318193967917600E-03  6.44781852910604643E-03  6.50291076751287767E-03
+  6.55846215789598636E-03  6.61447622216171371E-03  6.67095650099405225E-03
+  6.72790655371348443E-03  6.78532995812673647E-03  6.84323031036717256E-03
+  6.90161122472554567E-03  6.96047633347076852E-03  7.01982928666050610E-03
+  7.07967375194112035E-03  7.14001341433680506E-03  7.20085197602748396E-03
+  7.26219315611510447E-03  7.32404069037817605E-03  7.38639833101391655E-03
+  7.44926984636784355E-03  7.51265902065037083E-03  7.57656965364003621E-03
+  7.64100556037293141E-03  7.70597057081796790E-03  7.77146852953756236E-03
+  7.83750329533326913E-03  7.90407874087598224E-03  7.97119875232020492E-03
+  8.03886722890194763E-03  8.10708808251979843E-03  8.17586523729862437E-03
+  8.24520262913547991E-03  8.31510420522712373E-03  8.38557392357869302E-03
+  8.45661575249295749E-03  8.52823367003960851E-03  8.60043166350399867E-03
+  8.67321372881478883E-03  8.74658386994985049E-03  8.82054609831986816E-03
+  8.89510443212894984E-03  8.97026289571165210E-03  9.04602551884575029E-03
+  9.12239633604002530E-03  9.19937938579643531E-03  9.27697870984591118E-03
+  9.35519835235706920E-03  9.43404235911707648E-03  9.51351477668389151E-03
+  9.59361965150910823E-03  9.67436102903056899E-03  9.75574295273392601E-03
+  9.83776946318232030E-03  9.92044459701324141E-03  1.00037723859017456E-02
+  1.00877568554890613E-02  1.01724020242756289E-02  1.02577119024776925E-02
+  1.03436904908463297E-02  1.04303417794480019E-02  1.05176697464055245E-02
+  1.06056783565984213E-02  1.06943715603215715E-02  1.07837532919009722E-02
+  1.08738274682655209E-02  1.09645979874736475E-02  1.10560687271935298E-02
+  1.11482435431356983E-02  1.12411262674367296E-02  1.13347207069927746E-02
+  1.14290306417415451E-02  1.15240598228913849E-02  1.16198119710960602E-02
+  1.17162907745738468E-02  1.18134998871693431E-02  1.19114429263566645E-02
+  1.20101234711823199E-02  1.21095450601462797E-02  1.22097111890196036E-02
+  1.23106253085969453E-02  1.24122908223822364E-02  1.25147110842058467E-02
+  1.26178893957714002E-02  1.27218290041304569E-02  1.28265330990830328E-02
+  1.29320048105024312E-02  1.30382472055819536E-02  1.31452632860017630E-02
+  1.32530559850137942E-02  1.33616281644426196E-02  1.34709826116000148E-02
+  1.35811220361111498E-02  1.36920490666500808E-02  1.38037662475822415E-02
+  1.39162760355115312E-02  1.40295807957296903E-02  1.41436827985653331E-02
+  1.42585842156302302E-02  1.43742871159601715E-02  1.44907934620477942E-02
+  1.46081051057646242E-02  1.47262237841695939E-02  1.48451511152011602E-02
+  1.49648885932501165E-02  1.50854375846101625E-02  1.52067993228031089E-02
+  1.53289749037757387E-02  1.54519652809649560E-02  1.55757712602281780E-02
+  1.57003934946354541E-02  1.58258324791200819E-02  1.59520885449840645E-02
+  1.60791618542550294E-02  1.62070523938908639E-02  1.63357599698283652E-02
+  1.64652842008721767E-02  1.65956245124200784E-02  1.67267801300206402E-02
+  1.68587500727592904E-02  1.69915331464685904E-02  1.71251279367584976E-02
+  1.72595328018623102E-02  1.73947458652939473E-02  1.75307650083119833E-02
+  1.76675878621858490E-02  1.78052118002596307E-02  1.79436339298085015E-02
+  1.80828510836830818E-02  1.82228598117366025E-02  1.83636563720298782E-02
+  1.85052367218088674E-02  1.86475965082495143E-02  1.87907310589645465E-02
+  1.89346353722666012E-02  1.90793041071821920E-02  1.92247315732107758E-02
+  1.93709117198229246E-02  1.95178381256919733E-02  1.96655039876527660E-02
+  1.98139021093814913E-02  1.99630248897903761E-02  2.01128643111306779E-02
+  2.02634119267975539E-02  2.04146588488301681E-02  2.05665957351002446E-02
+  2.07192127761822338E-02  2.08724996818980546E-02  2.10264456675292796E-02
+  2.11810394396896376E-02  2.13362691818502932E-02  2.14921225395105601E-02
+  2.16485866050064799E-02  2.18056479019491829E-02  2.19632923692858542E-02
+  2.21215053449746041E-02  2.22802715492655852E-02  2.24395750675800212E-02
+  2.25993993329788208E-02  2.27597271082122868E-02  2.29205404673423659E-02
+  2.30818207769287256E-02  2.32435486767698998E-02  2.34057040601904805E-02
+  2.35682660538653575E-02  2.37312129971719542E-02  2.38945224210609201E-02
+  2.40581710264362696E-02  2.42221346620352211E-02  2.43863883017982029E-02
+  2.45509060217195298E-02  2.47156609761687365E-02  2.48806253736729016E-02
+  2.50457704521499097E-02  2.52110664535826999E-02  2.53764825981243718E-02
+  2.55419870576239876E-02  2.57075469285628459E-02  2.58731282043909265E-02
+  2.60386957472532599E-02  2.62042132590956760E-02  2.63696432521396719E-02
+  2.65349470187159799E-02  2.67000846004462125E-02  2.68650147567623052E-02
+  2.70296949327532808E-02  2.71940812263287944E-02  2.73581283546891763E-02
+  2.75217896200915524E-02  2.76850168749017377E-02  2.78477604859216979E-02
+  2.80099692979823602E-02  2.81715905967917582E-02  2.83325700710286149E-02
+  2.84928517736714702E-02  2.86523780825537616E-02  2.88110896601353854E-02
+  2.89689254124814409E-02  2.91258224474391404E-02  2.92817160320039578E-02
+  2.94365395488666338E-02  2.95902244521325970E-02  2.97427002222060109E-02
+  2.98938943198307598E-02  3.00437321392811943E-02  3.01921369606958506E-02
+  3.03390299015477288E-02  3.04843298672453390E-02  3.06279535008590308E-02
+  3.07698151319679772E-02  3.09098267246233661E-02  3.10478978244244329E-02
+  3.11839355047043403E-02  3.13178443118236755E-02  3.14495262095703665E-02
+  3.15788805226651925E-02  3.17058038793734814E-02  3.18301901532239695E-02
+  3.19519304038372726E-02  3.20709128168671712E-02  3.21870226430590947E-02
+  3.23001421364315089E-02  3.24101504915867700E-02  3.25169237801601341E-02
+  3.26203348864158305E-02  3.27202534420016136E-02  3.28165457598744159E-02
+  3.29090747674110132E-02  3.29976999387198988E-02  3.30822772261719772E-02
+  3.31626589911698452E-02  3.32386939341771034E-02  3.33102270240316911E-02
+  3.33770994265690929E-02  3.34391484325836791E-02  3.34962073851588979E-02
+  3.35481056063997238E-02  3.35946683236029928E-02  3.36357165949047188E-02
+  3.36710672344455730E-02  3.37005327370997476E-02  3.37239212028145469E-02
+  3.37410362606123948E-02  3.37516769923095830E-02  3.37556378560104065E-02
+  3.37527086094385198E-02  3.37426742331718502E-02  3.37253148538510655E-02
+  3.37004056674361785E-02  3.36677168625901940E-02  3.36270135442733528E-02
+  3.35780556576365033E-02  3.35205979123068543E-02  3.34543897071648624E-02
+  3.33791750557163452E-02  3.32946925121692799E-02  3.32006750983311547E-02
+  3.30968502314478996E-02  3.29829396531126362E-02  3.28586593593782408E-02
+  3.27237195322147290E-02  3.25778244724593338E-02  3.24206725344144270E-02
+  3.22519560622554768E-02  3.20713613284193400E-02  3.18785684741507980E-02
+  3.16732514523931363E-02  3.14550779732176294E-02  3.12237094519945343E-02
+  3.09788009605177321E-02  3.07200011813038472E-02  3.04469523652962752E-02
+  3.01592902932139098E-02  2.98566442407944173E-02  2.95386369481918203E-02
+  2.92048845937984240E-02  2.88549967727718300E-02  2.84885764805584661E-02
+  2.81052201017158373E-02  2.77045174043472515E-02  2.72860515404737616E-02
+  2.68493990526800681E-02  2.63941298873823053E-02  2.59198074150781173E-02
+  2.54259884579511423E-02  2.49122233252139572E-02  2.43780558565865890E-02
+  2.38230234743189231E-02  2.32466572441788755E-02  2.26484819458394396E-02
+  2.20280161531118956E-02  2.13847723244815040E-02  2.07182569044190718E-02
+  2.00279704359494458E-02  1.93134076849724931E-02  1.85740577768433238E-02
+  1.78094043457296819E-02  1.70189256972761022E-02  1.62020949851149482E-02
+  1.53583804017746461E-02  1.44872453845458007E-02  1.35881488368742049E-02
+  1.26605453658594335E-02  1.17038855364440808E-02  1.07176161428870903E-02
+  9.70118049811893000E-03  8.65401874158281369E-03  7.57556816616829568E-03
+  6.46526356484707337E-03  5.32253759762074067E-03  4.14682117939029100E-03
+  2.93754388935393070E-03  1.69413440253601984E-03  4.16020944042886850E-04
+ -8.97368233366949847E-04 -2.24660434782173552E-03 -3.63225756242285553E-03
+ -5.05489643433223914E-03 -6.51508733833504414E-03 -8.01339386437397924E-03
+ -9.55037618857945865E-03 -1.11265904173483976E-02 -1.27425879040601788E-02
+ -1.43989145380558729E-02 -1.60961100055512160E-02 -1.78347070222009685E-02
+ -1.96152305370860085E-02 -2.14381969079541941E-02 -2.33041130476093032E-02
+ -2.52134755414150369E-02 -2.71667697359576840E-02 -2.91644687989957088E-02
+ -3.12070327509170638E-02 -3.32949074680233131E-02 -3.54285236580688320E-02
+ -3.76082958085979108E-02 -3.98346211087489965E-02 -4.21078783453277400E-02
+ -4.44284267740962038E-02 -4.67966049673777112E-02 -4.92127296392420588E-02
+ -5.16770944497103521E-02 -5.41899687896037624E-02 -5.67515965478605153E-02
+ -5.93621948633502178E-02 -6.20219528634403106E-02 -6.47310303917980057E-02
+ -6.74895567281607461E-02 -7.02976293030618260E-02 -7.31553124107706121E-02
+ -7.60626359239903044E-02 -7.90195940141462799E-02 -8.20261438814107874E-02
+ -8.50822044989237997E-02 -8.81876553760004983E-02 -9.13423353454563824E-02
+ -9.45460413805294109E-02 -9.77985274472363691E-02 -1.01099503398362892E-01
+ -1.04448633915666930E-01 -1.07845537507231207E-01 -1.11289785567293062E-01
+ -1.14780901506245134E-01 -1.18318359958870301E-01 -1.21901586079239649E-01
+ -1.25529954931048793E-01 -1.29202790982505589E-01 -1.32919367715189557E-01
+ -1.36678907356593410E-01 -1.40480580746303485E-01 -1.44323507345986174E-01
+ -1.48206755403502616E-01 -1.52129342281575541E-01 -1.56090234961453161E-01
+ -1.60088350731959428E-01 -1.64122558074166452E-01 -1.68191677751654278E-01
+ -1.72294484115927155E-01 -1.76429706636009181E-01 -1.80596031660525569E-01
+ -1.84792104419664344E-01 -1.89016531273286631E-01 -1.93267882210066633E-01
+ -1.97544693600892302E-01 -2.01845471207769883E-01 -2.06168693447146334E-01
+ -2.10512814903826284E-01 -2.14876270088478344E-01 -2.19257477428036945E-01
+ -2.23654843474059728E-01 -2.28066767309230561E-01 -2.32491645126625096E-01
+ -2.36927874950009831E-01 -2.41373861456242483E-01 -2.45828020852667806E-01
+ -2.50288785753186582E-01 -2.54754609986253322E-01 -2.59223973256371143E-01
+ -2.63695385567482676E-01 -2.68167391301922742E-01 -2.72638572832087811E-01
+ -2.77107553523536276E-01 -2.81572999967628745E-01 -2.86033623258875214E-01
+ -2.90488179106590416E-01 -2.94935466542035063E-01 -2.99374324950646253E-01
+ -3.03803629123907182E-01 -3.08222281986555380E-01 -3.12629204611773959E-01
+ -3.17023323089370479E-01 -3.21403551759243455E-01 -3.25768793436565729E-01
+ -3.30117939649535785E-01 -3.34449870889905132E-01
+  END     
+   TPHI    3 #tphi(r), for tphi(r)/r*Ylm)
+  0.00000000000000000E+00  5.95248564622553448E-16  2.40162366569375810E-15
+  5.45053888901721955E-15  9.77404309437304096E-15  1.54048322234986142E-14
+  2.23762613198336255E-14  3.07223567637625817E-14  4.04778287271580745E-14
+  5.16780838510900447E-14  6.43592381506358310E-14  7.85581301507995129E-14
+  9.43123342576053436E-14  1.11660174368520103E-13  1.30640737726417073E-13
+  1.51293889021370512E-13  1.73660284744654921E-13  1.97781387799385168E-13
+  2.23699482372318215E-13  2.51457689071422484E-13  2.81099980333886792E-13
+  3.12671196109337314E-13  3.46217059823101501E-13  3.81784194624455229E-13
+  4.19420139924866509E-13  4.59173368231335014E-13  5.01093302280028872E-13
+  5.45230332475496128E-13  5.91635834640828818E-13  6.40362188084250794E-13
+  6.91462793987691602E-13  7.44992094123017598E-13  8.01005589901663589E-13
+  8.59559861763554846E-13  9.20712588911262921E-13  9.84522569395466034E-13
+  1.05104974055790346E-12  1.12035519983809206E-12  1.19250122595021012E-12
+  1.26755130043662972E-12  1.34557012960476257E-12  1.42662366685389073E-12
+  1.51077913539888638E-12  1.59810505139776369E-12  1.68867124749016663E-12
+  1.78254889675400402E-12  1.87981053708757186E-12  1.98053009602464621E-12
+  2.08478291599012945E-12  2.19264578000401128E-12  2.30419693784146854E-12
+  2.41951613265717252E-12  2.53868462808188481E-12  2.66178523579967713E-12
+  2.78890234361419607E-12  2.92012194401252159E-12  3.05553166323541381E-12
+  3.19522079086277216E-12  3.33928030992335507E-12  3.48780292753799269E-12
+  3.64088310610559449E-12  3.79861709504151728E-12  3.96110296307794787E-12
+  4.12844063113615269E-12  4.30073190578067404E-12  4.47808051326557195E-12
+  4.66059213418320654E-12  4.84837443872603314E-12  5.04153712257217714E-12
+  5.24019194340576909E-12  5.44445275808307269E-12  5.65443556045582804E-12
+  5.87025851986317732E-12  6.09204202030410002E-12  6.31990870030202466E-12
+  6.55398349347397462E-12  6.79439366981640624E-12  7.04126887772043194E-12
+  7.29474118672909388E-12  7.55494513104973874E-12  7.82201775383471899E-12
+  8.09609865224383387E-12  8.37733002330223464E-12  8.66585671056769449E-12
+  8.96182625162144025E-12  9.26538892639690989E-12  9.57669780636115555E-12
+  9.89590880456380071E-12  1.02231807265686879E-11  1.05586753222837397E-11
+  1.09025573387046989E-11  1.12549945735887266E-11  1.16161579300741816E-11
+  1.19862214722630930E-11  1.23653624817831483E-11  1.27537615153463859E-11
+  1.31516024633219849E-11  1.35590726093409247E-11  1.39763626909504732E-11
+  1.44036669613369970E-11  1.48411832521356804E-11  1.52891130373461592E-11
+  1.57476614983734087E-11  1.62170375902136964E-11  1.66974541088053716E-11
+  1.71891277595650123E-11  1.76922792271296595E-11  1.82071332463261828E-11
+  1.87339186743891730E-11  1.92728685644493121E-11  1.98242202403142488E-11
+  2.03882153725647753E-11  2.09651000559890817E-11  2.15551248883786661E-11
+  2.21585450507095169E-11  2.27756203887328239E-11  2.34066154959999946E-11
+  2.40517997983468235E-11  2.47114476398623151E-11  2.53858383703683329E-11
+  2.60752564344361724E-11  2.67799914619670611E-11  2.75003383603638640E-11
+  2.82365974083218647E-11  2.89890743512666998E-11  2.97580804984683291E-11
+  3.05439328218605231E-11  3.13469540565952061E-11  3.21674728033621972E-11
+  3.30058236325053260E-11  3.38623471899659415E-11  3.47373903050859364E-11
+  3.56313061003027402E-11  3.65444541027692906E-11  3.74772003579323168E-11
+  3.84299175451038300E-11  3.94029850950596657E-11  4.03967893097012344E-11
+  4.14117234838161261E-11  4.24481880289740628E-11  4.35065905995960869E-11
+  4.45873462212340212E-11  4.56908774210994470E-11  4.68176143608813418E-11
+  4.79679949718920953E-11  4.91424650925824864E-11  5.03414786084673290E-11
+  5.15654975945035155E-11  5.28149924599633916E-11  5.40904420958469110E-11
+  5.53923340248768935E-11  5.67211645541223006E-11  5.80774389302958061E-11
+  5.94616714977718657E-11  6.08743858593726308E-11  6.23161150399707735E-11
+  6.37874016529571428E-11  6.52887980696244052E-11  6.68208665915168858E-11
+  6.83841796257979762E-11  6.99793198636888507E-11  7.16068804620311863E-11
+  7.32674652280280262E-11  7.49616888072196174E-11  7.66901768747489201E-11
+  7.84535663299755697E-11  8.02525054944954971E-11  8.20876543136268482E-11
+  8.39596845614209737E-11  8.58692800492618829E-11  8.78171368381151531E-11
+  8.98039634544902350E-11  9.18304811101818220E-11  9.38974239258549350E-11
+  9.60055391585411487E-11  9.81555874331149018E-11  1.00348342977817382E-10
+  1.02584593863901013E-10  1.04865142249463994E-10  1.07190804627549650E-10
+  1.09562412078583687E-10  1.11980810527225936E-10  1.14446861003712678E-10
+  1.16961439909768560E-10  1.19525439289166817E-10  1.22139767103019716E-10
+  1.24805347509881124E-10  1.27523121150745008E-10  1.30294045439025618E-10
+  1.33119094855605313E-10  1.35999261249039036E-10  1.38935554141005465E-10
+  1.41929001037095128E-10  1.44980647743029841E-10  1.48091558686406321E-10
+  1.51262817244063072E-10  1.54495526075164453E-10  1.57790807460105579E-10
+  1.61149803645336642E-10  1.64573677194210947E-10  1.68063611343961276E-10
+  1.71620810368911658E-10  1.75246499950031891E-10  1.78941927550948053E-10
+  1.82708362800517744E-10  1.86547097882087068E-10  1.90459447929544812E-10
+  1.94446751430292792E-10  1.98510370635251073E-10  2.02651691976022865E-10
+  2.06872126489341986E-10  2.11173110248930601E-10  2.15556104804896215E-10
+  2.20022597630798784E-10  2.24574102578521289E-10  2.29212160341080955E-10
+  2.33938338923517717E-10  2.38754234122001260E-10  2.43661470011300318E-10
+  2.48661699440758772E-10  2.53756604538927132E-10  2.58947897227000011E-10
+  2.64237319741213302E-10  2.69626645164355953E-10  2.75117677966556150E-10
+  2.80712254555502680E-10  2.86412243836266085E-10  2.92219547780886600E-10
+  2.98136102007897251E-10  3.04163876371959962E-10  3.10304875563783203E-10
+  3.16561139720507512E-10  3.22934745046735377E-10  3.29427804446395481E-10
+  3.36042468165624681E-10  3.42780924446864856E-10  3.49645400194366153E-10
+  3.56638161651295842E-10  3.63761515088655946E-10  3.71017807506213554E-10
+  3.78409427345654273E-10  3.85938805216170071E-10  3.93608414632700344E-10
+  4.01420772767041585E-10  4.09378441212056446E-10  4.17484026759203763E-10
+  4.25740182189624625E-10  4.34149607079020132E-10  4.42715048616560455E-10
+  4.51439302438066133E-10  4.60325213473720286E-10  4.69375676810548282E-10
+  4.78593638569937670E-10  4.87982096800450038E-10  4.97544102386193643E-10
+  5.07282759971030502E-10  5.17201228898887187E-10  5.27302724170456307E-10
+  5.37590517416568476E-10  5.48067937888528093E-10  5.58738373465705152E-10
+  5.69605271680687160E-10  5.80672140762292886E-10  5.91942550696759781E-10
+  6.03420134307423234E-10  6.15108588353207047E-10  6.27011674646249289E-10
+  6.39133221189008455E-10  6.51477123331170995E-10  6.64047344946720427E-10
+  6.76847919631508856E-10  6.89882951921693394E-10  7.03156618533394316E-10
+  7.16673169623952759E-10  7.30436930075152343E-10  7.44452300798800209E-10
+  7.58723760065041358E-10  7.73255864853815121E-10  7.88053252229848029E-10
+  8.03120640741593652E-10  8.18462831844540881E-10  8.34084711349307945E-10
+  8.49991250894954067E-10  8.66187509447952229E-10  8.82678634827268057E-10
+  8.99469865255989875E-10  9.16566530939986976E-10  9.33974055674050044E-10
+  9.51697958476007136E-10  9.69743855249287123E-10  9.88117460474436836E-10
+  1.00682458893008863E-09  1.02587115744389434E-09  1.04526318667394058E-09
+  1.06500680292118651E-09  1.08510823997344958E-09  1.10557384098150137E-09
+  1.12641006036782002E-09  1.14762346576857636E-09  1.16922074000942615E-09
+  1.19120868311569363E-09  1.21359421435756005E-09  1.23638437433084188E-09
+  1.25958632707399601E-09  1.28320736222197234E-09  1.30725489719756370E-09
+  1.33173647944089128E-09  1.35665978867770158E-09  1.38203263922714365E-09
+  1.40786298234971032E-09  1.43415890863605035E-09  1.46092865043735295E-09
+  1.48818058433803191E-09  1.51592323367144507E-09  1.54416527107939737E-09
+  1.57291552111618313E-09  1.60218296289795189E-09  1.63197673279817137E-09
+  1.66230612719001447E-09  1.69318060523644735E-09  1.72460979172888751E-09
+  1.75660347997524838E-09  1.78917163473824167E-09  1.82232439522481032E-09
+  1.85607207812757798E-09  1.89042518071921461E-09  1.92539438400065425E-09
+  1.96099055590407900E-09  1.99722475455164334E-09  2.03410823157088701E-09
+  2.07165243546783616E-09  2.10986901505879613E-09  2.14876982296184079E-09
+  2.18836691914905272E-09  2.22867257456056104E-09  2.26969927478146003E-09
+  2.31145972378268432E-09  2.35396684772697315E-09  2.39723379884104094E-09
+  2.44127395935510109E-09  2.48610094551094274E-09  2.53172861163970743E-09
+  2.57817105431061387E-09  2.62544261655184641E-09  2.67355789214486933E-09
+  2.72253172999343235E-09  2.77237923856857907E-09  2.82311579043097116E-09
+  2.87475702683186921E-09  2.92731886239414986E-09  2.98081748987473615E-09
+  3.03526938500985467E-09  3.09069131144458951E-09  3.14710032574814942E-09
+  3.20451378251637815E-09  3.26294933956300063E-09  3.32242496320115998E-09
+  3.38295893361681834E-09  3.44456985033558571E-09  3.50727663778465340E-09
+  3.57109855095143695E-09  3.63605518114063449E-09  3.70216646183140000E-09
+  3.76945267463639174E-09  3.83793445536442424E-09  3.90763280018857127E-09
+  3.97856907192153067E-09  4.05076500640009794E-09  4.12424271898067478E-09
+  4.19902471114774240E-09  4.27513387723723187E-09  4.35259351127680485E-09
+  4.43142731394508209E-09  4.51165939965190495E-09  4.59331430374166243E-09
+  4.67641698982191866E-09  4.76099285721943448E-09  4.84706774856586362E-09
+  4.93466795751531146E-09  5.02382023659610459E-09  5.11455180519907917E-09
+  5.20689035770474539E-09  5.30086407175178074E-09  5.39650161664925585E-09
+  5.49383216193515052E-09  5.59288538608364726E-09  5.69369148536379973E-09
+  5.79628118285226770E-09  5.90068573760269024E-09  6.00693695397449469E-09
+  6.11506719112389666E-09  6.22510937265989367E-09  6.33709699646813425E-09
+  6.45106414470556755E-09  6.56704549396885472E-09  6.68507632563954286E-09
+  6.80519253640910380E-09  6.92743064898691358E-09  7.05182782299440317E-09
+  7.17842186604858051E-09  7.30725124503824018E-09  7.43835509759616851E-09
+  7.57177324377080846E-09  7.70754619790076238E-09  7.84571518069580294E-09
+  7.98632213152778518E-09  8.12940972093527073E-09  8.27502136334551760E-09
+  8.42320123001756386E-09  8.57399426221036395E-09  8.72744618457973471E-09
+  8.88360351880825047E-09  9.04251359747198627E-09  9.20422457814833471E-09
+  9.36878545776901066E-09  9.53624608722256840E-09  9.70665718621068950E-09
+  9.88007035836271813E-09  1.00565381066129172E-08  1.02361138488449702E-08
+  1.04188519338083668E-08  1.06048076573115474E-08  1.07940372786963612E-08
+  1.09865980375989276E-08  1.11825481710017988E-08  1.13819469305824921E-08
+  1.15848546003635169E-08  1.17913325146692140E-08  1.20014430763946394E-08
+  1.22152497755919374E-08  1.24328172083798285E-08  1.26542110961816249E-08
+  1.28794983052976674E-08  1.31087468668178934E-08  1.33420259968804484E-08
+  1.35794061172824210E-08  1.38209588764487471E-08  1.40667571707654567E-08
+  1.43168751662838370E-08  1.45713883208015955E-08  1.48303734063279162E-08
+  1.50939085319387884E-08  1.53620731670296353E-08  1.56349481649719458E-08
+  1.59126157871810645E-08  1.61951597276022263E-08  1.64826651376220770E-08
+  1.67752186514131197E-08  1.70729084117186188E-08  1.73758240960854783E-08
+  1.76840569435531318E-08  1.79976997818060933E-08  1.83168470547983850E-08
+  1.86415948508580607E-08  1.89720409312799019E-08  1.93082847594152846E-08
+  1.96504275302672396E-08  1.99985722005999725E-08  2.03528235195714526E-08
+  2.07132880598984021E-08  2.10800742495627710E-08  2.14532924040691239E-08
+  2.18330547592626240E-08  2.22194755047171990E-08  2.26126708177038916E-08
+  2.30127588977494698E-08  2.34198600017954077E-08  2.38340964799679913E-08
+  2.42555928119697781E-08  2.46844756441034378E-08  2.51208738269389365E-08
+  2.55649184536351765E-08  2.60167428989274774E-08  2.64764828587925337E-08
+  2.69442763908024845E-08  2.74202639551802258E-08  2.79045884565679888E-08
+  2.83973952865217120E-08  2.88988323667436724E-08  2.94090501930663719E-08
+  2.99282018802005634E-08  3.04564432072607934E-08  3.09939326640819082E-08
+  3.15408314983403268E-08  3.20973037634939987E-08  3.26635163675552949E-08
+  3.32396391227112241E-08  3.38258447958059674E-08  3.44223091597002517E-08
+  3.50292110455231571E-08  3.56467323958319251E-08  3.62750583186949462E-08
+  3.69143771427148276E-08  3.75648804730071072E-08  3.82267632481517512E-08
+  3.89002237981339396E-08  3.95854639032913656E-08  4.02826888542862597E-08
+  4.09921075131186348E-08  4.17139323751998849E-08  4.24483796325047629E-08
+  4.31956692378205626E-08  4.39560249701123942E-08  4.47296745010241435E-08
+  4.55168494625347599E-08  4.63177855157899525E-08  4.71327224211296208E-08
+  4.79619041093318948E-08  4.88055787540950347E-08  4.96639988457782929E-08
+  5.05374212664238934E-08  5.14261073660827208E-08  5.23303230404654041E-08
+  5.32503388099428491E-08  5.41864298999188993E-08  5.51388763225995870E-08
+  5.61079629601826620E-08  5.70939796494922096E-08  5.80972212680840501E-08
+  5.91179878218464287E-08  6.01565845341228568E-08  6.12133219363830581E-08
+  6.22885159604691716E-08  6.33824880324442220E-08  6.44955651680712495E-08
+  6.56280800699508886E-08  6.67803712263462772E-08  6.79527830117251794E-08
+  6.91456657890480148E-08  7.03593760138335194E-08  7.15942763400319346E-08
+  7.28507357277365886E-08  7.41291295527683608E-08  7.54298397181620652E-08
+  7.67532547675903300E-08  7.80997700007576750E-08  7.94697875907992251E-08
+  8.08637167037184972E-08  8.22819736199002451E-08  8.37249818577341374E-08
+  8.51931722993856241E-08  8.66869833187518969E-08  8.82068609116405031E-08
+  8.97532588282090488E-08  9.13266387077058923E-08  9.29274702155510715E-08
+  9.45562311827986376E-08  9.62134077480215820E-08  9.78994945016611797E-08
+  9.96149946328840397E-08  1.01360420078990061E-07  1.03136291677415633E-07
+  1.04943139320377484E-07  1.06781502112202209E-07  1.08651928529389599E-07
+  1.10554976583455318E-07  1.12491213986602989E-07  1.14461218320273764E-07
+  1.16465577206623728E-07  1.18504888482979714E-07  1.20579760379325853E-07
+  1.22690811698872882E-07  1.24838672001763680E-07  1.27023981791970562E-07
+  1.29247392707438356E-07  1.31509567713529737E-07  1.33811181299832830E-07
+  1.36152919680385024E-07  1.38535480997375747E-07  1.40959575528387417E-07
+  1.43425925897236401E-07  1.45935267288475498E-07  1.48488347665623200E-07
+  1.51085927993182851E-07  1.53728782462518837E-07  1.56417698721655191E-07
+  1.59153478109067121E-07  1.61936935891532093E-07  1.64768901506113114E-07
+  1.67650218806344918E-07  1.70581746312696073E-07  1.73564357467381878E-07
+  1.76598940893603189E-07  1.79686400659287387E-07  1.82827656545411474E-07
+  1.86023644318985015E-07  1.89275316010774776E-07  1.92583640197853096E-07
+  1.95949602291054540E-07  1.99374204827424579E-07  2.02858467767748733E-07
+  2.06403428799248791E-07  2.10010143643536830E-07  2.13679686369918946E-07
+  2.17413149714139222E-07  2.21211645402661456E-07  2.25076304482582239E-07
+  2.29008277657275578E-07  2.33008735627865644E-07  2.37078869440631254E-07
+  2.41219890840445953E-07  2.45433032630354331E-07  2.49719549037395599E-07
+  2.54080716084779752E-07  2.58517831970529909E-07  2.63032217452698865E-07
+  2.67625216241278267E-07  2.72298195396913908E-07  2.77052545736545629E-07
+  2.81889682246094520E-07  2.86811044500315456E-07  2.91818097089944265E-07
+  2.96912330056261581E-07  3.02095259333206872E-07  3.07368427197168773E-07
+  3.12733402724589915E-07  3.18191782257517893E-07  3.23745189877243372E-07
+  3.29395277886163902E-07  3.35143727298016408E-07  3.40992248336626285E-07
+  3.46942580943316397E-07  3.52996495293130193E-07  3.59155792320020989E-07
+  3.65422304251162731E-07  3.71797895150539534E-07  3.78284461471978622E-07
+  3.84883932621786729E-07  3.91598271531159129E-07  3.98429475238530410E-07
+  4.05379575482039027E-07  4.12450639302282877E-07  4.19644769655543262E-07
+  4.26964106037656886E-07  4.34410825118728461E-07  4.41987141388862669E-07
+  4.49695307815112438E-07  4.57537616509837747E-07  4.65516399410671129E-07
+  4.73634028972294813E-07  4.81892918870229930E-07  4.90295524716851665E-07
+  4.98844344789838338E-07  5.07541920773272611E-07  5.16390838511613885E-07
+  5.25393728776766686E-07  5.34553268048468206E-07  5.43872179308234524E-07
+  5.53353232847089738E-07  5.62999247087329382E-07  5.72813089418550942E-07
+  5.82797677048208346E-07  5.92955977866936688E-07  6.03291011328904600E-07
+  6.13805849347458201E-07  6.24503617206319973E-07  6.35387494486611153E-07
+  6.46460716009976549E-07  6.57726572798087790E-07  6.69188413048811107E-07
+  6.80849643129328154E-07  6.92713728586505820E-07  7.04784195174813160E-07
+  7.17064629902090936E-07  7.29558682093481216E-07  7.42270064473838710E-07
+  7.55202554268939141E-07  7.68359994325807475E-07  7.81746294252513093E-07
+  7.95365431577754613E-07  8.09221452930580269E-07  8.23318475240603749E-07
+  8.37660686959060729E-07  8.52252349301071848E-07  8.67097797509480132E-07
+  8.82201442140639804E-07  8.97567770372534692E-07  9.13201347335612679E-07
+  9.29106817466736734E-07  9.45288905886646204E-07  9.61752419801345823E-07
+  9.78502249927826377E-07  9.95543371944551776E-07  1.01288084796713328E-06
+  1.03051982804963280E-06  1.04846555171193995E-06  1.06672334949367493E-06
+  1.08529864453507660E-06  1.10419695418534702E-06  1.12342389163892973E-06
+  1.14298516760020033E-06  1.16288659197707376E-06  1.18313407560401898E-06
+  1.20373363199499916E-06  1.22469137912685702E-06  1.24601354125366848E-06
+  1.26770645075260598E-06  1.28977655000186239E-06  1.31223039329118572E-06
+  1.33507464876559123E-06  1.35831610040283716E-06  1.38196165002522768E-06
+  1.40601831934637806E-06  1.43049325205350176E-06  1.45539371592587354E-06
+  1.48072710499007916E-06  1.50650094171269312E-06  1.53272287923104035E-06
+  1.55940070362269348E-06  1.58654233621438745E-06  1.61415583593103080E-06
+  1.64224940168550850E-06  1.67083137480999309E-06  1.69991024152947458E-06
+  1.72949463547824670E-06  1.75959334026010035E-06  1.79021529205297304E-06
+  1.82136958225883509E-06  1.85306546019959352E-06  1.88531233585981609E-06
+  1.91811978267708413E-06  1.95149754038080425E-06  1.98545551788031900E-06
+  2.02000379620317773E-06  2.05515263148443047E-06  2.09091245800783235E-06
+  2.12729389129987075E-06  2.16430773127751463E-06  2.20196496545063351E-06
+  2.24027677218003303E-06  2.27925452399206005E-06  2.31890979095078483E-06
+  2.35925434408873008E-06  2.40030015889718880E-06  2.44205941887715285E-06
+  2.48454451915189113E-06  2.52776807014230553E-06  2.57174290130606685E-06
+  2.61648206494171218E-06  2.66199884005879268E-06  2.70830673631523882E-06
+  2.75541949802309448E-06  2.80335110822381979E-06  2.85211579283435655E-06
+  2.90172802486521124E-06  2.95220252871176490E-06  3.00355428452012958E-06
+  3.05579853262880232E-06  3.10895077808746056E-06  3.16302679525423391E-06
+  3.21804263247280447E-06  3.27401461683072416E-06  3.33095935900038288E-06
+  3.38889375816401849E-06  3.44783500702427245E-06  3.50780059690174169E-06
+  3.56880832292107458E-06  3.63087628928709557E-06  3.69402291465258427E-06
+  3.75826693757924550E-06  3.82362742209352923E-06  3.89012376333891159E-06
+  3.95777569332635021E-06  4.02660328678458796E-06  4.09662696711204464E-06
+  4.16786751243208023E-06  4.24034606175340361E-06  4.31408412123744982E-06
+  4.38910357057460097E-06  4.46542666947114738E-06  4.54307606424884490E-06
+  4.62207479455915442E-06  4.70244630021400192E-06  4.78421442813519758E-06
+  4.86740343942451900E-06  4.95203801655656844E-06  5.03814327069653524E-06
+  5.12574474914503355E-06  5.21486844291221840E-06  5.30554079442342905E-06
+  5.39778870535862890E-06  5.49163954462799822E-06  5.58712115648599990E-06
+  5.68426186878636093E-06  5.78309050138039308E-06  5.88363637466114723E-06
+  5.98592931825595429E-06  6.08999967986986338E-06  6.19587833428270637E-06
+  6.30359669250233750E-06  6.41318671107685684E-06  6.52468090156850696E-06
+  6.63811234019209977E-06  6.75351467762080442E-06  6.87092214896219472E-06
+  6.99036958390755463E-06  7.11189241705738348E-06  7.23552669842623088E-06
+  7.36130910412992483E-06  7.48927694725836447E-06  7.61946818893714864E-06
+  7.75192144958122939E-06  7.88667602034402334E-06  8.02377187476531416E-06
+  8.16324968062134848E-06  8.30515081198082274E-06  8.44951736147011507E-06
+  8.59639215275149344E-06  8.74581875321803213E-06  8.89784148690896005E-06
+  9.05250544764921190E-06  9.20985651241721912E-06  9.36994135494473708E-06
+  9.53280745955286907E-06  9.69850313522828853E-06  9.86707752994393019E-06
+  1.00385806452282685E-05  1.02130633509876522E-05  1.03905774005859285E-05
+  1.05711754461859464E-05  1.07549110543574257E-05  1.09418387219558269E-05
+  1.11320138922769411E-05  1.13254929714919468E-05  1.15223333453678790E-05
+  1.17225933962783668E-05  1.19263325205097341E-05  1.21336111458676254E-05
+  1.23444907495892939E-05  1.25590338765669141E-05  1.27773041578872748E-05
+  1.29993663296934173E-05  1.32252862523737193E-05  1.34551309300841700E-05
+  1.36889685306095831E-05  1.39268684055696780E-05  1.41689011109759446E-05
+  1.44151384281454876E-05  1.46656533849778389E-05  1.49205202776013912E-05
+  1.51798146923955104E-05  1.54436135283949797E-05  1.57119950200835249E-05
+  1.59850387605830207E-05  1.62628257252453012E-05  1.65454382956535669E-05
+  1.68329602840405085E-05  1.71254769581303425E-05  1.74230750664121544E-05
+  1.77258428638520338E-05  1.80338701380515353E-05  1.83472482358604042E-05
+  1.86660700904511810E-05  1.89904302488639744E-05  1.93204249000293470E-05
+  1.96561519032777333E-05  1.99977108173438231E-05  2.03452029298744416E-05
+  2.06987312874486778E-05  2.10584007261192497E-05  2.14243179024840445E-05
+  2.17965913252969990E-05  2.21753313876278392E-05  2.25606503995800804E-05
+  2.29526626215769754E-05  2.33514842982253298E-05  2.37572336927671704E-05
+  2.41700311221295087E-05  2.45899989925824552E-05  2.50172618360164488E-05
+  2.54519463468491586E-05  2.58941814195730727E-05  2.63440981869547458E-05
+  2.68018300588974705E-05  2.72675127619782107E-05  2.77412843796709831E-05
+  2.82232853932683853E-05  2.87136587235136030E-05  2.92125497729548534E-05
+  2.97201064690352077E-05  3.02364793079302020E-05  3.07618213991464869E-05
+  3.12962885108945504E-05  3.18400391162489363E-05  3.23932344401098082E-05
+  3.29560385069794596E-05  3.35286181895682898E-05  3.41111432582441202E-05
+  3.47037864313401440E-05  3.53067234263356854E-05  3.59201330119255993E-05
+  3.65441970609930265E-05  3.71791006045019403E-05  3.78250318863246129E-05
+  3.84821824190210730E-05  3.91507470405862880E-05  3.98309239721823037E-05
+  4.05229148768724979E-05  4.12269249193748352E-05  4.19431628268524394E-05
+  4.26718409507588229E-05  4.34131753297567615E-05  4.41673857537286553E-05
+  4.49346958288980615E-05  4.57153330440810679E-05  4.65095288380875974E-05
+  4.73175186682917818E-05  4.81395420803931815E-05  4.89758427793875352E-05
+  4.98266687017697658E-05  5.06922720889893755E-05  5.15729095621807274E-05
+  5.24688421981898631E-05  5.33803356069206521E-05  5.43076600100227569E-05
+  5.52510903209451370E-05  5.62109062263784428E-05  5.71873922691102537E-05
+  5.81808379323183890E-05  5.91915377253260613E-05  6.02197912708453081E-05
+  6.12659033937338878E-05  6.23301842112917634E-05  6.34129492251247400E-05
+  6.45145194146009698E-05  6.56352213319294053E-05  6.67753871988873701E-05
+  6.79353550052260412E-05  6.91154686087832112E-05  7.03160778373323732E-05
+  7.15375385921990275E-05  7.27802129536732681E-05  7.40444692882525566E-05
+  7.53306823577428451E-05  7.66392334302532858E-05  7.79705103931155081E-05
+  7.93249078677617773E-05  8.07028273265951587E-05  8.21046772118870169E-05
+  8.35308730567363704E-05  8.49818376081271364E-05  8.64580009521192611E-05
+  8.79598006412110877E-05  8.94876818239103929E-05  9.10420973765522156E-05
+  9.26235080374025087E-05  9.42323825430873104E-05  9.58691977673872917E-05
+  9.75344388624391516E-05  9.92285994023853034E-05  1.00952181529513906E-04
+  1.02705696102932945E-04  1.04489662849821874E-04  1.06304610519305484E-04
+  1.08151077038995085E-04  1.10029609674244168E-04  1.11940765190164055E-04
+  1.13885110016448505E-04  1.15863220415055347E-04  1.17875682650794635E-04
+  1.19923093164873613E-04  1.22006058751449585E-04  1.24125196737243191E-04
+  1.26281135164264010E-04  1.28474512975703504E-04  1.30705980205049211E-04
+  1.32976198168476239E-04  1.35285839660573103E-04  1.37635589153458190E-04
+  1.40026142999347787E-04  1.42458209636632717E-04  1.44932509799526311E-04
+  1.47449776731344788E-04  1.50010756401481579E-04  1.52616207726142010E-04
+  1.55266902792900835E-04  1.57963627089150442E-04  1.60707179734505414E-04
+  1.63498373717233387E-04  1.66338036134780585E-04  1.69227008438463373E-04
+  1.72166146682397366E-04  1.75156321776737703E-04  1.78198419745304612E-04
+  1.81293341987670266E-04  1.84442005545783498E-04  1.87645343375211115E-04
+  1.90904304621075747E-04  1.94219854898770866E-04  1.97592976579534621E-04
+  2.01024669080969426E-04  2.04515949162585527E-04  2.08067851226468177E-04
+  2.11681427623141075E-04  2.15357748962727373E-04  2.19097904431494697E-04
+  2.22903002113877233E-04  2.26774169320072239E-04  2.30712552919302137E-04
+  2.34719319678844418E-04  2.38795656608926281E-04  2.42942771313586276E-04
+  2.47161892347604311E-04  2.51454269579606652E-04  2.55821174561450245E-04
+  2.60263900903995717E-04  2.64783764659379695E-04  2.69382104709895191E-04
+  2.74060283163598433E-04  2.78819685756754795E-04  2.83661722263241559E-04
+  2.88587826911028617E-04  2.93599458805859047E-04  2.98698102362250910E-04
+  3.03885267741949483E-04  3.09162491299955666E-04  3.14531336038261563E-04
+  3.19993392067426943E-04  3.25550277076128993E-04  3.31203636808823792E-04
+  3.36955145551659919E-04  3.42806506626783139E-04  3.48759452895179502E-04
+  3.54815747268200413E-04  3.60977183227921290E-04  3.67245585356483809E-04
+  3.73622809874577389E-04  3.80110745189214010E-04  3.86711312450959831E-04
+  3.93426466120781672E-04  4.00258194546676744E-04  4.07208520550249818E-04
+  4.14279502023412840E-04  4.21473232535374753E-04  4.28791841950104452E-04
+  4.36237497054438696E-04  4.43812402197025656E-04  4.51518799938280854E-04
+  4.59358971711551923E-04  4.67335238495678593E-04  4.75449961499144484E-04
+  4.83705542856019703E-04  4.92104426333895423E-04  5.00649098054014381E-04
+  5.09342087223807688E-04  5.18185966882046432E-04  5.27183354656828290E-04
+  5.36336913536615274E-04  5.45649352654544286E-04  5.55123428086238906E-04
+  5.64761943661355433E-04  5.74567751789087800E-04  5.84543754297882703E-04
+  5.94692903289596297E-04  6.05018202008340529E-04  6.15522705724276184E-04
+  6.26209522632597431E-04  6.37081814767972553E-04  6.48142798934701805E-04
+  6.59395747652862050E-04  6.70843990120695895E-04  6.82490913193557346E-04
+  6.94339962379647633E-04  7.06394642852858348E-04  7.18658520483006578E-04
+  7.31135222883748620E-04  7.43828440478481795E-04  7.56741927584531440E-04
+  7.69879503515938477E-04  7.83245053705159582E-04  7.96842530844001215E-04
+  8.10675956044112217E-04  8.24749420017366862E-04  8.39067084276473368E-04
+  8.53633182356148645E-04  8.68452021055213155E-04  8.83527981699945672E-04
+  8.98865521429073849E-04  9.14469174500747513E-04  9.30343553621881879E-04
+  9.46493351300234311E-04  9.62923341219603323E-04  9.79638379638541864E-04
+  9.96643406812969344E-04  1.01394344844309993E-03  1.03154361714507810E-03
+  1.04944911394775188E-03  1.06766522981499253E-03  1.08619734719400088E-03
+  1.10505094159002253E-03  1.12423158316792698E-03  1.14374493838109281E-03
+  1.16359677162805380E-03  1.18379294693737630E-03  1.20433942968123614E-03
+  1.22524228831816955E-03  1.24650769616549504E-03  1.26814193320188770E-03
+  1.29015138790061963E-03  1.31254255909396588E-03  1.33532205786930625E-03
+  1.35849660949743565E-03  1.38207305539362842E-03  1.40605835511199467E-03
+  1.43045958837368357E-03  1.45528395712948497E-03  1.48053878765741064E-03
+  1.50623153269582757E-03  1.53236977361272337E-03  1.55896122261171702E-03
+  1.58601372497539639E-03  1.61353526134662200E-03  1.64153395004840077E-03
+  1.67001804944298107E-03  1.69899596033079299E-03  1.72847622838990795E-03
+  1.75846754665666513E-03  1.78897875804814800E-03  1.82001885792718661E-03
+  1.85159699671058760E-03  1.88372248252129549E-03  1.91640478388519007E-03
+  1.94965353247326446E-03  1.98347852588990226E-03  2.01788973050801403E-03
+  2.05289728435179399E-03  2.08851150002784414E-03  2.12474286770549794E-03
+  2.16160205814704869E-03  2.19909992578882140E-03  2.23724751187376249E-03
+  2.27605604763646448E-03  2.31553695754144976E-03  2.35570186257555002E-03
+  2.39656258359526378E-03  2.43813114472995942E-03  2.48041977684182067E-03
+  2.52344092104343255E-03  2.56720723227393983E-03  2.61173158293467010E-03
+  2.65702706658521278E-03  2.70310700170087572E-03  2.74998493549248688E-03
+  2.79767464778955767E-03  2.84619015498775458E-03  2.89554571406173663E-03
+  2.94575582664433674E-03  2.99683524317317538E-03  3.04879896710570295E-03
+  3.10166225920378543E-03  3.15544064188887172E-03  3.21014990366887609E-03
+  3.26580610363784354E-03  3.32242557604956086E-03  3.38002493496622263E-03
+  3.43862107898331663E-03  3.49823119603189479E-03  3.55887276825940773E-03
+  3.62056357699030995E-03  3.68332170776763512E-03  3.74716555547678024E-03
+  3.81211382955272534E-03  3.87818555927198000E-03  3.94540009913047982E-03
+  4.01377713430876339E-03  4.08333668622571592E-03  4.15409911818220064E-03
+  4.22608514109590935E-03  4.29931581932879205E-03  4.37381257660841329E-03
+  4.44959720204463408E-03  4.52669185624300901E-03  4.60511907751630020E-03
+  4.68490178819554876E-03  4.76606330104214614E-03  4.84862732576233496E-03
+  4.93261797562566471E-03  5.01805977418882509E-03  5.10497766212641459E-03
+  5.19339700417014317E-03  5.28334359615796091E-03  5.37484367219475453E-03
+  5.46792391192605243E-03  5.56261144792642281E-03  5.65893387320408423E-03
+  5.75691924882335525E-03  5.85659611164656736E-03  5.95799348219707044E-03
+  6.06114087264494721E-03  6.16606829491714564E-03  6.27280626893363807E-03
+  6.38138583097134799E-03  6.49183854215750009E-03  6.60419649709409300E-03
+  6.71849233261525517E-03  6.83475923667921110E-03  6.95303095739640328E-03
+  7.07334181219599224E-03  7.19572669713189079E-03  7.32022109633055380E-03
+  7.44686109158205697E-03  7.57568337207641020E-03  7.70672524428672821E-03
+  7.84002464200120319E-03  7.97562013650558038E-03  8.11355094691799429E-03
+  8.25385695067795688E-03  8.39657869419133812E-03  8.54175740363309795E-03
+  8.68943499590967179E-03  8.83965408978274782E-03  8.99245801715632849E-03
+  9.14789083452881638E-03  9.30599733461200986E-03  9.46682305811879891E-03
+  9.63041430572133574E-03  9.79681815018153442E-03  9.96608244865563285E-03
+  1.01382558551747146E-02  1.03133878333027691E-02  1.04915286689742891E-02
+  1.06727294835129629E-02  1.08570422468333323E-02  1.10445197908270211E-02
+  1.12352158229353290E-02  1.14291849399098533E-02  1.16264826417626990E-02
+  1.18271653459081014E-02  1.20312904014968740E-02  1.22389161039453704E-02
+  1.24501017096605316E-02  1.26649074509624128E-02  1.28833945512058182E-02
+  1.31056252401023938E-02  1.33316627692445719E-02  1.35615714278328331E-02
+  1.37954165586074394E-02  1.40332645739860602E-02  1.42751829724083890E-02
+  1.45212403548889441E-02  1.47715064417791916E-02  1.50260520897399531E-02
+  1.52849493089250860E-02  1.55482712803773956E-02  1.58160923736375691E-02
+  1.60884881645667471E-02  1.63655354533837095E-02  1.66473122829169234E-02
+  1.69338979570721332E-02  1.72253730595158874E-02  1.75218194725751883E-02
+  1.78233203963535577E-02  1.81299603680635940E-02  1.84418252815759000E-02
+  1.87590024071843664E-02  1.90815804115873726E-02  1.94096493780847035E-02
+  1.97433008269893295E-02  2.00826277362537546E-02  2.04277245623097001E-02
+  2.07786872611204557E-02  2.11356133094444294E-02  2.14986017263088802E-02
+  2.18677530946921501E-02  2.22431695834123880E-02  2.26249549692218964E-02
+  2.30132146591037097E-02  2.34080557127690006E-02  2.38095868653524535E-02
+  2.42179185503030581E-02  2.46331629224671375E-02  2.50554338813605247E-02
+  2.54848470946264435E-02  2.59215200216752484E-02  2.63655719375021844E-02
+  2.68171239566786165E-02  2.72762990575125923E-02  2.77432221063732901E-02
+  2.82180198821746255E-02  2.87008211010123838E-02  2.91917564409487039E-02
+  2.96909585669382185E-02  3.01985621558889042E-02  3.07147039218508000E-02
+  3.12395226413252972E-02  3.17731591786872478E-02  3.23157565117117920E-02
+  3.28674597571972232E-02  3.34284161966749566E-02  3.39987753021971789E-02
+  3.45786887621921321E-02  3.51683105073767530E-02  3.57677967367154986E-02
+  3.63773059434143314E-02  3.69969989409374492E-02  3.76270388890345697E-02
+  3.82675913197655301E-02  3.89188241635087459E-02  3.95809077749388755E-02
+  4.02540149589593610E-02  4.09383209965738654E-02  4.16340036706808470E-02
+  4.23412432917742443E-02  4.30602227235327220E-02  4.37911274082795759E-02
+  4.45341453922940625E-02  4.52894673509547166E-02  4.60572866136941469E-02
+  4.68377991887441517E-02  4.76312037876490818E-02  4.84377018495249154E-02
+  4.92574975650399982E-02  5.00907979000935408E-02  5.09378126191656691E-02
+  5.17987543083139046E-02  5.26738383977878380E-02  5.35632831842345267E-02
+  5.44673098524656452E-02  5.53861424967558372E-02  5.63200081416419529E-02
+  5.72691367621907740E-02  5.82337613037023083E-02  5.92141177008148056E-02
+  6.02104448959762534E-02  6.12229848572459073E-02  6.22519825953894990E-02
+  6.32976861802288238E-02  6.43603467562068182E-02  6.54402185571273803E-02
+  6.65375589200285361E-02  6.76526282981454036E-02  6.87856902729199887E-02
+  6.99370115650117530E-02  7.11068620442622534E-02  7.22955147385692248E-02
+  7.35032458416167850E-02  7.47303347194157863E-02  7.59770639156015365E-02
+  7.72437191554369851E-02  7.85305893484680578E-02  7.98379665897764740E-02
+  8.11661461597745076E-02  8.25154265224847111E-02  8.38861093222467574E-02
+  8.52784993787919499E-02  8.66929046806260567E-02  8.81296363766582297E-02
+  8.95890087660145829E-02  9.10713392859726495E-02  9.25769484979531154E-02
+  9.41061600715030200E-02  9.56593007662050049E-02  9.72367004114455813E-02
+  9.88386918839753714E-02  1.00465611083192005E-01  1.02117796904078489E-01
+  1.03795591207726051E-01  1.05499338789373107E-01  1.07229387343889315E-01
+  1.08986087428634512E-01  1.10769792423622240E-01  1.12580858488917204E-01
+  1.14419644519196020E-01  1.16286512095401293E-01  1.18181825433419083E-01
+  1.20105951329710303E-01  1.22059259103827797E-01  1.24042120537751141E-01
+  1.26054909811972510E-01  1.28098003438268382E-01  1.30171780189093006E-01
+  1.32276621023531854E-01  1.34412909009754444E-01  1.36581029243908691E-01
+  1.38781368765401480E-01  1.41014316468512590E-01  1.43280263010292147E-01
+  1.45579600714696195E-01  1.47912723472916535E-01  1.50280026639867947E-01
+  1.52681906926797867E-01  1.55118762289989692E-01  1.57590991815536652E-01
+  1.60098995600166966E-01  1.62643174628109455E-01  1.65223930643993933E-01
+  1.67841666021788238E-01  1.70496783629782184E-01  1.73189686691634592E-01
+  1.75920778643511827E-01  1.78690462987352056E-01  1.81499143140303271E-01
+  1.84347222280387912E-01  1.87235103188466118E-01  1.90163188086573537E-01
+  1.93131878472727614E-01  1.96141574952308828E-01  1.99192677066133944E-01
+  2.02285583115358353E-01  2.05420689983356747E-01  2.08598392954749218E-01
+  2.11819085531753243E-01  2.15083159248073724E-01  2.18391003480539331E-01
+  2.21743005258735359E-01  2.25139549072892547E-01  2.28581016680314636E-01
+  2.32067786910652774E-01  2.35600235470355607E-01  2.39178734746650190E-01
+  2.42803653611433579E-01  2.46475357225481723E-01  2.50194206843409483E-01
+  2.53960559619843484E-01  2.57774768417299571E-01  2.61637181616284797E-01
+  2.65548142928178965E-01  2.69507991211475340E-01  2.73517060292000236E-01
+  2.77575678787759461E-01  2.81684169939094897E-01  2.85842851444868651E-01
+  2.90052035305428446E-01  2.94312027673140297E-01  2.98623128711314578E-01
+  3.02985632462382248E-01  3.07399826726218073E-01  3.11865992949542536E-01
+  3.16384406127367124E-01  3.20955334717487828E-01  3.25579040569059008E-01
+  3.30255778866323624E-01  3.34985798088596742E-01  3.39769339987640251E-01
+  3.44606639583590224E-01  3.49497925180628832E-01  3.54443418403618427E-01
+  3.59443334256933533E-01  3.64497881206754859E-01  3.69607261288095013E-01
+  3.74771670237846244E-01  3.79991297655144167E-01  3.85266327190343538E-01
+  3.90596936763902225E-01  3.95983298816457829E-01  4.01425580591366626E-01
+  4.06923944450948649E-01  4.12478548227656838E-01  4.18089545611339097E-01
+  4.23757086573717912E-01  4.29481317831147014E-01  4.35262383346634751E-01
+  4.41100424872032215E-01  4.46995582531190483E-01  4.52947995444776597E-01
+  4.58957802397301218E-01  4.65025142546775960E-01  4.71150156177239932E-01
+  4.77332985494224704E-01  4.83573775463011890E-01  4.89872674689316001E-01
+  4.96229836341780917E-01  5.02645419115395287E-01  5.09119588234646758E-01
+  5.15652516494901070E-01  5.22244385340147055E-01  5.28895385974866739E-01
+  5.35605720507381311E-01  5.42375603121585614E-01  5.49205261273506884E-01
+  5.56094936908648196E-01  5.63044887695502871E-01  5.70055388270101604E-01
+  5.77126731485844702E-01  5.84259229662242974E-01  5.91453215825548662E-01
+  5.98709044933568690E-01  6.06027095076259958E-01  6.13407768642962758E-01
+  6.20851493446407221E-01  6.28358723792853957E-01  6.35929941486976458E-01
+  6.43565656759331861E-01  6.51266409103512078E-01  6.59032768009335856E-01
+  6.66865333577745023E-01  6.74764737002411907E-01  6.82731640902471848E-01
+  6.90766739490297432E-01  6.98870758557806004E-01  7.07044455264541849E-01
+  7.15288617710640451E-01  7.23604064277869385E-01  7.31991642722247704E-01
+  7.40452229002331874E-01  7.48986725828163058E-01  7.57596060917166914E-01
+  7.66281184945026284E-01  7.75043069181813538E-01  7.83882702806507847E-01
+  7.92801089896585265E-01  8.01799246093691131E-01  8.10878194951671905E-01
+  8.20038963979528801E-01  8.29282580399330782E-01  8.38610066647974217E-01
+  8.48022435662031615E-01  8.57520685997052667E-01  8.67105796846760146E-01
+  8.76778723043899588E-01  8.86540390143321422E-01  8.96391689709539752E-01
+  9.06333474955854368E-01  9.16366556910549579E-01  9.26491701318147176E-01
+  9.36709626520644045E-01  9.47021002605690554E-01  9.57426452156351249E-01
+  9.67926552991076883E-01  9.78521843343620912E-01  9.89212830001573451E-01
+  1.00000000000000000E+00  1.01088383655422120E+00  1.02186481909326043E+00
+  1.03294342330570577E+00  1.04412012119851072E+00
+  END     
+   TPHI_LCAO   1 #tphi0(r) for tphi0(r)/r*Ylm)
+  0.00000000000000000E+00  5.35504861361895729E-08  1.07563943665014925E-07
+  1.62044375211396265E-07  2.16995818005000665E-07  2.72422344179410505E-07
+  3.28328061073893126E-07  3.84717111537765464E-07  4.41593674237402118E-07
+  4.98961963965889871E-07  5.56826231955357003E-07  6.15190766192018681E-07
+  6.74059891733922831E-07  7.33437971031461272E-07  7.93329404250648199E-07
+  8.53738629599182977E-07  9.14670123655347108E-07  9.76128401699736740E-07
+  1.03811801804985932E-06  1.10064356639763237E-06  1.16370968014979348E-06
+  1.22732103277125668E-06  1.29148233813143360E-06  1.35619835085355233E-06
+  1.42147386666699687E-06  1.48731372276268747E-06  1.55372279815153902E-06
+  1.62070601402601535E-06  1.68826833412481127E-06  1.75641476510068608E-06
+  1.82515035689147637E-06  1.89448020309432294E-06  1.96440944134311826E-06
+  2.03494325368923524E-06  2.10608686698553770E-06  2.17784555327370864E-06
+  2.25022463017493290E-06  2.32322946128395475E-06  2.39686545656654807E-06
+  2.47113807276040348E-06  2.54605281377951542E-06  2.62161523112202855E-06
+  2.69783092428163525E-06  2.77470554116252060E-06  2.85224477849789316E-06
+  2.93045438227214412E-06  3.00934014814663885E-06  3.08890792188920843E-06
+  3.16916359980733830E-06  3.25011312918511916E-06  3.33176250872395309E-06
+  3.41411778898709556E-06  3.49718507284801869E-06  3.58097051594266337E-06
+  3.66548032712559994E-06  3.75072076893012211E-06  3.83669815803233668E-06
+  3.92341886571925435E-06  4.01088931836092117E-06  4.09911599788665097E-06
+  4.18810544226535321E-06  4.27786424599002900E-06  4.36839906056645577E-06
+  4.45971659500607831E-06  4.55182361632319081E-06  4.64472695003638547E-06
+  4.73843348067436923E-06  4.83295015228612323E-06  4.92828396895548553E-06
+  5.02444199532019592E-06  5.12143135709540040E-06  5.21925924160171103E-06
+  5.31793289829779990E-06  5.41745963931763400E-06  5.51784684001231544E-06
+  5.61910193949664555E-06  5.72123244120037645E-06  5.82424591342425940E-06
+  5.92814998990088307E-06  6.03295237036036625E-06  6.13866082110093865E-06
+  6.24528317556445916E-06  6.35282733491690282E-06  6.46130126863387649E-06
+  6.57071301509118472E-06  6.68107068216051065E-06  6.79238244781024115E-06
+  6.90465656071149424E-06  7.01790134084937029E-06  7.13212518013950902E-06
+  7.24733654304995816E-06  7.36354396722842766E-06  7.48075606413496992E-06
+  7.59898151968012170E-06  7.71822909486856361E-06  7.83850762644835479E-06
+  7.95982602756576473E-06  8.08219328842578535E-06  8.20561847695833090E-06
+  8.33011073949021796E-06  8.45567930142294936E-06  8.58233346791634940E-06
+  8.71008262457810625E-06  8.83893623815930799E-06  8.96890385725595866E-06
+  9.09999511301655745E-06  9.23221971985581874E-06  9.36558747617455364E-06
+  9.50010826508576517E-06  9.63579205514704048E-06  9.77264890109924142E-06
+  9.91068894461163101E-06  1.00499224150333831E-05  1.01903596301516530E-05
+  1.03320109969561452E-05  1.04748870124103182E-05  1.06189982642292621E-05
+  1.07643554316642903E-05  1.09109692862943134E-05  1.10588506928240618E-05
+  1.12080106098892083E-05  1.13584600908684413E-05  1.15102102847025689E-05
+  1.16632724367207134E-05  1.18176578894736256E-05  1.19733780835742128E-05
+  1.21304445585453469E-05  1.22888689536749977E-05  1.24486630088787268E-05
+  1.26098385655696906E-05  1.27724075675361294E-05  1.29363820618264471E-05
+  1.31017741996419567E-05  1.32685962372373396E-05  1.34368605368288607E-05
+  1.36065795675104945E-05  1.37777659061779153E-05  1.39504322384605036E-05
+  1.41245913596614149E-05  1.43002561757057386E-05  1.44774397040969180E-05
+  1.46561550748813774E-05  1.48364155316214999E-05  1.50182344323770745E-05
+  1.52016252506951644E-05  1.53866015766085330E-05  1.55731771176427482E-05
+  1.57613656998319589E-05  1.59511812687434578E-05  1.61426378905111228E-05
+  1.63357497528777618E-05  1.65305311662464808E-05  1.67269965647411554E-05
+  1.69251605072760711E-05  1.71250376786347581E-05  1.73266428905582597E-05
+  1.75299910828426838E-05  1.77350973244463286E-05  1.79419768146063810E-05
+  1.81506448839651921E-05  1.83611169957063859E-05  1.85734087467007352E-05
+  1.87875358686619319E-05  1.90035142293124223E-05  1.92213598335592143E-05
+  1.94410888246799542E-05  1.96627174855191842E-05  1.98862622396949918E-05
+  2.01117396528160370E-05  2.03391664337091670E-05  2.05685594356576095E-05
+  2.07999356576498307E-05  2.10333122456392872E-05  2.12687064938149786E-05
+  2.15061358458830116E-05  2.17456178963593049E-05  2.19871703918733486E-05
+  2.22308112324833449E-05  2.24765584730026755E-05  2.27244303243378340E-05
+  2.29744451548379289E-05  2.32266214916558456E-05  2.34809780221212081E-05
+  2.37375335951251840E-05  2.39963072225172579E-05  2.42573180805140746E-05
+  2.45205855111205167E-05  2.47861290235629920E-05  2.50539682957351908E-05
+  2.53241231756562526E-05  2.55966136829416119E-05  2.58714600102865326E-05
+  2.61486825249624824E-05  2.64283017703264382E-05  2.67103384673431760E-05
+  2.69948135161208714E-05  2.72817479974598207E-05  2.75711631744146413E-05
+  2.78630804938699490E-05  2.81575215881296699E-05  2.84545082765200706E-05
+  2.87540625670066898E-05  2.90562066578251580E-05  2.93609629391262571E-05
+  2.96683539946351029E-05  2.99784026033246578E-05  3.02911317411037728E-05
+  3.06065645825198188E-05  3.09247245024759883E-05  3.12456350779634809E-05
+  3.15693200898086850E-05  3.18958035244353691E-05  3.22251095756422582E-05
+  3.25572626463958636E-05  3.28922873506388104E-05  3.32302085151138925E-05
+  3.35710511812038005E-05  3.39148406067868024E-05  3.42616022681084686E-05
+  3.46113618616695465E-05  3.49641453061302120E-05  3.53199787442307205E-05
+  3.56788885447287065E-05  3.60409013043532344E-05  3.64060438497757020E-05
+  3.67743432395978132E-05  3.71458267663567492E-05  3.75205219585476860E-05
+  3.78984565826636469E-05  3.82796586452533249E-05  3.86641563949962792E-05
+  3.90519783247964282E-05  3.94431531738933841E-05  3.98377099299922734E-05
+  4.02356778314117035E-05  4.06370863692505618E-05  4.10419652895733939E-05
+  4.14503445956146684E-05  4.18622545500022246E-05  4.22777256769997958E-05
+  4.26967887647690140E-05  4.31194748676509031E-05  4.35458153084672208E-05
+  4.39758416808415039E-05  4.44095858515403837E-05  4.48470799628349911E-05
+  4.52883564348828473E-05  4.57334479681303341E-05  4.61823875457359736E-05
+  4.66352084360144910E-05  4.70919441949023176E-05  4.75526286684440863E-05
+  4.80172959953008383E-05  4.84859806092798198E-05  4.89587172418861578E-05
+  4.94355409248966210E-05  4.99164869929556471E-05  5.04015910861937245E-05
+  5.08908891528685430E-05  5.13844174520289125E-05  5.18822125562016121E-05
+  5.23843113541016994E-05  5.28907510533660211E-05  5.34015691833105224E-05
+  5.39168035977112726E-05  5.44364924776096420E-05  5.49606743341415815E-05
+  5.54893880113915952E-05  5.60226726892711617E-05  5.65605678864221324E-05
+  5.71031134631452432E-05  5.76503496243539892E-05  5.82023169225538429E-05
+  5.87590562608475002E-05  5.93206088959658621E-05  5.98870164413254377E-05
+  6.04583208701119912E-05  6.10345645183909619E-05  6.16157900882447461E-05
+  6.22020406509370691E-05  6.27933596501048161E-05  6.33897909049773464E-05
+  6.39913786136236387E-05  6.45981673562275841E-05  6.52102020983916317E-05
+  6.58275281944688403E-05  6.64501913909238637E-05  6.70782378297229536E-05
+  6.77117140517532752E-05  6.83506670002717408E-05  6.89951440243837677E-05
+  6.96451928825520000E-05  7.03008617461354563E-05  7.09621992029591301E-05
+  7.16292542609146924E-05  7.23020763515920409E-05  7.29807153339425210E-05
+  7.36652214979735477E-05  7.43556455684754423E-05  7.50520387087802530E-05
+  7.57544525245531418E-05  7.64629390676167185E-05  7.71775508398082113E-05
+  7.78983407968700860E-05  7.86253623523742074E-05  7.93586693816801932E-05
+  8.00983162259276366E-05  8.08443576960630637E-05  8.15968490769016793E-05
+  8.23558461312241883E-05  8.31214051039090286E-05  8.38935827261003559E-05
+  8.46724362194121056E-05  8.54580233001683072E-05  8.62504021836800998E-05
+  8.70496315885597853E-05  8.78557707410720711E-05  8.86688793795228800E-05
+  8.94890177586865263E-05  9.03162466542704748E-05  9.11506273674193872E-05
+  9.19922217292575229E-05  9.28410921054708614E-05  9.36973014009285826E-05
+  9.45609130643446750E-05  9.54319910929795918E-05  9.63106000373828495E-05
+  9.71968050061764198E-05  9.80906716708795912E-05  9.89922662707755059E-05
+  9.99016556178196547E-05  1.00818907101591116E-04  1.01744088694286270E-04
+  1.02677268955755839E-04  1.03618517038585390E-04  1.04567902693220076E-04
+  1.05525496273133079E-04  1.06491368740039446E-04  1.07465591669154441E-04
+  1.08448237254497464E-04  1.09439378314242258E-04  1.10439088296112789E-04
+  1.11447441282826041E-04  1.12464511997581917E-04  1.13490375809600574E-04
+  1.14525108739707457E-04  1.15568787465966907E-04  1.16621489329364240E-04
+  1.17683292339537050E-04  1.18754275180556044E-04  1.19834517216755907E-04
+  1.20924098498616337E-04  1.22023099768694412E-04  1.23131602467607741E-04
+  1.24249688740069665E-04  1.25377441440976332E-04  1.26514944141546806E-04
+  1.27662281135516002E-04  1.28819537445381047E-04  1.29986798828701902E-04
+  1.31164151784456416E-04  1.32351683559450153E-04  1.33549482154781708E-04
+  1.34757636332364132E-04  1.35976235621502426E-04  1.37205370325527918E-04
+  1.38445131528490417E-04  1.39695611101907694E-04  1.40956901711573380E-04
+  1.42229096824424302E-04  1.43512290715466556E-04  1.44806578474761591E-04
+  1.46112056014472818E-04  1.47428820075973206E-04  1.48756968237014081E-04
+  1.50096598918956131E-04  1.51447811394062699E-04  1.52810705792856446E-04
+  1.54185383111539361E-04  1.55571945219476872E-04  1.56970494866746956E-04
+  1.58381135691754247E-04  1.59803972228910065E-04  1.61239109916378929E-04
+  1.62686655103891782E-04  1.64146715060627243E-04  1.65619397983160141E-04
+  1.67104813003479972E-04  1.68603070197077668E-04  1.70114280591102671E-04
+  1.71638556172590430E-04  1.73176009896761345E-04  1.74726755695390942E-04
+  1.76290908485252800E-04  1.77868584176634338E-04  1.79459899681926212E-04
+  1.81064972924286098E-04  1.82683922846377087E-04  1.84316869419182008E-04
+  1.85963933650893558E-04  1.87625237595881737E-04  1.89300904363738458E-04
+  1.90991058128400424E-04  1.92695824137350673E-04  1.94415328720900680E-04
+  1.96149699301551082E-04  1.97899064403434731E-04  1.99663553661840647E-04
+  2.01443297832820515E-04  2.03238428802878358E-04  2.05049079598743647E-04
+  2.06875384397229353E-04  2.08717478535174703E-04  2.10575498519474462E-04
+  2.12449582037194427E-04  2.14339867965774770E-04  2.16246496383321236E-04
+  2.18169608578985483E-04  2.20109347063435462E-04  2.22065855579415796E-04
+  2.24039279112399250E-04  2.26029763901331663E-04  2.28037457449468170E-04
+  2.30062508535303989E-04  2.32105067223599382E-04  2.34165284876500175E-04
+  2.36243314164754156E-04  2.38339309079024699E-04  2.40453424941302073E-04
+  2.42585818416413249E-04  2.44736647523631512E-04  2.46906071648386358E-04
+  2.49094251554074443E-04  2.51301349393972845E-04  2.53527528723255038E-04
+  2.55772954511111566E-04  2.58037793152974366E-04  2.60322212482847078E-04
+  2.62626381785743064E-04  2.64950471810229140E-04  2.67294654781079569E-04
+  2.69659104412037882E-04  2.72043995918690097E-04  2.74449506031448638E-04
+  2.76875813008649004E-04  2.79323096649759263E-04  2.81791538308703697E-04
+  2.84281320907302194E-04  2.86792628948825165E-04  2.89325648531665869E-04
+  2.91880567363131469E-04  2.94457574773352207E-04  2.97056861729312009E-04
+  2.99678620848999760E-04  3.02323046415682508E-04  3.04990334392303282E-04
+  3.07680682436002411E-04  3.10394289912764609E-04  3.13131357912192635E-04
+  3.15892089262408897E-04  3.18676688545086015E-04  3.21485362110606517E-04
+  3.24318318093354643E-04  3.27175766427139714E-04  3.30057918860752922E-04
+  3.32964988973658818E-04  3.35897192191822013E-04  3.38854745803671565E-04
+  3.41837868976202464E-04  3.44846782771216767E-04  3.47881710161705075E-04
+  3.50942876048369618E-04  3.54030507276290225E-04  3.57144832651734502E-04
+  3.60286082959112859E-04  3.63454490978080600E-04  3.66650291500788075E-04
+  3.69873721349278975E-04  3.73125019393040101E-04  3.76404426566702421E-04
+  3.79712185887894852E-04  3.83048542475253177E-04  3.86413743566583578E-04
+  3.89808038537184463E-04  3.93231678918325655E-04  3.96684918415887895E-04
+  4.00168012929162902E-04  4.03681220569816995E-04  4.07224801681017770E-04
+  4.10799018856725854E-04  4.14404136961155360E-04  4.18040423148399514E-04
+  4.21708146882229004E-04  4.25407579956059618E-04  4.29138996513092825E-04
+  4.32902673066631546E-04  4.36698888520568602E-04  4.40527924190057347E-04
+  4.44390063822355840E-04  4.48285593617854235E-04  4.52214802251283082E-04
+  4.56177980893104852E-04  4.60175423231090857E-04  4.64207425492084284E-04
+  4.68274286463951162E-04  4.72376307517722270E-04  4.76513792629925151E-04
+  4.80687048405109498E-04  4.84896384098568015E-04  4.89142111639253099E-04
+  4.93424545652890721E-04  4.97744003485296954E-04  5.02100805225892265E-04
+  5.06495273731422872E-04  5.10927734649883674E-04  5.15398516444651070E-04
+  5.19907950418822535E-04  5.24456370739766870E-04  5.29044114463887044E-04
+  5.33671521561597507E-04  5.38338934942516386E-04  5.43046700480876148E-04
+  5.47795167041153705E-04  5.52584686503922781E-04  5.57415613791928323E-04
+  5.62288306896388491E-04  5.67203126903520743E-04  5.72160438021301356E-04
+  5.77160607606453063E-04  5.82204006191666982E-04  5.87291007513061230E-04
+  5.92421988537872855E-04  5.97597329492395774E-04  6.02817413890154204E-04
+  6.08082628560321871E-04  6.13393363676387887E-04  6.18750012785068844E-04
+  6.24152972835471899E-04  6.29602644208508960E-04  6.35099430746566859E-04
+  6.40643739783431764E-04  6.46235982174474450E-04  6.51876572327095023E-04
+  6.57565928231431209E-04  6.63304471491333041E-04  6.69092627355603485E-04
+  6.74930824749510891E-04  6.80819496306573355E-04  6.86759078400617055E-04
+  6.92750011178112478E-04  6.98792738590790687E-04  7.04887708428539642E-04
+  7.11035372352587943E-04  7.17236185928971765E-04  7.23490608662294638E-04
+  7.29799104029776489E-04  7.36162139515598567E-04  7.42580186645543810E-04
+  7.49053721021938944E-04  7.55583222358895937E-04  7.62169174517860490E-04
+  7.68812065543466065E-04  7.75512387699698854E-04  7.82270637506375329E-04
+  7.89087315775934971E-04  7.95962927650548926E-04  8.02897982639555344E-04
+  8.09892994657211837E-04  8.16948482060777755E-04  8.24064967688924437E-04
+  8.31242978900478846E-04  8.38483047613499950E-04  8.45785710344695439E-04
+  8.53151508249177246E-04  8.60580987160562173E-04  8.68074697631416865E-04
+  8.75633194974055466E-04  8.83257039301688237E-04  8.90946795569925142E-04
+  8.98703033618640360E-04  9.06526328214196653E-04  9.14417259092035854E-04
+  9.22376410999637786E-04  9.30404373739848549E-04  9.38501742214586563E-04
+  9.46669116468923399E-04  9.54907101735548002E-04  9.63216308479612434E-04
+  9.71597352443969451E-04  9.80050854694796379E-04  9.88577441667617225E-04
+  9.97177745213720943E-04  1.00585240264698000E-03  1.01460205679107670E-03
+  1.02342735602713305E-03  1.03232895434175807E-03  1.04130751137550552E-03
+  1.05036369247175302E-03  1.05949816872600352E-03  1.06871161703560964E-03
+  1.07800472014993581E-03  1.08737816672094538E-03  1.09683265135422886E-03
+  1.10636887466047354E-03  1.11598754330737666E-03  1.12568937007200909E-03
+  1.13547507389362987E-03  1.14534537992695760E-03  1.15530101959590331E-03
+  1.16534273064776688E-03  1.17547125720790209E-03  1.18568734983485460E-03
+  1.19599176557597521E-03  1.20638526802351650E-03  1.21686862737121104E-03
+  1.22744262047134079E-03  1.23810803089229884E-03  1.24886564897665046E-03
+  1.25971627189969278E-03  1.27066070372852343E-03  1.28169975548161831E-03
+  1.29283424518892589E-03  1.30406499795247843E-03  1.31539284600752822E-03
+  1.32681862878421437E-03  1.33834319296975810E-03  1.34996739257120112E-03
+  1.36169208897868018E-03  1.37351815102925399E-03  1.38544645507127843E-03
+  1.39747788502933936E-03  1.40961333246974649E-03  1.42185369666659382E-03
+  1.43419988466838796E-03  1.44665281136525806E-03  1.45921339955674273E-03
+  1.47188258002016155E-03  1.48466129157958184E-03  1.49755048117537651E-03
+  1.51055110393438839E-03  1.52366412324069530E-03  1.53689051080699280E-03
+  1.55023124674658714E-03  1.56368731964601692E-03  1.57725972663829740E-03
+  1.59094947347680087E-03  1.60475757460977302E-03  1.61868505325549715E-03
+  1.63273294147810253E-03  1.64690228026403334E-03  1.66119411959917340E-03
+  1.67560951854664247E-03  1.69014954532526037E-03  1.70481527738869268E-03
+  1.71960780150527811E-03  1.73452821383854555E-03  1.74957762002842855E-03
+  1.76475713527318246E-03  1.78006788441200411E-03  1.79551100200837379E-03
+  1.81108763243410863E-03  1.82679892995414790E-03  1.84264605881207118E-03
+  1.85863019331635208E-03  1.87475251792735848E-03  1.89101422734510704E-03
+  1.90741652659777309E-03  1.92396063113096363E-03  1.94064776689776837E-03
+  1.95747917044958438E-03  1.97445608902772300E-03  1.99157978065581370E-03
+  2.00885151423300240E-03  2.02627256962795762E-03  2.04384423777368698E-03
+  2.06156782076317253E-03  2.07944463194583741E-03  2.09747599602483695E-03
+  2.11566324915519847E-03  2.13400773904280638E-03  2.15251082504423893E-03
+  2.17117387826747284E-03  2.18999828167345742E-03  2.20898543017855956E-03
+  2.22813673075790289E-03  2.24745360254959394E-03  2.26693747695984977E-03
+  2.28658979776903476E-03  2.30641202123861187E-03  2.32640561621902213E-03
+  2.34657206425848688E-03  2.36691285971276158E-03  2.38742950985582807E-03
+  2.40812353499154745E-03  2.42899646856627790E-03  2.45004985728246348E-03
+  2.47128526121320226E-03  2.49270425391781006E-03  2.51430842255837743E-03
+  2.53609936801733275E-03  2.55807870501602655E-03  2.58024806223432776E-03
+  2.60260908243127283E-03  2.62516342256673748E-03  2.64791275392416885E-03
+  2.67085876223437492E-03  2.69400314780038558E-03  2.71734762562338833E-03
+  2.74089392552975559E-03  2.76464379229916443E-03  2.78859898579382655E-03
+  2.81276128108883189E-03  2.83713246860362034E-03  2.86171435423458438E-03
+  2.88650875948882066E-03  2.91151752161903548E-03  2.93674249375961392E-03
+  2.96218554506386426E-03  2.98784856084244885E-03  3.01373344270300814E-03
+  3.03984210869099204E-03  3.06617649343170423E-03  3.09273854827357567E-03
+  3.11953024143267477E-03  3.14655355813846455E-03  3.17381050078081308E-03
+  3.20130308905828588E-03  3.22903336012770334E-03  3.25700336875499753E-03
+  3.28521518746737080E-03  3.31367090670676512E-03  3.34237263498465961E-03
+  3.37132249903819787E-03  3.40052264398767049E-03  3.42997523349535460E-03
+  3.45968244992570775E-03  3.48964649450698300E-03  3.51986958749419708E-03
+  3.55035396833352709E-03  3.58110189582812365E-03  3.61211564830534859E-03
+  3.64339752378546123E-03  3.67494984015175833E-03  3.70677493532218030E-03
+  3.73887516742240147E-03  3.77125291496040963E-03  3.80391057700259563E-03
+  3.83685057335135873E-03  3.87007534472424324E-03  3.90358735293462730E-03
+  3.93738908107396125E-03  3.97148303369558326E-03  4.00587173700012004E-03
+  4.04055773902248141E-03  4.07554360982047715E-03  4.11083194166505031E-03
+  4.14642534923215754E-03  4.18232646979630092E-03  4.21853796342573119E-03
+  4.25506251317932932E-03  4.29190282530519333E-03  4.32906162944092683E-03
+  4.36654167881566236E-03  4.40434575045382717E-03  4.44247664538065593E-03
+  4.48093718882948064E-03  4.51973023045082033E-03  4.55885864452324104E-03
+  4.59832533016606496E-03  4.63813321155389941E-03  4.67828523813300107E-03
+  4.71878438483953801E-03  4.75963365231970182E-03  4.80083606715172619E-03
+  4.84239468206982149E-03  4.88431257619003755E-03  4.92659285523806487E-03
+  4.96923865177900832E-03  5.01225312544913582E-03  5.05563946318962013E-03
+  5.09940087948229388E-03  5.14354061658744109E-03  5.18806194478362796E-03
+  5.23296816260960650E-03  5.27826259710829134E-03  5.32394860407284752E-03
+  5.37002956829489304E-03  5.41650890381482723E-03  5.46339005417433021E-03
+  5.51067649267102892E-03  5.55837172261534982E-03  5.60647927758958602E-03
+  5.65500272170919686E-03  5.70394564988634806E-03  5.75331168809572590E-03
+  5.80310449364263188E-03  5.85332775543338703E-03  5.90398519424806690E-03
+  5.95508056301556794E-03  6.00661764709105143E-03  6.05860026453577082E-03
+  6.11103226639929820E-03  6.16391753700418384E-03  6.21725999423307189E-03
+  6.27106358981823885E-03  6.32533230963369490E-03  6.38007017398972871E-03
+  6.43528123793001526E-03  6.49096959153126589E-03  6.54713936020546398E-03
+  6.60379470500467580E-03  6.66093982292850079E-03  6.71857894723414898E-03
+  6.77671634774919176E-03  6.83535633118697011E-03  6.89450324146475939E-03
+  6.95416146002460645E-03  7.01433540615698046E-03  7.07502953732713942E-03
+  7.13624834950435123E-03  7.19799637749390410E-03  7.26027819527197849E-03
+  7.32309841632338733E-03  7.38646169398221239E-03  7.45037272177536975E-03
+  7.51483623376910607E-03  7.57985700491846989E-03  7.64543985141978057E-03
+  7.71158963106612864E-03  7.77831124360588936E-03  7.84560963110434231E-03
+  7.91348977830836318E-03  7.98195671301426407E-03  8.05101550643874848E-03
+  8.12067127359307125E-03  8.19092917366039119E-03  8.26179441037634514E-03
+  8.33327223241289716E-03  8.40536793376543169E-03  8.47808685414322416E-03
+  8.55143437936318161E-03  8.62541594174698507E-03  8.70003702052162160E-03
+  8.77530314222334414E-03  8.85121988110506436E-03  8.92779285954724278E-03
+  9.00502774847228640E-03  9.08293026776247660E-03  9.16150618668146524E-03
+  9.24076132429938780E-03  9.32070154992156730E-03  9.40133278352091664E-03
+  9.48266099617398744E-03  9.56469221050078311E-03  9.64743250110827559E-03
+  9.73088799503773159E-03  9.81506487221584477E-03  9.89996936590970163E-03
+  9.98560776318563152E-03  1.00719864053719511E-02  1.01591116885256811E-02
+  1.02469900639031771E-02  1.03356280384348156E-02  1.04250321752036960E-02
+  1.05152090939284164E-02  1.06061654714499354E-02  1.06979080422226081E-02
+  1.07904435988093548E-02  1.08837789923810595E-02  1.09779211332201934E-02
+  1.10728769912287195E-02  1.11686535964403179E-02  1.12652580395368983E-02
+  1.13626974723695894E-02  1.14609791084840634E-02  1.15601102236503328E-02
+  1.16600981563970366E-02  1.17609503085502644E-02  1.18626741457769150E-02
+  1.19652771981326594E-02  1.20687670606145509E-02  1.21731513937182872E-02
+  1.22784379240002042E-02  1.23846344446439782E-02  1.24917488160321537E-02
+  1.25997889663224741E-02  1.27087628920290706E-02  1.28186786586085635E-02
+  1.29295444010510928E-02  1.30413683244763236E-02  1.31541587047344956E-02
+  1.32679238890124982E-02  1.33826722964450629E-02  1.34984124187310841E-02
+  1.36151528207551394E-02  1.37329021412142070E-02  1.38516690932496481E-02
+  1.39714624650845096E-02  1.40922911206661523E-02  1.42141640003142708E-02
+  1.43370901213743396E-02  1.44610785788765531E-02  1.45861385462002398E-02
+  1.47122792757438565E-02  1.48395100996005884E-02  1.49678404302395762E-02
+  1.50972797611928049E-02  1.52278376677478164E-02  1.53595238076460784E-02
+  1.54923479217872612E-02  1.56263198349393118E-02  1.57614494564544960E-02
+  1.58977467809913557E-02  1.60352218892426575E-02  1.61738849486694238E-02
+  1.63137462142410317E-02  1.64548160291814287E-02  1.65971048257215550E-02
+  1.67406231258579938E-02  1.68853815421178971E-02  1.70313907783301924E-02
+  1.71786616304032344E-02  1.73272049871087928E-02  1.74770318308725657E-02
+  1.76281532385711599E-02  1.77805803823356569E-02  1.79343245303617733E-02
+  1.80893970477266700E-02  1.82458093972125042E-02  1.84035731401366622E-02
+  1.85626999371888840E-02  1.87232015492750925E-02  1.88850898383683477E-02
+  1.90483767683665116E-02  1.92130744059570736E-02  1.93791949214889292E-02
+  1.95467505898513152E-02  1.97157537913598586E-02  1.98862170126498199E-02
+  2.00581528475766192E-02  2.02315739981236108E-02  2.04064932753172425E-02
+  2.05829236001495650E-02  2.07608780045082791E-02  2.09403696321141530E-02
+  2.11214117394661303E-02  2.13040176967939192E-02  2.14882009890182760E-02
+  2.16739752167190367E-02  2.18613540971108258E-02  2.20503514650265964E-02
+  2.22409812739090551E-02  2.24332575968099468E-02  2.26271946273973283E-02
+  2.28228066809708190E-02  2.30201081954849417E-02  2.32191137325805548E-02
+  2.34198379786244408E-02  2.36222957457571103E-02  2.38265019729488846E-02
+  2.40324717270642522E-02  2.42402202039346086E-02  2.44497627294394324E-02
+  2.46611147605958828E-02  2.48742918866569143E-02  2.50893098302180026E-02
+  2.53061844483324153E-02  2.55249317336351984E-02  2.57455678154758262E-02
+  2.59681089610596799E-02  2.61925715765982427E-02  2.64189722084682416E-02
+  2.66473275443796440E-02  2.68776544145526014E-02  2.71099697929034454E-02
+  2.73442907982396621E-02  2.75806346954640541E-02  2.78190188967879122E-02
+  2.80594609629535030E-02  2.83019786044657363E-02  2.85465896828330755E-02
+  2.87933122118178390E-02  2.90421643586958184E-02  2.92931644455253076E-02
+  2.95463309504256401E-02  2.98016825088651127E-02  3.00592379149585663E-02
+  3.03190161227744233E-02  3.05810362476514851E-02  3.08453175675252253E-02
+  3.11118795242639502E-02  3.13807417250143578E-02  3.16519239435574112E-02
+  3.19254461216735147E-02  3.22013283705177844E-02  3.24795909720050416E-02
+  3.27602543802048771E-02  3.30433392227465275E-02  3.33288663022337714E-02
+  3.36168565976697545E-02  3.39073312658919740E-02  3.42003116430171644E-02
+  3.44958192458963420E-02  3.47938757735799242E-02  3.50945031087930015E-02
+  3.53977233194207042E-02  3.57035586600037910E-02  3.60120315732443338E-02
+  3.63231646915217130E-02  3.66369808384187368E-02  3.69535030302579892E-02
+  3.72727544776484815E-02  3.75947585870425177E-02  3.79195389623027401E-02
+  3.82471194062795478E-02  3.85775239223987224E-02  3.89107767162592544E-02
+  3.92469021972415705E-02  3.95859249801258847E-02  3.99278698867208612E-02
+  4.02727619475024903E-02  4.06206264032632353E-02  4.09714887067713432E-02
+  4.13253745244404058E-02  4.16823097380090019E-02  4.20423204462306369E-02
+  4.24054329665736821E-02  4.27716738369314786E-02  4.31410698173425103E-02
+  4.35136478917205818E-02  4.38894352695949619E-02  4.42684593878605662E-02
+  4.46507479125379664E-02  4.50363287405432314E-02  4.54252300014677188E-02
+  4.58174800593673381E-02  4.62131075145617853E-02  4.66121412054431236E-02
+  4.70146102102941069E-02  4.74205438491158635E-02  4.78299716854649407E-02
+  4.82429235282996680E-02  4.86594294338357977E-02  4.90795197074111386E-02
+  4.95032249053592097E-02  4.99305758368918939E-02  5.03616035659907313E-02
+  5.07963394133069956E-02  5.12348149580702933E-02  5.16770620400053837E-02
+  5.21231127612577089E-02  5.25729994883264648E-02  5.30267548540061806E-02
+  5.34844117593358190E-02  5.39460033755555513E-02  5.44115631460711374E-02
+  5.48811247884254949E-02  5.53547222962774421E-02  5.58323899413872976E-02
+  5.63141622756093210E-02  5.68000741328901909E-02  5.72901606312746642E-02
+  5.77844571749164121E-02  5.82829994560949347E-02  5.87858234572382135E-02
+  5.92929654529504441E-02  5.98044620120448678E-02  6.03203499995812950E-02
+  6.08406665789081660E-02  6.13654492137086852E-02  6.18947356700507503E-02
+  6.24285640184405327E-02  6.29669726358790399E-02  6.35100002079216491E-02
+  6.40576857307399022E-02  6.46100685131857505E-02  6.51671881788569163E-02
+  6.57290846681640867E-02  6.62957982403986762E-02  6.68673694758010195E-02
+  6.74438392776287032E-02  6.80252488742242173E-02  6.86116398210819128E-02
+  6.92030540029131835E-02  6.97995336357099122E-02  7.04011212688053917E-02
+  7.10078597869321093E-02  7.16197924122759788E-02  7.22369627065264364E-02
+  7.28594145729215964E-02  7.34871922582881060E-02  7.41203403550750317E-02
+  7.47589038033806552E-02  7.54029278929722602E-02  7.60524582652976622E-02
+  7.67075409154877041E-02  7.73682221943494675E-02  7.80345488103488666E-02
+  7.87065678315821693E-02  7.93843266877354709E-02  8.00678731720313036E-02
+  8.07572554431616046E-02  8.14525220272058204E-02  8.21537218195337177E-02
+  8.28609040866915003E-02  8.35741184682702865E-02  8.42934149787562814E-02
+  8.50188440093612163E-02  8.57504563298319838E-02  8.64883030902387495E-02
+  8.72324358227398872E-02  8.79829064433227392E-02  8.87397672535192583E-02
+  8.95030709420947951E-02  9.02728705867090059E-02  9.10492196555477973E-02
+  9.18321720089241289E-02  9.26217819008474247E-02  9.34181039805589697E-02
+  9.42211932940326125E-02  9.50311052854390104E-02  9.58478957985715030E-02
+  9.66716210782327529E-02  9.75023377715793782E-02  9.83401029294241336E-02
+  9.91849740074926822E-02  1.00037008867633934E-01  1.00896265778982031E-01
+  1.01762803419066794E-01  1.02636680874873557E-01  1.03517957643846706E-01
+  1.04406693634837455E-01  1.05302949168992813E-01  1.06206784980583460E-01
+  1.07118262217768448E-01  1.08037442443294288E-01  1.08964387635126142E-01
+  1.09899160187008460E-01  1.10841822908952795E-01  1.11792439027649834E-01
+  1.12751072186803331E-01  1.13717786447383062E-01  1.14692646287793770E-01
+  1.15675716603957562E-01  1.16667062709306504E-01  1.17666750334682393E-01
+  1.18674845628140818E-01  1.19691415154655770E-01  1.20716525895722196E-01
+  1.21750245248852251E-01  1.22792641026962537E-01  1.23843781457648142E-01
+  1.24903735182340409E-01  1.25972571255343724E-01  1.27050359142748676E-01
+  1.28137168721216388E-01  1.29233070276630863E-01  1.30338134502614444E-01
+  1.31452432498902649E-01  1.32576035769573664E-01  1.33709016221127880E-01
+  1.34851446160413058E-01  1.36003398292390193E-01  1.37164945717735243E-01
+  1.38336161930271651E-01  1.39517120814228318E-01  1.40707896641318497E-01
+  1.41908564067632914E-01  1.43119198130342878E-01  1.44339874244206412E-01
+  1.45570668197872954E-01  1.46811656149979208E-01  1.48062914625030989E-01
+  1.49324520509064224E-01  1.50596551045079047E-01  1.51879083828239919E-01
+  1.53172196800835131E-01  1.54475968246989115E-01  1.55790476787119575E-01
+  1.57115801372133129E-01  1.58452021277350752E-01  1.59799216096157021E-01
+  1.61157465733362981E-01  1.62526850398276967E-01  1.63907450597473331E-01
+  1.65299347127251417E-01  1.66702621065775797E-01  1.68117353764889232E-01
+  1.69543626841588718E-01  1.70981522169155659E-01  1.72431121867930470E-01
+  1.73892508295721865E-01  1.75365764037840599E-01  1.76850971896747838E-01
+  1.78348214881307032E-01  1.79857576195629532E-01  1.81379139227500041E-01
+  1.82912987536376859E-01  1.84459204840947216E-01  1.86017875006232264E-01
+  1.87589082030226451E-01  1.89172910030060454E-01  1.90769443227673502E-01
+  1.92378765934983736E-01  1.94000962538541682E-01  1.95636117483655059E-01
+  1.97284315257969300E-01  1.98945640374491028E-01  2.00620177354038698E-01
+  2.02308010707106772E-01  2.04009224915127241E-01  2.05723904411114017E-01
+  2.07452133559672430E-01  2.09193996636360430E-01  2.10949577806382127E-01
+  2.12718961102598803E-01  2.14502230402838528E-01  2.16299469406487699E-01
+  2.18110761610346426E-01  2.19936190283728267E-01  2.21775838442786671E-01
+  2.23629788824048187E-01  2.25498123857132970E-01  2.27380925636642278E-01
+  2.29278275893192635E-01  2.31190255963576313E-01  2.33116946760024812E-01
+  2.35058428738556452E-01  2.37014781866383084E-01  2.38986085588354602E-01
+  2.40972418792418652E-01  2.42973859774069906E-01  2.44990486199766822E-01
+  2.47022375069290784E-01  2.49069602677021301E-01  2.51132244572103869E-01
+  2.53210375517483044E-01  2.55304069447774284E-01  2.57413399425948486E-01
+  2.59538437598800298E-01  2.61679255151174295E-01  2.63835922258917555E-01
+  2.66008508040532887E-01  2.68197080507500685E-01  2.70401706513240525E-01
+  2.72622451700681168E-01  2.74859380448409796E-01  2.77112555815365702E-01
+  2.79382039484049050E-01  2.81667891702211071E-01  2.83970171222991619E-01
+  2.86288935243472431E-01  2.88624239341609801E-01  2.90976137411512736E-01
+  2.93344681597032142E-01  2.95729922223623376E-01  2.98131907728447831E-01
+  3.00550684588675510E-01  3.02986297247951453E-01  3.05438788040988785E-01
+  3.07908197116249671E-01  3.10394562356674897E-01  3.12897919298424365E-01
+  3.15418301047587446E-01  3.17955738194821813E-01  3.20510258727885966E-01
+  3.23081887942016366E-01  3.25670648348113045E-01  3.28276559578691451E-01
+  3.30899638291556719E-01  3.33539898071159024E-01  3.36197349327587269E-01
+  3.38871999193157025E-01  3.41563851416550768E-01  3.44272906254465771E-01
+  3.46999160360725645E-01  3.49742606672813261E-01  3.52503234295778123E-01
+  3.55281028383476416E-01  3.58075970017098344E-01  3.60888036080938057E-01
+  3.63717199135362435E-01  3.66563427286934584E-01  3.69426684055647048E-01
+  3.72306928239221735E-01  3.75204113774431303E-01  3.78118189595401388E-01
+  3.81049099488846743E-01  3.83996781946201626E-01  3.86961170012601108E-01
+  3.89942191132670979E-01  3.92939766993087081E-01  3.95953813361861640E-01
+  3.98984239924319084E-01  4.02030950115721375E-01  4.05093840950506323E-01
+  4.08172802848102423E-01  4.11267719455284342E-01  4.14378467465036149E-01
+  4.17504916431889361E-01  4.20646928583706059E-01  4.23804358629876421E-01
+  4.26977053565905873E-01  4.30164852474364201E-01  4.33367586322176035E-01
+  4.36585077754231166E-01  4.39817140883296320E-01  4.43063581076214241E-01
+  4.46324194736375746E-01  4.49598769082458383E-01  4.52887081923421697E-01
+  4.56188901429760596E-01  4.59503985901015322E-01  4.62832083529542526E-01
+  4.66172932160560938E-01  4.69526259048479555E-01  4.72891780609531687E-01
+  4.76269202170735872E-01  4.79658217715212165E-01  4.83058509623890187E-01
+  4.86469748413646930E-01  4.89891592471921655E-01  4.93323687787861953E-01
+  4.96765667680058087E-01  5.00217152520935793E-01  5.03677749457880131E-01
+  5.07147052131175391E-01  5.10624640388849249E-01  5.14110079998524871E-01
+  5.17602922356388051E-01  5.21102704193389110E-01  5.24608947278810356E-01
+  5.28121158121337753E-01  5.31638827667786473E-01  5.35161430999652077E-01
+  5.38688427027650407E-01  5.42219258184444053E-01  5.45753350115753211E-01
+  5.49290111370067891E-01  5.52828933087191721E-01  5.56369188685862159E-01
+  5.59910233550711123E-01  5.63451404718841919E-01  5.66992020566318145E-01
+  5.70531380494880946E-01  5.74068764619222738E-01  5.77603433455171289E-01
+  5.81134627609158017E-01  5.84661567469357712E-01  5.88183452898920933E-01
+  5.91699462931732145E-01  5.95208755471155038E-01  5.98710466992252166E-01
+  6.02203712247986522E-01  6.05687583979943711E-01  6.09161152634135727E-01
+  6.12623466082480084E-01  6.16073549350572458E-01  6.19510404352403232E-01
+  6.22933009632698931E-01  6.26340320117600657E-01  6.29731266874422047E-01
+  6.33104756881269881E-01  6.36459672807335841E-01  6.39794872804709480E-01
+  6.43109190312599610E-01  6.46401433874882136E-01  6.49670386971940239E-01
+  6.52914807867794211E-01  6.56133429473562346E-01  6.59324959228335117E-01
+  6.62488078998588192E-01  6.65621444997297917E-01  6.68723687723973725E-01
+  6.71793411926862483E-01  6.74829196588622726E-01  6.77829594936820823E-01
+  6.80793134480638273E-01  6.83718317075234006E-01  6.86603619015248912E-01
+  6.89447491158991066E-01  6.92248359084885134E-01  6.95004623281821776E-01
+  6.97714659375090251E-01  7.00376818389623290E-01  7.02989427052340465E-01
+  7.05550788135410833E-01  7.08059180842319336E-01  7.10512861238657867E-01
+  7.12910062729608329E-01  7.15248996586140828E-01  7.17527852521980147E-01
+  7.19744799323447260E-01  7.21897985534317388E-01  7.23985540197879307E-01
+  7.26005573658411341E-01  7.27956178424329914E-01  7.29835430095292392E-01
+  7.31641388355564248E-01  7.33372098035986686E-01  7.35025590246896399E-01
+  7.36599883584363346E-01  7.38092985412130864E-01  7.39502893221628876E-01
+  7.40827596072445971E-01  7.42065076115624445E-01  7.43213310202130439E-01
+  7.44270271578823972E-01  7.45233931674223471E-01  7.46102261976307357E-01
+  7.46873236004547469E-01  7.47544831378306518E-01  7.48115031983638157E-01
+  7.48581830240460655E-01  7.48943229471948468E-01  7.49197246377880099E-01
+  7.49341913613538413E-01  7.49375282475605142E-01  7.49295425696325013E-01
+  7.49100440347017393E-01  7.48788450851803455E-01  7.48357612112183657E-01
+  7.47806112742837148E-01  7.47132178418737136E-01  7.46334075333364488E-01
+  7.45410113767457361E-01  7.44358651767381696E-01  7.43178098931794984E-01
+  7.41866920304849797E-01  7.40423640373724101E-01  7.38846847167752174E-01
+  7.37135196455900865E-01  7.35287416038755803E-01  7.33302310130556800E-01
+  7.31178763826169531E-01  7.28915747647169598E-01  7.26512322160459911E-01
+  7.23967642662055599E-01  7.21280963917808049E-01  7.18451644951959567E-01
+  7.15479153873456841E-01  7.12363072728966373E-01  7.09103102370467142E-01
+  7.05699067324211060E-01  7.02150920646664845E-01  6.98458748751844327E-01
+  6.94622776193193125E-01  6.90643370381829325E-01  6.86521046221634901E-01
+  6.82256470640234869E-01  6.77850466993463852E-01  6.73304019319415636E-01
+  6.68618276416631296E-01  6.63794555719418145E-01  6.58834346941690407E-01
+  6.53739315459116010E-01  6.48511305397731164E-01  6.43152342395566734E-01
+  6.37664636002218566E-01  6.32050581679738488E-01  6.26312762366666442E-01
+  6.20453949565580198E-01  6.14477103913148692E-01  6.08385375190408584E-01
+  6.02182101729852204E-01  5.95870809174957605E-01  5.89455208547033260E-01
+  5.82939193573736691E-01  5.76326837233424483E-01  5.69622387469595592E-01
+  5.62830262030218798E-01  5.55955042387727638E-01  5.49001466696975249E-01
+  5.41974421750561985E-01  5.34878933893793929E-01  5.27720158865138456E-01
+  5.20503370532587550E-01  5.13233948501883308E-01  5.05917364579283046E-01
+  4.98559168079576065E-01  4.91164969979532962E-01  4.83740425928149254E-01
+  4.76291218138024552E-01  4.68823036197303700E-01  4.61341556858990587E-01
+  4.53852422884436002E-01  4.46361221040646294E-01  4.38873459377144504E-01
+  4.31394543937720976E-01  4.23929755096048799E-01  4.16484223742080328E-01
+  4.09062907589038516E-01  4.01670567919049981E-01  3.94311747139698243E-01
+  3.86990747584586958E-01  3.79711612059129289E-01  3.72478106708912071E-01
+  3.65293706873047519E-01  3.58161586679712429E-01  3.51084613246709476E-01
+  3.44065346467340882E-01  3.37106045492424844E-01  3.30208683164212424E-01
+  3.23374969818647329E-01  3.16606388050493903E-01  3.09904240232969697E-01
+  3.03269710801576053E-01  2.96703945552825310E-01  2.90208050937596052E-01
+  2.83783093386056950E-01  2.77430098665226832E-01  2.71150051270207693E-01
+  2.64943893850096701E-01  2.58812526669545351E-01  2.52756807106898962E-01
+  2.46777549189805850E-01  2.40875523169146677E-01  2.35051455132086362E-01
+  2.29306026655005102E-01  2.23639874497016111E-01  2.18053590334723435E-01
+  2.12547720538821927E-01  2.07122765993084601E-01  2.01779181956223713E-01
+  1.96517377967052570E-01  1.91337717793314932E-01  1.86240519424482831E-01
+  1.81226055108760276E-01  1.76294551434464652E-01  1.71446189455887715E-01
+  1.66681104863670770E-01  1.61999388199658367E-01  1.57401085116123218E-01
+  1.52886196679183795E-01  1.48454679716163773E-01  1.44106447206569066E-01
+  1.39841368716285969E-01  1.35659270874529336E-01  1.31559937892996942E-01
+  1.27543112126615565E-01  1.23608494675185920E-01  1.19755746025168031E-01
+  1.15984486730772551E-01  1.12294298133455872E-01  1.08684723118845930E-01
+  1.05155266910058595E-01  1.01705397896298136E-01  9.83345484955699678E-02
+  9.50421160502709639E-02  9.18274637543627370E-02  8.86899216107733396E-02
+  8.56287874176180491E-02  8.26433277817748418E-02  7.97327791583000989E-02
+  7.68963489141227113E-02  7.41332164144078293E-02  7.14425341299420730E-02
+  6.88234287638520154E-02  6.62750023959334661E-02  6.37963336428375299E-02
+  6.13864788323322252E-02  5.90444731898337807E-02  5.67693320353826053E-02
+  5.45600519892228131E-02  5.24156121841316755E-02  5.03349754826386761E-02
+  4.83170896972692013E-02  4.63608888119491983E-02  4.44652942027114681E-02
+  4.26292158558538026E-02  4.08515535817117262E-02  3.91311982222268123E-02
+  3.74670328505125882E-02  3.58579339606461475E-02  3.43027726459433427E-02
+  3.28004157640091193E-02  3.13497270868926051E-02  2.99495684347177264E-02
+  2.85988007912059521E-02  2.72962853995560237E-02  2.60408848371983456E-02
+  2.48314640679970569E-02  2.36668914705315814E-02  2.25460398411513850E-02
+  2.14677873705619374E-02  2.04310185927671986E-02  1.94346253052634331E-02
+  1.84775074594508738E-02  1.75585740203035683E-02  1.66767437944131160E-02
+  1.58309462255991351E-02  1.50201221573575683E-02  1.42432245614974567E-02
+  1.34992192323967718E-02  1.27870854463890682E-02  1.21058165858735686E-02
+  1.14544207278227585E-02  1.08319211964424816E-02  1.02373570798204305E-02
+  9.66978371047887662E-03  9.12827310982673029E-03  8.61191439658420300E-03
+  8.11981415933000182E-03  7.65109679339637250E-03  7.20490480241070107E-03
+  6.78039906485386826E-03  6.37675906607494160E-03  5.99318309626885749E-03
+  5.62888841498793147E-03  5.28311138282007865E-03  4.95510756092536891E-03
+  4.64415177917844226E-03  4.34953817371706939E-03  4.07058019474671254E-03
+  3.80661058549699657E-03  3.55698133326876444E-03  3.32106359354959442E-03
+  3.09824758821114574E-03  2.88794247883379564E-03  2.68957621623218531E-03
+  2.50259536728000311E-03  2.32646492015311677E-03  2.16066806912748469E-03
+  2.00470598008176387E-03  1.85809753786443654E-03  1.72037907669166578E-03
+  1.59110409474485332E-03  1.46984295413627895E-03  1.35618256740720590E-03
+  1.24972607171557342E-03  1.15009249186003807E-03  1.05691639327364605E-03
+  9.69847526104121883E-04  8.88550461478620937E-04  8.12704221029070619E-04
+  7.42001900730011790E-04  6.76150290074323105E-04  6.14869487583515322E-04
+  5.57892513618618493E-04  5.04964921425179970E-04  4.55844407311749604E-04
+  4.10300420825615456E-04  3.68113775752640393E-04  3.29076262730019576E-04
+  2.92990264221802937E-04  2.59668372567282589E-04  2.28933011771993846E-04
+  2.00616063670308505E-04  1.74558499047554344E-04  1.50610014268447585E-04
+  1.28628673917531388E-04  1.08480559916414860E-04  9.00394275420593286E-05
+  7.31863687302856443E-05  5.78094830092214473E-05  4.38035563686814866E-05
+  3.10697483336002363E-05  1.95152874727168605E-05  9.05317553784729010E-06
+ -3.98099605644063095E-07 -8.91484213005699760E-06 -1.65684173833379557E-05
+ -2.34255119497574148E-05 -2.95483845986333758E-05 -3.49951081144166023E-05
+ -3.98198020279203675E-05 -4.40728562934167691E-05 -4.78011459797138773E-05
+ -5.10482370651595051E-05 -5.38545834467831384E-05 -5.62577152924914503E-05
+ -5.82924188823812520E-05 -5.99909081008469266E-05 -6.13829877552556427E-05
+ -6.24728135657870665E-05 -6.32387473048405475E-05 -6.36997470408511365E-05
+ -6.38754910475383323E-05 -6.37852988665246680E-05 -6.34481060751777143E-05
+ -6.28824420928904520E-05 -6.21064106812197760E-05 -6.11376727963531966E-05
+ -5.99934314604599566E-05 -5.86904183313662810E-05 -5.72448816673892796E-05
+ -5.56725754057184051E-05 -5.39887490980517964E-05 -5.22081384758346187E-05
+ -5.03449564489163418E-05 -4.84128843752283262E-05 -4.64250634746222768E-05
+ -4.43940862967325998E-05 -4.23319881900313820E-05 -4.02502387565378380E-05
+ -3.81597333133049682E-05 -3.60707844172466645E-05 -3.39931135434869681E-05
+ -3.19358430386463434E-05 -2.99074884987886105E-05 -2.79159517466234774E-05
+ -2.59685146035427272E-05 -2.40718336687435935E-05 -2.22319363297151250E-05
+ -2.04542182354380769E-05 -1.87434424655664137E-05 -1.71037406254665056E-05
+ -1.55386160882389129E-05 -1.40509495907479658E-05 -1.26430073713541416E-05
+ -1.13164520126756883E-05 -1.00723561235860897E-05 -8.91121896115966907E-06
+ -7.83298605586438710E-06 -6.83707186251496209E-06 -5.92238541595972260E-06
+ -5.08735892486952872E-06 -4.32997919008300430E-06 -3.64782168654297071E-06
+ -3.03808710078350800E-06 -2.49764007007210104E-06 -2.02304982556953156E-06
+ -1.61063240113433222E-06 -1.25649403254406865E-06 -9.56575339777280300E-07
+ -7.06695858388700089E-07 -5.02598465641909841E-07 -3.39993233575111274E-07
+ -2.14600235102349090E-07 -1.22190831009941528E-07 -5.86269755759052793E-08
+ -1.98980966522801721E-08 -2.15513238021710269E-09
+  END     
+   TPHI_LCAO   2 #tphi0(r) for tphi0(r)/r*Ylm)
+  0.00000000000000000E+00  3.83702986100055367E-09  7.70723281129507406E-09
+  1.16108956492386824E-08  1.55483076527054771E-08  1.95197606005247454E-08
+  2.35255487941034994E-08  2.75659690792349958E-08  3.16413208680966860E-08
+  3.57519061614377014E-08  3.98980295709580862E-08  4.40799983418826089E-08
+  4.82981223757280453E-08  5.25527142532686636E-08  5.68440892576999221E-08
+  6.11725653980016954E-08  6.55384634325046708E-08  6.99421068926597063E-08
+  7.43838221070126494E-08  7.88639382253869414E-08  8.33827872432748715E-08
+  8.79407040264399396E-08  9.25380263357316792E-08  9.71750948521152295E-08
+  1.01852253201917338E-07  1.06569847982290379E-07  1.11328228786896661E-07
+  1.16127748231814844E-07  1.20968761981670326E-07  1.25851628775991323E-07
+  1.30776710455793154E-07  1.35744371990392318E-07  1.40754981504451666E-07
+  1.45808910305260612E-07  1.50906532910250469E-07  1.56048227074747427E-07
+  1.61234373819966145E-07  1.66465357461244803E-07  1.71741565636524865E-07
+  1.77063389335075921E-07  1.82431222926470806E-07  1.87845464189808848E-07
+  1.93306514343193804E-07  1.98814778073465324E-07  2.04370663566188155E-07
+  2.09974582535900691E-07  2.15626950256624149E-07  2.21328185592636704E-07
+  2.27078711029512456E-07  2.32878952705430282E-07  2.38729340442751436E-07
+  2.44630307779872171E-07  2.50582292003350029E-07  2.56585734180308995E-07
+  2.62641079191124539E-07  2.68748775762390557E-07  2.74909276500172359E-07
+  2.81123037923546939E-07  2.87390520498432212E-07  2.93712188671710200E-07
+  3.00088510905644005E-07  3.06519959712593021E-07  3.13007011690028328E-07
+  3.19550147555849890E-07  3.26149852184010746E-07  3.32806614640447408E-07
+  3.39520928219322020E-07  3.46293290479577702E-07  3.53124203281809266E-07
+  3.60014172825453829E-07  3.66963709686301622E-07  3.73973328854332897E-07
+  3.81043549771879088E-07  3.88174896372117813E-07  3.95367897117896736E-07
+  4.02623085040896083E-07  4.09940997781127584E-07  4.17322177626776842E-07
+  4.24767171554388218E-07  4.32276531269399007E-07  4.39850813247022438E-07
+  4.47490578773485048E-07  4.55196393987620503E-07  4.62968829922822606E-07
+  4.70808462549361692E-07  4.78715872817066029E-07  4.86691646698372750E-07
+  4.94736375231751101E-07  5.02850654565500712E-07  5.11035086001928552E-07
+  5.19290276041908155E-07  5.27616836429823924E-07  5.36015384198903919E-07
+  5.44486541716944595E-07  5.53030936732431008E-07  5.61649202421055228E-07
+  5.70341977432637518E-07  5.79109905938453771E-07  5.87953637678969731E-07
+  5.96873828011990797E-07  6.05871137961226230E-07  6.14946234265274660E-07
+  6.24099789427030031E-07  6.33332481763519543E-07  6.42644995456168380E-07
+  6.52038020601500779E-07  6.61512253262278477E-07  6.71068395519082901E-07
+  6.80707155522341728E-07  6.90429247544805971E-07  7.00235392034480106E-07
+  7.10126315668011310E-07  7.20102751404538194E-07  7.30165438540007116E-07
+  7.40315122761956575E-07  7.50552556204775206E-07  7.60878497505439404E-07
+  7.71293711859731012E-07  7.81798971078941299E-07  7.92395053647064962E-07
+  8.03082744778490793E-07  8.13862836476187551E-07  8.24736127590395403E-07
+  8.35703423877824317E-07  8.46765538061364273E-07  8.57923289890309622E-07
+  8.69177506201108502E-07  8.80529020978634130E-07  8.91978675417984854E-07
+  9.03527317986822394E-07  9.15175804488246565E-07  9.26924998124212527E-07
+  9.38775769559498505E-07  9.50728996986227461E-07  9.62785566188940298E-07
+  9.74946370610241968E-07  9.87212311417004196E-07  9.99584297567149364E-07
+  1.01206324587700689E-06  1.02465008108925121E-06  1.03734573594143349E-06
+  1.05015115123509723E-06  1.06306727590549687E-06  1.07609506709191912E-06
+  1.08923549020861074E-06  1.10248951901631811E-06  1.11585813569444848E-06
+  1.12934233091385279E-06  1.14294310391023989E-06  1.15666146255822229E-06
+  1.17049842344600621E-06  1.18445501195072208E-06  1.19853226231441119E-06
+  1.21273121772066781E-06  1.22705293037194191E-06  1.24149846156751432E-06
+  1.25606888178213965E-06  1.27076527074537606E-06  1.28558871752159767E-06
+  1.30054032059069645E-06  1.31562118792948593E-06  1.33083243709380833E-06
+  1.34617519530134662E-06  1.36165059951515937E-06  1.37725979652793275E-06
+  1.39300394304696337E-06  1.40888420577987357E-06  1.42490176152107354E-06
+  1.44105779723896003E-06  1.45735351016388238E-06  1.47379010787685971E-06
+  1.49036880839906569E-06  1.50709084028209221E-06  1.52395744269898909E-06
+  1.54096986553609012E-06  1.55812936948563965E-06  1.57543722613920894E-06
+  1.59289471808193173E-06  1.61050313898754621E-06  1.62826379371426370E-06
+  1.64617799840146210E-06  1.66424708056721835E-06  1.68247237920668287E-06
+  1.70085524489130646E-06  1.71939703986892024E-06  1.73809913816468542E-06
+  1.75696292568291539E-06  1.77598980030977464E-06  1.79518117201687149E-06
+  1.81453846296574051E-06  1.83406310761322924E-06  1.85375655281780066E-06
+  1.87362025794674932E-06  1.89365569498434988E-06  1.91386434864093062E-06
+  1.93424771646290512E-06  1.95480730894373928E-06  1.97554464963588971E-06
+  1.99646127526370517E-06  2.01755873583730296E-06  2.03883859476742953E-06
+  2.06030242898132188E-06  2.08195182903955453E-06  2.10378839925391807E-06
+  2.12581375780629773E-06  2.14802953686858952E-06  2.17043738272365146E-06
+  2.19303895588729959E-06  2.21583593123136030E-06  2.23882999810778392E-06
+  2.26202286047383238E-06  2.28541623701835149E-06  2.30901186128913213E-06
+  2.33281148182137332E-06  2.35681686226725499E-06  2.38102978152663520E-06
+  2.40545203387887000E-06  2.43008542911577946E-06  2.45493179267576174E-06
+  2.47999296577906212E-06  2.50527080556421992E-06  2.53076718522568500E-06
+  2.55648399415263509E-06  2.58242313806898312E-06  2.60858653917459962E-06
+  2.63497613628775913E-06  2.66159388498881092E-06  2.68844175776509873E-06
+  2.71552174415712523E-06  2.74283585090599538E-06  2.77038610210211190E-06
+  2.79817453933517922E-06  2.82620322184548698E-06  2.85447422667651319E-06
+  2.88298964882883815E-06  2.91175160141539289E-06  2.94076221581805565E-06
+  2.97002364184558710E-06  2.99953804789294752E-06  3.02930762110197934E-06
+  3.05933456752348776E-06  3.08962111228071176E-06  3.12016949973422531E-06
+  3.15098199364824257E-06  3.18206087735837949E-06  3.21340845394085760E-06
+  3.24502704638316882E-06  3.27691899775622223E-06  3.30908667138797353E-06
+  3.34153245103855247E-06  3.37425874107692306E-06  3.40726796665904248E-06
+  3.44056257390758459E-06  3.47414503009320411E-06  3.50801782381737248E-06
+  3.54218346519679476E-06  3.57664448604941717E-06  3.61140344008204704E-06
+  3.64646290307959478E-06  3.68182547309594683E-06  3.71749377064649497E-06
+  3.75347043890232668E-06  3.78975814388609346E-06  3.82635957466957913E-06
+  3.86327744357296564E-06  3.90051448636583141E-06  3.93807346246987640E-06
+  3.97595715516341832E-06  4.01416837178763579E-06  4.05270994395460818E-06
+  4.09158472775714761E-06  4.13079560398044884E-06  4.17034547831556946E-06
+  4.21023728157474740E-06  4.25047396990859119E-06  4.29105852502514638E-06
+  4.33199395441084324E-06  4.37328329155337062E-06  4.41492959616647254E-06
+  4.45693595441667354E-06  4.49930547915199194E-06  4.54204131013260642E-06
+  4.58514661426352492E-06  4.62862458582926449E-06  4.67247844673056730E-06
+  4.71671144672315300E-06  4.76132686365854121E-06  4.80632800372694579E-06
+  4.85171820170228933E-06  4.89750082118931655E-06  4.94367925487285233E-06
+  4.99025692476921467E-06  5.03723728247980028E-06  5.08462380944685886E-06
+  5.13242001721149254E-06  5.18062944767386277E-06  5.22925567335566965E-06
+  5.27830229766488370E-06  5.32777295516278225E-06  5.37767131183327543E-06
+  5.42800106535457086E-06  5.47876594537319889E-06  5.52996971378038599E-06
+  5.58161616499082593E-06  5.63370912622386087E-06  5.68625245778710272E-06
+  5.73925005336248799E-06  5.79270584029481706E-06  5.84662377988279640E-06
+  5.90100786767257441E-06  5.95586213375383453E-06  6.01119064305844038E-06
+  6.06699749566166361E-06  6.12328682708601965E-06  6.18006280860772084E-06
+  6.23732964756579096E-06  6.29509158767384537E-06  6.35335290933455618E-06
+  6.41211792995687206E-06  6.47139100427593239E-06  6.53117652467578513E-06
+  6.59147892151487363E-06  6.65230266345434493E-06  6.71365225778920062E-06
+  6.77553225078230487E-06  6.83794722800127310E-06  6.90090181465829228E-06
+  6.96440067595286102E-06  7.02844851741750512E-06  7.09305008526647148E-06
+  7.15821016674744321E-06  7.22393359049629743E-06  7.29022522689493003E-06
+  7.35708998843215868E-06  7.42453283006776571E-06  7.49255874959968432E-06
+  7.56117278803435025E-06  7.63038002996026782E-06  7.70018560392478799E-06
+  7.77059468281416019E-06  7.84161248423686979E-06  7.91324427091027727E-06
+  7.98549535105060577E-06  8.05837107876630490E-06  8.13187685445481277E-06
+  8.20601812520274525E-06  8.28080038518954946E-06  8.35622917609464205E-06
+  8.43231008750807111E-06  8.50904875734472538E-06  8.58645087226213844E-06
+  8.66452216808186548E-06  8.74326843021456344E-06  8.82269549408869642E-06
+  8.90280924558296121E-06  8.98361562146246693E-06  9.06512060981865855E-06
+  9.14733025051307740E-06  9.23025063562491479E-06  9.31388790990248053E-06
+  9.39824827121854588E-06  9.48333797102963355E-06  9.56916331483926175E-06
+  9.65573066266523193E-06  9.74304642951090773E-06  9.83111708584060886E-06
+  9.91994915805909104E-06  1.00095492289951815E-05  1.00999239383895783E-05
+  1.01910799833869090E-05  1.02830241190319988E-05  1.03757631587704428E-05
+  1.04693039749535195E-05  1.05636534993474539E-05  1.06588187236470855E-05
+  1.07548066999939929E-05  1.08516245414990663E-05  1.09492794227696358E-05
+  1.10477785804411324E-05  1.11471293137133427E-05  1.12473389848913157E-05
+  1.13484150199309350E-05  1.14503649089892242E-05  1.15531962069793706E-05
+  1.16569165341306051E-05  1.17615335765528734E-05  1.18670550868063849E-05
+  1.19734888844761627E-05  1.20808428567514589E-05  1.21891249590102444E-05
+  1.22983432154087267E-05  1.24085057194759757E-05  1.25196206347136859E-05
+  1.26316961952011182E-05  1.27447407062052829E-05  1.28587625447963830E-05
+  1.29737701604686086E-05  1.30897720757662413E-05  1.32067768869152408E-05
+  1.33247932644602413E-05  1.34438299539070745E-05  1.35638957763708486E-05
+  1.36849996292296286E-05  1.38071504867837400E-05  1.39303574009208418E-05
+  1.40546295017866753E-05  1.41799759984616450E-05  1.43064061796432644E-05
+  1.44339294143344520E-05  1.45625551525378491E-05  1.46922929259560550E-05
+  1.48231523486980070E-05  1.49551431179913892E-05  1.50882750149012450E-05
+  1.52225579050547868E-05  1.53580017393724851E-05  1.54946165548054584E-05
+  1.56324124750792409E-05  1.57713997114440195E-05  1.59115885634312960E-05
+  1.60529894196170967E-05  1.61956127583918750E-05  1.63394691487369427E-05
+  1.64845692510076699E-05  1.66309238177234997E-05  1.67785436943646873E-05
+  1.69274398201760396E-05  1.70776232289775291E-05  1.72291050499819449E-05
+  1.73818965086195978E-05  1.75360089273701816E-05  1.76914537266017957E-05
+  1.78482424254172337E-05  1.80063866425076088E-05  1.81658980970132918E-05
+  1.83267886093924084E-05  1.84890701022967350E-05  1.86527546014551814E-05
+  1.88178542365650119E-05  1.89843812421906216E-05  1.91523479586702242E-05
+  1.93217668330302684E-05  1.94926504199078156E-05  1.96650113824808942E-05
+  1.98388624934068699E-05  2.00142166357689366E-05  2.01910868040308215E-05
+  2.03694861049996920E-05  2.05494277587974377E-05  2.07309250998402784E-05
+  2.09139915778269492E-05  2.10986407587353200E-05  2.12848863258277049E-05
+  2.14727420806648349E-05  2.16622219441285557E-05  2.18533399574534697E-05
+  2.20461102832674073E-05  2.22405472066409213E-05  2.24366651361458510E-05
+  2.26344786049230446E-05  2.28340022717593342E-05  2.30352509221737442E-05
+  2.32382394695132093E-05  2.34429829560576375E-05  2.36494965541346193E-05
+  2.38577955672437721E-05  2.40678954311906769E-05  2.42798117152308235E-05
+  2.44935601232232896E-05  2.47091564947944522E-05  2.49266168065117211E-05
+  2.51459571730674847E-05  2.53671938484732497E-05  2.55903432272640852E-05
+  2.58154218457135284E-05  2.60424463830589502E-05  2.62714336627375354E-05
+  2.65024006536329524E-05  2.67353644713327944E-05  2.69703423793968752E-05
+  2.72073517906365135E-05  2.74464102684048689E-05  2.76875355278984185E-05
+  2.79307454374697285E-05  2.81760580199514998E-05  2.84234914539921552E-05
+  2.86730640754028592E-05  2.89247943785163049E-05  2.91787010175571550E-05
+  2.94348028080243698E-05  2.96931187280855043E-05  2.99536679199829625E-05
+  3.02164696914525745E-05  3.04815435171542655E-05  3.07489090401152475E-05
+  3.10185860731855201E-05  3.12905946005060596E-05  3.15649547789897820E-05
+  3.18416869398151055E-05  3.21208115899325786E-05  3.24023494135844639E-05
+  3.26863212738375084E-05  3.29727482141289007E-05  3.32616514598256519E-05
+  3.35530524197974207E-05  3.38469726880029652E-05  3.41434340450902696E-05
+  3.44424584600105555E-05  3.47440680916461637E-05  3.50482852904526596E-05
+  3.53551326001148850E-05  3.56646327592176585E-05  3.59768087029305788E-05
+  3.62916835647076607E-05  3.66092806780014856E-05  3.69296235779922736E-05
+  3.72527360033318974E-05  3.75786418979028443E-05  3.79073654125926149E-05
+  3.82389309070832391E-05  3.85733629516563784E-05  3.89106863290140191E-05
+  3.92509260361148743E-05  3.95941072860266820E-05  3.99402555097945293E-05
+  4.02893963583253451E-05  4.06415557042884859E-05  4.09967596440331748E-05
+  4.13550344995220471E-05  4.17164068202816705E-05  4.20809033853699929E-05
+  4.24485512053603985E-05  4.28193775243435851E-05  4.31934098219460439E-05
+  4.35706758153664285E-05  4.39512034614293924E-05  4.43350209586572153E-05
+  4.47221567493592503E-05  4.51126395217395110E-05  4.55064982120225144E-05
+  4.59037620065973789E-05  4.63044603441805768E-05  4.67086229179972614E-05
+  4.71162796779816211E-05  4.75274608329960655E-05  4.79421968530696957E-05
+  4.83605184716561222E-05  4.87824566879108376E-05  4.92080427689881061E-05
+  4.96373082523579373E-05  5.00702849481429079E-05  5.05070049414752645E-05
+  5.09475005948744708E-05  5.13918045506450762E-05  5.18399497332955710E-05
+  5.22919693519779974E-05  5.27478969029487220E-05  5.32077661720503853E-05
+  5.36716112372154322E-05  5.41394664709911788E-05  5.46113665430867520E-05
+  5.50873464229420526E-05  5.55674413823188830E-05  5.60516869979145186E-05
+  5.65401191539978570E-05  5.70327740450681932E-05  5.75296881785374348E-05
+  5.80308983774349013E-05  5.85364417831359831E-05  5.90463558581140639E-05
+  5.95606783887164912E-05  6.00794474879642643E-05  6.06027015983762250E-05
+  6.11304794948174061E-05  6.16628202873721463E-05  6.21997634242418785E-05
+  6.27413486946682878E-05  6.32876162318813247E-05  6.38386065160729957E-05
+  6.43943603773967140E-05  6.49549189989926567E-05  6.55203239200391843E-05
+  6.60906170388307824E-05  6.66658406158823221E-05  6.72460372770605476E-05
+  6.78312500167422758E-05  6.84215222010000262E-05  6.90168975708152981E-05
+  6.96174202453194135E-05  7.02231347250624813E-05  7.08340858953106326E-05
+  7.14503190293717022E-05  7.20718797919496284E-05  7.26988142425280174E-05
+  7.33311688387826695E-05  7.39689904400237316E-05  7.46123263106678275E-05
+  7.52612241237398001E-05  7.59157319644048801E-05  7.65758983335314009E-05
+  7.72417721512845361E-05  7.79134027607505296E-05  7.85908399315928018E-05
+  7.92741338637393075E-05  7.99633351911019320E-05  8.06584949853279528E-05
+  8.13596647595839998E-05  8.20668964723725557E-05  8.27802425313816325E-05
+  8.34997557973675701E-05  8.42254895880715007E-05  8.49574976821695438E-05
+  8.56958343232571681E-05  8.64405542238681394E-05  8.71917125695279591E-05
+  8.79493650228423639E-05  8.87135677276214003E-05  8.94843773130388849E-05
+  9.02618508978278602E-05  9.10460460945123170E-05  9.18370210136755494E-05
+  9.26348342682652913E-05  9.34395449779361353E-05  9.42512127734293443E-05
+  9.50698978009907039E-05  9.58956607268263221E-05  9.67285627415972305E-05
+  9.75686655649523655E-05  9.84160314501012184E-05  9.92707231884256379E-05
+  1.00132804114131614E-04  1.01002338108941242E-04  1.01879389606825377E-04
+  1.02764023598776518E-04  1.03656305637624054E-04  1.04556301842890194E-04
+  1.05464078905688033E-04  1.06379704093662232E-04  1.07303245255972106E-04
+  1.08234770828317863E-04  1.09174349838010159E-04  1.10122051909083694E-04
+  1.11077947267454723E-04  1.12042106746123248E-04  1.13014601790419986E-04
+  1.13995504463299132E-04  1.14984887450676052E-04  1.15982824066812010E-04
+  1.16989388259744505E-04  1.18004654616765312E-04  1.19028698369945152E-04
+  1.20061595401706645E-04  1.21103422250445000E-04  1.22154256116197555E-04
+  1.23214174866361994E-04  1.24283257041464220E-04  1.25361581860975710E-04
+  1.26449229229181584E-04  1.27546279741098993E-04  1.28652814688446629E-04
+  1.29768916065666000E-04  1.30894666575994485E-04  1.32030149637591077E-04
+  1.33175449389714621E-04  1.34330650698956031E-04  1.35495839165523571E-04
+  1.36671101129583216E-04  1.37856523677652785E-04  1.39052194649052325E-04
+  1.40258202642409727E-04  1.41474637022222157E-04  1.42701587925474568E-04
+  1.43939146268315621E-04  1.45187403752790279E-04  1.46446452873631852E-04
+  1.47716386925111247E-04  1.48997300007946705E-04  1.50289287036272149E-04
+  1.51592443744666237E-04  1.52906866695242012E-04  1.54232653284797457E-04
+  1.55569901752028369E-04  1.56918711184802785E-04  1.58279181527498755E-04
+  1.59651413588405270E-04  1.61035509047186747E-04  1.62431570462412731E-04
+  1.63839701279151545E-04  1.65260005836630333E-04  1.66692589375960873E-04
+  1.68137558047931954E-04  1.69595018920869379E-04  1.71065079988563112E-04
+  1.72547850178263727E-04  1.74043439358746976E-04  1.75551958348448776E-04
+  1.77073518923669501E-04  1.78608233826849886E-04  1.80156216774917841E-04
+  1.81717582467707281E-04  1.83292446596449999E-04  1.84880925852339923E-04
+  1.86483137935172626E-04  1.88099201562057873E-04  1.89729236476208433E-04
+  1.91373363455803999E-04  1.93031704322931902E-04  1.94704381952605067E-04
+  1.96391520281857118E-04  1.98093244318916758E-04  1.99809680152460595E-04
+  2.01540954960945876E-04  2.03287197022024204E-04  2.05048535722035763E-04
+  2.06825101565585612E-04  2.08617026185202740E-04  2.10424442351082376E-04
+  2.12247483980911787E-04  2.14086286149781357E-04  2.15940985100180894E-04
+  2.17811718252082260E-04  2.19698624213108309E-04  2.21601842788790181E-04
+  2.23521514992912454E-04  2.25457783057948162E-04  2.27410790445582652E-04
+  2.29380681857329228E-04  2.31367603245235349E-04  2.33371701822681634E-04
+  2.35393126075273730E-04  2.37432025771828017E-04  2.39488551975451994E-04
+  2.41562857054719663E-04  2.43655094694944090E-04  2.45765419909546264E-04
+  2.47893989051521408E-04  2.50040959825005972E-04  2.52206491296942030E-04
+  2.54390743908843280E-04  2.56593879488662075E-04  2.58816061262758630E-04
+  2.61057453867973238E-04  2.63318223363802350E-04  2.65598537244679490E-04
+  2.67898564452361942E-04  2.70218475388423851E-04  2.72558441926856981E-04
+  2.74918637426779680E-04  2.77299236745255509E-04  2.79700416250221759E-04
+  2.82122353833529581E-04  2.84565228924095524E-04  2.87029222501167453E-04
+  2.89514517107703276E-04  2.92021296863865252E-04  2.94549747480630304E-04
+  2.97100056273517379E-04  2.99672412176432538E-04  3.02267005755633652E-04
+  3.04884029223814073E-04  3.07523676454308831E-04  3.10186142995420519E-04
+  3.12871626084871494E-04  3.15580324664377343E-04  3.18312439394346927E-04
+  3.21068172668708199E-04  3.23847728629862545E-04  3.26651313183764851E-04
+  3.29479134015135938E-04  3.32331400602804401E-04  3.35208324235178941E-04
+  3.38110118025855880E-04  3.41036996929358854E-04  3.43989177757013701E-04
+  3.46966879192960661E-04  3.49970321810302376E-04  3.52999728087391538E-04
+  3.56055322424257735E-04  3.59137331159175102E-04  3.62245982585372413E-04
+  3.65381506967885766E-04  3.68544136560556375E-04  3.71734105623173160E-04
+  3.74951650438763175E-04  3.78197009331029694E-04  3.81470422681939273E-04
+  3.84772132949460436E-04  3.88102384685452525E-04  3.91461424553710071E-04
+  3.94849501348159236E-04  3.98266866011211512E-04  4.01713771652273865E-04
+  4.05190473566417351E-04  4.08697229253205036E-04  4.12234298435681967E-04
+  4.15801943079526024E-04  4.19400427412363642E-04  4.23030017943249988E-04
+  4.26690983482316171E-04  4.30383595160583037E-04  4.34108126449946269E-04
+  4.37864853183329806E-04  4.41654053575012736E-04  4.45476008241130531E-04
+  4.49331000220347203E-04  4.53219314994710097E-04  4.57141240510677339E-04
+  4.61097067200326135E-04  4.65087088002742884E-04  4.69111598385594955E-04
+  4.73170896366885418E-04  4.77265282536894480E-04  4.81395060080307016E-04
+  4.85560534798528439E-04  4.89762015132191105E-04  4.93999812183851272E-04
+  4.98274239740880732E-04  5.02585614298551100E-04  5.06934255083316024E-04
+  5.11320484076290774E-04  5.15744626036930684E-04  5.20207008526911668E-04
+  5.24707961934213398E-04  5.29247819497406509E-04  5.33826917330145921E-04
+  5.38445594445872327E-04  5.43104192782723144E-04  5.47803057228654785E-04
+  5.52542535646776659E-04  5.57322978900901488E-04  5.62144740881311477E-04
+  5.67008178530741761E-04  5.71913651870584812E-04  5.76861524027316242E-04
+  5.81852161259143407E-04  5.86885932982880612E-04  5.91963211801050044E-04
+  5.97084373529212340E-04  6.02249797223527875E-04  6.07459865208549851E-04
+  6.12714963105255041E-04  6.18015479859304172E-04  6.23361807769548309E-04
+  6.28754342516770403E-04  6.34193483192670247E-04  6.39679632329093477E-04
+  6.45213195927506048E-04  6.50794583488717524E-04  6.56424208042852763E-04
+  6.62102486179577308E-04  6.67829838078573762E-04  6.73606687540276436E-04
+  6.79433462016863256E-04  6.85310592643505623E-04  6.91238514269882916E-04
+  6.97217665491958174E-04  7.03248488684022461E-04  7.09331430031004189E-04
+  7.15466939561050486E-04  7.21655471178380466E-04  7.27897482696412816E-04
+  7.34193435871168649E-04  7.40543796434953877E-04  7.46949034130322924E-04
+  7.53409622744323146E-04  7.59926040143025909E-04  7.66498768306344766E-04
+  7.73128293363141059E-04  7.79815105626624093E-04  7.86559699630042203E-04
+  7.93362574162671222E-04  8.00224232306101643E-04  8.07145181470821874E-04
+  8.14125933433112558E-04  8.21167004372237957E-04  8.28268914907946989E-04
+  8.35432190138285210E-04  8.42657359677716558E-04  8.49944957695561464E-04
+  8.57295522954746778E-04  8.64709598850880740E-04  8.72187733451644217E-04
+  8.79730479536505782E-04  8.87338394636763691E-04  8.95012041075917125E-04
+  9.02751986010363883E-04  9.10558801470434404E-04  9.18433064401759066E-04
+  9.26375356706974945E-04  9.34386265287768039E-04  9.42466382087264591E-04
+  9.50616304132760799E-04  9.58836633578802940E-04  9.67127977750616174E-04
+  9.75490949187885381E-04  9.83926165688892062E-04  9.92434250355003159E-04
+  1.00101583163552570E-03  1.00967154337291737E-03  1.01840202484836475E-03
+  1.02720792082772747E-03  1.03608988160785033E-03  1.04504856306324753E-03
+  1.05408462669316183E-03  1.06319873966899793E-03  1.07239157488213800E-03
+  1.08166381099213268E-03  1.09101613247528421E-03  1.10044922967360856E-03
+  1.10996379884419072E-03  1.11956054220892719E-03  1.12924016800466692E-03
+  1.13900339053374269E-03  1.14885093021490779E-03  1.15878351363466587E-03
+  1.16880187359901140E-03  1.17890674918557097E-03  1.18909888579615472E-03
+  1.19937903520971837E-03  1.20974795563573889E-03  1.22020641176800396E-03
+  1.23075517483882055E-03  1.24139502267364330E-03  1.25212673974612709E-03
+  1.26295111723359979E-03  1.27386895307296847E-03  1.28488105201705178E-03
+  1.29598822569134352E-03  1.30719129265121389E-03  1.31849107843954195E-03
+  1.32988841564479396E-03  1.34138414395953282E-03  1.35297911023938406E-03
+  1.36467416856243264E-03  1.37647018028907932E-03  1.38836801412233943E-03
+  1.40036854616859639E-03  1.41247265999880790E-03  1.42468124671016956E-03
+  1.43699520498823531E-03  1.44941544116949927E-03  1.46194286930443652E-03
+  1.47457841122101063E-03  1.48732299658864658E-03  1.50017756298267101E-03
+  1.51314305594921965E-03  1.52622042907062127E-03  1.53941064403124756E-03
+  1.55271467068384262E-03  1.56613348711633028E-03  1.57966807971909114E-03
+  1.59331944325272765E-03  1.60708858091630508E-03  1.62097650441607715E-03
+  1.63498423403469085E-03  1.64911279870088310E-03  1.66336323605965745E-03
+  1.67773659254295067E-03  1.69223392344078653E-03  1.70685629297292292E-03
+  1.72160477436097904E-03  1.73648044990106745E-03  1.75148441103690653E-03
+  1.76661775843343352E-03  1.78188160205090427E-03  1.79727706121949183E-03
+  1.81280526471437630E-03  1.82846735083133107E-03  1.84426446746280195E-03
+  1.86019777217448262E-03  1.87626843228238475E-03  1.89247762493039979E-03
+  1.90882653716836423E-03  1.92531636603060713E-03  1.94194831861499895E-03
+  1.95872361216249550E-03  1.97564347413716661E-03  1.99270914230672462E-03
+  2.00992186482353659E-03  2.02728290030613307E-03  2.04479351792119903E-03
+  2.06245499746605509E-03  2.08026862945162637E-03  2.09823571518588528E-03
+  2.11635756685779001E-03  2.13463550762168922E-03  2.15307087168221554E-03
+  2.17166500437964262E-03  2.19041926227572402E-03  2.20933501323999611E-03
+  2.22841363653655160E-03  2.24765652291125878E-03  2.26706507467947698E-03
+  2.28664070581418785E-03  2.30638484203460380E-03  2.32629892089520956E-03
+  2.34638439187525747E-03  2.36664271646869814E-03  2.38707536827453826E-03
+  2.40768383308763477E-03  2.42846960898990836E-03  2.44943420644197322E-03
+  2.47057914837517855E-03  2.49190597028405491E-03  2.51341622031915754E-03
+  2.53511145938029731E-03  2.55699326121016680E-03  2.57906321248832070E-03
+  2.60132291292554732E-03  2.62377397535857974E-03  2.64641802584517213E-03
+  2.66925670375950342E-03  2.69229166188792628E-03  2.71552456652502522E-03
+  2.73895709756999178E-03  2.76259094862330024E-03  2.78642782708366996E-03
+  2.81046945424530707E-03  2.83471756539540719E-03  2.85917390991190972E-03
+  2.88384025136150055E-03  2.90871836759782785E-03  2.93381005085993456E-03
+  2.95911710787088349E-03  2.98464135993657198E-03  3.01038464304469438E-03
+  3.03634880796387193E-03  3.06253572034289592E-03  3.08894726081009778E-03
+  3.11558532507280736E-03  3.14245182401688260E-03  3.16954868380630445E-03
+  3.19687784598279802E-03  3.22444126756547562E-03  3.25224092115046623E-03
+  3.28027879501051464E-03  3.30855689319452728E-03  3.33707723562704037E-03
+  3.36584185820758665E-03  3.39485281290992282E-03  3.42411216788111568E-03
+  3.45362200754042482E-03  3.48338443267799192E-03  3.51340156055327110E-03
+  3.54367552499319522E-03  3.57420847649003812E-03  3.60500258229892604E-03
+  3.63606002653499901E-03  3.66738301027014300E-03  3.69897375162929519E-03
+  3.73083448588627234E-03  3.76296746555905993E-03  3.79537496050457194E-03
+  3.82805925801278993E-03  3.86102266290028065E-03  3.89426749760301118E-03
+  3.92779610226845748E-03  3.96161083484691638E-03  3.99571407118201431E-03
+  4.03010820510034048E-03  4.06479564850012985E-03  4.09977883143904358E-03
+  4.13506020222084887E-03  4.17064222748104313E-03  4.20652739227135759E-03
+  4.24271820014303271E-03  4.27921717322885756E-03  4.31602685232387786E-03
+  4.35314979696471444E-03  4.39058858550745151E-03  4.42834581520397830E-03
+  4.46642410227675660E-03  4.50482608199193838E-03  4.54355440873071507E-03
+  4.58261175605889203E-03  4.62200081679454543E-03  4.66172430307371880E-03
+  4.70178494641406135E-03  4.74218549777632656E-03  4.78292872762364155E-03
+  4.82401742597845379E-03  4.86545440247707160E-03  4.90724248642167987E-03
+  4.94938452682975889E-03  4.99188339248079170E-03  5.03474197196014401E-03
+  5.07796317370004698E-03  5.12154992601750094E-03  5.16550517714908525E-03
+  5.20983189528245651E-03  5.25453306858448231E-03  5.29961170522586997E-03
+  5.34507083340213414E-03  5.39091350135082088E-03  5.43714277736481125E-03
+  5.48376174980158820E-03  5.53077352708831928E-03  5.57818123772260439E-03
+  5.62598803026875035E-03  5.67419707334939055E-03  5.72281155563233047E-03
+  5.77183468581241466E-03  5.82126969258827797E-03  5.87111982463379804E-03
+  5.92138835056404880E-03  5.97207855889562815E-03  6.02319375800110246E-03
+  6.07473727605744359E-03  6.12671246098818803E-03  6.17912268039920009E-03
+  6.23197132150774165E-03  6.28526179106471405E-03  6.33899751526977289E-03
+  6.39318193967917600E-03  6.44781852910604643E-03  6.50291076751287767E-03
+  6.55846215789598636E-03  6.61447622216171371E-03  6.67095650099405225E-03
+  6.72790655371348443E-03  6.78532995812673647E-03  6.84323031036717256E-03
+  6.90161122472554567E-03  6.96047633347076852E-03  7.01982928666050610E-03
+  7.07967375194112035E-03  7.14001341433680506E-03  7.20085197602748396E-03
+  7.26219315611510447E-03  7.32404069037817605E-03  7.38639833101391655E-03
+  7.44926984636784355E-03  7.51265902065037083E-03  7.57656965364003621E-03
+  7.64100556037293141E-03  7.70597057081796790E-03  7.77146852953756236E-03
+  7.83750329533326913E-03  7.90407874087598224E-03  7.97119875232020492E-03
+  8.03886722890194763E-03  8.10708808251979843E-03  8.17586523729862437E-03
+  8.24520262913547991E-03  8.31510420522712373E-03  8.38557392357869302E-03
+  8.45661575249295749E-03  8.52823367003960851E-03  8.60043166350399867E-03
+  8.67321372881478883E-03  8.74658386994985049E-03  8.82054609831986816E-03
+  8.89510443212894984E-03  8.97026289571165210E-03  9.04602551884575029E-03
+  9.12239633604002530E-03  9.19937938579643531E-03  9.27697870984591118E-03
+  9.35519835235706920E-03  9.43404235911707648E-03  9.51351477668389151E-03
+  9.59361965150910823E-03  9.67436102903056899E-03  9.75574295273392601E-03
+  9.83776946318232030E-03  9.92044459701324141E-03  1.00037723859017456E-02
+  1.00877568554890613E-02  1.01724020242756289E-02  1.02577119024776925E-02
+  1.03436904908463297E-02  1.04303417794480019E-02  1.05176697464055245E-02
+  1.06056783565984213E-02  1.06943715603215715E-02  1.07837532919009722E-02
+  1.08738274682655209E-02  1.09645979874736475E-02  1.10560687271935298E-02
+  1.11482435431356983E-02  1.12411262674367296E-02  1.13347207069927746E-02
+  1.14290306417415451E-02  1.15240598228913849E-02  1.16198119710960602E-02
+  1.17162907745738468E-02  1.18134998871693431E-02  1.19114429263566645E-02
+  1.20101234711823199E-02  1.21095450601462797E-02  1.22097111890196036E-02
+  1.23106253085969453E-02  1.24122908223822364E-02  1.25147110842058467E-02
+  1.26178893957714002E-02  1.27218290041304569E-02  1.28265330990830328E-02
+  1.29320048105024312E-02  1.30382472055819536E-02  1.31452632860017630E-02
+  1.32530559850137942E-02  1.33616281644426196E-02  1.34709826116000148E-02
+  1.35811220361111498E-02  1.36920490666500808E-02  1.38037662475822415E-02
+  1.39162760355115312E-02  1.40295807957296903E-02  1.41436827985653331E-02
+  1.42585842156302302E-02  1.43742871159601715E-02  1.44907934620477942E-02
+  1.46081051057646242E-02  1.47262237841695939E-02  1.48451511152011602E-02
+  1.49648885932501165E-02  1.50854375846101625E-02  1.52067993228031089E-02
+  1.53289749037757387E-02  1.54519652809649560E-02  1.55757712602281780E-02
+  1.57003934946354541E-02  1.58258324791200819E-02  1.59520885449840645E-02
+  1.60791618542550294E-02  1.62070523938908639E-02  1.63357599698283652E-02
+  1.64652842008721767E-02  1.65956245124200784E-02  1.67267801300206402E-02
+  1.68587500727592904E-02  1.69915331464685904E-02  1.71251279367584976E-02
+  1.72595328018623102E-02  1.73947458652939473E-02  1.75307650083119833E-02
+  1.76675878621858490E-02  1.78052118002596307E-02  1.79436339298085015E-02
+  1.80828510836830818E-02  1.82228598117366025E-02  1.83636563720298782E-02
+  1.85052367218088674E-02  1.86475965082495143E-02  1.87907310589645465E-02
+  1.89346353722666012E-02  1.90793041071821920E-02  1.92247315732107758E-02
+  1.93709117198229246E-02  1.95178381256919733E-02  1.96655039876527660E-02
+  1.98139021093814913E-02  1.99630248897903761E-02  2.01128643111306779E-02
+  2.02634119267975539E-02  2.04146588488301681E-02  2.05665957351002446E-02
+  2.07192127761822338E-02  2.08724996818980546E-02  2.10264456675292796E-02
+  2.11810394396896376E-02  2.13362691818502932E-02  2.14921225395105601E-02
+  2.16485866050064799E-02  2.18056479019491829E-02  2.19632923692858542E-02
+  2.21215053449746041E-02  2.22802715492655852E-02  2.24395750675800212E-02
+  2.25993993329788208E-02  2.27597271082122868E-02  2.29205404673423659E-02
+  2.30818207769287256E-02  2.32435486767698998E-02  2.34057040601904805E-02
+  2.35682660538653575E-02  2.37312129971719542E-02  2.38945224210609201E-02
+  2.40581710264362696E-02  2.42221346620352211E-02  2.43863883017982029E-02
+  2.45509060217195298E-02  2.47156609761687365E-02  2.48806253736729016E-02
+  2.50457704521499097E-02  2.52110664535826999E-02  2.53764825981243718E-02
+  2.55419870576239876E-02  2.57075469285628459E-02  2.58731282043909265E-02
+  2.60386957472532599E-02  2.62042132590956760E-02  2.63696432521396719E-02
+  2.65349470187159799E-02  2.67000846004462125E-02  2.68650147567623052E-02
+  2.70296949327532808E-02  2.71940812263287944E-02  2.73581283546891763E-02
+  2.75217896200915524E-02  2.76850168749017377E-02  2.78477604859216979E-02
+  2.80099692979823602E-02  2.81715905967917582E-02  2.83325700710286149E-02
+  2.84928517736714702E-02  2.86523780825537616E-02  2.88110896601353854E-02
+  2.89689254124814409E-02  2.91258224474391404E-02  2.92817160320039578E-02
+  2.94365395488666338E-02  2.95902244521325970E-02  2.97427002222060109E-02
+  2.98938943198307598E-02  3.00437321392811943E-02  3.01921369606958506E-02
+  3.03390299015477288E-02  3.04843298672453390E-02  3.06279535008590308E-02
+  3.07698151319679772E-02  3.09098267246233661E-02  3.10478978244244329E-02
+  3.11839355047043403E-02  3.13178443118236755E-02  3.14495262095703665E-02
+  3.15788805226651925E-02  3.17058038793734814E-02  3.18301901532239695E-02
+  3.19519304038372726E-02  3.20709128168671712E-02  3.21870226430590947E-02
+  3.23001421364315089E-02  3.24101504915867700E-02  3.25169237801601341E-02
+  3.26203348864158305E-02  3.27202534420016136E-02  3.28165457598744159E-02
+  3.29090747674110132E-02  3.29976999387198988E-02  3.30822772261719772E-02
+  3.31626589911698452E-02  3.32386939341771034E-02  3.33102270240316911E-02
+  3.33770994265690929E-02  3.34391484325836791E-02  3.34962073851588979E-02
+  3.35481056063997238E-02  3.35946683236029928E-02  3.36357165949047188E-02
+  3.36710672344455730E-02  3.37005327370997476E-02  3.37239212028145469E-02
+  3.37410362606123948E-02  3.37516769923095830E-02  3.37556378560104065E-02
+  3.37527086094385198E-02  3.37426742331718502E-02  3.37253148538510655E-02
+  3.37004056674361785E-02  3.36677168625901940E-02  3.36270135442733528E-02
+  3.35780556576365033E-02  3.35205979123068543E-02  3.34543897071648624E-02
+  3.33791750557163452E-02  3.32946925121692799E-02  3.32006750983311547E-02
+  3.30968502314478996E-02  3.29829396531126362E-02  3.28586593593782408E-02
+  3.27237195322147290E-02  3.25778244724593338E-02  3.24206725344144270E-02
+  3.22519560622554768E-02  3.20713613284193400E-02  3.18785684741507980E-02
+  3.16732514523931363E-02  3.14550779732176294E-02  3.12237094519945343E-02
+  3.09788009605177321E-02  3.07200011813038472E-02  3.04469523652962752E-02
+  3.01592902932139098E-02  2.98566442407944173E-02  2.95386369481918203E-02
+  2.92048845937984240E-02  2.88549967727718300E-02  2.84885764805584661E-02
+  2.81052201017158373E-02  2.77045174043472515E-02  2.72860515404737616E-02
+  2.68493990526800681E-02  2.63941298873823053E-02  2.59198074150781173E-02
+  2.54259884579511423E-02  2.49122233252139572E-02  2.43780558565865890E-02
+  2.38230234743189231E-02  2.32466572441788755E-02  2.26484819458394396E-02
+  2.20280161531118956E-02  2.13847723244815040E-02  2.07182569044190718E-02
+  2.00279704359494458E-02  1.93134076849724931E-02  1.85740577768433238E-02
+  1.78094043457296819E-02  1.70189256972761022E-02  1.62020949851149482E-02
+  1.53583804017746461E-02  1.44872453845458007E-02  1.35881488368742049E-02
+  1.26605453658594335E-02  1.17038855364440808E-02  1.07176161428870903E-02
+  9.70118049811893000E-03  8.65401874158281369E-03  7.57556816616829568E-03
+  6.46526356484707337E-03  5.32253759762074067E-03  4.14682117939029100E-03
+  2.93754388935393070E-03  1.69413440253601984E-03  4.16020944042886850E-04
+ -8.97368233366949847E-04 -2.24660434782173552E-03 -3.63225756242285553E-03
+ -5.05489643433223914E-03 -6.51508733833504414E-03 -8.01339386437397924E-03
+ -9.55037618857945865E-03 -1.11265904173483976E-02 -1.27425879040601788E-02
+ -1.43989145380558729E-02 -1.60961100055512160E-02 -1.78347070222009685E-02
+ -1.96152305370860085E-02 -2.14381969079541941E-02 -2.33041130476093032E-02
+ -2.52134755414150369E-02 -2.71667697359576840E-02 -2.91644687989957088E-02
+ -3.12070327509170638E-02 -3.32949074680233131E-02 -3.54285236580688320E-02
+ -3.76082958085979108E-02 -3.98346211087489965E-02 -4.21078783453277400E-02
+ -4.44284267740962038E-02 -4.67966049673777112E-02 -4.92127296392420588E-02
+ -5.16770944497103521E-02 -5.41899687896037624E-02 -5.67515965478605153E-02
+ -5.93621948633502178E-02 -6.20219528634403106E-02 -6.47310303917980057E-02
+ -6.74895567281607461E-02 -7.02976293030618260E-02 -7.31553124107706121E-02
+ -7.60626359239903044E-02 -7.90195940141462799E-02 -8.20261438814107874E-02
+ -8.50822044989237997E-02 -8.81876553760004983E-02 -9.13423353454563824E-02
+ -9.45460413805294109E-02 -9.77985274472363691E-02 -1.01099503398362892E-01
+ -1.04448633915666930E-01 -1.07845537507231207E-01 -1.11289785567293062E-01
+ -1.14780901506245134E-01 -1.18318359958870301E-01 -1.21901586079239649E-01
+ -1.25529954931048793E-01 -1.29202790982505589E-01 -1.32919367715189557E-01
+ -1.36678907356593410E-01 -1.40480580746303485E-01 -1.44323507345986174E-01
+ -1.48206755403502616E-01 -1.52129342281575541E-01 -1.56090234961453161E-01
+ -1.60088350731959428E-01 -1.64122558074166452E-01 -1.68191677751654278E-01
+ -1.72294484115927155E-01 -1.76429706636009181E-01 -1.80596031660525569E-01
+ -1.84792104419664344E-01 -1.89016531273286631E-01 -1.93267882210066633E-01
+ -1.97544693600892302E-01 -2.01845471207769883E-01 -2.06168693447146334E-01
+ -2.10512814903826284E-01 -2.14876270088478344E-01 -2.19257477428036945E-01
+ -2.23654843474059728E-01 -2.28066767309230561E-01 -2.32491645126625096E-01
+ -2.36927874950009831E-01 -2.41373861456242483E-01 -2.45828020852667806E-01
+ -2.50288785753186582E-01 -2.54754609986253322E-01 -2.59223973256371143E-01
+ -2.63695385567482676E-01 -2.68167391301922742E-01 -2.72638572832087811E-01
+ -2.77107553523536276E-01 -2.81572999967628745E-01 -2.86033623258875214E-01
+ -2.90488179106590416E-01 -2.94935466542035063E-01 -2.99374324950646253E-01
+ -3.03803629123907182E-01 -3.08222281986555380E-01 -3.12629204611773959E-01
+ -3.17023323089370479E-01 -3.21403551759243455E-01 -3.25768793436565729E-01
+ -3.30117939649535785E-01 -3.34449870889905132E-01 -3.38763456876470803E-01
+ -3.43057556831726840E-01 -3.47331019771855987E-01 -3.51582684810236024E-01
+ -3.55811381474625987E-01 -3.60015930038195098E-01 -3.64195141864539107E-01
+ -3.68347819766826401E-01 -3.72472758381206415E-01 -3.76568744554594492E-01
+ -3.80634557746949931E-01 -3.84668970448138248E-01 -3.88670748609467875E-01
+ -3.92638652089974671E-01 -3.96571435117513804E-01 -4.00467846764707425E-01
+ -4.04326631439782980E-01 -4.08146529392319934E-01 -4.11926277233912119E-01
+ -4.15664608473733266E-01 -4.19360254068980032E-01 -4.23011942990151713E-01
+ -4.26618402801104857E-01 -4.30178360253808401E-01 -4.33690541897703952E-01
+ -4.37153674703559814E-01 -4.40566486701687687E-01 -4.43927707634370117E-01
+ -4.47236069622333254E-01 -4.50490307845070881E-01 -4.53689161234811622E-01
+ -4.56831373183900658E-01 -4.59915692265337961E-01 -4.62940872966207229E-01
+ -4.65905676433692906E-01 -4.68808871233370505E-01 -4.71649234119430383E-01
+ -4.74425550816468533E-01 -4.77136616812458225E-01 -4.79781238162492796E-01
+ -4.82358232302864121E-01 -4.84866428875017075E-01 -4.87304670558898811E-01
+ -4.89671813915192711E-01 -4.91966730235907257E-01 -4.94188306402759681E-01
+ -4.96335445752775994E-01 -4.98407068950494858E-01 -5.00402114866148717E-01
+ -5.02319541459159691E-01 -5.04158326666272805E-01 -5.05917469293613475E-01
+ -5.07595989911942214E-01 -5.09192931754346212E-01 -5.10707361615587607E-01
+ -5.12138370752300953E-01 -5.13485075783212896E-01 -5.14746619588527077E-01
+ -5.15922172207598173E-01 -5.17010931733997037E-01 -5.18012125207041874E-01
+ -5.18925009498851453E-01 -5.19748872195955114E-01 -5.20483032474474139E-01
+ -5.21126841967864629E-01 -5.21679685626197154E-01 -5.22140982565931777E-01
+ -5.22510186909119989E-01 -5.22786788610959952E-01 -5.22970314274606163E-01
+ -5.23060327952127424E-01 -5.23056431930486343E-01 -5.22958267501407170E-01
+ -5.22765515713982554E-01 -5.22477898108864136E-01 -5.22095177432868263E-01
+ -5.21617158332829289E-01 -5.21043688027512442E-01 -5.20374656956413384E-01
+ -5.19609999404251233E-01 -5.18749694099970293E-01 -5.17793764789067912E-01
+ -5.16742280778059504E-01 -5.15595357449906255E-01 -5.14353156749228102E-01
+ -5.13015887636143364E-01 -5.11583806507576511E-01 -5.10057217584890088E-01
+ -5.08436473266720035E-01 -5.06721974445897172E-01 -5.04914170789364958E-01
+ -5.03013560980023033E-01 -5.01020692919446176E-01 -4.98936163890459305E-01
+ -4.96760620678573073E-01 -4.94494759651314397E-01 -4.92139326794523824E-01
+ -4.89695117704724403E-01 -4.87162977536697295E-01 -4.84543800905457067E-01
+ -4.81838531741840770E-01 -4.79048163100987689E-01 -4.76173736923023561E-01
+ -4.73216343745318457E-01 -4.70177122365736389E-01 -4.67057259456353457E-01
+ -4.63857989127174519E-01 -4.60580592439442382E-01 -4.57226396868189999E-01
+ -4.53796775713757428E-01 -4.50293147462055066E-01 -4.46716975093427615E-01
+ -4.43069765340042665E-01 -4.39353067891799287E-01 -4.35568474550830254E-01
+ -4.31717618334744146E-01 -4.27802172528834568E-01 -4.23823849687560983E-01
+ -4.19784400585693385E-01 -4.15685613119586517E-01 -4.11529311159141764E-01
+ -4.07317353351097533E-01 -4.03051631874372540E-01 -3.98734071148279745E-01
+ -3.94366626494510986E-01 -3.89951282753883466E-01 -3.85490052858929455E-01
+ -3.80984976363495764E-01 -3.76438117930615490E-01 -3.71851565779993676E-01
+ -3.67227430096548568E-01 -3.62567841401528923E-01 -3.57874948887819844E-01
+ -3.53150918721134743E-01 -3.48397932308878333E-01 -3.43618184538543092E-01
+ -3.38813881987592713E-01 -3.33987241106858401E-01 -3.29140486379555675E-01
+ -3.24275848458106530E-01 -3.19395562281019507E-01 -3.14501865172158446E-01
+ -3.09596994924791036E-01 -3.04683187872875849E-01 -2.99762676952108231E-01
+ -2.94837689753299992E-01 -2.89910446570720737E-01 -2.84983158448080809E-01
+ -2.79953186005107990E-01 -2.74627966981299265E-01 -2.69014530591295264E-01
+ -2.63125926940011412E-01 -2.56976317831671519E-01 -2.50580936560072742E-01
+ -2.43956040279222325E-01 -2.37118854956304109E-01 -2.30087512968240565E-01
+ -2.22880983465691185E-01 -2.15518995693745274E-01 -2.08021955526365127E-01
+ -2.00410855541253874E-01 -1.92707179032660353E-01 -1.84932798431006518E-01
+ -1.77109868669393405E-01 -1.69260716107203280E-01 -1.61407723689324545E-01
+ -1.53573213085075516E-01 -1.45779324612750172E-01 -1.38047895812910354E-01
+ -1.30400339585079378E-01 -1.22857522847411776E-01 -1.15439646716199079E-01
+ -1.08166129230788846E-01 -1.01055491668730554E-01 -9.41252495048327670E-02
+ -8.73918090655697311E-02 -8.08703709161930490E-02 -7.45748409914290672E-02
+ -6.85177504413054250E-02 -6.27101851111809133E-02 -5.71617255092833759E-02
+ -5.18803980360825270E-02 -4.68726381578483675E-02 -4.21432661022611496E-02
+ -3.76954755376041131E-02 -3.35308355697972460E-02 -2.96493062544627775E-02
+ -2.60492676756999414E-02 -2.27275624908935409E-02 -1.96795516834891229E-02
+ -1.68991831052399746E-02 -1.43790722281650872E-02 -1.21105943666929214E-02
+ -1.00839874746785300E-02 -8.28846447273516584E-03 -6.71233392123099949E-03
+ -5.34312772599133089E-03 -4.16773444979241965E-03 -3.17253670562537378E-03
+ -2.34355102977917926E-03 -1.66656857617615995E-03 -1.12729493995837528E-03
+ -7.11487409623294282E-04 -4.05087964225677485E-04 -1.94350376060444294E-04
+ -6.59598501197732794E-05 -7.14372927443381808E-06
+  END     
+   TPHI_LCAO   3 #tphi0(r) for tphi0(r)/r*Ylm)
+  0.00000000000000000E+00  5.95248564622553448E-16  2.40162366569375810E-15
+  5.45053888901721955E-15  9.77404309437304096E-15  1.54048322234986142E-14
+  2.23762613198336255E-14  3.07223567637625817E-14  4.04778287271580745E-14
+  5.16780838510900447E-14  6.43592381506358310E-14  7.85581301507995129E-14
+  9.43123342576053436E-14  1.11660174368520103E-13  1.30640737726417073E-13
+  1.51293889021370512E-13  1.73660284744654921E-13  1.97781387799385168E-13
+  2.23699482372318215E-13  2.51457689071422484E-13  2.81099980333886792E-13
+  3.12671196109337314E-13  3.46217059823101501E-13  3.81784194624455229E-13
+  4.19420139924866509E-13  4.59173368231335014E-13  5.01093302280028872E-13
+  5.45230332475496128E-13  5.91635834640828818E-13  6.40362188084250794E-13
+  6.91462793987691602E-13  7.44992094123017598E-13  8.01005589901663589E-13
+  8.59559861763554846E-13  9.20712588911262921E-13  9.84522569395466034E-13
+  1.05104974055790346E-12  1.12035519983809206E-12  1.19250122595021012E-12
+  1.26755130043662972E-12  1.34557012960476257E-12  1.42662366685389073E-12
+  1.51077913539888638E-12  1.59810505139776369E-12  1.68867124749016663E-12
+  1.78254889675400402E-12  1.87981053708757186E-12  1.98053009602464621E-12
+  2.08478291599012945E-12  2.19264578000401128E-12  2.30419693784146854E-12
+  2.41951613265717252E-12  2.53868462808188481E-12  2.66178523579967713E-12
+  2.78890234361419607E-12  2.92012194401252159E-12  3.05553166323541381E-12
+  3.19522079086277216E-12  3.33928030992335507E-12  3.48780292753799269E-12
+  3.64088310610559449E-12  3.79861709504151728E-12  3.96110296307794787E-12
+  4.12844063113615269E-12  4.30073190578067404E-12  4.47808051326557195E-12
+  4.66059213418320654E-12  4.84837443872603314E-12  5.04153712257217714E-12
+  5.24019194340576909E-12  5.44445275808307269E-12  5.65443556045582804E-12
+  5.87025851986317732E-12  6.09204202030410002E-12  6.31990870030202466E-12
+  6.55398349347397462E-12  6.79439366981640624E-12  7.04126887772043194E-12
+  7.29474118672909388E-12  7.55494513104973874E-12  7.82201775383471899E-12
+  8.09609865224383387E-12  8.37733002330223464E-12  8.66585671056769449E-12
+  8.96182625162144025E-12  9.26538892639690989E-12  9.57669780636115555E-12
+  9.89590880456380071E-12  1.02231807265686879E-11  1.05586753222837397E-11
+  1.09025573387046989E-11  1.12549945735887266E-11  1.16161579300741816E-11
+  1.19862214722630930E-11  1.23653624817831483E-11  1.27537615153463859E-11
+  1.31516024633219849E-11  1.35590726093409247E-11  1.39763626909504732E-11
+  1.44036669613369970E-11  1.48411832521356804E-11  1.52891130373461592E-11
+  1.57476614983734087E-11  1.62170375902136964E-11  1.66974541088053716E-11
+  1.71891277595650123E-11  1.76922792271296595E-11  1.82071332463261828E-11
+  1.87339186743891730E-11  1.92728685644493121E-11  1.98242202403142488E-11
+  2.03882153725647753E-11  2.09651000559890817E-11  2.15551248883786661E-11
+  2.21585450507095169E-11  2.27756203887328239E-11  2.34066154959999946E-11
+  2.40517997983468235E-11  2.47114476398623151E-11  2.53858383703683329E-11
+  2.60752564344361724E-11  2.67799914619670611E-11  2.75003383603638640E-11
+  2.82365974083218647E-11  2.89890743512666998E-11  2.97580804984683291E-11
+  3.05439328218605231E-11  3.13469540565952061E-11  3.21674728033621972E-11
+  3.30058236325053260E-11  3.38623471899659415E-11  3.47373903050859364E-11
+  3.56313061003027402E-11  3.65444541027692906E-11  3.74772003579323168E-11
+  3.84299175451038300E-11  3.94029850950596657E-11  4.03967893097012344E-11
+  4.14117234838161261E-11  4.24481880289740628E-11  4.35065905995960869E-11
+  4.45873462212340212E-11  4.56908774210994470E-11  4.68176143608813418E-11
+  4.79679949718920953E-11  4.91424650925824864E-11  5.03414786084673290E-11
+  5.15654975945035155E-11  5.28149924599633916E-11  5.40904420958469110E-11
+  5.53923340248768935E-11  5.67211645541223006E-11  5.80774389302958061E-11
+  5.94616714977718657E-11  6.08743858593726308E-11  6.23161150399707735E-11
+  6.37874016529571428E-11  6.52887980696244052E-11  6.68208665915168858E-11
+  6.83841796257979762E-11  6.99793198636888507E-11  7.16068804620311863E-11
+  7.32674652280280262E-11  7.49616888072196174E-11  7.66901768747489201E-11
+  7.84535663299755697E-11  8.02525054944954971E-11  8.20876543136268482E-11
+  8.39596845614209737E-11  8.58692800492618829E-11  8.78171368381151531E-11
+  8.98039634544902350E-11  9.18304811101818220E-11  9.38974239258549350E-11
+  9.60055391585411487E-11  9.81555874331149018E-11  1.00348342977817382E-10
+  1.02584593863901013E-10  1.04865142249463994E-10  1.07190804627549650E-10
+  1.09562412078583687E-10  1.11980810527225936E-10  1.14446861003712678E-10
+  1.16961439909768560E-10  1.19525439289166817E-10  1.22139767103019716E-10
+  1.24805347509881124E-10  1.27523121150745008E-10  1.30294045439025618E-10
+  1.33119094855605313E-10  1.35999261249039036E-10  1.38935554141005465E-10
+  1.41929001037095128E-10  1.44980647743029841E-10  1.48091558686406321E-10
+  1.51262817244063072E-10  1.54495526075164453E-10  1.57790807460105579E-10
+  1.61149803645336642E-10  1.64573677194210947E-10  1.68063611343961276E-10
+  1.71620810368911658E-10  1.75246499950031891E-10  1.78941927550948053E-10
+  1.82708362800517744E-10  1.86547097882087068E-10  1.90459447929544812E-10
+  1.94446751430292792E-10  1.98510370635251073E-10  2.02651691976022865E-10
+  2.06872126489341986E-10  2.11173110248930601E-10  2.15556104804896215E-10
+  2.20022597630798784E-10  2.24574102578521289E-10  2.29212160341080955E-10
+  2.33938338923517717E-10  2.38754234122001260E-10  2.43661470011300318E-10
+  2.48661699440758772E-10  2.53756604538927132E-10  2.58947897227000011E-10
+  2.64237319741213302E-10  2.69626645164355953E-10  2.75117677966556150E-10
+  2.80712254555502680E-10  2.86412243836266085E-10  2.92219547780886600E-10
+  2.98136102007897251E-10  3.04163876371959962E-10  3.10304875563783203E-10
+  3.16561139720507512E-10  3.22934745046735377E-10  3.29427804446395481E-10
+  3.36042468165624681E-10  3.42780924446864856E-10  3.49645400194366153E-10
+  3.56638161651295842E-10  3.63761515088655946E-10  3.71017807506213554E-10
+  3.78409427345654273E-10  3.85938805216170071E-10  3.93608414632700344E-10
+  4.01420772767041585E-10  4.09378441212056446E-10  4.17484026759203763E-10
+  4.25740182189624625E-10  4.34149607079020132E-10  4.42715048616560455E-10
+  4.51439302438066133E-10  4.60325213473720286E-10  4.69375676810548282E-10
+  4.78593638569937670E-10  4.87982096800450038E-10  4.97544102386193643E-10
+  5.07282759971030502E-10  5.17201228898887187E-10  5.27302724170456307E-10
+  5.37590517416568476E-10  5.48067937888528093E-10  5.58738373465705152E-10
+  5.69605271680687160E-10  5.80672140762292886E-10  5.91942550696759781E-10
+  6.03420134307423234E-10  6.15108588353207047E-10  6.27011674646249289E-10
+  6.39133221189008455E-10  6.51477123331170995E-10  6.64047344946720427E-10
+  6.76847919631508856E-10  6.89882951921693394E-10  7.03156618533394316E-10
+  7.16673169623952759E-10  7.30436930075152343E-10  7.44452300798800209E-10
+  7.58723760065041358E-10  7.73255864853815121E-10  7.88053252229848029E-10
+  8.03120640741593652E-10  8.18462831844540881E-10  8.34084711349307945E-10
+  8.49991250894954067E-10  8.66187509447952229E-10  8.82678634827268057E-10
+  8.99469865255989875E-10  9.16566530939986976E-10  9.33974055674050044E-10
+  9.51697958476007136E-10  9.69743855249287123E-10  9.88117460474436836E-10
+  1.00682458893008863E-09  1.02587115744389434E-09  1.04526318667394058E-09
+  1.06500680292118651E-09  1.08510823997344958E-09  1.10557384098150137E-09
+  1.12641006036782002E-09  1.14762346576857636E-09  1.16922074000942615E-09
+  1.19120868311569363E-09  1.21359421435756005E-09  1.23638437433084188E-09
+  1.25958632707399601E-09  1.28320736222197234E-09  1.30725489719756370E-09
+  1.33173647944089128E-09  1.35665978867770158E-09  1.38203263922714365E-09
+  1.40786298234971032E-09  1.43415890863605035E-09  1.46092865043735295E-09
+  1.48818058433803191E-09  1.51592323367144507E-09  1.54416527107939737E-09
+  1.57291552111618313E-09  1.60218296289795189E-09  1.63197673279817137E-09
+  1.66230612719001447E-09  1.69318060523644735E-09  1.72460979172888751E-09
+  1.75660347997524838E-09  1.78917163473824167E-09  1.82232439522481032E-09
+  1.85607207812757798E-09  1.89042518071921461E-09  1.92539438400065425E-09
+  1.96099055590407900E-09  1.99722475455164334E-09  2.03410823157088701E-09
+  2.07165243546783616E-09  2.10986901505879613E-09  2.14876982296184079E-09
+  2.18836691914905272E-09  2.22867257456056104E-09  2.26969927478146003E-09
+  2.31145972378268432E-09  2.35396684772697315E-09  2.39723379884104094E-09
+  2.44127395935510109E-09  2.48610094551094274E-09  2.53172861163970743E-09
+  2.57817105431061387E-09  2.62544261655184641E-09  2.67355789214486933E-09
+  2.72253172999343235E-09  2.77237923856857907E-09  2.82311579043097116E-09
+  2.87475702683186921E-09  2.92731886239414986E-09  2.98081748987473615E-09
+  3.03526938500985467E-09  3.09069131144458951E-09  3.14710032574814942E-09
+  3.20451378251637815E-09  3.26294933956300063E-09  3.32242496320115998E-09
+  3.38295893361681834E-09  3.44456985033558571E-09  3.50727663778465340E-09
+  3.57109855095143695E-09  3.63605518114063449E-09  3.70216646183140000E-09
+  3.76945267463639174E-09  3.83793445536442424E-09  3.90763280018857127E-09
+  3.97856907192153067E-09  4.05076500640009794E-09  4.12424271898067478E-09
+  4.19902471114774240E-09  4.27513387723723187E-09  4.35259351127680485E-09
+  4.43142731394508209E-09  4.51165939965190495E-09  4.59331430374166243E-09
+  4.67641698982191866E-09  4.76099285721943448E-09  4.84706774856586362E-09
+  4.93466795751531146E-09  5.02382023659610459E-09  5.11455180519907917E-09
+  5.20689035770474539E-09  5.30086407175178074E-09  5.39650161664925585E-09
+  5.49383216193515052E-09  5.59288538608364726E-09  5.69369148536379973E-09
+  5.79628118285226770E-09  5.90068573760269024E-09  6.00693695397449469E-09
+  6.11506719112389666E-09  6.22510937265989367E-09  6.33709699646813425E-09
+  6.45106414470556755E-09  6.56704549396885472E-09  6.68507632563954286E-09
+  6.80519253640910380E-09  6.92743064898691358E-09  7.05182782299440317E-09
+  7.17842186604858051E-09  7.30725124503824018E-09  7.43835509759616851E-09
+  7.57177324377080846E-09  7.70754619790076238E-09  7.84571518069580294E-09
+  7.98632213152778518E-09  8.12940972093527073E-09  8.27502136334551760E-09
+  8.42320123001756386E-09  8.57399426221036395E-09  8.72744618457973471E-09
+  8.88360351880825047E-09  9.04251359747198627E-09  9.20422457814833471E-09
+  9.36878545776901066E-09  9.53624608722256840E-09  9.70665718621068950E-09
+  9.88007035836271813E-09  1.00565381066129172E-08  1.02361138488449702E-08
+  1.04188519338083668E-08  1.06048076573115474E-08  1.07940372786963612E-08
+  1.09865980375989276E-08  1.11825481710017988E-08  1.13819469305824921E-08
+  1.15848546003635169E-08  1.17913325146692140E-08  1.20014430763946394E-08
+  1.22152497755919374E-08  1.24328172083798285E-08  1.26542110961816249E-08
+  1.28794983052976674E-08  1.31087468668178934E-08  1.33420259968804484E-08
+  1.35794061172824210E-08  1.38209588764487471E-08  1.40667571707654567E-08
+  1.43168751662838370E-08  1.45713883208015955E-08  1.48303734063279162E-08
+  1.50939085319387884E-08  1.53620731670296353E-08  1.56349481649719458E-08
+  1.59126157871810645E-08  1.61951597276022263E-08  1.64826651376220770E-08
+  1.67752186514131197E-08  1.70729084117186188E-08  1.73758240960854783E-08
+  1.76840569435531318E-08  1.79976997818060933E-08  1.83168470547983850E-08
+  1.86415948508580607E-08  1.89720409312799019E-08  1.93082847594152846E-08
+  1.96504275302672396E-08  1.99985722005999725E-08  2.03528235195714526E-08
+  2.07132880598984021E-08  2.10800742495627710E-08  2.14532924040691239E-08
+  2.18330547592626240E-08  2.22194755047171990E-08  2.26126708177038916E-08
+  2.30127588977494698E-08  2.34198600017954077E-08  2.38340964799679913E-08
+  2.42555928119697781E-08  2.46844756441034378E-08  2.51208738269389365E-08
+  2.55649184536351765E-08  2.60167428989274774E-08  2.64764828587925337E-08
+  2.69442763908024845E-08  2.74202639551802258E-08  2.79045884565679888E-08
+  2.83973952865217120E-08  2.88988323667436724E-08  2.94090501930663719E-08
+  2.99282018802005634E-08  3.04564432072607934E-08  3.09939326640819082E-08
+  3.15408314983403268E-08  3.20973037634939987E-08  3.26635163675552949E-08
+  3.32396391227112241E-08  3.38258447958059674E-08  3.44223091597002517E-08
+  3.50292110455231571E-08  3.56467323958319251E-08  3.62750583186949462E-08
+  3.69143771427148276E-08  3.75648804730071072E-08  3.82267632481517512E-08
+  3.89002237981339396E-08  3.95854639032913656E-08  4.02826888542862597E-08
+  4.09921075131186348E-08  4.17139323751998849E-08  4.24483796325047629E-08
+  4.31956692378205626E-08  4.39560249701123942E-08  4.47296745010241435E-08
+  4.55168494625347599E-08  4.63177855157899525E-08  4.71327224211296208E-08
+  4.79619041093318948E-08  4.88055787540950347E-08  4.96639988457782929E-08
+  5.05374212664238934E-08  5.14261073660827208E-08  5.23303230404654041E-08
+  5.32503388099428491E-08  5.41864298999188993E-08  5.51388763225995870E-08
+  5.61079629601826620E-08  5.70939796494922096E-08  5.80972212680840501E-08
+  5.91179878218464287E-08  6.01565845341228568E-08  6.12133219363830581E-08
+  6.22885159604691716E-08  6.33824880324442220E-08  6.44955651680712495E-08
+  6.56280800699508886E-08  6.67803712263462772E-08  6.79527830117251794E-08
+  6.91456657890480148E-08  7.03593760138335194E-08  7.15942763400319346E-08
+  7.28507357277365886E-08  7.41291295527683608E-08  7.54298397181620652E-08
+  7.67532547675903300E-08  7.80997700007576750E-08  7.94697875907992251E-08
+  8.08637167037184972E-08  8.22819736199002451E-08  8.37249818577341374E-08
+  8.51931722993856241E-08  8.66869833187518969E-08  8.82068609116405031E-08
+  8.97532588282090488E-08  9.13266387077058923E-08  9.29274702155510715E-08
+  9.45562311827986376E-08  9.62134077480215820E-08  9.78994945016611797E-08
+  9.96149946328840397E-08  1.01360420078990061E-07  1.03136291677415633E-07
+  1.04943139320377484E-07  1.06781502112202209E-07  1.08651928529389599E-07
+  1.10554976583455318E-07  1.12491213986602989E-07  1.14461218320273764E-07
+  1.16465577206623728E-07  1.18504888482979714E-07  1.20579760379325853E-07
+  1.22690811698872882E-07  1.24838672001763680E-07  1.27023981791970562E-07
+  1.29247392707438356E-07  1.31509567713529737E-07  1.33811181299832830E-07
+  1.36152919680385024E-07  1.38535480997375747E-07  1.40959575528387417E-07
+  1.43425925897236401E-07  1.45935267288475498E-07  1.48488347665623200E-07
+  1.51085927993182851E-07  1.53728782462518837E-07  1.56417698721655191E-07
+  1.59153478109067121E-07  1.61936935891532093E-07  1.64768901506113114E-07
+  1.67650218806344918E-07  1.70581746312696073E-07  1.73564357467381878E-07
+  1.76598940893603189E-07  1.79686400659287387E-07  1.82827656545411474E-07
+  1.86023644318985015E-07  1.89275316010774776E-07  1.92583640197853096E-07
+  1.95949602291054540E-07  1.99374204827424579E-07  2.02858467767748733E-07
+  2.06403428799248791E-07  2.10010143643536830E-07  2.13679686369918946E-07
+  2.17413149714139222E-07  2.21211645402661456E-07  2.25076304482582239E-07
+  2.29008277657275578E-07  2.33008735627865644E-07  2.37078869440631254E-07
+  2.41219890840445953E-07  2.45433032630354331E-07  2.49719549037395599E-07
+  2.54080716084779752E-07  2.58517831970529909E-07  2.63032217452698865E-07
+  2.67625216241278267E-07  2.72298195396913908E-07  2.77052545736545629E-07
+  2.81889682246094520E-07  2.86811044500315456E-07  2.91818097089944265E-07
+  2.96912330056261581E-07  3.02095259333206872E-07  3.07368427197168773E-07
+  3.12733402724589915E-07  3.18191782257517893E-07  3.23745189877243372E-07
+  3.29395277886163902E-07  3.35143727298016408E-07  3.40992248336626285E-07
+  3.46942580943316397E-07  3.52996495293130193E-07  3.59155792320020989E-07
+  3.65422304251162731E-07  3.71797895150539534E-07  3.78284461471978622E-07
+  3.84883932621786729E-07  3.91598271531159129E-07  3.98429475238530410E-07
+  4.05379575482039027E-07  4.12450639302282877E-07  4.19644769655543262E-07
+  4.26964106037656886E-07  4.34410825118728461E-07  4.41987141388862669E-07
+  4.49695307815112438E-07  4.57537616509837747E-07  4.65516399410671129E-07
+  4.73634028972294813E-07  4.81892918870229930E-07  4.90295524716851665E-07
+  4.98844344789838338E-07  5.07541920773272611E-07  5.16390838511613885E-07
+  5.25393728776766686E-07  5.34553268048468206E-07  5.43872179308234524E-07
+  5.53353232847089738E-07  5.62999247087329382E-07  5.72813089418550942E-07
+  5.82797677048208346E-07  5.92955977866936688E-07  6.03291011328904600E-07
+  6.13805849347458201E-07  6.24503617206319973E-07  6.35387494486611153E-07
+  6.46460716009976549E-07  6.57726572798087790E-07  6.69188413048811107E-07
+  6.80849643129328154E-07  6.92713728586505820E-07  7.04784195174813160E-07
+  7.17064629902090936E-07  7.29558682093481216E-07  7.42270064473838710E-07
+  7.55202554268939141E-07  7.68359994325807475E-07  7.81746294252513093E-07
+  7.95365431577754613E-07  8.09221452930580269E-07  8.23318475240603749E-07
+  8.37660686959060729E-07  8.52252349301071848E-07  8.67097797509480132E-07
+  8.82201442140639804E-07  8.97567770372534692E-07  9.13201347335612679E-07
+  9.29106817466736734E-07  9.45288905886646204E-07  9.61752419801345823E-07
+  9.78502249927826377E-07  9.95543371944551776E-07  1.01288084796713328E-06
+  1.03051982804963280E-06  1.04846555171193995E-06  1.06672334949367493E-06
+  1.08529864453507660E-06  1.10419695418534702E-06  1.12342389163892973E-06
+  1.14298516760020033E-06  1.16288659197707376E-06  1.18313407560401898E-06
+  1.20373363199499916E-06  1.22469137912685702E-06  1.24601354125366848E-06
+  1.26770645075260598E-06  1.28977655000186239E-06  1.31223039329118572E-06
+  1.33507464876559123E-06  1.35831610040283716E-06  1.38196165002522768E-06
+  1.40601831934637806E-06  1.43049325205350176E-06  1.45539371592587354E-06
+  1.48072710499007916E-06  1.50650094171269312E-06  1.53272287923104035E-06
+  1.55940070362269348E-06  1.58654233621438745E-06  1.61415583593103080E-06
+  1.64224940168550850E-06  1.67083137480999309E-06  1.69991024152947458E-06
+  1.72949463547824670E-06  1.75959334026010035E-06  1.79021529205297304E-06
+  1.82136958225883509E-06  1.85306546019959352E-06  1.88531233585981609E-06
+  1.91811978267708413E-06  1.95149754038080425E-06  1.98545551788031900E-06
+  2.02000379620317773E-06  2.05515263148443047E-06  2.09091245800783235E-06
+  2.12729389129987075E-06  2.16430773127751463E-06  2.20196496545063351E-06
+  2.24027677218003303E-06  2.27925452399206005E-06  2.31890979095078483E-06
+  2.35925434408873008E-06  2.40030015889718880E-06  2.44205941887715285E-06
+  2.48454451915189113E-06  2.52776807014230553E-06  2.57174290130606685E-06
+  2.61648206494171218E-06  2.66199884005879268E-06  2.70830673631523882E-06
+  2.75541949802309448E-06  2.80335110822381979E-06  2.85211579283435655E-06
+  2.90172802486521124E-06  2.95220252871176490E-06  3.00355428452012958E-06
+  3.05579853262880232E-06  3.10895077808746056E-06  3.16302679525423391E-06
+  3.21804263247280447E-06  3.27401461683072416E-06  3.33095935900038288E-06
+  3.38889375816401849E-06  3.44783500702427245E-06  3.50780059690174169E-06
+  3.56880832292107458E-06  3.63087628928709557E-06  3.69402291465258427E-06
+  3.75826693757924550E-06  3.82362742209352923E-06  3.89012376333891159E-06
+  3.95777569332635021E-06  4.02660328678458796E-06  4.09662696711204464E-06
+  4.16786751243208023E-06  4.24034606175340361E-06  4.31408412123744982E-06
+  4.38910357057460097E-06  4.46542666947114738E-06  4.54307606424884490E-06
+  4.62207479455915442E-06  4.70244630021400192E-06  4.78421442813519758E-06
+  4.86740343942451900E-06  4.95203801655656844E-06  5.03814327069653524E-06
+  5.12574474914503355E-06  5.21486844291221840E-06  5.30554079442342905E-06
+  5.39778870535862890E-06  5.49163954462799822E-06  5.58712115648599990E-06
+  5.68426186878636093E-06  5.78309050138039308E-06  5.88363637466114723E-06
+  5.98592931825595429E-06  6.08999967986986338E-06  6.19587833428270637E-06
+  6.30359669250233750E-06  6.41318671107685684E-06  6.52468090156850696E-06
+  6.63811234019209977E-06  6.75351467762080442E-06  6.87092214896219472E-06
+  6.99036958390755463E-06  7.11189241705738348E-06  7.23552669842623088E-06
+  7.36130910412992483E-06  7.48927694725836447E-06  7.61946818893714864E-06
+  7.75192144958122939E-06  7.88667602034402334E-06  8.02377187476531416E-06
+  8.16324968062134848E-06  8.30515081198082274E-06  8.44951736147011507E-06
+  8.59639215275149344E-06  8.74581875321803213E-06  8.89784148690896005E-06
+  9.05250544764921190E-06  9.20985651241721912E-06  9.36994135494473708E-06
+  9.53280745955286907E-06  9.69850313522828853E-06  9.86707752994393019E-06
+  1.00385806452282685E-05  1.02130633509876522E-05  1.03905774005859285E-05
+  1.05711754461859464E-05  1.07549110543574257E-05  1.09418387219558269E-05
+  1.11320138922769411E-05  1.13254929714919468E-05  1.15223333453678790E-05
+  1.17225933962783668E-05  1.19263325205097341E-05  1.21336111458676254E-05
+  1.23444907495892939E-05  1.25590338765669141E-05  1.27773041578872748E-05
+  1.29993663296934173E-05  1.32252862523737193E-05  1.34551309300841700E-05
+  1.36889685306095831E-05  1.39268684055696780E-05  1.41689011109759446E-05
+  1.44151384281454876E-05  1.46656533849778389E-05  1.49205202776013912E-05
+  1.51798146923955104E-05  1.54436135283949797E-05  1.57119950200835249E-05
+  1.59850387605830207E-05  1.62628257252453012E-05  1.65454382956535669E-05
+  1.68329602840405085E-05  1.71254769581303425E-05  1.74230750664121544E-05
+  1.77258428638520338E-05  1.80338701380515353E-05  1.83472482358604042E-05
+  1.86660700904511810E-05  1.89904302488639744E-05  1.93204249000293470E-05
+  1.96561519032777333E-05  1.99977108173438231E-05  2.03452029298744416E-05
+  2.06987312874486778E-05  2.10584007261192497E-05  2.14243179024840445E-05
+  2.17965913252969990E-05  2.21753313876278392E-05  2.25606503995800804E-05
+  2.29526626215769754E-05  2.33514842982253298E-05  2.37572336927671704E-05
+  2.41700311221295087E-05  2.45899989925824552E-05  2.50172618360164488E-05
+  2.54519463468491586E-05  2.58941814195730727E-05  2.63440981869547458E-05
+  2.68018300588974705E-05  2.72675127619782107E-05  2.77412843796709831E-05
+  2.82232853932683853E-05  2.87136587235136030E-05  2.92125497729548534E-05
+  2.97201064690352077E-05  3.02364793079302020E-05  3.07618213991464869E-05
+  3.12962885108945504E-05  3.18400391162489363E-05  3.23932344401098082E-05
+  3.29560385069794596E-05  3.35286181895682898E-05  3.41111432582441202E-05
+  3.47037864313401440E-05  3.53067234263356854E-05  3.59201330119255993E-05
+  3.65441970609930265E-05  3.71791006045019403E-05  3.78250318863246129E-05
+  3.84821824190210730E-05  3.91507470405862880E-05  3.98309239721823037E-05
+  4.05229148768724979E-05  4.12269249193748352E-05  4.19431628268524394E-05
+  4.26718409507588229E-05  4.34131753297567615E-05  4.41673857537286553E-05
+  4.49346958288980615E-05  4.57153330440810679E-05  4.65095288380875974E-05
+  4.73175186682917818E-05  4.81395420803931815E-05  4.89758427793875352E-05
+  4.98266687017697658E-05  5.06922720889893755E-05  5.15729095621807274E-05
+  5.24688421981898631E-05  5.33803356069206521E-05  5.43076600100227569E-05
+  5.52510903209451370E-05  5.62109062263784428E-05  5.71873922691102537E-05
+  5.81808379323183890E-05  5.91915377253260613E-05  6.02197912708453081E-05
+  6.12659033937338878E-05  6.23301842112917634E-05  6.34129492251247400E-05
+  6.45145194146009698E-05  6.56352213319294053E-05  6.67753871988873701E-05
+  6.79353550052260412E-05  6.91154686087832112E-05  7.03160778373323732E-05
+  7.15375385921990275E-05  7.27802129536732681E-05  7.40444692882525566E-05
+  7.53306823577428451E-05  7.66392334302532858E-05  7.79705103931155081E-05
+  7.93249078677617773E-05  8.07028273265951587E-05  8.21046772118870169E-05
+  8.35308730567363704E-05  8.49818376081271364E-05  8.64580009521192611E-05
+  8.79598006412110877E-05  8.94876818239103929E-05  9.10420973765522156E-05
+  9.26235080374025087E-05  9.42323825430873104E-05  9.58691977673872917E-05
+  9.75344388624391516E-05  9.92285994023853034E-05  1.00952181529513906E-04
+  1.02705696102932945E-04  1.04489662849821874E-04  1.06304610519305484E-04
+  1.08151077038995085E-04  1.10029609674244168E-04  1.11940765190164055E-04
+  1.13885110016448505E-04  1.15863220415055347E-04  1.17875682650794635E-04
+  1.19923093164873613E-04  1.22006058751449585E-04  1.24125196737243191E-04
+  1.26281135164264010E-04  1.28474512975703504E-04  1.30705980205049211E-04
+  1.32976198168476239E-04  1.35285839660573103E-04  1.37635589153458190E-04
+  1.40026142999347787E-04  1.42458209636632717E-04  1.44932509799526311E-04
+  1.47449776731344788E-04  1.50010756401481579E-04  1.52616207726142010E-04
+  1.55266902792900835E-04  1.57963627089150442E-04  1.60707179734505414E-04
+  1.63498373717233387E-04  1.66338036134780585E-04  1.69227008438463373E-04
+  1.72166146682397366E-04  1.75156321776737703E-04  1.78198419745304612E-04
+  1.81293341987670266E-04  1.84442005545783498E-04  1.87645343375211115E-04
+  1.90904304621075747E-04  1.94219854898770866E-04  1.97592976579534621E-04
+  2.01024669080969426E-04  2.04515949162585527E-04  2.08067851226468177E-04
+  2.11681427623141075E-04  2.15357748962727373E-04  2.19097904431494697E-04
+  2.22903002113877233E-04  2.26774169320072239E-04  2.30712552919302137E-04
+  2.34719319678844418E-04  2.38795656608926281E-04  2.42942771313586276E-04
+  2.47161892347604311E-04  2.51454269579606652E-04  2.55821174561450245E-04
+  2.60263900903995717E-04  2.64783764659379695E-04  2.69382104709895191E-04
+  2.74060283163598433E-04  2.78819685756754795E-04  2.83661722263241559E-04
+  2.88587826911028617E-04  2.93599458805859047E-04  2.98698102362250910E-04
+  3.03885267741949483E-04  3.09162491299955666E-04  3.14531336038261563E-04
+  3.19993392067426943E-04  3.25550277076128993E-04  3.31203636808823792E-04
+  3.36955145551659919E-04  3.42806506626783139E-04  3.48759452895179502E-04
+  3.54815747268200413E-04  3.60977183227921290E-04  3.67245585356483809E-04
+  3.73622809874577389E-04  3.80110745189214010E-04  3.86711312450959831E-04
+  3.93426466120781672E-04  4.00258194546676744E-04  4.07208520550249818E-04
+  4.14279502023412840E-04  4.21473232535374753E-04  4.28791841950104452E-04
+  4.36237497054438696E-04  4.43812402197025656E-04  4.51518799938280854E-04
+  4.59358971711551923E-04  4.67335238495678593E-04  4.75449961499144484E-04
+  4.83705542856019703E-04  4.92104426333895423E-04  5.00649098054014381E-04
+  5.09342087223807688E-04  5.18185966882046432E-04  5.27183354656828290E-04
+  5.36336913536615274E-04  5.45649352654544286E-04  5.55123428086238906E-04
+  5.64761943661355433E-04  5.74567751789087800E-04  5.84543754297882703E-04
+  5.94692903289596297E-04  6.05018202008340529E-04  6.15522705724276184E-04
+  6.26209522632597431E-04  6.37081814767972553E-04  6.48142798934701805E-04
+  6.59395747652862050E-04  6.70843990120695895E-04  6.82490913193557346E-04
+  6.94339962379647633E-04  7.06394642852858348E-04  7.18658520483006578E-04
+  7.31135222883748620E-04  7.43828440478481795E-04  7.56741927584531440E-04
+  7.69879503515938477E-04  7.83245053705159582E-04  7.96842530844001215E-04
+  8.10675956044112217E-04  8.24749420017366862E-04  8.39067084276473368E-04
+  8.53633182356148645E-04  8.68452021055213155E-04  8.83527981699945672E-04
+  8.98865521429073849E-04  9.14469174500747513E-04  9.30343553621881879E-04
+  9.46493351300234311E-04  9.62923341219603323E-04  9.79638379638541864E-04
+  9.96643406812969344E-04  1.01394344844309993E-03  1.03154361714507810E-03
+  1.04944911394775188E-03  1.06766522981499253E-03  1.08619734719400088E-03
+  1.10505094159002253E-03  1.12423158316792698E-03  1.14374493838109281E-03
+  1.16359677162805380E-03  1.18379294693737630E-03  1.20433942968123614E-03
+  1.22524228831816955E-03  1.24650769616549504E-03  1.26814193320188770E-03
+  1.29015138790061963E-03  1.31254255909396588E-03  1.33532205786930625E-03
+  1.35849660949743565E-03  1.38207305539362842E-03  1.40605835511199467E-03
+  1.43045958837368357E-03  1.45528395712948497E-03  1.48053878765741064E-03
+  1.50623153269582757E-03  1.53236977361272337E-03  1.55896122261171702E-03
+  1.58601372497539639E-03  1.61353526134662200E-03  1.64153395004840077E-03
+  1.67001804944298107E-03  1.69899596033079299E-03  1.72847622838990795E-03
+  1.75846754665666513E-03  1.78897875804814800E-03  1.82001885792718661E-03
+  1.85159699671058760E-03  1.88372248252129549E-03  1.91640478388519007E-03
+  1.94965353247326446E-03  1.98347852588990226E-03  2.01788973050801403E-03
+  2.05289728435179399E-03  2.08851150002784414E-03  2.12474286770549794E-03
+  2.16160205814704869E-03  2.19909992578882140E-03  2.23724751187376249E-03
+  2.27605604763646448E-03  2.31553695754144976E-03  2.35570186257555002E-03
+  2.39656258359526378E-03  2.43813114472995942E-03  2.48041977684182067E-03
+  2.52344092104343255E-03  2.56720723227393983E-03  2.61173158293467010E-03
+  2.65702706658521278E-03  2.70310700170087572E-03  2.74998493549248688E-03
+  2.79767464778955767E-03  2.84619015498775458E-03  2.89554571406173663E-03
+  2.94575582664433674E-03  2.99683524317317538E-03  3.04879896710570295E-03
+  3.10166225920378543E-03  3.15544064188887172E-03  3.21014990366887609E-03
+  3.26580610363784354E-03  3.32242557604956086E-03  3.38002493496622263E-03
+  3.43862107898331663E-03  3.49823119603189479E-03  3.55887276825940773E-03
+  3.62056357699030995E-03  3.68332170776763512E-03  3.74716555547678024E-03
+  3.81211382955272534E-03  3.87818555927198000E-03  3.94540009913047982E-03
+  4.01377713430876339E-03  4.08333668622571592E-03  4.15409911818220064E-03
+  4.22608514109590935E-03  4.29931581932879205E-03  4.37381257660841329E-03
+  4.44959720204463408E-03  4.52669185624300901E-03  4.60511907751630020E-03
+  4.68490178819554876E-03  4.76606330104214614E-03  4.84862732576233496E-03
+  4.93261797562566471E-03  5.01805977418882509E-03  5.10497766212641459E-03
+  5.19339700417014317E-03  5.28334359615796091E-03  5.37484367219475453E-03
+  5.46792391192605243E-03  5.56261144792642281E-03  5.65893387320408423E-03
+  5.75691924882335525E-03  5.85659611164656736E-03  5.95799348219707044E-03
+  6.06114087264494721E-03  6.16606829491714564E-03  6.27280626893363807E-03
+  6.38138583097134799E-03  6.49183854215750009E-03  6.60419649709409300E-03
+  6.71849233261525517E-03  6.83475923667921110E-03  6.95303095739640328E-03
+  7.07334181219599224E-03  7.19572669713189079E-03  7.32022109633055380E-03
+  7.44686109158205697E-03  7.57568337207641020E-03  7.70672524428672821E-03
+  7.84002464200120319E-03  7.97562013650558038E-03  8.11355094691799429E-03
+  8.25385695067795688E-03  8.39657869419133812E-03  8.54175740363309795E-03
+  8.68943499590967179E-03  8.83965408978274782E-03  8.99245801715632849E-03
+  9.14789083452881638E-03  9.30599733461200986E-03  9.46682305811879891E-03
+  9.63041430572133574E-03  9.79681815018153442E-03  9.96608244865563285E-03
+  1.01382558551747146E-02  1.03133878333027691E-02  1.04915286689742891E-02
+  1.06727294835129629E-02  1.08570422468333323E-02  1.10445197908270211E-02
+  1.12352158229353290E-02  1.14291849399098533E-02  1.16264826417626990E-02
+  1.18271653459081014E-02  1.20312904014968740E-02  1.22389161039453704E-02
+  1.24501017096605316E-02  1.26649074509624128E-02  1.28833945512058182E-02
+  1.31056252401023938E-02  1.33316627692445719E-02  1.35615714278328331E-02
+  1.37954165586074394E-02  1.40332645739860602E-02  1.42751829724083890E-02
+  1.45212403548889441E-02  1.47715064417791916E-02  1.50260520897399531E-02
+  1.52849493089250860E-02  1.55482712803773956E-02  1.58160923736375691E-02
+  1.60884881645667471E-02  1.63655354533837095E-02  1.66473122829169234E-02
+  1.69338979570721332E-02  1.72253730595158874E-02  1.75218194725751883E-02
+  1.78233203963535577E-02  1.81299603680635940E-02  1.84418252815759000E-02
+  1.87590024071843664E-02  1.90815804115873726E-02  1.94096493780847035E-02
+  1.97433008269893295E-02  2.00826277362537546E-02  2.04277245623097001E-02
+  2.07786872611204557E-02  2.11356133094444294E-02  2.14986017263088802E-02
+  2.18677530946921501E-02  2.22431695834123880E-02  2.26249549692218964E-02
+  2.30132146591037097E-02  2.34080557127690006E-02  2.38095868653524535E-02
+  2.42179185503030581E-02  2.46331629224671375E-02  2.50554338813605247E-02
+  2.54848470946264435E-02  2.59215200216752484E-02  2.63655719375021844E-02
+  2.68171239566786165E-02  2.72762990575125923E-02  2.77432221063732901E-02
+  2.82180198821746255E-02  2.87008211010123838E-02  2.91917564409487039E-02
+  2.96909585669382185E-02  3.01985621558889042E-02  3.07147039218508000E-02
+  3.12395226413252972E-02  3.17731591786872478E-02  3.23157565117117920E-02
+  3.28674597571972232E-02  3.34284161966749566E-02  3.39987753021971789E-02
+  3.45786887621921321E-02  3.51683105073767530E-02  3.57677967367154986E-02
+  3.63773059434143314E-02  3.69969989409374492E-02  3.76270388890345697E-02
+  3.82675913197655301E-02  3.89188241635087459E-02  3.95809077749388755E-02
+  4.02540149589593610E-02  4.09383209965738654E-02  4.16340036706808470E-02
+  4.23412432917742443E-02  4.30602227235327220E-02  4.37911274082795759E-02
+  4.45341453922940625E-02  4.52894673509547166E-02  4.60572866136941469E-02
+  4.68377991887441517E-02  4.76312037876490818E-02  4.84377018495249154E-02
+  4.92574975650399982E-02  5.00907979000935408E-02  5.09378126191656691E-02
+  5.17987543083139046E-02  5.26738383977878380E-02  5.35632831842345267E-02
+  5.44673098524656452E-02  5.53861424967558372E-02  5.63200081416419529E-02
+  5.72691367621907740E-02  5.82337613037023083E-02  5.92141177008148056E-02
+  6.02104448959762534E-02  6.12229848572459073E-02  6.22519825953894990E-02
+  6.32976861802288238E-02  6.43603467562068182E-02  6.54402185571273803E-02
+  6.65375589200285361E-02  6.76526282981454036E-02  6.87856902729199887E-02
+  6.99370115650117530E-02  7.11068620442622534E-02  7.22955147385692248E-02
+  7.35032458416167850E-02  7.47303347194157863E-02  7.59770639156015365E-02
+  7.72437191554369851E-02  7.85305893484680578E-02  7.98379665897764740E-02
+  8.11661461597745076E-02  8.25154265224847111E-02  8.38861093222467574E-02
+  8.52784993787919499E-02  8.66929046806260567E-02  8.81296363766582297E-02
+  8.95890087660145829E-02  9.10713392859726495E-02  9.25769484979531154E-02
+  9.41061600715030200E-02  9.56593007662050049E-02  9.72367004114455813E-02
+  9.88386918839753714E-02  1.00465611083192005E-01  1.02117796904078489E-01
+  1.03795591207726051E-01  1.05499338789373107E-01  1.07229387343889315E-01
+  1.08986087428634512E-01  1.10769792423622240E-01  1.12580858488917204E-01
+  1.14419644519196020E-01  1.16286512095401293E-01  1.18181825433419083E-01
+  1.20105951329710303E-01  1.22059259103827797E-01  1.24042120537751141E-01
+  1.26054909811972510E-01  1.28098003438268382E-01  1.30171780189093006E-01
+  1.32276621023531854E-01  1.34412909009754444E-01  1.36581029243908691E-01
+  1.38781368765401480E-01  1.41014316468512590E-01  1.43280263010292147E-01
+  1.45579600714696195E-01  1.47912723472916535E-01  1.50280026639867947E-01
+  1.52681906926797867E-01  1.55118762289989692E-01  1.57590991815536652E-01
+  1.60098995600166966E-01  1.62643174628109455E-01  1.65223930643993933E-01
+  1.67841666021788238E-01  1.70496783629782184E-01  1.73189686691634592E-01
+  1.75920778643511827E-01  1.78690462987352056E-01  1.81499143140303271E-01
+  1.84347222280387912E-01  1.87235103188466118E-01  1.90163188086573537E-01
+  1.93131878472727614E-01  1.96141574952308828E-01  1.99192677066133944E-01
+  2.02285583115358353E-01  2.05420689983356747E-01  2.08598392954749218E-01
+  2.11819085531753243E-01  2.15083159248073724E-01  2.18391003480539331E-01
+  2.21743005258735359E-01  2.25139549072892547E-01  2.28581016680314636E-01
+  2.32067786910652774E-01  2.35600235470355607E-01  2.39178734746650190E-01
+  2.42803653611433579E-01  2.46475357225481723E-01  2.50194206843409483E-01
+  2.53960559619843484E-01  2.57774768417299571E-01  2.61637181616284797E-01
+  2.65548142928178965E-01  2.69507991211475340E-01  2.73517060292000236E-01
+  2.77575678787759461E-01  2.81684169939094897E-01  2.85842851444868651E-01
+  2.90052035305428446E-01  2.94312027673140297E-01  2.98623128711314578E-01
+  3.02985632462382248E-01  3.07399826726218073E-01  3.11865992949542536E-01
+  3.16384406127367124E-01  3.20955334717487828E-01  3.25579040569059008E-01
+  3.30255778866323624E-01  3.34985798088596742E-01  3.39769339987640251E-01
+  3.44606639583590224E-01  3.49497925180628832E-01  3.54443418403618427E-01
+  3.59443334256933533E-01  3.64497881206754859E-01  3.69607261288095013E-01
+  3.74771670237846244E-01  3.79991297655144167E-01  3.85266327190343538E-01
+  3.90596936763902225E-01  3.95983298816457829E-01  4.01425580591366626E-01
+  4.06923944450948649E-01  4.12478548227656838E-01  4.18089545611339097E-01
+  4.23757086573717912E-01  4.29481317831147014E-01  4.35262383346634751E-01
+  4.41100424872032215E-01  4.46995582531190483E-01  4.52947995444776597E-01
+  4.58957802397301218E-01  4.65025142546775960E-01  4.71150156177239932E-01
+  4.77332985494224704E-01  4.83573775463011890E-01  4.89872674689316001E-01
+  4.96229836341780917E-01  5.02645419115395287E-01  5.09119588234646758E-01
+  5.15652516494901070E-01  5.22244385340147055E-01  5.28895385974866739E-01
+  5.35605720507381311E-01  5.42375603121585614E-01  5.49205261273506884E-01
+  5.56094936908648196E-01  5.63044887695502871E-01  5.70055388270101604E-01
+  5.77126731485844702E-01  5.84259229662242974E-01  5.91453215825548662E-01
+  5.98709044933568690E-01  6.06027095076259958E-01  6.13407768642962758E-01
+  6.20851493446407221E-01  6.28358723792853957E-01  6.35929941486976458E-01
+  6.43565656759331861E-01  6.51266409103512078E-01  6.59032768009335856E-01
+  6.66865333577745023E-01  6.74764737002411907E-01  6.82731640902471848E-01
+  6.90766739490297432E-01  6.98870758557806004E-01  7.07044455264541849E-01
+  7.15288617710640451E-01  7.23604064277869385E-01  7.31991642722247704E-01
+  7.40452229002331874E-01  7.48986725828163058E-01  7.57596060917166914E-01
+  7.66281184945026284E-01  7.75043069181813538E-01  7.83882702806507847E-01
+  7.92801089896585265E-01  8.01799246093691131E-01  8.10878194951671905E-01
+  8.20038963979528801E-01  8.29282580399330782E-01  8.38610066647974217E-01
+  8.48022435662031615E-01  8.57520685997052667E-01  8.67105796846760146E-01
+  8.76778723043899588E-01  8.86540390143321422E-01  8.96391689709539752E-01
+  9.06333474955854368E-01  9.16366556910549579E-01  9.26491701318147176E-01
+  9.36709626520644045E-01  9.47021002605690554E-01  9.57426452156351249E-01
+  9.67926552991076883E-01  9.78521843343620912E-01  9.89212830001573451E-01
+  1.00000000000000000E+00  1.01088383655422120E+00  1.02186481909326043E+00
+  1.03294342330570577E+00  1.04412012119851072E+00  1.05539538116924492E+00
+  1.06676966809232798E+00  1.07824344341977452E+00  1.08981716529698502E+00
+  1.10149128869413038E+00  1.11326626555366470E+00  1.12514254495452359E+00
+  1.13712057329355942E+00  1.14920079448476464E+00  1.16138365017684886E+00
+  1.17366957998972765E+00  1.18605902177048628E+00  1.19855241186938288E+00
+  1.21115018543647035E+00  1.22385277673938475E+00  1.23666061950288886E+00
+  1.24957414727073002E+00  1.26259379379038572E+00  1.27571999342126996E+00
+  1.28895318156696215E+00  1.30229379513203125E+00  1.31574227300402624E+00
+  1.32929905656118841E+00  1.34296459020645709E+00  1.35673932192832503E+00
+  1.37062370388910049E+00  1.38461819304113432E+00  1.39872325177155887E+00
+  1.41293934857608505E+00  1.42726695876240206E+00  1.44170656518371643E+00
+  1.45625865900296136E+00  1.47092374048819896E+00  1.48570231983974410E+00
+  1.50059491804951395E+00  1.51560206779311568E+00  1.53072431435516676E+00
+  1.54596221658834487E+00  1.56131634790664031E+00  1.57678729731329970E+00
+  1.59237567046390827E+00  1.60808209076508235E+00  1.62390720050920256E+00
+  1.63985166204563426E+00  1.65591615898884803E+00  1.67210139746385944E+00
+  1.68840810738938329E+00  1.70483704379908829E+00  1.72138898820132891E+00
+  1.73806474997771132E+00  1.75486516782083957E+00  1.77179111121156874E+00
+  1.78884348193609055E+00  1.80602321564313328E+00  1.82333128344157669E+00
+  1.84076869353872796E+00  1.85833649291952296E+00  1.87603576906686542E+00
+  1.89386765172332838E+00  1.91183331469439066E+00  1.92993397769338970E+00
+  1.94817090822832673E+00  1.96654542353066653E+00  1.98505889252621159E+00
+  2.00371273784814452E+00  2.02250843789229373E+00  2.04144752891464121E+00
+  2.06053160717109307E+00  2.07976233109947239E+00  2.09914142354370048E+00
+  2.11867067402008269E+00  2.13835194102558868E+00  2.15818715438800801E+00
+  2.17817831765779646E+00  2.19832751054142994E+00  2.21863689137604192E+00
+  2.23910869964506709E+00  2.25974525853462405E+00  2.28054897753029406E+00
+  2.30152235505394032E+00  2.32266798114017314E+00  2.34398854015204838E+00
+  2.36548681353550316E+00  2.38716568261205397E+00  2.40902813140920991E+00
+  2.43107724952803173E+00  2.45331623504721330E+00  2.47574839746305297E+00
+  2.49837716066461768E+00  2.52120606594338126E+00  2.54423877503656870E+00
+  2.56747907320341584E+00  2.59093087233350161E+00  2.61459821408627979E+00
+  2.63848527306090697E+00  2.66259635999540567E+00  2.68693592499419243E+00
+  2.71150856078295854E+00  2.73631900598982503E+00  2.76137214845172840E+00
+  2.78667302854488241E+00  2.81222684253819422E+00  2.83803894596844719E+00
+  2.86411485703606239E+00  2.89046026002017786E+00  2.91708100871183662E+00
+  2.94398312986397048E+00  2.97117282665691373E+00  2.99865648217811831E+00
+  3.02644066291475422E+00  3.05453212225786208E+00  3.08293780401670681E+00
+  3.11166484594198778E+00  3.14072058325655368E+00  3.17011255219227728E+00
+  3.19984849353173617E+00  3.22993635615338803E+00  3.26038430057889306E+00
+  3.29120070252130992E+00  3.32239415643287650E+00  3.35397347905112220E+00
+  3.38594771294209540E+00  3.41832613003953956E+00  3.45111823517886807E+00
+  3.48433376962484465E+00  3.51798271459195355E+00  3.55207529475646799E+00
+  3.58662198175931302E+00  3.62163349769886533E+00  3.65712081861296490E+00
+  3.69309517794941167E+00  3.72956807002437918E+00  3.76655125346824793E+00
+  3.80405675465843540E+00  3.84209687113896381E+00  3.88068417502655105E+00
+  3.91983151640319205E+00  3.95955202669526463E+00  3.99985912203935845E+00
+  4.04076650663516279E+00  4.08228817608586070E+00  4.12443842072665756E+00
+  4.16723182894217548E+00  4.21068329047365975E+00  4.25480799971705181E+00
+  4.29962145901318049E+00  4.34513948193146593E+00  4.39137819654871642E+00
+  4.43669255884189440E+00  4.47778026667520912E+00  4.51430610587975245E+00
+  4.54601272175238247E+00  4.57264689536100022E+00  4.59396105232330054E+00
+  4.60971486091590776E+00  4.61967691620737231E+00  4.62362650577184997E+00
+  4.62135545130739889E+00  4.61267001915482755E+00  4.59739289129330508E+00
+  4.57536518688173555E+00  4.54644852282714496E+00  4.51052710020184300E+00
+  4.46750980161086098E+00  4.41733228284412771E+00  4.35995904035051929E+00
+  4.29538543426294339E+00  4.22363964490744870E+00  4.14478453897166066E+00
+  4.05891941981710591E+00  3.96618163483027564E+00  3.86674801125403489E+00
+  3.76083609066443003E+00  3.64870513120162032E+00  3.53065684587268036E+00
+  3.40703584476859067E+00  3.27822974892792418E+00  3.14466894388948992E+00
+  3.00682594175839624E+00  2.86521432192019709E+00  2.72038722242755071E+00
+  2.57293535660638639E+00  2.42348453263009889E+00  2.27269265773531126E+00
+  2.12124621343691588E+00  1.96985619357195385E+00  1.81925350327949609E+00
+  1.67018382411181077E+00  1.52340195836195558E+00  1.37966567435818677E+00
+  1.23972908387035718E+00  1.10433559283131189E+00  9.74210477206193248E-01
+  8.50053146928533954E-01  7.32529172220368063E-01  6.22262158152253386E-01
+  5.19825564776446591E-01  4.25734581350738106E-01  3.40438173801168587E-01
+  2.64311434359584374E-01  1.97648370942199142E-01  1.40655280970234026E-01
+  9.34448596177828439E-02  5.60311955375865506E-02  2.83258075892632924E-02
+  1.01348736077467479E-02  1.15779644689482973E-03
+  END     
+   OVERLAP_SIZE             4
+   OVERLAP_MATRIX  
+  5.35315926624904348E-01  8.88232503749472602E-02  1.08747329515770409E-02
+  8.80122785994167864E-03
+  END     
+   KINETIC_ENERGY_MATRIX  
+  5.77278003386128091E+00  1.10791952840937435E+00  2.15958970634080649E-01
+  3.10339995845065886E-02
+  END     
+   V_ION_MATRIX  
+ -1.27322474123075082E+01 -1.94567969792071538E+00 -2.70843256037936242E-01
+ -1.24490361565699689E-01
+  END     
+   DENVHAT_SIZE            7
+   DENSITY   
+         1         1         0  5.35315926624904348E-01
+         1         2         0  8.88232503749472602E-02
+         1         3         1  3.17607314029241944E-02
+         2         2         0  1.08747329515770409E-02
+         2         3         1  7.82028238465650241E-03
+         3         3         0  8.80122785994167864E-03
+         3         3         2  4.99352179846591741E-03
+   END   
+   HARTREE_SIZE           21
+   V_HARTREE   
+    1    1    1    1    0  1.03335909060829212E+00
+    1    1    1    2    0  1.47701423395116743E-01
+    1    1    2    2    0  2.14427721270221867E-02
+    1    1    3    3    0  1.69456414569888331E-02
+    1    2    1    1    0  1.47701423161549883E-01
+    1    2    1    2    0  2.06975161469180498E-02
+    1    2    2    2    0  2.98799961530557372E-03
+    1    2    3    3    0  2.68574504793703175E-03
+    1    3    1    3    1  6.48510622440233442E-03
+    1    3    2    3    1  8.33794511035438040E-04
+    2    2    1    1    0  2.14427721515353699E-02
+    2    2    1    2    0  2.98799962411933030E-03
+    2    2    2    2    0  4.29045337274210645E-04
+    2    2    3    3    0  3.89568132443747451E-04
+    2    3    1    3    1  8.33794498934388602E-04
+    2    3    2    3    1  6.68701186338836837E-05
+    3    3    1    1    0  1.69456421534569975E-02
+    3    3    1    2    0  2.68574516777456140E-03
+    3    3    2    2    0  3.89568146085101448E-04
+    3    3    3    3    0  1.95968789571223268E-04
+    3    3    3    3    2  2.29724847867783765E-04
+   END         
+   EAION     1.00150181832940852E+01
+   EAIONHAT    -6.67667878886271637E+00
+   ENERGY    -1.48653583937546045E+01
+ CORE_SIZE           0
+  END     
diff --git a/example/Li/hf/Li.input b/example/Li/hf/Li.input
new file mode 100644
index 0000000..d577e2f
--- /dev/null
+++ b/example/Li/hf/Li.input
@@ -0,0 +1,24 @@
+Li 3
+HF loggrid 2001
+2 0 0 0 0 0 
+2 0 1 
+0 0 0 
+v 
+v 
+1
+1.6
+n 
+y
+0.0
+n 
+VANDERBILT
+2 0
+1.4
+1.6
+1.6
+2
+default
+3
+UPFDX  0.008d0   UPFXMIN   -7.d0     UPFZMESH 3.d0
+0
+0
diff --git a/example/Li/lda/Li.LDA-PW-paw.UPF b/example/Li/lda/Li.LDA-PW-paw.UPF
new file mode 100644
index 0000000..f60e001
--- /dev/null
+++ b/example/Li/lda/Li.LDA-PW-paw.UPF
@@ -0,0 +1,11865 @@
+<UPF version="2.0.1">
+   <PP_INFO>
+         UPF file from ATOMPAW code with following input
+           Li 3
+           LDA-PW loggridv4 2001
+           2 0 0 0 0 0
+           2 0 1
+           0 0 0
+           v
+           v
+           1
+           1.6
+           n
+           y
+           0.0
+           n
+           VANDERBILT
+           2 0
+           1.4
+           1.6
+           1.6
+  </PP_INFO>
+  <!--                               -->
+  <!-- END OF HUMAN READABLE SECTION -->
+  <PP_HEADER generated="Generated using ATOMPAW code"
+             author="   "
+             date=" 07/21/2013, 19:06:50.201"
+             element="Li"
+             pseudo_type="PAW"
+             relativistic="no"
+             is_ultrasoft="T"
+             is_paw="T"
+             is_coulomb="F"
+             has_so="F"
+             has_wfc="T"
+             has_gipaw="T"
+             paw_as_gipaw="T"
+             core_correction="T"
+             functional="SLA PW NOGX NOGC"
+             z_valence=" 3.000"
+             l_max="1"
+             l_max_rho="2"
+             mesh_size="  2000"
+             number_of_wfc="     3"
+             number_of_proj=" 3"
+                                    /> 
+<PP_MESH dx=" 8.0000000000000E-03" mesh="  1351" xmin="-7.0000000000000E+00" zmesh=" 3.0000000000000E+00">
+ <PP_R type="real" size="  1351" columns="3">
+  3.03960655184838766E-04  3.06402093157218320E-04  3.08863140968145455E-04
+  3.11343956125520070E-04  3.13844697402358979E-04  3.16365524846957599E-04
+  3.18906599793132681E-04  3.21468084870548244E-04  3.24050144015123546E-04
+  3.26652942479525117E-04  3.29276646843743156E-04  3.31921425025752598E-04
+  3.34587446292259727E-04  3.37274881269535628E-04  3.39983901954336171E-04
+  3.42714681724909907E-04  3.45467395352094288E-04  3.48242219010500887E-04
+  3.51039330289791215E-04  3.53858908206041703E-04  3.56701133213201441E-04
+  3.59566187214641108E-04  3.62454253574794744E-04  3.65365517130895054E-04
+  3.68300164204803462E-04  3.71258382614934434E-04  3.74240361688275814E-04
+  3.77246292272506300E-04  3.80276366748209197E-04  3.83330779041185217E-04
+  3.86409724634863771E-04  3.89513400582813796E-04  3.92642005521355250E-04
+  3.95795739682272194E-04  3.98974804905627303E-04  4.02179404652680138E-04
+  4.05409744018908299E-04  4.08666029747133759E-04  4.11948470240754681E-04
+  4.15257275577083057E-04  4.18592657520789788E-04  4.21954829537457869E-04
+  4.25344006807243814E-04  4.28760406238649905E-04  4.32204246482405718E-04
+  4.35675747945462515E-04  4.39175132805098714E-04  4.42702625023139911E-04
+  4.46258450360292132E-04  4.49842836390590515E-04  4.53456012515964641E-04
+  4.57098209980919771E-04  4.60769661887336802E-04  4.64470603209391104E-04
+  4.68201270808590354E-04  4.71961903448934442E-04  4.75752741812195947E-04
+  4.79574028513324053E-04  4.83426008115971941E-04  4.87308927148148989E-04
+  4.91223034117998733E-04  4.95168579529702588E-04  4.99145815899515260E-04
+  5.03154997771920113E-04  5.07196381735927062E-04  5.11270226441487715E-04
+  5.15376792616055479E-04  5.19516343081265360E-04  5.23689142769761975E-04
+  5.27895458742147906E-04  5.32135560204082870E-04  5.36409718523506054E-04
+  5.40718207248010673E-04  5.45061302122343641E-04  5.49439281106060937E-04
+  5.53852424391311341E-04  5.58301014420771523E-04  5.62785335905721640E-04
+  5.67305675844267747E-04  5.71862323539708501E-04  5.76455570619051924E-04
+  5.81085711051678865E-04  5.85753041168157480E-04  5.90457859679208315E-04
+  5.95200467694821937E-04  5.99981168743530407E-04  6.04800268791832281E-04
+  6.09658076263775903E-04  6.14554902060697309E-04  6.19491059581119235E-04
+  6.24466864740807776E-04  6.29482635992991454E-04  6.34538694348742703E-04
+  6.39635363397521761E-04  6.44772969327887650E-04  6.49951840948373503E-04
+  6.55172309708530829E-04  6.60434709720142030E-04  6.65739377778604233E-04
+  6.71086653384483770E-04  6.76476878765244673E-04  6.81910398897151077E-04
+  6.87387561527346238E-04  6.92908717196107950E-04  6.98474219259283507E-04
+  7.04084423910904754E-04  7.09739690205984084E-04  7.15440380083495081E-04
+  7.21186858389535630E-04  7.26979492900678708E-04  7.32818654347510410E-04
+  7.38704716438356199E-04  7.44638055883199159E-04  7.50619052417788972E-04
+  7.56648088827945389E-04  7.62725550974056431E-04  7.68851827815774237E-04
+  7.75027311436907369E-04  7.81252397070515757E-04  7.87527483124204702E-04
+  7.93852971205623575E-04  8.00229266148168674E-04  8.06656776036892838E-04
+  8.13135912234622571E-04  8.19667089408286490E-04  8.26250725555452794E-04
+  8.32887242031082171E-04  8.39577063574494290E-04  8.46320618336551464E-04
+  8.53118337907060229E-04  8.59970657342393348E-04  8.66878015193333750E-04
+  8.73840853533141486E-04  8.80859617985846853E-04  8.87934757754770768E-04
+  8.95066725651273471E-04  9.02255978123734596E-04  9.09502975286766244E-04
+  9.16808180950660673E-04  9.24172062651073688E-04  9.31595091678947868E-04
+  9.39077743110674633E-04  9.46620495838499721E-04  9.54223832601172280E-04
+  9.61888240014840512E-04  9.69614208604194726E-04  9.77402232833862045E-04
+  9.85252811140051440E-04  9.93166445962454002E-04  1.00114364377639994E-03
+  1.00918491512527178E-03  1.01729077465318092E-03  1.02546174113790373E-03
+  1.03369833752408441E-03  1.04200109095670319E-03  1.05037053281481388E-03
+  1.05880719874555163E-03  1.06731162869841607E-03  1.07588436695982715E-03
+  1.08452596218795955E-03  1.09323696744785775E-03  1.10201794024683141E-03
+  1.11086944257013723E-03  1.11979204091694528E-03  1.12878630633659487E-03
+  1.13785281446514351E-03  1.14699214556220563E-03  1.15620488454809133E-03
+  1.16549162104124019E-03  1.17485294939595778E-03  1.18428946874045405E-03
+  1.19380178301518782E-03  1.20339050101151974E-03  1.21305623641067479E-03
+  1.22279960782301750E-03  1.23262123882764401E-03  1.24252175801228999E-03
+  1.25250179901356608E-03  1.26256200055749812E-03  1.27270300650042371E-03
+  1.28292546587017975E-03  1.29323003290766013E-03  1.30361736710866744E-03
+  1.31408813326614154E-03  1.32464300151268507E-03  1.33528264736347351E-03
+  1.34600775175946802E-03  1.35681900111101622E-03  1.36771708734176171E-03
+  1.37870270793294760E-03  1.38977656596803710E-03  1.40093937017772932E-03
+  1.41219183498529871E-03  1.42353468055233840E-03  1.43496863282483226E-03
+  1.44649442357963295E-03  1.45811279047127797E-03  1.46982447707921945E-03
+  1.48163023295539223E-03  1.49353081367220781E-03  1.50552698087088872E-03
+  1.51761950231023572E-03  1.52980915191574304E-03  1.54209670982915180E-03
+  1.55448296245835698E-03  1.56696870252776010E-03  1.57955472912898218E-03
+  1.59224184777202672E-03  1.60503087043681260E-03  1.61792261562515951E-03
+  1.63091790841315867E-03  1.64401758050398386E-03  1.65722247028112055E-03
+  1.67053342286202174E-03  1.68395129015219626E-03  1.69747693089973019E-03
+  1.71111121075024838E-03  1.72485500230231542E-03  1.73870918516328137E-03
+  1.75267464600557831E-03  1.76675227862346730E-03  1.78094298399024084E-03
+  1.79524767031588660E-03  1.80966725310521132E-03  1.82420265521643604E-03
+  1.83885480692025718E-03  1.85362464595938484E-03  1.86851311760855942E-03
+  1.88352117473504759E-03  1.89864977785962901E-03  1.91389989521806737E-03
+  1.92927250282307907E-03  1.94476858452679777E-03  1.96038913208374183E-03
+  1.97613514521428673E-03  1.99200763166864758E-03  2.00800760729137563E-03
+  2.02413609608637123E-03  2.04039413028242337E-03  2.05678275039926925E-03
+  2.07330300531419079E-03  2.08995595232914144E-03  2.10674265723841429E-03
+  2.12366419439685358E-03  2.14072164678861306E-03  2.15791610609646816E-03
+  2.17524867277168370E-03  2.19272045610444328E-03  2.21033257429484363E-03
+  2.22808615452446072E-03  2.24598233302848900E-03  2.26402225516846153E-03
+  2.28220707550555240E-03  2.30053795787447078E-03  2.31901607545794515E-03
+  2.33764261086180820E-03  2.35641875619068330E-03  2.37534571312428061E-03
+  2.39442469299430390E-03  2.41365691686197797E-03  2.43304361559619443E-03
+  2.45258602995228944E-03  2.47228541065145279E-03  2.49214301846077289E-03
+  2.51216012427392821E-03  2.53233800919252247E-03  2.55267796460807847E-03
+  2.57318129228468508E-03  2.59384930444231257E-03  2.61468332384079362E-03
+  2.63568468386448035E-03  2.65685472860758415E-03  2.67819481296019358E-03
+  2.69970630269499154E-03  2.72139057455466314E-03  2.74324901634001020E-03
+  2.76528302699876683E-03  2.78749401671513726E-03  2.80988340700004391E-03
+  2.83245263078210760E-03  2.85520313249935367E-03  2.87813636819165761E-03
+  2.90125380559393175E-03  2.92455692423006100E-03  2.94804721550759189E-03
+  2.97172618281318435E-03  2.99559534160882780E-03  3.01965621952883338E-03
+  3.04391035647759954E-03  3.06835930472816902E-03  3.09300462902158124E-03
+  3.11784790666699320E-03  3.14289072764266505E-03  3.16813469469767609E-03
+  3.19358142345454619E-03  3.21923254251258936E-03  3.24508969355219315E-03
+  3.27115453143983796E-03  3.29742872433405739E-03  3.32391395379215242E-03
+  3.35061191487786214E-03  3.37752431626979488E-03  3.40465288037083980E-03
+  3.43199934341834609E-03  3.45956545559529581E-03  3.48735298114226508E-03
+  3.51536369847038578E-03  3.54359940027511528E-03  3.57206189365102044E-03
+  3.60075300020737919E-03  3.62967455618481679E-03  3.65882841257277568E-03
+  3.68821643522802877E-03  3.71784050499404358E-03  3.74770251782140977E-03
+  3.77780438488912887E-03  3.80814803272698120E-03  3.83873540333877147E-03
+  3.86956845432667382E-03  3.90064915901646098E-03  3.93197950658385770E-03
+  3.96356150218178573E-03  3.99539716706876023E-03  4.02748853873818435E-03
+  4.05983767104881477E-03  4.09244663435614532E-03  4.12531751564497364E-03
+  4.15845241866290728E-03  4.19185346405506493E-03  4.22552278949973621E-03
+  4.25946254984525732E-03  4.29367491724786093E-03  4.32816208131075412E-03
+  4.36292624922419211E-03  4.39796964590680444E-03  4.43329451414792210E-03
+  4.46890311475118922E-03  4.50479772667918086E-03  4.54098064719932800E-03
+  4.57745419203087981E-03  4.61422069549317134E-03  4.65128251065495633E-03
+  4.68864200948507313E-03  4.72630158300418098E-03  4.76426364143785804E-03
+  4.80253061437078358E-03  4.84110495090230453E-03  4.87998911980310878E-03
+  4.91918560967329662E-03  4.95869692910157894E-03  4.99852560682590569E-03
+  5.03867419189522707E-03  5.07914525383270591E-03  5.11994138280011477E-03
+  5.16106518976363303E-03  5.20251930666094323E-03  5.24430638656967710E-03
+  5.28642910387721199E-03  5.32889015445183346E-03  5.37169225581527170E-03
+  5.41483814731662325E-03  5.45833059030767249E-03  5.50217236831961488E-03
+  5.54636628724120787E-03  5.59091517549834948E-03  5.63582188423509319E-03
+  5.68108928749612441E-03  5.72672028241070444E-03  5.77271778937808473E-03
+  5.81908475225441021E-03  5.86582413854113121E-03  5.91293893957492434E-03
+  5.96043217071913836E-03  6.00830687155677612E-03  6.05656610608503333E-03
+  6.10521296291139260E-03  6.15425055545129607E-03  6.20368202212740350E-03
+  6.25351052657045423E-03  6.30373925782174230E-03  6.35437143053721194E-03
+  6.40541028519319919E-03  6.45685908829382333E-03  6.50872113258004533E-03
+  6.56099973724039859E-03  6.61369824812342924E-03  6.66682003795182002E-03
+  6.72036850653825318E-03  6.77434708100299512E-03  6.82875921599323480E-03
+  6.88360839390418904E-03  6.93889812510196154E-03  6.99463194814822341E-03
+  7.05081343002667265E-03  7.10744616637132634E-03  7.16453378169664128E-03
+  7.22207992962948381E-03  7.28008829314296529E-03  7.33856258479214946E-03
+  7.39750654695166179E-03  7.45692395205520015E-03  7.51681860283697195E-03
+  7.57719433257507142E-03  7.63805500533681122E-03  7.69940451622602023E-03
+  7.76124679163233636E-03  7.82358578948249596E-03  7.88642549949363642E-03
+  7.94976994342865180E-03  8.01362317535357464E-03  8.07798928189704113E-03
+  8.14287238251184230E-03  8.20827662973856557E-03  8.27420620947135442E-03
+  8.34066534122581728E-03  8.40765827840907372E-03  8.47518930859196724E-03
+  8.54326275378347946E-03  8.61188297070734216E-03  8.68105435108086111E-03
+  8.75078132189598644E-03  8.82106834570265362E-03  8.89191992089437798E-03
+  8.96334058199615459E-03  9.03533489995467058E-03  9.10790748243085237E-03
+  9.18106297409474956E-03  9.25480605692279718E-03  9.32914145049746832E-03
+  9.40407391230932595E-03  9.47960823806150155E-03  9.55574926197662669E-03
+  9.63250185710622098E-03  9.70987093564257102E-03  9.78786144923311091E-03
+  9.86647838929733366E-03  9.94572678734623530E-03  1.00256117153043438E-02
+  1.01061382858343134E-02  1.01873116526641459E-02  1.02691370109170253E-02
+  1.03516195974438108E-02  1.04347646911581923E-02  1.05185776133745468E-02
+  1.06030637281485079E-02  1.06882284426202557E-02  1.07740772073605887E-02
+  1.08606155167197543E-02  1.09478489091790875E-02  1.10357829677054792E-02
+  1.11244233201086926E-02  1.12137756394015409E-02  1.13038456441629520E-02
+  1.13946390989039786E-02  1.14861618144367125E-02  1.15784196482461871E-02
+  1.16714185048652618E-02  1.17651643362524979E-02  1.18596631421731061E-02
+  1.19549209705829204E-02  1.20509439180154759E-02  1.21477381299721788E-02
+  1.22453098013156399E-02  1.23436651766661229E-02  1.24428105508012279E-02
+  1.25427522690587396E-02  1.26434967277427382E-02  1.27450503745329697E-02
+  1.28474197088974899E-02  1.29506112825086422E-02  1.30546316996623599E-02
+  1.31594876177008480E-02  1.32651857474386497E-02  1.33717328535921456E-02
+  1.34791357552124999E-02  1.35874013261220745E-02  1.36965364953543656E-02
+  1.38065482475974530E-02  1.39174436236410345E-02  1.40292297208270220E-02
+  1.41419136935037951E-02  1.42555027534840718E-02  1.43700041705064618E-02
+  1.44854252727007349E-02  1.46017734470568292E-02  1.47190561398976207E-02
+  1.48372808573554796E-02  1.49564551658526775E-02  1.50765866925856393E-02
+  1.51976831260130785E-02  1.53197522163480686E-02  1.54428017760540586E-02
+  1.55668396803448697E-02  1.56918738676887180E-02  1.58179123403162682E-02
+  1.59449631647327894E-02  1.60730344722344147E-02  1.62021344594285334E-02
+  1.63322713887583994E-02  1.64634535890319060E-02  1.65956894559546493E-02
+  1.67289874526672447E-02  1.68633561102869874E-02  1.69988040284538219E-02
+  1.71353398758807528E-02  1.72729723909086121E-02  1.74117103820653450E-02
+  1.75515627286297361E-02  1.76925383811997114E-02  1.78346463622651476E-02
+  1.79778957667853408E-02  1.81222957627710755E-02  1.82678555918713847E-02
+  1.84145845699650139E-02  1.85624920877566491E-02  1.87115876113779084E-02
+  1.88618806829932012E-02  1.90133809214104062E-02  1.91660980226964935E-02
+  1.93200417607980769E-02  1.94752219881669415E-02  1.96316486363906050E-02
+  1.97893317168279480E-02  1.99482813212499416E-02  2.01085076224855226E-02
+  2.02700208750726564E-02  2.04328314159146519E-02  2.05969496649416814E-02
+  2.07623861257777084E-02  2.09291513864126970E-02  2.10972561198802429E-02
+  2.12667110849406767E-02  2.14375271267696031E-02  2.16097151776519954E-02
+  2.17832862576818921E-02  2.19582514754676598E-02  2.21346220288429520E-02
+  2.23124092055833924E-02  2.24916243841289804E-02  2.26722790343123030E-02
+  2.28543847180926463E-02  2.30379530902959269E-02  2.32229958993606239E-02
+  2.34095249880896805E-02  2.35975522944084394E-02  2.37870898521286948E-02
+  2.39781497917188301E-02  2.41707443410801893E-02  2.43648858263296776E-02
+  2.45605866725886191E-02  2.47578594047779682E-02  2.49567166484199292E-02
+  2.51571711304459621E-02  2.53592356800113432E-02  2.55629232293162166E-02
+  2.57682468144332620E-02  2.59752195761420064E-02  2.61838547607698563E-02
+  2.63941657210398396E-02  2.66061659169251931E-02  2.68198689165108223E-02
+  2.70352883968616453E-02  2.72524381448979273E-02  2.74713320582776720E-02
+  2.76919841462860451E-02  2.79144085307319982E-02  2.81386194468520590E-02
+  2.83646312442213840E-02  2.85924583876721594E-02  2.88221154582193190E-02
+  2.90536171539937799E-02  2.92869782911830828E-02  2.95222138049796683E-02
+  2.97593387505367020E-02  2.99983683039316516E-02  3.02393177631375167E-02
+  3.04822025490019306E-02  3.07270382062340697E-02  3.09738404043996170E-02
+  3.12226249389234746E-02  3.14734077321007708E-02  3.17262048341158606E-02
+  3.19810324240695776E-02  3.22379068110146480E-02  3.24968444349995125E-02
+  3.27578618681204983E-02  3.30209758155824221E-02  3.32862031167677277E-02
+  3.35535607463142219E-02  3.38230658152014474E-02  3.40947355718458148E-02
+  3.43685874032044689E-02  3.46446388358881072E-02  3.49229075372826311E-02
+  3.52034113166799154E-02  3.54861681264176040E-02  3.57711960630280115E-02
+  3.60585133683963763E-02  3.63481384309283298E-02  3.66400897867267053E-02
+  3.69343861207779567E-02  3.72310462681478896E-02  3.75300892151872179E-02
+  3.78315341007466124E-02  3.81354002174016452E-02  3.84417070126875024E-02
+  3.87504740903436354E-02  3.90617212115684093E-02  3.93754682962838207E-02
+  3.96917354244103807E-02  4.00105428371522395E-02  4.03319109382926436E-02
+  4.06558602954997517E-02  4.09824116416429990E-02  4.13115858761200078E-02
+  4.16434040661941354E-02  4.19778874483428197E-02  4.23150574296166718E-02
+  4.26549355890095960E-02  4.29975436788397961E-02  4.33429036261419667E-02
+  4.36910375340706300E-02  4.40419676833146978E-02  4.43957165335235326E-02
+  4.47523067247442841E-02  4.51117610788709031E-02  4.54741026011047447E-02
+  4.58393544814269180E-02  4.62075400960824390E-02  4.65786830090763118E-02
+  4.69528069736816697E-02  4.73299359339599268E-02  4.77100940262932746E-02
+  4.80933055809293908E-02  4.84795951235385617E-02  4.88689873767833849E-02
+  4.92615072619009622E-02  4.96571799002979430E-02  5.00560306151582243E-02
+  5.04580849330637030E-02  5.08633685856279619E-02  5.12719075111431055E-02
+  5.16837278562398070E-02  5.20988559775607193E-02  5.25173184434473139E-02
+  5.29391420356402354E-02  5.33643537509933819E-02  5.37929808032016551E-02
+  5.42250506245427130E-02  5.46605908676325858E-02  5.50996294071955175E-02
+  5.55421943418479003E-02  5.59883139958965922E-02  5.64380169211517457E-02
+  5.68913318987540606E-02  5.73482879410168525E-02  5.78089142932827968E-02
+  5.82732404357956535E-02  5.87412960855870567E-02  5.92131111983783265E-02
+  5.96887159704977618E-02  6.01681408408130877E-02  6.06514164926796606E-02
+  6.11385738559041617E-02  6.16296441087241242E-02  6.21246586798033448E-02
+  6.26236492502433156E-02  6.31266477556109012E-02  6.36336863879821274E-02
+  6.41447975980025259E-02  6.46600140969639942E-02  6.51793688588983289E-02
+  6.57028951226875796E-02  6.62306263941913193E-02  6.67625964483910400E-02
+  6.72988393315518268E-02  6.78393893634012118E-02  6.83842811393257505E-02
+  6.89335495325850839E-02  6.94872296965438757E-02  7.00453570669216097E-02
+  7.06079673640604838E-02  7.11750965952115677E-02  7.17467810568392234E-02
+  7.23230573369441493E-02  7.29039623174049523E-02  7.34895331763386755E-02
+  7.40798073904801596E-02  7.46748227375806095E-02  7.52746172988253276E-02
+  7.58792294612709445E-02  7.64886979203022593E-02  7.71030616821086617E-02
+  7.77223600661806346E-02  7.83466327078261304E-02  7.89759195607072917E-02
+  7.96102608993975169E-02  8.02496973219589821E-02  8.08942697525410342E-02
+  8.15440194439992078E-02  8.21989879805355289E-02  8.28592172803599425E-02
+  8.35247495983729715E-02  8.41956275288701234E-02  8.48718940082678897E-02
+  8.55535923178519370E-02  8.62407660865466691E-02  8.69334592937078682E-02
+  8.76317162719372073E-02  8.83355817099196194E-02  8.90451006552834268E-02
+  8.97603185174832979E-02  9.04812810707065346E-02  9.12080344568026585E-02
+  9.19406251882364245E-02  9.26791001510646889E-02  9.34235066079371484E-02
+  9.41738922011211704E-02  9.49303049555508122E-02  9.56927932819005428E-02
+  9.64614059796835149E-02  9.72361922403747747E-02  9.80172016505594379E-02
+  9.88044841951063457E-02  9.95980902603670754E-02  1.00398070637400680E-01
+  1.01204476525224366E-01  1.02017359534090205E-01  1.02836771688788228E-01
+  1.03662765431976014E-01  1.04495393627535085E-01  1.05334709563954146E-01
+  1.06180766957739647E-01  1.07033619956853551E-01  1.07893323144178890E-01
+  1.08759931541013155E-01  1.09633500610589504E-01  1.10514086261626565E-01
+  1.11401744851906584E-01  1.12296533191882361E-01  1.13198508548313037E-01
+  1.14107728647929327E-01  1.15024251681127912E-01  1.15948136305695795E-01
+  1.16879441650564311E-01  1.17818227319593391E-01  1.18764553395386274E-01
+  1.19718480443134864E-01  1.20680069514495822E-01  1.21649382151497912E-01
+  1.22626480390480783E-01  1.23611426766065222E-01  1.24604284315155509E-01
+  1.25605116580973619E-01  1.26613987617126250E-01  1.27630961991704012E-01
+  1.28656104791414067E-01  1.29689481625745451E-01  1.30731158631168326E-01
+  1.31781202475366621E-01  1.32839680361504731E-01  1.33906660032528685E-01
+  1.34982209775501655E-01  1.36066398425974233E-01  1.37159295372390216E-01
+  1.38260970560527136E-01  1.39371494497973120E-01  1.40490938258639203E-01
+  1.41619373487308214E-01  1.42756872404219887E-01  1.43903507809693243E-01
+  1.45059353088785592E-01  1.46224482215989299E-01  1.47398969759966247E-01
+  1.48582890888320107E-01  1.49776321372407234E-01  1.50979337592185930E-01
+  1.52192016541104952E-01  1.53414435831030899E-01  1.54646673697215603E-01
+  1.55888809003303125E-01  1.57140921246376991E-01  1.58403090562048182E-01
+  1.59675397729583723E-01  1.60957924177076633E-01  1.62250751986657255E-01
+  1.63553963899746746E-01  1.64867643322352375E-01  1.66191874330405553E-01
+  1.67526741675142837E-01  1.68872330788529923E-01  1.70228727788729328E-01
+  1.71596019485612095E-01  1.72974293386313510E-01  1.74363637700833657E-01
+  1.75764141347682923E-01  1.77175893959572700E-01  1.78598985889152045E-01
+  1.80033508214790250E-01  1.81479552746405787E-01  1.82937212031342195E-01
+  1.84406579360291367E-01  1.85887748773263778E-01  1.87380815065607553E-01
+  1.88885873794074954E-01  1.90403021282938373E-01  1.91932354630154928E-01
+  1.93473971713580856E-01  1.95027971197235722E-01  1.96594452537616898E-01
+  1.98173515990064858E-01  1.99765262615179573E-01  2.01369794285288339E-01
+  2.02987213690965729E-01  2.04617624347605775E-01  2.06261130602047066E-01
+  2.07917837639250785E-01  2.09587851489032917E-01  2.11271279032849785E-01
+  2.12968228010638833E-01  2.14678807027713886E-01  2.16403125561715926E-01
+  2.18141293969619648E-01  2.19893423494796458E-01  2.21659626274134075E-01
+  2.23440015345213211E-01  2.25234704653542145E-01  2.27043809059849139E-01
+  2.28867444347433807E-01  2.30705727229576940E-01  2.32558775357010500E-01
+  2.34426707325447126E-01  2.36309642683170368E-01  2.38207701938685706E-01
+  2.40121006568433715E-01  2.42049679024563563E-01  2.43993842742770806E-01
+  2.45953622150197004E-01  2.47929142673393138E-01  2.49920530746347042E-01
+  2.51927913818575100E-01  2.53951420363279112E-01  2.55991179885568687E-01
+  2.58047322930749390E-01  2.60119981092678032E-01  2.62209287022184434E-01
+  2.64315374435561190E-01  2.66438378123121655E-01  2.68578433957826490E-01
+  2.70735678903979593E-01  2.72910251025993922E-01  2.75102289497227426E-01
+  2.77311934608890531E-01  2.79539327779024627E-01  2.81784611561552878E-01
+  2.84047929655403764E-01  2.86329426913707774E-01  2.88629249353068273E-01
+  2.90947544162906413E-01  2.93284459714881207E-01  2.95640145572385771E-01
+  2.98014752500119051E-01  3.00408432473734888E-01  3.02821338689568675E-01
+  3.05253625574441856E-01  3.07705448795545233E-01  3.10176965270401894E-01
+  3.12668333176909841E-01  3.15179711963465392E-01  3.17711262359168245E-01
+  3.20263146384107744E-01  3.22835527359732533E-01  3.25428569919303079E-01
+  3.28042440018428361E-01  3.30677304945686867E-01  3.33333333333333315E-01
+  3.36010695168091178E-01  3.38709561802031656E-01  3.41430105963540509E-01
+  3.44172501768372829E-01  3.46936924730796070E-01  3.49723551774823560E-01
+  3.52532561245537057E-01  3.55364132920501785E-01  3.58218448021271285E-01
+  3.61095689224986194E-01  3.63996040676065835E-01  3.66919687997993016E-01
+  3.69866818305194245E-01  3.72837620215015153E-01  3.75832283859791894E-01
+  3.78851000899020185E-01  3.81893964531620667E-01  3.84961369508304563E-01
+  3.88053412144037491E-01  3.91170290330603521E-01  3.94312203549270324E-01
+  3.97479352883556569E-01  4.00671941032100520E-01  4.03890172321633545E-01
+  4.07134252720056711E-01  4.10404389849622631E-01  4.13700793000223943E-01
+  4.17023673142787488E-01  4.20373242942776615E-01  4.23749716773801632E-01
+  4.27153310731340496E-01  4.30584242646568083E-01  4.34042732100298145E-01
+  4.37529000437036186E-01  4.41043270779145791E-01  4.44585768041128260E-01
+  4.48156718944017707E-01  4.51756352029890673E-01  4.55384897676493428E-01
+  4.59042588111985783E-01  4.62729657429804264E-01  4.66446341603643566E-01
+  4.70192878502559586E-01  4.73969507906192578E-01  4.77776471520113599E-01
+  4.81614012991293194E-01  4.85482377923695474E-01  4.89381813893996653E-01
+  4.93312570467429656E-01  4.97274899213756949E-01  5.01269053723370828E-01
+  5.05295289623523103E-01  5.09353864594685901E-01  5.13445038387042474E-01
+  5.17569072837112176E-01  5.21726231884507397E-01  5.25916781588826154E-01
+  5.30140990146679925E-01  5.34399127908858240E-01  5.38691467397631407E-01
+  5.43018283324191664E-01  5.47379852606235340E-01  5.51776454385685233E-01
+  5.56208370046555878E-01  5.60675883232962358E-01  5.65179279867273565E-01
+  5.69718848168411118E-01  5.74294878670296050E-01  5.78907664240442155E-01
+  5.83557500098700666E-01  5.88244683836153470E-01  5.92969515434159766E-01
+  5.97732297283554481E-01  6.02533334204001791E-01  6.07372933463503295E-01
+  6.12251404798063503E-01  6.17169060431513095E-01  6.22126215095491153E-01
+  6.27123186049588166E-01  6.32160293101650783E-01  6.37237858628249776E-01
+  6.42356207595312090E-01  6.47515667578918430E-01  6.52716568786268936E-01
+  6.57959244076815719E-01  6.63244028983567824E-01  6.68571261734562605E-01
+  6.73941283274514635E-01  6.79354437286635249E-01  6.84811070214629058E-01
+  6.90311531284865887E-01  6.95856172528731887E-01  7.01445348805159186E-01
+  7.07079417823337053E-01  7.12758740165606031E-01  7.18483679310534473E-01
+  7.24254601656181607E-01  7.30071876543547549E-01  7.35935876280210621E-01
+  7.41846976164155847E-01  7.47805554507792958E-01  7.53811992662170138E-01
+  7.59866675041379391E-01  7.65969989147159747E-01  7.72122325593697201E-01
+  7.78324078132624275E-01  7.84575643678220191E-01  7.90877422332814106E-01
+  7.97229817412390518E-01  8.03633235472403284E-01  8.10088086333793478E-01
+  8.16594783109219624E-01  8.23153742229496554E-01  8.29765383470246642E-01
+  8.36430129978765868E-01  8.43148408301105934E-01  8.49920648409372426E-01
+  8.56747283729244025E-01  8.63628751167711317E-01  8.70565491141039316E-01
+  8.77557947602953803E-01  8.84606568073055488E-01  8.91711803665460212E-01
+  8.98874109117671072E-01  9.06093942819681697E-01  9.13371766843314448E-01
+  9.20708046971788541E-01  9.28103252729539308E-01  9.35557857412256499E-01
+  9.43072338117187381E-01  9.50647175773658870E-01  9.58282855173869685E-01
+  9.65979865003904759E-01  9.73738697875023540E-01  9.81559850355174679E-01
+  9.89443823000790146E-01  9.97391120388806840E-01  1.00540225114897375E+00
+  1.01347772799639047E+00  1.02161806776433495E+00  1.02982379143732783E+00
+  1.03809542418448841E+00  1.04643349539313246E+00  1.05483853870266664E+00
+  1.06331109203872831E+00  1.07185169764762667E+00  1.08046090213103230E+00
+  1.08913925648097387E+00  1.09788731611508905E+00  1.10670564091218160E+00
+  1.11559479524805094E+00  1.12455534803160484E+00  1.13358787274128381E+00
+  1.14269294746174821E+00  1.15187115492089220E+00  1.16112308252712193E+00
+  1.17044932240696631E+00  1.17985047144295696E+00  1.18932713131184520E+00
+  1.19887990852309301E+00  1.20850941445770710E+00  1.21821626540734984E+00
+  1.22800108261379948E+00  1.23786449230869278E+00  1.24780712575362118E+00
+  1.25782961928051473E+00  1.26793261433238480E+00  1.27811675750435838E+00
+  1.28838270058507920E+00  1.29873110059840413E+00  1.30916261984547089E+00
+  1.31967792594706701E+00  1.33027769188637746E+00  1.34096259605203483E+00
+  1.35173332228155885E+00  1.36259055990509848E+00  1.37353500378957327E+00
+  1.38456735438312251E+00  1.39568831775995483E+00  1.40689860566551683E+00
+  1.41819893556206655E+00  1.42959003067456947E+00  1.44107262003700587E+00
+  1.45264743853900913E+00  1.46431522697291960E+00  1.47607673208117429E+00
+  1.48793270660412014E+00  1.49988390932816795E+00  1.51193110513437712E+00
+  1.52407506504738577E+00  1.53631656628477864E+00  1.54865639230680863E+00
+  1.56109533286655799E+00  1.57363418406046285E+00  1.58627374837928570E+00
+  1.59901483475945061E+00  1.61185825863484200E+00  1.62480484198896469E+00
+  1.63785541340757912E+00  1.65101080813170431E+00  1.66427186811109906E+00
+  1.67763944205812288E+00  1.69111438550207693E+00  1.70469756084393498E+00
+  1.71838983741156137E+00  1.73219209151532394E+00  1.74610520650420287E+00
+  1.76013007282230016E+00  1.77426758806585361E+00  1.78851865704065793E+00
+  1.80288419181999804E+00  1.81736511180299765E+00  1.83196234377348444E+00
+  1.84667682195928062E+00  1.86150948809201910E+00  1.87646129146738883E+00
+  1.89153318900591594E+00  1.90672614531418083E+00  1.92204113274657984E+00
+  1.93747913146752904E+00  1.95304112951422337E+00  1.96872812285984278E+00
+  1.98454111547732270E+00  2.00048111940358053E+00  2.01654915480431685E+00
+  2.03274625003927367E+00  2.04907344172808203E+00  2.06553177481657579E+00
+  2.08212230264369813E+00  2.09884608700888542E+00  2.11570419824005240E+00
+  2.13269771526206453E+00  2.14982772566582048E+00  2.16709532577782360E+00
+  2.18450162073038445E+00  2.20204772453231312E+00  2.21973476014024929E+00
+  2.23756385953050163E+00  2.25553616377152455E+00  2.27365282309691663E+00
+  2.29191499697906576E+00  2.31032385420332576E+00  2.32888057294285167E+00
+  2.34758634083396789E+00  2.36644235505221312E+00  2.38544982238892445E+00
+  2.40460995932850841E+00  2.42392399212626009E+00  2.44339315688688030E+00
+  2.46301869964355014E+00  2.48280187643771377E+00  2.50274395339942979E+00
+  2.52284620682843963E+00  2.54310992327581520E+00  2.56353639962633517E+00
+  2.58412694318144887E+00  2.60488287174298128E+00  2.62580551369743587E+00
+  2.64689620810104875E+00  2.66815630476545129E+00  2.68958716434409562E+00
+  2.71119015841930144E+00  2.73296666959007206E+00  2.75491809156054712E+00
+  2.77704582922923349E+00  2.79935129877888578E+00  2.82183592776717918E+00
+  2.84450115521803371E+00  2.86734843171375209E+00  2.89037921948781884E+00
+  2.91359499251852272E+00  2.93699723662325196E+00  2.96058744955362707E+00
+  2.98436714109131840E+00  3.00833783314471015E+00  3.03250105984626650E+00
+  3.05685836765075436E+00  3.08141131543417579E+00  3.10616147459357661E+00
+  3.13111042914759485E+00  3.15625977583782769E+00  3.18161112423105896E+00
+  3.20716609682222753E+00  3.23292632913831346E+00  3.25889346984296635E+00
+  3.28506918084206623E+00  3.31145513739004071E+00  3.33805302819712546E+00
+  3.36486455553740038E+00  3.39189143535777937E+00  3.41913539738778249E+00
+  3.44659818525029271E+00  3.47428155657309334E+00  3.50218728310141181E+00
+  3.53031715081125830E+00  3.55867296002378053E+00  3.58725652552043428E+00
+  3.61606967665918022E+00  3.64511425749151385E+00  3.67439212688053507E+00
+  3.70390515861986591E+00  3.73365524155362261E+00  3.76364427969725712E+00
+  3.79387419235945833E+00  3.82434691426494267E+00  3.85506439567832615E+00
+  3.88602860252889171E+00  3.91724151653645913E+00  3.94870513533816592E+00
+  3.98042147261636936E+00  4.01239255822746710E+00  4.04462043833186424E+00
+  4.07710717552487356E+00  4.10985484896877917E+00  4.14286555452584615E+00
+  4.17614140489251096E+00  4.20968452973453999E+00  4.24349707582338898E+00
+  4.27758120717353219E+00  4.31193910518102808E+00  4.34657296876305832E+00
+  4.38148501449872985E+00  4.41667747677087252E+00  4.45215260790909984E+00
+  4.48791267833389540E+00  4.52395997670199002E+00  4.56029681005276721E+00
+  4.59692550395598065E+00  4.63384840266052578E+00  4.67106786924454020E+00
+  4.70858628576657257E+00  4.74640605341810318E+00  4.78452959267715450E+00
+  4.82295934346326849E+00  4.86169776529359510E+00  4.90074733744037250E+00
+  4.94011055908953001E+00  4.97978994950070497E+00  5.01978804816841251E+00
+  5.06010741498463545E+00  5.10075063040259558E+00  5.14172029560196986E+00
+  5.18301903265529873E+00  5.22464948469586776E+00  5.26661431608679820E+00
+  5.30891621259164292E+00  5.35155788154619660E+00  5.39454205203184944E+00
+  5.43787147505016311E+00  5.48154892369902047E+00  5.52557719335002417E+00
+  5.56995910182747966E+00  5.61469748958865988E+00  5.65979521990567047E+00
+  5.70525517904862500E+00  5.75108027647044739E+00  5.79727344499299324E+00
+  5.84383764099483560E+00  5.89077584460039372E+00  5.93809105987073682E+00
+  5.98578631499577529E+00  6.03386466248813758E+00  6.08232917937845041E+00
+  6.13118296741236080E+00  6.18042915324895592E+00  6.23007088866096126E+00
+  6.28011135073636595E+00  6.33055374208184407E+00  6.38140129102763698E+00
+  6.43265725183425818E+00  6.48432490490066993E+00  6.53640755697432763E+00
+  6.58890854136271908E+00  6.64183121814678756E+00  6.69517897439588960E+00
+  6.74895522438465623E+00  6.80316340981142176E+00  6.85780700001857735E+00
+  6.91288949221452498E+00  6.96841441169759168E+00  7.02438531208155226E+00
+  7.08080577552316015E+00  7.13767941295130814E+00  7.19500986429823186E+00
+  7.25280079873235994E+00  7.31105591489324791E+00  7.36977894112818799E+00
+  7.42897363573092928E+00  7.48864378718210677E+00  7.54879321439180639E+00
+  7.60942576694387274E+00  7.67054532534239542E+00  7.73215580125994251E+00
+  7.79426113778803398E+00  7.85686530968937547E+00  7.91997232365236759E+00
+  7.98358621854741557E+00  8.04771106568553485E+00  8.11235096907880227E+00
+  8.17751006570312455E+00  8.24319252576290218E+00  8.30940255295802466E+00
+  8.37614438475280387E+00  8.44342229264728594E+00  8.51124058245050996E+00
+  8.57960359455618615E+00  8.64851570422044169E+00  8.71798132184178343E+00
+  8.78800489324348355E+00  8.85859089995797966E+00  8.92974385951382921E+00
+  9.00146832572469791E+00  9.07376888898093448E+00  9.14665017654323798E+00
+  9.22011685283891858E+00  9.29417361976030598E+00  9.36882521696579218E+00
+  9.44407642218304666E+00  9.51993205151492106E+00  9.59639695974755291E+00
+  9.67347604066120503E+00  9.75117422734332706E+00  9.82949649250442370E+00
+  9.90844784879616647E+00  9.98803334913234231E+00  1.00682580870120990E+01
+  1.01491271968460808E+01  1.02306458542848855E+01  1.03128192765504512E+01
+  1.03956527227698157E+01  1.04791514943118447E+01  1.05633209351263826E+01
+  1.06481664320864091E+01  1.07336934153326524E+01  1.08199073586212702E+01
+  1.09068137796740245E+01  1.09944182405315640E+01  1.10827263479092455E+01
+  1.11717437535561288E+01  1.12614761546165116E+01  1.13519292939947380E+01
+  1.14431089607225616E+01  1.15350209903298122E+01  1.16276712652177210E+01
+  1.17210657150355431E+01  1.18152103170599059E+01  1.19101110965775163E+01
+  1.20057741272706107E+01  1.21022055316058541E+01  1.21994114812259919E+01
+  1.22973981973450250E+01  1.23961719511461865E+01  1.24957390641834802E+01
+  1.25961059087860807E+01  1.26972789084663447E+01  1.27992645383307444E+01
+  1.29020693254944430E+01  1.30056998494988658E+01  1.31101627427329674E+01
+  1.32154646908575284E+01  1.33216124332332146E+01  1.34286127633517225E+01
+  1.35364725292707533E+01  1.36451986340520932E+01  1.37547980362036082E+01
+  1.38652777501243936E+01  1.39766448465539046E+01  1.40889064530242774E+01
+  1.42020697543166907E+01  1.43161419929210041E+01  1.44311304694994789E+01
+  1.45470425433538111E+01  1.46638856328963456E+01  1.47816672161246441E+01
+  1.49003948311002858E+01
+                               </PP_R> 
+ <PP_RAB type="real" size="  1351" columns="3">
+  2.43168524147871007E-06  2.45121674525774662E-06  2.47090512774516368E-06
+  2.49075164900416040E-06  2.51075757921887175E-06  2.53092419877566078E-06
+  2.55125279834506144E-06  2.57174467896438592E-06  2.59240115212098838E-06
+  2.61322353983620085E-06  2.63421317474994545E-06  2.65537140020602090E-06
+  2.67669957033807802E-06  2.69819905015628520E-06  2.71987121563468928E-06
+  2.74171745379927939E-06  2.76373916281675435E-06  2.78593775208400706E-06
+  2.80831464231832963E-06  2.83087126564833355E-06  2.85360906570561173E-06
+  2.87652949771712908E-06  2.89963402859835798E-06  2.92292413704716046E-06
+  2.94640131363842765E-06  2.97006706091947554E-06  2.99392289350620655E-06
+  3.01797033818005033E-06  3.04221093398567363E-06  3.06664623232948183E-06
+  3.09127779707891020E-06  3.11610720466251062E-06  3.14113604417084207E-06
+  3.16636591745817771E-06  3.19179843924501829E-06  3.21743523722144122E-06
+  3.24327795215126653E-06  3.26932823797707032E-06  3.29558776192603763E-06
+  3.32205820461666448E-06  3.34874126016631828E-06  3.37563863629966320E-06
+  3.40275205445795068E-06  3.43008324990919934E-06  3.45763397185924571E-06
+  3.48540598356370033E-06  3.51340106244078995E-06  3.54162100018511953E-06
+  3.57006760288233720E-06  3.59874269112472424E-06  3.62764810012771711E-06
+  3.65678567984735833E-06  3.68615729509869432E-06  3.71576482567512872E-06
+  3.74561016646872305E-06  3.77569522759147576E-06  3.80602193449756771E-06
+  3.83659222810659233E-06  3.86740806492777557E-06  3.89847141718519189E-06
+  3.92978427294399002E-06  3.96134863623762103E-06  3.99316652719612240E-06
+  4.02523998217536081E-06  4.05757105388741677E-06  4.09016181153190185E-06
+  4.12301434092844392E-06  4.15613074465012281E-06  4.18951314215809605E-06
+  4.22316366993718340E-06  4.25708448163266268E-06  4.29127774818804816E-06
+  4.32574565798408528E-06  4.36049041697874908E-06  4.39551424884848784E-06
+  4.43081939513049066E-06  4.46640811536617237E-06  4.50228268724577302E-06
+  4.53844540675414244E-06  4.57489858831766826E-06  4.61164456495241518E-06
+  4.64868568841343067E-06  4.68602432934526011E-06  4.72366287743366657E-06
+  4.76160374155857523E-06  4.79984934994824359E-06  4.83840215033465815E-06
+  4.87726461011020749E-06  4.91643921648557859E-06  4.95592847664895410E-06
+  4.99573491792646241E-06  5.03586108794393216E-06  5.07630955478994180E-06
+  5.11708290718017453E-06  5.15818375462310131E-06  5.19961472758698780E-06
+  5.24137847766824640E-06  5.28347767776113674E-06  5.32591502222883419E-06
+  5.36869322707587048E-06  5.41181503012195760E-06  5.45528319117720840E-06
+  5.49910049221877007E-06  5.54326973756886368E-06  5.58779375407426795E-06
+  5.63267539128723784E-06  5.67791752164787244E-06  5.72352304066796093E-06
+  5.76949486711628545E-06  5.81583594320542997E-06  5.86254923478008332E-06
+  5.90963773150685001E-06  5.95710444706559321E-06  6.00495241934231183E-06
+  6.05318471062356335E-06  6.10180440779245117E-06  6.15081462252619417E-06
+  6.20021849149525911E-06  6.25001917656412604E-06  6.30021986499363773E-06
+  6.35082376964498888E-06  6.40183412918534932E-06  6.45325420829514315E-06
+  6.50508729787698039E-06  6.55733671526629210E-06  6.61000580444362219E-06
+  6.66309793624865745E-06  6.71661650859595412E-06  6.77056494669241187E-06
+  6.82494670325648177E-06  6.87976525873914694E-06  6.93502412154667022E-06
+  6.99072682826513164E-06  7.04687694388677503E-06  7.10347806203816655E-06
+  7.16053380521018785E-06  7.21804782498987660E-06  7.27602380229412968E-06
+  7.33446544760528588E-06  7.39337650120858992E-06  7.45276073343158340E-06
+  7.51262194488539746E-06  7.57296396670799768E-06  7.63379066080937818E-06
+  7.69510592011872491E-06  7.75691366883355860E-06  7.81921786267089607E-06
+  7.88202248912041233E-06  7.94533156769963294E-06  8.00914915021119993E-06
+  8.07347932100217404E-06  8.13832619722544769E-06  8.20369392910322982E-06
+  8.26958670019267545E-06  8.33600872765362600E-06  8.40296426251851123E-06
+  8.47045758996441291E-06  8.53849302958732892E-06  8.60707493567861777E-06
+  8.67620769750367576E-06  8.74589573958286231E-06  8.81614352197465114E-06
+  8.88695554056109736E-06  8.95833632733556271E-06  9.03029045069275992E-06
+  9.10282251572114855E-06  9.17593716449764480E-06  9.24963907638473020E-06
+  9.32393296832992182E-06  9.39882359516766324E-06  9.47431574992363302E-06
+  9.55041426412150279E-06  9.62712400809215842E-06  9.70444989128539804E-06
+  9.78239686258414058E-06  9.86096991062115173E-06  9.94017406409831942E-06
+  1.00200143921085281E-05  1.01004960044599859E-05  1.01816240520033895E-05
+  1.02634037269614383E-05  1.03458402632612819E-05  1.04289389368693396E-05
+  1.05127050661291333E-05  1.05971440121014810E-05  1.06822611789077878E-05
+  1.07680620140757450E-05  1.08545520088881299E-05  1.09417366987340944E-05
+  1.10296216634635817E-05  1.11182125277442971E-05  1.12075149614218353E-05
+  1.12975346798823906E-05  1.13882774444187068E-05  1.14797490625986590E-05
+  1.15719553886370635E-05  1.16649023237702240E-05  1.17585958166337556E-05
+  1.18530418636431383E-05  1.19482465093776635E-05  1.20442158469671108E-05
+  1.21409560184818853E-05  1.22384732153259439E-05  1.23367736786332154E-05
+  1.24358636996668559E-05  1.25357496202220811E-05  1.26364378330318579E-05
+  1.27379347821762140E-05  1.28402469634945009E-05  1.29433809250012771E-05
+  1.30473432673052689E-05  1.31521406440318708E-05  1.32577797622489654E-05
+  1.33642673828961750E-05  1.34716103212175710E-05  1.35798154471978421E-05
+  1.36888896860019876E-05  1.37988400184185232E-05  1.39096734813062514E-05
+  1.40213971680446276E-05  1.41340182289877388E-05  1.42475438719219276E-05
+  1.43619813625270932E-05  1.44773380248416909E-05  1.45936212417314881E-05
+  1.47108384553620584E-05  1.48289971676750796E-05  1.49481049408684762E-05
+  1.50681693978803805E-05  1.51891982228770330E-05  1.53111991617445401E-05
+  1.54341800225846333E-05  1.55581486762143816E-05  1.56831130566699342E-05
+  1.58090811617142958E-05  1.59360610533491824E-05  1.60640608583310062E-05
+  1.61930887686909713E-05  1.63231530422593864E-05  1.64542620031941532E-05
+  1.65864240425135255E-05  1.67196476186331323E-05  1.68539412579073160E-05
+  1.69893135551748287E-05  1.71257731743089052E-05  1.72633288487717444E-05
+  1.74019893821734700E-05  1.75417636488355461E-05  1.76826605943587499E-05
+  1.78246892361956851E-05  1.79678586642279124E-05  1.81121780413476921E-05
+  1.82576566040444187E-05  1.84043036629957652E-05  1.85521286036635608E-05
+  1.87011408868944658E-05  1.88513500495254679E-05  1.90027657049942444E-05
+  1.91553975439544330E-05  1.93092553348958228E-05  1.94643489247695558E-05
+  1.96206882396183165E-05  1.97782832852116230E-05  1.99371441476861842E-05
+  2.00972809941914270E-05  2.02587040735401804E-05  2.04214237168646274E-05
+  2.05854503382774826E-05  2.07507944355385019E-05  2.09174665907263487E-05
+  2.10854774709158448E-05  2.12548378288606750E-05  2.14255585036815475E-05
+  2.15976504215599340E-05  2.17711245964373058E-05  2.19459921307200818E-05
+  2.21222642159901335E-05  2.22999521337211002E-05  2.24790672560003527E-05
+  2.26596210462568621E-05  2.28416250599948287E-05  2.30250909455332603E-05
+  2.32100304447514559E-05  2.33964553938404869E-05  2.35843777240607356E-05
+  2.37738094625054753E-05  2.39647627328706232E-05  2.41572497562306668E-05
+  2.43512828518207968E-05  2.45468744378253530E-05  2.47440370321726493E-05
+  2.49427832533359447E-05  2.51431258211413201E-05  2.53450775575814089E-05
+  2.55486513876363689E-05  2.57538603401007145E-05  2.59607175484175466E-05
+  2.61692362515187039E-05  2.63794297946724600E-05  2.65913116303372206E-05
+  2.68048953190228990E-05  2.70201945301583583E-05  2.72372230429667189E-05
+  2.74559947473467710E-05  2.76765236447623685E-05  2.78988238491381198E-05
+  2.81229095877630868E-05  2.83487952022009218E-05  2.85764951492081634E-05
+  2.88060240016590333E-05  2.90373964494785348E-05  2.92706273005822057E-05
+  2.95057314818242321E-05  2.97427240399523500E-05  2.99816201425712803E-05
+  3.02224350791130327E-05  3.04651842618158517E-05  3.07098832267101732E-05
+  3.09565476346133905E-05  3.12051932721316873E-05  3.14558360526708632E-05
+  3.17084920174542874E-05  3.19631773365500793E-05  3.22199083099054774E-05
+  3.24787013683905198E-05  3.27395730748491644E-05  3.30025401251597878E-05
+  3.32676193493032602E-05  3.35348277124405199E-05  3.38041823159978871E-05
+  3.40757003987620608E-05  3.43493993379828875E-05  3.46252966504860307E-05
+  3.49034099937935348E-05  3.51837571672544372E-05  3.54663561131833777E-05
+  3.57512249180095139E-05  3.60383818134334458E-05  3.63278451775946243E-05
+  3.66196335362470394E-05  3.69137655639453712E-05  3.72102600852396520E-05
+  3.75091360758805876E-05  3.78104126640334501E-05  3.81141091315028674E-05
+  3.84202449149662726E-05  3.87288396072184391E-05  3.90399129584248727E-05
+  3.93534848773863710E-05  3.96695754328126352E-05  3.99882048546072467E-05
+  4.03093935351618178E-05  4.06331620306616493E-05  4.09595310624009219E-05
+  4.12885215181090680E-05  4.16201544532875464E-05  4.19544510925574167E-05
+  4.22914328310176961E-05  4.26311212356146656E-05  4.29735380465221751E-05
+  4.33187051785329861E-05  4.36666447224613838E-05  4.40173789465569227E-05
+  4.43709302979296643E-05  4.47273214039867995E-05  4.50865750738807492E-05
+  4.54487142999689957E-05  4.58137622592856360E-05  4.61817423150246789E-05
+  4.65526780180352818E-05  4.69265931083290492E-05  4.73035115165993929E-05
+  4.76834573657531100E-05  4.80664549724542123E-05  4.84525288486802643E-05
+  4.88417037032911429E-05  4.92340044436103728E-05  4.96294561770192297E-05
+  5.00280842125636356E-05  5.04299140625739370E-05  5.08349714442976996E-05
+  5.12432822815455950E-05  5.16548727063505892E-05  5.20697690606403653E-05
+  5.24879978979231896E-05  5.29095859849874328E-05  5.33345603036145620E-05
+  5.37629480523060238E-05  5.41947766480239650E-05  5.46300737279458782E-05
+  5.50688671512335114E-05  5.55111850008156965E-05  5.59570555851857866E-05
+  5.64065074402133855E-05  5.68595693309706114E-05  5.73162702535731330E-05
+  5.77766394370358700E-05  5.82407063451437229E-05  5.87085006783371967E-05
+  5.91800523756132925E-05  5.96553916164416039E-05  6.01345488226957760E-05
+  6.06175546606005700E-05  6.11044400426944925E-05  6.15952361298081663E-05
+  6.20899743330586868E-05  6.25886863158599694E-05  6.30914039959490900E-05
+  6.35981595474292198E-05  6.41089854028285930E-05  6.46239142551763339E-05
+  6.51429790600947366E-05  6.56662130379085263E-05  6.61936496757708305E-05
+  6.67253227298065382E-05  6.72612662272725867E-05  6.78015144687357438E-05
+  6.83461020302678329E-05  6.88950637656587385E-05  6.94484348086468951E-05
+  7.00062505751678947E-05  7.05685467656212289E-05  7.11353593671550278E-05
+  7.17067246559692446E-05  7.22826791996373656E-05  7.28632598594468236E-05
+  7.34485037927579913E-05  7.40384484553823787E-05  7.46331316039797502E-05
+  7.52325912984746077E-05  7.58368659044920132E-05  7.64459940958130092E-05
+  7.70600148568497702E-05  7.76789674851405693E-05  7.83028915938648832E-05
+  7.89318271143786765E-05  7.95658142987698807E-05  8.02048937224347558E-05
+  8.08491062866745143E-05  8.14984932213131682E-05  8.21530960873362054E-05
+  8.28129567795504907E-05  8.34781175292655380E-05  8.41486209069963720E-05
+  8.48245098251880611E-05  8.55058275409620414E-05  8.61926176588847089E-05
+  8.68849241337580334E-05  8.75827912734326977E-05  8.82862637416438416E-05
+  8.89953865608695475E-05  8.97102051152123245E-05  9.04307651533036181E-05
+  9.11571127912318342E-05  9.18892945154936992E-05  9.26273571859695014E-05
+  9.33713480389221020E-05  9.41213146900199893E-05  9.48773051373848485E-05
+  9.56393677646633647E-05  9.64075513441238122E-05  9.71819050397774320E-05
+  9.79624784105251253E-05  9.87493214133289889E-05  9.95424844064098308E-05
+  1.00342018152469920E-04  1.01147973821941908E-04  1.01960402996263753E-04
+  1.02779357671179918E-04  1.03604890260069134E-04  1.04437053597298884E-04
+  1.05275900941606784E-04  1.06121485979509194E-04  1.06973862828737163E-04
+  1.07833086041700006E-04  1.08699210608976599E-04  1.09572291962834931E-04
+  1.10452385980779625E-04  1.11339548989128272E-04  1.12233837766616179E-04
+  1.13135309548030363E-04  1.14044022027872576E-04  1.14960033364051699E-04
+  1.15883402181605878E-04  1.16814187576454637E-04  1.17752449119180966E-04
+  1.18698246858843840E-04  1.19651641326821425E-04  1.20612693540685117E-04
+  1.21581465008104627E-04  1.22558017730784547E-04  1.23542414208432477E-04
+  1.24534717442758967E-04  1.25534990941509738E-04  1.26543298722530149E-04
+  1.27559705317862319E-04  1.28584275777875309E-04  1.29617075675428275E-04
+  1.30658171110067191E-04  1.31707628712255249E-04  1.32765515647637186E-04
+  1.33831899621337955E-04  1.34906848882295903E-04  1.35990432227630590E-04
+  1.37082719007046027E-04  1.38183779127268888E-04  1.39293683056522771E-04
+  1.40412501829037902E-04  1.41540307049597692E-04  1.42677170898121192E-04
+  1.43823166134282717E-04  1.44978366102168607E-04  1.46142844734971084E-04
+  1.47316676559720123E-04  1.48499936702053205E-04  1.49692700891023269E-04
+  1.50895045463945608E-04  1.52107047371283260E-04  1.53328784181571939E-04
+  1.54560334086384626E-04  1.55801775905335541E-04  1.57053189091124854E-04
+  1.58314653734623593E-04  1.59586250569999536E-04  1.60868060979884193E-04
+  1.62160167000581257E-04  1.63462651327317209E-04  1.64775597319533442E-04
+  1.66099089006221674E-04  1.67433211091301591E-04  1.68778048959041942E-04
+  1.70133688679525427E-04  1.71500217014156829E-04  1.72877721421215970E-04
+  1.74266290061455149E-04  1.75666011803741275E-04  1.77076976230743620E-04
+  1.78499273644667133E-04  1.79932995073031838E-04  1.81378232274498433E-04
+  1.82835077744741180E-04  1.84303624722367425E-04  1.85783967194884993E-04
+  1.87276199904717455E-04  1.88780418355267521E-04  1.90296718817029563E-04
+  1.91825198333750641E-04  1.93365954728641525E-04  1.94919086610637412E-04
+  1.96484693380708967E-04  1.98062875238223763E-04  1.99653733187359425E-04
+  2.01257369043567692E-04  2.02873885440090748E-04  2.04503385834529748E-04
+  2.06145974515466098E-04  2.07801756609136046E-04  2.09470838086158861E-04
+  2.11153325768318709E-04  2.12849327335401549E-04  2.14558951332086595E-04
+  2.16282307174893174E-04  2.18019505159183433E-04  2.19770656466221381E-04
+  2.21535873170288378E-04  2.23315268245856001E-04  2.25108955574816473E-04
+  2.26917049953771083E-04  2.28739667101377278E-04  2.30576923665754555E-04
+  2.32428937231950243E-04  2.34295826329464658E-04  2.36177710439837343E-04
+  2.38074710004293624E-04  2.39986946431453230E-04  2.41914542105100151E-04
+  2.43857620392015450E-04  2.45816305649872537E-04  2.47790723235196948E-04
+  2.49780999511387783E-04  2.51787261856806156E-04  2.53809638672926904E-04
+  2.55848259392556622E-04  2.57903254488117185E-04  2.59974755479996109E-04
+  2.62062894944963974E-04  2.64167806524659389E-04  2.66289624934141827E-04
+  2.68428485970513802E-04  2.70584526521611558E-04  2.72757884574766508E-04
+  2.74948699225635736E-04  2.77157110687104870E-04  2.79383260298261046E-04
+  2.81627290533439326E-04  2.83889345011340845E-04  2.86169568504224074E-04
+  2.88468106947171012E-04  2.90785107447426663E-04  2.93120718293813655E-04
+  2.95475088966223670E-04  2.97848370145183138E-04  3.00240713721497768E-04
+  3.02652272805972896E-04  3.05083201739213164E-04  3.07533656101500032E-04
+  3.10003792722749090E-04  3.12493769692547278E-04  3.15003746370270553E-04
+  3.17533883395283028E-04  3.20084342697217927E-04  3.22655287506341142E-04
+  3.25246882363998012E-04  3.27859293133144012E-04  3.30492687008960076E-04
+  3.33147232529553067E-04  3.35823099586742566E-04  3.38520459436933408E-04
+  3.41239484712076754E-04  3.43980349430718379E-04  3.46743229009135762E-04
+  3.49528300272565050E-04  3.52335741466517586E-04  3.55165732268188257E-04
+  3.58018453797954279E-04  3.60894088630967207E-04  3.63792820808837988E-04
+  3.66714835851415343E-04  3.69660320768659526E-04  3.72629464072610499E-04
+  3.75622455789453369E-04  3.78639487471679401E-04  3.81680752210346221E-04
+  3.84746444647435129E-04  3.87836760988308519E-04  3.90951899014267061E-04
+  3.94092058095207702E-04  3.97257439202383536E-04  4.00448244921265803E-04
+  4.03664679464509643E-04  4.06906948685023724E-04  4.10175260089144865E-04
+  4.13469822849918487E-04  4.16790847820485745E-04  4.20138547547578534E-04
+  4.23513136285121896E-04  4.26914830007947056E-04  4.30343846425613270E-04
+  4.33800404996341721E-04  4.37284726941060701E-04  4.40797035257564163E-04
+  4.44337554734783226E-04  4.47906511967172734E-04  4.51504135369213972E-04
+  4.55130655190032478E-04  4.58786303528134845E-04  4.62471314346262396E-04
+  4.66185923486365215E-04  4.69930368684696456E-04  4.73704889587026631E-04
+  4.77509727763982092E-04  4.81345126726504717E-04  4.85211331941437268E-04
+  4.89108590847233261E-04  4.93037152869792985E-04  4.96997269438426755E-04
+  5.00989194001946530E-04  5.05013182044887206E-04  5.09069491103857031E-04
+  5.13158380784020196E-04  5.17280112775712008E-04  5.21434950871186675E-04
+  5.25623160981500610E-04  5.29845011153530607E-04  5.34100771587128309E-04
+  5.38390714652414639E-04  5.42715114907209653E-04  5.47074249114606046E-04
+  5.51468396260680681E-04  5.55897837572351069E-04  5.60362856535372915E-04
+  5.64863738912483909E-04  5.69400772761692597E-04  5.73974248454713824E-04
+  5.78584458695553154E-04  5.83231698539239608E-04  5.87916265410709429E-04
+  5.92638459123841308E-04  5.97398581900644926E-04  6.02196938390602682E-04
+  6.07033835690167552E-04  6.11909583362418050E-04  6.16824493456869308E-04
+  6.21778880529445062E-04  6.26773061662609004E-04  6.31807356485658339E-04
+  6.36882087195180186E-04  6.41997578575671910E-04  6.47154158020328313E-04
+  6.52352155551993627E-04  6.57591903844284261E-04  6.62873738242879501E-04
+  6.68197996786983831E-04  6.73565020230960996E-04  6.78975152066143162E-04
+  6.84428738542815500E-04  6.89926128692373375E-04  6.95467674349662984E-04
+  7.01053730175497632E-04  7.06684653679357021E-04  7.12360805242267386E-04
+  7.18082548139866383E-04  7.23850248565652277E-04  7.29664275654421258E-04
+  7.35525001505891443E-04  7.41432801208517485E-04  7.47388052863497197E-04
+  7.53391137608969423E-04  7.59442439644406530E-04  7.65542346255204328E-04
+  7.71691247837468126E-04  7.77889537922998170E-04  7.84137613204475550E-04
+  7.90435873560850748E-04  7.96784722082936664E-04  8.03184565099205466E-04
+  8.09635812201794924E-04  8.16138876272721699E-04  8.22694173510305849E-04
+  8.29302123455808154E-04  8.35963149020280713E-04  8.42677676511633181E-04
+  8.49446135661917150E-04  8.56268959654828458E-04  8.63146585153431100E-04
+  8.70079452328105258E-04  8.77068004884716057E-04  8.84112690093012514E-04
+  8.91213958815252638E-04  8.98372265535058931E-04  9.05588068386504281E-04
+  9.12861829183434642E-04  9.20194013449023300E-04  9.27585090445566377E-04
+  9.35035533204514472E-04  9.42545818556747160E-04  9.50116427163090254E-04
+  9.57747843545078952E-04  9.65440556115966563E-04  9.73195057211983356E-04
+  9.81011843123846296E-04  9.88891414128521828E-04  9.96834274521244106E-04
+  1.00484093264778898E-03  1.01291190093701013E-03  1.02104769593363209E-03
+  1.02924883833131254E-03  1.03751585300596353E-03  1.04584926904934656E-03
+  1.05424961980293309E-03  1.06271744289203785E-03  1.07125328026022940E-03
+  1.07985767820401317E-03  1.08853118740779393E-03  1.09727436297912167E-03
+  1.10608776448421721E-03  1.11497195598378495E-03  1.12392750606911374E-03
+  1.13295498789846576E-03  1.14205497923375917E-03  1.15122806247754594E-03
+  1.16047482471028475E-03  1.16979585772791447E-03  1.17919175807973007E-03
+  1.18866312710656091E-03  1.19821057097925792E-03  1.20783470073748743E-03
+  1.21753613232883969E-03  1.22731548664824718E-03  1.23717338957772495E-03
+  1.24711047202642495E-03  1.25712736997101587E-03  1.26722472449638558E-03
+  1.27740318183666973E-03  1.28766339341661318E-03  1.29800601589325805E-03
+  1.30843171119797408E-03  1.31894114657881908E-03  1.32953499464324456E-03
+  1.34021393340114266E-03  1.35097864630823942E-03  1.36182982230983476E-03
+  1.37276815588489669E-03  1.38379434709050807E-03  1.39490910160666921E-03
+  1.40611313078146342E-03  1.41740715167658154E-03  1.42879188711321644E-03
+  1.44026806571832203E-03  1.45183642197124632E-03  1.46349769625073764E-03
+  1.47525263488233098E-03  1.48710199018611019E-03  1.49904652052486038E-03
+  1.51108699035259965E-03  1.52322417026350696E-03  1.53545883704123945E-03
+  1.54779177370864681E-03  1.56022376957788591E-03  1.57275562030093530E-03
+  1.58538812792051887E-03  1.59812210092143657E-03  1.61095835428230684E-03
+  1.62389770952772587E-03  1.63694099478084616E-03  1.65008904481637650E-03
+  1.66334270111400642E-03  1.67670281191226330E-03  1.69017023226279836E-03
+  1.70374582408511070E-03  1.71743045622171106E-03  1.73122500449372752E-03
+  1.74513035175695723E-03  1.75914738795837178E-03  1.77327701019307270E-03
+  1.78752012276170566E-03  1.80187763722833728E-03  1.81635047247879306E-03
+  1.83093955477947059E-03  1.84564581783661563E-03  1.86047020285608406E-03
+  1.87541365860357709E-03  1.89047714146536308E-03  1.90566161550948573E-03
+  1.92096805254746974E-03  1.93639743219650847E-03  1.95195074194216638E-03
+  1.96762897720157608E-03  1.98343314138714521E-03  1.99936424597077630E-03
+  2.01542331054860085E-03  2.03161136290623285E-03  2.04792943908454952E-03
+  2.06437858344599504E-03  2.08095984874142421E-03  2.09767429617747567E-03
+  2.11452299548448974E-03  2.13150702498497322E-03  2.14862747166261192E-03
+  2.16588543123183690E-03  2.18328200820795161E-03  2.20081831597781965E-03
+  2.21849547687112420E-03  2.23631462223219685E-03  2.25427689249242322E-03
+  2.27238343724323012E-03  2.29063541530966216E-03  2.30903399482454636E-03
+  2.32758035330325134E-03  2.34627567771904981E-03  2.36512116457908601E-03
+  2.38411802000095246E-03  2.40326745978987908E-03  2.42257070951654944E-03
+  2.44202900459553496E-03  2.46164359036436190E-03  2.48141572216321535E-03
+  2.50134666541527865E-03  2.52143769570772327E-03  2.54169009887334580E-03
+  2.56210517107286189E-03  2.58268421887786030E-03  2.60342855935442484E-03
+  2.62433952014742714E-03  2.64541843956549519E-03  2.66666666666666658E-03
+  2.68808556134472959E-03  2.70967649441625344E-03  2.73144084770832402E-03
+  2.75338001414698278E-03  2.77549539784636848E-03  2.79778841419858846E-03
+  2.82026048996429635E-03  2.84291306336401442E-03  2.86574758417017022E-03
+  2.88876551379988952E-03  2.91196832540852654E-03  2.93535750398394440E-03
+  2.95893454644155420E-03  2.98270096172012110E-03  3.00665827087833511E-03
+  3.03080800719216165E-03  3.05515171625296523E-03  3.07969095606643647E-03
+  3.10442729715230004E-03  3.12936232264482807E-03  3.15449762839416269E-03
+  3.17983482306845268E-03  3.20537552825680408E-03  3.23112137857306829E-03
+  3.25707402176045368E-03  3.28323511879698117E-03  3.30960634400179156E-03
+  3.33618938514229982E-03  3.36298594354221287E-03  3.38999773419041295E-03
+  3.41722648585072401E-03  3.44467394117254494E-03  3.47234185680238543E-03
+  3.50023200349628945E-03  3.52834616623316647E-03  3.55668614432902604E-03
+  3.58525375155214175E-03  3.61405081623912550E-03  3.64307918141194755E-03
+  3.67234070489588652E-03  3.70183725943843420E-03  3.73157073282914852E-03
+  3.76154302802047657E-03  3.79175606324954088E-03  3.82221177216090884E-03
+  3.85291210393034567E-03  3.88385902338956408E-03  3.91505451115197346E-03
+  3.94650056373943743E-03  3.97819919371005578E-03  4.01015242978696677E-03
+  4.04236231698818470E-03  4.07483091675748740E-03  4.10756030709634023E-03
+  4.14055258269689728E-03  4.17380985507605912E-03  4.20733425271060946E-03
+  4.24112792117343953E-03  4.27519302327086619E-03  4.30953173918105156E-03
+  4.34414626659353383E-03  4.37903882084988288E-03  4.41421163508548195E-03
+  4.44966696037244706E-03  4.48540706586369933E-03  4.52143423893818820E-03
+  4.55775078534728911E-03  4.59435902936236856E-03  4.63126131392353757E-03
+  4.66846000078960550E-03  4.70595747068922824E-03  4.74375612347327849E-03
+  4.78185837826843561E-03  4.82026667363201402E-03  4.85898346770802670E-03
+  4.89801123838450817E-03  4.93735248345210462E-03  4.97700972076392956E-03
+  5.01698548839670574E-03  5.05728234481320638E-03  5.09790286902599837E-03
+  5.13884966076249682E-03  5.18012534063134761E-03  5.22173255029015175E-03
+  5.26367395261452629E-03  5.30595223186854266E-03  5.34857009387650073E-03
+  5.39153026619611751E-03  5.43483549829308198E-03  5.47848856171703237E-03
+  5.52249225027892730E-03  5.56684938022985500E-03  5.61156279044127369E-03
+  5.65663534258669613E-03  5.70206992132484859E-03  5.74786943448427588E-03
+  5.79403681324945283E-03  5.84057501234838076E-03  5.88748701024168538E-03
+  5.93477580931324727E-03  5.98244443606234418E-03  6.03049594129736154E-03
+  6.07893340033103559E-03  6.12775991317727770E-03  6.17697860474957731E-03
+  6.22659262506099469E-03  6.27660514942576190E-03  6.32701937866251337E-03
+  6.37783853929912384E-03  6.42906588377922632E-03  6.48070469067034763E-03
+  6.53275826487375710E-03  6.58522993783597268E-03  6.63812306776197323E-03
+  6.69144103983012727E-03  6.74518726640884782E-03  6.79936518727497930E-03
+  6.85397826983395221E-03  6.90903000934169065E-03  6.96452392912831446E-03
+  7.02046358082363074E-03  7.07685254458444418E-03  7.13369442932368196E-03
+  7.19099287294136871E-03  7.24875154255745415E-03  7.30697413474651596E-03
+  7.36566437577430844E-03  7.42482602183631470E-03  7.48446285929805187E-03
+  7.54457870493749957E-03  7.60517740618927088E-03  7.66626284139095785E-03
+  7.72783892003123859E-03  7.78990958300018830E-03  7.85247880284139707E-03
+  7.91555058400632110E-03  7.97912896311045450E-03  8.04321800919179097E-03
+  8.10782182397112340E-03  8.17294454211467923E-03  8.23859033149862245E-03
+  8.30476339347590783E-03  8.37146796314506073E-03  8.43870830962133341E-03
+  8.50648873630982690E-03  8.57481358118101361E-03  8.64368721704825843E-03
+  8.71311405184779092E-03  8.78309852892071238E-03  8.85364512729745236E-03
+  8.92475836198440738E-03  8.99644278425283835E-03  9.06870298193027113E-03
+  9.14154357969398576E-03  9.21496923936713716E-03  9.28898466021697497E-03
+  9.36359457925573131E-03  9.43880377154365617E-03  9.51461705049476240E-03
+  9.59103926818474437E-03  9.66807531566165647E-03  9.74573012325879832E-03
+  9.82400866091039625E-03  9.90291593846954164E-03  9.98245700602896913E-03
+  1.00626369542441176E-02  1.01434609146590794E-02  1.02249340600348675E-02
+  1.03070616046806330E-02  1.03898488047872335E-02  1.04733009587637677E-02
+  1.05574234075765366E-02  1.06422215350910204E-02  1.07277007684162783E-02
+  1.08138665782524703E-02  1.09007244792407882E-02  1.09882800303165856E-02
+  1.10765388350649811E-02  1.11655065420796385E-02  1.12551888453241346E-02
+  1.13455914844965335E-02  1.14367202453965564E-02  1.15285809602960476E-02
+  1.16211795083120736E-02  1.17145218157833578E-02  1.18086138566493946E-02
+  1.19034616528329619E-02  1.19990712746253433E-02  1.20954488410750169E-02
+  1.21926005203790867E-02  1.22905325302782292E-02  1.23892511384544688E-02
+  1.24887626629324646E-02  1.25890734724837024E-02  1.26901899870342852E-02
+  1.27921186780756060E-02  1.28948660690787354E-02  1.29984387359117180E-02
+  1.31028433072606330E-02  1.32080864650536353E-02  1.33141749448887920E-02
+  1.34211155364649826E-02  1.35289150840166156E-02  1.36375804867514792E-02
+  1.37471186992924911E-02  1.38575367321225919E-02  1.39688416520336225E-02
+  1.40810405825784017E-02  1.41941407045268284E-02  1.43081492563252640E-02
+  1.44230735345599846E-02  1.45389208944239814E-02  1.46556987501878754E-02
+  1.47734145756742447E-02  1.48920759047361535E-02  1.50116903317391113E-02
+  1.51322655120473271E-02  1.52538091625134473E-02  1.53763290619726382E-02
+  1.54998330517402329E-02  1.56243290361137866E-02  1.57498249828787427E-02
+  1.58763289238185827E-02  1.60038489552286438E-02  1.61323932384345343E-02
+  1.62619700003141902E-02  1.63925875338246582E-02  1.65242541985326057E-02
+  1.66569784211495868E-02  1.67907686960710838E-02  1.69256335859204188E-02
+  1.70615817220965173E-02  1.71986218053265631E-02  1.73367626062225881E-02
+  1.74760129658430748E-02  1.76163817962585040E-02  1.77578780811219958E-02
+  1.79005108762440128E-02  1.80442893101721985E-02  1.81892225847753337E-02
+  1.83353199758325251E-02  1.84825908336266054E-02  1.86310445835428141E-02
+  1.87806907266717428E-02  1.89315388404177054E-02  1.90835985791113945E-02
+  1.92368796746280671E-02  1.93913919370100815E-02  1.95471452550950442E-02
+  1.97041495971484008E-02  1.98624150115017106E-02  2.00219516271954376E-02
+  2.01827696546275186E-02  2.03448793862065214E-02  2.05082911970106835E-02
+  2.06730155454515931E-02  2.08390629739438511E-02  2.10064441095794870E-02
+  2.11751696648083895E-02  2.13452504381236099E-02  2.15166973147527668E-02
+  2.16895212673544127E-02  2.18637333567205765E-02  2.20393447324843776E-02
+  2.22163666338338686E-02  2.23948103902310881E-02  2.25746874221374322E-02
+  2.27560092417442711E-02  2.29387874537100162E-02  2.31230337559025501E-02
+  2.33087599401481833E-02  2.34959778929860162E-02  2.36846995964290173E-02
+  2.38749371287305494E-02  2.40667026651576813E-02  2.42600084787701342E-02
+  2.44548669412060354E-02  2.46512905234734063E-02  2.48492917967486140E-02
+  2.50488834331807596E-02  2.52500782067026225E-02  2.54528889938484722E-02
+  2.56573287745778221E-02  2.58634106331065081E-02  2.60711477587437304E-02
+  2.62805534467365313E-02  2.64916410991203263E-02  2.67044242255770059E-02
+  2.69189164442992027E-02  2.71351314828622361E-02  2.73530831791022611E-02
+  2.75727854820023432E-02  2.77942524525847459E-02  2.80174982648112962E-02
+  2.82425372064900662E-02  2.84693836801902453E-02  2.86980522041634760E-02
+  2.89285574132734438E-02  2.91609140599321109E-02  2.93951370150442801E-02
+  2.96312412689589272E-02  2.98692419324289825E-02  3.01091542375780570E-02
+  3.03509935388756660E-02  3.05947753141195405E-02  3.08405151654266088E-02
+  3.10882288202311355E-02  3.13379321322916765E-02  3.15896410827053303E-02
+  3.18433717809309541E-02  3.20991404658197352E-02  3.23569635066549149E-02
+  3.26168574041989859E-02  3.28788387917502353E-02  3.31429244362067693E-02
+  3.34091312391400913E-02  3.36774762378763207E-02  3.39479766065871116E-02
+  3.42206496573882607E-02  3.44955128414482226E-02  3.47725837501044674E-02
+  3.50518801159898363E-02  3.53334198141669817E-02  3.56172208632727985E-02
+  3.59033014266711623E-02  3.61916798136159221E-02  3.64823744804221375E-02
+  3.67754040316478487E-02  3.70707872212842071E-02  3.73685429539563213E-02
+  3.76686902861325806E-02  3.79712484273448253E-02  3.82762367414172383E-02
+  3.85836747477061454E-02  3.88935821223487591E-02  3.92059786995229836E-02
+  3.95208844727162403E-02  3.98383195960056377E-02  4.01583043853473015E-02
+  4.04808593198770841E-02  4.08060050432207666E-02  4.11337623648157583E-02
+  4.14641522612423929E-02  4.17971958775669450E-02  4.21329145286943874E-02
+  4.24713297007331472E-02  4.28124630523695759E-02  4.31563364162547980E-02
+  4.35029718004013091E-02  4.38523913895921616E-02  4.42046175468001970E-02
+  4.45596728146198384E-02  4.49175799167092771E-02  4.52783617592453641E-02
+  4.56420414323890009E-02  4.60086422117635813E-02  4.63781875599439466E-02
+  4.67507011279586840E-02  4.71262067568031517E-02  4.75047284789658977E-02
+  4.78862905199662001E-02  4.82709172999051042E-02  4.86586334350276040E-02
+  4.90494637392988875E-02  4.94434332259916509E-02  4.98405671092876923E-02
+  5.02408908058909268E-02  5.06444299366547515E-02  5.10512103282210958E-02
+  5.14612580146740634E-02  5.18745992392053573E-02  5.22912604557946234E-02
+  5.27112683309017560E-02  5.31346497451743033E-02  5.35614317951671193E-02
+  5.39916417950772540E-02  5.44253072784913750E-02  5.48624560001486211E-02
+  5.53031159377162032E-02  5.57473152935807348E-02  5.61950824966524209E-02
+  5.66464462041852829E-02  5.71014353036104691E-02  5.75600789143858593E-02
+  5.80224063898588799E-02  5.84884473191459864E-02  5.89582315290255038E-02
+  5.94317890858474321E-02  5.99091502974568521E-02  6.03903457151344497E-02
+  6.08754061355509801E-02  6.13643626027391628E-02  6.18572464100795444E-02
+  6.23540891023042707E-02  6.28549224775150073E-02  6.33597785892189430E-02
+  6.38686897483793231E-02  6.43816885254842736E-02  6.48988077526304191E-02
+  6.54200805256249934E-02  6.59455402061032148E-02  6.64752204236642025E-02
+  6.70091550780224365E-02  6.75473783411782852E-02  6.80899246596040758E-02
+  6.86368287564494972E-02  6.91881256337635309E-02  6.97438505747342702E-02
+  7.03040391459478636E-02  7.08687271996638335E-02  7.14379508761106286E-02
+  7.20117466057975802E-02  7.25901511118474813E-02  7.31732014123459007E-02
+  7.37609348227113437E-02  7.43533889580824531E-02  7.49506017357263327E-02
+  7.55526113774643709E-02  7.61594564121193668E-02  7.67711756779804189E-02
+  7.73878083252896448E-02  7.80093938187466224E-02  7.86359719400353957E-02
+  7.92675827903693286E-02  7.99042667930587452E-02  8.05460646960967919E-02
+  8.11930175747686417E-02  8.18451668342790872E-02  8.25025542124036143E-02
+  8.31652217821585299E-02  8.38332119544947657E-02  8.45065674810110690E-02
+  8.51853314566912712E-02  8.58695473226612216E-02  8.65592588689701598E-02
+  8.72545102373921966E-02  8.79553459242525121E-02  8.86618107832739671E-02
+  8.93739500284490285E-02  9.00918092369320939E-02  9.08154343519579077E-02
+  9.15448716857804878E-02  9.22801679226385035E-02  9.30213701217417754E-02
+  9.37685257202843514E-02  9.45216825364792457E-02  9.52808887726201287E-02
+  9.60461930181648882E-02  9.68176442528468351E-02  9.75952918498079330E-02
+  9.83791855787602004E-02  9.91693756091694967E-02  9.99659125134678417E-02
+  1.00768847270288647E-01  1.01578231267730759E-01  1.02394116306645952E-01
+  1.03216554603955540E-01  1.04045598795990929E-01  1.04881301941863736E-01
+  1.05723717526860231E-01  1.06572899465865720E-01  1.07428902106813787E-01
+  1.08291780234166024E-01  1.09161589072416743E-01  1.10038384289628866E-01
+  1.10922222000995149E-01  1.11813158772431240E-01  1.12711251624194222E-01
+  1.13616558034533521E-01  1.14529135943368041E-01  1.15449043755995837E-01
+  1.16376340346830490E-01  1.17311085063170770E-01  1.18253337728997154E-01
+  1.19203158648802293E-01
+                             </PP_RAB> 
+                                  </PP_MESH>
+ <PP_NLCC type="real" size="  1351" columns="3">
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00
+                             </PP_NLCC> 
+ <PP_LOCAL type="real" size="  1351" columns="3">
+ -9.38282335257450306E+00 -9.38282334845244392E+00 -9.38282334426225262E+00
+ -9.38282334000509977E+00 -9.38282333567947902E+00 -9.38282333128329427E+00
+ -9.38282332681787423E+00 -9.38282332227931271E+00 -9.38282331766847832E+00
+ -9.38282331298352013E+00 -9.38282330822189792E+00 -9.38282330338235759E+00
+ -9.38282329846624030E+00 -9.38282329347172706E+00 -9.38282328839546764E+00
+ -9.38282328323665205E+00 -9.38282327799537086E+00 -9.38282327267010707E+00
+ -9.38282326725815885E+00 -9.38282326176017811E+00 -9.38282325617179680E+00
+ -9.38282325049491561E+00 -9.38282324472716311E+00 -9.38282323886473613E+00
+ -9.38282323290692766E+00 -9.38282322685457260E+00 -9.38282322070361730E+00
+ -9.38282321445293377E+00 -9.38282320810352388E+00 -9.38282320165080108E+00
+ -9.38282319509296414E+00 -9.38282318842910712E+00 -9.38282318165938101E+00
+ -9.38282317478161332E+00 -9.38282316779054781E+00 -9.38282316068864297E+00
+ -9.38282315347090190E+00 -9.38282314613607582E+00 -9.38282313868450757E+00
+ -9.38282313111257693E+00 -9.38282312341720370E+00 -9.38282311559862947E+00
+ -9.38282310765496419E+00 -9.38282309958081129E+00 -9.38282309137706072E+00
+ -9.38282308304125579E+00 -9.38282307457263443E+00 -9.38282306596557270E+00
+ -9.38282305722097654E+00 -9.38282304833430558E+00 -9.38282303930541772E+00
+ -9.38282303013070873E+00 -9.38282302080563113E+00 -9.38282301133137331E+00
+ -9.38282300170558337E+00 -9.38282299192323066E+00 -9.38282298198316056E+00
+ -9.38282297188283820E+00 -9.38282296162053697E+00 -9.38282295119204335E+00
+ -9.38282294059534117E+00 -9.38282292982768418E+00 -9.38282291888669917E+00
+ -9.38282290776940009E+00 -9.38282289647299095E+00 -9.38282288499407713E+00
+ -9.38282287333000120E+00 -9.38282286147823363E+00 -9.38282284943494993E+00
+ -9.38282283719749444E+00 -9.38282282476130902E+00 -9.38282281212634039E+00
+ -9.38282279928688290E+00 -9.38282278624043009E+00 -9.38282277298363354E+00
+ -9.38282275951323363E+00 -9.38282274582479126E+00 -9.38282273191571825E+00
+ -9.38282271778353483E+00 -9.38282270342297764E+00 -9.38282268882954362E+00
+ -9.38282267400107450E+00 -9.38282265893428757E+00 -9.38282264362390883E+00
+ -9.38282262806608891E+00 -9.38282261225822722E+00 -9.38282259619476378E+00
+ -9.38282257987259349E+00 -9.38282256328758102E+00 -9.38282254643513802E+00
+ -9.38282252931040794E+00 -9.38282251190905647E+00 -9.38282249422715431E+00
+ -9.38282247626021793E+00 -9.38282245800368031E+00 -9.38282243945224081E+00
+ -9.38282242060099847E+00 -9.38282240144745394E+00 -9.38282238198395468E+00
+ -9.38282236220694799E+00 -9.38282234211184196E+00 -9.38282232169134112E+00
+ -9.38282230094199932E+00 -9.38282227985797590E+00 -9.38282225843326501E+00
+ -9.38282223666347548E+00 -9.38282221454255527E+00 -9.38282219206488932E+00
+ -9.38282216922521251E+00 -9.38282214601670539E+00 -9.38282212243374580E+00
+ -9.38282209847076665E+00 -9.38282207412092717E+00 -9.38282204937866915E+00
+ -9.38282202423711986E+00 -9.38282199869026634E+00 -9.38282197273124474E+00
+ -9.38282194635303313E+00 -9.38282191954981926E+00 -9.38282189231465757E+00
+ -9.38282186463955092E+00 -9.38282183651819857E+00 -9.38282180794399245E+00
+ -9.38282177890796731E+00 -9.38282174940298042E+00 -9.38282171942364940E+00
+ -9.38282168896025759E+00 -9.38282165800559831E+00 -9.38282162655130847E+00
+ -9.38282159458991494E+00 -9.38282156211357865E+00 -9.38282152911290623E+00
+ -9.38282149557990053E+00 -9.38282146150637963E+00 -9.38282142688290755E+00
+ -9.38282139170138230E+00 -9.38282135595196998E+00 -9.38282131962577814E+00
+ -9.38282128271451654E+00 -9.38282124520785743E+00 -9.38282120709598999E+00
+ -9.38282116836941071E+00 -9.38282112901864451E+00 -9.38282108903219658E+00
+ -9.38282104840129882E+00 -9.38282100711537481E+00 -9.38282096516301856E+00
+ -9.38282092253470879E+00 -9.38282087921842489E+00 -9.38282083520389065E+00
+ -9.38282079047843709E+00 -9.38282074503284313E+00 -9.38282069885315906E+00
+ -9.38282065192966996E+00 -9.38282060424909403E+00 -9.38282055579962204E+00
+ -9.38282050656878752E+00 -9.38282045654349695E+00 -9.38282040571151832E+00
+ -9.38282035405975101E+00 -9.38282030157483860E+00 -9.38282024824366090E+00
+ -9.38282019405170686E+00 -9.38282013898557388E+00 -9.38282008303229631E+00
+ -9.38282002617595623E+00 -9.38281996840293964E+00 -9.38281990969756308E+00
+ -9.38281985004598162E+00 -9.38281978943193096E+00 -9.38281972784038132E+00
+ -9.38281966525531708E+00 -9.38281960166083451E+00 -9.38281953704076521E+00
+ -9.38281947137801531E+00 -9.38281940465667041E+00 -9.38281933685897762E+00
+ -9.38281926796825161E+00 -9.38281919796601116E+00 -9.38281912683465791E+00
+ -9.38281905455566267E+00 -9.38281898111158696E+00 -9.38281890648300987E+00
+ -9.38281883065050870E+00 -9.38281875359488637E+00 -9.38281867529666691E+00
+ -9.38281859573540444E+00 -9.38281851489081475E+00 -9.38281843274239336E+00
+ -9.38281834926867830E+00 -9.38281826444923617E+00 -9.38281817826112352E+00
+ -9.38281809068384653E+00 -9.38281800169361269E+00 -9.38281791126811804E+00
+ -9.38281781938376014E+00 -9.38281772601794550E+00 -9.38281763114552447E+00
+ -9.38281753474345059E+00 -9.38281743678656710E+00 -9.38281733724944367E+00
+ -9.38281723610741203E+00 -9.38281713333353729E+00 -9.38281702890251346E+00
+ -9.38281692278636825E+00 -9.38281681495991826E+00 -9.38281670539370261E+00
+ -9.38281659406043111E+00 -9.38281648093116694E+00 -9.38281636597784363E+00
+ -9.38281624917024537E+00 -9.38281613047862884E+00 -9.38281600987267694E+00
+ -9.38281588732165339E+00 -9.38281576279356599E+00 -9.38281563625681514E+00
+ -9.38281550768017780E+00 -9.38281537702893687E+00 -9.38281524427084967E+00
+ -9.38281510937102503E+00 -9.38281497229615979E+00 -9.38281483300977648E+00
+ -9.38281469147771219E+00 -9.38281454766176104E+00 -9.38281440152705493E+00
+ -9.38281425303524230E+00 -9.38281410214828959E+00 -9.38281394882791453E+00
+ -9.38281379303453633E+00 -9.38281363472843744E+00 -9.38281347386853604E+00
+ -9.38281331041505950E+00 -9.38281314432409452E+00 -9.38281297555563221E+00
+ -9.38281280406425822E+00 -9.38281262980749986E+00 -9.38281245273944897E+00
+ -9.38281227281618868E+00 -9.38281208999038974E+00 -9.38281190421627720E+00
+ -9.38281171544541337E+00 -9.38281152362996984E+00 -9.38281132872136681E+00
+ -9.38281113066835815E+00 -9.38281092942179207E+00 -9.38281072492828017E+00
+ -9.38281051713772740E+00 -9.38281030599427979E+00 -9.38281009144697364E+00
+ -9.38280987343792816E+00 -9.38280965191378336E+00 -9.38280942681579333E+00
+ -9.38280919808797265E+00 -9.38280896567045986E+00 -9.38280872950440603E+00
+ -9.38280848952963176E+00 -9.38280824568380467E+00 -9.38280799790554809E+00
+ -9.38280774613015289E+00 -9.38280749029492789E+00 -9.38280723033179953E+00
+ -9.38280696617758103E+00 -9.38280669776129095E+00 -9.38280642501718098E+00
+ -9.38280614787273848E+00 -9.38280586625916690E+00 -9.38280558010244192E+00
+ -9.38280528933112912E+00 -9.38280499386984346E+00 -9.38280469364277891E+00
+ -9.38280438857408505E+00 -9.38280407858396259E+00 -9.38280376359539758E+00
+ -9.38280344352478046E+00 -9.38280311829337954E+00 -9.38280278781447130E+00
+ -9.38280245200721730E+00 -9.38280211078185822E+00 -9.38280176405456068E+00
+ -9.38280141173345683E+00 -9.38280105373087636E+00 -9.38280068995359606E+00
+ -9.38280032030898958E+00 -9.38279994470261691E+00 -9.38279956303741791E+00
+ -9.38279917521760076E+00 -9.38279878114109600E+00 -9.38279838071027861E+00
+ -9.38279797381881231E+00 -9.38279756036692447E+00 -9.38279714024422162E+00
+ -9.38279671334734289E+00 -9.38279627956321072E+00 -9.38279583878399848E+00
+ -9.38279539089431047E+00 -9.38279493578132850E+00 -9.38279447332745953E+00
+ -9.38279400341436620E+00 -9.38279352592292959E+00 -9.38279304072841924E+00
+ -9.38279254771030757E+00 -9.38279204673775347E+00 -9.38279153768768737E+00
+ -9.38279102042416113E+00 -9.38279049482056493E+00 -9.38278996073685256E+00
+ -9.38278941804115085E+00 -9.38278886659016464E+00 -9.38278830624626181E+00
+ -9.38278773686358925E+00 -9.38278715829743071E+00 -9.38278657040009101E+00
+ -9.38278597301924400E+00 -9.38278536600483015E+00 -9.38278474919738414E+00
+ -9.38278412244419968E+00 -9.38278348557864561E+00 -9.38278283844454997E+00
+ -9.38278218086902527E+00 -9.38278151269079608E+00 -9.38278083373248073E+00
+ -9.38278014382535908E+00 -9.38277944278859444E+00 -9.38277873044580701E+00
+ -9.38277800661320249E+00 -9.38277727110497395E+00 -9.38277652373501780E+00
+ -9.38277576430824034E+00 -9.38277499263550041E+00 -9.38277420851252586E+00
+ -9.38277341174616630E+00 -9.38277260212415420E+00 -9.38277177944783958E+00
+ -9.38277094349792762E+00 -9.38277009406857054E+00 -9.38276923093533277E+00
+ -9.38276835388247221E+00 -9.38276746268184958E+00 -9.38276655710693319E+00
+ -9.38276563692634724E+00 -9.38276470190198175E+00 -9.38276375179900057E+00
+ -9.38276278636738148E+00 -9.38276180536860949E+00 -9.38276080854141092E+00
+ -9.38275979564155627E+00 -9.38275876639836781E+00 -9.38275772055932755E+00
+ -9.38275665784652801E+00 -9.38275557799656568E+00 -9.38275448072617202E+00
+ -9.38275336575891394E+00 -9.38275223280721882E+00 -9.38275108158049598E+00
+ -9.38274991178720263E+00 -9.38274872312188180E+00 -9.38274751528842010E+00
+ -9.38274628796723853E+00 -9.38274504085617878E+00 -9.38274377362248480E+00
+ -9.38274248595574889E+00 -9.38274117751251779E+00 -9.38273984797026017E+00
+ -9.38273849697778672E+00 -9.38273712419768913E+00 -9.38273572927267097E+00
+ -9.38273431184824958E+00 -9.38273287156193980E+00 -9.38273140804116501E+00
+ -9.38272992091836144E+00 -9.38272840980234335E+00 -9.38272687431926400E+00
+ -9.38272531406063592E+00 -9.38272372864376969E+00 -9.38272211764530795E+00
+ -9.38272048066964182E+00 -9.38271881728188184E+00 -9.38271712706979244E+00
+ -9.38271540958974803E+00 -9.38271366440928389E+00 -9.38271189107777026E+00
+ -9.38271008914085769E+00 -9.38270825814172760E+00 -9.38270639760254355E+00
+ -9.38270450705980075E+00 -9.38270258601303908E+00 -9.38270063398932841E+00
+ -9.38269865046784268E+00 -9.38269663496246231E+00 -9.38269458693561909E+00
+ -9.38269250588261094E+00 -9.38269039125328064E+00 -9.38268824251998623E+00
+ -9.38268605912264952E+00 -9.38268384050715731E+00 -9.38268158610557634E+00
+ -9.38267929533490097E+00 -9.38267696761945125E+00 -9.38267460234723139E+00
+ -9.38267219893250726E+00 -9.38266975673627179E+00 -9.38266727515913423E+00
+ -9.38266475353823992E+00 -9.38266219125485534E+00 -9.38265958762748120E+00
+ -9.38265694201132305E+00 -9.38265425371112727E+00 -9.38265152205087816E+00
+ -9.38264874632435131E+00 -9.38264592582079970E+00 -9.38264305982443858E+00
+ -9.38264014758802212E+00 -9.38263718838498839E+00 -9.38263418143260530E+00
+ -9.38263112599002902E+00 -9.38262802124215511E+00 -9.38262486642788396E+00
+ -9.38262166070537340E+00 -9.38261840328509855E+00 -9.38261509330489041E+00
+ -9.38261172993960635E+00 -9.38260831231154135E+00 -9.38260483955410507E+00
+ -9.38260131077696435E+00 -9.38259772506869005E+00 -9.38259408152666197E+00
+ -9.38259037919393002E+00 -9.38258661715265241E+00 -9.38258279440283438E+00
+ -9.38257891000581523E+00 -9.38257496292379578E+00 -9.38257095218835069E+00
+ -9.38256687673189305E+00 -9.38256273554589804E+00 -9.38255852754051745E+00
+ -9.38255425165870349E+00 -9.38254990679337197E+00 -9.38254549183323405E+00
+ -9.38254100565570326E+00 -9.38253644709272194E+00 -9.38253181500518174E+00
+ -9.38252710816864521E+00 -9.38252232542244435E+00 -9.38251746549063803E+00
+ -9.38251252718158035E+00 -9.38250750917658927E+00 -9.38250241024053899E+00
+ -9.38249722902212824E+00 -9.38249196423081600E+00 -9.38248661449055277E+00
+ -9.38248117844646501E+00 -9.38247565470217815E+00 -9.38247004183295985E+00
+ -9.38246433842304839E+00 -9.38245854297611892E+00 -9.38245265405337037E+00
+ -9.38244667009007216E+00 -9.38244058961564598E+00 -9.38243441100525288E+00
+ -9.38242813274268705E+00 -9.38242175315526694E+00 -9.38241527066533010E+00
+ -9.38240868356409941E+00 -9.38240199019888621E+00 -9.38239518883309032E+00
+ -9.38238827772947559E+00 -9.38238125512713061E+00 -9.38237411919974029E+00
+ -9.38236686816058629E+00 -9.38235950009478081E+00 -9.38235201318254752E+00
+ -9.38234440542702863E+00 -9.38233667496158041E+00 -9.38232881972046684E+00
+ -9.38232083777090331E+00 -9.38231272699425922E+00 -9.38230448537230544E+00
+ -9.38229611074652681E+00 -9.38228760099867820E+00 -9.38227895393782596E+00
+ -9.38227016733662644E+00 -9.38226123897369391E+00 -9.38225216650915073E+00
+ -9.38224294768624212E+00 -9.38223358005680197E+00 -9.38222406131570352E+00
+ -9.38221438891857318E+00 -9.38220456049123364E+00 -9.38219457341186924E+00
+ -9.38218442521202611E+00 -9.38217411321155303E+00 -9.38216363482601601E+00
+ -9.38215298733015324E+00 -9.38214216800812117E+00 -9.38213117409615727E+00
+ -9.38212000273854763E+00 -9.38210865113152259E+00 -9.38209711627971288E+00
+ -9.38208539532883101E+00 -9.38207348515308759E+00 -9.38206138282728297E+00
+ -9.38204908511459834E+00 -9.38203658898918036E+00 -9.38202389112835888E+00
+ -9.38201098837495806E+00 -9.38199787734150270E+00 -9.38198455471572146E+00
+ -9.38197101705820558E+00 -9.38195726088610193E+00 -9.38194328271198508E+00
+ -9.38192907887635386E+00 -9.38191464583722912E+00 -9.38189997976342127E+00
+ -9.38188507703982388E+00 -9.38186993368098499E+00 -9.38185454596704815E+00
+ -9.38183890978732649E+00 -9.38182302127794543E+00 -9.38180687623300891E+00
+ -9.38179047060978988E+00 -9.38177380012931650E+00 -9.38175686054424318E+00
+ -9.38173964751412726E+00 -9.38172215657263209E+00 -9.38170438331687429E+00
+ -9.38168632306001804E+00 -9.38166797132224239E+00 -9.38164932320890266E+00
+ -9.38163037413270828E+00 -9.38161111902008926E+00 -9.38159155313099546E+00
+ -9.38157167125192615E+00 -9.38155146844134435E+00 -9.38153093938004901E+00
+ -9.38151007888620292E+00 -9.38148888155673966E+00 -9.38146734194346621E+00
+ -9.38144545456728984E+00 -9.38142321370236409E+00 -9.38140061378527079E+00
+ -9.38137764881802561E+00 -9.38135431312610280E+00 -9.38133060046416567E+00
+ -9.38130650499951813E+00 -9.38128202028317304E+00 -9.38125714026284463E+00
+ -9.38123185833416784E+00 -9.38120616816879860E+00 -9.38118006304338259E+00
+ -9.38115353631148352E+00 -9.38112658115070808E+00 -9.38109919057172092E+00
+ -9.38107135765431011E+00 -9.38104307506094415E+00 -9.38101433575335086E+00
+ -9.38098513206288942E+00 -9.38095545678875808E+00 -9.38092530197323704E+00
+ -9.38089466018379170E+00 -9.38086352323419703E+00 -9.38083188338316276E+00
+ -9.38079973227120512E+00 -9.38076706178495456E+00 -9.38073386342853688E+00
+ -9.38070012867280134E+00 -9.38066584890064625E+00 -9.38063101514620712E+00
+ -9.38059561866126579E+00 -9.38055965004848069E+00 -9.38052310039023851E+00
+ -9.38048595989240042E+00 -9.38044821939804763E+00 -9.38040986878151983E+00
+ -9.38037089855149020E+00 -9.38033129832734147E+00 -9.38029105819227560E+00
+ -9.38025016757056562E+00 -9.38020861605085798E+00 -9.38016639289697274E+00
+ -9.38012348716016042E+00 -9.38007988794952396E+00 -9.38003558376635915E+00
+ -9.37999056353767635E+00 -9.37994481523669776E+00 -9.37989832754349173E+00
+ -9.37985108796391387E+00 -9.37980308482665848E+00 -9.37975430526306120E+00
+ -9.37970473712873343E+00 -9.37965436726980784E+00 -9.37960318296556217E+00
+ -9.37955117083864387E+00 -9.37949831751903496E+00 -9.37944460943396408E+00
+ -9.37939003252632908E+00 -9.37933457301759432E+00 -9.37927821616569801E+00
+ -9.37922094793227501E+00 -9.37916275293808965E+00 -9.37910361678161664E+00
+ -9.37904352354297011E+00 -9.37898245831100041E+00 -9.37892040474561028E+00
+ -9.37885734727975873E+00 -9.37879326925127721E+00 -9.37872815432344709E+00
+ -9.37866198557156494E+00 -9.37859474581609120E+00 -9.37852641788457930E+00
+ -9.37845698372800918E+00 -9.37838642589014171E+00 -9.37831472547885525E+00
+ -9.37824186466014886E+00 -9.37816782378515157E+00 -9.37809258448570482E+00
+ -9.37801612649700189E+00 -9.37793843072517497E+00 -9.37785947643299878E+00
+ -9.37777924363302517E+00 -9.37769771121823048E+00 -9.37761485818603191E+00
+ -9.37753066311045025E+00 -9.37744510390612618E+00 -9.37735815881979562E+00
+ -9.37726980467731153E+00 -9.37718001932230649E+00 -9.37708877855596690E+00
+ -9.37699605966706784E+00 -9.37690183757292317E+00 -9.37680608878364019E+00
+ -9.37670878752020798E+00 -9.37660990927968108E+00 -9.37650942774682505E+00
+ -9.37640731721887732E+00 -9.37630355094536938E+00 -9.37619810189920422E+00
+ -9.37609094292695211E+00 -9.37598204562415205E+00 -9.37587138238824913E+00
+ -9.37575892346589690E+00 -9.37564464067030912E+00 -9.37552850302006213E+00
+ -9.37541048151086009E+00 -9.37529054414414453E+00 -9.37516866079886135E+00
+ -9.37504479868787222E+00 -9.37491892630096579E+00 -9.37479101023180839E+00
+ -9.37466101737893887E+00 -9.37452891380670827E+00 -9.37439466470302030E+00
+ -9.37425823560164062E+00 -9.37411958995516059E+00 -9.37397869266179207E+00
+ -9.37383550552170064E+00 -9.37368999257545354E+00 -9.37354211417328820E+00
+ -9.37339183315833857E+00 -9.37323910871932142E+00 -9.37308390212839804E+00
+ -9.37292617167178754E+00 -9.37276587674451456E+00 -9.37260297489967265E+00
+ -9.37243742344428554E+00 -9.37226917926213687E+00 -9.37209819747094031E+00
+ -9.37192443422838295E+00 -9.37174784248662185E+00 -9.37156837748366911E+00
+ -9.37138599017159990E+00 -9.37120063452272412E+00 -9.37101225979990460E+00
+ -9.37082081824559054E+00 -9.37062625779339164E+00 -9.37042852851504193E+00
+ -9.37022757729197409E+00 -9.37002335169019673E+00 -9.36981579769400419E+00
+ -9.36960486015521532E+00 -9.36939048417613662E+00 -9.36917261183081607E+00
+ -9.36895118719551867E+00 -9.36872614966768857E+00 -9.36849744197355250E+00
+ -9.36826500111970795E+00 -9.36802876796986794E+00 -9.36778867757636213E+00
+ -9.36754466834850597E+00 -9.36729667379886344E+00 -9.36704462938160809E+00
+ -9.36678846734974968E+00 -9.36652811984681044E+00 -9.36626351798441092E+00
+ -9.36599459040737337E+00 -9.36572126701910435E+00 -9.36544347296874058E+00
+ -9.36516113667507355E+00 -9.36487418001090965E+00 -9.36458252939898372E+00
+ -9.36428610388554894E+00 -9.36398482718235137E+00 -9.36367861606722762E+00
+ -9.36336739083075997E+00 -9.36305106642985052E+00 -9.36272955917996441E+00
+ -9.36240278247825408E+00 -9.36207064830416869E+00 -9.36173306854191978E+00
+ -9.36138995069482327E+00 -9.36104120493733127E+00 -9.36068673440746757E+00
+ -9.36032644709785799E+00 -9.35996024217448763E+00 -9.35958802467940565E+00
+ -9.35920969045421991E+00 -9.35882514065903592E+00 -9.35843426846444082E+00
+ -9.35803697033219883E+00 -9.35763313721718859E+00 -9.35722266028627203E+00
+ -9.35680542848600894E+00 -9.35638132734637296E+00 -9.35595024373037987E+00
+ -9.35551205747932002E+00 -9.35506665297740803E+00 -9.35461390465393627E+00
+ -9.35415369365962057E+00 -9.35368588964640146E+00 -9.35321036943890327E+00
+ -9.35272699875895341E+00 -9.35223564896720028E+00 -9.35173618256590444E+00
+ -9.35122846453912260E+00 -9.35071235459723837E+00 -9.35018771072768828E+00
+ -9.34965438994951725E+00 -9.34911224296798515E+00 -9.34856112384019156E+00
+ -9.34800087608316943E+00 -9.34743135010290338E+00 -9.34685238274964725E+00
+ -9.34626381963014552E+00 -9.34566549186303597E+00 -9.34505723880247530E+00
+ -9.34443888684333501E+00 -9.34381026776211776E+00 -9.34317120395282963E+00
+ -9.34252151861838875E+00 -9.34186103049713523E+00 -9.34118955360679948E+00
+ -9.34050690294564312E+00 -9.33981288317168534E+00 -9.33910730497350094E+00
+ -9.33838996396868382E+00 -9.33766066542192696E+00 -9.33691919677507087E+00
+ -9.33616535621191446E+00 -9.33539892424820827E+00 -9.33461969017769100E+00
+ -9.33382742869089732E+00 -9.33302191869589670E+00 -9.33220292973383891E+00
+ -9.33137022927113691E+00 -9.33052358187926423E+00 -9.32966274302870069E+00
+ -9.32878747193981184E+00 -9.32789751210060381E+00 -9.32699261636826193E+00
+ -9.32607251690002848E+00 -9.32513695848076196E+00 -9.32418566323812392E+00
+ -9.32321836563939144E+00 -9.32223477928999600E+00 -9.32123462620552523E+00
+ -9.32021761258030068E+00 -9.31918344632826745E+00 -9.31813182677303686E+00
+ -9.31706244665074834E+00 -9.31597499830736986E+00 -9.31486915887539091E+00
+ -9.31374461288830702E+00 -9.31260102218094410E+00 -9.31143806182581635E+00
+ -9.31025537947807358E+00 -9.30905263825724916E+00 -9.30782947340958522E+00
+ -9.30658553325885762E+00 -9.30532044228832866E+00 -9.30403383159781860E+00
+ -9.30272531592612495E+00 -9.30139450737279816E+00 -9.30004101120578497E+00
+ -9.29866441949012312E+00 -9.29726432745888864E+00 -9.29584030694384644E+00
+ -9.29439194164328342E+00 -9.29291878389127390E+00 -9.29142040331696073E+00
+ -9.28989633447394780E+00 -9.28834612950182326E+00 -9.28676930733045047E+00
+ -9.28516539922030759E+00 -9.28353391010977269E+00 -9.28187434768469366E+00
+ -9.28018620367353897E+00 -9.27846896033580570E+00 -9.27672209601081477E+00
+ -9.27494506662985785E+00 -9.27313733589170752E+00 -9.27129833355898292E+00
+ -9.26942750624930767E+00 -9.26752425889065812E+00 -9.26558801731889758E+00
+ -9.26361816399822580E+00 -9.26161409960435122E+00 -9.25957518647776823E+00
+ -9.25750079626554445E+00 -9.25539027262393432E+00 -9.25324295525168239E+00
+ -9.25105816946195425E+00 -9.24883522116141421E+00 -9.24657341643848163E+00
+ -9.24427202676405457E+00 -9.24193033676768216E+00 -9.23954758417010957E+00
+ -9.23712302842361943E+00 -9.23465587560205670E+00 -9.23214535489529986E+00
+ -9.22959064363236692E+00 -9.22699093550408200E+00 -9.22434538135110671E+00
+ -9.22165313509058038E+00 -9.21891332209497349E+00 -9.21612505344869071E+00
+ -9.21328742868882777E+00 -9.21039951435964355E+00 -9.20746038226777586E+00
+ -9.20446905420124573E+00 -9.20142457066943997E+00 -9.19832591012043466E+00
+ -9.19517207642007328E+00 -9.19196200762382887E+00 -9.18869466446794192E+00
+ -9.18536894773323986E+00 -9.18198376911506386E+00 -9.17853799400310422E+00
+ -9.17503048048889269E+00 -9.17146005889103932E+00 -9.16782553065350925E+00
+ -9.16412568963217389E+00 -9.16035927924600379E+00 -9.15652505363676283E+00
+ -9.15262169863455100E+00 -9.14864792340982902E+00 -9.14460235856824966E+00
+ -9.14048366113050825E+00 -9.13629041011892795E+00 -9.13202120279004603E+00
+ -9.12767456950948919E+00 -9.12324904144481330E+00 -9.11874310152441048E+00
+ -9.11415521020992792E+00 -9.10948380231528709E+00 -9.10472726483851780E+00
+ -9.09988398176163038E+00 -9.09495226586587791E+00 -9.08993044540694584E+00
+ -9.08481676033881591E+00 -9.07960947601661772E+00 -9.07430676302505823E+00
+ -9.06890681502195584E+00 -9.06340773717205828E+00 -9.05780764326670784E+00
+ -9.05210457544414915E+00 -9.04629656133107041E+00 -9.04038158036643580E+00
+ -9.03435756979595261E+00 -9.02822244449132683E+00 -9.02197404931628810E+00
+ -9.01561023040240528E+00 -9.00912874056456303E+00 -9.00252735062596798E+00
+ -8.99580372410239271E+00 -8.98895554765206484E+00 -8.98198040002031917E+00
+ -8.97487587419678334E+00 -8.96763946803294409E+00 -8.96026867306467523E+00
+ -8.95276090801644031E+00 -8.94511355753428461E+00 -8.93732396068653756E+00
+ -8.92938939225853900E+00 -8.92130710877987809E+00 -8.91307427475193847E+00
+ -8.90468805890526482E+00 -8.89614551763260231E+00 -8.88744372425529505E+00
+ -8.87857963171221520E+00 -8.86955020863939936E+00 -8.86035231004941437E+00
+ -8.85098279150054701E+00 -8.84143841397299113E+00 -8.83171591413835699E+00
+ -8.82181196055358718E+00 -8.81172316798279631E+00 -8.80144611190048920E+00
+ -8.79097728495483466E+00 -8.78031316669285644E+00 -8.76945013022635145E+00
+ -8.75838455428680795E+00 -8.74711269773009015E+00 -8.73563083185436895E+00
+ -8.72393510861354038E+00 -8.71202168512700048E+00 -8.69988661346957670E+00
+ -8.68752593230891712E+00 -8.67493559891006072E+00 -8.66211153243285814E+00
+ -8.64904959842628074E+00 -8.63574559865824298E+00 -8.62219530832104830E+00
+ -8.60839441694502838E+00 -8.59433860931873994E+00 -8.58002347071442806E+00
+ -8.56544459449154516E+00 -8.55059747211820032E+00 -8.53547760438595304E+00
+ -8.52008040054036186E+00 -8.50440126973248134E+00 -8.48843554959888635E+00
+ -8.47217856224645338E+00 -8.45562558295386602E+00 -8.43877185504944727E+00
+ -8.42161259977459231E+00 -8.40414299332636006E+00 -8.38635821087503608E+00
+ -8.36825337611937847E+00 -8.34982362647178711E+00 -8.33106405023661445E+00
+ -8.31196975659972637E+00 -8.29253581729886768E+00 -8.27275732537577646E+00
+ -8.25262935512318663E+00 -8.23214699958844065E+00 -8.21130535446120824E+00
+ -8.19009953322804307E+00 -8.16852467209673705E+00 -8.14657592921185802E+00
+ -8.12424850157521128E+00 -8.10153761934334860E+00 -8.07843856276724992E+00
+ -8.05494666370542944E+00 -8.03105731147089941E+00 -8.00676597071937834E+00
+ -7.98206817029981419E+00 -7.95695953933706335E+00 -7.93143578191687482E+00
+ -7.90549272405463288E+00 -7.87912628566139173E+00 -7.85233252386853398E+00
+ -7.82510761900752794E+00 -7.79744789651771342E+00 -7.76934984473231527E+00
+ -7.74081009888505189E+00 -7.71182550468135286E+00 -7.68239305440066200E+00
+ -7.65251000090393507E+00 -7.62217374812578718E+00 -7.59138200503903793E+00
+ -7.56013264986058164E+00 -7.52842389645821441E+00 -7.49625416567208269E+00
+ -7.46362222777142392E+00 -7.43052711796031762E+00 -7.39696821886643541E+00
+ -7.36294525349536499E+00 -7.32845827870370314E+00 -7.29350777864374500E+00
+ -7.25809455371701162E+00 -7.22221992049652251E+00 -7.18588550125672487E+00
+ -7.14909351209815913E+00 -7.11184648573063249E+00 -7.07414760016215194E+00
+ -7.03600039430510193E+00 -6.99740907017873681E+00 -6.95837826966007800E+00
+ -6.91891328471926670E+00 -6.87901995430320401E+00 -6.83870473142904078E+00
+ -6.79797474080832842E+00 -6.75683767378694178E+00 -6.71530202122122688E+00
+ -6.67337679709507903E+00 -6.63107192743592844E+00 -6.58839784073416901E+00
+ -6.54536595321705494E+00 -6.50198820530411314E+00 -6.45827754697881229E+00
+ -6.41424752357830918E+00 -6.36991265857234090E+00 -6.32528818171843099E+00
+ -6.28039022790504387E+00 -6.23523577253542793E+00 -6.18984259753111488E+00
+ -6.14422946252292146E+00 -6.09841582862349174E+00 -6.05242225121416499E+00
+ -6.00626989744255368E+00 -5.95998109855497038E+00 -5.91357874603092437E+00
+ -5.86708689352480839E+00 -5.82053015668045415E+00 -5.77393423159065833E+00
+ -5.72732542275104173E+00 -5.68073096683691858E+00 -5.63417877685215185E+00
+ -5.58769750354190897E+00 -5.54131653666094159E+00 -5.49506578514828803E+00
+ -5.44897592628412131E+00 -5.40307793609239173E+00 -5.35740352707347700E+00
+ -5.31198450881349515E+00 -5.26685330866733814E+00 -5.22204228311824803E+00
+ -5.17758418732781323E+00 -5.13351156765735883E+00 -5.08985705978421876E+00
+ -5.04665295532022018E+00 -5.00393126015616652E+00 -4.96172347201073105E+00
+ -4.92006038669137791E+00 -4.87897206993644073E+00 -4.83848744932490860E+00
+ -4.79863441924799616E+00 -4.75943929486867212E+00 -4.72092695884052826E+00
+ -4.68312027473956771E+00 -4.64604017477327691E+00 -4.60970512812671895E+00
+ -4.57413109245708416E+00 -4.53933108942380592E+00 -4.50531499703984828E+00
+ -4.47208922830159317E+00 -4.43965639919653920E+00 -4.40801505745155620E+00
+ -4.37715930170884793E+00 -4.34707848035729238E+00 -4.31775685419227617E+00
+ -4.28917318615379806E+00 -4.26130052720973929E+00 -4.23410565232359648E+00
+ -4.20754900392458442E+00 -4.18158400472802150E+00 -4.15615712998201570E+00
+ -4.13120721203697183E+00 -4.10666556520546600E+00 -4.08245550308747518E+00
+ -4.05849251978030789E+00 -4.03468430446658921E+00 -4.01093099564184463E+00
+ -3.98712607188593271E+00 -3.96315694053475420E+00 -3.93890721294251644E+00
+ -3.91425819453582857E+00 -3.88909318911117374E+00 -3.86330054585461813E+00
+ -3.83678168181058554E+00 -3.80945123120890772E+00 -3.78127056452651322E+00
+ -3.75216065870467697E+00 -3.72244041251680269E+00 -3.69274287958045377E+00
+ -3.66332919856463057E+00 -3.63413668248265731E+00 -3.60518027870645552E+00
+ -3.57645373213436724E+00 -3.54795627668717461E+00 -3.51968585482012264E+00
+ -3.49164069758888562E+00 -3.46381900762464756E+00 -3.43621900218315446E+00
+ -3.40883891643066672E+00 -3.38167699738530825E+00 -3.35473150696285893E+00
+ -3.32800072056682739E+00 -3.30148292745015626E+00 -3.27517643044827755E+00
+ -3.24907954592085213E+00 -3.22319060362951193E+00 -3.19750794663575544E+00
+ -3.17202993119415533E+00 -3.14675492664794598E+00 -3.12168131534248161E+00
+ -3.09680749259837151E+00 -3.07213186654286430E+00 -3.04765285797569563E+00
+ -3.02336890026845673E+00 -2.99927843926486659E+00 -2.97537993318174188E+00
+ -2.95167185251084163E+00 -2.92815267992138661E+00 -2.90482091016344057E+00
+ -2.88167504997196611E+00 -2.85871361797171808E+00 -2.83593514458280760E+00
+ -2.81333817192708757E+00 -2.79092125374424427E+00 -2.76868295536877751E+00
+ -2.74662185359727973E+00 -2.72473653655637937E+00 -2.70302560361244337E+00
+ -2.68148766528241866E+00 -2.66012134314529947E+00 -2.63892526975436681E+00
+ -2.61789808855004491E+00 -2.59703845377351605E+00 -2.57634503038094342E+00
+ -2.55581649395844668E+00 -2.53545153063766859E+00 -2.51524883701208379E+00
+ -2.49520712005802725E+00 -2.47532509710977866E+00 -2.45560149576099729E+00
+ -2.43603505373579798E+00 -2.41662451880707163E+00 -2.39736864871677247E+00
+ -2.37826621109676806E+00 -2.35931598339037807E+00 -2.34051675277446369E+00
+ -2.32186731608219965E+00 -2.30336647972638620E+00 -2.28501305962343082E+00
+ -2.26680588111786596E+00 -2.24874377890752442E+00 -2.23082559697079708E+00
+ -2.21305018853719160E+00 -2.19541641601862514E+00 -2.17792315088584365E+00
+ -2.16056927359360218E+00 -2.14335367350939521E+00 -2.12627524884269326E+00
+ -2.10933290657480121E+00 -2.09252556238919940E+00 -2.07585214060250101E+00
+ -2.05931157409588828E+00 -2.04290280424715442E+00 -2.02662478086321496E+00
+ -2.01047646211321540E+00 -1.99445681446251410E+00 -1.97856481263827533E+00
+ -1.96279943958479786E+00 -1.94715968634811021E+00 -1.93164455200630147E+00
+ -1.91625304360579740E+00 -1.90098417609812564E+00 -1.88583697227715685E+00
+ -1.87081046271688445E+00 -1.85590368570964070E+00 -1.84111568720485641E+00
+ -1.82644552074824662E+00 -1.81189224742152888E+00 -1.79745493578256732E+00
+ -1.78313266180607921E+00 -1.76892450884520924E+00 -1.75482956760440367E+00
+ -1.74084693603515528E+00 -1.72697571926996440E+00 -1.71321502956532479E+00
+ -1.69956398624521521E+00 -1.68602171564498038E+00 -1.67258735105570699E+00
+ -1.65926003266898858E+00 -1.64603890752217019E+00 -1.63292312944398299E+00
+ -1.61991185900064805E+00 -1.60700426344236380E+00 -1.59419951665025517E+00
+ -1.58149679909587015E+00 -1.56889529782484005E+00 -1.55639420636678549E+00
+ -1.54399272467143200E+00 -1.53169005905764122E+00 -1.51948542216288729E+00
+ -1.50737803289308725E+00 -1.49536711637287034E+00 -1.48345190389619486E+00
+ -1.47163163287739840E+00 -1.45990554680258944E+00 -1.44827289518146496E+00
+ -1.43673293349946785E+00 -1.42528492317035838E+00 -1.41392813149579566E+00
+ -1.40266183165371605E+00 -1.39148530262468229E+00 -1.38039782912912856E+00
+ -1.36939870158174903E+00 -1.35848721604632949E+00 -1.34766267419089592E+00
+ -1.33692438324325180E+00 -1.32627165594682794E+00 -1.31570381051692076E+00
+ -1.30522017059723416E+00 -1.29482006521680448E+00 -1.28450282874722377E+00
+ -1.27426780086024261E+00 -1.26411432648898958E+00 -1.25404175581706623E+00
+ -1.24404944422167918E+00 -1.23413675221194530E+00 -1.22430304538787826E+00
+ -1.21454769440000465E+00 -1.20487007490926690E+00 -1.19526956754726932E+00
+ -1.18574555787681080E+00 -1.17629743635275630E+00 -1.16692459828318729E+00
+ -1.15762644379088764E+00 -1.14840237777510423E+00 -1.13925180987363772E+00
+ -1.13017415442664015E+00 -1.12116883046425952E+00 -1.11223526166527242E+00
+ -1.10337287629716019E+00 -1.09458110717887025E+00 -1.08585939164471013E+00
+ -1.07720717150849810E+00 -1.06862389302802452E+00 -1.06010900686976561E+00
+ -1.05166196807390167E+00 -1.04328223601958192E+00 -1.03496927439049569E+00
+ -1.02672255114068234E+00 -1.01854153846064022E+00 -1.01042571274416693E+00
+ -1.00237455457370683E+00 -9.94387548692172496E-01 -9.86464183945959028E-01
+ -9.78603953250651415E-01 -9.70806353558748336E-01 -9.63070885827609802E-01
+ -9.55397054987685235E-01 -9.47784369910965263E-01 -9.40232343379708069E-01
+ -9.32740492055385229E-01 -9.25308336447900670E-01 -9.17935400885022679E-01
+ -9.10621213482085912E-01 -9.03365306112011046E-01 -8.96167214388409406E-01
+ -8.89026477647703151E-01 -8.81942638896456854E-01 -8.74915244779255197E-01
+ -8.67943845549843940E-01 -8.61027995042474403E-01 -8.54167250643499854E-01
+ -8.47361173263168954E-01 -8.40609327307666798E-01 -8.33911280651351561E-01
+ -8.27266604609234402E-01 -8.20674873909651881E-01 -8.14135666667178293E-01
+ -8.07648564355732068E-01 -8.01213151790076239E-01 -7.94829017115102787E-01
+ -7.88495751758914620E-01 -7.82212950402148111E-01 -7.75980210952174509E-01
+ -7.69797134517479997E-01 -7.63663325382272218E-01 -7.57578390981262006E-01
+ -7.51541941874668384E-01 -7.45553591723396414E-01 -7.39612957264433657E-01
+ -7.33719658286418497E-01 -7.27873317605421954E-01 -7.22073561040900258E-01
+ -7.16320017396567588E-01 -7.10612318453718528E-01 -7.04950098931405811E-01
+ -6.99332996456578870E-01 -6.93760651541011186E-01 -6.88232707558410595E-01
+ -6.82748810721696131E-01 -6.77308610060473604E-01 -6.71911757398668374E-01
+ -6.66557907332353650E-01 -6.61246717207734980E-01 -6.55977847099325606E-01
+ -6.50750959788277572E-01 -6.45565720740899129E-01 -6.40421798089835792E-01
+ -6.35318862628876491E-01 -6.30256587781012345E-01 -6.25234649569058387E-01
+ -6.20252726594973325E-01 -6.15310500019400575E-01 -6.10407653541351847E-01
+ -6.05543873378069586E-01 -6.00718848245030190E-01 -5.95932269336122200E-01
+ -5.91183830303962377E-01 -5.86473227240385309E-01 -5.81800158657069355E-01
+ -5.77164325466331896E-01 -5.72565430963258959E-01 -5.68003180820419784E-01
+ -5.63477283063686163E-01 -5.58987448043437363E-01 -5.54533388415909267E-01
+ -5.50114819124903676E-01 -5.45731457383625940E-01 -5.41383022656680479E-01
+ -5.37069236642192527E-01 -5.32789823254087858E-01 -5.28544508604494201E-01
+ -5.24333020986298304E-01 -5.20155090855825231E-01 -5.16010450815668098E-01
+ -5.11898835598125213E-01 -5.07819982059037667E-01 -5.03773629160576997E-01
+ -4.99759517943450582E-01 -4.95777391509893584E-01 -4.91826995007316858E-01
+ -4.87908075612068282E-01 -4.84020382513336789E-01 -4.80163666897168939E-01
+ -4.76337681930625478E-01 -4.72542182746048478E-01 -4.68776926425466589E-01
+ -4.65041671985109428E-01 -4.61336180360057302E-01 -4.57660214389146169E-01
+ -4.54013538807694350E-01 -4.50395920236055014E-01 -4.46807127153417805E-01
+ -4.43246929882060492E-01 -4.39715100572729556E-01 -4.36211413190122299E-01
+ -4.32735643498496636E-01 -4.29287569047381079E-01 -4.25866969157410458E-01
+ -4.22473624906260392E-01 -4.19107319114704724E-01 -4.15767836332770979E-01
+ -4.12454962826017013E-01 -4.09168486561927225E-01 -4.05908197201661491E-01
+ -4.02673886092957845E-01
+                             </PP_LOCAL> 
+<PP_NONLOCAL> 
+ <PP_BETA.1 type="real" size="  1351" angular_momentum="0" columns="3" cutoff_radius_index="  1074" norm_conserving_radius="    1.605055">
+  1.95029680600896857E-03  1.96596175164868298E-03  1.98175251934816889E-03
+  1.99767011971797945E-03  2.01371557148590646E-03  2.02988990156217778E-03
+  2.04619414510517211E-03  2.06262934558767335E-03  2.07919655486364782E-03
+  2.09589683323556071E-03  2.11273124952223411E-03  2.12970088112724798E-03
+  2.14680681410789114E-03  2.16405014324466769E-03  2.18143197211136119E-03
+  2.19895341314565833E-03  2.21661558772034452E-03  2.23441962621506772E-03
+  2.25236666808868160E-03  2.27045786195216245E-03  2.28869436564212679E-03
+  2.30707734629492182E-03  2.32560798042132392E-03  2.34428745398182568E-03
+  2.36311696246254430E-03  2.38209771095171906E-03  2.40123091421683924E-03
+  2.42051779678238710E-03  2.43995959300819703E-03  2.45955754716845661E-03
+  2.47931291353133479E-03  2.49922695643925007E-03  2.51930095038978719E-03
+  2.53953618011725901E-03  2.55993394067491938E-03  2.58049553751785524E-03
+  2.60122228658652040E-03  2.62211551439095513E-03  2.64317655809567700E-03
+  2.66440676560525651E-03  2.68580749565057583E-03  2.70738011787578390E-03
+  2.72912601292594516E-03  2.75104657253540412E-03  2.77314319961683960E-03
+  2.79541730835105142E-03  2.81787032427746349E-03  2.84050368438535077E-03
+  2.86331883720579959E-03  2.88631724290440515E-03  2.90950037337472413E-03
+  2.93286971233245979E-03  2.95642675541041722E-03  2.98017301025422067E-03
+  3.00410999661878666E-03  3.02823924646558910E-03  3.05256230406069327E-03
+  3.07708072607358650E-03  3.10179608167678771E-03  3.12670995264627619E-03
+  3.15182393346271055E-03  3.17713963141346518E-03  3.20265866669550625E-03
+  3.22838267251904362E-03  3.25431329521208047E-03  3.28045219432573530E-03
+  3.30680104274048547E-03  3.33336152677317322E-03  3.36013534628496835E-03
+  3.38712421479010111E-03  3.41432985956556219E-03  3.44175402176160076E-03
+  3.46939845651318040E-03  3.49726493305225171E-03  3.52535523482102502E-03
+  3.55367115958605748E-03  3.58221451955331597E-03  3.61098714148413904E-03
+  3.63999086681214513E-03  3.66922755176106192E-03  3.69869906746351715E-03
+  3.72840730008077229E-03  3.75835415092343065E-03  3.78854153657309312E-03
+  3.81897138900502134E-03  3.84964565571175536E-03  3.88056629982774532E-03
+  3.91173530025496711E-03  3.94315465178957103E-03  3.97482636524951367E-03
+  4.00675246760324663E-03  4.03893500209941744E-03  4.07137602839762174E-03
+  4.10407762270020328E-03  4.13704187788511198E-03  4.17027090363982465E-03
+  4.20376682659635501E-03  4.23753179046731931E-03  4.27156795618313222E-03
+  4.30587750203027548E-03  4.34046262379068643E-03  4.37532553488226457E-03
+  4.41046846650051429E-03  4.44589366776130222E-03  4.48160340584479074E-03
+  4.51759996614051196E-03  4.55388565239359631E-03  4.59046278685219539E-03
+  4.62733371041607489E-03  4.66450078278640538E-03  4.70196638261675438E-03
+  4.73973290766529186E-03  4.77780277494821957E-03  4.81617842089441996E-03
+  4.85486230150137307E-03  4.89385689249229212E-03  4.93316468947454633E-03
+  4.97278820809934040E-03  5.01272998422268908E-03  5.05299257406766934E-03
+  5.09357855438798655E-03  5.13449052263285216E-03  5.17573109711317453E-03
+  5.21730291716910027E-03  5.25920864333888523E-03  5.30145095752913680E-03
+  5.34403256318639972E-03  5.38695618547015143E-03  5.43022457142715905E-03
+  5.47384049016723991E-03  5.51780673304045222E-03  5.56212611381568401E-03
+  5.60680146886068879E-03  5.65183565732355932E-03  5.69723156131567241E-03
+  5.74299208609609004E-03  5.78912016025742281E-03  5.83561873591323822E-03
+  5.88249078888691303E-03  5.92973931890204090E-03  5.97736734977435263E-03
+  6.02537792960518293E-03  6.07377413097648627E-03  6.12255905114741580E-03
+  6.17173581225247993E-03  6.22130756150130436E-03  6.27127747137998324E-03
+  6.32164873985403396E-03  6.37242459057301477E-03  6.42360827307675384E-03
+  6.47520306300324294E-03  6.52721226229821105E-03  6.57963919942636775E-03
+  6.63248722958434140E-03  6.68575973491531816E-03  6.73946012472544705E-03
+  6.79359183570191292E-03  6.84815833213281086E-03  6.90316310612878060E-03
+  6.95860967784639201E-03  7.01450159571334001E-03  7.07084243665546085E-03
+  7.12763580632554041E-03  7.18488533933398302E-03  7.24259469948131031E-03
+  7.30076757999255366E-03  7.35940770375348701E-03  7.41851882354881229E-03
+  7.47810472230218178E-03  7.53816921331821287E-03  7.59871614052641618E-03
+  7.65974937872706922E-03  7.72127283383909103E-03  7.78329044314988658E-03
+  7.84580617556719130E-03  7.90882403187294879E-03  7.97234804497921369E-03
+  8.03638228018615543E-03  8.10093083544200128E-03  8.16599784160526587E-03
+  8.23158746270886109E-03  8.29770389622654612E-03  8.36435137334127533E-03
+  8.43153415921597815E-03  8.49925655326620386E-03  8.56752288943525217E-03
+  8.63633753647123463E-03  8.70570489820662007E-03  8.77562941383976981E-03
+  8.84611555821896572E-03  8.91716784212850076E-03  8.98879081257726760E-03
+  9.06098905308945837E-03  9.13376718399779540E-03  9.20712986273892510E-03
+  9.28108178415137756E-03  9.35562768077567372E-03  9.43077232315712131E-03
+  9.50652052015075501E-03  9.58287711922898265E-03  9.65984700679144159E-03
+  9.73743510847762186E-03  9.81564638948168207E-03  9.89448585487011541E-03
+  9.97395854990163963E-03  1.00540695603499597E-02  1.01348240128288254E-02
+  1.02162270751199758E-02  1.02982839565034460E-02  1.03809999080907590E-02
+  1.04643802231605965E-02  1.05484302374972833E-02  1.06331553297319397E-02
+  1.07185609216863525E-02  1.08046524787196365E-02  1.08914355100776569E-02
+  1.09789155692452470E-02  1.10670982543012598E-02  1.11559892082764463E-02
+  1.12455941195142226E-02  1.13359187220343216E-02  1.14269687958993421E-02
+  1.15187501675842671E-02  1.16112687103488953E-02  1.17045303446133009E-02
+  1.17985410383362778E-02  1.18933068073968241E-02  1.19888337159786747E-02
+  1.20851278769579136E-02  1.21821954522936989E-02  1.22800426534221026E-02
+  1.23786757416531387E-02  1.24781010285709131E-02  1.25783248764370255E-02
+  1.26793536985971862E-02  1.27811939598911004E-02  1.28838521770655856E-02
+  1.29873349191910650E-02  1.30916488080813579E-02  1.31968005187168089E-02
+  1.33027967796708734E-02  1.34096443735400288E-02  1.35173501373772008E-02
+  1.36259209631286321E-02  1.37353637980742061E-02  1.38456856452713762E-02
+  1.39568935640025857E-02  1.40689946702262716E-02  1.41819961370315117E-02
+  1.42959051950962718E-02  1.44107291331493428E-02  1.45264752984359570E-02
+  1.46431510971871334E-02  1.47607639950927960E-02  1.48793215177786351E-02
+  1.49988312512868236E-02  1.51193008425605496E-02  1.52407379999324188E-02
+  1.53631504936168131E-02  1.54865461562061126E-02  1.56109328831709401E-02
+  1.57363186333643497E-02  1.58627114295301318E-02  1.59901193588150789E-02
+  1.61185505732854353E-02  1.62480132904473801E-02  1.63785157937717633E-02
+  1.65100664332229786E-02  1.66426736257920746E-02  1.67763458560341097E-02
+  1.69110916766098164E-02  1.70469197088316225E-02  1.71838386432139542E-02
+  1.73218572400279831E-02  1.74609843298608076E-02  1.76012288141791130E-02
+  1.77425996658972310E-02  1.78851059299499002E-02  1.80287567238694227E-02
+  1.81735612383675665E-02  1.83195287379220133E-02  1.84666685613675448E-02
+  1.86149901224919520E-02  1.87645029106366136E-02  1.89152164913019526E-02
+  1.90671405067577016E-02  1.92202846766580081E-02  1.93746587986614698E-02
+  1.95302727490560823E-02  1.96871364833892115E-02  1.98452600371025988E-02
+  2.00046535261722384E-02  2.01653271477537539E-02  2.03272911808324123E-02
+  2.04905559868788188E-02  2.06551320105093222E-02  2.08210297801522427E-02
+  2.09882599087187934E-02  2.11568330942799657E-02  2.13267601207482206E-02
+  2.14980518585651571E-02  2.16707192653940173E-02  2.18447733868185057E-02
+  2.20202253570462858E-02  2.21970863996188844E-02  2.23753678281265363E-02
+  2.25550810469293574E-02  2.27362375518836285E-02  2.29188489310744765E-02
+  2.31029268655537495E-02  2.32884831300844038E-02  2.34755295938901369E-02
+  2.36640782214116059E-02  2.38541410730680921E-02  2.40457303060257754E-02
+  2.42388581749714491E-02  2.44335370328931482E-02  2.46297793318661709E-02
+  2.48275976238460719E-02  2.50270045614672879E-02  2.52280128988487395E-02
+  2.54306354924051618E-02  2.56348853016655602E-02  2.58407753900973952E-02
+  2.60483189259381326E-02  2.62575291830325144E-02  2.64684195416773210E-02
+  2.66810034894719890E-02  2.68952946221767755E-02  2.71113066445769040E-02
+  2.73290533713543976E-02  2.75485487279659332E-02  2.77698067515284829E-02
+  2.79928415917111914E-02  2.82176675116350278E-02  2.84442988887788108E-02
+  2.86727502158931925E-02  2.89030361019209543E-02  2.91351712729255793E-02
+  2.93691705730261717E-02  2.96050489653406218E-02  2.98428215329354235E-02
+  3.00825034797837856E-02  3.03241101317304404E-02  3.05676569374649688E-02
+  3.08131594695019197E-02  3.10606334251694073E-02  3.13100946276048397E-02
+  3.15615590267591742E-02  3.18150427004082609E-02  3.20705618551730687E-02
+  3.23281328275469779E-02  3.25877720849321040E-02  3.28494962266829213E-02
+  3.31133219851586780E-02  3.33792662267837770E-02  3.36473459531165878E-02
+  3.39175783019266541E-02  3.41899805482802632E-02  3.44645701056347301E-02
+  3.47413645269409530E-02  3.50203815057549619E-02  3.53016388773578632E-02
+  3.55851546198847415E-02  3.58709468554623892E-02  3.61590338513558332E-02
+  3.64494340211239179E-02  3.67421659257839012E-02  3.70372482749851545E-02
+  3.73346999281919945E-02  3.76345398958757849E-02  3.79367873407163506E-02
+  3.82414615788127868E-02  3.85485820809034901E-02  3.88581684735961053E-02
+  3.91702405406066240E-02  3.94848182240084625E-02  3.98019216254909824E-02
+  4.01215710076280319E-02  4.04437867951562419E-02  4.07685895762631700E-02
+  4.10960001038855882E-02  4.14260392970177901E-02  4.17587282420300021E-02
+  4.20940881939970354E-02  4.24321405780373195E-02  4.27729069906621420E-02
+  4.31164092011353528E-02  4.34626691528438094E-02  4.38117089646779881E-02
+  4.41635509324237521E-02  4.45182175301642932E-02  4.48757314116935493E-02
+  4.52361154119398853E-02  4.55993925484010215E-02  4.59655860225901408E-02
+  4.63347192214928483E-02  4.67068157190353994E-02  4.70818992775643222E-02
+  4.74599938493372522E-02  4.78411235780252728E-02  4.82253128002266759E-02
+  4.86125860469924440E-02  4.90029680453632557E-02  4.93964837199183798E-02
+  4.97931581943361831E-02  5.01930167929667964E-02  5.05960850424165415E-02
+  5.10023886731446399E-02  5.14119536210718570E-02  5.18248060292014340E-02
+  5.22409722492524209E-02  5.26604788433053875E-02  5.30833525854604027E-02
+  5.35096204635078579E-02  5.39393096806116967E-02  5.43724476570055029E-02
+  5.48090620317013347E-02  5.52491806642114239E-02  5.56928316362828787E-02
+  5.61400432536454108E-02  5.65908440477721972E-02  5.70452627776540377E-02
+  5.75033284315866686E-02  5.79650702289715436E-02  5.84305176221301334E-02
+  5.88997002981316436E-02  5.93726481806345144E-02  5.98493914317415124E-02
+  6.03299604538687848E-02  6.08143858916286029E-02  6.13026986337261159E-02
+  6.17949298148705237E-02  6.22911108176997380E-02  6.27912732747198665E-02
+  6.32954490702587469E-02  6.38036703424337548E-02  6.43159694851343916E-02
+  6.48323791500192148E-02  6.53529322485274233E-02  6.58776619539054170E-02
+  6.64066017032477751E-02  6.69397851995535004E-02  6.74772464137969319E-02
+  6.80190195870141179E-02  6.85651392324038295E-02  6.91156401374442425E-02
+  6.96705573660248156E-02  7.02299262605932950E-02  7.07937824443185815E-02
+  7.13621618232690297E-02  7.19351005886062628E-02  7.25126352187947659E-02
+  7.30948024818273701E-02  7.36816394374664868E-02  7.42731834395015250E-02
+  7.48694721380219613E-02  7.54705434817069670E-02  7.60764357201308555E-02
+  7.66871874060850861E-02  7.73028373979164768E-02  7.79234248618816822E-02
+  7.85489892745186158E-02  7.91795704250338600E-02  7.98152084177073673E-02
+  8.04559436743132878E-02  8.11018169365578662E-02  8.17528692685342978E-02
+  8.24091420591942653E-02  8.30706770248366283E-02  8.37375162116130584E-02
+  8.44097019980510621E-02  8.50872770975938664E-02  8.57702845611576642E-02
+  8.64587677797065551E-02  8.71527704868440833E-02  8.78523367614229972E-02
+  8.85575110301721896E-02  8.92683380703410412E-02  8.99848630123615684E-02
+  9.07071313425283354E-02  9.14351889056958106E-02  9.21690819079937218E-02
+  9.29088569195600789E-02  9.36545608772921118E-02  9.44062410876151809E-02
+  9.51639452292695476E-02  9.59277213561152559E-02  9.66976178999546382E-02
+  9.74736836733736955E-02  9.82559678726007135E-02  9.90445200803835163E-02
+  9.98393902688846924E-02  1.00640628802595056E-01  1.01448286441265356E-01
+  1.02262414342856170E-01  1.03083064066505997E-01  1.03910287575517610E-01
+  1.04744137240362953E-01  1.05584665841705824E-01  1.06431926573443178E-01
+  1.07285973045764871E-01  1.08146859288231215E-01  1.09014639752869194E-01
+  1.09889369317286892E-01  1.10771103287805872E-01  1.11659897402612437E-01
+  1.12555807834926386E-01  1.13458891196188544E-01  1.14369204539266051E-01
+  1.15286805361676001E-01  1.16211751608827421E-01  1.17144101677280552E-01
+  1.18083914418024932E-01  1.19031249139775114E-01  1.19986165612284104E-01
+  1.20948724069674857E-01  1.21918985213789605E-01  1.22897010217556696E-01
+  1.23882860728375052E-01  1.24876598871516198E-01  1.25878287253543802E-01
+  1.26887988965750431E-01  1.27905767587611435E-01  1.28931687190256355E-01
+  1.29965812339956854E-01  1.31008208101631746E-01  1.32058940042368733E-01
+  1.33118074234962858E-01  1.34185677261471042E-01  1.35261816216783348E-01
+  1.36346558712210186E-01  1.37439972879085381E-01  1.38542127372384999E-01
+  1.39653091374361965E-01  1.40772934598196009E-01  1.41901727291658508E-01
+  1.43039540240792740E-01  1.44186444773608452E-01  1.45342512763790871E-01
+  1.46507816634424609E-01  1.47682429361730677E-01  1.48866424478817982E-01
+  1.50059876079447291E-01  1.51262858821809620E-01  1.52475447932316183E-01
+  1.53697719209401507E-01  1.54929749027338859E-01  1.56171614340066850E-01
+  1.57423392685028141E-01  1.58685162187018808E-01  1.59957001562048950E-01
+  1.61238990121212927E-01  1.62531207774569780E-01  1.63833735035033762E-01
+  1.65146653022272633E-01  1.66470043466615480E-01  1.67803988712968616E-01
+  1.69148571724738295E-01  1.70503876087761214E-01  1.71869986014241721E-01
+  1.73246986346694026E-01  1.74634962561890927E-01  1.76034000774816984E-01
+  1.77444187742625437E-01  1.78865610868599700E-01  1.80298358206117254E-01
+  1.81742518462615715E-01  1.83198181003560917E-01  1.84665435856415844E-01
+  1.86144373714609151E-01  1.87635085941504298E-01  1.89137664574366038E-01
+  1.90652202328325443E-01  1.92178792600341847E-01  1.93717529473160843E-01
+  1.95268507719267487E-01  1.96831822804833662E-01  1.98407570893659874E-01
+  1.99995848851107966E-01  2.01596754248026061E-01  2.03210385364664126E-01
+  2.04836841194578817E-01  2.06476221448525843E-01  2.08128626558340163E-01
+  2.09794157680802673E-01  2.11472916701490377E-01  2.13165006238611066E-01
+  2.14870529646819908E-01  2.16589591021017297E-01  2.18322295200126332E-01
+  2.20068747770848477E-01  2.21829055071396136E-01  2.23603324195200570E-01
+  2.25391662994594399E-01  2.27194180084465569E-01  2.29010984845882615E-01
+  2.30842187429689399E-01  2.32687898760067208E-01  2.34548230538061786E-01
+  2.36423295245076326E-01  2.38313206146324674E-01  2.40218077294246685E-01
+  2.42138023531880159E-01  2.44073160496190988E-01  2.46023604621356973E-01
+  2.47989473142004063E-01  2.49970884096392759E-01  2.51967956329553211E-01
+  2.53980809496365589E-01  2.56009564064583472E-01  2.58054341317800084E-01
+  2.60115263358351501E-01  2.62192453110156543E-01  2.64286034321491559E-01
+  2.66396131567693817E-01  2.68522870253795953E-01  2.70666376617082982E-01
+  2.72826777729574921E-01  2.75004201500426537E-01  2.77198776678246217E-01
+  2.79410632853326901E-01  2.81639900459787484E-01  2.83886710777623064E-01
+  2.86151195934657543E-01  2.88433488908397151E-01  2.90733723527782151E-01
+  2.93052034474829914E-01  2.95388557286170084E-01  2.97743428354463657E-01
+  3.00116784929706892E-01  3.02508765120409251E-01  3.04919507894649777E-01
+  3.07349153081000415E-01  3.09797841369316485E-01  3.12265714311388609E-01
+  3.14752914321449917E-01  3.17259584676537254E-01  3.19785869516698795E-01
+  3.22331913845044227E-01  3.24897863527633446E-01  3.27483865293197118E-01
+  3.30090066732685872E-01  3.32716616298639800E-01  3.35363663304375503E-01
+  3.38031357922984166E-01  3.40719851186134737E-01  3.43429294982676270E-01
+  3.46159842057034484E-01  3.48911646007394383E-01  3.51684861283665495E-01
+  3.54479643185219684E-01  3.57296147858397861E-01  3.60134532293778342E-01
+  3.62994954323197672E-01  3.65877572616519875E-01  3.68782546678145862E-01
+  3.71710036843254654E-01  3.74660204273767949E-01  3.77633210954032461E-01
+  3.80629219686211828E-01  3.83648394085378430E-01  3.86690898574297726E-01
+  3.89756898377896788E-01  3.92846559517407323E-01  3.95960048804175235E-01
+  3.99097533833127016E-01  4.02259182975882756E-01  4.05445165373508720E-01
+  4.08655650928896830E-01  4.11890810298762122E-01  4.15150814885251962E-01
+  4.18435836827143470E-01  4.21746048990636613E-01  4.25081624959716076E-01
+  4.28442739026081210E-01  4.31829566178627056E-01  4.35242282092467514E-01
+  4.38681063117486392E-01  4.42146086266405114E-01  4.45637529202355331E-01
+  4.49155570225942213E-01  4.52700388261784992E-01  4.56272162844523932E-01
+  4.59871074104277855E-01  4.63497302751540496E-01  4.67151030061494332E-01
+  4.70832437857734487E-01  4.74541708495386183E-01  4.78279024843599521E-01
+  4.82044570267406380E-01  4.85838528608923514E-01  4.89661084167885841E-01
+  4.93512421681492008E-01  4.97392726303546362E-01  5.01302183582881256E-01
+  5.05240979441037186E-01  5.09209300149189414E-01  5.13207332304299491E-01
+  5.17235262804472962E-01  5.21293278823499739E-01  5.25381567784560244E-01
+  5.29500317333081116E-01  5.33649715308715744E-01  5.37829949716432387E-01
+  5.42041208696684929E-01  5.46283680494643709E-01  5.50557553428471680E-01
+  5.54863015856612907E-01  5.59200256144078756E-01  5.63569462627703355E-01
+  5.67970823580347450E-01  5.72404527174022570E-01  5.76870761441926283E-01
+  5.81369714239329038E-01  5.85901573203312931E-01  5.90466525711333068E-01
+  5.95064758838570018E-01  5.99696459314048802E-01  6.04361813475495557E-01
+  6.09061007222901907E-01  6.13794225970770491E-01  6.18561654599009025E-01
+  6.23363477402447241E-01  6.28199878038940951E-01  6.33071039476035713E-01
+  6.37977143936159785E-01  6.42918372840322161E-01  6.47894906750255406E-01
+  6.52906925308980646E-01  6.57954607179777939E-01  6.63038129983512747E-01
+  6.68157670234288958E-01  6.73313403273388067E-01  6.78505503201461968E-01
+  6.83734142808940182E-01  6.88999493504613647E-01  6.94301725242358225E-01
+  6.99641006445957503E-01  7.05017503931989031E-01  7.10431382830726377E-01
+  7.15882806505051650E-01  7.21371936467274155E-01  7.26898932293835176E-01
+  7.32463951537881797E-01  7.38067149639650033E-01  7.43708679834617081E-01
+  7.49388693059376054E-01  7.55107337855184135E-01  7.60864760269146401E-01
+  7.66661103752984463E-01  7.72496509059338865E-01  7.78371114135567144E-01
+  7.84285054014980165E-01  7.90238460705476986E-01  7.96231463075551593E-01
+  8.02264186737577711E-01  8.08336753928284524E-01  8.14449283386463607E-01
+  8.20601890227814379E-01  8.26794685816874875E-01  8.33027777635994560E-01
+  8.39301269151281559E-01  8.45615259675480901E-01  8.51969844227726592E-01
+  8.58365113390106904E-01  8.64801153160999148E-01  8.71278044805102958E-01
+  8.77795864700132378E-01  8.84354684180140294E-01  8.90954569375377536E-01
+  8.97595581048526436E-01  9.04277774427409420E-01  9.11001199034068621E-01
+  9.17765898510145672E-01  9.24571910438506284E-01  9.31419266161049753E-01
+  9.38307990592644692E-01  9.45238102031127903E-01  9.52209611963310554E-01
+  9.59222524866928827E-01  9.66276838008480632E-01  9.73372541236889099E-01
+  9.80509616772987758E-01  9.87688038994753881E-01  9.94907774217983043E-01
+  1.00216878047263469E+00  1.00947100727472305E+00  1.01681439539367524E+00
+  1.02419887661509645E+00  1.03162437349888192E+00  1.03909079913261948E+00
+  1.04659805688022400E+00  1.05414604012574653E+00  1.06173463201230001E+00
+  1.06936370517604740E+00  1.07703312147519448E+00  1.08474273171400304E+00
+  1.09249237536184096E+00  1.10028188026670759E+00  1.10811106236366963E+00
+  1.11597972537809076E+00  1.12388766052355349E+00  1.13183464619443130E+00
+  1.13982044765305668E+00  1.14784481671144545E+00  1.15590749140753224E+00
+  1.16400819567587410E+00  1.17214663901278593E+00  1.18032251613586547E+00
+  1.18853550663787710E+00  1.19678527463502515E+00  1.20507146840981250E+00
+  1.21339372004759571E+00  1.22175164506745237E+00  1.23014484204739349E+00
+  1.23857289224376554E+00  1.24703535920483111E+00  1.25553178837850066E+00
+  1.26406170671421636E+00  1.27262462225896944E+00  1.28122002374744914E+00
+  1.28984738018632727E+00  1.29850614043266965E+00  1.30719573276649026E+00
+  1.31591556445752045E+00  1.32466502132664843E+00  1.33344346730078311E+00
+  1.34225024396181358E+00  1.35108467009010202E+00  1.35994604120225060E+00
+  1.36883362908316708E+00  1.37774668131247902E+00  1.38668442078533860E+00
+  1.39564604522768088E+00  1.40463072670597899E+00  1.41363761113157582E+00
+  1.42266581775965384E+00  1.43171443868292148E+00  1.44078253832015268E+00
+  1.44986915290039153E+00  1.45897328994127906E+00  1.46809392772189629E+00
+  1.47723001475139259E+00  1.48638046923294631E+00  1.49554417852315469E+00
+  1.50471999858698036E+00  1.51390675344839876E+00  1.52310323463688224E+00
+  1.53230820062987383E+00  1.54152037629141270E+00  1.55073845230707485E+00
+  1.55996108461539595E+00  1.56918689383600674E+00  1.57841446469567592E+00
+  1.58764234545071248E+00  1.59686904730513235E+00  1.60609304382735307E+00
+  1.61531277036465215E+00  1.62452662345554977E+00  1.63373296024034986E+00
+  1.64293009787008426E+00  1.65211631291411387E+00  1.66128984076664343E+00
+  1.67044887505241868E+00  1.67959156703188728E+00  1.68871602500610374E+00
+  1.69782031372167452E+00  1.70690245377731187E+00  1.71596042103092805E+00
+  1.72499214600468220E+00  1.73399551329292190E+00  1.74296836097194507E+00
+  1.75190848001170418E+00  1.76081361368978850E+00  1.76968145700804214E+00
+  1.77850965611216960E+00  1.78729580771469188E+00  1.79603745852162833E+00
+  1.80473210466327916E+00  1.81337719112948870E+00  1.82197011120978791E+00
+  1.83050820594012897E+00  1.83898876355638907E+00  1.84740901894889453E+00
+  1.85576615312557269E+00  1.86405729268257314E+00  1.87227950928226017E+00
+  1.88042981913900298E+00  1.88850518251321930E+00  1.89650250321413472E+00
+  1.90441862811171303E+00  1.91225034665824678E+00  1.91999439042009512E+00
+  1.92764743262006255E+00  1.93520608769094293E+00  1.94266691084193943E+00
+  1.95002639764002916E+00  1.95728098359694780E+00  1.96442704377164001E+00
+  1.97146089238790045E+00  1.97837878246663723E+00  1.98517690547342252E+00
+  1.99185139098200659E+00  1.99839830635453120E+00  2.00481365643921139E+00
+  2.01109338328628340E+00  2.01723336588308122E+00  2.02322941990915428E+00
+  2.02907729751238897E+00  2.03477268710811021E+00  2.04031121320565934E+00
+  2.04568843625080099E+00  2.05089985249469242E+00  2.05594089389218171E+00
+  2.06080692802859300E+00  2.06549325807662409E+00  2.06999512278508346E+00
+  2.07430769650135494E+00  2.07842608922962846E+00  2.08234534672711691E+00
+  2.08606045064065260E+00  2.08956631868628495E+00  2.09285780487469752E+00
+  2.09592969978617205E+00  2.09877673090344663E+00  2.10139356299191382E+00
+  2.10377479853801175E+00  2.10591497825554175E+00  2.10780858166077634E+00
+  2.10945002772127976E+00  2.11083367558391632E+00  2.11195382538791598E+00
+  2.11280471916935619E+00  2.11338054186395530E+00  2.11367542241560491E+00
+  2.11368343499866240E+00  2.11339860036264993E+00  2.11281488730908196E+00
+  2.11192621431717376E+00  2.11072645131481940E+00  2.10920942160748570E+00
+  2.10736890398971743E+00  2.10519863504677041E+00  2.10269231166038839E+00
+  2.09984359373394502E+00  2.09664610715322919E+00  2.09309344700021871E+00
+  2.08917918103830935E+00  2.08489685348866560E+00  2.08023998911856633E+00
+  2.07520209766391650E+00  2.06977667860962367E+00  2.06395722636273149E+00
+  2.05773723583006740E+00  2.05111020841562697E+00  2.04406965849395661E+00
+  2.03660912038064223E+00  2.02872215583115745E+00  2.02040236210172930E+00
+  2.01164338060740588E+00  2.00243890621403287E+00  1.99278269720236989E+00
+  1.98266858594404161E+00  1.97209049033047479E+00  1.96104242599738732E+00
+  1.94951851938879472E+00  1.93751302172246409E+00  1.92502032389194877E+00
+  1.91203497230174557E+00  1.89855168574904742E+00  1.88456537338388230E+00
+  1.87007115379329614E+00  1.85506437525897838E+00  1.83954063723765104E+00
+  1.82349581311317444E+00  1.80692607426862106E+00  1.78982791552543086E+00
+  1.77219818199526213E+00  1.75403409738808547E+00  1.73533329381754986E+00
+  1.71609384316683644E+00  1.69631429005848688E+00  1.67599368631455570E+00
+  1.65513162707606787E+00  1.63372828857592634E+00  1.61178446756336102E+00
+  1.58930162238280315E+00  1.56628191570102326E+00  1.54272825886606491E+00
+  1.51864435787002083E+00  1.49403476087489873E+00  1.46890490724656742E+00
+  1.44326117802604359E+00  1.41711094775004565E+00  1.39046263754109822E+00
+  1.36332576939069794E+00  1.33571102121461438E+00  1.30763028273652337E+00
+  1.27909671199040464E+00  1.25012479217381411E+00  1.22073038858867644E+00
+  1.19093080537242013E+00  1.16074484168575420E+00  1.13019284698459632E+00
+  1.09929677496158962E+00  1.06808023569845312E+00  1.03656854552250177E+00
+  1.00478877401061140E+00  9.72769787541992170E-01  9.40542288767555301E-01
+  9.08138851051402018E-01  8.75593947287507390E-01  8.42943972252579221E-01
+  8.10227257518351673E-01  7.77484077920984173E-01  7.44756648508628438E-01
+  7.12089110806927272E-01  6.79527507158046995E-01  6.47119741800130988E-01
+  6.14915527262400841E-01  5.82966314554730469E-01  5.51325205531068341E-01
+  5.20046845678752701E-01  4.89187295209206674E-01  4.58803876975054259E-01
+  4.28954999201626053E-01  3.99699950511120394E-01  3.71098665046317888E-01
+  3.43211455255249875E-01  3.16098709757810792E-01  2.89820553572708250E-01
+  2.64436467833411515E-01  2.40004865965695452E-01  2.16582623134870478E-01
+  1.94224555598539378E-01  1.72982846418262365E-01  1.52906413734750501E-01
+  1.34040216350857527E-01  1.16424494522184230E-01  1.00093942425577814E-01
+  8.50768051349740373E-02  7.13938961168524289E-02  5.90575300970675177E-02
+  4.80703658798857583E-02  3.84241530691435615E-02  3.00983773547761728E-02
+  2.30587951672363185E-02  1.72558589471890622E-02  1.26230025524908061E-02
+  9.07483686856451824E-03  6.50513404948689297E-03  4.78466481362607460E-03
+  3.75968617890026606E-03  3.24487222726604387E-03  3.04287044184438967E-03
+  2.84198477738882268E-03  2.57836362158860672E-03  2.30203822678831226E-03
+  2.00993018648885306E-03  1.71506344654219229E-03  1.42511478605745817E-03
+  1.14852532217476675E-03  8.92527465523299652E-04  6.63404134890284197E-04
+  4.66134647757611540E-04  3.04167552682820994E-04  1.79139633240153924E-04
+  9.05819056816811464E-05  3.55923796675836955E-05  8.52656390202494803E-06
+  4.92806593083017970E-07 -5.45311417051965282E-08  1.55847716078607969E-08
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00
+                              </PP_BETA.1>
+ <PP_BETA.2 type="real" size="  1351" angular_momentum="0" columns="3" cutoff_radius_index="  1074" norm_conserving_radius="    1.605055">
+  1.96201687801173599E-02  1.97777595587404868E-02  1.99366161176736702E-02
+  2.00967486237167668E-02  2.02581673253288928E-02  2.04208825532842253E-02
+  2.05849047213332303E-02  2.07502443268690086E-02  2.09169119515991812E-02
+  2.10849182622229736E-02  2.12542740111138946E-02  2.14249900370078739E-02
+  2.15970772656967798E-02  2.17705467107277319E-02  2.19454094741078944E-02
+  2.21216767470148942E-02  2.22993598105130815E-02  2.24784700362754136E-02
+  2.26590188873111859E-02  2.28410179186996493E-02  2.30244787783294297E-02
+  2.32094132076439454E-02  2.33958330423928232E-02  2.35837502133892929E-02
+  2.37731767472737082E-02  2.39641247672831570E-02  2.41566064940273197E-02
+  2.43506342462705312E-02  2.45462204417200569E-02  2.47433775978207794E-02
+  2.49421183325562214E-02  2.51424553652560695E-02  2.53444015174100791E-02
+  2.55479697134886330E-02  2.57531729817696425E-02  2.59600244551725576E-02
+  2.61685373720986006E-02  2.63787250772778911E-02  2.65906010226235889E-02
+  2.68041787680926048E-02  2.70194719825533405E-02  2.72364944446604369E-02
+  2.74552600437364576E-02  2.76757827806608236E-02  2.78980767687656214E-02
+  2.81221562347386995E-02  2.83480355195343640E-02  2.85757290792907348E-02
+  2.88052514862550194E-02  2.90366174297159892E-02  2.92698417169439257E-02
+  2.95049392741381471E-02  2.97419251473822442E-02  2.99808145036068521E-02
+  3.02216226315601307E-02  3.04643649427861381E-02  3.07090569726111047E-02
+  3.09557143811375647E-02  3.12043529542462145E-02  3.14549886046063612E-02
+  3.17076373726939142E-02  3.19623154278179458E-02  3.22190390691554987E-02
+  3.24778247267942452E-02  3.27386889627840627E-02  3.30016484721966791E-02
+  3.32667200841942970E-02  3.35339207631059275E-02  3.38032676095135209E-02
+  3.40747778613455857E-02  3.43484688949808534E-02  3.46243582263596333E-02
+  3.49024635121050059E-02  3.51828025506521758E-02  3.54653932833879498E-02
+  3.57502537957982425E-02  3.60374023186255249E-02  3.63268572290352948E-02
+  3.66186370517921286E-02  3.69127604604448378E-02  3.72092462785213046E-02
+  3.75081134807330671E-02  3.78093811941893482E-02  3.81130686996207779E-02
+  3.84191954326134830E-02  3.87277809848521337E-02  3.90388451053739760E-02
+  3.93524077018321053E-02  3.96684888417695516E-02  3.99871087539030584E-02
+  4.03082878294175398E-02  4.06320466232706068E-02  4.09584058555078137E-02
+  4.12873864125885906E-02  4.16190093487223758E-02  4.19532958872155595E-02
+  4.22902674218299801E-02  4.26299455181509829E-02  4.29723519149678573E-02
+  4.33175085256643083E-02  4.36654374396207301E-02  4.40161609236273468E-02
+  4.43697014233089548E-02  4.47260815645607532E-02  4.50853241549962619E-02
+  4.54474521854064811E-02  4.58124888312305342E-02  4.61804574540386897E-02
+  4.65513816030268673E-02  4.69252850165233007E-02  4.73021916235072393E-02
+  4.76821255451398418E-02  4.80651110963073794E-02  4.84511727871767689E-02
+  4.88403353247638047E-02  4.92326236145136306E-02  4.96280627618940692E-02
+  5.00266780740017541E-02  5.04284950611812999E-02  5.08335394386570313E-02
+  5.12418371281782373E-02  5.16534142596774964E-02  5.20682971729421115E-02
+  5.24865124192994623E-02  5.29080867633149252E-02  5.33330471845046838E-02
+  5.37614208790612239E-02  5.41932352615932603E-02  5.46285179668794460E-02
+  5.50672968516360273E-02  5.55095999962988904E-02  5.59554557068198816E-02
+  5.64048925164773174E-02  5.68579391877011772E-02  5.73146247139132217E-02
+  5.77749783213813012E-02  5.82390294710888670E-02  5.87068078606196170E-02
+  5.91783434260568716E-02  5.96536663438985704E-02  6.01328070329873454E-02
+  6.06157961564563683E-02  6.11026646236903573E-02  6.15934435923027809E-02
+  6.20881644701286595E-02  6.25868589172334927E-02  6.30895588479381680E-02
+  6.35962964328601194E-02  6.41071041009709797E-02  6.46220145416706720E-02
+  6.51410607068780151E-02  6.56642758131382315E-02  6.61916933437475680E-02
+  6.67233470508944299E-02  6.72592709578178349E-02  6.77994993609838392E-02
+  6.83440668322784078E-02  6.88930082212184797E-02  6.94463586571807817E-02
+  7.00041535516481572E-02  7.05664286004741986E-02  7.11332197861659354E-02
+  7.17045633801848548E-02  7.22804959452663792E-02  7.28610543377576220E-02
+  7.34462757099746677E-02  7.40361975125778116E-02  7.46308574969666294E-02
+  7.52302937176934916E-02  7.58345445348971442E-02  7.64436486167554274E-02
+  7.70576449419575343E-02  7.76765728021965030E-02  7.83004718046812626E-02
+  7.89293818746690523E-02  7.95633432580179212E-02  8.02023965237597808E-02
+  8.08465825666949828E-02  8.14959426100051038E-02  8.21505182078903495E-02
+  8.28103512482244453E-02  8.34754839552339367E-02  8.41459588921958518E-02
+  8.48218189641605780E-02  8.55031074206926422E-02  8.61898678586371092E-02
+  8.68821442249049919E-02  8.75799808192836010E-02  8.82834222972672528E-02
+  8.89925136729124711E-02  8.97073003217142978E-02  9.04278279835075555E-02
+  9.11541427653892317E-02  9.18862911446664127E-02  9.26243199718255056E-02
+  9.33682764735284665E-02  9.41182082556285132E-02  9.48741633062149259E-02
+  9.56361899986779840E-02  9.64043370948015066E-02  9.71786537478779577E-02
+  9.79591895058506273E-02  9.87459943144781138E-02  9.95391185205276308E-02
+  1.00338612874990643E-01  1.01144528536326384E-01  1.01956917073729725E-01
+  1.02775830470427779E-01  1.03601321126998699E-01  1.04433441864721824E-01
+  1.05272245928950486E-01  1.06117786992514659E-01  1.06970119159149515E-01
+  1.07829296966951191E-01  1.08695375391861207E-01  1.09568409851178064E-01
+  1.10448456207096715E-01  1.11335570770277198E-01  1.12229810303440744E-01
+  1.13131232024995476E-01  1.14039893612690915E-01  1.14955853207301173E-01
+  1.15879169416338343E-01  1.16809901317795145E-01  1.17748108463917173E-01
+  1.18693850885006266E-01  1.19647189093253198E-01  1.20608184086601969E-01
+  1.21576897352643973E-01  1.22553390872543591E-01  1.23537727124996097E-01
+  1.24529969090215867E-01  1.25530180253957152E-01  1.26538424611566558E-01
+  1.27554766672068082E-01  1.28579271462281458E-01  1.29612004530971769E-01
+  1.30653031953033710E-01  1.31702420333708631E-01  1.32760236812835053E-01
+  1.33826549069133605E-01  1.34901425324525509E-01  1.35984934348486186E-01
+  1.37077145462433408E-01  1.38178128544149764E-01  1.39287954032241673E-01
+  1.40406692930632848E-01  1.41534416813094033E-01  1.42671197827808932E-01
+  1.43817108701976282E-01  1.44972222746449358E-01  1.46136613860410686E-01
+  1.47310356536086345E-01  1.48493525863496345E-01  1.49686197535242593E-01
+  1.50888447851336427E-01  1.52100353724063303E-01  1.53321992682886682E-01
+  1.54553442879391434E-01  1.55794783092265493E-01  1.57046092732322090E-01
+  1.58307451847562008E-01  1.59578941128275226E-01  1.60860641912184105E-01
+  1.62152636189627247E-01  1.63455006608784342E-01  1.64767836480942148E-01
+  1.66091209785803967E-01  1.67425211176839422E-01  1.68769925986677866E-01
+  1.70125440232544417E-01  1.71491840621739305E-01  1.72869214557160839E-01
+  1.74257650142870951E-01  1.75657236189707300E-01  1.77068062220938266E-01
+  1.78490218477962759E-01  1.79923795926056590E-01  1.81368886260163287E-01
+  1.82825581910730978E-01  1.84293976049595715E-01  1.85774162595912035E-01
+  1.87266236222130289E-01  1.88770292360020658E-01  1.90286427206745185E-01
+  1.91814737730978596E-01  1.93355321679077180E-01  1.94908277581296835E-01
+  1.96473704758058920E-01  1.98051703326268480E-01  1.99642374205680123E-01
+  2.01245819125313946E-01  2.02862140629925775E-01  2.04491442086523700E-01
+  2.06133827690941018E-01  2.07789402474455515E-01  2.09458272310468346E-01
+  2.11140543921227275E-01  2.12836324884611044E-01  2.14545723640961722E-01
+  2.16268849499974047E-01  2.18005812647635300E-01  2.19756724153227889E-01
+  2.21521695976376165E-01  2.23300840974160114E-01  2.25094272908274717E-01
+  2.26902106452254476E-01  2.28724457198748732E-01  2.30561441666858519E-01
+  2.32413177309526958E-01  2.34279782520993740E-01  2.36161376644300536E-01
+  2.38058079978863441E-01  2.39970013788098430E-01  2.41897300307111818E-01
+  2.43840062750446201E-01  2.45798425319893349E-01  2.47772513212361156E-01
+  2.49762452627810272E-01  2.51768370777245343E-01  2.53790395890775289E-01
+  2.55828657225731504E-01  2.57883285074855972E-01  2.59954410774545008E-01
+  2.62042166713167435E-01  2.64146686339437997E-01  2.66268104170865438E-01
+  2.68406555802258917E-01  2.70562177914307145E-01  2.72735108282218586E-01
+  2.74925485784436985E-01  2.77133450411415183E-01  2.79359143274466148E-01
+  2.81602706614677345E-01  2.83864283811899043E-01  2.86144019393797411E-01
+  2.88442059044984211E-01  2.90758549616210338E-01  2.93093639133640005E-01
+  2.95447476808186893E-01  2.97820213044932780E-01  3.00211999452610456E-01
+  3.02622988853167907E-01  3.05053335291398608E-01  3.07503194044656925E-01
+  3.09972721632638226E-01  3.12462075827241170E-01  3.14971415662504806E-01
+  3.17500901444622896E-01  3.20050694762032739E-01  3.22620958495588417E-01
+  3.25211856828803714E-01  3.27823555258183907E-01  3.30456220603628281E-01
+  3.33110021018918900E-01  3.35785126002287271E-01  3.38481706407063154E-01
+  3.41199934452405762E-01  3.43939983734115662E-01  3.46702029235532394E-01
+  3.49486247338513245E-01  3.52292815834497341E-01  3.55121913935654177E-01
+  3.57973722286117568E-01  3.60848422973306604E-01  3.63746199539331017E-01
+  3.66667236992483769E-01  3.69611721818825012E-01  3.72579841993849969E-01
+  3.75571786994246481E-01  3.78587747809745079E-01  3.81627916955054047E-01
+  3.84692488481891470E-01  3.87781657991102091E-01  3.90895622644870266E-01
+  3.94034581179022958E-01  3.97198733915431756E-01  4.00388282774495896E-01
+  4.03603431287733960E-01  4.06844384610462628E-01  4.10111349534570568E-01
+  4.13404534501391530E-01  4.16724149614673245E-01  4.20070406653642869E-01
+  4.23443519086170728E-01  4.26843702082034926E-01  4.30271172526279944E-01
+  4.33726149032679031E-01  4.37208851957299749E-01  4.40719503412162483E-01
+  4.44258327279008214E-01  4.47825549223163089E-01  4.51421396707513856E-01
+  4.55046099006575056E-01  4.58699887220670399E-01  4.62382994290217286E-01
+  4.66095655010110910E-01  4.69838106044220716E-01  4.73610585939991890E-01
+  4.77413335143152040E-01  4.81246596012528283E-01  4.85110612834972255E-01
+  4.89005631840393251E-01  4.92931901216901169E-01  4.96889671126063970E-01
+  5.00879193718267390E-01  5.04900723148195785E-01  5.08954515590419931E-01
+  5.13040829255098196E-01  5.17159924403792104E-01  5.21312063365394707E-01
+  5.25497510552175862E-01  5.29716532475940527E-01  5.33969397764304188E-01
+  5.38256377177082856E-01  5.42577743622802200E-01  5.46933772175325572E-01
+  5.51324740090594734E-01  5.55750926823495028E-01  5.60212614044837576E-01
+  5.64710085658460370E-01  5.69243627818450615E-01  5.73813528946490403E-01
+  5.78420079749321303E-01  5.83063573236330512E-01  5.87744304737261580E-01
+  5.92462571920047365E-01  5.97218674808768890E-01  6.02012915801732884E-01
+  6.06845599689681436E-01  6.11717033674122113E-01  6.16627527385780860E-01
+  6.21577392903193582E-01  6.26566944771408174E-01  6.31596500020825014E-01
+  6.36666378186164339E-01  6.41776901325552207E-01  6.46928394039749333E-01
+  6.52121183491498280E-01  6.57355599425001769E-01  6.62631974185535877E-01
+  6.67950642739187250E-01  6.73311942692726428E-01  6.78716214313604516E-01
+  6.84163800550093515E-01  6.89655047051541792E-01  6.95190302188777420E-01
+  7.00769917074635762E-01  7.06394245584618163E-01  7.12063644377688765E-01
+  7.17778472917200649E-01  7.23539093491958996E-01  7.29345871237413901E-01
+  7.35199174156986879E-01  7.41099373143537021E-01  7.47046842000956612E-01
+  7.53041957465900524E-01  7.59085099229652283E-01  7.65176649960126243E-01
+  7.71316995324002441E-01  7.77506524008992672E-01  7.83745627746248230E-01
+  7.90034701332898104E-01  7.96374142654722950E-01  8.02764352708966400E-01
+  8.09205735627274825E-01  8.15698698698776536E-01  8.22243652393297664E-01
+  8.28841010384707477E-01  8.35491189574397053E-01  8.42194610114896491E-01
+  8.48951695433626807E-01  8.55762872256777718E-01  8.62628570633324321E-01
+  8.69549223959177997E-01  8.76525269001464324E-01  8.83557145922931997E-01
+  8.90645298306508071E-01  8.97790173179962014E-01  9.04992221040713973E-01
+  9.12251895880773711E-01  9.19569655211798787E-01  9.26945960090293730E-01
+  9.34381275142926793E-01  9.41876068591977367E-01  9.49430812280912084E-01
+  9.57045981700080484E-01  9.64722056012544793E-01  9.72459518080015628E-01
+  9.80258854488934017E-01  9.88120555576652460E-01  9.96045115457748542E-01
+  1.00403303205045491E+00  1.01208480710320181E+00  1.02020094622128510E+00
+  1.02838195889364270E+00  1.03662835851974178E+00  1.04494066243658690E+00
+  1.05331939194582946E+00  1.06176507234099193E+00  1.07027823293478863E+00
+  1.07885940708656980E+00  1.08750913222984957E+00  1.09622794989994210E+00
+  1.10501640576170446E+00  1.11387504963735662E+00  1.12280443553441978E+00
+  1.13180512167372749E+00  1.14087767051753430E+00  1.15002264879771343E+00
+  1.15924062754403101E+00  1.16853218211251453E+00  1.17789789221388030E+00
+  1.18733834194205756E+00  1.19685411980277712E+00  1.20644581874221712E+00
+  1.21611403617573766E+00  1.22585937401666056E+00  1.23568243870511929E+00
+  1.24558384123695087E+00  1.25556419719265633E+00  1.26562412676639613E+00
+  1.27576425479503297E+00  1.28598521078721539E+00  1.29628762895249783E+00
+  1.30667214823048794E+00  1.31713941232001464E+00  1.32769006970833336E+00
+  1.33832477370033032E+00  1.34904418244775082E+00  1.35984895897841818E+00
+  1.37073977122547075E+00  1.38171729205658389E+00  1.39278219930317548E+00
+  1.40393517578960414E+00  1.41517690936234009E+00  1.42650809291910341E+00
+  1.43792942443797300E+00  1.44944160700644620E+00  1.46104534885044113E+00
+  1.47274136336325978E+00  1.48453036913447289E+00  1.49641308997873557E+00
+  1.50839025496451473E+00  1.52046259844275000E+00  1.53263086007538840E+00
+  1.54489578486382628E+00  1.55725812317725465E+00  1.56971863078084439E+00
+  1.58227806886382205E+00  1.59493720406740036E+00  1.60769680851255425E+00
+  1.62055765982762900E+00  1.63352054117576873E+00  1.64658624128218611E+00
+  1.65975555446120526E+00  1.67302928064311485E+00  1.68640822540079305E+00
+  1.69989319997611066E+00  1.71348502130607905E+00  1.72718451204874701E+00
+  1.74099250060882671E+00  1.75490982116303318E+00  1.76893731368512830E+00
+  1.78307582397065101E+00  1.79732620366131668E+00  1.81168931026908320E+00
+  1.82616600719984978E+00  1.84075716377677989E+00  1.85546365526325174E+00
+  1.87028636288536632E+00  1.88522617385407698E+00  1.90028398138682486E+00
+  1.91546068472875342E+00  1.93075718917342032E+00  1.94617440608301484E+00
+  1.96171325290806076E+00  1.97737465320656747E+00  1.99315953666263579E+00
+  2.00906883910446110E+00  2.02510350252174787E+00  2.04126447508248621E+00
+  2.05755271114908567E+00  2.07396917129383063E+00  2.09051482231361296E+00
+  2.10719063724399858E+00  2.12399759537247368E+00  2.14093668225095657E+00
+  2.15800888970749138E+00  2.17521521585711142E+00  2.19255666511183689E+00
+  2.21003424818978322E+00  2.22764898212335005E+00  2.24540189026645542E+00
+  2.26329400230078459E+00  2.28132635424102626E+00  2.29949998843905101E+00
+  2.31781595358700976E+00  2.33627530471931699E+00  2.35487910321346128E+00
+  2.37362841678963932E+00  2.39252431950915101E+00  2.41156789177152531E+00
+  2.43076022031033068E+00  2.45010239818763820E+00  2.46959552478709288E+00
+  2.48924070580554568E+00  2.50903905324319920E+00  2.52899168539224339E+00
+  2.54909972682390595E+00  2.56936430837387109E+00  2.58978656712605382E+00
+  2.61036764639465479E+00  2.63110869570440409E+00  2.65201087076905218E+00
+  2.67307533346790605E+00  2.69430325182050012E+00  2.71569579995922927E+00
+  2.73725415809997097E+00  2.75897951251057316E+00  2.78087305547719676E+00
+  2.80293598526842658E+00  2.82516950609706674E+00  2.84757482807961093E+00
+  2.87015316719327673E+00  2.89290574523051225E+00  2.91583378975100649E+00
+  2.93893853403099881E+00  2.96222121700991137E+00  2.98568308323418519E+00
+  3.00932538279829087E+00  3.03314937128269912E+00  3.05715630968894514E+00
+  3.08134746437150486E+00  3.10572410696650980E+00  3.13028751431719909E+00
+  3.15503896839595743E+00  3.17997975622294815E+00  3.20511116978115007E+00
+  3.23043450592775727E+00  3.25595106630185338E+00  3.28166215722819965E+00
+  3.30756908961713725E+00  3.33367317886034797E+00  3.35997574472253335E+00
+  3.38647811122874565E+00  3.41318160654739700E+00  3.44008756286873307E+00
+  3.46719731627868999E+00  3.49451220662801898E+00  3.52203357739655321E+00
+  3.54976277555246300E+00  3.57770115140640366E+00  3.60585005846043050E+00
+  3.63421085325147208E+00  3.66278489518933270E+00  3.69157354638901669E+00
+  3.72057817149723169E+00  3.74980013751289709E+00  3.77924081360157071E+00
+  3.80890157090361425E+00  3.83878378233589901E+00  3.86888882238694221E+00
+  3.89921806690529094E+00  3.92977289288096365E+00  3.96055467821979734E+00
+  3.99156480151052762E+00  4.02280464178438901E+00  4.05427557826707918E+00
+  4.08597899012290533E+00  4.11791625619086776E+00  4.15008875471260463E+00
+  4.18249786305173465E+00  4.21514495740474793E+00  4.24803141250288441E+00
+  4.28115860130506398E+00  4.31452789468147380E+00  4.34814066108766806E+00
+  4.38199826622891120E+00  4.41610207271451749E+00  4.45045343970203167E+00
+  4.48505372253089263E+00  4.51990427234536352E+00  4.55500643570655406E+00
+  4.59036155419314884E+00  4.62597096399071894E+00  4.66183599546910088E+00
+  4.69795797274781890E+00  4.73433821324909498E+00  4.77097802723829023E+00
+  4.80787871735138683E+00  4.84504157810919533E+00  4.88246789541807846E+00
+  4.92015894605677762E+00  4.95811599714901163E+00  4.99634030562164533E+00
+  5.03483311764792507E+00  5.07359566807556472E+00  5.11262917983928311E+00
+  5.15193486335751771E+00  5.19151391591268485E+00  5.23136752101490021E+00
+  5.27149684774862504E+00  5.31190305010195285E+00  5.35258726627810510E+00
+  5.39355061798870228E+00  5.43479420972839034E+00  5.47631912803050636E+00
+  5.51812644070322378E+00  5.56021719604584685E+00  5.60259242204473384E+00
+  5.64525312554849279E+00  5.68820029142187611E+00  5.73143488167822390E+00
+  5.77495783458931644E+00  5.81877006377268380E+00  5.86287245725581396E+00
+  5.90726587651661195E+00  5.95195115549974396E+00  5.99692909960826182E+00
+  6.04220048466996662E+00  6.08776605587801889E+00  6.13362652670522301E+00
+  6.17978257779144435E+00  6.22623485580348746E+00  6.27298397226705173E+00
+  6.32003050237006736E+00  6.36737498373701971E+00  6.41501791517312814E+00
+  6.46295975537797140E+00  6.51120092162827735E+00  6.55974178842889888E+00
+  6.60858268613152067E+00  6.65772389952029808E+00  6.70716566636382616E+00
+  6.75690817593276360E+00  6.80695156748238972E+00  6.85729592869941396E+00
+  6.90794129411232305E+00  6.95888764346463251E+00  7.01013490005006012E+00
+  7.06168292900978223E+00  7.11353153558955498E+00  7.16568046335653452E+00
+  7.21812939237547102E+00  7.27087793734318755E+00  7.32392564568059878E+00
+  7.37727199558145674E+00  7.43091639401696735E+00  7.48485817469556025E+00
+  7.53909659597692006E+00  7.59363083873938649E+00  7.64846000420005367E+00
+  7.70358311168655607E+00  7.75899909635979146E+00  7.81470680688726915E+00
+  7.87070500306526988E+00  7.92699235338826558E+00  7.98356743256645274E+00
+  8.04042871898972500E+00  8.09757459213725461E+00  8.15500332993181765E+00
+  8.21271310603775362E+00  8.27070198710186588E+00  8.32896792993627422E+00
+  8.38750877864215205E+00  8.44632226167367861E+00  8.50540598884101406E+00
+  8.56475744825162799E+00  8.62437400318972003E+00  8.68425288893201142E+00
+  8.74439120949677573E+00  8.80478593432858858E+00  8.86543389491672151E+00
+  8.92633178134617999E+00  8.98747613878047069E+00  9.04886336387512991E+00
+  9.11048970112125112E+00  9.17235123911791916E+00  9.23444390677275173E+00
+  9.29676346942970966E+00  9.35930552492325063E+00  9.42206549955797534E+00
+  9.48503864401412500E+00  9.54822002917780921E+00  9.61160454189005797E+00
+  9.67518688061990062E+00  9.73896155105929395E+00  9.80292286163884441E+00
+  9.86706491896350890E+00  9.93138162316758155E+00  9.99586666318844586E+00
+  1.00605135119583000E+01  1.01253154215133492E+01  1.01902654180199512E+01
+  1.02553562967169771E+01  1.03205806167742882E+01  1.03859306960679643E+01
+  1.04513986058735604E+01  1.05169761654665468E+01  1.05826549366395817E+01
+  1.06484262181351408E+01  1.07142810399922936E+01  1.07802101578076002E+01
+  1.08462040469099037E+01  1.09122528964493473E+01  1.09783466034005723E+01
+  1.10444747664803220E+01  1.11106266799797986E+01  1.11767913275121398E+01
+  1.12429573756755889E+01  1.13091131676342140E+01  1.13752467166219198E+01
+  1.14413456993521496E+01  1.15073974493476339E+01  1.15733889501929816E+01
+  1.16393068287077632E+01  1.17051373480420242E+01  1.17708664006952795E+01
+  1.18364795014607189E+01  1.19019617802964728E+01  1.19672979751256356E+01
+  1.20324724245672794E+01  1.20974690606007318E+01  1.21622714011654764E+01
+  1.22268625427007986E+01  1.22912251526379492E+01  1.23553414618197266E+01
+  1.24191932568652312E+01  1.24827618724921816E+01  1.25460281837940482E+01
+  1.26089725984758410E+01  1.26715750490529491E+01  1.27338149850174887E+01
+  1.27956713649768812E+01  1.28571226487698258E+01  1.29181467895650872E+01
+  1.29787212259486644E+01  1.30388228740056604E+01  1.30984281194039820E+01
+  1.31575128095038156E+01  1.32160522454621443E+01  1.32740211743465260E+01
+  1.33313937812921992E+01  1.33881436816980948E+01  1.34442439134699345E+01
+  1.34996669293193374E+01  1.35543845891287233E+01  1.36083681523920923E+01
+  1.36615882707419782E+01  1.37140149805738787E+01  1.37656176957796159E+01
+  1.38163652006015525E+01  1.38662256426215045E+01  1.39151665259218547E+01
+  1.39631547043913660E+01  1.40101563751695330E+01  1.40561370723065675E+01
+  1.41010616606307284E+01  1.41448943298379870E+01  1.41875985888209968E+01
+  1.42291372602550634E+01  1.42694724754597111E+01  1.43085656695549908E+01
+  1.43463775769325412E+01  1.43828682270623780E+01  1.44179969406568649E+01
+  1.44517223262147585E+01  1.44840022770011601E+01  1.45147939684535565E+01
+  1.45440538559626251E+01  1.45717376731726453E+01  1.45978004307931037E+01
+  1.46221964159439501E+01  1.46448791920634349E+01  1.46658015994086242E+01
+  1.46849157561798069E+01  1.47021730603008738E+01  1.47175241918890087E+01
+  1.47309191164483035E+01  1.47423070888225958E+01  1.47516366579446938E+01
+  1.47588556724572442E+01  1.47639112872399796E+01  1.47667499707084868E+01
+  1.47673175131267058E+01  1.47655590359335864E+01  1.47614190021132625E+01
+  1.47548412276540546E+01  1.47457688941438985E+01  1.47341445625506591E+01
+  1.47199101882371615E+01  1.47030071372626185E+01  1.46833762040232845E+01
+  1.46609576302868145E+01  1.46356911256761073E+01  1.46075158896979609E+01
+  1.45763706354269633E+01  1.45421936145908486E+01  1.45049226444069284E+01
+  1.44644951362086349E+01  1.44208481258901067E+01  1.43739183062356357E+01
+  1.43236420612026425E+01  1.42699555022283899E+01  1.42127945066324273E+01
+  1.41520947581881096E+01  1.40877917899384162E+01  1.40198210293331673E+01
+  1.39481178457655588E+01  1.38726176006222737E+01  1.37932557000555391E+01
+  1.37099676500964041E+01  1.36226891145257269E+01  1.35313559756428621E+01
+  1.34359043979383177E+01  1.33362708947597426E+01  1.32323923980618670E+01
+  1.31242063313326760E+01  1.30116506857894834E+01  1.28946640999397140E+01
+  1.27731859426025309E+01  1.26471563994884661E+01  1.25165165634354612E+01
+  1.23812085284264697E+01  1.22411754876954681E+01  1.20963618354463289E+01
+  1.19467132725573570E+01  1.17921769165994430E+01  1.16327014161177988E+01
+  1.14682370692768689E+01  1.12987359469706323E+01  1.11241520204998494E+01
+  1.09444412939174267E+01  1.07595619411419765E+01  1.05694744479388127E+01
+  1.03741417588662639E+01  1.01735294292827110E+01  9.96760578252499663E+00
+  9.75634207261344244E+00  9.53971265198160090E+00  9.31769514437713298E+00
+  9.09027062350808457E+00  8.85742379727285645E+00  8.61914319763527459E+00
+  8.37542137620895133E+00  8.12625510560950026E+00  7.87164558662472835E+00
+  7.61159866124486939E+00  7.34612503158584218E+00  7.07524048472793599E+00
+  6.79896612348075102E+00  6.51732860308007478E+00  6.23036037406413090E+00
+  5.93809993083856469E+00  5.64059206562359972E+00  5.33788812848432848E+00
+  5.03004629306166340E+00  4.71713182786901974E+00  4.39921737302159155E+00
+  4.07638322223904837E+00  3.74871760993284786E+00  3.41631700315953468E+00
+  3.07928639818604744E+00  2.73773962137730997E+00  2.39179963407675622E+00
+  2.04159884110760714E+00  1.68727940263839371E+00  1.32899354871560282E+00
+  9.66903895526325829E-01  6.01183763576199626E-01  2.32017496883314245E-01
+ -1.40399217567569484E-01 -5.15859030895284842E-01 -8.94142614780442546E-01
+ -1.27501834625772403E+00 -1.65824199587705756E+00 -2.04355642036447582E+00
+ -2.43069126101327004E+00 -2.81936264914518198E+00 -3.20927292009632303E+00
+ -3.60011033737026098E+00 -3.99154882884642337E+00 -4.38324773647026955E+00
+ -4.77485158153344269E+00 -5.16598984776152204E+00 -5.55627678450254692E+00
+ -5.94531123249241489E+00 -6.33267647485216667E+00 -6.71794011616135478E+00
+ -7.10065399264863739E+00 -7.48035411674742168E+00 -7.85656065948021620E+00
+ -8.22877797436022007E+00 -8.59649466673258189E+00 -8.95918371313430484E+00
+ -9.31630263619541310E+00 -9.66729373581635443E+00 -1.00115843842778158E+01
+ -1.03485873907034520E+01 -1.06777014399280450E+01 -1.09983116115711468E+01
+ -1.13097899854134187E+01 -1.16114963394791548E+01 -1.19027789475356371E+01
+ -1.21829754830381081E+01 -1.24514140368660033E+01 -1.27074142565240980E+01
+ -1.29502886148068530E+01 -1.31793438170654102E+01 -1.33938823600807400E+01
+ -1.35932042391964458E+01 -1.37766088196911038E+01 -1.39433968850195615E+01
+ -1.40928728697036707E+01 -1.42243472872982775E+01 -1.43371393642539164E+01
+ -1.44305798909001943E+01 -1.45040143011982146E+01 -1.45568059933676803E+01
+ -1.45883399039869044E+01 -1.45980263487099649E+01 -1.45853051433503360E+01
+ -1.45496500208300024E+01 -1.44905733704127666E+01 -1.44076312893124356E+01
+ -1.43004289709296213E+01 -1.41686264624437293E+01 -1.40119448041257257E+01
+ -1.38301725717221622E+01 -1.36231728454092273E+01 -1.33908906311618523E+01
+ -1.31333607631397093E+01 -1.28507163189429061E+01 -1.25431975834026819E+01
+ -1.22111616010496427E+01 -1.18550923626310070E+01 -1.14756116781820872E+01
+ -1.10734908178434814E+01 -1.06496629468337130E+01 -1.02052364218107989E+01
+ -9.74150908188643072E+00 -9.25998361588439778E+00 -8.76238411985617027E+00
+ -8.25067397407416792E+00 -7.72707519573429114E+00 -7.19408941628631293E+00
+ -6.65452075019624356E+00 -6.11150055716069129E+00 -5.56851497244536287E+00
+ -5.02943393426956931E+00 -4.49854508030009814E+00 -3.98059087020848290E+00
+ -3.48078768681205641E+00 -3.00499423249611919E+00 -2.55916329045441016E+00
+ -2.15207336837772667E+00 -1.78556077824999804E+00 -1.45810434467774641E+00
+ -1.16930040672758651E+00 -9.17983366117447686E-01 -7.02788566420625371E-01
+ -5.21976796461522508E-01 -3.73480446045615200E-01 -2.54894729733640801E-01
+ -1.63491415010818431E-01 -9.62365526667698229E-02 -4.98196216804015976E-02
+ -2.06849081258527537E-02 -5.11907692403462851E-03  8.36805329593663921E-04
+  6.89559096150633532E-04 -1.73582166091231486E-04  4.96090551038620511E-05
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00
+                              </PP_BETA.2>
+ <PP_BETA.3 type="real" size="  1351" angular_momentum="1" columns="3" cutoff_radius_index="  1074" norm_conserving_radius="    1.605055">
+  2.21170939254704269E-07  2.24738129205347893E-07  2.28362853027514847E-07
+  2.32046038659991679E-07  2.35788629007776476E-07  2.39591582183453160E-07
+  2.43455871752453025E-07  2.47382486982298445E-07  2.51372433095842934E-07
+  2.55426731528589804E-07  2.59546420190195638E-07  2.63732553730131432E-07
+  2.67986203807703881E-07  2.72308459366385428E-07  2.76700426912535745E-07
+  2.81163230798697199E-07  2.85698013511426545E-07  2.90305935963728446E-07
+  2.94988177792272824E-07  2.99745937659325522E-07  3.04580433559644913E-07
+  3.09492903132259744E-07  3.14484603977274919E-07  3.19556813977819934E-07
+  3.24710831627177973E-07  3.29947976361179696E-07  3.35269588895964768E-07
+  3.40677031571194955E-07  3.46171688698784411E-07  3.51754966917281437E-07
+  3.57428295551963674E-07  3.63193126980685610E-07  3.69050937005712652E-07
+  3.75003225231497342E-07  3.81051515448522399E-07  3.87197356023432601E-07
+  3.93442320295353566E-07  3.99788006978651784E-07  4.06236040572181872E-07
+  4.12788071775151213E-07  4.19445777909659699E-07  4.26210863350062633E-07
+  4.33085059959286351E-07  4.40070127532138106E-07  4.47167854245790906E-07
+  4.54380057117516840E-07  4.61708582469863060E-07  4.69155306403207237E-07
+  4.76722135276038362E-07  4.84411006192968271E-07  4.92223887500570599E-07
+  5.00162779291247060E-07  5.08229713915209527E-07  5.16426756500738149E-07
+  5.24756005482805083E-07  5.33219593140204029E-07  5.41819686141415952E-07
+  5.50558486099216187E-07  5.59438230134182483E-07  5.68461191447471070E-07
+  5.77629679902573392E-07  5.86946042616672054E-07  5.96412664561415244E-07
+  6.06031969173444743E-07  6.15806418974668196E-07  6.25738516202680750E-07
+  6.35830803451265747E-07  6.46085864321136146E-07  6.56506324081413260E-07
+  6.67094850341542416E-07  6.77854153734096591E-07  6.88786988608716517E-07
+  6.99896153737089747E-07  7.11184493029333955E-07  7.22654896262023026E-07
+  7.34310299817815381E-07  7.46153687437110481E-07  7.58188090981798637E-07
+  7.70416591211303811E-07  7.82842318571177112E-07  7.95468453994371432E-07
+  8.08298229715454624E-07  8.21334930097979636E-07  8.34581892475099384E-07
+  8.48042508003922935E-07  8.61720222533346710E-07  8.75618537486298703E-07
+  8.89741010755785300E-07  9.04091257615626191E-07  9.18672951645855017E-07
+  9.33489825673013288E-07  9.48545672725538118E-07  9.63844347004699788E-07
+  9.79389764871102263E-07  9.95185905847006293E-07  1.01123681363505975E-06
+  1.02754659715326876E-06  1.04411943158657451E-06  1.06095955945567242E-06
+  1.07807129170280805E-06  1.09545900879523444E-06  1.11312716184629088E-06
+  1.13108027375482428E-06  1.14932294036267997E-06  1.16785983163106702E-06
+  1.18669569283589282E-06  1.20583534578218617E-06  1.22528369003824932E-06
+  1.24504570418974314E-06  1.26512644711387858E-06  1.28553105927417623E-06
+  1.30626476403622524E-06  1.32733286900447688E-06  1.34874076738063381E-06
+  1.37049393934416111E-06  1.39259795345465605E-06  1.41505846807718812E-06
+  1.43788123283046406E-06  1.46107209005829498E-06  1.48463697632490980E-06
+  1.50858192393432415E-06  1.53291306247411772E-06  1.55763662038421328E-06
+  1.58275892655104744E-06  1.60828641192710664E-06  1.63422561117687213E-06
+  1.66058316434919839E-06  1.68736581857674688E-06  1.71458042980254859E-06
+  1.74223396453469800E-06  1.77033350162930132E-06  1.79888623410190450E-06
+  1.82789947096845055E-06  1.85738063911575527E-06  1.88733728520204505E-06
+  1.91777707758841584E-06  1.94870780830104570E-06  1.98013739502549878E-06
+  2.01207388313276351E-06  2.04452544773808011E-06  2.07750039579314203E-06
+  2.11100716821178613E-06  2.14505434203008680E-06  2.17965063260111612E-06
+  2.21480489582526211E-06  2.25052613041652889E-06  2.28682348020512121E-06
+  2.32370623647724044E-06  2.36118384035285209E-06  2.39926588520149629E-06
+  2.43796211909689222E-06  2.47728244731165809E-06  2.51723693485174558E-06
+  2.55783580903190612E-06  2.59908946209266532E-06  2.64100845385950112E-06
+  2.68360351444476881E-06  2.72688554699335447E-06  2.77086563047247123E-06
+  2.81555502250627063E-06  2.86096516225653605E-06  2.90710767334950683E-06
+  2.95399436684969698E-06  3.00163724428231204E-06  3.05004850070353306E-06
+  3.09924052782083852E-06  3.14922591716351479E-06  3.20001746330436921E-06
+  3.25162816713274206E-06  3.30407123918115347E-06  3.35736010300501279E-06
+  3.41150839861673448E-06  3.46652998597565829E-06  3.52243894853384186E-06
+  3.57924959683890386E-06  3.63697647219519267E-06  3.69563435038384411E-06
+  3.75523824544299335E-06  3.81580341350830315E-06  3.87734535671591809E-06
+  3.93987982716839010E-06  4.00342283096376900E-06  4.06799063229069637E-06
+  4.13359975758841301E-06  4.20026699977436904E-06  4.26800942254005394E-06
+  4.33684436471559897E-06  4.40678944470511017E-06  4.47786256499299629E-06
+  4.55008191672349309E-06  4.62346598435351103E-06  4.69803355038027767E-06
+  4.77380370014607444E-06  4.85079582671912938E-06  4.92902963585378018E-06
+  5.00852515103123165E-06  5.08930271857959800E-06  5.17138301287832737E-06
+  5.25478704164592696E-06  5.33953615131193665E-06  5.42565203247647726E-06
+  5.51315672545771759E-06  5.60207262592779608E-06  5.69242249064059405E-06
+  5.78422944325056739E-06  5.87751698022685514E-06  5.97230897686092930E-06
+  6.06862969337242921E-06  6.16650378111206861E-06  6.26595628886569611E-06
+  6.36701266925860201E-06  6.46969878526441257E-06  6.57404091681708255E-06
+  6.68006576753057108E-06  6.78780047152659039E-06  6.89727260037167439E-06
+  7.00851017012665360E-06  7.12154164850903441E-06  7.23639596217119408E-06
+  7.35310250409530363E-06  7.47169114110757225E-06  7.59219222151309484E-06
+  7.71463658285450181E-06  7.83905555979450111E-06  7.96548099212532264E-06
+  8.09394523290818226E-06  8.22448115674247819E-06  8.35712216816897963E-06
+  8.49190221020741056E-06  8.62885577303195099E-06  8.76801790278709148E-06
+  8.90942421054361572E-06  9.05311088140057942E-06  9.19911468373158124E-06
+  9.34747297858195303E-06  9.49822372921672181E-06  9.65140551082039918E-06
+  9.80705752035536055E-06  9.96521958657711362E-06  1.01259321802109791E-05
+  1.02892364242932891E-05  1.04551741046779749E-05  1.06237876807126656E-05
+  1.07951202960865000E-05  1.09692157898519783E-05  1.11461187076249418E-05
+  1.13258743129635206E-05  1.15085285989308000E-05  1.16941282998440902E-05
+  1.18827209032115540E-05  1.20743546618617414E-05  1.22690786062681559E-05
+  1.24669425570713118E-05  1.26679971378038730E-05  1.28722937878180187E-05
+  1.30798847754216440E-05  1.32908232112266181E-05  1.35051630617100224E-05
+  1.37229591629942266E-05  1.39442672348490031E-05  1.41691438949172856E-05
+  1.43976466731696025E-05  1.46298340265935241E-05  1.48657653541145683E-05
+  1.51055010117612734E-05  1.53491023280706842E-05  1.55966316197432709E-05
+  1.58481522075483006E-05  1.61037284324854002E-05  1.63634256722055146E-05
+  1.66273103576941666E-05  1.68954499902254509E-05  1.71679131585872218E-05
+  1.74447695565798317E-05  1.77260900008014106E-05  1.80119464487135306E-05
+  1.83024120170000993E-05  1.85975610002198622E-05  1.88974688897589280E-05
+  1.92022123930857173E-05  1.95118694533166111E-05  1.98265192690965594E-05
+  2.01462423147957310E-05  2.04711203610320314E-05  2.08012364955236848E-05
+  2.11366751442737484E-05  2.14775220930974107E-05  2.18238645094938425E-05
+  2.21757909648641457E-05  2.25333914570960806E-05  2.28967574334986889E-05
+  2.32659818141131187E-05  2.36411590153949130E-05  2.40223849742753633E-05
+  2.44097571726068361E-05  2.48033746620042133E-05  2.52033380890820827E-05
+  2.56097497210936023E-05  2.60227134719858025E-05  2.64423349288690344E-05
+  2.68687213789091300E-05  2.73019818366517777E-05  2.77422270717884316E-05
+  2.81895696373583476E-05  2.86441238984109287E-05  2.91060060611184537E-05
+  2.95753342023635717E-05  3.00522282997956056E-05  3.05368102623658223E-05
+  3.10292039613560956E-05  3.15295352619030135E-05  3.20379320550213845E-05
+  3.25545242901463796E-05  3.30794440081946990E-05  3.36128253751510612E-05
+  3.41548047161927213E-05  3.47055205503663826E-05  3.52651136258068788E-05
+  3.58337269555290789E-05  3.64115058537882813E-05  3.69985979730217123E-05
+  3.75951533413781440E-05  3.82013244008496639E-05  3.88172660460149756E-05
+  3.94431356633923597E-05  4.00790931714283365E-05  4.07253010611258791E-05
+  4.13819244373128006E-05  4.20491310605790257E-05  4.27270913898715812E-05
+  4.34159786257826074E-05  4.41159687545121702E-05  4.48272405925439306E-05
+  4.55499758320310866E-05  4.62843590868993409E-05  4.70305779396925584E-05
+  4.77888229891599453E-05  4.85592878986025345E-05  4.93421694449907699E-05
+  5.01376675688599234E-05  5.09459854250082634E-05  5.17673294339945363E-05
+  5.26019093344549639E-05  5.34499382362580027E-05  5.43116326745015222E-05
+  5.51872126643650053E-05  5.60769017568422219E-05  5.69809270953494984E-05
+  5.78995194732453600E-05  5.88329133922543300E-05  5.97813471218186030E-05
+  6.07450627594019457E-05  6.17243062917423020E-05  6.27193276570755376E-05
+  6.37303808083554722E-05  6.47577237774660784E-05  6.58016187404568355E-05
+  6.68623320838166742E-05  6.79401344717878478E-05  6.90353009147590043E-05
+  7.01481108387261027E-05  7.12788481558703700E-05  7.24278013362393786E-05
+  7.35952634805697351E-05  7.47815323942640245E-05  7.59869106625305602E-05
+  7.72117057267157034E-05  7.84562299618397950E-05  7.97208007553624787E-05
+  8.10057405871901260E-05  8.23113771109388085E-05  8.36380432364951416E-05
+  8.49860772138701201E-05  8.63558227183689180E-05  8.77476289371219043E-05
+  8.91618506569540520E-05  9.05988483536688242E-05  9.20589882827111387E-05
+  9.35426425712767120E-05  9.50501893118579986E-05  9.65820126572675998E-05
+  9.81385029171537781E-05  9.97200566560325273E-05  1.01327076792863139E-04
+  1.02959972702178543E-04  1.04619160316812555E-04  1.06305062232235105E-04
+  1.08018107812517833E-04  1.09758733297972137E-04  1.11527381914449885E-04
+  1.13324503984394678E-04  1.15150557039588522E-04  1.17006005935697230E-04
+  1.18891322968585778E-04  1.20806987992445934E-04  1.22753488539795039E-04
+  1.24731319943322428E-04  1.26740985459644330E-04  1.28782996395003806E-04
+  1.30857872232890309E-04  1.32966140763689564E-04  1.35108338216328880E-04
+  1.37285009391974921E-04  1.39496707799793027E-04  1.41743995794851337E-04
+  1.44027444718134221E-04  1.46347635038749762E-04  1.48705156498318651E-04
+  1.51100608257625135E-04  1.53534599045521532E-04  1.56007747310139117E-04
+  1.58520681372445926E-04  1.61074039582160205E-04  1.63668470476095994E-04
+  1.66304632938925649E-04  1.68983196366427179E-04  1.71704840831270585E-04
+  1.74470257251298119E-04  1.77280147560470580E-04  1.80135224882368555E-04
+  1.83036213706420318E-04  1.85983850066778522E-04  1.88978881723963989E-04
+  1.92022068349305842E-04  1.95114181712167017E-04  1.98256005870056591E-04
+  2.01448337361653058E-04  2.04691985402741537E-04  2.07987772085162974E-04
+  2.11336532578784388E-04  2.14739115336541836E-04  2.18196382302575132E-04
+  2.21709209123583306E-04  2.25278485363322837E-04  2.28905114720400990E-04
+  2.32590015249334423E-04  2.36334119584946211E-04  2.40138375170190416E-04
+  2.44003744487367874E-04  2.47931205292830595E-04  2.51921750855249994E-04
+  2.55976390197424654E-04  2.60096148341744837E-04  2.64282066559314011E-04
+  2.68535202622807668E-04  2.72856631063093794E-04  2.77247443429740677E-04
+  2.81708748555346052E-04  2.86241672823815880E-04  2.90847360442675871E-04
+  2.95526973719362955E-04  3.00281693341622241E-04  3.05112718662098271E-04
+  3.10021267987075516E-04  3.15008578869484875E-04  3.20075908406276051E-04
+  3.25224533540095556E-04  3.30455751365444478E-04  3.35770879439254105E-04
+  3.41171256096045605E-04  3.46658240767718439E-04  3.52233214307975039E-04
+  3.57897579321438076E-04  3.63652760497582450E-04  3.69500204949496918E-04
+  3.75441382557524300E-04  3.81477786317865441E-04  3.87610932696208553E-04
+  3.93842361986457723E-04  4.00173638674578534E-04  4.06606351807619281E-04
+  4.13142115368088044E-04  4.19782568653563799E-04  4.26529376661698774E-04
+  4.33384230480782283E-04  4.40348847685728760E-04  4.47424972739730701E-04
+  4.54614377401491617E-04  4.61918861138141173E-04  4.69340251544063142E-04
+  4.76880404765432869E-04  4.84541205930675840E-04  4.92324569586974846E-04
+  5.00232440142706763E-04  5.08266792316115876E-04  5.16429631589969233E-04
+  5.24722994672596928E-04  5.33148949965075894E-04  5.41709598034933559E-04
+  5.50407072096200365E-04  5.59243538495976284E-04  5.68221197207510677E-04
+  5.77342282329926259E-04  5.86609062594598213E-04  5.96023841878287023E-04
+  6.05588959723089740E-04  6.15306791863223465E-04  6.25179750758753138E-04
+  6.35210286136315256E-04  6.45400885536885540E-04  6.55754074870635337E-04
+  6.66272418978879348E-04  6.76958522203368186E-04  6.87815028962971385E-04
+  6.98844624337407517E-04  7.10050034658636468E-04  7.21434028109606729E-04
+  7.32999415330400734E-04  7.44749050032053432E-04  7.56685829617932400E-04
+  7.68812695812776115E-04  7.81132635299441012E-04  7.93648680363286531E-04
+  8.06363909544524811E-04  8.19281448298251648E-04  8.32404469662230786E-04
+  8.45736194932739473E-04  8.59279894348587820E-04  8.73038887782751744E-04
+  8.87016545442089518E-04  9.01216288575207281E-04  9.15641590188280867E-04
+  9.30295975768913189E-04  9.45183024018137244E-04  9.60306367590537833E-04
+  9.75669693842473032E-04  9.91276745588380451E-04  1.00713132186522271E-03
+  1.02323727870518347E-03  1.03959852991604971E-03  1.05621904787013229E-03
+  1.07310286430132695E-03  1.09025407111022722E-03  1.10767682117710346E-03
+  1.12537532918299604E-03  1.14335387243897344E-03  1.16161679172308756E-03
+  1.18016849212536812E-03  1.19901344390075347E-03  1.21815618332963378E-03
+  1.23760131358634359E-03  1.25735350561513408E-03  1.27741749901386136E-03
+  1.29779810292474378E-03  1.31850019693291573E-03  1.33952873197257108E-03
+  1.36088873123981738E-03  1.38258529111286144E-03  1.40462358207896470E-03
+  1.42700884966824202E-03  1.44974641539405229E-03  1.47284167769984775E-03
+  1.49630011291239156E-03  1.52012727620101022E-03  1.54432880254279305E-03
+  1.56891040769349373E-03  1.59387788916378757E-03  1.61923712720059548E-03
+  1.64499408577332387E-03  1.67115481356572455E-03  1.69772544497158668E-03
+  1.72471220109445206E-03  1.75212139075160613E-03  1.77995941148097929E-03
+  1.80823275055141692E-03  1.83694798597591399E-03  1.86611178752694703E-03
+  1.89573091775395572E-03  1.92581223300231194E-03  1.95636268443328100E-03
+  1.98738931904477410E-03  2.01889928069181462E-03  2.05089981110604487E-03
+  2.08339825091638812E-03  2.11640204066686080E-03  2.14991872183248030E-03
+  2.18395593783248573E-03  2.21852143504000423E-03  2.25362306378791089E-03
+  2.28926877936961801E-03  2.32546664303455572E-03  2.36222482297745702E-03
+  2.39955159532007469E-03  2.43745534508550427E-03  2.47594456716327500E-03
+  2.51502786726430028E-03  2.55471396286456945E-03  2.59501168413913547E-03
+  2.63592997488275565E-03  2.67747789341603358E-03  2.71966461347710863E-03
+  2.76249942509658583E-03  2.80599173545540695E-03  2.85015106972413401E-03
+  2.89498707188187362E-03  2.94050950551407418E-03  2.98672825458743069E-03
+  3.03365332420041638E-03  3.08129484130814993E-03  3.12966305541860891E-03
+  3.17876833925908068E-03  3.22862118941437447E-03  3.27923222693210373E-03
+  3.33061219789209826E-03  3.38277197393965301E-03  3.43572255278010814E-03
+  3.48947505863260064E-03  3.54404074264080870E-03  3.59943098323900696E-03
+  3.65565728647025516E-03  3.71273128625422902E-03  3.77066474460359706E-03
+  3.82946955178413472E-03  3.88915772641739658E-03  3.94974141551906067E-03
+  4.01123289447955726E-03  4.07364456697732399E-03  4.13698896482059091E-03
+  4.20127874771656588E-03  4.26652670296379447E-03  4.33274574506522722E-03
+  4.39994891525713298E-03  4.46814938095075644E-03  4.53736043508349771E-03
+  4.60759549537396920E-03  4.67886810347814021E-03  4.75119192404218054E-03
+  4.82458074364557846E-03  4.89904846962837832E-03  4.97460912880613986E-03
+  5.05127686606506119E-03  5.12906594282475873E-03  5.20799073536998454E-03
+  5.28806573304281199E-03  5.36930553629112132E-03  5.45172485456752419E-03
+  5.53533850407184579E-03  5.62016140533134166E-03  5.70620858061274272E-03
+  5.79349515115896128E-03  5.88203633424176208E-03  5.97184744002758530E-03
+  6.06294386823750392E-03  6.15534110461038887E-03  6.24905471715960469E-03
+  6.34410035220330654E-03  6.44049373016518465E-03  6.53825064113821262E-03
+  6.63738694020147256E-03  6.73791854248130279E-03  6.83986141794673194E-03
+  6.94323158592911362E-03  7.04804510935687877E-03  7.15431808869379862E-03
+  7.26206665556960746E-03  7.37130696609287952E-03  7.48205519382490278E-03
+  7.59432752241710664E-03  7.70814013790825474E-03  7.82350922064268921E-03
+  7.94045093681102453E-03  8.05898142959583265E-03  8.17911680990869409E-03
+  8.30087314670648752E-03  8.42426645687029824E-03  8.54931269463191611E-03
+  8.67602774053185741E-03  8.80442738989231470E-03  8.93452734079086194E-03
+  9.06634318151277631E-03  9.19989037745709386E-03  9.33518425749020608E-03
+  9.47223999974765307E-03  9.61107261683161185E-03  9.75169694038984305E-03
+  9.89412760506223378E-03  1.00383790317719965E-02  1.01844654103369365E-02
+  1.03324006813816718E-02  1.04821985175261208E-02  1.06338723038249157E-02
+  1.07874351174351846E-02  1.09428997064850066E-02  1.11002784681194042E-02
+  1.12595834256800902E-02  1.14208262049996651E-02  1.15840180098325165E-02
+  1.17491695963248578E-02  1.19162912465184054E-02  1.20853927408524197E-02
+  1.22564833296354165E-02  1.24295717034550012E-02  1.26046659624888605E-02
+  1.27817735846841550E-02  1.29609013927697320E-02  1.31420555200631312E-02
+  1.33252413750356864E-02  1.35104636045954574E-02  1.36977260560393159E-02
+  1.38870317376167916E-02  1.40783827777599280E-02  1.42717803828419434E-02
+  1.44672247934357606E-02  1.46647152390352951E-02  1.48642498911955266E-02
+  1.50658258150378095E-02  1.52694389190765108E-02  1.54750839033158949E-02
+  1.56827542055616824E-02  1.58924419458990329E-02  1.61041378692796076E-02
+  1.63178312861644650E-02  1.65335100111487533E-02  1.67511602994866830E-02
+  1.69707667815828869E-02  1.71923123952879321E-02  1.74157783159227392E-02
+  1.76411438839991427E-02  1.78683865305613900E-02  1.80974817000861300E-02
+  1.83284027708685918E-02  1.85611209728272220E-02  1.87956053026547658E-02
+  1.90318224362382368E-02  1.92697366382789427E-02  1.95093096690274193E-02
+  1.97505006880545238E-02  1.99932661549127866E-02  2.02375597267879584E-02
+  2.04833321529496355E-02  2.07305311658721493E-02  2.09791013689815745E-02
+  2.12289841209331691E-02  2.14801174163321562E-02  2.17324357628110448E-02
+  2.19858700543611452E-02  2.22403474408262372E-02  2.24957911934668547E-02
+  2.27521205664872224E-02  2.30092506544310009E-02  2.32670922453369518E-02
+  2.35255516694715359E-02  2.37845306437239161E-02  2.40439261115051976E-02
+  2.43036300779241807E-02  2.45635294401913909E-02  2.48235058131528151E-02
+  2.50834353498293194E-02  2.53431885568530316E-02  2.56026301046929049E-02
+  2.58616186325434649E-02  2.61200065477656569E-02  2.63776398197653125E-02
+  2.66343577681790976E-02  2.68899928452681590E-02  2.71443704122893911E-02
+  2.73973085099090581E-02  2.76486176225649583E-02  2.78981004364551727E-02
+  2.81455515911182841E-02  2.83907574244885580E-02  2.86334957113167990E-02
+  2.88735353948226491E-02  2.91106363114685303E-02  2.93445489087397413E-02
+  2.95750139558072569E-02  2.98017622469681775E-02  3.00245142977397239E-02
+  3.02429800335077721E-02  3.04568584705468999E-02  3.06658373894083888E-02
+  3.08695930006951356E-02  3.10677896028701515E-02  3.12600792321014662E-02
+  3.14461013040516213E-02  3.16254822475382155E-02  3.17978351299751869E-02
+  3.19627592745294481E-02  3.21198398689209325E-02  3.22686475657999738E-02
+  3.24087380746606660E-02  3.25396517452311018E-02  3.26609131423172966E-02
+  3.27720306120447627E-02  3.28724958395385861E-02  3.29617833980610300E-02
+  3.30393502895135194E-02  3.31046354763443462E-02  3.31570594049220846E-02
+  3.31960235204193377E-02  3.32209097732586722E-02  3.32310801172180786E-02
+  3.32258759992877864E-02  3.32046178413862234E-02  3.31666045140892943E-02
+  3.31111128025233584E-02  3.30373968645987781E-02  3.29446876818643430E-02
+  3.28321925033279796E-02  3.26990942820198915E-02  3.25445511049572561E-02
+  3.23676956167870400E-02  3.21676344374528314E-02  3.19434475742515003E-02
+  3.16941878287033268E-02  3.14188801987178787E-02  3.11165212765283465E-02
+  3.07860786429526613E-02  3.04264902585814206E-02  3.00366638524927343E-02
+  2.96154763092314303E-02  2.91617730548796202E-02  2.86743674436012036E-02
+  2.81520401437006691E-02  2.75935385252635938E-02  2.69975760505904439E-02
+  2.63628316681472595E-02  2.56879492111861674E-02  2.49715368022168267E-02
+  2.42121662645642735E-02  2.34083725423729766E-02  2.25586531304839931E-02
+  2.16614675156774940E-02  2.07152366308982448E-02  1.97183423241679041E-02
+  1.86691268441736141E-02  1.75658923460747379E-02  1.64069004152932671E-02
+  1.51903716133305004E-02  1.39144850492959674E-02  1.25773779785823183E-02
+  1.11771454311419133E-02  9.71183987200373647E-03  8.17947089680108250E-03
+  6.57800496519091171E-03  4.90536517523032772E-03  3.15943108192212043E-03
+  1.33803856326794113E-03 -5.61020262622009391E-04 -2.53999706539665077E-03
+ -4.60118726796518961E-03 -6.74692995296679796E-03 -8.97960770521319743E-03
+ -1.13016463800338415E-02 -1.37155147955446872E-02 -1.62237243439973811E-02
+ -1.88288285171851859E-02 -2.15334223406247437E-02 -2.43401417109944743E-02
+ -2.72516626311046818E-02 -3.02707003364045060E-02 -3.34000083068188292E-02
+ -3.66423771574646145E-02 -4.00006334012747503E-02 -4.34776380701829834E-02
+ -4.70762851979288979E-02 -5.07995001626180415E-02 -5.46502378657316157E-02
+ -5.86314807451753517E-02 -6.27462366145147693E-02 -6.69975363197104073E-02
+ -7.13884312044109348E-02 -7.59219903746301550E-02 -8.06012977532340191E-02
+ -8.54294489144375307E-02 -9.04095476882359195E-02 -9.55447025242755765E-02
+ -1.00838022604455332E-01 -1.06292613683434609E-01 -1.11911573655455676E-01
+ -1.17697987859318287E-01 -1.23654924074489678E-01 -1.29785427206558335E-01
+ -1.36092513651178249E-01 -1.42579165323882179E-01 -1.49248323342876549E-01
+ -1.56102881351685041E-01 -1.63145678468291644E-01 -1.70379491847219844E-01
+ -1.77807028840846704E-01 -1.85430918746073037E-01 -1.93253704122283820E-01
+ -2.01277831654180117E-01 -2.09505642546442633E-01 -2.17939362493822647E-01
+ -2.26581091147246561E-01 -2.35432791075274289E-01 -2.44496276211696367E-01
+ -2.53773199775414571E-01 -2.63265041648674147E-01 -2.72973095200045424E-01
+ -2.82898453538951100E-01 -2.93041995188725590E-01 -3.03404369165703236E-01
+ -3.13985979452393593E-01 -3.24786968853270741E-01 -3.35807202209802980E-01
+ -3.47046248947669056E-01 -3.58503365053069067E-01 -3.70177474372975879E-01
+ -3.82067149240572612E-01 -3.94170590432809054E-01 -4.06485606455722404E-01
+ -4.19009592154523158E-01 -4.31739506647106253E-01 -4.44671850581515982E-01
+ -4.57802642719797925E-01 -4.71127395852709963E-01 -4.84641092052152167E-01
+ -4.98338157270669713E-01 -5.12212435289712831E-01 -5.26257160994609841E-01
+ -5.40464933137288051E-01 -5.54827686502252670E-01 -5.69336663485567218E-01
+ -5.83982385141496918E-01 -5.98754621729771452E-01 -6.13642362800910779E-01
+ -6.28633786861509725E-01 -6.43716230666473210E-01 -6.58876158190440875E-01
+ -6.74099129336049874E-01 -6.89369768442785413E-01 -7.04671732666149020E-01
+ -7.19987680298263655E-01 -7.35299239075250521E-01 -7.50586974687221242E-01
+ -7.65830359515494274E-01 -7.81007741660363353E-01 -7.96096314408329730E-01
+ -8.11072086262708880E-01 -8.25909851669717643E-01 -8.40583162581655885E-01
+ -8.55064301008736982E-01 -8.69324252721133450E-01 -8.83332682273341385E-01
+ -8.97057909533843567E-01 -9.10466887914222589E-01 -9.23525184503827368E-01
+ -9.36196962341589778E-01 -9.48444965066280732E-01 -9.60230504141616925E-01
+ -9.71513448923250755E-01 -9.82252219842851937E-01 -9.92403784989400184E-01
+ -1.00192366038081504E+00 -1.01076591423206175E+00 -1.01888317553878505E+00
+ -1.02622664730873914E+00 -1.03274612478589489E+00 -1.03839001902465711E+00
+ -1.04310538618444171E+00 -1.04683796292945530E+00 -1.04953220847610429E+00
+ -1.05113135352458409E+00 -1.05157745625510035E+00 -1.05081146618215171E+00
+ -1.04877329619027404E+00 -1.04540190317873116E+00 -1.04063537775997528E+00
+ -1.03441104346093615E+00 -1.02666556587948588E+00 -1.01733507224865516E+00
+ -1.00635528186042311E+00 -9.93661647798154579E-01 -9.79189510419585352E-01
+ -9.62874263027574728E-01 -9.44651530492975899E-01 -9.24457361019502377E-01
+ -9.02228430389418468E-01 -8.77902260380443056E-01 -8.51417451362605604E-01
+ -8.22713929314177084E-01 -7.91733207530050498E-01 -7.58418663255367553E-01
+ -7.22715829430922385E-01 -6.84572701684439622E-01 -6.43940060643689360E-01
+ -6.00771809582371752E-01 -5.55025327337323904E-01 -5.06661836357237494E-01
+ -4.55646786133618531E-01 -4.01950251821200477E-01 -3.45547344918365362E-01
+ -2.86418638284416105E-01 -2.24550604343212834E-01 -1.59936065426704632E-01
+ -9.25746553197146216E-02 -2.24732909144104015E-02  5.03533472807389110E-02
+  1.25882327207423872E-01  2.04081971515422511E-01  2.84911359825661126E-01
+  3.68319829021952039E-01  4.54246473816646623E-01  5.42619649663831027E-01
+  6.33356480078188899E-01  7.26362375351830458E-01  8.21530562261862940E-01
+  9.18741628502962815E-01  1.01786308623597499E+00  1.11874895889004589E+00
+  1.22123939567124284E+00  1.32516031855677707E+00  1.43032310688786657E+00
+  1.53652432501809599E+00  1.64354549882283774E+00  1.75115294723140247E+00
+  1.85909767530034031E+00  1.96711533563514029E+00  2.07492626543036707E+00
+  2.18223560825707352E+00  2.28873352653516893E+00  2.39409551309666835E+00
+  2.49798281086651697E+00  2.60004294956380466E+00  2.69991040859860121E+00
+  2.79720741558219377E+00  2.89154489006819215E+00  2.98252354229574745E+00
+  3.06973513679735088E+00  3.15276393075734163E+00  3.23118829694496634E+00
+  3.30458254124463080E+00  3.37251892836466238E+00  3.43456991662487532E+00
+  3.49031061075247617E+00  3.53932144548645367E+00  3.58119110456679213E+00
+  3.61551968053618333E+00  3.64192207935116397E+00  3.66003167199649715E+00
+  3.66950419312918497E+00  3.67002188419150777E+00  3.66129787536844864E+00
+  3.64308079715660416E+00  3.61515960808416770E+00  3.57736862070838946E+00
+  3.52959271299906252E+00  3.47177267333287398E+00  3.40391063573127495E+00
+  3.32607558133048986E+00  3.23840883942552793E+00  3.14112951847330057E+00
+  3.03453978469066810E+00  2.91902989078092956E+00  2.79508284014244168E+00
+  2.66327855241890843E+00  2.52429737416275435E+00  2.37892275340858772E+00
+  2.22804286876075830E+00  2.07265097197514203E+00  1.91384417263075424E+00
+  1.75282032677509436E+00  1.59087266444905406E+00  1.42938177146106327E+00
+  1.26980444305684004E+00  1.11365887538638209E+00  9.62505591461662702E-01
+  8.17923419651623407E-01  6.81479756361122346E-01  5.54694244856113072E-01
+  4.38994903228179689E-01  3.35665589918001106E-01  2.45783629645963231E-01
+  1.70146129109777666E-01  1.09183470942724348E-01  6.28587399141175562E-02
+  3.05470053280573889E-02  1.09158725762962660E-02  1.69814220478589368E-03
+ -2.07644299272403022E-04  6.94334849629471443E-05 -1.98437988138115756E-05
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00
+                              </PP_BETA.3>
+   <PP_DIJ type="real" size="    9" columns="3">
+ -3.33189442335256736E+00 -2.57201480485916179E-01  0.00000000000000000E+00
+ -2.57201480485916179E-01  1.87100214535779741E-02  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00 -1.06281508524929180E-01
+                                       </PP_DIJ>
+  <PP_AUGMENTATION q_with_l="T" nqf="0" cutoff_r="  1.6050553E+00" cutoff_r_index="  1074" iraug="  1074" nqlc="  3" lmax_aug="  2" shape="SINC**2" augmentation_epsilon="1.d-12">
+    <PP_Q type="real" size="    9" columns="3">
+  5.19212109436012814E-01  1.00312222083769553E-01  0.00000000000000000E+00
+  1.00312222083769553E-01  1.41703312329120989E-02  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  1.52757268203002616E-02
+                                       </PP_Q>
+    <PP_MULTIPOLES type="real" size="    27" columns="3">
+  5.19212109436012814E-01  1.00312222083769553E-01  0.00000000000000000E+00
+  1.00312222083769553E-01  1.41703312329120989E-02  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  1.52757268203002616E-02
+  0.00000000000000000E+00  0.00000000000000000E+00  4.00498369704344118E-02
+  0.00000000000000000E+00  0.00000000000000000E+00  1.10328804598339783E-02
+  4.00498369704344118E-02  1.10328804598339783E-02  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  8.55820795155529286E-03
+                                       </PP_MULTIPOLES>
+ <PP_QIJL.1.1.0 type="real" size="  1351" columns="3" first_index=" 1" second_index=" 1" composite_index=" 1" angular_momentum="0">
+  2.29001970637286359E-07  2.32695470936257986E-07  2.36448542525200114E-07
+  2.40262146210239465E-07  2.44137258294027232E-07  2.48074870825678090E-07
+  2.52075991854737434E-07  2.56141645689248710E-07  2.60272873157979883E-07
+  2.64470731876880684E-07  2.68736296519837851E-07  2.73070659093795668E-07
+  2.77474929218315114E-07  2.81950234409642188E-07  2.86497720369356359E-07
+  2.91118551277675889E-07  2.95813910091493424E-07  3.00584998847217369E-07
+  3.05433038968500289E-07  3.10359271578927363E-07  3.15364957819750461E-07
+  3.20451379172745607E-07  3.25619837788278419E-07  3.30871656818659801E-07
+  3.36208180756879399E-07  3.41630775780801457E-07  3.47140830102912085E-07
+  3.52739754325708813E-07  3.58428981802819598E-07  3.64209969005948392E-07
+  3.70084195897738311E-07  3.76053166310648201E-07  3.82118408331939644E-07
+  3.88281474694875423E-07  3.94543943176224087E-07  4.00907417000178626E-07
+  4.07373525248788085E-07  4.13943923279009797E-07  4.20620293146487540E-07
+  4.27404344036164294E-07  4.34297812699841513E-07  4.41302463900794607E-07
+  4.48420090865558560E-07  4.55652515743002688E-07  4.63001590070806555E-07
+  4.70469195249463056E-07  4.78057243023922472E-07  4.85767675973007841E-07
+  4.93602468006723621E-07  5.01563624871581725E-07  5.09653184664083754E-07
+  5.17873218352479411E-07  5.26225830306942964E-07  5.34713158838300907E-07
+  5.43337376745445855E-07  5.52100691871583502E-07  5.61005347669446483E-07
+  5.70053623775628453E-07  5.79247836594178671E-07  5.88590339889610399E-07
+  5.98083525389472308E-07  6.07729823396639056E-07  6.17531703411483241E-07
+  6.27491674764062788E-07  6.37612287256536568E-07  6.47896131815904293E-07
+  6.58345841157309440E-07  6.68964090458007380E-07  6.79753598042236409E-07
+  6.90717126077100523E-07  7.01857481279711277E-07  7.13177515635698832E-07
+  7.24680127129346311E-07  7.36368260485466462E-07  7.48244907923277818E-07
+  7.60313109922408356E-07  7.72575956001274515E-07  7.85036585508005198E-07
+  7.97698188424126543E-07  8.10564006181203641E-07  8.23637332490659338E-07
+  8.36921514186972563E-07  8.50419952084478301E-07  8.64136101847984587E-07
+  8.78073474877433624E-07  8.92235639206830104E-07  9.06626220417664494E-07
+  9.21248902567075225E-07  9.36107429130975196E-07  9.51205603962392366E-07
+  9.66547292265263197E-07  9.82136421583937068E-07  9.97976982808636895E-07
+  1.01407303119713364E-06  1.03042868741290601E-06  1.04704813858003611E-06
+  1.06393563935512565E-06  1.08109551301649347E-06  1.09853215257094775E-06
+  1.11625002187840226E-06  1.13425365679463476E-06  1.15254766633247471E-06
+  1.17113673384171893E-06  1.19002561820807789E-06  1.20921915507145943E-06
+  1.22872225806389979E-06  1.24853992006746190E-06  1.26867721449242446E-06
+  1.28913929657607801E-06  1.30993140470247443E-06  1.33105886174346200E-06
+  1.35252707642134736E-06  1.37434154469353644E-06  1.39650785115950254E-06
+  1.41903167049045409E-06  1.44191876888205481E-06  1.46517500553057724E-06
+  1.48880633413285790E-06  1.51281880441045477E-06  1.53721856365837751E-06
+  1.56201185831879913E-06  1.58720503558014978E-06  1.61280454500200208E-06
+  1.63881694016615708E-06  1.66524888035436939E-06  1.69210713225312150E-06
+  1.71939857168589913E-06  1.74713018537339932E-06  1.77530907272213799E-06
+  1.80394244764189102E-06  1.83303764039245876E-06  1.86260209946021064E-06
+  1.89264339346489177E-06  1.92316921309719035E-06  1.95418737308755071E-06
+  1.98570581420673832E-06  2.01773260529867290E-06  2.05027594534604215E-06
+  2.08334416556924260E-06  2.11694573155915481E-06  2.15108924544433134E-06
+  2.18578344809312957E-06  2.22103722135136093E-06  2.25685959031603402E-06
+  2.29325972564576526E-06  2.33024694590844927E-06  2.36783071996680146E-06
+  2.40602066940236377E-06  2.44482657097861433E-06  2.48425835914379815E-06
+  2.52432612857411981E-06  2.56504013675796607E-06  2.60641080662178250E-06
+  2.64844872919833189E-06  2.69116466633796117E-06  2.73456955346360403E-06
+  2.77867450237021630E-06  2.82349080406936675E-06  2.86902993167969335E-06
+  2.91530354336398287E-06  2.96232348531362449E-06  3.01010179478118009E-06
+  3.05865070316188710E-06  3.10798263912484202E-06  3.15811023179468106E-06
+  3.20904631398459478E-06  3.26080392548146192E-06  3.31339631638397495E-06
+  3.36683695049460720E-06  3.42113950876627588E-06  3.47631789280459466E-06
+  3.53238622842661562E-06  3.58935886927695783E-06  3.64725040050226372E-06
+  3.70607564248490722E-06  3.76584965463692127E-06  3.82658773925511575E-06
+  3.88830544543839276E-06  3.95101857306814495E-06  4.01474317685302295E-06
+  4.07949557043870832E-06  4.14529233058421372E-06  4.21215030140529183E-06
+  4.28008659868651829E-06  4.34911861426268056E-06  4.41926402047107283E-06
+  4.49054077467534056E-06  4.56296712386255275E-06  4.63656160931412362E-06
+  4.71134307135236334E-06  4.78733065416329728E-06  4.86454381069752239E-06
+  4.94300230764984362E-06  5.02272623051949363E-06  5.10373598875168800E-06
+  5.18605232096235483E-06  5.26969630024686886E-06  5.35468933957468404E-06
+  5.44105319727066073E-06  5.52880998258510866E-06  5.61798216135333664E-06
+  5.70859256174679791E-06  5.80066438011666880E-06  5.89422118693198254E-06
+  5.98928693281320077E-06  6.08588595466343868E-06  6.18404298189820597E-06
+  6.28378314277597358E-06  6.38513197083049696E-06  6.48811541140717454E-06
+  6.59275982830457968E-06  6.69909201052324145E-06  6.80713917912321825E-06
+  6.91692899419225926E-06  7.02848956192635023E-06  7.14184944182443416E-06
+  7.25703765399918319E-06  7.37408368660564270E-06  7.49301750338969079E-06
+  7.61386955135822743E-06  7.73667076857306758E-06  7.86145259207049009E-06
+  7.98824696590855128E-06  8.11708634934413180E-06  8.24800372514188852E-06
+  8.38103260801715878E-06  8.51620705321506077E-06  8.65356166522791941E-06
+  8.79313160665326423E-06  8.93495260719472497E-06  9.07906097280802233E-06
+  9.22549359499446101E-06  9.37428796024432721E-06  9.52548215963252681E-06
+  9.67911489856901709E-06  9.83522550670640712E-06  9.99385394800740176E-06
+  1.01550408309745185E-05  1.03188274190448756E-05  1.04852556411524682E-05
+  1.06543681024608966E-05  1.08262080952691058E-05  1.10008196100929885E-05
+  1.11782473469257176E-05  1.13585367266796230E-05  1.15417339028126200E-05
+  1.17278857731421067E-05  1.19170399918493245E-05  1.21092449816773617E-05
+  1.23045499463258318E-05  1.25030048830453862E-05  1.27046605954353876E-05
+  1.29095687064478854E-05  1.31177816716013393E-05  1.33293527924073776E-05
+  1.35443362300140756E-05  1.37627870190692316E-05  1.39847610818072216E-05
+  1.42103152423629563E-05  1.44395072413166936E-05  1.46723957504733410E-05
+  1.49090403878800985E-05  1.51495017330862997E-05  1.53938413426492086E-05
+  1.56421217658899434E-05  1.58944065609033995E-05  1.61507603108263686E-05
+  1.64112486403679341E-05  1.66759382326064430E-05  1.69448968460572738E-05
+  1.72181933320158528E-05  1.74958976521803206E-05  1.77780808965582627E-05
+  1.80648153016622880E-05  1.83561742689989355E-05  1.86522323838556754E-05
+  1.89530654343908257E-05  1.92587504310313559E-05  1.95693656261833164E-05
+  1.98849905342602305E-05  2.02057059520342743E-05  2.05315939793156573E-05
+  2.08627380399654166E-05  2.11992229032470160E-05  2.15411347055221606E-05
+  2.18885609722964482E-05  2.22415906406204403E-05  2.26003140818519678E-05
+  2.29648231247852973E-05  2.33352110791533687E-05  2.37115727595088788E-05
+  2.40940045094901257E-05  2.44826042264788081E-05  2.48774713866542919E-05
+  2.52787070704530376E-05  2.56864139884371738E-05  2.61006965075815304E-05
+  2.65216606779829700E-05  2.69494142600018977E-05  2.73840667518396793E-05
+  2.78257294175623567E-05  2.82745153155744838E-05  2.87305393275536297E-05
+  2.91939181878495911E-05  2.96647705133594886E-05  3.01432168338824627E-05
+  3.06293796229656525E-05  3.11233833292456311E-05  3.16253544082968819E-05
+  3.21354213549917807E-05  3.26537147363841528E-05  3.31803672251210978E-05
+  3.37155136333952001E-05  3.42592909474421625E-05  3.48118383625965240E-05
+  3.53732973189104939E-05  3.59438115373488483E-05  3.65235270565652709E-05
+  3.71125922702737114E-05  3.77111579652197675E-05  3.83193773597664852E-05
+  3.89374061430998271E-05  3.95654025150684002E-05  4.02035272266629227E-05
+  4.08519436211505363E-05  4.15108176758697425E-05  4.21803180447015565E-05
+  4.28606161012224206E-05  4.35518859825554451E-05  4.42543046339256428E-05
+  4.49680518539360556E-05  4.56933103405708527E-05  4.64302657379424212E-05
+  4.71791066837893967E-05  4.79400248577427953E-05  4.87132150303671077E-05
+  4.94988751129950215E-05  5.02972062083617566E-05  5.11084126620587999E-05
+  5.19327021148137884E-05  5.27702855556156977E-05  5.36213773756933170E-05
+  5.44861954233665758E-05  5.53649610597785804E-05  5.62578992155290643E-05
+  5.71652384482170963E-05  5.80872110009141436E-05  5.90240528615764538E-05
+  5.99760038234177072E-05  6.09433075462512450E-05  6.19262116188242331E-05
+  6.29249676221525382E-05  6.39398311938795113E-05  6.49710620936688689E-05
+  6.60189242696530859E-05  6.70836859259513814E-05  6.81656195912760265E-05
+  6.92650021886435485E-05  7.03821151062094402E-05  7.15172442692435989E-05
+  7.26706802132656173E-05  7.38427181583582775E-05  7.50336580846779224E-05
+  7.62438048091815870E-05  7.74734680635900383E-05  7.87229625736063354E-05
+  7.99926081394108885E-05  8.12827297174529927E-05  8.25936575035597225E-05
+  8.39257270173836121E-05  8.52792791882103323E-05  8.66546604421487653E-05
+  8.80522227907249317E-05  8.94723239209032294E-05  9.09153272865570607E-05
+  9.23816022014129309E-05  9.38715239334914910E-05  9.53854738010688361E-05
+  9.69238392701841456E-05  9.84870140537167889E-05  1.00075398212058915E-04
+  1.01689398255409562E-04  1.03329427247715518E-04  1.04995904912286143E-04
+  1.06689257739108208E-04  1.08409919093889495E-04  1.10158329328857192E-04
+  1.11934935895340463E-04  1.13740193458165562E-04  1.15574564011892422E-04
+  1.17438516998923201E-04  1.19332529429511043E-04  1.21257086003701890E-04
+  1.23212679235238189E-04  1.25199809577457663E-04  1.27218985551218368E-04
+  1.29270723874882684E-04  1.31355549596393561E-04  1.33473996227476355E-04
+  1.35626605880000486E-04  1.37813929404535947E-04  1.40036526531139122E-04
+  1.42294966012403943E-04  1.44589825768815856E-04  1.46921693036444013E-04
+  1.49291164517010194E-04  1.51698846530372490E-04  1.54145355169461667E-04
+  1.56631316457711258E-04  1.59157366509019092E-04  1.61724151690283082E-04
+  1.64332328786551748E-04  1.66982565168830634E-04  1.69675538964588228E-04
+  1.72411939231005009E-04  1.75192466131008018E-04  1.78017831112136672E-04
+  1.80888757088285733E-04  1.83805978624371094E-04  1.86770242123964760E-04
+  1.89782306019946817E-04  1.92842940968224056E-04  1.95952930044561761E-04
+  1.99113068944580977E-04  2.02324166186971204E-04  2.05587043319969433E-04
+  2.08902535131158691E-04  2.12271489860638938E-04  2.15694769417624067E-04
+  2.19173249600520859E-04  2.22707820320543448E-04  2.26299385828922423E-04
+  2.29948864947765837E-04  2.33657191304629272E-04  2.37425313570854433E-04
+  2.41254195703738091E-04  2.45144817192590706E-04  2.49098173308748597E-04
+  2.53115275359601648E-04  2.57197150946702157E-04  2.61344844228018544E-04
+  2.65559416184401838E-04  2.69841944890330632E-04  2.74193525789004236E-04
+  2.78615271971852823E-04  2.83108314462534097E-04  2.87673802505493111E-04
+  2.92312903859151345E-04  2.97026805093803729E-04  3.01816711894297037E-04
+  3.06683849367565841E-04  3.11629462355104460E-04  3.16654815750452465E-04
+  3.21761194821776114E-04  3.26949905539623527E-04  3.32222274909940479E-04
+  3.37579651312426316E-04  3.43023404844318414E-04  3.48554927669690357E-04
+  3.54175634374350064E-04  3.59886962326433401E-04  3.65690372042777503E-04
+  3.71587347561169127E-04  3.77579396818559197E-04  3.83668052035342655E-04
+  3.89854870105794677E-04  3.96141432994766534E-04  4.02529348140738834E-04
+  4.09020248865331240E-04  4.15615794789374923E-04  4.22317672255650034E-04
+  4.29127594758394837E-04  4.36047303379693066E-04  4.43078567232848706E-04
+  4.50223183912865218E-04  4.57482979954134869E-04  4.64859811295456138E-04
+  4.72355563752493188E-04  4.79972153497799166E-04  4.87711527548518535E-04
+  4.95575664261896842E-04  5.03566573838715691E-04  5.11686298834781593E-04
+  5.19936914680595836E-04  5.28320530209337464E-04  5.36839288193285968E-04
+  5.45495365888820660E-04  5.54290975590130634E-04  5.63228365191780606E-04
+  5.72309818760264569E-04  5.81537657114694607E-04  5.90914238416763654E-04
+  6.00441958770133225E-04  6.10123252829395508E-04  6.19960594418758268E-04
+  6.29956497160608889E-04  6.40113515114113028E-04  6.50434243424005210E-04
+  6.60921318979733005E-04  6.71577421085118079E-04  6.82405272138700324E-04
+  6.93407638324926171E-04  7.04587330316372028E-04  7.15947203987158743E-04
+  7.27490161137741946E-04  7.39219150231246657E-04  7.51137167141542389E-04
+  7.63247255913231028E-04  7.75552509533744615E-04  7.88056070717733839E-04
+  8.00761132703951004E-04  8.13670940064813489E-04  8.26788789528855013E-04
+  8.40118030816260509E-04  8.53662067487695269E-04  8.67424357806619722E-04
+  8.81408415615337584E-04  8.95617811224962992E-04  9.10056172319534417E-04
+  9.24727184874491554E-04  9.39634594089740465E-04  9.54782205337540856E-04
+  9.70173885125442405E-04  9.85813562074505960E-04  1.00170522791304811E-03
+  1.01785293848615128E-03  1.03426081478119039E-03  1.05093304396961006E-03
+  1.06787388046522612E-03  1.08508764699927771E-03  1.10257873571253267E-03
+  1.12035160926469393E-03  1.13841080196136328E-03  1.15676092089884259E-03
+  1.17540664712705197E-03  1.19435273683084079E-03  1.21360402252998099E-03
+  1.23316541429813078E-03  1.25304190100105988E-03  1.27323855155443938E-03
+  1.29376051620149228E-03  1.31461302781081318E-03  1.33580140319467205E-03
+  1.35733104444809476E-03  1.37920744030907189E-03  1.40143616754024279E-03
+  1.42402289233232115E-03  1.44697337172963519E-03  1.47029345507811268E-03
+  1.49398908549605168E-03  1.51806630136803468E-03  1.54253123786233810E-03
+  1.56739012847218785E-03  1.59264930658124327E-03  1.61831520705365975E-03
+  1.64439436784911725E-03  1.67089343166319359E-03  1.69781914759343979E-03
+  1.72517837283158284E-03  1.75297807438229772E-03  1.78122533080887270E-03
+  1.80992733400619013E-03  1.83909139100145772E-03  1.86872492578310295E-03
+  1.89883548115824625E-03  1.92943072063920217E-03  1.96051843035943306E-03
+  1.99210652101940210E-03  2.02420302986278285E-03  2.05681612268346272E-03
+  2.08995409586383140E-03  2.12362537844475391E-03  2.15783853422776666E-03
+  2.19260226391004972E-03  2.22792540725253460E-03  2.26381694528168375E-03
+  2.30028600252544417E-03  2.33734184928388513E-03  2.37499390393505717E-03
+  2.41325173527652970E-03  2.45212506490321636E-03  2.49162376962197563E-03
+  2.53175788390353710E-03  2.57253760237229978E-03  2.61397328233458574E-03
+  2.65607544634582915E-03  2.69885478481730933E-03  2.74232215866319646E-03
+  2.78648860198825628E-03  2.83136532481687280E-03  2.87696371586400801E-03
+  2.92329534534868651E-03  2.97037196785065452E-03  3.01820552521079493E-03
+  3.06680814947597703E-03  3.11619216588895215E-03  3.16637009592392327E-03
+  3.21735466036851244E-03  3.26915878245271187E-03  3.32179559102548615E-03
+  3.37527842377966002E-03  3.42962083052608842E-03  3.48483657651752973E-03
+  3.54093964582291934E-03  3.59794424475281052E-03  3.65586480533670747E-03
+  3.71471598885300420E-03  3.77451268941227883E-03  3.83527003759468648E-03
+  3.89700340414219108E-03  3.95972840370641729E-03  4.02346089865287474E-03
+  4.08821700292234108E-03  4.15401308595014004E-03  4.22086577664396861E-03
+  4.28879196742164032E-03  4.35780881830911959E-03  4.42793376109964620E-03
+  4.49918450357485612E-03  4.57157903378872972E-03  4.64513562441522688E-03
+  4.71987283716044509E-03  4.79580952724016629E-03  4.87296484792367878E-03
+  4.95135825514470690E-03  5.03100951218038699E-03  5.11193869439913531E-03
+  5.19416619407829950E-03  5.27771272529219387E-03  5.36259932887226797E-03
+  5.44884737743990457E-03  5.53647858051247409E-03  5.62551498968386771E-03
+  5.71597900388035821E-03  5.80789337469280256E-03  5.90128121178612724E-03
+  5.99616598838703229E-03  6.09257154685096270E-03  6.19052210430921963E-03
+  6.29004225839730965E-03  6.39115699306541576E-03  6.49389168447204231E-03
+  6.59827210696130664E-03  6.70432443912598666E-03  6.81207526995710518E-03
+  6.92155160508031372E-03  7.03278087308052864E-03  7.14579093191578842E-03
+  7.26061007542143279E-03  7.37726703990555788E-03  7.49579101083685216E-03
+  7.61621162962580756E-03  7.73855900050035572E-03  7.86286369747700616E-03
+  7.98915677142846350E-03  8.11746975724883871E-03  8.24783468111672281E-03
+  8.38028406785846364E-03  8.51485094841303823E-03  8.65156886739795218E-03
+  8.79047189077798372E-03  8.93159461363767122E-03  9.07497216805872725E-03
+  9.22064023110334696E-03  9.36863503290441199E-03  9.51899336486369645E-03
+  9.67175258795904130E-03  9.82695064116152935E-03  9.98462604996361650E-03
+  1.01448179350192881E-02  1.03075660208963183E-02  1.04729106449426464E-02
+  1.06408927662695676E-02  1.08115539748497441E-02  1.09849365007319306E-02
+  1.11610832233734834E-02  1.13400376810914322E-02  1.15218440806332673E-02
+  1.17065473068680703E-02  1.18941929325989855E-02  1.20848272284978225E-02
+  1.22784971731626259E-02  1.24752504632990365E-02  1.26751355240261078E-02
+  1.28782015193064144E-02  1.30844983625015236E-02  1.32940767270576157E-02
+  1.35069880573168832E-02  1.37232845794565909E-02  1.39430193125565996E-02
+  1.41662460797960400E-02  1.43930195197795804E-02  1.46233950979937112E-02
+  1.48574291183935728E-02  1.50951787351206197E-02  1.53367019643515443E-02
+  1.55820576962786422E-02  1.58313057072219238E-02  1.60845066718719870E-02
+  1.63417221756628865E-02  1.66030147272828166E-02  1.68684477713150725E-02
+  1.71380857010100633E-02  1.74119938711891943E-02  1.76902386112804087E-02
+  1.79728872384851204E-02  1.82600080710757749E-02  1.85516704418243125E-02
+  1.88479447115603264E-02  1.91489022828585688E-02  1.94546156138551141E-02
+  1.97651582321911809E-02  2.00806047490826589E-02  2.04010308735112673E-02
+  2.07265134265488260E-02  2.10571303558034842E-02  2.13929607499860237E-02
+  2.17340848535964963E-02  2.20805840817296650E-02  2.24325410349975121E-02
+  2.27900395145667067E-02  2.31531645373091316E-02  2.35220023510630677E-02
+  2.38966404500028269E-02  2.42771675901141473E-02  2.46636738047726171E-02
+  2.50562504204212937E-02  2.54549900723381600E-02  2.58599867205086195E-02
+  2.62713356655891600E-02  2.66891335649535565E-02  2.71134784488214417E-02
+  2.75444697364655953E-02  2.79822082524932292E-02  2.84267962431968106E-02
+  2.88783373929695220E-02  2.93369368407801687E-02  2.98027011967022942E-02
+  3.02757385584916314E-02  3.07561585282061928E-02  3.12440722288614900E-02
+  3.17395923211049868E-02  3.22428330199257401E-02  3.27539101113866402E-02
+  3.32729409693564293E-02  3.38000445722417206E-02  3.43353415197107728E-02
+  3.48789540494003347E-02  3.54310060535965518E-02  3.59916230958804984E-02
+  3.65609324277284889E-02  3.71390630050565732E-02  3.77261455046990352E-02
+  3.83223123408089200E-02  3.89276976811691461E-02  3.95424374633870299E-02
+  4.01666694109862402E-02  4.08005330493894439E-02  4.14441697217461380E-02
+  4.20977226046038502E-02  4.27613367234090866E-02  4.34351589678222197E-02
+  4.41193381068301568E-02  4.48140248036402386E-02  4.55193716303378890E-02
+  4.62355330822895871E-02  4.69626655922729119E-02  4.77009275443134456E-02
+  4.84504792872088585E-02  4.92114831477001510E-02  4.99841034432911974E-02
+  5.07685064947284229E-02  5.15648606380564242E-02  5.23733362362446692E-02
+  5.31941056903624948E-02  5.40273434502762870E-02  5.48732260248418063E-02
+  5.57319319915637323E-02  5.66036420056927753E-02  5.74885388087311502E-02
+  5.83868072363145502E-02  5.92986342254384277E-02  6.02242088209957310E-02
+  6.11637221815704360E-02  6.21173675844595083E-02  6.30853404299690779E-02
+  6.40678382448456596E-02  6.50650606848265228E-02  6.60772095362758272E-02
+  6.71044887168640164E-02  6.81471042752470613E-02  6.92052643897004549E-02
+  7.02791793656619423E-02  7.13690616321344395E-02  7.24751257368998481E-02
+  7.35975883404930836E-02  7.47366682088829171E-02  7.58925862047850203E-02
+  7.70655652775319999E-02  7.82558304515928310E-02  7.94636088135371316E-02
+  8.06891294973998974E-02  8.19326236684002479E-02  8.31943245049491797E-02
+  8.44744671788782292E-02  8.57732888338205574E-02  8.70910285616723900E-02
+  8.84279273770615243E-02  8.97842281897468231E-02  9.11601757748710939E-02
+  9.25560167409869156E-02  9.39719994957539245E-02  9.54083742091654807E-02
+  9.68653927744464877E-02  9.83433087663574540E-02  9.98423773967967998E-02
+  1.01362855467644231E-01  1.02905001320747591E-01  1.04469074784952237E-01
+  1.06055337120070828E-01  1.07664050957686941E-01  1.09295480238684600E-01
+  1.10949890147391664E-01  1.12627547042223261E-01  1.14328718382707292E-01
+  1.16053672652756665E-01  1.17802679279963018E-01  1.19576008551085161E-01
+  1.21373931523440504E-01  1.23196719931973758E-01  1.25044646091938022E-01
+  1.26917982797048884E-01  1.28817003212969156E-01  1.30741980765977817E-01
+  1.32693189026674235E-01  1.34670901588562264E-01  1.36675391941361579E-01
+  1.38706933338882371E-01  1.40765798661302011E-01  1.42852260271665810E-01
+  1.44966589866297596E-01  1.47109058319280867E-01  1.49279935520760576E-01
+  1.51479490208653422E-01  1.53707989793698735E-01  1.55965700177666505E-01
+  1.58252885564530266E-01  1.60569808264408698E-01  1.62916728490077045E-01
+  1.65293904145845244E-01  1.67701590608597184E-01  1.70140040500780715E-01
+  1.72609503455135760E-01  1.75110225870938774E-01  1.77642450661376128E-01
+  1.80206416992128443E-01  1.82802360011051157E-01  1.85430510568298235E-01
+  1.88091094926828212E-01  1.90784334463067723E-01  1.93510445357499089E-01
+  1.96269638274929908E-01  1.99062118034203761E-01  2.01888083267109220E-01
+  2.04747726066240310E-01  2.07641231621561312E-01  2.10568777845428573E-01
+  2.13530534985814785E-01  2.16526665227330939E-01  2.19557322279986228E-01
+  2.22622650955785262E-01  2.25722786732302561E-01  2.28857855303178176E-01
+  2.32027972115313758E-01  2.35233241892517986E-01  2.38473758145356318E-01
+  2.41749602666957969E-01  2.45060845014537565E-01  2.48407541976392837E-01
+  2.51789737024141425E-01  2.55207459749965948E-01  2.58660725288641868E-01
+  2.62149533724018502E-01  2.65673869479803593E-01  2.69233700694905820E-01
+  2.72828978582515536E-01  2.76459636772890704E-01  2.80125590639712985E-01
+  2.83826736609846086E-01  2.87562951456338811E-01  2.91334091574526333E-01
+  2.95139992241097937E-01  2.98980466856015481E-01  3.02855306167182925E-01
+  3.06764277477781955E-01  3.10707123836211296E-01  3.14683563208570771E-01
+  3.18693287633712796E-01  3.22735962360987505E-01  3.26811224970454117E-01
+  3.30918684475684066E-01  3.35057920409267129E-01  3.39228481891134914E-01
+  3.43429886679843421E-01  3.47661620206992872E-01  3.51923134595000187E-01
+  3.56213847658477911E-01  3.60533141889509468E-01  3.64880363427161625E-01
+  3.69254821011614442E-01  3.73655784923425438E-01  3.78082485908829147E-01
+  3.82534114090480826E-01  3.87009817864789940E-01  3.91508702786735996E-01
+  3.96029830442711062E-01  4.00572217312168743E-01  4.05134833618925383E-01
+  4.09716602173036626E-01  4.14316397204241182E-01  4.18933043188051912E-01
+  4.23565313665647536E-01  4.28211930058814860E-01  4.32871560481273066E-01
+  4.37542818547983325E-01  4.42224262185473005E-01  4.46914392441223440E-01
+  4.51611652295077826E-01  4.56314425476125884E-01  4.61021035286152903E-01
+  4.65729743431731735E-01  4.70438748867169410E-01  4.75146186650661551E-01
+  4.79850126816130151E-01  4.84548573263370197E-01  4.89239462669275316E-01
+  4.93920663423053852E-01  4.98589974588515672E-01  5.03245124896863349E-01
+  5.07883771776913906E-01  5.12503500419464353E-01  5.17101822879210693E-01
+  5.21676177224405069E-01  5.26223926735700620E-01  5.30742359158373533E-01
+  5.35228686012426014E-01  5.39680041965264312E-01  5.44093484271865768E-01
+  5.48465992287541226E-01  5.52794467058628447E-01  5.57075730996660523E-01
+  5.61306527641778907E-01  5.65483521521549681E-01  5.69603298117871359E-01
+  5.73662363939143383E-01  5.77657146696122004E-01  5.81583995605881365E-01
+  5.85439181825050170E-01  5.89218899019149589E-01  5.92919264075679187E-01
+  5.96536317968821894E-01  6.00066026783884987E-01  6.03504282909821388E-01
+  6.06846906408419318E-01  6.10089646568965249E-01  6.13228183657419601E-01
+  6.16258130869431264E-01  6.19175036506320220E-01  6.21974386376339616E-01
+  6.24651606402398474E-01  6.27202065485072291E-01  6.29621078620724028E-01
+  6.31903910283030057E-01  6.34045778078422217E-01  6.36041856686083373E-01
+  6.37887282093235419E-01  6.39577156136537761E-01  6.41106551360476118E-01
+  6.42470516203648256E-01  6.43664080523861037E-01  6.44682261472921292E-01
+  6.45520069743709013E-01  6.46172516203370018E-01  6.46634618857316656E-01
+  6.46901410223848727E-01  6.46967945117252530E-01  6.46829308843064776E-01
+  6.46480625815037069E-01  6.45917068602940070E-01  6.45133867419894425E-01
+  6.44126320057393120E-01  6.42889802275589006E-01  6.41419778655765382E-01
+  6.39711813921152395E-01  6.37761584731439179E-01  6.35564891966942547E-01
+  6.33117673528020619E-01  6.30416017539602747E-01  6.27456176058702297E-01
+  6.24234579281634616E-01  6.20747850234210419E-01  6.16992819941712733E-01
+  6.12966543073806158E-01  6.08666314057728308E-01  6.04089683651207188E-01
+  5.99234475964444457E-01  5.94098805918348294E-01  5.88681097123791686E-01
+  5.82980100164225190E-01  5.76994911269988919E-01  5.70724991400881843E-01
+  5.64170185570230798E-01  5.57330742476974450E-01  5.50207334437666784E-01
+  5.42801077553699995E-01  5.35113552073721244E-01  5.27146822907606838E-01
+  5.18903460244249382E-01  5.10386560221311569E-01  5.01599765590651114E-01
+  4.92547286318681388E-01  4.83233920056121258E-01  4.73665072406860010E-01
+  4.63846776924550841E-01  4.53785714791836270E-01  4.43489233985327802E-01
+  4.32965367892542696E-01  4.22222853333163783E-01  4.11271147847143026E-01
+  4.00120446140855623E-01  3.88781695577273934E-01  3.77266610590477391E-01
+  3.65587685898819514E-01  3.53758208385413608E-01  3.41792267508662539E-01
+  3.29704764100027581E-01  3.17511417400472784E-01  3.05228770181373732E-01
+  2.92874191774778359E-01  2.80465878844601335E-01  2.68022853772765968E-01
+  2.55564960469075730E-01  2.43112857422881301E-01  2.30688007816275603E-01
+  2.18312666515372178E-01  2.06009863754110678E-01  1.93803385323275235E-01
+  1.81717749076763468E-01  1.69778177567000838E-01  1.58010566622577731E-01
+  1.46441449683003544E-01  1.35097957706767524E-01  1.24007774356859668E-01
+  1.13199086410230090E-01  1.02700529461773868E-01  9.25411284283137320E-02
+  8.27502328026640255E-02  7.33574465339609655E-02  6.43925524291302787E-02
+  5.58854309243454819E-02  4.78659733104443708E-02  4.03639887978698916E-02
+  3.34091070849450861E-02  2.70306715243622125E-02  2.12576354204265655E-02
+  1.61184356730993475E-02  1.16408688534270811E-02  7.85210182282540872E-03
+  4.77765319229010894E-03  2.44555839691056607E-03  8.67817727247975059E-04
+  1.13159381532367974E-04 -2.20039743280078814E-05  6.28864358316848294E-06
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00
+                       </PP_QIJL.1.1.0>
+ <PP_QIJL.1.2.0 type="real" size="  1351" columns="3" first_index=" 1" second_index=" 2" composite_index=" 2" angular_momentum="0">
+  4.42433759126709117E-08  4.49569633185181387E-08  4.56820599483621428E-08
+  4.64188514307655230E-08  4.71675263882326449E-08  4.79282764854979964E-08
+  4.87012964785929469E-08  4.94867842647045415E-08  5.02849409328378785E-08
+  5.10959708152958934E-08  5.19200815399894600E-08  5.27574840835909975E-08
+  5.36083928255454471E-08  5.44730256029525210E-08  5.53516037663339155E-08
+  5.62443522363000605E-08  5.71514995611308894E-08  5.80732779752850370E-08
+  5.90099234588532280E-08  5.99616757979699834E-08  6.09287786462000635E-08
+  6.19114795869148415E-08  6.29100301966748318E-08  6.39246861096342512E-08
+  6.49557070829846503E-08  6.60033570634538554E-08  6.70679042548773999E-08
+  6.81496211868600869E-08  6.92487847845445185E-08  7.03656764395053576E-08
+  7.15005820817866082E-08  7.26537922531010909E-08  7.38256021812102063E-08
+  7.50163118555037844E-08  7.62262261037982328E-08  7.74556546703741587E-08
+  7.87049122952719671E-08  7.99743187948666902E-08  8.12641991437423774E-08
+  8.25748835578868379E-08  8.39067075792283741E-08  8.52600121615359868E-08
+  8.66351437577046248E-08  8.80324544084489184E-08  8.94523018324267037E-08
+  9.08950495178167443E-08  9.23610668153729371E-08  9.38507290329795793E-08
+  9.53644175317319307E-08  9.69025198235656808E-08  9.84654296704620966E-08
+  1.00053547185252129E-07  1.01667278934047089E-07  1.03307038040321209E-07
+  1.04973244290672453E-07  1.06666324242290010E-07  1.08386711332153978E-07
+  1.10134845987997262E-07  1.11911175741056541E-07  1.13716155340641914E-07
+  1.15550246870554369E-07  1.17413919867380696E-07  1.19307651440697720E-07
+  1.21231926395211418E-07  1.23187237354872145E-07  1.25174084888984577E-07
+  1.27192977640358406E-07  1.29244432455519464E-07  1.31328974517027544E-07
+  1.33447137477921358E-07  1.35599463598339184E-07  1.37786503884335575E-07
+  1.40008818228944080E-07  1.42266975555508375E-07  1.44561553963331856E-07
+  1.46893140875670174E-07  1.49262333190114659E-07  1.51669737431399577E-07
+  1.54115969906674703E-07  1.56601656863281141E-07  1.59127434649073174E-07
+  1.61693949875324740E-07  1.64301859582263976E-07  1.66951831407277152E-07
+  1.69644543755825966E-07  1.72380685975121305E-07  1.75160958530597263E-07
+  1.77986073185233072E-07  1.80856753181765800E-07  1.83773733427842588E-07
+  1.86737760684158375E-07  1.89749593755629008E-07  1.92810003685647153E-07
+  1.95919773953470545E-07  1.99079700674795471E-07  2.02290592805563429E-07
+  2.05553272349056185E-07  2.08868574566329860E-07  2.12237348190044059E-07
+  2.15660455641738892E-07  2.19138773252616550E-07  2.22673191487884125E-07
+  2.26264615174714178E-07  2.29913963733882079E-07  2.33622171415139593E-07
+  2.37390187536384223E-07  2.41218976726686006E-07  2.45109519173235077E-07
+  2.49062810872270040E-07  2.53079863884054236E-07  2.57161706591966024E-07
+  2.61309383965764772E-07  2.65523957829105778E-07  2.69806507131367227E-07
+  2.74158128223863291E-07  2.78579935140510881E-07  2.83073059883023786E-07
+  2.87638652710705410E-07  2.92277882434917074E-07  2.96991936718294312E-07
+  3.01782022378788815E-07  3.06649365698615234E-07  3.11595212738180220E-07
+  3.16620829655073552E-07  3.21727503028206096E-07  3.26916540187173808E-07
+  3.32189269546934422E-07  3.37547040947881760E-07  3.42991226001405734E-07
+  3.48523218441023718E-07  3.54144434479176872E-07  3.59856313169780303E-07
+  3.65660316776619881E-07  3.71557931147691456E-07  3.77550666095577685E-07
+  3.83640055783958639E-07  3.89827659120356892E-07  3.96115060155215932E-07
+  4.02503868487417340E-07  4.08995719676334743E-07  4.15592275660536487E-07
+  4.22295225183239014E-07  4.29106284224623690E-07  4.36027196441124820E-07
+  4.43059733611803569E-07  4.50205696091919602E-07  4.57466913273820240E-07
+  4.64845244055260154E-07  4.72342577315276182E-07  4.79960832397736991E-07
+  4.87701959602689160E-07  4.95567940685631694E-07  5.03560789364837837E-07
+  5.11682551836864346E-07  5.19935307300370964E-07  5.28321168488388937E-07
+  5.36842282209174840E-07  5.45500829895787473E-07  5.54299028164526305E-07
+  5.63239129382378648E-07  5.72323422243617639E-07  5.81554232355698002E-07
+  5.90933922834604695E-07  6.00464894909800666E-07  6.10149588538929777E-07
+  6.19990483032438278E-07  6.29990097688265171E-07  6.40150992436771504E-07
+  6.50475768496070814E-07  6.60967069037927360E-07  6.71627579864394309E-07
+  6.82460030095366051E-07  6.93467192867217114E-07  7.04651886042710219E-07
+  7.16016972932351879E-07  7.27565363027382415E-07  7.39300012744588335E-07
+  7.51223926183130085E-07  7.63340155893559764E-07  7.75651803659272652E-07
+  7.88162021290518653E-07  8.00874011431268402E-07  8.13791028379041851E-07
+  8.26916378918007412E-07  8.40253423165469527E-07  8.53805575432056137E-07
+  8.67576305095729103E-07  8.81569137489942721E-07  8.95787654806069656E-07
+  9.10235497010438305E-07  9.24916362776105887E-07  9.39834010429708291E-07
+  9.54992258913529522E-07  9.70394988763140565E-07  9.86046143100752825E-07
+  1.00194972864464021E-06  1.01810981673478993E-06  1.03453054437515137E-06
+  1.05121611529263326E-06  1.06817080101323940E-06  1.08539894195550006E-06
+  1.10290494854159711E-06  1.12069330232634864E-06  1.13876855714446208E-06
+  1.15713534027622420E-06  1.17579835363205968E-06  1.19476237495612345E-06
+  1.21403225904936907E-06  1.23361293901228130E-06  1.25350942750770513E-06
+  1.27372681804399559E-06  1.29427028627888797E-06  1.31514509134438719E-06
+  1.33635657719302182E-06  1.35791017396581164E-06  1.37981139938229504E-06
+  1.40206586015297513E-06  1.42467925341454037E-06  1.44765736818823281E-06
+  1.47100608686173726E-06  1.49473138669496554E-06  1.51883934135012134E-06
+  1.54333612244644827E-06  1.56822800114004177E-06  1.59352134972914493E-06
+  1.61922264328532810E-06  1.64533846131097313E-06  1.67187548942349208E-06
+  1.69884052106669820E-06  1.72624045924978621E-06  1.75408231831434588E-06
+  1.78237322572987309E-06  1.81112042391824172E-06  1.84033127210759025E-06
+  1.87001324821611228E-06  1.90017395076621349E-06  1.93082110082955113E-06
+  1.96196254400342338E-06  1.99360625241905185E-06  2.02576032678222139E-06
+  2.05843299844685362E-06  2.09163263152200429E-06  2.12536772501283778E-06
+  2.15964691499613464E-06  2.19447897683086974E-06  2.22987282740445255E-06
+  2.26583752741517473E-06  2.30238228369147023E-06  2.33951645154857567E-06
+  2.37724953718319448E-06  2.41559120010676644E-06  2.45455125561798980E-06
+  2.49413967731520109E-06  2.53436659964927564E-06  2.57524232051769057E-06
+  2.61677730390041722E-06  2.65898218253831848E-06  2.70186776065473938E-06
+  2.74544501672097775E-06  2.78972510626635413E-06  2.83471936473358399E-06
+  2.88043931038020139E-06  2.92689664722677030E-06  2.97410326805262068E-06
+  3.02207125743990663E-06  3.07081289486673310E-06  3.12034065785017586E-06
+  3.17066722513996287E-06  3.22180547996366672E-06  3.27376851332421194E-06
+  3.32656962735055781E-06  3.38022233870241666E-06  3.43474038202984655E-06
+  3.49013771348865262E-06  3.54642851431246064E-06  3.60362719444237976E-06
+  3.66174839621519617E-06  3.72080699811103648E-06  3.78081811856144875E-06
+  3.84179711981889667E-06  3.90375961188863066E-06  3.96672145652395889E-06
+  4.03069877128594064E-06  4.09570793366852615E-06  4.16176558529021435E-06
+  4.22888863615328854E-06  4.29709426897171945E-06  4.36639994356886704E-06
+  4.43682340134605287E-06  4.50838266982321060E-06  4.58109606725273545E-06
+  4.65498220730766253E-06  4.73006000384557828E-06  4.80634867574912071E-06
+  4.88386775184477090E-06  4.96263707590067264E-06  5.04267681170531996E-06
+  5.12400744822781661E-06  5.20664980486164011E-06  5.29062503675262221E-06
+  5.37595464021315717E-06  5.46266045822336825E-06  5.55076468602127692E-06
+  5.64028987678276362E-06  5.73125894739345011E-06  5.82369518431326257E-06
+  5.91762224953589617E-06  6.01306418664400886E-06  6.11004542696237362E-06
+  6.20859079580985149E-06  6.30872551885252836E-06  6.41047522855890643E-06
+  6.51386597075949592E-06  6.61892421131179464E-06  6.72567684287307275E-06
+  6.83415119178197342E-06  6.94437502505138810E-06  7.05637655747368484E-06
+  7.17018445884087304E-06  7.28582786128072782E-06  7.40333636671158043E-06
+  7.52274005441685860E-06  7.64406948874215128E-06  7.76735572691587562E-06
+  7.89263032699647130E-06  8.01992535594720289E-06  8.14927339784162550E-06
+  8.28070756220078438E-06  8.41426149246528084E-06  8.54996937460340547E-06
+  8.68786594585851183E-06  8.82798650363686191E-06  8.97036691453920144E-06
+  9.11504362353741311E-06  9.26205366329958535E-06  9.41143466366478901E-06
+  9.56322486127118062E-06  9.71746310933861289E-06  9.87418888760953197E-06
+  1.00334423124494981E-05  1.01952641471110072E-05  1.03596958121621998E-05
+  1.05267793960841645E-05  1.06965576660384212E-05  1.08690740788085514E-05
+  1.10443727919175084E-05  1.12224986749246404E-05  1.14034973209042396E-05
+  1.15874150581095701E-05  1.17742989618242461E-05  1.19641968664052553E-05
+  1.21571573775192847E-05  1.23532298845769219E-05  1.25524645733666007E-05
+  1.27549124388924814E-05  1.29606252984189985E-05  1.31696558047256460E-05
+  1.33820574595752498E-05  1.35978846273992813E-05  1.38171925492035950E-05
+  1.40400373566982091E-05  1.42664760866547357E-05  1.44965666954950647E-05
+  1.47303680741151046E-05  1.49679400629472964E-05  1.52093434672657232E-05
+  1.54546400727378181E-05  1.57038926612265551E-05  1.59571650268471611E-05
+  1.62145219922824716E-05  1.64760294253610764E-05  1.67417542559024705E-05
+  1.70117644928335235E-05  1.72861292415806030E-05  1.75649187217418609E-05
+  1.78482042850440193E-05  1.81360584335885246E-05  1.84285548383913232E-05
+  1.87257683582214433E-05  1.90277750587427404E-05  1.93346522319639758E-05
+  1.96464784160020739E-05  1.99633334151636270E-05  2.02852983203497427E-05
+  2.06124555297893809E-05  2.09448887701066522E-05  2.12826831177271803E-05
+  2.16259250206291291E-05  2.19747023204444668E-05  2.23291042749159343E-05
+  2.26892215807157499E-05  2.30551463966313986E-05  2.34269723671248736E-05
+  2.38047946462710037E-05  2.41887099220811970E-05  2.45788164412186487E-05
+  2.49752140341113815E-05  2.53780041404695054E-05  2.57872898352130661E-05
+  2.62031758548173139E-05  2.66257686240818621E-05  2.70551762833306971E-05
+  2.74915087160497149E-05  2.79348775769692987E-05  2.83853963205985113E-05
+  2.88431802302186022E-05  2.93083464473429389E-05  2.97810140016508536E-05
+  3.02613038414032911E-05  3.07493388643474843E-05  3.12452439491190331E-05
+  3.17491459871491175E-05  3.22611739150848226E-05  3.27814587477310359E-05
+  3.33101336115223566E-05  3.38473337785330410E-05  3.43931967010341103E-05
+  3.49478620466061793E-05  3.55114717338170881E-05  3.60841699684731428E-05
+  3.66661032804532113E-05  3.72574205611353343E-05  3.78582731014248119E-05
+  3.84688146303938203E-05  3.90892013545422973E-05  3.97195919976898597E-05
+  4.03601478415090611E-05  4.10110327667102139E-05  4.16724132948880559E-05
+  4.23444586310412459E-05  4.30273407067748655E-05  4.37212342241973803E-05
+  4.44263167005232057E-05  4.51427685133918430E-05  4.58707729469150908E-05
+  4.66105162384642988E-05  4.73621876262090961E-05  4.81259793974199532E-05
+  4.89020869375465718E-05  4.96907087800847137E-05  5.04920466572438478E-05
+  5.13063055514286883E-05  5.21336937475473888E-05  5.29744228861597292E-05
+  5.38287080174787455E-05  5.46967676562391190E-05  5.55788238374471501E-05
+  5.64751021730251985E-05  5.73858319093656073E-05  5.83112459858083941E-05
+  5.92515810940575421E-05  6.02070777385507530E-05  6.11779802977979883E-05
+  6.21645370867044122E-05  6.31670004198930837E-05  6.41856266760437499E-05
+  6.52206763632635895E-05  6.62724141855066708E-05  6.73411091100585850E-05
+  6.84270344361030718E-05  6.95304678643891513E-05  7.06516915680145772E-05
+  7.17909922643446535E-05  7.29486612880835439E-05  7.41249946655175097E-05
+  7.53202931899475301E-05  7.65348624983312016E-05  7.77690131491530788E-05
+  7.90230607015421734E-05  8.02973257956576440E-05  8.15921342343619216E-05
+  8.29078170662023053E-05  8.42447106697213828E-05  8.56031568391173094E-05
+  8.69835028712769042E-05  8.83861016542015939E-05  8.98113117568491074E-05
+  9.12594975204130933E-05  9.27310291510640398E-05  9.42262828141737611E-05
+  9.57456407300483084E-05  9.72894912711920581E-05  9.88582290611277395E-05
+  1.00452255074797187E-04  1.02071976740568003E-04  1.03717808043870893E-04
+  1.05390169632494160E-04  1.07089488923560686E-04  1.08816200212216336E-04
+  1.10570744782054585E-04  1.12353571017305895E-04  1.14165134516819357E-04
+  1.16005898209864638E-04  1.17876332473784067E-04  1.19776915253523103E-04
+  1.21708132183069389E-04  1.23670476708830708E-04  1.25664450214981637E-04
+  1.27690562150811000E-04  1.29749330160100750E-04  1.31841280212569213E-04
+  1.33966946737409102E-04  1.36126872758957827E-04  1.38321610034529733E-04
+  1.40551719194446066E-04  1.42817769884295690E-04  1.45120340909463656E-04
+  1.47460020381961609E-04  1.49837405869597637E-04  1.52253104547520930E-04
+  1.54707733352180056E-04  1.57201919137731571E-04  1.59736298834938054E-04
+  1.62311519612594378E-04  1.64928239041521932E-04  1.67587125261168916E-04
+  1.70288857148863382E-04  1.73034124491755633E-04  1.75823628161493877E-04
+  1.78658080291674781E-04  1.81538204458112356E-04  1.84464735861970575E-04
+  1.87438421515803575E-04  1.90460020432548817E-04  1.93530303817519346E-04
+  1.96650055263442025E-04  1.99820070948590150E-04  2.03041159838055548E-04
+  2.06314143888213739E-04  2.09639858254424550E-04  2.13019151502027776E-04
+  2.16452885820681706E-04  2.19941937242093452E-04  2.23487195861195152E-04
+  2.27089566060821244E-04  2.30749966739938518E-04  2.34469331545485762E-04
+  2.38248609107878732E-04  2.42088763280236410E-04  2.45990773381386731E-04
+  2.49955634442710121E-04  2.53984357458879296E-04  2.58077969642556300E-04
+  2.62237514683104692E-04  2.66464053009382367E-04  2.70758662056684552E-04
+  2.75122436537886554E-04  2.79556488718859576E-04  2.84061948698222414E-04
+  2.88639964691495671E-04  2.93291703319727430E-04  2.98018349902658001E-04
+  3.02821108756491490E-04  3.07701203496349126E-04  3.12659877343470242E-04
+  3.17698393437237643E-04  3.22818035152098678E-04  3.28020106419452725E-04
+  3.33305932054585904E-04  3.38676858088739815E-04  3.44134252106374848E-04
+  3.49679503587712204E-04  3.55314024256636596E-04  3.61039248434039627E-04
+  3.66856633396686106E-04  3.72767659741687039E-04  3.78773831756663653E-04
+  3.84876677795688044E-04  3.91077750661088231E-04  3.97378627991203353E-04
+  4.03780912654182330E-04  4.10286233147904623E-04  4.16896244006126164E-04
+  4.23612626210958111E-04  4.30437087611746944E-04  4.37371363350459730E-04
+  4.44417216293673195E-04  4.51576437471262044E-04  4.58850846521893232E-04
+  4.66242292145412746E-04  4.73752652562244177E-04  4.81383835979890722E-04
+  4.89137781066650216E-04  4.97016457432645554E-04  5.05021866118286170E-04
+  5.13156040090250636E-04  5.21421044745109630E-04  5.29818978420738352E-04
+  5.38351972915581930E-04  5.47022194015906078E-04  5.55831842031148595E-04
+  5.64783152337486392E-04  5.73878395929745366E-04  5.83119879981762587E-04
+  5.92509948415333751E-04  6.02050982477863412E-04  6.11745401328840188E-04
+  6.21595662635274627E-04  6.31604263176216733E-04  6.41773739456476190E-04
+  6.52106668329674975E-04  6.62605667630819040E-04  6.73273396818474079E-04
+  6.84112557626677322E-04  6.95125894726736165E-04  7.06316196399051663E-04
+  7.17686295215105982E-04  7.29239068729757361E-04  7.40977440183987978E-04
+  7.52904379218246309E-04  7.65022902596535241E-04  7.77336074941390983E-04
+  7.89847009479906432E-04  8.02558868800938075E-04  8.15474865623626657E-04
+  8.28598263577491265E-04  8.41932377994174361E-04  8.55480576710987710E-04
+  8.69246280886436240E-04  8.83232965827880525E-04  8.97444161831504206E-04
+  9.11883455034746154E-04  9.26554488281365867E-04  9.41460961999315252E-04
+  9.56606635091572575E-04  9.71995325840125518E-04  9.87630912823262699E-04
+  1.00351733584634877E-03  1.01965859688619683E-03  1.03605876104937615E-03
+  1.05272195754455488E-03  1.06965238066899257E-03  1.08685429080942401E-03
+  1.10433201545749658E-03  1.12208995023995611E-03  1.14013255996376294E-03
+  1.15846437967632261E-03  1.17709001574102892E-03  1.19601414692829008E-03
+  1.21524152552225130E-03  1.23477697844338267E-03  1.25462540838713584E-03
+  1.27479179497876289E-03  1.29528119594470113E-03  1.31609874830067894E-03
+  1.33724966955658985E-03  1.35873925893841788E-03  1.38057289862740019E-03
+  1.40275605501664078E-03  1.42529427998535577E-03  1.44819321219097179E-03
+  1.47145857837926042E-03  1.49509619471271688E-03  1.51911196811738928E-03
+  1.54351189764835085E-03  1.56830207587402141E-03  1.59348869027940146E-03
+  1.61907802468866380E-03  1.64507646070737165E-03  1.67149047918421843E-03
+  1.69832666169263515E-03  1.72559169203244031E-03  1.75329235775176597E-03
+  1.78143555168943572E-03  1.81002827353800300E-03  1.83907763142764926E-03
+  1.86859084353113714E-03  1.89857523969001610E-03  1.92903826306226544E-03
+  1.95998747179157917E-03  1.99143054069830837E-03  2.02337526299245724E-03
+  2.05582955200923814E-03  2.08880144296681811E-03  2.12229909474661053E-03
+  2.15633079169632279E-03  2.19090494545591584E-03  2.22603009680668327E-03
+  2.26171491754358859E-03  2.29796821237104138E-03  2.33479892082227337E-03
+  2.37221611920246898E-03  2.41022902255581123E-03  2.44884698665657477E-03
+  2.48807951002423403E-03  2.52793623596278506E-03  2.56842695462522128E-03
+  2.60956160510230316E-03  2.65135027753599052E-03  2.69380321525770254E-03
+  2.73693081695152276E-03  2.78074363884244424E-03  2.82525239690972979E-03
+  2.87046796912550405E-03  2.91640139771860924E-03  2.96306389146383173E-03
+  3.01046682799651711E-03  3.05862175615263972E-03  3.10754039833413933E-03
+  3.15723465289936530E-03  3.20771659658015572E-03  3.25899848692407911E-03
+  3.31109276476199794E-03  3.36401205670111255E-03  3.41776917764343661E-03
+  3.47237713332965853E-03  3.52784912290824522E-03  3.58419854152982990E-03
+  3.64143898296666107E-03  3.69958424225703963E-03  3.75864831837461342E-03
+  3.81864541692233418E-03  3.87958995285070732E-03  3.94149655319952965E-03
+  4.00438005986535322E-03  4.06825553239251094E-03  4.13313825078733248E-03
+  4.19904371835562625E-03  4.26598766456309179E-03  4.33398604791836693E-03
+  4.40305505887828019E-03  4.47321112277493903E-03  4.54447090276421158E-03
+  4.61685130279515087E-03  4.69036947059984968E-03  4.76504280070321005E-03
+  4.84088893745187199E-03  4.91792577806049631E-03  4.99617147567834805E-03
+  5.07564444247348909E-03  5.15636335273291727E-03  5.23834714597861892E-03
+  5.32161503009883404E-03  5.40618648449361135E-03  5.49208126323380303E-03
+  5.57931939823254515E-03  5.66792120242822547E-03  5.75790727297791852E-03
+  5.84929849446016829E-03  5.94211604208599777E-03  6.03638138491671954E-03
+  6.13211628908544738E-03  6.22934282102541575E-03  6.32808335070266220E-03
+  6.42836055484867237E-03  6.53019742019300947E-03  6.63361724669437203E-03
+  6.73864365076836964E-03  6.84530056851028086E-03  6.95361225891099298E-03
+  7.06360330706418561E-03  7.17529862736275906E-03  7.28872346668247174E-03
+  7.40390340755055568E-03  7.52086437129702388E-03  7.63963262118347655E-03
+  7.76023476551207167E-03  7.88269776071338912E-03  8.00704891440438479E-03
+  8.13331588841607195E-03  8.26152670178832704E-03  8.39170973372873295E-03
+  8.52389372653236319E-03  8.65810778845928393E-03  8.79438139656644850E-03
+  8.93274439949033605E-03  9.07322702017691191E-03  9.21585985855491278E-03
+  9.36067389414871505E-03  9.50770048862304394E-03  9.65697138825969553E-03
+  9.80851872636863756E-03  9.96237502561716885E-03  1.01185732002761972E-02
+  1.02771465583792552E-02  1.04381288037892223E-02  1.06015540381674753E-02
+  1.07674567628401243E-02  1.09358718805555831E-02  1.11068346971278376E-02
+  1.12803809229592485E-02  1.14565466744366642E-02  1.16353684751945331E-02
+  1.18168832572342081E-02  1.20011283618942019E-02  1.21881415406802050E-02
+  1.23779609559280003E-02  1.25706251812962022E-02  1.27661732020823496E-02
+  1.29646444153541877E-02  1.31660786298876658E-02  1.33705160659030493E-02
+  1.35779973545901572E-02  1.37885635374134109E-02  1.40022560651871415E-02
+  1.42191167969113654E-02  1.44391879983577030E-02  1.46625123403910772E-02
+  1.48891328970125695E-02  1.51190931431413860E-02  1.53524369520963259E-02
+  1.55892085927682496E-02  1.58294527264745168E-02  1.60732144034828849E-02
+  1.63205390591916431E-02  1.65714725099528511E-02  1.68260609485246411E-02
+  1.70843509391385255E-02  1.73463894121669640E-02  1.76122236583761624E-02
+  1.78819013227486841E-02  1.81554703978560918E-02  1.84329792167543284E-02
+  1.87144764454291491E-02  1.90000110747404020E-02  1.92896324118443999E-02
+  1.95833900710831732E-02  1.98813339643219185E-02  2.01835142907150246E-02
+  2.04899815258809750E-02  2.08007864104655625E-02  2.11159799380725502E-02
+  2.14356133425401031E-02  2.17597380845410519E-02  2.20884058374841430E-02
+  2.24216684726901948E-02  2.27595780437995568E-02  2.31021867704443926E-02
+  2.34495470211294674E-02  2.38017112952777048E-02  2.41587322044281121E-02
+  2.45206624525590375E-02  2.48875548155093641E-02  2.52594621194692573E-02
+  2.56364372185116790E-02  2.60185329711347668E-02  2.64058022157854615E-02
+  2.67982977453327942E-02  2.71960722804596260E-02  2.75991784419384462E-02
+  2.80076687217306018E-02  2.84215954529398844E-02  2.88410107785723561E-02
+  2.92659666190225563E-02  2.96965146382732539E-02  3.01327062087730566E-02
+  3.05745923749548322E-02  3.10222238153570785E-02  3.14756508033097668E-02
+  3.19349231661454000E-02  3.24000902428956059E-02  3.28712008404326225E-02
+  3.33483031880145928E-02  3.38314448901917211E-02  3.43206728779986633E-02
+  3.48160333584487669E-02  3.53175717623081115E-02  3.58253326900232344E-02
+  3.63393598557905442E-02  3.68596960297243731E-02  3.73863829780781559E-02
+  3.79194614014722736E-02  3.84589708710818823E-02  3.90049497627378353E-02
+  3.95574351888930351E-02  4.01164629284063920E-02  4.06820673540968236E-02
+  4.12542813580177581E-02  4.18331362743742524E-02  4.24186618000711238E-02
+  4.30108859129110649E-02  4.36098347872769659E-02  4.42155327072872029E-02
+  4.48280019773815777E-02  4.54472628302891868E-02  4.60733333323309763E-02
+  4.67062292860092390E-02  4.73459641298371106E-02  4.79925488353621227E-02
+  4.86459918013378498E-02  4.93062987449992066E-02  4.99734725903976801E-02
+  5.06475133537330757E-02  5.13284180256524392E-02  5.20161804505657396E-02
+  5.27107912028198233E-02  5.34122374597239269E-02  5.41205028714012090E-02
+  5.48355674274334653E-02  5.55574073202687313E-02  5.62859948053633027E-02
+  5.70212980580332013E-02  5.77632810269919986E-02  5.85119032845563686E-02
+  5.92671198735027008E-02  6.00288811505626033E-02  6.07971326265461867E-02
+  6.15718148030972509E-02  6.23528630061049305E-02  6.31402072157277588E-02
+  6.39337718930544779E-02  6.47334758034230628E-02  6.55392318364200199E-02
+  6.63509468225872978E-02  6.71685213468715125E-02  6.79918495588566207E-02
+  6.88208189798295566E-02  6.96553103067345109E-02  7.04951972130818949E-02
+  7.13403461468852945E-02  7.21906161257264700E-02  7.30458585291222651E-02
+  7.39059168880794037E-02  7.47706266720583462E-02  7.56398150735187597E-02
+  7.65133007901517420E-02  7.73908938049494705E-02  7.82723951642755461E-02
+  7.91575967541145731E-02  8.00462810746925824E-02  8.09382210136766755E-02
+  8.18331796181772653E-02  8.27309098657937753E-02  8.36311544349615660E-02
+  8.45336454749094357E-02  8.54381043758133674E-02  8.63442415387691842E-02
+  8.72517561461554347E-02  8.81603359330546954E-02  8.90696569599427890E-02
+  8.99793833870479454E-02  9.08891672508072151E-02  9.17986482428744671E-02
+  9.27074534921584203E-02  9.36151973503981660E-02  9.45214811818109041E-02
+  9.54258931573748193E-02  9.63280080543421208E-02  9.72273870616452013E-02
+  9.81235775925348858E-02  9.90161131038149595E-02  9.99045129223321143E-02
+  1.00788282080689032E-01  1.01666911162460585E-01  1.02539876157722393E-01
+  1.03406638329762116E-01  1.04266644093880492E-01  1.05119324909230899E-01
+  1.05964097184684816E-01  1.06800362199753390E-01  1.07627506041636456E-01
+  1.08444899559513738E-01  1.09251898337268061E-01  1.10047842687091946E-01
+  1.10832057663430544E-01  1.11603853096957195E-01  1.12362523653298935E-01
+  1.13107348916738223E-01  1.13837593500209514E-01  1.14552507183067989E-01
+  1.15251325078151404E-01  1.15933267829702896E-01  1.16597541843767111E-01
+  1.17243339552718873E-01  1.17869839715625285E-01  1.18476207756188043E-01
+  1.19061596140067547E-01  1.19625144795284466E-01  1.20165981576145720E-01
+  1.20683222767058715E-01  1.21175973635667400E-01  1.21643329035275929E-01
+  1.22084374058162318E-01  1.22498184741813052E-01  1.22883828830133462E-01
+  1.23240366591709061E-01  1.23566851697207616E-01  1.23862332158023933E-01
+  1.24125851328274736E-01  1.24356448972252051E-01  1.24553162399438005E-01
+  1.24715027671444392E-01  1.24841080883551447E-01  1.24930359510158476E-01
+  1.24981903829567101E-01  1.24994758427682498E-01  1.24967973781345373E-01
+  1.24900607923136966E-01  1.24791728189422385E-01  1.24640413053311083E-01
+  1.24445754044111664E-01  1.24206857754744326E-01  1.23922847938447239E-01
+  1.23592867695968223E-01  1.23216081754274259E-01  1.22791678839863486E-01
+  1.22318874151622889E-01  1.21796911911954617E-01  1.21225068015079096E-01
+  1.20602652771881855E-01  1.19929013748071231E-01  1.19203538695030808E-01
+  1.18425658572429468E-01  1.17594850661303429E-01  1.16710641765958217E-01
+  1.15772611502630199E-01  1.14780395672432076E-01  1.13733689715640962E-01
+  1.12632252243914585E-01  1.11475908648184310E-01  1.10264554785423852E-01
+  1.08998160712075909E-01  1.07676774476987383E-01  1.06300525972289506E-01
+  1.04869630829722574E-01  1.03384394354672088E-01  1.01845215489486163E-01
+  1.00252590796849478E-01  9.86071184531974454E-02  9.69095022412937712E-02
+  9.51605555302377920E-02  9.33612052302376094E-02  9.15124957085719781E-02
+  8.96155926529492997E-02  8.76717868735506917E-02  8.56824980057203922E-02
+  8.36492781067738472E-02  8.15738151377204401E-02  7.94579363033398600E-02
+  7.73036112295930611E-02  7.51129549563370885E-02  7.28882307222206427E-02
+  7.06318525174792905E-02  6.83463873792553162E-02  6.60345574029210791E-02
+  6.36992414418153241E-02  6.13434764666902985E-02  5.89704585550756971E-02
+  5.65835434767276019E-02  5.41862468426239224E-02  5.17822437931656013E-02
+  4.93753681886402590E-02  4.69696112667983279E-02  4.45691197327138938E-02
+  4.21781932454886252E-02  3.98012812659490345E-02  3.74429792291480074E-02
+  3.51080240053558840E-02  3.28012886131992532E-02  3.05277761488335804E-02
+  2.82926128953873771E-02  2.61010405771653214E-02  2.39584077014527372E-02
+  2.18701599775808601E-02  1.98418298268904329E-02  1.78790248880504495E-02
+  1.59874155080881354E-02  1.41727211952089802E-02  1.24406960130958519E-02
+  1.07971128874855028E-02  9.24774684124507994E-03  7.79835703923948374E-03
+  6.45466796443904325E-03  5.22234877759416259E-03  4.10699328177443167E-03
+  3.11409551029001499E-03  2.24902578435898746E-03  1.51703276476201823E-03
+  9.23046668893802284E-04  4.72483966709087450E-04  1.67663124572519886E-04
+  2.18624889613361844E-05 -4.25118659484715611E-06  1.21497130027590794E-06
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00
+                       </PP_QIJL.1.2.0>
+ <PP_QIJL.1.3.1 type="real" size="  1351" columns="3" first_index=" 1" second_index=" 3" composite_index=" 4" angular_momentum="1">
+  7.37307353574075509E-12  7.55216782138326190E-12  7.73561236356991505E-12
+  7.92351283139112987E-12  8.11597746067214821E-12  8.31311711631982068E-12
+  8.51504535618373518E-12  8.72187849646867098E-12  8.93373567873583743E-12
+  9.15073893853164693E-12  9.37301327568349447E-12  9.60068672630302200E-12
+  9.83389043653837070E-12  1.00727587381179238E-11  1.03174292257289832E-11
+  1.05680428362760396E-11  1.08247439300642118E-11  1.10876803739546587E-11
+  1.13570036265399306E-11  1.16328688253881258E-11  1.19154348764063474E-11
+  1.22048645453747654E-11  1.25013245517040980E-11  1.28049856644704386E-11
+  1.31160228007828672E-11  1.34346151265403815E-11  1.37609461596362547E-11
+  1.40952038756692987E-11  1.44375808162227971E-11  1.47882741997736598E-11
+  1.51474860352955320E-11  1.55154232386213693E-11  1.58922977516324696E-11
+  1.62783266643427264E-11  1.66737323399481982E-11  1.70787425429143194E-11
+  1.74935905701742589E-11  1.79185153855142003E-11  1.83537617572228718E-11
+  1.87995803990845558E-11  1.92562281147969400E-11  1.97239679458969083E-11
+  2.02030693232793600E-11  2.06938082223966966E-11  2.11964673222278986E-11
+  2.17113361681092221E-11  2.22387113385198962E-11  2.27788966159192596E-11
+  2.33322031617335009E-11  2.38989496955927792E-11  2.44794626789223288E-11
+  2.50740765029927311E-11  2.56831336815381575E-11  2.63069850480533859E-11
+  2.69459899578830166E-11  2.76005164952197568E-11  2.82709416851305081E-11
+  2.89576517107327695E-11  2.96610421356462642E-11  3.03815181318479691E-11
+  3.11194947130618029E-11  3.18753969738173130E-11  3.26496603343157616E-11
+  3.34427307912424798E-11  3.42550651746740636E-11  3.50871314112229638E-11
+  3.59394087935768217E-11  3.68123882565821805E-11  3.77065726600371603E-11
+  3.86224770783503407E-11  3.95606290972384914E-11  4.05215691176281660E-11
+  4.15058506669421143E-11  4.25140407179438998E-11  4.35467200153304687E-11
+  4.46044834102548971E-11  4.56879402029765765E-11  4.67977144938337287E-11
+  4.79344455427414758E-11  4.90987881374216820E-11  5.02914129705778284E-11
+  5.15130070262310822E-11  5.27642739754408065E-11  5.40459345816369547E-11
+  5.53587271157984213E-11  5.67034077817159979E-11  5.80807511515847588E-11
+  5.94915506121778205E-11  6.09366188218569534E-11  6.24167881786848126E-11
+  6.39329112999069062E-11  6.54858615130810765E-11  6.70765333591362291E-11
+  6.87058431076502532E-11  7.03747292846448376E-11  7.20841532131996876E-11
+  7.38350995671991759E-11  7.56285769385288231E-11  7.74656184180499040E-11
+  7.93472821906853170E-11  8.12746521449607443E-11  8.32488384973513758E-11
+  8.52709784317943437E-11  8.73422367547348200E-11  8.94638065660834630E-11
+  9.16369099464715201E-11  9.38627986611994288E-11  9.61427548812848327E-11
+  9.84780919220241935E-11  1.00870154999494801E-10  1.03320322005432396E-10
+  1.05830004300930427E-10  1.08400647529418560E-10  1.11033732449388317E-10
+  1.13730775787346288E-10  1.16493331111485148E-10  1.19322989726576807E-10
+  1.22221381590601950E-10  1.25190176253645636E-10  1.28231083819597968E-10
+  1.31345855931215075E-10  1.34536286779107043E-10  1.37804214135234874E-10
+  1.41151520411510384E-10  1.44580133744110740E-10  1.48092029104130101E-10
+  1.51689229435209766E-10  1.55373806818801159E-10  1.59147883667733834E-10
+  1.63013633948774493E-10  1.66973284434882764E-10  1.71029115987884631E-10
+  1.75183464872300981E-10  1.79438724101090612E-10  1.83797344814080934E-10
+  1.88261837689880494E-10  1.92834774392087615E-10  1.97518789050627046E-10
+  2.02316579779069334E-10  2.07230910228804762E-10  2.12264611180969519E-10
+  2.17420582177039034E-10  2.22701793189029109E-10  2.28111286330266058E-10
+  2.33652177607711991E-10  2.39327658716853454E-10  2.45140998880189100E-10
+  2.51095546730373124E-10  2.57194732239101659E-10  2.63442068692851446E-10
+  2.69841154716607557E-10  2.76395676346752001E-10  2.83109409154296979E-10
+  2.89986220419696981E-10  2.97030071360484021E-10  3.04245019413012789E-10
+  3.11635220569629530E-10  3.19204931772612105E-10  3.26958513366256953E-10
+  3.34900431608527772E-10  3.43035261243713836E-10  3.51367688137575135E-10
+  3.59902511976498476E-10  3.68644649032214001E-10  3.77599134993666322E-10
+  3.86771127867674500E-10  3.96165910950045127E-10  4.05788895868856961E-10
+  4.15645625701664958E-10  4.25741778168422193E-10  4.36083168901956526E-10
+  4.46675754797888254E-10  4.57525637445916218E-10  4.68639066644450587E-10
+  4.80022444000614132E-10  4.91682326617688606E-10  5.03625430872127909E-10
+  5.15858636282321374E-10  5.28388989471307947E-10  5.41223708225781444E-10
+  5.54370185653640309E-10  5.67835994442576862E-10  5.81628891222054204E-10
+  5.95756821031286827E-10  6.10227921895695005E-10  6.25050529514575996E-10
+  6.40233182062580825E-10  6.55784625107877390E-10  6.71713816649713696E-10
+  6.88029932278402667E-10  7.04742370460586779E-10  7.21860757952934264E-10
+  7.39394955347274322E-10  7.57355062750487181E-10  7.75751425602293648E-10
+  7.94594640634416649E-10  8.13895561974430205E-10  8.33665307397935125E-10
+  8.53915264732526066E-10  8.74657098417385901E-10  8.95902756222132107E-10
+  9.17664476128940539E-10  9.39954793381757827E-10  9.62786547706813059E-10
+  9.86172890708433013E-10  1.01012729344458752E-09  1.03466355418634859E-09
+  1.05979580636591717E-09  1.08553852671761811E-09  1.11190654361671595E-09
+  1.13891504562071156E-09  1.16657959021814526E-09  1.19491611278989066E-09
+  1.22394093578811426E-09  1.25367077813819122E-09  1.28412276486898547E-09
+  1.31531443697705212E-09  1.34726376153043071E-09  1.37998914201785562E-09
+  1.41350942894934885E-09  1.44784393071429131E-09  1.48301242470322970E-09
+  1.51903516869983208E-09  1.55593291254954493E-09  1.59372691011167696E-09
+  1.63243893150179085E-09  1.67209127563145557E-09  1.71270678305258525E-09
+  1.75430884911375327E-09  1.79692143743607556E-09  1.84056909371640282E-09
+  1.88527695986579039E-09  1.93107078849137976E-09  1.97797695773003890E-09
+  2.02602248644229963E-09  2.07523504977533778E-09  2.12564299510398313E-09
+  2.17727535835890196E-09  2.23016188075141312E-09  2.28433302590449495E-09
+  2.33981999739992638E-09  2.39665475675161675E-09  2.45487004181549145E-09
+  2.51449938564654836E-09  2.57557713581392594E-09  2.63813847418512751E-09
+  2.70221943719077820E-09  2.76785693658159672E-09  2.83508878068953313E-09
+  2.90395369620532551E-09  2.97449135048499931E-09  3.04674237439819064E-09
+  3.12074838573140731E-09  3.19655201315975399E-09  3.27419692080088956E-09
+  3.35372783336537461E-09  3.43519056191789726E-09  3.51863203026421392E-09
+  3.60410030197898710E-09  3.69164460809011394E-09  3.78131537543545279E-09
+  3.87316425570831096E-09  3.96724415520842474E-09  4.06360926531551742E-09
+  4.16231509370305847E-09  4.26341849631013845E-09  4.36697771008991421E-09
+  4.47305238655345527E-09  4.58170362612833590E-09  4.69299401335172987E-09
+  4.80698765291830710E-09  4.92375020660369193E-09  5.04334893108469347E-09
+  5.16585271667818206E-09  5.29133212702084403E-09  5.41985943971269280E-09
+  5.55150868794773652E-09  5.68635570315581612E-09  5.82447815868010574E-09
+  5.96595561451549959E-09  6.11086956313357990E-09  6.25930347642061111E-09
+  6.41134285375557078E-09  6.56707527125590073E-09  6.72659043221933560E-09
+  6.88998021879087864E-09  7.05733874488465426E-09  7.22876241039115050E-09
+  7.40434995670099631E-09  7.58420252357734438E-09  7.76842370740955955E-09
+  7.95711962088161022E-09  8.15039895409005986E-09  8.34837303714591637E-09
+  8.55115590429757552E-09  8.75886435961048031E-09  8.97161804424270453E-09
+  9.18953950535372503E-09  9.41275426668763091E-09  9.64139090086978601E-09
+  9.87558110346023782E-09  1.01154597688048214E-08  1.03611650677294135E-08
+  1.06128385271201556E-08  1.08706251114375204E-08  1.11346733062090611E-08
+  1.14051352035510188E-08  1.16821665897659975E-08  1.19659270350691039E-08
+  1.22565799854922565E-08  1.25542928570215948E-08  1.28592371320201804E-08
+  1.31715884579935317E-08  1.34915267487527372E-08  1.38192362880356799E-08
+  1.41549058356437136E-08  1.44987287361571160E-08  1.48509030302897681E-08
+  1.52116315689494323E-08  1.55811221300668472E-08  1.59595875382636061E-08
+  1.63472457874248195E-08  1.67443201662501778E-08  1.71510393868524954E-08
+  1.75676377164811147E-08  1.79943551124426704E-08  1.84314373603002029E-08
+  1.88791362154268790E-08  1.93377095479991329E-08  1.98074214915093586E-08
+  2.02885425948871440E-08  2.07813499783130101E-08  2.12861274928178774E-08
+  2.18031658837568016E-08  2.23327629582546457E-08  2.28752237567160571E-08
+  2.34308607285028970E-08  2.39999939118756629E-08  2.45829511183070539E-08
+  2.51800681212694817E-08  2.57916888496092642E-08  2.64181655856148083E-08
+  2.70598591678970214E-08  2.77171391991942176E-08  2.83903842592259712E-08
+  2.90799821227134256E-08  2.97863299826964624E-08  3.05098346792716994E-08
+  3.12509129338876376E-08  3.20099915893267602E-08  3.27875078555181996E-08
+  3.35839095613166827E-08  3.43996554123984279E-08  3.52352152554173754E-08
+  3.60910703485775277E-08  3.69677136387749898E-08  3.78656500454702744E-08
+  3.87853967514536172E-08  3.97274835006712299E-08  4.06924529032834224E-08
+  4.16808607481303060E-08  4.26932763227852964E-08  4.37302827413802173E-08
+  4.47924772803908729E-08  4.58804717225762117E-08  4.69948927092688984E-08
+  4.81363821012204482E-08  4.93055973482083349E-08  5.05032118676177372E-08
+  5.17299154322158362E-08  5.29864145673419088E-08  5.42734329577418188E-08
+  5.55917118642807512E-08  5.69420105507742449E-08  5.83251067211828187E-08
+  5.97417969674222506E-08  6.11928972280473498E-08  6.26792432580720624E-08
+  6.42016911101977280E-08  6.57611176277249502E-08  6.73584209494334750E-08
+  6.89945210267207259E-08  7.06703601532960021E-08  7.23869035077354678E-08
+  7.41451397092096963E-08  7.59460813867045011E-08  7.77907657620609638E-08
+  7.96802552471714350E-08  8.16156380556738128E-08  8.35980288294974073E-08
+  8.56285692806209470E-08  8.77084288484096779E-08  8.98388053729125899E-08
+  9.20209257845043595E-08  9.42560468102707398E-08  9.65454556975427938E-08
+  9.88904709549961555E-08  1.01292443111741867E-07  1.03752755494845291E-07
+  1.06272825025720263E-07  1.08854103035856605E-07  1.11498076102350003E-07
+  1.14206266903713556E-07  1.16980235096466397E-07  1.19821578213000944E-07
+  1.22731932581246325E-07  1.25712974266655468E-07  1.28766420037058397E-07
+  1.31894028350937237E-07  1.35097600369689053E-07  1.38378980994460836E-07
+  1.41740059928152233E-07  1.45182772763195403E-07  1.48709102095738425E-07
+  1.52321078666873536E-07  1.56020782531564467E-07  1.59810344255944402E-07
+  1.63691946143676134E-07  1.67667823492078612E-07  1.71740265878739915E-07
+  1.75911618479356470E-07  1.80184283417558167E-07  1.84560721147491863E-07
+  1.89043451869960993E-07  1.93635056982933763E-07  1.98338180567253627E-07
+  2.03155530908405631E-07  2.08089882055214373E-07  2.13144075416367383E-07
+  2.18321021395683378E-07  2.23623701067060279E-07  2.29055167890071147E-07
+  2.34618549467195074E-07  2.40317049343687178E-07  2.46153948851122626E-07
+  2.52132608995676012E-07  2.58256472392218446E-07  2.64529065245346107E-07
+  2.70953999378474572E-07  2.77534974312168502E-07  2.84275779392896699E-07
+  2.91180295973438111E-07  2.98252499646188227E-07  3.05496462530650742E-07
+  3.12916355616423660E-07  3.20516451163026689E-07  3.28301125157961533E-07
+  3.36274859834396463E-07  3.44442246249931021E-07  3.52807986927917229E-07
+  3.61376898562857464E-07  3.70153914791427960E-07  3.79144089030719981E-07
+  3.88352597385330962E-07  3.97784741624968277E-07  4.07445952234279618E-07
+  4.17341791536656400E-07  4.27477956893804529E-07  4.37860283982914660E-07
+  4.48494750153310462E-07  4.59387477864524223E-07  4.70544738207744530E-07
+  4.81972954512667263E-07  4.93678706041812275E-07  5.05668731774434974E-07
+  5.17949934282190642E-07  5.30529383698786417E-07  5.43414321785889898E-07
+  5.56612166097624651E-07  5.70130514246048244E-07  5.83977148270048870E-07
+  5.98160039110172027E-07  6.12687351191931460E-07  6.27567447120231461E-07
+  6.42808892487628584E-07  6.58420460799148709E-07  6.74411138516489259E-07
+  6.90790130224496661E-07  7.07566863922886526E-07  7.24750996446227480E-07
+  7.42352419015306269E-07  7.60381262923043310E-07  7.78847905358218055E-07
+  7.97762975370342561E-07  8.17137359979098167E-07  8.36982210431827817E-07
+  8.57308948612665377E-07  8.78129273606950986E-07  8.99455168424771912E-07
+  9.21298906887401929E-07  9.43673060680594958E-07  9.66590506578770265E-07
+  9.90064433844223445E-07  1.01410835180560273E-06  1.03873609761997462E-06
+  1.06396184422293184E-06  1.08980010847128013E-06  1.11626575948296230E-06
+  1.14337402717899442E-06  1.17114051103228486E-06  1.19958118902834318E-06
+  1.22871242684294703E-06  1.25855098724216617E-06  1.28911403970998923E-06
+  1.32041917030908293E-06  1.35248439178028865E-06  1.38532815388667330E-06
+  1.41896935400800562E-06  1.45342734799173362E-06  1.48872196126663536E-06
+  1.52487350022550962E-06  1.56190276388338696E-06  1.59983105581792616E-06
+  1.63868019639879818E-06  1.67847253531303638E-06  1.71923096439340326E-06
+  1.76097893075733911E-06  1.80374045026383252E-06  1.84754012129585172E-06
+  1.89240313887622766E-06  1.93835530912502961E-06  1.98542306406668849E-06
+  2.03363347679529595E-06  2.08301427700671466E-06  2.13359386690635340E-06
+  2.18540133750165818E-06  2.23846648528861982E-06  2.29281982934173896E-06
+  2.34849262881724702E-06  2.40551690087932437E-06  2.46392543905989697E-06
+  2.52375183206234211E-06  2.58503048301960157E-06  2.64779662921775802E-06
+  2.71208636229630623E-06  2.77793664893656525E-06  2.84538535205001361E-06
+  2.91447125247858009E-06  2.98523407121920350E-06  3.05771449218528805E-06
+  3.13195418551798349E-06  3.20799583146050201E-06  3.28588314480901854E-06
+  3.36566089995380098E-06  3.44737495652519009E-06  3.53107228565908110E-06
+  3.61680099689624434E-06  3.70461036573101048E-06  3.79455086182489151E-06
+  3.88667417790110691E-06  3.98103325933641791E-06  4.07768233446699766E-06
+  4.17667694562545832E-06  4.27807398092666994E-06  4.38193170682025903E-06
+  4.48830980142825918E-06  4.59726938868671791E-06  4.70887307331019615E-06
+  4.82318497659942358E-06  4.94027077311285244E-06  5.06019772822174017E-06
+  5.18303473657031065E-06  5.30885236146275738E-06  5.43772287519930655E-06
+  5.56972030038399790E-06  5.70492045222758280E-06  5.84340098186927253E-06
+  5.98524142074177534E-06  6.13052322600461567E-06  6.27932982707122282E-06
+  6.43174667325608938E-06  6.58786128256808976E-06  6.74776329167800915E-06
+  6.91154450708969952E-06  7.07929895754157641E-06  7.25112294766843122E-06
+  7.42711511295382959E-06  7.60737647600382605E-06  7.79201050417371046E-06
+  7.98112316857977700E-06  8.17482300452953204E-06  8.37322117340393157E-06
+  8.57643152602636556E-06  8.78457066755376233E-06  8.99775802392625546E-06
+  9.21611590991161217E-06  9.43976959878260917E-06  9.66884739366963962E-06
+  9.90348070062448097E-06  1.01438041034368263E-05  1.03899554402456105E-05
+  1.06420758819876533E-05  1.09003100127274869E-05  1.11648059119128425E-05
+  1.14357152386017941E-05  1.17131933177081900E-05  1.19973992283132148E-05
+  1.22884958940924196E-05  1.25866501759080290E-05  1.28920329666171337E-05
+  1.32048192881473251E-05  1.35251883909000955E-05  1.38533238555310895E-05
+  1.41894136971637764E-05  1.45336504720951169E-05  1.48862313870520149E-05
+  1.52473584110589255E-05  1.56172383899782523E-05  1.59960831637866726E-05
+  1.63841096866519572E-05  1.67815401498763894E-05  1.71886021077742959E-05
+  1.76055286065528966E-05  1.80325583162661910E-05  1.84699356659110280E-05
+  1.89179109817516042E-05  1.93767406289392290E-05  1.98466871565037996E-05
+  2.03280194457982254E-05  2.08210128624767352E-05  2.13259494120902220E-05
+  2.18431178993832366E-05  2.23728140913794139E-05  2.29153408843443556E-05
+  2.34710084747161743E-05  2.40401345340971332E-05  2.46230443884008067E-05
+  2.52200712012512336E-05  2.58315561617259909E-05  2.64578486765648060E-05
+  2.70993065669374065E-05  2.77562962698701854E-05  2.84291930444454379E-05
+  2.91183811828836564E-05  2.98242542266226749E-05  3.05472151875098034E-05
+  3.12876767742253795E-05  3.20460616240594772E-05  3.28228025401652965E-05
+  3.36183427344167096E-05  3.44331360759990343E-05  3.52676473458648937E-05
+  3.61223524971781047E-05  3.69977389219123374E-05  3.78943057237410348E-05
+  3.88125639973432878E-05  3.97530371142839535E-05  4.07162610156187811E-05
+  4.17027845113797767E-05  4.27131695870978394E-05  4.37479917175248730E-05
+  4.48078401877194800E-05  4.58933184216651975E-05  4.70050443185934675E-05
+  4.81436505971867231E-05  4.93097851478412720E-05  5.05041113931522126E-05
+  5.17273086568447336E-05  5.29800725413556917E-05  5.42631153142138039E-05
+  5.55771663034379735E-05  5.69229723021575100E-05  5.83012979826645338E-05
+  5.97129263201103458E-05  6.11586590260637008E-05  6.26393169921534814E-05
+  6.41557407440220950E-05  6.57087909058216987E-05  6.72993486754892319E-05
+  6.89283163110417324E-05  7.05966176281079316E-05  7.23051985089833598E-05
+  7.40550274235256305E-05  7.58470959620516941E-05  7.76824193805364485E-05
+  7.95620371583895193E-05  8.14870135690884672E-05  8.34584382639542071E-05
+  8.54774268693573615E-05  8.75451215976522925E-05  8.96626918721404404E-05
+  9.18313349663715301E-05  9.40522766580965377E-05  9.63267718981926070E-05
+  9.86561054948466759E-05  1.01041592813345515E-04  1.03484580491973365E-04
+  1.05986447174170087E-04  1.08548604257349199E-04  1.11172496658747575E-04
+  1.13859603598674943E-04  1.16611439401536991E-04  1.19429554315012644E-04
+  1.22315535347775506E-04  1.25271007126153766E-04  1.28297632770133418E-04
+  1.31397114789114360E-04  1.34571195997838371E-04  1.37821660452866273E-04
+  1.41150334409992552E-04  1.44559087303387253E-04  1.48049832746582525E-04
+  1.51624529555804315E-04  1.55285182796151576E-04  1.59033844851096926E-04
+  1.62872616515792595E-04  1.66803648114667276E-04  1.70829140643822110E-04
+  1.74951346938725672E-04  1.79172572867728527E-04  1.83495178551921855E-04
+  1.87921579611872270E-04  1.92454248441722406E-04  1.97095715511048410E-04
+  2.01848570695666556E-04  2.06715464637477936E-04  2.11699110133896693E-04
+  2.16802283557541422E-04  2.22027826306786877E-04  2.27378646287781488E-04
+  2.32857719428541964E-04  2.38468091225749673E-04  2.44212878324878160E-04
+  2.50095270134294365E-04  2.56118530473981260E-04  2.62285999259540361E-04
+  2.68601094222083950E-04  2.75067312664341833E-04  2.81688233254689317E-04
+  2.88467517859237468E-04  2.95408913412394537E-04  3.02516253826831910E-04
+  3.09793461943576320E-04  3.17244551522951332E-04  3.24873629277101935E-04
+  3.32684896944843568E-04  3.40682653409581408E-04  3.48871296861058685E-04
+  3.57255327001693092E-04  3.65839347298272896E-04  3.74628067279731216E-04
+  3.83626304881149382E-04  3.92838988836235613E-04  4.02271161118747682E-04
+  4.11927979432708197E-04  4.21814719752698641E-04  4.31936778915050629E-04
+  4.42299677260742064E-04  4.52909061330810476E-04  4.63770706615100213E-04
+  4.74890520355159300E-04  4.86274544402100412E-04  4.97928958130251591E-04
+  5.09860081407405340E-04  5.22074377622454766E-04  5.34578456770191729E-04
+  5.47379078595909585E-04  5.60483155801214127E-04  5.73897757309519536E-04
+  5.87630111592939651E-04  6.01687610061435560E-04  6.16077810514997705E-04
+  6.30808440659642086E-04  6.45887401687984027E-04  6.61322771925150097E-04
+  6.77122810540759456E-04  6.93295961327713528E-04  7.09850856548493417E-04
+  7.26796320849651357E-04  7.44141375243664947E-04  7.61895241160550035E-04
+  7.80067344572854147E-04  7.98667320189658399E-04  8.17705015721713270E-04
+  8.37190496218467384E-04  8.57134048477512216E-04  8.77546185526919121E-04
+  8.98437651180926324E-04  9.19819424669370738E-04  9.41702725341247776E-04
+  9.64099017442708898E-04  9.87020014969772078E-04  1.01047768659597525E-03
+  1.03448426067318552E-03  1.05905223030629248E-03  1.08419435850978839E-03
+  1.10992368343680917E-03  1.13625352368268775E-03  1.16319748366352517E-03
+  1.19076945906953732E-03  1.21898364239286317E-03  1.24785452852943491E-03
+  1.27739692045442284E-03  1.30762593497065708E-03  1.33855700852933933E-03
+  1.37020590312226034E-03  1.40258871224458988E-03  1.43572186692497109E-03
+  1.46962214181941739E-03  1.50430666138437778E-03  1.53979290611191608E-03
+  1.57609871882721342E-03  1.61324231104846170E-03  1.65124226940730119E-03
+  1.69011756212771405E-03  1.72988754556119826E-03  1.77057197077578493E-03
+  1.81219099019632422E-03  1.85476516429322375E-03  1.89831546831664417E-03
+  1.94286329907292004E-03  1.98843048173732127E-03  2.03503927669175955E-03
+  2.08271238641289129E-03  2.13147296238465822E-03  2.18134461202856801E-03
+  2.23235140565156446E-03  2.28451788340642767E-03  2.33786906225928563E-03
+  2.39243044295855490E-03  2.44822801699921648E-03  2.50528827357604945E-03
+  2.56363820651902587E-03  2.62330532120371319E-03  2.68431764142911542E-03
+  2.74670371625263757E-03  2.81049262675775371E-03  2.87571399279084412E-03
+  2.94239797963491293E-03  3.01057530459560366E-03  3.08027724349982423E-03
+  3.15153563709621911E-03  3.22438289734612495E-03  3.29885201359304782E-03
+  3.37497655859814606E-03  3.45279069442849893E-03  3.53232917818451517E-03
+  3.61362736755192543E-03  3.69672122616332855E-03  3.78164732875147045E-03
+  3.86844286605032145E-03  3.95714564948777131E-03  4.04779411564191050E-03
+  4.14042733039802179E-03  4.23508499280807107E-03  4.33180743863286529E-03
+  4.43063564354542229E-03  4.53161122597318337E-03  4.63477644955576345E-03
+  4.74017422519392231E-03  4.84784811266448373E-03  4.95784232177484772E-03
+  5.07020171302967771E-03  5.18497179777990033E-03  5.30219873778335193E-03
+  5.42192934421539905E-03  5.54421107613067236E-03  5.66909203824113393E-03
+  5.79662097801454321E-03  5.92684728206026128E-03  6.05982097176529632E-03
+  6.19559269814190256E-03  6.33421373584676633E-03  6.47573597633035580E-03
+  6.62021192007344189E-03  6.76769466786633373E-03  6.91823791108485235E-03
+  7.07189592091468904E-03  7.22872353642082990E-03  7.38877615146763065E-03
+  7.55210970056501354E-03  7.71878064338789825E-03  7.88884594797208821E-03
+  8.06236307253799765E-03  8.23938994588241727E-03  8.41998494627681747E-03
+  8.60420687880860020E-03  8.79211495109993510E-03  8.98376874733685174E-03
+  9.17922820053923560E-03  9.37855356300044962E-03  9.58180537482323028E-03
+  9.78904443041359040E-03  1.00003317428633363E-02  1.02157285064356108E-02
+  1.04352960567362686E-02  1.06590958285588157E-02  1.08871893113430939E-02
+  1.11196380021601916E-02  1.13565033561339717E-02  1.15978467342075630E-02
+  1.18437293481612419E-02  1.20942122027860033E-02  1.23493560351154736E-02
+  1.26092212506166111E-02  1.28738678562379267E-02  1.31433553901492313E-02
+  1.34177428479826111E-02  1.36970886059936854E-02  1.39814503405542075E-02
+  1.42708849439075920E-02  1.45654484361397614E-02  1.48651958732534343E-02
+  1.51701812512326090E-02  1.54804574059832414E-02  1.57960759090352530E-02
+  1.61170869588905079E-02  1.64435392679005768E-02  1.67754799445584170E-02
+  1.71129543710877123E-02  1.74560060761587525E-02  1.78046766024098045E-02
+  1.81590053694197125E-02  1.85190295314714287E-02  1.88847838299072632E-02
+  1.92563004401005815E-02  1.96336088129363574E-02  2.00167355106950287E-02
+  2.04057040372376264E-02  2.08005346623930422E-02  2.12012442404529190E-02
+  2.16078460226836432E-02  2.20203494637705548E-02  2.24387600221146594E-02
+  2.28630789538688400E-02  2.32933031003357965E-02  2.37294246695594485E-02
+  2.41714310116264847E-02  2.46193043872939381E-02  2.50730217301498269E-02
+  2.55325544022915601E-02  2.59978679435148713E-02  2.64689218140197816E-02
+  2.69456691306535212E-02  2.74280563967260194E-02  2.79160232254497993E-02
+  2.84095020570734567E-02  2.89084178697974134E-02  2.94126878845589711E-02
+  2.99222212634870782E-02  3.04369188029663014E-02  3.09566726213560094E-02
+  3.14813658409361929E-02  3.20108722646318677E-02  3.25450560477900802E-02
+  3.30837713653030149E-02  3.36268620744030675E-02  3.41741613734920027E-02
+  3.47254914574023493E-02  3.52806631695294567E-02  3.58394756513134155E-02
+  3.64017159895938039E-02  3.69671588624014280E-02  3.75355661836407409E-02
+  3.81066867477366719E-02  3.86802558750145714E-02  3.92559950580321365E-02
+  3.98336116099569162E-02  4.04127983159044829E-02  4.09932330881969884E-02
+  4.15745786265673753E-02  4.21564820844038818E-02  4.27385747422003373E-02
+  4.33204716894539585E-02  4.39017715163275354E-02  4.44820560164747303E-02
+  4.50608899025106008E-02  4.56378205359476916E-02  4.62123776732828728E-02
+  4.67840732290812564E-02  4.73524010586595101E-02  4.79168367622053448E-02
+  4.84768375123297360E-02  4.90318419071881992E-02  4.95812698514101757E-02
+  5.01245224671814510E-02  5.06609820379307352E-02  5.11900119871809139E-02
+  5.17109568952346318E-02  5.22231425564756574E-02  5.27258760801789794E-02
+  5.32184460386870908E-02  5.37001226666023387E-02  5.41701581093588305E-02
+  5.46277867290127159E-02  5.50722254700937094E-02  5.55026742886692362E-02
+  5.59183166482821251E-02  5.63183200865224956E-02  5.67018368560928340E-02
+  5.70680046443169525E-02  5.74159473751296515E-02  5.77447760976646726E-02
+  5.80535899656297941E-02  5.83414773117217206E-02  5.86075168227938592E-02
+  5.88507788232678422E-02  5.90703266575283645E-02  5.92652181864125119E-02
+  5.94345074022729000E-02  5.95772461652730248E-02  5.96924860652537428E-02
+  5.97792804134547121E-02  5.98366863682975800E-02  5.98637671993345818E-02
+  5.98595946933387912E-02  5.98232517063555722E-02  5.97538348653477297E-02
+  5.96504574228473167E-02  5.95122522694259762E-02  5.93383751150614869E-02
+  5.91280078158785555E-02  5.88803618642360777E-02  5.85946820492737122E-02
+  5.82702502841343437E-02  5.79063896005662868E-02  5.75024683110622742E-02
+  5.70579043380545492E-02  5.65721697089962561E-02  5.60447952153991097E-02
+  5.54753752330799169E-02  5.48635726999711568E-02  5.42091242468981660E-02
+  5.35118454770593527E-02  5.27716364010620970E-02  5.19884869841435449E-02
+  5.11624828093572293E-02  5.02938108641544993E-02  4.93827654278247152E-02
+  4.84297540460166542E-02  4.74353035771541628E-02  4.64000662938674410E-02
+  4.53248260207533421E-02  4.42105042879094509E-02  4.30581664777028306E-02
+  4.18690279401936274E-02  4.06444600504781012E-02  3.93859961796804853E-02
+  3.80953375614603157E-02  3.67743589898058137E-02  3.54251143136309829E-02
+  3.40498417194573522E-02  3.26509687469180854E-02  3.12311169927048313E-02
+  2.97931064566522470E-02  2.83399594810452675E-02  2.68749042315851380E-02
+  2.54013776658529103E-02  2.39230279325034281E-02  2.24437161419139622E-02
+  2.09675174465278023E-02  1.94987213668115986E-02  1.80418312952257964E-02
+  1.66015631010022237E-02  1.51828427763399543E-02  1.37908030567245703E-02
+  1.24307789365151761E-02  1.11083020044199648E-02  9.82909352587292909E-03
+  8.59905618834776869E-03  7.42426446253934089E-03  6.31095341061476550E-03
+  5.26550615721373821E-03  4.29443911937609727E-03  3.40438705372402093E-03
+  2.60208346270967726E-03  1.89434055607168089E-03  1.28805113588076770E-03
+  7.90014456739140340E-04  4.07642285869438362E-04  1.45801581278685405E-04
+  1.91806780848846519E-05 -3.74095126998868099E-06  1.06914818424486785E-06
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00
+                       </PP_QIJL.1.3.1>
+ <PP_QIJL.2.2.0 type="real" size="  1351" columns="3" first_index=" 2" second_index=" 2" composite_index=" 3" angular_momentum="0">
+  6.24991928721545508E-09  6.35072225712719171E-09  6.45315104603566011E-09
+  6.55723187625119948E-09  6.66299139301512933E-09  6.77045667132107450E-09
+  6.87965522284624495E-09  6.99061500299459984E-09  7.10336441805353484E-09
+  7.21793233246602305E-09  7.33434807622007012E-09  7.45264145235730062E-09
+  7.57284274460268427E-09  7.69498272511731766E-09  7.81909266237622106E-09
+  7.94520432917322748E-09  8.07335001075496225E-09  8.20356251308598211E-09
+  8.33587517124730539E-09  8.47032185797029211E-09  8.60693699230824800E-09
+  8.74575554844783697E-09  8.88681306466265274E-09  9.03014565241114023E-09
+  9.17579000558132654E-09  9.32378340988459334E-09  9.47416375240098876E-09
+  9.62696953127849912E-09  9.78223986558871730E-09  9.94001450534152343E-09
+  1.01003338416612427E-08  1.02632389171269540E-08  1.04287714362795513E-08
+  1.05969737762983229E-08  1.07678889978496383E-08  1.09415608561107052E-08
+  1.11180338119710570E-08  1.12973530434147318E-08  1.14795644570860297E-08
+  1.16647147000417931E-08  1.18528511716932566E-08  1.20440220359405102E-08
+  1.22382762335025987E-08  1.24356634944466104E-08  1.26362343509187190E-08
+  1.28400401500806765E-08  1.30471330672548316E-08  1.32575661192812601E-08
+  1.34713931780902884E-08  1.36886689844938622E-08  1.39094491621995003E-08
+  1.41337902320501025E-08  1.43617496264935340E-08  1.45933857042855707E-08
+  1.48287577654299108E-08  1.50679260663592669E-08  1.53109518353611755E-08
+  1.55578972882527033E-08  1.58088256443079297E-08  1.60638011424422917E-08
+  1.63228890576579870E-08  1.65861557177545935E-08  1.68536685203093670E-08
+  1.71254959499309052E-08  1.74017075957919423E-08  1.76823741694439177E-08
+  1.79675675229198466E-08  1.82573606671282264E-08  1.85518277905445457E-08
+  1.88510442782033115E-08  1.91550867309973441E-08  1.94640329852873872E-08
+  1.97779621328289188E-08  2.00969545410194349E-08  2.04210918734732434E-08
+  2.07504571109272170E-08  2.10851345724843165E-08  2.14252099371994610E-08
+  2.17707702660137044E-08  2.21219040240419982E-08  2.24787011032206026E-08
+  2.28412528453196446E-08  2.32096520653269022E-08  2.35839930752086599E-08
+  2.39643717080538669E-08  2.43508853426077117E-08  2.47436329282007148E-08
+  2.51427150100801560E-08  2.55482337551498602E-08  2.59602929781252149E-08
+  2.63789981681099377E-08  2.68044565156016103E-08  2.72367769399327009E-08
+  2.76760701171541178E-08  2.81224485083686137E-08  2.85760263885210119E-08
+  2.90369198756529212E-08  2.95052469606291090E-08  2.99811275373435203E-08
+  3.04646834334122702E-08  3.09560384413618249E-08  3.14553183503200966E-08
+  3.19626509782187043E-08  3.24781662045146175E-08  3.30019960034394819E-08
+  3.35342744777853144E-08  3.40751378932349480E-08  3.46247247132464345E-08
+  3.51831756344997325E-08  3.57506336229152879E-08  3.63272439502535995E-08
+  3.69131542313049156E-08  3.75085144616788739E-08  3.81134770562034303E-08
+  3.87281968879433787E-08  3.93528313278479577E-08  3.99875402850379549E-08
+  4.06324862477425710E-08  4.12878343248966515E-08  4.19537522884086107E-08
+  4.26304106161101568E-08  4.33179825353987647E-08  4.40166440675840197E-08
+  4.47265740729490092E-08  4.54479542965388196E-08  4.61809694146872025E-08
+  4.69258070822937912E-08  4.76826579808637202E-08  4.84517158673222661E-08
+  4.92331776236164220E-08  5.00272433071167725E-08  5.08341162018321565E-08
+  5.16540028704501801E-08  5.24871132072172982E-08  5.33336604916716402E-08
+  5.41938614432424159E-08  5.50679362767299387E-08  5.59561087586803993E-08
+  5.68586062646700622E-08  5.77756598375129929E-08  5.87075042464079122E-08
+  5.96543780470387645E-08  6.06165236426446874E-08  6.15941873460748641E-08
+  6.25876194428443480E-08  6.35970742552065411E-08  6.46228102072594940E-08
+  6.56650898911018526E-08  6.67241801340558682E-08  6.78003520669748204E-08
+  6.88938811936516765E-08  7.00050474613476871E-08  7.11341353324578579E-08
+  7.22814338573329403E-08  7.34472367482753295E-08  7.46318424547285777E-08
+  7.58355542396795017E-08  7.70586802572928281E-08  7.83015336317973973E-08
+  7.95644325376449409E-08  8.08477002809617492E-08  8.21516653823136237E-08
+  8.34766616608060319E-08  8.48230283195405856E-08  8.61911100324492062E-08
+  8.75812570325296397E-08  8.89938252015033113E-08  9.04291761609193443E-08
+  9.18876773647281403E-08  9.33697021933475912E-08  9.48756300492466708E-08
+  9.64058464540704016E-08  9.79607431473313164E-08  9.95407181866926663E-08
+  1.01146176049868722E-07  1.02777527738168541E-07  1.04435190881709943E-07
+  1.06119589846330709E-07  1.07831155842221616E-07  1.09570327034316285E-07
+  1.11337548654454794E-07  1.13133273115363554E-07  1.14957960126466099E-07
+  1.16812076811568589E-07  1.18696097828436485E-07  1.20610505490306687E-07
+  1.22555789889352094E-07  1.24532449022144942E-07  1.26540988917135622E-07
+  1.28581923764195261E-07  1.30655776046240253E-07  1.32763076672986331E-07
+  1.34904365116852723E-07  1.37080189551065558E-07  1.39291106989981338E-07
+  1.41537683431679934E-07  1.43820494002850708E-07  1.46140123106022644E-07
+  1.48497164569160714E-07  1.50892221797683491E-07  1.53325907928923417E-07
+  1.55798845989086988E-07  1.58311669052737792E-07  1.60865020404859803E-07
+  1.63459553705525667E-07  1.66095933157230017E-07  1.68774833674911515E-07
+  1.71496941058726476E-07  1.74262952169599913E-07  1.77073575107615729E-07
+  1.79929529393277327E-07  1.82831546151695210E-07  1.85780368299743835E-07
+  1.88776750736236713E-07  1.91821460535168342E-07  1.94915277142072698E-07
+  1.98058992573548598E-07  2.01253411620002221E-07  2.04499352051659524E-07
+  2.07797644827901091E-07  2.11149134309972835E-07  2.14554678477126302E-07
+  2.18015149146245845E-07  2.21531432195016610E-07  2.25104427788692086E-07
+  2.28735050610518200E-07  2.32424230095873493E-07  2.36172910670185462E-07
+  2.39982051990682731E-07  2.43852629192047473E-07  2.47785633136027468E-07
+  2.51782070665074428E-07  2.55842964860072700E-07  2.59969355302223533E-07
+  2.64162298339153768E-07  2.68422867355313740E-07  2.72752153046738251E-07
+  2.77151263700235407E-07  2.81621325477081347E-07  2.86163482701285835E-07
+  2.90778898152509645E-07  2.95468753363703733E-07  3.00234248923548491E-07
+  3.05076604783770590E-07  3.09997060571414222E-07  3.14996875906150071E-07
+  3.20077330722699410E-07  3.25239725598457392E-07  3.30485382086400716E-07
+  3.35815643053363151E-07  3.41231873023764631E-07  3.46735458528885342E-07
+  3.52327808461770091E-07  3.58010354437857034E-07  3.63784551161420694E-07
+  3.69651876797924207E-07  3.75613833352375600E-07  3.81671947053786087E-07
+  3.87827768745826383E-07  3.94082874283783608E-07  4.00438864937918166E-07
+  4.06897367803324567E-07  4.13460036216402859E-07  4.20128550178043280E-07
+  4.26904616783636138E-07  4.33789970660014815E-07  4.40786374409444868E-07
+  4.47895619060771408E-07  4.55119524527842063E-07  4.62459940075320308E-07
+  4.69918744792010387E-07  4.77497848071815804E-07  4.85199190102448903E-07
+  4.93024742362024581E-07  5.00976508123659467E-07  5.09056522968206374E-07
+  5.17266855305256432E-07  5.25609606902543152E-07  5.34086913423880022E-07
+  5.42700944975774060E-07  5.51453906662851469E-07  5.60348039152237382E-07
+  5.69385619247038464E-07  5.78568960469069493E-07  5.87900413650975452E-07
+  5.97382367537901262E-07  6.07017249398861639E-07  6.16807525647969879E-07
+  6.26755702475678571E-07  6.36864326490202182E-07  6.47135985369279581E-07
+  6.57573308522437548E-07  6.68178967763950718E-07  6.78955677996622064E-07
+  6.89906197906622122E-07  7.01033330669493287E-07  7.12339924667575492E-07
+  7.23828874218956517E-07  7.35503120318218185E-07  7.47365651389079133E-07
+  7.59419504049217386E-07  7.71667763887377986E-07  7.84113566253053227E-07
+  7.96760097058845844E-07  8.09610593595819322E-07  8.22668345361938580E-07
+  8.35936694903917276E-07  8.49419038672588943E-07  8.63118827892114524E-07
+  8.77039569443150269E-07  8.91184826760306567E-07  9.05558220744022430E-07
+  9.20163430687188834E-07  9.35004195216657917E-07  9.50084313249982580E-07
+  9.65407644967527292E-07  9.80978112800296019E-07  9.96799702433634186E-07
+  1.01287646382716508E-06  1.02921251225110725E-06  1.04581202933935498E-06
+  1.06267926415947509E-06  1.07981853430001200E-06  1.09723422697525226E-06
+  1.11493080014786298E-06  1.13291278366955825E-06  1.15118478044022054E-06
+  1.16975146758563120E-06  1.18861759765425580E-06  1.20778799983324758E-06
+  1.22726758118412158E-06  1.24706132789827092E-06  1.26717430657278791E-06
+  1.28761166550677963E-06  1.30837863601864727E-06  1.32948053378451465E-06
+  1.35092276019831628E-06  1.37271080375371100E-06  1.39485024144835466E-06
+  1.41734674021072327E-06  1.44020605835000476E-06  1.46343404702927895E-06
+  1.48703665176252022E-06  1.51101991393563317E-06  1.53538997235209486E-06
+  1.56015306480340874E-06  1.58531552966495071E-06  1.61088380751745044E-06
+  1.63686444279468348E-06  1.66326408545762001E-06  1.69008949269564987E-06
+  1.71734753065511635E-06  1.74504517619579632E-06  1.77318951867560164E-06
+  1.80178776176408705E-06  1.83084722528515195E-06  1.86037534708944165E-06
+  1.89037968495690618E-06  1.92086791853001815E-06  1.95184785127812892E-06
+  1.98332741249347255E-06  2.01531465931933176E-06  2.04781777881086423E-06
+  2.08084509002913955E-06  2.11440504616890633E-06  2.14850623672062304E-06
+  2.18315738966732816E-06  2.21836737371689473E-06  2.25414520057023762E-06
+  2.29050002722605670E-06  2.32744115832270299E-06  2.36497804851776351E-06
+  2.40312030490597234E-06  2.44187768947606188E-06  2.48126012160718661E-06
+  2.52127768060554495E-06  2.56194060828186706E-06  2.60325931157038947E-06
+  2.64524436519003099E-06  2.68790651434840524E-06  2.73125667748937527E-06
+  2.77530594908486276E-06  2.82006560247160365E-06  2.86554709273358227E-06
+  2.91176205963087091E-06  2.95872233057564364E-06  3.00643992365608653E-06
+  3.05492705070899860E-06  3.10419612044186424E-06  3.15425974160517962E-06
+  3.20513072621586708E-06  3.25682209283255841E-06  3.30934706988362581E-06
+  3.36271909904876066E-06  3.41695183869500414E-06  3.47205916736807179E-06
+  3.52805518733987865E-06  3.58495422821316385E-06  3.64277085058412071E-06
+  3.70151984976398301E-06  3.76121625956050318E-06  3.82187535612028266E-06
+  3.88351266183291570E-06  3.94614394929799411E-06  4.00978524535591887E-06
+  4.07445283518357642E-06  4.14016326645592917E-06  4.20693335357452940E-06
+  4.27478018196410320E-06  4.34372111243821752E-06  4.41377378563520788E-06
+  4.48495612652546168E-06  4.55728634899118906E-06  4.63078296047987107E-06
+  4.70546476673256870E-06  4.78135087658825736E-06  4.85846070686543021E-06
+  4.93681398732222396E-06  5.01643076569632001E-06  5.09733141282587185E-06
+  5.17953662785278018E-06  5.26306744350965233E-06  5.34794523149174110E-06
+  5.43419170791526916E-06  5.52182893886349668E-06  5.61087934602195612E-06
+  5.70136571240426541E-06  5.79331118816999317E-06  5.88673929653601022E-06
+  5.98167393978288996E-06  6.07813940535779348E-06  6.17616037207545124E-06
+  6.27576191641882437E-06  6.37696951894098654E-06  6.47980907076985667E-06
+  6.58430688021747505E-06  6.69048967949542881E-06  6.79838463153818424E-06
+  6.90801933693600488E-06  7.01942184097925786E-06  7.13262064081584225E-06
+  7.24764469272357852E-06  7.36452341949939104E-06  7.48328671796713966E-06
+  7.60396496660600605E-06  7.72658903330133217E-06  7.85119028321998707E-06
+  7.97780058681208468E-06  8.10645232794118890E-06  8.23717841214499312E-06
+  8.37001227502861369E-06  8.50498789079254480E-06  8.64213978089748192E-06
+  8.78150302286821456E-06  8.92311325923871261E-06  9.06700670664078820E-06
+  9.21322016503850139E-06  9.36179102711072547E-06  9.51275728778418603E-06
+  9.66615755391933691E-06  9.82203105415168193E-06  9.98041764889082269E-06
+  1.01413578404798649E-05  1.03048927835176413E-05  1.04710642953464756E-05
+  1.06399148667079568E-05  1.08114876725695720E-05  1.09858265831248149E-05
+  1.11629761749695282E-05  1.13429817424573577E-05  1.15258893092370796E-05
+  1.17117456399747741E-05  1.19005982522636983E-05  1.20924954287248652E-05
+  1.22874862293015213E-05  1.24856205037503982E-05  1.26869489043329593E-05
+  1.28915228987097585E-05  1.30993947830412384E-05  1.33106176952980917E-05
+  1.35252456287847019E-05  1.37433334458788986E-05  1.39649368919914919E-05
+  1.41901126097491094E-05  1.44189181534038969E-05  1.46514120034735478E-05
+  1.48876535816154506E-05  1.51277032657384987E-05  1.53716224053566604E-05
+  1.56194733371878087E-05  1.58713194010018435E-05  1.61272249557220087E-05
+  1.63872553957833156E-05  1.66514771677523597E-05  1.69199577872124749E-05
+  1.71927658559184551E-05  1.74699710792252289E-05  1.77516442837945959E-05
+  1.80378574355846412E-05  1.83286836581260632E-05  1.86241972510901461E-05
+  1.89244737091526574E-05  1.92295897411589309E-05  1.95396232895943488E-05
+  1.98546535503653254E-05  2.01747609928953370E-05  2.05000273805413871E-05
+  2.08305357913355832E-05  2.11663706390572097E-05  2.15076176946402719E-05
+  2.18543641079219961E-05  2.22066984297374494E-05  2.25647106343658458E-05
+  2.29284921423339703E-05  2.32981358435824151E-05  2.36737361209998510E-05
+  2.40553888743321455E-05  2.44431915444713203E-05  2.48372431381306171E-05
+  2.52376442529115807E-05  2.56444971027692301E-05  2.60579055438818107E-05
+  2.64779751009312343E-05  2.69048129938006836E-05  2.73385281646958792E-05
+  2.77792313056966180E-05  2.82270348867454286E-05  2.86820531840797369E-05
+  2.91444023091150625E-05  2.96142002377852708E-05  3.00915668403483415E-05
+  3.05766239116642488E-05  3.10694952019520797E-05  3.15703064480338911E-05
+  3.20791854050730919E-05  3.25962618788147736E-05  3.31216677583358869E-05
+  3.36555370493132056E-05  3.41980059078169605E-05  3.47492126746384004E-05
+  3.53092979101594492E-05  3.58784044297727771E-05  3.64566773398609009E-05
+  3.70442640743424235E-05  3.76413144317947569E-05  3.82479806131631007E-05
+  3.88644172600626555E-05  3.94907814936844791E-05  4.01272329543139308E-05
+  4.07739338414708034E-05  4.14310489546813361E-05  4.20987457348912878E-05
+  4.27771943065298374E-05  4.34665675202347999E-05  4.41670409962485839E-05
+  4.48787931684955434E-05  4.56020053293509892E-05  4.63368616751117611E-05
+  4.70835493521797296E-05  4.78422585039705694E-05  4.86131823185564078E-05
+  4.93965170770540115E-05  5.01924622027703096E-05  5.10012203111165604E-05
+  5.18229972603024948E-05  5.26580022028227051E-05  5.35064476377467948E-05
+  5.43685494638256064E-05  5.52445270334258953E-05  5.61346032073054501E-05
+  5.70390044102420560E-05  5.79579606875271501E-05  5.88917057623389268E-05
+  5.98404770940100331E-05  6.08045159371994805E-05  6.17840674019836018E-05
+  6.27793805148797133E-05  6.37907082808162918E-05  6.48183077460644599E-05
+  6.58624400621431931E-05  6.69233705507149589E-05  6.80013687694848939E-05
+  6.90967085791188322E-05  7.02096682111947690E-05  7.13405303372039530E-05
+  7.24895821386146874E-05  7.36571153780150607E-05  7.48434264713562916E-05
+  7.60488165613053897E-05  7.72735915917256976E-05  7.85180623833018623E-05
+  7.97825447103253914E-05  8.10673593786586695E-05  8.23728323048929239E-05
+  8.36992945967191161E-05  8.50470826345280865E-05  8.64165381542573703E-05
+  8.78080083315040897E-05  8.92218458669204168E-05  9.06584090729091983E-05
+  9.21180619616376856E-05  9.36011743343960679E-05  9.51081218723126277E-05
+  9.66392862284443690E-05  9.81950551212641112E-05  9.97758224295637955E-05
+  1.01381988288793600E-04  1.03013959188857164E-04  1.04672148073383148E-04
+  1.06356974440493745E-04  1.08068864445090972E-04  1.09808251002681465E-04
+  1.11575573894761305E-04  1.13371279875780994E-04  1.15195822781708200E-04
+  1.17049663640225791E-04  1.18933270782575407E-04  1.20847119957068181E-04
+  1.22791694444287608E-04  1.24767485174006839E-04  1.26774990843844543E-04
+  1.28814718039681225E-04  1.30887181357860528E-04  1.32992903529199175E-04
+  1.35132415544828385E-04  1.37306256783892370E-04  1.39514975143127223E-04
+  1.41759127168344034E-04  1.44039278187833359E-04  1.46356002447737725E-04
+  1.48709883249407114E-04  1.51101513088753019E-04  1.53531493797635585E-04
+  1.56000436687306592E-04  1.58508962693935820E-04  1.61057702526246554E-04
+  1.63647296815286108E-04  1.66278396266359552E-04  1.68951661813150400E-04
+  1.71667764774058855E-04  1.74427387010781117E-04  1.77231221089158507E-04
+  1.80079970442309826E-04  1.82974349536103918E-04  1.85915084036994063E-04
+  1.88902910982221260E-04  1.91938578952426098E-04  1.95022848246695802E-04
+  1.98156491060076233E-04  2.01340291663574741E-04  2.04575046586684758E-04
+  2.07861564802458459E-04  2.11200667915156462E-04  2.14593190350504195E-04
+  2.18039979548581222E-04  2.21541896159373907E-04  2.25099814240999340E-04
+  2.28714621460663888E-04  2.32387219298394029E-04  2.36118523253525366E-04
+  2.39909463053997364E-04  2.43760982868480137E-04  2.47674041521365150E-04
+  2.51649612710644864E-04  2.55688685228711238E-04  2.59792263186100526E-04
+  2.63961366238212828E-04  2.68197029815033547E-04  2.72500305353882977E-04
+  2.76872260535223388E-04  2.81313979521525517E-04  2.85826563199249916E-04
+  2.90411129424015635E-04  2.95068813268903286E-04  2.99800767275943596E-04
+  3.04608161710819101E-04  3.09492184820803976E-04  3.14454043095968995E-04
+  3.19494961533672048E-04  3.24616183906359824E-04  3.29818973032703191E-04
+  3.35104611052088074E-04  3.40474399702485146E-04  3.45929660601715773E-04
+  3.51471735532110923E-04  3.57101986728590513E-04  3.62821797170295637E-04
+  3.68632570875652716E-04  3.74535733200922615E-04  3.80532731142255024E-04
+  3.86625033641268406E-04  3.92814131894166009E-04  3.99101539664400583E-04
+  4.05488793598902377E-04  4.11977453547877101E-04  4.18569102888186940E-04
+  4.25265348850318290E-04  4.32067822848945294E-04  4.38978180817062899E-04
+  4.45998103543665905E-04  4.53129297015191662E-04  4.60373492760515963E-04
+  4.67732448199527243E-04  4.75207946995299187E-04  4.82801799409856495E-04
+  4.90515842663526483E-04  4.98351941297856351E-04  5.06311987542102412E-04
+  5.14397901683259187E-04  5.22611632439618661E-04  5.30955157337841162E-04
+  5.39430483093509237E-04  5.48039645995114229E-04  5.56784712291360389E-04
+  5.65667778582102385E-04  5.74690972212612487E-04  5.83856451671123573E-04
+  5.93166406989656825E-04  6.02623060148091091E-04  6.12228665481428461E-04
+  6.21985510090196782E-04  6.31895914253936711E-04  6.41962231847711105E-04
+  6.52186850761571671E-04  6.62572193322914045E-04  6.73120716721643548E-04
+  6.83834913438049292E-04  6.94717311673128247E-04  7.05770475781778003E-04
+  7.16997006708477449E-04  7.28399542425218040E-04  7.39980758371685870E-04
+  7.51743367897590351E-04  7.63690122707012657E-04  7.75823813304652604E-04
+  7.88147269443839312E-04  8.00663360576163614E-04  8.13374996302590730E-04
+  8.26285126825892732E-04  8.39396743404241985E-04  8.52712878805767134E-04
+  8.66236607763631243E-04  8.79971047432070975E-04  8.93919357843052896E-04
+  9.08084742362923929E-04  9.22470448149060825E-04  9.37079766606295213E-04
+  9.51916033842877636E-04  9.66982631125731340E-04  9.82282985334742955E-04
+  9.97820569415816755E-04  1.01359890283240963E-03  1.02962155201525717E-03
+  1.04589213080998273E-03  1.06241430092225524E-03  1.07919177235977224E-03
+  1.09622830387144112E-03  1.11352770338357665E-03  1.13109382843187486E-03
+  1.14893058658911045E-03  1.16704193588818960E-03  1.18543188524012212E-03
+  1.20410449484647771E-03  1.22306387660586942E-03  1.24231419451399021E-03
+  1.26185966505669824E-03  1.28170455759565416E-03  1.30185319474595911E-03
+  1.32230995274525143E-03  1.34307926181317754E-03  1.36416560650126271E-03
+  1.38557352603350622E-03  1.40730761463540226E-03  1.42937252185125767E-03
+  1.45177295284917808E-03  1.47451366871301573E-03  1.49759948672053850E-03
+  1.52103528060705843E-03  1.54482598081370943E-03  1.56897657471957827E-03
+  1.59349210685682066E-03  1.61837767910787914E-03  1.64363845088391180E-03
+  1.66927963928290967E-03  1.69530651922675550E-03  1.72172442357847503E-03
+  1.74853874323588148E-03  1.77575492720118068E-03  1.80337848262562437E-03
+  1.83141497482805287E-03  1.85987002728613907E-03  1.88874932159910944E-03
+  1.91805859742067938E-03  1.94780365236088115E-03  1.97799034185544044E-03
+  2.00862457900131616E-03  2.03971233435694312E-03  2.07125963570515149E-03
+  2.10327256777669653E-03  2.13575727193693462E-03  2.16871994583004747E-03
+  2.20216684297962250E-03  2.23610427234430123E-03  2.27053859782673463E-03
+  2.30547623773398689E-03  2.34092366418751094E-03  2.37688740248073174E-03
+  2.41337403038224515E-03  2.45039017738254376E-03  2.48794252388215807E-03
+  2.52603780031901599E-03  2.56468278623225854E-03  2.60388430925861860E-03
+  2.64364924406524596E-03  2.68398451121173998E-03  2.72489707593845170E-03
+  2.76639394687948391E-03  2.80848217469773301E-03  2.85116885063921429E-03
+  2.89446110500388848E-03  2.93836610553007294E-03  2.98289105568949782E-03
+  3.02804319288994990E-03  3.07382978658239268E-03  3.12025813626934552E-03
+  3.16733556941083518E-03  3.21506943922175671E-03  3.26346712236538555E-03
+  3.31253601653507500E-03  3.36228353791797555E-03  3.41271711853900761E-03
+  3.46384420348128282E-03  3.51567224797909479E-03  3.56820871437946987E-03
+  3.62146106896822596E-03  3.67543677865628899E-03  3.73014330752210630E-03
+  3.78558811320568863E-03  3.84177864314986421E-03  3.89872233068389636E-03
+  3.95642659094089591E-03  4.01489881661339608E-03  4.07414637354029403E-03
+  4.13417659611388204E-03  4.19499678250514520E-03  4.25661418970229265E-03
+  4.31903602835729140E-03  4.38226945743503890E-03  4.44632157865976468E-03
+  4.51119943075308470E-03  4.57690998345813144E-03  4.64346013134399847E-03
+  4.71085668738470322E-03  4.77910637630661259E-03  4.84821582769376543E-03
+  4.91819156885330792E-03  4.98904001743794966E-03  5.06076747380757638E-03
+  5.13338011312838762E-03  5.20688397720340656E-03  5.28128496602800045E-03
+  5.35658882906380352E-03  5.43280115622446144E-03  5.50992736856658564E-03
+  5.58797270867915797E-03  5.66694223076466465E-03  5.74684079040519748E-03
+  5.82767303400657209E-03  5.90944338790942367E-03  5.99215604716564747E-03
+  6.07581496398289667E-03  6.16042383581365954E-03  6.24598609308738961E-03
+  6.33250488657966740E-03  6.41998307441154006E-03  6.50842320867233998E-03
+  6.59782752165925974E-03  6.68819791172704098E-03  6.77953592874128846E-03
+  6.87184275912891551E-03  6.96511921051945048E-03  7.05936569597101580E-03
+  7.15458221777203092E-03  7.25076835081449496E-03  7.34792322554584862E-03
+  7.44604551047702012E-03  7.54513339424572882E-03  7.64518456723141566E-03
+  7.74619620271717671E-03  7.84816493759440265E-03  7.95108685260614324E-03
+  8.05495745212560232E-03  8.15977164346656791E-03  8.26552371572311477E-03
+  8.37220731813621485E-03  8.47981543798556441E-03  8.58834037800503686E-03
+  8.69777373332234448E-03  8.80810636792640246E-03  8.91932839065613312E-03
+  9.03142913071418828E-03  9.14439711270859448E-03  9.25822003122543299E-03
+  9.37288472493646996E-03  9.48837715024655054E-03  9.60468235448664123E-03
+  9.72178444865949565E-03  9.83966657974578128E-03  9.95831090258003822E-03
+  1.00776985513067862E-02  1.01978096104309579E-02  1.03186230854871649E-02
+  1.04401168733117434E-02  1.05622677319487778E-02  1.06850512502145185E-02
+  1.08084418169349990E-02  1.09324125898781870E-02  1.10569354644036999E-02
+  1.11819810418553132E-02  1.13075185977233265E-02  1.14335160496062422E-02
+  1.15599399250032753E-02  1.16867553289717666E-02  1.18139259116858530E-02
+  1.19414138359401605E-02  1.20691797446811858E-02  1.21971827285131274E-02
+  1.23253802932588308E-02  1.24537283276702285E-02  1.25821810713179112E-02
+  1.27106910827166058E-02  1.28392092077468916E-02  1.29676845484373617E-02
+  1.30960644321748438E-02  1.32242943814143005E-02  1.33523180839639922E-02
+  1.34800773639254193E-02  1.36075121533720707E-02  1.37345604648606689E-02
+  1.38611583649640210E-02  1.39872399487356719E-02  1.41127373151994900E-02
+  1.42375805441421373E-02  1.43616976742479280E-02  1.44850146826905005E-02
+  1.46074554663041308E-02  1.47289418244629013E-02  1.48493934438017165E-02
+  1.49687278849186360E-02  1.50868605712040811E-02  1.52037047799482416E-02
+  1.53191716358841382E-02  1.54331701073344516E-02  1.55456070053083643E-02
+  1.56563869854711851E-02  1.57654125529437944E-02  1.58725840705983660E-02
+  1.59777997708822443E-02  1.60809557713563131E-02  1.61819460941565151E-02
+  1.62806626895934010E-02  1.63769954641111298E-02  1.64708323128337636E-02
+  1.65620591569331822E-02  1.66505599860589069E-02  1.67362169060765939E-02
+  1.68189101923697099E-02  1.68985183492263817E-02  1.69749181753746439E-02
+  1.70479848351523765E-02  1.71175919366445481E-02  1.71836116167829490E-02
+  1.72459146336347603E-02  1.73043704661668268E-02  1.73588474217759997E-02
+  1.74092127518785285E-02  1.74553327758539024E-02  1.74970730136399244E-02
+  1.75342983272767580E-02  1.75668730716978250E-02  1.75946612550645365E-02
+  1.76175267092613386E-02  1.76353332709287478E-02  1.76479449715247622E-02
+  1.76552262385929436E-02  1.76570421081786964E-02  1.76532584484942745E-02
+  1.76437421950929145E-02  1.76283615978014042E-02  1.76069864796482081E-02
+  1.75794885080099890E-02  1.75457414781832362E-02  1.75056216095697444E-02
+  1.74590078546442533E-02  1.74057822208501002E-02  1.73458301058586548E-02
+  1.72790406468907518E-02  1.72053070810945959E-02  1.71245271196510326E-02
+  1.70366033355167992E-02  1.69414435643491269E-02  1.68389613185245639E-02
+  1.67290762141196966E-02  1.66117144106721730E-02  1.64868090634886014E-02
+  1.63543007882083098E-02  1.62141381372732617E-02  1.60662780878885886E-02
+  1.59106865409914429E-02  1.57473388309101008E-02  1.55762202461652774E-02
+  1.53973265568623802E-02  1.52106645504901297E-02  1.50162525759045887E-02
+  1.48141210937327954E-02  1.46043132321036061E-02  1.43868853465148640E-02
+  1.41619075825338177E-02  1.39294644399158233E-02  1.36896553366048831E-02
+  1.34425951709584764E-02  1.31884148804077405E-02  1.29272619946351197E-02
+  1.26593011813211694E-02  1.23847147832297673E-02  1.21037033412585201E-02
+  1.18164861025320117E-02  1.15233015122378213E-02  1.12244076854532589E-02
+  1.09200828559936260E-02  1.06106257991698729E-02  1.02963562251892418E-02
+  9.97761513976888441E-03  9.65476516837794271E-03  9.32819084036161546E-03
+  8.99829882904977334E-03  8.66551814379551075E-03  8.33030026973494847E-03
+  7.99311925048906517E-03  7.65447170921113376E-03  7.31487680454131692E-03
+  6.97487611624973605E-03  6.63503345560263399E-03  6.29593459553180832E-03
+  5.95818691560072184E-03  5.62241895670309490E-03  5.28927988038181782E-03
+  4.95943882763829388E-03  4.63358417209847138E-03  4.31242266243405357E-03
+  3.99667844898699779E-03  3.68709198958074849E-03  3.38441882644396246E-03
+  3.08942823278601309E-03  2.80290173095073657E-03  2.52563146865177621E-03
+  2.25841845192720258E-03  2.00207063143424896E-03  1.75740083921499101E-03
+  1.52522457180787182E-03  1.30635762199671299E-03  1.10161354242809505E-03
+  9.11800986505777612E-04  7.37720792691685598E-04  5.80163154251417054E-04
+  4.39904170748838268E-04  3.17702465898053754E-04  2.14299477384784145E-04
+  1.30391658862251804E-04  6.67441531194160417E-05  2.36844719555067993E-05
+  3.08834460769206093E-06 -6.00532227584327078E-07  1.71629592144955062E-07
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00
+                       </PP_QIJL.2.2.0>
+ <PP_QIJL.2.3.1 type="real" size="  1351" columns="3" first_index=" 2" second_index=" 3" composite_index=" 5" angular_momentum="1">
+  2.03112534519040901E-12  2.08046202154172120E-12  2.13099710128370399E-12
+  2.18275969400908111E-12  2.23577961639156951E-12  2.29008740936109485E-12
+  2.34571435569617956E-12  2.40269249804368429E-12  2.46105465737622858E-12
+  2.52083445189796068E-12  2.58206631640955770E-12  2.64478552214359098E-12
+  2.70902819708171204E-12  2.77483134676534957E-12  2.84223287561189367E-12
+  2.91127160874866574E-12  2.98198731437723790E-12  3.05442072668097988E-12
+  3.12861356928906667E-12  3.20460857931038890E-12  3.28244953195128957E-12
+  3.36218126573125913E-12  3.44384970831113107E-12  3.52750190294863832E-12
+  3.61318603559660451E-12  3.70095146265934004E-12  3.79084873942325695E-12
+  3.88292964917807418E-12  3.97724723304536892E-12  4.07385582053169694E-12
+  4.17281106082383610E-12  4.27416995484421294E-12  4.37799088808494363E-12
+  4.48433366423946372E-12  4.59325953965102936E-12  4.70483125859802565E-12
+  4.81911308943633027E-12  4.93617086161961048E-12  5.05607200361884392E-12
+  5.17888558176290815E-12  5.30468234002262956E-12  5.43353474076120125E-12
+  5.56551700647440665E-12  5.70070516254477992E-12  5.83917708103422127E-12
+  5.98101252554039332E-12  6.12629319714264914E-12  6.27510278146402973E-12
+  6.42752699687640895E-12  6.58365364387651179E-12  6.74357265566136954E-12
+  6.90737614993218108E-12  7.07515848195655406E-12  7.24701629891964622E-12
+  7.42304859559545464E-12  7.60335677137045888E-12  7.78804468865230044E-12
+  7.97721873269728141E-12  8.17098787289106919E-12  8.36946372551791431E-12
+  8.57276061805457705E-12  8.78099565502589827E-12  8.99428878546023294E-12
+  9.21276287198292421E-12  9.43654376158878770E-12  9.66576035813286160E-12
+  9.90054469658277353E-12  1.01410320190739573E-11  1.03873608528130207E-11
+  1.06396730898726357E-11  1.08981140689254540E-11  1.11628326589625685E-11
+  1.14339813450463001E-11  1.17117163161451370E-11  1.19961975551030431E-11
+  1.22875889307933989E-11  1.25860582925118453E-11  1.28917775666617686E-11
+  1.32049228557883921E-11  1.35256745400182902E-11  1.38542173809630562E-11
+  1.41907406281466986E-11  1.45354381280182526E-11  1.48885084356122432E-11
+  1.52501549289215215E-11  1.56205859260481944E-11  1.60000148052000630E-11
+  1.63886601276020443E-11  1.67867457633929214E-11  1.71945010205802775E-11
+  1.76121607771276527E-11  1.80399656162502824E-11  1.84781619649971052E-11
+  1.89270022361988979E-11  1.93867449738645487E-11  1.98576550021088162E-11
+  2.03400035776977597E-11  2.08340685462993703E-11  2.13401345025297260E-11
+  2.18584929538865277E-11  2.23894424886647638E-11  2.29332889479509950E-11
+  2.34903456017954410E-11  2.40609333296633022E-11  2.46453808052692982E-11
+  2.52440246859018681E-11  2.58572098063460716E-11  2.64852893775170260E-11
+  2.71286251899179694E-11  2.77875878220405040E-11  2.84625568538269435E-11
+  2.91539210853176242E-11  2.98620787606092445E-11  3.05874377972531031E-11
+  3.13304160212256139E-11  3.20914414076061398E-11  3.28709523271010823E-11
+  3.36693977985558330E-11  3.44872377476006708E-11  3.53249432715788183E-11
+  3.61829969109098526E-11  3.70618929270445503E-11  3.79621375871712852E-11
+  3.88842494558378737E-11  3.98287596936572674E-11  4.07962123632684456E-11
+  4.17871647427294428E-11  4.28021876465225695E-11  4.38418657543570641E-11
+  4.49067979479581609E-11  4.59975976560370328E-11  4.71148932076400340E-11
+  4.82593281940807116E-11  4.94315618396633177E-11  5.06322693814113214E-11
+  5.18621424580193254E-11  5.31218895082528537E-11  5.44122361790252081E-11
+  5.57339257433867271E-11  5.70877195286667765E-11  5.84743973550155836E-11
+  5.98947579845981745E-11  6.13496195816992883E-11  6.28398201840043101E-11
+  6.43662181853276780E-11  6.59296928300666347E-11  6.75311447196656278E-11
+  6.91714963313823081E-11  7.08516925496547967E-11  7.25727012103758659E-11
+  7.43355136583869380E-11  7.61411453185148938E-11  7.79906362804778679E-11
+  7.98850518979997851E-11  8.18254834024766437E-11  8.38130485315488412E-11
+  8.58488921729416876E-11  8.79341870239451020E-11  9.00701342669114787E-11
+  9.22579642611617159E-11  9.44989372516979518E-11  9.67943440951301224E-11
+  9.91455070032362270E-11  1.01553780304583164E-10  1.04020551224646998E-10
+  1.06547240684883361E-10  1.09135304121206052E-10  1.11786232322347340E-10
+  1.14501552288581676E-10  1.17282828111307761E-10  1.20131661873995622E-10
+  1.23049694575017881E-10  1.26038607072896185E-10  1.29100121054508008E-10
+  1.32236000026810622E-10  1.35448050332654412E-10  1.38738122191269896E-10
+  1.42108110764029737E-10  1.45559957246092701E-10  1.49095649984573227E-10
+  1.52717225623858517E-10  1.56426770278759200E-10  1.60226420736141631E-10
+  1.64118365685761683E-10  1.68104846980980901E-10  1.72188160930120396E-10
+  1.76370659619165995E-10  1.80654752266617625E-10  1.85042906611231206E-10
+  1.89537650333485153E-10  1.94141572511558441E-10  1.98857325112689166E-10
+  2.03687624520741598E-10  2.08635253100895519E-10  2.13703060802323737E-10
+  2.18893966799814591E-10  2.24210961175253076E-10  2.29657106639962429E-10
+  2.35235540298861225E-10  2.40949475457492471E-10  2.46802203472923431E-10
+  2.52797095649624464E-10  2.58937605181377463E-10  2.65227269140374067E-10
+  2.71669710514605504E-10  2.78268640294764470E-10  2.85027859611812025E-10
+  2.91951261926490038E-10  2.99042835271992544E-10  3.06306664551132593E-10
+  3.13746933889288625E-10  3.21367929044513624E-10  3.29174039876181833E-10
+  3.37169762873597273E-10  3.45359703746022071E-10  3.53748580075614209E-10
+  3.62341224034806411E-10  3.71142585169686496E-10  3.80157733250985325E-10
+  3.89391861194315370E-10  3.98850288051338896E-10  4.08538462073589783E-10
+  4.18461963850715915E-10  4.28626509524946102E-10  4.39037954083636346E-10
+  4.49702294731788336E-10  4.60625674346485499E-10  4.71814385015236190E-10
+  4.83274871660258411E-10  4.95013735750800535E-10  5.07037739105627405E-10
+  5.19353807787869115E-10  5.31969036094471947E-10  5.44890690642551666E-10
+  5.58126214555001137E-10  5.71683231747761342E-10  5.85569551321230401E-10
+  5.99793172058332880E-10  6.14362287031850868E-10  6.29285288323653258E-10
+  6.44570771858560991E-10  6.60227542355617657E-10  6.76264618399623377E-10
+  6.92691237635852830E-10  7.09516862090947171E-10  7.26751183623048169E-10
+  7.44404129504308737E-10  7.62485868138998333E-10  7.81006814920495590E-10
+  7.99977638230542584E-10  8.19409265584213161E-10  8.39312889924140115E-10
+  8.59699976067618164E-10  8.80582267310305144E-10  9.01971792190316308E-10
+  9.23880871416612008E-10  9.46322124965668231E-10  9.69308479350519793E-10
+  9.92853175066355310E-10  1.01696977421696352E-09  1.04167216832640882E-09
+  1.06697458634044819E-09  1.09289160282229272E-09  1.11943814634743019E-09
+  1.14662950810234975E-09  1.17448135069211678E-09  1.20300971716187586E-09
+  1.23223104023746709E-09  1.26216215179048969E-09  1.29282029253325400E-09
+  1.32422312194921104E-09  1.35638872846458325E-09  1.38933563986703413E-09
+  1.42308283397740864E-09  1.45764974958066136E-09  1.49305629762228471E-09
+  1.52932287267667210E-09  1.56647036469404196E-09  1.60452017103265899E-09
+  1.64349420878331515E-09  1.68341492739313339E-09  1.72430532159598921E-09
+  1.76618894465698995E-09  1.80908992193863245E-09  1.85303296479645860E-09
+  1.89804338481221043E-09  1.94414710837267590E-09  1.99137069160263875E-09
+  2.03974133566049553E-09  2.08928690240539591E-09  2.14003593044489480E-09
+  2.19201765157232861E-09  2.24526200760352688E-09  2.29979966762229150E-09
+  2.35566204564491015E-09  2.41288131871350598E-09  2.47149044542903659E-09
+  2.53152318493419776E-09  2.59301411635759876E-09  2.65599865872996070E-09
+  2.72051309138425993E-09  2.78659457485109736E-09  2.85428117226181809E-09
+  2.92361187127117379E-09  2.99462660651271740E-09  3.06736628259928841E-09
+  3.14187279768239718E-09  3.21818906758352773E-09  3.29635905051178749E-09
+  3.37642777238159100E-09  3.45844135274552280E-09  3.54244703135674465E-09
+  3.62849319537680312E-09  3.71662940724392547E-09  3.80690643321846553E-09
+  3.89937627262130513E-09  3.99409218778266031E-09  4.09110873471792748E-09
+  4.19048179454887433E-09  4.29226860568757651E-09  4.39652779680237746E-09
+  4.50331942058405695E-09  4.61270498833248506E-09  4.72474750538279995E-09
+  4.83951150739239943E-09  4.95706309750875740E-09  5.07746998444034705E-09
+  5.20080152145168442E-09  5.32712874630586515E-09  5.45652442217666368E-09
+  5.58906307955469745E-09  5.72482105917081746E-09  5.86387655596236579E-09
+  6.00630966410673031E-09  6.15220242314906908E-09  6.30163886524967079E-09
+  6.45470506357936256E-09  6.61148918188955468E-09  6.77208152528671498E-09
+  6.93657459223932489E-09  7.10506312784836876E-09  7.27764417841091172E-09
+  7.45441714730935343E-09  7.63548385225727308E-09  7.82094858393614210E-09
+  8.01091816605530532E-09  8.20550201687111214E-09  8.40481221219938988E-09
+  8.60896354995879018E-09  8.81807361628075435E-09  9.03226285322569468E-09
+  9.25165462814275551E-09  9.47637530471465699E-09  9.70655431572713771E-09
+  9.94232423760588859E-09  1.01838208667633101E-08  1.04311832977993056E-08
+  1.06845540036009632E-08  1.09440789173873668E-08  1.12099075167466382E-08
+  1.14821929097136052E-08  1.17610919229377678E-08  1.20467651919921322E-08
+  1.23393772538750359E-08  1.26390966417580883E-08  1.29460959820347353E-08
+  1.32605520937254545E-08  1.35826460902966648E-08  1.39125634839519666E-08
+  1.42504942924557362E-08  1.45966331485505674E-08  1.49511794120315541E-08
+  1.53143372845417883E-08  1.56863159271552729E-08  1.60673295808147600E-08
+  1.64575976896939781E-08  1.68573450275552862E-08  1.72668018271751543E-08
+  1.76862039129123167E-08  1.81157928364945519E-08  1.85558160161023826E-08
+  1.90065268788297639E-08  1.94681850066035867E-08  1.99410562856460898E-08
+  2.04254130595659958E-08  2.09215342861667732E-08  2.14297056980618012E-08
+  2.19502199671891948E-08  2.24833768733206157E-08  2.30294834766613348E-08
+  2.35888542946409799E-08  2.41618114829959519E-08  2.47486850212485173E-08
+  2.53498129026885424E-08  2.59655413289676898E-08  2.65962249094177351E-08
+  2.72422268652076928E-08  2.79039192384572615E-08  2.85816831064267573E-08
+  2.92759088009068291E-08  2.99869961329340798E-08  3.07153546229618105E-08
+  3.14614037366179598E-08  3.22255731261866867E-08  3.30083028779517116E-08
+  3.38100437655441096E-08  3.46312575094397606E-08  3.54724170427559787E-08
+  3.63340067835002765E-08  3.72165229134273418E-08  3.81204736636650596E-08
+  3.90463796072737428E-08  3.99947739589063579E-08  4.09662028817425269E-08
+  4.19612258018725882E-08  4.29804157303123382E-08  4.40243595928332144E-08
+  4.50936585677984348E-08  4.61889284321993433E-08  4.73107999160898805E-08
+  4.84599190656233639E-08  4.96369476149006723E-08  5.08425633668426873E-08
+  5.20774605833067094E-08  5.33423503846706505E-08  5.46379611591148018E-08
+  5.59650389818361934E-08  5.73243480444367342E-08  5.87166710947316023E-08
+  6.01428098872309670E-08  6.16035856445525703E-08  6.30998395300320587E-08
+  6.46324331318028546E-08  6.62022489586220462E-08  6.78101909477277318E-08
+  6.94571849850199516E-08  7.11441794378633779E-08  7.28721457008185721E-08
+  7.46420787546145912E-08  7.64549977386845767E-08  7.83119465375927362E-08
+  8.02139943816898387E-08  8.21622364623418043E-08  8.41577945620850936E-08
+  8.62018177000697443E-08  8.82954827931608435E-08  9.04399953330819981E-08
+  9.26365900799840433E-08  9.48865317728400085E-08  9.71911158570730870E-08
+  9.95516692298363095E-08  1.01969551003370786E-07  1.04446153286880960E-07
+  1.06982901987376444E-07  1.09581257629938786E-07  1.12242716197885012E-07
+  1.14968809993309155E-07  1.17761108518496183E-07  1.20621219378712910E-07
+  1.23550789206893218E-07  1.26551504610755179E-07  1.29625093142884999E-07
+  1.32773324294348056E-07  1.35998010512394722E-07  1.39301008242847748E-07
+  1.42684218997765642E-07  1.46149590448997412E-07  1.49699117548254195E-07
+  1.53334843674339608E-07  1.57058861808198157E-07  1.60873315736453714E-07
+  1.64780401284129442E-07  1.68782367577252547E-07  1.72881518336068128E-07
+  1.77080213199613240E-07  1.81380869082399606E-07  1.85785961563984193E-07
+  1.90298026312224222E-07  1.94919660541033837E-07  1.99653524503474573E-07
+  2.04502343021038777E-07  2.09468907049998702E-07  2.14556075285719261E-07
+  2.19766775805854165E-07  2.25104007753366112E-07  2.30570843060333250E-07
+  2.36170428213528186E-07  2.41905986062775436E-07  2.47780817673143924E-07
+  2.53798304222015116E-07  2.59961908942115935E-07  2.66275179111628415E-07
+  2.72741748092515195E-07  2.79365337418229154E-07  2.86149758931997790E-07
+  2.93098916976909233E-07  3.00216810639050141E-07  3.07507536044976908E-07
+  3.14975288714839042E-07  3.22624365972492097E-07  3.30459169413983818E-07
+  3.38484207435806139E-07  3.46704097824402278E-07  3.55123570408374489E-07
+  3.63747469774912792E-07  3.72580758051993068E-07  3.81628517757943164E-07
+  3.90895954719996402E-07  4.00388401063505895E-07  4.10111318273519142E-07
+  4.20070300330468162E-07  4.30271076921759292E-07  4.40719516731099160E-07
+  4.51421630807430066E-07  4.62383576015398996E-07  4.73611658569299840E-07
+  4.85112337652575347E-07  4.96892229124899809E-07  5.08958109318945487E-07
+  5.21316918929009910E-07  5.33975766993715828E-07  5.46941934975059516E-07
+  5.60222880936128996E-07  5.73826243819871169E-07  5.87759847831345518E-07
+  6.02031706925961005E-07  6.16650029406253895E-07  6.31623222629811429E-07
+  6.46959897831037062E-07  6.62668875059443700E-07  6.78759188237387909E-07
+  6.95240090340093025E-07  7.12121058700848904E-07  7.29411800444440394E-07
+  7.47122258051892700E-07  7.65262615059690539E-07  7.83843301896714573E-07
+  8.02875001862211273E-07  8.22368657248187929E-07  8.42335475609710523E-07
+  8.62786936186666753E-07  8.83734796480634042E-07  9.05191098990583995E-07
+  9.27168178111182039E-07  9.49678667197711360E-07  9.72735505801656082E-07
+  9.96351947080892249E-07  1.02054156538876771E-06  1.04531826404635509E-06
+  1.07069628330228101E-06  1.09669020848464967E-06  1.12331497834966496E-06
+  1.15058589363167526E-06  1.17851862579949104E-06  1.20712922602390791E-06
+  1.23643413436152221E-06  1.26645018916001904E-06  1.29719463669015066E-06
+  1.32868514100998596E-06  1.36093979406714399E-06  1.39397712604442492E-06
+  1.42781611595476794E-06  1.46247620249153326E-06  1.49797729514023330E-06
+  1.53433978555795148E-06  1.57158455922688891E-06  1.60973300738859140E-06
+  1.64880703926557427E-06  1.68882909457723677E-06  1.72982215635709030E-06
+  1.77180976407853814E-06  1.81481602709639974E-06  1.85886563841190574E-06
+  1.90398388876926569E-06  1.95019668109116712E-06  1.99753054526146900E-06
+  2.04601265326342050E-06  2.09567083468187421E-06  2.14653359257823593E-06
+  2.19863011974695060E-06  2.25199031536274643E-06  2.30664480202787518E-06
+  2.36262494322892759E-06  2.41996286121294999E-06  2.47869145529292316E-06
+  2.53884442059255580E-06  2.60045626724092560E-06  2.66356234002860639E-06
+  2.72819883853518655E-06  2.79440283773964050E-06  2.86221230912511647E-06
+  2.93166614228987927E-06  3.00280416707647082E-06  3.07566717623135348E-06
+  3.15029694860770048E-06  3.22673627292418137E-06  3.30502897209292647E-06
+  3.38521992813025258E-06  3.46735510766388360E-06  3.55148158805059023E-06
+  3.63764758411847316E-06  3.72590247555048794E-06  3.81629683492274705E-06
+  3.90888245641317490E-06  4.00371238519665376E-06  4.10084094754286275E-06
+  4.20032378163342650E-06  4.30221786911536546E-06  4.40658156740823772E-06
+  4.51347464278275436E-06  4.62295830422908089E-06  4.73509523813343021E-06
+  4.84994964378200085E-06  4.96758726971147461E-06  5.08807545092511597E-06
+  5.21148314699823812E-06  5.33788098109144282E-06  5.46734127989269699E-06
+  5.59993811451062400E-06  5.73574734234129921E-06  5.87484664993147047E-06
+  6.01731559686149540E-06  6.16323566067192487E-06  6.31269028285822716E-06
+  6.46576491595853286E-06  6.62254707176011115E-06  6.78312637065062385E-06
+  6.94759459214069054E-06  7.11604572658312648E-06  7.28857602812234189E-06
+  7.46528406889970287E-06  7.64627079454230998E-06  7.83163958096651342E-06
+  8.02149629252660280E-06  8.21594934154003149E-06  8.41510974922115841E-06
+  8.61909120805612913E-06  8.82801014565244308E-06  9.04198579009723378E-06
+  9.26114023685935981E-06  9.48559851727090559E-06  9.71548866862436023E-06
+  9.95094180591938122E-06  1.01920921953050860E-05  1.04390773292554168E-05
+  1.06920380035119977E-05  1.09511183958380307E-05  1.12164661466248138E-05
+  1.14882324413935906E-05  1.17665720952360514E-05  1.20516436392381022E-05
+  1.23436094089321751E-05  1.26426356348245740E-05  1.29488925350453141E-05
+  1.32625544101687877E-05  1.35837997402546907E-05  1.39128112841539922E-05
+  1.42497761811416682E-05  1.45948860549324141E-05  1.49483371201202072E-05
+  1.53103302911021374E-05  1.56810712935427055E-05  1.60607707784364737E-05
+  1.64496444388274272E-05  1.68479131292450887E-05  1.72558029879186436E-05
+  1.76735455618314948E-05  1.81013779346801046E-05  1.85395428578021809E-05
+  1.89882888841407251E-05  1.94478705053034494E-05  1.99185482917966166E-05
+  2.04005890365206885E-05  2.08942659015721842E-05  2.13998585684343309E-05
+  2.19176533916327576E-05  2.24479435559327988E-05  2.29910292371572922E-05
+  2.35472177667042189E-05  2.41168237998460687E-05  2.47001694878940028E-05
+  2.52975846543117550E-05  2.59094069748658309E-05  2.65359821619000840E-05
+  2.71776641528138346E-05  2.78348153028391552E-05  2.85078065822554943E-05
+  2.91970177780836979E-05  2.99028377003695234E-05  3.06256643931589572E-05
+  3.13659053502668374E-05  3.21239777359417402E-05  3.29003086105319456E-05
+  3.36953351612598857E-05  3.45095049382138246E-05  3.53432760956681348E-05
+  3.61971176388451026E-05  3.70715096762336564E-05  3.79669436775689374E-05
+  3.88839227375797927E-05  3.98229618457214841E-05  4.07845881619263361E-05
+  4.17693412985098593E-05  4.27777736083709401E-05  4.38104504796166177E-05
+  4.48679506367446256E-05  4.59508664485176212E-05  4.70598042426691022E-05
+  4.81953846275785477E-05  4.93582428210593589E-05  5.05490289864040499E-05
+  5.17684085758332645E-05  5.30170626814834142E-05  5.42956883940408212E-05
+  5.56049991693507100E-05  5.69457252030255721E-05  5.83186138132031458E-05
+  5.97244298316413079E-05  6.11639560033143100E-05  6.26379933946771226E-05
+  6.41473618107663728E-05  6.56929002213099927E-05  6.72754671960187922E-05
+  6.88959413492370824E-05  7.05552217941308362E-05  7.22542286065946086E-05
+  7.39939032990453527E-05  7.57752093041926423E-05  7.75991324692552919E-05
+  7.94666815606632549E-05  8.13788887793578285E-05  8.33368102869465246E-05
+  8.53415267429122494E-05  8.73941438530754177E-05  8.94957929295113263E-05
+  9.16476314621270929E-05  9.38508437021033979E-05  9.61066412574104306E-05
+  9.84162637006066399E-05  1.00780979189133267E-04  1.03202085098302542E-04
+  1.05680908667020633E-04  1.08218807656864998E-04  1.10817171024644431E-04
+  1.13477419608400555E-04  1.16201006827204974E-04  1.18989419394977401E-04
+  1.21844178048547634E-04  1.24766838290184614E-04  1.27758991144818026E-04
+  1.30822263932176924E-04  1.33958321054069717E-04  1.37168864797033313E-04
+  1.40455636150573540E-04  1.43820415641214767E-04  1.47265024182296404E-04
+  1.50791323940244068E-04  1.54401219217702721E-04  1.58096657353111382E-04
+  1.61879629637191045E-04  1.65752172246583121E-04  1.69716367194852337E-04
+  1.73774343301068800E-04  1.77928277176180575E-04  1.82180394227384780E-04
+  1.86532969680699745E-04  1.90988329621941431E-04  1.95548852056296835E-04
+  2.00216967986683128E-04  2.04995162510664375E-04  2.09885975936584490E-04
+  2.14892004919915931E-04  2.20015903618617703E-04  2.25260384868090246E-04
+  2.30628221375934675E-04  2.36122246936661156E-04  2.41745357666477704E-04
+  2.47500513258285589E-04  2.53390738256989163E-04  2.59419123355227065E-04
+  2.65588826709609114E-04  2.71903075277535170E-04  2.78365166174659084E-04
+  2.84978468052505304E-04  2.91746422496439698E-04  2.98672545446197692E-04
+  3.05760428636374035E-04  3.13013741057439649E-04  3.20436230437423381E-04
+  3.28031724744193699E-04  3.35804133708252517E-04  3.43757450365931271E-04
+  3.51895752622856037E-04  3.60223204837515504E-04  3.68744059424743940E-04
+  3.77462658478901192E-04  3.86383435416496007E-04  3.95510916637348178E-04
+  4.04849723203328643E-04  4.14404572538907125E-04  4.24180280148812427E-04
+  4.34181761352860649E-04  4.44414033037970814E-04  4.54882215426859009E-04
+  4.65591533862836542E-04  4.76547320610111610E-04  4.87755016668923276E-04
+  4.99220173604800221E-04  5.10948455391165642E-04  5.22945640264465606E-04
+  5.35217622590928948E-04  5.47770414743338789E-04  5.60610148984675089E-04
+  5.73743079365642028E-04  5.87175583628925355E-04  6.00914165118337541E-04
+  6.14965454692808773E-04  6.29336212643830475E-04  6.44033330614855824E-04
+  6.59063833521095232E-04  6.74434881468027056E-04  6.90153771666866030E-04
+  7.06227940345116362E-04  7.22664964650242096E-04  7.39472564544366466E-04
+  7.56658604687158965E-04  7.74231096300184414E-04  7.92198199022759028E-04
+  8.10568222750418055E-04  8.29349629449222729E-04  8.48551034945994572E-04
+  8.68181210691508932E-04  8.88249085493519950E-04  9.08763747216320542E-04
+  9.29734444443390822E-04  9.51170588099489560E-04  9.73081753028435061E-04
+  9.95477679522561304E-04  1.01836827479970878E-03  1.04176361442284552E-03
+  1.06567394365020816E-03  1.09010967872804070E-03  1.11508140811820630E-03
+  1.14059989364334764E-03  1.16667607155009805E-03  1.19332105348486824E-03
+  1.22054612737630859E-03  1.24836275821827727E-03  1.27678258874689820E-03
+  1.30581744000501064E-03  1.33547931178704311E-03  1.36578038295705759E-03
+  1.39673301163241014E-03  1.42834973522479292E-03  1.46064327031920514E-03
+  1.49362651240139829E-03  1.52731253543411660E-03  1.56171459124500290E-03
+  1.59684610872728571E-03  1.63272069284414625E-03  1.66935212342654137E-03
+  1.70675435375382593E-03  1.74494150890616598E-03  1.78392788387732944E-03
+  1.82372794143601273E-03  1.86435630972345452E-03  1.90582777957467404E-03
+  1.94815730155000876E-03  1.99135998264849583E-03  2.03545108270462719E-03
+  2.08044601048928100E-03  2.12636031944514990E-03  2.17320970305756632E-03
+  2.22100998984732382E-03  2.26977713796902526E-03  2.31952722939801062E-03
+  2.37027646368835696E-03  2.42204115128392961E-03  2.47483770636394750E-03
+  2.52868263920395797E-03  2.58359254803257809E-03  2.63958411036380137E-03
+  2.69667407376677918E-03  2.75487924605396020E-03  2.81421648494665187E-03
+  2.87470268710308128E-03  2.93635477650556901E-03  2.99918969219034213E-03
+  3.06322437529587318E-03  3.12847575540506524E-03  3.19496073615602562E-03
+  3.26269618009566260E-03  3.33169889274972540E-03  3.40198560588249191E-03
+  3.47357295991865354E-03  3.54647748549952570E-03  3.62071558412783642E-03
+  3.69630350784867952E-03  3.77325733808207310E-03  3.85159296344487643E-03
+  3.93132605654322471E-03  4.01247204972237075E-03  4.09504610974309284E-03
+  4.17906311135349869E-03  4.26453760972481024E-03  4.35148381171946916E-03
+  4.43991554595982163E-03  4.52984623166532725E-03  4.62128884622642778E-03
+  4.71425589148299993E-03  4.80875935866028302E-03  4.90481069187382549E-03
+  5.00242075038134608E-03  5.10159976939959358E-03  5.20235731943136884E-03
+  5.30470226410945881E-03  5.40864271652789601E-03  5.51418599403144354E-03
+  5.62133857143519780E-03  5.73010603264701227E-03  5.84049302066668233E-03
+  5.95250318593698417E-03  6.06613913302315750E-03  6.18140236559887833E-03
+  6.29829322970761919E-03  6.41681085519528634E-03  6.53695309554327801E-03
+  6.65871646596883152E-03  6.78209607968683834E-03  6.90708558239013035E-03
+  7.03367708494407554E-03  7.16186109429344311E-03  7.29162644258335869E-03
+  7.42296021449982517E-03  7.55584767283961570E-03  7.69027218232383805E-03
+  7.82621513167420894E-03  7.96365585397646944E-03  8.10257154535494115E-03
+  8.24293718190320483E-03  8.38472543512972825E-03  8.52790658593114391E-03
+  8.67244843697505784E-03  8.81831622364448280E-03  8.96547252361936699E-03
+  9.11387716517606840E-03  9.26348713429456239E-03  9.41425648067309266E-03
+  9.56613622276002162E-03  9.71907425192357344E-03  9.87301523589154476E-03
+  1.00279005216050276E-02  1.01836680376415339E-02  1.03402521963325503E-02
+  1.04975837958712678E-02  1.06555899226222946E-02  1.08141938536935860E-02
+  1.09733149600719244E-02  1.11328686105739670E-02  1.12927660768773041E-02
+  1.14529144399139193E-02  1.16132164979276288E-02  1.17735706765165760E-02
+  1.19338709410028183E-02  1.20940067114917969E-02  1.22538627810070029E-02
+  1.24133192371081690E-02  1.25722513874943643E-02  1.27305296900563220E-02
+  1.28880196876110745E-02  1.30445819480358213E-02  1.32000720103070002E-02
+  1.33543403369945930E-02  1.35072322738001346E-02  1.36585880167552996E-02
+  1.38082425877269939E-02  1.39560258189041879E-02  1.41017623469719064E-02
+  1.42452716177077377E-02  1.43863679017671407E-02  1.45248603224545064E-02
+  1.46605528965425662E-02  1.47932445891456599E-02  1.49227293821960257E-02
+  1.50487963586825313E-02  1.51712298034350143E-02  1.52898093213223504E-02
+  1.54043099738727634E-02  1.55145024353523561E-02  1.56201531693649521E-02
+  1.57210246270615417E-02  1.58168754680714230E-02  1.59074608052893265E-02
+  1.59925324746724822E-02  1.60718393312191329E-02  1.61451275727023252E-02
+  1.62121410932225402E-02  1.62726218640281729E-02  1.63263103457665718E-02
+  1.63729459333996907E-02  1.64122674345165975E-02  1.64440135822382233E-02
+  1.64679235838943450E-02  1.64837377066317653E-02  1.64911979010841092E-02
+  1.64900484641986728E-02  1.64800367422724345E-02  1.64609138751979911E-02
+  1.64324355828595614E-02  1.63943629950046785E-02  1.63464635276431569E-02
+  1.62885117994936331E-02  1.62202905934285407E-02  1.61415918648770626E-02
+  1.60522177961437001E-02  1.59519818968364598E-02  1.58407101504478391E-02
+  1.57182422069562372E-02  1.55844326211255092E-02  1.54391521359710238E-02
+  1.52822890106353027E-02  1.51137503916692478E-02  1.49334637264524114E-02
+  1.47413782175777868E-02  1.45374663200888987E-02  1.43217252696214627E-02
+  1.40941786424911512E-02  1.38548779497740197E-02  1.36039042591713823E-02
+  1.33413698408637246E-02  1.30674198331699309E-02  1.27822339233621737E-02
+  1.24860280384886703E-02  1.21790560405417737E-02  1.18616114197623700E-02
+  1.15340289793093419E-02  1.11966865039290712E-02  1.08500064048370377E-02
+  1.04944573358161167E-02  1.01305557628377958E-02  9.75886747770711264E-03
+  9.38000905332938943E-03  8.99464922537523796E-03  8.60351018811811655E-03
+  8.20736879168841062E-03  7.80705762726902758E-03  7.40346598602768281E-03
+  6.99754067686563126E-03  6.59028668734470101E-03  6.18276767146343654E-03
+  5.77610624726883608E-03  5.37148408665069112E-03  4.97014177869595317E-03
+  4.57337844533456730E-03  4.18255109291636087E-03  3.79907368118070129E-03
+  3.42441588789584679E-03  3.06010154840264054E-03  2.70770674995603720E-03
+  2.36885755773421020E-03  2.04522735954851568E-03  1.73853378275409744E-03
+  1.45053524277626586E-03  1.18302687426887821E-03  9.37836411930245933E-04
+  7.16818792840028473E-04  5.21850636265588311E-04  3.54830762952085450E-04
+  2.17632223301633958E-04  1.12296801949308918E-04  4.01652425773920782E-05
+  5.28386990951574940E-06 -1.03055271356830153E-06  2.94527643628863416E-07
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00
+                       </PP_QIJL.2.3.1>
+ <PP_QIJL.3.3.0 type="real" size="  1351" columns="3" first_index=" 3" second_index=" 3" composite_index=" 6" angular_momentum="0">
+  6.73746139812773298E-09  6.84612778042585434E-09  6.95654680819464935E-09
+  7.06874674928776256E-09  7.18275632748170498E-09  7.29860472982930444E-09
+  7.41632161413167599E-09  7.53593711653080609E-09  7.65748185922451396E-09
+  7.78098695830588958E-09  7.90648403172916290E-09  8.03400520740404007E-09
+  8.16358313142058523E-09  8.29525097640679534E-09  8.42904245002092440E-09
+  8.56499180358080859E-09  8.70313384083235799E-09  8.84350392685945810E-09
+  8.98613799713762704E-09  9.13107256673362553E-09  9.27834473965349286E-09
+  9.42799221834133640E-09  9.58005331333133331E-09  9.73456695305538441E-09
+  9.89157269380897294E-09  1.00511107298777578E-08  1.02132219038274687E-08
+  1.03779477169598084E-08  1.05453303399369406E-08  1.07154126235773816E-08
+  1.08882381098259902E-08  1.10638510429008931E-08  1.12422963806201832E-08
+  1.14236198059113485E-08  1.16078677385062481E-08  1.17950873468248023E-08
+  1.19853265600502826E-08  1.21786340803993915E-08  1.23750593955902396E-08
+  1.25746527915113885E-08  1.27774653650952681E-08  1.29835490373992070E-08
+  1.31929565668973937E-08  1.34057415629873119E-08  1.36219584997139174E-08
+  1.38416627297152666E-08  1.40649104983929619E-08  1.42917589583112229E-08
+  1.45222661838281887E-08  1.47564911859631166E-08  1.49944939275035192E-08
+  1.52363353383558034E-08  1.54820773311435973E-08  1.57317828170576240E-08
+  1.59855157219611501E-08  1.62433410027553367E-08  1.65053246640083695E-08
+  1.67715337748529251E-08  1.70420364861560916E-08  1.73169020479662523E-08
+  1.75962008272413492E-08  1.78800043258630377E-08  1.81683851989415973E-08
+  1.84614172734155315E-08  1.87591755669520194E-08  1.90617363071511907E-08
+  1.93691769510611294E-08  1.96815762050066804E-08  1.99990140447390234E-08
+  2.03215717359092164E-08  2.06493318548730162E-08  2.09823783098301502E-08
+  2.13207963623055986E-08  2.16646726489763258E-08  2.20140952038510469E-08
+  2.23691534808068134E-08  2.27299383764896734E-08  2.30965422535844305E-08
+  2.34690589644598431E-08  2.38475838751949984E-08  2.42322138899934094E-08
+  2.46230474759907371E-08  2.50201846884626628E-08  2.54237271964393007E-08
+  2.58337783087327827E-08  2.62504430003846348E-08  2.66738279395395286E-08
+  2.71040415147527768E-08  2.75411938627379938E-08  2.79853968965624272E-08
+  2.84367643342969177E-08  2.88954117281280572E-08  2.93614564939398554E-08
+  2.98350179413723710E-08  3.03162173043654123E-08  3.08051777721945858E-08
+  3.13020245210080723E-08  3.18068847458719588E-08  3.23198876933325138E-08
+  3.28411646945034847E-08  3.33708491986871913E-08  3.39090768075377602E-08
+  3.44559853097754728E-08  3.50117147164608573E-08  3.55764072968378006E-08
+  3.61502076147547277E-08  3.67332625656731326E-08  3.73257214142732265E-08
+  3.79277358326657055E-08  3.85394599392201115E-08  3.91610503380194082E-08
+  3.97926661589507854E-08  4.04344690984431524E-08  4.10866234608615457E-08
+  4.17492962005693226E-08  4.24226569646685901E-08  4.31068781364301188E-08
+  4.38021348794234611E-08  4.45086051823591740E-08  4.52264699046539365E-08
+  4.59559128227307347E-08  4.66971206770656846E-08  4.74502832199938378E-08
+  4.82155932642856672E-08  4.89932467325074221E-08  4.97834427071772182E-08
+  5.05863834817302755E-08  5.14022746123059899E-08  5.22313249703704838E-08
+  5.30737467961874928E-08  5.39297557531519829E-08  5.47995709829999362E-08
+  5.56834151619084549E-08  5.65815145575008804E-08  5.74940990867712002E-08
+  5.84214023749426148E-08  5.93636618152754677E-08  6.03211186298396499E-08
+  6.12940179312674108E-08  6.22826087855018105E-08  6.32871442755573762E-08
+  6.43078815663090374E-08  6.53450819703260273E-08  6.63990110147675278E-08
+  6.74699385093572225E-08  6.85581386154540685E-08  6.96638899162372880E-08
+  7.07874754880230086E-08  7.19291829727312670E-08  7.30893046515218392E-08
+  7.42681375196173455E-08  7.54659833623336693E-08  7.66831488323358205E-08
+  7.79199455281406048E-08  7.91766900738848926E-08  8.04537042003803462E-08
+  8.17513148274755945E-08  8.30698541477468868E-08  8.44096597115381093E-08
+  8.57710745133725192E-08  8.71544470797583372E-08  8.85601315584099304E-08
+  8.99884878089084753E-08  9.14398814948246523E-08  9.29146841773266391E-08
+  9.44132734102986278E-08  9.59360328369926321E-08  9.74833522882394554E-08
+  9.90556278822435847E-08  1.00653262125987421E-07  1.02276664018271012E-07
+  1.03926249154413620E-07  1.05602439832643868E-07  1.07305665162205708E-07
+  1.09036361173207872E-07  1.10794970928244790E-07  1.12581944635818099E-07
+  1.14397739765587668E-07  1.16242821165478967E-07  1.18117661180684053E-07
+  1.20022739774574938E-07  1.21958544651574669E-07  1.23925571382002383E-07
+  1.25924323528939005E-07  1.27955312777132060E-07  1.30019059063986454E-07
+  1.32116090712660381E-07  1.34246944567315834E-07  1.36412166130541552E-07
+  1.38612309703001089E-07  1.40847938525325021E-07  1.43119624922298931E-07
+  1.45427950449368952E-07  1.47773506041518609E-07  1.50156892164538285E-07
+  1.52578718968741909E-07  1.55039606445154953E-07  1.57540184584230042E-07
+  1.60081093537112601E-07  1.62662983779517377E-07  1.65286516278237572E-07
+  1.67952362660349199E-07  1.70661205385135026E-07  1.73413737918790156E-07
+  1.76210664911935617E-07  1.79052702380004933E-07  1.81940577886529222E-07
+  1.84875030729388722E-07  1.87856812130057851E-07  1.90886685425911356E-07
+  1.93965426265624702E-07  1.97093822807729713E-07  2.00272675922371044E-07
+  2.03502799396316424E-07  2.06785020141273053E-07  2.10120178405563467E-07
+  2.13509127989215468E-07  2.16952736462520136E-07  2.20451885388114785E-07
+  2.24007470546647548E-07  2.27620402166081269E-07  2.31291605154694289E-07
+  2.35022019337840270E-07  2.38812599698525053E-07  2.42664316621863813E-07
+  2.46578156143479979E-07  2.50555120201910229E-07  2.54596226895080188E-07
+  2.58702510740914919E-07  2.62875022942154354E-07  2.67114831655436969E-07
+  2.71423022264723877E-07  2.75800697659132302E-07  2.80248978515249013E-07
+  2.84769003583996988E-07  2.89361929982127557E-07  2.94028933488413584E-07
+  2.98771208844618118E-07  3.03589970061319234E-07  3.08486450728662281E-07
+  3.13461904332127416E-07  3.18517604573387055E-07  3.23654845696337331E-07
+  3.28874942818388238E-07  3.34179232267094541E-07  3.39569071922217267E-07
+  3.45045841563299023E-07  3.50610943222845124E-07  3.56265801545200024E-07
+  3.62011864151211140E-07  3.67850602008771676E-07  3.73783509809340431E-07
+  3.79812106350531960E-07  3.85937934924876542E-07  3.92162563714849081E-07
+  3.98487586194267372E-07  4.04914621536163304E-07  4.11445315027231891E-07
+  4.18081338488961553E-07  4.24824390705557221E-07  4.31676197858761528E-07
+  4.38638513969688316E-07  4.45713121347782495E-07  4.52901831047015368E-07
+  4.60206483329439400E-07  4.67628948136215876E-07  4.75171125566238763E-07
+  4.82834946362474817E-07  4.90622372406147279E-07  4.98535397218886067E-07
+  5.06576046472976293E-07  5.14746378509834124E-07  5.23048484866840622E-07
+  5.31484490812673136E-07  5.40056555891266891E-07  5.48766874474546979E-07
+  5.57617676324072926E-07  5.66611227161739955E-07  5.75749829249679974E-07
+  5.85035821979515290E-07  5.94471582471111808E-07  6.04059526180984893E-07
+  6.13802107520517387E-07  6.23701820484144436E-07  6.33761199287664605E-07
+  6.43982819016845509E-07  6.54369296286484585E-07  6.64923289910098541E-07
+  6.75647501580406119E-07  6.86544676560786183E-07  6.97617604387883505E-07
+  7.08869119585532914E-07  7.20302102390215916E-07  7.31919479488181690E-07
+  7.43724224764488490E-07  7.55719360064081591E-07  7.67907955965184983E-07
+  7.80293132565114164E-07  7.92878060278806712E-07  8.05665960650176928E-07
+  8.18660107176600881E-07  8.31863826146644056E-07  8.45280497491342702E-07
+  8.58913555649158306E-07  8.72766490444930127E-07  8.86842847982942265E-07
+  9.01146231554440483E-07  9.15680302559729312E-07  9.30448781445184260E-07
+  9.45455448655314506E-07  9.60704145600229008E-07  9.76198775638645448E-07
+  9.91943305076797141E-07  1.00794176418338645E-06  1.02419824822095900E-06
+  1.04071691849384520E-06  1.05750200341304672E-06  1.07455779957823632E-06
+  1.09188867287725558E-06  1.10949905960327211E-06  1.12739346759001236E-06
+  1.14557647736522303E-06  1.16405274332279472E-06  1.18282699491370864E-06
+  1.20190403785624699E-06  1.22128875536564192E-06  1.24098610940361709E-06
+  1.26100114194798941E-06  1.28133897628281440E-06  1.30200481830924590E-06
+  1.32300395787760251E-06  1.34434177014082526E-06  1.36602371692982150E-06
+  1.38805534815090201E-06  1.41044230320582129E-06  1.43319031243461102E-06
+  1.45630519858176779E-06  1.47979287828596447E-06  1.50365936359386875E-06
+  1.52791076349826903E-06  1.55255328550106892E-06  1.57759323720138661E-06
+  1.60303702790933466E-06  1.62889117028571049E-06  1.65516228200820799E-06
+  1.68185708746438033E-06  1.70898241947197410E-06  1.73654522102689991E-06
+  1.76455254707945437E-06  1.79301156633906883E-06  1.82192956310824092E-06
+  1.85131393914590780E-06  1.88117221556094565E-06  1.91151203473609160E-06
+  1.94234116228291964E-06  1.97366748902828578E-06  2.00549903303279277E-06
+  2.03784394164176324E-06  2.07071049356926181E-06  2.10410710101568888E-06
+  2.13804231181948698E-06  2.17252481164351704E-06  2.20756342619664922E-06
+  2.24316712349115061E-06  2.27934501613642965E-06  2.31610636366972740E-06
+  2.35346057492435935E-06  2.39141721043610174E-06  2.42998598488833852E-06
+  2.46917676959658978E-06  2.50899959503306302E-06  2.54946465339186572E-06
+  2.59058230119552896E-06  2.63236306194351480E-06  2.67481762880337792E-06
+  2.71795686734526671E-06  2.76179181832047210E-06  2.80633370048470400E-06
+  2.85159391346686062E-06  2.89758404068397119E-06  2.94431585230308642E-06
+  2.99180130825086529E-06  3.04005256127162238E-06  3.08908196003461484E-06
+  3.13890205229135134E-06  3.18952558808376159E-06  3.24096552300399117E-06
+  3.29323502150669210E-06  3.34634746027464011E-06  3.40031643163852506E-06
+  3.45515574705182196E-06  3.51087944062156642E-06  3.56750177269599830E-06
+  3.62503723350993362E-06  3.68350054688882899E-06  3.74290667401245567E-06
+  3.80327081723916355E-06  3.86460842399169006E-06  3.92693519070550518E-06
+  3.99026706684071017E-06  4.05462025895850217E-06  4.12001123486323270E-06
+  4.18645672781110764E-06  4.25397374078664912E-06  4.32257955084793637E-06
+  4.39229171354178787E-06  4.46312806738997561E-06  4.53510673844760067E-06
+  4.60824614493484981E-06  4.68256500194321042E-06  4.75808232621743491E-06
+  4.83481744101443335E-06  4.91278998104029820E-06  4.99201989746675612E-06
+  5.07252746302832343E-06  5.15433327720141707E-06  5.23745827146675769E-06
+  5.32192371465642859E-06  5.40775121838692210E-06  5.49496274257954213E-06
+  5.58358060106957321E-06  5.67362746730567131E-06  5.76512638014084512E-06
+  5.85810074971657372E-06  5.95257436344152084E-06  6.04857139206634765E-06
+  6.14611639585619338E-06  6.24523433086237077E-06  6.34595055529485915E-06
+  6.44829083599724456E-06  6.55228135502567458E-06  6.65794871633357209E-06
+  6.76531995256378577E-06  6.87442253194988253E-06  6.98528436532828857E-06
+  7.09793381326314602E-06  7.21239969328558925E-06  7.32871128724935358E-06
+  7.44689834880451544E-06  7.56699111099130370E-06  7.68902029395586759E-06
+  7.81301711278996984E-06  7.93901328549657682E-06  8.06704104108336596E-06
+  8.19713312778618066E-06  8.32932282142449195E-06  8.46364393389111992E-06
+  8.60013082177812251E-06  8.73881839514124190E-06  8.87974212640496858E-06
+  9.02293805941057946E-06  9.16844281860934392E-06  9.31629361840326772E-06
+  9.46652827263575157E-06  9.61918520423447339E-06  9.77430345500902524E-06
+  9.93192269560568996E-06  1.00920832356219024E-05  1.02548260338829492E-05
+  1.04201927088834139E-05  1.05882255493962030E-05  1.07589675252515913E-05
+  1.09324622982891408E-05  1.11087542334851455E-05  1.12878884102585069E-05
+  1.14699106339577562E-05  1.16548674475322435E-05  1.18428061433903326E-05
+  1.20337747754475963E-05  1.22278221713680740E-05  1.24249979450016052E-05
+  1.26253525090204277E-05  1.28289370877581018E-05  1.30358037302540306E-05
+  1.32460053235070143E-05  1.34595956059409027E-05  1.36766291810858607E-05
+  1.38971615314785931E-05  1.41212490327850949E-05  1.43489489681493333E-05
+  1.45803195427716198E-05  1.48154198987201741E-05  1.50543101299796044E-05
+  1.52970512977401199E-05  1.55437054459313018E-05  1.57943356170041603E-05
+  1.60490058679655932E-05  1.63077812866690189E-05  1.65707280083656569E-05
+  1.68379132325201789E-05  1.71094052398951191E-05  1.73852734099081987E-05
+  1.76655882382668474E-05  1.79504213548845017E-05  1.82398455420829030E-05
+  1.85339347530850555E-05  1.88327641308034442E-05  1.91364100269280610E-05
+  1.94449500213190985E-05  1.97584629417090080E-05  2.00770288837188939E-05
+  2.04007292311939519E-05  2.07296466768635620E-05  2.10638652433306557E-05
+  2.14034703043957270E-05  2.17485486067205266E-05  2.20991882918371795E-05
+  2.24554789185077441E-05  2.28175114854400875E-05  2.31853784543653727E-05
+  2.35591737734831206E-05  2.39389929012793669E-05  2.43249328307239774E-05
+  2.47170921138528823E-05  2.51155708867414878E-05  2.55204708948747965E-05
+  2.59318955189216005E-05  2.63499498009182008E-05  2.67747404708682911E-05
+  2.72063759737654739E-05  2.76449664970449278E-05  2.80906239984711740E-05
+  2.85434622344686282E-05  2.90035967889017913E-05  2.94711451023121978E-05
+  2.99462265016191921E-05  3.04289622302919299E-05  3.09194754789994281E-05
+  3.14178914167469235E-05  3.19243372225048587E-05  3.24389421173397455E-05
+  3.29618373970539663E-05  3.34931564653421468E-05  3.40330348674723238E-05
+  3.45816103245001331E-05  3.51390227680241368E-05  3.57054143754908002E-05
+  3.62809296060575688E-05  3.68657152370227049E-05  3.74599204008306392E-05
+  3.80636966226617480E-05  3.86771978586154669E-05  3.93005805344960040E-05
+  3.99340035852095091E-05  4.05776284947826469E-05  4.12316193370131648E-05
+  4.18961428167599577E-05  4.25713683118839308E-05  4.32574679158491160E-05
+  4.39546164809941352E-05  4.46629916624846523E-05  4.53827739629570376E-05
+  4.61141467778635985E-05  4.68572964415306606E-05  4.76124122739397365E-05
+  4.83796866282432751E-05  4.91593149390259977E-05  4.99514957713225174E-05
+  5.07564308704035175E-05  5.15743252123438214E-05  5.24053870553814087E-05
+  5.32498279920804008E-05  5.41078630023102209E-05  5.49797105070534977E-05
+  5.58655924230547194E-05  5.67657342183229698E-05  5.76803649685011233E-05
+  5.86097174141147421E-05  5.95540280187141047E-05  6.05135370279222146E-05
+  6.14884885294032015E-05  6.24791305137629603E-05  6.34857149363978227E-05
+  6.45084977803075195E-05  6.55477391198830422E-05  6.66037031856850538E-05
+  6.76766584302279905E-05  6.87668775947843309E-05  6.98746377772251585E-05
+  7.10002205009105988E-05  7.21439117846477465E-05  7.33060022137305340E-05
+  7.44867870120777590E-05  7.56865661154854834E-05  7.69056442460106209E-05
+  7.81443309875002278E-05  7.94029408622840205E-05  8.06817934090531741E-05
+  8.19812132619351838E-05  8.33015302307842272E-05  8.46430793827057404E-05
+  8.60062011248317036E-05  8.73912412883664206E-05  8.87985512139195327E-05
+  9.02284878381463617E-05  9.16814137817135560E-05  9.31576974386085367E-05
+  9.46577130668139815E-05  9.61818408803645990E-05  9.77304671428058707E-05
+  9.93039842620733961E-05  1.00902790886822156E-04  1.02527292004218185E-04
+  1.04177899039212856E-04  1.05855029955322818E-04  1.07559109356936421E-04
+  1.09290568593168065E-04  1.11049845863282182E-04  1.12837386323708799E-04
+  1.14653642196672700E-04  1.16499072880458894E-04  1.18374145061336507E-04
+  1.20279332827164542E-04  1.22215117782700729E-04  1.24181989166633296E-04
+  1.26180443970375100E-04  1.28210987058631899E-04  1.30274131291767842E-04
+  1.32370397649995026E-04  1.34500315359411236E-04  1.36664422019911792E-04
+  1.38863263734999553E-04  1.41097395243518572E-04  1.43367380053337933E-04
+  1.45673790577009564E-04  1.48017208269428656E-04  1.50398223767520076E-04
+  1.52817437031978908E-04  1.55275457491080711E-04  1.57772904186614964E-04
+  1.60310405921954566E-04  1.62888601412281036E-04  1.65508139437000928E-04
+  1.68169678994378432E-04  1.70873889458413703E-04  1.73621450737995400E-04
+  1.76413053438354375E-04  1.79249399024849164E-04  1.82131199989109699E-04
+  1.85059180017570896E-04  1.88034074162422306E-04  1.91056629015004900E-04
+  1.94127602881668978E-04  1.97247765962154764E-04  2.00417900530519257E-04
+  2.03638801118616721E-04  2.06911274702175637E-04  2.10236140889500625E-04
+  2.13614232112831849E-04  2.17046393822389557E-04  2.20533484683136858E-04
+  2.24076376774289638E-04  2.27675955791604301E-04  2.31333121252475578E-04
+  2.35048786703872771E-04  2.38823879933147112E-04  2.42659343181718444E-04
+  2.46556133361710336E-04  2.50515222275573526E-04  2.54537596838682364E-04
+  2.58624259304956518E-04  2.62776227495534990E-04  2.66994535030538101E-04
+  2.71280231563943250E-04  2.75634383021607131E-04  2.80058071842464833E-04
+  2.84552397222935136E-04  2.89118475364561779E-04  2.93757439724919576E-04
+  2.98470441271816186E-04  3.03258648740792141E-04  3.08123248895978308E-04
+  3.13065446794390018E-04  3.18086466053599606E-04  3.23187549122842528E-04
+  3.28369957557588681E-04  3.33634972297602644E-04  3.38983893948525126E-04
+  3.44418043066995752E-04  3.49938760449345363E-04  3.55547407423881636E-04
+  3.61245366146793171E-04  3.67034039901694277E-04  3.72914853402832682E-04
+  3.78889253101953442E-04  3.84958707498850815E-04  3.91124707455750304E-04
+  3.97388766515390044E-04  4.03752421222858683E-04  4.10217231451212897E-04
+  4.16784780730894498E-04  4.23456676582960074E-04  4.30234550856136030E-04
+  4.37120060067714734E-04  4.44114885748299153E-04  4.51220734790410219E-04
+  4.58439339800960528E-04  4.65772459457604380E-04  4.73221878868935705E-04
+  4.80789409938508778E-04  4.88476891732916299E-04  4.96286190853697292E-04
+  5.04219201813102882E-04  5.12277847413741285E-04  5.20464079132095837E-04
+  5.28779877505909028E-04  5.37227252525409585E-04  5.45808244028391626E-04
+  5.54524922099108039E-04  5.63379387470970810E-04  5.72373771933035874E-04
+  5.81510238740243646E-04  5.90790983027359167E-04  6.00218232226488600E-04
+  6.09794246488514153E-04  6.19521319108115955E-04  6.29401776952326505E-04
+  6.39437980892626967E-04  6.49632326240536136E-04  6.59987243186646827E-04
+  6.70505197243041512E-04  6.81188689689036131E-04  6.92040258020179327E-04
+  7.03062476400441623E-04  7.14257956117516800E-04  7.25629346041154052E-04
+  7.37179333084409254E-04  7.48910642667538961E-04  7.60826039184983962E-04
+  7.72928326475036983E-04  7.85220348291936409E-04  7.97704988780385360E-04
+  8.10385172952385975E-04  8.23263867166250125E-04  8.36344079607656988E-04
+  8.49628860772612209E-04  8.63121303952155117E-04  8.76824545718661564E-04
+  8.90741766413569126E-04  9.04876190636355756E-04  9.19231087734553409E-04
+  9.33809772294325784E-04  9.48615604632082883E-04  9.63651991286759756E-04
+  9.78922385512088957E-04  9.94430287768871806E-04  1.01017924621700961E-03
+  1.02617285720703506E-03  1.04241476577087984E-03  1.05890866611160327E-03
+  1.07565830209178882E-03  1.09266746772030115E-03  1.10994000763709670E-03
+  1.12747981759574655E-03  1.14529084494332210E-03  1.16337708909685657E-03
+  1.18174260201678338E-03  1.20039148867716306E-03  1.21932790753135332E-03
+  1.23855607097306990E-03  1.25808024579244083E-03  1.27790475362658459E-03
+  1.29803397140424034E-03  1.31847233178395990E-03  1.33922432358535054E-03
+  1.36029449221282579E-03  1.38168744007132176E-03  1.40340782697339706E-03
+  1.42546037053712022E-03  1.44784984657358290E-03  1.47058108946406300E-03
+  1.49365899252718796E-03  1.51708850837362443E-03  1.54087464924814615E-03
+  1.56502248735841264E-03  1.58953715518969250E-03  1.61442384580473032E-03
+  1.63968781312793946E-03  1.66533437221304953E-03  1.69136889949334434E-03
+  1.71779683301355782E-03  1.74462367264247801E-03  1.77185498026529407E-03
+  1.79949637995404700E-03  1.82755355811538159E-03  1.85603226361694368E-03
+  1.88493830788832861E-03  1.91427756499611829E-03  1.94405597169201492E-03
+  1.97427952743283288E-03  2.00495429437105898E-03  2.03608639731466326E-03
+  2.06768202365480505E-03  2.09974742326000290E-03  2.13228890833532057E-03
+  2.16531285324507699E-03  2.19882569429750811E-03  2.23283392948919095E-03
+  2.26734411820700595E-03  2.30236288089037417E-03  2.33789689864772471E-03
+  2.37395291282591937E-03  2.41053772453123615E-03  2.44765819410002481E-03
+  2.48532124051700862E-03  2.52353384077924191E-03  2.56230302920357721E-03
+  2.60163589667550656E-03  2.64153958983712623E-03  2.68202131021194872E-03
+  2.72308831326418914E-03  2.76474790738955077E-03  2.80700745283331103E-03
+  2.84987436053990356E-03  2.89335609092617688E-03  2.93746015257517670E-03
+  2.98219410084874827E-03  3.02756553641610193E-03  3.07358210369536571E-03
+  3.12025148920512226E-03  3.16758141982279202E-03  3.21557966094669374E-03
+  3.26425401455847407E-03  3.31361231718257541E-03  3.36366243773925013E-03
+  3.41441227528715930E-03  3.46586975664891052E-03  3.51804283392464796E-03
+  3.57093948188510384E-03  3.62456769523746523E-03  3.67893548576215743E-03
+  3.73405087931643958E-03  3.78992191270062116E-03  3.84655663038259345E-03
+  3.90396308107629616E-03  3.96214931416953922E-03  4.02112337599669963E-03
+  4.08089330595146765E-03  4.14146713243489662E-03  4.20285286863350278E-03
+  4.26505850811821109E-03  4.32809202026883041E-03  4.39196134551674087E-03
+  4.45667439039363917E-03  4.52223902238437295E-03  4.58866306457843699E-03
+  4.65595429011450047E-03  4.72412041641217129E-03  4.79316909918517040E-03
+  4.86310792622991674E-03  4.93394441098348770E-03  5.00568598584476710E-03
+  5.07833999525251177E-03  5.15191368851383204E-03  5.22641421237166406E-03
+  5.30184860331367035E-03  5.37822377961917533E-03  5.45554653312493604E-03
+  5.53382352070793965E-03  5.61306125547863990E-03  5.69326609767774067E-03
+  5.77444424526941426E-03  5.85660172422386525E-03  5.93974437848210444E-03
+  6.02387785959566328E-03  6.10900761603396566E-03  6.19513888215211198E-03
+  6.28227666681156153E-03  6.37042574164179993E-03  6.45959062894126308E-03
+  6.54977558922040931E-03  6.64098460836165787E-03  6.73322138439453200E-03
+  6.82648931387950901E-03  6.92079147789321364E-03  7.01613062760771296E-03
+  7.11250916945667042E-03  7.20992914988120154E-03  7.30839223964842993E-03
+  7.40789971773575789E-03  7.50845245477407310E-03  7.61005089604322848E-03
+  7.71269504401016041E-03  7.81638444040515072E-03  7.92111814784380620E-03
+  8.02689473097059451E-03  8.13371223712294582E-03  8.24156817651201280E-03
+  8.35045950191507652E-03  8.46038258787501149E-03  8.57133320940246628E-03
+  8.68330652017693626E-03  8.79629703024324347E-03  8.91029858320056822E-03
+  9.02530433288149282E-03  9.14130671951920992E-03  9.25829744540122151E-03
+  9.37626745001010620E-03  9.49520688465515031E-03  9.61510508658811047E-03
+  9.73595055260679208E-03  9.85773091214976922E-03  9.98043289988553503E-03
+  1.01040423278003170E-02  1.02285440567897630E-02  1.03539219677608509E-02
+  1.04801589322514807E-02  1.06072367825762841E-02  1.07351362815086854E-02
+  1.08638370915103595E-02  1.09933177435233669E-02  1.11235556053514238E-02
+  1.12545268496129017E-02  1.13862064212993143E-02  1.15185680049655088E-02
+  1.16515839915675903E-02  1.17852254449715282E-02  1.19194620681573223E-02
+  1.20542621691458567E-02  1.21895926266777140E-02  1.23254188556755941E-02
+  1.24617047725244044E-02  1.25984127602056899E-02  1.27355036333256389E-02
+  1.28729366030837962E-02  1.30106692422716705E-02  1.31486574502437305E-02
+  1.32868554179478814E-02  1.34252155931170614E-02  1.35636886456539443E-02
+  1.37022234332699645E-02  1.38407669674436799E-02  1.39792643797677033E-02
+  1.41176588887570818E-02  1.42558917671963201E-02  1.43939023101065846E-02
+  1.45316278034187084E-02  1.46690034934426807E-02  1.48059625572345439E-02
+  1.49424360740646120E-02  1.50783529978901643E-02  1.52136401309330253E-02
+  1.53482220986616760E-02  1.54820213262204590E-02  1.56149580164292364E-02
+  1.57469501294859281E-02  1.58779133645101204E-02  1.60077611430722022E-02
+  1.61364045948583813E-02  1.62637525456284654E-02  1.63897115076296063E-02
+  1.65141856726356458E-02  1.66370769077933758E-02  1.67582847546489458E-02
+  1.68777064312710910E-02  1.69952368374250151E-02  1.71107685635152190E-02
+  1.72241919033317287E-02  1.73353948708005988E-02  1.74442632209635615E-02
+  1.75506804754185265E-02  1.76545279524596109E-02  1.77556848021622887E-02
+  1.78540280466662794E-02  1.79494326259152515E-02  1.80417714491192954E-02
+  1.81309154522144786E-02  1.82167336618824123E-02  1.82990932661977086E-02
+  1.83778596913497239E-02  1.84528966858751378E-02  1.85240664123961021E-02
+  1.85912295471080367E-02  1.86542453873263028E-02  1.87129719674047207E-02
+  1.87672661833418568E-02  1.88169839263934262E-02  1.88619802260108042E-02
+  1.89021094024266340E-02  1.89372252292085499E-02  1.89671811061012767E-02
+  1.89918302428216113E-02  1.90110258542134161E-02  1.90246213651353267E-02
+  1.90324706274292710E-02  1.90344281489068790E-02  1.90303493344620919E-02
+  1.90200907395906976E-02  1.90035103365855523E-02  1.89804677936630875E-02
+  1.89508247672614018E-02  1.89144452077326421E-02  1.88711956786332367E-02
+  1.88209456897934259E-02  1.87635680443232651E-02  1.86989392000248694E-02
+  1.86269396459636562E-02  1.85474542909584983E-02  1.84603728668700992E-02
+  1.83655903465912464E-02  1.82630073762465976E-02  1.81525307215082213E-02
+  1.80340737278840875E-02  1.79075567947838757E-02  1.77729078631103932E-02
+  1.76300629160628941E-02  1.74789664927753434E-02  1.73195722143416539E-02
+  1.71518433217079762E-02  1.69757532250891553E-02  1.67912860653965795E-02
+  1.65984372827711127E-02  1.63972141941781668E-02  1.61876365798266954E-02
+  1.59697372765085638E-02  1.57435627766807119E-02  1.55091738320063035E-02
+  1.52666460599501109E-02  1.50160705519028718E-02  1.47575544811782335E-02
+  1.44912217090954528E-02  1.42172133872194364E-02  1.39356885536904875E-02
+  1.36468247215436253E-02  1.33508184576905751E-02  1.30478859467721801E-02
+  1.27382635388868376E-02  1.24222082797935517E-02  1.20999984195448006E-02
+  1.17719338963484400E-02  1.14383367923037299E-02  1.10995517574902780E-02
+  1.07559463987123120E-02  1.04079116290341535E-02  1.00558619740681605E-02
+  9.70023583081367456E-03  9.34149567467607196E-03  8.98012821012890601E-03
+  8.61664445986712497E-03  8.25157978749637734E-03  7.88549385005171341E-03
+  7.51897047471993592E-03  7.15261745441285370E-03  6.78706625688783698E-03
+  6.42297164201854117E-03  6.06101118175653500E-03  5.70188467727290003E-03
+  5.34631346774974356E-03  4.99503962528738670E-03  4.64882503042779536E-03
+  4.30845032284824739E-03  3.97471372181736407E-03  3.64842970770942136E-03
+  3.33042756300225198E-03  3.02154977483551314E-03  2.72265028457980857E-03
+  2.43459258294808321E-03  2.15824764700652677E-03  1.89449171599199669E-03
+  1.64420390148906949E-03  1.40826363443713638E-03  1.18754793089029123E-03
+  9.82928525480921897E-04  7.95268728273590972E-04  6.25420373728771467E-04
+  4.74220103187312613E-04  3.42485718888666814E-04  2.31016496400580863E-04
+  1.40563218155360492E-04  7.19507140056431440E-05  2.55320442076238512E-05
+  3.32925940675814188E-06 -6.47378392543004560E-07  1.85018029627744504E-07
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00
+                       </PP_QIJL.3.3.0>
+ <PP_QIJL.3.3.2 type="real" size="  1351" columns="3" first_index=" 3" second_index=" 3" composite_index=" 6" angular_momentum="2">
+  4.60628469391308350E-16  4.75606957188081743E-16  4.91072508014155234E-16
+  5.07040959939334206E-16  5.23528666044485457E-16  5.40552511168006507E-16
+  5.58129929196807733E-16  5.76278920920888478E-16  5.95018072488239667E-16
+  6.14366574437055041E-16  6.34344241332355397E-16  6.54971532056941096E-16
+  6.76269570762618679E-16  6.98260168502680569E-16  7.20965845567778414E-16
+  7.44409854548071278E-16  7.68616204145254957E-16  7.93609683758856097E-16
+  8.19415888871975410E-16  8.46061247262451458E-16  8.73573046077858084E-16
+  9.01979459809837993E-16  9.31309579119705400E-16  9.61593440621283266E-16
+  9.92862057640401611E-16  1.02514745197456772E-15  1.05848268668533418E-15
+  1.09290189995694764E-15  1.12844034005593062E-15  1.16513440142741349E-15
+  1.20302166196516283E-15  1.24214092149346904E-15  1.28253224150107978E-15
+  1.32423698620077168E-15  1.36729786490746340E-15  1.41175897573559709E-15
+  1.45766585075536670E-15  1.50506550262060879E-15  1.55400647271285126E-15
+  1.60453888085080566E-15  1.65671447661622142E-15  1.71058669234864664E-15
+  1.76621069786334483E-15  1.82364345694843551E-15  1.88294378569905530E-15
+  1.94417241275239817E-15  2.00739204154136882E-15  2.07266741450381427E-15
+  2.14006537933527043E-15  2.20965495744410666E-15  2.28150741463411442E-15
+  2.35569633408538231E-15  2.43229769170824134E-15  2.51138993394741893E-15
+  2.59305405811605250E-15  2.67737369534186518E-15  2.76443519621036988E-15
+  2.85432771919286592E-15  2.94714332195860535E-15  3.04297705574724547E-15
+  3.14192706268520471E-15  3.24409467622748194E-15  3.34958452492903985E-15
+  3.45850463959137917E-15  3.57096656389345095E-15  3.68708546861945609E-15
+  3.80698026960127039E-15  3.93077374949549810E-15  4.05859268352061824E-15
+  4.19056796928217537E-15  4.32683476081976066E-15  4.46753260702364019E-15
+  4.61280559468600349E-15  4.76280249603160716E-15  4.91767692097448740E-15
+  5.07758747442283248E-15  5.24269791870127714E-15  5.41317734125444170E-15
+  5.58920032780359364E-15  5.77094714113360274E-15  5.95860390569343350E-15
+  6.15236279819902024E-15  6.35242224443382070E-15  6.55898712244847460E-15
+  6.77226897237605623E-15  6.99248621325142595E-15  7.21986436671620924E-15
+  7.45463628779926332E-15  7.69704240336838764E-15  7.94733095834390597E-15
+  8.20575826991811206E-15  8.47258899004099401E-15  8.74809637644097135E-15
+  9.03256257245809188E-15  9.32627889597639361E-15  9.62954613775106046E-15
+  9.94267486943604907E-15  1.02659857616294192E-14  1.05998099124584375E-14
+  1.09444891868464400E-14  1.13003765663149766E-14  1.16678365104250498E-14
+  1.20472453300087441E-14  1.24389915725368965E-14  1.28434764200174552E-14
+  1.32611140998319646E-14  1.36923323089308025E-14  1.41375726518216757E-14
+  1.45972910927995498E-14  1.50719584228813491E-14  1.55620607419235554E-14
+  1.60680999565496101E-14  1.65905942946369848E-14  1.71300788356529412E-14
+  1.76871060584543394E-14  1.82622464070639421E-14  1.88560888748437891E-14
+  1.94692416076634513E-14  2.01023325266812801E-14  2.07560099713757910E-14
+  2.14309433634860620E-14  2.21278238925407616E-14  2.28473652236778080E-14
+  2.35903042284793830E-14  2.43574017396115213E-14  2.51494433306466511E-14
+  2.59672401205360849E-14  2.68116296037213676E-14  2.76834765077685797E-14
+  2.85836736789078925E-14  2.95131429963676876E-14  3.04728363164392292E-14
+  3.14637364472385579E-14  3.24868581551639922E-14  3.35432492040795881E-14
+  3.46339914282885023E-14  3.57602018403952371E-14  3.69230337751912697E-14
+  3.81236780711917683E-14  3.93633642911317574E-14  4.06433619801571299E-14
+  4.19649819656894268E-14  4.33295776998018953E-14  4.47385466452445968E-14
+  4.61933317065377254E-14  4.76954227075983668E-14  4.92463579174143326E-14
+  5.08477256253263589E-14  5.25011657675324118E-14  5.42083716064795392E-14
+  5.59710914648619669E-14  5.77911305160956851E-14  5.96703526344922230E-14
+  6.16106823039752112E-14  6.36141065876630662E-14  6.56826771627145981E-14
+  6.78185124213824957E-14  7.00237996403855748E-14  7.23007972208197687E-14
+  7.46518370009027913E-14  7.70793266439202028E-14  7.95857521038173890E-14
+  8.21736801709633981E-14  8.48457611006919468E-14  8.76047313273117313E-14
+  9.04534162670938624E-14  9.33947332143038657E-14  9.64316943267491122E-14
+  9.95674097096174464E-14  1.02805090600429809E-13  1.06148052657555302E-13
+  1.09599719355656047E-13  1.13163625491538780E-13  1.16843420804002870E-13
+  1.20642873711390812E-13  1.24565875170669373E-13  1.28616442661991961E-13
+  1.32798724302824216E-13  1.37117003095876706E-13  1.41575701317774275E-13
+  1.46179385049796705E-13  1.50932768850386149E-13  1.55840720582792455E-13
+  1.60908266400085224E-13  1.66140595892240495E-13  1.71543067400610077E-13
+  1.77121213505176132E-13  1.82880746690250494E-13  1.88827565194376960E-13
+  1.94967759050471454E-13  2.01307616322340761E-13  2.07853629544007179E-13
+  2.14612502368833037E-13  2.21591156440321873E-13  2.28796738479496632E-13
+  2.36236627599574545E-13  2.43918442862533345E-13  2.51850051081512509E-13
+  2.60039574876890521E-13  2.68495400994342926E-13  2.77226188893339285E-13
+  2.86240879614934544E-13  2.95548704937873038E-13  3.05159196832442532E-13
+  3.15082197221694207E-13  3.25327868060091555E-13  3.35906701741757161E-13
+  3.46829531855093704E-13  3.58107544271183584E-13  3.69752288595055483E-13
+  3.81775689993152860E-13  3.94190061405408360E-13  4.07008116154400108E-13
+  4.20242980964505951E-13  4.33908209404388330E-13  4.48017795766571450E-13
+  4.62586189398326364E-13  4.77628309498532325E-13  4.93159560395669627E-13
+  5.09195847322589749E-13  5.25753592709928635E-13  5.42849753016547264E-13
+  5.60501836081627926E-13  5.78727919050583832E-13  5.97546666887074866E-13
+  6.16977351486953629E-13  6.37039871413721910E-13  6.57754772275701079E-13
+  6.79143267765779210E-13  7.01227261385288162E-13  7.24029368874237474E-13
+  7.47572941370888807E-13  7.71882089324374136E-13  7.96981707184971252E-13
+  8.22897498910411917E-13  8.49656004301917111E-13  8.77284626162683754E-13
+  9.05811658357268057E-13  9.35266314785977443E-13  9.65678759301367972E-13
+  9.97080136597515969E-13  1.02950260410366553E-12  1.06297936491492271E-12
+  1.09754470179371134E-12  1.13323401227680008E-12  1.17008384492385774E-12
+  1.20813193674464327E-12  1.24741725184386452E-12  1.28798002134823140E-12
+  1.32986178461649561E-12  1.37310543174919217E-12  1.41775524750809628E-12
+  1.46385695666586288E-12  1.51145777083024739E-12  1.56060643679083330E-12
+  1.61135328643778667E-12  1.66375028830373866E-12  1.71785110078157928E-12
+  1.77371112707263973E-12  1.83138757192154289E-12  1.89093950019578789E-12
+  1.95242789737236707E-12  2.01591573203591964E-12  2.08146802036568032E-12
+  2.14915189267481633E-12  2.21903666215291321E-12  2.29119389584541134E-12
+  2.36569748794095923E-12  2.44262373544174208E-12  2.52205141629424450E-12
+  2.60406187006046592E-12  2.68873908121218212E-12  2.77616976513350733E-12
+  2.86644345691986830E-12  2.95965260306426322E-12  3.05589265613033582E-12
+  3.15526217257729065E-12  3.25786291367637491E-12  3.36379994966213977E-12
+  3.47318176732632559E-12  3.58612038111164565E-12  3.70273144781782883E-12
+  3.82313438503733771E-12  3.94745249344203166E-12  4.07581308304597566E-12
+  4.20834760357368779E-12  4.34519177906728241E-12  4.48648574687036313E-12
+  4.63237420113090290E-12  4.78300654098181510E-12  4.93853702365631454E-12
+  5.09912492242045523E-12  5.26493468959404785E-12  5.43613612495179177E-12
+  5.61290454960189211E-12  5.79542098551772277E-12  5.98387234090757353E-12
+  6.17845160161096040E-12  6.37935802871884415E-12  6.58679736261863888E-12
+  6.80098203367443944E-12  7.02213137975659192E-12  7.25047187084494837E-12
+  7.48623734095567251E-12  7.72966922779232514E-12  7.98101681991666902E-12
+  8.24053751190851752E-12  8.50849706793804637E-12  8.78516989391045765E-12
+  9.07083931845827743E-12  9.36579788307099745E-12  9.67034764165706376E-12
+  9.98480046984692519E-12  1.03094783843517434E-11  1.06447138727069063E-11
+  1.09908502337356924E-11  1.13482419290838767E-11  1.17172549462194821E-11
+  1.20982671735201669E-11  1.24916687871170585E-11  1.28978626502611508E-11
+  1.33172647258493538E-11  1.37503045023668827E-11  1.41974254336770578E-11
+  1.46590853931121216E-11  1.51357571423265271E-11  1.56279288153962143E-11
+  1.61361044186558813E-11  1.66608043467895904E-11  1.72025659156994138E-11
+  1.77619439127014419E-11  1.83395111646658076E-11  1.89358591250732971E-11
+  1.95515984794725970E-11  2.01873597705395307E-11  2.08437940437302976E-11
+  2.15215735139327014E-11  2.22213922537895884E-11  2.29439669044047588E-11
+  2.36900374091535968E-11  2.44603677713545975E-11  2.52557468365725717E-11
+  2.60769891003595350E-11  2.69249355422545231E-11  2.78004544869022292E-11
+  2.87044424932499387E-11  2.96378252733485529E-11  3.06015586399818439E-11
+  3.15966294849416703E-11  3.26240567895437347E-11  3.36848926680069907E-11
+  3.47802234447519912E-11  3.59111707667287981E-11  3.70788927519060553E-11
+  3.82845851751021929E-11  3.95294826923696014E-11  4.08148601051864839E-11
+  4.21420336657498149E-11  4.35123624247059530E-11  4.49272496228147615E-11
+  4.63881441289360241E-11  4.78965419232285641E-11  4.94539876282035526E-11
+  5.10620760902716732E-11  5.27224540127201004E-11  5.44368216417796475E-11
+  5.62069345075090649E-11  5.80346052212777750E-11  5.99217053316869859E-11
+  6.18701672408288158E-11  6.38819861828451460E-11  6.59592222668112821E-11
+  6.81040025860349744E-11  7.03185233960813125E-11  7.26050523652742039E-11
+  7.49659308961674920E-11  7.74035765216735074E-11  7.99204853802808505E-11
+  8.25192347717687012E-11  8.52024857960077751E-11  8.79729860775491769E-11
+  9.08335725787905969E-11  9.37871745045983236E-11  9.68368163013580359E-11
+  9.99856207535234880E-11  1.03236812180833849E-10  1.06593719739469132E-10
+  1.10059780830707240E-10  1.13638544622941791E-10  1.17333675685213936E-10
+  1.21148957737104963E-10  1.25088297522526655E-10  1.29155728809505248E-10
+  1.33355416519992211E-10  1.37691660993931041E-10  1.42168902391942148E-10
+  1.46791725241132298E-10  1.51564863128680495E-10  1.56493203548002362E-10
+  1.61581792902454074E-10  1.66835841671695097E-10  1.72260729746199381E-10
+  1.77862011938998033E-10  1.83645423672815199E-10  1.89616886848416884E-10
+  1.95782515907056745E-10  2.02148624090135030E-10  2.08721729902339368E-10
+  2.15508563784883758E-10  2.22516075005668966E-10  2.29751438773419092E-10
+  2.37222063583072419E-10  2.44935598799939579E-10  2.52899942490391499E-10
+  2.61123249507089924E-10  2.69613939837234158E-10  2.78380707227749448E-10
+  2.87432528086584945E-10  2.96778670666060153E-10  3.06428704550224333E-10
+  3.16392510450938125E-10  3.26680290322375241E-10  3.37302577804286110E-10
+  3.48270249004713648E-10  3.59594533633188246E-10  3.71287026495793131E-10
+  3.83359699363857748E-10  3.95824913228422070E-10  4.08695430953006422E-10
+  4.21984430337809768E-10  4.35705517616419546E-10  4.49872741387467961E-10
+  4.64500606985174952E-10  4.79604091325881186E-10  4.95198658237919110E-10
+  5.11300274289733061E-10  5.27925425132431353E-10  5.45091132373491261E-10
+  5.62814970998869554E-10  5.81115087361344719E-10  6.00010217753478814E-10
+  6.19519707584202268E-10  6.39663531178627269E-10  6.60462312221468875E-10
+  6.81937344875593676E-10  7.04110615585963487E-10  7.27004825566639357E-10
+  7.50643414032543223E-10  7.75050582188070177E-10  8.00251317995279591E-10
+  8.26271421746993149E-10  8.53137532470944280E-10  8.80877155191979320E-10
+  9.09518689080191014E-10  9.39091456513749702E-10  9.69625733086162986E-10
+  1.00115277858862595E-09  1.03370486899920621E-09  1.06731532952543870E-09
+  1.10201856872686618E-09  1.13785011370144116E-09  1.17484664643607920E-09
+  1.21304604134259499E-09  1.25248740401329182E-09  1.29321111123584455E-09
+  1.33525885230834329E-09  1.37867367169675813E-09  1.42350001307840677E-09
+  1.46978376481643620E-09  1.51757230691181022E-09  1.56691455948076525E-09
+  1.61786103280730590E-09  1.67046387903894409E-09  1.72477694558292416E-09
+  1.78085583016179262E-09  1.83875793768616768E-09  1.89854253898457012E-09
+  1.96027083144121092E-09  2.02400600160373228E-09  2.08981328982482364E-09
+  2.15776005700379886E-09  2.22791585349627761E-09  2.30035249026237750E-09
+  2.37514411232610843E-09  2.45236727462100098E-09  2.53210102029941577E-09
+  2.61442696160529798E-09  2.69942936342080718E-09  2.78719522940693394E-09
+  2.87781439097552628E-09  2.97137959917158938E-09  3.06798661953991771E-09
+  3.16773433007293648E-09  3.27072482233978461E-09  3.37706350589986510E-09
+  3.48685921610750386E-09  3.60022432541776006E-09  3.71727485830699958E-09
+  3.83813060992560285E-09  3.96291526860384943E-09  4.09175654235770694E-09
+  4.22478628959081077E-09  4.36214065386315659E-09  4.50396020306196609E-09
+  4.65039007313482697E-09  4.80158011648995543E-09  4.95768505521511335E-09
+  5.11886463927136910E-09  5.28528380982325134E-09  5.45711286787178149E-09
+  5.63452764836257081E-09  5.81770969994647611E-09  6.00684647057624212E-09
+  6.20213149912840602E-09  6.40376461326809949E-09  6.61195213388565268E-09
+  6.82690708592573266E-09  7.04884941604771740E-09  7.27800621743842336E-09
+  7.51461196192275901E-09  7.75890873960829049E-09  8.01114650630811752E-09
+  8.27158333899423614E-09  8.54048569954171880E-09  8.81812870703260481E-09
+  9.10479641889697658E-09  9.40078212117778009E-09  9.70638862821496111E-09
+  1.00219285920754996E-08  1.03477248222558811E-08  1.06841106154540438E-08
+  1.10314300959268661E-08  1.13900385670569205E-08  1.17603028743292733E-08
+  1.21426017800847603E-08  1.25373263504311289E-08  1.29448803547061831E-08
+  1.33656806778996046E-08  1.38001577464532507E-08  1.42487559678733711E-08
+  1.47119341846023176E-08  1.51901661426114291E-08  1.56839409752095371E-08
+  1.61937637028808170E-08  1.67201557490053246E-08  1.72636554719691148E-08
+  1.78248187148285584E-08  1.84042193728119408E-08  1.90024499792226506E-08
+  1.96201223103395498E-08  2.02578680099299387E-08  2.09163392340098013E-08
+  2.15962093165066398E-08  2.22981734565019163E-08  2.30229494277509707E-08
+  2.37712783112018214E-08  2.45439252512688866E-08  2.53416802370809718E-08
+  2.61653589087936512E-08  2.70158033892749536E-08  2.78938831432480917E-08
+  2.88004958643152637E-08  2.97365683907235482E-08  3.07030576508023682E-08
+  3.17009516390318522E-08  3.27312704237331193E-08  3.37950671874023709E-08
+  3.48934293007446674E-08  3.60274794314966749E-08  3.71983766891626296E-08
+  3.84073178068309301E-08  3.96555383618529576E-08  4.09443140360561412E-08
+  4.22749619152686415E-08  4.36488418317122007E-08  4.50673577499705423E-08
+  4.65319591978274296E-08  4.80441427434227875E-08  4.96054535202242786E-08
+  5.12174868013555283E-08  5.28818896248780868E-08  5.46003624716698091E-08
+  5.63746609975983916E-08  5.82065978217418672E-08  6.00980443724674397E-08
+  6.20509327939297741E-08  6.40672579148252091E-08  6.61490792781598107E-08
+  6.82985232377819329E-08  7.05177851230097088E-08  7.28091314732583767E-08
+  7.51749023449238053E-08  7.76175136928529869E-08  8.01394598288041211E-08
+  8.27433159593798435E-08  8.54317408059930662E-08  8.82074793095084139E-08
+  9.10733654222895711E-08  9.40323249904650483E-08  9.70873787300769102E-08
+  1.00241645300995197E-07  1.03498344475786078E-07  1.06860800412237643E-07
+  1.10332445032270828E-07  1.13916821509965476E-07  1.17617587872211728E-07
+  1.21438520715609551E-07  1.25383519043355972E-07  1.29456608225978385E-07
+  1.33661944089895506E-07  1.38003817137916493E-07  1.42486656905916951E-07
+  1.47115036460069071E-07  1.51893677039908503E-07  1.56827452854338690E-07
+  1.61921396025926770E-07  1.67180701695527361E-07  1.72610733293050841E-07
+  1.78217027978144045E-07  1.84005302256230401E-07  1.89981457775539240E-07
+  1.96151587310926187E-07  2.02521980940475239E-07  2.09099132421066074E-07
+  2.15889745769278139E-07  2.22900742054217635E-07  2.30139266409052280E-07
+  2.37612695268978784E-07  2.45328643847496951E-07  2.53294973844879261E-07
+  2.61519801403783565E-07  2.70011505324063451E-07  2.78778735541843670E-07
+  2.87830421881272079E-07  2.97175783087668830E-07  3.06824336151068058E-07
+  3.16785905929426901E-07  3.27070635081080644E-07  3.37688994316310483E-07
+  3.48651792978221652E-07  3.59970189963432649E-07  3.71655704994021554E-07
+  3.83720230259407848E-07  3.96176042422237805E-07  4.09035815004187970E-07
+  4.22312631175384937E-07  4.36019996954228773E-07  4.50171854830503856E-07
+  4.64782597825260079E-07  4.79867084001353114E-07  4.95440651438987451E-07
+  5.11519133691037902E-07  5.28118875733406272E-07  5.45256750426139327E-07
+  5.62950175501526138E-07  5.81217131096333197E-07  6.00076177856222579E-07
+  6.19546475610550967E-07  6.39647802629999026E-07  6.60400575510908283E-07
+  6.81825869695840010E-07  7.03945440649823695E-07  7.26781745713069423E-07
+  7.50357966651531427E-07  7.74698032927397663E-07  7.99826645712264859E-07
+  8.25769302666459841E-07  8.52552323508704434E-07  8.80202876401060582E-07
+  9.08749005175109105E-07  9.38219657439969473E-07  9.68644713582111343E-07
+  1.00005501665803623E-06  1.03248240325624597E-06  1.06595973534328190E-06
+  1.10052093312273985E-06  1.13620100893908581E-06  1.17303610225911937E-06
+  1.21106351576488159E-06  1.25032175259289664E-06  1.29085055475567874E-06
+  1.33269094278255482E-06  1.37588525661798117E-06  1.42047719781676462E-06
+  1.46651187309339537E-06  1.51403583925996766E-06  1.56309714953086588E-06
+  1.61374540131876110E-06  1.66603178554838481E-06  1.72000913752986744E-06
+  1.77573198944021879E-06  1.83325662446299422E-06  1.89264113263768750E-06
+  1.95394546847200341E-06  2.01723151037170695E-06  2.08256312194446643E-06
+  2.15000621523574404E-06  2.21962881595658344E-06  2.29150113078261108E-06
+  2.36569561680178259E-06  2.44228705305349208E-06  2.52135261434687944E-06
+  2.60297194741142242E-06  2.68722724943816033E-06  2.77420334908509825E-06
+  2.86398779002258866E-06  2.95667091709657643E-06  3.05234596519024377E-06
+  3.15110915086656610E-06  3.25305976687703844E-06  3.35830027962421410E-06
+  3.46693642966827311E-06  3.57907733538769144E-06  3.69483559993696777E-06
+  3.81432742140306899E-06  3.93767270641621706E-06  4.06499518732725928E-06
+  4.19642254302899680E-06  4.33208652353185529E-06  4.47212307840757954E-06
+  4.61667248921775760E-06  4.76587950604751893E-06  4.91989348826810222E-06
+  5.07886854965561444E-06  5.24296370799690292E-06  5.41234303931720854E-06
+  5.58717583688329068E-06  5.76763677521553574E-06  5.95390607898033232E-06
+  6.14616969706921381E-06  6.34461948209476726E-06  6.54945337540107062E-06
+  6.76087559775194019E-06  6.97909684586512738E-06  7.20433449496550636E-06
+  7.43681280753495983E-06  7.67676314844157317E-06  7.92442420663597841E-06
+  8.18004222360754284E-06  8.44387122879866904E-06  8.71617328219239500E-06
+  8.99721872442434039E-06  9.28728643429511192E-06  9.58666409399212982E-06
+  9.89564846245887629E-06  1.02145456570321747E-05  1.05436714435829969E-05
+  1.08833515354057592E-05  1.12339219011075713E-05  1.15957290817555497E-05
+  1.19691305175469283E-05  1.23544948842735846E-05  1.27522024398597966E-05
+  1.31626453812589602E-05  1.35862282120101092E-05  1.40233681209458485E-05
+  1.44744953720057893E-05  1.49400537053747126E-05  1.54205007507142821E-05
+  1.59163084526386731E-05  1.64279635087630499E-05  1.69559678206730665E-05
+  1.75008389581722631E-05  1.80631106371727323E-05  1.86433332116033943E-05
+  1.92420741797185300E-05  1.98599187051991084E-05  2.04974701534476174E-05
+  2.11553506434907782E-05  2.18342016161356735E-05  2.25346844185241961E-05
+  2.32574809050852862E-05  2.40032940561143010E-05  2.47728486141851883E-05
+  2.55668917388308879E-05  2.63861936799708424E-05  2.72315484705740765E-05
+  2.81037746390572605E-05  2.90037159419264947E-05  2.99322421171831790E-05
+  3.08902496590234189E-05  3.18786626143717326E-05  3.28984334018009682E-05
+  3.39505436536312398E-05  3.50360050816758380E-05  3.61558603662822281E-05
+  3.73111840704312223E-05  3.85030835792131920E-05  3.97327000652149571E-05
+  4.10012094804409783E-05  4.23098235754027445E-05  4.36597909460205151E-05
+  4.50523981089914329E-05  4.64889706062870944E-05  4.79708741394540956E-05
+  4.94995157343996393E-05  5.10763449373532270E-05  5.27028550429040518E-05
+  5.43805843549829043E-05  5.61111174800461976E-05  5.78960866546488929E-05
+  5.97371731079383443E-05  6.16361084596383016E-05  6.35946761542680749E-05
+  6.56147129323436933E-05  6.76981103393164881E-05  6.98468162730051434E-05
+  7.20628365702832504E-05  7.43482366337851582E-05  7.67051430993953483E-05
+  7.91357455452871888E-05  8.16422982434137457E-05  8.42271219545957735E-05
+  8.68926057662632625E-05  8.96412089750120227E-05  9.24754630147898776E-05
+  9.53979734311718861E-05  9.84114219024611318E-05  1.01518568308339474E-04
+  1.04722252846784273E-04  1.08025398199949817E-04  1.11431011749699477E-04
+  1.14942187843454223E-04  1.18562110111005404E-04  1.22294053832914423E-04
+  1.26141388361161180E-04  1.30107579592957605E-04  1.34196192496981111E-04
+  1.38410893693422405E-04  1.42755454088633907E-04  1.47233751564476646E-04
+  1.51849773722745313E-04  1.56607620685008802E-04  1.61511507948150751E-04
+  1.66565769295840384E-04  1.71774859766096207E-04  1.77143358675055119E-04
+  1.82675972696971019E-04  1.88377539000405116E-04  1.94253028440475315E-04
+  2.00307548806729626E-04  2.06546348126416905E-04  2.12974818023169978E-04
+  2.19598497130339221E-04  2.26423074558338247E-04  2.33454393415262056E-04
+  2.40698454379911780E-04  2.48161419326222018E-04  2.55849614997943626E-04
+  2.63769536732281140E-04  2.71927852231024073E-04  2.80331405377538649E-04
+  2.88987220097802278E-04  2.97902504263427626E-04  3.07084653632829071E-04
+  3.16541255830240121E-04  3.26280094361863944E-04  3.36309152662587129E-04
+  3.46636618171280813E-04  3.57270886431369902E-04  3.68220565212988116E-04
+  3.79494478652723111E-04  3.91101671406660501E-04  4.03051412812105707E-04
+  4.15353201053016282E-04  4.28016767323821700E-04  4.41052079985934208E-04
+  4.54469348710799970E-04  4.68279028598985315E-04  4.82491824271600125E-04
+  4.97118693936823754E-04  5.12170853409899332E-04  5.27659780081920918E-04
+  5.43597216829151361E-04  5.59995175853420131E-04  5.76865942443591782E-04
+  5.94222078647495353E-04  6.12076426843085751E-04  6.30442113196968989E-04
+  6.49332550997738290E-04  6.68761443850877631E-04  6.88742788721244566E-04
+  7.09290878801342251E-04  7.30420306189357793E-04  7.52145964394155641E-04
+  7.74483050614483705E-04  7.97447067781066848E-04  8.21053826345302055E-04
+  8.45319445794609318E-04  8.70260355873490486E-04  8.95893297488330013E-04
+  9.22235323272924904E-04  9.49303797790619457E-04  9.77116397347829648E-04
+  1.00569110939253015E-03  1.03504623147011583E-03  1.06520036969787396E-03
+  1.09617243671246921E-03  1.12798164914156875E-03  1.16064752449575488E-03
+  1.19418987745092508E-03  1.22862881549505826E-03  1.26398473390230666E-03
+  1.30027830999587205E-03  1.33753049665961553E-03  1.37576251505677804E-03
+  1.41499584651262307E-03  1.45525222351613917E-03  1.49655361979436326E-03
+  1.53892223941114441E-03  1.58238050482866063E-03  1.62695104383283598E-03
+  1.67265667543066887E-03  1.71952039455641878E-03  1.76756535550783586E-03
+  1.81681485408138150E-03  1.86729230834613985E-03  1.91902123799422668E-03
+  1.97202524220378055E-03  2.02632797594879798E-03  2.08195312468840640E-03
+  2.13892437736637984E-03  2.19726539765009200E-03  2.25699979333639222E-03
+  2.31815108383840894E-03  2.38074266557968938E-03  2.44479777547745121E-03
+  2.51033945232672197E-03  2.57739049589872111E-03  2.64597342373941316E-03
+  2.71611042558736731E-03  2.78782331532802111E-03  2.86113348040081686E-03
+  2.93606182857496234E-03  3.01262873200923995E-03  3.09085396851108011E-03
+  3.17075665991007347E-03  3.25235520746149824E-03  3.33566722418628505E-03
+  3.42070946390444792E-03  3.50749774721770399E-03  3.59604688434661795E-03
+  3.68637059445133105E-03  3.77848142149337556E-03  3.87239064657072781E-03
+  3.96810819665614420E-03  4.06564254967246765E-03  4.16500063584308855E-03
+  4.26618773526050120E-03  4.36920737162163446E-03  4.47406120208478433E-03
+  4.58074890321000499E-03  4.68926805294716219E-03  4.79961400844306548E-03
+  4.91177977998871404E-03  5.02575590133642804E-03  5.14153029581184903E-03
+  5.25908813845706643E-03  5.37841171425960159E-03  5.49948027251783485E-03
+  5.62226987740924947E-03  5.74675325484530573E-03  5.87289963571520877E-03
+  6.00067459564127426E-03  6.13003989138979737E-03  6.26095329410484777E-03
+  6.39336841955548147E-03  6.52723455542086103E-03  6.66249648606547038E-03
+  6.79909431562354324E-03  6.93696328885734775E-03  7.07603361038525776E-03
+  7.21623026270575268E-03  7.35747282343631251E-03  7.49967528222685031E-03
+  7.64274585785045760E-03  7.78658681601949142E-03  7.93109428852299160E-03
+  8.07615809433154599E-03  8.22166156336870055E-03  8.36748136370315046E-03
+  8.51348733289112626E-03  8.65954231441630126E-03  8.80550200060496030E-03
+  8.95121478236260600E-03  9.09652160697630927E-03  9.24125584518192822E-03
+  9.38524316871238058E-03  9.52830143961890148E-03  9.67024061273617612E-03
+  9.81086265274316513E-03  9.94996146735457714E-03  1.00873228582633433E-02
+  1.02227244915416380E-02  1.03559358892968394E-02  1.04867184445860875E-02
+  1.06148254619597548E-02  1.07400022246064916E-02  1.08619860908309683E-02
+  1.09805066222596736E-02  1.10952857460184864E-02  1.12060379533236235E-02
+  1.13124705370180323E-02  1.14142838706743511E-02  1.15111717319706548E-02
+  1.16028216731287603E-02  1.16889154412820970E-02  1.17691294517147139E-02
+  1.18431353169789200E-02  1.19106004352937164E-02  1.19711886431672406E-02
+  1.20245609303122232E-02  1.20703762226705095E-02  1.21082922380117142E-02
+  1.21379664163987367E-02  1.21590569287251312E-02  1.21712237665076699E-02
+  1.21741299160729923E-02  1.21674426202115476E-02  1.21508347302843635E-02
+  1.21239861516552437E-02  1.20865853851812016E-02  1.20383311673254861E-02
+  1.19789342117009017E-02  1.19081190588079255E-02  1.18256260248279406E-02
+  1.17312132541214573E-02  1.16246588826099222E-02  1.15057633096751141E-02
+  1.13743515788423937E-02  1.12302758670810420E-02  1.10734180820027273E-02
+  1.09036925656258669E-02  1.07210489027037437E-02  1.05254748308773686E-02
+  1.03169992491151229E-02  1.00956953200284777E-02  9.86168366106792912E-03
+  9.61513562567401121E-03  9.35627665202570791E-03  9.08538966894900657E-03
+  8.80281856493795797E-03  8.50897170233767125E-03  8.20432546368296371E-03
+  7.88942781603805578E-03  7.56490187760308370E-03  7.23144946918368586E-03
+  6.88985463137767231E-03  6.54098708650307191E-03  6.18580562239708781E-03
+  5.82536137323825913E-03  5.46080097063951064E-03  5.09336954222176265E-03
+  4.72441351513808779E-03  4.35538318319518905E-03  3.98783502406371490E-03
+  3.62343372052556425E-03  3.26395384467290930E-03  2.91128116356492370E-03
+  2.56741351916418663E-03  2.23446124539610456E-03  1.91464704278783079E-03
+  1.61030535566807423E-03  1.32388092525179222E-03  1.05792716664475806E-03
+  8.15102865774180378E-04  5.98168550755777406E-04  4.09989872167842865E-04
+  2.53482632337215328E-04  1.31847869740076170E-04  4.75321762929473677E-05
+  6.30836198097586853E-06 -1.23402459199302597E-06  3.52679053166829715E-07
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00
+                       </PP_QIJL.3.3.2>
+                                   </PP_AUGMENTATION> 
+                                   </PP_NONLOCAL> 
+<PP_PSWFC> 
+ <PP_CHI.1 type="real" size="  1351" l="0" occupation=" 2.0000" columns="3">
+  5.61863650351437103E-04  5.66376586312297594E-04  5.70925770538311663E-04
+  5.75511494178101448E-04  5.80134050718805945E-04  5.84793736004865462E-04
+  5.89490848256953091E-04  5.94225688091062627E-04  5.98998558537746327E-04
+  6.03809765061508684E-04  6.08659615580356547E-04  6.13548420485504598E-04
+  6.18476492661240110E-04  6.23444147504947509E-04  6.28451702947293396E-04
+  6.33499479472573231E-04  6.38587800139222271E-04  6.43716990600490648E-04
+  6.48887379125284887E-04  6.54099296619176378E-04  6.59353076645578990E-04
+  6.64649055447096905E-04  6.69987571967043207E-04  6.75368967871131307E-04
+  6.80793587569342206E-04  6.86261778237965575E-04  6.91773889841817546E-04
+  6.97330275156639464E-04  7.02931289791673577E-04  7.08577292212422068E-04
+  7.14268643763588660E-04  7.20005708692202486E-04  7.25788854170930815E-04
+  7.31618450321576213E-04  7.37494870238764293E-04  7.43418490013821433E-04
+  7.49389688758842214E-04  7.55408848630953434E-04  7.61476354856770892E-04
+  7.67592595757052624E-04  7.73757962771550877E-04  7.79972850484064012E-04
+  7.86237656647687574E-04  7.92552782210270701E-04  7.98918631340075512E-04
+  8.05335611451642804E-04  8.11804133231865599E-04  8.18324610666272480E-04
+  8.24897461065520615E-04  8.31523105092103450E-04  8.38201966787272316E-04
+  8.44934473598172816E-04  8.51721056405200659E-04  8.58562149549577580E-04
+  8.65458190861146813E-04  8.72409621686393976E-04  8.79416886916690966E-04
+  8.86480435016768196E-04  8.93600718053415267E-04  9.00778191724410952E-04
+  9.08013315387687803E-04  9.15306552090727039E-04  9.22658368600197593E-04
+  9.30069235431818086E-04  9.37539626880479855E-04  9.45070021050588792E-04
+  9.52660899886673780E-04  9.60312749204216736E-04  9.68026058720756859E-04
+  9.75801322087216914E-04  9.83639036919508594E-04  9.91539704830364044E-04
+  9.99503831461452099E-04  1.00753192651572123E-03  1.01562450379003456E-03
+  1.02378208120803811E-03  1.03200518085331226E-03  1.04029432900278095E-03
+  1.04865005616039224E-03  1.05707289709106619E-03  1.06556339085491988E-03
+  1.07412208084176259E-03  1.08274951480587201E-03  1.09144624490104675E-03
+  1.10021282771594216E-03  1.10904982430968927E-03  1.11795780024779873E-03
+  1.12693732563835629E-03  1.13598897516850443E-03  1.14511332814122113E-03
+  1.15431096851239157E-03  1.16358248492817729E-03  1.17292847076268789E-03
+  1.18234952415595244E-03  1.19184624805219758E-03  1.20141925023843285E-03
+  1.21106914338334421E-03  1.22079654507650207E-03  1.23060207786788393E-03
+  1.24048636930771186E-03  1.25045005198661397E-03  1.26049376357610416E-03
+  1.27061814686939018E-03  1.28082384982250832E-03  1.29111152559578668E-03
+  1.30148183259564472E-03  1.31193543451672574E-03  1.32247300038436941E-03
+  1.33309520459742349E-03  1.34380272697140089E-03  1.35459625278198329E-03
+  1.36547647280887302E-03  1.37644408337999789E-03  1.38749978641607087E-03
+  1.39864428947550682E-03  1.40987830579970093E-03  1.42120255435867105E-03
+  1.43261775989706407E-03  1.44412465298053507E-03  1.45572397004249611E-03
+  1.46741645343124224E-03  1.47920285145745445E-03  1.49108391844208479E-03
+  1.50306041476462680E-03  1.51513310691177251E-03  1.52730276752645875E-03
+  1.53957017545731088E-03  1.55193611580847963E-03  1.56440137998988221E-03
+  1.57696676576784102E-03  1.58963307731613507E-03  1.60240112526745877E-03
+  1.61527172676529220E-03  1.62824570551618948E-03  1.64132389184248862E-03
+  1.65450712273544111E-03  1.66779624190877018E-03  1.68119209985265845E-03
+  1.69469555388817054E-03  1.70830746822210893E-03  1.72202871400231562E-03
+  1.73586016937341166E-03  1.74980271953298957E-03  1.76385725678825404E-03
+  1.77802468061311687E-03  1.79230589770575295E-03  1.80670182204661564E-03
+  1.82121337495691937E-03  1.83584148515759135E-03  1.85058708882869624E-03
+  1.86545112966933881E-03  1.88043455895804570E-03  1.89553833561363497E-03
+  1.91076342625656997E-03  1.92611080527081051E-03  1.94158145486615706E-03
+  1.95717636514109502E-03  1.97289653414614878E-03  1.98874296794773709E-03
+  2.00471668069254717E-03  2.02081869467241959E-03  2.03705004038975956E-03
+  2.05341175662347329E-03  2.06990489049542654E-03  2.08653049753744230E-03
+  2.10328964175884045E-03  2.12018339571450661E-03  2.13721284057352386E-03
+  2.15437906618833747E-03  2.17168317116449294E-03  2.18912626293091793E-03
+  2.20670945781077741E-03  2.22443388109289791E-03  2.24230066710375941E-03
+  2.26031095928006832E-03  2.27846591024191475E-03  2.29676668186650900E-03
+  2.31521444536252931E-03  2.33381038134502974E-03  2.35255567991100086E-03
+  2.37145154071547685E-03  2.39049917304831735E-03  2.40969979591153845E-03
+  2.42905463809733576E-03  2.44856493826665694E-03  2.46823194502848254E-03
+  2.48805691701966961E-03  2.50804112298550624E-03  2.52818584186083979E-03
+  2.54849236285193195E-03  2.56896198551889634E-03  2.58959601985886889E-03
+  2.61039578638977421E-03  2.63136261623483610E-03  2.65249785120769740E-03
+  2.67380284389828748E-03  2.69527895775931170E-03  2.71692756719351010E-03
+  2.73875005764153377E-03  2.76074782567060960E-03  2.78292227906383732E-03
+  2.80527483691027759E-03  2.82780692969568891E-03  2.85051999939406808E-03
+  2.87341549955984687E-03  2.89649489542091005E-03  2.91975966397227437E-03
+  2.94321129407060580E-03  2.96685128652940996E-03  2.99068115421506284E-03
+  3.01470242214355380E-03  3.03891662757803599E-03  3.06332532012714830E-03
+  3.08793006184413096E-03  3.11273242732673216E-03  3.13773400381791396E-03
+  3.16293639130737353E-03  3.18834120263387184E-03  3.21395006358838513E-03
+  3.23976461301808292E-03  3.26578650293114520E-03  3.29201739860241014E-03
+  3.31845897867987655E-03  3.34511293529205812E-03  3.37198097415620070E-03
+  3.39906481468736166E-03  3.42636619010836885E-03  3.45388684756066291E-03
+  3.48162854821601865E-03  3.50959306738917462E-03  3.53778219465135683E-03
+  3.56619773394471718E-03  3.59484150369768348E-03  3.62371533694124228E-03
+  3.65282108142614935E-03  3.68216059974107871E-03  3.71173576943172219E-03
+  3.74154848312083493E-03  3.77160064862926180E-03  3.80189418909790931E-03
+  3.83243104311071538E-03  3.86321316481859399E-03  3.89424252406437611E-03
+  3.92552110650874926E-03  3.95705091375721501E-03  3.98883396348805042E-03
+  4.02087228958130337E-03  4.05316794224882485E-03  4.08572298816533164E-03
+  4.11853951060052893E-03  4.15161960955228934E-03  4.18496540188089110E-03
+  4.21857902144434551E-03  4.25246261923479911E-03  4.28661836351602790E-03
+  4.32104843996203563E-03  4.35575505179676328E-03  4.39074041993491558E-03
+  4.42600678312391610E-03  4.46155639808700020E-03  4.49739153966744604E-03
+  4.53351450097397649E-03  4.56992759352730770E-03  4.60663314740788685E-03
+  4.64363351140479729E-03  4.68093105316586683E-03  4.71852815934897720E-03
+  4.75642723577457752E-03  4.79463070757942672E-03  4.83314101937156078E-03
+  4.87196063538650193E-03  4.91109203964471951E-03  4.95053773611035201E-03
+  4.99030024885119272E-03  5.03038212219996186E-03  5.07078592091687267E-03
+  5.11151423035348038E-03  5.15256965661787213E-03  5.19395482674114058E-03
+  5.23567238884522623E-03  5.27772501231207371E-03  5.32011538795415951E-03
+  5.36284622818637789E-03  5.40592026719929203E-03  5.44934026113378604E-03
+  5.49310898825710551E-03  5.53722924914029982E-03  5.58170386683709985E-03
+  5.62653568706420609E-03  5.67172757838303038E-03  5.71728243238290440E-03
+  5.76320316386568377E-03  5.80949271103195757E-03  5.85615403566857890E-03
+  5.90319012333787117E-03  5.95060398356816577E-03  5.99839865004604851E-03
+  6.04657718080995298E-03  6.09514265844548087E-03  6.14409819028211013E-03
+  6.19344690859165072E-03  6.24319197078809524E-03  6.29333655962926314E-03
+  6.34388388341986052E-03  6.39483717621634577E-03  6.44619969803325154E-03
+  6.49797473505133415E-03  6.55016559982719848E-03  6.60277563150478766E-03
+  6.65580819602836025E-03  6.70926668635737130E-03  6.76315452268286786E-03
+  6.81747515264580044E-03  6.87223205155689052E-03  6.92742872261843667E-03
+  6.98306869714770267E-03  7.03915553480227805E-03  7.09569282380703454E-03
+  7.15268418118310354E-03  7.21013325297845641E-03  7.26804371450055168E-03
+  7.32641927055059736E-03  7.38526365565992955E-03  7.44458063432802079E-03
+  7.50437400126263091E-03  7.56464758162162833E-03  7.62540523125697454E-03
+  7.68665083696042518E-03  7.74838831671140118E-03  7.81062161992661808E-03
+  7.87335472771192105E-03  7.93659165311590836E-03  8.00033644138578755E-03
+  8.06459317022503036E-03  8.12936595005334627E-03  8.19465892426842792E-03
+  8.26047626951009056E-03  8.32682219592618955E-03  8.39370094744095428E-03
+  8.46111680202519742E-03  8.52907407196889546E-03  8.59757710415569656E-03
+  8.66663028033987960E-03  8.73623801742523173E-03  8.80640476774640843E-03
+  8.87713501935226412E-03  8.94843329629169994E-03  9.02030415890150809E-03
+  9.09275220409676982E-03  9.16578206566328116E-03  9.23939841455258433E-03
+  9.31360595917904606E-03  9.38840944571956749E-03  9.46381365841544343E-03
+  9.53982341987675599E-03  9.61644359138911185E-03  9.69367907322284290E-03
+  9.77153480494462497E-03  9.85001576573158594E-03  9.92912697468788935E-03
+  1.00088734911638298E-02  1.00892604150774490E-02  1.01702928872386793E-02
+  1.02519760896760785E-02  1.03343152459661417E-02  1.04173156215651794E-02
+  1.05009825241438627E-02  1.05853213039243995E-02  1.06703373540203515E-02
+  1.07560361107791411E-02  1.08424230541272898E-02  1.09295037079183491E-02
+  1.10172836402835719E-02  1.11057684639853695E-02  1.11949638367735520E-02
+  1.12848754617443595E-02  1.13755090877023252E-02  1.14668705095250061E-02
+  1.15589655685305603E-02  1.16518001528482344E-02  1.17453801977917601E-02
+  1.18397116862356717E-02  1.19348006489946121E-02  1.20306531652055928E-02
+  1.21272753627132586E-02  1.22246734184582092E-02  1.23228535588683196E-02
+  1.24218220602531643E-02  1.25215852492015327E-02  1.26221495029820319E-02
+  1.27235212499468946E-02  1.28257069699388559E-02  1.29287131947013086E-02
+  1.30325465082915988E-02  1.31372135474976028E-02  1.32427210022575369E-02
+  1.33490756160830511E-02  1.34562841864856366E-02  1.35643535654063549E-02
+  1.36732906596489304E-02  1.37831024313162156E-02  1.38937958982500599E-02
+  1.40053781344746092E-02  1.41178562706430703E-02  1.42312374944879149E-02
+  1.43455290512746487E-02  1.44607382442590669E-02  1.45768724351480541E-02
+  1.46939390445640274E-02  1.48119455525129052E-02  1.49308994988557632E-02
+  1.50508084837841522E-02  1.51716801682990569E-02  1.52935222746936050E-02
+  1.54163425870394982E-02  1.55401489516772233E-02  1.56649492777100226E-02
+  1.57907515375017155E-02  1.59175637671783617E-02  1.60453940671337579E-02
+  1.61742506025388914E-02  1.63041416038552898E-02  1.64350753673523121E-02
+  1.65670602556284678E-02  1.67001046981366842E-02  1.68342171917136713E-02
+  1.69694063011133212E-02  1.71056806595441951E-02  1.72430489692111562E-02
+  1.73815200018611546E-02  1.75211025993331458E-02  1.76618056741122929E-02
+  1.78036382098883256E-02  1.79466092621182217E-02  1.80907279585931814E-02
+  1.82360035000098709E-02  1.83824451605460737E-02  1.85300622884407330E-02
+  1.86788643065783286E-02  1.88288607130777837E-02  1.89800610818857893E-02
+  1.91324750633746453E-02  1.92861123849446189E-02  1.94409828516308794E-02
+  1.95970963467150261E-02  1.97544628323411964E-02  1.99130923501368816E-02
+  2.00729950218383746E-02  2.02341810499209185E-02  2.03966607182336605E-02
+  2.05604443926393279E-02  2.07255425216586950E-02  2.08919656371198796E-02
+  2.10597243548125632E-02  2.12288293751470188E-02  2.13992914838181149E-02
+  2.15711215524742525E-02  2.17443305393912600E-02  2.19189294901513849E-02
+  2.20949295383272223E-02  2.22723419061707888E-02  2.24511779053076614E-02
+  2.26314489374363249E-02  2.28131664950325594E-02  2.29963421620591642E-02
+  2.31809876146807890E-02  2.33671146219841079E-02  2.35547350467032561E-02
+  2.37438608459505339E-02  2.39345040719525746E-02  2.41266768727917622E-02
+  2.43203914931531609E-02  2.45156602750768067E-02  2.47124956587155380E-02
+  2.49109101830982810E-02  2.51109164868988828E-02  2.53125273092105058E-02
+  2.55157554903255868E-02  2.57206139725214417E-02  2.59271158008515315E-02
+  2.61352741239423772E-02  2.63451021947961952E-02  2.65566133715992546E-02
+  2.67698211185360031E-02  2.69847390066090369E-02  2.72013807144648387E-02
+  2.74197600292253284E-02  2.76398908473254115E-02  2.78617871753563430E-02
+  2.80854631309150234E-02  2.83109329434593077E-02  2.85382109551692853E-02
+  2.87673116218145342E-02  2.89982495136274811E-02  2.92310393161827678E-02
+  2.94656958312827510E-02  2.97022339778491365E-02  2.99406687928206738E-02
+  3.01810154320571351E-02  3.04232891712493958E-02  3.06675054068357641E-02
+  3.09136796569245767E-02  3.11618275622229934E-02  3.14119648869721421E-02
+  3.16641075198885666E-02  3.19182714751119270E-02  3.21744728931591673E-02
+  3.24327280418849201E-02  3.26930533174484630E-02  3.29554652452869259E-02
+  3.32199804810950211E-02  3.34866158118112059E-02  3.37553881566102845E-02
+  3.40263145679025186E-02  3.42994122323392048E-02  3.45746984718247746E-02
+  3.48521907445354315E-02  3.51319066459443580E-02  3.54138639098533700E-02
+  3.56980804094312459E-02  3.59845741582585713E-02  3.62733633113791962E-02
+  3.65644661663582643E-02  3.68579011643468402E-02  3.71536868911532051E-02
+  3.74518420783206754E-02  3.77523856042121381E-02  3.80553364951011011E-02
+  3.83607139262694824E-02  3.86685372231119762E-02  3.89788258622470116E-02
+  3.92915994726344350E-02  3.96068778366997082E-02  3.99246808914647741E-02
+  4.02450287296856127E-02  4.05679416009962768E-02  4.08934399130596107E-02
+  4.12215442327245607E-02  4.15522752871900353E-02  4.18856539651753373E-02
+  4.22217013180972087E-02  4.25604385612533068E-02  4.29018870750123016E-02
+  4.32460684060104322E-02  4.35930042683545238E-02  4.39427165448315130E-02
+  4.42952272881243017E-02  4.46505587220341477E-02  4.50087332427093270E-02
+  4.53697734198801744E-02  4.57337019981003956E-02  4.61005418979947151E-02
+  4.64703162175126513E-02  4.68430482331886264E-02  4.72187614014080367E-02
+  4.75974793596795551E-02  4.79792259279134617E-02  4.83640251097059506E-02
+  4.87519010936292921E-02  4.91428782545280524E-02  4.95369811548209971E-02
+  4.99342345458088019E-02  5.03346633689874465E-02  5.07382927573672565E-02
+  5.11451480367973790E-02  5.15552547272958919E-02  5.19686385443851803E-02
+  5.23853254004326696E-02  5.28053414059967419E-02  5.32287128711777663E-02
+  5.36554663069742366E-02  5.40856284266437309E-02  5.45192261470687362E-02
+  5.49562865901272041E-02  5.53968370840677224E-02  5.58409051648890639E-02
+  5.62885185777241906E-02  5.67397052782284833E-02  5.71944934339721767E-02
+  5.76529114258363951E-02  5.81149878494134076E-02  5.85807515164103870E-02
+  5.90502314560567426E-02  5.95234569165147068E-02  6.00004573662932666E-02
+  6.04812624956650585E-02  6.09659022180860447E-02  6.14544066716180490E-02
+  6.19468062203535480E-02  6.24431314558428902E-02  6.29434131985236456E-02
+  6.34476824991516281E-02  6.39559706402338390E-02  6.44683091374625705E-02
+  6.49847297411509928E-02  6.55052644376695192E-02  6.60299454508829209E-02
+  6.65588052435880373E-02  6.70918765189514738E-02  6.76291922219474650E-02
+  6.81707855407952396E-02  6.87166899083957589E-02  6.92669390037677080E-02
+  6.98215667534818896E-02  7.03806073330944942E-02  7.09440951685781362E-02
+  7.15120649377508910E-02  7.20845515717026541E-02  7.26615902562186694E-02
+  7.32432164331996288E-02  7.38294658020783034E-02  7.44203743212319968E-02
+  7.50159782093904881E-02  7.56163139470391599E-02  7.62214182778169907E-02
+  7.68313282099084560E-02  7.74460810174295161E-02  7.80657142418068328E-02
+  7.86902656931498801E-02  7.93197734516153802E-02  7.99542758687637051E-02
+  8.05938115689064788E-02  8.12384194504450069E-02  8.18881386871991718E-02
+  8.25430087297256837E-02  8.32030693066255905E-02  8.38683604258404214E-02
+  8.45389223759358543E-02  8.52147957273731022E-02  8.58960213337664202E-02
+  8.65826403331268757E-02  8.72746941490911282E-02  8.79722244921348623E-02
+  8.86752733607700239E-02  8.93838830427249736E-02  9.00980961161070570E-02
+  9.08179554505465503E-02  9.15435042083214551E-02  9.22747858454618930E-02
+  9.30118441128336831E-02  9.37547230571999374E-02  9.45034670222599654E-02
+  9.52581206496642130E-02  9.60187288800049416E-02  9.67853369537808594E-02
+  9.75579904123351910E-02  9.83367350987662953E-02  9.91216171588090861E-02
+  9.99126830416871559E-02  1.00709979500933633E-01  1.01513553595180023E-01
+  1.02323452688911756E-01  1.03139724453189349E-01  1.03962416866333951E-01
+  1.04791578214575576E-01  1.05627257092663601E-01  1.06469502404437255E-01
+  1.07318363363355290E-01  1.08173889492983386E-01  1.09036130627437333E-01
+  1.09905136911781512E-01  1.10780958802380119E-01  1.11663647067200264E-01
+  1.12553252786065039E-01  1.13449827350855098E-01  1.14353422465656773E-01
+  1.15264090146855583E-01  1.16181882723172702E-01  1.17106852835642927E-01
+  1.18039053437532529E-01  1.18978537794194456E-01  1.19925359482859845E-01
+  1.20879572392362702E-01  1.21841230722796540E-01  1.22810388985100827E-01
+  1.23787102000574911E-01  1.24771424900316855E-01  1.25763413124586027E-01
+  1.26763122422085928E-01  1.27770608849165496E-01  1.28785928768936547E-01
+  1.29809138850304567E-01  1.30840296066910416E-01  1.31879457695980529E-01
+  1.32926681317082768E-01  1.33982024810785333E-01  1.35045546357215551E-01
+  1.36117304434515779E-01  1.37197357817194249E-01  1.38285765574366615E-01
+  1.39382587067886171E-01  1.40487881950359272E-01  1.41601710163042238E-01
+  1.42724131933617215E-01  1.43855207773843058E-01  1.44994998477078030E-01
+  1.46143565115670726E-01  1.47300969038215462E-01  1.48467271866668915E-01
+  1.49642535493323764E-01  1.50826822077634981E-01  1.52020194042895740E-01
+  1.53222714072758059E-01  1.54434445107594798E-01  1.55655450340698054E-01
+  1.56885793214310759E-01  1.58125537415484518E-01  1.59374746871762285E-01
+  1.60633485746678933E-01  1.61901818435075839E-01  1.63179809558224448E-01
+  1.64467523958753775E-01  1.65765026695376960E-01  1.67072383037411842E-01
+  1.68389658459089264E-01  1.69716918633643327E-01  1.71054229427179960E-01
+  1.72401656892316957E-01  1.73759267261588912E-01  1.75127126940612721E-01
+  1.76505302501006350E-01  1.77893860673054599E-01  1.79292868338116251E-01
+  1.80702392520765420E-01  1.82122500380660801E-01  1.83553259204135455E-01
+  1.84994736395501402E-01  1.86446999468061786E-01  1.87910116034820829E-01
+  1.89384153798885985E-01  1.90869180543555367E-01  1.92365264122081603E-01
+  1.93872472447105149E-01  1.95390873479748012E-01  1.96920535218360448E-01
+  1.98461525686911527E-01  2.00013912923015125E-01  2.01577764965583300E-01
+  2.03153149842096620E-01  2.04740135555483899E-01  2.06338790070600658E-01
+  2.07949181300299990E-01  2.09571377091080702E-01  2.11205445208304393E-01
+  2.12851453320973910E-01  2.14509468986061075E-01  2.16179559632373897E-01
+  2.17861792543951993E-01  2.19556234842978926E-01  2.21262953472200874E-01
+  2.22982015176839993E-01  2.24713486485990599E-01  2.26457433693486698E-01
+  2.28213922838228139E-01  2.29983019683954237E-01  2.31764789698453988E-01
+  2.33559298032195911E-01  2.35366609496361540E-01  2.37186788540277221E-01
+  2.39019899228227028E-01  2.40866005215633644E-01  2.42725169724592515E-01
+  2.44597455518745233E-01  2.46482924877477499E-01  2.48381639569427132E-01
+  2.50293660825285924E-01  2.52219049309881982E-01  2.54157865093524671E-01
+  2.56110167622597806E-01  2.58076015689388649E-01  2.60055467401132223E-01
+  2.62048580148242671E-01  2.64055410571732097E-01  2.66076014529794458E-01
+  2.68110447063534485E-01  2.70158762361826454E-01  2.72221013725282568E-01
+  2.74297253529313390E-01  2.76387533186261303E-01  2.78491903106588223E-01
+  2.80610412659098196E-01  2.82743110130174669E-01  2.84890042682014011E-01
+  2.87051256309838965E-01  2.89226795798072145E-01  2.91416704675422189E-01
+  2.93621025168891436E-01  2.95839798156677714E-01  2.98073063119945358E-01
+  3.00320858093444942E-01  3.02583219614958876E-01  3.04860182673550195E-01
+  3.07151780656592543E-01  3.09458045295558093E-01  3.11779006610539644E-01
+  3.14114692853485145E-01  3.16465130450118093E-01  3.18830343940530558E-01
+  3.21210355918428669E-01  3.23605186968956127E-01  3.26014855605118781E-01
+  3.28439378202781462E-01  3.30878768934204481E-01  3.33333039700096534E-01
+  3.35802200060156764E-01  3.38286257162082327E-01  3.40785215669014319E-01
+  3.43299077685397080E-01  3.45827842681224795E-01  3.48371507414648784E-01
+  3.50930065852920137E-01  3.53503509091649848E-01  3.56091825272382645E-01
+  3.58694999498366640E-01  3.61313013748561118E-01  3.63945846789862526E-01
+  3.66593474087508420E-01  3.69255867713634778E-01  3.71932996253956816E-01
+  3.74624824712551985E-01  3.77331314414716457E-01  3.80052422907870502E-01
+  3.82788103860487394E-01  3.85538306959021582E-01  3.88302977802810811E-01
+  3.91082057796934557E-01  3.93875484043060275E-01  3.96683189228102584E-01
+  3.99505101510749194E-01  4.02341144405878759E-01  4.05191236666813337E-01
+  4.08055292165385830E-01  4.10933219769800739E-01  4.13824923220267593E-01
+  4.16730301002390779E-01  4.19649246218293359E-01  4.22581646455463478E-01
+  4.25527383653302227E-01  4.28486333967360356E-01  4.31458367631258055E-01
+  4.34443348816363262E-01  4.37441135489018751E-01  4.40451579265334570E-01
+  4.43474525263689190E-01  4.46509811954860669E-01  4.49557271009779491E-01
+  4.52616727144900477E-01  4.55687997965193881E-01  4.58770893804755331E-01
+  4.61865217565038677E-01  4.64970764550717452E-01  4.68087322303182118E-01
+  4.71214670431685134E-01  4.74352580442150951E-01  4.77500815563809744E-01
+  4.80659130573437732E-01  4.83827271617104204E-01  4.87004976029807801E-01
+  4.90191972152895061E-01  4.93387979149286504E-01  4.96592706816546492E-01
+  4.99805855397835841E-01  5.03027115390795032E-01  5.06256167354406372E-01
+  5.09492681713889062E-01  5.12736318563685400E-01  5.15986727468606188E-01
+  5.19243547263201433E-01  5.22506405849634814E-01  5.25774919993938328E-01
+  5.29048695120261314E-01  5.32327325103929549E-01  5.35610392063202267E-01
+  5.38897466149797610E-01  5.42188105338301862E-01  5.45481855214584477E-01
+  5.48778248763347132E-01  5.52076806154943256E-01  5.55377034531616798E-01
+  5.58678427793312338E-01  5.61980466383218635E-01  5.65282617073224358E-01
+  5.68584332749706656E-01  5.71885052199831767E-01  5.75184199897415205E-01
+  5.78481185789854524E-01  5.81775405086091491E-01  5.85066238045737652E-01
+  5.88353049769616776E-01  5.91635189991984722E-01  5.94911992874701534E-01
+  5.98182776803644622E-01  6.01446844187665142E-01  6.04703481260405407E-01
+  6.07951957885305205E-01  6.11191527364148945E-01  6.14421426249779024E-01
+  6.17640874163737585E-01  6.20849073616999259E-01  6.24045209836213144E-01
+  6.27228450595726628E-01  6.30397946055571978E-01  6.33552828605888463E-01
+  6.36692212718257933E-01  6.39815194804465359E-01  6.42920853083206456E-01
+  6.46008247455289508E-01  6.49076419387898951E-01  6.52124391808506454E-01
+  6.55151169009043910E-01  6.58155736561232274E-01  6.61137061244749025E-01
+  6.64094090985277274E-01  6.67025754805672610E-01  6.69930962791422835E-01
+  6.72808606070521176E-01  6.75657556808526349E-01  6.78476668219613055E-01
+  6.81264774594439459E-01  6.84020691345684329E-01  6.86743215072134872E-01
+  6.89431123642227361E-01  6.92083176297978775E-01  6.94698113780260584E-01
+  6.97274658476636389E-01  6.99811514594649187E-01  7.02307368356522410E-01
+  7.04760888218603943E-01  7.07170725118691057E-01  7.09535512751025776E-01
+  7.11853867870085755E-01  7.14124390624332750E-01  7.16345664921113512E-01
+  7.18516258823926335E-01  7.20634724983288733E-01  7.22699601102469114E-01
+  7.24709410439360213E-01  7.26662662345793797E-01  7.28557852845786558E-01
+  7.30393465256856556E-01  7.32167970849748051E-01  7.33879829548296780E-01
+  7.35527490675961015E-01  7.37109393748012098E-01  7.38623969310670758E-01
+  7.40069639828583759E-01  7.41444820622028766E-01  7.42747920855237553E-01
+  7.43977344577217758E-01  7.45131491816444003E-01  7.46208759730774607E-01
+  7.47207543813928954E-01  7.48126239159928708E-01  7.48963241790312040E-01
+  7.49716950039701069E-01  7.50385765997005905E-01  7.50968097013357538E-01
+  7.51462357274219395E-01  7.51866969436392862E-01  7.52180366330882144E-01
+  7.52400992732507379E-01  7.52527307197068618E-01  7.52557783966761096E-01
+  7.52490914944439648E-01  7.52325211737207344E-01  7.52059207769677718E-01
+  7.51691460467143524E-01  7.51220553512288114E-01  7.50645099171867503E-01
+  7.49963740682914715E-01  7.49175154713178415E-01  7.48278053890666595E-01
+  7.47271189400531166E-01  7.46153353648109863E-01  7.44923382986677818E-01
+  7.43580160508177657E-01  7.42122618894900610E-01  7.40549743329762977E-01
+  7.38860574462485986E-01  7.37054211428618489E-01  7.35129814917965585E-01
+  7.33086610291200036E-01  7.30923890740115212E-01  7.28641020472289958E-01
+  7.26237437932162444E-01  7.23712659049122298E-01  7.21066280504826573E-01
+  7.18297983012909480E-01  7.15407534603663464E-01  7.12394793905663515E-01
+  7.09259713415660409E-01  7.06002342747405587E-01  7.02622831849377349E-01
+  6.99121434180653645E-01  6.95498509833447520E-01  6.91754528590810103E-01
+  6.87890072906524930E-01  6.83905840785475561E-01  6.79802648559814537E-01
+  6.75581433543703258E-01  6.71243256548817002E-01  6.66789304243343151E-01
+  6.62220891336336326E-01  6.57539462568400901E-01  6.52746594488836318E-01
+  6.47843996998466509E-01  6.42833514636596104E-01  6.37717127589650490E-01
+  6.32496952398345580E-01  6.27175242338024019E-01  6.21754387438776424E-01
+  6.16236914140577574E-01  6.10625484550536779E-01  6.04922895269620842E-01
+  5.99132075765726912E-01  5.93256086266479299E-01  5.87298115145191368E-01
+  5.81261475773548253E-01  5.75149602815057559E-01  5.68966047933899599E-01
+  5.62714474894833616E-01  5.56398654031000528E-01  5.50022456058179565E-01
+  5.43589845213110157E-01  5.37104871667860362E-01  5.30571663276810379E-01
+  5.23994416629426585E-01  5.17377387362996877E-01  5.10724879754096972E-01
+  5.04041235594120285E-01  4.97330822360398717E-01  4.90598020702239346E-01
+  4.83847211269937183E-01  4.77082760924971205E-01  4.70309008380908611E-01
+  4.63530249337564426E-01  4.56750721185432085E-01  4.49974587371286483E-01
+  4.43205921480950671E-01  4.36448691283413126E-01  4.29706742907600248E-01
+  4.22983785214600394E-01  4.16283374625656177E-01  4.09608900651354191E-01
+  4.02963572400360570E-01  3.96350406385669041E-01  3.89772215990072224E-01
+  3.83231603001083054E-01  3.76730951679365766E-01  3.70272425883265754E-01
+  3.63857969839444295E-01  3.57489313216651616E-01  3.51167981216709668E-01
+  3.44895310616446849E-01  3.38672472539727265E-01  3.32500503702646444E-01
+  3.26380343627598546E-01  3.20312894088973787E-01  3.14299034642917752E-01
+  3.08339616647307357E-01  3.02435464646616969E-01  2.96587375401819564E-01
+  2.90796117675449106E-01  2.85062431828728646E-01  2.79387029504749085E-01
+  2.73770593323122924E-01  2.68213776606434862E-01  2.62717203135596877E-01
+  2.57281466934288050E-01  2.51907132081396201E-01  2.46594732552892409E-01
+  2.41344772093482235E-01  2.36157724118066847E-01  2.31034031643040566E-01
+  2.25974107247248368E-01  2.20978333062413657E-01  2.16047060792656814E-01
+  2.11180611762707859E-01  2.06379276994245492E-01  2.01643317309779913E-01
+  1.96972963465346845E-01  1.92368416313320523E-01  1.87829846980721610E-01
+  1.83357397074231848E-01  1.78951178909874858E-01  1.74611275765173407E-01
+  1.70337742152777083E-01  1.66130604114611669E-01  1.61989859535538183E-01
+  1.57915478475576354E-01  1.53907403519703306E-01  1.49965550144323695E-01
+  1.46089807099480745E-01  1.42280036805950888E-01  1.38536075768786959E-01
+  1.34857735013157870E-01  1.31244800513999560E-01  1.27697033640374907E-01
+  1.24214171615083274E-01  1.20795927984781698E-01  1.17441993100008371E-01
+  1.14152034604591515E-01  1.10925697933911743E-01  1.07762606821572862E-01
+  1.04662363814012574E-01  1.01624550792661861E-01  9.86487295032375533E-02
+  9.57344420918174316E-02  9.28812116492213624E-02  9.00885427746935946E-02
+  8.73559221231099137E-02  8.46828189562354033E-02  8.20686857072538412E-02
+  7.95129585501419683E-02  7.70150579734745211E-02  7.45743893583508538E-02
+  7.21903435600919491E-02  6.98622974933852670E-02  6.75896147205121700E-02
+  6.53716460423168777E-02  6.32077300915315499E-02  6.10971939280949838E-02
+  5.90393536371818239E-02  5.70335149432499161E-02  5.50789738054498906E-02
+  5.31750170040772921E-02  5.13209227391932740E-02  4.95159612290596712E-02
+  4.77593953075780495E-02  4.60504810202782139E-02  4.43884682183673177E-02
+  4.27726011503680031E-02  4.12021190508418816E-02  3.96762567257142248E-02
+  3.81942451336863414E-02  3.67553119632419156E-02  3.53586822052203362E-02
+  3.40035787335652498E-02  3.26892228679799765E-02  3.14148349121871548E-02
+  3.01796347001737839E-02  2.89828421359175220E-02  2.78236777251731800E-02
+  2.67013630988402612E-02  2.56151215274240986E-02  2.45641784261282289E-02
+  2.35477618501107877E-02  2.25651029794644957E-02  2.16154365934774703E-02
+  2.06980015337610360E-02  1.98120411559684663E-02  1.89568037799821947E-02
+  1.81315431242126610E-02  1.73355187032506047E-02  1.65679962276205073E-02
+  1.58282479920366405E-02  1.51155532500603148E-02  1.44291985748835373E-02
+  1.37684782059915266E-02  1.31326943814703018E-02  1.25211576557584456E-02
+  1.19331872026562733E-02  1.13681111034388532E-02  1.08252666199346540E-02
+  1.03040004524788190E-02  9.80366898923163733E-03  9.32363854339801623E-03
+  8.86328554998559379E-03  8.42199675969970002E-03  7.99916942034944317E-03
+  7.59421144299295050E-03  7.20654155288307213E-03  6.83558942530583698E-03
+  6.48079580642139681E-03  6.14161261924649291E-03  5.81750305493510672E-03
+  5.50794164954137178E-03  5.21241434646593175E-03  4.93041854481251693E-03
+  4.66146313733166451E-03  4.40506854108536731E-03  4.16076669359177233E-03
+  3.92810104382544222E-03  3.70662653419145125E-03  3.49590957017059147E-03
+  3.29552797798482022E-03  3.10507095064946250E-03  2.92413898278898231E-03
+  2.75234379460840466E-03  2.58930824542095029E-03  2.43466623714519046E-03
+  2.28806260819168364E-03  2.14915301816928726E-03  2.01760382533382578E-03
+  1.89309196172131149E-03  1.77530478608852382E-03  1.66393993243832286E-03
+  1.55870515551669443E-03  1.45931816982510496E-03  1.36550648259195560E-03
+  1.27700722115665455E-03  1.19356695521656412E-03  1.11494151438570172E-03
+  1.04089580150890613E-03  9.71203602171794651E-04  9.05647390839957604E-04
+  8.44018134055431017E-04  7.86115091633989341E-04  7.31745619850223349E-04
+  6.80724965184813756E-04  6.32876056486140841E-04  5.88029299625833371E-04
+  5.46022371640756538E-04  5.06700014676575937E-04  4.69913830080992358E-04
+  4.35522072981527162E-04  4.03389447670276754E-04  3.73386904104192193E-04
+  3.45391435816125986E-04  3.19285879517446655E-04  2.94958716659160568E-04
+  2.72303877345165157E-04  2.51220548879559069E-04  2.31612983751349470E-04
+  2.13390308998469974E-04  1.96466341056305416E-04  1.80759403939605460E-04
+  1.66192150837609774E-04  1.52691389271890078E-04  1.40187909951899751E-04
+  1.28616319449365414E-04  1.17914876798634778E-04  1.08025334116723407E-04
+  9.88927813233895061E-05  9.04654950288266143E-05  8.26947916702795211E-05
+  7.55348858337619329E-05  6.89427519103694760E-05  6.28779886907280302E-05
+  5.73026896476898546E-05  5.21813176365039597E-05  4.74805839033494854E-05
+  4.31693313815933419E-05  3.92184222462091376E-05  3.56006296885295678E-05
+  3.22905338656242520E-05  2.92644219713527027E-05  2.65001923693080377E-05
+  2.39772627216555549E-05  2.16764820447460662E-05  1.95800469136322931E-05
+  1.76714212887673983E-05  1.59352592115513347E-05  1.43573316987365283E-05
+  1.29244572105390620E-05  1.16244355158025199E-05  1.04459848561392299E-05
+  9.37868230901178114E-06  8.41290724820464781E-06  7.53978779898169954E-06
+  6.75115018448117525E-06  6.03947085948092732E-06  5.39783132761852298E-06
+  4.81987553845190330E-06  4.29976983659592850E-06  3.83216531545809404E-06
+  3.41216210018234573E-06  3.03527601247256243E-06  2.69740735826378640E-06
+  2.39481169166700804E-06  2.12407246081443845E-06  1.88207544333086305E-06
+  1.66598488140970911E-06  1.47322122884198957E-06  1.30144042483335701E-06
+  1.14851461201602052E-06  1.01251421871660825E-06  8.91691328250607998E-07
+  7.84464274906854507E-07  6.89403406633802871E-07  6.05217813096108140E-07
+  5.30743110713939248E-07  4.64930192970709105E-07  4.06834861860853509E-07
+  3.55608282936044365E-07  3.10488209140575320E-07  2.70790921312827172E-07
+  2.35903835868044000E-07  2.05278732758310748E-07  1.78425559325839732E-07
+  1.54906768117768792E-07  1.34332149112396322E-07  1.16354121093875947E-07
+  1.00663453404504894E-07  8.69853530905203640E-08  7.50759183520875058E-08
+  6.47189295934644950E-08  5.57229428214188266E-08  4.79186603060923007E-08
+  4.11565551760502556E-08  3.53047282557105814E-08  3.02469770071705264E-08
+  2.58810579103369011E-08  2.21171250071565208E-08  1.88763286490216268E-08
+  1.60895597234011123E-08  1.36963259956169324E-08  1.16437495438474408E-08
+  9.88566836529634232E-09  8.38183592251431525E-09  7.09721060370902650E-09
+  6.00132422238346540E-09  5.06772153604576833E-09  4.27346351187929063E-09
+  3.59868772575983550E-09  3.02621988965730822E-09  2.54123106394476115E-09
+  2.13093562820175221E-09  1.78432555933841583E-09  1.49193700189621498E-09
+  1.24564552749714056E-09  1.03848704150061011E-09  8.64500774982740154E-10
+  7.18592070785288376E-10  5.96413086800484751E-10  4.94258954925306423E-10
+  4.08977523502015776E-10  3.37891030531969309E-10  2.78728238877241901E-10
+  2.29565730372188927E-10  1.88777204776862060E-10  1.54989763253391062E-10
+  1.27046275870015455E-10  1.03973039786765544E-10  8.49520308780584599E-11
+  6.92971558396763017E-11  5.64339182019355179E-11  4.58820309296959846E-11
+  3.72406386301978042E-11  3.01757464014857259E-11  2.44095416787420754E-11
+  1.97113398983832434E-11  1.58899205739494901E-11  1.27870517745914458E-11
+  1.02720284976814727E-11  8.23707446811610350E-12  6.59347787168482921E-12
+  5.26834979336484397E-12  4.20191000876558026E-12  3.34521970300734031E-12
+  2.65828914113063332E-12
+                              </PP_CHI.1>
+ <PP_CHI.2 type="real" size="  1351" l="0" occupation=" 1.0000" columns="3">
+  4.28973929090843703E-05  4.32419482816876521E-05  4.35892711487359432E-05
+  4.39393837388896979E-05  4.42923084593496583E-05  4.46480678972908747E-05
+  4.50066848213081299E-05  4.53681821828731541E-05  4.57325831178034077E-05
+  4.60999109477427282E-05  4.64701891816537686E-05  4.68434415173226128E-05
+  4.72196918428752216E-05  4.75989642383063409E-05  4.79812829770204376E-05
+  4.83666725273851109E-05  4.87551575542970726E-05  4.91467629207605088E-05
+  4.95415136894782957E-05  4.99394351244558866E-05  5.03405526926181150E-05
+  5.07448920654390015E-05  5.11524791205846178E-05  5.15633399435691243E-05
+  5.19775008294242114E-05  5.23949882843818078E-05  5.28158290275703696E-05
+  5.32400499927248902E-05  5.36676783299103825E-05  5.40987414072594818E-05
+  5.45332668127238934E-05  5.49712823558398328E-05  5.54128160695076960E-05
+  5.58578962117861229E-05  5.63065512677003041E-05  5.67588099510649247E-05
+  5.72147012063216903E-05  5.76742542103915985E-05  5.81374983745421652E-05
+  5.86044633462695793E-05  5.90751790111959687E-05  5.95496754949819529E-05
+  6.00279831652544225E-05  6.05101326335500525E-05  6.09961547572741717E-05
+  6.14860806416754803E-05  6.19799416418365643E-05  6.24777693646805303E-05
+  6.29795956709935635E-05  6.34854526774638521E-05  6.39953727587369087E-05
+  6.45093885494872507E-05  6.50275329465068716E-05  6.55498391108104498E-05
+  6.60763404697572819E-05  6.66070707191905890E-05  6.71420638255937379E-05
+  6.76813540282638493E-05  6.82249758415028485E-05  6.87729640568261887E-05
+  6.93253537451892599E-05  6.98821802592314843E-05  7.04434792355391001E-05
+  7.10092865969248055E-05  7.15796385547274732E-05  7.21545716111285346E-05
+  7.27341225614886393E-05  7.33183284967013627E-05  7.39072268055676899E-05
+  7.45008551771875362E-05  7.50992516033725837E-05  7.57024543810763857E-05
+  7.63105021148460322E-05  7.69234337192914068E-05  7.75412884215765204E-05
+  7.81641057639287487E-05  7.87919256061696033E-05  7.94247881282651822E-05
+  8.00627338328975448E-05  8.07058035480561587E-05  8.13540384296506503E-05
+  8.20074799641443456E-05  8.26661699712089531E-05  8.33301506064004148E-05
+  8.39994643638567270E-05  8.46741540790168075E-05  8.53542629313615075E-05
+  8.60398344471768097E-05  8.67309125023386554E-05  8.74275413251209064E-05
+  8.81297654990250177E-05  8.88376299656330206E-05  8.95511800274832606E-05
+  9.02704613509690528E-05  9.09955199692608367E-05  9.17264022852516827E-05
+  9.24631550745264069E-05  9.32058254883546194E-05  9.39544610567077205E-05
+  9.47091096913001688E-05  9.54698196886551577E-05  9.62366397331948628E-05
+  9.70096189003555309E-05  9.77888066597275870E-05  9.85742528782209353E-05
+  9.93660078232556579E-05  1.00164122165978287E-04  1.00968646984504084E-04
+  1.01779633767185056E-04  1.02597134415904440E-04  1.03421201249397516E-04
+  1.04251887006599113E-04  1.05089244850018024E-04  1.05933328369138443E-04
+  1.06784191583848679E-04  1.07641888947897520E-04  1.08506475352378263E-04
+  1.09378006129240529E-04  1.10256537054830806E-04  1.11142124353460676E-04
+  1.12034824701004270E-04  1.12934695228524273E-04  1.13841793525927269E-04
+  1.14756177645648162E-04  1.15677906106364471E-04  1.16607037896739962E-04
+  1.17543632479199056E-04  1.18487749793730717E-04  1.19439450261723528E-04
+  1.20398794789831098E-04  1.21365844773868752E-04  1.22340662102741473E-04
+  1.23323309162403142E-04  1.24313848839847696E-04  1.25312344527132716E-04
+  1.26318860125434383E-04  1.27333460049135812E-04  1.28356209229947836E-04
+  1.29387173121062990E-04  1.30426417701342564E-04  1.31474009479537593E-04
+  1.32530015498543590E-04  1.33594503339689138E-04  1.34667541127059492E-04
+  1.35749197531854376E-04  1.36839541776780755E-04  1.37938643640481238E-04
+  1.39046573461997652E-04  1.40163402145270514E-04  1.41289201163674729E-04
+  1.42424042564591490E-04  1.43567998974016996E-04  1.44721143601208099E-04
+  1.45883550243365221E-04  1.47055293290352827E-04  1.48236447729457752E-04
+  1.49427089150185760E-04  1.50627293749096546E-04  1.51837138334677497E-04
+  1.53056700332256589E-04  1.54286057788954672E-04  1.55525289378677432E-04
+  1.56774474407147586E-04  1.58033692816977097E-04  1.59303025192780387E-04
+  1.60582552766328466E-04  1.61872357421744299E-04  1.63172521700739957E-04
+  1.64483128807895763E-04  1.65804262615981614E-04  1.67136007671321254E-04
+  1.68478449199199330E-04  1.69831673109311894E-04  1.71195766001260675E-04
+  1.72570815170091242E-04  1.73956908611875747E-04  1.75354135029340209E-04
+  1.76762583837537709E-04  1.78182345169564869E-04  1.79613509882328162E-04
+  1.81056169562351135E-04  1.82510416531633931E-04  1.83976343853554247E-04
+  1.85454045338820958E-04  1.86943615551469784E-04  1.88445149814913244E-04
+  1.89958744218032713E-04  1.91484495621325513E-04  1.93022501663095284E-04
+  1.94572860765697712E-04  1.96135672141830805E-04  1.97711035800881077E-04
+  1.99299052555315057E-04  2.00899824027127365E-04  2.02513452654335486E-04
+  2.04140041697531286E-04  2.05779695246480269E-04  2.07432518226778780E-04
+  2.09098616406559133E-04  2.10778096403254256E-04  2.12471065690410352E-04
+  2.14177632604560416E-04  2.15897906352146814E-04  2.17631997016505031E-04
+  2.19380015564897627E-04  2.21142073855610502E-04  2.22918284645099791E-04
+  2.24708761595202380E-04  2.26513619280397787E-04  2.28332973195134270E-04
+  2.30166939761208405E-04  2.32015636335207421E-04  2.33879181216009119E-04
+  2.35757693652342745E-04  2.37651293850410088E-04  2.39560102981567410E-04
+  2.41484243190069598E-04  2.43423837600875367E-04  2.45379010327515423E-04
+  2.47349886480023942E-04  2.49336592172932719E-04  2.51339254533330014E-04
+  2.53358001708983563E-04  2.55392962876528520E-04  2.57444268249721437E-04
+  2.59512049087759402E-04  2.61596437703666396E-04  2.63697567472747090E-04
+  2.65815572841106881E-04  2.67950589334241816E-04  2.70102753565695938E-04
+  2.72272203245788361E-04  2.74459077190410160E-04  2.76663515329891841E-04
+  2.78885658717940908E-04  2.81125649540651858E-04  2.83383631125587834E-04
+  2.85659747950934326E-04  2.87954145654727254E-04  2.90266971044153847E-04
+  2.92598372104928013E-04  2.94948498010740945E-04  2.97317499132787252E-04
+  2.99705527049366706E-04  3.02112734555563453E-04  3.04539275673001996E-04
+  3.06985305659681338E-04  3.09450981019887626E-04  3.11936459514186213E-04
+  3.14441900169492976E-04  3.16967463289226836E-04  3.19513310463542626E-04
+  3.22079604579646075E-04  3.24666509832191260E-04  3.27274191733760553E-04
+  3.29902817125428871E-04  3.32552554187411358E-04  3.35223572449797470E-04
+  3.37916042803369202E-04  3.40630137510506477E-04  3.43366030216179445E-04
+  3.46123895959028207E-04  3.48903911182531516E-04  3.51706253746263662E-04
+  3.54531102937242115E-04  3.57378639481364501E-04  3.60249045554938334E-04
+  3.63142504796301060E-04  3.66059202317533671E-04  3.68999324716267555E-04
+  3.71963060087585192E-04  3.74950598036015870E-04  3.77962129687626819E-04
+  3.80997847702210942E-04  3.84057946285571372E-04  3.87142621201904194E-04
+  3.90252069786278539E-04  3.93386490957218853E-04  3.96546085229383454E-04
+  3.99731054726347543E-04  4.02941603193485642E-04  4.06177936010957894E-04
+  4.09440260206798935E-04  4.12728784470110788E-04  4.16043719164361581E-04
+  4.19385276340788885E-04  4.22753669751910340E-04  4.26149114865141990E-04
+  4.29571828876523472E-04  4.33022030724554115E-04  4.36499941104138056E-04
+  4.40005782480638104E-04  4.43539779104047292E-04  4.47102157023263644E-04
+  4.50693144100489953E-04  4.54312970025734172E-04  4.57961866331439748E-04
+  4.61640066407217377E-04  4.65347805514707577E-04  4.69085320802547611E-04
+  4.72852851321470897E-04  4.76650638039511428E-04  4.80478923857344362E-04
+  4.84337953623732492E-04  4.88227974151110133E-04  4.92149234231275970E-04
+  4.96101984651224582E-04  5.00086478209089145E-04  5.04102969730224159E-04
+  5.08151716083401540E-04  5.12232976197149101E-04  5.16347011076204740E-04
+  5.20494083818112858E-04  5.24674459629940375E-04  5.28888405845137481E-04
+  5.33136191940518085E-04  5.37418089553387828E-04  5.41734372498794384E-04
+  5.46085316786927392E-04  5.50471200640641331E-04  5.54892304513132238E-04
+  5.59348911105736414E-04  5.63841305385889900E-04  5.68369774605207009E-04
+  5.72934608317723546E-04  5.77536098398263734E-04  5.82174539060969663E-04
+  5.86850226877960518E-04  5.91563460798154436E-04  5.96314542166221447E-04
+  6.01103774741703484E-04  6.05931464718268407E-04  6.10797920743129689E-04
+  6.15703453936603472E-04  6.20648377911837685E-04  6.25633008794675388E-04
+  6.30657665243696030E-04  6.35722668470390826E-04  6.40828342259519416E-04
+  6.45975012989605506E-04  6.51163009653611311E-04  6.56392663879755856E-04
+  6.61664309952516411E-04  6.66978284833772816E-04  6.72334928184138399E-04
+  6.77734582384438458E-04  6.83177592557373918E-04  6.88664306589337975E-04
+  6.94195075152419759E-04  6.99770251726562179E-04  7.05390192621912202E-04
+  7.11055257001323802E-04  7.16765806903058435E-04  7.22522207263643387E-04
+  7.28324825940921154E-04  7.34174033737271855E-04  7.40070204423018017E-04
+  7.46013714760011609E-04  7.52004944525404523E-04  7.58044276535602937E-04
+  7.64132096670407730E-04  7.70268793897343324E-04  7.76454760296174315E-04
+  7.82690391083611949E-04  7.88976084638212823E-04  7.95312242525468734E-04
+  8.01699269523092331E-04  8.08137573646498905E-04  8.14627566174481814E-04
+  8.21169661675088484E-04  8.27764278031697313E-04  8.34411836469292124E-04
+  8.41112761580943037E-04  8.47867481354487498E-04  8.54676427199419679E-04
+  8.61540033973984482E-04  8.68458740012482619E-04  8.75432987152780081E-04
+  8.82463220764035088E-04  8.89549889774633859E-04  8.96693446700339535E-04
+  9.03894347672659789E-04  9.11153052467429214E-04  9.18470024533610285E-04
+  9.25845731022314632E-04  9.33280642816046902E-04  9.40775234558168709E-04
+  9.48329984682588539E-04  9.55945375443679004E-04  9.63621892946419289E-04
+  9.71360027176767561E-04  9.79160272032262137E-04  9.87023125352859019E-04
+  9.94949088951996557E-04  1.00293866864790168E-03  1.01099237429512728E-03
+  1.01911071981633083E-03  1.02729422323429237E-03  1.03554340670417196E-03
+  1.04385879654601138E-03  1.05224092327748059E-03  1.06069032164686754E-03
+  1.06920753066631923E-03  1.07779309364532702E-03  1.08644755822446745E-03
+  1.09517147640939049E-03  1.10396540460506510E-03  1.11282990365027773E-03
+  1.12176553885238962E-03  1.13077288002234964E-03  1.13985250150996963E-03
+  1.14900498223946025E-03  1.15823090574522980E-03  1.16753086020794736E-03
+  1.17690543849087383E-03  1.18635523817645864E-03  1.19588086160320618E-03
+  1.20548291590281444E-03  1.21516201303758652E-03  1.22491876983811228E-03
+  1.23475380804123017E-03  1.24466775432826356E-03  1.25466124036353790E-03
+  1.26473490283317475E-03  1.27488938348417060E-03  1.28512532916375964E-03
+  1.29544339185905678E-03  1.30584422873699225E-03  1.31632850218453275E-03
+  1.32689687984918802E-03  1.33755003467981508E-03  1.34828864496771097E-03
+  1.35911339438799677E-03  1.37002497204130407E-03  1.38102407249575333E-03
+  1.39211139582923107E-03  1.40328764767196686E-03  1.41455353924941512E-03
+  1.42590978742543405E-03  1.43735711474577343E-03  1.44889624948186429E-03
+  1.46052792567491745E-03  1.47225288318033145E-03  1.48407186771240627E-03
+  1.49598563088937354E-03  1.50799493027873308E-03  1.52010052944290914E-03
+  1.53230319798521399E-03  1.54460371159613626E-03  1.55700285209994164E-03
+  1.56950140750159155E-03  1.58210017203398636E-03  1.59479994620552392E-03
+  1.60760153684798486E-03  1.62050575716473884E-03  1.63351342677927540E-03
+  1.64662537178406499E-03  1.65984242478973629E-03  1.67316542497459209E-03
+  1.68659521813444902E-03  1.70013265673280619E-03  1.71377859995134425E-03
+  1.72753391374075955E-03  1.74139947087192655E-03  1.75537615098739631E-03
+  1.76946484065322509E-03  1.78366643341114242E-03  1.79798182983105189E-03
+  1.81241193756386714E-03  1.82695767139468652E-03  1.84161995329630416E-03
+  1.85639971248305943E-03  1.87129788546502147E-03  1.88631541610251915E-03
+  1.90145325566100278E-03  1.91671236286624930E-03  1.93209370395990660E-03
+  1.94759825275537678E-03  1.96322699069403960E-03  1.97898090690181794E-03
+  1.99486099824608019E-03  2.01086826939288459E-03  2.02700373286456622E-03
+  2.04326840909765679E-03  2.05966332650114794E-03  2.07618952151510236E-03
+  2.09284803866958274E-03  2.10963993064394208E-03  2.12656625832643564E-03
+  2.14362809087418043E-03  2.16082650577344290E-03  2.17816258890026837E-03
+  2.19563743458144143E-03  2.21325214565578103E-03  2.23100783353577265E-03
+  2.24890561826952351E-03  2.26694662860305214E-03  2.28513200204291190E-03
+  2.30346288491913064E-03  2.32194043244848608E-03  2.34056580879809855E-03
+  2.35934018714934563E-03  2.37826474976210846E-03  2.39734068803931213E-03
+  2.41656920259180957E-03  2.43595150330355508E-03  2.45548880939710275E-03
+  2.47518234949940840E-03  2.49503336170793771E-03  2.51504309365707104E-03
+  2.53521280258481611E-03  2.55554375539981211E-03  2.57603722874862441E-03
+  2.59669450908333157E-03  2.61751689272939634E-03  2.63850568595381347E-03
+  2.65966220503354193E-03  2.68098777632420557E-03  2.70248373632905924E-03
+  2.72415143176822378E-03  2.74599221964817600E-03  2.76800746733149149E-03
+  2.79019855260683640E-03  2.81256686375920247E-03  2.83511379964037670E-03
+  2.85784076973964307E-03  2.88074919425470840E-03  2.90384050416284123E-03
+  2.92711614129223139E-03  2.95057755839354214E-03  2.97422621921166743E-03
+  2.99806359855767524E-03  3.02209118238092999E-03  3.04631046784138932E-03
+  3.07072296338206825E-03  3.09533018880165343E-03  3.12013367532726826E-03
+  3.14513496568737637E-03  3.17033561418480657E-03  3.19573718676990004E-03
+  3.22134126111376729E-03  3.24714942668163182E-03  3.27316328480627009E-03
+  3.29938444876151779E-03  3.32581454383583820E-03  3.35245520740594643E-03
+  3.37930808901046233E-03  3.40637485042358636E-03  3.43365716572880016E-03
+  3.46115672139254548E-03  3.48887521633789097E-03  3.51681436201817200E-03
+  3.54497588249056816E-03  3.57336151448963335E-03  3.60197300750073101E-03
+  3.63081212383337647E-03  3.65988063869446571E-03  3.68918034026136966E-03
+  3.71871302975487674E-03  3.74848052151196013E-03  3.77848464305836212E-03
+  3.80872723518096631E-03  3.83921015199993436E-03  3.86993526104058858E-03
+  3.90090444330502741E-03  3.93211959334343556E-03  3.96358261932507235E-03
+  3.99529544310892049E-03  4.02726000031395845E-03  4.05947824038903771E-03
+  4.09195212668233849E-03  4.12468363651037877E-03  4.15767476122653416E-03
+  4.19092750628906677E-03  4.22444389132860688E-03  4.25822595021506552E-03
+  4.29227573112396423E-03  4.32659529660211605E-03  4.36118672363266808E-03
+  4.39605210369940769E-03  4.43119354285037396E-03  4.46661316176068506E-03
+  4.50231309579455976E-03  4.53829549506649683E-03  4.57456252450157055E-03
+  4.61111636389480942E-03  4.64795920796959999E-03  4.68509326643509576E-03
+  4.72252076404256361E-03  4.76024394064064431E-03  4.79826505122947153E-03
+  4.83658636601358872E-03  4.87521017045364994E-03  4.91413876531681271E-03
+  4.95337446672580901E-03  4.99291960620661026E-03  5.03277653073465423E-03
+  5.07294760277957058E-03  5.11343520034835113E-03  5.15424171702688616E-03
+  5.19536956201985430E-03  5.23682116018882923E-03  5.27859895208863082E-03
+  5.32070539400176980E-03  5.36314295797098248E-03  5.40591413182974281E-03
+  5.44902141923071098E-03  5.49246733967203790E-03  5.53625442852143882E-03
+  5.58038523703797279E-03  5.62486233239144727E-03  5.66968829767936725E-03
+  5.71486573194134127E-03  5.76039725017086796E-03  5.80628548332442086E-03
+  5.85253307832770200E-03  5.89914269807905074E-03  5.94611702144982185E-03
+  5.99345874328171581E-03  6.04117057438091545E-03  6.08925524150893786E-03
+  6.13771548737010886E-03  6.18655407059554366E-03  6.23577376572353233E-03
+  6.28537736317619136E-03  6.33536766923231166E-03  6.38574750599624642E-03
+  6.43651971136273600E-03  6.48768713897754801E-03  6.53925265819377353E-03
+  6.59121915402371972E-03  6.64358952708615520E-03  6.69636669354890367E-03
+  6.74955358506653010E-03  6.80315314871302902E-03  6.85716834690938172E-03
+  6.91160215734578243E-03  6.96645757289843064E-03  7.02173760154066462E-03
+  7.07744526624835661E-03  7.13358360489933785E-03  7.19015567016668446E-03
+  7.24716452940574879E-03  7.30461326453465780E-03  7.36250497190820818E-03
+  7.42084276218483996E-03  7.47962976018662351E-03  7.53886910475196244E-03
+  7.59856394858086405E-03  7.65871745807254756E-03  7.71933281315517923E-03
+  7.78041320710750380E-03  7.84196184637217693E-03  7.90398195036053249E-03
+  7.96647675124856521E-03  8.02944949376391444E-03  8.09290343496353592E-03
+  8.15684184400187334E-03  8.22126800188921654E-03  8.28618520124000876E-03
+  8.35159674601085311E-03  8.41750595122785217E-03  8.48391614270310908E-03
+  8.55083065674001365E-03  8.61825283982702896E-03  8.68618604831970786E-03
+  8.75463364811055779E-03  8.82359901428651089E-03  8.89308553077357115E-03
+  8.96309658996841466E-03  9.03363559235648844E-03  9.10470594611634092E-03
+  9.17631106670972231E-03  9.24845437645716549E-03  9.32113930409862387E-03
+  9.39436928433879867E-03  9.46814775737672872E-03  9.54247816841927166E-03
+  9.61736396717799945E-03  9.69280860734911959E-03  9.76881554607600226E-03
+  9.84538824339377568E-03  9.92253016165562350E-03  1.00002447649402710E-02
+  1.00785355184401723E-02  1.01574058878299272E-02  1.02368593386143649E-02
+  1.03168993354558047E-02  1.03975293414799910E-02  1.04787528175601281E-02
+  1.05605732215784866E-02  1.06429940076649670E-02  1.07260186254120680E-02
+  1.08096505190656694E-02  1.08938931266909719E-02  1.09787498793130593E-02
+  1.10642242000313189E-02  1.11503195031071728E-02  1.12370391930244392E-02
+  1.13243866635215802E-02  1.14123652965951485E-02  1.15009784614737015E-02
+  1.15902295135615063E-02  1.16801217933512440E-02  1.17706586253049621E-02
+  1.18618433167025188E-02  1.19536791564565682E-02  1.20461694138934965E-02
+  1.21393173374992457E-02  1.22331261536293215E-02  1.23275990651820055E-02
+  1.24227392502339225E-02  1.25185498606370325E-02  1.26150340205762081E-02
+  1.27121948250861361E-02  1.28100353385267613E-02  1.29085585930163171E-02
+  1.30077675868208193E-02  1.31076652826989746E-02  1.32082546062014857E-02
+  1.33095384439235777E-02  1.34115196417096631E-02  1.35142010028089631E-02
+  1.36175852859809505E-02  1.37216752035493571E-02  1.38264734194035524E-02
+  1.39319825469460777E-02  1.40382051469851027E-02  1.41451437255701931E-02
+  1.42528007317701700E-02  1.43611785553918875E-02  1.44702795246383718E-02
+  1.45801059037049176E-02  1.46906598903116734E-02  1.48019436131712236E-02
+  1.49139591293896458E-02  1.50267084217994302E-02  1.51401933962227453E-02
+  1.52544158786633698E-02  1.53693776124256467E-02  1.54850802551587067E-02
+  1.56015253758246628E-02  1.57187144515881817E-02  1.58366488646259490E-02
+  1.59553298988543771E-02  1.60747587365736959E-02  1.61949364550262633E-02
+  1.63158640228673046E-02  1.64375422965459539E-02  1.65599720165946276E-02
+  1.66831538038245825E-02  1.68070881554255279E-02  1.69317754409671721E-02
+  1.70572158983004034E-02  1.71834096293558489E-02  1.73103565958380098E-02
+  1.74380566148117505E-02  1.75665093541785451E-02  1.76957143280409915E-02
+  1.78256708919526524E-02  1.79563782380506506E-02  1.80878353900685261E-02
+  1.82200411982264866E-02  1.83529943339964911E-02  1.84866932847394388E-02
+  1.86211363482114249E-02  1.87563216269364536E-02  1.88922470224424897E-02
+  1.90289102293579974E-02  1.91663087293664075E-02  1.93044397850149138E-02
+  1.94433004333729280E-02  1.95828874795392419E-02  1.97231974899939357E-02
+  1.98642267857915694E-02  2.00059714355922819E-02  2.01484272485273688E-02
+  2.02915897668958373E-02  2.04354542586881946E-02  2.05800157099340908E-02
+  2.07252688168699413E-02  2.08712079779226553E-02  2.10178272855059550E-02
+  2.11651205176258995E-02  2.13130811292915126E-02  2.14617022437231138E-02
+  2.16109766433582699E-02  2.17608967606501454E-02  2.19114546686539242E-02
+  2.20626420713968749E-02  2.22144502940277190E-02  2.23668702727408929E-02
+  2.25198925444711415E-02  2.26735072363539111E-02  2.28277040549468534E-02
+  2.29824722752077840E-02  2.31378007292242019E-02  2.32936777946906697E-02
+  2.34500913831299611E-02  2.36070289278459133E-02  2.37644773716096311E-02
+  2.39224231540732385E-02  2.40808521989049895E-02  2.42397499006407890E-02
+  2.43991011112465114E-02  2.45588901263859398E-02  2.47191006713888065E-02
+  2.48797158869133693E-02  2.50407183142979939E-02  2.52020898805962110E-02
+  2.53638118832893375E-02  2.55258649746721647E-02  2.56882291459092395E-02
+  2.58508837107429730E-02  2.60138072888571568E-02  2.61769777888909878E-02
+  2.63403723910954693E-02  2.65039675296262177E-02  2.66677388744665303E-02
+  2.68316613129746528E-02  2.69957089310490297E-02  2.71598549939053857E-02
+  2.73240719264593347E-02  2.74883312933084344E-02  2.76526037783072602E-02
+  2.78168591637303342E-02  2.79810663090239199E-02  2.81451931291198700E-02
+  2.83092065723157156E-02  2.84730725977210622E-02  2.86367561522595029E-02
+  2.88002211472196679E-02  2.89634304343491245E-02  2.91263457814850274E-02
+  2.92889278477153348E-02  2.94511361580642728E-02  2.96129290776964323E-02
+  2.97742637856330435E-02  2.99350962479747948E-02  3.00953811906262102E-02
+  3.02550720715285756E-02  3.04141210523675883E-02  3.05724789697545650E-02
+  3.07300953058963038E-02  3.08869181587383863E-02  3.10428942115765216E-02
+  3.11979687021310750E-02  3.13520853910799133E-02  3.15051865300450887E-02
+  3.16572128290290578E-02  3.18081034232963397E-02  3.19577958396966011E-02
+  3.21062259624258564E-02  3.22533279982228777E-02  3.23990344410179237E-02
+  3.25432760359978326E-02  3.26859817430686928E-02  3.28270786997630556E-02
+  3.29664921835719008E-02  3.31041455736985138E-02  3.32399603122338350E-02
+  3.33738558647528952E-02  3.35057496803326388E-02  3.36355571509919585E-02
+  3.37631915705553093E-02  3.38885640929417198E-02  3.40115836898819204E-02
+  3.41321571080670585E-02  3.42501888257606829E-02  3.43655810088505306E-02
+  3.44782334662789569E-02  3.45880436049595397E-02  3.46949063841569122E-02
+  3.47987142693330503E-02  3.48993571854689863E-02  3.49967224698716287E-02
+  3.50906948244767286E-02  3.51811562676597675E-02  3.52679860855680399E-02
+  3.53510607829880183E-02  3.54302540337635141E-02  3.55054366307816227E-02
+  3.55764764355790339E-02  3.56432383275859452E-02  3.57055841528648929E-02
+  3.57633726725506557E-02  3.58164595109774705E-02  3.58646971035049208E-02
+  3.59079346440703759E-02  3.59460180324972442E-02  3.59787898215901819E-02
+  3.60060891640506253E-02  3.60277517592478072E-02  3.60436097998827268E-02
+  3.60534919185845834E-02  3.60572231344816335E-02  3.60546247998294531E-02
+  3.60455145467986279E-02  3.60297062341495555E-02  3.60070098941345298E-02
+  3.59772316796594938E-02  3.59401738117253317E-02  3.58956345272091817E-02
+  3.58434080270493005E-02  3.57832844249006826E-02  3.57150496963313524E-02
+  3.56384856286328724E-02  3.55533697713223407E-02  3.54594753874164295E-02
+  3.53565714055620040E-02  3.52444223731506190E-02  3.51227884106611390E-02
+  3.49914251667916565E-02  3.48500837748520684E-02  3.46985108105895557E-02
+  3.45364482514636181E-02  3.43636334374847335E-02  3.41797990337353655E-02
+  3.39846729946973042E-02  3.37779785305142299E-02  3.35594340753233092E-02
+  3.33287532577953086E-02  3.30856448740277573E-02  3.28298128629415306E-02
+  3.25609562843718198E-02  3.22787693003018308E-02  3.19829411586376455E-02
+  3.16731561800363687E-02  3.13490937482796203E-02  3.10104283041784147E-02
+  3.06568293431984558E-02  3.02879614170051374E-02  2.99034841391333274E-02
+  2.95030521949944113E-02  2.90863153564393517E-02  2.86529185011034637E-02
+  2.82025016367657803E-02  2.77346999309623296E-02  2.72491437461271913E-02
+  2.67454586809634590E-02  2.62232656173562034E-02  2.56821807731404082E-02
+  2.51218157618195333E-02  2.45417776591392682E-02  2.39416690767906976E-02
+  2.33210882435380233E-02  2.26796290940743488E-02  2.20168813659144605E-02
+  2.13324307046410776E-02  2.06258587778269838E-02  1.98967433979620016E-02
+  1.91446586547195929E-02  1.83691750569194533E-02  1.75698596851353132E-02
+  1.67462763543545744E-02  1.58979857863519453E-02  1.50245457938217725E-02
+  1.41255114760234710E-02  1.32004354262527882E-02  1.22488679515088284E-02
+  1.12703573047298992E-02  1.02644499299715357E-02  9.23069072090265848E-03
+  8.16862329299272022E-03  7.07779026976506059E-03  5.95773358348711691E-03
+  4.80799479067232222E-03  3.62811540344663147E-03  2.41763723652829764E-03
+  1.17610276818660509E-03 -9.69444816104454926E-05 -1.40195955633566410E-03
+ -2.73939565116125680E-03 -4.10970368402667659E-03 -5.51333184922006819E-03
+ -6.95072515319602232E-03 -8.42232493236999905E-03 -9.92856835265247539E-03
+ -1.14698878905077090E-02 -1.30467107953504240E-02 -1.46594585331203866E-02
+ -1.63085462102648057E-02 -1.79943819779659966E-02 -1.97173664201337751E-02
+ -2.14778919211727135E-02 -2.32763420143294944E-02 -2.51130907110524368E-02
+ -2.69885018114998133E-02 -2.89029281963862246E-02 -3.08567111004196711E-02
+ -3.28501793676470796E-02 -3.48836486890960334E-02 -3.69574208231751716E-02
+ -3.90717827993770708E-02 -4.12270061059116857E-02 -4.34233458615394391E-02
+ -4.56610399716861556E-02 -4.79403082741817199E-02 -5.02613516715346986E-02
+ -5.26243512511491221E-02 -5.50294673953751687E-02 -5.74768388827868182E-02
+ -5.99665819822105470E-02 -6.24987895411796002E-02 -6.50735300706174885E-02
+ -6.76908468277354763E-02 -7.03507568992598475E-02 -7.30532502873057071E-02
+ -7.57982890003552484E-02 -7.85858061518529549E-02 -8.14157050687270428E-02
+ -8.42878584156831201E-02 -8.72021073359906251E-02 -9.01582606119978591E-02
+ -9.31560938496580754E-02 -9.61953486909624678E-02 -9.92757320583524533E-02
+ -1.02396915435444658E-01 -1.05558534188586850E-01 -1.08760186934025810E-01
+ -1.12001434955652013E-01 -1.15281801678548665E-01 -1.18600772203747346E-01
+ -1.21957792909978116E-01 -1.25352271129920034E-01 -1.28783574904289849E-01
+ -1.32251032819520636E-01 -1.35753933937414584E-01 -1.39291527822653083E-01
+ -1.42863024674756589E-01 -1.46467595571225490E-01 -1.50104372828600591E-01
+ -1.53772450488244256E-01 -1.57470884933552241E-01 -1.61198695645272339E-01
+ -1.64954866101405417E-01 -1.68738344827990688E-01 -1.72548046607015504E-01
+ -1.76382853853522287E-01 -1.80241618156090994E-01 -1.84123161981521483E-01
+ -1.88026280560273373E-01 -1.91949743950762919E-01 -1.95892299284026156E-01
+ -1.99852673189353375E-01 -2.03829574400016117E-01 -2.07821696536613587E-01
+ -2.11827721063606061E-01 -2.15846320412479947E-01 -2.19876161262446995E-01
+ -2.23915907966816735E-01 -2.27964226110130203E-01 -2.32019786188899901E-01
+ -2.36081267377710013E-01 -2.40147361333511195E-01 -2.44216776041732170E-01
+ -2.48288239654238740E-01 -2.52360504272984287E-01 -2.56432349627465361E-01
+ -2.60502586586043305E-01 -2.64570060432384291E-01 -2.68633653828362795E-01
+ -2.72692289373904551E-01 -2.76744931662107396E-01 -2.80790588714619926E-01
+ -2.84828312667544103E-01 -2.88857199569680367E-01 -2.92876388116838304E-01
+ -2.96885057113673190E-01 -3.00882421488982865E-01 -3.04867726684494245E-01
+ -3.08840240895594476E-01 -3.12799245882254162E-01 -3.16744022380984702E-01
+ -3.20673843460043961E-01 -3.24587976317533000E-01 -3.28485681634918980E-01
+ -3.32366213661019427E-01 -3.36228820102655090E-01 -3.40072742080279433E-01
+ -3.43897214082670599E-01 -3.47701463938508981E-01 -3.51484712799665422E-01
+ -3.55246175141056164E-01 -3.58985058777294419E-01 -3.62700564896571598E-01
+ -3.66391888112540032E-01 -3.70058216534774664E-01 -3.73698731858345568E-01
+ -3.77312609472867710E-01 -3.80899018591340843E-01 -3.84457122398933704E-01
+ -3.87986078221818187E-01 -3.91485037716023665E-01 -3.94953147076425148E-01
+ -3.98389547266140454E-01 -4.01793374263863634E-01 -4.05163759330729512E-01
+ -4.08499829296351591E-01 -4.11800706863217458E-01 -4.15065510928997516E-01
+ -4.18293356926240423E-01 -4.21483357178948803E-01 -4.24634621275452595E-01
+ -4.27746256457031515E-01 -4.30817368021677971E-01 -4.33847059742425212E-01
+ -4.36834434299619989E-01 -4.39778593726669997E-01 -4.42678639869259594E-01
+ -4.45533674855355832E-01 -4.48342801576738670E-01 -4.51105124182013206E-01
+ -4.53819748580005955E-01 -4.56485782952991193E-01 -4.59102338279168465E-01
+ -4.61668528863858618E-01 -4.64183472878859082E-01 -4.66646292909442817E-01
+ -4.69056116508458687E-01 -4.71412076757037057E-01 -4.73713312831373023E-01
+ -4.75958970575135587E-01 -4.78148203077271960E-01 -4.80280171253683663E-01
+ -4.82354044432915074E-01 -4.84369000945905792E-01 -4.86324228718921225E-01
+ -4.88218925869196019E-01 -4.90052301302812299E-01 -4.91823575314363437E-01
+ -4.93531980187930486E-01 -4.95176760798925919E-01 -4.96757175216333835E-01
+ -4.98272495304903307E-01 -4.99722007326825202E-01 -5.01105012542429007E-01
+ -5.02420827808771842E-01 -5.03668786176393990E-01 -5.04848237484711748E-01
+ -5.05958548954241305E-01 -5.06999105775530534E-01 -5.07969311694380199E-01
+ -5.08868589592881726E-01 -5.09696382065817910E-01 -5.10452151991951486E-01
+ -5.11135383099740936E-01 -5.11745580527009247E-01 -5.12282271374100651E-01
+ -5.12745005250046071E-01 -5.13133354811246445E-01 -5.13446916290356770E-01
+ -5.13685310016596119E-01 -5.13848180931408272E-01 -5.13935199092745876E-01
+ -5.13946060169226837E-01 -5.13880485923954522E-01 -5.13738224687517953E-01
+ -5.13519051819688377E-01 -5.13222770159324937E-01 -5.12849210462003713E-01
+ -5.12398231824881645E-01 -5.11869722098311830E-01 -5.11263598283716592E-01
+ -5.10579806917229817E-01 -5.09818324435946102E-01 -5.08979157526658677E-01
+ -5.08062343468774658E-01 -5.07067950457166683E-01 -5.05996077907347686E-01
+ -5.04846856743518702E-01 -5.03620449668995884E-01 -5.02317051418550320E-01
+ -5.00936888992173923E-01 -4.99480221869808672E-01 -4.97947342206557952E-01
+ -4.96338575007925609E-01 -4.94654278284608728E-01 -4.92894843186396869E-01
+ -4.91060694111900953E-01 -4.89152288790138945E-01 -4.87170118356390291E-01
+ -4.85114707400724710E-01 -4.82986613990741498E-01 -4.80786429670808868E-01
+ -4.78514779437373861E-01 -4.76172321689961542E-01 -4.73759748157456972E-01
+ -4.71277783799306127E-01 -4.68727186681254515E-01 -4.66108747825286052E-01
+ -4.63423291033404239E-01 -4.60671672684949129E-01 -4.57854781504729524E-01
+ -4.54973538293194646E-01 -4.52028895650647689E-01 -4.49021837671489621E-01
+ -4.45953379604942135E-01 -4.42824567487723975E-01 -4.39636477748478915E-01
+ -4.36390216783813123E-01 -4.33086920505773632E-01 -4.29727753860680461E-01
+ -4.26313910319199296E-01 -4.22846611337619860E-01 -4.19327105790292365E-01
+ -4.15756669373246512E-01 -4.12136603977342364E-01 -4.08468237018389968E-01
+ -4.04752920760819035E-01 -4.00992031616736189E-01 -3.97186969406951418E-01
+ -3.93339156593849437E-01 -3.89450037486479272E-01 -3.85521077418201907E-01
+ -3.81553761897224952E-01 -3.77549595730448939E-01 -3.73510102121048959E-01
+ -3.69436821740310839E-01 -3.65331311774239997E-01 -3.61195144945560376E-01
+ -3.57029908510799188E-01 -3.52837203218713646E-01 -3.48618642264071077E-01
+ -3.44375850232773117E-01 -3.40110462011946835E-01 -3.35824121679862309E-01
+ -3.31518481376689711E-01 -3.27195200157217037E-01 -3.22855942826649034E-01
+ -3.18502378760564808E-01 -3.14136180710192225E-01 -3.09759023594237626E-01
+ -3.05372583278508913E-01 -3.00978535344678610E-01 -2.96578553849154436E-01
+ -2.92174310060254794E-01 -2.87767471198579761E-01 -2.83359699194259906E-01
+ -2.78952649424228594E-01 -2.74547969446221840E-01 -2.70147297732354741E-01
+ -2.65752262403957051E-01 -2.61364479969315056E-01 -2.56985554066060995E-01
+ -2.52617074209913361E-01 -2.48260614551553960E-01 -2.43917732643385510E-01
+ -2.39589968217990723E-01 -2.35278841979982445E-01 -2.30985854403555957E-01
+ -2.26712484548424631E-01 -2.22460188921150992E-01 -2.18230400341683034E-01
+ -2.14024526830132233E-01 -2.09843950517825811E-01 -2.05690026584419733E-01
+ -2.01564082222780938E-01 -1.97467415633373222E-01 -1.93401295049792893E-01
+ -1.89366957797122398E-01 -1.85365609384663732E-01 -1.81398422634630019E-01
+ -1.77466536848260803E-01 -1.73571057005869223E-01 -1.69713053003531678E-01
+ -1.65893558954096298E-01 -1.62113572520041715E-01 -1.58374054287342553E-01
+ -1.54675927184388801E-01 -1.51020075946999316E-01 -1.47407346630430203E-01
+ -1.43838546169247877E-01 -1.40314441985789157E-01 -1.36835761647893545E-01
+ -1.33403192576442509E-01 -1.30017381803194443E-01 -1.26678935779255458E-01
+ -1.23388420233078028E-01 -1.20146360077142703E-01 -1.16953239376821630E-01
+ -1.13809501365412569E-01 -1.10715548507725969E-01 -1.07671742614288676E-01
+ -1.04678405005789135E-01 -1.01735816727308886E-01 -9.88442188117413523E-02
+ -9.60038125917425655E-02 -9.32147600594115527E-02 -9.04771842728430559E-02
+ -8.77911698085592496E-02 -8.51567632587694329E-02 -8.25739737726910172E-02
+ -8.00427736436005316E-02 -7.75630989342320359E-02 -7.51348501399858454E-02
+ -7.27578928910056488E-02 -7.04320586908589036E-02 -6.81571456901705758E-02
+ -6.59329194935371898E-02 -6.37591139979554744E-02 -6.16354322609805952E-02
+ -5.95615473967482378E-02 -5.75371034979842849E-02 -5.55617165820569484E-02
+ -5.36349755591254210E-02 -5.17564432211949574E-02 -4.99256572584268685E-02
+ -4.81421312802576828E-02 -4.64053558454558049E-02 -4.47147995101091281E-02
+ -4.30699098856993715E-02 -4.14701147050927227E-02 -3.99148228944485317E-02
+ -3.84034256490400489E-02 -3.69352975110251308E-02 -3.55097974472108266E-02
+ -3.41262699249118145E-02 -3.27840459840166160E-02 -3.14824443034386822E-02
+ -3.02207722606983066E-02 -2.89983269941832926E-02 -2.78143964431719140E-02
+ -2.66682603623055528E-02 -2.55591913332557791E-02 -2.44864557614350858E-02
+ -2.34493148557526239E-02 -2.24470255900591324E-02 -2.14788416449793566E-02
+ -2.05440143289191655E-02 -1.96417934770942333E-02 -1.87714283275172145E-02
+ -1.79321683729444757E-02 -1.71232641878735284E-02 -1.63439682299519225E-02
+ -1.55935356254867583E-02 -1.48712249221735916E-02 -1.41762987931715063E-02
+ -1.35080247267260149E-02 -1.28656756883892241E-02 -1.22485307541063144E-02
+ -1.16558757138832975E-02 -1.10870036458161417E-02 -1.05412154603431937E-02
+ -1.00178204146446851E-02 -9.51613659719086069E-03 -9.03549138249928885E-03
+ -8.57522185623450610E-03 -8.13467521087141675E-03 -7.71320911940846180E-03
+ -7.31019208136367976E-03
+                              </PP_CHI.2>
+ <PP_CHI.3 type="real" size="  1351" l="1" occupation=" 0.0000" columns="3">
+  8.49997750284575653E-08  8.63707095996539867E-08  8.77637555413161801E-08
+  8.91792694807190210E-08  9.06176137970644457E-08  9.20791567142524565E-08
+  9.35642723951481861E-08  9.50733410373698495E-08  9.66067489706209026E-08
+  9.81648887555927064E-08  9.97481592844620479E-08  1.01356965883009617E-07
+  1.02991720414385316E-07  1.04652841384547555E-07  1.06340754049402859E-07
+  1.08055890523673576E-07  1.09798689891521473E-07  1.11569598318955322E-07
+  1.13369069168052184E-07  1.15197563113019831E-07  1.17055548258132100E-07
+  1.18943500257565840E-07  1.20861902437170885E-07  1.22811245918203689E-07
+  1.24792029743057240E-07  1.26804761003018226E-07  1.28849954968084819E-07
+  1.30928135218878931E-07  1.33039833780684865E-07  1.35185591259650885E-07
+  1.37365956981187150E-07  1.39581489130595525E-07  1.41832754895967951E-07
+  1.44120330613389605E-07  1.46444801914483483E-07  1.48806763876335527E-07
+  1.51206821173836834E-07  1.53645588234483720E-07  1.56123689395674328E-07
+  1.58641759064541765E-07  1.61200441880365784E-07  1.63800392879603763E-07
+  1.66442277663582712E-07  1.69126772568897208E-07  1.71854564840554395E-07
+  1.74626352807912437E-07  1.77442846063455983E-07  1.80304765644455615E-07
+  1.83212844217556843E-07  1.86167826266346076E-07  1.89170468281942642E-07
+  1.92221538956663737E-07  1.95321819380813426E-07  1.98472103242646016E-07
+  2.01673197031553415E-07  2.04925920244531019E-07  2.08231105595972425E-07
+  2.11589599230848512E-07  2.15002260941324680E-07  2.18469964386871603E-07
+  2.21993597317926554E-07  2.25574061803160917E-07  2.29212274460416712E-07
+  2.32909166691360022E-07  2.36665684919930695E-07  2.40482790834624870E-07
+  2.44361461634698256E-07  2.48302690280326967E-07  2.52307485746817141E-07
+  2.56376873282900014E-07  2.60511894673207846E-07  2.64713608504968225E-07
+  2.68983090439014691E-07  2.73321433485153286E-07  2.77729748281985711E-07
+  2.82209163381232184E-07  2.86760825536648560E-07  2.91385899997599741E-07
+  2.96085570807369700E-07  3.00861041106280744E-07  3.05713533439703810E-07
+  3.10644290071035232E-07  3.15654573299722095E-07  3.20745665784416150E-07
+  3.25918870871340490E-07  3.31175512927952126E-07  3.36516937681985353E-07
+  3.41944512565964928E-07  3.47459627067273937E-07  3.53063693083869565E-07
+  3.58758145285734401E-07  3.64544441482158547E-07  3.70424062994945515E-07
+  3.76398515037635919E-07  3.82469327100850340E-07  3.88638053343844127E-07
+  3.94906272992379152E-07  4.01275590743012372E-07  4.07747637173905538E-07
+  4.14324069162259177E-07  4.21006570308480540E-07  4.27796851367192506E-07
+  4.34696650685193716E-07  4.41707734646482639E-07  4.48831898124458924E-07
+  4.56070964941418553E-07  4.63426788335459573E-07  4.70901251434919496E-07
+  4.78496267740462294E-07  4.86213781614943076E-07  4.94055768781172872E-07
+  5.02024236827710807E-07  5.10121225722815580E-07  5.18348808336684688E-07
+  5.26709090972117073E-07  5.35204213903735673E-07  5.43836351925905614E-07
+  5.52607714909488434E-07  5.61520548367579944E-07  5.70577134030368193E-07
+  5.79779790429265180E-07  5.89130873490460107E-07  5.98632777138044635E-07
+  6.08287933906865577E-07  6.18098815565264683E-07  6.28067933747857993E-07
+  6.38197840598524158E-07  6.48491129423762138E-07  6.58950435356587263E-07
+  6.69578436031133684E-07  6.80377852268137807E-07  6.91351448771478685E-07
+  7.02502034835950385E-07  7.13832465066451086E-07  7.25345640108772404E-07
+  7.37044507392172739E-07  7.48932061883928838E-07  7.61011346856058052E-07
+  7.73285454664404846E-07  7.85757527540292928E-07  7.98430758394947780E-07
+  8.11308391636890231E-07  8.24393724002514730E-07  8.37690105400065032E-07
+  8.51200939767219167E-07  8.64929685942506979E-07  8.78879858550784716E-07
+  8.93055028902986668E-07  9.07458825910390933E-07  9.22094937013632554E-07
+  9.36967109126694741E-07  9.52079149596131647E-07  9.67434927175757438E-07
+  9.83038373017057464E-07  9.98893481675572985E-07  1.01500431213351674E-06
+  1.03137498883888120E-06  1.04800970276130877E-06  1.06491271246498860E-06
+  1.08208834519885893E-06  1.09954099800439131E-06  1.11727513884124295E-06
+  1.13529530773106501E-06  1.15360611791975593E-06  1.17221225705845975E-06
+  1.19111848840361973E-06  1.21032965203637252E-06  1.22985066610162474E-06
+  1.24968652806710271E-06  1.26984231600271377E-06  1.29032318988053977E-06
+  1.31113439289579882E-06  1.33228125280911033E-06  1.35376918331041024E-06
+  1.37560368540486135E-06  1.39779034882111916E-06  1.42033485344230630E-06
+  1.44324297076008229E-06  1.46652056535212135E-06  1.49017359638349340E-06
+  1.51420811913216907E-06  1.53863028653922301E-06  1.56344635078394332E-06
+  1.58866266488444577E-06  1.61428568432399677E-06  1.64032196870367226E-06
+  1.66677818342157065E-06  1.69366110137920692E-06  1.72097760471532482E-06
+  1.74873468656777711E-06  1.77693945286372336E-06  1.80559912413879473E-06
+  1.83472103738550032E-06  1.86431264793154769E-06  1.89438153134835759E-06
+  1.92493538539045330E-06  1.95598203196603698E-06  1.98752941913944462E-06
+  2.01958562316578907E-06  2.05215885055853907E-06  2.08525744019031640E-06
+  2.11888986542770095E-06  2.15306473630034577E-06  2.18779080170519476E-06
+  2.22307695164612931E-06  2.25893221950986065E-06  2.29536578437839847E-06
+  2.33238697337895023E-06  2.37000526407158424E-06  2.40823028687552760E-06
+  2.44707182753449538E-06  2.48653982962183631E-06  2.52664439708606923E-06
+  2.56739579683746801E-06  2.60880446137636755E-06  2.65088099146385734E-06
+  2.69363615883555185E-06  2.73708090895912231E-06  2.78122636383630757E-06
+  2.82608382485011076E-06  2.87166477565792626E-06  2.91798088513130606E-06
+  2.96504401034316245E-06  3.01286619960312884E-06  3.06145969554189086E-06
+  3.11083693824524726E-06  3.16101056843872125E-06  3.21199343072354148E-06
+  3.26379857686479513E-06  3.31643926913263367E-06  3.36992898369734181E-06
+  3.42428141407918032E-06  3.47951047465385563E-06  3.53563030421453174E-06
+  3.59265526959128890E-06  3.65059996932894697E-06  3.70947923742422013E-06
+  3.76930814712312521E-06  3.83010201477965050E-06  3.89187640377664368E-06
+  3.95464712850994017E-06  4.01843025843674776E-06  4.08324212218931551E-06
+  4.14909931175495575E-06  4.21601868672346543E-06  4.28401737860306895E-06
+  4.35311279520595079E-06  4.42332262510452035E-06  4.49466484215954086E-06
+  4.56715771012130209E-06  4.64081978730497886E-06  4.71566993134140160E-06
+  4.79172730400444539E-06  4.86901137611626974E-06  4.94754193253166619E-06
+  5.02733907720279526E-06  5.10842323832559766E-06  5.19081517356921229E-06
+  5.27453597538972136E-06  5.35960707642960510E-06  5.44605025500425794E-06
+  5.53388764067700180E-06  5.62314171992400265E-06  5.71383534189054462E-06
+  5.80599172424015081E-06  5.89963445909800762E-06  5.99478751909026736E-06
+  6.09147526348073586E-06  6.18972244440652319E-06  6.28955421321425754E-06
+  6.39099612689849445E-06  6.49407415464395876E-06  6.59881468447326414E-06
+  6.70524453000188819E-06  6.81339093730203788E-06  6.92328159187725433E-06
+  7.03494462574944180E-06  7.14840862466024945E-06  7.26370263538852971E-06
+  7.38085617318585859E-06  7.49989922933191963E-06  7.62086227881176580E-06
+  7.74377628811687598E-06  7.86867272317202221E-06  7.99558355738996011E-06
+  8.12454127985602358E-06  8.25557890364470347E-06  8.38872997427037496E-06
+  8.52402857827424317E-06  8.66150935194981588E-06  8.80120749020912266E-06
+  8.94315875559173359E-06  9.08739948741939138E-06  9.23396661109784599E-06
+  9.38289764756918160E-06  9.53423072291603688E-06  9.68800457812128127E-06
+  9.84425857898448036E-06  1.00030327261988877E-05  1.01643676655903112E-05
+  1.03283046985217458E-05  1.04948857924651119E-05  1.06641535917441644E-05
+  1.08361514284499618E-05  1.10109233335330138E-05  1.11885140480736612E-05
+  1.13689690347348350E-05  1.15523344893988581E-05  1.17386573529925670E-05
+  1.19279853235024136E-05  1.21203668681840447E-05  1.23158512359680641E-05
+  1.25144884700665235E-05  1.27163294207820089E-05  1.29214257585239925E-05
+  1.31298299870343765E-05  1.33415954568269853E-05  1.35567763788430528E-05
+  1.37754278383277143E-05  1.39976058089293920E-05  1.42233671670274126E-05
+  1.44527697062897835E-05  1.46858721524666144E-05  1.49227341784211274E-05
+  1.51634164194040422E-05  1.54079804885732398E-05  1.56564889927646800E-05
+  1.59090055485166459E-05  1.61655947983533337E-05  1.64263224273300353E-05
+  1.66912551798460884E-05  1.69604608767279660E-05  1.72340084325887452E-05
+  1.75119678734665356E-05  1.77944103547483362E-05  1.80814081793818233E-05
+  1.83730348163819028E-05  1.86693649196345020E-05  1.89704743470047088E-05
+  1.92764401797519280E-05  1.95873407422591026E-05  1.99032556220789670E-05
+  2.02242656903047264E-05  2.05504531222678953E-05  2.08819014185711431E-05
+  2.12186954264589851E-05  2.15609213615343223E-05  2.19086668298238393E-05
+  2.22620208502004229E-05  2.26210738771658382E-05  2.29859178240020666E-05
+  2.33566460862944750E-05  2.37333535658356680E-05  2.41161366949135307E-05
+  2.45050934609916145E-05  2.49003234317871158E-05  2.53019277807532761E-05
+  2.57100093129725389E-05  2.61246724914672193E-05  2.65460234639343440E-05
+  2.69741700899114577E-05  2.74092219683804789E-05  2.78512904658165077E-05
+  2.83004887446888514E-05  2.87569317924215590E-05  2.92207364508207617E-05
+  2.96920214459764675E-05  3.01709074186464427E-05  3.06575169551298414E-05
+  3.11519746186385816E-05  3.16544069811744205E-05  3.21649426559199824E-05
+  3.26837123301518804E-05  3.32108487986843627E-05  3.37464869978522063E-05
+  3.42907640400413500E-05  3.48438192487761163E-05  3.54057941943721090E-05
+  3.59768327301637712E-05  3.65570810293160177E-05  3.71466876222290672E-05
+  3.77458034345463217E-05  3.83545818257749496E-05  3.89731786285288939E-05
+  3.96017521884043928E-05  4.02404634044984842E-05  4.08894757705802010E-05
+  4.15489554169258069E-05  4.22190711528279297E-05  4.28999945097901906E-05
+  4.35918997854179300E-05  4.42949640880161322E-05  4.50093673819065488E-05
+  4.57352925334748625E-05  4.64729253579602048E-05  4.72224546669986132E-05
+  4.79840723169328850E-05  4.87579732579009352E-05  4.95443555837151947E-05
+  5.03434205825460942E-05  5.11553727884221077E-05  5.19804200335599156E-05
+  5.28187735015377518E-05  5.36706477813258327E-05  5.45362609221873064E-05
+  5.54158344894640858E-05  5.63095936212615409E-05  5.72177670860466171E-05
+  5.81405873411742406E-05  5.90782905923565733E-05  6.00311168540906687E-05
+  6.09993100110599307E-05  6.19831178805247649E-05  6.29827922757184749E-05
+  6.39985890702649717E-05  6.50307682636339904E-05  6.60795940476510923E-05
+  6.71453348740793483E-05  6.82282635232899388E-05  6.93286571740387635E-05
+  7.04467974743675846E-05  7.15829706136473913E-05  7.27374673957822119E-05
+  7.39105833135924445E-05  7.51026186243963653E-05  7.63138784268094407E-05
+  7.75446727387804423E-05  7.87953165768849259E-05  8.00661300368960753E-05
+  8.13574383756531069E-05  8.26695720942485519E-05  8.40028670225555435E-05
+  8.53576644051166065E-05  8.67343109884157918E-05  8.81331591095565353E-05
+  8.95545667863677615E-05  9.09988978089611259E-05  9.24665218327630278E-05
+  9.39578144730446535E-05  9.54731574009746721E-05  9.70129384412185455E-05
+  9.85775516711099052E-05  1.00167397521418416E-04  1.01782882878740909E-04
+  1.03424421189540972E-04  1.05092432565863380E-04  1.06787343892751860E-04
+  1.08509588937395502E-04  1.10259608460032863E-04  1.12037850326641617E-04
+  1.13844769623442805E-04  1.15680828773248194E-04  1.17546497653680583E-04
+  1.19442253717298079E-04  1.21368582113651289E-04  1.23325975813305921E-04
+  1.25314935733861720E-04  1.27335970867999371E-04  1.29389598413589342E-04
+  1.31476343905893969E-04  1.33596741351898205E-04  1.35751333366801810E-04
+  1.37940671312708978E-04  1.40165315439548868E-04  1.42425835028265154E-04
+  1.44722808536308666E-04  1.47056823745472288E-04  1.49428477912104049E-04
+  1.51838377919737285E-04  1.54287140434177086E-04  1.56775392061081465E-04
+  1.59303769506077933E-04  1.61872919737456007E-04  1.64483500151476865E-04
+  1.67136178740342806E-04  1.69831634262868362E-04  1.72570556417896902E-04
+  1.75353646020506241E-04  1.78181615181048864E-04  1.81055187487070770E-04
+  1.83975098188157162E-04  1.86942094383750273E-04  1.89956935213986895E-04
+  1.93020392053605447E-04  1.96133248708970872E-04  1.99296301618266994E-04
+  2.02510360054907612E-04  2.05776246334217608E-04  2.09094796023437488E-04
+  2.12466858155103342E-04  2.15893295443857002E-04  2.19374984506741068E-04
+  2.22912816087034263E-04  2.26507695281684879E-04  2.30160541772398352E-04
+  2.33872290060439439E-04  2.37643889705206997E-04  2.41476305566641451E-04
+  2.45370518051528776E-04  2.49327523363759591E-04  2.53348333758609753E-04
+  2.57433977801105058E-04  2.61585500628536778E-04  2.65803964217193450E-04
+  2.70090447653377811E-04  2.74446047408773651E-04  2.78871877620236826E-04
+  2.83369070374077717E-04  2.87938775994909558E-04  2.92582163339132149E-04
+  2.97300420093129245E-04  3.02094753076252059E-04  3.06966388548665506E-04
+  3.11916572524136308E-04  3.16946571087840616E-04  3.22057670719270105E-04
+  3.27251178620322392E-04  3.32528423048654388E-04  3.37890753656384620E-04
+  3.43339541834228920E-04  3.48876181061155135E-04  3.54502087259646911E-04
+  3.60218699156666141E-04  3.66027478650402785E-04  3.71929911182905667E-04
+  3.77927506118688153E-04  3.84021797129404871E-04  3.90214342584691519E-04
+  3.96506725949273867E-04  4.02900556186435701E-04  4.09397468167956751E-04
+  4.15999123090620717E-04  4.22707208899393745E-04  4.29523440717383446E-04
+  4.36449561282686827E-04  4.43487341392231980E-04  4.50638580352730341E-04
+  4.57905106438850180E-04  4.65288777358724979E-04  4.72791480726914622E-04
+  4.80415134544939196E-04  4.88161687689502163E-04  4.96033120408526898E-04
+  5.04031444825130126E-04  5.12158705449658079E-04  5.20416979699919280E-04
+  5.28808378429735325E-04  5.37335046465944269E-04  5.45999163153992515E-04
+  5.54802942912249438E-04  5.63748635795182653E-04  5.72838528065537146E-04
+  5.82074942775656938E-04  5.91460240358098366E-04  6.00996819225676571E-04
+  6.10687116381100235E-04  6.20533608036342131E-04  6.30538810241898138E-04
+  6.40705279526093013E-04  6.51035613544601413E-04  6.61532451740330847E-04
+  6.72198476013835815E-04  6.83036411404428249E-04  6.94049026782156755E-04
+  7.05239135550819133E-04  7.16609596362190854E-04  7.28163313841637887E-04
+  7.39903239325299467E-04  7.51832371609020811E-04  7.63953757709217576E-04
+  7.76270493635867662E-04  7.88785725177806331E-04  8.01502648700532145E-04
+  8.14424511956724851E-04  8.27554614909663104E-04  8.40896310569743907E-04
+  8.54453005844315076E-04  8.68228162401025647E-04  8.82225297544916159E-04
+  8.96447985109440938E-04  9.10899856361671091E-04  9.25584600921876732E-04
+  9.40505967697726972E-04  9.55667765833325355E-04  9.71073865673323963E-04
+  9.86728199742339506E-04  1.00263476373991015E-03  1.01879761755126631E-03
+  1.03522088627412993E-03  1.05190876126179801E-03  1.06886550118276804E-03
+  1.08609543309715951E-03  1.10360295355019906E-03  1.12139252968302587E-03
+  1.13946870036109923E-03  1.15783607732046923E-03  1.17649934633218874E-03
+  1.19546326838516404E-03  1.21473268088771063E-03  1.23431249888810248E-03
+  1.25420771631441644E-03  1.27442340723399523E-03  1.29496472713280732E-03
+  1.31583691421500288E-03  1.33704529072299085E-03  1.35859526427834897E-03
+  1.38049232924389287E-03  1.40274206810722473E-03  1.42535015288609477E-03
+  1.44832234655591281E-03  1.47166450449974983E-03  1.49538257598117071E-03
+  1.51948260564025296E-03  1.54397073501313996E-03  1.56885320407547011E-03
+  1.59413635281011935E-03  1.61982662279957969E-03  1.64593055884333346E-03
+  1.67245481060063249E-03  1.69940613425904863E-03  1.72679139422921035E-03
+  1.75461756486610960E-03  1.78289173221738177E-03  1.81162109579898704E-03
+  1.84081297039868030E-03  1.87047478790771543E-03  1.90061409918119767E-03
+  1.93123857592751970E-03  1.96235601262727526E-03  1.99397432848220707E-03
+  2.02610156939459635E-03  2.05874590997749034E-03  2.09191565559628838E-03
+  2.12561924444213410E-03  2.15986524963760265E-03  2.19466238137516626E-03
+  2.23001948908891495E-03  2.26594556366005798E-03  2.30244973965667557E-03
+  2.33954129760825498E-03  2.37722966631552339E-03  2.41552442519608890E-03
+  2.45443530666636682E-03  2.49397219856047504E-03  2.53414514658660507E-03
+  2.57496435682132412E-03  2.61644019824243835E-03  2.65858320530094764E-03
+  2.70140408053271257E-03  2.74491369721037524E-03  2.78912310203615005E-03
+  2.83404351787606675E-03  2.87968634653628036E-03  2.92606317158205674E-03
+  2.97318576120005236E-03  3.02106607110451788E-03  3.06971624748796253E-03
+  3.11914863001710356E-03  3.16937575487478062E-03  3.22041035784830388E-03
+  3.27226537746498364E-03  3.32495395817551101E-03  3.37848945358590553E-03
+  3.43288542973867747E-03  3.48815566844394576E-03  3.54431417066119678E-03
+  3.60137515993241538E-03  3.65935308586731690E-03  3.71826262768138165E-03
+  3.77811869778748406E-03  3.83893644544171242E-03  3.90073126044429910E-03
+  3.96351877689665472E-03  4.02731487701488231E-03  4.09213569500069697E-03
+  4.15799762097055544E-03  4.22491730494377500E-03  4.29291166089050807E-03
+  4.36199787084033067E-03  4.43219338905232168E-03  4.50351594624743765E-03
+  4.57598355390405158E-03  4.64961450861749864E-03  4.72442739652448492E-03
+  4.80044109779311640E-03  4.87767479117944425E-03  4.95614795865201990E-03
+  5.03588039008463773E-03  5.11689218801835138E-03  5.19920377249370649E-03
+  5.28283588595413606E-03  5.36780959822143536E-03  5.45414631154423051E-03
+  5.54186776572044692E-03  5.63099604329465788E-03  5.72155357483133259E-03
+  5.81356314426492975E-03  5.90704789432780139E-03  6.00203133205677586E-03
+  6.09853733437922332E-03  6.19659015378074430E-03  6.29621442405440927E-03
+  6.39743516613266051E-03  6.50027779400309553E-03  6.60476812070906819E-03
+  6.71093236443624699E-03  6.81879715468598248E-03  6.92838953853676907E-03
+  7.03973698699465224E-03  7.15286740143374240E-03  7.26780912012784438E-03
+  7.38459092487428470E-03  7.50324204771084854E-03  7.62379217772647839E-03
+  7.74627146796853620E-03  7.87071054244639114E-03  7.99714050323230979E-03
+  8.12559293766097063E-03  8.25609992562872409E-03  8.38869404699370790E-03
+  8.52340838907783213E-03  8.66027655427181221E-03  8.79933266774424877E-03
+  8.94061138525593414E-03  9.08414790108039161E-03  9.22997795603180439E-03
+  9.37813784560122439E-03  9.52866442820130173E-03  9.68159513352320755E-03
+  9.83696797100533024E-03  9.99482153841418572E-03  1.01551950305390683E-02
+  1.03181282480016359E-02  1.04836616061813482E-02  1.06518361442579056E-02
+  1.08226935343716784E-02  1.09962760909030951E-02  1.11726267798721319E-02
+  1.13517892284587824E-02  1.15338077346455615E-02  1.17187272769828533E-02
+  1.19065935244767364E-02  1.20974528466034330E-02  1.22913523234505963E-02
+  1.24883397559841184E-02  1.26884636764425639E-02  1.28917733588600567E-02
+  1.30983188297185051E-02  1.33081508787298939E-02  1.35213210697495371E-02
+  1.37378817518210294E-02  1.39578860703535555E-02  1.41813879784323908E-02
+  1.44084422482631345E-02  1.46391044827503657E-02  1.48734311272091368E-02
+  1.51114794812137777E-02  1.53533077105853233E-02  1.55989748595136389E-02
+  1.58485408628164515E-02  1.61020665583357543E-02  1.63596136994720379E-02
+  1.66212449678565417E-02  1.68870239861617540E-02  1.71570153310504972E-02
+  1.74312845462634113E-02  1.77098981558452689E-02  1.79929236775097923E-02
+  1.82804296361430661E-02  1.85724855774426767E-02  1.88691620816956451E-02
+  1.91705307776997985E-02  1.94766643568195230E-02  1.97876365871782547E-02
+  2.01035223279873547E-02  2.04243975440110137E-02  2.07503393201661744E-02
+  2.10814258762568457E-02  2.14177365818417065E-02  2.17593519712341379E-02
+  2.21063537586333701E-02  2.24588248533855832E-02  2.28168493753734755E-02
+  2.31805126705299236E-02  2.35499013264750257E-02  2.39251031882871286E-02
+  2.43062073743910145E-02  2.46933042925647009E-02  2.50864856560635771E-02
+  2.54858444998596889E-02  2.58914751969934534E-02  2.63034734750352168E-02
+  2.67219364326538034E-02  2.71469625562888763E-02  2.75786517369240522E-02
+  2.80171052869572362E-02  2.84624259571645520E-02  2.89147179537509631E-02
+  2.93740869554806397E-02  2.98406401309053958E-02  3.03144861556649513E-02
+  3.07957352298571067E-02  3.12844990954748436E-02  3.17808910539058298E-02
+  3.22850259834882511E-02  3.27970203571175678E-02  3.33169922598979956E-02
+  3.38450614068324870E-02  3.43813491605445068E-02  3.49259785490248498E-02
+  3.54790742833959588E-02  3.60407627756836810E-02  3.66111721565791845E-02
+  3.71904322932186324E-02  3.77786748069450229E-02  3.83760330910405748E-02
+  3.89826423284263535E-02  3.95986395093193694E-02  4.02241634488366834E-02
+  4.08593548045365074E-02  4.15043560938849684E-02  4.21593117116371915E-02
+  4.28243679471209948E-02  4.34996730014108601E-02  4.41853770043792102E-02
+  4.48816320316095252E-02  4.55885921211406017E-02  4.63064132900763772E-02
+  4.70352535510209432E-02  4.77752729283076327E-02  4.85266334740182687E-02
+  4.92894992837759130E-02  5.00640365122941092E-02  5.08504133886649862E-02
+  5.16488002313681971E-02  5.24593694629808191E-02  5.32822956245701737E-02
+  5.41177553897479596E-02  5.49659275783656864E-02  5.58269931698274213E-02
+  5.67011353159728587E-02  5.75885393535649978E-02  5.84893928163477614E-02
+  5.94038854466079624E-02  6.03322092062373236E-02  6.12745582872685005E-02
+  6.22311291218586582E-02  6.32021203916927204E-02  6.41877330367775778E-02
+  6.51881702635979943E-02  6.62036375526037085E-02  6.72343426649966436E-02
+  6.82804956487862713E-02  6.93423088440784513E-02  7.04199968875317689E-02
+  7.15137767160033827E-02  7.26238675693721414E-02  7.37504909924209112E-02
+  7.48938708357714394E-02  7.60542332558355599E-02  7.72318067137430925E-02
+  7.84268219732045108E-02  7.96395120972672593E-02  8.08701124439219904E-02
+  8.21188606605147697E-02  8.33859966769198019E-02  8.46717626974264059E-02
+  8.59764031912920307E-02  8.73001648818763631E-02  8.86432967343478012E-02
+  9.00060499419953197E-02  9.13886779109571723E-02  9.27914362433551743E-02
+  9.42145827187865909E-02  9.56583772741183558E-02  9.71230819815271512E-02
+  9.86089610247272846E-02  1.00116280673327465E-01  1.01645309255256791E-01
+  1.03196317127198747E-01  1.04769576642970319E-01  1.06365362119783993E-01
+  1.07983949802291881E-01  1.09625617824356036E-01  1.11290646168639693E-01
+  1.12979316623759429E-01  1.14691912738972446E-01  1.16428719776344253E-01
+  1.18190024660327048E-01  1.19976115924677190E-01  1.21787283656639878E-01
+  1.23623819438328633E-01  1.25486016285224738E-01  1.27374168581724623E-01
+  1.29288572013658565E-01  1.31229523497706113E-01  1.33197321107604960E-01
+  1.35192263997045342E-01  1.37214652319402247E-01  1.39264787144008390E-01
+  1.41342970368913246E-01  1.43449504630080965E-01  1.45584693206951055E-01
+  1.47748839924284697E-01  1.49942249050221244E-01  1.52165225190469655E-01
+  1.54418073178560461E-01  1.56701097962083147E-01  1.59014604484838007E-01
+  1.61358897564828768E-01  1.63734281768011053E-01  1.66141061277672947E-01
+  1.68579539759611402E-01  1.71050020222854426E-01  1.73552804875849398E-01
+  1.76088194978098578E-01  1.78656490687186781E-01  1.81257990901144472E-01
+  1.83892993096097052E-01  1.86561793159151307E-01  1.89264685216476464E-01
+  1.92001961456539166E-01  1.94773911948459472E-01  1.97580824455455911E-01
+  2.00422984243351893E-01  2.03300673884103139E-01  2.06214173054442285E-01
+  2.09163758329543897E-01  2.12149702971686754E-01  2.15172276713952448E-01
+  2.18231745538981059E-01  2.21328371452805372E-01  2.24462412253800314E-01
+  2.27634121296789699E-01  2.30843747252363840E-01  2.34091533861473772E-01
+  2.37377719685375493E-01  2.40702537851013976E-01  2.44066215791950453E-01
+  2.47468974985050716E-01  2.50911030682913816E-01  2.54392591642110588E-01
+  2.57913859847557048E-01  2.61475030233143557E-01  2.65076290398805925E-01
+  2.68717820324247791E-01  2.72399792079537462E-01  2.76122369532826206E-01
+  2.79885708055450821E-01  2.83689954224706886E-01  2.87535245524598415E-01
+  2.91421710044894477E-01  2.95349466178851661E-01  2.99318622320328132E-01
+  3.03329276560248495E-01  3.07381516382346731E-01  3.11475418359541067E-01
+  3.15611047851136139E-01  3.19788458701332212E-01  3.24007692939580372E-01
+  3.28268780483347566E-01  3.32571738843893960E-01  3.36916572835683492E-01
+  3.41303274290095382E-01  3.45731821774123482E-01  3.50202180314791278E-01
+  3.54714301130043319E-01  3.59268121367595450E-01  3.63863563852116323E-01
+  3.68500536839514781E-01  3.73178933781900590E-01  3.77898633103463888E-01
+  3.82659497988097286E-01  3.87461376179755679E-01  3.92304099796584926E-01
+  3.97187485159884446E-01  4.02111332638998675E-01  4.07075426513268335E-01
+  4.12079534852195672E-01  4.17123409415014967E-01  4.22206785570880760E-01
+  4.27329382241929845E-01  4.32490901870850042E-01  4.37691030408528969E-01
+  4.42929437328897946E-01  4.48205775671322693E-01  4.53519682111343247E-01
+  4.58870777061107349E-01  4.64258664800826559E-01  4.69682933642594336E-01
+  4.75143156127893207E-01  4.80638889260104951E-01  4.86169674773316740E-01
+  4.91735039438691846E-01  4.97334495409633981E-01  5.02967540608120767E-01
+  5.08633659155759310E-01  5.14332321839136242E-01  5.20062986620015821E-01
+  5.25825099191150280E-01  5.31618093577006179E-01  5.37441392780120375E-01
+  5.43294409473664364E-01  5.49176546740678617E-01  5.55087198860244158E-01
+  5.61025752140747236E-01  5.66991585800133202E-01  5.72984072892916085E-01
+  5.79002581283402096E-01  5.85046474665521954E-01  5.91115113633457923E-01
+  5.97207856784312541E-01  6.03324061862387850E-01  6.09463086946509636E-01
+  6.15624291674550905E-01  6.21807038502466769E-01  6.28010693994653812E-01
+  6.34234630142094469E-01  6.40478225704198434E-01  6.46740867569824740E-01
+  6.53021952132371242E-01  6.59320886673341988E-01  6.65637090748143034E-01
+  6.71969997568068522E-01  6.78319055377980207E-01  6.84683728802413905E-01
+  6.91063500159284194E-01  6.97457870741102104E-01  7.03866362047746552E-01
+  7.10288516959752259E-01  7.16723900840561590E-01  7.23172102555374563E-01
+  7.29632735393619836E-01  7.36105437881286573E-01  7.42589874468777666E-01
+  7.49085736079232900E-01  7.55592740501779492E-01  7.62110632613811623E-01
+  7.68639184420133792E-01  7.75178194880194904E-01  7.81727489509000728E-01
+  7.88286919745164516E-01  7.94856362063528832E-01  8.01435716815443566E-01
+  8.08024906780742125E-01  8.14623875416241150E-01  8.21232584786903752E-01
+  8.27851013167326677E-01  8.34479152303352234E-01  8.41117004326075390E-01
+  8.47764578313770500E-01  8.54421886500890793E-01  8.61088940133806546E-01
+  8.67765744984232423E-01  8.74452296547431507E-01  8.81148574938317219E-01
+  8.87854539518973085E-01  8.94570123300067244E-01  9.01295227170114788E-01
+  9.08029714019895851E-01  9.14773402844854311E-01  9.21526062925808853E-01
+  9.28287408208481546E-01  9.35057092025024184E-01  9.41834702326713513E-01
+  9.48619757625991045E-01  9.55411703871553719E-01  9.62209912535524348E-01
+  9.69013680249690035E-01  9.75822230324574380E-01  9.82634716490942695E-01
+  9.89450229675245985E-01  9.96267807049339704E-01  1.00308644868195684E+00
+  1.00990512478060923E+00  1.01672277241590647E+00  1.02353829532220075E+00
+  1.03035056281453707E+00  1.03715840898053369E+00  1.04396063182925669E+00
+  1.05075599248420071E+00  1.05754321440237864E+00  1.06432098262830577E+00
+  1.07108794308204480E+00  1.07784270188378195E+00  1.08458382471682468E+00
+  1.09130983623045008E+00  1.09801921948372039E+00  1.10471041543119020E+00
+  1.11138182245109873E+00  1.11803179591649249E+00  1.12465864780940827E+00
+  1.13126064637813473E+00  1.13783601583730443E+00  1.14438293611073405E+00
+  1.15089954261754013E+00  1.15738392609806207E+00  1.16383413248007739E+00
+  1.17024816278510801E+00  1.17662397307358879E+00  1.18295947442805183E+00
+  1.18925253297334121E+00  1.19550096993298594E+00  1.20170256172075463E+00
+  1.20785504006653399E+00  1.21395609217561740E+00  1.22000336092060913E+00
+  1.22599444506511146E+00  1.23192689951903755E+00  1.23779823562825131E+00
+  1.24360592148824312E+00  1.24934738228605324E+00  1.25502000067301434E+00
+  1.26062111716575931E+00  1.26614803057514003E+00  1.27159799846271016E+00
+  1.27696823762456169E+00  1.28225592460228466E+00  1.28745819622094970E+00
+  1.29257215015398708E+00  1.29759484551497462E+00  1.30252330347629641E+00
+  1.30735450791521401E+00  1.31208540609293256E+00  1.31671290935359164E+00
+  1.32123389384654777E+00  1.32564520128085528E+00  1.32994363970763141E+00
+  1.33412598433046514E+00  1.33818897834411588E+00  1.34212933380183719E+00
+  1.34594373251160748E+00  1.34962882696163633E+00  1.35318124127546158E+00
+  1.35659757219702293E+00  1.35987439010606037E+00  1.36300824006445431E+00
+  1.36599564289997688E+00  1.36883309631612837E+00  1.37151707602533479E+00
+  1.37404403692113952E+00  1.37641041428342237E+00  1.37861262501662241E+00
+  1.38064706892131928E+00  1.38251012999955125E+00  1.38419817779420740E+00
+  1.38570756876285084E+00  1.38703464768628981E+00  1.38817574911221353E+00
+  1.38912719883419200E+00  1.38988531540638105E+00  1.39044641169923500E+00
+  1.39080679648959182E+00  1.39096277607522967E+00  1.39091065593329555E+00
+  1.39064674241638597E+00  1.39016734448500578E+00  1.38946877547843584E+00
+  1.38854735491702397E+00  1.38739941036019809E+00  1.38602127924036522E+00
+  1.38440931092030661E+00  1.38255986826024202E+00  1.38046933053488563E+00
+  1.37813409384357333E+00  1.37555057311790030E+00  1.37271522322147077E+00
+  1.36962441593174633E+00  1.36627505471768762E+00  1.36266194327847168E+00
+  1.35878825215174581E+00  1.35462628468981339E+00  1.35025752227173168E+00
+  1.34539589250289571E+00  1.34093023998308514E+00  1.33422850583594643E+00
+  1.33230427478961833E+00  1.31941010467851516E+00  1.31782158922953418E+00
+  1.36224338013864243E+00  1.44390592353806468E-01 -5.98442797471999965E-02
+  2.21105638624638431E-02 -7.49370895166879755E-03  2.38572710560937522E-03
+ -7.21484334229111610E-04  2.08142147413004384E-04 -5.72154186217645793E-05
+  1.48739171708150238E-05 -3.59029926229192041E-06  7.70014817484002039E-07
+ -1.28154672523264847E-07  5.21386050533124334E-09  8.78337564870963937E-09
+ -5.59744943202383477E-09  2.45505365996662852E-09 -9.22098114782299845E-10
+  3.15972952455913203E-10 -1.01449434286840509E-10  3.09048866817743593E-11
+ -8.97859611487396747E-12  2.48679107574841747E-12 -6.52446253898199373E-13
+  1.59551154205001870E-13 -3.50011680680967140E-14  6.16392490976494004E-15
+ -4.41333163387425661E-16 -3.09419409828964666E-16  2.21141305060119772E-16
+ -1.00382996310078827E-16  3.83777032044826186E-17 -1.33037697471271895E-17
+  4.30892455207344235E-18 -1.32241237873581020E-18  3.86895397650322799E-19
+ -1.07954967808168922E-19  2.85753355184559964E-20 -7.07376643271790438E-21
+  1.58385095806243288E-21 -2.92473119312018228E-22  2.81388614018018031E-23
+  1.03874170045062830E-23 -8.66297468623317202E-24  4.08957081117276715E-24
+ -1.59385567072838564E-24  5.59299892390758643E-25 -1.82795699355031659E-25
+  5.65252154703775052E-26 -1.66540183205958268E-26  4.68097593297568001E-27
+ -1.24967183252223835E-27  3.12936333749877444E-28 -7.13857103263715717E-29
+  1.37265527679458209E-29 -1.59625610430054122E-30 -3.22240748983941751E-31
+  3.35951519873088814E-31 -1.65937904184051570E-31  6.60424764698989823E-32
+ -2.34763405445257304E-32  7.74509413908738560E-33 -2.41350410487930056E-33
+  7.16122486324741869E-34 -2.02736628307632188E-34  5.45740257619991221E-35
+ -1.38159071370293655E-35  3.20592529817179705E-36 -6.38436054049621504E-37
+  8.49147603922606229E-38  8.56323111436765264E-39 -1.28692818258422444E-38
+  6.70290941748678200E-39 -2.72979150398346539E-39  9.83781711006434562E-40
+ -3.27744301141889611E-40  1.02938561596109822E-40 -3.07609462038016572E-41
+  8.77081696313793037E-42 -2.38004726450748460E-42  6.08802781489168851E-43
+ -1.43513074355258738E-43  2.94700495624202620E-44 -4.33659282906217113E-45
+ -1.43600733829485654E-46  4.85505129640641589E-46 -2.69394942453567273E-46
+  1.12534175665596744E-46 -4.11540834070540880E-47  1.38507567188312595E-47
+ -4.38555845576541185E-48  1.31994660188680743E-48 -3.79025453988818768E-49
+  1.03661190110328341E-49 -2.67791341181205661E-50  6.40549999076180075E-51
+ -1.35156036937960495E-51  2.15302742674163312E-52 -3.33147008460022248E-54
+ -1.79602677325325602E-53  1.07653722195981160E-53 -4.62586449970945470E-54
+  1.71842956209118060E-54 -5.84550271211934760E-55  1.86629245729767352E-55
+ -5.65791478235727673E-56  1.63615439746537375E-56 -4.50917169312849899E-57
+  1.17593183881800484E-57 -2.85132555967623798E-58  6.16398730415758738E-59
+ -1.04699072056811087E-59  5.44785323820325408E-61  6.47221277122949331E-61
+ -4.27382855792493585E-61  1.89559120516693491E-61 -7.16158054189907354E-62
+  2.46353120553668219E-62 -7.93290701595246665E-63  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00
+                              </PP_CHI.3>
+                             </PP_PSWFC> 
+<PP_FULL_WFC number_of_wfc=" 3">
+ <PP_AEWFC.1 type="real" size="  1351" l="0" columns="3">
+  2.78060625339582876E-03  2.80291979182443335E-03  2.82541222355964195E-03
+  2.84808498015401207E-03  2.87093950457251949E-03  2.89397725128284419E-03
+  2.91719968634635528E-03  2.94060828750979282E-03  2.96420454429769222E-03
+  2.98798995810549200E-03  3.01196604229339669E-03  3.03613432228094868E-03
+  3.06049633564234314E-03  3.08505363220248864E-03  3.10980777413380179E-03
+  3.13476033605376370E-03  3.15991290512323110E-03  3.18526708114550685E-03
+  3.21082447666618843E-03  3.23658671707377455E-03  3.26255544070107447E-03
+  3.28873229892738669E-03  3.31511895628146995E-03  3.34171709054532267E-03
+  3.36852839285876025E-03  3.39555456782480048E-03  3.42279733361586236E-03
+  3.45025842208080205E-03  3.47793957885275586E-03  3.50584256345782804E-03
+  3.53396914942462814E-03  3.56232112439463199E-03  3.59090029023341820E-03
+  3.61970846314274997E-03  3.64874747377352945E-03  3.67801916733961724E-03
+  3.70752540373253713E-03  3.73726805763706241E-03  3.76724901864769479E-03
+  3.79747019138603923E-03  3.82793349561908391E-03  3.85864086637839263E-03
+  3.88959425408021272E-03  3.92079562464651629E-03  3.95224695962695036E-03
+  3.98395025632175461E-03  4.01590752790560723E-03  4.04812080355242219E-03
+  4.08059212856110888E-03  4.11332356448229804E-03  4.14631718924604771E-03
+  4.17957509729050859E-03  4.21309939969159979E-03  4.24689222429366908E-03
+  4.28095571584114626E-03  4.31529203611122694E-03  4.34990336404754516E-03
+  4.38479189589490066E-03  4.41995984533498625E-03  4.45540944362317424E-03
+  4.49114293972634627E-03  4.52716260046175795E-03  4.56347071063701714E-03
+  4.60006957319103547E-03  4.63696150933618021E-03  4.67414885870137860E-03
+  4.71163397947645113E-03  4.74941924855740681E-03  4.78750706169297179E-03
+  4.82589983363212148E-03  4.86459999827285224E-03  4.90361000881195472E-03
+  4.94293233789606500E-03  4.98256947777372429E-03  5.02252394044873807E-03
+  5.06279825783456303E-03  5.10339498190996808E-03  5.14431668487582046E-03
+  5.18556595931309386E-03  5.22714541834205099E-03  5.26905769578263957E-03
+  5.31130544631610961E-03  5.35389134564785013E-03  5.39681809067145326E-03
+  5.44008839963402730E-03  5.48370501230275535E-03  5.52767069013270201E-03
+  5.57198821643591774E-03  5.61666039655177741E-03  5.66169005801864245E-03
+  5.70708005074678330E-03  5.75283324719263415E-03  5.79895254253434602E-03
+  5.84544085484864709E-03  5.89230112528906814E-03  5.93953631826547087E-03
+  5.98714942162495260E-03  6.03514344683408945E-03  6.08352142916257499E-03
+  6.13228642786818687E-03  6.18144152638319070E-03  6.23098983250211947E-03
+  6.28093447857095040E-03  6.33127862167770592E-03  6.38202544384448671E-03
+  6.43317815222092890E-03  6.48473997927910377E-03  6.53671418300988665E-03
+  6.58910404712077444E-03  6.64191288123517753E-03  6.69514402109322188E-03
+  6.74880082875400043E-03  6.80288669279937707E-03  6.85740502853927295E-03
+  6.91235927821849151E-03  6.96775291122506395E-03  7.02358942430016380E-03
+  7.07987234174956275E-03  7.13660521565665125E-03  7.19379162609703506E-03
+  7.25143518135473297E-03  7.30953951813995487E-03  7.36810830180850262E-03
+  7.42714522658276689E-03  7.48665401577440145E-03  7.54663842200857960E-03
+  7.60710222744994183E-03  7.66804924403018465E-03  7.72948331367734505E-03
+  7.79140830854673991E-03  7.85382813125362796E-03  7.91674671510756052E-03
+  7.98016802434845483E-03  8.04409605438440728E-03  8.10853483203121533E-03
+  8.17348841575368801E-03  8.23896089590869969E-03  8.30495639499000127E-03
+  8.37147906787486483E-03  8.43853310207245792E-03  8.50612271797410169E-03
+  8.57425216910527588E-03  8.64292574237950605E-03  8.71214775835407046E-03
+  8.78192257148756143E-03  8.85225457039932363E-03  8.92314817813077456E-03
+  8.99460785240858290E-03  9.06663808590978289E-03  9.13924340652879676E-03
+  9.21242837764634469E-03  9.28619759840035829E-03  9.36055570395878840E-03
+  9.43550736579440094E-03  9.51105729196153292E-03  9.58721022737484170E-03
+  9.66397095409004224E-03  9.74134429158667568E-03  9.81933509705288157E-03
+  9.89794826567220488E-03  9.97718873091245698E-03  1.00570614648166287E-02
+  1.01375714782958939E-02  1.02187238214246669E-02  1.03005235837377706E-02
+  1.03829758945297272E-02  1.04660859231561505E-02  1.05498588793372806E-02
+  1.06343000134636635E-02  1.07194146169039880E-02  1.08052080223150944E-02
+  1.08916856039541834E-02  1.09788527779931949E-02  1.10667150028354033E-02
+  1.11552777794342601E-02  1.12445466516144493E-02  1.13345272063951775E-02
+  1.14252250743157972E-02  1.15166459297635429E-02  1.16087954913038013E-02
+  1.17016795220123808E-02  1.17953038298104270E-02  1.18896742678013083E-02
+  1.19847967346101928E-02  1.20806771747256295E-02  1.21773215788438492E-02
+  1.22747359842150707E-02  1.23729264749925828E-02  1.24718991825838368E-02
+  1.25716602860043297E-02  1.26722160122335788E-02  1.27735726365738479E-02
+  1.28757364830110084E-02  1.29787139245782120E-02  1.30825113837216966E-02
+  1.31871353326694259E-02  1.32925922938018984E-02  1.33988888400258035E-02
+  1.35060315951498876E-02  1.36140272342637064E-02  1.37228824841185600E-02
+  1.38326041235114026E-02  1.39431989836709281E-02  1.40546739486466527E-02
+  1.41670359557002044E-02  1.42802919956996344E-02  1.43944491135159884E-02
+  1.45095144084228817E-02  1.46254950344983994E-02  1.47423982010299656E-02
+  1.48602311729216594E-02  1.49790012711043842E-02  1.50987158729487033E-02
+  1.52193824126803830E-02  1.53410083817986705E-02  1.54636013294973552E-02
+  1.55871688630885678E-02  1.57117186484293514E-02  1.58372584103510204E-02
+  1.59637959330913362E-02  1.60913390607294628E-02  1.62198956976237658E-02
+  1.63494738088524535E-02  1.64800814206570341E-02  1.66117266208886602E-02
+  1.67444175594573426E-02  1.68781624487840363E-02  1.70129695642556242E-02
+  1.71488472446827793E-02  1.72858038927608121E-02  1.74238479755333964E-02
+  1.75629880248592170E-02  1.77032326378816322E-02  1.78445904775012300E-02
+  1.79870702728514333E-02  1.81306808197770133E-02  1.82754309813156525E-02
+  1.84213296881824799E-02  1.85683859392576610E-02  1.87166088020769630E-02
+  1.88660074133254127E-02  1.90165909793339714E-02  1.91683687765792574E-02
+  1.93213501521863583E-02  1.94755445244347188E-02  1.96309613832671113E-02
+  1.97876102908016958E-02  1.99455008818472009E-02  2.01046428644212211E-02
+  2.02650460202715814E-02  2.04267202054009521E-02  2.05896753505944753E-02
+  2.07539214619506425E-02  2.09194686214152596E-02  2.10863269873186043E-02
+  2.12545067949158062E-02  2.14240183569303078E-02  2.15948720641006009E-02
+  2.17670783857301132E-02  2.19406478702403353E-02  2.21155911457270801E-02
+  2.22919189205200777E-02  2.24696419837456945E-02  2.26487712058929154E-02
+  2.28293175393825647E-02  2.30112920191397514E-02  2.31947057631695860E-02
+  2.33795699731361092E-02  2.35658959349445175E-02  2.37536950193266219E-02
+  2.39429786824295401E-02  2.41337584664077440E-02  2.43260460000182845E-02
+  2.45198529992193340E-02  2.47151912677719895E-02  2.49120726978454034E-02
+  2.51105092706250844E-02  2.53105130569246245E-02  2.55120962178005499E-02
+  2.57152710051706396E-02  2.59200497624353272E-02  2.61264449251025661E-02
+  2.63344690214158857E-02  2.65441346729857336E-02  2.67554545954241246E-02
+  2.69684415989825607E-02  2.71831085891932403E-02  2.73994685675135810E-02
+  2.76175346319738890E-02  2.78373199778284668E-02  2.80588378982099262E-02
+  2.82821017847865591E-02  2.85071251284235126E-02  2.87339215198464636E-02
+  2.89625046503093307E-02  2.91928883122644298E-02  2.94250864000367117E-02
+  2.96591129105003536E-02  2.98949819437594466E-02  3.01327077038310229E-02
+  3.03723044993321478E-02  3.06137867441693516E-02  3.08571689582320917E-02
+  3.11024657680885053E-02  3.13496919076853009E-02  3.15988622190497559E-02
+  3.18499916529958321E-02  3.21030952698325572E-02  3.23581882400762952E-02
+  3.26152858451652997E-02  3.28744034781781949E-02  3.31355566445547187E-02
+  3.33987609628202536E-02  3.36640321653125379E-02  3.39313860989124694E-02
+  3.42008387257765958E-02  3.44724061240739219E-02  3.47461044887244358E-02
+  3.50219501321416132E-02  3.52999594849768700E-02  3.55801490968678524E-02
+  3.58625356371885806E-02  3.61471358958034422E-02  3.64339667838229214E-02
+  3.67230453343632413E-02  3.70143887033075741E-02  3.73080141700711312E-02
+  3.76039391383678132E-02  3.79021811369806214E-02  3.82027578205335547E-02
+  3.85056869702673291E-02  3.88109864948163533E-02  3.91186744309894585E-02
+  3.94287689445519465E-02  3.97412883310113152E-02  4.00562510164040597E-02
+  4.03736755580861861E-02  4.06935806455247448E-02  4.10159851010928819E-02
+  4.13409078808659666E-02  4.16683680754210348E-02  4.19983849106372806E-02
+  4.23309777484997193E-02  4.26661660879038146E-02  4.30039695654632625E-02
+  4.33444079563184773E-02  4.36875011749483025E-02  4.40332692759822231E-02
+  4.43817324550156711E-02  4.47329110494256582E-02  4.50868255391896552E-02
+  4.54434965477044581E-02  4.58029448426080441E-02  4.61651913366018726E-02
+  4.65302570882750663E-02  4.68981633029298961E-02  4.72689313334086134E-02
+  4.76425826809211556E-02  4.80191389958744552E-02  4.83986220787024427E-02
+  4.87810538806973254E-02  4.91664565048414992E-02  4.95548522066404998E-02
+  4.99462633949566623E-02  5.03407126328434124E-02  5.07382226383800913E-02
+  5.11388162855073991E-02  5.15425166048631977E-02  5.19493467846186274E-02
+  5.23593301713143680E-02  5.27724902706971921E-02  5.31888507485564141E-02
+  5.36084354315603390E-02  5.40312683080924269E-02  5.44573735290874994E-02
+  5.48867754088670917E-02  5.53194984259746461E-02  5.57555672240100803E-02
+  5.61950066124635439E-02  5.66378415675484470E-02  5.70840972330333846E-02
+  5.75337989210730899E-02  5.79869721130383334E-02  5.84436424603442736E-02
+  5.89038357852773517E-02  5.93675780818209362E-02  5.98348955164788796E-02
+  6.03058144290973680E-02  6.07803613336848764E-02  6.12585629192298059E-02
+  6.17404460505161304E-02  6.22260377689361766E-02  6.27153652933013367E-02
+  6.32084560206495755E-02  6.37053375270504874E-02  6.42060375684069817E-02
+  6.47105840812538247E-02  6.52190051835529749E-02  6.57313291754851037E-02
+  6.62475845402375890E-02  6.67677999447886528E-02  6.72920042406870977E-02
+  6.78202264648280623E-02  6.83524958402244726E-02  6.88888417767733463E-02
+  6.94292938720176417E-02  6.99738819119031102E-02  7.05226358715295570E-02
+  7.10755859158970771E-02  7.16327624006463243E-02  7.21941958727930905E-02
+  7.27599170714567228E-02  7.33299569285821989E-02  7.39043465696558183E-02
+  7.44831173144139130E-02  7.50663006775447728E-02  7.56539283693832415E-02
+  7.62460322965977932E-02  7.68426445628700161E-02  7.74437974695660336E-02
+  7.80495235163995577E-02  7.86598554020866980E-02  7.92748260249919873E-02
+  7.98944684837651492E-02  8.05188160779687495E-02  8.11479023086962709E-02
+  8.17817608791803069E-02  8.24204256953904452E-02  8.30639308666210052E-02
+  8.37123107060676885E-02  8.43655997313934453E-02  8.50238326652828780E-02
+  8.56870444359848354E-02  8.63552701778432102E-02  8.70285452318153296E-02
+  8.77069051459777593E-02  8.83903856760188539E-02  8.90790227857183731E-02
+  8.97728526474130262E-02  9.04719116424481939E-02  9.11762363616152732E-02
+  9.18858636055741168E-02  9.26008303852603187E-02  9.33211739222771924E-02
+  9.40469316492718171E-02  9.47781412102943061E-02  9.55148404611410595E-02
+  9.62570674696806156E-02  9.70048605161618616E-02  9.77582580935045381E-02
+  9.85172989075714378E-02  9.92820218774215363E-02  1.00052466135544166E-01
+  1.00828671028073497E-01  1.01610676114982743E-01  1.02398521170258022E-01
+  1.03192246182051153E-01  1.03991891352810562E-01  1.04797497099390916E-01
+  1.05609104053139585E-01  1.06426753059960480E-01  1.07250485180354377E-01
+  1.08080341689435463E-01  1.08916364076922789E-01  1.09758594047107430E-01
+  1.10607073518793494E-01  1.11461844625213288E-01  1.12322949713915918E-01
+  1.13190431346628415E-01  1.14064332299089410E-01  1.14944695560854057E-01
+  1.15831564335070372E-01  1.16724982038225844E-01  1.17624992299863979E-01
+  1.18531638962269967E-01  1.19444966080125281E-01  1.20365017920130060E-01
+  1.21291838960592827E-01  1.22225473890987299E-01  1.23165967611474539E-01
+  1.24113365232391373E-01  1.25067712073703069E-01  1.26029053664419910E-01
+  1.26997435741977582E-01  1.27972904251579755E-01  1.28955505345503096E-01
+  1.29945285382362968E-01  1.30942290926339994E-01  1.31946568746366205E-01
+  1.32958165815270202E-01  1.33977129308880671E-01  1.35003506605086893E-01
+  1.36037345282856714E-01  1.37078693121209766E-01  1.38127598098145621E-01
+  1.39184108389526856E-01  1.40248272367915150E-01  1.41320138601359779E-01
+  1.42399755852138460E-01  1.43487173075447977E-01  1.44582439418046382E-01
+  1.45685604216842568E-01  1.46796716997435767E-01  1.47915827472600764E-01
+  1.49042985540721123E-01  1.50178241284166430E-01  1.51321644967615132E-01
+  1.52473247036320592E-01  1.53633098114319577E-01  1.54801249002582519E-01
+  1.55977750677104704E-01  1.57162654286936904E-01  1.58356011152154502E-01
+  1.59557872761764558E-01  1.60768290771549388E-01  1.61987317001845210E-01
+  1.63215003435256134E-01  1.64451402214301157E-01  1.65696565638993099E-01
+  1.66950546164349678E-01  1.68213396397833725E-01  1.69485169096723093E-01
+  1.70765917165408093E-01  1.72055693652615693E-01  1.73354551748559488E-01
+  1.74662544782013540E-01  1.75979726217310312E-01  1.77306149651259265E-01
+  1.78641868809987642E-01  1.79986937545699555E-01  1.81341409833354117E-01
+  1.82705339767260805E-01  1.84078781557590110E-01  1.85461789526798787E-01
+  1.86854418105968950E-01  1.88256721831058210E-01  1.89668755339060552E-01
+  1.91090573364077365E-01  1.92522230733295385E-01  1.93963782362871651E-01
+  1.95415283253723621E-01  1.96876788487223148E-01  1.98348353220792889E-01
+  1.99830032683403269E-01  2.01321882170969635E-01  2.02823957041647268E-01
+  2.04336312711023510E-01  2.05859004647204830E-01  2.07392088365797561E-01
+  2.08935619424781227E-01  2.10489653419272393E-01  2.12054245976177891E-01
+  2.13629452748735932E-01  2.15215329410943346E-01  2.16811931651867157E-01
+  2.18419315169839978E-01  2.20037535666536388E-01  2.21666648840929348E-01
+  2.23306710383124468E-01  2.24957775968072454E-01  2.26619901249155542E-01
+  2.28293141851648063E-01  2.29977553366048304E-01  2.31673191341280893E-01
+  2.33380111277768032E-01  2.35098368620366815E-01  2.36828018751172070E-01
+  2.38569116982183360E-01  2.40321718547832880E-01  2.42085878597373322E-01
+  2.43861652187125327E-01  2.45649094272579666E-01  2.47448259700355361E-01
+  2.49259203200010909E-01  2.51081979375707698E-01  2.52916642697721517E-01
+  2.54763247493803524E-01  2.56621847940384673E-01  2.58492498053627562E-01
+  2.60375251680318331E-01  2.62270162488599967E-01  2.64177283958544784E-01
+  2.66096669372563932E-01  2.68028371805650811E-01  2.69972444115459898E-01
+  2.71928938932215147E-01  2.73897908648448096E-01  2.75879405408565925E-01
+  2.77873481098244168E-01  2.79880187333644281E-01  2.81899575450453188E-01
+  2.83931696492742969E-01  2.85976601201649971E-01  2.88034340003869571E-01
+  2.90104962999967575E-01  2.92188519952503278E-01  2.94285060273964616E-01
+  2.96394633014512354E-01  2.98517286849532104E-01  3.00653070066991768E-01
+  3.02802030554601642E-01  3.04964215786779236E-01  3.07139672811414188E-01
+  3.09328448236431186E-01  3.11530588216149040E-01  3.13746138437435207E-01
+  3.15975144105653472E-01  3.18217649930402413E-01  3.20473700111044368E-01
+  3.22743338322021345E-01  3.25026607697957604E-01  3.27323550818546916E-01
+  3.29634209693221936E-01  3.31958625745603864E-01  3.34296839797730061E-01
+  3.36648892054063509E-01  3.39014822085276613E-01  3.41394668811810242E-01
+  3.43788470487204290E-01  3.46196264681199739E-01  3.48618088262610593E-01
+  3.51053977381964311E-01  3.53503967453908441E-01  3.55968093139383157E-01
+  3.58446388327556376E-01  3.60938886117523172E-01  3.63445618799764447E-01
+  3.65966617837365782E-01  3.68501913846991436E-01  3.71051536579619090E-01
+  3.73615514901034340E-01  3.76193876772074831E-01  3.78786649228629868E-01
+  3.81393858361391502E-01  3.84015529295357205E-01  3.86651686169083908E-01
+  3.89302352113689965E-01  3.91967549231607093E-01  3.94647298575078853E-01
+  3.97341620124407213E-01  4.00050532765944100E-01  4.02774054269828707E-01
+  4.05512201267463679E-01  4.08264989228742270E-01  4.11032432439023099E-01
+  4.13814543975844107E-01  4.16611335685378892E-01  4.19422818158635746E-01
+  4.22249000707399513E-01  4.25089891339915371E-01  4.27945496736315878E-01
+  4.30815822223787837E-01  4.33700871751483696E-01  4.36600647865174885E-01
+  4.39515151681646843E-01  4.42444382862838825E-01  4.45388339589716520E-01
+  4.48347018535897368E-01  4.51320414841029027E-01  4.54308522083905875E-01
+  4.57311332255332326E-01  4.60328835730731578E-01  4.63361021242504334E-01
+  4.66407875852135667E-01  4.69469384922052868E-01  4.72545532087235709E-01
+  4.75636299226579073E-01  4.78741666434012281E-01  4.81861611989374106E-01
+  4.84996112329047213E-01  4.88145142016342237E-01  4.91308673711647326E-01
+  4.94486678142365577E-01  4.97679124072605450E-01  5.00885978272642474E-01
+  5.04107205488152466E-01  5.07342768409219658E-01  5.10592627639125829E-01
+  5.13856741662919947E-01  5.17135066815772482E-01  5.20427557251119777E-01
+  5.23734164908599920E-01  5.27054839481785664E-01  5.30389528385716180E-01
+  5.33738176724222857E-01  5.37100727257056043E-01  5.40477120366864350E-01
+  5.43867294025976666E-01  5.47271183763000657E-01  5.50688722629250615E-01
+  5.54119841165008564E-01  5.57564467365624150E-01  5.61022526647458886E-01
+  5.64493941813681954E-01  5.67978633019919688E-01  5.71476517739772816E-01
+  5.74987510730199047E-01  5.78511523996773747E-01  5.82048466758822047E-01
+  5.85598245414416740E-01  5.89160763505341190E-01  5.92735921681937783E-01
+  5.96323617667857797E-01  5.99923746224736765E-01  6.03536199116797678E-01
+  6.07160865075395240E-01  6.10797629763505712E-01  6.14446375740177464E-01
+  6.18106982424945106E-01  6.21779326062222526E-01  6.25463279685681384E-01
+  6.29158713082626275E-01  6.32865492758365789E-01  6.36583481900553694E-01
+  6.40312540343656256E-01  6.44052524533445192E-01  6.47803287491519053E-01
+  6.51564678779890882E-01  6.55336544465652038E-01  6.59118727085724831E-01
+  6.62911065611717643E-01  6.66713395414895271E-01  6.70525548231277413E-01
+  6.74347352126880684E-01  6.78178631463114523E-01  6.82019206862352845E-01
+  6.85868895173674997E-01  6.89727509438732844E-01  6.93594858857955465E-01
+  6.97470748756995662E-01  7.01354980553380969E-01  7.05247351723424232E-01
+  7.09147655769417962E-01  7.13055682187123674E-01  7.16971216433577641E-01
+  7.20894039895228156E-01  7.24823929856421967E-01  7.28760659468261074E-01
+  7.32703997717844557E-01  7.36653709397917633E-01  7.40609555076936044E-01
+  7.44571291069460073E-01  7.48538669407150858E-01  7.52511437810323147E-01
+  7.56489339659919602E-01  7.60472113970006025E-01  7.64459495360815922E-01
+  7.68451214032362273E-01  7.72446995738641062E-01  7.76446561762446308E-01
+  7.80449628890820701E-01  7.84455909391164274E-01  7.88465110988025297E-01
+  7.92476936840592061E-01  7.96491085520909858E-01  8.00507250992696706E-01
+  8.04525122591049358E-01  8.08544385003150623E-01  8.12564718249651485E-01
+  8.16585797666897095E-01  8.20607293890027178E-01  8.24628872836980165E-01
+  8.28650195693425129E-01  8.32670918898647305E-01  8.36690694132415702E-01
+  8.40709168302855470E-01  8.44725983535358771E-01  8.48740777162554250E-01
+  8.52753181715364517E-01  8.56762824914993115E-01  8.60769329666095873E-01
+  8.64772314051525659E-01  8.68771391328053366E-01  8.72766169923286927E-01
+  8.76756253433849886E-01  8.80741240624848931E-01  8.84720725430653943E-01
+  8.88694296957025842E-01  8.92661539484615463E-01  8.96622032473868735E-01
+  9.00575350571364397E-01  9.04521063617611532E-01  9.08458736656341359E-01
+  9.12387929945112086E-01  9.16308198967344167E-01  9.20219094446641073E-01
+  9.24120162362410125E-01  9.28010943967050861E-01  9.31890975804817501E-01
+  9.35759789732378722E-01  9.39616912941105831E-01  9.43461867981121749E-01
+  9.47294172787138233E-01  9.51113340706110755E-01  9.54918880526739677E-01
+  9.58710296510847271E-01  9.62487088426664084E-01  9.66248751583841048E-01
+  9.69994776870039543E-01  9.73724650790606328E-01  9.77437855509919573E-01
+  9.81133868894621952E-01  9.84812164558922287E-01  9.88472211912003629E-01
+  9.92113476207556855E-01  9.95735418595472321E-01  9.99337496175711104E-01
+  1.00291916205438514E+00  1.00647986540206946E+00  1.01001905151437277E+00
+  1.01353616187479045E+00  1.01703063421968221E+00  1.02050190260484763E+00
+  1.02394939747593572E+00  1.02737254574101056E+00  1.03077077084515589E+00
+  1.03414349284749862E+00  1.03749012850066991E+00  1.04081009133272495E+00
+  1.04410279173154064E+00  1.04736763703170799E+00  1.05060403160393889E+00
+  1.05381137694700167E+00  1.05698907178220680E+00  1.06013651215045068E+00
+  1.06325309151168845E+00  1.06633820084588038E+00  1.06939122875828652E+00
+  1.07241156158757600E+00  1.07539858351586926E+00  1.07835167668141274E+00
+  1.08127022129389028E+00  1.08415359575238512E+00  1.08700117676599861E+00
+  1.08981233947712952E+00  1.09258645758741690E+00  1.09532290348635430E+00
+  1.09802104838257208E+00  1.10068026243779027E+00  1.10329991490333779E+00
+  1.10587937425784899E+00  1.10841800834935889E+00  1.11091518454113136E+00
+  1.11337026985895049E+00  1.11578263114102283E+00  1.11815163519051830E+00
+  1.12047664893073384E+00  1.12275703956287831E+00  1.12499217472645907E+00
+  1.12718142266225452E+00  1.12932415237786077E+00  1.13141973381579297E+00
+  1.13346753802412126E+00  1.13546693732956294E+00  1.13741730551128639E+00
+  1.13931801797845789E+00  1.14116845195274630E+00  1.14296798665139776E+00
+  1.14471600347257696E+00  1.14641188618306256E+00  1.14805502110826563E+00
+  1.14964479732453606E+00  1.15118060685372492E+00  1.15266184485996126E+00
+  1.15408790984860299E+00  1.15545820386732734E+00  1.15677213270931123E+00
+  1.15802910611843646E+00  1.15922853799458991E+00  1.16036984660114761E+00
+  1.16145245477890113E+00  1.16247579015931501E+00  1.16343928537923968E+00
+  1.16434237829737408E+00  1.16518451221240493E+00  1.16596513608277386E+00
+  1.16668370474800920E+00  1.16733967915155712E+00  1.16793252656504509E+00
+  1.16846172081391897E+00  1.16892674250437745E+00  1.16932707925153090E+00
+  1.16966222590690561E+00  1.16993168478559828E+00  1.17013496590143218E+00
+  1.17027158720004931E+00  1.17034107479208460E+00  1.17034296318710829E+00
+  1.17027679552825492E+00  1.17014212382744986E+00  1.16993850920114895E+00
+  1.16966552210650265E+00  1.16932274257785163E+00  1.16890976046346529E+00
+  1.16842617566242590E+00  1.16787159836156262E+00  1.16724564927080521E+00
+  1.16654795985492532E+00  1.16577817257435279E+00  1.16493594112288346E+00
+  1.16402093066336021E+00  1.16303281806279002E+00  1.16197129212679573E+00
+  1.16083605383329069E+00  1.15962681656526412E+00  1.15834330634256788E+00
+  1.15698526205258712E+00  1.15555243567967980E+00  1.15404459253327007E+00
+  1.15246151147447384E+00  1.15080298513996948E+00  1.14906882015873779E+00
+  1.14725883737769330E+00  1.14537287208414273E+00  1.14341077422324777E+00
+  1.14137240861327172E+00  1.13925765515848365E+00  1.13706640905960099E+00
+  1.13479858102163078E+00  1.13245409745897496E+00  1.13003290069767570E+00
+  1.12753494917465824E+00  1.12496021763383247E+00  1.12230869731892446E+00
+  1.11958039616210381E+00  1.11677533896213488E+00  1.11389356756942526E+00
+  1.11093514106919011E+00  1.10790013595587333E+00  1.10478864630338069E+00
+  1.10160078393104666E+00  1.09833667856518868E+00  1.09499647799610145E+00
+  1.09158034823034655E+00  1.08808847363818439E+00  1.08452105709600488E+00
+  1.08087832012360585E+00  1.07716050301615995E+00  1.07336786497029091E+00
+  1.06950068419685018E+00  1.06555925803655893E+00  1.06154390307639157E+00
+  1.05745495525303390E+00  1.05329276994985155E+00  1.04905772208750769E+00
+  1.04475020620804582E+00  1.04037063655229844E+00  1.03591944713046913E+00
+  1.03139709178572914E+00  1.02680404425067495E+00  1.02214079819649939E+00
+  1.01740786727471355E+00  1.01260578515107857E+00  1.00773510552424495E+00
+  1.00279640214136845E+00  9.97790268818028570E-01  9.92717319441174251E-01
+  9.87578187963017884E-01  9.82373528386428441E-01  9.77104014741675964E-01
+  9.71770341054382314E-01  9.66373221304531405E-01  9.60913389376401250E-01
+  9.55391598999264513E-01  9.49808623678728869E-01  9.44165256618572535E-01
+  9.38462310632889096E-01  9.32700618041919061E-01  9.26881030557925589E-01
+  9.21004419179029199E-01  9.15071674063085871E-01  9.09083704389776703E-01
+  9.03041438212298875E-01  8.96945822298539142E-01  8.90797821961619718E-01
+  8.84598420879708414E-01  8.78348620904987221E-01  8.72049441861675323E-01
+  8.65701921333018598E-01  8.59307114437146469E-01  8.52866093591712837E-01
+  8.46379948262283688E-01  8.39849784694275847E-01  8.33276725655509143E-01
+  8.26661910158097313E-01  8.20006493165969963E-01  8.13311645290789476E-01
+  8.06578552476214350E-01  7.99808415670474560E-01  7.93002450487226951E-01
+  7.86161886854669700E-01  7.79287968652905172E-01  7.72381953339543181E-01
+  7.65445111563552549E-01  7.58478726767368716E-01  7.51484094774017342E-01
+  7.44462523353756511E-01  7.37415331802101170E-01  7.30343850499887370E-01
+  7.23249420457284908E-01  7.16133392846357242E-01  7.08997128522247722E-01
+  7.01841997533100170E-01  6.94669378618797739E-01  6.87480658698675695E-01
+  6.80277232348298955E-01  6.73060501265491662E-01  6.65831873725732604E-01
+  6.58592764027136401E-01  6.51344591923269989E-01  6.44088782035769802E-01
+  6.36826763277236640E-01  6.29559968262954794E-01  6.22289832706833801E-01
+  6.15017794808232043E-01  6.07745294629917332E-01  6.00473773467492977E-01
+  5.93204673210561140E-01  5.85939435695983835E-01  5.78679502053523698E-01
+  5.71426312044278961E-01  5.64181303392232492E-01  5.56945911109348990E-01
+  5.49721566813681117E-01  5.42509698032604848E-01  5.35311727515315527E-01
+  5.28129072544097578E-01  5.20963144233780651E-01  5.13815346827280472E-01
+  5.06687076987932250E-01  4.99579723089111971E-01  4.92494664501758606E-01
+  4.85433270880328727E-01  4.78396901447840917E-01  4.71386904280586494E-01
+  4.64404615593206838E-01  4.57451359024759086E-01  4.50528444926198313E-01
+  4.43637169643679219E-01  4.36778814812977978E-01  4.29954646664547413E-01
+  4.23165915326056463E-01  4.16413854130113448E-01  4.09699678928402367E-01
+  4.03024587413046975E-01  3.96389758446140328E-01  3.89796351398300045E-01
+  3.83245505497229910E-01  3.76738339187196292E-01  3.70275949500437351E-01
+  3.63859411441446068E-01  3.57489777385124996E-01  3.51168076486731817E-01
+  3.44895314110651829E-01  3.38672471282082721E-01  3.32500504151711174E-01
+  3.26380343478971768E-01  3.20312894135408976E-01  3.14299034629107299E-01
+  3.08339616651226445E-01  3.02435464645559204E-01  2.96587375402088294E-01
+  2.90796117675386434E-01  2.85062431828741247E-01  2.79387029504747364E-01
+  2.73770593323122813E-01  2.68213776606435084E-01  2.62717203135596766E-01
+  2.57281466934288106E-01  2.51907132081396146E-01  2.46594732552892409E-01
+  2.41344772093482235E-01  2.36157724118066875E-01  2.31034031643040566E-01
+  2.25974107247248368E-01  2.20978333062413657E-01  2.16047060792656814E-01
+  2.11180611762707859E-01  2.06379276994245492E-01  2.01643317309779913E-01
+  1.96972963465346845E-01  1.92368416313320523E-01  1.87829846980721610E-01
+  1.83357397074231848E-01  1.78951178909874858E-01  1.74611275765173407E-01
+  1.70337742152777083E-01  1.66130604114611669E-01  1.61989859535538183E-01
+  1.57915478475576354E-01  1.53907403519703306E-01  1.49965550144323695E-01
+  1.46089807099480745E-01  1.42280036805950888E-01  1.38536075768786959E-01
+  1.34857735013157870E-01  1.31244800513999560E-01  1.27697033640374907E-01
+  1.24214171615083274E-01  1.20795927984781698E-01  1.17441993100008371E-01
+  1.14152034604591515E-01  1.10925697933911743E-01  1.07762606821572862E-01
+  1.04662363814012574E-01  1.01624550792661861E-01  9.86487295032375533E-02
+  9.57344420918174316E-02  9.28812116492213624E-02  9.00885427746935946E-02
+  8.73559221231099137E-02  8.46828189562354033E-02  8.20686857072538412E-02
+  7.95129585501419683E-02  7.70150579734745211E-02  7.45743893583508538E-02
+  7.21903435600919491E-02  6.98622974933852670E-02  6.75896147205121700E-02
+  6.53716460423168777E-02  6.32077300915315499E-02  6.10971939280949838E-02
+  5.90393536371818239E-02  5.70335149432499161E-02  5.50789738054498906E-02
+  5.31750170040772921E-02  5.13209227391932740E-02  4.95159612290596712E-02
+  4.77593953075780495E-02  4.60504810202782139E-02  4.43884682183673177E-02
+  4.27726011503680031E-02  4.12021190508418816E-02  3.96762567257142248E-02
+  3.81942451336863414E-02  3.67553119632419156E-02  3.53586822052203362E-02
+  3.40035787335652498E-02  3.26892228679799765E-02  3.14148349121871548E-02
+  3.01796347001737839E-02  2.89828421359175220E-02  2.78236777251731800E-02
+  2.67013630988402612E-02  2.56151215274240986E-02  2.45641784261282289E-02
+  2.35477618501107877E-02  2.25651029794644957E-02  2.16154365934774703E-02
+  2.06980015337610360E-02  1.98120411559684663E-02  1.89568037799821947E-02
+  1.81315431242126610E-02  1.73355187032506047E-02  1.65679962276205073E-02
+  1.58282479920366405E-02  1.51155532500603148E-02  1.44291985748835373E-02
+  1.37684782059915266E-02  1.31326943814703018E-02  1.25211576557584456E-02
+  1.19331872026562733E-02  1.13681111034388532E-02  1.08252666199346540E-02
+  1.03040004524788190E-02  9.80366898923163733E-03  9.32363854339801623E-03
+  8.86328554998559379E-03  8.42199675969970002E-03  7.99916942034944317E-03
+  7.59421144299295050E-03  7.20654155288307213E-03  6.83558942530583698E-03
+  6.48079580642139681E-03  6.14161261924649291E-03  5.81750305493510672E-03
+  5.50794164954137178E-03  5.21241434646593175E-03  4.93041854481251693E-03
+  4.66146313733166451E-03  4.40506854108536731E-03  4.16076669359177233E-03
+  3.92810104382544222E-03  3.70662653419145125E-03  3.49590957017059147E-03
+  3.29552797798482022E-03  3.10507095064946250E-03  2.92413898278898231E-03
+  2.75234379460840466E-03  2.58930824542095029E-03  2.43466623714519046E-03
+  2.28806260819168364E-03  2.14915301816928726E-03  2.01760382533382578E-03
+  1.89309196172131149E-03  1.77530478608852382E-03  1.66393993243832286E-03
+  1.55870515551669443E-03  1.45931816982510496E-03  1.36550648259195560E-03
+  1.27700722115665455E-03  1.19356695521656412E-03  1.11494151438570172E-03
+  1.04089580150890613E-03  9.71203602171794651E-04  9.05647390839957604E-04
+  8.44018134055431017E-04  7.86115091633989341E-04  7.31745619850223349E-04
+  6.80724965184813756E-04  6.32876056486140841E-04  5.88029299625833371E-04
+  5.46022371640756538E-04  5.06700014676575937E-04  4.69913830080992358E-04
+  4.35522072981527162E-04  4.03389447670276754E-04  3.73386904104192193E-04
+  3.45391435816125986E-04  3.19285879517446655E-04  2.94958716659160568E-04
+  2.72303877345165157E-04  2.51220548879559069E-04  2.31612983751349470E-04
+  2.13390308998469974E-04  1.96466341056305416E-04  1.80759403939605460E-04
+  1.66192150837609774E-04  1.52691389271890078E-04  1.40187909951899751E-04
+  1.28616319449365414E-04  1.17914876798634778E-04  1.08025334116723407E-04
+  9.88927813233895061E-05  9.04654950288266143E-05  8.26947916702795211E-05
+  7.55348858337619329E-05  6.89427519103694760E-05  6.28779886907280302E-05
+  5.73026896476898546E-05  5.21813176365039597E-05  4.74805839033494854E-05
+  4.31693313815933419E-05  3.92184222462091376E-05  3.56006296885295678E-05
+  3.22905338656242520E-05  2.92644219713527027E-05  2.65001923693080377E-05
+  2.39772627216555549E-05  2.16764820447460662E-05  1.95800469136322931E-05
+  1.76714212887673983E-05  1.59352592115513347E-05  1.43573316987365283E-05
+  1.29244572105390620E-05  1.16244355158025199E-05  1.04459848561392299E-05
+  9.37868230901178114E-06  8.41290724820464781E-06  7.53978779898169954E-06
+  6.75115018448117525E-06  6.03947085948092732E-06  5.39783132761852298E-06
+  4.81987553845190330E-06  4.29976983659592850E-06  3.83216531545809404E-06
+  3.41216210018234573E-06  3.03527601247256243E-06  2.69740735826378640E-06
+  2.39481169166700804E-06  2.12407246081443845E-06  1.88207544333086305E-06
+  1.66598488140970911E-06  1.47322122884198957E-06  1.30144042483335701E-06
+  1.14851461201602052E-06  1.01251421871660825E-06  8.91691328250607998E-07
+  7.84464274906854507E-07  6.89403406633802871E-07  6.05217813096108140E-07
+  5.30743110713939248E-07  4.64930192970709105E-07  4.06834861860853509E-07
+  3.55608282936044365E-07  3.10488209140575320E-07  2.70790921312827172E-07
+  2.35903835868044000E-07  2.05278732758310748E-07  1.78425559325839732E-07
+  1.54906768117768792E-07  1.34332149112396322E-07  1.16354121093875947E-07
+  1.00663453404504894E-07  8.69853530905203640E-08  7.50759183520875058E-08
+  6.47189295934644950E-08  5.57229428214188266E-08  4.79186603060923007E-08
+  4.11565551760502556E-08  3.53047282557105814E-08  3.02469770071705264E-08
+  2.58810579103369011E-08  2.21171250071565208E-08  1.88763286490216268E-08
+  1.60895597234011123E-08  1.36963259956169324E-08  1.16437495438474408E-08
+  9.88566836529634232E-09  8.38183592251431525E-09  7.09721060370902650E-09
+  6.00132422238346540E-09  5.06772153604576833E-09  4.27346351187929063E-09
+  3.59868772575983550E-09  3.02621988965730822E-09  2.54123106394476115E-09
+  2.13093562820175221E-09  1.78432555933841583E-09  1.49193700189621498E-09
+  1.24564552749714056E-09  1.03848704150061011E-09  8.64500774982740154E-10
+  7.18592070785288376E-10  5.96413086800484751E-10  4.94258954925306423E-10
+  4.08977523502015776E-10  3.37891030531969309E-10  2.78728238877241901E-10
+  2.29565730372188927E-10  1.88777204776862060E-10  1.54989763253391062E-10
+  1.27046275870015455E-10  1.03973039786765544E-10  8.49520308780584599E-11
+  6.92971558396763017E-11  5.64339182019355179E-11  4.58820309296959846E-11
+  3.72406386301978042E-11  3.01757464014857259E-11  2.44095416787420754E-11
+  1.97113398983832434E-11  1.58899205739494901E-11  1.27870517745914458E-11
+  1.02720284976814727E-11  8.23707446811610350E-12  6.59347787168482921E-12
+  5.26834979336484397E-12  4.20191000876558026E-12  3.34521970300734031E-12
+  2.65828914113063332E-12
+                              </PP_AEWFC.1>
+ <PP_AEWFC.2 type="real" size="  1351" l="0" columns="3">
+  4.96643586425095287E-04  5.00629003098607790E-04  5.04646371859421056E-04
+  5.08695948396507358E-04  5.12777990437199771E-04  5.16892757763317396E-04
+  5.21040512227416257E-04  5.25221517769165411E-04  5.29436040431852301E-04
+  5.33684348379014854E-04  5.37966711911203889E-04  5.42283403482876083E-04
+  5.46634697719417125E-04  5.51020871434298467E-04  5.55442203646366330E-04
+  5.59898975597265163E-04  5.64391470768997052E-04  5.68919974901616553E-04
+  5.73484776011063866E-04  5.78086164407134616E-04  5.82724432711591018E-04
+  5.87399875876413015E-04  5.92112791202188834E-04  5.96863478356650184E-04
+  6.01652239393351326E-04  6.06479378770491363E-04  6.11345203369881816E-04
+  6.16250022516063927E-04  6.21194147995569835E-04  6.26177894076335759E-04
+  6.31201577527265123E-04  6.36265517637939464E-04  6.41370036238487736E-04
+  6.46515457719602413E-04  6.51702109052714981E-04  6.56930319810325263E-04
+  6.62200422186487317E-04  6.67512751017454052E-04  6.72867643802481656E-04
+  6.78265440724792001E-04  6.83706484672699506E-04  6.89191121260898914E-04
+  6.94719698851917092E-04  7.00292568577732242E-04  7.05910084361553790E-04
+  7.11572602939777258E-04  7.17280483884102102E-04  7.23034089623822798E-04
+  7.28833785468289822E-04  7.34679939629542702E-04  7.40572923245119024E-04
+  7.46513110401035400E-04  7.52500878154947436E-04  7.58536606559486425E-04
+  7.64620678685773414E-04  7.70753480647116398E-04  7.76935401622885964E-04
+  7.83166833882576342E-04  7.89448172810048058E-04  7.95779816927959455E-04
+  8.02162167922380897E-04  8.08595630667599151E-04  8.15080613251116374E-04
+  8.21617526998824860E-04  8.28206786500395903E-04  8.34848809634839871E-04
+  8.41544017596282455E-04  8.48292834919915596E-04  8.55095689508169037E-04
+  8.61953012657059041E-04  8.68865239082757955E-04  8.75832806948347010E-04
+  8.82856157890792568E-04  8.89935737048104308E-04  8.97071993086725095E-04
+  9.04265378229107014E-04  9.11516348281509988E-04  9.18825362662006287E-04
+  9.26192884428699058E-04  9.33619380308153357E-04  9.41105320724044026E-04
+  9.48651179826019209E-04  9.56257435518784085E-04  9.63924569491402070E-04
+  9.71653067246820799E-04  9.79443418131618502E-04  9.87296115365976024E-04
+  9.95211656073876402E-04  1.00319054131352953E-03  1.01123327610803016E-03
+  1.01934036947624201E-03  1.02751233446391832E-03  1.03574968817505674E-03
+  1.04405295180348711E-03  1.05242265066470149E-03  1.06085931422791793E-03
+  1.06936347614838834E-03  1.07793567429994913E-03  1.08657645080781655E-03
+  1.09528635208162427E-03  1.10406592884871213E-03  1.11291573618766304E-03
+  1.12183633356209155E-03  1.13082828485468342E-03  1.13989215840149113E-03
+  1.14902852702648676E-03  1.15823796807636961E-03  1.16752106345563585E-03
+  1.17687839966191003E-03  1.18631056782153642E-03  1.19581816372544138E-03
+  1.20540178786525572E-03  1.21506204546971267E-03  1.22479954654130824E-03
+  1.23461490589324343E-03  1.24450874318663123E-03  1.25448168296798642E-03
+  1.26453435470699109E-03  1.27466739283453698E-03  1.28488143678105217E-03
+  1.29517713101511348E-03  1.30555512508233828E-03  1.31601607364456889E-03
+  1.32656063651934142E-03  1.33718947871965302E-03  1.34790327049400991E-03
+  1.35870268736678354E-03  1.36958841017885522E-03  1.38056112512856093E-03
+  1.39162152381293899E-03  1.40277030326927928E-03  1.41400816601697601E-03
+  1.42533582009968739E-03  1.43675397912780643E-03  1.44826336232124092E-03
+  1.45986469455250205E-03  1.47155870639011457E-03  1.48334613414233892E-03
+  1.49522771990121288E-03  1.50720421158691623E-03  1.51927636299245506E-03
+  1.53144493382867267E-03  1.54371068976958759E-03  1.55607440249805828E-03
+  1.56853684975178189E-03  1.58109881536962443E-03  1.59376108933828890E-03
+  1.60652446783931570E-03  1.61938975329642409E-03  1.63235775442320216E-03
+  1.64542928627112867E-03  1.65860517027795044E-03  1.67188623431640290E-03
+  1.68527331274328260E-03  1.69876724644887141E-03  1.71236888290671380E-03
+  1.72607907622375338E-03  1.73989868719082760E-03  1.75382858333352127E-03
+  1.76786963896338528E-03  1.78202273522952144E-03  1.79628876017053117E-03
+  1.81066860876683954E-03  1.82516318299338421E-03  1.83977339187268302E-03
+  1.85450015152828170E-03  1.86934438523857216E-03  1.88430702349099669E-03
+  1.89938900403663325E-03  1.91459127194516690E-03  1.92991477966025001E-03
+  1.94536048705525001E-03  1.96092936148939152E-03  1.97662237786429057E-03
+  1.99244051868088540E-03  2.00838477409677257E-03  2.02445614198393286E-03
+  2.04065562798687403E-03  2.05698424558116173E-03  2.07344301613238439E-03
+  2.09003296895549084E-03  2.10675514137459311E-03  2.12361057878311969E-03
+  2.14060033470445240E-03  2.15772547085292098E-03  2.17498705719527735E-03
+  2.19238617201253632E-03  2.20992390196230598E-03  2.22760134214147277E-03
+  2.24541959614939831E-03  2.26337977615147408E-03  2.28148300294317690E-03
+  2.29973040601450310E-03  2.31812312361489919E-03  2.33666230281858161E-03
+  2.35534909959035383E-03  2.37418467885181644E-03  2.39317021454808505E-03
+  2.41230688971489499E-03  2.43159589654623259E-03  2.45103843646234760E-03
+  2.47063572017829384E-03  2.49038896777286495E-03  2.51029940875806528E-03
+  2.53036828214896724E-03  2.55059683653411501E-03  2.57098633014632341E-03
+  2.59153803093402184E-03  2.61225321663300291E-03  2.63313317483871139E-03
+  2.65417920307895990E-03  2.67539260888715940E-03  2.69677470987602069E-03
+  2.71832683381174368E-03  2.74005031868869257E-03  2.76194651280456090E-03
+  2.78401677483603935E-03  2.80626247391495970E-03  2.82868498970495182E-03
+  2.85128571247859376E-03  2.87406604319505711E-03  2.89702739357826844E-03
+  2.92017118619556379E-03  2.94349885453685329E-03  2.96701184309430517E-03
+  2.99071160744252820E-03  3.01459961431927662E-03  3.03867734170666952E-03
+  3.06294627891291835E-03  3.08740792665459281E-03  3.11206379713939354E-03
+  3.13691541414945659E-03  3.16196431312517484E-03  3.18721204124955979E-03
+  3.21266015753312543E-03  3.23831023289930693E-03  3.26416385027040578E-03
+  3.29022260465408048E-03  3.31648810323037155E-03  3.34296196543925825E-03
+  3.36964582306877036E-03  3.39654132034363215E-03  3.42365011401445053E-03
+  3.45097387344745756E-03  3.47851428071479282E-03  3.50627303068534128E-03
+  3.53425183111611817E-03  3.56245240274421192E-03  3.59087647937927652E-03
+  3.61952580799657997E-03  3.64840214883061778E-03  3.67750727546927629E-03
+  3.70684297494856298E-03  3.73641104784789256E-03  3.76621330838594615E-03
+  3.79625158451708583E-03  3.82652771802833701E-03  3.85704356463694494E-03
+  3.88780099408849280E-03  3.91880189025559274E-03  3.95004815123714201E-03
+  3.98154168945815800E-03  4.01328443177019056E-03  4.04527831955229285E-03
+  4.07752530881258079E-03  4.11002737029036048E-03  4.14278648955884038E-03
+  4.17580466712841498E-03  4.20908391855052619E-03  4.24262627452210578E-03
+  4.27643378099060254E-03  4.31050849925958442E-03  4.34485250609491312E-03
+  4.37946789383151808E-03  4.41435677048074120E-03  4.44952125983826604E-03
+  4.48496350159262314E-03  4.52068565143429191E-03  4.55668988116536902E-03
+  4.59297837880983609E-03  4.62955334872439204E-03  4.66641701170988910E-03
+  4.70357160512332832E-03  4.74101938299045789E-03  4.77876261611894556E-03
+  4.81680359221212627E-03  4.85514461598334033E-03  4.89378800927085626E-03
+  4.93273611115335655E-03  4.97199127806602359E-03  5.01155588391719205E-03
+  5.05143232020556412E-03  5.09162299613806230E-03  5.13213033874815663E-03
+  5.17295679301489099E-03  5.21410482198234656E-03  5.25557690687982609E-03
+  5.29737554724244580E-03  5.33950326103246973E-03  5.38196258476103702E-03
+  5.42475607361062647E-03  5.46788630155791832E-03  5.51135586149738375E-03
+  5.55516736536525689E-03  5.59932344426425539E-03  5.64382674858866871E-03
+  5.68867994815016979E-03  5.73388573230402317E-03  5.77944681007598431E-03
+  5.82536591028959879E-03  5.87164578169419721E-03  5.91828919309327073E-03
+  5.96529893347353887E-03  6.01267781213438417E-03  6.06042865881799720E-03
+  6.10855432383985552E-03  6.15705767821990869E-03  6.20594161381409978E-03
+  6.25520904344658690E-03  6.30486290104228381E-03  6.35490614176007895E-03
+  6.40534174212639609E-03  6.45617270016940990E-03  6.50740203555356857E-03
+  6.55903278971480767E-03  6.61106802599602510E-03  6.66351082978324655E-03
+  6.71636430864205099E-03  6.76963159245466163E-03  6.82331583355728129E-03
+  6.87742020687809753E-03  6.93194791007551575E-03  6.98690216367703777E-03
+  7.04228621121836401E-03  7.09810331938312295E-03  7.15435677814280340E-03
+  7.21104990089733132E-03  7.26818602461579491E-03  7.32576850997779857E-03
+  7.38380074151499637E-03  7.44228612775318845E-03  7.50122810135458746E-03
+  7.56063011926066258E-03  7.62049566283510681E-03  7.68082823800735493E-03
+  7.74163137541623251E-03  7.80290863055412964E-03  7.86466358391126399E-03
+  7.92689984112047996E-03  7.98962103310207894E-03  8.05283081620920826E-03
+  8.11653287237323710E-03  8.18073090924962762E-03  8.24542866036387205E-03
+  8.31062988525775939E-03  8.37633836963582769E-03  8.44255792551203837E-03
+  8.50929239135660501E-03  8.57654563224304750E-03  8.64432153999538169E-03
+  8.71262403333547888E-03  8.78145705803053123E-03  8.85082458704068535E-03
+  8.92073062066673327E-03  8.99117918669794201E-03  9.06217434055991630E-03
+  9.13372016546254439E-03  9.20582077254798736E-03  9.27848030103868224E-03
+  9.35170291838535034E-03  9.42549282041502644E-03  9.49985423147901159E-03
+  9.57479140460083464E-03  9.65030862162408881E-03  9.72641019336025793E-03
+  9.80310045973634830E-03  9.88038378994247034E-03  9.95826458257924145E-03
+  1.00367472658050259E-02  1.01158362974829961E-02  1.01955361653279664E-02
+  1.02758513870530067E-02  1.03567865105158013E-02  1.04383461138647191E-02
+  1.05205348056845744E-02  1.06033572251421019E-02  1.06868180421310199E-02
+  1.07709219574167424E-02  1.08556737027807083E-02  1.09410780411642178E-02
+  1.10271397668119109E-02  1.11138637054146259E-02  1.12012547142518754E-02
+  1.12893176823336827E-02  1.13780575305419025E-02  1.14674792117709073E-02
+  1.15575877110676538E-02  1.16483880457710961E-02  1.17398852656508540E-02
+  1.18320844530452243E-02  1.19249907229983763E-02  1.20186092233967572E-02
+  1.21129451351046913E-02  1.22080036720991041E-02  1.23037900816033198E-02
+  1.24003096442199465E-02  1.24975676740628049E-02  1.25955695188877947E-02
+  1.26943205602227452E-02  1.27938262134961699E-02  1.28940919281648799E-02
+  1.29951231878404471E-02  1.30969255104144214E-02  1.31995044481823028E-02
+  1.33028655879662509E-02  1.34070145512364038E-02  1.35119569942308403E-02
+  1.36176986080740730E-02  1.37242451188941302E-02  1.38316022879380243E-02
+  1.39397759116857076E-02  1.40487718219623921E-02  1.41585958860491797E-02
+  1.42692540067919909E-02  1.43807521227086732E-02  1.44930962080943426E-02
+  1.46062922731248074E-02  1.47203463639580447E-02  1.48352645628337162E-02
+  1.49510529881706020E-02  1.50677177946619625E-02  1.51852651733686977E-02
+  1.53037013518103216E-02  1.54230325940536168E-02  1.55432652007989752E-02
+  1.56644055094643138E-02  1.57864598942664934E-02  1.59094347663002594E-02
+  1.60333365736145331E-02  1.61581718012860295E-02  1.62839469714901701E-02
+  1.64106686435691700E-02  1.65383434140972223E-02  1.66669779169428059E-02
+  1.67965788233278811E-02  1.69271528418840356E-02  1.70587067187054631E-02
+  1.71912472373987046E-02  1.73247812191289763E-02  1.74593155226632248E-02
+  1.75948570444096168E-02  1.77314127184534445E-02  1.78689895165894223E-02
+  1.80075944483502545E-02  1.81472345610313238E-02  1.82879169397115494E-02
+  1.84296487072702075E-02  1.85724370243996219E-02  1.87162890896137649E-02
+  1.88612121392525423E-02  1.90072134474816752E-02  1.91543003262881900E-02
+  1.93024801254713281E-02  1.94517602326287516E-02  1.96021480731380683E-02
+  1.97536511101334203E-02  1.99062768444771589E-02  2.00600328147264410E-02
+  2.02149265970946110E-02  2.03709658054073914E-02  2.05281580910535236E-02
+  2.06865111429300787E-02  2.08460326873820163E-02  2.10067304881360675E-02
+  2.11686123462287261E-02  2.13316860999283354E-02  2.14959596246510169E-02
+  2.16614408328703947E-02  2.18281376740210240E-02  2.19960581343952716E-02
+  2.21652102370336994E-02  2.23356020416086640E-02  2.25072416443010299E-02
+  2.26801371776700275E-02  2.28542968105157999E-02  2.30297287477348490E-02
+  2.32064412301679554E-02  2.33844425344406463E-02  2.35637409727959268E-02
+  2.37443448929192044E-02  2.39262626777551821E-02  2.41095027453166709E-02
+  2.42940735484851317E-02  2.44799835748026953E-02  2.46672413462556452E-02
+  2.48558554190491665E-02  2.50458343833731001E-02  2.52371868631587511E-02
+  2.54299215158263169E-02  2.56240470320229022E-02  2.58195721353511563E-02
+  2.60165055820878385E-02  2.62148561608927591E-02  2.64146326925073817E-02
+  2.66158440294433155E-02  2.68184990556601908E-02  2.70226066862330160E-02
+  2.72281758670086076E-02  2.74352155742510241E-02  2.76437348142757160E-02
+  2.78537426230724208E-02  2.80652480659162977E-02  2.82782602369672474E-02
+  2.84927882588573711E-02  2.87088412822660392E-02  2.89264284854826061E-02
+  2.91455590739565056E-02  2.93662422798344862E-02  2.95884873614847624E-02
+  2.98123036030079787E-02  3.00377003137345285E-02  3.02646868277082377E-02
+  3.04932725031560777E-02  3.07234667219437041E-02  3.09552788890165922E-02
+  3.11887184318264746E-02  3.14237947997429781E-02  3.16605174634500205E-02
+  3.18988959143270204E-02  3.21389396638142172E-02  3.23806582427624279E-02
+  3.26240612007664549E-02  3.28691581054823198E-02  3.31159585419276703E-02
+  3.33644721117654919E-02  3.36147084325705420E-02  3.38666771370783257E-02
+  3.41203878724165577E-02  3.43758502993185139E-02  3.46330740913181404E-02
+  3.48920689339267537E-02  3.51528445237908674E-02  3.54154105678309225E-02
+  3.56797767823606171E-02  3.59459528921866819E-02  3.62139486296886096E-02
+  3.64837737338781498E-02  3.67554379494382938E-02  3.70289510257413579E-02
+  3.73043227158458487E-02  3.75815627754719425E-02  3.78606809619551413E-02
+  3.81416870331777388E-02  3.84245907464780267E-02  3.87094018575365878E-02
+  3.89961301192396359E-02  3.92847852805188538E-02  3.95753770851675901E-02
+  3.98679152706327491E-02  4.01624095667826725E-02  4.04588696946499571E-02
+  4.07573053651493558E-02  4.10577262777701152E-02  4.13601421192425489E-02
+  4.16645625621785490E-02  4.19709972636854722E-02  4.22794558639532081E-02
+  4.25899479848140736E-02  4.29024832282750221E-02  4.32170711750219788E-02
+  4.35337213828957958E-02  4.38524433853394666E-02  4.41732466898162243E-02
+  4.44961407761982897E-02  4.48211350951258219E-02  4.51482390663354646E-02
+  4.54774620769584290E-02  4.58088134797873664E-02  4.61423025915120438E-02
+  4.64779386909230027E-02  4.68157310170831953E-02  4.71556887674668274E-02
+  4.74978210960654429E-02  4.78421371114602159E-02  4.81886458748607416E-02
+  4.85373563981093895E-02  4.88882776416508930E-02  4.92414185124671472E-02
+  4.95967878619763963E-02  4.99543944838965123E-02  5.03142471120719137E-02
+  5.06763544182636180E-02  5.10407250099022616E-02  5.14073674278032744E-02
+  5.17762901438442585E-02  5.21475015586036761E-02  5.25210099989605883E-02
+  5.28968237156551696E-02  5.32749508808093505E-02  5.36553995854070487E-02
+  5.40381778367337376E-02  5.44232935557750833E-02  5.48107545745740929E-02
+  5.52005686335460266E-02  5.55927433787508779E-02  5.59872863591230410E-02
+  5.63842050236574993E-02  5.67835067185522083E-02  5.71851986843063473E-02
+  5.75892880527736767E-02  5.79957818441709030E-02  5.84046869640405045E-02
+  5.88160102001671486E-02  5.92297582194479671E-02  5.96459375647153470E-02
+  6.00645546515129192E-02  6.04856157648237663E-02  6.09091270557500231E-02
+  6.13350945381438833E-02  6.17635240851893350E-02  6.21944214259343778E-02
+  6.26277921417731087E-02  6.30636416628772706E-02  6.35019752645770014E-02
+  6.39427980636900622E-02  6.43861150147994055E-02  6.48319309064783467E-02
+  6.52802503574631543E-02  6.57310778127720152E-02  6.61844175397710843E-02
+  6.66402736241871185E-02  6.70986499660649605E-02  6.75595502756707600E-02
+  6.80229780693396707E-02  6.84889366652681603E-02  6.89574291792504068E-02
+  6.94284585203581717E-02  6.99020273865641334E-02  7.03781382603080874E-02
+  7.08567934040054970E-02  7.13379948554983268E-02  7.18217444234476865E-02
+  7.23080436826667727E-02  7.27968939693962314E-02  7.32882963765204426E-02
+  7.37822517487238261E-02  7.42787606775871939E-02  7.47778234966235827E-02
+  7.52794402762538839E-02  7.57836108187216473E-02  7.62903346529463511E-02
+  7.67996110293154566E-02  7.73114389144150399E-02  7.78258169856980292E-02
+  7.83427436260904914E-02  7.88622169185354688E-02  7.93842346404728533E-02
+  7.99087942582573374E-02  8.04358929215147206E-02  8.09655274574338363E-02
+  8.14976943649950436E-02  8.20323898091349646E-02  8.25696096148477582E-02
+  8.31093492612221124E-02  8.36516038754145930E-02  8.41963682265587654E-02
+  8.47436367196099660E-02  8.52934033891262489E-02  8.58456618929845372E-02
+  8.64004055060327986E-02  8.69576271136761614E-02  8.75173192053991800E-02
+  8.80794738682267736E-02  8.86440827801190934E-02  8.92111372033021210E-02
+  8.97806279775339999E-02  9.03525455133073058E-02  9.09268797849877158E-02
+  9.15036203238886181E-02  9.20827562112821879E-02  9.26642760713473068E-02
+  9.32481680640541433E-02  9.38344198779858946E-02  9.44230187230978429E-02
+  9.50139513234125321E-02  9.56072039096517723E-02  9.62027622118126202E-02
+  9.68006114516798966E-02  9.74007363352772104E-02  9.80031210452572410E-02
+  9.86077492332323446E-02  9.92146040120457373E-02  9.98236679479835992E-02
+  1.00434923052928907E-01  1.01048350776457560E-01  1.01663931997877210E-01
+  1.02281647018209798E-01  1.02901475552118135E-01  1.03523396719775923E-01
+  1.04147389038679719E-01  1.04773430415417299E-01  1.05401498137380326E-01
+  1.06031568864423525E-01  1.06663618620473716E-01  1.07297622785088212E-01
+  1.07933556084965146E-01  1.08571392585405185E-01  1.09211105681727122E-01
+  1.09852668090637540E-01  1.10496051841556323E-01  1.11141228267898545E-01
+  1.11788167998314800E-01  1.12436840947888667E-01  1.13087216309288321E-01
+  1.13739262543893910E-01  1.14392947372886494E-01  1.15048237768298575E-01
+  1.15705099944031164E-01  1.16363499346839053E-01  1.17023400647285863E-01
+  1.17684767730670589E-01  1.18347563687927093E-01  1.19011750806498798E-01
+  1.19677290561190461E-01  1.20344143604997955E-01  1.21012269759919494E-01
+  1.21681628007747428E-01  1.22352176480833533E-01  1.23023872452859090E-01
+  1.23696672329595900E-01  1.24370531639651449E-01  1.25045405025207973E-01
+  1.25721246232756989E-01  1.26398008103832588E-01  1.27075642565745217E-01
+  1.27754100622318928E-01  1.28433332344634304E-01  1.29113286861780141E-01
+  1.29793912351616275E-01  1.30475156031550327E-01  1.31156964149330396E-01
+  1.31839281973839678E-01  1.32522053785934846E-01  1.33205222869320461E-01
+  1.33888731501439678E-01  1.34572520944396562E-01  1.35256531435913485E-01
+  1.35940702180326889E-01  1.36624971339624979E-01  1.37309276024530524E-01
+  1.37993552285632093E-01  1.38677735104567851E-01  1.39361758385265044E-01
+  1.40045554945238515E-01  1.40729056506952110E-01  1.41412193689223892E-01
+  1.42094895998719523E-01  1.42777091821549795E-01  1.43458708414925085E-01
+  1.44139671898891070E-01  1.44819907248151636E-01  1.45499338283982593E-01
+  1.46177887666241069E-01  1.46855476885474678E-01  1.47532026255134591E-01
+  1.48207454903897223E-01  1.48881680768099184E-01  1.49554620584289505E-01
+  1.50226189881904393E-01  1.50896302976039953E-01  1.51564872960363473E-01
+  1.52231811700220876E-01  1.52897029825852182E-01  1.53560436725748817E-01
+  1.54221940540162195E-01  1.54881448154769341E-01  1.55538865194499720E-01
+  1.56194096017528816E-01  1.56847043709443967E-01  1.57497610077587558E-01
+  1.58145695645582424E-01  1.58791199648046027E-01  1.59434020025497475E-01
+  1.60074053419432538E-01  1.60711195167584309E-01  1.61345339299501039E-01
+  1.61976378532293269E-01  1.62604204266590974E-01  1.63228706582728422E-01
+  1.63849774237161877E-01  1.64467294659126295E-01  1.65081153947536474E-01
+  1.65691236868138969E-01  1.66297426850920582E-01  1.66899605987779115E-01
+  1.67497655030462989E-01  1.68091453388785200E-01  1.68680879129087163E-01
+  1.69265808972928949E-01  1.69846118296240689E-01  1.70421681128719749E-01
+  1.70992370153508377E-01  1.71558056707181827E-01  1.72118610780055054E-01
+  1.72673901016812376E-01  1.73223794717467572E-01  1.73768157838660425E-01
+  1.74306854995295468E-01  1.74839749462529948E-01  1.75366703178116562E-01
+  1.75887576745108243E-01  1.76402229434901692E-01  1.76910519190542570E-01
+  1.77412302630638924E-01  1.77907435053627883E-01  1.78395770442380225E-01
+  1.78877161469203655E-01  1.79351459501251753E-01  1.79818514606344182E-01
+  1.80278175559205250E-01  1.80730289848126002E-01  1.81174703682056681E-01
+  1.81611261998135459E-01  1.82039808469660364E-01  1.82460185514509016E-01
+  1.82872234303990355E-01  1.83275794771983080E-01  1.83670705624812136E-01
+  1.84056804351630521E-01  1.84433927235171852E-01  1.84801909362987127E-01
+  1.85160584639171399E-01  1.85509785796586557E-01  1.85849344409586337E-01
+  1.86179090907249128E-01  1.86498854587123453E-01  1.86808463629493188E-01
+  1.87107745112166740E-01  1.87396525025796401E-01  1.87674628289716761E-01
+  1.87941878768088849E-01  1.88198099286862652E-01  1.88443111651460715E-01
+  1.88676736664830313E-01  1.88898794146052484E-01  1.89109102949516716E-01
+  1.89307480984667292E-01  1.89493745236326422E-01  1.89667711785598464E-01
+  1.89829195831359820E-01  1.89978011712339384E-01  1.90113972929794678E-01
+  1.90236892170787375E-01  1.90346581332053455E-01  1.90442851544198627E-01
+  1.90525513196707769E-01  1.90594375963972079E-01  1.90649248831643719E-01
+  1.90689940123596940E-01  1.90716257529517319E-01  1.90728008133123406E-01
+  1.90724998441025112E-01  1.90707034412221893E-01  1.90673921488244358E-01
+  1.90625464623942753E-01  1.90561468318926203E-01  1.90481736649655065E-01
+  1.90386073302186515E-01  1.90274281605273599E-01  1.90146164564161613E-01
+  1.90001524895781759E-01  1.89840165064208061E-01  1.89661887316731587E-01
+  1.89466493720608725E-01  1.89253786200485857E-01  1.89023566576502461E-01
+  1.88775636603075531E-01  1.88509798008367285E-01  1.88225852534437882E-01
+  1.87923601978085775E-01  1.87602848232377217E-01  1.87263393328866296E-01
+  1.86905039480211560E-01  1.86527589123252874E-01  1.86130844963921294E-01
+  1.85714610022361032E-01  1.85278687678625015E-01  1.84822881719069743E-01
+  1.84346996383451311E-01  1.83850836412721874E-01  1.83334207097528595E-01
+  1.82796914327415821E-01  1.82238764640729328E-01  1.81659565275224699E-01
+  1.81059124219379752E-01  1.80437250264409904E-01  1.79793753056734201E-01
+  1.79128443150569278E-01  1.78441132062764213E-01  1.77731632327885358E-01
+  1.76999757553743503E-01  1.76245322477621008E-01  1.75468143023198964E-01
+  1.74668036358182149E-01  1.73844820952620827E-01  1.72998316637927446E-01
+  1.72128344666585664E-01  1.71234727772550194E-01  1.70317290232334523E-01
+  1.69375857926783835E-01  1.68410258403333124E-01  1.67420320938029221E-01
+  1.66405876600026092E-01  1.65366758316552620E-01  1.64302800938057408E-01
+  1.63213841304015034E-01  1.62099718309388935E-01  1.60960272971745921E-01
+  1.59795348499016610E-01  1.58604790357894904E-01  1.57388446342870553E-01
+  1.56146166645887013E-01  1.54877803926616930E-01  1.53583213383347461E-01
+  1.52262252824330424E-01  1.50914782738528042E-01  1.49540666368754710E-01
+  1.48139769785732206E-01  1.46711961961889181E-01  1.45257114845696672E-01
+  1.43775103436538931E-01  1.42265805860106898E-01  1.40729103444299786E-01
+  1.39164880795619783E-01  1.37573025876044752E-01  1.35953430080362342E-01
+  1.34305988313947522E-01  1.32630599070965971E-01  1.30927164512904870E-01
+  1.29195590546118955E-01  1.27435786901257481E-01  1.25647667214223796E-01
+  1.23831149106243488E-01  1.21986154264177873E-01  1.20112608521110484E-01
+  1.18210441937173519E-01  1.16279588880588036E-01  1.14319988108889992E-01
+  1.12331582850310266E-01  1.10314320885276082E-01  1.08268154628002336E-01
+  1.06193041208135941E-01  1.04088942552382255E-01  1.01955825464709576E-01
+  9.97936617073709592E-02  9.76024280841254060E-02  9.53821065217085318E-02
+  9.31326841509882708E-02  9.08541533878897967E-02  8.85465120140420114E-02
+  8.62097632570982125E-02  8.38439158706787008E-02  8.14489842138866604E-02
+  7.90249883303392603E-02  7.65719540266623783E-02  7.40899129503892612E-02
+  7.15789026671962425E-02  6.90389667361347714E-02  6.64701547840362145E-02
+  6.38725225826123760E-02  6.12461321227568412E-02  5.85910516875798870E-02
+  5.59073559244004439E-02  5.31951259156257031E-02  5.04544492484462689E-02
+  4.76854200832727421E-02  4.48881392208397290E-02  4.20627141678985711E-02
+  3.92092592014239086E-02  3.63278954312515959E-02  3.34187508610698653E-02
+  3.04819604466250345E-02  2.75176661509786459E-02  2.45260170025472651E-02
+  2.15071691492639827E-02  1.84612859100894318E-02  1.53885378243748937E-02
+  1.22891026989874128E-02  9.16316565311381913E-03  6.01091916065604401E-03
+  2.83256309013131102E-03 -3.71695258008366907E-04 -3.60164111672247851E-03
+ -6.85705222047948860E-03 -1.01376987761882531E-02 -1.34433434378196191E-02
+ -1.67737412861675601E-02 -2.01286398063050993E-02 -2.35077788696043122E-02
+ -2.69108907200350835E-02 -3.03376999637609349E-02 -3.37879235621029797E-02
+ -3.72612708279316043E-02 -4.07574434255566914E-02 -4.42761353741561933E-02
+ -4.78170330548143563E-02 -5.13798152211944956E-02 -5.49641530139078280E-02
+ -5.85697099785889713E-02 -6.21961420882399391E-02 -6.58430977721534277E-02
+ -6.95102179432758593E-02 -7.31971360296340967E-02 -7.69034780112338445E-02
+ -8.06288624607050392E-02 -8.43729005876826671E-02 -8.81351962868620331E-02
+ -9.19153461896960455E-02 -9.57129397196491982E-02 -9.95275591509574287E-02
+ -1.03358779670772311E-01 -1.07206169444610352E-01 -1.11069289684959160E-01
+ -1.14947694723217461E-01 -1.18840932087566672E-01 -1.22748542579042177E-01
+ -1.26670060348811009E-01 -1.30605012980109958E-01 -1.34552921572303086E-01
+ -1.38513300826736657E-01 -1.42485659134147319E-01 -1.46469498663302444E-01
+ -1.50464315450588748E-01 -1.54469599490186155E-01 -1.58484834824501486E-01
+ -1.62509499634458099E-01 -1.66543066329275430E-01 -1.70585001635427835E-01
+ -1.74634766687029680E-01 -1.78691817111396201E-01 -1.82755603109386877E-01
+ -1.86825569535819885E-01 -1.90901155976791109E-01 -1.94981796823239406E-01
+ -1.99066921340287362E-01 -2.03155953731830291E-01 -2.07248313199906137E-01
+ -2.11343413998328539E-01 -2.15440665480138349E-01 -2.19539472138385733E-01
+ -2.23639233639841561E-01 -2.27739344851242337E-01 -2.31839195859703001E-01
+ -2.35938171983686079E-01 -2.40035653771656060E-01 -2.44131016994844630E-01
+ -2.48223632631495772E-01 -2.52312866842228589E-01 -2.56398080936553974E-01
+ -2.60478631330607835E-01 -2.64553869496319094E-01 -2.68623141902260221E-01
+ -2.72685789946594537E-01 -2.76741149882574256E-01 -2.80788552737209984E-01
+ -2.84827324223779599E-01 -2.88856784650052878E-01 -2.92876248822052820E-01
+ -2.96885025940948122E-01 -3.00882419499588161E-01 -3.04867727178202541E-01
+ -3.08840240740118899E-01 -3.12799245928824243E-01 -3.16744022367675182E-01
+ -3.20673843463665009E-01 -3.24587976316603688E-01 -3.28485681635139137E-01
+ -3.32366213660973797E-01 -3.36228820102661974E-01 -3.40072742080279544E-01
+ -3.43897214082669933E-01 -3.47701463938509370E-01 -3.51484712799665255E-01
+ -3.55246175141056220E-01 -3.58985058777294364E-01 -3.62700564896571598E-01
+ -3.66391888112540032E-01 -3.70058216534774664E-01 -3.73698731858345568E-01
+ -3.77312609472867710E-01 -3.80899018591340843E-01 -3.84457122398933704E-01
+ -3.87986078221818187E-01 -3.91485037716023665E-01 -3.94953147076425148E-01
+ -3.98389547266140454E-01 -4.01793374263863634E-01 -4.05163759330729512E-01
+ -4.08499829296351591E-01 -4.11800706863217458E-01 -4.15065510928997516E-01
+ -4.18293356926240423E-01 -4.21483357178948803E-01 -4.24634621275452595E-01
+ -4.27746256457031515E-01 -4.30817368021677971E-01 -4.33847059742425212E-01
+ -4.36834434299619989E-01 -4.39778593726669997E-01 -4.42678639869259594E-01
+ -4.45533674855355832E-01 -4.48342801576738670E-01 -4.51105124182013206E-01
+ -4.53819748580005955E-01 -4.56485782952991193E-01 -4.59102338279168465E-01
+ -4.61668528863858618E-01 -4.64183472878859082E-01 -4.66646292909442817E-01
+ -4.69056116508458687E-01 -4.71412076757037057E-01 -4.73713312831373023E-01
+ -4.75958970575135587E-01 -4.78148203077271960E-01 -4.80280171253683663E-01
+ -4.82354044432915074E-01 -4.84369000945905792E-01 -4.86324228718921225E-01
+ -4.88218925869196019E-01 -4.90052301302812299E-01 -4.91823575314363437E-01
+ -4.93531980187930486E-01 -4.95176760798925919E-01 -4.96757175216333835E-01
+ -4.98272495304903307E-01 -4.99722007326825202E-01 -5.01105012542429007E-01
+ -5.02420827808771842E-01 -5.03668786176393990E-01 -5.04848237484711748E-01
+ -5.05958548954241305E-01 -5.06999105775530534E-01 -5.07969311694380199E-01
+ -5.08868589592881726E-01 -5.09696382065817910E-01 -5.10452151991951486E-01
+ -5.11135383099740936E-01 -5.11745580527009247E-01 -5.12282271374100651E-01
+ -5.12745005250046071E-01 -5.13133354811246445E-01 -5.13446916290356770E-01
+ -5.13685310016596119E-01 -5.13848180931408272E-01 -5.13935199092745876E-01
+ -5.13946060169226837E-01 -5.13880485923954522E-01 -5.13738224687517953E-01
+ -5.13519051819688377E-01 -5.13222770159324937E-01 -5.12849210462003713E-01
+ -5.12398231824881645E-01 -5.11869722098311830E-01 -5.11263598283716592E-01
+ -5.10579806917229817E-01 -5.09818324435946102E-01 -5.08979157526658677E-01
+ -5.08062343468774658E-01 -5.07067950457166683E-01 -5.05996077907347686E-01
+ -5.04846856743518702E-01 -5.03620449668995884E-01 -5.02317051418550320E-01
+ -5.00936888992173923E-01 -4.99480221869808672E-01 -4.97947342206557952E-01
+ -4.96338575007925609E-01 -4.94654278284608728E-01 -4.92894843186396869E-01
+ -4.91060694111900953E-01 -4.89152288790138945E-01 -4.87170118356390291E-01
+ -4.85114707400724710E-01 -4.82986613990741498E-01 -4.80786429670808868E-01
+ -4.78514779437373861E-01 -4.76172321689961542E-01 -4.73759748157456972E-01
+ -4.71277783799306127E-01 -4.68727186681254515E-01 -4.66108747825286052E-01
+ -4.63423291033404239E-01 -4.60671672684949129E-01 -4.57854781504729524E-01
+ -4.54973538293194646E-01 -4.52028895650647689E-01 -4.49021837671489621E-01
+ -4.45953379604942135E-01 -4.42824567487723975E-01 -4.39636477748478915E-01
+ -4.36390216783813123E-01 -4.33086920505773632E-01 -4.29727753860680461E-01
+ -4.26313910319199296E-01 -4.22846611337619860E-01 -4.19327105790292365E-01
+ -4.15756669373246512E-01 -4.12136603977342364E-01 -4.08468237018389968E-01
+ -4.04752920760819035E-01 -4.00992031616736189E-01 -3.97186969406951418E-01
+ -3.93339156593849437E-01 -3.89450037486479272E-01 -3.85521077418201907E-01
+ -3.81553761897224952E-01 -3.77549595730448939E-01 -3.73510102121048959E-01
+ -3.69436821740310839E-01 -3.65331311774239997E-01 -3.61195144945560376E-01
+ -3.57029908510799188E-01 -3.52837203218713646E-01 -3.48618642264071077E-01
+ -3.44375850232773117E-01 -3.40110462011946835E-01 -3.35824121679862309E-01
+ -3.31518481376689711E-01 -3.27195200157217037E-01 -3.22855942826649034E-01
+ -3.18502378760564808E-01 -3.14136180710192225E-01 -3.09759023594237626E-01
+ -3.05372583278508913E-01 -3.00978535344678610E-01 -2.96578553849154436E-01
+ -2.92174310060254794E-01 -2.87767471198579761E-01 -2.83359699194259906E-01
+ -2.78952649424228594E-01 -2.74547969446221840E-01 -2.70147297732354741E-01
+ -2.65752262403957051E-01 -2.61364479969315056E-01 -2.56985554066060995E-01
+ -2.52617074209913361E-01 -2.48260614551553960E-01 -2.43917732643385510E-01
+ -2.39589968217990723E-01 -2.35278841979982445E-01 -2.30985854403555957E-01
+ -2.26712484548424631E-01 -2.22460188921150992E-01 -2.18230400341683034E-01
+ -2.14024526830132233E-01 -2.09843950517825811E-01 -2.05690026584419733E-01
+ -2.01564082222780938E-01 -1.97467415633373222E-01 -1.93401295049792893E-01
+ -1.89366957797122398E-01 -1.85365609384663732E-01 -1.81398422634630019E-01
+ -1.77466536848260803E-01 -1.73571057005869223E-01 -1.69713053003531678E-01
+ -1.65893558954096298E-01 -1.62113572520041715E-01 -1.58374054287342553E-01
+ -1.54675927184388801E-01 -1.51020075946999316E-01 -1.47407346630430203E-01
+ -1.43838546169247877E-01 -1.40314441985789157E-01 -1.36835761647893545E-01
+ -1.33403192576442509E-01 -1.30017381803194443E-01 -1.26678935779255458E-01
+ -1.23388420233078028E-01 -1.20146360077142703E-01 -1.16953239376821630E-01
+ -1.13809501365412569E-01 -1.10715548507725969E-01 -1.07671742614288676E-01
+ -1.04678405005789135E-01 -1.01735816727308886E-01 -9.88442188117413523E-02
+ -9.60038125917425655E-02 -9.32147600594115527E-02 -9.04771842728430559E-02
+ -8.77911698085592496E-02 -8.51567632587694329E-02 -8.25739737726910172E-02
+ -8.00427736436005316E-02 -7.75630989342320359E-02 -7.51348501399858454E-02
+ -7.27578928910056488E-02 -7.04320586908589036E-02 -6.81571456901705758E-02
+ -6.59329194935371898E-02 -6.37591139979554744E-02 -6.16354322609805952E-02
+ -5.95615473967482378E-02 -5.75371034979842849E-02 -5.55617165820569484E-02
+ -5.36349755591254210E-02 -5.17564432211949574E-02 -4.99256572584268685E-02
+ -4.81421312802576828E-02 -4.64053558454558049E-02 -4.47147995101091281E-02
+ -4.30699098856993715E-02 -4.14701147050927227E-02 -3.99148228944485317E-02
+ -3.84034256490400489E-02 -3.69352975110251308E-02 -3.55097974472108266E-02
+ -3.41262699249118145E-02 -3.27840459840166160E-02 -3.14824443034386822E-02
+ -3.02207722606983066E-02 -2.89983269941832926E-02 -2.78143964431719140E-02
+ -2.66682603623055528E-02 -2.55591913332557791E-02 -2.44864557614350858E-02
+ -2.34493148557526239E-02 -2.24470255900591324E-02 -2.14788416449793566E-02
+ -2.05440143289191655E-02 -1.96417934770942333E-02 -1.87714283275172145E-02
+ -1.79321683729444757E-02 -1.71232641878735284E-02 -1.63439682299519225E-02
+ -1.55935356254867583E-02 -1.48712249221735916E-02 -1.41762987931715063E-02
+ -1.35080247267260149E-02 -1.28656756883892241E-02 -1.22485307541063144E-02
+ -1.16558757138832975E-02 -1.10870036458161417E-02 -1.05412154603431937E-02
+ -1.00178204146446851E-02 -9.51613659719086069E-03 -9.03549138249928885E-03
+ -8.57522185623450610E-03 -8.13467521087141675E-03 -7.71320911940846180E-03
+ -7.31019208136367976E-03
+                              </PP_AEWFC.2>
+ <PP_AEWFC.3 type="real" size="  1351" l="1" columns="3">
+  1.71608660121859714E-07  1.74375843728350011E-07  1.77187642862958394E-07
+  1.80044776738969731E-07  1.82947976160491088E-07  1.85897983709174503E-07
+  1.88895553933946355E-07  1.91941453543789792E-07  1.95036461603633191E-07
+  1.98181369733389986E-07  2.01376982310204699E-07  2.04624116673953269E-07
+  2.07923603336052452E-07  2.11276286191631143E-07  2.14683022735115984E-07
+  2.18144684279288326E-07  2.21662156177867099E-07  2.25236338051674384E-07
+  2.28868144018442794E-07  2.32558502926319656E-07  2.36308358591132200E-07
+  2.40118670037470833E-07  2.43990411743652164E-07  2.47924573890625423E-07
+  2.51922162614886260E-07  2.55984200265459208E-07  2.60111725665016924E-07
+  2.64305794375203731E-07  2.68567478966226245E-07  2.72897869290785101E-07
+  2.77298072762415066E-07  2.81769214638303352E-07  2.86312438306660474E-07
+  2.90928905578715538E-07  2.95619796985410282E-07  3.00386312078867523E-07
+  3.05229669738711149E-07  3.10151108483314992E-07  3.15151886786060470E-07
+  3.20233283396682682E-07  3.25396597667787732E-07  3.30643149886623786E-07
+  3.35974281612189967E-07  3.41391356017771026E-07  3.46895758238978521E-07
+  3.52488895727398242E-07  3.58172198609922713E-07  3.63947120053867016E-07
+  3.69815136637957314E-07  3.75777748729289098E-07  3.81836480866349613E-07
+  3.87992882148200690E-07  3.94248526629923712E-07  4.00605013724426676E-07
+  4.07063968610712807E-07  4.13627042648717860E-07  4.20295913800819858E-07
+  4.27072287060129449E-07  4.33957894885668859E-07  4.40954497644550352E-07
+  4.48063884061268392E-07  4.55287871674212976E-07  4.62628307299537009E-07
+  4.70087067502464865E-07  4.77666059076204708E-07  4.85367219528537794E-07
+  4.93192517576259234E-07  5.01143953647543287E-07  5.09223560392413159E-07
+  5.17433403201395482E-07  5.25775580732538598E-07  5.34252225446881382E-07
+  5.42865504152557026E-07  5.51617618557619154E-07  5.60510805831784862E-07
+  5.69547339177184784E-07  5.78729528408305803E-07  5.88059720541250377E-07
+  5.97540300392473847E-07  6.07173691187144358E-07  6.16962355177285167E-07
+  6.26908794269851369E-07  6.37015550664907708E-07  6.47285207504061841E-07
+  6.57720389529322454E-07  6.68323763752547411E-07  6.79098040135653144E-07
+  6.90045972281757848E-07  7.01170358137429719E-07  7.12474040706230678E-07
+  7.23959908773717815E-07  7.35630897644103389E-07  7.47489989888753388E-07
+  7.59540216106710984E-07  7.71784655697449144E-07  7.84226437646031732E-07
+  7.96868741320900603E-07  8.09714797284476068E-07  8.22767888116786325E-07
+  8.36031349252327647E-07  8.49508569830374177E-07  8.63202993558946247E-07
+  8.77118119592662615E-07  8.91257503424692310E-07  9.05624757793040185E-07
+  9.20223553601391158E-07  9.35057620854743547E-07  9.50130749610077455E-07
+  9.65446790942290916E-07  9.81009657925650093E-07  9.96823326631011220E-07
+  1.01289183713904872E-06  1.02921929456976744E-06  1.04580987012854341E-06
+  1.06266780216896665E-06  1.07979739727274927E-06  1.09720303134698317E-06
+  1.11488915073900971E-06  1.13286027336919644E-06  1.15112098988190285E-06
+  1.16967596481492664E-06  1.18852993778772518E-06  1.20768772470871780E-06
+  1.22715421900196758E-06  1.24693439285356199E-06  1.26703329847799507E-06
+  1.28745606940488720E-06  1.30820792178635475E-06  1.32929415572536810E-06
+  1.35072015662542911E-06  1.37249139656191627E-06  1.39461343567543602E-06
+  1.41709192358753718E-06  1.43993260083914968E-06  1.46314130035210304E-06
+  1.48672394891410138E-06  1.51068656868752751E-06  1.53503527874245380E-06
+  1.55977629661425926E-06  1.58491593988622979E-06  1.61046062779755784E-06
+  1.63641688287713327E-06  1.66279133260354898E-06  1.68959071109173448E-06
+  1.71682186080664781E-06  1.74449173430445463E-06  1.77260739600164083E-06
+  1.80117602397249098E-06  1.83020491177540275E-06  1.85970147030849384E-06
+  1.88967322969495884E-06  1.92012784119867045E-06  1.95107307917049260E-06
+  1.98251684302580515E-06  2.01446715925373754E-06  2.04693218345860757E-06
+  2.07992020243410608E-06  2.11343963627072502E-06  2.14749904049697127E-06
+  2.18210710825490502E-06  2.21727267251055240E-06  2.25300470829974590E-06
+  2.28931233500996513E-06  2.32620481869874180E-06  2.36369157444922822E-06
+  2.40178216876351310E-06  2.44048632199428540E-06  2.47981391081546426E-06
+  2.51977497073241842E-06  2.56037969863240319E-06  2.60163845537585907E-06
+  2.64356176842922314E-06  2.68616033453991585E-06  2.72944502245418173E-06
+  2.77342687567845832E-06  2.81811711528498138E-06  2.86352714276230993E-06
+  2.90966854291153820E-06  2.95655308678881009E-06  3.00419273469507955E-06
+  3.05259963921358430E-06  3.10178614829613059E-06  3.15176480839860129E-06
+  3.20254836766686147E-06  3.25414977917345853E-06  3.30658220420634364E-06
+  3.35985901561002836E-06  3.41399380118042068E-06  3.46900036711378904E-06
+  3.52489274151112737E-06  3.58168517793841199E-06  3.63939215904398672E-06
+  3.69802840023367574E-06  3.75760885340486995E-06  3.81814871074016344E-06
+  3.87966340856186885E-06  3.94216863124799722E-06  4.00568031521107584E-06
+  4.07021465294039526E-06  4.13578809710913065E-06  4.20241736474689807E-06
+  4.27011944147928565E-06  4.33891158583492892E-06  4.40881133362169546E-06
+  4.47983650237257965E-06  4.55200519586293016E-06  4.62533580869964146E-06
+  4.69984703098392450E-06  4.77555785304838587E-06  4.85248757027003001E-06
+  4.93065578795998214E-06  5.01008242633147289E-06  5.09078772554715689E-06
+  5.17279225084707900E-06  5.25611689775855374E-06  5.34078289738928265E-06
+  5.42681182180502252E-06  5.51422558949312907E-06  5.60304647091336895E-06
+  5.69329709413738623E-06  5.78500045057819679E-06  5.87817990081118761E-06
+  5.97285918048803388E-06  6.06906240634503405E-06  6.16681408230736880E-06
+  6.26613910569076712E-06  6.36706277350219562E-06  6.46961078884105165E-06
+  6.57380926740250784E-06  6.67968474408468159E-06  6.78726417970115776E-06
+  6.89657496780062962E-06  7.00764494159531330E-06  7.12050238099988301E-06
+  7.23517601978267383E-06  7.35169505283092207E-06  7.47008914353184517E-06
+  7.59038843127145062E-06  7.71262353905285614E-06  7.83682558123608293E-06
+  7.96302617140122595E-06  8.09125743033693942E-06  8.22155199415623979E-06
+  8.35394302254163963E-06  8.48846420712166823E-06  8.62514977998083881E-06
+  8.76403452230519523E-06  8.90515377316558288E-06  9.04854343844079349E-06
+  9.19423999988283865E-06  9.34228052432658835E-06  9.49270267304603755E-06
+  9.64554471125953037E-06  9.80084551778632195E-06  9.95864459485684965E-06
+  1.01189820780791294E-05  1.02818987465637505E-05  1.04474360332100369E-05
+  1.06156360351558168E-05  1.07865415243934589E-05  1.09601959585547740E-05
+  1.11366434918674673E-05  1.13159289862858680E-05  1.14980980227985529E-05
+  1.16831969129159315E-05  1.18712727103402672E-05  1.20623732228213657E-05
+  1.22565470242006314E-05  1.24538434666465547E-05  1.26543126930846121E-05
+  1.28580056498246747E-05  1.30649740993890571E-05  1.32752706335442537E-05
+  1.34889486865397433E-05  1.37060625485569987E-05  1.39266673793720740E-05
+  1.41508192222350353E-05  1.43785750179698783E-05  1.46099926192980500E-05
+  1.48451308053894804E-05  1.50840492966444032E-05  1.53268087697097411E-05
+  1.55734708727337502E-05  1.58240982408625982E-05  1.60787545119827361E-05
+  1.63375043427129067E-05  1.66004134246496886E-05  1.68675485008707126E-05
+  1.71389773826992537E-05  1.74147689667347596E-05  1.76949932521531771E-05
+  1.79797213582811579E-05  1.82690255424492803E-05  1.85629792181271835E-05
+  1.88616569733469310E-05  1.91651345894170550E-05  1.94734890599339938E-05
+  1.97867986100933319E-05  2.01051427163079062E-05  2.04286021261351406E-05
+  2.07572588785209333E-05  2.10911963243626321E-05  2.14304991473983914E-05
+  2.17752533854257538E-05  2.21255464518570637E-05  2.24814671576143030E-05
+  2.28431057333713395E-05  2.32105538521465283E-05  2.35839046522535305E-05
+  2.39632527606134792E-05  2.43486943164367569E-05  2.47403269952774879E-05
+  2.51382500334692087E-05  2.55425642529450071E-05  2.59533720864509588E-05
+  2.63707776031559652E-05  2.67948865346672929E-05  2.72258063014550474E-05
+  2.76636460396951349E-05  2.81085166285338739E-05  2.85605307177842753E-05
+  2.90198027560573075E-05  2.94864490193383417E-05  2.99605876400121591E-05
+  3.04423386363472393E-05  3.09318239424426406E-05  3.14291674386485176E-05
+  3.19344949824637721E-05  3.24479344399221376E-05  3.29696157174704400E-05
+  3.34996707943506202E-05  3.40382337554891626E-05  3.45854408249061549E-05
+  3.51414303996478008E-05  3.57063430842545349E-05  3.62803217257690370E-05
+  3.68635114492967621E-05  3.74560596941231680E-05  3.80581162504005688E-05
+  3.86698332964092634E-05  3.92913654364060032E-05  3.99228697390646784E-05
+  4.05645057765226396E-05  4.12164356640376959E-05  4.18788241002697565E-05
+  4.25518384081920268E-05  4.32356485766464250E-05  4.39304273025481639E-05
+  4.46363500337544272E-05  4.53535950126024868E-05  4.60823433201329127E-05
+  4.68227789210026623E-05  4.75750887091044316E-05  4.83394625538982321E-05
+  4.91160933474695538E-05  4.99051770523236527E-05  5.07069127499279180E-05
+  5.15215026900132762E-05  5.23491523406470922E-05  5.31900704390888174E-05
+  5.40444690434407988E-05  5.49125635851059168E-05  5.57945729220652258E-05
+  5.66907193929876117E-05  5.76012288721844081E-05  5.85263308254218751E-05
+  5.94662583666049214E-05  6.04212483153453397E-05  6.13915412554277476E-05
+  6.23773815941874578E-05  6.33790176228142229E-05  6.43967015775955096E-05
+  6.54306897021143921E-05  6.64812423104157942E-05  6.75486238511574847E-05
+  6.86331029727582279E-05  6.97349525895609633E-05  7.08544499490250157E-05
+  7.19918766999635301E-05  7.31475189618417985E-05  7.43216673951528910E-05
+  7.55146172728870157E-05  7.67266685531110484E-05  7.79581259526753606E-05
+  7.92092990220645354E-05  8.04805022214106737E-05  8.17720549976851330E-05
+  8.30842818630881194E-05  8.44175124746537794E-05  8.57720817150887477E-05
+  8.71483297748639239E-05  8.85466022355768125E-05  8.99672501546060964E-05
+  9.14106301510753030E-05  9.28771044931476808E-05  9.43670411866708134E-05
+  9.58808140651922739E-05  9.74188028813668266E-05  9.89813933997755850E-05
+  1.00568977491179609E-04  1.02181953228228559E-04  1.03820724982646581E-04
+  1.05485703523918359E-04  1.07177306119496770E-04  1.08895956636555704E-04
+  1.10642085645310982E-04  1.12416130523933678E-04  1.14218535565078623E-04
+  1.16049752084053563E-04  1.17910238528652058E-04  1.19800460590676938E-04
+  1.21720891319178248E-04  1.23672011235431006E-04  1.25654308449680809E-04
+  1.27668278779681439E-04  1.29714425871053088E-04  1.31793261319486697E-04
+  1.33905304794824036E-04  1.36051084167038752E-04  1.38231135634148795E-04
+  1.40446003852088451E-04  1.42696242066569416E-04  1.44982412246959621E-04
+  1.47305085222210744E-04  1.49664840818863816E-04  1.52062268001165296E-04
+  1.54497965013323152E-04  1.56972539523935552E-04  1.59486608772624783E-04
+  1.62040799718907511E-04  1.64635749193336897E-04  1.67272104050947593E-04
+  1.69950521327038136E-04  1.72671668395326446E-04  1.75436223128512254E-04
+  1.78244874061282590E-04  1.81098320555795537E-04  1.83997272969680287E-04
+  1.86942452826587588E-04  1.89934592989330709E-04  1.92974437835654206E-04
+  1.96062743436667799E-04  1.99200277737985649E-04  2.02387820743610443E-04
+  2.05626164702602725E-04  2.08916114298574718E-04  2.12258486842050451E-04
+  2.15654112465734200E-04  2.19103834322729725E-04  2.22608508787753553E-04
+  2.26169005661385175E-04  2.29786208377397963E-04  2.33461014213216046E-04
+  2.37194334503543279E-04  2.40987094857207933E-04  2.44840235377272273E-04
+  2.48754710884452172E-04  2.52731491143894506E-04  2.56771561095364925E-04
+  2.60875921086888875E-04  2.65045587111898101E-04  2.69281591049933509E-04
+  2.73584980910957008E-04  2.77956821083319493E-04  2.82398192585443634E-04
+  2.86910193321268745E-04  2.91493938339515608E-04  2.96150560096823375E-04
+  3.00881208724814797E-04  3.05687052301146828E-04  3.10569277124600354E-04
+  3.15529087994269417E-04  3.20567708492907905E-04  3.25686381274492716E-04
+  3.30886368356058346E-04  3.36168951413869045E-04  3.41535432083987800E-04
+  3.46987132267305171E-04  3.52525394439090836E-04  3.58151581963128695E-04
+  3.63867079410504733E-04  3.69673292883109308E-04  3.75571650341920290E-04
+  3.81563601940137023E-04  3.87650620361228984E-04  3.93834201161971057E-04
+  4.00115863120533311E-04  4.06497148589700244E-04  4.12979623855279669E-04
+  4.19564879499781634E-04  4.26254530771441218E-04  4.33050217958657236E-04
+  4.39953606769921939E-04  4.46966388719317236E-04  4.54090281517654387E-04
+  4.61327029469336730E-04  4.68678403875020871E-04  4.76146203440158645E-04
+  4.83732254689500023E-04  4.91438412387635074E-04  4.99266559965667531E-04
+  5.07218609954094755E-04  5.15296504421980254E-04  5.23502215422494421E-04
+  5.31837745444933602E-04  5.40305127873286109E-04  5.48906427451442886E-04
+  5.57643740755137921E-04  5.66519196670712730E-04  5.75534956880791450E-04
+  5.84693216356969836E-04  5.93996203859599079E-04  6.03446182444769682E-04
+  6.13045449978587482E-04  6.22796339658841314E-04  6.32701220544164907E-04
+  6.42762498090778539E-04  6.52982614696916391E-04  6.63364050255047899E-04
+  6.73909322711998171E-04  6.84620988637061690E-04  6.95501643798221176E-04
+  7.06553923746577666E-04  7.17780504409097717E-04  7.29184102689786704E-04
+  7.40767477079398587E-04  7.52533428273798261E-04  7.64484799801076666E-04
+  7.76624478657550292E-04  7.88955395952755430E-04  8.01480527563534989E-04
+  8.14202894797344382E-04  8.27125565064905192E-04  8.40251652562320345E-04
+  8.53584318962775468E-04  8.67126774117940938E-04  8.80882276769206986E-04
+  8.94854135268872215E-04  9.09045708311410753E-04  9.23460405674948791E-04
+  9.38101688973077912E-04  9.52973072417136495E-04  9.68078123589086702E-04
+  9.83420464225144911E-04  9.99003771010258503E-04  1.01483177638356692E-03
+  1.03090826935501537E-03  1.04723709633324359E-03  1.06382216196489166E-03
+  1.08066742998545870E-03  1.09777692408186090E-03  1.11515472876683066E-03
+  1.13280499026529907E-03  1.15073191741291267E-03  1.16893978256682723E-03
+  1.18743292252892975E-03  1.20621573948163983E-03  1.22529270193646252E-03
+  1.24466834569540567E-03  1.26434727482540514E-03  1.28433416264595751E-03
+  1.30463375273010647E-03  1.32525085991893189E-03  1.34619037134970677E-03
+  1.36745724749787970E-03  1.38905652323304224E-03  1.41099330888904795E-03
+  1.43327279134845267E-03  1.45590023514142780E-03  1.47888098355932591E-03
+  1.50222045978306803E-03  1.52592416802654050E-03  1.54999769469515514E-03
+  1.57444670955966229E-03  1.59927696694551493E-03  1.62449430693790194E-03
+  1.65010465660266102E-03  1.67611403122319247E-03  1.70252853555361147E-03
+  1.72935436508827212E-03  1.75659780734787599E-03  1.78426524318232665E-03
+  1.81236314809053094E-03  1.84089809355730480E-03  1.86987674840760490E-03
+  1.89930588017828052E-03  1.92919235650753696E-03  1.95954314654213759E-03
+  1.99036532236272681E-03  2.02166606042741273E-03  2.05345264303379710E-03
+  2.08573245979964267E-03  2.11851300916236773E-03  2.15180189989756711E-03
+  2.18560685265676864E-03  2.21993570152458812E-03  2.25479639559551326E-03
+  2.29019700057050361E-03  2.32614570037359934E-03  2.36265079878878598E-03
+  2.39972072111735522E-03  2.43736401585567617E-03  2.47558935639383918E-03
+  2.51440554273536223E-03  2.55382150323812604E-03  2.59384629637673600E-03
+  2.63448911252652396E-03  2.67575927576938367E-03  2.71766624572166316E-03
+  2.76021961938430075E-03  2.80342913301542731E-03  2.84730466402564105E-03
+  2.89185623289613244E-03  2.93709400511995124E-03  2.98302829316671961E-03
+  3.02966955847051075E-03  3.07702841344150314E-03  3.12511562350159750E-03
+  3.17394210914417278E-03  3.22351894801815170E-03  3.27385737703661832E-03
+  3.32496879451017096E-03  3.37686476230521790E-03  3.42955700802745041E-03
+  3.48305742723065311E-03  3.53737808565110457E-03  3.59253122146774122E-03
+  3.64852924758833673E-03  3.70538475396213702E-03  3.76311050991845388E-03
+  3.82171946653183910E-03  3.88122475901416528E-03  3.94163970913373289E-03
+  4.00297782766154738E-03  4.06525281684499105E-03  4.12847857290909222E-03
+  4.19266918858554865E-03  4.25783895566976718E-03  4.32400236760603109E-03
+  4.39117412210106219E-03  4.45936912376611577E-03  4.52860248678784143E-03
+  4.59888953762846355E-03  4.67024581775461484E-03  4.74268708639519806E-03
+  4.81622932332900332E-03  4.89088873170199102E-03  4.96668174087438411E-03
+  5.04362500929774350E-03  5.12173542742224742E-03  5.20103012063425491E-03
+  5.28152645222434384E-03  5.36324202638606591E-03  5.44619469124546247E-03
+  5.53040254192155040E-03  5.61588392361794895E-03  5.70265743474630132E-03
+  5.79074193008068724E-03  5.88015652394291259E-03  5.97092059341996443E-03
+  6.06305378161332668E-03  6.15657600092020790E-03  6.25150743634686999E-03
+  6.34786854885407981E-03  6.44568007873488891E-03  6.54496304902479984E-03
+  6.64573876894441248E-03  6.74802883737471871E-03  6.85185514636501691E-03
+  6.95723988467368461E-03  7.06420554134243924E-03  7.17277490930339975E-03
+  7.28297108901772988E-03  7.39481749214813272E-03  7.50833784526458610E-03
+  7.62355619358324760E-03  7.74049690473855873E-03  7.85918467258861671E-03
+  7.97964452105380355E-03  8.10190180798874351E-03  8.22598222908755075E-03
+  8.35191182182240012E-03  8.47971696941542639E-03  8.60942440484391107E-03
+  8.74106121487957383E-03  8.87465484416153499E-03  9.01023309929989934E-03
+  9.14782415301366482E-03  9.28745654830203521E-03  9.42915920264876702E-03
+  9.57296141225950914E-03  9.71889285633206063E-03  9.86698360135941296E-03
+  1.00172641054655266E-02  1.01697652227736492E-02  1.03245182078071495E-02
+  1.04815547199226533E-02  1.06409068277753330E-02  1.08026070138171146E-02
+  1.09666881788281021E-02  1.11331836464755186E-02  1.13021271679054208E-02
+  1.14735529263662681E-02  1.16474955418636086E-02  1.18239900758454995E-02
+  1.20030720359185616E-02  1.21847773805941785E-02  1.23691425240648901E-02
+  1.25562043410103984E-02  1.27460001714330522E-02  1.29385678255224245E-02
+  1.31339455885486379E-02  1.33321722257849669E-02  1.35332869874614705E-02
+  1.37373296137401294E-02  1.39443403397183259E-02  1.41543599004605846E-02
+  1.43674295360567729E-02  1.45835909967062423E-02  1.48028865478276352E-02
+  1.50253589751936801E-02  1.52510515900905076E-02  1.54800082345011233E-02
+  1.57122732863124136E-02  1.59478916645448658E-02  1.61869088346050412E-02
+  1.64293708135603359E-02  1.66753241754399872E-02  1.69248160565487159E-02
+  1.71778941607997303E-02  1.74346067650698669E-02  1.76950027245732985E-02
+  1.79591314782531764E-02  1.82270430541902929E-02  1.84987880750282462E-02
+  1.87744177634141737E-02  1.90539839474542436E-02  1.93375390661832160E-02
+  1.96251361750471622E-02  1.99168289513984159E-02  2.02126717000025991E-02
+  2.05127193585632542E-02  2.08170275032474560E-02  2.11256523542155301E-02
+  2.14386507811638004E-02  2.17560803088740380E-02  2.20779991227686226E-02
+  2.24044660744702716E-02  2.27355406873651598E-02  2.30712831621684746E-02
+  2.34117543824912296E-02  2.37570159204070971E-02  2.41071300420183168E-02
+  2.44621597130190299E-02  2.48221686042557066E-02  2.51872210972921319E-02
+  2.55573822899609823E-02  2.59327180018959144E-02  2.63132947800641913E-02
+  2.66991799042895321E-02  2.70904413927635299E-02  2.74871480075441696E-02
+  2.78893692600397959E-02  2.82971754164772216E-02  2.87106375033524819E-02
+  2.91298273128623580E-02  2.95548174083156492E-02  2.99856811295220113E-02
+  3.04224925981572275E-02  3.08653267231143238E-02  3.13142592058250693E-02
+  3.17693665455279217E-02  3.22307260445193824E-02  3.26984158133744457E-02
+  3.31725147761325403E-02  3.36531026754475007E-02  3.41402600776991444E-02
+  3.46340683780649791E-02  3.51346098055496797E-02  3.56419674279707388E-02
+  3.61562251568978282E-02  3.66774677525440532E-02  3.72057808286070726E-02
+  3.77412508570699121E-02  3.82839651729545913E-02  3.88340119789765334E-02
+  3.93914803501587557E-02  3.99564602383885858E-02  4.05290424769109356E-02
+  4.11093187847553429E-02  4.16973817710945549E-02  4.22933249395320218E-02
+  4.28972426923160607E-02  4.35092303344780384E-02  4.41293840778916868E-02
+  4.47578010452515801E-02  4.53945792739678805E-02  4.60398177199857067E-02
+  4.66936162615389783E-02  4.73560757027469345E-02  4.80272977771364282E-02
+  4.87073851510762476E-02  4.93964414271105337E-02  5.00945711471888697E-02
+  5.08018797957892829E-02  5.15184738029318759E-02  5.22444605470792495E-02
+  5.29799483579211777E-02  5.37250465190400317E-02  5.44798652704533565E-02
+  5.52445158110312223E-02  5.60191103007944974E-02  5.68037618631231853E-02
+  5.75985845867425586E-02  5.84036935275824426E-02  5.92192047105141797E-02
+  6.00452351309408369E-02  6.08819027562372550E-02  6.17293265270353469E-02
+  6.25876263583518277E-02  6.34569231405537476E-02  6.43373387401583591E-02
+  6.52289960004630714E-02  6.61320187420015027E-02  6.70465317628216873E-02
+  6.79726608385901598E-02  6.89105327225740666E-02  6.98602751453316351E-02
+  7.08220168141963785E-02  7.17958874126008451E-02  7.27820175991971408E-02
+  7.37805390067683142E-02  7.47915842409263704E-02  7.58152868785920003E-02
+  7.68517814662517257E-02  7.79012035179860729E-02  7.89636895132656974E-02
+  8.00393768945091011E-02  8.11284040643972248E-02  8.22309103829451382E-02
+  8.33470361644047253E-02  8.44769226738094348E-02  8.56207121231935958E-02
+  8.67785476676090767E-02  8.79505734008681761E-02  8.91369343510044626E-02
+  9.03377764754462048E-02  9.15532466558959951E-02  9.27834926929109044E-02
+  9.40286633001766320E-02  9.52889080984694881E-02  9.65643776092999506E-02
+  9.78552232482314127E-02  9.91615973178703175E-02  1.00483653000618164E-01
+  1.01821544351006626E-01  1.03175426287539951E-01  1.04545454584282091E-01
+  1.05931785862084460E-01  1.07334577579440732E-01  1.08753988022961379E-01
+  1.10190176297459724E-01  1.11643302315642873E-01  1.13113526787399360E-01
+  1.14601011208675857E-01  1.16105917849935222E-01  1.17628409744187548E-01
+  1.19168650674587567E-01  1.20726805161695150E-01  1.22303038450271281E-01
+  1.23897516495362001E-01  1.25510405948052906E-01  1.27141874140767136E-01
+  1.28792089072076732E-01  1.30461219391019040E-01  1.32149434380909619E-01
+  1.33856903942642658E-01  1.35583798577469022E-01  1.37330289369243463E-01
+  1.39096547966131079E-01  1.40882746561763778E-01  1.42689057875837466E-01
+  1.44515655134240806E-01  1.46362712048684868E-01  1.48230402795355348E-01
+  1.50118901993132936E-01  1.52028384681248324E-01  1.53959026296317747E-01
+  1.55911002648750796E-01  1.57884489898520275E-01  1.59879664530282850E-01
+  1.61896703327841479E-01  1.63935783347938735E-01  1.65997081893371756E-01
+  1.68080776485417943E-01  1.70187044835560713E-01  1.72316064816593284E-01
+  1.74468014433196400E-01  1.76643071791266065E-01  1.78841415066655823E-01
+  1.81063222473257762E-01  1.83308672230323128E-01  1.85577942529015605E-01
+  1.87871211498184865E-01  1.90188657169352238E-01  1.92530457440899028E-01
+  1.94896790041448609E-01  1.97287832492431453E-01  1.99703762069826818E-01
+  2.02144755765071238E-01  2.04610990245191193E-01  2.07102641812397681E-01
+  2.09619886362214292E-01  2.12162899340806982E-01  2.14731855701607327E-01
+  2.17326929861057616E-01  2.19948295653470738E-01  2.22596126284997253E-01
+  2.25270594286696629E-01  2.27971871466705389E-01  2.30700128861498571E-01
+  2.33455536686239529E-01  2.36238264284215738E-01  2.39048480075355368E-01
+  2.41886351503871444E-01  2.44752044985395378E-01  2.47645725852567195E-01
+  2.50567558299580884E-01  2.53517705326087472E-01  2.56496328680178853E-01
+  2.59503588800452323E-01  2.62539644757156632E-01  2.65604654192423684E-01
+  2.68698773259591794E-01  2.71822156561624229E-01  2.74974957088629901E-01
+  2.78157326154494733E-01  2.81369413332630935E-01  2.84611366390881970E-01
+  2.87883331226055583E-01  2.91185451797075612E-01  2.94517870056872744E-01
+  2.97880725883879371E-01  3.01274157012738464E-01  3.04698298964218073E-01
+  3.08153284974359509E-01  3.11639245922873009E-01  3.15156310260804096E-01
+  3.18704603937491615E-01  3.22284250326843213E-01  3.25895370152952779E-01
+  3.29538081415086948E-01  3.33212499312082910E-01  3.36918736166699095E-01
+  3.40656901349111141E-01  3.44427101199038577E-01  3.48229438947992520E-01
+  3.52064014641134404E-01  3.55930925058738024E-01  3.59830263637292647E-01
+  3.63762120390288768E-01  3.67726581828731969E-01  3.71723730881423020E-01
+  3.75753646815058462E-01  3.79816405154192183E-01  3.83912077601111790E-01
+  3.88040731955681839E-01  3.92202432035719362E-01  3.96397237597479080E-01
+  4.00625204254844713E-01  4.04886383399442940E-01  4.09180822121109400E-01
+  4.13508563128649920E-01  4.17869644670954998E-01  4.22264100458527192E-01
+  4.26691959585482783E-01  4.31153246452088024E-01  4.35647980687893510E-01
+  4.40176177075525255E-01  4.44737845475199400E-01  4.49332990750017203E-01
+  4.53961612692568073E-01  4.58623705952955707E-01  4.63319259965760621E-01
+  4.68048258878829893E-01  4.72810681483404105E-01  4.77606501145382112E-01
+  4.82435685737782616E-01  4.87298197574451364E-01  4.92193993345064473E-01
+  4.97123024051475015E-01  5.02085234945445325E-01  5.07080565467803557E-01
+  5.12108949189060803E-01  5.17170313751515454E-01  5.22264580813239565E-01
+  5.27391665994637160E-01  5.32551478824000002E-01  5.37743922685249731E-01
+  5.42968894767715149E-01  5.48226286017435505E-01  5.53515981089969911E-01
+  5.58837858304673363E-01  5.64191789600411164E-01  5.69577640492627379E-01
+  5.74995270031731232E-01  5.80444530762684652E-01  5.85925268685723699E-01
+  5.91437323218065414E-01  5.96980527156764973E-01  6.02554706643730231E-01
+  6.08159681128588536E-01  6.13795263332015950E-01  6.19461259210083548E-01
+  6.25157467918491805E-01  6.30883681776465255E-01  6.36639686229983126E-01
+  6.42425259814063510E-01  6.48240174113719925E-01  6.54084193723256657E-01
+  6.59957076203450566E-01  6.65858572036221008E-01  6.71788424576277965E-01
+  6.77746369999418286E-01  6.83732137248342919E-01  6.89745447971461534E-01
+  6.95786016455737455E-01  7.01853549554821488E-01  7.07947746610578355E-01
+  7.14068299367198844E-01  7.20214891877151486E-01  7.26387200398102673E-01
+  7.32584893279983218E-01  7.38807630841245899E-01  7.45055065233417579E-01
+  7.51326840292912412E-01  7.57622591379140564E-01  7.63941945197878503E-01
+  7.70284519610091811E-01  7.76649923422263799E-01  7.83037756157335174E-01
+  7.89447607807811425E-01  7.95879058568633946E-01  8.02331678548569349E-01
+  8.08805027459056136E-01  8.15298654279361878E-01  8.21812096897041600E-01
+  8.28344881722635429E-01  8.34896523277697589E-01  8.41466523755225126E-01
+  8.48054372551735769E-01  8.54659545770268037E-01  8.61281505694260541E-01
+  8.67919700230716074E-01  8.74573562322061404E-01  8.81242509328433066E-01
+  8.87925942379653832E-01  8.94623245697038438E-01  9.01333785885559347E-01
+  9.08056911197022032E-01  9.14791950765243222E-01  9.21538213814364737E-01
+  9.28294988841778967E-01  9.35061542777303467E-01  9.41837120120583959E-01
+  9.48620942058847172E-01  9.55412205567206185E-01  9.62210082494050156E-01
+  9.69013718635541199E-01  9.75822232801278333E-01  9.82634715874397768E-01
+  9.89450229869404563E-01  9.96267806991182781E-01  1.00308644869857777E+00
+  1.00990512477608729E+00  1.01672277241706688E+00  1.02353829532192586E+00
+  1.03035056281459392E+00  1.03715840898052525E+00  1.04396063182925647E+00
+  1.05075599248420160E+00  1.05754321440237820E+00  1.06432098262830599E+00
+  1.07108794308204458E+00  1.07784270188378217E+00  1.08458382471682468E+00
+  1.09130983623045008E+00  1.09801921948372039E+00  1.10471041543119020E+00
+  1.11138182245109873E+00  1.11803179591649249E+00  1.12465864780940827E+00
+  1.13126064637813473E+00  1.13783601583730443E+00  1.14438293611073405E+00
+  1.15089954261754013E+00  1.15738392609806207E+00  1.16383413248007739E+00
+  1.17024816278510801E+00  1.17662397307358879E+00  1.18295947442805183E+00
+  1.18925253297334121E+00  1.19550096993298594E+00  1.20170256172075463E+00
+  1.20785504006653399E+00  1.21395609217561740E+00  1.22000336092060913E+00
+  1.22599444506511146E+00  1.23192689951903755E+00  1.23779823562825131E+00
+  1.24360592148824312E+00  1.24934738228605324E+00  1.25502000067301434E+00
+  1.26062111716575931E+00  1.26614803057514003E+00  1.27159799846271016E+00
+  1.27696823762456169E+00  1.28225592460228466E+00  1.28745819622094970E+00
+  1.29257215015398708E+00  1.29759484551497462E+00  1.30252330347629641E+00
+  1.30735450791521401E+00  1.31208540609293256E+00  1.31671290935359164E+00
+  1.32123389384654777E+00  1.32564520128085528E+00  1.32994363970763141E+00
+  1.33412598433046514E+00  1.33818897834411588E+00  1.34212933380183719E+00
+  1.34594373251160748E+00  1.34962882696163633E+00  1.35318124127546158E+00
+  1.35659757219702293E+00  1.35987439010606037E+00  1.36300824006445431E+00
+  1.36599564289997688E+00  1.36883309631612837E+00  1.37151707602533479E+00
+  1.37404403692113952E+00  1.37641041428342237E+00  1.37861262501662241E+00
+  1.38064706892131928E+00  1.38251012999955125E+00  1.38419817779420740E+00
+  1.38570756876285084E+00  1.38703464768628981E+00  1.38817574911221353E+00
+  1.38912719883419200E+00  1.38988531540638105E+00  1.39044641169923500E+00
+  1.39080679648959182E+00  1.39096277607522967E+00  1.39091065593329555E+00
+  1.39064674241638597E+00  1.39016734448500578E+00  1.38946877547843584E+00
+  1.38854735491702397E+00  1.38739941036019809E+00  1.38602127924036522E+00
+  1.38440931092030661E+00  1.38255986826024202E+00  1.38046933053488563E+00
+  1.37813409384357333E+00  1.37555057311790030E+00  1.37271522322147077E+00
+  1.36962441593174633E+00  1.36627505471768762E+00  1.36266194327847168E+00
+  1.35878825215174581E+00  1.35462628468981339E+00  1.35025752227173168E+00
+  1.34539589250289571E+00  1.34093023998308514E+00  1.33422850583594643E+00
+  1.33230427478961833E+00  1.31941010467851516E+00  1.31782158922953418E+00
+  1.36224338013864243E+00  1.44390592353806468E-01 -5.98442797471999965E-02
+  2.21105638624638431E-02 -7.49370895166879755E-03  2.38572710560937522E-03
+ -7.21484334229111610E-04  2.08142147413004384E-04 -5.72154186217645793E-05
+  1.48739171708150238E-05 -3.59029926229192041E-06  7.70014817484002039E-07
+ -1.28154672523264847E-07  5.21386050533124334E-09  8.78337564870963937E-09
+ -5.59744943202383477E-09  2.45505365996662852E-09 -9.22098114782299845E-10
+  3.15972952455913203E-10 -1.01449434286840509E-10  3.09048866817743593E-11
+ -8.97859611487396747E-12  2.48679107574841747E-12 -6.52446253898199373E-13
+  1.59551154205001870E-13 -3.50011680680967140E-14  6.16392490976494004E-15
+ -4.41333163387425661E-16 -3.09419409828964666E-16  2.21141305060119772E-16
+ -1.00382996310078827E-16  3.83777032044826186E-17 -1.33037697471271895E-17
+  4.30892455207344235E-18 -1.32241237873581020E-18  3.86895397650322799E-19
+ -1.07954967808168922E-19  2.85753355184559964E-20 -7.07376643271790438E-21
+  1.58385095806243288E-21 -2.92473119312018228E-22  2.81388614018018031E-23
+  1.03874170045062830E-23 -8.66297468623317202E-24  4.08957081117276715E-24
+ -1.59385567072838564E-24  5.59299892390758643E-25 -1.82795699355031659E-25
+  5.65252154703775052E-26 -1.66540183205958268E-26  4.68097593297568001E-27
+ -1.24967183252223835E-27  3.12936333749877444E-28 -7.13857103263715717E-29
+  1.37265527679458209E-29 -1.59625610430054122E-30 -3.22240748983941751E-31
+  3.35951519873088814E-31 -1.65937904184051570E-31  6.60424764698989823E-32
+ -2.34763405445257304E-32  7.74509413908738560E-33 -2.41350410487930056E-33
+  7.16122486324741869E-34 -2.02736628307632188E-34  5.45740257619991221E-35
+ -1.38159071370293655E-35  3.20592529817179705E-36 -6.38436054049621504E-37
+  8.49147603922606229E-38  8.56323111436765264E-39 -1.28692818258422444E-38
+  6.70290941748678200E-39 -2.72979150398346539E-39  9.83781711006434562E-40
+ -3.27744301141889611E-40  1.02938561596109822E-40 -3.07609462038016572E-41
+  8.77081696313793037E-42 -2.38004726450748460E-42  6.08802781489168851E-43
+ -1.43513074355258738E-43  2.94700495624202620E-44 -4.33659282906217113E-45
+ -1.43600733829485654E-46  4.85505129640641589E-46 -2.69394942453567273E-46
+  1.12534175665596744E-46 -4.11540834070540880E-47  1.38507567188312595E-47
+ -4.38555845576541185E-48  1.31994660188680743E-48 -3.79025453988818768E-49
+  1.03661190110328341E-49 -2.67791341181205661E-50  6.40549999076180075E-51
+ -1.35156036937960495E-51  2.15302742674163312E-52 -3.33147008460022248E-54
+ -1.79602677325325602E-53  1.07653722195981160E-53 -4.62586449970945470E-54
+  1.71842956209118060E-54 -5.84550271211934760E-55  1.86629245729767352E-55
+ -5.65791478235727673E-56  1.63615439746537375E-56 -4.50917169312849899E-57
+  1.17593183881800484E-57 -2.85132555967623798E-58  6.16398730415758738E-59
+ -1.04699072056811087E-59  5.44785323820325408E-61  6.47221277122949331E-61
+ -4.27382855792493585E-61  1.89559120516693491E-61 -7.16158054189907354E-62
+  2.46353120553668219E-62 -7.93290701595246665E-63  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00
+                              </PP_AEWFC.3>
+ <PP_PSWFC.1 type="real" size="  1351" l="0" columns="3">
+  5.61863650351437103E-04  5.66376586312297594E-04  5.70925770538311663E-04
+  5.75511494178101448E-04  5.80134050718805945E-04  5.84793736004865462E-04
+  5.89490848256953091E-04  5.94225688091062627E-04  5.98998558537746327E-04
+  6.03809765061508684E-04  6.08659615580356547E-04  6.13548420485504598E-04
+  6.18476492661240110E-04  6.23444147504947509E-04  6.28451702947293396E-04
+  6.33499479472573231E-04  6.38587800139222271E-04  6.43716990600490648E-04
+  6.48887379125284887E-04  6.54099296619176378E-04  6.59353076645578990E-04
+  6.64649055447096905E-04  6.69987571967043207E-04  6.75368967871131307E-04
+  6.80793587569342206E-04  6.86261778237965575E-04  6.91773889841817546E-04
+  6.97330275156639464E-04  7.02931289791673577E-04  7.08577292212422068E-04
+  7.14268643763588660E-04  7.20005708692202486E-04  7.25788854170930815E-04
+  7.31618450321576213E-04  7.37494870238764293E-04  7.43418490013821433E-04
+  7.49389688758842214E-04  7.55408848630953434E-04  7.61476354856770892E-04
+  7.67592595757052624E-04  7.73757962771550877E-04  7.79972850484064012E-04
+  7.86237656647687574E-04  7.92552782210270701E-04  7.98918631340075512E-04
+  8.05335611451642804E-04  8.11804133231865599E-04  8.18324610666272480E-04
+  8.24897461065520615E-04  8.31523105092103450E-04  8.38201966787272316E-04
+  8.44934473598172816E-04  8.51721056405200659E-04  8.58562149549577580E-04
+  8.65458190861146813E-04  8.72409621686393976E-04  8.79416886916690966E-04
+  8.86480435016768196E-04  8.93600718053415267E-04  9.00778191724410952E-04
+  9.08013315387687803E-04  9.15306552090727039E-04  9.22658368600197593E-04
+  9.30069235431818086E-04  9.37539626880479855E-04  9.45070021050588792E-04
+  9.52660899886673780E-04  9.60312749204216736E-04  9.68026058720756859E-04
+  9.75801322087216914E-04  9.83639036919508594E-04  9.91539704830364044E-04
+  9.99503831461452099E-04  1.00753192651572123E-03  1.01562450379003456E-03
+  1.02378208120803811E-03  1.03200518085331226E-03  1.04029432900278095E-03
+  1.04865005616039224E-03  1.05707289709106619E-03  1.06556339085491988E-03
+  1.07412208084176259E-03  1.08274951480587201E-03  1.09144624490104675E-03
+  1.10021282771594216E-03  1.10904982430968927E-03  1.11795780024779873E-03
+  1.12693732563835629E-03  1.13598897516850443E-03  1.14511332814122113E-03
+  1.15431096851239157E-03  1.16358248492817729E-03  1.17292847076268789E-03
+  1.18234952415595244E-03  1.19184624805219758E-03  1.20141925023843285E-03
+  1.21106914338334421E-03  1.22079654507650207E-03  1.23060207786788393E-03
+  1.24048636930771186E-03  1.25045005198661397E-03  1.26049376357610416E-03
+  1.27061814686939018E-03  1.28082384982250832E-03  1.29111152559578668E-03
+  1.30148183259564472E-03  1.31193543451672574E-03  1.32247300038436941E-03
+  1.33309520459742349E-03  1.34380272697140089E-03  1.35459625278198329E-03
+  1.36547647280887302E-03  1.37644408337999789E-03  1.38749978641607087E-03
+  1.39864428947550682E-03  1.40987830579970093E-03  1.42120255435867105E-03
+  1.43261775989706407E-03  1.44412465298053507E-03  1.45572397004249611E-03
+  1.46741645343124224E-03  1.47920285145745445E-03  1.49108391844208479E-03
+  1.50306041476462680E-03  1.51513310691177251E-03  1.52730276752645875E-03
+  1.53957017545731088E-03  1.55193611580847963E-03  1.56440137998988221E-03
+  1.57696676576784102E-03  1.58963307731613507E-03  1.60240112526745877E-03
+  1.61527172676529220E-03  1.62824570551618948E-03  1.64132389184248862E-03
+  1.65450712273544111E-03  1.66779624190877018E-03  1.68119209985265845E-03
+  1.69469555388817054E-03  1.70830746822210893E-03  1.72202871400231562E-03
+  1.73586016937341166E-03  1.74980271953298957E-03  1.76385725678825404E-03
+  1.77802468061311687E-03  1.79230589770575295E-03  1.80670182204661564E-03
+  1.82121337495691937E-03  1.83584148515759135E-03  1.85058708882869624E-03
+  1.86545112966933881E-03  1.88043455895804570E-03  1.89553833561363497E-03
+  1.91076342625656997E-03  1.92611080527081051E-03  1.94158145486615706E-03
+  1.95717636514109502E-03  1.97289653414614878E-03  1.98874296794773709E-03
+  2.00471668069254717E-03  2.02081869467241959E-03  2.03705004038975956E-03
+  2.05341175662347329E-03  2.06990489049542654E-03  2.08653049753744230E-03
+  2.10328964175884045E-03  2.12018339571450661E-03  2.13721284057352386E-03
+  2.15437906618833747E-03  2.17168317116449294E-03  2.18912626293091793E-03
+  2.20670945781077741E-03  2.22443388109289791E-03  2.24230066710375941E-03
+  2.26031095928006832E-03  2.27846591024191475E-03  2.29676668186650900E-03
+  2.31521444536252931E-03  2.33381038134502974E-03  2.35255567991100086E-03
+  2.37145154071547685E-03  2.39049917304831735E-03  2.40969979591153845E-03
+  2.42905463809733576E-03  2.44856493826665694E-03  2.46823194502848254E-03
+  2.48805691701966961E-03  2.50804112298550624E-03  2.52818584186083979E-03
+  2.54849236285193195E-03  2.56896198551889634E-03  2.58959601985886889E-03
+  2.61039578638977421E-03  2.63136261623483610E-03  2.65249785120769740E-03
+  2.67380284389828748E-03  2.69527895775931170E-03  2.71692756719351010E-03
+  2.73875005764153377E-03  2.76074782567060960E-03  2.78292227906383732E-03
+  2.80527483691027759E-03  2.82780692969568891E-03  2.85051999939406808E-03
+  2.87341549955984687E-03  2.89649489542091005E-03  2.91975966397227437E-03
+  2.94321129407060580E-03  2.96685128652940996E-03  2.99068115421506284E-03
+  3.01470242214355380E-03  3.03891662757803599E-03  3.06332532012714830E-03
+  3.08793006184413096E-03  3.11273242732673216E-03  3.13773400381791396E-03
+  3.16293639130737353E-03  3.18834120263387184E-03  3.21395006358838513E-03
+  3.23976461301808292E-03  3.26578650293114520E-03  3.29201739860241014E-03
+  3.31845897867987655E-03  3.34511293529205812E-03  3.37198097415620070E-03
+  3.39906481468736166E-03  3.42636619010836885E-03  3.45388684756066291E-03
+  3.48162854821601865E-03  3.50959306738917462E-03  3.53778219465135683E-03
+  3.56619773394471718E-03  3.59484150369768348E-03  3.62371533694124228E-03
+  3.65282108142614935E-03  3.68216059974107871E-03  3.71173576943172219E-03
+  3.74154848312083493E-03  3.77160064862926180E-03  3.80189418909790931E-03
+  3.83243104311071538E-03  3.86321316481859399E-03  3.89424252406437611E-03
+  3.92552110650874926E-03  3.95705091375721501E-03  3.98883396348805042E-03
+  4.02087228958130337E-03  4.05316794224882485E-03  4.08572298816533164E-03
+  4.11853951060052893E-03  4.15161960955228934E-03  4.18496540188089110E-03
+  4.21857902144434551E-03  4.25246261923479911E-03  4.28661836351602790E-03
+  4.32104843996203563E-03  4.35575505179676328E-03  4.39074041993491558E-03
+  4.42600678312391610E-03  4.46155639808700020E-03  4.49739153966744604E-03
+  4.53351450097397649E-03  4.56992759352730770E-03  4.60663314740788685E-03
+  4.64363351140479729E-03  4.68093105316586683E-03  4.71852815934897720E-03
+  4.75642723577457752E-03  4.79463070757942672E-03  4.83314101937156078E-03
+  4.87196063538650193E-03  4.91109203964471951E-03  4.95053773611035201E-03
+  4.99030024885119272E-03  5.03038212219996186E-03  5.07078592091687267E-03
+  5.11151423035348038E-03  5.15256965661787213E-03  5.19395482674114058E-03
+  5.23567238884522623E-03  5.27772501231207371E-03  5.32011538795415951E-03
+  5.36284622818637789E-03  5.40592026719929203E-03  5.44934026113378604E-03
+  5.49310898825710551E-03  5.53722924914029982E-03  5.58170386683709985E-03
+  5.62653568706420609E-03  5.67172757838303038E-03  5.71728243238290440E-03
+  5.76320316386568377E-03  5.80949271103195757E-03  5.85615403566857890E-03
+  5.90319012333787117E-03  5.95060398356816577E-03  5.99839865004604851E-03
+  6.04657718080995298E-03  6.09514265844548087E-03  6.14409819028211013E-03
+  6.19344690859165072E-03  6.24319197078809524E-03  6.29333655962926314E-03
+  6.34388388341986052E-03  6.39483717621634577E-03  6.44619969803325154E-03
+  6.49797473505133415E-03  6.55016559982719848E-03  6.60277563150478766E-03
+  6.65580819602836025E-03  6.70926668635737130E-03  6.76315452268286786E-03
+  6.81747515264580044E-03  6.87223205155689052E-03  6.92742872261843667E-03
+  6.98306869714770267E-03  7.03915553480227805E-03  7.09569282380703454E-03
+  7.15268418118310354E-03  7.21013325297845641E-03  7.26804371450055168E-03
+  7.32641927055059736E-03  7.38526365565992955E-03  7.44458063432802079E-03
+  7.50437400126263091E-03  7.56464758162162833E-03  7.62540523125697454E-03
+  7.68665083696042518E-03  7.74838831671140118E-03  7.81062161992661808E-03
+  7.87335472771192105E-03  7.93659165311590836E-03  8.00033644138578755E-03
+  8.06459317022503036E-03  8.12936595005334627E-03  8.19465892426842792E-03
+  8.26047626951009056E-03  8.32682219592618955E-03  8.39370094744095428E-03
+  8.46111680202519742E-03  8.52907407196889546E-03  8.59757710415569656E-03
+  8.66663028033987960E-03  8.73623801742523173E-03  8.80640476774640843E-03
+  8.87713501935226412E-03  8.94843329629169994E-03  9.02030415890150809E-03
+  9.09275220409676982E-03  9.16578206566328116E-03  9.23939841455258433E-03
+  9.31360595917904606E-03  9.38840944571956749E-03  9.46381365841544343E-03
+  9.53982341987675599E-03  9.61644359138911185E-03  9.69367907322284290E-03
+  9.77153480494462497E-03  9.85001576573158594E-03  9.92912697468788935E-03
+  1.00088734911638298E-02  1.00892604150774490E-02  1.01702928872386793E-02
+  1.02519760896760785E-02  1.03343152459661417E-02  1.04173156215651794E-02
+  1.05009825241438627E-02  1.05853213039243995E-02  1.06703373540203515E-02
+  1.07560361107791411E-02  1.08424230541272898E-02  1.09295037079183491E-02
+  1.10172836402835719E-02  1.11057684639853695E-02  1.11949638367735520E-02
+  1.12848754617443595E-02  1.13755090877023252E-02  1.14668705095250061E-02
+  1.15589655685305603E-02  1.16518001528482344E-02  1.17453801977917601E-02
+  1.18397116862356717E-02  1.19348006489946121E-02  1.20306531652055928E-02
+  1.21272753627132586E-02  1.22246734184582092E-02  1.23228535588683196E-02
+  1.24218220602531643E-02  1.25215852492015327E-02  1.26221495029820319E-02
+  1.27235212499468946E-02  1.28257069699388559E-02  1.29287131947013086E-02
+  1.30325465082915988E-02  1.31372135474976028E-02  1.32427210022575369E-02
+  1.33490756160830511E-02  1.34562841864856366E-02  1.35643535654063549E-02
+  1.36732906596489304E-02  1.37831024313162156E-02  1.38937958982500599E-02
+  1.40053781344746092E-02  1.41178562706430703E-02  1.42312374944879149E-02
+  1.43455290512746487E-02  1.44607382442590669E-02  1.45768724351480541E-02
+  1.46939390445640274E-02  1.48119455525129052E-02  1.49308994988557632E-02
+  1.50508084837841522E-02  1.51716801682990569E-02  1.52935222746936050E-02
+  1.54163425870394982E-02  1.55401489516772233E-02  1.56649492777100226E-02
+  1.57907515375017155E-02  1.59175637671783617E-02  1.60453940671337579E-02
+  1.61742506025388914E-02  1.63041416038552898E-02  1.64350753673523121E-02
+  1.65670602556284678E-02  1.67001046981366842E-02  1.68342171917136713E-02
+  1.69694063011133212E-02  1.71056806595441951E-02  1.72430489692111562E-02
+  1.73815200018611546E-02  1.75211025993331458E-02  1.76618056741122929E-02
+  1.78036382098883256E-02  1.79466092621182217E-02  1.80907279585931814E-02
+  1.82360035000098709E-02  1.83824451605460737E-02  1.85300622884407330E-02
+  1.86788643065783286E-02  1.88288607130777837E-02  1.89800610818857893E-02
+  1.91324750633746453E-02  1.92861123849446189E-02  1.94409828516308794E-02
+  1.95970963467150261E-02  1.97544628323411964E-02  1.99130923501368816E-02
+  2.00729950218383746E-02  2.02341810499209185E-02  2.03966607182336605E-02
+  2.05604443926393279E-02  2.07255425216586950E-02  2.08919656371198796E-02
+  2.10597243548125632E-02  2.12288293751470188E-02  2.13992914838181149E-02
+  2.15711215524742525E-02  2.17443305393912600E-02  2.19189294901513849E-02
+  2.20949295383272223E-02  2.22723419061707888E-02  2.24511779053076614E-02
+  2.26314489374363249E-02  2.28131664950325594E-02  2.29963421620591642E-02
+  2.31809876146807890E-02  2.33671146219841079E-02  2.35547350467032561E-02
+  2.37438608459505339E-02  2.39345040719525746E-02  2.41266768727917622E-02
+  2.43203914931531609E-02  2.45156602750768067E-02  2.47124956587155380E-02
+  2.49109101830982810E-02  2.51109164868988828E-02  2.53125273092105058E-02
+  2.55157554903255868E-02  2.57206139725214417E-02  2.59271158008515315E-02
+  2.61352741239423772E-02  2.63451021947961952E-02  2.65566133715992546E-02
+  2.67698211185360031E-02  2.69847390066090369E-02  2.72013807144648387E-02
+  2.74197600292253284E-02  2.76398908473254115E-02  2.78617871753563430E-02
+  2.80854631309150234E-02  2.83109329434593077E-02  2.85382109551692853E-02
+  2.87673116218145342E-02  2.89982495136274811E-02  2.92310393161827678E-02
+  2.94656958312827510E-02  2.97022339778491365E-02  2.99406687928206738E-02
+  3.01810154320571351E-02  3.04232891712493958E-02  3.06675054068357641E-02
+  3.09136796569245767E-02  3.11618275622229934E-02  3.14119648869721421E-02
+  3.16641075198885666E-02  3.19182714751119270E-02  3.21744728931591673E-02
+  3.24327280418849201E-02  3.26930533174484630E-02  3.29554652452869259E-02
+  3.32199804810950211E-02  3.34866158118112059E-02  3.37553881566102845E-02
+  3.40263145679025186E-02  3.42994122323392048E-02  3.45746984718247746E-02
+  3.48521907445354315E-02  3.51319066459443580E-02  3.54138639098533700E-02
+  3.56980804094312459E-02  3.59845741582585713E-02  3.62733633113791962E-02
+  3.65644661663582643E-02  3.68579011643468402E-02  3.71536868911532051E-02
+  3.74518420783206754E-02  3.77523856042121381E-02  3.80553364951011011E-02
+  3.83607139262694824E-02  3.86685372231119762E-02  3.89788258622470116E-02
+  3.92915994726344350E-02  3.96068778366997082E-02  3.99246808914647741E-02
+  4.02450287296856127E-02  4.05679416009962768E-02  4.08934399130596107E-02
+  4.12215442327245607E-02  4.15522752871900353E-02  4.18856539651753373E-02
+  4.22217013180972087E-02  4.25604385612533068E-02  4.29018870750123016E-02
+  4.32460684060104322E-02  4.35930042683545238E-02  4.39427165448315130E-02
+  4.42952272881243017E-02  4.46505587220341477E-02  4.50087332427093270E-02
+  4.53697734198801744E-02  4.57337019981003956E-02  4.61005418979947151E-02
+  4.64703162175126513E-02  4.68430482331886264E-02  4.72187614014080367E-02
+  4.75974793596795551E-02  4.79792259279134617E-02  4.83640251097059506E-02
+  4.87519010936292921E-02  4.91428782545280524E-02  4.95369811548209971E-02
+  4.99342345458088019E-02  5.03346633689874465E-02  5.07382927573672565E-02
+  5.11451480367973790E-02  5.15552547272958919E-02  5.19686385443851803E-02
+  5.23853254004326696E-02  5.28053414059967419E-02  5.32287128711777663E-02
+  5.36554663069742366E-02  5.40856284266437309E-02  5.45192261470687362E-02
+  5.49562865901272041E-02  5.53968370840677224E-02  5.58409051648890639E-02
+  5.62885185777241906E-02  5.67397052782284833E-02  5.71944934339721767E-02
+  5.76529114258363951E-02  5.81149878494134076E-02  5.85807515164103870E-02
+  5.90502314560567426E-02  5.95234569165147068E-02  6.00004573662932666E-02
+  6.04812624956650585E-02  6.09659022180860447E-02  6.14544066716180490E-02
+  6.19468062203535480E-02  6.24431314558428902E-02  6.29434131985236456E-02
+  6.34476824991516281E-02  6.39559706402338390E-02  6.44683091374625705E-02
+  6.49847297411509928E-02  6.55052644376695192E-02  6.60299454508829209E-02
+  6.65588052435880373E-02  6.70918765189514738E-02  6.76291922219474650E-02
+  6.81707855407952396E-02  6.87166899083957589E-02  6.92669390037677080E-02
+  6.98215667534818896E-02  7.03806073330944942E-02  7.09440951685781362E-02
+  7.15120649377508910E-02  7.20845515717026541E-02  7.26615902562186694E-02
+  7.32432164331996288E-02  7.38294658020783034E-02  7.44203743212319968E-02
+  7.50159782093904881E-02  7.56163139470391599E-02  7.62214182778169907E-02
+  7.68313282099084560E-02  7.74460810174295161E-02  7.80657142418068328E-02
+  7.86902656931498801E-02  7.93197734516153802E-02  7.99542758687637051E-02
+  8.05938115689064788E-02  8.12384194504450069E-02  8.18881386871991718E-02
+  8.25430087297256837E-02  8.32030693066255905E-02  8.38683604258404214E-02
+  8.45389223759358543E-02  8.52147957273731022E-02  8.58960213337664202E-02
+  8.65826403331268757E-02  8.72746941490911282E-02  8.79722244921348623E-02
+  8.86752733607700239E-02  8.93838830427249736E-02  9.00980961161070570E-02
+  9.08179554505465503E-02  9.15435042083214551E-02  9.22747858454618930E-02
+  9.30118441128336831E-02  9.37547230571999374E-02  9.45034670222599654E-02
+  9.52581206496642130E-02  9.60187288800049416E-02  9.67853369537808594E-02
+  9.75579904123351910E-02  9.83367350987662953E-02  9.91216171588090861E-02
+  9.99126830416871559E-02  1.00709979500933633E-01  1.01513553595180023E-01
+  1.02323452688911756E-01  1.03139724453189349E-01  1.03962416866333951E-01
+  1.04791578214575576E-01  1.05627257092663601E-01  1.06469502404437255E-01
+  1.07318363363355290E-01  1.08173889492983386E-01  1.09036130627437333E-01
+  1.09905136911781512E-01  1.10780958802380119E-01  1.11663647067200264E-01
+  1.12553252786065039E-01  1.13449827350855098E-01  1.14353422465656773E-01
+  1.15264090146855583E-01  1.16181882723172702E-01  1.17106852835642927E-01
+  1.18039053437532529E-01  1.18978537794194456E-01  1.19925359482859845E-01
+  1.20879572392362702E-01  1.21841230722796540E-01  1.22810388985100827E-01
+  1.23787102000574911E-01  1.24771424900316855E-01  1.25763413124586027E-01
+  1.26763122422085928E-01  1.27770608849165496E-01  1.28785928768936547E-01
+  1.29809138850304567E-01  1.30840296066910416E-01  1.31879457695980529E-01
+  1.32926681317082768E-01  1.33982024810785333E-01  1.35045546357215551E-01
+  1.36117304434515779E-01  1.37197357817194249E-01  1.38285765574366615E-01
+  1.39382587067886171E-01  1.40487881950359272E-01  1.41601710163042238E-01
+  1.42724131933617215E-01  1.43855207773843058E-01  1.44994998477078030E-01
+  1.46143565115670726E-01  1.47300969038215462E-01  1.48467271866668915E-01
+  1.49642535493323764E-01  1.50826822077634981E-01  1.52020194042895740E-01
+  1.53222714072758059E-01  1.54434445107594798E-01  1.55655450340698054E-01
+  1.56885793214310759E-01  1.58125537415484518E-01  1.59374746871762285E-01
+  1.60633485746678933E-01  1.61901818435075839E-01  1.63179809558224448E-01
+  1.64467523958753775E-01  1.65765026695376960E-01  1.67072383037411842E-01
+  1.68389658459089264E-01  1.69716918633643327E-01  1.71054229427179960E-01
+  1.72401656892316957E-01  1.73759267261588912E-01  1.75127126940612721E-01
+  1.76505302501006350E-01  1.77893860673054599E-01  1.79292868338116251E-01
+  1.80702392520765420E-01  1.82122500380660801E-01  1.83553259204135455E-01
+  1.84994736395501402E-01  1.86446999468061786E-01  1.87910116034820829E-01
+  1.89384153798885985E-01  1.90869180543555367E-01  1.92365264122081603E-01
+  1.93872472447105149E-01  1.95390873479748012E-01  1.96920535218360448E-01
+  1.98461525686911527E-01  2.00013912923015125E-01  2.01577764965583300E-01
+  2.03153149842096620E-01  2.04740135555483899E-01  2.06338790070600658E-01
+  2.07949181300299990E-01  2.09571377091080702E-01  2.11205445208304393E-01
+  2.12851453320973910E-01  2.14509468986061075E-01  2.16179559632373897E-01
+  2.17861792543951993E-01  2.19556234842978926E-01  2.21262953472200874E-01
+  2.22982015176839993E-01  2.24713486485990599E-01  2.26457433693486698E-01
+  2.28213922838228139E-01  2.29983019683954237E-01  2.31764789698453988E-01
+  2.33559298032195911E-01  2.35366609496361540E-01  2.37186788540277221E-01
+  2.39019899228227028E-01  2.40866005215633644E-01  2.42725169724592515E-01
+  2.44597455518745233E-01  2.46482924877477499E-01  2.48381639569427132E-01
+  2.50293660825285924E-01  2.52219049309881982E-01  2.54157865093524671E-01
+  2.56110167622597806E-01  2.58076015689388649E-01  2.60055467401132223E-01
+  2.62048580148242671E-01  2.64055410571732097E-01  2.66076014529794458E-01
+  2.68110447063534485E-01  2.70158762361826454E-01  2.72221013725282568E-01
+  2.74297253529313390E-01  2.76387533186261303E-01  2.78491903106588223E-01
+  2.80610412659098196E-01  2.82743110130174669E-01  2.84890042682014011E-01
+  2.87051256309838965E-01  2.89226795798072145E-01  2.91416704675422189E-01
+  2.93621025168891436E-01  2.95839798156677714E-01  2.98073063119945358E-01
+  3.00320858093444942E-01  3.02583219614958876E-01  3.04860182673550195E-01
+  3.07151780656592543E-01  3.09458045295558093E-01  3.11779006610539644E-01
+  3.14114692853485145E-01  3.16465130450118093E-01  3.18830343940530558E-01
+  3.21210355918428669E-01  3.23605186968956127E-01  3.26014855605118781E-01
+  3.28439378202781462E-01  3.30878768934204481E-01  3.33333039700096534E-01
+  3.35802200060156764E-01  3.38286257162082327E-01  3.40785215669014319E-01
+  3.43299077685397080E-01  3.45827842681224795E-01  3.48371507414648784E-01
+  3.50930065852920137E-01  3.53503509091649848E-01  3.56091825272382645E-01
+  3.58694999498366640E-01  3.61313013748561118E-01  3.63945846789862526E-01
+  3.66593474087508420E-01  3.69255867713634778E-01  3.71932996253956816E-01
+  3.74624824712551985E-01  3.77331314414716457E-01  3.80052422907870502E-01
+  3.82788103860487394E-01  3.85538306959021582E-01  3.88302977802810811E-01
+  3.91082057796934557E-01  3.93875484043060275E-01  3.96683189228102584E-01
+  3.99505101510749194E-01  4.02341144405878759E-01  4.05191236666813337E-01
+  4.08055292165385830E-01  4.10933219769800739E-01  4.13824923220267593E-01
+  4.16730301002390779E-01  4.19649246218293359E-01  4.22581646455463478E-01
+  4.25527383653302227E-01  4.28486333967360356E-01  4.31458367631258055E-01
+  4.34443348816363262E-01  4.37441135489018751E-01  4.40451579265334570E-01
+  4.43474525263689190E-01  4.46509811954860669E-01  4.49557271009779491E-01
+  4.52616727144900477E-01  4.55687997965193881E-01  4.58770893804755331E-01
+  4.61865217565038677E-01  4.64970764550717452E-01  4.68087322303182118E-01
+  4.71214670431685134E-01  4.74352580442150951E-01  4.77500815563809744E-01
+  4.80659130573437732E-01  4.83827271617104204E-01  4.87004976029807801E-01
+  4.90191972152895061E-01  4.93387979149286504E-01  4.96592706816546492E-01
+  4.99805855397835841E-01  5.03027115390795032E-01  5.06256167354406372E-01
+  5.09492681713889062E-01  5.12736318563685400E-01  5.15986727468606188E-01
+  5.19243547263201433E-01  5.22506405849634814E-01  5.25774919993938328E-01
+  5.29048695120261314E-01  5.32327325103929549E-01  5.35610392063202267E-01
+  5.38897466149797610E-01  5.42188105338301862E-01  5.45481855214584477E-01
+  5.48778248763347132E-01  5.52076806154943256E-01  5.55377034531616798E-01
+  5.58678427793312338E-01  5.61980466383218635E-01  5.65282617073224358E-01
+  5.68584332749706656E-01  5.71885052199831767E-01  5.75184199897415205E-01
+  5.78481185789854524E-01  5.81775405086091491E-01  5.85066238045737652E-01
+  5.88353049769616776E-01  5.91635189991984722E-01  5.94911992874701534E-01
+  5.98182776803644622E-01  6.01446844187665142E-01  6.04703481260405407E-01
+  6.07951957885305205E-01  6.11191527364148945E-01  6.14421426249779024E-01
+  6.17640874163737585E-01  6.20849073616999259E-01  6.24045209836213144E-01
+  6.27228450595726628E-01  6.30397946055571978E-01  6.33552828605888463E-01
+  6.36692212718257933E-01  6.39815194804465359E-01  6.42920853083206456E-01
+  6.46008247455289508E-01  6.49076419387898951E-01  6.52124391808506454E-01
+  6.55151169009043910E-01  6.58155736561232274E-01  6.61137061244749025E-01
+  6.64094090985277274E-01  6.67025754805672610E-01  6.69930962791422835E-01
+  6.72808606070521176E-01  6.75657556808526349E-01  6.78476668219613055E-01
+  6.81264774594439459E-01  6.84020691345684329E-01  6.86743215072134872E-01
+  6.89431123642227361E-01  6.92083176297978775E-01  6.94698113780260584E-01
+  6.97274658476636389E-01  6.99811514594649187E-01  7.02307368356522410E-01
+  7.04760888218603943E-01  7.07170725118691057E-01  7.09535512751025776E-01
+  7.11853867870085755E-01  7.14124390624332750E-01  7.16345664921113512E-01
+  7.18516258823926335E-01  7.20634724983288733E-01  7.22699601102469114E-01
+  7.24709410439360213E-01  7.26662662345793797E-01  7.28557852845786558E-01
+  7.30393465256856556E-01  7.32167970849748051E-01  7.33879829548296780E-01
+  7.35527490675961015E-01  7.37109393748012098E-01  7.38623969310670758E-01
+  7.40069639828583759E-01  7.41444820622028766E-01  7.42747920855237553E-01
+  7.43977344577217758E-01  7.45131491816444003E-01  7.46208759730774607E-01
+  7.47207543813928954E-01  7.48126239159928708E-01  7.48963241790312040E-01
+  7.49716950039701069E-01  7.50385765997005905E-01  7.50968097013357538E-01
+  7.51462357274219395E-01  7.51866969436392862E-01  7.52180366330882144E-01
+  7.52400992732507379E-01  7.52527307197068618E-01  7.52557783966761096E-01
+  7.52490914944439648E-01  7.52325211737207344E-01  7.52059207769677718E-01
+  7.51691460467143524E-01  7.51220553512288114E-01  7.50645099171867503E-01
+  7.49963740682914715E-01  7.49175154713178415E-01  7.48278053890666595E-01
+  7.47271189400531166E-01  7.46153353648109863E-01  7.44923382986677818E-01
+  7.43580160508177657E-01  7.42122618894900610E-01  7.40549743329762977E-01
+  7.38860574462485986E-01  7.37054211428618489E-01  7.35129814917965585E-01
+  7.33086610291200036E-01  7.30923890740115212E-01  7.28641020472289958E-01
+  7.26237437932162444E-01  7.23712659049122298E-01  7.21066280504826573E-01
+  7.18297983012909480E-01  7.15407534603663464E-01  7.12394793905663515E-01
+  7.09259713415660409E-01  7.06002342747405587E-01  7.02622831849377349E-01
+  6.99121434180653645E-01  6.95498509833447520E-01  6.91754528590810103E-01
+  6.87890072906524930E-01  6.83905840785475561E-01  6.79802648559814537E-01
+  6.75581433543703258E-01  6.71243256548817002E-01  6.66789304243343151E-01
+  6.62220891336336326E-01  6.57539462568400901E-01  6.52746594488836318E-01
+  6.47843996998466509E-01  6.42833514636596104E-01  6.37717127589650490E-01
+  6.32496952398345580E-01  6.27175242338024019E-01  6.21754387438776424E-01
+  6.16236914140577574E-01  6.10625484550536779E-01  6.04922895269620842E-01
+  5.99132075765726912E-01  5.93256086266479299E-01  5.87298115145191368E-01
+  5.81261475773548253E-01  5.75149602815057559E-01  5.68966047933899599E-01
+  5.62714474894833616E-01  5.56398654031000528E-01  5.50022456058179565E-01
+  5.43589845213110157E-01  5.37104871667860362E-01  5.30571663276810379E-01
+  5.23994416629426585E-01  5.17377387362996877E-01  5.10724879754096972E-01
+  5.04041235594120285E-01  4.97330822360398717E-01  4.90598020702239346E-01
+  4.83847211269937183E-01  4.77082760924971205E-01  4.70309008380908611E-01
+  4.63530249337564426E-01  4.56750721185432085E-01  4.49974587371286483E-01
+  4.43205921480950671E-01  4.36448691283413126E-01  4.29706742907600248E-01
+  4.22983785214600394E-01  4.16283374625656177E-01  4.09608900651354191E-01
+  4.02963572400360570E-01  3.96350406385669041E-01  3.89772215990072224E-01
+  3.83231603001083054E-01  3.76730951679365766E-01  3.70272425883265754E-01
+  3.63857969839444295E-01  3.57489313216651616E-01  3.51167981216709668E-01
+  3.44895310616446849E-01  3.38672472539727265E-01  3.32500503702646444E-01
+  3.26380343627598546E-01  3.20312894088973787E-01  3.14299034642917752E-01
+  3.08339616647307357E-01  3.02435464646616969E-01  2.96587375401819564E-01
+  2.90796117675449106E-01  2.85062431828728646E-01  2.79387029504749085E-01
+  2.73770593323122924E-01  2.68213776606434862E-01  2.62717203135596877E-01
+  2.57281466934288050E-01  2.51907132081396201E-01  2.46594732552892409E-01
+  2.41344772093482235E-01  2.36157724118066847E-01  2.31034031643040566E-01
+  2.25974107247248368E-01  2.20978333062413657E-01  2.16047060792656814E-01
+  2.11180611762707859E-01  2.06379276994245492E-01  2.01643317309779913E-01
+  1.96972963465346845E-01  1.92368416313320523E-01  1.87829846980721610E-01
+  1.83357397074231848E-01  1.78951178909874858E-01  1.74611275765173407E-01
+  1.70337742152777083E-01  1.66130604114611669E-01  1.61989859535538183E-01
+  1.57915478475576354E-01  1.53907403519703306E-01  1.49965550144323695E-01
+  1.46089807099480745E-01  1.42280036805950888E-01  1.38536075768786959E-01
+  1.34857735013157870E-01  1.31244800513999560E-01  1.27697033640374907E-01
+  1.24214171615083274E-01  1.20795927984781698E-01  1.17441993100008371E-01
+  1.14152034604591515E-01  1.10925697933911743E-01  1.07762606821572862E-01
+  1.04662363814012574E-01  1.01624550792661861E-01  9.86487295032375533E-02
+  9.57344420918174316E-02  9.28812116492213624E-02  9.00885427746935946E-02
+  8.73559221231099137E-02  8.46828189562354033E-02  8.20686857072538412E-02
+  7.95129585501419683E-02  7.70150579734745211E-02  7.45743893583508538E-02
+  7.21903435600919491E-02  6.98622974933852670E-02  6.75896147205121700E-02
+  6.53716460423168777E-02  6.32077300915315499E-02  6.10971939280949838E-02
+  5.90393536371818239E-02  5.70335149432499161E-02  5.50789738054498906E-02
+  5.31750170040772921E-02  5.13209227391932740E-02  4.95159612290596712E-02
+  4.77593953075780495E-02  4.60504810202782139E-02  4.43884682183673177E-02
+  4.27726011503680031E-02  4.12021190508418816E-02  3.96762567257142248E-02
+  3.81942451336863414E-02  3.67553119632419156E-02  3.53586822052203362E-02
+  3.40035787335652498E-02  3.26892228679799765E-02  3.14148349121871548E-02
+  3.01796347001737839E-02  2.89828421359175220E-02  2.78236777251731800E-02
+  2.67013630988402612E-02  2.56151215274240986E-02  2.45641784261282289E-02
+  2.35477618501107877E-02  2.25651029794644957E-02  2.16154365934774703E-02
+  2.06980015337610360E-02  1.98120411559684663E-02  1.89568037799821947E-02
+  1.81315431242126610E-02  1.73355187032506047E-02  1.65679962276205073E-02
+  1.58282479920366405E-02  1.51155532500603148E-02  1.44291985748835373E-02
+  1.37684782059915266E-02  1.31326943814703018E-02  1.25211576557584456E-02
+  1.19331872026562733E-02  1.13681111034388532E-02  1.08252666199346540E-02
+  1.03040004524788190E-02  9.80366898923163733E-03  9.32363854339801623E-03
+  8.86328554998559379E-03  8.42199675969970002E-03  7.99916942034944317E-03
+  7.59421144299295050E-03  7.20654155288307213E-03  6.83558942530583698E-03
+  6.48079580642139681E-03  6.14161261924649291E-03  5.81750305493510672E-03
+  5.50794164954137178E-03  5.21241434646593175E-03  4.93041854481251693E-03
+  4.66146313733166451E-03  4.40506854108536731E-03  4.16076669359177233E-03
+  3.92810104382544222E-03  3.70662653419145125E-03  3.49590957017059147E-03
+  3.29552797798482022E-03  3.10507095064946250E-03  2.92413898278898231E-03
+  2.75234379460840466E-03  2.58930824542095029E-03  2.43466623714519046E-03
+  2.28806260819168364E-03  2.14915301816928726E-03  2.01760382533382578E-03
+  1.89309196172131149E-03  1.77530478608852382E-03  1.66393993243832286E-03
+  1.55870515551669443E-03  1.45931816982510496E-03  1.36550648259195560E-03
+  1.27700722115665455E-03  1.19356695521656412E-03  1.11494151438570172E-03
+  1.04089580150890613E-03  9.71203602171794651E-04  9.05647390839957604E-04
+  8.44018134055431017E-04  7.86115091633989341E-04  7.31745619850223349E-04
+  6.80724965184813756E-04  6.32876056486140841E-04  5.88029299625833371E-04
+  5.46022371640756538E-04  5.06700014676575937E-04  4.69913830080992358E-04
+  4.35522072981527162E-04  4.03389447670276754E-04  3.73386904104192193E-04
+  3.45391435816125986E-04  3.19285879517446655E-04  2.94958716659160568E-04
+  2.72303877345165157E-04  2.51220548879559069E-04  2.31612983751349470E-04
+  2.13390308998469974E-04  1.96466341056305416E-04  1.80759403939605460E-04
+  1.66192150837609774E-04  1.52691389271890078E-04  1.40187909951899751E-04
+  1.28616319449365414E-04  1.17914876798634778E-04  1.08025334116723407E-04
+  9.88927813233895061E-05  9.04654950288266143E-05  8.26947916702795211E-05
+  7.55348858337619329E-05  6.89427519103694760E-05  6.28779886907280302E-05
+  5.73026896476898546E-05  5.21813176365039597E-05  4.74805839033494854E-05
+  4.31693313815933419E-05  3.92184222462091376E-05  3.56006296885295678E-05
+  3.22905338656242520E-05  2.92644219713527027E-05  2.65001923693080377E-05
+  2.39772627216555549E-05  2.16764820447460662E-05  1.95800469136322931E-05
+  1.76714212887673983E-05  1.59352592115513347E-05  1.43573316987365283E-05
+  1.29244572105390620E-05  1.16244355158025199E-05  1.04459848561392299E-05
+  9.37868230901178114E-06  8.41290724820464781E-06  7.53978779898169954E-06
+  6.75115018448117525E-06  6.03947085948092732E-06  5.39783132761852298E-06
+  4.81987553845190330E-06  4.29976983659592850E-06  3.83216531545809404E-06
+  3.41216210018234573E-06  3.03527601247256243E-06  2.69740735826378640E-06
+  2.39481169166700804E-06  2.12407246081443845E-06  1.88207544333086305E-06
+  1.66598488140970911E-06  1.47322122884198957E-06  1.30144042483335701E-06
+  1.14851461201602052E-06  1.01251421871660825E-06  8.91691328250607998E-07
+  7.84464274906854507E-07  6.89403406633802871E-07  6.05217813096108140E-07
+  5.30743110713939248E-07  4.64930192970709105E-07  4.06834861860853509E-07
+  3.55608282936044365E-07  3.10488209140575320E-07  2.70790921312827172E-07
+  2.35903835868044000E-07  2.05278732758310748E-07  1.78425559325839732E-07
+  1.54906768117768792E-07  1.34332149112396322E-07  1.16354121093875947E-07
+  1.00663453404504894E-07  8.69853530905203640E-08  7.50759183520875058E-08
+  6.47189295934644950E-08  5.57229428214188266E-08  4.79186603060923007E-08
+  4.11565551760502556E-08  3.53047282557105814E-08  3.02469770071705264E-08
+  2.58810579103369011E-08  2.21171250071565208E-08  1.88763286490216268E-08
+  1.60895597234011123E-08  1.36963259956169324E-08  1.16437495438474408E-08
+  9.88566836529634232E-09  8.38183592251431525E-09  7.09721060370902650E-09
+  6.00132422238346540E-09  5.06772153604576833E-09  4.27346351187929063E-09
+  3.59868772575983550E-09  3.02621988965730822E-09  2.54123106394476115E-09
+  2.13093562820175221E-09  1.78432555933841583E-09  1.49193700189621498E-09
+  1.24564552749714056E-09  1.03848704150061011E-09  8.64500774982740154E-10
+  7.18592070785288376E-10  5.96413086800484751E-10  4.94258954925306423E-10
+  4.08977523502015776E-10  3.37891030531969309E-10  2.78728238877241901E-10
+  2.29565730372188927E-10  1.88777204776862060E-10  1.54989763253391062E-10
+  1.27046275870015455E-10  1.03973039786765544E-10  8.49520308780584599E-11
+  6.92971558396763017E-11  5.64339182019355179E-11  4.58820309296959846E-11
+  3.72406386301978042E-11  3.01757464014857259E-11  2.44095416787420754E-11
+  1.97113398983832434E-11  1.58899205739494901E-11  1.27870517745914458E-11
+  1.02720284976814727E-11  8.23707446811610350E-12  6.59347787168482921E-12
+  5.26834979336484397E-12  4.20191000876558026E-12  3.34521970300734031E-12
+  2.65828914113063332E-12
+                              </PP_PSWFC.1>
+ <PP_PSWFC.2 type="real" size="  1351" l="0" columns="3">
+  4.28973929090843703E-05  4.32419482816876521E-05  4.35892711487359432E-05
+  4.39393837388896979E-05  4.42923084593496583E-05  4.46480678972908747E-05
+  4.50066848213081299E-05  4.53681821828731541E-05  4.57325831178034077E-05
+  4.60999109477427282E-05  4.64701891816537686E-05  4.68434415173226128E-05
+  4.72196918428752216E-05  4.75989642383063409E-05  4.79812829770204376E-05
+  4.83666725273851109E-05  4.87551575542970726E-05  4.91467629207605088E-05
+  4.95415136894782957E-05  4.99394351244558866E-05  5.03405526926181150E-05
+  5.07448920654390015E-05  5.11524791205846178E-05  5.15633399435691243E-05
+  5.19775008294242114E-05  5.23949882843818078E-05  5.28158290275703696E-05
+  5.32400499927248902E-05  5.36676783299103825E-05  5.40987414072594818E-05
+  5.45332668127238934E-05  5.49712823558398328E-05  5.54128160695076960E-05
+  5.58578962117861229E-05  5.63065512677003041E-05  5.67588099510649247E-05
+  5.72147012063216903E-05  5.76742542103915985E-05  5.81374983745421652E-05
+  5.86044633462695793E-05  5.90751790111959687E-05  5.95496754949819529E-05
+  6.00279831652544225E-05  6.05101326335500525E-05  6.09961547572741717E-05
+  6.14860806416754803E-05  6.19799416418365643E-05  6.24777693646805303E-05
+  6.29795956709935635E-05  6.34854526774638521E-05  6.39953727587369087E-05
+  6.45093885494872507E-05  6.50275329465068716E-05  6.55498391108104498E-05
+  6.60763404697572819E-05  6.66070707191905890E-05  6.71420638255937379E-05
+  6.76813540282638493E-05  6.82249758415028485E-05  6.87729640568261887E-05
+  6.93253537451892599E-05  6.98821802592314843E-05  7.04434792355391001E-05
+  7.10092865969248055E-05  7.15796385547274732E-05  7.21545716111285346E-05
+  7.27341225614886393E-05  7.33183284967013627E-05  7.39072268055676899E-05
+  7.45008551771875362E-05  7.50992516033725837E-05  7.57024543810763857E-05
+  7.63105021148460322E-05  7.69234337192914068E-05  7.75412884215765204E-05
+  7.81641057639287487E-05  7.87919256061696033E-05  7.94247881282651822E-05
+  8.00627338328975448E-05  8.07058035480561587E-05  8.13540384296506503E-05
+  8.20074799641443456E-05  8.26661699712089531E-05  8.33301506064004148E-05
+  8.39994643638567270E-05  8.46741540790168075E-05  8.53542629313615075E-05
+  8.60398344471768097E-05  8.67309125023386554E-05  8.74275413251209064E-05
+  8.81297654990250177E-05  8.88376299656330206E-05  8.95511800274832606E-05
+  9.02704613509690528E-05  9.09955199692608367E-05  9.17264022852516827E-05
+  9.24631550745264069E-05  9.32058254883546194E-05  9.39544610567077205E-05
+  9.47091096913001688E-05  9.54698196886551577E-05  9.62366397331948628E-05
+  9.70096189003555309E-05  9.77888066597275870E-05  9.85742528782209353E-05
+  9.93660078232556579E-05  1.00164122165978287E-04  1.00968646984504084E-04
+  1.01779633767185056E-04  1.02597134415904440E-04  1.03421201249397516E-04
+  1.04251887006599113E-04  1.05089244850018024E-04  1.05933328369138443E-04
+  1.06784191583848679E-04  1.07641888947897520E-04  1.08506475352378263E-04
+  1.09378006129240529E-04  1.10256537054830806E-04  1.11142124353460676E-04
+  1.12034824701004270E-04  1.12934695228524273E-04  1.13841793525927269E-04
+  1.14756177645648162E-04  1.15677906106364471E-04  1.16607037896739962E-04
+  1.17543632479199056E-04  1.18487749793730717E-04  1.19439450261723528E-04
+  1.20398794789831098E-04  1.21365844773868752E-04  1.22340662102741473E-04
+  1.23323309162403142E-04  1.24313848839847696E-04  1.25312344527132716E-04
+  1.26318860125434383E-04  1.27333460049135812E-04  1.28356209229947836E-04
+  1.29387173121062990E-04  1.30426417701342564E-04  1.31474009479537593E-04
+  1.32530015498543590E-04  1.33594503339689138E-04  1.34667541127059492E-04
+  1.35749197531854376E-04  1.36839541776780755E-04  1.37938643640481238E-04
+  1.39046573461997652E-04  1.40163402145270514E-04  1.41289201163674729E-04
+  1.42424042564591490E-04  1.43567998974016996E-04  1.44721143601208099E-04
+  1.45883550243365221E-04  1.47055293290352827E-04  1.48236447729457752E-04
+  1.49427089150185760E-04  1.50627293749096546E-04  1.51837138334677497E-04
+  1.53056700332256589E-04  1.54286057788954672E-04  1.55525289378677432E-04
+  1.56774474407147586E-04  1.58033692816977097E-04  1.59303025192780387E-04
+  1.60582552766328466E-04  1.61872357421744299E-04  1.63172521700739957E-04
+  1.64483128807895763E-04  1.65804262615981614E-04  1.67136007671321254E-04
+  1.68478449199199330E-04  1.69831673109311894E-04  1.71195766001260675E-04
+  1.72570815170091242E-04  1.73956908611875747E-04  1.75354135029340209E-04
+  1.76762583837537709E-04  1.78182345169564869E-04  1.79613509882328162E-04
+  1.81056169562351135E-04  1.82510416531633931E-04  1.83976343853554247E-04
+  1.85454045338820958E-04  1.86943615551469784E-04  1.88445149814913244E-04
+  1.89958744218032713E-04  1.91484495621325513E-04  1.93022501663095284E-04
+  1.94572860765697712E-04  1.96135672141830805E-04  1.97711035800881077E-04
+  1.99299052555315057E-04  2.00899824027127365E-04  2.02513452654335486E-04
+  2.04140041697531286E-04  2.05779695246480269E-04  2.07432518226778780E-04
+  2.09098616406559133E-04  2.10778096403254256E-04  2.12471065690410352E-04
+  2.14177632604560416E-04  2.15897906352146814E-04  2.17631997016505031E-04
+  2.19380015564897627E-04  2.21142073855610502E-04  2.22918284645099791E-04
+  2.24708761595202380E-04  2.26513619280397787E-04  2.28332973195134270E-04
+  2.30166939761208405E-04  2.32015636335207421E-04  2.33879181216009119E-04
+  2.35757693652342745E-04  2.37651293850410088E-04  2.39560102981567410E-04
+  2.41484243190069598E-04  2.43423837600875367E-04  2.45379010327515423E-04
+  2.47349886480023942E-04  2.49336592172932719E-04  2.51339254533330014E-04
+  2.53358001708983563E-04  2.55392962876528520E-04  2.57444268249721437E-04
+  2.59512049087759402E-04  2.61596437703666396E-04  2.63697567472747090E-04
+  2.65815572841106881E-04  2.67950589334241816E-04  2.70102753565695938E-04
+  2.72272203245788361E-04  2.74459077190410160E-04  2.76663515329891841E-04
+  2.78885658717940908E-04  2.81125649540651858E-04  2.83383631125587834E-04
+  2.85659747950934326E-04  2.87954145654727254E-04  2.90266971044153847E-04
+  2.92598372104928013E-04  2.94948498010740945E-04  2.97317499132787252E-04
+  2.99705527049366706E-04  3.02112734555563453E-04  3.04539275673001996E-04
+  3.06985305659681338E-04  3.09450981019887626E-04  3.11936459514186213E-04
+  3.14441900169492976E-04  3.16967463289226836E-04  3.19513310463542626E-04
+  3.22079604579646075E-04  3.24666509832191260E-04  3.27274191733760553E-04
+  3.29902817125428871E-04  3.32552554187411358E-04  3.35223572449797470E-04
+  3.37916042803369202E-04  3.40630137510506477E-04  3.43366030216179445E-04
+  3.46123895959028207E-04  3.48903911182531516E-04  3.51706253746263662E-04
+  3.54531102937242115E-04  3.57378639481364501E-04  3.60249045554938334E-04
+  3.63142504796301060E-04  3.66059202317533671E-04  3.68999324716267555E-04
+  3.71963060087585192E-04  3.74950598036015870E-04  3.77962129687626819E-04
+  3.80997847702210942E-04  3.84057946285571372E-04  3.87142621201904194E-04
+  3.90252069786278539E-04  3.93386490957218853E-04  3.96546085229383454E-04
+  3.99731054726347543E-04  4.02941603193485642E-04  4.06177936010957894E-04
+  4.09440260206798935E-04  4.12728784470110788E-04  4.16043719164361581E-04
+  4.19385276340788885E-04  4.22753669751910340E-04  4.26149114865141990E-04
+  4.29571828876523472E-04  4.33022030724554115E-04  4.36499941104138056E-04
+  4.40005782480638104E-04  4.43539779104047292E-04  4.47102157023263644E-04
+  4.50693144100489953E-04  4.54312970025734172E-04  4.57961866331439748E-04
+  4.61640066407217377E-04  4.65347805514707577E-04  4.69085320802547611E-04
+  4.72852851321470897E-04  4.76650638039511428E-04  4.80478923857344362E-04
+  4.84337953623732492E-04  4.88227974151110133E-04  4.92149234231275970E-04
+  4.96101984651224582E-04  5.00086478209089145E-04  5.04102969730224159E-04
+  5.08151716083401540E-04  5.12232976197149101E-04  5.16347011076204740E-04
+  5.20494083818112858E-04  5.24674459629940375E-04  5.28888405845137481E-04
+  5.33136191940518085E-04  5.37418089553387828E-04  5.41734372498794384E-04
+  5.46085316786927392E-04  5.50471200640641331E-04  5.54892304513132238E-04
+  5.59348911105736414E-04  5.63841305385889900E-04  5.68369774605207009E-04
+  5.72934608317723546E-04  5.77536098398263734E-04  5.82174539060969663E-04
+  5.86850226877960518E-04  5.91563460798154436E-04  5.96314542166221447E-04
+  6.01103774741703484E-04  6.05931464718268407E-04  6.10797920743129689E-04
+  6.15703453936603472E-04  6.20648377911837685E-04  6.25633008794675388E-04
+  6.30657665243696030E-04  6.35722668470390826E-04  6.40828342259519416E-04
+  6.45975012989605506E-04  6.51163009653611311E-04  6.56392663879755856E-04
+  6.61664309952516411E-04  6.66978284833772816E-04  6.72334928184138399E-04
+  6.77734582384438458E-04  6.83177592557373918E-04  6.88664306589337975E-04
+  6.94195075152419759E-04  6.99770251726562179E-04  7.05390192621912202E-04
+  7.11055257001323802E-04  7.16765806903058435E-04  7.22522207263643387E-04
+  7.28324825940921154E-04  7.34174033737271855E-04  7.40070204423018017E-04
+  7.46013714760011609E-04  7.52004944525404523E-04  7.58044276535602937E-04
+  7.64132096670407730E-04  7.70268793897343324E-04  7.76454760296174315E-04
+  7.82690391083611949E-04  7.88976084638212823E-04  7.95312242525468734E-04
+  8.01699269523092331E-04  8.08137573646498905E-04  8.14627566174481814E-04
+  8.21169661675088484E-04  8.27764278031697313E-04  8.34411836469292124E-04
+  8.41112761580943037E-04  8.47867481354487498E-04  8.54676427199419679E-04
+  8.61540033973984482E-04  8.68458740012482619E-04  8.75432987152780081E-04
+  8.82463220764035088E-04  8.89549889774633859E-04  8.96693446700339535E-04
+  9.03894347672659789E-04  9.11153052467429214E-04  9.18470024533610285E-04
+  9.25845731022314632E-04  9.33280642816046902E-04  9.40775234558168709E-04
+  9.48329984682588539E-04  9.55945375443679004E-04  9.63621892946419289E-04
+  9.71360027176767561E-04  9.79160272032262137E-04  9.87023125352859019E-04
+  9.94949088951996557E-04  1.00293866864790168E-03  1.01099237429512728E-03
+  1.01911071981633083E-03  1.02729422323429237E-03  1.03554340670417196E-03
+  1.04385879654601138E-03  1.05224092327748059E-03  1.06069032164686754E-03
+  1.06920753066631923E-03  1.07779309364532702E-03  1.08644755822446745E-03
+  1.09517147640939049E-03  1.10396540460506510E-03  1.11282990365027773E-03
+  1.12176553885238962E-03  1.13077288002234964E-03  1.13985250150996963E-03
+  1.14900498223946025E-03  1.15823090574522980E-03  1.16753086020794736E-03
+  1.17690543849087383E-03  1.18635523817645864E-03  1.19588086160320618E-03
+  1.20548291590281444E-03  1.21516201303758652E-03  1.22491876983811228E-03
+  1.23475380804123017E-03  1.24466775432826356E-03  1.25466124036353790E-03
+  1.26473490283317475E-03  1.27488938348417060E-03  1.28512532916375964E-03
+  1.29544339185905678E-03  1.30584422873699225E-03  1.31632850218453275E-03
+  1.32689687984918802E-03  1.33755003467981508E-03  1.34828864496771097E-03
+  1.35911339438799677E-03  1.37002497204130407E-03  1.38102407249575333E-03
+  1.39211139582923107E-03  1.40328764767196686E-03  1.41455353924941512E-03
+  1.42590978742543405E-03  1.43735711474577343E-03  1.44889624948186429E-03
+  1.46052792567491745E-03  1.47225288318033145E-03  1.48407186771240627E-03
+  1.49598563088937354E-03  1.50799493027873308E-03  1.52010052944290914E-03
+  1.53230319798521399E-03  1.54460371159613626E-03  1.55700285209994164E-03
+  1.56950140750159155E-03  1.58210017203398636E-03  1.59479994620552392E-03
+  1.60760153684798486E-03  1.62050575716473884E-03  1.63351342677927540E-03
+  1.64662537178406499E-03  1.65984242478973629E-03  1.67316542497459209E-03
+  1.68659521813444902E-03  1.70013265673280619E-03  1.71377859995134425E-03
+  1.72753391374075955E-03  1.74139947087192655E-03  1.75537615098739631E-03
+  1.76946484065322509E-03  1.78366643341114242E-03  1.79798182983105189E-03
+  1.81241193756386714E-03  1.82695767139468652E-03  1.84161995329630416E-03
+  1.85639971248305943E-03  1.87129788546502147E-03  1.88631541610251915E-03
+  1.90145325566100278E-03  1.91671236286624930E-03  1.93209370395990660E-03
+  1.94759825275537678E-03  1.96322699069403960E-03  1.97898090690181794E-03
+  1.99486099824608019E-03  2.01086826939288459E-03  2.02700373286456622E-03
+  2.04326840909765679E-03  2.05966332650114794E-03  2.07618952151510236E-03
+  2.09284803866958274E-03  2.10963993064394208E-03  2.12656625832643564E-03
+  2.14362809087418043E-03  2.16082650577344290E-03  2.17816258890026837E-03
+  2.19563743458144143E-03  2.21325214565578103E-03  2.23100783353577265E-03
+  2.24890561826952351E-03  2.26694662860305214E-03  2.28513200204291190E-03
+  2.30346288491913064E-03  2.32194043244848608E-03  2.34056580879809855E-03
+  2.35934018714934563E-03  2.37826474976210846E-03  2.39734068803931213E-03
+  2.41656920259180957E-03  2.43595150330355508E-03  2.45548880939710275E-03
+  2.47518234949940840E-03  2.49503336170793771E-03  2.51504309365707104E-03
+  2.53521280258481611E-03  2.55554375539981211E-03  2.57603722874862441E-03
+  2.59669450908333157E-03  2.61751689272939634E-03  2.63850568595381347E-03
+  2.65966220503354193E-03  2.68098777632420557E-03  2.70248373632905924E-03
+  2.72415143176822378E-03  2.74599221964817600E-03  2.76800746733149149E-03
+  2.79019855260683640E-03  2.81256686375920247E-03  2.83511379964037670E-03
+  2.85784076973964307E-03  2.88074919425470840E-03  2.90384050416284123E-03
+  2.92711614129223139E-03  2.95057755839354214E-03  2.97422621921166743E-03
+  2.99806359855767524E-03  3.02209118238092999E-03  3.04631046784138932E-03
+  3.07072296338206825E-03  3.09533018880165343E-03  3.12013367532726826E-03
+  3.14513496568737637E-03  3.17033561418480657E-03  3.19573718676990004E-03
+  3.22134126111376729E-03  3.24714942668163182E-03  3.27316328480627009E-03
+  3.29938444876151779E-03  3.32581454383583820E-03  3.35245520740594643E-03
+  3.37930808901046233E-03  3.40637485042358636E-03  3.43365716572880016E-03
+  3.46115672139254548E-03  3.48887521633789097E-03  3.51681436201817200E-03
+  3.54497588249056816E-03  3.57336151448963335E-03  3.60197300750073101E-03
+  3.63081212383337647E-03  3.65988063869446571E-03  3.68918034026136966E-03
+  3.71871302975487674E-03  3.74848052151196013E-03  3.77848464305836212E-03
+  3.80872723518096631E-03  3.83921015199993436E-03  3.86993526104058858E-03
+  3.90090444330502741E-03  3.93211959334343556E-03  3.96358261932507235E-03
+  3.99529544310892049E-03  4.02726000031395845E-03  4.05947824038903771E-03
+  4.09195212668233849E-03  4.12468363651037877E-03  4.15767476122653416E-03
+  4.19092750628906677E-03  4.22444389132860688E-03  4.25822595021506552E-03
+  4.29227573112396423E-03  4.32659529660211605E-03  4.36118672363266808E-03
+  4.39605210369940769E-03  4.43119354285037396E-03  4.46661316176068506E-03
+  4.50231309579455976E-03  4.53829549506649683E-03  4.57456252450157055E-03
+  4.61111636389480942E-03  4.64795920796959999E-03  4.68509326643509576E-03
+  4.72252076404256361E-03  4.76024394064064431E-03  4.79826505122947153E-03
+  4.83658636601358872E-03  4.87521017045364994E-03  4.91413876531681271E-03
+  4.95337446672580901E-03  4.99291960620661026E-03  5.03277653073465423E-03
+  5.07294760277957058E-03  5.11343520034835113E-03  5.15424171702688616E-03
+  5.19536956201985430E-03  5.23682116018882923E-03  5.27859895208863082E-03
+  5.32070539400176980E-03  5.36314295797098248E-03  5.40591413182974281E-03
+  5.44902141923071098E-03  5.49246733967203790E-03  5.53625442852143882E-03
+  5.58038523703797279E-03  5.62486233239144727E-03  5.66968829767936725E-03
+  5.71486573194134127E-03  5.76039725017086796E-03  5.80628548332442086E-03
+  5.85253307832770200E-03  5.89914269807905074E-03  5.94611702144982185E-03
+  5.99345874328171581E-03  6.04117057438091545E-03  6.08925524150893786E-03
+  6.13771548737010886E-03  6.18655407059554366E-03  6.23577376572353233E-03
+  6.28537736317619136E-03  6.33536766923231166E-03  6.38574750599624642E-03
+  6.43651971136273600E-03  6.48768713897754801E-03  6.53925265819377353E-03
+  6.59121915402371972E-03  6.64358952708615520E-03  6.69636669354890367E-03
+  6.74955358506653010E-03  6.80315314871302902E-03  6.85716834690938172E-03
+  6.91160215734578243E-03  6.96645757289843064E-03  7.02173760154066462E-03
+  7.07744526624835661E-03  7.13358360489933785E-03  7.19015567016668446E-03
+  7.24716452940574879E-03  7.30461326453465780E-03  7.36250497190820818E-03
+  7.42084276218483996E-03  7.47962976018662351E-03  7.53886910475196244E-03
+  7.59856394858086405E-03  7.65871745807254756E-03  7.71933281315517923E-03
+  7.78041320710750380E-03  7.84196184637217693E-03  7.90398195036053249E-03
+  7.96647675124856521E-03  8.02944949376391444E-03  8.09290343496353592E-03
+  8.15684184400187334E-03  8.22126800188921654E-03  8.28618520124000876E-03
+  8.35159674601085311E-03  8.41750595122785217E-03  8.48391614270310908E-03
+  8.55083065674001365E-03  8.61825283982702896E-03  8.68618604831970786E-03
+  8.75463364811055779E-03  8.82359901428651089E-03  8.89308553077357115E-03
+  8.96309658996841466E-03  9.03363559235648844E-03  9.10470594611634092E-03
+  9.17631106670972231E-03  9.24845437645716549E-03  9.32113930409862387E-03
+  9.39436928433879867E-03  9.46814775737672872E-03  9.54247816841927166E-03
+  9.61736396717799945E-03  9.69280860734911959E-03  9.76881554607600226E-03
+  9.84538824339377568E-03  9.92253016165562350E-03  1.00002447649402710E-02
+  1.00785355184401723E-02  1.01574058878299272E-02  1.02368593386143649E-02
+  1.03168993354558047E-02  1.03975293414799910E-02  1.04787528175601281E-02
+  1.05605732215784866E-02  1.06429940076649670E-02  1.07260186254120680E-02
+  1.08096505190656694E-02  1.08938931266909719E-02  1.09787498793130593E-02
+  1.10642242000313189E-02  1.11503195031071728E-02  1.12370391930244392E-02
+  1.13243866635215802E-02  1.14123652965951485E-02  1.15009784614737015E-02
+  1.15902295135615063E-02  1.16801217933512440E-02  1.17706586253049621E-02
+  1.18618433167025188E-02  1.19536791564565682E-02  1.20461694138934965E-02
+  1.21393173374992457E-02  1.22331261536293215E-02  1.23275990651820055E-02
+  1.24227392502339225E-02  1.25185498606370325E-02  1.26150340205762081E-02
+  1.27121948250861361E-02  1.28100353385267613E-02  1.29085585930163171E-02
+  1.30077675868208193E-02  1.31076652826989746E-02  1.32082546062014857E-02
+  1.33095384439235777E-02  1.34115196417096631E-02  1.35142010028089631E-02
+  1.36175852859809505E-02  1.37216752035493571E-02  1.38264734194035524E-02
+  1.39319825469460777E-02  1.40382051469851027E-02  1.41451437255701931E-02
+  1.42528007317701700E-02  1.43611785553918875E-02  1.44702795246383718E-02
+  1.45801059037049176E-02  1.46906598903116734E-02  1.48019436131712236E-02
+  1.49139591293896458E-02  1.50267084217994302E-02  1.51401933962227453E-02
+  1.52544158786633698E-02  1.53693776124256467E-02  1.54850802551587067E-02
+  1.56015253758246628E-02  1.57187144515881817E-02  1.58366488646259490E-02
+  1.59553298988543771E-02  1.60747587365736959E-02  1.61949364550262633E-02
+  1.63158640228673046E-02  1.64375422965459539E-02  1.65599720165946276E-02
+  1.66831538038245825E-02  1.68070881554255279E-02  1.69317754409671721E-02
+  1.70572158983004034E-02  1.71834096293558489E-02  1.73103565958380098E-02
+  1.74380566148117505E-02  1.75665093541785451E-02  1.76957143280409915E-02
+  1.78256708919526524E-02  1.79563782380506506E-02  1.80878353900685261E-02
+  1.82200411982264866E-02  1.83529943339964911E-02  1.84866932847394388E-02
+  1.86211363482114249E-02  1.87563216269364536E-02  1.88922470224424897E-02
+  1.90289102293579974E-02  1.91663087293664075E-02  1.93044397850149138E-02
+  1.94433004333729280E-02  1.95828874795392419E-02  1.97231974899939357E-02
+  1.98642267857915694E-02  2.00059714355922819E-02  2.01484272485273688E-02
+  2.02915897668958373E-02  2.04354542586881946E-02  2.05800157099340908E-02
+  2.07252688168699413E-02  2.08712079779226553E-02  2.10178272855059550E-02
+  2.11651205176258995E-02  2.13130811292915126E-02  2.14617022437231138E-02
+  2.16109766433582699E-02  2.17608967606501454E-02  2.19114546686539242E-02
+  2.20626420713968749E-02  2.22144502940277190E-02  2.23668702727408929E-02
+  2.25198925444711415E-02  2.26735072363539111E-02  2.28277040549468534E-02
+  2.29824722752077840E-02  2.31378007292242019E-02  2.32936777946906697E-02
+  2.34500913831299611E-02  2.36070289278459133E-02  2.37644773716096311E-02
+  2.39224231540732385E-02  2.40808521989049895E-02  2.42397499006407890E-02
+  2.43991011112465114E-02  2.45588901263859398E-02  2.47191006713888065E-02
+  2.48797158869133693E-02  2.50407183142979939E-02  2.52020898805962110E-02
+  2.53638118832893375E-02  2.55258649746721647E-02  2.56882291459092395E-02
+  2.58508837107429730E-02  2.60138072888571568E-02  2.61769777888909878E-02
+  2.63403723910954693E-02  2.65039675296262177E-02  2.66677388744665303E-02
+  2.68316613129746528E-02  2.69957089310490297E-02  2.71598549939053857E-02
+  2.73240719264593347E-02  2.74883312933084344E-02  2.76526037783072602E-02
+  2.78168591637303342E-02  2.79810663090239199E-02  2.81451931291198700E-02
+  2.83092065723157156E-02  2.84730725977210622E-02  2.86367561522595029E-02
+  2.88002211472196679E-02  2.89634304343491245E-02  2.91263457814850274E-02
+  2.92889278477153348E-02  2.94511361580642728E-02  2.96129290776964323E-02
+  2.97742637856330435E-02  2.99350962479747948E-02  3.00953811906262102E-02
+  3.02550720715285756E-02  3.04141210523675883E-02  3.05724789697545650E-02
+  3.07300953058963038E-02  3.08869181587383863E-02  3.10428942115765216E-02
+  3.11979687021310750E-02  3.13520853910799133E-02  3.15051865300450887E-02
+  3.16572128290290578E-02  3.18081034232963397E-02  3.19577958396966011E-02
+  3.21062259624258564E-02  3.22533279982228777E-02  3.23990344410179237E-02
+  3.25432760359978326E-02  3.26859817430686928E-02  3.28270786997630556E-02
+  3.29664921835719008E-02  3.31041455736985138E-02  3.32399603122338350E-02
+  3.33738558647528952E-02  3.35057496803326388E-02  3.36355571509919585E-02
+  3.37631915705553093E-02  3.38885640929417198E-02  3.40115836898819204E-02
+  3.41321571080670585E-02  3.42501888257606829E-02  3.43655810088505306E-02
+  3.44782334662789569E-02  3.45880436049595397E-02  3.46949063841569122E-02
+  3.47987142693330503E-02  3.48993571854689863E-02  3.49967224698716287E-02
+  3.50906948244767286E-02  3.51811562676597675E-02  3.52679860855680399E-02
+  3.53510607829880183E-02  3.54302540337635141E-02  3.55054366307816227E-02
+  3.55764764355790339E-02  3.56432383275859452E-02  3.57055841528648929E-02
+  3.57633726725506557E-02  3.58164595109774705E-02  3.58646971035049208E-02
+  3.59079346440703759E-02  3.59460180324972442E-02  3.59787898215901819E-02
+  3.60060891640506253E-02  3.60277517592478072E-02  3.60436097998827268E-02
+  3.60534919185845834E-02  3.60572231344816335E-02  3.60546247998294531E-02
+  3.60455145467986279E-02  3.60297062341495555E-02  3.60070098941345298E-02
+  3.59772316796594938E-02  3.59401738117253317E-02  3.58956345272091817E-02
+  3.58434080270493005E-02  3.57832844249006826E-02  3.57150496963313524E-02
+  3.56384856286328724E-02  3.55533697713223407E-02  3.54594753874164295E-02
+  3.53565714055620040E-02  3.52444223731506190E-02  3.51227884106611390E-02
+  3.49914251667916565E-02  3.48500837748520684E-02  3.46985108105895557E-02
+  3.45364482514636181E-02  3.43636334374847335E-02  3.41797990337353655E-02
+  3.39846729946973042E-02  3.37779785305142299E-02  3.35594340753233092E-02
+  3.33287532577953086E-02  3.30856448740277573E-02  3.28298128629415306E-02
+  3.25609562843718198E-02  3.22787693003018308E-02  3.19829411586376455E-02
+  3.16731561800363687E-02  3.13490937482796203E-02  3.10104283041784147E-02
+  3.06568293431984558E-02  3.02879614170051374E-02  2.99034841391333274E-02
+  2.95030521949944113E-02  2.90863153564393517E-02  2.86529185011034637E-02
+  2.82025016367657803E-02  2.77346999309623296E-02  2.72491437461271913E-02
+  2.67454586809634590E-02  2.62232656173562034E-02  2.56821807731404082E-02
+  2.51218157618195333E-02  2.45417776591392682E-02  2.39416690767906976E-02
+  2.33210882435380233E-02  2.26796290940743488E-02  2.20168813659144605E-02
+  2.13324307046410776E-02  2.06258587778269838E-02  1.98967433979620016E-02
+  1.91446586547195929E-02  1.83691750569194533E-02  1.75698596851353132E-02
+  1.67462763543545744E-02  1.58979857863519453E-02  1.50245457938217725E-02
+  1.41255114760234710E-02  1.32004354262527882E-02  1.22488679515088284E-02
+  1.12703573047298992E-02  1.02644499299715357E-02  9.23069072090265848E-03
+  8.16862329299272022E-03  7.07779026976506059E-03  5.95773358348711691E-03
+  4.80799479067232222E-03  3.62811540344663147E-03  2.41763723652829764E-03
+  1.17610276818660509E-03 -9.69444816104454926E-05 -1.40195955633566410E-03
+ -2.73939565116125680E-03 -4.10970368402667659E-03 -5.51333184922006819E-03
+ -6.95072515319602232E-03 -8.42232493236999905E-03 -9.92856835265247539E-03
+ -1.14698878905077090E-02 -1.30467107953504240E-02 -1.46594585331203866E-02
+ -1.63085462102648057E-02 -1.79943819779659966E-02 -1.97173664201337751E-02
+ -2.14778919211727135E-02 -2.32763420143294944E-02 -2.51130907110524368E-02
+ -2.69885018114998133E-02 -2.89029281963862246E-02 -3.08567111004196711E-02
+ -3.28501793676470796E-02 -3.48836486890960334E-02 -3.69574208231751716E-02
+ -3.90717827993770708E-02 -4.12270061059116857E-02 -4.34233458615394391E-02
+ -4.56610399716861556E-02 -4.79403082741817199E-02 -5.02613516715346986E-02
+ -5.26243512511491221E-02 -5.50294673953751687E-02 -5.74768388827868182E-02
+ -5.99665819822105470E-02 -6.24987895411796002E-02 -6.50735300706174885E-02
+ -6.76908468277354763E-02 -7.03507568992598475E-02 -7.30532502873057071E-02
+ -7.57982890003552484E-02 -7.85858061518529549E-02 -8.14157050687270428E-02
+ -8.42878584156831201E-02 -8.72021073359906251E-02 -9.01582606119978591E-02
+ -9.31560938496580754E-02 -9.61953486909624678E-02 -9.92757320583524533E-02
+ -1.02396915435444658E-01 -1.05558534188586850E-01 -1.08760186934025810E-01
+ -1.12001434955652013E-01 -1.15281801678548665E-01 -1.18600772203747346E-01
+ -1.21957792909978116E-01 -1.25352271129920034E-01 -1.28783574904289849E-01
+ -1.32251032819520636E-01 -1.35753933937414584E-01 -1.39291527822653083E-01
+ -1.42863024674756589E-01 -1.46467595571225490E-01 -1.50104372828600591E-01
+ -1.53772450488244256E-01 -1.57470884933552241E-01 -1.61198695645272339E-01
+ -1.64954866101405417E-01 -1.68738344827990688E-01 -1.72548046607015504E-01
+ -1.76382853853522287E-01 -1.80241618156090994E-01 -1.84123161981521483E-01
+ -1.88026280560273373E-01 -1.91949743950762919E-01 -1.95892299284026156E-01
+ -1.99852673189353375E-01 -2.03829574400016117E-01 -2.07821696536613587E-01
+ -2.11827721063606061E-01 -2.15846320412479947E-01 -2.19876161262446995E-01
+ -2.23915907966816735E-01 -2.27964226110130203E-01 -2.32019786188899901E-01
+ -2.36081267377710013E-01 -2.40147361333511195E-01 -2.44216776041732170E-01
+ -2.48288239654238740E-01 -2.52360504272984287E-01 -2.56432349627465361E-01
+ -2.60502586586043305E-01 -2.64570060432384291E-01 -2.68633653828362795E-01
+ -2.72692289373904551E-01 -2.76744931662107396E-01 -2.80790588714619926E-01
+ -2.84828312667544103E-01 -2.88857199569680367E-01 -2.92876388116838304E-01
+ -2.96885057113673190E-01 -3.00882421488982865E-01 -3.04867726684494245E-01
+ -3.08840240895594476E-01 -3.12799245882254162E-01 -3.16744022380984702E-01
+ -3.20673843460043961E-01 -3.24587976317533000E-01 -3.28485681634918980E-01
+ -3.32366213661019427E-01 -3.36228820102655090E-01 -3.40072742080279433E-01
+ -3.43897214082670599E-01 -3.47701463938508981E-01 -3.51484712799665422E-01
+ -3.55246175141056164E-01 -3.58985058777294419E-01 -3.62700564896571598E-01
+ -3.66391888112540032E-01 -3.70058216534774664E-01 -3.73698731858345568E-01
+ -3.77312609472867710E-01 -3.80899018591340843E-01 -3.84457122398933704E-01
+ -3.87986078221818187E-01 -3.91485037716023665E-01 -3.94953147076425148E-01
+ -3.98389547266140454E-01 -4.01793374263863634E-01 -4.05163759330729512E-01
+ -4.08499829296351591E-01 -4.11800706863217458E-01 -4.15065510928997516E-01
+ -4.18293356926240423E-01 -4.21483357178948803E-01 -4.24634621275452595E-01
+ -4.27746256457031515E-01 -4.30817368021677971E-01 -4.33847059742425212E-01
+ -4.36834434299619989E-01 -4.39778593726669997E-01 -4.42678639869259594E-01
+ -4.45533674855355832E-01 -4.48342801576738670E-01 -4.51105124182013206E-01
+ -4.53819748580005955E-01 -4.56485782952991193E-01 -4.59102338279168465E-01
+ -4.61668528863858618E-01 -4.64183472878859082E-01 -4.66646292909442817E-01
+ -4.69056116508458687E-01 -4.71412076757037057E-01 -4.73713312831373023E-01
+ -4.75958970575135587E-01 -4.78148203077271960E-01 -4.80280171253683663E-01
+ -4.82354044432915074E-01 -4.84369000945905792E-01 -4.86324228718921225E-01
+ -4.88218925869196019E-01 -4.90052301302812299E-01 -4.91823575314363437E-01
+ -4.93531980187930486E-01 -4.95176760798925919E-01 -4.96757175216333835E-01
+ -4.98272495304903307E-01 -4.99722007326825202E-01 -5.01105012542429007E-01
+ -5.02420827808771842E-01 -5.03668786176393990E-01 -5.04848237484711748E-01
+ -5.05958548954241305E-01 -5.06999105775530534E-01 -5.07969311694380199E-01
+ -5.08868589592881726E-01 -5.09696382065817910E-01 -5.10452151991951486E-01
+ -5.11135383099740936E-01 -5.11745580527009247E-01 -5.12282271374100651E-01
+ -5.12745005250046071E-01 -5.13133354811246445E-01 -5.13446916290356770E-01
+ -5.13685310016596119E-01 -5.13848180931408272E-01 -5.13935199092745876E-01
+ -5.13946060169226837E-01 -5.13880485923954522E-01 -5.13738224687517953E-01
+ -5.13519051819688377E-01 -5.13222770159324937E-01 -5.12849210462003713E-01
+ -5.12398231824881645E-01 -5.11869722098311830E-01 -5.11263598283716592E-01
+ -5.10579806917229817E-01 -5.09818324435946102E-01 -5.08979157526658677E-01
+ -5.08062343468774658E-01 -5.07067950457166683E-01 -5.05996077907347686E-01
+ -5.04846856743518702E-01 -5.03620449668995884E-01 -5.02317051418550320E-01
+ -5.00936888992173923E-01 -4.99480221869808672E-01 -4.97947342206557952E-01
+ -4.96338575007925609E-01 -4.94654278284608728E-01 -4.92894843186396869E-01
+ -4.91060694111900953E-01 -4.89152288790138945E-01 -4.87170118356390291E-01
+ -4.85114707400724710E-01 -4.82986613990741498E-01 -4.80786429670808868E-01
+ -4.78514779437373861E-01 -4.76172321689961542E-01 -4.73759748157456972E-01
+ -4.71277783799306127E-01 -4.68727186681254515E-01 -4.66108747825286052E-01
+ -4.63423291033404239E-01 -4.60671672684949129E-01 -4.57854781504729524E-01
+ -4.54973538293194646E-01 -4.52028895650647689E-01 -4.49021837671489621E-01
+ -4.45953379604942135E-01 -4.42824567487723975E-01 -4.39636477748478915E-01
+ -4.36390216783813123E-01 -4.33086920505773632E-01 -4.29727753860680461E-01
+ -4.26313910319199296E-01 -4.22846611337619860E-01 -4.19327105790292365E-01
+ -4.15756669373246512E-01 -4.12136603977342364E-01 -4.08468237018389968E-01
+ -4.04752920760819035E-01 -4.00992031616736189E-01 -3.97186969406951418E-01
+ -3.93339156593849437E-01 -3.89450037486479272E-01 -3.85521077418201907E-01
+ -3.81553761897224952E-01 -3.77549595730448939E-01 -3.73510102121048959E-01
+ -3.69436821740310839E-01 -3.65331311774239997E-01 -3.61195144945560376E-01
+ -3.57029908510799188E-01 -3.52837203218713646E-01 -3.48618642264071077E-01
+ -3.44375850232773117E-01 -3.40110462011946835E-01 -3.35824121679862309E-01
+ -3.31518481376689711E-01 -3.27195200157217037E-01 -3.22855942826649034E-01
+ -3.18502378760564808E-01 -3.14136180710192225E-01 -3.09759023594237626E-01
+ -3.05372583278508913E-01 -3.00978535344678610E-01 -2.96578553849154436E-01
+ -2.92174310060254794E-01 -2.87767471198579761E-01 -2.83359699194259906E-01
+ -2.78952649424228594E-01 -2.74547969446221840E-01 -2.70147297732354741E-01
+ -2.65752262403957051E-01 -2.61364479969315056E-01 -2.56985554066060995E-01
+ -2.52617074209913361E-01 -2.48260614551553960E-01 -2.43917732643385510E-01
+ -2.39589968217990723E-01 -2.35278841979982445E-01 -2.30985854403555957E-01
+ -2.26712484548424631E-01 -2.22460188921150992E-01 -2.18230400341683034E-01
+ -2.14024526830132233E-01 -2.09843950517825811E-01 -2.05690026584419733E-01
+ -2.01564082222780938E-01 -1.97467415633373222E-01 -1.93401295049792893E-01
+ -1.89366957797122398E-01 -1.85365609384663732E-01 -1.81398422634630019E-01
+ -1.77466536848260803E-01 -1.73571057005869223E-01 -1.69713053003531678E-01
+ -1.65893558954096298E-01 -1.62113572520041715E-01 -1.58374054287342553E-01
+ -1.54675927184388801E-01 -1.51020075946999316E-01 -1.47407346630430203E-01
+ -1.43838546169247877E-01 -1.40314441985789157E-01 -1.36835761647893545E-01
+ -1.33403192576442509E-01 -1.30017381803194443E-01 -1.26678935779255458E-01
+ -1.23388420233078028E-01 -1.20146360077142703E-01 -1.16953239376821630E-01
+ -1.13809501365412569E-01 -1.10715548507725969E-01 -1.07671742614288676E-01
+ -1.04678405005789135E-01 -1.01735816727308886E-01 -9.88442188117413523E-02
+ -9.60038125917425655E-02 -9.32147600594115527E-02 -9.04771842728430559E-02
+ -8.77911698085592496E-02 -8.51567632587694329E-02 -8.25739737726910172E-02
+ -8.00427736436005316E-02 -7.75630989342320359E-02 -7.51348501399858454E-02
+ -7.27578928910056488E-02 -7.04320586908589036E-02 -6.81571456901705758E-02
+ -6.59329194935371898E-02 -6.37591139979554744E-02 -6.16354322609805952E-02
+ -5.95615473967482378E-02 -5.75371034979842849E-02 -5.55617165820569484E-02
+ -5.36349755591254210E-02 -5.17564432211949574E-02 -4.99256572584268685E-02
+ -4.81421312802576828E-02 -4.64053558454558049E-02 -4.47147995101091281E-02
+ -4.30699098856993715E-02 -4.14701147050927227E-02 -3.99148228944485317E-02
+ -3.84034256490400489E-02 -3.69352975110251308E-02 -3.55097974472108266E-02
+ -3.41262699249118145E-02 -3.27840459840166160E-02 -3.14824443034386822E-02
+ -3.02207722606983066E-02 -2.89983269941832926E-02 -2.78143964431719140E-02
+ -2.66682603623055528E-02 -2.55591913332557791E-02 -2.44864557614350858E-02
+ -2.34493148557526239E-02 -2.24470255900591324E-02 -2.14788416449793566E-02
+ -2.05440143289191655E-02 -1.96417934770942333E-02 -1.87714283275172145E-02
+ -1.79321683729444757E-02 -1.71232641878735284E-02 -1.63439682299519225E-02
+ -1.55935356254867583E-02 -1.48712249221735916E-02 -1.41762987931715063E-02
+ -1.35080247267260149E-02 -1.28656756883892241E-02 -1.22485307541063144E-02
+ -1.16558757138832975E-02 -1.10870036458161417E-02 -1.05412154603431937E-02
+ -1.00178204146446851E-02 -9.51613659719086069E-03 -9.03549138249928885E-03
+ -8.57522185623450610E-03 -8.13467521087141675E-03 -7.71320911940846180E-03
+ -7.31019208136367976E-03
+                              </PP_PSWFC.2>
+ <PP_PSWFC.3 type="real" size="  1351" l="1" columns="3">
+  8.49997750284575653E-08  8.63707095996539867E-08  8.77637555413161801E-08
+  8.91792694807190210E-08  9.06176137970644457E-08  9.20791567142524565E-08
+  9.35642723951481861E-08  9.50733410373698495E-08  9.66067489706209026E-08
+  9.81648887555927064E-08  9.97481592844620479E-08  1.01356965883009617E-07
+  1.02991720414385316E-07  1.04652841384547555E-07  1.06340754049402859E-07
+  1.08055890523673576E-07  1.09798689891521473E-07  1.11569598318955322E-07
+  1.13369069168052184E-07  1.15197563113019831E-07  1.17055548258132100E-07
+  1.18943500257565840E-07  1.20861902437170885E-07  1.22811245918203689E-07
+  1.24792029743057240E-07  1.26804761003018226E-07  1.28849954968084819E-07
+  1.30928135218878931E-07  1.33039833780684865E-07  1.35185591259650885E-07
+  1.37365956981187150E-07  1.39581489130595525E-07  1.41832754895967951E-07
+  1.44120330613389605E-07  1.46444801914483483E-07  1.48806763876335527E-07
+  1.51206821173836834E-07  1.53645588234483720E-07  1.56123689395674328E-07
+  1.58641759064541765E-07  1.61200441880365784E-07  1.63800392879603763E-07
+  1.66442277663582712E-07  1.69126772568897208E-07  1.71854564840554395E-07
+  1.74626352807912437E-07  1.77442846063455983E-07  1.80304765644455615E-07
+  1.83212844217556843E-07  1.86167826266346076E-07  1.89170468281942642E-07
+  1.92221538956663737E-07  1.95321819380813426E-07  1.98472103242646016E-07
+  2.01673197031553415E-07  2.04925920244531019E-07  2.08231105595972425E-07
+  2.11589599230848512E-07  2.15002260941324680E-07  2.18469964386871603E-07
+  2.21993597317926554E-07  2.25574061803160917E-07  2.29212274460416712E-07
+  2.32909166691360022E-07  2.36665684919930695E-07  2.40482790834624870E-07
+  2.44361461634698256E-07  2.48302690280326967E-07  2.52307485746817141E-07
+  2.56376873282900014E-07  2.60511894673207846E-07  2.64713608504968225E-07
+  2.68983090439014691E-07  2.73321433485153286E-07  2.77729748281985711E-07
+  2.82209163381232184E-07  2.86760825536648560E-07  2.91385899997599741E-07
+  2.96085570807369700E-07  3.00861041106280744E-07  3.05713533439703810E-07
+  3.10644290071035232E-07  3.15654573299722095E-07  3.20745665784416150E-07
+  3.25918870871340490E-07  3.31175512927952126E-07  3.36516937681985353E-07
+  3.41944512565964928E-07  3.47459627067273937E-07  3.53063693083869565E-07
+  3.58758145285734401E-07  3.64544441482158547E-07  3.70424062994945515E-07
+  3.76398515037635919E-07  3.82469327100850340E-07  3.88638053343844127E-07
+  3.94906272992379152E-07  4.01275590743012372E-07  4.07747637173905538E-07
+  4.14324069162259177E-07  4.21006570308480540E-07  4.27796851367192506E-07
+  4.34696650685193716E-07  4.41707734646482639E-07  4.48831898124458924E-07
+  4.56070964941418553E-07  4.63426788335459573E-07  4.70901251434919496E-07
+  4.78496267740462294E-07  4.86213781614943076E-07  4.94055768781172872E-07
+  5.02024236827710807E-07  5.10121225722815580E-07  5.18348808336684688E-07
+  5.26709090972117073E-07  5.35204213903735673E-07  5.43836351925905614E-07
+  5.52607714909488434E-07  5.61520548367579944E-07  5.70577134030368193E-07
+  5.79779790429265180E-07  5.89130873490460107E-07  5.98632777138044635E-07
+  6.08287933906865577E-07  6.18098815565264683E-07  6.28067933747857993E-07
+  6.38197840598524158E-07  6.48491129423762138E-07  6.58950435356587263E-07
+  6.69578436031133684E-07  6.80377852268137807E-07  6.91351448771478685E-07
+  7.02502034835950385E-07  7.13832465066451086E-07  7.25345640108772404E-07
+  7.37044507392172739E-07  7.48932061883928838E-07  7.61011346856058052E-07
+  7.73285454664404846E-07  7.85757527540292928E-07  7.98430758394947780E-07
+  8.11308391636890231E-07  8.24393724002514730E-07  8.37690105400065032E-07
+  8.51200939767219167E-07  8.64929685942506979E-07  8.78879858550784716E-07
+  8.93055028902986668E-07  9.07458825910390933E-07  9.22094937013632554E-07
+  9.36967109126694741E-07  9.52079149596131647E-07  9.67434927175757438E-07
+  9.83038373017057464E-07  9.98893481675572985E-07  1.01500431213351674E-06
+  1.03137498883888120E-06  1.04800970276130877E-06  1.06491271246498860E-06
+  1.08208834519885893E-06  1.09954099800439131E-06  1.11727513884124295E-06
+  1.13529530773106501E-06  1.15360611791975593E-06  1.17221225705845975E-06
+  1.19111848840361973E-06  1.21032965203637252E-06  1.22985066610162474E-06
+  1.24968652806710271E-06  1.26984231600271377E-06  1.29032318988053977E-06
+  1.31113439289579882E-06  1.33228125280911033E-06  1.35376918331041024E-06
+  1.37560368540486135E-06  1.39779034882111916E-06  1.42033485344230630E-06
+  1.44324297076008229E-06  1.46652056535212135E-06  1.49017359638349340E-06
+  1.51420811913216907E-06  1.53863028653922301E-06  1.56344635078394332E-06
+  1.58866266488444577E-06  1.61428568432399677E-06  1.64032196870367226E-06
+  1.66677818342157065E-06  1.69366110137920692E-06  1.72097760471532482E-06
+  1.74873468656777711E-06  1.77693945286372336E-06  1.80559912413879473E-06
+  1.83472103738550032E-06  1.86431264793154769E-06  1.89438153134835759E-06
+  1.92493538539045330E-06  1.95598203196603698E-06  1.98752941913944462E-06
+  2.01958562316578907E-06  2.05215885055853907E-06  2.08525744019031640E-06
+  2.11888986542770095E-06  2.15306473630034577E-06  2.18779080170519476E-06
+  2.22307695164612931E-06  2.25893221950986065E-06  2.29536578437839847E-06
+  2.33238697337895023E-06  2.37000526407158424E-06  2.40823028687552760E-06
+  2.44707182753449538E-06  2.48653982962183631E-06  2.52664439708606923E-06
+  2.56739579683746801E-06  2.60880446137636755E-06  2.65088099146385734E-06
+  2.69363615883555185E-06  2.73708090895912231E-06  2.78122636383630757E-06
+  2.82608382485011076E-06  2.87166477565792626E-06  2.91798088513130606E-06
+  2.96504401034316245E-06  3.01286619960312884E-06  3.06145969554189086E-06
+  3.11083693824524726E-06  3.16101056843872125E-06  3.21199343072354148E-06
+  3.26379857686479513E-06  3.31643926913263367E-06  3.36992898369734181E-06
+  3.42428141407918032E-06  3.47951047465385563E-06  3.53563030421453174E-06
+  3.59265526959128890E-06  3.65059996932894697E-06  3.70947923742422013E-06
+  3.76930814712312521E-06  3.83010201477965050E-06  3.89187640377664368E-06
+  3.95464712850994017E-06  4.01843025843674776E-06  4.08324212218931551E-06
+  4.14909931175495575E-06  4.21601868672346543E-06  4.28401737860306895E-06
+  4.35311279520595079E-06  4.42332262510452035E-06  4.49466484215954086E-06
+  4.56715771012130209E-06  4.64081978730497886E-06  4.71566993134140160E-06
+  4.79172730400444539E-06  4.86901137611626974E-06  4.94754193253166619E-06
+  5.02733907720279526E-06  5.10842323832559766E-06  5.19081517356921229E-06
+  5.27453597538972136E-06  5.35960707642960510E-06  5.44605025500425794E-06
+  5.53388764067700180E-06  5.62314171992400265E-06  5.71383534189054462E-06
+  5.80599172424015081E-06  5.89963445909800762E-06  5.99478751909026736E-06
+  6.09147526348073586E-06  6.18972244440652319E-06  6.28955421321425754E-06
+  6.39099612689849445E-06  6.49407415464395876E-06  6.59881468447326414E-06
+  6.70524453000188819E-06  6.81339093730203788E-06  6.92328159187725433E-06
+  7.03494462574944180E-06  7.14840862466024945E-06  7.26370263538852971E-06
+  7.38085617318585859E-06  7.49989922933191963E-06  7.62086227881176580E-06
+  7.74377628811687598E-06  7.86867272317202221E-06  7.99558355738996011E-06
+  8.12454127985602358E-06  8.25557890364470347E-06  8.38872997427037496E-06
+  8.52402857827424317E-06  8.66150935194981588E-06  8.80120749020912266E-06
+  8.94315875559173359E-06  9.08739948741939138E-06  9.23396661109784599E-06
+  9.38289764756918160E-06  9.53423072291603688E-06  9.68800457812128127E-06
+  9.84425857898448036E-06  1.00030327261988877E-05  1.01643676655903112E-05
+  1.03283046985217458E-05  1.04948857924651119E-05  1.06641535917441644E-05
+  1.08361514284499618E-05  1.10109233335330138E-05  1.11885140480736612E-05
+  1.13689690347348350E-05  1.15523344893988581E-05  1.17386573529925670E-05
+  1.19279853235024136E-05  1.21203668681840447E-05  1.23158512359680641E-05
+  1.25144884700665235E-05  1.27163294207820089E-05  1.29214257585239925E-05
+  1.31298299870343765E-05  1.33415954568269853E-05  1.35567763788430528E-05
+  1.37754278383277143E-05  1.39976058089293920E-05  1.42233671670274126E-05
+  1.44527697062897835E-05  1.46858721524666144E-05  1.49227341784211274E-05
+  1.51634164194040422E-05  1.54079804885732398E-05  1.56564889927646800E-05
+  1.59090055485166459E-05  1.61655947983533337E-05  1.64263224273300353E-05
+  1.66912551798460884E-05  1.69604608767279660E-05  1.72340084325887452E-05
+  1.75119678734665356E-05  1.77944103547483362E-05  1.80814081793818233E-05
+  1.83730348163819028E-05  1.86693649196345020E-05  1.89704743470047088E-05
+  1.92764401797519280E-05  1.95873407422591026E-05  1.99032556220789670E-05
+  2.02242656903047264E-05  2.05504531222678953E-05  2.08819014185711431E-05
+  2.12186954264589851E-05  2.15609213615343223E-05  2.19086668298238393E-05
+  2.22620208502004229E-05  2.26210738771658382E-05  2.29859178240020666E-05
+  2.33566460862944750E-05  2.37333535658356680E-05  2.41161366949135307E-05
+  2.45050934609916145E-05  2.49003234317871158E-05  2.53019277807532761E-05
+  2.57100093129725389E-05  2.61246724914672193E-05  2.65460234639343440E-05
+  2.69741700899114577E-05  2.74092219683804789E-05  2.78512904658165077E-05
+  2.83004887446888514E-05  2.87569317924215590E-05  2.92207364508207617E-05
+  2.96920214459764675E-05  3.01709074186464427E-05  3.06575169551298414E-05
+  3.11519746186385816E-05  3.16544069811744205E-05  3.21649426559199824E-05
+  3.26837123301518804E-05  3.32108487986843627E-05  3.37464869978522063E-05
+  3.42907640400413500E-05  3.48438192487761163E-05  3.54057941943721090E-05
+  3.59768327301637712E-05  3.65570810293160177E-05  3.71466876222290672E-05
+  3.77458034345463217E-05  3.83545818257749496E-05  3.89731786285288939E-05
+  3.96017521884043928E-05  4.02404634044984842E-05  4.08894757705802010E-05
+  4.15489554169258069E-05  4.22190711528279297E-05  4.28999945097901906E-05
+  4.35918997854179300E-05  4.42949640880161322E-05  4.50093673819065488E-05
+  4.57352925334748625E-05  4.64729253579602048E-05  4.72224546669986132E-05
+  4.79840723169328850E-05  4.87579732579009352E-05  4.95443555837151947E-05
+  5.03434205825460942E-05  5.11553727884221077E-05  5.19804200335599156E-05
+  5.28187735015377518E-05  5.36706477813258327E-05  5.45362609221873064E-05
+  5.54158344894640858E-05  5.63095936212615409E-05  5.72177670860466171E-05
+  5.81405873411742406E-05  5.90782905923565733E-05  6.00311168540906687E-05
+  6.09993100110599307E-05  6.19831178805247649E-05  6.29827922757184749E-05
+  6.39985890702649717E-05  6.50307682636339904E-05  6.60795940476510923E-05
+  6.71453348740793483E-05  6.82282635232899388E-05  6.93286571740387635E-05
+  7.04467974743675846E-05  7.15829706136473913E-05  7.27374673957822119E-05
+  7.39105833135924445E-05  7.51026186243963653E-05  7.63138784268094407E-05
+  7.75446727387804423E-05  7.87953165768849259E-05  8.00661300368960753E-05
+  8.13574383756531069E-05  8.26695720942485519E-05  8.40028670225555435E-05
+  8.53576644051166065E-05  8.67343109884157918E-05  8.81331591095565353E-05
+  8.95545667863677615E-05  9.09988978089611259E-05  9.24665218327630278E-05
+  9.39578144730446535E-05  9.54731574009746721E-05  9.70129384412185455E-05
+  9.85775516711099052E-05  1.00167397521418416E-04  1.01782882878740909E-04
+  1.03424421189540972E-04  1.05092432565863380E-04  1.06787343892751860E-04
+  1.08509588937395502E-04  1.10259608460032863E-04  1.12037850326641617E-04
+  1.13844769623442805E-04  1.15680828773248194E-04  1.17546497653680583E-04
+  1.19442253717298079E-04  1.21368582113651289E-04  1.23325975813305921E-04
+  1.25314935733861720E-04  1.27335970867999371E-04  1.29389598413589342E-04
+  1.31476343905893969E-04  1.33596741351898205E-04  1.35751333366801810E-04
+  1.37940671312708978E-04  1.40165315439548868E-04  1.42425835028265154E-04
+  1.44722808536308666E-04  1.47056823745472288E-04  1.49428477912104049E-04
+  1.51838377919737285E-04  1.54287140434177086E-04  1.56775392061081465E-04
+  1.59303769506077933E-04  1.61872919737456007E-04  1.64483500151476865E-04
+  1.67136178740342806E-04  1.69831634262868362E-04  1.72570556417896902E-04
+  1.75353646020506241E-04  1.78181615181048864E-04  1.81055187487070770E-04
+  1.83975098188157162E-04  1.86942094383750273E-04  1.89956935213986895E-04
+  1.93020392053605447E-04  1.96133248708970872E-04  1.99296301618266994E-04
+  2.02510360054907612E-04  2.05776246334217608E-04  2.09094796023437488E-04
+  2.12466858155103342E-04  2.15893295443857002E-04  2.19374984506741068E-04
+  2.22912816087034263E-04  2.26507695281684879E-04  2.30160541772398352E-04
+  2.33872290060439439E-04  2.37643889705206997E-04  2.41476305566641451E-04
+  2.45370518051528776E-04  2.49327523363759591E-04  2.53348333758609753E-04
+  2.57433977801105058E-04  2.61585500628536778E-04  2.65803964217193450E-04
+  2.70090447653377811E-04  2.74446047408773651E-04  2.78871877620236826E-04
+  2.83369070374077717E-04  2.87938775994909558E-04  2.92582163339132149E-04
+  2.97300420093129245E-04  3.02094753076252059E-04  3.06966388548665506E-04
+  3.11916572524136308E-04  3.16946571087840616E-04  3.22057670719270105E-04
+  3.27251178620322392E-04  3.32528423048654388E-04  3.37890753656384620E-04
+  3.43339541834228920E-04  3.48876181061155135E-04  3.54502087259646911E-04
+  3.60218699156666141E-04  3.66027478650402785E-04  3.71929911182905667E-04
+  3.77927506118688153E-04  3.84021797129404871E-04  3.90214342584691519E-04
+  3.96506725949273867E-04  4.02900556186435701E-04  4.09397468167956751E-04
+  4.15999123090620717E-04  4.22707208899393745E-04  4.29523440717383446E-04
+  4.36449561282686827E-04  4.43487341392231980E-04  4.50638580352730341E-04
+  4.57905106438850180E-04  4.65288777358724979E-04  4.72791480726914622E-04
+  4.80415134544939196E-04  4.88161687689502163E-04  4.96033120408526898E-04
+  5.04031444825130126E-04  5.12158705449658079E-04  5.20416979699919280E-04
+  5.28808378429735325E-04  5.37335046465944269E-04  5.45999163153992515E-04
+  5.54802942912249438E-04  5.63748635795182653E-04  5.72838528065537146E-04
+  5.82074942775656938E-04  5.91460240358098366E-04  6.00996819225676571E-04
+  6.10687116381100235E-04  6.20533608036342131E-04  6.30538810241898138E-04
+  6.40705279526093013E-04  6.51035613544601413E-04  6.61532451740330847E-04
+  6.72198476013835815E-04  6.83036411404428249E-04  6.94049026782156755E-04
+  7.05239135550819133E-04  7.16609596362190854E-04  7.28163313841637887E-04
+  7.39903239325299467E-04  7.51832371609020811E-04  7.63953757709217576E-04
+  7.76270493635867662E-04  7.88785725177806331E-04  8.01502648700532145E-04
+  8.14424511956724851E-04  8.27554614909663104E-04  8.40896310569743907E-04
+  8.54453005844315076E-04  8.68228162401025647E-04  8.82225297544916159E-04
+  8.96447985109440938E-04  9.10899856361671091E-04  9.25584600921876732E-04
+  9.40505967697726972E-04  9.55667765833325355E-04  9.71073865673323963E-04
+  9.86728199742339506E-04  1.00263476373991015E-03  1.01879761755126631E-03
+  1.03522088627412993E-03  1.05190876126179801E-03  1.06886550118276804E-03
+  1.08609543309715951E-03  1.10360295355019906E-03  1.12139252968302587E-03
+  1.13946870036109923E-03  1.15783607732046923E-03  1.17649934633218874E-03
+  1.19546326838516404E-03  1.21473268088771063E-03  1.23431249888810248E-03
+  1.25420771631441644E-03  1.27442340723399523E-03  1.29496472713280732E-03
+  1.31583691421500288E-03  1.33704529072299085E-03  1.35859526427834897E-03
+  1.38049232924389287E-03  1.40274206810722473E-03  1.42535015288609477E-03
+  1.44832234655591281E-03  1.47166450449974983E-03  1.49538257598117071E-03
+  1.51948260564025296E-03  1.54397073501313996E-03  1.56885320407547011E-03
+  1.59413635281011935E-03  1.61982662279957969E-03  1.64593055884333346E-03
+  1.67245481060063249E-03  1.69940613425904863E-03  1.72679139422921035E-03
+  1.75461756486610960E-03  1.78289173221738177E-03  1.81162109579898704E-03
+  1.84081297039868030E-03  1.87047478790771543E-03  1.90061409918119767E-03
+  1.93123857592751970E-03  1.96235601262727526E-03  1.99397432848220707E-03
+  2.02610156939459635E-03  2.05874590997749034E-03  2.09191565559628838E-03
+  2.12561924444213410E-03  2.15986524963760265E-03  2.19466238137516626E-03
+  2.23001948908891495E-03  2.26594556366005798E-03  2.30244973965667557E-03
+  2.33954129760825498E-03  2.37722966631552339E-03  2.41552442519608890E-03
+  2.45443530666636682E-03  2.49397219856047504E-03  2.53414514658660507E-03
+  2.57496435682132412E-03  2.61644019824243835E-03  2.65858320530094764E-03
+  2.70140408053271257E-03  2.74491369721037524E-03  2.78912310203615005E-03
+  2.83404351787606675E-03  2.87968634653628036E-03  2.92606317158205674E-03
+  2.97318576120005236E-03  3.02106607110451788E-03  3.06971624748796253E-03
+  3.11914863001710356E-03  3.16937575487478062E-03  3.22041035784830388E-03
+  3.27226537746498364E-03  3.32495395817551101E-03  3.37848945358590553E-03
+  3.43288542973867747E-03  3.48815566844394576E-03  3.54431417066119678E-03
+  3.60137515993241538E-03  3.65935308586731690E-03  3.71826262768138165E-03
+  3.77811869778748406E-03  3.83893644544171242E-03  3.90073126044429910E-03
+  3.96351877689665472E-03  4.02731487701488231E-03  4.09213569500069697E-03
+  4.15799762097055544E-03  4.22491730494377500E-03  4.29291166089050807E-03
+  4.36199787084033067E-03  4.43219338905232168E-03  4.50351594624743765E-03
+  4.57598355390405158E-03  4.64961450861749864E-03  4.72442739652448492E-03
+  4.80044109779311640E-03  4.87767479117944425E-03  4.95614795865201990E-03
+  5.03588039008463773E-03  5.11689218801835138E-03  5.19920377249370649E-03
+  5.28283588595413606E-03  5.36780959822143536E-03  5.45414631154423051E-03
+  5.54186776572044692E-03  5.63099604329465788E-03  5.72155357483133259E-03
+  5.81356314426492975E-03  5.90704789432780139E-03  6.00203133205677586E-03
+  6.09853733437922332E-03  6.19659015378074430E-03  6.29621442405440927E-03
+  6.39743516613266051E-03  6.50027779400309553E-03  6.60476812070906819E-03
+  6.71093236443624699E-03  6.81879715468598248E-03  6.92838953853676907E-03
+  7.03973698699465224E-03  7.15286740143374240E-03  7.26780912012784438E-03
+  7.38459092487428470E-03  7.50324204771084854E-03  7.62379217772647839E-03
+  7.74627146796853620E-03  7.87071054244639114E-03  7.99714050323230979E-03
+  8.12559293766097063E-03  8.25609992562872409E-03  8.38869404699370790E-03
+  8.52340838907783213E-03  8.66027655427181221E-03  8.79933266774424877E-03
+  8.94061138525593414E-03  9.08414790108039161E-03  9.22997795603180439E-03
+  9.37813784560122439E-03  9.52866442820130173E-03  9.68159513352320755E-03
+  9.83696797100533024E-03  9.99482153841418572E-03  1.01551950305390683E-02
+  1.03181282480016359E-02  1.04836616061813482E-02  1.06518361442579056E-02
+  1.08226935343716784E-02  1.09962760909030951E-02  1.11726267798721319E-02
+  1.13517892284587824E-02  1.15338077346455615E-02  1.17187272769828533E-02
+  1.19065935244767364E-02  1.20974528466034330E-02  1.22913523234505963E-02
+  1.24883397559841184E-02  1.26884636764425639E-02  1.28917733588600567E-02
+  1.30983188297185051E-02  1.33081508787298939E-02  1.35213210697495371E-02
+  1.37378817518210294E-02  1.39578860703535555E-02  1.41813879784323908E-02
+  1.44084422482631345E-02  1.46391044827503657E-02  1.48734311272091368E-02
+  1.51114794812137777E-02  1.53533077105853233E-02  1.55989748595136389E-02
+  1.58485408628164515E-02  1.61020665583357543E-02  1.63596136994720379E-02
+  1.66212449678565417E-02  1.68870239861617540E-02  1.71570153310504972E-02
+  1.74312845462634113E-02  1.77098981558452689E-02  1.79929236775097923E-02
+  1.82804296361430661E-02  1.85724855774426767E-02  1.88691620816956451E-02
+  1.91705307776997985E-02  1.94766643568195230E-02  1.97876365871782547E-02
+  2.01035223279873547E-02  2.04243975440110137E-02  2.07503393201661744E-02
+  2.10814258762568457E-02  2.14177365818417065E-02  2.17593519712341379E-02
+  2.21063537586333701E-02  2.24588248533855832E-02  2.28168493753734755E-02
+  2.31805126705299236E-02  2.35499013264750257E-02  2.39251031882871286E-02
+  2.43062073743910145E-02  2.46933042925647009E-02  2.50864856560635771E-02
+  2.54858444998596889E-02  2.58914751969934534E-02  2.63034734750352168E-02
+  2.67219364326538034E-02  2.71469625562888763E-02  2.75786517369240522E-02
+  2.80171052869572362E-02  2.84624259571645520E-02  2.89147179537509631E-02
+  2.93740869554806397E-02  2.98406401309053958E-02  3.03144861556649513E-02
+  3.07957352298571067E-02  3.12844990954748436E-02  3.17808910539058298E-02
+  3.22850259834882511E-02  3.27970203571175678E-02  3.33169922598979956E-02
+  3.38450614068324870E-02  3.43813491605445068E-02  3.49259785490248498E-02
+  3.54790742833959588E-02  3.60407627756836810E-02  3.66111721565791845E-02
+  3.71904322932186324E-02  3.77786748069450229E-02  3.83760330910405748E-02
+  3.89826423284263535E-02  3.95986395093193694E-02  4.02241634488366834E-02
+  4.08593548045365074E-02  4.15043560938849684E-02  4.21593117116371915E-02
+  4.28243679471209948E-02  4.34996730014108601E-02  4.41853770043792102E-02
+  4.48816320316095252E-02  4.55885921211406017E-02  4.63064132900763772E-02
+  4.70352535510209432E-02  4.77752729283076327E-02  4.85266334740182687E-02
+  4.92894992837759130E-02  5.00640365122941092E-02  5.08504133886649862E-02
+  5.16488002313681971E-02  5.24593694629808191E-02  5.32822956245701737E-02
+  5.41177553897479596E-02  5.49659275783656864E-02  5.58269931698274213E-02
+  5.67011353159728587E-02  5.75885393535649978E-02  5.84893928163477614E-02
+  5.94038854466079624E-02  6.03322092062373236E-02  6.12745582872685005E-02
+  6.22311291218586582E-02  6.32021203916927204E-02  6.41877330367775778E-02
+  6.51881702635979943E-02  6.62036375526037085E-02  6.72343426649966436E-02
+  6.82804956487862713E-02  6.93423088440784513E-02  7.04199968875317689E-02
+  7.15137767160033827E-02  7.26238675693721414E-02  7.37504909924209112E-02
+  7.48938708357714394E-02  7.60542332558355599E-02  7.72318067137430925E-02
+  7.84268219732045108E-02  7.96395120972672593E-02  8.08701124439219904E-02
+  8.21188606605147697E-02  8.33859966769198019E-02  8.46717626974264059E-02
+  8.59764031912920307E-02  8.73001648818763631E-02  8.86432967343478012E-02
+  9.00060499419953197E-02  9.13886779109571723E-02  9.27914362433551743E-02
+  9.42145827187865909E-02  9.56583772741183558E-02  9.71230819815271512E-02
+  9.86089610247272846E-02  1.00116280673327465E-01  1.01645309255256791E-01
+  1.03196317127198747E-01  1.04769576642970319E-01  1.06365362119783993E-01
+  1.07983949802291881E-01  1.09625617824356036E-01  1.11290646168639693E-01
+  1.12979316623759429E-01  1.14691912738972446E-01  1.16428719776344253E-01
+  1.18190024660327048E-01  1.19976115924677190E-01  1.21787283656639878E-01
+  1.23623819438328633E-01  1.25486016285224738E-01  1.27374168581724623E-01
+  1.29288572013658565E-01  1.31229523497706113E-01  1.33197321107604960E-01
+  1.35192263997045342E-01  1.37214652319402247E-01  1.39264787144008390E-01
+  1.41342970368913246E-01  1.43449504630080965E-01  1.45584693206951055E-01
+  1.47748839924284697E-01  1.49942249050221244E-01  1.52165225190469655E-01
+  1.54418073178560461E-01  1.56701097962083147E-01  1.59014604484838007E-01
+  1.61358897564828768E-01  1.63734281768011053E-01  1.66141061277672947E-01
+  1.68579539759611402E-01  1.71050020222854426E-01  1.73552804875849398E-01
+  1.76088194978098578E-01  1.78656490687186781E-01  1.81257990901144472E-01
+  1.83892993096097052E-01  1.86561793159151307E-01  1.89264685216476464E-01
+  1.92001961456539166E-01  1.94773911948459472E-01  1.97580824455455911E-01
+  2.00422984243351893E-01  2.03300673884103139E-01  2.06214173054442285E-01
+  2.09163758329543897E-01  2.12149702971686754E-01  2.15172276713952448E-01
+  2.18231745538981059E-01  2.21328371452805372E-01  2.24462412253800314E-01
+  2.27634121296789699E-01  2.30843747252363840E-01  2.34091533861473772E-01
+  2.37377719685375493E-01  2.40702537851013976E-01  2.44066215791950453E-01
+  2.47468974985050716E-01  2.50911030682913816E-01  2.54392591642110588E-01
+  2.57913859847557048E-01  2.61475030233143557E-01  2.65076290398805925E-01
+  2.68717820324247791E-01  2.72399792079537462E-01  2.76122369532826206E-01
+  2.79885708055450821E-01  2.83689954224706886E-01  2.87535245524598415E-01
+  2.91421710044894477E-01  2.95349466178851661E-01  2.99318622320328132E-01
+  3.03329276560248495E-01  3.07381516382346731E-01  3.11475418359541067E-01
+  3.15611047851136139E-01  3.19788458701332212E-01  3.24007692939580372E-01
+  3.28268780483347566E-01  3.32571738843893960E-01  3.36916572835683492E-01
+  3.41303274290095382E-01  3.45731821774123482E-01  3.50202180314791278E-01
+  3.54714301130043319E-01  3.59268121367595450E-01  3.63863563852116323E-01
+  3.68500536839514781E-01  3.73178933781900590E-01  3.77898633103463888E-01
+  3.82659497988097286E-01  3.87461376179755679E-01  3.92304099796584926E-01
+  3.97187485159884446E-01  4.02111332638998675E-01  4.07075426513268335E-01
+  4.12079534852195672E-01  4.17123409415014967E-01  4.22206785570880760E-01
+  4.27329382241929845E-01  4.32490901870850042E-01  4.37691030408528969E-01
+  4.42929437328897946E-01  4.48205775671322693E-01  4.53519682111343247E-01
+  4.58870777061107349E-01  4.64258664800826559E-01  4.69682933642594336E-01
+  4.75143156127893207E-01  4.80638889260104951E-01  4.86169674773316740E-01
+  4.91735039438691846E-01  4.97334495409633981E-01  5.02967540608120767E-01
+  5.08633659155759310E-01  5.14332321839136242E-01  5.20062986620015821E-01
+  5.25825099191150280E-01  5.31618093577006179E-01  5.37441392780120375E-01
+  5.43294409473664364E-01  5.49176546740678617E-01  5.55087198860244158E-01
+  5.61025752140747236E-01  5.66991585800133202E-01  5.72984072892916085E-01
+  5.79002581283402096E-01  5.85046474665521954E-01  5.91115113633457923E-01
+  5.97207856784312541E-01  6.03324061862387850E-01  6.09463086946509636E-01
+  6.15624291674550905E-01  6.21807038502466769E-01  6.28010693994653812E-01
+  6.34234630142094469E-01  6.40478225704198434E-01  6.46740867569824740E-01
+  6.53021952132371242E-01  6.59320886673341988E-01  6.65637090748143034E-01
+  6.71969997568068522E-01  6.78319055377980207E-01  6.84683728802413905E-01
+  6.91063500159284194E-01  6.97457870741102104E-01  7.03866362047746552E-01
+  7.10288516959752259E-01  7.16723900840561590E-01  7.23172102555374563E-01
+  7.29632735393619836E-01  7.36105437881286573E-01  7.42589874468777666E-01
+  7.49085736079232900E-01  7.55592740501779492E-01  7.62110632613811623E-01
+  7.68639184420133792E-01  7.75178194880194904E-01  7.81727489509000728E-01
+  7.88286919745164516E-01  7.94856362063528832E-01  8.01435716815443566E-01
+  8.08024906780742125E-01  8.14623875416241150E-01  8.21232584786903752E-01
+  8.27851013167326677E-01  8.34479152303352234E-01  8.41117004326075390E-01
+  8.47764578313770500E-01  8.54421886500890793E-01  8.61088940133806546E-01
+  8.67765744984232423E-01  8.74452296547431507E-01  8.81148574938317219E-01
+  8.87854539518973085E-01  8.94570123300067244E-01  9.01295227170114788E-01
+  9.08029714019895851E-01  9.14773402844854311E-01  9.21526062925808853E-01
+  9.28287408208481546E-01  9.35057092025024184E-01  9.41834702326713513E-01
+  9.48619757625991045E-01  9.55411703871553719E-01  9.62209912535524348E-01
+  9.69013680249690035E-01  9.75822230324574380E-01  9.82634716490942695E-01
+  9.89450229675245985E-01  9.96267807049339704E-01  1.00308644868195684E+00
+  1.00990512478060923E+00  1.01672277241590647E+00  1.02353829532220075E+00
+  1.03035056281453707E+00  1.03715840898053369E+00  1.04396063182925669E+00
+  1.05075599248420071E+00  1.05754321440237864E+00  1.06432098262830577E+00
+  1.07108794308204480E+00  1.07784270188378195E+00  1.08458382471682468E+00
+  1.09130983623045008E+00  1.09801921948372039E+00  1.10471041543119020E+00
+  1.11138182245109873E+00  1.11803179591649249E+00  1.12465864780940827E+00
+  1.13126064637813473E+00  1.13783601583730443E+00  1.14438293611073405E+00
+  1.15089954261754013E+00  1.15738392609806207E+00  1.16383413248007739E+00
+  1.17024816278510801E+00  1.17662397307358879E+00  1.18295947442805183E+00
+  1.18925253297334121E+00  1.19550096993298594E+00  1.20170256172075463E+00
+  1.20785504006653399E+00  1.21395609217561740E+00  1.22000336092060913E+00
+  1.22599444506511146E+00  1.23192689951903755E+00  1.23779823562825131E+00
+  1.24360592148824312E+00  1.24934738228605324E+00  1.25502000067301434E+00
+  1.26062111716575931E+00  1.26614803057514003E+00  1.27159799846271016E+00
+  1.27696823762456169E+00  1.28225592460228466E+00  1.28745819622094970E+00
+  1.29257215015398708E+00  1.29759484551497462E+00  1.30252330347629641E+00
+  1.30735450791521401E+00  1.31208540609293256E+00  1.31671290935359164E+00
+  1.32123389384654777E+00  1.32564520128085528E+00  1.32994363970763141E+00
+  1.33412598433046514E+00  1.33818897834411588E+00  1.34212933380183719E+00
+  1.34594373251160748E+00  1.34962882696163633E+00  1.35318124127546158E+00
+  1.35659757219702293E+00  1.35987439010606037E+00  1.36300824006445431E+00
+  1.36599564289997688E+00  1.36883309631612837E+00  1.37151707602533479E+00
+  1.37404403692113952E+00  1.37641041428342237E+00  1.37861262501662241E+00
+  1.38064706892131928E+00  1.38251012999955125E+00  1.38419817779420740E+00
+  1.38570756876285084E+00  1.38703464768628981E+00  1.38817574911221353E+00
+  1.38912719883419200E+00  1.38988531540638105E+00  1.39044641169923500E+00
+  1.39080679648959182E+00  1.39096277607522967E+00  1.39091065593329555E+00
+  1.39064674241638597E+00  1.39016734448500578E+00  1.38946877547843584E+00
+  1.38854735491702397E+00  1.38739941036019809E+00  1.38602127924036522E+00
+  1.38440931092030661E+00  1.38255986826024202E+00  1.38046933053488563E+00
+  1.37813409384357333E+00  1.37555057311790030E+00  1.37271522322147077E+00
+  1.36962441593174633E+00  1.36627505471768762E+00  1.36266194327847168E+00
+  1.35878825215174581E+00  1.35462628468981339E+00  1.35025752227173168E+00
+  1.34539589250289571E+00  1.34093023998308514E+00  1.33422850583594643E+00
+  1.33230427478961833E+00  1.31941010467851516E+00  1.31782158922953418E+00
+  1.36224338013864243E+00  1.44390592353806468E-01 -5.98442797471999965E-02
+  2.21105638624638431E-02 -7.49370895166879755E-03  2.38572710560937522E-03
+ -7.21484334229111610E-04  2.08142147413004384E-04 -5.72154186217645793E-05
+  1.48739171708150238E-05 -3.59029926229192041E-06  7.70014817484002039E-07
+ -1.28154672523264847E-07  5.21386050533124334E-09  8.78337564870963937E-09
+ -5.59744943202383477E-09  2.45505365996662852E-09 -9.22098114782299845E-10
+  3.15972952455913203E-10 -1.01449434286840509E-10  3.09048866817743593E-11
+ -8.97859611487396747E-12  2.48679107574841747E-12 -6.52446253898199373E-13
+  1.59551154205001870E-13 -3.50011680680967140E-14  6.16392490976494004E-15
+ -4.41333163387425661E-16 -3.09419409828964666E-16  2.21141305060119772E-16
+ -1.00382996310078827E-16  3.83777032044826186E-17 -1.33037697471271895E-17
+  4.30892455207344235E-18 -1.32241237873581020E-18  3.86895397650322799E-19
+ -1.07954967808168922E-19  2.85753355184559964E-20 -7.07376643271790438E-21
+  1.58385095806243288E-21 -2.92473119312018228E-22  2.81388614018018031E-23
+  1.03874170045062830E-23 -8.66297468623317202E-24  4.08957081117276715E-24
+ -1.59385567072838564E-24  5.59299892390758643E-25 -1.82795699355031659E-25
+  5.65252154703775052E-26 -1.66540183205958268E-26  4.68097593297568001E-27
+ -1.24967183252223835E-27  3.12936333749877444E-28 -7.13857103263715717E-29
+  1.37265527679458209E-29 -1.59625610430054122E-30 -3.22240748983941751E-31
+  3.35951519873088814E-31 -1.65937904184051570E-31  6.60424764698989823E-32
+ -2.34763405445257304E-32  7.74509413908738560E-33 -2.41350410487930056E-33
+  7.16122486324741869E-34 -2.02736628307632188E-34  5.45740257619991221E-35
+ -1.38159071370293655E-35  3.20592529817179705E-36 -6.38436054049621504E-37
+  8.49147603922606229E-38  8.56323111436765264E-39 -1.28692818258422444E-38
+  6.70290941748678200E-39 -2.72979150398346539E-39  9.83781711006434562E-40
+ -3.27744301141889611E-40  1.02938561596109822E-40 -3.07609462038016572E-41
+  8.77081696313793037E-42 -2.38004726450748460E-42  6.08802781489168851E-43
+ -1.43513074355258738E-43  2.94700495624202620E-44 -4.33659282906217113E-45
+ -1.43600733829485654E-46  4.85505129640641589E-46 -2.69394942453567273E-46
+  1.12534175665596744E-46 -4.11540834070540880E-47  1.38507567188312595E-47
+ -4.38555845576541185E-48  1.31994660188680743E-48 -3.79025453988818768E-49
+  1.03661190110328341E-49 -2.67791341181205661E-50  6.40549999076180075E-51
+ -1.35156036937960495E-51  2.15302742674163312E-52 -3.33147008460022248E-54
+ -1.79602677325325602E-53  1.07653722195981160E-53 -4.62586449970945470E-54
+  1.71842956209118060E-54 -5.84550271211934760E-55  1.86629245729767352E-55
+ -5.65791478235727673E-56  1.63615439746537375E-56 -4.50917169312849899E-57
+  1.17593183881800484E-57 -2.85132555967623798E-58  6.16398730415758738E-59
+ -1.04699072056811087E-59  5.44785323820325408E-61  6.47221277122949331E-61
+ -4.27382855792493585E-61  1.89559120516693491E-61 -7.16158054189907354E-62
+  2.46353120553668219E-62 -7.93290701595246665E-63  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00
+                              </PP_PSWFC.3>
+                             </PP_FULL_WFC> 
+ <PP_RHOATOM type="real" size="  1351" columns="3">
+  1.09747557004630197E-06  1.11517640525991290E-06  1.13316273157867028E-06
+  1.15143915359562588E-06  1.17001035016976073E-06  1.18888107562379807E-06
+  1.20805616096132196E-06  1.22754051510354301E-06  1.24733912614600006E-06
+  1.26745706263553351E-06  1.28789947486785829E-06  1.30867159620605892E-06
+  1.32977874442035316E-06  1.35122632304946457E-06  1.37301982278395116E-06
+  1.39516482287184538E-06  1.41766699254696486E-06  1.44053209248025790E-06
+  1.46376597625456379E-06  1.48737459186314901E-06  1.51136398323242176E-06
+  1.53574029176919963E-06  1.56050975793293676E-06  1.58567872283330256E-06
+  1.61125362985353749E-06  1.63724102629997982E-06  1.66364756507820243E-06
+  1.69048000639618659E-06  1.71774521949495746E-06  1.74545018440713907E-06
+  1.77360199374386982E-06  1.80220785451053575E-06  1.83127508995179387E-06
+  1.86081114142635055E-06  1.89082357031197507E-06  1.92132005994124393E-06
+  1.95230841756849957E-06  1.98379657636853708E-06  2.01579259746752701E-06
+  2.04830467200669235E-06  2.08134112323926910E-06  2.11491040866129125E-06
+  2.14902112217673581E-06  2.18368199629759557E-06  2.21890190437943240E-06
+  2.25468986289298539E-06  2.29105503373241606E-06  2.32800672656079133E-06
+  2.36555440119338136E-06  2.40370767001940260E-06  2.44247630046283142E-06
+  2.48187021748288308E-06  2.52189950611484078E-06  2.56257441405185787E-06
+  2.60390535426839034E-06  2.64590290768596286E-06  2.68857782588190604E-06
+  2.73194103384179800E-06  2.77600363275629393E-06  2.82077690286306010E-06
+  2.86627230633455229E-06  2.91250149021235091E-06  2.95947628938887205E-06
+  3.00720872963706914E-06  3.05571103068914327E-06  3.10499560936474676E-06
+  3.15507508274980003E-06  3.20596227142641791E-06  3.25767020275509416E-06
+  3.31021211420965525E-06  3.36360145676617101E-06  3.41785189834634767E-06
+  3.47297732731664046E-06  3.52899185604360833E-06  3.58590982450681359E-06
+  3.64374580396980547E-06  3.70251460071043972E-06  3.76223125981129806E-06
+  3.82291106901127537E-06  3.88456956261925261E-06  3.94722252549092373E-06
+  4.01088599706974292E-06  4.07557627549305281E-06  4.14130992176443151E-06
+  4.20810376399334326E-06  4.27597490170316580E-06  4.34494071020867522E-06
+  4.41501884506417856E-06  4.48622724658334256E-06  4.55858414443195032E-06
+  4.63210806229471061E-06  4.70681782261734730E-06  4.78273255142517241E-06
+  4.85987168321936092E-06  4.93825496595221137E-06  5.01790246608263749E-06
+  5.09883457371319597E-06  5.18107200780997529E-06  5.26463582150666185E-06
+  5.34954740749416062E-06  5.43582850349713493E-06  5.52350119783886811E-06
+  5.61258793509589791E-06  5.70311152184382465E-06  5.79509513249580092E-06
+  5.88856231523519355E-06  5.98353699804391033E-06  6.08004349482798046E-06
+  6.17810651164189235E-06  6.27775115301334882E-06  6.37900292837002366E-06
+  6.48188775856995703E-06  6.58643198253729621E-06  6.69266236400503281E-06
+  6.80060609836650909E-06  6.91029081963741387E-06  7.02174460753007975E-06
+  7.13499599464184171E-06  7.25007397375937497E-06  7.36700800528080166E-06
+  7.48582802475751976E-06  7.60656445055766081E-06  7.72924819165315605E-06
+  7.85391065553236581E-06  7.98058375624037633E-06  8.10929992254890186E-06
+  8.24009210625800544E-06  8.37299379063169668E-06  8.50803899896956295E-06
+  8.64526230331666178E-06  8.78469883331388187E-06  8.92638428519104770E-06
+  9.07035493090504306E-06  9.21664762742533850E-06  9.36529982616927947E-06
+  9.51634958258952172E-06  9.66983556591610117E-06  9.82579706905563172E-06
+  9.98427401865016369E-06  1.01453069852982406E-05  1.03089371939408345E-05
+  1.04752065344147559E-05  1.06441575721762933E-05  1.08158335591977815E-05
+  1.09902784450399199E-05  1.11675368881026555E-05  1.13476542670575339E-05
+  1.15306766924644105E-05  1.17166510185755157E-05  1.19056248553299168E-05
+  1.20976465805413794E-05  1.22927653522828539E-05  1.24910311214706243E-05
+  1.26924946446514696E-05  1.28972074969960379E-05  1.31052220855017331E-05
+  1.33165916624085834E-05  1.35313703388314835E-05  1.37496130986122434E-05
+  1.39713758123950542E-05  1.41967152519289981E-05  1.44256891046011572E-05
+  1.46583559882041867E-05  1.48947754659419586E-05  1.51350080616772802E-05
+  1.53791152754255200E-05  1.56271595990980446E-05  1.58792045324996354E-05
+  1.61353145995838484E-05  1.63955553649705622E-05  1.66599934507298776E-05
+  1.69286965534367436E-05  1.72017334615006042E-05  1.74791740727745221E-05
+  1.77610894124482992E-05  1.80475516512301573E-05  1.83386341238216383E-05
+  1.86344113476905915E-05  1.89349590421464607E-05  1.92403541477240237E-05
+  1.95506748458786662E-05  1.98660005790004834E-05  2.01864120707499006E-05
+  2.05119913467225234E-05  2.08428217554459552E-05  2.11789879897165479E-05
+  2.15205761082789453E-05  2.18676735578565599E-05  2.22203691955359805E-05
+  2.25787533115137436E-05  2.29429176522086541E-05  2.33129554437480407E-05
+  2.36889614158315433E-05  2.40710318259810396E-05  2.44592644841803631E-05
+  2.48537587779136367E-05  2.52546156976060877E-05  2.56619378624765469E-05
+  2.60758295468053866E-05  2.64963967066275987E-05  2.69237470068547832E-05
+  2.73579898488360648E-05  2.77992363983619853E-05  2.82475996141214764E-05
+  2.87031942766162036E-05  2.91661370175428482E-05  2.96365463496474951E-05
+  3.01145426970631781E-05  3.06002484261350287E-05  3.10937878767440185E-05
+  3.15952873941346388E-05  3.21048753612565330E-05  3.26226822316274403E-05
+  3.31488405627261687E-05  3.36834850499240229E-05  3.42267525609633557E-05
+  3.47787821709922865E-05  3.53397151981642432E-05  3.59096952398116147E-05
+  3.64888682092027805E-05  3.70773823728919190E-05  3.76753883886708890E-05
+  3.82830393441334395E-05  3.89004907958610075E-05  3.95279008092406527E-05
+  4.01654299989248801E-05  4.08132415699440245E-05  4.14715013594816166E-05
+  4.21403778793232096E-05  4.28200423589900135E-05  4.35106687895678087E-05
+  4.42124339682427190E-05  4.49255175435551659E-05  4.56501020613835128E-05
+  4.63863730116692542E-05  4.71345188758955373E-05  4.78947311753314685E-05
+  4.86672045200540635E-05  4.94521366587611169E-05  5.02497285293868618E-05
+  5.10601843105340275E-05  5.18837114737352167E-05  5.27205208365569107E-05
+  5.35708266165597986E-05  5.44348464861291848E-05  5.53128016281895436E-05
+  5.62049167928174227E-05  5.71114203547671171E-05  5.80325443719240263E-05
+  5.89685246447004883E-05  5.99196007763892286E-05  6.08860162344901108E-05
+  6.18680184130256187E-05  6.28658586958611907E-05  6.38797925210464045E-05
+  6.49100794461936561E-05  6.59569832149109670E-05  6.70207718243060244E-05
+  6.81017175935784620E-05  6.92000972337182844E-05  7.03161919183277560E-05
+  7.14502873555855497E-05  7.26026738613709126E-05  7.37736464335669943E-05
+  7.49635048275619628E-05  7.61725536329676650E-05  7.74011023515751181E-05
+  7.86494654765667407E-05  7.99179625730059089E-05  8.12069183596240187E-05
+  8.25166627919262220E-05  8.38475311466372236E-05  8.51998641075080360E-05
+  8.65740078525066781E-05  8.79703141424142840E-05  8.93891404108496351E-05
+  9.08308498557447880E-05  9.22958115322960310E-05  9.37844004474125837E-05
+  9.52969976556888594E-05  9.68339903569230965E-05  9.83957719952085184E-05
+  9.99827423596221448E-05  1.01595307686536384E-04  1.03233880763580130E-04
+  1.04898881035275928E-04  1.06590734710379931E-04  1.08309874870952467E-04
+  1.10056741583186330E-04  1.11831782010022310E-04  1.13635450525580186E-04
+  1.15468208831432303E-04  1.17330526074755782E-04  1.19222878968383610E-04
+  1.21145751912797196E-04  1.23099637120078532E-04  1.25085034739867869E-04
+  1.27102452987343847E-04  1.29152408273274291E-04  1.31235425336155700E-04
+  1.33352037376490324E-04  1.35502786193219730E-04  1.37688222322365311E-04
+  1.39908905177895369E-04  1.42165403194871213E-04  1.44458293974891554E-04
+  1.46788164433889971E-04  1.49155610952306016E-04  1.51561239527685156E-04
+  1.54005665929729275E-04  1.56489515857855129E-04  1.59013425101283388E-04
+  1.61578039701716419E-04  1.64184016118628702E-04  1.66832021397230753E-04
+  1.69522733339130301E-04  1.72256840675753022E-04  1.75035043244548764E-04
+  1.77858052168047311E-04  1.80726590035788868E-04  1.83641391089197606E-04
+  1.86603201409423104E-04  1.89612779108220295E-04  1.92670894521893119E-04
+  1.95778330408375811E-04  1.98935882147477291E-04  2.02144357944365088E-04
+  2.05404579036315275E-04  2.08717379902805829E-04  2.12083608478983544E-04
+  2.15504126372582119E-04  2.18979809084323578E-04  2.22511546231882125E-04
+  2.26100241777444575E-04  2.29746814258950703E-04  2.33452197025043917E-04
+  2.37217338473823502E-04  2.41043202295426263E-04  2.44930767718532655E-04
+  2.48881029760829710E-04  2.52894999483521319E-04  2.56973704249926084E-04
+  2.61118187988254862E-04  2.65329511458605577E-04  2.69608752524275923E-04
+  2.73957006427428922E-04  2.78375386069215202E-04  2.82865022294392443E-04
+  2.87427064180543730E-04  2.92062679331939060E-04  2.96773054178146303E-04
+  3.01559394277434232E-04  3.06422924625078801E-04  3.11364889966620753E-04
+  3.16386555116177515E-04  3.21489205279876429E-04  3.26674146384499299E-04
+  3.31942705411417214E-04  3.37296230735904454E-04  3.42736092471914952E-04
+  3.48263682822411158E-04  3.53880416435334343E-04  3.59587730765305444E-04
+  3.65387086441151170E-04  3.71279967639347359E-04  3.77267882463472662E-04
+  3.83352363329774034E-04  3.89534967358938858E-04  3.95817276774173155E-04
+  4.02200899305688584E-04  4.08687468601701684E-04  4.15278644646048989E-04
+  4.21976114182522337E-04  4.28781591146037597E-04  4.35696817100740541E-04
+  4.42723561685165565E-04  4.49863623064559906E-04  4.57118828390485937E-04
+  4.64491034267822285E-04  4.71982127229278459E-04  4.79594024217546225E-04
+  4.87328673075210347E-04  4.95188053042541852E-04  5.03174175263301489E-04
+  5.11289083298680511E-04  5.19534853649514673E-04  5.27913596286893314E-04
+  5.36427455191310770E-04  5.45078608900487487E-04  5.53869271066005598E-04
+  5.62801691018901206E-04  5.71878154344348882E-04  5.81100983465596371E-04
+  5.90472538237285776E-04  5.99995216548320919E-04  6.09671454934428993E-04
+  6.19503729200572843E-04  6.29494555053374113E-04  6.39646488743703936E-04
+  6.49962127719608458E-04  6.60444111289731168E-04  6.71095121297401401E-04
+  6.81917882805559974E-04  6.92915164792697177E-04  7.04089780859978647E-04
+  7.15444589949738234E-04  7.26982497075519458E-04  7.38706454063848693E-04
+  7.50619460307935761E-04  7.62724563533478776E-04  7.75024860576783146E-04
+  7.87523498175382607E-04  8.00223673771359749E-04  8.13128636327579805E-04
+  8.26241687157034744E-04  8.39566180765512291E-04  8.53105525707797551E-04
+  8.66863185457633027E-04  8.80842679291652178E-04  8.95047583187508753E-04
+  9.09481530736429159E-04  9.24148214070421616E-04  9.39051384804371735E-04
+  9.54194854993265862E-04  9.69582498104782546E-04  9.85218250007500757E-04
+  1.00110610997496781E-03  1.01725014170588740E-03  1.03365447436068003E-03
+  1.05032330361468432E-03  1.06726089272824766E-03  1.08447157363400146E-03
+  1.10195974804157704E-03  1.11972988856004897E-03  1.13778653983838277E-03
+  1.15613431972417646E-03  1.17477792044098808E-03  1.19372210978454856E-03
+  1.21297173233815298E-03  1.23253171070754537E-03  1.25240704677560344E-03
+  1.27260282297713702E-03  1.29312420359412256E-03  1.31397643607170057E-03
+  1.33516485235526299E-03  1.35669487024896434E-03  1.37857199479601627E-03
+  1.40080181968109114E-03  1.42339002865519005E-03  1.44634239698334202E-03
+  1.46966479291549029E-03  1.49336317918092980E-03  1.51744361450668040E-03
+  1.54191225516017673E-03  1.56677535651664722E-03  1.59203927465159396E-03
+  1.61771046795875211E-03  1.64379549879395013E-03  1.67030103514527071E-03
+  1.69723385232992499E-03  1.72460083471829792E-03  1.75240897748555799E-03
+  1.78066538839128752E-03  1.80937728958756013E-03  1.83855201945594404E-03
+  1.86819703447385632E-03  1.89831991111076310E-03  1.92892834775468345E-03
+  1.96003016666947095E-03  1.99163331598338099E-03  2.02374587170939388E-03
+  2.05637603979781473E-03  2.08953215822164397E-03  2.12322269909523973E-03
+  2.15745627082683696E-03  2.19224162030540399E-03  2.22758763512241218E-03
+  2.26350334582903993E-03  2.29999792822940851E-03  2.33708070571037995E-03
+  2.37476115160852215E-03  2.41304889161481463E-03  2.45195370621768523E-03
+  2.49148553318498996E-03  2.53165447008555722E-03  2.57247077685088905E-03
+  2.61394487837767701E-03  2.65608736717174235E-03  2.69890900603413086E-03
+  2.74242073078994394E-03  2.78663365306061053E-03  2.83155906308027233E-03
+  2.87720843255696466E-03  2.92359341757932566E-03  2.97072586156951366E-03
+  3.01861779828308365E-03  3.06728145485654722E-03  3.11672925490334880E-03
+  3.16697382165905114E-03  3.21802798117645306E-03  3.26990476557145618E-03
+  3.32261741632041384E-03  3.37617938760988948E-03  3.43060434973954838E-03
+  3.48590619257902693E-03  3.54209902907960238E-03  3.59919719884155710E-03
+  3.65721527173806446E-03  3.71616805159651759E-03  3.77607057993815031E-03
+  3.83693813977689256E-03  3.89878625947835547E-03  3.96163071667990190E-03
+  4.02548754227271665E-03  4.09037302444686859E-03  4.15630371280025640E-03
+  4.22329642251260268E-03  4.29136823858540257E-03  4.36053652014880156E-03
+  4.43081890483649349E-03  4.50223331322965187E-03  4.57479795337099090E-03
+  4.64853132535002992E-03  4.72345222596063860E-03  4.79957975343199995E-03
+  4.87693331223410225E-03  4.95553261795893089E-03  5.03539770227845723E-03
+  5.11654891798069087E-03  5.19900694408482501E-03  5.28279279103693097E-03
+  5.36792780598736342E-03  5.45443367815099962E-03  5.54233244425164900E-03
+  5.63164649405192581E-03  5.72239857596986302E-03  5.81461180278361640E-03
+  5.90830965742557453E-03  6.00351599886724766E-03  6.10025506809630264E-03
+  6.19855149418715567E-03  6.29843030046651261E-03  6.39991691077531396E-03
+  6.50303715582841498E-03  6.60781727967367418E-03  6.71428394625207640E-03
+  6.82246424606002249E-03  6.93238570291554012E-03  7.04407628082993724E-03
+  7.15756439098645843E-03  7.27287889882759480E-03  7.39004913125265468E-03
+  7.50910488392720395E-03  7.63007642870612828E-03  7.75299452117190514E-03
+  7.87789040828989519E-03  8.00479583618232855E-03  8.13374305802259077E-03
+  8.26476484205185095E-03  8.39789447972006699E-03  8.53316579395271661E-03
+  8.67061314754523534E-03  8.81027145168710932E-03  8.95217617461752449E-03
+  9.09636335041444019E-03  9.24286958791914644E-03  9.39173207979819048E-03
+  9.54298861174470922E-03  9.69667757182124043E-03  9.85283795994595576E-03
+  1.00115093975245758E-02  1.01727321372296238E-02  1.03365470729295719E-02
+  1.05029957497705089E-02  1.06721203744117032E-02  1.08439638254174721E-02
+  1.10185696638076900E-02  1.11959821437691738E-02  1.13762462235303414E-02
+  1.15594075764011879E-02  1.17455126019812908E-02  1.19346084375379947E-02
+  1.21267429695572550E-02  1.23219648454694821E-02  1.25203234855530369E-02
+  1.27218690950173866E-02  1.29266526762685727E-02  1.31347260413608707E-02
+  1.33461418246356069E-02  1.35609534955501727E-02  1.37792153716999512E-02
+  1.40009826320357158E-02  1.42263113302793787E-02  1.44552584085405750E-02
+  1.46878817111370553E-02  1.49242399986214969E-02  1.51643929620175269E-02
+  1.54084012372680008E-02  1.56563264198980867E-02  1.59082310798959216E-02
+  1.61641787768134690E-02  1.64242340750925635E-02  1.66884625596173918E-02
+  1.69569308514960736E-02  1.72297066240751431E-02  1.75068586191896268E-02
+  1.77884566636519748E-02  1.80745716859828653E-02  1.83652757333870459E-02
+  1.86606419889773605E-02  1.89607447892501460E-02  1.92656596418151818E-02
+  1.95754632433834258E-02  1.98902334980154624E-02  2.02100495356330630E-02
+  2.05349917308008008E-02  2.08651417217782693E-02  2.12005824298460016E-02
+  2.15413980789090354E-02  2.18876742153814585E-02  2.22394977283554528E-02
+  2.25969568700581311E-02  2.29601412765996632E-02  2.33291419890162555E-02
+  2.37040514746111874E-02  2.40849636485977112E-02  2.44719738960471021E-02
+  2.48651790941451407E-02  2.52646776347587414E-02  2.56705694473216423E-02
+  2.60829560220398812E-02  2.65019404334187851E-02  2.69276273641165867E-02
+  2.73601231291279549E-02  2.77995357003011263E-02  2.82459747311923151E-02
+  2.86995515822607503E-02  2.91603793464082044E-02  2.96285728748662061E-02
+  3.01042488034349333E-02  3.05875255790769816E-02  3.10785234868695380E-02
+  3.15773646773152908E-02  3.20841731940228678E-02  3.25990750017585221E-02
+  3.31221980148678902E-02  3.36536721260739732E-02  3.41936292356543048E-02
+  3.47422032810014297E-02  3.52995302665694219E-02  3.58657482942101244E-02
+  3.64409975939023814E-02  3.70254205548774668E-02  3.76191617571440887E-02
+  3.82223680034157950E-02  3.88351883514443663E-02  3.94577741467570797E-02
+  4.00902790558094399E-02  4.07328590995586562E-02  4.13856726874500536E-02
+  4.20488806518242372E-02  4.27226462827470094E-02  4.34071353632654727E-02
+  4.41025162050924374E-02  4.48089596847216706E-02  4.55266392799764594E-02
+  4.62557311069937346E-02  4.69964139576458384E-02  4.77488693374018836E-02
+  4.85132815036307743E-02  4.92898375043416756E-02  5.00787272173709302E-02
+  5.08801433900274991E-02  5.16942816791794921E-02  5.25213406917889175E-02
+  5.33615220258965017E-02  5.42150303120570998E-02  5.50820732552271194E-02
+  5.59628616771036605E-02  5.68576095589159239E-02  5.77665340846688496E-02
+  5.86898556848390734E-02  5.96277980805224178E-02  6.05805883280323559E-02
+  6.15484568639418084E-02  6.25316375505699518E-02  6.35303677219392765E-02
+  6.45448882301682264E-02  6.55754434923054019E-02  6.66222815376047300E-02
+  6.76856540552395053E-02  6.87658164424519713E-02  6.98630278531346266E-02
+  7.09775512468402148E-02  7.21096534382157373E-02  7.32596051468560883E-02
+  7.44276810475722472E-02  7.56141598210686577E-02  7.68193242050165676E-02
+  7.80434610455110478E-02  7.92868613489556978E-02  8.05498203343183589E-02
+  8.18326374857554634E-02  8.31356166056031326E-02  8.44590658677256828E-02
+  8.58032978712122280E-02  8.71686296944092082E-02  8.85553829492815303E-02
+  8.99638838360875548E-02  9.13944631983573119E-02  9.28474565781608613E-02
+  9.43232042716525138E-02  9.58220513848701272E-02  9.73443478897535047E-02
+  9.88904486804491889E-02  1.00460713629819343E-01  1.02055507646134233E-01
+  1.03675200729941838E-01  1.05320168031094605E-01  1.06990789905913583E-01
+  1.08687451974467567E-01  1.10410545177944838E-01  1.12160465836093529E-01
+  1.13937615704706355E-01  1.15742402033122804E-01  1.17575237621722214E-01
+  1.19436540879372666E-01  1.21326735880766576E-01  1.23246252423729774E-01
+  1.25195526086405107E-01  1.27174998284245167E-01  1.29185116326803712E-01
+  1.31226333474291107E-01  1.33299108993853666E-01  1.35403908215537966E-01
+  1.37541202587898453E-01  1.39711469733204335E-01  1.41915193502201831E-01
+  1.44152864028383870E-01  1.46424977781719479E-01  1.48732037621785718E-01
+  1.51074552850189364E-01  1.53453039262369223E-01  1.55868019198685176E-01
+  1.58320021594643257E-01  1.60809582030242482E-01  1.63337242778383546E-01
+  1.65903552852272013E-01  1.68509068051747507E-01  1.71154351008469208E-01
+  1.73839971229883511E-01  1.76566505141897645E-01  1.79334536130181160E-01
+  1.82144654580012472E-01  1.84997457914584468E-01  1.87893550631592687E-01
+  1.90833544338177424E-01  1.93818057784166886E-01  1.96847716893328667E-01
+  1.99923154792607194E-01  2.03045011839250417E-01  2.06213935645717800E-01
+  2.09430581102258789E-01  2.12695610397047624E-01  2.16009693033756667E-01
+  2.19373505846444328E-01  2.22787733011634459E-01  2.26253066057453711E-01
+  2.29770203869694073E-01  2.33339852694551764E-01  2.36962726138035984E-01
+  2.40639545162102730E-01  2.44371038077001584E-01  2.48157940529793231E-01
+  2.52000995488891488E-01  2.55900953224464434E-01  2.59858571284520834E-01
+  2.63874614466507285E-01  2.67949854784231278E-01  2.72085071429924552E-01
+  2.76281050731253031E-01  2.80538586103072363E-01  2.84858477993728321E-01
+  2.89241533825570329E-01  2.93688567929512312E-01  2.98200401473888932E-01
+  3.02777862386797325E-01  3.07421785271826509E-01  3.12133011316974629E-01
+  3.16912388196503747E-01  3.21760769965477700E-01  3.26679016946720358E-01
+  3.31667995609927047E-01  3.36728578442649917E-01  3.41861643812876259E-01
+  3.47068075822909383E-01  3.52348764154250871E-01  3.57704603903070906E-01
+  3.63136495405851023E-01  3.68645344055695046E-01  3.74232060108181941E-01
+  3.79897558476525565E-01  3.85642758515784723E-01  3.91468583795775038E-01
+  3.97375961862317051E-01  4.03365823986455208E-01  4.09439104901265449E-01
+  4.15596742525869312E-01  4.21839677676256297E-01  4.28168853762512902E-01
+  4.34585216472045954E-01  4.41089713438286513E-01  4.47683293894163226E-01
+  4.54366908311061080E-01  4.61141508021919222E-01  4.68008044827947722E-01
+  4.74967470588685547E-01  4.82020736794932458E-01  4.89168794124067052E-01
+  4.96412591977269002E-01  5.03753077998144394E-01  5.11191197572248734E-01
+  5.18727893306994758E-01  5.26364104491425122E-01  5.34100766535316795E-01
+  5.41938810387015968E-01  5.49879161929015314E-01  5.57922741352069096E-01
+  5.66070462506527039E-01  5.74323232229921099E-01  5.82681949650554420E-01
+  5.91147505466522838E-01  5.99720781199583608E-01  6.08402648423280512E-01
+  6.17193967964742352E-01  6.26095589079541659E-01  6.35108348599033423E-01
+  6.44233070049552325E-01  6.53470562742871963E-01  6.62821620837279024E-01
+  6.72287022368144860E-01  6.81867528248641164E-01  6.91563881239648182E-01
+  7.01376804887415273E-01  7.11307002428819946E-01  7.21355155663637393E-01
+  7.31521923793219564E-01  7.41807942224995132E-01  7.52213821342200717E-01
+  7.62740145238262945E-01  7.73387470415265343E-01  7.84156324445936970E-01
+  7.95047204598613888E-01  8.06060576424631137E-01  8.17196872307244138E-01
+  8.28456489972391297E-01  8.39839790960920984E-01  8.51347099060806189E-01
+  8.62978698699358504E-01  8.74734833295048753E-01  8.86615703568551239E-01
+  8.98621465812638132E-01  9.10752230120596473E-01  9.23008058572873047E-01
+  9.35388963381675431E-01  9.47894904993307197E-01  9.60525790148063718E-01
+  9.73281469897533169E-01  9.86161737579254072E-01  9.99166326748902378E-01
+  1.01229490906976505E+00  1.02554709215942874E+00  1.03892241739395974E+00
+  1.05242035766979525E+00  1.06604031512359843E+00  1.07978161881042101E+00
+  1.09364352234058559E+00  1.10762520147577659E+00  1.12172575168492616E+00
+  1.13594418566055566E+00  1.15027943079633466E+00  1.16473032662672549E+00
+  1.17929562223032569E+00  1.19397397359826685E+00  1.20876394096558282E+00
+  1.22366398610986993E+00  1.23867246961822741E+00  1.25378764812380417E+00
+  1.26900767151364513E+00  1.28433058010968160E+00  1.29975430182483787E+00
+  1.31527664929639543E+00  1.33089531699890484E+00  1.34660787833911177E+00
+  1.36241178273551555E+00  1.37830435268537910E+00  1.39428278082354251E+00
+  1.41034412697856282E+00  1.42648531521817556E+00  1.44270313089700952E+00
+  1.45899421770993576E+00  1.47535507475381356E+00  1.49178205360186400E+00
+  1.50827135539511614E+00  1.52481902795562041E+00  1.54142096292635733E+00
+  1.55807289294301898E+00  1.57477038884307929E+00  1.59150885691784594E+00
+  1.60828353621343001E+00  1.62508949588878049E+00  1.64192163264513646E+00
+  1.65877466820753172E+00  1.67564314688236471E+00  1.69252143320213722E+00
+  1.70940370966058519E+00  1.72628397454607230E+00  1.74315603988144141E+00
+  1.76001352947881062E+00  1.77684987711807207E+00  1.79365832485817878E+00
+  1.81043192149056065E+00  1.82716352114433533E+00  1.84384578205323790E+00
+  1.86047116549661795E+00  1.87703193494269205E+00  1.89352015535884455E+00
+  1.90992769271892060E+00  1.92624621373804605E+00  1.94246718583474332E+00
+  1.95858187733196498E+00  1.97458135790903766E+00  1.99045649931676505E+00
+  2.00619797636809150E+00  2.02179626821693503E+00  2.03724165993796724E+00
+  2.05252424442022052E+00  2.06763392458756146E+00  2.08256041596097274E+00
+  2.09729324960644092E+00  2.11182177541791338E+00  2.12613516575028116E+00
+  2.14022241947131864E+00  2.15407236642058120E+00  2.16767367228725716E+00
+  2.18101484391988709E+00  2.19408423508064487E+00  2.20687005265670200E+00
+  2.21936036334087650E+00  2.23154310079348450E+00  2.24340607329690922E+00
+  2.25493697191401088E+00  2.26612337916208340E+00  2.27695277825501874E+00
+  2.28741256285640171E+00  2.29749004730310258E+00  2.30717247742646814E+00
+  2.31644704193546680E+00  2.32530088436431148E+00  2.33372111559005146E+00
+  2.34169482692462383E+00  2.34920910378478487E+00  2.35625103994218144E+00
+  2.36280775235464358E+00  2.36886639657845244E+00  2.37441418276001981E+00
+  2.37943839220432274E+00  2.38392639456225597E+00  2.38786566558744395E+00
+  2.39124380532142222E+00  2.39404855689406837E+00  2.39626782587187170E+00
+  2.39788970013049374E+00  2.39890247023677894E+00  2.39929465032348421E+00
+  2.39905499943806211E+00  2.39817254334483776E+00  2.39663659675793506E+00
+  2.39443678598028198E+00  2.39156307192200845E+00  2.38800577346953391E+00
+  2.38375559121246150E+00  2.37880363149522989E+00  2.37314143055032023E+00
+  2.36676097891779769E+00  2.35965474606340209E+00  2.35181570513360638E+00
+  2.34323735780577813E+00  2.33391375918998278E+00  2.32383954273752202E+00
+  2.31300994510999391E+00  2.30142083096145189E+00  2.28906871758528219E+00
+  2.27595079937655864E+00  2.26206497206003032E+00  2.24740985665267390E+00
+  2.23198482313507185E+00  2.21579001359278616E+00  2.19882636496944883E+00
+  2.18109563136337892E+00  2.16260040579044510E+00  2.14334414136565110E+00
+  2.12333117185735620E+00  2.10256673156965723E+00  2.08105697451056093E+00
+  2.05880899280558483E+00  2.03583083431917977E+00  2.01213151944884849E+00
+  1.98772105706008362E+00  1.96261045953399860E+00  1.93681175689314622E+00
+  1.91033800996137204E+00  1.88320332259371215E+00  1.85542285294850529E+00
+  1.82701282378101593E+00  1.79799053175122725E+00  1.76837435574243451E+00
+  1.73818376419028264E+00  1.70743932142544064E+00  1.67616269303561438E+00
+  1.64437665025542290E+00  1.61210507339427678E+00  1.57937295431430647E+00
+  1.54620639796207904E+00  1.51263262287231748E+00  1.47867996086415010E+00
+  1.44437785590112022E+00  1.40975686200019279E+00  1.37484864025066278E+00
+  1.33968595494466713E+00  1.30430266881380863E+00  1.26873373736041462E+00
+  1.23301520226395378E+00  1.19718418383515224E+00  1.16127887248047279E+00
+  1.12533851912994742E+00  1.08940342456993333E+00  1.05351492760301113E+00
+  1.01771539177171011E+00  9.82048190900176587E-01  9.46557693405856715E-01
+  9.11289244885356675E-01  8.76289149003629420E-01  8.41604646558416603E-01
+  8.07283892574710671E-01  7.73375931277753836E-01  7.39930668787784240E-01
+  7.06998843377375841E-01  6.74631993131630581E-01  6.42882420852905923E-01
+  6.11803156058285946E-01  5.81447913914894365E-01  5.51871050732837598E-01
+  5.23127516247442137E-01  4.95272802769128939E-01  4.68362891400330328E-01
+  4.42454190757767762E-01  4.17603487283031427E-01  3.93867821182592781E-01
+  3.71304321646481028E-01  3.49970040983646702E-01  3.29921773059636436E-01
+  3.11215863586596309E-01  2.93908000939186065E-01  2.78053013172626762E-01
+  2.63704618747889474E-01  2.50915181747348337E-01  2.39735739218352367E-01
+  2.30213941152983270E-01  2.22402498197894871E-01  2.16321574072969924E-01
+  2.12106298550097133E-01  2.09339700045383881E-01  2.07092971211972066E-01
+  2.04956838760771254E-01  2.03021091244608765E-01  2.01255296670000722E-01
+  1.99661845028633433E-01  1.98234624734860254E-01  1.96969524634810239E-01
+  1.95861991118375045E-01  1.94907522575565095E-01  1.94101605850429765E-01
+  1.93439714326271717E-01  1.92917320445553625E-01  1.92529894040176508E-01
+  1.92272907466643633E-01  1.92141837903996221E-01  1.92132170530572410E-01
+  1.92239401283637895E-01  1.92459039624328088E-01  1.92786611178711542E-01
+  1.93217660294224103E-01  1.93747752502104353E-01  1.94372476907277852E-01
+  1.95087448546738068E-01  1.95888310521913939E-01  1.96770736079109831E-01
+  1.97730430639767918E-01  1.98763133750894300E-01  1.99864620958056904E-01
+  2.01030705603461118E-01  2.02257240551695389E-01  2.03540119845774387E-01
+  2.04875280296166584E-01  2.06258703005504029E-01  2.07686414831699501E-01
+  2.09154489792184706E-01  2.10659050420293870E-01  2.12196269122373521E-01
+  2.13762369381081896E-01  2.15353626912081070E-01  2.16966370813562209E-01
+  2.18596984673055411E-01  2.20241907633664524E-01  2.21897635422094286E-01
+  2.23560721340781560E-01  2.25227777226336218E-01  2.26895474376426431E-01
+  2.28560544447124148E-01  2.30219780322648532E-01  2.31870036959310966E-01
+  2.33508232208615246E-01  2.35131347658617762E-01  2.36736429393568176E-01
+  2.38320588711804171E-01  2.39881002862972648E-01  2.41414915768871308E-01
+  2.42919638727855908E-01  2.44392551103607414E-01  2.45831100998936569E-01
+  2.47232805915144127E-01  2.48595253397333016E-01  2.49916101665907470E-01
+  2.51193080234373922E-01  2.52423990513394814E-01  2.53606706401860060E-01
+  2.54739174888449382E-01  2.55819416611680506E-01  2.56845526373503441E-01
+  2.57815673667554257E-01  2.58728103192348846E-01  2.59581135346644065E-01
+  2.60373166705853420E-01  2.61102670478311094E-01  2.61768196940045217E-01
+  2.62368373846629699E-01  2.62901906820575459E-01  2.63367579712632194E-01
+  2.63764254935280884E-01  2.64090873766774703E-01  2.64346456634697857E-01
+  2.64530103358852908E-01  2.64640993333569108E-01  2.64678385691823281E-01
+  2.64641619431957353E-01  2.64530113502757902E-01  2.64343366844767447E-01
+  2.64080958385687958E-01  2.63742546987731363E-01  2.63327871344782360E-01
+  2.62836749827254468E-01  2.62269080272550581E-01  2.61624839719071522E-01
+  2.60904084081771515E-01  2.60106947768959873E-01  2.59233643234564881E-01
+  2.58284460459129950E-01  2.57259766371788490E-01  2.56160004205898517E-01
+  2.54985692785735185E-01  2.53737425742826428E-01  2.52415870660659181E-01
+  2.51021768146595547E-01  2.49555930829994582E-01  2.48019242285663577E-01
+  2.46412655881935949E-01  2.44737193552813925E-01  2.42993944493799796E-01
+  2.41184063778236618E-01  2.39308770888762762E-01  2.37369348188594287E-01
+  2.35367139314486412E-01  2.33303547491793328E-01  2.31180033774776528E-01
+  2.28998115213074005E-01  2.26759362945484322E-01  2.24465400222387035E-01
+  2.22117900358356185E-01  2.19718584616703017E-01  2.17269220027915849E-01
+  2.14771617144139976E-01  2.12227627732076041E-01  2.09639142402927081E-01
+  2.07008088167710991E-01  2.04336425973776409E-01  2.01626148188516013E-01
+  1.98879276027282170E-01  1.96097856938023674E-01  1.93283961946337096E-01
+  1.90439682964809981E-01  1.87567130070654176E-01  1.84668428755824843E-01
+  1.81745717153919212E-01  1.78801143248326827E-01  1.75836862066190924E-01
+  1.72855032862888613E-01  1.69857816298919190E-01  1.66847371592340976E-01
+  1.63825853715284492E-01  1.60795410607287165E-01  1.57758180386945918E-01
+  1.54716288583787970E-01  1.51671845395723343E-01  1.48626942977269555E-01
+  1.45583652763693200E-01  1.42544022836236628E-01  1.39510075333528771E-01
+  1.36483803914270535E-01  1.33467171276182961E-01  1.30462106736169176E-01
+  1.27470503875104252E-01  1.24494218230531584E-01  1.21535065093724554E-01
+  1.18594817405393738E-01  1.15675203713462182E-01  1.12777906218524376E-01
+  1.09904558911415637E-01  1.07056745806721490E-01  1.04235999275807331E-01
+  1.01443798482653932E-01  9.86815679255691885E-02  9.59506760876145670E-02
+  9.32524341982890886E-02  9.05880951087803116E-02  8.79588522823722130E-02
+  8.53658388879305619E-02  8.28101270255302002E-02  8.02927270944421012E-02
+  7.78145872622195284E-02  7.53765930533731726E-02  7.29795670592102153E-02
+  7.06242687686900600E-02  6.83113945197893341E-02  6.60415775705793656E-02
+  6.38153882888616020E-02  6.16333344589189217E-02  5.94958617035903706E-02
+  5.74033540195967862E-02  5.53561344236679354E-02  5.33544657027622202E-02
+  5.13985512732001507E-02  4.94885361530911158E-02  4.76245080232148635E-02
+  4.58064983811745860E-02  4.40344837859931795E-02  4.23083871888992463E-02
+  4.06280793458109607E-02  3.89933803068519824E-02  3.74040609780285152E-02
+  3.58598447500585865E-02  3.43604091891739558E-02  3.29053877846144857E-02
+  3.14943717474081564E-02  3.01269118572843608E-02  2.88025203545973080E-02
+  2.75206728574225352E-02  2.62808103086342795E-02  2.50823409472466959E-02
+  2.39246422975225650E-02  2.28070631702995824E-02  2.17289256710244683E-02
+  2.06895272090810538E-02  1.96881425030778108E-02  1.87240255768930663E-02
+  1.77964117413937778E-02  1.69045195569092165E-02  1.60475527716947182E-02
+  1.52247022355942781E-02  1.44351477918085187E-02  1.36780601055868940E-02
+  1.29526024573349118E-02  1.22579324957984275E-02  1.15932039429994700E-02
+  1.09575682477082402E-02  1.03501761844995918E-02  9.77017939569679687E-03
+  9.21673187378318007E-03  8.68899138212318560E-03  8.18612081211595941E-03
+  7.70728947516961891E-03  7.25167432816346564E-03  6.81846113395214327E-03
+  6.40684556768632719E-03  6.01603422610827356E-03  5.64524556956375045E-03
+  5.29371080363513248E-03  4.96067469185650523E-03  4.64539629991027672E-03
+  4.34714967197630774E-03  4.06522444011209357E-03  3.79892636774874226E-03
+  3.54757782857275869E-03  3.31051822224547130E-03  3.08710432857275344E-03
+  2.87671060189337259E-03  2.67872940876057695E-03  2.49257122159793690E-03
+  2.31766473930221937E-03  2.15345695229665927E-03  1.99941316856553286E-03
+  1.85501699318584750E-03  1.71977026360591425E-03  1.59319294316291908E-03
+  1.47482297536023006E-03  1.36421610144564238E-03  1.26094564383674246E-03
+  1.16460225793688500E-03  1.07479365486804921E-03  9.91144297622821580E-04
+  9.13295073446650728E-04  8.40902951515783842E-04  7.73640612343572034E-04
+  7.11196053354551665E-04  6.53272187875982555E-04  5.99586431923034490E-04
+  5.49870280486445639E-04  5.03868875324256851E-04  4.61340566170434941E-04
+  4.22056467182626270E-04  3.85800010356418793E-04  3.52366497537835591E-04
+  3.21562652567391788E-04  2.93206174990800236E-04  2.67125296733169287E-04
+  2.43158345937644814E-04  2.21153313541330000E-04  2.00967420516348985E-04
+  1.82466697244672857E-04  1.65525571444402971E-04  1.50026464969364081E-04
+  1.35859400152824668E-04  1.22921616280681392E-04  1.11117196697661333E-04
+  1.00356706971284357E-04  9.05568444635597534E-05  8.16400995889959017E-05
+  7.35344289703299109E-05  6.61729406445615126E-05  5.94935923650178987E-05
+  5.34389018737468455E-05
+                             </PP_RHOATOM> 
+<PP_PAW paw_data_format="2"> 
+   <PP_OCCUPATIONS type="real" columns="3" size=" 3">
+  2.00000000000000000E+00  1.00000000000000000E+00  0.00000000000000000E+00
+                             </PP_OCCUPATIONS> 
+ <PP_AE_NLCC type="real" size="  1351" columns="3">
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00
+                             </PP_AE_NLCC> 
+ <PP_AE_VLOC type="real" size="  1351" columns="3">
+ -1.97393968517122521E+04 -1.95821116565327538E+04 -1.94260797231833130E+04
+ -1.92712910655669402E+04 -1.91177357771567113E+04 -1.89654040303617512E+04
+ -1.88142860758982752E+04 -1.86643722421656130E+04 -1.85156529346272328E+04
+ -1.83681186351966971E+04 -1.82217599016284767E+04 -1.80765673669136631E+04
+ -1.79325317386804854E+04 -1.77896437985995690E+04 -1.76478944017939721E+04
+ -1.75072744762539187E+04 -1.73677750222561699E+04 -1.72293871117880626E+04
+ -1.70921018879760813E+04 -1.69559105645190539E+04 -1.68208044251257816E+04
+ -1.66867748229572317E+04 -1.65538131800731135E+04 -1.64219109868829073E+04
+ -1.62910598016012136E+04 -1.61612512497075149E+04 -1.60324770234101870E+04
+ -1.59047288811147846E+04 -1.57779986468965999E+04 -1.56522782099773867E+04
+ -1.55275595242062664E+04 -1.54038346075447789E+04 -1.52810955415560311E+04
+ -1.51593344708978984E+04 -1.50385436028203039E+04 -1.49187152066664530E+04
+ -1.47998416133780938E+04 -1.46819152150046848E+04 -1.45649284642164712E+04
+ -1.44488738738214761E+04 -1.43337440162862968E+04 -1.42195315232607536E+04
+ -1.41062290851063117E+04 -1.39938294504282512E+04 -1.38823254256115906E+04
+ -1.37717098743606784E+04 -1.36619757172424797E+04 -1.35531159312334821E+04
+ -1.34451235492702217E+04 -1.33379916598033960E+04 -1.32317134063555077E+04
+ -1.31262819870820585E+04 -1.30216906543362347E+04 -1.29179327142370294E+04
+ -1.28150015262408688E+04 -1.27128905027165838E+04 -1.26115931085238153E+04
+ -1.25111028605947577E+04 -1.24114133275192435E+04 -1.23125181291331301E+04
+ -1.22144109361099599E+04 -1.21170854695559119E+04 -1.20205355006078626E+04
+ -1.19247548500348930E+04 -1.18297373878426315E+04 -1.17354770328811028E+04
+ -1.16419677524553772E+04 -1.15492035619396283E+04 -1.14571785243939612E+04
+ -1.13658867501845998E+04 -1.12753223966067962E+04 -1.11854796675110447E+04
+ -1.10963528129319784E+04 -1.10079361287205247E+04 -1.09202239561786828E+04
+ -1.08332106816974792E+04 -1.07468907363976487E+04 -1.06612585957732317E+04
+ -1.05763087793379891E+04 -1.04920358502746803E+04 -1.04084344150870784E+04
+ -1.03254991232547964E+04 -1.02432246668908465E+04 -1.01616057804019383E+04
+ -1.00806372401514800E+04 -1.00003138641252535E+04 -9.92063051159978022E+03
+ -9.84158208281329826E+03 -9.76316351863938507E+03 -9.68536980026316269E+03
+ -9.60819594886010418E+03 -9.53163702527737951E+03 -9.45568812971774059E+03
+ -9.38034440142595668E+03 -9.30560101837769253E+03 -9.23145319697092418E+03
+ -9.15789619171977029E+03 -9.08492529495078816E+03 -9.01253583650167820E+03
+ -8.94072318342239123E+03 -8.86948273967861496E+03 -8.79880994585763437E+03
+ -8.72870027887652213E+03 -8.65914925169266098E+03 -8.59015241301657079E+03
+ -8.52170534702702571E+03 -8.45380367308843961E+03 -8.38644304547050160E+03
+ -8.31961915307005256E+03 -8.25332771913516808E+03 -8.18756450099144968E+03
+ -8.12232528977049151E+03 -8.05760591014050351E+03 -7.99340222003910003E+03
+ -7.92971011040819940E+03 -7.86652550493104627E+03 -7.80384435977132034E+03
+ -7.74166266331433872E+03 -7.67997643591030283E+03 -7.61878172961960172E+03
+ -7.55807462796014624E+03 -7.49785124565670867E+03 -7.43810772839226411E+03
+ -7.37884025256131827E+03 -7.32004502502518335E+03 -7.26171828286923210E+03
+ -7.20385629316205632E+03 -7.14645535271656445E+03 -7.08951178785297452E+03
+ -7.03302195416369977E+03 -6.97698223628010055E+03 -6.92138904764110521E+03
+ -6.86623883026366457E+03 -6.81152805451504355E+03 -6.75725321888691724E+03
+ -6.70341084977127957E+03 -6.64999750123813010E+03 -6.59700975481493060E+03
+ -6.54444421926782343E+03 -6.49229753038459148E+03 -6.44056635075934628E+03
+ -6.38924736957893401E+03 -6.33833730241104240E+03 -6.28783289099399644E+03
+ -6.23773090302822402E+03 -6.18802813196939678E+03 -6.13872139682319994E+03
+ -6.08980754194175461E+03 -6.04128343682165269E+03 -5.99314597590360154E+03
+ -5.94539207837367485E+03 -5.89801868796612780E+03 -5.85102277276780660E+03
+ -5.80440132502409506E+03 -5.75815136094642457E+03 -5.71226992052130754E+03
+ -5.66675406732089687E+03 -5.62160088831505163E+03 -5.57680749368490069E+03
+ -5.53237101663790145E+03 -5.48828861322435296E+03 -5.44455746215539148E+03
+ -5.40117476462242030E+03 -5.35813774411798931E+03 -5.31544364625809794E+03
+ -5.27308973860590777E+03 -5.23107331049687491E+03 -5.18939167286525571E+03
+ -5.14804215807201763E+03 -5.10702211973409703E+03 -5.06632893255504041E+03
+ -5.02595999215697793E+03 -4.98591271491394582E+03 -4.94618453778652929E+03
+ -4.90677291815783155E+03 -4.86767533367074611E+03 -4.82888928206652236E+03
+ -4.79041228102460627E+03 -4.75224186800381631E+03 -4.71437560008467062E+03
+ -4.67681105381311772E+03 -4.63954582504535392E+03 -4.60257752879403779E+03
+ -4.56590379907557053E+03 -4.52952228875875153E+03 -4.49343066941448615E+03
+ -4.45762663116683325E+03 -4.42210788254510499E+03 -4.38687215033728353E+03
+ -4.35191717944446555E+03 -4.31724073273659724E+03 -4.28284059090923620E+03
+ -4.24871455234158111E+03 -4.21486043295550098E+03 -4.18127606607581129E+03
+ -4.14795930229155510E+03 -4.11490800931849390E+03 -4.08212007186257824E+03
+ -4.04959339148463732E+03 -4.01732588646600789E+03 -3.98531549167536923E+03
+ -3.95356015843651448E+03 -3.92205785439729198E+03 -3.89080656339947518E+03
+ -3.85980428534978819E+03 -3.82904903609183930E+03 -3.79853884727919194E+03
+ -3.76827176624933509E+03 -3.73824585589876369E+03 -3.70845919455895682E+03
+ -3.67890987587342534E+03 -3.64959600867568724E+03 -3.62051571686823581E+03
+ -3.59166713930246942E+03 -3.56304842965957596E+03 -3.53465775633237126E+03
+ -3.50649330230807072E+03 -3.47855326505200310E+03 -3.45083585639224793E+03
+ -3.42333930240519021E+03 -3.39606184330198812E+03 -3.36900173331594897E+03
+ -3.34215724059079685E+03 -3.31552664706983524E+03 -3.28910824838598774E+03
+ -3.26290035375272191E+03 -3.23690128585583534E+03 -3.21110938074610749E+03
+ -3.18552298773280972E+03 -3.16014046927805339E+03 -3.13496020089199465E+03
+ -3.10998057102886150E+03 -3.08519998098381620E+03 -3.06061684479063842E+03
+ -3.03622958912021977E+03 -3.01203665317987361E+03 -2.98803648861344118E+03
+ -2.96422755940219940E+03 -2.94060834176655044E+03 -2.91717732406850473E+03
+ -2.89393300671493171E+03 -2.87087390206158580E+03 -2.84799853431789916E+03
+ -2.82530543945252748E+03 -2.80279316509965383E+03 -2.78046027046603558E+03
+ -2.75830532623879299E+03 -2.73632691449393269E+03 -2.71452362860560197E+03
+ -2.69289407315606104E+03 -2.67143686384637886E+03 -2.65015062740783515E+03
+ -2.62903400151403230E+03 -2.60808563469370529E+03 -2.58730418624422691E+03
+ -2.56668832614580333E+03 -2.54623673497635127E+03 -2.52594810382705464E+03
+ -2.50582113421859594E+03 -2.48585453801804852E+03 -2.46604703735644171E+03
+ -2.44639736454697140E+03 -2.42690426200387037E+03 -2.40756648216192343E+03
+ -2.38838278739661837E+03 -2.36935194994494395E+03 -2.35047275182680596E+03
+ -2.33174398476708166E+03 -2.31316445011828591E+03 -2.29473295878385943E+03
+ -2.27644833114206585E+03 -2.25830939697049462E+03 -2.24031499537116724E+03
+ -2.22246397469623935E+03 -2.20475519247429565E+03 -2.18718751533722752E+03
+ -2.16975981894770302E+03 -2.15247098792720362E+03 -2.13531991578464340E+03
+ -2.11830550484555033E+03 -2.10142666618181784E+03 -2.08468231954200974E+03
+ -2.06807139328222502E+03 -2.05159282429751329E+03 -2.03524555795383549E+03
+ -2.01902854802056504E+03 -2.00294075660353155E+03 -1.98698115407859223E+03
+ -1.97114871902573873E+03 -1.95544243816372409E+03 -1.93986130628520800E+03
+ -1.92440432619243848E+03 -1.90907050863340669E+03 -1.89385887223856139E+03
+ -1.87876844345797440E+03 -1.86379825649906002E+03 -1.84894735326473574E+03
+ -1.83421478329213255E+03 -1.81959960369173677E+03 -1.80510087908707214E+03
+ -1.79071768155480777E+03 -1.77644909056539950E+03 -1.76229419292414650E+03
+ -1.74825208271277506E+03 -1.73432186123143197E+03 -1.72050263694119371E+03
+ -1.70679352540698301E+03 -1.69319364924098818E+03 -1.67970213804648643E+03
+ -1.66631812836216204E+03 -1.65304076360682143E+03 -1.63986919402459330E+03
+ -1.62680257663052316E+03 -1.61384007515664325E+03 -1.60098085999842942E+03
+ -1.58822410816172737E+03 -1.57556900321005992E+03 -1.56301473521239609E+03
+ -1.55056050069129287E+03 -1.53820550257149625E+03 -1.52594895012890311E+03
+ -1.51379005893997964E+03 -1.50172805083153344E+03 -1.48976215383093427E+03
+ -1.47789160211668400E+03 -1.46611563596942665E+03 -1.45443350172330406E+03
+ -1.44284445171774178E+03 -1.43134774424957868E+03 -1.41994264352561822E+03
+ -1.40862841961551590E+03 -1.39740434840508397E+03 -1.38626971154992907E+03
+ -1.37522379642949727E+03 -1.36426589610144470E+03 -1.35339530925641611E+03
+ -1.34261134017313702E+03 -1.33191329867391028E+03 -1.32130050008042417E+03
+ -1.31077226516995006E+03 -1.30032792013185576E+03 -1.28996679652449848E+03
+ -1.27968823123242578E+03 -1.26949156642395587E+03 -1.25937614950905527E+03
+ -1.24934133309759363E+03 -1.23938647495789064E+03 -1.22951093797563226E+03
+ -1.21971409011307560E+03 -1.20999530436861869E+03 -1.20035395873665175E+03
+ -1.19078943616776769E+03 -1.18130112452925414E+03 -1.17188841656592922E+03
+ -1.16255070986126975E+03 -1.15328740679885959E+03 -1.14409791452414083E+03
+ -1.13498164490647105E+03 -1.12593801450148339E+03 -1.11696644451374459E+03
+ -1.10806636075971346E+03 -1.09923719363099167E+03 -1.09047837805786958E+03
+ -1.08178935347316042E+03 -1.07316956377632505E+03 -1.06461845729788070E+03
+ -1.05613548676409414E+03 -1.04772010926195549E+03 -1.03937178620443206E+03
+ -1.03108998329599854E+03 -1.02287417049844237E+03 -1.01472382199693993E+03
+ -1.00663841616640491E+03 -9.98617435538104587E+02 -9.90660366766540960E+02
+ -9.82766700596596479E+02 -9.74935931830941740E+02 -9.67167559297703065E+02
+ -9.59461085818386778E+02 -9.51816018176059629E+02 -9.44231867083782845E+02
+ -9.36708147153298000E+02 -9.29244376863961406E+02 -9.21840078531926679E+02
+ -9.14494778279573779E+02 -9.07208006005178731E+02 -8.99979295352829013E+02
+ -8.92808183682575418E+02 -8.85694212040823459E+02 -8.78636925130959867E+02
+ -8.71635871284213067E+02 -8.64690602430747617E+02 -8.57800674070986020E+02
+ -8.50965645247161547E+02 -8.44185078515096507E+02 -8.37458539916205609E+02
+ -8.30785598949722385E+02 -8.24165828545147406E+02 -8.17598805034915245E+02
+ -8.11084108127279592E+02 -8.04621320879414611E+02 -7.98210029670730705E+02
+ -7.91849824176401967E+02 -7.85540297341105770E+02 -7.79281045352971091E+02
+ -7.73071667617734306E+02 -7.66911766733100535E+02 -7.60800948463310988E+02
+ -7.54738821713910284E+02 -7.48724998506717270E+02 -7.42759093954994114E+02
+ -7.36840726238813090E+02 -7.30969516580619938E+02 -7.25145089220993100E+02
+ -7.19367071394593040E+02 -7.13635093306306544E+02 -7.07948788107579730E+02
+ -7.02307791872938992E+02 -6.96711743576699632E+02 -6.91160285069860379E+02
+ -6.85653061057182413E+02 -6.80189719074448703E+02 -6.74769909465907631E+02
+ -6.69393285361894300E+02 -6.64059502656631025E+02 -6.58768219986203917E+02
+ -6.53519098706715795E+02 -6.48311802872613271E+02 -6.43145999215185611E+02
+ -6.38021357121235155E+02 -6.32937548611919055E+02 -6.27894248321757232E+02
+ -6.22891133477809603E+02 -6.17927883879018623E+02 -6.13004181875715631E+02
+ -6.08119712349291945E+02 -6.03274162692030586E+02 -5.98467222787099558E+02
+ -5.93698584988704170E+02 -5.88967944102397610E+02 -5.84274997365548302E+02
+ -5.79619444427963458E+02 -5.75000987332665773E+02 -5.70419330496824955E+02
+ -5.65874180692839332E+02 -5.61365247029570355E+02 -5.56892240933724224E+02
+ -5.52454876131384140E+02 -5.48052868629688078E+02 -5.43685936698653563E+02
+ -5.39353800853146254E+02 -5.35056183834993249E+02 -5.30792810595238734E+02
+ -5.26563408276539917E+02 -5.22367706195704841E+02 -5.18205435826368216E+02
+ -5.14076330781805495E+02 -5.09980126797884736E+02 -5.05916561716152557E+02
+ -5.01885375467056804E+02 -4.97886310053301429E+02 -4.93919109533335131E+02
+ -4.89983520004970217E+02 -4.86079289589133907E+02 -4.82206168413746582E+02
+ -4.78363908597731154E+02 -4.74552264235147902E+02 -4.70770991379456518E+02
+ -4.67019848027903663E+02 -4.63298594106034329E+02 -4.59606991452327350E+02
+ -4.55944803802952833E+02 -4.52311796776651192E+02 -4.48707737859732674E+02
+ -4.45132396391196494E+02 -4.41585543547968200E+02 -4.38066952330255106E+02
+ -4.34576397547018303E+02 -4.31113655801560242E+02 -4.27678505477227304E+02
+ -4.24270726723226289E+02 -4.20890101440553451E+02 -4.17536413268036938E+02
+ -4.14209447568488940E+02 -4.10908991414969194E+02 -4.07634833577157167E+02
+ -4.04386764507833732E+02 -4.01164576329469867E+02 -3.97968062820922114E+02
+ -3.94797019404235016E+02 -3.91651243131547403E+02 -3.88530532672104187E+02
+ -3.85434688299370691E+02 -3.82363511878250279E+02 -3.79316806852403772E+02
+ -3.76294378231669612E+02 -3.73296032579584335E+02 -3.70321578001002877E+02
+ -3.67370824129816754E+02 -3.64443582116771154E+02 -3.61539664617377980E+02
+ -3.58658885779926209E+02 -3.55801061233586779E+02 -3.52966008076613377E+02
+ -3.50153544864636160E+02 -3.47363491599049610E+02 -3.44595669715492420E+02
+ -3.41849902072419297E+02 -3.39126012939763768E+02 -3.36423827987691595E+02
+ -3.33743174275443607E+02 -3.31083880240267149E+02 -3.28445775686436320E+02
+ -3.25828691774359129E+02 -3.23232461009771896E+02 -3.20656917233019556E+02
+ -3.18101895608421216E+02 -3.15567232613720876E+02 -3.13052766029621694E+02
+ -3.10558334929403941E+02 -3.08083779668625766E+02 -3.05628941874905934E+02
+ -3.03193664437787618E+02 -3.00777791498683598E+02 -2.98381168440901263E+02
+ -2.96003641879746851E+02 -2.93645059652708767E+02 -2.91305270809719616E+02
+ -2.88984125603494647E+02 -2.86681475479948404E+02 -2.84397173068687096E+02
+ -2.82131072173576626E+02 -2.79883027763386110E+02 -2.77652895962506193E+02
+ -2.75440534041740193E+02 -2.73245800409170045E+02 -2.71068554601094263E+02
+ -2.68908657273037875E+02 -2.66765970190834594E+02 -2.64640356221779882E+02
+ -2.62531679325854157E+02 -2.60439804547016251E+02 -2.58364598004566346E+02
+ -2.56305926884577332E+02 -2.54263659431394956E+02 -2.52237664939204961E+02
+ -2.50227813743668378E+02 -2.48233977213622723E+02 -2.46256027742849426E+02
+ -2.44293838741907223E+02 -2.42347284630030344E+02 -2.40416240827091116E+02
+ -2.38500583745627125E+02 -2.36600190782931207E+02 -2.34714940313205091E+02
+ -2.32844711679775259E+02 -2.30989385187370772E+02 -2.29148842094462793E+02
+ -2.27322964605665163E+02 -2.25511635864195370E+02 -2.23714739944395689E+02
+ -2.21932161844313896E+02 -2.20163787478343181E+02 -2.18409503669920440E+02
+ -2.16669198144283200E+02 -2.14942759521283762E+02 -2.13230077308260974E+02
+ -2.11531041892968602E+02 -2.09845544536560112E+02 -2.08173477366629442E+02
+ -2.06514733370306885E+02 -2.04869206387410571E+02 -2.03236791103651854E+02
+ -2.01617383043895472E+02 -2.00010878565472751E+02 -1.98417174851548737E+02
+ -1.96836169904541748E+02 -1.95267762539595736E+02 -1.93711852378103629E+02
+ -1.92168339841284137E+02 -1.90637126143808104E+02 -1.89118113287476262E+02
+ -1.87611204054947194E+02 -1.86116302003515756E+02 -1.84633311458940426E+02
+ -1.83162137509320104E+02 -1.81702685999019820E+02 -1.80254863522644769E+02
+ -1.78818577419062308E+02 -1.77393735765471575E+02 -1.75980247371520335E+02
+ -1.74578021773468947E+02 -1.73186969228400415E+02 -1.71807000708477176E+02
+ -1.70438027895242868E+02 -1.69079963173970100E+02 -1.67732719628053246E+02
+ -1.66396211033445525E+02 -1.65070351853140551E+02 -1.63755057231698402E+02
+ -1.62450242989814200E+02 -1.61155825618931175E+02 -1.59871722275895706E+02
+ -1.58597850777655594E+02 -1.57334129596000082E+02 -1.56080477852342199E+02
+ -1.54836815312542484E+02 -1.53603062381773810E+02 -1.52379140099427559E+02
+ -1.51164970134059843E+02 -1.49960474778378483E+02 -1.48765576944269526E+02
+ -1.47580200157863771E+02 -1.46404268554642272E+02 -1.45237706874581050E+02
+ -1.44080440457334362E+02 -1.42932395237456490E+02 -1.41793497739661547E+02
+ -1.40663675074120874E+02 -1.39542854931798246E+02 -1.38430965579821986E+02
+ -1.37327935856894015E+02 -1.36233695168735636E+02 -1.35148173483569195E+02
+ -1.34071301327636405E+02 -1.33003009780751682E+02 -1.31943230471891411E+02
+ -1.30891895574818051E+02 -1.29848937803739346E+02 -1.28814290409001927E+02
+ -1.27787887172819381E+02 -1.26769662405034268E+02 -1.25759550938913875E+02
+ -1.24757488126979595E+02 -1.23763409836869442E+02 -1.22777252447233479E+02
+ -1.21798952843662235E+02 -1.20828448414647085E+02 -1.19865677047573342E+02
+ -1.18910577124744904E+02 -1.17963087519440663E+02 -1.17023147592002474E+02
+ -1.16090697185954170E+02 -1.15165676624151502E+02 -1.14248026704962726E+02
+ -1.13337688698479809E+02 -1.12434604342759599E+02 -1.11538715840095094E+02
+ -1.10649965853316317E+02 -1.09768297502120788E+02 -1.08893654359433015E+02
+ -1.08025980447793359E+02 -1.07165220235775323E+02 -1.06311318634431501E+02
+ -1.05464220993767981E+02 -1.04623873099246580E+02 -1.03790221168315213E+02
+ -1.02963211846965777E+02 -1.02142792206319371E+02 -1.01328909739239009E+02
+ -1.00521512356968941E+02 -9.97205483858011519E+01 -9.89259665637680854E+01
+ -9.81377160373618835E+01 -9.73557463582798164E+01 -9.65800074801955049E+01
+ -9.58104497555560073E+01 -9.50470239324042154E+01 -9.42896811512268727E+01
+ -9.35383729418274896E+01 -9.27930512202242141E+01 -9.20536682855724848E+01
+ -9.13201768171120705E+01 -9.05925298711386375E+01 -8.98706808779992912E+01
+ -8.91545836391120332E+01 -8.84441923240091938E+01 -8.77394614674040838E+01
+ -8.70403459662813788E+01 -8.63468010770103405E+01 -8.56587824124813295E+01
+ -8.49762459392649987E+01 -8.42991479747940531E+01 -8.36274451845676623E+01
+ -8.29610945793779848E+01 -8.23000535125588328E+01 -8.16442796772562929E+01
+ -8.09937311037210890E+01 -8.03483661566224185E+01 -7.97081435323834029E+01
+ -7.90730222565375840E+01 -7.84429616811064960E+01 -7.78179214819982548E+01
+ -7.71978616564267526E+01 -7.65827425203515304E+01 -7.59725247059379143E+01
+ -7.53671691590374877E+01 -7.47666371366886295E+01 -7.41708902046368905E+01
+ -7.35798902348753074E+01 -7.29935994032041151E+01 -7.24119801868098989E+01
+ -7.18349953618643013E+01 -7.12626080011416292E+01 -7.06947814716554319E+01
+ -7.01314794323138813E+01 -6.95726658315942785E+01 -6.90183049052353965E+01
+ -6.84683611739487645E+01 -6.79227994411478733E+01 -6.73815847906955554E+01
+ -6.68446825846694708E+01 -6.63120584611451704E+01 -6.57836783319969527E+01
+ -6.52595083807161842E+01 -6.47395150602470864E+01 -6.42236650908396456E+01
+ -6.37119254579197261E+01 -6.32042634099761713E+01 -6.27006464564646322E+01
+ -6.22010423657281777E+01 -6.17054191629344544E+01 -6.12137451280293163E+01
+ -6.07259887937067120E+01 -6.02421189433947575E+01 -5.97621046092578680E+01
+ -5.92859150702148057E+01 -5.88135198499725433E+01 -5.83448887150757329E+01
+ -5.78799916729717907E+01 -5.74187989700913306E+01 -5.69612810899439523E+01
+ -5.65074087512291499E+01 -5.60571529059623259E+01 -5.56104847376157068E+01
+ -5.51673756592740361E+01 -5.47277973118050696E+01 -5.42917215620445290E+01
+ -5.38591205009955729E+01 -5.34299664420426197E+01 -5.30042319191794320E+01
+ -5.25818896852512196E+01 -5.21629127102108612E+01 -5.17472741793889313E+01
+ -5.13349474917775765E+01 -5.09259062583280695E+01 -5.05201243002618483E+01
+ -5.01175756473950784E+01 -4.97182345364765723E+01 -4.93220754095389395E+01
+ -4.89290729122628107E+01 -4.85392018923542352E+01 -4.81524373979348397E+01
+ -4.77687546759449972E+01 -4.73881291705595018E+01 -4.70105365216161175E+01
+ -4.66359525630564065E+01 -4.62643533213791756E+01 -4.58957150141061092E+01
+ -4.55300140482597158E+01 -4.51672270188533531E+01 -4.48073307073933194E+01
+ -4.44503020803928095E+01 -4.40961182878978661E+01 -4.37447566620248409E+01
+ -4.33961947155097718E+01 -4.30504101402690935E+01 -4.27073808059719653E+01
+ -4.23670847586238892E+01 -4.20295002191617115E+01 -4.16946055820596513E+01
+ -4.13623794139466270E+01 -4.10328004522344898E+01 -4.07058476037571850E+01
+ -4.03814999434208204E+01 -4.00597367128644066E+01 -3.97405373191313771E+01
+ -3.94238813333515665E+01 -3.91097484894338052E+01 -3.87981186827688589E+01
+ -3.84889719689427210E+01 -3.81822885624602080E+01 -3.78780488354785945E+01
+ -3.75762333165515301E+01 -3.72768226893827617E+01 -3.69797977915899736E+01
+ -3.66851396134783059E+01 -3.63928292968237841E+01 -3.61028481336663845E+01
+ -3.58151775651126627E+01 -3.55297991801480464E+01 -3.52466947144584921E+01
+ -3.49658460492615646E+01 -3.46872352101468167E+01 -3.44108443659254633E+01
+ -3.41366558274891077E+01 -3.38646520466777261E+01 -3.35948156151564987E+01
+ -3.33271292633016856E+01 -3.30615758590953988E+01 -3.27981384070291497E+01
+ -3.25368000470160652E+01 -3.22775440533119209E+01 -3.20203538334445952E+01
+ -3.17652129271522590E+01 -3.15121050053298077E+01 -3.12610138689838521E+01
+ -3.10119234481959616E+01 -3.07648178010941784E+01 -3.05196811128327461E+01
+ -3.02764976945799411E+01 -3.00352519825139908E+01 -2.97959285368269740E+01
+ -2.95585120407366801E+01 -2.93229872995063232E+01 -2.90893392394720642E+01
+ -2.88575529070783219E+01 -2.86276134679206891E+01 -2.83995062057965875E+01
+ -2.81732165217633757E+01 -2.79487299332040351E+01 -2.77260320729002707E+01
+ -2.75051086881130118E+01 -2.72859456396702278E+01 -2.70685289010619989E+01
+ -2.68528445575428520E+01 -2.66388788052411769E+01 -2.64266179502757979E+01
+ -2.62160484078795335E+01 -2.60071567015298086E+01 -2.57999294620861086E+01
+ -2.55943534269343793E+01 -2.53904154391381986E+01 -2.51881024465967549E+01
+ -2.49874015012094297E+01 -2.47882997580472342E+01 -2.45907844745306434E+01
+ -2.43948430096140960E+01 -2.42004628229769558E+01 -2.40076314742209256E+01
+ -2.38163366220738695E+01 -2.36265660235999562E+01 -2.34383075334160971E+01
+ -2.32515491029146766E+01 -2.30662787794923858E+01 -2.28824847057852878E+01
+ -2.27001551189099331E+01 -2.25192783497105253E+01 -2.23398428220120948E+01
+ -2.21618370518796262E+01 -2.19852496468830587E+01 -2.18100693053682129E+01
+ -2.16362848157334291E+01 -2.14638850557120549E+01 -2.12928589916605979E+01
+ -2.11231956778525856E+01 -2.09548842557780262E+01 -2.07879139534484487E+01
+ -2.06222740847075130E+01 -2.04579540485470908E+01 -2.02949433284287650E+01
+ -2.01332314916108146E+01 -1.99728081884804887E+01 -1.98136631518916246E+01
+ -1.96557861965075560E+01 -1.94991672181492568E+01 -1.93437961931486448E+01
+ -1.91896631777070930E+01 -1.90367583072590030E+01 -1.88850717958404708E+01
+ -1.87345939354629891E+01 -1.85853150954921311E+01 -1.84372257220311901E+01
+ -1.82903163373097080E+01 -1.81445775390769235E+01 -1.80000000000000000E+01
+ -1.78565744670670909E+01 -1.77142917609951311E+01 -1.75731427756423670E+01
+ -1.74331184774255554E+01 -1.72942099047418196E+01 -1.71564081673950817E+01
+ -1.70197044460271343E+01 -1.68840899915531288E+01 -1.67495561246016997E+01
+ -1.66160942349594443E+01 -1.64836957810198612E+01 -1.63523522892367090E+01
+ -1.62220553535816840E+01 -1.60927966350064260E+01 -1.59645678609088346E+01
+ -1.58373608246035857E+01 -1.57111673847969460E+01 -1.55859794650656891E+01
+ -1.54617890533402207E+01 -1.53385882013918007E+01 -1.52163690243238552E+01
+ -1.50951237000673295E+01 -1.49748444688800895E+01 -1.48555236328502822E+01
+ -1.47371535554036690E+01 -1.46197266608148997E+01 -1.45032354337226330E+01
+ -1.43876724186485703E+01 -1.42730302195203009E+01 -1.41593014991979587E+01
+ -1.40464789790046130E+01 -1.39345554382604675E+01 -1.38235237138207072E+01
+ -1.37133766996170721E+01 -1.36041073462030546E+01 -1.34957086603027410E+01
+ -1.33881737043632292E+01 -1.32814955961106378E+01 -1.31756675081096226E+01
+ -1.30706826673264338E+01 -1.29665343546954208E+01 -1.28632159046890298E+01
+ -1.27607207048911899E+01 -1.26590421955741341E+01 -1.25581738692785549E+01
+ -1.24581092703971432E+01 -1.23588419947614163E+01 -1.22603656892318433E+01
+ -1.21626740512912637E+01 -1.20657608286415030E+01 -1.19696198188032294E+01
+ -1.18742448687189999E+01 -1.17796298743594487E+01 -1.16857687803326495E+01
+ -1.15926555794965402E+01 -1.15002843125744878E+01 -1.14086490677738794E+01
+ -1.13177439804077675E+01 -1.12275632325195325E+01 -1.11381010525105300E+01
+ -1.10493517147707028E+01 -1.09613095393121398E+01 -1.08739688914055588E+01
+ -1.07873241812196863E+01 -1.07013698634634942E+01 -1.06161004370313030E+01
+ -1.05315104446507206E+01 -1.04475944725333569E+01 -1.03643471500283582E+01
+ -1.02817631492786621E+01 -1.01998371848800389E+01 -1.01185640135427981E+01
+ -1.00379384337562367E+01 -9.95795528545572495E+00 -9.87860944969247079E+00
+ -9.79989584830590488E+00 -9.72180944359866572E+00 -9.64434523801420340E+00
+ -9.56749827381691631E+00 -9.49126363277486895E+00 -9.41563643584500909E+00
+ -9.34061184286091972E+00 -9.26618505222304556E+00 -9.19235130059137617E+00
+ -9.11910586258061429E+00 -9.04644405045771371E+00 -8.97436121384190066E+00
+ -8.90285273940702737E+00 -8.83191405058632384E+00 -8.76154060727949258E+00
+ -8.69172790556213926E+00 -8.62247147739752151E+00 -8.55376689035060167E+00
+ -8.48560974730435902E+00 -8.41799568617836869E+00 -8.35092037964964184E+00
+ -8.28437953487566858E+00 -8.21836889321966702E+00 -8.15288422997804041E+00
+ -8.08792135410998903E+00 -8.02347610796928556E+00 -7.95954436703817692E+00
+ -7.89612203966342285E+00 -7.83320506679442197E+00 -7.77078942172343456E+00
+ -7.70887110982787416E+00 -7.64744616831464352E+00 -7.58651066596651713E+00
+ -7.52606070289054951E+00 -7.46609241026846426E+00 -7.40660195010907074E+00
+ -7.34758551500260992E+00 -7.28903932787708886E+00 -7.23095964175654871E+00
+ -7.17334273952125567E+00 -7.11618493366979621E+00 -7.05948256608308977E+00
+ -7.00323200779025434E+00 -6.94742965873635843E+00 -6.89207194755201602E+00
+ -6.83715533132481657E+00 -6.78267629537257566E+00 -6.72863135301839588E+00
+ -6.67501704536752172E+00 -6.62182994108596201E+00 -6.56906663618088160E+00
+ -6.51672375378277380E+00 -6.46479794392927687E+00 -6.41328588335085836E+00
+ -6.36218427525803687E+00 -6.31148984913047251E+00 -6.26119936050756909E+00
+ -6.21130959078090772E+00 -6.16181734698817785E+00 -6.11271946160890423E+00
+ -6.06401279236164203E+00 -6.01569422200295634E+00 -5.96776065812782885E+00
+ -5.92020903297183221E+00 -5.87303630321470571E+00 -5.82623944978566044E+00
+ -5.77981547767008674E+00 -5.73376141571794040E+00 -5.68807431645351969E+00
+ -5.64275125588689530E+00 -5.59778933332670015E+00 -5.55318567119456308E+00
+ -5.50893741484086696E+00 -5.46504173236211610E+00 -5.42149581441964212E+00
+ -5.37829687405982249E+00 -5.33544214653574755E+00 -5.29292888913020931E+00
+ -5.25075438098024172E+00 -5.20891592290290983E+00 -5.16741083722263372E+00
+ -5.12623646759974338E+00 -5.08539017886054712E+00 -5.04486935682860604E+00
+ -5.00467140815749811E+00 -4.96479376016476692E+00 -4.92523386066734759E+00
+ -4.88598917781815345E+00 -4.84705719994410256E+00 -4.80843543538530582E+00
+ -4.77012141233566478E+00 -4.73211267868460883E+00 -4.69440680186022874E+00
+ -4.65700136867352033E+00 -4.61989398516400840E+00 -4.58308227644646582E+00
+ -4.54656388655898702E+00 -4.51033647831213536E+00 -4.47439773313943778E+00
+ -4.43874535094891431E+00 -4.40337704997595658E+00 -4.36829056663721182E+00
+ -4.33348365538578584E+00 -4.29895408856746108E+00 -4.26469965627819381E+00
+ -4.23071816622260766E+00 -4.19700744357375477E+00 -4.16356533083386449E+00
+ -4.13038968769632220E+00 -4.09747839090862698E+00 -4.06482933413656777E+00
+ -4.03244042782934908E+00 -4.00030959908592898E+00 -3.96843479152228529E+00
+ -3.93681396513986748E+00 -3.90544509619498070E+00 -3.87432617706931826E+00
+ -3.84345521614142083E+00 -3.81283023765926599E+00 -3.78244928161376270E+00
+ -3.75231040361336987E+00 -3.72241167475959100E+00 -3.69275118152359028E+00
+ -3.66332702562366208E+00 -3.63413732390379884E+00 -3.60518020821311369E+00
+ -3.57645382528633116E+00 -3.54795633662512611E+00 -3.51968591838050981E+00
+ -3.49164076123605227E+00 -3.46381907029213609E+00 -3.43621906495103158E+00
+ -3.40883897880298870E+00 -3.38167705951313602E+00 -3.35473156870938016E+00
+ -3.32800078187110016E+00 -3.30148298821882502E+00 -3.27517649060469918E+00
+ -3.24907960540390661E+00 -3.22319066240687624E+00 -3.19750800471243002E+00
+ -3.17202998862169805E+00 -3.14675498353296534E+00 -3.12168137183726824E+00
+ -3.09680754881491049E+00 -3.07213192253271705E+00 -3.04765291374219416E+00
+ -3.02336895577841291E+00 -2.99927849445978678E+00 -2.97537998798855563E+00
+ -2.95167190685215974E+00 -2.92815273372530349E+00 -2.90482096337288942E+00
+ -2.88167510255364023E+00 -2.85871366992457254E+00 -2.83593519594615229E+00
+ -2.81333822278827927E+00 -2.79092130423694629E+00 -2.76868300560172775E+00
+ -2.74662190362390746E+00 -2.72473658638543981E+00 -2.70302565321854171E+00
+ -2.68148771461608870E+00 -2.66012139214265009E+00 -2.63892531834630262E+00
+ -2.61789813667108007E+00 -2.59703850137018710E+00 -2.57634507741983443E+00
+ -2.55581654043383599E+00 -2.53545157657880749E+00 -2.51524888249012113E+00
+ -2.49520716518844932E+00 -2.47532514199705389E+00 -2.45560154045965406E+00
+ -2.43603509825902842E+00 -2.41662456313618890E+00 -2.39736869281027065E+00
+ -2.37826625489899168E+00 -2.35931602683981367E+00 -2.34051679581166416E+00
+ -2.32186735865734883E+00 -2.30336652180651624E+00 -2.28501310119930023E+00
+ -2.26680592221050992E+00 -2.24874381957448310E+00 -2.23082563731047845E+00
+ -2.21305022864872214E+00 -2.19541645595698487E+00 -2.17792319066780227E+00
+ -2.16056931320621892E+00 -2.14335371291816079E+00 -2.12627528799932453E+00
+ -2.10933294542469429E+00 -2.09252560087855466E+00 -2.07585217868512517E+00
+ -2.05931161173968702E+00 -2.04290284144031675E+00 -2.02662481762010804E+00
+ -2.01047649847998589E+00 -1.99445685052200772E+00 -1.97856484848324232E+00
+ -1.96279947527012788E+00 -1.94715972189340469E+00 -1.93164458740351397E+00
+ -1.91625307882655038E+00 -1.90098421110071736E+00 -1.88583700701326196E+00
+ -1.87081049713795933E+00 -1.85590371977304147E+00 -1.84111572087967557E+00
+ -1.82644555402087816E+00 -1.81189228030096916E+00 -1.79745496830545726E+00
+ -1.78313269404145269E+00 -1.76892454087850703E+00 -1.75482959948997541E+00
+ -1.74084696779479065E+00 -1.72697575089975852E+00 -1.71321506104225652E+00
+ -1.69956401753344299E+00 -1.68602174670186766E+00 -1.67258738183758071E+00
+ -1.65926006313663987E+00 -1.64603893764610443E+00 -1.63292315920942444E+00
+ -1.61991188841230893E+00 -1.60700429252898069E+00 -1.59419954546890197E+00
+ -1.58149682772388500E+00 -1.56889532631566397E+00 -1.55639423474384198E+00
+ -1.54399275293429628E+00 -1.53169008718795352E+00 -1.51948545013001124E+00
+ -1.50737806065952662E+00 -1.49536714389944625E+00 -1.48345193114699270E+00
+ -1.47163165982448807E+00 -1.45990557343052751E+00 -1.44827292149158438E+00
+ -1.43673295951395907E+00 -1.42528494893615121E+00 -1.41392815708157094E+00
+ -1.40266185711166869E+00 -1.39148532797939462E+00 -1.38039785438307550E+00
+ -1.36939872672061136E+00 -1.35848724104408203E+00 -1.34766269901467473E+00
+ -1.33692440785801026E+00 -1.32627168031978426E+00 -1.31570383462180263E+00
+ -1.30522019441832904E+00 -1.29482008875281673E+00 -1.28450285201494840E+00
+ -1.27426782389805582E+00 -1.26411434935684164E+00 -1.25404177856547361E+00
+ -1.24404946687597873E+00 -1.23413677477700290E+00 -1.22430306785286347E+00
+ -1.21454771674296480E+00 -1.20487009710150228E+00 -1.19526958955751939E+00
+ -1.18574557967525251E+00 -1.17629745791482221E+00 -1.16692461959320681E+00
+ -1.15762646484555853E+00 -1.14840239858679549E+00 -1.13925183047353329E+00
+ -1.13017417486628435E+00 -1.12116885079199635E+00 -1.11223528190684973E+00
+ -1.10337289645939118E+00 -1.09458112725392254E+00 -1.08585941161421817E+00
+ -1.07720719134749587E+00 -1.06862391270870916E+00 -1.06010902636509163E+00
+ -1.05166198736101490E+00 -1.04328225508309536E+00 -1.03496929322561071E+00
+ -1.02672256975616105E+00 -1.01854155688163273E+00 -1.01042573101440625E+00
+ -1.00237457273885910E+00 -9.94387566778109799E-01 -9.86464201961054776E-01
+ -9.78603971189637156E-01 -9.70806371406408353E-01 -9.63070903562317171E-01
+ -9.55397072584784346E-01 -9.47784387346005008E-01 -9.40232360631528707E-01
+ -9.32740509109064253E-01 -9.25308353297560560E-01 -9.17935417536505649E-01
+ -9.10621229955497213E-01 -9.03365322444030450E-01 -8.96167230621550903E-01
+ -8.89026493807722251E-01 -8.81942654992953545E-01 -8.74915260809140061E-01
+ -8.67943861500658387E-01 -8.61028010895569906E-01 -8.54167266377078405E-01
+ -8.47361188855189962E-01 -8.40609342738623089E-01 -8.33911295906918482E-01
+ -8.27266619682795690E-01 -8.20674888804705405E-01 -8.14135681399624445E-01
+ -8.07648578956043917E-01 -8.01213166297195856E-01 -7.94829031554470822E-01
+ -7.88495766141068977E-01 -7.82212964725838900E-01 -7.75980225207348995E-01
+ -7.69797148688139199E-01 -7.63663339449204948E-01 -7.57578404924658222E-01
+ -7.51541955676615525E-01 -7.45553605370261496E-01 -7.39612970749135346E-01
+ -7.33719671610591151E-01 -7.27873330781474648E-01 -7.22073574093974879E-01
+ -7.16320030361686677E-01 -7.10612331355844784E-01 -7.04950111781767141E-01
+ -6.99333009255467042E-01 -6.93760664280464123E-01 -6.88232720224780659E-01
+ -6.82748823298107599E-01 -6.77308622529172344E-01 -6.71911769743266052E-01
+ -6.66557919539970900E-01 -6.61246729271044220E-01 -6.55977859018498033E-01
+ -6.50750971572835457E-01 -6.45565732411478077E-01 -6.40421809677347409E-01
+ -6.35318874157635105E-01 -6.30256599262723816E-01 -6.25234661005294456E-01
+ -6.20252737979582136E-01 -6.15310511340815047E-01 -6.10407664784799242E-01
+ -6.05543884527683485E-01 -6.00718859285869211E-01 -5.95932280256096125E-01
+ -5.91183841095670348E-01 -5.86473237902866984E-01 -5.81800169197471684E-01
+ -5.77164335901494185E-01 -5.72565441320019186E-01 -5.68003191122225859E-01
+ -5.63477293322542039E-01 -5.58987458261965942E-01 -5.54533398589519111E-01
+ -5.50114829243864123E-01 -5.45731467435052631E-01 -5.41383032626434835E-01
+ -5.37069246516696408E-01 -5.32789833022056292E-01 -5.28544518258587837E-01
+ -5.24333030524699040E-01 -5.20155100283735683E-01 -5.16010460146738015E-01
+ -5.11898844855320889E-01 -5.07819991264703785E-01 -5.03773638326863060E-01
+ -4.99759527073831311E-01 -4.95777400601116192E-01 -4.91827004051266281E-01
+ -4.87908084597552028E-01 -4.84020391427792518E-01 -4.80163675728296213E-01
+ -4.76337690667943570E-01 -4.72542191382383125E-01 -4.68776934958366642E-01
+ -4.65041680418196268E-01 -4.61336188704308092E-01 -4.57660222663965943E-01
+ -4.54013547034089970E-01 -4.50395928426193748E-01 -4.46807135311453163E-01
+ -4.43246938005882107E-01 -4.39715108655639508E-01 -4.36211421222439832E-01
+ -4.32735651469093041E-01 -4.29287576945146909E-01 -4.25866976972656408E-01
+ -4.22473632632054341E-01 -4.19107326748146214E-01 -4.15767843876204690E-01
+ -4.12454970288187783E-01 -4.09168493959053525E-01 -4.05908204553196428E-01
+ -4.02673893410980421E-01
+                             </PP_AE_VLOC> 
+                                      </PP_PAW> 
+ <PP_GIPAW gipaw_data_format="2">
+  <PP_GIPAW_CORE_ORBITALS number_of_core_orbitals=" 0">
+  </PP_GIPAW_CORE_ORBITALS>
+ </PP_GIPAW>
+</UPF> 
diff --git a/example/Li/lda/Li.LDA-PW-paw.abinit b/example/Li/lda/Li.LDA-PW-paw.abinit
new file mode 100644
index 0000000..fd35d5f
--- /dev/null
+++ b/example/Li/lda/Li.LDA-PW-paw.abinit
@@ -0,0 +1,6830 @@
+Paw atomic data for element Li - Generated by atompaw v4.0.0.0 & AtomPAW2Abinit v3.4.1
+   3.000   3.000 20130721               : zatom,zion,pspdat
+  7       7  1 0  1526 0.               : pspcod,pspxc,lmax,lloc,mmax,r2well
+ paw5 1341                              : pspfmt,creatorID
+  3  5                                  : basis_size,lmn_size
+ 0 0 1                                  : orbitals
+ 4                                      : number_of_meshes
+ 1 2 1526 3.3333333333333337E-06 8.6083539864798813E-03 : mesh 1, type,size,rad_step[,log_step]
+ 2 2 1521 3.3333333333333337E-06 8.6083539864798813E-03 : mesh 2, type,size,rad_step[,log_step]
+ 3 2 1733 3.3333333333333337E-06 8.6083539864798813E-03 : mesh 3, type,size,rad_step[,log_step]
+ 4 2 1822 3.3333333333333337E-06 8.6083539864798813E-03 : mesh 4, type,size,rad_step[,log_step]
+  1.6050553293                          : r_cut(PAW)
+ 2 0.                                   : shape_type,rshape
+===== PHI 1 =====   [phi(r)=PHI(r)/r*Ylm(th,ph)]
+ 1  : radial mesh index
+  0.0000000000000000E+00  2.6386852374994818E-07  5.3001827987852874E-07
+  7.9846899000596768E-07  1.0692405462420653E-06  1.3423530126599243E-06
+  1.6178266267824143E-06  1.8956818010814842E-06  2.1759391244904294E-06
+  2.4586193639292325E-06  2.7437434658430867E-06  3.0313325577542137E-06
+  3.3214079498270951E-06  3.6139911364472292E-06  3.9091037978135367E-06
+  4.2067678015445224E-06  4.5070052042983174E-06  4.8098382534067357E-06
+  5.1152893885234367E-06  5.4233812432863372E-06  5.7341366469943955E-06
+  6.0475786262988803E-06  6.3637304069092536E-06  6.6826154153138129E-06
+  7.0042572805151790E-06  7.3286798357808031E-06  7.6559071204085878E-06
+  7.9859633815077746E-06  8.3188730757952190E-06  8.6546608714071937E-06
+  8.9933516497268411E-06  9.3349705072274210E-06  9.6795427573314984E-06
+  1.0027093932286183E-05  1.0377649785054582E-05  1.0731236291223593E-05
+  1.1087879650928200E-05  1.1447606290792364E-05  1.1810442865886741E-05
+  1.2176416261703258E-05  1.2545553596146803E-05  1.2917882221544083E-05
+  1.3293429726669885E-05  1.3672223938790792E-05  1.4054292925726633E-05
+  1.4439664997929680E-05  1.4828368710581860E-05  1.5220432865710047E-05
+  1.5615886514319672E-05  1.6014758958546755E-05  1.6417079753828499E-05
+  1.6822878711092732E-05  1.7232185898966167E-05  1.7645031646001793E-05
+  1.8061446542925529E-05  1.8481461444902242E-05  1.8905107473821420E-05
+  1.9332416020602486E-05  1.9763418747520159E-05  2.0198147590549800E-05
+  2.0636634761733105E-05  2.1078912751564174E-05  2.1525014331396263E-05
+  2.1974972555869257E-05  2.2428820765358215E-05  2.2886592588442943E-05
+  2.3348321944399065E-05  2.3814043045710448E-05  2.4283790400603486E-05
+  2.4757598815603210E-05  2.5235503398111456E-05  2.5717539559007372E-05
+  2.6203743015270366E-05  2.6694149792625700E-05  2.7188796228212982E-05
+  2.7687718973277708E-05  2.8190954995885993E-05  2.8698541583662871E-05
+  2.9210516346554177E-05  2.9726917219612280E-05  3.0247782465805972E-05
+  3.0773150678854524E-05  3.1303060786086290E-05  3.1837552051322042E-05
+  3.2376664077783143E-05  3.2920436811024875E-05  3.3468910541895130E-05
+  3.4022125909518631E-05  3.4580123904307012E-05  3.5142945870994745E-05
+  3.5710633511701508E-05  3.6283228889020772E-05  3.6860774429135331E-05
+  3.7443312924959539E-05  3.8030887539308771E-05  3.8623541808096292E-05
+  3.9221319643557746E-05  3.9824265337503390E-05  4.0432423564598619E-05
+  4.1045839385672620E-05  4.1664558251055815E-05  4.2288626003945945E-05
+  4.2918088883803378E-05  4.3552993529775654E-05  4.4193386984151689E-05
+  4.4839316695845792E-05  4.5490830523911735E-05  4.6147976741087239E-05
+  4.6810804037369054E-05  4.7479361523618954E-05  4.8153698735200828E-05
+  4.8833865635649185E-05  4.9519912620369464E-05  5.0211890520370129E-05
+  5.0909850606027193E-05  5.1613844590881088E-05  5.2323924635466473E-05
+  5.3040143351175047E-05  5.3762553804151712E-05  5.4491209519224457E-05
+  5.5226164483868125E-05  5.5967473152202519E-05  5.6715190449024879E-05
+  5.7469371773877364E-05  5.8230073005149516E-05  5.8997350504216306E-05
+  5.9771261119611808E-05  6.0551862191238940E-05  6.1339211554615639E-05
+  6.2133367545157608E-05  6.2934389002498132E-05  6.3742335274845200E-05
+  6.4557266223376201E-05  6.5379242226670673E-05  6.6208324185181128E-05
+  6.7044573525742865E-05  6.7888052206122358E-05  6.8738822719605080E-05
+  6.9596948099623091E-05  7.0462491924422262E-05  7.1335518321770087E-05
+  7.2216091973704072E-05  7.3104278121321136E-05  7.4000142569608283E-05
+  7.4903751692315161E-05  7.5815172436868581E-05  7.6734472329329471E-05
+  7.7661719479392731E-05  7.8596982585430139E-05  7.9540330939577026E-05
+  8.0491834432862527E-05  8.1451563560384438E-05  8.2419589426528742E-05
+  8.3395983750233926E-05  8.4380818870301091E-05  8.5374167750749800E-05
+  8.6376103986220067E-05  8.7386701807421117E-05  8.8406036086627224E-05
+  8.9434182343220775E-05  9.0471216749283555E-05  9.1517216135235995E-05
+  9.2572257995525287E-05  9.3636420494362497E-05  9.4709782471509343E-05
+  9.5792423448114877E-05  9.6884423632602511E-05  9.7985863926607964E-05
+  9.9096825930968394E-05  1.0021739195176337E-04  1.0134764500640770E-04
+  1.0248766882979731E-04  1.0363754788050779E-04  1.0479736734704671E-04
+  1.0596721315415967E-04  1.0714717196919118E-04  1.0833733120849991E-04
+  1.0953777904392993E-04  1.1074860440933735E-04  1.1196989700717336E-04
+  1.1320174731512446E-04  1.1444424659280948E-04  1.1569748688853494E-04
+  1.1696156104610831E-04  1.1823656271171037E-04  1.1952258634082669E-04
+  1.2081972720523892E-04  1.2212808140007680E-04  1.2344774585093055E-04
+  1.2477881832102501E-04  1.2612139741845549E-04  1.2747558260348615E-04
+  1.2884147419591150E-04  1.3021917338248125E-04  1.3160878222438920E-04
+  1.3301040366482704E-04  1.3442414153660322E-04  1.3585010056982734E-04
+  1.3728838639966127E-04  1.3873910557413675E-04  1.4020236556204103E-04
+  1.4167827476086977E-04  1.4316694250484930E-04  1.4466847907302778E-04
+  1.4618299569743606E-04  1.4771060457131936E-04  1.4925141885743958E-04
+  1.5080555269644970E-04  1.5237312121533969E-04  1.5395424053595623E-04
+  1.5554902778359538E-04  1.5715760109566941E-04  1.5878007963044874E-04
+  1.6041658357587881E-04  1.6206723415847349E-04  1.6373215365228494E-04
+  1.6541146538795112E-04  1.6710529376182123E-04  1.6881376424515948E-04
+  1.7053700339342902E-04  1.7227513885565552E-04  1.7402829938387162E-04
+  1.7579661484264260E-04  1.7758021621867482E-04  1.7937923563050647E-04
+  1.8119380633828226E-04  1.8302406275361234E-04  1.8487014044951620E-04
+  1.8673217617045236E-04  1.8861030784243454E-04  1.9050467458323558E-04
+  1.9241541671267834E-04  1.9434267576301669E-04  1.9628659448940464E-04
+  1.9824731688045685E-04  2.0022498816889983E-04  2.0221975484231499E-04
+  2.0423176465397428E-04  2.0626116663376943E-04  2.0830811109923532E-04
+  2.1037274966666884E-04  2.1245523526234252E-04  2.1455572213381665E-04
+  2.1667436586134681E-04  2.1881132336939183E-04  2.2096675293821946E-04
+  2.2314081421561302E-04  2.2533366822867840E-04  2.2754547739575358E-04
+  2.2977640553841966E-04  2.3202661789361692E-04  2.3429628112586425E-04
+  2.3658556333958441E-04  2.3889463409153540E-04  2.4122366440334892E-04
+  2.4357282677417723E-04  2.4594229519344876E-04  2.4833224515373377E-04
+  2.5074285366372123E-04  2.5317429926130654E-04  2.5562676202679367E-04
+  2.5810042359620947E-04  2.6059546717473409E-04  2.6311207755024598E-04
+  2.6565044110698469E-04  2.6821074583933106E-04  2.7079318136570535E-04
+  2.7339793894258659E-04  2.7602521147865176E-04  2.7867519354903719E-04
+  2.8134808140972266E-04  2.8404407301203967E-04  2.8676336801730466E-04
+  2.8950616781157803E-04  2.9227267552055101E-04  2.9506309602456013E-04
+  2.9787763597373146E-04  3.0071650380325505E-04  3.0357990974879133E-04
+  3.0646806586200976E-04  3.0938118602626184E-04  3.1231948597238877E-04
+  3.1528318329466576E-04  3.1827249746688271E-04  3.2128764985856503E-04
+  3.2432886375133237E-04  3.2739636435539984E-04  3.3049037882622008E-04
+  3.3361113628126946E-04  3.3675886781697848E-04  3.3993380652580870E-04
+  3.4313618751347541E-04  3.4636624791631982E-04  3.4962422691883023E-04
+  3.5291036577131477E-04  3.5622490780772508E-04  3.5956809846363470E-04
+  3.6294018529437182E-04  3.6634141799330773E-04  3.6977204841030347E-04
+  3.7323233057031459E-04  3.7672252069215673E-04  3.8024287720743260E-04
+  3.8379366077962102E-04  3.8737513432333200E-04  3.9098756302372587E-04
+  3.9463121435610068E-04  3.9830635810564758E-04  4.0201326638737641E-04
+  4.0575221366621309E-04  4.0952347677726954E-04  4.1332733494628767E-04
+  4.1716406981026090E-04  4.2103396543823133E-04  4.2493730835226686E-04
+  4.2887438754861846E-04  4.3284549451905988E-04  4.3685092327240999E-04
+  4.4089097035624196E-04  4.4496593487877733E-04  4.4907611853096978E-04
+  4.5322182560877830E-04  4.5740336303563215E-04  4.6162104038508878E-04
+  4.6587516990368702E-04  4.7016606653399668E-04  4.7449404793786613E-04
+  4.7885943451987000E-04  4.8326254945095911E-04  4.8770371869231213E-04
+  4.9218327101939474E-04  4.9670153804622335E-04  5.0125885424983870E-04
+  5.0585555699499021E-04  5.1049198655903137E-04  5.1516848615702944E-04
+  5.1988540196709230E-04  5.2464308315591129E-04  5.2944188190452387E-04
+  5.3428215343429963E-04  5.3916425603314712E-04  5.4408855108194676E-04
+  5.4905540308121230E-04  5.5406517967797905E-04  5.5911825169292469E-04
+  5.6421499314772319E-04  5.6935578129263314E-04  5.7454099663432261E-04
+  5.7977102296393487E-04  5.8504624738539362E-04  5.9036706034395136E-04
+  5.9573385565498370E-04  6.0114703053303065E-04  6.0660698562108864E-04
+  6.1211412502015046E-04  6.1766885631900435E-04  6.2327159062428256E-04
+  6.2892274259077465E-04  6.3462273045199495E-04  6.4037197605101739E-04
+  6.4617090487157117E-04  6.5201994606940629E-04  6.5791953250392699E-04
+  6.6387010077009550E-04  6.6987209123061395E-04  6.7592594804837588E-04
+  6.8203211921920293E-04  6.8819105660485741E-04  6.9440321596634107E-04
+  7.0066905699747912E-04  7.0698904335879040E-04  7.1336364271165078E-04
+  7.1979332675274881E-04  7.2627857124883579E-04  7.3281985607177456E-04
+  7.3941766523389024E-04  7.4607248692362248E-04  7.5278481354148260E-04
+  7.5955514173632263E-04  7.6638397244191197E-04  7.7327181091382910E-04
+  7.8021916676666858E-04  7.8722655401156907E-04  7.9429449109405916E-04
+  8.0142350093223330E-04  8.0861411095524980E-04  8.1586685314215940E-04
+  8.2318226406107194E-04  8.3056088490864955E-04  8.3800326154994742E-04
+  8.4550994455858839E-04  8.5308148925728735E-04  8.6071845575871897E-04
+  8.6842140900673730E-04  8.7619091881794848E-04  8.8402755992363807E-04
+  8.9193191201205897E-04  8.9990455977108092E-04  9.0794609293120361E-04
+  9.1605710630894132E-04  9.2423819985057529E-04  9.3248997867628400E-04
+  9.4081305312464778E-04  9.4920803879753690E-04  9.5767555660538272E-04
+  9.6621623281283649E-04  9.7483069908481834E-04  9.8351959253296082E-04
+  9.9228355576244892E-04  1.0011232369192609E-03  1.0100392897378144E-03
+  1.0190323735890182E-03  1.0281031535287364E-03  1.0372523003466659E-03
+  1.0464804906156313E-03  1.0557884067413036E-03  1.0651767370123408E-03
+  1.0746461756509600E-03  1.0841974228639384E-03  1.0938311848940536E-03
+  1.1035481740719600E-03  1.1133491088685110E-03  1.1232347139475277E-03
+  1.1332057202190170E-03  1.1432628648928437E-03  1.1534068915328658E-03
+  1.1636385501115252E-03  1.1739585970649089E-03  1.1843677953482798E-03
+  1.1948669144920794E-03  1.2054567306584102E-03  1.2161380266980022E-03
+  1.2269115922076590E-03  1.2377782235882010E-03  1.2487387241028988E-03
+  1.2597939039364066E-03  1.2709445802541973E-03  1.2821915772625056E-03
+  1.2935357262687818E-03  1.3049778657426606E-03  1.3165188413774491E-03
+  1.3281595061521408E-03  1.3399007203939556E-03  1.3517433518414163E-03
+  1.3636882757079585E-03  1.3757363747460847E-03  1.3878885393120647E-03
+  1.4001456674311878E-03  1.4125086648635668E-03  1.4249784451705080E-03
+  1.4375559297814425E-03  1.4502420480614283E-03  1.4630377373792279E-03
+  1.4759439431759618E-03  1.4889616190343498E-03  1.5020917267485410E-03
+  1.5153352363945368E-03  1.5286931264012131E-03  1.5421663836219445E-03
+  1.5557560034068422E-03  1.5694629896756027E-03  1.5832883549909760E-03
+  1.5972331206328570E-03  1.6112983166730109E-03  1.6254849820504303E-03
+  1.6397941646473318E-03  1.6542269213657985E-03  1.6687843182050773E-03
+  1.6834674303395259E-03  1.6982773421972269E-03  1.7132151475392672E-03
+  1.7282819495396918E-03  1.7434788608661315E-03  1.7588070037611208E-03
+  1.7742675101241024E-03  1.7898615215941266E-03  1.8055901896332513E-03
+  1.8214546756106567E-03  1.8374561508874604E-03  1.8535957969022627E-03
+  1.8698748052574114E-03  1.8862943778059956E-03  1.9028557267395823E-03
+  1.9195600746766937E-03  1.9364086547520286E-03  1.9534027107064502E-03
+  1.9705434969777232E-03  1.9878322787920287E-03  2.0052703322562481E-03
+  2.0228589444510280E-03  2.0405994135246379E-03  2.0584930487876113E-03
+  2.0765411708081991E-03  2.0947451115086186E-03  2.1131062142621245E-03
+  2.1316258339908983E-03  2.1503053372647577E-03  2.1691461024007123E-03
+  2.1881495195633467E-03  2.2073169908660645E-03  2.2266499304731758E-03
+  2.2461497647028503E-03  2.2658179321309417E-03  2.2856558836956858E-03
+  2.3056650828032796E-03  2.3258470054343529E-03  2.3462031402513408E-03
+  2.3667349887067542E-03  2.3874440651523656E-03  2.4083318969493192E-03
+  2.4294000245791620E-03  2.4506500017558133E-03  2.4720833955384760E-03
+  2.4937017864454947E-03  2.5155067685691842E-03  2.5374999496916078E-03
+  2.5596829514013394E-03  2.5820574092112053E-03  2.6046249726770143E-03
+  2.6273873055172895E-03  2.6503460857340015E-03  2.6735030057343174E-03
+  2.6968597724533754E-03  2.7204181074780846E-03  2.7441797471719682E-03
+  2.7681464428010540E-03  2.7923199606608180E-03  2.8167020822041965E-03
+  2.8412946041706686E-03  2.8660993387164217E-03  2.8911181135456107E-03
+  2.9163527720427107E-03  2.9418051734059806E-03  2.9674771927820538E-03
+  2.9933707214016346E-03  3.0194876667163527E-03  3.0458299525367464E-03
+  3.0723995191714085E-03  3.0991983235672937E-03  3.1262283394511941E-03
+  3.1534915574724042E-03  3.1809899853465725E-03  3.2087256480007567E-03
+  3.2367005877196845E-03  3.2649168642932464E-03  3.2933765551652083E-03
+  3.3220817555831630E-03  3.3510345787497488E-03  3.3802371559751056E-03
+  3.4096916368306176E-03  3.4394001893039258E-03  3.4693649999552479E-03
+  3.4995882740749698E-03  3.5300722358425846E-03  3.5608191284869210E-03
+  3.5918312144477284E-03  3.6231107755385866E-03  3.6546601131111859E-03
+  3.6864815482209518E-03  3.7185774217940661E-03  3.7509500947958590E-03
+  3.7836019484006060E-03  3.8165353841627292E-03  3.8497528241894165E-03
+  3.8832567113146802E-03  3.9170495092748408E-03  3.9511337028854850E-03
+  3.9855117982198702E-03  4.0201863227888211E-03  4.0551598257220958E-03
+  4.0904348779512659E-03  4.1260140723941019E-03  4.1619000241404896E-03
+  4.1980953706398615E-03  4.2346027718902076E-03  4.2714249106286057E-03
+  4.3085644925233641E-03  4.3460242463677105E-03  4.3838069242751118E-03
+  4.4219153018761710E-03  4.4603521785171645E-03  4.4991203774602103E-03
+  4.5382227460850754E-03  4.5776621560926489E-03  4.6174415037100883E-03
+  4.6575637098976415E-03  4.6980317205571730E-03  4.7388485067424097E-03
+  4.7800170648708918E-03  4.8215404169376754E-03  4.8634216107307851E-03
+  4.9056637200484247E-03  4.9482698449179706E-03  4.9912431118167575E-03
+  5.0345866738946672E-03  5.0783037111985273E-03  5.1223974308983724E-03
+  5.1668710675155131E-03  5.2117278831525053E-03  5.2569711677249512E-03
+  5.3026042391952364E-03  5.3486304438081405E-03  5.3950531563283725E-03
+  5.4418757802800442E-03  5.4891017481880884E-03  5.5367345218216325E-03
+  5.5847775924393727E-03  5.6332344810369073E-03  5.6821087385960983E-03
+  5.7314039463364540E-03  5.7811237159685457E-03  5.8312716899494715E-03
+  5.8818515417403952E-03  5.9328669760661673E-03  5.9843217291770468E-03
+  6.0362195691125312E-03  6.0885642959673317E-03  6.1413597421594631E-03
+  6.1946097727005357E-03  6.2483182854681978E-03  6.3024892114807805E-03
+  6.3571265151741545E-03  6.4122341946808159E-03  6.4678162821112046E-03
+  6.5238768438372948E-03  6.5804199807784529E-03  6.6374498286895850E-03
+  6.6949705584516180E-03  6.7529863763642617E-03  6.8115015244411695E-03
+  6.8705202807074111E-03  6.9300469594993580E-03  6.9900859117669346E-03
+  7.0506415253782937E-03  7.1117182254269457E-03  7.1733204745412851E-03
+  7.2354527731966220E-03  7.2981196600296729E-03  7.3613257121555699E-03
+  7.4250755454873607E-03  7.4893738150580789E-03  7.5542252153453443E-03
+  7.6196344805985307E-03  7.6856063851685414E-03  7.7521457438401815E-03
+  7.8192574121671594E-03  7.8869462868097345E-03  7.9552173058750255E-03
+  8.0240754492600062E-03  8.0935257389971975E-03  8.1635732396030669E-03
+  8.2342230584292065E-03  8.3054803460162162E-03  8.3773502964504046E-03
+  8.4498381477232549E-03  8.5229491820937465E-03  8.5966887264534528E-03
+  8.6710621526945551E-03  8.7460748780806754E-03  8.8217323656206402E-03
+  8.8980401244451411E-03  8.9750037101863252E-03  9.0526287253603413E-03
+  9.1309208197528670E-03  9.2098856908075892E-03  9.2895290840177523E-03
+  9.3698567933207175E-03  9.4508746614955248E-03  9.5325885805636109E-03
+  9.6150044921925644E-03  9.6981283881029928E-03  9.7819663104785522E-03
+  9.8665243523791135E-03  9.9518086581570943E-03  1.0037825423877000E-02
+  1.0124580897738182E-02  1.0212081380500818E-02  1.0300333225915163E-02
+  1.0389342841154055E-02  1.0479116687248768E-02  1.0569661279528124E-02
+  1.0660983188060994E-02  1.0753089038102128E-02  1.0845985510541391E-02
+  1.0939679342356401E-02  1.1034177327068559E-02  1.1129486315202579E-02
+  1.1225613214749448E-02  1.1322564991632891E-02  1.1420348670179336E-02
+  1.1518971333591425E-02  1.1618440124425060E-02  1.1718762245070038E-02
+  1.1819944958234288E-02  1.1921995587431709E-02  1.2024921517473655E-02
+  1.2128730194964087E-02  1.2233429128798394E-02  1.2339025890665942E-02
+  1.2445528115556326E-02  1.2552943502269385E-02  1.2661279813928955E-02
+  1.2770544878500477E-02  1.2880746589312356E-02  1.2991892905581169E-02
+  1.3103991852940753E-02  1.3217051523975154E-02  1.3331080078755468E-02
+  1.3446085745380610E-02  1.3562076820522039E-02  1.3679061669972412E-02
+  1.3797048729198269E-02  1.3916046503896700E-02  1.4036063570556036E-02
+  1.4157108577020600E-02  1.4279190243059518E-02  1.4402317360939648E-02
+  1.4526498796002598E-02  1.4651743487245910E-02  1.4778060447908340E-02
+  1.4905458766059395E-02  1.5033947605193004E-02  1.5163536204825464E-02
+  1.5294233881097567E-02  1.5426050027381042E-02  1.5558994114889250E-02
+  1.5693075693292206E-02  1.5828304391335885E-02  1.5964689917465923E-02
+  1.6102242060455640E-02  1.6240970690038471E-02  1.6380885757544806E-02
+  1.6521997296543245E-02  1.6664315423486280E-02  1.6807850338360512E-02
+  1.6952612325341225E-02  1.7098611753451634E-02  1.7245859077226488E-02
+  1.7394364837380348E-02  1.7544139661480340E-02  1.7695194264623529E-02
+  1.7847539450118886E-02  1.8001186110173869E-02  1.8156145226585645E-02
+  1.8312427871436956E-02  1.8470045207796666E-02  1.8629008490425009E-02
+  1.8789329066483496E-02  1.8951018376249611E-02  1.9114087953836213E-02
+  1.9278549427915678E-02  1.9444414522448841E-02  1.9611695057418752E-02
+  1.9780402949569169E-02  1.9950550213147938E-02  2.0122148960655183E-02
+  2.0295211403596320E-02  2.0469749853240016E-02  2.0645776721380921E-02
+  2.0823304521107412E-02  2.1002345867574119E-02  2.1182913478779476E-02
+  2.1365020176348191E-02  2.1548678886318593E-02  2.1733902639935007E-02
+  2.1920704574445074E-02  2.2109097933902064E-02  2.2299096069972154E-02
+  2.2490712442746752E-02  2.2683960621559817E-02  2.2878854285810119E-02
+  2.3075407225788724E-02  2.3273633343511322E-02  2.3473546653555701E-02
+  2.3675161283904275E-02  2.3878491476791639E-02  2.4083551589557200E-02
+  2.4290356095502934E-02  2.4498919584756161E-02  2.4709256765137414E-02
+  2.4921382463033433E-02  2.5135311624275222E-02  2.5351059315021206E-02
+  2.5568640722645471E-02  2.5788071156631169E-02  2.6009366049468893E-02
+  2.6232540957560325E-02  2.6457611562126816E-02  2.6684593670123172E-02
+  2.6913503215156478E-02  2.7144356258410052E-02  2.7377168989572494E-02
+  2.7611957727771756E-02  2.7848738922514386E-02  2.8087529154629726E-02
+  2.8328345137219300E-02  2.8571203716611197E-02  2.8816121873319504E-02
+  2.9063116723008774E-02  2.9312205517463531E-02  2.9563405645562823E-02
+  2.9816734634259719E-02  3.0072210149565862E-02  3.0329849997540952E-02
+  3.0589672125287147E-02  3.0851694621948547E-02  3.1115935719715458E-02
+  3.1382413794833662E-02  3.1651147368618494E-02  3.1922155108473828E-02
+  3.2195455828915934E-02  3.2471068492602020E-02  3.2749012211363761E-02
+  3.3029306247245406E-02  3.3311970013546799E-02  3.3597023075870869E-02
+  3.3884485153176137E-02  3.4174376118833477E-02  3.4466716001687804E-02
+  3.4761524987124190E-02  3.5058823418138506E-02  3.5358631796412660E-02
+  3.5660970783394190E-02  3.5965861201380393E-02  3.6273324034606688E-02
+  3.6583380430339457E-02  3.6896051699973051E-02  3.7211359320131129E-02
+  3.7529324933772132E-02  3.7849970351298896E-02  3.8173317551672366E-02
+  3.8499388683529347E-02  3.8828206066304216E-02  3.9159792191354473E-02
+  3.9494169723090236E-02  3.9831361500107569E-02  4.0171390536325347E-02
+  4.0514280022125988E-02  4.0860053325499524E-02  4.1208733993191485E-02
+  4.1560345751853953E-02  4.1914912509200153E-02  4.2272458355162204E-02
+  4.2633007563052147E-02  4.2996584590726084E-02  4.3363214081751297E-02
+  4.3732920866576409E-02  4.4105729963704293E-02  4.4481666580867836E-02
+  4.4860756116208191E-02  4.5243024159455879E-02  4.5628496493114019E-02
+  4.6017199093644247E-02  4.6409158132654602E-02  4.6804399978089641E-02
+  4.7202951195422761E-02  4.7604838548850087E-02  4.8010089002486440E-02
+  4.8418729721562789E-02  4.8830788073625418E-02  4.9246291629736275E-02
+  4.9665268165674813E-02  5.0087745663140844E-02  5.0513752310958414E-02
+  5.0943316506280568E-02  5.1376466855794806E-02  5.1813232176929097E-02
+  5.2253641499058326E-02  5.2697724064710988E-02  5.3145509330775886E-02
+  5.3597026969708930E-02  5.4052306870739468E-02  5.4511379141076351E-02
+  5.4974274107113426E-02  5.5441022315634025E-02  5.5911654535014850E-02
+  5.6386201756428299E-02  5.6864695195043828E-02  5.7347166291227394E-02
+  5.7833646711739406E-02  5.8324168350930738E-02  5.8818763331936239E-02
+  5.9317464007866257E-02  5.9820302962995300E-02  6.0327313013947871E-02
+  6.0838527210881330E-02  6.1353978838665370E-02  6.1873701418057959E-02
+  6.2397728706877396E-02  6.2926094701170457E-02  6.3458833636376055E-02
+  6.3995979988484539E-02  6.4537568475191778E-02  6.5083634057048520E-02
+  6.5634211938604081E-02  6.6189337569544329E-02  6.6749046645823901E-02
+  6.7313375110791815E-02  6.7882359156310607E-02  6.8456035223868769E-02
+  6.9034440005685538E-02  6.9617610445808414E-02  7.0205583741202768E-02
+  7.0798397342833025E-02  7.1396088956735521E-02  7.1998696545082272E-02
+  7.2606258327235371E-02  7.3218812780791967E-02  7.3836398642619067E-02
+  7.4459054909877795E-02  7.5086820841037044E-02  7.5719735956875950E-02
+  7.6357840041474473E-02  7.7001173143192339E-02  7.7649775575635224E-02
+  7.8303687918608145E-02  7.8962951019055636E-02  7.9627605991988135E-02
+  8.0297694221394031E-02  8.0973257361137196E-02  8.1654337335839322E-02
+  8.2340976341746586E-02  8.3033216847580249E-02  8.3731101595370644E-02
+  8.4434673601274018E-02  8.5143976156371745E-02  8.5859052827451335E-02
+  8.6579947457768772E-02  8.7306704167791668E-02  8.8039367355922493E-02
+  8.8777981699201536E-02  8.9522592153988709E-02  9.0273243956624200E-02
+  9.1029982624066599E-02  9.1792853954508577E-02  9.2561904027968878E-02
+  9.3337179206860729E-02  9.4118726136535380E-02  9.4906591745800184E-02
+  9.5700823247411068E-02  9.6501468138538285E-02  9.7308574201204687E-02
+  9.8122189502696119E-02  9.8942362395943159E-02  9.9769141519873220E-02
+  1.0060257579973264E-01  1.0144271444737779E-01  1.0228960696153430E-01
+  1.0314330312802426E-01  1.0400385301995968E-01  1.0487130699790222E-01
+  1.0574571570998785E-01  1.0662713009201598E-01  1.0751560136750193E-01
+  1.0841118104769217E-01  1.0931392093154098E-01  1.1022387310564839E-01
+  1.1114108994415771E-01  1.1206562410861225E-01  1.1299752854777029E-01
+  1.1393685649737702E-01  1.1488366147989276E-01  1.1583799730417653E-01
+  1.1679991806512376E-01  1.1776947814325732E-01  1.1874673220427064E-01
+  1.1973173519852236E-01  1.2072454236048082E-01  1.2172520920811773E-01
+  1.2273379154225007E-01  1.2375034544582826E-01  1.2477492728317097E-01
+  1.2580759369914396E-01  1.2684840161828251E-01  1.2789740824385634E-01
+  1.2895467105687561E-01  1.3002024781503688E-01  1.3109419655160762E-01
+  1.3217657557424842E-01  1.3326744346377128E-01  1.3436685907283283E-01
+  1.3547488152456105E-01  1.3659157021111495E-01  1.3771698479217429E-01
+  1.3885118519335962E-01  1.3999423160458047E-01  1.4114618447831007E-01
+  1.4230710452778625E-01  1.4347705272513525E-01  1.4465609029941942E-01
+  1.4584427873460504E-01  1.4704167976744970E-01  1.4824835538530901E-01
+  1.4946436782385852E-01  1.5068977956473104E-01  1.5192465333306795E-01
+  1.5316905209498161E-01  1.5442303905492835E-01  1.5568667765299002E-01
+  1.5696003156206267E-01  1.5824316468494981E-01  1.5953614115136008E-01
+  1.6083902531480604E-01  1.6215188174940329E-01  1.6347477524656800E-01
+  1.6480777081161097E-01  1.6615093366022579E-01  1.6750432921487066E-01
+  1.6886802310104060E-01  1.7024208114342923E-01  1.7162656936197715E-01
+  1.7302155396780630E-01  1.7442710135903702E-01  1.7584327811648695E-01
+  1.7727015099924884E-01  1.7870778694014600E-01  1.8015625304106264E-01
+  1.8161561656814804E-01  1.8308594494689129E-01  1.8456730575706520E-01
+  1.8605976672753702E-01  1.8756339573094435E-01  1.8907826077823242E-01
+  1.9060443001305283E-01  1.9214197170601990E-01  1.9369095424882279E-01
+  1.9525144614819109E-01  1.9682351601971187E-01  1.9840723258149556E-01
+  2.0000266464768821E-01  2.0160988112182823E-01  2.0322895099004426E-01
+  2.0485994331409349E-01  2.0650292722423583E-01  2.0815797191194316E-01
+  2.0982514662244034E-01  2.1150452064707562E-01  2.1319616331551797E-01
+  2.1490014398777918E-01  2.1661653204605680E-01  2.1834539688639723E-01
+  2.2008680791017485E-01  2.2184083451538539E-01  2.2360754608775002E-01
+  2.2538701199162872E-01  2.2717930156073865E-01  2.2898448408867647E-01
+  2.3080262881924057E-01  2.3263380493655089E-01  2.3447808155496416E-01
+  2.3633552770878000E-01  2.3820621234173747E-01  2.4009020429629740E-01
+  2.4198757230270801E-01  2.4389838496785143E-01  2.4582271076386819E-01
+  2.4776061801655599E-01  2.4971217489354061E-01  2.5167744939221592E-01
+  2.5365650932745004E-01  2.5564942231905341E-01  2.5765625577900819E-01
+  2.5967707689845493E-01  2.6171195263443153E-01  2.6376094969636477E-01
+  2.6582413453230980E-01  2.6790157331493342E-01  2.6999333192724051E-01
+  2.7209947594803896E-01  2.7422007063713999E-01  2.7635518092029177E-01
+  2.7850487137384200E-01  2.8066920620912833E-01  2.8284824925659074E-01
+  2.8504206394960568E-01  2.8725071330803648E-01  2.8947425992149894E-01
+  2.9171276593233753E-01  2.9396629301831012E-01  2.9623490237497718E-01
+  2.9851865469779321E-01  3.0081761016389774E-01  3.0313182841360120E-01
+  3.0546136853156414E-01  3.0780628902766555E-01  3.1016664781755993E-01
+  3.1254250220291496E-01  3.1493390885133321E-01  3.1734092377594908E-01
+  3.1976360231470236E-01  3.2220199910928243E-01  3.2465616808374259E-01
+  3.2712616242277937E-01  3.2961203454967641E-01  3.3211383610390749E-01
+  3.3463161791839796E-01  3.3716542999644145E-01  3.3971532148826705E-01
+  3.4228134066725840E-01  3.4486353490581739E-01  3.4746195065087326E-01
+  3.5007663339903289E-01  3.5270762767137065E-01  3.5535497698785451E-01
+  3.5801872384140632E-01  3.6069890967159429E-01  3.6339557483795476E-01
+  3.6610875859294145E-01  3.6883849905450006E-01  3.7158483317826513E-01
+  3.7434779672937912E-01  3.7712742425392920E-01  3.7992374905000187E-01
+  3.8273680313835262E-01  3.8556661723268953E-01  3.8841322070956846E-01
+  3.9127664157789832E-01  3.9415690644805590E-01  3.9705404050060766E-01
+  3.9996806745463753E-01  4.0289900953568047E-01  4.0584688744325931E-01
+  4.0881172031802510E-01  4.1179352570849920E-01  4.1479231953741769E-01
+  4.1780811606767526E-01  4.2084092786787036E-01  4.2389076577745083E-01
+  4.2695763887145693E-01  4.3004155442486919E-01  4.3314251787655034E-01
+  4.3626053279279081E-01  4.3939560083045359E-01  4.4254772169972101E-01
+  4.4571689312644153E-01  4.4890311081408113E-01  4.5210636840527690E-01
+  4.5532665744299600E-01  4.5856396733130128E-01  4.6181828529572405E-01
+  4.6508959634324720E-01  4.6837788322189999E-01  4.7168312637996618E-01
+  4.7500530392480911E-01  4.7834439158131492E-01  4.8170036264995886E-01
+  4.8507318796449539E-01  4.8846283584927691E-01  4.9186927207620373E-01
+  4.9529245982131104E-01  4.9873235962099316E-01  5.0218892932787462E-01
+  5.0566212406632693E-01  5.0915189618764034E-01  5.1265819522485412E-01
+  5.1618096784725032E-01  5.1972015781451630E-01  5.2327570593058481E-01
+  5.2684754999715433E-01  5.3043562476689821E-01  5.3403986189636987E-01
+  5.3766018989861031E-01  5.4129653409546519E-01  5.4494881656962157E-01
+  5.4861695611636940E-01  5.5230086819509927E-01  5.5600046488054378E-01
+  5.5971565481377128E-01  5.6344634315294539E-01  5.6719243152385324E-01
+  5.7095381797022149E-01  5.7473039690382455E-01  5.7852205905439846E-01
+  5.8232869141937293E-01  5.8615017721343243E-01  5.8998639581791834E-01
+  5.9383722273008743E-01  5.9770252951223635E-01  6.0158218374071071E-01
+  6.0547604895480767E-01  6.0938398460558996E-01  6.1330584600462856E-01
+  6.1724148427268233E-01  6.2119074628833881E-01  6.2515347463662807E-01
+  6.2912950755762709E-01  6.3311867889507456E-01  6.3712081804501053E-01
+  6.4113574990446298E-01  6.4516329482019874E-01  6.4920326853755617E-01
+  6.5325548214938500E-01  6.5731974204510901E-01  6.6139584985993394E-01
+  6.6548360242422544E-01  6.6958279171307422E-01  6.7369320479607298E-01
+  6.7781462378733270E-01  6.8194682579575661E-01  6.8608958287559629E-01
+  6.9024266197732076E-01  6.9440582489881686E-01  6.9857882823695183E-01
+  7.0276142333952463E-01  7.0695335625762890E-01  7.1115436769846219E-01
+  7.1536419297860332E-01  7.1958256197779280E-01  7.2380919909323971E-01
+  7.2804382319449201E-01  7.3228614757889443E-01  7.3653587992767167E-01
+  7.4079272226266291E-01  7.4505637090374544E-01  7.4932651642697667E-01
+  7.5360284362348984E-01  7.5788503145917907E-01  7.6217275303520537E-01
+  7.6646567554936296E-01  7.7076346025833775E-01  7.7506576244089964E-01
+  7.7937223136205991E-01  7.8368251023823743E-01  7.8799623620346881E-01
+  7.9231304027669991E-01  7.9663254733020172E-01  8.0095437605915032E-01
+  8.0527813895240596E-01  8.0960344226454173E-01  8.1392988598915306E-01
+  8.1825706383349972E-01  8.2258456319451423E-01  8.2691196513622678E-01
+  8.3123884436864670E-01  8.3556476922814471E-01  8.3988930165938014E-01
+  8.4421199719882045E-01  8.4853240495989501E-01  8.5285006761983151E-01
+  8.5716452140822019E-01  8.6147529609735107E-01  8.6578191499437329E-01
+  8.7008389493532390E-01  8.7438074628106999E-01  8.7867197291521648E-01
+  8.8295707224402531E-01  8.8723553519839482E-01  8.9150684623794807E-01
+  8.9577048335727738E-01  9.0002591809440002E-01  9.0427261554146487E-01
+  9.0851003435776734E-01  9.1273762678511661E-01  9.1695483866561123E-01
+  9.2116110946186514E-01  9.2535587227973826E-01  9.2953855389361983E-01
+  9.3370857477431668E-01  9.3786534911959163E-01  9.4200828488740362E-01
+  9.4613678383190092E-01  9.5025024154221349E-01  9.5434804748409463E-01
+  9.5842958504445952E-01  9.6249423157887115E-01  9.6654135846202271E-01
+  9.7057033114125879E-01  9.7458050919318873E-01  9.7857124638343396E-01
+  9.8254189072956288E-01  9.8649178456724951E-01  9.9042026461971155E-01
+  9.9432666207046350E-01  9.9821030263943678E-01  1.0020705066625049E+00
+  1.0059065891744579E+00  1.0097178599954701E+00  1.0135036238210993E+00
+  1.0172631803158581E+00  1.0209958242104005E+00  1.0247008454023552E+00
+  1.0283775290608501E+00  1.0320251557347586E+00  1.0356430014647062E+00
+  1.0392303378988703E+00  1.0427864324126044E+00  1.0463105482319219E+00
+  1.0498019445608651E+00  1.0532598767127890E+00  1.0566835962455925E+00
+  1.0600723511009145E+00  1.0634253857473239E+00  1.0667419413275263E+00
+  1.0700212558096078E+00  1.0732625641423328E+00  1.0764650984145134E+00
+  1.0796280880184732E+00  1.0827507598176100E+00  1.0858323383180726E+00
+  1.0888720458445651E+00  1.0918691027202787E+00  1.0948227274509676E+00
+  1.0977321369131621E+00  1.1005965465465273E+00  1.1034151705503616E+00
+  1.1061872220842381E+00  1.1089119134727778E+00  1.1115884564145506E+00
+  1.1142160621950892E+00  1.1167939419040112E+00  1.1193213066562260E+00
+  1.1217973678172108E+00  1.1242213372323422E+00  1.1265924274602499E+00
+  1.1289098520101726E+00  1.1311728255832882E+00  1.1333805643179846E+00
+  1.1355322860390364E+00  1.1376272105106542E+00  1.1396645596933619E+00
+  1.1416435580046655E+00  1.1435634325834578E+00  1.1454234135581214E+00
+  1.1472227343182699E+00  1.1489606317900760E+00  1.1506363467151268E+00
+  1.1522491239327490E+00  1.1537982126657320E+00  1.1552828668093891E+00
+  1.1567023452238843E+00  1.1580559120297447E+00  1.1593428369064911E+00
+  1.1605623953943005E+00  1.1617138691986126E+00  1.1627965464976089E+00
+  1.1638097222524515E+00  1.1647526985202110E+00  1.1656247847693668E+00
+  1.1664252981977941E+00  1.1671535640531285E+00  1.1678089159553973E+00
+  1.1683906962218149E+00  1.1688982561936236E+00  1.1693309565648635E+00
+  1.1696881677129556E+00  1.1699692700309647E+00  1.1701736542614276E+00
+  1.1703007218316073E+00  1.1703498851900431E+00  1.1703205681442597E+00
+  1.1702122061994957E+00  1.1700242468983060E+00  1.1697561501608951E+00
+  1.1694073886260268E+00  1.1689774479923631E+00  1.1684658273600721E+00
+  1.1678720395725444E+00  1.1671956115580631E+00  1.1664360846712511E+00
+  1.1655930150341365E+00  1.1646659738766569E+00  1.1636545478764391E+00
+  1.1625583394976595E+00  1.1613769673288226E+00  1.1601100664192605E+00
+  1.1587572886141753E+00  1.1573183028880318E+00  1.1557927956761074E+00
+  1.1541804712040071E+00  1.1524810518149455E+00  1.1506942782945941E+00
+  1.1488199101932912E+00  1.1468577261454123E+00  1.1448075241856859E+00
+  1.1426691220622525E+00  1.1404423575462486E+00  1.1381270887376984E+00
+  1.1357231943675044E+00  1.1332305740953041E+00  1.1306491488029808E+00
+  1.1279788608836001E+00  1.1252196745255427E+00  1.1223715759916089E+00
+  1.1194345738928613E+00  1.1164086994569722E+00  1.1132940067908423E+00
+  1.1100905731372561E+00  1.1067984991253270E+00  1.1034179090145022E+00
+  1.0999489509318785E+00  1.0963917971025869E+00  1.0927466440730023E+00
+  1.0890137129265298E+00  1.0851932494917191E+00  1.0812855245424640E+00
+  1.0772908339900216E+00  1.0732094990666214E+00  1.0690418665003913E+00
+  1.0647883086813570E+00  1.0604492238182610E+00  1.0560250360859440E+00
+  1.0515161957630272E+00  1.0469231793596572E+00  1.0422464897350332E+00
+  1.0374866562044789E+00  1.0326442346357951E+00  1.0277198075346334E+00
+  1.0227139841186430E+00  1.0176274003801278E+00  1.0124607191369606E+00
+  1.0072146300715012E+00  1.0018898497572626E+00  9.9648712167307651E-01
+  9.9100721620450172E-01  9.8545093063223144E-01  9.7981908910724824E-01
+  9.7411254261248181E-01  9.6833216891072682E-01  9.6247887247858188E-01
+  9.5655358442616611E-01  9.5055726240238470E-01  9.4449089048550905E-01
+  9.3835547905884353E-01  9.3215206467125533E-01  9.2588170988234963E-01
+  9.1954550309207383E-01  9.1314455835454178E-01  9.0668001517587316E-01
+  9.0015303829585325E-01  8.9356481745321525E-01  8.8691656713436373E-01
+  8.8020952630536231E-01  8.7344495812700851E-01  8.6662414965283940E-01
+  8.5974841150991088E-01  8.5281907756220465E-01  8.4583750455652595E-01
+  8.3880507175077801E-01  8.3172318052444927E-01  8.2459325397129812E-01
+  8.1741673647405488E-01  8.1019509326109995E-01  8.0292980994504315E-01
+  7.9562239204314933E-01  7.8827436447956145E-01  7.8088727106930234E-01
+  7.7346267398403301E-01  7.6600215319957710E-01  7.5850730592522264E-01
+  7.5097974601484285E-01  7.4342110335988032E-01  7.3583302326427091E-01
+  7.2821716580139095E-01  7.2057520515313767E-01  7.1290882893126628E-01
+  7.0521973748113420E-01  6.9750964316801645E-01  6.8978026964618422E-01
+  6.8203335111095442E-01  6.7427063153394773E-01  6.6649386388180720E-01
+  6.5870480931866193E-01  6.5090523639263798E-01  6.4309692020674714E-01
+  6.3528164157450973E-01  6.2746118616068980E-01  6.1963734360755363E-01
+  6.1181190664708529E-01  6.0398667019962282E-01  5.9616343045940268E-01
+  5.8834398396754006E-01  5.8053012667298720E-01  5.7272365298205186E-01
+  5.6492635479708853E-01  5.5714002054500200E-01  5.4936643419623665E-01
+  5.4160737427495853E-01  5.3386461286116982E-01  5.2613991458552922E-01
+  5.1843503561768378E-01  5.1075172264895996E-01  5.0309171187028834E-01
+  4.9545672794628237E-01  4.8784848298642253E-01  4.8026867551433894E-01
+  4.7271898943622459E-01  4.6520109300944984E-01  4.5771663781249050E-01
+  4.5026725771732468E-01  4.4285456786549271E-01  4.3548016364906067E-01
+  4.2814561969776727E-01  4.2085248887368232E-01  4.1360230127474396E-01
+  4.0639656324858714E-01  3.9923675641812023E-01  3.9212433672034591E-01
+  3.8506073345996361E-01  3.7804734837933068E-01  3.7108555474639793E-01
+  3.6417669646225759E-01  3.5732208718998687E-01  3.5052300950647891E-01
+  3.4378071407898020E-01  3.3709641886805991E-01  3.3047130835874255E-01
+  3.2390653282152576E-01  3.1740320760499141E-01  3.1096241246168932E-01
+  3.0458519090893071E-01  2.9827254962607863E-01  2.9202545788985185E-01
+  2.8584484704907609E-01  2.7973161004022257E-01  2.7368660094495628E-01
+  2.6771063459079453E-01  2.6180448619583035E-01  2.5596889105832410E-01
+  2.5020454429179900E-01  2.4451210060610037E-01  2.3889217413469593E-01
+  2.3334533830830270E-01  2.2787212577473825E-01  2.2247302836469890E-01
+  2.1714849710298162E-01  2.1189894226448483E-01
+===== PHI 2 =====   [phi(r)=PHI(r)/r*Ylm(th,ph)]
+ 1  : radial mesh index
+  0.0000000000000000E+00  4.7129512485347757E-08  9.4666475500765506E-08
+  1.4261441152151257E-07  1.9097687347396244E-07  2.3975744499882492E-07
+  2.8895974071664347E-07  3.3858740649558688E-07  3.8864411972155548E-07
+  4.3913358957062189E-07  4.9005955728382583E-07  5.4142579644434501E-07
+  5.9323611325705980E-07  6.4549434683053574E-07  6.9820436946144196E-07
+  7.5137008692142746E-07  8.0499543874647837E-07  8.5908439852877419E-07
+  9.1364097421106685E-07  9.6866920838360348E-07  1.0241731785836180E-06
+  1.0801569975974049E-06  1.1366248137650122E-06  1.1935808112875580E-06
+  1.2510292105372121E-06  1.3089742683698499E-06  1.3674202784404121E-06
+  1.4263715715209866E-06  1.4858325158216424E-06  1.5458075173140351E-06
+  1.6063010200578069E-06  1.6673175065298101E-06  1.7288614979561753E-06
+  1.7909375546472477E-06  1.8535502763354204E-06  1.9167043025158828E-06
+  1.9804043127903217E-06  2.0446550272135820E-06  2.1094612066433334E-06
+  2.1748276530927490E-06  2.2407592100862430E-06  2.3072607630182718E-06
+  2.3743372395152408E-06  2.4419936098005381E-06  2.5102348870627246E-06
+  2.5790661278269003E-06  2.6484924323292894E-06  2.7185189448950470E-06
+  2.7891508543193498E-06  2.8603933942517625E-06  2.9322518435839367E-06
+  3.0047315268406569E-06  3.0778378145742660E-06  3.1515761237624897E-06
+  3.2259519182097215E-06  3.3009707089517485E-06  3.3766380546639978E-06
+  3.4529595620732856E-06  3.5299408863731542E-06  3.6075877316427706E-06
+  3.6859058512694627E-06  3.7649010483748978E-06  3.8445791762449436E-06
+  3.9249461387632535E-06  4.0060078908485837E-06  4.0877704388958972E-06
+  4.1702398412212851E-06  4.2534222085107159E-06  4.3373237042726789E-06
+  4.4219505452947309E-06  4.5073090021039837E-06  4.5934053994315859E-06
+  4.6802461166811920E-06  4.7678375884015130E-06  4.8561863047629188E-06
+  4.9452988120381760E-06  5.0351817130873322E-06  5.1258416678467981E-06
+  5.2172853938226493E-06  5.3095196665881836E-06  5.4025513202857908E-06
+  5.4963872481331552E-06  5.5910344029338195E-06  5.6864997975921816E-06
+  5.7827905056329213E-06  5.8799136617249202E-06  5.9778764622097189E-06
+  6.0766861656345228E-06  6.1763500932898242E-06  6.2768756297516668E-06
+  6.3782702234286009E-06  6.4805413871133486E-06  6.5836966985392498E-06
+  6.6877438009415102E-06  6.7926904036232937E-06  6.8985442825267169E-06
+  7.0053132808087661E-06  7.1130053094221968E-06  7.2216283477014450E-06
+  7.3311904439536036E-06  7.4416997160545071E-06  7.5531643520499608E-06
+  7.6655926107621713E-06  7.7789928224014030E-06  7.8933733891829325E-06
+  8.0087427859493289E-06  8.1251095607981027E-06  8.2424823357147851E-06
+  8.3608698072114704E-06  8.4802807469708829E-06  8.6007240024960006E-06
+  8.7222084977652755E-06  8.8447432338935654E-06  8.9683372897987006E-06
+  9.0929998228738784E-06  9.2187400696658186E-06  9.3455673465588044E-06
+  9.4734910504646140E-06  9.6025206595184228E-06  9.7326657337807104E-06
+  9.8639359159452452E-06  9.9963409320531566E-06  1.0129890592213197E-05
+  1.0264594791328234E-05  1.0400463509827986E-05  1.0537506814408105E-05
+  1.0675734858775658E-05  1.0815157884401012E-05  1.0955786221276252E-05
+  1.1097630288680115E-05  1.1240700595949563E-05  1.1385007743257995E-05
+  1.1530562422400186E-05  1.1677375417584022E-05  1.1825457606229037E-05
+  1.1974819959771895E-05  1.2125473544478791E-05  1.2277429522264887E-05
+  1.2430699151520815E-05  1.2585293787946323E-05  1.2741224885391129E-05
+  1.2898503996703017E-05  1.3057142774583271E-05  1.3217152972449497E-05
+  1.3378546445305903E-05  1.3541335150621072E-05  1.3705531149213327E-05
+  1.3871146606143751E-05  1.4038193791616926E-05  1.4206685081889410E-05
+  1.4376632960186110E-05  1.4548050017624508E-05  1.4720948954146961E-05
+  1.4895342579460939E-05  1.5071243813987483E-05  1.5248665689817777E-05
+  1.5427621351678026E-05  1.5608124057902650E-05  1.5790187181415895E-05
+  1.5973824210721867E-05  1.6159048750903216E-05  1.6345874524628322E-05
+  1.6534315373167300E-05  1.6724385257416658E-05  1.6916098258932893E-05
+  1.7109468580974981E-05  1.7304510549555868E-05  1.7501238614503005E-05
+  1.7699667350528115E-05  1.7899811458306124E-05  1.8101685765563440E-05
+  1.8305305228175649E-05  1.8510684931274645E-05  1.8717840090365342E-05
+  1.8926786052452012E-05  1.9137538297174376E-05  1.9350112437953462E-05
+  1.9564524223147412E-05  1.9780789537217184E-05  1.9998924401902407E-05
+  2.0218944977407348E-05  2.0440867563597071E-05  2.0664708601204007E-05
+  2.0890484673044891E-05  2.1118212505248201E-05  2.1347908968492205E-05
+  2.1579591079253710E-05  2.1813276001067537E-05  2.2048981045796937E-05
+  2.2286723674914918E-05  2.2526521500796679E-05  2.2768392288023147E-05
+  2.3012353954695814E-05  2.3258424573762893E-05  2.3506622374356894E-05
+  2.3756965743143849E-05  2.4009473225684038E-05  2.4264163527804606E-05
+  2.4521055516983898E-05  2.4780168223747791E-05  2.5041520843078146E-05
+  2.5305132735833286E-05  2.5571023430180806E-05  2.5839212623042821E-05
+  2.6109720181553455E-05  2.6382566144529212E-05  2.6657770723951795E-05
+  2.6935354306463836E-05  2.7215337454877497E-05  2.7497740909696094E-05
+  2.7782585590648860E-05  2.8069892598238962E-05  2.8359683215304824E-05
+  2.8651978908594969E-05  2.8946801330356441E-05  2.9244172319936959E-05
+  2.9544113905400774E-05  2.9846648305158691E-05  3.0151797929611904E-05
+  3.0459585382810155E-05  3.0770033464124225E-05  3.1083165169932778E-05
+  3.1399003695323719E-05  3.1717572435810418E-05  3.2038894989062510E-05
+  3.2362995156651786E-05  3.2689896945813058E-05  3.3019624571220253E-05
+  3.3352202456777846E-05  3.3687655237427709E-05  3.4026007760971528E-05
+  3.4367285089909008E-05  3.4711512503291887E-05  3.5058715498593901E-05
+  3.5408919793596997E-05  3.5762151328293715E-05  3.6118436266806015E-05
+  3.6477800999320613E-05  3.6840272144041080E-05  3.7205876549156698E-05
+  3.7574641294828374E-05  3.7946593695191593E-05  3.8321761300376772E-05
+  3.8700171898546814E-05  3.9081853517952550E-05  3.9466834429005578E-05
+  3.9855143146369233E-05  4.0246808431067397E-05  4.0641859292611674E-05
+  4.1040324991146692E-05  4.1442235039614129E-05  4.1847619205935218E-05
+  4.2256507515212185E-05  4.2668930251948550E-05  4.3084917962288739E-05
+  4.3504501456276848E-05  4.3927711810134897E-05  4.4354580368560863E-05
+  4.4785138747046335E-05  4.5219418834214254E-05  4.5657452794176875E-05
+  4.6099273068913828E-05  4.6544912380670954E-05  4.6994403734379537E-05
+  4.7447780420096685E-05  4.7905076015466473E-05  4.8366324388202441E-05
+  4.8831559698591490E-05  4.9300816402019310E-05  4.9774129251517592E-05
+  5.0251533300333179E-05  5.0733063904519368E-05  5.1218756725549582E-05
+  5.1708647732953469E-05  5.2202773206975788E-05  5.2701169741258242E-05
+  5.3203874245544202E-05  5.3710923948407142E-05  5.4222356400002125E-05
+  5.4738209474841312E-05  5.5258521374593298E-05  5.5783330630906413E-05
+  5.6312676108256613E-05  5.6846597006819683E-05  5.7385132865368346E-05
+  5.7928323564194127E-05  5.8476209328054646E-05  5.9028830729146054E-05
+  5.9586228690101166E-05  6.0148444487013548E-05  6.0715519752487364E-05
+  6.1287496478713729E-05  6.1864417020573553E-05  6.2446324098766791E-05
+  6.3033260802969164E-05  6.3625270595015594E-05  6.4222397312111280E-05
+  6.4824685170070394E-05  6.5432178766582639E-05  6.6044923084507953E-05
+  6.6662963495199429E-05  6.7286345761855215E-05  6.7915116042898885E-05
+  6.8549320895389034E-05  6.9189007278458331E-05  6.9834222556782068E-05
+  7.0485014504076542E-05  7.1141431306627649E-05  7.1803521566849771E-05
+  7.2471334306875359E-05  7.3144918972175351E-05  7.3824325435210684E-05
+  7.4509603999115467E-05  7.5200805401411550E-05  7.5897980817755283E-05
+  7.6601181865716355E-05  7.7310460608589305E-05  7.8025869559237657E-05
+  7.8747461683971310E-05  7.9475290406457122E-05  8.0209409611663236E-05
+  8.0949873649837289E-05  8.1696737340518908E-05  8.2450055976586537E-05
+  8.3209885328339403E-05  8.3976281647614218E-05  8.4749301671937550E-05
+  8.5529002628713789E-05  8.6315442239449233E-05  8.7108678724012262E-05
+  8.7908770804930421E-05  8.8715777711724386E-05  8.9529759185278963E-05
+  9.0350775482252063E-05  9.1178887379521142E-05  9.2014156178668255E-05
+  9.2856643710503446E-05  9.3706412339627124E-05  9.4563524969031498E-05
+  9.5428045044741844E-05  9.6300036560497315E-05  9.7179564062472239E-05
+  9.8066692654037932E-05  9.8961488000565349E-05  9.9864016334269066E-05
+  1.0077434445909297E-04  1.0169253975563776E-04  1.0261867018613074E-04
+  1.0355280429943874E-04  1.0449501123612354E-04  1.0544536073354101E-04
+  1.0640392313098400E-04  1.0737076937486945E-04  1.0834597102397011E-04
+  1.0932960025469088E-04  1.1032172986639089E-04  1.1132243328675084E-04
+  1.1233178457718681E-04  1.1334985843831040E-04  1.1437673021543577E-04
+  1.1541247590413378E-04  1.1645717215583420E-04  1.1751089628347549E-04
+  1.1857372626720359E-04  1.1964574076011935E-04  1.2072701909407533E-04
+  1.2181764128552221E-04  1.2291768804140567E-04  1.2402724076511368E-04
+  1.2514638156247486E-04  1.2627519324780816E-04  1.2741375935002472E-04
+  1.2856216411878194E-04  1.2972049253069019E-04  1.3088883029557303E-04
+  1.3206726386278097E-04  1.3325588042755929E-04  1.3445476793747066E-04
+  1.3566401509887269E-04  1.3688371138345119E-04  1.3811394703480925E-04
+  1.3935481307511286E-04  1.4060640131179363E-04  1.4186880434430865E-04
+  1.4314211557095888E-04  1.4442642919576521E-04  1.4572184023540404E-04
+  1.4702844452620212E-04  1.4834633873119117E-04  1.4967562034722324E-04
+  1.5101638771214672E-04  1.5236874001204386E-04  1.5373277728853075E-04
+  1.5510860044611903E-04  1.5649631125964152E-04  1.5789601238174058E-04
+  1.5930780735042130E-04  1.6073180059666907E-04  1.6216809745213219E-04
+  1.6361680415687065E-04  1.6507802786717085E-04  1.6655187666342751E-04
+  1.6803845955809299E-04  1.6953788650369433E-04  1.7105026840091928E-04
+  1.7257571710677146E-04  1.7411434544279485E-04  1.7566626720336948E-04
+  1.7723159716407714E-04  1.7881045109013937E-04  1.8040294574492722E-04
+  1.8200919889854391E-04  1.8362932933648087E-04  1.8526345686834797E-04
+  1.8691170233667783E-04  1.8857418762580611E-04  1.9025103567082714E-04
+  1.9194237046662633E-04  1.9364831707698984E-04  1.9536900164379193E-04
+  1.9710455139626090E-04  1.9885509466032405E-04  2.0062076086803290E-04
+  2.0240168056706804E-04  2.0419798543032641E-04  2.0600980826558911E-04
+  2.0783728302527273E-04  2.0968054481626343E-04  2.1153972990983530E-04
+  2.1341497575165316E-04  2.1530642097186068E-04  2.1721420539525476E-04
+  2.1913847005154666E-04  2.2107935718571094E-04  2.2303701026842184E-04
+  2.2501157400657993E-04  2.2700319435392746E-04  2.2901201852175453E-04
+  2.3103819498969722E-04  2.3308187351662652E-04  2.3514320515163141E-04
+  2.3722234224509442E-04  2.3931943845986281E-04  2.4143464878251340E-04
+  2.4356812953471474E-04  2.4572003838468540E-04  2.4789053435875002E-04
+  2.5007977785299377E-04  2.5228793064501620E-04  2.5451515590578478E-04
+  2.5676161821158987E-04  2.5902748355610114E-04  2.6131291936252679E-04
+  2.6361809449587556E-04  2.6594317927532428E-04  2.6828834548668992E-04
+  2.7065376639500750E-04  2.7303961675721560E-04  2.7544607283494922E-04
+  2.7787331240744170E-04  2.8032151478453644E-04  2.8279086081980909E-04
+  2.8528153292380087E-04  2.8779371507736511E-04  2.9032759284512656E-04
+  2.9288335338905534E-04  2.9546118548215590E-04  2.9806127952227291E-04
+  3.0068382754601364E-04  3.0332902324278863E-04  3.0599706196897213E-04
+  3.0868814076218218E-04  3.1140245835568193E-04  3.1414021519290318E-04
+  3.1690161344209337E-04  3.1968685701108657E-04  3.2249615156219945E-04
+  3.2532970452725442E-04  3.2818772512272886E-04  3.3107042436503431E-04
+  3.3397801508592342E-04  3.3691071194802863E-04  3.3986873146053256E-04
+  3.4285229199497029E-04  3.4586161380116586E-04  3.4889691902330398E-04
+  3.5195843171613710E-04  3.5504637786133047E-04  3.5816098538394474E-04
+  3.6130248416905899E-04  3.6447110607853311E-04  3.6766708496791288E-04
+  3.7089065670347764E-04  3.7414205917943208E-04  3.7742153233524356E-04
+  3.8072931817312577E-04  3.8406566077566932E-04  3.8743080632362307E-04
+  3.9082500311382379E-04  3.9424850157727856E-04  3.9770155429739887E-04
+  4.0118441602838862E-04  4.0469734371378875E-04  4.0824059650517580E-04
+  4.1181443578102085E-04  4.1541912516570499E-04  4.1905493054869721E-04
+  4.2272212010389243E-04  4.2642096430911363E-04  4.3015173596577718E-04
+  4.3391471021872501E-04  4.3771016457622240E-04  4.4153837893012496E-04
+  4.4539963557621592E-04  4.4929421923471305E-04  4.5322241707094926E-04
+  4.5718451871622716E-04  4.6118081628884815E-04  4.6521160441531878E-04
+  4.6927718025173513E-04  4.7337784350534801E-04  4.7751389645630680E-04
+  4.8168564397958941E-04  4.8589339356711248E-04  4.9013745535002968E-04
+  4.9441814212121751E-04  4.9873576935794751E-04  5.0309065524475058E-04
+  5.0748312069647168E-04  5.1191348938151883E-04  5.1638208774530648E-04
+  5.2088924503389472E-04  5.2543529331782770E-04  5.3002056751617129E-04
+  5.3464540542075029E-04  5.3931014772059052E-04  5.4401513802656513E-04
+  5.4876072289624582E-04  5.5354725185896298E-04  5.5837507744107456E-04
+  5.6324455519144616E-04  5.6815604370714489E-04  5.7310990465934649E-04
+  5.7810650281945914E-04  5.8314620608546574E-04  5.8822938550848604E-04
+  5.9335641531955833E-04  5.9852767295664740E-04  6.0374353909187521E-04
+  6.0900439765898030E-04  6.1431063588100342E-04  6.1966264429820690E-04
+  6.2506081679622265E-04  6.3050555063443872E-04  6.3599724647461667E-04
+  6.4153630840975309E-04  6.4712314399317501E-04  6.5275816426788090E-04
+  6.5844178379612399E-04  6.6417442068924105E-04  6.6995649663772984E-04
+  6.7578843694157469E-04  6.8167067054082360E-04  6.8760363004642081E-04
+  6.9358775177129242E-04  6.9962347576169081E-04  7.0571124582879800E-04
+  7.1185150958059159E-04  7.1804471845397311E-04  7.2429132774716259E-04
+  7.3059179665236164E-04  7.3694658828868463E-04  7.4335616973536414E-04
+  7.4982101206522882E-04  7.5634159037845890E-04  7.6291838383661800E-04
+  7.6955187569696887E-04  7.7624255334706892E-04  7.8299090833965242E-04
+  7.8979743642779913E-04  7.9666263760039388E-04  8.0358701611787540E-04
+  8.1057108054828208E-04  8.1761534380359155E-04  8.2472032317636027E-04
+  8.3188654037666355E-04  8.3911452156933987E-04  8.4640479741153788E-04
+  8.5375790309057500E-04  8.6117437836210394E-04  8.6865476758859193E-04
+  8.7619961977811699E-04  8.8380948862347973E-04  8.9148493254163571E-04
+  8.9922651471344996E-04  9.0703480312377769E-04  9.1491037060187070E-04
+  9.2285379486211532E-04  9.3086565854510063E-04  9.3894654925902245E-04
+  9.4709705962142676E-04  9.5531778730129091E-04  9.6360933506144640E-04
+  9.7197231080135057E-04  9.8040732760020259E-04  9.8891500376041184E-04
+  9.9749596285141919E-04  1.0061508337538727E-03  1.0148802507041639E-03
+  1.0236848533393221E-03  1.0325652867422762E-03  1.0415222014874804E-03
+  1.0505562536869105E-03  1.0596681050364320E-03  1.0688584228625412E-03
+  1.0781278801694873E-03  1.0874771556867733E-03  1.0969069339170385E-03
+  1.1064179051843296E-03  1.1160107656827589E-03  1.1256862175255567E-03
+  1.1354449687945153E-03  1.1452877335898328E-03  1.1552152320803578E-03
+  1.1652281905542342E-03  1.1753273414699581E-03  1.1855134235078373E-03
+  1.1957871816218697E-03  1.2061493670920324E-03  1.2166007375769923E-03
+  1.2271420571672337E-03  1.2377740964386182E-03  1.2484976325063642E-03
+  1.2593134490794596E-03  1.2702223365155141E-03  1.2812250918760358E-03
+  1.2923225189821626E-03  1.3035154284708242E-03  1.3148046378513589E-03
+  1.3261909715625748E-03  1.3376752610302681E-03  1.3492583447251914E-03
+  1.3609410682214878E-03  1.3727242842555833E-03  1.3846088527855443E-03
+  1.3965956410509084E-03  1.4086855236329827E-03  1.4208793825156204E-03
+  1.4331781071464740E-03  1.4455825944987364E-03  1.4580937491333573E-03
+  1.4707124832617595E-03  1.4834397168090405E-03  1.4962763774776715E-03
+  1.5092234008116979E-03  1.5222817302614389E-03  1.5354523172486951E-03
+  1.5487361212324657E-03  1.5621341097751759E-03  1.5756472586094254E-03
+  1.5892765517052530E-03  1.6030229813379278E-03  1.6168875481562611E-03
+  1.6308712612514581E-03  1.6449751382264959E-03  1.6592002052660420E-03
+  1.6735474972069163E-03  1.6880180576090908E-03  1.7026129388272467E-03
+  1.7173332020828786E-03  1.7321799175369532E-03  1.7471541643631296E-03
+  1.7622570308215429E-03  1.7774896143331526E-03  1.7928530215546624E-03
+  1.8083483684540138E-03  1.8239767803864566E-03  1.8397393921712000E-03
+  1.8556373481686526E-03  1.8716718023582494E-03  1.8878439184168679E-03
+  1.9041548697978439E-03  1.9206058398105880E-03  1.9371980217008022E-03
+  1.9539326187313099E-03  1.9708108442634898E-03  1.9878339218393302E-03
+  2.0050030852641018E-03  2.0223195786896533E-03  2.0397846566983270E-03
+  2.0573995843875190E-03  2.0751656374548562E-03  2.0930841022840240E-03
+  2.1111562760312325E-03  2.1293834667123262E-03  2.1477669932905429E-03
+  2.1663081857649317E-03  2.1850083852594173E-03  2.2038689441125411E-03
+  2.2228912259678480E-03  2.2420766058649602E-03  2.2614264703313077E-03
+  2.2809422174745503E-03  2.3006252570756695E-03  2.3204770106827434E-03
+  2.3404989117054189E-03  2.3606924055100662E-03  2.3810589495156360E-03
+  2.4016000132902112E-03  2.4223170786482643E-03  2.4432116397486237E-03
+  2.4642852031931447E-03  2.4855392881261021E-03  2.5069754263342976E-03
+  2.5285951623478932E-03  2.5504000535419642E-03  2.5723916702387905E-03
+  2.5945715958108737E-03  2.6169414267847007E-03  2.6395027729452388E-03
+  2.6622572574411824E-03  2.6852065168909488E-03  2.7083522014894204E-03
+  2.7316959751154538E-03  2.7552395154401333E-03  2.7789845140358065E-03
+  2.8029326764858731E-03  2.8270857224953496E-03  2.8514453860022109E-03
+  2.8760134152895031E-03  2.9007915730982488E-03  2.9257816367411270E-03
+  2.9509853982169457E-03  2.9764046643259113E-03  3.0020412567856904E-03
+  3.0278970123482620E-03  3.0539737829175960E-03  3.0802734356681094E-03
+  3.1067978531639537E-03  3.1335489334791064E-03  3.1605285903182753E-03
+  3.1877387531386307E-03  3.2151813672723550E-03  3.2428583940500217E-03
+  3.2707718109247956E-03  3.2989236115974763E-03  3.3273158061423703E-03
+  3.3559504211340004E-03  3.3848294997746633E-03  3.4139551020228240E-03
+  3.4433293047223634E-03  3.4729542017326686E-03  3.5028319040595881E-03
+  3.5329645399872272E-03  3.5633542552106182E-03  3.5940032129692370E-03
+  3.6249135941813929E-03  3.6560875975794830E-03  3.6875274398461108E-03
+  3.7192353557510814E-03  3.7512135982892647E-03  3.7834644388193409E-03
+  3.8159901672034182E-03  3.8487930919475308E-03  3.8818755403430276E-03
+  3.9152398586088316E-03  3.9488884120345968E-03  3.9828235851247411E-03
+  4.0170477817433881E-03  4.0515634252601806E-03  4.0863729586969886E-03
+  4.1214788448755302E-03  4.1568835665658716E-03  4.1925896266358249E-03
+  4.2285995482012522E-03  4.2649158747772612E-03  4.3015411704303130E-03
+  4.3384780199312127E-03  4.3757290289090220E-03  4.4132968240058615E-03
+  4.4511840530326230E-03  4.4893933851255820E-03  4.5279275109039183E-03
+  4.5667891426281375E-03  4.6059810143594029E-03  4.6455058821197638E-03
+  4.6853665240533006E-03  4.7255657405881526E-03  4.7661063545994826E-03
+  4.8069912115733110E-03  4.8482231797712756E-03  4.8898051503962854E-03
+  4.9317400377590741E-03  4.9740307794456573E-03  5.0166803364856752E-03
+  5.0596916935216609E-03  5.1030678589791692E-03  5.1468118652378278E-03
+  5.1909267688032600E-03  5.2354156504799106E-03  5.2802816155447518E-03
+  5.3255277939218736E-03  5.3711573403579602E-03  5.4171734345986461E-03
+  5.4635792815657313E-03  5.5103781115353086E-03  5.5575731803167109E-03
+  5.6051677694323619E-03  5.6531651862984696E-03  5.7015687644065855E-03
+  5.7503818635060103E-03  5.7996078697870497E-03  5.8492501960651245E-03
+  5.8993122819657011E-03  5.9497975941100734E-03  6.0007096263019538E-03
+  6.0520518997149069E-03  6.1038279630805806E-03  6.1560413928777565E-03
+  6.2086957935222013E-03  6.2617947975573138E-03  6.3153420658455658E-03
+  6.3693412877607013E-03  6.4237961813807583E-03  6.4787104936817894E-03
+  6.5340880007324041E-03  6.5899325078890092E-03  6.6462478499918201E-03
+  6.7030378915615895E-03  6.7603065269970630E-03  6.8180576807731286E-03
+  6.8762953076396830E-03  6.9350233928211838E-03  6.9942459522168770E-03
+  7.0539670326016908E-03  7.1141907118277819E-03  7.1749210990267234E-03
+  7.2361623348123471E-03  7.2979185914841442E-03  7.3601940732313399E-03
+  7.4229930163375148E-03  7.4863196893857975E-03  7.5501783934646440E-03
+  7.6145734623741515E-03  7.6795092628328858E-03  7.7449901946852482E-03
+  7.8110206911093227E-03  7.8776052188252021E-03  7.9447482783037929E-03
+  8.0124544039760406E-03  8.0807281644426111E-03  8.1495741626839494E-03
+  8.2189970362707369E-03  8.2890014575747305E-03  8.3595921339799165E-03
+  8.4307738080940317E-03  8.5025512579603498E-03  8.5749292972697646E-03
+  8.6479127755731394E-03  8.7215065784938834E-03  8.7957156279407298E-03
+  8.8705448823207262E-03  8.9459993367523478E-03  9.0220840232787900E-03
+  9.0988040110813288E-03  9.1761644066927928E-03  9.2541703542110554E-03
+  9.3328270355125826E-03  9.4121396704659674E-03  9.4921135171454028E-03
+  9.5727538720441346E-03  9.6540660702877749E-03  9.7360554858474981E-03
+  9.8187275317530888E-03  9.9020876603057723E-03  9.9861413632908267E-03
+  1.0070894172189902E-02  1.0156351658393079E-02  1.0242519433410551E-02
+  1.0329403149083923E-02  1.0417008497797137E-02  1.0505341212686873E-02
+  1.0594407067852521E-02  1.0684211878565556E-02  1.0774761501478360E-02
+  1.0866061834832417E-02  1.0958118818665815E-02  1.1050938435020070E-02
+  1.1144526708146137E-02  1.1238889704709662E-02  1.1334033533995336E-02
+  1.1429964348110364E-02  1.1526688342186965E-02  1.1624211754583860E-02
+  1.1722540867086706E-02  1.1821682005107402E-02  1.1921641537882235E-02
+  1.2022425878668780E-02  1.2124041484941525E-02  1.2226494858586161E-02
+  1.2329792546092441E-02  1.2433941138745590E-02  1.2538947272816207E-02
+  1.2644817629748523E-02  1.2751558936347060E-02  1.2859177964961537E-02
+  1.2967681533669964E-02  1.3077076506459954E-02  1.3187369793408000E-02
+  1.3298568350856844E-02  1.3410679181590709E-02  1.3523709335008438E-02
+  1.3637665907294325E-02  1.3752556041586752E-02  1.3868386928144336E-02
+  1.3985165804509701E-02  1.4102899955670651E-02  1.4221596714218734E-02
+  1.4341263460505099E-02  1.4461907622793516E-02  1.4583536677410566E-02
+  1.4706158148892806E-02  1.4829779610130857E-02  1.4954408682510363E-02
+  1.5080053036049656E-02  1.5206720389534053E-02  1.5334418510646751E-02
+  1.5463155216096076E-02  1.5592938371739159E-02  1.5723775892701766E-02
+  1.5855675743494290E-02  1.5988645938123755E-02  1.6122694540201737E-02
+  1.6257829663048038E-02  1.6394059469790070E-02  1.6531392173457775E-02
+  1.6669836037074028E-02  1.6809399373740288E-02  1.6950090546717502E-02
+  1.7091917969502057E-02  1.7234890105896680E-02  1.7379015470076118E-02
+  1.7524302626647548E-02  1.7670760190705494E-02  1.7818396827881128E-02
+  1.7967221254385903E-02  1.8117242237049247E-02  1.8268468593350247E-02
+  1.8420909191443208E-02  1.8574572950176831E-02  1.8729468839106946E-02
+  1.8885605878502645E-02  1.9042993139345567E-02  1.9201639743322313E-02
+  1.9361554862809688E-02  1.9522747720852714E-02  1.9685227591135179E-02
+  1.9849003797942567E-02  2.0014085716117236E-02  2.0180482771005558E-02
+  2.0348204438397011E-02  2.0517260244454834E-02  2.0687659765638255E-02
+  2.0859412628615976E-02  2.1032528510170751E-02  2.1207017137094872E-02
+  2.1382888286076415E-02  2.1560151783575912E-02  2.1738817505693370E-02
+  2.1918895378025400E-02  2.2100395375512137E-02  2.2283327522273969E-02
+  2.2467701891437535E-02  2.2653528604951140E-02  2.2840817833388996E-02
+  2.3029579795744333E-02  2.3219824759211000E-02  2.3411563038953399E-02
+  2.3604804997864440E-02  2.3799561046311375E-02  2.3995841641869083E-02
+  2.4193657289040792E-02  2.4393018538965840E-02  2.4593935989114104E-02
+  2.4796420282967201E-02  2.5000482109685692E-02  2.5206132203762558E-02
+  2.5413381344662193E-02  2.5622240356444888E-02  2.5832720107376611E-02
+  2.6044831509523469E-02  2.6258585518330782E-02  2.6473993132186666E-02
+  2.6691065391969315E-02  2.6909813380578095E-02  2.7130248222448056E-02
+  2.7352381083047366E-02  2.7576223168357616E-02  2.7801785724336468E-02
+  2.8029080036362466E-02  2.8258117428661463E-02  2.8488909263714678E-02
+  2.8721466941647626E-02  2.8955801899599939E-02  2.9191925611075462E-02
+  2.9429849585272463E-02  2.9669585366393466E-02  2.9911144532934412E-02
+  3.0154538696952719E-02  3.0399779503313958E-02  3.0646878628916616E-02
+  3.0895847781894793E-02  3.1146698700798156E-02  3.1399443153749013E-02
+  3.1654092937575908E-02  3.1910659876923556E-02  3.2169155823338340E-02
+  3.2429592654329480E-02  3.2691982272404871E-02  3.2956336604081690E-02
+  3.3222667598870902E-02  3.3490987228235611E-02  3.3761307484522475E-02
+  3.4033640379865948E-02  3.4307997945064929E-02  3.4584392228431085E-02
+  3.4862835294608742E-02  3.5143339223365606E-02  3.5425916108353966E-02
+  3.5710578055841817E-02  3.5997337183413594E-02  3.6286205618639690E-02
+  3.6577195497714675E-02  3.6870318964063391E-02  3.7165588166914558E-02
+  3.7463015259841310E-02  3.7762612399268258E-02  3.8064391742944376E-02
+  3.8368365448381347E-02  3.8674545671256749E-02  3.8982944563781527E-02
+  3.9293574273031269E-02  3.9606446939240661E-02  3.9921574694060540E-02
+  4.0238969658777185E-02  4.0558643942492908E-02  4.0880609640267823E-02
+  4.1204878831221758E-02  4.1531463576596060E-02  4.1860375917774542E-02
+  4.2191627874262998E-02  4.2525231441626697E-02  4.2861198589385217E-02
+  4.3199541258864139E-02  4.3540271361002671E-02  4.3883400774117003E-02
+  4.4228941341618359E-02  4.4576904869685359E-02  4.4927303124889982E-02
+  4.5280147831776522E-02  4.5635450670392610E-02  4.5993223273772317E-02
+  4.6353477225369817E-02  4.6716224056443607E-02  4.7081475243390229E-02
+  4.7449242205027137E-02  4.7819536299823655E-02  4.8192368823079673E-02
+  4.8567751004051266E-02  4.8945694003022462E-02  4.9326208908322608E-02
+  4.9709306733288446E-02  5.0094998413170534E-02  5.0483294801982818E-02
+  5.0874206669295076E-02  5.1267744696967273E-02  5.1663919475825194E-02
+  5.2062741502276688E-02  5.2464221174867556E-02  5.2868368790776686E-02
+  5.3275194542249472E-02  5.3684708512968853E-02  5.4096920674363225E-02
+  5.4511840881850543E-02  5.4929478871017734E-02  5.5349844253734883E-02
+  5.5772946514203184E-02  5.6198795004936256E-02  5.6627398942673664E-02
+  5.7058767404226253E-02  5.7492909322252345E-02  5.7929833480964081E-02
+  5.8369548511763361E-02  5.8812062888806131E-02  5.9257384924494921E-02
+  5.9705522764898371E-02  6.0156484385097249E-02  6.0610277584456113E-02
+  6.1066909981819940E-02  6.1526389010634897E-02  6.1988721913992649E-02
+  6.2453915739597313E-02  6.2921977334654405E-02  6.3392913340681048E-02
+  6.3866730188236687E-02  6.4343434091573601E-02  6.4823031043206469E-02
+  6.5305526808400335E-02  6.5790926919576193E-02  6.6279236670633526E-02
+  6.6770461111189117E-02  6.7264605040731354E-02  6.7761673002689496E-02
+  6.8261669278417078E-02  6.8764597881088810E-02  6.9270462549510498E-02
+  6.9779266741840915E-02  7.0291013629225657E-02  7.0805706089341530E-02
+  7.1323346699851450E-02  7.1843937731769197E-02  7.2367481142733003E-02
+  7.2893978570187964E-02  7.3423431324476165E-02  7.3955840381834489E-02
+  7.4491206377299099E-02  7.5029529597516215E-02  7.5570809973459135E-02
+  7.6115047073049891E-02  7.6662240093686468E-02  7.7212387854674130E-02
+  7.7765488789560508E-02  7.8321540938374568E-02  7.8880541939768553E-02
+  7.9442489023062696E-02  8.0007379000192336E-02  8.0575208257557082E-02
+  8.1145972747771772E-02  8.1719667981318897E-02  8.2296289018102139E-02
+  8.2875830458900984E-02  8.3458286436725967E-02  8.4043650608074616E-02
+  8.4631916144087702E-02  8.5223075721605840E-02  8.5817121514126293E-02
+  8.6414045182659854E-02  8.7013837866487920E-02  8.7616490173819561E-02
+  8.8221992172348926E-02  8.8830333379712606E-02  8.9441502753847657E-02
+  9.0055488683249751E-02  9.0672278977132259E-02  9.1291860855486309E-02
+  9.1914220939041599E-02  9.2539345239129114E-02  9.3167219147445551E-02
+  9.3797827425719849E-02  9.4431154195282530E-02  9.5067182926538263E-02
+  9.5705896428342041E-02  9.6347276837279436E-02  9.6991305606852304E-02
+  9.7637963496569863E-02  9.8287230560945862E-02  9.8939086138403395E-02
+  9.9593508840087427E-02  1.0025047653858639E-01  1.0090996635656364E-01
+  1.0157195465529986E-01  1.0223641702314745E-01  1.0290332826389807E-01
+  1.0357266238506466E-01  1.0424439258607907E-01  1.0491849124640659E-01
+  1.0559492991357912E-01  1.0627367929114792E-01  1.0695470922655831E-01
+  1.0763798869894670E-01  1.0832348580686310E-01  1.0901116775591981E-01
+  1.0970100084636832E-01  1.1039295046060706E-01  1.1108698105062076E-01
+  1.1178305612535483E-01  1.1248113823802564E-01  1.1318118897337014E-01
+  1.1388316893483610E-01  1.1458703773171636E-01  1.1529275396622847E-01
+  1.1600027522054350E-01  1.1670955804376573E-01  1.1742055793886655E-01
+  1.1813322934957519E-01  1.1884752564722917E-01  1.1956339911758763E-01
+  1.2028080094761112E-01  1.2099968121220998E-01  1.2171998886096558E-01
+  1.2244167170482753E-01  1.2316467640279054E-01  1.2388894844855432E-01
+  1.2461443215717039E-01  1.2534107065167974E-01  1.2606880584974489E-01
+  1.2679757845028117E-01  1.2752732792009042E-01  1.2825799248050213E-01
+  1.2898950909402598E-01  1.2972181345102038E-01  1.3045483995638169E-01
+  1.3118852171625883E-01  1.3192279052479783E-01  1.3265757685092158E-01
+  1.3339280982514948E-01  1.3412841722646265E-01  1.3486432546921956E-01
+  1.3560045959012737E-01  1.3633674323527495E-01  1.3707309864723308E-01
+  1.3780944665222683E-01  1.3854570664738730E-01  1.3928179658808765E-01
+  1.4001763297536962E-01  1.4075313084346736E-01  1.4148820374743434E-01
+  1.4222276375087997E-01  1.4295672141382224E-01  1.4368998578066355E-01
+  1.4442246436829645E-01  1.4515406315434548E-01  1.4588468656555306E-01
+  1.4661423746631624E-01  1.4734261714738137E-01  1.4806972531470425E-01
+  1.4879546007848343E-01  1.4951971794237370E-01  1.5024239379288842E-01
+  1.5096338088899755E-01  1.5168257085192999E-01  1.5239985365518779E-01
+  1.5311511761478111E-01  1.5382824937969133E-01  1.5453913392257135E-01
+  1.5524765453069131E-01  1.5595369279713828E-01  1.5665712861227865E-01
+  1.5735784015549228E-01  1.5805570388718659E-01  1.5875059454110058E-01
+  1.5944238511690687E-01  1.6013094687312163E-01  1.6081614932033136E-01
+  1.6149786021474569E-01  1.6217594555208631E-01  1.6285026956182058E-01
+  1.6352069470175032E-01  1.6418708165296481E-01  1.6484928931516823E-01
+  1.6550717480239086E-01  1.6616059343909428E-01  1.6680939875668041E-01
+  1.6745344249041472E-01  1.6809257457677229E-01  1.6872664315121991E-01
+  1.6935549454644028E-01  1.6997897329101203E-01  1.7059692210855387E-01
+  1.7120918191734424E-01  1.7181559183042572E-01  1.7241598915620598E-01
+  1.7301020939956413E-01  1.7359808626347437E-01  1.7417945165115617E-01
+  1.7475413566876252E-01  1.7532196662861557E-01  1.7588277105300151E-01
+  1.7643637367853376E-01  1.7698259746109654E-01  1.7752126358137765E-01
+  1.7805219145100215E-01  1.7857519871927727E-01  1.7909010128055811E-01
+  1.7959671328224586E-01  1.8009484713342805E-01  1.8058431351417162E-01
+  1.8106492138547869E-01  1.8153647799991576E-01  1.8199878891292695E-01
+  1.8245165799484048E-01  1.8289488744357915E-01  1.8332827779808530E-01
+  1.8375162795246947E-01  1.8416473517089316E-01  1.8456739510319542E-01
+  1.8495940180127379E-01  1.8534054773622827E-01  1.8571062381627837E-01
+  1.8606941940546359E-01  1.8641672234313539E-01  1.8675231896425126E-01
+  1.8707599412047968E-01  1.8738753120212498E-01  1.8768671216088159E-01
+  1.8797331753342644E-01  1.8824712646585831E-01  1.8850791673899309E-01
+  1.8875546479452282E-01  1.8898954576204885E-01  1.8920993348699466E-01
+  1.8941640055940911E-01  1.8960871834366738E-01  1.8978665700907693E-01
+  1.8994998556139664E-01  1.9009847187527770E-01  1.9023188272763270E-01
+  1.9034998383194052E-01  1.9045253987349481E-01  1.9053931454560233E-01
+  1.9061007058673943E-01  1.9066456981867116E-01  1.9070257318554282E-01
+  1.9072384079394722E-01  1.9072813195397628E-01  1.9071520522126190E-01
+  1.9068481844001281E-01  1.9063672878705260E-01  1.9057069281686509E-01
+  1.9048646650765264E-01  1.9038380530841176E-01  1.9026246418703277E-01
+  1.9012219767942692E-01  1.8996275993968689E-01  1.8978390479128524E-01
+  1.8958538577931422E-01  1.8936695622377303E-01  1.8912836927390486E-01
+  1.8886937796358891E-01  1.8858973526779080E-01  1.8828919416007472E-01
+  1.8796750767118101E-01  1.8762442894867221E-01  1.8725971131765098E-01
+  1.8687310834255216E-01  1.8646437389001205E-01  1.8603326219281718E-01
+  1.8557952791493515E-01  1.8510292621762886E-01  1.8460321282665645E-01
+  1.8408014410055912E-01  1.8353347710003629E-01  1.8296296965841230E-01
+  1.8236838045319240E-01  1.8174946907871034E-01  1.8110599611986866E-01
+  1.8043772322696969E-01  1.7974441319163953E-01  1.7902583002384267E-01
+  1.7828173902998756E-01  1.7751190689212212E-01  1.7671610174821764E-01
+  1.7589409327353905E-01  1.7504565276310044E-01  1.7417055321520225E-01
+  1.7326856941604885E-01  1.7233947802544200E-01  1.7138305766354717E-01
+  1.7039908899872855E-01  1.6938735483644851E-01  1.6834764020922588E-01
+  1.6727973246764802E-01  1.6618342137243058E-01  1.6505849918751792E-01
+  1.6390476077421665E-01  1.6272200368635595E-01  1.6151002826646363E-01
+  1.6026863774295066E-01  1.5899763832829297E-01  1.5769683931820019E-01
+  1.5636605319175925E-01  1.5500509571254079E-01  1.5361378603065434E-01
+  1.5219194678573822E-01  1.5073940421086862E-01  1.4925598823737163E-01
+  1.4774153260051959E-01  1.4619587494609473E-01  1.4461885693779852E-01
+  1.4301032436548658E-01  1.4137012725420578E-01  1.3969811997401035E-01
+  1.3799416135053100E-01  1.3625811477627062E-01  1.3448984832259761E-01
+  1.3268923485240755E-01  1.3085615213342061E-01  1.2899048295208138E-01
+  1.2709211522802633E-01  1.2516094212908108E-01  1.2319686218674823E-01
+  1.2119977941214478E-01  1.1916960341234611E-01  1.1710624950709043E-01
+  1.1500963884579581E-01  1.1287969852484114E-01  1.1071636170505673E-01
+  1.0851956772937145E-01  1.0628926224055793E-01  1.0402539729901659E-01
+  1.0172793150053591E-01  9.9396830093963648E-02  9.7032065098721004E-02
+  9.4633615422089729E-02  9.2201466976197591E-02  8.9735612794627120E-02
+  8.7236053148566833E-02  8.4702795662424168E-02  8.2135855428813617E-02
+  7.9535255122832479E-02  7.6901025115532623E-02  7.4233203586493837E-02
+  7.1531836635401400E-02  6.8796978392527131E-02  6.6028691128010478E-02
+  6.3227045359832923E-02  6.0392119960375856E-02  5.7524002261449429E-02
+  5.4622788157676766E-02  5.1688582208114876E-02  4.8721497735991062E-02
+  4.5721656926430813E-02  4.2689190922050410E-02  3.9624239916285227E-02
+  3.6526953244321966E-02  3.3397489471501202E-02  3.0236016479054321E-02
+  2.7042711547036944E-02  2.3817761434319708E-02  2.0561362455495148E-02
+  1.7273720554558676E-02  1.3955051375220701E-02  1.0605580327705888E-02
+  7.2255426518957125E-03  3.8151834766700535E-03  3.7475787530424849E-04
+ -3.0954690832213964E-03 -6.5952222871412981E-03 -1.0124216539193537E-02
+ -1.3682156518415889E-02 -1.7268736746584124E-02 -2.0883641559424352E-02
+ -2.4526545082727485E-02 -2.8197111213489206E-02 -3.1894993606193640E-02
+ -3.5619835664353096E-02 -3.9371270537409332E-02 -4.3148921123094472E-02
+ -4.6952400075341127E-02 -5.0781309817822140E-02 -5.4635242563190106E-02
+ -5.8513780338075277E-02 -6.2416495013888802E-02 -6.6342948343464186E-02
+ -7.0292692003555798E-02 -7.4265267643197297E-02 -7.8260206937906140E-02
+ -8.2277031649701890E-02 -8.6315253692886701E-02 -9.0374375205515334E-02
+ -9.4453888626460564E-02 -9.8553276777954543E-02 -1.0267201295346358E-01
+ -1.0680956101072640E-01 -1.1096537546975800E-01 -1.1513890161559204E-01
+ -1.1932957560550478E-01 -1.2353682458043061E-01 -1.2776006678024723E-01
+ -1.3199871166257243E-01 -1.3625216002468207E-01 -1.4051980412811921E-01
+ -1.4480102782553059E-01 -1.4909520668922718E-01 -1.5340170814092957E-01
+ -1.5771989158212038E-01 -1.6204910852439028E-01 -1.6638870271912720E-01
+ -1.7073801028586486E-01 -1.7509635983857291E-01 -1.7946307260914249E-01
+ -1.8383746256729247E-01 -1.8821883653610036E-01 -1.9260649430234203E-01
+ -1.9699972872081356E-01 -2.0139782581179960E-01 -2.0580006485085728E-01
+ -2.1020571845008992E-01 -2.1461405263010763E-01 -2.1902432688189746E-01
+ -2.2343579421786733E-01 -2.2784770121137990E-01 -2.3225928802415616E-01
+ -2.3666978842100825E-01 -2.4107842977145028E-01 -2.4548443303784484E-01
+ -2.4988701274985831E-01 -2.5428537696513664E-01 -2.5867872721625312E-01
+ -2.6306625844414389E-01 -2.6744715891841137E-01 -2.7182061014505449E-01
+ -2.7618578676236843E-01 -2.8054185642594465E-01 -2.8488797968388901E-01
+ -2.8922330984356603E-01 -2.9354699283135366E-01 -2.9785816704706819E-01
+ -3.0215596321487831E-01 -3.0643950423266775E-01 -3.1070790502193191E-01
+ -3.1496027238039415E-01 -3.1919570483960386E-01 -3.2341329252982759E-01
+ -3.2761211705456389E-01 -3.3179125137700821E-01
+===== PHI 3 =====   [phi(r)=PHI(r)/r*Ylm(th,ph)]
+ 1  : radial mesh index
+  0.0000000000000000E+00  1.5432681790901539E-15  6.2265571735002773E-15
+  1.4131310834556189E-14  2.5340620031529765E-14  3.9939253264780519E-14
+  5.8013687827889258E-14  7.9652141528466131E-14  1.0494460497749505E-13
+  1.3398287445724188E-13  1.6686058537792859E-13  2.0367324633355335E-13
+  2.4451827376741740E-13  2.8949502725810592E-13  3.3870484543685672E-13
+  3.9225108254744015E-13  4.5023914565987387E-13  5.1277653254948658E-13
+  5.7997287025305214E-13  6.5193995431391695E-13  7.2879178872825465E-13
+  8.1064462660479270E-13  8.9761701155056938E-13  9.8982981979550513E-13
+  1.0874063030687888E-12  1.1904721322403106E-12  1.2991554417406047E-12
+  1.4135868747729998E-12  1.5338996293319111E-12  1.6602295050414584E-12
+  1.7927149508288366E-12  1.9314971134471169E-12  2.0767198868624207E-12
+  2.2285299625206625E-12  2.3870768805093211E-12  2.5525130816299751E-12
+  2.7249939603976190E-12  2.9046779189830342E-12  3.0917264221147946E-12
+  3.2863040529577779E-12  3.4885785699853198E-12  3.6987209648624783E-12
+  3.9169055213581822E-12  4.1433098753043047E-12  4.3781150756200796E-12
+  4.6215056464205472E-12  4.8736696502280785E-12  5.1347987523063310E-12
+  5.4050882861363614E-12  5.6847373200549167E-12  5.9739487250753264E-12
+  6.2729292439117495E-12  6.5818895612278718E-12  6.9010443751315665E-12
+  7.2306124699373705E-12  7.5708167902190117E-12  7.9218845161746161E-12
+  8.2840471403276523E-12  8.6575405455869844E-12  9.0426050846899305E-12
+  9.4394856610525423E-12  9.8484318110517821E-12  1.0269697787764741E-11
+  1.0703542646190365E-11  1.1150230329979788E-11  1.1610029759701609E-11
+  1.2083214922669091E-11  1.2570064964356610E-11  1.3070864281433254E-11
+  1.3585902616441843E-11  1.4115475154152270E-11  1.4659882619618483E-11
+  1.5219431377968870E-11  1.5794433535960567E-11  1.6385207045328438E-11
+  1.6992075807960276E-11  1.7615369782930100E-11  1.8255425095422204E-11
+  1.8912584147579000E-11  1.9587195731306286E-11  2.0279615143070378E-11
+  2.0990204300721814E-11  2.1719331862381172E-11  2.2467373347423127E-11
+  2.3234711259595435E-11  2.4021735212310178E-11  2.4828842056145417E-11
+  2.5656436008595744E-11  2.6504928786111325E-11  2.7374739738465198E-11
+  2.8266295985489805E-11  2.9180032556224073E-11  3.0116392530513307E-11
+  3.1075827183104674E-11  3.2058796130282052E-11  3.3065767479084607E-11
+  3.4097217979154351E-11  3.5153633177258478E-11  3.6235507574533449E-11
+  3.7343344786498424E-11  3.8477657705886257E-11  3.9638968668341556E-11
+  4.0827809621035738E-11  4.2044722294250242E-11  4.3290258375979677E-11
+  4.4564979689607776E-11  4.5869458374709680E-11  4.7204277071035553E-11
+  4.8570029105730702E-11  4.9967318683849075E-11  5.1396761082217639E-11
+  5.2858982846709991E-11  5.4354621992989054E-11  5.5884328210779329E-11
+  5.7448763071730204E-11  5.9048600240933555E-11  6.0684525692158847E-11
+  6.2357237926871250E-11  6.4067448197098223E-11  6.5815880732212638E-11
+  6.7603272969699974E-11  6.9430375789979628E-11  7.1297953755351301E-11
+  7.3206785353137838E-11  7.5157663243098757E-11  7.7151394509187909E-11
+  7.9188800915732319E-11  8.1270719168108332E-11  8.3398001177994411E-11
+  8.5571514333279770E-11  8.7792141772710889E-11  9.0060782665357870E-11
+  9.2378352494985318E-11  9.4745783349413057E-11  9.7164024214953778E-11
+  9.9634041276016466E-11  1.0215681821996569E-10  1.0473335654732806E-10
+  1.0736467588743989E-10  1.1005181431963034E-10  1.1279582870003708E-10
+  1.1559779499415252E-10  1.1845880861520078E-10  1.2137998476844688E-10
+  1.2436245880154180E-10  1.2740738656100884E-10  1.3051594475497815E-10
+  1.3368933132227860E-10  1.3692876580799774E-10  1.4023548974562296E-10
+  1.4361076704587817E-10  1.4705588439237326E-10  1.5057215164418508E-10
+  1.5416090224549028E-10  1.5782349364237373E-10  1.6156130770693747E-10
+  1.6537575116883685E-10  1.6926825605437446E-10  1.7324028013328293E-10
+  1.7729330737333023E-10  1.8142884840288537E-10  1.8564844098158156E-10
+  1.8995365047921918E-10  1.9434607036305177E-10  1.9882732269360117E-10
+  2.0339905862915053E-10  2.0806295893906679E-10  2.1282073452610558E-10
+  2.1767412695785646E-10  2.2262490900748680E-10  2.2767488520394649E-10
+  2.3282589239179923E-10  2.3807980030084684E-10  2.4343851212571823E-10
+  2.4890396511559639E-10  2.5447813117425999E-10  2.6016301747061948E-10
+  2.6596066705993061E-10  2.7187315951587122E-10  2.7790261157367036E-10
+  2.8405117778448307E-10  2.9032105118120653E-10  2.9671446395593582E-10
+  3.0323368814926366E-10  3.0988103635163000E-10  3.1665886241692989E-10
+  3.2356956218859609E-10  3.3061557423837095E-10  3.3779938061799056E-10
+  3.4512350762400384E-10  3.5259052657595896E-10  3.6020305460818550E-10
+  3.6796375547541318E-10  3.7587534037246555E-10  3.8394056876827371E-10
+  3.9216224925446316E-10  4.0054324040876133E-10  4.0908645167349007E-10
+  4.1779484424940161E-10  4.2667143200512701E-10  4.3571928240250868E-10
+  4.4494151743809370E-10  4.5434131460106798E-10  4.6392190784792086E-10
+  4.7368658859412730E-10  4.8363870672314689E-10  4.9378167161304006E-10
+  5.0411895318100885E-10  5.1465408294617204E-10  5.2539065511089732E-10
+  5.3633232766100629E-10  5.4748282348518800E-10  5.5884593151394975E-10
+  5.7042550787844977E-10  5.8222547708955291E-10  5.9424983323746803E-10
+  6.0650264121231777E-10  6.1898803794601128E-10  6.3171023367578713E-10
+  6.4467351322980521E-10  6.5788223733517123E-10  6.7134084394878302E-10
+  6.8505384961139584E-10  6.9902585082531556E-10  7.1326152545612202E-10
+  7.2776563415884960E-10  7.4254302182904441E-10  7.5759861907913612E-10
+  7.7293744374055859E-10  7.8856460239207329E-10  8.0448529191475116E-10
+  8.2070480107407060E-10  8.3722851212961039E-10  8.5406190247281449E-10
+  8.7121054629331744E-10  8.8868011627432806E-10  9.0647638531757602E-10
+  9.2460522829833606E-10  9.4307262385105413E-10  9.6188465618610601E-10
+  9.8104751693823145E-10  1.0005675070471942E-09  1.0204510386712305E-09
+  1.0407046371338507E-09  1.0613349429045839E-09  1.0823487136142459E-09
+  1.1037528261053380E-09  1.1255542785181843E-09  1.1477601924134326E-09
+  1.1703778149315437E-09  1.1934145209899265E-09  1.2168778155183558E-09
+  1.2407753357333561E-09  1.2651148534522131E-09  1.2899042774473193E-09
+  1.3151516558415369E-09  1.3408651785453088E-09  1.3670531797362289E-09
+  1.3937241403818204E-09  1.4208866908062695E-09  1.4485496133018780E-09
+  1.4767218447860165E-09  1.5054124795043651E-09  1.5346307717812477E-09
+  1.5643861388178824E-09  1.5946881635393742E-09  1.6255465974913062E-09
+  1.6569713637867838E-09  1.6889725601048177E-09  1.7215604617409261E-09
+  1.7547455247108786E-09  1.7885383889084961E-09  1.8229498813184478E-09
+  1.8579910192850067E-09  1.8936730138377285E-09  1.9300072730750527E-09
+  1.9670054056068242E-09  2.0046792240567679E-09  2.0430407486259523E-09
+  2.0821022107183052E-09  2.1218760566292638E-09  2.1623749512986427E-09
+  2.2036117821288611E-09  2.2455996628696375E-09  2.2883519375703346E-09
+  2.3318821846011006E-09  2.3762042207440352E-09  2.4213321053555691E-09
+  2.4672801446013150E-09  2.5140628957646376E-09  2.5616951716302309E-09
+  2.6101920449440060E-09  2.6595688529506097E-09  2.7098412020099337E-09
+  2.7610249722939750E-09  2.8131363225654591E-09  2.8661916950396292E-09
+  2.9202078203306659E-09  2.9752017224841917E-09  3.0311907240973714E-09
+  3.0881924515281130E-09  3.1462248401949412E-09  3.2053061399690954E-09
+  3.2654549206604720E-09  3.3266900775990340E-09  3.3890308373133474E-09
+  3.4524967633079390E-09  3.5171077619411865E-09  3.5828840884054842E-09
+  3.6498463528114738E-09  3.7180155263781397E-09  3.7874129477306072E-09
+  3.8580603293075318E-09  3.9299797638799555E-09  4.0031937311835908E-09
+  4.0777251046664966E-09  4.1535971583541446E-09  4.2308335738339287E-09
+  4.3094584473611818E-09  4.3894962970888138E-09  4.4709720704227255E-09
+  4.5539111515051705E-09  4.6383393688283088E-09  4.7242830029801869E-09
+  4.8117687945254799E-09  4.9008239520232950E-09  4.9914761601844622E-09
+  5.0837535881706930E-09  5.1776848980381151E-09  5.2732992533276481E-09
+  5.3706263278048083E-09  5.4696963143515219E-09  5.5705399340125745E-09
+  5.6731884451994146E-09  5.7776736530540202E-09  5.8840279189756132E-09
+  5.9922841703130697E-09  6.1024759102258716E-09  6.2146372277165524E-09
+  6.3288028078376182E-09  6.4450079420759514E-09  6.5632885389177989E-09
+  6.6836811345974939E-09  6.8062229040330537E-09  6.9309516719519735E-09
+  7.0579059242104491E-09  7.1871248193094273E-09  7.3186482001109013E-09
+  7.4525166057579153E-09  7.5887712838018325E-09  7.7274542025404416E-09
+  7.8686080635706035E-09  8.0122763145591245E-09  8.1585031622356640E-09
+  8.3073335856115489E-09  8.4588133494283825E-09  8.6129890178404715E-09
+  8.7699079683351197E-09  8.9296184058949030E-09  9.0921693774061876E-09
+  9.2576107863180564E-09  9.4259934075561368E-09  9.5973689026956310E-09
+  9.7717898353981129E-09  9.9493096871166816E-09  1.0129982873074085E-08
+  1.0313864758518585E-08  1.0501011675262397E-08  1.0691480938507579E-08
+  1.0885330863964410E-08  1.1082620785267254E-08  1.1283411071693178E-08
+  1.1487763146188520E-08  1.1695739503708756E-08  1.1907403729877104E-08
+  1.2122820519967463E-08  1.2342055698217217E-08  1.2565176237475699E-08
+  1.2792250279194143E-08  1.3023347153763026E-08  1.3258537401202844E-08
+  1.3497892792214457E-08  1.3741486349595268E-08  1.3989392370027532E-08
+  1.4241686446245344E-08  1.4498445489586779E-08  1.4759747752937948E-08
+  1.5025672854075761E-08  1.5296301799416279E-08  1.5571717008175735E-08
+  1.5852002336951393E-08  1.6137243104729492E-08  1.6427526118327744E-08
+  1.6722939698279897E-08  1.7023573705170033E-08  1.7329519566424421E-08
+  1.7640870303568886E-08  1.7957720559959741E-08  1.8280166628996524E-08
+  1.8608306482824875E-08  1.8942239801538158E-08  1.9282068002886307E-08
+  1.9627894272500910E-08  1.9979823594645310E-08  2.0337962783498966E-08
+  2.0702420514985289E-08  2.1073307359152377E-08  2.1450735813116302E-08
+  2.1834820334576627E-08  2.2225677375914201E-08  2.2623425418881198E-08
+  2.3028185009893807E-08  2.3440078795937993E-08  2.3859231561098917E-08
+  2.4285770263724895E-08  2.4719824074236925E-08  2.5161524413594916E-08
+  2.5611004992432097E-08  2.6068401850869121E-08  2.6533853399019736E-08
+  2.7007500458200010E-08  2.7489486302853240E-08  2.7979956703203106E-08
+  2.8479059968647551E-08  2.8986946991906425E-08  2.9503771293935729E-08
+  3.0029689069622073E-08  3.0564859234270547E-08  3.1109443470900115E-08
+  3.1663606278360250E-08  3.2227515020283240E-08  3.2801339974886624E-08
+  3.3385254385640435E-08  3.3979434512814454E-08  3.4584059685920415E-08
+  3.5199312357065088E-08  3.5825378155229752E-08  3.6462445941492154E-08
+  3.7110707865207558E-08  3.7770359421165168E-08  3.8441599507737134E-08
+  3.9124630486037196E-08  3.9819658240106628E-08  4.0526892238145042E-08
+  4.1246545594804630E-08  4.1978835134565767E-08  4.2723981456213126E-08
+  4.3482208998431205E-08  4.4253746106538790E-08  4.5038825100382084E-08
+  4.5837682343406514E-08  4.6650558312927723E-08  4.7477697671622743E-08
+  4.8319349340262141E-08  4.9175766571704836E-08  5.0047207026177760E-08
+  5.0933932847862215E-08  5.1836210742809754E-08  5.2754312058210815E-08
+  5.3688512863039390E-08  5.4639094030097510E-08  5.5606341319484265E-08
+  5.6590545463513400E-08  5.7592002253105241E-08  5.8611012625678143E-08
+  5.9647882754565631E-08  6.0702924139985548E-08  6.1776453701588416E-08
+  6.2868793872612014E-08  6.3980272695670266E-08  6.5111223920204968E-08
+  6.6261987101628635E-08  6.7432907702188288E-08  6.8624337193579928E-08
+  6.9836633161343879E-08  7.1070159411072112E-08  7.2325286076458699E-08
+  7.3602389729225694E-08  7.4901853490956682E-08  7.6224067146871198E-08
+  7.7569427261573712E-08  7.8938337296811244E-08  8.0331207731274741E-08
+  8.1748456182479297E-08  8.3190507530759386E-08  8.4657794045416130E-08
+  8.6150755513053269E-08  8.7669839368140241E-08  8.9215500825840946E-08
+  9.0788203017147296E-08  9.2388417126357685E-08  9.4016622530940851E-08
+  9.5673306943826616E-08  9.7358966558165663E-08  9.9074106194600848E-08
+  1.0081923945109410E-07  1.0259488885535222E-07  1.0440158601989818E-07
+  1.0623987179983214E-07  1.0811029645333011E-07  1.1001341980492677E-07
+  1.1194981141163122E-07  1.1392005073192480E-07  1.1592472729769054E-07
+  1.1796444088912543E-07  1.2003980171268698E-07  1.2215143058212698E-07
+  1.2429995910266529E-07  1.2648602985835895E-07  1.2871029660272131E-07
+  1.3097342445264786E-07  1.3327609008570593E-07  1.3561898194084651E-07
+  1.3800280042259748E-07  1.4042825810879929E-07  1.4289607996194277E-07
+  1.4540700354417352E-07  1.4796177923602486E-07  1.5056117045894485E-07
+  1.5320595390168260E-07  1.5589691975060124E-07  1.5863487192398499E-07
+  1.6142062831040999E-07  1.6425502101124895E-07  1.6713889658738166E-07
+  1.7007311631018404E-07  1.7305855641686914E-07  1.7609610837025741E-07
+  1.7918667912304999E-07  1.8233119138668642E-07  1.8553058390486345E-07
+  1.8878581173179685E-07  1.9209784651530861E-07  1.9546767678482285E-07
+  1.9889630824435441E-07  2.0238476407057882E-07  2.0593408521606930E-07
+  2.0954533071779228E-07  2.1321957801095108E-07  2.1695792324827096E-07
+  2.2076148162481968E-07  2.2463138770845952E-07  2.2856879577602862E-07
+  2.3257488015534925E-07  2.3665083557316645E-07  2.4079787750911790E-07
+  2.4501724255583923E-07  2.4931018878531299E-07  2.5367799612156719E-07
+  2.5812196671983430E-07  2.6264342535228281E-07  2.6724371980043522E-07
+  2.7192422125438652E-07  2.7668632471894344E-07  2.8153144942680267E-07
+  2.8646103925889006E-07  2.9147656317198537E-07  2.9657951563375774E-07
+  3.0177141706534106E-07  3.0705381429157934E-07  3.1242828099907479E-07
+  3.1789641820217346E-07  3.2345985471702648E-07  3.2912024764386608E-07
+  3.3487928285763932E-07  3.4073867550714184E-07  3.4670017052280243E-07
+  3.5276554313326505E-07  3.5893659939092218E-07  3.6521517670655281E-07
+  3.7160314439322487E-07  3.7810240421962020E-07  3.8471489097294668E-07
+  3.9144257303160167E-07  3.9828745294775768E-07  4.0525156804004023E-07
+  4.1233699099647294E-07  4.1954583048786714E-07  4.2688023179183759E-07
+  4.3434237742762745E-07  4.4193448780192914E-07  4.4965882186589269E-07
+  4.5751767778351191E-07  4.6551339361158999E-07  4.7364834799148033E-07
+  4.8192496085280803E-07  4.9034569412937977E-07  4.9891305248749247E-07
+  5.0762958406685374E-07  5.1649788123433409E-07  5.2552058135077201E-07
+  5.3470036755105772E-07  5.4403996953772366E-07  5.5354216438827909E-07
+  5.6320977737652061E-07  5.7304568280806622E-07  5.8305280487035502E-07
+  5.9323411849736291E-07  6.0359265024929021E-07  6.1413147920747789E-07
+  6.2485373788481871E-07  6.3576261315192682E-07  6.4686134717934184E-07
+  6.5815323839604264E-07  6.6964164246455277E-07  6.8132997327292538E-07
+  6.9322170394389735E-07  7.0532036786151014E-07  7.1762955971550196E-07
+  7.3015293656377144E-07  7.4289421891323249E-07  7.5585719181937263E-07
+  7.6904570600484149E-07  7.8246367899739472E-07  7.9611509628753148E-07
+  8.1000401250616256E-07  8.2413455262265503E-07  8.3851091316360927E-07
+  8.5313736345272137E-07  8.6801824687209644E-07  8.8315798214538623E-07
+  8.9856106464312275E-07  9.1423206771063633E-07  9.3017564401894480E-07
+  9.4639652693900903E-07  9.6289953193976338E-07  9.7968955801032527E-07
+  9.9677158910680735E-07  1.0141506956241495E-06  1.0318320358934108E-06
+  1.0498208577049536E-06  1.0681224998579728E-06  1.0867423937368179E-06
+  1.1056860649145740E-06  1.1249591347843777E-06  1.1445673222189335E-06
+  1.1645164452587284E-06  1.1848124228294335E-06  1.2054612764889990E-06
+  1.2264691322049560E-06  1.2478422221624389E-06  1.2695868866034692E-06
+  1.2917095756980294E-06  1.3142168514474823E-06  1.3371153896208884E-06
+  1.3604119817247941E-06  1.3841135370070616E-06  1.4082270844953331E-06
+  1.4327597750707204E-06  1.4577188835773349E-06  1.4831118109682640E-06
+  1.5089460864886399E-06  1.5352293698964167E-06  1.5619694537215275E-06
+  1.5891742655640713E-06  1.6168518704322033E-06  1.6450104731204128E-06
+  1.6736584206288893E-06  1.7028042046246758E-06  1.7324564639453384E-06
+  1.7626239871458791E-06  1.7933157150896362E-06  1.8245407435839322E-06
+  1.8563083260612382E-06  1.8886278763066402E-06  1.9215089712324023E-06
+  1.9549613537004444E-06  1.9889949353935390E-06  2.0236197997360999E-06
+  2.0588462048653831E-06  2.0946845866539855E-06  2.1311455617845179E-06
+  2.1682399308773614E-06  2.2059786816723978E-06  2.2443729922656655E-06
+  2.2834342344018743E-06  2.3231739768237413E-06  2.3636039886791313E-06
+  2.4047362429869797E-06  2.4465829201630381E-06  2.4891564116064326E-06
+  2.5324693233481171E-06  2.5765344797622649E-06  2.6213649273416846E-06
+  2.6669739385383633E-06  2.7133750156702528E-06  2.7605818948954456E-06
+  2.8086085502548908E-06  2.8574691977848261E-06  2.9071782997001338E-06
+  2.9577505686498298E-06  3.0092009720459317E-06  3.0615447364669577E-06
+  3.1147973521373518E-06  3.1689745774841243E-06  3.2240924437720476E-06
+  3.2801672598187360E-06  3.3372156167910177E-06  3.3952543930839439E-06
+  3.4543007592839022E-06  3.5143721832172489E-06  3.5754864350859293E-06
+  3.6376615926916011E-06  3.7009160467497478E-06  3.7652685062953499E-06
+  3.8307380041816791E-06  3.8973439026738030E-06  3.9651058991384381E-06
+  4.0340440318317940E-06  4.1041786857870995E-06  4.1755305988035026E-06
+  4.2481208675381002E-06  4.3219709537028631E-06  4.3971026903682357E-06
+  4.4735382883752597E-06  4.5513003428580780E-06  4.6304118398787018E-06
+  4.7108961631759607E-06  4.7927771010306176E-06  4.8760788532486034E-06
+  4.9608260382644215E-06  5.0470437003667634E-06  5.1347573170484372E-06
+  5.2239928064827383E-06  5.3147765351284115E-06  5.4071353254654264E-06
+  5.5010964638637933E-06  5.5966877085876859E-06  5.6939372979372207E-06
+  5.7928739585301992E-06  5.8935269137262529E-06  5.9959258921957916E-06
+  6.1001011366362506E-06  6.2060834126381522E-06  6.3139040177035476E-06
+  6.4235947904194064E-06  6.5351881197886778E-06  6.6487169547216279E-06
+  6.7642148136902681E-06  6.8817157945486106E-06  7.0012545845216078E-06
+  7.1228664703656427E-06  7.2465873487035198E-06  7.3724537365369046E-06
+  7.5005027819392726E-06  7.6307722749324408E-06  7.7633006585497755E-06
+  7.8981270400893481E-06  8.0352912025601649E-06  8.1748336163248795E-06
+  8.3167954509422496E-06  8.4612185872127825E-06  8.6081456294310585E-06
+  8.7576199178481857E-06  8.9096855413480513E-06  9.0643873503409249E-06
+  9.2217709698781949E-06  9.3818828129919720E-06  9.5447700942633678E-06
+  9.7104808436233770E-06  9.8790639203903225E-06  1.0050569027547865E-05
+  1.0225046726267683E-05  1.0402548450680999E-05  1.0583126522903189E-05
+  1.0766834168315722E-05  1.0953725531109912E-05  1.1143855690096813E-05
+  1.1337280674787919E-05  1.1534057481751115E-05  1.1734244091246686E-05
+  1.1937899484148095E-05  1.2145083659152358E-05  1.2355857650284929E-05
+  1.2570283544704162E-05  1.2788424500810305E-05  1.3010344766664374E-05
+  1.3236109698721994E-05  1.3465785780887656E-05  1.3699440643894811E-05
+  1.3937143085017280E-05  1.4178963088117649E-05  1.4424971844038361E-05
+  1.4675241771341250E-05  1.4929846537401529E-05  1.5188861079862142E-05
+  1.5452361628454613E-05  1.5720425727192640E-05  1.5993132256944685E-05
+  1.6270561458392022E-05  1.6552794955378706E-05  1.6839915778660206E-05
+  1.7132008390057296E-05  1.7429158707022203E-05  1.7731454127623862E-05
+  1.8038983555959485E-05  1.8351837427999501E-05  1.8670107737873330E-05
+  1.8993888064603371E-05  1.9323273599294731E-05  1.9658361172788526E-05
+  1.9999249283786375E-05  2.0346038127454296E-05  2.0698829624513809E-05
+  2.1057727450828692E-05  2.1422837067495667E-05  2.1794265751447451E-05
+  2.2172122626576920E-05  2.2556518695391023E-05  2.2947566871203565E-05
+  2.3345382010875726E-05  2.3750080948113695E-05  2.4161782527332711E-05
+  2.4580607638097050E-05  2.5006679250145677E-05  2.5440122449013369E-05
+  2.5881064472257423E-05  2.6329634746299936E-05  2.6785964923896178E-05
+  2.7250188922239508E-05  2.7722442961713503E-05  2.8202865605302187E-05
+  2.8691597798669372E-05  2.9188782910918457E-05  2.9694566776043857E-05
+  3.0209097735085926E-05  3.0732526679000952E-05  3.1265007092258414E-05
+  3.1806695097177428E-05  3.2357749499014950E-05  3.2918331831818275E-05
+  3.3488606405054631E-05  3.4068740351030752E-05  3.4658903673115808E-05
+  3.5259269294781057E-05  3.5870013109469795E-05  3.6491314031311554E-05
+  3.7123354046694668E-05  3.7766318266711370E-05  3.8420394980490299E-05
+  3.9085775709430848E-05  3.9762655262354627E-05  4.0451231791589235E-05
+  4.1151706849999993E-05  4.1864285448985207E-05  4.2589176117451279E-05
+  4.3326590961783698E-05  4.4076745726830713E-05  4.4839859857916364E-05
+  4.5616156563900067E-05  4.6405862881300165E-05  4.7209209739498997E-05
+  4.8026432027047570E-05  4.8857768659088097E-05  4.9703462645912664E-05
+  5.0563761162677467E-05  5.1438915620290997E-05  5.2329181737496254E-05
+  5.3234819614166479E-05  5.4156093805834636E-05  5.5093273399476712E-05
+  5.6046632090570225E-05  5.7016448261448330E-05  5.8003005060971323E-05
+  5.9006590485537240E-05  6.0027497461453703E-05  6.1066023928693284E-05
+  6.2122472926055331E-05  6.3197152677757804E-05  6.4290376681481697E-05
+  6.5402463797893356E-05  6.6533738341667545E-05  6.7684530174037320E-05
+  6.8855174796894831E-05  7.0046013448469050E-05  7.1257393200606242E-05
+  7.2489667057679252E-05  7.3743194057152768E-05  7.5018339371831519E-05
+  7.6315474413818712E-05  7.7634976940213604E-05  7.8977231160575273E-05
+  8.0342627846183230E-05  8.1731564441122741E-05  8.3144445175225637E-05
+  8.4581681178896677E-05  8.6043690599855991E-05  8.7530898721829403E-05
+  8.9043738085217952E-05  9.0582648609779270E-05  9.2148077719353169E-05
+  9.3740480468665200E-05  9.5360319672241581E-05  9.7008066035470214E-05
+  9.8684198287842532E-05  1.0038920331841136E-04  1.0212357631350129E-04
+  1.0388782089670770E-04  1.0568244927122172E-04  1.0750798236451878E-04
+  1.0936494997544913E-04  1.1125389092376895E-04  1.1317535320215196E-04
+  1.1512989413072121E-04  1.1711808051414202E-04  1.1914048880131720E-04
+  1.2119770524772681E-04  1.2329032608045492E-04  1.2541895766594676E-04
+  1.2758421668053978E-04  1.2978673028381411E-04  1.3202713629480682E-04
+  1.3430608337113690E-04  1.3662423119108660E-04  1.3898225063868757E-04
+  1.4138082399185940E-04  1.4382064511364961E-04  1.4630241964662475E-04
+  1.4882686521046281E-04  1.5139471160279837E-04  1.5400670100337236E-04
+  1.5666358818153901E-04  1.5936614070718346E-04  1.6211513916510479E-04
+  1.6491137737291905E-04  1.6775566260253863E-04  1.7064881580528495E-04
+  1.7359167184069141E-04  1.7658507970905605E-04  1.7962990278780257E-04
+  1.8272701907171105E-04  1.8587732141707767E-04  1.8908171778986830E-04
+  1.9234113151792639E-04  1.9565650154730054E-04  1.9902878270275652E-04
+  2.0245894595253948E-04  2.0594797867745312E-04  2.0949688494432394E-04
+  2.1310668578391912E-04  2.1677841947338839E-04  2.2051314182330018E-04
+  2.2431192646934445E-04  2.2817586516877511E-04  2.3210606810166565E-04
+  2.3610366417705400E-04  2.4016980134405200E-04  2.4430564690799711E-04
+  2.4851238785172523E-04  2.5279123116204349E-04  2.5714340416148443E-04
+  2.6157015484542303E-04  2.6607275222463995E-04  2.7065248667341502E-04
+  2.7531067028323708E-04  2.8004863722221556E-04  2.8486774410028346E-04
+  2.8976937034028003E-04  2.9475491855500315E-04  2.9982581493032421E-04
+  3.0498350961445777E-04  3.1022947711348102E-04  3.1556521669319791E-04
+  3.2099225278744590E-04  3.2651213541294290E-04  3.3212644059077493E-04
+  3.3783677077462506E-04  3.4364475528584634E-04  3.4955205075548314E-04
+  3.5556034157334675E-04  3.6167134034424914E-04  3.6788678835150825E-04
+  3.7420845602783052E-04  3.8063814343368348E-04  3.8717768074327170E-04
+  3.9382892873822991E-04  4.0059377930914947E-04  4.0747415596505598E-04
+  4.1447201435095655E-04  4.2158934277357801E-04  4.2882816273541826E-04
+  4.3619052947723483E-04  4.4367853252909648E-04  4.5129429627012397E-04
+  4.5903998049705188E-04  4.6691778100173796E-04  4.7492993015775699E-04
+  4.8307869751621011E-04  4.9136639041088594E-04  4.9979535457291393E-04
+  5.0836797475504612E-04  5.1708667536570795E-04  5.2595392111296879E-04
+  5.3497221765856575E-04  5.4414411228213735E-04  5.5347219455581000E-04
+  5.6295909702929088E-04  5.7260749592561745E-04  5.8242011184772135E-04
+  5.9239971049595901E-04  6.0254910339677017E-04  6.1287114864262433E-04
+  6.2336875164341571E-04  6.3404486588947335E-04  6.4490249372635075E-04
+  6.5594468714156521E-04  6.6717454856345484E-04  6.7859523167232872E-04
+  6.9020994222408283E-04  7.0202193888645951E-04  7.1403453408812713E-04
+  7.2625109488076451E-04  7.3867504381432874E-04  7.5130985982569700E-04
+  7.6415907914086437E-04  7.7722629619089159E-04  7.9051516454179001E-04
+  8.0402939783854395E-04  8.1777277076346025E-04  8.3174912000904795E-04
+  8.4596234526562730E-04  8.6041641022387030E-04  8.7511534359247846E-04
+  8.9006324013120861E-04  9.0526426169944946E-04  9.2072263832056981E-04
+  9.3644266926224448E-04  9.5242872413298161E-04  9.6868524399506563E-04
+  9.8521674249414052E-04  1.0020278070056567E-03  1.0191230997984042E-03
+  1.0365073592153683E-03  1.0541854008721280E-03  1.0721621188730427E-03
+  1.0904424870454509E-03  1.1090315601921298E-03  1.1279344753622471E-03
+  1.1471564531410547E-03  1.1667027989585661E-03  1.1865789044174647E-03
+  1.2067902486404976E-03  1.2273423996376012E-03  1.2482410156930154E-03
+  1.2694918467726511E-03  1.2911007359519559E-03  1.3130736208645556E-03
+  1.3354165351719253E-03  1.3581356100543596E-03  1.3812370757235169E-03
+  1.4047272629567971E-03  1.4286126046538419E-03  1.4528996374154218E-03
+  1.4775950031449942E-03  1.5027054506732097E-03  1.5282378374056589E-03
+  1.5541991309941305E-03  1.5805964110316834E-03  1.6074368707718132E-03
+  1.6347278188720133E-03  1.6624766811620107E-03  1.6906910024369972E-03
+  1.7193784482761327E-03  1.7485468068866293E-03  1.7782039909737249E-03
+  1.8083580396368484E-03  1.8390171202922780E-03  1.8701895306226118E-03
+  1.9018837005533560E-03  1.9341081942569492E-03  1.9668717121845295E-03
+  2.0001830931257744E-03  2.0340513162971233E-03  2.0684855034587076E-03
+  2.1034949210603083E-03  2.1390889824166701E-03  2.1752772499125002E-03
+  2.2120694372374699E-03  2.2494754116515600E-03  2.2875051962810743E-03
+  2.3261689724456548E-03  2.3654770820166400E-03  2.4054400298070839E-03
+  2.4460684859938064E-03  2.4873732885717600E-03  2.5293654458411166E-03
+  2.5720561389273562E-03  2.6154567243347410E-03  2.6595787365334945E-03
+  2.7044338905810299E-03  2.7500340847775901E-03  2.7963914033566186E-03
+  2.8435181192102330E-03  2.8914266966501155E-03  2.9401297942042008E-03
+  2.9896402674494870E-03  3.0399711718813176E-03  3.0911357658194912E-03
+  3.1431475133515433E-03  3.1960200873135331E-03  3.2497673723087088E-03
+  3.3044034677643720E-03  3.3599426910273038E-03  3.4163995804980959E-03
+  3.4737888988047227E-03  3.5321256360157090E-03  3.5914250128932352E-03
+  3.6517024841865144E-03  3.7129737419657957E-03  3.7752547189973157E-03
+  3.8385615921595561E-03  3.9029107859011292E-03  3.9683189757406326E-03
+  4.0348030918088062E-03  4.1023803224333197E-03  4.1710681177665188E-03
+  4.2408841934564543E-03  4.3118465343615327E-03  4.3839733983090795E-03
+  4.4572833198981612E-03  4.5317951143469632E-03  4.6075278813850424E-03
+  4.6845010091907556E-03  4.7627341783741698E-03  4.8422473660057579E-03
+  4.9230608496911724E-03  5.0051952116923742E-03  5.0886713430954326E-03
+  5.1735104480252316E-03  5.2597340479074231E-03  5.3473639857778386E-03
+  5.4364224306396288E-03  5.5269318818684521E-03  5.6189151736658711E-03
+  5.7123954795612920E-03  5.8073963169626118E-03  5.9039415517558747E-03
+  6.0020554029541033E-03  6.1017624473955600E-03  6.2030876244916298E-03
+  6.3060562410245519E-03  6.4106939759951478E-03  6.5170268855207934E-03
+  6.6250814077837440E-03  6.7348843680300370E-03  6.8464629836190900E-03
+  6.9598448691241674E-03  7.0750580414838402E-03  7.1921309252045455E-03
+  7.3110923576144172E-03  7.4319715941684314E-03  7.5547983138049965E-03
+  7.6796026243540517E-03  7.8064150679967598E-03  7.9352666267768057E-03
+  8.0661887281634152E-03  8.1992132506660525E-03  8.3343725295008681E-03
+  8.4716993623088262E-03  8.6112270149256015E-03  8.7529892272031080E-03
+  8.8970202188826918E-03  9.0433546955198951E-03  9.1920278544607107E-03
+  9.3430753908692616E-03  9.4965335038067634E-03  9.6524389023616552E-03
+  9.8108288118307647E-03  9.9717409799513282E-03  1.0135213683183670E-02
+  1.0301285733044381E-02  1.0469996482489738E-02  1.0641385832349111E-02
+  1.0815494237808154E-02  1.0992362714941410E-02  1.1172032847294127E-02
+  1.1354546792512844E-02  1.1539947289024473E-02  1.1728277662763525E-02
+  1.1919581833946959E-02  1.2113904323896366E-02  1.2311290261907009E-02
+  1.2511785392163161E-02  1.2715436080699378E-02  1.2922289322407077E-02
+  1.3132392748085919E-02  1.3345794631539431E-02  1.3562543896714224E-02
+  1.3782690124882193E-02  1.4006283561865068E-02  1.4233375125300556E-02
+  1.4464016411949427E-02  1.4698259705042748E-02  1.4936157981668516E-02
+  1.5177764920196837E-02  1.5423134907742867E-02  1.5672323047666529E-02
+  1.5925385167108293E-02  1.6182377824559845E-02  1.6443358317468813E-02
+  1.6708384689876520E-02  1.6977515740087691E-02  1.7250811028371022E-02
+  1.7528330884689566E-02  1.7810136416459649E-02  1.8096289516337290E-02
+  1.8386852870030730E-02  1.8681889964137961E-02  1.8981465094007777E-02
+  1.9285643371623171E-02  1.9594490733505558E-02  1.9908073948638482E-02
+  2.0226460626409301E-02  2.0549719224567314E-02  2.0877919057196843E-02
+  2.1211130302703628E-02  2.1549424011812951E-02  2.1892872115577649E-02
+  2.2241547433394571E-02  2.2595523681027380E-02  2.2954875478634187E-02
+  2.3319678358797891E-02  2.3690008774557517E-02  2.4065944107438501E-02
+  2.4447562675479876E-02  2.4834943741256440E-02  2.5228167519893662E-02
+  2.5627315187073264E-02  2.6032468887027243E-02  2.6443711740518076E-02
+  2.6861127852802862E-02  2.7284802321578924E-02  2.7714821244908629E-02
+  2.8151271729120814E-02  2.8594241896686402E-02  2.9043820894065580E-02
+  2.9500098899523961E-02  2.9963167130915094E-02  3.0433117853426405E-02
+  3.0910044387286020E-02  3.1394041115427498E-02  3.1885203491109529E-02
+  3.2383628045487764E-02  3.2889412395135618E-02  3.3402655249511130E-02
+  3.3923456418366534E-02  3.4451916819097532E-02  3.4988138484028909E-02
+  3.5532224567633129E-02  3.6084279353678715E-02  3.6644408262304688E-02
+  3.7212717857017824E-02  3.7789315851608919E-02  3.8374311116984576E-02
+  3.8967813687910739E-02  3.9569934769664250E-02  4.0180786744588408E-02
+  4.0800483178548924E-02  4.1429138827285994E-02  4.2066869642658655E-02
+  4.2713792778777043E-02  4.3370026598018752E-02  4.4035690676924498E-02
+  4.4710905811969306E-02  4.5395794025204252E-02  4.6090478569764871E-02
+  4.6795083935241011E-02  4.7509735852903925E-02  4.8234561300785760E-02
+  4.8969688508606536E-02  4.9715246962543876E-02  5.0471367409840387E-02
+  5.1238181863243602E-02  5.2015823605273591E-02  5.2804427192312542E-02
+  5.3604128458511639E-02  5.4415064519509039E-02  5.5237373775954182E-02
+  5.6071195916832343E-02  5.6916671922583949E-02  5.7773944068012853E-02
+  5.8643155924977652E-02  5.9524452364859946E-02  6.0417979560803747E-02
+  6.1323884989719565E-02  6.2242317434046950E-02  6.3173426983269207E-02
+  6.4117365035173568E-02  6.5074284296850415E-02  6.6044338785424567E-02
+  6.7027683828512083E-02  6.8024476064395378E-02  6.9034873441909408E-02
+  7.0059035220032401E-02  7.1097121967172813E-02  7.2149295560145849E-02
+  7.3215719182831610E-02  7.4296557324507198E-02  7.5391975777844650E-02
+  7.6502141636567308E-02  7.7627223292755926E-02  7.8767390433796353E-02
+  7.9922814038960691E-02  8.1093666375612911E-02  8.2280120995030279E-02
+  8.3482352727832124E-02  8.4700537679006260E-02  8.5934853222524588E-02
+  8.7185477995537705E-02  8.8452591892139804E-02  8.9736376056693518E-02
+  9.1037012876705278E-02  9.2354685975240977E-02  9.3689580202871672E-02
+  9.5041881629139111E-02  9.6411777533530418E-02  9.7799456395951112E-02
+  9.9205107886685559E-02  1.0062892285583397E-01  1.0207109332221422E-01
+  1.0353181246171743E-01  1.0501127459510509E-01  1.0650967517523635E-01
+  1.0802721077371311E-01  1.0956407906693051E-01  1.1112047882152080E-01
+  1.1269660987917741E-01  1.1429267314084632E-01  1.1590887055027226E-01
+  1.1754540507688577E-01  1.1920248069801782E-01  1.2088030238042863E-01
+  1.2257907606113636E-01  1.2429900862753139E-01  1.2604030789676321E-01
+  1.2780318259438364E-01  1.2958784233223286E-01  1.3139449758555313E-01
+  1.3322335966931501E-01  1.3507464071374112E-01  1.3694855363901182E-01
+  1.3884531212913709E-01  1.4076513060497961E-01  1.4270822419641208E-01
+  1.4467480871359351E-01  1.4666510061734805E-01  1.4867931698863018E-01
+  1.5071767549705944E-01  1.5278039436850877E-01  1.5486769235172904E-01
+  1.5697978868399362E-01  1.5911690305574633E-01  1.6127925557423481E-01
+  1.6346706672611402E-01  1.6568055733900122E-01  1.6791994854196712E-01
+  1.7018546172494445E-01  1.7247731849703926E-01  1.7479574064372572E-01
+  1.7714095008290953E-01  1.7951316881984200E-01  1.8191261890086941E-01
+  1.8433952236599949E-01  1.8679410120027107E-01  1.8927657728390856E-01
+  1.9178717234124745E-01  1.9432610788841395E-01  1.9689360517974430E-01
+  1.9948988515292818E-01  2.0211516837286322E-01  2.0476967497420426E-01
+  2.0745362460259612E-01  2.1016723635457513E-01  2.1291072871612779E-01
+  2.1568431949989370E-01  2.1848822578100294E-01  2.2132266383153559E-01
+  2.2418784905359462E-01  2.2708399591098252E-01  2.3001131785947379E-01
+  2.3297002727567562E-01  2.3596033538447084E-01  2.3898245218503678E-01
+  2.4203658637543721E-01  2.4512294527578285E-01  2.4824173474995961E-01
+  2.5139315912592269E-01  2.5457742111455833E-01  2.5779472172711460E-01
+  2.6104526019120472E-01  2.6432923386538870E-01  2.6764683815233842E-01
+  2.7099826641059643E-01  2.7438370986493665E-01  2.7780335751534063E-01
+  2.8125739604460115E-01  2.8474600972457076E-01  2.8826938032107186E-01
+  2.9182768699748851E-01  2.9542110621706141E-01  2.9904981164391203E-01
+  3.0271397404281891E-01  3.0641376117777996E-01  3.1014933770938774E-01
+  3.1392086509105310E-01  3.1772850146411469E-01  3.2157240155187056E-01
+  3.2545271655257679E-01  3.2936959403145499E-01  3.3332317781175602E-01
+  3.3731360786493186E-01  3.4134102019996510E-01  3.4540554675191426E-01
+  3.4950731526973211E-01  3.5364644920341809E-01  3.5782306759057037E-01
+  3.6203728494240223E-01  3.6628921112929569E-01  3.7057895126596269E-01
+  3.7490660559629096E-01  3.7927226937795189E-01  3.8367603276685264E-01
+  3.8811798070151610E-01  3.9259819278747343E-01  3.9711674318176127E-01
+  4.0167370047761147E-01  4.0626912758942846E-01  4.1090308163815004E-01
+  4.1557561383708763E-01  4.2028676937834680E-01  4.2503658731992600E-01
+  4.2982510047359856E-01  4.3465233529367797E-01  4.3951831176677053E-01
+  4.4442304330262017E-01  4.4936653662614667E-01  4.5434879167078340E-01
+  4.5936980147321382E-01  4.6442955206961051E-01  4.6952802239347363E-01
+  4.7466518417516607E-01  4.7984100184324013E-01  4.8505543242764382E-01
+  4.9030842546489412E-01  4.9559992290529659E-01  5.0092985902228637E-01
+  5.0629816032395802E-01  5.1170474546684652E-01  5.1714952517200674E-01
+  5.2263240214343776E-01  5.2815327098888054E-01  5.3371201814300739E-01
+  5.3930852179301048E-01  5.4494265180657953E-01  5.5061426966224425E-01
+  5.5632322838203663E-01  5.6206937246641386E-01  5.6785253783135869E-01
+  5.7367255174754939E-01  5.7952923278147273E-01  5.8542239073832103E-01
+  5.9135182660648855E-01  5.9731733250345376E-01  6.0331869162279594E-01
+  6.0935567818206493E-01  6.1542805737117945E-01  6.2153558530099628E-01
+  6.2767800895164338E-01  6.3385506612016818E-01  6.4006648536700250E-01
+  6.4631198596070150E-01  6.5259127782034643E-01  6.5890406145496172E-01
+  6.6525002789922449E-01  6.7162885864469790E-01  6.7804022556573551E-01
+  6.8448379083916056E-01  6.9095920685673817E-01  6.9746611612940124E-01
+  7.0400415118210657E-01  7.1057293443813718E-01  7.1717207809158623E-01
+  7.2380118396668280E-01  7.3045984336255454E-01  7.3714763688193963E-01
+  7.4386413424230158E-01  7.5060889406772202E-01  7.5738146365989378E-01
+  7.6418137874647474E-01  7.7100816320501109E-01  7.7786132876060210E-01
+  7.8474037465543900E-01  7.9164478728833698E-01  7.9857403982237030E-01
+  8.0552759175872657E-01  8.1250488847493263E-01  8.1950536072563862E-01
+  8.2652842410422711E-01  8.3357347846360264E-01  8.4063990729463811E-01
+  8.4772707706089689E-01  8.5483433648843954E-01  8.6196101580971518E-01
+  8.6910642596079435E-01  8.7626985773145527E-01  8.8345058086795614E-01
+  8.9064784312864509E-01  8.9786086929293241E-01  9.0508886012453571E-01
+  9.1233099129031725E-01  9.1958641223647364E-01  9.2685424502426805E-01
+  9.3413358312795236E-01  9.4142349019797955E-01  9.4872299879303867E-01
+  9.5603110908487465E-01  9.6334678754026126E-01  9.7066896558484561E-01
+  9.7799653825392607E-01  9.8532836283548919E-01  9.9266325751104934E-01
+  1.0000000000000000E+00  1.0073373262132632E+00  1.0146739289220548E+00
+  1.0220084564475156E+00  1.0293395113768546E+00
+===== TPHI 1 =====   [tphi(r)=TPHI(r)/r*Ylm(th,ph)]
+ 1  : radial mesh index
+  0.0000000000000000E+00  5.3270048501296950E-08  1.0700064386817604E-07
+  1.6119576776427874E-07  2.1585943627677235E-07  2.7099570021395189E-07
+  3.2660864540542908E-07  3.8270239300490337E-07  4.3928109979556216E-07
+  4.9634895849811366E-07  5.5391019808148049E-07  6.1196908407619549E-07
+  6.7052991889048296E-07  7.2959704212909241E-07  7.8917483091488290E-07
+  8.4926770021317892E-07  9.0988010315894520E-07  9.7101653138678112E-07
+  1.0326815153637658E-06  1.0948796247251895E-06  1.1576154686131800E-06
+  1.2208936960182627E-06  1.2847189961238657E-06  1.3490960986538113E-06
+  1.4140297742228094E-06  1.4795248346899772E-06  1.5455861335154196E-06
+  1.6122185661198912E-06  1.6794270702475673E-06  1.7472166263319524E-06
+  1.8155922578649488E-06  1.8845590317691248E-06  1.9541220587731846E-06
+  2.0242864937907043E-06  2.0950575363021305E-06  2.1664404307400794E-06
+  2.2384404668779768E-06  2.3110629802220477E-06  2.3843133524067075E-06
+  2.4581970115933498E-06  2.5327194328726151E-06  2.6078861386701013E-06
+  2.6837026991556075E-06  2.7601747326559039E-06  2.8373079060710741E-06
+  2.9151079352944608E-06  2.9935805856362283E-06  3.0727316722506044E-06
+  3.1525670605668027E-06  3.2330926667236824E-06  3.3143144580081471E-06
+  3.3962384532973601E-06  3.4788707235047593E-06  3.5622173920299392E-06
+  3.6462846352124253E-06  3.7310786827893561E-06  3.8166058183571444E-06
+  3.9028723798371170E-06  3.9898847599451693E-06  4.0776494066655108E-06
+  4.1661728237284706E-06  4.2554615710924636E-06  4.3455222654301072E-06
+  4.4363615806185369E-06  4.5279862482339858E-06  4.6204030580506057E-06
+  4.7136188585436262E-06  4.8076405573968595E-06  4.9024751220145751E-06
+  4.9981295800378308E-06  5.0946110198652354E-06  5.1919265911782435E-06
+  5.2900835054709590E-06  5.3890890365845589E-06  5.4889505212462950E-06
+  5.5896753596131927E-06  5.6912710158204205E-06  5.7937450185344242E-06
+  5.8971049615108256E-06  6.0013585041571586E-06  6.1065133721004578E-06
+  6.2125773577597618E-06  6.3195583209235649E-06  6.4274641893322591E-06
+  6.5363029592656175E-06  6.6460826961353471E-06  6.7568115350827690E-06
+  6.8684976815816761E-06  6.9811494120463802E-06  7.0947750744450390E-06
+  7.2093830889182714E-06  7.3249819484031253E-06  7.4415802192624417E-06
+  7.5591865419196615E-06  7.6778096314991077E-06  7.7974582784718236E-06
+  7.9181413493069736E-06  8.0398677871288956E-06  8.1626466123798194E-06
+  8.2864869234883123E-06  8.4113978975435334E-06  8.5373887909752695E-06
+  8.6644689402398791E-06  8.7926477625121844E-06  8.9219347563833048E-06
+  9.0523395025645458E-06  9.1838716645973640E-06  9.3165409895694941E-06
+  9.4503573088372293E-06  9.5853305387539897E-06  9.7214706814051323E-06
+  9.8587878253491840E-06  9.9972921463654160E-06  1.0136993908207936E-05
+  1.0277903463366262E-05  1.0420031253832483E-05  1.0563387811875060E-05
+  1.0707983760819320E-05  1.0853829815834673E-05  1.1000936784728661E-05
+  1.1149315568747865E-05  1.1298977163385718E-05  1.1449932659197334E-05
+  1.1602193242621357E-05  1.1755770196808932E-05  1.1910674902459807E-05
+  1.2066918838665728E-05  1.2224513583761074E-05  1.2383470816180838E-05
+  1.2543802315326084E-05  1.2705519962436828E-05  1.2868635741472494E-05
+  1.3033161739999973E-05  1.3199110150089372E-05  1.3366493269217476E-05
+  1.3535323501179075E-05  1.3705613357006110E-05  1.3877375455894805E-05
+  1.4050622526140806E-05  1.4225367406082388E-05  1.4401623045051847E-05
+  1.4579402504335089E-05  1.4758718958139515E-05  1.4939585694570314E-05
+  1.5122016116615157E-05  1.5306023743137399E-05  1.5491622209877901E-05
+  1.5678825270465479E-05  1.5867646797436135E-05  1.6058100783261037E-05
+  1.6250201341383451E-05  1.6443962707264569E-05  1.6639399239438456E-05
+  1.6836525420576059E-05  1.7035355858558423E-05  1.7235905287559231E-05
+  1.7438188569136622E-05  1.7642220693334526E-05  1.7848016779793510E-05
+  1.8055592078871139E-05  1.8264961972772144E-05  1.8476141976688324E-05
+  1.8689147739948219E-05  1.8903995047176872E-05  1.9120699819465466E-05
+  1.9339278115551191E-05  1.9559746133007230E-05  1.9782120209443116E-05
+  2.0006416823715342E-05  2.0232652597148594E-05  2.0460844294767421E-05
+  2.0691008826538579E-05  2.0923163248624172E-05  2.1157324764645550E-05
+  2.1393510726958178E-05  2.1631738637937550E-05  2.1872026151276135E-05
+  2.2114391073291628E-05  2.2358851364246461E-05  2.2605425139678746E-05
+  2.2854130671744687E-05  2.3104986390572647E-05  2.3358010885628891E-05
+  2.3613222907095138E-05  2.3870641367258057E-05  2.4130285341910684E-05
+  2.4392174071766082E-05  2.4656326963883129E-05  2.4922763593104684E-05
+  2.5191503703508130E-05  2.5462567209868529E-05  2.5735974199134360E-05
+  2.6011744931916064E-05  2.6289899843987475E-05  2.6570459547800087E-05
+  2.6853444834010673E-05  2.7138876673021832E-05  2.7426776216536056E-05
+  2.7717164799123139E-05  2.8010063939801165E-05  2.8305495343631134E-05
+  2.8603480903325459E-05  2.8904042700870193E-05  2.9207203009161538E-05
+  2.9512984293656267E-05  2.9821409214036539E-05  3.0132500625889057E-05
+  3.0446281582398802E-05  3.0762775336057328E-05  3.1082005340385908E-05
+  3.1403995251673505E-05  3.1728768930729810E-05  3.2056350444653453E-05
+  3.2386764068615464E-05  3.2720034287658140E-05  3.3056185798509522E-05
+  3.3395243511413522E-05  3.3737232551975844E-05  3.4082178263025953E-05
+  3.4430106206495029E-05  3.4781042165310263E-05  3.5135012145305434E-05
+  3.5492042377148094E-05  3.5852159318283340E-05  3.6215389654894435E-05
+  3.6581760303880361E-05  3.6951298414850481E-05  3.7324031372136453E-05
+  3.7699986796821447E-05  3.8079192548787128E-05  3.8461676728778033E-05
+  3.8847467680484084E-05  3.9236593992640863E-05  3.9629084501148276E-05
+  4.0024968291207288E-05  4.0424274699475357E-05  4.0827033316240358E-05
+  4.1233273987613369E-05  4.1643026817740365E-05  4.2056322171033095E-05
+  4.2473190674419197E-05  4.2893663219611761E-05  4.3317770965398590E-05
+  4.3745545339951123E-05  4.4177018043153459E-05  4.4612221048951434E-05
+  4.5051186607721997E-05  4.5493947248663134E-05  4.5940535782204434E-05
+  4.6390985302438348E-05  4.6845329189572807E-05  4.7303601112404675E-05
+  4.7765835030814847E-05  4.8232065198284741E-05  4.8702326164434663E-05
+  4.9176652777584087E-05  4.9655080187334052E-05  5.0137643847171878E-05
+  5.0624379517098434E-05  5.1115323266278141E-05  5.1610511475711769E-05
+  5.2109980840932473E-05  5.2613768374725113E-05  5.3121911409868957E-05
+  5.3634447601904334E-05  5.4151414931922972E-05  5.4672851709382506E-05
+  5.5198796574945561E-05  5.5729288503342982E-05  5.6264366806262158E-05
+  5.6804071135260111E-05  5.7348441484701899E-05  5.7897518194724311E-05
+  5.8451341954225291E-05  5.9009953803879082E-05  5.9573395139177631E-05
+  6.0141707713498033E-05  6.0714933641196745E-05  6.1293115400730378E-05
+  6.1876295837803516E-05  6.2464518168543789E-05  6.3057825982704423E-05
+  6.3656263246894310E-05  6.4259874307836154E-05  6.4868703895652828E-05
+  6.5482797127181964E-05  6.6102199509319383E-05  6.6726956942391279E-05
+  6.7357115723555642E-05  6.7992722550233101E-05  6.8633824523567347E-05
+  6.9280469151915600E-05  6.9932704354369122E-05  7.0590578464304181E-05
+  7.1254140232963905E-05  7.1923438833070762E-05  7.2598523862470627E-05
+  7.3279445347808098E-05  7.3966253748233705E-05  7.4658999959143160E-05
+  7.5357735315948854E-05  7.6062511597884110E-05  7.6773381031840227E-05
+  7.7490396296236690E-05  7.8213610524924783E-05  7.8943077311125200E-05
+  7.9678850711399401E-05  8.0420985249655440E-05  8.1169535921188471E-05
+  8.1924558196756094E-05  8.2686108026688927E-05  8.3454241845036840E-05
+  8.4229016573750926E-05  8.5010489626901605E-05  8.5798718914933343E-05
+  8.6593762848955963E-05  8.7395680345073246E-05  8.8204530828748644E-05
+  8.9020374239209322E-05  8.9843271033887581E-05  9.0673282192901158E-05
+  9.1510469223572103E-05  9.2354894164984613E-05  9.3206619592582524E-05
+  9.4065708622806404E-05  9.4932224917770611E-05  9.5806232689981091E-05
+  9.6687796707093626E-05  9.7576982296713576E-05  9.8473855351236743E-05
+  9.9378482332732344E-05  1.0029093027786821E-04  1.0121126680287838E-04
+  1.0213956010857374E-04  1.0307587898539600E-04  1.0402029281851543E-04
+  1.0497287159297248E-04  1.0593368589886406E-04  1.0690280693657451E-04
+  1.0788030652205178E-04  1.0886625709212940E-04  1.0986073170989434E-04
+  1.1086380407010122E-04  1.1187554850463339E-04  1.1289603998801137E-04
+  1.1392535414294856E-04  1.1496356724595538E-04  1.1601075623299163E-04
+  1.1706699870516767E-04  1.1813237293449511E-04  1.1920695786968705E-04
+  1.2029083314200835E-04  1.2138407907117692E-04  1.2248677667131558E-04
+  1.2359900765695553E-04  1.2472085444909181E-04  1.2585240018129088E-04
+  1.2699372870585141E-04  1.2814492460001787E-04  1.2930607317224814E-04
+  1.3047726046853524E-04  1.3165857327878362E-04  1.3285009914324060E-04
+  1.3405192635898377E-04  1.3526414398646377E-04  1.3648684185610429E-04
+  1.3772011057495878E-04  1.3896404153342489E-04  1.4021872691201659E-04
+  1.4148425968819558E-04  1.4276073364326099E-04  1.4404824336929902E-04
+  1.4534688427619263E-04  1.4665675259869184E-04  1.4797794540354496E-04
+  1.4931056059669183E-04  1.5065469693051889E-04  1.5201045401117729E-04
+  1.5337793230596407E-04  1.5475723315076700E-04  1.5614845875757432E-04
+  1.5755171222204883E-04  1.5896709753116770E-04  1.6039471957092849E-04
+  1.6183468413412142E-04  1.6328709792816942E-04  1.6475206858303489E-04
+  1.6622970465919631E-04  1.6772011565569252E-04  1.6922341201823724E-04
+  1.7073970514740341E-04  1.7226910740687857E-04  1.7381173213179134E-04
+  1.7536769363711016E-04  1.7693710722611428E-04  1.7852008919893837E-04
+  1.8011675686119088E-04  1.8172722853264657E-04  1.8335162355601493E-04
+  1.8499006230578342E-04  1.8664266619713819E-04  1.8830955769496118E-04
+  1.8999086032290541E-04  1.9168669867254817E-04  1.9339719841262440E-04
+  1.9512248629833878E-04  1.9686269018075899E-04  1.9861793901628991E-04
+  2.0038836287622982E-04  2.0217409295640929E-04  2.0397526158691311E-04
+  2.0579200224188682E-04  2.0762444954942728E-04  2.0947273930155939E-04
+  2.1133700846429879E-04  2.1321739518780157E-04  2.1511403881660179E-04
+  2.1702707989993723E-04  2.1895666020216512E-04  2.2090292271326705E-04
+  2.2286601165944492E-04  2.2484607251380931E-04  2.2684325200715916E-04
+  2.2885769813885508E-04  2.3088956018778694E-04  2.3293898872343586E-04
+  2.3500613561703188E-04  2.3709115405280861E-04  2.3919419853935434E-04
+  2.4131542492106196E-04  2.4345499038967765E-04  2.4561305349594942E-04
+  2.4778977416137606E-04  2.4998531369005845E-04  2.5219983478065220E-04
+  2.5443350153842487E-04  2.5668647948741657E-04  2.5895893558270549E-04
+  2.6125103822278068E-04  2.6356295726202047E-04  2.6589486402327982E-04
+  2.6824693131058522E-04  2.7061933342194114E-04  2.7301224616224537E-04
+  2.7542584685631710E-04  2.7786031436203754E-04  2.8031582908360380E-04
+  2.8279257298489740E-04  2.8529072960296908E-04  2.8781048406163853E-04
+  2.9035202308521393E-04  2.9291553501232810E-04  2.9550120980989536E-04
+  2.9810923908718930E-04  3.0073981611004045E-04  3.0339313581515947E-04
+  3.0606939482458190E-04  3.0876879146023866E-04  3.1149152575865265E-04
+  3.1423779948576186E-04  3.1700781615187136E-04  3.1980178102673388E-04
+  3.2261990115476123E-04  3.2546238537036696E-04  3.2832944431344170E-04
+  3.3122129044496282E-04  3.3413813806273745E-04  3.3708020331728409E-04
+  3.4004770422784933E-04  3.4304086069856398E-04  3.4605989453473883E-04
+  3.4910502945930132E-04  3.5217649112937398E-04  3.5527450715299672E-04
+  3.5839930710599316E-04  3.6155112254898305E-04  3.6473018704454187E-04
+  3.6793673617450847E-04  3.7117100755744263E-04  3.7443324086623356E-04
+  3.7772367784585996E-04  3.8104256233130500E-04  3.8439014026562439E-04
+  3.8776665971817262E-04  3.9117237090298472E-04  3.9460752619731911E-04
+  3.9807238016035829E-04  4.0156718955207377E-04  4.0509221335225239E-04
+  4.0864771277968694E-04  4.1223395131153483E-04  4.1585119470284094E-04
+  4.1949971100623229E-04  4.2317977059178080E-04  4.2689164616703946E-04
+  4.3063561279725002E-04  4.3441194792572576E-04  4.3822093139441267E-04
+  4.4206284546462551E-04  4.4593797483796424E-04  4.4984660667741165E-04
+  4.5378903062861278E-04  4.5776553884133918E-04  4.6177642599113690E-04
+  4.6582198930116437E-04  4.6990252856421650E-04  4.7401834616494067E-04
+  4.7816974710224397E-04  4.8235703901189554E-04  4.8658053218932225E-04
+  4.9084053961260252E-04  4.9513737696566017E-04  4.9947136266165605E-04
+  5.0384281786658414E-04  5.0825206652307107E-04  5.1269943537438046E-04
+  5.1718525398862655E-04  5.2170985478319516E-04  5.2627357304937733E-04
+  5.3087674697721544E-04  5.3551971768056323E-04  5.4020282922236443E-04
+  5.4492642864014795E-04  5.4969086597174432E-04  5.5449649428122502E-04
+  5.5934366968506523E-04  5.6423275137853200E-04  5.6916410166230340E-04
+  5.7413808596931454E-04  5.7915507289183713E-04  5.8421543420879480E-04
+  5.8931954491330907E-04  5.9446778324049189E-04  5.9966053069547076E-04
+  6.0489817208165988E-04  6.1018109552927536E-04  6.1550969252409631E-04
+  6.2088435793647477E-04  6.2630549005059631E-04  6.3177349059399454E-04
+  6.3728876476731899E-04  6.4285172127436234E-04  6.4846277235234531E-04
+  6.5412233380246509E-04  6.5983082502070662E-04  6.6558866902892075E-04
+  6.7139629250617086E-04  6.7725412582035106E-04  6.8316260306007688E-04
+  6.8912216206685225E-04  6.9513324446751385E-04  7.0119629570695714E-04
+  7.0731176508114434E-04  7.1348010577039793E-04  7.1970177487298175E-04
+  7.2597723343897371E-04  7.3230694650442904E-04  7.3869138312584114E-04
+  7.4513101641489907E-04  7.5162632357354527E-04  7.5817778592933774E-04
+  7.6478588897111669E-04  7.7145112238497936E-04  7.7817398009056747E-04
+  7.8495496027766677E-04  7.9179456544312121E-04  7.9869330242807288E-04
+  8.0565168245551636E-04  8.1267022116818157E-04  8.1974943866674316E-04
+  8.2688985954836080E-04  8.3409201294555179E-04  8.4135643256540084E-04
+  8.4868365672910722E-04  8.5607422841187564E-04  8.6352869528314965E-04
+  8.7104760974719589E-04  8.7863152898403642E-04  8.8628101499073548E-04
+  8.9399663462304507E-04  9.0177895963740762E-04  9.0962856673332444E-04
+  9.1754603759608845E-04  9.2553195893988643E-04  9.3358692255127629E-04
+  9.4171152533303664E-04  9.4990636934839858E-04  9.5817206186565645E-04
+  9.6650921540316823E-04  9.7491844777474151E-04  9.8340038213541397E-04
+  9.9195564702762775E-04  1.0005848764278054E-03  1.0092887097933258E-03
+  1.0180677921099079E-03  1.0269227739394028E-03  1.0358543114680012E-03
+  1.0448630665548550E-03  1.0539497067811204E-03  1.0631149054994228E-03
+  1.0723593418837558E-03  1.0816837009798026E-03  1.0910886737556995E-03
+  1.1005749571532330E-03  1.1101432541394847E-03  1.1197942737589167E-03
+  1.1295287311859133E-03  1.1393473477777718E-03  1.1492508511281533E-03
+  1.1592399751209981E-03  1.1693154599849008E-03  1.1794780523479639E-03
+  1.1897285052931156E-03  1.2000675784139163E-03  1.2104960378708379E-03
+  1.2210146564480369E-03  1.2316242136106129E-03  1.2423254955623664E-03
+  1.2531192953040527E-03  1.2640064126921394E-03  1.2749876544980742E-03
+  1.2860638344680637E-03  1.2972357733833666E-03  1.3085042991211125E-03
+  1.3198702467156426E-03  1.3313344584203819E-03  1.3428977837702473E-03
+  1.3545610796445930E-03  1.3663252103307013E-03  1.3781910475878221E-03
+  1.3901594707117653E-03  1.4022313666000518E-03  1.4144076298176289E-03
+  1.4266891626631482E-03  1.4390768752358262E-03  1.4515716855028735E-03
+  1.4641745193675114E-03  1.4768863107375749E-03  1.4897080015947085E-03
+  1.5026405420641624E-03  1.5156848904851878E-03  1.5288420134820443E-03
+  1.5421128860356190E-03  1.5554984915556651E-03  1.5689998219536650E-03
+  1.5826178777163221E-03  1.5963536679796887E-03  1.6102082106039374E-03
+  1.6241825322487696E-03  1.6382776684494874E-03  1.6524946636937137E-03
+  1.6668345714987804E-03  1.6812984544897838E-03  1.6958873844783139E-03
+  1.7106024425418648E-03  1.7254447191039325E-03  1.7404153140148006E-03
+  1.7555153366330314E-03  1.7707459059076529E-03  1.7861081504610635E-03
+  1.8016032086726468E-03  1.8172322287631126E-03  1.8329963688795679E-03
+  1.8488967971813180E-03  1.8649346919264141E-03  1.8811112415589456E-03
+  1.8974276447970902E-03  1.9138851107219157E-03  1.9304848588669638E-03
+  1.9472281193085971E-03  1.9641161327571275E-03  1.9811501506487358E-03
+  1.9983314352381852E-03  2.0156612596923316E-03  2.0331409081844453E-03
+  2.0507716759893503E-03  2.0685548695793779E-03  2.0864918067211571E-03
+  2.1045838165732358E-03  2.1228322397845488E-03  2.1412384285937362E-03
+  2.1598037469293153E-03  2.1785295705107279E-03  2.1974172869502462E-03
+  2.2164682958557740E-03  2.2356840089345262E-03  2.2550658500976074E-03
+  2.2746152555654939E-03  2.2943336739744240E-03  2.3142225664837144E-03
+  2.3342834068839960E-03  2.3545176817063879E-03  2.3749268903326161E-03
+  2.3955125451060790E-03  2.4162761714438784E-03  2.4372193079498128E-03
+  2.4583435065283479E-03  2.4796503324995747E-03  2.5011413647151566E-03
+  2.5228181956752794E-03  2.5446824316466147E-03  2.5667356927812903E-03
+  2.5889796132369091E-03  2.6114158412975847E-03  2.6340460394960303E-03
+  2.6568718847367048E-03  2.6798950684200165E-03  2.7031172965676030E-03
+  2.7265402899486943E-03  2.7501657842075615E-03  2.7739955299920724E-03
+  2.7980312930833535E-03  2.8222748545265741E-03  2.8467280107628565E-03
+  2.8713925737623267E-03  2.8962703711583188E-03  2.9213632463827269E-03
+  2.9466730588025387E-03  2.9722016838575377E-03  2.9979510131991995E-03
+  3.0239229548307896E-03  3.0501194332486613E-03  3.0765423895847818E-03
+  3.1031937817504900E-03  3.1300755845814882E-03  3.1571897899840885E-03
+  3.1845384070827249E-03  3.2121234623687348E-03  3.2399469998504239E-03
+  3.2680110812044342E-03  3.2963177859284070E-03  3.3248692114949733E-03
+  3.3536674735070676E-03  3.3827147058545877E-03  3.4120130608723980E-03
+  3.4415647094996984E-03  3.4713718414407864E-03  3.5014366653271759E-03
+  3.5317614088811386E-03  3.5623483190806485E-03  3.5931996623257464E-03
+  3.6243177246063473E-03  3.6557048116714914E-03  3.6873632492000520E-03
+  3.7192953829729277E-03  3.7515035790467027E-03  3.7839902239288265E-03
+  3.8167577247542844E-03  3.8498085094638033E-03  3.8831450269835983E-03
+  3.9167697474066562E-03  3.9506851621755948E-03  3.9848937842670963E-03
+  4.0193981483779267E-03  4.0542008111125651E-03  4.0893043511724490E-03
+  4.1247113695468511E-03  4.1604244897054032E-03  4.1964463577922780E-03
+  4.2327796428220498E-03  4.2694270368772410E-03  4.3063912553075664E-03
+  4.3436750369309071E-03  4.3812811442360076E-03  4.4192123635869232E-03
+  4.4574715054292290E-03  4.4960614044980106E-03  4.5349849200276397E-03
+  4.5742449359633614E-03  4.6138443611747158E-03  4.6537861296707646E-03
+  4.6940732008172257E-03  4.7347085595554313E-03  4.7756952166231941E-03
+  4.8170362087775736E-03  4.8587345990195640E-03  4.9007934768207058E-03
+  4.9432159583516688E-03  4.9860051867127867E-03  5.0291643321665877E-03
+  5.0726965923723203E-03  5.1166051926225071E-03  5.1608933860815285E-03
+  5.2055644540262630E-03  5.2506217060888033E-03  5.2960684805012518E-03
+  5.3419081443426414E-03  5.3881440937879593E-03  5.4347797543593335E-03
+  5.4818185811793688E-03  5.5292640592266729E-03  5.5771197035935699E-03
+  5.6253890597460447E-03  5.6740757037859121E-03  5.7231832427152496E-03
+  5.7727153147030990E-03  5.8226755893544683E-03  5.8730677679816419E-03
+  5.9238955838778282E-03  5.9751628025931534E-03  6.0268732222130451E-03
+  6.0790306736389875E-03  6.1316390208717023E-03  6.1847021612967731E-03
+  6.2382240259726924E-03  6.2922085799214300E-03  6.3466598224214662E-03
+  6.4015817873033449E-03  6.4569785432477779E-03  6.5128541940863123E-03
+  6.5692128791045570E-03  6.6260587733480425E-03  6.6833960879306925E-03
+  6.7412290703459457E-03  6.7995620047805469E-03  6.8583992124310435E-03
+  6.9177450518229794E-03  6.9776039191328503E-03  7.0379802485128007E-03
+  7.0988785124181291E-03  7.1603032219375827E-03  7.2222589271264959E-03
+  7.2847502173427874E-03  7.3477817215858313E-03  7.4113581088382455E-03
+  7.4754840884106019E-03  7.5401644102890859E-03  7.6054038654861499E-03
+  7.6712072863941673E-03  7.7375795471421082E-03  7.8045255639552840E-03
+  7.8720502955181553E-03  7.9401587433402757E-03  8.0088559521253391E-03
+  8.0781470101433956E-03  8.1480370496062778E-03  8.2185312470461937E-03
+  8.2896348236976142E-03  8.3613530458823554E-03  8.4336912253980493E-03
+  8.5066547199098615E-03  8.5802489333455731E-03  8.6544793162940670E-03
+  8.7293513664071960E-03  8.8048706288050959E-03  8.8810426964849518E-03
+  8.9578732107332658E-03  9.0353678615416426E-03  9.1135323880261257E-03
+  9.1923725788501127E-03  9.2718942726508699E-03  9.3521033584697145E-03
+  9.4330057761858287E-03  9.5146075169538092E-03  9.5969146236449220E-03
+  9.6799331912921314E-03  9.7636693675389203E-03  9.8481293530919330E-03
+  9.9333194021774644E-03  1.0019245823001862E-02  1.0105914978215827E-02
+  1.0193333285382657E-02  1.0281507217450513E-02  1.0370443303228659E-02
+  1.0460148127867780E-02  1.0550628333344378E-02  1.0641890618949275E-02
+  1.0733941741780276E-02  1.0826788517239019E-02  1.0920437819532039E-02
+  1.1014896582176081E-02  1.1110171798507719E-02  1.1206270522197246E-02
+  1.1303199867767027E-02  1.1400967011114123E-02  1.1499579190037442E-02
+  1.1599043704769279E-02  1.1699367918511424E-02  1.1800559257975768E-02
+  1.1902625213929487E-02  1.2005573341744860E-02  1.2109411261953702E-02
+  1.2214146660806523E-02  1.2319787290836376E-02  1.2426340971427486E-02
+  1.2533815589388679E-02  1.2642219099531640E-02  1.2751559525254060E-02
+  1.2861844959127695E-02  1.2973083563491366E-02  1.3085283571048994E-02
+  1.3198453285472622E-02  1.3312601082010548E-02  1.3427735408100546E-02
+  1.3543864783988273E-02  1.3660997803350850E-02  1.3779143133925682E-02
+  1.3898309518144568E-02  1.4018505773773121E-02  1.4139740794555560E-02
+  1.4262023550864884E-02  1.4385363090358540E-02  1.4509768538639516E-02
+  1.4635249099923019E-02  1.4761814057708706E-02  1.4889472775458521E-02
+  1.5018234697280206E-02  1.5148109348616540E-02  1.5279106336940292E-02
+  1.5411235352454979E-02  1.5544506168801457E-02  1.5678928643770424E-02
+  1.5814512720020799E-02  1.5951268425804122E-02  1.6089205875694939E-02
+  1.6228335271327280E-02  1.6368666902137223E-02  1.6510211146111613E-02
+  1.6652978470543006E-02  1.6796979432790841E-02  1.6942224681048907E-02
+  1.7088724955119178E-02  1.7236491087191979E-02  1.7385534002632697E-02
+  1.7535864720774823E-02  1.7687494355719684E-02  1.7840434117142631E-02
+  1.7994695311105934E-02  1.8150289340878329E-02  1.8307227707761255E-02
+  1.8465522011921948E-02  1.8625183953233235E-02  1.8786225332120359E-02
+  1.8948658050414575E-02  1.9112494112213808E-02  1.9277745624750292E-02
+  1.9444424799265298E-02  1.9612543951890965E-02  1.9782115504539323E-02
+  1.9953151985798511E-02  2.0125666031836291E-02  2.0299670387310838E-02
+  2.0475177906288968E-02  2.0652201553171736E-02  2.0830754403627506E-02
+  2.1010849645532580E-02  2.1192500579919376E-02  2.1375720621932225E-02
+  2.1560523301790847E-02  2.1746922265761581E-02  2.1934931277136353E-02
+  2.2124564217219499E-02  2.2315835086322448E-02  2.2508758004766361E-02
+  2.2703347213892725E-02  2.2899617077082005E-02  2.3097582080780353E-02
+  2.3297256835534474E-02  2.3498656077034673E-02  2.3701794667166137E-02
+  2.3906687595068494E-02  2.4113349978203726E-02  2.4321797063432484E-02
+  2.4532044228098779E-02  2.4744106981123254E-02  2.4958000964104925E-02
+  2.5173741952431546E-02  2.5391345856398611E-02  2.5610828722337001E-02
+  2.5832206733749460E-02  2.6055496212455790E-02  2.6280713619746866E-02
+  2.6507875557547651E-02  2.6736998769588950E-02  2.6968100142588363E-02
+  2.7201196707440128E-02  2.7436305640414063E-02  2.7673444264363668E-02
+  2.7912630049943366E-02  2.8153880616834964E-02  2.8397213734983402E-02
+  2.8642647325841767E-02  2.8890199463625688E-02  2.9139888376577123E-02
+  2.9391732448237569E-02  2.9645750218730772E-02  2.9901960386054936E-02
+  3.0160381807384513E-02  3.0421033500381649E-02  3.0683934644517141E-02
+  3.0949104582401292E-02  3.1216562821124078E-02  3.1486329033605744E-02
+  3.1758423059956541E-02  3.2032864908846666E-02  3.2309674758885944E-02
+  3.2588872960013407E-02  3.2870480034896926E-02  3.3154516680342638E-02
+  3.3441003768714485E-02  3.3729962349363755E-02  3.4021413650068666E-02
+  3.4315379078484011E-02  3.4611880223600948E-02  3.4910938857216897E-02
+  3.5212576935415643E-02  3.5516816600057510E-02  3.5823680180279781E-02
+  3.6133190194007375E-02  3.6445369349473719E-02  3.6760240546751796E-02
+  3.7077826879295540E-02  3.7398151635491490E-02  3.7721238300220658E-02
+  3.8047110556430730E-02  3.8375792286718516E-02  3.8707307574922738E-02
+  3.9041680707727081E-02  3.9378936176273534E-02  3.9719098677785974E-02
+  4.0062193117204145E-02  4.0408244608827741E-02  4.0757278477970948E-02
+  4.1109320262626987E-02  4.1464395715143106E-02  4.1822530803905640E-02
+  4.2183751715035342E-02  4.2548084854092727E-02  4.2915556847793745E-02
+  4.3286194545735387E-02  4.3660025022131413E-02  4.4037075577558080E-02
+  4.4417373740709871E-02  4.4800947270165106E-02  4.5187824156161509E-02
+  4.5578032622381456E-02  4.5971601127747182E-02  4.6368558368225475E-02
+  4.6768933278642212E-02  4.7172755034506277E-02  4.7580053053843031E-02
+  4.7990856999037240E-02  4.8405196778685239E-02  4.8823102549456321E-02
+  4.9244604717963346E-02  4.9669733942642208E-02  5.0098521135640409E-02
+  5.0530997464714324E-02  5.0967194355135130E-02  5.1407143491603323E-02
+  5.1850876820171761E-02  5.2298426550176795E-02  5.2749825156177724E-02
+  5.3205105379904159E-02  5.3664300232211151E-02  5.4127442995042185E-02
+  5.4594567223399421E-02  5.5065706747321468E-02  5.5540895673868100E-02
+  5.6020168389112099E-02  5.6503559560137286E-02  5.6991104137044078E-02
+  5.7482837354960313E-02  5.7978794736058513E-02  5.8479012091579088E-02
+  5.8983525523858868E-02  5.9492371428365061E-02  6.0005586495734183E-02
+  6.0523207713815703E-02  6.1045272369720141E-02  6.1571818051871438E-02
+  6.2102882652062867E-02  6.2638504367516737E-02  6.3178721702947110E-02
+  6.3723573472625236E-02  6.4273098802447665E-02  6.4827337132006196E-02
+  6.5386328216659614E-02  6.5950112129606636E-02  6.6518729263959783E-02
+  6.7092220334819513E-02  6.7670626381348492E-02  6.8253988768845211E-02
+  6.8842349190816665E-02  6.9435749671049651E-02  7.0034232565679810E-02
+  7.0637840565258486E-02  7.1246616696816131E-02  7.1860604325922423E-02
+  7.2479847158741825E-02  7.3104389244084536E-02  7.3734274975451874E-02
+  7.4369549093075554E-02  7.5010256685950183E-02  7.5656443193858308E-02
+  7.6308154409387263E-02  7.6965436479937158E-02  7.7628335909719071E-02
+  7.8296899561742975E-02  7.8971174659794183E-02  7.9651208790398026E-02
+  8.0337049904771210E-02  8.1028746320759640E-02  8.1726346724761423E-02
+  8.2429900173634232E-02  8.3139456096585865E-02  8.3855064297047477E-02
+  8.4576774954527867E-02  8.5304638626448201E-02  8.6038706249956007E-02
+  8.6779029143716963E-02  8.7525659009683954E-02  8.8278647934841553E-02
+  8.9038048392925340E-02  8.9803913246114045E-02  9.0576295746694041E-02
+  9.1355249538694214E-02  9.2140828659490151E-02  9.2933087541376136E-02
+  9.3732081013103402E-02  9.4537864301383542E-02  9.5350493032354794E-02
+  9.6170023233010521E-02  9.6996511332587451E-02  9.7830014163912474E-02
+  9.8670588964706207E-02  9.9518293378841119E-02  1.0037318545755355E-01
+  1.0123532366060541E-01  1.0210476685739724E-01  1.0298157432802681E-01
+  1.0386580576429368E-01  1.0475752127064690E-01  1.0565678136507357E-01
+  1.0656364697992626E-01  1.0747817946268667E-01  1.0840044057666393E-01
+  1.0933049250162391E-01  1.1026839783434858E-01  1.1121421958912146E-01
+  1.1216802119813728E-01  1.1312986651183347E-01  1.1409981979913958E-01
+  1.1507794574764328E-01  1.1606430946366858E-01  1.1705897647226446E-01
+  1.1806201271710005E-01  1.1907348456026361E-01  1.2009345878196197E-01
+  1.2112200258011702E-01  1.2215918356985586E-01  1.2320506978289140E-01
+  1.2425972966678921E-01  1.2532323208411736E-01  1.2639564631147568E-01
+  1.2747704203839982E-01  1.2856748936613654E-01  1.2966705880628657E-01
+  1.3077582127930962E-01  1.3189384811288873E-01  1.3302121104014814E-01
+  1.3415798219772102E-01  1.3530423412366219E-01  1.3646003975520074E-01
+  1.3762547242632805E-01  1.3880060586521564E-01  1.3998551419145858E-01
+  1.4118027191313795E-01  1.4238495392369793E-01  1.4359963549863144E-01
+  1.4482439229196872E-01  1.4605930033256279E-01  1.4730443602016627E-01
+  1.4855987612129271E-01  1.4982569776485680E-01  1.5110197843758619E-01
+  1.5238879597919919E-01  1.5368622857734060E-01  1.5499435476226925E-01
+  1.5631325340129007E-01  1.5764300369292314E-01  1.5898368516080211E-01
+  1.6033537764729472E-01  1.6169816130683692E-01  1.6307211659897308E-01
+  1.6445732428109344E-01  1.6585386540086081E-01  1.6726182128831724E-01
+  1.6868127354766266E-01  1.7011230404869482E-01  1.7155499491790291E-01
+  1.7300942852920412E-01  1.7447568749431355E-01  1.7595385465273777E-01
+  1.7744401306138116E-01  1.7894624598375550E-01  1.8046063687877931E-01
+  1.8198726938916154E-01  1.8352622732935092E-01  1.8507759467304533E-01
+  1.8664145554024617E-01  1.8821789418384727E-01  1.8980699497574463E-01
+  1.9140884239245537E-01  1.9302352100023185E-01  1.9465111543965896E-01
+  1.9629171040971971E-01  1.9794539065131614E-01  1.9961224093023036E-01
+  2.0129234601951296E-01  2.0298579068128120E-01  2.0469265964791480E-01
+  2.0641303760263102E-01  2.0814700915942530E-01  2.0989465884235997E-01
+  2.1165607106418471E-01  2.1343133010427218E-01  2.1522052008585060E-01
+  2.1702372495251698E-01  2.1884102844401102E-01  2.2067251407123320E-01
+  2.2251826509048642E-01  2.2437836447692344E-01  2.2625289489717892E-01
+  2.2814193868116711E-01  2.3004557779302467E-01  2.3196389380117630E-01
+  2.3389696784750372E-01  2.3584488061559494E-01  2.3780771229805142E-01
+  2.3978554256283177E-01  2.4177845051860716E-01  2.4378651467910592E-01
+  2.4580981292642293E-01  2.4784842247326913E-01  2.4990241982413627E-01
+  2.5197188073535148E-01  2.5405688017399541E-01  2.5615749227565765E-01
+  2.5827379030100212E-01  2.6040584659111610E-01  2.6255373252161296E-01
+  2.6471751845546188E-01  2.6689727369451499E-01  2.6909306642970210E-01
+  2.7130496368986334E-01  2.7353303128918938E-01  2.7577733377323782E-01
+  2.7803793436349400E-01  2.8031489490044542E-01  2.8260827578513531E-01
+  2.8491813591916382E-01  2.8724453264310218E-01  2.8958752167328683E-01
+  2.9194715703695728E-01  2.9432349100570404E-01  2.9671657402719032E-01
+  2.9912645465511090E-01  3.0155317947735272E-01  3.0399679304231858E-01
+  3.0645733778337775E-01  3.0893485394140391E-01  3.1142937948536298E-01
+  3.1394095003091266E-01  3.1646959875696901E-01  3.1901535632021055E-01
+  3.2157825076746716E-01  3.2415830744596241E-01  3.2675554891136344E-01
+  3.2936999483359930E-01  3.3200166190040453E-01  3.3465056371854585E-01
+  3.3731671071269070E-01  3.4000011002187364E-01  3.4270076539351835E-01
+  3.4541867707497148E-01  3.4815384170250607E-01  3.5090625218774862E-01
+  3.5367589760148976E-01  3.5646276305483138E-01  3.5926682957762751E-01
+  3.6208807399417681E-01  3.6492646879612034E-01  3.6778198201250228E-01
+  3.7065457707695071E-01  3.7354421269193294E-01  3.7645084269004569E-01
+  3.7937441589229420E-01  3.8231487596331937E-01  3.8527216126353131E-01
+  3.8824620469810794E-01  3.9123693356281702E-01  3.9424426938662194E-01
+  3.9726812777103360E-01  4.0030841822616714E-01  4.0336504400346951E-01
+  4.0643790192507706E-01  4.0952688220977418E-01  4.1263186829551274E-01
+  4.1575273665846435E-01  4.1888935662857235E-01  4.2204159020157583E-01
+  4.2520929184747658E-01  4.2839230831542402E-01  4.3159047843499682E-01
+  4.3480363291385554E-01  4.3803159413175274E-01  4.4127417593088097E-01
+  4.4453118340254577E-01  4.4780241267015519E-01  4.5108765066851653E-01
+  4.5438667491943691E-01  4.5769925330362909E-01  4.6102514382892290E-01
+  4.6436409439479365E-01  4.6771584255321669E-01  4.7108011526586502E-01
+  4.7445662865767330E-01  4.7784508776679108E-01  4.8124518629096069E-01
+  4.8465660633035540E-01  4.8807901812692078E-01  4.9151207980027101E-01
+  4.9495543708019557E-01  4.9840872303583916E-01  5.0187155780162740E-01
+  5.0534354830001671E-01  5.0882428796115453E-01  5.1231335643954501E-01
+  5.1581031932782784E-01  5.1931472786778021E-01  5.2282611865866890E-01
+  5.2634401336308556E-01  5.2986791841040826E-01  5.3339732469805445E-01
+  5.3693170729068174E-01  5.4047052511752636E-01  5.4401322066807078E-01
+  5.4755921968624832E-01  5.5110793086340581E-01  5.5465874553026207E-01
+  5.5821103734811495E-01  5.6176416199956281E-01  5.6531745687902890E-01
+  5.6887024078338744E-01  5.7242181360301547E-01  5.7597145601360789E-01
+  5.7951842916911522E-01  5.8306197439618512E-01  5.8660131289050688E-01
+  5.9013564541548136E-01  5.9366415200366418E-01  5.9718599166144937E-01
+  6.0070030207748770E-01  6.0420619933535935E-01  6.0770277763104430E-01
+  6.1118910899576617E-01  6.1466424302480649E-01  6.1812720661292020E-01
+  6.2157700369701208E-01  6.2501261500676297E-01  6.2843299782392847E-01
+  6.3183708575106345E-01  6.3522378849046279E-01  6.3859199163413660E-01
+  6.4194055646568393E-01  6.4526831977495369E-01  6.4857409368643082E-01
+  6.5185666550231336E-01  6.5511479756129232E-01  6.5834722711408400E-01
+  6.6155266621680797E-01  6.6472980164333784E-01  6.6787729481780767E-01
+  6.7099378176848723E-01  6.7407787310429312E-01  6.7712815401524085E-01
+  6.8014318429819687E-01  6.8312149840932235E-01  6.8606160554466422E-01
+  6.8896198975037903E-01  6.9182111006413616E-01  6.9463740068928614E-01
+  6.9740927120342933E-01  7.0013510680307145E-01  7.0281326858609583E-01
+  7.0544209387382950E-01  7.0801989657453168E-01  7.1054496759017405E-01
+  7.1301557526843107E-01  7.1542996590184149E-01  7.1778636427614795E-01
+  7.2008297426985712E-01  7.2231797950711274E-01  7.2448954406600385E-01
+  7.2659581324446776E-01  7.2863491438598760E-01  7.3060495776730328E-01
+  7.3250403755039029E-01  7.3433023280098386E-01  7.3608160857593974E-01
+  7.3775621708174111E-01  7.3935209890647591E-01  7.4086728432760107E-01
+  7.4229979469781882E-01  7.4364764391137850E-01  7.4490883995309920E-01
+  7.4608138653238798E-01  7.4716328480449445E-01  7.4815253518119817E-01
+  7.4904713923308397E-01  7.4984510168548002E-01  7.5054443251007774E-01
+  7.5114314911415203E-01  7.5163927862920499E-01  7.5203086030074306E-01
+  7.5231594798075896E-01  7.5249261272435275E-01  7.5255894549175051E-01
+  7.5251305995680140E-01  7.5235309542282602E-01  7.5207721984646292E-01
+  7.5168363296991347E-01  7.5117056956170614E-01  7.5053630276580829E-01
+  7.4977914755858421E-01  7.4889746431274229E-01  7.4788966246703248E-01
+  7.4675420430003558E-01  7.4548960880593873E-01  7.4409445566970178E-01
+  7.4256738933850597E-01  7.4090712318580920E-01  7.3911244376373786E-01
+  7.3718221513890203E-01  7.3511538330604265E-01  7.3291098067318450E-01
+  7.3056813061120252E-01  7.2808605205988564E-01  7.2546406418171516E-01
+  7.2270159105365417E-01  7.1979816638628014E-01  7.1675343825857496E-01
+  7.1356717385560542E-01  7.1023926419522265E-01  7.0676972882871703E-01
+  7.0315872049915662E-01  6.9940652973984418E-01  6.9551358939402586E-01
+  6.9148047903559329E-01  6.8730792926912143E-01  6.8299682588611976E-01
+  6.7854821385289366E-01  6.7396330110387703E-01  6.6924346211276142E-01
+  6.6439024121217816E-01  6.5940535563111069E-01  6.5429069821765451E-01
+  6.4904833981317089E-01  6.4368053124236058E-01  6.3818970488228866E-01
+  6.3257847577197124E-01  6.2684964222278838E-01  6.2100618588875589E-01
+  6.1505127125458037E-01  6.0898824449849021E-01  6.0282063168608979E-01
+  5.9655213625098369E-01  5.9018663571769825E-01  5.8372817762254414E-01
+  5.7718097458853090E-01  5.7054939851143061E-01  5.6383797381550438E-01
+  5.5705136973947300E-01  5.5019439161603623E-01  5.4327197111174153E-01
+  5.3628915539837052E-01  5.2925109523238989E-01  5.2216303192549618E-01
+  5.1503028319703947E-01  5.0785822790829394E-01  5.0065228968932762E-01
+  4.9341791948179836E-01  4.8616057703557986E-01  4.7888571141396558E-01
+  4.7159874058151130E-01  4.6430503017072738E-01  4.5700987154903117E-01
+  4.4971845933609622E-01  4.4243586855421635E-01  4.3516703163112486E-01
+  4.2791671551618549E-01  4.2068949921759063E-01  4.1348975212075822E-01
+  4.0632161350695845E-01  3.9918897375722401E-01  3.9209545780033594E-01
+  3.8504441144605078E-01  3.7803889133658525E-01  3.7108165935168813E-01
+  3.6417518241642655E-01  3.5732163878728879E-01  3.5052293203260071E-01
+  3.4378071407898042E-01  3.3709641886805986E-01  3.3047130835874255E-01
+  3.2390653282152576E-01  3.1740320760499141E-01  3.1096241246168932E-01
+  3.0458519090893071E-01  2.9827254962607863E-01  2.9202545788985185E-01
+  2.8584484704907609E-01  2.7973161004022257E-01  2.7368660094495628E-01
+  2.6771063459079453E-01  2.6180448619583035E-01  2.5596889105832410E-01
+  2.5020454429179900E-01  2.4451210060610037E-01  2.3889217413469593E-01
+  2.3334533830830270E-01  2.2787212577473825E-01  2.2247302836469890E-01
+  2.1714849710298162E-01  2.1189894226448483E-01
+===== TPHI 2 =====   [tphi(r)=TPHI(r)/r*Ylm(th,ph)]
+ 1  : radial mesh index
+  0.0000000000000000E+00  4.0670836732460279E-09  8.1693293688755471E-09
+  1.2307041080589385E-08  1.6480525430269938E-08  2.0690091690702605E-08
+  2.4936051808494747E-08  2.9218720427191761E-08  3.3538414910593921E-08
+  3.7895455366274171E-08  4.2290164669299114E-08  4.6722868486156273E-08
+  5.1193895298886406E-08  5.5703576429425916E-08  6.0252246064159366E-08
+  6.4840241278683479E-08  6.9467902062786449E-08  7.4135571345642490E-08
+  7.8843595021223986E-08  8.3592321973934151E-08  8.8382104104460481E-08
+  9.3213296355852455E-08  9.8086256739823866E-08  1.0300134636328324E-07
+  1.0795892945509355E-07  1.1295937339306273E-07  1.1800304873116819E-07
+  1.2309032922701632E-07  1.2822159186953951E-07  1.3339721690693271E-07
+  1.3861758787483121E-07  1.4388309162473268E-07  1.4919411835266392E-07
+  1.5455106162809629E-07  1.5995431842311127E-07  1.6540428914181701E-07
+  1.7090137765002054E-07  1.7644599130515554E-07  1.8203854098646982E-07
+  1.8767944112547222E-07  1.9336910973664498E-07  1.9910796844841930E-07
+  2.0489644253442038E-07  2.1073496094498162E-07  2.1662395633893202E-07
+  2.2256386511565798E-07  2.2855512744744196E-07  2.3459818731208149E-07
+  2.4069349252578938E-07  2.4684149477637957E-07  2.5304264965673807E-07
+  2.5929741669858507E-07  2.6560625940652811E-07  2.7196964529240906E-07
+  2.7838804590994986E-07  2.8486193688969551E-07  2.9139179797426076E-07
+  2.9797811305388158E-07  3.0462137020227235E-07  3.1132206171279535E-07
+  3.1808068413494076E-07  3.2489773831112378E-07  3.3177372941379909E-07
+  3.3870916698289532E-07  3.4570456496357591E-07  3.5276044174432279E-07
+  3.5987732019535225E-07  3.6705572770736173E-07  3.7429619623061078E-07
+  3.8159926231434234E-07  3.8896546714654172E-07  3.9639535659404243E-07
+  4.0388948124297550E-07  4.1144839643957225E-07  4.1907266233131580E-07
+  4.2676284390845182E-07  4.3451951104585590E-07  4.4234323854526393E-07
+  4.5023460617786745E-07  4.5819419872727698E-07  4.6622260603285692E-07
+  4.7432042303343512E-07  4.8248824981139052E-07  4.9072669163712184E-07
+  4.9903635901390031E-07  5.0741786772311088E-07  5.1587183886988380E-07
+  5.2439889892912191E-07  5.3299967979192416E-07  5.4167481881241192E-07
+  5.5042495885495965E-07  5.5925074834183332E-07  5.6815284130124192E-07
+  5.7713189741580353E-07  5.8618858207143026E-07  5.9532356640663636E-07
+  6.0453752736227225E-07  6.1383114773168936E-07  6.2320511621133689E-07
+  6.3266012745179783E-07  6.4219688210926586E-07  6.5181608689746620E-07
+  6.6151845464002536E-07  6.7130470432329665E-07  6.8117556114963854E-07
+  6.9113175659115503E-07  7.0117402844390114E-07  7.1130312088255715E-07
+  7.2151978451557443E-07  7.3182477644079977E-07  7.4221886030157770E-07
+  7.5270280634334112E-07  7.6327739147068933E-07  7.7394339930496024E-07
+  7.8470162024229963E-07  7.9555285151223208E-07  8.0649789723674086E-07
+  8.1753756848985537E-07  8.2867268335775571E-07  8.3990406699939567E-07
+  8.5123255170765169E-07  8.6265897697099798E-07  8.7418418953571643E-07
+  8.8580904346864547E-07  8.9753440022046821E-07  9.0936112868954978E-07
+  9.2129010528632707E-07  9.3332221399825536E-07  9.4545834645531291E-07
+  9.5769940199607666E-07  9.7004628773436582E-07  9.8249991862646391E-07
+  9.9506121753891988E-07  1.0077311153169373E-06  1.0205105508533518E-06
+  1.0334004711582108E-06  1.0464018314289472E-06  1.0595155951211654E-06
+  1.0727427340200382E-06  1.0860842283123165E-06  1.0995410666589710E-06
+  1.1131142462684508E-06  1.1268047729705828E-06  1.1406136612911090E-06
+  1.1545419345268661E-06  1.1685906248216162E-06  1.1827607732425325E-06
+  1.1970534298573474E-06  1.2114696538121664E-06  1.2260105134099569E-06
+  1.2406770861897112E-06  1.2554704590062996E-06  1.2703917281110077E-06
+  1.2854419992327771E-06  1.3006223876601409E-06  1.3159340183238742E-06
+  1.3313780258803536E-06  1.3469555547956421E-06  1.3626677594302988E-06
+  1.3785158041249191E-06  1.3945008632864202E-06  1.4106241214750701E-06
+  1.4268867734922649E-06  1.4432900244690727E-06  1.4598350899555354E-06
+  1.4765231960107491E-06  1.4933555792937170E-06  1.5103334871549952E-06
+  1.5274581777291213E-06  1.5447309200278527E-06  1.5621529940342036E-06
+  1.5797256907972951E-06  1.5974503125280309E-06  1.6153281726955948E-06
+  1.6333605961247827E-06  1.6515489190941821E-06  1.6698944894351908E-06
+  1.6883986666319014E-06  1.7070628219218415E-06  1.7258883383975898E-06
+  1.7448766111092691E-06  1.7640290471679241E-06  1.7833470658497958E-06
+  1.8028320987014958E-06  1.8224855896460886E-06  1.8423089950900922E-06
+  1.8623037840314062E-06  1.8824714381681690E-06  1.9028134520085577E-06
+  1.9233313329815397E-06  1.9440266015485760E-06  1.9649007913162957E-06
+  1.9859554491501423E-06  2.0071921352890068E-06  2.0286124234608382E-06
+  2.0502179009992748E-06  2.0720101689612649E-06  2.0939908422457139E-06
+  2.1161615497131547E-06  2.1385239343064562E-06  2.1610796531725666E-06
+  2.1838303777853212E-06  2.2067777940692974E-06  2.2299236025247597E-06
+  2.2532695183536641E-06  2.2768172715867677E-06  2.3005686072118292E-06
+  2.3245252853029185E-06  2.3486890811508478E-06  2.3730617853947296E-06
+  2.3976452041546638E-06  2.4224411591655871E-06  2.4474514879122648E-06
+  2.4726780437654617E-06  2.4981226961192784E-06  2.5237873305296868E-06
+  2.5496738488542555E-06  2.5757841693930839E-06  2.6021202270309589E-06
+  2.6286839733807364E-06  2.6554773769279647E-06  2.6825024231767586E-06
+  2.7097611147969289E-06  2.7372554717723966E-06  2.7649875315508738E-06
+  2.7929593491948536E-06  2.8211729975338942E-06  2.8496305673182288E-06
+  2.8783341673736927E-06  2.9072859247580046E-06  2.9364879849183817E-06
+  2.9659425118505333E-06  2.9956516882590164E-06  3.0256177157189902E-06
+  3.0558428148393534E-06  3.0863292254273074E-06  3.1170792066543320E-06
+  3.1480950372236020E-06  3.1793790155388462E-06  3.2109334598746691E-06
+  3.2427607085483474E-06  3.2748631200931044E-06  3.3072430734328937E-06
+  3.3399029680586801E-06  3.3728452242062566E-06  3.4060722830355938E-06
+  3.4395866068117383E-06  3.4733906790872785E-06  3.5074870048863863E-06
+  3.5418781108904442E-06  3.5765665456252936E-06  3.6115548796500823E-06
+  3.6468457057477591E-06  3.6824416391172061E-06  3.7183453175670382E-06
+  3.7545594017110727E-06  3.7910865751654981E-06  3.8279295447477334E-06
+  3.8650910406770217E-06  3.9025738167767457E-06  3.9403806506785000E-06
+  3.9785143440279263E-06  4.0169777226923242E-06  4.0557736369700593E-06
+  4.0949049618017879E-06  4.1343745969834979E-06  4.1741854673813890E-06
+  4.2143405231486341E-06  4.2548427399439831E-06  4.2956951191522787E-06
+  4.3369006881068692E-06  4.3784625003139473E-06  4.4203836356788301E-06
+  4.4626672007341871E-06  4.5053163288702491E-06  4.5483341805670124E-06
+  4.5917239436284338E-06  4.6354888334186667E-06  4.6796320931003297E-06
+  4.7241569938748383E-06  4.7690668352248168E-06  4.8143649451586055E-06
+  4.8600546804568737E-06  4.9061394269213711E-06  4.9526225996258423E-06
+  4.9995076431690805E-06  5.0467980319302004E-06  5.0944972703260981E-06
+  5.1426088930711403E-06  5.1911364654391076E-06  5.2400835835273927E-06
+  5.2894538745234876E-06  5.3392509969737698E-06  5.3894786410546190E-06
+  5.4401405288458770E-06  5.4912404146066597E-06  5.5427820850535780E-06
+  5.5947693596413324E-06  5.6472060908457655E-06  5.7000961644493382E-06
+  5.7534434998290786E-06  5.8072520502470369E-06  5.8615258031432259E-06
+  5.9162687804311155E-06  5.9714850387956668E-06  6.0271786699939535E-06
+  6.0833538011583770E-06  6.1400145951025030E-06  6.1971652506295425E-06
+  6.2548100028435037E-06  6.3129531234630262E-06  6.3715989211379392E-06
+  6.4307517417685414E-06  6.4904159688276622E-06  6.5505960236854827E-06
+  6.6112963659371852E-06  6.6725214937334263E-06  6.7342759441136600E-06
+  6.7965642933423718E-06  6.8593911572481738E-06  6.9227611915658760E-06
+  6.9866790922814838E-06  7.0511495959801939E-06  7.1161774801973936E-06
+  7.1817675637727030E-06  7.2479247072070568E-06  7.3146538130229001E-06
+  7.3819598261274763E-06  7.4498477341792753E-06  7.5183225679576299E-06
+  7.5873894017355155E-06  7.6570533536555895E-06  7.7273195861094555E-06
+  7.7981933061202111E-06  7.8696797657283208E-06  7.9417842623808123E-06
+  8.0145121393238353E-06  8.0878687859986246E-06  8.1618596384408672E-06
+  8.2364901796835445E-06  8.3117659401632473E-06  8.3876924981299991E-06
+  8.4642754800606336E-06  8.5415205610757263E-06  8.6194334653601632E-06
+  8.6980199665873100E-06  8.7772858883468696E-06  8.8572371045764428E-06
+  8.9378795399967926E-06  9.0192191705509092E-06  9.1012620238468402E-06
+  9.1840141796043567E-06  9.2674817701055000E-06  9.3516709806489966E-06
+  9.4365880500086195E-06  9.5222392708955006E-06  9.6086309904244547E-06
+  9.6957696105843181E-06  9.7836615887123649E-06  9.8723134379728231E-06
+  9.9617317278395243E-06  1.0051923084582729E-05  1.0142894191760156E-05
+  1.0234651790712271E-05  1.0327202681061836E-05  1.0420553721217790E-05
+  1.0514711828883492E-05  1.0609683981569351E-05  1.0705477217109859E-05
+  1.0802098634185169E-05  1.0899555392847110E-05  1.0997854715049767E-05
+  1.1097003885184667E-05  1.1197010250620593E-05  1.1297881222248032E-05
+  1.1399624275028361E-05  1.1502246948547770E-05  1.1605756847575980E-05
+  1.1710161642629782E-05  1.1815469070541448E-05  1.1921686935032074E-05
+  1.2028823107289842E-05  1.2136885526553342E-05  1.2245882200699867E-05
+  1.2355821206838846E-05  1.2466710691910391E-05  1.2578558873288990E-05
+  1.2691374039392491E-05  1.2805164550296275E-05  1.2919938838352773E-05
+  1.3035705408816347E-05  1.3152472840473548E-05  1.3270249786278858E-05
+  1.3389044973995882E-05  1.3508867206844128E-05  1.3629725364151352E-05
+  1.3751628402011553E-05  1.3874585353948648E-05  1.3998605331585901E-05
+  1.4123697525321118E-05  1.4249871205007702E-05  1.4377135720641566E-05
+  1.4505500503054042E-05  1.4634975064610670E-05  1.4765568999916189E-05
+  1.4897291986525473E-05  1.5030153785660686E-05  1.5164164242934637E-05
+  1.5299333289080373E-05  1.5435670940687076E-05  1.5573187300942332E-05
+  1.5711892560380826E-05  1.5851796997639487E-05  1.5992910980219179E-05
+  1.6135244965252954E-05  1.6278809500280998E-05  1.6423615224032216E-05
+  1.6569672867212608E-05  1.6716993253300460E-05  1.6865587299348397E-05
+  1.7015466016792361E-05  1.7166640512267632E-05  1.7319121988431849E-05
+  1.7472921744795173E-05  1.7628051178557616E-05  1.7784521785453625E-05
+  1.7942345160603944E-05  1.8101532999374862E-05  1.8262097098244886E-05
+  1.8424049355678888E-05  1.8587401773009837E-05  1.8752166455328138E-05
+  1.8918355612378646E-05  1.9085981559465476E-05  1.9255056718364595E-05
+  1.9425593618244320E-05  1.9597604896593785E-05  1.9771103300159389E-05
+  1.9946101685889420E-05  2.0122613021886760E-05  2.0300650388369909E-05
+  2.0480226978642208E-05  2.0661356100069575E-05  2.0844051175066594E-05
+  2.1028325742091154E-05  2.1214193456647712E-05  2.1401668092299210E-05
+  2.1590763541687709E-05  2.1781493817563952E-05  2.1973873053825653E-05
+  2.2167915506564977E-05  2.2363635555124864E-05  2.2561047703164657E-05
+  2.2760166579734841E-05  2.2961006940361056E-05  2.3163583668137640E-05
+  2.3367911774830402E-05  2.3574006401989109E-05  2.3781882822069508E-05
+  2.3991556439565026E-05  2.4203042792148357E-05  2.4416357551822779E-05
+  2.4631516526083561E-05  2.4848535659089306E-05  2.5067431032843460E-05
+  2.5288218868386084E-05  2.5510915526995810E-05  2.5735537511402314E-05
+  2.5962101467009219E-05  2.6190624183127512E-05  2.6421122594219732E-05
+  2.6653613781154862E-05  2.6888114972474040E-05  2.7124643545667266E-05
+  2.7363217028461092E-05  2.7603853100117519E-05  2.7846569592744062E-05
+  2.8091384492615134E-05  2.8338315941504884E-05  2.8587382238031604E-05
+  2.8838601839013624E-05  2.9091993360837075E-05  2.9347575580835359E-05
+  2.9605367438680636E-05  2.9865388037787313E-05  3.0127656646727588E-05
+  3.0392192700659364E-05  3.0659015802766423E-05  3.0928145725711052E-05
+  3.1199602413099260E-05  3.1473405980958644E-05  3.1749576719229038E-05
+  3.2028135093266027E-05  3.2309101745357465E-05  3.2592497496253200E-05
+  3.2878343346707822E-05  3.3166660479036874E-05  3.3457470258686600E-05
+  3.3750794235817136E-05  3.4046654146899333E-05  3.4345071916325573E-05
+  3.4646069658034359E-05  3.4949669677149042E-05  3.5255894471630601E-05
+  3.5564766733944842E-05  3.5876309352743969E-05  3.6190545414562578E-05
+  3.6507498205528496E-05  3.6827191213088296E-05  3.7149648127747766E-05
+  3.7474892844827362E-05  3.7802949466232953E-05  3.8133842302241758E-05
+  3.8467595873303807E-05  3.8804234911858910E-05  3.9143784364169387E-05
+  3.9486269392168628E-05  3.9831715375325559E-05  4.0180147912525372E-05
+  4.0531592823966392E-05  4.0886076153073357E-05  4.1243624168427309E-05
+  4.1604263365712102E-05  4.1968020469677733E-05  4.2334922436120697E-05
+  4.2704996453881447E-05  4.3078269946859045E-05  4.3454770576043357E-05
+  4.3834526241564723E-05  4.4217565084761326E-05  4.4603915490264624E-05
+  4.4993606088102389E-05  4.5386665755820511E-05  4.5783123620622655E-05
+  4.6183009061528656E-05  4.6586351711551414E-05  4.6993181459892843E-05
+  4.7403528454158532E-05  4.7817423102591794E-05  4.8234896076326793E-05
+  4.8655978311661358E-05  4.9080701012349329E-05  4.9509095651912711E-05
+  4.9941193975973903E-05  5.0377028004607980E-05  5.0816630034715387E-05
+  5.1260032642415084E-05  5.1707268685458490E-05  5.2158371305664103E-05
+  5.2613373931373352E-05  5.3072310279927588E-05  5.3535214360166473E-05
+  5.4002120474948013E-05  5.4473063223690347E-05  5.4948077504935544E-05
+  5.5427198518935458E-05  5.5910461770260083E-05  5.6397903070428329E-05
+  5.6889558540561631E-05  5.7385464614060414E-05  5.7885658039303730E-05
+  5.8390175882372294E-05  5.8899055529794921E-05  5.9412334691318849E-05
+  5.9930051402703868E-05  6.0452244028540583E-05  6.0978951265093434E-05
+  6.1510212143167683E-05  6.2046066031001598E-05  6.2586552637183465E-05
+  6.3131712013593920E-05  6.3681584558373633E-05  6.4236211018916641E-05
+  6.4795632494889639E-05  6.5359890441277308E-05  6.5929026671453822E-05
+  6.6503083360281267E-05  6.7082103047234475E-05  6.7666128639553070E-05
+  6.8255203415420660E-05  6.8849371027171569E-05  6.9448675504525298E-05
+  7.0053161257848886E-05  7.0662873081447412E-05  7.1277856156883143E-05
+  7.1898156056323146E-05  7.2523818745916018E-05  7.3154890589197588E-05
+  7.3791418350526325E-05  7.4433449198548120E-05  7.5081030709691349E-05
+  7.5734210871691857E-05  7.6393038087148587E-05  7.7057561177109845E-05
+  7.7727829384690656E-05  7.8403892378721199E-05  7.9085800257427036E-05
+  7.9773603552140906E-05  8.0467353231046816E-05  8.1167100702956056E-05
+  8.1872897821116611E-05  8.2584796887054805E-05  8.3302850654450264E-05
+  8.4027112333044776E-05  8.4757635592584438E-05  8.5494474566796103E-05
+  8.6237683857398275E-05  8.6987318538146380E-05  8.7743434158913360E-05
+  8.8506086749805171E-05  8.9275332825312098E-05  9.0051229388495919E-05
+  9.0833833935213002E-05  9.1623204458374303E-05  9.2419399452241843E-05
+  9.3222477916762476E-05  9.4032499361938949E-05  9.4849523812239026E-05
+  9.5673611811042397E-05  9.6504824425126145E-05  9.7343223249189012E-05
+  9.8188870410414753E-05  9.9041828573074819E-05  9.9902160943170852E-05
+  1.0076993127311742E-04  1.0164520386646496E-04  1.0252804358266390E-04
+  1.0341851584186946E-04  1.0431668662978840E-04  1.0522262250256750E-04
+  1.0613639059172409E-04  1.0705805860911947E-04  1.0798769485197532E-04
+  1.0892536820793271E-04  1.0987114816015613E-04  1.1082510479248057E-04
+  1.1178730879460331E-04  1.1275783146732077E-04  1.1373674472781044E-04
+  1.1472412111495852E-04  1.1572003379473354E-04  1.1672455656560624E-04
+  1.1773776386401676E-04  1.1875973076988841E-04  1.1979053301218962E-04
+  1.2083024697454361E-04  1.2187894970088656E-04  1.2293671890117508E-04
+  1.2400363295714194E-04  1.2507977092810298E-04  1.2616521255681272E-04
+  1.2726003827537169E-04  1.2836432921118406E-04  1.2947816719296711E-04
+  1.3060163475681245E-04  1.3173481515229955E-04  1.3287779234866226E-04
+  1.3403065104100831E-04  1.3519347665659297E-04  1.3636635536114631E-04
+  1.3754937406525554E-04  1.3874262043080230E-04  1.3994618287745562E-04
+  1.4116015058922093E-04  1.4238461352104542E-04  1.4361966240548086E-04
+  1.4486538875940365E-04  1.4612188489079270E-04  1.4738924390556639E-04
+  1.4866755971447844E-04  1.4995692704007274E-04  1.5125744142369877E-04
+  1.5256919923258775E-04  1.5389229766698921E-04  1.5522683476736987E-04
+  1.5657290942167417E-04  1.5793062137264789E-04  1.5930007122522463E-04
+  1.6068136045397624E-04  1.6207459141062764E-04  1.6347986733163637E-04
+  1.6489729234583756E-04  1.6632697148215506E-04  1.6776901067737889E-04
+  1.6922351678401006E-04  1.7069059757817301E-04  1.7217036176759619E-04
+  1.7366291899966179E-04  1.7516837986952471E-04  1.7668685592830180E-04
+  1.7821845969133148E-04  1.7976330464650523E-04  1.8132150526267002E-04
+  1.8289317699810424E-04  1.8447843630906621E-04  1.8607740065841651E-04
+  1.8769018852431469E-04  1.8931691940899141E-04  1.9095771384759563E-04
+  1.9261269341711858E-04  1.9428198074539481E-04  1.9596569952017980E-04
+  1.9766397449830794E-04  1.9937693151492766E-04  2.0110469749281680E-04
+  2.0284740045177870E-04  2.0460516951811879E-04  2.0637813493420330E-04
+  2.0816642806810020E-04  2.0997018142330349E-04  2.1178952864854095E-04
+  2.1362460454766685E-04  2.1547554508964003E-04  2.1734248741858754E-04
+  2.1922556986395540E-04  2.2112493195074699E-04  2.2304071440984921E-04
+  2.2497305918844833E-04  2.2692210946053499E-04  2.2888800963750017E-04
+  2.3087090537882236E-04  2.3287094360284705E-04  2.3488827249765830E-04
+  2.3692304153204535E-04  2.3897540146656254E-04  2.4104550436468522E-04
+  2.4313350360406164E-04  2.4523955388786143E-04  2.4736381125622237E-04
+  2.4950643309779545E-04  2.5166757816138966E-04  2.5384740656771675E-04
+  2.5604607982123741E-04  2.5826376082210947E-04  2.6050061387823881E-04
+  2.6275680471743364E-04  2.6503250049966543E-04  2.6732786982943242E-04
+  2.6964308276823218E-04  2.7197831084713978E-04  2.7433372707949533E-04
+  2.7670950597370058E-04  2.7910582354612477E-04  2.8152285733412278E-04
+  2.8396078640916488E-04  2.8641979139007868E-04  2.8890005445640654E-04
+  2.9140175936187676E-04  2.9392509144799051E-04  2.9647023765772701E-04
+  2.9903738654936499E-04  3.0162672831042416E-04  3.0423845477172611E-04
+  3.0687275942157605E-04  3.0952983742006673E-04  3.1220988561350541E-04
+  3.1491310254896438E-04  3.1763968848895735E-04  3.2038984542624092E-04
+  3.2316377709874463E-04  3.2596168900462803E-04  3.2878378841746773E-04
+  3.3163028440157496E-04  3.3450138782744476E-04  3.3739731138733765E-04
+  3.4031826961099487E-04  3.4326447888148988E-04  3.4623615745121400E-04
+  3.4923352545800090E-04  3.5225680494138932E-04  3.5530621985902373E-04
+  3.5838199610319869E-04  3.6148436151754271E-04  3.6461354591384610E-04
+  3.6776978108903340E-04  3.7095330084228152E-04  3.7416434099228369E-04
+  3.7740313939466270E-04  3.8066993595953295E-04  3.8396497266921312E-04
+  3.8728849359609028E-04  3.9064074492063753E-04  3.9402197494958671E-04
+  3.9743243413425478E-04  4.0087237508902980E-04  4.0434205261001305E-04
+  4.0784172369382274E-04  4.1137164755655639E-04  4.1493208565291810E-04
+  4.1852330169550757E-04  4.2214556167427558E-04  4.2579913387614469E-04
+  4.2948428890479917E-04  4.3320129970064324E-04  4.3695044156092977E-04
+  4.4073199216006264E-04  4.4454623157007039E-04  4.4839344228125725E-04
+  4.5227390922302900E-04  4.5618791978489667E-04  4.6013576383766155E-04
+  4.6411773375477856E-04  4.6813412443390414E-04  4.7218523331862724E-04
+  4.7627136042038430E-04  4.8039280834056484E-04  4.8454988229280259E-04
+  4.8874289012545719E-04  4.9297214234428842E-04  4.9723795213532380E-04
+  5.0154063538791977E-04  5.0588051071802061E-04  5.1025789949161505E-04
+  5.1467312584839312E-04  5.1912651672560292E-04  5.2361840188211255E-04
+  5.2814911392267501E-04  5.3271898832240087E-04  5.3732836345143746E-04
+  5.4197758059985998E-04  5.4666698400277196E-04  5.5139692086562107E-04
+  5.5616774138972792E-04  5.6097979879803311E-04  5.6583344936106340E-04
+  5.7072905242311529E-04  5.7566697042866414E-04  5.8064756894899490E-04
+  5.8567121670906016E-04  5.9073828561456493E-04  5.9584915077928074E-04
+  6.0100419055259110E-04  6.0620378654727201E-04  6.1144832366750404E-04
+  6.1673819013712407E-04  6.2207377752811536E-04  6.2745548078933777E-04
+  6.3288369827550230E-04  6.3835883177638616E-04  6.4388128654630135E-04
+  6.4945147133380619E-04  6.5506979841166880E-04  6.6073668360708455E-04
+  6.6645254633214770E-04  6.7221780961457809E-04  6.7803290012870960E-04
+  6.8389824822673567E-04  6.8981428797022120E-04  6.9578145716187652E-04
+  7.0180019737760128E-04  7.0787095399879368E-04  7.1399417624493523E-04
+  7.2017031720644461E-04  7.2639983387781106E-04  7.3268318719100296E-04
+  7.3902084204915605E-04  7.4541326736054560E-04  7.5186093607284145E-04
+  7.5836432520764952E-04  7.6492391589534203E-04  7.7154019341017972E-04
+  7.7821364720572568E-04  7.8494477095055555E-04  7.9173406256426474E-04
+  7.9858202425377568E-04  8.0548916254994925E-04  8.1245598834449762E-04
+  8.1948301692720538E-04  8.2657076802346166E-04  8.3371976583210023E-04
+  8.4093053906355751E-04  8.4820362097834401E-04  8.5553954942583284E-04
+  8.6293886688337612E-04  8.7040212049573898E-04  8.7792986211485873E-04
+  8.8552264833993742E-04  8.9318104055786083E-04  9.0090560498395217E-04
+  9.0869691270306185E-04  9.1655553971099410E-04  9.2448206695627583E-04
+  9.3247708038226695E-04  9.4054117096961751E-04  9.4867493477907082E-04
+  9.5687897299462051E-04  9.6515389196701864E-04  9.7350030325763772E-04
+  9.8191882368269478E-04  9.9041007535783320E-04  9.9897468574306901E-04
+  1.0076132876881026E-03  1.0163265194779992E-03  1.0251150248792389E-03
+  1.0339794531861435E-03  1.0429204592676759E-03  1.0519387036146194E-03
+  1.0610348523871391E-03  1.0702095774627282E-03  1.0794635564845354E-03
+  1.0887974729100898E-03  1.0982120160604105E-03  1.1077078811695131E-03
+  1.1172857694343142E-03  1.1269463880649352E-03  1.1366904503354060E-03
+  1.1465186756347747E-03  1.1564317895186276E-03  1.1664305237610159E-03
+  1.1765156164067964E-03  1.1866878118243858E-03  1.1969478607589369E-03
+  1.2072965203859306E-03  1.2177345543651957E-03  1.2282627328953502E-03
+  1.2388818327686742E-03  1.2495926374264121E-03  1.2603959370145095E-03
+  1.2712925284397839E-03  1.2822832154265392E-03  1.2933688085736139E-03
+  1.3045501254118810E-03  1.3158279904621894E-03  1.3272032352937555E-03
+  1.3386766985830063E-03  1.3502492261728779E-03  1.3619216711325663E-03
+  1.3736948938177433E-03  1.3855697619312287E-03  1.3975471505841279E-03
+  1.4096279423574372E-03  1.4218130273641136E-03  1.4341033033116242E-03
+  1.4464996755649588E-03  1.4590030572101229E-03  1.4716143691181126E-03
+  1.4843345400093620E-03  1.4971645065186790E-03  1.5101052132606640E-03
+  1.5231576128956160E-03  1.5363226661959247E-03  1.5496013421129626E-03
+  1.5629946178444579E-03  1.5765034789023736E-03  1.5901289191812798E-03
+  1.6038719410272229E-03  1.6177335553071023E-03  1.6317147814785414E-03
+  1.6458166476602748E-03  1.6600401907030326E-03  1.6743864562609361E-03
+  1.6888564988634079E-03  1.7034513819875880E-03  1.7181721781312650E-03
+  1.7330199688863231E-03  1.7479958450127070E-03  1.7631009065128978E-03
+  1.7783362627069169E-03  1.7937030323078413E-03  1.8092023434978484E-03
+  1.8248353340047741E-03  1.8406031511792021E-03  1.8565069520720743E-03
+  1.8725479035128238E-03  1.8887271821880394E-03  1.9050459747206505E-03
+  1.9215054777496415E-03  1.9381068980102961E-03  1.9548514524149628E-03
+  1.9717403681343551E-03  1.9887748826793780E-03  2.0059562439834746E-03
+  2.0232857104855169E-03  2.0407645512132075E-03  2.0583940458670158E-03
+  2.0761754849046468E-03  2.0941101696260230E-03  2.1121994122588034E-03
+  2.1304445360444172E-03  2.1488468753246338E-03  2.1674077756286382E-03
+  2.1861285937606412E-03  2.2050106978879999E-03  2.2240554676298597E-03
+  2.2432642941463176E-03  2.2626385802280774E-03  2.2821797403866470E-03
+  2.3018892009450155E-03  2.3217684001288594E-03  2.3418187881582317E-03
+  2.3620418273397697E-03  2.3824389921593761E-03  2.4030117693754245E-03
+  2.4237616581124278E-03  2.4446901699552012E-03  2.4657988290435061E-03
+  2.4870891721671708E-03  2.5085627488616847E-03  2.5302211215042507E-03
+  2.5520658654103108E-03  2.5740985689305155E-03  2.5963208335481542E-03
+  2.6187342739770179E-03  2.6413405182597045E-03  2.6641412078663544E-03
+  2.6871379977938081E-03  2.7103325566651773E-03  2.7337265668298193E-03
+  2.7573217244637222E-03  2.7811197396702659E-03  2.8051223365813728E-03
+  2.8293312534590264E-03  2.8537482427971549E-03  2.8783750714238606E-03
+  2.9032135206039926E-03  2.9282653861420508E-03  2.9535324784853993E-03
+  2.9790166228277973E-03  3.0047196592132108E-03  3.0306434426399108E-03
+  3.0567898431648343E-03  3.0831607460081959E-03  3.1097580516583389E-03
+  3.1365836759768067E-03  3.1636395503036154E-03  3.1909276215627198E-03
+  3.2184498523676534E-03  3.2462082211273105E-03  3.2742047221518780E-03
+  3.3024413657588730E-03  3.3309201783792799E-03  3.3596432026637645E-03
+  3.3886124975889419E-03  3.4178301385636690E-03  3.4472982175353679E-03
+  3.4770188430963047E-03  3.5069941405898586E-03  3.5372262522167046E-03
+  3.5677173371409221E-03  3.5984695715959797E-03  3.6294851489905725E-03
+  3.6607662800142923E-03  3.6923151927430869E-03  3.7241341327444934E-03
+  3.7562253631825944E-03  3.7885911649226810E-03  3.8212338366355857E-03
+  3.8541556949016425E-03  3.8873590743142340E-03  3.9208463275829161E-03
+  3.9546198256360434E-03  3.9886819577228802E-03  4.0230351315151541E-03
+  4.0576817732080042E-03  4.0926243276202621E-03  4.1278652582940802E-03
+  4.1634070475937727E-03  4.1992521968039088E-03  4.2354032262265397E-03
+  4.2718626752775591E-03  4.3086331025820870E-03  4.3457170860689218E-03
+  4.3831172230638779E-03  4.4208361303820351E-03  4.4588764444188382E-03
+  4.4972408212399385E-03  4.5359319366697660E-03  4.5749524863787274E-03
+  4.6143051859689876E-03  4.6539927710587559E-03  4.6940179973650135E-03
+  4.7343836407845868E-03  4.7750924974735336E-03  4.8161473839247147E-03
+  4.8575511370435058E-03  4.8993066142215668E-03  4.9414166934085560E-03
+  4.9838842731817325E-03  5.0267122728133431E-03  5.0699036323357044E-03
+  5.1134613126038826E-03  5.1573882953558810E-03  5.2016875832702229E-03
+  5.2463622000208298E-03  5.2914151903291099E-03  5.3368496200131097E-03
+  5.3826685760336489E-03  5.4288751665372949E-03  5.4754725208960965E-03
+  5.5224637897439118E-03  5.5698521450092305E-03  5.6176407799443575E-03
+  5.6658329091508102E-03  5.7144317686008157E-03  5.7634406156547562E-03
+  5.8128627290744087E-03  5.8627014090318385E-03  5.9129599771138045E-03
+  5.9636417763215023E-03  6.0147501710654788E-03  6.0662885471555929E-03
+  6.1182603117857807E-03  6.1706688935135234E-03  6.2235177422338009E-03
+  6.2768103291473325E-03  6.3305501467229401E-03  6.3847407086538412E-03
+  6.4393855498076445E-03  6.4944882261698603E-03  6.5500523147807074E-03
+  6.6060814136650135E-03  6.6625791417549429E-03  6.7195491388053856E-03
+  6.7769950653017060E-03  6.8349206023596487E-03  6.8933294516171466E-03
+  6.9522253351177654E-03  7.0116119951855174E-03  7.0714931942907891E-03
+  7.1318727149071032E-03  7.1927543593584085E-03  7.2541419496566393E-03
+  7.3160393273291949E-03  7.3784503532361070E-03  7.4413789073764728E-03
+  7.5048288886839388E-03  7.5688042148108082E-03  7.6333088219005000E-03
+  7.6983466643479152E-03  7.7639217145475141E-03  7.8300379626285287E-03
+  7.8966994161770582E-03  7.9639100999446353E-03  8.0316740555428506E-03
+  8.0999953411236020E-03  8.1688780310445810E-03  8.2383262155195456E-03
+  8.3083440002529197E-03  8.3789355060583121E-03  8.4501048684603782E-03
+  8.5218562372796798E-03  8.5941937761999446E-03  8.6671216623172547E-03
+  8.7406440856706482E-03  8.8147652487535755E-03  8.8894893660056845E-03
+  8.9648206632843650E-03  9.0407633773154639E-03  9.1173217551225889E-03
+  9.1945000534343832E-03  9.2723025380691704E-03  9.3507334832962814E-03
+  9.4297971711734506E-03  9.5094978908596053E-03  9.5898399379023246E-03
+  9.6708276134992704E-03  9.7524652237328986E-03  9.8347570787776627E-03
+  9.9177074920789223E-03  1.0001320779502878E-02  1.0085601258456584E-02
+  1.0170553246977321E-02  1.0256181062790458E-02  1.0342489022334880E-02
+  1.0429481439755165E-02  1.0517162625859552E-02  1.0605536887042808E-02
+  1.0694608524172932E-02  1.0784381831440886E-02  1.0874861095172113E-02
+  1.0966050592599074E-02  1.1057954590593491E-02  1.1150577344357374E-02
+  1.1243923096071673E-02  1.1337996073501357E-02  1.1432800488555861E-02
+  1.1528340535803575E-02  1.1624620390939261E-02  1.1721644209203012E-02
+  1.1819416123749612E-02  1.1917940243966816E-02  1.2017220653741330E-02
+  1.2117261409670984E-02  1.2218066539221757E-02  1.2319640038828159E-02
+  1.2421985871935477E-02  1.2525107966982337E-02  1.2629010215322053E-02
+  1.2733696469081120E-02  1.2839170538953193E-02  1.2945436191926910E-02
+  1.3052497148945786E-02  1.3160357082498426E-02  1.3269019614137241E-02
+  1.3378488311923800E-02  1.3488766687798978E-02  1.3599858194875723E-02
+  1.3711766224652915E-02  1.3824494104147690E-02  1.3938045092944620E-02
+  1.4052422380159290E-02  1.4167629081314300E-02  1.4283668235125288E-02
+  1.4400542800194783E-02  1.4518255651611460E-02  1.4636809577452449E-02
+  1.4756207275186201E-02  1.4876451347973397E-02  1.4997544300863327E-02
+  1.5119488536883097E-02  1.5242286353016945E-02  1.5365939936072968E-02
+  1.5490451358434286E-02  1.5615822573691969E-02  1.5742055412156557E-02
+  1.5869151576245289E-02  1.5997112635741845E-02  1.6125940022925576E-02
+  1.6255635027566790E-02  1.6386198791784979E-02  1.6517632304766466E-02
+  1.6649936397338097E-02  1.6783111736393373E-02  1.6917158819167465E-02
+  1.7052077967357439E-02  1.7187869321083783E-02  1.7324532832689549E-02
+  1.7462068260373043E-02  1.7600475161650118E-02  1.7739752886641886E-02
+  1.7879900571183702E-02  1.8020917129751082E-02  1.8162801248198253E-02
+  1.8305551376304696E-02  1.8449165720125331E-02  1.8593642234139496E-02
+  1.8738978613194020E-02  1.8885172284235578E-02  1.9032220397827281E-02
+  1.9180119819444452E-02  1.9328867120544560E-02  1.9478458569405787E-02
+  1.9628890121729071E-02  1.9780157410998069E-02  1.9932255738591444E-02
+  2.0085180063641704E-02  2.0238924992634997E-02  2.0393484768745702E-02
+  2.0548853260899825E-02  2.0705023952561304E-02  2.0861989930234505E-02
+  2.1019743871676960E-02  2.1178278033815601E-02  2.1337584240359937E-02
+  2.1497653869105425E-02  2.1658477838920217E-02  2.1820046596408262E-02
+  2.1982350102241678E-02  2.2145377817155185E-02  2.2309118687595216E-02
+  2.2473561131016312E-02  2.2638693020817113E-02  2.2804501670908302E-02
+  2.2970973819904733E-02  2.3138095614933414E-02  2.3305852595049997E-02
+  2.3474229674254738E-02  2.3643211124100099E-02  2.3812780555881447E-02
+  2.3982920902402258E-02  2.4153614399305079E-02  2.4324842565959563E-02
+  2.4496586185898502E-02  2.4668825286792984E-02  2.4841539119957432E-02
+  2.5014706139375124E-02  2.5188303980235225E-02  2.5362309436971344E-02
+  2.5536698440792430E-02  2.5711446036696166E-02  2.5886526359955048E-02
+  2.6061912612065353E-02  2.6237577036149085E-02  2.6413490891798730E-02
+  2.6589624429354766E-02  2.6765946863605818E-02  2.6942426346901052E-02
+  2.7119029941664659E-02  2.7295723592301889E-02  2.7472472096486372E-02
+  2.7649239075818215E-02  2.7825986945842377E-02  2.8002676885416845E-02
+  2.8179268805420123E-02  2.8355721316787517E-02  2.8531991697865668E-02
+  2.8708035861074923E-02  2.8883808318869119E-02  2.9059262148982284E-02
+  2.9234348958952099E-02  2.9409018849909652E-02  2.9583220379625592E-02
+  2.9756900524802409E-02  2.9930004642603026E-02  3.0102476431405980E-02
+  3.0274257890777471E-02  3.0445289280650961E-02  3.0615509079705089E-02
+  3.0784853942930925E-02  3.0953258658379789E-02  3.1120656103083340E-02
+  3.1286977198137694E-02  3.1452150862943819E-02  3.1616103968596730E-02
+  3.1778761290416679E-02  3.1940045459615429E-02  3.2099876914091739E-02
+  3.2258173848350363E-02  3.2414852162539469E-02  3.2569825410602007E-02
+  3.2723004747537185E-02  3.2874298875768676E-02  3.3023613990617394E-02
+  3.3170853724876707E-02  3.3315919092489495E-02  3.3458708431326777E-02
+  3.3599117345068881E-02  3.3737038644190913E-02  3.3872362286055439E-02
+  3.4004975314116281E-02  3.4134761796238644E-02  3.4261602762141810E-02
+  3.4385376139972106E-02  3.4505956692015047E-02  3.4623215949557529E-02
+  3.4737022146911385E-02  3.4847240154612526E-02  3.4953731411810650E-02
+  3.5056353857866734E-02  3.5154961863177188E-02  3.5249406159245676E-02
+  3.5339533768025649E-02  3.5425187930558710E-02  3.5506208034936433E-02
+  3.5582429543615325E-02  3.5653683920117592E-02  3.5719798555152560E-02
+  3.5780596692196610E-02  3.5835897352572463E-02  3.5885515260071214E-02
+  3.5929260765164416E-02  3.5966939768856017E-02  3.5998353646228047E-02
+  3.6023299169737122E-02  3.6041568432322903E-02  3.6052948770393278E-02
+  3.6057222686755361E-02  3.6054167773565557E-02  3.6043556635376284E-02
+  3.6025156812361736E-02  3.5998730703809802E-02  3.5964035491972003E-02
+  3.5920823066369068E-02  3.5868839948654474E-02  3.5807827218144211E-02
+  3.5737520438127106E-02  3.5657649583075227E-02  3.5567938966881180E-02
+  3.5468107172254543E-02  3.5357866981417234E-02  3.5236925308243704E-02
+  3.5104983131999917E-02  3.4961735432841437E-02  3.4806871129239497E-02
+  3.4640073017511118E-02  3.4461017713637847E-02  3.4269375597566050E-02
+  3.4064810760189836E-02  3.3846980953227364E-02  3.3615537542209653E-02
+  3.3370125462810790E-02  3.3110383180757950E-02  3.2835942655569647E-02
+  3.2546429308380399E-02  3.2241461994120750E-02  3.1920652978332159E-02
+  3.1583607918906693E-02  3.1229925853053033E-02  3.0859199189801369E-02
+  3.0471013708371283E-02  3.0064948562738312E-02  2.9640576292746839E-02
+  2.9197462842129481E-02  2.8735167583804185E-02  2.8253243352834106E-02
+  2.7751236487446700E-02  2.7228686878521292E-02  2.6685128027967634E-02
+  2.6120087116429852E-02  2.5533085080763240E-02  2.4923636701744304E-02
+  2.4291250702487246E-02  2.3635429858050842E-02  2.2955671116735517E-02
+  2.2251465733579570E-02  2.1522299416576615E-02  2.0767652486148733E-02
+  1.9987000048419908E-02  1.9179812182846506E-02  1.8345554144771212E-02
+  1.7483686583477147E-02  1.6593665776328193E-02  1.5674943879590075E-02
+  1.4726969196534583E-02  1.3749186463435802E-02  1.2741037154074108E-02
+  1.1701959803366612E-02  1.0631390350748287E-02  9.5287625039282790E-03
+  8.3935081236474005E-03  7.2250576300615481E-03  6.0228404313725477E-03
+  4.7862853753233838E-03  3.5148212241670465E-03  2.2078771537095338E-03
+  8.6488327701490840E-04 -5.1472880665394459E-04 -1.9315254371036824E-03
+ -3.3860702921526898E-03 -4.8789237597374243E-03 -6.4106422826995550E-03
+ -7.9817776758050706E-03 -9.5928764145799036E-03 -1.1244478895589922E-02
+ -1.2937118667836624E-02 -1.4671321634992561E-02 -1.6447605228255127E-02
+ -1.8266477549659769E-02 -2.0128436485763072E-02 -2.2033968791678373E-02
+ -2.3983549145530643E-02 -2.5977639173484540E-02 -2.8016686445596697E-02
+ -3.0101123442847818E-02 -3.2231366495822693E-02 -3.4407814695629070E-02
+ -3.6630848777776434E-02 -3.8900829979877344E-02 -4.1218098874184816E-02
+ -4.3582974176140481E-02 -4.5995751530280918E-02 -4.8456702275033757E-02
+ -5.0966072188129402E-02 -5.3524080214562855E-02 -5.6130917179259956E-02
+ -5.8786744486832812E-02 -6.1491692811058013E-02 -6.4245860776965993E-02
+ -6.7049313638704575E-02 -6.9902081956621565E-02 -7.2804160277312527E-02
+ -7.5755505820689212E-02 -7.8756037178448007E-02 -8.1805633028656025E-02
+ -8.4904130871520517E-02 -8.8051325791766999E-02 -9.1246969253423099E-02
+ -9.4490767933185962E-02 -9.7782382598938219E-02 -1.0112142704037121E-01
+ -1.0450746705908438E-01 -1.0794001952591448E-01 -1.1141855151366699E-01
+ -1.1494247951381587E-01 -1.1851116874612849E-01 -1.2212393257055960E-01
+ -1.2578003201112287E-01 -1.2947867540179880E-01 -1.3321901816485171E-01
+ -1.3700016273222748E-01 -1.4082115862093691E-01 -1.4468100267353995E-01
+ -1.4857863947496946E-01 -1.5251296195701439E-01 -1.5648281220175597E-01
+ -1.6048698245513995E-01 -1.6452421636164838E-01 -1.6859321043067205E-01
+ -1.7269261574468536E-01 -1.7682103991865089E-01 -1.8097704931921163E-01
+ -1.8515917155113726E-01 -1.8936589821715560E-01 -1.9359568795566734E-01
+ -1.9784696975890978E-01 -2.0211814657182123E-01 -2.0640759916915574E-01
+ -2.1071369030523410E-01 -2.1503476912704986E-01 -2.1936917583720694E-01
+ -2.2371524658830341E-01 -2.2807131858479004E-01 -2.3243573536197701E-01
+ -2.3680685220462219E-01 -2.4118304165932186E-01 -2.4556269908564585E-01
+ -2.4994424818047320E-01 -2.5432614639817414E-01 -2.5870689017602960E-01
+ -2.6308501985937111E-01 -2.6745912420425855E-01 -2.7182784431685225E-01
+ -2.7618987686780205E-01 -2.8054397639673556E-01 -2.8488895649604334E-01
+ -2.8922368963434980E-01 -2.9354710534804612E-01 -2.9785818649372048E-01
+ -3.0215596321487831E-01 -3.0643950423266764E-01 -3.1070790502193191E-01
+ -3.1496027238039415E-01 -3.1919570483960386E-01 -3.2341329252982759E-01
+ -3.2761211705456389E-01 -3.3179125137700821E-01
+===== TPHI 3 =====   [tphi(r)=TPHI(r)/r*Ylm(th,ph)]
+ 1  : radial mesh index
+  0.0000000000000000E+00  7.6405042028312433E-16  3.0826812195654106E-15
+  6.9962143152143763E-15  1.2545787050921232E-14  1.9773367353214029E-14
+  2.8721769159787531E-14  3.9434668124441887E-14  5.1956617603511791E-14
+  6.6333064928747537E-14  8.2610367971698635E-14  1.0083581200474503E-13
+  1.2105762686399376E-13  1.4332500441937390E-13  1.6768811635733708E-13
+  1.9419813228166884E-13  2.2290723813802573E-13  2.5386865496789165E-13
+  2.8713665799775707E-13  3.2276659606943216E-13  3.6081491141749221E-13
+  4.0133915979997419E-13  4.4439803098853730E-13  4.9005136962442270E-13
+  5.3836019644664742E-13  5.8938672989897829E-13  6.4319440812236171E-13
+  6.9984791133958424E-13  7.5941318463906561E-13  8.2195746116480833E-13
+  8.8754928571964215E-13  9.5625853878904403E-13  1.0281564609929053E-12
+  1.1033156779728050E-12  1.1818102257224188E-12  1.2637155763688596E-12
+  1.3491086644128852E-12  1.4380679134360303E-12  1.5306732632828748E-12
+  1.6270061977267742E-12  1.7271497726276004E-12  1.8311886445900651E-12
+  1.9392091001314798E-12  2.0512990853678671E-12  2.1675482362275440E-12
+  2.2880479092014300E-12  2.4128912126395045E-12  2.5421730386030142E-12
+  2.6759900952821728E-12  2.8144409399893043E-12  2.9576260127374775E-12
+  3.1056476704149949E-12  3.2586102215660975E-12  3.4166199617885895E-12
+  3.5797852097591953E-12  3.7482163438976207E-12  3.9220258396805972E-12
+  4.1013283076172519E-12  4.2862405318974052E-12  4.4768815097246510E-12
+  4.6733724913461577E-12  4.8758370207914709E-12  5.0844009773327069E-12
+  5.2991926176787880E-12  5.5203426189166454E-12  5.7479841222123713E-12
+  5.9822527772857754E-12  6.2232867876717918E-12  6.4712269567825687E-12
+  6.7262167347843141E-12  6.9884022663030692E-12  7.2579324389740804E-12
+  7.5349589328493537E-12  7.8196362706786738E-12  8.1121218690791311E-12
+  8.4125760906089303E-12  8.7211622967611700E-12  9.0380469018938289E-12
+  9.3633994281122274E-12  9.6973925611207502E-12  1.0040202207060756E-11
+  1.0392007550351913E-11  1.0752991112554603E-11  1.1123338812271187E-11
+  1.1503240026104381E-11  1.1892887650691198E-11  1.2292478165831312E-11
+  1.2702211698729004E-11  1.3122292089368119E-11  1.3552926957039946E-11
+  1.3994327768044131E-11  1.4446709904583173E-11  1.4910292734871386E-11
+  1.5385299684479538E-11  1.5871958308936852E-11  1.6370500367612304E-11
+  1.6881161898897587E-11  1.7404183296714607E-11  1.7939809388370504E-11
+  1.8488289513783918E-11  1.9049877606106469E-11  1.9624832273763676E-11
+  2.0213416883940310E-11  2.0815899647535492E-11  2.1432553705612948E-11
+  2.2063657217372803E-11  2.2709493449671459E-11  2.3370350868116596E-11
+  2.4046523229764789E-11  2.4738309677449842E-11  2.5446014835770188E-11
+  2.6169948908764610E-11  2.6910427779305429E-11  2.7667773110239559E-11
+  2.8442312447307591E-11  2.9234379323872229E-11  3.0044313367487688E-11
+  3.0872460408342062E-11  3.1719172589605372E-11  3.2584808479716897E-11
+  3.3469733186645217E-11  3.4374318474155771E-11  3.5298942880120773E-11
+  3.6243991836907422E-11  3.7209857793880268E-11  3.8196940342055041E-11
+  3.9205646340941534E-11  4.0236390047613355E-11  4.1289593248043753E-11
+  4.2365685390747185E-11  4.3465103722766492E-11  4.4588293428046982E-11
+  4.5735707768238894E-11  4.6907808225970877E-11  4.8105064650636989E-11
+  4.9327955406742202E-11  5.0576967524849829E-11  5.1852596855177167E-11
+  5.3155348223885231E-11  5.4485735592109425E-11  5.5844282217779673E-11
+  5.7231520820277620E-11  5.8647993747981323E-11  6.0094253148747652E-11
+  6.1570861143383164E-11  6.3078390002155960E-11  6.4617422324401796E-11
+  6.6188551221277835E-11  6.7792380501719702E-11  6.9429524861656967E-11
+  7.1100610076544407E-11  7.2806273197266555E-11  7.4547162749474859E-11
+  7.6323938936416804E-11  7.8137273845317941E-11  7.9987851657379464E-11
+  8.1876368861453125E-11  8.3803534471459134E-11  8.5770070247611211E-11
+  8.7776710921515114E-11  8.9824204425209483E-11  9.1913312124216286E-11
+  9.4044809054671064E-11  9.6219484164605327E-11  9.8438140559451507E-11
+  1.0070159575184596E-10  1.0301068191580345E-10  1.0536624614534084E-10
+  1.0776915071762556E-10  1.1022027336073015E-10  1.1272050752607108E-10
+  1.1527076266561418E-10  1.1787196451393080E-10  1.2052505537518751E-10
+  1.2323099441515615E-10  1.2599075795833293E-10  1.2880533979025235E-10
+  1.3167575146509087E-10  1.3460302261864844E-10  1.3758820128680428E-10
+  1.4063235422954113E-10  1.4373656726063523E-10  1.4690194558311082E-10
+  1.5012961413055996E-10  1.5342071791442882E-10  1.5677642237737530E-10
+  1.6019791375280397E-10  1.6368639943068508E-10  1.6724310832976759E-10
+  1.7086929127629767E-10  1.7456622138935568E-10  1.7833519447292762E-10
+  1.8217752941482746E-10  1.8609456859259069E-10  1.9008767828645857E-10
+  1.9415824909958042E-10  1.9830769638555457E-10  2.0253746068344042E-10
+  2.0684900816036885E-10  2.1124383106188459E-10  2.1572344817015450E-10
+  2.2028940527017984E-10  2.2494327562414987E-10  2.2968666045408214E-10
+  2.3452118943288917E-10  2.3944852118402215E-10  2.4447034378983840E-10
+  2.4958837530884733E-10  2.5480436430198575E-10  2.6012009036808319E-10
+  2.6553736468867501E-10  2.7105803058232751E-10  2.7668396406863997E-10
+  2.8241707444209174E-10  2.8825930485590638E-10  2.9421263291610763E-10
+  3.0027907128594353E-10  3.0646066830085949E-10  3.1275950859420552E-10
+  3.1917771373386166E-10  3.2571744286997480E-10  3.3238089339399710E-10
+  3.3917030160922583E-10  3.4608794341304292E-10  3.5313613499105769E-10
+  3.6031723352336147E-10  3.6763363790310416E-10  3.7508778946760694E-10
+  3.8268217274222798E-10  3.9041931619720847E-10  3.9830179301771651E-10
+  4.0633222188732687E-10  4.1451326778516398E-10  4.2284764279695147E-10
+  4.3133810694020384E-10  4.3998746900381398E-10  4.4879858740228082E-10
+  4.5777437104483426E-10  4.6691778021971738E-10  4.7623182749388852E-10
+  4.8571957862841175E-10  4.9538415350980890E-10  5.0522872709765220E-10
+  5.1525653038867551E-10  5.2547085139769960E-10  5.3587503615565509E-10
+  5.4647248972500712E-10  5.5726667723288179E-10  5.6826112492220284E-10
+  5.7945942122114914E-10  5.9086521783126194E-10  6.0248223083450879E-10
+  6.1431424181965310E-10  6.2636509902825000E-10  6.3863871852061846E-10
+  6.5113908536213672E-10  6.6387025483020805E-10  6.7683635364226616E-10
+  6.9004158120517748E-10  7.0349021088641918E-10  7.1718659130740537E-10
+  7.3113514765935393E-10  7.4534038304208075E-10  7.5980687982612037E-10
+  7.7453930103858376E-10  7.8954239177315929E-10  8.0482098062467971E-10
+  8.2037998114868972E-10  8.3622439334643211E-10  8.5235930517571275E-10
+  8.6878989408808166E-10  8.8552142859279705E-10  9.0255926984802757E-10
+  9.1990887327978003E-10  9.3757579022902072E-10  9.5556566962749491E-10
+  9.7388425970272773E-10  9.9253740971272990E-10  1.0115310717109130E-09
+  1.0308713023417452E-09  1.0505642646676829E-09  1.0706162300279185E-09
+  1.0910335799294983E-09  1.1118228079713754E-09  1.1329905218019742E-09
+  1.1545434451108358E-09  1.1764884196549544E-09  1.1988324073203917E-09
+  1.2215824922197977E-09  1.2447458828264477E-09  1.2683299141454443E-09
+  1.2923420499227204E-09  1.3167898848925049E-09  1.3416811470639181E-09
+  1.3670237000473834E-09  1.3928255454215337E-09  1.4190948251413356E-09
+  1.4458398239881292E-09  1.4730689720623270E-09  1.5007908473195055E-09
+  1.5290141781506412E-09  1.5577478460072774E-09  1.5870008880723735E-09
+  1.6167824999776571E-09  1.6471020385682689E-09  1.6779690247155397E-09
+  1.7093931461787209E-09  1.7413842605165259E-09  1.7739523980493553E-09
+  1.8071077648730706E-09  1.8408607459252308E-09  1.8752219081046907E-09
+  1.9102020034454940E-09  1.9458119723460064E-09  1.9820629468542468E-09
+  2.0189662540103906E-09  2.0565334192474469E-09  2.0947761698511093E-09
+  2.1337064384798306E-09  2.1733363667461345E-09  2.2136783088602624E-09
+  2.2547448353372185E-09  2.2965487367683208E-09  2.3391030276583861E-09
+  2.3824209503296745E-09  2.4265159788937695E-09  2.4714018232925678E-09
+  2.5170924334095751E-09  2.5636020032527467E-09  2.6109449752100890E-09
+  2.6591360443793164E-09  2.7081901629728352E-09  2.7581225447993608E-09
+  2.8089486698235053E-09  2.8606842888046942E-09  2.9133454280167954E-09
+  2.9669483940498325E-09  3.0215097786952629E-09  3.0770464639162177E-09
+  3.1335756269042088E-09  3.1911147452238228E-09  3.2496816020468832E-09
+  3.3092942914776781E-09  3.3699712239708174E-09  3.4317311318433389E-09
+  3.4945930748826849E-09  3.5585764460522355E-09  3.6237009772960827E-09
+  3.6899867454447670E-09  3.7574541782237509E-09  3.8261240603663818E-09
+  3.8960175398331839E-09  3.9671561341393438E-09  4.0395617367922171E-09
+  4.1132566238408185E-09  4.1882634605392153E-09  4.2646053081258091E-09
+  4.3423056307205440E-09  4.4213883023420246E-09  4.5018776140467140E-09
+  4.5837982811922729E-09  4.6671754508272065E-09  4.7520347092090386E-09
+  4.8384020894532321E-09  4.9263040793151021E-09  5.0157676291070849E-09
+  5.1068201597536783E-09  5.1994895709864469E-09  5.2938042496815319E-09
+  5.3897930783421732E-09  5.4874854437287085E-09  5.5869112456386270E-09
+  5.6881009058393278E-09  5.7910853771561942E-09  5.8958961527186766E-09
+  6.0025652753671739E-09  6.1111253472234545E-09  6.2216095394275174E-09
+  6.3340516020437174E-09  6.4484858741391522E-09  6.5649472940372869E-09
+  6.6834714097498355E-09  6.8040943895900532E-09  6.9268530329705226E-09
+  7.0517847813886977E-09  7.1789277296034485E-09  7.3083206370058773E-09
+  7.4400029391879057E-09  7.5740147597119187E-09  7.7103969220850590E-09
+  7.8491909619417023E-09  7.9904391394377201E-09  8.1341844518602154E-09
+  8.2804706464564863E-09  8.4293422334860087E-09  8.5808444994993201E-09
+  8.7350235208477731E-09  8.8919261774280964E-09  9.0516001666659420E-09
+  9.2140940177424923E-09  9.3794571060683964E-09  9.5477396680092996E-09
+  9.7189928158673642E-09  9.8932685531231842E-09  1.0070619789942750E-08
+  1.0251100358953840E-08  1.0434765031296737E-08  1.0621669532953942E-08
+  1.0811870561363689E-08  1.1005425802322321E-08  1.1202393947180379E-08
+  1.1402834710337688E-08  1.1606808847042457E-08  1.1814378171499822E-08
+  1.2025605575295107E-08  1.2240555046137354E-08  1.2459291686928582E-08
+  1.2681881735164537E-08  1.2908392582672672E-08  1.3138892795693122E-08
+  1.3373452135308729E-08  1.3612141578230239E-08  1.3855033337942637E-08
+  1.4102200886219092E-08  1.4353718975008791E-08  1.4609663658705217E-08
+  1.4870112316801406E-08  1.5135143676939016E-08  1.5404837838357949E-08
+  1.5679276295753481E-08  1.5958541963548139E-08  1.6242719200585275E-08
+  1.6531893835251891E-08  1.6826153191038071E-08  1.7125586112540544E-08
+  1.7430282991918275E-08  1.7740335795807766E-08  1.8055838092706023E-08
+  1.8376885080829650E-08  1.8703573616457820E-08  1.9036002242767990E-08
+  1.9374271219172656E-08  1.9718482551165943E-08  2.0068740020688888E-08
+  2.0425149217022385E-08  2.0787817568217016E-08  2.1156854373069082E-08
+  2.1532370833652208E-08  2.1914480088414442E-08  2.2303297245850277E-08
+  2.2698939418758035E-08  2.3101525759092397E-08  2.3511177493422617E-08
+  2.3928017959006984E-08  2.4352172640493900E-08  2.4783769207261105E-08
+  2.5222937551403374E-08  2.5669809826380517E-08  2.6124520486336880E-08
+  2.6587206326104113E-08  2.7058006521899054E-08  2.7537062672728734E-08
+  2.8024518842514943E-08  2.8520521602950676E-08  2.9025220077101297E-08
+  2.9538765983763360E-08  3.0061313682594038E-08  3.0593020220024975E-08
+  3.1134045375973736E-08  3.1684551711366917E-08  3.2244704616489062E-08
+  3.2814672360171658E-08  3.3394626139836731E-08  3.3984740132410089E-08
+  3.4585191546119099E-08  3.5196160673190484E-08  3.5817830943463786E-08
+  3.6450388978936336E-08  3.7094024649255878E-08  3.7748931128177529E-08
+  3.8415304951001491E-08  3.9093346073008869E-08  3.9783257928912623E-08
+  4.0485247493341692E-08  4.1199525342375762E-08  4.1926305716149326E-08
+  4.2665806582543254E-08  4.3418249701983322E-08  4.4183860693364126E-08
+  4.4962869101118573E-08  4.5755508463452851E-08  4.6562016381766367E-08
+  4.7382634591278400E-08  4.8217609032881323E-08  4.9067189926242515E-08
+  4.9931631844176142E-08  5.0811193788306806E-08  5.1706139266048583E-08
+  5.2616736368920498E-08  5.3543257852223080E-08  5.4485981216099108E-08
+  5.5445188788002664E-08  5.6421167806600865E-08  5.7414210507133245E-08
+  5.8424614208254172E-08  5.9452681400383948E-08  6.0498719835594778E-08
+  6.1563042619058252E-08  6.2645968302081920E-08  6.3747820976761580E-08
+  6.4868930372278293E-08  6.6009631952868501E-08  6.7170267017495612E-08
+  6.8351182801253688E-08  6.9552732578532259E-08  7.0775275767973872E-08
+  7.2019178039254711E-08  7.3284811421720009E-08  7.4572554414907322E-08
+  7.5882792100989268E-08  7.7215916259169987E-08  7.8572325482068590E-08
+  7.9952425294124852E-08  8.1356628272061364E-08  8.2785354167438757E-08
+  8.4239030031339750E-08  8.5718090341219013E-08  8.7222977129957137E-08
+  8.8754140117155873E-08  9.0312036842714687E-08  9.1897132802727706E-08
+  9.3509901587740472E-08  9.5150825023410459E-08  9.6820393313608852E-08
+  9.8519105186009607E-08  1.0024746804020695E-07  1.0200599809840638E-07
+  1.0379522055873270E-07  1.0561566975120176E-07  1.0746788929640153E-07
+  1.0935243226692928E-07  1.1126986135163347E-07  1.1322074902270860E-07
+  1.1520567770569258E-07  1.1722523995241716E-07  1.1928003861696257E-07
+  1.2137068703466894E-07  1.2349780920425697E-07  1.2566203997311225E-07
+  1.2786402522578822E-07  1.3010442207578344E-07  1.3238389906065013E-07
+  1.3470313634049211E-07  1.3706282589991026E-07  1.3946367175345651E-07
+  1.4190639015465605E-07  1.4439170980866084E-07  1.4692037208859649E-07
+  1.4949313125566789E-07  1.5211075468308714E-07  1.5477402308389222E-07
+  1.5748373074272215E-07  1.6024068575161829E-07  1.6304571024992207E-07
+  1.6589964066833916E-07  1.6880332797724224E-07  1.7175763793928974E-07
+  1.7476345136642922E-07  1.7782166438136657E-07  1.8093318868357662E-07
+  1.8409895181993466E-07  1.8731989746004766E-07  1.9059698567636967E-07
+  1.9393119322918110E-07  1.9732351385651922E-07  2.0077495856914349E-07
+  2.0428655595062593E-07  2.0785935246265238E-07  2.1149441275562741E-07
+  2.1519281998467471E-07  2.1895567613112518E-07  2.2278410232959020E-07
+  2.2667923920071569E-07  2.3064224718971479E-07  2.3467430691078271E-07
+  2.3877661949749224E-07  2.4295040695927586E-07  2.4719691254409957E-07
+  2.5151740110743693E-07  2.5591315948765015E-07  2.6038549688789338E-07
+  2.6493574526464762E-07  2.6956525972300478E-07  2.7427541891881808E-07
+  2.7906762546783613E-07  2.8394330636194429E-07  2.8890391339263546E-07
+  2.9395092358183638E-07  2.9908583962021622E-07  3.0431019031310759E-07
+  3.0962553103417613E-07  3.1503344418696546E-07  3.2053553967446100E-07
+  3.2613345537680892E-07  3.3182885763733317E-07  3.3762344175699283E-07
+  3.4351893249742882E-07  3.4951708459274707E-07  3.5561968327019024E-07
+  3.6182854477985473E-07  3.6814551693360560E-07  3.7457247965335409E-07
+  3.8111134552885546E-07  3.8776406038519790E-07  3.9453260386014464E-07
+  4.0141898999150637E-07  4.0842526781471371E-07  4.1555352197076948E-07
+  4.2280587332475960E-07  4.3018447959510655E-07  4.3769153599375245E-07
+  4.4532927587746091E-07  4.5309997141042971E-07  4.6100593423841356E-07
+  4.6904951617455499E-07  4.7723310989712499E-07  4.8555914965938529E-07
+  4.9403011201177674E-07  5.0264851653665242E-07  5.1141692659577150E-07
+  5.2033795009077476E-07  5.2941424023686922E-07  5.3864849634995121E-07
+  5.4804346464739384E-07  5.5760193906275329E-07  5.6732676207461666E-07
+  5.7722082554984668E-07  5.8728707160147426E-07  5.9752849346148845E-07
+  6.0794813636878655E-07  6.1854909847254465E-07  6.2933453175127964E-07
+  6.4030764294787054E-07  6.5147169452082230E-07  6.6283000561204815E-07
+  6.7438595303146275E-07  6.8614297225867180E-07  6.9810455846206510E-07
+  7.1027426753559994E-07  7.2265571715360018E-07  7.3525258784386773E-07
+  7.4806862407943548E-07  7.6110763538928010E-07  7.7437349748832503E-07
+  7.8787015342706866E-07  8.0160161476118024E-07  8.1557196274140605E-07
+  8.2978534952414450E-07  8.4424599940304432E-07  8.5895821006199135E-07
+  8.7392635384985843E-07  8.8915487907739309E-07  9.0464831133663038E-07
+  9.2041125484321883E-07  9.3644839380205946E-07  9.5276449379666250E-07
+  9.6936440320263604E-07  9.8625305462571440E-07  1.0034354663647738E-06
+  1.0209167439002500E-06  1.0387020814084015E-06  1.0567967633018781E-06
+  1.0752061657970446E-06  1.0939357585085185E-06  1.1129911060714063E-06
+  1.1323778697917107E-06  1.1521018093254022E-06  1.1721687843866488E-06
+  1.1925847564857152E-06  1.2133557906970421E-06  1.2344880574580350E-06
+  1.2559878343990875E-06  1.2778615082053934E-06  1.3001155765110851E-06
+  1.3227566498262748E-06  1.3457914534975568E-06  1.3692268297025628E-06
+  1.3930697394791507E-06  1.4173272647898385E-06  1.4420066106220915E-06
+  1.4671151071250786E-06  1.4926602117835473E-06  1.5186495116294417E-06
+  1.5450907254919355E-06  1.5719917062865397E-06  1.5993604433439660E-06
+  1.6272050647794270E-06  1.6555338399030961E-06  1.6843551816724201E-06
+  1.7136776491870214E-06  1.7435099502269339E-06  1.7738609438349034E-06
+  1.8047396429435645E-06  1.8361552170482095E-06  1.8681169949259923E-06
+  1.9006344674023536E-06  1.9337172901654840E-06  1.9673752866296715E-06
+  2.0016184508483694E-06  2.0364569504778564E-06  2.0719011297923656E-06
+  2.1079615127515737E-06  2.1446488061213641E-06  2.1819739026487832E-06
+  2.2199478842921363E-06  2.2585820255071811E-06  2.2978877965903793E-06
+  2.3378768670802260E-06  2.3785611092176297E-06  2.4199526014663980E-06
+  2.4620636320948583E-06  2.5049067028196716E-06  2.5484945325129347E-06
+  2.5928400609736542E-06  2.6379564527647208E-06  2.6838571011165119E-06
+  2.7305556318982910E-06  2.7780659076585696E-06  2.8264020317356320E-06
+  2.8755783524394588E-06  2.9256094673062496E-06  2.9765102274268531E-06
+  3.0282957418503491E-06  3.0809813820641139E-06  3.1345827865516773E-06
+  3.1891158654297184E-06  3.2445968051656377E-06  3.3010420733769926E-06
+  3.3584684237143122E-06  3.4168929008287014E-06  3.4763328454257074E-06
+  3.5368058994069558E-06  3.5983300111010706E-06  3.6609234405854275E-06
+  3.7246047651003456E-06  3.7893928845572656E-06  3.8553070271426153E-06
+  3.9223667550189673E-06  3.9905919701252040E-06  4.0600029200774176E-06
+  4.1306202041722737E-06  4.2024647794946150E-06  4.2755579671311528E-06
+  4.3499214584920433E-06  4.4255773217422412E-06  4.5025480083445393E-06
+  4.5808563597162403E-06  4.6605256140014066E-06  4.7415794129607242E-06
+  4.8240418089810081E-06  4.9079372722064310E-06  4.9932906977935747E-06
+  5.0801274132924950E-06  5.1684731861559283E-06  5.2583542313789185E-06
+  5.3497972192710922E-06  5.4428292833639229E-06  5.5374780284552712E-06
+  5.6337715387936420E-06  5.7317383864045715E-06  5.8314076395615439E-06
+  5.9328088714041023E-06  6.0359721687055159E-06  6.1409281407927567E-06
+  6.2477079286213362E-06  6.3563432140077485E-06  6.4668662290222178E-06
+  6.5793097655445486E-06  6.6937071849859258E-06  6.8100924281795044E-06
+  6.9285000254427638E-06  7.0489651068145916E-06  7.1715234124701089E-06
+  7.2962113033163742E-06  7.4230657717720466E-06  7.5521244527342465E-06
+  7.6834256347358535E-06  7.8170082712965250E-06  7.9529119924708351E-06
+  8.0911771165969212E-06  8.2318446622491557E-06  8.3749563603983430E-06
+  8.5205546667830996E-06  8.6686827744959997E-06  8.8193846267883231E-06
+  8.9727049300971186E-06  9.1286891672984442E-06  9.2873836111907842E-06
+  9.4488353382125588E-06  9.6130922423978115E-06  9.7802030495742565E-06
+  9.9502173318078165E-06  1.0123185522097990E-05  1.0299158929328410E-05
+  1.0478189753476880E-05  1.0660331101089701E-05  1.0845637001024527E-05
+  1.1034162420466618E-05  1.1225963281223190E-05  1.1421096476300725E-05
+  1.1619619886770016E-05  1.1821592398924167E-05  1.2027073921734397E-05
+  1.2236125404609022E-05  1.2448808855460690E-05  1.2665187359087417E-05
+  1.2885325095872664E-05  1.3109287360810214E-05  1.3337140582859250E-05
+  1.3568952344635582E-05  1.3804791402444721E-05  1.4044727706662783E-05
+  1.4288832422471245E-05  1.4537177950951742E-05  1.4789837950547061E-05
+  1.5046887358894796E-05  1.5308402415040042E-05  1.5574460682033767E-05
+  1.5845141069923550E-05  1.6120523859143437E-05  1.6400690724309938E-05
+  1.6685724758431110E-05  1.6975710497536015E-05  1.7270733945731724E-05
+  1.7570882600695355E-05  1.7876245479608743E-05  1.8186913145543292E-05
+  1.8502977734302985E-05  1.8824532981733256E-05  1.9151674251504239E-05
+  1.9484498563376146E-05  1.9823104621955345E-05  2.0167592845949848E-05
+  2.0518065397932518E-05  2.0874626214621055E-05  2.1237381037683655E-05
+  2.1606437445079451E-05  2.1981904882943039E-05  2.2363894698022503E-05
+  2.2752520170680629E-05  2.3147896548468915E-05  2.3550141080284509E-05
+  2.3959373051120057E-05  2.4375713817416813E-05  2.4799286843031431E-05
+  2.5230217735827131E-05  2.5668634284900104E-05  2.6114666498452055E-05
+  2.6568446642320212E-05  2.7030109279176163E-05  2.7499791308405190E-05
+  2.7977632006677756E-05  2.8463773069225295E-05  2.8958358651832506E-05
+  2.9461535413558525E-05  2.9973452560199655E-05  3.0494261888506479E-05
+  3.1024117831168630E-05  3.1563177502580162E-05  3.2111600745399483E-05
+  3.2669550177917366E-05  3.3237191242247136E-05  3.3814692253351110E-05
+  3.4402224448918537E-05  3.4999962040108568E-05  3.5608082263174403E-05
+  3.6226765431983152E-05  3.6856194991447570E-05  3.7496557571884823E-05
+  3.8148043044318850E-05  3.8810844576742577E-05  3.9485158691356434E-05
+  4.0171185322800460E-05  4.0869127877396746E-05  4.1579193293420396E-05
+  4.2301592102416054E-05  4.3036538491578977E-05  4.3784250367218256E-05
+  4.4544949419321745E-05  4.5318861187241137E-05  4.6106215126517263E-05
+  4.6907244676864615E-05  4.7722187331335978E-05  4.8551284706687042E-05
+  4.9394782614962184E-05  5.0252931136322390E-05  5.1125984693136759E-05
+  5.2014202125359995E-05  5.2917846767217354E-05  5.3837186525220677E-05
+  5.4772493957537718E-05  5.5724046354738885E-05  5.6692125821944733E-05
+  5.7677019362399044E-05  5.8679018962491677E-05  5.9698421678256776E-05
+  6.0735529723371125E-05  6.1790650558680375E-05  6.2864096983277149E-05
+  6.3956187227160230E-05  6.5067245045500525E-05  6.6197599814542968E-05
+  6.7347586629171662E-05  6.8517546402167891E-05  6.9707825965189610E-05
+  7.0918778171502999E-05  7.2150762000495789E-05  7.3404142664003526E-05
+  7.4679291714480270E-05  7.5976587155045618E-05  7.7296413551440109E-05
+  7.8639162145923089E-05  8.0005230973145440E-05  8.1395024978032679E-05
+  8.2808956135711781E-05  8.4247443573518623E-05  8.5710913695121236E-05
+  8.7199800306795189E-05  8.8714544745889542E-05  9.0255596011520081E-05
+  9.1823410897529358E-05  9.3418454127751509E-05  9.5041198493624234E-05
+  9.6692124994185089E-05  9.8371722978496552E-05  1.0008049029054000E-04
+  1.0181893341662215E-04  1.0358756763533710E-04  1.0538691717012836E-04
+  1.0721751534449607E-04  1.0907990473989471E-04  1.1097463735636839E-04
+  1.1290227477597027E-04  1.1486338832901586E-04  1.1685855926321714E-04
+  1.1888837891574919E-04  1.2095344888829910E-04  1.2305438122514858E-04
+  1.2519179859434384E-04  1.2736633447200490E-04  1.2957863332982924E-04
+  1.3182935082584518E-04  1.3411915399847091E-04  1.3644872146393612E-04
+  1.3881874361712493E-04  1.4122992283589915E-04  1.4368297368896126E-04
+  1.4617862314731978E-04  1.4871761079941767E-04  1.5130068906998853E-04
+  1.5392862344270358E-04  1.5660219268667666E-04  1.5932218908689213E-04
+  1.6208941867862478E-04  1.6490470148592003E-04  1.6776887176420487E-04
+  1.7068277824710065E-04  1.7364728439751072E-04  1.7666326866305602E-04
+  1.7973162473593489E-04  1.8285326181728174E-04  1.8602910488610421E-04
+  1.8926009497287693E-04  1.9254718943787107E-04  1.9589136225430426E-04
+  1.9929360429639126E-04  2.0275492363238195E-04  2.0627634582267123E-04
+  2.0985891422306915E-04  2.1350369029332058E-04  2.1721175391096394E-04
+  2.2098420369062204E-04  2.2482215730881814E-04  2.2872675183441271E-04
+  2.3269914406475801E-04  2.3674051086766836E-04  2.4085204952930715E-04
+  2.4503497810809201E-04  2.4929053579472293E-04  2.5361998327843590E-04
+  2.5802460311959483E-04  2.6250570012872085E-04  2.6706460175208665E-04
+  2.7170265846396946E-04  2.7642124416569103E-04  2.8122175659155596E-04
+  2.8610561772180794E-04  2.9107427420272650E-04  2.9612919777398280E-04
+  3.0127188570338448E-04  3.0650386122913295E-04  3.1182667400972425E-04
+  3.1724190058162371E-04  3.2275114482484941E-04  3.2835603843659887E-04
+  3.3405824141305820E-04  3.3985944253953505E-04  3.4576135988905512E-04
+  3.5176574132957198E-04  3.5787436503993529E-04  3.6408904003476820E-04
+  3.7041160669840740E-04  3.7684393732806138E-04  3.8338793668634454E-04
+  3.9004554256334825E-04  3.9681872634841290E-04  4.0370949361176597E-04
+  4.1071988469619779E-04  4.1785197531894400E-04  4.2510787718395078E-04
+  4.3248973860470294E-04  4.3999974513779229E-04  4.4764012022741170E-04
+  4.5541312586096314E-04  4.6332106323596740E-04  4.7136627343847149E-04
+  4.7955113813314868E-04  4.8787808026529118E-04  4.9634956477489979E-04
+  5.0496809932307706E-04  5.1373623503093340E-04  5.2265656723121949E-04
+  5.3173173623290658E-04  5.4096442809892762E-04  5.5035737543731385E-04
+  5.5991335820594536E-04  5.6963520453115642E-04  5.7952579154042587E-04
+  5.8958804620939703E-04  5.9982494622346655E-04  6.1023952085419522E-04
+  6.2083485185079066E-04  6.3161407434691791E-04  6.4258037778310083E-04
+  6.5373700684497765E-04  6.6508726241768055E-04  6.7663450255661531E-04
+  6.8838214347491735E-04  7.0033366054786795E-04  7.1249258933455870E-04
+  7.2486252661710024E-04  7.3744713145766389E-04  7.5025012627367115E-04
+  7.6327529793142888E-04  7.7652649885852386E-04  7.9000764817530142E-04
+  8.0372273284574295E-04  8.1767580884807524E-04  8.3187100236544235E-04
+  8.4631251099698658E-04  8.6100460498966054E-04  8.7595162849116810E-04
+  8.9115800082433232E-04  9.0662821778329035E-04  9.2236685295187513E-04
+  9.3837855904455221E-04  9.5466806927029673E-04  9.7124019871979415E-04
+  9.8809984577635833E-04  1.0052519935509663E-03  1.0227017113418134E-03
+  1.0404541561188012E-03  1.0585145740333798E-03  1.0768883019541648E-03
+  1.0955807690287613E-03  1.1145974982722439E-03  1.1339441081827208E-03
+  1.1536263143844575E-03  1.1736499312989968E-03  1.1940208738447659E-03
+  1.2147451591656303E-03  1.2358289083888830E-03  1.2572783484131626E-03
+  1.2790998137267938E-03  1.3012997482570586E-03  1.3238847072509184E-03
+  1.3468613591876967E-03  1.3702364877242672E-03  1.3940169936732831E-03
+  1.4182098970149852E-03  1.4428223389431596E-03  1.4678615839458071E-03
+  1.4933350219210838E-03  1.5192501703291202E-03  1.5456146763802919E-03
+  1.5724363192605494E-03  1.5997230123944225E-03  1.6274828057463073E-03
+  1.6557238881606835E-03  1.6844545897418803E-03  1.7136833842740608E-03
+  1.7434188916820679E-03  1.7736698805338078E-03  1.8044452705848575E-03
+  1.8357541353659715E-03  1.8676057048141975E-03  1.9000093679483123E-03
+  1.9329746755892996E-03  1.9665113431265933E-03  2.0006292533308470E-03
+  2.0353384592139657E-03  2.0706491869371801E-03  2.1065718387679312E-03
+  2.1431169960863649E-03  2.1802954224422245E-03  2.2181180666629614E-03
+  2.2565960660138845E-03  2.2957407494111973E-03  2.3355636406887426E-03
+  2.3760764619193482E-03  2.4172911367916303E-03  2.4592197940431337E-03
+  2.5018747709507298E-03  2.5452686168791578E-03  2.5894140968886524E-03
+  2.6343241954025921E-03  2.6800121199361039E-03  2.7264913048866265E-03
+  2.7737754153873201E-03  2.8218783512244799E-03  2.8708142508197636E-03
+  2.9205974952783739E-03  2.9712427125042139E-03  3.0227647813830206E-03
+  3.0751788360345775E-03  3.1285002701350591E-03  3.1827447413106062E-03
+  3.2379281756032292E-03  3.2940667720101676E-03  3.3511770070978231E-03
+  3.4092756396914329E-03  3.4683797156416321E-03  3.5285065726690782E-03
+  3.5896738452883582E-03  3.6518994698123441E-03  3.7152016894382587E-03
+  3.7795990594166541E-03  3.8451104523046001E-03  3.9117550633042987E-03
+  3.9795524156884506E-03  4.0485223663136449E-03  4.1186851112231171E-03
+  4.1900611913401643E-03  4.2626714982535990E-03  4.3365372800965871E-03
+  4.4116801475202472E-03  4.4881220797633979E-03  4.5658854308198819E-03
+  4.6449929357048527E-03  4.7254677168215012E-03  4.8073332904296495E-03
+  4.8906135732176862E-03  4.9753328889793370E-03  5.0615159753967564E-03
+  5.1491879909314553E-03  5.2383745218246014E-03  5.3291015892082422E-03
+  5.4213956563289737E-03  5.5152836358856767E-03  5.6107928974828622E-03
+  5.7079512752012621E-03  5.8067870752872537E-03  5.9073290839627580E-03
+  6.0096065753572582E-03  6.1136493195635853E-03  6.2194875908191281E-03
+  6.3271521758141765E-03  6.4366743821290574E-03  6.5480860468018010E-03
+  6.6614195450280097E-03  6.7767077989946975E-03  6.8939842868498248E-03
+  7.0132830518092448E-03  7.1346387114028676E-03  7.2580864668617727E-03
+  7.3836621126480541E-03  7.5114020461291729E-03  7.6413432773986397E-03
+  7.7735234392447561E-03  7.9079807972692821E-03  8.0447542601578131E-03
+  8.1838833901036502E-03  8.3254084133870393E-03  8.4693702311115174E-03
+  8.6158104300992494E-03  8.7647712939472044E-03  8.9162958142457293E-03
+  9.0704277019619112E-03  9.2272113989888393E-03  9.3866920898630947E-03
+  9.5489157136520245E-03  9.7139289760127603E-03  9.8817793614246058E-03
+  1.0052515145596724E-02  1.0226185408052797E-02  1.0402840044894501E-02
+  1.0582529781745485E-02  1.0765306186877628E-02  1.0951221684521249E-02
+  1.1140329568361031E-02  1.1332684015219275E-02  1.1528340098928199E-02
+  1.1727353804392821E-02  1.1929782041846164E-02  1.2135682661298228E-02
+  1.2345114467180375E-02  1.2558137233186538E-02  1.2774811717312835E-02
+  1.2995199677096952E-02  1.3219363885058675E-02  1.3447368144342990E-02
+  1.3679277304566993E-02  1.3915157277871888E-02  1.4155075055181217E-02
+  1.4399098722666556E-02  1.4647297478421705E-02  1.4899741649346267E-02
+  1.5156502708239846E-02  1.5417653291107438E-02  1.5683267214676940E-02
+  1.5953419494129605E-02  1.6228186361043805E-02  1.6507645281552911E-02
+  1.6791874974717586E-02  1.7080955431112880E-02  1.7374967931630382E-02
+  1.7673995066495540E-02  1.7978120754500216E-02  1.8287430262450326E-02
+  1.8602010224828359E-02  1.8921948663670460E-02  1.9247335008657523E-02
+  1.9578260117419650E-02  1.9914816296053284E-02  2.0257097319849961E-02
+  2.0605198454235571E-02  2.0959216475918974E-02  2.1319249694248338E-02
+  2.1685397972773600E-02  2.2057762751013288E-02  2.2436447066423549E-02
+  2.2821555576567083E-02  2.3213194581479663E-02  2.3611472046231343E-02
+  2.4016497623679460E-02  2.4428382677410206E-02  2.4847240304865417E-02
+  2.5273185360650489E-02  2.5706334480019886E-02  2.6146806102535464E-02
+  2.6594720495893311E-02  2.7050199779913880E-02  2.7513367950690409E-02
+  2.7984350904889981E-02  2.8463276464200590E-02  2.8950274399919478E-02
+  2.9445476457674070E-02  2.9949016382269759E-02  3.0461029942656408E-02
+  3.0981654957005996E-02  3.1511031317892575E-02  3.2049301017566117E-02
+  3.2596608173310615E-02  3.3153099052876882E-02  3.3718922099979523E-02
+  3.4294227959847295E-02  3.4879169504815767E-02  3.5473901859949683E-02
+  3.6078582428683302E-02  3.6693370918465050E-02  3.7318429366392833E-02
+  3.7953922164825904E-02  3.8600016086957900E-02  3.9256880312335637E-02
+  3.9924686452307005E-02  4.0603608575380958E-02  4.1293823232481763E-02
+  4.1995509482078662E-02  4.2708848915171564E-02  4.3434025680112683E-02
+  4.4171226507242603E-02  4.4920640733319368E-02  4.5682460325716837E-02
+  4.6456879906369576E-02  4.7244096775438588E-02  4.8044310934672714E-02
+  4.8857725110438628E-02  4.9684544776392121E-02  5.0524978175761140E-02
+  5.1379236343211426E-02  5.2247533126263054E-02  5.3130085206226287E-02
+  5.4027112118622794E-02  5.4938836273058116E-02  5.5865482972509317E-02
+  5.6807280431990875E-02  5.7764459796560162E-02  5.8737255158623304E-02
+  5.9725903574499577E-02  6.0730645080202594E-02  6.1751722706393834E-02
+  6.2789382492463394E-02  6.3843873499691048E-02  6.4915447823438915E-02
+  6.6004360604326351E-02  6.7110870038334824E-02  6.8235237385790029E-02
+  6.9377726979166401E-02  7.0538606229657061E-02  7.1718145632451463E-02
+  7.2916618770660482E-02  7.4134302317827222E-02  7.5371476038959842E-02
+  7.6628422790021328E-02  7.7905428515808312E-02  7.9202782246150585E-02
+  8.0520776090359611E-02  8.1859705229853155E-02  8.3219867908881223E-02
+  8.4601565423276501E-02  8.6005102107149720E-02  8.7430785317449883E-02
+  8.8878925416305904E-02  9.0349835751063340E-02  9.1843832631933617E-02
+  9.3361235307160395E-02  9.4902365935616601E-02  9.6467549556737267E-02
+  9.8057114057692893E-02  9.9671390137706345E-02  1.0131071126941356E-01
+  1.0297541365716742E-01  1.0466583619218056E-01  1.0638232040440267E-01
+  1.0812521041102423E-01  1.0989485286149846E-01  1.1169159687896962E-01
+  1.1351579399799544E-01  1.1536779809844873E-01  1.1724796533548260E-01
+  1.1915665406544064E-01  1.2109422476759302E-01  1.2306103996157812E-01
+  1.2505746412042701E-01  1.2708386357904733E-01  1.2914060643804259E-01
+  1.3122806246274119E-01  1.3334660297730827E-01  1.3549660075381453E-01
+  1.3767842989613355E-01  1.3989246571853986E-01  1.4213908461888017E-01
+  1.4441866394618957E-01  1.4673158186262486E-01  1.4907821719958825E-01
+  1.5145894930791473E-01  1.5387415790199829E-01  1.5632422289773260E-01
+  1.5880952424414463E-01  1.6133044174859992E-01  1.6388735489546294E-01
+  1.6648064265809726E-01  1.6911068330409224E-01  1.7177785419361022E-01
+  1.7448253157074864E-01  1.7722509034781700E-01  1.8000590388243526E-01
+  1.8282534374736428E-01  1.8568377949298415E-01  1.8858157840234599E-01
+  1.9151910523872728E-01  1.9449672198562995E-01  1.9751478757917013E-01
+  2.0057365763281504E-01  2.0367368415443673E-01  2.0681521525565935E-01
+  2.0999859485349121E-01  2.1322416236424549E-01  2.1649225238976350E-01
+  2.1980319439597482E-01  2.2315731238383904E-01  2.2655492455273402E-01
+  2.2999634295636803E-01  2.3348187315132118E-01  2.3701181383832953E-01
+  2.4058645649645582E-01  2.4420608501031024E-01  2.4787097529050356E-01
+  2.5158139488754888E-01  2.5533760259944471E-01  2.5913984807320856E-01
+  2.6298837140064713E-01  2.6688340270870164E-01  2.7082516174470717E-01
+  2.7481385745696679E-01  2.7884968757106254E-01  2.8293283816236153E-01
+  2.8706348322521885E-01  2.9124178423941438E-01  2.9546788973440336E-01
+  2.9974193485200407E-01  3.0406404090818834E-01  3.0843431495468981E-01
+  3.1285284934118834E-01  3.1731972127888336E-01  3.2183499240631330E-01
+  3.2639870835833845E-01  3.3101089833924785E-01  3.3567157470101894E-01
+  3.4038073252780043E-01  3.4513834922775993E-01  3.4994438413348589E-01
+  3.5479877811219973E-01  3.5970145318709157E-01  3.6465231217115357E-01
+  3.6965123831494895E-01  3.7469809496981266E-01  3.7979272526804619E-01
+  3.8493495182172632E-01  3.9012457644181131E-01  3.9536137987928621E-01
+  4.0064512159015148E-01  4.0597553952611165E-01  4.1135234995288106E-01
+  4.1677524729807192E-01  4.2224390403068535E-01  4.2775797057426729E-01
+  4.3331707525583679E-01  4.3892082429273044E-01  4.4456880181953934E-01
+  4.5026056995734087E-01  4.5599566892744403E-01  4.6177361721188376E-01
+  4.6759391176289272E-01  4.7345602826358085E-01  4.7935942144202615E-01
+  4.8530352544095412E-01  4.9128775424513732E-01  4.9731150216858627E-01
+  5.0337414440353245E-01  5.0947503763310609E-01  5.1561352070950739E-01
+  5.2178891539932959E-01  5.2800052719755020E-01  5.3424764621151677E-01
+  5.4052954811606158E-01  5.4684549518064207E-01  5.5319473736914615E-01
+  5.5957651351271376E-01  5.6599005255559354E-01  5.7243457487370464E-01
+  5.7890929366516619E-01  5.8541341641162670E-01  5.9194614640874599E-01
+  5.9850668436366106E-01  6.0509423005669905E-01  6.1170798406399052E-01
+  6.1834714953696734E-01  6.2501093403402852E-01  6.3169855139887121E-01
+  6.3840922367920450E-01  6.4514218307864934E-01  6.5189667393373929E-01
+  6.5867195470695106E-01  6.6546729998566012E-01  6.7228200247585002E-01
+  6.7911537497826957E-01  6.8596675233357218E-01  6.9283549332175254E-01
+  6.9972098249996206E-01  7.0662263196151165E-01  7.1353988299758075E-01
+  7.2047220764186914E-01  7.2741911007712756E-01  7.3438012788125739E-01
+  7.4135483308943295E-01  7.4834283304755622E-01  7.5534377103127381E-01
+  7.6235732660384803E-01  7.6938321568536860E-01  7.7642119030520373E-01
+  7.8347103800921203E-01  7.9053258089318701E-01  7.9760567423427164E-01
+  8.0469020469280195E-01  8.1178608805823915E-01  8.1889326651464189E-01
+  8.2601170540361801E-01  8.3314138946598915E-01  8.4028231854760527E-01
+  8.4743450276007015E-01  8.5459795709364683E-01  8.6177269548761226E-01
+  8.6895872437289379E-01  8.7615603571330902E-01  8.8336459958530056E-01
+  8.9058435635207145E-01  8.9781520850676211E-01  9.0505701228117552E-01
+  9.1230956914191585E-01  9.1957261732514806E-01  9.2684582359499690E-01
+  9.3412877544946904E-01  9.4142097404228642E-01  9.4872182813994232E-01
+  9.5603064949131900E-01  9.6334665005326436E-01  9.7066894159057848E-01
+  9.7799653825392552E-01  9.8532836283548930E-01  9.9266325751104934E-01
+  1.0000000000000000E+00  1.0073373262132632E+00  1.0146739289220548E+00
+  1.0220084564475156E+00  1.0293395113768546E+00
+===== TPROJECTOR 1 =====   [tp(r)=TPROJECTOR(r)/r*Ylm(th,ph)]
+ 2  : radial mesh index
+  0.0000000000000000E+00  1.8490680347273589E-07  3.7141222101022287E-07
+  5.5953007345019519E-07  7.4927430111862212E-07  9.4065896486272207E-07
+  1.1336982470929538E-06  1.3284064528339719E-06  1.5247980107847061E-06
+  1.7228874743875853E-06  1.9226895229069873E-06  2.1242189625170771E-06
+  2.3274907273989632E-06  2.5325198808474069E-06  2.7393216163870799E-06
+  2.9479112588984459E-06  3.1583042657534214E-06  3.3705162279608274E-06
+  3.5845628713217332E-06  3.8004600575948261E-06  4.0182237856718184E-06
+  4.2378701927630496E-06  4.4594155555932973E-06  4.6828762916079708E-06
+  4.9082689601897177E-06  5.1356102638855188E-06  5.3649170496444358E-06
+  5.5962063100660441E-06  5.8294951846596415E-06  6.0648009611143701E-06
+  6.3021410765802994E-06  6.5415331189606099E-06  6.7829948282148944E-06
+  7.0265440976737992E-06  7.2721989753649846E-06  7.5199776653505604E-06
+  7.7698985290760703E-06  8.0219800867311618E-06  8.2762410186220356E-06
+  8.5327001665556735E-06  8.7913765352361701E-06  9.0522892936730055E-06
+  9.3154577766015697E-06  9.5809014859159435E-06  9.8486400921140879E-06
+  1.0118693435755498E-05  1.0391081528931451E-05  1.0665824556748035E-05
+  1.0942942878821895E-05  1.1222457030789031E-05  1.1504387725826489E-05
+  1.1788755856187395E-05  1.2075582494749064E-05  1.2364888896574672E-05
+  1.2656696500488285E-05  1.2951026930663590E-05  1.3247901998226331E-05
+  1.3547343702870617E-05  1.3849374234489202E-05  1.4154015974817806E-05
+  1.4461291499093732E-05  1.4771223577728779E-05  1.5083835177996622E-05
+  1.5399149465734778E-05  1.5717189807061319E-05  1.6037979770106351E-05
+  1.6361543126758582E-05  1.6687903854426842E-05  1.7017086137816955E-05
+  1.7349114370723923E-05  1.7684013157839600E-05  1.8021807316576040E-05
+  1.8362521878904479E-05  1.8706182093210421E-05  1.9052813426164580E-05
+  1.9402441564610097E-05  1.9755092417466017E-05  2.0110792117647275E-05
+  2.0469567024001259E-05  2.0831443723261081E-05  2.1196449032015772E-05
+  2.1564609998697559E-05  2.1935953905586186E-05  2.2310508270830692E-05
+  2.2688300850488616E-05  2.3069359640582860E-05  2.3453712879176243E-05
+  2.3841389048464134E-05  2.4232416876885091E-05  2.4626825341249714E-05
+  2.5024643668887965E-05  2.5425901339815093E-05  2.5830628088916169E-05
+  2.6238853908149554E-05  2.6650609048769480E-05  2.7065924023567784E-05
+  2.7484829609134990E-05  2.7907356848141045E-05  2.8333537051635654E-05
+  2.8763401801368628E-05  2.9196982952130148E-05  2.9634312634111414E-05
+  3.0075423255285538E-05  3.0520347503809236E-05  3.0969118350445039E-05
+  3.1421769051004624E-05  3.1878333148813192E-05  3.2338844477195198E-05
+  3.2803337161981505E-05  3.3271845624038255E-05  3.3744404581817647E-05
+  3.4221049053930673E-05  3.4701814361742156E-05  3.5186736131988236E-05
+  3.5675850299416408E-05  3.6169193109448468E-05  3.6666801120866481E-05
+  3.7168711208521926E-05  3.7674960566068214E-05  3.8185586708716991E-05
+  3.8700627476018124E-05  3.9220121034663764E-05  3.9744105881316645E-05
+  4.0272620845462941E-05  4.0805705092289588E-05  4.1343398125586596E-05
+  4.1885739790674537E-05  4.2432770277357153E-05  4.2984530122899673E-05
+  4.3541060215032723E-05  4.4102401794982308E-05  4.4668596460525976E-05
+  4.5239686169075347E-05  4.5815713240785437E-05  4.6396720361690540E-05
+  4.6982750586867716E-05  4.7573847343627210E-05  4.8170054434730528E-05
+  4.8771416041636618E-05  4.9377976727775643E-05  4.9989781441851540E-05
+  5.0606875521172830E-05  5.1229304695012189E-05  5.1857115087995383E-05
+  5.2490353223519180E-05  5.3129066027198939E-05  5.3773300830345987E-05
+  5.4423105373475093E-05  5.5078527809842263E-05  5.5739616709013050E-05
+  5.6406421060461761E-05  5.7078990277201865E-05  5.7757374199447581E-05
+  5.8441623098307351E-05  5.9131787679509102E-05  5.9827919087157755E-05
+  6.0530068907525205E-05  6.1238289172873078E-05  6.1952632365308696E-05
+  6.2673151420673839E-05  6.3399899732467912E-05  6.4132931155804537E-05
+  6.4872300011402208E-05  6.5618061089610036E-05  6.6370269654467609E-05
+  6.7128981447800605E-05  6.7894252693351159E-05  6.8666140100944663E-05
+  6.9444700870691827E-05  7.0229992697227610E-05  7.1022073773986905E-05
+  7.1821002797516358E-05  7.2626838971824473E-05  7.3439642012768753E-05
+  7.4259472152480750E-05  7.5086390143829833E-05  7.5920457264924850E-05
+  7.6761735323655473E-05  7.7610286662272123E-05  7.8466174162005947E-05
+  7.9329461247728555E-05  8.0200211892652009E-05  8.1078490623069608E-05
+  8.1964362523137543E-05  8.2857893239697807E-05  8.3759148987143012E-05
+  8.4668196552322998E-05  8.5585103299494299E-05  8.6509937175311864E-05
+  8.7442766713864280E-05  8.8383661041752394E-05  8.9332689883212085E-05
+  9.0289923565280679E-05  9.1255433023009139E-05  9.2229289804717876E-05
+  9.3211566077299482E-05  9.4202334631566140E-05  9.5201668887643921E-05
+  9.6209642900413502E-05  9.7226331364997962E-05  9.8251809622297906E-05
+  9.9286153664574715E-05  1.0032944014108162E-04  1.0138174636374404E-04
+  1.0244315031288855E-04  1.0351373064302164E-04  1.0459356668865811E-04
+  1.0568273847020050E-04  1.0678132669986855E-04  1.0788941278768059E-04
+  1.0900707884748608E-04  1.1013440770305095E-04  1.1127148289419489E-04
+  1.1241838868298213E-04  1.1357521005996561E-04  1.1474203275048510E-04
+  1.1591894322101988E-04  1.1710602868559623E-04  1.1830337711225018E-04
+  1.1951107722954669E-04  1.2072921853315447E-04  1.2195789129247816E-04
+  1.2319718655734761E-04  1.2444719616476517E-04  1.2570801274571086E-04
+  1.2697972973200718E-04  1.2826244136324245E-04  1.2955624269375460E-04
+  1.3086122959967477E-04  1.3217749878603258E-04  1.3350514779392195E-04
+  1.3484427500772968E-04  1.3619497966242574E-04  1.3755736185091749E-04
+  1.3893152253146657E-04  1.4031756353517026E-04  1.4171558757350832E-04
+  1.4312569824595335E-04  1.4454800004764858E-04  1.4598259837715139E-04
+  1.4742959954424360E-04  1.4888911077780927E-04  1.5036124023378131E-04
+  1.5184609700315599E-04  1.5334379112007693E-04  1.5485443356998946E-04
+  1.5637813629786477E-04  1.5791501221649562E-04  1.5946517521486377E-04
+  1.6102874016657919E-04  1.6260582293839342E-04  1.6419654039878513E-04
+  1.6580101042662078E-04  1.6741935191989026E-04  1.6905168480451692E-04
+  1.7069813004324551E-04  1.7235880964460552E-04  1.7403384667195233E-04
+  1.7572336525258745E-04  1.7742749058695614E-04  1.7914634895792558E-04
+  1.8088006774014302E-04  1.8262877540947486E-04  1.8439260155252672E-04
+  1.8617167687624706E-04  1.8796613321761269E-04  1.8977610355339837E-04
+  1.9160172201003136E-04  1.9344312387353026E-04  1.9530044559953080E-04
+  1.9717382482339720E-04  1.9906340037042196E-04  2.0096931226611315E-04
+  2.0289170174657119E-04  2.0483071126895454E-04  2.0678648452203679E-04
+  2.0875916643685449E-04  2.1074890319744728E-04  2.1275584225169010E-04
+  2.1478013232222067E-04  2.1682192341745967E-04  2.1888136684272753E-04
+  2.2095861521145645E-04  2.2305382245649944E-04  2.2516714384153823E-04
+  2.2729873597258826E-04  2.2944875680960399E-04  2.3161736567818453E-04
+  2.3380472328138026E-04  2.3601099171160144E-04  2.3823633446263024E-04
+  2.4048091644173600E-04  2.4274490398189583E-04  2.4502846485412042E-04
+  2.4733176827988643E-04  2.4965498494367673E-04  2.5199828700562914E-04
+  2.5436184811429324E-04  2.5674584341949956E-04  2.5915044958533823E-04
+  2.6157584480325047E-04  2.6402220880523383E-04  2.6648972287716076E-04
+  2.6897856987221274E-04  2.7148893422443020E-04  2.7402100196238029E-04
+  2.7657496072294204E-04  2.7915099976521103E-04  2.8174930998452462E-04
+  2.8437008392660773E-04  2.8701351580184148E-04  2.8967980149965450E-04
+  2.9236913860304002E-04  2.9508172640319708E-04  2.9781776591429870E-04
+  3.0057745988838801E-04  3.0336101283040350E-04  3.0616863101333241E-04
+  3.0900052249349788E-04  3.1185689712597616E-04  3.1473796658014756E-04
+  3.1764394435538203E-04  3.2057504579686063E-04  3.2353148811153362E-04
+  3.2651349038421577E-04  3.2952127359382218E-04  3.3255506062974336E-04
+  3.3561507630836180E-04  3.3870154738971299E-04  3.4181470259428827E-04
+  3.4495477261998369E-04  3.4812199015919721E-04  3.5131658991607081E-04
+  3.5453880862388313E-04  3.5778888506259309E-04  3.6106706007653372E-04
+  3.6437357659226024E-04  3.6770867963655191E-04  3.7107261635456912E-04
+  3.7446563602816784E-04  3.7788799009437360E-04  3.8133993216401179E-04
+  3.8482171804050393E-04  3.8833360573882117E-04  3.9187585550460636E-04
+  3.9544872983345790E-04  3.9905249349038278E-04  4.0268741352941561E-04
+  4.0635375931340976E-04  4.1005180253399708E-04  4.1378181723172213E-04
+  4.1754407981634900E-04  4.2133886908734527E-04  4.2516646625454142E-04
+  4.2902715495897036E-04  4.3292122129388563E-04  4.3684895382596232E-04
+  4.4081064361668136E-04  4.4480658424389839E-04  4.4883707182359845E-04
+  4.5290240503183992E-04  4.5700288512688728E-04  4.6113881597153599E-04
+  4.6531050405562957E-04  4.6951825851877251E-04  4.7376239117323705E-04
+  4.7804321652707192E-04  4.8236105180740721E-04  4.8671621698396193E-04
+  4.9110903479275656E-04  4.9553983076002818E-04  5.0000893322635310E-04
+  5.0451667337097811E-04  5.0906338523636356E-04  5.1364940575293519E-04
+  5.1827507476405368E-04  5.2294073505119748E-04  5.2764673235936499E-04
+  5.3239341542269530E-04  5.3718113599031002E-04  5.4201024885238119E-04
+  5.4688111186642079E-04  5.5179408598380079E-04  5.5674953527649971E-04
+  5.6174782696408263E-04  5.6678933144091491E-04  5.7187442230360636E-04
+  5.7700347637870035E-04  5.8217687375059510E-04  5.8739499778971086E-04
+  5.9265823518089898E-04  5.9796697595209715E-04  6.0332161350323029E-04
+  6.0872254463536612E-04  6.1417016958011659E-04  6.1966489202929789E-04
+  6.2520711916484663E-04  6.3079726168899176E-04  6.3643573385469096E-04
+  6.4212295349632656E-04  6.4785934206067046E-04  6.5364532463811425E-04
+  6.5948132999416975E-04  6.6536779060124228E-04  6.7130514267067971E-04
+  6.7729382618509574E-04  6.8333428493097547E-04  6.8942696653156142E-04
+  6.9557232248002401E-04  7.0177080817291888E-04  7.0802288294393334E-04
+  7.1432901009792660E-04  7.2068965694525942E-04  7.2710529483642548E-04
+  7.3357639919698048E-04  7.4010344956277295E-04  7.4668692961547725E-04
+  7.5332732721844009E-04  7.6002513445283082E-04  7.6678084765410652E-04
+  7.7359496744879236E-04  7.8046799879158131E-04  7.8740045100275137E-04
+  7.9439283780590993E-04  8.0144567736606007E-04  8.0855949232800219E-04
+  8.1573480985505957E-04  8.2297216166814745E-04  8.3027208408517281E-04
+  8.3763511806077826E-04  8.4506180922642874E-04  8.5255270793084569E-04
+  8.6010836928078786E-04  8.6772935318218968E-04  8.7541622438164939E-04
+  8.8316955250828126E-04  8.9098991211592588E-04  8.9887788272572712E-04
+  9.0683404886907624E-04  9.1485900013092865E-04  9.2295333119349397E-04
+  9.3111764188030419E-04  9.3935253720066184E-04  9.4765862739447609E-04
+  9.5603652797747918E-04  9.6448685978684293E-04  9.7301024902718251E-04
+  9.8160732731696065E-04  9.9027873173529414E-04  9.9902510486916149E-04
+  1.0078470948610230E-03  1.0167453554568483E-03  1.0257205460545641E-03
+  1.0347733317529152E-03  1.0439043834007515E-03  1.0531143776467404E-03
+  1.0624039969895091E-03  1.0717739298282201E-03  1.0812248705135829E-03
+  1.0907575193993082E-03  1.1003725828940081E-03  1.1100707735135409E-03
+  1.1198528099338129E-03  1.1297194170440329E-03  1.1396713260004303E-03
+  1.1497092742804376E-03  1.1598340057373344E-03  1.1700462706553771E-03
+  1.1803468258053905E-03  1.1907364345008524E-03  1.2012158666544535E-03
+  1.2117858988351523E-03  1.2224473143257219E-03  1.2332009031807930E-03
+  1.2440474622853991E-03  1.2549877954140282E-03  1.2660227132901874E-03
+  1.2771530336464752E-03  1.2883795812851839E-03  1.2997031881394143E-03
+  1.3111246933347302E-03  1.3226449432513342E-03  1.3342647915867926E-03
+  1.3459850994192930E-03  1.3578067352714555E-03  1.3697305751746887E-03
+  1.3817575027341121E-03  1.3938884091940300E-03  1.4061241935039766E-03
+  1.4184657623853268E-03  1.4309140303984953E-03  1.4434699200106993E-03
+  1.4561343616643215E-03  1.4689082938458568E-03  1.4817926631554550E-03
+  1.4947884243770714E-03  1.5078965405492105E-03  1.5211179830363004E-03
+  1.5344537316006636E-03  1.5479047744751280E-03  1.5614721084362499E-03
+  1.5751567388781844E-03  1.5889596798871859E-03  1.6028819543167489E-03
+  1.6169245938634138E-03  1.6310886391432099E-03  1.6453751397687720E-03
+  1.6597851544271156E-03  1.6743197509580933E-03  1.6889800064335196E-03
+  1.7037670072369870E-03  1.7186818491443682E-03  1.7337256374050144E-03
+  1.7488994868236612E-03  1.7642045218430322E-03  1.7796418766271686E-03
+  1.7952126951454675E-03  1.8109181312574549E-03  1.8267593487982926E-03
+  1.8427375216650116E-03  1.8588538339035100E-03  1.8751094797962884E-03
+  1.8915056639509462E-03  1.9080436013894507E-03  1.9247245176381678E-03
+  1.9415496488186792E-03  1.9585202417393768E-03  1.9756375539878588E-03
+  1.9929028540241135E-03  2.0103174212745172E-03  2.0278825462266450E-03
+  2.0455995305248848E-03  2.0634696870669078E-03  2.0814943401009467E-03
+  2.0996748253239252E-03  2.1180124899804358E-03  2.1365086929625728E-03
+  2.1551648049106253E-03  2.1739822083146460E-03  2.1929622976168939E-03
+  2.2121064793151637E-03  2.2314161720670108E-03  2.2508928067948714E-03
+  2.2705378267920966E-03  2.2903526878299040E-03  2.3103388582652483E-03
+  2.3304978191496283E-03  2.3508310643388340E-03  2.3713401006036435E-03
+  2.3920264477414709E-03  2.4128916386889914E-03  2.4339372196357247E-03
+  2.4551647501386137E-03  2.4765758032375832E-03  2.4981719655721062E-03
+  2.5199548374987748E-03  2.5419260332098840E-03  2.5640871808530379E-03
+  2.5864399226518094E-03  2.6089859150274152E-03  2.6317268287214634E-03
+  2.6546643489197513E-03  2.6778001753771392E-03  2.7011360225434999E-03
+  2.7246736196907596E-03  2.7484147110410301E-03  2.7723610558958666E-03
+  2.7965144287666159E-03  2.8208766195059187E-03  2.8454494334403269E-03
+  2.8702346915040803E-03  2.8952342303740315E-03  2.9204499026057500E-03
+  2.9458835767707820E-03  2.9715371375951213E-03  2.9974124860988509E-03
+  3.0235115397370172E-03  3.0498362325417014E-03  3.0763885152653367E-03
+  3.1031703555252435E-03  3.1301837379494354E-03  3.1574306643236691E-03
+  3.1849131537397758E-03  3.2126332427452687E-03  3.2405929854942509E-03
+  3.2687944538996100E-03  3.2972397377865593E-03  3.3259309450474703E-03
+  3.3548702017980737E-03  3.3840596525349870E-03  3.4135014602946203E-03
+  3.4431978068134557E-03  3.4731508926896947E-03  3.5033629375463174E-03
+  3.5338361801955545E-03  3.5645728788047653E-03  3.5955753110637648E-03
+  3.6268457743535870E-03  3.6583865859167149E-03  3.6902000830287681E-03
+  3.7222886231716942E-03  3.7546545842084460E-03  3.7873003645591563E-03
+  3.8202283833788653E-03  3.8534410807367549E-03  3.8869409177969506E-03
+  3.9207303770008705E-03  3.9548119622511797E-03  3.9891881990972815E-03
+  4.0238616349224819E-03  4.0588348391327007E-03  4.0941104033468739E-03
+  4.1296909415889579E-03  4.1655790904816152E-03  4.2017775094415752E-03
+  4.2382888808766648E-03  4.2751159103845632E-03  4.3122613269532661E-03
+  4.3497278831632780E-03  4.3875183553915538E-03  4.4256355440172122E-03
+  4.4640822736290069E-03  4.5028613932346197E-03  4.5419757764717343E-03
+  4.5814283218209469E-03  4.6212219528205178E-03  4.6613596182829807E-03
+  4.7018442925136090E-03  4.7426789755307935E-03  4.7838666932883038E-03
+  4.8254104978994765E-03  4.8673134678633555E-03  4.9095787082927625E-03
+  4.9522093511443427E-03  4.9952085554506231E-03  5.0385795075540522E-03
+  5.0823254213430572E-03  5.1264495384901699E-03  5.1709551286921746E-03
+  5.2158454899123644E-03  5.2611239486248561E-03  5.3067938600610595E-03
+  5.3528586084582242E-03  5.3993216073101903E-03  5.4461862996202544E-03
+  5.4934561581562553E-03  5.5411346857078469E-03  5.5892254153460056E-03
+  5.6377319106847602E-03  5.6866577661452040E-03  5.7360066072217903E-03
+  5.7857820907508900E-03  5.8359879051817307E-03  5.8866277708496204E-03
+  5.9377054402515650E-03  5.9892246983242522E-03  6.0411893627244475E-03
+  6.0936032841118030E-03  6.1464703464341125E-03  6.1997944672150295E-03
+  6.2535795978442884E-03  6.3078297238703916E-03  6.3625488652958757E-03
+  6.4177410768750890E-03  6.4734104484145552E-03  6.5295611050759390E-03
+  6.5861972076816325E-03  6.6433229530229376E-03  6.7009425741709648E-03
+  6.7590603407902232E-03  6.8176805594548379E-03  6.8768075739675839E-03
+  6.9364457656816607E-03  6.9965995538251871E-03  7.0572733958285828E-03
+  7.1184717876547092E-03  7.1801992641319099E-03  7.2424603992898903E-03
+  7.3052598066985228E-03  7.3686021398095634E-03  7.4324920923013460E-03
+  7.4969343984263954E-03  7.5619338333621179E-03  7.6274952135644601E-03
+  7.6936233971246501E-03  7.7603232841290193E-03  7.8275998170219182E-03
+  7.8954579809717707E-03  7.9639028042402926E-03  8.0329393585549108E-03
+  8.1025727594843666E-03  8.1728081668175842E-03  8.2436507849458183E-03
+  8.3151058632480700E-03  8.3871786964798568E-03  8.4598746251653475E-03
+  8.5331990359928320E-03  8.6071573622136729E-03  8.6817550840446438E-03
+  8.7569977290737813E-03  8.8328908726697190E-03  8.9094401383945417E-03
+  8.9866511984202507E-03  9.0645297739487870E-03  9.1430816356356595E-03
+  9.2223126040172979E-03  9.3022285499420338E-03  9.3828353950048057E-03
+  9.4641391119856672E-03  9.5461457252920198E-03  9.6288613114046736E-03
+  9.7122919993278042E-03  9.7964439710427308E-03  9.8813234619656506E-03
+  9.9669367614093011E-03  1.0053290213048618E-02  1.0140390215390401E-02
+  1.0228243222247047E-02  1.0316855743214356E-02  1.0406234344153458E-02
+  1.0496385647676914E-02  1.0587316333639001E-02  1.0679033139630213E-02
+  1.0771542861476037E-02  1.0864852353740061E-02  1.0958968530231364E-02
+  1.1053898364516333E-02  1.1149648890434866E-02  1.1246227202621022E-02
+  1.1343640457028197E-02  1.1441895871458786E-02  1.1541000726098450E-02
+  1.1640962364054951E-02  1.1741788191901662E-02  1.1843485680225772E-02
+  1.1946062364181144E-02  1.2049525844046073E-02  1.2153883785785718E-02
+  1.2259143921619446E-02  1.2365314050593081E-02  1.2472402039156038E-02
+  1.2580415821743473E-02  1.2689363401363415E-02  1.2799252850189003E-02
+  1.2910092310155767E-02  1.3021889993564113E-02  1.3134654183686964E-02
+  1.3248393235382645E-02  1.3363115575713059E-02  1.3478829704567152E-02
+  1.3595544195289837E-02  1.3713267695316193E-02  1.3832008926811272E-02
+  1.3951776687315327E-02  1.4072579850394614E-02  1.4194427366297826E-02
+  1.4317328262618140E-02  1.4441291644961005E-02  1.4566326697617637E-02
+  1.4692442684244342E-02  1.4819648948547703E-02  1.4947954914975583E-02
+  1.5077370089414208E-02  1.5207904059891090E-02  1.5339566497284161E-02
+  1.5472367156036875E-02  1.5606315874879574E-02  1.5741422577556934E-02
+  1.5877697273561805E-02  1.6015150058875278E-02  1.6153791116713126E-02
+  1.6293630718278686E-02  1.6434679223522222E-02  1.6576947081906795E-02
+  1.6720444833180716E-02  1.6865183108156656E-02  1.7011172629497449E-02
+  1.7158424212508672E-02  1.7306948765937972E-02  1.7456757292781323E-02
+  1.7607860891096217E-02  1.7760270754821769E-02  1.7913998174605966E-02
+  1.8069054538639936E-02  1.8225451333499440E-02  1.8383200144993544E-02
+  1.8542312659020663E-02  1.8702800662431837E-02  1.8864676043901497E-02
+  1.9027950794805699E-02  1.9192637010107885E-02  1.9358746889252234E-02
+  1.9526292737064691E-02  1.9695286964661749E-02  1.9865742090366970E-02
+  2.0037670740635418E-02  2.0211085650986008E-02  2.0385999666941861E-02
+  2.0562425744978671E-02  2.0740376953481254E-02  2.0919866473708304E-02
+  2.1100907600765328E-02  2.1283513744586070E-02  2.1467698430922232E-02
+  2.1653475302341563E-02  2.1840858119234856E-02  2.2029860760831205E-02
+  2.2220497226222109E-02  2.2412781635394338E-02  2.2606728230271631E-02
+  2.2802351375765285E-02  2.2999665560833774E-02  2.3198685399551409E-02
+  2.3399425632186149E-02  2.3601901126286563E-02  2.3806126877778208E-02
+  2.4012118012069296E-02  2.4219889785165784E-02  2.4429457584796088E-02
+  2.4640836931545344E-02  2.4854043479999307E-02  2.5069093019898153E-02
+  2.5286001477299966E-02  2.5504784915754346E-02  2.5725459537485822E-02
+  2.5948041684587551E-02  2.6172547840225040E-02  2.6398994629850275E-02
+  2.6627398822426079E-02  2.6857777331660990E-02  2.7090147217254609E-02
+  2.7324525686153602E-02  2.7560930093818357E-02  2.7799377945500425E-02
+  2.8039886897530904E-02  2.8282474758619690E-02  2.8527159491165858E-02
+  2.8773959212579140E-02  2.9022892196612589E-02  2.9273976874706790E-02
+  2.9527231837345229E-02  2.9782675835421300E-02  3.0040327781616930E-02
+  3.0300206751792867E-02  3.0562331986390783E-02  3.0826722891847343E-02
+  3.1093399042020048E-02  3.1362380179625483E-02  3.1633686217689493E-02
+  3.1907337241009782E-02  3.2183353507630783E-02  3.2461755450331226E-02
+  3.2742563678124011E-02  3.3025798977769055E-02  3.3311482315298707E-02
+  3.3599634837556132E-02  3.3890277873746807E-02  3.4183432937002912E-02
+  3.4479121725961154E-02  3.4777366126353647E-02  3.5078188212612549E-02
+  3.5381610249487862E-02  3.5687654693679120E-02  3.5996344195480791E-02
+  3.6307701600441417E-02  3.6621749951036835E-02  3.6938512488357410E-02
+  3.7258012653809514E-02  3.7580274090831235E-02  3.7905320646622526E-02
+  3.8233176373889982E-02  3.8563865532606004E-02  3.8897412591782948E-02
+  3.9233842231262125E-02  3.9573179343517742E-02  3.9915449035475808E-02
+  4.0260676630348546E-02  4.0608887669483937E-02  4.0960107914230777E-02
+  4.1314363347819322E-02  4.1671680177257669E-02  4.2032084835243858E-02
+  4.2395603982094056E-02  4.2762264507686693E-02  4.3132093533422768E-02
+  4.3505118414202661E-02  4.3881366740419106E-02  4.4260866339966946E-02
+  4.4643645280269408E-02  4.5029731870321485E-02  4.5419154662749768E-02
+  4.5811942455889779E-02  4.6208124295880462E-02  4.6607729478775589E-02
+  4.7010787552673239E-02  4.7417328319862333E-02  4.7827381838987174E-02
+  4.8240978427229735E-02  4.8658148662509955E-02  4.9078923385704097E-02
+  4.9503333702881444E-02  4.9931410987559238E-02  5.0363186882976245E-02
+  5.0798693304384891E-02  5.1237962441362292E-02  5.1681026760140025E-02
+  5.2127919005952900E-02  5.2578672205407399E-02  5.3033319668868796E-02
+  5.3491894992868175E-02  5.3954432062528764E-02  5.4420965054012331E-02
+  5.4891528436985089E-02  5.5366156977103856E-02  5.5844885738522261E-02
+  5.6327750086417341E-02  5.6814785689536365E-02  5.7306028522764500E-02
+  5.7801514869712904E-02  5.8301281325327928E-02  5.8805364798521019E-02
+  5.9313802514820109E-02  5.9826632019041849E-02  6.0343891177985762E-02
+  6.0865618183149395E-02  6.1391851553465444E-02  6.1922630138061027E-02
+  6.2457993119038109E-02  6.2997980014276977E-02  6.3542630680261267E-02
+  6.4091985314925701E-02  6.4646084460526290E-02  6.5204969006533262E-02
+  6.5768680192546822E-02  6.6337259611235697E-02  6.6910749211299025E-02
+  6.7489191300451237E-02  6.8072628548430547E-02  6.8661103990030711E-02
+  6.9254661028156653E-02  6.9853343436903859E-02  7.0457195364661440E-02
+  7.1066261337239589E-02  7.1680586261021126E-02  7.2300215426137238E-02
+  7.2925194509667876E-02  7.3555569578866609E-02  7.4191387094410380E-02
+  7.4832693913673823E-02  7.5479537294029134E-02  7.6131964896170273E-02
+  7.6790024787463204E-02  7.7453765445321093E-02  7.8123235760604939E-02
+  7.8798485041050165E-02  7.9479563014718674E-02  8.0166519833477071E-02
+  8.0859406076500481E-02  8.1558272753802910E-02  8.2263171309793590E-02
+  8.2974153626859670E-02  8.3691272028975389E-02  8.4414579285338048E-02
+  8.5144128614030326E-02  8.5879973685709460E-02  8.6622168627323692E-02
+  8.7370768025854945E-02  8.8125826932089424E-02  8.8887400864415003E-02
+  8.9655545812645662E-02  9.0430318241873919E-02  9.1211775096350020E-02
+  9.1999973803389423E-02  9.2794972277307181E-02  9.3596828923380559E-02
+  9.4405602641839184E-02  9.5221352831883196E-02  9.6044139395729283E-02
+  9.6874022742684307E-02  9.7711063793247996E-02  9.8555323983242515E-02
+  9.9406865267971059E-02  1.0026575012640421E-01  1.0113204156539471E-01
+  1.0200580312392067E-01  1.0288709887735663E-01  1.0377599344177336E-01
+  1.0467255197826590E-01  1.0557684019731009E-01  1.0648892436314697E-01
+  1.0740887129819675E-01  1.0833674838749908E-01  1.0927262358318457E-01
+  1.1021656540897200E-01  1.1116864296469532E-01  1.1212892593085888E-01
+  1.1309748457322004E-01  1.1407438974740140E-01  1.1505971290352975E-01
+  1.1605352609090450E-01  1.1705590196269296E-01  1.1806691378065438E-01
+  1.1908663541989167E-01  1.2011514137363070E-01  1.2115250675802743E-01
+  1.2219880731700282E-01  1.2325411942710497E-01  1.2431852010239823E-01
+  1.2539208699938018E-01  1.2647489842192519E-01  1.2756703332625463E-01
+  1.2866857132593421E-01  1.2977959269689757E-01  1.3090017838249574E-01
+  1.3203040999857341E-01  1.3317036983857028E-01  1.3432014087864824E-01
+  1.3547980678284396E-01  1.3664945190824640E-01  1.3782916131019887E-01
+  1.3901902074752576E-01  1.4021911668778314E-01  1.4142953631253352E-01
+  1.4265036752264335E-01  1.4388169894360436E-01  1.4512361993087655E-01
+  1.4637622057525451E-01  1.4763959170825455E-01  1.4891382490752400E-01
+  1.5019901250227047E-01  1.5149524757871266E-01  1.5280262398554975E-01
+  1.5412123633945127E-01  1.5545118003056513E-01  1.5679255122804378E-01
+  1.5814544688558849E-01  1.5950996474700996E-01  1.6088620335180609E-01
+  1.6227426204075407E-01  1.6367424096151906E-01  1.6508624107427552E-01
+  1.6651036415734297E-01  1.6794671281283402E-01  1.6939539047231408E-01
+  1.7085650140247235E-01  1.7233015071080277E-01  1.7381644435129365E-01
+  1.7531548913012659E-01  1.7682739271138126E-01  1.7835226362274717E-01
+  1.7989021126124083E-01  1.8144134589892597E-01  1.8300577868863738E-01
+  1.8458362166970679E-01  1.8617498777368749E-01  1.8777999083008087E-01
+  1.8939874557205841E-01  1.9103136764218184E-01  1.9267797359811759E-01
+  1.9433868091834597E-01  1.9601360800786055E-01  1.9770287420386146E-01
+  1.9940659978143546E-01  2.0112490595922375E-01  2.0285791490507624E-01
+  2.0460574974168988E-01  2.0636853455222887E-01  2.0814639438592489E-01
+  2.0993945526365737E-01  2.1174784418350837E-01  2.1357168912629310E-01
+  2.1541111906106233E-01  2.1726626395057519E-01  2.1913725475673984E-01
+  2.2102422344601949E-01  2.2292730299480198E-01  2.2484662739473016E-01
+  2.2678233165799017E-01  2.2873455182255550E-01  2.3070342495738430E-01
+  2.3268908916756659E-01  2.3469168359941842E-01  2.3671134844552114E-01
+  2.3874822494970163E-01  2.4080245541195092E-01  2.4287418319327733E-01
+  2.4496355272049219E-01  2.4707070949092325E-01  2.4919580007705303E-01
+  2.5133897213107825E-01  2.5350037438938788E-01  2.5568015667695271E-01
+  2.5787846991162661E-01  2.6009546610835310E-01  2.6233129838327257E-01
+  2.6458612095772810E-01  2.6686008916216303E-01  2.6915335943990792E-01
+  2.7146608935085037E-01  2.7379843757498418E-01  2.7615056391583254E-01
+  2.7852262930374072E-01  2.8091479579903089E-01  2.8332722659501719E-01
+  2.8576008602087327E-01  2.8821353954434581E-01  2.9068775377431211E-01
+  2.9318289646317031E-01  2.9569913650906104E-01  2.9823664395791127E-01
+  3.0079559000529638E-01  3.0337614699810889E-01  3.0597848843603442E-01
+  3.0860278897282023E-01  3.1124922441733582E-01  3.1391797173441316E-01
+  3.1660920904546092E-01  3.1932311562884674E-01  3.2205987192003521E-01
+  3.2481965951147745E-01  3.2760266115224207E-01  3.3040906074737897E-01
+  3.3323904335700616E-01  3.3609279519511276E-01  3.3897050362806702E-01
+  3.4187235717282016E-01  3.4479854549479610E-01  3.4774925940545776E-01
+  3.5072469085953628E-01  3.5372503295192054E-01  3.5675047991418479E-01
+  3.5980122711075196E-01  3.6287747103467805E-01  3.6597940930304435E-01
+  3.6910724065194950E-01  3.7226116493108391E-01  3.7544138309787761E-01
+  3.7864809721120674E-01  3.8188151042464608E-01  3.8514182697925359E-01
+  3.8842925219587127E-01  3.9174399246693253E-01  3.9508625524775454E-01
+  3.9845624904730786E-01  4.0185418341843987E-01  4.0528026894754415E-01
+  4.0873471724365312E-01  4.1221774092693941E-01  4.1572955361661224E-01
+  4.1927036991818195E-01  4.2284040541008910E-01  4.2643987662966282E-01
+  4.3006900105840440E-01  4.3372799710656684E-01  4.3741708409701674E-01
+  4.4113648224835306E-01  4.4488641265726642E-01  4.4866709728011611E-01
+  4.5247875891370026E-01  4.5632162117520247E-01  4.6019590848128650E-01
+  4.6410184602631965E-01  4.6803965975969836E-01  4.7200957636225288E-01
+  4.7601182322170554E-01  4.8004662840715723E-01  4.8411422064257492E-01
+  4.8821482927925480E-01  4.9234868426723311E-01  4.9651601612561413E-01
+  5.0071705591179283E-01  5.0495203518953380E-01  5.0922118599588495E-01
+  5.1352474080689081E-01  5.1786293250207283E-01  5.2223599432764911E-01
+  5.2664415985845636E-01  5.3108766295854304E-01  5.3556673774039754E-01
+  5.4008161852277936E-01  5.4463253978711168E-01  5.4921973613240749E-01
+  5.5384344222868154E-01  5.5850389276881907E-01  5.6320132241885568E-01
+  5.6793596576663419E-01  5.7270805726878915E-01  5.7751783119603062E-01
+  5.8236552157667010E-01  5.8725136213835627E-01  5.9217558624797140E-01
+  5.9713842684964302E-01  6.0214011640082910E-01  6.0718088680642257E-01
+  6.1226096935083474E-01  6.1738059462800443E-01  6.2253999246927938E-01
+  6.2773939186913463E-01  6.3297902090865243E-01  6.3825910667673202E-01
+  6.4357987518896120E-01  6.4894155130410625E-01  6.5434435863815155E-01
+  6.5978851947584594E-01  6.6527425467968471E-01  6.7080178359627873E-01
+  6.7637132396004229E-01  6.8198309179414518E-01  6.8763730130866074E-01
+  6.9333416479585275E-01  6.9907389252252849E-01  7.0485669261940387E-01
+  7.1068277096739751E-01  7.1655233108080596E-01  7.2246557398727207E-01
+  7.2842269810448979E-01  7.3442389911356709E-01  7.4046936982897660E-01
+  7.4655930006502291E-01  7.5269387649874586E-01  7.5887328252918951E-01
+  7.6509769813296047E-01  7.7136729971599127E-01  7.7768225996143503E-01
+  7.8404274767361015E-01  7.9044892761791508E-01  7.9690096035662261E-01
+  8.0339900208048565E-01  8.0994320443605183E-01  8.1653371434861644E-01
+  8.2317067384071863E-01  8.2985421984609320E-01  8.3658448401899710E-01
+  8.4336159253880838E-01  8.5018566590982059E-01  8.5705681875612905E-01
+  8.6397515961152649E-01  8.7094079070430663E-01  8.7795380773688958E-01
+  8.8501429966016520E-01  8.9212234844246674E-01  8.9927802883307517E-01
+  9.0648140812015443E-01  9.1373254588302721E-01  9.2103149373868543E-01
+  9.2837829508243874E-01  9.3577298482260796E-01  9.4321558910915582E-01
+  9.5070612505615737E-01  9.5824460045801374E-01  9.6583101349930400E-01
+  9.7346535245817978E-01  9.8114759540319496E-01  9.8887770988347845E-01
+  9.9665565261214439E-01  1.0044813691428400E+00  1.0123547935393351E+00
+  1.0202758480380496E+00  1.0282444427034243E+00  1.0362604750760323E+00
+  1.0443238298133404E+00  1.0524343783230159E+00  1.0605919783886928E+00
+  1.0687964737880971E+00  1.0770476939034312E+00  1.0853454533239526E+00
+  1.0936895514406249E+00  1.1020797720327675E+00  1.1105158828466273E+00
+  1.1189976351657687E+00  1.1275247633732168E+00  1.1360969845052649E+00
+  1.1447139977968721E+00  1.1533754842185806E+00  1.1620811060048744E+00
+  1.1708305061739184E+00  1.1796233080386109E+00  1.1884591147088885E+00
+  1.1973375085852260E+00  1.2062580508432819E+00  1.2152202809096344E+00
+  1.2242237159285727E+00  1.2332678502198979E+00  1.2423521547276986E+00
+  1.2514760764600790E+00  1.2606390379198089E+00  1.2698404365258857E+00
+  1.2790796440259848E+00  1.2883560058998100E+00  1.2976688407533288E+00
+  1.3070174397039120E+00  1.3164010657563927E+00  1.3258189531700570E+00
+  1.3352703068166134E+00  1.3447543015291654E+00  1.3542700814422419E+00
+  1.3638167593229436E+00  1.3733934158932619E+00  1.3829990991436505E+00
+  1.3926328236379306E+00  1.4022935698096268E+00  1.4119802832498320E+00
+  1.4216918739867179E+00  1.4314272157568149E+00  1.4411851452681992E+00
+  1.4509644614557318E+00  1.4607639247285027E+00  1.4705822562096647E+00
+  1.4804181369688194E+00  1.4902702072471672E+00  1.5001370656756186E+00
+  1.5100172684860855E+00  1.5199093287161942E+00  1.5298117154076514E+00
+  1.5397228527985367E+00  1.5496411195097892E+00  1.5595648477261614E+00
+  1.5694923223719659E+00  1.5794217802819046E+00  1.5893514093673236E+00
+  1.5992793477782274E+00  1.6092036830614143E+00  1.6191224513150984E+00
+  1.6290336363404070E+00  1.6389351687901492E+00  1.6488249253152734E+00
+  1.6587007277094366E+00  1.6685603420521253E+00  1.6784014778507901E+00
+  1.6882217871824656E+00  1.6980188638353420E+00  1.7077902424508082E+00
+  1.7175333976664611E+00  1.7272457432606079E+00  1.7369246312988142E+00
+  1.7465673512830209E+00  1.7561711293038149E+00  1.7657331271964227E+00
+  1.7752504417010158E+00  1.7847201036279263E+00  1.7941390770283905E+00
+  1.8035042583714436E+00  1.8128124757276027E+00  1.8220604879599862E+00
+  1.8312449839235334E+00  1.8403625816730020E+00  1.8494098276804176E+00
+  1.8583831960626873E+00  1.8672790878200769E+00  1.8760938300862955E+00
+  1.8848236753909013E+00  1.8934648009348094E+00  1.9020133078796571E+00
+  1.9104652206518196E+00  1.9188164862618917E+00  1.9270629736404519E+00
+  1.9352004729909753E+00  1.9432246951607657E+00  1.9511312710308173E+00
+  1.9589157509255484E+00  1.9665736040433850E+00  1.9741002179092026E+00
+  1.9814908978497030E+00  1.9887408664928363E+00  1.9958452632924337E+00
+  2.0027991440793049E+00  2.0095974806401045E+00  2.0162351603253583E+00
+  2.0227069856881541E+00  2.0290076741550660E+00  2.0351318577310429E+00
+  2.0410740827400837E+00  2.0468288096036873E+00  2.0523904126592254E+00
+  2.0577531800205588E+00  2.0629113134834065E+00  2.0678589284782305E+00
+  2.0725900540736055E+00  2.0770986330333372E+00  2.0813785219308651E+00
+  2.0854234913248395E+00  2.0892272260000913E+00  2.0927833252786296E+00
+  2.0960853034057112E+00  2.0991265900165006E+00  2.1019005306893592E+00
+  2.1044003875923436E+00  2.1066193402300959E+00  2.1085504862989959E+00
+  2.1101868426590871E+00  2.1115213464321485E+00  2.1125468562360230E+00
+  2.1132561535662608E+00  2.1136419443370769E+00  2.1136968605946618E+00
+  2.1134134624169700E+00  2.1127842400153174E+00  2.1118016160543629E+00
+  2.1104579482084000E+00  2.1087455319733195E+00  2.1066566037551175E+00
+  2.1041833442574358E+00  2.1013178821923240E+00  2.0980522983401921E+00
+  2.0943786299868568E+00  2.0902888757675022E+00  2.0857750009495128E+00
+  2.0808289431882634E+00  2.0754426187922466E+00  2.0696079295362342E+00
+  2.0633167700636084E+00  2.0565610359215221E+00  2.0493326322750902E+00
+  2.0416234833494769E+00  2.0334255426514072E+00  2.0247308040243763E+00
+  2.0155313135945394E+00  2.0058191826670613E+00  1.9955866016353774E+00
+  1.9848258549685864E+00  1.9735293373447387E+00  1.9616895710004243E+00
+  1.9492992243693756E+00  1.9363511320851416E+00  1.9228383164248675E+00
+  1.9087540102730665E+00  1.8940916816857469E+00  1.8788450601364142E+00
+  1.8630081645262013E+00  1.8465753330406633E+00  1.8295412549354486E+00
+  1.8119010043321735E+00  1.7936500761041794E+00  1.7747844239294299E+00
+  1.7553005005844806E+00  1.7351953005490983E+00  1.7144664049856924E+00
+  1.6931120291509942E+00  1.6711310722893966E+00  1.6485231700478133E+00
+  1.6252887494407127E+00  1.6014290863810212E+00  1.5769463657776381E+00
+  1.5518437441832893E+00  1.5261254149570695E+00  1.4997966758842647E+00
+  1.4728639991715604E+00  1.4453351037084465E+00  1.4172190294552822E+00
+  1.3885262137848697E+00  1.3592685695673445E+00  1.3294595647474223E+00
+  1.2991143031184715E+00  1.2682496059491253E+00  1.2368840940651047E+00
+  1.2050382699313877E+00  1.1727345992174791E+00  1.1399975912612892E+00
+  1.1068538777746246E+00  1.0733322890555201E+00  1.0394639268891572E+00
+  1.0052822332299791E+00  9.7082305366255006E-01  9.3612469453739000E-01
+  9.0122797257061371E-01  8.6617625558226063E-01  8.3101549292770138E-01
+  7.9579423404938487E-01  7.6056363344218325E-01  7.2537744018469308E-01
+  6.9029197004081211E-01  6.5536605798092806E-01  6.2066098880951692E-01
+  5.8624040341617756E-01  5.5217017798977641E-01  5.1851827335018452E-01
+  4.8535455135906735E-01  4.5275055516984353E-01  4.2077924986707077E-01
+  3.8951471982667973E-01  3.5903181890010094E-01  3.2940576928694920E-01
+  3.0071170471158093E-01  2.7302415325764118E-01  2.4641645494077474E-01
+  2.2096010881127121E-01  1.9672404407454414E-01  1.7377380939556303E-01
+  1.5217067421258465E-01  1.3197063552226634E-01  1.1322332321135116E-01
+  9.5970796595448882E-02  8.0246224381144843E-02  6.6072439789927523E-02
+  5.3460362067998465E-02  4.2407275052131266E-02  3.2894952864533047E-02
+  2.4887622166786343E-02  1.8329749711270327E-02  1.3143643187030901E-02
+  9.2268525637408220E-03  6.4493582931699940E-03  4.6505318336562658E-03
+  3.6358530225091713E-03  3.1733678385965497E-03  2.9906294356316534E-03
+  2.7354736364701608E-03  2.4478302550760269E-03  2.1396545011727964E-03
+  1.8226271357371262E-03  1.5079256647235648E-03  1.2059715272199917E-03
+  9.2615178093753703E-04  6.7651381901811668E-04  4.6343149240305614E-04
+  2.9124104248829785E-04  1.6184509949691326E-04  7.4282971175598225E-05
+  2.4265335557940455E-05  3.6713591127165357E-06  0.0000000000000000E+00
+===== TPROJECTOR 2 =====   [tp(r)=TPROJECTOR(r)/r*Ylm(th,ph)]
+ 2  : radial mesh index
+  0.0000000000000000E+00  1.8601800393969642E-06  3.7364422884157335E-06
+  5.6289257859991493E-06  7.5377707731530536E-06  9.4631187033385479E-06
+  1.1405112252954470E-05  1.3363895331910168E-05  1.5339613094289919E-05
+  1.7332411949109532E-05  1.9342439571165538E-05  2.1369844911979050E-05
+  2.3414778210833187E-05  2.5477391005906709E-05  2.7557836145503653E-05
+  2.9656267799379848E-05  3.1772841470167735E-05  3.3907714004899678E-05
+  3.6061043606631014E-05  3.8232989846163527E-05  4.0423713673870315E-05
+  4.2633377431623061E-05  4.4862144864821953E-05  4.7110181134530133E-05
+  4.9377652829712867E-05  5.1664727979582186E-05  5.3971576066048774E-05
+  5.6298368036281581E-05  5.8645276315374964E-05  6.1012474819126960E-05
+  6.3400138966926517E-05  6.5808445694753271E-05  6.8237573468289082E-05
+  7.0687702296142813E-05  7.3159013743190229E-05  7.5651690944028484E-05
+  7.8165918616547109E-05  8.0701883075616238E-05  8.3259772246893924E-05
+  8.5839775680751417E-05  8.8442084566320355E-05  9.1066891745660331E-05
+  9.3714391728049064E-05  9.6384780704396994E-05  9.9078256561785383E-05
+  1.0179501889813076E-04  1.0453526903697580E-04  1.0729921004240861E-04
+  1.1008704673410972E-04  1.1289898570253173E-04  1.1573523532420674E-04
+  1.1859600577718930E-04  1.2148150905663026E-04  1.2439195899048805E-04
+  1.2732757125537267E-04  1.3028856339252929E-04  1.3327515482395840E-04
+  1.3628756686867596E-04  1.3932602275911488E-04  1.4239074765766614E-04
+  1.4548196867336535E-04  1.4859991487872195E-04  1.5174481732669449E-04
+  1.5491690906781289E-04  1.5811642516744837E-04  1.6134360272323259E-04
+  1.6459868088262796E-04  1.6788190086064898E-04  1.7119350595773712E-04
+  1.7453374157779195E-04  1.7790285524635439E-04  1.8130109662895151E-04
+  1.8472871754959564E-04  1.8818597200944754E-04  1.9167311620563789E-04
+  1.9519040855025296E-04  1.9873810968948385E-04  2.0231648252294116E-04
+  2.0592579222313793E-04  2.0956630625513931E-04  2.1323829439638198E-04
+  2.1694202875666862E-04  2.2067778379832937E-04  2.2444583635656173E-04
+  2.2824646565994564E-04  2.3207995335113550E-04  2.3594658350773015E-04
+  2.3984664266332533E-04  2.4378041982874629E-04  2.4774820651346491E-04
+  2.5175029674720138E-04  2.5578698710171453E-04  2.5985857671277787E-04
+  2.6396536730234534E-04  2.6810766320091304E-04  2.7228577137007089E-04
+  2.7650000142524740E-04  2.8075066565865593E-04  2.8503807906243590E-04
+  2.8936255935199543E-04  2.9372442698955426E-04  2.9812400520789345E-04
+  3.0256162003430560E-04  3.0703760031475778E-04  3.1155227773825838E-04
+  3.1610598686143633E-04  3.2069906513333538E-04  3.2533185292041810E-04
+  3.3000469353179054E-04  3.3471793324464031E-04  3.3947192132990011E-04
+  3.4426701007812853E-04  3.4910355482561592E-04  3.5398191398071800E-04
+  3.5890244905041309E-04  3.6386552466709265E-04  3.6887150861558368E-04
+  3.7392077186039919E-04  3.7901368857323184E-04  3.8415063616067968E-04
+  3.8933199529221434E-04  3.9455814992839027E-04  3.9982948734929708E-04
+  4.0514639818325969E-04  4.1050927643578494E-04  4.1591851951875878E-04
+  4.2137452827989668E-04  4.2687770703244744E-04  4.3242846358515681E-04
+  4.3802720927248412E-04  4.4367435898508604E-04  4.4937033120056246E-04
+  4.5511554801446657E-04  4.6091043517158261E-04  4.6675542209747678E-04
+  4.7265094193032066E-04  4.7859743155298626E-04  4.8459533162542134E-04
+  4.9064508661730594E-04  4.9674714484098639E-04  5.0290195848470072E-04
+  5.0910998364608493E-04  5.1537168036597247E-04  5.2168751266248685E-04
+  5.2805794856542420E-04  5.3448346015093839E-04  5.4096452357652502E-04
+  5.4750161911630254E-04  5.5409523119660819E-04  5.6074584843189047E-04
+  5.6745396366092058E-04  5.7422007398331477E-04  5.8104468079636846E-04
+  5.8792828983221437E-04  5.9487141119529880E-04  6.0187455940018120E-04
+  6.0893825340966332E-04  6.1606301667324701E-04  6.2324937716592261E-04
+  6.3049786742729367E-04  6.3780902460104281E-04  6.4518339047473471E-04
+  6.5262151151996390E-04  6.6012393893285387E-04  6.6769122867489780E-04
+  6.7532394151416440E-04  6.8302264306684601E-04  6.9078790383917950E-04
+  6.9862029926971887E-04  7.0652040977197740E-04  7.1448882077744568E-04
+  7.2252612277896324E-04  7.3063291137448775E-04  7.3880978731122337E-04
+  7.4705735653014002E-04  7.5537623021088279E-04  7.6376702481705276E-04
+  7.7223036214189660E-04  7.8076686935438298E-04  7.8937717904567517E-04
+  7.9806192927601321E-04  8.0682176362199278E-04  8.1565733122425962E-04
+  8.2456928683561454E-04  8.3355829086952712E-04  8.4262500944908567E-04
+  8.5177011445634670E-04  8.6099428358213663E-04  8.7029820037626488E-04
+  8.7968255429817627E-04  8.8914804076804907E-04  8.9869536121832383E-04
+  9.0832522314568029E-04  9.1803834016347804E-04  9.2783543205461811E-04
+  9.3771722482490221E-04  9.4768445075681974E-04  9.5773784846381761E-04
+  9.6787816294503478E-04  9.7810614564051014E-04  9.8842255448686341E-04
+  9.9882815397346787E-04  1.0093237151990958E-03  1.0199100159290662E-03
+  1.0305878406528725E-03  1.0413579806423281E-03  1.0522212340101900E-03
+  1.0631784057693119E-03  1.0742303078922965E-03  1.0853777593716639E-03
+  1.0966215862805398E-03  1.1079626218338818E-03  1.1194017064502155E-03
+  1.1309396878139112E-03  1.1425774209380068E-03  1.1543157682275661E-03
+  1.1661555995435852E-03  1.1780977922674551E-03  1.1901432313659753E-03
+  1.2022928094569379E-03  1.2145474268752724E-03  1.2269079917397647E-03
+  1.2393754200203506E-03  1.2519506356059996E-03  1.2646345703731664E-03
+  1.2774281642548625E-03  1.2903323653102958E-03  1.3033481297951319E-03
+  1.3164764222323580E-03  1.3297182154837542E-03  1.3430744908219890E-03
+  1.3565462380033364E-03  1.3701344553410160E-03  1.3838401497791803E-03
+  1.3976643369675284E-03  1.4116080413365661E-03  1.4256722961735312E-03
+  1.4398581436989521E-03  1.4541666351438930E-03  1.4685988308278425E-03
+  1.4831558002373008E-03  1.4978386221050151E-03  1.5126483844899396E-03
+  1.5275861848578509E-03  1.5426531301626725E-03  1.5578503369285206E-03
+  1.5731789313324267E-03  1.5886400492878001E-03  1.6042348365286055E-03
+  1.6199644486942560E-03  1.6358300514152670E-03  1.6518328203996195E-03
+  1.6679739415198938E-03  1.6842546109011448E-03  1.7006760350095399E-03
+  1.7172394307417606E-03  1.7339460255151899E-03  1.7507970573588465E-03
+  1.7677937750051618E-03  1.7849374379824822E-03  1.8022293167084271E-03
+  1.8196706925840246E-03  1.8372628580886710E-03  1.8550071168759023E-03
+  1.8729047838700092E-03  1.8909571853634763E-03  1.9091656591152598E-03
+  1.9275315544499292E-03  1.9460562323576507E-03  1.9647410655950527E-03
+  1.9835874387869380E-03  2.0025967485289013E-03  2.0217704034908202E-03
+  2.0411098245212427E-03  2.0606164447526751E-03  2.0802917097077905E-03
+  2.1001370774065397E-03  2.1201540184742061E-03  2.1403440162503680E-03
+  2.1607085668988481E-03  2.1812491795185534E-03  2.2019673762553320E-03
+  2.2228646924147581E-03  2.2439426765758961E-03  2.2652028907060831E-03
+  2.2866469102766481E-03  2.3082763243796774E-03  2.3300927358457730E-03
+  2.3520977613628183E-03  2.3742930315957993E-03  2.3966801913076164E-03
+  2.4192608994809987E-03  2.4420368294414199E-03  2.4650096689811047E-03
+  2.4881811204841104E-03  2.5115529010524655E-03  2.5351267426334222E-03
+  2.5589043921477985E-03  2.5828876116194372E-03  2.6070781783057743E-03
+  2.6314778848295422E-03  2.6560885393116049E-03  2.6809119655049583E-03
+  2.7059500029298746E-03  2.7312045070102074E-03  2.7566773492109040E-03
+  2.7823704171766744E-03  2.8082856148718771E-03  2.8344248627216176E-03
+  2.8607900977540481E-03  2.8873832737439237E-03  2.9142063613573650E-03
+  2.9412613482979093E-03  2.9685502394538148E-03  2.9960750570466026E-03
+  3.0238378407809333E-03  3.0518406479957518E-03  3.0800855538167500E-03
+  3.1085746513101285E-03  3.1373100516377157E-03  3.1662938842134088E-03
+  3.1955282968609642E-03  3.2250154559731684E-03  3.2547575466723806E-03
+  3.2847567729724463E-03  3.3150153579420381E-03  3.3455355438693837E-03
+  3.3763195924284240E-03  3.4073697848464295E-03  3.4386884220730428E-03
+  3.4702778249507673E-03  3.5021403343869833E-03  3.5342783115274046E-03
+  3.5666941379310316E-03  3.5993902157466723E-03  3.6323689678909137E-03
+  3.6656328382276924E-03  3.6991842917493906E-03  3.7330258147594908E-03
+  3.7671599150568410E-03  3.8015891221214763E-03  3.8363159873020612E-03
+  3.8713430840049802E-03  3.9066730078849976E-03  3.9423083770376514E-03
+  3.9782518321932157E-03  4.0145060369124411E-03  4.0510736777838868E-03
+  4.0879574646230446E-03  4.1251601306731261E-03  4.1626844328076116E-03
+  4.2005331517345566E-03  4.2387090922026303E-03  4.2772150832089736E-03
+  4.3160539782088570E-03  4.3552286553270869E-03  4.3947420175713290E-03
+  4.4345969930472077E-03  4.4747965351753100E-03  4.5153436229100220E-03
+  4.5562412609603054E-03  4.5974924800123336E-03  4.6391003369540985E-03
+  4.6810679151019340E-03  4.7233983244289943E-03  4.7660947017957086E-03
+  4.8091602111822642E-03  4.8525980439230402E-03  4.8964114189430901E-03
+  4.9406035829967273E-03  4.9851778109080720E-03  5.0301374058137546E-03
+  5.0754856994076666E-03  5.1212260521878907E-03  5.1673618537056813E-03
+  5.2138965228166814E-03  5.2608335079342428E-03  5.3081762872850095E-03
+  5.3559283691666133E-03  5.4040932922076838E-03  5.4526746256300749E-03
+  5.5016759695133508E-03  5.5511009550615730E-03  5.6009532448723712E-03
+  5.6512365332083599E-03  5.7019545462709282E-03  5.7531110424763037E-03
+  5.8047098127341403E-03  5.8567546807283665E-03  5.9092495032005803E-03
+  5.9621981702358499E-03  6.0156046055509522E-03  6.0694727667851660E-03
+  6.1238066457935201E-03  6.1786102689426400E-03  6.2338876974090650E-03
+  6.2896430274802621E-03  6.3458803908581236E-03  6.4026039549651623E-03
+  6.4598179232533311E-03  6.5175265355155148E-03  6.5757340681997043E-03
+  6.6344448347259149E-03  6.6936631858058124E-03  6.7533935097651362E-03
+  6.8136402328688467E-03  6.8744078196491705E-03  6.9357007732364483E-03
+  6.9975236356927747E-03  7.0598809883486314E-03  7.1227774521423499E-03
+  7.1862176879625844E-03  7.2502063969936484E-03  7.3147483210639005E-03
+  7.3798482429971689E-03  7.4455109869671424E-03  7.5117414188548351E-03
+  7.5785444466092266E-03  7.6459250206109153E-03  7.7138881340389626E-03
+  7.7824388232409173E-03  7.8515821681060232E-03  7.9213232924416292E-03
+  7.9916673643529723E-03  8.0626195966259900E-03  8.1341852471137777E-03
+  8.2063696191260974E-03  8.2791780618224238E-03  8.3526159706083028E-03
+  8.4266887875352244E-03  8.5014020017038193E-03  8.5767611496706773E-03
+  8.6527718158586064E-03  8.7294396329704663E-03  8.8067702824065272E-03
+  8.8847694946855519E-03  8.9634430498693879E-03  9.0427967779913212E-03
+  9.1228365594880692E-03  9.2035683256355642E-03  9.2849980589884765E-03
+  9.3671317938235459E-03  9.4499756165867081E-03  9.5335356663441770E-03
+  9.6178181352372903E-03  9.7028292689414521E-03  9.7885753671288940E-03
+  9.8750627839355141E-03  9.9622979284317605E-03  1.0050287265097546E-02
+  1.0139037314301259E-02  1.0228554652782985E-02  1.0318845914141870E-02
+  1.0409917789327622E-02  1.0501777027136398E-02  1.0594430434710866E-02
+  1.0687884878044663E-02  1.0782147282491186E-02  1.0877224633276721E-02
+  1.0973123976018160E-02  1.1069852417245018E-02  1.1167417124926124E-02
+  1.1265825329000691E-02  1.1365084321914146E-02  1.1465201459158501E-02
+  1.1566184159817441E-02  1.1668039907116002E-02  1.1770776248975223E-02
+  1.1874400798571372E-02  1.1978921234900176E-02  1.2084345303345758E-02
+  1.2190680816254670E-02  1.2297935653514769E-02  1.2406117763139178E-02
+  1.2515235161855182E-02  1.2625295935698326E-02  1.2736308240611668E-02
+  1.2848280303049967E-02  1.2961220420589517E-02  1.3075136962542859E-02
+  1.3190038370578999E-02  1.3305933159348991E-02  1.3422829917116835E-02
+  1.3540737306395937E-02  1.3659664064590956E-02  1.3779619004645312E-02
+  1.3900611015694262E-02  1.4022649063723514E-02  1.4145742192233725E-02
+  1.4269899522910540E-02  1.4395130256300633E-02  1.4521443672493348E-02
+  1.4648849131808542E-02  1.4777356075490040E-02  1.4906974026405305E-02
+  1.5037712589751145E-02  1.5169581453765357E-02  1.5302590390444810E-02
+  1.5436749256269349E-02  1.5572067992932401E-02  1.5708556628077443E-02
+  1.5846225276041234E-02  1.5985084138603257E-02  1.6125143505741568E-02
+  1.6266413756395464E-02  1.6408905359234515E-02  1.6552628873434207E-02
+  1.6697594949458480E-02  1.6843814329848963E-02  1.6991297850020900E-02
+  1.7140056439066173E-02  1.7290101120563083E-02  1.7441443013393156E-02
+  1.7594093332565241E-02  1.7748063390046292E-02  1.7903364595599887E-02
+  1.8060008457631394E-02  1.8218006584040897E-02  1.8377370683083448E-02
+  1.8538112564236410E-02  1.8700244139074673E-02  1.8863777422153401E-02
+  1.9028724531898043E-02  1.9195097691502572E-02  1.9362909229835079E-02
+  1.9532171582351335E-02  1.9702897292016311E-02  1.9875099010233606E-02
+  2.0048789497782805E-02  2.0223981625765226E-02  2.0400688376557459E-02
+  2.0578922844773459E-02  2.0758698238234841E-02  2.0940027878949580E-02
+  2.1122925204099086E-02  2.1307403767033932E-02  2.1493477238278179E-02
+  2.1681159406542201E-02  2.1870464179744593E-02  2.2061405586042582E-02
+  2.2253997774871546E-02  2.2448255017993489E-02  2.2644191710554464E-02
+  2.2841822372151328E-02  2.3041161647907545E-02  2.3242224309558350E-02
+  2.3445025256545356E-02  2.3649579517120545E-02  2.3855902249459757E-02
+  2.4064008742785942E-02  2.4273914418502053E-02  2.4485634831333689E-02
+  2.4699185670481676E-02  2.4914582760784530E-02  2.5131842063891116E-02
+  2.5350979679443296E-02  2.5572011846268894E-02  2.5794954943584754E-02
+  2.6019825492210713E-02  2.6246640155793442E-02  2.6475415742041208E-02
+  2.6706169203969399E-02  2.6938917641156482E-02  2.7173678301011098E-02
+  2.7410468580049988E-02  2.7649306025186983E-02  2.7890208335033237E-02
+  2.8133193361208335E-02  2.8378279109663417E-02  2.8625483742014901E-02
+  2.8874825576890431E-02  2.9126323091286078E-02  2.9379994921935340E-02
+  2.9635859866690061E-02  2.9893936885913269E-02  3.0154245103883905E-02
+  3.0416803810213819E-02  3.0681632461277066E-02  3.0948750681651559E-02
+  3.1218178265572820E-02  3.1489935178400902E-02  3.1764041558099358E-02
+  3.2040517716727591E-02  3.2319384141945656E-02  3.2600661498532288E-02
+  3.2884370629915748E-02  3.3170532559718614E-02  3.3459168493314928E-02
+  3.3750299819401697E-02  3.4043948111583261E-02  3.4340135129969987E-02
+  3.4638882822790353E-02  3.4940213328017007E-02  3.5244148975007036E-02
+  3.5550712286156361E-02  3.5859925978568311E-02  3.6171812965736710E-02
+  3.6486396359243549E-02  3.6803699470471407E-02  3.7123745812330133E-02
+  3.7446559100999297E-02  3.7772163257685079E-02  3.8100582410392325E-02
+  3.8431840895712596E-02  3.8765963260626604E-02  3.9102974264323270E-02
+  3.9442898880033633E-02  3.9785762296881425E-02  4.0131589921748770E-02
+  4.0480407381158864E-02  4.0832240523173982E-02  4.1187115419310971E-02
+  4.1545058366472515E-02  4.1906095888894893E-02  4.2270254740113755E-02
+  4.2637561904945304E-02  4.3008044601485940E-02  4.3381730283128361E-02
+  4.3758646640595492E-02  4.4138821603991713E-02  4.4522283344872030E-02
+  4.4909060278328805E-02  4.5299181065097255E-02  4.5692674613678083E-02
+  4.6089570082479242E-02  4.6489896881975870E-02  4.6893684676889064E-02
+  4.7300963388383258E-02  4.7711763196282758E-02  4.8126114541307302E-02
+  4.8544048127326989E-02  4.8965594923636904E-02  4.9390786167250941E-02
+  4.9819653365215558E-02  5.0252228296943979E-02  5.0688543016570067E-02
+  5.1128629855322488E-02  5.1572521423919951E-02  5.2020250614986274E-02
+  5.2471850605487452E-02  5.2927354859188189E-02  5.3386797129131427E-02
+  5.3850211460137881E-02  5.4317632191328014E-02  5.4789093958665380E-02
+  5.5264631697521965E-02  5.5744280645265848E-02  5.6228076343871197E-02
+  5.6716054642550334E-02  5.7208251700409427E-02  5.7704703989126305E-02
+  5.8205448295651677E-02  5.8710521724933892E-02  5.9219961702666787E-02
+  5.9733805978061688E-02  6.0252092626643036E-02  6.0774860053068452E-02
+  6.1302146993972628E-02  6.1833992520836462E-02  6.2370436042880395E-02
+  6.2911517309983178E-02  6.3457276415625236E-02  6.4007753799858208E-02
+  6.4562990252299460E-02  6.5123026915152801E-02  6.5687905286255094E-02
+  6.6257667222149624E-02  6.6832354941185085E-02  6.7412011026641974E-02
+  6.7996678429886437E-02  6.8586400473549941E-02  6.9181220854737602E-02
+  6.9781183648263953E-02  7.0386333309916060E-02  7.0996714679745554E-02
+  7.1612372985388598E-02  7.2233353845414752E-02  7.2859703272704371E-02
+  7.3491467677855721E-02  7.4128693872620943E-02  7.4771429073372170E-02
+  7.5419720904596727E-02  7.6073617402423688E-02  7.6733167018179754E-02
+  7.7398418621976384E-02  7.8069421506327868E-02  7.8746225389800306E-02
+  7.9428880420692322E-02  8.0117437180747098E-02  8.0811946688897712E-02
+  8.1512460405042619E-02  8.2219030233855905E-02  8.2931708528628884E-02
+  8.3650548095145494E-02  8.4375602195590760E-02  8.5106924552493746E-02
+  8.5844569352703126E-02  8.6588591251398644E-02  8.7339045376135543E-02
+  8.8095987330925385E-02  8.8859473200350952E-02  8.9629559553716931E-02
+  9.0406303449236780E-02  9.1189762438255190E-02  9.1979994569506895E-02
+  9.2777058393412520E-02  9.3581012966412025E-02  9.4391917855333268E-02
+  9.5209833141801481E-02  9.6034819426683654E-02  9.6866937834573147E-02
+  9.7706250018312568E-02  9.8552818163554878E-02  9.9406704993364570E-02
+  1.0026797377285865E-01  1.0113668831388628E-01  1.0201291297975015E-01
+  1.0289671268996847E-01  1.0378815292507632E-01  1.0468729973147065E-01
+  1.0559421972629496E-01  1.0650898010236787E-01  1.0743164863315241E-01
+  1.0836229367776901E-01  1.0930098418605216E-01  1.1024778970364901E-01
+  1.1120278037716358E-01  1.1216602695934397E-01  1.1313760081431473E-01
+  1.1411757392285468E-01  1.1510601888771901E-01  1.1610300893900846E-01
+  1.1710861793958380E-01  1.1812292039052677E-01  1.1914599143664939E-01
+  1.2017790687204827E-01  1.2121874314570991E-01  1.2226857736716015E-01
+  1.2332748731216608E-01  1.2439555142848469E-01  1.2547284884166163E-01
+  1.2655945936087964E-01  1.2765546348485707E-01  1.2876094240779812E-01
+  1.2987597802539261E-01  1.3100065294086863E-01  1.3213505047109661E-01
+  1.3327925465274579E-01  1.3443335024849390E-01  1.3559742275328940E-01
+  1.3677155840066912E-01  1.3795584416912790E-01  1.3915036778854495E-01
+  1.4035521774666418E-01  1.4157048329563046E-01  1.4279625445858207E-01
+  1.4403262203629966E-01  1.4527967761391272E-01  1.4653751356766179E-01
+  1.4780622307172184E-01  1.4908590010508099E-01  1.5037663945847973E-01
+  1.5167853674141024E-01  1.5299168838917387E-01  1.5431619167000132E-01
+  1.5565214469223165E-01  1.5699964641155451E-01  1.5835879663831370E-01
+  1.5972969604487297E-01  1.6111244617304588E-01  1.6250714944158817E-01
+  1.6391390915375559E-01  1.6533282950492428E-01  1.6676401559027959E-01
+  1.6820757341256698E-01  1.6966360988991258E-01  1.7113223286370810E-01
+  1.7261355110656562E-01  1.7410767433033725E-01  1.7561471319420646E-01
+  1.7713477931284699E-01  1.7866798526465133E-01  1.8021444460003050E-01
+  1.8177427184978412E-01  1.8334758253354139E-01  1.8493449316827504E-01
+  1.8653512127688832E-01  1.8814958539687426E-01  1.8977800508904902E-01
+  1.9142050094635971E-01  1.9307719460276829E-01  1.9474820874221038E-01
+  1.9643366710762977E-01  1.9813369451009205E-01  1.9984841683797344E-01
+  2.0157796106622944E-01  2.0332245526574211E-01  2.0508202861274727E-01
+  2.0685681139834067E-01  2.0864693503806625E-01  2.1045253208158637E-01
+  2.1227373622243145E-01  2.1411068230783781E-01  2.1596350634866368E-01
+  2.1783234552939057E-01  2.1971733821821449E-01  2.2161862397721577E-01
+  2.2353634357262092E-01  2.2547063898514713E-01  2.2742165342043802E-01
+  2.2938953131958645E-01  2.3137441836974554E-01  2.3337646151483221E-01
+  2.3539580896631929E-01  2.3743261021411838E-01  2.3948701603755862E-01
+  2.4155917851645359E-01  2.4364925104226509E-01  2.4575738832936039E-01
+  2.4788374642636435E-01  2.5002848272760786E-01  2.5219175598467303E-01
+  2.5437372631803451E-01  2.5657455522880190E-01  2.5879440561055850E-01
+  2.6103344176130105E-01  2.6329182939548013E-01  2.6556973565614139E-01
+  2.6786732912717043E-01  2.7018477984563860E-01  2.7252225931425428E-01
+  2.7487994051391934E-01  2.7725799791638905E-01  2.7965660749703886E-01
+  2.8207594674774128E-01  2.8451619468984657E-01  2.8697753188727565E-01
+  2.8946014045971985E-01  2.9196420409595364E-01  2.9448990806725844E-01
+  2.9703743924095738E-01  2.9960698609406533E-01  3.0219873872705072E-01
+  3.0481288887771341E-01  3.0744962993517932E-01  3.1010915695401198E-01
+  3.1279166666843672E-01  3.1549735750669272E-01  3.1822642960549474E-01
+  3.2097908482462290E-01  3.2375552676162822E-01  3.2655596076666438E-01
+  3.2938059395744013E-01  3.3222963523429683E-01  3.3510329529541105E-01
+  3.3800178665212166E-01  3.4092532364438721E-01  3.4387412245636650E-01
+  3.4684840113213244E-01  3.4984837959151260E-01  3.5287427964606199E-01
+  3.5592632501516641E-01  3.5900474134227967E-01  3.6210975621129449E-01
+  3.6524159916304622E-01  3.6840050171195315E-01  3.7158669736279681E-01
+  3.7480042162763183E-01  3.7804191204284410E-01  3.8131140818633891E-01
+  3.8460915169487897E-01  3.8793538628155666E-01  3.9129035775341081E-01
+  3.9467431402918973E-01  3.9808750515725977E-01  4.0153018333364854E-01
+  4.0500260292025170E-01  4.0850502046317394E-01  4.1203769471122431E-01
+  4.1560088663456041E-01  4.1919485944348378E-01  4.2281987860738568E-01
+  4.2647621187384854E-01  4.3016412928789682E-01  4.3388390321140491E-01
+  4.3763580834266547E-01  4.4142012173610568E-01  4.4523712282216821E-01
+  4.4908709342734854E-01  4.5297031779439700E-01  4.5688708260266997E-01
+  4.6083767698865985E-01  4.6482239256667501E-01  4.6884152344968788E-01
+  4.7289536627035222E-01  4.7698422020218112E-01  4.8110838698089464E-01
+  4.8526817092593788E-01  4.8946387896216415E-01  4.9369582064169104E-01
+  4.9796430816593096E-01  5.0226965640778487E-01  5.0661218293402177E-01
+  5.1099220802782297E-01  5.1541005471150703E-01  5.1986604876942832E-01
+  5.2436051877105450E-01  5.2889379609422471E-01  5.3346621494858348E-01
+  5.3807811239919678E-01  5.4272982839034833E-01  5.4742170576952476E-01
+  5.5215409031157303E-01  5.5692733074305234E-01  5.6174177876676690E-01
+  5.6659778908648484E-01  5.7149571943184474E-01  5.7643593058345366E-01
+  5.8141878639816968E-01  5.8644465383457589E-01  5.9151390297864537E-01
+  5.9662690706960175E-01  6.0178404252596396E-01  6.0698568897179439E-01
+  6.1223222926313481E-01  6.1752404951463524E-01  6.2286153912639275E-01
+  6.2824509081096669E-01  6.3367510062060939E-01  6.3915196797468665E-01
+  6.4467609568729389E-01  6.5024788999508587E-01  6.5586776058528939E-01
+  6.6153612062393297E-01  6.6725338678426604E-01  6.7301997927539237E-01
+  6.7883632187109333E-01  6.8470284193887032E-01  6.9061997046917467E-01
+  6.9658814210485853E-01  7.0260779517082228E-01  7.0867937170386708E-01
+  7.1480331748275883E-01  7.2098008205849529E-01  7.2721011878478548E-01
+  7.3349388484872646E-01  7.3983184130169954E-01  7.4622445309046959E-01
+  7.5267218908849043E-01  7.5917552212742367E-01  7.6573492902886464E-01
+  7.7235089063627904E-01  7.7902389184714238E-01  7.8575442164529785E-01
+  7.9254297313351607E-01  7.9939004356627019E-01  8.0629613438271575E-01
+  8.1326175123987876E-01  8.2028740404605771E-01  8.2737360699443374E-01
+  8.3452087859688051E-01  8.4172974171799120E-01  8.4900072360931467E-01
+  8.5633435594378904E-01  8.6373117485038908E-01  8.7119172094898034E-01
+  8.7871653938537309E-01  8.8630617986658233E-01  8.9396119669630592E-01
+  9.0168214881057462E-01  9.0946959981363995E-01  9.1732411801403302E-01
+  9.2524627646084645E-01  9.3323665298019987E-01  9.4129583021190766E-01
+  9.4942439564634551E-01  9.5762294166150652E-01  9.6589206556025875E-01
+  9.7423236960777726E-01  9.8264446106919268E-01  9.9112895224739850E-01
+  9.9968646052106691E-01  1.0083176083828338E+00  1.0170230234776716E+00
+  1.0258033386414487E+00  1.0346591919396453E+00  1.0435912267062675E+00
+  1.0526000915829143E+00  1.0616864405580295E+00  1.0708509330062985E+00
+  1.0800942337282380E+00  1.0894170129899092E+00  1.0988199465628212E+00
+  1.1083037157639686E+00  1.1178690074960127E+00  1.1275165142876340E+00
+  1.1372469343339895E+00  1.1470609715373452E+00  1.1569593355478076E+00
+  1.1669427418042126E+00  1.1770119115751099E+00  1.1871675719998880E+00
+  1.1974104561300081E+00  1.2077413029703306E+00  1.2181608575205667E+00
+  1.2286698708168120E+00  1.2392690999731815E+00  1.2499593082235090E+00
+  1.2607412649631575E+00  1.2716157457908683E+00  1.2825835325506967E+00
+  1.2936454133739939E+00  1.3048021827214527E+00  1.3160546414251688E+00
+  1.3274035967307718E+00  1.3388498623395533E+00  1.3503942584506308E+00
+  1.3620376118031063E+00  1.3737807557182391E+00  1.3856245301416013E+00
+  1.3975697816852080E+00  1.4096173636696285E+00  1.4217681361660537E+00
+  1.4340229660383077E+00  1.4463827269848104E+00  1.4588482995804433E+00
+  1.4714205713183515E+00  1.4841004366516408E+00  1.4968887970349614E+00
+  1.5097865609659604E+00  1.5227946440266242E+00  1.5359139689244290E+00
+  1.5491454655333547E+00  1.5624900709347234E+00  1.5759487294578007E+00
+  1.5895223927202311E+00  1.6032120196682156E+00  1.6170185766164651E+00
+  1.6309430372878535E+00  1.6449863828528395E+00  1.6591496019685494E+00
+  1.6734336908175580E+00  1.6878396531463222E+00  1.7023685003032685E+00
+  1.7170212512764871E+00  1.7317989327310284E+00  1.7467025790457806E+00
+  1.7617332323498931E+00  1.7768919425587342E+00  1.7921797674093489E+00
+  1.8075977724954027E+00  1.8231470313015796E+00  1.8388286252373924E+00
+  1.8546436436704288E+00  1.8705931839589152E+00  1.8866783514836896E+00
+  1.9029002596794209E+00  1.9192600300651650E+00  1.9357587922741351E+00
+  1.9523976840827135E+00  1.9691778514386278E+00  1.9861004484883003E+00
+  2.0031666376032957E+00  2.0203775894058462E+00  2.0377344827934296E+00
+  2.0552385049623343E+00  2.0728908514302109E+00  2.0906927260574961E+00
+  2.1086453410677910E+00  2.1267499170669999E+00  2.1450076830613090E+00
+  2.1634198764738937E+00  2.1819877431603318E+00  2.2007125374226573E+00
+  2.2195955220220229E+00  2.2386379681899169E+00  2.2578411556378670E+00
+  2.2772063725655944E+00  2.2967349156675576E+00  2.3164280901378205E+00
+  2.3362872096732041E+00  2.3563135964746418E+00  2.3765085812466831E+00
+  2.3968735031951010E+00  2.4174097100225049E+00  2.4381185579219178E+00
+  2.4590014115682317E+00  2.4800596441074898E+00  2.5012946371439018E+00
+  2.5227077807245299E+00  2.5443004733215844E+00  2.5660741218121927E+00
+  2.5880301414556302E+00  2.6101699558679163E+00  2.6324949969936160E+00
+  2.6550067050748902E+00  2.6777065286175654E+00  2.7005959243542552E+00
+  2.7236763572043365E+00  2.7469493002307628E+00  2.7704162345935464E+00
+  2.7940786494998768E+00  2.8179380421507059E+00  2.8419959176837208E+00
+  2.8662537891126361E+00  2.8907131772625663E+00  2.9153756107015374E+00
+  2.9402426256678575E+00  2.9653157659933038E+00  2.9905965830220094E+00
+  3.0160866355249079E+00  3.0417874896095078E+00  3.0677007186250753E+00
+  3.0938279030628273E+00  3.1201706304512298E+00  3.1467304952460662E+00
+  3.1735090987152459E+00  3.2005080488181505E+00  3.2277289600793360E+00
+  3.2551734534565018E+00  3.2828431562024729E+00  3.3107397017211175E+00
+  3.3388647294168958E+00  3.3672198845380308E+00  3.3958068180129306E+00
+  3.4246271862798503E+00  3.4536826511094540E+00  3.4829748794201683E+00
+  3.5125055430860703E+00  3.5422763187371800E+00  3.5722888875518111E+00
+  3.6025449350409122E+00  3.6330461508240361E+00  3.6637942283968110E+00
+  3.6947908648896339E+00  3.7260377608173316E+00  3.7575366198195521E+00
+  3.7892891483916546E+00  3.8212970556058226E+00  3.8535620528221015E+00
+  3.8860858533891385E+00  3.9188701723343353E+00  3.9519167260430708E+00
+  3.9852272319268023E+00  4.0188034080796289E+00  4.0526469729230996E+00
+  4.0867596448389243E+00  4.1211431417892053E+00  4.1557991809240020E+00
+  4.1907294781756690E+00  4.2259357478399284E+00  4.2614197021429350E+00
+  4.2971830507943656E+00  4.3332275005258447E+00  4.3695547546145557E+00
+  4.4061665123914482E+00  4.4430644687338212E+00  4.4802503135417959E+00
+  4.5177257311981718E+00  4.5554924000114516E+00  4.5935519916413678E+00
+  4.6319061705066593E+00  4.6705565931744690E+00  4.7095049077310627E+00
+  4.7487527531332123E+00  4.7883017585399497E+00  4.8281535426240190E+00
+  4.8683097128625832E+00  4.9087718648067629E+00  4.9495415813292176E+00
+  4.9906204318495391E+00  5.0320099715366382E+00  5.0737117404877150E+00
+  5.1157272628831318E+00  5.1580580461166701E+00  5.2007055799004860E+00
+  5.2436713353442546E+00  5.2869567640077015E+00  5.3305632969260390E+00
+  5.3744923436075798E+00  5.4187452910027716E+00  5.4633235024441387E+00
+  5.5082283165562309E+00  5.5534610461350358E+00  5.5990229769959576E+00
+  5.6449153667897942E+00  5.6911394437857208E+00  5.7376964056207811E+00
+  5.7845874180147785E+00  5.8318136134500254E+00  5.8793760898150094E+00
+  5.9272759090110423E+00  5.9755140955212571E+00  6.0240916349408362E+00
+  6.0730094724677475E+00  6.1222685113530044E+00  6.1718696113095390E+00
+  6.2218135868787314E+00  6.2721012057536427E+00  6.3227331870580255E+00
+  6.3737101995799730E+00  6.4250328599593658E+00  6.4767017308279300E+00
+  6.5287173189010286E+00  6.5810800730198835E+00  6.6337903821434132E+00
+  6.6868485732883265E+00  6.7402549094165511E+00  6.7940095872687198E+00
+  6.8481127351426601E+00  6.9025644106155610E+00  6.9573645982089118E+00
+  7.0125132069945035E+00  7.0680100681409073E+00  7.1238549323985652E+00
+  7.1800474675226411E+00  7.2365872556321715E+00  7.2934737905042333E+00
+  7.3507064748018376E+00  7.4082846172341927E+00  7.4662074296479677E+00
+  7.5244740240482972E+00  7.5830834095479140E+00  7.6420344892432475E+00
+  7.7013260570159616E+00  7.7609567942585009E+00  7.8209252665221367E+00
+  7.8812299200862874E+00  7.9418690784473256E+00  8.0028409387256456E+00
+  8.0641435679893227E+00  8.1257748994929759E+00  8.1877327288302961E+00
+  8.2500147099985437E+00  8.3126183513738567E+00  8.3755410115953772E+00
+  8.4387798953570314E+00  8.5023320491051244E+00  8.5661943566404659E+00
+  8.6303635346231573E+00  8.6948361279788369E+00  8.7596085052044685E+00
+  8.8246768535724378E+00  8.8900371742311819E+00  8.9556852772009474E+00
+  9.0216167762630199E+00  9.0878270837410291E+00  9.1543114051728125E+00
+  9.2210647338711453E+00  9.2880818453721261E+00  9.3553572917696108E+00
+  9.4228853959342871E+00  9.4906602456159384E+00  9.5586756874276517E+00
+  9.6269253207104519E+00  9.6954024912771573E+00  9.7641002850341572E+00
+  9.8330115214799179E+00  9.9021287470789190E+00  9.9714442285099878E+00
+  1.0040949945788011E+01  1.0110637585257777E+01  1.0180498532459357E+01
+  1.0250523864863681E+01  1.0320704344477921E+01  1.0391030410319797E+01
+  1.0461492170760074E+01  1.0532079395732779E+01  1.0602781508812765E+01
+  1.0673587579160127E+01  1.0744486313331379E+01  1.0815466046957187E+01
+  1.0886514736286628E+01  1.0957619949598353E+01  1.1028768858478639E+01
+  1.1099948228966973E+01  1.1171144412569689E+01  1.1242343337142543E+01
+  1.1313530497642944E+01  1.1384690946753263E+01  1.1455809285376333E+01
+  1.1526869653004720E+01  1.1597855717965874E+01  1.1668750667544430E+01
+  1.1739537197984799E+01  1.1810197504375754E+01  1.1880713270420408E+01
+  1.1951065658094269E+01  1.2021235297194810E+01  1.2091202274786344E+01
+  1.2160946124544090E+01  1.2230445816001801E+01  1.2299679743707753E+01
+  1.2368625716293959E+01  1.2437260945464317E+01  1.2505562034907527E+01
+  1.2573504969140995E+01  1.2641065102292558E+01  1.2708217146827362E+01
+  1.2774935162227518E+01  1.2841192543632758E+01  1.2906962010451071E+01
+  1.2972215594948302E+01  1.3036924630827166E+01  1.3101059741805539E+01
+  1.3164590830205857E+01  1.3227487065566770E+01  1.3289716873290264E+01
+  1.3351247923336665E+01  1.3412047118982102E+01  1.3472080585652876E+01
+  1.3531313659852017E+01  1.3589710878194811E+01  1.3647235966570051E+01
+  1.3703851829445224E+01  1.3759520539334801E+01  1.3814203326451036E+01
+  1.3867860568558864E+01  1.3920451781056194E+01  1.3971935607303209E+01
+  1.4022269809224046E+01  1.4071411258206883E+01  1.4119315926328049E+01
+  1.4165938877928316E+01  1.4211234261569913E+01  1.4255155302404539E+01
+  1.4297654294983786E+01  1.4338682596544690E+01  1.4378190620804908E+01
+  1.4416127832303058E+01  1.4452442741321384E+01  1.4487082899429627E+01
+  1.4519994895690338E+01  1.4551124353567772E+01  1.4580415928583790E+01
+  1.4607813306766332E+01  1.4633259203937634E+01  1.4656695365891075E+01
+  1.4678062569507603E+01  1.4697300624864610E+01  1.4714348378391740E+01
+  1.4729143717130846E+01  1.4741623574158460E+01  1.4751723935232114E+01
+  1.4759379846723462E+01  1.4764525424903660E+01  1.4767093866648459E+01
+  1.4767017461633060E+01  1.4764227606088909E+01  1.4758654818197392E+01
+  1.4750228755196943E+01  1.4738878232284023E+01  1.4724531243389436E+01
+  1.4707114983915105E+01  1.4686555875518600E+01  1.4662779593035573E+01
+  1.4635711093632601E+01  1.4605274648286176E+01  1.4571393875686105E+01
+  1.4533991778664259E+01  1.4492990783252843E+01  1.4448312780478666E+01
+  1.4399879171003455E+01  1.4347610912722558E+01  1.4291428571437692E+01
+  1.4231252374722175E+01  1.4167002269100209E+01  1.4098597980664138E+01
+  1.4025959079257795E+01  1.3949005046355381E+01  1.3867655346769610E+01
+  1.3781829504324968E+01  1.3691447181635027E+01  1.3596428264126089E+01
+  1.3496692948450914E+01  1.3392161835440369E+01  1.3282756027743034E+01
+  1.3168397232304905E+01  1.3049007867844495E+01  1.2924511177480511E+01
+  1.2794831346671785E+01  1.2659893626631060E+01  1.2519624463376381E+01
+  1.2373951632585253E+01  1.2222804380418587E+01  1.2066113570482472E+01
+  1.1903811837097223E+01  1.1735833745043379E+01  1.1562115955955349E+01
+  1.1382597401532898E+01  1.1197219463740886E+01  1.1005926162166496E+01
+  1.0808664348702294E+01  1.0605383909720992E+01  1.0396037975906765E+01
+  1.0180583139903248E+01  9.9589796819361140E+00  9.7311918035627372E+00
+  9.4971878696963046E+00  9.2569406590455188E+00  9.0104276231037232E+00
+  8.7576311538128451E+00  8.4985388600170708E+00  8.2331438528114518E+00
+  7.9614450398773400E+00  7.6834474288819052E+00  7.3991624400040976E+00
+  7.1086082276309597E+00  6.8118100112482480E+00  6.5088004155275385E+00
+  6.1996198195867223E+00  5.8843167153740268E+00  5.5629480750951572E+00
+  5.2355797275695366E+00  4.9022867433653659E+00  4.5631538285220117E+00
+  4.2182757266241779E+00  3.8677576289436004E+00  3.5117155923097201E+00
+  3.1502769643137185E+00  2.7835808153845321E+00  2.4117783772082930E+00
+  2.0350334868841742E+00  1.6535230361294637E+00  1.2674374247553288E+00
+  8.7698101753907309E-01  4.8237260351254463E-01  8.3845856572843047E-02
+ -3.1835020380174228E-01 -7.2395075307937162E-01 -1.1326747049390349E+00
+ -1.5442242589171258E+00 -1.9582844542479378E+00 -2.3745227318866213E+00
+ -2.7925885068922014E+00 -3.2121127535535479E+00 -3.6327076058547334E+00
+ -4.0539659761109661E+00 -4.4754611948493945E+00 -4.8967466752732207E+00
+ -5.3173556059228986E+00 -5.7368006754442078E+00 -6.1545738336820293E+00
+ -6.5701460936476579E+00 -6.9829673792524574E+00 -7.3924664240633646E+00
+ -7.7980507267167027E+00 -8.1991065690248703E+00 -8.5949991032264919E+00
+ -8.9850725152641360E+00 -9.3686502714235402E+00 -9.7450354561366694E+00
+ -1.0113511209232378E+01 -1.0473341271418292E+01 -1.0823770647290267E+01
+ -1.1164026395692304E+01 -1.1493318557789170E+01 -1.1810841233766102E+01
+ -1.2115773819630288E+01 -1.2407282416160896E+01 -1.2684521422634706E+01
+ -1.2946635328542399E+01 -1.3192760717105489E+01 -1.3422028495008593E+01
+ -1.3633566363372967E+01 -1.3826501545617969E+01 -1.3999963788492135E+01
+ -1.4153088653204136E+01 -1.4285021114253841E+01 -1.4394919484264580E+01
+ -1.4481959683852423E+01 -1.4545339876357847E+01 -1.4584285488117583E+01
+ -1.4598054635896423E+01 -1.4585943984150392E+01 -1.4547295055988508E+01
+ -1.4481501023073006E+01 -1.4388014001297849E+01 -1.4266352880961557E+01
+ -1.4116111722368087E+01 -1.3936968750426589E+01 -1.3728695984959240E+01
+ -1.3491169547173850E+01 -1.3224380687232912E+01 -1.2928447583184354E+01
+ -1.2603627967875049E+01 -1.2250332648016592E+01 -1.1869139988525355E+01
+ -1.1460811445823984E+01 -1.1026308246250055E+01 -1.0566809320318665E+01
+ -1.0083730620675308E+01 -9.5787459714678462E+00 -9.0538096199581908E+00
+ -8.5111806878849876E+00 -7.9534497508206110E+00 -7.3835678090145578E+00
+ -6.8048779534907062E+00 -6.2211500770012007E+00 -5.6366190314079372E+00
+ -5.0560266917599677E+00 -4.4846684533960062E+00 -3.9284447624783301E+00
+ -3.3939183631547807E+00 -2.8883780368032075E+00 -2.4198892496715732E+00
+ -1.9983184437750869E+00 -1.6226060411845673E+00 -1.2920421746389421E+00
+ -1.0054952127687438E+00 -7.6139536009917141E-01 -5.5772351893429906E-01
+ -3.9200676043766891E-01 -2.6132195557475557E-01 -1.6230935163340243E-01
+ -9.1198139904383524E-02 -4.3846358463922201E-02 -1.5797806877054725E-02
+ -2.3590266361485975E-03  1.3001760818265808E-03  0.0000000000000000E+00
+===== TPROJECTOR 3 =====   [tp(r)=TPROJECTOR(r)/r*Ylm(th,ph)]
+ 2  : radial mesh index
+  0.0000000000000000E+00  1.9880764051470109E-15  8.0212059760878818E-15
+  1.8204307250133327E-14  3.2644420522256798E-14  5.1450747282681107E-14
+  7.4734690361743189E-14  1.0260989479449796E-13  1.3519228941775861E-13
+  1.7260012921251919E-13  2.1495403840483024E-13  2.6237705433860190E-13
+  3.1499467213382486E-13  3.7293489014417916E-13  4.3632825622800456E-13
+  5.0530791484701250E-13  5.8000965500736275E-13  6.6057195905788539E-13
+  7.4713605236049319E-13  8.3984595384841972E-13  9.3884852748742070E-13
+  1.0442935346564588E-12  1.1563336874634085E-12  1.2751247030128903E-12
+  1.4008253586423501E-12  1.5335975481439885E-12  1.6736063389895999E-12
+  1.8210200305758111E-12  1.9760102135082014E-12  2.1387518299419156E-12
+  2.3094232349979813E-12  2.4882062592736558E-12  2.6752862724667156E-12
+  2.8708522481323729E-12  3.0750968295939950E-12  3.2882163970263183E-12
+  3.5104111357332986E-12  3.7418851056405801E-12  3.9828463120245295E-12
+  4.2335067774986828E-12  4.4940826152814825E-12  4.7647941037651701E-12
+  5.0458657624113888E-12  5.3375264289950107E-12  5.6400093382205070E-12
+  5.9535522017353077E-12  6.2783972895629739E-12  6.6147915129842932E-12
+  6.9629865088887435E-12  7.3232387256227861E-12  7.6958095103627598E-12
+  8.0809651980376328E-12  8.4789772018288611E-12  8.8901221052762674E-12
+  9.3146817560163264E-12  9.7529433611833621E-12  1.0205199584501318E-11
+  1.0671748645095947E-11  1.1152894418060012E-11  1.1648946536797311E-11
+  1.2160220497182026E-11  1.2687037763561519E-11  1.3229725876637125E-11
+  1.3788618563254076E-11  1.4364055848135963E-11  1.4956384167595176E-11
+  1.5565956485258546E-11  1.6193132409836079E-11  1.6838278314978016E-11
+  1.7501767461246873E-11  1.8183980120251280E-11  1.8885303700972240E-11
+  1.9606132878319985E-11  2.0346869723970039E-11  2.1107923839505489E-11
+  2.1889712491914048E-11  2.2692660751480321E-11  2.3517201632110612E-11
+  2.4363776234141604E-11  2.5232833889664750E-11  2.6124832310420915E-11
+  2.7040237738306601E-11  2.7979525098531018E-11  2.8943178155485267E-11
+  2.9931689671353149E-11  3.0945561567529371E-11  3.1985305088876746E-11
+  3.3051440970886554E-11  3.4144499609788510E-11  3.5265021235652867E-11
+  3.6413556088553237E-11  3.7590664597830963E-11  3.8796917564519143E-11
+  4.0032896346983760E-11  4.1299193049836173E-11  4.2596410716172046E-11
+  4.3925163523202177E-11  4.5286076981324604E-11  4.6679788136703837E-11
+  4.8106945777424177E-11  4.9568210643262332E-11  5.1064255639163593E-11
+  5.2595766052473317E-11  5.4163439773989847E-11  5.5767987522909791E-11
+  5.7410133075736635E-11  5.9090613499204273E-11  6.0810179387323019E-11
+  6.2569595102563613E-11  6.4369639021315344E-11  6.6211103783642627E-11
+  6.8094796547435132E-11  7.0021539247040628E-11  7.1992168856425880E-11
+  7.4007537656980904E-11  7.6068513510026967E-11  7.8175980134100079E-11
+  8.0330837387136909E-11  8.2534001553594038E-11  8.4786405636617571E-11
+  8.7088999655363984E-11  8.9442750947517298E-11  9.1848644477138396E-11
+  9.4307683147923864E-11  9.6820888121954317E-11  9.9389299144045627E-11
+  1.0201397487179698E-10  1.0469599321143661E-10  1.0743645165956256E-10
+  1.1023646765087059E-10  1.1309717891200879E-10  1.1601974382161633E-10
+  1.1900534177671257E-10  1.2205517356547909E-10  1.2517046174660864E-10
+  1.2835245103531045E-10  1.3160240869606751E-10  1.3492162494230285E-10
+  1.3831141334304562E-10  1.4177311123673135E-10  1.4530808015226737E-10
+  1.4891770623746949E-10  1.5260340069501875E-10  1.5636660022605967E-10
+  1.6020876748157176E-10  1.6413139152167602E-10  1.6813598828293794E-10
+  1.7222410105393146E-10  1.7639730095909537E-10  1.8065718745105811E-10
+  1.8500538881162470E-10  1.8944356266153311E-10  1.9397339647910547E-10
+  1.9859660812804078E-10  2.0331494639441315E-10  2.0813019153309409E-10
+  2.1304415582373527E-10  2.1805868413650208E-10  2.2317565450769617E-10
+  2.2839697872547471E-10  2.3372460292581947E-10  2.3916050819893677E-10
+  2.4470671120626865E-10  2.5036526480833153E-10  2.5613825870350834E-10
+  2.6202782007805962E-10  2.6803611426747310E-10  2.7416534542942450E-10
+  2.8041775722847893E-10  2.8679563353280051E-10  2.9330129912306314E-10
+  2.9993712041371386E-10  3.0670550618689655E-10  3.1360890833923838E-10
+  3.2064982264162719E-10  3.2783078951232466E-10  3.3515439480362697E-10
+  3.4262327060222418E-10  3.5024009604357900E-10  3.5800759814060944E-10
+  3.6592855262674249E-10  3.7400578481379924E-10  3.8224217046488064E-10
+  3.9064063668244291E-10  3.9920416281198969E-10  4.0793578136147142E-10
+  4.1683857893684530E-10  4.2591569719391353E-10  4.3517033380684982E-10
+  4.4460574345362270E-10  4.5422523881864834E-10  4.6403219161298222E-10
+  4.7403003361230797E-10  4.8422225771310963E-10  4.9461241900720401E-10
+  5.0520413587520578E-10  5.1600109109892430E-10  5.2700703299329742E-10
+  5.3822577655808868E-10  5.4966120464968243E-10  5.6131726917331241E-10
+  5.7319799229623910E-10  5.8530746768194174E-10  5.9764986174600136E-10
+  6.1022941493388526E-10  6.2305044302098347E-10  6.3611733843541291E-10
+  6.4943457160393339E-10  6.6300669232128811E-10  6.7683833114347878E-10
+  6.9093420080545917E-10  7.0529909766342338E-10  7.1993790316238350E-10
+  7.3485558532934740E-10  7.5005720029250237E-10  7.6554789382701978E-10
+  7.8133290292769496E-10  7.9741755740926351E-10  8.1380728153430949E-10
+  8.3050759566996418E-10  8.4752411797322183E-10  8.6486256610579014E-10
+  8.8252875897890024E-10  9.0052861852842289E-10  9.1886817152111584E-10
+  9.3755355139229844E-10  9.5659100011558134E-10  9.7598687010524961E-10
+  9.9574762615180916E-10  1.0158798473913604E-09  1.0363902293091546E-09
+  1.0572855857783983E-09  1.0785728511343022E-09  1.1002590822844718E-09
+  1.1223514608561324E-09  1.1448572953806734E-09  1.1677840235164438E-09
+  1.1911392143102000E-09  1.2149305704979447E-09  1.2391659308461543E-09
+  1.2638532725335277E-09  1.2890007135743596E-09  1.3146165152842108E-09
+  1.3407090847886622E-09  1.3672869775755352E-09  1.3943589000918998E-09
+  1.4219337123861336E-09  1.4500204307962145E-09  1.4786282306847766E-09
+  1.5077664492218060E-09  1.5374445882159896E-09  1.5676723169953736E-09
+  1.5984594753379967E-09  1.6298160764540287E-09  1.6617523100195011E-09
+  1.6942785452631083E-09  1.7274053341068705E-09  1.7611434143611450E-09
+  1.7955037129759961E-09  1.8304973493484836E-09  1.8661356386880658E-09
+  1.9024300954405425E-09  1.9393924367715773E-09  1.9770345861110146E-09
+  2.0153686767587186E-09  2.0544070555537812E-09  2.0941622866069591E-09
+  2.1346471550986753E-09  2.1758746711429082E-09  2.2178580737185308E-09
+  2.2606108346692405E-09  2.3041466627725342E-09  2.3484795078807089E-09
+  2.3936235651328807E-09  2.4395932792409220E-09  2.4864033488501605E-09
+  2.5340687309755740E-09  2.5826046455157761E-09  2.6320265798449869E-09
+  2.6823502934859428E-09  2.7335918228629934E-09  2.7857674861391094E-09
+  2.8388938881362563E-09  2.8929879253419752E-09  2.9480667910030282E-09
+  3.0041479803076441E-09  3.0612492956580770E-09  3.1193888520350003E-09
+  3.1785850824551927E-09  3.2388567435246746E-09  3.3002229210878382E-09
+  3.3627030359753489E-09  3.4263168498524558E-09  3.4910844711684151E-09
+  3.5570263612099005E-09  3.6241633402598956E-09  3.6925165938634913E-09
+  3.7621076792032000E-09  3.8329585315845354E-09  3.9050914710357401E-09
+  3.9785292090207281E-09  4.0532948552703693E-09  4.1294119247320740E-09
+  4.2069043446402387E-09  4.2857964617099144E-09  4.3661130494557893E-09
+  4.4478793156382713E-09  4.5311209098398840E-09  4.6158639311723157E-09
+  4.7021349361188544E-09  4.7899609465126100E-09  4.8793694576536910E-09
+  4.9703884465680034E-09  5.0630463804091895E-09  5.1573722250074258E-09
+  5.2533954535661364E-09  5.3511460555116099E-09  5.4506545454943821E-09
+  5.5519519725495592E-09  5.6550699294148643E-09  5.7600405620118591E-09
+  5.8668965790912670E-09  5.9756712620470430E-09  6.0863984749005538E-09
+  6.1991126744589583E-09  6.3138489206498602E-09  6.4306428870361683E-09
+  6.5495308715136510E-09  6.6705498071949512E-09  6.7937372734826841E-09
+  6.9191315073349012E-09  7.0467714147276771E-09  7.1766965823157185E-09
+  7.3089472892967759E-09  7.4435645194820685E-09  7.5805899735768024E-09
+  7.7200660816748163E-09  7.8620360159693333E-09  8.0065437036861504E-09
+  8.1536338402410535E-09  8.3033519026269086E-09  8.4557441630320553E-09
+  8.6108577026976505E-09  8.7687404260141344E-09  8.9294410748649972E-09
+  9.0930092432173270E-09  9.2594953919688798E-09  9.4289508640516823E-09
+  9.6014278997992600E-09  9.7769796525798619E-09  9.9556602047034573E-09
+  1.0137524583604285E-08  1.0322628778304513E-08  1.0511029756165213E-08
+  1.0702785479928248E-08  1.0897954925054179E-08  1.1096598097362402E-08
+  1.1298776050977208E-08  1.1504550906587399E-08  1.1713985870022373E-08
+  1.1927145251149653E-08  1.2144094483105934E-08  1.2364900141857117E-08
+  1.2589629966101396E-08  1.2818352877518835E-08  1.3051139001371022E-08
+  1.3288059687461143E-08  1.3529187531456233E-08  1.3774596396582680E-08
+  1.4024361435697958E-08  1.4278559113744478E-08  1.4537267230597064E-08
+  1.4800564944305334E-08  1.5068532794740939E-08  1.5341252727656441E-08
+  1.5618808119161125E-08  1.5901283800624798E-08  1.6188766084012260E-08
+  1.6481342787659200E-08  1.6779103262496073E-08  1.7082138418729789E-08
+  1.7390540752984936E-08  1.7704404375921670E-08  1.8023825040331103E-08
+  1.8348900169718806E-08  1.8679728887389189E-08  1.9016412046028593E-08
+  1.9359052257809878E-08  1.9707753925015473E-08  2.0062623271195807E-08
+  2.0423768372866673E-08  2.0791299191761205E-08  2.1165327607638387E-08
+  2.1545967451666657E-08  2.1933334540382406E-08  2.2327546710243423E-08
+  2.2728723852781531E-08  2.3136987950364693E-08  2.3552463112585095E-08
+  2.3975275613273009E-08  2.4405553928160506E-08  2.4843428773197850E-08
+  2.5289033143532717E-08  2.5742502353174068E-08  2.6203974075336254E-08
+  2.6673588383493474E-08  2.7151487793142871E-08  2.7637817304291127E-08
+  2.8132724444689143E-08  2.8636359313805234E-08  2.9148874627574947E-08
+  2.9670425763920066E-08  3.0201170809064293E-08  3.0741270604648716E-08
+  3.1290888795671393E-08  3.1850191879258946E-08  3.2419349254280915E-08
+  3.2998533271835303E-08  3.3587919286602439E-08  3.4187685709098751E-08
+  3.4798014058835196E-08  3.5419089018399309E-08  3.6051098488477675E-08
+  3.6694233643837084E-08  3.7348688990274139E-08  3.8014662422560873E-08
+  3.8692355283388813E-08  3.9381972423346894E-08  4.0083722261933247E-08
+  4.0797816849637799E-08  4.1524471931088781E-08  4.2263907009314670E-08
+  4.3016345411104900E-08  4.3782014353520423E-08  4.4561145011555211E-08
+  4.5353972586970832E-08  4.6160736378330714E-08  4.6981679852253453E-08
+  4.7817050715894195E-08  4.8667100990701865E-08  4.9532087087446061E-08
+  5.0412269882546211E-08  5.1307914795739588E-08  5.2219291869088192E-08
+  5.3146675847357988E-08  5.4090346259807267E-08  5.5050587503379801E-08
+  5.6027688927356913E-08  5.7021944919471762E-08  5.8033654993527809E-08
+  5.9063123878531330E-08  6.0110661609380426E-08  6.1176583619126889E-08
+  6.2261210832837653E-08  6.3364869763094523E-08  6.4487892607145918E-08
+  6.5630617345755859E-08  6.6793387843759253E-08  6.7976553952372314E-08
+  6.9180471613283607E-08  7.0405502964541122E-08  7.1652016448291503E-08
+  7.2920386920388083E-08  7.4210995761898827E-08  7.5524230992558550E-08
+  7.6860487386188269E-08  7.8220166588118694E-08  7.9603677234661911E-08
+  8.1011435074646830E-08  8.2443863093074415E-08  8.3901391636926709E-08
+  8.5384458543145530E-08  8.6893509268849584E-08  8.8428997023809229E-08
+  8.9991382905216895E-08  9.1581136034813446E-08  9.3198733698383149E-08
+  9.4844661487672802E-08  9.6519413444795829E-08  9.8223492209112612E-08
+  9.9957409166698613E-08  1.0172168460237723E-07  1.0351684785441886E-07
+  1.0534343747191031E-07  1.0720200137487283E-07  1.0909309701714578E-07
+  1.1101729155211773E-07  1.1297516200132603E-07  1.1496729542598610E-07
+  1.1699428910149824E-07  1.1905675069500314E-07  1.2115529844600006E-07
+  1.2329056135011176E-07  1.2546317934605142E-07  1.2767380350581473E-07
+  1.2992309622821066E-07  1.3221173143571729E-07  1.3454039477478052E-07
+  1.3690978381958681E-07  1.3932060827938118E-07  1.4177359020936918E-07
+  1.4426946422531060E-07  1.4680897772181146E-07  1.4939289109443170E-07
+  1.5202197796564965E-07  1.5469702541471764E-07  1.5741883421157437E-07
+  1.6018821905474986E-07  1.6300600881346643E-07  1.6587304677389864E-07
+  1.6879019088973751E-07  1.7175831403710017E-07  1.7477830427385218E-07
+  1.7785106510347661E-07  1.8097751574348294E-07  1.8415859139849809E-07
+  1.8739524353808109E-07  1.9068844017943483E-07  1.9403916617491334E-07
+  1.9744842350463016E-07  2.0091723157407326E-07  2.0444662751696316E-07
+  2.0803766650328250E-07  2.1169142205274213E-07  2.1540898635364321E-07
+  2.1919147058728146E-07  2.2304000525800953E-07  2.2695574052901474E-07
+  2.3093984656392677E-07  2.3499351387437321E-07  2.3911795367356798E-07
+  2.4331439823602059E-07  2.4758410126353545E-07  2.5192833825753874E-07
+  2.5634840689786724E-07  2.6084562742817121E-07  2.6542134304794985E-07
+  2.7007692031149678E-07  2.7481374953366755E-07  2.7963324520272647E-07
+  2.8453684640045169E-07  2.8952601722939699E-07  2.9460224724769345E-07
+  2.9976705191129812E-07  3.0502197302403559E-07  3.1036857919538549E-07
+  3.1580846630621428E-07  3.2134325798264276E-07  3.2697460607811973E-07
+  3.3270419116386426E-07  3.3853372302783616E-07  3.4446494118236660E-07
+  3.5049961538059890E-07  3.5663954614195154E-07  3.6288656528660500E-07
+  3.6924253647937870E-07  3.7570935578300240E-07  3.8228895222096170E-07
+  3.8898328835023256E-07  3.9579436084383403E-07  4.0272420108357768E-07
+  4.0977487576308446E-07  4.1694848750130952E-07  4.2424717546664800E-07
+  4.3167311601197337E-07  4.3922852332063028E-07  4.4691565006368944E-07
+  4.5473678806858490E-07  4.6269426899944598E-07  4.7079046504909794E-07
+  4.7902778964321225E-07  4.8740869815665237E-07  4.9593568864221885E-07
+  5.0461130257209762E-07  5.1343812559215962E-07  5.2241878828940197E-07
+  5.3155596697262661E-07  5.4085238446678360E-07  5.5031081092107272E-07
+  5.5993406463098368E-07  5.6972501287484116E-07  5.7968657276458777E-07
+  5.8982171211159240E-07  6.0013345030733975E-07  6.1062485921952055E-07
+  6.2129906410351767E-07  6.3215924453002835E-07  6.4320863532838030E-07
+  6.5445052754660491E-07  6.6588826942801650E-07  6.7752526740465743E-07
+  6.8936498710824304E-07  7.0141095439844483E-07  7.1366675640910479E-07
+  7.2613604261267577E-07  7.3882252590302648E-07  7.5172998369716864E-07
+  7.6486225905604782E-07  7.7822326182480840E-07  7.9181696979288935E-07
+  8.0564742987419524E-07  8.1971875930788804E-07  8.3403514687983768E-07
+  8.4860085416554893E-07  8.6342021679431439E-07  8.7849764573578498E-07
+  8.9383762860839490E-07  9.0944473101082548E-07  9.2532359787651351E-07
+  9.4147895485165870E-07  9.5791560969709197E-07  9.7463845371472576E-07
+  9.9165246319838825E-07  1.0089627009102256E-06  1.0265743175826131E-06
+  1.0444925534459306E-06  1.0627227397832385E-06  1.0812703005116778E-06
+  1.1001407537914629E-06  1.1193397136626533E-06  1.1388728917106429E-06
+  1.1587460987601432E-06  1.1789652465990467E-06  1.1995363497318866E-06
+  1.2204655271637853E-06  1.2417590042155488E-06  1.2634231143701386E-06
+  1.2854643011511653E-06  1.3078891200341885E-06  1.3307042403909791E-06
+  1.3539164474676049E-06  1.3775326443970797E-06  1.4015598542464962E-06
+  1.4260052221002151E-06  1.4508760171788462E-06  1.4761796349951756E-06
+  1.5019235995475580E-06  1.5281155655512643E-06  1.5547633207085814E-06
+  1.5818747880186064E-06  1.6094580281266626E-06  1.6375212417148459E-06
+  1.6660727719339902E-06  1.6951211068779206E-06  1.7246748821003581E-06
+  1.7547428831759645E-06  1.7853340483055935E-06  1.8164574709666259E-06
+  1.8481224026097935E-06  1.8803382554021661E-06  1.9131146050184169E-06
+  1.9464611934799467E-06  1.9803879320438543E-06  2.0149049041416196E-06
+  2.0500223683688961E-06  2.0857507615274368E-06  2.1221007017195429E-06
+  2.1590829914963834E-06  2.1967086210607707E-06  2.2349887715258717E-06
+  2.2739348182302721E-06  2.3135583341103612E-06  2.3538710931317133E-06
+  2.3948850737798646E-06  2.4366124626112450E-06  2.4790656578664905E-06
+  2.5222572731459458E-06  2.5662001411490830E-06  2.6109073174788790E-06
+  2.6563920845122116E-06  2.7026679553373096E-06  2.7497486777597974E-06
+  2.7976482383779579E-06  2.8463808667288191E-06  2.8959610395066165E-06
+  2.9464034848534880E-06  2.9977231867258523E-06  3.0499353893355103E-06
+  3.1030556016683354E-06  3.1570996020814251E-06  3.2120834429800116E-06
+  3.2680234555749066E-06  3.3249362547236005E-06  3.3828387438544081E-06
+  3.4417481199764521E-06  3.5016818787768922E-06  3.5626578198058716E-06
+  3.6246940517519585E-06  3.6878089978089393E-06  3.7520214011360685E-06
+  3.8173503304124010E-06  3.8838151854878871E-06  3.9514357031328821E-06
+  4.0202319628863630E-06  4.0902243930070805E-06  4.1614337765262609E-06
+  4.2338812574068006E-06  4.3075883468084590E-06  4.3825769294620910E-06
+  4.4588692701542027E-06  4.5364880203241882E-06  4.6154562247762139E-06
+  4.6957973285066236E-06  4.7775351836513436E-06  4.8606940565520905E-06
+  4.9452986349461687E-06  5.0313740352813341E-06  5.1189458101556916E-06
+  5.2080399558890112E-06  5.2986829202240517E-06  5.3909016101607406E-06
+  5.4847233999284041E-06  5.5801761390939710E-06  5.6772881608124690E-06
+  5.7760882902191174E-06  5.8766058529686485E-06  5.9788706839211179E-06
+  6.0829131359794798E-06  6.1887640890794572E-06  6.2964549593362852E-06
+  6.4060177083490170E-06  6.5174848526676030E-06  6.6308894734217230E-06
+  6.7462652261193994E-06  6.8636463506132167E-06  6.9830676812407209E-06
+  7.1045646571397525E-06  7.2281733327432349E-06  7.3539303884553799E-06
+  7.4818731415132446E-06  7.6120395570361958E-06  7.7444682592679024E-06
+  7.8791985430118671E-06  8.0162703852655459E-06  8.1557244570571703E-06
+  8.2976021354858935E-06  8.4419455159724993E-06  8.5887974247198889E-06
+  8.7382014313930041E-06  8.8902018620150113E-06  9.0448438120896037E-06
+  9.2021731599480682E-06  9.3622365803299278E-06  9.5250815581985605E-06
+  9.6907564027940702E-06  9.8593102619325566E-06  1.0030793136550686E-05
+  1.0205255895503338E-05  1.0382750290617868E-05  1.0563328972007965E-05
+  1.0747045503654149E-05  1.0933954379252590E-05  1.1124111038339951E-05
+  1.1317571882696054E-05  1.1514394293031124E-05  1.1714636645963090E-05
+  1.1918358331286882E-05  1.2125619769543837E-05  1.2336482429895139E-05
+  1.2551008848304341E-05  1.2769262646036424E-05  1.2991308548473355E-05
+  1.3217212404259162E-05  1.3447041204774251E-05  1.3680863103946842E-05
+  1.3918747438408624E-05  1.4160764747997828E-05  1.4406986796616307E-05
+  1.4657486593451244E-05  1.4912338414558836E-05  1.5171617824826031E-05
+  1.5435401700308681E-05  1.5703768250958572E-05  1.5976797043741765E-05
+  1.6254569026158611E-05  1.6537166550168406E-05  1.6824673396528375E-05
+  1.7117174799557179E-05  1.7414757472318921E-05  1.7717509632250605E-05
+  1.8025521027226803E-05  1.8338882962078184E-05  1.8657688325567321E-05
+  1.8982031617831223E-05  1.9312008978295992E-05  1.9647718214076801E-05
+  1.9989258828868316E-05  2.0336732052330701E-05  2.0690240869988184E-05
+  2.1049890053640539E-05  2.1415786192300790E-05  2.1788037723670598E-05
+  2.2166754966150001E-05  2.2552050151413560E-05  2.2944037457535245E-05
+  2.3342833042694441E-05  2.3748555079460613E-05  2.4161323789669858E-05
+  2.4581261479900700E-05  2.5008492577569626E-05  2.5443143667640617E-05
+  2.5885343529972732E-05  2.6335223177313738E-05  2.6792915893944064E-05
+  2.7258557274988439E-05  2.7732285266411640E-05  2.8214240205694339E-05
+  2.8704564863218203E-05  2.9203404484357044E-05  2.9710906832301784E-05
+  3.0227222231618159E-05  3.0752503612552580E-05  3.1286906556109863E-05
+  3.1830589339899221E-05  3.2383712984771651E-05  3.2946441302266268E-05
+  3.3518940942867073E-05  3.4101381445089644E-05  3.4693935285422740E-05
+  3.5296777929116052E-05  3.5910087881850960E-05  3.6534046742299321E-05
+  3.7168839255583419E-05  3.7814653367656000E-05  3.8471680280617453E-05
+  3.9140114508987166E-05  3.9820153936927626E-05  4.0511999876475004E-05
+  4.1215857126748372E-05  4.1931934034193497E-05  4.2660442553846842E-05
+  4.3401598311666609E-05  4.4155620667919363E-05  4.4922732781664830E-05
+  4.5703161676348232E-05  4.6497138306508070E-05  4.7304897625641330E-05
+  4.8126678655222222E-05  4.8962724554912558E-05  4.9813282693969361E-05
+  5.0678604723881150E-05  5.1558946652251932E-05  5.2454568917939549E-05
+  5.3365736467493667E-05  5.4292718832897599E-05  5.5235790210638517E-05
+  5.6195229542138626E-05  5.7171320595554192E-05  5.8164352048983668E-05
+  5.9174617575090012E-05  6.0202415927169907E-05  6.1248051026709530E-05
+  6.2311832052414144E-05  6.3394073530777329E-05  6.4495095428189004E-05
+  6.5615223244611898E-05  6.6754788108871259E-05  6.7914126875554117E-05
+  6.9093582223577304E-05  7.0293502756420709E-05  7.1514243104086320E-05
+  7.2756164026778440E-05  7.4019632520361795E-05  7.5305021923615306E-05
+  7.6612712027304350E-05  7.7943089185117064E-05  7.9296546426481205E-05
+  8.0673483571312962E-05  8.2074307346695390E-05  8.3499431505560106E-05
+  8.4949276947379759E-05  8.6424271840896850E-05  8.7924851748959592E-05
+  8.9451459755448225E-05  9.1004546594384458E-05  9.2584570781200604E-05
+  9.4191998746259029E-05  9.5827304970610942E-05  9.7490972124071932E-05
+  9.9183491205619246E-05  1.0090536168617924E-04  1.0265709165381414E-04
+  1.0443919796137157E-04  1.0625220637662976E-04  1.0809665173496713E-04
+  1.0997307809462506E-04  1.1188203889456165E-04  1.1382409711500601E-04
+  1.1579982544067258E-04  1.1780980642676968E-04  1.1985463266776079E-04
+  1.2193490696898226E-04  1.2405124252116428E-04  1.2620426307783709E-04
+  1.2839460313577832E-04  1.3062290811841976E-04  1.3288983456238108E-04
+  1.3519605030711169E-04  1.3754223468771237E-04  1.3992907873096335E-04
+  1.4235728535466765E-04  1.4482756957029261E-04  1.4734065868902271E-04
+  1.4989729253121991E-04  1.5249822363941953E-04  1.5514421749482810E-04
+  1.5783605273746924E-04  1.6057452138995619E-04  1.6336042908501858E-04
+  1.6619459529678511E-04  1.6907785357590194E-04  1.7201105178859247E-04
+  1.7499505235960721E-04  1.7803073251927527E-04  1.8111898455456794E-04
+  1.8426071606439008E-04  1.8745685021899966E-04  1.9070832602378280E-04
+  1.9401609858734085E-04  1.9738113939397599E-04  2.0080443658070928E-04
+  2.0428699521879808E-04  2.0782983759990085E-04  2.1143400352693117E-04
+  2.1510055060968106E-04  2.1883055456525230E-04  2.2262510952345137E-04
+  2.2648532833710694E-04  2.3041234289750904E-04  2.3440730445492734E-04
+  2.3847138394437681E-04  2.4260577231669563E-04  2.4681168087492273E-04
+  2.5109034161620905E-04  2.5544300757920484E-04  2.5987095319709243E-04
+  2.6437547465629286E-04  2.6895789026097242E-04  2.7361954080339844E-04
+  2.7836178994028173E-04  2.8318602457509613E-04  2.8809365524656182E-04
+  2.9308611652337853E-04  2.9816486740517092E-04  3.0333139172990123E-04
+  3.0858719858776313E-04  3.1393382274157552E-04  3.1937282505395978E-04
+  3.2490579292118895E-04  3.3053434071395526E-04  3.3626011022502616E-04
+  3.4208477112400464E-04  3.4801002141922663E-04  3.5403758792689003E-04
+  3.6016922674750453E-04  3.6640672374984082E-04  3.7275189506238369E-04
+  3.7920658757242592E-04  3.8577267943290956E-04  3.9245208057713790E-04
+  3.9924673324143737E-04  4.0615861249579768E-04  4.1318972678279140E-04
+  4.2034211846466942E-04  4.2761786437883417E-04  4.3501907640183297E-04
+  4.4254790202185679E-04  4.5020652492003244E-04  4.5799716556038704E-04
+  4.6592208178875547E-04  4.7398356944082780E-04  4.8218396295904021E-04
+  4.9052563601897437E-04  4.9901100216485775E-04  5.0764251545472989E-04
+  5.1642267111492101E-04  5.2535400620437893E-04  5.3443910028865363E-04
+  5.4368057612381190E-04  5.5308110035028600E-04  5.6264338419686002E-04
+  5.7237018419480047E-04  5.8226430290233850E-04  5.9232858963950404E-04
+  6.0256594123353762E-04  6.1297930277486598E-04  6.2357166838380735E-04
+  6.3434608198811079E-04  6.4530563811142057E-04  6.5645348267275169E-04
+  6.6779281379709401E-04  6.7932688263719527E-04  6.9105899420680470E-04
+  7.0299250822501171E-04  7.1513083997248330E-04  7.2747746115901291E-04
+  7.4003590080276842E-04  7.5280974612142117E-04  7.6580264343499766E-04
+  7.7901829908078350E-04  7.9246048034001021E-04  8.0613301637685051E-04
+  8.2003979918942801E-04  8.3418478457302479E-04  8.4857199309552520E-04
+  8.6320551108543442E-04  8.7808949163190541E-04  8.9322815559738570E-04
+  9.0862579264283162E-04  9.2428676226526498E-04  9.4021549484791524E-04
+  9.5641649272299042E-04  9.7289433124702934E-04  9.8965365988881553E-04
+  1.0066992033298829E-03  1.0240357625778396E-03  1.0416682160920270E-03
+  1.0596015209219543E-03  1.0778407138582601E-03  1.0963909125963232E-03
+  1.1152573169121202E-03  1.1344452098507602E-03  1.1539599589274873E-03
+  1.1738070173406329E-03  1.1939919251972944E-03  1.2145203107507450E-03
+  1.2353978916501973E-03  1.2566304762022756E-03  1.2782239646444435E-03
+  1.3001843504299303E-03  1.3225177215243011E-03  1.3452302617133164E-03
+  1.3683282519216938E-03  1.3918180715431347E-03  1.4157061997807777E-03
+  1.4399992169982765E-03  1.4647038060808808E-03  1.4898267538065884E-03
+  1.5153749522268246E-03  1.5413554000563952E-03  1.5677752040724343E-03
+  1.5946415805217396E-03  1.6219618565365490E-03  1.6497434715577735E-03
+  1.6779939787658184E-03  1.7067210465179651E-03  1.7359324597921305E-03
+  1.7656361216368563E-03  1.7958400546256282E-03  1.8265524023166905E-03
+  1.8577814307164278E-03  1.8895355297461811E-03  1.9218232147117462E-03
+  1.9546531277745867E-03  1.9880340394243133E-03  2.0219748499516461E-03
+  2.0564845909201309E-03  2.0915724266373403E-03  2.1272476556227766E-03
+  2.1635197120728265E-03  2.2003981673210642E-03  2.2378927312929459E-03
+  2.2760132539539376E-03  2.3147697267491998E-03  2.3541722840348289E-03
+  2.3942312044975688E-03  2.4349569125633073E-03  2.4763599797917278E-03
+  2.5184511262561775E-03  2.5612412219069682E-03  2.6047412879162128E-03
+  2.6489624980030142E-03  2.6939161797364273E-03  2.7396138158153329E-03
+  2.7860670453216589E-03  2.8332876649467889E-03  2.8812876301873257E-03
+  2.9300790565087755E-03  2.9796742204747746E-03  3.0300855608390016E-03
+  3.0813256795978300E-03  3.1334073429999942E-03  3.1863434825119847E-03
+  3.2401471957344751E-03  3.2948317472685871E-03  3.3504105695270929E-03
+  3.4068972634887611E-03  3.4643055993914171E-03  3.5226495173604584E-03
+  3.5819431279691238E-03  3.6422007127273758E-03  3.7034367244931383E-03
+  3.7656657878050131E-03  3.8289026991289569E-03  3.8931624270169274E-03
+  3.9584601121706092E-03  4.0248110674071785E-03  4.0922307775211331E-03
+  4.1607348990366144E-03  4.2303392598456455E-03  4.3010598587256569E-03
+  4.3729128647317069E-03  4.4459146164549015E-03  4.5200816211436960E-03
+  4.5954305536789223E-03  4.6719782553965679E-03  4.7497417327521741E-03
+  4.8287381558171499E-03  4.9089848566020835E-03  4.9904993271961458E-03
+  5.0732992177177534E-03  5.1574023340636077E-03  5.2428266354520650E-03
+  5.3295902317470152E-03  5.4177113805563785E-03  5.5072084840930291E-03
+  5.5981000857885342E-03  5.6904048666490655E-03  5.7841416413437433E-03
+  5.8793293540096306E-03  5.9759870737684595E-03  6.0741339899362994E-03
+  6.1737894069158507E-03  6.2749727387603569E-03  6.3777035033921355E-03
+  6.4820013164625994E-03  6.5878858848402990E-03  6.6953769997104215E-03
+  6.8044945292711481E-03  6.9152584110091612E-03  7.0276886435389641E-03
+  7.1418052779882351E-03  7.2576284089099479E-03  7.3751781647045924E-03
+  7.4944746975322482E-03  7.6155381726930099E-03  7.7383887574595054E-03
+  7.8630466093334191E-03  7.9895318637120891E-03  8.1178646209350558E-03
+  8.2480649326903133E-03  8.3801527877570715E-03  8.5141480970569519E-03
+  8.6500706779898962E-03  8.7879402380245646E-03  8.9277763575211690E-03
+  9.0695984717514035E-03  9.2134258520901388E-03  9.3592775863469667E-03
+  9.5071725582045376E-03  9.6571294257349737E-03  9.8091665989535927E-03
+  9.9633022163829951E-03  1.0119554120586391E-02  1.0277939832632586E-02
+  1.0438476525459131E-02  1.0601180996087898E-02  1.0766069636657095E-02
+  1.0933158404223641E-02  1.1102462789296991E-02  1.1273997783054232E-02
+  1.1447777843193230E-02  1.1623816858378502E-02  1.1802128111222325E-02
+  1.1982724239762229E-02  1.2165617197370840E-02  1.2350818211052198E-02
+  1.2538337738066454E-02  1.2728185420823891E-02  1.2920370039993247E-02
+  1.3114899465760166E-02  1.3311780607175586E-02  1.3511019359526911E-02
+  1.3712620549671133E-02  1.3916587879253891E-02  1.4122923865752941E-02
+  1.4331629781266616E-02  1.4542705588976947E-02  1.4756149877209910E-02
+  1.4971959791016842E-02  1.5190130961188410E-02  1.5410657430630709E-02
+  1.5633531578005660E-02  1.5858744038556496E-02  1.6086283622023950E-02
+  1.6316137227564771E-02  1.6548289755570111E-02  1.6782724016296605E-02
+  1.7019420635202034E-02  1.7258357954887719E-02  1.7499511933534936E-02
+  1.7742856039740813E-02  1.7988361143628815E-02  1.8235995404130970E-02
+  1.8485724152315756E-02  1.8737509770655070E-02  1.8991311568093996E-02
+  1.9247085650812863E-02  1.9504784788540102E-02  1.9764358276297852E-02
+  2.0025751791435141E-02  2.0288907245822087E-02  2.0553762633057443E-02
+  2.0820251870550706E-02  2.1088304636336302E-02  2.1357846200460939E-02
+  2.1628797250802079E-02  2.1901073713162675E-02  2.2174586565472450E-02
+  2.2449241645952602E-02  2.2724939455066172E-02  2.3001574951093146E-02
+  2.3279037339162374E-02  2.3557209853563639E-02  2.3835969533166270E-02
+  2.4115186989771033E-02  2.4394726169208545E-02  2.4674444105001348E-02
+  2.4954190664415392E-02  2.5233808286693842E-02  2.5513131713301690E-02
+  2.5791987709983286E-02  2.6070194780430409E-02  2.6347562871383592E-02
+  2.6623893068944950E-02  2.6898977285936095E-02  2.7172597940070303E-02
+  2.7444527622757967E-02  2.7714528758341524E-02  2.7982353253555966E-02
+  2.8247742137013556E-02  2.8510425188513225E-02  2.8770120557985262E-02
+  2.9026534373848716E-02  2.9279360340613063E-02  2.9528279325505814E-02
+  2.9772958933952650E-02  3.0013053073704134E-02  3.0248201507438503E-02
+  3.0478029393650803E-02  3.0702146815650134E-02  3.0920148298505024E-02
+  3.1131612313761190E-02  3.1336100771786231E-02  3.1533158501577549E-02
+  3.1722312717910831E-02  3.1903072475680062E-02  3.2074928111333945E-02
+  3.2237350671272369E-02  3.2389791327136368E-02  3.2531680777889871E-02
+  3.2662428638646337E-02  3.2781422816176915E-02  3.2888028871089436E-02
+  3.2981589366646365E-02  3.3061423204262794E-02  3.3126824945689110E-02
+  3.3177064121966672E-02  3.3211384529228678E-02  3.3229003511458043E-02
+  3.3229111230375183E-02  3.3210869922603956E-02  3.3173413144354333E-02
+  3.3115845003873164E-02  3.3037239381944833E-02  3.2936639140794942E-02
+  3.2813055321784197E-02  3.2665466332294057E-02  3.2492817122339909E-02
+  3.2294018351402408E-02  3.2067945546121461E-02  3.1813438249475419E-02
+  3.1529299162199168E-02  3.1214293277246591E-02  3.0867147008128371E-02
+  3.0486547312144768E-02  3.0071140809470511E-02  2.9619532899292953E-02
+  2.9130286874147170E-02  2.8601923033820632E-02  2.8032917800208019E-02
+  2.7421702834646226E-02  2.6766664159405731E-02  2.6066141285027968E-02
+  2.5318426345469859E-02  2.4521763243038744E-02  2.3674346805270252E-02
+  2.2774321956089014E-02  2.1819782903686264E-02  2.0808772347740648E-02
+  1.9739280708800624E-02  1.8609245382751095E-02  1.7416550023585459E-02
+  1.6159023857756638E-02  1.4834441033718927E-02  1.3440520010400876E-02
+  1.1974922988610899E-02  1.0435255389556180E-02  8.8190653849715070E-03
+  7.1238434835532993E-03  5.3470221786485889E-03  3.4859756624777338E-03
+  1.5380196123752278E-03 -4.9958894512664538E-04 -2.6296516862119438E-03
+ -4.8550289513350567E-03 -7.1786396095752086E-03 -9.6034608187422418E-03
+ -1.2132527673730673E-02 -1.4768932735397091E-02 -1.7515825431659509E-02
+ -2.0376411322334347E-02 -2.3353951218694980E-02 -2.6451760148393979E-02
+ -2.9673206155933191E-02 -3.3021708928437490E-02 -3.6500738236096689E-02
+ -4.0113812176087060E-02 -4.3864495208405213E-02 -4.7756395971550861E-02
+ -5.1793164865457451E-02 -5.5978491388669886E-02 -6.0316101216141539E-02
+ -6.4809753003675627E-02 -6.9463234904330956E-02 -7.4280360781735083E-02
+ -7.9264966104687626E-02 -8.4420903506796902E-02 -8.9752037994585587E-02
+ -9.5262241786679691E-02 -1.0095538876645717E-01 -1.0683534852975102E-01
+ -1.1290598000885421E-01 -1.1917112465348703E-01 -1.2563459914884237E-01
+ -1.3230018765048188E-01 -1.3917163351516626E-01 -1.4625263050643664E-01
+ -1.5354681345323501E-01 -1.6105774833948988E-01 -1.6878892180215974E-01
+ -1.7674373001494581E-01 -1.8492546693460074E-01 -1.9333731188643358E-01
+ -2.0198231646546691E-01 -2.1086339072959126E-01 -2.1998328866085487E-01
+ -2.2934459287119027E-01 -2.3894969852883027E-01 -2.4880079648178013E-01
+ -2.5889985555522710E-01 -2.6924860399970019E-01 -2.7984851006763728E-01
+ -2.9070076169645331E-01 -3.0180624527681987E-01 -3.1316552348596283E-01
+ -3.2477881216658755E-01 -3.3664595623335958E-01 -3.4876640459016239E-01
+ -3.6113918404296441E-01 -3.7376287219488596E-01 -3.8663556931198267E-01
+ -3.9975486915055930E-01 -4.1311782873936859E-01 -4.2672093711261683E-01
+ -4.4056008299286575E-01 -4.5463052142633270E-01 -4.6892683937660634E-01
+ -4.8344292028684716E-01 -4.9817190762501901E-01 -5.1310616743134063E-01
+ -5.2823724989241705E-01 -5.4355584997187412E-01 -5.5905176713370408E-01
+ -5.7471386420066162E-01 -5.9053002539730648E-01 -6.0648711363456054E-01
+ -6.2257092710094442E-01 -6.3876615523381652E-01 -6.5505633415361542E-01
+ -6.7142380165331506E-01 -6.8784965184607161E-01 -7.0431368958471419E-01
+ -7.2079438477859292E-01 -7.3726882674539629E-01 -7.5371267874869596E-01
+ -7.7010013288540669E-01 -7.8640386550210351E-01 -8.0259499333357898E-01
+ -8.1864303057356969E-01 -8.3451584710338134E-01 -8.5017962812176062E-01
+ -8.6559883543720206E-01 -8.8073617070234633E-01 -8.9555254088952363E-01
+ -9.1000702632629504E-01 -9.2405685163071816E-01 -9.3765735990654708E-01
+ -9.5076199058115751E-01 -9.6332226129017251E-01 -9.7528775423613490E-01
+ -9.8660610747106892E-01 -9.9722301157612558E-01 -1.0070822122348582E+00
+ -1.0161255192201279E+00 -1.0242928223379044E+00 -1.0315221148948441E+00
+ -1.0377495252785156E+00 -1.0429093572627004E+00 -1.0469341396704399E+00
+ -1.0497546860496534E+00 -1.0513001650344025E+00 -1.0514981820842482E+00
+ -1.0502748733100307E+00 -1.0475550121094270E+00 -1.0432621293479181E+00
+ -1.0373186478307317E+00 -1.0296460318181688E+00 -1.0201649523409062E+00
+ -1.0087954690702201E+00 -9.9545722949613513E-01 -9.8006968615515100E-01
+ -9.6255233263665907E-01 -9.4282495907686081E-01 -9.2080792782284870E-01
+ -8.9642246991702734E-01 -8.6959100301145442E-01 -8.4023747127343806E-01
+ -8.0828770778686565E-01 -7.7366981988668171E-01 -7.3631459778776587E-01
+ -6.9615594678154646E-01 -6.5313134317426247E-01 -6.0718231402957901E-01
+ -5.5825494065230219E-01 -5.0630038561191526E-01 -4.5127544294970140E-01
+ -3.9314311104413663E-01 -3.3187318742230870E-01 -2.6744288460204690E-01
+ -1.9983746582719403E-01 -1.2905089931738328E-01 -5.5086529393604360E-02
+  2.2042237440792107E-02  1.0231123368597740E-01  1.8568482184505905E-01
+  2.7211517812977043E-01  3.6154157213456439E-01  4.5388964613390287E-01
+  5.4907069807304654E-01  6.4698097276229460E-01  7.4750096624779683E-01
+  8.5049474881865372E-01  9.5580931261883373E-01  1.0632739503651214E+00
+  1.1726996722249194E+00  1.2838786684815553E+00  1.3965838262069425E+00
+  1.5105683087704271E+00  1.6255652076360843E+00  1.7412872765361640E+00
+  1.8574267587500624E+00  1.9736553188668735E+00  2.0896240910535679E+00
+  2.2049638564909411E+00  2.3192853632643229E+00  2.4321798025994612E+00
+  2.5432194559077010E+00  2.6519585276343860E+00  2.7579341793830987E+00
+  2.8606677811956205E+00  2.9596663961908569E+00  3.0544245149847948E+00
+  3.1444260564041775E+00  3.2291466509453559E+00  3.3080562231845327E+00
+  3.3806218888858046E+00  3.4463111818343024E+00  3.5045956244036733E+00
+  3.5549546544947614E+00  3.5968799196967214E+00  3.6298799472556960E+00
+  3.6534851956114900E+00  3.6672534897887865E+00  3.6707758387075522E+00
+  3.6636826273890275E+00  3.6456501709496880E+00  3.6164076100447038E+00
+  3.5757441188759560E+00  3.5235163868272852E+00  3.4596563230117718E+00
+  3.3841789192710743E+00  3.2971901911786032E+00  3.1988950980593316E+00
+  3.0896053215998704E+00  2.9697467579002801E+00  2.8398665493777133E+00
+  2.7006394502882736E+00  2.5528732822566726E+00  2.3975131934890355E+00
+  2.2356443866415572E+00  2.0684929248873289E+00  1.8974241627663302E+00
+  1.7239382770255181E+00  1.5496622918732001E+00  1.3763379018170192E+00
+  1.2058042923216323E+00  1.0399750426277026E+00  8.8080806475892570E-01
+  7.3026738644810596E-01  5.9027542168757652E-01  4.6265418893421745E-01
+  3.4905373156818842E-01  2.5086576567401286E-01  1.6912032398995608E-01
+  1.0436287910720680E-01  5.6509110501082260E-02  2.4674125248478136E-02
+  6.9725474482120586E-03  2.8545216216618619E-04  0.0000000000000000E+00
+===== CORE_DENSITY =====
+ 1  : radial mesh index
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00
+===== PSEUDO_CORE_DENSITY =====
+ 1  : radial mesh index
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00
+===== Dij0 =====
+ -1.5198321697477379E+00
+ -1.1660237757459174E-01  1.2933812085579532E-02
+  0.0000000000000000E+00  0.0000000000000000E+00 -1.1115910485627510E-02
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00 -1.1115910485627510E-02
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00 -1.1115910485627510E-02
+===== Rhoij0 =====
+  2.0000000000000000E+00
+  0.0000000000000000E+00  1.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+===== VHntZC (Vloc(r)) without compensation charge in XC =====
+ 3  2  : radial mesh index, Vloc format (0=Vbare, 1=VH(tnzc) with hat in XC, 2=VH(tnzc) w/o hat in XC)
+ -4.8579685114348869E+00 -4.8579685114349571E+00 -4.8579685114349500E+00
+ -4.8579685114349198E+00 -4.8579685114348861E+00 -4.8579685114348372E+00
+ -4.8579685114347795E+00 -4.8579685114347049E+00 -4.8579685114346196E+00
+ -4.8579685114345246E+00 -4.8579685114344135E+00 -4.8579685114342919E+00
+ -4.8579685114341569E+00 -4.8579685114340059E+00 -4.8579685114338433E+00
+ -4.8579685114336648E+00 -4.8579685114334712E+00 -4.8579685114332642E+00
+ -4.8579685114330404E+00 -4.8579685114328006E+00 -4.8579685114325439E+00
+ -4.8579685114322722E+00 -4.8579685114319835E+00 -4.8579685114316762E+00
+ -4.8579685114313511E+00 -4.8579685114310092E+00 -4.8579685114306486E+00
+ -4.8579685114302684E+00 -4.8579685114298696E+00 -4.8579685114294504E+00
+ -4.8579685114290090E+00 -4.8579685114285489E+00 -4.8579685114280666E+00
+ -4.8579685114275621E+00 -4.8579685114270355E+00 -4.8579685114264866E+00
+ -4.8579685114259137E+00 -4.8579685114253159E+00 -4.8579685114246942E+00
+ -4.8579685114240485E+00 -4.8579685114233770E+00 -4.8579685114226807E+00
+ -4.8579685114219560E+00 -4.8579685114212054E+00 -4.8579685114204265E+00
+ -4.8579685114196183E+00 -4.8579685114187816E+00 -4.8579685114179156E+00
+ -4.8579685114170195E+00 -4.8579685114160922E+00 -4.8579685114151339E+00
+ -4.8579685114141418E+00 -4.8579685114131168E+00 -4.8579685114120581E+00
+ -4.8579685114109639E+00 -4.8579685114098359E+00 -4.8579685114086706E+00
+ -4.8579685114074707E+00 -4.8579685114062325E+00 -4.8579685114049544E+00
+ -4.8579685114036373E+00 -4.8579685114022819E+00 -4.8579685114008857E+00
+ -4.8579685113994477E+00 -4.8579685113979654E+00 -4.8579685113964421E+00
+ -4.8579685113948727E+00 -4.8579685113932580E+00 -4.8579685113915980E+00
+ -4.8579685113898901E+00 -4.8579685113881341E+00 -4.8579685113863285E+00
+ -4.8579685113844748E+00 -4.8579685113825679E+00 -4.8579685113806086E+00
+ -4.8579685113785969E+00 -4.8579685113765301E+00 -4.8579685113744091E+00
+ -4.8579685113722295E+00 -4.8579685113699931E+00 -4.8579685113676989E+00
+ -4.8579685113653426E+00 -4.8579685113629241E+00 -4.8579685113604443E+00
+ -4.8579685113579023E+00 -4.8579685113552928E+00 -4.8579685113526168E+00
+ -4.8579685113498741E+00 -4.8579685113470612E+00 -4.8579685113441782E+00
+ -4.8579685113412241E+00 -4.8579685113381963E+00 -4.8579685113350930E+00
+ -4.8579685113319133E+00 -4.8579685113286564E+00 -4.8579685113253186E+00
+ -4.8579685113219000E+00 -4.8579685113184015E+00 -4.8579685113148168E+00
+ -4.8579685113111459E+00 -4.8579685113073872E+00 -4.8579685113035396E+00
+ -4.8579685112996023E+00 -4.8579685112955699E+00 -4.8579685112914452E+00
+ -4.8579685112872228E+00 -4.8579685112829010E+00 -4.8579685112784796E+00
+ -4.8579685112739543E+00 -4.8579685112693261E+00 -4.8579685112645903E+00
+ -4.8579685112597470E+00 -4.8579685112547928E+00 -4.8579685112497248E+00
+ -4.8579685112445432E+00 -4.8579685112392434E+00 -4.8579685112338238E+00
+ -4.8579685112282824E+00 -4.8579685112226185E+00 -4.8579685112168258E+00
+ -4.8579685112109061E+00 -4.8579685112048541E+00 -4.8579685111986688E+00
+ -4.8579685111923467E+00 -4.8579685111858852E+00 -4.8579685111792807E+00
+ -4.8579685111725341E+00 -4.8579685111656401E+00 -4.8579685111585933E+00
+ -4.8579685111513955E+00 -4.8579685111440405E+00 -4.8579685111365283E+00
+ -4.8579685111288535E+00 -4.8579685111210154E+00 -4.8579685111130075E+00
+ -4.8579685111048292E+00 -4.8579685110964759E+00 -4.8579685110879440E+00
+ -4.8579685110792319E+00 -4.8579685110703341E+00 -4.8579685110612489E+00
+ -4.8579685110519710E+00 -4.8579685110424977E+00 -4.8579685110328255E+00
+ -4.8579685110229507E+00 -4.8579685110128690E+00 -4.8579685110025776E+00
+ -4.8579685109920705E+00 -4.8579685109813449E+00 -4.8579685109703963E+00
+ -4.8579685110097381E+00 -4.8579685109977371E+00 -4.8579685110348425E+00
+ -4.8579685110218067E+00 -4.8579685110567308E+00 -4.8579685110426736E+00
+ -4.8579685110754625E+00 -4.8579685110603981E+00 -4.8579685110910971E+00
+ -4.8579685110750352E+00 -4.8579685111036826E+00 -4.8579685110866304E+00
+ -4.8579685111132642E+00 -4.8579685110952306E+00 -4.8579685111198811E+00
+ -4.8579685111008670E+00 -4.8579685111235689E+00 -4.8579685111035733E+00
+ -4.8579685111243514E+00 -4.8579685111033752E+00 -4.8579685111222535E+00
+ -4.8579685111002924E+00 -4.8579685110780595E+00 -4.8579685110943442E+00
+ -4.8579685110711122E+00 -4.8579685110855371E+00 -4.8579685110612996E+00
+ -4.8579685110738815E+00 -4.8579685110486279E+00 -4.8579685110593775E+00
+ -4.8579685110330972E+00 -4.8579685110420234E+00 -4.8579685110147039E+00
+ -4.8579685110218112E+00 -4.8579685110278259E+00 -4.8579685110327500E+00
+ -4.8579685110365904E+00 -4.8579685110393500E+00 -4.8579685110410340E+00
+ -4.8579685110416495E+00 -4.8579685110411948E+00 -4.8579685110396742E+00
+ -4.8579685110370923E+00 -4.8579685110334498E+00 -4.8579685110287487E+00
+ -4.8579685110229880E+00 -4.8579685110161730E+00 -4.8579685110083028E+00
+ -4.8579685109993740E+00 -4.8579685109893918E+00 -4.8579685109783535E+00
+ -4.8579685109662565E+00 -4.8579685109815030E+00 -4.8579685109669919E+00
+ -4.8579685109792381E+00 -4.8579685109623192E+00 -4.8579685109715829E+00
+ -4.8579685109522588E+00 -4.8579685109318698E+00 -4.8579685109368231E+00
+ -4.8579685109140245E+00 -4.8579685109160220E+00 -4.8579685108908031E+00
+ -4.8579685108898492E+00 -4.8579685108872903E+00 -4.8579685108831292E+00
+ -4.8579685108773694E+00 -4.8579685108700099E+00 -4.8579685108610562E+00
+ -4.8579685108505046E+00 -4.8579685108383579E+00 -4.8579685108246142E+00
+ -4.8579685108324000E+00 -4.8579685108152262E+00 -4.8579685108191217E+00
+ -4.8579685107985204E+00 -4.8579685107763186E+00 -4.8579685107745050E+00
+ -4.8579685107488677E+00 -4.8579685107431745E+00 -4.8579685107354367E+00
+ -4.8579685107256525E+00 -4.8579685107138264E+00 -4.8579685106999548E+00
+ -4.8579685107045485E+00 -4.8579685106863844E+00 -4.8579685106862822E+00
+ -4.8579685106638264E+00 -4.8579685106393224E+00 -4.8579685106322863E+00
+ -4.8579685106228068E+00 -4.8579685106108883E+00 -4.8579685105965318E+00
+ -4.8579685105797354E+00 -4.8579685105790826E+00 -4.8579685105572228E+00
+ -4.8579685105329213E+00 -4.8579685105242181E+00 -4.8579685105127126E+00
+ -4.8579685104984076E+00 -4.8579685104813022E+00 -4.8579685104613972E+00
+ -4.8579685104558745E+00 -4.8579685104301928E+00 -4.8579685104017063E+00
+ -4.8579685103871002E+00 -4.8579685103693571E+00 -4.8579685103484742E+00
+ -4.8579685103406653E+00 -4.8579685103133414E+00 -4.8579685102987780E+00
+ -4.8579685102807595E+00 -4.8579685102592842E+00 -4.8579685102343522E+00
+ -4.8579685102059607E+00 -4.8579685101892629E+00 -4.8579685101688064E+00
+ -4.8579685101445911E+00 -4.8579685101166161E+00 -4.8579685100994627E+00
+ -4.8579685100782619E+00 -4.8579685100530146E+00 -4.8579685100237144E+00
+ -4.8579685100044054E+00 -4.8579685099807701E+00 -4.8579685099528076E+00
+ -4.8579685099205143E+00 -4.8579685098974066E+00 -4.8579685098697034E+00
+ -4.8579685098374030E+00 -4.8579685098136398E+00 -4.8579685097850218E+00
+ -4.8579685097515455E+00 -4.8579685097259810E+00 -4.8579685096953069E+00
+ -4.8579685096595195E+00 -4.8579685096310339E+00 -4.8579685095971925E+00
+ -4.8579685095579892E+00 -4.8579685095254925E+00 -4.8579685094873959E+00
+ -4.8579685094555449E+00 -4.8579685094178595E+00 -4.8579685093859650E+00
+ -4.8579685093480087E+00 -4.8579685093153984E+00 -4.8579685092765033E+00
+ -4.8579685092313145E+00 -4.8579685091909273E+00 -4.8579685091550182E+00
+ -4.8579685091123865E+00 -4.8579685090738147E+00 -4.8579685090283053E+00
+ -4.8579685089864411E+00 -4.8579685089374243E+00 -4.8579685088916476E+00
+ -4.8579685088488125E+00 -4.8579685087984164E+00 -4.8579685087505657E+00
+ -4.8579685087049693E+00 -4.8579685086514122E+00 -4.8579685085997246E+00
+ -4.8579685085398765E+00 -4.8579685084911679E+00 -4.8579685084434887E+00
+ -4.8579685083870867E+00 -4.8579685083313420E+00 -4.8579685082759863E+00
+ -4.8579685082115303E+00 -4.8579685081562367E+00 -4.8579685081005337E+00
+ -4.8579685080351949E+00 -4.8579685079779811E+00 -4.8579685079107788E+00
+ -4.8579685078423038E+00 -4.8579685077809458E+00 -4.8579685077090824E+00
+ -4.8579685076436796E+00 -4.8579685075758450E+00 -4.8579685075053316E+00
+ -4.8579685074401606E+00 -4.8579685073634931E+00 -4.8579685072915355E+00
+ -4.8579685072157925E+00 -4.8579685071360252E+00 -4.8579685070598968E+00
+ -4.8579685069791356E+00 -4.8579685069012593E+00 -4.8579685068181515E+00
+ -4.8579685067371940E+00 -4.8579685066504110E+00 -4.8579685065650571E+00
+ -4.8579685064732940E+00 -4.8579685063822424E+00 -4.8579685062842115E+00
+ -4.8579685061933926E+00 -4.8579685061020363E+00 -4.8579685060026581E+00
+ -4.8579685059020576E+00 -4.8579685057998283E+00 -4.8579685057024591E+00
+ -4.8579685055957178E+00 -4.8579685054861566E+00 -4.8579685053800903E+00
+ -4.8579685052703052E+00 -4.8579685051564159E+00 -4.8579685050445631E+00
+ -4.8579685049277295E+00 -4.8579685048119403E+00 -4.8579685046903052E+00
+ -4.8579685045687393E+00 -4.8579685044467080E+00 -4.8579685043236767E+00
+ -4.8579685041929928E+00 -4.8579685040603620E+00 -4.8579685039252629E+00
+ -4.8579685037871778E+00 -4.8579685036514988E+00 -4.8579685035117048E+00
+ -4.8579685033672826E+00 -4.8579685032234847E+00 -4.8579685030739590E+00
+ -4.8579685029182071E+00 -4.8579685027669317E+00 -4.8579685026137964E+00
+ -4.8579685024526675E+00 -4.8579685022885135E+00 -4.8579685021261092E+00
+ -4.8579685019593368E+00 -4.8579685017875818E+00 -4.8579685016154910E+00
+ -4.8579685014371039E+00 -4.8579685012569822E+00 -4.8579685010743905E+00
+ -4.8579685008885987E+00 -4.8579685006988784E+00 -4.8579685005045112E+00
+ -4.8579685003097177E+00 -4.8579685001087629E+00 -4.8579684999057928E+00
+ -4.8579684996951711E+00 -4.8579684994857315E+00 -4.8579684992718084E+00
+ -4.8579684990525838E+00 -4.8579684988318999E+00 -4.8579684986042286E+00
+ -4.8579684983733369E+00 -4.8579684981383124E+00 -4.8579684978982520E+00
+ -4.8579684976566950E+00 -4.8579684974082351E+00 -4.8579684971563477E+00
+ -4.8579684969000372E+00 -4.8579684966383168E+00 -4.8579684963744514E+00
+ -4.8579684961031475E+00 -4.8579684958317779E+00 -4.8579684955508950E+00
+ -4.8579684952677411E+00 -4.8579684949770918E+00 -4.8579684946859478E+00
+ -4.8579684943850774E+00 -4.8579684940813559E+00 -4.8579684937696257E+00
+ -4.8579684934526535E+00 -4.8579684931330656E+00 -4.8579684928057389E+00
+ -4.8579684924732494E+00 -4.8579684921343098E+00 -4.8579684917913495E+00
+ -4.8579684914393138E+00 -4.8579684910842360E+00 -4.8579684907210492E+00
+ -4.8579684903519951E+00 -4.8579684899756463E+00 -4.8579684895941009E+00
+ -4.8579684892058630E+00 -4.8579684888094370E+00 -4.8579684884067742E+00
+ -4.8579684879963114E+00 -4.8579684875798694E+00 -4.8579684871558184E+00
+ -4.8579684867258539E+00 -4.8579684862849968E+00 -4.8579684858381631E+00
+ -4.8579684853835925E+00 -4.8579684849227434E+00 -4.8579684844506223E+00
+ -4.8579684839718027E+00 -4.8579684834844041E+00 -4.8579684829865659E+00
+ -4.8579684824825637E+00 -4.8579684819673661E+00 -4.8579684814450799E+00
+ -4.8579684809136605E+00 -4.8579684803710741E+00 -4.8579684798211558E+00
+ -4.8579684792588420E+00 -4.8579684786906983E+00 -4.8579684781087362E+00
+ -4.8579684775193241E+00 -4.8579684769173310E+00 -4.8579684763060804E+00
+ -4.8579684756832044E+00 -4.8579684750490868E+00 -4.8579684744040232E+00
+ -4.8579684737455571E+00 -4.8579684730792181E+00 -4.8579684723997376E+00
+ -4.8579684717097900E+00 -4.8579684710067070E+00 -4.8579684702904062E+00
+ -4.8579684695632785E+00 -4.8579684688225058E+00 -4.8579684680677957E+00
+ -4.8579684673012613E+00 -4.8579684665199530E+00 -4.8579684657258007E+00
+ -4.8579684649181880E+00 -4.8579684640964196E+00 -4.8579684632597413E+00
+ -4.8579684624073431E+00 -4.8579684615406791E+00 -4.8579684606587517E+00
+ -4.8579684597627999E+00 -4.8579684588493786E+00 -4.8579684579218245E+00
+ -4.8579684569765602E+00 -4.8579684560144694E+00 -4.8579684550362883E+00
+ -4.8579684540404653E+00 -4.8579684530275431E+00 -4.8579684519958120E+00
+ -4.8579684509477392E+00 -4.8579684498814064E+00 -4.8579684487948462E+00
+ -4.8579684476922340E+00 -4.8579684465672619E+00 -4.8579684454238556E+00
+ -4.8579684442596580E+00 -4.8579684430762597E+00 -4.8579684418711144E+00
+ -4.8579684406455632E+00 -4.8579684393988227E+00 -4.8579684381300154E+00
+ -4.8579684368381502E+00 -4.8579684355259269E+00 -4.8579684341883080E+00
+ -4.8579684328277359E+00 -4.8579684314445668E+00 -4.8579684300371913E+00
+ -4.8579684286038951E+00 -4.8579684271464707E+00 -4.8579684256629347E+00
+ -4.8579684241529817E+00 -4.8579684226179065E+00 -4.8579684210553360E+00
+ -4.8579684194662454E+00 -4.8579684178497171E+00 -4.8579684162029979E+00
+ -4.8579684145282869E+00 -4.8579684128242038E+00 -4.8579684110908987E+00
+ -4.8579684093266877E+00 -4.8579684075330096E+00 -4.8579684057062451E+00
+ -4.8579684038474920E+00 -4.8579684019575922E+00 -4.8579684000340668E+00
+ -4.8579683980773920E+00 -4.8579683960863118E+00 -4.8579683940593856E+00
+ -4.8579683919980461E+00 -4.8579683899004538E+00 -4.8579683877661131E+00
+ -4.8579683855943063E+00 -4.8579683833855887E+00 -4.8579683811373604E+00
+ -4.8579683788497601E+00 -4.8579683765226589E+00 -4.8579683741543116E+00
+ -4.8579683717455460E+00 -4.8579683692941744E+00 -4.8579683668005451E+00
+ -4.8579683642633986E+00 -4.8579683616812348E+00 -4.8579683590536931E+00
+ -4.8579683563814466E+00 -4.8579683536622742E+00 -4.8579683508950300E+00
+ -4.8579683480796190E+00 -4.8579683452156450E+00 -4.8579683423011772E+00
+ -4.8579683393365407E+00 -4.8579683363192752E+00 -4.8579683332503700E+00
+ -4.8579683301280321E+00 -4.8579683269501936E+00 -4.8579683237169498E+00
+ -4.8579683204280304E+00 -4.8579683170805028E+00 -4.8579683136758369E+00
+ -4.8579683102116515E+00 -4.8579683066864048E+00 -4.8579683030994190E+00
+ -4.8579682994507598E+00 -4.8579682957390276E+00 -4.8579682919613454E+00
+ -4.8579682881189745E+00 -4.8579682842083427E+00 -4.8579682802299482E+00
+ -4.8579682761827643E+00 -4.8579682720643413E+00 -4.8579682678739715E+00
+ -4.8579682636116059E+00 -4.8579682592736209E+00 -4.8579682548602063E+00
+ -4.8579682503700425E+00 -4.8579682458024287E+00 -4.8579682411541816E+00
+ -4.8579682364257506E+00 -4.8579682316140884E+00 -4.8579682267196986E+00
+ -4.8579682217386528E+00 -4.8579682166705149E+00 -4.8579682115152512E+00
+ -4.8579682062695086E+00 -4.8579682009322696E+00 -4.8579681955020373E+00
+ -4.8579681899776848E+00 -4.8579681843566833E+00 -4.8579681786377655E+00
+ -4.8579681728191701E+00 -4.8579681668994308E+00 -4.8579681608765650E+00
+ -4.8579681547488631E+00 -4.8579681485140815E+00 -4.8579681421710807E+00
+ -4.8579681357173028E+00 -4.8579681291512431E+00 -4.8579681224699875E+00
+ -4.8579681156732875E+00 -4.8579681087577935E+00 -4.8579681017219425E+00
+ -4.8579680945635548E+00 -4.8579680872805246E+00 -4.8579680798701270E+00
+ -4.8579680723312597E+00 -4.8579680646613674E+00 -4.8579680568571169E+00
+ -4.8579680489168560E+00 -4.8579680408388510E+00 -4.8579680326199171E+00
+ -4.8579680242575467E+00 -4.8579680157500125E+00 -4.8579680070939499E+00
+ -4.8579679982874824E+00 -4.8579679893278023E+00 -4.8579679802120728E+00
+ -4.8579679709372412E+00 -4.8579679615008811E+00 -4.8579679519002967E+00
+ -4.8579679421326594E+00 -4.8579679321948390E+00 -4.8579679220835388E+00
+ -4.8579679117971457E+00 -4.8579679013311203E+00 -4.8579678906832182E+00
+ -4.8579678798502606E+00 -4.8579678688279708E+00 -4.8579678576143914E+00
+ -4.8579678462051081E+00 -4.8579678345973019E+00 -4.8579678227875895E+00
+ -4.8579678107722044E+00 -4.8579677985480121E+00 -4.8579677861108426E+00
+ -4.8579677734570854E+00 -4.8579677605832634E+00 -4.8579677474851755E+00
+ -4.8579677341592999E+00 -4.8579677206013292E+00 -4.8579677068075684E+00
+ -4.8579676927734781E+00 -4.8579676784950632E+00 -4.8579676639685667E+00
+ -4.8579676491889883E+00 -4.8579676341520699E+00 -4.8579676188539347E+00
+ -4.8579676032891284E+00 -4.8579675874530812E+00 -4.8579675713422938E+00
+ -4.8579675549508075E+00 -4.8579675382741918E+00 -4.8579675213071285E+00
+ -4.8579675040451740E+00 -4.8579674864829254E+00 -4.8579674686147296E+00
+ -4.8579674504359698E+00 -4.8579674319406569E+00 -4.8579674131237489E+00
+ -4.8579673939792594E+00 -4.8579673745015501E+00 -4.8579673546854263E+00
+ -4.8579673345244796E+00 -4.8579673140126474E+00 -4.8579672931440303E+00
+ -4.8579672719124662E+00 -4.8579672503109350E+00 -4.8579672283343784E+00
+ -4.8579672059749299E+00 -4.8579671832270082E+00 -4.8579671600830858E+00
+ -4.8579671365368560E+00 -4.8579671125804511E+00 -4.8579670882079640E+00
+ -4.8579670634109533E+00 -4.8579670381832223E+00 -4.8579670125164087E+00
+ -4.8579669864033663E+00 -4.8579669598359798E+00 -4.8579669328063613E+00
+ -4.8579669053067933E+00 -4.8579668773288009E+00 -4.8579668488643888E+00
+ -4.8579668199046546E+00 -4.8579667904410577E+00 -4.8579667604655965E+00
+ -4.8579667299685036E+00 -4.8579666989411958E+00 -4.8579666673739910E+00
+ -4.8579666352582063E+00 -4.8579666025835477E+00 -4.8579665693409240E+00
+ -4.8579665355198998E+00 -4.8579665011110302E+00 -4.8579664661034103E+00
+ -4.8579664304872914E+00 -4.8579663942516991E+00 -4.8579663573862453E+00
+ -4.8579663198795346E+00 -4.8579662817205689E+00 -4.8579662428978887E+00
+ -4.8579662034005624E+00 -4.8579661632163429E+00 -4.8579661223333028E+00
+ -4.8579660807394145E+00 -4.8579660384223935E+00 -4.8579659953693488E+00
+ -4.8579659515679090E+00 -4.8579659070045800E+00 -4.8579658616668020E+00
+ -4.8579658155403953E+00 -4.8579657686124964E+00 -4.8579657208684424E+00
+ -4.8579656722943163E+00 -4.8579656228754677E+00 -4.8579655725977107E+00
+ -4.8579655214453190E+00 -4.8579654694042684E+00 -4.8579654164578905E+00
+ -4.8579653625915267E+00 -4.8579653077882687E+00 -4.8579652520326002E+00
+ -4.8579651953071528E+00 -4.8579651375961950E+00 -4.8579650788816338E+00
+ -4.8579650191464125E+00 -4.8579649583725875E+00 -4.8579648965426179E+00
+ -4.8579648336375518E+00 -4.8579647696390733E+00 -4.8579647045280048E+00
+ -4.8579646382851820E+00 -4.8579645708903270E+00 -4.8579645023246592E+00
+ -4.8579644325666909E+00 -4.8579643615963235E+00 -4.8579642893920338E+00
+ -4.8579642159330252E+00 -4.8579641411967875E+00 -4.8579640651618972E+00
+ -4.8579639878046645E+00 -4.8579639091035514E+00 -4.8579638290339524E+00
+ -4.8579637475729722E+00 -4.8579636646957942E+00 -4.8579635803783674E+00
+ -4.8579634945948769E+00 -4.8579634073209785E+00 -4.8579633185295092E+00
+ -4.8579632281954597E+00 -4.8579631362908824E+00 -4.8579630427892440E+00
+ -4.8579629476620783E+00 -4.8579628508820205E+00 -4.8579627524194002E+00
+ -4.8579626522459973E+00 -4.8579625503308854E+00 -4.8579624466453266E+00
+ -4.8579623411570481E+00 -4.8579622338360222E+00 -4.8579621246491280E+00
+ -4.8579620135652872E+00 -4.8579619005501176E+00 -4.8579617855716757E+00
+ -4.8579616685942728E+00 -4.8579615495846200E+00 -4.8579614285060275E+00
+ -4.8579613053239319E+00 -4.8579611800002898E+00 -4.8579610524994656E+00
+ -4.8579609227822358E+00 -4.8579607908112665E+00 -4.8579606565462630E+00
+ -4.8579605199486515E+00 -4.8579603809763601E+00 -4.8579602395899499E+00
+ -4.8579600957457432E+00 -4.8579599494026304E+00 -4.8579598005156130E+00
+ -4.8579596490419750E+00 -4.8579594949352316E+00 -4.8579593381515576E+00
+ -4.8579591786424059E+00 -4.8579590163623978E+00 -4.8579588512614968E+00
+ -4.8579586832925914E+00 -4.8579585124039468E+00 -4.8579583385466512E+00
+ -4.8579581616673195E+00 -4.8579579817153995E+00 -4.8579577986354945E+00
+ -4.8579576123753281E+00 -4.8579574228775373E+00 -4.8579572300881058E+00
+ -4.8579570339476534E+00 -4.8579568344000101E+00 -4.8579566313839475E+00
+ -4.8579564248414044E+00 -4.8579562147089179E+00 -4.8579560009262375E+00
+ -4.8579557834277844E+00 -4.8579555621513340E+00 -4.8579553370289013E+00
+ -4.8579551079959433E+00 -4.8579548749822754E+00 -4.8579546379210159E+00
+ -4.8579543967395713E+00 -4.8579541513687383E+00 -4.8579539017332047E+00
+ -4.8579536477616179E+00 -4.8579533893757922E+00 -4.8579531265020002E+00
+ -4.8579528590593242E+00 -4.8579525869713107E+00 -4.8579523101543218E+00
+ -4.8579520285292306E+00 -4.8579517420095506E+00 -4.8579514505131520E+00
+ -4.8579511539505686E+00 -4.8579508522369581E+00 -4.8579505452796052E+00
+ -4.8579502329907251E+00 -4.8579499152744363E+00 -4.8579495920396436E+00
+ -4.8579492631872263E+00 -4.8579489286229869E+00 -4.8579485882442217E+00
+ -4.8579482419535420E+00 -4.8579478896445352E+00 -4.8579475312164853E+00
+ -4.8579471665593026E+00 -4.8579467955684317E+00 -4.8579464181300853E+00
+ -4.8579460341363028E+00 -4.8579456434690611E+00 -4.8579452460165742E+00
+ -4.8579448416568631E+00 -4.8579444302741486E+00 -4.8579440117421493E+00
+ -4.8579435859409470E+00 -4.8579431527399457E+00 -4.8579427120150598E+00
+ -4.8579422636309557E+00 -4.8579418074594436E+00 -4.8579413433603378E+00
+ -4.8579408712007934E+00 -4.8579403908358412E+00 -4.8579399021280105E+00
+ -4.8579394049272855E+00 -4.8579388990913666E+00 -4.8579383844648012E+00
+ -4.8579378609004982E+00 -4.8579373282375187E+00 -4.8579367863235765E+00
+ -4.8579362349921276E+00 -4.8579356740855095E+00 -4.8579351034313794E+00
+ -4.8579345228665307E+00 -4.8579339322126263E+00 -4.8579333313006519E+00
+ -4.8579327199460876E+00 -4.8579320979740004E+00 -4.8579314651933814E+00
+ -4.8579308214230732E+00 -4.8579301664654917E+00 -4.8579295001331602E+00
+ -4.8579288222214352E+00 -4.8579281325364407E+00 -4.8579274308662823E+00
+ -4.8579267170101827E+00 -4.8579259907489574E+00 -4.8579252518747698E+00
+ -4.8579245001607481E+00 -4.8579237353917177E+00 -4.8579229573328657E+00
+ -4.8579221657615905E+00 -4.8579213604347444E+00 -4.8579205411219144E+00
+ -4.8579197075714688E+00 -4.8579188595449390E+00 -4.8579179967818922E+00
+ -4.8579171190353900E+00 -4.8579162260359219E+00 -4.8579153175279846E+00
+ -4.8579143932325852E+00 -4.8579134528851355E+00 -4.8579124961968931E+00
+ -4.8579115228942129E+00 -4.8579105326780319E+00 -4.8579095252651410E+00
+ -4.8579085003460953E+00 -4.8579074576276229E+00 -4.8579063967894829E+00
+ -4.8579053175281643E+00 -4.8579042195121902E+00 -4.8579031024273220E+00
+ -4.8579019659305445E+00 -4.8579008096966598E+00 -4.8578996333704731E+00
+ -4.8578984366155629E+00 -4.8578972190641974E+00 -4.8578959803681370E+00
+ -4.8578947201468736E+00 -4.8578934380397429E+00 -4.8578921336530501E+00
+ -4.8578908066135353E+00 -4.8578894565135915E+00 -4.8578880829669773E+00
+ -4.8578866855517120E+00 -4.8578852638680043E+00 -4.8578838174791521E+00
+ -4.8578823459713307E+00 -4.8578808488924725E+00 -4.8578793258143351E+00
+ -4.8578777762689986E+00 -4.8578761998130924E+00 -4.8578745959623992E+00
+ -4.8578729642579548E+00 -4.8578713041985910E+00 -4.8578696153092720E+00
+ -4.8578678970712454E+00 -4.8578661489927661E+00 -4.8578643705369080E+00
+ -4.8578625611947892E+00 -4.8578607204105611E+00 -4.8578588476575328E+00
+ -4.8578569423603390E+00 -4.8578550039738477E+00 -4.8578530319025708E+00
+ -4.8578510255821259E+00 -4.8578489843962211E+00 -4.8578469077607291E+00
+ -4.8578447950376864E+00 -4.8578426456225587E+00 -4.8578404588549446E+00
+ -4.8578382341091144E+00 -4.8578359707015171E+00 -4.8578336679844645E+00
+ -4.8578313252505199E+00 -4.8578289418291822E+00 -4.8578265169882009E+00
+ -4.8578240500336811E+00 -4.8578215402076017E+00 -4.8578189867917327E+00
+ -4.8578163890015134E+00 -4.8578137460934645E+00 -4.8578110572555531E+00
+ -4.8578083217181964E+00 -4.8578055386409131E+00 -4.8578027072270942E+00
+ -4.8577998266068150E+00 -4.8577968959555200E+00 -4.8577939143727189E+00
+ -4.8577908810050223E+00 -4.8577877949202968E+00 -4.8577846552352160E+00
+ -4.8577814609849712E+00 -4.8577782112552130E+00 -4.8577749050473429E+00
+ -4.8577715414148965E+00 -4.8577681193242350E+00 -4.8577646377957437E+00
+ -4.8577610957594670E+00 -4.8577574922014479E+00 -4.8577538260142168E+00
+ -4.8577500961481546E+00 -4.8577463014569942E+00 -4.8577424408542935E+00
+ -4.8577385131535573E+00 -4.8577345172302282E+00 -4.8577304518561570E+00
+ -4.8577263158673221E+00 -4.8577221079924717E+00 -4.8577178270267929E+00
+ -4.8577134716543933E+00 -4.8577090406281220E+00 -4.8577045325859824E+00
+ -4.8576999462369841E+00 -4.8576952801713169E+00 -4.8576905330527964E+00
+ -4.8576857034220291E+00 -4.8576807898959311E+00 -4.8576757909639507E+00
+ -4.8576707051943409E+00 -4.8576655310235788E+00 -4.8576602669697024E+00
+ -4.8576549114142269E+00 -4.8576494628231623E+00 -4.8576439195212462E+00
+ -4.8576382799206028E+00 -4.8576325422871252E+00 -4.8576267049772355E+00
+ -4.8576207661959163E+00 -4.8576147242418042E+00 -4.8576085772569293E+00
+ -4.8576023234801387E+00 -4.8575959609882018E+00 -4.8575894879581334E+00
+ -4.8575829023991162E+00 -4.8575762024241813E+00 -4.8575693859725684E+00
+ -4.8575624510909616E+00 -4.8575553956462780E+00 -4.8575482176165359E+00
+ -4.8575409147937112E+00 -4.8575334850848026E+00 -4.8575259262041737E+00
+ -4.8575182359852969E+00 -4.8575104120622239E+00 -4.8575024521922607E+00
+ -4.8574943539263513E+00 -4.8574861149429003E+00 -4.8574777327068475E+00
+ -4.8574692048149615E+00 -4.8574605286430366E+00 -4.8574517017034458E+00
+ -4.8574427212796625E+00 -4.8574335847965964E+00 -4.8574242894422603E+00
+ -4.8574148325509183E+00 -4.8574052112117450E+00 -4.8573954226652925E+00
+ -4.8573854638983702E+00 -4.8573753320543815E+00 -4.8573650240141921E+00
+ -4.8573545368207780E+00 -4.8573438672452456E+00 -4.8573330122264702E+00
+ -4.8573219684220295E+00 -4.8573107326630494E+00 -4.8572993014895065E+00
+ -4.8572876716209832E+00 -4.8572758394757010E+00 -4.8572638016577816E+00
+ -4.8572515544593760E+00 -4.8572390943650072E+00 -4.8572264175363289E+00
+ -4.8572135203340592E+00 -4.8572003987847312E+00 -4.8571870491208591E+00
+ -4.8571734672290772E+00 -4.8571596492091693E+00 -4.8571455908029231E+00
+ -4.8571312879726545E+00 -4.8571167363101742E+00 -4.8571019316355066E+00
+ -4.8570868693851601E+00 -4.8570715452318005E+00 -4.8570559544511331E+00
+ -4.8570400925632500E+00 -4.8570239546773655E+00 -4.8570075361555594E+00
+ -4.8569908319346577E+00 -4.8569738372131130E+00 -4.8569565467492426E+00
+ -4.8569389555721028E+00 -4.8569210582551312E+00 -4.8569028496519691E+00
+ -4.8568843241446356E+00 -4.8568654764050700E+00 -4.8568463006171170E+00
+ -4.8568267912645515E+00 -4.8568069423259752E+00 -4.8567867480903191E+00
+ -4.8567662023236329E+00 -4.8567452991130784E+00 -4.8567240320045997E+00
+ -4.8567023948763746E+00 -4.8566803810464156E+00 -4.8566579841764943E+00
+ -4.8566351973485480E+00 -4.8566120140002207E+00 -4.8565884269689850E+00
+ -4.8565644294603487E+00 -4.8565400140585986E+00 -4.8565151737288046E+00
+ -4.8564899007930791E+00 -4.8564641879674291E+00 -4.8564380273024090E+00
+ -4.8564114112561088E+00 -4.8563843315978179E+00 -4.8563567805184693E+00
+ -4.8563287494960452E+00 -4.8563002304447167E+00 -4.8562712145407572E+00
+ -4.8562416934117056E+00 -4.8562116579212908E+00 -4.8561810994001249E+00
+ -4.8561500083882345E+00 -4.8561183759086344E+00 -4.8560861921660470E+00
+ -4.8560534478648334E+00 -4.8560201328623913E+00 -4.8559862375329903E+00
+ -4.8559517513742279E+00 -4.8559166644183795E+00 -4.8558809657903472E+00
+ -4.8558446451680952E+00 -4.8558076912904147E+00 -4.8557700934682062E+00
+ -4.8557318400402663E+00 -4.8556929199371419E+00 -4.8556533210832491E+00
+ -4.8556130320150874E+00 -4.8555720402277300E+00 -4.8555303338493632E+00
+ -4.8554878999302415E+00 -4.8554447261754614E+00 -4.8554007991744097E+00
+ -4.8553561061937511E+00 -4.8553106333453391E+00 -4.8552643674415243E+00
+ -4.8552172940993561E+00 -4.8551693996603378E+00 -4.8551206692287989E+00
+ -4.8550710886583124E+00 -4.8550206425218745E+00 -4.8549693161673781E+00
+ -4.8549170936172095E+00 -4.8548639596951135E+00 -4.8548098978528813E+00
+ -4.8547548923709858E+00 -4.8546989261098625E+00 -4.8546419827868661E+00
+ -4.8545840446495365E+00 -4.8545250948315086E+00 -4.8544651149450626E+00
+ -4.8544040875187306E+00 -4.8543419935063392E+00 -4.8542788148091072E+00
+ -4.8542145316983518E+00 -4.8541491254249172E+00 -4.8540825755526091E+00
+ -4.8540148626579800E+00 -4.8539459655713788E+00 -4.8538758641702087E+00
+ -4.8538045365244358E+00 -4.8537319617864920E+00 -4.8536581172380169E+00
+ -4.8535829812796614E+00 -4.8535065303756895E+00 -4.8534287421471483E+00
+ -4.8533495922107717E+00 -4.8532690573790651E+00 -4.8531871123899357E+00
+ -4.8531037332172824E+00 -4.8530188936876746E+00 -4.8529325689051763E+00
+ -4.8528447317512260E+00 -4.8527553564276218E+00 -4.8526644148355773E+00
+ -4.8525718802408910E+00 -4.8524777235280974E+00 -4.8523819169919218E+00
+ -4.8522844304623503E+00 -4.8521852352265995E+00 -4.8520843000207163E+00
+ -4.8519815950865572E+00 -4.8518770880252990E+00 -4.8517707479940100E+00
+ -4.8516625414164976E+00 -4.8515524363240781E+00 -4.8514403979189566E+00
+ -4.8513263930641015E+00 -4.8512103856941442E+00 -4.8510923414593741E+00
+ -4.8509722229790535E+00 -4.8508499946447037E+00 -4.8507256177104923E+00
+ -4.8505990552611875E+00 -4.8504702671341668E+00 -4.8503392150575335E+00
+ -4.8502058573980813E+00 -4.8500701544752864E+00 -4.8499320631294101E+00
+ -4.8497915422172211E+00 -4.8496485469942359E+00 -4.8495030347981842E+00
+ -4.8493549592392622E+00 -4.8492042760775522E+00 -4.8490509372148551E+00
+ -4.8488948967725491E+00 -4.8487361048784088E+00 -4.8485745139515206E+00
+ -4.8484100722772920E+00 -4.8482427305062838E+00 -4.8480724350103852E+00
+ -4.8478991346025984E+00 -4.8477227736672077E+00 -4.8475432991077554E+00
+ -4.8473606532437303E+00 -4.8471747809942629E+00 -4.8469856225336558E+00
+ -4.8467931207185053E+00 -4.8465972134941770E+00 -4.8463978415732765E+00
+ -4.8461949405849500E+00 -4.8459884490128911E+00 -4.8457783000790693E+00
+ -4.8455644299497047E+00 -4.8453467693447694E+00 -4.8451252520206420E+00
+ -4.8448998060964561E+00 -4.8446703628223675E+00 -4.8444368476136290E+00
+ -4.8441991891136054E+00 -4.8439573099262070E+00 -4.8437111359830824E+00
+ -4.8434605869646994E+00 -4.8432055859814662E+00 -4.8429460496734791E+00
+ -4.8426818982155790E+00 -4.8424130450854914E+00 -4.8421394074031161E+00
+ -4.8418608953565165E+00 -4.8415774228859840E+00 -4.8412888967570673E+00
+ -4.8409952276002546E+00 -4.8406963186198997E+00 -4.8403920770006801E+00
+ -4.8400824022409807E+00 -4.8397671979375776E+00 -4.8394463597317232E+00
+ -4.8391197874838010E+00 -4.8387873728200681E+00 -4.8384490117093435E+00
+ -4.8381045915980119E+00 -4.8377540044011047E+00 -4.8373971332129093E+00
+ -4.8370338657250951E+00 -4.8366640804998990E+00 -4.8362876608283241E+00
+ -4.8359044805525269E+00 -4.8355144183774170E+00 -4.8351173432285739E+00
+ -4.8347131290308845E+00 -4.8343016395879657E+00 -4.8338827438418104E+00
+ -4.8334563002593844E+00 -4.8330221725875475E+00 -4.8325802137321583E+00
+ -4.8321302820228711E+00 -4.8316722245697417E+00 -4.8312058940528324E+00
+ -4.8307311315409676E+00 -4.8302477838214104E+00 -4.8297556856650736E+00
+ -4.8292546777118384E+00 -4.8287445881662387E+00 -4.8282252512542811E+00
+ -4.8276964883332818E+00 -4.8271581269363804E+00 -4.8266099812798604E+00
+ -4.8260518719118952E+00 -4.8254836056003434E+00 -4.8249049956025374E+00
+ -4.8243158409162836E+00 -4.8237159471877753E+00 -4.8231051053082208E+00
+ -4.8224831129772356E+00 -4.8218497526272461E+00 -4.8212048136600067E+00
+ -4.8205480696805969E+00 -4.8198793014249768E+00 -4.8191982732851759E+00
+ -4.8185047569460062E+00 -4.8177985071827791E+00 -4.8170792862255425E+00
+ -4.8163468388104276E+00 -4.8156009172899719E+00 -4.8148412559189939E+00
+ -4.8140675967297426E+00 -4.8132796630330006E+00 -4.8124771860770137E+00
+ -4.8116598777442823E+00 -4.8108274580133559E+00 -4.8099796268317503E+00
+ -4.8091160923996750E+00 -4.8082365421994249E+00 -4.8073406721202705E+00
+ -4.8064281566245031E+00 -4.8054986787327607E+00 -4.8045518993069356E+00
+ -4.8035874879151761E+00 -4.8026050912118494E+00 -4.8016043647014222E+00
+ -4.8005849401957468E+00 -4.7995464584959322E+00 -4.7984885359072953E+00
+ -4.7974107978581912E+00 -4.7963128444531735E+00 -4.7951942850475220E+00
+ -4.7940547028193636E+00 -4.7928936903183823E+00 -4.7917108130379589E+00
+ -4.7905056459562099E+00 -4.7892777360895300E+00 -4.7880266400437446E+00
+ -4.7867518855308759E+00 -4.7854530099476547E+00 -4.7841295208379302E+00
+ -4.7827809355152073E+00 -4.7814067404536669E+00 -4.7800064319708007E+00
+ -4.7785794745307202E+00 -4.7771253425021696E+00 -4.7756434773586491E+00
+ -4.7741333305262286E+00 -4.7725943194659326E+00 -4.7710258716247997E+00
+ -4.7694273793870368E+00 -4.7677982451406900E+00 -4.7661378350852681E+00
+ -4.7644455254251294E+00 -4.7627206550226360E+00 -4.7609625727280154E+00
+ -4.7591705888685611E+00 -4.7573440237232232E+00 -4.7554821578400341E+00
+ -4.7535842816620049E+00 -4.7516496446667906E+00 -4.7496775061486085E+00
+ -4.7476670831761991E+00 -4.7456176025334589E+00 -4.7435282474939289E+00
+ -4.7413982109206918E+00 -4.7392266408580301E+00 -4.7370126947886604E+00
+ -4.7347554840459409E+00 -4.7324541292238909E+00 -4.7301077034161620E+00
+ -4.7277152887714609E+00 -4.7252759185687001E+00 -4.7227886349073209E+00
+ -4.7202524296314383E+00 -4.7176663031412396E+00 -4.7150292041826951E+00
+ -4.7123400897625469E+00 -4.7095978638241576E+00 -4.7068014382447796E+00
+ -4.7039496704224373E+00 -4.7010414253299331E+00 -4.6980755120424060E+00
+ -4.6950507468180147E+00 -4.6919658886008460E+00 -4.6888197030934018E+00
+ -4.6856108972749553E+00 -4.6823381844258289E+00 -4.6790002177070917E+00
+ -4.6755956560910885E+00 -4.6721230970546452E+00 -4.6685811433644142E+00
+ -4.6649683349424107E+00 -4.6612832164484841E+00 -4.6575242683841394E+00
+ -4.6536899754077670E+00 -4.6497787567503126E+00 -4.6457890351918314E+00
+ -4.6417191668706339E+00 -4.6375675108422527E+00 -4.6333323583722983E+00
+ -4.6290120029909714E+00 -4.6246046693689875E+00 -4.6201085837724190E+00
+ -4.6155219026306797E+00 -4.6108427832876400E+00 -4.6060693123809298E+00
+ -4.6011995767759464E+00 -4.5962315918864771E+00 -4.5911633726685066E+00
+ -4.5859928620235273E+00 -4.5807180017187683E+00 -4.5753366610265358E+00
+ -4.5698467074267795E+00 -4.5642459356483123E+00 -4.5585321379984425E+00
+ -4.5527030339850789E+00 -4.5467563401064641E+00 -4.5406897002468822E+00
+ -4.5345007547474099E+00 -4.5281870717822477E+00 -4.5217462155187924E+00
+ -4.5151756786964841E+00 -4.5084729496714937E+00 -4.5016354464353876E+00
+ -4.4946605823262162E+00 -4.4875457017402969E+00 -4.4802881442776226E+00
+ -4.4728851824164702E+00 -4.4653340838468392E+00 -4.4576320513944490E+00
+ -4.4497762832813725E+00 -4.4417639156032518E+00 -4.4335920802414206E+00
+ -4.4252578502147708E+00 -4.4167582949525830E+00 -4.4080904288602820E+00
+ -4.3992512636469403E+00 -4.3902377604621527E+00 -4.3810468789567985E+00
+ -4.3716755333662611E+00 -4.3621206379676867E+00 -4.3523790675026719E+00
+ -4.3424476986789120E+00 -4.3323233753431936E+00 -4.3220029456601416E+00
+ -4.3114832324636243E+00 -4.3007610657304722E+00 -4.2898332585550172E+00
+ -4.2786966345211948E+00 -4.2673480097608048E+00 -4.2557842148134624E+00
+ -4.2440020832439842E+00 -4.2319984675664131E+00 -4.2197702349093280E+00
+ -4.2073142765678684E+00 -4.1946275112175826E+00 -4.1817068876470174E+00
+ -4.1685493960305502E+00 -4.1551520633840999E+00 -4.1415119734148096E+00
+ -4.1276262542338582E+00 -4.1134921073055652E+00 -4.0991067869444056E+00
+ -4.0844676388875749E+00 -4.0695720710983903E+00 -4.0544176024840954E+00
+ -4.0390018245251804E+00 -4.0233224606536746E+00 -4.0073773182277312E+00
+ -3.9911643590743493E+00 -3.9746816413312036E+00 -3.9579274016409518E+00
+ -3.9408999863880307E+00 -3.9235979460088228E+00 -3.9060199551603674E+00
+ -3.8881649195809089E+00 -3.8700318847405031E+00 -3.8516201556491438E+00
+ -3.8329291935564176E+00 -3.8139587490587230E+00 -3.7947087464367684E+00
+ -3.7751794303585333E+00 -3.7553712374699435E+00 -3.7352849569252431E+00
+ -3.7149215888779472E+00 -3.6942825189943957E+00 -3.6733693635294200E+00
+ -3.6521841578910776E+00 -3.6307291880287464E+00 -3.6090071930165117E+00
+ -3.5870211825309219E+00 -3.5647746533063143E+00 -3.5422713925355893E+00
+ -3.5195157079219936E+00 -3.4965122168992941E+00 -3.4732660898604473E+00
+ -3.4497828251636715E+00 -3.4260685049582564E+00 -3.4021295560206117E+00
+ -3.3779730174205667E+00 -3.3536062873166754E+00 -3.3290374015123469E+00
+ -3.3042747664328078E+00 -3.2793274474090115E+00 -3.2542048881600079E+00
+ -3.2289172074139580E+00 -3.2034749053295064E+00 -3.1778891668179727E+00
+ -3.1521715554561482E+00 -3.1263343216128856E+00 -3.1003900845342889E+00
+ -3.0743521431032286E+00 -3.0482341469171392E+00 -3.0220504072232481E+00
+ -2.9958155579605301E+00 -2.9695448641205373E+00 -2.9432538738906837E+00
+ -2.9169587213957957E+00 -2.8906757712627957E+00 -2.8644219124088348E+00
+ -2.8382141965520260E+00 -2.8120701194375712E+00 -2.7860072550515684E+00
+ -2.7600435204296785E+00 -2.7341968075994365E+00 -2.7084852279128691E+00
+ -2.6829267440587787E+00 -2.6575393897221824E+00 -2.6323409043873078E+00
+ -2.6073489240797336E+00 -2.5825806221443943E+00 -2.5580528669052747E+00
+ -2.5337818721790621E+00 -2.5097833179364519E+00 -2.4860720150393161E+00
+ -2.4626619854638863E+00 -2.4395661466785716E+00 -2.4167963487653754E+00
+ -2.3943630850546644E+00 -2.3722754846505780E+00 -2.3505410574977903E+00
+ -2.3291656424984168E+00 -2.3081531972209683E+00 -2.2875057041408065E+00
+ -2.2672230178632820E+00 -2.2473027352148938E+00 -2.2277401163305388E+00
+ -2.2085279285991160E+00 -2.1896564624937245E+00 -2.1711133650128041E+00
+ -2.1528837769976814E+00 -2.1349501790416876E+00 -2.1172926845841702E+00
+ -2.0998889306787030E+00 -2.0827145707839976E+00 -2.0657432902686486E+00
+ -2.0489475960533747E+00 -2.0322989918578709E+00 -2.0157691062758287E+00
+ -1.9993301058493191E+00 -1.9829562516294592E+00 -1.9666246505020719E+00
+ -1.9503173531043312E+00 -1.9340225714863388E+00 -1.9177374597040433E+00
+ -1.9014699601281464E+00 -1.8852424434815811E+00 -1.8690943946601959E+00
+ -1.8530736071779399E+00 -1.8371901244476503E+00 -1.8214427860848836E+00
+ -1.8058304251312456E+00 -1.7903518846309794E+00 -1.7750060175452262E+00
+ -1.7597916866670225E+00 -1.7447077645370219E+00 -1.7297531333599436E+00
+ -1.7149266849217339E+00 -1.7002273205074396E+00 -1.6856539508197854E+00
+ -1.6712054958984470E+00 -1.6568808850400201E+00 -1.6426790567186715E+00
+ -1.6285989585074725E+00 -1.6146395470004040E+00 -1.6007997877350426E+00
+ -1.5870786551158838E+00 -1.5734751323383471E+00 -1.5599882113134225E+00
+ -1.5466168925929620E+00 -1.5333601852956142E+00 -1.5202171070333925E+00
+ -1.5071866838388734E+00 -1.4942679500930178E+00 -1.4814599484536115E+00
+ -1.4687617297843196E+00 -1.4561723530843504E+00 -1.4436908854187176E+00
+ -1.4313164018491049E+00 -1.4190479853653208E+00 -1.4068847268173426E+00
+ -1.3948257248479410E+00 -1.3828700858258842E+00 -1.3710169237797123E+00
+ -1.3592653603320826E+00 -1.3476145246346729E+00 -1.3360635533036482E+00
+ -1.3246115903556770E+00 -1.3132577871444970E+00 -1.3020013022980246E+00
+ -1.2908413016560039E+00 -1.2797769582081890E+00 -1.2688074520330579E+00
+ -1.2579319702370499E+00 -1.2471497068943251E+00 -1.2364598629870402E+00
+ -1.2258616463461351E+00 -1.2153542715926289E+00 -1.2049369600794173E+00
+ -1.1946089398335695E+00 -1.1843694454991212E+00 -1.1742177182803555E+00
+ -1.1641530058855714E+00 -1.1541745624713344E+00 -1.1442816485872043E+00
+ -1.1344735311209371E+00 -1.1247494832441567E+00 -1.1151087843584924E+00
+ -1.1055507200421779E+00 -1.0960745819971076E+00 -1.0866796679963477E+00
+ -1.0773652818320969E+00 -1.0681307332640917E+00 -1.0589753379684563E+00
+ -1.0498984174869903E+00 -1.0408992991768891E+00 -1.0319773161608981E+00
+ -1.0231318072778928E+00 -1.0143621170338821E+00 -1.0056675955534322E+00
+ -9.9704759853150704E-01 -9.8850148718572151E-01 -9.8002862820900272E-01
+ -9.7162839372265930E-01 -9.6330016122985074E-01 -9.5504331356945760E-01
+ -9.4685723887034423E-01 -9.3874133050601793E-01 -9.3069498704967180E-01
+ -9.2271761222961690E-01 -9.1480861488509468E-01 -9.0696740892246763E-01
+ -8.9919341327178526E-01 -8.9148605184372998E-01 -8.8384475348691482E-01
+ -8.7626895194556509E-01 -8.6875808581755343E-01 -8.6131159851279671E-01
+ -8.5392893821200877E-01 -8.4660955782580838E-01 -8.3935291495417597E-01
+ -8.3215847184625891E-01 -8.2502569536052062E-01 -8.1795405692523204E-01
+ -8.1094303249930144E-01 -8.0399210253343922E-01 -7.9710075193165764E-01
+ -7.9026847001309730E-01 -7.8349475047418471E-01 -7.7677909135111056E-01
+ -7.7012099498263276E-01 -7.6351996797319555E-01 -7.5697552115636746E-01
+ -7.5048716955859007E-01 -7.4405443236323898E-01 -7.3767683287499286E-01
+ -7.3135389848450760E-01 -7.2508516063339334E-01 -7.1887015477949090E-01
+ -7.1270842036244764E-01 -7.0659950076958622E-01 -7.0054294330206857E-01
+ -6.9453829914134624E-01 -6.8858512331590260E-01 -6.8268297466827654E-01
+ -6.7683141582237072E-01 -6.7103001315103961E-01 -6.6527833674395498E-01
+ -6.5957596037574773E-01 -6.5392246147442146E-01 -6.4831742109003876E-01
+ -6.4276042386367271E-01 -6.3725105799662918E-01 -6.3178891521992753E-01
+ -6.2637359076404786E-01 -6.2100468332893388E-01 -6.1568179505425524E-01
+ -6.1040453148992380E-01 -6.0517250156686175E-01 -5.9998531756802342E-01
+ -5.9484259509966075E-01 -5.8974395306283944E-01 -5.8468901362519698E-01
+ -5.7967740219294317E-01 -5.7470874738310052E-01 -5.6978268099598306E-01
+ -5.6489883798791063E-01 -5.6005685644415737E-01 -5.5525637755213175E-01
+ -5.5049704557478651E-01 -5.4577850782425708E-01 -5.4110041463572511E-01
+ -5.3646241934150651E-01 -5.3186417824536192E-01 -5.2730535059702655E-01
+ -5.2278559856695905E-01 -5.1830458722130623E-01 -5.1386198449708353E-01
+ -5.0945746117756630E-01 -5.0509069086789382E-01 -5.0076134997088073E-01
+ -4.9646911766304030E-01 -4.9221367587080428E-01 -4.8799470924695587E-01
+ -4.8381190514725958E-01 -4.7966495360729300E-01 -4.7555354731947658E-01
+ -4.7147738161030067E-01 -4.6743615441774766E-01 -4.6342956626890769E-01
+ -4.5945732025778585E-01 -4.5551912202330036E-01 -4.5161467972746860E-01
+ -4.4774370403378055E-01 -4.4390590808575742E-01 -4.4010100748569403E-01
+ -4.3632872027358371E-01 -4.3258876690622367E-01 -4.2888087023649879E-01
+ -4.2520475549284487E-01 -4.2156015025888488E-01 -4.1794678445324357E-01
+ -4.1436439030953143E-01 -4.1081270235650236E-01 -4.0729145739838168E-01
+ -4.0380039449536065E-01 -4.0033925494426054E-01 -3.9690778225936096E-01
+ -3.9350572215339336E-01 -3.9013282251869646E-01 -3.8678883340853459E-01
+ -3.8347350701857452E-01 -3.8018659766852281E-01 -3.7692786178391896E-01
+ -3.7369705787808577E-01 -3.7049394653423379E-01 -3.6731829038771924E-01
+ -3.6416985410845470E-01 -3.6104840438346908E-01 -3.5795370989961856E-01
+ -3.5488554132644529E-01 -3.5184367129918231E-01 -3.4882787440190510E-01
+ -3.4583792715082706E-01 -3.4287360797773847E-01 -3.3993469721358660E-01
+ -3.3702097707219786E-01 -3.3413223163413841E-01 -3.3126824683071343E-01
+ -3.2842881042810379E-01 -3.2561371201163836E-01 -3.2282274297020130E-01
+ -3.2005569648077298E-01 -3.1731236749310315E-01 -3.1459255271451636E-01
+ -3.1189605059484621E-01 -3.0922266131149989E-01 -3.0657218675465048E-01
+ -3.0394443051255582E-01 -3.0133919785700336E-01
+===== PSEUDO_VALENCE_DENSITY =====
+ 4  : radial mesh index
+  5.4539515524138660E-01  5.4539515524138660E-01  5.4539515524138371E-01
+  5.4539515524137860E-01  5.4539515524137139E-01  5.4539515524136217E-01
+  5.4539515524135052E-01  5.4539515524133653E-01  5.4539515524132021E-01
+  5.4539515524130144E-01  5.4539515524128046E-01  5.4539515524125692E-01
+  5.4539515524123061E-01  5.4539515524120175E-01  5.4539515524117010E-01
+  5.4539515524113569E-01  5.4539515524109849E-01  5.4539515524105819E-01
+  5.4539515524101501E-01  5.4539515524096904E-01  5.4539515524091953E-01
+  5.4539515524086690E-01  5.4539515524081095E-01  5.4539515524075188E-01
+  5.4539515524068916E-01  5.4539515524062288E-01  5.4539515524055304E-01
+  5.4539515524047955E-01  5.4539515524040216E-01  5.4539515524032101E-01
+  5.4539515524023596E-01  5.4539515524014681E-01  5.4539515524005355E-01
+  5.4539515523995596E-01  5.4539515523985427E-01  5.4539515523974780E-01
+  5.4539515523963722E-01  5.4539515523952176E-01  5.4539515523940152E-01
+  5.4539515523927651E-01  5.4539515523914650E-01  5.4539515523901139E-01
+  5.4539515523887128E-01  5.4539515523872584E-01  5.4539515523857485E-01
+  5.4539515523841853E-01  5.4539515523825666E-01  5.4539515523808879E-01
+  5.4539515523791515E-01  5.4539515523773552E-01  5.4539515523754967E-01
+  5.4539515523735749E-01  5.4539515523715898E-01  5.4539515523695392E-01
+  5.4539515523674231E-01  5.4539515523652371E-01  5.4539515523629811E-01
+  5.4539515523606563E-01  5.4539515523582549E-01  5.4539515523557824E-01
+  5.4539515523532323E-01  5.4539515523506055E-01  5.4539515523478987E-01
+  5.4539515523451110E-01  5.4539515523422399E-01  5.4539515523392879E-01
+  5.4539515523362470E-01  5.4539515523331195E-01  5.4539515523299020E-01
+  5.4539515523265925E-01  5.4539515523231918E-01  5.4539515523196924E-01
+  5.4539515523160975E-01  5.4539515523124038E-01  5.4539515523086068E-01
+  5.4539515523047088E-01  5.4539515523007054E-01  5.4539515522965931E-01
+  5.4539515522923709E-01  5.4539515522880355E-01  5.4539515522835857E-01
+  5.4539515522790216E-01  5.4539515522743376E-01  5.4539515522695314E-01
+  5.4539515522646020E-01  5.4539515522595461E-01  5.4539515522543613E-01
+  5.4539515522490434E-01  5.4539515522435922E-01  5.4539515522380033E-01
+  5.4539515522322768E-01  5.4539515522264059E-01  5.4539515522203896E-01
+  5.4539515522142257E-01  5.4539515522079085E-01  5.4539515522014403E-01
+  5.4539515521948145E-01  5.4539515521880255E-01  5.4539515521810766E-01
+  5.4539515521739579E-01  5.4539515521666726E-01  5.4539515521592108E-01
+  5.4539515521515725E-01  5.4539515521437543E-01  5.4539515521357496E-01
+  5.4539515521275628E-01  5.4539515521191817E-01  5.4539515521106052E-01
+  5.4539515521018289E-01  5.4539515520928539E-01  5.4539515520836690E-01
+  5.4539515520742754E-01  5.4539515520646664E-01  5.4539515520548387E-01
+  5.4539515520447868E-01  5.4539515520345094E-01  5.4539515520240001E-01
+  5.4539515520132520E-01  5.4539515520022641E-01  5.4539515519910287E-01
+  5.4539515519795467E-01  5.4539515519678072E-01  5.4539515519558102E-01
+  5.4539515519435466E-01  5.4539515519310122E-01  5.4539515519182036E-01
+  5.4539515519051129E-01  5.4539515518917403E-01  5.4539515518780723E-01
+  5.4539515518641069E-01  5.4539515518498383E-01  5.4539515518352644E-01
+  5.4539515518203763E-01  5.4539515518051640E-01  5.4539515517896286E-01
+  5.4539515517737591E-01  5.4539515517575510E-01  5.4539515517409964E-01
+  5.4539515517240911E-01  5.4539515517068282E-01  5.4539515516891979E-01
+  5.4539515516711956E-01  5.4539515516528148E-01  5.4539515516340475E-01
+  5.4539515516148851E-01  5.4539515515953230E-01  5.4539515515753501E-01
+  5.4539515515549608E-01  5.4539515515341508E-01  5.4539515515129056E-01
+  5.4539515514912218E-01  5.4539515514690851E-01  5.4539515514464942E-01
+  5.4539515514234371E-01  5.4539515513999071E-01  5.4539515513758918E-01
+  5.4539515513513870E-01  5.4539515513263748E-01  5.4539515513008563E-01
+  5.4539515512748193E-01  5.4539515512482484E-01  5.4539515512211389E-01
+  5.4539515511934766E-01  5.4539515511652581E-01  5.4539515511364678E-01
+  5.4539515511070935E-01  5.4539515510771297E-01  5.4539515510465619E-01
+  5.4539515510153802E-01  5.4539515509835734E-01  5.4539515509511283E-01
+  5.4539515509180336E-01  5.4539515508842784E-01  5.4539515508498504E-01
+  5.4539515508147351E-01  5.4539515507789216E-01  5.4539515507423986E-01
+  5.4539515507051495E-01  5.4539515506671621E-01  5.4539515506284253E-01
+  5.4539515505889213E-01  5.4539515505486380E-01  5.4539515505075631E-01
+  5.4539515504656766E-01  5.4539515504229696E-01  5.4539515503794234E-01
+  5.4539515503350222E-01  5.4539515502897529E-01  5.4539515502435998E-01
+  5.4539515501965408E-01  5.4539515501485691E-01  5.4539515500996605E-01
+  5.4539515500497970E-01  5.4539515499989688E-01  5.4539515499471503E-01
+  5.4539515498943270E-01  5.4539515498404811E-01  5.4539515497855917E-01
+  5.4539515497296420E-01  5.4539515496726121E-01  5.4539515496144797E-01
+  5.4539515495552293E-01  5.4539515494948376E-01  5.4539515494332824E-01
+  5.4539515493705459E-01  5.4539515493066038E-01  5.4539515492414381E-01
+  5.4539515491750246E-01  5.4539515491073354E-01  5.4539515490383550E-01
+  5.4539515489680579E-01  5.4539515488964152E-01  5.4539515488234080E-01
+  5.4539515487490098E-01  5.4539515486731993E-01  5.4539515485959444E-01
+  5.4539515485172207E-01  5.4539515484370027E-01  5.4539515483552647E-01
+  5.4539515482719769E-01  5.4539515481871126E-01  5.4539515481006429E-01
+  5.4539515480125378E-01  5.4539515479227696E-01  5.4539515478313050E-01
+  5.4539515477381184E-01  5.4539515476431755E-01  5.4539515475464451E-01
+  5.4539515474478928E-01  5.4539515473474909E-01  5.4539515472452005E-01
+  5.4539515471409927E-01  5.4539515470348277E-01  5.4539515469266753E-01
+  5.4539515468164956E-01  5.4539515467042554E-01  5.4539515465899147E-01
+  5.4539515464734389E-01  5.4539515463547861E-01  5.4539515462339194E-01
+  5.4539515461107979E-01  5.4539515459853838E-01  5.4539515458576338E-01
+  5.4539515457275056E-01  5.4539515455949550E-01  5.4539515454599430E-01
+  5.4539515453224219E-01  5.4539515451823473E-01  5.4539515450396747E-01
+  5.4539515448943587E-01  5.4539515447463482E-01  5.4539515445955966E-01
+  5.4539515444420550E-01  5.4539515442856734E-01  5.4539515441264019E-01
+  5.4539515439641872E-01  5.4539515437989772E-01  5.4539515436307195E-01
+  5.4539515434593577E-01  5.4539515432848373E-01  5.4539515431071017E-01
+  5.4539515429260943E-01  5.4539515427417573E-01  5.4539515425540275E-01
+  5.4539515423628482E-01  5.4539515421681561E-01  5.4539515419698892E-01
+  5.4539515417679840E-01  5.4539515415623741E-01  5.4539515413529960E-01
+  5.4539515411397799E-01  5.4539515409226569E-01  5.4539515407015604E-01
+  5.4539515404764183E-01  5.4539515402471594E-01  5.4539515400137084E-01
+  5.4539515397759930E-01  5.4539515395339333E-01  5.4539515392874571E-01
+  5.4539515390364857E-01  5.4539515387809334E-01  5.4539515385207227E-01
+  5.4539515382557713E-01  5.4539515379859937E-01  5.4539515377113046E-01
+  5.4539515374316161E-01  5.4539515371468406E-01  5.4539515368568892E-01
+  5.4539515365616664E-01  5.4539515362610813E-01  5.4539515359550339E-01
+  5.4539515356434332E-01  5.4539515353261803E-01  5.4539515350031709E-01
+  5.4539515346743073E-01  5.4539515343394829E-01  5.4539515339985922E-01
+  5.4539515336515287E-01  5.4539515332981814E-01  5.4539515329384380E-01
+  5.4539515325721921E-01  5.4539515321993204E-01  5.4539515318197096E-01
+  5.4539515314332421E-01  5.4539515310397912E-01  5.4539515306392372E-01
+  5.4539515302314523E-01  5.4539515298163110E-01  5.4539515293936802E-01
+  5.4539515289634322E-01  5.4539515285254270E-01  5.4539515280795281E-01
+  5.4539515276255990E-01  5.4539515271634964E-01  5.4539515266930760E-01
+  5.4539515262141880E-01  5.4539515257266891E-01  5.4539515252304216E-01
+  5.4539515247252313E-01  5.4539515242109615E-01  5.4539515236874514E-01
+  5.4539515231545421E-01  5.4539515226120627E-01  5.4539515220598445E-01
+  5.4539515214977174E-01  5.4539515209255052E-01  5.4539515203430333E-01
+  5.4539515197501143E-01  5.4539515191465704E-01  5.4539515185322096E-01
+  5.4539515179068443E-01  5.4539515172702790E-01  5.4539515166223185E-01
+  5.4539515159627583E-01  5.4539515152913964E-01  5.4539515146080242E-01
+  5.4539515139124306E-01  5.4539515132043992E-01  5.4539515124837112E-01
+  5.4539515117501458E-01  5.4539515110034720E-01  5.4539515102434633E-01
+  5.4539515094698821E-01  5.4539515086824908E-01  5.4539515078810463E-01
+  5.4539515070653000E-01  5.4539515062350008E-01  5.4539515053898935E-01
+  5.4539515045297182E-01  5.4539515036542074E-01  5.4539515027630936E-01
+  5.4539515018561013E-01  5.4539515009329509E-01  5.4539514999933592E-01
+  5.4539514990370364E-01  5.4539514980636894E-01  5.4539514970730196E-01
+  5.4539514960647173E-01  5.4539514950384782E-01  5.4539514939939859E-01
+  5.4539514929309196E-01  5.4539514918489540E-01  5.4539514907477515E-01
+  5.4539514896269803E-01  5.4539514884862950E-01  5.4539514873253470E-01
+  5.4539514861437788E-01  5.4539514849412274E-01  5.4539514837173253E-01
+  5.4539514824717006E-01  5.4539514812039680E-01  5.4539514799137390E-01
+  5.4539514786006227E-01  5.4539514772642173E-01  5.4539514759041097E-01
+  5.4539514745198892E-01  5.4539514731111283E-01  5.4539514716773974E-01
+  5.4539514702182612E-01  5.4539514687332724E-01  5.4539514672219769E-01
+  5.4539514656839172E-01  5.4539514641186171E-01  5.4539514625256069E-01
+  5.4539514609043926E-01  5.4539514592544880E-01  5.4539514575753845E-01
+  5.4539514558665714E-01  5.4539514541275280E-01  5.4539514523577270E-01
+  5.4539514505566256E-01  5.4539514487236795E-01  5.4539514468583261E-01
+  5.4539514449600035E-01  5.4539514430281277E-01  5.4539514410621182E-01
+  5.4539514390613697E-01  5.4539514370252762E-01  5.4539514349532225E-01
+  5.4539514328445760E-01  5.4539514306986936E-01  5.4539514285149271E-01
+  5.4539514262926125E-01  5.4539514240310771E-01  5.4539514217296270E-01
+  5.4539514193875693E-01  5.4539514170041947E-01  5.4539514145787737E-01
+  5.4539514121105770E-01  5.4539514095988517E-01  5.4539514070428374E-01
+  5.4539514044417614E-01  5.4539514017948343E-01  5.4539513991012523E-01
+  5.4539513963602004E-01  5.4539513935708461E-01  5.4539513907323489E-01
+  5.4539513878438461E-01  5.4539513849044641E-01  5.4539513819133123E-01
+  5.4539513788694871E-01  5.4539513757720648E-01  5.4539513726201116E-01
+  5.4539513694126729E-01  5.4539513661487760E-01  5.4539513628274394E-01
+  5.4539513594476519E-01  5.4539513560083985E-01  5.4539513525086347E-01
+  5.4539513489473057E-01  5.4539513453233346E-01  5.4539513416356311E-01
+  5.4539513378830740E-01  5.4539513340645351E-01  5.4539513301788600E-01
+  5.4539513262248740E-01  5.4539513222013858E-01  5.4539513181071808E-01
+  5.4539513139410223E-01  5.4539513097016568E-01  5.4539513053878053E-01
+  5.4539513009981588E-01  5.4539512965314030E-01  5.4539512919861888E-01
+  5.4539512873611440E-01  5.4539512826548753E-01  5.4539512778659638E-01
+  5.4539512729929673E-01  5.4539512680344204E-01  5.4539512629888232E-01
+  5.4539512578546612E-01  5.4539512526303868E-01  5.4539512473144236E-01
+  5.4539512419051761E-01  5.4539512364010123E-01  5.4539512308002769E-01
+  5.4539512251012845E-01  5.4539512193023187E-01  5.4539512134016388E-01
+  5.4539512073974650E-01  5.4539512012879932E-01  5.4539511950713859E-01
+  5.4539511887457726E-01  5.4539511823092535E-01  5.4539511757598891E-01
+  5.4539511690957176E-01  5.4539511623147274E-01  5.4539511554148878E-01
+  5.4539511483941228E-01  5.4539511412503217E-01  5.4539511339813396E-01
+  5.4539511265849905E-01  5.4539511190590562E-01  5.4539511114012740E-01
+  5.4539511036093480E-01  5.4539510956809345E-01  5.4539510876136554E-01
+  5.4539510794050872E-01  5.4539510710527650E-01  5.4539510625541865E-01
+  5.4539510539067970E-01  5.4539510451080064E-01  5.4539510361551680E-01
+  5.4539510270456037E-01  5.4539510177765738E-01  5.4539510083453036E-01
+  5.4539509987489621E-01  5.4539509889846693E-01  5.4539509790495022E-01
+  5.4539509689404797E-01  5.4539509586545720E-01  5.4539509481886939E-01
+  5.4539509375397111E-01  5.4539509267044273E-01  5.4539509156796007E-01
+  5.4539509044619272E-01  5.4539508930480418E-01  5.4539508814345294E-01
+  5.4539508696179095E-01  5.4539508575946405E-01  5.4539508453611263E-01
+  5.4539508329136965E-01  5.4539508202486298E-01  5.4539508073621290E-01
+  5.4539507942503396E-01  5.4539507809093368E-01  5.4539507673351240E-01
+  5.4539507535236376E-01  5.4539507394707487E-01  5.4539507251722452E-01
+  5.4539507106238527E-01  5.4539506958212181E-01  5.4539506807599092E-01
+  5.4539506654354208E-01  5.4539506498431711E-01  5.4539506339784949E-01
+  5.4539506178366448E-01  5.4539506014127970E-01  5.4539505847020364E-01
+  5.4539505676993683E-01  5.4539505503997054E-01  5.4539505327978788E-01
+  5.4539505148886236E-01  5.4539504966665875E-01  5.4539504781263226E-01
+  5.4539504592622901E-01  5.4539504400688466E-01  5.4539504205402578E-01
+  5.4539504006706918E-01  5.4539503804542033E-01  5.4539503598847594E-01
+  5.4539503389562105E-01  5.4539503176623050E-01  5.4539502959966824E-01
+  5.4539502739528678E-01  5.4539502515242788E-01  5.4539502287042185E-01
+  5.4539502054858702E-01  5.4539501818622982E-01  5.4539501578264493E-01
+  5.4539501333711460E-01  5.4539501084890896E-01  5.4539500831728460E-01
+  5.4539500574148592E-01  5.4539500312074407E-01  5.4539500045427680E-01
+  5.4539499774128808E-01  5.4539499498096811E-01  5.4539499217249321E-01
+  5.4539498931502528E-01  5.4539498640771111E-01  5.4539498344968385E-01
+  5.4539498044006007E-01  5.4539497737794296E-01  5.4539497426241745E-01
+  5.4539497109255541E-01  5.4539496786741049E-01  5.4539496458602088E-01
+  5.4539496124740761E-01  5.4539495785057512E-01  5.4539495439451002E-01
+  5.4539495087818179E-01  5.4539494730054172E-01  5.4539494366052277E-01
+  5.4539493995704003E-01  5.4539493618898849E-01  5.4539493235524528E-01
+  5.4539492845466719E-01  5.4539492448609128E-01  5.4539492044833482E-01
+  5.4539491634019333E-01  5.4539491216044289E-01  5.4539490790783751E-01
+  5.4539490358110965E-01  5.4539489917896966E-01  5.4539489470010571E-01
+  5.4539489014318299E-01  5.4539488550684367E-01  5.4539488078970588E-01
+  5.4539487599036418E-01  5.4539487110738849E-01  5.4539486613932431E-01
+  5.4539486108469093E-01  5.4539485594198267E-01  5.4539485070966776E-01
+  5.4539484538618699E-01  5.4539483996995508E-01  5.4539483445935855E-01
+  5.4539482885275592E-01  5.4539482314847720E-01  5.4539481734482398E-01
+  5.4539481144006674E-01  5.4539480543244834E-01  5.4539479932017876E-01
+  5.4539479310143846E-01  5.4539478677437525E-01  5.4539478033710531E-01
+  5.4539477378771173E-01  5.4539476712424495E-01  5.4539476034472067E-01
+  5.4539475344712107E-01  5.4539474642939190E-01  5.4539473928944471E-01
+  5.4539473202515354E-01  5.4539472463435656E-01  5.4539471711485332E-01
+  5.4539470946440594E-01  5.4539470168073745E-01  5.4539469376153071E-01
+  5.4539468570442939E-01  5.4539467750703507E-01  5.4539466916690871E-01
+  5.4539466068156817E-01  5.4539465204848858E-01  5.4539464326510045E-01
+  5.4539463432879087E-01  5.4539462523690041E-01  5.4539461598672401E-01
+  5.4539460657550987E-01  5.4539459700045745E-01  5.4539458725871837E-01
+  5.4539457734739427E-01  5.4539456726353652E-01  5.4539455700414574E-01
+  5.4539454656616992E-01  5.4539453594650389E-01  5.4539452514198894E-01
+  5.4539451414941142E-01  5.4539450296550152E-01  5.4539449158693298E-01
+  5.4539448001032143E-01  5.4539446823222426E-01  5.4539445624913807E-01
+  5.4539444405749937E-01  5.4539443165368295E-01  5.4539441903399966E-01
+  5.4539440619469726E-01  5.4539439313195726E-01  5.4539437984189598E-01
+  5.4539436632056115E-01  5.4539435256393287E-01  5.4539433856792086E-01
+  5.4539432432836332E-01  5.4539430984102710E-01  5.4539429510160531E-01
+  5.4539428010571511E-01  5.4539426484889897E-01  5.4539424932662106E-01
+  5.4539423353426719E-01  5.4539421746714278E-01  5.4539420112047143E-01
+  5.4539418448939447E-01  5.4539416756896808E-01  5.4539415035416272E-01
+  5.4539413283986182E-01  5.4539411502085977E-01  5.4539409689186014E-01
+  5.4539407844747512E-01  5.4539405968222265E-01  5.4539404059052599E-01
+  5.4539402116671121E-01  5.4539400140500571E-01  5.4539398129953709E-01
+  5.4539396084433012E-01  5.4539394003330655E-01  5.4539391886028210E-01
+  5.4539389731896548E-01  5.4539387540295514E-01  5.4539385310573962E-01
+  5.4539383042069323E-01  5.4539380734107579E-01  5.4539378386002990E-01
+  5.4539375997057915E-01  5.4539373566562577E-01  5.4539371093794786E-01
+  5.4539368578020031E-01  5.4539366018490809E-01  5.4539363414446729E-01
+  5.4539360765114175E-01  5.4539358069706134E-01  5.4539355327421890E-01
+  5.4539352537446739E-01  5.4539349698952022E-01  5.4539346811094458E-01
+  5.4539343873016266E-01  5.4539340883844700E-01  5.4539337842691882E-01
+  5.4539334748654511E-01  5.4539331600813556E-01  5.4539328398234044E-01
+  5.4539325139964812E-01  5.4539321825038067E-01  5.4539318452469321E-01
+  5.4539315021256873E-01  5.4539311530381707E-01  5.4539307978807061E-01
+  5.4539304365478181E-01  5.4539300689321990E-01  5.4539296949246763E-01
+  5.4539293144141798E-01  5.4539289272877123E-01  5.4539285334303134E-01
+  5.4539281327250255E-01  5.4539277250528606E-01  5.4539273102927588E-01
+  5.4539268883215597E-01  5.4539264590139691E-01  5.4539260222425112E-01
+  5.4539255778774964E-01  5.4539251257869803E-01  5.4539246658367324E-01
+  5.4539241978901820E-01  5.4539237218083969E-01  5.4539232374500213E-01
+  5.4539227446712513E-01  5.4539222433257795E-01  5.4539217332647638E-01
+  5.4539212143367710E-01  5.4539206863877399E-01  5.4539201492609302E-01
+  5.4539196027968861E-01  5.4539190468333754E-01  5.4539184812053454E-01
+  5.4539179057448883E-01  5.4539173202811708E-01  5.4539167246403941E-01
+  5.4539161186457397E-01  5.4539155021173180E-01  5.4539148748721156E-01
+  5.4539142367239413E-01  5.4539135874833700E-01  5.4539129269576825E-01
+  5.4539122549508157E-01  5.4539115712633035E-01  5.4539108756922061E-01
+  5.4539101680310664E-01  5.4539094480698436E-01  5.4539087155948385E-01
+  5.4539079703886495E-01  5.4539072122300958E-01  5.4539064408941529E-01
+  5.4539056561518906E-01  5.4539048577704019E-01  5.4539040455127341E-01
+  5.4539032191378178E-01  5.4539023784003982E-01  5.4539015230509591E-01
+  5.4539006528356537E-01  5.4538997674962186E-01  5.4538988667699184E-01
+  5.4538979503894391E-01  5.4538970180828317E-01  5.4538960695734262E-01
+  5.4538951045797401E-01  5.4538941228154070E-01  5.4538931239890875E-01
+  5.4538921078043801E-01  5.4538910739597335E-01  5.4538900221483588E-01
+  5.4538889520581446E-01  5.4538878633715526E-01  5.4538867557655346E-01
+  5.4538856289114246E-01  5.4538844824748545E-01  5.4538833161156475E-01
+  5.4538821294877171E-01  5.4538809222389673E-01  5.4538796940111856E-01
+  5.4538784444399357E-01  5.4538771731544633E-01  5.4538758797775588E-01
+  5.4538745639254715E-01  5.4538732252077859E-01  5.4538718632272998E-01
+  5.4538704775799163E-01  5.4538690678545254E-01  5.4538676336328640E-01
+  5.4538661744894190E-01  5.4538646899912768E-01  5.4538631796980108E-01
+  5.4538616431615450E-01  5.4538600799260173E-01  5.4538584895276554E-01
+  5.4538568714946234E-01  5.4538552253469041E-01  5.4538535505961261E-01
+  5.4538518467454533E-01  5.4538501132894113E-01  5.4538483497137491E-01
+  5.4538465554952864E-01  5.4538447301017545E-01  5.4538428729916422E-01
+  5.4538409836140322E-01  5.4538390614084409E-01  5.4538371058046564E-01
+  5.4538351162225518E-01  5.4538330920719336E-01  5.4538310327523609E-01
+  5.4538289376529592E-01  5.4538268061522410E-01  5.4538246376179422E-01
+  5.4538224314068051E-01  5.4538201868643987E-01  5.4538179033249357E-01
+  5.4538155801110677E-01  5.4538132165336728E-01  5.4538108118916706E-01
+  5.4538083654718006E-01  5.4538058765484165E-01  5.4538033443832756E-01
+  5.4538007682253098E-01  5.4537981473104047E-01  5.4537954808611833E-01
+  5.4537927680867659E-01  5.4537900081825363E-01  5.4537872003299104E-01
+  5.4537843436960853E-01  5.4537814374337967E-01  5.4537784806810619E-01
+  5.4537754725609422E-01  5.4537724121812581E-01  5.4537692986343411E-01
+  5.4537661309967644E-01  5.4537629083290540E-01  5.4537596296754354E-01
+  5.4537562940635309E-01  5.4537529005040775E-01  5.4537494479906312E-01
+  5.4537459354992734E-01  5.4537423619883041E-01  5.4537387263979398E-01
+  5.4537350276499807E-01  5.4537312646475178E-01  5.4537274362745891E-01
+  5.4537235413958474E-01  5.4537195788562465E-01  5.4537155474806687E-01
+  5.4537114460736003E-01  5.4537072734187564E-01  5.4537030282787446E-01
+  5.4536987093946832E-01  5.4536943154858231E-01  5.4536898452491867E-01
+  5.4536852973591599E-01  5.4536806704671204E-01  5.4536759632010245E-01
+  5.4536711741650035E-01  5.4536663019389509E-01  5.4536613450781024E-01
+  5.4536563021126105E-01  5.4536511715470981E-01  5.4536459518602320E-01
+  5.4536406415042560E-01  5.4536352389045406E-01  5.4536297424591185E-01
+  5.4536241505382055E-01  5.4536184614837213E-01  5.4536126736087920E-01
+  5.4536067851972525E-01  5.4536007945031484E-01  5.4535946997502061E-01
+  5.4535884991313044E-01  5.4535821908079596E-01  5.4535757729097534E-01
+  5.4535692435337979E-01  5.4535626007441695E-01  5.4535558425713326E-01
+  5.4535489670115445E-01  5.4535419720262845E-01  5.4535348555416374E-01
+  5.4535276154476775E-01  5.4535202495978485E-01  5.4535127558083252E-01
+  5.4535051318573724E-01  5.4534973754846705E-01  5.4534894843906701E-01
+  5.4534814562358946E-01  5.4534732886402415E-01  5.4534649791823020E-01
+  5.4534565253986211E-01  5.4534479247829759E-01  5.4534391747856314E-01
+  5.4534302728125938E-01  5.4534212162248330E-01  5.4534120023374999E-01
+  5.4534026284191428E-01  5.4533930916908835E-01  5.4533833893256112E-01
+  5.4533735184471277E-01  5.4533634761293126E-01  5.4533532593952372E-01
+  5.4533428652163085E-01  5.4533322905113502E-01  5.4533215321456985E-01
+  5.4533105869302789E-01  5.4532994516206523E-01  5.4532881229160679E-01
+  5.4532765974584663E-01  5.4532648718315091E-01  5.4532529425595477E-01
+  5.4532408061066007E-01  5.4532284588753144E-01  5.4532158972058897E-01
+  5.4532031173750017E-01  5.4531901155946982E-01  5.4531768880112697E-01
+  5.4531634307041332E-01  5.4531497396846351E-01  5.4531358108949080E-01
+  5.4531216402066418E-01  5.4531072234198763E-01  5.4530925562617572E-01
+  5.4530776343852694E-01  5.4530624533679439E-01  5.4530470087105598E-01
+  5.4530312958358129E-01  5.4530153100869494E-01  5.4529990467264067E-01
+  5.4529825009343924E-01  5.4529656678074678E-01  5.4529485423571034E-01
+  5.4529311195081875E-01  5.4529133940975349E-01  5.4528953608723674E-01
+  5.4528770144887373E-01  5.4528583495099769E-01  5.4528393604050551E-01
+  5.4528200415469730E-01  5.4528003872110864E-01  5.4527803915734063E-01
+  5.4527600487088879E-01  5.4527393525896783E-01  5.4527182970833188E-01
+  5.4526968759509531E-01  5.4526750828454706E-01  5.4526529113096256E-01
+  5.4526303547741384E-01  5.4526074065557439E-01  5.4525840598552289E-01
+  5.4525603077554086E-01  5.4525361432190900E-01  5.4525115590869810E-01
+  5.4524865480755946E-01  5.4524611027750769E-01  5.4524352156470224E-01
+  5.4524088790222536E-01  5.4523820850985460E-01  5.4523548259383314E-01
+  5.4523270934663404E-01  5.4522988794672211E-01  5.4522701755831249E-01
+  5.4522409733112243E-01  5.4522112640011922E-01  5.4521810388526704E-01
+  5.4521502889126550E-01  5.4521190050728530E-01  5.4520871780669999E-01
+  5.4520547984681078E-01  5.4520218566857070E-01  5.4519883429629812E-01
+  5.4519542473739213E-01  5.4519195598203696E-01  5.4518842700290537E-01
+  5.4518483675485396E-01  5.4518118417461603E-01  5.4517746818048740E-01
+  5.4517368767200702E-01  5.4516984152963222E-01  5.4516592861440816E-01
+  5.4516194776763205E-01  5.4515789781051194E-01  5.4515377754381755E-01
+  5.4514958574752836E-01  5.4514532118047088E-01  5.4514098257995625E-01
+  5.4513656866140558E-01  5.4513207811797160E-01  5.4512750962015299E-01
+  5.4512286181540370E-01  5.4511813332773251E-01  5.4511332275729918E-01
+  5.4510842868000053E-01  5.4510344964705137E-01  5.4509838418455803E-01
+  5.4509323079308258E-01  5.4508798794720315E-01  5.4508265409506307E-01
+  5.4507722765791367E-01  5.4507170702965091E-01  5.4506609057634092E-01
+  5.4506037663573970E-01  5.4505456351680293E-01  5.4504864949918930E-01
+  5.4504263283275334E-01  5.4503651173703083E-01  5.4503028440071422E-01
+  5.4502394898112050E-01  5.4501750360364876E-01  5.4501094636122882E-01
+  5.4500427531375972E-01  5.4499748848754126E-01  5.4499058387469101E-01
+  5.4498355943255594E-01  5.4497641308311084E-01  5.4496914271234798E-01
+  5.4496174616965776E-01  5.4495422126719317E-01  5.4494656577923006E-01
+  5.4493877744151242E-01  5.4493085395058760E-01  5.4492279296312929E-01
+  5.4491459209525095E-01  5.4490624892180473E-01  5.4489776097567122E-01
+  5.4488912574703385E-01  5.4488034068264413E-01  5.4487140318507177E-01
+  5.4486231061194346E-01  5.4485306027516855E-01  5.4484364944014962E-01
+  5.4483407532498307E-01  5.4482433509964157E-01  5.4481442588514761E-01
+  5.4480434475272754E-01  5.4479408872295598E-01  5.4478365476488266E-01
+  5.4477303979514535E-01  5.4476224067706691E-01  5.4475125421973847E-01
+  5.4474007717708595E-01  5.4472870624691982E-01  5.4471713806997046E-01
+  5.4470536922890589E-01  5.4469339624733337E-01  5.4468121558878313E-01
+  5.4466882365567593E-01  5.4465621678827236E-01  5.4464339126360384E-01
+  5.4463034329438764E-01  5.4461706902791984E-01  5.4460356454495240E-01
+  5.4458982585855076E-01  5.4457584891293054E-01  5.4456162958227605E-01
+  5.4454716366953781E-01  5.4453244690521008E-01  5.4451747494608826E-01
+  5.4450224337400444E-01  5.4448674769454064E-01  5.4447098333572230E-01
+  5.4445494564668884E-01  5.4443862989634106E-01  5.4442203127196664E-01
+  5.4440514487784142E-01  5.4438796573380810E-01  5.4437048877383076E-01
+  5.4435270884452358E-01  5.4433462070365723E-01  5.4431621901863803E-01
+  5.4429749836496200E-01  5.4427845322464319E-01  5.4425907798461637E-01
+  5.4423936693511121E-01  5.4421931426799897E-01  5.4419891407511412E-01
+  5.4417816034654487E-01  5.4415704696889644E-01  5.4413556772352523E-01
+  5.4411371628474248E-01  5.4409148621798820E-01  5.4406887097797707E-01
+  5.4404586390680787E-01  5.4402245823204698E-01  5.4399864706477596E-01
+  5.4397442339760937E-01  5.4394978010267681E-01  5.4392470992957365E-01
+  5.4389920550327642E-01  5.4387325932202391E-01  5.4384686375516311E-01
+  5.4382001104095867E-01  5.4379269328436741E-01  5.4376490245477394E-01
+  5.4373663038369069E-01  5.4370786876241983E-01  5.4367860913967359E-01
+  5.4364884291915938E-01  5.4361856135712261E-01  5.4358775555984895E-01
+  5.4355641648112663E-01  5.4352453491966524E-01  5.4349210151647454E-01
+  5.4345910675219766E-01  5.4342554094440287E-01  5.4339139424482763E-01
+  5.4335665663658228E-01  5.4332131793130323E-01  5.4328536776626279E-01
+  5.4324879560143013E-01  5.4321159071648517E-01  5.4317374220778447E-01
+  5.4313523898527527E-01  5.4309606976936220E-01  5.4305622308772161E-01
+  5.4301568727206517E-01  5.4297445045484938E-01  5.4293250056593512E-01
+  5.4288982532918839E-01  5.4284641225903252E-01  5.4280224865693860E-01
+  5.4275732160786416E-01  5.4271161797663214E-01  5.4266512440425352E-01
+  5.4261782730418928E-01  5.4256971285855427E-01  5.4252076701425922E-01
+  5.4247097547909318E-01  5.4242032371774163E-01  5.4236879694774220E-01
+  5.4231638013537709E-01  5.4226305799149965E-01  5.4220881496729412E-01
+  5.4215363524997184E-01  5.4209750275839663E-01  5.4204040113864205E-01
+  5.4198231375948080E-01  5.4192322370780055E-01  5.4186311378395313E-01
+  5.4180196649702528E-01  5.4173976406004054E-01  5.4167648838508498E-01
+  5.4161212107835832E-01  5.4154664343514691E-01  5.4148003643472176E-01
+  5.4141228073515701E-01  5.4134335666806777E-01  5.4127324423327139E-01
+  5.4120192309336212E-01  5.4112937256820803E-01  5.4105557162936313E-01
+  5.4098049889439126E-01  5.4090413262111203E-01  5.4082645070175162E-01
+  5.4074743065701403E-01  5.4066704963005729E-01  5.4058528438038389E-01
+  5.4050211127763959E-01  5.4041750629531859E-01  5.4033144500437946E-01
+  5.4024390256676369E-01  5.4015485372882144E-01  5.4006427281464131E-01
+  5.3997213371928199E-01  5.3987840990190583E-01  5.3978307437881612E-01
+  5.3968609971639092E-01  5.3958745802391628E-01  5.3948712094631979E-01
+  5.3938505965679884E-01  5.3928124484934503E-01  5.3917564673116358E-01
+  5.3906823501498746E-01  5.3895897891128264E-01  5.3884784712034794E-01
+  5.3873480782430372E-01  5.3861982867897007E-01  5.3850287680563758E-01
+  5.3838391878272329E-01  5.3826292063731385E-01  5.3813984783659863E-01
+  5.3801466527918529E-01  5.3788733728629956E-01  5.3775782759287438E-01
+  5.3762609933851568E-01  5.3749211505835537E-01  5.3735583667378450E-01
+  5.3721722548306872E-01  5.3707624215184269E-01  5.3693284670348573E-01
+  5.3678699850937628E-01  5.3663865627902774E-01  5.3648777805009773E-01
+  5.3633432117828106E-01  5.3617824232707567E-01  5.3601949745742916E-01
+  5.3585804181726115E-01  5.3569382993086234E-01  5.3552681558816884E-01
+  5.3535695183391796E-01  5.3518419095667402E-01  5.3500848447773552E-01
+  5.3482978313991714E-01  5.3464803689620810E-01  5.3446319489830973E-01
+  5.3427520548504814E-01  5.3408401617066548E-01  5.3388957363299150E-01
+  5.3369182370149115E-01  5.3349071134519388E-01  5.3328618066050260E-01
+  5.3307817485888542E-01  5.3286663625444775E-01  5.3265150625139046E-01
+  5.3243272533135155E-01  5.3221023304063420E-01  5.3198396797732328E-01
+  5.3175386777829170E-01  5.3151986910609705E-01  5.3128190763577232E-01
+  5.3103991804151374E-01  5.3079383398326219E-01  5.3054358809319035E-01
+  5.3028911196208817E-01  5.3003033612565675E-01  5.2976719005071082E-01
+  5.2949960212129099E-01  5.2922749962469584E-01  5.2895080873742806E-01
+  5.2866945451106706E-01  5.2838336085806714E-01  5.2809245053748799E-01
+  5.2779664514065960E-01  5.2749586507679003E-01  5.2719002955851757E-01
+  5.2687905658741441E-01  5.2656286293944765E-01  5.2624136415040434E-01
+  5.2591447450128281E-01  5.2558210700366326E-01  5.2524417338505835E-01
+  5.2490058407425588E-01  5.2455124818665810E-01  5.2419607350962705E-01
+  5.2383496648784322E-01  5.2346783220868875E-01  5.2309457438766016E-01
+  5.2271509535382588E-01  5.2232929603533207E-01  5.2193707594497329E-01
+  5.2153833316583365E-01  5.2113296433701572E-01  5.2072086463946188E-01
+  5.2030192778188811E-01  5.1987604598683690E-01  5.1944310997686660E-01
+  5.1900300896089036E-01  5.1855563062067755E-01  5.1810086109753584E-01
+  5.1763858497918636E-01  5.1716868528685300E-01  5.1669104346257688E-01
+  5.1620553935677993E-01  5.1571205121609098E-01  5.1521045567145696E-01
+  5.1470062772655800E-01  5.1418244074654595E-01  5.1365576644712974E-01
+  5.1312047488402823E-01  5.1257643444281364E-01  5.1202351182917205E-01
+  5.1146157205959975E-01  5.1089047845256963E-01  5.1031009262018379E-01
+  5.0972027446035162E-01  5.0912088214950990E-01  5.0851177213592358E-01
+  5.0789279913359031E-01  5.0726381611678839E-01  5.0662467431529168E-01
+  5.0597522321029098E-01  5.0531531053105605E-01  5.0464478225236842E-01
+  5.0396348259277191E-01  5.0327125401366835E-01  5.0256793721930482E-01
+  5.0185337115769157E-01  5.0112739302248954E-01  5.0038983825591243E-01
+  4.9964054055269180E-01  4.9887933186514133E-01  4.9810604240937628E-01
+  4.9732050067273270E-01  4.9652253342243641E-01  4.9571196571557208E-01
+  4.9488862091040914E-01  4.9405232067913202E-01  4.9320288502203785E-01
+  4.9234013228325391E-01  4.9146387916803341E-01  4.9057394076169303E-01
+  4.8967013055025321E-01  4.8875226044284104E-01  4.8782014079592567E-01
+  4.8687358043945095E-01  4.8591238670493220E-01  4.8493636545559166E-01
+  4.8394532111859451E-01  4.8293905671947329E-01  4.8191737391880285E-01
+  4.8088007305120711E-01  4.7982695316677876E-01  4.7875781207498719E-01
+  4.7767244639115947E-01  4.7657065158561490E-01  4.7545222203554299E-01
+  4.7431695107970318E-01  4.7316463107604467E-01  4.7199505346232784E-01
+  4.7080800881984108E-01  4.6960328694030951E-01  4.6838067689608442E-01
+  4.6713996711371147E-01  4.6588094545097708E-01  4.6460339927752692E-01
+  4.6330711555916121E-01  4.6199188094590404E-01  4.6065748186395078E-01
+  4.5930370461159714E-01  4.5793033545925166E-01  4.5653716075364054E-01
+  4.5512396702630836E-01  4.5369054110651980E-01  4.5223667023867309E-01
+  4.5076214220433103E-01  4.4926674544897610E-01  4.4775026921359862E-01
+  4.4621250367122783E-01  4.4465324006851048E-01  4.4307227087244394E-01
+  4.4146938992237444E-01  4.3984439258736313E-01  4.3819707592902352E-01
+  4.3652723886993700E-01  4.3483468236774847E-01  4.3311920959503625E-01
+  4.3138062612506251E-01  4.2961874012349477E-01  4.2783336254619037E-01
+  4.2602430734313906E-01  4.2419139166864372E-01  4.2233443609782451E-01
+  4.2045326484952683E-01  4.1854770601570102E-01  4.1661759179732893E-01
+  4.1466275874695457E-01  4.1268304801787831E-01  4.1067830562006635E-01
+  4.0864838268281473E-01  4.0659313572420830E-01  4.0451242692739781E-01
+  4.0240612442371526E-01  4.0027410258263901E-01  3.9811624230860393E-01
+  3.9593243134464595E-01  3.9372256458286126E-01  3.9148654438163777E-01
+  3.8922428088961786E-01  3.8693569237632641E-01  3.8462070556938571E-01
+  3.8227925599822971E-01  3.7991128834420551E-01  3.7751675679693841E-01
+  3.7509562541681490E-01  3.7264786850342513E-01  3.7017347096977476E-01
+  3.6767242872207195E-01  3.6514474904485467E-01  3.6259045099121773E-01
+  3.6000956577786103E-01  3.5740213718466390E-01  3.5476822195846103E-01
+  3.5210789022067029E-01  3.4942122587838920E-01  3.4670832703855503E-01
+  3.4396930642472506E-01  3.4120429179600986E-01  3.3841342636764926E-01
+  3.3559686923270021E-01  3.3275479578425476E-01  3.2988739813758727E-01
+  3.2699488555157541E-01  3.2407748484871823E-01  3.2113544083301970E-01
+  3.1816901670497816E-01  3.1517849447287283E-01  3.1216417535950236E-01
+  3.0912638020348077E-01  3.0606544985415907E-01  3.0298174555919444E-01
+  2.9987564934374039E-01  2.9674756438019068E-01  2.9359791534736207E-01
+  2.9042714877795389E-01  2.8723573339307745E-01  2.8402416042260331E-01
+  2.8079294391002396E-01  2.7754262100048915E-01  2.7427375221062317E-01
+  2.7098692167868527E-01  2.6768273739360188E-01  2.6436183140134012E-01
+  2.6102485998707192E-01  2.5767250383151225E-01  2.5430546813980742E-01
+  2.5092448274128948E-01  2.4753030215839208E-01  2.4412370564299227E-01
+  2.4070549717841236E-01  2.3727650544529755E-01  2.3383758374956032E-01
+  2.3038960991057675E-01  2.2693348610779820E-01  2.2347013868394849E-01
+  2.2000051790297151E-01  2.1652559766090157E-01  2.1304637514784738E-01
+  2.0956387045929437E-01  2.0607912615496818E-01  2.0259320676352960E-01
+  1.9910719823142467E-01  1.9562220731426416E-01  1.9213936090917441E-01
+  1.8865980532663504E-01  1.8518470550040639E-01  1.8171524413424603E-01
+  1.7825262078422610E-01  1.7479805087558245E-01  1.7135276465316254E-01
+  1.6791800606469054E-01  1.6449503157622619E-01  1.6108510891937503E-01
+  1.5768951576999590E-01  1.5430953835836178E-01  1.5094647001094802E-01
+  1.4760160962426200E-01  1.4427626007138047E-01  1.4097172654212803E-01
+  1.3768931481811492E-01  1.3443032948415151E-01  1.3119607207787032E-01
+  1.2798783917971476E-01  1.2480692044579746E-01  1.2165459658648682E-01
+  1.1853213729394661E-01  1.1544079912223765E-01  1.1238182332397630E-01
+  1.0935643364794705E-01  1.0636583410246857E-01  1.0341120668973021E-01
+  1.0049370911672439E-01  9.7614472488821810E-02  9.4774598992447973E-02
+  9.1975159573733728E-02  8.9217191620413527E-02  8.6501696654640914E-02
+  8.3829638044772642E-02  8.1201938744532354E-02  7.8619479068313236E-02
+  7.6083094511691055E-02  7.3593573626513184E-02  7.1151655960180624E-02
+  6.8758030068959877E-02  6.6413331615336552E-02  6.4118141559550410E-02
+  6.1872984455529211E-02  5.9678326861459186E-02  5.7534575875191098E-02
+  5.5442077804575690E-02  5.3401116982651251E-02  5.1411914737363389E-02
+  4.9474628525168922E-02  4.7589351237492888E-02  4.5756110688517482E-02
+  4.3974869292230483E-02  4.2245523936021212E-02  4.0567906057391447E-02
+  3.8941781929550646E-02  3.7366853160791018E-02  3.5842757411592263E-02
+  3.4369069332391824E-02  3.2945301723885718E-02  3.1570906920602680E-02
+  3.0245278397329350E-02  2.8967752596770251E-02  2.7737610975616642E-02
+  2.6554082264982345E-02  2.5416344939965311E-02  2.4323529891916447E-02
+  2.3274723295872695E-02  2.2268969664539815E-02  2.1305275079226051E-02
+  2.0382610587231353E-02  1.9499915754411269E-02  1.8656102360974976E-02
+  1.7850058228038451E-02  1.7080651162061974E-02  1.6346733004039979E-02
+  1.5647143770185269E-02  1.4980715870845639E-02  1.4346278394492330E-02
+  1.3742661443798968E-02  1.3168700511058779E-02  1.2623240880426824E-02
+  1.2105142044683199E-02  1.1613282124345264E-02  1.1146562276979737E-02
+  1.0703911084442786E-02  1.0284288905508674E-02  9.8866876294085634E-03
+  9.5101304028027151E-03  9.1536713281142774E-03  8.8163951309020647E-03
+  8.4974167936828146E-03  8.1958811533281786E-03  7.9109624588565835E-03
+  7.6418638861137306E-03  7.3878170054851875E-03  7.1480811984084673E-03
+  6.9219430180472901E-03  6.7087154890553332E-03  6.5077373408877421E-03
+  6.3183721686137367E-03  6.1400075146413758E-03  5.9720543239115556E-03
+  5.8139463965679412E-03  5.6651398389083053E-03  5.5251125134066189E-03
+  5.3933634885771770E-03  5.2694124894319813E-03  5.1527993492608551E-03
+  5.0430834634400106E-03  4.9398432459495933E-03  4.8426755892538968E-03
+  4.7511953281696717E-03  4.6650347083185655E-03  4.5838428597291545E-03
+  4.5072852761226297E-03  4.4350433003840428E-03  4.3668136166884874E-03
+  4.3023077497183846E-03  4.2412515713752697E-03  4.1833848153560596E-03
+  4.1284605999311851E-03  4.0762449592293372E-03  4.0265163833016291E-03
+  3.9790653672067532E-03  3.9336939693280920E-03  3.8902153791041776E-03
+  3.8484534943252343E-03  3.8082425081209697E-03  3.7694265057382484E-03
+  3.7318590711821966E-03  3.6954029037700037E-03  3.6599294446240200E-03
+  3.6253185131091843E-03  3.5914579531994084E-03  3.5582432897386948E-03
+  3.5255773945447638E-03  3.4933701622866134E-03  3.4615381960519383E-03
+  3.4300045025062692E-03  3.3986981965325874E-03  3.3675542152283651E-03
+  3.3365130411260788E-03  3.3055204344935077E-03  3.2745271745613300E-03
+  3.2434888095177056E-03  3.2123654151026393E-03  3.1811213616289046E-03
+  3.1497250892510574E-03  3.1181488912997942E-03  3.0863687054951267E-03
+  3.0543639128490607E-03  3.0221171440661318E-03  2.9896140932485979E-03
+  2.9568433387120469E-03  2.9237961707168146E-03  2.8904664259206069E-03
+  2.8568503283584140E-03  2.8229463367567746E-03  2.7887549979909881E-03
+  2.7542788064957575E-03  2.7195220694419338E-03  2.6844907774947035E-03
+  2.6491924809713997E-03  2.6136361712202909E-03  2.5778321670451823E-03
+  2.5417920060042069E-03  2.5055283404151764E-03  2.4690548379037295E-03
+  2.4323860863348116E-03  2.3955375029722512E-03  2.3585252477156173E-03
+  2.3213661402680399E-03  2.2840775810932050E-03  2.2466774760243179E-03
+  2.2091841643925012E-03  2.1716163505466077E-03  2.1339930386411687E-03
+  2.0963334705736353E-03  2.0586570669567520E-03  2.0209833710162677E-03
+  1.9833319953086793E-03  1.9457225711579965E-03  1.9081747007147684E-03
+  1.8707079115447590E-03  1.8333416136586873E-03  1.7960950588982742E-03
+  1.7589873025977887E-03  1.7220371674437204E-03  1.6852632094588758E-03
+  1.6486836860404488E-03  1.6123165259848901E-03  1.5761793014354142E-03
+  1.5402892016909064E-03  1.5046630088177584E-03  1.4693170750087110E-03
+  1.4342673016352649E-03  1.3995291199424707E-03  1.3651174733370578E-03
+  1.3310468012218300E-03  1.2973310243310817E-03  1.2639835315234711E-03
+  1.2310171679903474E-03  1.1984442248388696E-03  1.1662764300106182E-03
+  1.1345249404974128E-03  1.1032003358171975E-03  1.0723126127136328E-03
+  1.0418711810438865E-03  1.0118848608197701E-03  9.8236188036792478E-04
+  9.5330987557528063E-04  9.2473589018634238E-04  8.9664637711924704E-04
+  8.6904720076768065E-04  8.4194364025600148E-04  8.1534039361494599E-04
+  7.8924158284538306E-04  7.6365075983758895E-04  7.3857091311344762E-04
+  7.1400447535891907E-04  6.8995333171403437E-04  6.6641882878749404E-04
+  6.4340178436286680E-04  6.2090249776317193E-04  5.9892076084049658E-04
+  5.7745586955712861E-04  5.5650663612452579E-04  5.3607140166628741E-04
+  5.1614804937117351E-04  4.9673401810209207E-04  4.7782631642688523E-04
+  4.5942153703668162E-04  4.4151587151755822E-04  4.2410512544124271E-04
+  4.0718473374064306E-04  3.9074977633606794E-04  3.7479499397813251E-04
+  3.5931480427351016E-04  3.4430331785992991E-04  3.2975435469707458E-04
+  3.1566146044050740E-04  3.0201792286535810E-04  2.8881678830886481E-04
+  2.7605087809877936E-04  2.6371280493714297E-04  2.5179498920875767E-04
+  2.4028967518447666E-04  2.2918894709015339E-04  2.1848474501286923E-04
+  2.0816888061688278E-04  1.9823305264263829E-04  1.8866886216309701E-04
+  1.7946782757265458E-04  1.7062139928492905E-04  1.6212097411680640E-04
+  1.5395790933723887E-04  1.4612353636047441E-04  1.3860917406459335E-04
+  1.3140614171747565E-04  1.2450577149359686E-04  1.1789942056634876E-04
+  1.1157848276191365E-04  1.0553439976206600E-04  9.9758671844640104E-05
+  9.4242868151780739E-05  8.8978636477477413E-05  8.3957712567273059E-05
+  7.9171928924425883E-05  7.4613223118186211E-05  7.0273645591222987E-05
+  6.6145366964596281E-05  6.2220684840008864E-05  5.8492030100392199E-05
+  5.4951972711167191E-05  5.1593227025783744E-05  4.8408656600361086E-05
+  4.5391278523436593E-05  4.2534267267969329E-05  3.9830958073835574E-05
+  3.7274849870096826E-05  3.4859607747306222E-05  3.2579064991052471E-05
+  3.0427224688810132E-05  2.8398260922976752E-05  2.6486519563722354E-05
+  2.4686518675958795E-05  2.2992948555349643E-05  2.1400671408828222E-05
+  1.9904720695568661E-05  1.8500300144762887E-05  1.7182782466896604E-05
+  1.5947707775487183E-05  1.4790781736448626E-05  1.3707873462383864E-05
+  1.2695013169173119E-05  1.1748389612231063E-05  1.0864347319747145E-05
+  1.0039383640103870E-05  9.2701456204902630E-06  8.5534267334944076E-06
+  7.8861634681728346E-06  7.2654318017580780E-06  6.6884435677835812E-06
+  6.1525427359782439E-06  5.6552016188175818E-06  5.1940170191158222E-06
+  4.7667063325083300E-06  4.3711036181100615E-06  4.0051556500464158E-06
+  3.6669179619423519E-06  3.3545508958271856E-06  3.0663156662700003E-06
+  2.8005704499075066E-06  2.5557665098662455E-06  2.3304443639173297E-06
+  2.1232300045379755E-06  1.9328311783931048E-06  1.7580337320948924E-06
+  1.5976980304516916E-06  1.4507554527823824E-06  1.3162049722507478E-06
+  1.1931098225688641E-06  1.0805942558312238E-06  9.7784039467363490E-07
+  8.8408518140511051E-07  7.9861742623795185E-07  7.2077495624252421E-07
+  6.4994186617968856E-07  5.8554587191640760E-07  5.2705576670921323E-07
+  4.7397898024650551E-07  4.2585923997423826E-07  3.8227433389054110E-07
+  3.4283397368309710E-07  3.0717775679843850E-07  2.7497322577429392E-07
+  2.4591402293424662E-07  2.1971813833755656E-07  1.9612624869533675E-07
+  1.7490014480650327E-07  1.5582124493209828E-07  1.3868919141372431E-07
+  1.2332052774986207E-07  1.0954745327165688E-07  9.7216652506216110E-08
+  8.6188196279367758E-08  7.6334511590021024E-08  6.7539417283521605E-08
+  5.9697222560529936E-08  5.2711885379774748E-08  4.6496227846372789E-08
+  4.0971205721127144E-08  3.6065229239191009E-08  3.1713532487643609E-08
+  2.7857588659822782E-08  2.4444568578707216E-08  2.1426839961285075E-08
+  1.8761504979796425E-08  1.6409973763142252E-08  1.4337571571827969E-08
+  1.2513177471813202E-08  1.0908892425894602E-08  9.4997348151257425E-09
+  8.2633614967068984E-09  7.1798125982390990E-09  6.2312783407643952E-09
+  5.4018862741934955E-09  4.6775073981841896E-09  4.0455797289613960E-09
+  3.4949479576851130E-09  3.0157179285437978E-09  2.5991247445841084E-09
+  2.2374133862268707E-09  1.9237308013420614E-09  1.6520284965723121E-09
+  1.4169747272447181E-09  1.2138754476600371E-09  1.0386032447872688E-09
+  8.8753353643179946E-10  7.5748736981767916E-10  6.4568020827746709E-10
+  5.4967614243899102E-10  4.6734700801291898E-10  3.9683593510444580E-10
+  3.3652489399175041E-10  2.8500583963555405E-10  2.4105509191607537E-10
+  2.0361062084814249E-10  1.7175193591723692E-10  1.4468230632565520E-10
+  1.2171306445616891E-10  1.0224976836776209E-10  8.5780020750194601E-11
+  7.1862761595523702E-11  6.0118870007000095E-11  5.0222927167690919E-11
+  4.1896007638063673E-11  3.4899379945116083E-11  2.9029009962908477E-11
+  2.4110771958730946E-11
diff --git a/example/Li/lda/Li.atomicdata b/example/Li/lda/Li.atomicdata
new file mode 100644
index 0000000..fbffe75
--- /dev/null
+++ b/example/Li/lda/Li.atomicdata
@@ -0,0 +1,10224 @@
+  ATOMTYPE     Li
+  ATOMXCTYPE         LDA-PW
+  ATOMIC_CHARGE       3.
+  MOMENTLESSHARTREE    
+  CORE_CHARGE     0.0000000000000E+00
+  RC          1.6050553292514E+00
+  SHAPE_TYPE                 sinc2
+  BASIS_SIZE        3
+  ORBITALS      
+   0   0   1
+  END     
+  INITOCC       
+  2.000000  1.000000  0.000000
+  END     
+  MESH_SIZE          1526
+  MESH_STEP     8.6083539864799E-03
+  LOG_GRID     3.3333333333333E-06
+  CORETAIL_POINTS         1526
+  LCAO_SIZE        1733
+  LCAO_STEP    8.6083539864799E-03
+   CORE_DENSITY   
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00
+  END     
+   CORETAIL_DENSITY   
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00
+  END     
+   PSEUDO_VALENCE_DENSITY          1822
+  0.00000000000000000E+00  5.69193730426624304E-15  2.29650135187456486E-14
+  5.21196143503898847E-14  9.34622001779096622E-14  1.47305418963069853E-13
+  2.13968221186934571E-13  2.93775976846761431E-13  3.87060594549912438E-13
+  4.94160642741741609E-13  6.15421473105086292E-13  7.51195346169689900E-13
+  9.01841559170428716E-13  1.06772657619407013E-12  1.24922416065484397E-12
+  1.44671551013984182E-12  1.66058939366607040E-12  1.89124229139157624E-12
+  2.13907853682387777E-12  2.40451046156973734E-12  2.68795854267095618E-12
+  2.98985155257179168E-12  3.31062671176425689E-12  3.65072984415851801E-12
+  4.01061553522630868E-12  4.39074729296616226E-12  4.79159771174013908E-12
+  5.21364863903257072E-12  5.65739134518221371E-12  6.12332669614013377E-12
+  6.61196532930652186E-12  7.12382783250065317E-12  7.65944492611892934E-12
+  8.21935764853729677E-12  8.80411754481490724E-12  9.41428685875703244E-12
+  1.00504387283964656E-11  1.07131573849532854E-11  1.14030383553343069E-11
+  1.21206886682341216E-11  1.28667270639015044E-11  1.36417842076349579E-11
+  1.44465029070734475E-11  1.52815383333486626E-11  1.61475582461667785E-11
+  1.70452432228886877E-11  1.79752868916788042E-11  1.89383961687941069E-11
+  1.99352915000858818E-11  2.09667071067883405E-11  2.20333912356689779E-11
+  2.31361064136178470E-11  2.42756297067529796E-11  2.54527529841216408E-11
+  2.66682831860779793E-11  2.79230425974188613E-11  2.92178691253618855E-11
+  3.05536165824500329E-11  3.19311549744693557E-11  3.33513707934682939E-11
+  3.48151673159670684E-11  3.63234649064491625E-11  3.78772013262267559E-11
+  3.94773320477746565E-11  4.11248305746288254E-11  4.28206887669464289E-11
+  4.45659171728272231E-11  4.63615453654971486E-11  4.82086222864563557E-11
+  5.01082165946971389E-11  5.20614170220971183E-11  5.40693327350967884E-11
+  5.61330937027705413E-11  5.82538510714044786E-11  6.04327775456934012E-11
+  6.26710677766745837E-11  6.49699387565147273E-11  6.73306302202716219E-11
+  6.97544050547513382E-11  7.22425497145862275E-11  7.47963746456594753E-11
+  7.74172147160051441E-11  8.01064296543145941E-11  8.28654044961823035E-11
+  8.56955500382267839E-11  8.85983033002240328E-11  9.15751279953941297E-11
+  9.46275150089837960E-11  9.77569828852893362E-11  1.00965078323268675E-10
+  1.04253376680892001E-10  1.07623482488384190E-10  1.11077029970514782E-10
+  1.14615683578093430E-10  1.18241138528831837E-10  1.21955121357736673E-10
+  1.25759390477199006E-10  1.29655736746951372E-10  1.33645984054063472E-10
+  1.37731989903152916E-10  1.41915646016990413E-10  1.46198878947678657E-10
+  1.50583650698592451E-10  1.55071959357267644E-10  1.59665839739428341E-10
+  1.64367364044349832E-10  1.69178642521752969E-10  1.74101824150434315E-10
+  1.79139097328833869E-10  1.84292690577752318E-10  1.89564873255426502E-10
+  1.94957956285183726E-10  2.00474292895889546E-10  2.06116279375417329E-10
+  2.11886355837363310E-10  2.17787007001240709E-10  2.23820762986388423E-10
+  2.29990200119832839E-10  2.36297941758346799E-10  2.42746659124954452E-10
+  2.49339072160133762E-10  2.56077950387972602E-10  2.62966113797541693E-10
+  2.70006433739748173E-10  2.77201833839941322E-10  2.84555290926543363E-10
+  2.92069835975990141E-10  2.99748555074260655E-10  3.07594590395287017E-10
+  3.15611141196543712E-10  3.23801464832108671E-10  3.32168877783507692E-10
+  3.40716756708648269E-10  3.49448539509162479E-10  3.58367726416475220E-10
+  3.67477881096931162E-10  3.76782631776306462E-10  3.86285672384048017E-10
+  3.95990763717583681E-10  4.05901734627051134E-10  4.16022483220806398E-10
+  4.26356978092070284E-10  4.36909259567082780E-10  4.47683440975143857E-10
+  4.58683709940918104E-10  4.69914329699392576E-10  4.81379640433885695E-10
+  4.93084060637506970E-10  5.05032088498478246E-10  5.17228303309729188E-10
+  5.29677366903197236E-10  5.42384025109253274E-10  5.55353109241703007E-10
+  5.68589537608799227E-10  5.82098317050724385E-10  5.95884544504006473E-10
+  6.09953408593331329E-10  6.24310191251236725E-10  6.38960269366172129E-10
+  6.53909116459410633E-10  6.69162304391331579E-10  6.84725505097575989E-10
+  7.00604492355590338E-10  7.16805143582107391E-10  7.33333441662078831E-10
+  7.50195476809632187E-10  7.67397448461590235E-10  7.84945667204137293E-10
+  8.02846556733192087E-10  8.21106655849097548E-10  8.39732620486203056E-10
+  8.58731225777959715E-10  8.78109368158150292E-10  8.97874067498871825E-10
+  9.18032469285922403E-10  9.38591846832241878E-10  9.59559603530060286E-10
+  9.80943275142445191E-10  1.00275053213491941E-09  1.02498918204785648E-09
+  1.04766717191035850E-09  1.07079259069634663E-09  1.09437367182359041E-09
+  1.11841879569643361E-09  1.14293649229297078E-09  1.16793544379744904E-09
+  1.19342448727869257E-09  1.21941261741533926E-09  1.24590898926871334E-09
+  1.27292292110415601E-09  1.30046389726167243E-09  1.32854157107673440E-09
+  1.35716576785213119E-09  1.38634648788175150E-09  1.41609390952718135E-09
+  1.44641839234808671E-09  1.47733048028725581E-09  1.50884090491130445E-09
+  1.54096058870798582E-09  1.57370064844110064E-09  1.60707239856400417E-09
+  1.64108735469274632E-09  1.67575723713985234E-09  1.71109397450984643E-09
+  1.74710970735754478E-09  1.78381679191024243E-09  1.82122780385489745E-09
+  1.85935554219144573E-09  1.89821303315339102E-09  1.93781353419685693E-09
+  1.97817053805927002E-09  2.01929777688890990E-09  2.06120922644655104E-09
+  2.10391911038044298E-09  2.14744190457591514E-09  2.19179234158090761E-09
+  2.23698541510874498E-09  2.28303638461949313E-09  2.32996077998128116E-09
+  2.37777440621296382E-09  2.42649334830955695E-09  2.47613397615186993E-09
+  2.52671294950181762E-09  2.57824722308488974E-09  2.63075405176130150E-09
+  2.68425099578736892E-09  2.73875592616867769E-09  2.79428703010664682E-09
+  2.85086281654009371E-09  2.90850212178350642E-09  2.96722411526362147E-09
+  3.02704830535611325E-09  3.08799454532405099E-09  3.15008303935997339E-09
+  3.21333434873330302E-09  3.27776939804501338E-09  3.34340948159135684E-09
+  3.41027626983857825E-09  3.47839181601053506E-09  3.54777856279120282E-09
+  3.61845934914404481E-09  3.69045741725029549E-09  3.76379641956822821E-09
+  3.83850042601548627E-09  3.91459393127666369E-09  3.99210186223827413E-09
+  4.07104958555333837E-09  4.15146291533785811E-09  4.23336812100145861E-09
+  4.31679193521450611E-09  4.40176156201417014E-09  4.48830468505171035E-09
+  4.57644947598356871E-09  4.66622460300868487E-09  4.75765923955462715E-09
+  4.85078307311511493E-09  4.94562631424154965E-09  5.04221970569125686E-09
+  5.14059453173515324E-09  5.24078262762762212E-09  5.34281638924139412E-09
+  5.44672878287033473E-09  5.55255335520305544E-09  5.66032424347027250E-09
+  5.77007618576903174E-09  5.88184453156676253E-09  5.99566525238835702E-09
+  6.11157495268949644E-09  6.22961088091932662E-09  6.34981094077593850E-09
+  6.47221370265788379E-09  6.59685841531521080E-09  6.72378501770344237E-09
+  6.85303415104406359E-09  6.98464717109507120E-09  7.11866616063529957E-09
+  7.25513394216614875E-09  7.39409409083459740E-09  7.53559094758127749E-09
+  7.67966963251753910E-09  7.82637605853551627E-09  7.97575694515523875E-09
+  8.12785983261284638E-09  8.28273309619419469E-09  8.44042596081809380E-09
+  8.60098851587344709E-09  8.76447173031482255E-09  8.93092746802083927E-09
+  9.10040850342002782E-09  9.27296853738876513E-09  9.44866221342602208E-09
+  9.62754513410976946E-09  9.80967387783988113E-09  9.99510601587255391E-09
+  1.01839001296513627E-08  1.03761158284399520E-08  1.05718137672618264E-08
+  1.07710556651523702E-08  1.09739043237286789E-08  1.11804236460826464E-08
+  1.13906786560029359E-08  1.16047355175316071E-08  1.18226615548611633E-08
+  1.20445252725779309E-08  1.22703963762578111E-08  1.25003457934206108E-08
+  1.27344456948490139E-08  1.29727695162786687E-08  1.32153919804658209E-08
+  1.34623891196390230E-08  1.37138382983415833E-08  1.39698182366716416E-08
+  1.42304090339266742E-08  1.44956921926595040E-08  1.47657506431530063E-08
+  1.50406687683207055E-08  1.53205324290407779E-08  1.56054289899308107E-08
+  1.58954473455713020E-08  1.61906779471853012E-08  1.64912128297824231E-08
+  1.67971456397751964E-08  1.71085716630759101E-08  1.74255878536824478E-08
+  1.77482928627614871E-08  1.80767870682377173E-08  1.84111726048979753E-08
+  1.87515533950190903E-08  1.90980351795287668E-08  1.94507255497084562E-08
+  1.98097339794479578E-08  2.01751718580611725E-08  2.05471525236727338E-08
+  2.09257912971855142E-08  2.13112055168391133E-08  2.17035145733695863E-08
+  2.21028399457807442E-08  2.25093052377379098E-08  2.29230362145946601E-08
+  2.33441608410637193E-08  2.37728093195432877E-08  2.42091141291099551E-08
+  2.46532100651899385E-08  2.51052342799204378E-08  2.55653263232130942E-08
+  2.60336281845316438E-08  2.65102843353963853E-08  2.69954417726278984E-08
+  2.74892500623429509E-08  2.79918613847156964E-08  2.85034305795174021E-08
+  2.90241151924481613E-08  2.95540755222747004E-08  3.00934746687877898E-08
+  3.06424785815938692E-08  3.12012561097552717E-08  3.17699790522937189E-08
+  3.23488222095723064E-08  3.29379634355709816E-08  3.35375836910711613E-08
+  3.41478670977654259E-08  3.47690009933080448E-08  3.54011759873229578E-08
+  3.60445860183859386E-08  3.66994284119973358E-08  3.73659039395632275E-08
+  3.80442168784022127E-08  3.87345750727956420E-08  3.94371899960994252E-08
+  4.01522768139361901E-08  4.08800544484859628E-08  4.16207456438949456E-08
+  4.23745770328216679E-08  4.31417792041403161E-08  4.39225867718210895E-08
+  4.47172384450085904E-08  4.55259770993183745E-08  4.63490498493735501E-08
+  4.71867081226023121E-08  4.80392077343186376E-08  4.89068089641086972E-08
+  4.97897766335450552E-08  5.06883801852522191E-08  5.16028937633469966E-08
+  5.25335962952770711E-08  5.34807715750829783E-08  5.44447083481068658E-08
+  5.54257003971750259E-08  5.64240466302779085E-08  5.74400511697749329E-08
+  5.84740234431499516E-08  5.95262782753447246E-08  6.05971359826974068E-08
+  6.16869224685143413E-08  6.27959693203030692E-08  6.39246139086960300E-08
+  6.50731994880937067E-08  6.62420752990575147E-08  6.74315966724827186E-08
+  6.86421251355820264E-08  6.98740285197120102E-08  7.11276810700735742E-08
+  7.24034635573195968E-08  7.37017633911023436E-08  7.50229747355953020E-08
+  7.63674986270226026E-08  7.77357430932316157E-08  7.91281232753440225E-08
+  8.05450615515214894E-08  8.19869876628828203E-08  8.34543388416094971E-08
+  8.49475599412784544E-08  8.64671035694597267E-08  8.80134302226193500E-08
+  8.95870084233669154E-08  9.11883148600887258E-08  9.28178345290079928E-08
+  9.44760608787139227E-08  9.61634959572036982E-08  9.78806505614792172E-08
+  9.96280443897443018E-08  1.01406206196247814E-07  1.03215673948817212E-07
+  1.05056994989130364E-07  1.06930726195773221E-07  1.08837434150131240E-07
+  1.10777695305163809E-07  1.12752096157112707E-07  1.14761233420193844E-07
+  1.16805714204325869E-07  1.18886156195947354E-07  1.21003187841976563E-07
+  1.23157448536967940E-07  1.25349588813522109E-07  1.27580270536003992E-07
+  1.29850167097628473E-07  1.32159963620970850E-07  1.34510357161961199E-07
+  1.36902056917425444E-07  1.39335784436231876E-07  1.41812273834107764E-07
+  1.44332272012188360E-07  1.46896538879365373E-07  1.49505847578497711E-07
+  1.52160984716554381E-07  1.54862750598756733E-07  1.57611959466789275E-07
+  1.60409439741150118E-07  1.63256034267713426E-07  1.66152600568575019E-07
+  1.69100011097259406E-07  1.72099153498359283E-07  1.75150930871688053E-07
+  1.78256262041023264E-07  1.81416081827517193E-07  1.84631341327862393E-07
+  1.87903008197287858E-07  1.91232066937473728E-07  1.94619519189469393E-07
+  1.98066384031700590E-07  2.01573698283155907E-07  2.05142516811840545E-07
+  2.08773912848590547E-07  2.12468978306339545E-07  2.16228824104933188E-07
+  2.20054580501588247E-07  2.23947397427091480E-07  2.27908444827843973E-07
+  2.31938913013845070E-07  2.36040013012724985E-07  2.40212976929927933E-07
+  2.44459058315154256E-07  2.48779532535169053E-07  2.53175697153088926E-07
+  2.57648872314258665E-07  2.62200401138832383E-07  2.66831650121176498E-07
+  2.71544009536211659E-07  2.76338893852814800E-07  2.81217742154405041E-07
+  2.86182018566835137E-07  2.91233212693719930E-07  2.96372840059325637E-07
+  3.01602442559157436E-07  3.06923588918372064E-07  3.12337875158158863E-07
+  3.17846925070219633E-07  3.23452390699496578E-07  3.29155952835284333E-07
+  3.34959321510874477E-07  3.40864236511883990E-07  3.46872467893410421E-07
+  3.52985816506177310E-07  3.59206114531816343E-07  3.65535226027452890E-07
+  3.71975047479750150E-07  3.78527508368578607E-07  3.85194571740483966E-07
+  3.91978234792111218E-07  3.98880529463768216E-07  4.05903523043301406E-07
+  4.13049318780461528E-07  4.20320056511945005E-07  4.27717913297290639E-07
+  4.35245104065828076E-07  4.42903882274862379E-07  4.50696540579294542E-07
+  4.58625411512874533E-07  4.66692868181292030E-07  4.74901324967303615E-07
+  4.83253238248112980E-07  4.91751107125215172E-07  5.00397474166915310E-07
+  5.09194926163751636E-07  5.18146094897039215E-07  5.27253657920765621E-07
+  5.36520339357071240E-07  5.45948910705546157E-07  5.55542191666589059E-07
+  5.65303050979068614E-07  5.75234407272535281E-07  5.85339229934240529E-07
+  5.95620539991215986E-07  6.06081411007675622E-07  6.16724969998009587E-07
+  6.27554398355636732E-07  6.38572932797990985E-07  6.49783866327930216E-07
+  6.61190549211838533E-07  6.72796389974723448E-07  6.84604856412603952E-07
+  6.96619476622470807E-07  7.08843840050159484E-07  7.21281598556408463E-07
+  7.33936467501444049E-07  7.46812226848405647E-07  7.59912722285937684E-07
+  7.73241866370281300E-07  7.86803639687207462E-07  8.00602092034134237E-07
+  8.14641343622775306E-07  8.28925586302684445E-07  8.43459084806049545E-07
+  8.58246178014113056E-07  8.73291280245589783E-07  8.88598882567465617E-07
+  9.04173554128564941E-07  9.20019943516285964E-07  9.36142780136899890E-07
+  9.52546875619828518E-07  9.69237125246313650E-07  9.86218509402905929E-07
+  1.00349609506019855E-06  1.02107503727724874E-06  1.03896058073212855E-06
+  1.05715806127906965E-06  1.07567290753264503E-06  1.09451064247947795E-06
+  1.11367688511794101E-06  1.13317735212633922E-06  1.15301785956006845E-06
+  1.17320432457825675E-06  1.19374276720039076E-06  1.21463931209346296E-06
+  1.23590019039015772E-06  1.25753174153860843E-06  1.27954041518431284E-06
+  1.30193277308470601E-06  1.32471549105700571E-06  1.34789536095988796E-06
+  1.37147929270958319E-06  1.39547431633099043E-06  1.41988758404442266E-06
+  1.44472637238859083E-06  1.46999808438047210E-06  1.49571025171268267E-06
+  1.52187053698903108E-06  1.54848673599889106E-06  1.57556678003108122E-06
+  1.60311873822794117E-06  1.63115081998028769E-06  1.65967137736397705E-06
+  1.68868890761878332E-06  1.71821205567033184E-06  1.74824961669584671E-06
+  1.77881053873444842E-06  1.80990392534280289E-06  1.84153903829688422E-06
+  1.87372530034067817E-06  1.90647229798261568E-06  1.93978978434058628E-06
+  1.97368768203635703E-06  2.00817608614027794E-06  2.04326526716711652E-06
+  2.07896567412394095E-06  2.11528793761092978E-06  2.15224287297605173E-06
+  2.18984148352452474E-06  2.22809496378402931E-06  2.26701470282661716E-06
+  2.30661228764835064E-06  2.34689950660760218E-06  2.38788835292310003E-06
+  2.42959102823271135E-06  2.47201994621405406E-06  2.51518773626797164E-06
+  2.55910724726600680E-06  2.60379155136294294E-06  2.64925394787556918E-06
+  2.69550796722882898E-06  2.74256737497047045E-06  2.79044617585547225E-06
+  2.83915861800135217E-06  2.88871919711570390E-06  2.93914266079710682E-06
+  2.99044401291077618E-06  3.04263851804017399E-06  3.09574170601596673E-06
+  3.14976937652362156E-06  3.20473760379102642E-06  3.26066274135754300E-06
+  3.31756142692587123E-06  3.37545058729818072E-06  3.43434744339798238E-06
+  3.49426951537921136E-06  3.55523462782403876E-06  3.61726091503097246E-06
+  3.68036682639478606E-06  3.74457113187988734E-06  3.80989292758875482E-06
+  3.87635164142706986E-06  3.94396703886725154E-06  4.01275922881208929E-06
+  4.08274866956018369E-06  4.15395617487505026E-06  4.22640292015957031E-06
+  4.30011044873770674E-06  4.37510067824530155E-06  4.45139590713187957E-06
+  4.52901882127535913E-06  4.60799250071164497E-06  4.68834042648110071E-06
+  4.77008648759391078E-06  4.85325498811643607E-06  4.93787065438060943E-06
+  5.02395864231855998E-06  5.11154454492460413E-06  5.20065439984685454E-06
+  5.29131469711062071E-06  5.38355238697600417E-06  5.47739488793190569E-06
+  5.57287009482889520E-06  5.67000638715330906E-06  5.76883263744504239E-06
+  5.86937821986154003E-06  5.97167301889050786E-06  6.07574743821392796E-06
+  6.18163240972604738E-06  6.28935940270792577E-06  6.39896043316136485E-06
+  6.51046807330489659E-06  6.62391546123470551E-06  6.73933631075333226E-06
+  6.85676492136904321E-06  6.97623618846887572E-06  7.09778561366833975E-06
+  7.22144931534087853E-06  7.34726403933011716E-06  7.47526716984825696E-06
+  7.60549674056365034E-06  7.73799144588092830E-06  7.87279065241705934E-06
+  8.00993441067668303E-06  8.14946346693017929E-06  8.29141927529803751E-06
+  8.43584401004510616E-06  8.58278057808826578E-06  8.73227263172139991E-06
+  8.88436458156127555E-06  9.03910160971829051E-06  9.19652968319591465E-06
+  9.35669556752280762E-06  9.51964684062173824E-06  9.68543190691922722E-06
+  9.85410001170034501E-06  1.00257012557127033E-05  1.02002866100240751E-05
+  1.03779079311380370E-05  1.05586179763720719E-05  1.07424704195027695E-05
+  1.09295198666826611E-05  1.11198218726334785E-05  1.13134329571206200E-05
+  1.15104106217136687E-05  1.17108133668380114E-05  1.19147007091225220E-05
+  1.21221331990484793E-05  1.23331724389050133E-05  1.25478811010562927E-05
+  1.27663229465259423E-05  1.29885628439042098E-05  1.32146667885833331E-05
+  1.34447019223271387E-05  1.36787365531802519E-05  1.39168401757231239E-05
+  1.41590834916787834E-05  1.44055384308773866E-05  1.46562781725848150E-05
+  1.49113771672016522E-05  1.51709111583389173E-05  1.54349572052771705E-05
+  1.57035937058155507E-05  1.59769004195176678E-05  1.62549584913609983E-05
+  1.65378504757970543E-05  1.68256603612293107E-05  1.71184735949161062E-05
+  1.74163771083060290E-05  1.77194593428131834E-05  1.80278102760400291E-05
+  1.83415214484555847E-05  1.86606859905367522E-05  1.89853986503810119E-05
+  1.93157558217986118E-05  1.96518555728923950E-05  1.99937976751339702E-05
+  2.03416836329447453E-05  2.06956167137905372E-05  2.10557019787987292E-05
+  2.14220463139071323E-05  2.17947584615535302E-05  2.21739490529155664E-05
+  2.25597306407103773E-05  2.29522177325637595E-05  2.33515268249586006E-05
+  2.37577764377728030E-05  2.41710871494170972E-05  2.45915816325825262E-05
+  2.50193846906089259E-05  2.54546232944847072E-05  2.58974266204890404E-05
+  2.63479260884876686E-05  2.68062554008935464E-05  2.72725505823038994E-05
+  2.77469500198255858E-05  2.82295945041003779E-05  2.87206272710427754E-05
+  2.92201940443022004E-05  2.97284430784625313E-05  3.02455252029917291E-05
+  3.07715938669542773E-05  3.13068051845000628E-05  3.18513179811429667E-05
+  3.24052938408428241E-05  3.29688971539048571E-05  3.35422951657106446E-05
+  3.41256580262951377E-05  3.47191588407842934E-05  3.53229737207084050E-05
+  3.59372818362062470E-05  3.65622654691355047E-05  3.71981100671051006E-05
+  3.78450042984457014E-05  3.85031401081344454E-05  3.91727127746904430E-05
+  3.98539209680580543E-05  4.05469668084950321E-05  4.12520559264827822E-05
+  4.19693975236767341E-05  4.26992044349149591E-05  4.34416931913024948E-05
+  4.41970840843918647E-05  4.49656012314766807E-05  4.57474726420191853E-05
+  4.65429302852307149E-05  4.73522101588253906E-05  4.81755523589669476E-05
+  4.90132011514301613E-05  4.98654050439970519E-05  5.07324168601100647E-05
+  5.16144938138034240E-05  5.25118975859353593E-05  5.34248944017433030E-05
+  5.43537551097453679E-05  5.52987552620113159E-05  5.62601751958265555E-05
+  5.72383001167740328E-05  5.82334201832575350E-05  5.92458305924924755E-05
+  6.02758316679888860E-05  6.13237289485529363E-05  6.23898332788329400E-05
+  6.34744609014370475E-05  6.45779335506495062E-05  6.57005785477735699E-05
+  6.68427288981287795E-05  6.80047233897319538E-05  6.91869066936905575E-05
+  7.03896294663383535E-05  7.16132484531434012E-05  7.28581265944197880E-05
+  7.41246331328730440E-05  7.54131437230124726E-05  7.67240405424621073E-05
+  7.80577124052025804E-05  7.94145548767790548E-05  8.07949703915077213E-05
+  8.21993683717159605E-05  8.36281653490519075E-05  8.50817850878990634E-05
+  8.65606587109316776E-05  8.80652248268494573E-05  8.95959296603281559E-05
+  9.11532271842250858E-05  9.27375792540781650E-05  9.43494557449391026E-05
+  9.59893346905799300E-05  9.76577024251154725E-05  9.93550537270820010E-05
+  1.01081891966016540E-04  1.02838729251578145E-04  1.04626086585256825E-04
+  1.06444494014714132E-04  1.08294490790801165E-04  1.10176625527300663E-04
+  1.12091456363439966E-04  1.14039551129222836E-04  1.16021487513629718E-04
+  1.18037853235735397E-04  1.20089246218794575E-04  1.22176274767347483E-04
+  1.24299557747396740E-04  1.26459724769710302E-04  1.28657416376302752E-04
+  1.30893284230150980E-04  1.33167991308201251E-04  1.35482212097721901E-04
+  1.37836632796063229E-04  1.40231951513879210E-04  1.42668878481876609E-04
+  1.45148136261147114E-04  1.47670459957146779E-04  1.50236597437387745E-04
+  1.52847309552902959E-04  1.55503370363552305E-04  1.58205567367234351E-04
+  1.60954701733073008E-04  1.63751588538647055E-04  1.66597057011332657E-04
+  1.69491950773830184E-04  1.72437128093947154E-04  1.75433462138712700E-04
+  1.78481841232895654E-04  1.81583169122005570E-04  1.84738365239851891E-04
+  1.87948364980741170E-04  1.91214119976392850E-04  1.94536598377654212E-04
+  1.97916785141098180E-04  2.01355682320589202E-04  2.04854309363901413E-04
+  2.08413703414477231E-04  2.12034919618416597E-04  2.15719031436784802E-04
+  2.19467130963332889E-04  2.23280329247723720E-04  2.27159756624358000E-04
+  2.31106563046898106E-04  2.35121918428588255E-04  2.39207012988470503E-04
+  2.43363057603598345E-04  2.47591284167353245E-04  2.51892945953965637E-04
+  2.56269317989355004E-04  2.60721697428388478E-04  2.65251403938677360E-04
+  2.69859780091018697E-04  2.74548191756600671E-04  2.79318028511086692E-04
+  2.84170704045696022E-04  2.89107656585404626E-04  2.94130349314386042E-04
+  2.99240270808820506E-04  3.04438935477195898E-04  3.09727884008232919E-04
+  3.15108683826564580E-04  3.20582929556304246E-04  3.26152243492637800E-04
+  3.31818276081579364E-04  3.37582706408030007E-04  3.43447242692284868E-04
+  3.49413622795131734E-04  3.55483614731691140E-04  3.61659017194147434E-04
+  3.67941660083526568E-04  3.74333405050672604E-04  3.80836146046584939E-04
+  3.87451809882275963E-04  3.94182356798313633E-04  4.01029781044215643E-04
+  4.07996111467864549E-04  4.15083412115119113E-04  4.22293782839791272E-04
+  4.29629359924175482E-04  4.37092316710305316E-04  4.44684864242124629E-04
+  4.52409251918761430E-04  4.60267768159096922E-04  4.68262741077819387E-04
+  4.76396539173165341E-04  4.84671572026545646E-04  4.93090291014264726E-04
+  5.01655190031535369E-04  5.10368806229006058E-04  5.19233720762012595E-04
+  5.28252559552774446E-04  5.37427994065755427E-04  5.46762742096419045E-04
+  5.56259568573604676E-04  5.65921286375761692E-04  5.75750757161276583E-04
+  5.85750892213138122E-04  5.95924653298180807E-04  6.06275053541169631E-04
+  6.16805158313959274E-04  6.27518086140011876E-04  6.38417009614514110E-04
+  6.49505156340376717E-04  6.60785809880381071E-04  6.72262310725748702E-04
+  6.83938057281422806E-04  6.95816506868335966E-04  7.07901176742970666E-04
+  7.20195645134491698E-04  7.32703552299763454E-04  7.45428601596552867E-04
+  7.58374560575231552E-04  7.71545262089289073E-04  7.84944605424987255E-04
+  7.98576557450472019E-04  8.12445153784685579E-04  8.26554499986407380E-04
+  8.40908772763778551E-04  8.55512221204649437E-04  8.70369168028110049E-04
+  8.85484010857567525E-04  9.00861223515732703E-04  9.16505357341892805E-04
+  9.32421042531847953E-04  9.48612989500903026E-04  9.65085990270299321E-04
+  9.81844919877492050E-04  9.98894737810675356E-04  1.01624048946797186E-03
+  1.03388730764169992E-03  1.05184041402815319E-03  1.07010512076331798E-03
+  1.08868683198497392E-03  1.10759104542162740E-03  1.12682335400872825E-03
+  1.14638944753263578E-03  1.16629511430280585E-03  1.18654624285267777E-03
+  1.20714882366973952E-03  1.22810895095528099E-03  1.24943282441432411E-03
+  1.27112675107624593E-03  1.29319714714661699E-03  1.31565053989077274E-03
+  1.33849356954967246E-03  1.36173299128857254E-03  1.38537567717907312E-03
+  1.40942861821511940E-03  1.43389892636349033E-03  1.45879383664940980E-03
+  1.48412070927782225E-03  1.50988703179096430E-03  1.53610042126283135E-03
+  1.56276862653116438E-03  1.58989953046758336E-03  1.61750115228651535E-03
+  1.64558164989355880E-03  1.67414932227395643E-03  1.70321261192184323E-03
+  1.73278010731095413E-03  1.76286054540748761E-03  1.79346281422582869E-03
+  1.82459595542784864E-03  1.85626916696652222E-03  1.88849180577456942E-03
+  1.92127339049892772E-03  1.95462360428173354E-03  1.98855229758872470E-03
+  2.02306949108569441E-03  2.05818537856391603E-03  2.09391032991529521E-03
+  2.13025489415809722E-03  2.16722980251409132E-03  2.20484597153794296E-03
+  2.24311450629974523E-03  2.28204670362156317E-03  2.32165405536887337E-03
+  2.36194825179781827E-03  2.40294118495919728E-03  2.44464495216012477E-03
+  2.48707185948431877E-03  2.53023442537196044E-03  2.57414538426013187E-03
+  2.61881769028482134E-03  2.66426452104550054E-03  2.71049928143329713E-03
+  2.75753560752382181E-03  2.80538737053569751E-03  2.85406868085586211E-03
+  2.90359389213274300E-03  2.95397760543840643E-03  3.00523467350081053E-03
+  3.05738020500730253E-03  3.11042956898051120E-03  3.16439839922781543E-03
+  3.21930259886559367E-03  3.27515834491943830E-03  3.33198209300160147E-03
+  3.38979058206687186E-03  3.44860083924820133E-03  3.50843018477332413E-03
+  3.56929623696369954E-03  3.63121691731706437E-03  3.69421045567499455E-03
+  3.75829539547677940E-03  3.82349059910101676E-03  3.88981525329632968E-03
+  3.95728887470262174E-03  4.02593131546430220E-03  4.09576276893696897E-03
+  4.16680377548898310E-03  4.23907522839950344E-03  4.31259837985443605E-03
+  4.38739484704190989E-03  4.46348661834877671E-03  4.54089605965977798E-03
+  4.61964592076097302E-03  4.69975934184904080E-03  4.78125986014812931E-03
+  4.86417141663593195E-03  4.94851836288065765E-03  5.03432546799066540E-03
+  5.12161792567847416E-03  5.21042136144089004E-03  5.30076183985710766E-03
+  5.39266587200656379E-03  5.48616042300833790E-03  5.58127291968404590E-03
+  5.67803125834603732E-03  5.77646381271282490E-03  5.87659944195371379E-03
+  5.97846749886450993E-03  6.08209783817637191E-03  6.18752082499973016E-03
+  6.29476734340537851E-03  6.40386880514462985E-03  6.51485715851095673E-03
+  6.62776489734476053E-03  6.74262507018370382E-03  6.85947128956069900E-03
+  6.97833774145164773E-03  7.09925919487519597E-03  7.22227101164669635E-03
+  7.34740915628862186E-03  7.47471020609970140E-03  7.60421136138510895E-03
+  7.73595045584991089E-03  7.86996596715825586E-03  8.00629702766056557E-03
+  8.14498343529112580E-03  8.28606566463855471E-03  8.42958487819147478E-03
+  8.57558293776194275E-03  8.72410241608902876E-03  8.87518660862512965E-03
+  9.02887954550743443E-03  9.18522600371719095E-03  9.34427151942924562E-03
+  9.50606240055447936E-03  9.67064573947778831E-03  9.83806942599408686E-03
+  1.00083821604451742E-02  1.01816334670599227E-02  1.03578737075006484E-02
+  1.05371540946181848E-02  1.07195267064185088E-02  1.09050445002435922E-02
+  1.10937613271691656E-02  1.12857319466222634E-02  1.14810120412211971E-02
+  1.16796582318408389E-02  1.18817280929059462E-02  1.20872801679153073E-02
+  1.22963739851996226E-02  1.25090700739157699E-02  1.27254299802805112E-02
+  1.29455162840461727E-02  1.31693926152214140E-02  1.33971236710397432E-02
+  1.36287752331787013E-02  1.38644141852324303E-02  1.41041085304406746E-02
+  1.43479274096767750E-02  1.45959411196976974E-02  1.48482211316588019E-02
+  1.51048401098961265E-02  1.53658719309790869E-02  1.56313917030362313E-02
+  1.59014757853569548E-02  1.61762018082717181E-02  1.64556486933137049E-02
+  1.67398966736644304E-02  1.70290273148860742E-02  1.73231235359430601E-02
+  1.76222696305155975E-02  1.79265512886076887E-02  1.82360556184520475E-02
+  1.85508711687145944E-02  1.88710879510007000E-02  1.91967974626657753E-02
+  1.95280927099324292E-02  1.98650682313163199E-02  2.02078201213633860E-02
+  2.05564460546995426E-02  2.09110453103965102E-02  2.12717187966540225E-02
+  2.16385690758014136E-02  2.20117003896200744E-02  2.23912186849883968E-02
+  2.27772316398509207E-02  2.31698486895130507E-02  2.35691810532630101E-02
+  2.39753417613218223E-02  2.43884456821230264E-02  2.48086095499226340E-02
+  2.52359519927404068E-02  2.56705935606333958E-02  2.61126567543016573E-02
+  2.65622660540274294E-02  2.70195479489470890E-02  2.74846309666566570E-02
+  2.79576457031502391E-02  2.84387248530912802E-02  2.89280032404160281E-02
+  2.94256178492683512E-02  2.99317078552649683E-02  3.04464146570899222E-02
+  3.09698819084165411E-02  3.15022555501553517E-02  3.20436838430258955E-02
+  3.25943174004499348E-02  3.31543092217633922E-02  3.37238147257445248E-02
+  3.43029917844542981E-02  3.48920007573860422E-02  3.54910045259198420E-02
+  3.61001685280776599E-02  3.67196607935743255E-02  3.73496519791590501E-02
+  3.79903154042421642E-02  3.86418270868006467E-02  3.93043657795565243E-02
+  3.99781130064204501E-02  4.06632530991934832E-02  4.13599732345189125E-02
+  4.20684634710755470E-02  4.27889167870031742E-02  4.35215291175510069E-02
+  4.42664993929380440E-02  4.50240295764151657E-02  4.57943247025166464E-02
+  4.65775929154894422E-02  4.73740455078866043E-02  4.81838969593114952E-02
+  4.90073649752981941E-02  4.98446705263127163E-02  5.06960378868588010E-02
+  5.15616946746715321E-02  5.24418718899805625E-02  5.33368039548244438E-02
+  5.42467287523960146E-02  5.51718876663982727E-02  5.61125256203886605E-02
+  5.70688911170894875E-02  5.80412362776395047E-02  5.90298168807626353E-02
+  6.00348924018268074E-02  6.10567260517655905E-02  6.20955848158339027E-02
+  6.31517394921674996E-02  6.42254647301153392E-02  6.53170390683100177E-02
+  6.64267449724460363E-02  6.75548688727247992E-02  6.87017012009330658E-02
+  6.98675364271137828E-02  7.10526730957895536E-02  7.22574138616958322E-02
+  7.34820655249798782E-02  7.47269390658194393E-02  7.59923496784134789E-02
+  7.72786168042947919E-02  7.85860641649129277E-02  7.99150197934330175E-02
+  8.12658160656956063E-02  8.26387897302771762E-02  8.40342819375931860E-02
+  8.54526382679783592E-02  8.68942087586807854E-02  8.83593479297007656E-02
+  8.98484148084042616E-02  9.13617729528382050E-02  9.28997904736710289E-02
+  9.44628400546809466E-02  9.60512989717087762E-02  9.76655491099926998E-02
+  9.93059769797953740E-02  1.00972973730234464E-01  1.02666935161220718E-01
+  1.04388261733407678E-01  1.06137358576051791E-01  1.07914635492677727E-01
+  1.09720506964442313E-01  1.11555392151084329E-01  1.13419714889344714E-01
+  1.15313903688738631E-01  1.17238391724554497E-01  1.19193616827953403E-01
+  1.21180021473036609E-01  1.23198052760744844E-01  1.25248162399448887E-01
+  1.27330806682086128E-01  1.29446446459692971E-01  1.31595547111178685E-01
+  1.33778578509180263E-01  1.35996014981835472E-01  1.38248335270301420E-01
+  1.40536022481846518E-01  1.42859564038333553E-01  1.45219451619908735E-01
+  1.47616181103705058E-01  1.50050252497362813E-01  1.52522169867164714E-01
+  1.55032441260575193E-01  1.57581578622971674E-01  1.60170097708343395E-01
+  1.62798517983733099E-01  1.65467362527185996E-01  1.68177157918967202E-01
+  1.70928434125799472E-01  1.73721724377868481E-01  1.76557565038335640E-01
+  1.79436495465089746E-01  1.82359057864465546E-01  1.85325797136645765E-01
+  1.88337260712460097E-01  1.91393998381283931E-01  1.94496562109734900E-01
+  1.97645505850858744E-01  2.00841385343479700E-01  2.04084757901404013E-01
+  2.07376182192127639E-01  2.10716218004720929E-01  2.14105426006535399E-01
+  2.17544367488381324E-01  2.21033604097811365E-01  2.24573697560139757E-01
+  2.28165209386821277E-01  2.31808700570802689E-01  2.35504731268454975E-01
+  2.39253860467686152E-01  2.43056645641828051E-01  2.46913642388880361E-01
+  2.50825404055694923E-01  2.54792481346667654E-01  2.58815421916504751E-01
+  2.62894769946623863E-01  2.67031065704739445E-01  2.71224845087180255E-01
+  2.75476639143480528E-01  2.79786973582777487E-01  2.84156368261549219E-01
+  2.88585336652215751E-01  2.93074385292123929E-01  2.97624013212437200E-01
+  3.02234711346442031E-01  3.06906961916782406E-01  3.11641237801131732E-01
+  3.16438001875812669E-01  3.21297706336867162E-01  3.26220791998088844E-01
+  3.31207687565517883E-01  3.36258808887917648E-01  3.41374558182734045E-01
+  3.46555323237058566E-01  3.51801476583112893E-01  3.57113374647779203E-01
+  3.62491356875707993E-01  3.67935744825540867E-01  3.73446841238802230E-01
+  3.79024929081010986E-01  3.84670270554591631E-01  3.90383106083165676E-01
+  3.96163653266823179E-01  4.02012105807996512E-01  4.07928632407569602E-01
+  4.13913375630880875E-01  4.19966450743304631E-01  4.26087944515111172E-01
+  4.32277913995346930E-01  4.38536385254493066E-01  4.44863352095701159E-01
+  4.51258774734440982E-01  4.57722578446423833E-01  4.64254652183720029E-01
+  4.70854847159021539E-01  4.77522975398051497E-01  4.84258808260177254E-01
+  4.91062074927332004E-01  4.97932460861408965E-01  5.04869606230357038E-01
+  5.11873104303270376E-01  5.18942499814831537E-01  5.26077287299542395E-01
+  5.33276909396265042E-01  5.40540755123659178E-01  5.47868158127207905E-01
+  5.55258394898607399E-01  5.62710682968389331E-01  5.70224179072773230E-01
+  5.77797977295807619E-01  5.85431107188022604E-01  5.93122531862903202E-01
+  6.00871146072634255E-01  6.08675774264690439E-01  6.16535168620987450E-01
+  6.24448007081458645E-01  6.32412891354057538E-01  6.40428344913365533E-01
+  6.48492810990124791E-01  6.56604650554206470E-01  6.64762140293691628E-01
+  6.72963470592927160E-01  6.81206743512619339E-01  6.89489970775213457E-01
+  6.97811071759024681E-01  7.06167871504795874E-01  7.14558098738576231E-01
+  7.22979383915042351E-01  7.31429257285621803E-01  7.39905146996013618E-01
+  7.48404377217959382E-01  7.56924166320361191E-01  7.65461625085110953E-01
+  7.74013754973265966E-01  7.82577446447469627E-01  7.91149477356807185E-01
+  7.99726511390558836E-01  8.08305096607614626E-01  8.16881664048590861E-01
+  8.25452526438009371E-01  8.34013876984173175E-01  8.42561788284702073E-01
+  8.51092211345972238E-01  8.59600974725021616E-01  8.68083783802785391E-01
+  8.76536220197832727E-01  8.84953741330058552E-01  8.93331680144113127E-01
+  9.01665245002611027E-01  9.09949519759474690E-01  9.18179464024022507E-01
+  9.26349913626709487E-01  9.34455581297643723E-01  9.42491057569296631E-01
+  9.50450811915006577E-01  9.58329194135123852E-01  9.66120436002815608E-01
+  9.73818653181722227E-01  9.81417847427814793E-01  9.88911909087906493E-01
+  9.96294619907361012E-01  1.00355965615960829E+00  1.01070059211007890E+00
+  1.01771090382715923E+00  1.02458397335270024E+00  1.03131309324450826E+00
+  1.03789147150306493E+00  1.04431223689454478E+00  1.05056844468188681E+00
+  1.05665308277536107E+00  1.06255907831367935E+00  1.06827930468619514E+00
+  1.07380658900621695E+00  1.07913372004483588E+00  1.08425345663392658E+00
+  1.08915853654621331E+00  1.09384168585939756E+00  1.09829562881032872E+00
+  1.10251309814414067E+00  1.10648684596206559E+00  1.11020965507032932E+00
+  1.11367435083111643E+00  1.11687381351505355E+00  1.11980099115298670E+00
+  1.12244891288308346E+00  1.12481070278731221E+00  1.12687959420937767E+00
+  1.12864894454396603E+00  1.13011225048486974E+00  1.13126316371711289E+00
+  1.13209550703561579E+00  1.13260329087023548E+00  1.13278073019416725E+00
+  1.13262226178971903E+00  1.13212256184237359E+00  1.13127656383083175E+00
+  1.13007947667738917E+00  1.12852680311955389E+00  1.12661435826026390E+00
+  1.12433828825043713E+00  1.12169508905385462E+00  1.11868162524061754E+00
+  1.11529514875158187E+00  1.11153331757231633E+00  1.10739421425125628E+00
+  1.10287636419287471E+00  1.09797875365284914E+00  1.09270084735844253E+00
+  1.08704260567362265E+00  1.08100450122489744E+00  1.07458753490040260E+00
+  1.06779325113156620E+00  1.06062375236366235E+00  1.05308171261881611E+00
+  1.04517039005258261E+00  1.03689363840312976E+00  1.02825591723036847E+00
+  1.01926230084107328E+00  1.00991848579533050E+00  1.00023079688936511E+00
+  9.90206191510202505E-01  9.79852262258586459E-01  9.69177237738325204E-01
+  9.58189981412625347E-01  9.46899988431250561E-01  9.35317380336400439E-01
+  9.23452897560190222E-01  9.11317889632485389E-01  8.98924303024735138E-01
+  8.86284666563312729E-01  8.73412074354752654E-01  8.60320166175265078E-01
+  8.47023105287888045E-01  8.33535553662765327E-01  8.19872644589169974E-01
+  8.06049952682129200E-01  7.92083461301728686E-01  7.77989527419419180E-01
+  7.63784843982799111E-01  7.49486399848393714E-01  7.35111437370767784E-01
+  7.20677407755827670E-01  7.06201924306275153E-01  6.91702713707754047E-01
+  6.77197565525038403E-01  6.62704280098765364E-01  6.48240615054150426E-01
+  6.33824230654030041E-01  6.19472634249053855E-01  6.05203124097772438E-01
+  5.91032732848514319E-01  5.76978170993172834E-01  5.63055770620060514E-01
+  5.49281429808702204E-01  5.35670558023648380E-01  5.22238022876953756E-01
+  5.08998098639725893E-01  4.95964416892037685E-01  4.83149919707489883E-01
+  4.70566815773691582E-01  4.58226539853094639E-01  4.46139715989844754E-01
+  4.34316124868005637E-01  4.22764675724560779E-01  4.11493383217577224E-01
+  4.00509349645823520E-01  3.89818752911484490E-01  3.79426840612800298E-01
+  3.69337930648579227E-01  3.59555418712319552E-01  3.50081793050084911E-01
+  3.40918656853721413E-01  3.32066758659512684E-01  3.23526031121900037E-01
+  3.15295638532140488E-01  3.07374033452272155E-01  2.99759022834725442E-01
+  2.92447843996369139E-01  2.85437250811383103E-01  2.78723610478905648E-01
+  2.72303011207426282E-01  2.66171381137620067E-01  2.60324498952539840E-01
+  2.54758004716465203E-01  2.49467410840992054E-01  2.44448113057502137E-01
+  2.39695401253271045E-01  2.35204470003882393E-01  2.30970428607011974E-01
+  2.26988310391718517E-01  2.23253081042742330E-01  2.19759645640584339E-01
+  2.16502854074844542E-01  2.13477504439978621E-01  2.10678343968721621E-01
+  2.08100066998364530E-01  2.05737309398247747E-01  2.03584654484504080E-01
+  2.01636638829140513E-01  1.99887757955935996E-01  1.98332471916346953E-01
+  1.96965210739347585E-01  1.95780379749867867E-01  1.94772364751231525E-01
+  1.93935537067727787E-01  1.93264258444172221E-01  1.92752885800016427E-01
+  1.92395775836248117E-01  1.92187289493978342E-01  1.92121796264240641E-01
+  1.92193678349117547E-01  1.92397334674866582E-01  1.92727184758238107E-01
+  1.93177672427659930E-01  1.93743269401396578E-01  1.94418478725198712E-01
+  1.95197838072317581E-01  1.96075922909076744E-01  1.97047349529481414E-01
+  1.98106777962589076E-01  1.99248914756578160E-01  2.00468515643626971E-01
+  2.01760388089860160E-01  2.03119393734736586E-01  2.04540450724333106E-01
+  2.06018535943044617E-01  2.07548687148247452E-01  2.09126005012486127E-01
+  2.10745655077732630E-01  2.12402869626227758E-01  2.14092949472371508E-01
+  2.15811265680045272E-01  2.17553261209674664E-01  2.19314452499225765E-01
+  2.21090430983217151E-01  2.22876864553690268E-01  2.24669498966939052E-01
+  2.26464159199638276E-01  2.28256750757838633E-01  2.30043260942117939E-01
+  2.31819760071982683E-01  2.33582402672413453E-01  2.35327428625240753E-01
+  2.37051164287812643E-01  2.38750023581198262E-01  2.40420509049930980E-01
+  2.42059212895063824E-01  2.43662817982061547E-01  2.45228098824809754E-01
+  2.46751922546768504E-01  2.48231249820048155E-01  2.49663135782925594E-01
+  2.51044730936069937E-01  2.52373282017485490E-01  2.53646132855931461E-01
+  2.54860725202324612E-01  2.56014599538381016E-01  2.57105395861513208E-01
+  2.58130854444757307E-01  2.59088816570273328E-01  2.59977225234739484E-01
+  2.60794125824736989E-01  2.61537666760027709E-01  2.62206100102412409E-01
+  2.62797782127687674E-01  2.63311173858033654E-01  2.63744841552009557E-01
+  2.64097457149183701E-01  2.64367798666292342E-01  2.64554750541702077E-01
+  2.64657303924852039E-01  2.64674556907260494E-01  2.64605714691618865E-01
+  2.64450089695436985E-01  2.64207101585677950E-01  2.63876277240800539E-01
+  2.63457250636633333E-01  2.62949762652526453E-01  2.62353660794269694E-01
+  2.61668898830326457E-01  2.60895536338008716E-01  2.60033738156328686E-01
+  2.59083773742364187E-01  2.58046016428126523E-01  2.56920942575067812E-01
+  2.55709130623539005E-01  2.54411260034702269E-01  2.53028110122607952E-01
+  2.51560558774373666E-01  2.50009581056643504E-01  2.48376247706760755E-01
+  2.46661723507359959E-01  2.44867265543369655E-01  2.42994221340712302E-01
+  2.41044026886303525E-01  2.39018204529265754E-01  2.36918360763610586E-01
+  2.34746183892980714E-01  2.32503441578385928E-01  2.30191978270235159E-01
+  2.27813712526307222E-01  2.25370634217689908E-01  2.22864801625063808E-01
+  2.20298338428090906E-01  2.17673430591031586E-01  2.14992323148081893E-01
+  2.12257316892293463E-01  2.09470764972294554E-01  2.06635069401397531E-01
+  2.03752677484019290E-01  2.00826078164694638E-01  1.97857798305288962E-01
+  1.94850398896343785E-01  1.91806471208802592E-01  1.88728632892658316E-01
+  1.85619524029348865E-01  1.82481803145000177E-01  1.79318143191854990E-01
+  1.76131227505472082E-01  1.72923745745478391E-01  1.69698389827857538E-01
+  1.66457849856921802E-01  1.63204810065261913E-01  1.59941944770088024E-01
+  1.56671914354474195E-01  1.53397361282085282E-01  1.50120906154008971E-01
+  1.46845143816330209E-01  1.43572639527072610E-01  1.40305925191086367E-01
+  1.37047495671392905E-01  1.33799805185392806E-01  1.30565263794213265E-01
+  1.27346233993306773E-01  1.24145027412224968E-01  1.20963901631263845E-01
+  1.17805057122478143E-01  1.14670634321993314E-01  1.11562710840944601E-01
+  1.08483298821088175E-01  1.05434342441475287E-01  1.02417715581902491E-01
+  9.94352196484830364E-02  9.64885815662432228E-02  9.35794519431840943E-02
+  9.07094034097640500E-02  8.78799291372550778E-02  8.50924415379031435E-02
+  8.23482711492861535E-02  7.96486657047142249E-02  7.69947893909513487E-02
+  7.43877222939700877E-02  7.18284600328712441E-02  6.93179135815177733E-02
+  6.68569092768486195E-02  6.44461890122554198E-02  6.20864106138223487E-02
+  5.97781483966579319E-02  5.75218938979799657E-02  5.53180567830608427E-02
+  5.31669659196002814E-02  5.10688706155670163E-02  4.90239420150472630E-02
+  4.70322746461526303E-02  4.50938881145808781E-02  4.32087289359882540E-02
+  4.13766724999274985E-02  3.95975251577287204E-02  3.78710264263584298E-02
+  3.61968512999811670E-02  3.45746126606757131E-02  3.30038637795183887E-02
+  3.14841008990483576E-02  3.00147658879677953E-02  2.85952489588088311E-02
+  2.72248914392181213E-02  2.59029885874680552E-02  2.46287924428032316E-02
+  2.34015147012695962E-02  2.22203296077521234E-02  2.10843768550644968E-02
+  1.99927644810894388E-02  1.89445717551602402E-02  1.79388520451018475E-02
+  1.69746356566110555E-02  1.60509326369485013E-02  1.51667355352391731E-02
+  1.43210221120294839E-02  1.35127579911263444E-02  1.27408992471446207E-02
+  1.20043949226109180E-02  1.13021894689115509E-02  1.06332251058283318E-02
+  9.99644409487395608E-03  9.39079092211748609E-03  8.81521438667608181E-03
+  8.26866959153954063E-03  7.75011983388597912E-03  7.25853839253845674E-03
+  6.79291021069912057E-03  6.35223347257916383E-03  5.93552107301491359E-03
+  5.54180197962191295E-03  5.17012248748687994E-03  4.81954736683004765E-03
+  4.48916090448576478E-03  4.17806784044536580E-03  3.88539420108195786E-03
+  3.61028803103008358E-03  3.35192002602344163E-03  3.10948406929948589E-03
+  2.88219767446033174E-03  2.66930233793416646E-03  2.47006380440970529E-03
+  2.28377224881825191E-03  2.10974237861316725E-03  1.94731346024531603E-03
+  1.79584927385571694E-03  1.65473800030326197E-03  1.52339204471706462E-03
+  1.40124780081006236E-03  1.28776536021403543E-03  1.18242817109716369E-03
+  1.08474265030465505E-03  9.94237753222128144E-04  9.10464505501480345E-04
+  8.32995500711374926E-04  7.61424367880520988E-04  6.95365212793110695E-04
+  6.34452036773502188E-04  5.78338136563052714E-04  5.26695488747291104E-04
+  4.79214122037938128E-04  4.35601480552986976E-04  3.95581781070634432E-04
+  3.58895367060643570E-04  3.25298062121052891E-04  2.94560525270305955E-04
+  2.66467610366062375E-04  2.40817731743306839E-04  2.17422237986977150E-04
+  1.96104795579156162E-04  1.76700783988856567E-04  1.59056703604371140E-04
+  1.43029597744842585E-04  1.28486489829769007E-04  1.15303836633190708E-04
+  1.03366998403808805E-04  9.25697264936706698E-05  8.28136690066745025E-05
+  7.40078948542520975E-05  6.60684364893869845E-05  5.89178514817279521E-05
+  5.24848029960415822E-05  4.67036591435965529E-05  4.15141110912471524E-05
+  3.68608097358663536E-05  3.26930206822270426E-05  2.89642972002462238E-05
+  2.56321707824634796E-05  2.26578588744615415E-05  2.00059893093635487E-05
+  1.76443409422517724E-05  1.55435999510125353E-05  1.36771312463845436E-05
+  1.20207644155157138E-05  1.05525936097601693E-05  9.25279077840934811E-06
+  8.10343164518711605E-06  7.08833382328930743E-06  6.19290646715983966E-06
+  5.40401086472370482E-06  4.70983138210499557E-06  4.09975618362344430E-06
+  3.56426716277448543E-06  3.09483853466000280E-06  2.68384355666955928E-06
+  2.32446886185071876E-06  2.01063590810495849E-06  1.73692906587272232E-06
+  1.49852988711449834E-06  1.29115711895918530E-06  1.11101204619815097E-06
+  9.54728767691992249E-07  8.19329032582044938E-07  7.02181282831246050E-07
+  6.00963568945172330E-07  5.13630025644835607E-07  4.38380613692859702E-07
+  3.73633852941624281E-07  3.18002289915876510E-07  2.70270460814492084E-07
+  2.29375127678354765E-07  1.94387581595224632E-07  1.64497822178271197E-07
+  1.39000437150936279E-07
+  END     
+   SHAPE_FUNC   
+  1.00000000000000000E+00  9.99999999999998890E-01  9.99999999999995781E-01
+  9.99999999999990452E-01  9.99999999999982681E-01  9.99999999999972689E-01
+  9.99999999999960254E-01  9.99999999999945155E-01  9.99999999999927836E-01
+  9.99999999999907629E-01  9.99999999999885203E-01  9.99999999999860112E-01
+  9.99999999999832134E-01  9.99999999999801048E-01  9.99999999999767075E-01
+  9.99999999999730438E-01  9.99999999999690470E-01  9.99999999999647393E-01
+  9.99999999999601430E-01  9.99999999999552136E-01  9.99999999999499067E-01
+  9.99999999999442668E-01  9.99999999999383160E-01  9.99999999999319877E-01
+  9.99999999999252598E-01  9.99999999999181988E-01  9.99999999999107159E-01
+  9.99999999999028555E-01  9.99999999998945954E-01  9.99999999998859135E-01
+  9.99999999998768097E-01  9.99999999998672617E-01  9.99999999998572919E-01
+  9.99999999998468336E-01  9.99999999998359757E-01  9.99999999998245848E-01
+  9.99999999998127498E-01  9.99999999998003819E-01  9.99999999997875255E-01
+  9.99999999997741584E-01  9.99999999997602362E-01  9.99999999997458033E-01
+  9.99999999997308153E-01  9.99999999997152500E-01  9.99999999996991296E-01
+  9.99999999996823874E-01  9.99999999996650679E-01  9.99999999996471267E-01
+  9.99999999996285416E-01  9.99999999996093125E-01  9.99999999995894617E-01
+  9.99999999995689004E-01  9.99999999995476729E-01  9.99999999995257571E-01
+  9.99999999995030864E-01  9.99999999994797051E-01  9.99999999994556132E-01
+  9.99999999994306998E-01  9.99999999994050315E-01  9.99999999993785638E-01
+  9.99999999993512967E-01  9.99999999993232080E-01  9.99999999992942312E-01
+  9.99999999992644328E-01  9.99999999992337463E-01  9.99999999992021493E-01
+  9.99999999991696198E-01  9.99999999991361577E-01  9.99999999991017630E-01
+  9.99999999990663468E-01  9.99999999990299537E-01  9.99999999989925392E-01
+  9.99999999989540811E-01  9.99999999989145794E-01  9.99999999988739674E-01
+  9.99999999988322674E-01  9.99999999987894350E-01  9.99999999987454480E-01
+  9.99999999987002619E-01  9.99999999986538990E-01  9.99999999986063148E-01
+  9.99999999985574872E-01  9.99999999985073940E-01  9.99999999984559684E-01
+  9.99999999984032550E-01  9.99999999983491650E-01  9.99999999982936982E-01
+  9.99999999982368326E-01  9.99999999981785237E-01  9.99999999981187493E-01
+  9.99999999980574872E-01  9.99999999979946708E-01  9.99999999979303222E-01
+  9.99999999978644194E-01  9.99999999977968512E-01  9.99999999977276621E-01
+  9.99999999976567411E-01  9.99999999975841547E-01  9.99999999975097920E-01
+  9.99999999974336751E-01  9.99999999973557374E-01  9.99999999972759124E-01
+  9.99999999971942222E-01  9.99999999971105780E-01  9.99999999970250020E-01
+  9.99999999969373832E-01  9.99999999968477438E-01  9.99999999967560171E-01
+  9.99999999966621367E-01  9.99999999965661024E-01  9.99999999964678921E-01
+  9.99999999963673947E-01  9.99999999962646102E-01  9.99999999961594943E-01
+  9.99999999960519803E-01  9.99999999959420238E-01  9.99999999958296026E-01
+  9.99999999957146501E-01  9.99999999955971219E-01  9.99999999954769514E-01
+  9.99999999953541385E-01  9.99999999952285723E-01  9.99999999951002083E-01
+  9.99999999949690466E-01  9.99999999948349538E-01  9.99999999946979523E-01
+  9.99999999945579310E-01  9.99999999944148676E-01  9.99999999942686513E-01
+  9.99999999941193041E-01  9.99999999939666928E-01  9.99999999938107731E-01
+  9.99999999936515005E-01  9.99999999934888084E-01  9.99999999933226302E-01
+  9.99999999931528771E-01  9.99999999929795047E-01  9.99999999928024463E-01
+  9.99999999926215910E-01  9.99999999924369165E-01  9.99999999922483562E-01
+  9.99999999920557769E-01  9.99999999918591786E-01  9.99999999916584503E-01
+  9.99999999914534365E-01  9.99999999912442039E-01  9.99999999910305748E-01
+  9.99999999908124826E-01  9.99999999905898607E-01  9.99999999903625980E-01
+  9.99999999901306502E-01  9.99999999898938841E-01  9.99999999896522551E-01
+  9.99999999894055858E-01  9.99999999891538760E-01  9.99999999888970370E-01
+  9.99999999886348689E-01  9.99999999883673718E-01  9.99999999880944124E-01
+  9.99999999878158574E-01  9.99999999875316403E-01  9.99999999872416723E-01
+  9.99999999869457756E-01  9.99999999866439504E-01  9.99999999863359523E-01
+  9.99999999860218036E-01  9.99999999857012600E-01  9.99999999853742771E-01
+  9.99999999850407661E-01  9.99999999847005050E-01  9.99999999843534715E-01
+  9.99999999839994658E-01  9.99999999836383990E-01  9.99999999832701381E-01
+  9.99999999828945052E-01  9.99999999825114338E-01  9.99999999821207464E-01
+  9.99999999817223095E-01  9.99999999813159901E-01  9.99999999809016327E-01
+  9.99999999804790596E-01  9.99999999800481820E-01  9.99999999796088002E-01
+  9.99999999791607586E-01  9.99999999787039240E-01  9.99999999782381410E-01
+  9.99999999777632098E-01  9.99999999772789527E-01  9.99999999767852588E-01
+  9.99999999762819058E-01  9.99999999757687608E-01  9.99999999752456015E-01
+  9.99999999747122503E-01  9.99999999741685297E-01  9.99999999736142620E-01
+  9.99999999730492251E-01  9.99999999724732413E-01  9.99999999718861332E-01
+  9.99999999712876342E-01  9.99999999706776110E-01  9.99999999700557973E-01
+  9.99999999694219932E-01  9.99999999687760210E-01  9.99999999681175922E-01
+  9.99999999674465290E-01  9.99999999667625650E-01  9.99999999660654781E-01
+  9.99999999653550686E-01  9.99999999646310478E-01  9.99999999638931714E-01
+  9.99999999631412173E-01  9.99999999623748970E-01  9.99999999615939661E-01
+  9.99999999607981804E-01  9.99999999599872291E-01  9.99999999591608679E-01
+  9.99999999583187638E-01  9.99999999574607168E-01  9.99999999565863940E-01
+  9.99999999556954622E-01  9.99999999547877216E-01  9.99999999538627726E-01
+  9.99999999529203487E-01  9.99999999519601390E-01  9.99999999509817661E-01
+  9.99999999499849634E-01  9.99999999489693758E-01  9.99999999479347146E-01
+  9.99999999468805356E-01  9.99999999458065725E-01  9.99999999447124255E-01
+  9.99999999435976950E-01  9.99999999424621144E-01  9.99999999413052398E-01
+  9.99999999401266937E-01  9.99999999389260985E-01  9.99999999377030324E-01
+  9.99999999364571179E-01  9.99999999351879332E-01  9.99999999338950785E-01
+  9.99999999325780875E-01  9.99999999312365606E-01  9.99999999298700759E-01
+  9.99999999284781227E-01  9.99999999270603013E-01  9.99999999256161010E-01
+  9.99999999241450777E-01  9.99999999226467429E-01  9.99999999211206303E-01
+  9.99999999195662292E-01  9.99999999179830068E-01  9.99999999163704523E-01
+  9.99999999147280993E-01  9.99999999130553485E-01  9.99999999113516447E-01
+  9.99999999096164993E-01  9.99999999078492907E-01  9.99999999060494860E-01
+  9.99999999042165078E-01  9.99999999023497121E-01  9.99999999004485440E-01
+  9.99999998985123595E-01  9.99999998965405590E-01  9.99999998945324986E-01
+  9.99999998924875344E-01  9.99999998904049558E-01  9.99999998882841634E-01
+  9.99999998861244688E-01  9.99999998839251170E-01  9.99999998816854641E-01
+  9.99999998794047551E-01  9.99999998770822796E-01  9.99999998747172825E-01
+  9.99999998723090089E-01  9.99999998698566817E-01  9.99999998673595680E-01
+  9.99999998648168020E-01  9.99999998622275621E-01  9.99999998595910933E-01
+  9.99999998569065074E-01  9.99999998541729607E-01  9.99999998513895871E-01
+  9.99999998485554764E-01  9.99999998456697625E-01  9.99999998427315129E-01
+  9.99999998397397949E-01  9.99999998366936538E-01  9.99999998335921125E-01
+  9.99999998304342164E-01  9.99999998272189661E-01  9.99999998239452736E-01
+  9.99999998206122065E-01  9.99999998172186544E-01  9.99999998137635293E-01
+  9.99999998102457655E-01  9.99999998066642748E-01  9.99999998030178583E-01
+  9.99999997993054279E-01  9.99999997955257847E-01  9.99999997916777739E-01
+  9.99999997877601521E-01  9.99999997837716759E-01  9.99999997797111018E-01
+  9.99999997755771641E-01  9.99999997713685751E-01  9.99999997670839802E-01
+  9.99999997627220472E-01  9.99999997582814215E-01  9.99999997537606822E-01
+  9.99999997491584303E-01  9.99999997444732669E-01  9.99999997397036378E-01
+  9.99999997348480996E-01  9.99999997299051424E-01  9.99999997248732342E-01
+  9.99999997197507318E-01  9.99999997145361030E-01  9.99999997092276827E-01
+  9.99999997038238275E-01  9.99999996983228723E-01  9.99999996927230850E-01
+  9.99999996870227115E-01  9.99999996812199976E-01  9.99999996753130782E-01
+  9.99999996693001991E-01  9.99999996631794286E-01  9.99999996569489236E-01
+  9.99999996506066857E-01  9.99999996441507610E-01  9.99999996375791733E-01
+  9.99999996308898575E-01  9.99999996240807487E-01  9.99999996171497152E-01
+  9.99999996100946253E-01  9.99999996029132809E-01  9.99999995956034837E-01
+  9.99999995881629689E-01  9.99999995805893827E-01  9.99999995728804159E-01
+  9.99999995650336926E-01  9.99999995570468148E-01  9.99999995489172289E-01
+  9.99999995406424924E-01  9.99999995322200297E-01  9.99999995236472650E-01
+  9.99999995149214893E-01  9.99999995060400826E-01  9.99999994970002470E-01
+  9.99999994877992071E-01  9.99999994784341650E-01  9.99999994689022342E-01
+  9.99999994592004615E-01  9.99999994493258271E-01  9.99999994392753333E-01
+  9.99999994290458494E-01  9.99999994186342667E-01  9.99999994080373877E-01
+  9.99999993972519485E-01  9.99999993862745962E-01  9.99999993751020444E-01
+  9.99999993637307849E-01  9.99999993521573316E-01  9.99999993403781762E-01
+  9.99999993283896549E-01  9.99999993161881484E-01  9.99999993037698376E-01
+  9.99999992911309921E-01  9.99999992782677261E-01  9.99999992651760428E-01
+  9.99999992518519898E-01  9.99999992382915037E-01  9.99999992244903879E-01
+  9.99999992104444235E-01  9.99999991961493029E-01  9.99999991816006961E-01
+  9.99999991667941401E-01  9.99999991517251052E-01  9.99999991363889729E-01
+  9.99999991207811023E-01  9.99999991048966530E-01  9.99999990887308510E-01
+  9.99999990722787224E-01  9.99999990555352714E-01  9.99999990384953241E-01
+  9.99999990211537737E-01  9.99999990035052466E-01  9.99999989855444360E-01
+  9.99999989672658574E-01  9.99999989486638929E-01  9.99999989297329250E-01
+  9.99999989104671583E-01  9.99999988908607529E-01  9.99999988709077137E-01
+  9.99999988506019788E-01  9.99999988299373532E-01  9.99999988089075975E-01
+  9.99999987875062724E-01  9.99999987657268719E-01  9.99999987435628013E-01
+  9.99999987210072883E-01  9.99999986980535382E-01  9.99999986746945124E-01
+  9.99999986509231498E-01  9.99999986267322338E-01  9.99999986021144149E-01
+  9.99999985770622102E-01  9.99999985515680478E-01  9.99999985256241564E-01
+  9.99999984992226643E-01  9.99999984723556001E-01  9.99999984450147816E-01
+  9.99999984171919487E-01  9.99999983888786415E-01  9.99999983600663112E-01
+  9.99999983307461870E-01  9.99999983009094096E-01  9.99999982705469637E-01
+  9.99999982396496123E-01  9.99999982082080296E-01  9.99999981762126677E-01
+  9.99999981436538898E-01  9.99999981105218150E-01  9.99999980768064289E-01
+  9.99999980424975399E-01  9.99999980075847339E-01  9.99999979720574861E-01
+  9.99999979359050273E-01  9.99999978991164995E-01  9.99999978616806895E-01
+  9.99999978235863840E-01  9.99999977848219701E-01  9.99999977453758127E-01
+  9.99999977052359657E-01  9.99999976643903277E-01  9.99999976228265752E-01
+  9.99999975805320962E-01  9.99999975374941896E-01  9.99999974936998659E-01
+  9.99999974491358912E-01  9.99999974037887984E-01  9.99999973576449763E-01
+  9.99999973106904472E-01  9.99999972629110667E-01  9.99999972142924021E-01
+  9.99999971648198427E-01  9.99999971144784450E-01  9.99999970632530877E-01
+  9.99999970111282943E-01  9.99999969580883663E-01  9.99999969041173165E-01
+  9.99999968491988689E-01  9.99999967933165701E-01  9.99999967364535003E-01
+  9.99999966785926064E-01  9.99999966197164247E-01  9.99999965598072360E-01
+  9.99999964988470436E-01  9.99999964368174177E-01  9.99999963736998398E-01
+  9.99999963094751920E-01  9.99999962441242229E-01  9.99999961776272372E-01
+  9.99999961099642731E-01  9.99999960411150024E-01  9.99999959710586639E-01
+  9.99999958997742411E-01  9.99999958272402623E-01  9.99999957534349893E-01
+  9.99999956783361954E-01  9.99999956019213654E-01  9.99999955241675065E-01
+  9.99999954450512596E-01  9.99999953645488548E-01  9.99999952826361116E-01
+  9.99999951992884939E-01  9.99999951144809107E-01  9.99999950281879268E-01
+  9.99999949403836297E-01  9.99999948510416514E-01  9.99999947601351913E-01
+  9.99999946676369822E-01  9.99999945735192575E-01  9.99999944777537508E-01
+  9.99999943803117852E-01  9.99999942811640952E-01  9.99999941802809378E-01
+  9.99999940776320928E-01  9.99999939731867293E-01  9.99999938669135835E-01
+  9.99999937587807586E-01  9.99999936487558361E-01  9.99999935368058535E-01
+  9.99999934228972265E-01  9.99999933069958491E-01  9.99999931890669824E-01
+  9.99999930690752881E-01  9.99999929469847726E-01  9.99999928227589097E-01
+  9.99999926963604846E-01  9.99999925677516055E-01  9.99999924368938031E-01
+  9.99999923037478200E-01  9.99999921682738435E-01  9.99999920304312617E-01
+  9.99999918901788631E-01  9.99999917474746147E-01  9.99999916022757951E-01
+  9.99999914545389501E-01  9.99999913042198929E-01  9.99999911512736039E-01
+  9.99999909956543309E-01  9.99999908373154889E-01  9.99999906762097046E-01
+  9.99999905122887833E-01  9.99999903455037198E-01  9.99999901758045873E-01
+  9.99999900031406264E-01  9.99999898274602006E-01  9.99999896487108186E-01
+  9.99999894668389566E-01  9.99999892817902580E-01  9.99999890935093894E-01
+  9.99999889019400845E-01  9.99999887070251003E-01  9.99999885087060836E-01
+  9.99999883069238371E-01  9.99999881016179648E-01  9.99999878927271824E-01
+  9.99999876801890952E-01  9.99999874639400654E-01  9.99999872439156001E-01
+  9.99999870200499297E-01  9.99999867922761632E-01  9.99999865605262328E-01
+  9.99999863247309273E-01  9.99999860848198363E-01  9.99999858407212838E-01
+  9.99999855923623282E-01  9.99999853396688954E-01  9.99999850825654457E-01
+  9.99999848209752518E-01  9.99999845548202204E-01  9.99999842840207931E-01
+  9.99999840084962566E-01  9.99999837281642767E-01  9.99999834429411649E-01
+  9.99999831527418115E-01  9.99999828574796190E-01  9.99999825570664469E-01
+  9.99999822514126113E-01  9.99999819404269519E-01  9.99999816240166206E-01
+  9.99999813020872597E-01  9.99999809745427903E-01  9.99999806412854797E-01
+  9.99999803022158740E-01  9.99999799572329096E-01  9.99999796062336355E-01
+  9.99999792491132911E-01  9.99999788857654615E-01  9.99999785160817112E-01
+  9.99999781399518284E-01  9.99999777572635806E-01  9.99999773679029258E-01
+  9.99999769717537235E-01  9.99999765686978570E-01  9.99999761586151115E-01
+  9.99999757413832735E-01  9.99999753168779537E-01  9.99999748849725423E-01
+  9.99999744455383976E-01  9.99999739984444025E-01  9.99999735435574078E-01
+  9.99999730807417220E-01  9.99999726098594999E-01  9.99999721307703315E-01
+  9.99999716433315089E-01  9.99999711473977260E-01  9.99999706428212010E-01
+  9.99999701294515986E-01  9.99999696071359523E-01  9.99999690757186532E-01
+  9.99999685350413725E-01  9.99999679849430056E-01  9.99999674252596393E-01
+  9.99999668558246735E-01  9.99999662764683217E-01  9.99999656870181330E-01
+  9.99999650872984924E-01  9.99999644771307761E-01  9.99999638563332516E-01
+  9.99999632247210779E-01  9.99999625821060500E-01  9.99999619282968988E-01
+  9.99999612630988910E-01  9.99999605863139518E-01  9.99999598977405757E-01
+  9.99999591971737156E-01  9.99999584844047940E-01  9.99999577592215916E-01
+  9.99999570214082256E-01  9.99999562707450385E-01  9.99999555070085533E-01
+  9.99999547299714187E-01  9.99999539394023973E-01  9.99999531350660775E-01
+  9.99999523167230508E-01  9.99999514841297898E-01  9.99999506370385149E-01
+  9.99999497751970390E-01  9.99999488983489337E-01  9.99999480062332302E-01
+  9.99999470985844408E-01  9.99999461751324592E-01  9.99999452356025054E-01
+  9.99999442797150251E-01  9.99999433071855792E-01  9.99999423177247881E-01
+  9.99999413110382873E-01  9.99999402868265830E-01  9.99999392447849078E-01
+  9.99999381846033097E-01  9.99999371059663633E-01  9.99999360085531697E-01
+  9.99999348920373010E-01  9.99999337560866675E-01  9.99999326003633393E-01
+  9.99999314245235360E-01  9.99999302282175373E-01  9.99999290110895500E-01
+  9.99999277727775193E-01  9.99999265129132286E-01  9.99999252311219222E-01
+  9.99999239270224716E-01  9.99999226002269981E-01  9.99999212503409396E-01
+  9.99999198769629505E-01  9.99999184796845464E-01  9.99999170580903152E-01
+  9.99999156117575394E-01  9.99999141402561076E-01  9.99999126431485807E-01
+  9.99999111199898372E-01  9.99999095703269281E-01  9.99999079936992441E-01
+  9.99999063896379492E-01  9.99999047576662581E-01  9.99999030972989811E-01
+  9.99999014080425241E-01  9.99998996893947334E-01  9.99998979408446620E-01
+  9.99998961618726812E-01  9.99998943519498584E-01  9.99998925105382686E-01
+  9.99998906370906160E-01  9.99998887310500129E-01  9.99998867918499679E-01
+  9.99998848189141198E-01  9.99998828116561045E-01  9.99998807694793990E-01
+  9.99998786917770444E-01  9.99998765779315901E-01  9.99998744273148277E-01
+  9.99998722392877237E-01  9.99998700131999541E-01  9.99998677483901477E-01
+  9.99998654441852319E-01  9.99998630999005211E-01  9.99998607148394725E-01
+  9.99998582882933640E-01  9.99998558195411946E-01  9.99998533078495289E-01
+  9.99998507524719749E-01  9.99998481526493954E-01  9.99998455076093751E-01
+  9.99998428165660092E-01  9.99998400787199038E-01  9.99998372932576207E-01
+  9.99998344593516220E-01  9.99998315761601253E-01  9.99998286428265271E-01
+  9.99998256584794909E-01  9.99998226222324926E-01  9.99998195331835760E-01
+  9.99998163904151638E-01  9.99998131929937140E-01  9.99998099399695306E-01
+  9.99998066303763089E-01  9.99998032632310352E-01  9.99997998375335762E-01
+  9.99997963522664457E-01  9.99997928063945385E-01  9.99997891988646304E-01
+  9.99997855286053339E-01  9.99997817945266210E-01  9.99997779955194455E-01
+  9.99997741304556209E-01  9.99997701981872433E-01  9.99997661975465690E-01
+  9.99997621273455040E-01  9.99997579863753150E-01  9.99997537734063524E-01
+  9.99997494871875281E-01  9.99997451264460047E-01  9.99997406898868846E-01
+  9.99997361761927661E-01  9.99997315840233991E-01  9.99997269120151411E-01
+  9.99997221587808016E-01  9.99997173229089875E-01  9.99997124029638695E-01
+  9.99997073974845940E-01  9.99997023049849831E-01  9.99996971239530574E-01
+  9.99996918528505141E-01  9.99996864901124050E-01  9.99996810341465370E-01
+  9.99996754833330614E-01  9.99996698360240743E-01  9.99996640905429057E-01
+  9.99996582451839311E-01  9.99996522982117275E-01  9.99996462478608739E-01
+  9.99996400923352180E-01  9.99996338298073661E-01  9.99996274584182832E-01
+  9.99996209762765376E-01  9.99996143814579130E-01  9.99996076720047533E-01
+  9.99996008459254182E-01  9.99995939011936175E-01  9.99995868357478890E-01
+  9.99995796474910326E-01  9.99995723342892995E-01  9.99995648939719817E-01
+  9.99995573243306013E-01  9.99995496231183556E-01  9.99995417880493953E-01
+  9.99995338167982029E-01  9.99995257069988264E-01  9.99995174562442357E-01
+  9.99995090620855565E-01  9.99995005220315036E-01  9.99994918335473382E-01
+  9.99994829940544561E-01  9.99994740009293226E-01  9.99994648515030171E-01
+  9.99994555430600340E-01  9.99994460728378942E-01  9.99994364380260681E-01
+  9.99994266357652095E-01  9.99994166631462567E-01  9.99994065172097102E-01
+  9.99993961949446231E-01  9.99993856932877345E-01  9.99993750091226263E-01
+  9.99993641392787347E-01  9.99993530805303954E-01  9.99993418295959557E-01
+  9.99993303831367086E-01  9.99993187377560266E-01  9.99993068899983295E-01
+  9.99992948363478629E-01  9.99992825732279322E-01  9.99992700969996817E-01
+  9.99992574039610504E-01  9.99992444903457178E-01  9.99992313523218379E-01
+  9.99992179859911845E-01  9.99992043873877079E-01  9.99991905524765023E-01
+  9.99991764771525404E-01  9.99991621572395739E-01  9.99991475884887571E-01
+  9.99991327665775143E-01  9.99991176871081189E-01  9.99991023456065498E-01
+  9.99990867375210035E-01  9.99990708582206178E-01  9.99990547029942056E-01
+  9.99990382670486455E-01  9.99990215455076381E-01  9.99990045334101296E-01
+  9.99989872257089352E-01  9.99989696172692399E-01  9.99989517028670338E-01
+  9.99989334771875238E-01  9.99989149348236794E-01  9.99988960702745677E-01
+  9.99988768779436432E-01  9.99988573521372381E-01  9.99988374870627084E-01
+  9.99988172768269235E-01  9.99987967154343349E-01  9.99987757967852331E-01
+  9.99987545146740708E-01  9.99987328627874428E-01  9.99987108347023534E-01
+  9.99986884238841522E-01  9.99986656236848570E-01  9.99986424273408891E-01
+  9.99986188279712973E-01  9.99985948185756146E-01  9.99985703920316715E-01
+  9.99985455410937862E-01  9.99985202583903776E-01  9.99984945364217337E-01
+  9.99984683675580910E-01  9.99984417440370255E-01  9.99984146579612987E-01
+  9.99983871012966374E-01  9.99983590658691912E-01  9.99983305433631009E-01
+  9.99983015253181007E-01  9.99982720031270644E-01  9.99982419680333412E-01
+  9.99982114111281462E-01  9.99981803233481070E-01  9.99981486954723775E-01
+  9.99981165181199172E-01  9.99980837817468937E-01  9.99980504766436629E-01
+  9.99980165929319154E-01  9.99979821205618791E-01  9.99979470493091882E-01
+  9.99979113687719967E-01  9.99978750683676587E-01  9.99978381373298975E-01
+  9.99978005647054191E-01  9.99977623393507042E-01  9.99977234499286882E-01
+  9.99976838849054528E-01  9.99976436325467843E-01  9.99976026809146656E-01
+  9.99975610178637675E-01  9.99975186310379183E-01  9.99974755078661959E-01
+  9.99974316355595860E-01  9.99973870011068078E-01  9.99973415912707053E-01
+  9.99972953925842178E-01  9.99972483913464272E-01  9.99972005736185610E-01
+  9.99971519252196517E-01  9.99971024317225288E-01  9.99970520784495887E-01
+  9.99970008504681096E-01  9.99969487325862882E-01  9.99968957093483990E-01
+  9.99968417650302754E-01  9.99967868836347806E-01  9.99967310488869776E-01
+  9.99966742442291889E-01  9.99966164528163892E-01  9.99965576575108539E-01
+  9.99964978408773630E-01  9.99964369851779278E-01  9.99963750723665279E-01
+  9.99963120840837383E-01  9.99962480016513111E-01  9.99961828060667357E-01
+  9.99961164779974321E-01  9.99960489977751332E-01  9.99959803453900786E-01
+  9.99959105004849969E-01  9.99958394423491437E-01  9.99957671499120737E-01
+  9.99956936017375231E-01  9.99956187760169923E-01  9.99955426505633072E-01
+  9.99954652028039237E-01  9.99953864097744449E-01  9.99953062481116373E-01
+  9.99952246940466360E-01  9.99951417233978179E-01  9.99950573115635843E-01
+  9.99949714335153450E-01  9.99948840637896907E-01  9.99947951764812326E-01
+  9.99947047452346527E-01  9.99946127432370657E-01  9.99945191432099700E-01
+  9.99944239174011651E-01  9.99943270375766802E-01  9.99942284750122035E-01
+  9.99941282004847221E-01  9.99940261842637179E-01  9.99939223961025414E-01
+  9.99938168052292964E-01  9.99937093803378585E-01  9.99936000895783939E-01
+  9.99934889005481664E-01  9.99933757802817680E-01  9.99932606952414482E-01
+  9.99931436113071004E-01  9.99930244937661805E-01  9.99929033073034601E-01
+  9.99927800159905900E-01  9.99926545832752756E-01  9.99925269719706966E-01
+  9.99923971442443382E-01  9.99922650616067554E-01  9.99921306849003044E-01
+  9.99919939742874520E-01  9.99918548892390291E-01  9.99917133885220633E-01
+  9.99915694301878877E-01  9.99914229715593406E-01  9.99912739692184083E-01
+  9.99911223789932024E-01  9.99909681559449703E-01  9.99908112543547500E-01
+  9.99906516277098034E-01  9.99904892286898939E-01  9.99903240091531975E-01
+  9.99901559201221146E-01  9.99899849117687367E-01  9.99898109334000362E-01
+  9.99896339334429896E-01  9.99894538594292115E-01  9.99892706579793344E-01
+  9.99890842747874098E-01  9.99888946546045654E-01  9.99887017412229517E-01
+  9.99885054774588444E-01  9.99883058051357687E-01  9.99881026650673244E-01
+  9.99878959970397108E-01  9.99876857397936969E-01  9.99874718310067134E-01
+  9.99872542072742343E-01  9.99870328040911027E-01  9.99868075558323910E-01
+  9.99865783957338938E-01  9.99863452558725663E-01  9.99861080671462177E-01
+  9.99858667592531503E-01  9.99856212606712869E-01  9.99853714986370434E-01
+  9.99851173991238462E-01  9.99848588868200050E-01  9.99845958851067196E-01
+  9.99843283160351537E-01  9.99840561003034756E-01  9.99837791572333434E-01
+  9.99834974047460912E-01  9.99832107593382813E-01  9.99829191360572689E-01
+  9.99826224484756776E-01  9.99823206086662197E-01  9.99820135271753507E-01
+  9.99817011129969679E-01  9.99813832735454988E-01  9.99810599146283563E-01
+  9.99807309404181832E-01  9.99803962534244639E-01  9.99800557544647805E-01
+  9.99797093426351813E-01  9.99793569152806261E-01  9.99789983679645333E-01
+  9.99786335944377602E-01  9.99782624866073055E-01  9.99778849345042464E-01
+  9.99775008262513198E-01  9.99771100480296715E-01  9.99767124840453381E-01
+  9.99763080164948748E-01  9.99758965255305720E-01  9.99754778892250395E-01
+  9.99750519835350682E-01  9.99746186822650151E-01  9.99741778570293893E-01
+  9.99737293772150815E-01  9.99732731099424288E-01  9.99728089200262904E-01
+  9.99723366699357352E-01  9.99718562197536409E-01  9.99713674271351271E-01
+  9.99708701472656669E-01  9.99703642328180542E-01  9.99698495339090498E-01
+  9.99693258980550170E-01  9.99687931701267241E-01  9.99682511923037143E-01
+  9.99676998040274767E-01  9.99671388419540619E-01  9.99665681399058870E-01
+  9.99659875288225086E-01  9.99653968367106627E-01  9.99647958885935717E-01
+  9.99641845064590973E-01  9.99635625092073488E-01  9.99629297125968930E-01
+  9.99622859291906418E-01  9.99616309683002191E-01  9.99609646359298165E-01
+  9.99602867347188284E-01  9.99595970638835096E-01  9.99588954191578671E-01
+  9.99581815927331085E-01  9.99574553731964688E-01  9.99567165454686268E-01
+  9.99559648907403675E-01  9.99552001864078443E-01  9.99544222060070320E-01
+  9.99536307191467133E-01  9.99528254914405667E-01  9.99520062844380441E-01
+  9.99511728555538159E-01  9.99503249579964725E-01  9.99494623406953941E-01
+  9.99485847482269985E-01  9.99476919207390346E-01  9.99467835938743110E-01
+  9.99458594986924131E-01  9.99449193615905895E-01  9.99439629042228606E-01
+  9.99429898434182284E-01  9.99419998910968999E-01  9.99409927541855536E-01
+  9.99399681345307767E-01  9.99389257288113342E-01  9.99378652284486857E-01
+  9.99367863195160799E-01  9.99356886826459734E-01  9.99345719929360832E-01
+  9.99334359198535305E-01  9.99322801271374961E-01  9.99311042727001442E-01
+  9.99299080085261027E-01  9.99286909805695789E-01  9.99274528286504871E-01
+  9.99261931863481334E-01  9.99249116808935578E-01  9.99236079330596660E-01
+  9.99222815570496525E-01  9.99209321603835243E-01  9.99195593437825713E-01
+  9.99181627010519269E-01  9.99167418189610967E-01  9.99152962771223119E-01
+  9.99138256478670161E-01  9.99123294961201891E-01  9.99108073792721707E-01
+  9.99092588470488097E-01  9.99076834413790471E-01  9.99060806962602466E-01
+  9.99044501376212923E-01  9.99027912831834453E-01  9.99011036423185117E-01
+  9.98993867159048143E-01  9.98976399961806649E-01  9.98958629665953390E-01
+  9.98940551016572864E-01  9.98922158667800431E-01  9.98903447181253790E-01
+  9.98884411024435925E-01  9.98865044569114402E-01  9.98845342089668908E-01
+  9.98825297761413711E-01  9.98804905658889131E-01  9.98784159754124934E-01
+  9.98763053914874521E-01  9.98741581902817477E-01  9.98719737371732474E-01
+  9.98697513865638986E-01  9.98674904816905573E-01  9.98651903544329866E-01
+  9.98628503251180133E-01  9.98604697023207755E-01  9.98580477826625623E-01
+  9.98555838506049231E-01  9.98530771782404902E-01  9.98505270250801935E-01
+  9.98479326378367893E-01  9.98452932502048918E-01  9.98426080826368412E-01
+  9.98398763421154190E-01  9.98370972219219110E-01  9.98342699014008961E-01
+  9.98313935457206703E-01  9.98284673056297645E-01  9.98254903172090979E-01
+  9.98224617016203020E-01  9.98193805648492694E-01  9.98162459974459626E-01
+  9.98130570742592038E-01  9.98098128541674678E-01  9.98065123798046683E-01
+  9.98031546772816802E-01  9.97997387559029003E-01  9.97962636078782661E-01
+  9.97927282080299571E-01  9.97891315134946555E-01  9.97854724634204659E-01
+  9.97817499786586626E-01  9.97779629614506169E-01  9.97741102951088865E-01
+  9.97701908436934959E-01  9.97662034516822449E-01  9.97621469436358654E-01
+  9.97580201238572939E-01  9.97538217760452928E-01  9.97495506629423545E-01
+  9.97452055259763881E-01  9.97407850848968325E-01  9.97362880374040861E-01
+  9.97317130587733192E-01  9.97270588014715242E-01  9.97223238947683943E-01
+  9.97175069443406392E-01  9.97126065318694743E-01  9.97076212146318142E-01
+  9.97025495250841054E-01  9.96973899704397981E-01  9.96921410322390233E-01
+  9.96868011659119091E-01  9.96813688003339138E-01  9.96758423373743541E-01
+  9.96702201514367947E-01  9.96645005889924107E-01  9.96586819681052338E-01
+  9.96527625779494275E-01  9.96467406783190568E-01  9.96406144991290543E-01
+  9.96343822399085144E-01  9.96280420692852275E-01  9.96215921244619440E-01
+  9.96150305106836664E-01  9.96083553006966382E-01  9.96015645341978728E-01
+  9.95946562172760230E-01  9.95876283218428360E-01  9.95804787850554485E-01
+  9.95732055087288903E-01  9.95658063587392950E-01  9.95582791644171516E-01
+  9.95506217179305763E-01  9.95428317736587243E-01  9.95349070475546438E-01
+  9.95268452164981166E-01  9.95186439176375948E-01  9.95103007477216694E-01
+  9.95018132624195473E-01  9.94931789756306584E-01  9.94843953587828400E-01
+  9.94754598401192958E-01  9.94663698039740529E-01  9.94571225900357292E-01
+  9.94477154925991091E-01  9.94381457598052743E-01  9.94284105928689765E-01
+  9.94185071452939217E-01  9.94084325220750742E-01  9.93981837788889266E-01
+  9.93877579212699702E-01  9.93771519037746631E-01  9.93663626291316993E-01
+  9.93553869473790874E-01  9.93442216549872303E-01  9.93328634939681265E-01
+  9.93213091509708823E-01  9.93095552563623807E-01  9.92975983832937725E-01
+  9.92854350467523017E-01  9.92730617025980089E-01  9.92604747465856918E-01
+  9.92476705133712223E-01  9.92346452755025421E-01  9.92213952423948387E-01
+  9.92079165592900103E-01  9.91942053061996454E-01  9.91802574968320139E-01
+  9.91660690775021059E-01  9.91516359260253388E-01  9.91369538505938896E-01
+  9.91220185886358851E-01  9.91068258056573725E-01  9.90913710940662606E-01
+  9.90756499719787964E-01  9.90596578820075790E-01  9.90433901900313440E-01
+  9.90268421839464841E-01  9.90100090723992410E-01  9.89928859834993125E-01
+  9.89754679635142409E-01  9.89577499755439516E-01  9.89397268981761058E-01
+  9.89213935241211151E-01  9.89027445588273157E-01  9.88837746190756151E-01
+  9.88644782315535542E-01  9.88448498314086321E-01  9.88248837607805353E-01
+  9.88045742673120064E-01  9.87839155026383753E-01  9.87629015208552841E-01
+  9.87415262769644198E-01  9.87197836252972305E-01  9.86976673179160713E-01
+  9.86751710029929008E-01  9.86522882231650744E-01  9.86290124138681001E-01
+  9.86053369016453685E-01  9.85812549024339457E-01  9.85567595198272750E-01
+  9.85318437433136740E-01  9.85065004464908966E-01  9.84807223852563030E-01
+  9.84545021959729483E-01  9.84278323936104704E-01  9.84007053698618961E-01
+  9.83731133912346900E-01  9.83450485971173460E-01  9.83165029978201654E-01
+  9.82874684725907999E-01  9.82579367676041593E-01  9.82278994939264849E-01
+  9.81973481254535208E-01  9.81662739968226283E-01  9.81346683012988663E-01
+  9.81025220886347582E-01  9.80698262629034700E-01  9.80365715803058979E-01
+  9.80027486469509213E-01  9.79683479166092441E-01  9.79333596884403801E-01
+  9.78977741046930472E-01  9.78615811483789177E-01  9.78247706409192230E-01
+  9.77873322397650124E-01  9.77492554359905119E-01  9.77105295518595929E-01
+  9.76711437383656733E-01  9.76310869727451180E-01  9.75903480559638603E-01
+  9.75489156101777444E-01  9.75067780761663561E-01  9.74639237107409073E-01
+  9.74203405841258308E-01  9.73760165773146835E-01  9.73309393794004607E-01
+  9.72850964848803401E-01  9.72384751909353473E-01  9.71910625946852846E-01
+  9.71428455904187693E-01  9.70938108667996347E-01  9.70439449040489510E-01
+  9.69932339711039093E-01  9.69416641227538456E-01  9.68892211967534278E-01
+  9.68358908109141492E-01  9.67816583601742608E-01  9.67265090136479544E-01
+  9.66704277116543609E-01  9.66133991627267097E-01  9.65554078406031469E-01
+  9.64964379811992679E-01  9.64364735795633088E-01  9.63754983868152726E-01
+  9.63134959070701901E-01  9.62504493943474482E-01  9.61863418494661171E-01
+  9.61211560169282886E-01  9.60548743817909778E-01  9.59874791665280891E-01
+  9.59189523278836886E-01  9.58492755537176722E-01  9.57784302598456483E-01
+  9.57063975868740813E-01  9.56331583970327914E-01  9.55586932710057124E-01
+  9.54829825047623371E-01  9.54060061063910392E-01  9.53277437929369142E-01
+  9.52481749872451489E-01  9.51672788148126170E-01  9.50850341006499900E-01
+  9.50014193661559814E-01  9.49164128260066464E-01  9.48299923850618676E-01
+  9.47421356352920352E-01  9.46528198527268327E-01  9.45620219944297902E-01
+  9.44697186955009816E-01  9.43758862661111309E-01  9.42805006885700903E-01
+  9.41835376144333880E-01  9.40849723616497546E-01  9.39847799117537797E-01
+  9.38829349071069075E-01  9.37794116481911133E-01  9.36741840909588563E-01
+  9.35672258442438953E-01  9.34585101672369301E-01  9.33480099670311536E-01
+  9.32356977962416567E-01  9.31215458507042348E-01  9.30055259672583734E-01
+  9.28876096216196601E-01  9.27677679263469557E-01  9.26459716289104618E-01
+  9.25221911098659811E-01  9.23963963811415767E-01  9.22685570844432479E-01
+  9.21386424897857381E-01  9.20066214941555605E-01  9.18724626203126671E-01
+  9.17361340157389016E-01  9.15976034517396842E-01  9.14568383227075454E-01
+  9.13138056455548131E-01  9.11684720593242348E-01  9.10208038249858520E-01
+  9.08707668254287060E-01  9.07183265656573590E-01  9.05634481732012886E-01
+  9.04060963987482924E-01  9.02462356170108393E-01  9.00838298278365368E-01
+  8.99188426575726840E-01  8.97512373606963454E-01  8.95809768217215585E-01
+  8.94080235573943227E-01  8.92323397191889245E-01  8.90538870961166129E-01
+  8.88726271178602700E-01  8.86885208582480877E-01  8.85015290390793408E-01
+  8.83116120343170219E-01  8.81187298746607062E-01  8.79228422525153208E-01
+  8.77239085273700092E-01  8.75218877316038424E-01  8.73167385767328108E-01
+  8.71084194601161266E-01  8.68968884721375567E-01  8.66821034038793181E-01
+  8.64640217553068635E-01  8.62426007439816789E-01  8.60177973143218089E-01
+  8.57895681474282190E-01  8.55578696714974107E-01  8.53226580728398409E-01
+  8.50838893075242519E-01  8.48415191136699831E-01  8.45955030244075368E-01
+  8.43457963815297918E-01  8.40923543498562243E-01  8.38351319323330513E-01
+  8.35740839858920670E-01  8.33091652380927972E-01  8.30403303045711083E-01
+  8.27675337073199957E-01  8.24907298938269973E-01  8.22098732570940349E-01
+  8.19249181565654405E-01  8.16358189399911116E-01  8.13425299662511314E-01
+  8.10450056291691090E-01  8.07432003823422617E-01  8.04370687650158511E-01
+  8.01265654290303830E-01  7.98116451668704374E-01  7.94922629408439163E-01
+  7.91683739134209530E-01  7.88399334787622807E-01  7.85068972954665267E-01
+  7.81692213205666175E-01  7.78268618448052396E-01  7.74797755292198742E-01
+  7.71279194430674497E-01  7.67712511031191758E-01  7.64097285143562455E-01
+  7.60433102120959936E-01  7.56719553055796856E-01  7.52956235230514137E-01
+  7.49142752583581650E-01  7.45278716191006940E-01  7.41363744763644861E-01
+  7.37397465160594012E-01  7.33379512918968079E-01  7.29309532800312077E-01
+  7.25187179353941058E-01  7.21012117497461524E-01  7.16784023114726332E-01
+  7.12502583671475787E-01  7.08167498848888743E-01  7.03778481195274197E-01
+  6.99335256796105642E-01  6.94837565962595605E-01  6.90285163938987090E-01
+  6.85677821628722262E-01  6.81015326339632465E-01  6.76297482548268047E-01
+  6.71524112683469898E-01  6.66695057929256651E-01  6.61810179047078950E-01
+  6.56869357217462868E-01  6.51872494901033495E-01  6.46819516718882381E-01
+  6.41710370352209125E-01  6.36545027461116630E-01  6.31323484622429154E-01
+  6.26045764286335182E-01  6.20711915751626209E-01  6.15322016159254748E-01
+  6.09876171503885400E-01  6.04374517663062161E-01  5.98817221443558534E-01
+  5.93204481644421522E-01  5.87536530136159807E-01  5.81813632955460736E-01
+  5.76036091414753759E-01  5.70204243225871488E-01  5.64318463636976908E-01
+  5.58379166581856157E-01  5.52386805840589967E-01  5.46341876210530986E-01
+  5.40244914686427880E-01  5.34096501648442024E-01  5.27897262056705507E-01
+  5.21647866650968517E-01  5.15349033153778668E-01  5.09001527475523186E-01
+  5.02606164919553455E-01  4.96163811385493703E-01  4.89675384568709571E-01
+  4.83141855153787658E-01  4.76564247999747115E-01  4.69943643314567949E-01
+  4.63281177816477541E-01  4.56578045879301453E-01  4.49835500659024445E-01
+  4.43054855198571684E-01  4.36237483507643464E-01  4.29384821614298418E-01
+  4.22498368584800998E-01  4.15579687508090212E-01  4.08630406441051808E-01
+  4.01652219310610570E-01  3.94646886768471983E-01  3.87616236994178909E-01
+  3.80562166441953953E-01  3.73486640526632552E-01  3.66391694243793309E-01
+  3.59279432719022962E-01  3.52152031681063127E-01  3.45011737853401224E-01
+  3.37860869258695184E-01  3.30701815430234747E-01  3.23537037524469051E-01
+  3.16369068328456848E-01  3.09200512155927143E-01  3.02034044625474618E-01
+  2.94872412314262589E-01  2.87718432280446024E-01  2.80574991447405886E-01
+  2.73445045842735934E-01  2.66331619684823773E-01  2.59237804309750519E-01
+  2.52166756931148539E-01  2.45121699225585715E-01  2.38105915735978252E-01
+  2.31122752085515498E-01  2.24175612994543888E-01  2.17267960092889151E-01
+  2.10403309520112214E-01  2.03585229306268989E-01  1.96817336525840797E-01
+  1.90103294217604663E-01  1.83446808063413236E-01  1.76851622819022253E-01
+  1.70321518490348961E-01  1.63860306248842541E-01  1.57471824079956857E-01
+  1.51159932159108390E-01  1.44928507949919239E-01  1.38781441020041169E-01
+  1.32722627570383500E-01  1.26755964674180127E-01  1.20885344222991548E-01
+  1.15114646577465687E-01  1.09447733921487989E-01  1.03888443319217483E-01
+  9.84405794754563135E-02  9.31079072008235281E-02  8.78941435843088453E-02
+  8.28029498769682210E-02  7.78379230917986970E-02  7.30025873261811037E-02
+  6.83003848147334808E-02  6.37346667219473723E-02  5.93086836856113464E-02
+  5.50255761237383734E-02  5.08883643195268340E-02  4.68999383007806109E-02
+  4.30630475322094572E-02  3.93802904410984686E-02  3.58541037990124517E-02
+  3.24867519844365613E-02  2.92803161535880527E-02  2.62366833490322755E-02
+  2.33575355782054996E-02  2.06443388964814255E-02  1.80983325320016493E-02
+  1.57205180921246059E-02  1.35116488940135102E-02  1.14722194645748721E-02
+  9.60245525765921273E-03  7.90230263913626468E-03  6.37141919313055551E-03
+  5.00916440534686716E-03  3.81459078199820239E-03  2.78643546535441806E-03
+  1.92311240933617286E-03  1.22270518086049535E-03  6.82960454773269641E-04
+  3.01282272155507813E-04  7.47271335305775639E-05  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00
+  END     
+   VLOCFUN      
+ -6.03528276905348604E-01 -6.03528276905481609E-01 -6.03528276905503591E-01
+ -6.03528276905506034E-01 -6.03528276905524463E-01 -6.03528276905539118E-01
+ -6.03528276905561878E-01 -6.03528276905580086E-01 -6.03528276905604621E-01
+ -6.03528276905638594E-01 -6.03528276905669459E-01 -6.03528276905710648E-01
+ -6.03528276905753613E-01 -6.03528276905799022E-01 -6.03528276905853645E-01
+ -6.03528276905909045E-01 -6.03528276905969552E-01 -6.03528276906036609E-01
+ -6.03528276906107441E-01 -6.03528276906181826E-01 -6.03528276906262762E-01
+ -6.03528276906349248E-01 -6.03528276906441508E-01 -6.03528276906536765E-01
+ -6.03528276906640682E-01 -6.03528276906751260E-01 -6.03528276906867056E-01
+ -6.03528276906989292E-01 -6.03528276907117744E-01 -6.03528276907253081E-01
+ -6.03528276907391859E-01 -6.03528276907541184E-01 -6.03528276907695949E-01
+ -6.03528276907857819E-01 -6.03528276908026684E-01 -6.03528276908203432E-01
+ -6.03528276908386174E-01 -6.03528276908576244E-01 -6.03528276908776085E-01
+ -6.03528276908984029E-01 -6.03528276909198969E-01 -6.03528276909425454E-01
+ -6.03528276909658379E-01 -6.03528276909902295E-01 -6.03528276910154426E-01
+ -6.03528276910414108E-01 -6.03528276910683670E-01 -6.03528276910963890E-01
+ -6.03528276911254768E-01 -6.03528276911555972E-01 -6.03528276911867612E-01
+ -6.03528276912188355E-01 -6.03528276912518757E-01 -6.03528276912860706E-01
+ -6.03528276913213757E-01 -6.03528276913579020E-01 -6.03528276913954498E-01
+ -6.03528276914344852E-01 -6.03528276914745532E-01 -6.03528276915158979E-01
+ -6.03528276915583084E-01 -6.03528276916022732E-01 -6.03528276916477147E-01
+ -6.03528276916944662E-01 -6.03528276917423390E-01 -6.03528276917919659E-01
+ -6.03528276918427808E-01 -6.03528276918950946E-01 -6.03528276919489737E-01
+ -6.03528276920042295E-01 -6.03528276920612838E-01 -6.03528276921197371E-01
+ -6.03528276921801665E-01 -6.03528276922420726E-01 -6.03528276923054219E-01
+ -6.03528276923708251E-01 -6.03528276924378271E-01 -6.03528276925067608E-01
+ -6.03528276925774154E-01 -6.03528276926499685E-01 -6.03528276927248863E-01
+ -6.03528276928012142E-01 -6.03528276928795959E-01 -6.03528276929600316E-01
+ -6.03528276930429319E-01 -6.03528276931276086E-01 -6.03528276932142171E-01
+ -6.03528276933036456E-01 -6.03528276933949837E-01 -6.03528276934887753E-01
+ -6.03528276935850982E-01 -6.03528276936835972E-01 -6.03528276937846275E-01
+ -6.03528276938880559E-01 -6.03528276939943376E-01 -6.03528276941029618E-01
+ -6.03528276942141395E-01 -6.03528276943284481E-01 -6.03528276944454212E-01
+ -6.03528276945649034E-01 -6.03528276946873943E-01 -6.03528276948129827E-01
+ -6.03528276949417797E-01 -6.03528276950731524E-01 -6.03528276952080223E-01
+ -6.03528276953459453E-01 -6.03528276954870657E-01 -6.03528276956314502E-01
+ -6.03528276957790655E-01 -6.03528276959303001E-01 -6.03528276960847987E-01
+ -6.03528276962431054E-01 -6.03528276964049204E-01 -6.03528276965702881E-01
+ -6.03528276967397082E-01 -6.03528276969127919E-01 -6.03528276970896282E-01
+ -6.03528276972704503E-01 -6.03528276974557354E-01 -6.03528276976448508E-01
+ -6.03528276978384071E-01 -6.03528276980361045E-01 -6.03528276982383982E-01
+ -6.03528276984451661E-01 -6.03528276986563861E-01 -6.03528276988721468E-01
+ -6.03528276990929369E-01 -6.03528276993186119E-01 -6.03528276995488611E-01
+ -6.03528276997844726E-01 -6.03528277000249691E-01 -6.03528277002708058E-01
+ -6.03528277005221603E-01 -6.03528277007789771E-01 -6.03528277010412340E-01
+ -6.03528277013090753E-01 -6.03528277015825454E-01 -6.03528277018620996E-01
+ -6.03528277021474824E-01 -6.03528277024390603E-01 -6.03528277027366444E-01
+ -6.03528277030406790E-01 -6.03528277033509974E-01 -6.03528277036677996E-01
+ -6.03528277039915295E-01 -6.03528277043218764E-01 -6.03528277046593620E-01
+ -6.03528277050037421E-01 -6.03528277053551832E-01 -6.03528277057141405E-01
+ -6.03528277060807250E-01 -6.03528277064545593E-01 -6.03528277068362318E-01
+ -6.03528277072258978E-01 -6.03528277076236574E-01 -6.03528277080294218E-01
+ -6.03528277084436571E-01 -6.03528277088662302E-01 -6.03528277092977405E-01
+ -6.03528277097378107E-01 -6.03528277101870403E-01 -6.03528277106452959E-01
+ -6.03528277111129663E-01 -6.03528277115901846E-01 -6.03528277120768175E-01
+ -6.03528277125735979E-01 -6.03528277130804480E-01 -6.03528277135973679E-01
+ -6.03528277141247238E-01 -6.03528277146625824E-01 -6.03528277152113768E-01
+ -6.03528277157708404E-01 -6.03528277163420057E-01 -6.03528277169242622E-01
+ -6.03528277175180761E-01 -6.03528277181238915E-01 -6.03528277187415974E-01
+ -6.03528277193717044E-01 -6.03528277200144014E-01 -6.03528277206697661E-01
+ -6.03528277213380870E-01 -6.03528277220198195E-01 -6.03528277227148080E-01
+ -6.03528277234234634E-01 -6.03528277241461963E-01 -6.03528277248831735E-01
+ -6.03528277256345613E-01 -6.03528277264005042E-01 -6.03528277271815461E-01
+ -6.03528277279780201E-01 -6.03528277287899151E-01 -6.03528277296176752E-01
+ -6.03528277304616667E-01 -6.03528277313221007E-01 -6.03528277321992213E-01
+ -6.03528277330930951E-01 -6.03528277340047103E-01 -6.03528277349338227E-01
+ -6.03528277358808207E-01 -6.03528277368465038E-01 -6.03528277378305833E-01
+ -6.03528277388337253E-01 -6.03528277398562074E-01 -6.03528277408982960E-01
+ -6.03528277419605463E-01 -6.03528277430431137E-01 -6.03528277441464311E-01
+ -6.03528277452710982E-01 -6.03528277464171481E-01 -6.03528277475850916E-01
+ -6.03528277487756282E-01 -6.03528277499888577E-01 -6.03528277512252243E-01
+ -6.03528277524851720E-01 -6.03528277537691671E-01 -6.03528277550774983E-01
+ -6.03528277564107429E-01 -6.03528277577691896E-01 -6.03528277591536266E-01
+ -6.03528277605643648E-01 -6.03528277620020037E-01 -6.03528277634665655E-01
+ -6.03528277649589939E-01 -6.03528277664793222E-01 -6.03528277680289937E-01
+ -6.03528277696075643E-01 -6.03528277712159000E-01 -6.03528277728546447E-01
+ -6.03528277745242203E-01 -6.03528277762249932E-01 -6.03528277779580624E-01
+ -6.03528277797235502E-01 -6.03528277815221559E-01 -6.03528277833544791E-01
+ -6.03528277852213635E-01 -6.03528277871229979E-01 -6.03528277890604925E-01
+ -6.03528277910339028E-01 -6.03528277930444723E-01 -6.03528277950929115E-01
+ -6.03528277971789762E-01 -6.03528277993041873E-01 -6.03528278014689668E-01
+ -6.03528278036741361E-01 -6.03528278059204504E-01 -6.03528278082083869E-01
+ -6.03528278105388782E-01 -6.03528278129128570E-01 -6.03528278153307673E-01
+ -6.03528278177937083E-01 -6.03528278203023016E-01 -6.03528278228572468E-01
+ -6.03528278254598538E-01 -6.03528278281102559E-01 -6.03528278308101074E-01
+ -6.03528278335595747E-01 -6.03528278363600124E-01 -6.03528278392121420E-01
+ -6.03528278421167741E-01 -6.03528278450748079E-01 -6.03528278480876312E-01
+ -6.03528278511560323E-01 -6.03528278542806329E-01 -6.03528278574628430E-01
+ -6.03528278607036950E-01 -6.03528278640039439E-01 -6.03528278673647889E-01
+ -6.03528278707875510E-01 -6.03528278742731961E-01 -6.03528278778225236E-01
+ -6.03528278814368102E-01 -6.03528278851176547E-01 -6.03528278888656566E-01
+ -6.03528278926823591E-01 -6.03528278965690501E-01 -6.03528279005266066E-01
+ -6.03528279045564608E-01 -6.03528279086599340E-01 -6.03528279128385692E-01
+ -6.03528279170933657E-01 -6.03528279214257890E-01 -6.03528279258374156E-01
+ -6.03528279303295445E-01 -6.03528279349033081E-01 -6.03528279395604494E-01
+ -6.03528279443022009E-01 -6.03528279491303388E-01 -6.03528279540464396E-01
+ -6.03528279590518468E-01 -6.03528279641480592E-01 -6.03528279693369640E-01
+ -6.03528279746203933E-01 -6.03528279799994349E-01 -6.03528279854760763E-01
+ -6.03528279910522492E-01 -6.03528279967292414E-01 -6.03528280025093955E-01
+ -6.03528280083940771E-01 -6.03528280143854734E-01 -6.03528280204850276E-01
+ -6.03528280266952488E-01 -6.03528280330177247E-01 -6.03528280394547090E-01
+ -6.03528280460078559E-01 -6.03528280526792416E-01 -6.03528280594713418E-01
+ -6.03528280663862882E-01 -6.03528280734258238E-01 -6.03528280805925466E-01
+ -6.03528280878883328E-01 -6.03528280953155916E-01 -6.03528281028770097E-01
+ -6.03528281105744968E-01 -6.03528281184106397E-01 -6.03528281263877031E-01
+ -6.03528281345087514E-01 -6.03528281427756830E-01 -6.03528281511915177E-01
+ -6.03528281597585536E-01 -6.03528281684797663E-01 -6.03528281773574649E-01
+ -6.03528281863948690E-01 -6.03528281955943990E-01 -6.03528282049592191E-01
+ -6.03528282144922046E-01 -6.03528282241962866E-01 -6.03528282340743849E-01
+ -6.03528282441297859E-01 -6.03528282543653094E-01 -6.03528282647842418E-01
+ -6.03528282753900358E-01 -6.03528282861856558E-01 -6.03528282971746433E-01
+ -6.03528283083604400E-01 -6.03528283197463433E-01 -6.03528283313361835E-01
+ -6.03528283431332135E-01 -6.03528283551411415E-01 -6.03528283673638200E-01
+ -6.03528283798051457E-01 -6.03528283924686049E-01 -6.03528284053584163E-01
+ -6.03528284184783104E-01 -6.03528284318324393E-01 -6.03528284454250885E-01
+ -6.03528284592603548E-01 -6.03528284733422460E-01 -6.03528284876755361E-01
+ -6.03528285022644218E-01 -6.03528285171132772E-01 -6.03528285322268543E-01
+ -6.03528285476098381E-01 -6.03528285632668471E-01 -6.03528285792028996E-01
+ -6.03528285954227917E-01 -6.03528286119313417E-01 -6.03528286287338900E-01
+ -6.03528286458355212E-01 -6.03528286632411315E-01 -6.03528286809566716E-01
+ -6.03528286989870377E-01 -6.03528287173382361E-01 -6.03528287360157734E-01
+ -6.03528287550252562E-01 -6.03528287743724690E-01 -6.03528287940633845E-01
+ -6.03528288141041203E-01 -6.03528288345007602E-01 -6.03528288552598546E-01
+ -6.03528288763870768E-01 -6.03528288978894878E-01 -6.03528289197735934E-01
+ -6.03528289420459219E-01 -6.03528289647133898E-01 -6.03528289877828361E-01
+ -6.03528290112614441E-01 -6.03528290351562413E-01 -6.03528290594744887E-01
+ -6.03528290842237136E-01 -6.03528291094115765E-01 -6.03528291350459600E-01
+ -6.03528291611341583E-01 -6.03528291876843981E-01 -6.03528292147047396E-01
+ -6.03528292422037649E-01 -6.03528292701894231E-01 -6.03528292986704407E-01
+ -6.03528293276552441E-01 -6.03528293571528263E-01 -6.03528293871723132E-01
+ -6.03528294177226754E-01 -6.03528294488134054E-01 -6.03528294804539844E-01
+ -6.03528295126534386E-01 -6.03528295454223707E-01 -6.03528295787702285E-01
+ -6.03528296127073483E-01 -6.03528296472441328E-01 -6.03528296823910404E-01
+ -6.03528297181584406E-01 -6.03528297545576464E-01 -6.03528297915995715E-01
+ -6.03528298292953957E-01 -6.03528298676566322E-01 -6.03528299066950380E-01
+ -6.03528299464222262E-01 -6.03528299868501650E-01 -6.03528300279915886E-01
+ -6.03528300698581766E-01 -6.03528301124634403E-01 -6.03528301558200808E-01
+ -6.03528301999411765E-01 -6.03528302448398946E-01 -6.03528302905301350E-01
+ -6.03528303370257424E-01 -6.03528303843404723E-01 -6.03528304324891463E-01
+ -6.03528304814856198E-01 -6.03528305313456692E-01 -6.03528305820839717E-01
+ -6.03528306337157594E-01 -6.03528306862567088E-01 -6.03528307397225405E-01
+ -6.03528307941297859E-01 -6.03528308494949095E-01 -6.03528309058340318E-01
+ -6.03528309631649273E-01 -6.03528310215045050E-01 -6.03528310808706614E-01
+ -6.03528311412812490E-01 -6.03528312027543867E-01 -6.03528312653087373E-01
+ -6.03528313289631968E-01 -6.03528313937370275E-01 -6.03528314596498139E-01
+ -6.03528315267213067E-01 -6.03528315949718563E-01 -6.03528316644218021E-01
+ -6.03528317350925270E-01 -6.03528318070050251E-01 -6.03528318801810681E-01
+ -6.03528319546429826E-01 -6.03528320304130506E-01 -6.03528321075139429E-01
+ -6.03528321859691186E-01 -6.03528322658024141E-01 -6.03528323470373440E-01
+ -6.03528324296986329E-01 -6.03528325138113497E-01 -6.03528325994008408E-01
+ -6.03528326864926967E-01 -6.03528327751133409E-01 -6.03528328652890189E-01
+ -6.03528329570474864E-01 -6.03528330504161548E-01 -6.03528331454228684E-01
+ -6.03528332420962044E-01 -6.03528333404657058E-01 -6.03528334405604938E-01
+ -6.03528335424111217E-01 -6.03528336460478765E-01 -6.03528337515021773E-01
+ -6.03528338588056212E-01 -6.03528339679905490E-01 -6.03528340790895457E-01
+ -6.03528341921363398E-01 -6.03528343071649154E-01 -6.03528344242091674E-01
+ -6.03528345433049340E-01 -6.03528346644881530E-01 -6.03528347877944848E-01
+ -6.03528349132618103E-01 -6.03528350409272552E-01 -6.03528351708293886E-01
+ -6.03528353030070241E-01 -6.03528354375001075E-01 -6.03528355743488065E-01
+ -6.03528357135941773E-01 -6.03528358552784194E-01 -6.03528359994437325E-01
+ -6.03528361461332374E-01 -6.03528362953913100E-01 -6.03528364472626033E-01
+ -6.03528366017925699E-01 -6.03528367590273396E-01 -6.03528369190147851E-01
+ -6.03528370818022242E-01 -6.03528372474389396E-01 -6.03528374159741365E-01
+ -6.03528375874586631E-01 -6.03528377619439005E-01 -6.03528379394820513E-01
+ -6.03528381201263731E-01 -6.03528383039309113E-01 -6.03528384909510995E-01
+ -6.03528386812426709E-01 -6.03528388748625022E-01 -6.03528390718689023E-01
+ -6.03528392723209905E-01 -6.03528394762783860E-01 -6.03528396838024284E-01
+ -6.03528398949553568E-01 -6.03528401098002210E-01 -6.03528403284016246E-01
+ -6.03528405508245269E-01 -6.03528407771359854E-01 -6.03528410074032906E-01
+ -6.03528412416958315E-01 -6.03528414800834523E-01 -6.03528417226379177E-01
+ -6.03528419694311369E-01 -6.03528422205373505E-01 -6.03528424760317983E-01
+ -6.03528427359906416E-01 -6.03528430004918737E-01 -6.03528432696141759E-01
+ -6.03528435434389166E-01 -6.03528438220470420E-01 -6.03528441055224851E-01
+ -6.03528443939497672E-01 -6.03528446874152524E-01 -6.03528449860063709E-01
+ -6.03528452898129286E-01 -6.03528455989253421E-01 -6.03528459134362483E-01
+ -6.03528462334395610E-01 -6.03528465590307706E-01 -6.03528468903074100E-01
+ -6.03528472273684669E-01 -6.03528475703145939E-01 -6.03528479192481537E-01
+ -6.03528482742734851E-01 -6.03528486354967142E-01 -6.03528490030257769E-01
+ -6.03528493769703633E-01 -6.03528497574422285E-01 -6.03528501445553034E-01
+ -6.03528505384243408E-01 -6.03528509391675239E-01 -6.03528513469048566E-01
+ -6.03528517617575089E-01 -6.03528521838497922E-01 -6.03528526133073062E-01
+ -6.03528530502586369E-01 -6.03528534948340800E-01 -6.03528539471665959E-01
+ -6.03528544073903328E-01 -6.03528548756437133E-01 -6.03528553520659927E-01
+ -6.03528558367992463E-01 -6.03528563299885912E-01 -6.03528568317805325E-01
+ -6.03528573423253056E-01 -6.03528578617747447E-01 -6.03528583902846361E-01
+ -6.03528589280118433E-01 -6.03528594751169267E-01 -6.03528600317638109E-01
+ -6.03528605981177413E-01 -6.03528611743480825E-01 -6.03528617606261641E-01
+ -6.03528623571273459E-01 -6.03528629640292746E-01 -6.03528635815134717E-01
+ -6.03528642097633239E-01 -6.03528648489666142E-01 -6.03528654993132352E-01
+ -6.03528661609981976E-01 -6.03528668342179331E-01 -6.03528675191732922E-01
+ -6.03528682160688557E-01 -6.03528689251119799E-01 -6.03528696465138625E-01
+ -6.03528703804900646E-01 -6.03528711272590446E-01 -6.03528718870432801E-01
+ -6.03528726600691789E-01 -6.03528734465673455E-01 -6.03528742467719703E-01
+ -6.03528750609215736E-01 -6.03528758892586059E-01 -6.03528767320297810E-01
+ -6.03528775894865310E-01 -6.03528784618844183E-01 -6.03528793494826910E-01
+ -6.03528802525467478E-01 -6.03528811713445745E-01 -6.03528821061503740E-01
+ -6.03528830572424457E-01 -6.03528840249040743E-01 -6.03528850094236069E-01
+ -6.03528860110941756E-01 -6.03528870302137088E-01 -6.03528880670862078E-01
+ -6.03528891220203256E-01 -6.03528901953300667E-01 -6.03528912873350531E-01
+ -6.03528923983606358E-01 -6.03528935287375945E-01 -6.03528946788019272E-01
+ -6.03528958488968037E-01 -6.03528970393698350E-01 -6.03528982505759481E-01
+ -6.03528994828752330E-01 -6.03529007366352288E-01 -6.03529020122284376E-01
+ -6.03529033100350443E-01 -6.03529046304409289E-01 -6.03529059738391771E-01
+ -6.03529073406297911E-01 -6.03529087312192791E-01 -6.03529101460216544E-01
+ -6.03529115854577913E-01 -6.03529130499562250E-01 -6.03529145399524070E-01
+ -6.03529160558902489E-01 -6.03529175982204791E-01 -6.03529191674021193E-01
+ -6.03529207639018739E-01 -6.03529223881949184E-01 -6.03529240407641221E-01
+ -6.03529257221018911E-01 -6.03529274327075704E-01 -6.03529291730903417E-01
+ -6.03529309437681905E-01 -6.03529327452671627E-01 -6.03529345781238180E-01
+ -6.03529364428831094E-01 -6.03529383400998487E-01 -6.03529402703378404E-01
+ -6.03529422341716915E-01 -6.03529442321848575E-01 -6.03529462649722737E-01
+ -6.03529483331380456E-01 -6.03529504372971703E-01 -6.03529525780756027E-01
+ -6.03529547561097557E-01 -6.03529569720473447E-01 -6.03529592265474313E-01
+ -6.03529615202801129E-01 -6.03529638539275770E-01 -6.03529662281836687E-01
+ -6.03529686437544677E-01 -6.03529711013577441E-01 -6.03529736017243801E-01
+ -6.03529761455976477E-01 -6.03529787337339974E-01 -6.03529813669029802E-01
+ -6.03529840458865929E-01 -6.03529867714819090E-01 -6.03529895444987252E-01
+ -6.03529923657619038E-01 -6.03529952361094413E-01 -6.03529981563947771E-01
+ -6.03530011274859945E-01 -6.03530041502660541E-01 -6.03530072256332595E-01
+ -6.03530103545016905E-01 -6.03530135378015142E-01 -6.03530167764786185E-01
+ -6.03530200714955889E-01 -6.03530234238311092E-01 -6.03530268344821708E-01
+ -6.03530303044618077E-01 -6.03530338348014395E-01 -6.03530374265502489E-01
+ -6.03530410807751605E-01 -6.03530447985621277E-01 -6.03530485810158113E-01
+ -6.03530524292603343E-01 -6.03530563444384494E-01 -6.03530603277144584E-01
+ -6.03530643802709821E-01 -6.03530685033122793E-01 -6.03530726980636034E-01
+ -6.03530769657708910E-01 -6.03530813077021722E-01 -6.03530857251471375E-01
+ -6.03530902194183039E-01 -6.03530947918508698E-01 -6.03530994438026935E-01
+ -6.03531041766563026E-01 -6.03531089918169061E-01 -6.03531138907153486E-01
+ -6.03531188748066660E-01 -6.03531239455715296E-01 -6.03531291045159568E-01
+ -6.03531343531719555E-01 -6.03531396930989894E-01 -6.03531451258830454E-01
+ -6.03531506531371664E-01 -6.03531562765037277E-01 -6.03531619976522160E-01
+ -6.03531678182824383E-01 -6.03531737401226231E-01 -6.03531797649315305E-01
+ -6.03531858944982624E-01 -6.03531921306433849E-01 -6.03531984752188611E-01
+ -6.03532049301086948E-01 -6.03532114972296418E-01 -6.03532181785317867E-01
+ -6.03532249759994199E-01 -6.03532318916508492E-01 -6.03532389275394876E-01
+ -6.03532460857550745E-01 -6.03532533684225658E-01 -6.03532607777043650E-01
+ -6.03532683158010119E-01 -6.03532759849499945E-01 -6.03532837874287020E-01
+ -6.03532917255540924E-01 -6.03532998016828137E-01 -6.03533080182121262E-01
+ -6.03533163775821224E-01 -6.03533248822742951E-01 -6.03533335348137134E-01
+ -6.03533423377689449E-01 -6.03533512937537431E-01 -6.03533604054266370E-01
+ -6.03533696754929294E-01 -6.03533791067041969E-01 -6.03533887018604331E-01
+ -6.03533984638098042E-01 -6.03534083954505030E-01 -6.03534184997303047E-01
+ -6.03534287796493096E-01 -6.03534392382582774E-01 -6.03534498786621687E-01
+ -6.03534607040190907E-01 -6.03534717175424951E-01 -6.03534829225017555E-01
+ -6.03534943222221565E-01 -6.03535059200881685E-01 -6.03535177195414496E-01
+ -6.03535297240847424E-01 -6.03535419372803195E-01 -6.03535543627538362E-01
+ -6.03535670041929428E-01 -6.03535798653495270E-01 -6.03535929500404467E-01
+ -6.03536062621494174E-01 -6.03536198056272455E-01 -6.03536335844932159E-01
+ -6.03536476028369795E-01 -6.03536618648182754E-01 -6.03536763746698401E-01
+ -6.03536911366981954E-01 -6.03537061552834153E-01 -6.03537214348829010E-01
+ -6.03537369800306145E-01 -6.03537527953401765E-01 -6.03537688855044663E-01
+ -6.03537852552978316E-01 -6.03538019095787193E-01 -6.03538188532884545E-01
+ -6.03538360914551042E-01 -6.03538536291939209E-01 -6.03538714717087865E-01
+ -6.03538896242942102E-01 -6.03539080923361726E-01 -6.03539268813145346E-01
+ -6.03539459968047476E-01 -6.03539654444782414E-01 -6.03539852301055668E-01
+ -6.03540053595574832E-01 -6.03540258388058137E-01 -6.03540466739277526E-01
+ -6.03540678711043443E-01 -6.03540894366249914E-01 -6.03541113768879312E-01
+ -6.03541336984027232E-01 -6.03541564077917703E-01 -6.03541795117926827E-01
+ -6.03542030172597443E-01 -6.03542269311667878E-01 -6.03542512606084824E-01
+ -6.03542760128023992E-01 -6.03543011950918529E-01 -6.03543268149476120E-01
+ -6.03543528799702078E-01 -6.03543793978921772E-01 -6.03544063765801719E-01
+ -6.03544338240374012E-01 -6.03544617484062740E-01 -6.03544901579707527E-01
+ -6.03545190611580185E-01 -6.03545484665423904E-01 -6.03545783828461913E-01
+ -6.03546088189441554E-01 -6.03546397838647053E-01 -6.03546712867926161E-01
+ -6.03547033370728792E-01 -6.03547359442122122E-01 -6.03547691178828782E-01
+ -6.03548028679246285E-01 -6.03548372043488102E-01 -6.03548721373393326E-01
+ -6.03549076772584958E-01 -6.03549438346471012E-01 -6.03549806202300698E-01
+ -6.03550180449182960E-01 -6.03550561198116675E-01 -6.03550948562031953E-01
+ -6.03551342655818668E-01 -6.03551743596361989E-01 -6.03552151502578349E-01
+ -6.03552566495443199E-01 -6.03552988698041193E-01 -6.03553418235588945E-01
+ -6.03553855235476333E-01 -6.03554299827307905E-01 -6.03554752142940631E-01
+ -6.03555212316511880E-01 -6.03555680484499479E-01 -6.03556156785744702E-01
+ -6.03556641361497448E-01 -6.03557134355468539E-01 -6.03557635913852253E-01
+ -6.03558146185387612E-01 -6.03558665321403121E-01 -6.03559193475840527E-01
+ -6.03559730805327543E-01 -6.03560277469199158E-01 -6.03560833629566140E-01
+ -6.03561399451352454E-01 -6.03561975102337445E-01 -6.03562560753225119E-01
+ -6.03563156577674120E-01 -6.03563762752365673E-01 -6.03564379457038558E-01
+ -6.03565006874563936E-01 -6.03565645190975331E-01 -6.03566294595550445E-01
+ -6.03566955280838591E-01 -6.03567627442738730E-01 -6.03568311280552439E-01
+ -6.03569006997038526E-01 -6.03569714798476875E-01 -6.03570434894725727E-01
+ -6.03571167499291517E-01 -6.03571912829384383E-01 -6.03572671105985115E-01
+ -6.03573442553907991E-01 -6.03574227401877494E-01 -6.03575025882579941E-01
+ -6.03575838232746631E-01 -6.03576664693217024E-01 -6.03577505509009238E-01
+ -6.03578360929399427E-01 -6.03579231207984845E-01 -6.03580116602767336E-01
+ -6.03581017376233708E-01 -6.03581933795411807E-01 -6.03582866131981199E-01
+ -6.03583814662324025E-01 -6.03584779667630467E-01 -6.03585761433964585E-01
+ -6.03586760252357135E-01 -6.03587776418891164E-01 -6.03588810234789608E-01
+ -6.03589862006499001E-01 -6.03590932045792949E-01 -6.03592020669847629E-01
+ -6.03593128201352025E-01 -6.03594254968589539E-01 -6.03595401305546120E-01
+ -6.03596567551998975E-01 -6.03597754053625146E-01 -6.03598961162105541E-01
+ -6.03600189235214413E-01 -6.03601438636944043E-01 -6.03602709737596888E-01
+ -6.03604002913907145E-01 -6.03605318549143011E-01 -6.03606657033225469E-01
+ -6.03608018762842535E-01 -6.03609404141568273E-01 -6.03610813579972483E-01
+ -6.03612247495758591E-01 -6.03613706313870457E-01 -6.03615190466631590E-01
+ -6.03616700393865280E-01 -6.03618236543023601E-01 -6.03619799369327636E-01
+ -6.03621389335889269E-01 -6.03623006913869498E-01 -6.03624652582587351E-01
+ -6.03626326829694859E-01 -6.03628030151290185E-01 -6.03629763052085599E-01
+ -6.03631526045555256E-01 -6.03633319654069189E-01 -6.03635144409073177E-01
+ -6.03637000851220518E-01 -6.03638889530552003E-01 -6.03640811006648348E-01
+ -6.03642765848798168E-01 -6.03644754636163072E-01 -6.03646777957956959E-01
+ -6.03648836413605117E-01 -6.03650930612938841E-01 -6.03653061176365302E-01
+ -6.03655228735052396E-01 -6.03657433931115484E-01 -6.03659677417804463E-01
+ -6.03661959859704278E-01 -6.03664281932923319E-01 -6.03666644325299373E-01
+ -6.03669047736591025E-01 -6.03671492878705584E-01 -6.03673980475886385E-01
+ -6.03676511264938043E-01 -6.03679085995444065E-01 -6.03681705429984006E-01
+ -6.03684370344365506E-01 -6.03687081527845781E-01 -6.03689839783363102E-01
+ -6.03692645927787375E-01 -6.03695500792146511E-01 -6.03698405221873791E-01
+ -6.03701360077066540E-01 -6.03704366232725165E-01 -6.03707424579027929E-01
+ -6.03710536021582977E-01 -6.03713701481695231E-01 -6.03716921896641945E-01
+ -6.03720198219944271E-01 -6.03723531421659576E-01 -6.03726922488649120E-01
+ -6.03730372424889139E-01 -6.03733882251745402E-01 -6.03737453008291847E-01
+ -6.03741085751616668E-01 -6.03744781557115195E-01 -6.03748541518823401E-01
+ -6.03752366749740865E-01 -6.03756258382142752E-01 -6.03760217567939406E-01
+ -6.03764245478984996E-01 -6.03768343307442001E-01 -6.03772512266133599E-01
+ -6.03776753588887827E-01 -6.03781068530907850E-01 -6.03785458369144545E-01
+ -6.03789924402666989E-01 -6.03794467953046698E-01 -6.03799090364745328E-01
+ -6.03803793005510792E-01 -6.03808577266780722E-01 -6.03813444564086366E-01
+ -6.03818396337480578E-01 -6.03823434051942387E-01 -6.03828559197825743E-01
+ -6.03833773291291176E-01 -6.03839077874745778E-01 -6.03844474517304941E-01
+ -6.03849964815242446E-01 -6.03855550392473961E-01 -6.03861232901019118E-01
+ -6.03867014021496007E-01 -6.03872895463608228E-01 -6.03878878966657040E-01
+ -6.03884966300037962E-01 -6.03891159263770239E-01 -6.03897459689015093E-01
+ -6.03903869438630170E-01 -6.03910390407690900E-01 -6.03917024524068591E-01
+ -6.03923773748981874E-01 -6.03930640077579017E-01 -6.03937625539515022E-01
+ -6.03944732199554357E-01 -6.03951962158170041E-01 -6.03959317552159480E-01
+ -6.03966800555271743E-01 -6.03974413378840391E-01 -6.03982158272435177E-01
+ -6.03990037524518408E-01 -6.03998053463110196E-01 -6.04006208456474458E-01
+ -6.04014504913808925E-01 -6.04022945285949131E-01 -6.04031532066084398E-01
+ -6.04040267790486696E-01 -6.04049155039251051E-01 -6.04058196437051720E-01
+ -6.04067394653897360E-01 -6.04076752405928508E-01 -6.04086272456193285E-01
+ -6.04095957615459755E-01 -6.04105810743034377E-01 -6.04115834747595781E-01
+ -6.04126032588047535E-01 -6.04136407274367571E-01 -6.04146961868499033E-01
+ -6.04157699485227129E-01 -6.04168623293096507E-01 -6.04179736515333077E-01
+ -6.04191042430771152E-01 -6.04202544374817574E-01 -6.04214245740415268E-01
+ -6.04226149979029903E-01 -6.04238260601653421E-01 -6.04250581179823665E-01
+ -6.04263115346655999E-01 -6.04275866797906791E-01 -6.04288839293030677E-01
+ -6.04302036656288122E-01 -6.04315462777836765E-01 -6.04329121614871401E-01
+ -6.04343017192759957E-01 -6.04357153606212782E-01 -6.04371535020467587E-01
+ -6.04386165672496811E-01 -6.04401049872216434E-01 -6.04416192003756070E-01
+ -6.04431596526706083E-01 -6.04447267977410108E-01 -6.04463210970270226E-01
+ -6.04479430199089229E-01 -6.04495930438409990E-01 -6.04512716544897910E-01
+ -6.04529793458735809E-01 -6.04547166205051112E-01 -6.04564839895353590E-01
+ -6.04582819729011955E-01 -6.04601110994739122E-01 -6.04619719072121087E-01
+ -6.04638649433153264E-01 -6.04657907643810333E-01 -6.04677499365646853E-01
+ -6.04697430357415966E-01 -6.04717706476714745E-01 -6.04738333681668072E-01
+ -6.04759318032622062E-01 -6.04780665693885999E-01 -6.04802382935488714E-01
+ -6.04824476134967037E-01 -6.04846951779183684E-01 -6.04869816466176768E-01
+ -6.04893076907041971E-01 -6.04916739927840785E-01 -6.04940812471540190E-01
+ -6.04965301599982408E-01 -6.04990214495897294E-01 -6.05015558464941372E-01
+ -6.05041340937757854E-01 -6.05067569472094502E-01 -6.05094251754936141E-01
+ -6.05121395604675150E-01 -6.05149008973332125E-01 -6.05177099948788544E-01
+ -6.05205676757076927E-01 -6.05234747764700987E-01 -6.05264321480976419E-01
+ -6.05294406560446085E-01 -6.05325011805293300E-01 -6.05356146167832287E-01
+ -6.05387818752998075E-01 -6.05420038820915773E-01 -6.05452815789484067E-01
+ -6.05486159237009214E-01 -6.05520078904888903E-01 -6.05554584700317755E-01
+ -6.05589686699061658E-01 -6.05625395148255863E-01 -6.05661720469256037E-01
+ -6.05698673260531617E-01 -6.05736264300620553E-01 -6.05774504551089832E-01
+ -6.05813405159599139E-01 -6.05852977462960185E-01 -6.05893232990278419E-01
+ -6.05934183466130150E-01 -6.05975840813791966E-01 -6.06018217158516781E-01
+ -6.06061324830867831E-01 -6.06105176370094090E-01 -6.06149784527576729E-01
+ -6.06195162270297794E-01 -6.06241322784399239E-01 -6.06288279478767622E-01
+ -6.06336045988685735E-01 -6.06384636179539527E-01 -6.06434064150584762E-01
+ -6.06484344238762296E-01 -6.06535491022567541E-01 -6.06587519326006630E-01
+ -6.06640444222574349E-01 -6.06694281039320771E-01 -6.06749045360963524E-01
+ -6.06804753034059674E-01 -6.06861420171257548E-01 -6.06919063155595517E-01
+ -6.06977698644864616E-01 -6.07037343576041999E-01 -6.07098015169787675E-01
+ -6.07159730935015518E-01 -6.07222508673505801E-01 -6.07286366484610429E-01
+ -6.07351322770019131E-01 -6.07417396238586038E-01 -6.07484605911234099E-01
+ -6.07552971125929431E-01 -6.07622511542723065E-01 -6.07693247148862081E-01
+ -6.07765198263990336E-01 -6.07838385545375948E-01 -6.07912829993287440E-01
+ -6.07988552956365669E-01 -6.08065576137127528E-01 -6.08143921597506520E-01
+ -6.08223611764503791E-01 -6.08304669435884349E-01 -6.08387117785976872E-01
+ -6.08470980371523584E-01 -6.08556281137644484E-01 -6.08643044423842206E-01
+ -6.08731294970116132E-01 -6.08821057923141340E-01 -6.08912358842527590E-01
+ -6.09005223707178245E-01 -6.09099678921704024E-01 -6.09195751322925583E-01
+ -6.09293468186480558E-01 -6.09392857233486351E-01 -6.09493946637298945E-01
+ -6.09596765030350651E-01 -6.09701341511072137E-01 -6.09807705650908694E-01
+ -6.09915887501399467E-01 -6.10025917601357826E-01 -6.10137826984137988E-01
+ -6.10251647184971602E-01 -6.10367410248393361E-01 -6.10485148735764649E-01
+ -6.10604895732868358E-01 -6.10726684857587854E-01 -6.10850550267675318E-01
+ -6.10976526668600917E-01 -6.11104649321495219E-01 -6.11234954051158685E-01
+ -6.11367477254158520E-01 -6.11502255907024672E-01 -6.11639327574504010E-01
+ -6.11778730417906647E-01 -6.11920503203541633E-01 -6.12064685311211831E-01
+ -6.12211316742811373E-01 -6.12360438130975404E-01 -6.12512090747830085E-01
+ -6.12666316513799769E-01 -6.12823158006504110E-01 -6.12982658469717556E-01
+ -6.13144861822401577E-01 -6.13309812667809484E-01 -6.13477556302655436E-01
+ -6.13648138726365366E-01 -6.13821606650352569E-01 -6.13998007507408960E-01
+ -6.14177389461112111E-01 -6.14359801415308548E-01 -6.14545293023657790E-01
+ -6.14733914699202133E-01 -6.14925717624023038E-01 -6.15120753758902628E-01
+ -6.15319075853064112E-01 -6.15520737453921329E-01 -6.15725792916886006E-01
+ -6.15934297415185905E-01 -6.16146306949739597E-01 -6.16361878359013460E-01
+ -6.16581069328929199E-01 -6.16803938402777696E-01 -6.17030544991128416E-01
+ -6.17260949381756907E-01 -6.17495212749552214E-01 -6.17733397166446263E-01
+ -6.17975565611285860E-01 -6.18221781979717555E-01 -6.18472111094025445E-01
+ -6.18726618712949428E-01 -6.18985371541437845E-01 -6.19248437240367933E-01
+ -6.19515884436199316E-01 -6.19787782730570780E-01 -6.20064202709787904E-01
+ -6.20345215954276497E-01 -6.20630895047877607E-01 -6.20921313587094903E-01
+ -6.21216546190189955E-01 -6.21516668506148506E-01 -6.21821757223531280E-01
+ -6.22131890079141714E-01 -6.22447145866559026E-01 -6.22767604444457779E-01
+ -6.23093346744769572E-01 -6.23424454780620696E-01 -6.23761011654046404E-01
+ -6.24103101563472040E-01 -6.24450809810941143E-01 -6.24804222809072995E-01
+ -6.25163428087727069E-01 -6.25528514300365823E-01 -6.25899571230085217E-01
+ -6.26276689795317587E-01 -6.26659962055136299E-01 -6.27049481214202897E-01
+ -6.27445341627286823E-01 -6.27847638803361363E-01 -6.28256469409228191E-01
+ -6.28671931272684392E-01 -6.29094123385152804E-01 -6.29523145903793546E-01
+ -6.29959100153050677E-01 -6.30402088625594659E-01 -6.30852214982672410E-01
+ -6.31309584053761252E-01 -6.31774301835572039E-01 -6.32246475490320647E-01
+ -6.32726213343233312E-01 -6.33213624879286563E-01 -6.33708820739092071E-01
+ -6.34211912713939618E-01 -6.34723013739918351E-01 -6.35242237891082917E-01
+ -6.35769700371668689E-01 -6.36305517507205876E-01 -6.36849806734617552E-01
+ -6.37402686591138634E-01 -6.37964276702101762E-01 -6.38534697767435988E-01
+ -6.39114071546947438E-01 -6.39702520844213751E-01 -6.40300169489110060E-01
+ -6.40907142318872802E-01 -6.41523565157660403E-01 -6.42149564794527006E-01
+ -6.42785268959779055E-01 -6.43430806299597591E-01 -6.44086306348910842E-01
+ -6.44751899502423620E-01 -6.45427716983697608E-01 -6.46113890812283209E-01
+ -6.46810553768744967E-01 -6.47517839357555025E-01 -6.48235881767742605E-01
+ -6.48964815831227892E-01 -6.49704776978744514E-01 -6.50455901193275898E-01
+ -6.51218324960865069E-01 -6.51992185218791986E-01 -6.52777619300895395E-01
+ -6.53574764880060055E-01 -6.54383759907669282E-01 -6.55204742549971852E-01
+ -6.56037851121227700E-01 -6.56883224013513400E-01 -6.57740999623089295E-01
+ -6.58611316273180480E-01 -6.59494312133065197E-01 -6.60390125133350936E-01
+ -6.61298892877254185E-01 -6.62220752547823310E-01 -6.63155840810915387E-01
+ -6.64104293713768223E-01 -6.65066246579095077E-01 -6.66041833894450264E-01
+ -6.67031189196800045E-01 -6.68034444952079087E-01 -6.69051732429603696E-01
+ -6.70083181571161424E-01 -6.71128920854590638E-01 -6.72189077151718495E-01
+ -6.73263775580415946E-01 -6.74353139350651554E-01 -6.75457289604278310E-01
+ -6.76576345248460553E-01 -6.77710422782429545E-01 -6.78859636117472132E-01
+ -6.80024096389858279E-01 -6.81203911766551928E-01 -6.82399187243505345E-01
+ -6.83610024436219432E-01 -6.84836521362475859E-01 -6.86078772216916488E-01
+ -6.87336867137293694E-01 -6.88610891962103455E-01 -6.89900927979435807E-01
+ -6.91207051666697714E-01 -6.92529334421065790E-01 -6.93867842280325275E-01
+ -6.95222635633906627E-01 -6.96593768923817414E-01 -6.97981290335210058E-01
+ -6.99385241476356501E-01 -7.00805657047691377E-01 -7.02242564499733102E-01
+ -7.03695983679515913E-01 -7.05165926465351700E-01 -7.06652396389553572E-01
+ -7.08155388248882134E-01 -7.09674887702444690E-01 -7.11210870856719857E-01
+ -7.12763303837446349E-01 -7.14332142348098054E-01 -7.15917331214630970E-01
+ -7.17518803916235348E-01 -7.19136482101814800E-01 -7.20770275091874524E-01
+ -7.22420079365590051E-01 -7.24085778032717675E-01 -7.25767240290120297E-01
+ -7.27464320862631575E-01 -7.29176859427939750E-01 -7.30904680025323938E-01
+ -7.32647590447906505E-01 -7.34405381618218001E-01 -7.36177826946835312E-01
+ -7.37964681673861866E-01 -7.39765682193038177E-01 -7.41580545358258347E-01
+ -7.43408967772365981E-01 -7.45250625057972793E-01 -7.47105171110206578E-01
+ -7.48972237331225088E-01 -7.50851431846373263E-01 -7.52742338701918645E-01
+ -7.54644517044221086E-01 -7.56557500280380046E-01 -7.58480795220264126E-01
+ -7.60413881199972330E-01 -7.62356209186744960E-01 -7.64307200865414371E-01
+ -7.66266247706509307E-01 -7.68232710016140463E-01 -7.70205915967879684E-01
+ -7.72185160616871147E-01 -7.74169704896460531E-01 -7.76158774597658141E-01
+ -7.78151559331857312E-01 -7.80147211477245750E-01 -7.82144845109420950E-01
+ -7.84143534916770579E-01 -7.86142315101313827E-01 -7.88140178265657965E-01
+ -7.90136074286926338E-01 -7.92128909178499541E-01 -7.94117543940557558E-01
+ -7.96100793400467244E-01 -7.98077425044202537E-01 -8.00046157840007655E-01
+ -8.02005661055711694E-01 -8.03954553071143940E-01 -8.05891400187285778E-01
+ -8.07814715433814223E-01 -8.09722957376976304E-01 -8.11614528929720747E-01
+ -8.13487776166227694E-01 -8.15340987143160723E-01 -8.17172390730041998E-01
+ -8.18980155451371594E-01 -8.20762388343272531E-01 -8.22517133827615710E-01
+ -8.24242372606760365E-01 -8.25936020582259567E-01 -8.27595927801056175E-01
+ -8.29219877432941788E-01 -8.30805584783201545E-01 -8.32350696344693608E-01
+ -8.33852788893743924E-01 -8.35309368634550853E-01 -8.36717870396995189E-01
+ -8.38075656893065957E-01 -8.39380018037332087E-01 -8.40628170337140546E-01
+ -8.41817256358623589E-01 -8.42944344274728752E-01 -8.44006427501897138E-01
+ -8.45000424432306385E-01 -8.45923178268829568E-01 -8.46771456970290215E-01
+ -8.47541953314839724E-01 -8.48231285089645515E-01 -8.48835995415392786E-01
+ -8.49352553214500094E-01 -8.49777353832216753E-01 -8.50106719820151624E-01
+ -8.50336901892169261E-01 -8.50464080062868777E-01 -8.50484364979261387E-01
+ -8.50393799456607757E-01 -8.50188360229693796E-01 -8.49863959931199120E-01
+ -8.49416449309127963E-01 -8.48841619695616889E-01 -8.48135205739711351E-01
+ -8.47292888417100043E-01 -8.46310298329979283E-01 -8.45183019310568939E-01
+ -8.43906592342040018E-01 -8.42476519810835600E-01 -8.40888270104615421E-01
+ -8.39137282570182830E-01 -8.37218972845912290E-01 -8.35128738583364338E-01
+ -8.32861965572792018E-01 -8.30414034287240366E-01 -8.27780326860011129E-01
+ -8.24956234510121789E-01 -8.21937165430240313E-01 -8.18718553151429496E-01
+ -8.15295865398700692E-01 -8.11664613451068884E-01 -8.07820362019342930E-01
+ -8.03758739654343524E-01 -7.99475449697616081E-01 -7.94966281786027018E-01
+ -7.90227123920631991E-01 -7.85253975109423741E-01 -7.80042958592255253E-01
+ -7.74590335655126583E-01 -7.68892520039539895E-01 -7.62946092951039878E-01
+ -7.56747818669350925E-01 -7.50294660760545185E-01 -7.43583798889532521E-01
+ -7.36612646228840373E-01 -7.29378867456995317E-01 -7.21880397337113955E-01
+ -7.14115459863090218E-01 -7.06082587957532648E-01 -6.97780643701916836E-01
+ -6.89208839075492463E-01 -6.80366757175236092E-01 -6.71254373884555999E-01
+ -6.61872079953514714E-01 -6.52220703448019412E-01 -6.42301532519759522E-01
+ -6.32116338442527792E-01 -6.21667398854107489E-01 -6.10957521135829795E-01
+ -5.99990065854612231E-01 -5.88768970184279206E-01 -5.77298771214580064E-01
+ -5.65584629047440446E-01 -5.53632349570498339E-01 -5.41448406787985337E-01
+ -5.29039964578431054E-01 -5.16414897737602741E-01 -5.03581812153314656E-01
+ -4.90550063946471548E-01 -4.77329777399808086E-01 -4.63931861482339947E-01
+ -4.50368024763407426E-01 -4.36650788495668518E-01 -4.22793497631102688E-01
+ -4.08810329518502547E-01 -3.94716300014703203E-01 -3.80527266725185720E-01
+ -3.66259929072866086E-01 -3.51931824876532462E-01 -3.37561323103121536E-01
+ -3.23167612440607044E-01 -3.08770685320961191E-01 -2.94391317005728959E-01
+ -2.80051039330285800E-01 -2.65772108687195419E-01 -2.51577467814548983E-01
+ -2.37490700941999727E-01 -2.23535981836043507E-01 -2.09738014277122020E-01
+ -1.96121964495185264E-01 -1.82713385087877794E-01 -1.69538129947436805E-01
+ -1.56622259729326335E-01 -1.43991937408864901E-01 -1.31673313492495059E-01
+ -1.19692400479311803E-01 -1.08074936207528172E-01 -9.68462357713016919E-02
+ -8.60310317577835520E-02 -7.56533026346156573E-02 -6.57360892168728506E-02
+ -5.63012992626244421E-02 -4.73695003910745149E-02 -3.89597016906340354E-02
+ -3.10891245903873042E-02 -2.37729638124294963E-02 -1.70241395099807458E-02
+ -1.08530420335518230E-02 -5.26727116200040747E-03 -2.71372095353384127E-04
+  4.13342895883654290E-03  7.94948615370250598E-03  1.11829881567692118E-02
+  1.38442000927895166E-02  1.59476873275992519E-02  1.75125140523172754E-02
+  1.85624083768037330E-02  1.91258842130645514E-02  1.92363086028719196E-02
+  1.89319012958760712E-02  1.82556512901616043E-02  1.72551326796899392E-02
+  1.59821994824102566E-02  1.44925361179651518E-02  1.28449657928226338E-02
+  1.11005463122314692E-02  9.32141845358710683E-03  7.56936751933009935E-03
+  5.90405365206886617E-03  4.38086088113338185E-03  3.04830861218628605E-03
+  1.94496229622259783E-03  1.09577223943292906E-03  5.07760851622832804E-04
+  1.64968981562465080E-04  2.25612518183197734E-05  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00
+  END     
+   VLOCION             1733 #ionic vloc for abinit in Ryd units
+ -9.38282360820298322E+00 -9.38282360820311112E+00 -9.38282360820309513E+00
+ -9.38282360820303651E+00 -9.38282360820296901E+00 -9.38282360820287131E+00
+ -9.38282360820275585E+00 -9.38282360820260664E+00 -9.38282360820243433E+00
+ -9.38282360820224426E+00 -9.38282360820202221E+00 -9.38282360820177885E+00
+ -9.38282360820150885E+00 -9.38282360820120509E+00 -9.38282360820088002E+00
+ -9.38282360820052119E+00 -9.38282360820013395E+00 -9.38282360819972006E+00
+ -9.38282360819927064E+00 -9.38282360819879102E+00 -9.38282360819827765E+00
+ -9.38282360819773409E+00 -9.38282360819715500E+00 -9.38282360819653860E+00
+ -9.38282360819588845E+00 -9.38282360819520278E+00 -9.38282360819448158E+00
+ -9.38282360819371952E+00 -9.38282360819292016E+00 -9.38282360819208172E+00
+ -9.38282360819119710E+00 -9.38282360819027517E+00 -9.38282360818930883E+00
+ -9.38282360818829808E+00 -9.38282360818724470E+00 -9.38282360818614514E+00
+ -9.38282360818499761E+00 -9.38282360818380035E+00 -9.38282360818255512E+00
+ -9.38282360818126193E+00 -9.38282360817991545E+00 -9.38282360817852279E+00
+ -9.38282360817707151E+00 -9.38282360817556693E+00 -9.38282360817400729E+00
+ -9.38282360817238725E+00 -9.38282360817071215E+00 -9.38282360816897842E+00
+ -9.38282360816718253E+00 -9.38282360816532446E+00 -9.38282360816340599E+00
+ -9.38282360816141825E+00 -9.38282360815936478E+00 -9.38282360815724559E+00
+ -9.38282360815505356E+00 -9.38282360815279404E+00 -9.38282360815045990E+00
+ -9.38282360814805827E+00 -9.38282360814557670E+00 -9.38282360814301697E+00
+ -9.38282360814037908E+00 -9.38282360813766481E+00 -9.38282360813486704E+00
+ -9.38282360813198757E+00 -9.38282360812901750E+00 -9.38282360812596750E+00
+ -9.38282360812282334E+00 -9.38282360811959038E+00 -9.38282360811626504E+00
+ -9.38282360811284377E+00 -9.38282360810932659E+00 -9.38282360810570992E+00
+ -9.38282360810199734E+00 -9.38282360809817817E+00 -9.38282360809425420E+00
+ -9.38282360809022364E+00 -9.38282360808608473E+00 -9.38282360808183746E+00
+ -9.38282360807747118E+00 -9.38282360807299121E+00 -9.38282360806839577E+00
+ -9.38282360806367599E+00 -9.38282360805883187E+00 -9.38282360805386517E+00
+ -9.38282360804877413E+00 -9.38282360804354809E+00 -9.38282360803818705E+00
+ -9.38282360803269455E+00 -9.38282360802705995E+00 -9.38282360802128501E+00
+ -9.38282360801536797E+00 -9.38282360800930348E+00 -9.38282360800308801E+00
+ -9.38282360799671977E+00 -9.38282360799019699E+00 -9.38282360798351078E+00
+ -9.38282360797666470E+00 -9.38282360796965698E+00 -9.38282360796247694E+00
+ -9.38282360795512460E+00 -9.38282360794759462E+00 -9.38282360793988879E+00
+ -9.38282360793200176E+00 -9.38282360792392645E+00 -9.38282360791566461E+00
+ -9.38282360790720737E+00 -9.38282360789855119E+00 -9.38282360788969605E+00
+ -9.38282360788063130E+00 -9.38282360787136049E+00 -9.38282360786187475E+00
+ -9.38282360785217584E+00 -9.38282360784225133E+00 -9.38282360783210123E+00
+ -9.38282360782172198E+00 -9.38282360781110647E+00 -9.38282360780025293E+00
+ -9.38282360778915425E+00 -9.38282360777780866E+00 -9.38282360776620550E+00
+ -9.38282360775434832E+00 -9.38282360774222646E+00 -9.38282360772983814E+00
+ -9.38282360771717450E+00 -9.38282360770423374E+00 -9.38282360769100521E+00
+ -9.38282360767749068E+00 -9.38282360766368306E+00 -9.38282360764956991E+00
+ -9.38282360763515300E+00 -9.38282360762042167E+00 -9.38282360760537415E+00
+ -9.38282360759000156E+00 -9.38282360757430212E+00 -9.38282360755826339E+00
+ -9.38282360754188360E+00 -9.38282360752515210E+00 -9.38282360750806355E+00
+ -9.38282360749061262E+00 -9.38282360747279043E+00 -9.38282360745459343E+00
+ -9.38282360743601096E+00 -9.38282360741703592E+00 -9.38282360739766297E+00
+ -9.38282360737788501E+00 -9.38282360735769139E+00 -9.38282360733707854E+00
+ -9.38282360731603404E+00 -9.38282360729455078E+00 -9.38282360727262166E+00
+ -9.38282360735127163E+00 -9.38282360732723575E+00 -9.38282360740141286E+00
+ -9.38282360737530574E+00 -9.38282360744511834E+00 -9.38282360741696664E+00
+ -9.38282360748250710E+00 -9.38282360745234101E+00 -9.38282360751369993E+00
+ -9.38282360748153721E+00 -9.38282360753879097E+00 -9.38282360750464584E+00
+ -9.38282360755787082E+00 -9.38282360752176103E+00 -9.38282360757101941E+00
+ -9.38282360753294498E+00 -9.38282360757830425E+00 -9.38282360753826694E+00
+ -9.38282360757977507E+00 -9.38282360753777489E+00 -9.38282360757548162E+00
+ -9.38282360753150968E+00 -9.38282360748699240E+00 -9.38282360751951039E+00
+ -9.38282360747299116E+00 -9.38282360750178768E+00 -9.38282360745325761E+00
+ -9.38282360747836464E+00 -9.38282360742779886E+00 -9.38282360744924127E+00
+ -9.38282360739662025E+00 -9.38282360741441046E+00 -9.38282360735970933E+00
+ -9.38282360737385979E+00 -9.38282360738582355E+00 -9.38282360739560595E+00
+ -9.38282360740322119E+00 -9.38282360740867105E+00 -9.38282360741196797E+00
+ -9.38282360741312793E+00 -9.38282360741214561E+00 -9.38282360740902988E+00
+ -9.38282360740379140E+00 -9.38282360739642840E+00 -9.38282360738694798E+00
+ -9.38282360737534660E+00 -9.38282360736163312E+00 -9.38282360734581111E+00
+ -9.38282360732786813E+00 -9.38282360730781662E+00 -9.38282360728565124E+00
+ -9.38282360726136844E+00 -9.38282360729176901E+00 -9.38282360726265274E+00
+ -9.38282360728705100E+00 -9.38282360725311548E+00 -9.38282360727154519E+00
+ -9.38282360723279396E+00 -9.38282360719191466E+00 -9.38282360720171660E+00
+ -9.38282360715601094E+00 -9.38282360715989938E+00 -9.38282360710934960E+00
+ -9.38282360710732810E+00 -9.38282360710209673E+00 -9.38282360709365548E+00
+ -9.38282360708201679E+00 -9.38282360706717711E+00 -9.38282360704914531E+00
+ -9.38282360702791429E+00 -9.38282360700349294E+00 -9.38282360697587414E+00
+ -9.38282360699131246E+00 -9.38282360695682804E+00 -9.38282360696448059E+00
+ -9.38282360692313588E+00 -9.38282360687858841E+00 -9.38282360687481543E+00
+ -9.38282360682338989E+00 -9.38282360681185068E+00 -9.38282360679622052E+00
+ -9.38282360677649407E+00 -9.38282360675267846E+00 -9.38282360672477189E+00
+ -9.38282360673379223E+00 -9.38282360669729343E+00 -9.38282360669691684E+00
+ -9.38282360665182757E+00 -9.38282360660263848E+00 -9.38282360658838321E+00
+ -9.38282360656923764E+00 -9.38282360654521064E+00 -9.38282360651630221E+00
+ -9.38282360648251235E+00 -9.38282360648100600E+00 -9.38282360643708024E+00
+ -9.38282360638826773E+00 -9.38282360637064983E+00 -9.38282360634742219E+00
+ -9.38282360631859191E+00 -9.38282360628415546E+00 -9.38282360624411638E+00
+ -9.38282360623283829E+00 -9.38282360618123867E+00 -9.38282360612402222E+00
+ -9.38282360609456489E+00 -9.38282360605882637E+00 -9.38282360601680665E+00
+ -9.38282360600092780E+00 -9.38282360594601528E+00 -9.38282360591661835E+00
+ -9.38282360588030606E+00 -9.38282360583707487E+00 -9.38282360578692654E+00
+ -9.38282360572985397E+00 -9.38282360569616181E+00 -9.38282360565494677E+00
+ -9.38282360560621065E+00 -9.38282360554994810E+00 -9.38282360551532335E+00
+ -9.38282360547259842E+00 -9.38282360542177329E+00 -9.38282360536283733E+00
+ -9.38282360532387827E+00 -9.38282360527625769E+00 -9.38282360521997916E+00
+ -9.38282360515503200E+00 -9.38282360510844882E+00 -9.38282360505266766E+00
+ -9.38282360498768675E+00 -9.38282360493977130E+00 -9.38282360488213918E+00
+ -9.38282360481478506E+00 -9.38282360476324584E+00 -9.38282360470148191E+00
+ -9.38282360462948084E+00 -9.38282360457207787E+00 -9.38282360450395458E+00
+ -9.38282360442510033E+00 -9.38282360435965046E+00 -9.38282360428299178E+00
+ -9.38282360421881734E+00 -9.38282360414296335E+00 -9.38282360407868410E+00
+ -9.38282360400227233E+00 -9.38282360393654358E+00 -9.38282360385823466E+00
+ -9.38282360376732960E+00 -9.38282360368601864E+00 -9.38282360361365519E+00
+ -9.38282360352783584E+00 -9.38282360345012556E+00 -9.38282360335852950E+00
+ -9.38282360327421472E+00 -9.38282360317558428E+00 -9.38282360308342156E+00
+ -9.38282360299713147E+00 -9.38282360289570860E+00 -9.38282360279936611E+00
+ -9.38282360270751958E+00 -9.38282360259974091E+00 -9.38282360249568903E+00
+ -9.38282360237530177E+00 -9.38282360227718293E+00 -9.38282360218111222E+00
+ -9.38282360206757993E+00 -9.38282360195534970E+00 -9.38282360184388509E+00
+ -9.38282360171420571E+00 -9.38282360160283702E+00 -9.38282360149063521E+00
+ -9.38282360135914928E+00 -9.38282360124389747E+00 -9.38282360110865454E+00
+ -9.38282360097085188E+00 -9.38282360084726541E+00 -9.38282360070265398E+00
+ -9.38282360057094778E+00 -9.38282360043436192E+00 -9.38282360029240259E+00
+ -9.38282360016111028E+00 -9.38282360000680882E+00 -9.38282359986190961E+00
+ -9.38282359970942181E+00 -9.38282359954886758E+00 -9.38282359939557331E+00
+ -9.38282359923299403E+00 -9.38282359907616659E+00 -9.38282359890885687E+00
+ -9.38282359874582816E+00 -9.38282359857112702E+00 -9.38282359839926450E+00
+ -9.38282359821456424E+00 -9.38282359803126553E+00 -9.38282359783398512E+00
+ -9.38282359765110918E+00 -9.38282359746713546E+00 -9.38282359726709458E+00
+ -9.38282359706458813E+00 -9.38282359685879896E+00 -9.38282359666270871E+00
+ -9.38282359644784769E+00 -9.38282359622732365E+00 -9.38282359601376470E+00
+ -9.38282359579274328E+00 -9.38282359556348489E+00 -9.38282359533827481E+00
+ -9.38282359510307629E+00 -9.38282359486994011E+00 -9.38282359462508175E+00
+ -9.38282359438033708E+00 -9.38282359413462963E+00 -9.38282359388689535E+00
+ -9.38282359362382579E+00 -9.38282359335683225E+00 -9.38282359308487024E+00
+ -9.38282359280690592E+00 -9.38282359253372178E+00 -9.38282359225227403E+00
+ -9.38282359196153948E+00 -9.38282359167201818E+00 -9.38282359137100563E+00
+ -9.38282359105750707E+00 -9.38282359075292760E+00 -9.38282359044459113E+00
+ -9.38282359012023193E+00 -9.38282358978978337E+00 -9.38282358946279693E+00
+ -9.38282358912703707E+00 -9.38282358878127098E+00 -9.38282358843479436E+00
+ -9.38282358807568428E+00 -9.38282358771306413E+00 -9.38282358734546129E+00
+ -9.38282358697141561E+00 -9.38282358658946869E+00 -9.38282358619818524E+00
+ -9.38282358580600295E+00 -9.38282358540145189E+00 -9.38282358499282410E+00
+ -9.38282358456884502E+00 -9.38282358414718232E+00 -9.38282358371650105E+00
+ -9.38282358327517052E+00 -9.38282358283086815E+00 -9.38282358237254144E+00
+ -9.38282358190771859E+00 -9.38282358143457706E+00 -9.38282358095131030E+00
+ -9.38282358046499354E+00 -9.38282357996481409E+00 -9.38282357945772283E+00
+ -9.38282357894172669E+00 -9.38282357841485037E+00 -9.38282357788362553E+00
+ -9.38282357733745975E+00 -9.38282357679110213E+00 -9.38282357622565222E+00
+ -9.38282357565559622E+00 -9.38282357507048204E+00 -9.38282357448431270E+00
+ -9.38282357387862120E+00 -9.38282357326715832E+00 -9.38282357263960698E+00
+ -9.38282357200150052E+00 -9.38282357135808809E+00 -9.38282357069912187E+00
+ -9.38282357002975864E+00 -9.38282356934741379E+00 -9.38282356865695100E+00
+ -9.38282356794825567E+00 -9.38282356723339817E+00 -9.38282356650223548E+00
+ -9.38282356575925647E+00 -9.38282356500160120E+00 -9.38282356423346720E+00
+ -9.38282356345185775E+00 -9.38282356265378326E+00 -9.38282356184314281E+00
+ -9.38282356101680826E+00 -9.38282356017842112E+00 -9.38282355932471823E+00
+ -9.38282355845908889E+00 -9.38282355757157660E+00 -9.38282355667200818E+00
+ -9.38282355575686111E+00 -9.38282355482905217E+00 -9.38282355387859290E+00
+ -9.38282355291462444E+00 -9.38282355193338979E+00 -9.38282355093116216E+00
+ -9.38282354991649115E+00 -9.38282354887931191E+00 -9.38282354782783656E+00
+ -9.38282354675797237E+00 -9.38282354566565324E+00 -9.38282354455854417E+00
+ -9.38282354342651459E+00 -9.38282354228269710E+00 -9.38282354111110983E+00
+ -9.38282353992448925E+00 -9.38282353871256625E+00 -9.38282353748199327E+00
+ -9.38282353622802567E+00 -9.38282353495143262E+00 -9.38282353365279853E+00
+ -9.38282353232721000E+00 -9.38282353098572486E+00 -9.38282352961780219E+00
+ -9.38282352822878885E+00 -9.38282352681334508E+00 -9.38282352537130038E+00
+ -9.38282352390744023E+00 -9.38282352241611761E+00 -9.38282352089675165E+00
+ -9.38282351935356118E+00 -9.38282351778064694E+00 -9.38282351618186361E+00
+ -9.38282351455597485E+00 -9.38282351290158800E+00 -9.38282351121719138E+00
+ -9.38282350950116317E+00 -9.38282350775640417E+00 -9.38282350598091952E+00
+ -9.38282350417718192E+00 -9.38282350233829909E+00 -9.38282350047093949E+00
+ -9.38282349856794262E+00 -9.38282349663107595E+00 -9.38282349466180676E+00
+ -9.38282349265702820E+00 -9.38282349061782028E+00 -9.38282348854076176E+00
+ -9.38282348643078024E+00 -9.38282348428403878E+00 -9.38282348209659389E+00
+ -9.38282347987679444E+00 -9.38282347761202296E+00 -9.38282347531012029E+00
+ -9.38282347296637198E+00 -9.38282347058395594E+00 -9.38282346815776869E+00
+ -9.38282346569049430E+00 -9.38282346318055716E+00 -9.38282346062619865E+00
+ -9.38282345802543105E+00 -9.38282345538364915E+00 -9.38282345269077389E+00
+ -9.38282344995168316E+00 -9.38282344716708572E+00 -9.38282344433375570E+00
+ -9.38282344144825942E+00 -9.38282343851417444E+00 -9.38282343552753240E+00
+ -9.38282343248771333E+00 -9.38282342939730007E+00 -9.38282342625154442E+00
+ -9.38282342305238615E+00 -9.38282341979798673E+00 -9.38282341648283413E+00
+ -9.38282341311131596E+00 -9.38282340968066997E+00 -9.38282340619118393E+00
+ -9.38282340263948811E+00 -9.38282339902845308E+00 -9.38282339535082954E+00
+ -9.38282339160880774E+00 -9.38282338780406455E+00 -9.38282338393163506E+00
+ -9.38282337999246252E+00 -9.38282337598402982E+00 -9.38282337190344329E+00
+ -9.38282336775356640E+00 -9.38282336353070789E+00 -9.38282335923386768E+00
+ -9.38282335486160513E+00 -9.38282335041501980E+00 -9.38282334588890521E+00
+ -9.38282334128352602E+00 -9.38282333659862111E+00 -9.38282333183068751E+00
+ -9.38282332698137189E+00 -9.38282332204628844E+00 -9.38282331702612638E+00
+ -9.38282331191835262E+00 -9.38282330671996334E+00 -9.38282330143022136E+00
+ -9.38282329605046606E+00 -9.38282329057624409E+00 -9.38282328500525153E+00
+ -9.38282327933728766E+00 -9.38282327357155133E+00 -9.38282326770416830E+00
+ -9.38282326173577452E+00 -9.38282325566144237E+00 -9.38282324948313473E+00
+ -9.38282324319725625E+00 -9.38282323679965735E+00 -9.38282323029051568E+00
+ -9.38282322366928057E+00 -9.38282321693007049E+00 -9.38282321007581466E+00
+ -9.38282320310173645E+00 -9.38282319600473791E+00 -9.38282318878344768E+00
+ -9.38282318143798832E+00 -9.38282317396554255E+00 -9.38282316636034253E+00
+ -9.38282315862489646E+00 -9.38282315075204387E+00 -9.38282314274276530E+00
+ -9.38282313459499484E+00 -9.38282312630381554E+00 -9.38282311786779388E+00
+ -9.38282310928681618E+00 -9.38282310055361890E+00 -9.38282309166856621E+00
+ -9.38282308262899889E+00 -9.38282307343349942E+00 -9.38282306407568356E+00
+ -9.38282305455642884E+00 -9.38282304486962460E+00 -9.38282303501626025E+00
+ -9.38282302498845766E+00 -9.38282301478532332E+00 -9.38282300440677552E+00
+ -9.38282299384608187E+00 -9.38282298310119067E+00 -9.38282297216908567E+00
+ -9.38282296104749136E+00 -9.38282294973133091E+00 -9.38282293821804281E+00
+ -9.38282292650408500E+00 -9.38282291458650164E+00 -9.38282290246130657E+00
+ -9.38282289012505188E+00 -9.38282287757323274E+00 -9.38282286480353811E+00
+ -9.38282285181083253E+00 -9.38282283859208199E+00 -9.38282282514142807E+00
+ -9.38282281145835029E+00 -9.38282279753612336E+00 -9.38282278337159248E+00
+ -9.38282276896037004E+00 -9.38282275429821944E+00 -9.38282273937965883E+00
+ -9.38282272420245711E+00 -9.38282270876147351E+00 -9.38282269305000938E+00
+ -9.38282267706473050E+00 -9.38282266080214100E+00 -9.38282264425583712E+00
+ -9.38282262742077044E+00 -9.38282261029345399E+00 -9.38282259286712872E+00
+ -9.38282257513800388E+00 -9.38282255710043067E+00 -9.38282253874870165E+00
+ -9.38282252007667239E+00 -9.38282250107945615E+00 -9.38282248175162437E+00
+ -9.38282246208747850E+00 -9.38282244208072491E+00 -9.38282242172472714E+00
+ -9.38282240101622378E+00 -9.38282237994609147E+00 -9.38282235850980229E+00
+ -9.38282233670095600E+00 -9.38282231451095683E+00 -9.38282229193584705E+00
+ -9.38282226896675375E+00 -9.38282224559799438E+00 -9.38282222182275838E+00
+ -9.38282219763346248E+00 -9.38282217302379351E+00 -9.38282214798536351E+00
+ -9.38282212251090186E+00 -9.38282209659340438E+00 -9.38282207022441916E+00
+ -9.38282204339684966E+00 -9.38282201610203082E+00 -9.38282198833251968E+00
+ -9.38282196007917868E+00 -9.38282193133396980E+00 -9.38282190208931688E+00
+ -9.38282187233516751E+00 -9.38282184206294190E+00 -9.38282181126483117E+00
+ -9.38282177992986632E+00 -9.38282174804884583E+00 -9.38282171561471046E+00
+ -9.38282168261547511E+00 -9.38282164904222071E+00 -9.38282161488424116E+00
+ -9.38282158013258716E+00 -9.38282154477638031E+00 -9.38282150880424659E+00
+ -9.38282147220688323E+00 -9.38282143497224119E+00 -9.38282139709016505E+00
+ -9.38282135854860400E+00 -9.38282131933621066E+00 -9.38282127944251521E+00
+ -9.38282123885462660E+00 -9.38282119756034128E+00 -9.38282115554777718E+00
+ -9.38282111280452824E+00 -9.38282106931647242E+00 -9.38282102507340809E+00
+ -9.38282098005951504E+00 -9.38282093426354535E+00 -9.38282088767035205E+00
+ -9.38282084026723417E+00 -9.38282079203836084E+00 -9.38282074297182511E+00
+ -9.38282069305065036E+00 -9.38282064226234347E+00 -9.38282059059008233E+00
+ -9.38282053801947313E+00 -9.38282048453418405E+00 -9.38282043011833267E+00
+ -9.38282037475638120E+00 -9.38282031843126951E+00 -9.38282026112689849E+00
+ -9.38282020282535356E+00 -9.38282014350943605E+00 -9.38282008316303084E+00
+ -9.38282002176648433E+00 -9.38281995930250901E+00 -9.38281989575162179E+00
+ -9.38281983109632911E+00 -9.38281976531592399E+00 -9.38281969839208863E+00
+ -9.38281963030382649E+00 -9.38281956103211279E+00 -9.38281949055500597E+00
+ -9.38281941885286841E+00 -9.38281934590361111E+00 -9.38281927168631924E+00
+ -9.38281919617805649E+00 -9.38281911935667701E+00 -9.38281904119911658E+00
+ -9.38281896168335550E+00 -9.38281888078474857E+00 -9.38281879847928124E+00
+ -9.38281871474273821E+00 -9.38281862955039081E+00 -9.38281854287628470E+00
+ -9.38281845469551357E+00 -9.38281836498091693E+00 -9.38281827370719945E+00
+ -9.38281818084582397E+00 -9.38281808637088588E+00 -9.38281799025287100E+00
+ -9.38281789246375908E+00 -9.38281779297406260E+00 -9.38281769175521241E+00
+ -9.38281758877556094E+00 -9.38281748400685700E+00 -9.38281737741556476E+00
+ -9.38281726897215407E+00 -9.38281715864260235E+00 -9.38281704639565817E+00
+ -9.38281693219636814E+00 -9.38281681601304740E+00 -9.38281669780928240E+00
+ -9.38281657755073262E+00 -9.38281645520127228E+00 -9.38281633072558741E+00
+ -9.38281620408552719E+00 -9.38281607524421446E+00 -9.38281594416304543E+00
+ -9.38281581080343408E+00 -9.38281567512456860E+00 -9.38281553708861971E+00
+ -9.38281539665234376E+00 -9.38281525377527537E+00 -9.38281510841408384E+00
+ -9.38281496052689690E+00 -9.38281481006840679E+00 -9.38281465699547113E+00
+ -9.38281450126041427E+00 -9.38281434281985760E+00 -9.38281418162428160E+00
+ -9.38281401762758094E+00 -9.38281385077980623E+00 -9.38281368103252689E+00
+ -9.38281350833378625E+00 -9.38281333263455863E+00 -9.38281315388017667E+00
+ -9.38281297202027353E+00 -9.38281278699860266E+00 -9.38281259876173657E+00
+ -9.38281240725237353E+00 -9.38281221241541274E+00 -9.38281201419113842E+00
+ -9.38281181252272134E+00 -9.38281160734791619E+00 -9.38281139860884927E+00
+ -9.38281118624056987E+00 -9.38281097018260724E+00 -9.38281075036830181E+00
+ -9.38281052673506899E+00 -9.38281029921370724E+00 -9.38281006773989112E+00
+ -9.38280983224179010E+00 -9.38280959265236802E+00 -9.38280934889778173E+00
+ -9.38280910090842823E+00 -9.38280884860773945E+00 -9.38280859192395411E+00
+ -9.38280833077812559E+00 -9.38280806509508025E+00 -9.38280779479370608E+00
+ -9.38280751979633543E+00 -9.38280724001828936E+00 -9.38280695538014520E+00
+ -9.38280666579399281E+00 -9.38280637117705218E+00 -9.38280607143875223E+00
+ -9.38280576649307640E+00 -9.38280545624646578E+00 -9.38280514061066384E+00
+ -9.38280481948796385E+00 -9.38280449278698647E+00 -9.38280416040701759E+00
+ -9.38280382225319443E+00 -9.38280347822138516E+00 -9.38280312821310147E+00
+ -9.38280277212088976E+00 -9.38280240984295233E+00 -9.38280204126779438E+00
+ -9.38280166629014545E+00 -9.38280128479455122E+00 -9.38280089667223649E+00
+ -9.38280050180368619E+00 -9.38280010007579257E+00 -9.38279969136531911E+00
+ -9.38279927555534776E+00 -9.38279885251814605E+00 -9.38279842213238879E+00
+ -9.38279798426608203E+00 -9.38279753879392509E+00 -9.38279708557908521E+00
+ -9.38279662449159169E+00 -9.38279615539017975E+00 -9.38279567814017490E+00
+ -9.38279519259546291E+00 -9.38279469861669213E+00 -9.38279419605228071E+00
+ -9.38279368475854270E+00 -9.38279316457811419E+00 -9.38279263536253083E+00
+ -9.38279209694892735E+00 -9.38279154918335045E+00 -9.38279099189746191E+00
+ -9.38279042493191895E+00 -9.38278984811265282E+00 -9.38278926127428115E+00
+ -9.38278866423672753E+00 -9.38278805682915085E+00 -9.38278743886494127E+00
+ -9.38278681016732286E+00 -9.38278617054331399E+00 -9.38278551980948272E+00
+ -9.38278485776631932E+00 -9.38278418422414617E+00 -9.38278349897624331E+00
+ -9.38278280182650271E+00 -9.38278209256074547E+00 -9.38278137097616138E+00
+ -9.38278063685116770E+00 -9.38277988997522527E+00 -9.38277913011931375E+00
+ -9.38277835706603014E+00 -9.38277757057782757E+00 -9.38277677042960612E+00
+ -9.38277595637585193E+00 -9.38277512818342707E+00 -9.38277428559815796E+00
+ -9.38277342837856843E+00 -9.38277255626180562E+00 -9.38277166899800186E+00
+ -9.38277076631476525E+00 -9.38276984795396274E+00 -9.38276891363343779E+00
+ -9.38276796308568528E+00 -9.38276699601892261E+00 -9.38276601215632589E+00
+ -9.38276501119595352E+00 -9.38276399285126317E+00 -9.38276295680936734E+00
+ -9.38276190277407451E+00 -9.38276083042145714E+00 -9.38275973944485919E+00
+ -9.38275862950907502E+00 -9.38275750029662348E+00 -9.38275635146062115E+00
+ -9.38275518267242781E+00 -9.38275399357309681E+00 -9.38275278382229061E+00
+ -9.38275155304861563E+00 -9.38275030089981854E+00 -9.38274902699144953E+00
+ -9.38274773095871595E+00 -9.38274641240393592E+00 -9.38274507094959098E+00
+ -9.38274370618379017E+00 -9.38274231771613110E+00 -9.38274090512012826E+00
+ -9.38273946799148106E+00 -9.38273800588903129E+00 -9.38273651839426392E+00
+ -9.38273500505054869E+00 -9.38273346542459485E+00 -9.38273189904378668E+00
+ -9.38273030545988007E+00 -9.38272868418348338E+00 -9.38272703475062286E+00
+ -9.38272535665482899E+00 -9.38272364941590808E+00 -9.38272191250967857E+00
+ -9.38272014543889021E+00 -9.38271834766109158E+00 -9.38271651866178225E+00
+ -9.38271465787942560E+00 -9.38271276478123362E+00 -9.38271083878604450E+00
+ -9.38270887934282527E+00 -9.38270688584964851E+00 -9.38270485773622376E+00
+ -9.38270279437972299E+00 -9.38270069518959637E+00 -9.38269855952128573E+00
+ -9.38269638676362305E+00 -9.38269417624943536E+00 -9.38269192734595237E+00
+ -9.38268963936278055E+00 -9.38268731164507841E+00 -9.38268494347794046E+00
+ -9.38268253418392284E+00 -9.38268008302288870E+00 -9.38267758929359630E+00
+ -9.38267505223019072E+00 -9.38267247110641556E+00 -9.38266984512987534E+00
+ -9.38266717354894730E+00 -9.38266445554323525E+00 -9.38266169033498088E+00
+ -9.38265887707485291E+00 -9.38265601495780999E+00 -9.38265310310489120E+00
+ -9.38265014068279690E+00 -9.38264712678164159E+00 -9.38264406053908928E+00
+ -9.38264094101335289E+00 -9.38263776731163368E+00 -9.38263453845934059E+00
+ -9.38263125353227778E+00 -9.38262791152173214E+00 -9.38262451147115328E+00
+ -9.38262105233643240E+00 -9.38261753312736957E+00 -9.38261395276328258E+00
+ -9.38261031021946224E+00 -9.38260660437714122E+00 -9.38260283417575280E+00
+ -9.38259899845724554E+00 -9.38259509612391795E+00 -9.38259112597722122E+00
+ -9.38258708688069021E+00 -9.38258297759390381E+00 -9.38257879694063668E+00
+ -9.38257454363685106E+00 -9.38257021646522915E+00 -9.38256581409657642E+00
+ -9.38256133527089276E+00 -9.38255677861238624E+00 -9.38255214281685035E+00
+ -9.38254742646041429E+00 -9.38254262819293317E+00 -9.38253774654059924E+00
+ -9.38253278010615510E+00 -9.38252772736393048E+00 -9.38252258686766716E+00
+ -9.38251735703827450E+00 -9.38251203637865494E+00 -9.38250662325442697E+00
+ -9.38250111611593063E+00 -9.38249551327152709E+00 -9.38248981311713415E+00
+ -9.38248401390185727E+00 -9.38247811396533749E+00 -9.38247211149516502E+00
+ -9.38246600477292247E+00 -9.38245979192250878E+00 -9.38245347116522765E+00
+ -9.38244704055921552E+00 -9.38244049826331050E+00 -9.38243384226763588E+00
+ -9.38242707066636861E+00 -9.38242018137910883E+00 -9.38241317243327799E+00
+ -9.38240604167538628E+00 -9.38239878706370511E+00 -9.38239140636924240E+00
+ -9.38238389747846213E+00 -9.38237625808428533E+00 -9.38236848599903084E+00
+ -9.38236057883465335E+00 -9.38235253432672778E+00 -9.38234435000337541E+00
+ -9.38233602352070406E+00 -9.38232755232008842E+00 -9.38231893397549932E+00
+ -9.38231016583846866E+00 -9.38230124539771460E+00 -9.38229216991197923E+00
+ -9.38228293678171177E+00 -9.38227354316942375E+00 -9.38226398638456338E+00
+ -9.38225426348984648E+00 -9.38224437170029013E+00 -9.38223430797565250E+00
+ -9.38222406943296328E+00 -9.38221365292537079E+00 -9.38220305546879452E+00
+ -9.38219227380576903E+00 -9.38218130484745672E+00 -9.38217014522211556E+00
+ -9.38215879173241518E+00 -9.38214724088817853E+00 -9.38213548937991959E+00
+ -9.38212353359488027E+00 -9.38211137010721963E+00 -9.38209899517748092E+00
+ -9.38208640525943594E+00 -9.38207359648229122E+00 -9.38206056517532261E+00
+ -9.38204730733170855E+00 -9.38203381915189460E+00 -9.38202009648829893E+00
+ -9.38200613540777795E+00 -9.38199193161719691E+00 -9.38197748104515661E+00
+ -9.38196277924769895E+00 -9.38194782201042976E+00 -9.38193260473319590E+00
+ -9.38191712305355807E+00 -9.38190137220973774E+00 -9.38188534768593563E+00
+ -9.38186904455311499E+00 -9.38185245813662227E+00 -9.38183558333432899E+00
+ -9.38181841530721705E+00 -9.38180094877375126E+00 -9.38178317872498901E+00
+ -9.38176509969360062E+00 -9.38174670649454434E+00 -9.38172799346837749E+00
+ -9.38170895524755544E+00 -9.38168958597372082E+00 -9.38166988009065150E+00
+ -9.38164983153398602E+00 -9.38162943455190401E+00 -9.38160868286683858E+00
+ -9.38158757052476844E+00 -9.38156609102724204E+00 -9.38154423821064753E+00
+ -9.38152200534806724E+00 -9.38149938605894818E+00 -9.38147637337970686E+00
+ -9.38145296070522328E+00 -9.38142914082688861E+00 -9.38140490690711992E+00
+ -9.38138025148360555E+00 -9.38135516747797560E+00 -9.38132964716530537E+00
+ -9.38130368321796837E+00 -9.38127726763912406E+00 -9.38125039284303774E+00
+ -9.38122305055134120E+00 -9.38119523291107704E+00 -9.38116693135238933E+00
+ -9.38113813774556959E+00 -9.38110884321895533E+00 -9.38107903935636678E+00
+ -9.38104871697362697E+00 -9.38101786735788679E+00 -9.38098648100138277E+00
+ -9.38095454888410707E+00 -9.38092206116326288E+00 -9.38088900850073415E+00
+ -9.38085538070682645E+00 -9.38082116811401612E+00 -9.38078636017340273E+00
+ -9.38075094687643762E+00 -9.38071491730219797E+00 -9.38067826108900071E+00
+ -9.38064096693073957E+00 -9.38060302409994762E+00 -9.38056442089174425E+00
+ -9.38052514619987043E+00 -9.38048518790645502E+00 -9.38044453451300342E+00
+ -9.38040317347394925E+00 -9.38036109288462505E+00 -9.38031827975657606E+00
+ -9.38027472176443844E+00 -9.38023040546112874E+00 -9.38018531808565470E+00
+ -9.38013944571591907E+00 -9.38009277513976336E+00 -9.38004529194319581E+00
+ -9.37999698244678193E+00 -9.37994783172709568E+00 -9.37989782562071639E+00
+ -9.37984694867670399E+00 -9.37979518623029662E+00 -9.37974252228417171E+00
+ -9.37968894165440048E+00 -9.37963442777775924E+00 -9.37957896493256449E+00
+ -9.37952253596948360E+00 -9.37946512460976223E+00 -9.37940671309703511E+00
+ -9.37934728457561562E+00 -9.37928682066031527E+00 -9.37922530389780285E+00
+ -9.37916271525162948E+00 -9.37909903664934674E+00 -9.37903424837991295E+00
+ -9.37896833172952427E+00 -9.37890126628836818E+00 -9.37883303267827451E+00
+ -9.37876360976557777E+00 -9.37869297748378905E+00 -9.37862111394946218E+00
+ -9.37854799838301822E+00 -9.37847360812424213E+00 -9.37839792165481612E+00
+ -9.37832091550984792E+00 -9.37824256740554141E+00 -9.37816285304339559E+00
+ -9.37808174934659533E+00 -9.37799923115295186E+00 -9.37791527456393581E+00
+ -9.37782985352255238E+00 -9.37774294327883950E+00 -9.37765451684872708E+00
+ -9.37756454859996857E+00 -9.37747301058791116E+00 -9.37737987626607783E+00
+ -9.37728511669451947E+00 -9.37718870437927876E+00 -9.37709060934909289E+00
+ -9.37699080312817124E+00 -9.37688925467651835E+00 -9.37678593450082332E+00
+ -9.37668081045360147E+00 -9.37657385198688864E+00 -9.37646502580554930E+00
+ -9.37635430026850436E+00 -9.37624164089124079E+00 -9.37612701489966582E+00
+ -9.37601038657659203E+00 -9.37589172197349718E+00 -9.37577098409556875E+00
+ -9.37564813777687078E+00 -9.37552314469835579E+00 -9.37539596843201828E+00
+ -9.37526656928623758E+00 -9.37513490952457929E+00 -9.37500094803260886E+00
+ -9.37486464571739297E+00 -9.37472595998954539E+00 -9.37458485034967026E+00
+ -9.37444127267932892E+00 -9.37429518502076853E+00 -9.37414654167034911E+00
+ -9.37399529915808571E+00 -9.37384141013677841E+00 -9.37368482956829219E+00
+ -9.37352550840128806E+00 -9.37336339997133905E+00 -9.37319845346009650E+00
+ -9.37303062051642222E+00 -9.37285984848966436E+00 -9.37268608727923258E+00
+ -9.37250928233428482E+00 -9.37232938173962715E+00 -9.37214632897374855E+00
+ -9.37196007023907995E+00 -9.37177054697022882E+00 -9.37157770341680418E+00
+ -9.37138147889347906E+00 -9.37118181562385466E+00 -9.37097865072357727E+00
+ -9.37077192431421402E+00 -9.37056157123020128E+00 -9.37034752941189097E+00
+ -9.37012973132717697E+00 -9.36990811265294532E+00 -9.36968260340174552E+00
+ -9.36945313690145731E+00 -9.36921964061700585E+00 -9.36898204543826374E+00
+ -9.36874027618659433E+00 -9.36849426122132733E+00 -9.36824392262045968E+00
+ -9.36798918611646059E+00 -9.36772997094020887E+00 -9.36746620009712494E+00
+ -9.36719778986301854E+00 -9.36692466041197669E+00 -9.36664672495247252E+00
+ -9.36636390071872604E+00 -9.36607609773508187E+00 -9.36578323018284919E+00
+ -9.36548520478071644E+00 -9.36518193253949605E+00 -9.36487331674568679E+00
+ -9.36455926511710501E+00 -9.36423967737641938E+00 -9.36391445782089171E+00
+ -9.36358350247229865E+00 -9.36324671207449377E+00 -9.36290397880566871E+00
+ -9.36255519971781780E+00 -9.36220026299699271E+00 -9.36183906185914161E+00
+ -9.36147148034340582E+00 -9.36109740767940401E+00 -9.36071672359819829E+00
+ -9.36032931318644934E+00 -9.35993505169926721E+00 -9.35953381991705413E+00
+ -9.35912548844402536E+00 -9.35870993358411773E+00 -9.35828702110836019E+00
+ -9.35785662266673413E+00 -9.35741859900708128E+00 -9.35697281694032768E+00
+ -9.35651913199308893E+00 -9.35605740594412616E+00 -9.35558748889240377E+00
+ -9.35510923738304179E+00 -9.35462249587209804E+00 -9.35412711546087472E+00
+ -9.35362293473800754E+00 -9.35310979914163454E+00 -9.35258754115880464E+00
+ -9.35205600033554596E+00 -9.35151500281305204E+00 -9.35096438200622337E+00
+ -9.35040395745556729E+00 -9.34983355619527501E+00 -9.34925299089922923E+00
+ -9.34866208196031856E+00 -9.34806063490824535E+00 -9.34744846322239731E+00
+ -9.34682536499858152E+00 -9.34619114651836114E+00 -9.34554559814119834E+00
+ -9.34488851865374670E+00 -9.34421969036331745E+00 -9.34353890425124867E+00
+ -9.34284593424291820E+00 -9.34214056318989705E+00 -9.34142255629119589E+00
+ -9.34069168792952631E+00 -9.33994771421770409E+00 -9.33919040071508277E+00
+ -9.33841949407237593E+00 -9.33763475065490667E+00 -9.33683590725851253E+00
+ -9.33602271066689582E+00 -9.33519488741054460E+00 -9.33435217428613484E+00
+ -9.33349428712983276E+00 -9.33262095232725564E+00 -9.33173187457181363E+00
+ -9.33082676939446287E+00 -9.32990532987708043E+00 -9.32896726023184364E+00
+ -9.32801224143894991E+00 -9.32703996590617379E+00 -9.32605010199952389E+00
+ -9.32504232981412784E+00 -9.32401630456586972E+00 -9.32297169350531441E+00
+ -9.32190813813769203E+00 -9.32082529231226431E+00 -9.31972278323730663E+00
+ -9.31860025077799037E+00 -9.31745730723237209E+00 -9.31629357787140044E+00
+ -9.31510865944138011E+00 -9.31390216198027510E+00 -9.31267366601148971E+00
+ -9.31142276567120142E+00 -9.31014902455774518E+00 -9.30885202020526314E+00
+ -9.30753129855235706E+00 -9.30618641979788386E+00 -9.30481691145206291E+00
+ -9.30342231561066768E+00 -9.30200214055127894E+00 -9.30055590946260935E+00
+ -9.29908311054810355E+00 -9.29758324724753216E+00 -9.29605578680975064E+00
+ -9.29450021204404386E+00 -9.29291596832344879E+00 -9.29130251690378195E+00
+ -9.28965928031844257E+00 -9.28798569730330215E+00 -9.28628116654389046E+00
+ -9.28454510324426607E+00 -9.28277688118730993E+00 -9.28097589098606157E+00
+ -9.27914148041746145E+00 -9.27727301439472996E+00 -9.27536981353498824E+00
+ -9.27343121589116670E+00 -9.27145651371391466E+00 -9.26944501698144663E+00
+ -9.26739598831630573E+00 -9.26530870835138742E+00 -9.26318240876222987E+00
+ -9.26101633950719894E+00 -9.25880969993642466E+00 -9.25656170794360023E+00
+ -9.25427152911310635E+00 -9.25193834782043645E+00 -9.24956129437961572E+00
+ -9.24713951812858248E+00 -9.24467211253969978E+00 -9.24215819032566976E+00
+ -9.23959680647681658E+00 -9.23698703542204669E+00 -9.23432789195778447E+00
+ -9.23161841049732423E+00 -9.22885756385737110E+00 -9.22604434462799539E+00
+ -9.22317768178414710E+00 -9.22025652420679975E+00 -9.21727975508854058E+00
+ -9.21424627763477488E+00 -9.21115492723433604E+00 -9.20800455936767825E+00
+ -9.20479395951555190E+00 -9.20152193329897727E+00 -9.19818721410141826E+00
+ -9.19478855546279128E+00 -9.19132463639332720E+00 -9.18779415604117844E+00
+ -9.18419573667903855E+00 -9.18052802066192086E+00 -9.17678957107096949E+00
+ -9.17297897097460435E+00 -9.16909472171762019E+00 -9.16513534449519973E+00
+ -9.16109927627948473E+00 -9.15698497371191955E+00 -9.15279080666381795E+00
+ -9.14851516444822721E+00 -9.14415634701585489E+00 -9.13971267348269301E+00
+ -9.13518237096815255E+00 -9.13056368542942032E+00 -9.12585476815434582E+00
+ -9.12105378888787044E+00 -9.11615881999859567E+00 -9.11116795187639994E+00
+ -9.10607917479843287E+00 -9.10089049657038451E+00 -9.09559982212517504E+00
+ -9.09020507337305439E+00 -9.08470406657426821E+00 -9.07909463435549569E+00
+ -9.07337450090645525E+00 -9.06754140611174009E+00 -9.06159297863081470E+00
+ -9.05552686208531732E+00 -9.04934058609195802E+00 -9.04303169443573474E+00
+ -9.03659761413613438E+00 -9.03003578552643837E+00 -9.02334352944522600E+00
+ -9.01651817913092302E+00 -9.00955694564317433E+00 -9.00245705147001019E+00
+ -8.99521559429700091E+00 -8.98782968221192036E+00 -8.98029629595387391E+00
+ -8.97261242558703032E+00 -8.96477493137714987E+00 -8.95678068179184095E+00
+ -8.94862641316808194E+00 -8.94030886888153375E+00 -8.93182465798588687E+00
+ -8.92317039537789292E+00 -8.91434255960766109E+00 -8.90533763384937771E+00
+ -8.89615196310100664E+00 -8.88678189575303712E+00 -8.87722364041656675E+00
+ -8.86747340786386751E+00 -8.85752726774535937E+00 -8.84738129065635093E+00
+ -8.83703140502625395E+00 -8.82647353904532928E+00 -8.81570347803347154E+00
+ -8.80471700593945350E+00 -8.79350976352167990E+00 -8.78207738911012825E+00
+ -8.77041537795782489E+00 -8.75851922193237087E+00 -8.74638427042440902E+00
+ -8.73400586861143680E+00 -8.72137922033823365E+00 -8.70849952457051657E+00
+ -8.69536184069212048E+00 -8.68196122274014037E+00 -8.66829258759456067E+00
+ -8.65435084655960729E+00 -8.64013077695363663E+00 -8.62562715057378604E+00
+ -8.61083460922685617E+00 -8.59574778958606700E+00 -8.58036120323749785E+00
+ -8.56466935740877844E+00 -8.54866664014032551E+00 -8.53234743633621662E+00
+ -8.51570601870480459E+00 -8.49873665855200855E+00 -8.48143352317167043E+00
+ -8.46379078077116098E+00 -8.44580250502800389E+00 -8.42746277350710926E+00
+ -8.40876558013634856E+00 -8.38970492644425114E+00 -8.37027474274322003E+00
+ -8.35046897148601097E+00 -8.33028149798094653E+00 -8.30970622513537016E+00
+ -8.28873701456194567E+00 -8.26736775194786766E+00 -8.24559229944482652E+00
+ -8.22340455087406497E+00 -8.20079839632459873E+00 -8.17776776637657576E+00
+ -8.15430660986223366E+00 -8.13040892626385947E+00 -8.10606875761904533E+00
+ -8.08128020822518778E+00 -8.05603745169456786E+00 -8.03033473707494494E+00
+ -8.00416641207990232E+00 -7.97752691471540043E+00 -7.95041081372598857E+00
+ -7.92281278480031403E+00 -7.89472766928354730E+00 -7.86615043402136216E+00
+ -7.83707624939214398E+00 -7.80750043183942211E+00 -7.77741854227315610E+00
+ -7.74682631033556390E+00 -7.71571975420795031E+00 -7.68409508565468613E+00
+ -7.65194885224961219E+00 -7.61927782224832750E+00 -7.58607915021471602E+00
+ -7.55235024078322770E+00 -7.51808893862027272E+00 -7.48329337015655138E+00
+ -7.44796215875839351E+00 -7.41209424353596269E+00 -7.37568912052460934E+00
+ -7.33874663770863478E+00 -7.30126726292071293E+00 -7.26325185426339637E+00
+ -7.22470195532396975E+00 -7.18561954022778870E+00 -7.14600733663456555E+00
+ -7.10586854471952822E+00 -7.06520718826339778E+00 -7.02402780692975259E+00
+ -6.98233583558281801E+00 -6.94013726931294528E+00 -6.89743907091178610E+00
+ -6.85424880819286297E+00 -6.81057508932078548E+00 -6.76642717208095501E+00
+ -6.72181542649606989E+00 -6.67675091581840618E+00 -6.63124588557116557E+00
+ -6.58531331616852889E+00 -6.53896743718950635E+00 -6.49222325167541303E+00
+ -6.44509707407805799E+00 -6.39760602644122844E+00 -6.34976859806199379E+00
+ -6.30160411393223274E+00 -6.25313331371030046E+00 -6.20437779298047332E+00
+ -6.15536059865179208E+00 -6.10610564378721854E+00 -6.05663831602737268E+00
+ -6.00698486694715950E+00 -5.95717302954534311E+00 -5.90723138330473141E+00
+ -5.85718997619629711E+00 -5.80707966685020871E+00 -5.75693274589962201E+00
+ -5.70678225691508523E+00 -5.65666261126408543E+00 -5.60660888972304505E+00
+ -5.55665744436264220E+00 -5.50684518303325099E+00 -5.45721015111496843E+00
+ -5.40779080137963586E+00 -5.35862654778340008E+00 -5.30975702354941514E+00
+ -5.26122259855021301E+00 -5.21306362884037622E+00 -5.16532092860110215E+00
+ -5.11803501479587375E+00 -5.07124652416110777E+00 -5.02499545717761720E+00
+ -4.97932153022576873E+00 -4.93426342368168491E+00 -4.88985905915420815E+00
+ -4.84614485724951738E+00 -4.80315592981516204E+00 -4.76092535379121529E+00
+ -4.71948426864831472E+00 -4.67886117377441035E+00 -4.63908192184954071E+00
+ -4.60016904841189334E+00 -4.56214165279421824E+00 -4.52501476986770079E+00
+ -4.48879913139969311E+00 -4.45350059148457689E+00 -4.41911976281519880E+00
+ -4.38565150902135237E+00 -4.35308445253083853E+00 -4.32140054919423644E+00
+ -4.29057446765645878E+00 -4.26057326509861678E+00 -4.23135564384058771E+00
+ -4.20287175418374925E+00 -4.17506234622823147E+00 -4.14785874271292343E+00
+ -4.12118193204951044E+00 -4.09494279449173426E+00 -4.06904130071381775E+00
+ -4.04336723924288943E+00 -4.01779975184047178E+00 -3.99220889873306328E+00
+ -3.96645604509533145E+00 -3.94039695836841952E+00 -3.91388393630626519E+00
+ -3.88677151740757898E+00 -3.85892156378444273E+00 -3.83021278074869453E+00
+ -3.80054970441999940E+00 -3.76987639261072749E+00 -3.73818878932039178E+00
+ -3.70614721435587979E+00 -3.67438024889530057E+00 -3.64288557216976727E+00
+ -3.61166085026249117E+00 -3.58070376926195877E+00 -3.55001203509045249E+00
+ -3.51958337333404492E+00 -3.48941552907404384E+00 -3.45950626671988726E+00
+ -3.42985336984346789E+00 -3.40045464101487926E+00 -3.37130790163957084E+00
+ -3.34241099179689405E+00 -3.31376177008004014E+00 -3.28535811343734307E+00
+ -3.25719791701494499E+00 -3.22927909400080804E+00 -3.20159957547008522E+00
+ -3.17415731023176750E+00 -3.14695026467669425E+00 -3.11997642262684494E+00
+ -3.09323378518592396E+00 -3.06672037059122848E+00 -3.04043421406678505E+00
+ -3.01437336767774688E+00 -2.98853590018603565E+00 -2.96291989690722302E+00
+ -2.93752345956863925E+00 -2.91234470616870089E+00 -2.88738177083743519E+00
+ -2.86263280369820983E+00 -2.83809597073064168E+00 -2.81376945363468511E+00
+ -2.78965144969588197E+00 -2.76574017165176844E+00 -2.74203384755942459E+00
+ -2.71853072066416512E+00 -2.69522904926934581E+00 -2.67212710660729647E+00
+ -2.64922318071135399E+00 -2.62651557428899407E+00 -2.60400260459604915E+00
+ -2.58168260331200772E+00 -2.55955391641637808E+00 -2.53761490406611578E+00
+ -2.51586394047409989E+00 -2.49429941378865028E+00 -2.47291972597408050E+00
+ -2.45172329269227030E+00 -2.43070854318525775E+00 -2.40987392015883461E+00
+ -2.38921787966713906E+00 -2.36873889099824231E+00 -2.34843543656071096E+00
+ -2.32830601177114271E+00 -2.30834912494266886E+00 -2.28856329717440854E+00
+ -2.26894706224187415E+00 -2.24949896648831338E+00 -2.23021756871698473E+00
+ -2.21110144008435583E+00 -2.19214916399421522E+00 -2.17335933599269548E+00
+ -2.15473056366419380E+00 -2.13626146652818338E+00 -2.11795067593691266E+00
+ -2.09979683497398062E+00 -2.08179859835377812E+00 -2.06395463232179610E+00
+ -2.04626361455578554E+00 -2.02872423406776425E+00 -2.01133519110686443E+00
+ -1.99409519706301408E+00 -1.97700297437144301E+00 -1.96005725641800543E+00
+ -1.94325678744531860E+00 -1.92660032245970148E+00 -1.91008662713891519E+00
+ -1.89371447774068846E+00 -1.87748266101203587E+00 -1.86138997409934359E+00
+ -1.84543522445923380E+00 -1.82961722977018937E+00 -1.81393481784493527E+00
+ -1.79838682654357052E+00 -1.78297210368745995E+00 -1.76768950697382965E+00
+ -1.75253790389113018E+00 -1.73751617163510685E+00 -1.72262319702559341E+00
+ -1.70785787642401754E+00 -1.69321911565161676E+00 -1.67870582990835193E+00
+ -1.66431694369251781E+00 -1.65005139072104123E+00 -1.63590811385046409E+00
+ -1.62188606499860288E+00 -1.60798420506687845E+00 -1.59420150386331527E+00
+ -1.58053694002619460E+00 -1.56698950094836942E+00 -1.55355818270222112E+00
+ -1.54024198996526551E+00 -1.52703993594639109E+00 -1.51395104231273492E+00
+ -1.50097433911718015E+00 -1.48810886472647796E+00 -1.47535366574998572E+00
+ -1.46270779696901521E+00 -1.45017032126678669E+00 -1.43774030955898180E+00
+ -1.42541684072489527E+00 -1.41319900153917244E+00 -1.40108588660413713E+00
+ -1.38907659828269248E+00 -1.37717024663180521E+00 -1.36536594933655309E+00
+ -1.35366283164474144E+00 -1.34206002630207921E+00 -1.33055667348790996E+00
+ -1.31915192075149545E+00 -1.30784492294884291E+00 -1.29663484218007752E+00
+ -1.28552084772734543E+00 -1.27450211599325836E+00 -1.26357783043985505E+00
+ -1.25274718152809572E+00 -1.24200936665786776E+00 -1.23136359010851049E+00
+ -1.22080906297984759E+00 -1.21034500313372351E+00 -1.19997063513604685E+00
+ -1.18968519019932151E+00 -1.17948790612567889E+00 -1.16937802725039397E+00
+ -1.15935480438588634E+00 -1.14941749476620103E+00 -1.13956536199196612E+00
+ -1.12979767597582126E+00 -1.12011371288831474E+00 -1.11051275510426350E+00
+ -1.10099409114957303E+00 -1.09155701564851415E+00 -1.08220082927145023E+00
+ -1.07292483868301303E+00 -1.06372835649072384E+00 -1.05461070119405309E+00
+ -1.04557119713391811E+00 -1.03660917444261247E+00 -1.02772396899416707E+00
+ -1.01891492235513259E+00 -1.01018138173578764E+00 -1.00152269994176146E+00
+ -9.92938235326080609E-01 -9.84427351741608558E-01 -9.75989418493911742E-01
+ -9.67623810294519160E-01 -9.59329907214585997E-01 -9.51107094638953154E-01
+ -9.42954763220601344E-01 -9.34872308835495325E-01 -9.26859132537815378E-01
+ -9.18914640515571701E-01 -9.11038244046600720E-01 -9.03229359454937208E-01
+ -8.95487408067561108E-01 -8.87811816171514834E-01 -8.80202014971388058E-01
+ -8.72657440547167429E-01 -8.65177533812447330E-01 -8.57761740472997580E-01
+ -8.50409510985689732E-01 -8.43120300517769761E-01 -8.35893568906487139E-01
+ -8.28728780619062855E-01 -8.21625404713004714E-01 -8.14582914796763369E-01
+ -8.07600788990721297E-01 -8.00678509888521073E-01 -7.93815564518721928E-01
+ -7.87011444306786712E-01 -7.80265645037392930E-01 -7.73577666817069187E-01
+ -7.66947014037149044E-01 -7.60373195337045615E-01 -7.53855723567837921E-01
+ -7.47394115756171540E-01 -7.40987893068467574E-01 -7.34636580775438475E-01
+ -7.28339708216909409E-01 -7.22096808766938159E-01 -7.15907419799237110E-01
+ -7.09771082652890573E-01 -7.03687342598364629E-01 -6.97655748803810205E-01
+ -6.91675854301654125E-01 -6.85747215955476941E-01 -6.79869394427173201E-01
+ -6.74041954144395716E-01 -6.68264463268276820E-01 -6.62536493661426862E-01
+ -6.56857620856207580E-01 -6.51227424023276713E-01 -6.45645485940402608E-01
+ -6.40111392961545955E-01 -6.34624734986206307E-01 -6.29185105429032721E-01
+ -6.23792101189692416E-01 -6.18445322622999782E-01 -6.13144373509300955E-01
+ -6.07888861025111638E-01 -6.02678395714006720E-01
+  END     
+   VLOCION_NOHAT       1733 #ionic vlocnohat for abinit in Ryd units
+ -9.71593702286977390E+00 -9.71593702286991423E+00 -9.71593702286990002E+00
+ -9.71593702286983962E+00 -9.71593702286977212E+00 -9.71593702286967442E+00
+ -9.71593702286955896E+00 -9.71593702286940974E+00 -9.71593702286923921E+00
+ -9.71593702286904914E+00 -9.71593702286882710E+00 -9.71593702286858374E+00
+ -9.71593702286831373E+00 -9.71593702286801175E+00 -9.71593702286768668E+00
+ -9.71593702286732963E+00 -9.71593702286694239E+00 -9.71593702286652849E+00
+ -9.71593702286608085E+00 -9.71593702286560124E+00 -9.71593702286508787E+00
+ -9.71593702286454430E+00 -9.71593702286396699E+00 -9.71593702286335237E+00
+ -9.71593702286270222E+00 -9.71593702286201832E+00 -9.71593702286129712E+00
+ -9.71593702286053684E+00 -9.71593702285973926E+00 -9.71593702285890082E+00
+ -9.71593702285801797E+00 -9.71593702285709782E+00 -9.71593702285613325E+00
+ -9.71593702285512428E+00 -9.71593702285407090E+00 -9.71593702285297312E+00
+ -9.71593702285182736E+00 -9.71593702285063188E+00 -9.71593702284938843E+00
+ -9.71593702284809702E+00 -9.71593702284675409E+00 -9.71593702284536143E+00
+ -9.71593702284391192E+00 -9.71593702284241090E+00 -9.71593702284085303E+00
+ -9.71593702283923655E+00 -9.71593702283756322E+00 -9.71593702283583127E+00
+ -9.71593702283403893E+00 -9.71593702283218441E+00 -9.71593702283026772E+00
+ -9.71593702282828353E+00 -9.71593702282623362E+00 -9.71593702282411620E+00
+ -9.71593702282192773E+00 -9.71593702281967175E+00 -9.71593702281734117E+00
+ -9.71593702281494132E+00 -9.71593702281246507E+00 -9.71593702280990890E+00
+ -9.71593702280727456E+00 -9.71593702280456384E+00 -9.71593702280177141E+00
+ -9.71593702279889548E+00 -9.71593702279593074E+00 -9.71593702279288429E+00
+ -9.71593702278974547E+00 -9.71593702278651605E+00 -9.71593702278319604E+00
+ -9.71593702277978011E+00 -9.71593702277626825E+00 -9.71593702277265692E+00
+ -9.71593702276894966E+00 -9.71593702276513582E+00 -9.71593702276121718E+00
+ -9.71593702275719373E+00 -9.71593702275306015E+00 -9.71593702274881821E+00
+ -9.71593702274445903E+00 -9.71593702273998616E+00 -9.71593702273539783E+00
+ -9.71593702273068516E+00 -9.71593702272584814E+00 -9.71593702272088855E+00
+ -9.71593702271580462E+00 -9.71593702271058568E+00 -9.71593702270523352E+00
+ -9.71593702269974813E+00 -9.71593702269412240E+00 -9.71593702268835635E+00
+ -9.71593702268244819E+00 -9.71593702267639259E+00 -9.71593702267018600E+00
+ -9.71593702266382664E+00 -9.71593702265731274E+00 -9.71593702265063719E+00
+ -9.71593702264379999E+00 -9.71593702263680292E+00 -9.71593702262963355E+00
+ -9.71593702262229186E+00 -9.71593702261477432E+00 -9.71593702260707914E+00
+ -9.71593702259920455E+00 -9.71593702259113989E+00 -9.71593702258289049E+00
+ -9.71593702257444569E+00 -9.71593702256580194E+00 -9.71593702255695923E+00
+ -9.71593702254790870E+00 -9.71593702253865210E+00 -9.71593702252918057E+00
+ -9.71593702251949409E+00 -9.71593702250958557E+00 -9.71593702249944968E+00
+ -9.71593702248908642E+00 -9.71593702247848690E+00 -9.71593702246764757E+00
+ -9.71593702245656488E+00 -9.71593702244523705E+00 -9.71593702243365165E+00
+ -9.71593702242181223E+00 -9.71593702240970813E+00 -9.71593702239733759E+00
+ -9.71593702238469348E+00 -9.71593702237177048E+00 -9.71593702235856149E+00
+ -9.71593702234506829E+00 -9.71593702233128020E+00 -9.71593702231718659E+00
+ -9.71593702230279099E+00 -9.71593702228808098E+00 -9.71593702227305656E+00
+ -9.71593702225770706E+00 -9.71593702224203071E+00 -9.71593702222601507E+00
+ -9.71593702220965838E+00 -9.71593702219295174E+00 -9.71593702217588806E+00
+ -9.71593702215846378E+00 -9.71593702214066823E+00 -9.71593702212249788E+00
+ -9.71593702210394206E+00 -9.71593702208499543E+00 -9.71593702206565091E+00
+ -9.71593702204590137E+00 -9.71593702202573795E+00 -9.71593702200515530E+00
+ -9.71593702198414100E+00 -9.71593702196268971E+00 -9.71593702194079256E+00
+ -9.71593702201947629E+00 -9.71593702199547415E+00 -9.71593702206968501E+00
+ -9.71593702204361342E+00 -9.71593702211346155E+00 -9.71593702208534715E+00
+ -9.71593702215092492E+00 -9.71593702212079613E+00 -9.71593702218219413E+00
+ -9.71593702215007049E+00 -9.71593702220736510E+00 -9.71593702217326083E+00
+ -9.71593702222652844E+00 -9.71593702219046129E+00 -9.71593702223976230E+00
+ -9.71593702220173405E+00 -9.71593702224713773E+00 -9.71593702220714661E+00
+ -9.71593702224870270E+00 -9.71593702220675048E+00 -9.71593702224450695E+00
+ -9.71593702220058475E+00 -9.71593702215611899E+00 -9.71593702218868849E+00
+ -9.71593702214222432E+00 -9.71593702217107413E+00 -9.71593702212259913E+00
+ -9.71593702214776300E+00 -9.71593702209725585E+00 -9.71593702211875510E+00
+ -9.71593702206619447E+00 -9.71593702208404686E+00 -9.71593702202940790E+00
+ -9.71593702204362231E+00 -9.71593702205565179E+00 -9.71593702206549992E+00
+ -9.71593702207318088E+00 -9.71593702207870002E+00 -9.71593702208206800E+00
+ -9.71593702208329901E+00 -9.71593702208238952E+00 -9.71593702207934840E+00
+ -9.71593702207418453E+00 -9.71593702206689969E+00 -9.71593702205749743E+00
+ -9.71593702204597598E+00 -9.71593702203234599E+00 -9.71593702201660570E+00
+ -9.71593702199874798E+00 -9.71593702197878351E+00 -9.71593702195670694E+00
+ -9.71593702193251296E+00 -9.71593702196300590E+00 -9.71593702193398379E+00
+ -9.71593702195847619E+00 -9.71593702192463837E+00 -9.71593702194316577E+00
+ -9.71593702190451758E+00 -9.71593702186373953E+00 -9.71593702187364627E+00
+ -9.71593702182804897E+00 -9.71593702183204400E+00 -9.71593702178160612E+00
+ -9.71593702177969831E+00 -9.71593702177458063E+00 -9.71593702176625840E+00
+ -9.71593702175473872E+00 -9.71593702174001983E+00 -9.71593702172211238E+00
+ -9.71593702170100926E+00 -9.71593702167671580E+00 -9.71593702164922846E+00
+ -9.71593702166480000E+00 -9.71593702163045236E+00 -9.71593702163824346E+00
+ -9.71593702159704087E+00 -9.71593702155263728E+00 -9.71593702154900996E+00
+ -9.71593702149773542E+00 -9.71593702148634897E+00 -9.71593702147087335E+00
+ -9.71593702145130500E+00 -9.71593702142765281E+00 -9.71593702139990967E+00
+ -9.71593702140909699E+00 -9.71593702137276871E+00 -9.71593702137256443E+00
+ -9.71593702132765280E+00 -9.71593702127864489E+00 -9.71593702126457259E+00
+ -9.71593702124561354E+00 -9.71593702122177660E+00 -9.71593702119306357E+00
+ -9.71593702115947089E+00 -9.71593702115816527E+00 -9.71593702111444557E+00
+ -9.71593702106584267E+00 -9.71593702104843615E+00 -9.71593702102542522E+00
+ -9.71593702099681522E+00 -9.71593702096260436E+00 -9.71593702092279443E+00
+ -9.71593702091174904E+00 -9.71593702086038569E+00 -9.71593702080341259E+00
+ -9.71593702077420041E+00 -9.71593702073871412E+00 -9.71593702069694842E+00
+ -9.71593702068133069E+00 -9.71593702062668285E+00 -9.71593702059755593E+00
+ -9.71593702056151898E+00 -9.71593702051856845E+00 -9.71593702046870433E+00
+ -9.71593702041192131E+00 -9.71593702037852580E+00 -9.71593702033761275E+00
+ -9.71593702028918216E+00 -9.71593702023323225E+00 -9.71593702019892547E+00
+ -9.71593702015652383E+00 -9.71593702010602911E+00 -9.71593702004742887E+00
+ -9.71593702000881088E+00 -9.71593701996154024E+00 -9.71593701990561520E+00
+ -9.71593701984102864E+00 -9.71593701979481317E+00 -9.71593701973940682E+00
+ -9.71593701967480605E+00 -9.71593701962727962E+00 -9.71593701957004363E+00
+ -9.71593701950309097E+00 -9.71593701945196209E+00 -9.71593701939061383E+00
+ -9.71593701931903908E+00 -9.71593701926206776E+00 -9.71593701919438502E+00
+ -9.71593701911597840E+00 -9.71593701905098506E+00 -9.71593701897479178E+00
+ -9.71593701891108985E+00 -9.71593701883571903E+00 -9.71593701877193006E+00
+ -9.71593701869601745E+00 -9.71593701863079673E+00 -9.71593701855300651E+00
+ -9.71593701846262903E+00 -9.71593701838185453E+00 -9.71593701831003642E+00
+ -9.71593701822477307E+00 -9.71593701814762944E+00 -9.71593701805661070E+00
+ -9.71593701797288212E+00 -9.71593701787484854E+00 -9.71593701778329510E+00
+ -9.71593701769762497E+00 -9.71593701759683270E+00 -9.71593701750113148E+00
+ -9.71593701740993865E+00 -9.71593701730282433E+00 -9.71593701719944924E+00
+ -9.71593701707975299E+00 -9.71593701698233581E+00 -9.71593701688697742E+00
+ -9.71593701677417343E+00 -9.71593701666268394E+00 -9.71593701655197250E+00
+ -9.71593701642306051E+00 -9.71593701631247342E+00 -9.71593701620106742E+00
+ -9.71593701607038973E+00 -9.71593701595596215E+00 -9.71593701582155767E+00
+ -9.71593701568460766E+00 -9.71593701556189160E+00 -9.71593701541816479E+00
+ -9.71593701528735920E+00 -9.71593701515168995E+00 -9.71593701501066320E+00
+ -9.71593701488032124E+00 -9.71593701472698612E+00 -9.71593701458307102E+00
+ -9.71593701443158508E+00 -9.71593701427205048E+00 -9.71593701411979360E+00
+ -9.71593701395827125E+00 -9.71593701380251851E+00 -9.71593701363630302E+00
+ -9.71593701347438810E+00 -9.71593701330082204E+00 -9.71593701313011415E+00
+ -9.71593701294658807E+00 -9.71593701276448485E+00 -9.71593701256842301E+00
+ -9.71593701238678520E+00 -9.71593701220407269E+00 -9.71593701200531612E+00
+ -9.71593701180411529E+00 -9.71593701159965661E+00 -9.71593701140491817E+00
+ -9.71593701119143560E+00 -9.71593701097231310E+00 -9.71593701076018057E+00
+ -9.71593701054061043E+00 -9.71593701031283175E+00 -9.71593701008912625E+00
+ -9.71593700985545894E+00 -9.71593700962388063E+00 -9.71593700938061033E+00
+ -9.71593700913747860E+00 -9.71593700889341605E+00 -9.71593700864735332E+00
+ -9.71593700838598551E+00 -9.71593700812072392E+00 -9.71593700785052583E+00
+ -9.71593700757435563E+00 -9.71593700730299759E+00 -9.71593700702340968E+00
+ -9.71593700673456517E+00 -9.71593700644696945E+00 -9.71593700614791800E+00
+ -9.71593700583641429E+00 -9.71593700553386341E+00 -9.71593700522759285E+00
+ -9.71593700490533507E+00 -9.71593700457702703E+00 -9.71593700425221840E+00
+ -9.71593700391867365E+00 -9.71593700357516354E+00 -9.71593700323098197E+00
+ -9.71593700287420781E+00 -9.71593700251396442E+00 -9.71593700214878098E+00
+ -9.71593700177719732E+00 -9.71593700139775684E+00 -9.71593700100902247E+00
+ -9.71593700061943544E+00 -9.71593700021752582E+00 -9.71593699981158565E+00
+ -9.71593699939034217E+00 -9.71593699897146301E+00 -9.71593699854361681E+00
+ -9.71593699810516753E+00 -9.71593699766379970E+00 -9.71593699720845727E+00
+ -9.71593699674667377E+00 -9.71593699627662488E+00 -9.71593699579650405E+00
+ -9.71593699531339006E+00 -9.71593699481647022E+00 -9.71593699431269542E+00
+ -9.71593699380007436E+00 -9.71593699327663352E+00 -9.71593699274890277E+00
+ -9.71593699220629503E+00 -9.71593699166355584E+00 -9.71593699110179010E+00
+ -9.71593699053548221E+00 -9.71593698995418364E+00 -9.71593698937189565E+00
+ -9.71593698877015477E+00 -9.71593698816271178E+00 -9.71593698753925139E+00
+ -9.71593698690530694E+00 -9.71593698626613111E+00 -9.71593698561147789E+00
+ -9.71593698494649871E+00 -9.71593698426861963E+00 -9.71593698358269897E+00
+ -9.71593698287862750E+00 -9.71593698216847201E+00 -9.71593698144209839E+00
+ -9.71593698070399014E+00 -9.71593697995129268E+00 -9.71593697918820176E+00
+ -9.71593697841172599E+00 -9.71593697761887398E+00 -9.71593697681354840E+00
+ -9.71593697599262285E+00 -9.71593697515973886E+00 -9.71593697431163683E+00
+ -9.71593697345170781E+00 -9.71593697256999356E+00 -9.71593697167632619E+00
+ -9.71593697076718499E+00 -9.71593696984548671E+00 -9.71593696890124470E+00
+ -9.71593696794360540E+00 -9.71593696696880826E+00 -9.71593696597313183E+00
+ -9.71593696496512749E+00 -9.71593696393473216E+00 -9.71593696289015973E+00
+ -9.71593696182732103E+00 -9.71593696074214819E+00 -9.71593695964231152E+00
+ -9.71593695851768402E+00 -9.71593695738139651E+00 -9.71593695621747244E+00
+ -9.71593695503864829E+00 -9.71593695383466205E+00 -9.71593695261216084E+00
+ -9.71593695136640889E+00 -9.71593695009817360E+00 -9.71593694880804648E+00
+ -9.71593694749111414E+00 -9.71593694615843617E+00 -9.71593694479947523E+00
+ -9.71593694341957992E+00 -9.71593694201341407E+00 -9.71593694058081248E+00
+ -9.71593693912655709E+00 -9.71593693764501154E+00 -9.71593693613559140E+00
+ -9.71593693460252261E+00 -9.71593693303990591E+00 -9.71593693145160131E+00
+ -9.71593692983637602E+00 -9.71593692819283916E+00 -9.71593692651948260E+00
+ -9.71593692481468629E+00 -9.71593692308135815E+00 -9.71593692131750331E+00
+ -9.71593691952559979E+00 -9.71593691769875711E+00 -9.71593691584364905E+00
+ -9.71593691395312042E+00 -9.71593691202893872E+00 -9.71593691007257654E+00
+ -9.71593690808093058E+00 -9.71593690605508620E+00 -9.71593690399162391E+00
+ -9.71593690189547843E+00 -9.71593689976281283E+00 -9.71593689758969248E+00
+ -9.71593689538446803E+00 -9.71593689313452380E+00 -9.71593689084771128E+00
+ -9.71593688851931603E+00 -9.71593688615251949E+00 -9.71593688374222886E+00
+ -9.71593688129112643E+00 -9.71593687879764545E+00 -9.71593687626003089E+00
+ -9.71593687367630032E+00 -9.71593687105185388E+00 -9.71593686837661608E+00
+ -9.71593686565547188E+00 -9.71593686288913361E+00 -9.71593686007438251E+00
+ -9.71593685720779021E+00 -9.71593685429294140E+00 -9.71593685132586948E+00
+ -9.71593684830596338E+00 -9.71593684523581302E+00 -9.71593684211067199E+00
+ -9.71593683893249072E+00 -9.71593683569943423E+00 -9.71593683240599582E+00
+ -9.71593682905657374E+00 -9.71593682564840755E+00 -9.71593682218179744E+00
+ -9.71593681865337544E+00 -9.71593681506601925E+00 -9.71593681141249021E+00
+ -9.71593680769498391E+00 -9.71593680391518433E+00 -9.71593680006813365E+00
+ -9.71593679615478401E+00 -9.71593679217262363E+00 -9.71593678811877126E+00
+ -9.71593678399609217E+00 -9.71593677980090753E+00 -9.71593677553222612E+00
+ -9.71593677118861265E+00 -9.71593676677117735E+00 -9.71593676227472081E+00
+ -9.71593675769952014E+00 -9.71593675304531779E+00 -9.71593674830862319E+00
+ -9.71593674349109193E+00 -9.71593673858834883E+00 -9.71593673360109022E+00
+ -9.71593672852679724E+00 -9.71593672336246961E+00 -9.71593671810738613E+00
+ -9.71593671276289328E+00 -9.71593670732454839E+00 -9.71593670179005997E+00
+ -9.71593669615923794E+00 -9.71593669043129005E+00 -9.71593668460235449E+00
+ -9.71593667867308142E+00 -9.71593667263855032E+00 -9.71593666650074006E+00
+ -9.71593666025606417E+00 -9.71593665390038730E+00 -9.71593664743389951E+00
+ -9.71593664085606079E+00 -9.71593663416100561E+00 -9.71593662735167385E+00
+ -9.71593662042330308E+00 -9.71593661337280956E+00 -9.71593660619883792E+00
+ -9.71593659890151962E+00 -9.71593659147805511E+00 -9.71593658392269077E+00
+ -9.71593657623794904E+00 -9.71593656841668540E+00 -9.71593656045989640E+00
+ -9.71593655236552856E+00 -9.71593654412868268E+00 -9.71593653574794303E+00
+ -9.71593652722321188E+00 -9.71593651854724172E+00 -9.71593650972041267E+00
+ -9.71593650074008508E+00 -9.71593649160485739E+00 -9.71593648230836315E+00
+ -9.71593647285150119E+00 -9.71593646322817683E+00 -9.71593645343939727E+00
+ -9.71593644347730567E+00 -9.71593643334102985E+00 -9.71593642303050231E+00
+ -9.71593641253901730E+00 -9.71593640186453911E+00 -9.71593639100407458E+00
+ -9.71593637995536952E+00 -9.71593636871336663E+00 -9.71593635727553107E+00
+ -9.71593634563834030E+00 -9.71593633379886157E+00 -9.71593632175313004E+00
+ -9.71593630949772624E+00 -9.71593629702816308E+00 -9.71593628434216150E+00
+ -9.71593627143460559E+00 -9.71593625830248619E+00 -9.71593624493997510E+00
+ -9.71593623134657491E+00 -9.71593621751558700E+00 -9.71593620344388498E+00
+ -9.71593618912710966E+00 -9.71593617456104930E+00 -9.71593615974025404E+00
+ -9.71593614466251942E+00 -9.71593612932273487E+00 -9.71593611371423371E+00
+ -9.71593609783371193E+00 -9.71593608167770206E+00 -9.71593606523983411E+00
+ -9.71593604851509340E+00 -9.71593603150002494E+00 -9.71593601418789987E+00
+ -9.71593599657496476E+00 -9.71593597865560454E+00 -9.71593596042414553E+00
+ -9.71593594187448240E+00 -9.71593592300176212E+00 -9.71593590380059347E+00
+ -9.71593588426531873E+00 -9.71593586438967804E+00 -9.71593584416707756E+00
+ -9.71593582359429142E+00 -9.71593580266224066E+00 -9.71593578136643643E+00
+ -9.71593575970052115E+00 -9.71593573765594165E+00 -9.71593571522878285E+00
+ -9.71593569241021626E+00 -9.71593566919460372E+00 -9.71593564557517908E+00
+ -9.71593562154440882E+00 -9.71593559709602417E+00 -9.71593557222168513E+00
+ -9.71593554691417083E+00 -9.71593552116652681E+00 -9.71593549497035092E+00
+ -9.71593546831859989E+00 -9.71593544120265840E+00 -9.71593541361513680E+00
+ -9.71593538554695613E+00 -9.71593535699012634E+00 -9.71593532793713344E+00
+ -9.71593529837797654E+00 -9.71593526830413978E+00 -9.71593523770786938E+00
+ -9.71593520657825671E+00 -9.71593517490616243E+00 -9.71593514268458769E+00
+ -9.71593510990161491E+00 -9.71593507654838362E+00 -9.71593504261425700E+00
+ -9.71593500809034794E+00 -9.71593497296585085E+00 -9.71593493722945922E+00
+ -9.71593490087193956E+00 -9.71593486388131389E+00 -9.71593482624749782E+00
+ -9.71593478795851873E+00 -9.71593474900310028E+00 -9.71593470937085257E+00
+ -9.71593466904895919E+00 -9.71593462802529473E+00 -9.71593458628806061E+00
+ -9.71593454382493249E+00 -9.71593450062187003E+00 -9.71593445666875688E+00
+ -9.71593441194985985E+00 -9.71593436645401631E+00 -9.71593432016617164E+00
+ -9.71593427307371194E+00 -9.71593422516090222E+00 -9.71593417641592794E+00
+ -9.71593412682190660E+00 -9.71593407636644457E+00 -9.71593402503281744E+00
+ -9.71593397280673265E+00 -9.71593391967195963E+00 -9.71593386561272254E+00
+ -9.71593381061358663E+00 -9.71593375465760190E+00 -9.71593369772877757E+00
+ -9.71593363980930924E+00 -9.71593358088211545E+00 -9.71593352093119300E+00
+ -9.71593345993700730E+00 -9.71593339788239163E+00 -9.71593333474798193E+00
+ -9.71593327051641253E+00 -9.71593320516709547E+00 -9.71593313868184794E+00
+ -9.71593307103979953E+00 -9.71593300222206047E+00 -9.71593293220682064E+00
+ -9.71593286097458275E+00 -9.71593278850339814E+00 -9.71593271477249054E+00
+ -9.71593263975906929E+00 -9.71593256344113776E+00 -9.71593248579577740E+00
+ -9.71593240680112480E+00 -9.71593232643268578E+00 -9.71593224466660565E+00
+ -9.71593216147882899E+00 -9.71593207684478699E+00 -9.71593199073869762E+00
+ -9.71593190313581800E+00 -9.71593181400915995E+00 -9.71593172333360400E+00
+ -9.71593163108079061E+00 -9.71593153722499281E+00 -9.71593144173688472E+00
+ -9.71593134458863261E+00 -9.71593124575093547E+00 -9.71593114519542134E+00
+ -9.71593104289063803E+00 -9.71593093880853687E+00 -9.71593083291578097E+00
+ -9.71593072518305334E+00 -9.71593061557653748E+00 -9.71593050406520042E+00
+ -9.71593039061430552E+00 -9.71593027519238994E+00 -9.71593015776326752E+00
+ -9.71593003829282509E+00 -9.71592991674517492E+00 -9.71592979308523574E+00
+ -9.71592966727510365E+00 -9.71592953927814662E+00 -9.71592940905600955E+00
+ -9.71592927657036398E+00 -9.71592914178065392E+00 -9.71592900464931830E+00
+ -9.71592886513338172E+00 -9.71592872319264700E+00 -9.71592857878406768E+00
+ -9.71592843186605037E+00 -9.71592828239357509E+00 -9.71592813032379432E+00
+ -9.71592797560932908E+00 -9.71592781820710272E+00 -9.71592765806790482E+00
+ -9.71592749514594445E+00 -9.71592732939158843E+00 -9.71592716075673479E+00
+ -9.71592698918975373E+00 -9.71592681464195707E+00 -9.71592663705901849E+00
+ -9.71592645639091934E+00 -9.71592627258176478E+00 -9.71592608557848791E+00
+ -9.71592589532415651E+00 -9.71592570176404102E+00 -9.71592550483880046E+00
+ -9.71592530449199465E+00 -9.71592510066177084E+00 -9.71592489329065323E+00
+ -9.71592468231409612E+00 -9.71592446767204443E+00 -9.71592424929825604E+00
+ -9.71592402713057446E+00 -9.71592380110023512E+00 -9.71592357114335137E+00
+ -9.71592333718854562E+00 -9.71592309916924002E+00 -9.71592285701205505E+00
+ -9.71592261064786378E+00 -9.71592236000057952E+00 -9.71592210499893127E+00
+ -9.71592184556447158E+00 -9.71592158162253305E+00 -9.71592131309252593E+00
+ -9.71592103989730305E+00 -9.71592076195272014E+00 -9.71592047917989987E+00
+ -9.71592019149148634E+00 -9.71591989880526086E+00 -9.71591960103122609E+00
+ -9.71591929808394994E+00 -9.71591898987046321E+00 -9.71591867630311512E+00
+ -9.71591835728481179E+00 -9.71591803272479559E+00 -9.71591770252299369E+00
+ -9.71591736658518279E+00 -9.71591702480789365E+00 -9.71591667709330231E+00
+ -9.71591632333463906E+00 -9.71591596343079900E+00 -9.71591559727098897E+00
+ -9.71591522475065617E+00 -9.71591484575507458E+00 -9.71591446017621152E+00
+ -9.71591406789530687E+00 -9.71591366880002028E+00 -9.71591326276789502E+00
+ -9.71591284968280888E+00 -9.71591242941783584E+00 -9.71591200185247494E+00
+ -9.71591156685556889E+00 -9.71591112430266790E+00 -9.71591067405780251E+00
+ -9.71591021599188664E+00 -9.71590974996455081E+00 -9.71590927584203179E+00
+ -9.71590879347914260E+00 -9.71590830273747663E+00 -9.71590780346640948E+00
+ -9.71590729552323573E+00 -9.71590677875158448E+00 -9.71590625300400035E+00
+ -9.71590571811864834E+00 -9.71590517394262143E+00 -9.71590462030864366E+00
+ -9.71590405705846116E+00 -9.71590348401910120E+00 -9.71590290102630405E+00
+ -9.71590230790113729E+00 -9.71590170447391621E+00 -9.71590109055921047E+00
+ -9.71590046598145030E+00 -9.71589983054887263E+00 -9.71589918407928721E+00
+ -9.71589852637445262E+00 -9.71589785724597377E+00 -9.71589717648844342E+00
+ -9.71589648390708405E+00 -9.71589577928907033E+00 -9.71589506243297052E+00
+ -9.71589433311860518E+00 -9.71589359113686335E+00 -9.71589283626017064E+00
+ -9.71589206827260554E+00 -9.71589128693812221E+00 -9.71589049203314836E+00
+ -9.71588968331372627E+00 -9.71588886054829715E+00 -9.71588802348429859E+00
+ -9.71588717188189399E+00 -9.71588630547989140E+00 -9.71588542403011957E+00
+ -9.71588452726191143E+00 -9.71588361491888719E+00 -9.71588268672067557E+00
+ -9.71588174240158686E+00 -9.71588078167168234E+00 -9.71587980425602105E+00
+ -9.71587880985457097E+00 -9.71587779818273312E+00 -9.71587676892960239E+00
+ -9.71587572180099635E+00 -9.71587465647503734E+00 -9.71587357264715301E+00
+ -9.71587246998425513E+00 -9.71587134817101905E+00 -9.71587020686275871E+00
+ -9.71586904573306143E+00 -9.71586786442525252E+00 -9.71586666260130372E+00
+ -9.71586543989217510E+00 -9.71586419594800077E+00 -9.71586293038676274E+00
+ -9.71586164284614640E+00 -9.71586033293098339E+00 -9.71585900026632032E+00
+ -9.71585764444287037E+00 -9.71585626507288147E+00 -9.71585486173256463E+00
+ -9.71585343402036550E+00 -9.71585198149791474E+00 -9.71585050374953951E+00
+ -9.71584900032149612E+00 -9.71584747078343547E+00 -9.71584591466573144E+00
+ -9.71584433152318105E+00 -9.71584272086948886E+00 -9.71584108224382881E+00
+ -9.71583941514293770E+00 -9.71583771908987792E+00 -9.71583599356378436E+00
+ -9.71583423807078006E+00 -9.71583245207184376E+00 -9.71583063505596911E+00
+ -9.71582878646517045E+00 -9.71582690577027108E+00 -9.71582499239378627E+00
+ -9.71582304578842582E+00 -9.71582106535606371E+00 -9.71581905053028194E+00
+ -9.71581700069219067E+00 -9.71581491525524577E+00 -9.71581279357896577E+00
+ -9.71581063505632869E+00 -9.71580843902438041E+00 -9.71580620485464408E+00
+ -9.71580393186108893E+00 -9.71580161939331965E+00 -9.71579926674094629E+00
+ -9.71579687323112573E+00 -9.71579443812839472E+00 -9.71579196073627394E+00
+ -9.71578944029374725E+00 -9.71578687607948588E+00 -9.71578426730610012E+00
+ -9.71578161322707068E+00 -9.71577891302718299E+00 -9.71577616593395454E+00
+ -9.71577337110342398E+00 -9.71577052773600869E+00 -9.71576763495830420E+00
+ -9.71576469194266146E+00 -9.71576169778494503E+00 -9.71575865162867025E+00
+ -9.71575555253799727E+00 -9.71575239962618475E+00 -9.71574919192479847E+00
+ -9.71574592851590957E+00 -9.71574260839718207E+00 -9.71573923061854394E+00
+ -9.71573579414249089E+00 -9.71573229798553228E+00 -9.71572874107381601E+00
+ -9.71572512238957842E+00 -9.71572144082112210E+00 -9.71571769531506568E+00
+ -9.71571388472067810E+00 -9.71571000794769546E+00 -9.71570606380514157E+00
+ -9.71570205116425178E+00 -9.71569796879244230E+00 -9.71569381552145828E+00
+ -9.71568959007537281E+00 -9.71568529124511748E+00 -9.71568091770988929E+00
+ -9.71567646821822883E+00 -9.71567194140303414E+00 -9.71566733596892895E+00
+ -9.71566265050103972E+00 -9.71565788365836447E+00 -9.71565303397640179E+00
+ -9.71564810006736224E+00 -9.71564308041520341E+00 -9.71563797358346548E+00
+ -9.71563277800302671E+00 -9.71562749218692900E+00 -9.71562211451110613E+00
+ -9.71561664343639286E+00 -9.71561107728182627E+00 -9.71560541445418835E+00
+ -9.71559965321362995E+00 -9.71559379191104000E+00 -9.71558782874543780E+00
+ -9.71558176201004464E+00 -9.71557558984059355E+00 -9.71556931047043193E+00
+ -9.71556292196994242E+00 -9.71555642251042606E+00 -9.71554981009468577E+00
+ -9.71554308282979306E+00 -9.71553623864847005E+00 -9.71552927559148749E+00
+ -9.71552219151893404E+00 -9.71551498440289585E+00 -9.71550765202843358E+00
+ -9.71550019229630912E+00 -9.71549260291398831E+00 -9.71548488170858704E+00
+ -9.71547702630711463E+00 -9.71546903446045640E+00 -9.71546090371231408E+00
+ -9.71545263173464413E+00 -9.71544421598494345E+00 -9.71543565405358578E+00
+ -9.71542694330878653E+00 -9.71541808125624407E+00 -9.71540906517196490E+00
+ -9.71539989247396818E+00 -9.71539056034263382E+00 -9.71538106610559282E+00
+ -9.71537140684405820E+00 -9.71536157979186221E+00 -9.71535158192790149E+00
+ -9.71534141038868171E+00 -9.71533106204715757E+00 -9.71532053393940487E+00
+ -9.71530982282845379E+00 -9.71529892564632469E+00 -9.71528783904249238E+00
+ -9.71527655984120564E+00 -9.71526508457425031E+00 -9.71525340995447095E+00
+ -9.71524153239183264E+00 -9.71522944848360837E+00 -9.71521715451385859E+00
+ -9.71520464696027730E+00 -9.71519192197640358E+00 -9.71517897591626678E+00
+ -9.71516580479823233E+00 -9.71515240484836262E+00 -9.71513877194513675E+00
+ -9.71512490218192326E+00 -9.71511079129255606E+00 -9.71509643523307176E+00
+ -9.71508182958742239E+00 -9.71506697016960530E+00 -9.71505185240834734E+00
+ -9.71503647197059372E+00 -9.71502082412444778E+00 -9.71500490438452147E+00
+ -9.71498870785270263E+00 -9.71497222988580056E+00 -9.71495546541369492E+00
+ -9.71493840962992294E+00 -9.71492105728607314E+00 -9.71490340340689151E+00
+ -9.71488544255932496E+00 -9.71486716959319274E+00 -9.71484857888452069E+00
+ -9.71482966510183665E+00 -9.71481042242348991E+00 -9.71479084533058490E+00
+ -9.71477092779674045E+00 -9.71475066410876309E+00 -9.71473004802838425E+00
+ -9.71470907364155600E+00 -9.71468773449049117E+00 -9.71466602445294036E+00
+ -9.71464393684405891E+00 -9.71462146532609871E+00 -9.71459860297901301E+00
+ -9.71457534324196637E+00 -9.71455167895140193E+00 -9.71452760331556320E+00
+ -9.71450310891875191E+00 -9.71447818873001445E+00 -9.71445283507265778E+00
+ -9.71442704066811835E+00 -9.71440079756946240E+00 -9.71437409824171816E+00
+ -9.71434693445815434E+00 -9.71431929841833863E+00 -9.71429118160584615E+00
+ -9.71426257594530895E+00 -9.71423347262034831E+00 -9.71420386327101326E+00
+ -9.71417373877032020E+00 -9.71414309046360103E+00 -9.71411190890226628E+00
+ -9.71408018512649996E+00 -9.71404790935473095E+00 -9.71401507231111871E+00
+ -9.71398166386931550E+00 -9.71394767442622609E+00 -9.71391309349848520E+00
+ -9.71387791114420551E+00 -9.71384211651026241E+00 -9.71380569930393811E+00
+ -9.71376864828927111E+00 -9.71373095281014010E+00 -9.71369260123423395E+00
+ -9.71365358252910305E+00 -9.71361388465195041E+00 -9.71357349618063814E+00
+ -9.71353240464726575E+00 -9.71349059822615679E+00 -9.71344806400919936E+00
+ -9.71340478975274912E+00 -9.71336076209283128E+00 -9.71331596835298861E+00
+ -9.71327039469709597E+00 -9.71322402800044138E+00 -9.71317685393796992E+00
+ -9.71312885892069744E+00 -9.71308002811719717E+00 -9.71303034745760918E+00
+ -9.71297980158615815E+00 -9.71292837593485814E+00 -9.71287605460481807E+00
+ -9.71282282251221751E+00 -9.71276866319563581E+00 -9.71271356103693861E+00
+ -9.71265749899209041E+00 -9.71260046088943341E+00 -9.71254242908151433E+00
+ -9.71248338682341128E+00 -9.71242331584258167E+00 -9.71236219880024976E+00
+ -9.71230001677646904E+00 -9.71223675181726875E+00 -9.71217238433209396E+00
+ -9.71210689572966679E+00 -9.71204026572478263E+00 -9.71197247506598060E+00
+ -9.71190350274845571E+00 -9.71183332883675909E+00 -9.71176193158069445E+00
+ -9.71168929033619044E+00 -9.71161538258082935E+00 -9.71154018693641241E+00
+ -9.71146368008053251E+00 -9.71138583987428383E+00 -9.71130664216649819E+00
+ -9.71122606403017485E+00 -9.71114408045546007E+00 -9.71106066769872633E+00
+ -9.71097579986048309E+00 -9.71088945235092282E+00 -9.71080159834881940E+00
+ -9.71071221238750226E+00 -9.71062126669067815E+00 -9.71052873488304868E+00
+ -9.71043458819871219E+00 -9.71033879932067556E+00 -9.71024133845759785E+00
+ -9.71014217731662477E+00 -9.71004128504374897E+00 -9.70993863233475629E+00
+ -9.70983418723441893E+00 -9.70972791939022706E+00 -9.70961979570576261E+00
+ -9.70950978474197157E+00 -9.70939785221972507E+00 -9.70928396557373219E+00
+ -9.70916808929907305E+00 -9.70905018966301725E+00 -9.70893022989012522E+00
+ -9.70880817503746130E+00 -9.70868398701267843E+00 -9.70855762961821434E+00
+ -9.70842906339670364E+00 -9.70829825084983433E+00 -9.70816515110521827E+00
+ -9.70802972531595998E+00 -9.70789193114275761E+00 -9.70775172834041733E+00
+ -9.70760907304887155E+00 -9.70746392357298404E+00 -9.70731623447603376E+00
+ -9.70716596255932274E+00 -9.70701306075137893E+00 -9.70685748429429651E+00
+ -9.70669918442154334E+00 -9.70653811475813022E+00 -9.70637422477987144E+00
+ -9.70620746643456478E+00 -9.70603778737534917E+00 -9.70586513781035265E+00
+ -9.70568946350245199E+00 -9.70551071285524358E+00 -9.70532882967115462E+00
+ -9.70514376048178207E+00 -9.70495544705619473E+00 -9.70476383398384357E+00
+ -9.70456886092470050E+00 -9.70437047045319900E+00 -9.70416860004143267E+00
+ -9.70396319017311448E+00 -9.70375417605059809E+00 -9.70354149598801996E+00
+ -9.70332508283299511E+00 -9.70310487264815613E+00 -9.70288079583791330E+00
+ -9.70265278612820303E+00 -9.70242077138828840E+00 -9.70218468291874814E+00
+ -9.70194444595810701E+00 -9.70169998928940736E+00 -9.70145123542098453E+00
+ -9.70119811052237502E+00 -9.70094053426833369E+00 -9.70067843011506703E+00
+ -9.70041171479616260E+00 -9.70014030895057289E+00 -9.69986412625882011E+00
+ -9.69958308443444217E+00 -9.69929709398847173E+00 -9.69900606959636846E+00
+ -9.69870991847852437E+00 -9.69840855215510445E+00 -9.69810187442971028E+00
+ -9.69778979354509829E+00 -9.69747220975681756E+00 -9.69714902790304123E+00
+ -9.69682014455458408E+00 -9.69648546101256770E+00 -9.69614487002077041E+00
+ -9.69579826920519672E+00 -9.69544554733441544E+00 -9.69508659821551078E+00
+ -9.69472130648746067E+00 -9.69434956198852582E+00 -9.69397124506731167E+00
+ -9.69358624143701064E+00 -9.69319442698835410E+00 -9.69279568314655293E+00
+ -9.69238988116990008E+00 -9.69197689802578211E+00 -9.69155660015813858E+00
+ -9.69112885989940942E+00 -9.69069353868953876E+00 -9.69025050404128407E+00
+ -9.68979961219291219E+00 -9.68934072564473503E+00 -9.68887369522725805E+00
+ -9.68839837822721073E+00 -9.68791461985241398E+00 -9.68742227196616490E+00
+ -9.68692117392939878E+00 -9.68641117196293244E+00 -9.68589209934695816E+00
+ -9.68536379643115808E+00 -9.68482609017098284E+00 -9.68427881480623221E+00
+ -9.68372179071303307E+00 -9.68315484577196806E+00 -9.68257779351413461E+00
+ -9.68199045520050916E+00 -9.68139263723979937E+00 -9.68078415400136016E+00
+ -9.68016480448196148E+00 -9.67953439587515518E+00 -9.67889271946344643E+00
+ -9.67823957496760201E+00 -9.67757474564013620E+00 -9.67689802341868699E+00
+ -9.67620918319602374E+00 -9.67550800880220940E+00 -9.67479426642581863E+00
+ -9.67406773145019017E+00 -9.67332816099979809E+00 -9.67257532165664813E+00
+ -9.67180896110505373E+00 -9.67102883675483405E+00 -9.67023468645714779E+00
+ -9.66942625806176892E+00 -9.66860327917593132E+00 -9.66776548768362076E+00
+ -9.66691260051876888E+00 -9.66604434517509503E+00 -9.66516042746431658E+00
+ -9.66426056404574219E+00 -9.66334444913948332E+00 -9.66241178810566481E+00
+ -9.66146226308193512E+00 -9.66049556764282080E+00 -9.65951137133014726E+00
+ -9.65850935542367672E+00 -9.65748917633247750E+00 -9.65645050250856229E+00
+ -9.65539297666656360E+00 -9.65431625387276071E+00 -9.65321996255972081E+00
+ -9.65210374382379044E+00 -9.65096721120068679E+00 -9.64980999120507477E+00
+ -9.64863168183256725E+00 -9.64743189437555060E+00 -9.64621021061644157E+00
+ -9.64496622595447128E+00 -9.64369950525449227E+00 -9.64240962732001350E+00
+ -9.64109613936119381E+00 -9.63975860284995356E+00 -9.63839654657035183E+00
+ -9.63700951389201244E+00 -9.63559701436555827E+00 -9.63415857245108498E+00
+ -9.63269367762085515E+00 -9.63120183457994372E+00 -9.62968251183798785E+00
+ -9.62813519345948521E+00 -9.62655932606600118E+00 -9.62495437215402738E+00
+ -9.62331975548856455E+00 -9.62165491602671175E+00 -9.61995925366350058E+00
+ -9.61823218479934994E+00 -9.61647308439884974E+00 -9.61468134424054099E+00
+ -9.61285631324900613E+00 -9.61099735746552142E+00 -9.60910379861387121E+00
+ -9.60717497583035218E+00 -9.60521018242369884E+00 -9.60320872940284431E+00
+ -9.60116988039149355E+00 -9.59909291699186440E+00 -9.59697707181459059E+00
+ -9.59482159571638249E+00 -9.59262568890634704E+00 -9.59038857009504397E+00
+ -9.58810940563872727E+00 -9.58578738063676461E+00 -9.58342162607591774E+00
+ -9.58101129191241974E+00 -9.57855547217906000E+00 -9.57605328008748913E+00
+ -9.57350377106175188E+00 -9.57090601989530931E+00 -9.56825904167586039E+00
+ -9.56556187103041466E+00 -9.56281348090733374E+00 -9.56001286394160132E+00
+ -9.55715894906144037E+00 -9.55425068500433916E+00 -9.55128695471729827E+00
+ -9.54826666105245714E+00 -9.54518863893186520E+00 -9.54205174324959948E+00
+ -9.53885475877407352E+00 -9.53559649028137990E+00 -9.53227567017053623E+00
+ -9.52889105085025889E+00 -9.52544131004527195E+00 -9.52192514545603075E+00
+ -9.51834117773712229E+00 -9.51468804744644636E+00 -9.51096431568006828E+00
+ -9.50716856332400972E+00 -9.50329928933358126E+00 -9.49935501229721702E+00
+ -9.49533416635239824E+00 -9.49123520506691776E+00 -9.48705649498785775E+00
+ -9.48279642184138361E+00 -9.47845328171606027E+00 -9.47402538957732077E+00
+ -9.46951096809188186E+00 -9.46490825844778172E+00 -9.46021540683232409E+00
+ -9.45543057754292171E+00 -9.45055183713740021E+00 -9.44557726981464185E+00
+ -9.44050485926287664E+00 -9.43533260628247916E+00 -9.43005840836539022E+00
+ -9.42468017952509385E+00 -9.41919572764831514E+00 -9.41360287648955918E+00
+ -9.40789934084487456E+00 -9.40208285065986615E+00 -9.39615102408481206E+00
+ -9.39010149363602942E+00 -9.38393177720169192E+00 -9.37763940618680358E+00
+ -9.37122179454991056E+00 -9.36467636885165788E+00 -9.35800043541418347E+00
+ -9.35119131218217703E+00 -9.34424619410929047E+00 -9.33716228672882842E+00
+ -9.32993666988482140E+00 -9.32256643289696818E+00 -9.31504853676827871E+00
+ -9.30737995081553393E+00 -9.29955751350062521E+00 -9.29157807038366279E+00
+ -9.28343833374126781E+00 -9.27513502168450543E+00 -9.26666471674459657E+00
+ -9.25802400598194275E+00 -9.24920933873797502E+00 -9.24021716754483791E+00
+ -9.23104380526135948E+00 -9.22168556657527994E+00 -9.21213862476185952E+00
+ -9.20239915355189275E+00 -9.19246318377295424E+00 -9.18232674533701321E+00
+ -9.17198572404705459E+00 -9.16143600343753661E+00 -9.15067332205307160E+00
+ -9.13969341485355891E+00 -9.12849187129662454E+00 -9.11706427599688496E+00
+ -9.10540606797015784E+00 -9.09351268021292825E+00 -9.08137940049376446E+00
+ -9.06900150949481976E+00 -9.05637414356449533E+00 -9.04349243103758482E+00
+ -9.03035135739296813E+00 -9.01694589934298740E+00 -9.00327089287077520E+00
+ -8.98932116465243247E+00 -8.97509140348059375E+00 -8.96057628855524513E+00
+ -8.94577036483294030E+00 -8.93066816769367833E+00 -8.91526410278889792E+00
+ -8.89955256656274507E+00 -8.88352783120650358E+00 -8.86718416048284119E+00
+ -8.85051570042954161E+00 -8.83351658990516597E+00 -8.81618085772056403E+00
+ -8.79850252729388060E+00 -8.78047552092430550E+00 -8.76209375791359690E+00
+ -8.74335106673252227E+00 -8.72424127593537335E+00 -8.70475813500534379E+00
+ -8.68489539735782401E+00 -8.66464675068638712E+00 -8.64400589132028330E+00
+ -8.62296646492724861E+00 -8.60152213146094446E+00 -8.57966651711003436E+00
+ -8.55739326904238951E+00 -8.53469601952160950E+00 -8.51156842962692473E+00
+ -8.48800416648796840E+00 -8.46399693513282614E+00 -8.43954046981865602E+00
+ -8.41462855313573677E+00 -8.38925502243516519E+00 -8.36341377529403474E+00
+ -8.33709879206110038E+00 -8.31030412676819985E+00 -8.28302394682961918E+00
+ -8.25525250846771641E+00 -8.22698421461113050E+00 -8.19821357388881111E+00
+ -8.16893527777514983E+00 -8.13914414219678051E+00 -8.10883520496819088E+00
+ -8.07800364905036083E+00 -8.04664492130734921E+00 -8.01475463645546249E+00
+ -7.98232871814869860E+00 -7.94936328266240722E+00 -7.91585480328190361E+00
+ -7.88179997277606148E+00 -7.84719589201764567E+00 -7.81203991032073475E+00
+ -7.77632983916181786E+00 -7.74006376948100616E+00 -7.70324031129828768E+00
+ -7.66585838711283518E+00 -7.62791749811744602E+00 -7.58941749287353673E+00
+ -7.55035886071706663E+00 -7.51074247493988700E+00 -7.47056991385048619E+00
+ -7.42984317775589442E+00 -7.38856503798879150E+00 -7.34673872705884001E+00
+ -7.30436831578215529E+00 -7.26145837605749289E+00 -7.21801438603302348E+00
+ -7.17404236506184390E+00 -7.12954930661262853E+00 -7.08454278507117863E+00
+ -7.03903141584398728E+00 -6.99302443379858829E+00 -6.94653217972089454E+00
+ -6.89956565032734304E+00 -6.85213700991651287E+00 -6.80425911204122347E+00
+ -6.75594603484113332E+00 -6.70721257463335085E+00 -6.65807480302469390E+00
+ -6.60854953286561564E+00 -6.55865489481802300E+00 -6.50840977632001572E+00
+ -6.45783441482791609E+00 -6.40694981065901281E+00 -6.35577833363594547E+00
+ -6.30434311091229649E+00 -6.25266864322577121E+00 -6.20078016906857776E+00
+ -6.14870428620645715E+00 -6.09646829383427846E+00 -6.04410081444649627E+00
+ -5.99163111592106024E+00 -5.93908972824107462E+00 -5.88650774778136743E+00
+ -5.83391744279159141E+00 -5.78135154252559147E+00 -5.72884382481766963E+00
+ -5.67642839310405201E+00 -5.62414023887514247E+00 -5.57201451010313686E+00
+ -5.52008704085935697E+00 -5.46839361519887301E+00 -5.41697045582573811E+00
+ -5.36585348811755747E+00 -5.31507877944436480E+00 -5.26468180877461567E+00
+ -5.21469784815946724E+00 -5.16516124428878864E+00 -5.11610573381054934E+00
+ -5.06756374435812429E+00 -5.01956663587290386E+00 -4.97214403007863215E+00
+ -4.92532397092777252E+00 -4.87913229335714327E+00 -4.83359269753075083E+00
+ -4.78872617010932888E+00 -4.74455096930115605E+00 -4.70108211499558060E+00
+ -4.65833128499683369E+00 -4.61630639444193669E+00 -4.57501140828161290E+00
+ -4.53444603572656391E+00 -4.49460547042978753E+00 -4.45548023266107762E+00
+ -4.41705585719823191E+00 -4.37931292498744895E+00 -4.34222673002560811E+00
+ -4.30576755399536282E+00 -4.26990035808337520E+00 -4.23458536916834039E+00
+ -4.19977786135740594E+00 -4.16542914156799515E+00 -4.13148658053729712E+00
+ -4.09789519210674946E+00 -4.06459798371574177E+00 -4.03153821255165745E+00
+ -3.99866021169863828E+00 -3.96591250325891842E+00 -3.93324930100414383E+00
+ -3.90063470620866237E+00 -3.86804514297267765E+00 -3.83547491940808660E+00
+ -3.80293992025629279E+00 -3.77048488696316220E+00 -3.73818878932039178E+00
+ -3.70614721435587979E+00 -3.67438024889530057E+00 -3.64288557216976727E+00
+ -3.61166085026249117E+00 -3.58070376926195877E+00 -3.55001203509045249E+00
+ -3.51958337333404492E+00 -3.48941552907404384E+00 -3.45950626671988726E+00
+ -3.42985336984346789E+00 -3.40045464101487926E+00 -3.37130790163957084E+00
+ -3.34241099179689405E+00 -3.31376177008004014E+00 -3.28535811343734307E+00
+ -3.25719791701494499E+00 -3.22927909400080804E+00 -3.20159957547008522E+00
+ -3.17415731023176750E+00 -3.14695026467669425E+00 -3.11997642262684494E+00
+ -3.09323378518592396E+00 -3.06672037059122848E+00 -3.04043421406678505E+00
+ -3.01437336767774688E+00 -2.98853590018603565E+00 -2.96291989690722302E+00
+ -2.93752345956863925E+00 -2.91234470616870089E+00 -2.88738177083743519E+00
+ -2.86263280369820983E+00 -2.83809597073064168E+00 -2.81376945363468511E+00
+ -2.78965144969588197E+00 -2.76574017165176844E+00 -2.74203384755942459E+00
+ -2.71853072066416512E+00 -2.69522904926934581E+00 -2.67212710660729647E+00
+ -2.64922318071135399E+00 -2.62651557428899407E+00 -2.60400260459604915E+00
+ -2.58168260331200772E+00 -2.55955391641637808E+00 -2.53761490406611578E+00
+ -2.51586394047409989E+00 -2.49429941378865028E+00 -2.47291972597408050E+00
+ -2.45172329269227030E+00 -2.43070854318525775E+00 -2.40987392015883461E+00
+ -2.38921787966713906E+00 -2.36873889099824231E+00 -2.34843543656071096E+00
+ -2.32830601177114271E+00 -2.30834912494266886E+00 -2.28856329717440854E+00
+ -2.26894706224187415E+00 -2.24949896648831338E+00 -2.23021756871698473E+00
+ -2.21110144008435583E+00 -2.19214916399421522E+00 -2.17335933599269548E+00
+ -2.15473056366419380E+00 -2.13626146652818338E+00 -2.11795067593691266E+00
+ -2.09979683497398062E+00 -2.08179859835377812E+00 -2.06395463232179610E+00
+ -2.04626361455578554E+00 -2.02872423406776425E+00 -2.01133519110686443E+00
+ -1.99409519706301408E+00 -1.97700297437144301E+00 -1.96005725641800543E+00
+ -1.94325678744531860E+00 -1.92660032245970148E+00 -1.91008662713891519E+00
+ -1.89371447774068846E+00 -1.87748266101203587E+00 -1.86138997409934359E+00
+ -1.84543522445923380E+00 -1.82961722977018937E+00 -1.81393481784493527E+00
+ -1.79838682654357052E+00 -1.78297210368745995E+00 -1.76768950697382965E+00
+ -1.75253790389113018E+00 -1.73751617163510685E+00 -1.72262319702559341E+00
+ -1.70785787642401754E+00 -1.69321911565161676E+00 -1.67870582990835193E+00
+ -1.66431694369251781E+00 -1.65005139072104123E+00 -1.63590811385046409E+00
+ -1.62188606499860288E+00 -1.60798420506687845E+00 -1.59420150386331527E+00
+ -1.58053694002619460E+00 -1.56698950094836942E+00 -1.55355818270222112E+00
+ -1.54024198996526551E+00 -1.52703993594639109E+00 -1.51395104231273492E+00
+ -1.50097433911718015E+00 -1.48810886472647796E+00 -1.47535366574998572E+00
+ -1.46270779696901521E+00 -1.45017032126678669E+00 -1.43774030955898180E+00
+ -1.42541684072489527E+00 -1.41319900153917244E+00 -1.40108588660413713E+00
+ -1.38907659828269248E+00 -1.37717024663180521E+00 -1.36536594933655309E+00
+ -1.35366283164474144E+00 -1.34206002630207921E+00 -1.33055667348790996E+00
+ -1.31915192075149545E+00 -1.30784492294884291E+00 -1.29663484218007752E+00
+ -1.28552084772734543E+00 -1.27450211599325836E+00 -1.26357783043985505E+00
+ -1.25274718152809572E+00 -1.24200936665786776E+00 -1.23136359010851049E+00
+ -1.22080906297984759E+00 -1.21034500313372351E+00 -1.19997063513604685E+00
+ -1.18968519019932151E+00 -1.17948790612567889E+00 -1.16937802725039397E+00
+ -1.15935480438588634E+00 -1.14941749476620103E+00 -1.13956536199196612E+00
+ -1.12979767597582126E+00 -1.12011371288831474E+00 -1.11051275510426350E+00
+ -1.10099409114957303E+00 -1.09155701564851415E+00 -1.08220082927145023E+00
+ -1.07292483868301303E+00 -1.06372835649072384E+00 -1.05461070119405309E+00
+ -1.04557119713391811E+00 -1.03660917444261247E+00 -1.02772396899416707E+00
+ -1.01891492235513259E+00 -1.01018138173578764E+00 -1.00152269994176146E+00
+ -9.92938235326080609E-01 -9.84427351741608558E-01 -9.75989418493911742E-01
+ -9.67623810294519160E-01 -9.59329907214585997E-01 -9.51107094638953154E-01
+ -9.42954763220601344E-01 -9.34872308835495325E-01 -9.26859132537815378E-01
+ -9.18914640515571701E-01 -9.11038244046600720E-01 -9.03229359454937208E-01
+ -8.95487408067561108E-01 -8.87811816171514834E-01 -8.80202014971388058E-01
+ -8.72657440547167429E-01 -8.65177533812447330E-01 -8.57761740472997580E-01
+ -8.50409510985689732E-01 -8.43120300517769761E-01 -8.35893568906487139E-01
+ -8.28728780619062855E-01 -8.21625404713004714E-01 -8.14582914796763369E-01
+ -8.07600788990721297E-01 -8.00678509888521073E-01 -7.93815564518721928E-01
+ -7.87011444306786712E-01 -7.80265645037392930E-01 -7.73577666817069187E-01
+ -7.66947014037149044E-01 -7.60373195337045615E-01 -7.53855723567837921E-01
+ -7.47394115756171540E-01 -7.40987893068467574E-01 -7.34636580775438475E-01
+ -7.28339708216909409E-01 -7.22096808766938159E-01 -7.15907419799237110E-01
+ -7.09771082652890573E-01 -7.03687342598364629E-01 -6.97655748803810205E-01
+ -6.91675854301654125E-01 -6.85747215955476941E-01 -6.79869394427173201E-01
+ -6.74041954144395716E-01 -6.68264463268276820E-01 -6.62536493661426862E-01
+ -6.56857620856207580E-01 -6.51227424023276713E-01 -6.45645485940402608E-01
+ -6.40111392961545955E-01 -6.34624734986206307E-01 -6.29185105429032721E-01
+ -6.23792101189692416E-01 -6.18445322622999782E-01 -6.13144373509300955E-01
+ -6.07888861025111638E-01 -6.02678395714006720E-01
+  END     
+   TPROJECTOR   1 #p(r), for p(r)/r*Ylm)
+  0.00000000000000000E+00  1.84906803472735893E-07  3.71412221010222866E-07
+  5.59530073450195187E-07  7.49274301118622117E-07  9.40658964862722070E-07
+  1.13369824709295375E-06  1.32840645283397187E-06  1.52479801078470612E-06
+  1.72288747438758527E-06  1.92268952290698735E-06  2.12421896251707708E-06
+  2.32749072739896319E-06  2.53251988084740692E-06  2.73932161638707990E-06
+  2.94791125889844588E-06  3.15830426575342142E-06  3.37051622796082744E-06
+  3.58456287132173323E-06  3.80046005759482606E-06  4.01822378567181837E-06
+  4.23787019276304962E-06  4.45941555559329726E-06  4.68287629160797077E-06
+  4.90826896018971773E-06  5.13561026388551881E-06  5.36491704964443578E-06
+  5.59620631006604412E-06  5.82949518465964146E-06  6.06480096111437013E-06
+  6.30214107658029942E-06  6.54153311896060993E-06  6.78299482821489436E-06
+  7.02654409767379921E-06  7.27219897536498460E-06  7.51997766535056044E-06
+  7.76989852907607033E-06  8.02198008673116180E-06  8.27624101862203557E-06
+  8.53270016655567355E-06  8.79137653523617007E-06  9.05228929367300552E-06
+  9.31545777660156972E-06  9.58090148591594355E-06  9.84864009211408791E-06
+  1.01186934357554977E-05  1.03910815289314510E-05  1.06658245567480353E-05
+  1.09429428788218953E-05  1.12224570307890314E-05  1.15043877258264888E-05
+  1.17887558561873947E-05  1.20755824947490637E-05  1.23648888965746724E-05
+  1.26566965004882847E-05  1.29510269306635896E-05  1.32479019982263311E-05
+  1.35473437028706171E-05  1.38493742344892016E-05  1.41540159748178061E-05
+  1.44612914990937324E-05  1.47712235777287791E-05  1.50838351779966218E-05
+  1.53991494657347781E-05  1.57171898070613193E-05  1.60379797701063506E-05
+  1.63615431267585823E-05  1.66879038544268416E-05  1.70170861378169549E-05
+  1.73491143707239234E-05  1.76840131578396000E-05  1.80218073165760398E-05
+  1.83625218789044795E-05  1.87061820932104207E-05  1.90528134261645803E-05
+  1.94024415646100970E-05  1.97550924174660171E-05  2.01107921176472745E-05
+  2.04695670240012590E-05  2.08314437232610806E-05  2.11964490320157718E-05
+  2.15646099986975590E-05  2.19359539055861863E-05  2.23105082708306918E-05
+  2.26883008504886156E-05  2.30693596405828602E-05  2.34537128791762432E-05
+  2.38413890484641336E-05  2.42324168768850911E-05  2.46268253412497144E-05
+  2.50246436688879646E-05  2.54259013398150929E-05  2.58306280889161685E-05
+  2.62388539081495544E-05  2.66506090487694804E-05  2.70659240235677839E-05
+  2.74848296091349899E-05  2.79073568481410454E-05  2.83335370516356539E-05
+  2.87634018013686277E-05  2.91969829521301484E-05  2.96343126341114137E-05
+  3.00754232552855385E-05  3.05203475038092357E-05  3.09691183504450391E-05
+  3.14217690510046240E-05  3.18783331488131920E-05  3.23388444771951976E-05
+  3.28033371619815048E-05  3.32718456240382545E-05  3.37444045818176473E-05
+  3.42210490539306730E-05  3.47018143617421561E-05  3.51867361319882363E-05
+  3.56758502994164076E-05  3.61691931094484679E-05  3.66668011208664808E-05
+  3.71687112085219260E-05  3.76749605660682137E-05  3.81855867087169910E-05
+  3.87006274760181242E-05  3.92201210346637645E-05  3.97441058813166446E-05
+  4.02726208454629405E-05  4.08057050922895878E-05  4.13433981255865960E-05
+  4.18857397906745372E-05  4.24327702773571533E-05  4.29845301228996731E-05
+  4.35410602150327234E-05  4.41024017949823076E-05  4.46685964605259759E-05
+  4.52396861690753470E-05  4.58157132407854373E-05  4.63967203616905398E-05
+  4.69827505868677161E-05  4.75738473436272097E-05  4.81700544347305281E-05
+  4.87714160416366185E-05  4.93779767277756430E-05  4.99897814418515403E-05
+  5.06068755211728298E-05  5.12293046950121887E-05  5.18571150879953827E-05
+  5.24903532235191804E-05  5.31290660271989390E-05  5.37733008303459872E-05
+  5.44231053734750930E-05  5.50785278098422633E-05  5.57396167090130497E-05
+  5.64064210604617606E-05  5.70789902772018653E-05  5.77573741994475811E-05
+  5.84416230983073512E-05  5.91317876795091017E-05  5.98279190871577545E-05
+  6.05300689075252053E-05  6.12382891728730779E-05  6.19526323653086960E-05
+  6.26731514206738387E-05  6.33998997324679124E-05  6.41329311558045366E-05
+  6.48723000114022076E-05  6.56180610896100357E-05  6.63702696544676087E-05
+  6.71289814478006052E-05  6.78942526933511587E-05  6.86661401009446628E-05
+  6.94447008706918271E-05  7.02299926972276098E-05  7.10220737739869045E-05
+  7.18210027975163577E-05  7.26268389718244729E-05  7.34396420127687529E-05
+  7.42594721524807497E-05  7.50863901438298325E-05  7.59204572649248500E-05
+  7.67617353236554732E-05  7.76102866622721234E-05  7.84661741620059473E-05
+  7.93294612477285548E-05  8.02002118926520090E-05  8.10784906230696084E-05
+  8.19643625231375434E-05  8.28578932396978075E-05  8.37591489871430120E-05
+  8.46681965523229978E-05  8.55851032994942989E-05  8.65099371753118637E-05
+  8.74427667138642800E-05  8.83836610417523941E-05  8.93326898832120852E-05
+  9.02899235652806787E-05  9.12554330230091391E-05  9.22292898047178761E-05
+  9.32115660772994822E-05  9.42023346315661400E-05  9.52016688876439210E-05
+  9.62096429004135017E-05  9.72263313649979617E-05  9.82518096222979062E-05
+  9.92861536645747147E-05  1.00329440141081616E-04  1.01381746363744040E-04
+  1.02443150312888555E-04  1.03513730643021640E-04  1.04593566688658109E-04
+  1.05682738470200499E-04  1.06781326699868553E-04  1.07889412787680593E-04
+  1.09007078847486085E-04  1.10134407703050953E-04  1.11271482894194885E-04
+  1.12418388682982128E-04  1.13575210059965606E-04  1.14742032750485097E-04
+  1.15918943221019881E-04  1.17106028685596230E-04  1.18303377112250182E-04
+  1.19511077229546693E-04  1.20729218533154465E-04  1.21957891292478161E-04
+  1.23197186557347607E-04  1.24447196164765173E-04  1.25708012745710855E-04
+  1.26979729732007180E-04  1.28262441363242449E-04  1.29556242693754597E-04
+  1.30861229599674769E-04  1.32177498786032583E-04  1.33505147793921947E-04
+  1.34844275007729681E-04  1.36194979662425744E-04  1.37557361850917486E-04
+  1.38931522531466570E-04  1.40317563535170261E-04  1.41715587573508316E-04
+  1.43125698245953349E-04  1.44548000047648584E-04  1.45982598377151389E-04
+  1.47429599544243598E-04  1.48889110777809266E-04  1.50361240233781306E-04
+  1.51846097003155992E-04  1.53343791120076931E-04  1.54854433569989459E-04
+  1.56378136297864772E-04  1.57915012216495619E-04  1.59465175214863769E-04
+  1.61028740166579195E-04  1.62605822938393421E-04  1.64196540398785126E-04
+  1.65801010426620783E-04  1.67419351919890260E-04  1.69051684804516917E-04
+  1.70698130043245511E-04  1.72358809644605515E-04  1.74033846671952335E-04
+  1.75723365252587451E-04  1.77427490586956144E-04  1.79146348957925580E-04
+  1.80880067740143020E-04  1.82628775409474857E-04  1.84392601552526723E-04
+  1.86171676876247059E-04  1.87966133217612691E-04  1.89776103553398367E-04
+  1.91601722010031363E-04  1.93443123873530260E-04  1.95300445599530802E-04
+  1.97173824823397196E-04  1.99063400370421957E-04  2.00969312266113147E-04
+  2.02891701746571191E-04  2.04830711268954544E-04  2.06786484522036786E-04
+  2.08759166436854490E-04  2.10748903197447275E-04  2.12755842251690096E-04
+  2.14780132322220672E-04  2.16821923417459674E-04  2.18881366842727535E-04
+  2.20958615211456453E-04  2.23053822456499438E-04  2.25167143841538230E-04
+  2.27298735972588257E-04  2.29448756809603988E-04  2.31617365678184526E-04
+  2.33804723281380263E-04  2.36010991711601442E-04  2.38236334462630240E-04
+  2.40480916441736004E-04  2.42744903981895828E-04  2.45028464854120419E-04
+  2.47331768279886427E-04  2.49654984943676727E-04  2.51998287005629137E-04
+  2.54361848114293245E-04  2.56745843419499561E-04  2.59150449585338234E-04
+  2.61575844803250469E-04  2.64022208805233833E-04  2.66489722877160762E-04
+  2.68978569872212745E-04  2.71488934224430197E-04  2.74021001962380288E-04
+  2.76574960722942036E-04  2.79150999765211030E-04  2.81749309984524624E-04
+  2.84370083926607732E-04  2.87013515801841476E-04  2.89679801499654504E-04
+  2.92369138603040021E-04  2.95081726403197077E-04  2.97817765914298697E-04
+  3.00577459888388011E-04  3.03361012830403499E-04  3.06168631013332406E-04
+  3.09000522493497879E-04  3.11856897125976158E-04  3.14737966580147565E-04
+  3.17643944355382028E-04  3.20575045796860634E-04  3.23531488111533617E-04
+  3.26513490384215774E-04  3.29521273593822177E-04  3.32555060629743362E-04
+  3.35615076308361801E-04  3.38701547389712993E-04  3.41814702594288268E-04
+  3.44954772619983688E-04  3.48121990159197211E-04  3.51316589916070808E-04
+  3.54538808623883130E-04  3.57788885062593090E-04  3.61067060076533718E-04
+  3.64373576592260241E-04  3.67708679636551908E-04  3.71072616354569122E-04
+  3.74465636028167837E-04  3.77887990094373603E-04  3.81339932164011795E-04
+  3.84821718040503935E-04  3.88333605738821173E-04  3.91875855504606363E-04
+  3.95448729833457896E-04  3.99052493490382782E-04  4.02687413529415614E-04
+  4.06353759313409760E-04  4.10051802533997083E-04  4.13781817231722129E-04
+  4.17544079816349004E-04  4.21338869087345272E-04  4.25166466254541420E-04
+  4.29027154958970362E-04  4.32921221293885625E-04  4.36848953825962321E-04
+  4.40810643616681356E-04  4.44806584243898388E-04  4.48837071823598446E-04
+  4.52902405031839917E-04  4.57002885126887284E-04  4.61138815971535987E-04
+  4.65310504055629567E-04  4.69518258518772510E-04  4.73762391173237053E-04
+  4.78043216527071924E-04  4.82361051807407213E-04  4.86716216983961933E-04
+  4.91109034792756556E-04  4.95539830760028180E-04  5.00008933226353102E-04
+  5.04516673370978110E-04  5.09063385236363563E-04  5.13649405752935185E-04
+  5.18275074764053679E-04  5.22940735051197485E-04  5.27646732359364989E-04
+  5.32393415422695304E-04  5.37181135990310015E-04  5.42010248852381189E-04
+  5.46881111866420787E-04  5.51794085983800791E-04  5.56749535276499711E-04
+  5.61747826964082634E-04  5.66789331440914913E-04  5.71874422303606357E-04
+  5.77003476378700354E-04  5.82176873750595101E-04  5.87394997789710861E-04
+  5.92658235180898983E-04  5.97966975952097146E-04  6.03321613503230293E-04
+  6.08722544635366121E-04  6.14170169580116588E-04  6.19664892029297889E-04
+  6.25207119164846630E-04  6.30797261688991764E-04  6.36435733854690965E-04
+  6.42122953496326561E-04  6.47859342060670457E-04  6.53645324638114250E-04
+  6.59481329994169750E-04  6.65367790601242284E-04  6.71305142670679711E-04
+  6.77293826185095742E-04  6.83334284930975475E-04  6.89426966531561419E-04
+  6.95572322480024008E-04  7.01770808172918884E-04  7.08022882943933345E-04
+  7.14329010097926602E-04  7.20689656945259420E-04  7.27105294836425482E-04
+  7.33576399196980483E-04  7.40103449562772952E-04  7.46686929615477247E-04
+  7.53327327218440094E-04  7.60025134452830815E-04  7.66780847654106520E-04
+  7.73594967448792362E-04  7.80467998791581309E-04  7.87400451002751370E-04
+  7.94392837805909927E-04  8.01445677366060074E-04  8.08559492328002186E-04
+  8.15734809855059567E-04  8.22972161668147450E-04  8.30272084085172807E-04
+  8.37635118060778261E-04  8.45061809226428737E-04  8.52552707930845691E-04
+  8.60108369280787859E-04  8.67729353182189684E-04  8.75416224381649392E-04
+  8.83169552508281260E-04  8.90989912115925883E-04  8.98877882725727115E-04
+  9.06834048869076237E-04  9.14859000130928651E-04  9.22953331193493974E-04
+  9.31117641880304194E-04  9.39352537200661844E-04  9.47658627394476092E-04
+  9.56036527977479180E-04  9.64486859786842926E-04  9.73010249027182511E-04
+  9.81607327316960654E-04  9.90278731735294137E-04  9.99025104869161488E-04
+  1.00784709486102298E-03  1.01674535545684831E-03  1.02572054605456413E-03
+  1.03477333175291519E-03  1.04390438340075148E-03  1.05311437764674044E-03
+  1.06240399698950914E-03  1.07177392982822010E-03  1.08122487051358286E-03
+  1.09075751939930821E-03  1.10037258289400809E-03  1.11007077351354087E-03
+  1.11985280993381290E-03  1.12971941704403294E-03  1.13967132600043030E-03
+  1.14970927428043762E-03  1.15983400573733443E-03  1.17004627065537712E-03
+  1.18034682580539052E-03  1.19073643450085236E-03  1.20121586665445355E-03
+  1.21178589883515230E-03  1.22244731432572190E-03  1.23320090318079301E-03
+  1.24404746228539906E-03  1.25498779541402821E-03  1.26602271329018744E-03
+  1.27715303364647520E-03  1.28837958128518392E-03  1.29970318813941435E-03
+  1.31112469333473022E-03  1.32264494325133423E-03  1.33426479158679258E-03
+  1.34598509941929296E-03  1.35780673527145551E-03  1.36973057517468869E-03
+  1.38175750273411210E-03  1.39388840919403003E-03  1.40612419350397665E-03
+  1.41846576238532679E-03  1.43091403039849528E-03  1.44346992001069931E-03
+  1.45613436166432153E-03  1.46890829384585682E-03  1.48179266315545503E-03
+  1.49478842437707139E-03  1.50789654054921053E-03  1.52111798303630036E-03
+  1.53445373160066359E-03  1.54790477447512803E-03  1.56147210843624994E-03
+  1.57515673887818441E-03  1.58895967988718586E-03  1.60288195431674890E-03
+  1.61692459386341379E-03  1.63108863914320987E-03  1.64537513976877200E-03
+  1.65978515442711562E-03  1.67431975095809330E-03  1.68898000643351960E-03
+  1.70376700723698696E-03  1.71868184914436822E-03  1.73372563740501438E-03
+  1.74889948682366118E-03  1.76420452184303223E-03  1.77964187662716863E-03
+  1.79521269514546747E-03  1.81091813125745489E-03  1.82675934879829261E-03
+  1.84273752166501164E-03  1.85885383390350998E-03  1.87510947979628844E-03
+  1.89150566395094623E-03  1.90804360138945072E-03  1.92472451763816784E-03
+  1.94154964881867922E-03  1.95852024173937683E-03  1.97563755398785876E-03
+  1.99290285402411354E-03  2.01031742127451719E-03  2.02788254622664503E-03
+  2.04559953052488482E-03  2.06346968706690777E-03  2.08149434010094668E-03
+  2.09967482532392525E-03  2.11801248998043585E-03  2.13650869296257281E-03
+  2.15516480491062534E-03  2.17398220831464600E-03  2.19296229761689393E-03
+  2.21210647931516366E-03  2.23141617206701077E-03  2.25089280679487136E-03
+  2.27053782679209658E-03  2.29035268782990398E-03  2.31033885826524826E-03
+  2.33049781914962829E-03  2.35083106433883401E-03  2.37134010060364346E-03
+  2.39202644774147086E-03  2.41289163868899136E-03  2.43393721963572470E-03
+  2.45516475013861368E-03  2.47657580323758317E-03  2.49817196557210620E-03
+  2.51995483749877479E-03  2.54192603320988397E-03  2.56408718085303789E-03
+  2.58643992265180939E-03  2.60898591502741525E-03  2.63172682872146345E-03
+  2.65466434891975132E-03  2.67780017537713917E-03  2.70113602254349987E-03
+  2.72467361969075958E-03  2.74841471104103011E-03  2.77236105589586659E-03
+  2.79651442876661591E-03  2.82087661950591873E-03  2.84544943344032693E-03
+  2.87023469150408028E-03  2.89523423037403149E-03  2.92044990260575000E-03
+  2.94588357677078201E-03  2.97153713759512128E-03  2.99741248609885092E-03
+  3.02351153973701723E-03  3.04983623254170139E-03  3.07638851526533669E-03
+  3.10317035552524351E-03  3.13018373794943542E-03  3.15743066432366912E-03
+  3.18491315373977584E-03  3.21263324274526866E-03  3.24059298549425091E-03
+  3.26879445389960995E-03  3.29723973778655926E-03  3.32593094504747035E-03
+  3.35487020179807372E-03  3.38405965253498701E-03  3.41350146029462034E-03
+  3.44319780681345573E-03  3.47315089268969467E-03  3.50336293754631737E-03
+  3.53383618019555449E-03  3.56457287880476530E-03  3.59557531106376475E-03
+  3.62684577435358696E-03  3.65838658591671490E-03  3.69020008302876814E-03
+  3.72228862317169418E-03  3.75465458420844601E-03  3.78730036455915626E-03
+  3.82022838337886528E-03  3.85344108073675494E-03  3.88694091779695061E-03
+  3.92073037700087050E-03  3.95481196225117970E-03  3.98918819909728148E-03
+  4.02386163492248188E-03  4.05883483913270070E-03  4.09411040334687389E-03
+  4.12969094158895794E-03  4.16557909048161524E-03  4.20177750944157515E-03
+  4.23828888087666479E-03  4.27511591038456321E-03  4.31226132695326607E-03
+  4.34972788316327803E-03  4.38751835539155383E-03  4.42563554401721217E-03
+  4.46408227362900690E-03  4.50286139323461971E-03  4.54197577647173431E-03
+  4.58142832182094686E-03  4.62122195282051781E-03  4.66135961828298070E-03
+  4.70184429251360898E-03  4.74267897553079347E-03  4.78386669328830384E-03
+  4.82541049789947645E-03  4.86731346786335554E-03  4.90957870829276249E-03
+  4.95220935114434272E-03  4.99520855545062311E-03  5.03857950755405223E-03
+  5.08232542134305718E-03  5.12644953849016993E-03  5.17095512869217462E-03
+  5.21584548991236435E-03  5.26112394862485611E-03  5.30679386006105945E-03
+  5.35285860845822418E-03  5.39932160731019031E-03  5.44618629962025438E-03
+  5.49345615815625531E-03  5.54113468570784692E-03  5.58922541534600560E-03
+  5.63773191068476023E-03  5.68665776614520405E-03  5.73600660722179030E-03
+  5.78578209075089004E-03  5.83598790518173073E-03  5.88662777084962043E-03
+  5.93770544025156496E-03  5.98922469832425218E-03  6.04118936272444746E-03
+  6.09360328411180305E-03  6.14647034643411253E-03  6.19979446721502948E-03
+  6.25357959784428839E-03  6.30782972387039162E-03  6.36254886529587574E-03
+  6.41774107687508900E-03  6.47341044841455524E-03  6.52956110507593897E-03
+  6.58619720768163254E-03  6.64332295302293759E-03  6.70094257417096478E-03
+  6.75906034079022319E-03  6.81768055945483793E-03  6.87680757396758394E-03
+  6.93644576568166072E-03  6.99659955382518715E-03  7.05727339582858278E-03
+  7.11847178765470916E-03  7.18019926413190988E-03  7.24246039928989026E-03
+  7.30525980669852280E-03  7.36860213980956337E-03  7.43249209230134600E-03
+  7.49693439842639541E-03  7.56193383336211788E-03  7.62749521356446015E-03
+  7.69362339712465013E-03  7.76032328412901932E-03  7.82759981702191819E-03
+  7.89545798097177065E-03  7.96390280424029255E-03  8.03293935855491081E-03
+  8.10257275948436662E-03  8.17280816681758421E-03  8.24365078494581835E-03
+  8.31510586324806997E-03  8.38717869647985677E-03  8.45987462516534748E-03
+  8.53319903599283197E-03  8.60715736221367295E-03  8.68175508404464384E-03
+  8.75699772907378125E-03  8.83289087266971897E-03  8.90944013839454173E-03
+  8.98665119842025073E-03  9.06452977394878699E-03  9.14308163563565951E-03
+  9.22231260401729785E-03  9.30222854994203381E-03  9.38283539500480573E-03
+  9.46413911198566715E-03  9.54614572529201982E-03  9.62886131140467359E-03
+  9.71229199932780417E-03  9.79644397104273076E-03  9.88132346196565065E-03
+  9.96693676140930108E-03  1.00532902130486181E-02  1.01403902153904008E-02
+  1.02282432222470469E-02  1.03168557432143562E-02  1.04062343441534578E-02
+  1.04963856476769143E-02  1.05873163336390012E-02  1.06790331396302129E-02
+  1.07715428614760366E-02  1.08648523537400610E-02  1.09589685302313635E-02
+  1.10538983645163333E-02  1.11496488904348663E-02  1.12462272026210217E-02
+  1.13436404570281969E-02  1.14418958714587859E-02  1.15410007260984496E-02
+  1.16409623640549506E-02  1.17417881919016625E-02  1.18434856802257724E-02
+  1.19460623641811439E-02  1.20495258440460728E-02  1.21538837857857185E-02
+  1.22591439216194458E-02  1.23653140505930806E-02  1.24724020391560383E-02
+  1.25804158217434729E-02  1.26893634013634151E-02  1.27992528501890031E-02
+  1.29100923101557671E-02  1.30218899935641130E-02  1.31346541836869640E-02
+  1.32483932353826446E-02  1.33631155757130589E-02  1.34788297045671523E-02
+  1.35955441952898375E-02  1.37132676953161930E-02  1.38320089268112716E-02
+  1.39517766873153270E-02  1.40725798503946141E-02  1.41944273662978262E-02
+  1.43173282626181397E-02  1.44412916449610049E-02  1.45663266976176365E-02
+  1.46924426842443417E-02  1.48196489485477034E-02  1.49479549149755826E-02
+  1.50773700894142083E-02  1.52079040598910899E-02  1.53395664972841607E-02
+  1.54723671560368752E-02  1.56063158748795741E-02  1.57414225775569343E-02
+  1.58776972735618048E-02  1.60151500588752785E-02  1.61537911167131260E-02
+  1.62936307182786864E-02  1.64346792235222222E-02  1.65769470819067954E-02
+  1.67204448331807164E-02  1.68651831081566561E-02  1.70111726294974487E-02
+  1.71584242125086724E-02  1.73069487659379719E-02  1.74567572927813233E-02
+  1.76078608910962171E-02  1.77602707548217692E-02  1.79139981746059655E-02
+  1.80690545386399358E-02  1.82254513334994400E-02  1.83832001449935438E-02
+  1.85423126590206627E-02  1.87028006624318371E-02  1.88646760439014974E-02
+  1.90279507948056988E-02  1.91926370101078853E-02  1.93587468892522339E-02
+  1.95262927370646912E-02  1.96952869646617491E-02  1.98657420903669696E-02
+  2.00376707406354181E-02  2.02110856509860083E-02  2.03859996669418612E-02
+  2.05624257449786713E-02  2.07403769534812536E-02  2.09198664737083040E-02
+  2.11009076007653285E-02  2.12835137445860703E-02  2.14676984309222323E-02
+  2.16534753023415634E-02  2.18408581192348558E-02  2.20298607608312054E-02
+  2.22204972262221093E-02  2.24127816353943375E-02  2.26067282302716312E-02
+  2.28023513757652854E-02  2.29996655608337743E-02  2.31986853995514095E-02
+  2.33994256321861487E-02  2.36019011262865626E-02  2.38061268777782081E-02
+  2.40121180120692959E-02  2.42198897851657845E-02  2.44294575847960882E-02
+  2.46408369315453436E-02  2.48540434799993069E-02  2.50690930198981532E-02
+  2.52860014772999658E-02  2.55047849157543464E-02  2.57254595374858223E-02
+  2.59480416845875514E-02  2.61725478402250397E-02  2.63989946298502746E-02
+  2.66273988224260787E-02  2.68577773316609897E-02  2.70901472172546086E-02
+  2.73245256861536015E-02  2.75609300938183567E-02  2.77993779455004246E-02
+  2.80398868975309037E-02  2.82824747586196898E-02  2.85271594911658578E-02
+  2.87739592125791400E-02  2.90228921966125888E-02  2.92739768747067898E-02
+  2.95272318373452289E-02  2.97826758354212996E-02  3.00403277816169295E-02
+  3.03002067517928672E-02  3.05623319863907832E-02  3.08267228918473433E-02
+  3.10933990420200479E-02  3.13623801796254834E-02  3.16336862176894926E-02
+  3.19073372410097825E-02  3.21833535076307825E-02  3.24617554503312256E-02
+  3.27425636781240106E-02  3.30257989777690553E-02  3.33114823152987072E-02
+  3.35996348375561318E-02  3.38902778737468074E-02  3.41834329370029125E-02
+  3.44791217259611538E-02  3.47773661263536468E-02  3.50781882126125488E-02
+  3.53816102494878618E-02  3.56876546936791203E-02  3.59963441954807908E-02
+  3.63077016004414166E-02  3.66217499510368347E-02  3.69385124883574098E-02
+  3.72580126538095135E-02  3.75802740908312352E-02  3.79053206466225256E-02
+  3.82331763738899821E-02  3.85638655326060037E-02  3.88974125917829483E-02
+  3.92338422312621254E-02  3.95731793435177420E-02  3.99154490354758085E-02
+  4.02606766303485464E-02  4.06088876694839368E-02  4.09601079142307770E-02
+  4.13143633478193217E-02  4.16716801772576695E-02  4.20320848352438575E-02
+  4.23956039820940558E-02  4.27622645076866925E-02  4.31320935334227676E-02
+  4.35051184142026606E-02  4.38813667404191060E-02  4.42608663399669464E-02
+  4.46436452802694075E-02  4.50297318703214849E-02  4.54191546627497680E-02
+  4.58119424558897786E-02  4.62081242958804622E-02  4.66077294787755891E-02
+  4.70107875526732388E-02  4.74173283198623327E-02  4.78273818389871735E-02
+  4.82409784272297346E-02  4.86581486625099549E-02  4.90789233857040971E-02
+  4.95033337028814441E-02  4.99314109875592382E-02  5.03631868829762450E-02
+  5.07986933043848912E-02  5.12379624413622919E-02  5.16810267601400253E-02
+  5.21279190059528996E-02  5.25786722054073993E-02  5.30333196688687961E-02
+  5.34918949928681747E-02  5.39544320625287635E-02  5.44209650540123310E-02
+  5.48915284369850889E-02  5.53661569771038559E-02  5.58448857385222611E-02
+  5.63277500864173414E-02  5.68147856895363651E-02  5.73060285227645003E-02
+  5.78015148697129041E-02  5.83012813253279277E-02  5.88053647985210190E-02
+  5.93138025148201090E-02  5.98266320190418491E-02  6.03438911779857617E-02
+  6.08656181831493948E-02  6.13918515534654444E-02  6.19226301380610272E-02
+  6.24579931190381091E-02  6.29979800142769775E-02  6.35426306802612667E-02
+  6.40919853149257007E-02  6.46460844605262902E-02  6.52049690065332616E-02
+  6.57686801925468217E-02  6.63372596112356966E-02  6.69107492112990254E-02
+  6.74891913004512373E-02  6.80726285484305471E-02  6.86611039900307113E-02
+  6.92546610281566527E-02  6.98533434369038586E-02  7.04571953646614402E-02
+  7.10662613372395890E-02  7.16805862610211258E-02  7.23002154261372376E-02
+  7.29251945096678761E-02  7.35555695788666086E-02  7.41913870944103798E-02
+  7.48326939136738228E-02  7.54795372940291337E-02  7.61319648961702733E-02
+  7.67900247874632041E-02  7.74537654453210933E-02  7.81232357606049393E-02
+  7.87984850410501647E-02  7.94795630147186738E-02  8.01665198334770707E-02
+  8.08594060765004813E-02  8.15582727538029101E-02  8.22631713097935896E-02
+  8.29741536268596702E-02  8.36912720289753886E-02  8.44145792853380483E-02
+  8.51441286140303261E-02  8.58799736857094598E-02  8.66221686273236924E-02
+  8.73707680258549446E-02  8.81258269320894239E-02  8.88874008644150032E-02
+  8.96555458126456623E-02  9.04303182418739193E-02  9.12117750963500201E-02
+  9.19999738033894232E-02  9.27949722773071806E-02  9.35968289233805595E-02
+  9.44056026418391842E-02  9.52213528318831964E-02  9.60441393957292833E-02
+  9.68740227426843070E-02  9.77110637932479958E-02  9.85553239832425154E-02
+  9.94068652679710590E-02  1.00265750126404207E-01  1.01132041565394709E-01
+  1.02005803123920671E-01  1.02887098877356628E-01  1.03775993441773365E-01
+  1.04672551978265901E-01  1.05576840197310090E-01  1.06488924363146970E-01
+  1.07408871298196748E-01  1.08336748387499085E-01  1.09272623583184569E-01
+  1.10216565408971998E-01  1.11168642964695322E-01  1.12128925930858880E-01
+  1.13097484573220039E-01  1.14074389747401403E-01  1.15059712903529746E-01
+  1.16053526090904496E-01  1.17055901962692957E-01  1.18066913780654384E-01
+  1.19086635419891673E-01  1.20115141373630704E-01  1.21152506758027426E-01
+  1.22198807317002819E-01  1.23254119427104972E-01  1.24318520102398231E-01
+  1.25392086999380176E-01  1.26474898421925191E-01  1.27567033326254631E-01
+  1.28668571325934206E-01  1.29779592696897567E-01  1.30900178382495735E-01
+  1.32030409998573406E-01  1.33170369838570279E-01  1.34320140878648242E-01
+  1.35479806782843964E-01  1.36649451908246400E-01  1.37829161310198872E-01
+  1.39019020747525757E-01  1.40219116687783141E-01  1.41429536312533521E-01
+  1.42650367522643345E-01  1.43881698943604364E-01  1.45123619930876552E-01
+  1.46376220575254512E-01  1.47639591708254553E-01  1.48913824907524001E-01
+  1.50199012502270468E-01  1.51495247578712661E-01  1.52802623985549751E-01
+  1.54121236339451267E-01  1.55451180030565128E-01  1.56792551228043781E-01
+  1.58145446885588487E-01  1.59509964747009958E-01  1.60886203351806090E-01
+  1.62274262040754069E-01  1.63674240961519057E-01  1.65086241074275525E-01
+  1.66510364157342966E-01  1.67946712812834020E-01  1.69395390472314084E-01
+  1.70856501402472355E-01  1.72330150710802765E-01  1.73816444351293647E-01
+  1.75315489130126595E-01  1.76827392711381259E-01  1.78352263622747170E-01
+  1.79890211261240829E-01  1.81441345898925965E-01  1.83005778688637377E-01
+  1.84583621669706793E-01  1.86174987773687489E-01  1.87779990830080873E-01
+  1.89398745572058408E-01  1.91031367642181843E-01  1.92677973598117586E-01
+  1.94338680918345968E-01  1.96013608007860551E-01  1.97702874203861456E-01
+  1.99406599781435462E-01  2.01124905959223749E-01  2.02857914905076236E-01
+  2.04605749741689880E-01  2.06368534552228866E-01  2.08146394385924888E-01
+  2.09939455263657371E-01  2.11747844183508366E-01  2.13571689126293096E-01
+  2.15411119061062334E-01  2.17266263950575189E-01  2.19137254756739841E-01
+  2.21024223446019491E-01  2.22927302994801985E-01  2.24846627394730159E-01
+  2.26782331657990166E-01  2.28734551822555504E-01  2.30703424957384301E-01
+  2.32689089167566587E-01  2.34691683599418416E-01  2.36711348445521136E-01
+  2.38748224949701632E-01  2.40802455411950916E-01  2.42874183193277332E-01
+  2.44963552720492195E-01  2.47070709490923246E-01  2.49195800077053026E-01
+  2.51338972131078253E-01  2.53500374389387884E-01  2.55680156676952708E-01
+  2.57878469911626607E-01  2.60095466108353102E-01  2.62331298383272571E-01
+  2.64586120957728099E-01  2.66860089162163028E-01  2.69153359439907924E-01
+  2.71466089350850370E-01  2.73798437574984177E-01  2.76150563915832536E-01
+  2.78522629303740721E-01  2.80914795799030892E-01  2.83327226595017190E-01
+  2.85760086020873272E-01  2.88213539544345809E-01  2.90687753774312108E-01
+  2.93182896463170306E-01  2.95699136509061045E-01  2.98236643957911274E-01
+  3.00795590005296376E-01  3.03376146998108887E-01  3.05978488436034424E-01
+  3.08602788972820230E-01  3.11249224417335824E-01  3.13917971734413159E-01
+  3.16609209045460915E-01  3.19323115628846743E-01  3.22059871920035212E-01
+  3.24819659511477454E-01  3.27602661152242070E-01  3.30409060747378969E-01
+  3.33239043357006159E-01  3.36092795195112759E-01  3.38970503628067021E-01
+  3.41872357172820163E-01  3.44798545494796105E-01  3.47749259405457756E-01
+  3.50724690859536281E-01  3.53725032951920537E-01  3.56750479914184793E-01
+  3.59801227110751964E-01  3.62877471034678045E-01  3.65979409303044345E-01
+  3.69107240651949498E-01  3.72261164931083910E-01  3.75441383097877612E-01
+  3.78648097211206736E-01  3.81881510424646076E-01  3.85141826979253588E-01
+  3.88429252195871266E-01  3.91743992466932534E-01  3.95086255247754536E-01
+  3.98456249047307864E-01  4.01854183418439870E-01  4.05280268947544153E-01
+  4.08734717243653123E-01  4.12217740926939413E-01  4.15729553616612235E-01
+  4.19270369918181951E-01  4.22840405410089104E-01  4.26439876629662817E-01
+  4.30069001058404399E-01  4.33727997106566843E-01  4.37417084097016740E-01
+  4.41136482248353057E-01  4.44886412657266417E-01  4.48667097280116112E-01
+  4.52478758913700263E-01  4.56321621175202474E-01  4.60195908481286498E-01
+  4.64101846026319653E-01  4.68039659759698357E-01  4.72009576362252881E-01
+  4.76011823221705543E-01  4.80046628407157228E-01  4.84114220642574922E-01
+  4.88214829279254803E-01  4.92348684267233105E-01  4.96516016125614135E-01
+  5.00717055911792830E-01  5.04952035189533799E-01  5.09221185995884951E-01
+  5.13524740806890811E-01  5.17862932502072826E-01  5.22235994327649111E-01
+  5.26644159858456362E-01  5.31087662958543039E-01  5.35566737740397536E-01
+  5.40081618522779361E-01  5.44632539787111680E-01  5.49219736132407488E-01
+  5.53843442228681537E-01  5.58503892768819066E-01  5.63201322418855677E-01
+  5.67935965766634188E-01  5.72708057268789150E-01  5.77517831196030618E-01
+  5.82365521576670098E-01  5.87251362138356270E-01  5.92175586247971397E-01
+  5.97138426849643023E-01  6.02140116400829095E-01  6.07180886806422571E-01
+  6.12260969350834738E-01  6.17380594628004431E-01  6.22539992469279380E-01
+  6.27739391869134633E-01  6.32979020908652434E-01  6.38259106676732024E-01
+  6.43579875188961203E-01  6.48941551304106246E-01  6.54344358638151546E-01
+  6.59788519475845936E-01  6.65274254679684707E-01  6.70801783596278733E-01
+  6.76371323960042292E-01  6.81983091794145180E-01  6.87637301308660742E-01
+  6.93334164795852748E-01  6.99073892522528495E-01  7.04856692619403868E-01
+  7.10682770967397515E-01  7.16552331080805960E-01  7.22465573987272069E-01
+  7.28422698104489785E-01  7.34423899113567091E-01  7.40469369828976598E-01
+  7.46559300065022913E-01  7.52693876498745862E-01  7.58873282529189508E-01
+  7.65097698132960469E-01  7.71367299715991273E-01  7.77682259961435030E-01
+  7.84042747673610152E-01  7.90448927617915076E-01  7.96900960356622612E-01
+  8.03399002080485647E-01  8.09943204436051833E-01  8.16533714348616435E-01
+  8.23170673840718625E-01  8.29854219846093200E-01  8.36584484018997099E-01
+  8.43361592538808380E-01  8.50185665909820587E-01  8.57056818756129046E-01
+  8.63975159611526489E-01  8.70940790704306633E-01  8.77953807736889580E-01
+  8.85014299660165205E-01  8.92122348442466739E-01  8.99278028833075171E-01
+  9.06481408120154430E-01  9.13732545883027214E-01  9.21031493738685425E-01
+  9.28378295082438743E-01  9.35772984822607956E-01  9.43215589109155816E-01
+  9.50706125056157370E-01  9.58244600458013740E-01  9.65831013499304003E-01
+  9.73465352458179778E-01  9.81147595403194961E-01  9.88877709883478451E-01
+  9.96655652612144394E-01  1.00448136914284003E+00  1.01235479353933511E+00
+  1.02027584803804960E+00  1.02824444270342430E+00  1.03626047507603225E+00
+  1.04432382981334038E+00  1.05243437832301590E+00  1.06059197838869279E+00
+  1.06879647378809706E+00  1.07704769390343125E+00  1.08534545332395260E+00
+  1.09368955144062485E+00  1.10207977203276752E+00  1.11051588284662728E+00
+  1.11899763516576867E+00  1.12752476337321683E+00  1.13609698450526486E+00
+  1.14471399779687211E+00  1.15337548421858060E+00  1.16208110600487435E+00
+  1.17083050617391837E+00  1.17962330803861093E+00  1.18845911470888854E+00
+  1.19733750858522603E+00  1.20625805084328186E+00  1.21522028090963441E+00
+  1.22422371592857271E+00  1.23326785021989793E+00  1.24235215472769855E+00
+  1.25147607646007897E+00  1.26063903791980891E+00  1.26984043652588574E+00
+  1.27907964402598484E+00  1.28835600589981003E+00  1.29766884075332878E+00
+  1.30701743970391204E+00  1.31640106575639271E+00  1.32581895317005705E+00
+  1.33527030681661341E+00  1.34475430152916542E+00  1.35427008144224192E+00
+  1.36381675932294355E+00  1.37339341589326192E+00  1.38299909914365049E+00
+  1.39263282363793062E+00  1.40229356980962683E+00  1.41198028324983205E+00
+  1.42169187398671792E+00  1.43142721575681486E+00  1.44118514526819919E+00
+  1.45096446145573177E+00  1.46076392472850269E+00  1.47058225620966465E+00
+  1.48041813696881941E+00  1.49027020724716719E+00  1.50013706567561855E+00
+  1.51001726848608553E+00  1.51990932871619422E+00  1.52981171540765137E+00
+  1.53972285279853671E+00  1.54964111950978922E+00  1.55956484772616144E+00
+  1.56949232237196590E+00  1.57942178028190461E+00  1.58935140936732355E+00
+  1.59927934777822744E+00  1.60920368306141426E+00  1.61912245131509835E+00
+  1.62903363634040699E+00  1.63893516879014922E+00  1.64882492531527336E+00
+  1.65870072770943655E+00  1.66856034205212533E+00  1.67840147785079008E+00
+  1.68822178718246563E+00  1.69801886383534195E+00  1.70779024245080824E+00
+  1.71753339766646107E+00  1.72724574326060787E+00  1.73692463129881425E+00
+  1.74656735128302087E+00  1.75617112930381492E+00  1.76573312719642272E+00
+  1.77525044170101576E+00  1.78472010362792632E+00  1.79413907702839048E+00
+  1.80350425837144357E+00  1.81281247572760273E+00  1.82206048795998621E+00
+  1.83124498392353341E+00  1.84036258167300204E+00  1.84940982768041762E+00
+  1.85838319606268731E+00  1.86727908782007690E+00  1.87609383008629549E+00
+  1.88482367539090134E+00  1.89346480093480940E+00  1.90201330787965706E+00
+  1.91046522065181956E+00  1.91881648626189172E+00  1.92706297364045187E+00
+  1.93520047299097531E+00  1.94322469516076568E+00  1.95113127103081729E+00
+  1.95891575092554837E+00  1.96657360404338499E+00  1.97410021790920265E+00
+  1.98149089784970300E+00  1.98874086649283632E+00  1.99584526329243372E+00
+  2.00279914407930493E+00  2.00959748064010446E+00  2.01623516032535832E+00
+  2.02270698568815410E+00  2.02900767415506600E+00  2.03513185773104288E+00
+  2.04107408274008373E+00  2.04682880960368729E+00  2.05239041265922539E+00
+  2.05775318002055885E+00  2.06291131348340651E+00  2.06785892847823050E+00
+  2.07259005407360553E+00  2.07709863303333719E+00  2.08137852193086514E+00
+  2.08542349132483951E+00  2.08922722600009125E+00  2.09278332527862965E+00
+  2.09608530340571120E+00  2.09912659001650059E+00  2.10190053068935923E+00
+  2.10440038759234360E+00  2.10661934023009589E+00  2.10855048629899589E+00
+  2.11018684265908707E+00  2.11152134643214850E+00  2.11254685623602301E+00
+  2.11325615356626084E+00  2.11364194433707686E+00  2.11369686059466177E+00
+  2.11341346241697003E+00  2.11278424001531739E+00  2.11180161605436290E+00
+  2.11045794820840005E+00  2.10874553197331949E+00  2.10665660375511754E+00
+  2.10418334425743581E+00  2.10131788219232396E+00  2.09805229834019213E+00
+  2.09437862998685675E+00  2.09028887576750222E+00  2.08577500094951285E+00
+  2.08082894318826339E+00  2.07544261879224656E+00  2.06960792953623418E+00
+  2.06331677006360836E+00  2.05656103592152206E+00  2.04933263227509022E+00
+  2.04162348334947685E+00  2.03342554265140718E+00  2.02473080402437633E+00
+  2.01553131359453941E+00  2.00581918266706127E+00  1.99558660163537738E+00
+  1.98482585496858643E+00  1.97352933734473868E+00  1.96168957100042429E+00
+  1.94929922436937564E+00  1.93635113208514165E+00  1.92283831642486747E+00
+  1.90875401027306646E+00  1.89409168168574693E+00  1.87884506013641417E+00
+  1.86300816452620133E+00  1.84657533304066335E+00  1.82954125493544861E+00
+  1.81190100433217349E+00  1.79365007610417937E+00  1.77478442392942992E+00
+  1.75530050058448062E+00  1.73519530054909832E+00  1.71446640498569236E+00
+  1.69311202915099424E+00  1.67113107228939661E+00  1.64852317004781335E+00
+  1.62528874944071267E+00  1.60142908638102122E+00  1.57694636577763814E+00
+  1.55184374418328930E+00  1.52612541495706955E+00  1.49979667588426469E+00
+  1.47286399917156041E+00  1.44533510370844653E+00  1.41721902945528222E+00
+  1.38852621378486973E+00  1.35926856956734454E+00  1.32945956474742233E+00
+  1.29911430311847154E+00  1.26824960594912528E+00  1.23688409406510469E+00
+  1.20503826993138774E+00  1.17273459921747913E+00  1.13999759126128919E+00
+  1.10685387777462463E+00  1.07333228905552014E+00  1.03946392688915723E+00
+  1.00528223322997912E+00  9.70823053662550062E-01  9.36124694537390001E-01
+  9.01227972570613711E-01  8.66176255582260635E-01  8.31015492927701382E-01
+  7.95794234049384874E-01  7.60563633442183251E-01  7.25377440184693079E-01
+  6.90291970040812108E-01  6.55366057980928063E-01  6.20660988809516923E-01
+  5.86240403416177558E-01  5.52170177989776412E-01  5.18518273350184522E-01
+  4.85354551359067354E-01  4.52750555169843527E-01  4.20779249867070770E-01
+  3.89514719826679734E-01  3.59031818900100941E-01  3.29405769286949202E-01
+  3.00711704711580929E-01  2.73024153257641178E-01  2.46416454940774743E-01
+  2.20960108811271205E-01  1.96724044074544135E-01  1.73773809395563028E-01
+  1.52170674212584650E-01  1.31970635522266344E-01  1.13223323211351160E-01
+  9.59707965954488817E-02  8.02462243811448428E-02  6.60724397899275229E-02
+  5.34603620679984654E-02  4.24072750521312658E-02  3.28949528645330475E-02
+  2.48876221667863433E-02  1.83297497112703267E-02  1.31436431870309012E-02
+  9.22685256374082205E-03  6.44935829316999401E-03  4.65053183365626583E-03
+  3.63585302250917126E-03  3.17336783859654969E-03  2.99062943563165344E-03
+  2.73547363647016085E-03  2.44783025507602694E-03  2.13965450117279635E-03
+  1.82262713573712624E-03  1.50792566472356484E-03  1.20597152721999175E-03
+  9.26151780937537025E-04  6.76513819018116679E-04  4.63431492403056143E-04
+  2.91241042488297845E-04  1.61845099496913265E-04  7.42829711755982249E-05
+  2.42653355579404553E-05  3.67135911271653569E-06  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00
+  END     
+   TPROJECTOR   2 #p(r), for p(r)/r*Ylm)
+  0.00000000000000000E+00  1.86018003939696422E-06  3.73644228841573352E-06
+  5.62892578599914932E-06  7.53777077315305359E-06  9.46311870333854790E-06
+  1.14051122529544700E-05  1.33638953319101676E-05  1.53396130942899190E-05
+  1.73324119491095318E-05  1.93424395711655375E-05  2.13698449119790497E-05
+  2.34147782108331867E-05  2.54773910059067095E-05  2.75578361455036525E-05
+  2.96562677993798484E-05  3.17728414701677354E-05  3.39077140048996779E-05
+  3.60610436066310141E-05  3.82329898461635268E-05  4.04237136738703150E-05
+  4.26333774316230613E-05  4.48621448648219527E-05  4.71101811345301329E-05
+  4.93776528297128669E-05  5.16647279795821862E-05  5.39715760660487741E-05
+  5.62983680362815809E-05  5.86452763153749642E-05  6.10124748191269602E-05
+  6.34001389669265175E-05  6.58084456947532706E-05  6.82375734682890816E-05
+  7.06877022961428130E-05  7.31590137431902291E-05  7.56516909440284845E-05
+  7.81659186165471092E-05  8.07018830756162380E-05  8.32597722468939245E-05
+  8.58397756807514174E-05  8.84420845663203546E-05  9.10668917456603313E-05
+  9.37143917280490641E-05  9.63847807043969945E-05  9.90782565617853825E-05
+  1.01795018898130765E-04  1.04535269036975804E-04  1.07299210042408614E-04
+  1.10087046734109724E-04  1.12898985702531725E-04  1.15735235324206738E-04
+  1.18596005777189302E-04  1.21481509056630262E-04  1.24391958990488049E-04
+  1.27327571255372673E-04  1.30288563392529295E-04  1.33275154823958396E-04
+  1.36287566868675960E-04  1.39326022759114879E-04  1.42390747657666135E-04
+  1.45481968673365355E-04  1.48599914878721952E-04  1.51744817326694486E-04
+  1.54916909067812894E-04  1.58116425167448369E-04  1.61343602723232587E-04
+  1.64598680882627961E-04  1.67881900860648978E-04  1.71193505957737118E-04
+  1.74533741577791949E-04  1.77902855246354387E-04  1.81301096628951508E-04
+  1.84728717549595639E-04  1.88185972009447542E-04  1.91673116205637892E-04
+  1.95190408550252961E-04  1.98738109689483849E-04  2.02316482522941165E-04
+  2.05925792223137926E-04  2.09566306255139310E-04  2.13238294396381981E-04
+  2.16942028756668620E-04  2.20677783798329369E-04  2.24445836356561735E-04
+  2.28246465659945645E-04  2.32079953351135501E-04  2.35946583507730151E-04
+  2.39846642663325328E-04  2.43780419828746285E-04  2.47748206513464912E-04
+  2.51750296747201376E-04  2.55786987101714529E-04  2.59858576712777866E-04
+  2.63965367302345343E-04  2.68107663200913037E-04  2.72285771370070885E-04
+  2.76500001425247397E-04  2.80750665658655930E-04  2.85038079062435896E-04
+  2.89362559351995425E-04  2.93724426989554264E-04  2.98124005207893450E-04
+  3.02561620034305602E-04  3.07037600314757778E-04  3.11552277738258378E-04
+  3.16105986861436330E-04  3.20699065133335385E-04  3.25331852920418096E-04
+  3.30004693531790543E-04  3.34717933244640313E-04  3.39471921329900111E-04
+  3.44267010078128533E-04  3.49103554825615919E-04  3.53981913980717998E-04
+  3.58902449050413092E-04  3.63865524667092649E-04  3.68871508615583677E-04
+  3.73920771860399188E-04  3.79013688573231837E-04  3.84150636160679676E-04
+  3.89331995292214344E-04  3.94558149928390272E-04  3.99829487349297077E-04
+  4.05146398183259693E-04  4.10509276435784944E-04  4.15918519518758780E-04
+  4.21374528279896683E-04  4.26877707032447440E-04  4.32428463585156808E-04
+  4.38027209272484120E-04  4.43674358985086037E-04  4.49370331200562461E-04
+  4.55115548014466565E-04  4.60910435171582610E-04  4.66755422097476775E-04
+  4.72650941930320657E-04  4.78597431552986257E-04  4.84595331625421342E-04
+  4.90645086617305941E-04  4.96747144840986392E-04  5.02901958484700722E-04
+  5.09109983646084934E-04  5.15371680365972473E-04  5.21687512662486852E-04
+  5.28057948565424195E-04  5.34483460150938388E-04  5.40964523576525024E-04
+  5.47501619116302538E-04  5.54095231196608190E-04  5.60745848431890470E-04
+  5.67453963660920582E-04  5.74220073983314769E-04  5.81044680796368460E-04
+  5.87928289832214367E-04  5.94871411195298802E-04  6.01874559400181197E-04
+  6.08938253409663319E-04  6.16063016673247012E-04  6.23249377165922607E-04
+  6.30497867427293667E-04  6.37809024601042806E-04  6.45183390474734705E-04
+  6.52621511519963903E-04  6.60123938932853866E-04  6.67691228674897799E-04
+  6.75323941514164401E-04  6.83022643066846010E-04  6.90787903839179497E-04
+  6.98620299269718872E-04  7.06520409771977395E-04  7.14488820777445677E-04
+  7.22526122778963239E-04  7.30632911374487753E-04  7.38809787311223371E-04
+  7.47057356530140019E-04  7.55376230210882786E-04  7.63767024817052758E-04
+  7.72230362141896600E-04  7.80766869354382982E-04  7.89377179045675165E-04
+  7.98061929276013210E-04  8.06821763621992779E-04  8.15657331224259622E-04
+  8.24569286835614545E-04  8.33558290869527117E-04  8.42625009449085669E-04
+  8.51770114456346702E-04  8.60994283582136631E-04  8.70298200376264878E-04
+  8.79682554298176272E-04  8.89148040768049071E-04  8.98695361218323835E-04
+  9.08325223145680294E-04  9.18038340163478041E-04  9.27835432054618112E-04
+  9.37717224824902206E-04  9.47684450756819743E-04  9.57737848463817605E-04
+  9.67878162945034776E-04  9.78106145640510139E-04  9.88422554486863411E-04
+  9.98828153973467872E-04  1.00932371519909581E-03  1.01991001592906618E-03
+  1.03058784065287253E-03  1.04135798064232811E-03  1.05222123401019002E-03
+  1.06317840576931194E-03  1.07423030789229653E-03  1.08537775937166386E-03
+  1.09662158628053984E-03  1.10796262183388179E-03  1.11940170645021550E-03
+  1.13093968781391115E-03  1.14257742093800676E-03  1.15431576822756614E-03
+  1.16615559954358523E-03  1.17809779226745511E-03  1.19014323136597527E-03
+  1.20229280945693788E-03  1.21454742687527239E-03  1.22690799173976470E-03
+  1.23937542002035056E-03  1.25195063560599963E-03  1.26463457037316639E-03
+  1.27742816425486247E-03  1.29033236531029584E-03  1.30334812979513185E-03
+  1.31647642223235804E-03  1.32971821548375424E-03  1.34307449082198905E-03
+  1.35654623800333636E-03  1.37013445534101604E-03  1.38384014977918027E-03
+  1.39766433696752838E-03  1.41160804133656607E-03  1.42567229617353124E-03
+  1.43985814369895207E-03  1.45416663514389300E-03  1.46859883082784250E-03
+  1.48315580023730079E-03  1.49783862210501511E-03  1.51264838448993957E-03
+  1.52758618485785086E-03  1.54265313016267247E-03  1.55785033692852062E-03
+  1.57317893133242671E-03  1.58864004928780007E-03  1.60423483652860546E-03
+  1.61996444869425601E-03  1.63583005141526702E-03  1.65183282039961955E-03
+  1.66797394151989384E-03  1.68425461090114482E-03  1.70067603500953990E-03
+  1.71723943074176058E-03  1.73394602551518989E-03  1.75079705735884652E-03
+  1.76779377500516175E-03  1.78493743798248221E-03  1.80222931670842709E-03
+  1.81967069258402465E-03  1.83726285808867096E-03  1.85500711687590228E-03
+  1.87290478387000916E-03  1.89095718536347627E-03  1.90916565911525976E-03
+  1.92753155444992923E-03  1.94605623235765074E-03  1.96474106559505271E-03
+  1.98358743878693797E-03  2.00259674852890134E-03  2.02177040349082017E-03
+  2.04110982452124267E-03  2.06061644475267515E-03  2.08029170970779054E-03
+  2.10013707740653970E-03  2.12015401847420607E-03  2.14034401625036799E-03
+  2.16070856689884808E-03  2.18124917951855336E-03  2.20196737625533200E-03
+  2.22286469241475809E-03  2.24394267657589607E-03  2.26520289070608312E-03
+  2.28664691027664815E-03  2.30827632437967736E-03  2.33009273584577296E-03
+  2.35209776136281832E-03  2.37429303159579930E-03  2.39668019130761644E-03
+  2.41926089948099870E-03  2.44203682944141992E-03  2.46500966898110466E-03
+  2.48818112048411044E-03  2.51155290105246551E-03  2.53512674263342216E-03
+  2.55890439214779847E-03  2.58288761161943724E-03  2.60707817830577431E-03
+  2.63147788482954222E-03  2.65608853931160495E-03  2.68091196550495833E-03
+  2.70595000292987459E-03  2.73120450701020735E-03  2.75667734921090403E-03
+  2.78237041717667444E-03  2.80828561487187715E-03  2.83442486272161755E-03
+  2.86079009775404812E-03  2.88738327374392367E-03  2.91420636135736495E-03
+  2.94126134829790931E-03  2.96855023945381477E-03  2.99607505704660264E-03
+  3.02383784078093330E-03  3.05184064799575178E-03  3.08008555381675004E-03
+  3.10857465131012846E-03  3.13731005163771573E-03  3.16629388421340880E-03
+  3.19552829686096419E-03  3.22501545597316842E-03  3.25475754667238059E-03
+  3.28475677297244625E-03  3.31501535794203814E-03  3.34553554386938373E-03
+  3.37631959242842405E-03  3.40736978484642954E-03  3.43868842207304282E-03
+  3.47027782495076733E-03  3.50214033438698332E-03  3.53427831152740464E-03
+  3.56669413793103164E-03  3.59939021574667232E-03  3.63236896789091365E-03
+  3.66563283822769238E-03  3.69918429174939060E-03  3.73302581475949084E-03
+  3.76715991505684102E-03  3.80158912212147631E-03  3.83631598730206115E-03
+  3.87134308400498024E-03  3.90667300788499761E-03  3.94230837703765137E-03
+  3.97825183219321574E-03  4.01450603691244114E-03  4.05107367778388683E-03
+  4.08795746462304460E-03  4.12516013067312608E-03  4.16268443280761163E-03
+  4.20053315173455656E-03  4.23870909220263031E-03  4.27721508320897358E-03
+  4.31605397820885705E-03  4.35522865532708692E-03  4.39474201757132903E-03
+  4.43459699304720768E-03  4.47479653517530995E-03  4.51534362291002196E-03
+  4.55624126096030539E-03  4.59749248001233360E-03  4.63910033695409847E-03
+  4.68106791510193403E-03  4.72339832442899427E-03  4.76609470179570859E-03
+  4.80916021118226421E-03  4.85259804392304019E-03  4.89641141894309011E-03
+  4.94060358299672729E-03  4.98517781090807195E-03  5.03013740581375463E-03
+  5.07548569940766657E-03  5.12122605218789072E-03  5.16736185370568132E-03
+  5.21389652281668142E-03  5.26083350793424276E-03  5.30817628728500954E-03
+  5.35592836916661333E-03  5.40409329220768384E-03  5.45267462563007489E-03
+  5.50167596951335082E-03  5.55110095506157301E-03  5.60095324487237117E-03
+  5.65123653320835986E-03  5.70195454627092820E-03  5.75311104247630371E-03
+  5.80470981273414031E-03  5.85675468072836651E-03  5.90924950320058026E-03
+  5.96219817023584987E-03  6.01560460555095218E-03  6.06947276678516598E-03
+  6.12380664579352009E-03  6.17861026894264004E-03  6.23388769740906498E-03
+  6.28964302748026213E-03  6.34588039085812357E-03  6.40260395496516227E-03
+  6.45981792325333107E-03  6.51752653551551479E-03  6.57573406819970431E-03
+  6.63444483472591488E-03  6.69366318580581245E-03  6.75339350976513625E-03
+  6.81364023286884675E-03  6.87440781964917050E-03  6.93570077323644833E-03
+  6.99752363569277475E-03  7.05988098834863138E-03  7.12277745214234988E-03
+  7.18621768796258442E-03  7.25020639699364838E-03  7.31474832106390055E-03
+  7.37984824299716888E-03  7.44551098696714236E-03  7.51174141885483510E-03
+  7.57854444660922659E-03  7.64592502061091535E-03  7.71388813403896256E-03
+  7.78243882324091731E-03  7.85158216810602320E-03  7.92132329244162915E-03
+  7.99166736435297231E-03  8.06261959662598997E-03  8.13418524711377773E-03
+  8.20636961912609743E-03  8.27917806182242380E-03  8.35261597060830280E-03
+  8.42668878753522442E-03  8.50140200170381929E-03  8.57676114967067735E-03
+  8.65277181585860644E-03  8.72943963297046627E-03  8.80677028240652721E-03
+  8.88476949468555190E-03  8.96344304986938789E-03  9.04279677799132119E-03
+  9.12283655948806921E-03  9.20356832563556417E-03  9.28499805898847647E-03
+  9.36713179382354585E-03  9.44997561658670812E-03  9.53353566634417698E-03
+  9.61781813523729032E-03  9.70282926894145206E-03  9.78857536712889401E-03
+  9.87506278393551415E-03  9.96229792843176046E-03  1.00502872650975461E-02
+  1.01390373143012587E-02  1.02285546527829847E-02  1.03188459141418699E-02
+  1.04099177893276218E-02  1.05017770271363976E-02  1.05944304347108664E-02
+  1.06878848780446629E-02  1.07821472824911856E-02  1.08772246332767206E-02
+  1.09731239760181599E-02  1.10698524172450179E-02  1.11674171249261239E-02
+  1.12658253290006914E-02  1.13650843219141456E-02  1.14652014591585007E-02
+  1.15661841598174407E-02  1.16680399071160019E-02  1.17707762489752225E-02
+  1.18744007985713725E-02  1.19789212349001757E-02  1.20843453033457580E-02
+  1.21906808162546704E-02  1.22979356535147695E-02  1.24061177631391781E-02
+  1.25152351618551816E-02  1.26252959356983260E-02  1.27363082406116677E-02
+  1.28482803030499672E-02  1.29612204205895171E-02  1.30751369625428590E-02
+  1.31900383705789992E-02  1.33059331593489913E-02  1.34228299171168346E-02
+  1.35407373063959370E-02  1.36596640645909560E-02  1.37796190046453118E-02
+  1.39006110156942621E-02  1.40226490637235142E-02  1.41457421922337248E-02
+  1.42698995229105403E-02  1.43951302563006325E-02  1.45214436724933477E-02
+  1.46488491318085418E-02  1.47773560754900397E-02  1.49069740264053049E-02
+  1.50377125897511454E-02  1.51695814537653566E-02  1.53025903904448098E-02
+  1.54367492562693491E-02  1.55720679929324014E-02  1.57085566280774427E-02
+  1.58462252760412335E-02  1.59850841386032574E-02  1.61251435057415682E-02
+  1.62664137563954640E-02  1.64089053592345151E-02  1.65526288734342067E-02
+  1.66975949494584802E-02  1.68438143298489627E-02  1.69912978500208998E-02
+  1.71400564390661730E-02  1.72901011205630825E-02  1.74414430133931556E-02
+  1.75940933325652409E-02  1.77480633900462918E-02  1.79033645955998869E-02
+  1.80600084576313935E-02  1.82180065840408974E-02  1.83773706830834480E-02
+  1.85381125642364100E-02  1.87002441390746732E-02  1.88637774221534008E-02
+  1.90287245318980433E-02  1.91950976915025717E-02  1.93629092298350791E-02
+  1.95321715823513348E-02  1.97028972920163109E-02  1.98750990102336059E-02
+  2.00487894977828054E-02  2.02239816257652263E-02  2.04006883765574590E-02
+  2.05789228447734590E-02  2.07586982382348406E-02  2.09400278789495797E-02
+  2.11229252040990856E-02  2.13074037670339320E-02  2.14934772382781789E-02
+  2.16811594065422011E-02  2.18704641797445934E-02  2.20614055860425817E-02
+  2.22539977748715465E-02  2.24482550179934889E-02  2.26441917105544635E-02
+  2.28418223721513283E-02  2.30411616479075446E-02  2.32422243095583500E-02
+  2.34450252565453557E-02  2.36495795171205447E-02  2.38559022494597567E-02
+  2.40640087427859417E-02  2.42739144185020531E-02  2.44856348313336886E-02
+  2.46991856704816756E-02  2.49145827607845302E-02  2.51318420638911161E-02
+  2.53509796794432959E-02  2.55720118462688939E-02  2.57949549435847539E-02
+  2.60198254922107131E-02  2.62466401557934423E-02  2.64754157420412084E-02
+  2.67061692039693988E-02  2.69389176411564818E-02  2.71736783010110977E-02
+  2.74104685800499875E-02  2.76493060251869829E-02  2.78902083350332369E-02
+  2.81331933612083349E-02  2.83782791096634165E-02  2.86254837420149011E-02
+  2.88748255768904311E-02  2.91263230912860785E-02  2.93799949219353401E-02
+  2.96358598666900605E-02  2.98939368859132693E-02  3.01542451038839046E-02
+  3.04168038102138188E-02  3.06816324612770655E-02  3.09487506816515587E-02
+  3.12181782655728199E-02  3.14899351784009018E-02  3.17640415580993582E-02
+  3.20405177167275915E-02  3.23193841419456562E-02  3.26006614985322879E-02
+  3.28843706299157476E-02  3.31705325597186143E-02  3.34591684933149280E-02
+  3.37502998194016968E-02  3.40439481115832610E-02  3.43401351299699870E-02
+  3.46388828227903525E-02  3.49402133280170071E-02  3.52441489750070364E-02
+  3.55507122861563607E-02  3.58599259785683105E-02  3.61718129657367105E-02
+  3.64863963592435489E-02  3.68036994704714071E-02  3.71237458123301334E-02
+  3.74465591009992965E-02  3.77721632576850791E-02  3.81005824103923252E-02
+  3.84318408957125962E-02  3.87659632606266041E-02  3.91029742643232703E-02
+  3.94428988800336333E-02  3.97857622968814245E-02  4.01315899217487698E-02
+  4.04804073811588644E-02  4.08322405231739821E-02  4.11871154193109712E-02
+  4.15450583664725148E-02  4.19060958888948926E-02  4.22702547401137552E-02
+  4.26375619049453036E-02  4.30080446014859397E-02  4.33817302831283613E-02
+  4.37586466405954916E-02  4.41388216039917125E-02  4.45222833448720295E-02
+  4.49090602783288051E-02  4.52991810650972548E-02  4.56926746136780831E-02
+  4.60895700824792420E-02  4.64898968819758701E-02  4.68936846768890636E-02
+  4.73009633883832575E-02  4.77117631962827582E-02  4.81261145413073022E-02
+  4.85440481273269886E-02  4.89655949236369042E-02  4.93907861672509413E-02
+  4.98196533652155576E-02  5.02522282969439793E-02  5.06885430165700673E-02
+  5.11286298553224883E-02  5.15725214239199509E-02  5.20202506149862742E-02
+  5.24718506054874523E-02  5.29273548591881887E-02  5.33867971291314275E-02
+  5.38502114601378812E-02  5.43176321913280136E-02  5.47890939586653802E-02
+  5.52646316975219654E-02  5.57442806452658479E-02  5.62280763438711972E-02
+  5.67160546425503342E-02  5.72082517004094265E-02  5.77047039891263047E-02
+  5.82054482956516767E-02  5.87105217249338923E-02  5.92199617026667874E-02
+  5.97338059780616881E-02  6.02520926266430362E-02  6.07748600530684524E-02
+  6.13021469939726282E-02  6.18339925208364616E-02  6.23704360428803950E-02
+  6.29115173099831781E-02  6.34572764156252356E-02  6.40077537998582080E-02
+  6.45629902522994598E-02  6.51230269151528013E-02  6.56879052862550938E-02
+  6.62576672221496243E-02  6.68323549411850848E-02  6.74120110266419742E-02
+  6.79966784298864368E-02  6.85864004735499411E-02  6.91812208547376017E-02
+  6.97811836482639530E-02  7.03863333099160604E-02  7.09967146797455539E-02
+  7.16123729853885976E-02  7.22333538454147522E-02  7.28597032727043709E-02
+  7.34914676778557208E-02  7.41286938726209432E-02  7.47714290733721698E-02
+  7.54197209045967265E-02  7.60736174024236878E-02  7.67331670181797543E-02
+  7.73984186219763837E-02  7.80694215063278685E-02  7.87462253898003062E-02
+  7.94288804206923216E-02  8.01174371807470975E-02  8.08119466888977123E-02
+  8.15124604050426194E-02  8.22190302338559054E-02  8.29317085286288835E-02
+  8.36505480951454938E-02  8.43756021955907598E-02  8.51069245524937457E-02
+  8.58445693527031262E-02  8.65885912513986444E-02  8.73390453761355434E-02
+  8.80959873309253849E-02  8.88594732003509524E-02  8.96295595537169310E-02
+  9.04063034492367801E-02  9.11897624382551897E-02  9.19799945695068955E-02
+  9.27770583934125204E-02  9.35810129664120249E-02  9.43919178553332683E-02
+  9.52098331418014809E-02  9.60348194266836541E-02  9.68669378345731469E-02
+  9.77062500183125682E-02  9.85528181635548783E-02  9.94067049933645697E-02
+  1.00267973772858648E-01  1.01136688313886280E-01  1.02012912979750153E-01
+  1.02896712689968473E-01  1.03788152925076316E-01  1.04687299731470645E-01
+  1.05594219726294958E-01  1.06508980102367867E-01  1.07431648633152410E-01
+  1.08362293677769006E-01  1.09300984186052164E-01  1.10247789703649013E-01
+  1.11202780377163579E-01  1.12166026959343967E-01  1.13137600814314732E-01
+  1.14117573922854681E-01  1.15106018887719014E-01  1.16103008939008462E-01
+  1.17108617939583798E-01  1.18122920390526770E-01  1.19145991436649390E-01
+  1.20177906872048268E-01  1.21218743145709906E-01  1.22268577367160153E-01
+  1.23327487312166084E-01  1.24395551428484685E-01  1.25472848841661627E-01
+  1.26559459360879645E-01  1.27655463484857068E-01  1.28760942407798118E-01
+  1.29875978025392608E-01  1.31000652940868628E-01  1.32135050471096610E-01
+  1.33279254652745788E-01  1.34433350248493899E-01  1.35597422753289398E-01
+  1.36771558400669124E-01  1.37955844169127900E-01  1.39150367788544949E-01
+  1.40355217746664179E-01  1.41570483295630462E-01  1.42796254458582073E-01
+  1.44032622036299657E-01  1.45279677613912722E-01  1.46537513567661787E-01
+  1.47806223071721837E-01  1.49085900105080993E-01  1.50376639458479733E-01
+  1.51678536741410241E-01  1.52991688389173874E-01  1.54316191670001324E-01
+  1.55652144692231653E-01  1.56999646411554505E-01  1.58358796638313704E-01
+  1.59729696044872971E-01  1.61112446173045876E-01  1.62507149441588172E-01
+  1.63913909153755588E-01  1.65332829504924284E-01  1.66764015590279591E-01
+  1.68207573412566980E-01  1.69663609889912581E-01  1.71132232863708100E-01
+  1.72613551106565621E-01  1.74107674330337248E-01  1.75614713194206462E-01
+  1.77134779312846991E-01  1.78667985264651330E-01  1.80214444600030499E-01
+  1.81774271849784119E-01  1.83347582533541387E-01  1.84934493168275038E-01
+  1.86535121276888316E-01  1.88149585396874264E-01  1.89778005089049018E-01
+  1.91420500946359706E-01  1.93077194602768287E-01  1.94748208742210382E-01
+  1.96433667107629772E-01  1.98133694510092051E-01  1.99848416837973442E-01
+  2.01577961066229439E-01  2.03322455265742108E-01  2.05082028612747269E-01
+  2.06856811398340668E-01  2.08646935038066250E-01  2.10452532081586374E-01
+  2.12273736222431453E-01  2.14110682307837807E-01  2.15963506348663681E-01
+  2.17832345529390570E-01  2.19717338218214486E-01  2.21618623977215767E-01
+  2.23536343572620921E-01  2.25470638985147132E-01  2.27421653420438019E-01
+  2.29389531319586448E-01  2.31374418369745538E-01  2.33376461514832212E-01
+  2.35395808966319287E-01  2.37432610214118378E-01  2.39487016037558620E-01
+  2.41559178516453588E-01  2.43649251042265091E-01  2.45757388329360393E-01
+  2.47883746426364349E-01  2.50028482727607859E-01  2.52191755984673027E-01
+  2.54373726318034510E-01  2.56574555228801904E-01  2.58794405610558498E-01
+  2.61033441761301055E-01  2.63291829395480126E-01  2.65569735656141392E-01
+  2.67867329127170428E-01  2.70184779845638601E-01  2.72522259314254278E-01
+  2.74879940513919341E-01  2.77257997916389054E-01  2.79656607497038856E-01
+  2.82075946747741280E-01  2.84516194689846569E-01  2.86977531887275650E-01
+  2.89460140459719850E-01  2.91964204095953639E-01  2.94489908067258443E-01
+  2.97037439240957379E-01  2.99606986094065331E-01  3.02198738727050720E-01
+  3.04812888877713406E-01  3.07449629935179325E-01  3.10109156954011977E-01
+  3.12791666668436719E-01  3.15497357506692722E-01  3.18226429605494743E-01
+  3.20979084824622896E-01  3.23755526761628221E-01  3.26555960766664377E-01
+  3.29380593957440126E-01  3.32229635234296827E-01  3.35103295295411052E-01
+  3.38001786652121661E-01  3.40925323644387213E-01  3.43874122456366504E-01
+  3.46848401132132445E-01  3.49848379591512604E-01  3.52874279646061995E-01
+  3.55926325015166412E-01  3.59004741342279665E-01  3.62109756211294487E-01
+  3.65241599163046216E-01  3.68400501711953154E-01  3.71586697362796814E-01
+  3.74800421627631830E-01  3.78041912042844097E-01  3.81311408186338907E-01
+  3.84609151694878970E-01  3.87935386281556660E-01  3.91290357753410811E-01
+  3.94674314029189732E-01  3.98087505157259769E-01  4.01530183333648538E-01
+  4.05002602920251698E-01  4.08505020463173940E-01  4.12037694711224312E-01
+  4.15600886634560407E-01  4.19194859443483780E-01  4.22819878607385680E-01
+  4.26476211873848543E-01  4.30164129287896824E-01  4.33883903211404909E-01
+  4.37635808342665467E-01  4.41420121736105675E-01  4.45237122822168208E-01
+  4.49087093427348538E-01  4.52970317794397004E-01  4.56887082602669969E-01
+  4.60837676988659850E-01  4.64822392566675013E-01  4.68841523449687880E-01
+  4.72895366270352224E-01  4.76984220202181119E-01  4.81108386980894642E-01
+  4.85268170925937881E-01  4.89463878962164145E-01  4.93695820641691041E-01
+  4.97964308165930958E-01  5.02269656407784870E-01  5.06612182934021771E-01
+  5.10992208027822969E-01  5.15410054711507026E-01  5.19866048769428324E-01
+  5.24360518771054496E-01  5.28893796094224711E-01  5.33466214948583484E-01
+  5.38078112399196784E-01  5.42729828390348334E-01  5.47421705769524758E-01
+  5.52154090311573031E-01  5.56927330743052340E-01  5.61741778766766897E-01
+  5.66597789086484838E-01  5.71495719431844740E-01  5.76435930583453660E-01
+  5.81418786398169685E-01  5.86444653834575891E-01  5.91513902978645367E-01
+  5.96626907069601753E-01  6.01784042525963958E-01  6.06985688971794390E-01
+  6.12232229263134808E-01  6.17524049514635243E-01  6.22861539126392749E-01
+  6.28245090810966689E-01  6.33675100620609388E-01  6.39151967974686652E-01
+  6.44676095687293893E-01  6.50247889995085870E-01  6.55867760585289394E-01
+  6.61536120623932966E-01  6.67253386784266045E-01  6.73019979275392366E-01
+  6.78836321871093329E-01  6.84702841938870321E-01  6.90619970469174671E-01
+  6.96588142104858532E-01  7.02607795170822280E-01  7.08679371703867078E-01
+  7.14803317482758827E-01  7.20980082058495286E-01  7.27210118784785475E-01
+  7.33493884848726463E-01  7.39831841301699544E-01  7.46224453090469586E-01
+  7.52672189088490429E-01  7.59175522127423674E-01  7.65734929028864642E-01
+  7.72350890636279042E-01  7.79023891847142380E-01  7.85754421645297851E-01
+  7.92542973133516071E-01  7.99390043566270192E-01  8.06296134382715746E-01
+  8.13261751239878761E-01  8.20287404046057711E-01  8.27373606994433741E-01
+  8.34520878596880511E-01  8.41729741717991198E-01  8.49000723609314667E-01
+  8.56334355943789038E-01  8.63731174850389083E-01  8.71191720948980342E-01
+  8.78716539385373085E-01  8.86306179866582333E-01  8.93961196696305915E-01
+  9.01682148810574624E-01  9.09469599813639951E-01  9.17324118014033019E-01
+  9.25246276460846451E-01  9.33236652980199866E-01  9.41295830211907658E-01
+  9.49424395646345509E-01  9.57622941661506522E-01  9.65892065560258750E-01
+  9.74232369607777260E-01  9.82644461069192676E-01  9.91128952247398498E-01
+  9.99686460521066911E-01  1.00831760838283380E+00  1.01702302347767159E+00
+  1.02580333864144868E+00  1.03465919193964528E+00  1.04359122670626747E+00
+  1.05260009158291434E+00  1.06168644055802952E+00  1.07085093300629852E+00
+  1.08009423372823798E+00  1.08941701298990923E+00  1.09881994656282123E+00
+  1.10830371576396858E+00  1.11786900749601270E+00  1.12751651428763400E+00
+  1.13724693433398949E+00  1.14706097153734521E+00  1.15695933554780761E+00
+  1.16694274180421265E+00  1.17701191157510987E+00  1.18716757199988798E+00
+  1.19741045613000807E+00  1.20774130297033055E+00  1.21816085752056669E+00
+  1.22866987081681200E+00  1.23926909997318146E+00  1.24995930822350898E+00
+  1.26074126496315753E+00  1.27161574579086833E+00  1.28258353255069668E+00
+  1.29364541337399386E+00  1.30480218272145265E+00  1.31605464142516881E+00
+  1.32740359673077180E+00  1.33884986233955328E+00  1.35039425845063077E+00
+  1.36203761180310634E+00  1.37378075571823910E+00  1.38562453014160125E+00
+  1.39756978168520796E+00  1.40961736366962853E+00  1.42176813616605369E+00
+  1.43402296603830770E+00  1.44638272698481041E+00  1.45884829958044326E+00
+  1.47142057131835147E+00  1.48410043665164082E+00  1.49688879703496136E+00
+  1.50978656096596042E+00  1.52279464402662423E+00  1.53591396892442900E+00
+  1.54914546553335475E+00  1.56249007093472336E+00  1.57594872945780073E+00
+  1.58952239272023110E+00  1.60321201966821558E+00  1.61701857661646509E+00
+  1.63094303728785350E+00  1.64498638285283949E+00  1.65914960196854944E+00
+  1.67343369081755799E+00  1.68783965314632223E+00  1.70236850030326847E+00
+  1.71702125127648708E+00  1.73179893273102836E+00  1.74670257904578063E+00
+  1.76173323234989310E+00  1.77689194255873417E+00  1.79217976740934892E+00
+  1.80759777249540265E+00  1.82314703130157962E+00  1.83882862523739243E+00
+  1.85464364367042878E+00  1.87059318395891516E+00  1.88667835148368956E+00
+  1.90290025967942089E+00  1.91926003006516499E+00  1.93575879227413505E+00
+  1.95239768408271352E+00  1.96917785143862778E+00  1.98610044848830025E+00
+  2.00316663760329572E+00  2.02037758940584622E+00  2.03773448279342961E+00
+  2.05523850496233429E+00  2.07289085143021090E+00  2.09069272605749612E+00
+  2.10864534106779100E+00  2.12674991706699990E+00  2.14500768306130896E+00
+  2.16341987647389367E+00  2.18198774316033184E+00  2.20071253742265727E+00
+  2.21959552202202293E+00  2.23863796818991689E+00  2.25784115563786703E+00
+  2.27720637256559444E+00  2.29673491566755761E+00  2.31642809013782047E+00
+  2.33628720967320413E+00  2.35631359647464178E+00  2.37650858124668307E+00
+  2.39687350319510095E+00  2.41740971002250493E+00  2.43811855792191778E+00
+  2.45900141156823171E+00  2.48005964410748980E+00  2.50129463714390177E+00
+  2.52270778072452995E+00  2.54430047332158438E+00  2.56607412181219274E+00
+  2.58803014145563015E+00  2.61016995586791634E+00  2.63249499699361600E+00
+  2.65500670507489023E+00  2.67770652861756542E+00  2.70059592435425522E+00
+  2.72367635720433654E+00  2.74694930023076278E+00  2.77041623459354636E+00
+  2.79407864949987683E+00  2.81793804215070587E+00  2.84199591768372084E+00
+  2.86625378911263606E+00  2.89071317726256627E+00  2.91537561070153739E+00
+  2.94024262566785755E+00  2.96531576599330382E+00  2.99059658302200937E+00
+  3.01608663552490786E+00  3.04178748960950784E+00  3.06770071862507532E+00
+  3.09382790306282729E+00  3.12017063045122978E+00  3.14673049524606618E+00
+  3.17350909871524589E+00  3.20050804881815054E+00  3.22772896007933596E+00
+  3.25517345345650178E+00  3.28284315620247291E+00  3.31073970172111753E+00
+  3.33886472941689583E+00  3.36721988453803078E+00  3.39580681801293061E+00
+  3.42462718627985030E+00  3.45368265110945405E+00  3.48297487942016826E+00
+  3.51250554308607033E+00  3.54227631873717996E+00  3.57228888755181107E+00
+  3.60254493504091222E+00  3.63304615082403615E+00  3.66379422839681101E+00
+  3.69479086488963393E+00  3.72603776081733162E+00  3.75753661981955212E+00
+  3.78928914839165465E+00  3.82129705560582256E+00  3.85356205282210151E+00
+  3.88608585338913848E+00  3.91887017233433532E+00  3.95191672604307076E+00
+  3.98522723192680228E+00  4.01880340807962888E+00  4.05264697292309961E+00
+  4.08675964483892429E+00  4.12114314178920527E+00  4.15579918092400202E+00
+  4.19072947817566899E+00  4.22593574783992842E+00  4.26141970214293497E+00
+  4.29718305079436558E+00  4.33322750052584471E+00  4.36955475461455567E+00
+  4.40616651239144819E+00  4.44306446873382122E+00  4.48025031354179593E+00
+  4.51772573119817178E+00  4.55549240001145161E+00  4.59355199164136785E+00
+  4.63190617050665931E+00  4.67055659317446903E+00  4.70950490773106267E+00
+  4.74875275313321232E+00  4.78830175853994966E+00  4.82815354262401897E+00
+  4.86830971286258318E+00  4.90877186480676286E+00  4.94954158132921762E+00
+  4.99062043184953907E+00  5.03200997153663820E+00  5.07371174048771501E+00
+  5.11572726288313184E+00  5.15805804611667007E+00  5.20070557990048599E+00
+  5.24367133534425456E+00  5.28695676400770154E+00  5.33056329692603903E+00
+  5.37449234360757977E+00  5.41874529100277158E+00  5.46332350244413867E+00
+  5.50822831655623091E+00  5.55346104613503577E+00  5.59902297699595763E+00
+  5.64491536678979422E+00  5.69113944378572079E+00  5.73769640562078109E+00
+  5.78458741801477849E+00  5.83181361345002536E+00  5.87937608981500937E+00
+  5.92727590901104229E+00  5.97551409552125712E+00  6.02409163494083622E+00
+  6.07300947246774747E+00  6.12226851135300443E+00  6.17186961130953904E+00
+  6.22181358687873143E+00  6.27210120575364272E+00  6.32273318705802545E+00
+  6.37371019957997298E+00  6.42503285995936579E+00  6.47670173082792999E+00
+  6.52871731890102858E+00  6.58108007301988351E+00  6.63379038214341321E+00
+  6.68684857328832649E+00  6.74025490941655114E+00  6.79400958726871984E+00
+  6.84811273514266006E+00  6.90256441061556103E+00  6.95736459820891184E+00
+  7.01251320699450353E+00  7.06801006814090726E+00  7.12385493239856515E+00
+  7.18004746752264111E+00  7.23658725563217153E+00  7.29347379050423328E+00
+  7.35070647480183759E+00  7.40828461723419274E+00  7.46620742964796769E+00
+  7.52447402404829724E+00  7.58308340954791404E+00  7.64203448924324746E+00
+  7.70132605701596162E+00  7.76095679425850093E+00  7.82092526652213671E+00
+  7.88122992008628742E+00  7.94186907844732559E+00  8.00284093872564561E+00
+  8.06414356798932275E+00  8.12577489949297593E+00  8.18773272883029613E+00
+  8.25001470999854369E+00  8.31261835137385674E+00  8.37554101159537723E+00
+  8.43877989535703144E+00  8.50233204910512441E+00  8.56619435664046591E+00
+  8.63036353462315731E+00  8.69483612797883687E+00  8.75960850520446854E+00
+  8.82467685357243781E+00  8.89003717423118189E+00  8.95568527720094743E+00
+  9.02161677626301994E+00  9.08782708374102910E+00  9.15431140517281250E+00
+  9.22106473387114534E+00  9.28808184537212611E+00  9.35535729176961084E+00
+  9.42288539593428709E+00  9.49066024561593835E+00  9.55867568742765172E+00
+  9.62692532071045193E+00  9.69540249127715725E+00  9.76410028503415717E+00
+  9.83301152147991786E+00  9.90212874707891899E+00  9.97144422850998779E+00
+  1.00409499457880109E+01  1.01106375852577770E+01  1.01804985324593567E+01
+  1.02505238648636805E+01  1.03207043444779210E+01  1.03910304103197966E+01
+  1.04614921707600743E+01  1.05320793957327794E+01  1.06027815088127646E+01
+  1.06735875791601273E+01  1.07444863133313788E+01  1.08154660469571873E+01
+  1.08865147362866281E+01  1.09576199495983531E+01  1.10287688584786387E+01
+  1.10999482289669729E+01  1.11711444125696886E+01  1.12423433371425432E+01
+  1.13135304976429438E+01  1.13846909467532633E+01  1.14558092853763327E+01
+  1.15268696530047201E+01  1.15978557179658743E+01  1.16687506675444297E+01
+  1.17395371979847987E+01  1.18101975043757541E+01  1.18807132704204079E+01
+  1.19510656580942687E+01  1.20212352971948100E+01  1.20912022747863439E+01
+  1.21609461245440897E+01  1.22304458160018008E+01  1.22996797437077525E+01
+  1.23686257162939590E+01  1.24372609454643168E+01  1.25055620349075269E+01
+  1.25735049691409948E+01  1.26410651022925578E+01  1.27082171468273621E+01
+  1.27749351622275178E+01  1.28411925436327579E+01  1.29069620104510712E+01
+  1.29722155949483025E+01  1.30369246308271656E+01  1.31010597418055390E+01
+  1.31645908302058565E+01  1.32274870655667698E+01  1.32897168732902635E+01
+  1.33512479233366648E+01  1.34120471189821018E+01  1.34720805856528756E+01
+  1.35313136598520174E+01  1.35897108781948113E+01  1.36472359665700509E+01
+  1.37038518294452238E+01  1.37595205393348010E+01  1.38142033264510360E+01
+  1.38678605685588643E+01  1.39204517810561939E+01  1.39719356073032088E+01
+  1.40222698092240456E+01  1.40714112582068829E+01  1.41193159263280492E+01
+  1.41659388779283155E+01  1.42112342615699134E+01  1.42551553024045390E+01
+  1.42976542949837864E+01  1.43386825965446896E+01  1.43781906208049080E+01
+  1.44161278323030579E+01  1.44524427413213843E+01  1.44870828994296268E+01
+  1.45199948956903384E+01  1.45511243535677721E+01  1.45804159285837898E+01
+  1.46078133067663316E+01  1.46332592039376337E+01  1.46566953658910748E+01
+  1.46780625695076026E+01  1.46973006248646101E+01  1.47143483783917404E+01
+  1.47291437171308459E+01  1.47416235741584600E+01  1.47517239352321141E+01
+  1.47593798467234620E+01  1.47645254249036597E+01  1.47670938666484588E+01
+  1.47670174616330598E+01  1.47642276060889088E+01  1.47586548181973924E+01
+  1.47502287551969431E+01  1.47388782322840228E+01  1.47245312433894355E+01
+  1.47071149839151047E+01  1.46865558755186001E+01  1.46627795930355731E+01
+  1.46357110936326009E+01  1.46052746482861764E+01  1.45713938756861054E+01
+  1.45339917786642587E+01  1.44929907832528428E+01  1.44483127804786662E+01
+  1.43998791710034553E+01  1.43476109127225584E+01  1.42914285714376916E+01
+  1.42312523747221746E+01  1.41670022691002089E+01  1.40985979806641382E+01
+  1.40259590792577953E+01  1.39490050463553814E+01  1.38676553467696095E+01
+  1.37818295043249677E+01  1.36914471816350272E+01  1.35964282641260894E+01
+  1.34966929484509137E+01  1.33921618354403691E+01  1.32827560277430337E+01
+  1.31683972323049048E+01  1.30490078678444945E+01  1.29245111774805110E+01
+  1.27948313466717849E+01  1.26598936266310602E+01  1.25196244633763811E+01
+  1.23739516325852534E+01  1.22228043804185873E+01  1.20661135704824716E+01
+  1.19038118370972228E+01  1.17358337450433794E+01  1.15621159559553490E+01
+  1.13825974015328981E+01  1.11972194637408862E+01  1.10059261621664959E+01
+  1.08086643487022940E+01  1.06053839097209917E+01  1.03960379759067649E+01
+  1.01805831399032485E+01  9.95897968193611405E+00  9.73119180356273716E+00
+  9.49718786969630457E+00  9.25694065904551877E+00  9.01042762310372325E+00
+  8.75763115381284507E+00  8.49853886001707082E+00  8.23314385281145178E+00
+  7.96144503987733998E+00  7.68344742888190524E+00  7.39916244000409762E+00
+  7.10860822763095968E+00  6.81181001124824803E+00  6.50880041552753852E+00
+  6.19961981958672226E+00  5.88431671537402678E+00  5.56294807509515721E+00
+  5.23557972756953660E+00  4.90228674336536585E+00  4.56315382852201168E+00
+  4.21827572662417793E+00  3.86775762894360042E+00  3.51171559230972008E+00
+  3.15027696431371851E+00  2.78358081538453206E+00  2.41177837720829302E+00
+  2.03503348688417418E+00  1.65352303612946372E+00  1.26743742475532883E+00
+  8.76981017539073093E-01  4.82372603512544629E-01  8.38458565728430472E-02
+ -3.18350203801742282E-01 -7.23950753079371623E-01 -1.13267470493903488E+00
+ -1.54422425891712578E+00 -1.95828445424793784E+00 -2.37452273188662133E+00
+ -2.79258850689220139E+00 -3.21211275355354786E+00 -3.63270760585473340E+00
+ -4.05396597611096610E+00 -4.47546119484939453E+00 -4.89674667527322072E+00
+ -5.31735560592289858E+00 -5.73680067544420780E+00 -6.15457383368202926E+00
+ -6.57014609364765789E+00 -6.98296737925245736E+00 -7.39246642406336463E+00
+ -7.79805072671670274E+00 -8.19910656902487034E+00 -8.59499910322649185E+00
+ -8.98507251526413597E+00 -9.36865027142354023E+00 -9.74503545613666944E+00
+ -1.01135112092323780E+01 -1.04733412714182919E+01 -1.08237706472902673E+01
+ -1.11640263956923036E+01 -1.14933185577891699E+01 -1.18108412337661015E+01
+ -1.21157738196302880E+01 -1.24072824161608963E+01 -1.26845214226347061E+01
+ -1.29466353285423992E+01 -1.31927607171054895E+01 -1.34220284950085933E+01
+ -1.36335663633729673E+01 -1.38265015456179690E+01 -1.39999637884921349E+01
+ -1.41530886532041364E+01 -1.42850211142538406E+01 -1.43949194842645802E+01
+ -1.44819596838524234E+01 -1.45453398763578470E+01 -1.45842854881175832E+01
+ -1.45980546358964229E+01 -1.45859439841503917E+01 -1.45472950559885081E+01
+ -1.44815010230730064E+01 -1.43880140012978490E+01 -1.42663528809615574E+01
+ -1.41161117223680872E+01 -1.39369687504265887E+01 -1.37286959849592396E+01
+ -1.34911695471738504E+01 -1.32243806872329124E+01 -1.29284475831843544E+01
+ -1.26036279678750489E+01 -1.22503326480165917E+01 -1.18691399885253546E+01
+ -1.14608114458239836E+01 -1.10263082462500552E+01 -1.05668093203186650E+01
+ -1.00837306206753077E+01 -9.57874597146784623E+00 -9.05380961995819078E+00
+ -8.51118068788498761E+00 -7.95344975082061101E+00 -7.38356780901455778E+00
+ -6.80487795349070623E+00 -6.22115007700120071E+00 -5.63661903140793719E+00
+ -5.05602669175996766E+00 -4.48466845339600617E+00 -3.92844476247833008E+00
+ -3.39391836315478068E+00 -2.88837803680320748E+00 -2.41988924967157315E+00
+ -1.99831844377508694E+00 -1.62260604118456730E+00 -1.29204217463894211E+00
+ -1.00549521276874376E+00 -7.61395360099171414E-01 -5.57723518934299056E-01
+ -3.92006760437668911E-01 -2.61321955574755571E-01 -1.62309351633402432E-01
+ -9.11981399043835239E-02 -4.38463584639222012E-02 -1.57978068770547250E-02
+ -2.35902663614859752E-03  1.30017608182658078E-03  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00
+  END     
+   TPROJECTOR   3 #p(r), for p(r)/r*Ylm)
+  0.00000000000000000E+00  1.98807640514701094E-15  8.02120597608788176E-15
+  1.82043072501333268E-14  3.26444205222567981E-14  5.14507472826811069E-14
+  7.47346903617431888E-14  1.02609894794497964E-13  1.35192289417758610E-13
+  1.72600129212519191E-13  2.14954038404830240E-13  2.62377054338601897E-13
+  3.14994672133824859E-13  3.72934890144179159E-13  4.36328256228004562E-13
+  5.05307914847012504E-13  5.80009655007362748E-13  6.60571959057885390E-13
+  7.47136052360493191E-13  8.39845953848419718E-13  9.38848527487420697E-13
+  1.04429353465645881E-12  1.15633368746340846E-12  1.27512470301289028E-12
+  1.40082535864235006E-12  1.53359754814398851E-12  1.67360633898959989E-12
+  1.82102003057581111E-12  1.97601021350820140E-12  2.13875182994191564E-12
+  2.30942323499798132E-12  2.48820625927365575E-12  2.67528627246671563E-12
+  2.87085224813237291E-12  3.07509682959399500E-12  3.28821639702631825E-12
+  3.51041113573329855E-12  3.74188510564058006E-12  3.98284631202452951E-12
+  4.23350677749868277E-12  4.49408261528148252E-12  4.76479410376517012E-12
+  5.04586576241138885E-12  5.33752642899501067E-12  5.64000933822050697E-12
+  5.95355220173530766E-12  6.27839728956297394E-12  6.61479151298429324E-12
+  6.96298650888874352E-12  7.32323872562278610E-12  7.69580951036275980E-12
+  8.08096519803763285E-12  8.47897720182886108E-12  8.89012210527626735E-12
+  9.31468175601632638E-12  9.75294336118336208E-12  1.02051995845013179E-11
+  1.06717486450959467E-11  1.11528944180600123E-11  1.16489465367973113E-11
+  1.21602204971820262E-11  1.26870377635615191E-11  1.32297258766371246E-11
+  1.37886185632540755E-11  1.43640558481359627E-11  1.49563841675951762E-11
+  1.55659564852585458E-11  1.61931324098360788E-11  1.68382783149780161E-11
+  1.75017674612468729E-11  1.81839801202512804E-11  1.88853037009722398E-11
+  1.96061328783199849E-11  2.03468697239700385E-11  2.11079238395054891E-11
+  2.18897124919140481E-11  2.26926607514803213E-11  2.35172016321106119E-11
+  2.43637762341416044E-11  2.52328338896647505E-11  2.61248323104209154E-11
+  2.70402377383066011E-11  2.79795250985310181E-11  2.89431781554852673E-11
+  2.99316896713531488E-11  3.09455615675293714E-11  3.19853050888767455E-11
+  3.30514409708865541E-11  3.41444996097885104E-11  3.52650212356528671E-11
+  3.64135560885532367E-11  3.75906645978309631E-11  3.87969175645191431E-11
+  4.00328963469837597E-11  4.12991930498361730E-11  4.25964107161720460E-11
+  4.39251635232021773E-11  4.52860769813246043E-11  4.66797881367038369E-11
+  4.81069457774241767E-11  4.95682106432623320E-11  5.10642556391635934E-11
+  5.25957660524733168E-11  5.41634397739898472E-11  5.57679875229097913E-11
+  5.74101330757366354E-11  5.90906134992042732E-11  6.08101793873230190E-11
+  6.25695951025636127E-11  6.43696390213153440E-11  6.62111037836426268E-11
+  6.80947965474351317E-11  7.00215392470406282E-11  7.19921688564258798E-11
+  7.40075376569809037E-11  7.60685135100269672E-11  7.81759801341000792E-11
+  8.03308373871369093E-11  8.25340015535940380E-11  8.47864056366175715E-11
+  8.70889996553639843E-11  8.94427509475172982E-11  9.18486444771383960E-11
+  9.43076831479238644E-11  9.68208881219543173E-11  9.93892991440456273E-11
+  1.02013974871796975E-10  1.04695993211436610E-10  1.07436451659562561E-10
+  1.10236467650870588E-10  1.13097178912008788E-10  1.16019743821616328E-10
+  1.19005341776712569E-10  1.22055173565479086E-10  1.25170461746608639E-10
+  1.28352451035310454E-10  1.31602408696067507E-10  1.34921624942302846E-10
+  1.38311413343045623E-10  1.41773111236731347E-10  1.45308080152267372E-10
+  1.48917706237469487E-10  1.52603400695018754E-10  1.56366600226059673E-10
+  1.60208767481571758E-10  1.64131391521676021E-10  1.68135988282937941E-10
+  1.72224101053931462E-10  1.76397300959095368E-10  1.80657187451058109E-10
+  1.85005388811624696E-10  1.89443562661533115E-10  1.93973396479105466E-10
+  1.98596608128040784E-10  2.03314946394413150E-10  2.08130191533094094E-10
+  2.13044155823735272E-10  2.18058684136502079E-10  2.23175654507696173E-10
+  2.28396978725474706E-10  2.33724602925819473E-10  2.39160508198936770E-10
+  2.44706711206268648E-10  2.50365264808331535E-10  2.56138258703508344E-10
+  2.62027820078059620E-10  2.68036114267473095E-10  2.74165345429424498E-10
+  2.80417757228478934E-10  2.86795633532800513E-10  2.93301299123063141E-10
+  2.99937120413713858E-10  3.06705506186896545E-10  3.13608908339238382E-10
+  3.20649822641627186E-10  3.27830789512324656E-10  3.35154394803626972E-10
+  3.42623270602224182E-10  3.50240096043579003E-10  3.58007598140609443E-10
+  3.65928552626742486E-10  3.74005784813799240E-10  3.82242170464880637E-10
+  3.90640636682442914E-10  3.99204162811989687E-10  4.07935781361471417E-10
+  4.16838578936845296E-10  4.25915697193913526E-10  4.35170333806849818E-10
+  4.44605743453622702E-10  4.54225238818648344E-10  4.64032191612982223E-10
+  4.74030033612307966E-10  4.84222257713109627E-10  4.94612419007204012E-10
+  5.05204135875205775E-10  5.16001091098924305E-10  5.27007032993297418E-10
+  5.38225776558088681E-10  5.49661204649682428E-10  5.61317269173312407E-10
+  5.73197992296239097E-10  5.85307467681941744E-10  5.97649861746001356E-10
+  6.10229414933885264E-10  6.23050443020983466E-10  6.36117338435412905E-10
+  6.49434571603933388E-10  6.63006692321288114E-10  6.76838331143478780E-10
+  6.90934200805459166E-10  7.05299097663423381E-10  7.19937903162383498E-10
+  7.34855585329347402E-10  7.50057200292502366E-10  7.65547893827019778E-10
+  7.81332902927694960E-10  7.97417557409263508E-10  8.13807281534309490E-10
+  8.30507595669964182E-10  8.47524117973221834E-10  8.64862566105790139E-10
+  8.82528758978900241E-10  9.00528618528422887E-10  9.18868171521115837E-10
+  9.37553551392298442E-10  9.56591000115581337E-10  9.75986870105249605E-10
+  9.95747626151809161E-10  1.01587984739136038E-09  1.03639022930915464E-09
+  1.05728558577839831E-09  1.07857285113430224E-09  1.10025908228447176E-09
+  1.12235146085613240E-09  1.14485729538067344E-09  1.16778402351644383E-09
+  1.19113921431020003E-09  1.21493057049794465E-09  1.23916593084615431E-09
+  1.26385327253352768E-09  1.28900071357435957E-09  1.31461651528421082E-09
+  1.34070908478866215E-09  1.36728697757553521E-09  1.39435890009189976E-09
+  1.42193371238613364E-09  1.45002043079621446E-09  1.47862823068477657E-09
+  1.50776644922180602E-09  1.53744458821598958E-09  1.56767231699537357E-09
+  1.59845947533799667E-09  1.62981607645402868E-09  1.66175231001950112E-09
+  1.69427854526310826E-09  1.72740533410687049E-09  1.76114341436114504E-09
+  1.79550371297599612E-09  1.83049734934848362E-09  1.86613563868806585E-09
+  1.90243009544054246E-09  1.93939243677157732E-09  1.97703458611101461E-09
+  2.01536867675871857E-09  2.05440705555378124E-09  2.09416228660695910E-09
+  2.13464715509867531E-09  2.17587467114290819E-09  2.21785807371853080E-09
+  2.26061083466924047E-09  2.30414666277253422E-09  2.34847950788070891E-09
+  2.39362356513288068E-09  2.43959327924092197E-09  2.48640334885016048E-09
+  2.53406873097557397E-09  2.58260464551577613E-09  2.63202657984498690E-09
+  2.68235029348594279E-09  2.73359182286299339E-09  2.78576748613910944E-09
+  2.83889388813625627E-09  2.89298792534197520E-09  2.94806679100302815E-09
+  3.00414798030764409E-09  3.06124929565807699E-09  3.11938885203500034E-09
+  3.17858508245519271E-09  3.23885674352467457E-09  3.30022292108783824E-09
+  3.36270303597534888E-09  3.42631684985245584E-09  3.49108447116841512E-09
+  3.55702636120990053E-09  3.62416334025989561E-09  3.69251659386349128E-09
+  3.76210767920320003E-09  3.83295853158453543E-09  3.90509147103574008E-09
+  3.97852920902072807E-09  4.05329485527036935E-09  4.12941192473207403E-09
+  4.20690434464023872E-09  4.28579646170991444E-09  4.36611304945578926E-09
+  4.44787931563827127E-09  4.53112090983988398E-09  4.61586393117231568E-09
+  4.70213493611885436E-09  4.78996094651261002E-09  4.87936945765369097E-09
+  4.97038844656800340E-09  5.06304638040918951E-09  5.15737222500742584E-09
+  5.25339545356613638E-09  5.35114605551160994E-09  5.45065454549438215E-09
+  5.55195197254955917E-09  5.65506992941486432E-09  5.76004056201185908E-09
+  5.86689657909126697E-09  5.97567126204704302E-09  6.08639847490055379E-09
+  6.19911267445895826E-09  6.31384892064986020E-09  6.43064288703616832E-09
+  6.54953087151365095E-09  6.67054980719495120E-09  6.79373727348268411E-09
+  6.91913150733490118E-09  7.04677141472767710E-09  7.17669658231571850E-09
+  7.30894728929677592E-09  7.44356451948206847E-09  7.58058997357680243E-09
+  7.72006608167481627E-09  7.86203601596933326E-09  8.00654370368615037E-09
+  8.15363384024105350E-09  8.30335190262690855E-09  8.45574416303205527E-09
+  8.61085770269765050E-09  8.76874042601413438E-09  8.92944107486499716E-09
+  9.09300924321732700E-09  9.25949539196887976E-09  9.42895086405168232E-09
+  9.60142789979925997E-09  9.77697965257986195E-09  9.95566020470345731E-09
+  1.01375245836042845E-08  1.03226287783045133E-08  1.05110297561652130E-08
+  1.07027854799282484E-08  1.08979549250541790E-08  1.10965980973624016E-08
+  1.12987760509772077E-08  1.15045509065873986E-08  1.17139858700223728E-08
+  1.19271452511496527E-08  1.21440944831059343E-08  1.23649001418571172E-08
+  1.25896299661013958E-08  1.28183528775188350E-08  1.30511390013710223E-08
+  1.32880596874611434E-08  1.35291875314562329E-08  1.37745963965826800E-08
+  1.40243614356979585E-08  1.42785591137444778E-08  1.45372672305970640E-08
+  1.48005649443053337E-08  1.50685327947409386E-08  1.53412527276564407E-08
+  1.56188081191611252E-08  1.59012838006247984E-08  1.61887660840122599E-08
+  1.64813427876592004E-08  1.67791032624960735E-08  1.70821384187297892E-08
+  1.73905407529849359E-08  1.77044043759216698E-08  1.80238250403311035E-08
+  1.83489001697188061E-08  1.86797288873891886E-08  1.90164120460285929E-08
+  1.93590522578098778E-08  1.97077539250154732E-08  2.00626232711958073E-08
+  2.04237683728666731E-08  2.07912991917612051E-08  2.11653276076383874E-08
+  2.15459674516666567E-08  2.19333345403824060E-08  2.23275467102434235E-08
+  2.27287238527815305E-08  2.31369879503646933E-08  2.35524631125850949E-08
+  2.39752756132730094E-08  2.44055539281605057E-08  2.48434287731978498E-08
+  2.52890331435327170E-08  2.57425023531740677E-08  2.62039740753362544E-08
+  2.66735883834934742E-08  2.71514877931428706E-08  2.76378173042911272E-08
+  2.81327244446891433E-08  2.86363593138052337E-08  2.91488746275749474E-08
+  2.96704257639200662E-08  3.02011708090642932E-08  3.07412706046487160E-08
+  3.12908887956713933E-08  3.18501918792589464E-08  3.24193492542809148E-08
+  3.29985332718353025E-08  3.35879192866024387E-08  3.41876857090987507E-08
+  3.47980140588351959E-08  3.54190890183993089E-08  3.60510984884776748E-08
+  3.66942336438370843E-08  3.73486889902741387E-08  3.80146624225608730E-08
+  3.86923552833888128E-08  3.93819724233468942E-08  4.00837222619332468E-08
+  4.07978168496377986E-08  4.15244719310887810E-08  4.22639070093146697E-08
+  4.30163454111049002E-08  4.37820143535204228E-08  4.45611450115552112E-08
+  4.53539725869708315E-08  4.61607363783307143E-08  4.69816798522534532E-08
+  4.78170507158941946E-08  4.86671009907018653E-08  4.95320870874460612E-08
+  5.04122698825462112E-08  5.13079147957395876E-08  5.22192918690881924E-08
+  5.31466758473579879E-08  5.40903462598072671E-08  5.50505875033798007E-08
+  5.60276889273569132E-08  5.70219449194717621E-08  5.80336549935278093E-08
+  5.90631238785313302E-08  6.01106616093804261E-08  6.11765836191268895E-08
+  6.22612108328376527E-08  6.33648697630945232E-08  6.44878926071459177E-08
+  6.56306173457558588E-08  6.67933878437592532E-08  6.79765539523723140E-08
+  6.91804716132836070E-08  7.04055029645411220E-08  7.16520164482915029E-08
+  7.29203869203880828E-08  7.42109957618988274E-08  7.55242309925585502E-08
+  7.68604873861882687E-08  7.82201665881186938E-08  7.96036772346619107E-08
+  8.10114350746468295E-08  8.24438630930744151E-08  8.39013916369267095E-08
+  8.53844585431455300E-08  8.68935092688495837E-08  8.84289970238092289E-08
+  8.99913829052168954E-08  9.15811360348134462E-08  9.31987336983831489E-08
+  9.48446614876728015E-08  9.65194134447958288E-08  9.82234922091126123E-08
+  9.99574091666986129E-08  1.01721684602377229E-07  1.03516847854418863E-07
+  1.05343437471910314E-07  1.07202001374872827E-07  1.09093097017145777E-07
+  1.11017291552117731E-07  1.12975162001326026E-07  1.14967295425986102E-07
+  1.16994289101498236E-07  1.19056750695003144E-07  1.21155298446000061E-07
+  1.23290561350111762E-07  1.25463179346051424E-07  1.27673803505814733E-07
+  1.29923096228210656E-07  1.32211731435717292E-07  1.34540394774780520E-07
+  1.36909783819586810E-07  1.39320608279381180E-07  1.41773590209369185E-07
+  1.44269464225310601E-07  1.46808977721811458E-07  1.49392891094431701E-07
+  1.52021977965649647E-07  1.54697025414717638E-07  1.57418834211574373E-07
+  1.60188219054749859E-07  1.63006008813466434E-07  1.65873046773898641E-07
+  1.68790190889737509E-07  1.71758314037100171E-07  1.74778304273852180E-07
+  1.77851065103476608E-07  1.80977515743482940E-07  1.84158591398498085E-07
+  1.87395243538081094E-07  1.90688440179434826E-07  1.94039166174913337E-07
+  1.97448423504630157E-07  2.00917231574073261E-07  2.04446627516963161E-07
+  2.08037666503282499E-07  2.11691422052742129E-07  2.15408986353643213E-07
+  2.19191470587281458E-07  2.23040005258009527E-07  2.26955740529014739E-07
+  2.30939846563926769E-07  2.34993513874373212E-07  2.39117953673567984E-07
+  2.43314398236020588E-07  2.47584101263535453E-07  2.51928338257538739E-07
+  2.56348406897867236E-07  2.60845627428171213E-07  2.65421343047949852E-07
+  2.70076920311496781E-07  2.74813749533667554E-07  2.79633245202726472E-07
+  2.84536846400451686E-07  2.89526017229396987E-07  2.94602247247693453E-07
+  2.99767051911298118E-07  3.05021973024035590E-07  3.10368579195385487E-07
+  3.15808466306214283E-07  3.21343257982642763E-07  3.26974606078119733E-07
+  3.32704191163864258E-07  3.38533723027836156E-07  3.44464941182366596E-07
+  3.50499615380598904E-07  3.56639546141951542E-07  3.62886565286605002E-07
+  3.69242536479378698E-07  3.75709355783002402E-07  3.82288952220961701E-07
+  3.88983288350232555E-07  3.95794360843834034E-07  4.02724201083577682E-07
+  4.09774875763084463E-07  4.16948487501309517E-07  4.24247175466648000E-07
+  4.31673116011973367E-07  4.39228523320630279E-07  4.46915650063689444E-07
+  4.54736788068584896E-07  4.62694268999445984E-07  4.70790465049097936E-07
+  4.79027789643212252E-07  4.87408698156652374E-07  4.95935688642218853E-07
+  5.04611302572097621E-07  5.13438125592159620E-07  5.22418788289401975E-07
+  5.31555966972626606E-07  5.40852384466783599E-07  5.50310810921072715E-07
+  5.59934064630983678E-07  5.69725012874841163E-07  5.79686572764587767E-07
+  5.89821712111592395E-07  6.00133450307339746E-07  6.10624859219520548E-07
+  6.21299064103517674E-07  6.32159244530028353E-07  6.43208635328380299E-07
+  6.54450527546604912E-07  6.65888269428016505E-07  6.77525267404657433E-07
+  6.89364987108243040E-07  7.01410954398444826E-07  7.13666756409104786E-07
+  7.26136042612675770E-07  7.38822525903026479E-07  7.51729983697168639E-07
+  7.64862259056047823E-07  7.78223261824808404E-07  7.91816969792889353E-07
+  8.05647429874195238E-07  8.19718759307888041E-07  8.34035146879837677E-07
+  8.48600854165548926E-07  8.63420216794314385E-07  8.78497645735784982E-07
+  8.93837628608394901E-07  9.09444731010825484E-07  9.25323597876513507E-07
+  9.41478954851658701E-07  9.57915609697091966E-07  9.74638453714725763E-07
+  9.91652463198388249E-07  1.00896270091022563E-06  1.02657431758261314E-06
+  1.04449255344593055E-06  1.06272273978323846E-06  1.08127030051167775E-06
+  1.10014075379146291E-06  1.11933971366265334E-06  1.13887289171064289E-06
+  1.15874609876014320E-06  1.17896524659904668E-06  1.19953634973188660E-06
+  1.22046552716378525E-06  1.24175900421554877E-06  1.26342311437013861E-06
+  1.28546430115116532E-06  1.30788912003418850E-06  1.33070424039097913E-06
+  1.35391644746760487E-06  1.37753264439707971E-06  1.40155985424649623E-06
+  1.42600522210021509E-06  1.45087601717884623E-06  1.47617963499517559E-06
+  1.50192359954755801E-06  1.52811556555126435E-06  1.55476332070858145E-06
+  1.58187478801860642E-06  1.60945802812666256E-06  1.63752124171484590E-06
+  1.66607277193399023E-06  1.69512110687792063E-06  1.72467488210035808E-06
+  1.75474288317596446E-06  1.78533404830559353E-06  1.81645747096662593E-06
+  1.84812240260979351E-06  1.88033825540216615E-06  1.91311460501841692E-06
+  1.94646119347994672E-06  1.98038793204385426E-06  2.01490490414161965E-06
+  2.05002236836889608E-06  2.08575076152743684E-06  2.12210070171954293E-06
+  2.15908299149638336E-06  2.19670862106077070E-06  2.23498877152587174E-06
+  2.27393481823027209E-06  2.31355833411036121E-06  2.35387109313171329E-06
+  2.39488507377986461E-06  2.43661246261124501E-06  2.47906565786649051E-06
+  2.52225727314594578E-06  2.56620014114908296E-06  2.61090731747887900E-06
+  2.65639208451221159E-06  2.70266795533730958E-06  2.74974867775979743E-06
+  2.79764823837795794E-06  2.84638086672881914E-06  2.89596103950661645E-06
+  2.94640348485348798E-06  2.99772318672585233E-06  3.04993538933551034E-06
+  3.10305560166833544E-06  3.15709960208142512E-06  3.21208344298001161E-06
+  3.26802345557490662E-06  3.32493625472360048E-06  3.38283874385440814E-06
+  3.44174811997645214E-06  3.50168187877689225E-06  3.56265781980587158E-06
+  3.62469405175195849E-06  3.68780899780893934E-06  3.75202140113606849E-06
+  3.81735033041240097E-06  3.88381518548788707E-06  3.95143570313288211E-06
+  4.02023196288636298E-06  4.09022439300708046E-06  4.16143377652626094E-06
+  4.23388125740680061E-06  4.30758834680845899E-06  4.38257692946209103E-06
+  4.45886927015420267E-06  4.53648802032418815E-06  4.61545622477621392E-06
+  4.69579732850662358E-06  4.77753518365134360E-06  4.86069405655209050E-06
+  4.94529863494616865E-06  5.03137403528133411E-06  5.11894581015569161E-06
+  5.20803995588901120E-06  5.29868292022405172E-06  5.39090161016074064E-06
+  5.48472339992840406E-06  5.58017613909397101E-06  5.67728816081246901E-06
+  5.77608829021911740E-06  5.87660585296864849E-06  5.97887068392111795E-06
+  6.08291313597947981E-06  6.18876408907945720E-06  6.29645495933628518E-06
+  6.40601770834901698E-06  6.51748485266760296E-06  6.63088947342172303E-06
+  6.74626522611939942E-06  6.86364635061321672E-06  6.98306768124072091E-06
+  7.10456465713975253E-06  7.22817333274323491E-06  7.35393038845537987E-06
+  7.48187314151324455E-06  7.61203955703619578E-06  7.74446825926790242E-06
+  7.87919854301186714E-06  8.01627038526554594E-06  8.15572445705717027E-06
+  8.29760213548589345E-06  8.44194551597249933E-06  8.58879742471988887E-06
+  8.73820143139300406E-06  8.89020186201501133E-06  9.04484381208960370E-06
+  9.20217315994806821E-06  9.36223658032992785E-06  9.52508155819856050E-06
+  9.69075640279407016E-06  9.85931026193255664E-06  1.00307931365506860E-05
+  1.02052558955033376E-05  1.03827502906178680E-05  1.05633289720079653E-05
+  1.07470455036541493E-05  1.09339543792525899E-05  1.11241110383399511E-05
+  1.13175718826960537E-05  1.15143942930311240E-05  1.17146366459630903E-05
+  1.19183583312868823E-05  1.21256197695438371E-05  1.23364824298951386E-05
+  1.25510088483043412E-05  1.27692626460364242E-05  1.29913085484733547E-05
+  1.32172124042591615E-05  1.34470412047742509E-05  1.36808631039468416E-05
+  1.39187474384086237E-05  1.41607647479978278E-05  1.44069867966163074E-05
+  1.46574865934512439E-05  1.49123384145588361E-05  1.51716178248260308E-05
+  1.54354017003086811E-05  1.57037682509585721E-05  1.59767970437417650E-05
+  1.62545690261586106E-05  1.65371665501684061E-05  1.68246733965283754E-05
+  1.71171747995571791E-05  1.74147574723189210E-05  1.77175096322506053E-05
+  1.80255210272268030E-05  1.83388829620781842E-05  1.86576883255673215E-05
+  1.89820316178312226E-05  1.93120089782959924E-05  1.96477182140768006E-05
+  1.99892588288683158E-05  2.03367320523307006E-05  2.06902408699881838E-05
+  2.10498900536405391E-05  2.14157861923007898E-05  2.17880377236705978E-05
+  2.21667549661500015E-05  2.25520501514135602E-05  2.29440374575352451E-05
+  2.33428330426944414E-05  2.37485550794606133E-05  2.41613237896698582E-05
+  2.45812614799007003E-05  2.50084925775696263E-05  2.54431436676406166E-05
+  2.58853435299727318E-05  2.63352231773137380E-05  2.67929158939440645E-05
+  2.72585572749884392E-05  2.77322852664116395E-05  2.82142402056943392E-05
+  2.87045648632182030E-05  2.92034044843570442E-05  2.97109068323017841E-05
+  3.02272222316181586E-05  3.07525036125525796E-05  3.12869065561098626E-05
+  3.18305893398992205E-05  3.23837129847716506E-05  3.29464413022662677E-05
+  3.35189409428670728E-05  3.41013814450896437E-05  3.46939352854227397E-05
+  3.52967779291160516E-05  3.59100878818509596E-05  3.65340467422993210E-05
+  3.71688392555834189E-05  3.78146533676559997E-05  3.84716802806174532E-05
+  3.91401145089871665E-05  3.98201539369276257E-05  4.05119998764750044E-05
+  4.12158571267483723E-05  4.19319340341934975E-05  4.26604425538468419E-05
+  4.34015983116666090E-05  4.41556206679193629E-05  4.49227327816648298E-05
+  4.57031616763482323E-05  4.64971383065080704E-05  4.73048976256413303E-05
+  4.81266786552222222E-05  4.89627245549125581E-05  4.98132826939693608E-05
+  5.06786047238811505E-05  5.15589466522519319E-05  5.24545689179395491E-05
+  5.33657364674936668E-05  5.42927188328975991E-05  5.52357902106385168E-05
+  5.61952295421386263E-05  5.71713205955541920E-05  5.81643520489836684E-05
+  5.91746175750900116E-05  6.02024159271699068E-05  6.12480510267095305E-05
+  6.23118320524141441E-05  6.33940735307773293E-05  6.44950954281890037E-05
+  6.56152232446118982E-05  6.67547881088712594E-05  6.79141268755541173E-05
+  6.90935822235773037E-05  7.02935027564207093E-05  7.15142431040863204E-05
+  7.27561640267784397E-05  7.40196325203617953E-05  7.53050219236153057E-05
+  7.66127120273043497E-05  7.79430891851170643E-05  7.92965464264812055E-05
+  8.06734835713129617E-05  8.20743073466953901E-05  8.34994315055601055E-05
+  8.49492769473797591E-05  8.64242718408968501E-05  8.79248517489595916E-05
+  8.94514597554482249E-05  9.10045465943844575E-05  9.25845707812006038E-05
+  9.41919987462590285E-05  9.58273049706109419E-05  9.74909721240719315E-05
+  9.91834912056192456E-05  1.00905361686179240E-04  1.02657091653814139E-04
+  1.04439197961371573E-04  1.06252206376629760E-04  1.08096651734967131E-04
+  1.09973078094625058E-04  1.11882038894561654E-04  1.13824097115006005E-04
+  1.15799825440672581E-04  1.17809806426769678E-04  1.19854632667760786E-04
+  1.21934906968982259E-04  1.24051242521164279E-04  1.26204263077837089E-04
+  1.28394603135778318E-04  1.30622908118419761E-04  1.32889834562381084E-04
+  1.35196050307111691E-04  1.37542234687712371E-04  1.39929078730963353E-04
+  1.42357285354667649E-04  1.44827569570292610E-04  1.47340658689022714E-04
+  1.49897292531219915E-04  1.52498223639419526E-04  1.55144217494828100E-04
+  1.57836052737469242E-04  1.60574521389956191E-04  1.63360429085018582E-04
+  1.66194595296785107E-04  1.69077853575901944E-04  1.72011051788592475E-04
+  1.74995052359607211E-04  1.78030732519275273E-04  1.81118984554567942E-04
+  1.84260716064390075E-04  1.87456850218999658E-04  1.90708326023782804E-04
+  1.94016098587340854E-04  1.97381139393975989E-04  2.00804436580709285E-04
+  2.04286995218798081E-04  2.07829837599900847E-04  2.11434003526931170E-04
+  2.15100550609681056E-04  2.18830554565252298E-04  2.22625109523451374E-04
+  2.26485328337106944E-04  2.30412342897509041E-04  2.34407304454927341E-04
+  2.38471383944376808E-04  2.42605772316695635E-04  2.46811680874922733E-04
+  2.51090341616209045E-04  2.55443007579204842E-04  2.59870953197092428E-04
+  2.64375474656292856E-04  2.68957890260972424E-04  2.73619540803398439E-04
+  2.78361789940281725E-04  2.83186024575096131E-04  2.88093655246561824E-04
+  2.93086116523378530E-04  2.98164867405170924E-04  3.03331391729901229E-04
+  3.08587198587763128E-04  3.13933822741575515E-04  3.19372825053959781E-04
+  3.24905792921188947E-04  3.30534340713955262E-04  3.36260110225026164E-04
+  3.42084771124004643E-04  3.48010021419226632E-04  3.54037587926890032E-04
+  3.60169226747504535E-04  3.66406723749840822E-04  3.72751895062383690E-04
+  3.79206587572425923E-04  3.85772679432909557E-04  3.92452080577137901E-04
+  3.99246733241437367E-04  4.06158612495797675E-04  4.13189726782791397E-04
+  4.20342118464669425E-04  4.27617864378834170E-04  4.35019076401832970E-04
+  4.42547902021856788E-04  4.50206524920032441E-04  4.57997165560387041E-04
+  4.65922081788755472E-04  4.73983569440827803E-04  4.82183962959040213E-04
+  4.90525636018974368E-04  4.99011002164857754E-04  5.07642515454729886E-04
+  5.16422671114921011E-04  5.25354006204378928E-04  5.34439100288653626E-04
+  5.43680576123811905E-04  5.53081100350285996E-04  5.62643384196860022E-04
+  5.72370184194800468E-04  5.82264302902338500E-04  5.92328589639504037E-04
+  6.02565941233537618E-04  6.12979302774865984E-04  6.23571668383807350E-04
+  6.34346081988110787E-04  6.45305638111420572E-04  6.56453482672751686E-04
+  6.67792813797094009E-04  6.79326882637195273E-04  6.91058994206804702E-04
+  7.02992508225011711E-04  7.15130839972483298E-04  7.27477461159012915E-04
+  7.40035900802768422E-04  7.52809746121421166E-04  7.65802643434997663E-04
+  7.79018299080783496E-04  7.92460480340010211E-04  8.06133016376850507E-04
+  8.20039799189428015E-04  8.34184784573024788E-04  8.48571993095525198E-04
+  8.63205511085434417E-04  8.78089491631905408E-04  8.93228155597385704E-04
+  9.08625792642831615E-04  9.24286762265264981E-04  9.40215494847915245E-04
+  9.56416492722990418E-04  9.72894331247029344E-04  9.89653659888815526E-04
+  1.00669920332988288E-03  1.02403576257783960E-03  1.04166821609202702E-03
+  1.05960152092195430E-03  1.07784071385826010E-03  1.09639091259632320E-03
+  1.11525731691212017E-03  1.13444520985076023E-03  1.15395995892748730E-03
+  1.17380701734063285E-03  1.19399192519729436E-03  1.21452031075074498E-03
+  1.23539789165019731E-03  1.25663047620227565E-03  1.27822396464444352E-03
+  1.30018435042993032E-03  1.32251772152430108E-03  1.34523026171331638E-03
+  1.36832825192169383E-03  1.39181807154313466E-03  1.41570619978077772E-03
+  1.43999921699827652E-03  1.46470380608088079E-03  1.48982675380658841E-03
+  1.51537495222682462E-03  1.54135540005639524E-03  1.56777520407243428E-03
+  1.59464158052173956E-03  1.62196185653654904E-03  1.64974347155777347E-03
+  1.67799397876581841E-03  1.70672104651796506E-03  1.73593245979213051E-03
+  1.76563612163685630E-03  1.79584005462562818E-03  1.82655240231669055E-03
+  1.85778143071642777E-03  1.88953552974618108E-03  1.92182321471174623E-03
+  1.95465312777458669E-03  1.98803403942431327E-03  2.02197484995164612E-03
+  2.05648459092013089E-03  2.09157242663734035E-03  2.12724765562277663E-03
+  2.16351971207282652E-03  2.20039816732106423E-03  2.23789273129294591E-03
+  2.27601325395393765E-03  2.31476972674919982E-03  2.35417228403482894E-03
+  2.39423120449756876E-03  2.43495691256330731E-03  2.47635997979172781E-03
+  2.51845112625617750E-03  2.56124122190696819E-03  2.60474128791621283E-03
+  2.64896249800301419E-03  2.69391617973642732E-03  2.73961381581533294E-03
+  2.78606704532165890E-03  2.83328766494678891E-03  2.88128763018732567E-03
+  2.93007905650877545E-03  2.97967422047477459E-03  3.03008556083900161E-03
+  3.08132567959783004E-03  3.13340734299999424E-03  3.18634348251198470E-03
+  3.24014719573447515E-03  3.29483174726858709E-03  3.35041056952709287E-03
+  3.40689726348876107E-03  3.46430559939141713E-03  3.52264951736045839E-03
+  3.58194312796912377E-03  3.64220071272737577E-03  3.70343672449313828E-03
+  3.76566578780501314E-03  3.82890269912895690E-03  3.89316242701692738E-03
+  3.95846011217060919E-03  4.02481106740717846E-03  4.09223077752113307E-03
+  4.16073489903661439E-03  4.23033925984564550E-03  4.30105985872565686E-03
+  4.37291286473170688E-03  4.44591461645490148E-03  4.52008162114369595E-03
+  4.59543055367892233E-03  4.67197825539656785E-03  4.74974173275217407E-03
+  4.82873815581714994E-03  4.90898485660208345E-03  4.99049932719614585E-03
+  5.07329921771775341E-03  5.15740233406360767E-03  5.24282663545206501E-03
+  5.32959023174701518E-03  5.41771138055637848E-03  5.50720848409302910E-03
+  5.59810008578853421E-03  5.69040486664906548E-03  5.78414164134374333E-03
+  5.87932935400963062E-03  5.97598707376845954E-03  6.07413398993629939E-03
+  6.17378940691585068E-03  6.27497273876035690E-03  6.37770350339213546E-03
+  6.48200131646259944E-03  6.58788588484029904E-03  6.69537699971042150E-03
+  6.80449452927114808E-03  6.91525841100916125E-03  7.02768864353896412E-03
+  7.14180527798823506E-03  7.25762840890994791E-03  7.37517816470459244E-03
+  7.49447469753224821E-03  7.61553817269300989E-03  7.73838875745950540E-03
+  7.86304660933341906E-03  7.98953186371208907E-03  8.11786462093505579E-03
+  8.24806493269031327E-03  8.38015278775707147E-03  8.51414809705695191E-03
+  8.65007067798989615E-03  8.78794023802456463E-03  8.92777635752116903E-03
+  9.06959847175140346E-03  9.21342585209013881E-03  9.35927758634696669E-03
+  9.50717255820453765E-03  9.65712942573497372E-03  9.80916659895359269E-03
+  9.96330221638299512E-03  1.01195541205863909E-02  1.02779398326325860E-02
+  1.04384765254591314E-02  1.06011809960878979E-02  1.07660696366570947E-02
+  1.09331584042236408E-02  1.11024627892969911E-02  1.12739977830542317E-02
+  1.14477778431932298E-02  1.16238168583785023E-02  1.18021281112223250E-02
+  1.19827242397622293E-02  1.21656171973708403E-02  1.23508182110521978E-02
+  1.25383377380664535E-02  1.27281854208238909E-02  1.29203700399932470E-02
+  1.31148994657601659E-02  1.33117806071755863E-02  1.35110193595269108E-02
+  1.37126205496711333E-02  1.39165878792538913E-02  1.41229238657529406E-02
+  1.43316297812666159E-02  1.45427055889769466E-02  1.47561498772099103E-02
+  1.49719597910168423E-02  1.51901309611884097E-02  1.54106574306307094E-02
+  1.56335315780056598E-02  1.58587440385564958E-02  1.60862836220239495E-02
+  1.63161372275647705E-02  1.65482897555701107E-02  1.67827240162966053E-02
+  1.70194206352020337E-02  1.72583579548877195E-02  1.74995119335349357E-02
+  1.77428560397408126E-02  1.79883611436288150E-02  1.82359954041309696E-02
+  1.84857241523157557E-02  1.87375097706550704E-02  1.89913115680939958E-02
+  1.92470856508128625E-02  1.95047847885401020E-02  1.97643582762978519E-02
+  2.00257517914351410E-02  2.02889072458220868E-02  2.05537626330574430E-02
+  2.08202518705507059E-02  2.10883046363363018E-02  2.13578462004609393E-02
+  2.16287972508020787E-02  2.19010737131626748E-02  2.21745865654724497E-02
+  2.24492416459526022E-02  2.27249394550661718E-02  2.30015749510931455E-02
+  2.32790373391623742E-02  2.35572098535636390E-02  2.38359695331662701E-02
+  2.41151869897710328E-02  2.43947261692085450E-02  2.46744441050013481E-02
+  2.49541906644153919E-02  2.52338082866938422E-02  2.55131317133016899E-02
+  2.57919877099832863E-02  2.60701947804304092E-02  2.63475628713835917E-02
+  2.66238930689449496E-02  2.68989772859360952E-02  2.71725979400703026E-02
+  2.74445276227579665E-02  2.77145287583415237E-02  2.79823532535559659E-02
+  2.82477421370135560E-02  2.85104251885132248E-02  2.87701205579852619E-02
+  2.90265343738487155E-02  2.92793603406130629E-02  2.95282793255058143E-02
+  2.97729589339526500E-02  3.00130530737041344E-02  3.02482015074385033E-02
+  3.04780293936508032E-02  3.07021468156501338E-02  3.09201482985050242E-02
+  3.11316123137611901E-02  3.13361007717862308E-02  3.15331585015775490E-02
+  3.17223127179108305E-02  3.19030724756800624E-02  3.20749281113339446E-02
+  3.22373506712723690E-02  3.23897913271363677E-02  3.25316807778898709E-02
+  3.26624286386463375E-02  3.27814228161769153E-02  3.28880288710894364E-02
+  3.29815893666463647E-02  3.30614232042627937E-02  3.31268249456891095E-02
+  3.31770641219666720E-02  3.32113845292286783E-02  3.32290035114580426E-02
+  3.32291112303751829E-02  3.32108699226039555E-02  3.31734131443543329E-02
+  3.31158450038731636E-02  3.30372393819448329E-02  3.29366391407949419E-02
+  3.28130553217841972E-02  3.26654663322940575E-02  3.24928171223399093E-02
+  3.22940183514024079E-02  3.20679455461214610E-02  3.18134382494754189E-02
+  3.15292991621991675E-02  3.12142932772465909E-02  3.08671470081283705E-02
+  3.04865473121447676E-02  3.00711408094705111E-02  2.96195328992929531E-02
+  2.91302868741471696E-02  2.86019230338206316E-02  2.80329178002080188E-02
+  2.74217028346462263E-02  2.67666641594057307E-02  2.60661412850279675E-02
+  2.53184263454698591E-02  2.45217632430387439E-02  2.36743468052702521E-02
+  2.27743219560890137E-02  2.18197829036862641E-02  2.08087723477406485E-02
+  1.97392807088006238E-02  1.86092453827510947E-02  1.74165500235854594E-02
+  1.61590238577566381E-02  1.48344410337189272E-02  1.34405200104008755E-02
+  1.19749229886108987E-02  1.04352553895561799E-02  8.81906538497150699E-03
+  7.12384348355329933E-03  5.34702217864858886E-03  3.48597566247773379E-03
+  1.53801961237522784E-03 -4.99588945126645378E-04 -2.62965168621194382E-03
+ -4.85502895133505669E-03 -7.17863960957520857E-03 -9.60346081874224183E-03
+ -1.21325276737306725E-02 -1.47689327353970907E-02 -1.75158254316595090E-02
+ -2.03764113223343472E-02 -2.33539512186949801E-02 -2.64517601483939789E-02
+ -2.96732061559331906E-02 -3.30217089284374904E-02 -3.65007382360966887E-02
+ -4.01138121760870603E-02 -4.38644952084052131E-02 -4.77563959715508607E-02
+ -5.17931648654574514E-02 -5.59784913886698862E-02 -6.03161012161415391E-02
+ -6.48097530036756270E-02 -6.94632349043309560E-02 -7.42803607817350831E-02
+ -7.92649661046876258E-02 -8.44209035067969016E-02 -8.97520379945855873E-02
+ -9.52622417866796911E-02 -1.00955388766457169E-01 -1.06835348529751017E-01
+ -1.12905980008854212E-01 -1.19171124653487032E-01 -1.25634599148842369E-01
+ -1.32300187650481876E-01 -1.39171633515166260E-01 -1.46252630506436637E-01
+ -1.53546813453235009E-01 -1.61057748339489881E-01 -1.68788921802159736E-01
+ -1.76743730014945810E-01 -1.84925466934600741E-01 -1.93337311886433577E-01
+ -2.01982316465466910E-01 -2.10863390729591260E-01 -2.19983288660854870E-01
+ -2.29344592871190273E-01 -2.38949698528830273E-01 -2.48800796481780134E-01
+ -2.58899855555227099E-01 -2.69248603999700187E-01 -2.79848510067637279E-01
+ -2.90700761696453314E-01 -3.01806245276819873E-01 -3.13165523485962827E-01
+ -3.24778812166587549E-01 -3.36645956233359578E-01 -3.48766404590162393E-01
+ -3.61139184042964412E-01 -3.73762872194885964E-01 -3.86635569311982674E-01
+ -3.99754869150559300E-01 -4.13117828739368587E-01 -4.26720937112616827E-01
+ -4.40560082992865754E-01 -4.54630521426332701E-01 -4.68926839376606341E-01
+ -4.83442920286847155E-01 -4.98171907625019006E-01 -5.13106167431340632E-01
+ -5.28237249892417049E-01 -5.43555849971874117E-01 -5.59051767133704081E-01
+ -5.74713864200661617E-01 -5.90530025397306479E-01 -6.06487113634560537E-01
+ -6.22570927100944416E-01 -6.38766155233816524E-01 -6.55056334153615416E-01
+ -6.71423801653315055E-01 -6.87849651846071608E-01 -7.04313689584714187E-01
+ -7.20794384778592923E-01 -7.37268826745396288E-01 -7.53712678748695963E-01
+ -7.70100132885406685E-01 -7.86403865502103505E-01 -8.02594993333578977E-01
+ -8.18643030573569686E-01 -8.34515847103381336E-01 -8.50179628121760622E-01
+ -8.65598835437202063E-01 -8.80736170702346333E-01 -8.95552540889523629E-01
+ -9.10007026326295043E-01 -9.24056851630718157E-01 -9.37657359906547083E-01
+ -9.50761990581157512E-01 -9.63322261290172510E-01 -9.75287754236134896E-01
+ -9.86606107471068916E-01 -9.97223011576125584E-01 -1.00708221223485817E+00
+ -1.01612551922012795E+00 -1.02429282233790442E+00 -1.03152211489484413E+00
+ -1.03774952527851561E+00 -1.04290935726270040E+00 -1.04693413967043991E+00
+ -1.04975468604965338E+00 -1.05130016503440249E+00 -1.05149818208424817E+00
+ -1.05027487331003067E+00 -1.04755501210942703E+00 -1.04326212934791807E+00
+ -1.03731864783073169E+00 -1.02964603181816883E+00 -1.02016495234090621E+00
+ -1.00879546907022011E+00 -9.95457229496135132E-01 -9.80069686155150999E-01
+ -9.62552332636659069E-01 -9.42824959076860813E-01 -9.20807927822848704E-01
+ -8.96422469917027342E-01 -8.69591003011454422E-01 -8.40237471273438064E-01
+ -8.08287707786865650E-01 -7.73669819886681709E-01 -7.36314597787765868E-01
+ -6.96155946781546464E-01 -6.53131343174262469E-01 -6.07182314029579007E-01
+ -5.58254940652302190E-01 -5.06300385611915260E-01 -4.51275442949701400E-01
+ -3.93143111044136628E-01 -3.31873187422308702E-01 -2.67442884602046904E-01
+ -1.99837465827194027E-01 -1.29050899317383283E-01 -5.50865293936043596E-02
+  2.20422374407921069E-02  1.02311233685977401E-01  1.85684821845059050E-01
+  2.72115178129770430E-01  3.61541572134564393E-01  4.53889646133902869E-01
+  5.49070698073046537E-01  6.46980972762294604E-01  7.47500966247796828E-01
+  8.50494748818653723E-01  9.55809312618833729E-01  1.06327395036512140E+00
+  1.17269967222491944E+00  1.28387866848155530E+00  1.39658382620694255E+00
+  1.51056830877042714E+00  1.62556520763608425E+00  1.74128727653616400E+00
+  1.85742675875006236E+00  1.97365531886687351E+00  2.08962409105356794E+00
+  2.20496385649094107E+00  2.31928536326432289E+00  2.43217980259946120E+00
+  2.54321945590770104E+00  2.65195852763438600E+00  2.75793417938309871E+00
+  2.86066778119562048E+00  2.95966639619085692E+00  3.05442451498479484E+00
+  3.14442605640417749E+00  3.22914665094535591E+00  3.30805622318453274E+00
+  3.38062188888580462E+00  3.44631118183430241E+00  3.50459562440367334E+00
+  3.55495465449476145E+00  3.59687991969672138E+00  3.62987994725569596E+00
+  3.65348519561148999E+00  3.66725348978878651E+00  3.67077583870755220E+00
+  3.66368262738902750E+00  3.64565017094968802E+00  3.61640761004470379E+00
+  3.57574411887595600E+00  3.52351638682728519E+00  3.45965632301177184E+00
+  3.38417891927107428E+00  3.29719019117860324E+00  3.19889509805933159E+00
+  3.08960532159987045E+00  2.96974675790028009E+00  2.83986654937771332E+00
+  2.70063945028827357E+00  2.55287328225667265E+00  2.39751319348903547E+00
+  2.23564438664155718E+00  2.06849292488732894E+00  1.89742416276633019E+00
+  1.72393827702551805E+00  1.54966229187320015E+00  1.37633790181701920E+00
+  1.20580429232163233E+00  1.03997504262770257E+00  8.80808064758925702E-01
+  7.30267386448105960E-01  5.90275421687576518E-01  4.62654188934217447E-01
+  3.49053731568188419E-01  2.50865765674012864E-01  1.69120323989956078E-01
+  1.04362879107206805E-01  5.65091105010822603E-02  2.46741252484781355E-02
+  6.97254744821205856E-03  2.85452162166186191E-04  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00
+  END     
+   PHI    1 #phi(r), for phi(r)/r*Ylm)
+  0.00000000000000000E+00  2.63868523749948184E-07  5.30018279878528737E-07
+  7.98468990005967683E-07  1.06924054624206527E-06  1.34235301265992429E-06
+  1.61782662678241430E-06  1.89568180108148421E-06  2.17593912449042936E-06
+  2.45861936392923251E-06  2.74374346584308673E-06  3.03133255775421374E-06
+  3.32140794982709507E-06  3.61399113644722924E-06  3.90910379781353670E-06
+  4.20676780154452242E-06  4.50700520429831742E-06  4.80983825340673574E-06
+  5.11528938852343673E-06  5.42338124328633723E-06  5.73413664699439553E-06
+  6.04757862629888033E-06  6.36373040690925358E-06  6.68261541531381289E-06
+  7.00425728051517904E-06  7.32867983578080306E-06  7.65590712040858777E-06
+  7.98596338150777455E-06  8.31887307579521903E-06  8.65466087140719368E-06
+  8.99335164972684108E-06  9.33497050722742098E-06  9.67954275733149843E-06
+  1.00270939322861833E-05  1.03776497850545820E-05  1.07312362912235933E-05
+  1.10878796509281997E-05  1.14476062907923638E-05  1.18104428658867414E-05
+  1.21764162617032580E-05  1.25455535961468031E-05  1.29178822215440825E-05
+  1.32934297266698854E-05  1.36722239387907920E-05  1.40542929257266331E-05
+  1.44396649979296796E-05  1.48283687105818595E-05  1.52204328657100475E-05
+  1.56158865143196718E-05  1.60147589585467555E-05  1.64170797538284995E-05
+  1.68228787110927322E-05  1.72321858989661667E-05  1.76450316460017926E-05
+  1.80614465429255292E-05  1.84814614449022420E-05  1.89051074738214203E-05
+  1.93324160206024859E-05  1.97634187475201594E-05  2.01981475905497996E-05
+  2.06366347617331054E-05  2.10789127515641740E-05  2.15250143313962634E-05
+  2.19749725558692567E-05  2.24288207653582146E-05  2.28865925884429434E-05
+  2.33483219443990649E-05  2.38140430457104484E-05  2.42837904006034858E-05
+  2.47575988156032098E-05  2.52355033981114559E-05  2.57175395590073716E-05
+  2.62037430152703664E-05  2.66941497926257000E-05  2.71887962282129821E-05
+  2.76877189732777075E-05  2.81909549958859934E-05  2.86985415836628705E-05
+  2.92105163465541771E-05  2.97269172196122801E-05  3.02477824658059719E-05
+  3.07731506788545237E-05  3.13030607860862898E-05  3.18375520513220416E-05
+  3.23766640777831434E-05  3.29204368110248746E-05  3.34689105418951299E-05
+  3.40221259095186313E-05  3.45801239043070120E-05  3.51429458709947453E-05
+  3.57106335117015076E-05  3.62832288890207720E-05  3.68607744291353311E-05
+  3.74433129249595386E-05  3.80308875393087708E-05  3.86235418080962920E-05
+  3.92213196435577460E-05  3.98242653375033899E-05  4.04324235645986190E-05
+  4.10458393856726197E-05  4.16645582510558147E-05  4.22886260039459451E-05
+  4.29180888838033781E-05  4.35529935297756545E-05  4.41933869841516888E-05
+  4.48393166958457924E-05  4.54908305239117350E-05  4.61479767410872388E-05
+  4.68108040373690541E-05  4.74793615236189542E-05  4.81536987352008277E-05
+  4.88338656356491848E-05  4.95199126203694644E-05  5.02118905203701295E-05
+  5.09098506060271931E-05  5.16138445908810876E-05  5.23239246354664732E-05
+  5.30401433511750470E-05  5.37625538041517118E-05  5.44912095192244566E-05
+  5.52261644838681248E-05  5.59674731522025187E-05  5.67151904490248790E-05
+  5.74693717738773642E-05  5.82300730051495160E-05  5.89973505042163063E-05
+  5.97712611196118076E-05  6.05518621912389397E-05  6.13392115546156395E-05
+  6.21333675451576082E-05  6.29343890024981322E-05  6.37423352748452002E-05
+  6.45572662233762014E-05  6.53792422266706726E-05  6.62083241851811280E-05
+  6.70445735257428654E-05  6.78880522061223575E-05  6.87388227196050804E-05
+  6.95969480996230913E-05  7.04624919244222620E-05  7.13355183217700875E-05
+  7.22160919737040716E-05  7.31042781213211360E-05  7.40001425696082827E-05
+  7.49037516923151613E-05  7.58151724368685815E-05  7.67344723293294714E-05
+  7.76617194793927307E-05  7.85969825854301391E-05  7.95403309395770262E-05
+  8.04918344328625271E-05  8.14515635603844381E-05  8.24195894265287424E-05
+  8.33959837502339264E-05  8.43808188703010909E-05  8.53741677507498004E-05
+  8.63761039862200671E-05  8.73867018074211168E-05  8.84060360866272237E-05
+  8.94341823432207749E-05  9.04712167492835554E-05  9.15172161352359952E-05
+  9.25722579955252873E-05  9.36364204943624973E-05  9.47097824715093433E-05
+  9.57924234481148770E-05  9.68844236326025111E-05  9.79858639266079643E-05
+  9.90968259309683944E-05  1.00217391951763369E-04  1.01347645006407704E-04
+  1.02487668829797315E-04  1.03637547880507791E-04  1.04797367347046709E-04
+  1.05967213154159671E-04  1.07147171969191175E-04  1.08337331208499906E-04
+  1.09537779043929930E-04  1.10748604409337348E-04  1.11969897007173358E-04
+  1.13201747315124458E-04  1.14444246592809476E-04  1.15697486888534942E-04
+  1.16961561046108315E-04  1.18236562711710369E-04  1.19522586340826693E-04
+  1.20819727205238921E-04  1.22128081400076804E-04  1.23447745850930549E-04
+  1.24778818321025014E-04  1.26121397418455493E-04  1.27475582603486147E-04
+  1.28841474195911496E-04  1.30219173382481245E-04  1.31608782224389202E-04
+  1.33010403664827044E-04  1.34424141536603224E-04  1.35850100569827336E-04
+  1.37288386399661268E-04  1.38739105574136755E-04  1.40202365562041030E-04
+  1.41678274760869772E-04  1.43166942504849304E-04  1.44668479073027781E-04
+  1.46182995697436059E-04  1.47710604571319365E-04  1.49251418857439575E-04
+  1.50805552696449700E-04  1.52373121215339686E-04  1.53954240535956235E-04
+  1.55549027783595382E-04  1.57157601095669414E-04  1.58780079630448741E-04
+  1.60416583575878814E-04  1.62067234158473487E-04  1.63732153652284944E-04
+  1.65411465387951123E-04  1.67105293761821231E-04  1.68813764245159478E-04
+  1.70537003393429022E-04  1.72275138855655516E-04  1.74028299383871624E-04
+  1.75796614842642601E-04  1.77580216218674818E-04  1.79379235630506472E-04
+  1.81193806338282262E-04  1.83024062753612339E-04  1.84870140449516204E-04
+  1.86732176170452359E-04  1.88610307842434539E-04  1.90504674583235576E-04
+  1.92415416712678341E-04  1.94342675763016688E-04  1.96286594489404641E-04
+  1.98247316880456853E-04  2.00224988168899829E-04  2.02219754842314993E-04
+  2.04231764653974284E-04  2.06261166633769428E-04  2.08308111099235319E-04
+  2.10372749666668841E-04  2.12455235262342523E-04  2.14555722133816647E-04
+  2.16674365861346813E-04  2.18811323369391827E-04  2.20966752938219461E-04
+  2.23140814215613018E-04  2.25333668228678397E-04  2.27545477395753575E-04
+  2.29776405538419662E-04  2.32026617893616919E-04  2.34296281125864254E-04
+  2.36585563339584412E-04  2.38894634091535403E-04  2.41223664403348925E-04
+  2.43572826774177229E-04  2.45942295193448757E-04  2.48332245153733773E-04
+  2.50742853663721234E-04  2.53174299261306544E-04  2.55626762026793671E-04
+  2.58100423596209472E-04  2.60595467174734086E-04  2.63112077550245980E-04
+  2.65650441106984685E-04  2.68210745839331059E-04  2.70793181365705353E-04
+  2.73397938942586589E-04  2.76025211478651757E-04  2.78675193549037187E-04
+  2.81348081409722663E-04  2.84044073012039672E-04  2.86763368017304665E-04
+  2.89506167811578031E-04  2.92272675520551006E-04  2.95063096024560133E-04
+  2.97877635973731463E-04  3.00716503803255054E-04  3.03579909748791330E-04
+  3.06468065862009755E-04  3.09381186026261843E-04  3.12319485972388771E-04
+  3.15283183294665765E-04  3.18272497466882715E-04  3.21287649858565034E-04
+  3.24328863751332369E-04  3.27396364355399835E-04  3.30490378826220083E-04
+  3.33611136281269460E-04  3.36758867816978479E-04  3.39933806525808703E-04
+  3.43136187513475412E-04  3.46366247916319822E-04  3.49624226918830228E-04
+  3.52910365771314774E-04  3.56224907807725080E-04  3.59568098463634704E-04
+  3.62940185294371824E-04  3.66341417993307726E-04  3.69772048410303472E-04
+  3.73232330570314591E-04  3.76722520692156725E-04  3.80242877207432597E-04
+  3.83793660779621019E-04  3.87375134323331995E-04  3.90987563023725870E-04
+  3.94631214356100683E-04  3.98306358105647584E-04  4.02013266387376406E-04
+  4.05752213666213087E-04  4.09523476777269536E-04  4.13327334946287674E-04
+  4.17164069810260904E-04  4.21033965438231332E-04  4.24937308352266857E-04
+  4.28874387548618455E-04  4.32845494519059877E-04  4.36850923272409989E-04
+  4.40890970356241961E-04  4.44965934878777331E-04  4.49076118530969783E-04
+  4.53221825608778300E-04  4.57403363035632153E-04  4.61621040385088778E-04
+  4.65875169903687020E-04  4.70166066533996680E-04  4.74494047937866134E-04
+  4.78859434519870000E-04  4.83262549450959105E-04  4.87703718692312127E-04
+  4.92183271019394739E-04  4.96701538046223352E-04  5.01258854249838704E-04
+  5.05855556994990211E-04  5.10491986559031370E-04  5.15168486157029440E-04
+  5.19885401967092303E-04  5.24643083155911286E-04  5.29441881904523870E-04
+  5.34282153434299627E-04  5.39164256033147120E-04  5.44088551081946758E-04
+  5.49055403081212296E-04  5.54065179677979054E-04  5.59118251692924690E-04
+  5.64214993147723188E-04  5.69355781292633142E-04  5.74540996634322607E-04
+  5.79771022963934874E-04  5.85046247385393619E-04  5.90367060343951360E-04
+  5.95733855654983699E-04  6.01147030533030649E-04  6.06606985621088637E-04
+  6.12114125020150456E-04  6.17668856319004349E-04  6.23271590624282557E-04
+  6.28922742590774645E-04  6.34622730451994948E-04  6.40371976051017392E-04
+  6.46170904871571175E-04  6.52019946069406294E-04  6.57919532503926994E-04
+  6.63870100770095500E-04  6.69872091230613951E-04  6.75925948048375878E-04
+  6.82032119219202928E-04  6.88191056604857410E-04  6.94403215966341069E-04
+  7.00669056997479120E-04  7.06989043358790398E-04  7.13363642711650780E-04
+  7.19793326752748812E-04  7.26278571248835793E-04  7.32819856071774563E-04
+  7.39417665233890243E-04  7.46072486923622484E-04  7.52784813541482602E-04
+  7.59555141736322631E-04  7.66383972441911972E-04  7.73271810913829104E-04
+  7.80219166766668581E-04  7.87226554011569071E-04  7.94294491094059158E-04
+  8.01423500932233303E-04  8.08614110955249796E-04  8.15866853142159401E-04
+  8.23182264061071939E-04  8.30560884908649547E-04  8.38003261549947424E-04
+  8.45509944558588394E-04  8.53081489257287353E-04  8.60718455758718967E-04
+  8.68421409006737304E-04  8.76190918817948482E-04  8.84027559923638065E-04
+  8.91931912012058968E-04  8.99904559771080924E-04  9.07946092931203610E-04
+  9.16057106308941320E-04  9.24238199850575294E-04  9.32489978676283998E-04
+  9.40813053124647781E-04  9.49208038797536902E-04  9.57675556605382724E-04
+  9.66216232812836494E-04  9.74830699084818343E-04  9.83519592532960821E-04
+  9.92283555762448919E-04  1.00112323691926093E-03  1.01003928973781437E-03
+  1.01903237358901824E-03  1.02810315352873643E-03  1.03725230034666595E-03
+  1.04648049061563126E-03  1.05578840674130361E-03  1.06517673701234084E-03
+  1.07464617565095999E-03  1.08419742286393838E-03  1.09383118489405360E-03
+  1.10354817407195996E-03  1.11334910886851102E-03  1.12323471394752770E-03
+  1.13320572021901700E-03  1.14326286489284368E-03  1.15340689153286581E-03
+  1.16363855011152517E-03  1.17395859706490892E-03  1.18436779534827983E-03
+  1.19486691449207944E-03  1.20545673065841023E-03  1.21613802669800217E-03
+  1.22691159220765901E-03  1.23777822358820105E-03  1.24873872410289884E-03
+  1.25979390393640657E-03  1.27094458025419732E-03  1.28219157726250561E-03
+  1.29353572626878183E-03  1.30497786574266064E-03  1.31651884137744908E-03
+  1.32815950615214080E-03  1.33990072039395563E-03  1.35174335184141633E-03
+  1.36368827570795847E-03  1.37573637474608466E-03  1.38788853931206472E-03
+  1.40014566743118778E-03  1.41250866486356680E-03  1.42497844517050802E-03
+  1.43755592978144246E-03  1.45024204806142834E-03  1.46303773737922792E-03
+  1.47594394317596177E-03  1.48896161903434984E-03  1.50209172674854101E-03
+  1.51533523639453679E-03  1.52869312640121309E-03  1.54216638362194452E-03
+  1.55575600340684224E-03  1.56946298967560274E-03  1.58328835499097604E-03
+  1.59723312063285699E-03  1.61129831667301089E-03  1.62548498205043030E-03
+  1.63979416464733177E-03  1.65422692136579850E-03  1.66878431820507728E-03
+  1.68346743033952586E-03  1.69827734219722692E-03  1.71321514753926718E-03
+  1.72828194953969180E-03  1.74347886086613155E-03  1.75880700376112079E-03
+  1.77426751012410241E-03  1.78986152159412663E-03  1.80559018963325131E-03
+  1.82145467561065674E-03  1.83745615088746041E-03  1.85359579690226269E-03
+  1.86987480525741142E-03  1.88629437780599564E-03  1.90285572673958231E-03
+  1.91956007467669371E-03  1.93640865475202856E-03  1.95340271070645020E-03
+  1.97054349697772324E-03  1.98783227879202867E-03  2.00527033225624809E-03
+  2.02285894445102801E-03  2.04059941352463785E-03  2.05849304878761132E-03
+  2.07654117080819907E-03  2.09474511150861860E-03  2.11310621426212455E-03
+  2.13162583399089832E-03  2.15030533726475771E-03  2.16914610240071231E-03
+  2.18814951956334668E-03  2.20731699086606451E-03  2.22664993047317575E-03
+  2.24614976470285032E-03  2.26581793213094171E-03  2.28565588369568579E-03
+  2.30566508280327957E-03  2.32584700543435286E-03  2.34620314025134075E-03
+  2.36673498870675417E-03  2.38744406515236556E-03  2.40833189694931917E-03
+  2.42940002457916202E-03  2.45065000175581334E-03  2.47208339553847602E-03
+  2.49370178644549474E-03  2.51550676856918424E-03  2.53749994969160782E-03
+  2.55968295140133941E-03  2.58205740921120530E-03  2.60462497267701428E-03
+  2.62738730551728954E-03  2.65034608573400153E-03  2.67350300573431735E-03
+  2.69685977245337537E-03  2.72041810747808465E-03  2.74417974717196820E-03
+  2.76814644280105404E-03  2.79231996066081796E-03  2.81670208220419650E-03
+  2.84129460417066864E-03  2.86609933871642165E-03  2.89111811354561066E-03
+  2.91635277204271067E-03  2.94180517340598057E-03  2.96747719278205382E-03
+  2.99337072140163458E-03  3.01948766671635265E-03  3.04582995253674643E-03
+  3.07239951917140852E-03  3.09919832356729368E-03  3.12622833945119414E-03
+  3.15349155747240420E-03  3.18098998534657252E-03  3.20872564800075673E-03
+  3.23670058771968446E-03  3.26491686429324643E-03  3.29337655516520828E-03
+  3.32208175558316304E-03  3.35103457874974878E-03  3.38023715597510557E-03
+  3.40969163683061760E-03  3.43940018930392584E-03  3.46936499995524790E-03
+  3.49958827407496984E-03  3.53007223584258460E-03  3.56081912848692098E-03
+  3.59183121444772843E-03  3.62311077553858661E-03  3.65466011311118590E-03
+  3.68648154822095184E-03  3.71857742179406607E-03  3.75095009479585895E-03
+  3.78360194840060603E-03  3.81653538416272921E-03  3.84975282418941649E-03
+  3.88325671131468020E-03  3.91704950927484075E-03  3.95113370288548496E-03
+  3.98551179821987015E-03  4.02018632278882109E-03  4.05515982572209575E-03
+  4.09043487795126594E-03  4.12601407239410189E-03  4.16190002414048958E-03
+  4.19809537063986146E-03  4.23460277189020764E-03  4.27142491062860574E-03
+  4.30856449252336408E-03  4.34602424636771050E-03  4.38380692427511182E-03
+  4.42191530187617098E-03  4.46035217851716449E-03  4.49912037746021034E-03
+  4.53822274608507541E-03  4.57766215609264893E-03  4.61744150371008830E-03
+  4.65756370989764152E-03  4.69803172055717304E-03  4.73884850674240968E-03
+  4.78001706487089176E-03  4.82154041693767538E-03  4.86342161073078511E-03
+  4.90566372004842474E-03  4.94826984491797059E-03  4.99124311181675748E-03
+  5.03458667389466725E-03  5.07830371119852731E-03  5.12239743089837243E-03
+  5.16687106751551311E-03  5.21172788315250532E-03  5.25697116772495115E-03
+  5.30260423919523636E-03  5.34863044380814046E-03  5.39505315632837247E-03
+  5.44187578028004423E-03  5.48910174818808844E-03  5.53673452182163253E-03
+  5.58477759243937270E-03  5.63323448103690734E-03  5.68210873859609829E-03
+  5.73140394633645401E-03  5.78112371596854573E-03  5.83127168994947154E-03
+  5.88185154174039517E-03  5.93286697606616731E-03  5.98432172917704678E-03
+  6.03621956911253119E-03  6.08856429596733167E-03  6.14135974215946311E-03
+  6.19460977270053573E-03  6.24831828546819779E-03  6.30248921148078046E-03
+  6.35712651517415447E-03  6.41223419468081590E-03  6.46781628211120455E-03
+  6.52387684383729481E-03  6.58041998077845292E-03  6.63744982868958496E-03
+  6.69497055845161802E-03  6.75298637636426169E-03  6.81150152444116950E-03
+  6.87052028070741106E-03  6.93004695949935804E-03  6.99008591176693457E-03
+  7.05064152537829367E-03  7.11171822542694572E-03  7.17332047454128513E-03
+  7.23545277319662204E-03  7.29811966002967289E-03  7.36132571215556992E-03
+  7.42507554548736074E-03  7.48937381505807888E-03  7.55422521534534434E-03
+  7.61963448059853072E-03  7.68560638516854137E-03  7.75214574384018151E-03
+  7.81925741216715937E-03  7.88694628680973453E-03  7.95521730587502550E-03
+  8.02407544926000624E-03  8.09352573899719749E-03  8.16357323960306691E-03
+  8.23422305842920650E-03  8.30548034601621618E-03  8.37735029645040458E-03
+  8.44983814772325495E-03  8.52294918209374648E-03  8.59668872645345285E-03
+  8.67106215269455513E-03  8.74607487808067539E-03  8.82173236562064020E-03
+  8.89804012444514111E-03  8.97500371018632517E-03  9.05262872536034130E-03
+  9.13092081975286698E-03  9.20988569080758920E-03  9.28952908401775232E-03
+  9.36985679332071747E-03  9.45087466149552476E-03  9.53258858056361090E-03
+  9.61500449219256439E-03  9.69812838810299276E-03  9.78196631047855217E-03
+  9.86652435237911352E-03  9.95180865815709428E-03  1.00378254238769997E-02
+  1.01245808977381817E-02  1.02120813805008179E-02  1.03003332259151634E-02
+  1.03893428411540555E-02  1.04791166872487684E-02  1.05696612795281239E-02
+  1.06609831880609945E-02  1.07530890381021278E-02  1.08459855105413911E-02
+  1.09396793423564009E-02  1.10341773270685589E-02  1.11294863152025785E-02
+  1.12256132147494480E-02  1.13225649916328906E-02  1.14203486701793359E-02
+  1.15189713335914247E-02  1.16184401244250595E-02  1.17187622450700378E-02
+  1.18199449582342877E-02  1.19219955874317086E-02  1.20249215174736551E-02
+  1.21287301949640873E-02  1.22334291287983944E-02  1.23390258906659420E-02
+  1.24455281155563258E-02  1.25529435022693845E-02  1.26612798139289547E-02
+  1.27705448785004772E-02  1.28807465893123561E-02  1.29918929055811688E-02
+  1.31039918529407533E-02  1.32170515239751537E-02  1.33310800787554678E-02
+  1.34460857453806096E-02  1.35620768205220385E-02  1.36790616699724119E-02
+  1.37970487291982687E-02  1.39160465038967000E-02  1.40360635705560361E-02
+  1.41571085770205995E-02  1.42791902430595176E-02  1.44023173609396475E-02
+  1.45264987960025977E-02  1.46517434872459103E-02  1.47780604479083397E-02
+  1.49054587660593946E-02  1.50339476051930040E-02  1.51635362048254639E-02
+  1.52942338810975673E-02  1.54260500273810421E-02  1.55589941148892505E-02
+  1.56930756932922057E-02  1.58283043913358852E-02  1.59646899174659233E-02
+  1.61022420604556397E-02  1.62409706900384712E-02  1.63808857575448059E-02
+  1.65219972965432449E-02  1.66643154234862798E-02  1.68078503383605124E-02
+  1.69526123253412250E-02  1.70986117534516341E-02  1.72458590772264879E-02
+  1.73943648373803481E-02  1.75441396614803395E-02  1.76951942646235288E-02
+  1.78475394501188857E-02  1.80011861101738689E-02  1.81561452265856446E-02
+  1.83124278714369565E-02  1.84700452077966662E-02  1.86290084904250086E-02
+  1.87893290664834962E-02  1.89510183762496114E-02  1.91140879538362132E-02
+  1.92785494279156776E-02  1.94444145224488413E-02  1.96116950574187522E-02
+  1.97804029495691688E-02  1.99505502131479377E-02  2.01221489606551833E-02
+  2.02952114035963201E-02  2.04697498532400157E-02  2.06457767213809214E-02
+  2.08233045211074115E-02  2.10023458675741188E-02  2.11829134787794755E-02
+  2.13650201763481914E-02  2.15486788863185931E-02  2.17339026399350072E-02
+  2.19207045744450740E-02  2.21090979339020645E-02  2.22990960699721540E-02
+  2.24907124427467520E-02  2.26839606215598170E-02  2.28788542858101192E-02
+  2.30754072257887237E-02  2.32736333435113220E-02  2.34735466535557005E-02
+  2.36751612839042752E-02  2.38784914767916391E-02  2.40835515895571999E-02
+  2.42903560955029345E-02  2.44989195847561611E-02  2.47092567651374141E-02
+  2.49213824630334334E-02  2.51353116242752223E-02  2.53510593150212057E-02
+  2.55686407226454714E-02  2.57880711566311691E-02  2.60093660494688933E-02
+  2.62325409575603248E-02  2.64576115621268163E-02  2.66845936701231717E-02
+  2.69135032151564778E-02  2.71443562584100517E-02  2.73771689895724937E-02
+  2.76119577277717555E-02  2.78487389225143857E-02  2.80875291546297257E-02
+  2.83283451372192997E-02  2.85712037166111973E-02  2.88161218733195036E-02
+  2.90631167230087743E-02  2.93122055174635313E-02  2.95634056455628229E-02
+  2.98167346342597187E-02  3.00722101495658617E-02  3.03298499975409516E-02
+  3.05896721252871470E-02  3.08516946219485472E-02  3.11159357197154582E-02
+  3.13824137948336621E-02  3.16511473686184944E-02  3.19221551084738278E-02
+  3.21954558289159337E-02  3.24710684926020204E-02  3.27490122113637608E-02
+  3.30293062472454060E-02  3.33119700135467989E-02  3.35970230758708688E-02
+  3.38844851531761374E-02  3.41743761188334771E-02  3.44667160016878041E-02
+  3.47615249871241899E-02  3.50588234181385058E-02  3.53586317964126595E-02
+  3.56609707833941900E-02  3.59658612013803933E-02  3.62733240346066882E-02
+  3.65833804303394572E-02  3.68960516999730509E-02  3.72113593201311293E-02
+  3.75293249337721319E-02  3.78499703512988964E-02  3.81733175516723658E-02
+  3.84993886835293467E-02  3.88282060663042161E-02  3.91597921913544728E-02
+  3.94941697230902361E-02  3.98313615001075691E-02  4.01713905363253465E-02
+  4.05142800221259883E-02  4.08600533254995235E-02  4.12087339931914848E-02
+  4.15603457518539526E-02  4.19149125092001529E-02  4.22724583551622041E-02
+  4.26330075630521471E-02  4.29965845907260835E-02  4.33632140817512973E-02
+  4.37329208665764094E-02  4.41057299637042932E-02  4.44816665808678360E-02
+  4.48607561162081905E-02  4.52430241594558788E-02  4.56284964931140194E-02
+  4.60171990936442468E-02  4.64091581326546015E-02  4.68043999780896405E-02
+  4.72029511954227612E-02  4.76048385488500869E-02  4.80100890024864405E-02
+  4.84187297215627893E-02  4.88307880736254182E-02  4.92462916297362746E-02
+  4.96652681656748127E-02  5.00877456631408438E-02  5.05137523109584138E-02
+  5.09433165062805685E-02  5.13764668557948057E-02  5.18132321769290971E-02
+  5.22536414990583259E-02  5.26977240647109879E-02  5.31455093307758863E-02
+  5.35970269697089302E-02  5.40523068707394680E-02  5.45113791410763507E-02
+  5.49742741071134258E-02  5.54410223156340254E-02  5.59116545350148500E-02
+  5.63862017564282988E-02  5.68646951950438281E-02  5.73471662912273944E-02
+  5.78336467117394060E-02  5.83241683509307385E-02  5.88187633319362385E-02
+  5.93174640078662566E-02  5.98203029629953004E-02  6.03273130139478711E-02
+  6.08385272108813296E-02  6.13539788386653698E-02  6.18737014180579595E-02
+  6.23977287068773964E-02  6.29260947011704569E-02  6.34588336363760552E-02
+  6.39959799884845387E-02  6.45375684751917783E-02  6.50836340570485200E-02
+  6.56342119386040812E-02  6.61893375695443292E-02  6.67490466458239007E-02
+  6.73133751107918149E-02  6.78823591563106066E-02  6.84560352238687692E-02
+  6.90344400056855378E-02  6.96176104458084144E-02  7.02055837412027678E-02
+  7.07983973428330249E-02  7.13960889567355206E-02  7.19986965450822719E-02
+  7.26062583272353707E-02  7.32188127807919670E-02  7.38363986426190666E-02
+  7.44590549098777948E-02  7.50868208410370441E-02  7.57197359568759498E-02
+  7.63578400414744729E-02  7.70011731431923391E-02  7.76497755756352243E-02
+  7.83036879186081447E-02  7.89629510190556355E-02  7.96276059919881346E-02
+  8.02976942213940309E-02  8.09732573611371964E-02  8.16543373358393221E-02
+  8.23409763417465856E-02  8.30332168475802490E-02  8.37311015953706439E-02
+  8.44346736012740184E-02  8.51439761563717451E-02  8.58590528274513348E-02
+  8.65799474577687717E-02  8.73067041677916683E-02  8.80393673559224932E-02
+  8.87779816992015358E-02  8.95225921539887087E-02  9.02732439566241995E-02
+  9.10299826240665994E-02  9.17928539545085770E-02  9.25619040279688776E-02
+  9.33371792068607292E-02  9.41187261365353800E-02  9.49065917458001840E-02
+  9.57008232474110682E-02  9.65014681385382850E-02  9.73085742012046867E-02
+  9.81221895026961194E-02  9.89423623959431592E-02  9.97691415198732195E-02
+  1.00602575799732641E-01  1.01442714447377791E-01  1.02289606961534302E-01
+  1.03143303128024263E-01  1.04003853019959680E-01  1.04871306997902217E-01
+  1.05745715709987850E-01  1.06627130092015979E-01  1.07515601367501934E-01
+  1.08411181047692165E-01  1.09313920931540978E-01  1.10223873105648393E-01
+  1.11141089944157709E-01  1.12065624108612247E-01  1.12997528547770287E-01
+  1.13936856497377018E-01  1.14883661479892762E-01  1.15837997304176529E-01
+  1.16799918065123756E-01  1.17769478143257320E-01  1.18746732204270636E-01
+  1.19731735198522357E-01  1.20724542360480816E-01  1.21725209208117732E-01
+  1.22733791542250073E-01  1.23750345445828261E-01  1.24774927283170967E-01
+  1.25807593699143960E-01  1.26848401618282508E-01  1.27897408243856342E-01
+  1.28954671056875608E-01  1.30020247815036877E-01  1.31094196551607617E-01
+  1.32176575574248417E-01  1.33267443463771285E-01  1.34366859072832828E-01
+  1.35474881524561053E-01  1.36591570211114954E-01  1.37716984792174285E-01
+  1.38851185193359622E-01  1.39994231604580466E-01  1.41146184478310066E-01
+  1.42307104527786249E-01  1.43477052725135251E-01  1.44656090299419421E-01
+  1.45844278734605037E-01  1.47041679767449696E-01  1.48248355385309005E-01
+  1.49464367823858524E-01  1.50689779564731036E-01  1.51924653333067955E-01
+  1.53169052094981606E-01  1.54423039054928352E-01  1.55686677652990019E-01
+  1.56960031562062674E-01  1.58243164684949811E-01  1.59536141151360084E-01
+  1.60839025314806039E-01  1.62151881749403287E-01  1.63474775246568005E-01
+  1.64807770811610965E-01  1.66150933660225791E-01  1.67504329214870656E-01
+  1.68868023101040599E-01  1.70242081143429230E-01  1.71626569361977149E-01
+  1.73021553967806302E-01  1.74427101359037023E-01  1.75843278116486951E-01
+  1.77270150999248838E-01  1.78707786940145996E-01  1.80156253041062642E-01
+  1.81615616568148036E-01  1.83085944946891288E-01  1.84567305757065203E-01
+  1.86059766727537018E-01  1.87563395730944354E-01  1.89078260778232421E-01
+  1.90604430013052828E-01  1.92141971706019904E-01  1.93690954248822794E-01
+  1.95251446148191093E-01  1.96823516019711875E-01  1.98407232581495563E-01
+  2.00002664647688205E-01  2.01609881121828233E-01  2.03228950990044260E-01
+  2.04859943314093490E-01  2.06502927224235827E-01  2.08157971911943157E-01
+  2.09825146622440339E-01  2.11504520647075617E-01  2.13196163315517967E-01
+  2.14900143987779180E-01  2.16616532046056798E-01  2.18345396886397231E-01
+  2.20086807910174848E-01  2.21840834515385388E-01  2.23607546087750020E-01
+  2.25387011991628722E-01  2.27179301560738650E-01  2.28984484088676471E-01
+  2.30802628819240574E-01  2.32633804936550892E-01  2.34478081554964163E-01
+  2.36335527708779997E-01  2.38206212341737472E-01  2.40090204296297405E-01
+  2.41987572302708009E-01  2.43898384967851434E-01  2.45822710763868191E-01
+  2.47760618016555995E-01  2.49712174893540612E-01  2.51677449392215924E-01
+  2.53656509327450042E-01  2.55649422319053410E-01  2.57656255779008192E-01
+  2.59677076898454928E-01  2.61711952634431533E-01  2.63760949696364766E-01
+  2.65824134532309797E-01  2.67901573314933417E-01  2.69993331927240510E-01
+  2.72099475948038960E-01  2.74220070637139990E-01  2.76355180920291765E-01
+  2.78504871373842000E-01  2.80669206209128330E-01  2.82848249256590745E-01
+  2.85042063949605684E-01  2.87250713308036476E-01  2.89474259921498944E-01
+  2.91712765932337525E-01  2.93966293018310121E-01  2.96234902374977183E-01
+  2.98518654697793206E-01  3.00817610163897742E-01  3.03131828413601201E-01
+  3.05461368531564137E-01  3.07806289027665547E-01  3.10166647817559926E-01
+  3.12542502202914962E-01  3.14933908851333211E-01  3.17340923775949080E-01
+  3.19763602314702355E-01  3.22201999109282433E-01  3.24656168083742591E-01
+  3.27126162422779365E-01  3.29612034549676414E-01  3.32113836103907489E-01
+  3.34631617918397961E-01  3.37165429996441446E-01  3.39715321488267052E-01
+  3.42281340667258405E-01  3.44863534905817393E-01  3.47461950650873264E-01
+  3.50076633399032888E-01  3.52707627671370649E-01  3.55354976987854509E-01
+  3.58018723841406317E-01  3.60698909671594292E-01  3.63395574837954760E-01
+  3.66108758592941452E-01  3.68838499054500057E-01  3.71584833178265128E-01
+  3.74347796729379123E-01  3.77127424253929200E-01  3.79923749050001869E-01
+  3.82736803138352621E-01  3.85566617232689535E-01  3.88413220709568463E-01
+  3.91276641577898321E-01  3.94156906448055899E-01  3.97054040500607663E-01
+  3.99968067454637533E-01  4.02899009535680475E-01  4.05846887443259308E-01
+  4.08811720318025096E-01  4.11793525708499197E-01  4.14792319537417686E-01
+  4.17808116067675261E-01  4.20840927867870362E-01  4.23890765777450829E-01
+  4.26957638871456935E-01  4.30041554424869188E-01  4.33142517876550337E-01
+  4.36260532792790812E-01  4.39395600830453592E-01  4.42547721699721008E-01
+  4.45716893126441527E-01  4.48903110814081130E-01  4.52106368405276904E-01
+  4.55326657442995997E-01  4.58563967331301281E-01  4.61818285295724051E-01
+  4.65089596343247202E-01  4.68377883221899993E-01  4.71683126379966178E-01
+  4.75005303924809108E-01  4.78344391581314921E-01  4.81700362649958858E-01
+  4.85073187964495389E-01  4.88462835849276911E-01  4.91869272076203734E-01
+  4.95292459821311037E-01  4.98732359620993160E-01  5.02188929327874622E-01
+  5.05662124066326935E-01  5.09151896187640340E-01  5.12658195224854119E-01
+  5.16180967847250316E-01  5.19720157814516304E-01  5.23275705930584811E-01
+  5.26847549997154330E-01  5.30435624766898206E-01  5.34039861896369872E-01
+  5.37660189898610308E-01  5.41296534095465187E-01  5.44948816569621575E-01
+  5.48616956116369403E-01  5.52300868195099270E-01  5.56000464880543777E-01
+  5.59715654813771279E-01  5.63446343152945395E-01  5.67192431523853235E-01
+  5.70953817970221489E-01  5.74730396903824547E-01  5.78522059054398463E-01
+  5.82328691419372935E-01  5.86150177213432433E-01  5.89986395817918341E-01
+  5.93837222730087433E-01  5.97702529512236347E-01  6.01582183740710708E-01
+  6.05476048954807666E-01  6.09383984605589957E-01  6.13305846004628563E-01
+  6.17241484272682328E-01  6.21190746288338813E-01  6.25153474636628070E-01
+  6.29129507557627088E-01  6.33118678895074560E-01  6.37120818045010529E-01
+  6.41135749904462982E-01  6.45163294820198741E-01  6.49203268537556166E-01
+  6.53255482149385003E-01  6.57319742045109012E-01  6.61395849859933938E-01
+  6.65483602424225440E-01  6.69582791713074221E-01  6.73693204796072975E-01
+  6.77814623787332704E-01  6.81946825795756606E-01  6.86089582875596293E-01
+  6.90242661977320759E-01  6.94405824898816859E-01  6.98578828236951832E-01
+  7.02761423339524627E-01  7.06953356257628895E-01  7.11154367698462186E-01
+  7.15364192978603319E-01  7.19582561977792801E-01  7.23809199093239708E-01
+  7.28043823194492012E-01  7.32286147578894431E-01  7.36535879927671666E-01
+  7.40792722262662906E-01  7.45056370903745435E-01  7.49326516426976674E-01
+  7.53602843623489838E-01  7.57885031459179070E-01  7.62172753035205375E-01
+  7.66465675549362957E-01  7.70763460258337751E-01  7.75065762440899642E-01
+  7.79372231362059908E-01  7.83682510238237429E-01  7.87996236203468814E-01
+  7.92313040276699909E-01  7.96632547330201723E-01  8.00954376059150319E-01
+  8.05278138952405964E-01  8.09603442264541728E-01  8.13929885989153057E-01
+  8.18257063833499720E-01  8.22584563194514229E-01  8.26911965136226779E-01
+  8.31238844368646701E-01  8.35564769228144710E-01  8.39889301659380139E-01
+  8.44211997198820452E-01  8.48532404959895015E-01  8.52850067619831509E-01
+  8.57164521408220192E-01  8.61475296097351073E-01  8.65781914994373292E-01
+  8.70083894935323898E-01  8.74380746281069987E-01  8.78671972915216482E-01
+  8.82957072244025309E-01  8.87235535198394820E-01  8.91506846237948070E-01
+  8.95770483357277381E-01  9.00025918094400024E-01  9.04272615541464875E-01
+  9.08510034357767338E-01  9.12737626785116607E-01  9.16954838665611227E-01
+  9.21161109461865135E-01  9.25355872279738256E-01  9.29538553893619834E-01
+  9.33708574774316680E-01  9.37865349119591629E-01  9.42008284887403624E-01
+  9.46136783831900918E-01  9.50250241542213492E-01  9.54348047484094630E-01
+  9.58429585044459520E-01  9.62494231578871151E-01  9.66541358462022715E-01
+  9.70570331141258791E-01  9.74580509193188727E-01  9.78571246383433957E-01
+  9.82541890729562883E-01  9.86491784567249508E-01  9.90420264619711554E-01
+  9.94326662070463496E-01  9.98210302639436775E-01  1.00207050666250486E+00
+  1.00590658917445785E+00  1.00971785999547015E+00  1.01350362382109926E+00
+  1.01726318031585805E+00  1.02099582421040047E+00  1.02470084540235518E+00
+  1.02837752906085012E+00  1.03202515573475861E+00  1.03564300146470623E+00
+  1.03923033789887032E+00  1.04278643241260438E+00  1.04631054823192193E+00
+  1.04980194456086506E+00  1.05325987671278898E+00  1.05668359624559249E+00
+  1.06007235110091447E+00  1.06342538574732393E+00  1.06674194132752631E+00
+  1.07002125580960783E+00  1.07326256414233279E+00  1.07646509841451343E+00
+  1.07962808801847321E+00  1.08275075981761004E+00  1.08583233831807258E+00
+  1.08887204584456510E+00  1.09186910272027871E+00  1.09482272745096765E+00
+  1.09773213691316207E+00  1.10059654654652728E+00  1.10341517055036165E+00
+  1.10618722208423814E+00  1.10891191347277784E+00  1.11158845641455062E+00
+  1.11421606219508917E+00  1.11679394190401116E+00  1.11932130665622598E+00
+  1.12179736781721084E+00  1.12422133723234219E+00  1.12659242746024990E+00
+  1.12890985201017258E+00  1.13117282558328824E+00  1.13338056431798462E+00
+  1.13553228603903644E+00  1.13762721051065419E+00  1.13966455969336189E+00
+  1.14164355800466555E+00  1.14356343258345783E+00  1.14542341355812138E+00
+  1.14722273431826993E+00  1.14896063179007601E+00  1.15063634671512682E+00
+  1.15224912393274903E+00  1.15379821266573201E+00  1.15528286680938908E+00
+  1.15670234522388427E+00  1.15805591202974467E+00  1.15934283690649109E+00
+  1.16056239539430051E+00  1.16171386919861264E+00  1.16279654649760888E+00
+  1.16380972225245150E+00  1.16475269852021102E+00  1.16562478476936682E+00
+  1.16642529819779406E+00  1.16715356405312853E+00  1.16780891595539726E+00
+  1.16839069622181491E+00  1.16889825619362364E+00  1.16933095656486352E+00
+  1.16968816771295558E+00  1.16996927003096474E+00  1.17017365426142761E+00
+  1.17030072183160727E+00  1.17034988519004313E+00  1.17032056814425967E+00
+  1.17021220619949573E+00  1.17002424689830598E+00  1.16975615016089507E+00
+  1.16940738862602678E+00  1.16897744799236314E+00  1.16846582736007210E+00
+  1.16787203957254437E+00  1.16719561155806306E+00  1.16643608467125115E+00
+  1.16559301503413648E+00  1.16466597387665693E+00  1.16365454787643907E+00
+  1.16255833949765952E+00  1.16137696732882256E+00  1.16011006641926051E+00
+  1.15875728861417526E+00  1.15731830288803184E+00  1.15579279567610738E+00
+  1.15418047120400713E+00  1.15248105181494553E+00  1.15069427829459414E+00
+  1.14881991019329122E+00  1.14685772614541226E+00  1.14480752418568588E+00
+  1.14266912206225246E+00  1.14044235754624856E+00  1.13812708873769841E+00
+  1.13572319436750435E+00  1.13323057409530414E+00  1.13064914880298084E+00
+  1.12797886088360011E+00  1.12521967452554272E+00  1.12237157599160886E+00
+  1.11943457389286127E+00  1.11640869945697219E+00  1.11329400679084234E+00
+  1.11009057313725612E+00  1.10679849912532702E+00  1.10341790901450221E+00
+  1.09994895093187850E+00  1.09639179710258694E+00  1.09274664407300226E+00
+  1.08901371292652982E+00  1.08519324949171914E+00  1.08128552454246396E+00
+  1.07729083399002157E+00  1.07320949906662144E+00  1.06904186650039135E+00
+  1.06478830868135699E+00  1.06044922381826101E+00  1.05602503608594400E+00
+  1.05151619576302724E+00  1.04692317935965717E+00  1.04224648973503320E+00
+  1.03748665620447889E+00  1.03264423463579513E+00  1.02771980753463343E+00
+  1.02271398411864300E+00  1.01762740038012778E+00  1.01246071913696056E+00
+  1.00721463007150125E+00  1.00188984975726258E+00  9.96487121673076515E-01
+  9.91007216204501717E-01  9.85450930632231437E-01  9.79819089107248242E-01
+  9.74112542612481813E-01  9.68332168910726820E-01  9.62478872478581882E-01
+  9.56553584426166115E-01  9.50557262402384695E-01  9.44490890485509049E-01
+  9.38355479058843533E-01  9.32152064671255332E-01  9.25881709882349635E-01
+  9.19545503092073835E-01  9.13144558354541780E-01  9.06680015175873155E-01
+  9.00153038295853247E-01  8.93564817453215254E-01  8.86916567134363731E-01
+  8.80209526305362311E-01  8.73444958127008508E-01  8.66624149652839404E-01
+  8.59748411509910881E-01  8.52819077562204653E-01  8.45837504556525954E-01
+  8.38805071750778009E-01  8.31723180524449268E-01  8.24593253971298124E-01
+  8.17416736474054884E-01  8.10195093261099952E-01  8.02929809945043149E-01
+  7.95622392043149329E-01  7.88274364479561451E-01  7.80887271069302336E-01
+  7.73462673984033011E-01  7.66002153199577096E-01  7.58507305925222641E-01
+  7.50979746014842853E-01  7.43421103359880320E-01  7.35833023264270913E-01
+  7.28217165801390953E-01  7.20575205153137666E-01  7.12908828931266281E-01
+  7.05219737481134201E-01  6.97509643168016447E-01  6.89780269646184219E-01
+  6.82033351110954422E-01  6.74270631533947729E-01  6.66493863881807203E-01
+  6.58704809318661932E-01  6.50905236392637976E-01  6.43096920206747136E-01
+  6.35281641574509726E-01  6.27461186160689799E-01  6.19637343607553626E-01
+  6.11811906647085291E-01  6.03986670199622822E-01  5.96163430459402677E-01
+  5.88343983967540063E-01  5.80530126672987201E-01  5.72723652982051856E-01
+  5.64926354797088526E-01  5.57140020545002002E-01  5.49366434196236653E-01
+  5.41607374274958531E-01  5.33864612861169818E-01  5.26139914585529223E-01
+  5.18435035617683782E-01  5.10751722648959960E-01  5.03091711870288338E-01
+  4.95456727946282371E-01  4.87848482986422527E-01  4.80268675514338939E-01
+  4.72718989436224590E-01  4.65201093009449840E-01  4.57716637812490501E-01
+  4.50267257717324676E-01  4.42854567865492710E-01  4.35480163649060670E-01
+  4.28145619697767266E-01  4.20852488873682318E-01  4.13602301274743955E-01
+  4.06396563248587139E-01  3.99236756418120231E-01  3.92124336720345912E-01
+  3.85060733459963611E-01  3.78047348379330683E-01  3.71085554746397928E-01
+  3.64176696462257588E-01  3.57322087189986870E-01  3.50523009506478911E-01
+  3.43780714078980199E-01  3.37096418868059911E-01  3.30471308358742555E-01
+  3.23906532821525761E-01  3.17403207604991411E-01  3.10962412461689319E-01
+  3.04585190908930714E-01  2.98272549626078631E-01  2.92025457889851847E-01
+  2.85844847049076090E-01  2.79731610040222567E-01  2.73686600944956282E-01
+  2.67710634590794527E-01  2.61804486195830355E-01  2.55968891058324099E-01
+  2.50204544291799003E-01  2.44512100606100374E-01  2.38892174134695934E-01
+  2.33345338308302702E-01  2.27872125774738254E-01  2.22473028364698899E-01
+  2.17148497102981619E-01  2.11898942264484830E-01
+  END     
+   PHI    2 #phi(r), for phi(r)/r*Ylm)
+  0.00000000000000000E+00  4.71295124853477570E-08  9.46664755007655059E-08
+  1.42614411521512565E-07  1.90976873473962440E-07  2.39757444998824921E-07
+  2.88959740716643473E-07  3.38587406495586884E-07  3.88644119721555476E-07
+  4.39133589570621888E-07  4.90059557283825828E-07  5.41425796444345009E-07
+  5.93236113257059801E-07  6.45494346830535744E-07  6.98204369461441962E-07
+  7.51370086921427459E-07  8.04995438746478374E-07  8.59084398528774194E-07
+  9.13640974211066853E-07  9.68669208383603477E-07  1.02417317858361796E-06
+  1.08015699759740494E-06  1.13662481376501216E-06  1.19358081128755800E-06
+  1.25102921053721206E-06  1.30897426836984987E-06  1.36742027844041213E-06
+  1.42637157152098658E-06  1.48583251582164242E-06  1.54580751731403507E-06
+  1.60630102005780690E-06  1.66731750652981009E-06  1.72886149795617533E-06
+  1.79093755464724767E-06  1.85355027633542036E-06  1.91670430251588281E-06
+  1.98040431279032165E-06  2.04465502721358201E-06  2.10946120664333335E-06
+  2.17482765309274901E-06  2.24075921008624304E-06  2.30726076301827176E-06
+  2.37433723951524078E-06  2.44199360980053812E-06  2.51023488706272463E-06
+  2.57906612782690030E-06  2.64849243232928935E-06  2.71851894489504701E-06
+  2.78915085431934978E-06  2.86039339425176247E-06  2.93225184358393666E-06
+  3.00473152684065692E-06  3.07783781457426605E-06  3.15157612376248966E-06
+  3.22595191820972152E-06  3.30097070895174853E-06  3.37663805466399778E-06
+  3.45295956207328558E-06  3.52994088637315417E-06  3.60758773164277058E-06
+  3.68590585126946266E-06  3.76490104837489778E-06  3.84457917624494357E-06
+  3.92494613876325352E-06  4.00600789084858374E-06  4.08777043889589720E-06
+  4.17023984122128514E-06  4.25342220851071586E-06  4.33732370427267894E-06
+  4.42195054529473087E-06  4.50730900210398374E-06  4.59340539943158587E-06
+  4.68024611668119204E-06  4.76783758840151298E-06  4.85618630476291883E-06
+  4.94529881203817602E-06  5.03518171308733220E-06  5.12584166784679807E-06
+  5.21728539382264926E-06  5.30951966658818362E-06  5.40255132028579079E-06
+  5.49638724813315519E-06  5.59103440293381950E-06  5.68649979759218159E-06
+  5.78279050563292134E-06  5.87991366172492015E-06  5.97787646220971893E-06
+  6.07668616563452285E-06  6.17635009328982416E-06  6.27687562975166677E-06
+  6.37827022342860086E-06  6.48054138711334861E-06  6.58369669853924981E-06
+  6.68774380094151016E-06  6.79269040362329365E-06  6.89854428252671686E-06
+  7.00531328080876609E-06  7.11300530942219680E-06  7.22162834770144497E-06
+  7.33119044395360362E-06  7.44169971605450707E-06  7.55316435204996078E-06
+  7.66559261076217127E-06  7.77899282240140297E-06  7.89337338918293246E-06
+  8.00874278594932886E-06  8.12510956079810270E-06  8.24248233571478510E-06
+  8.36086980721147038E-06  8.48028074697088290E-06  8.60072400249600059E-06
+  8.72220849776527554E-06  8.84474323389356535E-06  8.96833728979870063E-06
+  9.09299982287387839E-06  9.21874006966581863E-06  9.34556734655880443E-06
+  9.47349105046461404E-06  9.60252065951842275E-06  9.73266573378071038E-06
+  9.86393591594524521E-06  9.99634093205315655E-06  1.01298905922131973E-05
+  1.02645947913282340E-05  1.04004635098279860E-05  1.05375068144081046E-05
+  1.06757348587756579E-05  1.08151578844010120E-05  1.09557862212762523E-05
+  1.10976302886801150E-05  1.12407005959495633E-05  1.13850077432579953E-05
+  1.15305624224001863E-05  1.16773754175840219E-05  1.18254576062290371E-05
+  1.19748199597718954E-05  1.21254735444787913E-05  1.22774295222648872E-05
+  1.24306991515208146E-05  1.25852937879463230E-05  1.27412248853911289E-05
+  1.28985039967030169E-05  1.30571427745832705E-05  1.32171529724494970E-05
+  1.33785464453059031E-05  1.35413351506210717E-05  1.37055311492133266E-05
+  1.38711466061437507E-05  1.40381937916169260E-05  1.42066850818894103E-05
+  1.43766329601861099E-05  1.45480500176245080E-05  1.47209489541469614E-05
+  1.48953425794609391E-05  1.50712438139874831E-05  1.52486656898177770E-05
+  1.54276213516780257E-05  1.56081240579026500E-05  1.57901871814158949E-05
+  1.59738242107218667E-05  1.61590487509032156E-05  1.63458745246283222E-05
+  1.65343153731673000E-05  1.67243852574166577E-05  1.69160982589328932E-05
+  1.71094685809749809E-05  1.73045105495558680E-05  1.75012386145030045E-05
+  1.76996673505281145E-05  1.78998114583061236E-05  1.81016857655634402E-05
+  1.83053052281756490E-05  1.85106849312746447E-05  1.87178400903653424E-05
+  1.89267860524520119E-05  1.91375382971743758E-05  1.93501124379534615E-05
+  1.95645242231474125E-05  1.97807895372171844E-05  1.99989244019024068E-05
+  2.02189449774073480E-05  2.04408675635970706E-05  2.06647086012040069E-05
+  2.08904846730448910E-05  2.11182125052482006E-05  2.13479089684922046E-05
+  2.15795910792537096E-05  2.18132760010675370E-05  2.20489810457969368E-05
+  2.22867236749149181E-05  2.25265215007966793E-05  2.27683922880231473E-05
+  2.30123539546958136E-05  2.32584245737628930E-05  2.35066223743568935E-05
+  2.37569657431438487E-05  2.40094732256840384E-05  2.42641635278046060E-05
+  2.45210555169838980E-05  2.47801682237477911E-05  2.50415208430781458E-05
+  2.53051327358332865E-05  2.55710234301808061E-05  2.58392126230428205E-05
+  2.61097201815534550E-05  2.63825661445292123E-05  2.66577707239517946E-05
+  2.69353543064638358E-05  2.72153374548774972E-05  2.74977409096960944E-05
+  2.77825855906488605E-05  2.80698925982389624E-05  2.83596832153048238E-05
+  2.86519789085949691E-05  2.89468013303564407E-05  2.92441723199369586E-05
+  2.95441139054007742E-05  2.98466483051586908E-05  3.01517979296119037E-05
+  3.04595853828101551E-05  3.07700334641242246E-05  3.10831651699327782E-05
+  3.13990036953237190E-05  3.17175724358104177E-05  3.20388949890625097E-05
+  3.23629951566517857E-05  3.26898969458130581E-05  3.30196245712202532E-05
+  3.33522024567778458E-05  3.36876552374277088E-05  3.40260077609715283E-05
+  3.43672850899090078E-05  3.47115125032918873E-05  3.50587154985939009E-05
+  3.54089197935969973E-05  3.57621513282937146E-05  3.61184362668060151E-05
+  3.64778009993206129E-05  3.68402721440410803E-05  3.72058765491566979E-05
+  3.75746412948283739E-05  3.79465936951915928E-05  3.83217613003767715E-05
+  3.87001718985468144E-05  3.90818535179525504E-05  3.94668344290055785E-05
+  3.98551431463692329E-05  4.02468084310673971E-05  4.06418592926116744E-05
+  4.10403249911466922E-05  4.14422350396141285E-05  4.18476192059352183E-05
+  4.22565075152121848E-05  4.26689302519485503E-05  4.30849179622887386E-05
+  4.35045014562768478E-05  4.39277118101348975E-05  4.43545803685608633E-05
+  4.47851387470463353E-05  4.52194188342142542E-05  4.56574527941768749E-05
+  4.60992730689138285E-05  4.65449123806709536E-05  4.69944037343795372E-05
+  4.74477804200966851E-05  4.79050760154664735E-05  4.83663243882024406E-05
+  4.88315596985914902E-05  4.93008164020193105E-05  4.97741292515175917E-05
+  5.02515333003331787E-05  5.07330639045193684E-05  5.12187567255495825E-05
+  5.17086477329534692E-05  5.22027732069757876E-05  5.27011697412582423E-05
+  5.32038742455442020E-05  5.37109239484071419E-05  5.42223564000021249E-05
+  5.47382094748413120E-05  5.52585213745932977E-05  5.57833306309064129E-05
+  5.63126761082566126E-05  5.68465970068196831E-05  5.73851328653683456E-05
+  5.79283235641941266E-05  5.84762093280546464E-05  5.90288307291460544E-05
+  5.95862286901011664E-05  6.01484444870135484E-05  6.07155197524873638E-05
+  6.12874964787137294E-05  6.18644170205735527E-05  6.24463240987667905E-05
+  6.30332608029691641E-05  6.36252705950155937E-05  6.42223973121112805E-05
+  6.48246851700703941E-05  6.54321787665826387E-05  6.60449230845079534E-05
+  6.66629634951994293E-05  6.72863457618552154E-05  6.79151160428988849E-05
+  6.85493208953890341E-05  6.91890072784583310E-05  6.98342225567820678E-05
+  7.04850145040765425E-05  7.11414313066276491E-05  7.18035215668497715E-05
+  7.24713343068753593E-05  7.31449189721753508E-05  7.38243254352106840E-05
+  7.45096039991154671E-05  7.52008054014115501E-05  7.58979808177552833E-05
+  7.66011818657163552E-05  7.73104606085893052E-05  7.80258695592376568E-05
+  7.87474616839713100E-05  7.94752904064571222E-05  8.02094096116632362E-05
+  8.09498736498372889E-05  8.16967373405189080E-05  8.24500559765865371E-05
+  8.32098853283394030E-05  8.39762816476142176E-05  8.47493016719375503E-05
+  8.55290026287137891E-05  8.63154422394492332E-05  8.71086787240122620E-05
+  8.79087708049304214E-05  8.87157777117243864E-05  8.95297591852789627E-05
+  9.03507754822520631E-05  9.11788873795211417E-05  9.20141561786682547E-05
+  9.28566437105034459E-05  9.37064123396271241E-05  9.45635249690314982E-05
+  9.54280450447418438E-05  9.63000365604973151E-05  9.71795640624722394E-05
+  9.80666926540379324E-05  9.89614880005653487E-05  9.98640163342690658E-05
+  1.00774344459092971E-04  1.01692539755637756E-04  1.02618670186130738E-04
+  1.03552804299438737E-04  1.04495011236123544E-04  1.05445360733541011E-04
+  1.06403923130983998E-04  1.07370769374869448E-04  1.08345971023970114E-04
+  1.09329600254690879E-04  1.10321729866390893E-04  1.11322433286750841E-04
+  1.12331784577186807E-04  1.13349858438310401E-04  1.14376730215435770E-04
+  1.15412475904133781E-04  1.16457172155834198E-04  1.17510896283475489E-04
+  1.18573726267203594E-04  1.19645740760119352E-04  1.20727019094075331E-04
+  1.21817641285522206E-04  1.22917688041405672E-04  1.24027240765113680E-04
+  1.25146381562474864E-04  1.26275193247808157E-04  1.27413759350024721E-04
+  1.28562164118781939E-04  1.29720492530690194E-04  1.30888830295573029E-04
+  1.32067263862780971E-04  1.33255880427559292E-04  1.34454767937470664E-04
+  1.35664015098872694E-04  1.36883711383451194E-04  1.38113947034809254E-04
+  1.39354813075112861E-04  1.40606401311793626E-04  1.41868804344308651E-04
+  1.43142115570958883E-04  1.44426429195765207E-04  1.45721840235404036E-04
+  1.47028444526202119E-04  1.48346338731191173E-04  1.49675620347223236E-04
+  1.51016387712146722E-04  1.52368740012043860E-04  1.53732777288530752E-04
+  1.55108600446119034E-04  1.56496311259641515E-04  1.57896012381740578E-04
+  1.59307807350421297E-04  1.60731800596669068E-04  1.62168097452132189E-04
+  1.63616804156870650E-04  1.65078027867170845E-04  1.66551876663427505E-04
+  1.68038459558092989E-04  1.69537886503694332E-04  1.71050268400919285E-04
+  1.72575717106771459E-04  1.74114345442794846E-04  1.75666267203369479E-04
+  1.77231597164077137E-04  1.78810451090139367E-04  1.80402945744927222E-04
+  1.82009198898543914E-04  1.83629329336480870E-04  1.85263456868347968E-04
+  1.86911702336677829E-04  1.88574187625806114E-04  1.90251035670827137E-04
+  1.91942370466626329E-04  1.93648317076989840E-04  1.95369001643791934E-04
+  1.97104551396260901E-04  1.98855094660324046E-04  2.00620760868032899E-04
+  2.02401680567068035E-04  2.04197985430326406E-04  2.06009808265589114E-04
+  2.07837283025272729E-04  2.09680544816263432E-04  2.11539729909835300E-04
+  2.13414975751653155E-04  2.15306420971860684E-04  2.17214205395254757E-04
+  2.19138470051546665E-04  2.21079357185710942E-04  2.23037010268421841E-04
+  2.25011574006579929E-04  2.27003194353927464E-04  2.29012018521754533E-04
+  2.31038194989697219E-04  2.33081873516626518E-04  2.35143205151631409E-04
+  2.37222342245094420E-04  2.39319438459862808E-04  2.41434648782513396E-04
+  2.43568129534714738E-04  2.45720038384685403E-04  2.47890534358750025E-04
+  2.50079777852993770E-04  2.52287930645016202E-04  2.54515155905784781E-04
+  2.56761618211589875E-04  2.59027483556101138E-04  2.61312919362526790E-04
+  2.63618094495875557E-04  2.65943179275324279E-04  2.68288345486689919E-04
+  2.70653766395007500E-04  2.73039616757215597E-04  2.75446072834949218E-04
+  2.77873312407441700E-04  2.80321514784536438E-04  2.82790860819809092E-04
+  2.85281532923800868E-04  2.87793715077365106E-04  2.90327592845126561E-04
+  2.92883353389055345E-04  2.95461185482155902E-04  2.98061279522272913E-04
+  3.00683827546013643E-04  3.03329023242788630E-04  3.05997061968972127E-04
+  3.08688140762182180E-04  3.11402458355681925E-04  3.14140215192903181E-04
+  3.16901613442093367E-04  3.19686857011086570E-04  3.22496151562199447E-04
+  3.25329704527254422E-04  3.28187725122728864E-04  3.31070424365034310E-04
+  3.33978015085923416E-04  3.36910711948028632E-04  3.39868731460532558E-04
+  3.42852291994970293E-04  3.45861613801165860E-04  3.48896919023303979E-04
+  3.51958431716137103E-04  3.55046377861330470E-04  3.58160985383944742E-04
+  3.61302484169058989E-04  3.64471106078533111E-04  3.67667084967912875E-04
+  3.70890656703477643E-04  3.74142059179432076E-04  3.77421532335243557E-04
+  3.80729318173125765E-04  3.84065660775669319E-04  3.87430806323623073E-04
+  3.90825003113823787E-04  3.94248501577278555E-04  3.97701554297398866E-04
+  4.01184416028388619E-04  4.04697343713788745E-04  4.08240596505175801E-04
+  4.11814435781020845E-04  4.15419125165704991E-04  4.19054930548697210E-04
+  4.22722120103892431E-04  4.26420964309113626E-04  4.30151735965777181E-04
+  4.33914710218725010E-04  4.37710164576222396E-04  4.41538378930124962E-04
+  4.45399635576215920E-04  4.49294219234713051E-04  4.53222417070949261E-04
+  4.57184518716227163E-04  4.61180816288848147E-04  4.65211604415318781E-04
+  4.69277180251735128E-04  4.73377843505348012E-04  4.77513896456306804E-04
+  4.81685643979589415E-04  4.85893393567112485E-04  4.90137455350029682E-04
+  4.94418142121217513E-04  4.98735769357947509E-04  5.03090655244750585E-04
+  5.07483120696471677E-04  5.11913489381518832E-04  5.16382087745306481E-04
+  5.20889245033894725E-04  5.25435293317827695E-04  5.30020567516171289E-04
+  5.34645405420750290E-04  5.39310147720590519E-04  5.44015138026565127E-04
+  5.48760722896245818E-04  5.53547251858962984E-04  5.58375077441074555E-04
+  5.63244555191446165E-04  5.68156043707144891E-04  5.73109904659346490E-04
+  5.78106502819459135E-04  5.83146206085465740E-04  5.88229385508486037E-04
+  5.93356415319558328E-04  5.98527672956647395E-04  6.03743539091875208E-04
+  6.09004397658980301E-04  6.14310635881003416E-04  6.19662644298206900E-04
+  6.25060816796222654E-04  6.30505550634438716E-04  6.35997246474616666E-04
+  6.41536308409753090E-04  6.47123143993175013E-04  6.52758164267880901E-04
+  6.58441783796123985E-04  6.64174420689241053E-04  6.69956496637729836E-04
+  6.75788436941574693E-04  6.81670670540823601E-04  6.87603630046420807E-04
+  6.93587751771292419E-04  6.99623475761690806E-04  7.05711245828797998E-04
+  7.11851509580591589E-04  7.18044718453973111E-04  7.24291327747162588E-04
+  7.30591796652361645E-04  7.36946588288684627E-04  7.43356169735364140E-04
+  7.49821012065228823E-04  7.56341590378458903E-04  7.62918383836617997E-04
+  7.69551875696968869E-04  7.76242553347068916E-04  7.82990908339652419E-04
+  7.89797436427799133E-04  7.96662637600393879E-04  8.03587016117875402E-04
+  8.10571080548282076E-04  8.17615343803591551E-04  8.24720323176360271E-04
+  8.31886540376663552E-04  8.39114521569339872E-04  8.46404797411537879E-04
+  8.53757903090574997E-04  8.61174378362103941E-04  8.68654767588591926E-04
+  8.76199619778116989E-04  8.83809488623479725E-04  8.91484932541635714E-04
+  8.99226514713449962E-04  9.07034803123777690E-04  9.14910370601870705E-04
+  9.22853794862115318E-04  9.30865658545100626E-04  9.38946549259022452E-04
+  9.47097059621426762E-04  9.55317787301290908E-04  9.63609335061446398E-04
+  9.71972310801350568E-04  9.80407327600202588E-04  9.88915003760411837E-04
+  9.97495962851419190E-04  1.00615083375387273E-03  1.01488025070416393E-03
+  1.02368485333932213E-03  1.03256528674227624E-03  1.04152220148748037E-03
+  1.05055625368691047E-03  1.05966810503643196E-03  1.06885842286254121E-03
+  1.07812788016948733E-03  1.08747715568677326E-03  1.09690693391703846E-03
+  1.10641790518432957E-03  1.11601076568275891E-03  1.12568621752555669E-03
+  1.13544496879451531E-03  1.14528773358983280E-03  1.15521523208035777E-03
+  1.16522819055423421E-03  1.17532734146995809E-03  1.18551342350783732E-03
+  1.19578718162186969E-03  1.20614936709203245E-03  1.21660073757699229E-03
+  1.22714205716723370E-03  1.23777409643861824E-03  1.24849763250636423E-03
+  1.25931344907945957E-03  1.27022233651551413E-03  1.28122509187603584E-03
+  1.29232251898216263E-03  1.30351542847082424E-03  1.31480463785135890E-03
+  1.32619097156257484E-03  1.33767526103026812E-03  1.34925834472519142E-03
+  1.36094106822148776E-03  1.37272428425558334E-03  1.38460885278554428E-03
+  1.39659564105090836E-03  1.40868552363298269E-03  1.42087938251562042E-03
+  1.43317810714647400E-03  1.44558259449873642E-03  1.45809374913335728E-03
+  1.47071248326175949E-03  1.48343971680904053E-03  1.49627637747767146E-03
+  1.50922340081169793E-03  1.52228173026143889E-03  1.53545231724869506E-03
+  1.54873612123246568E-03  1.56213410977517589E-03  1.57564725860942544E-03
+  1.58927655170525302E-03  1.60302298133792776E-03  1.61688754815626106E-03
+  1.63087126125145807E-03  1.64497513822649591E-03  1.65920020526604201E-03
+  1.67354749720691632E-03  1.68801805760909079E-03  1.70261293882724668E-03
+  1.71733320208287857E-03  1.73217991753695324E-03  1.74715416436312956E-03
+  1.76225703082154295E-03  1.77748961433315264E-03  1.79285302155466242E-03
+  1.80834836845401381E-03  1.82397678038645657E-03  1.83973939217119999E-03
+  1.85563734816865259E-03  1.87167180235824938E-03  1.88784391841686789E-03
+  1.90415486979784391E-03  1.92060583981058797E-03  1.93719802170080218E-03
+  1.95393261873130991E-03  1.97081084426348977E-03  1.98783392183933018E-03
+  2.00500308526410176E-03  2.02231957868965334E-03  2.03978465669832701E-03
+  2.05739958438751896E-03  2.07516563745485617E-03  2.09308410228402396E-03
+  2.11115627603123248E-03  2.12938346671232622E-03  2.14776699329054287E-03
+  2.16630818576493168E-03  2.18500838525941725E-03  2.20386894411254107E-03
+  2.22289122596784801E-03  2.24207660586496016E-03  2.26142647033130773E-03
+  2.28094221747455030E-03  2.30062525707566950E-03  2.32047701068274336E-03
+  2.34049891170541894E-03  2.36069240551006624E-03  2.38105894951563596E-03
+  2.40160001329021121E-03  2.42231707864826434E-03  2.44321163974862369E-03
+  2.46428520319314469E-03  2.48553928812610212E-03  2.50697542633429755E-03
+  2.52859516234789318E-03  2.55040005354196424E-03  2.57239167023879051E-03
+  2.59457159581087367E-03  2.61694142678470069E-03  2.63950277294523880E-03
+  2.66225725744118243E-03  2.68520651689094876E-03  2.70835220148942044E-03
+  2.73169597511545379E-03  2.75523951544013332E-03  2.77898451403580651E-03
+  2.80293267648587313E-03  2.82708572249534959E-03  2.85144538600221086E-03
+  2.87601341528950305E-03  2.90079157309824876E-03  2.92578163674112697E-03
+  2.95098539821694568E-03  2.97640466432591132E-03  3.00204125678569037E-03
+  3.02789701234826205E-03  3.05397378291759596E-03  3.08027343566810935E-03
+  3.10679785316395366E-03  3.13354893347910640E-03  3.16052859031827529E-03
+  3.18773875313863074E-03  3.21518136727235500E-03  3.24285839405002172E-03
+  3.27077181092479564E-03  3.29892361159747627E-03  3.32731580614237027E-03
+  3.35595042113400041E-03  3.38482949977466328E-03  3.41395510202282398E-03
+  3.44332930472236341E-03  3.47295420173266865E-03  3.50283190405958813E-03
+  3.53296453998722722E-03  3.56335425521061818E-03  3.59400321296923699E-03
+  3.62491359418139290E-03  3.65608759757948300E-03  3.68752743984611083E-03
+  3.71923535575108136E-03  3.75121359828926469E-03  3.78346443881934094E-03
+  3.81599016720341822E-03  3.84879309194753084E-03  3.88187554034302761E-03
+  3.91523985860883165E-03  3.94888841203459677E-03  3.98282358512474111E-03
+  4.01704778174338806E-03  4.05156342526018058E-03  4.08637295869698856E-03
+  4.12147884487553025E-03  4.15688356656587158E-03  4.19258962663582486E-03
+  4.22859954820125217E-03  4.26491587477726124E-03  4.30154117043031296E-03
+  4.33847801993121271E-03  4.37572902890902195E-03  4.41329682400586152E-03
+  4.45118405303262295E-03  4.48939338512558198E-03  4.52792751090391830E-03
+  4.56678914262813752E-03  4.60598101435940287E-03  4.64550588211976381E-03
+  4.68536652405330059E-03  4.72556574058815258E-03  4.76610635459948258E-03
+  4.80699121157331100E-03  4.84822317977127559E-03  4.88980515039628538E-03
+  4.93174003775907407E-03  4.97403077944565727E-03  5.01668033648567518E-03
+  5.05969169352166095E-03  5.10306785897916924E-03  5.14681186523782783E-03
+  5.19092676880325999E-03  5.23541565047991059E-03  5.28028161554475184E-03
+  5.32552779392187359E-03  5.37115734035796023E-03  5.41717343459864609E-03
+  5.46357928156573133E-03  5.51037811153530857E-03  5.55757318031671090E-03
+  5.60516776943236188E-03  5.65316518629846963E-03  5.70156876440658551E-03
+  5.75038186350601034E-03  5.79960786978704970E-03  5.84925019606512449E-03
+  5.89931228196570109E-03  5.94979759411007336E-03  6.00070962630195378E-03
+  6.05205189971490688E-03  6.10382796308058060E-03  6.15604139287775649E-03
+  6.20869579352220126E-03  6.26179479755731381E-03  6.31534206584556581E-03
+  6.36934128776070127E-03  6.42379618138075835E-03  6.47871049368178940E-03
+  6.53408800073240412E-03  6.58993250788900923E-03  6.64624784999182008E-03
+  6.70303789156158954E-03  6.76030652699706296E-03  6.81805768077312861E-03
+  6.87629530763968298E-03  6.93502339282118380E-03  6.99424595221687703E-03
+  7.05396703260169084E-03  7.11419071182778189E-03  7.17492109902672336E-03
+  7.23616233481234709E-03  7.29791859148414424E-03  7.36019407323133985E-03
+  7.42299301633751480E-03  7.48631968938579754E-03  7.55017839346464395E-03
+  7.61457346237415147E-03  7.67950926283288583E-03  7.74499019468524817E-03
+  7.81102069110932266E-03  7.87760521882520208E-03  7.94474827830379295E-03
+  8.01245440397604057E-03  8.08072816444261113E-03  8.14957416268394935E-03
+  8.21899703627073687E-03  8.28900145757473054E-03  8.35959213397991646E-03
+  8.43077380809403171E-03  8.50255125796034981E-03  8.57492929726976459E-03
+  8.64791277557313935E-03  8.72150657849388340E-03  8.79571562794072975E-03
+  8.87054488232072620E-03  8.94599933675234785E-03  9.02208402327879001E-03
+  9.09880401108132883E-03  9.17616440669279283E-03  9.25417035421105538E-03
+  9.33282703551258259E-03  9.41213967046596739E-03  9.49211351714540283E-03
+  9.57275387204413464E-03  9.65406607028777494E-03  9.73605548584749805E-03
+  9.81872753175308879E-03  9.90208766030577225E-03  9.98614136329082670E-03
+  1.00708941721899016E-02  1.01563516583930789E-02  1.02425194334105508E-02
+  1.03294031490839232E-02  1.04170084977971370E-02  1.05053412126868730E-02
+  1.05944070678525206E-02  1.06842118785655561E-02  1.07747615014783596E-02
+  1.08660618348324165E-02  1.09581188186658150E-02  1.10509384350200700E-02
+  1.11445267081461373E-02  1.12388897047096623E-02  1.13340335339953361E-02
+  1.14299643481103642E-02  1.15266883421869647E-02  1.16242117545838596E-02
+  1.17225408670867063E-02  1.18216820051074024E-02  1.19216415378822355E-02
+  1.20224258786687799E-02  1.21240414849415248E-02  1.22264948585861614E-02
+  1.23297925460924412E-02  1.24339411387455901E-02  1.25389472728162071E-02
+  1.26448176297485233E-02  1.27515589363470603E-02  1.28591779649615372E-02
+  1.29676815336699641E-02  1.30770765064599538E-02  1.31873697934079999E-02
+  1.32985683508568438E-02  1.34106791815907095E-02  1.35237093350084377E-02
+  1.36376659072943249E-02  1.37525560415867523E-02  1.38683869281443356E-02
+  1.39851658045097010E-02  1.41028999556706506E-02  1.42215967142187340E-02
+  1.43412634605050993E-02  1.44619076227935160E-02  1.45835366774105663E-02
+  1.47061581488928065E-02  1.48297796101308568E-02  1.49544086825103631E-02
+  1.50800530360496558E-02  1.52067203895340525E-02  1.53344185106467513E-02
+  1.54631552160960761E-02  1.55929383717391592E-02  1.57237758927017655E-02
+  1.58556757434942901E-02  1.59886459381237550E-02  1.61226945402017374E-02
+  1.62578296630480380E-02  1.63940594697900704E-02  1.65313921734577748E-02
+  1.66698360370740283E-02  1.68093993737402879E-02  1.69500905467175021E-02
+  1.70919179695020566E-02  1.72348901058966796E-02  1.73790154700761180E-02
+  1.75243026266475484E-02  1.76707601907054937E-02  1.78183968278811285E-02
+  1.79672212543859032E-02  1.81172422370492470E-02  1.82684685933502469E-02
+  1.84209091914432077E-02  1.85745729501768306E-02  1.87294688391069462E-02
+  1.88856058785026454E-02  1.90429931393455674E-02  1.92016397433223129E-02
+  1.93615548628096878E-02  1.95227477208527143E-02  1.96852275911351786E-02
+  1.98490037979425667E-02  2.00140857161172359E-02  2.01804827710055576E-02
+  2.03482044383970113E-02  2.05172602444548338E-02  2.06876597656382548E-02
+  2.08594126286159760E-02  2.10325285101707511E-02  2.12070171370948718E-02
+  2.13828882860764152E-02  2.15601517835759121E-02  2.17388175056933697E-02
+  2.19188953780253999E-02  2.21003953755121371E-02  2.22833275222739692E-02
+  2.24677018914375345E-02  2.26535286049511404E-02  2.28408178333889961E-02
+  2.30295797957443329E-02  2.32198247592109996E-02  2.34115630389533994E-02
+  2.36048049978644404E-02  2.37995610463113752E-02  2.39958416418690826E-02
+  2.41936572890407917E-02  2.43930185389658397E-02  2.45939359891141039E-02
+  2.47964202829672013E-02  2.50004821096856920E-02  2.52061322037625581E-02
+  2.54133813446621934E-02  2.56222403564448885E-02  2.58327201073766111E-02
+  2.60448315095234695E-02  2.62585855183307820E-02  2.64739931321866656E-02
+  2.66910653919693146E-02  2.69098133805780945E-02  2.71302482224480557E-02
+  2.73523810830473661E-02  2.75762231683576164E-02  2.78017857243364683E-02
+  2.80290800363624665E-02  2.82581174286614632E-02  2.84889092637146783E-02
+  2.87214669416476255E-02  2.89558018995999394E-02  2.91919256110754616E-02
+  2.94298495852724634E-02  2.96695853663934660E-02  2.99111445329344125E-02
+  3.01545386969527193E-02  3.03997795033139583E-02  3.06468786289166156E-02
+  3.08958477818947926E-02  3.11466987007981561E-02  3.13994431537490126E-02
+  3.16540929375759075E-02  3.19106598769235555E-02  3.21691558233383398E-02
+  3.24295926543294796E-02  3.26919822724048709E-02  3.29563366040816902E-02
+  3.32226675988709017E-02  3.34909872282356108E-02  3.37613074845224750E-02
+  3.40336403798659481E-02  3.43079979450649289E-02  3.45843922284310851E-02
+  3.48628352946087419E-02  3.51433392233656064E-02  3.54259161083539664E-02
+  3.57105780558418170E-02  3.59973371834135941E-02  3.62862056186396900E-02
+  3.65771954977146749E-02  3.68703189640633908E-02  3.71655881669145580E-02
+  3.74630152598413105E-02  3.77626123992682583E-02  3.80643917429443757E-02
+  3.83683654483813474E-02  3.86745456712567492E-02  3.89829445637815269E-02
+  3.92935742730312690E-02  3.96064469392406610E-02  3.99215746940605395E-02
+  4.02389696587771850E-02  4.05586439424929085E-02  4.08806096402678232E-02
+  4.12048788312217584E-02  4.15314635765960602E-02  4.18603759177745421E-02
+  4.21916278742629977E-02  4.25252314416266972E-02  4.28611985893852174E-02
+  4.31995412588641395E-02  4.35402713610026706E-02  4.38834007741170026E-02
+  4.42289413416183594E-02  4.45769048696853590E-02  4.49273031248899821E-02
+  4.52801478317765224E-02  4.56354506703926105E-02  4.59932232737723171E-02
+  4.63534772253698171E-02  4.67162240564436074E-02  4.70814752433902292E-02
+  4.74492422050271367E-02  4.78195362998236548E-02  4.81923688230796732E-02
+  4.85677510040512656E-02  4.89456940030224621E-02  4.93262089083226080E-02
+  4.97093067332884456E-02  5.00949984131705342E-02  5.04832948019828184E-02
+  5.08742066692950759E-02  5.12677446969672726E-02  5.16639194758251943E-02
+  5.20627415022766882E-02  5.24642211748675563E-02  5.28683687907766861E-02
+  5.32751945422494724E-02  5.36847085129688525E-02  5.40969206743632247E-02
+  5.45118408818505429E-02  5.49294788710177340E-02  5.53498442537348825E-02
+  5.57729465142031838E-02  5.61987950049362556E-02  5.66273989426736638E-02
+  5.70587674042262530E-02  5.74929093222523446E-02  5.79298334809640811E-02
+  5.83695485117633611E-02  5.88120628888061311E-02  5.92573849244949213E-02
+  5.97055227648983708E-02  6.01564843850972489E-02  6.06102775844561126E-02
+  6.10669099818199404E-02  6.15263890106348965E-02  6.19887219139926490E-02
+  6.24539157395973127E-02  6.29219773346544053E-02  6.33929133406810480E-02
+  6.38667301882366867E-02  6.43434340915736008E-02  6.48230310432064694E-02
+  6.53055268084003354E-02  6.57909269195761925E-02  6.62792366706335262E-02
+  6.67704611111891166E-02  6.72646050407313539E-02  6.77616730026894959E-02
+  6.82616692784170781E-02  6.87645978810888098E-02  6.92704625495104975E-02
+  6.97792667418409146E-02  7.02910136292256571E-02  7.08057060893415302E-02
+  7.13233466998514504E-02  7.18439377317691974E-02  7.23674811427330034E-02
+  7.28939785701879644E-02  7.34234313244761655E-02  7.39558403818344895E-02
+  7.44912063772990990E-02  7.50295295975162146E-02  7.55708099734591354E-02
+  7.61150470730498907E-02  7.66622400936864679E-02  7.72123878546741305E-02
+  7.77654887895605079E-02  7.83215409383745675E-02  7.88805419397685531E-02
+  7.94424890230626957E-02  8.00073790001923357E-02  8.05752082575570822E-02
+  8.11459727477717718E-02  8.17196679813188970E-02  8.22962890181021395E-02
+  8.28758304589009842E-02  8.34582864367259675E-02  8.40436506080746160E-02
+  8.46319161440877016E-02  8.52230757216058399E-02  8.58171215141262933E-02
+  8.64140451826598543E-02  8.70138378664879197E-02  8.76164901738195612E-02
+  8.82219921723489259E-02  8.88303333797126060E-02  8.94415027538476570E-02
+  9.00554886832497514E-02  9.06722789771322590E-02  9.12918608554863092E-02
+  9.19142209390415993E-02  9.25393452391291144E-02  9.31672191474455513E-02
+  9.37978274257198485E-02  9.44311541952825295E-02  9.50671829265382629E-02
+  9.57058964283420410E-02  9.63472768372794358E-02  9.69913056068523044E-02
+  9.76379634965698628E-02  9.82872305609458624E-02  9.89390861384033954E-02
+  9.95935088400874274E-02  1.00250476538586389E-01  1.00909966356563643E-01
+  1.01571954655299862E-01  1.02236417023147452E-01  1.02903328263898072E-01
+  1.03572662385064657E-01  1.04244392586079065E-01  1.04918491246406592E-01
+  1.05594929913579119E-01  1.06273679291147921E-01  1.06954709226558309E-01
+  1.07637988698946696E-01  1.08323485806863101E-01  1.09011167755919805E-01
+  1.09701000846368316E-01  1.10392950460607056E-01  1.11086981050620759E-01
+  1.11783056125354829E-01  1.12481138238025635E-01  1.13181188973370137E-01
+  1.13883168934836104E-01  1.14587037731716357E-01  1.15292753966228470E-01
+  1.16000275220543500E-01  1.16709558043765732E-01  1.17420557938866549E-01
+  1.18133229349575195E-01  1.18847525647229169E-01  1.19563399117587635E-01
+  1.20280800947611122E-01  1.20999681212209984E-01  1.21719988860965578E-01
+  1.22441671704827532E-01  1.23164676402790538E-01  1.23888948448554317E-01
+  1.24614432157170385E-01  1.25341070651679737E-01  1.26068805849744892E-01
+  1.26797578450281168E-01  1.27527327920090416E-01  1.28257992480502125E-01
+  1.28989509094025984E-01  1.29721813451020379E-01  1.30454839956381685E-01
+  1.31188521716258832E-01  1.31922790524797828E-01  1.32657576850921582E-01
+  1.33392809825149478E-01  1.34128417226462654E-01  1.34864325469219559E-01
+  1.35600459590127370E-01  1.36336743235274949E-01  1.37073098647233077E-01
+  1.37809446652226830E-01  1.38545706647387301E-01  1.39281796588087647E-01
+  1.40017632975369621E-01  1.40753130843467356E-01  1.41488203747434343E-01
+  1.42222763750879971E-01  1.42956721413822235E-01  1.43689985780663554E-01
+  1.44422464368296449E-01  1.45154063154345481E-01  1.45884686565553062E-01
+  1.46614237466316244E-01  1.47342617147381366E-01  1.48069725314704248E-01
+  1.48795460078483432E-01  1.49519717942373703E-01  1.50242393792888423E-01
+  1.50963380888997550E-01  1.51682570851929988E-01  1.52399853655187795E-01
+  1.53115117614781110E-01  1.53828249379691334E-01  1.54539133922571348E-01
+  1.55247654530691309E-01  1.55953692797138277E-01  1.56657128612278651E-01
+  1.57357840155492285E-01  1.58055703887186594E-01  1.58750594541100576E-01
+  1.59442385116906865E-01  1.60130946873121627E-01  1.60816149320331364E-01
+  1.61497860214745687E-01  1.62175945552086309E-01  1.62850269561820582E-01
+  1.63520694701750319E-01  1.64187081652964806E-01  1.64849289315168235E-01
+  1.65507174802390855E-01  1.66160593439094284E-01  1.66809398756680410E-01
+  1.67453442490414717E-01  1.68092574576772291E-01  1.68726643151219907E-01
+  1.69355494546440277E-01  1.69978973291012025E-01  1.70596922108553872E-01
+  1.71209181917344244E-01  1.71815591830425718E-01  1.72415989156205984E-01
+  1.73010209399564130E-01  1.73598086263474366E-01  1.74179451651156170E-01
+  1.74754135668762522E-01  1.75321966628615572E-01  1.75882771053001513E-01
+  1.76436373678533764E-01  1.76982597461096541E-01  1.77521263581377653E-01
+  1.78052191451002151E-01  1.78575198719277267E-01  1.79090101280558106E-01
+  1.79596713282245857E-01  1.80094847133428049E-01  1.80584313514171618E-01
+  1.81064921385478694E-01  1.81536477999915763E-01  1.81998788912926951E-01
+  1.82451657994840477E-01  1.82894887443579152E-01  1.83328277798085304E-01
+  1.83751627952469465E-01  1.84164735170893157E-01  1.84567395103195420E-01
+  1.84959401801273793E-01  1.85340547736228267E-01  1.85710623816278370E-01
+  1.86069419405463593E-01  1.86416722343135388E-01  1.86752318964251263E-01
+  1.87075994120479677E-01  1.87387531202124979E-01  1.87686712160881591E-01
+  1.87973317533426443E-01  1.88247126465858311E-01  1.88507916738993087E-01
+  1.88755464794522820E-01  1.88989545762048849E-01  1.89209933486994664E-01
+  1.89416400559409115E-01  1.89608718343667382E-01  1.89786657009076931E-01
+  1.89949985561396639E-01  1.90098471875277703E-01  1.90231882727632695E-01
+  1.90349983831940517E-01  1.90452539873494808E-01  1.90539314545602328E-01
+  1.90610070586739427E-01  1.90664569818671165E-01  1.90702573185542817E-01
+  1.90723840793947219E-01  1.90728131953976282E-01  1.90715205221261896E-01
+  1.90684818440012810E-01  1.90636728787052595E-01  1.90570692816865089E-01
+  1.90486466507652635E-01  1.90383805308411758E-01  1.90262464187032770E-01
+  1.90122197679426924E-01  1.89962759939686893E-01  1.89783904791285235E-01
+  1.89585385779314219E-01  1.89366956223773031E-01  1.89128369273904862E-01
+  1.88869377963588908E-01  1.88589735267790798E-01  1.88289194160074724E-01
+  1.87967507671181006E-01  1.87624428948672206E-01  1.87259711317650984E-01
+  1.86873108342552163E-01  1.86464373890012053E-01  1.86033262192817184E-01
+  1.85579527914935150E-01  1.85102926217628860E-01  1.84603212826656454E-01
+  1.84080144100559118E-01  1.83533477100036285E-01  1.82962969658412300E-01
+  1.82368380453192397E-01  1.81749469078710341E-01  1.81105996119868662E-01
+  1.80437723226969687E-01  1.79744413191639529E-01  1.79025830023842675E-01
+  1.78281739029987563E-01  1.77511906892122123E-01  1.76716101748217641E-01
+  1.75894093273539054E-01  1.75045652763100440E-01  1.74170553215202251E-01
+  1.73268569416048845E-01  1.72339478025442000E-01  1.71383057663547167E-01
+  1.70399088998728548E-01  1.69387354836448512E-01  1.68347640209225879E-01
+  1.67279732467648018E-01  1.66183421372430584E-01  1.65058499187517915E-01
+  1.63904760774216646E-01  1.62722003686355948E-01  1.61510028266463629E-01
+  1.60268637742950665E-01  1.58997638328292973E-01  1.57696839318200194E-01
+  1.56366053191759252E-01  1.55005095712540786E-01  1.53613786030654342E-01
+  1.52191946785738219E-01  1.50739404210868622E-01  1.49255988237371628E-01
+  1.47741532600519587E-01  1.46195874946094734E-01  1.44618856937798523E-01
+  1.43010324365486580E-01  1.41370127254205780E-01  1.39698119974010354E-01
+  1.37994161350530997E-01  1.36258114776270617E-01  1.34489848322597610E-01
+  1.32689234852407550E-01  1.30856152133420611E-01  1.28990482952081376E-01
+  1.27092115228026326E-01  1.25160942129081076E-01  1.23196862186748232E-01
+  1.21199779412144784E-01  1.19169603412346115E-01  1.17106249507090435E-01
+  1.15009638845795806E-01  1.12879698524841143E-01  1.10716361705056734E-01
+  1.08519567729371449E-01  1.06289262240557930E-01  1.04025397299016595E-01
+  1.01727931500535912E-01  9.93968300939636479E-02  9.70320650987210043E-02
+  9.46336154220897285E-02  9.22014669761975908E-02  8.97356127946271204E-02
+  8.72360531485668333E-02  8.47027956624241685E-02  8.21358554288136172E-02
+  7.95352551228324794E-02  7.69010251155326230E-02  7.42332035864938372E-02
+  7.15318366354013996E-02  6.87969783925271305E-02  6.60286911280104777E-02
+  6.32270453598329230E-02  6.03921199603758563E-02  5.75240022614494292E-02
+  5.46227881576767660E-02  5.16885822081148763E-02  4.87214977359910623E-02
+  4.57216569264308134E-02  4.26891909220504101E-02  3.96242399162852268E-02
+  3.65269532443219663E-02  3.33974894715012016E-02  3.02360164790543215E-02
+  2.70427115470369440E-02  2.38177614343197085E-02  2.05613624554951482E-02
+  1.72737205545586761E-02  1.39550513752207013E-02  1.06055803277058883E-02
+  7.22554265189571249E-03  3.81518347667005346E-03  3.74757875304248492E-04
+ -3.09546908322139635E-03 -6.59522228714129813E-03 -1.01242165391935372E-02
+ -1.36821565184158892E-02 -1.72687367465841242E-02 -2.08836415594243520E-02
+ -2.45265450827274849E-02 -2.81971112134892059E-02 -3.18949936061936404E-02
+ -3.56198356643530958E-02 -3.93712705374093322E-02 -4.31489211230944719E-02
+ -4.69524000753411275E-02 -5.07813098178221400E-02 -5.46352425631901062E-02
+ -5.85137803380752775E-02 -6.24164950138888022E-02 -6.63429483434641865E-02
+ -7.02926920035557984E-02 -7.42652676431972969E-02 -7.82602069379061405E-02
+ -8.22770316497018900E-02 -8.63152536928867009E-02 -9.03743752055153338E-02
+ -9.44538886264605637E-02 -9.85532767779545432E-02 -1.02672012953463579E-01
+ -1.06809561010726403E-01 -1.10965375469758001E-01 -1.15138901615592038E-01
+ -1.19329575605504778E-01 -1.23536824580430610E-01 -1.27760066780247233E-01
+ -1.31998711662572432E-01 -1.36252160024682073E-01 -1.40519804128119208E-01
+ -1.44801027825530587E-01 -1.49095206689227183E-01 -1.53401708140929571E-01
+ -1.57719891582120381E-01 -1.62049108524390278E-01 -1.66388702719127202E-01
+ -1.70738010285864855E-01 -1.75096359838572913E-01 -1.79463072609142488E-01
+ -1.83837462567292470E-01 -1.88218836536100359E-01 -1.92606494302342030E-01
+ -1.96999728720813561E-01 -2.01397825811799602E-01 -2.05800064850857278E-01
+ -2.10205718450089923E-01 -2.14614052630107632E-01 -2.19024326881897463E-01
+ -2.23435794217867328E-01 -2.27847701211379899E-01 -2.32259288024156157E-01
+ -2.36669788421008248E-01 -2.41078429771450276E-01 -2.45484433037844840E-01
+ -2.49887012749858306E-01 -2.54285376965136645E-01 -2.58678727216253124E-01
+ -2.63066258444143886E-01 -2.67447158918411365E-01 -2.71820610145054486E-01
+ -2.76185786762368435E-01 -2.80541856425944647E-01 -2.84887979683889014E-01
+ -2.89223309843566034E-01 -2.93546992831353659E-01 -2.97858167047068190E-01
+ -3.02155963214878309E-01 -3.06439504232667748E-01 -3.10707905021931907E-01
+ -3.14960272380394146E-01 -3.19195704839603855E-01 -3.23413292529827590E-01
+ -3.27612117054563889E-01 -3.31791251377008212E-01
+  END     
+   PHI    3 #phi(r), for phi(r)/r*Ylm)
+  0.00000000000000000E+00  1.54326817909015393E-15  6.22655717350027727E-15
+  1.41313108345561887E-14  2.53406200315297649E-14  3.99392532647805193E-14
+  5.80136878278892581E-14  7.96521415284661305E-14  1.04944604977495051E-13
+  1.33982874457241881E-13  1.66860585377928590E-13  2.03673246333553350E-13
+  2.44518273767417398E-13  2.89495027258105919E-13  3.38704845436856720E-13
+  3.92251082547440150E-13  4.50239145659873872E-13  5.12776532549486585E-13
+  5.79972870253052141E-13  6.51939954313916953E-13  7.28791788728254652E-13
+  8.10644626604792701E-13  8.97617011550569381E-13  9.89829819795505131E-13
+  1.08740630306878877E-12  1.19047213224031058E-12  1.29915544174060470E-12
+  1.41358687477299976E-12  1.53389962933191108E-12  1.66022950504145843E-12
+  1.79271495082883656E-12  1.93149711344711690E-12  2.07671988686242065E-12
+  2.22852996252066253E-12  2.38707688050932113E-12  2.55251308162997515E-12
+  2.72499396039761904E-12  2.90467791898303422E-12  3.09172642211479458E-12
+  3.28630405295777791E-12  3.48857856998531977E-12  3.69872096486247828E-12
+  3.91690552135818222E-12  4.14330987530430469E-12  4.37811507562007962E-12
+  4.62150564642054723E-12  4.87366965022807847E-12  5.13479875230633099E-12
+  5.40508828613636142E-12  5.68473732005491673E-12  5.97394872507532642E-12
+  6.27292924391174953E-12  6.58188956122787184E-12  6.90104437513156650E-12
+  7.23061246993737055E-12  7.57081679021901175E-12  7.92188451617461613E-12
+  8.28404714032765229E-12  8.65754054558698436E-12  9.04260508468993051E-12
+  9.43948566105254229E-12  9.84843181105178215E-12  1.02696977877647407E-11
+  1.07035426461903653E-11  1.11502303299797885E-11  1.16100297597016090E-11
+  1.20832149226690912E-11  1.25700649643566100E-11  1.30708642814332538E-11
+  1.35859026164418432E-11  1.41154751541522697E-11  1.46598826196184827E-11
+  1.52194313779688699E-11  1.57944335359605670E-11  1.63852070453284378E-11
+  1.69920758079602761E-11  1.76153697829300995E-11  1.82554250954222039E-11
+  1.89125841475790004E-11  1.95871957313062856E-11  2.02796151430703776E-11
+  2.09902043007218137E-11  2.17193318623811723E-11  2.24673733474231273E-11
+  2.32347112595954348E-11  2.40217352123101777E-11  2.48288420561454174E-11
+  2.56564360085957437E-11  2.65049287861113248E-11  2.73747397384651982E-11
+  2.82662959854898050E-11  2.91800325562240727E-11  3.01163925305133067E-11
+  3.10758271831046737E-11  3.20587961302820515E-11  3.30657674790846071E-11
+  3.40972179791543511E-11  3.51536331772584783E-11  3.62355075745334487E-11
+  3.73433447864984243E-11  3.84776577058862570E-11  3.96389686683415563E-11
+  4.08278096210357378E-11  4.20447222942502416E-11  4.32902583759796771E-11
+  4.45649796896077758E-11  4.58694583747096796E-11  4.72042770710355531E-11
+  4.85700291057307015E-11  4.99673186838490752E-11  5.13967610822176390E-11
+  5.28589828467099907E-11  5.43546219929890538E-11  5.58843282107793292E-11
+  5.74487630717302037E-11  5.90486002409335548E-11  6.06845256921588473E-11
+  6.23572379268712499E-11  6.40674481970982231E-11  6.58158807322126382E-11
+  6.76032729696999738E-11  6.94303757899796278E-11  7.12979537553513013E-11
+  7.32067853531378376E-11  7.51576632430987567E-11  7.71513945091879089E-11
+  7.91888009157323186E-11  8.12707191681083318E-11  8.33980011779944113E-11
+  8.55715143332797702E-11  8.77921417727108885E-11  9.00607826653578696E-11
+  9.23783524949853184E-11  9.47457833494130569E-11  9.71640242149537778E-11
+  9.96340412760164662E-11  1.02156818219965689E-10  1.04733356547328062E-10
+  1.07364675887439889E-10  1.10051814319630341E-10  1.12795828700037081E-10
+  1.15597794994152525E-10  1.18458808615200776E-10  1.21379984768446875E-10
+  1.24362458801541795E-10  1.27407386561008838E-10  1.30515944754978153E-10
+  1.33689331322278602E-10  1.36928765807997742E-10  1.40235489745622955E-10
+  1.43610767045878169E-10  1.47055884392373262E-10  1.50572151644185085E-10
+  1.54160902245490279E-10  1.57823493642373727E-10  1.61561307706937471E-10
+  1.65375751168836854E-10  1.69268256054374461E-10  1.73240280133282935E-10
+  1.77293307373330229E-10  1.81428848402885369E-10  1.85648440981581555E-10
+  1.89953650479219179E-10  1.94346070363051767E-10  1.98827322693601172E-10
+  2.03399058629150526E-10  2.08062958939066786E-10  2.12820734526105577E-10
+  2.17674126957856460E-10  2.22624909007486798E-10  2.27674885203946495E-10
+  2.32825892391799234E-10  2.38079800300846837E-10  2.43438512125718227E-10
+  2.48903965115596393E-10  2.54478131174259991E-10  2.60163017470619485E-10
+  2.65960667059930614E-10  2.71873159515871223E-10  2.77902611573670363E-10
+  2.84051177784483066E-10  2.90321051181206532E-10  2.96714463955935824E-10
+  3.03233688149263661E-10  3.09881036351630004E-10  3.16658862416929890E-10
+  3.23569562188596087E-10  3.30615574238370946E-10  3.37799380617990555E-10
+  3.45123507624003840E-10  3.52590526575958959E-10  3.60203054608185501E-10
+  3.67963755475413182E-10  3.75875340372465546E-10  3.83940568768273707E-10
+  3.92162249254463160E-10  4.00543240408761333E-10  4.09086451673490073E-10
+  4.17794844249401615E-10  4.26671432005127006E-10  4.35719282402508679E-10
+  4.44941517438093704E-10  4.54341314601067975E-10  4.63921907847920856E-10
+  4.73686588594127299E-10  4.83638706723146895E-10  4.93781671613040058E-10
+  5.04118953181008854E-10  5.14654082946172035E-10  5.25390655110897317E-10
+  5.36332327661006286E-10  5.47482823485187997E-10  5.58845931513949750E-10
+  5.70425507878449770E-10  5.82225477089552908E-10  5.94249833237468035E-10
+  6.06502641212317765E-10  6.18988037946011283E-10  6.31710233675787129E-10
+  6.44673513229805212E-10  6.57882237335171231E-10  6.71340843948783020E-10
+  6.85053849611395836E-10  6.99025850825315563E-10  7.13261525456122016E-10
+  7.27765634158849604E-10  7.42543021829044413E-10  7.57598619079136121E-10
+  7.72937443740558594E-10  7.88564602392073292E-10  8.04485291914751156E-10
+  8.20704801074070605E-10  8.37228512129610395E-10  8.54061902472814494E-10
+  8.71210546293317445E-10  8.88680116274328056E-10  9.06476385317576022E-10
+  9.24605228298336063E-10  9.43072623851054133E-10  9.61884656186106013E-10
+  9.81047516938231447E-10  1.00056750704719420E-09  1.02045103867123051E-09
+  1.04070463713385074E-09  1.06133494290458390E-09  1.08234871361424588E-09
+  1.10375282610533799E-09  1.12555427851818425E-09  1.14776019241343261E-09
+  1.17037781493154370E-09  1.19341452098992653E-09  1.21687781551835576E-09
+  1.24077533573335613E-09  1.26511485345221314E-09  1.28990427744731929E-09
+  1.31515165584153693E-09  1.34086517854530878E-09  1.36705317973622890E-09
+  1.39372414038182043E-09  1.42088669080626947E-09  1.44854961330187799E-09
+  1.47672184478601654E-09  1.50541247950436512E-09  1.53463077178124765E-09
+  1.56438613881788237E-09  1.59468816353937419E-09  1.62554659749130615E-09
+  1.65697136378678381E-09  1.68897256010481768E-09  1.72156046174092607E-09
+  1.75474552471087865E-09  1.78853838890849607E-09  1.82294988131844781E-09
+  1.85799101928500670E-09  1.89367301383772855E-09  1.93000727307505269E-09
+  1.96700540560682416E-09  2.00467922405676792E-09  2.04304074862595233E-09
+  2.08210221071830524E-09  2.12187605662926376E-09  2.16237495129864272E-09
+  2.20361178212886105E-09  2.24559966286963752E-09  2.28835193757033461E-09
+  2.33188218460110056E-09  2.37620422074403521E-09  2.42133210535556909E-09
+  2.46728014460131498E-09  2.51406289576463756E-09  2.56169517163023086E-09
+  2.61019204494400605E-09  2.65956885295060969E-09  2.70984120200993370E-09
+  2.76102497229397497E-09  2.81313632256545912E-09  2.86619169503962920E-09
+  2.92020782033066586E-09  2.97520172248419175E-09  3.03119072409737139E-09
+  3.08819245152811301E-09  3.14622484019494121E-09  3.20530613996909543E-09
+  3.26545492066047200E-09  3.32669007759903399E-09  3.38903083731334741E-09
+  3.45249676330793897E-09  3.51710776194118653E-09  3.58288408840548422E-09
+  3.64984635281147383E-09  3.71801552637813974E-09  3.78741294773060720E-09
+  3.85806032930753178E-09  3.92997976387995547E-09  4.00319373118359079E-09
+  4.07772510466649665E-09  4.15359715835414464E-09  4.23083357383392872E-09
+  4.30945844736118181E-09  4.38949629708881378E-09  4.47097207042272552E-09
+  4.55391115150517051E-09  4.63833936882830881E-09  4.72428300298018686E-09
+  4.81176879452547991E-09  4.90082395202329500E-09  4.99147616018446218E-09
+  5.08375358817069298E-09  5.17768489803811511E-09  5.27329925332764808E-09
+  5.37062632780480832E-09  5.46969631435152190E-09  5.57053993401257454E-09
+  5.67318844519941456E-09  5.77767365305402019E-09  5.88402791897561316E-09
+  5.99228417031306974E-09  6.10247591022587157E-09  6.21463722771655243E-09
+  6.32880280783761816E-09  6.44500794207595138E-09  6.56328853891779888E-09
+  6.68368113459749393E-09  6.80622290403305369E-09  6.93095167195197350E-09
+  7.05790592421044910E-09  7.18712481930942729E-09  7.31864820011090134E-09
+  7.45251660575791530E-09  7.58877128380183248E-09  7.72745420254044157E-09
+  7.86860806357060352E-09  8.01227631455912451E-09  8.15850316223566397E-09
+  8.30733358561154894E-09  8.45881334942838253E-09  8.61298901784047154E-09
+  8.76990796833511974E-09  8.92961840589490298E-09  9.09216937740618760E-09
+  9.25761078631805640E-09  9.42599340755613678E-09  9.59736890269563105E-09
+  9.77178983539811294E-09  9.94930968711668156E-09  1.01299828730740848E-08
+  1.03138647585185852E-08  1.05010116752623974E-08  1.06914809385075793E-08
+  1.08853308639644101E-08  1.10826207852672538E-08  1.12834110716931775E-08
+  1.14877631461885203E-08  1.16957395037087559E-08  1.19074037298771036E-08
+  1.21228205199674628E-08  1.23420556982172175E-08  1.25651762374756992E-08
+  1.27922502791941428E-08  1.30233471537630258E-08  1.32585374012028443E-08
+  1.34978927922144570E-08  1.37414863495952679E-08  1.39893923700275321E-08
+  1.42416864462453440E-08  1.44984454895867787E-08  1.47597477529379480E-08
+  1.50256728540757612E-08  1.52963017994162789E-08  1.55717170081757352E-08
+  1.58520023369513931E-08  1.61372431047294918E-08  1.64275261183277443E-08
+  1.67229396982798970E-08  1.70235737051700332E-08  1.73295195664244207E-08
+  1.76408703035688863E-08  1.79577205599597414E-08  1.82801666289965243E-08
+  1.86083064828248754E-08  1.89422398015381577E-08  1.92820680028863065E-08
+  1.96278942725009098E-08  1.99798235946453101E-08  2.03379627834989656E-08
+  2.07024205149852891E-08  2.10733073591523770E-08  2.14507358131163017E-08
+  2.18348203345766267E-08  2.22256773759142009E-08  2.26234254188811983E-08
+  2.30281850098938069E-08  2.34400787959379927E-08  2.38592315610989165E-08
+  2.42857702637248953E-08  2.47198240742369246E-08  2.51615244135949164E-08
+  2.56110049924320966E-08  2.60684018508691208E-08  2.65338533990197355E-08
+  2.70075004582000099E-08  2.74894863028532404E-08  2.79799567032031056E-08
+  2.84790599686475510E-08  2.89869469919064246E-08  2.95037712939357294E-08
+  3.00296890696220733E-08  3.05648592342705469E-08  3.11094434709001152E-08
+  3.16636062783602505E-08  3.22275150202832396E-08  3.28013399748866241E-08
+  3.33852543856404349E-08  3.39794345128144543E-08  3.45840596859204146E-08
+  3.51993123570650878E-08  3.58253781552297523E-08  3.64624459414921545E-08
+  3.71107078652075577E-08  3.77703594211651684E-08  3.84415995077371339E-08
+  3.91246304860371955E-08  3.98196582401066283E-08  4.05268922381450418E-08
+  4.12465455948046302E-08  4.19788351345657671E-08  4.27239814562131265E-08
+  4.34822089984312046E-08  4.42537461065387905E-08  4.50388251003820840E-08
+  4.58376823434065140E-08  4.66505583129277230E-08  4.74776976716227432E-08
+  4.83193493402621408E-08  4.91757665717048361E-08  5.00472070261777596E-08
+  5.09339328478622152E-08  5.18362107428097543E-08  5.27543120582108146E-08
+  5.36885128630393902E-08  5.46390940300975098E-08  5.56063413194842655E-08
+  5.65905454635134000E-08  5.75920022531052413E-08  5.86110126256781432E-08
+  5.96478827545656307E-08  6.07029241399855485E-08  6.17764537015884159E-08
+  6.28687938726120143E-08  6.39802726956702658E-08  6.51112239202049685E-08
+  6.62619871016286348E-08  6.74329077021882875E-08  6.86243371935799282E-08
+  6.98366331613438788E-08  7.10701594110721119E-08  7.23252860764586988E-08
+  7.36023897292256937E-08  7.49018534909566818E-08  7.62240671468711982E-08
+  7.75694272615737119E-08  7.89383372968112437E-08  8.03312077312747409E-08
+  8.17484561824792972E-08  8.31905075307593865E-08  8.46577940454161298E-08
+  8.61507555130532689E-08  8.76698393681402407E-08  8.92155008258409463E-08
+  9.07882030171472959E-08  9.23884171263576855E-08  9.40166225309408508E-08
+  9.56733069438266156E-08  9.73589665581656625E-08  9.90741061946008483E-08
+  1.00819239451094097E-07  1.02594888855352218E-07  1.04401586019898185E-07
+  1.06239871799832141E-07  1.08110296453330109E-07  1.10013419804926772E-07
+  1.11949811411631221E-07  1.13920050731924796E-07  1.15924727297690540E-07
+  1.17964440889125434E-07  1.20039801712686985E-07  1.22151430582126984E-07
+  1.24299959102665295E-07  1.26486029858358954E-07  1.28710296602721309E-07
+  1.30973424452647863E-07  1.33276090085705934E-07  1.35618981940846507E-07
+  1.38002800422597480E-07  1.40428258108799292E-07  1.42896079961942767E-07
+  1.45407003544173522E-07  1.47961779236024861E-07  1.50561170458944846E-07
+  1.53205953901682604E-07  1.55896919750601244E-07  1.58634871923984990E-07
+  1.61420628310409994E-07  1.64255021011248949E-07  1.67138896587381660E-07
+  1.70073116310184035E-07  1.73058556416869137E-07  1.76096108370257410E-07
+  1.79186679123049987E-07  1.82331191386686420E-07  1.85530583904863452E-07
+  1.88785811731796851E-07  1.92097846515308615E-07  1.95467676784822854E-07
+  1.98896308244354409E-07  2.02384764070578821E-07  2.05934085216069304E-07
+  2.09545330717792284E-07  2.13219578010951081E-07  2.16957923248270957E-07
+  2.20761481624819675E-07  2.24631387708459518E-07  2.28568795776028621E-07
+  2.32574880155349248E-07  2.36650835573166446E-07  2.40797877509117902E-07
+  2.45017242555839227E-07  2.49310188785312986E-07  2.53677996121567190E-07
+  2.58121966719834297E-07  2.62643425352282814E-07  2.67243719800435223E-07
+  2.71924221254386521E-07  2.76686324718943438E-07  2.81531449426802666E-07
+  2.86461039258890058E-07  2.91476563171985368E-07  2.96579515633757741E-07
+  3.01771417065341061E-07  3.07053814291579344E-07  3.12428280999074786E-07
+  3.17896418202173461E-07  3.23459854717026478E-07  3.29120247643866081E-07
+  3.34879282857639316E-07  3.40738675507141843E-07  3.46700170522802429E-07
+  3.52765543133265051E-07  3.58936599390922177E-07  3.65215176706552806E-07
+  3.71603144393224870E-07  3.78102404219620201E-07  3.84714890972946683E-07
+  3.91442573031601667E-07  3.98287452947757682E-07  4.05251568040040229E-07
+  4.12336990996472944E-07  4.19545830487867137E-07  4.26880231791837593E-07
+  4.34342377427627446E-07  4.41934487801929143E-07  4.49658821865892694E-07
+  4.57517677783511909E-07  4.65513393611589992E-07  4.73648347991480330E-07
+  4.81924960852808027E-07  4.90345694129379774E-07  4.98913052487492467E-07
+  5.07629584066853743E-07  5.16497881234334089E-07  5.25520581350772014E-07
+  5.34700367551057717E-07  5.44039969537723660E-07  5.53542164388279090E-07
+  5.63209777376520608E-07  5.73045682808066222E-07  5.83052804870355024E-07
+  5.93234118497362905E-07  6.03592650249290212E-07  6.14131479207477887E-07
+  6.24853737884818707E-07  6.35762613151926820E-07  6.46861347179341835E-07
+  6.58153238396042636E-07  6.69641642464552765E-07  6.81329973272925379E-07
+  6.93221703943897352E-07  7.05320367861510143E-07  7.17629559715501955E-07
+  7.30152936563771438E-07  7.42894218913232494E-07  7.55857191819372631E-07
+  7.69045706004841490E-07  7.82463678997394723E-07  7.96115096287531485E-07
+  8.10004012506162559E-07  8.24134552622655035E-07  8.38510913163609270E-07
+  8.53137363452721367E-07  8.68018246872096444E-07  8.83157982145386231E-07
+  8.98561064643122751E-07  9.14232067710636325E-07  9.30175644018944801E-07
+  9.46396526939009028E-07  9.62899531939763380E-07  9.79689558010325270E-07
+  9.96771589106807352E-07  1.01415069562414951E-06  1.03183203589341083E-06
+  1.04982085770495360E-06  1.06812249985797277E-06  1.08674239373681792E-06
+  1.10568606491457399E-06  1.12495913478437773E-06  1.14456732221893352E-06
+  1.16451644525872841E-06  1.18481242282943354E-06  1.20546127648899897E-06
+  1.22646913220495600E-06  1.24784222216243889E-06  1.26958688660346921E-06
+  1.29170957569802943E-06  1.31421685144748230E-06  1.33711538962088839E-06
+  1.36041198172479411E-06  1.38411353700706160E-06  1.40822708449533313E-06
+  1.43275977507072043E-06  1.45771888357733493E-06  1.48311181096826401E-06
+  1.50894608648863993E-06  1.53522936989641672E-06  1.56196945372152752E-06
+  1.58917426556407132E-06  1.61685187043220326E-06  1.64501047312041283E-06
+  1.67365842062888925E-06  1.70280420462467582E-06  1.73245646394533840E-06
+  1.76262398714587914E-06  1.79331571508963619E-06  1.82454074358393218E-06
+  1.85630832606123820E-06  1.88862787630664024E-06  1.92150897123240231E-06
+  1.95496135370044438E-06  1.98899493539353900E-06  2.02361979973609992E-06
+  2.05884620486538305E-06  2.09468458665398548E-06  2.13114556178451791E-06
+  2.16823993087736144E-06  2.20597868167239783E-06  2.24437299226566545E-06
+  2.28343423440187427E-06  2.32317397682374133E-06  2.36360398867913130E-06
+  2.40473624298697973E-06  2.44658292016303805E-06  2.48915641160643259E-06
+  2.53246932334811709E-06  2.57653447976226491E-06  2.62136492734168456E-06
+  2.66697393853836329E-06  2.71337501567025276E-06  2.76058189489544559E-06
+  2.80860855025489083E-06  2.85746919778482614E-06  2.90717829970013376E-06
+  2.95775056864982983E-06  3.00920097204593169E-06  3.06154473646695773E-06
+  3.11479735213735184E-06  3.16897457748412429E-06  3.22409244377204764E-06
+  3.28016725981873599E-06  3.33721561679101771E-06  3.39525439308394390E-06
+  3.45430075928390216E-06  3.51437218321724888E-06  3.57548643508592930E-06
+  3.63766159269160106E-06  3.70091604674974780E-06  3.76526850629534988E-06
+  3.83073800418167906E-06  3.89734390267380301E-06  3.96510589913843807E-06
+  4.03404403183179397E-06  4.10417868578709954E-06  4.17553059880350256E-06
+  4.24812086753810015E-06  4.32197095370286313E-06  4.39710269036823574E-06
+  4.47353828837525974E-06  4.55130034285807796E-06  4.63041183987870184E-06
+  4.71089616317596075E-06  4.79277710103061763E-06  4.87607885324860337E-06
+  4.96082603826442147E-06  5.04704370036676340E-06  5.13475731704843717E-06
+  5.22399280648273830E-06  5.31477653512841150E-06  5.40713532546542639E-06
+  5.50109646386379332E-06  5.59668770858768587E-06  5.69393729793722068E-06
+  5.79287395853019924E-06  5.89352691372625292E-06  5.99592589219579162E-06
+  6.10010113663625064E-06  6.20608341263815223E-06  6.31390401770354756E-06
+  6.42359479041940641E-06  6.53518811978867779E-06  6.64871695472162788E-06
+  6.76421481369026813E-06  6.88171579454861055E-06  7.00125458452160775E-06
+  7.12286647036564268E-06  7.24658734870351979E-06  7.37245373653690457E-06
+  7.50050278193927255E-06  7.63077227493244084E-06  7.76330065854977554E-06
+  7.89812704008934807E-06  8.03529120256016493E-06  8.17483361632487952E-06
+  8.31679545094224956E-06  8.46121858721278247E-06  8.60814562943105849E-06
+  8.75761991784818571E-06  8.90968554134805131E-06  9.06438735034092488E-06
+  9.22177096987819486E-06  9.38188281299197196E-06  9.54477009426336776E-06
+  9.71048084362337697E-06  9.87906392039032250E-06  1.00505690275478647E-05
+  1.02250467262676826E-05  1.04025484506809985E-05  1.05831265229031893E-05
+  1.07668341683157225E-05  1.09537255311099121E-05  1.11438556900968126E-05
+  1.13372806747879192E-05  1.15340574817511146E-05  1.17342440912466858E-05
+  1.19378994841480951E-05  1.21450836591523576E-05  1.23558576502849292E-05
+  1.25702835447041615E-05  1.27884245008103054E-05  1.30103447666643743E-05
+  1.32361096987219944E-05  1.34657857808876562E-05  1.36994406438948113E-05
+  1.39371430850172797E-05  1.41789630881176487E-05  1.44249718440383612E-05
+  1.46752417713412498E-05  1.49298465374015287E-05  1.51888610798621418E-05
+  1.54523616284546125E-05  1.57204257271926400E-05  1.59931322569446852E-05
+  1.62705614583920215E-05  1.65527949553787056E-05  1.68399157786602060E-05
+  1.71320083900572965E-05  1.74291587070222034E-05  1.77314541276238623E-05
+  1.80389835559594852E-05  1.83518374279995011E-05  1.86701077378733297E-05
+  1.89938880646033706E-05  1.93232735992947308E-05  1.96583611727885257E-05
+  1.99992492837863753E-05  2.03460381274542964E-05  2.06988296245138092E-05
+  2.10577274508286924E-05  2.14228370674956667E-05  2.17942657514474509E-05
+  2.21721226265769196E-05  2.25565186953910231E-05  2.29475668712035650E-05
+  2.33453820108757261E-05  2.37500809481136953E-05  2.41617825273327115E-05
+  2.45806076380970502E-05  2.50066792501456767E-05  2.54401224490133689E-05
+  2.58810644722574228E-05  2.63296347462999360E-05  2.67859649238961784E-05
+  2.72501889222395077E-05  2.77224429617135026E-05  2.82028656053021869E-05
+  2.86915977986693717E-05  2.91887829109184573E-05  2.96945667760438568E-05
+  3.02090977350859257E-05  3.07325266790009521E-05  3.12650070922584141E-05
+  3.18066950971774282E-05  3.23577494990149505E-05  3.29183318318182749E-05
+  3.34886064050546312E-05  3.40687403510307523E-05  3.46589036731158084E-05
+  3.52592692947810570E-05  3.58700131094697954E-05  3.64913140313115545E-05
+  3.71233540466946684E-05  3.77663182667113700E-05  3.84203949804902989E-05
+  3.90857757094308485E-05  3.97626552623546266E-05  4.04512317915892348E-05
+  4.11517068499999927E-05  4.18642854489852066E-05  4.25891761174512789E-05
+  4.33265909617836978E-05  4.40767457268307126E-05  4.48398598579163637E-05
+  4.56161565639000670E-05  4.64058628813001649E-05  4.72092097394989974E-05
+  4.80264320270475703E-05  4.88577686590880973E-05  4.97034626459126638E-05
+  5.05637611626774669E-05  5.14389156202909966E-05  5.23291817374962542E-05
+  5.32348196141664792E-05  5.41560938058346358E-05  5.50932733994767123E-05
+  5.60466320905702250E-05  5.70164482614483301E-05  5.80030050609713226E-05
+  5.90065904855372402E-05  6.00274974614537030E-05  6.10660239286932836E-05
+  6.21224729260553312E-05  6.31971526777578045E-05  6.42903766814816973E-05
+  6.54024637978933555E-05  6.65337383416675447E-05  6.76845301740373195E-05
+  6.88551747968948308E-05  7.00460134484690499E-05  7.12573932006062424E-05
+  7.24896670576792519E-05  7.37431940571527681E-05  7.50183393718315190E-05
+  7.63154744138187124E-05  7.76349769402136041E-05  7.89772311605752730E-05
+  8.03426278461832303E-05  8.17315644411227413E-05  8.31444451752256375E-05
+  8.45816811788966771E-05  8.60436905998559907E-05  8.75308987218294027E-05
+  8.90437380852179518E-05  9.05826486097792698E-05  9.21480777193531693E-05
+  9.37404804686652000E-05  9.53603196722415807E-05  9.70080660354702136E-05
+  9.86841982878425316E-05  1.00389203318411360E-04  1.02123576313501287E-04
+  1.03887820896707696E-04  1.05682449271221715E-04  1.07507982364518778E-04
+  1.09364949975449127E-04  1.11253890923768950E-04  1.13175353202151960E-04
+  1.15129894130721206E-04  1.17118080514142024E-04  1.19140488801317199E-04
+  1.21197705247726807E-04  1.23290326080454922E-04  1.25418957665946758E-04
+  1.27584216680539780E-04  1.29786730283814114E-04  1.32027136294806822E-04
+  1.34306083371136896E-04  1.36624231191086605E-04  1.38982250638687571E-04
+  1.41380823991859396E-04  1.43820645113649609E-04  1.46302419646624751E-04
+  1.48826865210462806E-04  1.51394711602798369E-04  1.54006701003372363E-04
+  1.56663588181539011E-04  1.59366140707183459E-04  1.62115139165104789E-04
+  1.64911377372919054E-04  1.67755662602538628E-04  1.70648815805284949E-04
+  1.73591671840691409E-04  1.76585079709056051E-04  1.79629902787802574E-04
+  1.82727019071711049E-04  1.85877321417077669E-04  1.89081717789868302E-04
+  1.92341131517926385E-04  1.95656501547300543E-04  1.99028782702756523E-04
+  2.02458945952539477E-04  2.05947978677453123E-04  2.09496884944323944E-04
+  2.13106685783919116E-04  2.16778419473388388E-04  2.20513141823300182E-04
+  2.24311926469344453E-04  2.28175865168775112E-04  2.32106068101665654E-04
+  2.36103664177053998E-04  2.40169801344051998E-04  2.44305646907997114E-04
+  2.48512387851725232E-04  2.52791231162043486E-04  2.57143404161484432E-04
+  2.61570154845423028E-04  2.66072752224639955E-04  2.70652486673415025E-04
+  2.75310670283237082E-04  2.80048637222215558E-04  2.84867744100283460E-04
+  2.89769370340280032E-04  2.94754918555003155E-04  2.99825814930324214E-04
+  3.04983509614457774E-04  3.10229477113481021E-04  3.15565216693197909E-04
+  3.20992252787445902E-04  3.26512135412942897E-04  3.32126440590774935E-04
+  3.37836770774625056E-04  3.43644755285846335E-04  3.49552050755483140E-04
+  3.55560341573346746E-04  3.61671340344249135E-04  3.67886788351508255E-04
+  3.74208456027830521E-04  3.80638143433683479E-04  3.87177680743271699E-04
+  3.93828928738229915E-04  4.00593779309149471E-04  4.07474155965055983E-04
+  4.14472014350956552E-04  4.21589342773578013E-04  4.28828162735418262E-04
+  4.36190529477234825E-04  4.43678532529096479E-04  4.51294296270123973E-04
+  4.59039980497051884E-04  4.66917781001737961E-04  4.74929930157756989E-04
+  4.83078697516210113E-04  4.91366390410885936E-04  4.99795354572913925E-04
+  5.08367974755046122E-04  5.17086675365707954E-04  5.25953921112968788E-04
+  5.34972217658565745E-04  5.44144112282137350E-04  5.53472194555809996E-04
+  5.62959097029290881E-04  5.72607495925617454E-04  5.82420111847721349E-04
+  5.92399710495959014E-04  6.02549103396770170E-04  6.12871148642624326E-04
+  6.23368751643415707E-04  6.34044865889473353E-04  6.44902493726350751E-04
+  6.55944687141565212E-04  6.67174548563454839E-04  6.78595231672328718E-04
+  6.90209942224082832E-04  7.02021938886459511E-04  7.14034534088127133E-04
+  7.26251094880764510E-04  7.38675043814328736E-04  7.51309859825696996E-04
+  7.64159079140864367E-04  7.77226296190891585E-04  7.90515164541790013E-04
+  8.04029397838543951E-04  8.17772770763460248E-04  8.31749120009047955E-04
+  8.45962345265627302E-04  8.60416410223870305E-04  8.75115343592478456E-04
+  8.90063240131208611E-04  9.05264261699449463E-04  9.20722638320569807E-04
+  9.36442669262244477E-04  9.52428724132981614E-04  9.68685243995065634E-04
+  9.85216742494140520E-04  1.00202780700565670E-03  1.01912309979840417E-03
+  1.03650735921536827E-03  1.05418540087212805E-03  1.07216211887304269E-03
+  1.09044248704545091E-03  1.10903156019212979E-03  1.12793447536224710E-03
+  1.14715645314105471E-03  1.16670279895856612E-03  1.18657890441746473E-03
+  1.20679024864049763E-03  1.22734239963760120E-03  1.24824101569301544E-03
+  1.26949184677265111E-03  1.29110073595195595E-03  1.31307362086455562E-03
+  1.33541653517192530E-03  1.35813561005435957E-03  1.38123707572351687E-03
+  1.40472726295679711E-03  1.42861260465384186E-03  1.45289963741542178E-03
+  1.47759500314499420E-03  1.50270545067320970E-03  1.52823783740565892E-03
+  1.55419913099413051E-03  1.58059641103168338E-03  1.60743687077181323E-03
+  1.63472781887201326E-03  1.66247668116201066E-03  1.69069100243699724E-03
+  1.71937844827613272E-03  1.74854680688662925E-03  1.77820399097372486E-03
+  1.80835803963684842E-03  1.83901712029227796E-03  1.87018953062261179E-03
+  1.90188370055335604E-03  1.93410819425694921E-03  1.96687171218452948E-03
+  2.00018309312577445E-03  2.03405131629712330E-03  2.06848550345870756E-03
+  2.10349492106030834E-03  2.13908898241667008E-03  2.17527724991250018E-03
+  2.21206943723746986E-03  2.24947541165155997E-03  2.28750519628107430E-03
+  2.32616897244565480E-03  2.36547708201663995E-03  2.40544002980708389E-03
+  2.44606848599380642E-03  2.48737328857175999E-03  2.52936544584111663E-03
+  2.57205613892735625E-03  2.61545672433474100E-03  2.65957873653349447E-03
+  2.70443389058102994E-03  2.75003408477759006E-03  2.79639140335661857E-03
+  2.84351811921023300E-03  2.89142669665011552E-03  2.94012979420420076E-03
+  2.98964026744948704E-03  3.03997117188131759E-03  3.09113576581949122E-03
+  3.14314751335154335E-03  3.19602008731353308E-03  3.24976737230870880E-03
+  3.30440346776437197E-03  3.35994269102730383E-03  3.41639958049809586E-03
+  3.47378889880472271E-03  3.53212563601570896E-03  3.59142501289323518E-03
+  3.65170248418651439E-03  3.71297374196579572E-03  3.77525471899731570E-03
+  3.83856159215955608E-03  3.90291078590112922E-03  3.96831897574063258E-03
+  4.03480309180880622E-03  4.10238032243331972E-03  4.17106811776651876E-03
+  4.24088419345645430E-03  4.31184653436153271E-03  4.38397339830907951E-03
+  4.45728331989816116E-03  4.53179511434696324E-03  4.60752788138504236E-03
+  4.68450100919075556E-03  4.76273417837416984E-03  4.84224736600575786E-03
+  4.92306084969117239E-03  5.00519521169237418E-03  5.08867134309543261E-03
+  5.17351044802523159E-03  5.25973404790742310E-03  5.34736398577783864E-03
+  5.43642243063962877E-03  5.52693188186845208E-03  5.61891517366587111E-03
+  5.71239547956129204E-03  5.80739631696261180E-03  5.90394155175587472E-03
+  6.00205540295410331E-03  6.10176244739555999E-03  6.20308762449162977E-03
+  6.30605624102455187E-03  6.41069397599514784E-03  6.51702688552079339E-03
+  6.62508140778374395E-03  6.73488436803003701E-03  6.84646298361909003E-03
+  6.95984486912416735E-03  7.07505804148384019E-03  7.19213092520454549E-03
+  7.31109235761441718E-03  7.43197159416843136E-03  7.55479831380499647E-03
+  7.67960262435405175E-03  7.80641506799675984E-03  7.93526662677680565E-03
+  8.06618872816341516E-03  8.19921325066605249E-03  8.33437252950086811E-03
+  8.47169936230882624E-03  8.61122701492560150E-03  8.75298922720310797E-03
+  8.89702021888269176E-03  9.04335469551989513E-03  9.19202785446071070E-03
+  9.34307539086926160E-03  9.49653350380676338E-03  9.65243890236165518E-03
+  9.81082881183076468E-03  9.97174097995132819E-03  1.01352136831836699E-02
+  1.03012857330443807E-02  1.04699964824897379E-02  1.06413858323491112E-02
+  1.08154942378081535E-02  1.09923627149414102E-02  1.11720328472941274E-02
+  1.13545467925128436E-02  1.15399472890244728E-02  1.17282776627635251E-02
+  1.19195818339469586E-02  1.21139043238963663E-02  1.23112902619070090E-02
+  1.25117853921631605E-02  1.27154360806993778E-02  1.29222893224070767E-02
+  1.31323927480859193E-02  1.33457946315394312E-02  1.35625438967142235E-02
+  1.37826901248821933E-02  1.40062835618650679E-02  1.42333751253005559E-02
+  1.44640164119494274E-02  1.46982597050427481E-02  1.49361579816685158E-02
+  1.51777649201968370E-02  1.54231349077428668E-02  1.56723230476665289E-02
+  1.59253851671082927E-02  1.61823778245598453E-02  1.64433583174688133E-02
+  1.67083846898765202E-02  1.69775157400876911E-02  1.72508110283710221E-02
+  1.75283308846895663E-02  1.78101364164596487E-02  1.80962895163372904E-02
+  1.83868528700307302E-02  1.86818899641379606E-02  1.89814650940077767E-02
+  1.92856433716231714E-02  1.95944907335055575E-02  1.99080739486384821E-02
+  2.02264606264093011E-02  2.05497192245673137E-02  2.08779190571968427E-02
+  2.12111303027036277E-02  2.15494240118129510E-02  2.18928721155776489E-02
+  2.22415474333945706E-02  2.25955236810273796E-02  2.29548754786341874E-02
+  2.33196783587978906E-02  2.36900087745575173E-02  2.40659441074385014E-02
+  2.44475626754798760E-02  2.48349437412564399E-02  2.52281675198936621E-02
+  2.56273151870732643E-02  2.60324688870272429E-02  2.64437117405180756E-02
+  2.68611278528028616E-02  2.72848023215789236E-02  2.77148212449086287E-02
+  2.81512717291208144E-02  2.85942418966864016E-02  2.90438208940655800E-02
+  2.95000988995239612E-02  2.99631671309150936E-02  3.04331178534264050E-02
+  3.09100443872860203E-02  3.13940411154274984E-02  3.18852034911095289E-02
+  3.23836280454877640E-02  3.28894123951356185E-02  3.34026552495111304E-02
+  3.39234564183665335E-02  3.44519168190975320E-02  3.49881384840289092E-02
+  3.55322245676331291E-02  3.60842793536787151E-02  3.66444082623046882E-02
+  3.72127178570178241E-02  3.77893158516089192E-02  3.83743111169845760E-02
+  3.89678136879107392E-02  3.95699347696642501E-02  4.01807867445884079E-02
+  4.08004831785489241E-02  4.14291388272859940E-02  4.20668696426586552E-02
+  4.27137927787770433E-02  4.33700265980187516E-02  4.40356906769244980E-02
+  4.47109058119693065E-02  4.53957940252042516E-02  4.60904785697648714E-02
+  4.67950839352410108E-02  4.75097358529039254E-02  4.82345613007857596E-02
+  4.89696885086065362E-02  4.97152469625438756E-02  5.04713674098403869E-02
+  5.12381818632436023E-02  5.20158236052735909E-02  5.28044271923125419E-02
+  5.36041284585116393E-02  5.44150645195090391E-02  5.52373737759541822E-02
+  5.60711959168323434E-02  5.69166719225839488E-02  5.77739440680128530E-02
+  5.86431559249776524E-02  5.95244523648599463E-02  6.04179795608037473E-02
+  6.13238849897195654E-02  6.22423174340469496E-02  6.31734269832692069E-02
+  6.41173650351735680E-02  6.50742842968504154E-02  6.60443387854245667E-02
+  6.70276838285120830E-02  6.80244760643953783E-02  6.90348734419094084E-02
+  7.00590352200324007E-02  7.10971219671728133E-02  7.21492955601458485E-02
+  7.32157191828316095E-02  7.42965573245071981E-02  7.53919757778446498E-02
+  7.65021416365673085E-02  7.76272232927559258E-02  7.87673904337963526E-02
+  7.99228140389606906E-02  8.10936663756129106E-02  8.22801209950302787E-02
+  8.34823527278321237E-02  8.47005376790062603E-02  8.59348532225245876E-02
+  8.71854779955377052E-02  8.84525918921398036E-02  8.97363760566935176E-02
+  9.10370128767052783E-02  9.23546859752409771E-02  9.36895802028716723E-02
+  9.50418816291391105E-02  9.64117775335304183E-02  9.77994563959511121E-02
+  9.92051078866855590E-02  1.00628922855833969E-01  1.02071093322214215E-01
+  1.03531812461717429E-01  1.05011274595105092E-01  1.06509675175236351E-01
+  1.08027210773713106E-01  1.09564079066930511E-01  1.11120478821520804E-01
+  1.12696609879177415E-01  1.14292673140846318E-01  1.15908870550272255E-01
+  1.17545405076885767E-01  1.19202480698017824E-01  1.20880302380428628E-01
+  1.22579076061136355E-01  1.24299008627531390E-01  1.26040307896763210E-01
+  1.27803182594383641E-01  1.29587842332232861E-01  1.31394497585553133E-01
+  1.33223359669315006E-01  1.35074640713741118E-01  1.36948553639011816E-01
+  1.38845312129137088E-01  1.40765130604979610E-01  1.42708224196412076E-01
+  1.44674808713593506E-01  1.46665100617348054E-01  1.48679316988630184E-01
+  1.50717675497059445E-01  1.52780394368508765E-01  1.54867692351729036E-01
+  1.56979788683993621E-01  1.59116903055746328E-01  1.61279255574234809E-01
+  1.63467066726114024E-01  1.65680557339001222E-01  1.67919948541967123E-01
+  1.70185461724944448E-01  1.72477318497039261E-01  1.74795740643725717E-01
+  1.77140950082909532E-01  1.79513168819842001E-01  1.81912618900869405E-01
+  1.84339522365999486E-01  1.86794101200271068E-01  1.89276577283908565E-01
+  1.91787172341247453E-01  1.94326107888413951E-01  1.96893605179744302E-01
+  1.99489885152928176E-01  2.02115168372863224E-01  2.04769674974204258E-01
+  2.07453624602596115E-01  2.10167236354575127E-01  2.12910728716127789E-01
+  2.15684319499893695E-01  2.18488225781002937E-01  2.21322663831535593E-01
+  2.24187849053594623E-01  2.27083995910982522E-01  2.30011317859473791E-01
+  2.32970027275675617E-01  2.35960335384470837E-01  2.38982452185036776E-01
+  2.42036586375437207E-01  2.45122945275782850E-01  2.48241734749959614E-01
+  2.51393159125922694E-01  2.54577421114558333E-01  2.57794721727114595E-01
+  2.61045260191204720E-01  2.64329233865388702E-01  2.67646838152338418E-01
+  2.70998266410596433E-01  2.74383709864936653E-01  2.77803357515340632E-01
+  2.81257396044601149E-01  2.84746009724570759E-01  2.88269380321071855E-01
+  2.91827686997488511E-01  2.95421106217061413E-01  2.99049811643912034E-01
+  3.02713974042818912E-01  3.06413761177779964E-01  3.10149337709387740E-01
+  3.13920865091053103E-01  3.17728501464114688E-01  3.21572401551870557E-01
+  3.25452716552576793E-01  3.29369594031454993E-01  3.33323177811756022E-01
+  3.37313607864931864E-01  3.41341020199965095E-01  3.45405546751914261E-01
+  3.49507315269732111E-01  3.53646449203418090E-01  3.57823067590570365E-01
+  3.62037284942402227E-01  3.66289211129295689E-01  3.70578951265962686E-01
+  3.74906605596290965E-01  3.79272269377951887E-01  3.83676032766852637E-01
+  3.88117980701516097E-01  3.92598192787473432E-01  3.97116743181761267E-01
+  4.01673700477611473E-01  4.06269127589428458E-01  4.10903081638150036E-01
+  4.15575613837087632E-01  4.20286769378346803E-01  4.25036587319925996E-01
+  4.29825100473598565E-01  4.34652335293677972E-01  4.39518311766770531E-01
+  4.44423043302620169E-01  4.49366536626146673E-01  4.54348791670783403E-01
+  4.59369801473213824E-01  4.64429552069610507E-01  4.69528022393473632E-01
+  4.74665184175166066E-01  4.79841001843240134E-01  4.85055432427643818E-01
+  4.90308425464894115E-01  4.95599922905296586E-01  5.00929859022286372E-01
+  5.06298160323958024E-01  5.11704745466846522E-01  5.17149525172006741E-01
+  5.22632402143437758E-01  5.28153270988880541E-01  5.33712018143007394E-01
+  5.39308521793010476E-01  5.44942651806579526E-01  5.50614269662244249E-01
+  5.56323228382036628E-01  5.62069372466413864E-01  5.67852537831358695E-01
+  5.73672551747549386E-01  5.79529232781472725E-01  5.85422390738321030E-01
+  5.91351826606488551E-01  5.97317332503453757E-01  6.03318691622795944E-01
+  6.09355678182064930E-01  6.15428057371179449E-01  6.21535585300996285E-01
+  6.27678008951643385E-01  6.33855066120168176E-01  6.40066485367002502E-01
+  6.46311985960701496E-01  6.52591277820346427E-01  6.58904061454961720E-01
+  6.65250027899224494E-01  6.71628858644697901E-01  6.78040225565735510E-01
+  6.84483790839160555E-01  6.90959206856738173E-01  6.97466116129401237E-01
+  7.04004151182106575E-01  7.10572934438137183E-01  7.17172078091586229E-01
+  7.23801183966682804E-01  7.30459843362554540E-01  7.37147636881939627E-01
+  7.43864134242301578E-01  7.50608894067722021E-01  7.57381463659893783E-01
+  7.64181378746474738E-01  7.71008163205011088E-01  7.77861328760602100E-01
+  7.84740374655438999E-01  7.91644787288336982E-01  7.98574039822370296E-01
+  8.05527591758726569E-01  8.12504888474932629E-01  8.19505360725638621E-01
+  8.26528424104227111E-01  8.33573478463602635E-01  8.40639907294638111E-01
+  8.47727077060896894E-01  8.54834336488439539E-01  8.61961015809715181E-01
+  8.69106425960794349E-01  8.76269857731455271E-01  8.83450580867956137E-01
+  8.90647843128645089E-01  8.97860869292932406E-01  9.05088860124535710E-01
+  9.12330991290317250E-01  9.19586412236473638E-01  9.26854245024268053E-01
+  9.34133583127952360E-01  9.41423490197979551E-01  9.48722998793038674E-01
+  9.56031109084874653E-01  9.63346787540261262E-01  9.70668965584845611E-01
+  9.77996538253926073E-01  9.85328362835489191E-01  9.92663257511049335E-01
+  1.00000000000000000E+00  1.00733732621326322E+00  1.01467392892205477E+00
+  1.02200845644751559E+00  1.02933951137685464E+00
+  END     
+   TPHI    1 #tphi(r), for tphi(r)/r*Ylm)
+  0.00000000000000000E+00  5.32700485012969502E-08  1.07000643868176036E-07
+  1.61195767764278740E-07  2.15859436276772351E-07  2.70995700213951890E-07
+  3.26608645405429084E-07  3.82702393004903372E-07  4.39281099795562159E-07
+  4.96348958498113659E-07  5.53910198081480485E-07  6.11969084076195490E-07
+  6.70529918890482961E-07  7.29597042129092412E-07  7.89174830914882897E-07
+  8.49267700213178925E-07  9.09880103158945198E-07  9.71016531386781116E-07
+  1.03268151536376576E-06  1.09487962472518946E-06  1.15761546861318000E-06
+  1.22089369601826270E-06  1.28471899612386569E-06  1.34909609865381135E-06
+  1.41402977422280941E-06  1.47952483468997723E-06  1.54558613351541961E-06
+  1.61221856611989117E-06  1.67942707024756731E-06  1.74721662633195236E-06
+  1.81559225786494875E-06  1.88455903176912483E-06  1.95412205877318462E-06
+  2.02428649379070426E-06  2.09505753630213049E-06  2.16644043074007941E-06
+  2.23844046687797683E-06  2.31106298022204773E-06  2.38431335240670745E-06
+  2.45819701159334985E-06  2.53271943287261513E-06  2.60788613867010127E-06
+  2.68370269915560755E-06  2.76017473265590387E-06  2.83730790607107413E-06
+  2.91510793529446077E-06  2.99358058563622826E-06  3.07273167225060438E-06
+  3.15256706056680273E-06  3.23309266672368238E-06  3.31431445800814709E-06
+  3.39623845329736005E-06  3.47887072350475927E-06  3.56221739202993917E-06
+  3.64628463521242526E-06  3.73107868278935605E-06  3.81660581835714440E-06
+  3.90287237983711695E-06  3.98988475994516933E-06  4.07764940666551083E-06
+  4.16617282372847058E-06  4.25546157109246360E-06  4.34552226543010716E-06
+  4.43636158061853688E-06  4.52798624823398584E-06  4.62040305805060570E-06
+  4.71361885854362625E-06  4.80764055739685948E-06  4.90247512201457514E-06
+  4.99812958003783082E-06  5.09461101986523542E-06  5.19192659117824348E-06
+  5.29008350547095896E-06  5.38908903658455886E-06  5.48895052124629502E-06
+  5.58967535961319268E-06  5.69127101582042048E-06  5.79374501853442415E-06
+  5.89710496151082560E-06  6.00135850415715857E-06  6.10651337210045780E-06
+  6.21257735775976182E-06  6.31955832092356494E-06  6.42746418933225914E-06
+  6.53630295926561750E-06  6.64608269613534708E-06  6.75681153508276895E-06
+  6.86849768158167608E-06  6.98114941204638019E-06  7.09477507444503898E-06
+  7.20938308891827140E-06  7.32498194840312534E-06  7.44158021926244169E-06
+  7.55918654191966154E-06  7.67780963149910770E-06  7.79745827847182355E-06
+  7.91814134930697365E-06  8.03986778712889557E-06  8.16264661237981941E-06
+  8.28648692348831225E-06  8.41139789754353336E-06  8.53738879097526948E-06
+  8.66446894023987909E-06  8.79264776251218445E-06  8.92193475638330480E-06
+  9.05233950256454583E-06  9.18387166459736404E-06  9.31654098956949414E-06
+  9.45035730883722929E-06  9.58533053875398974E-06  9.72147068140513232E-06
+  9.85878782534918398E-06  9.99729214636541602E-06  1.01369939082079356E-05
+  1.02779034633662620E-05  1.04200312538324826E-05  1.05633878118750599E-05
+  1.07079837608193199E-05  1.08538298158346726E-05  1.10009367847286614E-05
+  1.11493155687478647E-05  1.12989771633857185E-05  1.14499326591973344E-05
+  1.16021932426213574E-05  1.17557701968089318E-05  1.19106749024598067E-05
+  1.20669188386657276E-05  1.22245135837610738E-05  1.23834708161808383E-05
+  1.25438023153260841E-05  1.27055199624368284E-05  1.28686357414724943E-05
+  1.30331617399999726E-05  1.31991101500893723E-05  1.33664932692174764E-05
+  1.35353235011790749E-05  1.37056133570061103E-05  1.38773754558948047E-05
+  1.40506225261408061E-05  1.42253674060823883E-05  1.44016230450518468E-05
+  1.45794025043350891E-05  1.47587189581395150E-05  1.49395856945703141E-05
+  1.51220161166151567E-05  1.53060237431373988E-05  1.54916222098779010E-05
+  1.56788252704654786E-05  1.58676467974361353E-05  1.60581007832610374E-05
+  1.62502013413834514E-05  1.64439627072645690E-05  1.66393992394384562E-05
+  1.68365254205760586E-05  1.70353558585584227E-05  1.72359052875592313E-05
+  1.74381885691366219E-05  1.76422206933345262E-05  1.78480167797935098E-05
+  1.80555920788711393E-05  1.82649619727721444E-05  1.84761419766883242E-05
+  1.86891477399482186E-05  1.89039950471768725E-05  1.91206998194654658E-05
+  1.93392781155511906E-05  1.95597461330072299E-05  1.97821202094431158E-05
+  2.00064168237153423E-05  2.02326525971485943E-05  2.04608442947674210E-05
+  2.06910088265385794E-05  2.09231632486241722E-05  2.11573247646455495E-05
+  2.13935107269581785E-05  2.16317386379375505E-05  2.18720261512761349E-05
+  2.21143910732916280E-05  2.23588513642464609E-05  2.26054251396787455E-05
+  2.28541306717446871E-05  2.31049863905726466E-05  2.33580108856288908E-05
+  2.36132229070951384E-05  2.38706413672580567E-05  2.41302853419106842E-05
+  2.43921740717660817E-05  2.46563269638831286E-05  2.49227635931046840E-05
+  2.51915037035081297E-05  2.54625672098685289E-05  2.57359741991343605E-05
+  2.60117449319160644E-05  2.62898998439874753E-05  2.65704595478000869E-05
+  2.68534448340106727E-05  2.71388766730218321E-05  2.74267762165360556E-05
+  2.77171647991231385E-05  2.80100639398011647E-05  2.83054953436311344E-05
+  2.86034809033254594E-05  2.89040427008701934E-05  2.92072030091615375E-05
+  2.95129842936562666E-05  2.98214092140365387E-05  3.01325006258890568E-05
+  3.04462815823988023E-05  3.07627753360573280E-05  3.10820053403859076E-05
+  3.14039952516735049E-05  3.17287689307298103E-05  3.20563504446534525E-05
+  3.23867640686154636E-05  3.27200342876581400E-05  3.30561857985095224E-05
+  3.33952435114135223E-05  3.37372325519758441E-05  3.40821782630259531E-05
+  3.44301062064950288E-05  3.47810421653102630E-05  3.51350121453054335E-05
+  3.54920423771480943E-05  3.58521593182833397E-05  3.62153896548944351E-05
+  3.65817603038803610E-05  3.69512984148504805E-05  3.73240313721364531E-05
+  3.76999867968214473E-05  3.80791925487871283E-05  3.84616767287780328E-05
+  3.88474676804840844E-05  3.92365939926408625E-05  3.96290845011482758E-05
+  4.00249682912072875E-05  4.04242746994753566E-05  4.08270333162403582E-05
+  4.12332739876133689E-05  4.16430268177403647E-05  4.20563221710330953E-05
+  4.24731906744191975E-05  4.28936632196117614E-05  4.33177709653985901E-05
+  4.37455453399511232E-05  4.41770180431534589E-05  4.46122210489514336E-05
+  4.50511866077219975E-05  4.54939472486631338E-05  4.59405357822044344E-05
+  4.63909853024383476E-05  4.68453291895728070E-05  4.73036011124046754E-05
+  4.77658350308148469E-05  4.82320651982847407E-05  4.87023261644346626E-05
+  4.91766527775840874E-05  4.96550801873340522E-05  5.01376438471718778E-05
+  5.06243795170984340E-05  5.11153232662781405E-05  5.16105114757117687E-05
+  5.21099808409324731E-05  5.26137683747251127E-05  5.31219114098689573E-05
+  5.36344476019043342E-05  5.41514149319229717E-05  5.46728517093825062E-05
+  5.51987965749455611E-05  5.57292885033429820E-05  5.62643668062621580E-05
+  5.68040711352601108E-05  5.73484414847018987E-05  5.78975181947243112E-05
+  5.84513419542252914E-05  5.90099538038790824E-05  5.95733951391776311E-05
+  6.01417077134980334E-05  6.07149336411967453E-05  6.12931154007303780E-05
+  6.18762958378035158E-05  6.24645181685437888E-05  6.30578259827044231E-05
+  6.36562632468943098E-05  6.42598743078361541E-05  6.48687038956528275E-05
+  6.54827971271819642E-05  6.61021995093193825E-05  6.67269569423912791E-05
+  6.73571157235556422E-05  6.79927225502331012E-05  6.86338245235673471E-05
+  6.92804691519156000E-05  6.99327043543691217E-05  7.05905784643041809E-05
+  7.12541402329639053E-05  7.19234388330707616E-05  7.25985238624706267E-05
+  7.32794453478080978E-05  7.39662537482337046E-05  7.46589999591431604E-05
+  7.53577353159488536E-05  7.60625115978841104E-05  7.67733810318402266E-05
+  7.74903962962366900E-05  7.82136105249247828E-05  7.89430773111252001E-05
+  7.96788507113994015E-05  8.04209852496554398E-05  8.11695359211884711E-05
+  8.19245581967560941E-05  8.26861080266889269E-05  8.34542418450368397E-05
+  8.42290165737509262E-05  8.50104896269016053E-05  8.57987189149333427E-05
+  8.65937628489559631E-05  8.73956803450732465E-05  8.82045308287486443E-05
+  8.90203742392093223E-05  8.98432710338875807E-05  9.06732821929011578E-05
+  9.15104692235721028E-05  9.23548941649846125E-05  9.32066195925825236E-05
+  9.40657086228064039E-05  9.49322249177706113E-05  9.58062326899810908E-05
+  9.66877967070936263E-05  9.75769822967135765E-05  9.84738553512367427E-05
+  9.93784823327323444E-05  1.00290930277868211E-04  1.01211266802878378E-04
+  1.02139560108573745E-04  1.03075878985395996E-04  1.04020292818515431E-04
+  1.04972871592972475E-04  1.05933685898864063E-04  1.06902806936574513E-04
+  1.07880306522051777E-04  1.08866257092129403E-04  1.09860731709894344E-04
+  1.10863804070101217E-04  1.11875548504633391E-04  1.12896039988011367E-04
+  1.13925354142948559E-04  1.14963567245955384E-04  1.16010756232991629E-04
+  1.17066998705167672E-04  1.18132372934495107E-04  1.19206957869687048E-04
+  1.20290833142008347E-04  1.21384079071176922E-04  1.22486776671315578E-04
+  1.23599007656955535E-04  1.24720854449091815E-04  1.25852400181290883E-04
+  1.26993728705851407E-04  1.28144924600017871E-04  1.29306073172248139E-04
+  1.30477260468535240E-04  1.31658573278783622E-04  1.32850099143240604E-04
+  1.34051926358983765E-04  1.35264143986463768E-04  1.36486841856104285E-04
+  1.37720110574958779E-04  1.38964041533424886E-04  1.40218726912016587E-04
+  1.41484259688195578E-04  1.42760733643260991E-04  1.44048243369299025E-04
+  1.45346884276192635E-04  1.46656752598691836E-04  1.47977945403544956E-04
+  1.49310560596691835E-04  1.50654696930518895E-04  1.52010454011177289E-04
+  1.53377932305964071E-04  1.54757233150766999E-04  1.56148458757574324E-04
+  1.57551712222048831E-04  1.58967097531167697E-04  1.60394719570928487E-04
+  1.61834684134121420E-04  1.63287097928169423E-04  1.64752068583034892E-04
+  1.66229704659196306E-04  1.67720115655692516E-04  1.69223412018237239E-04
+  1.70739705147403406E-04  1.72269107406878571E-04  1.73811732131791343E-04
+  1.75367693637110155E-04  1.76937107226114276E-04  1.78520089198938375E-04
+  1.80116756861190875E-04  1.81727228532646573E-04  1.83351623556014928E-04
+  1.84990062305783419E-04  1.86642666197138192E-04  1.88309557694961178E-04
+  1.89990860322905407E-04  1.91686698672548168E-04  1.93397198412624403E-04
+  1.95122486298338776E-04  1.96862690180758993E-04  1.98617939016289909E-04
+  2.00388362876229817E-04  2.02174092956409286E-04  2.03975261586913112E-04
+  2.05792002241886822E-04  2.07624449549427282E-04  2.09472739301559387E-04
+  2.11337008464298787E-04  2.13217395187801566E-04  2.15114038816601789E-04
+  2.17027079899937233E-04  2.18956660202165122E-04  2.20902922713267047E-04
+  2.22866011659444925E-04  2.24846072513809310E-04  2.26843252007159155E-04
+  2.28857698138855084E-04  2.30889560187786937E-04  2.32938988723435859E-04
+  2.35006135617031879E-04  2.37091154052808606E-04  2.39194198539354337E-04
+  2.41315424921061963E-04  2.43454990389677648E-04  2.45613053495949418E-04
+  2.47789774161376059E-04  2.49985313690058452E-04  2.52199834780652199E-04
+  2.54433501538424867E-04  2.56686479487416570E-04  2.58958935582705488E-04
+  2.61251038222780677E-04  2.63562957262020474E-04  2.65894864023279815E-04
+  2.68246931310585216E-04  2.70619333421941144E-04  2.73012246162245367E-04
+  2.75425846856317100E-04  2.77860314362037540E-04  2.80315829083603802E-04
+  2.82792572984897402E-04  2.85290729602969079E-04  2.87810484061638535E-04
+  2.90352023085213931E-04  2.92915535012328097E-04  2.95501209809895357E-04
+  2.98109239087189298E-04  3.00739816110040449E-04  3.03393135815159466E-04
+  3.06069394824581896E-04  3.08768791460238665E-04  3.11491525758652655E-04
+  3.14237799485761861E-04  3.17007816151871355E-04  3.19801781026733884E-04
+  3.22619901154761227E-04  3.25462385370366961E-04  3.28329444313441704E-04
+  3.31221290444962818E-04  3.34138138062737449E-04  3.37080203317284088E-04
+  3.40047704227849326E-04  3.43040860698563984E-04  3.46059894534738832E-04
+  3.49105029459301317E-04  3.52176491129373983E-04  3.55274507152996723E-04
+  3.58399307105993165E-04  3.61551122548983055E-04  3.64730187044541869E-04
+  3.67936736174508474E-04  3.71171007557442628E-04  3.74433240866233559E-04
+  3.77723677845859956E-04  3.81042562331305003E-04  3.84390140265624390E-04
+  3.87766659718172615E-04  3.91172370902984718E-04  3.94607526197319114E-04
+  3.98072380160358291E-04  4.01567189552073771E-04  4.05092213352252386E-04
+  4.08647712779686937E-04  4.12233951311534832E-04  4.15851194702840940E-04
+  4.19499711006232287E-04  4.23179770591780796E-04  4.26891646167039461E-04
+  4.30635612797250023E-04  4.34411947925725760E-04  4.38220931394412675E-04
+  4.42062845464625512E-04  4.45937974837964241E-04  4.49846606677411652E-04
+  4.53789030628612780E-04  4.57765538841339175E-04  4.61776425991136902E-04
+  4.65821989301164370E-04  4.69902528564216499E-04  4.74018346164940666E-04
+  4.78169747102243970E-04  4.82357039011895538E-04  4.86580532189322254E-04
+  4.90840539612602523E-04  4.95137376965660170E-04  4.99471362661656052E-04
+  5.03842817866584141E-04  5.08252066523071067E-04  5.12699435374380460E-04
+  5.17185253988626547E-04  5.21709854783195155E-04  5.26273573049377327E-04
+  5.30876746977215438E-04  5.35519717680563233E-04  5.40202829222364428E-04
+  5.44926428640147946E-04  5.49690865971744322E-04  5.54496494281225025E-04
+  5.59343669685065229E-04  5.64232751378531999E-04  5.69164101662303400E-04
+  5.74138085969314537E-04  5.79155072891837132E-04  5.84215434208794804E-04
+  5.89319544913309069E-04  5.94467783240491886E-04  5.99660530695470765E-04
+  6.04898172081659883E-04  6.10181095529275359E-04  6.15509692524096315E-04
+  6.20884357936474771E-04  6.26305490050596309E-04  6.31773490593994544E-04
+  6.37288764767318986E-04  6.42851721274362341E-04  6.48462772352345314E-04
+  6.54122333802465089E-04  6.59830825020706621E-04  6.65588669028920749E-04
+  6.71396292506170863E-04  6.77254125820351063E-04  6.83162603060076881E-04
+  6.89122162066852255E-04  6.95133244467513846E-04  7.01196295706957144E-04
+  7.07311765081144344E-04  7.13480105770397926E-04  7.19701774872981751E-04
+  7.25977233438973709E-04  7.32306946504429038E-04  7.38691383125841144E-04
+  7.45131016414899068E-04  7.51626323573545267E-04  7.58177785929337739E-04
+  7.64785888971116694E-04  7.71451122384979359E-04  7.78173980090567465E-04
+  7.84954960277666771E-04  7.91794565443121215E-04  7.98693302428072878E-04
+  8.05651682455516363E-04  8.12670221168181571E-04  8.19749438666743163E-04
+  8.26889859548360796E-04  8.34092012945551785E-04  8.41356432565400843E-04
+  8.48683656729107218E-04  8.56074228411875639E-04  8.63528695283149648E-04
+  8.71047609747195887E-04  8.78631528984036422E-04  8.86281014990735480E-04
+  8.93996634623045070E-04  9.01778959637407622E-04  9.09628566733324440E-04
+  9.17546037596088447E-04  9.25531958939886427E-04  9.33586922551276287E-04
+  9.41711525333036644E-04  9.49906369348398581E-04  9.58172061865656451E-04
+  9.66509215403168228E-04  9.74918447774741513E-04  9.83400382135413966E-04
+  9.91955647027627750E-04  1.00058487642780544E-03  1.00928870979332579E-03
+  1.01806779210990793E-03  1.02692277393940279E-03  1.03585431146800125E-03
+  1.04486306655485498E-03  1.05394970678112038E-03  1.06311490549942282E-03
+  1.07235934188375584E-03  1.08168370097980258E-03  1.09108867375569949E-03
+  1.10057495715323297E-03  1.11014325413948470E-03  1.11979427375891671E-03
+  1.12952873118591333E-03  1.13934734777777183E-03  1.14925085112815330E-03
+  1.15923997512099811E-03  1.16931545998490084E-03  1.17947805234796393E-03
+  1.18972850529311565E-03  1.20006757841391635E-03  1.21049603787083790E-03
+  1.22101465644803685E-03  1.23162421361061288E-03  1.24232549556236639E-03
+  1.25311929530405272E-03  1.26400641269213939E-03  1.27498765449807422E-03
+  1.28606383446806371E-03  1.29723577338336656E-03  1.30850429912111248E-03
+  1.31987024671564260E-03  1.33133445842038194E-03  1.34289778377024729E-03
+  1.35456107964459301E-03  1.36632521033070125E-03  1.37819104758782210E-03
+  1.39015947071176533E-03  1.40223136660005184E-03  1.41440762981762894E-03
+  1.42668916266314822E-03  1.43907687523582616E-03  1.45157168550287346E-03
+  1.46417451936751140E-03  1.47688631073757495E-03  1.48970800159470848E-03
+  1.50264054206416240E-03  1.51568489048518776E-03  1.52884201348204435E-03
+  1.54211288603561900E-03  1.55549849155566509E-03  1.56899982195366503E-03
+  1.58261787771632207E-03  1.59635366797968871E-03  1.61020821060393741E-03
+  1.62418253224876964E-03  1.63827766844948743E-03  1.65249466369371371E-03
+  1.66683457149878044E-03  1.68129845448978382E-03  1.69588738447831386E-03
+  1.71060244254186478E-03  1.72544471910393246E-03  1.74041531401480064E-03
+  1.75551533663303137E-03  1.77074590590765293E-03  1.78610815046106354E-03
+  1.80160320867264680E-03  1.81723222876311262E-03  1.83299636887956788E-03
+  1.84889679718131797E-03  1.86493469192641412E-03  1.88111124155894557E-03
+  1.89742764479709021E-03  1.91388511072191573E-03  1.93048485886696377E-03
+  1.94722811930859714E-03  1.96411613275712747E-03  1.98115015064873577E-03
+  1.99833143523818523E-03  2.01566125969233163E-03  2.03314090818444530E-03
+  2.05077167598935028E-03  2.06855486957937791E-03  2.08649180672115710E-03
+  2.10458381657323583E-03  2.12283223978454883E-03  2.14123842859373619E-03
+  2.15980374692931534E-03  2.17852957051072786E-03  2.19741728695024624E-03
+  2.21646829585577399E-03  2.23568400893452623E-03  2.25506585009760743E-03
+  2.27461525556549391E-03  2.29433367397442398E-03  2.31422256648371443E-03
+  2.33428340688399604E-03  2.35451768170638794E-03  2.37492689033261609E-03
+  2.39551254510607901E-03  2.41627617144387838E-03  2.43721930794981280E-03
+  2.45834350652834790E-03  2.47965033249957466E-03  2.50114136471515664E-03
+  2.52281819567527939E-03  2.54468243164661465E-03  2.56673569278129034E-03
+  2.58897961323690910E-03  2.61141584129758473E-03  2.63404603949603027E-03
+  2.65687188473670479E-03  2.67989506842001646E-03  2.70311729656760305E-03
+  2.72654028994869435E-03  2.75016578420756146E-03  2.77399552999207238E-03
+  2.79803129308335346E-03  2.82227485452657412E-03  2.84672801076285651E-03
+  2.87139257376232667E-03  2.89627037115831876E-03  2.92136324638272689E-03
+  2.94667305880253871E-03  2.97220168385753771E-03  2.99795101319919955E-03
+  3.02392295483078959E-03  3.05011943324866135E-03  3.07654238958478179E-03
+  3.10319378175049005E-03  3.13007558458148821E-03  3.15718978998408848E-03
+  3.18453840708272495E-03  3.21212346236873477E-03  3.23994699985042387E-03
+  3.26801108120443416E-03  3.29631778592840699E-03  3.32486921149497327E-03
+  3.35366747350706760E-03  3.38271470585458766E-03  3.41201306087239803E-03
+  3.44156470949969840E-03  3.47137184144078641E-03  3.50143666532717586E-03
+  3.53176140888113860E-03  3.56234831908064853E-03  3.59319966232574638E-03
+  3.62431772460634731E-03  3.65570481167149137E-03  3.68736324920005201E-03
+  3.71929538297292774E-03  3.75150357904670273E-03  3.78399022392882653E-03
+  3.81675772475428441E-03  3.84980850946380331E-03  3.88314502698359825E-03
+  3.91676974740665616E-03  3.95068516217559479E-03  3.98489378426709635E-03
+  4.01939814837792668E-03  4.05420081111256513E-03  4.08930435117244896E-03
+  4.12471136954685111E-03  4.16042448970540320E-03  4.19644635779227795E-03
+  4.23277964282204981E-03  4.26942703687724096E-03  4.30639125530756645E-03
+  4.34367503693090708E-03  4.38128114423600758E-03  4.41921236358692321E-03
+  4.45747150542922903E-03  4.49606140449801059E-03  4.53498492002763973E-03
+  4.57424493596336138E-03  4.61384436117471576E-03  4.65378612967076461E-03
+  4.69407320081722569E-03  4.73470855955543130E-03  4.77569521662319415E-03
+  4.81703620877757359E-03  4.85873459901956396E-03  4.90079347682070583E-03
+  4.94321595835166879E-03  4.98600518671278668E-03  5.02916433216658767E-03
+  5.07269659237232027E-03  5.11660519262250712E-03  5.16089338608152846E-03
+  5.20556445402626296E-03  5.25062170608880333E-03  5.29606848050125176E-03
+  5.34190814434264138E-03  5.38814409378795926E-03  5.43477975435933350E-03
+  5.48181858117936880E-03  5.52926405922667293E-03  5.57711970359356986E-03
+  5.62538905974604465E-03  5.67407570378591214E-03  5.72318324271524955E-03
+  5.77271531470309896E-03  5.82267558935446825E-03  5.87306776798164187E-03
+  5.92389558387782823E-03  5.97516280259315340E-03  6.02687322221304514E-03
+  6.07903067363898750E-03  6.13163902087170230E-03  6.18470216129677307E-03
+  6.23822402597269243E-03  6.29220857992142998E-03  6.34665982242146615E-03
+  6.40158178730334485E-03  6.45697854324777786E-03  6.51285419408631234E-03
+  6.56921287910455700E-03  6.62605877334804250E-03  6.68339608793069254E-03
+  6.74122907034594571E-03  6.79956200478054693E-03  6.85839921243104351E-03
+  6.91774505182297939E-03  6.97760391913285032E-03  7.03798024851280072E-03
+  7.09887851241812907E-03  7.16030322193758270E-03  7.22225892712649586E-03
+  7.28475021734278742E-03  7.34778172158583130E-03  7.41135810883824554E-03
+  7.47548408841060188E-03  7.54016441028908593E-03  7.60540386548614993E-03
+  7.67120728639416726E-03  7.73757954714210817E-03  7.80452556395528404E-03
+  7.87205029551815531E-03  7.94015874334027573E-03  8.00885595212533913E-03
+  8.07814701014339560E-03  8.14803704960627775E-03  8.21853124704619367E-03
+  8.28963482369761417E-03  8.36135304588235539E-03  8.43369122539804929E-03
+  8.50665471990986154E-03  8.58024893334557309E-03  8.65447931629406697E-03
+  8.72935136640719603E-03  8.80487062880509590E-03  8.88104269648495176E-03
+  8.95787321073326578E-03  9.03536786154164259E-03  9.11353238802612570E-03
+  9.19237257885011268E-03  9.27189427265086991E-03  9.35210335846971448E-03
+  9.43300577618582867E-03  9.51460751695380920E-03  9.59691462364492195E-03
+  9.67993319129213138E-03  9.76366936753892030E-03  9.84812935309193303E-03
+  9.93331940217746442E-03  1.00192458230018624E-02  1.01059149782158266E-02
+  1.01933332853826573E-02  1.02815072174505130E-02  1.03704433032286592E-02
+  1.04601481278677796E-02  1.05506283333443775E-02  1.06418906189492748E-02
+  1.07339417417802764E-02  1.08267885172390194E-02  1.09204378195320393E-02
+  1.10148965821760814E-02  1.11101717985077186E-02  1.12062705221972463E-02
+  1.13031998677670265E-02  1.14009670111141232E-02  1.14995791900374417E-02
+  1.15990437047692792E-02  1.16993679185114236E-02  1.18005592579757679E-02
+  1.19026252139294870E-02  1.20055733417448601E-02  1.21094112619537023E-02
+  1.22141466608065227E-02  1.23197872908363763E-02  1.24263409714274863E-02
+  1.25338155893886787E-02  1.26422190995316396E-02  1.27515595252540598E-02
+  1.28618449591276947E-02  1.29730835634913663E-02  1.30852835710489942E-02
+  1.31984532854726219E-02  1.33126010820105480E-02  1.34277354081005461E-02
+  1.35438647839882728E-02  1.36609978033508505E-02  1.37791431339256819E-02
+  1.38983095181445682E-02  1.40185057737731208E-02  1.41397407945555598E-02
+  1.42620235508648836E-02  1.43853630903585401E-02  1.45097685386395159E-02
+  1.46352490999230190E-02  1.47618140577087057E-02  1.48894727754585211E-02
+  1.50182346972802059E-02  1.51481093486165400E-02  1.52791063369402923E-02
+  1.54112353524549790E-02  1.55445061688014568E-02  1.56789286437704241E-02
+  1.58145127200207992E-02  1.59512684258041222E-02  1.60892058756949390E-02
+  1.62283352713272801E-02  1.63686669021372230E-02  1.65102111461116127E-02
+  1.66529784705430062E-02  1.67969794327908414E-02  1.69422246810489070E-02
+  1.70887249551191778E-02  1.72364910871919789E-02  1.73855340026326972E-02
+  1.75358647207748235E-02  1.76874943557196844E-02  1.78404341171426312E-02
+  1.79946953111059342E-02  1.81502893408783290E-02  1.83072277077612547E-02
+  1.84655220119219476E-02  1.86251839532332354E-02  1.87862253321203591E-02
+  1.89486580504145755E-02  1.91124941122138084E-02  1.92777456247502921E-02
+  1.94444247992652981E-02  1.96125439518909650E-02  1.97821155045393229E-02
+  1.99531519857985111E-02  2.01256660318362909E-02  2.02996703873108385E-02
+  2.04751779062889681E-02  2.06522015531717361E-02  2.08307544036275064E-02
+  2.10108496455325804E-02  2.11925005799193759E-02  2.13757206219322253E-02
+  2.15605233017908474E-02  2.17469222657615813E-02  2.19349312771363533E-02
+  2.21245642172194987E-02  2.23158350863224483E-02  2.25087580047663612E-02
+  2.27033472138927252E-02  2.28996170770820046E-02  2.30975820807803531E-02
+  2.32972568355344738E-02  2.34986560770346735E-02  2.37017946671661366E-02
+  2.39066875950684939E-02  2.41133499782037256E-02  2.43217970634324841E-02
+  2.45320442280987788E-02  2.47441069811232539E-02  2.49580009641049254E-02
+  2.51737419524315463E-02  2.53913458563986109E-02  2.56108287223370014E-02
+  2.58322067337494604E-02  2.60554962124557900E-02  2.62807136197468656E-02
+  2.65078755575476506E-02  2.67369987695889495E-02  2.69681001425883630E-02
+  2.72011967074401277E-02  2.74363056404140632E-02  2.76734442643636683E-02
+  2.79126300499433662E-02  2.81538806168349642E-02  2.83972137349834015E-02
+  2.86426473258417670E-02  2.88901994636256883E-02  2.91398883765771229E-02
+  2.93917324482375689E-02  2.96457502187307716E-02  2.99019603860549363E-02
+  3.01603818073845134E-02  3.04210335003816494E-02  3.06839346445171406E-02
+  3.09491045824012920E-02  3.12165628211240782E-02  3.14863290336057436E-02
+  3.17584230599565406E-02  3.20328649088466658E-02  3.23096747588859437E-02
+  3.25888729600134069E-02  3.28704800348969262E-02  3.31545166803426383E-02
+  3.34410037687144848E-02  3.37299623493637554E-02  3.40214136500686659E-02
+  3.43153790784840110E-02  3.46118802236009479E-02  3.49109388572168972E-02
+  3.52125769354156432E-02  3.55168166000575103E-02  3.58236801802797808E-02
+  3.61331901940073752E-02  3.64453693494737191E-02  3.67602405467517962E-02
+  3.70778268792955404E-02  3.73981516354914903E-02  3.77212383002206580E-02
+  3.80471105564307299E-02  3.83757922867185158E-02  3.87073075749227377E-02
+  3.90416807077270805E-02  3.93789361762735338E-02  3.97190986777859745E-02
+  4.00621931172041451E-02  4.04082446088277411E-02  4.07572784779709485E-02
+  4.11093202626269874E-02  4.14643957151431056E-02  4.18225308039056401E-02
+  4.21837517150353419E-02  4.25480848540927270E-02  4.29155568477937455E-02
+  4.32861945457353875E-02  4.36600250221314129E-02  4.40370755775580797E-02
+  4.44173737407098715E-02  4.48009472701651063E-02  4.51878241561615088E-02
+  4.55780326223814564E-02  4.59716011277471817E-02  4.63685583682254751E-02
+  4.67689332786422121E-02  4.71727550345062766E-02  4.75800530538430314E-02
+  4.79908569990372402E-02  4.84051967786852388E-02  4.88231025494563209E-02
+  4.92446047179633459E-02  4.96697339426422080E-02  5.00985211356404087E-02
+  5.05309974647143237E-02  5.09671943551351300E-02  5.14071434916033229E-02
+  5.18508768201717610E-02  5.22984265501767950E-02  5.27498251561777237E-02
+  5.32051053799041593E-02  5.36643002322111512E-02  5.41274429950421854E-02
+  5.45945672233994206E-02  5.50657067473214676E-02  5.55408956738681001E-02
+  5.60201683891120988E-02  5.65035595601372856E-02  5.69911041370440782E-02
+  5.74828373549603130E-02  5.79787947360585129E-02  5.84790120915790884E-02
+  5.89835255238588679E-02  5.94923714283650609E-02  6.00055864957341825E-02
+  6.05232077138157035E-02  6.10452723697201410E-02  6.15718180518714381E-02
+  6.21028826520628671E-02  6.26385043675167369E-02  6.31787217029471104E-02
+  6.37235734726252362E-02  6.42730988024476646E-02  6.48273371320061964E-02
+  6.53863282166596144E-02  6.59501121296066362E-02  6.65187292639597832E-02
+  6.70922203348195134E-02  6.76706263813484921E-02  6.82539887688452113E-02
+  6.88423491908166651E-02  6.94357496710496513E-02  7.00342325656798104E-02
+  7.06378405652584862E-02  7.12466166968161313E-02  7.18606043259224225E-02
+  7.24798471587418253E-02  7.31043892440845361E-02  7.37342749754518745E-02
+  7.43695490930755543E-02  7.50102566859501829E-02  7.56564431938583082E-02
+  7.63081544093872632E-02  7.69654364799371576E-02  7.76283359097190706E-02
+  7.82968995617429747E-02  7.89711746597941827E-02  7.96512087903980259E-02
+  8.03370499047712100E-02  8.10287463207596398E-02  8.17263467247614228E-02
+  8.24299001736342324E-02  8.31394560965858648E-02  8.38550642970474769E-02
+  8.45767749545278669E-02  8.53046386264482009E-02  8.60387062499560068E-02
+  8.67790291437169625E-02  8.75256590096839537E-02  8.82786479348415531E-02
+  8.90380483929253397E-02  8.98039132461140449E-02  9.05762957466940410E-02
+  9.13552495386942137E-02  9.21408286594901510E-02  9.29330875413761359E-02
+  9.37320810131034021E-02  9.45378643013835424E-02  9.53504930323547939E-02
+  9.61700232330105209E-02  9.69965113325874512E-02  9.78300141639124737E-02
+  9.86705889647062073E-02  9.95182933788411189E-02  1.00373185457553554E-01
+  1.01235323660605406E-01  1.02104766857397236E-01  1.02981574328026806E-01
+  1.03865805764293676E-01  1.04757521270646900E-01  1.05656781365073574E-01
+  1.06563646979926263E-01  1.07478179462686674E-01  1.08400440576663926E-01
+  1.09330492501623910E-01  1.10268397834348580E-01  1.11214219589121463E-01
+  1.12168021198137277E-01  1.13129866511833474E-01  1.14099819799139579E-01
+  1.15077945747643282E-01  1.16064309463668580E-01  1.17058976472264459E-01
+  1.18062012717100054E-01  1.19073484560263607E-01  1.20093458781961968E-01
+  1.21122002580117016E-01  1.22159183569855861E-01  1.23205069782891405E-01
+  1.24259729666789207E-01  1.25323232084117359E-01  1.26395646311475679E-01
+  1.27477042038399824E-01  1.28567489366136545E-01  1.29667058806286567E-01
+  1.30775821279309618E-01  1.31893848112888734E-01  1.33021211040148135E-01
+  1.34157982197721015E-01  1.35304234123662187E-01  1.36460039755200740E-01
+  1.37625472426328055E-01  1.38800605865215643E-01  1.39985514191458577E-01
+  1.41180271913137950E-01  1.42384953923697932E-01  1.43599635498631445E-01
+  1.44824392291968723E-01  1.46059300332562786E-01  1.47304436020166268E-01
+  1.48559876121292705E-01  1.49825697764856797E-01  1.51101978437586187E-01
+  1.52388795979199188E-01  1.53686228577340600E-01  1.54994354762269249E-01
+  1.56313253401290070E-01  1.57643003692923139E-01  1.58983685160802107E-01
+  1.60335377647294719E-01  1.61698161306836924E-01  1.63072116598973083E-01
+  1.64457324281093442E-01  1.65853865400860806E-01  1.67261821288317236E-01
+  1.68681273547662658E-01  1.70112304048694818E-01  1.71554994917902909E-01
+  1.73009428529204118E-01  1.74475687494313553E-01  1.75953854652737773E-01
+  1.77444013061381162E-01  1.78946245983755498E-01  1.80460636878779307E-01
+  1.81987269389161543E-01  1.83526227329350922E-01  1.85077594673045326E-01
+  1.86641455540246165E-01  1.88217894183847267E-01  1.89806994975744631E-01
+  1.91408842392455369E-01  1.93023521000231846E-01  1.94651115439658962E-01
+  1.96291710409719711E-01  1.97945390651316139E-01  1.99612240930230361E-01
+  2.01292346019512958E-01  2.02985790681281197E-01  2.04692659647914804E-01
+  2.06413037602631022E-01  2.08147009159425300E-01  2.09894658842359971E-01
+  2.11656071064184714E-01  2.13431330104272177E-01  2.15220520085850603E-01
+  2.17023724952516983E-01  2.18841028444011015E-01  2.20672514071233200E-01
+  2.22518265090486417E-01  2.24378364476923442E-01  2.26252894897178924E-01
+  2.28141938681167111E-01  2.30045577793024675E-01  2.31963893801176296E-01
+  2.33896967847503717E-01  2.35844880615594943E-01  2.37807712298051421E-01
+  2.39785542562831772E-01  2.41778450518607163E-01  2.43786514679105920E-01
+  2.45809812926422927E-01  2.47848422473269131E-01  2.49902419824136274E-01
+  2.51971880735351483E-01  2.54056880173995414E-01  2.56157492275657650E-01
+  2.58273790301002115E-01  2.60405846591116097E-01  2.62553732521612959E-01
+  2.64717518455461875E-01  2.66897273694514992E-01  2.69093066429702099E-01
+  2.71304963689863343E-01  2.73533031289189377E-01  2.75777333773237820E-01
+  2.78037934363493999E-01  2.80314894900445422E-01  2.82608275785135310E-01
+  2.84918135919163817E-01  2.87244532643102179E-01  2.89587521673286830E-01
+  2.91947157036957283E-01  2.94323491005704041E-01  2.96716574027190316E-01
+  2.99126454655110896E-01  3.01553179477352717E-01  3.03996793042318580E-01
+  3.06457337783377748E-01  3.08934853941403909E-01  3.11429379485362978E-01
+  3.13940950030912658E-01  3.16469598756969006E-01  3.19015356320210552E-01
+  3.21578250767467155E-01  3.24158307445962413E-01  3.26755548911363436E-01
+  3.29369994833599300E-01  3.32001661900404532E-01  3.34650563718545846E-01
+  3.37316710712690704E-01  3.40000110021873636E-01  3.42700765393518347E-01
+  3.45418677074971481E-01  3.48153841702506073E-01  3.50906252187748624E-01
+  3.53675897601489764E-01  3.56462763054831377E-01  3.59266829577627511E-01
+  3.62088073994176807E-01  3.64926468796120340E-01  3.67781982012502284E-01
+  3.70654577076950709E-01  3.73544212691932942E-01  3.76450842690045695E-01
+  3.79374415892294203E-01  3.82314875963319367E-01  3.85272161263531310E-01
+  3.88246204698107944E-01  3.91236933562817024E-01  3.94244269386621937E-01
+  3.97268127771033597E-01  4.00308418226167140E-01  4.03365044003469508E-01
+  4.06437901925077061E-01  4.09526882209774179E-01  4.12631868295512738E-01
+  4.15752736658464350E-01  4.18889356628572351E-01  4.22041590201575834E-01
+  4.25209291847476578E-01  4.28392308315424020E-01  4.31590478434996816E-01
+  4.34803632913855542E-01  4.38031594131752744E-01  4.41274175930880974E-01
+  4.44531183402545771E-01  4.47802412670155192E-01  4.51087650668516527E-01
+  4.54386674919436906E-01  4.57699253303629094E-01  4.61025143828922901E-01
+  4.64364094394793647E-01  4.67715842553216687E-01  4.71080115265865018E-01
+  4.74456628657673296E-01  4.77845087766791077E-01  4.81245186290960691E-01
+  4.84656606330355400E-01  4.88079018126920783E-01  4.91512079800271007E-01
+  4.94955437080195570E-01  4.98408723035839163E-01  5.01871557801627399E-01
+  5.05343548300016709E-01  5.08824287961154531E-01  5.12313356439545009E-01
+  5.15810319327827838E-01  5.19314727867780213E-01  5.22826118658668904E-01
+  5.26344013363085561E-01  5.29867918410408256E-01  5.33397324698054454E-01
+  5.36931707290681737E-01  5.40470525117526357E-01  5.44013220668070785E-01
+  5.47559219686248322E-01  5.51107930863405815E-01  5.54658745530262065E-01
+  5.58211037348114947E-01  5.61764161999562806E-01  5.65317456879028901E-01
+  5.68870240783387437E-01  5.72421813603015472E-01  5.75971456013607885E-01
+  5.79518429169115223E-01  5.83061974396185123E-01  5.86601312890506876E-01
+  5.90135645415481358E-01  5.93664152003664181E-01  5.97185991661449367E-01
+  6.00700302077487702E-01  6.04206199335359351E-01  6.07702777631044300E-01
+  6.11189108995766173E-01  6.14664243024806489E-01  6.18127206612920199E-01
+  6.21577003697012076E-01  6.25012615006762973E-01  6.28432997823928474E-01
+  6.31837085751063454E-01  6.35223788490462793E-01  6.38591991634136602E-01
+  6.41940556465683931E-01  6.45268319774953691E-01  6.48574093686430819E-01
+  6.51856665502313359E-01  6.55114797561292317E-01  6.58347227114083999E-01
+  6.61552666216807972E-01  6.64729801643337836E-01  6.67877294817807665E-01
+  6.70993781768487230E-01  6.74077873104293124E-01  6.77128154015240846E-01
+  6.80143184298196868E-01  6.83121498409322347E-01  6.86061605544664221E-01
+  6.88961989750379034E-01  6.91821110064136158E-01  6.94637400689286144E-01
+  6.97409271203429326E-01  7.00135106803071450E-01  7.02813268586095830E-01
+  7.05442093873829501E-01  7.08019896574531682E-01  7.10544967590174048E-01
+  7.13015575268431068E-01  7.15429965901841491E-01  7.17786364276147948E-01
+  7.20082974269857123E-01  7.22317979507112740E-01  7.24489544066003854E-01
+  7.26595813244467759E-01  7.28634914385987598E-01  7.30604957767303276E-01
+  7.32504037550390286E-01  7.34330232800983862E-01  7.36081608575939739E-01
+  7.37756217081741106E-01  7.39352098906475907E-01  7.40867284327601072E-01
+  7.42299794697818816E-01  7.43647643911378498E-01  7.44908839953099200E-01
+  7.46081386532387980E-01  7.47163284804494454E-01  7.48152535181198175E-01
+  7.49047139233083970E-01  7.49845101685480020E-01  7.50544432510077741E-01
+  7.51143149114152031E-01  7.51639278629204988E-01  7.52030860300743065E-01
+  7.52315947980758959E-01  7.52492612724352750E-01  7.52558945491750508E-01
+  7.52513059956801400E-01  7.52353095422826024E-01  7.52077219846462919E-01
+  7.51683632969913473E-01  7.51170569561706136E-01  7.50536302765808294E-01
+  7.49779147558584214E-01  7.48897464312742289E-01  7.47889662467032479E-01
+  7.46754204300035584E-01  7.45489608805938730E-01  7.44094455669701782E-01
+  7.42567389338505968E-01  7.40907123185809202E-01  7.39112443763737859E-01
+  7.37182215138902031E-01  7.35115383306042647E-01  7.32910980673184498E-01
+  7.30568130611202515E-01  7.28086052059885636E-01  7.25464064181715163E-01
+  7.22701591053654169E-01  7.19798166386280136E-01  7.16753438258574960E-01
+  7.13567173855605419E-01  7.10239264195222653E-01  7.06769728828717025E-01
+  7.03158720499156620E-01  6.99406529739844185E-01  6.95513589394025855E-01
+  6.91480479035593287E-01  6.87307929269121431E-01  6.82996825886119763E-01
+  6.78548213852893656E-01  6.73963301103877033E-01  6.69243462112761422E-01
+  6.64390241212178156E-01  6.59405355631110690E-01  6.54290698217654509E-01
+  6.49048339813170894E-01  6.43680531242360576E-01  6.38189704882288655E-01
+  6.32578475771971238E-01  6.26849642222788384E-01  6.21006185888755891E-01
+  6.15051271254580367E-01  6.08988244498490205E-01  6.02820631686089792E-01
+  5.96552136250983689E-01  5.90186635717698249E-01  5.83728177622544142E-01
+  5.77180974588530904E-01  5.70549398511430605E-01  5.63837973815504379E-01
+  5.57051369739473001E-01  5.50194391616036227E-01  5.43271971111741525E-01
+  5.36289155398370521E-01  5.29251095232389890E-01  5.22163031925496179E-01
+  5.15030283197039473E-01  5.07858227908293935E-01  5.00652289689327623E-01
+  4.93417919481798362E-01  4.86160577035579855E-01  4.78885711413965576E-01
+  4.71598740581511300E-01  4.64305030170727384E-01  4.57009871549031166E-01
+  4.49718459336096221E-01  4.42435868554216349E-01  4.35167031631124857E-01
+  4.27916715516185486E-01  4.20689499217590634E-01  4.13489752120758225E-01
+  4.06321613506958446E-01  3.99188973757224008E-01  3.92095457800335945E-01
+  3.85044411446050783E-01  3.78038891336585248E-01  3.71081659351688131E-01
+  3.64175182416426546E-01  3.57321638787288787E-01  3.50522932032600709E-01
+  3.43780714078980421E-01  3.37096418868059855E-01  3.30471308358742555E-01
+  3.23906532821525761E-01  3.17403207604991411E-01  3.10962412461689319E-01
+  3.04585190908930714E-01  2.98272549626078631E-01  2.92025457889851847E-01
+  2.85844847049076090E-01  2.79731610040222567E-01  2.73686600944956282E-01
+  2.67710634590794527E-01  2.61804486195830355E-01  2.55968891058324099E-01
+  2.50204544291799003E-01  2.44512100606100374E-01  2.38892174134695934E-01
+  2.33345338308302702E-01  2.27872125774738254E-01  2.22473028364698899E-01
+  2.17148497102981619E-01  2.11898942264484830E-01
+  END     
+   TPHI    2 #tphi(r), for tphi(r)/r*Ylm)
+  0.00000000000000000E+00  4.06708367324602794E-09  8.16932936887554705E-09
+  1.23070410805893852E-08  1.64805254302699381E-08  2.06900916907026055E-08
+  2.49360518084947469E-08  2.92187204271917614E-08  3.35384149105939210E-08
+  3.78954553662741713E-08  4.22901646692991135E-08  4.67228684861562725E-08
+  5.11938952988864062E-08  5.57035764294259157E-08  6.02522460641593657E-08
+  6.48402412786834789E-08  6.94679020627864485E-08  7.41355713456424897E-08
+  7.88435950212239865E-08  8.35923219739341510E-08  8.83821041044604808E-08
+  9.32132963558524550E-08  9.80862567398238659E-08  1.03001346363283241E-07
+  1.07958929455093546E-07  1.12959373393062730E-07  1.18003048731168187E-07
+  1.23090329227016319E-07  1.28221591869539506E-07  1.33397216906932711E-07
+  1.38617587874831207E-07  1.43883091624732675E-07  1.49194118352663925E-07
+  1.54551061628096293E-07  1.59954318423111267E-07  1.65404289141817012E-07
+  1.70901377650020542E-07  1.76445991305155542E-07  1.82038540986469822E-07
+  1.87679441125472216E-07  1.93369109736644981E-07  1.99107968448419297E-07
+  2.04896442534420376E-07  2.10734960944981615E-07  2.16623956338932022E-07
+  2.22563865115657975E-07  2.28555127447441960E-07  2.34598187312081492E-07
+  2.40693492525789384E-07  2.46841494776379572E-07  2.53042649656738071E-07
+  2.59297416698585072E-07  2.65606259406528106E-07  2.71969645292409063E-07
+  2.78388045909949862E-07  2.84861936889695515E-07  2.91391797974260761E-07
+  2.97978113053881575E-07  3.04621370202272345E-07  3.11322061712795347E-07
+  3.18080684134940759E-07  3.24897738311123782E-07  3.31773729413799086E-07
+  3.38709166982895324E-07  3.45704564963575910E-07  3.52760441744322793E-07
+  3.59877320195352251E-07  3.67055727707361731E-07  3.74296196230610783E-07
+  3.81599262314342343E-07  3.88965467146541718E-07  3.96395356594042435E-07
+  4.03889481242975499E-07  4.11448396439572248E-07  4.19072662331315800E-07
+  4.26762843908451817E-07  4.34519511045855904E-07  4.42343238545263929E-07
+  4.50234606177867451E-07  4.58194198727276978E-07  4.66222606032856916E-07
+  4.74320423033435118E-07  4.82488249811390518E-07  4.90726691637121839E-07
+  4.99036359013900315E-07  5.07417867723110881E-07  5.15871838869883802E-07
+  5.24398898929121911E-07  5.32999679791924158E-07  5.41674818812411918E-07
+  5.50424958854959654E-07  5.59250748341833323E-07  5.68152841301241919E-07
+  5.77131897415803530E-07  5.86188582071430263E-07  5.95323566406636356E-07
+  6.04537527362272247E-07  6.13831147731689364E-07  6.23205116211336889E-07
+  6.32660127451797831E-07  6.42196882109265859E-07  6.51816086897466201E-07
+  6.61518454640025361E-07  6.71304704323296647E-07  6.81175561149638541E-07
+  6.91131756591155027E-07  7.01174028443901140E-07  7.11303120882557150E-07
+  7.21519784515574425E-07  7.31824776440799769E-07  7.42218860301577695E-07
+  7.52702806343341124E-07  7.63277391470689328E-07  7.73943399304960239E-07
+  7.84701620242299630E-07  7.95552851512232076E-07  8.06497897236740862E-07
+  8.17537568489855372E-07  8.28672683357755707E-07  8.39904066999395675E-07
+  8.51232551707651686E-07  8.62658976970997981E-07  8.74184189535716428E-07
+  8.85809043468645474E-07  8.97534400220468214E-07  9.09361128689549776E-07
+  9.21290105286327070E-07  9.33322213998255357E-07  9.45458346455312905E-07
+  9.57699401996076657E-07  9.70046287734365824E-07  9.82499918626463910E-07
+  9.95061217538919881E-07  1.00773111531693729E-06  1.02051055085335177E-06
+  1.03340047115821076E-06  1.04640183142894725E-06  1.05951559512116543E-06
+  1.07274273402003818E-06  1.08608422831231654E-06  1.09954106665897100E-06
+  1.11311424626845078E-06  1.12680477297058277E-06  1.14061366129110896E-06
+  1.15454193452686613E-06  1.16859062482161624E-06  1.18276077324253246E-06
+  1.19705342985734736E-06  1.21146965381216642E-06  1.22601051340995687E-06
+  1.24067708618971117E-06  1.25547045900629957E-06  1.27039172811100770E-06
+  1.28544199923277715E-06  1.30062238766014094E-06  1.31593401832387419E-06
+  1.33137802588035362E-06  1.34695555479564209E-06  1.36266775943029881E-06
+  1.37851580412491911E-06  1.39450086328642017E-06  1.41062412147507011E-06
+  1.42688677349226488E-06  1.44329002446907269E-06  1.45983508995553543E-06
+  1.47652319601074910E-06  1.49335557929371702E-06  1.51033348715499517E-06
+  1.52745817772912130E-06  1.54473092002785271E-06  1.56215299403420362E-06
+  1.57972569079729507E-06  1.59745031252803094E-06  1.61532817269559482E-06
+  1.63336059612478267E-06  1.65154891909418211E-06  1.66989448943519082E-06
+  1.68839866663190144E-06  1.70706282192184147E-06  1.72588833839758976E-06
+  1.74487661110926914E-06  1.76402904716792405E-06  1.78334706584979585E-06
+  1.80283209870149584E-06  1.82248558964608862E-06  1.84230899509009216E-06
+  1.86230378403140619E-06  1.88247143816816899E-06  1.90281345200855769E-06
+  1.92333133298153968E-06  1.94402660154857599E-06  1.96490079131629569E-06
+  1.98595544915014229E-06  2.00719213528900677E-06  2.02861242346083823E-06
+  2.05021790099927484E-06  2.07201016896126493E-06  2.09399084224571389E-06
+  2.11616154971315465E-06  2.13852393430645625E-06  2.16107965317256659E-06
+  2.18383037778532123E-06  2.20677779406929736E-06  2.22992360252475966E-06
+  2.25326951835366405E-06  2.27681727158676770E-06  2.30056860721182916E-06
+  2.32452528530291854E-06  2.34868908115084783E-06  2.37306178539472959E-06
+  2.39764520415466377E-06  2.42244115916558711E-06  2.44745148791226482E-06
+  2.47267804376546169E-06  2.49812269611927835E-06  2.52378733052968684E-06
+  2.54967384885425551E-06  2.57578416939308389E-06  2.60212022703095888E-06
+  2.62868397338073635E-06  2.65547737692796474E-06  2.68250242317675856E-06
+  2.70976111479692889E-06  2.73725547177239661E-06  2.76498753155087378E-06
+  2.79295934919485359E-06  2.82117299753389415E-06  2.84963056731822882E-06
+  2.87833416737369272E-06  2.90728592475800456E-06  2.93648798491838171E-06
+  2.96594251185053331E-06  2.99565168825901637E-06  3.02561771571899024E-06
+  3.05584281483935344E-06  3.08632922542730739E-06  3.11707920665433204E-06
+  3.14809503722360196E-06  3.17937901553884616E-06  3.21093345987466906E-06
+  3.24276070854834741E-06  3.27486312009310441E-06  3.30724307343289370E-06
+  3.33990296805868007E-06  3.37284522420625662E-06  3.40607228303559384E-06
+  3.43958660681173833E-06  3.47339067908727852E-06  3.50748700488638626E-06
+  3.54187811089044416E-06  3.57656654562529356E-06  3.61155487965008231E-06
+  3.64684570574775905E-06  3.68244163911720612E-06  3.71834531756703816E-06
+  3.75455940171107275E-06  3.79108657516549807E-06  3.82792954474773341E-06
+  3.86509104067702174E-06  3.90257381677674574E-06  3.94038065067849997E-06
+  3.97851434402792630E-06  4.01697772269232419E-06  4.05577363697005926E-06
+  4.09490496180178790E-06  4.13437459698349793E-06  4.17418546738138897E-06
+  4.21434052314863413E-06  4.25484273994398311E-06  4.29569511915227872E-06
+  4.33690068810686919E-06  4.37846250031394727E-06  4.42038363567883009E-06
+  4.46266720073418707E-06  4.50531632887024909E-06  4.54833418056701237E-06
+  4.59172394362843380E-06  4.63548883341866675E-06  4.67963209310032968E-06
+  4.72415699387483826E-06  4.76906683522481681E-06  4.81436494515860545E-06
+  4.86005468045687368E-06  4.90613942692137110E-06  4.95262259962584231E-06
+  4.99950764316908052E-06  5.04679803193020042E-06  5.09449727032609809E-06
+  5.14260889307114026E-06  5.19113646543910757E-06  5.24008358352739265E-06
+  5.28945387452348764E-06  5.33925099697376980E-06  5.38947864105461896E-06
+  5.44014052884587703E-06  5.49124041460665972E-06  5.54278208505357804E-06
+  5.59476935964133239E-06  5.64720609084576555E-06  5.70009616444933819E-06
+  5.75344349982907858E-06  5.80725205024703694E-06  5.86152580314322588E-06
+  5.91626878043111546E-06  5.97148503879566682E-06  6.02717866999395345E-06
+  6.08335380115837704E-06  6.14001459510250304E-06  6.19716525062954250E-06
+  6.25481000284350367E-06  6.31295312346302617E-06  6.37159892113793922E-06
+  6.43075174176854145E-06  6.49041596882766220E-06  6.55059602368548268E-06
+  6.61129636593718517E-06  6.67252149373342635E-06  6.73427594411365999E-06
+  6.79656429334237181E-06  6.85939115724817380E-06  6.92276119156587599E-06
+  6.98667909228148379E-06  7.05114959598019388E-06  7.11617748019739361E-06
+  7.18176756377270302E-06  7.24792470720705682E-06  7.31465381302290006E-06
+  7.38195982612747631E-06  7.44984773417927533E-06  7.51832256795762993E-06
+  7.58738940173551552E-06  7.65705335365558954E-06  7.72731958610945551E-06
+  7.79819330612021113E-06  7.86967976572832084E-06  7.94178426238081226E-06
+  8.01451213932383528E-06  8.08786878599862458E-06  8.16185963844086716E-06
+  8.23649017968354446E-06  8.31176594016324727E-06  8.38769249812999909E-06
+  8.46427548006063358E-06  8.54152056107572625E-06  8.61943346536016324E-06
+  8.69801996658730998E-06  8.77728588834686959E-06  8.85723710457644277E-06
+  8.93787953999679262E-06  9.01921917055090923E-06  9.10126202384684024E-06
+  9.18401417960435668E-06  9.26748177010550001E-06  9.35167098064899659E-06
+  9.43658805000861946E-06  9.52223927089550061E-06  9.60863099042445475E-06
+  9.69576961058431813E-06  9.78366158871236490E-06  9.87231343797282311E-06
+  9.96173172783952427E-06  1.00519230845827287E-05  1.01428941917601559E-05
+  1.02346517907122711E-05  1.03272026810618358E-05  1.04205537212177899E-05
+  1.05147118288834922E-05  1.06096839815693515E-05  1.07054772171098586E-05
+  1.08020986341851692E-05  1.08995553928471098E-05  1.09978547150497669E-05
+  1.10970038851846670E-05  1.11970102506205933E-05  1.12978812222480321E-05
+  1.13996242750283614E-05  1.15022469485477697E-05  1.16057568475759796E-05
+  1.17101616426297822E-05  1.18154690705414485E-05  1.19216869350320740E-05
+  1.20288231072898420E-05  1.21368855265533421E-05  1.22458822006998675E-05
+  1.23558212068388459E-05  1.24667106919103905E-05  1.25785588732889902E-05
+  1.26913740393924910E-05  1.28051645502962745E-05  1.29199388383527725E-05
+  1.30357054088163472E-05  1.31524728404735478E-05  1.32702497862788581E-05
+  1.33890449739958817E-05  1.35088672068441278E-05  1.36297253641513523E-05
+  1.37516284020115528E-05  1.38745853539486479E-05  1.39986053315859012E-05
+  1.41236975253211180E-05  1.42498712050077023E-05  1.43771357206415664E-05
+  1.45055005030540416E-05  1.46349750646106699E-05  1.47655689999161894E-05
+  1.48972919865254730E-05  1.50301537856606858E-05  1.51641642429346374E-05
+  1.52993332890803726E-05  1.54356709406870762E-05  1.55731873009423321E-05
+  1.57118925603808256E-05  1.58517969976394866E-05  1.59929109802191793E-05
+  1.61352449652529542E-05  1.62788095002809981E-05  1.64236152240322160E-05
+  1.65696728672126077E-05  1.67169932533004597E-05  1.68655872993483971E-05
+  1.70154660167923607E-05  1.71666405122676324E-05  1.73191219884318492E-05
+  1.74729217447951735E-05  1.76280511785576157E-05  1.77845217854536246E-05
+  1.79423451606039443E-05  1.81015329993748623E-05  1.82620970982448860E-05
+  1.84240493556788881E-05  1.85874017730098371E-05  1.87521664553281378E-05
+  1.89183556123786461E-05  1.90859815594654764E-05  1.92550567183645947E-05
+  1.94255936182443202E-05  1.95976048965937847E-05  1.97711033001593887E-05
+  1.99461016858894197E-05  2.01226130218867604E-05  2.03006503883699089E-05
+  2.04802269786422079E-05  2.06613561000695749E-05  2.08440511750665942E-05
+  2.10283257420911538E-05  2.12141934566477118E-05  2.14016680922992096E-05
+  2.15907635416877092E-05  2.17814938175639516E-05  2.19738730538256532E-05
+  2.21679155065649770E-05  2.23636355551248645E-05  2.25610477031646569E-05
+  2.27601665797348411E-05  2.29610069403610557E-05  2.31635836681376404E-05
+  2.33679117748304024E-05  2.35740064019891089E-05  2.37818828220695082E-05
+  2.39915564395650261E-05  2.42030427921483565E-05  2.44163575518227794E-05
+  2.46315165260835611E-05  2.48485356590893061E-05  2.50674310328434600E-05
+  2.52882188683860842E-05  2.55109155269958098E-05  2.57355375114023141E-05
+  2.59621014670092195E-05  2.61906241831275121E-05  2.64211225942197320E-05
+  2.66536137811548622E-05  2.68881149724740401E-05  2.71246435456672665E-05
+  2.73632170284610921E-05  2.76038531001175188E-05  2.78465695927440618E-05
+  2.80913844926151341E-05  2.83383159415048836E-05  2.85873822380316039E-05
+  2.88386018390136236E-05  2.90919933608370752E-05  2.93475755808353591E-05
+  2.96053674386806360E-05  2.98653880377873130E-05  3.01276566467275878E-05
+  3.03921927006593638E-05  3.06590158027664227E-05  3.09281457257110521E-05
+  3.11996024130992600E-05  3.14734059809586441E-05  3.17495767192290377E-05
+  3.20281350932660270E-05  3.23091017453574651E-05  3.25924974962532005E-05
+  3.28783433467078217E-05  3.31666604790368738E-05  3.34574702586866004E-05
+  3.37507942358171361E-05  3.40466541468993330E-05  3.43450719163255734E-05
+  3.46460696580343591E-05  3.49496696771490415E-05  3.52558944716306006E-05
+  3.55647667339448423E-05  3.58763093527439693E-05  3.61905454145625781E-05
+  3.65074982055284961E-05  3.68271912130882961E-05  3.71496481277477664E-05
+  3.74748928448273623E-05  3.78029494662329526E-05  3.81338423022417578E-05
+  3.84675958733038067E-05  3.88042349118589096E-05  3.91437843641693871E-05
+  3.94862693921686281E-05  3.98317153753255585E-05  4.01801479125253724E-05
+  4.05315928239663917E-05  4.08860761530733573E-05  4.12436241684273092E-05
+  4.16042633657121022E-05  4.19680204696777330E-05  4.23349224361206969E-05
+  4.27049964538814470E-05  4.30782699468590453E-05  4.34547705760433573E-05
+  4.38345262415647228E-05  4.42175650847613258E-05  4.46039154902646241E-05
+  4.49936060881023892E-05  4.53866657558205105E-05  4.57831236206226549E-05
+  4.61830090615286557E-05  4.65863517115514141E-05  4.69931814598928429E-05
+  4.74035284541585319E-05  4.78174231025917939E-05  4.82348960763267931E-05
+  4.86559783116613577E-05  4.90807010123493290E-05  4.95090956519127106E-05
+  4.99411939759739028E-05  5.03770280046079801E-05  5.08166300347153872E-05
+  5.12600326424150844E-05  5.17072686854584899E-05  5.21583713056641033E-05
+  5.26133739313733523E-05  5.30723102799275881E-05  5.35352143601664732E-05
+  5.40021204749480132E-05  5.44730632236903466E-05  5.49480775049355442E-05
+  5.54271985189354582E-05  5.59104617702600826E-05  5.63979030704283288E-05
+  5.68895585405616310E-05  5.73854646140604141E-05  5.78856580393037303E-05
+  5.83901758823722938E-05  5.88990555297949208E-05  5.94123346913188487E-05
+  5.99300514027038678E-05  6.04522440285405827E-05  6.09789512650934343E-05
+  6.15102121431676828E-05  6.20460660310015981E-05  6.25865526371834654E-05
+  6.31317120135939201E-05  6.36815845583736326E-05  6.42362110189166412E-05
+  6.47956324948896392E-05  6.53598904412773079E-05  6.59290266714538216E-05
+  6.65030833602812667E-05  6.70821030472344747E-05  6.76661286395530695E-05
+  6.82552034154206596E-05  6.88493710271715693E-05  6.94486755045252982E-05
+  7.00531612578488862E-05  7.06628730814474120E-05  7.12778561568831433E-05
+  7.18981560563231460E-05  7.25238187459160185E-05  7.31548905891975877E-05
+  7.37914183505263254E-05  7.44334491985481196E-05  7.50810307096913494E-05
+  7.57342108716918565E-05  7.63930380871485865E-05  7.70575611771098448E-05
+  7.77278293846906559E-05  7.84038923787211986E-05  7.90858002574270356E-05
+  7.97736035521409064E-05  8.04673532310468164E-05  8.11671007029560556E-05
+  8.18728978211166107E-05  8.25847968870548050E-05  8.33028506544502640E-05
+  8.40271123330447762E-05  8.47576355925844384E-05  8.54944745667961031E-05
+  8.62376838573982753E-05  8.69873185381463799E-05  8.77434341589133595E-05
+  8.85060867498051705E-05  8.92753328253120983E-05  9.00512293884959188E-05
+  9.08338339352130018E-05  9.16232044583743034E-05  9.24193994522418431E-05
+  9.32224779167624759E-05  9.40324993619389489E-05  9.48495238122390260E-05
+  9.56736118110423971E-05  9.65048244251261449E-05  9.73432232491890120E-05
+  9.81888704104147533E-05  9.90418285730748188E-05  9.99021609431708523E-05
+  1.00769931273117416E-04  1.01645203866464963E-04  1.02528043582663904E-04
+  1.03418515841869455E-04  1.04316686629788395E-04  1.05222622502567495E-04
+  1.06136390591724086E-04  1.07058058609119474E-04  1.07987694851975323E-04
+  1.08925368207932709E-04  1.09871148160156133E-04  1.10825104792480571E-04
+  1.11787308794603310E-04  1.12757831467320767E-04  1.13736744727810436E-04
+  1.14724121114958525E-04  1.15720033794733542E-04  1.16724556565606240E-04
+  1.17737763864016759E-04  1.18759730769888415E-04  1.19790533012189619E-04
+  1.20830246974543606E-04  1.21878949700886564E-04  1.22936718901175084E-04
+  1.24003632957141939E-04  1.25079770928102985E-04  1.26165212556812723E-04
+  1.27260038275371694E-04  1.28364329211184063E-04  1.29478167192967109E-04
+  1.30601634756812452E-04  1.31734815152299552E-04  1.32877792348662263E-04
+  1.34030651041008311E-04  1.35193476656592971E-04  1.36366355361146313E-04
+  1.37549374065255544E-04  1.38742620430802295E-04  1.39946182877455615E-04
+  1.41160150589220927E-04  1.42384613521045420E-04  1.43619662405480858E-04
+  1.44865388759403646E-04  1.46121884890792699E-04  1.47389243905566393E-04
+  1.48667559714478438E-04  1.49956927040072744E-04  1.51257441423698774E-04
+  1.52569199232587753E-04  1.53892297666989212E-04  1.55226834767369874E-04
+  1.56572909421674175E-04  1.57930621372647889E-04  1.59300071225224635E-04
+  1.60681360453976239E-04  1.62074591410627645E-04  1.63479867331636373E-04
+  1.64897292345837565E-04  1.66326971482155063E-04  1.67769010677378889E-04
+  1.69223516784010065E-04  1.70690597578173015E-04  1.72170361767596186E-04
+  1.73662918999661789E-04  1.75168379869524712E-04  1.76686855928301795E-04
+  1.78218459691331475E-04  1.79763304646505227E-04  1.81321505262670022E-04
+  1.82893176998104242E-04  1.84478436309066206E-04  1.86077400658416506E-04
+  1.87690188524314690E-04  1.89316919408991406E-04  1.90957713847595626E-04
+  1.92612693417118584E-04  1.94281980745394814E-04  1.95965699520179803E-04
+  1.97663974498307944E-04  1.99376931514927663E-04  2.01104697492816804E-04
+  2.02847400451778702E-04  2.04605169518118791E-04  2.06378134934203305E-04
+  2.08166428068100198E-04  2.09970181423303488E-04  2.11789528648540946E-04
+  2.13624604547666850E-04  2.15475545089640030E-04  2.17342487418587541E-04
+  2.19225569863955397E-04  2.21124931950746994E-04  2.23040714409849210E-04
+  2.24973059188448334E-04  2.26922109460534990E-04  2.28888009637500170E-04
+  2.30870905378822359E-04  2.32870943602847048E-04  2.34888272497658300E-04
+  2.36923041532045349E-04  2.38975401466562544E-04  2.41045504364685223E-04
+  2.43133503604061642E-04  2.45239553887861427E-04  2.47363811256222366E-04
+  2.49506433097795453E-04  2.51667578161389655E-04  2.53847406567716746E-04
+  2.56046079821237410E-04  2.58263760822109473E-04  2.60500613878238813E-04
+  2.62756804717433643E-04  2.65032500499665427E-04  2.67327869829432423E-04
+  2.69643082768232175E-04  2.71978310847139780E-04  2.74333727079495329E-04
+  2.76709505973700583E-04  2.79105823546124774E-04  2.81522857334122782E-04
+  2.83960786409164878E-04  2.86419791390078683E-04  2.88900054456406536E-04
+  2.91401759361876761E-04  2.93925091447990513E-04  2.96470237657727007E-04
+  2.99037386549364989E-04  3.01626728310424165E-04  3.04238454771726106E-04
+  3.06872759421576052E-04  3.09529837420066732E-04  3.12209885613505414E-04
+  3.14913102548964382E-04  3.17639688488957346E-04  3.20389845426240921E-04
+  3.23163777098744629E-04  3.25961689004628029E-04  3.28783788417467732E-04
+  3.31630284401574957E-04  3.34501387827444761E-04  3.37397311387337649E-04
+  3.40318269610994869E-04  3.43264478881489881E-04  3.46236157451213996E-04
+  3.49233525458000904E-04  3.52256804941389323E-04  3.55306219859023731E-04
+  3.58381996103198687E-04  3.61484361517542705E-04  3.64613545913846098E-04
+  3.67769781089033400E-04  3.70953300842281517E-04  3.74164340992283689E-04
+  3.77403139394662701E-04  3.80669935959532951E-04  3.83964972669213116E-04
+  3.87288493596090280E-04  3.90640744920637531E-04  3.94021974949586708E-04
+  3.97432434134254776E-04  4.00872375089029803E-04  4.04342052610013052E-04
+  4.07841723693822737E-04  4.11371647556556393E-04  4.14932085652918098E-04
+  4.18523301695507570E-04  4.22145561674275576E-04  4.25799133876144688E-04
+  4.29484288904799169E-04  4.33201299700643238E-04  4.36950441560929770E-04
+  4.40731992160062636E-04  4.44546231570070393E-04  4.48393442281257246E-04
+  4.52273909223029004E-04  4.56187919784896672E-04  4.60135763837661550E-04
+  4.64117733754778564E-04  4.68134124433904140E-04  4.72185233318627242E-04
+  4.76271360420384301E-04  4.80392808340564844E-04  4.84549882292802591E-04
+  4.88742890125457193E-04  4.92972142344288424E-04  4.97237952135323800E-04
+  5.01540635387919768E-04  5.05880510718020610E-04  5.10257899491615052E-04
+  5.14673125848393118E-04  5.19126516725602915E-04  5.23618401882112549E-04
+  5.28149113922675006E-04  5.32718988322400866E-04  5.37328363451437460E-04
+  5.41977580599859983E-04  5.46666984002771965E-04  5.51396920865621066E-04
+  5.56167741389727919E-04  5.60979798798033114E-04  5.65833449361063403E-04
+  5.70729052423115291E-04  5.75666970428664144E-04  5.80647568948994904E-04
+  5.85671216709060158E-04  5.90738285614564925E-04  5.95849150779280737E-04
+  6.01004190552591102E-04  6.06203786547272012E-04  6.11448323667504044E-04
+  6.16738190137124066E-04  6.22073777528115357E-04  6.27455480789337774E-04
+  6.32883698275502299E-04  6.38358831776386160E-04  6.43881286546301346E-04
+  6.49451471333806186E-04  6.55069798411668795E-04  6.60736683607084552E-04
+  6.66452546332147702E-04  6.72217809614578088E-04  6.78032900128709595E-04
+  6.83898248226735665E-04  6.89814287970221202E-04  6.95781457161876522E-04
+  7.01800197377601279E-04  7.07870953998793683E-04  7.13994176244935226E-04
+  7.20170317206444608E-04  7.26399833877811063E-04  7.32683187191002965E-04
+  7.39020842049156051E-04  7.45413267360545595E-04  7.51860936072841447E-04
+  7.58364325207649525E-04  7.64923915895342026E-04  7.71540193410179720E-04
+  7.78213647205725683E-04  7.84944770950555550E-04  7.91734062564264742E-04
+  7.98582024253775683E-04  8.05489162549949248E-04  8.12455988344497619E-04
+  8.19483016927205379E-04  8.26570768023461664E-04  8.33719765832100228E-04
+  8.40930539063557505E-04  8.48203620978344006E-04  8.55539549425832842E-04
+  8.62938866883376115E-04  8.70402120495738976E-04  8.77929862114858726E-04
+  8.85522648339937424E-04  8.93181040557860834E-04  9.00905604983952171E-04
+  9.08696912703061853E-04  9.16555539710994099E-04  9.24482066956275827E-04
+  9.32477080382266947E-04  9.40541170969617511E-04  9.48674934779070817E-04
+  9.56878972994620511E-04  9.65153891967018645E-04  9.73500303257637725E-04
+  9.81918823682694777E-04  9.90410075357833200E-04  9.98974685743069012E-04
+  1.00761328768810259E-03  1.01632651947799915E-03  1.02511502487923891E-03
+  1.03397945318614353E-03  1.04292045926767589E-03  1.05193870361461935E-03
+  1.06103485238713915E-03  1.07020957746272816E-03  1.07946355648453544E-03
+  1.08879747291008985E-03  1.09821201606041048E-03  1.10770788116951310E-03
+  1.11728576943431420E-03  1.12694638806493520E-03  1.13669045033540600E-03
+  1.14651867563477471E-03  1.15643178951862764E-03  1.16643052376101588E-03
+  1.17651561640679642E-03  1.18668781182438578E-03  1.19694786075893685E-03
+  1.20729652038593059E-03  1.21773455436519572E-03  1.22826273289535024E-03
+  1.23888183276867417E-03  1.24959263742641211E-03  1.26039593701450948E-03
+  1.27129252843978394E-03  1.28228321542653918E-03  1.29336880857361392E-03
+  1.30455012541188099E-03  1.31582799046218936E-03  1.32720323529375551E-03
+  1.33867669858300634E-03  1.35024922617287793E-03  1.36192167113256628E-03
+  1.37369489381774330E-03  1.38556976193122874E-03  1.39754715058412792E-03
+  1.40962794235743719E-03  1.42181302736411365E-03  1.43410330331162424E-03
+  1.44649967556495875E-03  1.45900305721012287E-03  1.47161436911811259E-03
+  1.48433454000936201E-03  1.49716450651867904E-03  1.51010521326066399E-03
+  1.52315761289561601E-03  1.53632266619592472E-03  1.54960134211296259E-03
+  1.56299461784445795E-03  1.57650347890237364E-03  1.59012891918127982E-03
+  1.60387194102722293E-03  1.61773355530710227E-03  1.63171478147854142E-03
+  1.64581664766027484E-03  1.66004019070303257E-03  1.67438645626093608E-03
+  1.68885649886340791E-03  1.70345138198758797E-03  1.71817217813126496E-03
+  1.73301996888632309E-03  1.74799584501270696E-03  1.76310090651289782E-03
+  1.77833626270691692E-03  1.79370303230784131E-03  1.80920234349784843E-03
+  1.82483533400477405E-03  1.84060315117920209E-03  1.85650695207207434E-03
+  1.87254790351282382E-03  1.88872718218803938E-03  1.90504597472065051E-03
+  1.92150547774964150E-03  1.93810689801029610E-03  1.95485145241496277E-03
+  1.97174036813435507E-03  1.98877488267937795E-03  2.00595624398347463E-03
+  2.02328571048551687E-03  2.04076455121320749E-03  2.05839404586701576E-03
+  2.07617548490464680E-03  2.09411016962602302E-03  2.11219941225880342E-03
+  2.13044453604441719E-03  2.14884687532463379E-03  2.16740777562863824E-03
+  2.18612859376064120E-03  2.20501069788799986E-03  2.22405546762985970E-03
+  2.24326429414631757E-03  2.26263858022807737E-03  2.28217974038664702E-03
+  2.30188920094501551E-03  2.32176840012885939E-03  2.34181878815823167E-03
+  2.36204182733976966E-03  2.38243899215937610E-03  2.40301176937542452E-03
+  2.42376165811242781E-03  2.44469016995520119E-03  2.46579882904350610E-03
+  2.48708917216717076E-03  2.50856274886168467E-03  2.53022112150425070E-03
+  2.55206586541031075E-03  2.57409856893051547E-03  2.59632083354815416E-03
+  2.61873427397701789E-03  2.64134051825970452E-03  2.66414120786635442E-03
+  2.68713799779380811E-03  2.71033255666517725E-03  2.73372656682981932E-03
+  2.75732172446372216E-03  2.78111973967026587E-03  2.80512233658137275E-03
+  2.82933125345902637E-03  2.85374824279715491E-03  2.87837507142386061E-03
+  2.90321352060399262E-03  2.92826538614205083E-03  2.95353247848539934E-03
+  2.97901662282779728E-03  3.00471965921321081E-03  3.03064344263991080E-03
+  3.05678984316483425E-03  3.08316074600819591E-03  3.10975805165833886E-03
+  3.13658367597680673E-03  3.16363955030361538E-03  3.19092762156271978E-03
+  3.21844985236765342E-03  3.24620822112731047E-03  3.27420472215187797E-03
+  3.30244136575887299E-03  3.33092017837927990E-03  3.35964320266376451E-03
+  3.38861249758894189E-03  3.41783013856366896E-03  3.44729821753536787E-03
+  3.47701884309630470E-03  3.50699414058985859E-03  3.53722625221670464E-03
+  3.56771733714092215E-03  3.59846957159597972E-03  3.62948514899057249E-03
+  3.66076628001429233E-03  3.69231519274308695E-03  3.72413413274449339E-03
+  3.75622536318259443E-03  3.78859116492268099E-03  3.82123383663558573E-03
+  3.85415569490164247E-03  3.88735907431423397E-03  3.92084632758291605E-03
+  3.95461982563604340E-03  3.98868195772288017E-03  4.02303513151515413E-03
+  4.05768177320800418E-03  4.09262432762026208E-03  4.12786525829408023E-03
+  4.16340704759377272E-03  4.19925219680390878E-03  4.23540322622653967E-03
+  4.27186267527755910E-03  4.30863310258208700E-03  4.34571708606892176E-03
+  4.38311722306387788E-03  4.42083613038203507E-03  4.45887644441883817E-03
+  4.49724082123993847E-03  4.53593193666976605E-03  4.57495248637872741E-03
+  4.61430518596898757E-03  4.65399277105875593E-03  4.69401799736501348E-03
+  4.73438364078458684E-03  4.77509249747353360E-03  4.81614738392471473E-03
+  4.85755113704350577E-03  4.89930661422156681E-03  4.94141669340855596E-03
+  4.98388427318173250E-03  5.02671227281334312E-03  5.06990363233570437E-03
+  5.11346131260388258E-03  5.15738829535588097E-03  5.20168758327022290E-03
+  5.24636220002082983E-03  5.29141519032910995E-03  5.33684962001310971E-03
+  5.38266857603364891E-03  5.42887516653729491E-03  5.47547252089609655E-03
+  5.52246378974391178E-03  5.56985214500923045E-03  5.61764077994435750E-03
+  5.66583290915081018E-03  5.71443176860081566E-03  5.76344061565475622E-03
+  5.81286272907440872E-03  5.86270140903183846E-03  5.91295997711380455E-03
+  5.96364177632150230E-03  6.01475017106547875E-03  6.06628854715559294E-03
+  6.11826031178578072E-03  6.17066889351352340E-03  6.22351774223380092E-03
+  6.27681032914733251E-03  6.33055014672294011E-03  6.38474070865384120E-03
+  6.43938554980764445E-03  6.49448822616986027E-03  6.55005231478070736E-03
+  6.60608141366501346E-03  6.66257914175494292E-03  6.71954913880538560E-03
+  6.77699506530170595E-03  6.83492060235964868E-03  6.89332945161714658E-03
+  6.95222533511776538E-03  7.01161199518551739E-03  7.07149319429078906E-03
+  7.13187271490710317E-03  7.19275435935840847E-03  7.25414194965663933E-03
+  7.31603932732919487E-03  7.37845035323610697E-03  7.44137890737647280E-03
+  7.50482888868393878E-03  7.56880421481080819E-03  7.63330882190050002E-03
+  7.69834666434791523E-03  7.76392171454751406E-03  7.83003796262852873E-03
+  7.89669941617705817E-03  7.96391009994463529E-03  8.03167405554285063E-03
+  8.09999534112360205E-03  8.16887803104458105E-03  8.23832621551954560E-03
+  8.30834400025291971E-03  8.37893550605831212E-03  8.45010486846037821E-03
+  8.52185623727967981E-03  8.59419377619994457E-03  8.66712166231725471E-03
+  8.74064408567064820E-03  8.81476524875357548E-03  8.88948936600568451E-03
+  8.96482066328436501E-03  9.04076337731546387E-03  9.11732175512258887E-03
+  9.19450005343438320E-03  9.27230253806917044E-03  9.35073348329628143E-03
+  9.42979717117345059E-03  9.50949789085960527E-03  9.58983993790232456E-03
+  9.67082761349927038E-03  9.75246522373289862E-03  9.83475707877766274E-03
+  9.91770749207892231E-03  1.00013207795028782E-02  1.00856012584565839E-02
+  1.01705532469773211E-02  1.02561810627904582E-02  1.03424890223348803E-02
+  1.04294814397551654E-02  1.05171626258595517E-02  1.06055368870428077E-02
+  1.06946085241729320E-02  1.07843818314408858E-02  1.08748610951721128E-02
+  1.09660505925990737E-02  1.10579545905934908E-02  1.11505773443573743E-02
+  1.12439230960716726E-02  1.13379960735013573E-02  1.14328004885558606E-02
+  1.15283405358035749E-02  1.16246203909392606E-02  1.17216442092030124E-02
+  1.18194161237496122E-02  1.19179402439668156E-02  1.20172206537413305E-02
+  1.21172614096709836E-02  1.22180665392217572E-02  1.23196400388281592E-02
+  1.24219858719354769E-02  1.25251079669823368E-02  1.26290102153220531E-02
+  1.27336964690811204E-02  1.28391705389531933E-02  1.29454361919269095E-02
+  1.30524971489457860E-02  1.31603570824984258E-02  1.32690196141372410E-02
+  1.33784883119238002E-02  1.34887666877989785E-02  1.35998581948757226E-02
+  1.37117662246529146E-02  1.38244941041476901E-02  1.39380450929446204E-02
+  1.40524223801592896E-02  1.41676290813143001E-02  1.42836682351252884E-02
+  1.44005428001947825E-02  1.45182556516114600E-02  1.46368095774524493E-02
+  1.47562072751862006E-02  1.48764513479733972E-02  1.49975443008633271E-02
+  1.51194885368830974E-02  1.52422863530169445E-02  1.53659399360729677E-02
+  1.54904513584342863E-02  1.56158225736919686E-02  1.57420554121565567E-02
+  1.58691515762452891E-02  1.59971126357418454E-02  1.61259400229255764E-02
+  1.62556350275667900E-02  1.63861987917849790E-02  1.65176323047664664E-02
+  1.66499363973380970E-02  1.67831117363933732E-02  1.69171588191674646E-02
+  1.70520779673574395E-02  1.71878693210837825E-02  1.73245328326895494E-02
+  1.74620682603730433E-02  1.76004751616501177E-02  1.77397528866418859E-02
+  1.78799005711837017E-02  1.80209171297510823E-02  1.81628012481982529E-02
+  1.83055513763046955E-02  1.84491657201253309E-02  1.85936422341394965E-02
+  1.87389786131940198E-02  1.88851722842355782E-02  1.90322203978272805E-02
+  1.91801198194444522E-02  1.93288671205445600E-02  1.94784585694057870E-02
+  1.96288901217290708E-02  1.97801574109980685E-02  1.99322557385914444E-02
+  2.00851800636417041E-02  2.02389249926349969E-02  2.03934847687457024E-02
+  2.05488532608998249E-02  2.07050239525613036E-02  2.08619899302345049E-02
+  2.10197438716769602E-02  2.11782780338156014E-02  2.13375842403599365E-02
+  2.14976538691054250E-02  2.16584778389202169E-02  2.18200465964082622E-02
+  2.19823501022416781E-02  2.21453778171551846E-02  2.23091186875952162E-02
+  2.24735611310163119E-02  2.26386930208171133E-02  2.28045016709083025E-02
+  2.29709738199047331E-02  2.31380956149334141E-02  2.33058525950499973E-02
+  2.34742296742547381E-02  2.36432111241000990E-02  2.38127805558814472E-02
+  2.39829209024022584E-02  2.41536143993050789E-02  2.43248425659595632E-02
+  2.44965861858985022E-02  2.46688252867929836E-02  2.48415391199574322E-02
+  2.50147061393751237E-02  2.51883039802352250E-02  2.53623094369713441E-02
+  2.55366984407924304E-02  2.57114460366961659E-02  2.58865263599550484E-02
+  2.60619126120653528E-02  2.62375770361490852E-02  2.64134908917987299E-02
+  2.65896244293547662E-02  2.67659468636058176E-02  2.69424263469010515E-02
+  2.71190299416646588E-02  2.72957235923018890E-02  2.74724720964863722E-02
+  2.76492390758182154E-02  2.78259869458423771E-02  2.80026768854168447E-02
+  2.81792688054201233E-02  2.83557213167875168E-02  2.85319916978656676E-02
+  2.87080358610749230E-02  2.88838083188691190E-02  2.90592621489822837E-02
+  2.92343489589520986E-02  2.94090188499096516E-02  2.95832203796255917E-02
+  2.97569005248024092E-02  2.99300046426030260E-02  3.01024764314059799E-02
+  3.02742578907774715E-02  3.04452892806509612E-02  3.06155090797050888E-02
+  3.07848539429309252E-02  3.09532586583797890E-02  3.11206561030833405E-02
+  3.12869771981376943E-02  3.14521508629438187E-02  3.16161039685967302E-02
+  3.17787612904166794E-02  3.19400454596154293E-02  3.20998769140917392E-02
+  3.22581738483503633E-02  3.24148521625394689E-02  3.25698254106020074E-02
+  3.27230047475371849E-02  3.28742988757686760E-02  3.30236139906173939E-02
+  3.31708537248767074E-02  3.33159190924894946E-02  3.34587084313267766E-02
+  3.35991173450688810E-02  3.37370386441909129E-02  3.38723622860554394E-02
+  3.40049753141162814E-02  3.41347617962386440E-02  3.42616027621418101E-02
+  3.43853761399721056E-02  3.45059566920150468E-02  3.46232159495575287E-02
+  3.47370221469113852E-02  3.48472401546125257E-02  3.49537314118106499E-02
+  3.50563538578667344E-02  3.51549618631771879E-02  3.52494061592456762E-02
+  3.53395337680256494E-02  3.54251879305587103E-02  3.55062080349364331E-02
+  3.55824295436153251E-02  3.56536839201175917E-02  3.57197985551525599E-02
+  3.57805966921966104E-02  3.58358973525724628E-02  3.58855152600712143E-02
+  3.59292607651644155E-02  3.59669397688560169E-02  3.59983536462280471E-02
+  3.60232991697371219E-02  3.60415684323229027E-02  3.60529487703932783E-02
+  3.60572226867553608E-02  3.60541677735655569E-02  3.60435566353762837E-02
+  3.60251568123617361E-02  3.59987307038098017E-02  3.59640354919720032E-02
+  3.59208230663690675E-02  3.58688399486544740E-02  3.58078272181442114E-02
+  3.57375204381271058E-02  3.56576495830752266E-02  3.55679389668811796E-02
+  3.54681071722545427E-02  3.53578669814172339E-02  3.52369253082437037E-02
+  3.51049831319999173E-02  3.49617354328414370E-02  3.48068711292394972E-02
+  3.46400730175111179E-02  3.44610177136378468E-02  3.42693755975660500E-02
+  3.40648107601898356E-02  3.38469809532273638E-02  3.36155375422096531E-02
+  3.33701254628107902E-02  3.31103831807579504E-02  3.28359426555696471E-02
+  3.25464293083803993E-02  3.22414619941207500E-02  3.19206529783321591E-02
+  3.15836079189066934E-02  3.12299258530530331E-02  3.08591991898013694E-02
+  3.04710137083712834E-02  3.00649485627383119E-02  2.96405762927468390E-02
+  2.91974628421294811E-02  2.87351675838041845E-02  2.82532433528341065E-02
+  2.77512364874466996E-02  2.72286868785212924E-02  2.66851280279676341E-02
+  2.61200871164298520E-02  2.55330850807632403E-02  2.49236367017443040E-02
+  2.42912507024872458E-02  2.36354298580508417E-02  2.29556711167355175E-02
+  2.22514657335795701E-02  2.15222994165766152E-02  2.07676524861487334E-02
+  1.99870000484199083E-02  1.91798121828465062E-02  1.83455541447712124E-02
+  1.74836865834771468E-02  1.65936657763281932E-02  1.56749438795900746E-02
+  1.47269691965345832E-02  1.37491864634358019E-02  1.27410371540741078E-02
+  1.17019598033666124E-02  1.06313903507482873E-02  9.52876250392827896E-03
+  8.39350812364740052E-03  7.22505763006154808E-03  6.02284043137254772E-03
+  4.78628537532338385E-03  3.51482122416704647E-03  2.20787715370953383E-03
+  8.64883277014908401E-04 -5.14728806653944591E-04 -1.93152543710368237E-03
+ -3.38607029215268977E-03 -4.87892375973742430E-03 -6.41064228269955499E-03
+ -7.98177767580507055E-03 -9.59287641457990357E-03 -1.12444788955899221E-02
+ -1.29371186678366237E-02 -1.46713216349925613E-02 -1.64476052282551272E-02
+ -1.82664775496597688E-02 -2.01284364857630717E-02 -2.20339687916783732E-02
+ -2.39835491455306429E-02 -2.59776391734845395E-02 -2.80166864455966974E-02
+ -3.01011234428478179E-02 -3.22313664958226928E-02 -3.44078146956290701E-02
+ -3.66308487777764341E-02 -3.89008299798773438E-02 -4.12180988741848164E-02
+ -4.35829741761404807E-02 -4.59957515302809178E-02 -4.84567022750337570E-02
+ -5.09660721881294021E-02 -5.35240802145628553E-02 -5.61309171792599565E-02
+ -5.87867444868328121E-02 -6.14916928110580130E-02 -6.42458607769659934E-02
+ -6.70493136387045746E-02 -6.99020819566215645E-02 -7.28041602773125268E-02
+ -7.57555058206892118E-02 -7.87560371784480073E-02 -8.18056330286560246E-02
+ -8.49041308715205167E-02 -8.80513257917669989E-02 -9.12469692534230992E-02
+ -9.44907679331859623E-02 -9.77823825989382195E-02 -1.01121427040371206E-01
+ -1.04507467059084383E-01 -1.07940019525914477E-01 -1.11418551513666989E-01
+ -1.14942479513815865E-01 -1.18511168746128492E-01 -1.22123932570559604E-01
+ -1.25780032011122866E-01 -1.29478675401798804E-01 -1.33219018164851710E-01
+ -1.37000162732227482E-01 -1.40821158620936915E-01 -1.44681002673539949E-01
+ -1.48578639474969465E-01 -1.52512961957014387E-01 -1.56482812201755972E-01
+ -1.60486982455139954E-01 -1.64524216361648379E-01 -1.68593210430672047E-01
+ -1.72692615744685363E-01 -1.76821039918650891E-01 -1.80977049319211630E-01
+ -1.85159171551137258E-01 -1.89365898217155604E-01 -1.93595687955667339E-01
+ -1.97846969758909780E-01 -2.02118146571821228E-01 -2.06407599169155742E-01
+ -2.10713690305234097E-01 -2.15034769127049857E-01 -2.19369175837206942E-01
+ -2.23715246588303412E-01 -2.28071318584790045E-01 -2.32435735361977008E-01
+ -2.36806852204622192E-01 -2.41183041659321862E-01 -2.45562699085645847E-01
+ -2.49944248180473200E-01 -2.54326146398174135E-01 -2.58706890176029602E-01
+ -2.63085019859371105E-01 -2.67459124204258547E-01 -2.71827844316852252E-01
+ -2.76189876867802053E-01 -2.80543976396735562E-01 -2.84888956496043344E-01
+ -2.89223689634349801E-01 -2.93547105348046122E-01 -2.97858186493720478E-01
+ -3.02155963214878309E-01 -3.06439504232667637E-01 -3.10707905021931907E-01
+ -3.14960272380394146E-01 -3.19195704839603855E-01 -3.23413292529827590E-01
+ -3.27612117054563889E-01 -3.31791251377008212E-01
+  END     
+   TPHI    3 #tphi(r), for tphi(r)/r*Ylm)
+  0.00000000000000000E+00  7.64050420283124332E-16  3.08268121956541062E-15
+  6.99621431521437626E-15  1.25457870509212322E-14  1.97733673532140293E-14
+  2.87217691597875312E-14  3.94346681244418875E-14  5.19566176035117912E-14
+  6.63330649287475368E-14  8.26103679716986346E-14  1.00835812004745029E-13
+  1.21057626863993762E-13  1.43325004419373903E-13  1.67688116357337078E-13
+  1.94198132281668836E-13  2.22907238138025729E-13  2.53868654967891648E-13
+  2.87136657997757070E-13  3.22766596069432158E-13  3.60814911417492212E-13
+  4.01339159799974191E-13  4.44398030988537295E-13  4.90051369624422702E-13
+  5.38360196446647420E-13  5.89386729898978292E-13  6.43194408122361715E-13
+  6.99847911339584244E-13  7.59413184639065610E-13  8.21957461164808325E-13
+  8.87549285719642146E-13  9.56258538789044027E-13  1.02815646099290531E-12
+  1.10331567797280505E-12  1.18181022572241879E-12  1.26371557636885958E-12
+  1.34910866441288519E-12  1.43806791343603035E-12  1.53067326328287480E-12
+  1.62700619772677417E-12  1.72714977262760040E-12  1.83118864459006514E-12
+  1.93920910013147977E-12  2.05129908536786708E-12  2.16754823622754396E-12
+  2.28804790920143004E-12  2.41289121263950446E-12  2.54217303860301424E-12
+  2.67599009528217280E-12  2.81444093998930434E-12  2.95762601273747749E-12
+  3.10564767041499488E-12  3.25861022156609753E-12  3.41661996178858955E-12
+  3.57978520975919530E-12  3.74821634389762071E-12  3.92202583968059715E-12
+  4.10132830761725189E-12  4.28624053189740517E-12  4.47688150972465099E-12
+  4.67337249134615774E-12  4.87583702079147090E-12  5.08440097733270686E-12
+  5.29919261767878804E-12  5.52034261891664537E-12  5.74798412221237131E-12
+  5.98225277728577536E-12  6.22328678767179184E-12  6.47122695678256875E-12
+  6.72621673478431407E-12  6.98840226630306917E-12  7.25793243897408043E-12
+  7.53495893284935374E-12  7.81963627067867384E-12  8.11212186907913109E-12
+  8.41257609060893031E-12  8.72116229676116995E-12  9.03804690189382887E-12
+  9.36339942811222741E-12  9.69739256112075025E-12  1.00402022070607560E-11
+  1.03920075503519133E-11  1.07529911125546028E-11  1.11233388122711867E-11
+  1.15032400261043808E-11  1.18928876506911983E-11  1.22924781658313123E-11
+  1.27022116987290039E-11  1.31222920893681190E-11  1.35529269570399459E-11
+  1.39943277680441313E-11  1.44467099045831734E-11  1.49102927348713863E-11
+  1.53852996844795380E-11  1.58719583089368516E-11  1.63705003676123041E-11
+  1.68811618988975874E-11  1.74041832967146072E-11  1.79398093883705043E-11
+  1.84882895137839183E-11  1.90498776061064689E-11  1.96248322737636762E-11
+  2.02134168839403098E-11  2.08158996475354917E-11  2.14325537056129485E-11
+  2.20636572173728032E-11  2.27094934496714590E-11  2.33703508681165961E-11
+  2.40465232297647888E-11  2.47383096774498416E-11  2.54460148357701881E-11
+  2.61699489087646100E-11  2.69104277793054294E-11  2.76677731102395593E-11
+  2.84423124473075913E-11  2.92343793238722290E-11  3.00443133674876878E-11
+  3.08724604083420625E-11  3.17191725896053725E-11  3.25848084797168972E-11
+  3.34697331866452171E-11  3.43743184741557709E-11  3.52989428801207729E-11
+  3.62439918369074220E-11  3.72098577938802677E-11  3.81969403420550409E-11
+  3.92056463409415340E-11  4.02363900476133545E-11  4.12895932480437532E-11
+  4.23656853907471855E-11  4.34651037227664924E-11  4.45882934280469820E-11
+  4.57357077682388938E-11  4.69078082259708774E-11  4.81050646506369889E-11
+  4.93279554067422021E-11  5.05769675248498293E-11  5.18525968551771672E-11
+  5.31553482238852314E-11  5.44857355921094251E-11  5.58442822177796734E-11
+  5.72315208202776200E-11  5.86479937479813232E-11  6.00942531487476523E-11
+  6.15708611433831641E-11  6.30783900021559604E-11  6.46174223244017962E-11
+  6.61885512212778353E-11  6.77923805017197023E-11  6.94295248616569668E-11
+  7.11006100765444071E-11  7.28062731972665550E-11  7.45471627494748590E-11
+  7.63239389364168044E-11  7.81372738453179406E-11  7.99878516573794645E-11
+  8.18763688614531252E-11  8.38035344714591336E-11  8.57700702476112107E-11
+  8.77767109215151140E-11  8.98242044252094829E-11  9.19133121242162858E-11
+  9.40448090546710644E-11  9.62194841646053272E-11  9.84381405594515070E-11
+  1.00701595751845961E-10  1.03010681915803451E-10  1.05366246145340840E-10
+  1.07769150717625562E-10  1.10220273360730148E-10  1.12720507526071077E-10
+  1.15270762665614177E-10  1.17871964513930803E-10  1.20525055375187507E-10
+  1.23230994415156149E-10  1.25990757958332929E-10  1.28805339790252346E-10
+  1.31675751465090869E-10  1.34603022618648437E-10  1.37588201286804277E-10
+  1.40632354229541132E-10  1.43736567260635229E-10  1.46901945583110823E-10
+  1.50129614130559964E-10  1.53420717914428824E-10  1.56776422377375295E-10
+  1.60197913752803974E-10  1.63686399430685080E-10  1.67243108329767590E-10
+  1.70869291276297671E-10  1.74566221389355679E-10  1.78335194472927622E-10
+  1.82177529414827458E-10  1.86094568592590692E-10  1.90087678286458569E-10
+  1.94158249099580418E-10  1.98307696385554570E-10  2.02537460683440416E-10
+  2.06849008160368851E-10  2.11243831061884594E-10  2.15723448170154496E-10
+  2.20289405270179840E-10  2.24943275624149866E-10  2.29686660454082136E-10
+  2.34521189432889170E-10  2.39448521184022151E-10  2.44470343789838404E-10
+  2.49588375308847333E-10  2.54804364301985754E-10  2.60120090368083187E-10
+  2.65537364688675008E-10  2.71058030582327505E-10  2.76683964068639973E-10
+  2.82417074442091741E-10  2.88259304855906379E-10  2.94212632916107626E-10
+  3.00279071285943525E-10  3.06460668300859488E-10  3.12759508594205517E-10
+  3.19177713733861658E-10  3.25717442869974799E-10  3.32380893393997098E-10
+  3.39170301609225826E-10  3.46087943413042918E-10  3.53136134991057693E-10
+  3.60317233523361466E-10  3.67633637903104161E-10  3.75087789467606936E-10
+  3.82682172742227978E-10  3.90419316197208466E-10  3.98301793017716507E-10
+  4.06332221887326870E-10  4.14513267785163977E-10  4.22847642796951466E-10
+  4.31338106940203843E-10  4.39987469003813978E-10  4.48798587402280817E-10
+  4.57774371044834258E-10  4.66917780219717381E-10  4.76231827493888523E-10
+  4.85719578628411754E-10  4.95384153509808898E-10  5.05228727097652205E-10
+  5.15256530388675510E-10  5.25470851397699601E-10  5.35875036155655092E-10
+  5.46472489725007118E-10  5.57266677232881786E-10  5.68261124922202843E-10
+  5.79459421221149144E-10  5.90865217831261943E-10  6.02482230834508791E-10
+  6.14314241819653096E-10  6.26365099028250001E-10  6.38638718520618457E-10
+  6.51139085362136720E-10  6.63870254830208050E-10  6.76836353642266164E-10
+  6.90041581205177476E-10  7.03490210886419175E-10  7.17186591307405374E-10
+  7.31135147659353930E-10  7.45340383042080749E-10  7.59806879826120373E-10
+  7.74539301038583761E-10  7.89542391773159294E-10  8.04820980624679706E-10
+  8.20379981148689719E-10  8.36224393346432112E-10  8.52359305175712753E-10
+  8.68789894088081665E-10  8.85521428592797053E-10  9.02559269848027574E-10
+  9.19908873279780034E-10  9.37575790229020715E-10  9.55565669627494912E-10
+  9.73884259702727733E-10  9.92537409712729902E-10  1.01153107171091301E-09
+  1.03087130234174519E-09  1.05056426466768289E-09  1.07061623002791851E-09
+  1.09103357992949829E-09  1.11182280797137543E-09  1.13299052180197416E-09
+  1.15454344511083576E-09  1.17648841965495436E-09  1.19883240732039170E-09
+  1.22158249221979766E-09  1.24474588282644774E-09  1.26832991414544430E-09
+  1.29234204992272038E-09  1.31678988489250495E-09  1.34168114706391809E-09
+  1.36702370004738343E-09  1.39282554542153366E-09  1.41909482514133559E-09
+  1.44583982398812918E-09  1.47306897206232704E-09  1.50079084731950552E-09
+  1.52901417815064117E-09  1.55774784600727741E-09  1.58700088807237349E-09
+  1.61678249997765707E-09  1.64710203856826887E-09  1.67796902471553967E-09
+  1.70939314617872087E-09  1.74138426051652589E-09  1.77395239804935529E-09
+  1.80710776487307063E-09  1.84086074592523078E-09  1.87522190810469067E-09
+  1.91020200344549397E-09  1.94581197234600645E-09  1.98206294685424680E-09
+  2.01896625401039056E-09  2.05653341924744686E-09  2.09477616985110933E-09
+  2.13370643847983056E-09  2.17333636674613454E-09  2.21367830886026244E-09
+  2.25474483533721852E-09  2.29654873676832081E-09  2.33910302765838607E-09
+  2.38242095032967451E-09  2.42651597889376948E-09  2.47140182329256783E-09
+  2.51709243340957511E-09  2.56360200325274666E-09  2.61094497521008900E-09
+  2.65913604437931639E-09  2.70819016297283524E-09  2.75812254479936078E-09
+  2.80894866982350527E-09  2.86068428880469421E-09  2.91334542801679538E-09
+  2.96694839404983248E-09  3.02150977869526289E-09  3.07704646391621773E-09
+  3.13357562690420875E-09  3.19111474522382277E-09  3.24968160204688322E-09
+  3.30929429147767807E-09  3.36997122397081741E-09  3.43173113184333887E-09
+  3.49459307488268488E-09  3.55857644605223548E-09  3.62370097729608268E-09
+  3.68998674544476702E-09  3.75745417822375091E-09  3.82612406036638177E-09
+  3.89601753983318389E-09  3.96715613413934383E-09  4.03956173679221711E-09
+  4.11325662384081854E-09  4.18826346053921534E-09  4.26460530812580913E-09
+  4.34230563072054405E-09  4.42138830234202464E-09  4.50187761404671404E-09
+  4.58379828119227293E-09  4.66717545082720647E-09  4.75203470920903860E-09
+  4.83840208945323213E-09  4.92630407931510212E-09  5.01576762910708492E-09
+  5.10682015975367827E-09  5.19948957098644695E-09  5.29380424968153192E-09
+  5.38979307834217323E-09  5.48748544372870851E-09  5.58691124563862702E-09
+  5.68810090583932779E-09  5.79108537715619421E-09  5.89589615271867662E-09
+  6.00256527536717392E-09  6.11112534722345447E-09  6.22160953942751740E-09
+  6.33405160204371737E-09  6.44848587413915216E-09  6.56494729403728688E-09
+  6.68347140974983551E-09  6.80409438959005315E-09  6.92685303297052260E-09
+  7.05178478138869771E-09  7.17892772960344854E-09  7.30832063700587730E-09
+  7.44000293918790573E-09  7.57401475971191873E-09  7.71039692208505897E-09
+  7.84919096194170226E-09  7.99043913943772011E-09  8.13418445186021536E-09
+  8.28047064645648631E-09  8.42934223348600874E-09  8.58084449949932009E-09
+  8.73502352084777313E-09  8.89192617742809640E-09  9.05160016666594202E-09
+  9.21409401774249227E-09  9.37945710606839643E-09  9.54773966800929962E-09
+  9.71899281586736420E-09  9.89326855312318424E-09  1.00706197899427502E-08
+  1.02511003589538397E-08  1.04347650312967375E-08  1.06216695329539422E-08
+  1.08118705613636885E-08  1.10054258023223212E-08  1.12023939471803785E-08
+  1.14028347103376879E-08  1.16068088470424575E-08  1.18143781714998218E-08
+  1.20256055752951075E-08  1.22405550461373542E-08  1.24592916869285822E-08
+  1.26818817351645374E-08  1.29083925826726721E-08  1.31388927956931220E-08
+  1.33734521353087291E-08  1.36121415782302393E-08  1.38550333379426371E-08
+  1.41022008862190922E-08  1.43537189750087913E-08  1.46096636587052166E-08
+  1.48701123168014059E-08  1.51351436769390158E-08  1.54048378383579491E-08
+  1.56792762957534811E-08  1.59585419635481394E-08  1.62427192005852750E-08
+  1.65318938352518913E-08  1.68261531910380709E-08  1.71255861125405438E-08
+  1.74302829919182755E-08  1.77403357958077658E-08  1.80558380927060233E-08
+  1.83768850808296504E-08  1.87035736164578201E-08  1.90360022427679904E-08
+  1.93742712191726560E-08  1.97184825511659432E-08  2.00687400206888880E-08
+  2.04251492170223849E-08  2.07878175682170163E-08  2.11568543730690825E-08
+  2.15323708336522083E-08  2.19144800884144416E-08  2.23032972458502773E-08
+  2.26989394187580351E-08  2.31015257590923966E-08  2.35111774934226170E-08
+  2.39280179590069836E-08  2.43521726404938997E-08  2.47837692072611052E-08
+  2.52229375514033742E-08  2.56698098263805167E-08  2.61245204863368805E-08
+  2.65872063261041125E-08  2.70580065218990544E-08  2.75370626727287341E-08
+  2.80245188425149427E-08  2.85205216029506765E-08  2.90252200771012973E-08
+  2.95387659837633600E-08  3.00613136825940381E-08  3.05930202200249751E-08
+  3.11340453759737357E-08  3.16845517113669173E-08  3.22447046164890617E-08
+  3.28146723601716583E-08  3.33946261398367310E-08  3.39847401324100889E-08
+  3.45851915461190992E-08  3.51961606731904837E-08  3.58178309434637860E-08
+  3.64503889789363358E-08  3.70940246492558782E-08  3.77489311281775293E-08
+  3.84153049510014914E-08  3.90933460730088692E-08  3.97832579289126234E-08
+  4.04852474933416917E-08  4.11995253423757622E-08  4.19263057161493259E-08
+  4.26658065825432541E-08  4.34182497019833216E-08  4.41838606933641262E-08
+  4.49628691011185732E-08  4.57555084634528511E-08  4.65620163817663673E-08
+  4.73826345912784004E-08  4.82176090328813225E-08  4.90671899262425146E-08
+  4.99316318441761416E-08  5.08111937883068059E-08  5.17061392660485832E-08
+  5.26167363689204976E-08  5.35432578522230797E-08  5.44859812160991082E-08
+  5.54451887880026635E-08  5.64211678066008649E-08  5.74142105071332447E-08
+  5.84246142082541721E-08  5.94526814003839482E-08  6.04987198355947775E-08
+  6.15630426190582517E-08  6.26459683020819197E-08  6.37478209767615803E-08
+  6.48689303722782935E-08  6.60096319528685013E-08  6.71702670174956121E-08
+  6.83511828012536879E-08  6.95527325785322593E-08  7.07752757679738716E-08
+  7.20191780392547113E-08  7.32848114217200095E-08  7.45725544149073223E-08
+  7.58827921009892685E-08  7.72159162591699873E-08  7.85723254820685904E-08
+  7.99524252941248522E-08  8.13566282720613635E-08  8.27853541674387567E-08
+  8.42390300313397496E-08  8.57180903412190131E-08  8.72229771299571372E-08
+  8.87541401171558733E-08  9.03120368427146871E-08  9.18971328027277057E-08
+  9.35099015877404719E-08  9.51508250234104587E-08  9.68203933136088523E-08
+  9.85191051860096072E-08  1.00247468040206948E-07  1.02005998098406382E-07
+  1.03795220558732699E-07  1.05615669751201758E-07  1.07467889296401525E-07
+  1.09352432266929282E-07  1.11269861351633474E-07  1.13220749022708604E-07
+  1.15205677705692582E-07  1.17225239952417159E-07  1.19280038616962572E-07
+  1.21370687034668938E-07  1.23497809204256973E-07  1.25662039973112253E-07
+  1.27864025225788223E-07  1.30104422075783436E-07  1.32383899060650134E-07
+  1.34703136340492106E-07  1.37062825899910264E-07  1.39463671753456514E-07
+  1.41906390154656052E-07  1.44391709808660836E-07  1.46920372088596491E-07
+  1.49493131255667895E-07  1.52110754683087139E-07  1.54774023083892218E-07
+  1.57483730742722146E-07  1.60240685751618293E-07  1.63045710249922070E-07
+  1.65899640668339159E-07  1.68803327977242241E-07  1.71757637939289740E-07
+  1.74763451366429215E-07  1.77821664381366567E-07  1.80933188683576622E-07
+  1.84098951819934663E-07  1.87319897460047664E-07  1.90596985676369673E-07
+  1.93931193229181099E-07  1.97323513856519221E-07  2.00774958569143489E-07
+  2.04286555950625932E-07  2.07859352462652375E-07  2.11494412755627412E-07
+  2.15192819984674708E-07  2.18955676131125182E-07  2.22784102329590199E-07
+  2.26679239200715688E-07  2.30642247189714791E-07  2.34674306910782711E-07
+  2.38776619497492244E-07  2.42950406959275856E-07  2.47196912544099566E-07
+  2.51517401107436931E-07  2.55913159487650147E-07  2.60385496887893378E-07
+  2.64935745264647621E-07  2.69565259723004777E-07  2.74275418918818083E-07
+  2.79067625467836133E-07  2.83943306361944287E-07  2.88903913392635458E-07
+  2.93950923581836376E-07  2.99085839620216219E-07  3.04310190313107586E-07
+  3.09625531034176127E-07  3.15033444186965459E-07  3.20535539674460997E-07
+  3.26133455376808915E-07  3.31828857637333170E-07  3.37623441756992832E-07
+  3.43518932497428819E-07  3.49517084592747071E-07  3.55619683270190241E-07
+  3.61828544779854728E-07  3.68145516933605602E-07  3.74572479653354091E-07
+  3.81111345528855461E-07  3.87764060385197904E-07  3.94532603860144639E-07
+  4.01418989991506370E-07  4.08425267814713712E-07  4.15553521970769478E-07
+  4.22805873324759602E-07  4.30184479595106555E-07  4.37691535993752454E-07
+  4.45329275877460907E-07  4.53099971410429710E-07  4.61005934238413561E-07
+  4.69049516174554987E-07  4.77233109897124988E-07  4.85559149659385290E-07
+  4.94030112011776742E-07  5.02648516536652422E-07  5.11416926595771505E-07
+  5.20337950090774762E-07  5.29414240236869219E-07  5.38648496349951205E-07
+  5.48043464647393841E-07  5.57601939062753292E-07  5.67326762074616660E-07
+  5.77220825549846678E-07  5.87287071601474260E-07  5.97528493461488448E-07
+  6.07948136368786554E-07  6.18549098472544647E-07  6.29334531751279641E-07
+  6.40307642947870542E-07  6.51471694520822295E-07  6.62830005612048146E-07
+  6.74385953031462750E-07  6.86142972258671801E-07  6.98104558462065103E-07
+  7.10274267535599937E-07  7.22655717153600176E-07  7.35252587843867728E-07
+  7.48068624079435477E-07  7.61107635389280105E-07  7.74373497488325027E-07
+  7.87870153427068664E-07  8.01601614761180238E-07  8.15571962741406046E-07
+  8.29785349524144501E-07  8.44245999403044320E-07  8.58958210061991352E-07
+  8.73926353849858434E-07  8.89154879077393091E-07  9.04648311336630380E-07
+  9.20411254843218828E-07  9.36448393802059460E-07  9.52764493796662501E-07
+  9.69364403202636039E-07  9.86253054625714403E-07  1.00343546636477379E-06
+  1.02091674390025002E-06  1.03870208140840152E-06  1.05679676330187809E-06
+  1.07520616579704457E-06  1.09393575850851848E-06  1.11299110607140626E-06
+  1.13237786979171072E-06  1.15210180932540216E-06  1.17216878438664876E-06
+  1.19258475648571516E-06  1.21335579069704208E-06  1.23448805745803495E-06
+  1.25598783439908745E-06  1.27786150820539342E-06  1.30011557651108509E-06
+  1.32275664982627475E-06  1.34579145349755680E-06  1.36922682970256277E-06
+  1.39306973947915073E-06  1.41732726478983850E-06  1.44200661062209145E-06
+  1.46711510712507856E-06  1.49266021178354730E-06  1.51864951162944171E-06
+  1.54509072549193552E-06  1.57199170628653974E-06  1.59936044334396596E-06
+  1.62720506477942702E-06  1.65553383990309605E-06  1.68435518167242014E-06
+  1.71367764918702141E-06  1.74350995022693389E-06  1.77386094383490339E-06
+  1.80473964294356450E-06  1.83615521704820948E-06  1.86811699492599228E-06
+  1.90063446740235362E-06  1.93371729016548403E-06  1.96737528662967151E-06
+  2.00161845084836939E-06  2.03645695047785640E-06  2.07190112979236564E-06
+  2.10796151275157373E-06  2.14464880612136414E-06  2.18197390264878321E-06
+  2.21994788429213634E-06  2.25858202550718107E-06  2.29788779659037925E-06
+  2.33787686708022602E-06  2.37856110921762970E-06  2.41995260146639797E-06
+  2.46206363209485827E-06  2.50490670281967156E-06  2.54849453251293467E-06
+  2.59284006097365424E-06  2.63795645276472081E-06  2.68385710111651189E-06
+  2.73055563189829098E-06  2.77806590765856962E-06  2.82640203173563203E-06
+  2.87557835243945877E-06  2.92560946730624956E-06  2.97651022742685309E-06
+  3.02829574185034907E-06  3.08098138206411386E-06  3.13458278655167727E-06
+  3.18911586542971839E-06  3.24459680516563770E-06  3.30104207337699263E-06
+  3.35846842371431223E-06  3.41689290082870138E-06  3.47633284542570743E-06
+  3.53680589940695579E-06  3.59833001110107056E-06  3.66092344058542754E-06
+  3.72460476510034557E-06  3.78939288455726563E-06  3.85530702714261529E-06
+  3.92236675501896732E-06  3.99059197012520402E-06  4.06000292007741764E-06
+  4.13062020417227371E-06  4.20246477949461497E-06  4.27555796713115276E-06
+  4.34992145849204332E-06  4.42557732174224124E-06  4.50254800834453930E-06
+  4.58085635971624029E-06  4.66052561400140655E-06  4.74157941296072416E-06
+  4.82404180898100808E-06  4.90793727220643098E-06  4.99329069779357473E-06
+  5.08012741329249497E-06  5.16847318615592826E-06  5.25835423137891851E-06
+  5.34979721927109224E-06  5.44282928336392287E-06  5.53747802845527115E-06
+  5.63377153879364197E-06  5.73173838640457154E-06  5.83140763956154394E-06
+  5.93280887140410234E-06  6.03597216870551592E-06  6.14092814079275672E-06
+  6.24770792862133623E-06  6.35634321400774853E-06  6.46686622902221775E-06
+  6.57930976554454859E-06  6.69370718498592579E-06  6.81009242817950437E-06
+  6.92850002544276383E-06  7.04896510681459162E-06  7.17152341247010888E-06
+  7.29621130331637416E-06  7.42306577177204655E-06  7.55212445273424654E-06
+  7.68342563473585354E-06  7.81700827129652496E-06  7.95291199247083512E-06
+  8.09117711659692119E-06  8.23184466224915572E-06  8.37495636039834303E-06
+  8.52055466678309962E-06  8.66868277449599972E-06  8.81938462678832311E-06
+  8.97270493009711865E-06  9.12868916729844415E-06  9.28738361119078417E-06
+  9.44883533821255882E-06  9.61309224239781150E-06  9.78020304957425649E-06
+  9.95021733180781650E-06  1.01231855220979904E-05  1.02991589293284099E-05
+  1.04781897534768799E-05  1.06603311010897011E-05  1.08456370010245265E-05
+  1.10341624204666175E-05  1.12259632812231896E-05  1.14210964763007248E-05
+  1.16196198867700157E-05  1.18215923989241665E-05  1.20270739217343972E-05
+  1.22361254046090225E-05  1.24488088554606900E-05  1.26651873590874171E-05
+  1.28853250958726644E-05  1.31092873608102140E-05  1.33371405828592503E-05
+  1.35689523446355821E-05  1.38047914024447206E-05  1.40447277066627828E-05
+  1.42888324224712455E-05  1.45371779509517425E-05  1.47898379505470614E-05
+  1.50468873588947963E-05  1.53084024150400416E-05  1.55744606820337670E-05
+  1.58451410699235496E-05  1.61205238591434369E-05  1.64006907243099380E-05
+  1.66857247584311097E-05  1.69757104975360145E-05  1.72707339457317241E-05
+  1.75708826006953549E-05  1.78762454796087435E-05  1.81869131455432920E-05
+  1.85029777343029850E-05  1.88245329817332561E-05  1.91516742515042385E-05
+  1.94844985633761457E-05  1.98231046219553453E-05  2.01675928459498475E-05
+  2.05180653979325179E-05  2.08746262146210552E-05  2.12373810376836546E-05
+  2.16064374450794505E-05  2.19819048829430392E-05  2.23638946980225026E-05
+  2.27525201706806295E-05  2.31478965484689154E-05  2.35501410802845090E-05
+  2.39593730511200570E-05  2.43757138174168129E-05  2.47992868430314314E-05
+  2.52302177358271310E-05  2.56686342849001043E-05  2.61146664984520550E-05
+  2.65684466423202124E-05  2.70301092791761626E-05  2.74997913084051900E-05
+  2.79776320066777558E-05  2.84637730692252952E-05  2.89583586518325060E-05
+  2.94615354135585254E-05  2.99734525601996551E-05  3.04942618885064793E-05
+  3.10241178311686298E-05  3.15631775025801620E-05  3.21116007453994826E-05
+  3.26695501779173661E-05  3.32371912422471365E-05  3.38146922533511101E-05
+  3.44022244489185374E-05  3.49999620401085683E-05  3.56080822631744034E-05
+  3.62267654319831518E-05  3.68561949914475703E-05  3.74965575718848231E-05
+  3.81480430443188498E-05  3.88108445767425771E-05  3.94851586913564344E-05
+  4.01711853228004596E-05  4.08691278773967460E-05  4.15791932934203961E-05
+  4.23015921024160545E-05  4.30365384915789770E-05  4.37842503672182561E-05
+  4.45449494193217446E-05  4.53188611872411365E-05  4.61062151265172627E-05
+  4.69072446768646151E-05  4.77221873313359783E-05  4.85512847066870418E-05
+  4.93947826149621836E-05  5.02529311363223899E-05  5.11259846931367586E-05
+  5.20142021253599949E-05  5.29178467672173538E-05  5.38371865252206769E-05
+  5.47724939575377180E-05  5.57240463547388853E-05  5.66921258219447332E-05
+  5.76770193623990439E-05  5.86790189624916773E-05  5.96984216782567756E-05
+  6.07355297233711251E-05  6.17906505586803749E-05  6.28640969832771490E-05
+  6.39561872271602304E-05  6.50672450455005253E-05  6.61975998145429676E-05
+  6.73475866291716623E-05  6.85175464021678908E-05  6.97078259651896104E-05
+  7.09187781715029986E-05  7.21507620004957885E-05  7.34041426640035259E-05
+  7.46792917144802705E-05  7.59765871550456182E-05  7.72964135514401086E-05
+  7.86391621459230891E-05  8.00052309731454395E-05  8.13950249780326791E-05
+  8.28089561357117805E-05  8.42474435735186225E-05  8.57109136951212356E-05
+  8.71998003067951894E-05  8.87145447458895421E-05  9.02555960115200811E-05
+  9.18234108975293583E-05  9.34184541277515091E-05  9.50411984936242338E-05
+  9.66921249941850888E-05  9.83717229784965524E-05  1.00080490290539996E-04
+  1.01818933416622146E-04  1.03587567635337100E-04  1.05386917170128362E-04
+  1.07217515344496068E-04  1.09079904739894714E-04  1.10974637356368392E-04
+  1.12902274775970271E-04  1.14863388329015863E-04  1.16858559263217143E-04
+  1.18888378915749191E-04  1.20953448888299096E-04  1.23054381225148581E-04
+  1.25191798594343840E-04  1.27366334472004902E-04  1.29578633329829239E-04
+  1.31829350825845182E-04  1.34119153998470911E-04  1.36448721463936125E-04
+  1.38818743617124933E-04  1.41229922835899155E-04  1.43682973688961257E-04
+  1.46178623147319778E-04  1.48717610799417669E-04  1.51300689069988533E-04
+  1.53928623442703584E-04  1.56602192686676662E-04  1.59322189086892130E-04
+  1.62089418678624782E-04  1.64904701485920030E-04  1.67768871764204875E-04
+  1.70682778247100651E-04  1.73647284397510722E-04  1.76663268663056021E-04
+  1.79731624735934891E-04  1.82853261817281741E-04  1.86029104886104214E-04
+  1.89260094972876935E-04  1.92547189437871068E-04  1.95891362254304257E-04
+  1.99293604296391265E-04  2.02754923632381953E-04  2.06276345822671228E-04
+  2.09858914223069151E-04  2.13503690293320584E-04  2.17211753910963936E-04
+  2.20984203690622038E-04  2.24822157308818136E-04  2.28726751834412712E-04
+  2.32699144064758010E-04  2.36740510867668359E-04  2.40852049529307146E-04
+  2.45034978108092010E-04  2.49290535794722927E-04  2.53619983278435899E-04
+  2.58024603119594829E-04  2.62505700128720849E-04  2.67064601752086653E-04
+  2.71702658463969461E-04  2.76421244165691031E-04  2.81221756591555963E-04
+  2.86105617721807935E-04  2.91074274202726495E-04  2.96129197773982802E-04
+  3.01271885703384478E-04  3.06503861229132947E-04  3.11826674009724246E-04
+  3.17241900581623714E-04  3.22751144824849406E-04  3.28356038436598873E-04
+  3.34058241413058197E-04  3.39859442539535046E-04  3.45761359889055120E-04
+  3.51765741329571979E-04  3.57874365039935287E-04  3.64089040034768201E-04
+  3.70411606698407402E-04  3.76843937328061383E-04  3.83387936686344544E-04
+  3.90045542563348250E-04  3.96818726348412902E-04  4.03709493611765970E-04
+  4.10719884696197793E-04  4.17851975318943997E-04  4.25107877183950782E-04
+  4.32489738604702938E-04  4.39999745137792289E-04  4.47640120227411702E-04
+  4.55413125860963143E-04  4.63321063235967398E-04  4.71366273438471491E-04
+  4.79551138133148681E-04  4.87878080265291179E-04  4.96349564774899795E-04
+  5.04968099323077060E-04  5.13736235030933398E-04  5.22656567231219492E-04
+  5.31731736232906585E-04  5.40964428098927625E-04  5.50357375437313849E-04
+  5.59913358205945365E-04  5.69635204531156419E-04  5.79525791540425874E-04
+  5.89588046209397034E-04  5.99824946223466546E-04  6.10239520854195219E-04
+  6.20834851850790657E-04  6.31614074346917905E-04  6.42580377783100827E-04
+  6.53737006844977648E-04  6.65087262417680546E-04  6.76634502556615314E-04
+  6.88382143474917355E-04  7.00333660547867954E-04  7.12492589334558701E-04
+  7.24862526617100242E-04  7.37447131457663889E-04  7.50250126273671147E-04
+  7.63275297931428876E-04  7.76526498858523865E-04  7.90007648175301423E-04
+  8.03722732845742953E-04  8.17675808848075236E-04  8.31871002365442347E-04
+  8.46312510996986584E-04  8.61004604989660540E-04  8.75951628491168101E-04
+  8.91158000824332323E-04  9.06628217783290351E-04  9.22366852951875130E-04
+  9.38378559044552208E-04  9.54668069270296735E-04  9.71240198719794151E-04
+  9.88099845776358333E-04  1.00525199355096630E-03  1.02270171134181335E-03
+  1.04045415611880116E-03  1.05851457403337984E-03  1.07688830195416482E-03
+  1.09558076902876132E-03  1.11459749827224393E-03  1.13394410818272082E-03
+  1.15362631438445753E-03  1.17364993129899682E-03  1.19402087384476593E-03
+  1.21474515916563026E-03  1.23582890838888301E-03  1.25727834841316260E-03
+  1.27909981372679375E-03  1.30129974825705865E-03  1.32388470725091842E-03
+  1.34686135918769671E-03  1.37023648772426716E-03  1.39401699367328307E-03
+  1.41820989701498521E-03  1.44282233894315963E-03  1.46786158394580707E-03
+  1.49333502192108380E-03  1.51925017032912015E-03  1.54561467638029190E-03
+  1.57243631926054939E-03  1.59972301239442245E-03  1.62748280574630732E-03
+  1.65572388816068346E-03  1.68445458974188027E-03  1.71368338427406084E-03
+  1.74341889168206786E-03  1.77366988053380783E-03  1.80444527058485748E-03
+  1.83575413536597146E-03  1.86760570481419750E-03  1.90000936794831226E-03
+  1.93297467558929963E-03  1.96651134312659332E-03  2.00062925333084705E-03
+  2.03533845921396572E-03  2.07064918693718007E-03  2.10657183876793120E-03
+  2.14311699608636490E-03  2.18029542244222449E-03  2.21811806666296144E-03
+  2.25659606601388450E-03  2.29574074941119727E-03  2.33556364068874265E-03
+  2.37607646191934823E-03  2.41729113679163034E-03  2.45921979404313366E-03
+  2.50187477095072976E-03  2.54526861687915783E-03  2.58941409688865243E-03
+  2.63432419540259206E-03  2.68001211993610386E-03  2.72649130488662652E-03
+  2.77377541538732005E-03  2.82187835122447994E-03  2.87081425081976357E-03
+  2.92059749527837391E-03  2.97124271250421386E-03  3.02276478138302062E-03
+  3.07517883603457753E-03  3.12850027013505906E-03  3.18274474131060615E-03
+  3.23792817560322917E-03  3.29406677201016761E-03  3.35117700709782309E-03
+  3.40927563969143288E-03  3.46837971564163206E-03  3.52850657266907822E-03
+  3.58967384528835823E-03  3.65189946981234409E-03  3.71520168943825866E-03
+  3.77959905941665413E-03  3.84511045230460013E-03  3.91175506330429870E-03
+  3.97955241568845059E-03  4.04852236631364493E-03  4.11868511122311706E-03
+  4.19006119134016433E-03  4.26267149825359896E-03  4.33653728009658710E-03
+  4.41168014752024717E-03  4.48812207976339791E-03  4.56588543081988193E-03
+  4.64499293570485271E-03  4.72546771682150115E-03  4.80733329042964952E-03
+  4.89061357321768624E-03  4.97533288897933704E-03  5.06151597539675636E-03
+  5.14918799093145533E-03  5.23837452182460139E-03  5.32910158920824224E-03
+  5.42139565632897367E-03  5.51528363588567674E-03  5.61079289748286220E-03
+  5.70795127520126212E-03  5.80678707528725375E-03  5.90732908396275798E-03
+  6.00960657535725817E-03  6.11364931956358531E-03  6.21948759081912810E-03
+  6.32715217581417654E-03  6.43667438212905743E-03  6.54808604680180099E-03
+  6.66141954502800972E-03  6.77670779899469753E-03  6.89398428684982485E-03
+  7.01328305180924476E-03  7.13463871140286761E-03  7.25808646686177273E-03
+  7.38366211264805412E-03  7.51140204612917289E-03  7.64134327739863974E-03
+  7.77352343924475608E-03  7.90798079726928206E-03  8.04475426015781314E-03
+  8.18388339010365021E-03  8.32540841338703930E-03  8.46937023111151745E-03
+  8.61581043009924941E-03  8.76477129394720444E-03  8.91629581424572930E-03
+  9.07042770196191117E-03  9.22721139898883928E-03  9.38669208986309470E-03
+  9.54891571365202446E-03  9.71392897601276034E-03  9.88177936142460578E-03
+  1.00525151455967236E-02  1.02261854080527969E-02  1.04028400448945013E-02
+  1.05825297817454846E-02  1.07653061868776285E-02  1.09512216845212493E-02
+  1.11403295683610310E-02  1.13326840152192746E-02  1.15283400989281987E-02
+  1.17273538043928208E-02  1.19297820418461636E-02  1.21356826612982280E-02
+  1.23451144671803750E-02  1.25581372331865383E-02  1.27748117173128346E-02
+  1.29951996770969521E-02  1.32193638850586753E-02  1.34473681443429902E-02
+  1.36792773045669933E-02  1.39151572778718879E-02  1.41550750551812168E-02
+  1.43990987226665559E-02  1.46472974784217051E-02  1.48997416493462671E-02
+  1.51565027082398458E-02  1.54176532911074384E-02  1.56832672146769402E-02
+  1.59534194941296052E-02  1.62281863610438046E-02  1.65076452815529108E-02
+  1.67918749747175862E-02  1.70809554311128799E-02  1.73749679316303821E-02
+  1.76739950664955396E-02  1.79781207545002160E-02  1.82874302624503257E-02
+  1.86020102248283595E-02  1.89219486636704598E-02  1.92473350086575234E-02
+  1.95782601174196505E-02  1.99148162960532844E-02  2.02570973198499607E-02
+  2.06051984542355709E-02  2.09592164759189736E-02  2.13192496942483378E-02
+  2.16853979727735999E-02  2.20577627510132879E-02  2.24364470664235489E-02
+  2.28215555765670826E-02  2.32131945814796625E-02  2.36114720462313431E-02
+  2.40164976236794600E-02  2.44283826774102063E-02  2.48472403048654172E-02
+  2.52731853606504887E-02  2.57063344800198858E-02  2.61468061025354644E-02
+  2.65947204958933113E-02  2.70501997799138805E-02  2.75133679506904087E-02
+  2.79843509048899805E-02  2.84632764642005903E-02  2.89502743999194775E-02
+  2.94454764576740705E-02  2.99490163822697594E-02  3.04610299426564084E-02
+  3.09816549570059961E-02  3.15110313178925752E-02  3.20493010175661175E-02
+  3.25966081733106150E-02  3.31530990528768818E-02  3.37189220999795231E-02
+  3.42942279598472954E-02  3.48791695048157671E-02  3.54739018599496830E-02
+  3.60785824286833021E-02  3.66933709184650500E-02  3.73184293663928329E-02
+  3.79539221648259040E-02  3.86000160869579001E-02  3.92568803123356375E-02
+  3.99246864523070052E-02  4.06036085753809575E-02  4.12938232324817633E-02
+  4.19955094820786620E-02  4.27088489151715642E-02  4.34340256801126826E-02
+  4.41712265072426030E-02  4.49206407333193683E-02  4.56824603257168366E-02
+  4.64568799063695761E-02  4.72440967754385877E-02  4.80443109346727140E-02
+  4.88577251104386281E-02  4.96845447763921214E-02  5.05249781757611399E-02
+  5.13792363432114263E-02  5.22475331262630543E-02  5.31300852062262866E-02
+  5.40271121186227943E-02  5.49388362730581156E-02  5.58654829725093172E-02
+  5.68072804319908753E-02  5.77644597965601622E-02  5.87372551586233041E-02
+  5.97259035744995767E-02  6.07306450802025943E-02  6.17517227063938343E-02
+  6.27893824924633942E-02  6.38438734996910479E-02  6.49154478234389154E-02
+  6.60043606043263509E-02  6.71108700383348245E-02  6.82352373857900291E-02
+  6.93777269791664014E-02  7.05386062296570610E-02  7.17181456324514632E-02
+  7.29166187706604824E-02  7.41343023178272220E-02  7.53714760389598420E-02
+  7.66284227900213277E-02  7.79054285158083115E-02  7.92027822461505854E-02
+  8.05207760903596109E-02  8.18597052298531552E-02  8.32198679088812232E-02
+  8.46015654232765008E-02  8.60051021071497196E-02  8.74307853174498828E-02
+  8.88789254163059039E-02  9.03498357510633399E-02  9.18438326319336168E-02
+  9.33612353071603951E-02  9.49023659356166005E-02  9.64675495567372671E-02
+  9.80571140576928929E-02  9.96713901377063449E-02  1.01310711269413559E-01
+  1.02975413657167419E-01  1.04665836192180561E-01  1.06382320404402667E-01
+  1.08125210411024228E-01  1.09894852861498457E-01  1.11691596878969623E-01
+  1.13515793997995440E-01  1.15367798098448729E-01  1.17247965335482596E-01
+  1.19156654065440640E-01  1.21094224767593017E-01  1.23061039961578120E-01
+  1.25057464120427009E-01  1.27083863579047329E-01  1.29140606438042593E-01
+  1.31228062462741185E-01  1.33346602977308271E-01  1.35496600753814533E-01
+  1.37678429896133547E-01  1.39892465718539860E-01  1.42139084618880168E-01
+  1.44418663946189574E-01  1.46731581862624860E-01  1.49078217199588248E-01
+  1.51458949307914731E-01  1.53874157901998293E-01  1.56324222897732595E-01
+  1.58809524244144629E-01  1.61330441748599923E-01  1.63887354895462939E-01
+  1.66480642658097255E-01  1.69110683304092235E-01  1.71777854193610219E-01
+  1.74482531570748639E-01  1.77225090347816999E-01  1.80005903882435259E-01
+  1.82825343747364283E-01  1.85683779492984147E-01  1.88581578402345990E-01
+  1.91519105238727283E-01  1.94496721985629950E-01  1.97514787579170126E-01
+  2.00573657632815039E-01  2.03673684154436735E-01  2.06815215255659351E-01
+  2.09998594853491205E-01  2.13224162364245490E-01  2.16492252389763495E-01
+  2.19803194395974816E-01  2.23157312383839040E-01  2.26554924552734016E-01
+  2.29996342956368033E-01  2.33481873151321184E-01  2.37011813838329533E-01
+  2.40586456496455825E-01  2.44206085010310242E-01  2.47870975290503559E-01
+  2.51581394887548881E-01  2.55337602599444713E-01  2.59139848073208556E-01
+  2.62988371400647125E-01  2.66883402708701645E-01  2.70825161744707166E-01
+  2.74813857456966792E-01  2.78849687571062543E-01  2.82932838162361533E-01
+  2.87063483225218852E-01  2.91241784239414381E-01  2.95467889734403355E-01
+  2.99741934852004066E-01  3.04064040908188338E-01  3.08434314954689814E-01
+  3.12852849341188344E-01  3.17319721278883360E-01  3.21834992406313303E-01
+  3.26398708358338452E-01  3.31010898339247850E-01  3.35671574701018938E-01
+  3.40380732527800434E-01  3.45138349227759933E-01  3.49944384133485886E-01
+  3.54798778112199731E-01  3.59701453187091569E-01  3.64652312171153570E-01
+  3.69651238314948949E-01  3.74698094969812656E-01  3.79792725268046194E-01
+  3.84934951821726323E-01  3.90124576441811310E-01  3.95361379879286212E-01
+  4.00645121590151476E-01  4.05975539526111651E-01  4.11352349952881058E-01
+  4.16775247298071916E-01  4.22243904030685346E-01  4.27757970574267288E-01
+  4.33317075255836792E-01  4.38920824292730438E-01  4.44568801819539339E-01
+  4.50260569957340873E-01  4.55995668927444031E-01  4.61773617211883758E-01
+  4.67593911762892722E-01  4.73456028263580853E-01  4.79359421442026146E-01
+  4.85303525440954120E-01  4.91287754245137320E-01  4.97311502168586272E-01
+  5.03374144403532453E-01  5.09475037633106087E-01  5.15613520709507389E-01
+  5.21788915399329589E-01  5.28000527197550196E-01  5.34247646211516769E-01
+  5.40529548116061576E-01  5.46845495180642072E-01  5.53194737369146150E-01
+  5.59576513512713758E-01  5.65990052555593537E-01  5.72434574873704638E-01
+  5.78909293665166191E-01  5.85413416411626697E-01  5.91946146408745988E-01
+  5.98506684363661057E-01  6.05094230056699045E-01  6.11707984063990517E-01
+  6.18347149536967344E-01  6.25010934034028520E-01  6.31698551398871211E-01
+  6.38409223679204496E-01  6.45142183078649345E-01  6.51896673933739290E-01
+  6.58671954706951057E-01  6.65467299985660121E-01  6.72282002475850016E-01
+  6.79115374978269570E-01  6.85966752333572183E-01  6.92835493321752538E-01
+  6.99720982499962063E-01  7.06622631961511649E-01  7.13539882997580754E-01
+  7.20472207641869145E-01  7.27419110077127562E-01  7.34380127881257394E-01
+  7.41354833089432952E-01  7.48342833047556222E-01  7.55343771031273814E-01
+  7.62357326603848029E-01  7.69383215685368604E-01  7.76421190305203734E-01
+  7.83471038009212029E-01  7.90532580893187009E-01  7.97605674234271644E-01
+  8.04690204692801947E-01  8.11786088058239153E-01  8.18893266514641893E-01
+  8.26011705403618013E-01  8.33141389465989146E-01  8.40282318547605267E-01
+  8.47434502760070152E-01  8.54597957093646832E-01  8.61772695487612261E-01
+  8.68958724372893787E-01  8.76156035713309023E-01  8.83364599585300558E-01
+  8.90584356352071449E-01  8.97815208506762108E-01  9.05057012281175521E-01
+  9.12309569141915855E-01  9.19572617325148056E-01  9.26845823594996898E-01
+  9.34128775449469040E-01  9.41420974042286418E-01  9.48721828139942325E-01
+  9.56030649491318996E-01  9.63346650053264364E-01  9.70668941590578482E-01
+  9.77996538253925518E-01  9.85328362835489302E-01  9.92663257511049335E-01
+  1.00000000000000000E+00  1.00733732621326322E+00  1.01467392892205477E+00
+  1.02200845644751559E+00  1.02933951137685464E+00
+  END     
+   TPHI_LCAO   1 #tphi0(r) for tphi0(r)/r*Ylm)
+  0.00000000000000000E+00  5.32700485012969502E-08  1.07000643868176036E-07
+  1.61195767764278740E-07  2.15859436276772351E-07  2.70995700213951890E-07
+  3.26608645405429084E-07  3.82702393004903372E-07  4.39281099795562159E-07
+  4.96348958498113659E-07  5.53910198081480485E-07  6.11969084076195490E-07
+  6.70529918890482961E-07  7.29597042129092412E-07  7.89174830914882897E-07
+  8.49267700213178925E-07  9.09880103158945198E-07  9.71016531386781116E-07
+  1.03268151536376576E-06  1.09487962472518946E-06  1.15761546861318000E-06
+  1.22089369601826270E-06  1.28471899612386569E-06  1.34909609865381135E-06
+  1.41402977422280941E-06  1.47952483468997723E-06  1.54558613351541961E-06
+  1.61221856611989117E-06  1.67942707024756731E-06  1.74721662633195236E-06
+  1.81559225786494875E-06  1.88455903176912483E-06  1.95412205877318462E-06
+  2.02428649379070426E-06  2.09505753630213049E-06  2.16644043074007941E-06
+  2.23844046687797683E-06  2.31106298022204773E-06  2.38431335240670745E-06
+  2.45819701159334985E-06  2.53271943287261513E-06  2.60788613867010127E-06
+  2.68370269915560755E-06  2.76017473265590387E-06  2.83730790607107413E-06
+  2.91510793529446077E-06  2.99358058563622826E-06  3.07273167225060438E-06
+  3.15256706056680273E-06  3.23309266672368238E-06  3.31431445800814709E-06
+  3.39623845329736005E-06  3.47887072350475927E-06  3.56221739202993917E-06
+  3.64628463521242526E-06  3.73107868278935605E-06  3.81660581835714440E-06
+  3.90287237983711695E-06  3.98988475994516933E-06  4.07764940666551083E-06
+  4.16617282372847058E-06  4.25546157109246360E-06  4.34552226543010716E-06
+  4.43636158061853688E-06  4.52798624823398584E-06  4.62040305805060570E-06
+  4.71361885854362625E-06  4.80764055739685948E-06  4.90247512201457514E-06
+  4.99812958003783082E-06  5.09461101986523542E-06  5.19192659117824348E-06
+  5.29008350547095896E-06  5.38908903658455886E-06  5.48895052124629502E-06
+  5.58967535961319268E-06  5.69127101582042048E-06  5.79374501853442415E-06
+  5.89710496151082560E-06  6.00135850415715857E-06  6.10651337210045780E-06
+  6.21257735775976182E-06  6.31955832092356494E-06  6.42746418933225914E-06
+  6.53630295926561750E-06  6.64608269613534708E-06  6.75681153508276895E-06
+  6.86849768158167608E-06  6.98114941204638019E-06  7.09477507444503898E-06
+  7.20938308891827140E-06  7.32498194840312534E-06  7.44158021926244169E-06
+  7.55918654191966154E-06  7.67780963149910770E-06  7.79745827847182355E-06
+  7.91814134930697365E-06  8.03986778712889557E-06  8.16264661237981941E-06
+  8.28648692348831225E-06  8.41139789754353336E-06  8.53738879097526948E-06
+  8.66446894023987909E-06  8.79264776251218445E-06  8.92193475638330480E-06
+  9.05233950256454583E-06  9.18387166459736404E-06  9.31654098956949414E-06
+  9.45035730883722929E-06  9.58533053875398974E-06  9.72147068140513232E-06
+  9.85878782534918398E-06  9.99729214636541602E-06  1.01369939082079356E-05
+  1.02779034633662620E-05  1.04200312538324826E-05  1.05633878118750599E-05
+  1.07079837608193199E-05  1.08538298158346726E-05  1.10009367847286614E-05
+  1.11493155687478647E-05  1.12989771633857185E-05  1.14499326591973344E-05
+  1.16021932426213574E-05  1.17557701968089318E-05  1.19106749024598067E-05
+  1.20669188386657276E-05  1.22245135837610738E-05  1.23834708161808383E-05
+  1.25438023153260841E-05  1.27055199624368284E-05  1.28686357414724943E-05
+  1.30331617399999726E-05  1.31991101500893723E-05  1.33664932692174764E-05
+  1.35353235011790749E-05  1.37056133570061103E-05  1.38773754558948047E-05
+  1.40506225261408061E-05  1.42253674060823883E-05  1.44016230450518468E-05
+  1.45794025043350891E-05  1.47587189581395150E-05  1.49395856945703141E-05
+  1.51220161166151567E-05  1.53060237431373988E-05  1.54916222098779010E-05
+  1.56788252704654786E-05  1.58676467974361353E-05  1.60581007832610374E-05
+  1.62502013413834514E-05  1.64439627072645690E-05  1.66393992394384562E-05
+  1.68365254205760586E-05  1.70353558585584227E-05  1.72359052875592313E-05
+  1.74381885691366219E-05  1.76422206933345262E-05  1.78480167797935098E-05
+  1.80555920788711393E-05  1.82649619727721444E-05  1.84761419766883242E-05
+  1.86891477399482186E-05  1.89039950471768725E-05  1.91206998194654658E-05
+  1.93392781155511906E-05  1.95597461330072299E-05  1.97821202094431158E-05
+  2.00064168237153423E-05  2.02326525971485943E-05  2.04608442947674210E-05
+  2.06910088265385794E-05  2.09231632486241722E-05  2.11573247646455495E-05
+  2.13935107269581785E-05  2.16317386379375505E-05  2.18720261512761349E-05
+  2.21143910732916280E-05  2.23588513642464609E-05  2.26054251396787455E-05
+  2.28541306717446871E-05  2.31049863905726466E-05  2.33580108856288908E-05
+  2.36132229070951384E-05  2.38706413672580567E-05  2.41302853419106842E-05
+  2.43921740717660817E-05  2.46563269638831286E-05  2.49227635931046840E-05
+  2.51915037035081297E-05  2.54625672098685289E-05  2.57359741991343605E-05
+  2.60117449319160644E-05  2.62898998439874753E-05  2.65704595478000869E-05
+  2.68534448340106727E-05  2.71388766730218321E-05  2.74267762165360556E-05
+  2.77171647991231385E-05  2.80100639398011647E-05  2.83054953436311344E-05
+  2.86034809033254594E-05  2.89040427008701934E-05  2.92072030091615375E-05
+  2.95129842936562666E-05  2.98214092140365387E-05  3.01325006258890568E-05
+  3.04462815823988023E-05  3.07627753360573280E-05  3.10820053403859076E-05
+  3.14039952516735049E-05  3.17287689307298103E-05  3.20563504446534525E-05
+  3.23867640686154636E-05  3.27200342876581400E-05  3.30561857985095224E-05
+  3.33952435114135223E-05  3.37372325519758441E-05  3.40821782630259531E-05
+  3.44301062064950288E-05  3.47810421653102630E-05  3.51350121453054335E-05
+  3.54920423771480943E-05  3.58521593182833397E-05  3.62153896548944351E-05
+  3.65817603038803610E-05  3.69512984148504805E-05  3.73240313721364531E-05
+  3.76999867968214473E-05  3.80791925487871283E-05  3.84616767287780328E-05
+  3.88474676804840844E-05  3.92365939926408625E-05  3.96290845011482758E-05
+  4.00249682912072875E-05  4.04242746994753566E-05  4.08270333162403582E-05
+  4.12332739876133689E-05  4.16430268177403647E-05  4.20563221710330953E-05
+  4.24731906744191975E-05  4.28936632196117614E-05  4.33177709653985901E-05
+  4.37455453399511232E-05  4.41770180431534589E-05  4.46122210489514336E-05
+  4.50511866077219975E-05  4.54939472486631338E-05  4.59405357822044344E-05
+  4.63909853024383476E-05  4.68453291895728070E-05  4.73036011124046754E-05
+  4.77658350308148469E-05  4.82320651982847407E-05  4.87023261644346626E-05
+  4.91766527775840874E-05  4.96550801873340522E-05  5.01376438471718778E-05
+  5.06243795170984340E-05  5.11153232662781405E-05  5.16105114757117687E-05
+  5.21099808409324731E-05  5.26137683747251127E-05  5.31219114098689573E-05
+  5.36344476019043342E-05  5.41514149319229717E-05  5.46728517093825062E-05
+  5.51987965749455611E-05  5.57292885033429820E-05  5.62643668062621580E-05
+  5.68040711352601108E-05  5.73484414847018987E-05  5.78975181947243112E-05
+  5.84513419542252914E-05  5.90099538038790824E-05  5.95733951391776311E-05
+  6.01417077134980334E-05  6.07149336411967453E-05  6.12931154007303780E-05
+  6.18762958378035158E-05  6.24645181685437888E-05  6.30578259827044231E-05
+  6.36562632468943098E-05  6.42598743078361541E-05  6.48687038956528275E-05
+  6.54827971271819642E-05  6.61021995093193825E-05  6.67269569423912791E-05
+  6.73571157235556422E-05  6.79927225502331012E-05  6.86338245235673471E-05
+  6.92804691519156000E-05  6.99327043543691217E-05  7.05905784643041809E-05
+  7.12541402329639053E-05  7.19234388330707616E-05  7.25985238624706267E-05
+  7.32794453478080978E-05  7.39662537482337046E-05  7.46589999591431604E-05
+  7.53577353159488536E-05  7.60625115978841104E-05  7.67733810318402266E-05
+  7.74903962962366900E-05  7.82136105249247828E-05  7.89430773111252001E-05
+  7.96788507113994015E-05  8.04209852496554398E-05  8.11695359211884711E-05
+  8.19245581967560941E-05  8.26861080266889269E-05  8.34542418450368397E-05
+  8.42290165737509262E-05  8.50104896269016053E-05  8.57987189149333427E-05
+  8.65937628489559631E-05  8.73956803450732465E-05  8.82045308287486443E-05
+  8.90203742392093223E-05  8.98432710338875807E-05  9.06732821929011578E-05
+  9.15104692235721028E-05  9.23548941649846125E-05  9.32066195925825236E-05
+  9.40657086228064039E-05  9.49322249177706113E-05  9.58062326899810908E-05
+  9.66877967070936263E-05  9.75769822967135765E-05  9.84738553512367427E-05
+  9.93784823327323444E-05  1.00290930277868211E-04  1.01211266802878378E-04
+  1.02139560108573745E-04  1.03075878985395996E-04  1.04020292818515431E-04
+  1.04972871592972475E-04  1.05933685898864063E-04  1.06902806936574513E-04
+  1.07880306522051777E-04  1.08866257092129403E-04  1.09860731709894344E-04
+  1.10863804070101217E-04  1.11875548504633391E-04  1.12896039988011367E-04
+  1.13925354142948559E-04  1.14963567245955384E-04  1.16010756232991629E-04
+  1.17066998705167672E-04  1.18132372934495107E-04  1.19206957869687048E-04
+  1.20290833142008347E-04  1.21384079071176922E-04  1.22486776671315578E-04
+  1.23599007656955535E-04  1.24720854449091815E-04  1.25852400181290883E-04
+  1.26993728705851407E-04  1.28144924600017871E-04  1.29306073172248139E-04
+  1.30477260468535240E-04  1.31658573278783622E-04  1.32850099143240604E-04
+  1.34051926358983765E-04  1.35264143986463768E-04  1.36486841856104285E-04
+  1.37720110574958779E-04  1.38964041533424886E-04  1.40218726912016587E-04
+  1.41484259688195578E-04  1.42760733643260991E-04  1.44048243369299025E-04
+  1.45346884276192635E-04  1.46656752598691836E-04  1.47977945403544956E-04
+  1.49310560596691835E-04  1.50654696930518895E-04  1.52010454011177289E-04
+  1.53377932305964071E-04  1.54757233150766999E-04  1.56148458757574324E-04
+  1.57551712222048831E-04  1.58967097531167697E-04  1.60394719570928487E-04
+  1.61834684134121420E-04  1.63287097928169423E-04  1.64752068583034892E-04
+  1.66229704659196306E-04  1.67720115655692516E-04  1.69223412018237239E-04
+  1.70739705147403406E-04  1.72269107406878571E-04  1.73811732131791343E-04
+  1.75367693637110155E-04  1.76937107226114276E-04  1.78520089198938375E-04
+  1.80116756861190875E-04  1.81727228532646573E-04  1.83351623556014928E-04
+  1.84990062305783419E-04  1.86642666197138192E-04  1.88309557694961178E-04
+  1.89990860322905407E-04  1.91686698672548168E-04  1.93397198412624403E-04
+  1.95122486298338776E-04  1.96862690180758993E-04  1.98617939016289909E-04
+  2.00388362876229817E-04  2.02174092956409286E-04  2.03975261586913112E-04
+  2.05792002241886822E-04  2.07624449549427282E-04  2.09472739301559387E-04
+  2.11337008464298787E-04  2.13217395187801566E-04  2.15114038816601789E-04
+  2.17027079899937233E-04  2.18956660202165122E-04  2.20902922713267047E-04
+  2.22866011659444925E-04  2.24846072513809310E-04  2.26843252007159155E-04
+  2.28857698138855084E-04  2.30889560187786937E-04  2.32938988723435859E-04
+  2.35006135617031879E-04  2.37091154052808606E-04  2.39194198539354337E-04
+  2.41315424921061963E-04  2.43454990389677648E-04  2.45613053495949418E-04
+  2.47789774161376059E-04  2.49985313690058452E-04  2.52199834780652199E-04
+  2.54433501538424867E-04  2.56686479487416570E-04  2.58958935582705488E-04
+  2.61251038222780677E-04  2.63562957262020474E-04  2.65894864023279815E-04
+  2.68246931310585216E-04  2.70619333421941144E-04  2.73012246162245367E-04
+  2.75425846856317100E-04  2.77860314362037540E-04  2.80315829083603802E-04
+  2.82792572984897402E-04  2.85290729602969079E-04  2.87810484061638535E-04
+  2.90352023085213931E-04  2.92915535012328097E-04  2.95501209809895357E-04
+  2.98109239087189298E-04  3.00739816110040449E-04  3.03393135815159466E-04
+  3.06069394824581896E-04  3.08768791460238665E-04  3.11491525758652655E-04
+  3.14237799485761861E-04  3.17007816151871355E-04  3.19801781026733884E-04
+  3.22619901154761227E-04  3.25462385370366961E-04  3.28329444313441704E-04
+  3.31221290444962818E-04  3.34138138062737449E-04  3.37080203317284088E-04
+  3.40047704227849326E-04  3.43040860698563984E-04  3.46059894534738832E-04
+  3.49105029459301317E-04  3.52176491129373983E-04  3.55274507152996723E-04
+  3.58399307105993165E-04  3.61551122548983055E-04  3.64730187044541869E-04
+  3.67936736174508474E-04  3.71171007557442628E-04  3.74433240866233559E-04
+  3.77723677845859956E-04  3.81042562331305003E-04  3.84390140265624390E-04
+  3.87766659718172615E-04  3.91172370902984718E-04  3.94607526197319114E-04
+  3.98072380160358291E-04  4.01567189552073771E-04  4.05092213352252386E-04
+  4.08647712779686937E-04  4.12233951311534832E-04  4.15851194702840940E-04
+  4.19499711006232287E-04  4.23179770591780796E-04  4.26891646167039461E-04
+  4.30635612797250023E-04  4.34411947925725760E-04  4.38220931394412675E-04
+  4.42062845464625512E-04  4.45937974837964241E-04  4.49846606677411652E-04
+  4.53789030628612780E-04  4.57765538841339175E-04  4.61776425991136902E-04
+  4.65821989301164370E-04  4.69902528564216499E-04  4.74018346164940666E-04
+  4.78169747102243970E-04  4.82357039011895538E-04  4.86580532189322254E-04
+  4.90840539612602523E-04  4.95137376965660170E-04  4.99471362661656052E-04
+  5.03842817866584141E-04  5.08252066523071067E-04  5.12699435374380460E-04
+  5.17185253988626547E-04  5.21709854783195155E-04  5.26273573049377327E-04
+  5.30876746977215438E-04  5.35519717680563233E-04  5.40202829222364428E-04
+  5.44926428640147946E-04  5.49690865971744322E-04  5.54496494281225025E-04
+  5.59343669685065229E-04  5.64232751378531999E-04  5.69164101662303400E-04
+  5.74138085969314537E-04  5.79155072891837132E-04  5.84215434208794804E-04
+  5.89319544913309069E-04  5.94467783240491886E-04  5.99660530695470765E-04
+  6.04898172081659883E-04  6.10181095529275359E-04  6.15509692524096315E-04
+  6.20884357936474771E-04  6.26305490050596309E-04  6.31773490593994544E-04
+  6.37288764767318986E-04  6.42851721274362341E-04  6.48462772352345314E-04
+  6.54122333802465089E-04  6.59830825020706621E-04  6.65588669028920749E-04
+  6.71396292506170863E-04  6.77254125820351063E-04  6.83162603060076881E-04
+  6.89122162066852255E-04  6.95133244467513846E-04  7.01196295706957144E-04
+  7.07311765081144344E-04  7.13480105770397926E-04  7.19701774872981751E-04
+  7.25977233438973709E-04  7.32306946504429038E-04  7.38691383125841144E-04
+  7.45131016414899068E-04  7.51626323573545267E-04  7.58177785929337739E-04
+  7.64785888971116694E-04  7.71451122384979359E-04  7.78173980090567465E-04
+  7.84954960277666771E-04  7.91794565443121215E-04  7.98693302428072878E-04
+  8.05651682455516363E-04  8.12670221168181571E-04  8.19749438666743163E-04
+  8.26889859548360796E-04  8.34092012945551785E-04  8.41356432565400843E-04
+  8.48683656729107218E-04  8.56074228411875639E-04  8.63528695283149648E-04
+  8.71047609747195887E-04  8.78631528984036422E-04  8.86281014990735480E-04
+  8.93996634623045070E-04  9.01778959637407622E-04  9.09628566733324440E-04
+  9.17546037596088447E-04  9.25531958939886427E-04  9.33586922551276287E-04
+  9.41711525333036644E-04  9.49906369348398581E-04  9.58172061865656451E-04
+  9.66509215403168228E-04  9.74918447774741513E-04  9.83400382135413966E-04
+  9.91955647027627750E-04  1.00058487642780544E-03  1.00928870979332579E-03
+  1.01806779210990793E-03  1.02692277393940279E-03  1.03585431146800125E-03
+  1.04486306655485498E-03  1.05394970678112038E-03  1.06311490549942282E-03
+  1.07235934188375584E-03  1.08168370097980258E-03  1.09108867375569949E-03
+  1.10057495715323297E-03  1.11014325413948470E-03  1.11979427375891671E-03
+  1.12952873118591333E-03  1.13934734777777183E-03  1.14925085112815330E-03
+  1.15923997512099811E-03  1.16931545998490084E-03  1.17947805234796393E-03
+  1.18972850529311565E-03  1.20006757841391635E-03  1.21049603787083790E-03
+  1.22101465644803685E-03  1.23162421361061288E-03  1.24232549556236639E-03
+  1.25311929530405272E-03  1.26400641269213939E-03  1.27498765449807422E-03
+  1.28606383446806371E-03  1.29723577338336656E-03  1.30850429912111248E-03
+  1.31987024671564260E-03  1.33133445842038194E-03  1.34289778377024729E-03
+  1.35456107964459301E-03  1.36632521033070125E-03  1.37819104758782210E-03
+  1.39015947071176533E-03  1.40223136660005184E-03  1.41440762981762894E-03
+  1.42668916266314822E-03  1.43907687523582616E-03  1.45157168550287346E-03
+  1.46417451936751140E-03  1.47688631073757495E-03  1.48970800159470848E-03
+  1.50264054206416240E-03  1.51568489048518776E-03  1.52884201348204435E-03
+  1.54211288603561900E-03  1.55549849155566509E-03  1.56899982195366503E-03
+  1.58261787771632207E-03  1.59635366797968871E-03  1.61020821060393741E-03
+  1.62418253224876964E-03  1.63827766844948743E-03  1.65249466369371371E-03
+  1.66683457149878044E-03  1.68129845448978382E-03  1.69588738447831386E-03
+  1.71060244254186478E-03  1.72544471910393246E-03  1.74041531401480064E-03
+  1.75551533663303137E-03  1.77074590590765293E-03  1.78610815046106354E-03
+  1.80160320867264680E-03  1.81723222876311262E-03  1.83299636887956788E-03
+  1.84889679718131797E-03  1.86493469192641412E-03  1.88111124155894557E-03
+  1.89742764479709021E-03  1.91388511072191573E-03  1.93048485886696377E-03
+  1.94722811930859714E-03  1.96411613275712747E-03  1.98115015064873577E-03
+  1.99833143523818523E-03  2.01566125969233163E-03  2.03314090818444530E-03
+  2.05077167598935028E-03  2.06855486957937791E-03  2.08649180672115710E-03
+  2.10458381657323583E-03  2.12283223978454883E-03  2.14123842859373619E-03
+  2.15980374692931534E-03  2.17852957051072786E-03  2.19741728695024624E-03
+  2.21646829585577399E-03  2.23568400893452623E-03  2.25506585009760743E-03
+  2.27461525556549391E-03  2.29433367397442398E-03  2.31422256648371443E-03
+  2.33428340688399604E-03  2.35451768170638794E-03  2.37492689033261609E-03
+  2.39551254510607901E-03  2.41627617144387838E-03  2.43721930794981280E-03
+  2.45834350652834790E-03  2.47965033249957466E-03  2.50114136471515664E-03
+  2.52281819567527939E-03  2.54468243164661465E-03  2.56673569278129034E-03
+  2.58897961323690910E-03  2.61141584129758473E-03  2.63404603949603027E-03
+  2.65687188473670479E-03  2.67989506842001646E-03  2.70311729656760305E-03
+  2.72654028994869435E-03  2.75016578420756146E-03  2.77399552999207238E-03
+  2.79803129308335346E-03  2.82227485452657412E-03  2.84672801076285651E-03
+  2.87139257376232667E-03  2.89627037115831876E-03  2.92136324638272689E-03
+  2.94667305880253871E-03  2.97220168385753771E-03  2.99795101319919955E-03
+  3.02392295483078959E-03  3.05011943324866135E-03  3.07654238958478179E-03
+  3.10319378175049005E-03  3.13007558458148821E-03  3.15718978998408848E-03
+  3.18453840708272495E-03  3.21212346236873477E-03  3.23994699985042387E-03
+  3.26801108120443416E-03  3.29631778592840699E-03  3.32486921149497327E-03
+  3.35366747350706760E-03  3.38271470585458766E-03  3.41201306087239803E-03
+  3.44156470949969840E-03  3.47137184144078641E-03  3.50143666532717586E-03
+  3.53176140888113860E-03  3.56234831908064853E-03  3.59319966232574638E-03
+  3.62431772460634731E-03  3.65570481167149137E-03  3.68736324920005201E-03
+  3.71929538297292774E-03  3.75150357904670273E-03  3.78399022392882653E-03
+  3.81675772475428441E-03  3.84980850946380331E-03  3.88314502698359825E-03
+  3.91676974740665616E-03  3.95068516217559479E-03  3.98489378426709635E-03
+  4.01939814837792668E-03  4.05420081111256513E-03  4.08930435117244896E-03
+  4.12471136954685111E-03  4.16042448970540320E-03  4.19644635779227795E-03
+  4.23277964282204981E-03  4.26942703687724096E-03  4.30639125530756645E-03
+  4.34367503693090708E-03  4.38128114423600758E-03  4.41921236358692321E-03
+  4.45747150542922903E-03  4.49606140449801059E-03  4.53498492002763973E-03
+  4.57424493596336138E-03  4.61384436117471576E-03  4.65378612967076461E-03
+  4.69407320081722569E-03  4.73470855955543130E-03  4.77569521662319415E-03
+  4.81703620877757359E-03  4.85873459901956396E-03  4.90079347682070583E-03
+  4.94321595835166879E-03  4.98600518671278668E-03  5.02916433216658767E-03
+  5.07269659237232027E-03  5.11660519262250712E-03  5.16089338608152846E-03
+  5.20556445402626296E-03  5.25062170608880333E-03  5.29606848050125176E-03
+  5.34190814434264138E-03  5.38814409378795926E-03  5.43477975435933350E-03
+  5.48181858117936880E-03  5.52926405922667293E-03  5.57711970359356986E-03
+  5.62538905974604465E-03  5.67407570378591214E-03  5.72318324271524955E-03
+  5.77271531470309896E-03  5.82267558935446825E-03  5.87306776798164187E-03
+  5.92389558387782823E-03  5.97516280259315340E-03  6.02687322221304514E-03
+  6.07903067363898750E-03  6.13163902087170230E-03  6.18470216129677307E-03
+  6.23822402597269243E-03  6.29220857992142998E-03  6.34665982242146615E-03
+  6.40158178730334485E-03  6.45697854324777786E-03  6.51285419408631234E-03
+  6.56921287910455700E-03  6.62605877334804250E-03  6.68339608793069254E-03
+  6.74122907034594571E-03  6.79956200478054693E-03  6.85839921243104351E-03
+  6.91774505182297939E-03  6.97760391913285032E-03  7.03798024851280072E-03
+  7.09887851241812907E-03  7.16030322193758270E-03  7.22225892712649586E-03
+  7.28475021734278742E-03  7.34778172158583130E-03  7.41135810883824554E-03
+  7.47548408841060188E-03  7.54016441028908593E-03  7.60540386548614993E-03
+  7.67120728639416726E-03  7.73757954714210817E-03  7.80452556395528404E-03
+  7.87205029551815531E-03  7.94015874334027573E-03  8.00885595212533913E-03
+  8.07814701014339560E-03  8.14803704960627775E-03  8.21853124704619367E-03
+  8.28963482369761417E-03  8.36135304588235539E-03  8.43369122539804929E-03
+  8.50665471990986154E-03  8.58024893334557309E-03  8.65447931629406697E-03
+  8.72935136640719603E-03  8.80487062880509590E-03  8.88104269648495176E-03
+  8.95787321073326578E-03  9.03536786154164259E-03  9.11353238802612570E-03
+  9.19237257885011268E-03  9.27189427265086991E-03  9.35210335846971448E-03
+  9.43300577618582867E-03  9.51460751695380920E-03  9.59691462364492195E-03
+  9.67993319129213138E-03  9.76366936753892030E-03  9.84812935309193303E-03
+  9.93331940217746442E-03  1.00192458230018624E-02  1.01059149782158266E-02
+  1.01933332853826573E-02  1.02815072174505130E-02  1.03704433032286592E-02
+  1.04601481278677796E-02  1.05506283333443775E-02  1.06418906189492748E-02
+  1.07339417417802764E-02  1.08267885172390194E-02  1.09204378195320393E-02
+  1.10148965821760814E-02  1.11101717985077186E-02  1.12062705221972463E-02
+  1.13031998677670265E-02  1.14009670111141232E-02  1.14995791900374417E-02
+  1.15990437047692792E-02  1.16993679185114236E-02  1.18005592579757679E-02
+  1.19026252139294870E-02  1.20055733417448601E-02  1.21094112619537023E-02
+  1.22141466608065227E-02  1.23197872908363763E-02  1.24263409714274863E-02
+  1.25338155893886787E-02  1.26422190995316396E-02  1.27515595252540598E-02
+  1.28618449591276947E-02  1.29730835634913663E-02  1.30852835710489942E-02
+  1.31984532854726219E-02  1.33126010820105480E-02  1.34277354081005461E-02
+  1.35438647839882728E-02  1.36609978033508505E-02  1.37791431339256819E-02
+  1.38983095181445682E-02  1.40185057737731208E-02  1.41397407945555598E-02
+  1.42620235508648836E-02  1.43853630903585401E-02  1.45097685386395159E-02
+  1.46352490999230190E-02  1.47618140577087057E-02  1.48894727754585211E-02
+  1.50182346972802059E-02  1.51481093486165400E-02  1.52791063369402923E-02
+  1.54112353524549790E-02  1.55445061688014568E-02  1.56789286437704241E-02
+  1.58145127200207992E-02  1.59512684258041222E-02  1.60892058756949390E-02
+  1.62283352713272801E-02  1.63686669021372230E-02  1.65102111461116127E-02
+  1.66529784705430062E-02  1.67969794327908414E-02  1.69422246810489070E-02
+  1.70887249551191778E-02  1.72364910871919789E-02  1.73855340026326972E-02
+  1.75358647207748235E-02  1.76874943557196844E-02  1.78404341171426312E-02
+  1.79946953111059342E-02  1.81502893408783290E-02  1.83072277077612547E-02
+  1.84655220119219476E-02  1.86251839532332354E-02  1.87862253321203591E-02
+  1.89486580504145755E-02  1.91124941122138084E-02  1.92777456247502921E-02
+  1.94444247992652981E-02  1.96125439518909650E-02  1.97821155045393229E-02
+  1.99531519857985111E-02  2.01256660318362909E-02  2.02996703873108385E-02
+  2.04751779062889681E-02  2.06522015531717361E-02  2.08307544036275064E-02
+  2.10108496455325804E-02  2.11925005799193759E-02  2.13757206219322253E-02
+  2.15605233017908474E-02  2.17469222657615813E-02  2.19349312771363533E-02
+  2.21245642172194987E-02  2.23158350863224483E-02  2.25087580047663612E-02
+  2.27033472138927252E-02  2.28996170770820046E-02  2.30975820807803531E-02
+  2.32972568355344738E-02  2.34986560770346735E-02  2.37017946671661366E-02
+  2.39066875950684939E-02  2.41133499782037256E-02  2.43217970634324841E-02
+  2.45320442280987788E-02  2.47441069811232539E-02  2.49580009641049254E-02
+  2.51737419524315463E-02  2.53913458563986109E-02  2.56108287223370014E-02
+  2.58322067337494604E-02  2.60554962124557900E-02  2.62807136197468656E-02
+  2.65078755575476506E-02  2.67369987695889495E-02  2.69681001425883630E-02
+  2.72011967074401277E-02  2.74363056404140632E-02  2.76734442643636683E-02
+  2.79126300499433662E-02  2.81538806168349642E-02  2.83972137349834015E-02
+  2.86426473258417670E-02  2.88901994636256883E-02  2.91398883765771229E-02
+  2.93917324482375689E-02  2.96457502187307716E-02  2.99019603860549363E-02
+  3.01603818073845134E-02  3.04210335003816494E-02  3.06839346445171406E-02
+  3.09491045824012920E-02  3.12165628211240782E-02  3.14863290336057436E-02
+  3.17584230599565406E-02  3.20328649088466658E-02  3.23096747588859437E-02
+  3.25888729600134069E-02  3.28704800348969262E-02  3.31545166803426383E-02
+  3.34410037687144848E-02  3.37299623493637554E-02  3.40214136500686659E-02
+  3.43153790784840110E-02  3.46118802236009479E-02  3.49109388572168972E-02
+  3.52125769354156432E-02  3.55168166000575103E-02  3.58236801802797808E-02
+  3.61331901940073752E-02  3.64453693494737191E-02  3.67602405467517962E-02
+  3.70778268792955404E-02  3.73981516354914903E-02  3.77212383002206580E-02
+  3.80471105564307299E-02  3.83757922867185158E-02  3.87073075749227377E-02
+  3.90416807077270805E-02  3.93789361762735338E-02  3.97190986777859745E-02
+  4.00621931172041451E-02  4.04082446088277411E-02  4.07572784779709485E-02
+  4.11093202626269874E-02  4.14643957151431056E-02  4.18225308039056401E-02
+  4.21837517150353419E-02  4.25480848540927270E-02  4.29155568477937455E-02
+  4.32861945457353875E-02  4.36600250221314129E-02  4.40370755775580797E-02
+  4.44173737407098715E-02  4.48009472701651063E-02  4.51878241561615088E-02
+  4.55780326223814564E-02  4.59716011277471817E-02  4.63685583682254751E-02
+  4.67689332786422121E-02  4.71727550345062766E-02  4.75800530538430314E-02
+  4.79908569990372402E-02  4.84051967786852388E-02  4.88231025494563209E-02
+  4.92446047179633459E-02  4.96697339426422080E-02  5.00985211356404087E-02
+  5.05309974647143237E-02  5.09671943551351300E-02  5.14071434916033229E-02
+  5.18508768201717610E-02  5.22984265501767950E-02  5.27498251561777237E-02
+  5.32051053799041593E-02  5.36643002322111512E-02  5.41274429950421854E-02
+  5.45945672233994206E-02  5.50657067473214676E-02  5.55408956738681001E-02
+  5.60201683891120988E-02  5.65035595601372856E-02  5.69911041370440782E-02
+  5.74828373549603130E-02  5.79787947360585129E-02  5.84790120915790884E-02
+  5.89835255238588679E-02  5.94923714283650609E-02  6.00055864957341825E-02
+  6.05232077138157035E-02  6.10452723697201410E-02  6.15718180518714381E-02
+  6.21028826520628671E-02  6.26385043675167369E-02  6.31787217029471104E-02
+  6.37235734726252362E-02  6.42730988024476646E-02  6.48273371320061964E-02
+  6.53863282166596144E-02  6.59501121296066362E-02  6.65187292639597832E-02
+  6.70922203348195134E-02  6.76706263813484921E-02  6.82539887688452113E-02
+  6.88423491908166651E-02  6.94357496710496513E-02  7.00342325656798104E-02
+  7.06378405652584862E-02  7.12466166968161313E-02  7.18606043259224225E-02
+  7.24798471587418253E-02  7.31043892440845361E-02  7.37342749754518745E-02
+  7.43695490930755543E-02  7.50102566859501829E-02  7.56564431938583082E-02
+  7.63081544093872632E-02  7.69654364799371576E-02  7.76283359097190706E-02
+  7.82968995617429747E-02  7.89711746597941827E-02  7.96512087903980259E-02
+  8.03370499047712100E-02  8.10287463207596398E-02  8.17263467247614228E-02
+  8.24299001736342324E-02  8.31394560965858648E-02  8.38550642970474769E-02
+  8.45767749545278669E-02  8.53046386264482009E-02  8.60387062499560068E-02
+  8.67790291437169625E-02  8.75256590096839537E-02  8.82786479348415531E-02
+  8.90380483929253397E-02  8.98039132461140449E-02  9.05762957466940410E-02
+  9.13552495386942137E-02  9.21408286594901510E-02  9.29330875413761359E-02
+  9.37320810131034021E-02  9.45378643013835424E-02  9.53504930323547939E-02
+  9.61700232330105209E-02  9.69965113325874512E-02  9.78300141639124737E-02
+  9.86705889647062073E-02  9.95182933788411189E-02  1.00373185457553554E-01
+  1.01235323660605406E-01  1.02104766857397236E-01  1.02981574328026806E-01
+  1.03865805764293676E-01  1.04757521270646900E-01  1.05656781365073574E-01
+  1.06563646979926263E-01  1.07478179462686674E-01  1.08400440576663926E-01
+  1.09330492501623910E-01  1.10268397834348580E-01  1.11214219589121463E-01
+  1.12168021198137277E-01  1.13129866511833474E-01  1.14099819799139579E-01
+  1.15077945747643282E-01  1.16064309463668580E-01  1.17058976472264459E-01
+  1.18062012717100054E-01  1.19073484560263607E-01  1.20093458781961968E-01
+  1.21122002580117016E-01  1.22159183569855861E-01  1.23205069782891405E-01
+  1.24259729666789207E-01  1.25323232084117359E-01  1.26395646311475679E-01
+  1.27477042038399824E-01  1.28567489366136545E-01  1.29667058806286567E-01
+  1.30775821279309618E-01  1.31893848112888734E-01  1.33021211040148135E-01
+  1.34157982197721015E-01  1.35304234123662187E-01  1.36460039755200740E-01
+  1.37625472426328055E-01  1.38800605865215643E-01  1.39985514191458577E-01
+  1.41180271913137950E-01  1.42384953923697932E-01  1.43599635498631445E-01
+  1.44824392291968723E-01  1.46059300332562786E-01  1.47304436020166268E-01
+  1.48559876121292705E-01  1.49825697764856797E-01  1.51101978437586187E-01
+  1.52388795979199188E-01  1.53686228577340600E-01  1.54994354762269249E-01
+  1.56313253401290070E-01  1.57643003692923139E-01  1.58983685160802107E-01
+  1.60335377647294719E-01  1.61698161306836924E-01  1.63072116598973083E-01
+  1.64457324281093442E-01  1.65853865400860806E-01  1.67261821288317236E-01
+  1.68681273547662658E-01  1.70112304048694818E-01  1.71554994917902909E-01
+  1.73009428529204118E-01  1.74475687494313553E-01  1.75953854652737773E-01
+  1.77444013061381162E-01  1.78946245983755498E-01  1.80460636878779307E-01
+  1.81987269389161543E-01  1.83526227329350922E-01  1.85077594673045326E-01
+  1.86641455540246165E-01  1.88217894183847267E-01  1.89806994975744631E-01
+  1.91408842392455369E-01  1.93023521000231846E-01  1.94651115439658962E-01
+  1.96291710409719711E-01  1.97945390651316139E-01  1.99612240930230361E-01
+  2.01292346019512958E-01  2.02985790681281197E-01  2.04692659647914804E-01
+  2.06413037602631022E-01  2.08147009159425300E-01  2.09894658842359971E-01
+  2.11656071064184714E-01  2.13431330104272177E-01  2.15220520085850603E-01
+  2.17023724952516983E-01  2.18841028444011015E-01  2.20672514071233200E-01
+  2.22518265090486417E-01  2.24378364476923442E-01  2.26252894897178924E-01
+  2.28141938681167111E-01  2.30045577793024675E-01  2.31963893801176296E-01
+  2.33896967847503717E-01  2.35844880615594943E-01  2.37807712298051421E-01
+  2.39785542562831772E-01  2.41778450518607163E-01  2.43786514679105920E-01
+  2.45809812926422927E-01  2.47848422473269131E-01  2.49902419824136274E-01
+  2.51971880735351483E-01  2.54056880173995414E-01  2.56157492275657650E-01
+  2.58273790301002115E-01  2.60405846591116097E-01  2.62553732521612959E-01
+  2.64717518455461875E-01  2.66897273694514992E-01  2.69093066429702099E-01
+  2.71304963689863343E-01  2.73533031289189377E-01  2.75777333773237820E-01
+  2.78037934363493999E-01  2.80314894900445422E-01  2.82608275785135310E-01
+  2.84918135919163817E-01  2.87244532643102179E-01  2.89587521673286830E-01
+  2.91947157036957283E-01  2.94323491005704041E-01  2.96716574027190316E-01
+  2.99126454655110896E-01  3.01553179477352717E-01  3.03996793042318580E-01
+  3.06457337783377748E-01  3.08934853941403909E-01  3.11429379485362978E-01
+  3.13940950030912658E-01  3.16469598756969006E-01  3.19015356320210552E-01
+  3.21578250767467155E-01  3.24158307445962413E-01  3.26755548911363436E-01
+  3.29369994833599300E-01  3.32001661900404532E-01  3.34650563718545846E-01
+  3.37316710712690704E-01  3.40000110021873636E-01  3.42700765393518347E-01
+  3.45418677074971481E-01  3.48153841702506073E-01  3.50906252187748624E-01
+  3.53675897601489764E-01  3.56462763054831377E-01  3.59266829577627511E-01
+  3.62088073994176807E-01  3.64926468796120340E-01  3.67781982012502284E-01
+  3.70654577076950709E-01  3.73544212691932942E-01  3.76450842690045695E-01
+  3.79374415892294203E-01  3.82314875963319367E-01  3.85272161263531310E-01
+  3.88246204698107944E-01  3.91236933562817024E-01  3.94244269386621937E-01
+  3.97268127771033597E-01  4.00308418226167140E-01  4.03365044003469508E-01
+  4.06437901925077061E-01  4.09526882209774179E-01  4.12631868295512738E-01
+  4.15752736658464350E-01  4.18889356628572351E-01  4.22041590201575834E-01
+  4.25209291847476578E-01  4.28392308315424020E-01  4.31590478434996816E-01
+  4.34803632913855542E-01  4.38031594131752744E-01  4.41274175930880974E-01
+  4.44531183402545771E-01  4.47802412670155192E-01  4.51087650668516527E-01
+  4.54386674919436906E-01  4.57699253303629094E-01  4.61025143828922901E-01
+  4.64364094394793647E-01  4.67715842553216687E-01  4.71080115265865018E-01
+  4.74456628657673296E-01  4.77845087766791077E-01  4.81245186290960691E-01
+  4.84656606330355400E-01  4.88079018126920783E-01  4.91512079800271007E-01
+  4.94955437080195570E-01  4.98408723035839163E-01  5.01871557801627399E-01
+  5.05343548300016709E-01  5.08824287961154531E-01  5.12313356439545009E-01
+  5.15810319327827838E-01  5.19314727867780213E-01  5.22826118658668904E-01
+  5.26344013363085561E-01  5.29867918410408256E-01  5.33397324698054454E-01
+  5.36931707290681737E-01  5.40470525117526357E-01  5.44013220668070785E-01
+  5.47559219686248322E-01  5.51107930863405815E-01  5.54658745530262065E-01
+  5.58211037348114947E-01  5.61764161999562806E-01  5.65317456879028901E-01
+  5.68870240783387437E-01  5.72421813603015472E-01  5.75971456013607885E-01
+  5.79518429169115223E-01  5.83061974396185123E-01  5.86601312890506876E-01
+  5.90135645415481358E-01  5.93664152003664181E-01  5.97185991661449367E-01
+  6.00700302077487702E-01  6.04206199335359351E-01  6.07702777631044300E-01
+  6.11189108995766173E-01  6.14664243024806489E-01  6.18127206612920199E-01
+  6.21577003697012076E-01  6.25012615006762973E-01  6.28432997823928474E-01
+  6.31837085751063454E-01  6.35223788490462793E-01  6.38591991634136602E-01
+  6.41940556465683931E-01  6.45268319774953691E-01  6.48574093686430819E-01
+  6.51856665502313359E-01  6.55114797561292317E-01  6.58347227114083999E-01
+  6.61552666216807972E-01  6.64729801643337836E-01  6.67877294817807665E-01
+  6.70993781768487230E-01  6.74077873104293124E-01  6.77128154015240846E-01
+  6.80143184298196868E-01  6.83121498409322347E-01  6.86061605544664221E-01
+  6.88961989750379034E-01  6.91821110064136158E-01  6.94637400689286144E-01
+  6.97409271203429326E-01  7.00135106803071450E-01  7.02813268586095830E-01
+  7.05442093873829501E-01  7.08019896574531682E-01  7.10544967590174048E-01
+  7.13015575268431068E-01  7.15429965901841491E-01  7.17786364276147948E-01
+  7.20082974269857123E-01  7.22317979507112740E-01  7.24489544066003854E-01
+  7.26595813244467759E-01  7.28634914385987598E-01  7.30604957767303276E-01
+  7.32504037550390286E-01  7.34330232800983862E-01  7.36081608575939739E-01
+  7.37756217081741106E-01  7.39352098906475907E-01  7.40867284327601072E-01
+  7.42299794697818816E-01  7.43647643911378498E-01  7.44908839953099200E-01
+  7.46081386532387980E-01  7.47163284804494454E-01  7.48152535181198175E-01
+  7.49047139233083970E-01  7.49845101685480020E-01  7.50544432510077741E-01
+  7.51143149114152031E-01  7.51639278629204988E-01  7.52030860300743065E-01
+  7.52315947980758959E-01  7.52492612724352750E-01  7.52558945491750508E-01
+  7.52513059956801400E-01  7.52353095422826024E-01  7.52077219846462919E-01
+  7.51683632969913473E-01  7.51170569561706136E-01  7.50536302765808294E-01
+  7.49779147558584214E-01  7.48897464312742289E-01  7.47889662467032479E-01
+  7.46754204300035584E-01  7.45489608805938730E-01  7.44094455669701782E-01
+  7.42567389338505968E-01  7.40907123185809202E-01  7.39112443763737859E-01
+  7.37182215138902031E-01  7.35115383306042647E-01  7.32910980673184498E-01
+  7.30568130611202515E-01  7.28086052059885636E-01  7.25464064181715163E-01
+  7.22701591053654169E-01  7.19798166386280136E-01  7.16753438258574960E-01
+  7.13567173855605419E-01  7.10239264195222653E-01  7.06769728828717025E-01
+  7.03158720499156620E-01  6.99406529739844185E-01  6.95513589394025855E-01
+  6.91480479035593287E-01  6.87307929269121431E-01  6.82996825886119763E-01
+  6.78548213852893656E-01  6.73963301103877033E-01  6.69243462112761422E-01
+  6.64390241212178156E-01  6.59405355631110690E-01  6.54290698217654509E-01
+  6.49048339813170894E-01  6.43680531242360576E-01  6.38189704882288655E-01
+  6.32578475771971238E-01  6.26849642222788384E-01  6.21006185888755891E-01
+  6.15051271254580367E-01  6.08988244498490205E-01  6.02820631686089792E-01
+  5.96552136250983689E-01  5.90186635717698249E-01  5.83728177622544142E-01
+  5.77180974588530904E-01  5.70549398511430605E-01  5.63837973815504379E-01
+  5.57051369739473001E-01  5.50194391616036227E-01  5.43271971111741525E-01
+  5.36289155398370521E-01  5.29251095232389890E-01  5.22163031925496179E-01
+  5.15030283197039473E-01  5.07858227908293935E-01  5.00652289689327623E-01
+  4.93417919481798362E-01  4.86160577035579855E-01  4.78885711413965576E-01
+  4.71598740581511300E-01  4.64305030170727384E-01  4.57009871549031166E-01
+  4.49718459336096221E-01  4.42435868554216349E-01  4.35167031631124857E-01
+  4.27916715516185486E-01  4.20689499217590634E-01  4.13489752120758225E-01
+  4.06321613506958446E-01  3.99188973757224008E-01  3.92095457800335945E-01
+  3.85044411446050783E-01  3.78038891336585248E-01  3.71081659351688131E-01
+  3.64175182416426546E-01  3.57321638787288787E-01  3.50522932032600709E-01
+  3.43780714078980421E-01  3.37096418868059855E-01  3.30471308358742555E-01
+  3.23906532821525761E-01  3.17403207604991411E-01  3.10962412461689319E-01
+  3.04585190908930714E-01  2.98272549626078631E-01  2.92025457889851847E-01
+  2.85844847049076090E-01  2.79731610040222567E-01  2.73686600944956282E-01
+  2.67710634590794527E-01  2.61804486195830355E-01  2.55968891058324099E-01
+  2.50204544291799003E-01  2.44512100606100374E-01  2.38892174134695934E-01
+  2.33345338308302702E-01  2.27872125774738254E-01  2.22473028364698899E-01
+  2.17148497102981619E-01  2.11898942264484830E-01  2.06724733474149575E-01
+  2.01626199849843007E-01  1.96603630187040218E-01  1.91657273184030197E-01
+  1.86787337706261075E-01  1.81993993088347794E-01  1.77277369472192525E-01
+  1.72637558179618011E-01  1.68074612117881217E-01  1.63588546216421188E-01
+  1.59179337893203265E-01  1.54846927549038754E-01  1.50591219088299005E-01
+  1.46412080464490640E-01  1.42309344249214403E-01  1.38282808223100823E-01
+  1.34332235987386306E-01  1.30457357594869539E-01  1.26657870199066769E-01
+  1.22933438720461599E-01  1.19283696528821967E-01  1.15708246140629689E-01
+  1.12206659930735433E-01  1.08778480857418258E-01  1.05423223200082905E-01
+  1.02140373308882801E-01  9.89293903655980023E-02  9.57897071551370854E-02
+  9.27207308470620606E-02  8.97218437865594520E-02  8.67924042942986307E-02
+  8.39317474746308217E-02  8.11391860315877483E-02  7.84140110921408701E-02
+  7.57554930361784146E-02  7.31628823326502531E-02  7.06354103813199435E-02
+  6.81722903595495394E-02  6.57727180735264844E-02  6.34358728133241623E-02
+  6.11609182111680291E-02  5.89470031022591642E-02  5.67932623874856032E-02
+  5.46988178973316919E-02  5.26627792562740504E-02  5.06842447469330326E-02
+  4.87623021732292924E-02  4.68960297217766373E-02  4.50844968207259750E-02
+  4.33267649952596492E-02  4.16218887189225145E-02  3.99689162599646403E-02
+  3.83668905218611730E-02  3.68148498771682237E-02  3.53118289938685812E-02
+  3.38568596533591407E-02  3.24489715592319872E-02  3.10871931360035200E-02
+  2.97705523169518420E-02  2.84980773202294646E-02  2.72687974124295358E-02
+  2.60817436587957585E-02  2.49359496592819752E-02  2.38304522696845787E-02
+  2.27642923070911912E-02  2.17365152389111978E-02  2.07461718547783079E-02
+  1.97923189206419582E-02  1.88740198143931455E-02  1.79903451424009223E-02
+  1.71403733363683121E-02  1.63231912299507988E-02  1.55378946146162728E-02
+  1.47835887742628954E-02  1.40593889981499923E-02  1.33644210717372425E-02
+  1.26978217450684737E-02  1.20587391783784862E-02  1.14463333646443784E-02
+  1.08597765288463276E-02  1.02982535037470374E-02  9.76096208204371880E-03
+  9.24711334479105806E-03  8.75593196603883898E-03  8.28665649367260441E-03
+  7.83853960649058372E-03  7.41084834759441358E-03  7.00286433421519212E-03
+  6.61388394413976038E-03  6.24321847894464699E-03  5.89019430428696592E-03
+  5.55415296754225869E-03  5.23445129311894339E-03  4.93046145581748849E-03
+  4.64157103263953749E-03  4.36718303348782814E-03  4.10671591123191494E-03
+  3.85960355164720282E-03  3.62529524376550274E-03  3.40325563120439821E-03
+  3.19296464506974107E-03  2.99391741905082704E-03  2.80562418735097550E-03
+  2.62761016611738965E-03  2.45941541905329939E-03  2.30059470791233464E-03
+  2.15071732858995073E-03  2.00936693353943440E-03  1.87614134125057511E-03
+  1.75065233353749960E-03  1.63252544138844089E-03  1.52139972013433161E-03
+  1.41692751469519348E-03  1.31877421566323335E-03  1.22661800697952835E-03
+  1.14014960595713063E-03  1.05907199639746646E-03  9.83100155539064690E-04
+  9.11960775568018407E-04  8.45391980408195408E-04  7.83143038496198450E-04
+  7.24974072231467201E-04  6.70655764775813785E-04  6.19969064859198036E-04
+  5.72704890229738610E-04  5.28663830365954128E-04  4.87655849048096186E-04
+  4.49499987363310429E-04  4.14024067696314895E-04  3.81064399233443907E-04
+  3.50465485483357128E-04  3.22079734292575438E-04  2.95767170808371518E-04
+  2.71395153815524133E-04  2.48838095847139611E-04  2.27977187443251434E-04
+  2.08700125904334488E-04  1.90900848860295374E-04  1.74479272949037566E-04
+  1.59341037872420225E-04  1.45397256071432197E-04  1.32564268236761551E-04
+  1.20763404845741101E-04  1.09920753891958224E-04  9.99669349497091627E-05
+  9.08368796920120878E-05  8.24696189581324685E-05  7.48080764445727782E-05
+  6.77734886871667183E-05  6.12784800295158844E-05  5.52928648720950008E-05
+  4.97881653638008437E-05  4.47364320897032370E-05  4.01103352262211789E-05
+  3.58832460939621659E-05  3.20293091517951208E-05  2.85235045445388096E-05
+  2.53417013814912637E-05  2.24607019834276602E-05  1.98582773912512401E-05
+  1.75131944798470282E-05  1.54052350655810434E-05  1.35152074350992898E-05
+  1.18249507564643400E-05  1.03173328611503449E-05  8.97624190699140537E-06
+  7.78657244790263284E-06  6.73420644618941068E-06  5.80598976771179886E-06
+  4.98970469931304734E-06  4.27403902204548775E-06  3.64855216316531489E-06
+  3.10363893499523429E-06  2.63049134997769446E-06  2.22105897899418868E-06
+  1.86800829476288717E-06  1.56468141431303834E-06  1.30505462464377907E-06
+  1.08369704417872964E-06  8.95729739992016236E-07  7.36785587457568894E-07
+  6.02970125396117005E-07  4.90823626372252949E-07  3.97284568909314348E-07
+  3.19654666391557939E-07  2.55565576625218415E-07  2.02947386708576036E-07
+  1.59998940252396598E-07  1.25160048291942220E-07  9.70856015949384011E-08
+  7.46215806106859692E-08  5.67829400987252307E-08  4.27333285579324512E-08
+  3.17665879498508421E-08  2.32899668415291368E-08  1.68089699212659472E-08
+  1.19137587768691673E-08  8.26701275868790819E-09  5.59315454780373339E-09
+  3.66884256686906967E-09  2.31463144894834112E-09  1.38770225212047623E-09
+  7.75565803878182996E-10  3.90645307755500089E-10  1.65647975369800804E-10
+  4.96397952016310393E-11  4.74245719190712214E-12
+  END     
+   TPHI_LCAO   2 #tphi0(r) for tphi0(r)/r*Ylm)
+  0.00000000000000000E+00  4.06708367324602794E-09  8.16932936887554705E-09
+  1.23070410805893852E-08  1.64805254302699381E-08  2.06900916907026055E-08
+  2.49360518084947469E-08  2.92187204271917614E-08  3.35384149105939210E-08
+  3.78954553662741713E-08  4.22901646692991135E-08  4.67228684861562725E-08
+  5.11938952988864062E-08  5.57035764294259157E-08  6.02522460641593657E-08
+  6.48402412786834789E-08  6.94679020627864485E-08  7.41355713456424897E-08
+  7.88435950212239865E-08  8.35923219739341510E-08  8.83821041044604808E-08
+  9.32132963558524550E-08  9.80862567398238659E-08  1.03001346363283241E-07
+  1.07958929455093546E-07  1.12959373393062730E-07  1.18003048731168187E-07
+  1.23090329227016319E-07  1.28221591869539506E-07  1.33397216906932711E-07
+  1.38617587874831207E-07  1.43883091624732675E-07  1.49194118352663925E-07
+  1.54551061628096293E-07  1.59954318423111267E-07  1.65404289141817012E-07
+  1.70901377650020542E-07  1.76445991305155542E-07  1.82038540986469822E-07
+  1.87679441125472216E-07  1.93369109736644981E-07  1.99107968448419297E-07
+  2.04896442534420376E-07  2.10734960944981615E-07  2.16623956338932022E-07
+  2.22563865115657975E-07  2.28555127447441960E-07  2.34598187312081492E-07
+  2.40693492525789384E-07  2.46841494776379572E-07  2.53042649656738071E-07
+  2.59297416698585072E-07  2.65606259406528106E-07  2.71969645292409063E-07
+  2.78388045909949862E-07  2.84861936889695515E-07  2.91391797974260761E-07
+  2.97978113053881575E-07  3.04621370202272345E-07  3.11322061712795347E-07
+  3.18080684134940759E-07  3.24897738311123782E-07  3.31773729413799086E-07
+  3.38709166982895324E-07  3.45704564963575910E-07  3.52760441744322793E-07
+  3.59877320195352251E-07  3.67055727707361731E-07  3.74296196230610783E-07
+  3.81599262314342343E-07  3.88965467146541718E-07  3.96395356594042435E-07
+  4.03889481242975499E-07  4.11448396439572248E-07  4.19072662331315800E-07
+  4.26762843908451817E-07  4.34519511045855904E-07  4.42343238545263929E-07
+  4.50234606177867451E-07  4.58194198727276978E-07  4.66222606032856916E-07
+  4.74320423033435118E-07  4.82488249811390518E-07  4.90726691637121839E-07
+  4.99036359013900315E-07  5.07417867723110881E-07  5.15871838869883802E-07
+  5.24398898929121911E-07  5.32999679791924158E-07  5.41674818812411918E-07
+  5.50424958854959654E-07  5.59250748341833323E-07  5.68152841301241919E-07
+  5.77131897415803530E-07  5.86188582071430263E-07  5.95323566406636356E-07
+  6.04537527362272247E-07  6.13831147731689364E-07  6.23205116211336889E-07
+  6.32660127451797831E-07  6.42196882109265859E-07  6.51816086897466201E-07
+  6.61518454640025361E-07  6.71304704323296647E-07  6.81175561149638541E-07
+  6.91131756591155027E-07  7.01174028443901140E-07  7.11303120882557150E-07
+  7.21519784515574425E-07  7.31824776440799769E-07  7.42218860301577695E-07
+  7.52702806343341124E-07  7.63277391470689328E-07  7.73943399304960239E-07
+  7.84701620242299630E-07  7.95552851512232076E-07  8.06497897236740862E-07
+  8.17537568489855372E-07  8.28672683357755707E-07  8.39904066999395675E-07
+  8.51232551707651686E-07  8.62658976970997981E-07  8.74184189535716428E-07
+  8.85809043468645474E-07  8.97534400220468214E-07  9.09361128689549776E-07
+  9.21290105286327070E-07  9.33322213998255357E-07  9.45458346455312905E-07
+  9.57699401996076657E-07  9.70046287734365824E-07  9.82499918626463910E-07
+  9.95061217538919881E-07  1.00773111531693729E-06  1.02051055085335177E-06
+  1.03340047115821076E-06  1.04640183142894725E-06  1.05951559512116543E-06
+  1.07274273402003818E-06  1.08608422831231654E-06  1.09954106665897100E-06
+  1.11311424626845078E-06  1.12680477297058277E-06  1.14061366129110896E-06
+  1.15454193452686613E-06  1.16859062482161624E-06  1.18276077324253246E-06
+  1.19705342985734736E-06  1.21146965381216642E-06  1.22601051340995687E-06
+  1.24067708618971117E-06  1.25547045900629957E-06  1.27039172811100770E-06
+  1.28544199923277715E-06  1.30062238766014094E-06  1.31593401832387419E-06
+  1.33137802588035362E-06  1.34695555479564209E-06  1.36266775943029881E-06
+  1.37851580412491911E-06  1.39450086328642017E-06  1.41062412147507011E-06
+  1.42688677349226488E-06  1.44329002446907269E-06  1.45983508995553543E-06
+  1.47652319601074910E-06  1.49335557929371702E-06  1.51033348715499517E-06
+  1.52745817772912130E-06  1.54473092002785271E-06  1.56215299403420362E-06
+  1.57972569079729507E-06  1.59745031252803094E-06  1.61532817269559482E-06
+  1.63336059612478267E-06  1.65154891909418211E-06  1.66989448943519082E-06
+  1.68839866663190144E-06  1.70706282192184147E-06  1.72588833839758976E-06
+  1.74487661110926914E-06  1.76402904716792405E-06  1.78334706584979585E-06
+  1.80283209870149584E-06  1.82248558964608862E-06  1.84230899509009216E-06
+  1.86230378403140619E-06  1.88247143816816899E-06  1.90281345200855769E-06
+  1.92333133298153968E-06  1.94402660154857599E-06  1.96490079131629569E-06
+  1.98595544915014229E-06  2.00719213528900677E-06  2.02861242346083823E-06
+  2.05021790099927484E-06  2.07201016896126493E-06  2.09399084224571389E-06
+  2.11616154971315465E-06  2.13852393430645625E-06  2.16107965317256659E-06
+  2.18383037778532123E-06  2.20677779406929736E-06  2.22992360252475966E-06
+  2.25326951835366405E-06  2.27681727158676770E-06  2.30056860721182916E-06
+  2.32452528530291854E-06  2.34868908115084783E-06  2.37306178539472959E-06
+  2.39764520415466377E-06  2.42244115916558711E-06  2.44745148791226482E-06
+  2.47267804376546169E-06  2.49812269611927835E-06  2.52378733052968684E-06
+  2.54967384885425551E-06  2.57578416939308389E-06  2.60212022703095888E-06
+  2.62868397338073635E-06  2.65547737692796474E-06  2.68250242317675856E-06
+  2.70976111479692889E-06  2.73725547177239661E-06  2.76498753155087378E-06
+  2.79295934919485359E-06  2.82117299753389415E-06  2.84963056731822882E-06
+  2.87833416737369272E-06  2.90728592475800456E-06  2.93648798491838171E-06
+  2.96594251185053331E-06  2.99565168825901637E-06  3.02561771571899024E-06
+  3.05584281483935344E-06  3.08632922542730739E-06  3.11707920665433204E-06
+  3.14809503722360196E-06  3.17937901553884616E-06  3.21093345987466906E-06
+  3.24276070854834741E-06  3.27486312009310441E-06  3.30724307343289370E-06
+  3.33990296805868007E-06  3.37284522420625662E-06  3.40607228303559384E-06
+  3.43958660681173833E-06  3.47339067908727852E-06  3.50748700488638626E-06
+  3.54187811089044416E-06  3.57656654562529356E-06  3.61155487965008231E-06
+  3.64684570574775905E-06  3.68244163911720612E-06  3.71834531756703816E-06
+  3.75455940171107275E-06  3.79108657516549807E-06  3.82792954474773341E-06
+  3.86509104067702174E-06  3.90257381677674574E-06  3.94038065067849997E-06
+  3.97851434402792630E-06  4.01697772269232419E-06  4.05577363697005926E-06
+  4.09490496180178790E-06  4.13437459698349793E-06  4.17418546738138897E-06
+  4.21434052314863413E-06  4.25484273994398311E-06  4.29569511915227872E-06
+  4.33690068810686919E-06  4.37846250031394727E-06  4.42038363567883009E-06
+  4.46266720073418707E-06  4.50531632887024909E-06  4.54833418056701237E-06
+  4.59172394362843380E-06  4.63548883341866675E-06  4.67963209310032968E-06
+  4.72415699387483826E-06  4.76906683522481681E-06  4.81436494515860545E-06
+  4.86005468045687368E-06  4.90613942692137110E-06  4.95262259962584231E-06
+  4.99950764316908052E-06  5.04679803193020042E-06  5.09449727032609809E-06
+  5.14260889307114026E-06  5.19113646543910757E-06  5.24008358352739265E-06
+  5.28945387452348764E-06  5.33925099697376980E-06  5.38947864105461896E-06
+  5.44014052884587703E-06  5.49124041460665972E-06  5.54278208505357804E-06
+  5.59476935964133239E-06  5.64720609084576555E-06  5.70009616444933819E-06
+  5.75344349982907858E-06  5.80725205024703694E-06  5.86152580314322588E-06
+  5.91626878043111546E-06  5.97148503879566682E-06  6.02717866999395345E-06
+  6.08335380115837704E-06  6.14001459510250304E-06  6.19716525062954250E-06
+  6.25481000284350367E-06  6.31295312346302617E-06  6.37159892113793922E-06
+  6.43075174176854145E-06  6.49041596882766220E-06  6.55059602368548268E-06
+  6.61129636593718517E-06  6.67252149373342635E-06  6.73427594411365999E-06
+  6.79656429334237181E-06  6.85939115724817380E-06  6.92276119156587599E-06
+  6.98667909228148379E-06  7.05114959598019388E-06  7.11617748019739361E-06
+  7.18176756377270302E-06  7.24792470720705682E-06  7.31465381302290006E-06
+  7.38195982612747631E-06  7.44984773417927533E-06  7.51832256795762993E-06
+  7.58738940173551552E-06  7.65705335365558954E-06  7.72731958610945551E-06
+  7.79819330612021113E-06  7.86967976572832084E-06  7.94178426238081226E-06
+  8.01451213932383528E-06  8.08786878599862458E-06  8.16185963844086716E-06
+  8.23649017968354446E-06  8.31176594016324727E-06  8.38769249812999909E-06
+  8.46427548006063358E-06  8.54152056107572625E-06  8.61943346536016324E-06
+  8.69801996658730998E-06  8.77728588834686959E-06  8.85723710457644277E-06
+  8.93787953999679262E-06  9.01921917055090923E-06  9.10126202384684024E-06
+  9.18401417960435668E-06  9.26748177010550001E-06  9.35167098064899659E-06
+  9.43658805000861946E-06  9.52223927089550061E-06  9.60863099042445475E-06
+  9.69576961058431813E-06  9.78366158871236490E-06  9.87231343797282311E-06
+  9.96173172783952427E-06  1.00519230845827287E-05  1.01428941917601559E-05
+  1.02346517907122711E-05  1.03272026810618358E-05  1.04205537212177899E-05
+  1.05147118288834922E-05  1.06096839815693515E-05  1.07054772171098586E-05
+  1.08020986341851692E-05  1.08995553928471098E-05  1.09978547150497669E-05
+  1.10970038851846670E-05  1.11970102506205933E-05  1.12978812222480321E-05
+  1.13996242750283614E-05  1.15022469485477697E-05  1.16057568475759796E-05
+  1.17101616426297822E-05  1.18154690705414485E-05  1.19216869350320740E-05
+  1.20288231072898420E-05  1.21368855265533421E-05  1.22458822006998675E-05
+  1.23558212068388459E-05  1.24667106919103905E-05  1.25785588732889902E-05
+  1.26913740393924910E-05  1.28051645502962745E-05  1.29199388383527725E-05
+  1.30357054088163472E-05  1.31524728404735478E-05  1.32702497862788581E-05
+  1.33890449739958817E-05  1.35088672068441278E-05  1.36297253641513523E-05
+  1.37516284020115528E-05  1.38745853539486479E-05  1.39986053315859012E-05
+  1.41236975253211180E-05  1.42498712050077023E-05  1.43771357206415664E-05
+  1.45055005030540416E-05  1.46349750646106699E-05  1.47655689999161894E-05
+  1.48972919865254730E-05  1.50301537856606858E-05  1.51641642429346374E-05
+  1.52993332890803726E-05  1.54356709406870762E-05  1.55731873009423321E-05
+  1.57118925603808256E-05  1.58517969976394866E-05  1.59929109802191793E-05
+  1.61352449652529542E-05  1.62788095002809981E-05  1.64236152240322160E-05
+  1.65696728672126077E-05  1.67169932533004597E-05  1.68655872993483971E-05
+  1.70154660167923607E-05  1.71666405122676324E-05  1.73191219884318492E-05
+  1.74729217447951735E-05  1.76280511785576157E-05  1.77845217854536246E-05
+  1.79423451606039443E-05  1.81015329993748623E-05  1.82620970982448860E-05
+  1.84240493556788881E-05  1.85874017730098371E-05  1.87521664553281378E-05
+  1.89183556123786461E-05  1.90859815594654764E-05  1.92550567183645947E-05
+  1.94255936182443202E-05  1.95976048965937847E-05  1.97711033001593887E-05
+  1.99461016858894197E-05  2.01226130218867604E-05  2.03006503883699089E-05
+  2.04802269786422079E-05  2.06613561000695749E-05  2.08440511750665942E-05
+  2.10283257420911538E-05  2.12141934566477118E-05  2.14016680922992096E-05
+  2.15907635416877092E-05  2.17814938175639516E-05  2.19738730538256532E-05
+  2.21679155065649770E-05  2.23636355551248645E-05  2.25610477031646569E-05
+  2.27601665797348411E-05  2.29610069403610557E-05  2.31635836681376404E-05
+  2.33679117748304024E-05  2.35740064019891089E-05  2.37818828220695082E-05
+  2.39915564395650261E-05  2.42030427921483565E-05  2.44163575518227794E-05
+  2.46315165260835611E-05  2.48485356590893061E-05  2.50674310328434600E-05
+  2.52882188683860842E-05  2.55109155269958098E-05  2.57355375114023141E-05
+  2.59621014670092195E-05  2.61906241831275121E-05  2.64211225942197320E-05
+  2.66536137811548622E-05  2.68881149724740401E-05  2.71246435456672665E-05
+  2.73632170284610921E-05  2.76038531001175188E-05  2.78465695927440618E-05
+  2.80913844926151341E-05  2.83383159415048836E-05  2.85873822380316039E-05
+  2.88386018390136236E-05  2.90919933608370752E-05  2.93475755808353591E-05
+  2.96053674386806360E-05  2.98653880377873130E-05  3.01276566467275878E-05
+  3.03921927006593638E-05  3.06590158027664227E-05  3.09281457257110521E-05
+  3.11996024130992600E-05  3.14734059809586441E-05  3.17495767192290377E-05
+  3.20281350932660270E-05  3.23091017453574651E-05  3.25924974962532005E-05
+  3.28783433467078217E-05  3.31666604790368738E-05  3.34574702586866004E-05
+  3.37507942358171361E-05  3.40466541468993330E-05  3.43450719163255734E-05
+  3.46460696580343591E-05  3.49496696771490415E-05  3.52558944716306006E-05
+  3.55647667339448423E-05  3.58763093527439693E-05  3.61905454145625781E-05
+  3.65074982055284961E-05  3.68271912130882961E-05  3.71496481277477664E-05
+  3.74748928448273623E-05  3.78029494662329526E-05  3.81338423022417578E-05
+  3.84675958733038067E-05  3.88042349118589096E-05  3.91437843641693871E-05
+  3.94862693921686281E-05  3.98317153753255585E-05  4.01801479125253724E-05
+  4.05315928239663917E-05  4.08860761530733573E-05  4.12436241684273092E-05
+  4.16042633657121022E-05  4.19680204696777330E-05  4.23349224361206969E-05
+  4.27049964538814470E-05  4.30782699468590453E-05  4.34547705760433573E-05
+  4.38345262415647228E-05  4.42175650847613258E-05  4.46039154902646241E-05
+  4.49936060881023892E-05  4.53866657558205105E-05  4.57831236206226549E-05
+  4.61830090615286557E-05  4.65863517115514141E-05  4.69931814598928429E-05
+  4.74035284541585319E-05  4.78174231025917939E-05  4.82348960763267931E-05
+  4.86559783116613577E-05  4.90807010123493290E-05  4.95090956519127106E-05
+  4.99411939759739028E-05  5.03770280046079801E-05  5.08166300347153872E-05
+  5.12600326424150844E-05  5.17072686854584899E-05  5.21583713056641033E-05
+  5.26133739313733523E-05  5.30723102799275881E-05  5.35352143601664732E-05
+  5.40021204749480132E-05  5.44730632236903466E-05  5.49480775049355442E-05
+  5.54271985189354582E-05  5.59104617702600826E-05  5.63979030704283288E-05
+  5.68895585405616310E-05  5.73854646140604141E-05  5.78856580393037303E-05
+  5.83901758823722938E-05  5.88990555297949208E-05  5.94123346913188487E-05
+  5.99300514027038678E-05  6.04522440285405827E-05  6.09789512650934343E-05
+  6.15102121431676828E-05  6.20460660310015981E-05  6.25865526371834654E-05
+  6.31317120135939201E-05  6.36815845583736326E-05  6.42362110189166412E-05
+  6.47956324948896392E-05  6.53598904412773079E-05  6.59290266714538216E-05
+  6.65030833602812667E-05  6.70821030472344747E-05  6.76661286395530695E-05
+  6.82552034154206596E-05  6.88493710271715693E-05  6.94486755045252982E-05
+  7.00531612578488862E-05  7.06628730814474120E-05  7.12778561568831433E-05
+  7.18981560563231460E-05  7.25238187459160185E-05  7.31548905891975877E-05
+  7.37914183505263254E-05  7.44334491985481196E-05  7.50810307096913494E-05
+  7.57342108716918565E-05  7.63930380871485865E-05  7.70575611771098448E-05
+  7.77278293846906559E-05  7.84038923787211986E-05  7.90858002574270356E-05
+  7.97736035521409064E-05  8.04673532310468164E-05  8.11671007029560556E-05
+  8.18728978211166107E-05  8.25847968870548050E-05  8.33028506544502640E-05
+  8.40271123330447762E-05  8.47576355925844384E-05  8.54944745667961031E-05
+  8.62376838573982753E-05  8.69873185381463799E-05  8.77434341589133595E-05
+  8.85060867498051705E-05  8.92753328253120983E-05  9.00512293884959188E-05
+  9.08338339352130018E-05  9.16232044583743034E-05  9.24193994522418431E-05
+  9.32224779167624759E-05  9.40324993619389489E-05  9.48495238122390260E-05
+  9.56736118110423971E-05  9.65048244251261449E-05  9.73432232491890120E-05
+  9.81888704104147533E-05  9.90418285730748188E-05  9.99021609431708523E-05
+  1.00769931273117416E-04  1.01645203866464963E-04  1.02528043582663904E-04
+  1.03418515841869455E-04  1.04316686629788395E-04  1.05222622502567495E-04
+  1.06136390591724086E-04  1.07058058609119474E-04  1.07987694851975323E-04
+  1.08925368207932709E-04  1.09871148160156133E-04  1.10825104792480571E-04
+  1.11787308794603310E-04  1.12757831467320767E-04  1.13736744727810436E-04
+  1.14724121114958525E-04  1.15720033794733542E-04  1.16724556565606240E-04
+  1.17737763864016759E-04  1.18759730769888415E-04  1.19790533012189619E-04
+  1.20830246974543606E-04  1.21878949700886564E-04  1.22936718901175084E-04
+  1.24003632957141939E-04  1.25079770928102985E-04  1.26165212556812723E-04
+  1.27260038275371694E-04  1.28364329211184063E-04  1.29478167192967109E-04
+  1.30601634756812452E-04  1.31734815152299552E-04  1.32877792348662263E-04
+  1.34030651041008311E-04  1.35193476656592971E-04  1.36366355361146313E-04
+  1.37549374065255544E-04  1.38742620430802295E-04  1.39946182877455615E-04
+  1.41160150589220927E-04  1.42384613521045420E-04  1.43619662405480858E-04
+  1.44865388759403646E-04  1.46121884890792699E-04  1.47389243905566393E-04
+  1.48667559714478438E-04  1.49956927040072744E-04  1.51257441423698774E-04
+  1.52569199232587753E-04  1.53892297666989212E-04  1.55226834767369874E-04
+  1.56572909421674175E-04  1.57930621372647889E-04  1.59300071225224635E-04
+  1.60681360453976239E-04  1.62074591410627645E-04  1.63479867331636373E-04
+  1.64897292345837565E-04  1.66326971482155063E-04  1.67769010677378889E-04
+  1.69223516784010065E-04  1.70690597578173015E-04  1.72170361767596186E-04
+  1.73662918999661789E-04  1.75168379869524712E-04  1.76686855928301795E-04
+  1.78218459691331475E-04  1.79763304646505227E-04  1.81321505262670022E-04
+  1.82893176998104242E-04  1.84478436309066206E-04  1.86077400658416506E-04
+  1.87690188524314690E-04  1.89316919408991406E-04  1.90957713847595626E-04
+  1.92612693417118584E-04  1.94281980745394814E-04  1.95965699520179803E-04
+  1.97663974498307944E-04  1.99376931514927663E-04  2.01104697492816804E-04
+  2.02847400451778702E-04  2.04605169518118791E-04  2.06378134934203305E-04
+  2.08166428068100198E-04  2.09970181423303488E-04  2.11789528648540946E-04
+  2.13624604547666850E-04  2.15475545089640030E-04  2.17342487418587541E-04
+  2.19225569863955397E-04  2.21124931950746994E-04  2.23040714409849210E-04
+  2.24973059188448334E-04  2.26922109460534990E-04  2.28888009637500170E-04
+  2.30870905378822359E-04  2.32870943602847048E-04  2.34888272497658300E-04
+  2.36923041532045349E-04  2.38975401466562544E-04  2.41045504364685223E-04
+  2.43133503604061642E-04  2.45239553887861427E-04  2.47363811256222366E-04
+  2.49506433097795453E-04  2.51667578161389655E-04  2.53847406567716746E-04
+  2.56046079821237410E-04  2.58263760822109473E-04  2.60500613878238813E-04
+  2.62756804717433643E-04  2.65032500499665427E-04  2.67327869829432423E-04
+  2.69643082768232175E-04  2.71978310847139780E-04  2.74333727079495329E-04
+  2.76709505973700583E-04  2.79105823546124774E-04  2.81522857334122782E-04
+  2.83960786409164878E-04  2.86419791390078683E-04  2.88900054456406536E-04
+  2.91401759361876761E-04  2.93925091447990513E-04  2.96470237657727007E-04
+  2.99037386549364989E-04  3.01626728310424165E-04  3.04238454771726106E-04
+  3.06872759421576052E-04  3.09529837420066732E-04  3.12209885613505414E-04
+  3.14913102548964382E-04  3.17639688488957346E-04  3.20389845426240921E-04
+  3.23163777098744629E-04  3.25961689004628029E-04  3.28783788417467732E-04
+  3.31630284401574957E-04  3.34501387827444761E-04  3.37397311387337649E-04
+  3.40318269610994869E-04  3.43264478881489881E-04  3.46236157451213996E-04
+  3.49233525458000904E-04  3.52256804941389323E-04  3.55306219859023731E-04
+  3.58381996103198687E-04  3.61484361517542705E-04  3.64613545913846098E-04
+  3.67769781089033400E-04  3.70953300842281517E-04  3.74164340992283689E-04
+  3.77403139394662701E-04  3.80669935959532951E-04  3.83964972669213116E-04
+  3.87288493596090280E-04  3.90640744920637531E-04  3.94021974949586708E-04
+  3.97432434134254776E-04  4.00872375089029803E-04  4.04342052610013052E-04
+  4.07841723693822737E-04  4.11371647556556393E-04  4.14932085652918098E-04
+  4.18523301695507570E-04  4.22145561674275576E-04  4.25799133876144688E-04
+  4.29484288904799169E-04  4.33201299700643238E-04  4.36950441560929770E-04
+  4.40731992160062636E-04  4.44546231570070393E-04  4.48393442281257246E-04
+  4.52273909223029004E-04  4.56187919784896672E-04  4.60135763837661550E-04
+  4.64117733754778564E-04  4.68134124433904140E-04  4.72185233318627242E-04
+  4.76271360420384301E-04  4.80392808340564844E-04  4.84549882292802591E-04
+  4.88742890125457193E-04  4.92972142344288424E-04  4.97237952135323800E-04
+  5.01540635387919768E-04  5.05880510718020610E-04  5.10257899491615052E-04
+  5.14673125848393118E-04  5.19126516725602915E-04  5.23618401882112549E-04
+  5.28149113922675006E-04  5.32718988322400866E-04  5.37328363451437460E-04
+  5.41977580599859983E-04  5.46666984002771965E-04  5.51396920865621066E-04
+  5.56167741389727919E-04  5.60979798798033114E-04  5.65833449361063403E-04
+  5.70729052423115291E-04  5.75666970428664144E-04  5.80647568948994904E-04
+  5.85671216709060158E-04  5.90738285614564925E-04  5.95849150779280737E-04
+  6.01004190552591102E-04  6.06203786547272012E-04  6.11448323667504044E-04
+  6.16738190137124066E-04  6.22073777528115357E-04  6.27455480789337774E-04
+  6.32883698275502299E-04  6.38358831776386160E-04  6.43881286546301346E-04
+  6.49451471333806186E-04  6.55069798411668795E-04  6.60736683607084552E-04
+  6.66452546332147702E-04  6.72217809614578088E-04  6.78032900128709595E-04
+  6.83898248226735665E-04  6.89814287970221202E-04  6.95781457161876522E-04
+  7.01800197377601279E-04  7.07870953998793683E-04  7.13994176244935226E-04
+  7.20170317206444608E-04  7.26399833877811063E-04  7.32683187191002965E-04
+  7.39020842049156051E-04  7.45413267360545595E-04  7.51860936072841447E-04
+  7.58364325207649525E-04  7.64923915895342026E-04  7.71540193410179720E-04
+  7.78213647205725683E-04  7.84944770950555550E-04  7.91734062564264742E-04
+  7.98582024253775683E-04  8.05489162549949248E-04  8.12455988344497619E-04
+  8.19483016927205379E-04  8.26570768023461664E-04  8.33719765832100228E-04
+  8.40930539063557505E-04  8.48203620978344006E-04  8.55539549425832842E-04
+  8.62938866883376115E-04  8.70402120495738976E-04  8.77929862114858726E-04
+  8.85522648339937424E-04  8.93181040557860834E-04  9.00905604983952171E-04
+  9.08696912703061853E-04  9.16555539710994099E-04  9.24482066956275827E-04
+  9.32477080382266947E-04  9.40541170969617511E-04  9.48674934779070817E-04
+  9.56878972994620511E-04  9.65153891967018645E-04  9.73500303257637725E-04
+  9.81918823682694777E-04  9.90410075357833200E-04  9.98974685743069012E-04
+  1.00761328768810259E-03  1.01632651947799915E-03  1.02511502487923891E-03
+  1.03397945318614353E-03  1.04292045926767589E-03  1.05193870361461935E-03
+  1.06103485238713915E-03  1.07020957746272816E-03  1.07946355648453544E-03
+  1.08879747291008985E-03  1.09821201606041048E-03  1.10770788116951310E-03
+  1.11728576943431420E-03  1.12694638806493520E-03  1.13669045033540600E-03
+  1.14651867563477471E-03  1.15643178951862764E-03  1.16643052376101588E-03
+  1.17651561640679642E-03  1.18668781182438578E-03  1.19694786075893685E-03
+  1.20729652038593059E-03  1.21773455436519572E-03  1.22826273289535024E-03
+  1.23888183276867417E-03  1.24959263742641211E-03  1.26039593701450948E-03
+  1.27129252843978394E-03  1.28228321542653918E-03  1.29336880857361392E-03
+  1.30455012541188099E-03  1.31582799046218936E-03  1.32720323529375551E-03
+  1.33867669858300634E-03  1.35024922617287793E-03  1.36192167113256628E-03
+  1.37369489381774330E-03  1.38556976193122874E-03  1.39754715058412792E-03
+  1.40962794235743719E-03  1.42181302736411365E-03  1.43410330331162424E-03
+  1.44649967556495875E-03  1.45900305721012287E-03  1.47161436911811259E-03
+  1.48433454000936201E-03  1.49716450651867904E-03  1.51010521326066399E-03
+  1.52315761289561601E-03  1.53632266619592472E-03  1.54960134211296259E-03
+  1.56299461784445795E-03  1.57650347890237364E-03  1.59012891918127982E-03
+  1.60387194102722293E-03  1.61773355530710227E-03  1.63171478147854142E-03
+  1.64581664766027484E-03  1.66004019070303257E-03  1.67438645626093608E-03
+  1.68885649886340791E-03  1.70345138198758797E-03  1.71817217813126496E-03
+  1.73301996888632309E-03  1.74799584501270696E-03  1.76310090651289782E-03
+  1.77833626270691692E-03  1.79370303230784131E-03  1.80920234349784843E-03
+  1.82483533400477405E-03  1.84060315117920209E-03  1.85650695207207434E-03
+  1.87254790351282382E-03  1.88872718218803938E-03  1.90504597472065051E-03
+  1.92150547774964150E-03  1.93810689801029610E-03  1.95485145241496277E-03
+  1.97174036813435507E-03  1.98877488267937795E-03  2.00595624398347463E-03
+  2.02328571048551687E-03  2.04076455121320749E-03  2.05839404586701576E-03
+  2.07617548490464680E-03  2.09411016962602302E-03  2.11219941225880342E-03
+  2.13044453604441719E-03  2.14884687532463379E-03  2.16740777562863824E-03
+  2.18612859376064120E-03  2.20501069788799986E-03  2.22405546762985970E-03
+  2.24326429414631757E-03  2.26263858022807737E-03  2.28217974038664702E-03
+  2.30188920094501551E-03  2.32176840012885939E-03  2.34181878815823167E-03
+  2.36204182733976966E-03  2.38243899215937610E-03  2.40301176937542452E-03
+  2.42376165811242781E-03  2.44469016995520119E-03  2.46579882904350610E-03
+  2.48708917216717076E-03  2.50856274886168467E-03  2.53022112150425070E-03
+  2.55206586541031075E-03  2.57409856893051547E-03  2.59632083354815416E-03
+  2.61873427397701789E-03  2.64134051825970452E-03  2.66414120786635442E-03
+  2.68713799779380811E-03  2.71033255666517725E-03  2.73372656682981932E-03
+  2.75732172446372216E-03  2.78111973967026587E-03  2.80512233658137275E-03
+  2.82933125345902637E-03  2.85374824279715491E-03  2.87837507142386061E-03
+  2.90321352060399262E-03  2.92826538614205083E-03  2.95353247848539934E-03
+  2.97901662282779728E-03  3.00471965921321081E-03  3.03064344263991080E-03
+  3.05678984316483425E-03  3.08316074600819591E-03  3.10975805165833886E-03
+  3.13658367597680673E-03  3.16363955030361538E-03  3.19092762156271978E-03
+  3.21844985236765342E-03  3.24620822112731047E-03  3.27420472215187797E-03
+  3.30244136575887299E-03  3.33092017837927990E-03  3.35964320266376451E-03
+  3.38861249758894189E-03  3.41783013856366896E-03  3.44729821753536787E-03
+  3.47701884309630470E-03  3.50699414058985859E-03  3.53722625221670464E-03
+  3.56771733714092215E-03  3.59846957159597972E-03  3.62948514899057249E-03
+  3.66076628001429233E-03  3.69231519274308695E-03  3.72413413274449339E-03
+  3.75622536318259443E-03  3.78859116492268099E-03  3.82123383663558573E-03
+  3.85415569490164247E-03  3.88735907431423397E-03  3.92084632758291605E-03
+  3.95461982563604340E-03  3.98868195772288017E-03  4.02303513151515413E-03
+  4.05768177320800418E-03  4.09262432762026208E-03  4.12786525829408023E-03
+  4.16340704759377272E-03  4.19925219680390878E-03  4.23540322622653967E-03
+  4.27186267527755910E-03  4.30863310258208700E-03  4.34571708606892176E-03
+  4.38311722306387788E-03  4.42083613038203507E-03  4.45887644441883817E-03
+  4.49724082123993847E-03  4.53593193666976605E-03  4.57495248637872741E-03
+  4.61430518596898757E-03  4.65399277105875593E-03  4.69401799736501348E-03
+  4.73438364078458684E-03  4.77509249747353360E-03  4.81614738392471473E-03
+  4.85755113704350577E-03  4.89930661422156681E-03  4.94141669340855596E-03
+  4.98388427318173250E-03  5.02671227281334312E-03  5.06990363233570437E-03
+  5.11346131260388258E-03  5.15738829535588097E-03  5.20168758327022290E-03
+  5.24636220002082983E-03  5.29141519032910995E-03  5.33684962001310971E-03
+  5.38266857603364891E-03  5.42887516653729491E-03  5.47547252089609655E-03
+  5.52246378974391178E-03  5.56985214500923045E-03  5.61764077994435750E-03
+  5.66583290915081018E-03  5.71443176860081566E-03  5.76344061565475622E-03
+  5.81286272907440872E-03  5.86270140903183846E-03  5.91295997711380455E-03
+  5.96364177632150230E-03  6.01475017106547875E-03  6.06628854715559294E-03
+  6.11826031178578072E-03  6.17066889351352340E-03  6.22351774223380092E-03
+  6.27681032914733251E-03  6.33055014672294011E-03  6.38474070865384120E-03
+  6.43938554980764445E-03  6.49448822616986027E-03  6.55005231478070736E-03
+  6.60608141366501346E-03  6.66257914175494292E-03  6.71954913880538560E-03
+  6.77699506530170595E-03  6.83492060235964868E-03  6.89332945161714658E-03
+  6.95222533511776538E-03  7.01161199518551739E-03  7.07149319429078906E-03
+  7.13187271490710317E-03  7.19275435935840847E-03  7.25414194965663933E-03
+  7.31603932732919487E-03  7.37845035323610697E-03  7.44137890737647280E-03
+  7.50482888868393878E-03  7.56880421481080819E-03  7.63330882190050002E-03
+  7.69834666434791523E-03  7.76392171454751406E-03  7.83003796262852873E-03
+  7.89669941617705817E-03  7.96391009994463529E-03  8.03167405554285063E-03
+  8.09999534112360205E-03  8.16887803104458105E-03  8.23832621551954560E-03
+  8.30834400025291971E-03  8.37893550605831212E-03  8.45010486846037821E-03
+  8.52185623727967981E-03  8.59419377619994457E-03  8.66712166231725471E-03
+  8.74064408567064820E-03  8.81476524875357548E-03  8.88948936600568451E-03
+  8.96482066328436501E-03  9.04076337731546387E-03  9.11732175512258887E-03
+  9.19450005343438320E-03  9.27230253806917044E-03  9.35073348329628143E-03
+  9.42979717117345059E-03  9.50949789085960527E-03  9.58983993790232456E-03
+  9.67082761349927038E-03  9.75246522373289862E-03  9.83475707877766274E-03
+  9.91770749207892231E-03  1.00013207795028782E-02  1.00856012584565839E-02
+  1.01705532469773211E-02  1.02561810627904582E-02  1.03424890223348803E-02
+  1.04294814397551654E-02  1.05171626258595517E-02  1.06055368870428077E-02
+  1.06946085241729320E-02  1.07843818314408858E-02  1.08748610951721128E-02
+  1.09660505925990737E-02  1.10579545905934908E-02  1.11505773443573743E-02
+  1.12439230960716726E-02  1.13379960735013573E-02  1.14328004885558606E-02
+  1.15283405358035749E-02  1.16246203909392606E-02  1.17216442092030124E-02
+  1.18194161237496122E-02  1.19179402439668156E-02  1.20172206537413305E-02
+  1.21172614096709836E-02  1.22180665392217572E-02  1.23196400388281592E-02
+  1.24219858719354769E-02  1.25251079669823368E-02  1.26290102153220531E-02
+  1.27336964690811204E-02  1.28391705389531933E-02  1.29454361919269095E-02
+  1.30524971489457860E-02  1.31603570824984258E-02  1.32690196141372410E-02
+  1.33784883119238002E-02  1.34887666877989785E-02  1.35998581948757226E-02
+  1.37117662246529146E-02  1.38244941041476901E-02  1.39380450929446204E-02
+  1.40524223801592896E-02  1.41676290813143001E-02  1.42836682351252884E-02
+  1.44005428001947825E-02  1.45182556516114600E-02  1.46368095774524493E-02
+  1.47562072751862006E-02  1.48764513479733972E-02  1.49975443008633271E-02
+  1.51194885368830974E-02  1.52422863530169445E-02  1.53659399360729677E-02
+  1.54904513584342863E-02  1.56158225736919686E-02  1.57420554121565567E-02
+  1.58691515762452891E-02  1.59971126357418454E-02  1.61259400229255764E-02
+  1.62556350275667900E-02  1.63861987917849790E-02  1.65176323047664664E-02
+  1.66499363973380970E-02  1.67831117363933732E-02  1.69171588191674646E-02
+  1.70520779673574395E-02  1.71878693210837825E-02  1.73245328326895494E-02
+  1.74620682603730433E-02  1.76004751616501177E-02  1.77397528866418859E-02
+  1.78799005711837017E-02  1.80209171297510823E-02  1.81628012481982529E-02
+  1.83055513763046955E-02  1.84491657201253309E-02  1.85936422341394965E-02
+  1.87389786131940198E-02  1.88851722842355782E-02  1.90322203978272805E-02
+  1.91801198194444522E-02  1.93288671205445600E-02  1.94784585694057870E-02
+  1.96288901217290708E-02  1.97801574109980685E-02  1.99322557385914444E-02
+  2.00851800636417041E-02  2.02389249926349969E-02  2.03934847687457024E-02
+  2.05488532608998249E-02  2.07050239525613036E-02  2.08619899302345049E-02
+  2.10197438716769602E-02  2.11782780338156014E-02  2.13375842403599365E-02
+  2.14976538691054250E-02  2.16584778389202169E-02  2.18200465964082622E-02
+  2.19823501022416781E-02  2.21453778171551846E-02  2.23091186875952162E-02
+  2.24735611310163119E-02  2.26386930208171133E-02  2.28045016709083025E-02
+  2.29709738199047331E-02  2.31380956149334141E-02  2.33058525950499973E-02
+  2.34742296742547381E-02  2.36432111241000990E-02  2.38127805558814472E-02
+  2.39829209024022584E-02  2.41536143993050789E-02  2.43248425659595632E-02
+  2.44965861858985022E-02  2.46688252867929836E-02  2.48415391199574322E-02
+  2.50147061393751237E-02  2.51883039802352250E-02  2.53623094369713441E-02
+  2.55366984407924304E-02  2.57114460366961659E-02  2.58865263599550484E-02
+  2.60619126120653528E-02  2.62375770361490852E-02  2.64134908917987299E-02
+  2.65896244293547662E-02  2.67659468636058176E-02  2.69424263469010515E-02
+  2.71190299416646588E-02  2.72957235923018890E-02  2.74724720964863722E-02
+  2.76492390758182154E-02  2.78259869458423771E-02  2.80026768854168447E-02
+  2.81792688054201233E-02  2.83557213167875168E-02  2.85319916978656676E-02
+  2.87080358610749230E-02  2.88838083188691190E-02  2.90592621489822837E-02
+  2.92343489589520986E-02  2.94090188499096516E-02  2.95832203796255917E-02
+  2.97569005248024092E-02  2.99300046426030260E-02  3.01024764314059799E-02
+  3.02742578907774715E-02  3.04452892806509612E-02  3.06155090797050888E-02
+  3.07848539429309252E-02  3.09532586583797890E-02  3.11206561030833405E-02
+  3.12869771981376943E-02  3.14521508629438187E-02  3.16161039685967302E-02
+  3.17787612904166794E-02  3.19400454596154293E-02  3.20998769140917392E-02
+  3.22581738483503633E-02  3.24148521625394689E-02  3.25698254106020074E-02
+  3.27230047475371849E-02  3.28742988757686760E-02  3.30236139906173939E-02
+  3.31708537248767074E-02  3.33159190924894946E-02  3.34587084313267766E-02
+  3.35991173450688810E-02  3.37370386441909129E-02  3.38723622860554394E-02
+  3.40049753141162814E-02  3.41347617962386440E-02  3.42616027621418101E-02
+  3.43853761399721056E-02  3.45059566920150468E-02  3.46232159495575287E-02
+  3.47370221469113852E-02  3.48472401546125257E-02  3.49537314118106499E-02
+  3.50563538578667344E-02  3.51549618631771879E-02  3.52494061592456762E-02
+  3.53395337680256494E-02  3.54251879305587103E-02  3.55062080349364331E-02
+  3.55824295436153251E-02  3.56536839201175917E-02  3.57197985551525599E-02
+  3.57805966921966104E-02  3.58358973525724628E-02  3.58855152600712143E-02
+  3.59292607651644155E-02  3.59669397688560169E-02  3.59983536462280471E-02
+  3.60232991697371219E-02  3.60415684323229027E-02  3.60529487703932783E-02
+  3.60572226867553608E-02  3.60541677735655569E-02  3.60435566353762837E-02
+  3.60251568123617361E-02  3.59987307038098017E-02  3.59640354919720032E-02
+  3.59208230663690675E-02  3.58688399486544740E-02  3.58078272181442114E-02
+  3.57375204381271058E-02  3.56576495830752266E-02  3.55679389668811796E-02
+  3.54681071722545427E-02  3.53578669814172339E-02  3.52369253082437037E-02
+  3.51049831319999173E-02  3.49617354328414370E-02  3.48068711292394972E-02
+  3.46400730175111179E-02  3.44610177136378468E-02  3.42693755975660500E-02
+  3.40648107601898356E-02  3.38469809532273638E-02  3.36155375422096531E-02
+  3.33701254628107902E-02  3.31103831807579504E-02  3.28359426555696471E-02
+  3.25464293083803993E-02  3.22414619941207500E-02  3.19206529783321591E-02
+  3.15836079189066934E-02  3.12299258530530331E-02  3.08591991898013694E-02
+  3.04710137083712834E-02  3.00649485627383119E-02  2.96405762927468390E-02
+  2.91974628421294811E-02  2.87351675838041845E-02  2.82532433528341065E-02
+  2.77512364874466996E-02  2.72286868785212924E-02  2.66851280279676341E-02
+  2.61200871164298520E-02  2.55330850807632403E-02  2.49236367017443040E-02
+  2.42912507024872458E-02  2.36354298580508417E-02  2.29556711167355175E-02
+  2.22514657335795701E-02  2.15222994165766152E-02  2.07676524861487334E-02
+  1.99870000484199083E-02  1.91798121828465062E-02  1.83455541447712124E-02
+  1.74836865834771468E-02  1.65936657763281932E-02  1.56749438795900746E-02
+  1.47269691965345832E-02  1.37491864634358019E-02  1.27410371540741078E-02
+  1.17019598033666124E-02  1.06313903507482873E-02  9.52876250392827896E-03
+  8.39350812364740052E-03  7.22505763006154808E-03  6.02284043137254772E-03
+  4.78628537532338385E-03  3.51482122416704647E-03  2.20787715370953383E-03
+  8.64883277014908401E-04 -5.14728806653944591E-04 -1.93152543710368237E-03
+ -3.38607029215268977E-03 -4.87892375973742430E-03 -6.41064228269955499E-03
+ -7.98177767580507055E-03 -9.59287641457990357E-03 -1.12444788955899221E-02
+ -1.29371186678366237E-02 -1.46713216349925613E-02 -1.64476052282551272E-02
+ -1.82664775496597688E-02 -2.01284364857630717E-02 -2.20339687916783732E-02
+ -2.39835491455306429E-02 -2.59776391734845395E-02 -2.80166864455966974E-02
+ -3.01011234428478179E-02 -3.22313664958226928E-02 -3.44078146956290701E-02
+ -3.66308487777764341E-02 -3.89008299798773438E-02 -4.12180988741848164E-02
+ -4.35829741761404807E-02 -4.59957515302809178E-02 -4.84567022750337570E-02
+ -5.09660721881294021E-02 -5.35240802145628553E-02 -5.61309171792599565E-02
+ -5.87867444868328121E-02 -6.14916928110580130E-02 -6.42458607769659934E-02
+ -6.70493136387045746E-02 -6.99020819566215645E-02 -7.28041602773125268E-02
+ -7.57555058206892118E-02 -7.87560371784480073E-02 -8.18056330286560246E-02
+ -8.49041308715205167E-02 -8.80513257917669989E-02 -9.12469692534230992E-02
+ -9.44907679331859623E-02 -9.77823825989382195E-02 -1.01121427040371206E-01
+ -1.04507467059084383E-01 -1.07940019525914477E-01 -1.11418551513666989E-01
+ -1.14942479513815865E-01 -1.18511168746128492E-01 -1.22123932570559604E-01
+ -1.25780032011122866E-01 -1.29478675401798804E-01 -1.33219018164851710E-01
+ -1.37000162732227482E-01 -1.40821158620936915E-01 -1.44681002673539949E-01
+ -1.48578639474969465E-01 -1.52512961957014387E-01 -1.56482812201755972E-01
+ -1.60486982455139954E-01 -1.64524216361648379E-01 -1.68593210430672047E-01
+ -1.72692615744685363E-01 -1.76821039918650891E-01 -1.80977049319211630E-01
+ -1.85159171551137258E-01 -1.89365898217155604E-01 -1.93595687955667339E-01
+ -1.97846969758909780E-01 -2.02118146571821228E-01 -2.06407599169155742E-01
+ -2.10713690305234097E-01 -2.15034769127049857E-01 -2.19369175837206942E-01
+ -2.23715246588303412E-01 -2.28071318584790045E-01 -2.32435735361977008E-01
+ -2.36806852204622192E-01 -2.41183041659321862E-01 -2.45562699085645847E-01
+ -2.49944248180473200E-01 -2.54326146398174135E-01 -2.58706890176029602E-01
+ -2.63085019859371105E-01 -2.67459124204258547E-01 -2.71827844316852252E-01
+ -2.76189876867802053E-01 -2.80543976396735562E-01 -2.84888956496043344E-01
+ -2.89223689634349801E-01 -2.93547105348046122E-01 -2.97858186493720478E-01
+ -3.02155963214878309E-01 -3.06439504232667637E-01 -3.10707905021931907E-01
+ -3.14960272380394146E-01 -3.19195704839603855E-01 -3.23413292529827590E-01
+ -3.27612117054563889E-01 -3.31791251377008212E-01 -3.35949759720751417E-01
+ -3.40086697486934819E-01 -3.44201111189988640E-01 -3.48292038413965999E-01
+ -3.52358507791343312E-01 -3.56399539005999633E-01 -3.60414142821915251E-01
+ -3.64401321138941692E-01 -3.68360067076801745E-01 -3.72289365088282254E-01
+ -3.76188191102379499E-01 -3.80055512697963727E-01 -3.83890289308336075E-01
+ -3.87691472456873854E-01 -3.91458006023779947E-01 -3.95188826543799110E-01
+ -3.98882863534616994E-01 -4.02539039855521863E-01 -4.06156272095795801E-01
+ -4.09733470992197701E-01 -4.13269541874813184E-01 -4.16763385140472564E-01
+ -4.20213896752876015E-01 -4.23619968768519206E-01 -4.26980489887470283E-01
+ -4.30294346028028518E-01 -4.33560420924269441E-01 -4.36777596745474450E-01
+ -4.39944754736439569E-01 -4.43060775877653412E-01 -4.46124541564350108E-01
+ -4.49134934303439481E-01 -4.52090838427342434E-01 -4.54991140823762630E-01
+ -4.57834731680448415E-01 -4.60620505244010825E-01 -4.63347360591882584E-01
+ -4.66014202416519530E-01 -4.68619941820959451E-01 -4.71163497124874320E-01
+ -4.73643794680260022E-01 -4.76059769695925838E-01 -4.78410367069959264E-01
+ -4.80694542229347266E-01 -4.82911261975953687E-01 -4.85059505338053309E-01
+ -4.87138264426638101E-01 -4.89146545295711999E-01 -4.91083368805800280E-01
+ -4.92947771489900932E-01 -4.94738806421112898E-01 -4.96455544081172928E-01
+ -4.98097073229141707E-01 -4.99662501769473022E-01 -5.01150957618706983E-01
+ -5.02561589570024836E-01 -5.03893568154900495E-01 -5.05146086501086167E-01
+ -5.06318361186165689E-01 -5.07409633085906031E-01 -5.08419168216639128E-01
+ -5.09346258570896659E-01 -5.10190222945527627E-01 -5.10950407761513570E-01
+ -5.11626187874704375E-01 -5.12216967376687760E-01 -5.12722180385004944E-01
+ -5.13141291821922030E-01 -5.13473798180962837E-01 -5.13719228280406726E-01
+ -5.13877144002953146E-01 -5.13947141020748788E-01 -5.13928849504976748E-01
+ -5.13821934819197801E-01 -5.13626098195638203E-01 -5.13341077393612788E-01
+ -5.12966647339273218E-01 -5.12502620745867166E-01 -5.11948848713697724E-01
+ -5.11305221308968716E-01 -5.10571668120699651E-01 -5.09748158794903872E-01
+ -5.08834703545209655E-01 -5.07831353639117800E-01 -5.06738201859085802E-01
+ -5.05555382937630249E-01 -5.04283073965644979E-01 -5.02921494773131639E-01
+ -5.01470908281547834E-01 -4.99931620826980561E-01 -4.98303982453357719E-01
+ -4.96588387174917989E-01 -4.94785273207165699E-01 -4.92895123165544902E-01
+ -4.90918464231079266E-01 -4.88855868282226713E-01 -4.86707951992218280E-01
+ -4.84475376891157328E-01 -4.82158849392165578E-01 -4.79759120780889892E-01
+ -4.77276987167680133E-01 -4.74713289401787975E-01 -4.72068912946936703E-01
+ -4.69344787717644429E-01 -4.66541887875702554E-01 -4.63661231586232292E-01
+ -4.60703880732774462E-01 -4.57670940590887143E-01 -4.54563559459766675E-01
+ -4.51382928251427618E-01 -4.48130280037023487E-01 -4.44806889549917039E-01
+ -4.41414072645152533E-01 -4.37953185715024562E-01 -4.34425625060479381E-01
+ -4.30832826218129461E-01 -4.27176263242719345E-01 -4.23457447944918464E-01
+ -4.19677929084386947E-01 -4.15839291518102339E-01 -4.11943155304005548E-01
+ -4.07991174760081066E-01 -4.03985037479053510E-01 -3.99926463298948598E-01
+ -3.95817203229838932E-01 -3.91659038337166698E-01 -3.87453778582110053E-01
+ -3.83203261619539104E-01 -3.78909351554188145E-01 -3.74573937655749922E-01
+ -3.70198933033686450E-01 -3.65786273272634355E-01 -3.61337915029373347E-01
+ -3.56855834592413157E-01 -3.52342026405351005E-01 -3.47798501555236506E-01
+ -3.43227286227352602E-01 -3.38630420127497000E-01 -3.34009954873969617E-01
+ -3.29367952360206828E-01 -3.24706483090115017E-01 -3.20027624487843332E-01
+ -3.15333459183898102E-01 -3.10626073279592796E-01 -3.05907554591919040E-01
+ -3.01179990881012272E-01 -2.96445468062473461E-01 -2.91706068406892338E-01
+ -2.86856444319089576E-01 -2.81698560346078763E-01 -2.76238463633688147E-01
+ -2.70488382754684287E-01 -2.64461710097202707E-01 -2.58172968196780150E-01
+ -2.51637768517921134E-01 -2.44872762627203672E-01 -2.37895585757194356E-01
+ -2.30724792821468461E-01 -2.23379787005438091E-01 -2.15880741125078907E-01
+ -2.08248512015513337E-01 -2.00504548283191752E-01 -1.92670791828495946E-01
+ -1.84769573619251809E-01 -1.76823504269132931E-01 -1.68855360047430403E-01
+ -1.60887965017282919E-01 -1.52944070067262905E-01 -1.45046229665263288E-01
+ -1.37216677222879752E-01 -1.29477200011980209E-01 -1.21849014621818380E-01
+ -1.14352643983910859E-01 -1.07007797021958409E-01 -9.98332520043889865E-02
+ -9.28467446867744517E-02 -8.60648623295842824E-02 -7.95029446627937009E-02
+ -7.31749928421358831E-02 -6.70935874018392803E-02 -6.12698161551646428E-02
+ -5.57132129268491649E-02 -5.04317079206744179E-02 -4.54315904310728588E-02
+ -4.07174845004079008E-02 -3.62923380039903987E-02 -3.21574255139449733E-02
+ -2.83123651518452715E-02 -2.47551494899894003E-02 -2.14821904038953113E-02
+ -1.84883776158868939E-02 -1.57671505035667237E-02 -1.33105825797539719E-02
+ -1.11094778845047832E-02 -9.15347836765608575E-03 -7.43118118457298908E-03
+ -5.93026468112701436E-03 -4.63762170908953858E-03 -3.53949879277085100E-03
+ -2.62163956445282155E-03 -1.86943080240491513E-03 -1.26804934328690936E-03
+ -8.02608102524965091E-04 -4.58299423487530102E-04 -2.20533990300247836E-04
+ -7.50735808279622555E-05 -8.15600615255751434E-06
+  END     
+   TPHI_LCAO   3 #tphi0(r) for tphi0(r)/r*Ylm)
+  0.00000000000000000E+00  7.64050420283124332E-16  3.08268121956541062E-15
+  6.99621431521437626E-15  1.25457870509212322E-14  1.97733673532140293E-14
+  2.87217691597875312E-14  3.94346681244418875E-14  5.19566176035117912E-14
+  6.63330649287475368E-14  8.26103679716986346E-14  1.00835812004745029E-13
+  1.21057626863993762E-13  1.43325004419373903E-13  1.67688116357337078E-13
+  1.94198132281668836E-13  2.22907238138025729E-13  2.53868654967891648E-13
+  2.87136657997757070E-13  3.22766596069432158E-13  3.60814911417492212E-13
+  4.01339159799974191E-13  4.44398030988537295E-13  4.90051369624422702E-13
+  5.38360196446647420E-13  5.89386729898978292E-13  6.43194408122361715E-13
+  6.99847911339584244E-13  7.59413184639065610E-13  8.21957461164808325E-13
+  8.87549285719642146E-13  9.56258538789044027E-13  1.02815646099290531E-12
+  1.10331567797280505E-12  1.18181022572241879E-12  1.26371557636885958E-12
+  1.34910866441288519E-12  1.43806791343603035E-12  1.53067326328287480E-12
+  1.62700619772677417E-12  1.72714977262760040E-12  1.83118864459006514E-12
+  1.93920910013147977E-12  2.05129908536786708E-12  2.16754823622754396E-12
+  2.28804790920143004E-12  2.41289121263950446E-12  2.54217303860301424E-12
+  2.67599009528217280E-12  2.81444093998930434E-12  2.95762601273747749E-12
+  3.10564767041499488E-12  3.25861022156609753E-12  3.41661996178858955E-12
+  3.57978520975919530E-12  3.74821634389762071E-12  3.92202583968059715E-12
+  4.10132830761725189E-12  4.28624053189740517E-12  4.47688150972465099E-12
+  4.67337249134615774E-12  4.87583702079147090E-12  5.08440097733270686E-12
+  5.29919261767878804E-12  5.52034261891664537E-12  5.74798412221237131E-12
+  5.98225277728577536E-12  6.22328678767179184E-12  6.47122695678256875E-12
+  6.72621673478431407E-12  6.98840226630306917E-12  7.25793243897408043E-12
+  7.53495893284935374E-12  7.81963627067867384E-12  8.11212186907913109E-12
+  8.41257609060893031E-12  8.72116229676116995E-12  9.03804690189382887E-12
+  9.36339942811222741E-12  9.69739256112075025E-12  1.00402022070607560E-11
+  1.03920075503519133E-11  1.07529911125546028E-11  1.11233388122711867E-11
+  1.15032400261043808E-11  1.18928876506911983E-11  1.22924781658313123E-11
+  1.27022116987290039E-11  1.31222920893681190E-11  1.35529269570399459E-11
+  1.39943277680441313E-11  1.44467099045831734E-11  1.49102927348713863E-11
+  1.53852996844795380E-11  1.58719583089368516E-11  1.63705003676123041E-11
+  1.68811618988975874E-11  1.74041832967146072E-11  1.79398093883705043E-11
+  1.84882895137839183E-11  1.90498776061064689E-11  1.96248322737636762E-11
+  2.02134168839403098E-11  2.08158996475354917E-11  2.14325537056129485E-11
+  2.20636572173728032E-11  2.27094934496714590E-11  2.33703508681165961E-11
+  2.40465232297647888E-11  2.47383096774498416E-11  2.54460148357701881E-11
+  2.61699489087646100E-11  2.69104277793054294E-11  2.76677731102395593E-11
+  2.84423124473075913E-11  2.92343793238722290E-11  3.00443133674876878E-11
+  3.08724604083420625E-11  3.17191725896053725E-11  3.25848084797168972E-11
+  3.34697331866452171E-11  3.43743184741557709E-11  3.52989428801207729E-11
+  3.62439918369074220E-11  3.72098577938802677E-11  3.81969403420550409E-11
+  3.92056463409415340E-11  4.02363900476133545E-11  4.12895932480437532E-11
+  4.23656853907471855E-11  4.34651037227664924E-11  4.45882934280469820E-11
+  4.57357077682388938E-11  4.69078082259708774E-11  4.81050646506369889E-11
+  4.93279554067422021E-11  5.05769675248498293E-11  5.18525968551771672E-11
+  5.31553482238852314E-11  5.44857355921094251E-11  5.58442822177796734E-11
+  5.72315208202776200E-11  5.86479937479813232E-11  6.00942531487476523E-11
+  6.15708611433831641E-11  6.30783900021559604E-11  6.46174223244017962E-11
+  6.61885512212778353E-11  6.77923805017197023E-11  6.94295248616569668E-11
+  7.11006100765444071E-11  7.28062731972665550E-11  7.45471627494748590E-11
+  7.63239389364168044E-11  7.81372738453179406E-11  7.99878516573794645E-11
+  8.18763688614531252E-11  8.38035344714591336E-11  8.57700702476112107E-11
+  8.77767109215151140E-11  8.98242044252094829E-11  9.19133121242162858E-11
+  9.40448090546710644E-11  9.62194841646053272E-11  9.84381405594515070E-11
+  1.00701595751845961E-10  1.03010681915803451E-10  1.05366246145340840E-10
+  1.07769150717625562E-10  1.10220273360730148E-10  1.12720507526071077E-10
+  1.15270762665614177E-10  1.17871964513930803E-10  1.20525055375187507E-10
+  1.23230994415156149E-10  1.25990757958332929E-10  1.28805339790252346E-10
+  1.31675751465090869E-10  1.34603022618648437E-10  1.37588201286804277E-10
+  1.40632354229541132E-10  1.43736567260635229E-10  1.46901945583110823E-10
+  1.50129614130559964E-10  1.53420717914428824E-10  1.56776422377375295E-10
+  1.60197913752803974E-10  1.63686399430685080E-10  1.67243108329767590E-10
+  1.70869291276297671E-10  1.74566221389355679E-10  1.78335194472927622E-10
+  1.82177529414827458E-10  1.86094568592590692E-10  1.90087678286458569E-10
+  1.94158249099580418E-10  1.98307696385554570E-10  2.02537460683440416E-10
+  2.06849008160368851E-10  2.11243831061884594E-10  2.15723448170154496E-10
+  2.20289405270179840E-10  2.24943275624149866E-10  2.29686660454082136E-10
+  2.34521189432889170E-10  2.39448521184022151E-10  2.44470343789838404E-10
+  2.49588375308847333E-10  2.54804364301985754E-10  2.60120090368083187E-10
+  2.65537364688675008E-10  2.71058030582327505E-10  2.76683964068639973E-10
+  2.82417074442091741E-10  2.88259304855906379E-10  2.94212632916107626E-10
+  3.00279071285943525E-10  3.06460668300859488E-10  3.12759508594205517E-10
+  3.19177713733861658E-10  3.25717442869974799E-10  3.32380893393997098E-10
+  3.39170301609225826E-10  3.46087943413042918E-10  3.53136134991057693E-10
+  3.60317233523361466E-10  3.67633637903104161E-10  3.75087789467606936E-10
+  3.82682172742227978E-10  3.90419316197208466E-10  3.98301793017716507E-10
+  4.06332221887326870E-10  4.14513267785163977E-10  4.22847642796951466E-10
+  4.31338106940203843E-10  4.39987469003813978E-10  4.48798587402280817E-10
+  4.57774371044834258E-10  4.66917780219717381E-10  4.76231827493888523E-10
+  4.85719578628411754E-10  4.95384153509808898E-10  5.05228727097652205E-10
+  5.15256530388675510E-10  5.25470851397699601E-10  5.35875036155655092E-10
+  5.46472489725007118E-10  5.57266677232881786E-10  5.68261124922202843E-10
+  5.79459421221149144E-10  5.90865217831261943E-10  6.02482230834508791E-10
+  6.14314241819653096E-10  6.26365099028250001E-10  6.38638718520618457E-10
+  6.51139085362136720E-10  6.63870254830208050E-10  6.76836353642266164E-10
+  6.90041581205177476E-10  7.03490210886419175E-10  7.17186591307405374E-10
+  7.31135147659353930E-10  7.45340383042080749E-10  7.59806879826120373E-10
+  7.74539301038583761E-10  7.89542391773159294E-10  8.04820980624679706E-10
+  8.20379981148689719E-10  8.36224393346432112E-10  8.52359305175712753E-10
+  8.68789894088081665E-10  8.85521428592797053E-10  9.02559269848027574E-10
+  9.19908873279780034E-10  9.37575790229020715E-10  9.55565669627494912E-10
+  9.73884259702727733E-10  9.92537409712729902E-10  1.01153107171091301E-09
+  1.03087130234174519E-09  1.05056426466768289E-09  1.07061623002791851E-09
+  1.09103357992949829E-09  1.11182280797137543E-09  1.13299052180197416E-09
+  1.15454344511083576E-09  1.17648841965495436E-09  1.19883240732039170E-09
+  1.22158249221979766E-09  1.24474588282644774E-09  1.26832991414544430E-09
+  1.29234204992272038E-09  1.31678988489250495E-09  1.34168114706391809E-09
+  1.36702370004738343E-09  1.39282554542153366E-09  1.41909482514133559E-09
+  1.44583982398812918E-09  1.47306897206232704E-09  1.50079084731950552E-09
+  1.52901417815064117E-09  1.55774784600727741E-09  1.58700088807237349E-09
+  1.61678249997765707E-09  1.64710203856826887E-09  1.67796902471553967E-09
+  1.70939314617872087E-09  1.74138426051652589E-09  1.77395239804935529E-09
+  1.80710776487307063E-09  1.84086074592523078E-09  1.87522190810469067E-09
+  1.91020200344549397E-09  1.94581197234600645E-09  1.98206294685424680E-09
+  2.01896625401039056E-09  2.05653341924744686E-09  2.09477616985110933E-09
+  2.13370643847983056E-09  2.17333636674613454E-09  2.21367830886026244E-09
+  2.25474483533721852E-09  2.29654873676832081E-09  2.33910302765838607E-09
+  2.38242095032967451E-09  2.42651597889376948E-09  2.47140182329256783E-09
+  2.51709243340957511E-09  2.56360200325274666E-09  2.61094497521008900E-09
+  2.65913604437931639E-09  2.70819016297283524E-09  2.75812254479936078E-09
+  2.80894866982350527E-09  2.86068428880469421E-09  2.91334542801679538E-09
+  2.96694839404983248E-09  3.02150977869526289E-09  3.07704646391621773E-09
+  3.13357562690420875E-09  3.19111474522382277E-09  3.24968160204688322E-09
+  3.30929429147767807E-09  3.36997122397081741E-09  3.43173113184333887E-09
+  3.49459307488268488E-09  3.55857644605223548E-09  3.62370097729608268E-09
+  3.68998674544476702E-09  3.75745417822375091E-09  3.82612406036638177E-09
+  3.89601753983318389E-09  3.96715613413934383E-09  4.03956173679221711E-09
+  4.11325662384081854E-09  4.18826346053921534E-09  4.26460530812580913E-09
+  4.34230563072054405E-09  4.42138830234202464E-09  4.50187761404671404E-09
+  4.58379828119227293E-09  4.66717545082720647E-09  4.75203470920903860E-09
+  4.83840208945323213E-09  4.92630407931510212E-09  5.01576762910708492E-09
+  5.10682015975367827E-09  5.19948957098644695E-09  5.29380424968153192E-09
+  5.38979307834217323E-09  5.48748544372870851E-09  5.58691124563862702E-09
+  5.68810090583932779E-09  5.79108537715619421E-09  5.89589615271867662E-09
+  6.00256527536717392E-09  6.11112534722345447E-09  6.22160953942751740E-09
+  6.33405160204371737E-09  6.44848587413915216E-09  6.56494729403728688E-09
+  6.68347140974983551E-09  6.80409438959005315E-09  6.92685303297052260E-09
+  7.05178478138869771E-09  7.17892772960344854E-09  7.30832063700587730E-09
+  7.44000293918790573E-09  7.57401475971191873E-09  7.71039692208505897E-09
+  7.84919096194170226E-09  7.99043913943772011E-09  8.13418445186021536E-09
+  8.28047064645648631E-09  8.42934223348600874E-09  8.58084449949932009E-09
+  8.73502352084777313E-09  8.89192617742809640E-09  9.05160016666594202E-09
+  9.21409401774249227E-09  9.37945710606839643E-09  9.54773966800929962E-09
+  9.71899281586736420E-09  9.89326855312318424E-09  1.00706197899427502E-08
+  1.02511003589538397E-08  1.04347650312967375E-08  1.06216695329539422E-08
+  1.08118705613636885E-08  1.10054258023223212E-08  1.12023939471803785E-08
+  1.14028347103376879E-08  1.16068088470424575E-08  1.18143781714998218E-08
+  1.20256055752951075E-08  1.22405550461373542E-08  1.24592916869285822E-08
+  1.26818817351645374E-08  1.29083925826726721E-08  1.31388927956931220E-08
+  1.33734521353087291E-08  1.36121415782302393E-08  1.38550333379426371E-08
+  1.41022008862190922E-08  1.43537189750087913E-08  1.46096636587052166E-08
+  1.48701123168014059E-08  1.51351436769390158E-08  1.54048378383579491E-08
+  1.56792762957534811E-08  1.59585419635481394E-08  1.62427192005852750E-08
+  1.65318938352518913E-08  1.68261531910380709E-08  1.71255861125405438E-08
+  1.74302829919182755E-08  1.77403357958077658E-08  1.80558380927060233E-08
+  1.83768850808296504E-08  1.87035736164578201E-08  1.90360022427679904E-08
+  1.93742712191726560E-08  1.97184825511659432E-08  2.00687400206888880E-08
+  2.04251492170223849E-08  2.07878175682170163E-08  2.11568543730690825E-08
+  2.15323708336522083E-08  2.19144800884144416E-08  2.23032972458502773E-08
+  2.26989394187580351E-08  2.31015257590923966E-08  2.35111774934226170E-08
+  2.39280179590069836E-08  2.43521726404938997E-08  2.47837692072611052E-08
+  2.52229375514033742E-08  2.56698098263805167E-08  2.61245204863368805E-08
+  2.65872063261041125E-08  2.70580065218990544E-08  2.75370626727287341E-08
+  2.80245188425149427E-08  2.85205216029506765E-08  2.90252200771012973E-08
+  2.95387659837633600E-08  3.00613136825940381E-08  3.05930202200249751E-08
+  3.11340453759737357E-08  3.16845517113669173E-08  3.22447046164890617E-08
+  3.28146723601716583E-08  3.33946261398367310E-08  3.39847401324100889E-08
+  3.45851915461190992E-08  3.51961606731904837E-08  3.58178309434637860E-08
+  3.64503889789363358E-08  3.70940246492558782E-08  3.77489311281775293E-08
+  3.84153049510014914E-08  3.90933460730088692E-08  3.97832579289126234E-08
+  4.04852474933416917E-08  4.11995253423757622E-08  4.19263057161493259E-08
+  4.26658065825432541E-08  4.34182497019833216E-08  4.41838606933641262E-08
+  4.49628691011185732E-08  4.57555084634528511E-08  4.65620163817663673E-08
+  4.73826345912784004E-08  4.82176090328813225E-08  4.90671899262425146E-08
+  4.99316318441761416E-08  5.08111937883068059E-08  5.17061392660485832E-08
+  5.26167363689204976E-08  5.35432578522230797E-08  5.44859812160991082E-08
+  5.54451887880026635E-08  5.64211678066008649E-08  5.74142105071332447E-08
+  5.84246142082541721E-08  5.94526814003839482E-08  6.04987198355947775E-08
+  6.15630426190582517E-08  6.26459683020819197E-08  6.37478209767615803E-08
+  6.48689303722782935E-08  6.60096319528685013E-08  6.71702670174956121E-08
+  6.83511828012536879E-08  6.95527325785322593E-08  7.07752757679738716E-08
+  7.20191780392547113E-08  7.32848114217200095E-08  7.45725544149073223E-08
+  7.58827921009892685E-08  7.72159162591699873E-08  7.85723254820685904E-08
+  7.99524252941248522E-08  8.13566282720613635E-08  8.27853541674387567E-08
+  8.42390300313397496E-08  8.57180903412190131E-08  8.72229771299571372E-08
+  8.87541401171558733E-08  9.03120368427146871E-08  9.18971328027277057E-08
+  9.35099015877404719E-08  9.51508250234104587E-08  9.68203933136088523E-08
+  9.85191051860096072E-08  1.00247468040206948E-07  1.02005998098406382E-07
+  1.03795220558732699E-07  1.05615669751201758E-07  1.07467889296401525E-07
+  1.09352432266929282E-07  1.11269861351633474E-07  1.13220749022708604E-07
+  1.15205677705692582E-07  1.17225239952417159E-07  1.19280038616962572E-07
+  1.21370687034668938E-07  1.23497809204256973E-07  1.25662039973112253E-07
+  1.27864025225788223E-07  1.30104422075783436E-07  1.32383899060650134E-07
+  1.34703136340492106E-07  1.37062825899910264E-07  1.39463671753456514E-07
+  1.41906390154656052E-07  1.44391709808660836E-07  1.46920372088596491E-07
+  1.49493131255667895E-07  1.52110754683087139E-07  1.54774023083892218E-07
+  1.57483730742722146E-07  1.60240685751618293E-07  1.63045710249922070E-07
+  1.65899640668339159E-07  1.68803327977242241E-07  1.71757637939289740E-07
+  1.74763451366429215E-07  1.77821664381366567E-07  1.80933188683576622E-07
+  1.84098951819934663E-07  1.87319897460047664E-07  1.90596985676369673E-07
+  1.93931193229181099E-07  1.97323513856519221E-07  2.00774958569143489E-07
+  2.04286555950625932E-07  2.07859352462652375E-07  2.11494412755627412E-07
+  2.15192819984674708E-07  2.18955676131125182E-07  2.22784102329590199E-07
+  2.26679239200715688E-07  2.30642247189714791E-07  2.34674306910782711E-07
+  2.38776619497492244E-07  2.42950406959275856E-07  2.47196912544099566E-07
+  2.51517401107436931E-07  2.55913159487650147E-07  2.60385496887893378E-07
+  2.64935745264647621E-07  2.69565259723004777E-07  2.74275418918818083E-07
+  2.79067625467836133E-07  2.83943306361944287E-07  2.88903913392635458E-07
+  2.93950923581836376E-07  2.99085839620216219E-07  3.04310190313107586E-07
+  3.09625531034176127E-07  3.15033444186965459E-07  3.20535539674460997E-07
+  3.26133455376808915E-07  3.31828857637333170E-07  3.37623441756992832E-07
+  3.43518932497428819E-07  3.49517084592747071E-07  3.55619683270190241E-07
+  3.61828544779854728E-07  3.68145516933605602E-07  3.74572479653354091E-07
+  3.81111345528855461E-07  3.87764060385197904E-07  3.94532603860144639E-07
+  4.01418989991506370E-07  4.08425267814713712E-07  4.15553521970769478E-07
+  4.22805873324759602E-07  4.30184479595106555E-07  4.37691535993752454E-07
+  4.45329275877460907E-07  4.53099971410429710E-07  4.61005934238413561E-07
+  4.69049516174554987E-07  4.77233109897124988E-07  4.85559149659385290E-07
+  4.94030112011776742E-07  5.02648516536652422E-07  5.11416926595771505E-07
+  5.20337950090774762E-07  5.29414240236869219E-07  5.38648496349951205E-07
+  5.48043464647393841E-07  5.57601939062753292E-07  5.67326762074616660E-07
+  5.77220825549846678E-07  5.87287071601474260E-07  5.97528493461488448E-07
+  6.07948136368786554E-07  6.18549098472544647E-07  6.29334531751279641E-07
+  6.40307642947870542E-07  6.51471694520822295E-07  6.62830005612048146E-07
+  6.74385953031462750E-07  6.86142972258671801E-07  6.98104558462065103E-07
+  7.10274267535599937E-07  7.22655717153600176E-07  7.35252587843867728E-07
+  7.48068624079435477E-07  7.61107635389280105E-07  7.74373497488325027E-07
+  7.87870153427068664E-07  8.01601614761180238E-07  8.15571962741406046E-07
+  8.29785349524144501E-07  8.44245999403044320E-07  8.58958210061991352E-07
+  8.73926353849858434E-07  8.89154879077393091E-07  9.04648311336630380E-07
+  9.20411254843218828E-07  9.36448393802059460E-07  9.52764493796662501E-07
+  9.69364403202636039E-07  9.86253054625714403E-07  1.00343546636477379E-06
+  1.02091674390025002E-06  1.03870208140840152E-06  1.05679676330187809E-06
+  1.07520616579704457E-06  1.09393575850851848E-06  1.11299110607140626E-06
+  1.13237786979171072E-06  1.15210180932540216E-06  1.17216878438664876E-06
+  1.19258475648571516E-06  1.21335579069704208E-06  1.23448805745803495E-06
+  1.25598783439908745E-06  1.27786150820539342E-06  1.30011557651108509E-06
+  1.32275664982627475E-06  1.34579145349755680E-06  1.36922682970256277E-06
+  1.39306973947915073E-06  1.41732726478983850E-06  1.44200661062209145E-06
+  1.46711510712507856E-06  1.49266021178354730E-06  1.51864951162944171E-06
+  1.54509072549193552E-06  1.57199170628653974E-06  1.59936044334396596E-06
+  1.62720506477942702E-06  1.65553383990309605E-06  1.68435518167242014E-06
+  1.71367764918702141E-06  1.74350995022693389E-06  1.77386094383490339E-06
+  1.80473964294356450E-06  1.83615521704820948E-06  1.86811699492599228E-06
+  1.90063446740235362E-06  1.93371729016548403E-06  1.96737528662967151E-06
+  2.00161845084836939E-06  2.03645695047785640E-06  2.07190112979236564E-06
+  2.10796151275157373E-06  2.14464880612136414E-06  2.18197390264878321E-06
+  2.21994788429213634E-06  2.25858202550718107E-06  2.29788779659037925E-06
+  2.33787686708022602E-06  2.37856110921762970E-06  2.41995260146639797E-06
+  2.46206363209485827E-06  2.50490670281967156E-06  2.54849453251293467E-06
+  2.59284006097365424E-06  2.63795645276472081E-06  2.68385710111651189E-06
+  2.73055563189829098E-06  2.77806590765856962E-06  2.82640203173563203E-06
+  2.87557835243945877E-06  2.92560946730624956E-06  2.97651022742685309E-06
+  3.02829574185034907E-06  3.08098138206411386E-06  3.13458278655167727E-06
+  3.18911586542971839E-06  3.24459680516563770E-06  3.30104207337699263E-06
+  3.35846842371431223E-06  3.41689290082870138E-06  3.47633284542570743E-06
+  3.53680589940695579E-06  3.59833001110107056E-06  3.66092344058542754E-06
+  3.72460476510034557E-06  3.78939288455726563E-06  3.85530702714261529E-06
+  3.92236675501896732E-06  3.99059197012520402E-06  4.06000292007741764E-06
+  4.13062020417227371E-06  4.20246477949461497E-06  4.27555796713115276E-06
+  4.34992145849204332E-06  4.42557732174224124E-06  4.50254800834453930E-06
+  4.58085635971624029E-06  4.66052561400140655E-06  4.74157941296072416E-06
+  4.82404180898100808E-06  4.90793727220643098E-06  4.99329069779357473E-06
+  5.08012741329249497E-06  5.16847318615592826E-06  5.25835423137891851E-06
+  5.34979721927109224E-06  5.44282928336392287E-06  5.53747802845527115E-06
+  5.63377153879364197E-06  5.73173838640457154E-06  5.83140763956154394E-06
+  5.93280887140410234E-06  6.03597216870551592E-06  6.14092814079275672E-06
+  6.24770792862133623E-06  6.35634321400774853E-06  6.46686622902221775E-06
+  6.57930976554454859E-06  6.69370718498592579E-06  6.81009242817950437E-06
+  6.92850002544276383E-06  7.04896510681459162E-06  7.17152341247010888E-06
+  7.29621130331637416E-06  7.42306577177204655E-06  7.55212445273424654E-06
+  7.68342563473585354E-06  7.81700827129652496E-06  7.95291199247083512E-06
+  8.09117711659692119E-06  8.23184466224915572E-06  8.37495636039834303E-06
+  8.52055466678309962E-06  8.66868277449599972E-06  8.81938462678832311E-06
+  8.97270493009711865E-06  9.12868916729844415E-06  9.28738361119078417E-06
+  9.44883533821255882E-06  9.61309224239781150E-06  9.78020304957425649E-06
+  9.95021733180781650E-06  1.01231855220979904E-05  1.02991589293284099E-05
+  1.04781897534768799E-05  1.06603311010897011E-05  1.08456370010245265E-05
+  1.10341624204666175E-05  1.12259632812231896E-05  1.14210964763007248E-05
+  1.16196198867700157E-05  1.18215923989241665E-05  1.20270739217343972E-05
+  1.22361254046090225E-05  1.24488088554606900E-05  1.26651873590874171E-05
+  1.28853250958726644E-05  1.31092873608102140E-05  1.33371405828592503E-05
+  1.35689523446355821E-05  1.38047914024447206E-05  1.40447277066627828E-05
+  1.42888324224712455E-05  1.45371779509517425E-05  1.47898379505470614E-05
+  1.50468873588947963E-05  1.53084024150400416E-05  1.55744606820337670E-05
+  1.58451410699235496E-05  1.61205238591434369E-05  1.64006907243099380E-05
+  1.66857247584311097E-05  1.69757104975360145E-05  1.72707339457317241E-05
+  1.75708826006953549E-05  1.78762454796087435E-05  1.81869131455432920E-05
+  1.85029777343029850E-05  1.88245329817332561E-05  1.91516742515042385E-05
+  1.94844985633761457E-05  1.98231046219553453E-05  2.01675928459498475E-05
+  2.05180653979325179E-05  2.08746262146210552E-05  2.12373810376836546E-05
+  2.16064374450794505E-05  2.19819048829430392E-05  2.23638946980225026E-05
+  2.27525201706806295E-05  2.31478965484689154E-05  2.35501410802845090E-05
+  2.39593730511200570E-05  2.43757138174168129E-05  2.47992868430314314E-05
+  2.52302177358271310E-05  2.56686342849001043E-05  2.61146664984520550E-05
+  2.65684466423202124E-05  2.70301092791761626E-05  2.74997913084051900E-05
+  2.79776320066777558E-05  2.84637730692252952E-05  2.89583586518325060E-05
+  2.94615354135585254E-05  2.99734525601996551E-05  3.04942618885064793E-05
+  3.10241178311686298E-05  3.15631775025801620E-05  3.21116007453994826E-05
+  3.26695501779173661E-05  3.32371912422471365E-05  3.38146922533511101E-05
+  3.44022244489185374E-05  3.49999620401085683E-05  3.56080822631744034E-05
+  3.62267654319831518E-05  3.68561949914475703E-05  3.74965575718848231E-05
+  3.81480430443188498E-05  3.88108445767425771E-05  3.94851586913564344E-05
+  4.01711853228004596E-05  4.08691278773967460E-05  4.15791932934203961E-05
+  4.23015921024160545E-05  4.30365384915789770E-05  4.37842503672182561E-05
+  4.45449494193217446E-05  4.53188611872411365E-05  4.61062151265172627E-05
+  4.69072446768646151E-05  4.77221873313359783E-05  4.85512847066870418E-05
+  4.93947826149621836E-05  5.02529311363223899E-05  5.11259846931367586E-05
+  5.20142021253599949E-05  5.29178467672173538E-05  5.38371865252206769E-05
+  5.47724939575377180E-05  5.57240463547388853E-05  5.66921258219447332E-05
+  5.76770193623990439E-05  5.86790189624916773E-05  5.96984216782567756E-05
+  6.07355297233711251E-05  6.17906505586803749E-05  6.28640969832771490E-05
+  6.39561872271602304E-05  6.50672450455005253E-05  6.61975998145429676E-05
+  6.73475866291716623E-05  6.85175464021678908E-05  6.97078259651896104E-05
+  7.09187781715029986E-05  7.21507620004957885E-05  7.34041426640035259E-05
+  7.46792917144802705E-05  7.59765871550456182E-05  7.72964135514401086E-05
+  7.86391621459230891E-05  8.00052309731454395E-05  8.13950249780326791E-05
+  8.28089561357117805E-05  8.42474435735186225E-05  8.57109136951212356E-05
+  8.71998003067951894E-05  8.87145447458895421E-05  9.02555960115200811E-05
+  9.18234108975293583E-05  9.34184541277515091E-05  9.50411984936242338E-05
+  9.66921249941850888E-05  9.83717229784965524E-05  1.00080490290539996E-04
+  1.01818933416622146E-04  1.03587567635337100E-04  1.05386917170128362E-04
+  1.07217515344496068E-04  1.09079904739894714E-04  1.10974637356368392E-04
+  1.12902274775970271E-04  1.14863388329015863E-04  1.16858559263217143E-04
+  1.18888378915749191E-04  1.20953448888299096E-04  1.23054381225148581E-04
+  1.25191798594343840E-04  1.27366334472004902E-04  1.29578633329829239E-04
+  1.31829350825845182E-04  1.34119153998470911E-04  1.36448721463936125E-04
+  1.38818743617124933E-04  1.41229922835899155E-04  1.43682973688961257E-04
+  1.46178623147319778E-04  1.48717610799417669E-04  1.51300689069988533E-04
+  1.53928623442703584E-04  1.56602192686676662E-04  1.59322189086892130E-04
+  1.62089418678624782E-04  1.64904701485920030E-04  1.67768871764204875E-04
+  1.70682778247100651E-04  1.73647284397510722E-04  1.76663268663056021E-04
+  1.79731624735934891E-04  1.82853261817281741E-04  1.86029104886104214E-04
+  1.89260094972876935E-04  1.92547189437871068E-04  1.95891362254304257E-04
+  1.99293604296391265E-04  2.02754923632381953E-04  2.06276345822671228E-04
+  2.09858914223069151E-04  2.13503690293320584E-04  2.17211753910963936E-04
+  2.20984203690622038E-04  2.24822157308818136E-04  2.28726751834412712E-04
+  2.32699144064758010E-04  2.36740510867668359E-04  2.40852049529307146E-04
+  2.45034978108092010E-04  2.49290535794722927E-04  2.53619983278435899E-04
+  2.58024603119594829E-04  2.62505700128720849E-04  2.67064601752086653E-04
+  2.71702658463969461E-04  2.76421244165691031E-04  2.81221756591555963E-04
+  2.86105617721807935E-04  2.91074274202726495E-04  2.96129197773982802E-04
+  3.01271885703384478E-04  3.06503861229132947E-04  3.11826674009724246E-04
+  3.17241900581623714E-04  3.22751144824849406E-04  3.28356038436598873E-04
+  3.34058241413058197E-04  3.39859442539535046E-04  3.45761359889055120E-04
+  3.51765741329571979E-04  3.57874365039935287E-04  3.64089040034768201E-04
+  3.70411606698407402E-04  3.76843937328061383E-04  3.83387936686344544E-04
+  3.90045542563348250E-04  3.96818726348412902E-04  4.03709493611765970E-04
+  4.10719884696197793E-04  4.17851975318943997E-04  4.25107877183950782E-04
+  4.32489738604702938E-04  4.39999745137792289E-04  4.47640120227411702E-04
+  4.55413125860963143E-04  4.63321063235967398E-04  4.71366273438471491E-04
+  4.79551138133148681E-04  4.87878080265291179E-04  4.96349564774899795E-04
+  5.04968099323077060E-04  5.13736235030933398E-04  5.22656567231219492E-04
+  5.31731736232906585E-04  5.40964428098927625E-04  5.50357375437313849E-04
+  5.59913358205945365E-04  5.69635204531156419E-04  5.79525791540425874E-04
+  5.89588046209397034E-04  5.99824946223466546E-04  6.10239520854195219E-04
+  6.20834851850790657E-04  6.31614074346917905E-04  6.42580377783100827E-04
+  6.53737006844977648E-04  6.65087262417680546E-04  6.76634502556615314E-04
+  6.88382143474917355E-04  7.00333660547867954E-04  7.12492589334558701E-04
+  7.24862526617100242E-04  7.37447131457663889E-04  7.50250126273671147E-04
+  7.63275297931428876E-04  7.76526498858523865E-04  7.90007648175301423E-04
+  8.03722732845742953E-04  8.17675808848075236E-04  8.31871002365442347E-04
+  8.46312510996986584E-04  8.61004604989660540E-04  8.75951628491168101E-04
+  8.91158000824332323E-04  9.06628217783290351E-04  9.22366852951875130E-04
+  9.38378559044552208E-04  9.54668069270296735E-04  9.71240198719794151E-04
+  9.88099845776358333E-04  1.00525199355096630E-03  1.02270171134181335E-03
+  1.04045415611880116E-03  1.05851457403337984E-03  1.07688830195416482E-03
+  1.09558076902876132E-03  1.11459749827224393E-03  1.13394410818272082E-03
+  1.15362631438445753E-03  1.17364993129899682E-03  1.19402087384476593E-03
+  1.21474515916563026E-03  1.23582890838888301E-03  1.25727834841316260E-03
+  1.27909981372679375E-03  1.30129974825705865E-03  1.32388470725091842E-03
+  1.34686135918769671E-03  1.37023648772426716E-03  1.39401699367328307E-03
+  1.41820989701498521E-03  1.44282233894315963E-03  1.46786158394580707E-03
+  1.49333502192108380E-03  1.51925017032912015E-03  1.54561467638029190E-03
+  1.57243631926054939E-03  1.59972301239442245E-03  1.62748280574630732E-03
+  1.65572388816068346E-03  1.68445458974188027E-03  1.71368338427406084E-03
+  1.74341889168206786E-03  1.77366988053380783E-03  1.80444527058485748E-03
+  1.83575413536597146E-03  1.86760570481419750E-03  1.90000936794831226E-03
+  1.93297467558929963E-03  1.96651134312659332E-03  2.00062925333084705E-03
+  2.03533845921396572E-03  2.07064918693718007E-03  2.10657183876793120E-03
+  2.14311699608636490E-03  2.18029542244222449E-03  2.21811806666296144E-03
+  2.25659606601388450E-03  2.29574074941119727E-03  2.33556364068874265E-03
+  2.37607646191934823E-03  2.41729113679163034E-03  2.45921979404313366E-03
+  2.50187477095072976E-03  2.54526861687915783E-03  2.58941409688865243E-03
+  2.63432419540259206E-03  2.68001211993610386E-03  2.72649130488662652E-03
+  2.77377541538732005E-03  2.82187835122447994E-03  2.87081425081976357E-03
+  2.92059749527837391E-03  2.97124271250421386E-03  3.02276478138302062E-03
+  3.07517883603457753E-03  3.12850027013505906E-03  3.18274474131060615E-03
+  3.23792817560322917E-03  3.29406677201016761E-03  3.35117700709782309E-03
+  3.40927563969143288E-03  3.46837971564163206E-03  3.52850657266907822E-03
+  3.58967384528835823E-03  3.65189946981234409E-03  3.71520168943825866E-03
+  3.77959905941665413E-03  3.84511045230460013E-03  3.91175506330429870E-03
+  3.97955241568845059E-03  4.04852236631364493E-03  4.11868511122311706E-03
+  4.19006119134016433E-03  4.26267149825359896E-03  4.33653728009658710E-03
+  4.41168014752024717E-03  4.48812207976339791E-03  4.56588543081988193E-03
+  4.64499293570485271E-03  4.72546771682150115E-03  4.80733329042964952E-03
+  4.89061357321768624E-03  4.97533288897933704E-03  5.06151597539675636E-03
+  5.14918799093145533E-03  5.23837452182460139E-03  5.32910158920824224E-03
+  5.42139565632897367E-03  5.51528363588567674E-03  5.61079289748286220E-03
+  5.70795127520126212E-03  5.80678707528725375E-03  5.90732908396275798E-03
+  6.00960657535725817E-03  6.11364931956358531E-03  6.21948759081912810E-03
+  6.32715217581417654E-03  6.43667438212905743E-03  6.54808604680180099E-03
+  6.66141954502800972E-03  6.77670779899469753E-03  6.89398428684982485E-03
+  7.01328305180924476E-03  7.13463871140286761E-03  7.25808646686177273E-03
+  7.38366211264805412E-03  7.51140204612917289E-03  7.64134327739863974E-03
+  7.77352343924475608E-03  7.90798079726928206E-03  8.04475426015781314E-03
+  8.18388339010365021E-03  8.32540841338703930E-03  8.46937023111151745E-03
+  8.61581043009924941E-03  8.76477129394720444E-03  8.91629581424572930E-03
+  9.07042770196191117E-03  9.22721139898883928E-03  9.38669208986309470E-03
+  9.54891571365202446E-03  9.71392897601276034E-03  9.88177936142460578E-03
+  1.00525151455967236E-02  1.02261854080527969E-02  1.04028400448945013E-02
+  1.05825297817454846E-02  1.07653061868776285E-02  1.09512216845212493E-02
+  1.11403295683610310E-02  1.13326840152192746E-02  1.15283400989281987E-02
+  1.17273538043928208E-02  1.19297820418461636E-02  1.21356826612982280E-02
+  1.23451144671803750E-02  1.25581372331865383E-02  1.27748117173128346E-02
+  1.29951996770969521E-02  1.32193638850586753E-02  1.34473681443429902E-02
+  1.36792773045669933E-02  1.39151572778718879E-02  1.41550750551812168E-02
+  1.43990987226665559E-02  1.46472974784217051E-02  1.48997416493462671E-02
+  1.51565027082398458E-02  1.54176532911074384E-02  1.56832672146769402E-02
+  1.59534194941296052E-02  1.62281863610438046E-02  1.65076452815529108E-02
+  1.67918749747175862E-02  1.70809554311128799E-02  1.73749679316303821E-02
+  1.76739950664955396E-02  1.79781207545002160E-02  1.82874302624503257E-02
+  1.86020102248283595E-02  1.89219486636704598E-02  1.92473350086575234E-02
+  1.95782601174196505E-02  1.99148162960532844E-02  2.02570973198499607E-02
+  2.06051984542355709E-02  2.09592164759189736E-02  2.13192496942483378E-02
+  2.16853979727735999E-02  2.20577627510132879E-02  2.24364470664235489E-02
+  2.28215555765670826E-02  2.32131945814796625E-02  2.36114720462313431E-02
+  2.40164976236794600E-02  2.44283826774102063E-02  2.48472403048654172E-02
+  2.52731853606504887E-02  2.57063344800198858E-02  2.61468061025354644E-02
+  2.65947204958933113E-02  2.70501997799138805E-02  2.75133679506904087E-02
+  2.79843509048899805E-02  2.84632764642005903E-02  2.89502743999194775E-02
+  2.94454764576740705E-02  2.99490163822697594E-02  3.04610299426564084E-02
+  3.09816549570059961E-02  3.15110313178925752E-02  3.20493010175661175E-02
+  3.25966081733106150E-02  3.31530990528768818E-02  3.37189220999795231E-02
+  3.42942279598472954E-02  3.48791695048157671E-02  3.54739018599496830E-02
+  3.60785824286833021E-02  3.66933709184650500E-02  3.73184293663928329E-02
+  3.79539221648259040E-02  3.86000160869579001E-02  3.92568803123356375E-02
+  3.99246864523070052E-02  4.06036085753809575E-02  4.12938232324817633E-02
+  4.19955094820786620E-02  4.27088489151715642E-02  4.34340256801126826E-02
+  4.41712265072426030E-02  4.49206407333193683E-02  4.56824603257168366E-02
+  4.64568799063695761E-02  4.72440967754385877E-02  4.80443109346727140E-02
+  4.88577251104386281E-02  4.96845447763921214E-02  5.05249781757611399E-02
+  5.13792363432114263E-02  5.22475331262630543E-02  5.31300852062262866E-02
+  5.40271121186227943E-02  5.49388362730581156E-02  5.58654829725093172E-02
+  5.68072804319908753E-02  5.77644597965601622E-02  5.87372551586233041E-02
+  5.97259035744995767E-02  6.07306450802025943E-02  6.17517227063938343E-02
+  6.27893824924633942E-02  6.38438734996910479E-02  6.49154478234389154E-02
+  6.60043606043263509E-02  6.71108700383348245E-02  6.82352373857900291E-02
+  6.93777269791664014E-02  7.05386062296570610E-02  7.17181456324514632E-02
+  7.29166187706604824E-02  7.41343023178272220E-02  7.53714760389598420E-02
+  7.66284227900213277E-02  7.79054285158083115E-02  7.92027822461505854E-02
+  8.05207760903596109E-02  8.18597052298531552E-02  8.32198679088812232E-02
+  8.46015654232765008E-02  8.60051021071497196E-02  8.74307853174498828E-02
+  8.88789254163059039E-02  9.03498357510633399E-02  9.18438326319336168E-02
+  9.33612353071603951E-02  9.49023659356166005E-02  9.64675495567372671E-02
+  9.80571140576928929E-02  9.96713901377063449E-02  1.01310711269413559E-01
+  1.02975413657167419E-01  1.04665836192180561E-01  1.06382320404402667E-01
+  1.08125210411024228E-01  1.09894852861498457E-01  1.11691596878969623E-01
+  1.13515793997995440E-01  1.15367798098448729E-01  1.17247965335482596E-01
+  1.19156654065440640E-01  1.21094224767593017E-01  1.23061039961578120E-01
+  1.25057464120427009E-01  1.27083863579047329E-01  1.29140606438042593E-01
+  1.31228062462741185E-01  1.33346602977308271E-01  1.35496600753814533E-01
+  1.37678429896133547E-01  1.39892465718539860E-01  1.42139084618880168E-01
+  1.44418663946189574E-01  1.46731581862624860E-01  1.49078217199588248E-01
+  1.51458949307914731E-01  1.53874157901998293E-01  1.56324222897732595E-01
+  1.58809524244144629E-01  1.61330441748599923E-01  1.63887354895462939E-01
+  1.66480642658097255E-01  1.69110683304092235E-01  1.71777854193610219E-01
+  1.74482531570748639E-01  1.77225090347816999E-01  1.80005903882435259E-01
+  1.82825343747364283E-01  1.85683779492984147E-01  1.88581578402345990E-01
+  1.91519105238727283E-01  1.94496721985629950E-01  1.97514787579170126E-01
+  2.00573657632815039E-01  2.03673684154436735E-01  2.06815215255659351E-01
+  2.09998594853491205E-01  2.13224162364245490E-01  2.16492252389763495E-01
+  2.19803194395974816E-01  2.23157312383839040E-01  2.26554924552734016E-01
+  2.29996342956368033E-01  2.33481873151321184E-01  2.37011813838329533E-01
+  2.40586456496455825E-01  2.44206085010310242E-01  2.47870975290503559E-01
+  2.51581394887548881E-01  2.55337602599444713E-01  2.59139848073208556E-01
+  2.62988371400647125E-01  2.66883402708701645E-01  2.70825161744707166E-01
+  2.74813857456966792E-01  2.78849687571062543E-01  2.82932838162361533E-01
+  2.87063483225218852E-01  2.91241784239414381E-01  2.95467889734403355E-01
+  2.99741934852004066E-01  3.04064040908188338E-01  3.08434314954689814E-01
+  3.12852849341188344E-01  3.17319721278883360E-01  3.21834992406313303E-01
+  3.26398708358338452E-01  3.31010898339247850E-01  3.35671574701018938E-01
+  3.40380732527800434E-01  3.45138349227759933E-01  3.49944384133485886E-01
+  3.54798778112199731E-01  3.59701453187091569E-01  3.64652312171153570E-01
+  3.69651238314948949E-01  3.74698094969812656E-01  3.79792725268046194E-01
+  3.84934951821726323E-01  3.90124576441811310E-01  3.95361379879286212E-01
+  4.00645121590151476E-01  4.05975539526111651E-01  4.11352349952881058E-01
+  4.16775247298071916E-01  4.22243904030685346E-01  4.27757970574267288E-01
+  4.33317075255836792E-01  4.38920824292730438E-01  4.44568801819539339E-01
+  4.50260569957340873E-01  4.55995668927444031E-01  4.61773617211883758E-01
+  4.67593911762892722E-01  4.73456028263580853E-01  4.79359421442026146E-01
+  4.85303525440954120E-01  4.91287754245137320E-01  4.97311502168586272E-01
+  5.03374144403532453E-01  5.09475037633106087E-01  5.15613520709507389E-01
+  5.21788915399329589E-01  5.28000527197550196E-01  5.34247646211516769E-01
+  5.40529548116061576E-01  5.46845495180642072E-01  5.53194737369146150E-01
+  5.59576513512713758E-01  5.65990052555593537E-01  5.72434574873704638E-01
+  5.78909293665166191E-01  5.85413416411626697E-01  5.91946146408745988E-01
+  5.98506684363661057E-01  6.05094230056699045E-01  6.11707984063990517E-01
+  6.18347149536967344E-01  6.25010934034028520E-01  6.31698551398871211E-01
+  6.38409223679204496E-01  6.45142183078649345E-01  6.51896673933739290E-01
+  6.58671954706951057E-01  6.65467299985660121E-01  6.72282002475850016E-01
+  6.79115374978269570E-01  6.85966752333572183E-01  6.92835493321752538E-01
+  6.99720982499962063E-01  7.06622631961511649E-01  7.13539882997580754E-01
+  7.20472207641869145E-01  7.27419110077127562E-01  7.34380127881257394E-01
+  7.41354833089432952E-01  7.48342833047556222E-01  7.55343771031273814E-01
+  7.62357326603848029E-01  7.69383215685368604E-01  7.76421190305203734E-01
+  7.83471038009212029E-01  7.90532580893187009E-01  7.97605674234271644E-01
+  8.04690204692801947E-01  8.11786088058239153E-01  8.18893266514641893E-01
+  8.26011705403618013E-01  8.33141389465989146E-01  8.40282318547605267E-01
+  8.47434502760070152E-01  8.54597957093646832E-01  8.61772695487612261E-01
+  8.68958724372893787E-01  8.76156035713309023E-01  8.83364599585300558E-01
+  8.90584356352071449E-01  8.97815208506762108E-01  9.05057012281175521E-01
+  9.12309569141915855E-01  9.19572617325148056E-01  9.26845823594996898E-01
+  9.34128775449469040E-01  9.41420974042286418E-01  9.48721828139942325E-01
+  9.56030649491318996E-01  9.63346650053264364E-01  9.70668941590578482E-01
+  9.77996538253925518E-01  9.85328362835489302E-01  9.92663257511049335E-01
+  1.00000000000000000E+00  1.00733732621326322E+00  1.01467392892205477E+00
+  1.02200845644751559E+00  1.02933951137685464E+00  1.03666564931144278E+00
+  1.04398537765204913E+00  1.05129715442609895E+00  1.05859938716146074E+00
+  1.06589043181087217E+00  1.07316859173066703E+00  1.08043211671699990E+00
+  1.08767920210229652E+00  1.09490798791416322E+00  1.10211655809852238E+00
+  1.10930293980827388E+00  1.11646510275833655E+00  1.12360095864751930E+00
+  1.13070836064729319E+00  1.13778510295717972E+00  1.14482892042618078E+00
+  1.15183748823941778E+00  1.15880842166892051E+00  1.16573927588733728E+00
+  1.17262754584319584E+00  1.17947066619625507E+00  1.18626601131142273E+00
+  1.19301089530967341E+00  1.19970257217442056E+00  1.20633823591179934E+00
+  1.21291502076337832E+00  1.21943000146987557E+00  1.22588019358453337E+00
+  1.23226255383490146E+00  1.23857398053187562E+00  1.24481131402494571E+00
+  1.25097133720271958E+00  1.25705077603789839E+00  1.26304630017599839E+00
+  1.26895452356721794E+00  1.27477200514096634E+00  1.28049524952266891E+00
+  1.28612070779257515E+00  1.29164477828637581E+00  1.29706380743755134E+00
+  1.30237409066143606E+00  1.30757187328107793E+00  1.31265335149504248E+00
+  1.31761467338738125E+00  1.32245193998003385E+00  1.32716120632802048E+00
+  1.33173848265779959E+00  1.33617973554922886E+00  1.34048088916160713E+00
+  1.34463782650431041E+00  1.34864639075256143E+00  1.35250238660890720E+00
+  1.35620158171098892E+00  1.35973970808622502E+00  1.36311246365401861E+00
+  1.36631551377612959E+00  1.36934449285584980E+00  1.37219500598662081E+00
+  1.37486263065073899E+00  1.37734291846877688E+00  1.37963139700035198E+00
+  1.38172357159685699E+00  1.38361492730675262E+00  1.38530093083399874E+00
+  1.38677703255019424E+00  1.38803866856093960E+00  1.38908126282694466E+00
+  1.38990022934033997E+00  1.39049097435662761E+00  1.39084889868266481E+00
+  1.39096940002102665E+00  1.39084787537104804E+00  1.39047972348678850E+00
+  1.38986034739211228E+00  1.38898515695300540E+00  1.38784957150719701E+00
+  1.38644902255106284E+00  1.38477895648374005E+00  1.38283483740827129E+00
+  1.38061214998953452E+00  1.37810640236860382E+00  1.37531312913311554E+00
+  1.37222789434307457E+00  1.36884629461146434E+00  1.36516396223888758E+00
+  1.36117656840135703E+00  1.35687982639021754E+00  1.35226949490306114E+00
+  1.34734138138435688E+00  1.34209134541436437E+00  1.33651530214476177E+00
+  1.33060922577925500E+00  1.32436915309727454E+00  1.31779118701869913E+00
+  1.31087150020737875E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00
+  END     
+   OVERLAP_SIZE             4
+   OVERLAP_MATRIX  
+  5.19212109436012814E-01  1.00312222083769553E-01  1.41703312329120989E-02
+  1.52757268203002616E-02
+  END     
+   KINETIC_ENERGY_MATRIX  
+  5.56742470966938541E+00  1.22799893008198180E+00  2.73012882009102120E-01
+  6.78131740978558661E-02
+  END     
+   V_ION_MATRIX  
+ -1.23505992911221920E+01 -2.18445305625675745E+00 -3.49313099240405545E-01
+ -2.00182719515788310E-01
+  END     
+   DENVHAT_SIZE            7
+   DENSITY   
+         1         1         0  5.19212109436012814E-01
+         1         2         0  1.00312222083769553E-01
+         1         3         1  4.00498369704344118E-02
+         2         2         0  1.41703312329120989E-02
+         2         3         1  1.10328804598339783E-02
+         3         3         0  1.52757268203002616E-02
+         3         3         2  8.55820795155529286E-03
+   END   
+   HARTREE_SIZE           21
+   V_HARTREE   
+    1    1    1    1    0  9.81719211022103577E-01
+    1    1    1    2    0  1.61533371802017600E-01
+    1    1    2    2    0  2.68228718854810616E-02
+    1    1    3    3    0  2.54678947532065020E-02
+    1    2    1    1    0  1.61533371544121701E-01
+    1    2    1    2    0  2.60079981074341632E-02
+    1    2    2    2    0  4.29285224448992721E-03
+    1    2    3    3    0  4.64752175783099322E-03
+    1    3    1    3    1  1.02543147848541110E-02
+    1    3    2    3    1  1.54415023809612050E-03
+    2    2    1    1    0  2.68228719025578842E-02
+    2    2    1    2    0  4.29285225482280240E-03
+    2    2    2    2    0  7.05204291313029329E-04
+    2    2    3    3    0  7.71935551617284037E-04
+    2    3    1    3    1  1.54415021834197275E-03
+    2    3    2    3    1  1.55748777543747284E-04
+    3    3    1    1    0  2.54678955771423174E-02
+    3    3    1    2    0  4.64752192516275364E-03
+    3    3    2    2    0  7.71935573472106677E-04
+    3    3    3    3    0  5.15706077368649572E-04
+    3    3    3    3    2  5.75753274003287427E-04
+   END         
+   EAION     1.00150181832940852E+01
+   EAIONHAT    -6.67667878886271637E+00
+   ENERGY    -1.46692193664220092E+01
+  END     
diff --git a/example/Li/lda/Li.input b/example/Li/lda/Li.input
new file mode 100644
index 0000000..ed10336
--- /dev/null
+++ b/example/Li/lda/Li.input
@@ -0,0 +1,27 @@
+Li 3
+LDA-PW loggridv4 2001
+2 0 0 0 0 0 
+2 0 1 
+0 0 0 
+v 
+v 
+1
+1.6
+n 
+y
+0.0
+n 
+VANDERBILT
+2 0
+1.4
+1.6
+1.6
+ABINITOUT
+default
+XMLOUT
+default
+PWSCFOUT
+UPFDX  0.008d0   UPFXMIN   -7.d0     UPFZMESH 3.d0
+PWPAWOUT
+END
+0
diff --git a/example/Na/outputdata/Na.LDA-PW-paw.UPF b/example/Na/outputdata/Na.LDA-PW-paw.UPF
new file mode 100644
index 0000000..2171c3b
--- /dev/null
+++ b/example/Na/outputdata/Na.LDA-PW-paw.UPF
@@ -0,0 +1,12129 @@
+<UPF version="2.0.1">
+   <PP_INFO>
+         UPF file from ATOMPAW code with following input
+           Na 11
+           LDA-PW   loggridv4    2001
+           3 2 0 0 0 0
+           3 0 1
+           0 0 0
+           c
+           v
+           v
+           v
+           1
+           1.7   1.5   1.7    1.7
+           n
+           y
+           4.6
+           n
+           VANDERBILT  Besselshape
+           2 0   MTROULLIER
+           1.5
+           1.7
+           1.5
+           1.7
+  </PP_INFO>
+  <!--                               -->
+  <!-- END OF HUMAN READABLE SECTION -->
+  <PP_HEADER generated="Generated using ATOMPAW code"
+             author="   "
+             date=" 07/21/2013, 19:18:13.750"
+             element="Na"
+             pseudo_type="PAW"
+             relativistic="no"
+             is_ultrasoft="T"
+             is_paw="T"
+             is_coulomb="F"
+             has_so="F"
+             has_wfc="T"
+             has_gipaw="T"
+             paw_as_gipaw="T"
+             core_correction="T"
+             functional="SLA PW NOGX NOGC"
+             z_valence=" 9.000"
+             l_max="1"
+             l_max_rho="2"
+             mesh_size="  2000"
+             number_of_wfc="     4"
+             number_of_proj=" 4"
+                                    /> 
+<PP_MESH dx=" 1.2500000000000E-02" mesh="   969" xmin="-7.0000000000000E+00" zmesh=" 1.1000000000000E+01">
+ <PP_R type="real" size="   969" columns="3">
+  8.28983605049560246E-05  8.39410935153656594E-05  8.49969424924165604E-05
+  8.60660724146594458E-05  8.71486503358199859E-05  8.82448454109008079E-05
+  8.93548289226126099E-05  9.04787743081373935E-05  9.16168571862282193E-05
+  9.27692553846504175E-05  9.39361489679670070E-05  9.51177202656744051E-05
+  9.63141539006918322E-05  9.75256368182088009E-05  9.87523583148961653E-05
+  9.99945100684834814E-05  1.01252286167709387E-04  1.02525883142648392E-04
+  1.03815499995418869E-04  1.05121338231277972E-04  1.06443601890106763E-04
+  1.07782497578292079E-04  1.09138234501009171E-04  1.10511024494910426E-04
+  1.11901082061225543E-04  1.13308624399277230E-04  1.14733871440419501E-04
+  1.16177045882402216E-04  1.17638373224168003E-04  1.19118081801087273E-04
+  1.20616402820635597E-04  1.22133570398520616E-04  1.23669821595263067E-04
+  1.25225396453237909E-04  1.26800538034181707E-04  1.28395492457171050E-04
+  1.30010508937079502E-04  1.31645839823517780E-04  1.33301740640263911E-04
+  1.34978470125189708E-04  1.36676290270688390E-04  1.38395466364611973E-04
+  1.40136267031722758E-04  1.41898964275666560E-04  1.43683833521474281E-04
+  1.45491153658596758E-04  1.47321207084482437E-04  1.49174279748702358E-04
+  1.51050661197630351E-04  1.52950644619685570E-04  1.54874526891143096E-04
+  1.56822608622522020E-04  1.58795194205556327E-04  1.60792591860756438E-04
+  1.62815113685569983E-04  1.64863075703146832E-04  1.66936797911718837E-04
+  1.69036604334600089E-04  1.71162823070816132E-04  1.73315786346370590E-04
+  1.75495830566155389E-04  1.77703296366515180E-04  1.79938528668472427E-04
+  1.82201876731621736E-04  1.84493694208703093E-04  1.86814339200859909E-04
+  1.89164174313593582E-04  1.91543566713421273E-04  1.93952888185246192E-04
+  1.96392515190450400E-04  1.98862828925716839E-04  2.01364215382592450E-04
+  2.03897065407800300E-04  2.06461774764309715E-04  2.09058744193175999E-04
+  2.11688379476155790E-04  2.14351091499112074E-04  2.17047296316215757E-04
+  2.19777415214954860E-04  2.22541874781962101E-04  2.25341106969668959E-04
+  2.28175549163799860E-04  2.31045644251714403E-04  2.33951840691609084E-04
+  2.36894592582590743E-04  2.39874359735629225E-04  2.42891607745404609E-04
+  2.45946808063056985E-04  2.49040438069851675E-04  2.52172981151771696E-04
+  2.55344926775046639E-04  2.58556770562633404E-04  2.61809014371658432E-04
+  2.65102166371833435E-04  2.68436741124858792E-04  2.71813259664823641E-04
+  2.75232249579619595E-04  2.78694245093376650E-04  2.82199787149937150E-04
+  2.85749423497380032E-04  2.89343708773606061E-04  2.92983204593002394E-04
+  2.96668479634195302E-04  3.00400109728907476E-04  3.04178677951933796E-04
+  3.08004774712246517E-04  3.11878997845248566E-04  3.15801952706186667E-04
+  3.19774252264738929E-04  3.23796517200793587E-04  3.27869376001430025E-04
+  3.31993465059122117E-04  3.36169428771175614E-04  3.40397919640416378E-04
+  3.44679598377146143E-04  3.49015134002378521E-04  3.53405203952375491E-04
+  3.57850494184498496E-04  3.62351699284390065E-04  3.66909522574505322E-04
+  3.71524676224006074E-04  3.76197881360039682E-04  3.80929868180416296E-04
+  3.85721376067703673E-04  3.90573153704758139E-04  3.95485959191706259E-04
+  4.00460560164400540E-04  4.05497733914363795E-04  4.10598267510242339E-04
+  4.15762957920788449E-04  4.20992612139385971E-04  4.26288047310146450E-04
+  4.31650090855588897E-04  4.37079580605925961E-04  4.42577364929978476E-04
+  4.48144302867731963E-04  4.53781264264565198E-04  4.59489129907164932E-04
+  4.65268791661150119E-04  4.71121152610429520E-04  4.77047127198307688E-04
+  4.83047641370370508E-04  4.89123632719165526E-04  4.95276050630702219E-04
+  5.01505856432797365E-04  5.07814023545281813E-04  5.14201537632100777E-04
+  5.20669396755325939E-04  5.27218611531103730E-04  5.33850205287568404E-04
+  5.40565214224735836E-04  5.47364687576414478E-04  5.54249687774148870E-04
+  5.61221290613227370E-04  5.68280585420778261E-04  5.75428675225977027E-04
+  5.82666676932398504E-04  5.89995721492535155E-04  5.97416954084510209E-04
+  6.04931534291015794E-04  6.12540636280497000E-04  6.20245448990620787E-04
+  6.28047176314048389E-04  6.35947037286546451E-04  6.43946266277465955E-04
+  6.52046113182608994E-04  6.60247843619535539E-04  6.68552739125312379E-04
+  6.76962097356757992E-04  6.85477232293206897E-04  6.94099474441814716E-04
+  7.02830171045460989E-04  7.11670686293252122E-04  7.20622401533681277E-04
+  7.29686715490469179E-04  7.38865044481110101E-04  7.48158822638184530E-04
+  7.57569502133437190E-04  7.67098553404684620E-04  7.76747465385576913E-04
+  7.86517745738239422E-04  7.96410921088857096E-04  8.06428537266205251E-04
+  8.16572159543192352E-04  8.26843372881438574E-04  8.37243782178921886E-04
+  8.47775012520756940E-04  8.58438709433110127E-04  8.69236539140318554E-04
+  8.80170188825244826E-04  8.91241366892893427E-04  9.02451803237364720E-04
+  9.13803249512144160E-04  9.25297479403806205E-04  9.36936288909159050E-04
+  9.48721496615864018E-04  9.60654943986604943E-04  9.72738495646811581E-04
+  9.84974039676013782E-04  9.97363487902862451E-04  1.00990877620384611E-03
+  1.02261186480578762E-03  1.03547473859212516E-03  1.04849940741305646E-03
+  1.06168790639958664E-03  1.07504229628151062E-03  1.08856466370942009E-03
+  1.10225712158073630E-03  1.11612180936985789E-03  1.13016089346246293E-03
+  1.14437656749399983E-03  1.15877105269246070E-03  1.17334659822544295E-03
+  1.18810548155158903E-03  1.20305000877644918E-03  1.21818251501280253E-03
+  1.23350536474553952E-03  1.24902095220110398E-03  1.26473170172160167E-03
+  1.28064006814361227E-03  1.29674853718175060E-03  1.31305962581707990E-03
+  1.32957588269038383E-03  1.34629988850040001E-03  1.36323425640706513E-03
+  1.38038163243981316E-03  1.39774469591103932E-03  1.41532615983473546E-03
+  1.43312877135040790E-03  1.45115531215232936E-03  1.46940859892417041E-03
+  1.48789148377912969E-03  1.50660685470556865E-03  1.52555763601826895E-03
+  1.54474678881537115E-03  1.56417731144103478E-03  1.58385223995395597E-03
+  1.60377464860174206E-03  1.62394765030127587E-03  1.64437439712511934E-03
+  1.66505808079401630E-03  1.68600193317562587E-03  1.70720922678949181E-03
+  1.72868327531838697E-03  1.75042743412608462E-03  1.77244510078163595E-03
+  1.79473971559025291E-03  1.81731476213085733E-03  1.84017376780039928E-03
+  1.86332030436502354E-03  1.88675798851815836E-03  1.91049048244563914E-03
+  1.93452149439792497E-03  1.95885477926952467E-03  1.98349413918570651E-03
+  2.00844342409658592E-03  2.03370653237869119E-03  2.05928741144408836E-03
+  2.08519005835717565E-03  2.11141852045923419E-03  2.13797689600082799E-03
+  2.16486933478217099E-03  2.19210003880153425E-03  2.21967326291182135E-03
+  2.24759331548539994E-03  2.27586455908728629E-03  2.30449141115681311E-03
+  2.33347834469785744E-03  2.36282988897775891E-03  2.39255063023502846E-03
+  2.42264521239595300E-03  2.45311833780022595E-03  2.48397476793568803E-03
+  2.51521932418232548E-03  2.54685688856562007E-03  2.57889240451937259E-03
+  2.61133087765813045E-03  2.64417737655931601E-03  2.67743703355520805E-03
+  2.71111504553488277E-03  2.74521667475622743E-03  2.77974724966819058E-03
+  2.81471216574335397E-03  2.85011688632098989E-03  2.88596694346072297E-03
+  2.92226793880691511E-03  2.95902554446394843E-03  2.99624550388248763E-03
+  3.03393363275691625E-03  3.07209581993405072E-03  3.11073802833327544E-03
+  3.14986629587827487E-03  3.18948673644045815E-03  3.22960554079426958E-03
+  3.27022897758451510E-03  3.31136339430583961E-03  3.35301521829454692E-03
+  3.39519095773287453E-03  3.43789720266591669E-03  3.48114062603133287E-03
+  3.52492798470200068E-03  3.56926612054180156E-03  3.61416196147466536E-03
+  3.65962252256707725E-03  3.70565490712420221E-03  3.75226630779977718E-03
+  3.79946400771999241E-03  3.84725538162148349E-03  3.89564789700365356E-03
+  3.94464911529548903E-03  3.99426669303703814E-03  4.04450838307577470E-03
+  4.09538203577798372E-03  4.14689560025540034E-03  4.19905712560728409E-03
+  4.25187476217808898E-03  4.30535676283099345E-03  4.35951148423740706E-03
+  4.41434738818272457E-03  4.46987304288850792E-03  4.52609712435126776E-03
+  4.58302841769812550E-03  4.64067581855949225E-03  4.69904833445903766E-03
+  4.75815508622112575E-03  4.81800530939598213E-03  4.87860835570273939E-03
+  4.93997369449068139E-03  5.00211091421884184E-03  5.06502972395421816E-03
+  5.12873995488884963E-03  5.19325156187593583E-03  5.25857462498531634E-03
+  5.32471935107850514E-03  5.39169607540351987E-03  5.45951526320981317E-03
+  5.52818751138345246E-03  5.59772355010293085E-03  5.66813424451576876E-03
+  5.73943059643621575E-03  5.81162374606432417E-03  5.88472497372659591E-03
+  5.95874570163857850E-03  6.03369749568960414E-03  6.10959206724997778E-03
+  6.18644127500092653E-03  6.26425712678750721E-03  6.34305178149487895E-03
+  6.42283755094814803E-03  6.50362690183611033E-03  6.58543245765922346E-03
+  6.66826700070201252E-03  6.75214347403035528E-03  6.83707498351385744E-03
+  6.92307479987366598E-03  7.01015636075606480E-03  7.09833327283210594E-03
+  7.18761931392369879E-03  7.27802843515641673E-03  7.36957476313938528E-03
+  7.46227260217261802E-03  7.55613643648205078E-03  7.65118093248276423E-03
+  7.74742094107062559E-03  7.84487149994277273E-03  7.94354783594730836E-03
+  8.04346536746248369E-03  8.14463970680588331E-03  8.24708666267386786E-03
+  8.35082224261171797E-03  8.45586265551486263E-03  8.56222431416151647E-03
+  8.66992383777724120E-03  8.77897805463171560E-03  8.88940400466818603E-03
+  9.00121894216602755E-03  9.11444033843670370E-03  9.22908588455373553E-03
+  9.34517349411694877E-03  9.46272130605151258E-03  9.58174768744221236E-03
+  9.70227123640329120E-03  9.82431078498448296E-03  9.94788540211354391E-03
+  1.00730143965758155E-02  1.01997173200312485E-02  1.03280139700694332E-02
+  1.04579243933029479E-02  1.05894688884997298E-02  1.07226680097547798E-02
+  1.08575425697017836E-02  1.09941136427651534E-02  1.11324025684529041E-02
+  1.12724309546910258E-02  1.14142206811997556E-02  1.15577939029123267E-02
+  1.17031730534367488E-02  1.18503808485610641E-02  1.19994402898027531E-02
+  1.21503746680027731E-02  1.23032075669647911E-02  1.24579628671402255E-02
+  1.26146647493595720E-02  1.27733376986107431E-02  1.29340065078648800E-02
+  1.30966962819502979E-02  1.32614324414752193E-02  1.34282407267997134E-02
+  1.35971472020577407E-02  1.37681782592296974E-02  1.39413606222662245E-02
+  1.41167213512639108E-02  1.42942878466934247E-02  1.44740878536809402E-02
+  1.46561494663433531E-02  1.48405011321780366E-02  1.50271716565078695E-02
+  1.52161902069820505E-02  1.54075863181336540E-02  1.56013898959944403E-02
+  1.57976312227677412E-02  1.59963409615601383E-02  1.61975501611725907E-02
+  1.64012902609518979E-02  1.66075930957031610E-02  1.68164909006640259E-02
+  1.70280163165415499E-02  1.72422023946123028E-02  1.74590826018867461E-02
+  1.76786908263385154E-02  1.79010613821994589E-02  1.81262290153213802E-02
+  1.83542289086050421E-02  1.85850966874976445E-02  1.88188684255593437E-02
+  1.90555806500997994E-02  1.92952703478857374E-02  1.95379749709200592E-02
+  1.97837324422939081E-02  2.00325811621121820E-02  2.02845600134936195E-02
+  2.05397083686464435E-02  2.07980660950202283E-02  2.10596735615353539E-02
+  2.13245716448907108E-02  2.15928017359507396E-02  2.18644057462129247E-02
+  2.21394261143564343E-02  2.24179058128733261E-02  2.26998883547830654E-02
+  2.29854178004314964E-02  2.32745387643754631E-02  2.35672964223537819E-02
+  2.38637365183461264E-02  2.41639053717206155E-02  2.44678498844712600E-02
+  2.47756175485466038E-02  2.50872564532702916E-02  2.54028152928552214E-02
+  2.57223433740120938E-02  2.60458906236536447E-02  2.63735075966959436E-02
+  2.67052454839575397E-02  2.70411561201582482E-02  2.73812919920183896E-02
+  2.77257062464599351E-02  2.80744526989109011E-02  2.84275858417139884E-02
+  2.87851608526412152E-02  2.91472336035155342E-02  2.95138606689408847E-02
+  2.98850993351421970E-02  3.02610076089163335E-02  3.06416442266958626E-02
+  3.10270686637267208E-02  3.14173411433613173E-02  3.18125226464686731E-02
+  3.22126749209626223E-02  3.26178604914501638E-02  3.30281426690010455E-02
+  3.34435855610402122E-02  3.38642540813648210E-02  3.42902139602870026E-02
+  3.47215317549044653E-02  3.51582748595001340E-02  3.56005115160726374E-02
+  3.60483108249993606E-02  3.65017427558333440E-02  3.69608781582363016E-02
+  3.74257887730489805E-02  3.78965472435007639E-02  3.83732271265605010E-02
+  3.88559029044297094E-02  3.93446499961806820E-02  3.98395447695408730E-02
+  4.03406645528254434E-02  4.08480876470201509E-02  4.13618933380157927E-02
+  4.18821619089969135E-02  4.24089746529862435E-02  4.29424138855467874E-02
+  4.34825629576440151E-02  4.40295062686693328E-02  4.45833292796278535E-02
+  4.51441185264918055E-02  4.57119616337219037E-02  4.62869473279590229E-02
+  4.68691654518876635E-02  4.74587069782742149E-02  4.80556640241816060E-02
+  4.86601298653627501E-02  4.92721989508352054E-02  4.98919669176387803E-02
+  5.05195306057792462E-02  5.11549880733596501E-02  5.17984386119020937E-02
+  5.24499827618624334E-02  5.31097223283396383E-02  5.37777603969832249E-02
+  5.44542013501005256E-02  5.51391508829666768E-02  5.58327160203398107E-02
+  5.65350051331836648E-02  5.72461279556009395E-02  5.79661956019794367E-02
+  5.86953205843538245E-02  5.94336168299861300E-02  6.01811996991667500E-02
+  6.09381860032399691E-02  6.17046940228558952E-02  6.24808435264520221E-02
+  6.32667557889674687E-02  6.40625536107921473E-02  6.48683613369548107E-02
+  6.56843048765520660E-02  6.65105117224219777E-02  6.73471109710652716E-02
+  6.81942333428165459E-02  6.90520112022699056E-02  6.99205785789610013E-02
+  7.08000711883095407E-02  7.16906264528251597E-02  7.25923835235797593E-02
+  7.35054833019502668E-02  7.44300684616347741E-02  7.53662834709454832E-02
+  7.63142746153824963E-02  7.72741900204907683E-02  7.82461796750053007E-02
+  7.92303954542871308E-02  8.02269911440541272E-02  8.12361224644105318E-02
+  8.22579470941781632E-02  8.32926246955343758E-02  8.43403169389594087E-02
+  8.54011875284978045E-02  8.64754022273376416E-02  8.75631288837111083E-02
+  8.86645374571212036E-02  8.97798000448983696E-02  9.09090909090909116E-02
+  9.20525865036940644E-02  9.32104655022208406E-02  9.43829088256205040E-02
+  9.55700996705477063E-02  9.67722235379872148E-02  9.79894682622392543E-02
+  9.92220240402683640E-02  1.00470083461422555E-01  1.01733841537525571E-01
+  1.03013495733347851E-01  1.04309245997461136E-01  1.05621294793480314E-01
+  1.06949847131699194E-01  1.08295110601123540E-01  1.09657295401907329E-01
+  1.11036614378197285E-01  1.12433283051389568E-01  1.13847519653805920E-01
+  1.15279545162792763E-01  1.16729583335249215E-01  1.18197860742590116E-01
+  1.19684606806147453E-01  1.21190053833018493E-01  1.22714437052364012E-01
+  1.24257994652163306E-01  1.25820967816431956E-01  1.27403600762906716E-01
+  1.29006140781205286E-01  1.30628838271465958E-01  1.32271946783472844E-01
+  1.33935723056274159E-01  1.35620427058297355E-01  1.37326322027970321E-01
+  1.39053674514852704E-01  1.40802754421284843E-01  1.42573835044560837E-01
+  1.44367193119631282E-01  1.46183108862343980E-01  1.48021866013228282E-01
+  1.49883751881829841E-01  1.51769057391603929E-01  1.53678077125371987E-01
+  1.55611109371351392E-01  1.57568456169763310E-01  1.59550423360027144E-01
+  1.61557320628548967E-01  1.63589461557109933E-01  1.65647163671864550E-01
+  1.67730748492954634E-01  1.69840541584747484E-01  1.71976872606706382E-01
+  1.74140075364899699E-01  1.76330487864159557E-01  1.78548452360895310E-01
+  1.80794315416571982E-01  1.83068427951861540E-01  1.85371145301474166E-01
+  1.87702827269680683E-01  1.90063838186532469E-01  1.92454546964788614E-01
+  1.94875327157559952E-01  1.97326557016676646E-01  1.99808619551791189E-01
+  2.02321902590224478E-01  2.04866798837564423E-01  2.07443705939027639E-01
+  2.10053026541591331E-01  2.12695168356908382E-01  2.15370544225012867E-01
+  2.18079572178827091E-01  2.20822675509480787E-01  2.23600282832450065E-01
+  2.26412828154530205E-01  2.29260750941649966E-01  2.32144496187538796E-01
+  2.35064514483258796E-01  2.38021262087609237E-01  2.41015200998418888E-01
+  2.44046799024733835E-01  2.47116529859913198E-01  2.50224873155646121E-01
+  2.53372314596895576E-01  2.56559345977790842E-01  2.59786465278469603E-01
+  2.63054176742887391E-01  2.66362990957609513E-01  2.69713424931588064E-01
+  2.73106002176948359E-01  2.76541252790787784E-01  2.80019713538002812E-01
+  2.83541927935163196E-01  2.87108446335433531E-01  2.90719826014570415E-01
+  2.94376631257996679E-01  2.98079433448970310E-01  3.01828811157868304E-01
+  3.05625350232584581E-01  3.09469643890074364E-01  3.13362292809043375E-01
+  3.17303905223803751E-01  3.21295097019315745E-01  3.25336491827416419E-01
+  3.29428721124267354E-01  3.33572424329022399E-01  3.37768248903736745E-01
+  3.42016850454537669E-01  3.46318892834060199E-01  3.50675048245179366E-01
+  3.55085997346041349E-01  3.59552429356416126E-01  3.64075042165393548E-01
+  3.68654542440425115E-01  3.73291645737746480E-01  3.77987076614182793E-01
+  3.82741568740359972E-01  3.87555865015347445E-01  3.92430717682731300E-01
+  3.97366888448159705E-01  4.02365148598357980E-01  4.07426279121642254E-01
+  4.12551070829955235E-01  4.17740324482426373E-01  4.22994850910497155E-01
+  4.28315471144613158E-01  4.33703016542509312E-01  4.39158328919116714E-01
+  4.44682260678091468E-01  4.50275674945010307E-01  4.55939445702232993E-01
+  4.61674457925461967E-01  4.67481607722026515E-01  4.73361802470895487E-01
+  4.79315960964462717E-01  4.85345013552107241E-01  4.91449902285560625E-01
+  4.97631581066109552E-01  5.03891015793638597E-01  5.10229184517559498E-01
+  5.16647077589631576E-01  5.23145697818702793E-01  5.29726060627407236E-01
+  5.36389194210819764E-01  5.43136139697120157E-01  5.49967951310268210E-01
+  5.56885696534726082E-01  5.63890456282261088E-01  5.70983325060833269E-01
+  5.78165411145620811E-01  5.85437836752187635E-01  5.92801738211828355E-01
+  6.00258266149130360E-01  6.07808585661751999E-01  6.15453876502479402E-01
+  6.23195333263562024E-01  6.31034165563366889E-01  6.38971598235390958E-01
+  6.47008871519636042E-01  6.55147241256405888E-01  6.63387979082530665E-01
+  6.71732372630059138E-01  6.80181725727462383E-01  6.88737358603349836E-01
+  6.97400608092766161E-01  7.06172827846070716E-01  7.15055388540444703E-01
+  7.24049678094070948E-01  7.33157101882988660E-01  7.42379082960695102E-01
+  7.51717062280497617E-01  7.61172498920660412E-01  7.70746870312398302E-01
+  7.80441672470717829E-01  7.90258420228181935E-01  8.00198647471601188E-01
+  8.10263907381703397E-01  8.20455772675830031E-01  8.30775835853666211E-01
+  8.41225709446080883E-01  8.51807026267085043E-01  8.62521439668956891E-01
+  8.73370623800591939E-01  8.84356273869080667E-01  8.95480106404598186E-01
+  9.06743859528611584E-01  9.18149293225459462E-01  9.29698189617364501E-01
+  9.41392353242881397E-01  9.53233611338870079E-01  9.65223814126001001E-01
+  9.77364835097850437E-01  9.89658571313649982E-01  1.00210694369469144E+00
+  1.01471189732448774E+00  1.02747540175268992E+00  1.04039945130282918E+00
+  1.05348606538394574E+00  1.06673728880611041E+00  1.08015519209994504E+00
+  1.09374187184013993E+00  1.10749945097304292E+00  1.12143007914838777E+00
+  1.13553593305516487E+00  1.14981921676174736E+00  1.16428216206027657E+00
+  1.17892702881537570E+00  1.19375610531727538E+00  1.20877170863934436E+00
+  1.22397618500015537E+00  1.23937191013006953E+00  1.25496128964246312E+00
+  1.27074675940960424E+00  1.28673078594325530E+00  1.30291586678008620E+00
+  1.31930453087190225E+00  1.33589933898081292E+00  1.35270288407935002E+00
+  1.36971779175561736E+00  1.38694672062356172E+00  1.40439236273836610E+00
+  1.42205744401710654E+00  1.43994472466467571E+00  1.45805699960506141E+00
+  1.47639709891807791E+00  1.49496788828155114E+00  1.51377226941910403E+00
+  1.53281318055354987E+00  1.55209359686598725E+00  1.57161653096069664E+00
+  1.59138503333584458E+00  1.61140219286014941E+00  1.63167113725551416E+00
+  1.65219503358573339E+00  1.67297708875137019E+00  1.69402054999081964E+00
+  1.71532870538771665E+00  1.73690488438469703E+00  1.75875245830361981E+00
+  1.78087484087236536E+00  1.80327548875821209E+00  1.82595790210796971E+00
+  1.84892562509487512E+00  1.87218224647236675E+00  1.89573140013485775E+00
+  1.91957676568551161E+00  1.94372206901121292E+00  1.96817108286473408E+00
+  1.99292762745422469E+00  2.01799557104015115E+00  2.04337883053969316E+00
+  2.06908137213879373E+00  2.09510721191187299E+00  2.12146041644933847E+00
+  2.14814510349302257E+00  2.17516544257955902E+00  2.20252565569190706E+00
+  2.23023001791903397E+00  2.25828285812389540E+00  2.28668855961985429E+00
+  2.31545156085555393E+00  2.34457635610846005E+00  2.37406749618709023E+00
+  2.40392958914207311E+00  2.43416730098619594E+00  2.46478535642344632E+00
+  2.49578853958728164E+00  2.52718169478815380E+00  2.55896972727042327E+00
+  2.59115760397884687E+00  2.62375035433463966E+00  2.65675307102135827E+00
+  2.69017091078063464E+00  2.72400909521791146E+00  2.75827291161835975E+00
+  2.79296771377299402E+00  2.82809892281524178E+00  2.86367202806799703E+00
+  2.89969258790131823E+00  2.93616623060097481E+00  2.97309865524783401E+00
+  3.01049563260839204E+00  3.04836300603645149E+00  3.08670669238614126E+00
+  3.12553268293647513E+00  3.16484704432745900E+00  3.20465591950804907E+00
+  3.24496552869599197E+00  3.28578217034972120E+00  3.32711222215254887E+00
+  3.36896214200914512E+00  3.41133846905463578E+00  3.45424782467634550E+00
+  3.49769691354837597E+00  3.54169252467927453E+00  3.58624153247277766E+00
+  3.63135089780199394E+00  3.67702766909703938E+00  3.72327898344634578E+00
+  3.77011206771189222E+00  3.81753423965836447E+00  3.86555290909661675E+00
+  3.91417557904145097E+00  3.96340984688395537E+00  4.01326340557866246E+00
+  4.06374404484553242E+00  4.11485965238716034E+00  4.16661821512122899E+00
+  4.21902782042845192E+00  4.27209665741630484E+00  4.32583301819851851E+00
+  4.38024529919080141E+00  4.43534200242276899E+00  4.49113173686638056E+00
+  4.54762321978116457E+00  4.60482527807624198E+00  4.66274684968960962E+00
+  4.72139698498468086E+00  4.78078484816440508E+00  4.84091971870324489E+00
+  4.90181099279705190E+00  4.96346818483129404E+00  5.02590092886768058E+00
+  5.08911898014946829E+00  5.15313221662580645E+00  5.21795064049511215E+00
+  5.28358437976799866E+00  5.35004368984976875E+00  5.41733895514281727E+00
+  5.48548069066927813E+00  5.55447954371394292E+00  5.62434629548798970E+00
+  5.69509186281353763E+00  5.76672729982939458E+00  5.83926379971835896E+00
+  5.91271269645609188E+00  5.98708546658215468E+00  6.06239373099320122E+00
+  6.13864925675874051E+00  6.21586395895983834E+00  6.29404990255078545E+00
+  6.37321930424435035E+00  6.45338453442063020E+00  6.53455811905991535E+00
+  6.61675274169997696E+00  6.69998124541780360E+00  6.78425663483644659E+00
+  6.86959207815697059E+00  6.95600090921599001E+00  7.04349662956917921E+00
+  7.13209291060083217E+00  7.22180359566012076E+00  7.31264270222411916E+00
+  7.40462442408801280E+00  7.49776313358301039E+00  7.59207338382193431E+00
+  7.68756991097327269E+00  7.78426763656369669E+00  7.88218166980953683E+00
+  7.98132730997772022E+00  8.08172004877621220E+00  8.18337557277470928E+00
+  8.28630976585567680E+00  8.39053871169617160E+00  8.49607869628106727E+00
+  8.60294621044764973E+00  8.71115795246244318E+00  8.82073083063031227E+00
+  8.93168196593637020E+00  9.04402869472126802E+00  9.15778857138992031E+00
+  9.27297937115451809E+00  9.38961909281189655E+00  9.50772596155583827E+00
+  9.62731843182491076E+00  9.74841519018586844E+00  9.87103515825359956E+00
+  9.99519749564760041E+00  1.01209216029856677E+01  1.02482271249153936E+01
+  1.03771339531835487E+01  1.05076622297443336E+01  1.06398323499065377E+01
+  1.07736649655203038E+01  1.09091809882041417E+01  1.10464015926122698E+01
+  1.11853482197433216E+01  1.13260425802904958E+01  1.14685066580338333E+01
+  1.16127627132753659E+01  1.17588332863171789E+01  1.19067412009835092E+01
+  1.20565095681869696E+01  1.22081617895395933E+01  1.23617215610095563E+01
+  1.25172128766235193E+01  1.26746600322159235E+01  1.28340876292251824E+01
+  1.29955205785376382E+01  1.31589841043801030E+01  1.33245037482610158E+01
+  1.34921053729615092E+01  1.36618151665764529E+01  1.38336596466063284E+01
+  1.40076656641008110E+01  1.41838604078541000E+01  1.43622714086534060E+01
+  1.45429265435806077E+01  1.47258540403680325E+01  1.49110824818092720E+01
+                               </PP_R> 
+ <PP_RAB type="real" size="   969" columns="3">
+  1.03622950631195039E-06  1.04926366894207087E-06  1.06246178115520709E-06
+  1.07582590518324307E-06  1.08935812919774995E-06  1.10306056763626010E-06
+  1.11693536153265762E-06  1.13098467885171742E-06  1.14521071482785291E-06
+  1.15961569230813030E-06  1.17420186209958767E-06  1.18897150332093023E-06
+  1.20392692375864799E-06  1.21907046022761014E-06  1.23440447893620215E-06
+  1.24993137585604356E-06  1.26565357709636743E-06  1.28157353928310507E-06
+  1.29769374994273599E-06  1.31401672789097474E-06  1.33054502362633466E-06
+  1.34728121972865115E-06  1.36422793126261472E-06  1.38138780618638033E-06
+  1.39876352576531946E-06  1.41635780499096538E-06  1.43417339300524389E-06
+  1.45221307353002783E-06  1.47047966530210020E-06  1.48897602251359092E-06
+  1.50770503525794497E-06  1.52666962998150787E-06  1.54587276994078837E-06
+  1.56531745566547395E-06  1.58500672542727138E-06  1.60494365571463825E-06
+  1.62513136171349382E-06  1.64557299779397242E-06  1.66627175800329906E-06
+  1.68723087656487135E-06  1.70845362838360487E-06  1.72994332955764975E-06
+  1.75170333789653464E-06  1.77373705344583209E-06  1.79604791901842859E-06
+  1.81863942073245956E-06  1.84151508855603050E-06  1.86467849685877964E-06
+  1.88813326497037951E-06  1.91188305774606971E-06  1.93593158613928862E-06
+  1.96028260778152533E-06  1.98493992756945425E-06  2.00990739825945547E-06
+  2.03518892106962479E-06  2.06078844628933549E-06  2.08670997389648563E-06
+  2.11295755418250120E-06  2.13953528838520190E-06  2.16644732932963237E-06
+  2.19369788207694236E-06  2.22129120458143992E-06  2.24923160835590534E-06
+  2.27752345914527195E-06  2.30617117760878883E-06  2.33517924001074903E-06
+  2.36455217891991986E-06  2.39429458391776616E-06  2.42441110231557765E-06
+  2.45490643988063025E-06  2.48578536157146066E-06  2.51705269228240579E-06
+  2.54871331759750400E-06  2.58077218455387170E-06  2.61323430241470007E-06
+  2.64610474345194746E-06  2.67938864373890126E-06  2.71309120395269721E-06
+  2.74721769018693609E-06  2.78177343477452626E-06  2.81676383712086215E-06
+  2.85219436454749825E-06  2.88807055314643013E-06  2.92439800864511372E-06
+  2.96118240728238463E-06  2.99842949669536557E-06  3.03614509681755761E-06
+  3.07433510078821265E-06  3.11300547587314628E-06  3.15216226439714620E-06
+  3.19181158468808316E-06  3.23195963203291764E-06  3.27261267964573065E-06
+  3.31377707964791828E-06  3.35545926406073516E-06  3.39766574581029568E-06
+  3.44040311974524511E-06  3.48367806366720821E-06  3.52749733937421438E-06
+  3.57186779371725057E-06  3.61679635967007576E-06  3.66229005741252993E-06
+  3.70835599542744128E-06  3.75500137161134353E-06  3.80223347439917262E-06
+  3.85005968390308129E-06  3.89848747306560758E-06  3.94752440882733385E-06
+  3.99717815330923678E-06  4.04745646500992018E-06  4.09836720001787582E-06
+  4.14991831323902646E-06  4.20211785963969501E-06  4.25497399550520489E-06
+  4.30849497971432662E-06  4.36268917502973168E-06  4.41756504940469415E-06
+  4.47313117730623154E-06  4.52939624105487632E-06  4.58636903218131687E-06
+  4.64405845280007660E-06  4.70247351700049620E-06  4.76162335225520370E-06
+  4.82151720084629608E-06  4.88216442130947707E-06  4.94357448989632823E-06
+  5.00575700205500726E-06  5.06872167392954795E-06  5.13247834387802958E-06
+  5.19703697400985612E-06  5.26240765174232498E-06  5.32860059137683080E-06
+  5.39562613569486189E-06  5.46349475757407469E-06  5.53221706162473095E-06
+  5.60180378584665004E-06  5.67226580330706514E-06  5.74361412383956216E-06
+  5.81585989576437648E-06  5.88901440763036968E-06  5.96308908997884678E-06
+  6.03809551712963203E-06  6.11404540898956975E-06  6.19095063288377825E-06
+  6.26882320540996757E-06  6.34767529431602267E-06  6.42751922040126039E-06
+  6.50836745944157440E-06  6.59023264413879679E-06  6.67312756609460505E-06
+  6.75706517780919795E-06  6.84205859470518165E-06  6.92812109717686088E-06
+  7.01526613266534264E-06  7.10350731775972843E-06  7.19285844032471283E-06
+  7.28333346165498129E-06  7.37494651865669011E-06  7.46771192605637761E-06
+  7.56164417863769776E-06  7.65675795350621352E-06  7.75306811238276052E-06
+  7.85058970392560487E-06  7.94933796608183030E-06  8.04932832846832410E-06
+  8.15057641478261242E-06  8.25309804524419390E-06  8.35690923906640541E-06
+  8.46202621695947557E-06  8.56846540366508621E-06  8.67624343052268395E-06
+  8.78537713806826203E-06  8.89588357866565118E-06  9.00778001917101597E-06
+  9.12108394363086473E-06  9.23581305601387660E-06  9.35198528297730764E-06
+  9.46961877666796623E-06  9.58873191755855876E-06  9.70934331731971243E-06
+  9.83147182172799345E-06  9.95513651361071370E-06  1.00803567158275663E-05
+  1.02071519942899051E-05  1.03355421610179829E-05  1.04655472772365249E-05
+  1.05971876565094624E-05  1.07304838679138766E-05  1.08654567392539823E-05
+  1.10021273603155607E-05  1.11405170861611682E-05  1.12806475404670600E-05
+  1.14225406189018030E-05  1.15662184925475789E-05  1.17117036113644881E-05
+  1.18590187076983012E-05  1.20081867998325628E-05  1.21592311955851458E-05
+  1.23121754959501730E-05  1.24670435987857817E-05  1.26238597025480770E-05
+  1.27826483100723463E-05  1.29434342324015649E-05  1.31062425926632068E-05
+  1.32710988299948340E-05  1.34380287035188834E-05  1.36070582963677521E-05
+  1.37782140197592047E-05  1.39515226171232250E-05  1.41270111682807866E-05
+  1.43047070936749978E-05  1.44846381586557601E-05  1.46668324778180372E-05
+  1.48513185193948643E-05  1.50381251097056161E-05  1.52272814376600320E-05
+  1.54188170593192440E-05  1.56127619025137991E-05  1.58091462715200230E-05
+  1.60080008517951527E-05  1.62093567147718838E-05  1.64132453227134987E-05
+  1.66196985336297986E-05  1.68287486062550008E-05  1.70404282050883134E-05
+  1.72547704054976645E-05  1.74718086988879922E-05  1.76915769979341939E-05
+  1.79141096418801001E-05  1.81394414019041163E-05  1.83676074865521329E-05
+  1.85986435472391231E-05  1.88325856838196108E-05  1.90694704502283646E-05
+  1.93093348601921407E-05  1.95522163930129361E-05  1.97981529994244523E-05
+  2.00471831075217764E-05  2.02993456287659504E-05  2.05546799640639938E-05
+  2.08132260099252038E-05  2.10750241646953241E-05  2.13401153348686483E-05
+  2.16085409414798391E-05  2.18803429265760591E-05  2.21555637597704515E-05
+  2.24342464448781620E-05  2.27164345266357194E-05  2.30021720975049931E-05
+  2.32915038045627970E-05  2.35844748564769816E-05  2.38811310305704920E-05
+  2.41815186799740635E-05  2.44856847408690611E-05  2.47936767398213313E-05
+  2.51055428012073267E-05  2.54213316547336405E-05  2.57410926430511045E-05
+  2.60648757294646963E-05  2.63927315057404288E-05  2.67247112000103525E-05
+  2.70608666847771394E-05  2.74012504850191781E-05  2.77459157863977676E-05
+  2.80949164435675000E-05  2.84483069885910786E-05  2.88061426394601646E-05
+  2.91684793087232207E-05  2.95353736122219884E-05  2.99068828779378564E-05
+  3.02830651549494132E-05  3.06639792225028285E-05  3.10496845991960991E-05
+  3.14402415522790712E-05  3.18357111070702509E-05  3.22361550564921560E-05
+  3.26416359707266306E-05  3.30522172069914487E-05  3.34679629194401033E-05
+  3.38889380691860347E-05  3.43152084344528429E-05  3.47468406208523823E-05
+  3.51839020717919232E-05  3.56264610790123736E-05  3.60745867932590371E-05
+  3.65283492350864403E-05  3.69878193057993554E-05  3.74530687985310967E-05
+  3.79241704094614558E-05  3.84011977491756368E-05  3.88842253541659471E-05
+  3.93733286984784399E-05  3.98685842055057269E-05  4.03700692599283739E-05
+  4.08778622198064387E-05  4.13920424288230005E-05  4.19126902286818420E-05
+  4.24398869716609316E-05  4.29737150333239627E-05  4.35142578253916622E-05
+  4.40615998087750125E-05  4.46158265067725195E-05  4.51770245184333224E-05
+  4.57452815320884710E-05  4.63206863390525303E-05  4.69033288474972148E-05
+  4.74933000964999105E-05  4.80906922702685436E-05  4.86955987125456735E-05
+  4.93081139411936142E-05  4.99283336629629821E-05  5.05563547884471852E-05
+  5.11922754472247965E-05  5.18361950031925043E-05  5.24882140700910565E-05
+  5.31484345272261176E-05  5.38169595353874195E-05  5.44938935529675882E-05
+  5.51793423522840625E-05  5.58734130361063531E-05  5.65762140543908524E-05
+  5.72878552212265687E-05  5.80084477319936558E-05  5.87381041807379762E-05
+  5.94769385777640773E-05  6.02250663674497780E-05  6.09826044462842437E-05
+  6.17496711811335201E-05  6.25263864277355311E-05  6.33128715494277270E-05
+  6.41092494361106204E-05  6.49156445234492032E-05  6.57321828123164597E-05
+  6.65589918884813115E-05  6.73962009425440066E-05  6.82439407901226620E-05
+  6.91023438922931584E-05  6.99715443762866411E-05  7.08516780564471068E-05
+  7.17428824554526968E-05  7.26452968258040548E-05  7.35590621715824489E-05
+  7.44843212704822367E-05  7.54212186961200599E-05  7.63699008406247250E-05
+  7.73305159375115925E-05  7.83032140848438456E-05  7.92881472686859923E-05
+  8.02854693868518504E-05  8.12953362729513791E-05  8.23179057207403013E-05
+  8.33533375087751593E-05  8.44017934253794410E-05  8.54634372939232180E-05
+  8.65384349984208329E-05  8.76269545094508128E-05  8.87291659104013269E-05
+  8.98452414240462458E-05  9.09753554394552146E-05  9.21196845392423242E-05
+  9.32784075271577280E-05  9.44517054560256347E-05  9.56397616560345583E-05
+  9.68427617633828199E-05  9.80608937492846700E-05  9.92943479493413653E-05
+  1.00543317093281052E-04  1.01807996335073550E-04  1.03088583283423351E-04
+  1.04385278032646477E-04  1.05698283193935794E-04  1.07027803927018967E-04
+  1.08374047972215518E-04  1.09737225682896453E-04  1.11117550058352328E-04
+  1.12515236777075353E-04  1.13930504230458807E-04  1.15363573556921697E-04
+  1.16814668676461868E-04  1.18284016325643915E-04  1.19771846093027660E-04
+  1.21278390455041143E-04  1.22803884812306048E-04  1.24348567526419315E-04
+  1.25912679957197694E-04  1.27496466500390618E-04  1.29100174625867932E-04
+  1.30724054916286854E-04  1.32368361106246634E-04  1.34033350121934763E-04
+  1.35719282121272300E-04  1.37426420534564428E-04  1.39155032105661301E-04
+  1.40905386933637834E-04  1.42677758514996950E-04  1.44472423786404090E-04
+  1.46289663167959371E-04  1.48129760607013317E-04  1.49993003622534414E-04
+  1.51879683350034680E-04  1.53790094587059894E-04  1.55724535839252840E-04
+  1.57683309366994656E-04  1.59666721232634310E-04  1.61675081348311022E-04
+  1.63708703524378740E-04  1.65767905518440247E-04  1.67853009084996434E-04
+  1.69964340025721759E-04  1.72102228240371223E-04  1.74267007778327817E-04
+  1.76459016890798885E-04  1.78678598083667809E-04  1.80926098171011775E-04
+  1.83201868329291930E-04  1.85506264152225479E-04  1.87839645706348391E-04
+  1.90202377587275648E-04  1.92594828976670680E-04  1.95017373699930504E-04
+  1.97470390284596787E-04  1.99954262019501734E-04  2.02469377014657384E-04
+  2.05016128261898745E-04  2.07594913696289518E-04  2.10206136258300324E-04
+  2.12850203956769385E-04  2.15527529932653801E-04  2.18238532523584331E-04
+  2.20983635329231453E-04  2.23763267277493248E-04  2.26577862691517258E-04
+  2.29427861357563032E-04  2.32313708593720561E-04  2.35235855319491807E-04
+  2.38194758126247493E-04  2.41190879348571728E-04  2.44224687136500773E-04
+  2.47296655528673863E-04  2.50407264526402264E-04  2.53557000168670266E-04
+  2.56746354608080555E-04  2.59975826187752886E-04  2.63245919519191913E-04
+  2.66557145561133896E-04  2.69910021699384256E-04  2.73305071827661548E-04
+  2.76742826429455429E-04  2.80223822660916565E-04  2.83748604434788307E-04
+  2.87317722505393716E-04  2.90931734554693300E-04  2.94591205279422284E-04
+  2.98296706479326624E-04  3.02048817146507705E-04  3.05848123555890782E-04
+  3.09695219356832579E-04  3.13590705665878688E-04  3.17535191160690279E-04
+  3.21529292175151183E-04  3.25573632795670581E-04  3.29668844958699338E-04
+  3.33815568549469279E-04  3.38014451501978145E-04  3.42266149900229903E-04
+  3.46571328080749199E-04  3.50930658736386296E-04  3.55344823021424888E-04
+  3.59814510658015190E-04  3.64340420043944178E-04  3.68923258361761081E-04
+  3.73563741689277474E-04  3.78262595111454180E-04  3.83020552833698283E-04
+  3.87838358296584021E-04  3.92716764292016488E-04  3.97656533080858457E-04
+  4.02658436512032811E-04  4.07723256143127080E-04  4.12851783362513090E-04
+  4.18044819513002663E-04  4.23303176017060284E-04  4.28627674503587533E-04
+  4.34019146936305848E-04  4.39478435743751719E-04  4.45006393950907989E-04
+  4.50603885312492040E-04  4.56271784447916844E-04  4.62010976977953781E-04
+  4.67822359663112289E-04  4.73706840543759548E-04  4.79665339082006284E-04
+  4.85698786305371411E-04  4.91808124952258546E-04  4.97994309619260978E-04
+  5.04258306910318065E-04  5.10601095587751865E-04  5.17023666725197431E-04
+  5.23527023862461463E-04  5.30112183162328087E-04  5.36780173569334842E-04
+  5.43532036970550210E-04  5.50368828358366682E-04  5.57291615995348169E-04
+  5.64301481581147590E-04  5.71399520421523796E-04  5.78586841599487765E-04
+  5.85864568148595838E-04  5.93233837228427730E-04  6.00695800302270141E-04
+  6.08251623317034463E-04  6.15902486885440154E-04  6.23649586470484798E-04
+  6.31494132572240643E-04  6.39437350916995627E-04  6.47480482648776171E-04
+  6.55624784523280483E-04  6.63871529104245565E-04  6.72222004962290333E-04
+  6.80677516876256614E-04  6.89239386037083504E-04  6.97908950254247699E-04
+  7.06687564164795831E-04  7.15576599445011743E-04  7.24577445024742980E-04
+  7.33691507304422828E-04  7.42920210374826712E-04  7.52264996239584418E-04
+  7.61727325040499636E-04  7.71308675285698733E-04  7.81010544080650276E-04
+  7.90834447362093358E-04  8.00781920134901841E-04  8.10854516711935133E-04
+  8.21053810956900889E-04  8.31381396530274722E-04  8.41838887138315960E-04
+  8.52427916785206889E-04  8.63150140028373907E-04  8.74007232237012602E-04
+  8.85000889853869346E-04  8.96132830660314517E-04  9.07404794044747057E-04
+  9.18818541274378357E-04  9.30375855770434763E-04  9.42078543386818562E-04
+  9.53928432692281248E-04  9.65927375256134648E-04  9.78077245937566259E-04
+  9.90379943178589265E-04  1.00283738930067668E-03  1.01545153080513173E-03
+  1.02822433867722700E-03  1.04115780869417978E-03  1.05425396173699257E-03
+  1.06751484410622251E-03  1.08094252784172052E-03  1.09453911104638894E-03
+  1.10830671821401505E-03  1.12224750056122966E-03  1.13636363636363653E-03
+  1.15065733129617585E-03  1.16513081877776055E-03  1.17978636032025643E-03
+  1.19462624588184642E-03  1.20965279422484027E-03  1.22486835327799068E-03
+  1.24027530050335472E-03  1.25587604326778211E-03  1.27167301921906977E-03
+  1.28766869666684818E-03  1.30386557496826438E-03  1.32026618491850396E-03
+  1.33687308914624001E-03  1.35368888251404429E-03  1.37071619252384161E-03
+  1.38795767972746615E-03  1.40541603814236973E-03  1.42309399567257418E-03
+  1.44099431453490953E-03  1.45911979169061523E-03  1.47747325928237658E-03
+  1.49605758507684317E-03  1.51487567291273134E-03  1.53393046315455027E-03
+  1.55322493315204150E-03  1.57276209770539944E-03  1.59254500953633408E-03
+  1.61257675976506608E-03  1.63286047839332460E-03  1.65339933479341072E-03
+  1.67419653820342711E-03  1.69525533822871706E-03  1.71657902534962906E-03
+  1.73817093143565889E-03  1.76003443026606058E-03  1.78217293805701059E-03
+  1.80458991399539120E-03  1.82728886077929988E-03  1.85027332516535356E-03
+  1.87354689852287310E-03  1.89711321739504920E-03  1.92097596406715001E-03
+  1.94513886714189248E-03  1.96960570212204164E-03  1.99438029200033930E-03
+  2.01946650785686218E-03  2.04486826946387442E-03  2.07058954589830688E-03
+  2.09663435616193284E-03  2.12300676980934364E-03  2.14971090758382969E-03
+  2.17675094206124615E-03  2.20413109830199438E-03  2.23185565451119138E-03
+  2.25992894270714978E-03  2.28835534939826916E-03  2.31713931626842699E-03
+  2.34628534087100854E-03  2.37579797733165595E-03  2.40568183705985785E-03
+  2.43594158946949975E-03  2.46658196270845833E-03  2.49760774439738986E-03
+  2.52902378237780624E-03  2.56083498546955547E-03  2.59304632423784567E-03
+  2.62566283176989164E-03  2.65868960446135477E-03  2.69213180281266092E-03
+  2.72599465223533890E-03  2.76028344386851018E-03  2.79500353540562598E-03
+  2.83016035193162790E-03  2.86575938677062492E-03  2.90180620234423495E-03
+  2.93830643104073513E-03  2.97526577609511563E-03  3.01269001248023619E-03
+  3.05058498780917328E-03  3.08895662324891506E-03  3.12781091444557652E-03
+  3.16715393246119487E-03  3.20699182472238562E-03  3.24733081598087021E-03
+  3.28817720928609256E-03  3.32953738697011918E-03  3.37141781164485097E-03
+  3.41382502721185484E-03  3.45676565988484738E-03  3.50024641922503515E-03
+  3.54427409918954030E-03  3.58885557919291949E-03  3.63399782518213045E-03
+  3.67970789072495858E-03  3.72599291811212888E-03  3.77286013947335415E-03
+  3.82031687790730743E-03  3.86837054862592972E-03  3.91702866011304270E-03
+  3.96629881529754740E-03  4.01618871274144699E-03  4.06670614784270575E-03
+  4.11785901405334245E-03  4.16965530411278051E-03  4.22210311129670932E-03
+  4.27521063068172103E-03  4.32898616042575249E-03  4.38343810306474242E-03
+  4.43857496682551703E-03  4.49440536695520140E-03  4.55093802706741952E-03
+  4.60818178050531428E-03  4.66614557172183135E-03  4.72483845767728526E-03
+  4.78426960925450000E-03  4.84444831269184324E-03  4.90538397103414125E-03
+  4.96708610560199666E-03  5.02956435747947510E-03  5.09282848902052870E-03
+  5.15688838537444079E-03  5.22175405603033001E-03  5.28743563638121514E-03
+  5.35394338930766499E-03  5.42128770678136640E-03  5.48947911148895892E-03
+  5.55852825847614335E-03  5.62844593681262936E-03  5.69924307127791293E-03
+  5.77093072406827459E-03  5.84352009652533162E-03  5.91702253088619359E-03
+  5.99144951205578431E-03  6.06681266940134120E-03  6.14312377856950781E-03
+  6.22039476332636974E-03  6.29863769742048264E-03  6.37786480646949407E-03
+  6.45808846987039505E-03  6.53932122273378526E-03  6.62157575784259097E-03
+  6.70486492763524775E-03  6.78920174621400196E-03  6.87459939137835280E-03
+  6.96107120668407620E-03  7.04863070352826360E-03  7.13729156326041621E-03
+  7.22706763932026014E-03  7.31797295940234561E-03  7.41002172764785444E-03
+  7.50322832686413019E-03  7.59760732077190051E-03  7.69317345628099322E-03
+  7.78994166579452529E-03  7.88792706954208681E-03  7.98714497794238663E-03
+  8.08761089399545087E-03  8.18934051570507394E-03  8.29234973853163436E-03
+  8.39665465787573992E-03  8.50227157159328013E-03  8.60921698254187365E-03
+  8.71750760115957805E-03  8.82716034807588465E-03  8.93819235675555844E-03
+  9.05062097617588719E-03  9.16446377353735860E-03  9.27973853700868843E-03
+  9.39646327850622055E-03  9.51465623650825550E-03  9.63433587890497913E-03
+  9.75552090588397390E-03  9.87823025285227557E-03  1.00024830933950152E-02
+  1.01282988422712935E-02  1.02556971584478757E-02  1.03846979481708283E-02
+  1.05153213680760117E-02  1.06475878283385644E-02  1.07815179958619615E-02
+  1.09171327975073999E-02  1.10544534233635097E-02  1.11935013300574777E-02
+  1.13342982441076452E-02  1.14768661653182440E-02  1.16212273702170563E-02
+  1.17674044155360175E-02  1.19154201417358760E-02  1.20652976765750139E-02
+  1.22170604387231308E-02  1.23707321414206258E-02  1.25263367961836441E-02
+  1.26838987165560982E-02  1.28434425219086240E-02  1.30049931412853648E-02
+  1.31685758172993220E-02  1.33342161100763815E-02  1.35019399012493140E-02
+  1.36717733980017495E-02  1.38437431371630365E-02  1.40178759893548471E-02
+  1.41941991631895619E-02  1.43727402095218428E-02  1.45535270257534585E-02
+  1.47365878601921976E-02  1.49219513164659430E-02  1.51096463579918055E-02
+  1.52997023125019428E-02  1.54921488766258698E-02  1.56870161205307883E-02
+  1.58843344926200523E-02  1.60841348242906912E-02  1.62864483347510795E-02
+  1.64913066358987788E-02  1.66987417372601622E-02  1.69087860509918760E-02
+  1.71214723969452184E-02  1.73368340077945209E-02  1.75549045342295769E-02
+  1.77757180502138325E-02  1.79993090583084464E-02  1.82257124950632697E-02
+  1.84549637364759753E-02  1.86870986035193899E-02  1.89221533677388018E-02
+  1.91601647569193748E-02  1.94011699608248427E-02  1.96452066370087081E-02
+  1.98923129166980600E-02  2.01425274107518704E-02  2.03958892156939284E-02
+  2.06524379198216694E-02  2.09122136093921294E-02  2.11752568748852475E-02
+  2.14416088173464588E-02  2.17113110548087136E-02  2.19844057287952484E-02
+  2.22609355109045677E-02  2.25409436094776532E-02  2.28244737763496214E-02
+  2.31115703136859398E-02  2.34022780809045872E-02  2.36966425016857246E-02
+  2.39947095710688965E-02  2.42965258626401635E-02  2.46021385358091774E-02
+  2.49115953431778107E-02  2.52249446380018900E-02  2.55422353817461659E-02
+  2.58635171517349223E-02  2.61888401488984124E-02  2.65182552056167330E-02
+  2.68518137936627835E-02  2.71895680322444891E-02  2.75315706961488382E-02
+  2.78778752239879253E-02  2.82285357265486953E-02  2.85836069952481800E-02
+  2.89431445106944248E-02  2.93072044513557513E-02  2.96758437023386286E-02
+  3.00491198642759139E-02  3.04270912623274513E-02  3.08098169552930810E-02
+  3.11973567448410212E-02  3.15897711848519211E-02  3.19871215908802894E-02
+  3.23894700497355872E-02  3.27968794291829957E-02  3.32094133877669784E-02
+  3.36271363847579358E-02  3.40501136902238918E-02  3.44784113952294954E-02
+  3.49120964221624266E-02  3.53512365351905250E-02  3.57959003508499657E-02
+  3.62461573487664820E-02  3.67020778825121879E-02  3.71637331905979237E-02
+  3.76311954076049004E-02  3.81045375754556492E-02  3.85838336548267671E-02
+  3.90691585367059432E-02  3.95605880540932375E-02  4.00581989938506161E-02
+  4.05620691086999025E-02  4.10722771293715178E-02  4.15889027769068623E-02
+  4.21120267751143168E-02  4.26417308631829514E-02  4.31780978084543229E-02
+  4.37212114193546997E-02  4.42711565584909331E-02  4.48280191559097263E-02
+  4.53918862225249284E-02  4.59628458637129922E-02  4.65409872930793236E-02
+  4.71264008463986583E-02  4.77191779957295559E-02  4.83194113637077094E-02
+  4.89271947380181399E-02  4.95426230860494463E-02  5.01657925697332821E-02
+  5.07968005605691567E-02  5.14357456548395070E-02  5.20827276890153679E-02
+  5.27378477553556504E-02  5.34012082177038119E-02  5.40729127274814855E-02
+  5.47530662398850176E-02  5.54417750302846138E-02  5.61391467108297570E-02
+  5.68452902472645627E-02  5.75603159759530275E-02  5.82843356211201202E-02
+  5.90174623123085121E-02  5.97598106020550690E-02  6.05114964837905611E-02
+  6.12726374099631516E-02  6.20433523103911810E-02  6.28237616108460045E-02
+  6.36139872518683563E-02  6.44141527078225806E-02  6.52243830061889074E-02
+  6.60448047470999916E-02  6.68755461231221177E-02  6.77167369392852186E-02
+  6.85685086333659849E-02  6.94309942964242838E-02  7.03043286935998712E-02
+  7.11886482851692287E-02  7.20840912478674378E-02  7.29907974964794926E-02
+  7.39089087057011457E-02  7.48385683322769363E-02  7.57799216374150236E-02
+  7.67331157094842675E-02  7.76982994869979821E-02  7.86756237818848209E-02
+  7.96652413030543849E-02  8.06673066802578859E-02  8.16819764882489446E-02
+  8.27094092712497148E-02  8.37497655677225533E-02  8.48032079354555934E-02
+  8.58699009769621352E-02  8.69500113651998779E-02  8.80437078696147402E-02
+  8.91511613825104049E-02  9.02725449457515150E-02  9.14080337778014895E-02
+  9.25578053011001656E-02  9.37220391697876354E-02  9.49009172977741816E-02
+  9.60946238871659142E-02  9.73033454570462197E-02  9.85272708726192131E-02
+  9.97665913747215055E-02  1.01021500609702664E-01  1.02292194659683866E-01
+  1.03578872073195966E-01  1.04881733896202145E-01  1.06200983703513344E-01
+  1.07536827630595633E-01  1.08889474405780548E-01  1.10259135382878903E-01
+  1.11646024574204639E-01  1.13050358684015861E-01  1.14472357142374012E-01
+  1.15912242139431479E-01  1.17370238660148715E-01  1.18846574519447981E-01
+  1.20341480397811396E-01  1.21855189877323355E-01  1.23387939478170006E-01
+  1.24939968695595011E-01  1.26511520037320857E-01  1.28102839061442431E-01
+  1.29714174414794353E-01  1.31345777871804181E-01  1.32997904373831716E-01
+  1.34670812069003804E-01  1.36364762352551766E-01  1.38080019907653367E-01
+  1.39816852746791537E-01  1.41575532253631203E-01  1.43356333225422933E-01
+  1.45159533915942079E-01  1.46985416078964731E-01  1.48834265012293882E-01
+  1.50706369602337131E-01  1.52602022369244916E-01  1.54521519512619471E-01
+  1.56465160957794003E-01  1.58433250402699066E-01  1.60426095365314797E-01
+  1.62444007231720478E-01  1.64487301304751310E-01  1.66556296853262703E-01
+  1.68651317162018866E-01  1.70772689582205678E-01  1.72920745582579111E-01
+  1.75095820801260155E-01  1.77298255098176261E-01  1.79528392608167581E-01
+  1.81786581794757596E-01  1.84073175504600423E-01  1.86388531022615905E-01
+                             </PP_RAB> 
+                                  </PP_MESH>
+ <PP_NLCC type="real" size="   969" columns="3">
+  4.83169230153944805E-10  4.83169230099469482E-10  4.83169230043615042E-10
+  4.83169229986346536E-10  4.83169229927628396E-10  4.83169229867423813E-10
+  4.83169229805694943E-10  4.83169229742403632E-10  4.83169229677509969E-10
+  4.83169229610973422E-10  4.83169229542752735E-10  4.83169229472804791E-10
+  4.83169229401086267E-10  4.83169229327552289E-10  4.83169229252156534E-10
+  4.83169229174852370E-10  4.83169229095590993E-10  4.83169229014323290E-10
+  4.83169228930998181E-10  4.83169228845563555E-10  4.83169228757966473E-10
+  4.83169228668151615E-10  4.83169228576063252E-10  4.83169228481643480E-10
+  4.83169228384833467E-10  4.83169228285572827E-10  4.83169228183799316E-10
+  4.83169228079449655E-10  4.83169227972457875E-10  4.83169227862757906E-10
+  4.83169227750280988E-10  4.83169227634956398E-10  4.83169227516712584E-10
+  4.83169227395475203E-10  4.83169227271168879E-10  4.83169227143715442E-10
+  4.83169227013035795E-10  4.83169226879047838E-10  4.83169226741668235E-10
+  4.83169226600810543E-10  4.83169226456387186E-10  4.83169226308307484E-10
+  4.83169226156479207E-10  4.83169226000807745E-10  4.83169225841194974E-10
+  4.83169225677541942E-10  4.83169225509745770E-10  4.83169225337701819E-10
+  4.83169225161302658E-10  4.83169224980437859E-10  4.83169224794994512E-10
+  4.83169224604856606E-10  4.83169224409905335E-10  4.83169224210018897E-10
+  4.83169224005072389E-10  4.83169223794937391E-10  4.83169223579482898E-10
+  4.83169223358574286E-10  4.83169223132073209E-10  4.83169222899838219E-10
+  4.83169222661724354E-10  4.83169222417582306E-10  4.83169222167260082E-10
+  4.83169221910600827E-10  4.83169221647443965E-10  4.83169221377625404E-10
+  4.83169221100976606E-10  4.83169220817324173E-10  4.83169220526490985E-10
+  4.83169220228295373E-10  4.83169219922551014E-10  4.83169219609066622E-10
+  4.83169219287646467E-10  4.83169218958089439E-10  4.83169218620189571E-10
+  4.83169218273735725E-10  4.83169217918511282E-10  4.83169217554294560E-10
+  4.83169217180857358E-10  4.83169216797966723E-10  4.83169216405383185E-10
+  4.83169216002861073E-10  4.83169215590149232E-10  4.83169215166989790E-10
+  4.83169214733117636E-10  4.83169214288262177E-10  4.83169213832145275E-10
+  4.83169213364481345E-10  4.83169212884978599E-10  4.83169212393337288E-10
+  4.83169211889249907E-10  4.83169211372401507E-10  4.83169210842468868E-10
+  4.83169210299121324E-10  4.83169209742018594E-10  4.83169209170812951E-10
+  4.83169208585146950E-10  4.83169207984654874E-10  4.83169207368961183E-10
+  4.83169206737681135E-10  4.83169206090420164E-10  4.83169205426773882E-10
+  4.83169204746326942E-10  4.83169204048654689E-10  4.83169203333320889E-10
+  4.83169202599878142E-10  4.83169201847868188E-10  4.83169201076820879E-10
+  4.83169200286254796E-10  4.83169199475675078E-10  4.83169198644575593E-10
+  4.83169197792436667E-10  4.83169196918725801E-10  4.83169196022896849E-10
+  4.83169195104389913E-10  4.83169194162630724E-10  4.83169193197030948E-10
+  4.83169192206986745E-10  4.83169191191879486E-10  4.83169190151074724E-10
+  4.83169189083921881E-10  4.83169187989753940E-10  4.83169186867886926E-10
+  4.83169185717619802E-10  4.83169184538233543E-10  4.83169183328990923E-10
+  4.83169182089136004E-10  4.83169180817894440E-10  4.83169179514470897E-10
+  4.83169178178051222E-10  4.83169176807799861E-10  4.83169175402860267E-10
+  4.83169173962354595E-10  4.83169172485382356E-10  4.83169170971020312E-10
+  4.83169169418322066E-10  4.83169167826317231E-10  4.83169166194010295E-10
+  4.83169164520381552E-10  4.83169162804384515E-10  4.83169161044947157E-10
+  4.83169159240969018E-10  4.83169157391323168E-10  4.83169155494853416E-10
+  4.83169153550374100E-10  4.83169151556669990E-10  4.83169149512495352E-10
+  4.83169147416571881E-10  4.83169145267590151E-10  4.83169143064206406E-10
+  4.83169140805044011E-10  4.83169138488690348E-10  4.83169136113698162E-10
+  4.83169133678582767E-10  4.83169131181821943E-10  4.83169128621855525E-10
+  4.83169125997083229E-10  4.83169123305864341E-10  4.83169120546517203E-10
+  4.83169117717316420E-10  4.83169114816494515E-10  4.83169111842237789E-10
+  4.83169108792687361E-10  4.83169105665937408E-10  4.83169102460033198E-10
+  4.83169099172971402E-10  4.83169095802697099E-10  4.83169092347103871E-10
+  4.83169088804031847E-10  4.83169085171266666E-10  4.83169081446537611E-10
+  4.83169077627516584E-10  4.83169073711816549E-10  4.83169069696989980E-10
+  4.83169065580527936E-10  4.83169061359856955E-10  4.83169057032339262E-10
+  4.83169052595269974E-10  4.83169048045875660E-10  4.83169043381313092E-10
+  4.83169038598666460E-10  4.83169033694946539E-10  4.83169028667088418E-10
+  4.83169023511949638E-10  4.83169018226307710E-10  4.83169012806859184E-10
+  4.83169007250216758E-10  4.83169001552907305E-10  4.83168995711369813E-10
+  4.83168989721953004E-10  4.83168983580913678E-10  4.83168977284412994E-10
+  4.83168970828515744E-10  4.83168964209186733E-10  4.83168957422288921E-10
+  4.83168950463579595E-10  4.83168943328709957E-10  4.83168936013220366E-10
+  4.83168928512538167E-10  4.83168920821975314E-10  4.83168912936725061E-10
+  4.83168904851858962E-10  4.83168896562323565E-10  4.83168888062937512E-10
+  4.83168879348388547E-10  4.83168870413229996E-10  4.83168861251876735E-10
+  4.83168851858602813E-10  4.83168842227537315E-10  4.83168832352660229E-10
+  4.83168822227799339E-10  4.83168811846626610E-10  4.83168801202653431E-10
+  4.83168790289226994E-10  4.83168779099525644E-10  4.83168767626556087E-10
+  4.83168755863147081E-10  4.83168743801945919E-10  4.83168731435414298E-10
+  4.83168718755822527E-10  4.83168705755245593E-10  4.83168692425557689E-10
+  4.83168678758427244E-10  4.83168664745311964E-10  4.83168650377453247E-10
+  4.83168635645870601E-10  4.83168620541356367E-10  4.83168605054469934E-10
+  4.83168589175531116E-10  4.83168572894615607E-10  4.83168556201546812E-10
+  4.83168539085891398E-10  4.83168521536951438E-10  4.83168503543758103E-10
+  4.83168485095065666E-10  4.83168466179342299E-10  4.83168446784765523E-10
+  4.83168426899213316E-10  4.83168406510256463E-10  4.83168385605150798E-10
+  4.83168364170830694E-10  4.83168342193898305E-10  4.83168319660618196E-10
+  4.83168296556905547E-10  4.83168272868320371E-10  4.83168248580056444E-10
+  4.83168223676932830E-10  4.83168198143384163E-10  4.83168171963451337E-10
+  4.83168145120771270E-10  4.83168117598566260E-10  4.83168089379634154E-10
+  4.83168060446337083E-10  4.83168030780591329E-10  4.83168000363854294E-10
+  4.83167969177114783E-10  4.83167937200880491E-10  4.83167904415165079E-10
+  4.83167870799476287E-10  4.83167836332803830E-10  4.83167800993604512E-10
+  4.83167764759790336E-10  4.83167727608714339E-10  4.83167689517156008E-10
+  4.83167650461306399E-10  4.83167610416755307E-10  4.83167569358473074E-10
+  4.83167527260797456E-10  4.83167484097415838E-10  4.83167439841350344E-10
+  4.83167394464939021E-10  4.83167347939820741E-10  4.83167300236915865E-10
+  4.83167251326408358E-10  4.83167201177728418E-10  4.83167149759530964E-10
+  4.83167097039678893E-10  4.83167042985220121E-10  4.83166987562369386E-10
+  4.83166930736485812E-10  4.83166872472051917E-10  4.83166812732650249E-10
+  4.83166751480942391E-10  4.83166688678643943E-10  4.83166624286502187E-10
+  4.83166558264270028E-10  4.83166490570681909E-10  4.83166421163427230E-10
+  4.83166349999124917E-10  4.83166277033294989E-10  4.83166202220332186E-10
+  4.83166125513476194E-10  4.83166046864783315E-10  4.83165966225095860E-10
+  4.83165883544011956E-10  4.83165798769853805E-10  4.83165711849635732E-10
+  4.83165622729029445E-10  4.83165531352333326E-10  4.83165437662433654E-10
+  4.83165341600772867E-10  4.83165243107309234E-10  4.83165142120482214E-10
+  4.83165038577172344E-10  4.83164932412662874E-10  4.83164823560598203E-10
+  4.83164711952943034E-10  4.83164597519940090E-10  4.83164480190066062E-10
+  4.83164359889986838E-10  4.83164236544512529E-10  4.83164110076548764E-10
+  4.83163980407050680E-10  4.83163847454971638E-10  4.83163711137213798E-10
+  4.83163571368575385E-10  4.83163428061698475E-10  4.83163281127012539E-10
+  4.83163130472680780E-10  4.83162976004540783E-10  4.83162817626047026E-10
+  4.83162655238209666E-10  4.83162488739533024E-10  4.83162318025952193E-10
+  4.83162142990767906E-10  4.83161963524579841E-10  4.83161779515218480E-10
+  4.83161590847674389E-10  4.83161397404026975E-10  4.83161199063370865E-10
+  4.83160995701739294E-10  4.83160787192028309E-10  4.83160573403915812E-10
+  4.83160354203780493E-10  4.83160129454619323E-10  4.83159899015960594E-10
+  4.83159662743776548E-10  4.83159420490394042E-10  4.83159172104400975E-10
+  4.83158917430553329E-10  4.83158656309676532E-10  4.83158388578566609E-10
+  4.83158114069888747E-10  4.83157832612071833E-10  4.83157544029201847E-10
+  4.83157248140911539E-10  4.83156944762267829E-10  4.83156633703656520E-10
+  4.83156314770663284E-10  4.83155987763952586E-10  4.83155652479142883E-10
+  4.83155308706679029E-10  4.83154956231701275E-10  4.83154594833910951E-10
+  4.83154224287432948E-10  4.83153844360674376E-10  4.83153454816179495E-10
+  4.83153055410482478E-10  4.83152645893954175E-10  4.83152226010646292E-10
+  4.83151795498132161E-10  4.83151354087341820E-10  4.83150901502393990E-10
+  4.83150437460424749E-10  4.83149961671409168E-10  4.83149473837981710E-10
+  4.83148973655248565E-10  4.83148460810599050E-10  4.83147934983509260E-10
+  4.83147395845341371E-10  4.83146843059139330E-10  4.83146276279417400E-10
+  4.83145695151944997E-10  4.83145099313524589E-10  4.83144488391765667E-10
+  4.83143862004851690E-10  4.83143219761299892E-10  4.83142561259720570E-10
+  4.83141886088561900E-10  4.83141193825855168E-10  4.83140484038952032E-10
+  4.83139756284250730E-10  4.83139010106922693E-10  4.83138245040626136E-10
+  4.83137460607215509E-10  4.83136656316441853E-10  4.83135831665648190E-10
+  4.83134986139453332E-10  4.83134119209432279E-10  4.83133230333783488E-10
+  4.83132318956992519E-10  4.83131384509484412E-10  4.83130426407266449E-10
+  4.83129444051565126E-10  4.83128436828451749E-10  4.83127404108457896E-10
+  4.83126345246183342E-10  4.83125259579891349E-10  4.83124146431097672E-10
+  4.83123005104144654E-10  4.83121834885766759E-10  4.83120635044646575E-10
+  4.83119404830956252E-10  4.83118143475890450E-10  4.83116850191184923E-10
+  4.83115524168624964E-10  4.83114164579540417E-10  4.83112770574287856E-10
+  4.83111341281720053E-10  4.83109875808641904E-10  4.83108373239252076E-10
+  4.83106832634572052E-10  4.83105253031858828E-10  4.83103633444003244E-10
+  4.83101972858915079E-10  4.83100270238889016E-10  4.83098524519958513E-10
+  4.83096734611229403E-10  4.83094899394200469E-10  4.83093017722063753E-10
+  4.83091088418988736E-10  4.83089110279388419E-10  4.83087082067165868E-10
+  4.83085002514943176E-10  4.83082870323269437E-10  4.83080684159810010E-10
+  4.83078442658513541E-10  4.83076144418760700E-10  4.83073788004488497E-10
+  4.83071371943293624E-10  4.83068894725514493E-10  4.83066354803287314E-10
+  4.83063750589581089E-10  4.83061080457205821E-10  4.83058342737797566E-10
+  4.83055535720776491E-10  4.83052657652280023E-10  4.83049706734067037E-10
+  4.83046681122396408E-10  4.83043578926875474E-10  4.83040398209281403E-10
+  4.83037136982350617E-10  4.83033793208538847E-10  4.83030364798750378E-10
+  4.83026849611033170E-10  4.83023245449243996E-10  4.83019550061676359E-10
+  4.83015761139657587E-10  4.83011876316106546E-10  4.83007893164058776E-10
+  4.83003809195150784E-10  4.82999621858069702E-10  4.82995328536959516E-10
+  4.82990926549791833E-10  4.82986413146691765E-10  4.82981785508223192E-10
+  4.82977040743630892E-10  4.82972175889037084E-10  4.82967187905594335E-10
+  4.82962073677589761E-10  4.82956830010503434E-10  4.82951453629016109E-10
+  4.82945941174967233E-10  4.82940289205262795E-10  4.82934494189727757E-10
+  4.82928552508906688E-10  4.82922460451807831E-10  4.82916214213590413E-10
+  4.82909809893193428E-10  4.82903243490906205E-10  4.82896510905874772E-10
+  4.82889607933548037E-10  4.82882530263058832E-10  4.82875273474537642E-10
+  4.82867833036361611E-10  4.82860204302330961E-10  4.82852382508775618E-10
+  4.82844362771590283E-10  4.82836140083192893E-10  4.82827709309407183E-10
+  4.82819065186267390E-10  4.82810202316741478E-10  4.82801115167372378E-10
+  4.82791798064834531E-10  4.82782245192405347E-10  4.82772450586344221E-10
+  4.82762408132184899E-10  4.82752111560931488E-10  4.82741554445158812E-10
+  4.82730730195018057E-10  4.82719632054138204E-10  4.82708253095425390E-10
+  4.82696586216758367E-10  4.82684624136574564E-10  4.82672359389344580E-10
+  4.82659784320935113E-10  4.82646891083852569E-10  4.82633671632371589E-10
+  4.82620117717535153E-10  4.82606220882036094E-10  4.82591972454964496E-10
+  4.82577363546427408E-10  4.82562385042030300E-10  4.82547027597223601E-10
+  4.82531281631504883E-10  4.82515137322476706E-10  4.82498584599756193E-10
+  4.82481613138730847E-10  4.82464212354159171E-10  4.82446371393611443E-10
+  4.82428079130744521E-10  4.82409324158409471E-10  4.82390094781588786E-10
+  4.82370379010153386E-10  4.82350164551441569E-10  4.82329438802651323E-10
+  4.82308188843042499E-10  4.82286401425945211E-10  4.82264062970568988E-10
+  4.82241159553605137E-10  4.82217676900623645E-10  4.82193600377252651E-10
+  4.82168914980138593E-10  4.82143605327682929E-10  4.82117655650546928E-10
+  4.82091049781919167E-10  4.82063771147543559E-10  4.82035802755498398E-10
+  4.82007127185718566E-10  4.81977726579264106E-10  4.81947582627315825E-10
+  4.81916676559899475E-10  4.81884989134335423E-10  4.81852500623393932E-10
+  4.81819190803162397E-10  4.81785038940613017E-10  4.81750023780856880E-10
+  4.81714123534090015E-10  4.81677315862213332E-10  4.81639577865119831E-10
+  4.81600886066649177E-10  4.81561216400191757E-10  4.81520544193936849E-10
+  4.81478844155763026E-10  4.81436090357751374E-10  4.81392256220317166E-10
+  4.81347314495960109E-10  4.81301237252604924E-10  4.81253995856535887E-10
+  4.81205560954924086E-10  4.81155902457907382E-10  4.81104989520246020E-10
+  4.81052790522529919E-10  4.80999273051915904E-10  4.80944403882404106E-10
+  4.80888148954636760E-10  4.80830473355188606E-10  4.80771341295372448E-10
+  4.80710716089522565E-10  4.80648560132739106E-10  4.80584834878115081E-10
+  4.80519500813397154E-10  4.80452517437075261E-10  4.80383843233919260E-10
+  4.80313435649900471E-10  4.80241251066513094E-10  4.80167244774498403E-10
+  4.80091370946909160E-10  4.80013582611536066E-10  4.79933831622696769E-10
+  4.79852068632309663E-10  4.79768243060301404E-10  4.79682303064320307E-10
+  4.79594195508687713E-10  4.79503865932648209E-10  4.79411258517864531E-10
+  4.79316316055103074E-10  4.79218979910184761E-10  4.79119189989104590E-10
+  4.79016884702310359E-10  4.78912000928190812E-10  4.78804473975672283E-10
+  4.78694237545922312E-10  4.78581223693223990E-10  4.78465362784874151E-10
+  4.78346583460156031E-10  4.78224812588424586E-10  4.78099975226133835E-10
+  4.77971994572910054E-10  4.77840791926665339E-10  4.77706286637577205E-10
+  4.77568396061084461E-10  4.77427035509839078E-10  4.77282118204455654E-10
+  4.77133555223245192E-10  4.76981255450806349E-10  4.76825125525358737E-10
+  4.76665069785022613E-10  4.76500990212846314E-10  4.76332786380528302E-10
+  4.76160355391050324E-10  4.75983591819925779E-10  4.75802387655122925E-10
+  4.75616632235840388E-10  4.75426212189770371E-10  4.75231011369025245E-10
+  4.75030910784844354E-10  4.74825788540661561E-10  4.74615519763842685E-10
+  4.74399976536103274E-10  4.74179027822177719E-10  4.73952539397174288E-10
+  4.73720373772480938E-10  4.73482390119841513E-10  4.73238444194139050E-10
+  4.72988388254567741E-10  4.72732070983933198E-10  4.72469337406678640E-10
+  4.72200028805109494E-10  4.71923982633750419E-10  4.71641032432435717E-10
+  4.71351007737385452E-10  4.71053733990474590E-10  4.70749032447217020E-10
+  4.70436720082518659E-10  4.70116609494736700E-10  4.69788508808399559E-10
+  4.69452221574495005E-10  4.69107546669237727E-10  4.68754278191372278E-10
+  4.68392205356913413E-10  4.68021112392569345E-10  4.67640778427508884E-10
+  4.67250977382523164E-10  4.66851477858101698E-10  4.66442043020583993E-10
+  4.66022430485785574E-10  4.65592392201771714E-10  4.65151674329378578E-10
+  4.64700017120429599E-10  4.64237154795312125E-10  4.63762815417937799E-10
+  4.63276720768775143E-10  4.62778586217406253E-10  4.62268120592107202E-10
+  4.61745026048044556E-10  4.61208997935066948E-10  4.60659724662235122E-10
+  4.60096887561675914E-10  4.59520160751948092E-10  4.58929210998049639E-10
+  4.58323697571578477E-10  4.57703272110140606E-10  4.57067578473585137E-10
+  4.56416252601298623E-10  4.55748922368305361E-10  4.55065207438735916E-10
+  4.54364719121283094E-10  4.53647060222888276E-10  4.52911824900737554E-10
+  4.52158598517148922E-10  4.51386957492037582E-10  4.50596469155086617E-10
+  4.49786691601594231E-10  4.48957173545299183E-10  4.48107454172784596E-10
+  4.47237063002105552E-10  4.46345519738045355E-10  4.45432334131293102E-10
+  4.44497005841991035E-10  4.43539024300125327E-10  4.42557868572525311E-10
+  4.41553007233921534E-10  4.40523898235882296E-10  4.39469988785251294E-10
+  4.38390715225929137E-10  4.37285502920536111E-10  4.36153766144589210E-10
+  4.34994907982967503E-10  4.33808320229405656E-10  4.32593383301460543E-10
+  4.31349466156570043E-10  4.30075926215553823E-10  4.28772109304256370E-10
+  4.27437349595291346E-10  4.26070969562980823E-10  4.24672279958475291E-10
+  4.23240579784764221E-10  4.21775156291926965E-10  4.20275284993546654E-10
+  4.18740229684441437E-10  4.17169242486614309E-10  4.15561563916198754E-10
+  4.13916422955412548E-10  4.12233037161333562E-10  4.10510612794450553E-10
+  4.08748344958636347E-10  4.06945417786880229E-10  4.05101004644763778E-10
+  4.03214268354931056E-10  4.01284361476142492E-10  3.99310426597774544E-10
+  3.97291596668385454E-10  3.95226995386919152E-10  3.93115737607775036E-10
+  3.90956929796691295E-10  3.88749670555621514E-10  3.86493051162217419E-10
+  3.84186156180385626E-10  3.81828064143381040E-10  3.79417848256881112E-10
+  3.76954577195921373E-10  3.74437315974907919E-10  3.71865126849271733E-10
+  3.69237070335481487E-10  3.66552206301970384E-10  3.63809595110871891E-10
+  3.61008298903537360E-10  3.58147382952805824E-10  3.55225917093912257E-10
+  3.52242977324305487E-10  3.49197647465595292E-10  3.46089020941539282E-10
+  3.42916202747968978E-10  3.39678311482502230E-10  3.36374481537725914E-10
+  3.33003865504678184E-10  3.29565636640542475E-10  3.26058991556713285E-10
+  3.22483153127923235E-10  3.18837373483057150E-10  3.15120937279938144E-10
+  3.11333165204074644E-10  3.07473417583842818E-10  3.03541098357880125E-10
+  2.99535659262299840E-10  2.95456604189672732E-10  2.91303493970915896E-10
+  2.87075951367872707E-10  2.82773666316658988E-10  2.78396401663701521E-10
+  2.73943999102687365E-10  2.69416385467341445E-10  2.64813579580808867E-10
+  2.60135699303178210E-10  2.55382969067092260E-10  2.50555728020923044E-10
+  2.45654438386846487E-10  2.40679694464605721E-10  2.35632232273211127E-10
+  2.30512939460748349E-10  2.25322866035135987E-10  2.20063235742458784E-10
+  2.14735457813931823E-10  2.09341139721464025E-10  2.03882100572007254E-10
+  1.98360385027298107E-10  1.92778278426196933E-10  1.87138322524489028E-10
+  1.81443331981297918E-10  1.75696412239143985E-10  1.69900977999824778E-10
+  1.64060772738889040E-10  1.58179889788148852E-10  1.52262794013473321E-10
+  1.46314344896660976E-10  1.40339821323591476E-10  1.34344947023116949E-10
+  1.28335917842928562E-10  1.22319430814170475E-10  1.16302714023451997E-10
+  1.10293558801217959E-10  1.04300353726330941E-10  9.83321197241090226E-11
+  9.23985479928348589E-11  8.65100397255703635E-11  8.06777473648039671E-11
+  7.49136192137363018E-11  6.92304457904511386E-11  6.36419083295048273E-11
+  5.81626311586605854E-11  5.28082357689436129E-11  4.75953978384041234E-11
+  4.25419086020575916E-11  3.76667379281960844E-11  3.29901013529277114E-11
+  2.85335318306914030E-11  2.43199533641929462E-11  2.03737597765214466E-11
+  1.67208984076125947E-11  1.33889561707994970E-11  1.04072522818971618E-11
+  7.80693373576783964E-12  5.62107798777643965E-12  3.88486300119128527E-12
+  2.62612494003648810E-12  1.76609873913664732E-12  1.18207595778611402E-12
+  7.87406761865565116E-13  5.21948268086386299E-13  3.44281236298982350E-13
+  2.25967624437557283E-13  1.47560006062610303E-13  9.58679591077668508E-14
+  6.19645381583255816E-14  3.98396523720151625E-14  2.54796220492049253E-14
+  1.62086888668902556E-14  1.02545621550185449E-14  6.45225529572921563E-15
+  4.03729152603725930E-15  2.51185157044950172E-15  1.55396026007570487E-15
+  9.55807684133111943E-16  5.84436013669327351E-16  3.55270002894116784E-16
+  2.14663956290626829E-16  1.28915741740548110E-16  7.69513314039714541E-17
+  4.56450770831906960E-17  2.69047063983289585E-17  1.57589773745625512E-17
+  9.17021355616803149E-18  5.30148071070551214E-18  3.04490989526066463E-18
+  1.73694105453704857E-18  9.84170661142467047E-19  5.53859129740054885E-19
+  3.09487911365372633E-19  1.71738789489732354E-19  9.46257972383069872E-20
+  5.17547289354942210E-20  2.81042990305421017E-20  1.51486152127750270E-20
+  8.10325136041574522E-21  4.30253737405630711E-21  2.26681776720199476E-21
+  1.18491080086369435E-21  6.14643180317048195E-22  3.16246425083290573E-22
+  1.61398957789490261E-22  8.17189905983895691E-23  4.10243308741376500E-23
+  2.04235926838444985E-23  1.00840131937142634E-23  4.93470018453729555E-24
+  2.39420819826829149E-24  1.15164037655724391E-24  5.48824410036914637E-25
+  2.59253555132550266E-25  1.21363969666228336E-25  5.62679822698006023E-26
+  2.58527057718464680E-26  1.17657347473742061E-26  5.30147432013707343E-27
+  2.36668159030653752E-27  1.04597292481187814E-27  4.57551487360137793E-28
+  1.98246914307115146E-28  8.49878050482365883E-29  3.60527548988307668E-29
+  1.51436049895118040E-29  6.28977810289999544E-30  2.58454367955890087E-30
+  1.05116672393757528E-30  4.22481308865787709E-31  1.67961737062806415E-31
+  6.60599075781850471E-32  2.56605069369055735E-32  9.85807051640625682E-33
+  3.74434502770544164E-33  1.40391144590528543E-33  5.20522660761089885E-34
+  1.90664503356073728E-34  6.89126737106361911E-35  2.46262492198464365E-35
+  8.68638200214938824E-36  3.02236037048841410E-36  1.03954202518007773E-36
+  3.52560975847273069E-37  1.17927834193592740E-37  3.89824684556117579E-38
+  1.26921946209425380E-38  4.07543716590756888E-39  1.29269493016137301E-39
+  4.03417477740892675E-40  1.24168521614391932E-40  3.77279839024141842E-41
+  1.12673435502083286E-41  3.31927433574835512E-42  9.64371397582573055E-43
+  2.75164950849124243E-43  7.74645405218634436E-44  2.14797549375539934E-44
+  5.84582037806613369E-45  1.57013855480883673E-45  4.14691453096108646E-46
+  1.07466270893730763E-46  2.74916396942583825E-47  6.90161278360632597E-48
+  1.70012824381977481E-48  4.13463670280175785E-49  9.84542513959556028E-50
+  2.30141100093410118E-50  5.30975311865435672E-51  1.19677431989461458E-51
+  2.64995159771370522E-52  5.78689184045436817E-53  1.23203684721484806E-53
+  2.57955215901159684E-54  5.31868814904944317E-55  1.06735828320993582E-55
+  2.10931135940476594E-56  4.09543139545216030E-57  7.73058951209366402E-58
+  1.43926158700266443E-58  2.62402302634514986E-59  4.64909766500319508E-60
+  8.13808823119283618E-61  1.38909083306182833E-61  2.30521210243305943E-62
+  3.78538922732462820E-63  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+                             </PP_NLCC> 
+ <PP_LOCAL type="real" size="   969" columns="3">
+ -3.04733247536451657E+01 -3.04733247516876169E+01 -3.04733247496806001E+01
+ -3.04733247476348410E+01 -3.04733247455313396E+01 -3.04733247433830350E+01
+ -3.04733247411816883E+01 -3.04733247389059301E+01 -3.04733247366006239E+01
+ -3.04733247342172611E+01 -3.04733247317837979E+01 -3.04733247292681781E+01
+ -3.04733247266931002E+01 -3.04733247240778518E+01 -3.04733247213633121E+01
+ -3.04733247185820453E+01 -3.04733247157506604E+01 -3.04733247128327207E+01
+ -3.04733247098622542E+01 -3.04733247067669737E+01 -3.04733247036523451E+01
+ -3.04733247004391750E+01 -3.04733246971462570E+01 -3.04733246937729128E+01
+ -3.04733246903051089E+01 -3.04733246867585343E+01 -3.04733246830951252E+01
+ -3.04733246793508386E+01 -3.04733246755210594E+01 -3.04733246715760089E+01
+ -3.04733246675564970E+01 -3.04733246634130310E+01 -3.04733246591894869E+01
+ -3.04733246548492041E+01 -3.04733246503954263E+01 -3.04733246458473666E+01
+ -3.04733246411627761E+01 -3.04733246363414487E+01 -3.04733246314448927E+01
+ -3.04733246263982629E+01 -3.04733246212109137E+01 -3.04733246159165034E+01
+ -3.04733246104734867E+01 -3.04733246048851001E+01 -3.04733245991589250E+01
+ -3.04733245932950965E+01 -3.04733245872850205E+01 -3.04733245811219398E+01
+ -3.04733245748060675E+01 -3.04733245683332150E+01 -3.04733245616744668E+01
+ -3.04733245548565854E+01 -3.04733245478687884E+01 -3.04733245406987336E+01
+ -3.04733245333623124E+01 -3.04733245258295256E+01 -3.04733245181138059E+01
+ -3.04733245101929384E+01 -3.04733245020806791E+01 -3.04733244937552996E+01
+ -3.04733244852155423E+01 -3.04733244764719018E+01 -3.04733244674933523E+01
+ -3.04733244582937779E+01 -3.04733244488635613E+01 -3.04733244391765545E+01
+ -3.04733244292650411E+01 -3.04733244190882147E+01 -3.04733244086831370E+01
+ -3.04733243979924211E+01 -3.04733243870289243E+01 -3.04733243757987857E+01
+ -3.04733243642780209E+01 -3.04733243524643527E+01 -3.04733243403509952E+01
+ -3.04733243279273402E+01 -3.04733243151957041E+01 -3.04733243021435065E+01
+ -3.04733242887571549E+01 -3.04733242750426250E+01 -3.04733242609612063E+01
+ -3.04733242465416332E+01 -3.04733242317557966E+01 -3.04733242165960299E+01
+ -3.04733242010401462E+01 -3.04733241850981855E+01 -3.04733241687470837E+01
+ -3.04733241519807301E+01 -3.04733241347969681E+01 -3.04733241171762828E+01
+ -3.04733240991093659E+01 -3.04733240805904906E+01 -3.04733240616002306E+01
+ -3.04733240421305105E+01 -3.04733240221662669E+01 -3.04733240016850004E+01
+ -3.04733239807023004E+01 -3.04733239591820464E+01 -3.04733239371186571E+01
+ -3.04733239144893489E+01 -3.04733238912930986E+01 -3.04733238674996549E+01
+ -3.04733238431139739E+01 -3.04733238181127248E+01 -3.04733237924656422E+01
+ -3.04733237661828973E+01 -3.04733237392273608E+01 -3.04733237115886624E+01
+ -3.04733236832470773E+01 -3.04733236541963883E+01 -3.04733236244118899E+01
+ -3.04733235938654943E+01 -3.04733235625523378E+01 -3.04733235304429435E+01
+ -3.04733234975195160E+01 -3.04733234637691055E+01 -3.04733234291640755E+01
+ -3.04733233936762993E+01 -3.04733233572972075E+01 -3.04733233199865516E+01
+ -3.04733232817427186E+01 -3.04733232425297196E+01 -3.04733232023210192E+01
+ -3.04733231610844619E+01 -3.04733231188175786E+01 -3.04733230754725923E+01
+ -3.04733230310353918E+01 -3.04733229854774699E+01 -3.04733229387653104E+01
+ -3.04733228908659903E+01 -3.04733228417571809E+01 -3.04733227913986617E+01
+ -3.04733227397689141E+01 -3.04733226868339280E+01 -3.04733226325599773E+01
+ -3.04733225769061846E+01 -3.04733225198475601E+01 -3.04733224613406115E+01
+ -3.04733224013587147E+01 -3.04733223398523769E+01 -3.04733222767923841E+01
+ -3.04733222121360861E+01 -3.04733221458374040E+01 -3.04733220778650669E+01
+ -3.04733220081717633E+01 -3.04733219367131802E+01 -3.04733218634472678E+01
+ -3.04733217883285548E+01 -3.04733217113052710E+01 -3.04733216323345033E+01
+ -3.04733215513591809E+01 -3.04733214683384865E+01 -3.04733213832142447E+01
+ -3.04733212959405222E+01 -3.04733212064501942E+01 -3.04733211147005285E+01
+ -3.04733210206287168E+01 -3.04733209241672114E+01 -3.04733208252691519E+01
+ -3.04733207238643473E+01 -3.04733206198959756E+01 -3.04733205132936078E+01
+ -3.04733204039935721E+01 -3.04733202919213291E+01 -3.04733201770195024E+01
+ -3.04733200592047559E+01 -3.04733199384055915E+01 -3.04733198145548165E+01
+ -3.04733196875667467E+01 -3.04733195573606928E+01 -3.04733194238622005E+01
+ -3.04733192869825515E+01 -3.04733191466382856E+01 -3.04733190027413379E+01
+ -3.04733188552044112E+01 -3.04733187039258624E+01 -3.04733185488240998E+01
+ -3.04733183897939526E+01 -3.04733182267358060E+01 -3.04733180595482551E+01
+ -3.04733178881291380E+01 -3.04733177123732588E+01 -3.04733175321665222E+01
+ -3.04733173473996644E+01 -3.04733171579564193E+01 -3.04733169637135433E+01
+ -3.04733167645563121E+01 -3.04733165603535170E+01 -3.04733163509839855E+01
+ -3.04733161363136276E+01 -3.04733159162066336E+01 -3.04733156905318658E+01
+ -3.04733154591414497E+01 -3.04733152218958026E+01 -3.04733149786426942E+01
+ -3.04733147292328361E+01 -3.04733144735089070E+01 -3.04733142113127080E+01
+ -3.04733139424770165E+01 -3.04733136668358178E+01 -3.04733133842150288E+01
+ -3.04733130944422577E+01 -3.04733127973341524E+01 -3.04733124927004262E+01
+ -3.04733121803586364E+01 -3.04733118601075859E+01 -3.04733115317523016E+01
+ -3.04733111950825375E+01 -3.04733108498881720E+01 -3.04733104959571257E+01
+ -3.04733101330657874E+01 -3.04733097609865951E+01 -3.04733093794890131E+01
+ -3.04733089883349919E+01 -3.04733085872783960E+01 -3.04733081760677926E+01
+ -3.04733077544500119E+01 -3.04733073221558293E+01 -3.04733068789197858E+01
+ -3.04733064244653775E+01 -3.04733059585042625E+01 -3.04733054807454522E+01
+ -3.04733049908960467E+01 -3.04733044886426505E+01 -3.04733039736757512E+01
+ -3.04733034456727196E+01 -3.04733029043031145E+01 -3.04733023492268664E+01
+ -3.04733017801015968E+01 -3.04733011965678493E+01 -3.04733005982595522E+01
+ -3.04732999848059016E+01 -3.04732993558229310E+01 -3.04732987109162572E+01
+ -3.04732980496846544E+01 -3.04732973717147786E+01 -3.04732966765781192E+01
+ -3.04732959638482619E+01 -3.04732952330754472E+01 -3.04732944837999788E+01
+ -3.04732937155592580E+01 -3.04732929278705882E+01 -3.04732921202383871E+01
+ -3.04732912921620311E+01 -3.04732904431254887E+01 -3.04732895725911668E+01
+ -3.04732886800215717E+01 -3.04732877648576164E+01 -3.04732868265223900E+01
+ -3.04732858644365692E+01 -3.04732848779951055E+01 -3.04732838665789956E+01
+ -3.04732828295577853E+01 -3.04732817662892046E+01 -3.04732806760983905E+01
+ -3.04732795583111873E+01 -3.04732784122292024E+01 -3.04732772371308904E+01
+ -3.04732760322837670E+01 -3.04732747969397764E+01 -3.04732735303196378E+01
+ -3.04732722316324605E+01 -3.04732709000748372E+01 -3.04732695348037730E+01
+ -3.04732681349692704E+01 -3.04732666997029789E+01 -3.04732652280993115E+01
+ -3.04732637192394371E+01 -3.04732621721879084E+01 -3.04732605859698253E+01
+ -3.04732589595912486E+01 -3.04732572920480962E+01 -3.04732555822880258E+01
+ -3.04732538292398907E+01 -3.04732520318186815E+01 -3.04732501888949372E+01
+ -3.04732482993096490E+01 -3.04732463618971430E+01 -3.04732443754378473E+01
+ -3.04732423386834057E+01 -3.04732402503739941E+01 -3.04732381092002669E+01
+ -3.04732359138124842E+01 -3.04732336628554279E+01 -3.04732313549169334E+01
+ -3.04732289885431200E+01 -3.04732265622676337E+01 -3.04732240745761835E+01
+ -3.04732215238963562E+01 -3.04732189086497947E+01 -3.04732162272041478E+01
+ -3.04732134778649097E+01 -3.04732106589289913E+01 -3.04732077686385985E+01
+ -3.04732048051671036E+01 -3.04732017666759312E+01 -3.04731986512743482E+01
+ -3.04731954569931673E+01 -3.04731921818476081E+01 -3.04731888238014506E+01
+ -3.04731853807338524E+01 -3.04731818505000511E+01 -3.04731782309108326E+01
+ -3.04731745196789667E+01 -3.04731707144897364E+01 -3.04731668129864239E+01
+ -3.04731628127045120E+01 -3.04731587111457856E+01 -3.04731545057702107E+01
+ -3.04731501939249867E+01 -3.04731457729118880E+01 -3.04731412399956483E+01
+ -3.04731365923198290E+01 -3.04731318269718017E+01 -3.04731269410038834E+01
+ -3.04731219313409163E+01 -3.04731167948379102E+01 -3.04731115283194285E+01
+ -3.04731061284752087E+01 -3.04731005919092119E+01 -3.04730949151995922E+01
+ -3.04730890947831270E+01 -3.04730831269943678E+01 -3.04730770081444611E+01
+ -3.04730707343975311E+01 -3.04730643017993010E+01 -3.04730577063693353E+01
+ -3.04730509439830257E+01 -3.04730440103712432E+01 -3.04730369012422848E+01
+ -3.04730296121559725E+01 -3.04730221385082949E+01 -3.04730144756674797E+01
+ -3.04730066188561075E+01 -3.04729985631095452E+01 -3.04729903034287553E+01
+ -3.04729818346720833E+01 -3.04729731514872704E+01 -3.04729642484768526E+01
+ -3.04729551201095994E+01 -3.04729457606145786E+01 -3.04729361641662955E+01
+ -3.04729263248096487E+01 -3.04729162363267854E+01 -3.04729058924273559E+01
+ -3.04728952867008900E+01 -3.04728844124483125E+01 -3.04728732628773820E+01
+ -3.04728618310858188E+01 -3.04728501098581148E+01 -3.04728380918606234E+01
+ -3.04728257696581188E+01 -3.04728131354821059E+01 -3.04728001814131098E+01
+ -3.04727868994419069E+01 -3.04727732812041197E+01 -3.04727593181503593E+01
+ -3.04727450016482138E+01 -3.04727303226959201E+01 -3.04727152720629313E+01
+ -3.04726998404443599E+01 -3.04726840181525027E+01 -3.04726677952235043E+01
+ -3.04726511616247357E+01 -3.04726341069309434E+01 -3.04726166203885533E+01
+ -3.04725986911782130E+01 -3.04725803080811168E+01 -3.04725614594941838E+01
+ -3.04725421337458258E+01 -3.04725223187641348E+01 -3.04725020020321686E+01
+ -3.04724811709561152E+01 -3.04724598125456616E+01 -3.04724379133021763E+01
+ -3.04724154596321561E+01 -3.04723924375578790E+01 -3.04723688325243565E+01
+ -3.04723446298582630E+01 -3.04723198145157603E+01 -3.04722943708086831E+01
+ -3.04722682828943121E+01 -3.04722415345804372E+01 -3.04722141089606708E+01
+ -3.04721859889294748E+01 -3.04721571570548342E+01 -3.04721275951222133E+01
+ -3.04720972846612206E+01 -3.04720662069003296E+01 -3.04720343422217042E+01
+ -3.04720016706804806E+01 -3.04719681720586557E+01 -3.04719338252305860E+01
+ -3.04718986086606058E+01 -3.04718625005652832E+01 -3.04718254782021134E+01
+ -3.04717875183180738E+01 -3.04717485974373368E+01 -3.04717086910804902E+01
+ -3.04716677741427802E+01 -3.04716258213182272E+01 -3.04715828062609653E+01
+ -3.04715387018707489E+01 -3.04714934808614650E+01 -3.04714471148807284E+01
+ -3.04713995746795483E+01 -3.04713508308291168E+01 -3.04713008528190663E+01
+ -3.04712496090887690E+01 -3.04711970678886424E+01 -3.04711431963876080E+01
+ -3.04710879605383163E+01 -3.04710313260792098E+01 -3.04709732576805514E+01
+ -3.04709137186219827E+01 -3.04708526719236232E+01 -3.04707900795634998E+01
+ -3.04707259019493044E+01 -3.04706600991587564E+01 -3.04705926302694330E+01
+ -3.04705234526026594E+01 -3.04704525230536056E+01 -3.04703797975714963E+01
+ -3.04703052301624382E+01 -3.04702287742811144E+01 -3.04701503825002114E+01
+ -3.04700700052652671E+01 -3.04699875923130676E+01 -3.04699030925687353E+01
+ -3.04698164526554791E+01 -3.04697276182943071E+01 -3.04696365344673588E+01
+ -3.04695431436943167E+01 -3.04694473873603009E+01 -3.04693492061845035E+01
+ -3.04692485382797678E+01 -3.04691453203534799E+01 -3.04690394885118110E+01
+ -3.04689309761356881E+01 -3.04688197148867275E+01 -3.04687056358812747E+01
+ -3.04685886674141706E+01 -3.04684687357095036E+01 -3.04683457664833632E+01
+ -3.04682196825625944E+01 -3.04680904043144167E+01 -3.04679578516096505E+01
+ -3.04678219413930051E+01 -3.04676825877286142E+01 -3.04675397041574314E+01
+ -3.04673932012939908E+01 -3.04672429864228320E+01 -3.04670889662303388E+01
+ -3.04669310445143502E+01 -3.04667691212701577E+01 -3.04666030957628813E+01
+ -3.04664328644453057E+01 -3.04662583194773937E+01 -3.04660793520914979E+01
+ -3.04658958508219158E+01 -3.04657076994070124E+01 -3.04655147803888795E+01
+ -3.04653169737578118E+01 -3.04651141542030075E+01 -3.04649061948688242E+01
+ -3.04646929665195820E+01 -3.04644743341231639E+01 -3.04642501606657028E+01
+ -3.04640203069409985E+01 -3.04637846274756114E+01 -3.04635429742802657E+01
+ -3.04632951973660866E+01 -3.04630411400458492E+01 -3.04627806424768117E+01
+ -3.04625135430043876E+01 -3.04622396728948956E+01 -3.04619588595100055E+01
+ -3.04616709285706087E+01 -3.04613756983962105E+01 -3.04610729825440849E+01
+ -3.04607625930689814E+01 -3.04604443343693312E+01 -3.04601180051183107E+01
+ -3.04597834025733221E+01 -3.04594403161559590E+01 -3.04590885285015815E+01
+ -3.04587278208401031E+01 -3.04583579664717554E+01 -3.04579787307622105E+01
+ -3.04575898775770071E+01 -3.04571911628527836E+01 -3.04567823333698016E+01
+ -3.04563631341778063E+01 -3.04559333025014922E+01 -3.04554925651246435E+01
+ -3.04550406467130443E+01 -3.04545772643130626E+01 -3.04541021231969289E+01
+ -3.04536149259542128E+01 -3.04531153678561211E+01 -3.04526031310365894E+01
+ -3.04520778941850061E+01 -3.04515393290548673E+01 -3.04509870928962059E+01
+ -3.04504208385329846E+01 -3.04498402122985148E+01 -3.04492448446848307E+01
+ -3.04486343605348999E+01 -3.04480083786816316E+01 -3.04473665008474761E+01
+ -3.04467083216170700E+01 -3.04460334300505941E+01 -3.04453413969367546E+01
+ -3.04446317841504133E+01 -3.04439041485051796E+01 -3.04431580275157536E+01
+ -3.04423929477121291E+01 -3.04416084309706179E+01 -3.04408039789953158E+01
+ -3.04399790801428303E+01 -3.04391332184230698E+01 -3.04382658569778926E+01
+ -3.04373764429558271E+01 -3.04364644193118998E+01 -3.04355292076360975E+01
+ -3.04345702106170535E+01 -3.04335868266814131E+01 -3.04325784326159656E+01
+ -3.04315443831668020E+01 -3.04304840284485749E+01 -3.04293966969062808E+01
+ -3.04282816916088947E+01 -3.04271383102439756E+01 -3.04259658290626689E+01
+ -3.04247634954355988E+01 -3.04235305501659603E+01 -3.04222662131077008E+01
+ -3.04209696715998028E+01 -3.04196401047381819E+01 -3.04182766713860566E+01
+ -3.04168784941802706E+01 -3.04154446852932487E+01 -3.04139743375712719E+01
+ -3.04124665039136346E+01 -3.04109202239302547E+01 -3.04093345189443163E+01
+ -3.04077083666867516E+01 -3.04060407281124618E+01 -3.04043305469814236E+01
+ -3.04025767199974233E+01 -3.04007781228748826E+01 -3.03989336151936982E+01
+ -3.03970420062911622E+01 -3.03951020795216493E+01 -3.03931126030582135E+01
+ -3.03910722919782295E+01 -3.03889798295896192E+01 -3.03868338847655295E+01
+ -3.03846330708143171E+01 -3.03823759627035344E+01 -3.03800611213818463E+01
+ -3.03776870501980376E+01 -3.03752522068335828E+01 -3.03727550348842392E+01
+ -3.03701939187940297E+01 -3.03675671893129362E+01 -3.03648731623730619E+01
+ -3.03621100937308981E+01 -3.03592761768084536E+01 -3.03563695885943723E+01
+ -3.03533884454547440E+01 -3.03503307922526844E+01 -3.03471946547170219E+01
+ -3.03439779981058990E+01 -3.03406787065457273E+01 -3.03372946411010496E+01
+ -3.03338236030652695E+01 -3.03302633026137727E+01 -3.03266114215646283E+01
+ -3.03228655831229617E+01 -3.03190233091660666E+01 -3.03150820864059689E+01
+ -3.03110393444276021E+01 -3.03068924012246406E+01 -3.03026385311583972E+01
+ -3.02982749530960263E+01 -3.02937987642069473E+01 -3.02892070077550457E+01
+ -3.02844966730528107E+01 -3.02796646180202131E+01 -3.02747076344322394E+01
+ -3.02696224613284386E+01 -3.02644056972767466E+01 -3.02590538603811225E+01
+ -3.02535634166752381E+01 -3.02479306833590300E+01 -3.02421518807595859E+01
+ -3.02362231769604719E+01 -3.02301405836545314E+01 -3.02238999972032225E+01
+ -3.02174972603666845E+01 -3.02109280528402273E+01 -3.02041879185754816E+01
+ -3.01972723449702336E+01 -3.01901766506291835E+01 -3.01828959962088241E+01
+ -3.01754254807844120E+01 -3.01677600298998101E+01 -3.01598943873878156E+01
+ -3.01518232278467124E+01 -3.01435410486401345E+01 -3.01350421403053517E+01
+ -3.01263207134069866E+01 -3.01173707985429182E+01 -3.01081861931982893E+01
+ -3.00987606007456776E+01 -3.00890875425943243E+01 -3.00791602798429203E+01
+ -3.00689719616329469E+01 -3.00585155535505386E+01 -3.00477837330894246E+01
+ -3.00367690439476185E+01 -3.00254638446483639E+01 -3.00138601776558254E+01
+ -3.00019499255398507E+01 -2.99897247835049825E+01 -2.99771761030214989E+01
+ -2.99642950450711183E+01 -2.99510725798546993E+01 -2.99374993069968092E+01
+ -2.99235656003172394E+01 -2.99092616376159981E+01 -2.98945772004551529E+01
+ -2.98795018045206255E+01 -2.98640247618444405E+01 -2.98481349638656113E+01
+ -2.98318209915442161E+01 -2.98150712114867957E+01 -2.97978735467453681E+01
+ -2.97802155611343444E+01 -2.97620845896149575E+01 -2.97434675020757275E+01
+ -2.97243507567939282E+01 -2.97047205641111596E+01 -2.96845626492293491E+01
+ -2.96638622704743504E+01 -2.96426044137617914E+01 -2.96207735612203251E+01
+ -2.95983536708485993E+01 -2.95753283975933883E+01 -2.95516808753590787E+01
+ -2.95273936555282255E+01 -2.95024489492921695E+01 -2.94768284306637014E+01
+ -2.94505131325103591E+01 -2.94234837039830595E+01 -2.93957202415281884E+01
+ -2.93672021427155698E+01 -2.93379083718529152E+01 -2.93078173250718166E+01
+ -2.92769066440985171E+01 -2.92451534825061543E+01 -2.92125344097226645E+01
+ -2.91790251889428518E+01 -2.91446010360203651E+01 -2.91092365657191969E+01
+ -2.90729055401238128E+01 -2.90355811119811733E+01 -2.89972358147497076E+01
+ -2.89578412899472468E+01 -2.89173685069237614E+01 -2.88757877965835767E+01
+ -2.88330685673314164E+01 -2.87891794945834683E+01 -2.87440885959995143E+01
+ -2.86977629463228254E+01 -2.86501688321938950E+01 -2.86012718643486110E+01
+ -2.85510367020035183E+01 -2.84994271712862997E+01 -2.84464064074745977E+01
+ -2.83919365995141639E+01 -2.83359790735699235E+01 -2.82784944561771390E+01
+ -2.82194424488825888E+01 -2.81587818819585607E+01 -2.80964708875422566E+01
+ -2.80324667131453502E+01 -2.79667257542807910E+01 -2.78992037256316756E+01
+ -2.78298555201214981E+01 -2.77586352327346297E+01 -2.76854963181636968E+01
+ -2.76103914987246917E+01 -2.75332727952756748E+01 -2.74540916612549708E+01
+ -2.73727989385288062E+01 -2.72893449146190719E+01 -2.72036794254437595E+01
+ -2.71157518536968105E+01 -2.70255112340157737E+01 -2.69329063202472376E+01
+ -2.68378856164199924E+01 -2.67403975525322757E+01 -2.66403905169101449E+01
+ -2.65378129055485310E+01 -2.64326133903336959E+01 -2.63247409231286404E+01
+ -2.62141447855113867E+01 -2.61007749680447851E+01 -2.59845821600866138E+01
+ -2.58655177785936452E+01 -2.57435344722121471E+01 -2.56185861181508585E+01
+ -2.54906278064349010E+01 -2.53596164762645913E+01 -2.52255109475985719E+01
+ -2.50882718367295183E+01 -2.49478623243520374E+01 -2.48042482541311990E+01
+ -2.46573979570943997E+01 -2.45072831412752343E+01 -2.43538790915937966E+01
+ -2.41971643846679321E+01 -2.40371218790068681E+01 -2.38737390490604220E+01
+ -2.37070075788515595E+01 -2.35369244198459135E+01 -2.33634922863799268E+01
+ -2.31867191254910985E+01 -2.30066191976039036E+01 -2.28232137509956239E+01
+ -2.26365303735490180E+01 -2.24466040425382474E+01 -2.22534779804451546E+01
+ -2.20572029020257609E+01 -2.18578379741432052E+01 -2.16554518341097015E+01
+ -2.14501217517668366E+01 -2.12419344385988786E+01 -2.10309871838368352E+01
+ -2.08173869545114236E+01 -2.06012509952492984E+01 -2.03827080082105283E+01
+ -2.01618972121097109E+01 -1.99389686797696370E+01 -1.97140844581080081E+01
+ -1.94874175972680206E+01 -1.92591521805899291E+01 -1.90294842544291427E+01
+ -1.87986208170079365E+01 -1.85667795029206211E+01 -1.83341891739058838E+01
+ -1.81010888199287514E+01 -1.78677268679803589E+01 -1.76343612723836145E+01
+ -1.74012582323919673E+01 -1.71686910992022561E+01 -1.69369398002937537E+01
+ -1.67062892252934567E+01 -1.64770277060165569E+01 -1.62494456212223426E+01
+ -1.60238332611180141E+01 -1.58004788639953144E+01 -1.55796662945901936E+01
+ -1.53616722023433123E+01 -1.51467636490615583E+01 -1.49351948777111776E+01
+ -1.47272036994160054E+01 -1.45230089082127929E+01 -1.43228064301815099E+01
+ -1.41267652111666493E+01 -1.39350249683751333E+01 -1.37476924935092839E+01
+ -1.35648379119983780E+01 -1.33864938284862429E+01 -1.32126531054825342E+01
+ -1.30432669618230435E+01 -1.28782467919447381E+01 -1.27174647929718780E+01
+ -1.25607553146165909E+01 -1.24079200640227825E+01 -1.22587323901673280E+01
+ -1.21129431568905499E+01 -1.19702905070192696E+01 -1.18305096490153510E+01
+ -1.16932433345331290E+01 -1.15579379392725077E+01 -1.14240097394510887E+01
+ -1.12908958419106806E+01 -1.11580946958909415E+01 -1.10252198906967820E+01
+ -1.08920697299855131E+01 -1.07587125052147226E+01 -1.06255961916387687E+01
+ -1.04936154963813024E+01 -1.03632616339741137E+01 -1.02345270987550734E+01
+ -1.01073917720330346E+01 -9.98183573259907497E+00 -9.85783937604891669E+00
+ -9.73538333260660771E+00 -9.61444845548651728E+00 -9.49501585826360106E+00
+ -9.37706688044202430E+00 -9.26058308128051877E+00 -9.14554627138841880E+00
+ -9.03193847363457003E+00 -8.91974192836576307E+00 -8.80893911620583836E+00
+ -8.69951271859194009E+00 -8.59144563270612238E+00 -8.48472098337754055E+00
+ -8.37932208691319858E+00 -8.27523247352721825E+00 -8.17243588766709195E+00
+ -8.07091625783401589E+00 -7.97065772394670269E+00 -7.87164462663683384E+00
+ -7.77386148489147466E+00 -7.67729302550554316E+00 -7.58192416294817217E+00
+ -7.48773998589909340E+00 -7.39472578571989736E+00 -7.30286702939703236E+00
+ -7.21214935537399882E+00 -7.12255859780642453E+00 -7.03408075590026272E+00
+ -6.94670199858988546E+00 -6.86040868176469232E+00 -6.77518731755097114E+00
+ -6.69102458645995490E+00 -6.60790734603090524E+00 -6.52582260286327731E+00
+ -6.44475753048294742E+00 -6.36469946894563865E+00 -6.28563590167228625E+00
+ -6.20755447701411356E+00 -6.13044299930635361E+00 -6.05428941189212910E+00
+ -5.97908182014966361E+00 -5.90480847530236730E+00 -5.83145776442802433E+00
+ -5.75901823253971035E+00 -5.68747856115648265E+00 -5.61682756557409046E+00
+ -5.54705421346986238E+00 -5.47814760086705199E+00 -5.41009695625334697E+00
+ -5.34289165357577378E+00 -5.27652118834185391E+00 -5.21097518748010824E+00
+ -5.14624341557863652E+00 -5.08231575326969054E+00 -5.01918221144753396E+00
+ -4.95683293045183415E+00 -4.89525816229873545E+00 -4.83444828766546397E+00
+ -4.77439380845085459E+00 -4.71508533489929338E+00 -4.65651360359443967E+00
+ -4.59866946445945679E+00 -4.54154387336495002E+00 -4.48512790924244698E+00
+ -4.42941275712638038E+00 -4.37438970643160374E+00 -4.32005016521050855E+00
+ -4.26638564132333631E+00 -4.21338774601324584E+00 -4.16104820369202777E+00
+ -4.10935883335581487E+00 -4.05831155657172715E+00 -4.00789840194925251E+00
+ -3.95811148844272731E+00 -3.90894303665541454E+00 -3.86038536780755148E+00
+ -3.81243089011518510E+00 -3.76507211215902826E+00 -3.71830163672520264E+00
+ -3.67211215105011224E+00 -3.62649644087311618E+00 -3.58144738001268470E+00
+ -3.53695792491484573E+00 -3.49302112790770281E+00 -3.44963012379268941E+00
+ -3.40677812881735775E+00 -3.36445845158992363E+00 -3.32266447833694833E+00
+ -3.28138967597180065E+00 -3.24062759945003753E+00 -3.20037187732489903E+00
+ -3.16061621820342209E+00 -3.12135441392464541E+00 -3.08258032666756776E+00
+ -3.04428789793061894E+00 -3.00647114741937882E+00 -2.96912416261194689E+00
+ -2.93224110927545034E+00 -2.89581622638661074E+00 -2.85984381874996663E+00
+ -2.82431826796653729E+00 -2.78923402408641197E+00 -2.75458560160284049E+00
+ -2.72036758971077353E+00 -2.68657464171303184E+00 -2.65320147446508336E+00
+ -2.62024287672218614E+00 -2.58769369760405965E+00 -2.55554884920421888E+00
+ -2.52380331210762776E+00 -2.49245212416925277E+00 -2.46149038572340295E+00
+ -2.43091326182025025E+00 -2.40071597227702993E+00 -2.37089379880485485E+00
+ -2.34144208390212460E+00 -2.31235622286645981E+00 -2.28363167206253115E+00
+ -2.25526394474777980E+00 -2.22724860549366310E+00 -2.19958127874231790E+00
+ -2.17225764213025352E+00 -2.14527342355672301E+00 -2.11862440911775129E+00
+ -2.09230643474287481E+00 -2.06631538595322928E+00 -2.04064720423851709E+00
+ -2.01529787803629024E+00 -1.99026344493372953E+00 -1.96553999579787031E+00
+ -1.94112366606224107E+00 -1.91701063992306087E+00 -1.89319715189383930E+00
+ -1.86967947913184784E+00 -1.84645394708985733E+00 -1.82351692846722946E+00
+ -1.80086483709914424E+00 -1.77849413445274385E+00 -1.75640132620752021E+00
+ -1.73458295804487461E+00 -1.71303562231939055E+00 -1.69175595272541468E+00
+ -1.67074062216151331E+00 -1.64998634886215467E+00 -1.62948988980047949E+00
+ -1.60924804064802651E+00 -1.58925764064128350E+00 -1.56951556553142102E+00
+ -1.55001872943000985E+00 -1.53076408789353491E+00 -1.51174863116079328E+00
+ -1.49296938752761710E+00 -1.47442342441087848E+00 -1.45610784243296343E+00
+ -1.43801977990017527E+00 -1.42015641184029651E+00 -1.40251494533135368E+00
+ -1.38509262460277105E+00 -1.36788672824198265E+00 -1.35089456602126701E+00
+ -1.33411348409607555E+00 -1.31754086074921450E+00 -1.30117410484343199E+00
+ -1.28501066055654811E+00 -1.26904800218131664E+00 -1.25328363420914091E+00
+ -1.23771509503980459E+00 -1.22233995147430763E+00 -1.20715580025339131E+00
+                             </PP_LOCAL> 
+<PP_NONLOCAL> 
+ <PP_BETA.1 type="real" size="   969" angular_momentum="0" columns="3" cutoff_radius_index="   797" norm_conserving_radius="    1.701741">
+  4.54194653364915060E-06  4.59907718016737409E-06  4.65692644145397486E-06
+  4.71550335655858424E-06  4.77481707822854465E-06  4.83487687433531476E-06
+  4.89569212932851338E-06  4.95727234569744429E-06  5.01962714545803040E-06
+  5.08276627165530535E-06  5.14669958988703099E-06  5.21143708984292987E-06
+  5.27698888686823351E-06  5.34336522354206393E-06  5.41057647127972099E-06
+  5.47863313195091175E-06  5.54754583952410395E-06  5.61732536172220102E-06
+  5.68798260171185612E-06  5.75952859980311573E-06  5.83197453517434974E-06
+  5.90533172762122203E-06  5.97961163932338434E-06  6.05482587663434158E-06
+  6.13098619190075329E-06  6.20810448529040776E-06  6.28619280665828733E-06
+  6.36526335742553731E-06  6.44532849248853341E-06  6.52640072214692101E-06
+  6.60849271405896700E-06  6.69161729522309850E-06  6.77578745397798308E-06
+  6.86101634203625664E-06  6.94731727653673762E-06  7.03470374212412250E-06
+  7.12318939306046863E-06  7.21278805535435134E-06  7.30351372892187198E-06
+  7.39538058977514034E-06  7.48840299223805184E-06  7.58259547118717758E-06
+  7.67797274432183719E-06  7.77454971446933374E-06  7.87234147190450263E-06
+  7.97136329671701199E-06  8.07163066119073497E-06  8.17315923222736341E-06
+  8.27596487379059937E-06  8.38006364938435834E-06  8.48547182456657163E-06
+  8.59220586948739344E-06  8.70028246146228703E-06  8.80971848757986811E-06
+  8.92053104733894536E-06  9.03273745532027413E-06  9.14635524389278772E-06
+  9.26140216595285455E-06  9.37789619769421815E-06  9.49585554142462226E-06
+  9.61529862840254285E-06  9.73624412171764730E-06  9.85871091921134367E-06
+  9.98271815642576826E-06  1.01082852095950536E-05  1.02354316986695277E-05
+  1.03641774903887526E-05  1.04945427013725868E-05  1.06265477012797300E-05
+  1.07602131159782953E-05  1.08955598307743013E-05  1.10326089936715726E-05
+  1.11713820186805038E-05  1.13119005891564830E-05  1.14541866611950193E-05
+  1.15982624670580022E-05  1.17441505186495646E-05  1.18918736110304997E-05
+  1.20414548259806166E-05  1.21929175356065912E-05  1.23462854059933792E-05
+  1.25015824008975326E-05  1.26588327854956283E-05  1.28180611301787709E-05
+  1.29792923143808364E-05  1.31425515304726142E-05  1.33078642876963498E-05
+  1.34752564161547756E-05  1.36447540708386675E-05  1.38163837357179785E-05
+  1.39901722278825224E-05  1.41661467017241002E-05  1.43443346531855293E-05
+  1.45247639240514634E-05  1.47074627063021521E-05  1.48924595465150762E-05
+  1.50797833503241544E-05  1.52694633869415288E-05  1.54615292937218004E-05
+  1.56560110807968607E-05  1.58529391357644316E-05  1.60523442284357082E-05
+  1.62542575156362265E-05  1.64587105460855016E-05  1.66657352653128413E-05
+  1.68753640206536305E-05  1.70876295663055828E-05  1.73025650684424274E-05
+  1.75202041103918725E-05  1.77405806978894691E-05  1.79637292643819321E-05
+  1.81896846764187523E-05  1.84184822390839575E-05  1.86501577015221860E-05
+  1.88847472625218099E-05  1.91222875761616559E-05  1.93628157575512294E-05
+  1.96063693886117140E-05  1.98529865239611129E-05  2.01027056968500994E-05
+  2.03555659251867830E-05  2.06116067176237287E-05  2.08708680797383767E-05
+  2.11333905202817743E-05  2.13992150574966077E-05  2.16683832255291503E-05
+  2.19409370809277807E-05  2.22169192091931188E-05  2.24963727314470451E-05
+  2.27793413111567801E-05  2.30658691609575314E-05  2.33560010495623075E-05
+  2.36497823087531443E-05  2.39472588404592689E-05  2.42484771239240479E-05
+  2.45534842229750512E-05  2.48623277933615495E-05  2.51750560902102780E-05
+  2.54917179755438696E-05  2.58123629259450978E-05  2.61370410402432734E-05
+  2.64658030473683607E-05  2.67987003142656912E-05  2.71357848539106124E-05
+  2.74771093334451816E-05  2.78227270823857424E-05  2.81726921009750994E-05
+  2.85270590685853330E-05  2.88858833522881966E-05  2.92492210154763001E-05
+  2.96171288266376861E-05  2.99896642682038145E-05  3.03668855455342780E-05
+  3.07488515960119337E-05  3.11356220982268270E-05  3.15272574813184640E-05
+  3.19238189343963762E-05  3.23253684160941404E-05  3.27319686642517043E-05
+  3.31436832057144324E-05  3.35605763662277657E-05  3.39827132805141759E-05
+  3.44101599024156874E-05  3.48429830152031353E-05  3.52812502420011488E-05
+  3.57250300563539724E-05  3.61743917928919692E-05  3.66294056581748347E-05
+  3.70901427416494252E-05  3.75566750267439107E-05  3.80290754021028740E-05
+  3.85074176729688114E-05  3.89917765727006895E-05  3.94822277744366740E-05
+  3.99788479029208717E-05  4.04817145464301639E-05  4.09909062689204219E-05
+  4.15065026222696972E-05  4.20285841586937799E-05  4.25572324433182140E-05
+  4.30925300669104900E-05  4.36345606587743533E-05  4.41834088997863995E-05
+  4.47391605356215120E-05  4.53019023901155314E-05  4.58717223788468394E-05
+  4.64487095228113874E-05  4.70329539623370147E-05  4.76245469711558309E-05
+  4.82235809706166963E-05  4.88301495441236918E-05  4.94443474517157307E-05
+  5.00662706448833607E-05  5.06960162814914855E-05  5.13336827409740650E-05
+  5.19793696396445679E-05  5.26331778462565432E-05  5.32952094977224777E-05
+  5.39655680150563524E-05  5.46443581194805566E-05  5.53316858487625714E-05
+  5.60276585737676746E-05  5.67323850151696467E-05  5.74459752604313421E-05
+  5.81685407809311939E-05  5.89001944493857332E-05  5.96410505574070907E-05
+  6.03912248333332983E-05  6.11508344602760336E-05  6.19199980943424869E-05
+  6.26988358831892729E-05  6.34874694847058289E-05  6.42860220859710872E-05
+  6.50946184224561588E-05  6.59133847974731455E-05  6.67424491018092273E-05
+  6.75819408337022481E-05  6.84319911189732382E-05  6.92927327314565237E-05
+  7.01643001137125961E-05  7.10468293979020667E-05  7.19404584270327092E-05
+  7.28453267764123916E-05  7.37615757753601163E-05  7.46893485292346096E-05
+  7.56287899416764446E-05  7.65800467372009034E-05  7.75432674840097539E-05
+  7.85186026170868695E-05  7.95062044616640920E-05  8.05062272568489912E-05
+  8.15188271797105793E-05  8.25441623694609224E-05  8.35823929521317173E-05
+  8.46336810654534517E-05  8.56981908840474517E-05  8.67760886449733712E-05
+  8.78675426735623006E-05  8.89727234095812492E-05  9.00918034337043065E-05
+  9.12249574943658370E-05  9.23723625348643547E-05  9.35341977208943744E-05
+  9.47106444683271131E-05  9.59018864714530894E-05  9.71081097314120732E-05
+  9.83295025851452405E-05  9.95662557345976034E-05  1.00818562276320606E-04
+  1.02086617731440529E-04  1.03370620075954512E-04  1.04670769771494592E-04
+  1.05987269796381173E-04  1.07320325677111943E-04  1.08670145520192767E-04
+  1.10036940044449063E-04  1.11420922613620729E-04  1.12822309269440391E-04
+  1.14241318765130116E-04  1.15678172599203294E-04  1.17133095049816682E-04
+  1.18606313209499876E-04  1.20098057020224914E-04  1.21608559309055225E-04
+  1.23138055824097853E-04  1.24686785271025877E-04  1.26254989349905536E-04
+  1.27842912792600728E-04  1.29450803400595673E-04  1.31078912083181111E-04
+  1.32727492896359651E-04  1.34396803081889948E-04  1.36087103107089937E-04
+  1.37798656705018907E-04  1.39531730915081392E-04  1.41286596124291195E-04
+  1.43063526108847455E-04  1.44862798076412353E-04  1.46684692708703827E-04
+  1.48529494204770180E-04  1.50397490324717328E-04  1.52288972433963475E-04
+  1.54204235548069591E-04  1.56143578378015809E-04  1.58107303376180537E-04
+  1.60095716782761744E-04  1.62109128672746709E-04  1.64147853003536334E-04
+  1.66212207663103077E-04  1.68302514518665821E-04  1.70419099466071280E-04
+  1.72562292479627993E-04  1.74732427662712135E-04  1.76929843298760046E-04
+  1.79154881903092464E-04  1.81407890275191641E-04  1.83689219551731297E-04
+  1.85999225260060746E-04  1.88338267372522097E-04  1.90706710361358047E-04
+  1.93104923254122906E-04  1.95533279689991124E-04  1.97992157976477627E-04
+  2.00481941147082895E-04  2.03003017019405573E-04  2.05555778254071057E-04
+  2.08140622414231858E-04  2.10757952025911909E-04  2.13408174638928211E-04
+  2.16091702888635576E-04  2.18808954558266520E-04  2.21560352642023695E-04
+  2.24346325409080863E-04  2.27167306468036348E-04  2.30023734832312718E-04
+  2.32916054986243996E-04  2.35844716951944482E-04  2.38810176356891329E-04
+  2.41812894502361906E-04  2.44853338432468094E-04  2.47931981004364285E-04
+  2.51049300958721907E-04  2.54205782991425463E-04  2.57401917825882175E-04
+  2.60638202286187957E-04  2.63915139371152514E-04  2.67233238328918796E-04
+  2.70593014732867178E-04  2.73994990557892011E-04  2.77439694257697648E-04
+  2.80927660843162570E-04  2.84459431961091281E-04  2.88035555974330609E-04
+  2.91656588042266953E-04  2.95323090202741928E-04  2.99035631454178184E-04
+  3.02794787839260899E-04  3.06601142529070619E-04  3.10455285908226573E-04
+  3.14357815660904350E-04  3.18309336857896846E-04  3.22310462044343130E-04
+  3.26361811328546719E-04  3.30464012471755927E-04  3.34617700978515900E-04
+  3.38823520188303543E-04  3.43082121368194391E-04  3.47394163805686193E-04
+  3.51760314903598213E-04  3.56181250274825180E-04  3.60657653838717990E-04
+  3.65190217918130798E-04  3.69779643337424875E-04  3.74426639521370562E-04
+  3.79131924595125180E-04  3.83896225485077440E-04  3.88720278020377667E-04
+  3.93604827036014252E-04  3.98550626475948602E-04  4.03558439498156877E-04
+  4.08629038579709448E-04  4.13763205623384411E-04  4.18961732064792333E-04
+  4.24225418980786126E-04  4.29555077198583602E-04  4.34951527405426884E-04
+  4.40415600260003043E-04  4.45948136503861105E-04  4.51549987074332463E-04
+  4.57222013217761054E-04  4.62965086604148464E-04  4.68780089442362609E-04
+  4.74667914595951830E-04  4.80629465700251524E-04  4.86665657279893602E-04
+  4.92777414867259594E-04  4.98965675121853364E-04  5.05231385949916857E-04
+  5.11575506625333381E-04  5.17999007910865538E-04  5.24502872180316725E-04
+  5.31088093541083389E-04  5.37755677957364405E-04  5.44506643374414556E-04
+  5.51342019842566630E-04  5.58262849642523996E-04  5.65270187410714321E-04
+  5.72365100265101803E-04  5.79548667931769723E-04  5.86821982871384607E-04
+  5.94186150406575886E-04  6.01642288848733340E-04  6.09191529626148523E-04
+  6.16835017411240024E-04  6.24573910248881706E-04  6.32409379683708636E-04
+  6.40342610888716582E-04  6.48374802792607194E-04  6.56507168207642769E-04
+  6.64740933957248272E-04  6.73077341003075827E-04  6.81517644571980074E-04
+  6.90063114282257902E-04  6.98715034269616151E-04  7.07474703312428190E-04
+  7.16343434956018938E-04  7.25322557636433806E-04  7.34413414802868978E-04
+  7.43617365039682312E-04  7.52935782186315867E-04  7.62370055456717730E-04
+  7.71921589556790713E-04  7.81591804800070545E-04  7.91382137222755491E-04
+  8.01294038695068338E-04  8.11328977032333234E-04  8.21488436102346502E-04
+  8.31773915931282920E-04  8.42186932806368040E-04  8.52729019376378744E-04
+  8.63401724748025776E-04  8.74206614580280315E-04  8.85145271174436147E-04
+  8.96219293560452496E-04  9.07430297580102030E-04  9.18779915964322829E-04
+  9.30269798407666864E-04  9.41901611636623490E-04  9.53677039473520695E-04
+  9.65597782894600390E-04  9.77665560082345911E-04  9.89882106471558871E-04
+  1.00224917478895998E-03  1.01476853508533399E-03  1.02744197476167614E-03
+  1.04027129858471419E-03  1.05325832869761584E-03  1.06640490461942686E-03
+  1.07971288323528594E-03  1.09318413877919525E-03  1.10682056280255207E-03
+  1.12062406413533048E-03  1.13459656883396613E-03  1.14874002011616924E-03
+  1.16305637828472905E-03  1.17754762063696232E-03  1.19221574135837459E-03
+  1.20706275140296335E-03  1.22209067835770953E-03  1.23730156628741616E-03
+  1.25269747556539077E-03  1.26828048268290763E-03  1.28405268003893439E-03
+  1.30001617571082954E-03  1.31617309320236587E-03  1.33252557116554757E-03
+  1.34907576310448209E-03  1.36582583704768896E-03  1.38277797519448047E-03
+  1.39993437353830058E-03  1.41729724145180243E-03  1.43486880124537599E-03
+  1.45265128769462713E-03  1.47064694752598621E-03  1.48885803887121074E-03
+  1.50728683068452078E-03  1.52593560211025962E-03  1.54480664181817057E-03
+  1.56390224728958339E-03  1.58322472405016557E-03  1.60277638486403884E-03
+  1.62255954886880867E-03  1.64257654064975151E-03  1.66282968927129477E-03
+  1.68332132723288531E-03  1.70405378936140184E-03  1.72502941165067871E-03
+  1.74625053001025809E-03  1.76771947894545779E-03  1.78943859017210950E-03
+  1.81141019112324121E-03  1.83363660338520989E-03  1.85612014104558098E-03
+  1.87886310892104160E-03  1.90186780070508168E-03  1.92513649700973679E-03
+  1.94867146326261915E-03  1.97247494752350811E-03  1.99654917816134269E-03
+  2.02089636137259840E-03  2.04551867860728069E-03  2.07041828381892027E-03
+  2.09559730054333006E-03  2.12105781886572997E-03  2.14680189217236793E-03
+  2.17283153371621842E-03  2.19914871304777940E-03  2.22575535217934802E-03
+  2.25265332155815193E-03  2.27984443586195292E-03  2.30733044948005367E-03
+  2.33511305179196459E-03  2.36319386221928033E-03  2.39157442490212221E-03
+  2.42025620317430634E-03  2.44924057373037320E-03  2.47852882037017221E-03
+  2.50812212752545179E-03  2.53802157338944021E-03  2.56822812256954922E-03
+  2.59874261850640562E-03  2.62956577536960700E-03  2.66069816944988725E-03
+  2.69214023025923701E-03  2.72389223098430536E-03  2.75595427840036496E-03
+  2.78832630242136555E-03  2.82100804484402895E-03  2.85399904754691852E-03
+  2.88729864019750477E-03  2.92090592699033487E-03  2.95481977283999905E-03
+  2.98903878890046390E-03  3.02356131695188761E-03  3.05838541323560052E-03
+  3.09350883138266499E-03  3.12892900404068957E-03  3.16464302393979543E-03
+  3.20064762373366285E-03  3.23693915441433016E-03  3.27351356309031876E-03
+  3.31036636917632051E-03  3.34749263904996625E-03  3.38488695993283649E-03
+  3.42254341174899222E-03  3.46045553739955008E-03  3.49861631200222177E-03
+  3.53701810962918708E-03  3.57565266845681108E-03  3.61451105447182499E-03
+  3.65358362217333517E-03  3.69285997370030761E-03  3.73232891595363676E-03
+  3.77197841418193880E-03  3.81179554402779393E-03  3.85176644079661097E-03
+  3.89187624468533434E-03  3.93210904446780578E-03  3.97244781738712548E-03
+  4.01287436462745631E-03  4.05336924504596380E-03  4.09391170392125591E-03
+  4.13447959701766440E-03  4.17504931246101118E-03  4.21559568624996391E-03
+  4.25609191298884776E-03  4.29650945360465168E-03  4.33681793518753914E-03
+  4.37698504610515259E-03  4.41697642681203144E-03  4.45675555117879853E-03
+  4.49628360326645091E-03  4.53551934794258274E-03  4.57441899041938563E-03
+  4.61293603141055622E-03  4.65102111365336881E-03  4.68862185587301788E-03
+  4.72568268237467774E-03  4.76214464082414662E-03  4.79794520633904965E-03
+  4.83301808069265190E-03  4.86729297589813710E-03  4.90069538348511004E-03
+  4.93314633745606679E-03  4.96456215734688948E-03  4.99485417687724111E-03
+  5.02392846368271070E-03  5.05168551448799408E-03  5.07801993628853154E-03
+  5.10282011454007024E-03  5.12596785197325881E-03  5.14733799416459015E-03
+  5.16679803635405888E-03  5.18420769615765033E-03  5.19941847384144083E-03
+  5.21227318613861224E-03  5.22260546181755030E-03  5.23023922499909425E-03
+  5.23498814231859212E-03  5.23665502891959827E-03  5.23503124070003132E-03
+  5.22989601899678368E-03  5.22101579288182342E-03  5.20814346338602675E-03
+  5.19101762762531806E-03  5.16936176098643611E-03  5.14288337339954219E-03
+  5.11127309223801621E-03  5.07420370528936359E-03  5.03132916576046543E-03
+  4.98228351053377726E-03  4.92667974160763966E-03  4.86410865267579602E-03
+  4.79413755654622790E-03  4.71630897878278638E-03  4.63013927452509983E-03
+  4.53511713603999694E-03  4.43070206760074348E-03  4.31632275662159268E-03
+  4.19137532963491811E-03  4.05522157167367663E-03  3.90718701141121345E-03
+  3.74655889052030863E-03  3.57258408469266322E-03  3.38446685831114572E-03
+  3.18136650772846575E-03  2.96239493520367029E-03  2.72661402434307273E-03
+  2.47303291295381412E-03  2.20060516511338131E-03  1.90822571492231985E-03
+  1.59472771898801257E-03  1.25887926603276469E-03  8.99379833548776724E-04
+  5.14856663925808162E-04  1.03860945607910305E-04 -3.35136274270992946E-04
+ -8.03748252740639577E-04 -1.30367696835211543E-03 -1.83671780939602424E-03
+ -2.40476434520687501E-03 -3.00981341314571389E-03 -3.65397046439388216E-03
+ -4.33945501752536992E-03 -5.06860648394319869E-03 -5.84389022777458394E-03
+ -6.66790377548653543E-03 -7.54338344277772840E-03 -8.47321116271739991E-03
+ -9.46042152054627460E-03 -1.05082092335947487E-02 -1.16199367963571165E-02
+ -1.27991423981603722E-02 -1.40495482894957401E-02 -1.53750692821630324E-02
+ -1.67798215869025755E-02 -1.82681320729079465E-02 -1.98445476430900644E-02
+ -2.15138449955684617E-02 -2.32810407472230779E-02 -2.51514016744747750E-02
+ -2.71304553517974362E-02 -2.92240010665955688E-02 -3.14381208659863104E-02
+ -3.37791909561156040E-02 -3.62538932800809746E-02 -3.88692272358528157E-02
+ -4.16325216295532208E-02 -4.45514467137624395E-02 -4.76340263367186836E-02
+ -5.08886501265599367E-02 -5.43240856881782655E-02 -5.79494908013711285E-02
+ -6.17744253699623255E-02 -6.58088633419504354E-02 -7.00632043864291981E-02
+ -7.45482849718171886E-02 -7.92753893937085397E-02 -8.42562601191836485E-02
+ -8.95031071652709481E-02 -9.50286173732319273E-02 -1.00845962315980836E-01
+ -1.06968804921679803E-01 -1.13411305814677649E-01 -1.20188127338497319E-01
+ -1.27314436096516548E-01 -1.34805904786548608E-01 -1.42678710499579170E-01
+ -1.50949531523006830E-01 -1.59635542620463200E-01 -1.68754405340718366E-01
+ -1.78324257037076300E-01 -1.88363696986920959E-01 -1.98891766013319538E-01
+ -2.09927925202538584E-01 -2.21492029629670240E-01 -2.33604294201748969E-01
+ -2.46285258985894734E-01 -2.59555746642312124E-01 -2.73436811092500343E-01
+ -2.87949685686837098E-01 -3.03115719860372723E-01 -3.18956306955289870E-01
+ -3.35492810785702200E-01 -3.52746476581097090E-01 -3.70738334078150988E-01
+ -3.89489097477588087E-01 -4.09019045527871994E-01 -4.29347895929202306E-01
+ -4.50494673309799254E-01 -4.72477553510965598E-01 -4.95313705478046207E-01
+ -5.19019121883257384E-01 -5.43608423507751848E-01 -5.69094665222731666E-01
+ -5.95489124488360222E-01 -6.22801063420403866E-01 -6.51037496317980358E-01
+ -6.80202932811857397E-01 -7.10299097915682465E-01 -7.41324660060520557E-01
+ -7.73274928714757559E-01 -8.06141536188620611E-01 -8.39912128063851515E-01
+ -8.74570019781414576E-01 -9.10093848440397868E-01 -9.46457232221295075E-01
+ -9.83628397010772315E-01 -1.02156981216596132E+00 -1.06023783231546753E+00
+ -1.09958231378363358E+00 -1.13954625538749732E+00 -1.18006544522228762E+00
+ -1.22106809733334565E+00 -1.26247452718483566E+00 -1.30419683788504903E+00
+ -1.34613861964150194E+00 -1.38819469968194054E+00 -1.43025091671574267E+00
+ -1.47218393790323065E+00 -1.51386113487423946E+00 -1.55514051112088580E+00
+ -1.59587070179925994E+00 -1.63589104090858761E+00 -1.67503172135933975E+00
+ -1.71311405086008461E+00 -1.74995078828473205E+00 -1.78534662747899753E+00
+ -1.81909878596946473E+00 -1.85099769829052518E+00 -1.88082791796191984E+00
+ -1.90836911254305064E+00 -1.93339720430014839E+00 -1.95568577469974936E+00
+ -1.97500752686479908E+00 -1.99113595400761190E+00 -2.00384730089466867E+00
+ -2.01292253015220401E+00 -2.01814956877758034E+00 -2.01932582610239386E+00
+ -2.01626065923465614E+00 -2.00877818690275367E+00 -1.99672028400022050E+00
+ -1.97994947247586772E+00 -1.95835219342441458E+00 -1.93184209122258355E+00
+ -1.90036315104502851E+00 -1.86389317767961149E+00 -1.82244704527600754E+00
+ -1.77607975334179713E+00 -1.72488967043479979E+00 -1.66902125812264401E+00
+ -1.60866751687880183E+00 -1.54407231866943628E+00 -1.47553191743970835E+00
+ -1.40339600425000910E+00 -1.32806819335577231E+00 -1.25000541403487153E+00
+ -1.16971650563298191E+00 -1.08775968227410269E+00 -1.00473868340155392E+00
+ -9.21297568566365133E-01 -8.38113844028648192E-01 -7.55890095848895216E-01
+ -6.75343514650767029E-01 -5.97193441965164662E-01 -5.22147274704138020E-01
+ -4.50883472122780460E-01 -3.84032780100273086E-01 -3.22157745048388011E-01
+ -2.65728877525060136E-01 -2.15100049774630597E-01 -1.70482385715242074E-01
+ -1.31916030807289142E-01 -9.92402883665040592E-02 -7.20553245601844167E-02
+ -4.98638666194376814E-02 -3.24810318976297488E-02 -1.95305391488386285E-02
+ -1.05022641274985264E-02 -4.76154584248629584E-03 -1.58061693443019161E-03
+ -1.88261984173737737E-04  1.57455531167215737E-04  5.36263751946451867E-05
+ -3.06626962923678766E-06 -6.99371889407194802E-07  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+                              </PP_BETA.1>
+ <PP_BETA.2 type="real" size="   969" angular_momentum="0" columns="3" cutoff_radius_index="   797" norm_conserving_radius="    1.701741">
+ -8.44829724925391136E-03 -8.55456373789924805E-03 -8.66216689408207639E-03
+ -8.77112353099731602E-03 -8.88145067332315671E-03 -8.99316555988161938E-03
+ -9.10628564633166916E-03 -9.22082860789692066E-03 -9.33681234212738013E-03
+ -9.45425497169591171E-03 -9.57317484722993751E-03 -9.69359055017871528E-03
+ -9.81552089571664094E-03 -9.93898493568321460E-03 -1.00640019615598469E-02
+ -1.01905915074841369E-02 -1.03187733533020923E-02 -1.04485675276588946E-02
+ -1.05799943111280267E-02 -1.07130742393804351E-02 -1.08478281063930648E-02
+ -1.09842769676979594E-02 -1.11224421436720896E-02 -1.12623452228690028E-02
+ -1.14040080653913870E-02 -1.15474528063074355E-02 -1.16927018591088394E-02
+ -1.18397779192132829E-02 -1.19887039675103599E-02 -1.21395032739524730E-02
+ -1.22921994011905861E-02 -1.24468162082560143E-02 -1.26033778542883144E-02
+ -1.27619088023101755E-02 -1.29224338230495249E-02 -1.30849779988104226E-02
+ -1.32495667273915280E-02 -1.34162257260548919E-02 -1.35849810355440758E-02
+ -1.37558590241531348E-02 -1.39288863918463936E-02 -1.41040901744304559E-02
+ -1.42814977477784249E-02 -1.44611368321073148E-02 -1.46430354963094523E-02
+ -1.48272221623378248E-02 -1.50137256096474249E-02 -1.52025749796915605E-02
+ -1.53937997804753923E-02 -1.55874298911664322E-02 -1.57834955667629194E-02
+ -1.59820274428214004E-02 -1.61830565402432160E-02 -1.63866142701214121E-02
+ -1.65927324386488453E-02 -1.68014432520876000E-02 -1.70127793218010949E-02
+ -1.72267736693495974E-02 -1.74434597316500198E-02 -1.76628713661994771E-02
+ -1.78850428563662144E-02 -1.81100089167461169E-02 -1.83378046985861499E-02
+ -1.85684657952772704E-02 -1.88020282479154574E-02 -1.90385285509327706E-02
+ -1.92780036577998755E-02 -1.95204909867995567E-02 -1.97660284268730314E-02
+ -2.00146543435400781E-02 -2.02664075848936545E-02 -2.05213274876691089E-02
+ -2.07794538833908290E-02 -2.10408271045954519E-02 -2.13054879911335725E-02
+ -2.15734778965509244E-02 -2.18448386945490416E-02 -2.21196127855286008E-02
+ -2.23978431032131227E-02 -2.26795731213583381E-02 -2.29648468605431443E-02
+ -2.32537088950489218E-02 -2.35462043598227630E-02 -2.38423789575299104E-02
+ -2.41422789656947634E-02 -2.44459512439305152E-02 -2.47534432412614518E-02
+ -2.50648030035354186E-02 -2.53800791809313010E-02 -2.56993210355600382E-02
+ -2.60225784491607270E-02 -2.63499019308949985E-02 -2.66813426252374732E-02
+ -2.70169523199676707E-02 -2.73567834542603333E-02 -2.77008891268788887E-02
+ -2.80493231044713597E-02 -2.84021398299703527E-02 -2.87593944310996601E-02
+ -2.91211427289872447E-02 -2.94874412468857684E-02 -2.98583472190040826E-02
+ -3.02339185994494990E-02 -3.06142140712813253E-02 -3.09992930556804262E-02
+ -3.13892157212317946E-02 -3.17840429933251636E-02 -3.21838365636740731E-02
+ -3.25886588999533822E-02 -3.29985732555592992E-02 -3.34136436794913935E-02
+ -3.38339350263585845E-02 -3.42595129665125980E-02 -3.46904439963060668E-02
+ -3.51267954484824896E-02 -3.55686355026951020E-02 -3.60160331961582938E-02
+ -3.64690584344334462E-02 -3.69277820023498002E-02 -3.73922755750632288E-02
+ -3.78626117292533357E-02 -3.83388639544626833E-02 -3.88211066645758884E-02
+ -3.93094152094466409E-02 -3.98038658866684131E-02 -4.03045359534938488E-02
+ -4.08115036389033597E-02 -4.13248481558275288E-02 -4.18446497135204626E-02
+ -4.23709895300907607E-02 -4.29039498451892348E-02 -4.34436139328554100E-02
+ -4.39900661145274374E-02 -4.45433917722139472E-02 -4.51036773618317191E-02
+ -4.56710104267113032E-02 -4.62454796112729549E-02 -4.68271746748736284E-02
+ -4.74161865058286003E-02 -4.80126071356083012E-02 -4.86165297532158910E-02
+ -4.92280487197424427E-02 -4.98472595831080251E-02 -5.04742590929864315E-02
+ -5.11091452159175355E-02 -5.17520171506109863E-02 -5.24029753434393647E-02
+ -5.30621215041305189E-02 -5.37295586216519905E-02 -5.44053909802994853E-02
+ -5.50897241759846015E-02 -5.57826651327295794E-02 -5.64843221193670267E-02
+ -5.71948047664506826E-02 -5.79142240833802197E-02 -5.86426924757378135E-02
+ -5.93803237628454522E-02 -6.01272331955422235E-02 -6.08835374741834717E-02
+ -6.16493547668687178E-02 -6.24248047278961257E-02 -6.32100085164514630E-02
+ -6.40050888155283271E-02 -6.48101698510902824E-02 -6.56253774114702454E-02
+ -6.64508388670154160E-02 -6.72866831899787271E-02 -6.81330409746604276E-02
+ -6.89900444578012834E-02 -6.98578275392341963E-02 -7.07365258027935345E-02
+ -7.16262765374870852E-02 -7.25272187589365708E-02 -7.34394932310825643E-02
+ -7.43632424881674192E-02 -7.52986108569902585E-02 -7.62457444794435169E-02
+ -7.72047913353319931E-02 -7.81759012654784785E-02 -7.91592259951198612E-02
+ -8.01549191575957748E-02 -8.11631363183359239E-02 -8.21840349991497243E-02
+ -8.32177747028168130E-02 -8.42645169379918624E-02 -8.53244252444160800E-02
+ -8.63976652184519772E-02 -8.74844045389318176E-02 -8.85848129933348438E-02
+ -8.96990625042923956E-02 -9.08273271564243728E-02 -9.19697832235147616E-02
+ -9.31266091960251535E-02 -9.42979858089568190E-02 -9.54840960700590047E-02
+ -9.66851252883948881E-02 -9.79012611032631513E-02 -9.91326935134832360E-02
+ -1.00379614907047679E-01 -1.01642220091147747E-01 -1.02920706322574870E-01
+ -1.04215273338501821E-01 -1.05526123387651841E-01 -1.06853461261860572E-01
+ -1.08197494328027638E-01 -1.09558432560475358E-01 -1.10936488573708719E-01
+ -1.12331877655590773E-01 -1.13744817800925241E-01 -1.15175529745473404E-01
+ -1.16624237000382394E-01 -1.18091165887056815E-01 -1.19576545572461695E-01
+ -1.21080608104866913E-01 -1.22603588450046208E-01 -1.24145724527918874E-01
+ -1.25707257249661974E-01 -1.27288430555277082E-01 -1.28889491451637028E-01
+ -1.30510690050999301E-01 -1.32152279610012052E-01 -1.33814516569199321E-01
+ -1.35497660592944630E-01 -1.37201974609977295E-01 -1.38927724854359752E-01
+ -1.40675180906993297E-01 -1.42444615737638614E-01 -1.44236305747465682E-01
+ -1.46050530812133483E-01 -1.47887574325410220E-01 -1.49747723243336045E-01
+ -1.51631268128941288E-01 -1.53538503197523407E-01 -1.55469726362485294E-01
+ -1.57425239281754836E-01 -1.59405347404774661E-01 -1.61410360020086574E-01
+ -1.63440590303507244E-01 -1.65496355366904380E-01 -1.67577976307585724E-01
+ -1.69685778258299669E-01 -1.71820090437862560E-01 -1.73981246202421114E-01
+ -1.76169583097346955E-01 -1.78385442909782810E-01 -1.80629171721847920E-01
+ -1.82901119964494763E-01 -1.85201642472053951E-01 -1.87531098537440516E-01
+ -1.89889851968064821E-01 -1.92278271142429152E-01 -1.94696729067430213E-01
+ -1.97145603436383349E-01 -1.99625276687756398E-01 -2.02136136064642563E-01
+ -2.04678573674973802E-01 -2.07252986552478258E-01 -2.09859776718399421E-01
+ -2.12499351243978118E-01 -2.15172122313716935E-01 -2.17878507289425705E-01
+ -2.20618928775063006E-01 -2.23393814682385339E-01 -2.26203598297404357E-01
+ -2.29048718347681451E-01 -2.31929619070438575E-01 -2.34846750281529459E-01
+ -2.37800567445258015E-01 -2.40791531745060045E-01 -2.43820110155070130E-01
+ -2.46886775512552531E-01 -2.49992006591260890E-01 -2.53136288175670909E-01
+ -2.56320111136156104E-01 -2.59543972505077936E-01 -2.62808375553821583E-01
+ -2.66113829870783025E-01 -2.69460851440312787E-01 -2.72849962722639838E-01
+ -2.76281692734776763E-01 -2.79756577132426409E-01 -2.83275158292883300E-01
+ -2.86837985398973094E-01 -2.90445614524017792E-01 -2.94098608717833887E-01
+ -2.97797538093806491E-01 -3.01542979917016174E-01 -3.05335518693457375E-01
+ -3.09175746260342499E-01 -3.13064261877521066E-01 -3.17001672320006422E-01
+ -3.20988591971655246E-01 -3.25025642919958058E-01 -3.29113455052031156E-01
+ -3.33252666151741594E-01 -3.37443921998040686E-01 -3.41687876464485007E-01
+ -3.45985191619978594E-01 -3.50336537830729100E-01 -3.54742593863453637E-01
+ -3.59204046989834436E-01 -3.63721593092237561E-01 -3.68295936770727750E-01
+ -3.72927791451364676E-01 -3.77617879495808162E-01 -3.82366932312266816E-01
+ -3.87175690467773503E-01 -3.92044903801804789E-01 -3.96975331541296994E-01
+ -4.01967742417019047E-01 -4.07022914781364542E-01 -4.12141636727545169E-01
+ -4.17324706210217222E-01 -4.22572931167560728E-01 -4.27887129644804742E-01
+ -4.33268129919240075E-01 -4.38716770626720987E-01 -4.44233900889665412E-01
+ -4.49820380446591117E-01 -4.55477079783185523E-01 -4.61204880264918793E-01
+ -4.67004674271247255E-01 -4.72877365331387023E-01 -4.78823868261697927E-01
+ -4.84845109304687605E-01 -4.90942026269635456E-01 -4.97115568674903030E-01
+ -5.03366697891855952E-01 -5.09696387290527242E-01 -5.16105622386948015E-01
+ -5.22595400992193260E-01 -5.29166733363180319E-01 -5.35820642355196219E-01
+ -5.42558163576203012E-01 -5.49380345542914927E-01 -5.56288249838687077E-01
+ -5.63282951273211929E-01 -5.70365538044023790E-01 -5.77537111899905753E-01
+ -5.84798788306098438E-01 -5.92151696611427747E-01 -5.99596980217311337E-01
+ -6.07135796748681233E-01 -6.14769318226826345E-01 -6.22498731244202741E-01
+ -6.30325237141162176E-01 -6.38250052184675010E-01 -6.46274407749075852E-01
+ -6.54399550498727445E-01 -6.62626742572809069E-01 -6.70957261772051505E-01
+ -6.79392401747575647E-01 -6.87933472191757045E-01 -6.96581799031203208E-01
+ -7.05338724621792923E-01 -7.14205607945823329E-01 -7.23183824811299281E-01
+ -7.32274768053308489E-01 -7.41479847737597231E-01 -7.50800491366226397E-01
+ -7.60238144085478296E-01 -7.69794268895870326E-01 -7.79470346864392316E-01
+ -7.89267877338932999E-01 -7.99188378164919389E-01 -8.09233385904172042E-01
+ -8.19404456055968122E-01 -8.29703163280366307E-01 -8.40131101623767584E-01
+ -8.50689884746690939E-01 -8.61381146153857635E-01 -8.72206539426465421E-01
+ -8.83167738456797968E-01 -8.94266437685050541E-01 -9.05504352338424412E-01
+ -9.16883218672529310E-01 -9.28404794215009654E-01 -9.40070858011475829E-01
+ -9.51883210873672447E-01 -9.63843675629940666E-01 -9.75954097377926488E-01
+ -9.88216343739534486E-01 -1.00063230511816159E+00 -1.01320389495811214E+00
+ -1.02593305000633617E+00 -1.03882173057627059E+00 -1.05187192081400083E+00
+ -1.06508562896652781E+00 -1.07846488765226489E+00 -1.09201175413364715E+00
+ -1.10572831059191867E+00 -1.11961666440402596E+00 -1.13367894842155348E+00
+ -1.14791732125181434E+00 -1.16233396754086860E+00 -1.17693109825863940E+00
+ -1.19171095098594515E+00 -1.20667579020345328E+00 -1.22182790758259596E+00
+ -1.23716962227824667E+00 -1.25270328122325703E+00 -1.26843125942476398E+00
+ -1.28435596026213772E+00 -1.30047981578665106E+00 -1.31680528702266852E+00
+ -1.33333486427044634E+00 -1.35007106741030780E+00 -1.36701644620828233E+00
+ -1.38417358062300022E+00 -1.40154508111385856E+00 -1.41913358895033914E+00
+ -1.43694177652238486E+00 -1.45497234765173222E+00 -1.47322803790412826E+00
+ -1.49171161490232351E+00 -1.51042587863970490E+00 -1.52937366179446665E+00
+ -1.54855783004421843E+00 -1.56798128238087497E+00 -1.58764695142567347E+00
+ -1.60755780374427903E+00 -1.62771684016164597E+00 -1.64812709607667740E+00
+ -1.66879164177640349E+00 -1.68971358274949224E+00 -1.71089605999896932E+00
+ -1.73234225035400491E+00 -1.75405536678037177E+00 -1.77603865868959665E+00
+ -1.79829541224646339E+00 -1.82082895067461847E+00 -1.84364263456015376E+00
+ -1.86673986215276333E+00 -1.89012406966439106E+00 -1.91379873156486902E+00
+ -1.93776736087458135E+00 -1.96203350945345290E+00 -1.98660076828625254E+00
+ -2.01147276776392614E+00 -2.03665317796018686E+00 -2.06214570890362214E+00
+ -2.08795411084442240E+00 -2.11408217451559777E+00 -2.14053373138830816E+00
+ -2.16731265392073258E+00 -2.19442285580005825E+00 -2.22186829217743265E+00
+ -2.24965295989482650E+00 -2.27778089770378811E+00 -2.30625618647560238E+00
+ -2.33508294940172823E+00 -2.36426535218470413E+00 -2.39380760321845276E+00
+ -2.42371395375739551E+00 -2.45398869807397757E+00 -2.48463617360390643E+00
+ -2.51566076107794601E+00 -2.54706688464027486E+00 -2.57885901195227696E+00
+ -2.61104165428055879E+00 -2.64361936656952556E+00 -2.67659674749649001E+00
+ -2.70997843950890527E+00 -2.74376912884323376E+00 -2.77797354552377795E+00
+ -2.81259646334058866E+00 -2.84764269980645590E+00 -2.88311711609019161E+00
+ -2.91902461692639159E+00 -2.95537015050050256E+00 -2.99215870830697250E+00
+ -3.02939532498013309E+00 -3.06708507809701203E+00 -3.10523308794861475E+00
+ -3.14384451728089021E+00 -3.18292457100261927E+00 -3.22247849585776880E+00
+ -3.26251158006320541E+00 -3.30302915290830468E+00 -3.34403658431419926E+00
+ -3.38553928435383966E+00 -3.42754270272793260E+00 -3.47005232819563636E+00
+ -3.51307368796053243E+00 -3.55661234700605933E+00 -3.60067390737998805E+00
+ -3.64526400742832468E+00 -3.69038832097099867E+00 -3.73605255642103140E+00
+ -3.78226245584569076E+00 -3.82902379396151504E+00 -3.87634237706644491E+00
+ -3.92422404190544016E+00 -3.97267465446153434E+00 -4.02170010867664907E+00
+ -4.07130632509646961E+00 -4.12149924943126855E+00 -4.17228485103898361E+00
+ -4.22366912132057681E+00 -4.27565807202227255E+00 -4.32825773345071418E+00
+ -4.38147415258775119E+00 -4.43531339110176237E+00 -4.48978152326224755E+00
+ -4.54488463373859464E+00 -4.60062881528600975E+00 -4.65702016632193860E+00
+ -4.71406478837079845E+00 -4.77176878338548960E+00 -4.83013825094457872E+00
+ -4.88917928530068036E+00 -4.94889797229471284E+00 -5.00930038612812645E+00
+ -5.07039258596859277E+00 -5.13218061240958612E+00 -5.19467048376718843E+00
+ -5.25786819219204560E+00 -5.32177969962249264E+00 -5.38641093354956713E+00
+ -5.45176778258003925E+00 -5.51785609182533232E+00 -5.58468165807332451E+00
+ -5.65225022474201655E+00 -5.72056747664045062E+00 -5.78963903448031303E+00
+ -5.85947044915399307E+00 -5.93006719579767694E+00 -6.00143466756931510E+00
+ -6.07357816917974347E+00 -6.14650291017990558E+00 -6.22021399792680985E+00
+ -6.29471643028952510E+00 -6.37001508807475147E+00 -6.44611472709675226E+00
+ -6.52301996997306333E+00 -6.60073529759482103E+00 -6.67926504020997935E+00
+ -6.75861336821682990E+00 -6.83878428257710791E+00 -6.91978160481592397E+00
+ -7.00160896671287780E+00 -7.08426979954828617E+00 -7.16776732291720720E+00
+ -7.25210453320880788E+00 -7.33728419156919731E+00 -7.42330881142038113E+00
+ -7.51018064560993448E+00 -7.59790167296615682E+00 -7.68647358440909390E+00
+ -7.77589776863901072E+00 -7.86617529715814268E+00 -7.95730690885265002E+00
+ -8.04929299407973176E+00 -8.14213357802519333E+00 -8.23582830363064744E+00
+ -8.33037641392868977E+00 -8.42577673360430701E+00 -8.52202765013517194E+00
+ -8.61912709421707746E+00 -8.71707251939683125E+00 -8.81586088128700851E+00
+ -8.91548861591993891E+00 -9.01595161732136852E+00 -9.11724521465463056E+00
+ -9.21936414834129536E+00 -9.32230254544979076E+00 -9.42605389461637166E+00
+ -9.53061101977681879E+00 -9.63596605325319366E+00 -9.74211040828971875E+00
+ -9.84903475025526376E+00 -9.95672896732211044E+00 -1.00651821404483570E+01
+ -1.01743825119354856E+01 -1.02843174536030890E+01 -1.03949734340548083E+01
+ -1.05063359845018649E+01 -1.06183896643532307E+01 -1.07311180256167429E+01
+ -1.08445035759353114E+01 -1.09585277415305686E+01 -1.10731708286171759E+01
+ -1.11884119836458886E+01 -1.13042291535590618E+01 -1.14205990441400989E+01
+ -1.15374970775188075E+01 -1.16548973497167410E+01 -1.17727725859227039E+01
+ -1.18910940953918534E+01 -1.20098317262753937E+01 -1.21289538179182443E+01
+ -1.22484271533640978E+01 -1.23682169114991254E+01 -1.24882866165977404E+01
+ -1.26085980887299538E+01 -1.27291113933250823E+01 -1.28497847883305969E+01
+ -1.29705746729236111E+01 -1.30914355347046101E+01 -1.32123198950060257E+01
+ -1.33331782564231602E+01 -1.34539590479948998E+01 -1.35746085694055143E+01
+ -1.36950709379672873E+01 -1.38152880323492369E+01 -1.39351994366613230E+01
+ -1.40547423876355868E+01 -1.41738517177428403E+01 -1.42924598004347718E+01
+ -1.44104964983740764E+01 -1.45278891071631833E+01 -1.46445623033057704E+01
+ -1.47604380945011719E+01 -1.48754357656514280E+01 -1.49894718313887481E+01
+ -1.51024599897305833E+01 -1.52143110724813653E+01 -1.53249330045051781E+01
+ -1.54342307623872710E+01 -1.55421063318706310E+01 -1.56484586763782350E+01
+ -1.57531837027881547E+01 -1.58561742291301719E+01 -1.59573199651701607E+01
+ -1.60565074879964840E+01 -1.61536202238520410E+01 -1.62485384438494620E+01
+ -1.63411392528295458E+01 -1.64312965898935772E+01 -1.65188812425033369E+01
+ -1.66037608530582830E+01 -1.66857999432784148E+01 -1.67648599502697806E+01
+ -1.68407992562757585E+01 -1.69134732425584176E+01 -1.69827343515607616E+01
+ -1.70484321461932957E+01 -1.71104133993345435E+01 -1.71685221868590290E+01
+ -1.72225999837345789E+01 -1.72724857955572801E+01 -1.73180162879905843E+01
+ -1.73590259277873677E+01 -1.73953471628356162E+01 -1.74268105944537162E+01
+ -1.74532451721560520E+01 -1.74744784283936561E+01 -1.74903367011979967E+01
+ -1.75006453919257936E+01 -1.75052292601891430E+01 -1.75039127055181574E+01
+ -1.74965200970021151E+01 -1.74828761333588218E+01 -1.74628061928865428E+01
+ -1.74361367429424696E+01 -1.74026957696716380E+01 -1.73623132052379106E+01
+ -1.73148214234612858E+01 -1.72600557430065606E+01 -1.71978549397992069E+01
+ -1.71280618325211798E+01 -1.70505238619668695E+01 -1.69650936943573321E+01
+ -1.68716298966002967E+01 -1.67699975928563099E+01 -1.66600691608125295E+01
+ -1.65417249915355811E+01 -1.64148542217480689E+01 -1.62793555195792514E+01
+ -1.61351379175571417E+01 -1.59821216152070420E+01 -1.58202388425758347E+01
+ -1.56494347484340341E+01 -1.54696682609482767E+01 -1.52809130068597963E+01
+ -1.50831582298072906E+01 -1.48764096866966877E+01 -1.46606905879475313E+01
+ -1.44360425122526461E+01 -1.42025263030116591E+01 -1.39602229805448292E+01
+ -1.37092346093083002E+01 -1.34496851421186179E+01 -1.31817212393974099E+01
+ -1.29055130323988330E+01 -1.26212548429786668E+01 -1.23291658291098010E+01
+ -1.20294905724292320E+01 -1.17224995785976880E+01 -1.14084896545029562E+01
+ -1.10877842295848765E+01 -1.07607335186427502E+01 -1.04277145252897174E+01
+ -1.00891309849727300E+01 -9.74541305176185269E+00 -9.39701681483487405E+00
+ -9.04442373005860034E+00 -8.68813967838097412E+00 -8.32869387889610024E+00
+ -7.96663765880061714E+00 -7.60254272895774896E+00 -7.23699938025090184E+00
+ -6.87061443373433356E+00 -6.50400859569572631E+00 -6.13781383582604079E+00
+ -5.77267036754678919E+00 -5.40922298837669135E+00 -5.04811756187957528E+00
+ -4.68999691253131434E+00 -4.33549613362849318E+00 -3.98523813492493328E+00
+ -3.63982841383049927E+00 -3.29984941571233970E+00 -2.96585518548691107E+00
+ -2.63836510292682647E+00 -2.31785751217890557E+00 -2.00476363925511558E+00
+ -1.69946056039052107E+00 -1.40226448204436616E+00 -1.11342426398303007E+00
+ -8.33114129487580346E-01 -5.61427171265345026E-01 -2.98369057419208050E-01
+ -4.38512819415674271E-02  2.02314310011895981E-01  4.40420761065073718E-01
+  6.70871098813973998E-01  8.94181766226576413E-01  1.11098559676121367E+00
+  1.32203386128461542E+00  1.52819639709822286E+00  1.73046077291984579E+00
+  1.92992970534797159E+00  2.12781641535323107E+00  2.32543819333062496E+00
+  2.52420757913264948E+00  2.72562136045654357E+00  2.93124670740099758E+00
+  3.14270471371454274E+00  3.36165154384648401E+00  3.58975560871416555E+00
+  3.82867258064458360E+00  4.08001762761788811E+00  4.34533290628740598E+00
+  4.62605406513586193E+00  4.92347343116205494E+00  5.23869854461030382E+00
+  5.57261151326116444E+00  5.92582460477294060E+00  6.29863269209268939E+00
+  6.69096866608631036E+00  7.10235528838753361E+00  7.53185710133997777E+00
+  7.97803755738784304E+00  8.43891414292736464E+00  8.91191833594380256E+00
+  9.39386311583781719E+00  9.88091206451145609E+00  1.03685590263555820E+01
+  1.08516180414840839E+01  1.13242209588339016E+01  1.17798312253616544E+01
+  1.22112718026200504E+01  1.26107692671631639E+01  1.29700184879298028E+01
+  1.32802676427572734E+01  1.35324295543391440E+01  1.37172164422029130E+01
+  1.38253053049571939E+01  1.38475401433261904E+01  1.37751605707665981E+01
+  1.36000777339254917E+01  1.33151977473945546E+01  1.29147794339741200E+01
+  1.23948666114146668E+01  1.17537818079294762E+01  1.09926765305430756E+01
+  1.01162026445282986E+01  9.13327127408862793E+00  8.05792138888840270E+00
+  6.91039167887513717E+00  5.71833818677676753E+00  4.51827704324896917E+00
+  3.35723547507879649E+00  2.29529178011267332E+00  1.41019536538849111E+00
+  7.65505328408317531E-01  3.25102243204962893E-01  5.69791524862791193E-02
+ -7.63072513102254768E-02 -1.14167511044439923E-01 -9.55594430438540948E-02
+ -5.55730511317838044E-02 -2.08409155004277390E-02 -2.79090609871263020E-03
+  1.44418900375467433E-04  3.29398687769151519E-05  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+                              </PP_BETA.2>
+ <PP_BETA.3 type="real" size="   969" angular_momentum="1" columns="3" cutoff_radius_index="   797" norm_conserving_radius="    1.701741">
+  1.76586467077089624E-07  1.81056774618353300E-07  1.85640248525819485E-07
+  1.90339753619276720E-07  1.95158227241751894E-07  2.00098681095446907E-07
+  2.05164203124137170E-07  2.10357959443248497E-07  2.15683196318770112E-07
+  2.21143242196284257E-07  2.26741509781340565E-07  2.32481498172515712E-07
+  2.38366795048453968E-07  2.44401078910285699E-07  2.50588121380804926E-07
+  2.56931789561857167E-07  2.63436048451394862E-07  2.70104963421736137E-07
+  2.76942702760543258E-07  2.83953540276141239E-07  2.91141857968779757E-07
+  2.98512148769523133E-07  3.06069019348475736E-07  3.13817192994101232E-07
+  3.21761512565414844E-07  3.29906943518937378E-07  3.38258577012254488E-07
+  3.46821633086154129E-07  3.55601463927315307E-07  3.64603557213596836E-07
+  3.73833539544005302E-07  3.83297179955495922E-07  3.93000393528811015E-07
+  4.02949245085578233E-07  4.13149952979026675E-07  4.23608892980644107E-07
+  4.34332602265242347E-07  4.45327783496886874E-07  4.56601309018282607E-07
+  4.68160225146192805E-07  4.80011756575612925E-07  4.92163310895432010E-07
+  5.04622483218401340E-07  5.17397060928319036E-07  5.30495028547394310E-07
+  5.43924572726803269E-07  5.57694087363623001E-07  5.71812178847258995E-07
+  5.86287671438714640E-07  6.01129612786029428E-07  6.16347279579327985E-07
+  6.31950183349046786E-07  6.47948076410925948E-07  6.64350957961516353E-07
+  6.81169080327973912E-07  6.98412955376093048E-07  7.16093361080519976E-07
+  7.34221348261337655E-07  7.52808247491167588E-07  7.71865676177099740E-07
+  7.91405545821949076E-07  8.11440069469293050E-07  8.31981769337002938E-07
+  8.53043484643994074E-07  8.74638379635143366E-07  8.96779951809325523E-07
+  9.19482040355760945E-07  9.42758834803925811E-07  9.66624883892421989E-07
+  9.91095104662390513E-07  1.01618479178109387E-06  1.04190962710154423E-06
+  1.06828568946410933E-06  1.09532946474630238E-06  1.12305785616689186E-06
+  1.15148819485095880E-06  1.18063825066231838E-06  1.21052624331022677E-06
+  1.24117085373723007E-06  1.27259123579529720E-06  1.30480702821751178E-06
+  1.33783836689289636E-06  1.37170589745187306E-06  1.40643078817037928E-06
+  1.44203474320070599E-06  1.47854001613713591E-06  1.51596942392512209E-06
+  1.55434636112249772E-06  1.59369481452175590E-06  1.63403937814247164E-06
+  1.67540526860321296E-06  1.71781834088269295E-06  1.76130510447977689E-06
+  1.80589273998273945E-06  1.85160911605779540E-06  1.89848280686782888E-06
+  1.94654310993203176E-06  1.99582006443758395E-06  2.04634447001505046E-06
+  2.09814790598889477E-06  2.15126275111546132E-06  2.20572220382050269E-06
+  2.26156030294912823E-06  2.31881194904092204E-06  2.37751292614374338E-06
+  2.43769992417965581E-06  2.49941056187707449E-06  2.56268341028342040E-06
+  2.62755801687305105E-06  2.69407493026539117E-06  2.76227572556885096E-06
+  2.83220303036629553E-06  2.90390055135831383E-06  2.97741310168105859E-06
+  3.05278662891544314E-06  3.13006824380554146E-06  3.20930624970391406E-06
+  3.29055017276234742E-06  3.37385079288683949E-06  3.45926017547627955E-06
+  3.54683170396438850E-06  3.63662011318574125E-06  3.72868152358614211E-06
+  3.82307347629916590E-06  3.91985496911067414E-06  4.01908649333371172E-06
+  4.12083007161679491E-06  4.22514929670945414E-06  4.33210937120894333E-06
+  4.44177714831333960E-06  4.55422117360597922E-06  4.66951172789789284E-06
+  4.78772087115467746E-06  4.90892248753540748E-06  5.03319233157152084E-06
+  5.16060807551489264E-06  5.29124935788439520E-06  5.42519783324138007E-06
+  5.56253722322518088E-06  5.70335336888059296E-06  5.84773428430998208E-06
+  5.99577021168350719E-06  6.14755367764186104E-06  6.30317955112692206E-06
+  6.46274510267627566E-06  6.62635006521867618E-06  6.79409669640845937E-06
+  6.96608984253818980E-06  7.14243700406872612E-06  7.32324840281857398E-06
+  7.50863705085371172E-06  7.69871882112157979E-06  7.89361251987284236E-06
+  8.09343996091663491E-06  8.29832604175539133E-06  8.50839882164698451E-06
+  8.72378960164288540E-06  8.94463300665236399E-06  9.17106706958416224E-06
+  9.40323331761797880E-06  9.64127686065990626E-06  9.88534648203690341E-06
+  1.01355947314872011E-05  1.03921780205044468E-05  1.06552567200956520E-05
+  1.09249952610131460E-05  1.12015622365246186E-05  1.14851305077839410E-05
+  1.17758773118693732E-05  1.20739843725568602E-05  1.23796380138971288E-05
+  1.26930292766680517E-05  1.30143540377741791E-05  1.33438131326695878E-05
+  1.36816124808787789E-05  1.40279632146953598E-05  1.43830818111385007E-05
+  1.47471902272491152E-05  1.51205160388113553E-05  1.55032925825855334E-05
+  1.58957591021406054E-05  1.62981608973789592E-05  1.67107494778457528E-05
+  1.71337827199185292E-05  1.75675250279766842E-05  1.80122474996489828E-05
+  1.84682280952457450E-05  1.89357518114783007E-05  1.94151108595760421E-05
+  1.99066048479127615E-05  2.04105409692543940E-05  2.09272341927477087E-05
+  2.14570074607671197E-05  2.20001918907457650E-05  2.25571269821140168E-05
+  2.31281608284759805E-05  2.37136503351577671E-05  2.43139614422608702E-05
+  2.49294693533615806E-05  2.55605587700004428E-05  2.62076241321047444E-05
+  2.68710698644981257E-05  2.75513106296492824E-05  2.82487715868168740E-05
+  2.89638886577555911E-05  2.96971087991450985E-05  3.04488902819167003E-05
+  3.12197029776481661E-05  3.20100286522077089E-05  3.28203612668316431E-05
+  3.36512072868190776E-05  3.45030859980441807E-05  3.53765298314748377E-05
+  3.62720846959080096E-05  3.71903103191260827E-05  3.81317805976845927E-05
+  3.90970839555583751E-05  4.00868237118597975E-05  4.11016184578656406E-05
+  4.21421024435869292E-05  4.32089259741211954E-05  4.43027558160349658E-05
+  4.54242756140346373E-05  4.65741863181780879E-05  4.77532066219016918E-05
+  4.89620734111315334E-05  5.02015422247601776E-05  5.14723877267773790E-05
+  5.27754041903516141E-05  5.41114059941562601E-05  5.54812281312633507E-05
+  5.68857267309111212E-05  5.83257795934770284E-05  5.98022867389899409E-05
+  6.13161709695224551E-05  6.28683784458118335E-05  6.44598792784808230E-05
+  6.60916681342101769E-05  6.77647648572553274E-05  6.94802151066941813E-05
+  7.12390910097886404E-05  7.30424918318926597E-05  7.48915446633042570E-05
+  7.67874051234963904E-05  7.87312580831706543E-05  8.07243184045842961E-05
+  8.27678317005999263E-05  8.48630751129509514E-05  8.70113581101956968E-05
+  8.92140233058567460E-05  9.14724472972698691E-05  9.37880415256496763E-05
+  9.61622531579154802E-05  9.85965659908357990E-05  1.01092501378039293E-04
+  1.03651619180480001E-04  1.06275518740958562E-04  1.08965839883283755E-04
+  1.11724263936719854E-04  1.14552514786355020E-04  1.17452359950028781E-04
+  1.20425611682512218E-04  1.23474128107626955E-04  1.26599814378981296E-04
+  1.29804623870091024E-04  1.33090559394599044E-04  1.36459674457345160E-04
+  1.39914074537103936E-04  1.43455918401759307E-04  1.47087419456731484E-04
+  1.50810847127532023E-04  1.54628528277278202E-04  1.58542848660041372E-04
+  1.62556254410988539E-04  1.66671253574180199E-04  1.70890417669008359E-04
+  1.75216383296275318E-04  1.79651853784859589E-04  1.84199600880021998E-04
+  1.88862466474444123E-04  1.93643364382985606E-04  1.98545282162344221E-04
+  2.03571282976750450E-04  2.08724507510778034E-04  2.14008175930565080E-04
+  2.19425589894617590E-04  2.24980134615406391E-04  2.30675280973142386E-04
+  2.36514587682962467E-04  2.42501703516872770E-04  2.48640369581915315E-04
+  2.54934421655897815E-04  2.61387792582114058E-04  2.68004514724696260E-04
+  2.74788722485939062E-04  2.81744654887250824E-04  2.88876658215407990E-04
+  2.96189188735601074E-04  3.03686815473050420E-04  3.11374223064999473E-04
+  3.19256214684646275E-04  3.27337715039021293E-04  3.35623773442665066E-04
+  3.44119566968814281E-04  3.52830403680319201E-04  3.61761725942193072E-04
+  3.70919113817688338E-04  3.80308288550329618E-04  3.89935116133841529E-04
+  3.99805610972118802E-04  4.09925939631831330E-04  4.20302424689696389E-04
+  4.30941548676776545E-04  4.41849958122654367E-04  4.53034467701490871E-04
+  4.64502064482749644E-04  4.76259912289467584E-04  4.88315356166275417E-04
+  5.00675926960267238E-04  5.13349346017698727E-04  5.26343529998883836E-04
+  5.39666595814789819E-04  5.53326865688329541E-04  5.67332872343002015E-04
+  5.81693364322724538E-04  5.96417311445933515E-04  6.11513910396859839E-04
+  6.26992590458278235E-04  6.42863019388730775E-04  6.59135109447610192E-04
+  6.75819023572725398E-04  6.92925181713344943E-04  7.10464267322607145E-04
+  7.28447234014283334E-04  7.46885312386768121E-04  7.65790017019033669E-04
+  7.85173153643450622E-04  8.05046826498701960E-04  8.25423445868080021E-04
+  8.46315735808239253E-04  8.67736742071740673E-04  8.89699840229613622E-04
+  9.12218743998803334E-04  9.35307513778272986E-04  9.58980565400881723E-04
+  9.83252679105579928E-04  1.00813900873436275E-03  1.03365509116190015E-03
+  1.05981685596203811E-03  1.08664063531652686E-03  1.11414317417448555E-03
+  1.14234164066658300E-03  1.17125363678024608E-03  1.20089720930510757E-03
+  1.23129086105208717E-03  1.26245356235420918E-03  1.29440476285812745E-03
+  1.32716440360994086E-03  1.36075292944497998E-03  1.39519130169018526E-03
+  1.43050101118307924E-03  1.46670409161868669E-03  1.50382313323246266E-03
+  1.54188129682373545E-03  1.58090232813316964E-03  1.62091057258102441E-03
+  1.66193099037192579E-03  1.70398917198164870E-03  1.74711135403103103E-03
+  1.79132443555487749E-03  1.83665599468253683E-03  1.88313430573390180E-03
+  1.93078835674136118E-03  1.97964786741496902E-03  2.02974330755334442E-03
+  2.08110591591429382E-03  2.13376771956196379E-03  2.18776155369242208E-03
+  2.24312108195564262E-03  2.29988081728917668E-03  2.35807614326561960E-03
+  2.41774333597618392E-03  2.47891958646309640E-03  2.54164302370403364E-03
+  2.60595273817565811E-03  2.67188880600498137E-03  2.73949231371453618E-03
+  2.80880538359267384E-03  2.87987119969286944E-03  2.95273403447260515E-03
+  3.02743927610618288E-03  3.10403345647033762E-03  3.18256427981964199E-03
+  3.26308065218719164E-03  3.34563271150459859E-03  3.43027185846756866E-03
+  3.51705078817952065E-03  3.60602352256537886E-03  3.69724544359125579E-03
+  3.79077332731750979E-03  3.88666537877674963E-03  3.98498126772350251E-03
+  4.08578216527456101E-03  4.18913078143399401E-03  4.29509140356073519E-03
+  4.40372993578647901E-03  4.51511393938347147E-03  4.62931267415110908E-03
+  4.74639714081389035E-03  4.86644012444275523E-03  4.98951623897413241E-03
+  5.11570197280533569E-03  5.24507573549431744E-03  5.37771790563907042E-03
+  5.51371087990209889E-03  5.65313912322964410E-03  5.79608922033377025E-03
+  5.94264992839318041E-03  6.09291223104949705E-03  6.24696939374932200E-03
+  6.40491702038646984E-03  6.56685311134846527E-03  6.73287812299308130E-03
+  6.90309502851412307E-03  7.07760938032931785E-03  7.25652937398240435E-03
+  7.43996591353404246E-03  7.62803267859962341E-03  7.82084619298567367E-03
+  8.01852589492811976E-03  8.22119420910594548E-03  8.42897662033954310E-03
+  8.64200174902027274E-03  8.86040142844344084E-03  9.08431078391572222E-03
+  9.31386831374268753E-03  9.54921597224168799E-03  9.79049925462832475E-03
+  1.00378672839480133E-02  1.02914729001500286E-02  1.05514727511447116E-02
+  1.08180273860861691E-02  1.10913013509093550E-02  1.13714632859706500E-02
+  1.16586860261125823E-02  1.19531467030821424E-02  1.22550268501959818E-02
+  1.25645125096337310E-02  1.28817943421781905E-02  1.32070677393710430E-02
+  1.35405329384999298E-02  1.38823951401204765E-02  1.42328646281957120E-02
+  1.45921568932576851E-02  1.49604927581917131E-02  1.53380985068792119E-02
+  1.57252060160271503E-02  1.61220528897200385E-02  1.65288825971034517E-02
+  1.69459446133929451E-02  1.73734945637184571E-02  1.78117943704060450E-02
+  1.82611124036890192E-02  1.87217236353929110E-02  1.91939097963856921E-02
+  1.96779595375246343E-02  2.01741685937531119E-02  2.06828399522963127E-02
+  2.12042840243845954E-02  2.17388188203576568E-02  2.22867701291812742E-02
+  2.28484717014916412E-02  2.34242654363262665E-02  2.40145015725248753E-02
+  2.46195388836451361E-02  2.52397448769513741E-02  2.58754959972464955E-02
+  2.65271778342150467E-02  2.71951853342947622E-02  2.78799230174718547E-02
+  2.85818051976014786E-02  2.93012562077755723E-02  3.00387106305825130E-02
+  3.07946135319518005E-02  3.15694207006006200E-02  3.23635988922166551E-02
+  3.31776260773692516E-02  3.40119916955609891E-02  3.48671969137414953E-02
+  3.57437548888164605E-02  3.66421910367503295E-02  3.75630433057515534E-02
+  3.85068624538958890E-02  3.94742123336084272E-02  4.04656701798016757E-02
+  4.14818269030640951E-02  4.25232873897327113E-02  4.35906708051805453E-02
+  4.46846109029268024E-02  4.58057563403670154E-02  4.69547709973106367E-02
+  4.81323343012322047E-02  4.93391415585538451E-02  5.05759042884205909E-02
+  5.18433505641263392E-02  5.31422253596354546E-02  5.44732908984596129E-02
+  5.58373270110446573E-02  5.72351314959618565E-02  5.86675204836263481E-02
+  6.01353288090881524E-02  6.16394103870522778E-02  6.31806385900030715E-02
+  6.47599066354299924E-02  6.63781279735484453E-02  6.80362366791098516E-02
+  6.97351878516479506E-02  7.14759580144489343E-02  7.32595455189216510E-02
+  7.50869709559754545E-02  7.69592775643799104E-02  7.88775316461024778E-02
+  8.08428229863232678E-02  8.28562652689283086E-02  8.49189965005734682E-02
+  8.70321794361847978E-02  8.91970019988616719E-02  9.14146777096450508E-02
+  9.36864461145603400E-02  9.60135732057441765E-02  9.83973518528679647E-02
+  1.00839102226956120E-01  1.03340172218942483E-01  1.05901937867508691E-01
+  1.08525803774061014E-01  1.11213203514023334E-01  1.13965600054610885E-01
+  1.16784486154374437E-01  1.19671384761394176E-01  1.22627849413147569E-01
+  1.25655464612930562E-01  1.28755846207749602E-01  1.31930641760856115E-01
+  1.35181530896222563E-01  1.38510225647200697E-01  1.41918470790552781E-01
+  1.45408044148939292E-01  1.48980756899320665E-01  1.52638453855353629E-01
+  1.56383013716581531E-01  1.60216349322993001E-01  1.64140407870607130E-01
+  1.68157171094522412E-01  1.72268655453095137E-01  1.76476912259564744E-01
+  1.80784027783842977E-01  1.85192123346907017E-01  1.89703355349041619E-01
+  1.94319915272542498E-01  1.99044029663783678E-01  2.03877960036291189E-01
+  2.08824002753288551E-01  2.13884488871525641E-01  2.19061783894921064E-01
+  2.24358287512110233E-01  2.29776433272398883E-01  2.35318688163355050E-01
+  2.40987552173940467E-01  2.46785557769148817E-01  2.52715269262502429E-01
+  2.58779282170037761E-01  2.64980222446560554E-01  2.71320745620990900E-01
+  2.77803535900911946E-01  2.84431305130096512E-01  2.91206791650395480E-01
+  2.98132759111546575E-01  3.05211995106219047E-01  3.12447309717263810E-01
+  3.19841533982609560E-01  3.27397518160809031E-01  3.35118129917172491E-01
+  3.43006252388739996E-01  3.51064782030687972E-01  3.59296626388837304E-01
+  3.67704701705534653E-01  3.76291930295044152E-01  3.85061237843722814E-01
+  3.94015550494148215E-01  4.03157791696203915E-01  4.12490878969757557E-01
+  4.22017720402900753E-01  4.31741210923362206E-01  4.41664228453807706E-01
+  4.51789629760573297E-01  4.62120246087036890E-01  4.72658878630129564E-01
+  4.83408293678040279E-01  4.94371217544832209E-01  5.05550331298174949E-01
+  5.16948265128968631E-01  5.28567592525709062E-01  5.40410824188569783E-01
+  5.52480401581277536E-01  5.64778690285501206E-01  5.77307973046490508E-01
+  5.90070442468094702E-01  6.03068193493369376E-01  6.16303215543496097E-01
+  6.29777384330439838E-01  6.43492453422497168E-01  6.57450045463047750E-01
+  6.71651643091017214E-01  6.86098579573639289E-01  7.00792029124260529E-01
+  7.15732996941328969E-01  7.30922308926776898E-01  7.46360601163761017E-01
+  7.62048309113311784E-01  7.77985656487837351E-01  7.94172644000350925E-01
+  8.10609037798766807E-01  8.27294357631981891E-01  8.44227865042656234E-01
+  8.61408551176334303E-01  8.78835124466545881E-01  8.96505998511244795E-01
+  9.14419279475156999E-01  9.32572753632605278E-01  9.50963875241083501E-01
+  9.69589753870270021E-01  9.88447142273550794E-01  1.00753242465822845E+00
+  1.02684160442513783E+00  1.04637029298943784E+00  1.06611369895738783E+00
+  1.08606661694278039E+00  1.10622341812685776E+00  1.12657804098847314E+00
+  1.14712398208426380E+00  1.16785428931788138E+00  1.18876155504316183E+00
+  1.20983790995430507E+00  1.23107502021565529E+00  1.25246408397628417E+00
+  1.27399582981304382E+00  1.29566051903567070E+00  1.31744794693113088E+00
+  1.33934744752535284E+00  1.36134790250546600E+00  1.38343774887206705E+00
+  1.40560499208214584E+00  1.42783722316770834E+00  1.45012163485674317E+00
+  1.47244504541337351E+00  1.49479392569390424E+00  1.51715442615611318E+00
+  1.53951241390531446E+00  1.56185351158023056E+00  1.58416313799740949E+00
+  1.60642656097224590E+00  1.62862895006232944E+00  1.65075543383431089E+00
+  1.67279117088563067E+00  1.69472141857363168E+00  1.71653160996972276E+00
+  1.73820744507236813E+00  1.75973497768783949E+00  1.78110071493236788E+00
+  1.80229172982608188E+00  1.82329576841157093E+00  1.84410137392170803E+00
+  1.86469802093620096E+00  1.88507624427320919E+00  1.90522778859760544E+00
+  1.92514576303061125E+00  1.94482479211777592E+00  1.96426118959475393E+00
+  1.98345313057063644E+00  2.00240082283995102E+00  2.02110670052921382E+00
+  2.03957560861196585E+00  2.05781498973295518E+00  2.07583508939372896E+00
+  2.09364914443028116E+00  2.11127357607604704E+00  2.12872819315397921E+00
+  2.14603637202640218E+00  2.16322524054910614E+00  2.18032585956326619E+00
+  2.19737337636479024E+00  2.21440717622743044E+00  2.23147101584373031E+00
+  2.24861312488096443E+00  2.26588629229192629E+00  2.28334791817231642E+00
+  2.30106002856436387E+00  2.31908925327503512E+00  2.33750675497877980E+00
+  2.35638811149351257E+00  2.37581313113540649E+00  2.39586561019237498E+00
+  2.41663302509811428E+00  2.43820612208211029E+00  2.46067844693572546E+00
+  2.48414577819543192E+00  2.50870542244823369E+00  2.53445545444050291E+00
+  2.56149381398161946E+00  2.58991723987146960E+00  2.61982015519401301E+00
+  2.65129334984937381E+00  2.68442249645791486E+00  2.71928661952454398E+00
+  2.75595629721613200E+00  2.79449172458279982E+00  2.83494072166687605E+00
+  2.87733641834671339E+00  2.92169486770880571E+00  2.96801258335541895E+00
+  3.01626372703692169E+00  3.06639733188001751E+00  3.11833442094092872E+00
+  3.17196480561450134E+00  3.22714405869908649E+00  3.28369036309864981E+00
+  3.34138115386935342E+00  3.39995008864778248E+00  3.45908391549070071E+00
+  3.51841935044515619E+00  3.57754043221284812E+00  3.63597588678891182E+00
+  3.69319681100554131E+00  3.74861497763361484E+00  3.80158139955307917E+00
+  3.85138557620018451E+00  3.89725552489201821E+00  3.93835848666823640E+00
+  3.97380266489978284E+00  4.00263997532501747E+00  4.02387004707704588E+00
+  4.03644550627052734E+00  4.03927861961666768E+00  4.03124985774624900E+00
+  4.01121780464282018E+00  3.97803094894685261E+00  3.93054199370127444E+00
+  3.86762334467549929E+00  3.78818517286089529E+00  3.69119625741430646E+00
+  3.57570564015133563E+00  3.44086757960197076E+00  3.28596890827874200E+00
+  3.11045668512705742E+00  2.91396961052010539E+00  2.69637055238127710E+00
+  2.45777869759966450E+00  2.19860519660809217E+00  1.91958753350536160E+00
+  1.62182254137461701E+00  1.30680126789286088E+00  9.76439065975656217E-01
+  6.33102585475678437E-01  2.79634846944326665E-01 -8.06289601602469264E-02
+ -4.43852213083778480E-01 -8.05696134010071008E-01 -1.16133378952795319E+00
+ -1.50547734021821955E+00 -1.83242380095669555E+00 -2.13612244876953827E+00
+ -2.41026780618725356E+00 -2.64842460263900570E+00 -2.84418465230315443E+00
+ -2.99137027551320811E+00 -3.08428681700403962E+00 -3.11802443506622406E+00
+ -3.08883995955688739E+00 -2.99460908154381000E+00 -2.83535854286472100E+00
+ -2.61392876137340924E+00 -2.33673441613065513E+00 -2.01465977670386742E+00
+ -1.66410112079797212E+00 -1.30838475561734735E+00 -9.80025695189436941E-01
+ -7.09106821857634184E-01 -4.89711997765616081E-01 -3.18512684365137577E-01
+ -1.90815125823054654E-01 -1.01290318925706599E-01 -4.40267549528093466E-02
+ -1.25805769375053195E-02 -3.30684683609838151E-05  7.84494872530988163E-04
+ -4.78584407332211537E-05 -1.09158202529000444E-05  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+                              </PP_BETA.3>
+ <PP_BETA.4 type="real" size="   969" angular_momentum="1" columns="3" cutoff_radius_index="   797" norm_conserving_radius="    1.701741">
+ -1.70250978863027848E-07 -1.74560902728136904E-07 -1.78979932825898731E-07
+ -1.83510831193256764E-07 -1.88156429788428884E-07 -1.92919632260975534E-07
+ -1.97803415766659696E-07 -2.02810832828279269E-07 -2.07945013243579300E-07
+ -2.13209166041485775E-07 -2.18606581487838920E-07 -2.24140633141925996E-07
+ -2.29814779965052605E-07 -2.35632568482510331E-07 -2.41597635000263206E-07
+ -2.47713707877758895E-07 -2.53984609858263537E-07 -2.60414260458208384E-07
+ -2.67006678417000540E-07 -2.73765984208870582E-07 -2.80696402618293490E-07
+ -2.87802265380613706E-07 -2.95088013889517337E-07 -3.02558201973048120E-07
+ -3.10217498739878579E-07 -3.18070691497666221E-07 -3.26122688745261007E-07
+ -3.34378523240675885E-07 -3.42843355146716071E-07 -3.51522475256245458E-07
+ -3.60421308299094190E-07 -3.69545416332683114E-07 -3.78900502218495384E-07
+ -3.88492413186523615E-07 -3.98327144489988082E-07 -4.08410843152545740E-07
+ -4.18749811810380313E-07 -4.29350512651534270E-07 -4.40219571454990140E-07
+ -4.51363781731976218E-07 -4.62790108972126318E-07 -4.74505694997129279E-07
+ -4.86517862424582906E-07 -4.98834119244854660E-07 -5.11462163513819357E-07
+ -5.24409888164356459E-07 -5.37685385939702567E-07 -5.51296954451643879E-07
+ -5.65253101366786477E-07 -5.79562549724112073E-07 -5.94234243387131095E-07
+ -6.09277352634080543E-07 -6.24701279889616373E-07 -6.40515665601628145E-07
+ -6.56730394266796775E-07 -6.73355600608721143E-07 -6.90401675912397768E-07
+ -7.07879274519113271E-07 -7.25799320485726778E-07 -7.44173014412507428E-07
+ -7.63011840443875445E-07 -7.82327573446315294E-07 -8.02132286368032882E-07
+ -8.22438357784885048E-07 -8.43258479637380947E-07 -8.64605665163504843E-07
+ -8.86493257032377518E-07 -9.08934935683823444E-07 -9.31944727879026507E-07
+ -9.55537015467694870E-07 -9.79726544377118188E-07 -1.00452843382880585E-06
+ -1.02995818578842496E-06 -1.05603169465501557E-06 -1.08276525719539409E-06
+ -1.11017558273015671E-06 -1.13827980357743303E-06 -1.16709548576110426E-06
+ -1.19664063999005895E-06 -1.22693373291540442E-06 -1.25799369867261264E-06
+ -1.28983995071594676E-06 -1.32249239395235565E-06 -1.35597143718259559E-06
+ -1.39029800585736772E-06 -1.42549355515621762E-06 -1.46158008339766521E-06
+ -1.49858014578872724E-06 -1.53651686852255794E-06 -1.57541396323294965E-06
+ -1.61529574181470268E-06 -1.65618713161927355E-06 -1.69811369103496139E-06
+ -1.74110162546167363E-06 -1.78517780368989576E-06 -1.83036977469444518E-06
+ -1.87670578485331474E-06 -1.92421479560230578E-06 -1.97292650153679070E-06
+ -2.02287134897148578E-06 -2.07408055497025395E-06 -2.12658612685748487E-06
+ -2.18042088222354095E-06 -2.23561846943650467E-06 -2.29221338867328798E-06
+ -2.35024101348307430E-06 -2.40973761289661915E-06 -2.47074037409526584E-06
+ -2.53328742565387341E-06 -2.59741786137200988E-06 -2.66317176470853569E-06
+ -2.73059023383466308E-06 -2.79971540732123697E-06 -2.87059049047639135E-06
+ -2.94325978234971350E-06 -3.01776870342019633E-06 -3.09416382398502447E-06
+ -3.17249289326700857E-06 -3.25280486925885898E-06 -3.33514994932301038E-06
+ -3.41957960156590468E-06 -3.50614659700676031E-06 -3.59490504256041008E-06
+ -3.68591041485519625E-06 -3.77921959490701251E-06 -3.87489090367101917E-06
+ -3.97298413849327193E-06 -4.07356061048524093E-06 -4.17668318284429147E-06
+ -4.28241631014442923E-06 -4.39082607862138877E-06 -4.50198024747770993E-06
+ -4.61594829123337291E-06 -4.73280144314855779E-06 -4.85261273974540898E-06
+ -4.97545706645711399E-06 -5.10141120443238360E-06 -5.23055387852477855E-06
+ -5.36296580649682039E-06 -5.49872974946971005E-06 -5.63793056365015270E-06
+ -5.78065525336652193E-06 -5.92699302544753978E-06 -6.07703534497771478E-06
+ -6.23087599246397169E-06 -6.38861112244945307E-06 -6.55033932361097102E-06
+ -6.71616168037807662E-06 -6.88618183611146530E-06 -7.06050605788113094E-06
+ -7.23924330288392190E-06 -7.42250528654269103E-06 -7.61040655232901985E-06
+ -7.80306454335358174E-06 -8.00059967576867720E-06 -8.20313541402883745E-06
+ -8.41079834805653982E-06 -8.62371827236120906E-06 -8.84202826716111789E-06
+ -9.06586478155863933E-06 -9.29536771882106713E-06 -9.53068052382002005E-06
+ -9.77195027268442107E-06 -1.00193277647226574E-05 -1.02729676166719385E-05
+ -1.05330283593327085E-05 -1.07996725366501508E-05 -1.10730668073030763E-05
+ -1.13533820488643053E-05 -1.16407934645979930E-05 -1.19354806929601645E-05
+ -1.22376279198711265E-05 -1.25474239938292516E-05 -1.28650625439396010E-05
+ -1.31907421009292261E-05 -1.35246662212261879E-05 -1.38670436141793368E-05
+ -1.42180882724978725E-05 -1.45780196059932138E-05 -1.49470625787061849E-05
+ -1.53254478495044091E-05 -1.57134119162394772E-05 -1.61111972635526559E-05
+ -1.65190525144215415E-05 -1.69372325855436022E-05 -1.73659988466512003E-05
+ -1.78056192838610962E-05 -1.82563686671570333E-05 -1.87185287221120542E-05
+ -1.91923883059580854E-05 -1.96782435881108131E-05 -2.01763982352652917E-05
+ -2.06871636011748948E-05 -2.12108589212357361E-05 -2.17478115119947660E-05
+ -2.22983569757076801E-05 -2.28628394100755252E-05 -2.34416116232888582E-05
+ -2.40350353545143459E-05 -2.46434814999642534E-05 -2.52673303446847841E-05
+ -2.59069718002133215E-05 -2.65628056482504551E-05 -2.72352417904978740E-05
+ -2.79247005048220385E-05 -2.86316127078987647E-05 -2.93564202245075298E-05
+ -3.00995760636399705E-05 -3.08615447015965394E-05 -3.16428023722501028E-05
+ -3.24438373646517873E-05 -3.32651503281743480E-05 -3.41072545853728066E-05
+ -3.49706764527672943E-05 -3.58559555697432819E-05 -3.67636452357728588E-05
+ -3.76943127561760145E-05 -3.86485397966272712E-05 -3.96269227466361702E-05
+ -4.06300730922273413E-05 -4.16586177980512556E-05 -4.27131996991632481E-05
+ -4.37944779027221644E-05 -4.49031281998489776E-05 -4.60398434879120757E-05
+ -4.72053342034980527E-05 -4.84003287663379493E-05 -4.96255740344684441E-05
+ -5.08818357709141624E-05 -5.21698991221717097E-05 -5.34905691088108834E-05
+ -5.48446711284844636E-05 -5.62330514716683532E-05 -5.76565778504531206E-05
+ -5.91161399407154364E-05 -6.06126499380050824E-05 -6.21470431275067875E-05
+ -6.37202784684134146E-05 -6.53333391930909928E-05 -6.69872334214081933E-05
+ -6.86829947905971103E-05 -7.04216831010654544E-05 -7.22043849785409506E-05
+ -7.40322145529674185E-05 -7.59063141545808094E-05 -7.78278550276007491E-05
+ -7.97980380619664448E-05 -8.18180945435973924E-05 -8.38892869236308194E-05
+ -8.60129096071153803E-05 -8.81902897616679282E-05 -9.04227881465799238E-05
+ -9.27117999628977637E-05 -9.50587557250168912E-05 -9.74651221543150270E-05
+ -9.99324030953914212E-05 -1.02462140455495944E-04 -1.05055915167703287E-04
+ -1.07715348178461385E-04 -1.10442101460124520E-04 -1.13237879049081085E-04
+ -1.16104428110151088E-04 -1.19043540027912625E-04 -1.22057051525603893E-04
+ -1.25146845812353340E-04 -1.28314853759414678E-04 -1.31563055106133646E-04
+ -1.34893479696438900E-04 -1.38308208746593841E-04 -1.41809376144991087E-04
+ -1.45399169784843704E-04 -1.49079832930565706E-04 -1.52853665618683050E-04
+ -1.56723026094210069E-04 -1.60690332283309844E-04 -1.64758063303191665E-04
+ -1.68928761010215612E-04 -1.73205031587103192E-04 -1.77589547170276018E-04
+ -1.82085047518380685E-04 -1.86694341722932312E-04 -1.91420309962232429E-04
+ -1.96265905299651587E-04 -2.01234155527301546E-04 -2.06328165056364010E-04
+ -2.11551116855196127E-04 -2.16906274436368704E-04 -2.22396983893992243E-04
+ -2.28026675992502252E-04 -2.33798868308195595E-04 -2.39717167424951529E-04
+ -2.45785271185408160E-04 -2.52006970998964813E-04 -2.58386154208221485E-04
+ -2.64926806515105911E-04 -2.71633014468299896E-04 -2.78508968013598489E-04
+ -2.85558963108591352E-04 -2.92787404403409713E-04 -3.00198807989283879E-04
+ -3.07797804216378449E-04 -3.15589140582870882E-04 -3.23577684697061224E-04
+ -3.31768427314108440E-04 -3.40166485449596519E-04 -3.48777105571727994E-04
+ -3.57605666873943371E-04 -3.66657684630362056E-04 -3.75938813635874581E-04
+ -3.85454851732922987E-04 -3.95211743427546108E-04 -4.05215583596573250E-04
+ -4.15472621288228718E-04 -4.25989263618982916E-04 -4.36772079768464930E-04
+ -4.47827805075163090E-04 -4.59163345235735082E-04 -4.70785780609938220E-04
+ -4.82702370634234296E-04 -4.94920558346961044E-04 -5.07447975027234903E-04
+ -5.20292444951059069E-04 -5.33461990267513220E-04 -5.46964835997461080E-04
+ -5.60809415158613220E-04 -5.75004374019852794E-04 -5.89558577487518101E-04
+ -6.04481114627953425E-04 -6.19781304329097100E-04 -6.35468701104296616E-04
+ -6.51553101043005696E-04 -6.68044547911041532E-04 -6.84953339404147446E-04
+ -7.02290033559855795E-04 -7.20065455330150522E-04 -7.38290703319579504E-04
+ -7.56977156693669582E-04 -7.76136482260468183E-04 -7.95780641730453662E-04
+ -8.15921899159798318E-04 -8.36572828579840210E-04 -8.57746321819067106E-04
+ -8.79455596522235919E-04 -9.01714204369948014E-04 -9.24536039505933572E-04
+ -9.47935347176203920E-04 -9.71926732584104509E-04 -9.96525169969358091E-04
+ -1.02174601191476954E-03 -1.04760499888559852E-03 -1.07411826901029233E-03
+ -1.10130236810590532E-03 -1.12917425995422171E-03 -1.15775133683801933E-03
+ -1.18705143033996782E-03 -1.21709282241222569E-03 -1.24789425672573728E-03
+ -1.27947495030186200E-03 -1.31185460543611042E-03 -1.34505342192248623E-03
+ -1.37909210958140683E-03 -1.41399190110285712E-03 -1.44977456521243591E-03
+ -1.48646242016378053E-03 -1.52407834757138519E-03 -1.56264580658982801E-03
+ -1.60218884844419234E-03 -1.64273213132786421E-03 -1.68430093567166245E-03
+ -1.72692117979139333E-03 -1.77061943593133028E-03 -1.81542294670571851E-03
+ -1.86135964194843228E-03 -1.90845815598875319E-03 -1.95674784535378567E-03
+ -2.00625880691148806E-03 -2.05702189647161094E-03 -2.10906874784410128E-03
+ -2.16243179237347524E-03 -2.21714427896444865E-03 -2.27324029459842003E-03
+ -2.33075478536424064E-03 -2.38972357801526310E-03 -2.45018340205339870E-03
+ -2.51217191236896131E-03 -2.57572771244339322E-03 -2.64089037811854463E-03
+ -2.70770048196616658E-03 -2.77619961825864179E-03 -2.84643042854986839E-03
+ -2.91843662790320637E-03 -2.99226303176136719E-03 -3.06795558347444002E-03
+ -3.14556138252403790E-03 -3.22512871343241369E-03 -3.30670707538341596E-03
+ -3.39034721258937377E-03 -3.47610114539021126E-03 -3.56402220212247807E-03
+ -3.65416505178617823E-03 -3.74658573749471133E-03 -3.84134171075822687E-03
+ -3.93849186661796372E-03 -4.03809657961926721E-03 -4.14021774068658137E-03
+ -4.24491879490414455E-03 -4.35226478019633788E-03 -4.46232236698361397E-03
+ -4.57515989879931587E-03 -4.69084743387565995E-03 -4.80945678778074270E-03
+ -4.93106157707494386E-03 -5.05573726401360290E-03 -5.18356120237818858E-03
+ -5.31461268438857947E-03 -5.44897298874813790E-03 -5.58672542989504649E-03
+ -5.72795540840051465E-03 -5.87275046259712330E-03 -6.02120032148908187E-03
+ -6.17339695888278507E-03 -6.32943464885260543E-03 -6.48941002256421626E-03
+ -6.65342212639879940E-03 -6.82157248152646164E-03 -6.99396514491081554E-03
+ -7.17070677170548489E-03 -7.35190667922014634E-03 -7.53767691238950953E-03
+ -7.72813231073916657E-03 -7.92339057704354727E-03 -8.12357234755839083E-03
+ -8.32880126387216396E-03 -8.53920404656922406E-03 -8.75491057054107388E-03
+ -8.97605394205940044E-03 -9.20277057777066886E-03 -9.43520028542125730E-03
+ -9.67348634650322912E-03 -9.91777560092358366E-03 -1.01682185334956571E-02
+ -1.04249693625258280E-02 -1.06881861305162928E-02 -1.09580307967915343E-02
+ -1.12346693324132958E-02 -1.15182718172861139E-02 -1.18090125393121598E-02
+ -1.21070700960308787E-02 -1.24126274985132557E-02 -1.27258722774576012E-02
+ -1.30469965919618788E-02 -1.33761973406050765E-02 -1.37136762749179488E-02
+ -1.40596401157034902E-02 -1.44143006717167826E-02 -1.47778749609642004E-02
+ -1.51505853349906180E-02 -1.55326596055863370E-02 -1.59243311743768844E-02
+ -1.63258391655041538E-02 -1.67374285607986527E-02 -1.71593503381322864E-02
+ -1.75918616129201628E-02 -1.80352257822099377E-02 -1.84897126722706404E-02
+ -1.89555986893395409E-02 -1.94331669730924417E-02 -1.99227075539340562E-02
+ -2.04245175134067265E-02 -2.09389011475181221E-02 -2.14661701341794971E-02
+ -2.20066437036807901E-02 -2.25606488123620344E-02 -2.31285203206136568E-02
+ -2.37106011738103459E-02 -2.43072425868076300E-02 -2.49188042328792568E-02
+ -2.55456544354890486E-02 -2.61881703640661247E-02 -2.68467382342164572E-02
+ -2.75217535106830266E-02 -2.82136211148177850E-02 -2.89227556363443085E-02
+ -2.96495815478300326E-02 -3.03945334242118545E-02 -3.11580561663132964E-02
+ -3.19406052271212354E-02 -3.27426468436309778E-02 -3.35646582722339687E-02
+ -3.44071280270524735E-02 -3.52705561242468921E-02 -3.61554543292823133E-02
+ -3.70623464075279449E-02 -3.79917683810001156E-02 -3.89442687874165042E-02
+ -3.99204089431574455E-02 -4.09207632122487522E-02 -4.19459192769783967E-02
+ -4.29964784131725078E-02 -4.40730557710166462E-02 -4.51762806568615852E-02
+ -4.63067968205681940E-02 -4.74652627475256952E-02 -4.86523519511014996E-02
+ -4.98687532715514428E-02 -5.11151711783070992E-02 -5.23923260723382772E-02
+ -5.37009545957896142E-02 -5.50418099432650049E-02 -5.64156621731801353E-02
+ -5.78232985268373190E-02 -5.92655237470676721E-02 -6.07431603973970363E-02
+ -6.22570491887348490E-02 -6.38080493033466728E-02 -6.53970387202686548E-02
+ -6.70249145472107954E-02 -6.86925933473957195E-02 -7.04010114691263622E-02
+ -7.21511253798842872E-02 -7.39439119930352939E-02 -7.57803689988411078E-02
+ -7.76615151969628215E-02 -7.95883908195015172E-02 -8.15620578599193236E-02
+ -8.35836003993169763E-02 -8.56541249216609679E-02 -8.77747606360906873E-02
+ -8.99466597913358840E-02 -9.21709979783672528E-02 -9.44489744402807474E-02
+ -9.67818123681769976E-02 -9.91707591856785947E-02 -1.01617086839100923E-01
+ -1.04122092067035765E-01 -1.06687096660036895E-01 -1.09313447722243856E-01
+ -1.12002517905680790E-01 -1.14755705636976235E-01 -1.17574435339916891E-01
+ -1.20460157624084407E-01 -1.23414349468775622E-01 -1.26438514393998669E-01
+ -1.29534182591644287E-01 -1.32702911054635886E-01 -1.35946283681730923E-01
+ -1.39265911337883713E-01 -1.42663431914089367E-01 -1.46140510348937880E-01
+ -1.49698838603232437E-01 -1.53340135632856950E-01 -1.57066147307524218E-01
+ -1.60878646282782950E-01 -1.64779431864663040E-01 -1.68770329803617475E-01
+ -1.72853192044261250E-01 -1.77029896457053360E-01 -1.81302346482640209E-01
+ -1.85672470736362727E-01 -1.90142222578422920E-01 -1.94713579580945817E-01
+ -1.99388542960334619E-01 -2.04169136953297442E-01 -2.09057408075896928E-01
+ -2.14055424352288415E-01 -2.19165274459475340E-01 -2.24389066744732302E-01
+ -2.29728928213742606E-01 -2.35187003402380607E-01 -2.40765453115908801E-01
+ -2.46466453133182356E-01 -2.52292192759388023E-01 -2.58244873246758100E-01
+ -2.64326706164869862E-01 -2.70539911584340154E-01 -2.76886716133685540E-01
+ -2.83369350979789658E-01 -2.89990049588469412E-01 -2.96751045366294985E-01
+ -3.03654569189533596E-01 -3.10702846683624301E-01 -3.17898095392487812E-01
+ -3.25242521788571326E-01 -3.32738318010175671E-01 -3.40387658493684964E-01
+ -3.48192696392526202E-01 -3.56155559708679181E-01 -3.64278347316043360E-01
+ -3.72563124712169014E-01 -3.81011919478670136E-01 -3.89626716616540969E-01
+ -3.98409453553026260E-01 -4.07362014863340394E-01 -4.16486226833535311E-01
+ -4.25783851645816336E-01 -4.35256581290702549E-01 -4.44906031271715963E-01
+ -4.54733733895401671E-01 -4.64741131300719812E-01 -4.74929568222183796E-01
+ -4.85300284316734554E-01 -4.95854406236867329E-01 -5.06592939375821616E-01
+ -5.17516759172952368E-01 -5.28626602160128356E-01 -5.39923056625703612E-01
+ -5.51406552853465404E-01 -5.63077353080149945E-01 -5.74935541036083908E-01
+ -5.86981011089964366E-01 -5.99213457072077627E-01 -6.11632360680783638E-01
+ -6.24236979525453095E-01 -6.37026334800286476E-01 -6.49999198586817428E-01
+ -6.63154080813805669E-01 -6.76489215812325240E-01 -6.90002548596724274E-01
+ -7.03691720796716269E-01 -7.17554056188751344E-01 -7.31586546101381296E-01
+ -7.45785834426906269E-01 -7.60148202309380405E-01 -7.74669552896176117E-01
+ -7.89345395609243328E-01 -8.04170830281611626E-01 -8.19140531562392749E-01
+ -8.34248732730560105E-01 -8.49489209712392501E-01 -8.64855265539675955E-01
+ -8.80339714134095508E-01 -8.95934864803690778E-01 -9.11632507263208436E-01
+ -9.27423896006620230E-01 -9.43299736068385575E-01 -9.59250169255595031E-01
+ -9.75264759955342231E-01 -9.91332483159997113E-01 -1.00744171273540783E+00
+ -1.02358020978789965E+00 -1.03973511418139775E+00 -1.05589293588677480E+00
+ -1.07203954736089457E+00 -1.08816018001525672E+00 -1.10423941997154285E+00
+ -1.12026120628151671E+00 -1.13620883402024320E+00 -1.15206495613151061E+00
+ -1.16781158973034160E+00 -1.18343012766610611E+00 -1.19890134860334530E+00
+ -1.21420543403432935E+00 -1.22932199034823242E+00 -1.24423006978868034E+00
+ -1.25890820114337099E+00 -1.27333442458367196E+00 -1.28748632661467188E+00
+ -1.30134108768301537E+00 -1.31487553227541687E+00 -1.32806618142389654E+00
+ -1.34088932059566135E+00 -1.35332106775510663E+00 -1.36533744734203788E+00
+ -1.37691448169325037E+00 -1.38802827996156952E+00 -1.39865513765862270E+00
+ -1.40877165440034569E+00 -1.41835484670863110E+00 -1.42738227706158693E+00
+ -1.43583219986538491E+00 -1.44368370117988398E+00 -1.45091686043439605E+00
+ -1.45751292540751654E+00 -1.46345448138623624E+00 -1.46872564721356169E+00
+ -1.47331227861796110E+00 -1.47720216798354231E+00 -1.48038527405967058E+00
+ -1.48285395098566153E+00 -1.48460317757439397E+00 -1.48563081655979068E+00
+ -1.48593786397608274E+00 -1.48552870332377229E+00 -1.48441138548613627E+00
+ -1.48259788954156391E+00 -1.48010439204786448E+00 -1.47695155264263134E+00
+ -1.47316477261688639E+00 -1.46877446245573373E+00 -1.46381631080349917E+00
+ -1.45833152078792816E+00 -1.45236704952304208E+00 -1.44597583020879350E+00
+ -1.43921695739139266E+00 -1.43215586084857005E+00 -1.42486444199773277E+00
+ -1.41742116808068630E+00 -1.40991113020124215E+00 -1.40242604598665910E+00
+ -1.39506420952543730E+00 -1.38793037025387567E+00 -1.38113554437888975E+00
+ -1.37479675299549342E+00 -1.36903664686943816E+00 -1.36398306009972581E+00
+ -1.35976845470058105E+00 -1.35652920894567597E+00 -1.35440483903141806E+00
+ -1.35353705728592599E+00 -1.35406864230296442E+00 -1.35614224941538541E+00
+ -1.35989898698135248E+00 -1.36547679719608861E+00 -1.37300877894646201E+00
+ -1.38262119811900175E+00 -1.39443133195453095E+00 -1.40854524472514808E+00
+ -1.42505518072733017E+00 -1.44403686686311827E+00 -1.46554671985895668E+00
+ -1.48961863306489328E+00 -1.51626079611813602E+00 -1.54545238127135720E+00
+ -1.57713983533931446E+00 -1.61123336651188720E+00 -1.64760326677124103E+00
+ -1.68607596364774559E+00 -1.72643044699469828E+00 -1.76839454429089482E+00
+ -1.81164117089806309E+00 -1.85578512919394356E+00 -1.90037987078927939E+00
+ -1.94491459172154801E+00 -1.98881204298169179E+00 -2.03142657476383803E+00
+ -2.07204294123661059E+00 -2.10987600456635782E+00 -2.14407113643715164E+00
+ -2.17370580042354566E+00 -2.19779228495909651E+00 -2.21528178828950706E+00
+ -2.22506999507577685E+00 -2.22600419022476936E+00 -2.21689249508962671E+00
+ -2.19651469475336114E+00 -2.16363518544250422E+00 -2.11701874813005686E+00
+ -2.05544774418439546E+00 -1.97774221173696119E+00 -1.88278312076939147E+00
+ -1.76953664299300129E+00 -1.63708214982862632E+00 -1.48464297883154783E+00
+ -1.31161762526361381E+00 -1.11761520106902590E+00 -9.02492224589426240E-01
+ -6.66389059655034255E-01 -4.09770334214290155E-01 -1.33463987286415064E-01
+  1.61301174716831475E-01  4.72855799944036259E-01  7.99055693013910773E-01
+  1.13725103478550738E+00  1.48425779136450187E+00  1.83633970766838939E+00
+  2.18919781267528846E+00  2.53796975984866791E+00  2.87724612271964775E+00
+  3.20110203610001642E+00  3.50315028872868384E+00  3.77661957797375658E+00
+  4.01446256501187460E+00  4.20950126452830720E+00  4.35460988220288225E+00
+  4.44295221402286789E+00  4.46827686110789468E+00  4.42527074548604471E+00
+  4.31000706611979911E+00  4.12047684703053907E+00  3.85721573330586276E+00
+  3.52408551866115882E+00  3.12917309072281391E+00  2.68585035056233856E+00
+  2.21400924955949785E+00  1.74174698484244983E+00  1.30805589893851448E+00
+  9.48928206888579595E-01  6.57238358670800715E-01  4.28843919341940549E-01
+  2.57854205517119350E-01  1.37494880301527816E-01  6.01605819639350614E-02
+  1.74599570503276291E-02  2.66200544553447114E-04 -1.01821901566337761E-03
+  6.23865850872923176E-05  1.42294804964761548E-05  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+                              </PP_BETA.4>
+   <PP_DIJ type="real" size="   16" columns="3">
+ -7.06952523070928152E-01  3.23110635302041871E-02  0.00000000000000000E+00
+  0.00000000000000000E+00  3.23110635302041871E-02  4.72463714865737350E-02
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00 -1.33067592783726596E-01 -2.10805591426062833E+00
+  0.00000000000000000E+00  0.00000000000000000E+00 -2.10805591426062300E+00
+  2.73125342969908758E+00
+                                       </PP_DIJ>
+  <PP_AUGMENTATION q_with_l="T" nqf="0" cutoff_r="  1.7017407E+00" cutoff_r_index="   797" iraug="   797" nqlc="  3" lmax_aug="  2" shape="BESSEL" augmentation_epsilon="1.d-12">
+    <PP_Q type="real" size="   16" columns="3">
+  2.08537475735317335E-01  6.17398178358852939E-02  0.00000000000000000E+00
+  0.00000000000000000E+00  6.17398178358852939E-02  1.13062609375981608E-02
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  5.17743625749438219E-01 -4.90834026243415322E-01
+  0.00000000000000000E+00  0.00000000000000000E+00 -4.90834026243415322E-01
+  1.87028494804371392E-01
+                                       </PP_Q>
+    <PP_MULTIPOLES type="real" size="    48" columns="3">
+  2.08537475735317335E-01  6.17398178358852939E-02  0.00000000000000000E+00
+  0.00000000000000000E+00  6.17398178358852939E-02  1.13062609375981608E-02
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  5.17743625749438219E-01 -4.90834026243415322E-01
+  0.00000000000000000E+00  0.00000000000000000E+00 -4.90834026243415322E-01
+  1.87028494804371392E-01  0.00000000000000000E+00  0.00000000000000000E+00
+ -2.17316347874392218E-01  2.83817420571279011E-01  0.00000000000000000E+00
+  0.00000000000000000E+00 -4.41216958911037280E-02  2.77830262696233607E-02
+ -2.17316347874392218E-01 -4.41216958911037280E-02  0.00000000000000000E+00
+  0.00000000000000000E+00  2.83817420571279011E-01  2.77830262696233607E-02
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  1.69149424026930950E-01 -1.61549779656376430E-01  0.00000000000000000E+00
+  0.00000000000000000E+00 -1.61549779656376430E-01 -4.86859889937054646E-02
+                                       </PP_MULTIPOLES>
+ <PP_QIJL.1.1.0 type="real" size="   969" columns="3" first_index=" 1" second_index=" 1" composite_index=" 1" angular_momentum="0">
+  1.09817505123588975E-08  1.12597548466097937E-08  1.15447968939071414E-08
+  1.18370548147955940E-08  1.21367112799750662E-08  1.24439535844756849E-08
+  1.27589737647233411E-08  1.30819687185686340E-08  1.34131403283543658E-08
+  1.37526955870986523E-08  1.41008467278720997E-08  1.44578113564503939E-08
+  1.48238125873249782E-08  1.51990791831567413E-08  1.55838456977602211E-08
+  1.59783526227071161E-08  1.63828465376413973E-08  1.67975802643995554E-08
+  1.72228130250323230E-08  1.76588106038269796E-08  1.81058455134309437E-08
+  1.85641971651810332E-08  1.90341520437445491E-08  1.95160038861814487E-08
+  2.00100538655395473E-08  2.05166107790971817E-08  2.10359912413716412E-08
+  2.15685198820133516E-08  2.21145295487098543E-08  2.26743615152264590E-08
+  2.32483656947131180E-08  2.38369008584115427E-08  2.44403348598987290E-08
+  2.50590448650072647E-08  2.56934175875661863E-08  2.63438495311093902E-08
+  2.70107472367031866E-08  2.76945275370474749E-08  2.83956178170095686E-08
+  2.91144562807535884E-08  2.98514922256318408E-08  3.06071863230103206E-08
+  3.13820109062029029E-08  3.21764502656948937E-08  3.29910009518402322E-08
+  3.38261720852210402E-08  3.46824856748644794E-08  3.55604769445150591E-08
+  3.64606946671665529E-08  3.73837015080628619E-08  3.83300743763813634E-08
+  3.93004047858198855E-08  4.02952992243115866E-08  4.13153795330991193E-08
+  4.23612832954054987E-08  4.34336642349436420E-08  4.45331926245146466E-08
+  4.56605557049495775E-08  4.68164581146568688E-08  4.80016223300439003E-08
+  4.92167891170873153E-08  5.04627179943356022E-08  5.17401877076321580E-08
+  5.30499967168560409E-08  5.43929636949850482E-08  5.57699280397918403E-08
+  5.71817503984942751E-08  5.86293132056871602E-08  6.01135212348916208E-08
+  6.16353021640675085E-08  6.31956071554408386E-08  6.47954114500104739E-08
+  6.64357149771044466E-08  6.81175429793670829E-08  6.98419466535683857E-08
+  7.16100038076343760E-08  7.34228195343111760E-08  7.52815269018826847E-08
+  7.71872876623735944E-08  7.91412929776811694E-08  8.11447641640879179E-08
+  8.31989534556230765E-08  8.53051447867475889E-08  8.74646545948531450E-08
+  8.96788326430771193E-08  9.19490628639454539E-08  9.42767642243743247E-08
+  9.66633916125679134E-08  9.91104367473688789E-08  1.01619429110629173E-07
+  1.04191936903182540E-07  1.06829568025018897E-07  1.09533971080271612E-07
+  1.12306836407645182E-07  1.15149897136929803E-07  1.18064930272259447E-07
+  1.21053757802794863E-07  1.24118247841521776E-07  1.27260315792878869E-07
+  1.30481925549944673E-07  1.33785090721928761E-07  1.37171875892740224E-07
+  1.40644397911414210E-07  1.44204827215206952E-07  1.47855389186185337E-07
+  1.51598365542156546E-07  1.55436095762810572E-07  1.59370978551966007E-07
+  1.63405473336830667E-07  1.67542101805218611E-07  1.71783449481678426E-07
+  1.76132167343524140E-07  1.80590973477774294E-07  1.85162654780036735E-07
+  1.89850068696401562E-07  1.94656145009427651E-07  1.99583887669343497E-07
+  2.04636376671604292E-07  2.09816769981978677E-07  2.15128305510369975E-07
+  2.20574303134602920E-07  2.26158166775444157E-07  2.31883386524150377E-07
+  2.37753540823876097E-07  2.43772298706303919E-07  2.49943422084892711E-07
+  2.56270768106181282E-07  2.62758291560614473E-07  2.69410047354398678E-07
+  2.76230193043933737E-07  2.83222991434399750E-07  2.90392813244131341E-07
+  2.97744139836437145E-07  3.05281566020575814E-07  3.13009802923641140E-07
+  3.20933680935141166E-07  3.29058152726127176E-07  3.37388296344746001E-07
+  3.45929318390157288E-07  3.54686557266800833E-07  3.63665486521037664E-07
+  3.72871718262265344E-07  3.82311006670634190E-07  3.91989251593559808E-07
+  4.01912502233285686E-07  4.12086960927787497E-07  4.22518987027396148E-07
+  4.33215100869555312E-07  4.44181987854197952E-07  4.55426502622292090E-07
+  4.66955673340159611E-07  4.78776706092259535E-07  4.90896989385165487E-07
+  5.03324098765566032E-07  5.16065801555166731E-07  5.29130061705448992E-07
+  5.42525044775333934E-07  5.56259123034848869E-07  5.70340880697991915E-07
+  5.84779119288069294E-07  5.99582863138842500E-07  6.14761365034947688E-07
+  6.30324111995093280E-07  6.46280831201655342E-07  6.62641496080387645E-07
+  6.79416332534016223E-07  6.96615825333663585E-07  7.14250724672040770E-07
+  7.32332052882546682E-07  7.50871111328457149E-07  7.69879487466494344E-07
+  7.89369062089235469E-07  8.09352016750826031E-07  8.29840841380695998E-07
+  8.50848342090003914E-07  8.72387649175679808E-07  8.94472225327127102E-07
+  9.17115874040621329E-07  9.40332748246747175E-07  9.64137359156231526E-07
+  9.88544585329671780E-07  1.01356968197690655E-06  1.03922829049174695E-06
+  1.06553644822809695E-06  1.09251059852354961E-06  1.12016760097669663E-06
+  1.14852474198463955E-06  1.17759974554721080E-06  1.20741078434471490E-06
+  1.23797649109609144E-06  1.26931597020457601E-06  1.30144880969820764E-06
+  1.33439509347253678E-06  1.36817541384329366E-06  1.40281088441680059E-06
+  1.43832315328614984E-06  1.47473441656149936E-06  1.51206743224279682E-06
+  1.55034553444371335E-06  1.58959264797566030E-06  1.62983330330090427E-06
+  1.67109265186429897E-06  1.71339648181304704E-06  1.75677123411440292E-06
+  1.80124401908140529E-06  1.84684263331687313E-06  1.89359557708638054E-06
+  1.94153207213094562E-06  1.99068207993065475E-06  2.04107632043058952E-06
+  2.09274629124074687E-06  2.14572428732203447E-06  2.20004342117049415E-06
+  2.25573764351252664E-06  2.31284176452396187E-06  2.37139147558617767E-06
+  2.43142337159307669E-06  2.49297497382256074E-06  2.55608475338704666E-06
+  2.62079215527759259E-06  2.68713762301653310E-06  2.75516262393429888E-06
+  2.82490967508594917E-06  2.89642236982373113E-06  2.96974540504233003E-06
+  3.04492460911366554E-06  3.12200697052886917E-06  3.20104066726520365E-06
+  3.28207509689636475E-06  3.36516090746490986E-06  3.45035002913613040E-06
+  3.53769570665323638E-06  3.62725253261388094E-06  3.71907648158914045E-06
+  3.81322494510605439E-06  3.90975676751551760E-06  4.00873228276830912E-06
+  4.11021335212170359E-06  4.21426340280063296E-06  4.32094746763749809E-06
+  4.43033222571504496E-06  4.54248604403827732E-06  4.65747902026094926E-06
+  4.77538302649348573E-06  4.89627175421984640E-06  5.02022076035121855E-06
+  5.14730751444526890E-06  5.27761144712068081E-06  5.41121399969705859E-06
+  5.54819867509109167E-06  5.68865109000112199E-06  5.83265902841242553E-06
+  5.98031249645654711E-06  6.13170377865943721E-06  6.28692749561298186E-06
+  6.44608066310612036E-06  6.60926275275285979E-06  6.77657575415436030E-06
+  6.94812423863446628E-06  7.12401542458849048E-06  7.30435924448549712E-06
+  7.48926841356663804E-06  7.67885850028216371E-06  7.87324799851075081E-06
+  8.07255840160692938E-06  8.27691427832241274E-06  8.48644335064857026E-06
+  8.70127657362925194E-06  8.92154821719345972E-06  9.14739595005848233E-06
+  9.37896092575708560E-06  9.61638787084141140E-06  9.85982517531869316E-06
+  1.01094249853763677E-05  1.03653432984530921E-05  1.06277400607155514E-05
+  1.08967792670027282E-05  1.11726290632984534E-05  1.14554618517973202E-05
+  1.17454543986299431E-05  1.20427879443130096E-05  1.23476483169950160E-05
+  1.26602260485678026E-05  1.29807164937151081E-05  1.33093199519745561E-05
+  1.36462417928880402E-05  1.39916925843179402E-05  1.43458882240111594E-05
+  1.47090500744919223E-05  1.50814051013664636E-05  1.54631860151287569E-05
+  1.58546314165533957E-05  1.62559859457660456E-05  1.66675004350876578E-05
+  1.70894320657441464E-05  1.75220445285403696E-05  1.79656081886014316E-05
+  1.84204002542792779E-05  1.88867049503332578E-05  1.93648136954934711E-05
+  1.98550252845133192E-05  2.03576460748293085E-05  2.08729901779436016E-05
+  2.14013796556450946E-05  2.19431447211967267E-05  2.24986239456119372E-05
+  2.30681644691461033E-05  2.36521222181410166E-05  2.42508621273534615E-05
+  2.48647583679043133E-05  2.54941945809978328E-05  2.61395641175500172E-05
+  2.68012702838752402E-05  2.74797265935921835E-05  2.81753570258966029E-05
+  2.88885962903647838E-05  2.96198900984596791E-05  3.03696954418968493E-05
+  3.11384808780513603E-05  3.19267268225868360E-05  3.27349258494763449E-05
+  3.35635829986142661E-05  3.44132160912089091E-05  3.52843560531416851E-05
+  3.61775472465088399E-05  3.70933478095467601E-05  3.80323300051417615E-05
+  3.89950805781617461E-05  3.99822011218183956E-05  4.09943084532826514E-05
+  4.20320349988088506E-05  4.30960291885864322E-05  4.41869558615669408E-05
+  4.53054966805380751E-05  4.64523505576771201E-05  4.76282340908584109E-05
+  4.88338820110013495E-05  5.00700476407090590E-05  5.13375033644999300E-05
+  5.26370411109351291E-05  5.39694728469089914E-05  5.53356310844388687E-05
+  5.67363694002690747E-05  5.81725629685793719E-05  5.96451091071705663E-05
+  6.11549278374508092E-05  6.27029624585422502E-05  6.42901801359185745E-05
+  6.59175725049025881E-05  6.75861562893839815E-05  6.92969739361992080E-05
+  7.10510942655118947E-05  7.28496131376017323E-05  7.46936541365300291E-05
+  7.65843692710359606E-05  7.85229396931235845E-05  8.05105764348291227E-05
+  8.25485211635455297E-05  8.46380469564212800E-05  8.67804590943409049E-05
+  8.89770958758906807E-05  9.12293294518932871E-05  9.35385666810267948E-05
+  9.59062500069698243E-05  9.83338583577291278E-05  1.00822908067661651E-04
+  1.03374953822688262E-04  1.05991589629426592E-04  1.08674449808745925E-04
+  1.11425210014318027E-04  1.14245588276949141E-04  1.17137346075192172E-04
+  1.20102289432906986E-04  1.23142270044597599E-04  1.26259186429030401E-04
+  1.29454985111912899E-04  1.32731661838483784E-04  1.36091262816542504E-04
+  1.39535885990820733E-04  1.43067682349553004E-04  1.46688857263811522E-04
+  1.50401671860649077E-04  1.54208444430886622E-04  1.58111551872176489E-04
+  1.62113431168535525E-04  1.66216580907134769E-04  1.70423562833086050E-04
+  1.74737003443557076E-04  1.79159595621942525E-04  1.83694100312979013E-04
+  1.88343348240255747E-04  1.93110241666779659E-04  1.97997756199685303E-04
+  2.03008942640613154E-04  2.08146928882366162E-04  2.13414921853189365E-04
+  2.18816209510198619E-04  2.24354162882563923E-04  2.30032238166084127E-04
+  2.35853978870614699E-04  2.41823018021006351E-04  2.47943080413509003E-04
+  2.54217984928965855E-04  2.60651646903587429E-04  2.67248080559579393E-04
+  2.74011401496755441E-04  2.80945829246141861E-04  2.88055689888145098E-04
+  2.95345418736179058E-04  3.02819563087077361E-04  3.10482785041108292E-04
+  3.18339864392216281E-04  3.26395701590289169E-04  3.34655320778361556E-04
+  3.43123872905168640E-04  3.51806638915441630E-04  3.60709033020768430E-04
+  3.69836606051327356E-04  3.79195048891580648E-04  3.88790196002464174E-04
+  3.98628029030434028E-04  4.08714680507199436E-04  4.19056437642208559E-04
+  4.29659746208481332E-04  4.40531214526384207E-04  4.51677617546757159E-04
+  4.63105901034462271E-04  4.74823185857637417E-04  4.86836772383279065E-04
+  4.99154144980994033E-04  5.11782976640699099E-04  5.24731133704040204E-04
+  5.38006680712520800E-04  5.51617885378200348E-04  5.65573223676040134E-04
+  5.79881385062335939E-04  5.94551277824700657E-04  6.09592034562232580E-04
+  6.25013017802042285E-04  6.40823825756625946E-04  6.57034298220720604E-04
+  6.73654522615648767E-04  6.90694840184164697E-04  7.08165852334920274E-04
+  7.26078427146416012E-04  7.44443706031478847E-04  7.63273110562495867E-04
+  7.82578349468914555E-04  8.02371425805697524E-04  8.22664644294883473E-04
+  8.43470618852820903E-04  8.64802280299278815E-04  8.86672884253467564E-04
+  9.09096019229487765E-04  9.32085614925307429E-04  9.55655950714017085E-04
+  9.79821664348458701E-04  1.00459776087196578E-03  1.02999962174834181E-03
+  1.05604301421925728E-03  1.08274410088152521E-03  1.11011944950209669E-03
+  1.13818604307458992E-03  1.16696129011089385E-03  1.19646303519037713E-03
+  1.22670956976481788E-03  1.25771964321536619E-03  1.28951247418813086E-03
+  1.32210776219975003E-03  1.35552569951426401E-03  1.38978698332018250E-03
+  1.42491282819211143E-03  1.46092497884577521E-03  1.49784572321458006E-03
+  1.53569790582616032E-03  1.57450494149741671E-03  1.61429082937172906E-03
+  1.65508016727288951E-03  1.69689816640557884E-03  1.73977066641765963E-03
+  1.78372415079773258E-03  1.82878576265004694E-03  1.87498332084961162E-03
+  1.92234533655355933E-03  1.97090103012295377E-03  2.02068034844180228E-03
+  2.07171398261663149E-03  2.12403338612091649E-03  2.17767079335234696E-03
+  2.23265923859956731E-03  2.28903257548781613E-03  2.34682549685220941E-03
+  2.40607355505522997E-03  2.46681318281459245E-03  2.52908171447407612E-03
+  2.59291740775933859E-03  2.65835946607170023E-03  2.72544806124173488E-03
+  2.79422435681447650E-03  2.86473053189531491E-03  2.93700980547528931E-03
+  3.01110646133973285E-03  3.08706587355461488E-03  3.16493453245624565E-03
+  3.24476007127956750E-03  3.32659129337501682E-03  3.41047819995926333E-03
+  3.49647201856044228E-03  3.58462523205662362E-03  3.67499160828843726E-03
+  3.76762623041799550E-03  3.86258552788082323E-03  3.95992730796503045E-03
+  4.05971078817835354E-03  4.16199662920663672E-03  4.26684696856546863E-03
+  4.37432545506757139E-03  4.48449728388108405E-03  4.59742923235899412E-03
+  4.71318969669566254E-03  4.83184872917775607E-03  4.95347807629401785E-03
+  5.07815121766461760E-03  5.20594340557647538E-03  5.33693170547031373E-03
+  5.47119503721924666E-03  5.60881421703902320E-03  5.74987200043962279E-03
+  5.89445312591985269E-03  6.04264435934156151E-03  6.19453453941808899E-03
+  6.35021462388062671E-03  6.50977773640145849E-03  6.67331921467162210E-03
+  6.84093665908369186E-03  7.01272998227742226E-03  7.18880145983820645E-03
+  7.36925578152609288E-03  7.55420010349969456E-03  7.74374410164188100E-03
+  7.93800002534735330E-03  8.13708275245633370E-03  8.34110984518307563E-03
+  8.55020160645434367E-03  8.76448113755099595E-03  8.98407439657757621E-03
+  9.20911025732220646E-03  9.43972056955910514E-03  9.67604021995268834E-03
+  9.91820719338583866E-03  1.01663626358158843E-02  1.04206509174577296E-02
+  1.06812196964948553E-02  1.09482199843075161E-02  1.12218062107287860E-02
+  1.15021362899984103E-02  1.17893716881050988E-02  1.20836774898473338E-02
+  1.23852224668199468E-02  1.26941791465226099E-02  1.30107238808873059E-02
+  1.33350369159979908E-02  1.36673024625113652E-02  1.40077087652361529E-02
+  1.43564481741712182E-02  1.47137172156616130E-02  1.50797166625312815E-02
+  1.54546516058790724E-02  1.58387315262498024E-02  1.62321703637333600E-02
+  1.66351865897704718E-02  1.70480032774661741E-02  1.74708481709515660E-02
+  1.79039537562330625E-02  1.83475573296166400E-02  1.88019010654560184E-02
+  1.92672320848525404E-02  1.97438025209705180E-02  2.02318695840825701E-02
+  2.07316956266674624E-02  2.12435482041901415E-02  2.17677001360916389E-02
+  2.23044295655340126E-02  2.28540200139945963E-02  2.34167604365217719E-02
+  2.39929452740365000E-02  2.45828744998517305E-02  2.51868536671121697E-02
+  2.58051939511768740E-02  2.64382121859237755E-02  2.70862309007879609E-02
+  2.77495783503525356E-02  2.84285885379698053E-02  2.91236012392497821E-02
+  2.98349620155728065E-02  3.05630222221008330E-02  3.13081390139903423E-02
+  3.20706753400660585E-02  3.28509999317430010E-02  3.36494872875929898E-02
+  3.44665176429084855E-02  3.53024769353917633E-02  3.61577567629814620E-02
+  3.70327543244983806E-02  3.79278723571551610E-02  3.88435190617503548E-02
+  3.97801080090298548E-02  4.07380580431041875E-02  4.17177931672426741E-02
+  4.27197424100098436E-02  4.37443396875056775E-02  4.47920236421333329E-02
+  4.58632374618132485E-02  4.69584286927181779E-02  4.80780490225200877E-02
+  4.92225540449620427E-02  5.03924030135361536E-02  5.15880585597574479E-02
+  5.28099863941808509E-02  5.40586549901609023E-02  5.53345352267225754E-02
+  5.66381000157228157E-02  5.79698239034410548E-02  5.93301826266452517E-02
+  6.07196526539865583E-02  6.21387106917272447E-02  6.35878331406576625E-02
+  6.50674955379613867E-02  6.65781719519331211E-02  6.81203343264944333E-02
+  6.96944518076496877E-02  7.13009900108152184E-02  7.29404102384451636E-02
+  7.46131686732049298E-02  7.63197155004463335E-02  7.80604939828361682E-02
+  7.98359395006867645E-02  8.16464785110680852E-02  8.34925274615932744E-02
+  8.53744916568166812E-02  8.72927640346606304E-02  8.92477238996775973E-02
+  9.12397355931737486E-02  9.32691470671110356E-02  9.53362884153202000E-02
+  9.74414703241897329E-02  9.95849824240405135E-02  1.01767091595055648E-01
+  1.03988040175203286E-01  1.06248044069266703E-01  1.08547290804921231E-01
+  1.10885937475511245E-01  1.13264108586922152E-01  1.15681893839220326E-01
+  1.18139345783829203E-01  1.20636477388555569E-01  1.23173259521850695E-01
+  1.25749618306867733E-01  1.28365432385865702E-01  1.31020530087514797E-01
+  1.33714686464616983E-01  1.36447620241218259E-01  1.39218990648985186E-01
+  1.42028394141135383E-01  1.44875361009572934E-01  1.47759351884792667E-01
+  1.50679754125791238E-01  1.53635878101376383E-01  1.56626953359971122E-01
+  1.59652124703797332E-01  1.62710448139648828E-01  1.65800886740656545E-01
+  1.68922306423271024E-01  1.72073471589550220E-01  1.75253040722339826E-01
+  1.78459561897072211E-01  1.81691468160489145E-01  1.84947072924205064E-01
+  1.88224565261454119E-01  1.91522005097183923E-01  1.94837318492531358E-01
+  1.98168292801154944E-01  2.01512571784007471E-01  2.04867650908218013E-01
+  2.08230872471035139E-01  2.11599420800409665E-01  2.14970317724800214E-01
+  2.18340417818473020E-01  2.21706403906669097E-01  2.25064782896618798E-01
+  2.28411881360493479E-01  2.31743841626954744E-01  2.35056618205138596E-01
+  2.38345973996903715E-01  2.41607477325405301E-01  2.44836499235728422E-01
+  2.48028210715214525E-01  2.51177581083128654E-01  2.54279376514294886E-01
+  2.57328158746884250E-01  2.60318285329367183E-01  2.63243909790300767E-01
+  2.66098982425141961E-01  2.68877252960262769E-01  2.71572272886787258E-01
+  2.74177399037632441E-01  2.76685799273319544E-01  2.79090457615360776E-01
+  2.81384181441398484E-01  2.83559610816997487E-01  2.85609227206999716E-01
+  2.87525365198414318E-01  2.89300226126651572E-01  2.90925891268268788E-01
+  2.92394339048113239E-01  2.93697463627788480E-01  2.94827093576234045E-01
+  2.95775015510212458E-01  2.96532998311741736E-01  2.97092818321527563E-01
+  2.97446290266584201E-01  2.97585297744548005E-01  2.97501825957801280E-01
+  2.97188000565902943E-01  2.96636125004549722E-01  2.95838721634030299E-01
+  2.94788578782266664E-01  2.93478795334706610E-01  2.91902830846253125E-01
+  2.90054560503386127E-01  2.87928327180649923E-01  2.85519000453978877E-01
+  2.82822038594463754E-01  2.79833547762563806E-01  2.76550348977626370E-01
+  2.72970045492066882E-01  2.69091087945066088E-01  2.64912847136332286E-01
+  2.60435684163914438E-01  2.55661019135795864E-01  2.50591406024318175E-01
+  2.45230601750251187E-01  2.39583634379851168E-01  2.33656874414681304E-01
+  2.27458097522004243E-01  2.20996545973447645E-01  2.14282988536307922E-01
+  2.07329769727023910E-01  2.00150855560087215E-01  1.92761871950854091E-01
+  1.85180131108441920E-01  1.77424649576577970E-01  1.69516152983438723E-01
+  1.61477067440318339E-01  1.53331494752113634E-01  1.45105169526350691E-01
+  1.36825400520368734E-01  1.28520985197069226E-01  1.20222103876198555E-01
+  1.11960193298590319E-01  1.03767781090765496E-01  9.56783011572855946E-02
+  8.77258799544289869E-02  7.99450718826902329E-02  7.23705809371322506E-02
+  6.50369402830799220E-02  5.79781333552289169E-02  5.12272094878197456E-02
+  4.48158408618097442E-02  3.87738222809933253E-02  3.31285740899980100E-02
+  2.79045696170968534E-02  2.31227194307054226E-02  1.87997656483376192E-02
+  1.49475891333261390E-02  1.15725024710864842E-02  8.67455754201661849E-03
+  6.24676663494262707E-03  4.27435304385056017E-03  2.73402020596382866E-03
+  1.59315553906712358E-03  8.09118456247044323E-04  3.28555673638037944E-04
+  8.67005628432912544E-05  6.81340602105310938E-06 -3.31317277020769821E-09
+  5.32366523094291179E-10  2.02834606553506720E-11 -1.80486281416122720E-11
+  2.37549150371115316E-12  1.88964559523775901E-13 -9.58367403575111613E-14
+  1.00226168304591377E-14  1.36905259816337045E-15 -4.96771120360964192E-16
+  3.88646630155472040E-17  8.86446923818717241E-18  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+                       </PP_QIJL.1.1.0>
+ <PP_QIJL.1.2.0 type="real" size="   969" columns="3" first_index=" 1" second_index=" 2" composite_index=" 2" angular_momentum="0">
+  3.25126826131113564E-09  3.33357450815581295E-09  3.41796434750556386E-09
+  3.50449052575301511E-09  3.59320712457196108E-09  3.68416959472011895E-09
+  3.77743479069766924E-09  3.87306100628315534E-09  3.97110801096896679E-09
+  4.07163708731924110E-09  4.17471106927340161E-09  4.28039438141942002E-09
+  4.38875307926127626E-09  4.49985489050575807E-09  4.61376925739451000E-09
+  4.73056738010762452E-09  4.85032226126607644E-09  4.97310875156073184E-09
+  5.09900359653641381E-09  5.22808548456039066E-09  5.36043509600510253E-09
+  5.49613515367600730E-09  5.63527047451600780E-09  5.77792802261877233E-09
+  5.92419696358411939E-09  6.07416872024934120E-09  6.22793702983146496E-09
+  6.38559800251601473E-09  6.54725018152896694E-09  6.71299460472947651E-09
+  6.88293486776173603E-09  7.05717718880561687E-09  7.23583047496644415E-09
+  7.41900639034543461E-09  7.60681942583337353E-09  7.79938697067105755E-09
+  7.99682938582137053E-09  8.19927007919873651E-09  8.40683558280303184E-09
+  8.61965563180618130E-09  8.83786324564072811E-09  9.06159481114130251E-09
+  9.29099016779073719E-09  9.52619269512422585E-09  9.76734940234618821E-09
+  1.00146110202156150E-08  1.02681320952576929E-08  1.05280710863603074E-08
+  1.07945904638159058E-08  1.10678568108706811E-08  1.13480409278443055E-08
+  1.16353179388856763E-08  1.19298674014310811E-08  1.22318734184332792E-08
+  1.25415247534318042E-08  1.28590149485360857E-08  1.31845424453954950E-08
+  1.35183107092316719E-08  1.38605283560107462E-08  1.42114092828350316E-08
+  1.45711728016353749E-08  1.49400437762481680E-08  1.53182527629623625E-08
+  1.57060361546244087E-08  1.61036363283914141E-08  1.65113017972243739E-08
+  1.69292873652167289E-08  1.73578542868549558E-08  1.77972704303108596E-08
+  1.82478104448677304E-08  1.87097559325846759E-08  1.91833956243068487E-08
+  1.96690255601313310E-08  2.01669492744414590E-08  2.06774779856254743E-08
+  2.12009307905976466E-08  2.17376348642439073E-08  2.22879256639164579E-08
+  2.28521471391050601E-08  2.34306519464163398E-08  2.40238016699950145E-08
+  2.46319670475254151E-08  2.52555282019540519E-08  2.58948748790782592E-08
+  2.65504066911496391E-08  2.72225333666438476E-08  2.79116750063538433E-08
+  2.86182623459657859E-08  2.93427370252822119E-08  3.00855518642607319E-08
+  3.08471711460402226E-08  3.16280709071322240E-08  3.24287392349585271E-08
+  3.32496765729206241E-08  3.40913960331925059E-08  3.49544237174311449E-08
+  3.58392990456064312E-08  3.67465750931549547E-08  3.76768189366690992E-08
+  3.86306120083374634E-08  3.96085504593570810E-08  4.06112455325465753E-08
+  4.16393239443911130E-08  4.26934282767592355E-08  4.37742173785362433E-08
+  4.48823667774241258E-08  4.60185691021668658E-08  4.71835345154643927E-08
+  4.83779911578451839E-08  4.96026856027763390E-08  5.08583833232937131E-08
+  5.21458691704456644E-08  5.34659478638481561E-08  5.48194444946583129E-08
+  5.62072050412809952E-08  5.76300968981298307E-08  5.90890094177743779E-08
+  6.05848544668116058E-08  6.21185669958090327E-08  6.36911056236762434E-08
+  6.53034532368293413E-08  6.69566176035234246E-08  6.86516320037369241E-08
+  7.03895558750012050E-08  7.21714754745797431E-08  7.39985045584093694E-08
+  7.58717850772298638E-08  7.77924878903353286E-08  7.97618134973944554E-08
+  8.17809927887968980E-08  8.38512878149936180E-08  8.59739925753141450E-08
+  8.81504338267519751E-08  9.03819719132242664E-08  9.26700016158251654E-08
+  9.50159530246008380E-08  9.74212924323959032E-08  9.98875232513257970E-08
+  1.02416186952450044E-07  1.05008864029233801E-07  1.07667174985397344E-07
+  1.10392781347774921E-07  1.13187386704812810E-07  1.16052737771356455E-07
+  1.18990625480394021E-07  1.22002886102434812E-07  1.25091402393226146E-07
+  1.28258104770524395E-07  1.31504972520654652E-07  1.34834035035615773E-07
+  1.38247373081499747E-07  1.41747120099023860E-07  1.45335463536982714E-07
+  1.49014646219458323E-07  1.52786967747639709E-07  1.56654785937128040E-07
+  1.60620518291628803E-07  1.64686643513948437E-07  1.68855703055241684E-07
+  1.73130302703478729E-07  1.77513114212120422E-07  1.82006876970026813E-07
+  1.86614399713636214E-07  1.91338562282487436E-07  1.96182317419185053E-07
+  2.01148692614923570E-07  2.06240792001738999E-07  2.11461798292653800E-07
+  2.16814974770940018E-07  2.22303667329739907E-07  2.27931306563313176E-07
+  2.33701409911232153E-07  2.39617583856846027E-07  2.45683526181405016E-07
+  2.51903028275244996E-07  2.58279977507471656E-07  2.64818359655645788E-07
+  2.71522261396958320E-07  2.78395872862478288E-07  2.85443490256059279E-07
+  2.92669518539532179E-07  3.00078474185886669E-07  3.07674988002133401E-07
+  3.15463808023631839E-07  3.23449802481686909E-07  3.31637962846259384E-07
+  3.40033406945712473E-07  3.48641382165520258E-07  3.57467268727955017E-07
+  3.66516583054797018E-07  3.75794981215160366E-07  3.85308262460611589E-07
+  3.95062372849759196E-07  4.05063408964608350E-07  4.15317621720988822E-07
+  4.25831420275429133E-07  4.36611376030949054E-07  4.47664226744233062E-07
+  4.58996880736782324E-07  4.70616421212673564E-07  4.82530110685593863E-07
+  4.94745395517968301E-07  5.07269910574969359E-07  5.20111483996339918E-07
+  5.33278142089018668E-07  5.46778114343597133E-07  5.60619838577779538E-07
+  5.74811966210026671E-07  5.89363367666702507E-07  6.04283137926091091E-07
+  6.19580602202745178E-07  6.35265321775741219E-07  6.51347099964442174E-07
+  6.67835988255545798E-07  6.84742292585224995E-07  7.02076579780266080E-07
+  7.19849684162295744E-07  7.38072714319132040E-07  7.56757060047569249E-07
+  7.75914399471905229E-07  7.95556706342626972E-07  8.15696257519890565E-07
+  8.36345640646396790E-07  8.57517762014490086E-07  8.79225854632414877E-07
+  9.01483486494719958E-07  9.24304569062032182E-07  9.47703365955455573E-07
+  9.71694501871058623E-07  9.96292971719996548E-07  1.02151414999999001E-06
+  1.04737380040403869E-06  1.07388808567230453E-06  1.10107357769341114E-06
+  1.12894726786140958E-06  1.15752657769486463E-06  1.18682936972480284E-06
+  1.21687395865816887E-06  1.24767912282389116E-06  1.27926411590868205E-06
+  1.31164867898981289E-06  1.34485305287253857E-06  1.37889799073975046E-06
+  1.41380477112179123E-06  1.44959521119458946E-06  1.48629168041436085E-06
+  1.52391711449739042E-06  1.56249502975368879E-06  1.60204953778343146E-06
+  1.64260536054533095E-06  1.68418784580645304E-06  1.72682298298304406E-06
+  1.77053741938224175E-06  1.81535847685495668E-06  1.86131416887016331E-06
+  1.90843321802132005E-06  1.95674507397595958E-06  2.00627993187946108E-06
+  2.05706875122465559E-06  2.10914327519905382E-06  2.16253605052161025E-06
+  2.21728044778162363E-06  2.27341068229238869E-06  2.33096183547252405E-06
+  2.38996987676853203E-06  2.45047168613214230E-06  2.51250507706643213E-06
+  2.57610882025529828E-06  2.64132266779091424E-06  2.70818737801418391E-06
+  2.77674474098403683E-06  2.84703760459116298E-06  2.91910990133250485E-06
+  2.99300667576355123E-06  3.06877411264515224E-06  3.14645956580260865E-06
+  3.22611158771527455E-06  3.30777995985468012E-06  3.39151572379045794E-06
+  3.47737121308359159E-06  3.56540008598636900E-06  3.65565735897003537E-06
+  3.74819944110088580E-06  3.84308416928590936E-06  3.94037084441057731E-06
+  4.04012026839100218E-06  4.14239478216335989E-06  4.24725830463487779E-06
+  4.35477637262033438E-06  4.46501618178868229E-06  4.57804662864619995E-06
+  4.69393835358165897E-06  4.81276378500026695E-06  4.93459718457488814E-06
+  5.05951469364166584E-06  5.18759438076933254E-06  5.31891629053267406E-06
+  5.45356249351920406E-06  5.59161713760116869E-06  5.73316650050513449E-06
+  5.87829904371065062E-06  6.02710546771294413E-06  6.17967876868383464E-06
+  6.33611429656513739E-06  6.49650981463239458E-06  6.66096556056528676E-06
+  6.82958430906200572E-06  7.00247143603845320E-06  7.17973498445106189E-06
+  7.36148573178364584E-06  7.54783725924256368E-06  7.73890602270133795E-06
+  7.93481142543889867E-06  8.13567589271909295E-06  8.34162494825520274E-06
+  8.55278729260791443E-06  8.76929488356770543E-06  8.99128301856815478E-06
+  9.21889041918378839E-06  9.45225931776614196E-06  9.69153554626825731E-06
+  9.93686862731655009E-06  1.01884118675862871E-05  1.04463224535356182E-05
+  1.07107615495621616E-05  1.09818943986416563E-05  1.12598904255080951E-05
+  1.15449233424457303E-05  1.18371712577546040E-05  1.21368167869556879E-05
+  1.24440471668110976E-05  1.27590543722243109E-05  1.30820352360936545E-05
+  1.34131915721995509E-05  1.37527303011942994E-05  1.41008635797757239E-05
+  1.44578089331294614E-05  1.48237893907139998E-05  1.51990336254779188E-05
+  1.55837760965990381E-05  1.59782571958245356E-05  1.63827233975116790E-05
+  1.67974274124622905E-05  1.72226283456369644E-05  1.76585918578593355E-05
+  1.81055903316062000E-05  1.85639030409780938E-05  1.90338163259719572E-05
+  1.95156237711532180E-05  2.00096263888340185E-05  2.05161328068883654E-05
+  2.10354594613044023E-05  2.15679307935946476E-05  2.21138794532026688E-05
+  2.26736465050111822E-05  2.32475816420876223E-05  2.38360434038122624E-05
+  2.44393993995003002E-05  2.50580265376712470E-05  2.56923112611155426E-05
+  2.63426497878780990E-05  2.70094483583314749E-05  2.76931234884913144E-05
+  2.83941022297048238E-05  2.91128224349066243E-05  2.98497330315935464E-05
+  3.06052943016655598E-05  3.13799781683482261E-05  3.21742684903456117E-05
+  3.29886613633934226E-05  3.38236654294450642E-05  3.46798021936381404E-05
+  3.55576063492392698E-05  3.64576261108125830E-05  3.73804235557611137E-05
+  3.83265749744718550E-05  3.92966712293164235E-05  4.02913181226636599E-05
+  4.13111367741713324E-05  4.23567640076108237E-05  4.34288527473918696E-05
+  4.45280724250967608E-05  4.56551093962712800E-05  4.68106673676595012E-05
+  4.79954678352359141E-05  4.92102505332676595E-05  5.04557738946262769E-05
+  5.17328155227430442E-05  5.30421726754233287E-05  5.43846627607828253E-05
+  5.57611238457355165E-05  5.71724151772284265E-05  5.86194177165457901E-05
+  6.01030346871339943E-05  6.16241921361276781E-05  6.31838395099750542E-05
+  6.47829502446145393E-05  6.64225223703816326E-05  6.81035791321309180E-05
+  6.98271696250055775E-05  7.15943694460497273E-05  7.34062813622414565E-05
+  7.52640359953396059E-05  7.71687925237774701E-05  7.91217394022769311E-05
+  8.11240950995179867E-05  8.31771088541614093E-05  8.52820614499862274E-05
+  8.74402660104070778E-05  8.96530688127641115E-05  9.19218501232194768E-05
+  9.42480250524451542E-05  9.66330444326348392E-05  9.90783957167014611E-05
+  1.01585603899783069E-04  1.04156232463764869E-04  1.06791884345653715E-04
+  1.09494202929895631E-04  1.12264873065550920E-04  1.15105622109077120E-04
+  1.18018220992827046E-04  1.21004485320395561E-04  1.24066276489426638E-04
+  1.27205502842057217E-04  1.30424120844357331E-04  1.33724136295185230E-04
+  1.37107605564772589E-04  1.40576636864605761E-04  1.44133391548786216E-04
+  1.47780085447416095E-04  1.51518990233718681E-04  1.55352434824827877E-04
+  1.59282806817129258E-04  1.63312553957890746E-04  1.67444185652907291E-04
+  1.71680274511475681E-04  1.76023457930315607E-04  1.80476439716034171E-04
+  1.85041991747960142E-04  1.89722955682678174E-04  1.94522244699857631E-04
+  1.99442845291747411E-04  2.04487819097228408E-04  2.09660304780162745E-04
+  2.14963519954959793E-04  2.20400763159668724E-04  2.25975415876663839E-04
+  2.31690944604331657E-04  2.37550902979371073E-04  2.43558933950343334E-04
+  2.49718772006192436E-04  2.56034245458612510E-04  2.62509278779751525E-04
+  2.69147894998958534E-04  2.75954218156826176E-04  2.82932475819120983E-04
+  2.90087001653883969E-04  2.97422238069554182E-04  3.04942738917998832E-04
+  3.12653172264874108E-04  3.20558323225083122E-04  3.28663096868613371E-04
+  3.36972521197883190E-04  3.45491750194684168E-04  3.54226066943391063E-04
+  3.63180886829879716E-04  3.72361760815063546E-04  3.81774378790918154E-04
+  3.91424573016438632E-04  4.01318321633918889E-04  4.11461752274106408E-04
+  4.21861145745604054E-04  4.32522939811135290E-04  4.43453733059004460E-04
+  4.54660288863371334E-04  4.66149539438817466E-04  4.77928589996218028E-04
+  4.90004722992382047E-04  5.02385402482290059E-04  5.15078278578452492E-04
+  5.28091192009525314E-04  5.41432178790646462E-04  5.55109475006334749E-04
+  5.69131521698860499E-04  5.83506969878133663E-04  5.98244685649188088E-04
+  6.13353755452335854E-04  6.28843491435026052E-04  6.44723436945927289E-04
+  6.61003372150240163E-04  6.77693319786793662E-04  6.94803551051748850E-04
+  7.12344591613816593E-04  7.30327227780575559E-04  7.48762512795936828E-04
+  7.67661773281193087E-04  7.87036615835337875E-04  8.06898933771518561E-04
+  8.27260914010876226E-04  8.48135044142387848E-04  8.69534119624637059E-04
+  8.91471251160291583E-04  9.13959872241617362E-04  9.37013746845016490E-04
+  9.60646977314625499E-04  9.84874012420169009E-04  1.00970965557286955E-03
+  1.03516907324697430E-03  1.06126780357691298E-03  1.08802176512444080E-03
+  1.11544726586673476E-03  1.14356101236005002E-03  1.17238011908908537E-03
+  1.20192211804960071E-03  1.23220496850613877E-03  1.26324706695496317E-03
+  1.29506725732850899E-03  1.32768484137477365E-03  1.36111958926501530E-03
+  1.39539175044632114E-03  1.43052206467015491E-03  1.46653177327517726E-03
+  1.50344263071270604E-03  1.54127691625158595E-03  1.58005744596482816E-03
+  1.61980758495058647E-03  1.66055125974015334E-03  1.70231297101424784E-03
+  1.74511780653928503E-03  1.78899145430485022E-03  1.83396021599105744E-03
+  1.88005102063660569E-03  1.92729143853092558E-03  1.97570969544809839E-03
+  2.02533468705993081E-03  2.07619599360448891E-03  2.12832389489593481E-03
+  2.18174938549144364E-03  2.23650419015266558E-03  2.29262077963338301E-03
+  2.35013238660392032E-03  2.40907302191486214E-03  2.46947749115530900E-03
+  2.53138141133250200E-03  2.59482122793725260E-03  2.65983423225450710E-03
+  2.72645857878946445E-03  2.79473330312080687E-03  2.86469833993202453E-03
+  2.93639454116832992E-03  3.00986369464585840E-03  3.08514854275773655E-03
+  3.16229280133642010E-03  3.24134117896522243E-03  3.32233939629808864E-03
+  3.40533420558595569E-03  3.49037341061418432E-03  3.57750588655664876E-03
+  3.66678160010391061E-03  3.75825162992355320E-03  3.85196818694848869E-03
+  3.94798463501823925E-03  4.04635551172777361E-03  4.14713654902723085E-03
+  4.25038469425352734E-03  4.35615813119689249E-03  4.46451630086443403E-03
+  4.57551992273612634E-03  4.68923101583580346E-03  4.80571291948475761E-03
+  4.92503031456063573E-03  5.04724924431451498E-03  5.17243713490621749E-03
+  5.30066281638000292E-03  5.43199654292233179E-03  5.56651001291945651E-03
+  5.70427638929677742E-03  5.84537031885616967E-03  5.98986795153337581E-03
+  6.13784695967093535E-03  6.28938655601278714E-03  6.44456751176099817E-03
+  6.60347217426391318E-03  6.76618448317939120E-03  6.93278998683387326E-03
+  7.10337585770683816E-03  7.27803090620337319E-03  7.45684559469926046E-03
+  7.63991205008878946E-03  7.82732407453312282E-03  8.01917715642589540E-03
+  8.21556847915388792E-03  8.41659692809037380E-03  8.62236309754911730E-03
+  8.83296929478496334E-03  9.04851954236564164E-03  9.26911958001118592E-03
+  9.49487686272095475E-03  9.72590055749389740E-03  9.96230153875928698E-03
+  1.02041923793657549E-02  1.04516873404232168E-02  1.07049023588169211E-02
+  1.09639550296350211E-02  1.12289645876675961E-02  1.15000518852595556E-02
+  1.17773393645878906E-02  1.20609510290673079E-02  1.23510124095383284E-02
+  1.26476505246355102E-02  1.29509938400021278E-02  1.32611722205556084E-02
+  1.35783168769638592E-02  1.39025603102034077E-02  1.42340362473872845E-02
+  1.45728795720638914E-02  1.49192262512906782E-02  1.52732132522260065E-02
+  1.56349784536119300E-02  1.60046605521477654E-02  1.63823989567580958E-02
+  1.67683336782097903E-02  1.71626052111585152E-02  1.75653544027171843E-02
+  1.79767223166807932E-02  1.83968500871917393E-02  1.88258787579540753E-02
+  1.92639491169915578E-02  1.97112015174472112E-02  2.01677756835199791E-02
+  2.06338105110545691E-02  2.11094438506262173E-02  2.15948122759101538E-02
+  2.20900508448117448E-02  2.25952928396655657E-02  2.31106694932690163E-02
+  2.36363097047615663E-02  2.41723397314584643E-02  2.47188828672649658E-02
+  2.52760591070609573E-02  2.58439847844486315E-02  2.64227721967208000E-02
+  2.70125292111362998E-02  2.76133588427080016E-02  2.82253588193522309E-02
+  2.88486211231981475E-02  2.94832315024940658E-02  3.01292689700592940E-02
+  3.07868052727199304E-02  3.14559043314664097E-02  3.21366216659336110E-02
+  3.28290037853373601E-02  3.35330875510171239E-02  3.42488995196660734E-02
+  3.49764552497122336E-02  3.57157585804177419E-02  3.64668008870665319E-02
+  3.72295602976039641E-02  3.80040008827334241E-02  3.87900718172658407E-02
+  3.95877065031042599E-02  4.03968216654027601E-02  4.12173164159408550E-02
+  4.20490712802464237E-02  4.28919471960613266E-02  4.37457844770995710E-02
+  4.46104017442406145E-02  4.54855948245700692E-02  4.63711356174079450E-02
+  4.72667709320275103E-02  4.81722212888369833E-02  4.90871796942095456E-02
+  5.00113103902124351E-02  5.09442475644582560E-02  5.18855940460095852E-02
+  5.28349199765974983E-02  5.37917614424416463E-02  5.47556191104637546E-02
+  5.57259568358378643E-02  5.67022002379645104E-02  5.76837353043878551E-02
+  5.86699069567744938E-02  5.96600176045880212E-02  6.06533257532713421E-02
+  6.16490445606362111E-02  6.26463404159429416E-02  6.36443315986863767E-02
+  6.46420868709145086E-02  6.56386241464836789E-02  6.66329092567845838E-02
+  6.76238546430262405E-02  6.86103181990962430E-02  6.95911022128418433E-02
+  7.05649522446642058E-02  7.15305562477950435E-02  7.24865437691193520E-02
+  7.34314851262223844E-02  7.43638909306330170E-02  7.52822116507296385E-02
+  7.61848372291664827E-02  7.70700971559867692E-02  7.79362605188899937E-02
+  7.87815362361766192E-02  7.96040738454592695E-02  8.04019641946207564E-02
+  8.11732405008364494E-02  8.19158800339215148E-02  8.26278056361264696E-02
+  8.33068878523375161E-02  8.39509476928564785E-02  8.45577592124933525E-02
+  8.51250529812570406E-02  8.56505201185522175E-02  8.61318161990369813E-02
+  8.65665663469872559E-02  8.69523707396170492E-02  8.72868101347093195E-02
+  8.75674528696427368E-02  8.77918620312293368E-02  8.79576029145079513E-02
+  8.80622521792069624E-02  8.81034068749615290E-02  8.80786941326114625E-02
+  8.79857826668916654E-02  8.78223938251216918E-02  8.75863137696592658E-02
+  8.72754074055109019E-02  8.68876315816611289E-02  8.64210499272613092E-02
+  8.58738491237716201E-02  8.52443543168577011E-02  8.45310465879361150E-02
+  8.37325813081120918E-02  8.28478056632783594E-02  8.18757784811793565E-02
+  8.08157901782798616E-02  7.96673820492348611E-02  7.84303678123640519E-02
+  7.71048543747242382E-02  7.56912621749338821E-02  7.41903473446502704E-02
+  7.26032221616696588E-02  7.09313752404179959E-02  6.91766926380878583E-02
+  6.73414764266624805E-02  6.54284628825098358E-02  6.34408402178629899E-02
+  6.13822631628538687E-02  5.92568665099823116E-02  5.70692764836917207E-02
+  5.48246185542769632E-02  5.25285227790763878E-02  5.01871252087141978E-02
+  4.78070653405813784E-02  4.53954787796266163E-02  4.29599845400109662E-02
+  4.05086676802952766E-02  3.80500540067280416E-02  3.55930787355662123E-02
+  3.31470490603757023E-02  3.07215951434520983E-02  2.83266154606923032E-02
+  2.59722135255611372E-02  2.36686195491247059E-02  2.14261080315696212E-02
+  1.92549028970559859E-02  1.71650653159329224E-02  1.51663799078157243E-02
+  1.32682235709135916E-02  1.14794173852373720E-02  9.80807944599432734E-03
+  8.26145535172298322E-03  6.84573590664339700E-03  5.56587779914862867E-03
+  4.42539848975893792E-03  3.42616688895313421E-03  2.56819835649477451E-03
+  1.84942410348418337E-03  1.26546932326227651E-03  8.09436811684055655E-04
+  4.71671254384411272E-04  2.39548435695795785E-04  9.72725279608994319E-05
+  2.56686570955120580E-05  2.01718393827523224E-06 -9.80901310760382302E-10
+  1.57612975998049661E-10  6.00514205673097056E-12 -5.34349526252576184E-12
+  7.03290438290167587E-13  5.59450402921518413E-14 -2.83735231319651170E-14
+  2.96730616484878601E-15  4.05323109049387583E-16 -1.47074564747019169E-16
+  1.15063117857934483E-17  2.62442380702887224E-18  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+                       </PP_QIJL.1.2.0>
+ <PP_QIJL.1.3.1 type="real" size="   969" columns="3" first_index=" 1" second_index=" 3" composite_index=" 4" angular_momentum="1">
+ -1.99603875126180034E-12 -2.07231137748736893E-12 -2.15149853303771747E-12
+ -2.23371158789592738E-12 -2.31906616771437688E-12 -2.40768231643231224E-12
+ -2.49968466510742634E-12 -2.59520260719879533E-12 -2.69437048054771844E-12
+ -2.79732775631246130E-12 -2.90421923512248045E-12 -3.01519525072816976E-12
+ -3.13041188143244287E-12 -3.25003116960152237E-12 -3.37422134956372938E-12
+ -3.50315708421663755E-12 -3.63701971067555503E-12 -3.77599749530868498E-12
+ -3.92028589851767104E-12 -4.07008784963599292E-12 -4.22561403233168800E-12
+ -4.38708318091595226E-12 -4.55472238797425153E-12 -4.72876742375262979E-12
+ -4.90946306774845747E-12 -5.09706345297178616E-12 -5.29183242336177189E-12
+ -5.49404390486059256E-12 -5.70398229066686562E-12 -5.92194284121040076E-12
+ -6.14823209941069111E-12 -6.38316832180334355E-12 -6.62708192614068082E-12
+ -6.88031595609602828E-12 -7.14322656372534941E-12 -7.41618351036456097E-12
+ -7.69957068666726951E-12 -7.99378665251410369E-12 -8.29924519755308207E-12
+ -8.61637592315939647E-12 -8.94562484663285628E-12 -9.28745502848312149E-12
+ -9.64234722368462654E-12 -1.00108005578172926E-11 -1.03933332290439826E-11
+ -1.07904832369116909E-11 -1.12028091390019103E-11 -1.16308908364939953E-11
+ -1.20753303897464737E-11 -1.25367528650434288E-11 -1.30158072136964716E-11
+ -1.35131671847392817E-11 -1.40295322724978138E-11 -1.45656287003690078E-11
+ -1.51222104421919061E-11 -1.57000602826469598E-11 -1.62999909181756097E-11
+ -1.69228460999681145E-11 -1.75695018206271578E-11 -1.82408675461763138E-11
+ -1.89378874951457778E-11 -1.96615419665347683E-11 -2.04128487185178051E-11
+ -2.11928643998341074E-11 -2.20026860358734866E-11 -2.28434525715479126E-11
+ -2.37163464731198589E-11 -2.46225953912393660E-11 -2.55634738875289943E-11
+ -2.65403052271454130E-11 -2.75544632398375861E-11 -2.86073742521202480E-11
+ -2.97005190932794264E-11 -3.08354351780310605E-11 -3.20137186687628609E-11
+ -3.32370267203986026E-11 -3.45070798110439985E-11 -3.58256641616908088E-11
+ -3.71946342483825980E-11 -3.86159154103754871E-11 -4.00915065579613027E-11
+ -4.16234829837626853E-11 -4.32139992814529016E-11 -4.48652923760054929E-11
+ -4.65796846697366582E-11 -4.83595873085624171E-11 -5.02075035730676200E-11
+ -5.21260323991531051E-11 -5.41178720332143282E-11 -5.61858238269916611E-11
+ -5.83327961774284502E-11 -6.05618086170794565E-11 -6.28759960608221211E-11
+ -6.52786132148419019E-11 -6.77730391540949000E-11 -7.03627820746828223E-11
+ -7.30514842278266721E-11 -7.58429270423762137E-11 -7.87410364430614409E-11
+ -8.17498883719647187E-11 -8.48737145209774381E-11 -8.81169082833075767E-11
+ -9.14840309324037932E-11 -9.49798180369893355E-11 -9.86091861212273815E-11
+ -1.02377239579381925E-10 -1.06289277854703424E-10 -1.10350802892633162E-10
+ -1.14567526878807997E-10 -1.18945380272750899E-10 -1.23490520148542375E-10
+ -1.28209338854205878E-10 -1.33108473001986019E-10 -1.38194812802161012E-10
+ -1.43475511753519641E-10 -1.48957996704127856E-10 -1.54649978296538696E-10
+ -1.60559461812132651E-10 -1.66694758429841137E-10 -1.73064496915088746E-10
+ -1.79677635755388604E-10 -1.86543475759666679E-10 -1.93671673139027339E-10
+ -2.01072253087359667E-10 -2.08755623880888621E-10 -2.16732591516490321E-10
+ -2.25014374909370220E-10 -2.33612621671472253E-10 -2.42539424492809394E-10
+ -2.51807338148758852E-10 -2.61429397157233777E-10 -2.71419134110572188E-10
+ -2.81790598707920982E-10 -2.92558377514882614E-10 -3.03737614478218246E-10
+ -3.15344032224447725E-10 -3.27393954172319546E-10 -3.39904327490231647E-10
+ -3.52892746930900975E-10 -3.66377479576805065E-10 -3.80377490531179014E-10
+ -3.94912469590729516E-10 -4.10002858937552370E-10 -4.25669881889210128E-10
+ -4.41935572747411325E-10 -4.58822807787250327E-10 -4.76355337430608811E-10
+ -4.94557819648967817E-10 -5.13455854642590504E-10 -5.33076020844871252E-10
+ -5.53445912302465161E-10 -5.74594177483790389E-10 -5.96550559570463084E-10
+ -6.19345938288354909E-10 -6.43012373337077939E-10 -6.67583149478987527E-10
+ -6.93092823351131464E-10 -7.19577272065947530E-10 -7.47073743669093919E-10
+ -7.75620909525368289E-10 -8.05258918706354782E-10 -8.36029454456356231E-10
+ -8.67975792815971784E-10 -9.01142863485770507E-10 -9.35577313015710675E-10
+ -9.71327570409083543E-10 -1.00844391523334853E-09 -1.04697854833356524E-09
+ -1.08698566524792569E-09 -1.12852153242861338E-09 -1.17164456637517915E-09
+ -1.21641541579177870E-09 -1.26289704688370927E-09 -1.31115483191334111E-09
+ -1.36125664113988036E-09 -1.41327293827227105E-09 -1.46727687956962339E-09
+ -1.52334441672828652E-09 -1.58155440370050098E-09 -1.64198870759477806E-09
+ -1.70473232381384315E-09 -1.76987349559234669E-09 -1.83750383810218717E-09
+ -1.90771846730011362E-09 -1.98061613369885894E-09 -2.05629936124979222E-09
+ -2.13487459153255688E-09 -2.21645233345439720E-09 -2.30114731866972412E-09
+ -2.38907866293849214E-09 -2.48037003365031384E-09 -2.57514982375002141E-09
+ -2.67355133230896473E-09 -2.77571295199646600E-09 -2.88177836371467094E-09
+ -2.99189673867061687E-09 -3.10622294817005207E-09 -3.22491778142741233E-09
+ -3.34814817169883147E-09 -3.47608743105610829E-09 -3.60891549413132374E-09
+ -3.74681917117572259E-09 -3.88999241078807266E-09 -4.03863657268213587E-09
+ -4.19296071087722134E-09 -4.35318186770958311E-09 -4.51952537907840965E-09
+ -4.69222519135572826E-09 -4.87152419040581522E-09 -5.05767454317665927E-09
+ -5.25093805234428059E-09 -5.45158652450842550E-09 -5.65990215245704171E-09
+ -5.87617791203814518E-09 -6.10071797419617005E-09 -6.33383813275249132E-09
+ -6.57586624853275117E-09 -6.82714271046367892E-09 -7.08802091428950576E-09
+ -7.35886775958086075E-09 -7.64006416573389245E-09 -7.93200560768722232E-09
+ -8.23510267210878523E-09 -8.54978163483453303E-09 -8.87648506037244897E-09
+ -9.21567242431365498E-09 -9.56782075952602698E-09 -9.93342532704004644E-09
+ -1.03130003125694738E-08 -1.07070795496458948E-08 -1.11162172703857808E-08
+ -1.15409888849445356E-08 -1.19819917907528156E-08 -1.24398462126762830E-08
+ -1.29151960752768518E-08 -1.34087099084029867E-08 -1.39210817873854831E-08
+ -1.44530323091556213E-08 -1.50053096056624720E-08 -1.55786903960145584E-08
+ -1.61739810788209689E-08 -1.67920188662739275E-08 -1.74336729615645871E-08
+ -1.80998457812856776E-08 -1.87914742245451867E-08 -1.95095309905725002E-08
+ -2.02550259466674871E-08 -2.10290075484227394E-08 -2.18325643142110285E-08
+ -2.26668263560099739E-08 -2.35329669687241479E-08 -2.44322042802320350E-08
+ -2.53658029644784263E-08 -2.63350760200296839E-08 -2.73413866165817227E-08
+ -2.83861500120217352E-08 -2.94708355427461051E-08 -3.05969686900196234E-08
+ -3.17661332252915675E-08 -3.29799734374878018E-08 -3.42401964453965031E-08
+ -3.55485745984143903E-08 -3.69069479690256769E-08 -3.83172269405061209E-08
+ -3.97813948935099864E-08 -4.13015109953078886E-08 -4.28797130955873723E-08
+ -4.45182207329115226E-08 -4.62193382560461754E-08 -4.79854580645372498E-08
+ -4.98190639731238214E-08 -5.17227347046895838E-08 -5.36991475166652035E-08
+ -5.57510819660107586E-08 -5.78814238180328418E-08 -6.00931691045474090E-08
+ -6.23894283371183399E-08 -6.47734308812486100E-08 -6.72485294977064030E-08
+ -6.98182050573831993E-08 -7.24860714362610215E-08 -7.52558805974236772E-08
+ -7.81315278672479105E-08 -8.11170574131456464E-08 -8.42166679306268294E-08
+ -8.74347185476471118E-08 -9.07757349545021645E-08 -9.42444157679703262E-08
+ -9.78456391385938888E-08 -1.01584469610360003E-07 -1.05466165242526248E-07
+ -1.09496185003509376E-07 -1.13680196447231218E-07 -1.18024083682820849E-07
+ -1.22533955648743513E-07 -1.27216154703033106E-07 -1.32077265541795764E-07
+ -1.37124124458356425E-07 -1.42363828956170868E-07 -1.47803747729064445E-07
+ -1.53451531022647288E-07 -1.59315121391643242E-07 -1.65402764868237126E-07
+ -1.71723022556964750E-07 -1.78284782672682267E-07 -1.85097273038434375E-07
+ -1.92170074060639919E-07 -1.99513132200133580E-07 -2.07136773957794503E-07
+ -2.15051720394321791E-07 -2.23269102204918881E-07 -2.31800475369746320E-07
+ -2.40657837402137707E-07 -2.49853644217787378E-07 -2.59400827648156535E-07
+ -2.69312813622865103E-07 -2.79603541046942112E-07 -2.90287481398891487E-07
+ -3.01379659077473653E-07 -3.12895672525979640E-07 -3.24851716163047044E-07
+ -3.37264603151432139E-07 -3.50151789036687776E-07 -3.63531396288346541E-07
+ -3.77422239778913257E-07 -3.91843853236150504E-07 -4.06816516705252867E-07
+ -4.22361285060596453E-07 -4.38500017606383870E-07 -4.55255408807434190E-07
+ -4.72651020194549315E-07 -4.90711313488101654E-07 -5.09461684986410079E-07
+ -5.28928501268485172E-07 -5.49139136259696962E-07 -5.70122009712986656E-07
+ -5.91906627160740176E-07 -6.14523621391530212E-07 -6.38004795511150819E-07
+ -6.62383167649112403E-07 -6.87693017371193420E-07 -7.13969933865225999E-07
+ -7.41250865967744947E-07 -7.69574174099513483E-07 -7.98979684185766809E-07
+ -8.29508743635763462E-07 -8.61204279458287778E-07 -8.94110858598496056E-07
+ -9.28274750578303445E-07 -9.63743992527041159E-07 -1.00056845669807408E-06
+ -1.03879992056208284E-06 -1.07849213957548381E-06 -1.11970092273059790E-06
+ -1.16248421098805122E-06 -1.20690215870335925E-06 -1.25301721816581358E-06
+ -1.30089422736151941E-06 -1.35060050108792419E-06 -1.40220592555003238E-06
+ -1.45578305656342858E-06 -1.51140722150885005E-06 -1.56915662518120728E-06
+ -1.62911245967373613E-06 -1.69135901846160014E-06 -1.75598381484103166E-06
+ -1.82307770488333336E-06 -1.89273501508939561E-06 -1.96505367491499709E-06
+ -2.04013535434849295E-06 -2.11808560674912756E-06 -2.19901401713207272E-06
+ -2.28303435610831275E-06 -2.37026473971078524E-06 -2.46082779531143574E-06
+ -2.55485083386828981E-06 -2.65246602875729407E-06 -2.75381060141587160E-06
+ -2.85902701407295878E-06 -2.96826316984368985E-06 -3.08167262044245683E-06
+ -3.19941478182984153E-06 -3.32165515809462890E-06 -3.44856557385749916E-06
+ -3.58032441555732608E-06 -3.71711688194397596E-06 -3.85913524410505028E-06
+ -4.00657911543623345E-06 -4.15965573190282679E-06 -4.31858024296998967E-06
+ -4.48357601366220852E-06 -4.65487493812523936E-06 -4.83271776513000715E-06
+ -5.01735443602841532E-06 -5.20904443556577053E-06 -5.40805715606378069E-06
+ -5.61467227552980568E-06 -5.82918015013781418E-06 -6.05188222168194561E-06
+ -6.28309144059940149E-06 -6.52313270506129873E-06 -6.77234331683147756E-06
+ -7.03107345452549242E-06 -7.29968666483790837E-06 -7.57856037254780288E-06
+ -7.86808640996466828E-06 -8.16867156647358439E-06 -8.48073815910624080E-06
+ -8.80472462482664330E-06 -9.14108613530815294E-06 -9.49029523524519929E-06
+ -9.85284250491607878E-06 -1.02292372479259200E-05 -1.06200082052771136E-05
+ -1.10257042965249365E-05 -1.14468953891348880E-05 -1.18841730972729265E-05
+ -1.23381516108512142E-05 -1.28094685561686678E-05 -1.32987858894355566E-05
+ -1.38067908241042895E-05 -1.43341967936009009E-05 -1.48817444507752887E-05
+ -1.54502027051386507E-05 -1.60403697997643465E-05 -1.66530744291687147E-05
+ -1.72891768994495464E-05 -1.79495703328511881E-05 -1.86351819180469550E-05
+ -1.93469742077089570E-05 -2.00859464658103697E-05 -2.08531360659179543E-05
+ -2.16496199424414294E-05 -2.24765160975016757E-05 -2.33349851646749363E-05
+ -2.42262320320822092E-05 -2.51515075276148853E-05 -2.61121101676194356E-05
+ -2.71093879721168702E-05 -2.81447403493679086E-05 -2.92196200512747010E-05
+ -3.03355352033926178E-05 -3.14940514122608490E-05 -3.26967939518526198E-05
+ -3.39454500336837004E-05 -3.52417711630574195E-05 -3.65875755837537960E-05
+ -3.79847508164762667E-05 -3.94352562931941236E-05 -4.09411260904600673E-05
+ -4.25044717676974562E-05 -4.41274853122084292E-05 -4.58124421950846747E-05
+ -4.75617045444536152E-05 -4.93777244375106494E-05 -5.12630473169522162E-05
+ -5.32203155383390643E-05 -5.52522720497376625E-05 -5.73617642110060496E-05
+ -5.95517477589332635E-05 -6.18252909197913479E-05 -6.41855786786948160E-05
+ -6.66359172111807195E-05 -6.91797384792396829E-05 -7.18206050033925043E-05
+ -7.45622148149417766E-05 -7.74084065919376237E-05 -8.03631649926198028E-05
+ -8.34306261887517359E-05 -8.66150836045695801E-05 -8.99209938768619064E-05
+ -9.33529830366824751E-05 -9.69158529216857559E-05 -1.00614587835420649E-04
+ -1.04454361452431773E-04 -1.08440543982481970E-04 -1.12578709609791234E-04
+ -1.16874644205110053E-04 -1.21334353329278379E-04 -1.25964070542193264E-04
+ -1.30770266014988191E-04 -1.35759655470268583E-04 -1.40939209460611968E-04
+ -1.46316162984640337E-04 -1.51898025472168891E-04 -1.57692591143128934E-04
+ -1.63707949743227663E-04 -1.69952497694206853E-04 -1.76434949656331788E-04
+ -1.83164350512662552E-04 -1.90150087817677406E-04 -1.97401904700077809E-04
+ -2.04929913239523353E-04 -2.12744608361125671E-04 -2.20856882230576802E-04
+ -2.29278039183321162E-04 -2.38019811228319233E-04 -2.47094374104369881E-04
+ -2.56514363939363296E-04 -2.66292894544230578E-04 -2.76443575318059491E-04
+ -2.86980529834412069E-04 -2.97918415125601743E-04 -3.09272441645057361E-04
+ -3.21058393998727512E-04 -3.33292652440909953E-04 -3.45992215125609645E-04
+ -3.59174721223786666E-04 -3.72858474875031333E-04 -3.87062469985758565E-04
+ -4.01806415997352012E-04 -4.17110764563483375E-04 -4.32996737181801821E-04
+ -4.49486353904053008E-04 -4.66602463037468762E-04 -4.84368771927232687E-04
+ -5.02809878928592888E-04 -5.21951306462061339E-04 -5.41819535296961729E-04
+ -5.62442040137009513E-04 -5.83847326393634202E-04 -6.06064968356365380E-04
+ -6.29125648777274435E-04 -6.53061199765099781E-04 -6.77904645265837730E-04
+ -7.03690245067890873E-04 -7.30453540262534194E-04 -7.58231400497322641E-04
+ -7.87062072862882334E-04 -8.16985232413326864E-04 -8.48042034695055446E-04
+ -8.80275170018983834E-04 -9.13728919586748699E-04 -9.48449213838509155E-04
+ -9.84483692662617340E-04 -1.02188176772632401E-03 -1.06069468723158202E-03
+ -1.10097560266562717E-03 -1.14277963798998399E-03 -1.18616396144079900E-03
+ -1.23118785947999641E-03 -1.27791281355284160E-03 -1.32640257961825526E-03
+ -1.37672327002217633E-03 -1.42894343859007204E-03 -1.48313416862243795E-03
+ -1.53936916348124228E-03 -1.59772484083691899E-03 -1.65828042991436457E-03
+ -1.72111807166143134E-03 -1.78632292301584661E-03 -1.85398326424093232E-03
+ -1.92419060962627274E-03 -1.99703982268010583E-03 -2.07262923445501127E-03
+ -2.15106076580302624E-03 -2.23244005444242933E-03 -2.31687658523384429E-03
+ -2.40448382507948109E-03 -2.49537936285090453E-03 -2.58968505263931304E-03
+ -2.68752716244671048E-03 -2.78903652798938827E-03 -2.89434871001503910E-03
+ -3.00360415797483460E-03 -3.11694837873317332E-03 -3.23453210912162453E-03
+ -3.35651149579502478E-03 -3.48304827987803815E-03 -3.61430998601581371E-03
+ -3.75047011958743641E-03 -3.89170836831634120E-03 -4.03821080915419198E-03
+ -4.19017012395926994E-03 -4.34778581909613018E-03 -4.51126445151418375E-03
+ -4.68081986392170253E-03 -4.85667342337347489E-03 -5.03905426789139684E-03
+ -5.22819956204409290E-03 -5.42435475548211452E-03 -5.62777385137544408E-03
+ -5.83871968313121742E-03 -6.05746419378952201E-03 -6.28428872739500519E-03
+ -6.51948432733929790E-03 -6.76335203748461029E-03 -7.01620321730738166E-03
+ -7.27835986202560528E-03 -7.55015492628242739E-03 -7.83193266344056616E-03
+ -8.12404896729478597E-03 -8.42687171902068398E-03 -8.74078115040171841E-03
+ -9.06617020653422215E-03 -9.40344491641635291E-03 -9.75302477922039557E-03
+ -1.01153431468918205E-02 -1.04908476182567802E-02 -1.08800004466052137E-02
+ -1.12832789405074817E-02 -1.17011758805908497E-02 -1.21341999456350234E-02
+ -1.25828761292970520E-02 -1.30477461776605918E-02 -1.35293690297311787E-02
+ -1.40283212470989176E-02 -1.45451974688834314E-02 -1.50806108609233651E-02
+ -1.56351935547437530E-02 -1.62095971144264259E-02 -1.68044929870949135E-02
+ -1.74205729465167387E-02 -1.80585495639234601E-02 -1.87191566505633053E-02
+ -1.94031496995647861E-02 -2.01113063499878189E-02 -2.08444268100363775E-02
+ -2.16033342885638482E-02 -2.23888754383461536E-02 -2.32019207461670214E-02
+ -2.40433649423653084E-02 -2.49141274054013352E-02 -2.58151525025215704E-02
+ -2.67474099617935578E-02 -2.77118952154292129E-02 -2.87096296722101525E-02
+ -2.97416610312163203E-02 -3.08090635360623241E-02 -3.19129381578046462E-02
+ -3.30544128225854564E-02 -3.42346425436090354E-02 -3.54548094896120006E-02
+ -3.67161230908018554E-02 -3.80198200098539607E-02 -3.93671640655909802E-02
+ -4.07594461733695179E-02 -4.21979841101627756E-02 -4.36841222563234821E-02
+ -4.52192313172020965E-02 -4.68047078310735512E-02 -4.84419736833168260E-02
+ -5.01324755455259813E-02 -5.18776840689817165E-02 -5.36790931147952746E-02
+ -5.55382188352024977E-02 -5.74565984899164939E-02 -5.94357893221733116E-02
+ -6.14773671946386643E-02 -6.35829249615935954E-02 -6.57540709036135707E-02
+ -6.79924268199955939E-02 -7.02996258826583537E-02 -7.26773105249479967E-02
+ -7.51271298830407386E-02 -7.76507370470424646E-02 -8.02497862835029468E-02
+ -8.29259297094161185E-02 -8.56808138440425249E-02 -8.85160760289056547E-02
+ -9.14333402118766292E-02 -9.44342126893408379E-02 -9.75202775727811721E-02
+ -1.00693091558381229E-01 -1.03954178733248165E-01 -1.07305024925659437E-01
+ -1.10747071339234712E-01 -1.14281708279131936E-01 -1.17910268216192576E-01
+ -1.21634018174751946E-01 -1.25454152215738746E-01 -1.29371783050741623E-01
+ -1.33387933080219429E-01 -1.37503525462432469E-01 -1.41719374130111403E-01
+ -1.46036173383410350E-01 -1.50454487380470764E-01 -1.54974738438173748E-01
+ -1.59597195097849781E-01 -1.64321959895208647E-01 -1.69148955873406504E-01
+ -1.74077913061631590E-01 -1.79108354424871635E-01 -1.84239580585650625E-01
+ -1.89470654690495205E-01 -1.94800386510478013E-01 -2.00227315460100169E-01
+ -2.05749693880816154E-01 -2.11365469370417808E-01 -2.17072266302733380E-01
+ -2.22867367641692904E-01 -2.28747695734914547E-01 -2.34709792662905509E-01
+ -2.40749800839785477E-01 -2.46863442707823982E-01 -2.53046000392619985E-01
+ -2.59292295553394392E-01 -2.65596668663248547E-01 -2.71952958631342112E-01
+ -2.78354482640687961E-01 -2.84794015995740724E-01 -2.91263772603756355E-01
+ -2.97755385891058155E-01 -3.04259890536892508E-01 -3.10767704998522409E-01
+ -3.17268615034341006E-01 -3.23751759002040118E-01 -3.30205613985636581E-01
+ -3.36617983973060975E-01 -3.42975990749201376E-01 -3.49266065664060654E-01
+ -3.55473945077818432E-01 -3.61584669226903466E-01 -3.67582582246383127E-01
+ -3.73451338064128946E-01 -3.79173909964960143E-01 -3.84732602106713839E-01
+ -3.90109069562729838E-01 -3.95284341636768677E-01 -4.00238848745617659E-01
+ -4.04952460680775228E-01 -4.09404527014105735E-01 -4.13573923780876651E-01
+ -4.17439114127953370E-01 -4.20978209365532208E-01 -4.24169040250495677E-01
+ -4.26989243844582367E-01 -4.29416348866428876E-01 -4.31427876343169203E-01
+ -4.33001455576647487E-01 -4.34114937328917927E-01 -4.34746527808329564E-01
+ -4.34874935243930449E-01 -4.34479513643503290E-01 -4.33540432345433213E-01
+ -4.32038852659338446E-01 -4.29957103193203571E-01 -4.27278884239248369E-01
+ -4.23989471066375634E-01 -4.20075918824868222E-01 -4.15527296528060586E-01
+ -4.10334909740299292E-01 -4.04492528451941724E-01 -3.97996639178738842E-01
+ -3.90846674822466045E-01 -3.83045252306631501E-01 -3.74598423366939992E-01
+ -3.65515893116051205E-01 -3.55811245341138449E-01 -3.45502163425021269E-01
+ -3.34610611346287723E-01 -3.23163013354791528E-01 -3.11190407316727813E-01
+ -2.98728552041064466E-01 -2.85818015804323255E-01 -2.72504215792032212E-01
+ -2.58837404738654242E-01 -2.44872610987220130E-01 -2.30669510837659741E-01
+ -2.16292237110818963E-01 -2.01809104764232888E-01 -1.87292259693878305E-01
+ -1.72817244550771965E-01 -1.58462442437769302E-01 -1.44308448430891134E-01
+ -1.30437327790666829E-01 -1.16931721278413239E-01 -1.03873897329499323E-01
+ -9.13446506508572287E-02 -7.94220418194671596E-02 -6.81801126941064262E-02
+ -5.76874076708639785E-02 -4.80053704323264857E-02 -3.91867503144778875E-02
+ -3.12737911829611345E-02 -2.42963824765987171E-02 -1.82702563956178531E-02
+ -1.31949860271040366E-02 -9.05208672941221204E-03 -5.80320755503477628E-03
+ -3.38821156893889721E-03 -1.72354295192332250E-03 -7.00750597139440851E-04
+ -1.85080872257256776E-04 -1.45518317759885805E-05  7.17686222186194461E-09
+ -1.15319087519705665E-09 -4.39372138000232125E-11  3.90962098100327466E-11
+ -5.14569381685677305E-12 -4.09327401940811183E-13  2.07597678844536457E-13
+ -2.17105880499453946E-14 -2.96558648107779342E-15  1.07608555048119836E-15
+ -8.41870643868404613E-17 -1.92018554801798994E-17  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+                       </PP_QIJL.1.3.1>
+ <PP_QIJL.1.4.1 type="real" size="   969" columns="3" first_index=" 1" second_index=" 4" composite_index=" 7" angular_momentum="1">
+  2.60684746124521275E-12  2.70646030789607986E-12  2.80987956029243820E-12
+  2.91725066879564609E-12  3.02872464171562006E-12  3.14445825769108405E-12
+  3.26461428618537313E-12  3.38936171640777993E-12  3.51887599498243525E-12
+  3.65333927269905116E-12  3.79294066069239364E-12  3.93787649641097336E-12
+  4.08835061974890641E-12  4.24457465972929333E-12  4.40676833214242071E-12
+  4.57515974855718004E-12  4.74998573714054237E-12  4.93149217573615406E-12
+  5.11993433767048125E-12  5.31557725077300218E-12  5.51869607011513019E-12
+  5.72957646499234838E-12  5.94851502069364859E-12  6.17581965562339881E-12
+  6.41181005436231058E-12  6.65681811727637353E-12  6.91118842730643285E-12
+  7.17527873459460905E-12  7.44946045962927525E-12  7.73411921561627181E-12
+  8.02965535081083257E-12  8.33648451157320210E-12  8.65503822693970302E-12
+  8.98576451553138597E-12  9.32912851565396597E-12  9.68561313947495244E-12
+  1.00557197521983599E-11  1.04399688771919419E-11  1.08389009280587632E-11
+  1.12530769686827569E-11  1.16830795023168998E-11  1.21295132908242837E-11
+  1.25930062052238432E-11  1.30742101087371828E-11  1.35738017735784913E-11
+  1.40924838327764784E-11  1.46309857683676820E-11  1.51900649373504197E-11
+  1.57705076368424918E-11  1.63731302099408093E-11  1.69987801938377788E-11
+  1.76483375118098499E-11  1.83227157107541639E-11  1.90228632460137934E-11
+  1.97497648152990831E-11  2.05044427435802620E-11  2.12879584208998773E-11
+  2.21014137951268579E-11  2.29459529217515661E-11  2.38227635729017576E-11
+  2.47330789078418645E-11  2.56781792073057927E-11  2.66593936741017219E-11
+  2.76781023025216164E-11  2.87357378191848913E-11  2.98337876980448562E-11
+  3.09737962523932046E-11  3.21573668068038518E-11  3.33861639520708639E-11
+  3.46619158863126592E-11  3.59864168455334261E-11  3.73615296270618842E-11
+  3.87891882094153890E-11  4.02714004722739699E-11  4.18102510203906468E-11
+  4.34079041154077353E-11  4.50666067197046847E-11  4.67886916565569250E-11
+  4.85765808910505802E-11  5.04327889363676659E-11  5.23599263902313881E-11
+  5.43607036064869758E-11  5.64379345069801646E-11  5.85945405390950199E-11
+  6.08335547845179789E-11  6.31581262250040178E-11  6.55715241711480377E-11
+  6.80771428603869805E-11  7.06785062307011499E-11  7.33792728767284882E-11
+  7.61832411952602671E-11  7.90943547273572717E-11  8.21167077045990653E-11
+  8.52545508072649396E-11  8.85122971425479068E-11  9.18945284512059523E-11
+  9.54060015513834051E-11  9.90516550286616163E-11  1.02836616181751125E-10
+  1.06766208233591752E-10  1.10845957818001062E-10  1.15081602752405307E-10
+  1.19479100107578905E-10  1.24044634585745583E-10  1.28784627218824177E-10
+  1.33705744399047768E-10  1.38814907254663273E-10  1.44119301383894438E-10
+  1.49626386960856721E-10  1.55343909227641091E-10  1.61279909387318019E-10
+  1.67442735913185348E-10  1.73841056290165504E-10  1.80483869204862068E-10
+  1.87380517201423893E-10  1.94540699821011529E-10  2.01974487243350242E-10
+  2.09692334449552105E-10  2.17705095926126235E-10  2.26024040930859655E-10
+  2.34660869342031478E-10  2.43627728113262064E-10  2.52937228357129785E-10
+  2.62602463081584291E-10  2.72637025604107925E-10  2.83055028669508409E-10
+  2.93871124298245080E-10  3.05100524393196250E-10  3.16759022133848180E-10
+  3.28863014187999836E-10  3.41429523772214092E-10  3.54476224593455914E-10
+  3.68021465705584544E-10  3.82084297315659029E-10  3.96684497576354091E-10
+  4.11842600402155101E-10  4.27579924348473892E-10  4.43918602594280994E-10
+  4.60881614070432287E-10  4.78492815777475119E-10  4.96776976338358050E-10
+  5.15759810833274004E-10  5.35468016965594404E-10  5.55929312609770435E-10
+  5.77172474794019875E-10  5.99227380172598700E-10  6.22125047044598727E-10
+  6.45897678978369510E-10  6.70578710102893427E-10  6.96202852129841612E-10
+  7.22806143172413403E-10  7.50425998429646028E-10  7.79101262807449506E-10
+  8.08872265550404406E-10  8.39780876961123677E-10  8.71870567286960671E-10
+  9.05186467856903913E-10  9.39775434554595984E-10  9.75686113716787199E-10
+  1.01296901054989292E-09  1.05167656016082894E-09  1.09186320130210882E-09
+  1.13358545293484840E-09  1.17690199371736013E-09  1.22187374453119360E-09
+  1.26856395416057251E-09  1.31703828824585605E-09  1.36736492163602110E-09
+  1.41961463427011329E-09  1.47386091072248481E-09  1.53018004355181114E-09
+  1.58865124059930128E-09  1.64935673638686406E-09  1.71238190777208276E-09
+  1.77781539402250374E-09  1.84574922147812295E-09  1.91627893297758376E-09
+  1.98950372222976526E-09  2.06552657332005960E-09  2.14445440554742860E-09
+  2.22639822379575524E-09  2.31147327465134739E-09  2.39979920848578460E-09
+  2.49150024773223183E-09  2.58670536159194059E-09  2.68554844741643869E-09
+  2.78816851902070865E-09  2.89470990219206812E-09  3.00532243766975139E-09
+  3.12016169188062903E-09  3.23938917572745661E-09  3.36317257173747235E-09
+  3.49168596989039981E-09  3.62511011245812723E-09  3.76363264819985168E-09
+  3.90744839627031840E-09  4.05675962021273464E-09  4.21177631242087601E-09
+  4.37271648947116157E-09  4.53980649873990778E-09  4.71328133673634096E-09
+  4.89338497960014603E-09  5.08037072622744434E-09  5.27450155450796064E-09
+  5.47605049117484652E-09  5.68530099578663490E-09  5.90254735938168857E-09
+  6.12809511836585563E-09  6.36226148421524321E-09  6.60537578959824939E-09
+  6.85777995154474021E-09  7.11982895231347723E-09  7.39189133863351456E-09
+  7.67434974002300364E-09  7.96760140691296769E-09  8.27205876933314413E-09
+  8.58815001694689461E-09  8.91631970124848147E-09  9.25702936077170313E-09
+  9.61075817018871001E-09  9.97800361421023458E-09  1.03592821872375405E-08
+  1.07551301197482434E-08  1.11661041324372862E-08  1.15927822191754562E-08
+  1.20357644598847781E-08  1.24956738644741363E-08  1.29731572490232034E-08
+  1.34688861454457129E-08  1.39835577459107385E-08  1.45178958833523049E-08
+  1.50726520494445361E-08  1.56486064514727234E-08  1.62465691095907454E-08
+  1.68673809960033781E-08  1.75119152176766753E-08  1.81810782442434699E-08
+  1.88758111828239146E-08  1.95970911015590313E-08  2.03459324037187333E-08
+  2.11233882543107248E-08  2.19305520612041944E-08  2.27685590128471161E-08
+  2.36385876747369115E-08  2.45418616468961590E-08  2.54796512846799734E-08
+  2.64532754853317903E-08  2.74641035428084911E-08  2.85135570734763734E-08
+  2.96031120153842059E-08  3.07343007039344588E-08  3.19087140268619025E-08
+  3.31280036615501438E-08  3.43938843978434075E-08  3.57081365496052570E-08
+  3.70726084584211707E-08  3.84892190929746063E-08  3.99599607477336956E-08
+  4.14869018447564447E-08  4.30721898425574907E-08  4.47180542561080096E-08
+  4.64268097922353863E-08  4.82008596048267619E-08  5.00426986743975640E-08
+  5.19549173168021222E-08  5.39402048260074429E-08  5.60013532560390113E-08
+  5.81412613474471691E-08  6.03629386037930197E-08  6.26695095238763224E-08
+  6.50642179956940446E-08  6.75504318582715734E-08  7.01316476377819533E-08
+  7.28114954646523623E-08  7.55937441785200349E-08  7.84823066282354026E-08
+  8.14812451743955495E-08  8.45947774020837566E-08  8.78272820518886826E-08
+  9.11833051775583001E-08  9.46675665388783890E-08  9.82849662388321945E-08
+  1.02040591614361195E-07  1.05939724390353717E-07  1.09987848107008448E-07
+  1.14190655830974128E-07  1.18554058161055615E-07  1.23084191539850702E-07
+  1.27787426882928260E-07  1.32670378537643606E-07  1.37739913584316642E-07
+  1.43003161492728120E-07  1.48467524147507370E-07  1.54140686256646777E-07
+  1.60030626157600358E-07  1.66145627036217363E-07  1.72494288574401095E-07
+  1.79085539042650797E-07  1.85928647854625552E-07  1.93033238601440133E-07
+  2.00409302583781316E-07  2.08067212861092458E-07  2.16017738837550941E-07
+  2.24272061405116239E-07  2.32841788665243358E-07  2.41738972251229306E-07
+  2.50976124273941159E-07  2.60566234915136944E-07  2.70522790692843277E-07
+  2.80859793424333204E-07  2.91591779913821946E-07  3.02733842392121434E-07
+  3.14301649736980393E-07  3.26311469504419075E-07  3.38780190801421620E-07
+  3.51725348032328547E-07  3.65165145552724042E-07  3.79118483264713968E-07
+  3.93604983190035390E-07  4.08645017058579342E-07  4.24259734950265250E-07
+  4.40471095031295619E-07  4.57301894426516122E-07  4.74775801270457020E-07
+  4.92917387983163576E-07  5.11752165817157597E-07  5.31306620723323341E-07
+  5.51608250587551080E-07  5.72685603889487734E-07  5.94568319837270204E-07
+  6.17287170036266823E-07  6.40874101748829689E-07  6.65362282805871053E-07
+  6.90786148235023965E-07  7.17181448668789930E-07  7.44585300601403633E-07
+  7.73036238566398125E-07  8.02574269305661891E-07  8.33240928007600579E-07
+  8.65079336694286955E-07  8.98134264836737069E-07  9.32452192286050940E-07
+  9.68081374608737464E-07  1.00507191091505528E-06  1.04347581427941222E-06
+  1.08334708485024593E-06  1.12474178574947578E-06  1.16771812187305490E-06
+  1.21233652169997071E-06  1.25865972222296080E-06  1.30675285712592215E-06
+  1.35668354832646969E-06  1.40852200101225193E-06  1.46234110231026306E-06
+  1.51821652372037382E-06  1.57622682745930473E-06  1.63645357686929326E-06
+  1.69898145103753850E-06  1.76389836379272718E-06  1.83129558724867799E-06
+  1.90126788005851586E-06  1.97391362056840964E-06  2.04933494505749748E-06
+  2.12763789124773775E-06  2.20893254729828577E-06  2.29333320648825064E-06
+  2.38095852779590240E-06  2.47193170261680898E-06  2.56638062784326051E-06
+  2.66443808554216868E-06  2.76624192950339574E-06  2.87193527890156095E-06
+  2.98166671934314263E-06  3.09559051160108470E-06  3.21386680830420398E-06
+  3.33666187889366693E-06  3.46414834317924036E-06  3.59650541379171518E-06
+  3.73391914789034772E-06  3.87658270848860993E-06  4.02469663572961168E-06
+  4.17846912852324923E-06  4.33811633693845574E-06  4.50386266572484566E-06
+  4.67594108943514355E-06  4.85459347957140147E-06  5.04007094418262865E-06
+  5.23263418044890077E-06  5.43255384070584074E-06  5.64011091240255769E-06
+  5.85559711259446551E-06  6.07931529745846281E-06  6.31157988740441360E-06
+  6.55271730844897877E-06  6.80306645038029512E-06  7.06297914238478919E-06
+  7.33282064686179255E-06  7.61297017200778381E-06  7.90382140395499604E-06
+  8.20578305924372433E-06  8.51927945827957395E-06  8.84475112068982293E-06
+  9.18265538340461305E-06  9.53346704220492009E-06  9.89767901779508074E-06
+  1.02758030472646627E-05  1.06683704018001978E-05  1.10759326318569166E-05
+  1.14990623406900438E-05  1.19383539872600450E-05  1.23944247198744030E-05
+  1.28679152415015331E-05  1.33594907079702974E-05  1.38698416605534375E-05
+  1.43996849939245623E-05  1.49497649609468765E-05  1.55208542159015560E-05
+  1.61137548972301685E-05  1.67292997515402178E-05  1.73683533005575925E-05
+  1.80318130522302856E-05  1.87206107580657520E-05  1.94357137184233573E-05
+  2.01781261371573315E-05  2.09488905280605237E-05  2.17490891748284115E-05
+  2.25798456462121182E-05  2.34423263691929764E-05  2.43377422618644207E-05
+  2.52673504280717808E-05  2.62324559170030663E-05  2.72344135493736402E-05
+  2.82746298127730476E-05  2.93545648296506318E-05  3.04757343995818128E-05
+  3.16397121190397615E-05  3.28481315823176952E-05  3.41026886653293996E-05
+  3.54051438963046998E-05  3.67573249170513608E-05  3.81611290367301020E-05
+  3.96185258830712467E-05  4.11315601545704431E-05  4.27023544760155626E-05
+  4.43331123632720382E-05  4.60261213005635364E-05  4.77837559332615027E-05
+  4.96084813831230572E-05  5.15028566887697445E-05  5.34695383754288861E-05
+  5.55112841617663060E-05  5.76309568060976785E-05  5.98315280974400559E-05
+  6.21160829998043489E-05  6.44878239516239918E-05  6.69500753276520895E-05
+  6.95062880718549665E-05  7.21600445030623413E-05  7.49150633029943943E-05
+  7.77752046947754593E-05  8.07444758139697522E-05  8.38270362844095545E-05
+  8.70272040058850258E-05  9.03494611566086936E-05  9.37984604255974951E-05
+  9.73790314803649497E-05  1.01096187674546215E-04  1.04955133013429075E-04
+  1.08961269380546084E-04  1.13120204032801967E-04  1.17437757384399887E-04
+  1.21919971080223011E-04  1.26573116370411648E-04  1.31403702807470331E-04
+  1.36418487264402432E-04  1.41624483291259359E-04  1.47028970830864487E-04
+  1.52639506290861408E-04  1.58463932996445690E-04  1.64510392041963247E-04
+  1.70787333538506510E-04  1.77303528289955692E-04  1.84068079910796581E-04
+  1.91090437384811571E-04  1.98380408105788375E-04  2.05948171406381561E-04
+  2.13804292578996107E-04  2.21959737438142025E-04  2.30425887421165581E-04
+  2.39214555239832753E-04  2.48338001138361506E-04  2.57808949744619913E-04
+  2.67640607540281625E-04  2.77846681007180168E-04  2.88441395427496965E-04
+  2.99439514381415856E-04  3.10856359995200621E-04  3.22707833910919253E-04
+  3.35010439043602532E-04  3.47781302167323358E-04  3.61038197299463871E-04
+  3.74799569974641636E-04  3.89084562430175936E-04  4.03913039677144864E-04
+  4.19305616575814627E-04  4.35283685909418469E-04  4.51869447444662193E-04
+  4.69085938123091416E-04  4.86957063342229729E-04  5.05507629342279337E-04
+  5.24763376859586753E-04  5.44751015967500436E-04  5.65498262163645392E-04
+  5.87033873865639398E-04  6.09387691201417579E-04  6.32590676211453842E-04
+  6.56674954604675250E-04  6.81673858928896477E-04  7.07621973345491520E-04
+  7.34555180104534385E-04  7.62510707571140340E-04  7.91527180076389983E-04
+  8.21644669615023324E-04  8.52904749253594312E-04  8.85350548610566940E-04
+  9.19026811327498111E-04  9.53979954440881128E-04  9.90258130095590704E-04
+  1.02791128939154161E-03  1.06699124836388153E-03  1.10755175658614900E-03
+  1.14964856805037461E-03  1.19333951446848980E-03  1.23868458147516607E-03
+  1.28574598726227240E-03  1.33458826398342957E-03  1.38527834232576451E-03
+  1.43788563868686649E-03  1.49248214553635255E-03  1.54914252518785207E-03
+  1.60794420637998758E-03  1.66896748452255699E-03  1.73229562556395222E-03
+  1.79801497291862816E-03  1.86621505859880903E-03  1.93698871813753116E-03
+  2.01043220889548374E-03  2.08664533314856975E-03  2.16573156509219152E-03
+  2.24779818166234843E-03  2.33295639870932528E-03  2.42132151117926140E-03
+  2.51301303769037960E-03  2.60815487097545290E-03  2.70687543241638967E-03
+  2.80930783171069037E-03  2.91559003282199818E-03  3.02586502412204635E-03
+  3.14028099457047986E-03  3.25899151646198313E-03  3.38215573251264036E-03
+  3.50993855005215637E-03  3.64251084189281355E-03  3.78004965178726799E-03
+  3.92273840818598962E-03  4.07076714457395208E-03  4.22433272482789640E-03
+  4.38363907811026039E-03  4.54889744001952395E-03  4.72032659949233810E-03
+  4.89815315636635273E-03  5.08261178468552566E-03  5.27394550289262548E-03
+  5.47240595550746705E-03  5.67825369992634894E-03  5.89175850168304968E-03
+  6.11319964158853115E-03  6.34286622732890912E-03  6.58105751555452742E-03
+  6.82808324566960573E-03  7.08426397748191175E-03  7.34993144178495029E-03
+  7.62542890175418701E-03  7.91111151784090055E-03  8.20734672830652698E-03
+  8.51451463886098922E-03  8.83300841593325989E-03  9.16323469825226257E-03
+  9.50561401493649552E-03  9.86058120822819531E-03  1.02285858766154071E-02
+  1.06100928211120098E-02  1.10055824983765014E-02  1.14155514950902565E-02
+  1.18405130016540818E-02  1.22809972961812550E-02  1.27375522489731729E-02
+  1.32107438221977340E-02  1.37011565845978466E-02  1.42093942437992102E-02
+  1.47360801697810316E-02  1.52818579391904730E-02  1.58473918918278604E-02
+  1.64333676748937806E-02  1.70404928144329594E-02  1.76694972906257242E-02
+  1.83211340989319384E-02  1.89961798442538736E-02  1.96954353275823717E-02
+  2.04197261192928525E-02  2.11699031688829045E-02  2.19468433933102912E-02
+  2.27514502563421761E-02  2.35846543834510210E-02  2.44474141397929487E-02
+  2.53407162072862360E-02  2.62655761906669255E-02  2.72230391702089694E-02
+  2.82141802652747450E-02  2.92401052132343631E-02  3.03019508789211280E-02
+  3.14008857895045970E-02  3.25381106628584577E-02  3.37148588524721557E-02
+  3.49323968333323936E-02  3.61920246503069712E-02  3.74950762739350504E-02
+  3.88429200101600980E-02  4.02369588323651245E-02  4.16786306202514487E-02
+  4.31694084571439124E-02  4.47108008023534009E-02  4.63043515805997702E-02
+  4.79516403203686242E-02  4.96542821160330522E-02  5.14139275281782701E-02
+  5.32322625057458226E-02  5.51110080792292234E-02  5.70519200234134993E-02
+  5.90567884938057730E-02  6.11274373839823595E-02  6.32657236911022824E-02
+  6.54735367833804011E-02  6.77527973467527828E-02  7.01054563794367147E-02
+  7.25334939920910526E-02  7.50389178619604719E-02  7.76237617649793432E-02
+  8.02900837942517459E-02  8.30399642341088373E-02  8.58755035157834495E-02
+  8.87988197261000561E-02  9.18120458046457061E-02  9.49173267865285886E-02
+  9.81168164608228754E-02  1.01412673780476331E-01  1.04807059234884592E-01
+  1.08302130506101019E-01  1.11900037965480620E-01  1.15602919998157930E-01
+  1.19412897497017653E-01  1.23332068301919590E-01  1.27362501279009277E-01
+  1.31506229489764814E-01  1.35765243407869968E-01  1.40141483540577094E-01
+  1.44636832114869385E-01  1.49253104883807275E-01  1.53992042068229668E-01
+  1.58855298415154778E-01  1.63844433380629595E-01  1.68960900177612949E-01
+  1.74206034071785004E-01  1.79581040717477658E-01  1.85086983119340076E-01
+  1.90724768040626713E-01  1.96495132277763940E-01  2.02398627381010277E-01
+  2.08435604068148733E-01  2.14606196251887510E-01  2.20910303425784521E-01
+  2.27347573005139303E-01  2.33917381977242406E-01  2.40618816947803904E-01
+  2.47450654376400542E-01  2.54411339811619175E-01  2.61498965713539921E-01
+  2.68711249621844950E-01  2.76045511077809613E-01  2.83498647488835909E-01
+  2.91067110377432436E-01  2.98746880297436901E-01  3.06533441169867915E-01
+  3.14421754947266430E-01  3.22406235094550075E-01  3.30480720018464513E-01
+  3.38638446751855615E-01  3.46872023893470105E-01  3.55173404994307274E-01
+  3.63533862225568105E-01  3.71943960059395839E-01  3.80393529777327488E-01
+  3.88871644546738060E-01  3.97366595565064762E-01  4.05865869237397203E-01
+  4.14356125657491359E-01  4.22823179407024019E-01  4.31251981437344167E-01
+  4.39626603629280743E-01  4.47930226899361961E-01  4.56145130448943670E-01
+  4.64252685815411736E-01  4.72233355391261433E-01  4.80066692453338051E-01
+  4.87731348860678593E-01  4.95205087545383282E-01  5.02464797552723552E-01
+  5.09486520216836603E-01  5.16245479610251690E-01  5.22716117652854639E-01
+  5.28872144082047524E-01  5.34686589222955422E-01  5.40131864956960972E-01
+  5.45179843928880636E-01  5.49801939281165386E-01  5.53969197750707409E-01
+  5.57652413106517586E-01  5.60822237620383524E-01  5.63449313518910366E-01
+  5.65504424436605646E-01  5.66958643237324922E-01  5.67783507001497822E-01
+  5.67951208453831735E-01  5.67434783712807311E-01  5.66208333727189816E-01
+  5.64247254970537848E-01  5.61528468420270932E-01  5.58030686487749228E-01
+  5.53734678520334089E-01  5.48623538409063860E-01  5.42682990171159840E-01
+  5.35901678782830349E-01  5.28271467786398663E-01  5.19787768534731187E-01
+  5.10449840391622223E-01  5.00261101086511895E-01  4.89229454249451412E-01
+  4.77367574858961197E-01  4.64693203482995698E-01  4.51229434804251206E-01
+  4.37004954008215485E-01  4.22054271441244855E-01  4.06417922880834614E-01
+  3.90142609705059817E-01  3.73281314506864137E-01  3.55893352605008539E-01
+  3.38044354595679108E-01  3.19806188069740593E-01  3.01256790898324300E-01
+  2.82479921215433749E-01  2.63564799069278377E-01  2.44605647753693339E-01
+  2.25701126760080861E-01  2.06953605239618005E-01  1.88468341203543749E-01
+  1.70352512739423867E-01  1.52714049544864700E-01  1.35660395055895056E-01
+  1.19297068003809528E-01  1.03726016317622891E-01  8.90439394383942817E-02
+  7.53403570634813141E-02  6.26955152842283842E-02  5.11783052844890576E-02
+  4.08438979941037408E-02  3.17313293324217593E-02  2.38611457172900679E-02
+  1.72327895959824805E-02  1.18221198334063186E-02  7.57904969147427717E-03
+  4.42503970479857060E-03  2.25096510061647105E-03  9.15187600423205544E-04
+  2.41717552659676720E-04  1.90048443186400780E-05 -9.37305703656178567E-09
+  1.50607933009202710E-09  5.73824602234573929E-11 -5.10600584398222170E-11
+  6.72032988053782499E-12  5.34585863071439209E-13 -2.71124737289837023E-13
+  2.83542547980864770E-14  3.87308692499704153E-15 -1.40537897051387381E-15
+  1.09949185569544832E-16  2.50778238538971346E-17  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+                       </PP_QIJL.1.4.1>
+ <PP_QIJL.2.2.0 type="real" size="   969" columns="3" first_index=" 2" second_index=" 2" composite_index=" 3" angular_momentum="0">
+  5.95396757376708639E-10  6.10469297857697904E-10  6.25923401507736527E-10
+  6.41768727643930580E-10  6.58015180110141272E-10  6.74672913467199962E-10
+  6.91752339339841832E-10  7.09264132924307303E-10  7.27219239660682575E-10
+  7.45628882074160777E-10  7.64504566789473800E-10  7.83858091722908433E-10
+  8.03701553456387842E-10  8.24047354798220940E-10  8.44908212535266618E-10
+  8.66297165381326626E-10  8.88227582126766571E-10  9.10713169994444767E-10
+  9.33767983207162114E-10  9.57406431772014148E-10  9.81643290487102372E-10
+  1.00649370817626206E-09  1.03197321715756544E-09  1.05809774295152287E-09
+  1.08488361423504876E-09  1.11234757304740257E-09  1.14050678525451011E-09
+  1.16937885127818057E-09  1.19898181709693372E-09  1.22933418552532676E-09
+  1.26045492777879709E-09  1.29236349533128855E-09  1.32507983207304800E-09
+  1.35862438677619624E-09  1.39301812587587326E-09  1.42828254657492523E-09
+  1.46443969028035263E-09  1.50151215637989557E-09  1.53952311636737525E-09
+  1.57849632832563079E-09  1.61845615177606620E-09  1.65942756290414657E-09
+  1.70143617017030550E-09  1.74450823031605701E-09  1.78867066477530937E-09
+  1.83395107650110347E-09  1.88037776721835566E-09  1.92797975511333743E-09
+  1.97678679297096695E-09  2.02682938677126436E-09  2.07813881475653822E-09
+  2.13074714698130799E-09  2.18468726535710292E-09  2.23999288420469993E-09
+  2.29669857132666637E-09  2.35483976961331800E-09  2.41445281919566469E-09
+  2.47557498015914440E-09  2.53824445583236436E-09  2.60250041666540403E-09
+  2.66838302471257167E-09  2.73593345873497882E-09  2.80519393993856662E-09
+  2.87620775836369270E-09  2.94901929994280129E-09  3.02367407424300548E-09
+  3.10021874291102481E-09  3.17870114883818693E-09  3.25917034606373836E-09
+  3.34167663043519219E-09  3.42627157104478594E-09  3.51300804246180780E-09
+  3.60194025778087086E-09  3.69312380250678670E-09  3.78661566929728427E-09
+  3.88247429358517657E-09  3.98075959010235434E-09  4.08153299032837742E-09
+  4.18485748088706301E-09  4.29079764291511801E-09  4.39941969242733355E-09
+  4.51079152170369184E-09  4.62498274172414186E-09  4.74206472567763289E-09
+  4.86211065357260762E-09  4.98519555797673089E-09  5.11139637091461330E-09
+  5.24079197195269130E-09  5.37346323750141093E-09  5.50949309136550239E-09
+  5.64896655657388135E-09  5.79197080852168214E-09  5.93859522945758024E-09
+  6.08893146435041940E-09  6.24307347817017373E-09  6.40111761461888288E-09
+  6.56316265634846099E-09  6.72930988670284146E-09  6.89966315302317133E-09
+  7.07432893155560775E-09  7.25341639400211591E-09  7.43703747575618847E-09
+  7.62530694586579583E-09  7.81834247876753852E-09  8.01626472783677046E-09
+  8.21919740079951215E-09  8.42726733705352655E-09  8.64060458694678961E-09
+  8.85934249306278538E-09  9.08361777356370077E-09  9.31357060764324513E-09
+  9.54934472314288139E-09  9.79108748638597649E-09  1.00389499942861047E-08
+  1.02930871687871316E-08  1.05536578536939097E-08  1.08208249139543750E-08
+  1.10947553374548978E-08  1.13756203393925875E-08  1.16635954692898009E-08
+  1.19588607207176500E-08  1.22616006437972225E-08  1.25720044605487074E-08
+  1.28902661831606231E-08  1.32165847352530333E-08  1.35511640762104074E-08
+  1.38942133286620931E-08  1.42459469091898793E-08  1.46065846623444221E-08
+  1.49763519980543332E-08  1.53554800325135929E-08  1.57442057326356960E-08
+  1.61427720641645501E-08  1.65514281435347700E-08  1.69704293935764366E-08
+  1.74000377031611641E-08  1.78405215908899659E-08  1.82921563729245947E-08
+  1.87552243350675960E-08  1.92300149091986460E-08  1.97168248541770024E-08
+  2.02159584413238561E-08  2.07277276445999156E-08  2.12524523355972653E-08
+  2.17904604834676752E-08  2.23420883599116090E-08  2.29076807493568165E-08
+  2.34875911644574523E-08  2.40821820670484897E-08  2.46918250946936058E-08
+  2.53169012929677845E-08  2.59578013536205351E-08  2.66149258587676818E-08
+  2.72886855312651816E-08  2.79795014914209274E-08  2.86878055202048537E-08
+  2.94140403291226065E-08  3.01586598369206108E-08  3.09221294532959173E-08
+  3.17049263697883148E-08  3.25075398580355985E-08  3.33304715755797815E-08
+  3.41742358794143064E-08  3.50393601474684453E-08  3.59263851082305287E-08
+  3.68358651787142769E-08  3.77683688109821357E-08  3.87244788474392617E-08
+  3.97047928851223748E-08  4.07099236492104907E-08  4.17404993759898839E-08
+  4.27971642055152156E-08  4.38805785842089391E-08  4.49914196776535491E-08
+  4.61303817938329742E-08  4.72981768170872299E-08  4.84955346530545176E-08
+  4.97232036848740976E-08  5.09819512409393627E-08  5.22725640744917708E-08
+  5.35958488553536134E-08  5.49526326741112878E-08  5.63437635590591478E-08
+  5.77701110062306679E-08  5.92325665228471000E-08  6.07320441845214738E-08
+  6.22694812065702239E-08  6.38458385297846939E-08  6.54621014210323013E-08
+  6.71192800890612299E-08  6.88184103158923279E-08  7.05605541041967016E-08
+  7.23468003410577980E-08  7.41782654785383965E-08  7.60560942314748740E-08
+  7.79814602929333776E-08  7.99555670677808957E-08  8.19796484248216229E-08
+  8.40549694679751161E-08  8.61828273269766273E-08  8.83645519680892119E-08
+  9.06015070253429921E-08  9.28950906528124031E-08  9.52467363984684796E-08
+  9.76579141001532211E-08  1.00130130804231068E-07  1.02664931707498074E-07
+  1.05263901122931262E-07  1.07928663469886189E-07  1.10660884289358992E-07
+  1.13462271284947261E-07  1.16334575390164018E-07  1.19279591862764353E-07
+  1.22299161406776962E-07  1.25395171322936715E-07  1.28569556688234754E-07
+  1.31824301565334124E-07  1.35161440242590775E-07  1.38583058505468489E-07
+  1.42091294940137465E-07  1.45688342270064594E-07  1.49376448726444583E-07
+  1.53157919453315064E-07  1.57035117948238803E-07  1.61010467539457560E-07
+  1.65086452900430750E-07  1.69265621602715667E-07  1.73550585708151354E-07
+  1.77944023401346656E-07  1.82448680663488477E-07  1.87067372988517403E-07
+  1.91802987142748073E-07  1.96658482969020000E-07  2.01636895236523797E-07
+  2.06741335537447099E-07  2.11974994231621261E-07  2.17341142440404695E-07
+  2.22843134091019370E-07  2.28484408012640240E-07  2.34268490085543864E-07
+  2.40198995444640576E-07  2.46279630738796947E-07  2.52514196447335255E-07
+  2.58906589255164223E-07  2.65460804488033386E-07  2.72180938609422372E-07
+  2.79071191780624243E-07  2.86135870485632358E-07  2.93379390222463418E-07
+  3.00806278262591440E-07  3.08421176480234312E-07  3.16228844253245602E-07
+  3.24234161437419294E-07  3.32442131416090885E-07  3.40857884226910224E-07
+  3.49486679767749034E-07  3.58333911083765688E-07  3.67405107737642366E-07
+  3.76705939265129335E-07  3.86242218718055500E-07  3.96019906296986161E-07
+  4.06045113075835462E-07  4.16324104820745091E-07  4.26863305905593282E-07
+  4.37669303326619968E-07  4.48748850818647181E-07  4.60108873075458192E-07
+  4.71756470077004973E-07  4.83698921526122366E-07  4.95943691397499831E-07
+  5.08498432601809825E-07  5.21370991767853059E-07  5.34569414145704537E-07
+  5.48101948633984537E-07  5.61977052934316152E-07  5.76203398836218801E-07
+  5.90789877635779478E-07  6.05745605691399034E-07  6.21079930120143164E-07
+  6.36802434638274821E-07  6.52922945549516584E-07  6.69451537884886710E-07
+  6.86398541697908780E-07  7.03774548519059502E-07  7.21590417973593509E-07
+  7.39857284566813117E-07  7.58586564640978520E-07  7.77789963508306487E-07
+  7.97479482764442462E-07  8.17667427786915763E-07  8.38366415423410304E-07
+  8.59589381874520451E-07  8.81349590775891533E-07  9.03660641484963925E-07
+  9.26536477577289709E-07  9.49991395557783719E-07  9.74040053792487453E-07
+  9.98697481666168051E-07  1.02397908897163511E-06  1.04990067553668019E-06
+  1.07647844109440523E-06  1.10372899540334434E-06  1.13166936862363812E-06
+  1.16031702195553527E-06  1.18968985854715202E-06  1.21980623467814698E-06
+  1.25068497122613615E-06  1.28234536542333490E-06  1.31480720291052989E-06
+  1.34809077009577808E-06  1.38221686682594824E-06  1.41720681937863476E-06
+  1.45308249378253121E-06  1.48986630947499553E-06  1.52758125330480615E-06
+  1.56625089388899072E-06  1.60589939633305492E-06  1.64655153732312793E-06
+  1.68823272059984723E-06  1.73096899282380539E-06  1.77478705984176218E-06
+  1.81971430336441287E-06  1.86577879806600838E-06  1.91300932911589232E-06
+  1.96143541015367750E-06  2.01108730171895235E-06  2.06199603014640553E-06
+  2.11419340693925580E-06  2.16771204863227758E-06  2.22258539715652616E-06
+  2.27884774071957573E-06  2.33653423521317128E-06  2.39568092616170181E-06
+  2.45632477122623939E-06  2.51850366327673959E-06  2.58225645404729074E-06
+  2.64762297838994643E-06  2.71464407914070587E-06  2.78336163261402144E-06
+  2.85381857474227100E-06  2.92605892787466571E-06  3.00012782825383208E-06
+  3.07607155418714601E-06  3.15393755492854807E-06  3.23377448029104817E-06
+  3.31563221100745826E-06  3.39956188985669564E-06  3.48561595357789573E-06
+  3.57384816559019996E-06  3.66431364953772878E-06  3.75706892368371231E-06
+  3.85217193617211031E-06  3.94968210117886269E-06  4.04966033597813179E-06
+  4.15216909894274445E-06  4.25727242850376376E-06  4.36503598309576248E-06
+  4.47552708210817834E-06  4.58881474787085430E-06  4.70496974870121518E-06
+  4.82406464303497978E-06  4.94617382467207415E-06  5.07137356916566313E-06
+  5.19974208137825530E-06  5.33135954424048800E-06  5.46630816874032930E-06
+  5.60467224516965721E-06  5.74653819566766580E-06  5.89199462808835832E-06
+  6.04113239122323631E-06  6.19404463142178188E-06  6.35082685063674688E-06
+  6.51157696593050786E-06  6.67639537048738453E-06  6.84538499615927515E-06
+  7.01865137758686375E-06  7.19630271794252536E-06  7.37844995632356987E-06
+  7.56520683684473985E-06  7.75668997947646700E-06  7.95301895265947450E-06
+  8.15431634775237798E-06  8.36070785535758900E-06  8.57232234355977137E-06
+  8.78929193814158584E-06  9.01175210481936097E-06  9.23984173353883123E-06
+  9.47370322490318220E-06  9.71348257877275785E-06  9.95932948508465989E-06
+  1.02113974169708981E-05  1.04698437262108110E-05  1.07348297410768965E-05
+  1.10065208666566255E-05  1.12850866876833492E-05  1.15707010739491411E-05
+  1.18635422883823914E-05  1.21637930978229198E-05  1.24716408865833842E-05
+  1.27872777728761978E-05  1.31109007281416817E-05  1.34427116993833267E-05
+  1.37829177345820742E-05  1.41317311112324161E-05  1.44893694681235316E-05
+  1.48560559404269018E-05  1.52320192981448972E-05  1.56174940880597621E-05
+  1.60127207792316543E-05  1.64179459121175433E-05  1.68334222514637336E-05
+  1.72594089430058947E-05  1.76961716740740769E-05  1.81439828382605372E-05
+  1.86031217041728673E-05  1.90738745884019563E-05  1.95565350328580519E-05
+  2.00514039864914306E-05  2.05587899915651542E-05  2.10790093746173536E-05
+  2.16123864421326637E-05  2.21592536811303480E-05  2.27199519647812354E-05
+  2.32948307630856241E-05  2.38842483588613091E-05  2.44885720691181813E-05
+  2.51081784718773499E-05  2.57434536387213348E-05  2.63947933731090086E-05
+  2.70626034545552122E-05  2.77472998889881849E-05  2.84493091652726554E-05
+  2.91690685180603506E-05  2.99070261972860839E-05  3.06636417442590257E-05
+  3.14393862745901287E-05  3.22347427682517001E-05  3.30502063666953357E-05
+  3.38862846773626771E-05  3.47434980858325504E-05  3.56223800755303124E-05
+  3.65234775554336226E-05  3.74473511959379883E-05  3.83945757728342078E-05
+  3.93657405199325646E-05  4.03614494903903654E-05  4.13823219267551353E-05
+  4.24289926403475311E-05  4.35021123999129765E-05  4.46023483296584836E-05
+  4.57303843173561552E-05  4.68869214323074804E-05  4.80726783534412799E-05
+  4.92883918082240890E-05  5.05348170220630018E-05  5.18127281786754569E-05
+  5.31229188920274002E-05  5.44662026894463053E-05  5.58434135066204789E-05
+  5.72554061949283465E-05  5.87030570406889957E-05  6.01872642973009619E-05
+  6.17089487304763409E-05  6.32690541762199950E-05  6.48685481127750596E-05
+  6.65084222464332062E-05  6.81896931110090646E-05  6.99134026824209024E-05
+  7.16806190079090225E-05  7.34924368499632067E-05  7.53499783465260662E-05
+  7.72543936866239257E-05  7.92068618019050534E-05  8.12085910756106966E-05
+  8.32608200678103158E-05  8.53648182579044314E-05  8.75218868056792146E-05
+  8.97333593295325353E-05  9.20006027034886794E-05  9.43250178738295618E-05
+  9.67080406939028878E-05  9.91511427793893314E-05  1.01655832384182972E-04
+  1.04223655295586736E-04  1.06856195751760770E-04  1.09555077380705986E-04
+  1.12321964159880851E-04  1.15158561399936315E-04  1.18066616750833907E-04
+  1.21047921230164047E-04  1.24104310277428821E-04  1.27237664831510362E-04
+  1.30449912432222562E-04  1.33743028349534061E-04  1.37119036736807281E-04
+  1.40580011810331805E-04  1.44128079058024897E-04  1.47765416473061257E-04
+  1.51494255816325137E-04  1.55316883909261880E-04  1.59235643952720279E-04
+  1.63252936877422770E-04  1.67371222725756709E-04  1.71593022060856094E-04
+  1.75920917410305719E-04  1.80357554741755944E-04  1.84905644967482138E-04
+  1.89567965486598083E-04  1.94347361759432267E-04  1.99246748913033540E-04
+  2.04269113387138578E-04  2.09417514612290136E-04  2.14695086721963259E-04
+  2.20105040307406156E-04  2.25650664204548224E-04  2.31335327318488035E-04
+  2.37162480492209352E-04  2.43135658407333681E-04  2.49258481526681516E-04
+  2.55534658081676795E-04  2.61967986091977815E-04  2.68562355431671855E-04
+  2.75321749939904802E-04  2.82250249564364999E-04  2.89352032556367043E-04
+  2.96631377708849115E-04  3.04092666628618736E-04  3.11740386065055162E-04
+  3.19579130279096983E-04  3.27613603449075034E-04  3.35848622136956671E-04
+  3.44289117791343638E-04  3.52940139291506110E-04  3.61806855554006003E-04
+  3.70894558172127147E-04  3.80208664102088306E-04  3.89754718411757623E-04
+  3.99538397058132422E-04  4.09565509718758981E-04  4.19842002682887844E-04
+  4.30373961767670612E-04  4.41167615296495625E-04  4.52229337131260418E-04
+  4.63565649726870109E-04  4.75183227256387652E-04  4.87088898781074789E-04
+  4.99289651441594661E-04  5.11792633727429429E-04  5.24605158778912689E-04
+  5.37734707712260104E-04  5.51188933027427436E-04  5.64975662033705638E-04
+  5.79102900303935637E-04  5.93578835210979792E-04  6.08411839465705390E-04
+  6.23610474692798877E-04  6.39183495081858412E-04  6.55139851023224550E-04
+  6.71488692794003621E-04  6.88239374304917568E-04  7.05401456815652719E-04
+  7.22984712714845774E-04  7.40999129338081259E-04  7.59454912740266624E-04
+  7.78362491547099898E-04  7.97732520812932601E-04  8.17575885823149172E-04
+  8.37903705986725545E-04  8.58727338694906315E-04  8.80058383121761932E-04
+  9.01908684117277027E-04  9.24290336019530914E-04  9.47215686415277974E-04
+  9.70697339981176858E-04  9.94748162193542828E-04  1.01938128300144560E-03
+  1.04461010055140625E-03  1.07044828472859324E-03  1.09690978068338238E-03
+  1.12400881236076060E-03  1.15175988579563240E-03  1.18017779241950602E-03
+  1.20927761229967855E-03  1.23907471709917144E-03  1.26958477307252552E-03
+  1.30082374390143090E-03  1.33280789321686558E-03  1.36555378717113517E-03
+  1.39907829673572561E-03  1.43339859966962191E-03  1.46853218252741380E-03
+  1.50449684226361662E-03  1.54131068751334199E-03  1.57899213986577172E-03
+  1.61755993459677147E-03  1.65703312110323576E-03  1.69743106323993597E-03
+  1.73877343897652580E-03  1.78108023979693122E-03  1.82437176986259379E-03
+  1.86866864436231218E-03  1.91399178765202095E-03  1.96036243096826867E-03
+  2.00780210921022110E-03  2.05633265755162439E-03  2.10597620738505993E-03
+  2.15675518124514845E-03  2.20869228757212925E-03  2.26181051451997649E-03
+  2.31613312269872331E-03  2.37168363770555056E-03  2.42848584138327011E-03
+  2.48656376201866975E-03  2.54594166418958085E-03  2.60664403701319283E-03
+  2.66869558138186237E-03  2.73212119660829096E-03  2.79694596515120018E-03
+  2.86319513640538896E-03  2.93089410955615914E-03  3.00006841421687157E-03
+  3.07074369021478541E-03  3.14294566599052387E-03  3.21670013452934021E-03
+  3.29203292849694195E-03  3.36896989344158404E-03  3.44753685834977034E-03
+  3.52775960538590297E-03  3.60966383707574156E-03  3.69327514076806494E-03
+  3.77861895211718205E-03  3.86572051535977179E-03  3.95460484089695582E-03
+  4.04529666155065398E-03  4.13782038498687089E-03  4.23220004354491700E-03
+  4.32845924220705974E-03  4.42662110216480564E-03  4.52670820192767158E-03
+  4.62874251586278210E-03  4.73274534785648234E-03  4.83873726263571273E-03
+  4.94673801366618971E-03  5.05676646583376639E-03  5.16884051581131387E-03
+  5.28297700805983265E-03  5.39919164544506568E-03  5.51749889739021424E-03
+  5.63791190271501451E-03  5.76044236711317683E-03  5.88510045775883939E-03
+  6.01189469177026547E-03  6.14083181947385880E-03  6.27191670413150028E-03
+  6.40515219491983711E-03  6.54053899491349386E-03  6.67807552468944327E-03
+  6.81775777887212719E-03  6.95957917781785899E-03  7.10353041403481104E-03
+  7.24959929157734540E-03  7.39777056052781483E-03  7.54802574547462288E-03
+  7.70034296735164214E-03  7.85469676002968457E-03  8.01105788055208289E-03
+  8.16939311340674976E-03  8.32966506891021606E-03  8.49183197554616472E-03
+  8.65584746711975557E-03  8.82166036322096572E-03  8.98921444486223270E-03
+  9.15844822551941870E-03  9.32929471487005391E-03  9.50168117997755510E-03
+  9.67552890195474274E-03  9.85075292541241938E-03  1.00272618087125041E-02
+  1.02049573689721347E-02  1.03837344212853178E-02  1.05634805230617121E-02
+  1.07440757114178539E-02  1.09253922383151462E-02  1.11072943156796909E-02
+  1.12896378510374800E-02  1.14722701873047426E-02  1.16550298571747295E-02
+  1.18377463253324759E-02  1.20202397447587896E-02  1.22023207307006762E-02
+  1.23837901211925460E-02  1.25644387651520344E-02  1.27440473284994166E-02
+  1.29223860887973489E-02  1.30992147741492669E-02  1.32742824168480423E-02
+  1.34473272026706114E-02  1.36180763835706958E-02  1.37862461976348463E-02
+  1.39515417990226705E-02  1.41136572713558544E-02  1.42722756369234836E-02
+  1.44270688993406501E-02  1.45776981879831621E-02  1.47238138845210212E-02
+  1.48650558168545669E-02  1.50010535673817079E-02  1.51314267513143544E-02
+  1.52557854067767607E-02  1.53737305007466164E-02  1.54848544013579201E-02
+  1.55887415134800394E-02  1.56849690174902419E-02  1.57731075845438211E-02
+  1.58527223094924972E-02  1.59233737186939145E-02  1.59846187822730926E-02
+  1.60360121958369739E-02  1.60771076934691504E-02  1.61074594136403557E-02
+  1.61266235760089589E-02  1.61341601341867882E-02  1.61296345504826667E-02
+  1.61126199023618154E-02  1.60826989057652019E-02  1.60394661460522385E-02
+  1.59825306285298965E-02  1.59115181959796105E-02  1.58260742455720617E-02
+  1.57258667087444778E-02  1.56105888735433695E-02  1.54799625841456449E-02
+  1.53337416019700950E-02  1.51717148150055971E-02  1.49937098686926257E-02
+  1.47995968187442060E-02  1.45892916635790917E-02  1.43627602898914915E-02
+  1.41200222753076893E-02  1.38611546137174489E-02  1.35862957736508031E-02
+  1.32956494438039724E-02  1.29894882304742356E-02  1.26681575226748784E-02
+  1.23320788931842503E-02  1.19817534295613582E-02  1.16177649812682759E-02
+  1.12407828300420815E-02  1.08515641702601525E-02  1.04509561910226013E-02
+  1.00398975070939752E-02  9.61941913702263861E-03  9.19064476066244924E-03
+  8.75479025283501695E-03  8.31316233931837616E-03  7.86715627143026210E-03
+  7.41825264605269850E-03  6.96801277310734896E-03  6.51807293676342873E-03
+  6.07013754047954109E-03  5.62597013218312739E-03  5.18738339541129599E-03
+  4.75622756172649260E-03  4.33437606451116727E-03  3.92371044770544082E-03
+  3.52610299338613391E-03  3.14339617892509752E-03  2.77738183763871381E-03
+  2.42977713782540922E-03  2.10219746216446608E-03  1.79612945745768679E-03
+  1.51289999233859070E-03  1.25364277355233819E-03  1.01926550724907271E-03
+  8.10412337319620091E-04  6.27425512741757504E-04  4.70307846311194188E-04
+  3.38680485806715063E-04  2.31742283648477432E-04  1.48230171811069937E-04
+  8.63759963304388997E-05  4.38679156516057580E-05  1.78132787192401997E-05
+  4.70063801955220566E-06  3.69401931601028774E-07 -1.79630043661065488E-10
+  2.88632765085542130E-11  1.09970688998803285E-12 -9.78541140460026279E-13
+  1.28791847610583138E-13  1.02450775832984910E-14 -5.19597348184010332E-15
+  5.43395477302755428E-16  7.42258237160885216E-17 -2.69334031845258705E-17
+  2.10712256756766942E-18  4.80604274732075624E-19  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+                       </PP_QIJL.2.2.0>
+ <PP_QIJL.2.3.1 type="real" size="   969" columns="3" first_index=" 2" second_index=" 3" composite_index=" 5" angular_momentum="1">
+ -4.05255359900189440E-13 -4.20740976385358233E-13 -4.36818329193134372E-13
+ -4.53510029749547048E-13 -4.70839553508336201E-13 -4.88831272967166160E-13
+ -5.07510491945468343E-13 -5.26903481172101939E-13 -5.47037515232888156E-13
+ -5.67940910929994661E-13 -5.89643067107090010E-13 -6.12174505996311200E-13
+ -6.35566916145177682E-13 -6.59853196983823918E-13 -6.85067505095246174E-13
+ -7.11245302253607269E-13 -7.38423405298199807E-13 -7.66640037913186182E-13
+ -7.95934884385939559E-13 -8.26349145419614103E-13 -8.57925596078401890E-13
+ -8.90708645947011874E-13 -9.24744401588953444E-13 -9.60080731391479088E-13
+ -9.96767332888386175E-13 -1.03485580265533529E-12 -1.07439970887603690E-12
+ -1.11545466668131613E-12 -1.15807841636703901E-12 -1.20233090460091014E-12
+ -1.24827436873232244E-12 -1.29597342432387289E-12 -1.34549515602762524E-12
+ -1.39690921193393250E-12 -1.45028790152552711E-12 -1.50570629737460763E-12
+ -1.56324234072599696E-12 -1.62297695111483234E-12 -1.68499414017296371E-12
+ -1.74938112978413842E-12 -1.81622847475408841E-12 -1.88563019016813329E-12
+ -1.95768388361533570E-12 -2.03249089246522197E-12 -2.11015642639012985E-12
+ -2.19078971533356700E-12 -2.27450416313279522E-12 -2.36141750701160133E-12
+ -2.45165198316761478E-12 -2.54533449868706302E-12 -2.64259681002867134E-12
+ -2.74357570832785837E-12 -2.84841321178173320E-12 -2.95725676538549397E-12
+ -3.07025944830120606E-12 -3.18758018915047305E-12 -3.30938398953391763E-12
+ -3.43584215609178420E-12 -3.56713254143201538E-12 -3.70343979426469890E-12
+ -3.84495561909458565E-12 -3.99187904583704677E-12 -4.14441670973653613E-12
+ -4.30278314198130202E-12 -4.46720107142312079E-12 -4.63790173782620850E-12
+ -4.81512521708611627E-12 -4.99912075887582997E-12 -5.19014713719396904E-12
+ -5.38847301430822296E-12 -5.59437731860563003E-12 -5.80814963688138829E-12
+ -6.03009062161775679E-12 -6.26051241382584544E-12 -6.49973908204514312E-12
+ -6.74810707811789045E-12 -7.00596571037965481E-12 -7.27367763493138449E-12
+ -7.55161936568394230E-12 -7.84018180389245877E-12 -8.13977078792515731E-12
+ -8.45080766404005468E-12 -8.77372987897205299E-12 -9.10899159516397504E-12
+ -9.45706432950689979E-12 -9.81843761648775105E-12 -1.01936196966773590E-11
+ -1.05831382315267784E-11 -1.09875410454774930E-11 -1.14073968964291347E-11
+ -1.18432962756480993E-11 -1.22958522382423809E-11 -1.27657012653705231E-11
+ -1.32535041593970767E-11 -1.37599469732539304E-11 -1.42857419753140734E-11
+ -1.48316286511353348E-11 -1.53983747434824665E-11 -1.59867773320907129E-11
+ -1.65976639546892288E-11 -1.72318937708606300E-11 -1.78903587703744418E-11
+ -1.85739850276928276E-11 -1.92837340044136909E-11 -2.00206039014827555E-11
+ -2.07856310630758190E-11 -2.15798914341264994E-11 -2.24045020735488797E-11
+ -2.32606227252831145E-11 -2.41494574493740510E-11 -2.50722563153761186E-11
+ -2.60303171604666912E-11 -2.70249874147404983E-11 -2.80576659962517810E-11
+ -2.91298052784699051E-11 -3.02429131329149078E-11 -3.13985550498463841E-11
+ -3.25983563399878563E-11 -3.38440044203831400E-11 -3.51372511876001012E-11
+ -3.64799154816181785E-11 -3.78738856438667399E-11 -3.93211221730104032E-11
+ -4.08236604822169004E-11 -4.23836137617861544E-11 -4.40031759511646861E-11
+ -4.56846248245271379E-11 -4.74303251942637334E-11 -4.92427322368785711E-11
+ -5.11243949459774716E-11 -5.30779597172001489E-11 -5.51061740701400425E-11
+ -5.72118905124854880E-11 -5.93980705518170661E-11 -6.16677888607036657E-11
+ -6.40242376009532409E-11 -6.64707309131031059E-11 -6.90107095774608391E-11
+ -7.16477458532524051E-11 -7.43855485026844985E-11 -7.72279680069826106E-11
+ -8.01790019817470128E-11 -8.32428007992372905E-11 -8.64236734254951587E-11
+ -8.97260934805159095E-11 -9.31547055299878062E-11 -9.67143316174515214E-11
+ -1.00409978046066534E-10 -1.04246842419518982E-10 -1.08230320951977585E-10
+ -1.12366016057373993E-10 -1.16659744228685682E-10 -1.21117544218297999E-10
+ -1.25745685530955670E-10 -1.30550677241242754E-10 -1.35539277147994031E-10
+ -1.40718501278516042E-10 -1.46095633755977213E-10 -1.51678237043851400E-10
+ -1.57474162581820863E-10 -1.63491561828089489E-10 -1.69738897723650458E-10
+ -1.76224956594619331E-10 -1.82958860509374198E-10 -1.89950080107891179E-10
+ -1.97208447921300194E-10 -2.04744172200414708E-10 -2.12567851272666262E-10
+ -2.20690488447645448E-10 -2.29123507492208209E-10 -2.37878768696909873E-10
+ -2.46968585556373033E-10 -2.56405742087026723E-10 -2.66203510806600197E-10
+ -2.76375671400635076E-10 -2.86936530102269244E-10 -2.97900939812577856E-10
+ -3.09284320989715712E-10 -3.21102683336287214E-10 -3.33372648315429234E-10
+ -3.46111472527245107E-10 -3.59337071978523121E-10 -3.73068047279815557E-10
+ -3.87323709805343305E-10 -4.02124108852522295E-10 -4.17490059839281734E-10
+ -4.33443173578858402E-10 -4.50005886673221565E-10 -4.67201493067877564E-10
+ -4.85054176812429425E-10 -5.03589046072965442E-10 -5.22832168444131989E-10
+ -5.42810607610489490E-10 -5.63552461408805093E-10 -5.85086901344728535E-10
+ -6.07444213619445259E-10 -6.30655841724074817E-10 -6.54754430661587764E-10
+ -6.79773872858546663E-10 -7.05749355831219931E-10 -7.32717411673003157E-10
+ -7.60715968432915194E-10 -7.89784403457285528E-10 -8.19963598769681273E-10
+ -8.51295998567030371E-10 -8.83825668912697536E-10 -9.17598359710519201E-10
+ -9.52661569046959991E-10 -9.89064609991857809E-10 -1.02685867995167551E-09
+ -1.06609693267286504E-09 -1.10683455299656930E-09 -1.14912883446970363E-09
+ -1.19303925992177504E-09 -1.23862758512054068E-09 -1.28595792562420593E-09
+ -1.33509684695250687E-09 -1.38611345820311100E-09 -1.43907950924531520E-09
+ -1.49406949162766748E-09 -1.55116074334116741E-09 -1.61043355758577363E-09
+ -1.67197129569291374E-09 -1.73586050436274783E-09 -1.80219103738135674E-09
+ -1.87105618198874267E-09 -1.94255279007539865E-09 -2.01678141439212847E-09
+ -2.09384644996450720E-09 -2.17385628091074586E-09 -2.25692343286978017E-09
+ -2.34316473125367843E-09 -2.43270146554673071E-09 -2.52565955988292194E-09
+ -2.62216975014096334E-09 -2.72236776780611329E-09 -2.82639453085794627E-09
+ -2.93439634195143027E-09 -3.04652509417084655E-09 -3.16293848464590591E-09
+ -3.28380023632955354E-09 -3.40928032825053250E-09 -3.53955523456388194E-09
+ -3.67480817273511278E-09 -3.81522936120811043E-09 -3.96101628691845139E-09
+ -4.11237398302784116E-09 -4.26951531727156149E-09 -4.43266129132337279E-09
+ -4.60204135159854181E-09 -4.77789371193361214E-09 -4.96046568859510731E-09
+ -5.15001404808834934E-09 -5.34680536825719282E-09 -5.55111641318017950E-09
+ -5.76323452239120382E-09 -5.98345801497337624E-09 -6.21209660909153450E-09
+ -6.44947185755534719E-09 -6.69591760002600018E-09 -6.95178043249941453E-09
+ -7.21742019472929297E-09 -7.49321047627463752E-09 -7.77953914188079581E-09
+ -8.07680887693669617E-09 -8.38543775377325887E-09 -8.70585981959722424E-09
+ -9.03852570689187374E-09 -9.38390326713946481E-09 -9.74247822875504378E-09
+ -1.01147548801625491E-08 -1.05012567789680975E-08 -1.09025274882277244E-08
+ -1.13191313408510582E-08 -1.17516542332076741E-08 -1.22007044490551352E-08
+ -1.26669135149519785E-08 -1.31509370883489075E-08 -1.36534558796133509E-08
+ -1.41751766092861756E-08 -1.47168330019059483E-08 -1.52791868178086897E-08
+ -1.58630289243519280E-08 -1.64691804080596390E-08 -1.70984937292655464E-08
+ -1.77518539208716268E-08 -1.84301798328994227E-08 -1.91344254246006404E-08
+ -1.98655811059322030E-08 -2.06246751302759437E-08 -2.14127750403814444E-08
+ -2.22309891695458557E-08 -2.30804682001408946E-08 -2.39624067816999396E-08
+ -2.48780452108128064E-08 -2.58286711751989947E-08 -2.68156215644297367E-08
+ -2.78402843498107050E-08 -2.89041005360897140E-08 -3.00085661877426044E-08
+ -3.11552345326493949E-08 -3.23457181461526830E-08 -3.35816912185650002E-08
+ -3.48648919092770937E-08 -3.61971247908245188E-08 -3.75802633863273308E-08
+ -3.90162528038395917E-08 -4.05071124713722694E-08 -4.20549389763927538E-08
+ -4.36619090137719930E-08 -4.53302824463948006E-08 -4.70624054826682005E-08
+ -4.88607139753935785E-08 -5.07277368467145402E-08 -5.26660996438604201E-08
+ -5.46785282307136873E-08 -5.67678526204545075E-08 -5.89370109545521499E-08
+ -6.11890536337682093E-08 -6.35271476070137085E-08 -6.59545808239586141E-08
+ -6.84747668577710297E-08 -7.10912497044734917E-08 -7.38077087655345815E-08
+ -7.66279640208637762E-08 -7.95559813994139245E-08 -8.25958783548211104E-08
+ -8.57519296541395831E-08 -8.90285733876550397E-08 -9.24304172081508476E-08
+ -9.59622448086484260E-08 -9.96290226474828759E-08 -1.03435906930168123E-07
+ -1.07388250858118493E-07 -1.11491612154083934E-07 -1.15751760874983069E-07
+ -1.20174687523324171E-07 -1.24766611468220159E-07 -1.29533989688062002E-07
+ -1.34483525847269851E-07 -1.39622179719424223E-07 -1.44957176970416844E-07
+ -1.50496019315351308E-07 -1.56246495063002923E-07 -1.62216690063235287E-07
+ -1.68414999072517627E-07 -1.74850137553104019E-07 -1.81531153923211555E-07
+ -1.88467442274886045E-07 -1.95668755577163368E-07 -2.03145219383955599E-07
+ -2.10907346065076200E-07 -2.18966049580398459E-07 -2.27332660818791359E-07
+ -2.36018943522234559E-07 -2.45037110817842367E-07 -2.54399842381777030E-07
+ -2.64120302257761439E-07 -2.74212157356044272E-07 -2.84689596659250885E-07
+ -2.95567351160523826E-07 -3.06860714563340734E-07 -3.18585564772019337E-07
+ -3.30758386201476210E-07 -3.43396292939598204E-07 -3.56517052793918283E-07
+ -3.70139112254942424E-07 -3.84281622413821816E-07 -3.98964465868938401E-07
+ -4.14208284658276761E-07 -4.30034509259858424E-07 -4.46465388698024710E-07
+ -4.63524021797821695E-07 -4.81234389634470520E-07 -4.99621389219474422E-07
+ -5.18710868471908885E-07 -5.38529662526615137E-07 -5.59105631425375250E-07
+ -5.80467699246854121E-07 -6.02645894731784580E-07 -6.25671393454909408E-07
+ -6.49576561607735647E-07 -6.74395001453257205E-07 -7.00161598510830659E-07
+ -7.26912570544485214E-07 -7.54685518420428335E-07 -7.83519478900223046E-07
+ -8.13454979452816591E-07 -8.44534095155984649E-07 -8.76800507763841556E-07
+ -9.10299567033915844E-07 -9.45078354389570782E-07 -9.81185749006996808E-07
+ -1.01867249643031545E-06 -1.05759127979695601E-06 -1.09799679377766097E-06
+ -1.13994582134393092E-06 -1.18349731345336006E-06 -1.22871247177485178E-06
+ -1.27565483457487404E-06 -1.32439036586599173E-06 -1.37498754795978976E-06
+ -1.42751747755255503E-06 -1.48205396545905940E-06 -1.53867364015887720E-06
+ -1.59745605528968346E-06 -1.65848380122130439E-06 -1.72184262089864139E-06
+ -1.78762153009332144E-06 -1.85591294222176088E-06 -1.92681279794146957E-06
+ -2.00042069967104508E-06 -2.07684005122249510E-06 -2.15617820277881643E-06
+ -2.23854660137067919E-06 -2.32406094707889711E-06 -2.41284135521265036E-06
+ -2.50501252463048925E-06 -2.60070391247601064E-06 -2.70004991558998714E-06
+ -2.80319005878615864E-06 -2.91026919031441498E-06 -3.02143768477898306E-06
+ -3.13685165372854812E-06 -3.25667316429922005E-06 -3.38107046617766000E-06
+ -3.51021822714377285E-06 -3.64429777763332301E-06 -3.78349736458252747E-06
+ -3.92801241487341278E-06 -4.07804580887632579E-06 -4.23380816434499693E-06
+ -4.39551813106341514E-06 -4.56340269678499016E-06 -4.73769750471923158E-06
+ -4.91864718306727428E-06 -5.10650568717290836E-06 -5.30153665455769852E-06
+ -5.50401377346462980E-06 -5.71422116548101548E-06 -5.93245378254332400E-06
+ -6.15901781909008214E-06 -6.39423113991278822E-06 -6.63842372407049085E-06
+ -6.89193812578946028E-06 -7.15512995285116787E-06 -7.42836836293704810E-06
+ -7.71203657900882761E-06 -8.00653242415857495E-06 -8.31226887655362686E-06
+ -8.62967464569350057E-06 -8.95919477033431120E-06 -9.30129123892975162E-06
+ -9.65644363389464528E-06 -1.00251497999856074E-05 -1.04079265379387987E-05
+ -1.08053103246903889E-05 -1.12178580604534444E-05 -1.16461478441467879E-05
+ -1.20907797784364910E-05 -1.25523768047065038E-05 -1.30315855698658823E-05
+ -1.35290773260916294E-05 -1.40455488639599733E-05 -1.45817234813201662E-05
+ -1.51383519887491605E-05 -1.57162137523057385E-05 -1.63161177763782202E-05
+ -1.69389038271162038E-05 -1.75854435976082737E-05 -1.82566419179558353E-05
+ -1.89534380103450280E-05 -1.96768067909420028E-05 -2.04277602219279906E-05
+ -2.12073487134406971E-05 -2.20166625781250128E-05 -2.28568335415202263E-05
+ -2.37290363078407969E-05 -2.46344901849373709E-05 -2.55744607712648517E-05
+ -2.65502617044115103E-05 -2.75632564762332806E-05 -2.86148603166658220E-05
+ -2.97065421460738057E-05 -3.08398266025337634E-05 -3.20162961450041829E-05
+ -3.32375932329843972E-05 -3.45054225903494892E-05 -3.58215535528801234E-05
+ -3.71878225014268455E-05 -3.86061353893516626E-05 -4.00784703621820493E-05
+ -4.16068804734868317E-05 -4.31934965058725805E-05 -4.48405298936237418E-05
+ -4.65502757537695092E-05 -4.83251160338099770E-05 -5.01675227716280996E-05
+ -5.20800614778146022E-05 -5.40653946468552528E-05 -5.61262853924029110E-05
+ -5.82656012208541401E-05 -6.04863179466321062E-05 -6.27915237451415783E-05
+ -6.51844233618617942E-05 -6.76683424766406916E-05 -7.02467322213836553E-05
+ -7.29231738735440006E-05 -7.57013837190267670E-05 -7.85852180869615018E-05
+ -8.15786785814033458E-05 -8.46859174976242009E-05 -8.79112434321690410E-05
+ -9.12591271118660106E-05 -9.47342074240936530E-05 -9.83412976665389862E-05
+ -1.02085392038489341E-04 -1.05971672352023061E-04 -1.10005514992591515E-04
+ -1.14192498143952608E-04 -1.18538409254251116E-04 -1.23049252785744885E-04
+ -1.27731258251626234E-04 -1.32590888518748352E-04 -1.37634848432451333E-04
+ -1.42870093750918967E-04 -1.48303840375008236E-04 -1.53943573942099630E-04
+ -1.59797059751572710E-04 -1.65872353021956570E-04 -1.72177809555841365E-04
+ -1.78722096758758911E-04 -1.85514205034475034E-04 -1.92563459631332377E-04
+ -1.99879532866608126E-04 -2.07472456781505112E-04 -2.15352636288509790E-04
+ -2.23530862723749939E-04 -2.32018327894425113E-04 -2.40826638656414023E-04
+ -2.49967831928563664E-04 -2.59454390276762405E-04 -2.69299258060963899E-04
+ -2.79515858057920760E-04 -2.90118108737499598E-04 -3.01120442128390855E-04
+ -3.12537822209856453E-04 -3.24385764046679174E-04 -3.36680353532997970E-04
+ -3.49438267729497789E-04 -3.62676796032702139E-04 -3.76413861967323014E-04
+ -3.90668045661796441E-04 -4.05458607235770869E-04 -4.20805510823748922E-04
+ -4.36729449396519522E-04 -4.53251870559502851E-04 -4.70395003002681733E-04
+ -4.88181883889168692E-04 -5.06636387264713548E-04 -5.25783253141780152E-04
+ -5.45648117688285255E-04 -5.66257544454289944E-04 -5.87639056312063346E-04
+ -6.09821168686391761E-04 -6.32833423807686499E-04 -6.56706425745577529E-04
+ -6.81471876925061979E-04 -7.07162615615259077E-04 -7.33812654312328522E-04
+ -7.61457219779679262E-04 -7.90132793980892457E-04 -8.19877156083315540E-04
+ -8.50729426247203270E-04 -8.82730110210993299E-04 -9.15921145191996760E-04
+ -9.50345947633731369E-04 -9.86049461646325894E-04 -1.02307820907785157E-03
+ -1.06148034140460235E-03 -1.10130569222144652E-03 -1.14260583174264057E-03
+ -1.18543412298377504E-03 -1.22984577848744858E-03 -1.27589791948038984E-03
+ -1.32364963644586073E-03 -1.37316205026072205E-03 -1.42449837617898830E-03
+ -1.47772398882721457E-03 -1.53290648792191609E-03 -1.59011576715644798E-03
+ -1.64942408357882184E-03 -1.71090612803265164E-03 -1.77463909890306494E-03
+ -1.84070277575663368E-03 -1.90917959458197523E-03 -1.98015472621454252E-03
+ -2.05371615401563718E-03 -2.12995475388797926E-03 -2.20896437702722270E-03
+ -2.29084193129968196E-03 -2.37568746586037894E-03 -2.46360425766313637E-03
+ -2.55469889606815478E-03 -2.64908137167755480E-03 -2.74686516576904674E-03
+ -2.84816733753025979E-03 -2.95310861642613222E-03 -3.06181349339776452E-03
+ -3.17441030998588062E-03 -3.29103135311943672E-03 -3.41181294657748107E-03
+ -3.53689554105364413E-03 -3.66642380974663718E-03 -3.80054673821163301E-03
+ -3.93941771407174419E-03 -4.08319462123423252E-03 -4.23203992581529850E-03
+ -4.38612076374851785E-03 -4.54560903078250929E-03 -4.71068146167986403E-03
+ -4.88151971336746142E-03 -5.05831044707549631E-03 -5.24124539750255372E-03
+ -5.43052144834980152E-03 -5.62634070202584248E-03 -5.82891053495718063E-03
+ -6.03844366128448128E-03 -6.25515818448012673E-03 -6.47927763448382862E-03
+ -6.71103101392111177E-03 -6.95065282489845410E-03 -7.19838308290479938E-03
+ -7.45446733832021754E-03 -7.71915667052744132E-03 -7.99270767241651997E-03
+ -8.27538243828151304E-03 -8.56744851612529189E-03 -8.86917885522969622E-03
+ -9.18085174963574960E-03 -9.50275073823809990E-03 -9.83516450614901894E-03
+ -1.01783867708212013E-02 -1.05327161182984692E-02 -1.08984558469120245E-02
+ -1.12759137807557676E-02 -1.16654020293706154E-02 -1.20672367595482492E-02
+ -1.24817379183795561E-02 -1.29092289027597697E-02 -1.33500362415816878E-02
+ -1.38044892084415189E-02 -1.42729193859166374E-02 -1.47556602369302379E-02
+ -1.52530465852797961E-02 -1.57654140575283763E-02 -1.62930985190921918E-02
+ -1.68364353989635847E-02 -1.73957589896281406E-02 -1.79714017202172935E-02
+ -1.85636933005518361E-02 -1.91729598566748316E-02 -1.97995230104329213E-02
+ -2.04436988175498331E-02 -2.11057967131348563E-02 -2.17861183646145054E-02
+ -2.24849563792797087E-02 -2.32025930305165863E-02 -2.39392988496212183E-02
+ -2.46953310802982690E-02 -2.54709321525061205E-02 -2.62663279798624472E-02
+ -2.70817261401337904E-02 -2.79173140619624026E-02 -2.87732569979524642E-02
+ -2.96496959117293866E-02 -3.05467453442110314E-02 -3.14644910383117191E-02
+ -3.24029875159256089E-02 -3.33622555948579480E-02 -3.43422796505756800E-02
+ -3.53430048709573313E-02 -3.63643344036770413E-02 -3.74061262542617207E-02
+ -3.84681902135326700E-02 -3.95502846295419930E-02 -4.06521129598996084E-02
+ -4.17733203778305195E-02 -4.29134901845131464E-02 -4.40721400570273161E-02
+ -4.52487183560676132E-02 -4.64426002264688165E-02 -4.76530836075080913E-02
+ -4.88793852942735543E-02 -5.01206368150501971E-02 -5.13758803007148962E-02
+ -5.26440643937452768E-02 -5.39240400414945711E-02 -5.52145563588863908E-02
+ -5.65142565348860787E-02 -5.78216737409605955E-02 -5.91352271682127131E-02
+ -6.04532181528142573E-02 -6.17738264674342480E-02 -6.30951067733122317E-02
+ -6.44149852749590496E-02 -6.57312567352469762E-02 -6.70415816587824759E-02
+ -6.83434838916044118E-02 -6.96343487722004412E-02 -7.09114214601976323E-02
+ -7.21718060115742188E-02 -7.34124651484385493E-02 -7.46302202635748119E-02
+ -7.58217526171343081E-02 -7.69836052784416136E-02 -7.81121854641002034E-02
+ -7.92037686072140507E-02 -8.02545030910111201E-02 -8.12604157068134852E-02
+ -8.22174194222997506E-02 -8.31213215850572923E-02 -8.39678334006301597E-02
+ -8.47525822459103961E-02 -8.54711240644594611E-02 -8.61189578391540062E-02
+ -8.66915432269832337E-02 -8.71843178880574027E-02 -8.75927179208825235E-02
+ -8.79122014069579072E-02 -8.81382713908063775E-02 -8.82665030831428638E-02
+ -8.82925736198473393E-02 -8.82122912491307559E-02 -8.80216297556180027E-02
+ -8.77167643236605871E-02 -8.72941071339706498E-02 -8.67503488600441103E-02
+ -8.60824999425868348E-02 -8.52879321912755478E-02 -8.43644262900110908E-02
+ -8.33102170092118038E-02 -8.21240394712302590E-02 -8.08051803340419511E-02
+ -7.93535244598044531E-02 -7.77696031619892619E-02 -7.60546451233208992E-02
+ -7.42106207709372079E-02 -7.22402880185090829E-02 -7.01472371198150757E-02
+ -6.79359274171609517E-02 -6.56117238208611397E-02 -6.31809279428595105E-02
+ -6.06507998871940041E-02 -5.80295762231656798E-02 -5.53264779931291056E-02
+ -5.25517079999997874E-02 -4.97164386375729267E-02 -4.68327859734300397E-02
+ -4.39137708817284450E-02 -4.09732633350250106E-02 -3.80259111005642053E-02
+ -3.50870515881063424E-02 -3.21725989037967633E-02 -2.92989162502628464E-02
+ -2.64826653214071291E-02 -2.37406246549452353E-02 -2.10894971953279192E-02
+ -1.85456866762076962E-02 -1.61250417213641140E-02 -1.38425950350006925E-02
+ -1.17122631725393080E-02 -9.74652103291893598E-03 -7.95607830357683045E-03
+ -6.34951174834780772E-03 -4.93288981418940273E-03 -3.70940660665747138E-03
+ -2.67897544970591584E-03 -1.83784341013253560E-03 -1.17822410251526089E-03
+ -6.87907936617120205E-04 -3.49930590697990391E-04 -1.42273257603088300E-04
+ -3.75769335389110107E-05 -2.95445557850885023E-06  1.45711694266250543E-09
+ -2.34132119361975618E-10 -8.92056398217841874E-12  7.93769588254784622E-12
+ -1.04472921598743979E-12 -8.31056628964019425E-14  4.21485164060047124E-14
+ -4.40789647408533347E-15 -6.02102447131589350E-16  2.18477440264091964E-16
+ -1.70924833275200637E-17 -3.89854898781491747E-18  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+                       </PP_QIJL.2.3.1>
+ <PP_QIJL.2.4.1 type="real" size="   969" columns="3" first_index=" 2" second_index=" 4" composite_index=" 8" angular_momentum="1">
+  2.55185574412220942E-13  2.64936724745848664E-13  2.75060486001691739E-13
+  2.85571096386842563E-13  2.96483338178699393E-13  3.07812558514972877E-13
+  3.19574690978128222E-13  3.31786278004607775E-13  3.44464494150354505E-13
+  3.57627170245362504E-13  3.71292818471211394E-13  3.85480658396871766E-13
+  4.00210644009387701E-13  4.15503491777453881E-13  4.31380709787364259E-13
+  4.47864627992291248E-13  4.64978429617461729E-13  4.82746183765382890E-13
+  5.01192879266976204E-13  5.20344459826238870E-13  5.40227860507839891E-13
+  5.60871045618990874E-13  5.82303048038852810E-13  6.04554010050800175E-13
+  6.27655225734970819E-13  6.51639184980704894E-13  6.76539619180805442E-13
+  7.02391548671855085E-13  7.29231331987325165E-13  7.57096716992749199E-13
+  7.86026893974860606E-13  8.16062550759383121E-13  8.47245929934978437E-13
+  8.79620888263831673E-13  9.13232958362442001E-13  9.48129412739342554E-13
+  9.84359330279845859E-13  1.02197366527129278E-12  1.06102531906589848E-12
+  1.10156921448198379E-12  1.14366237304820227E-12  1.18736399519945124E-12
+  1.23273554353720810E-12  1.27984082927141770E-12  1.32874610196550527E-12
+  1.37952014271069224E-12  1.43223436086072325E-12  1.48696289446299921E-12
+  1.54378271452738885E-12  1.60277373327936806E-12  1.66401891654969310E-12
+  1.72760440045874692E-12  1.79361961255960402E-12  1.86215739761020486E-12
+  1.93331414815156793E-12  2.00718994007560578E-12  2.08388867337328789E-12
+  2.16351821826106763E-12  2.24619056689107785E-12  2.33202199085849175E-12
+  2.42113320472751576E-12  2.51364953580607550E-12  2.60970110040790173E-12
+  2.70942298684994154E-12  2.81295544544249934E-12  2.92044408573919860E-12
+  3.03204008132432904E-12  3.14790038242549147E-12  3.26818793665057684E-12
+  3.39307191815960135E-12  3.52272796559355443E-12  3.65733842909505390E-12
+  3.79709262676812868E-12  3.94218711093780493E-12  4.09282594458407384E-12
+  4.24922098833882062E-12  4.41159219844958792E-12  4.58016793612905949E-12
+  4.75518528872542422E-12  4.93689040316528599E-12  5.12553883213803889E-12
+  5.32139589350870457E-12  5.52473704346458498E-12  5.73584826392057996E-12
+  5.95502646472811024E-12  6.18257990125305467E-12  6.41882860791034963E-12
+  6.66410484826467183E-12  6.91875358233039363E-12  7.18313295172803401E-12
+  7.45761478337936353E-12  7.74258511244975487E-12  8.03844472527325407E-12
+  8.34560972302373007E-12  8.66451210692516195E-12  8.99560038582377501E-12
+  9.33934020697687647E-12  9.69621501094517833E-12  1.00667267115100142E-11
+  1.04513964015714542E-11  1.08507650860199923E-11  1.12653944426129759E-11
+  1.16958676119253706E-11  1.21427900174861678E-11  1.26067902172539285E-11
+  1.30885207876285164E-11  1.35886592412429248E-11  1.41079089798256691E-11
+  1.46470002834737515E-11  1.52066913377278802E-11  1.57877692998939588E-11
+  1.63910514061109169E-11  1.70173861207217854E-11  1.76676543295643707E-11
+  1.83427705788599306E-11  1.90436843614420069E-11  1.97713814521347312E-11
+  2.05268852941583900E-11  2.13112584385122091E-11  2.21256040383589056E-11
+  2.29710674005120166E-11  2.38488375962091361E-11  2.47601491334355248E-11
+  2.57062836931503188E-11  2.66885719318577626E-11  2.77083953530573305E-11
+  2.87671882502060763E-11  2.98664397239252032E-11  3.10076957762876779E-11
+  3.21925614851328853E-11  3.34227032614655190E-11  3.46998511931142175E-11
+  3.60258014779458013E-11  3.74024189500571177E-11  3.88316397024977847E-11
+  4.03154738102111123E-11  4.18560081570248984E-11  4.34554093706659692E-11
+  4.51159268699273442E-11  4.68398960282740751E-11  4.86297414583344218E-11
+  5.04879804218997704E-11  5.24172263702255433E-11  5.44201926196136859E-11
+  5.64996961674469834E-11  5.86586616540395257E-11  6.09001254758773865E-11
+  6.32272400560346177E-11  6.56432782777681781E-11  6.81516380875299977E-11
+  7.07558472738670381E-11  7.34595684289332338E-11  7.62666040995883610E-11
+  7.91809021353314354E-11  8.22065612405868560E-11  8.53478367391530204E-11
+  8.86091465589229701E-11  9.19950774452892637E-11  9.55103914119758447E-11
+  9.91600324383683358E-11  1.02949133422757355E-10  1.06883023401282134E-10
+  1.10967235042720550E-10  1.15207512429666530E-10  1.19609819137044641E-10
+  1.24180346619311970E-10  1.28925522918156186E-10  1.33852021702925139E-10
+  1.38966771656509021E-10  1.44276966219872631E-10  1.49790073708940977E-10
+  1.55513847818073786E-10  1.61456338524886446E-10  1.67625903411772177E-10
+  1.74031219420032911E-10  1.80681295053151157E-10  1.87585483046383770E-10
+  1.94753493520462707E-10  2.02195407637932702E-10  2.09921691781321627E-10
+  2.17943212273065806E-10  2.26271250657928986E-10  2.34917519569371186E-10
+  2.43894179202200100E-10  2.53213854414675166E-10  2.62889652484099791E-10
+  2.72935181540890113E-10  2.83364569707035148E-10  2.94192484965867220E-10
+  3.05434155791085191E-10  3.17105392564042860E-10  3.29222609809436582E-10
+  3.41802849280623848E-10  3.54863803927099282E-10  3.68423842777782305E-10
+  3.82502036775123018E-10  3.97118185596403477E-10  4.12292845499872314E-10
+  4.28047358234945736E-10  4.44403881057121522E-10  4.61385417889752774E-10
+  4.79015851676614955E-10  4.97319977970676158E-10  5.16323539806327326E-10
+  5.36053263904163110E-10  5.56536898259162799E-10  5.77803251165170139E-10
+  5.99882231730558113E-10  6.22804891942043711E-10  6.46603470335793008E-10
+  6.71311437337277624E-10  6.96963542333623014E-10  7.23595862544593604E-10
+  7.51245853761073909E-10  7.79952403022268998E-10  8.09755883305734005E-10
+  8.40698210307276391E-10  8.72822901390342632E-10  9.06175136787996087E-10
+  9.40801823143519323E-10  9.76751659478837042E-10  1.01407520568378794E-09
+  1.05282495362238894E-09  1.09305540095606334E-09  1.13482312778783501E-09
+  1.17818687623509716E-09  1.22320763304288433E-09  1.26994871535394594E-09
+  1.31847585975613055E-09  1.36885731473224505E-09  1.42116393664262346E-09
+  1.47546928937520920E-09  1.53184974780318506E-09  1.59038460519603682E-09
+  1.65115618473466773E-09  1.71424995528749826E-09  1.77975465161073511E-09
+  1.84776239914117784E-09  1.91836884355756947E-09  1.99167328529269834E-09
+  2.06777881918484720E-09  2.14679247946571212E-09  2.22882539028830593E-09
+  2.31399292200625003E-09  2.40241485342488433E-09  2.49421554025194524E-09
+  2.58952408998438509E-09  2.68847454347811072E-09  2.79120606345530769E-09
+  2.89786313021425492E-09  3.00859574481780323E-09  3.12355964004527776E-09
+  3.24291649940449895E-09  3.36683418451295437E-09  3.49548697116647174E-09
+  3.62905579442788659E-09  3.76772850308123590E-09  3.91170012380752204E-09
+  4.06117313545479709E-09  4.21635775378855360E-09  4.37747222712099001E-09
+  4.54474314323682525E-09  4.71840574804676594E-09  4.89870427641512174E-09
+  5.08589229562920950E-09  5.28023306199225919E-09  5.48199989103994389E-09
+  5.69147654190409054E-09  5.90895761636188470E-09  6.13474897313073210E-09
+  6.36916815799501213E-09  6.61254485036596362E-09  6.86522132690272593E-09
+  7.12755294285029330E-09  7.39990863176614666E-09  7.68267142434016458E-09
+  7.97623898704031303E-09  8.28102418133551579E-09  8.59745564428602458E-09
+  8.92597839131918587E-09  9.26705444203143781E-09  9.62116346990311921E-09
+  9.98880347683842954E-09  1.03704914934728525E-08  1.07667643062414325E-08
+  1.11781792122259976E-08  1.16053148028376528E-08  1.20487717774469745E-08
+  1.25091737880984961E-08  1.29871683164935081E-08  1.34834275844869635E-08
+  1.39986494993666072E-08  1.45335586352431132E-08  1.50889072519446236E-08
+  1.56654763528310857E-08  1.62640767830210928E-08  1.68855503695869598E-08
+  1.75307711052995458E-08  1.82006463776006655E-08  1.88961182445366786E-08
+  1.96181647594240252E-08  2.03678013461307265E-08  2.11460822269048991E-08
+  2.19541019047351295E-08  2.27929967023566987E-08  2.36639463600540838E-08
+  2.45681756944865469E-08  2.55069563209069824E-08  2.64816084411686197E-08
+  2.74935027000202393E-08  2.85440621123443528E-08  2.96347640640049871E-08
+  3.07671423891171412E-08  3.19427895267049910E-08  3.31633587597208826E-08
+  3.44305665395913406E-08  3.57461948995981942E-08  3.71120939604128285E-08
+  3.85301845313509286E-08  4.00024608110264279E-08  4.15309931911187083E-08
+  4.31179311672690329E-08  4.47655063611910548E-08  4.64760356581629237E-08
+  4.82519244644146619E-08  5.00956700889470900E-08  5.20098652544609997E-08
+  5.39972017424703810E-08  5.60604741776265273E-08  5.82025839565266575E-08
+  6.04265433266874512E-08  6.27354796212633589E-08  6.51326396554629258E-08
+  6.76213942910020406E-08  7.02052431748014022E-08  7.28878196586556280E-08
+  7.56728959069204878E-08  7.85643881991485690E-08  8.15663624352704125E-08
+  8.46830398511412164E-08  8.79188029521999271E-08  9.12782016738293404E-08
+  9.47659597770631817E-08  9.83869814883354086E-08  1.02146358392967815E-07
+  1.06049376591931836E-07  1.10101524131683258E-07  1.14308498717986684E-07
+  1.18676215724238722E-07  1.23210816505377309E-07  1.27918677029611599E-07
+  1.32806416839567575E-07  1.37880908355439879E-07  1.43149286533778814E-07
+  1.48618958894758855E-07  1.54297615932242506E-07  1.60193241921738432E-07
+  1.66314126140555347E-07  1.72668874516429968E-07  1.79266421721274949E-07
+  1.86116043726042835E-07  1.93227370835210676E-07  2.00610401219153781E-07
+  2.08275514962395594E-07  2.16233488648739991E-07  2.24495510503242096E-07
+  2.33073196111385608E-07  2.41978604739202760E-07  2.51224256276104023E-07
+  2.60823148823635475E-07  2.70788776956786194E-07  2.81135150681637347E-07
+  2.91876815115961276E-07  3.03028870922354675E-07  3.14606995520070329E-07
+  3.26627465106117052E-07  3.39107177518195488E-07  3.52063675968484483E-07
+  3.65515173683405577E-07  3.79480579484928840E-07  3.93979524345857004E-07
+  4.09032388959423510E-07  4.24660332361712905E-07  4.40885321643543757E-07
+  4.57730162797957409E-07  4.75218532744720696E-07  4.93375012573705262E-07
+  5.12225122059517844E-07  5.31795355491816256E-07  5.52113218869577959E-07
+  5.73207268518195565E-07  5.95107151177117370E-07  6.17843645614219767E-07
+  6.41448705832106616E-07  6.65955505918074781E-07  6.91398486603454513E-07
+  7.17813403603365976E-07  7.45237377793839737E-07  7.73708947303126678E-07
+  8.03268121593482719E-07  8.33956437597178798E-07  8.65817017996227781E-07
+  8.98894631726653989E-07  9.33235756779939171E-07  9.68888645405186837E-07
+  1.00590339179666402E-06  1.04433200235095618E-06  1.08422846861218868E-06
+  1.12564884299338860E-06  1.16865131737327009E-06  1.21329630470183607E-06
+  1.25964652370638235E-06  1.30776708681668697E-06  1.35772559145605833E-06
+  1.40959221479512057E-06  1.46343981211107295E-06  1.51934401890982627E-06
+  1.57738335691618885E-06  1.63763934410331980E-06  1.70019660892627587E-06
+  1.76514300887754625E-06  1.83256975356842360E-06  1.90257153250472117E-06
+  1.97524664769343249E-06  2.05069715132020180E-06  2.12902898866591526E-06
+  2.21035214642576947E-06  2.29478080670810395E-06  2.38243350687800518E-06
+  2.47343330544642693E-06  2.56790795431739538E-06  2.66599007755411950E-06
+  2.76781735691541970E-06  2.87353272450280364E-06  2.98328456267891511E-06
+  3.09722691157301617E-06  3.21551968453035253E-06  3.33832889167450097E-06
+  3.46582687197591503E-06  3.59819253418605242E-06  3.73561160682766663E-06
+  3.87827689772369663E-06  4.02638856341105854E-06  4.18015438866956975E-06
+  4.33979007674624147E-06  4.50551955059178240E-06  4.67757526540433993E-06
+  4.85619853315975111E-06  5.04163985940170283E-06  5.23415929268545203E-06
+  5.43402678744149968E-06  5.64152258048310637E-06  5.85693758169227118E-06
+  6.08057377970656410E-06  6.31274466279228852E-06  6.55377565562179432E-06
+  6.80400457278968422E-06  7.06378208924026319E-06  7.33347222854795728E-06
+  7.61345286984454527E-06  7.90411627359248716E-06  8.20586962740546335E-06
+  8.51913561260817336E-06  8.84435299182052232E-06  9.18197721904853920E-06
+  9.53248107280995297E-06  9.89635531274687418E-06  1.02741093614850390E-05
+  1.06662720120484574E-05  1.10733921615611004E-05  1.14960395732192570E-05
+  1.19348056665988020E-05  1.23903043374466622E-05  1.28631728090448757E-05
+  1.33540725150002110E-05  1.38636900151613596E-05  1.43927379466958923E-05
+  1.49419560100479960E-05  1.55121119921615194E-05  1.61040028287482291E-05
+  1.67184557053205196E-05  1.73563292001648133E-05  1.80185144705606652E-05
+  1.87059364821571863E-05  1.94195552855343997E-05  2.01603673405501325E-05
+  2.09294068888511363E-05  2.17277473793891781E-05  2.25565029466389418E-05
+  2.34168299427392391E-05  2.43099285289997421E-05  2.52370443254730091E-05
+  2.61994701211165703E-05  2.71985476501484251E-05  2.82356694324066603E-05
+  2.93122806819843855E-05  3.04298812893239706E-05  3.15900278739536208E-05
+  3.27943359143062770E-05  3.40444819586819766E-05  3.53422059143452348E-05
+  3.66893134237115251E-05  3.80876783297649538E-05  3.95392452281667547E-05
+  4.10460321176823469E-05  4.26101331483373470E-05  4.42337214661645627E-05
+  4.59190521686518637E-05  4.76684653668679709E-05  4.94843893558125609E-05
+  5.13693439087704146E-05  5.33259436879000829E-05  5.53569017768348491E-05
+  5.74650333511567357E-05  5.96532594756003887E-05  6.19246110394682626E-05
+  6.42822328441373686E-05  6.67293878290344488E-05  6.92694614546504009E-05
+  7.19059662520145137E-05  7.46425465240166294E-05  7.74829832253384689E-05
+  8.04311990231661687E-05  8.34912635253408082E-05  8.66673987113319782E-05
+  8.99639845581202589E-05  9.33855648521358640E-05  9.69368532304180219E-05
+  1.00622739430595787E-04  1.04448295749721168E-04  1.08418783759866108E-04
+  1.12539661246610203E-04  1.16816589384551419E-04  1.21255440196839460E-04
+  1.25862304252741215E-04  1.30643498636372538E-04  1.35605575225468535E-04
+  1.40755329225178671E-04  1.46099808013604523E-04  1.51646320321185366E-04
+  1.57402445685057553E-04  1.63376044262202480E-04  1.69575266997079057E-04
+  1.76008566088805917E-04  1.82684705869898598E-04  1.89612774056142534E-04
+  1.96802193327707593E-04  2.04262733378249653E-04  2.12004523347422214E-04
+  2.20038064627018021E-04  2.28374244191077778E-04  2.37024348318332659E-04
+  2.46000076744842323E-04  2.55313557390881294E-04  2.64977361488405623E-04
+  2.75004519210880153E-04  2.85408535918259384E-04  2.96203408812265815E-04
+  3.07403644182719250E-04  3.19024275296742109E-04  3.31080880712735577E-04
+  3.43589603289950433E-04  3.56567169851648334E-04  3.70030911297465149E-04
+  3.83998783528232399E-04  3.98489389014843260E-04  4.13521998858585335E-04
+  4.29116575785022636E-04  4.45293797750320915E-04  4.62075082110617943E-04
+  4.79482610834974820E-04  4.97539356280461698E-04  5.16269107641434042E-04
+  5.35696498523153099E-04  5.55847035016723292E-04  5.76747124602335569E-04
+  5.98424106215323607E-04  6.20906280748641844E-04  6.44222942582321615E-04
+  6.68404412258304581E-04  6.93482069533133847E-04  7.19488387696616137E-04
+  7.46456968949075106E-04  7.74422580120988770E-04  8.03421189923683677E-04
+  8.33490007091221372E-04  8.64667518877846133E-04  8.96993531347840844E-04
+  9.30509210302525656E-04  9.65257122661911733E-04  1.00128127984213701E-03
+  1.03862718144203878E-03  1.07734185959916995E-03  1.11747392542692206E-03
+  1.15907361538491148E-03  1.20219283865729502E-03  1.24688522653613868E-03
+  1.29320618133517895E-03  1.34121292677489017E-03  1.39096456009035513E-03
+  1.44252210327406845E-03  1.49594855635914537E-03  1.55130895189393059E-03
+  1.60867040821861340E-03  1.66810218540414915E-03  1.72967574156782165E-03
+  1.79346478780389724E-03  1.85954534634652047E-03  1.92799580799679409E-03
+  1.99889698824300393E-03  2.07233218694813240E-03  2.14838724594255395E-03
+  2.22715060573681293E-03  2.30871336571408488E-03  2.39316934070876166E-03
+  2.48061511749694775E-03  2.57115011412354082E-03  2.66487663400827735E-03
+  2.76189992111196617E-03  2.86232821660718827E-03  2.96627280874913520E-03
+  3.07384808523459944E-03  3.18517158492416302E-03  3.30036404139481257E-03
+  3.41954943050312059E-03  3.54285501427775663E-03  3.67041137574797283E-03
+  3.80235245905255785E-03  3.93881560194293649E-03  4.07994155916712072E-03
+  4.22587453157306780E-03  4.37676218298133166E-03  4.53275564893871295E-03
+  4.69400955026207708E-03  4.86068198933042959E-03  5.03293454032764653E-03
+  5.21093224162113341E-03  5.39484356572859317E-03  5.58484038630344213E-03
+  5.78109794254481110E-03  5.98379477628794860E-03  6.19311266989402021E-03
+  6.40923657454269945E-03  6.63235450712072478E-03  6.86265745179888073E-03
+  7.10033924257911717E-03  7.34559641196996359E-03  7.59862804729346652E-03
+  7.85963561629131856E-03  8.12882275901529935E-03  8.40639508770725866E-03
+  8.69255994292355075E-03  8.98752611916474320E-03  9.29150359496787488E-03
+  9.60470320580001855E-03  9.92733629262234490E-03  1.02596143467996708E-02
+  1.06017485848846973E-02  1.09539495077822843E-02  1.13164264430603047E-02
+  1.16893870059617266E-02  1.20730365550576219E-02  1.24675776126679898E-02
+  1.28732091961763998E-02  1.32901261540263830E-02  1.37185184434230334E-02
+  1.41585703164873594E-02  1.46104595181755191E-02  1.50743563995575300E-02
+  1.55504229446292389E-02  1.60388118093066669E-02  1.65396652493179155E-02
+  1.70531139744742183E-02  1.75792760068684759E-02  1.81182554045462782E-02
+  1.86701409310066138E-02  1.92350047116124079E-02  1.98129007378885502E-02
+  2.04038633417705367E-02  2.10079056320389423E-02  2.16250177700689425E-02
+  2.22551652411715623E-02  2.28982870583276307E-02  2.35542938089228528E-02
+  2.42230657199861039E-02  2.49044506255074183E-02  2.55982617954700169E-02
+  2.63042757987158003E-02  2.70222302438277336E-02  2.77518214164972250E-02
+  2.84927019545251452E-02  2.92444783923585735E-02  3.00067086488147346E-02
+  3.07788995469610131E-02  3.15605042181427570E-02  3.23509195009793332E-02
+  3.31494833653045370E-02  3.39554722632305489E-02  3.47680985239247481E-02
+  3.55865077759524862E-02  3.64097763708717895E-02  3.72369088878532623E-02
+  3.80668356939009508E-02  3.88984106085988324E-02  3.97304086700139072E-02
+  4.05615240281921169E-02  4.13903680655879763E-02  4.22154676234603524E-02
+  4.30352634904244413E-02  4.38481092381638252E-02  4.46522701690222901E-02
+  4.54459227336732330E-02  4.62271543861514853E-02  4.69939635867158007E-02
+  4.77442605553942898E-02  4.84758684947219770E-02  4.91865250620242903E-02
+  4.98738849317686764E-02  5.05355227762835993E-02  5.11689367025923159E-02
+  5.17715531440161511E-02  5.23407320258760800E-02  5.28737727337322272E-02
+  5.33679218670132377E-02  5.38203810442362263E-02  5.42283160162987388E-02
+  5.45888677709485265E-02  5.48991634447009227E-02  5.51563291907434111E-02
+  5.53575050047522485E-02  5.54998591952062456E-02  5.55806055129718993E-02
+  5.55970218902551092E-02  5.55464688194912126E-02  5.54264110298735083E-02
+  5.52344400701516094E-02  5.49682967235045894E-02  5.46258971374571217E-02
+  5.42053588140062187E-02  5.37050268058676117E-02  5.31235036300969354E-02
+  5.24596777378552731E-02  5.17127526473166871E-02  5.08822791735664623E-02
+  4.99681848153637614E-02  4.89708041359169371E-02  4.78909108254417099E-02
+  4.67297456437916689E-02  4.54890452238504855E-02  4.41710703154154782E-02
+  4.27786289253396304E-02  4.13150992883255935E-02  3.97844494714805347E-02
+  3.81912510955713380E-02  3.65406906525639480E-02  3.48385745480553483E-02
+  3.30913273932419150E-02  3.13059843417830413E-02  2.94901747700456775E-02
+  2.76520978027792290E-02  2.58004872341891060E-02  2.39445666286448242E-02
+  2.20939938120679261E-02  2.02587897507917197E-02  1.84492582030754866E-02
+  1.66758908843903063E-02  1.49492530856821428E-02  1.32798624975130446E-02
+  1.16780484001562015E-02  1.01537905263012086E-02  8.71655483158177875E-03
+  7.37510444300516418E-03  6.13729468974519732E-03  5.00986936352155673E-03
+  3.99822917367051184E-03  3.10619536545092860E-03  2.33577923776630498E-03
+  1.68692621150727095E-03  1.15727309913900723E-03  7.41916885345406596E-04
+  4.33169303403168758E-04  2.20348075874104456E-04  8.95881623228470144E-05
+  2.36618495857489939E-05  1.86039351598670624E-06 -9.17533142783787701E-10
+  1.47430843067603717E-10  5.61719712833494817E-12 -4.99829412199961928E-12
+  6.57856382584813354E-13  5.23308718936000286E-14 -2.65405332882968461E-14
+  2.77561188571660973E-15  3.79138375527360497E-16 -1.37573235561025150E-16
+  1.07629796115214130E-17  2.45488045630040056E-18  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+                       </PP_QIJL.2.4.1>
+ <PP_QIJL.3.3.0 type="real" size="   969" columns="3" first_index=" 3" second_index=" 3" composite_index=" 6" angular_momentum="0">
+  2.72647940486292502E-08  2.79550055872584271E-08  2.86626899137249236E-08
+  2.93882893537355678E-08  3.01322574305247719E-08  3.08950591483208775E-08
+  3.16771712829890602E-08  3.24790826800316027E-08  3.33012945601320843E-08
+  3.41443208324347652E-08  3.50086884157540908E-08  3.58949375679160775E-08
+  3.68036222234370826E-08  3.77353103397504668E-08  3.86905842521988110E-08
+  3.96700410380117950E-08  4.06742928894989883E-08  4.17039674966898965E-08
+  4.27597084396602135E-08  4.38421755907905544E-08  4.49520455272076089E-08
+  4.60900119536667700E-08  4.72567861361400277E-08  4.84530973463801130E-08
+  4.96796933177390093E-08  5.09373407125250324E-08  5.22268256011917678E-08
+  5.35489539536573092E-08  5.49045521430613804E-08  5.62944674622754185E-08
+  5.77195686534874719E-08  5.91807464511942454E-08  6.06789141389388037E-08
+  6.22150081201420886E-08  6.37899885033853810E-08  6.54048397025086329E-08
+  6.70605710519009774E-08  6.87582174373671223E-08  7.04988399429640341E-08
+  7.22835265142130311E-08  7.41133926380998590E-08  7.59895820402904588E-08
+  7.79132673999957517E-08  7.98856510829338654E-08  8.19079658928477286E-08
+  8.39814758420458475E-08  8.61074769414512575E-08  8.82872980106494118E-08
+  9.05223015084430425E-08  9.28138843844328143E-08  9.51634789521545966E-08
+  9.75725537843218334E-08  1.00042614630730227E-07  1.02575205359399024E-07
+  1.05171908921538568E-07  1.07834348340944264E-07  1.10564187728438686E-07
+  1.13363133321993633E-07  1.16232934553183141E-07  1.19175385140634310E-07
+  1.22192324211157450E-07  1.25285637449259586E-07  1.28457258275756611E-07
+  1.31709169056222642E-07  1.35043402340031983E-07  1.38462042130765905E-07
+  1.41967225188781289E-07  1.45561142366753303E-07  1.49246039979027436E-07
+  1.53024221205637724E-07  1.56898047531865585E-07  1.60869940224243269E-07
+  1.64942381843921902E-07  1.69117917798349526E-07  1.73399157932232276E-07
+  1.77788778158767531E-07  1.82289522132174554E-07  1.86904202962564438E-07
+  1.91635704974221689E-07  1.96486985508398019E-07  2.01461076771741582E-07
+  2.06561087731522102E-07  2.11790206058831731E-07  2.17151700120978839E-07
+  2.22648921024320488E-07  2.28285304708805958E-07  2.34064374095547544E-07
+  2.39989741288754624E-07  2.46065109833410882E-07  2.52294277030105981E-07
+  2.58681136308463011E-07  2.65229679660653618E-07  2.71944000136516396E-07
+  2.78828294401838116E-07  2.85886865361400038E-07  2.93124124848423350E-07
+  3.00544596382102081E-07  3.08152917994939203E-07  3.15953845131659246E-07
+  3.23952253621508102E-07  3.32153142725790486E-07  3.40561638262563630E-07
+  3.49182995810426902E-07  3.58022603993417914E-07  3.67085987849067350E-07
+  3.76378812281710841E-07  3.85906885603225123E-07  3.95676163163399231E-07
+  4.05692751072203949E-07  4.15962910016296327E-07  4.26493059172131582E-07
+  4.37289780218141705E-07  4.48359821448479393E-07  4.59710101990900938E-07
+  4.71347716131427824E-07  4.83279937748480829E-07  4.95514224859269600E-07
+  5.08058224281272035E-07  5.20919776411717745E-07  5.34106920128066730E-07
+  5.47627897812537989E-07  5.61491160503839503E-07  5.75705373179309419E-07
+  5.90279420170777488E-07  6.05222410717528620E-07  6.20543684659834106E-07
+  6.36252818276619363E-07  6.52359630270910234E-07  6.68874187906799090E-07
+  6.85806813301771480E-07  7.03168089878313416E-07  7.20968868978849697E-07
+  7.39220276648133537E-07  7.57933720587331381E-07  7.77120897284157674E-07
+  7.96793799323488758E-07  8.16964722883065313E-07  8.37646275418933152E-07
+  8.58851383545444410E-07  8.80593301114745471E-07  9.02885617500777938E-07
+  9.25742266093007703E-07  9.49177533005159467E-07  9.73206066004410753E-07
+  9.97842883666637610E-07  1.02310338476340601E-06  1.04900335788660298E-06
+  1.07555899131671655E-06  1.10278688314091771E-06  1.13070405162729271E-06
+  1.15932794586167593E-06  1.18867645665377506E-06  1.21876792771936020E-06
+  1.24962116714554259E-06  1.28125545914628917E-06  1.31369057611550960E-06
+  1.34694679098528638E-06  1.38104488989693238E-06  1.41600618519281621E-06
+  1.45185252873708170E-06  1.48860632557354739E-06  1.52629054792938214E-06
+  1.56492874957326177E-06  1.60454508053699146E-06  1.64516430220982683E-06
+  1.68681180281484477E-06  1.72951361327716745E-06  1.77329642349381351E-06
+  1.81818759901544885E-06  1.86421519815043173E-06  1.91140798950179343E-06
+  1.95979546994823161E-06  2.00940788308020099E-06  2.06027623810276414E-06
+  2.11243232921693758E-06  2.16590875549162171E-06  2.22073894123867894E-06
+  2.27695715690367063E-06  2.33459854048551151E-06  2.39369911949834033E-06
+  2.45429583348927034E-06  2.51642655712627424E-06  2.58013012387041294E-06
+  2.64544635024736402E-06  2.71241606073337625E-06  2.78108111327111654E-06
+  2.85148442543154113E-06  2.92367000123792433E-06  2.99768295866897553E-06
+  3.07356955785816687E-06  3.15137723000684085E-06  3.23115460702934361E-06
+  3.31295155194844946E-06  3.39681919006032333E-06  3.48280994088836983E-06
+  3.57097755094586504E-06  3.66137712732811678E-06  3.75406517215478601E-06
+  3.84909961788416762E-06  3.94653986352145774E-06  4.04644681174341244E-06
+  4.14888290696298311E-06  4.25391217435735680E-06  4.36160025988396451E-06
+  4.47201447130952045E-06  4.58522382027749918E-06  4.70129906544066433E-06
+  4.82031275668527119E-06  4.94233928047485204E-06  5.06745490634174040E-06
+  5.19573783455543412E-06  5.32726824499772457E-06  5.46212834727481158E-06
+  5.60040243209809840E-06  5.74217692396554735E-06  5.88754043517639905E-06
+  6.03658382121351796E-06  6.18940023752723597E-06  6.34608519775681514E-06
+  6.50673663342566720E-06  6.67145495514736824E-06  6.84034311538133358E-06
+  7.01350667277674480E-06  7.19105385814521933E-06  7.37309564210358349E-06
+  7.55974580442861852E-06  7.75112100516754826E-06  7.94734085754836193E-06
+  8.14852800273576218E-06  8.35480818647927398E-06  8.56631033770147897E-06
+  8.78316664907567866E-06  9.00551265964275219E-06  9.23348733951958410E-06
+  9.46723317675151879E-06  9.70689626636286043E-06  9.95262640166208983E-06
+  1.02045771678574349E-05  1.04629060380423664E-05  1.07277744716107873E-05
+  1.09993480151626211E-05  1.12777964059641601E-05  1.15632936780267172E-05
+  1.18560182708701494E-05  1.21561531410395936E-05  1.24638858764446536E-05
+  1.27794088135923832E-05  1.31029191577878146E-05  1.34346191063767625E-05
+  1.37747159751076084E-05  1.41234223276918323E-05  1.44809561086435277E-05
+  1.48475407794806814E-05  1.52234054583744910E-05  1.56087850633325732E-05
+  1.60039204590059673E-05  1.64090586072125092E-05  1.68244527212689274E-05
+  1.72503624242293766E-05  1.76870539111292655E-05  1.81348001153342605E-05
+  1.85938808791001783E-05  1.90645831284495180E-05  1.95472010524730313E-05
+  2.00420362871699840E-05  2.05493981039408509E-05  2.10696036028495918E-05
+  2.16029779107779703E-05  2.21498543845944562E-05  2.27105748194636287E-05
+  2.32854896624290510E-05  2.38749582314002899E-05  2.44793489396809867E-05
+  2.50990395261809137E-05  2.57344172914522078E-05  2.63858793396986774E-05
+  2.70538328269110690E-05  2.77386952152793991E-05  2.84408945340439913E-05
+  2.91608696469488836E-05  2.98990705264602275E-05  3.06559585349256374E-05
+  3.14320067128485116E-05  3.22277000744542805E-05  3.30435359107381584E-05
+  3.38800241001805516E-05  3.47376874273224660E-05  3.56170619094043554E-05
+  3.65186971312693833E-05  3.74431565887375621E-05  3.83910180406720028E-05
+  3.93628738699512007E-05  4.03593314535716249E-05  4.13810135421196918E-05
+  4.24285586488406012E-05  4.35026214485495464E-05  4.46038731866409260E-05
+  4.57330020984389398E-05  4.68907138391593597E-05  4.80777319247525098E-05
+  4.92947981838917767E-05  5.05426732214008049E-05  5.18221368934059258E-05
+  5.31339887945013771E-05  5.44790487572444692E-05  5.58581573642856507E-05
+  5.72721764734460484E-05  5.87219897560852183E-05  6.02085032490844101E-05
+  6.17326459207841557E-05  6.32953702512477210E-05  6.48976528271951603E-05
+  6.65404949519785959E-05  6.82249232709982177E-05  6.99519904129255630E-05
+  7.17227756471408107E-05  7.35383855578108838E-05  7.53999547349989188E-05
+  7.73086464832542714E-05  7.92656535481334521E-05  8.12721988610729711E-05
+  8.33295363031085861E-05  8.54389514879120237E-05  8.76017625646067599E-05
+  8.98193210408987011E-05  9.20930126270212690E-05  9.44242581009933527E-05
+  9.68145141957797847E-05  9.92652745088720196E-05  1.01778070434842610E-04
+  1.04354472121506817E-04  1.06996089450235647E-04  1.09704573041034416E-04
+  1.12481615283062383E-04  1.15328951391169911E-04  1.18248360489134918E-04
+  1.21241666720310146E-04  1.24310740386302106E-04  1.27457499114432384E-04
+  1.30683909054732947E-04  1.33991986107139194E-04  1.37383797179715613E-04
+  1.40861461478695445E-04  1.44427151831055762E-04  1.48083096040552245E-04
+  1.51831578278017624E-04  1.55674940506717524E-04  1.59615583943782213E-04
+  1.63655970558532324E-04  1.67798624608591908E-04  1.72046134214886762E-04
+  1.76401152976367543E-04  1.80866401625471066E-04  1.85444669725481746E-04
+  1.90138817410672367E-04  1.94951777170366430E-04  1.99886555678137297E-04
+  2.04946235667079858E-04  2.10133977852439228E-04  2.15453022902854904E-04
+  2.20906693461223248E-04  2.26498396216627459E-04  2.32231624028613891E-04
+  2.38109958104912621E-04  2.44137070234230823E-04  2.50316725075390889E-04
+  2.56652782504046919E-04  2.63149200018786592E-04  2.69810035207865967E-04
+  2.76639448278002953E-04  2.83641704647179152E-04  2.90821177602686870E-04
+  2.98182351026083227E-04  3.05729822187105480E-04  3.13468304607801454E-04
+  3.21402630998809176E-04  3.29537756269898782E-04  3.37878760616087427E-04
+  3.46430852681567933E-04  3.55199372803579943E-04  3.64189796337624754E-04
+  3.73407737066618430E-04  3.82858950696056844E-04  3.92549338436761538E-04
+  4.02484950678171430E-04  4.12671990754131547E-04  4.23116818803018734E-04
+  4.33825955725509625E-04  4.44806087241797130E-04  4.56064068050459313E-04
+  4.67606926092586483E-04  4.79441866922800412E-04  4.91576278189873668E-04
+  5.04017734230731386E-04  5.16774000779350769E-04  5.29853039793893926E-04
+  5.43263014405867442E-04  5.57012293992808138E-04  5.71109459378560239E-04
+  5.85563308164772662E-04  6.00382860195250966E-04  6.15577363158012632E-04
+  6.31156298328339476E-04  6.47129386454785792E-04  6.63506593793785314E-04
+  6.80298138295671651E-04  6.97514495944604384E-04  7.15166407258790212E-04
+  7.33264883953222324E-04  7.51821215768230604E-04  7.70846977470834361E-04
+  7.90354036030452224E-04  8.10354557973430156E-04  8.30861016923618661E-04
+  8.51886201330023557E-04  8.73443222387468798E-04  8.95545522157282885E-04
+  9.18206881888770313E-04  9.41441430549133998E-04  9.65263653568143782E-04
+  9.89688401798449833E-04  1.01473090070104406E-03  1.04040675976100369E-03
+  1.06673198213499054E-03  1.09372297454191515E-03  1.12139655740026481E-03
+  1.14976997521475306E-03  1.17886090722540732E-03  1.20868747832064238E-03
+  1.23926827021889085E-03  1.27062233293313300E-03  1.30276919651776848E-03
+  1.33572888310523694E-03  1.36952191924695683E-03  1.40416934855627741E-03
+  1.43969274466447311E-03  1.47611422450334034E-03  1.51345646191101339E-03
+  1.55174270157631988E-03  1.59099677333282303E-03  1.63124310679916033E-03
+  1.67250674638555843E-03  1.71481336667400511E-03  1.75818928816988819E-03
+  1.80266149344958967E-03  1.84825764370663299E-03  1.89500609569693678E-03
+  1.94293591911176783E-03  1.99207691437512354E-03  2.04245963087089670E-03
+  2.09411538563101206E-03  2.14707628247511962E-03  2.20137523161433165E-03
+  2.25704596975009409E-03  2.31412308065353026E-03  2.37264201624699279E-03
+  2.43263911821536361E-03  2.49415164012907389E-03  2.55721777011143911E-03
+  2.62187665407060538E-03  2.68816841947740843E-03  2.75613419973341810E-03
+  2.82581615913865243E-03  2.89725751844292041E-03  2.97050258103672554E-03
+  3.04559675977706225E-03  3.12258660443894519E-03  3.20151982985867993E-03
+  3.28244534474743995E-03  3.36541328117841545E-03  3.45047502481926182E-03
+  3.53768324587103731E-03  3.62709193073556440E-03  3.71875641448109065E-03
+  3.81273341405273351E-03  3.90908106227364893E-03  4.00785894269573700E-03
+  4.10912812523667268E-03  4.21295120267732234E-03  4.31939232805744582E-03
+  4.42851725290377765E-03  4.54039336639497013E-03  4.65508973547048080E-03
+  4.77267714582394181E-03  4.89322814391554995E-03  5.01681707997061153E-03
+  5.14352015192292775E-03  5.27341545046263686E-03  5.40658300510901170E-03
+  5.54310483129988579E-03  5.68306497867004760E-03  5.82654958039137503E-03
+  5.97364690361580890E-03  6.12444740118545366E-03  6.27904376444245269E-03
+  6.43753097724294576E-03  6.60000637130666104E-03  6.76656968270809411E-03
+  6.93732310968752774E-03  7.11237137185413270E-03  7.29182177057924753E-03
+  7.47578425083798501E-03  7.66437146448511412E-03  7.85769883478064368E-03
+  8.05588462250085742E-03  8.25904999351062367E-03  8.46731908766115184E-03
+  8.68081908941202920E-03  8.89968029992608579E-03  9.12403621058974039E-03
+  9.35402357838621343E-03  9.58978250274101530E-03  9.83145650392470982E-03
+  1.00791926034117605E-02  1.03331414057077579E-02  1.05934571818975583E-02
+  1.08602979552187458E-02  1.11338255881021156E-02  1.14142058711267039E-02
+  1.17016086140283009E-02  1.19962077381836861E-02  1.22981813712271671E-02
+  1.26077119437018915E-02  1.29249862872156465E-02  1.32501957349595544E-02
+  1.35835362241919135E-02  1.39252084002903231E-02  1.42754177233891597E-02
+  1.46343745768617618E-02  1.50022943774899171E-02  1.53793976883997013E-02
+  1.57659103336803795E-02  1.61620635148824743E-02  1.65680939303819233E-02
+  1.69842438962466077E-02  1.74107614692451430E-02  1.78479005727177654E-02
+  1.82959211237645469E-02  1.87550891629035543E-02  1.92256769864645183E-02
+  1.97079632801292134E-02  2.02022332553173402E-02  2.07087787880422813E-02
+  2.12278985587847045E-02  2.17598981956014514E-02  2.23050904192901127E-02
+  2.28637951895226295E-02  2.34363398545606068E-02  2.40230593024640983E-02
+  2.46242961133535908E-02  2.52404007154648190E-02  2.58717315420158474E-02
+  2.65186551893847079E-02  2.71815465790538058E-02  2.78607891196235372E-02
+  2.85567748705582852E-02  2.92699047093796481E-02  3.00005884981607088E-02
+  3.07492452523188339E-02  3.15163033121938427E-02  3.23022005131836723E-02
+  3.31073843588399266E-02  3.39323121957041188E-02  3.47774513860546544E-02
+  3.56432794842758485E-02  3.65302844135195412E-02  3.74389646398262180E-02
+  3.83698293503755561E-02  3.93233986301854341E-02  4.03002036361495702E-02
+  4.13007867753122648E-02  4.23257018794383211E-02  4.33755143772199120E-02
+  4.44508014701766943E-02  4.55521523025351274E-02  4.66801681294294335E-02
+  4.78354624874652301E-02  4.90186613568803567E-02  5.02304033230353483E-02
+  5.14713397380342150E-02  5.27421348716251917E-02  5.40434660626226970E-02
+  5.53760238672382360E-02  5.67405121946235672E-02  5.81376484440562016E-02
+  5.95681636347903595E-02  6.10328025215523678E-02  6.25323237123211889E-02
+  6.40674997735531521E-02  6.56391173203165340E-02  6.72479771082479527E-02
+  6.88948941070185450E-02  7.05806975589792635E-02  7.23062310374765344E-02
+  7.40723524804006855E-02  7.58799342100757029E-02  7.77298629486843362E-02
+  7.96230398025616071E-02  8.15603802346911849E-02  8.35428140263880514E-02
+  8.55712852017335018E-02  8.76467519423905633E-02  8.97701864828981955E-02
+  9.19425749633106110E-02  9.41649172740501861E-02  9.64382268701840933E-02
+  9.87635305389443774E-02  1.01141868159938433E-01  1.03574292421606179E-01
+  1.06061868488871891E-01  1.08605673661123031E-01  1.11206796971913005E-01
+  1.13866338740117395E-01  1.16585410105004311E-01  1.19365132488093717E-01
+  1.22206637008651170E-01  1.25111063872135164E-01  1.28079561670745468E-01
+  1.31113286641126842E-01  1.34213401879227812E-01  1.37381076453643031E-01
+  1.40617484479953397E-01  1.43923804131580457E-01  1.47301216537615132E-01
+  1.50750904644221584E-01  1.54274051987489835E-01  1.57871841345103486E-01
+  1.61545453350638052E-01  1.65296064990804847E-01  1.69124847978056270E-01
+  1.73032967078353167E-01  1.77021578292136272E-01  1.81091826911897180E-01
+  1.85244845519040524E-01  1.89481751805220949E-01  1.93803646274889579E-01
+  1.98211609862687432E-01  2.02706701349195079E-01  2.07289954664148235E-01
+  2.11962376072002523E-01  2.16724941134123467E-01  2.21578591563810268E-01
+  2.26524231924562502E-01  2.31562726089454940E-01  2.36694893594526307E-01
+  2.41921505792247665E-01  2.47243281758420336E-01  2.52660884086245763E-01
+  2.58174914437069414E-01  2.63785908845601436E-01  2.69494332893666810E-01
+  2.75300576602662939E-01  2.81204949087909883E-01  2.87207673051046330E-01
+  2.93308878963415232E-01  2.99508599020665289E-01  3.05806760896833951E-01
+  3.12203181175168709E-01  3.18697558556363281E-01  3.25289466825721851E-01
+  3.31978347498600390E-01  3.38763502240890302E-01  3.45644085014574109E-01
+  3.52619093919281257E-01  3.59687362793525367E-01  3.66847552524889264E-01
+  3.74098142087124497E-01  3.81437419307622150E-01  3.88863471358045110E-01
+  3.96374175007560059E-01  4.03967186569673620E-01  4.11639931628085098E-01
+  4.19389594552046441E-01  4.27213107677310633E-01  4.35107140370124601E-01
+  4.43068087884207928E-01  4.51092059887338970E-01  4.59174869024785270E-01
+  4.67312019242365817E-01  4.75498693844720044E-01  4.83729743787903732E-01
+  4.91999675653838120E-01  5.00302639521576498E-01  5.08632417295667105E-01
+  5.16982410600188125E-01  5.25345628863059022E-01  5.33714678068760162E-01
+  5.42081748953665898E-01  5.50438605846556905E-01  5.58776576318129159E-01
+  5.67086540214625012E-01  5.75358919954179648E-01  5.83583671648516211E-01
+  5.91750275698955330E-01  5.99847729419146769E-01  6.07864540333253212E-01
+  6.15788719274752427E-01  6.23607776388406476E-01  6.31308717464836189E-01
+  6.38878040732298924E-01  6.46301737469807236E-01  6.53565292428665234E-01
+  6.60653685785918876E-01  6.67551399758404163E-01  6.74242424397048845E-01
+  6.80710266467723812E-01  6.86937963567614718E-01  6.92908096870068380E-01
+  6.98602808988229462E-01  7.04003827143421912E-01  7.09092484793148792E-01
+  7.13849750735939814E-01  7.18256262941702195E-01  7.22292361305833519E-01
+  7.25938130370024859E-01  7.29173445472527715E-01  7.31978019102284549E-01
+  7.34331459592032942E-01  7.36213331243810165E-01  7.37603216877611101E-01
+  7.38480794616523495E-01  7.38825913571250936E-01  7.38618675110318978E-01
+  7.37839529320427956E-01  7.36469367659604024E-01  7.34489625117973111E-01
+  7.31882397013241093E-01  7.28630549695653662E-01  7.24717844962716851E-01
+  7.20129076515669486E-01  7.14850199202030523E-01  7.08868475530142650E-01
+  7.02172629583366237E-01  6.94752993983716705E-01  6.86601676159542040E-01
+  6.77712725617867551E-01  6.68082295703863127E-01  6.57708824278929516E-01
+  6.46593207854412766E-01  6.34738972184394568E-01  6.22152458109510587E-01
+  6.08842993074500294E-01  5.94823060443539942E-01  5.80108476494090142E-01
+  5.64718546159938217E-01  5.48676215567221459E-01  5.32008220728761194E-01
+  5.14745209827463301E-01  4.96921856798814732E-01  4.78576956674948650E-01
+  4.59753491111256463E-01  4.40498673177061817E-01  4.20863959148222389E-01
+  4.00905027152287874E-01  3.80681715622664063E-01  3.60257916811622503E-01
+  3.39701431170807255E-01  3.19083755215664122E-01  2.98479818730955859E-01
+  2.77967670864076866E-01  2.57628069144255900E-01  2.37544021150392665E-01
+  2.17800253884889133E-01  1.98482556822920431E-01  1.79677090843573084E-01
+  1.61469592700688946E-01  1.43944434311750552E-01  1.27183668468842159E-01
+  1.11265928855173099E-01  9.62651881209378585E-02  8.22495237596262557E-02
+  6.92796965993319747E-02  5.74076220738147444E-02  4.66748664511700828E-02
+  3.71109267857629432E-02  2.87314755645137546E-02  2.15366415927859163E-02
+  1.55090762242216657E-02  1.06120927898119069E-02  6.78785206024343311E-03
+  3.95538558367482772E-03  2.00882801386660518E-03  8.15717199654862504E-04
+  2.15254661555301435E-04  1.69158925732870842E-05 -8.22573533477803164E-09
+  1.32172585729512902E-09  5.03584903644607040E-11 -4.48099898634088470E-11
+  5.89771972510714804E-12  4.69149230089213807E-13 -2.37937383953360181E-13
+  2.48835177418412973E-14  3.39899700768581851E-15 -1.23335184774993981E-15
+  9.64907217383615596E-17  2.20081423137007205E-17  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+                       </PP_QIJL.3.3.0>
+ <PP_QIJL.3.3.2 type="real" size="   969" columns="3" first_index=" 3" second_index=" 3" composite_index=" 6" angular_momentum="2">
+  1.97770490935239290E-16  2.07910400842142456E-16  2.18570194880716943E-16
+  2.29776528308284280E-16  2.41557422834399168E-16  2.53942336543775956E-16
+  2.66962238436712366E-16  2.80649685079078910E-16  2.95038901888539869E-16
+  3.10165869721963729E-16  3.26068413890547335E-16  3.42786298667027680E-16
+  3.60361327856587967E-16  3.78837448171743188E-16  3.98260859123374404E-16
+  4.18680129818153271E-16  4.40146319013324665E-16  4.62713102909269727E-16
+  4.86436910770884280E-16  5.11377064361912083E-16  5.37595926569612954E-16
+  5.65159058857053620E-16  5.94135383219538441E-16  6.24597355051877481E-16
+  6.56621145911967382E-16  6.90286831658898556E-16  7.25678593530688925E-16
+  7.62884930247110366E-16  8.01998876592790160E-16  8.43118237320012809E-16
+  8.86345833252695436E-16  9.31789755282758657E-16  9.79563636462267700E-16
+  1.02978693750516218E-15  1.08258524198844971E-15  1.13809057286583071E-15
+  1.19644172361640942E-15  1.25778460140360035E-15  1.32227259524574044E-15
+  1.39006696005212801E-15  1.46133721561497279E-15  1.53626157483049090E-15
+  1.61502738901701937E-15  1.69783161192550152E-15  1.78488129773872517E-15
+  1.87639411741386995E-15  1.97259889842557360E-15  2.07373620380501648E-15
+  2.18005893082632387E-15  2.29183293897893658E-15  2.40933772306808855E-15
+  2.53286710741500359E-15  2.66272997663313434E-15  2.79925105782525651E-15
+  2.94277172564557653E-15  3.09365085287444460E-15  3.25226571904470943E-15
+  3.41901294428578326E-15  3.59430947950787299E-15  3.77859366140293377E-15
+  3.97232629604177866E-15  4.17599181173431456E-15  4.39009948334851671E-15
+  4.61518469023814856E-15  4.85181025856138691E-15  5.10056788140930982E-15
+  5.36207957979394226E-15  5.63699926551997690E-15  5.92601438775325810E-15
+  6.22984763063420836E-15  6.54925873277234642E-15  6.88504639571195879E-15
+  7.23805025738507450E-15  7.60915301001324621E-15  7.99928261157775062E-15
+  8.40941458092119890E-15  8.84057446238755615E-15  9.29384038804134386E-15
+  9.77034574792030536E-15  1.02712820572206801E-14  1.07979019248374160E-14
+  1.13515221612345096E-14  1.19335271124918477E-14  1.25453721000060657E-14
+  1.31885870388801904E-14  1.38647803127956627E-14  1.45756427607314585E-14
+  1.53229518909062323E-14  1.61085763813294304E-14  1.69344807025534525E-14
+  1.78027300262727045E-14  1.87154954486660833E-14  1.96750593540240702E-14
+  2.06838211330343644E-14  2.17443032405167975E-14  2.28591574231616884E-14
+  2.40311713806428050E-14  2.52632757868139452E-14  2.65585515257507879E-14
+  2.79202374498324893E-14  2.93517385139546420E-14  3.08566341885004029E-14
+  3.24386874925285641E-14  3.41018544147102066E-14  3.58502937003517380E-14
+  3.76883773651263433E-14  3.96207016050534800E-14  4.16520981878872479E-14
+  4.37876466837570318E-14  4.60326871005656128E-14  4.83928331486610369E-14
+  5.08739864596259226E-14  5.34823512241991942E-14  5.62244496439820306E-14
+  5.91071384487300311E-14  6.21376258628480867E-14  6.53234896098233843E-14
+  6.86726960820338914E-14  7.21936200212160522E-14  7.58950654998028910E-14
+  7.97862881488757669E-14  8.38770180073665207E-14  8.81774839700150764E-14
+  9.26984395428921271E-14  9.74511893939708918E-14  1.02447617833567169E-13
+  1.07700218642172002E-13  1.13222125945571505E-13  1.19027147380276812E-13
+  1.25129798627767573E-13  1.31545339342801783E-13  1.38289811754316496E-13
+  1.45380080646800959E-13  1.52833875193089553E-13  1.60669833851437401E-13
+  1.68907550662609923E-13  1.77567623980832768E-13  1.86671708651021557E-13
+  1.96242569644306717E-13  2.06304138845791989E-13  2.16881575632869915E-13
+  2.28001329059047811E-13  2.39691204045514393E-13  2.51980431637253711E-13
+  2.64899741170598077E-13  2.78481437421650954E-13  2.92759482014138848E-13
+  3.07769577256909408E-13  3.23549256040730065E-13  3.40137976108979848E-13
+  3.57577217538875193E-13  3.75910587450747662E-13  3.95183929134546961E-13
+  4.15445435483395466E-13  4.36745770886761016E-13  4.59138197543260021E-13
+  4.82678707544205231E-13  5.07426164666648553E-13  5.33442450609268602E-13
+  5.60792618874897380E-13  5.89545059563165235E-13  6.19771668757906328E-13
+  6.51548027880058672E-13  6.84953595003862707E-13  7.20071901224049659E-13
+  7.56990759744082822E-13  7.95802487724075800E-13  8.36604134179030849E-13
+  8.79497723711461661E-13  9.24590513522387254E-13  9.71995258188798655E-13
+  1.02183049369620436E-12  1.07422083499612118E-12  1.12929728392363302E-12
+  1.18719756003605760E-12  1.24806644499798666E-12  1.31205614096128210E-12
+  1.37932665567146393E-12  1.45004620104073891E-12  1.52439161054503602E-12
+  1.60254878712583888E-12  1.68471316461679902E-12  1.77109019414001181E-12
+  1.86189586451187653E-12  1.95735723677556151E-12  2.05771301122778879E-12
+  2.16321413133583997E-12  2.27412440357895456E-12  2.39072115856600817E-12
+  2.51329595102785500E-12  2.64215527945124489E-12  2.77762135675254838E-12
+  2.92003292091973099E-12  3.06974607142305018E-12  3.22713516724528350E-12
+  3.39259376514983345E-12  3.56653559274542746E-12  3.74939559430764114E-12
+  3.94163101653400941E-12  4.14372254150048807E-12  4.35617550365240625E-12
+  4.57952114639329231E-12  4.81431794206625513E-12  5.06115300675732386E-12
+  5.32064355530058777E-12  5.59343843992261890E-12  5.88021979309167191E-12
+  6.18170471370699192E-12  6.49864706118397332E-12  6.83183936060573916E-12
+  7.18211475920370899E-12  7.55034911817162034E-12  7.93746321961741361E-12
+  8.34442503942631400E-12  8.77225218541180754E-12  9.22201445203455527E-12
+  9.69483646361909529E-12  1.01919005146834891E-11  1.07144495261345994E-11
+  1.12637901219657089E-11  1.18412959356966527E-11  1.24484110311075972E-11
+  1.30866534861636180E-11  1.37576192384787312E-11  1.44629860450140922E-11
+  1.52045176592601692E-11  1.59840682985269711E-11  1.68035872309187082E-11
+  1.76651236459475354E-11  1.85708318372975954E-11  1.95229765225470113E-11
+  2.05239385227742915E-11  2.15762207679662845E-11  2.26824544745591470E-11
+  2.38454057666233894E-11  2.50679826285167986E-11  2.63532420868256839E-11
+  2.77043979254894585E-11  2.91248287311593032E-11  3.06180862510533163E-11
+  3.21879043765439943E-11  3.38382084518675228E-11  3.55731250083303363E-11
+  3.73969922155022276E-11  3.93143706545176524E-11  4.13300546625428614E-11
+  4.34490844778397997E-11  4.56767587162788924E-11  4.80186475985944721E-11
+  5.04806070452023812E-11  5.30687931407293930E-11  5.57896775593661710E-11
+  5.86500639006213294E-11  6.16571044811360452E-11  6.48183183195535842E-11
+  6.81416100511920970E-11  7.16352894453429383E-11  7.53080923648971886E-11
+  7.91692026542834900E-11  8.32282748483154571E-11  8.74954585823696441E-11
+  9.19814239159399125E-11  9.66973877778325263E-11  1.01655142369988764E-10
+  1.06867084471625064E-10  1.12346246256705069E-10  1.18106328308671977E-10
+  1.24161733551067284E-10  1.30527603178413300E-10  1.37219854980075331E-10
+  1.44255222667769489E-10  1.51651297778989671E-10  1.59426574101760417E-10
+  1.67600493319297056E-10  1.76193493870608455E-10  1.85227062393340059E-10
+  1.94723786767543090E-10  2.04707413064163660E-10  2.15202905075816952E-10
+  2.26236506026271927E-10  2.37835804902687324E-10  2.50029805328162323E-10
+  2.62848997417778617E-10  2.76325434974015516E-10  2.90492815178481355E-10
+  3.05386562323349953E-10  3.21043917551731449E-10  3.37504031119131668E-10
+  3.54808060015438685E-10  3.72999272152890530E-10  3.92123153284451428E-10
+  4.12227520854947512E-10  4.33362644789886959E-10  4.55581371567674604E-10
+  4.78939256980763172E-10  5.03494706015154880E-10  5.29309117016695794E-10
+  5.56447036439131624E-10  5.84976320718102400E-10  6.14968303973972090E-10
+  6.46497978273421449E-10  6.79644180900375810E-10  7.14489789620572952E-10
+  7.51121932483169938E-10  7.89632204497018861E-10  8.30116895156707657E-10
+  8.72677232361637144E-10  9.17419633246555100E-10  9.64455969447581112E-10
+  1.01390385031758956E-09  1.06588691357209140E-09  1.12053513465683945E-09
+  1.17798515511399025E-09  1.23838061982127221E-09  1.30187253775578343E-09
+  1.36861966227123790E-09  1.43878888292113925E-09  1.51255564598693249E-09
+  1.59010439455032699E-09  1.67162902425677827E-09  1.75733337319928200E-09
+  1.84743173102266051E-09  1.94214936956806680E-09  2.04172311306295784E-09
+  2.14640192713860821E-09  2.25644753713039113E-09  2.37213509102226815E-09
+  2.49375384126893987E-09  2.62160786564364941E-09  2.75601683702029624E-09
+  2.89731681336725017E-09  3.04586107843935660E-09  3.20202103430806614E-09
+  3.36618711793392444E-09  3.53876978153890297E-09  3.72020052624144900E-09
+  3.91093296692366076E-09  4.11144397503103504E-09  4.32223487472079074E-09
+  4.54383268145182187E-09  4.77679143328143910E-09  5.02169357460902952E-09
+  5.27915139822277758E-09  5.54980859485446040E-09  5.83434185406685510E-09
+  6.13346254447482933E-09  6.44791851538608273E-09  6.77849594984106351E-09
+  7.12602132347853297E-09  7.49136349652638814E-09  7.87543586072942111E-09
+  8.27919862386615715E-09  8.70366123530399335E-09  9.14988487681860305E-09
+  9.61898512666673976E-09  1.01121347685489054E-08  1.06305666853292175E-08
+  1.11755769644634022E-08  1.17485281485007790E-08  1.23508526007977894E-08
+  1.29840561231165883E-08  1.36497217157772695E-08  1.43495134961544240E-08
+  1.50851809092747780E-08  1.58585630778665738E-08  1.66715933679623037E-08
+  1.75263042843507853E-08  1.84248325056101564E-08  1.93694242067598316E-08
+  2.03624407434431524E-08  2.14063644853176122E-08  2.25038050234367183E-08
+  2.36575057604587422E-08  2.48703506782420410E-08  2.61453715763353317E-08
+  2.74857557035136898E-08  2.88948536198724133E-08  3.03761876342122567E-08
+  3.19334606347131605E-08  3.35705652331959263E-08  3.52915935936249575E-08
+  3.71008476468387517E-08  3.90028497363918461E-08  4.10023540575221654E-08
+  4.31043584738313706E-08  4.53141169208411105E-08  4.76371527046254938E-08
+  5.00792721786622660E-08  5.26465792036090682E-08  5.53454905873179492E-08
+  5.81827519297999270E-08  6.11654544857697668E-08  6.43010530641461838E-08
+  6.75973844100935654E-08  7.10626868674598796E-08  7.47056211048423987E-08
+  7.85352914698719580E-08  8.25612689066822515E-08  8.67936149367122881E-08
+  9.12429064946251890E-08  9.59202626220746669E-08  1.00837372205012113E-07
+  1.06006522886680856E-07  1.11440632132292901E-07  1.17153279314145392E-07
+  1.23158739396639302E-07  1.29472019047139447E-07  1.36108893769740371E-07
+  1.43085947172011832E-07  1.50420612885107121E-07  1.58131217582109915E-07
+  1.66237026766042195E-07  1.74758293360895870E-07  1.83716307615898756E-07
+  1.93133450490799190E-07  2.03033249912726142E-07  2.13440438746522309E-07
+  2.24381017010286274E-07  2.35882316958549840E-07  2.47973070499728987E-07
+  2.60683481653437906E-07  2.74045301820021857E-07  2.88091908258967268E-07
+  3.02858388397348531E-07  3.18381626888549729E-07  3.34700397034515703E-07
+  3.51855458772061813E-07  3.69889659420636104E-07  3.88848040241369319E-07
+  4.08777950164293065E-07  4.29729162491468423E-07  4.51753999135508655E-07
+  4.74907462417617909E-07  4.99247370439548388E-07  5.24834501911359426E-07
+  5.51732748712125104E-07  5.80009273125506063E-07  6.09734676590018974E-07
+  6.40983176161957510E-07  6.73832787351526764E-07  7.08365520609238331E-07
+  7.44667585370259474E-07  7.82829602855818017E-07  8.22946834640976457E-07
+  8.65119418616213412E-07  9.09452616843667150E-07  9.56057081134885231E-07
+  1.00504912606851482E-06  1.05655101782555585E-06  1.11069128233896135E-06
+  1.16760502149744144E-06  1.22743424982120578E-06  1.29032825146546054E-06
+  1.35644394694359768E-06  1.42594628548768224E-06  1.49900865816754886E-06
+  1.57581332375611345E-06  1.65655186575586799E-06  1.74142567010056220E-06
+  1.83064642024142761E-06  1.92443662910597816E-06  2.02303019130233897E-06
+  2.12667295918891223E-06  2.23562336145178595E-06  2.35015304149878232E-06
+  2.47054752821672686E-06  2.59710695440890231E-06  2.73014679522601205E-06
+  2.86999864954729310E-06  3.01701107320448171E-06  3.17155043396266092E-06
+  3.33400182195414949E-06  3.50477001454803175E-06  3.68428046760861986E-06
+  3.87298037602216853E-06  4.07133978970463115E-06  4.27985276429401494E-06
+  4.49903859583690917E-06  4.72944311064843240E-06  4.97164000247348043E-06
+  5.22623226880623962E-06  5.49385370119853320E-06  5.77517044040089362E-06
+  6.07088264554299409E-06  6.38172621620287757E-06  6.70847460218872254E-06
+  7.05194074090938575E-06  7.41297904827516058E-06  7.79248752568723245E-06
+  8.19141000535815414E-06  8.61073845421667731E-06  9.05151542721717652E-06
+  9.51483666550307771E-06  1.00018537659759054E-05  1.05137770368859839E-05
+  1.10518785007270994E-05  1.16174949911338230E-05  1.22120314746575387E-05
+  1.28369645187844807E-05  1.34938458880149399E-05  1.41843064046183542E-05
+  1.49100599524018479E-05  1.56729076555439915E-05  1.64747423608842231E-05
+  1.73175532604775964E-05  1.82034307501902114E-05  1.91345716266949498E-05
+  2.01132844269635104E-05  2.11419950789721494E-05  2.22232529179967033E-05
+  2.33597368597993883E-05  2.45542619726183885E-05  2.58097864307348306E-05
+  2.71294186600834863E-05  2.85164249782647944E-05  2.99742376215593222E-05
+  3.15064630248329726E-05  3.31168906966421736E-05  3.48095024778407469E-05
+  3.65884821437857075E-05  3.84582257041867349E-05  4.04233520778167935E-05
+  4.24887142349068310E-05  4.46594111360253850E-05  4.69408000392504323E-05
+  4.93385094346719449E-05  5.18584528631988627E-05  5.45068431111648706E-05
+  5.72902072274379025E-05  6.02154024914752805E-05  6.32896327976655823E-05
+  6.65204660872072747E-05  6.99158527684308186E-05  7.34841446481387120E-05
+  7.72341151536636223E-05  8.11749805541526641E-05  8.53164218534047689E-05
+  8.96686082272835978E-05  9.42422214492837659E-05  9.90484812235561794E-05
+  1.04099172317460167E-04  1.09406672659889922E-04  1.14983982665790109E-04
+  1.20844756602514077E-04  1.27003334907514986E-04  1.33474778137340007E-04
+  1.40274903169281516E-04  1.47420320378939816E-04  1.54928472938011322E-04
+  1.62817678518970200E-04  1.71107172087028045E-04  1.79817151367195826E-04
+  1.88968824799247236E-04  1.98584460827632206E-04  2.08687440456682889E-04
+  2.19302312310243119E-04  2.30454849434608941E-04  2.42172109972412847E-04
+  2.54482500307590652E-04  2.67415840541399463E-04  2.81003434435312587E-04
+  2.95278141770735343E-04  3.10274453818512206E-04  3.26028573827317548E-04
+  3.42578499903074081E-04  3.59964111968229879E-04  3.78227264203169673E-04
+  3.97411879957418693E-04  4.17564051885638027E-04  4.38732147884137661E-04
+  4.60966919791998416E-04  4.84321618581540713E-04  5.08852115495451161E-04
+  5.34617026561518861E-04  5.61677844902596355E-04  5.90099078998009051E-04
+  6.19948395292651416E-04  6.51296769896520336E-04  6.84218646143714814E-04
+  7.18792097846940618E-04  7.55099002864551114E-04  7.93225222415116864E-04
+  8.33260787810190186E-04  8.75300098571432238E-04  9.19442126281324831E-04
+  9.65790627914034361E-04  1.01445437138139626E-03  1.06554736706186942E-03
+  1.11918911113158292E-03  1.17550484160214666E-03  1.23462580107189528E-03
+  1.29668951369616326E-03  1.36184007500638458E-03  1.43022844980621308E-03
+  1.50201278660761330E-03  1.57735874481712817E-03  1.65643983199535759E-03
+  1.73943775975232999E-03  1.82654281219020789E-03  1.91795422698511921E-03
+  2.01388059684085366E-03  2.11454028337459445E-03  2.22016184663754654E-03
+  2.33098449625180129E-03  2.44725855519100028E-03  2.56924594239130860E-03
+  2.69722067762729256E-03  2.83146939983052815E-03  2.97229190730389408E-03
+  3.12000172022233388E-03  3.27492665818475545E-03  3.43740944214190490E-03
+  3.60780831820178838E-03  3.78649769884947416E-03  3.97386883002366544E-03
+  4.17033047961385718E-03  4.37630964609545762E-03  4.59225229323613395E-03
+  4.81862410612973226E-03  5.05591126984765611E-03  5.30462127293342481E-03
+  5.56528373291410340E-03  5.83845124582826110E-03  6.12470025793824917E-03
+  6.42463196121459586E-03  6.73887321210814814E-03  7.06807746875860472E-03
+  7.41292575470600765E-03  7.77412764184878639E-03  8.15242224787156126E-03
+  8.54857926301619275E-03  8.96339998773886502E-03  9.39771838193037209E-03
+  9.85240214468034205E-03  1.03283537916728160E-02  1.08265117435997048E-02
+  1.13478514423351069E-02  1.18933864463994874E-02  1.24641695404409947E-02
+  1.30612938627362972E-02  1.36858939890762924E-02  1.43391470378096443E-02
+  1.50222737727187441E-02  1.57365396364961586E-02  1.64832558159191921E-02
+  1.72637802705181767E-02  1.80795186666367139E-02  1.89319253538800386E-02
+  1.98225042532909485E-02  2.07528096321047614E-02  2.17244469243182935E-02
+  2.27390733931860899E-02  2.37983986734138023E-02  2.49041853461225357E-02
+  2.60582492692720026E-02  2.72624597968516430E-02  2.85187399920335920E-02
+  2.98290664952767653E-02  3.11954693089817464E-02  3.26200315011667963E-02
+  3.41048884556865509E-02  3.56522270845852640E-02  3.72642848380873304E-02
+  3.89433481559679148E-02  4.06917509369832120E-02  4.25118726296624394E-02
+  4.44061356804861807E-02  4.63770030483855664E-02  4.84269751061879861E-02
+  5.05585858618820272E-02  5.27743992539557311E-02  5.50770045526546986E-02
+  5.74690111074425622E-02  5.99530431048463791E-02  6.25317331224637118E-02
+  6.52077151281438699E-02  6.79836173305740643E-02  7.08620535097007065E-02
+  7.38456139653214383E-02  7.69368560425565395E-02  8.01382928485710189E-02
+  8.34523818207300039E-02  8.68815124707935649E-02  9.04279921081119209E-02
+  9.40940316720866587E-02  9.78817302196939160E-02  1.01793057319830862E-01
+  1.05829835774792852E-01  1.09993722390287457E-01  1.14286186791527564E-01
+  1.18708490651166329E-01  1.23261664361196108E-01  1.27946482125672445E-01
+  1.32763437364733672E-01  1.37712715056612228E-01  1.42794163098214355E-01
+  1.48007263687248064E-01  1.53351101335945594E-01  1.58824330681668319E-01
+  1.64425143877267116E-01  1.70151234621950698E-01  1.75999762864135295E-01
+  1.81967318585444987E-01  1.88049882664954954E-01  1.94242789267463467E-01
+  2.00540686923727368E-01  2.06937497649086311E-01  2.13426378282440127E-01
+  2.19999680482246662E-01  2.26648910242373131E-01  2.33364690088271126E-01
+  2.40136720560337941E-01  2.46953743050692703E-01  2.53803505663423412E-01
+  2.60672729896275934E-01  2.67547080586247377E-01  2.74411139391511960E-01
+  2.81248381671013459E-01  2.88041158275315790E-01  2.94770681978683391E-01
+  3.01417020907528532E-01  3.07959097918980629E-01  3.14374696845224622E-01
+  3.20640480065727707E-01  3.26732012240148306E-01  3.32623794794948191E-01
+  3.38289316106994198E-01  3.43701107341058409E-01  3.48830814960168489E-01
+  3.53649292160123863E-01  3.58126695393194250E-01  3.62232605309219857E-01
+  3.65936167402212964E-01  3.69206238005669429E-01  3.72011563461051464E-01
+  3.74320976115826154E-01  3.76103597586307847E-01  3.77329083447433933E-01
+  3.77967877358665438E-01  3.77991476543372396E-01  3.77372744097207002E-01
+  3.76086218718950205E-01  3.74108441804612724E-01  3.71418330810613539E-01
+  3.67997534419510886E-01  3.63830811457728776E-01  3.58906446084099606E-01
+  3.53216627844738951E-01  3.46757858821515053E-01  3.39531374994615387E-01
+  3.31543517022379886E-01  3.22806122881473700E-01  3.13336901297196546E-01
+  3.03159741145091866E-01  2.92305023724679758E-01  2.80809874852850860E-01
+  2.68718339685602436E-01  2.56081523997350902E-01  2.42957633942151974E-01
+  2.29411921449486189E-01  2.15516542148890877E-01  2.01350279991272862E-01
+  1.86998150921612372E-01  1.72550854213836258E-01  1.58104078660470410E-01
+  1.43757646795378918E-01  1.29614447422765122E-01  1.15779237952690267E-01
+  1.02357229765764376E-01  8.94524354379615111E-02  7.71659267307265861E-02
+  6.55938201530434500E-02  5.48250621655529610E-02  4.49391875227694512E-02
+  3.60037780473324923E-02  2.80718491667742640E-02  2.11792909138414781E-02
+  1.53420526055960890E-02  1.05534835330299177E-02  6.78183418288410850E-03
+  3.96766219548638083E-03  2.02170424886844152E-03  8.23058901260746581E-04
+  2.17587698022281945E-04  1.71165408021730632E-05 -8.56730433823027714E-09
+  1.37660961441732478E-09  5.24495920395537162E-11 -4.66706938715338284E-11
+  6.14261848015609086E-12  4.88630329181105873E-13 -2.47817570165281601E-13
+  2.59167887008311335E-14  3.54013802055112932E-15 -1.28456593491068401E-15
+  1.00497432590845542E-16  2.29220152857615309E-17  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+                       </PP_QIJL.3.3.2>
+ <PP_QIJL.3.4.0 type="real" size="   969" columns="3" first_index=" 3" second_index=" 4" composite_index=" 9" angular_momentum="0">
+ -2.58477129838439603E-08 -2.65020509449818428E-08 -2.71729535500426218E-08
+ -2.78608401349616761E-08 -2.85661406512132078E-08 -2.92892959345434380E-08
+ -3.00307579805074707E-08 -3.07909902269810511E-08 -3.15704678438241721E-08
+ -3.23696780298778312E-08 -3.31891203174787405E-08 -3.40293068846833481E-08
+ -3.48907628753956881E-08 -3.57740267275991658E-08 -3.66796505098980012E-08
+ -3.76082002665775400E-08 -3.85602563714003741E-08 -3.95364138903588216E-08
+ -4.05372829536100587E-08 -4.15634891368276046E-08 -4.26156738522059107E-08
+ -4.36944947493637943E-08 -4.48006261263966703E-08 -4.59347593513346023E-08
+ -4.70976032942698058E-08 -4.82898847704228410E-08 -4.95123489944259366E-08
+ -5.07657600461059710E-08 -5.20509013480589329E-08 -5.33685761553145786E-08
+ -5.47196080573961937E-08 -5.61048414930908574E-08 -5.75251422782507396E-08
+ -5.89813981469558604E-08 -6.04745193063766009E-08 -6.20054390056821048E-08
+ -6.35751141193511792E-08 -6.51845257452495592E-08 -6.68346798178474505E-08
+ -6.85266077369612863E-08 -7.02613670124110088E-08 -7.20400419249981661E-08
+ -7.38637442042158220E-08 -7.57336137231152108E-08 -7.76508192107634266E-08
+ -7.96165589827355024E-08 -8.16320616901007268E-08 -8.36985870873685877E-08
+ -8.58174268198756187E-08 -8.79899052311054837E-08 -9.02173801904450302E-08
+ -9.25012439418967433E-08 -9.48429239742755167E-08 -9.72438839134343675E-08
+ -9.97056244370779927E-08 -1.02229684212733266E-07 -1.04817640859465959E-07
+ -1.07471111933942699E-07 -1.10191755941455293E-07 -1.12981273372539829E-07
+ -1.15841407765836229E-07 -1.18773946797856112E-07 -1.21780723400336939E-07
+ -1.24863616905882423E-07 -1.28024554222605586E-07 -1.31265511038506467E-07
+ -1.34588513056340101E-07 -1.37995637259744712E-07 -1.41489013211421936E-07
+ -1.45070824384181573E-07 -1.48743309525679638E-07 -1.52508764057707108E-07
+ -1.56369541510900647E-07 -1.60328054995773007E-07 -1.64386778710983961E-07
+ -1.68548249489790910E-07 -1.72815068385649744E-07 -1.77189902297955091E-07
+ -1.81675485638935643E-07 -1.86274622042748056E-07 -1.90990186117834623E-07
+ -1.95825125243644473E-07 -2.00782461412837118E-07 -2.05865293120121900E-07
+ -2.11076797298914893E-07 -2.16420231307019049E-07 -2.21898934962575381E-07
+ -2.27516332631552157E-07 -2.33275935368079894E-07 -2.39181343108969998E-07
+ -2.45236246923784329E-07 -2.51444431321868669E-07 -2.57809776617787859E-07
+ -2.64336261356641197E-07 -2.71027964800776569E-07 -2.77889069479452326E-07
+ -2.84923863803048297E-07 -2.92136744743452056E-07 -2.99532220582300571E-07
+ -3.07114913728796184E-07 -3.14889563608848327E-07 -3.22861029627362941E-07
+ -3.31034294205514789E-07 -3.39414465894912693E-07 -3.48006782570600652E-07
+ -3.56816614704883601E-07 -3.65849468724035915E-07 -3.75110990449984367E-07
+ -3.84606968629113195E-07 -3.94343338550407523E-07 -4.04326185755181435E-07
+ -4.14561749840725271E-07 -4.25056428360237960E-07 -4.35816780821487188E-07
+ -4.46849532786697312E-07 -4.58161580076220453E-07 -4.69759993078628871E-07
+ -4.81652021169914810E-07 -4.93845097244561329E-07 -5.06346842361320443E-07
+ -5.19165070506591949E-07 -5.32307793478394859E-07 -5.45783225893969432E-07
+ -5.59599790324151026E-07 -5.73766122557720106E-07 -5.88291076999012437E-07
+ -6.03183732202176670E-07 -6.18453396545527778E-07 -6.34109614049546168E-07
+ -6.50162170342161953E-07 -6.66621098775041376E-07 -6.83496686694716248E-07
+ -7.00799481872459128E-07 -7.18540299096932598E-07 -7.36730226933735590E-07
+ -7.55380634656051531E-07 -7.74503179350762006E-07 -7.94109813204439626E-07
+ -8.14212790973787503E-07 -8.34824677645197786E-07 -8.55958356288194134E-07
+ -8.77627036107700662E-07 -8.99844260700142701E-07 -9.22623916518547644E-07
+ -9.45980241551949358E-07 -9.69927834224492088E-07 -9.94481662519825750E-07
+ -1.01965707333648128E-06 -1.04546980208007079E-06 -1.07193598249832000E-06
+ -1.09907215676505497E-06 -1.12689528581948374E-06 -1.15542275996719289E-06
+ -1.18467240974952361E-06 -1.21466251708809426E-06 -1.24541182671143132E-06
+ -1.27693955787088416E-06 -1.30926541635310709E-06 -1.34240960679663826E-06
+ -1.37639284532027634E-06 -1.41123637247111671E-06 -1.44696196650038616E-06
+ -1.48359195697534077E-06 -1.52114923873573390E-06 -1.55965728620361352E-06
+ -1.59914016805531388E-06 -1.63962256226493056E-06 -1.68112977152855151E-06
+ -1.72368773907897672E-06 -1.76732306490078610E-06 -1.81206302235583843E-06
+ -1.85793557522970752E-06 -1.90496939520956148E-06 -1.95319387980454421E-06
+ -2.00263917071977652E-06 -2.05333617269545113E-06 -2.10531657282292042E-06
+ -2.15861286034964083E-06 -2.21325834698554564E-06 -2.26928718772345658E-06
+ -2.32673440218647532E-06 -2.38563589651588357E-06 -2.44602848581301129E-06
+ -2.50794991714926147E-06 -2.57143889315862175E-06 -2.63653509622733043E-06
+ -2.70327921329599005E-06 -2.77171296128942944E-06 -2.84187911319034375E-06
+ -2.91382152477297738E-06 -2.98758516201347477E-06 -3.06321612919421631E-06
+ -3.14076169771944939E-06 -3.22027033566045739E-06 -3.30179173804861649E-06
+ -3.38537685793519725E-06 -3.47107793823758037E-06 -3.55894854439144807E-06
+ -3.64904359782961010E-06 -3.74141941030836169E-06 -3.83613371910258715E-06
+ -3.93324572309200624E-06 -4.03281611976073329E-06 -4.13490714313346801E-06
+ -4.23958260267205566E-06 -4.34690792315652395E-06 -4.45695018557580102E-06
+ -4.56977816905338485E-06 -4.68546239383438307E-06 -4.80407516536067076E-06
+ -4.92569061946168301E-06 -5.05038476868928045E-06 -5.17823554982530139E-06
+ -5.30932287259184574E-06 -5.44372866959453390E-06 -5.58153694752982094E-06
+ -5.72283383968886491E-06 -5.86770765979003578E-06 -6.01624895717433688E-06
+ -6.16855057339797914E-06 -6.32470770025722460E-06 -6.48481793928235515E-06
+ -6.64898136273733640E-06 -6.81730057616357510E-06 -6.98988078250697436E-06
+ -7.16682984786798441E-06 -7.34825836891614171E-06 -7.53427974201088819E-06
+ -7.72501023407210729E-06 -7.92056905524445975E-06 -8.12107843340101172E-06
+ -8.32666369053290023E-06 -8.53745332107219132E-06 -8.75357907219762023E-06
+ -8.97517602617289056E-06 -9.20238268476881840E-06 -9.43534105582297262E-06
+ -9.67419674198959155E-06 -9.91909903173626477E-06 -1.01702009926440193E-05
+ -1.04276595670683561E-05 -1.06916356702222787E-05 -1.09622942907415268E-05
+ -1.12398045937951458E-05 -1.15243400268061688E-05 -1.18160784278480443E-05
+ -1.21152021367844785E-05 -1.24218981092225488E-05 -1.27363580333500138E-05
+ -1.30587784497294642E-05 -1.33893608741249723E-05 -1.37283119234373202E-05
+ -1.40758434448262379E-05 -1.44321726481014902E-05 -1.47975222414641655E-05
+ -1.51721205706834165E-05 -1.55562017617964331E-05 -1.59500058674191652E-05
+ -1.63537790167604290E-05 -1.67677735694331573E-05 -1.71922482731574723E-05
+ -1.76274684254557379E-05 -1.80737060394399572E-05 -1.85312400137941678E-05
+ -1.90003563070596602E-05 -1.94813481163307907E-05 -1.99745160604725353E-05
+ -2.04801683679757474E-05 -2.09986210695664161E-05 -2.15301981956882740E-05
+ -2.20752319789846849E-05 -2.26340630619039353E-05 -2.32070407095574697E-05
+ -2.37945230279667377E-05 -2.43968771878315285E-05 -2.50144796539608621E-05
+ -2.56477164205115214E-05 -2.62969832521773337E-05 -2.69626859314825734E-05
+ -2.76452405123345022E-05 -2.83450735799893682E-05 -2.90626225175985495E-05
+ -2.97983357794998995E-05 -3.05526731714219951E-05 -3.13261061377810435E-05
+ -3.21191180562469905E-05 -3.29322045397609719E-05 -3.37658737461972469E-05
+ -3.46206466958599052E-05 -3.54970575970102394E-05 -3.63956541796344466E-05
+ -3.73169980376544396E-05 -3.82616649797944331E-05 -3.92302453893300128E-05
+ -4.02233445929351573E-05 -4.12415832388601894E-05 -4.22855976846827172E-05
+ -4.33560403948627507E-05 -4.44535803483571830E-05 -4.55789034565501214E-05
+ -4.67327129917493802E-05 -4.79157300265271828E-05 -4.91286938841766399E-05
+ -5.03723626005566952E-05 -5.16475133976261242E-05 -5.29549431689557658E-05
+ -5.42954689775153383E-05 -5.56699285660595524E-05 -5.70791808804223009E-05
+ -5.85241066060396942E-05 -6.00056087180544565E-05 -6.15246130453285067E-05
+ -6.30820688487148323E-05 -6.46789494139676839E-05 -6.63162526596384572E-05
+ -6.79950017603427688E-05 -6.97162457858035832E-05 -7.14810603560403989E-05
+ -7.32905483131304796E-05 -7.51458404099689922E-05 -7.70480960164273782E-05
+ -7.89985038433783194E-05 -8.09982826850344918E-05 -8.30486821800380124E-05
+ -8.51509835918091930E-05 -8.73065006086278824E-05 -8.95165801639196334E-05
+ -9.17826032773063889E-05 -9.41059859169118530E-05 -9.64881798834467088E-05
+ -9.89306737166739778E-05 -1.01434993624770399E-04 -1.04002704437166474E-04
+ -1.06635410581504964E-04 -1.09334757085264781E-04 -1.12102430602696530E-04
+ -1.14940160467744189E-04 -1.17849719773541431E-04 -1.20832926479194373E-04
+ -1.23891644544563443E-04 -1.27027785093673383E-04 -1.30243307607542756E-04
+ -1.33540221147174329E-04 -1.36920585607389441E-04 -1.40386513002383351E-04
+ -1.43940168783763205E-04 -1.47583773191821318E-04 -1.51319602641009380E-04
+ -1.55149991140389069E-04 -1.59077331749906065E-04 -1.63104078073528100E-04
+ -1.67232745790043261E-04 -1.71465914222479254E-04 -1.75806227947244498E-04
+ -1.80256398443826113E-04 -1.84819205786125357E-04 -1.89497500376585169E-04
+ -1.94294204723994749E-04 -1.99212315266190042E-04 -2.04254904238843321E-04
+ -2.09425121591291406E-04 -2.14726196950777671E-04 -2.20161441636319984E-04
+ -2.25734250723244226E-04 -2.31448105159929142E-04 -2.37306573937967011E-04
+ -2.43313316316910022E-04 -2.49472084105315526E-04 -2.55786723999273057E-04
+ -2.62261179979764506E-04 -2.68899495770705049E-04 -2.75705817358839849E-04
+ -2.82684395577068341E-04 -2.89839588753147053E-04 -2.97175865424957337E-04
+ -3.04697807124172822E-04 -3.12410111230328766E-04 -3.20317593896537176E-04
+ -3.28425193048971042E-04 -3.36737971462135709E-04 -3.45261119911257058E-04
+ -3.53999960404244166E-04 -3.62959949495194212E-04 -3.72146681680926128E-04
+ -3.81565892883353784E-04 -3.91223464019548376E-04 -4.01125424661235707E-04
+ -4.11277956786859742E-04 -4.21687398627926041E-04 -4.32360248611715159E-04
+ -4.43303169403781673E-04 -4.54522992051791962E-04 -4.66026720233263410E-04
+ -4.77821534610794779E-04 -4.89914797296221163E-04 -5.02314056426858210E-04
+ -5.15027050857430721E-04 -5.28061714969105321E-04 -5.41426183599486108E-04
+ -5.55128797097007975E-04 -5.69178106501279954E-04 -5.83582878853975404E-04
+ -5.98352102643390552E-04 -6.13494993384528843E-04 -6.29020999340060565E-04
+ -6.44939807384826394E-04 -6.61261349016247337E-04 -6.77995806516698508E-04
+ -6.95153619269954655E-04 -7.12745490234826997E-04 -7.30782392582623661E-04
+ -7.49275576499902596E-04 -7.68236576160751428E-04 -7.87677216875442491E-04
+ -8.07609622416443295E-04 -8.28046222527403656E-04 -8.48999760621771101E-04
+ -8.70483301671756606E-04 -8.92510240294915806E-04 -9.15094309044316265E-04
+ -9.38249586903139527E-04 -9.61990507992731563E-04 -9.86331870498964374E-04
+ -1.01128884581831008E-03 -1.03687698793443841E-03 -1.06311224302866160E-03
+ -1.09001095932673869E-03 -1.11758989719448016E-03 -1.14586623948361647E-03
+ -1.17485760213226751E-03 -1.20458204503360363E-03 -1.23505808317217946E-03
+ -1.26630469803495232E-03 -1.29834134931080354E-03 -1.33118798687637744E-03
+ -1.36486506307868967E-03 -1.39939354532736559E-03 -1.43479492899329622E-03
+ -1.47109125062823832E-03 -1.50830510151592971E-03 -1.54645964155149837E-03
+ -1.58557861346801752E-03 -1.62568635741729616E-03 -1.66680782590283177E-03
+ -1.70896859908813712E-03 -1.75219490048290319E-03 -1.79651361300753125E-03
+ -1.84195229546312684E-03 -1.88853919940387086E-03 -1.93630328641682939E-03
+ -1.98527424583878117E-03 -2.03548251290112730E-03 -2.08695928731473298E-03
+ -2.13973655232415879E-03 -2.19384709421740348E-03 -2.24932452231174553E-03
+ -2.30620328944179925E-03 -2.36451871293270020E-03 -2.42430699608930543E-03
+ -2.48560525022067024E-03 -2.54845151718205648E-03 -2.61288479247645230E-03
+ -2.67894504892459947E-03 -2.74667326088830687E-03 -2.81611142910009058E-03
+ -2.88730260609470655E-03 -2.96029092223388949E-03 -3.03512161238689076E-03
+ -3.11184104324646951E-03 -3.19049674128345792E-03 -3.27113742140788593E-03
+ -3.35381301629987180E-03 -3.43857470643108487E-03 -3.52547495084300656E-03
+ -3.61456751863127417E-03 -3.70590752117964462E-03 -3.79955144519934307E-03
+ -3.89555718651387250E-03 -3.99398408465947638E-03 -4.09489295833721963E-03
+ -4.19834614165416186E-03 -4.30440752125272469E-03 -4.41314257433492087E-03
+ -4.52461840752510502E-03 -4.63890379669878485E-03 -4.75606922774631739E-03
+ -4.87618693823236009E-03 -4.99933096010234893E-03 -5.12557716336068270E-03
+ -5.25500330071268333E-03 -5.38768905333373866E-03 -5.52371607764498649E-03
+ -5.66316805313452944E-03 -5.80613073137992066E-03 -5.95269198611325309E-03
+ -6.10294186442775742E-03 -6.25697263925060945E-03 -6.41487886289799844E-03
+ -6.57675742188143075E-03 -6.74270759303376242E-03 -6.91283110076355237E-03
+ -7.08723217568247178E-03 -7.26601761459243212E-03 -7.44929684165746703E-03
+ -7.63718197107867043E-03 -7.82978787115443629E-03 -8.02723222959728436E-03
+ -8.22963562048533402E-03 -8.43712157261004500E-03 -8.64981663917537003E-03
+ -8.86785046925346251E-03 -9.09135588063613234E-03 -9.32046893416266058E-03
+ -9.55532900990199024E-03 -9.79607888472702401E-03 -1.00428648115203651E-02
+ -1.02958366003001092E-02 -1.05551477007364246E-02 -1.08209552864831759E-02
+ -1.10934203414562726E-02 -1.13727077475110801E-02 -1.16589863741412697E-02
+ -1.19524291701067070E-02 -1.22532132564876321E-02 -1.25615200219789183E-02
+ -1.28775352200473335E-02 -1.32014490675755932E-02 -1.35334563459573679E-02
+ -1.38737565039411398E-02 -1.42225537620736565E-02 -1.45800572197659559E-02
+ -1.49464809639549764E-02 -1.53220441795466709E-02 -1.57069712625762352E-02
+ -1.61014919347926347E-02 -1.65058413602740262E-02 -1.69202602647565772E-02
+ -1.73449950562120439E-02 -1.77802979477670320E-02 -1.82264270832155004E-02
+ -1.86836466636184466E-02 -1.91522270766011221E-02 -1.96324450279918433E-02
+ -2.01245836744256557E-02 -2.06289327590151936E-02 -2.11457887489703671E-02
+ -2.16754549741366882E-02 -2.22182417689291700E-02 -2.27744666156820992E-02
+ -2.33444542889971844E-02 -2.39285370036875257E-02 -2.45270545634915169E-02
+ -2.51403545110292642E-02 -2.57687922813299615E-02 -2.64127313554248962E-02
+ -2.70725434155827810E-02 -2.77486085038131519E-02 -2.84413151797071537E-02
+ -2.91510606804573531E-02 -2.98782510835181904E-02 -3.06233014678988780E-02
+ -3.13866360782623505E-02 -3.21686884906744255E-02 -3.29699017763723304E-02
+ -3.37907286689669573E-02 -3.46316317319225395E-02 -3.54930835236279066E-02
+ -3.63755667663824209E-02 -3.72795745139111664E-02 -3.82056103163570041E-02
+ -3.91541883892895376E-02 -4.01258337792017514E-02 -4.11210825267665780E-02
+ -4.21404818335944995E-02 -4.31845902232835741E-02 -4.42539777008780846E-02
+ -4.53492259145672275E-02 -4.64709283094176459E-02 -4.76196902804704864E-02
+ -4.87961293259619525E-02 -5.00008751903810722E-02 -5.12345700080214933E-02
+ -5.24978684436029422E-02 -5.37914378207695609E-02 -5.51159582521452140E-02
+ -5.64721227624355240E-02 -5.78606373979203420E-02 -5.92822213381127353E-02
+ -6.07376069955146355E-02 -6.22275401010667431E-02 -6.37527797913254729E-02
+ -6.53140986781107769E-02 -6.69122829041032957E-02 -6.85481321981291913E-02
+ -7.02224599069647820E-02 -7.19360930141926258E-02 -7.36898721548248786E-02
+ -7.54846516004131357E-02 -7.73212992329742471E-02 -7.92006965086646669E-02
+ -8.11237383861427713E-02 -8.30913332458118048E-02 -8.51044027905561301E-02
+ -8.71638819060395614E-02 -8.92707185136220466E-02 -9.14258733942891894E-02
+ -9.36303199682554099E-02 -9.58850440676374399E-02 -9.81910436676486226E-02
+ -1.00549328571524377E-01 -1.02960920086277483E-01 -1.05426850643206269E-01
+ -1.07948163372379377E-01 -1.10525911661870660E-01 -1.13161158647588259E-01
+ -1.15854976659147985E-01 -1.18608446640105905E-01 -1.21422657484860447E-01
+ -1.24298705334936935E-01 -1.27237692834653776E-01 -1.30240728290548613E-01
+ -1.33308924793829553E-01 -1.36443399282639988E-01 -1.39645271497172541E-01
+ -1.42915662900251067E-01 -1.46255695513964057E-01 -1.49666490641411631E-01
+ -1.53149167553025239E-01 -1.56704842061917038E-01 -1.60334624981068596E-01
+ -1.64039620538012132E-01 -1.67820924650345649E-01 -1.71679623084260852E-01
+ -1.75616789555518377E-01 -1.79633483664019877E-01 -1.83730748715764253E-01
+ -1.87909609464076505E-01 -1.92171069659673011E-01 -1.96516109494041996E-01
+ -2.00945682931287839E-01 -2.05460714828210378E-01 -2.10062097952788296E-01
+ -2.14750689854052434E-01 -2.19527309505483853E-01 -2.24392733847934178E-01
+ -2.29347694143016645E-01 -2.34392872092742122E-01 -2.39528895852190837E-01
+ -2.44756335811505743E-01 -2.50075700145122648E-01 -2.55487430236363999E-01
+ -2.60991895835359755E-01 -2.66589389991235826E-01 -2.72280123830767384E-01
+ -2.78064221044080906E-01 -2.83941712153464032E-01 -2.89912528592078556E-01
+ -2.95976496476213380E-01 -3.02133330166520442E-01 -3.08382625600709559E-01
+ -3.14723853321240976E-01 -3.21156351289751896E-01 -3.27679317440846052E-01
+ -3.34291801947681710E-01 -3.40992699259733301E-01 -3.47780739864626987E-01
+ -3.54654481791085274E-01 -3.61612301856255480E-01 -3.68652386650590080E-01
+ -3.75772723297663758E-01 -3.82971089923520858E-01 -3.90245045916524091E-01
+ -3.97591921987651475E-01 -4.05008809913761869E-01 -4.12492552169984594E-01
+ -4.20039731365853763E-01 -4.27646659368222382E-01 -4.35309366459105673E-01
+ -4.43023590265649303E-01 -4.50784764439067065E-01 -4.58588007555726318E-01
+ -4.66428111716621796E-01 -4.74299531049030776E-01 -4.82196370641505889E-01
+ -4.90112375067115413E-01 -4.98040917087068602E-01 -5.05974986988011355E-01
+ -5.13907181390902523E-01 -5.21829692671539447E-01 -5.29734299148029608E-01
+ -5.37612354684397387E-01 -5.45454779491274744E-01 -5.53252051709044790E-01
+ -5.60994198492620333E-01 -5.68670789017608813E-01 -5.76270928126819793E-01
+ -5.83783249787756420E-01 -5.91195913302380416E-01 -5.98496599832197052E-01
+ -6.05672509356778299E-01 -6.12710361255016323E-01 -6.19596394704749254E-01
+ -6.26316370534681810E-01 -6.32855577494670252E-01 -6.39198837748866544E-01
+ -6.45330515294989193E-01 -6.51234529347000324E-01 -6.56894366417541842E-01
+ -6.62293097253113472E-01 -6.67413398798283763E-01 -6.72237574699579232E-01
+ -6.76747582897615163E-01 -6.80925067699121533E-01 -6.84751390828669315E-01
+ -6.88207671929070175E-01 -6.91274832312993581E-01 -6.93933638907854200E-01
+ -6.96164759898354912E-01 -6.97948821726983137E-01 -6.99266468391717799E-01
+ -7.00098434240275513E-01 -7.00425615720948636E-01 -7.00229148428812453E-01
+ -6.99490498552574502E-01 -6.98191550712100262E-01 -6.96314704809405716E-01
+ -6.93842986753720914E-01 -6.90760153412586231E-01 -6.87050810560148162E-01
+ -6.82700542241339470E-01 -6.77696033297076061E-01 -6.72025208263743457E-01
+ -6.65677377287737460E-01 -6.58643375450701951E-01 -6.50915720395484287E-01
+ -6.42488770904540374E-01 -6.33358880251993051E-01 -6.23524567491017923E-01
+ -6.12986682537001393E-01 -6.01748567893810815E-01 -5.89816234838426157E-01
+ -5.77198526023906422E-01 -5.63907275994599555E-01 -5.49957478980776959E-01
+ -5.35367436546969722E-01 -5.20158902199968964E-01 -5.04357222354807067E-01
+ -4.87991452262509340E-01 -4.71094463689166465E-01 -4.53703035304516222E-01
+ -4.35857914802824820E-01 -4.17603861365577034E-01 -3.98989656841159834E-01
+ -3.80068085499933817E-01 -3.60895875687226253E-01 -3.41533598870977395E-01
+ -3.22045531590783973E-01 -3.02499454348024333E-01 -2.82966402470052669E-01
+ -2.63520368518737669E-01 -2.44237912670292934E-01 -2.25197728204816511E-01
+ -2.06480138459288781E-01 -1.88166474021698199E-01 -1.70338417580316398E-01
+ -1.53077249741977200E-01 -1.36462957214194158E-01 -1.20573328115063230E-01
+ -1.05482909161160779E-01 -9.12618282921100615E-02 -7.79746246901710099E-02
+ -6.56789011541186601E-02 -5.44238748256215127E-02 -4.42489515760617277E-02
+ -3.51820953575504233E-02 -2.72381640832975377E-02 -2.04172798640389272E-02
+ -1.47029957451079354E-02 -1.00605318382285223E-02 -6.43505509401737057E-03
+ -3.74980537629995836E-03 -1.90441966455784828E-03 -7.73320495840087063E-04
+ -2.04066852674268683E-04 -1.60366931552833240E-05  7.79820473373568992E-09
+ -1.25302947609824274E-09 -4.77411200289387344E-11  4.24810014971035541E-11
+ -5.59118717133121701E-12 -4.44765312523744690E-13  2.25570646071345958E-13
+ -2.35902029361437466E-14 -3.22233496174166045E-15  1.16924868428735751E-15
+ -9.14756398543871785E-17 -2.08642744492168775E-17  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+                       </PP_QIJL.3.4.0>
+ <PP_QIJL.3.4.2 type="real" size="   969" columns="3" first_index=" 3" second_index=" 4" composite_index=" 9" angular_momentum="2">
+ -1.88884942511151877E-16 -1.98569280608187916E-16 -2.08750145178201966E-16
+ -2.19452993895506207E-16 -2.30704589493879952E-16 -2.42533066547957949E-16
+ -2.54968002664658093E-16 -2.68040491689395547E-16 -2.81783221340228705E-16
+ -2.96230555905019374E-16 -3.11418621257233945E-16 -3.27385395117079256E-16
+ -3.44170803103900370E-16 -3.61816817466578982E-16 -3.80367562037318289E-16
+ -3.99869423781525083E-16 -4.20371167458700718E-16 -4.41924057673464547E-16
+ -4.64581988403656422E-16 -4.88401616170081797E-16 -5.13442501983683891E-16
+ -5.39767261723726842E-16 -5.67441720817751450E-16 -5.96535079342162309E-16
+ -6.27120086574499912E-16 -6.59273220678767649E-16 -6.93074880749028111E-16
+ -7.28609589382749765E-16 -7.65966201443278213E-16 -8.05238127453716532E-16
+ -8.46523568643796392E-16 -8.89925759534552365E-16 -9.35553227805746510E-16
+ -9.83520066970411290E-16 -1.03394621831306894E-15 -1.08695777318284788E-15
+ -1.14268728926415107E-15 -1.20127411831791657E-15 -1.26286475781084700E-15
+ -1.32761321769724964E-15 -1.39568140148484623E-15 -1.46723951521649582E-15
+ -1.54246649278079902E-15 -1.62155043907524815E-15 -1.70468910563106216E-15
+ -1.79209038375719799E-15 -1.88397282003351753E-15 -1.98056616933447242E-15
+ -2.08211196661736746E-15 -2.18886412668082542E-15 -2.30108958702380743E-15
+ -2.41906897085638017E-15 -2.54309728504321256E-15 -2.67348466715765661E-15
+ -2.81055715437355824E-15 -2.95465749582485015E-15 -3.10614602040860640E-15
+ -3.26540152867281833E-15 -3.43282223851304850E-15 -3.60882679277368040E-15
+ -3.79385529416054761E-15 -3.98837040630478352E-15 -4.19285852307488310E-15
+ -4.40783096998750474E-15 -4.63382528621761929E-15 -4.87140658092263498E-15
+ -5.12116892859031557E-15 -5.38373686169288364E-15 -5.65976694327751573E-15
+ -5.94994938830839477E-15 -6.25500980141391631E-15 -6.57571099960769270E-15
+ -6.91285489707708202E-15 -7.26728452793063325E-15 -7.63988615831005906E-15
+ -8.03159147837618559E-15 -8.44337995621616591E-15 -8.87628128494581365E-15
+ -9.33137793299158238E-15 -9.80980788245726655E-15 -1.03127674642918966E-14
+ -1.08415143265278679E-14 -1.13973706185337655E-14 -1.19817262761743305E-14
+ -1.25960424776309819E-14 -1.32418553441813046E-14 -1.39207797478005333E-14
+ -1.46345133357772290E-14 -1.53848408290610007E-14 -1.61736384373209433E-14
+ -1.70028785470082870E-14 -1.78746347100214829E-14 -1.87910867663531304E-14
+ -1.97545263054611139E-14 -2.07673624518380611E-14 -2.18321278129462160E-14
+ -2.29514848410560294E-14 -2.41282325389902990E-14 -2.53653133710608883E-14
+ -2.66658206725907184E-14 -2.80330064186679955E-14 -2.94702892591345072E-14
+ -3.09812631459252801E-14 -3.25697063307358821E-14 -3.42395907123283961E-14
+ -3.59950918778957464E-14 -3.78405995228712507E-14 -3.97807283305180435E-14
+ -4.18203296530643217E-14 -4.39645035794108942E-14 -4.62186116038400944E-14
+ -4.85882902059750310E-14 -5.10794648310401276E-14 -5.36983646473438835E-14
+ -5.64515383214723704E-14 -5.93458702225035381E-14 -6.23885976175264948E-14
+ -6.55873289801776256E-14 -6.89500627868926536E-14 -7.24852075555830482E-14
+ -7.62016030749170992E-14 -8.01085422269400191E-14 -8.42157943366191344E-14
+ -8.85336297702075625E-14 -9.30728452929361641E-14 -9.78447912698679067E-14
+ -1.02861400153607958E-13 -1.08135215972248262E-13 -1.13679426004721532E-13
+ -1.19507893763469992E-13 -1.25635193308547238E-13 -1.32076646114234823E-13
+ -1.38848359254109019E-13 -1.45967265354345630E-13 -1.53451165473633176E-13
+ -1.61318773320200056E-13 -1.69589761793351580E-13 -1.78284812816450681E-13
+ -1.87425668562674529E-13 -1.97035185691379244E-13 -2.07137393204717430E-13
+ -2.17757551837632821E-13 -2.28922217275533409E-13 -2.40659307253897431E-13
+ -2.52998170483440667E-13 -2.65969660332369099E-13 -2.79606212576691812E-13
+ -2.93941925471018480E-13 -3.09012645606422228E-13 -3.24856057945682629E-13
+ -3.41511778924817608E-13 -3.59021456457921572E-13 -3.77428874160769374E-13
+ -3.96780059687960973E-13 -4.17123401149607060E-13 -4.38509767749076152E-13
+ -4.60992635932215409E-13 -4.84628224809832986E-13 -5.09475635823413518E-13
+ -5.35596999713920559E-13 -5.63057633910541694E-13 -5.91926204307756611E-13
+ -6.22274896560165822E-13 -6.54179598803122379E-13 -6.87720089197420633E-13
+ -7.22980235623498322E-13 -7.60048207562041891E-13 -7.99016693753079180E-13
+ -8.39983134978040125E-13 -8.83049969523610208E-13 -9.28324886063120654E-13
+ -9.75921094927912231E-13 -1.02595761229599016E-12 -1.07855955427528173E-12
+ -1.13385845287818998E-12 -1.19199258493390008E-12 -1.25310731436687209E-12
+ -1.31735546000093970E-12 -1.38489767622501910E-12 -1.45590285163708587E-12
+ -1.53054853682240997E-12 -1.60902138504892605E-12 -1.69151761681041079E-12
+ -1.77824351685124478E-12 -1.86941594468309023E-12 -1.96526287613596424E-12
+ -2.06602398014210607E-12 -2.17195121072878067E-12 -2.28330943843287270E-12
+ -2.40037711884356478E-12 -2.52344697990411958E-12 -2.65282675796032482E-12
+ -2.78883997198146976E-12 -2.93182672239229188E-12 -3.08214454875597997E-12
+ -3.24016932588721859E-12 -3.40629619319846416E-12 -3.58094055353419278E-12
+ -3.76453911014456395E-12 -3.95755094873975719E-12 -4.16045869980323268E-12
+ -4.37376973872381018E-12 -4.59801744647214494E-12 -4.83376256083895879E-12
+ -5.08159456606885719E-12 -5.34213316237562987E-12 -5.61602983498056715E-12
+ -5.90396946454365999E-12 -6.20667204064305672E-12 -6.52489448133086825E-12
+ -6.85943250171184282E-12 -7.21112261177513045E-12 -7.58084422419095097E-12
+ -7.96952182505714210E-12 -8.37812730250747446E-12 -8.80768238665064551E-12
+ -9.25926117403100289E-12 -9.73399284034618776E-12 -1.02330644638247485E-11
+ -1.07577239636920910E-11 -1.13092832580569128E-11 -1.18891215309562786E-11
+ -1.24986886552595128E-11 -1.31395088653609881E-11 -1.38131845389746745E-11
+ -1.45214001866414233E-11 -1.52659267183101860E-11 -1.60486258242263531E-11
+ -1.68714546267157546E-11 -1.77364706300944105E-11 -1.86458368013829577E-11
+ -1.96018269947363624E-11 -2.06068316870374016E-11 -2.16633638778894422E-11
+ -2.27740654133210009E-11 -2.39417136260658350E-11 -2.51692281948297003E-11
+ -2.64596785127853011E-11 -2.78162913714643647E-11 -2.92424589431062186E-11
+ -3.07417473606253200E-11 -3.23179056080934750E-11 -3.39748748176022384E-11
+ -3.57167982508986982E-11 -3.75480315886575734E-11 -3.94731537652575276E-11
+ -4.14969785681844942E-11 -4.36245665539923757E-11 -4.58612376812766417E-11
+ -4.82125847722316697E-11 -5.06844873273093311E-11 -5.32831262575326775E-11
+ -5.60149994863076628E-11 -5.88869379868052474E-11 -6.19061229587962213E-11
+ -6.50801038935145243E-11 -6.84168172140708520E-11 -7.19246062933929032E-11
+ -7.56122423587691435E-11 -7.94889461804196598E-11 -8.35644113849595952E-11
+ -8.78488286412018419E-11 -9.23529109172070174E-11 -9.70879206079625368E-11
+ -1.02065697522929024E-10 -1.07298688318927123E-10 -1.12799978031564541E-10
+ -1.18583322481400102E-10 -1.24663182590502397E-10 -1.31054760984475298E-10
+ -1.37774039553036225E-10 -1.44837819470781576E-10 -1.52263763625998249E-10
+ -1.60070440214573719E-10 -1.68277369405361009E-10 -1.76905072471767636E-10
+ -1.85975122452343229E-10 -1.95510198540653601E-10 -2.05534142941421377E-10
+ -2.16072019807490915E-10 -2.27150178591850854E-10 -2.38796319825838195E-10
+ -2.51039563746790321E-10 -2.63910524025179212E-10 -2.77441383875906001E-10
+ -2.91665976027802564E-10 -3.06619868432094309E-10 -3.22340452378682688E-10
+ -3.38867035732113949E-10 -3.56240942438529017E-10 -3.74505614640348167E-10
+ -3.93706721412236047E-10 -4.13892274123051400E-10 -4.35112744933672301E-10
+ -4.57421193593376635E-10 -4.80873401034755656E-10 -5.05528007062820650E-10
+ -5.31446658150447074E-10 -5.58694162039600313E-10 -5.87338647909514253E-10
+ -6.17451738539384605E-10 -6.49108729165480717E-10 -6.82388773972750537E-10
+ -7.17375086470339784E-10 -7.54155146432908114E-10 -7.92820917204246702E-10
+ -8.33469078657417059E-10 -8.76201266755822458E-10 -9.21124326901207174E-10
+ -9.68350584424571488E-10 -1.01799812217374659E-09 -1.07019107598154899E-09
+ -1.12505994827891697E-09 -1.18274193018239902E-09 -1.24338124604934516E-09
+ -1.30712951666983263E-09 -1.37414613348578086E-09 -1.44459866022536761E-09
+ -1.51866325320352328E-09 -1.59652509660860639E-09 -1.67837887037640986E-09
+ -1.76442923642111333E-09 -1.85489134543867878E-09 -1.94999138147899702E-09
+ -2.04996712449967486E-09 -2.15506854088696074E-09 -2.26555841661507661E-09
+ -2.38171300843506114E-09 -2.50382273233590522E-09 -2.63219289874144002E-09
+ -2.76714446701084914E-09 -2.90901484835957053E-09 -3.05815875828930692E-09
+ -3.21494909198021685E-09 -3.37977786061649530E-09 -3.55305717858166937E-09
+ -3.73522028048279250E-09 -3.92672261260582087E-09 -4.12804297532267888E-09
+ -4.33968470603312276E-09 -4.56217695064819932E-09 -4.79607598516425992E-09
+ -5.04196659292056631E-09 -5.30046354453477552E-09 -5.57221312686474375E-09
+ -5.85789474773965431E-09 -6.15822265665560137E-09 -6.47394771456102788E-09
+ -6.80585926471324320E-09 -7.15478713067905293E-09 -7.52160366680408779E-09
+ -7.90722594008953518E-09 -8.31261804677052102E-09 -8.73879349122650392E-09
+ -9.18681773036108000E-09 -9.65781085636191685E-09 -1.01529503604098710E-08
+ -1.06734740985845281E-08 -1.12206833963256836E-08 -1.17959462629301685E-08
+ -1.24007008466168192E-08 -1.30364590257404007E-08 -1.37048101512356515E-08
+ -1.44074250680387266E-08 -1.51460602696950006E-08 -1.59225622588357547E-08
+ -1.67388722226844961E-08 -1.75970308418730326E-08 -1.84991833739542279E-08
+ -1.94475850822023571E-08 -2.04446068069173533E-08 -2.14927408939177850E-08
+ -2.25946074886608630E-08 -2.37529609997792472E-08 -2.49706970123562173E-08
+ -2.62508595765875456E-08 -2.75966487166426004E-08 -2.90114284889698014E-08
+ -3.04987354162206469E-08 -3.20622872206726845E-08 -3.37059922111515048E-08
+ -3.54339590388278398E-08 -3.72505068647568687E-08 -3.91601762849089992E-08
+ -4.11677406159434118E-08 -4.32782177414901325E-08 -4.54968828132937084E-08
+ -4.78292813135828579E-08 -5.02812428651893795E-08 -5.28588959778646967E-08
+ -5.55686831813525476E-08 -5.84173771303235072E-08 -6.14120976996758716E-08
+ -6.45603295406984057E-08 -6.78699408601025786E-08 -7.13492032148955619E-08
+ -7.50068119072466340E-08 -7.88519078723070509E-08 -8.28941005815889348E-08
+ -8.71434917630414208E-08 -9.16107008955038345E-08 -9.63068916998149997E-08
+ -1.01243799752787365E-07 -1.06433762156191905E-07 -1.11889748180335595E-07
+ -1.17625391435659880E-07 -1.23655024361190849E-07 -1.29993713689937542E-07
+ -1.36657297951438013E-07 -1.43662427508456587E-07 -1.51026605642577209E-07
+ -1.58768232285020900E-07 -1.66906650424551046E-07 -1.75462193769611355E-07
+ -1.84456237735085136E-07 -1.93911253171614129E-07 -2.03850861731406745E-07
+ -2.14299895288523691E-07 -2.25284458097960460E-07 -2.36831991184127261E-07
+ -2.48971341542758734E-07 -2.61732834028692829E-07 -2.75148346308357323E-07
+ -2.89251389380357057E-07 -3.04077190722770545E-07 -3.19662781607928485E-07
+ -3.36047090686337536E-07 -3.53271040207987723E-07 -3.71377647793855076E-07
+ -3.90412135053516894E-07 -4.10422039044973985E-07 -4.31457330931311590E-07
+ -4.53570541857239543E-07 -4.76816892238978282E-07 -5.01254430085111824E-07
+ -5.26944176702958294E-07 -5.53950276869770226E-07 -5.82340160001293006E-07
+ -6.12184708686456092E-07 -6.43558433308939128E-07 -6.76539659705710558E-07
+ -7.11210724043953817E-07 -7.47658176061604137E-07 -7.85972997365898178E-07
+ -8.26250826793534090E-07 -8.68592197131084278E-07 -9.13102788760713453E-07
+ -9.59893690411570232E-07 -1.00908167501807899E-06 -1.06078949402481751E-06
+ -1.11514617938372862E-06 -1.17228736510349980E-06 -1.23235562821339600E-06
+ -1.29550083901009716E-06 -1.36188053578998152E-06 -1.43166031940736646E-06
+ -1.50501426000629372E-06 -1.58212533351347154E-06 -1.66318587787749302E-06
+ -1.74839806591153930E-06 -1.83797441335202081E-06 -1.93213830625314801E-06
+ -2.03112455117460370E-06 -2.13517996596713922E-06 -2.24456398948448653E-06
+ -2.35954932220444792E-06 -2.48042261238797314E-06 -2.60748516133346362E-06
+ -2.74105366965153803E-06 -2.88146103305342222E-06 -3.02905715891871751E-06
+ -3.18420983582478281E-06 -3.34730565506604145E-06 -3.51875095737660182E-06
+ -3.69897284580900809E-06 -3.88842025160134235E-06 -4.08756503317061038E-06
+ -4.29690315532653629E-06 -4.51695592117993753E-06 -4.74827124922720486E-06
+ -4.99142504513801076E-06 -5.24702262510621298E-06 -5.51570020112063588E-06
+ -5.79812647515158673E-06 -6.09500428384994977E-06 -6.40707232701801737E-06
+ -6.73510701793671134E-06 -7.07992438481799508E-06 -7.44238208313026139E-06
+ -7.82338154003974520E-06 -8.22387015480416216E-06 -8.64484364185841456E-06
+ -9.08734851224620539E-06 -9.55248462324913975E-06 -1.00414079056797510E-05
+ -1.05553332318603791E-05 -1.10955373733812578E-05 -1.16633621736338499E-05
+ -1.22602178600157446E-05 -1.28875864784431062E-05 -1.35470255806474983E-05
+ -1.42401720480607711E-05 -1.49687460828997231E-05 -1.57345554890726092E-05
+ -1.65395000870490371E-05 -1.73855763541655657E-05 -1.82748823881277972E-05
+ -1.92096230066065684E-05 -2.01921151440654816E-05 -2.12247935977522940E-05
+ -2.23102169235331843E-05 -2.34510737126121314E-05 -2.46501892326839552E-05
+ -2.59105322525028454E-05 -2.72352223386394523E-05 -2.86275375218529240E-05
+ -3.00909222049917314E-05 -3.16289956393528535E-05 -3.32455607673126148E-05
+ -3.49446133931189342E-05 -3.67303520199830914E-05 -3.86071880451907518E-05
+ -4.05797564018845942E-05 -4.26529269615469811E-05 -4.48318162882279143E-05
+ -4.71217999919187772E-05 -4.95285259264998100E-05 -5.20579277466022791E-05
+ -5.47162392500206087E-05 -5.75100096283452571E-05 -6.04461191151793665E-05
+ -6.35317956348277279E-05 -6.67746323950198630E-05 -7.01826059676917283E-05
+ -7.37640956024953693E-05 -7.75279034946409646E-05 -8.14832756941198558E-05
+ -8.56399244901078920E-05 -9.00080517391251873E-05 -9.45983730598847058E-05
+ -9.94221437468171138E-05 -1.04491185605979208E-04 -1.09817914962060404E-04
+ -1.15415372615494956E-04 -1.21297254708164880E-04 -1.27477945147113866E-04
+ -1.33972550179709487E-04 -1.40796933900870670E-04 -1.47967755785261755E-04
+ -1.55502510518241792E-04 -1.63419568865242010E-04 -1.71738221096057073E-04
+ -1.80478722785259570E-04 -1.89662341887587578E-04 -1.99311408931919580E-04
+ -2.09449369607152535E-04 -2.20100839013066661E-04 -2.31291659608218094E-04
+ -2.43048961517891289E-04 -2.55401225068372620E-04 -2.68378347587409428E-04
+ -2.82011712512906566E-04 -2.96334261471695192E-04 -3.11380571151693855E-04
+ -3.27186932457672092E-04 -3.43791433563569895E-04 -3.61234048200647511E-04
+ -3.79556726304462505E-04 -3.98803489651897408E-04 -4.19020533038094061E-04
+ -4.40256328093788663E-04 -4.62561733300435461E-04 -4.85990109684813099E-04
+ -5.10597439739491135E-04 -5.36442453788290186E-04 -5.63586762035802767E-04
+ -5.92094990769263872E-04 -6.22034927242439664E-04 -6.53477670155723088E-04
+ -6.86497785575845474E-04 -7.21173472704795637E-04 -7.57586735138038531E-04
+ -7.95823559207642188E-04 -8.35974103198281479E-04 -8.78132892039226341E-04
+ -9.22399021050551130E-04 -9.68876371355658164E-04 -1.01767383100796207E-03
+ -1.06890552738941858E-03 -1.12269107174491675E-03 -1.17915581012848218E-03
+ -1.23843108792966953E-03 -1.30065452667149899E-03 -1.36597030852252674E-03
+ -1.43452947660576498E-03 -1.50649024748493563E-03 -1.58201833327135640E-03
+ -1.66128728152943562E-03 -1.74447882716577147E-03 -1.83178325638951121E-03
+ -1.92339979012930455E-03 -2.01953697932373381E-03 -2.12041311514418566E-03
+ -2.22625665986277838E-03 -2.33730668979601364E-03 -2.45381335623272084E-03
+ -2.57603836762657990E-03 -2.70425548462740290E-03 -2.83875103602436538E-03
+ -2.97982445597440478E-03 -3.12778883560553035E-03 -3.28297149790092706E-03
+ -3.44571459347768486E-03 -3.61637571299750025E-03 -3.79532852427244289E-03
+ -3.98296342982890766E-03 -4.17968824370476728E-03 -4.38592889314639005E-03
+ -4.60213014067504221E-03 -4.82875632775454314E-03 -5.06629214218596354E-03
+ -5.31524340652998577E-03 -5.57613788946677898E-03 -5.84952613834347282E-03
+ -6.13598233442570664E-03 -6.43610517039063922E-03 -6.75051874542802795E-03
+ -7.07987348565352389E-03 -7.42484708290380366E-03 -7.78614544735135253E-03
+ -8.16450368814413893E-03 -8.56068710444224390E-03 -8.97549218749814706E-03
+ -9.40974765190868458E-03 -9.86431546460476288E-03 -1.03400918843639441E-02
+ -1.08380085278366196E-02 -1.13590334157925438E-02 -1.19041720327547236E-02
+ -1.24744684038432287E-02 -1.30710061299634528E-02 -1.36949094432016142E-02
+ -1.43473442601500557E-02 -1.50295191689510509E-02 -1.57426864466145948E-02
+ -1.64881430414700603E-02 -1.72672314652604596E-02 -1.80813407257203532E-02
+ -1.89319071748472699E-02 -1.98204152488480750E-02 -2.07483982518408723E-02
+ -2.17174389885862913E-02 -2.27291702823208125E-02 -2.37852755238888332E-02
+ -2.48874889873203498E-02 -2.60375960391741358E-02 -2.72374333421140542E-02
+ -2.84888887289390311E-02 -2.97939009969130988E-02 -3.11544596247548232E-02
+ -3.25726040565426159E-02 -3.40504229494558303E-02 -3.55900532282450097E-02
+ -3.71936786061802319E-02 -3.88635281232477328E-02 -4.06018743227198955E-02
+ -4.24110308139833136E-02 -4.42933498987080412E-02 -4.62512196115069663E-02
+ -4.82870601109739103E-02 -5.04033201414672075E-02 -5.26024726409826462E-02
+ -5.48870097246032390E-02 -5.72594376778671060E-02 -5.97222708003839892E-02
+ -6.22780247195532724E-02 -6.49292095623633242E-02 -6.76783216753245598E-02
+ -7.05278349797285320E-02 -7.34801919227964506E-02 -7.65377927013430465E-02
+ -7.97029843435485136E-02 -8.29780490037893559E-02 -8.63651903272702193E-02
+ -8.98665199190126357E-02 -9.34840425283317566E-02 -9.72196392341800331E-02
+ -1.01075050942923933E-01 -1.05051860022334048E-01 -1.09151470069441106E-01
+ -1.13375086071730538E-01 -1.17723692127139901E-01 -1.22198027655831584E-01
+ -1.26798563909274964E-01 -1.31525477554892245E-01 -1.36378623323366449E-01
+ -1.41357506676530215E-01 -1.46461253258186236E-01 -1.51688578150936337E-01
+ -1.57037754731646745E-01 -1.62506580318358573E-01 -1.68092342458988658E-01
+ -1.73791784342463451E-01 -1.79601067421276517E-01 -1.85515735489602179E-01
+ -1.91530677512141118E-01 -1.97640088579486811E-01 -2.03837432984088157E-01
+ -2.10115406013570344E-01 -2.16465895285481935E-01 -2.22879944641942163E-01
+ -2.29347717363500320E-01 -2.35858460675603121E-01 -2.42400473142692224E-01
+ -2.48961072846838327E-01 -2.55526568683636102E-01 -2.62082235035549560E-01
+ -2.68612289690272343E-01 -2.75099876449688696E-01 -2.81527052171542225E-01
+ -2.87874780493133087E-01 -2.94122931237807583E-01 -3.00250286378747289E-01
+ -3.06234556821700366E-01 -3.12052405071604533E-01 -3.17679478169764495E-01
+ -3.23090455622775607E-01 -3.28259102731323749E-01 -3.33158339842748563E-01
+ -3.37760329677535887E-01 -3.42036569516343147E-01 -3.45958006707387078E-01
+ -3.49495172993992298E-01 -3.52618323950539825E-01 -3.55297610101163952E-01
+ -3.57503264111875163E-01 -3.59205794921091504E-01 -3.60376221435848021E-01
+ -3.60986315240180822E-01 -3.61008854146898428E-01 -3.60417920474382036E-01
+ -3.59189196861662896E-01 -3.57300278666648430E-01 -3.54731030554620741E-01
+ -3.51463925706873959E-01 -3.47484407714203247E-01 -3.42781287111613320E-01
+ -3.37347104357865357E-01 -3.31178518691341739E-01 -3.24276710561388293E-01
+ -3.16647735749534309E-01 -3.08302900368897292E-01 -2.99259117516797124E-01
+ -2.89539202775388416E-01 -2.79172172455376066E-01 -2.68193484363210111E-01
+ -2.56645204768327750E-01 -2.44576143334986729E-01 -2.32041891097069908E-01
+ -2.19104768307160969E-01 -2.05833688744421539E-01 -1.92303896708279076E-01
+ -1.78596588497555442E-01 -1.64798388396088208E-01 -1.51000686034300696E-01
+ -1.37298819060803101E-01 -1.23791053631355438E-01 -1.10577440553757553E-01
+ -9.77584642101033824E-02 -8.54334640384475513E-02 -7.36989707889527529E-02
+ -6.26467825918048393E-02 -5.23618496689770910E-02 -4.29201333909603258E-02
+ -3.43861792246930378E-02 -2.68106206895353145E-02 -2.02277353298266870E-02
+ -1.46527558823728032E-02 -1.00793304451142207E-02 -6.47713596551516453E-03
+ -3.78940074504603361E-03 -1.93087193653734552E-03 -7.86080028990952958E-04
+ -2.07811790513937912E-04 -1.63475188341769368E-05  8.18238747221445515E-09
+ -1.31476049156729925E-09 -5.00931060557904902E-11  4.45738456085800515E-11
+ -5.86663932018137823E-12 -4.66676859627166687E-13  2.36683477259766853E-13
+ -2.47523840421333278E-14 -3.38108462658526575E-15  1.22685220439102739E-15
+ -9.59822250916929662E-17 -2.18921615606883521E-17  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+                       </PP_QIJL.3.4.2>
+ <PP_QIJL.4.4.0 type="real" size="   969" columns="3" first_index=" 4" second_index=" 4" composite_index="10" angular_momentum="0">
+  9.84907034767456978E-09  1.00984007474058392E-08  1.03540429760939973E-08
+  1.06161568184414467E-08  1.08849061041192331E-08  1.11604588101657546E-08
+  1.14429871659779302E-08  1.17326677609601273E-08  1.20296816548982173E-08
+  1.23342144911278894E-08  1.26464566125676242E-08  1.29666031806892060E-08
+  1.32948542974999963E-08  1.36314151306130675E-08  1.39764960414837329E-08
+  1.43303127168920823E-08  1.46930863037542591E-08  1.50650435473464702E-08
+  1.54464169330279855E-08  1.58374448315521470E-08  1.62383716480556522E-08
+  1.66494479748196755E-08  1.70709307478981487E-08  1.75030834077110552E-08
+  1.79461760637032739E-08  1.84004856631715272E-08  1.88662961643654861E-08
+  1.93438987139707631E-08  1.98335918290849869E-08  2.03356815838006590E-08
+  2.08504818005111905E-08  2.13783142460600623E-08  2.19195088328554445E-08
+  2.24744038250760527E-08  2.30433460500972055E-08  2.36266911152689430E-08
+  2.42248036301821137E-08  2.48380574345611038E-08  2.54668358319255780E-08
+  2.61115318291676776E-08  2.67725483821936528E-08  2.74502986477844408E-08
+  2.81452062418317754E-08  2.88577055041117227E-08  2.95882417697611233E-08
+  3.03372716476259920E-08  3.11052633056568756E-08  3.18926967635287158E-08
+  3.27000641926685251E-08  3.35278702238783774E-08  3.43766322627454703E-08
+  3.52468808130373918E-08  3.61391598082838613E-08  3.70540269517523953E-08
+  3.79920540650309324E-08  3.89538274454341794E-08  3.99399482324583214E-08
+  4.09510327835122632E-08  4.19877130591606155E-08  4.30506370181193314E-08
+  4.41404690222501038E-08  4.52578902518079517E-08  4.64035991312003323E-08
+  4.75783117655245028E-08  4.87827623881561942E-08  5.00177038196683365E-08
+  5.12839079383679256E-08  5.25821661627443517E-08  5.39132899461308826E-08
+  5.52781112838889481E-08  5.66774832334309548E-08  5.81122804474084154E-08
+  5.95833997203973490E-08  6.10917605494229366E-08  6.26383057086744988E-08
+  6.42240018387684966E-08  6.58498400509293905E-08  6.75168365464653795E-08
+  6.92260332519258639E-08  7.09784984703385180E-08  7.27753275489314374E-08
+  7.46176435637599062E-08  7.65065980216636971E-08  7.84433715799947253E-08
+  8.04291747845650955E-08  8.24652488262750720E-08  8.45528663168965254E-08
+  8.66933320844944820E-08  8.88879839889851205E-08  9.11381937583400783E-08
+  9.34453678459579915E-08  9.58109483097416252E-08  9.82364137134287560E-08
+  1.00723280050739475E-07  1.03273101692919587E-07  1.05887472360269310E-07
+  1.08568026118268191E-07  1.11316438398915238E-07  1.14134427047925490E-07
+  1.17023753398436470E-07  1.19986223371893509E-07  1.23023688606806949E-07
+  1.26138047616081393E-07  1.29331246973643939E-07  1.32605282531112507E-07
+  1.35962200665262001E-07  1.39404099557071636E-07  1.42933130503151780E-07
+  1.46551499260367588E-07  1.50261467424504536E-07  1.54065353843831487E-07
+  1.57965536068450887E-07  1.61964451836337861E-07  1.66064600596998380E-07
+  1.70268545073699958E-07  1.74578912865247877E-07  1.78998398088312092E-07
+  1.83529763061329464E-07  1.88175840031032937E-07  1.92939532942688936E-07
+  1.97823819255146537E-07  2.02831751801836165E-07  2.07966460698878042E-07
+  2.13231155301495070E-07  2.18629126209952679E-07  2.24163747326276354E-07
+  2.29838477963037451E-07  2.35656865005521454E-07  2.41622545128631465E-07
+  2.47739247069913453E-07  2.54010793960119734E-07  2.60441105712773943E-07
+  2.67034201474225340E-07  2.73794202135726456E-07  2.80725332909105805E-07
+  2.87831925967637362E-07  2.95118423153770476E-07  3.02589378755400267E-07
+  3.10249462352421103E-07  3.18103461735341520E-07  3.26156285897777871E-07
+  3.34412968104708633E-07  3.42878669038397380E-07  3.51558680023954180E-07
+  3.60458426336554825E-07  3.69583470592375608E-07  3.78939516225372989E-07
+  3.88532411052077025E-07  3.98368150926624609E-07  4.08452883488322181E-07
+  4.18792912004070716E-07  4.29394699308068538E-07  4.40264871841239017E-07
+  4.51410223792921735E-07  4.62837721347406142E-07  4.74554507037961067E-07
+  4.86567904211092431E-07  4.98885421603806856E-07  5.11514758036747737E-07
+  5.24463807226141192E-07  5.37740662717543171E-07  5.51353622944495239E-07
+  5.65311196415230448E-07  5.79622107030678440E-07  5.94295299537102495E-07
+  6.09339945116747492E-07  6.24765447120039766E-07  6.40581446942870371E-07
+  6.56797830052671230E-07  6.73424732167041161E-07  6.90472545588762578E-07
+  7.07951925701214033E-07  7.25873797628180740E-07  7.44249363062275691E-07
+  7.63090107266211606E-07  7.82407806251290811E-07  8.02214534137650071E-07
+  8.22522670700782684E-07  8.43344909109122619E-07  8.64694263857500476E-07
+  8.86584078901402998E-07  9.09028035997185366E-07  9.32040163253373001E-07
+  9.55634843898450898E-07  9.79826825270607681E-07  1.00463122803502108E-06
+  1.03006355563450913E-06  1.05613970397938212E-06  1.08287597138260183E-06
+  1.11028906874644220E-06  1.13839613000699175E-06  1.16721472284309240E-06
+  1.19676285965631138E-06  1.22705900882889927E-06  1.25812210626672370E-06
+  1.28997156723436557E-06  1.32262729848987237E-06  1.35610971072662181E-06
+  1.39043973133016972E-06  1.42563881745804095E-06  1.46172896945055066E-06
+  1.49873274458118904E-06  1.53667327115501504E-06  1.57557426296394744E-06
+  1.61546003410799829E-06  1.65635551419163138E-06  1.69828626390485199E-06
+  1.74127849099865953E-06  1.78535906666492557E-06  1.83055554233088683E-06
+  1.87689616687875057E-06  1.92440990430123253E-06  1.97312645180394113E-06
+  2.02307625836605398E-06  2.07429054377080748E-06  2.12680131811764867E-06
+  2.18064140182842202E-06  2.23584444615983503E-06  2.29244495423524061E-06
+  2.35047830260879990E-06  2.40998076337539780E-06  2.47098952684035711E-06
+  2.53354272476288991E-06  2.59767945418790572E-06  2.66343980188113327E-06
+  2.73086486938266356E-06  2.79999679869473633E-06  2.87087879861969510E-06
+  2.94355517176464987E-06  3.01807134222966110E-06  3.09447388399676931E-06
+  3.17281055003768140E-06  3.25313030215809007E-06  3.33548334159755051E-06
+  3.41992114040385186E-06  3.50649647360141968E-06  3.59526345217419073E-06
+  3.68627755688308868E-06  3.77959567293959307E-06  3.87527612555701870E-06
+  3.97337871640140999E-06  4.07396476096531638E-06  4.17709712688739422E-06
+  4.28284027324188865E-06  4.39126029082267942E-06  4.50242494344689864E-06
+  4.61640371030390068E-06  4.73326782937621830E-06  4.85309034195950428E-06
+  4.97594613830916909E-06  5.10191200444252066E-06  5.23106667012540174E-06
+  5.36349085807322098E-06  5.49926733439754337E-06  5.63848096032926189E-06
+  5.78121874525080766E-06  5.92756990107086932E-06  6.07762589797495300E-06
+  6.23148052158710430E-06  6.38922993157847862E-06  6.55097272175887893E-06
+  6.71680998168940128E-06  6.88684535985442900E-06  7.06118512843211353E-06
+  7.23993824970439436E-06  7.42321644414765761E-06  7.61113426024636127E-06
+  7.80380914607382281E-06  8.00136152268447645E-06  8.20391485936309521E-06
+  8.41159575077893923E-06  8.62453399609213542E-06  8.84286268006166295E-06
+  9.06671825620661939E-06  9.29624063207139645E-06  9.53157325664855694E-06
+  9.77286321001463103E-06  1.00202612952334435E-05  1.02739221325853153E-05
+  1.05340042561813206E-05  1.08006702130212911E-05  1.10740866645591632E-05
+  1.13544244908385183E-05  1.16418588972622462E-05  1.19365695240647923E-05
+  1.22387405585542774E-05  1.25485608501939279E-05  1.28662240285963299E-05
+  1.31919286245030888E-05  1.35258781938245149E-05  1.38682814448192052E-05
+  1.42193523684908130E-05  1.45793103722830609E-05  1.49483804171592993E-05
+  1.53267931581488147E-05  1.57147850884485996E-05  1.61125986871728562E-05
+  1.65204825708382439E-05  1.69386916486822591E-05  1.73674872819123113E-05
+  1.78071374469810029E-05  1.82579169029934873E-05  1.87201073633504017E-05
+  1.91939976717303153E-05  1.96798839825261683E-05  2.01780699458459620E-05
+  2.06888668971905163E-05  2.12125940519321806E-05  2.17495787047120040E-05
+  2.23001564338776551E-05  2.28646713110964673E-05  2.34434761162680295E-05
+  2.40369325578701913E-05  2.46454114988828933E-05  2.52692931884221908E-05
+  2.59089674992313005E-05  2.65648341711830647E-05  2.72373030609346616E-05
+  2.79267943978970256E-05  2.86337390466815714E-05  2.93585787761763070E-05
+  3.01017665354299740E-05  3.08637667365144409E-05  3.16450555445319521E-05
+  3.24461211749609216E-05  3.32674641985207392E-05  3.41095978537354729E-05
+  3.49730483674096448E-05  3.58583552832030458E-05  3.67660717985045265E-05
+  3.76967651098335821E-05  3.86510167669662874E-05  3.96294230360076010E-05
+  4.06325952716538280E-05  4.16611602988536177E-05  4.27157608041137801E-05
+  4.37970557367068768E-05  4.49057207200050161E-05  4.60424484732106933E-05
+  4.72079492437567358E-05  4.84029512506145619E-05  4.96282011388126366E-05
+  5.08844644454474766E-05  5.21725260774474751E-05  5.34931908014237982E-05
+  5.48472837458985137E-05  5.62356509161967899E-05  5.76591597223710965E-05
+  5.91186995204528258E-05  6.06151821673542754E-05  6.21495425898172915E-05
+  6.37227393677120040E-05  6.53357553320519475E-05  6.69895981781447585E-05
+  6.86853010941967051E-05  7.04239234057830711E-05  7.22065512366238039E-05
+  7.40342981860023686E-05  7.59083060232914166E-05  7.78297454000406448E-05
+  7.97998165799882652E-05  8.18197501875201472E-05  8.38908079750385439E-05
+  8.60142836096366097E-05  8.81915034796675810E-05  9.04238275216675619E-05
+  9.27126500680779971E-05  9.50594007164201550E-05  9.74655452203727587E-05
+  9.99325864032673660E-05  1.02462065094705880E-04  1.05055561090747652E-04
+  1.07714694138264953E-04  1.10441124944210856E-04  1.13236556210250788E-04
+  1.16102733693457369E-04  1.19041447293831491E-04  1.22054532169123310E-04
+  1.25143869877762328E-04  1.28311389550665852E-04  1.31559069092431868E-04
+  1.34888936412853373E-04  1.38303070689503805E-04  1.41803603661959610E-04
+  1.45392720958731673E-04  1.49072663457609826E-04  1.52845728680085839E-04
+  1.56714272221048130E-04  1.60680709214401141E-04  1.64747515835405477E-04
+  1.68917230841040980E-04  1.73192457148983834E-04  1.77575863456174609E-04
+  1.82070185898345054E-04  1.86678229751049529E-04  1.91402871173407604E-04
+  1.96247058995926559E-04  2.01213816552946596E-04  2.06306243561176855E-04
+  2.11527518045632931E-04  2.16880898313566488E-04  2.22369724978138840E-04
+  2.27997423033027491E-04  2.33767503978674101E-04  2.39683568002211755E-04
+  2.45749306212088368E-04  2.51968502928286891E-04  2.58345038030449823E-04
+  2.64882889364711897E-04  2.71586135210429046E-04  2.78458956809331183E-04
+  2.85505640957658448E-04  2.92730582662894005E-04  3.00138287867704099E-04
+  3.07733376241457019E-04  3.15520584041464403E-04  3.23504767046479079E-04
+  3.31690903562723927E-04  3.40084097505221174E-04  3.48689581556695821E-04
+  3.57512720404378338E-04  3.66559014058139281E-04  3.75834101251810288E-04
+  3.85343762928224462E-04  3.95093925812096155E-04  4.05090666072006184E-04
+  4.15340213072450408E-04  4.25848953220691337E-04  4.36623433908971332E-04
+  4.47670367553738369E-04  4.58996635737065999E-04  4.70609293450066093E-04
+  4.82515573440968955E-04  4.94722890673135679E-04  5.07238846892168181E-04
+  5.20071235306102174E-04  5.33228045383581832E-04  5.46717467768792508E-04
+  5.60547899318686793E-04  5.74727948266531407E-04  5.89266439510548580E-04
+  6.04172420034834105E-04  6.19455164465255201E-04  6.35124180759535201E-04
+  6.51189216040373026E-04  6.67660262572533961E-04  6.84547563884114617E-04
+  7.01861621042306253E-04  7.19613199082481101E-04  7.37813333592529175E-04
+  7.56473337463718556E-04  7.75604807804671729E-04  7.95219633022975297E-04
+  8.15330000085647379E-04  8.35948401953173314E-04  8.57087645194954729E-04
+  8.78760857796125820E-04  9.00981497149221230E-04  9.23763358242469623E-04
+  9.47120582052050301E-04  9.71067664131548738E-04  9.95619463414612778E-04
+  1.02079121123423264E-03  1.04659852055284447E-03  1.07305739542347574E-03
+  1.10018424068022958E-03  1.12799587185481200E-03  1.15650952534294103E-03
+  1.18574286881289689E-03  1.21571401185738845E-03  1.24644151691465392E-03
+  1.27794441044476914E-03  1.31024219436909188E-03  1.34335485779808099E-03
+  1.37730288902815855E-03  1.41210728782421358E-03  1.44778957800898887E-03
+  1.48437182033651959E-03  1.52187662567637239E-03  1.56032716852238379E-03
+  1.59974720080207950E-03  1.64016106602453003E-03  1.68159371376919013E-03
+  1.72407071449424553E-03  1.76761827471307378E-03  1.81226325252693506E-03
+  1.85803317349898019E-03  1.90495624692722429E-03  1.95306138248778002E-03
+  2.00237820724532851E-03  2.05293708309309741E-03  2.10476912457636944E-03
+  2.15790621711438963E-03  2.21238103567999826E-03  2.26822706387654668E-03
+  2.32547861344977380E-03  2.38417084428216210E-03  2.44433978479967947E-03
+  2.50602235285529718E-03  2.56925637711537562E-03  2.63408061887599777E-03
+  2.70053479440248009E-03  2.76865959778700753E-03  2.83849672425770310E-03
+  2.91008889406042500E-03  2.98347987686842404E-03  3.05871451667081521E-03
+  3.13583875728391283E-03  3.21489966839461072E-03  3.29594547211870025E-03
+  3.37902557022851362E-03  3.46419057191240699E-03  3.55149232209679439E-03
+  3.64098393047478401E-03  3.73271980106525776E-03  3.82675566239360550E-03
+  3.92314859840407846E-03  4.02195707990209497E-03  4.12324099668814285E-03
+  4.22706169043348106E-03  4.33348198808893199E-03  4.44256623606393685E-03
+  4.55438033514064724E-03  4.66899177593149868E-03  4.78646967519034960E-03
+  4.90688481283349607E-03  5.03030966952723244E-03  5.15681846520930822E-03
+  5.28648719827679112E-03  5.41939368538342167E-03  5.55561760223630477E-03
+  5.69524052500056371E-03  5.83834597238283223E-03  5.98501944875008598E-03
+  6.13534848779117518E-03  6.28942269695224269E-03  6.44733380290603026E-03
+  6.60917569749703421E-03  6.77504448457893083E-03  6.94503852784015413E-03
+  7.11925849904370116E-03  7.29780742729485479E-03  7.48079074920111626E-03
+  7.66831635939980646E-03  7.86049466225439628E-03  8.05743862429340874E-03
+  8.25926382699939017E-03  8.46608852089170659E-03  8.67803368014886251E-03
+  8.89522305761125502E-03  9.11778324115405242E-03  9.34584371035349776E-03
+  9.57953689362661502E-03  9.81899822673164106E-03  1.00643662112934323E-02
+  1.03157824739546974E-02  1.05733918267724748E-02  1.08373423273621476E-02
+  1.11077853398717473E-02  1.13848755969624491E-02  1.16687712612679930E-02
+  1.19596339879232978E-02  1.22576289877219056E-02  1.25629250895187110E-02
+  1.28756948039410526E-02  1.31961143872055906E-02  1.35243639040173724E-02
+  1.38606272919606626E-02  1.42050924253292795E-02  1.45579511779955258E-02
+  1.49193994878097681E-02  1.52896374196616371E-02  1.56688692276876658E-02
+  1.60573034188129862E-02  1.64551528141181971E-02  1.68626346095998234E-02
+  1.72799704377843838E-02  1.77073864263069328E-02  1.81451132562475415E-02
+  1.85933862205147800E-02  1.90524452783567833E-02  1.95225351100605377E-02
+  2.00039051705345888E-02  2.04968097382723577E-02  2.10015079649086972E-02
+  2.15182639221269505E-02  2.20473466433802230E-02  2.25890301664381683E-02
+  2.31435935713981134E-02  2.37113210132450652E-02  2.42925017550698168E-02
+  2.48874301946076966E-02  2.54964058854234669E-02  2.61197335579771428E-02
+  2.67577231317429123E-02  2.74106897223941048E-02  2.80789536473753168E-02
+  2.87628404202286032E-02  2.94626807406581544E-02  3.01788104806886386E-02
+  3.09115706573682737E-02  3.16613074019969354E-02  3.24283719223024958E-02
+  3.32131204492085927E-02  3.40159141807896345E-02  3.48371192151805814E-02
+  3.56771064665963727E-02  3.65362515787109876E-02  3.74149348222310441E-02
+  3.83135409748391748E-02  3.92324591976430451E-02  4.01720828905729604E-02
+  4.11328095302425784E-02  4.21150405019988169E-02  4.31191809055251618E-02
+  4.41456393436959887E-02  4.51948277016607919E-02  4.62671608941757698E-02
+  4.73630565974585693E-02  4.84829349655656466E-02  4.96272183100981423E-02
+  5.07963307658187563E-02  5.19906979333349464E-02  5.32107464809533290E-02
+  5.44569037333757638E-02  5.57295972284075417E-02  5.70292542298890190E-02
+  5.83563012271279755E-02  5.97111633920474755E-02  6.10942639913096414E-02
+  6.25060237822422926E-02  6.39468603557372811E-02  6.54171874345719773E-02
+  6.69174141498004582E-02  6.84479442537384158E-02  7.00091752900363906E-02
+  7.16014977329925001E-02  7.32252940540240455E-02  7.48809377474872612E-02
+  7.65687923139974219E-02  7.82892101630574128E-02  8.00425314769739327E-02
+  8.18290830181470918E-02  8.36491768500632199E-02  8.55031090200015498E-02
+  8.73911581695222678E-02  8.93135840558837157E-02  9.12706260327021818E-02
+  9.32625014427130583E-02  9.52894039218395716E-02  9.73515016557697926E-02
+  9.94489355349199577E-02  1.01581817223384233E-01  1.03750227169381051E-01
+  1.05954212504072789E-01  1.08193784857740158E-01  1.10468918103521843E-01
+  1.12779545984379753E-01  1.15125559659658067E-01  1.17506805164558345E-01
+  1.19923080753395736E-01  1.22374134161592332E-01  1.24859659768356168E-01
+  1.27379295649543783E-01  1.29932620543711075E-01  1.32519150713024614E-01
+  1.35138336705524720E-01  1.37789560019988072E-01  1.40472129670785956E-01
+  1.43185278666984883E-01  1.45928160380764865E-01  1.48699844836010786E-01
+  1.51499314920865435E-01  1.54325462479480729E-01  1.57177084361520086E-01
+  1.60052878396879567E-01  1.62951439251058539E-01  1.65871254293840337E-01
+  1.68810699381142404E-01  1.71768034541213449E-01  1.74741399745478254E-01
+  1.77728810564455525E-01  1.80728153786403223E-01  1.83737183201083093E-01
+  1.86753515226630695E-01  1.89774624605159536E-01  1.92797840339820309E-01
+  1.95820341430510136E-01  1.98839152842645916E-01  2.01851141768176673E-01
+  2.04853013664118538E-01  2.07841308747229503E-01  2.10812398786831279E-01
+  2.13762483707733986E-01  2.16687588925288860E-01  2.19583562924439923E-01
+  2.22446074766751517E-01  2.25270612646168794E-01  2.28052482564928244E-01
+  2.30786807174626768E-01  2.33468525997703624E-01  2.36092395579714648E-01
+  2.38652990194992504E-01  2.41144704235889851E-01  2.43561754305899436E-01
+  2.45898182427751660E-01  2.48147861142780063E-01  2.50304498114839569E-01
+  2.52361642583324663E-01  2.54312693732461514E-01  2.56150908504155783E-01
+  2.57869412111759622E-01  2.59461210260868436E-01  2.60919200981339749E-01
+  2.62236190059656371E-01  2.63404907710140357E-01  2.64418025319810956E-01
+  2.65268176650543752E-01  2.65947979558667336E-01  2.66450058589893901E-01
+  2.66767072717001730E-01  2.66891742679935040E-01  2.66816880343662743E-01
+  2.66535423543290684E-01  2.66040469553868508E-01  2.65325311994708934E-01
+  2.64383483020312893E-01  2.63208793311170364E-01  2.61795377017042474E-01
+  2.60137741050178062E-01  2.58230811772588831E-01  2.56069987922619646E-01
+  2.53651196214552177E-01  2.50970944427404197E-01  2.48026381467076784E-01
+  2.44815357791423743E-01  2.41336483843863275E-01  2.37589195321106200E-01
+  2.33573816076811602E-01  2.29291619746126607E-01  2.24744896879472106E-01
+  2.19937016901140786E-01  2.14872489272371542E-01  2.09557027428192294E-01
+  2.03997605037671975E-01  1.98202511105676465E-01  1.92181403686861207E-01
+  1.85945354059040779E-01  1.79506887753463656E-01  1.72880018996679319E-01
+  1.66080274381217780E-01  1.59124709045668056E-01  1.52031910934609688E-01
+  1.44821993084440048E-01  1.37516571390700254E-01  1.30138726140964583E-01
+  1.22712949411595496E-01  1.15265068436387022E-01  1.07822150675300460E-01
+  1.00412390419548553E-01  9.30649603298548955E-02  8.58098458696164995E-02
+  7.86776536227495188E-02  7.16993739783462758E-02  6.49061314905782505E-02
+  5.83288975036068483E-02  5.19981503313034846E-02  4.59435305321121146E-02
+  4.01934435535943047E-02  3.47746111026615498E-02  2.97116253336238666E-02
+  2.50264353457192619E-02  2.07377949486525909E-02  1.68607194437620060E-02
+  1.34058642778838756E-02  1.03788909434881921E-02  7.77984596992276848E-03
+  5.60246237280805255E-03  3.83348754575178318E-03  2.45202778101697924E-03
+  1.42883422468946877E-03  7.25664327031521651E-04  2.94667770784527814E-04
+  7.77580898114149476E-05  6.11065741596483829E-06 -2.97144536757073098E-09
+  4.77457153192498657E-10  1.81913831191080961E-11 -1.61870557927585874E-11
+  2.13047846097191382E-12  1.69474369124664760E-13 -8.59519433272878500E-14
+  8.98886367158489810E-15  1.22784571856728108E-15 -4.45533132957317055E-16
+  3.48560823384122380E-17  7.95016978608491987E-18  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+                       </PP_QIJL.4.4.0>
+ <PP_QIJL.4.4.2 type="real" size="   969" columns="3" first_index=" 4" second_index=" 4" composite_index="10" angular_momentum="2">
+ -5.69239416589427583E-17 -5.98424945595192956E-17 -6.29106848192424170E-17
+ -6.61361845751710734E-17 -6.95270592679699947E-17 -7.30917877677058711E-17
+ -7.68392838286898126E-17 -8.07789181515125187E-17 -8.49205417795180223E-17
+ -8.92745110211097112E-17 -9.38517130708211674E-17 -9.86635932111648152E-17
+ -1.03722183759783836E-16 -1.09040133823668250E-16 -1.14630740928903034E-16
+ -1.20507984638270990E-16 -1.26686561106415035E-16 -1.33181919862152721E-16
+ -1.40010302844145353E-16 -1.47188784534043286E-16 -1.54735314734869551E-16
+ -1.62668763890243164E-16 -1.71008969700020904E-16 -1.79776786876387405E-16
+ -1.88994139748383185E-16 -1.98684076413374042E-16 -2.08870826612910582E-16
+ -2.19579862781921642E-16 -2.30837962963113852E-16 -2.42673278130814554E-16
+ -2.55115403026657229E-16 -2.68195449266922339E-16 -2.81946123658351850E-16
+ -2.96401810373623274E-16 -3.11598655918603547E-16 -3.27574660233923602E-16
+ -3.44369772008944592E-16 -3.62025987452598108E-16 -3.80587456263303057E-16
+ -4.00100592165400579E-16 -4.20614187750324282E-16 -4.42179537730743889E-16
+ -4.64850567115715429E-16 -4.88683964766025197E-16 -5.13739326732456350E-16
+ -5.40079304873781386E-16 -5.67769762210082571E-16 -5.96879939586581428E-16
+ -6.27482627992519796E-16 -6.59654349309371887E-16 -6.93475550048201070E-16
+ -7.29030801160114910E-16 -7.66409008374336888E-16 -8.05703637336657172E-16
+ -8.47012945329079632E-16 -8.90440226089284863E-16 -9.36094071338997954E-16
+ -9.84088639570724803E-16 -1.03454394105078513E-15 -1.08758614147842877E-15
+ -1.14334787387573626E-15 -1.20196857041340467E-15 -1.26359481480438321E-15
+ -1.32838070437105320E-15 -1.39648823640249673E-15 -1.46808771690765122E-15
+ -1.54335818112899172E-15 -1.62248784338122415E-15 -1.70567457098027084E-15
+ -1.79312637286443547E-15 -1.88506192329639488E-15 -1.98171111117360080E-15
+ -2.08331560804387433E-15 -2.19012947769744365E-15 -2.30241981269062753E-15
+ -2.42046739494099768E-15 -2.54456740512049567E-15 -2.67503016013459818E-15
+ -2.81218188169656561E-15 -2.95636552158447049E-15 -3.10794161607104067E-15
+ -3.26728918045665820E-15 -3.43480666870234955E-15 -3.61091296347299129E-15
+ -3.79604841761220729E-15 -3.99067596944013943E-15 -4.19528229024398934E-15
+ -4.41037899716976574E-15 -4.63650394860820204E-15 -4.87422257475359543E-15
+ -5.12412929043745969E-15 -5.38684899855425279E-15 -5.66303863386496964E-15
+ -5.95338880888150776E-15 -6.25862555745412469E-15 -6.57951212729070841E-15
+ -6.91685089721350683E-15 -7.27148539805811889E-15 -7.64430239541101739E-15
+ -8.03623412260490004E-15 -8.44826062197525922E-15 -8.88141216635146042E-15
+ -9.33677185906378630E-15 -9.81547834555550816E-15 -1.03187286303649497E-14
+ -1.08477811032748089E-14 -1.14039586795128700E-14 -1.19886520785158111E-14
+ -1.26033233442535341E-14 -1.32495094820541815E-14 -1.39288262765519050E-14
+ -1.46429723842566518E-14 -1.53937335467620884E-14 -1.61829870381836656E-14
+ -1.70127064193025398E-14 -1.78849664210027186E-14 -1.88019481264561691E-14
+ -1.97659444887359895E-14 -2.07793659954116708E-14 -2.18447467075717572E-14
+ -2.29647506576570742E-14 -2.41421784261074977E-14 -2.53799741781756674E-14
+ -2.66812330770949993E-14 -2.80492089260852682E-14 -2.94873223658288917E-14
+ -3.09991694597648832E-14 -3.25885305808217715E-14 -3.42593799573664369E-14
+ -3.60158956131362898E-14 -3.78624697084231627E-14 -3.98037196505044063E-14
+ -4.18444996014130762E-14 -4.39899125185990782E-14 -4.62453230775774662E-14
+ -4.86163709975405547E-14 -5.11089850675036378E-14 -5.37293981643877482E-14
+ -5.64841626908408716E-14 -5.93801669203611816E-14 -6.24246524334498946E-14
+ -6.56252320158753213E-14 -6.89899087104781416E-14 -7.25270960388683382E-14
+ -7.62456387732883931E-14 -8.01548351421115613E-14 -8.42644602613246558E-14
+ -8.85847902653313416E-14 -9.31266281817937824E-14 -9.79013310654044559E-14
+ -1.02920838055740261E-13 -1.08197700515554750E-13 -1.13745113440472424E-13
+ -1.19576948108374545E-13 -1.25707787163702221E-13 -1.32152960973854209E-13
+ -1.38928585646568185E-13 -1.46051603841969459E-13 -1.53539826863395956E-13
+ -1.61411978949142270E-13 -1.69687744704444543E-13 -1.78387817855967062E-13
+ -1.87533952874640408E-13 -1.97149020041875158E-13 -2.07257061969593341E-13
+ -2.17883353781738839E-13 -2.29054466968383695E-13 -2.40798334981287636E-13
+ -2.53144323387041621E-13 -2.66123303842101643E-13 -2.79767730303233811E-13
+ -2.94111720780115216E-13 -3.09191142980796875E-13 -3.25043702939087334E-13
+ -3.41709040239279447E-13 -3.59228827139906201E-13 -3.77646871725642173E-13
+ -3.97009228751814335E-13 -4.17364314364994929E-13 -4.38763026241675365E-13
+ -4.61258872507082765E-13 -4.84908104546812620E-13 -5.09769857005434989E-13
+ -5.35906297574022314E-13 -5.63382780843713015E-13 -5.92268011512060009E-13
+ -6.22634218207427634E-13 -6.54557331896880345E-13 -6.88117176174550814E-13
+ -7.23397668739237660E-13 -7.60487028525402798E-13 -7.99477997524869518E-13
+ -8.40468074112513914E-13 -8.83559753788922889E-13 -9.28860787658896218E-13
+ -9.76484452491549228E-13 -1.02654983079585725E-12 -1.07918211183767436E-12
+ -1.13451290415076650E-12 -1.19268056163373030E-12 -1.25383053383441356E-12
+ -1.31811572763172480E-12 -1.38569688716361402E-12 -1.45674300104749321E-12
+ -1.53143172117187624E-12 -1.60994980556176302E-12 -1.69249359123711663E-12
+ -1.77926947954583856E-12 -1.87049445255223042E-12 -1.96639662139350773E-12
+ -2.06721578941025098E-12 -2.17320405422965476E-12 -2.28462644298870414E-12
+ -2.40176156652846829E-12 -2.52490232116291432E-12 -2.65435662399927956E-12
+ -2.79044817373060799E-12 -2.93351726816296475E-12 -3.08392165509206185E-12
+ -3.24203741786386309E-12 -3.40825992706158311E-12 -3.58300482508963392E-12
+ -3.76670905772849757E-12 -3.95983198096804595E-12 -4.16285650072070079E-12
+ -4.37629027513261495E-12 -4.60066700039617217E-12 -4.83654773101104429E-12
+ -5.08452228168460640E-12 -5.34521071907802741E-12 -5.61926489297274732E-12
+ -5.90737007102185351E-12 -6.21024666727637210E-12 -6.52865202025629813E-12
+ -6.86338229871495018E-12 -7.21527450280915179E-12 -7.58520853126507778E-12
+ -7.97410940200935085E-12 -8.38294956785083478E-12 -8.81275132210778797E-12
+ -9.26458938433843397E-12 -9.73959357965083647E-12 -1.02389516404828806E-11
+ -1.07639122147513073E-11 -1.13157879667125488E-11 -1.18959588422212847E-11
+ -1.25058755644233959E-11 -1.31470632248492396E-11 -1.38211250905919471E-11
+ -1.45297466611946242E-11 -1.52746998319510740E-11 -1.60578473337587323E-11
+ -1.68811474350107594E-11 -1.77466587747552882E-11 -1.86565455392496324E-11
+ -1.96130829061381195E-11 -2.06186626620826765E-11 -2.16757992355362039E-11
+ -2.27871359967102517E-11 -2.39554517938236479E-11 -2.51836679790422498E-11
+ -2.64748556973141947E-11 -2.78322434980451058E-11 -2.92592255105217307E-11
+ -3.07593698784723729E-11 -3.23364276302070987E-11 -3.39943421811916282E-11
+ -3.57372591002391734E-11 -3.75695364514348044E-11 -3.94957558248271073E-11
+ -4.15207336559973351E-11 -4.36495332870510800E-11 -4.58874777533187607E-11
+ -4.82401629211799725E-11 -5.07134715515270862E-11 -5.33135881064706669E-11
+ -5.60470140168366909E-11 -5.89205840735526315E-11 -6.19414835622882397E-11
+ -6.51172660251907538E-11 -6.84558723531788863E-11 -7.19656506094110547E-11
+ -7.56553767114868605E-11 -7.95342766504712546E-11 -8.36120494284290698E-11
+ -8.78988911587009735E-11 -9.24055208957206618E-11 -9.71432071904726791E-11
+ -1.02123796188861657E-10 -1.07359741619956544E-10 -1.12864135570123756E-10
+ -1.18650741252604474E-10 -1.24734027773953993E-10 -1.31129205845534604E-10
+ -1.37852265995930398E-10 -1.44920018832224734E-10 -1.52350136535137593E-10
+ -1.60161197399893571E-10 -1.68372732428136519E-10 -1.77005273597547723E-10
+ -1.86080405746231257E-10 -1.95620820474584692E-10 -2.05650372347964889E-10
+ -2.16194139283525277E-10 -2.27278484915777311E-10 -2.38931124085020698E-10
+ -2.51181193044154038E-10 -2.64059321654797497E-10 -2.77597709738358313E-10
+ -2.91830208593429794E-10 -3.06792404651897111E-10 -3.22521708523685737E-10
+ -3.39057449509831101E-10 -3.56440972669450587E-10 -3.74715742657770001E-10
+ -3.93927453180671394E-10 -4.14124139772486660E-10 -4.35356300835894643E-10
+ -4.57677024307184330E-10 -4.81142118837877299E-10 -5.05810254797140812E-10
+ -5.31743110806402420E-10 -5.59005526473849153E-10 -5.87665666511231084E-10
+ -6.17795190269762058E-10 -6.49469429704432212E-10 -6.82767580188183677E-10
+ -7.17772896759613099E-10 -7.54572901603359962E-10 -7.93259605615174022E-10
+ -8.33929735784481334E-10 -8.76684977169324738E-10 -9.21632229791781329E-10
+ -9.68883872453454032E-10 -1.01855804491435798E-09 -1.07077894540232892E-09
+ -1.12567713711191612E-09 -1.18338987713447851E-09 -1.24406146074350533E-09
+ -1.30784357789584373E-09 -1.37489569641655696E-09 -1.44538546027949249E-09
+ -1.51948910466912169E-09 -1.59739190198624014E-09 -1.67928862262864821E-09
+ -1.76538401860631097E-09 -1.85589334210452623E-09 -1.95104287884122866E-09
+ -2.05107051188391297E-09 -2.15622632378376509E-09 -2.26677321452220639E-09
+ -2.38298755905945609E-09 -2.50515990547792092E-09 -2.63359569191046928E-09
+ -2.76861601333594839E-09 -2.91055843007809636E-09 -3.05977780069997479E-09
+ -3.21664717583399036E-09 -3.38155873376831101E-09 -3.55492474919442930E-09
+ -3.73717863445436595E-09 -3.92877602181884382E-09 -4.13019589134144641E-09
+ -4.34194178278771454E-09 -4.56454304770241711E-09 -4.79855616351916079E-09
+ -5.04456614260998298E-09 -5.30318798151025836E-09 -5.57506819292851619E-09
+ -5.86088644181498220E-09 -6.16135722437629822E-09 -6.47723165473561240E-09
+ -6.80929936178107794E-09 -7.15839043707121900E-09 -7.52537751827719003E-09
+ -7.91117798575470841E-09 -8.31675622547707122E-09 -8.74312605755328785E-09
+ -9.19135327794577619E-09 -9.66255829044754132E-09 -1.01579189356032842E-08
+ -1.06786734307977781E-08 -1.12261234344303246E-08 -1.18016373383731375E-08
+ -1.24066536691461982E-08 -1.30426846580116108E-08 -1.37113200686962106E-08
+ -1.44142311339762072E-08 -1.51531747176098228E-08 -1.59299977584102260E-08
+ -1.67466418308745289E-08 -1.76051479987011762E-08 -1.85076619667724269E-08
+ -1.94564393720259561E-08 -2.04538514428606493E-08 -2.15023909646846207E-08
+ -2.26046784262822640E-08 -2.37634686161101924E-08 -2.49816575246505414E-08
+ -2.62622894928909171E-08 -2.76085648955454913E-08 -2.90238481246366037E-08
+ -3.05116759114723497E-08 -3.20757662679392922E-08 -3.37200277215065875E-08
+ -3.54485690107272093E-08 -3.72657094789649056E-08 -3.91759897625424888E-08
+ -4.11841830928218827E-08 -4.32953073619971193E-08 -4.55146375049914092E-08
+ -4.78477186785410960E-08 -5.03003802470689517E-08 -5.28787501465436809E-08
+ -5.55892702502749118E-08 -5.84387125612288560E-08 -6.14341958975300459E-08
+ -6.45832037998542033E-08 -6.78936032642077493E-08 -7.13736641465772514E-08
+ -7.50320800181939291E-08 -7.88779898302344705E-08 -8.29210005021273037E-08
+ -8.71712111879085332E-08 -9.16392383341845746E-08 -9.63362419940422226E-08
+ -1.01273954030280266E-07 -1.06464707113465294E-07 -1.11921465392640633E-07
+ -1.17657857229236647E-07 -1.23688208787532485E-07 -1.30027579794017115E-07
+ -1.36691801472593255E-07 -1.43697515508455622E-07 -1.51062215733617186E-07
+ -1.58804292038195969E-07 -1.66943075627260557E-07 -1.75498887591930991E-07
+ -1.84493089700399198E-07 -1.93948137023340395E-07 -2.03887634488255362E-07
+ -2.14336395609206422E-07 -2.25320503737080931E-07 -2.36867377847862315E-07
+ -2.49005840459048105E-07 -2.61766188969687537E-07 -2.75180272101170873E-07
+ -2.89281568479443231E-07 -3.04105269769960710E-07 -3.19688369371862378E-07
+ -3.36069753430369256E-07 -3.53290297741586796E-07 -3.71392970508209676E-07
+ -3.90422937892829780E-07 -4.10427676950382498E-07 -4.31457094535509231E-07
+ -4.53563649878640188E-07 -4.76802486131148123E-07 -5.01231567861404465E-07
+ -5.26911823554600004E-07 -5.53907298725534337E-07 -5.82285314858642490E-07
+ -6.12116635217141158E-07 -6.43475642887102274E-07 -6.76440524525321187E-07
+ -7.11093463422230743E-07 -7.47520846288523520E-07 -7.85813475796471988E-07
+ -8.26066795483514628E-07 -8.68381129577683845E-07 -9.12861929085278370E-07
+ -9.59620033839489722E-07 -1.00877195021714778E-06 -1.06044013645094420E-06
+ -1.11475330787902181E-06 -1.17184675816357407E-06 -1.23186269049265637E-06
+ -1.29495057295789299E-06 -1.36126750981265821E-06 -1.43097862634490600E-06
+ -1.50425748229055673E-06 -1.58128650078639508E-06 -1.66225741598366249E-06
+ -1.74737175348539955E-06 -1.83684132600668533E-06 -1.93088875428102021E-06
+ -2.02974802469037373E-06 -2.13366506230273688E-06 -2.24289833732329083E-06
+ -2.35771951136115160E-06 -2.47841410055835329E-06 -2.60528218172169485E-06
+ -2.73863914014767132E-06 -2.87881643799996187E-06 -3.02616243622920546E-06
+ -3.18104325889103305E-06 -3.34384368452071576E-06 -3.51496810223427187E-06
+ -3.69484150992215703E-06 -3.88391054930258498E-06 -4.08264461715604555E-06
+ -4.29153701772315717E-06 -4.51110616549121909E-06 -4.74189687532390716E-06
+ -4.98448169296328013E-06 -5.23946229347098748E-06 -5.50747097707065130E-06
+ -5.78917220600470417E-06 -6.08526423096735657E-06 -6.39648082276447495E-06
+ -6.72359304913137648E-06 -7.06741116633732869E-06 -7.42878662061882119E-06
+ -7.80861410488846260E-06 -8.20783375774653837E-06 -8.62743347388285689E-06
+ -9.06845128726766546E-06 -9.53197792565798264E-06 -1.00191594754865512E-05
+ -1.05312001456482928E-05 -1.10693652320883306E-05 -1.16349841902856746E-05
+ -1.22294538423495887E-05 -1.28542418133668759E-05 -1.35108900737540461E-05
+ -1.42010186621730643E-05 -1.49263296629748688E-05 -1.56886112918084417E-05
+ -1.64897422179697333E-05 -1.73316961604595883E-05 -1.82165466038608470E-05
+ -1.91464718157260685E-05 -2.01237601484673244E-05 -2.11508154883313723E-05
+ -2.22301630758799878E-05 -2.33644556140759016E-05 -2.45564795696606520E-05
+ -2.58091619191050361E-05 -2.71255771789779503E-05 -2.85089546975077205E-05
+ -2.99626864640980986E-05 -3.14903351968214424E-05 -3.30956427828437642E-05
+ -3.47825393065499865E-05 -3.65551523514895223E-05 -3.84178167718572151E-05
+ -4.03750851123524878E-05 -4.24317383089336983E-05 -4.45927969998330493E-05
+ -4.68635335293437263E-05 -4.92494842645564021E-05 -5.17564626820657398E-05
+ -5.43905731707653795E-05 -5.71582252188793167E-05 -6.00661485408368205E-05
+ -6.31214089249912885E-05 -6.63314245831132820E-05 -6.97039836140507844E-05
+ -7.32472621786367230E-05 -7.69698433455392648E-05 -8.08807372228052617E-05
+ -8.49894017850334348E-05 -8.93057645956333343E-05 -9.38402459736609233E-05
+ -9.86037828488597163E-05 -1.03607853791000450E-04 -1.08864505617134254E-04
+ -1.14386380709721776E-04 -1.20186745838605331E-04 -1.26279522652533884E-04
+ -1.32679318966420843E-04 -1.39401461916419518E-04 -1.46462032826614373E-04
+ -1.53877903047884860E-04 -1.61666772040454414E-04 -1.69847207169435322E-04
+ -1.78438684751760476E-04 -1.87461633719600436E-04 -1.96937480970300210E-04
+ -2.06888698355643810E-04 -2.17338852639358476E-04 -2.28312657108919705E-04
+ -2.39836025322523428E-04 -2.51936128132799152E-04 -2.64641452360811437E-04
+ -2.77981862198716401E-04 -2.91988664128277028E-04 -3.06694673561444834E-04
+ -3.22134284877918797E-04 -3.38343545120069048E-04 -3.55360229620178272E-04
+ -3.73223921720321216E-04 -3.91976096190499456E-04 -4.11660204971571833E-04
+ -4.32321767678855919E-04 -4.54008465775590725E-04 -4.76770239645755067E-04
+ -5.00659391030822500E-04 -5.25730689077994612E-04 -5.52041480026330936E-04
+ -5.79651802756480034E-04 -6.08624507918699821E-04 -6.39025381561044033E-04
+ -6.70923274979314519E-04 -7.04390238206254252E-04 -7.39501658920636851E-04
+ -7.76336407764827412E-04 -8.14976987531537797E-04 -8.55509688652782651E-04
+ -8.98024751103509446E-04 -9.42616530637373413E-04 -9.89383672038605250E-04
+ -1.03842928867085805E-03 -1.08986114703840545E-03 -1.14379185878964629E-03
+ -1.20033907888606448E-03 -1.25962570956746284E-03 -1.32178011182122789E-03
+ -1.38693632299028390E-03 -1.45523428089098031E-03 -1.52682005508155837E-03
+ -1.60184608446768814E-03 -1.68047142182065025E-03 -1.76286198468078191E-03
+ -1.84919081310322224E-03 -1.93963833410652092E-03 -2.03439263142776586E-03
+ -2.13364972290601071E-03 -2.23761384340540439E-03 -2.34649773190313132E-03
+ -2.46052292702315586E-03 -2.57992006570329424E-03 -2.70492918519048145E-03
+ -2.83580003382746674E-03 -2.97279238115773139E-03 -3.11617633120167548E-03
+ -3.26623264372315507E-03 -3.42325304953506465E-03 -3.58754056983944143E-03
+ -3.75940984075409960E-03 -3.93918742528559865E-03 -4.12721213139203430E-03
+ -4.32383532942193140E-03 -4.52942124957800632E-03 -4.74434728850453308E-03
+ -4.96900430536717334E-03 -5.20379689070194114E-03 -5.44914364746466179E-03
+ -5.70547744667311910E-03 -5.97324565040346835E-03 -6.25291034797317499E-03
+ -6.54494854662618971E-03 -6.84985232759152685E-03 -7.16812901157427677E-03
+ -7.50030125386072846E-03 -7.84690710740777904E-03 -8.20850008419438983E-03
+ -8.58564911725820216E-03 -8.97893849871312863E-03 -9.38896779445892900E-03
+ -9.81635162837293622E-03 -1.02617194556030439E-02 -1.07257152776149643E-02
+ -1.12089971964529113E-02 -1.17122369741983114E-02 -1.22361194834457367E-02
+ -1.27813419728164610E-02 -1.33486133515610048E-02 -1.39386532977075674E-02
+ -1.45521911704351806E-02 -1.51899649437672729E-02 -1.58527198829236556E-02
+ -1.65412070324910780E-02 -1.72561817075828454E-02 -1.79984016384997086E-02
+ -1.87686249556961900E-02 -1.95676081319770753E-02 -2.03961034871473768E-02
+ -2.12548565827611023E-02 -2.21446034950839345E-02 -2.30660675674466548E-02
+ -2.40199561198368994E-02 -2.50069569213317473E-02 -2.60277340808294406E-02
+ -2.70829239692309889E-02 -2.81731307545104968E-02 -2.92989213343101129E-02
+ -3.04608203626923549E-02 -3.16593047152062060E-02 -3.28947973915594896E-02
+ -3.41676615368309150E-02 -3.54781937269827777E-02 -3.68266167998422891E-02
+ -3.82130727756827202E-02 -3.96376148964718983E-02 -4.11001993826368567E-02
+ -4.26006771960308062E-02 -4.41387848333776173E-02 -4.57141350612534011E-02
+ -4.73262075301097360E-02 -4.89743384213401911E-02 -5.06577102877619201E-02
+ -5.23753416296265512E-02 -5.41260756302423748E-02 -5.59085693302550368E-02
+ -5.77212824254384402E-02 -5.95624654998783351E-02 -6.14301488982364335E-02
+ -6.33221312114669449E-02 -6.52359676243334380E-02 -6.71689590343986648E-02
+ -6.91181409658463836E-02 -7.10802728728543165E-02 -7.30518283132074869E-02
+ -7.50289853583459149E-02 -7.70076179428561408E-02 -7.89832882318194096E-02
+ -8.09512399661044130E-02 -8.29063932212589089E-02 -8.48433405022787496E-02
+ -8.67563448521290331E-02 -8.86393396728788890E-02 -9.04859305229985672E-02
+ -9.22894001751434628E-02 -9.40427154471566024E-02 -9.57385371282911540E-02
+ -9.73692344234705909E-02 -9.89269010249006625E-02 -1.00403375982599338E-01
+ -1.01790270021837090E-01 -1.03078993325387544E-01 -1.04260790343797399E-01
+ -1.05326780277456650E-01 -1.06267999098179147E-01 -1.07075451118960191E-01
+ -1.07740165407756008E-01 -1.08253254292279763E-01 -1.08605983788640489E-01
+ -1.08789846745965799E-01 -1.08796639258878641E-01 -1.08618550558681484E-01
+ -1.08248252162655240E-01 -1.07678992020994277E-01 -1.06904701981290456E-01
+ -1.05920100015277172E-01 -1.04720799282069565E-01 -1.03303427631171577E-01
+ -1.01665736993019645E-01 -9.98067205678292158E-02 -9.77267341056606426E-02
+ -9.54276026273434552E-02 -9.29127334374247466E-02 -9.01872236079755141E-02
+ -8.72579490331258922E-02 -8.41336543102787909E-02 -8.08250252997196883E-02
+ -7.73447394432574681E-02 -7.37075064284069686E-02 -6.99300796327928798E-02
+ -6.60312404075122511E-02 -6.20317571838245665E-02 -5.79543062113759277E-02
+ -5.38233574839922513E-02 -4.96650168183356139E-02 -4.55068261556602280E-02
+ -4.13775172449093245E-02 -3.73067043943658555E-02 -3.33245397499362592E-02
+ -2.94613061230924733E-02 -2.57469412754213894E-02 -2.22105365189010986E-02
+ -1.88797569036813252E-02 -1.57802037371782763E-02 -1.29347693715544301E-02
+ -1.03629057670640429E-02 -8.07987226340737240E-03 -6.09599902723642270E-03
+ -4.41587672316269726E-03 -3.03759108900389287E-03 -1.95200371674018750E-03
+ -1.14200541380168061E-03 -5.81903671119006114E-04 -2.36899633791079809E-04
+ -6.26278944313277580E-05 -4.92662462138936731E-06  2.46591253334902488E-09
+ -3.96227187421436473E-10 -1.50964762395840559E-11  1.34331458781448842E-11
+ -1.76801935589078915E-12 -1.40641630708200790E-13  7.13289067516541280E-14
+ -7.45958490074363977E-15 -1.01895186280562343E-15  3.69734412804085013E-16
+ -2.89260038877476381E-17 -6.59760439821765655E-18  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+                       </PP_QIJL.4.4.2>
+                                   </PP_AUGMENTATION> 
+                                   </PP_NONLOCAL> 
+<PP_PSWFC> 
+ <PP_CHI.1 type="real" size="   969" l="0" occupation=" 2.0000" columns="3">
+ -1.80477968888890627E-04 -1.82748102244293265E-04 -1.85046790360935299E-04
+ -1.87374392413452588E-04 -1.89731272094340687E-04 -1.92117797670781184E-04
+ -1.94534342042184945E-04 -1.96981282798458171E-04 -1.99459002279001128E-04
+ -2.01967887632450315E-04 -2.04508330877169875E-04 -2.07080728962505894E-04
+ -2.09685483830810359E-04 -2.12323002480244979E-04 -2.14993697028376281E-04
+ -2.17697984776568600E-04 -2.20436288275188458E-04 -2.23209035389629361E-04
+ -2.26016659367165549E-04 -2.28859598904648787E-04 -2.31738298217054346E-04
+ -2.34653207106890968E-04 -2.37604781034483030E-04 -2.40593481189136976E-04
+ -2.43619774561203655E-04 -2.46684134015044882E-04 -2.49787038362920383E-04
+ -2.52928972439802810E-04 -2.56110427179133307E-04 -2.59331899689532036E-04
+ -2.62593893332470861E-04 -2.65896917800924565E-04 -2.69241489199012007E-04
+ -2.72628130122637240E-04 -2.76057369741146950E-04 -2.79529743880012642E-04
+ -2.83045795104555327E-04 -2.86606072804721629E-04 -2.90211133280926785E-04
+ -2.93861539830978175E-04 -2.97557862838090145E-04 -3.01300679860008139E-04
+ -3.05090575719252377E-04 -3.08928142594497605E-04 -3.12813980113102279E-04
+ -3.16748695444800052E-04 -3.20732903396571422E-04 -3.24767226508708223E-04
+ -3.28852295152086448E-04 -3.32988747626662880E-04 -3.37177230261209108E-04
+ -3.41418397514302199E-04 -3.45712912076584641E-04 -3.50061444974309930E-04
+ -3.54464675674192567E-04 -3.58923292189574055E-04 -3.63437991187926478E-04
+ -3.68009478099707644E-04 -3.72638467228584875E-04 -3.77325681863047711E-04
+ -3.82071854389419397E-04 -3.86877726406295347E-04 -3.91744048840418060E-04
+ -3.96671582064009700E-04 -4.01661096013582436E-04 -4.06713370310240162E-04
+ -4.11829194381495658E-04 -4.17009367584619296E-04 -4.22254699331539726E-04
+ -4.27566009215315135E-04 -4.32944127138194606E-04 -4.38389893441291727E-04
+ -4.43904159035888256E-04 -4.49487785536389342E-04 -4.55141645394952974E-04
+ -4.60866622037808783E-04 -4.66663610003295571E-04 -4.72533515081632915E-04
+ -4.78477254456451779E-04 -4.84495756848104847E-04 -4.90589962658779122E-04
+ -4.96760824119434324E-04 -5.03009305438590335E-04 -5.09336382952982683E-04
+ -5.15743045280119537E-04 -5.22230293472749295E-04 -5.28799141175277350E-04
+ -5.35450614782148398E-04 -5.42185753598219675E-04 -5.49005610001154385E-04
+ -5.55911249605853101E-04 -5.62903751430958053E-04 -5.69984208067449171E-04
+ -5.77153725849360822E-04 -5.84413425026648089E-04 -5.91764439940222647E-04
+ -5.99207919199196072E-04 -6.06745025860348157E-04 -6.14376937609853718E-04
+ -6.22104846947297836E-04 -6.29929961372000446E-04 -6.37853503571689088E-04
+ -6.45876711613542270E-04 -6.54000839137636831E-04 -6.62227155552830098E-04
+ -6.70556946235100469E-04 -6.78991512728388600E-04 -6.87532172947961863E-04
+ -6.96180261386336206E-04 -7.04937129321791980E-04 -7.13804145029506049E-04
+ -7.22782693995344637E-04 -7.31874179132343053E-04 -7.41080020999909249E-04
+ -7.50401658025785269E-04 -7.59840546730796394E-04 -7.69398161956430710E-04
+ -7.79075997095282700E-04 -7.88875564324389490E-04 -7.98798394841509184E-04
+ -8.08846039104363520E-04 -8.19020067072895471E-04 -8.29322068454571614E-04
+ -8.39753652952768726E-04 -8.50316450518288740E-04 -8.61012111604030138E-04
+ -8.71842307422869881E-04 -8.82808730208782880E-04 -8.93913093481249845E-04
+ -9.05157132312991042E-04 -9.16542603601061068E-04 -9.28071286341361143E-04
+ -9.39744981906599926E-04 -9.51565514327750448E-04 -9.63534730579051297E-04
+ -9.75654500866584055E-04 -9.87926718920487243E-04 -1.00035330229084475E-03
+ -1.01293619264728992E-03 -1.02567735608239037E-03 -1.03857878341883118E-03
+ -1.05164249052047730E-03 -1.06487051860733816E-03 -1.07826493457449830E-03
+ -1.09182783131506179E-03 -1.10556132804714817E-03 -1.11946757064501114E-03
+ -1.13354873197431846E-03 -1.14780701223164651E-03 -1.16224463928825102E-03
+ -1.17686386903814938E-03 -1.19166698575059343E-03 -1.20665630242696863E-03
+ -1.22183416116218189E-03 -1.23720293351060016E-03 -1.25276502085658044E-03
+ -1.26852285478966896E-03 -1.28447889748451827E-03 -1.30063564208557727E-03
+ -1.31699561309662669E-03 -1.33356136677520356E-03 -1.35033549153199548E-03
+ -1.36732060833525239E-03 -1.38451937112028735E-03 -1.40193446720412898E-03
+ -1.41956861770537444E-03 -1.43742457796934889E-03 -1.45550513799858451E-03
+ -1.47381312288873026E-03 -1.49235139326994097E-03 -1.51112284575380547E-03
+ -1.53013041338591772E-03 -1.54937706610411502E-03 -1.56886581120249473E-03
+ -1.58859969380126535E-03 -1.60858179732248862E-03 -1.62881524397183821E-03
+ -1.64930319522637952E-03 -1.67004885232850567E-03 -1.69105545678608737E-03
+ -1.71232629087888664E-03 -1.73386467817137810E-03 -1.75567398403197843E-03
+ -1.77775761615883428E-03 -1.80011902511221351E-03 -1.82276170485357329E-03
+ -1.84568919329144402E-03 -1.86890507283413968E-03 -1.89241297094943869E-03
+ -1.91621656073130545E-03 -1.94031956147371217E-03 -1.96472573925171676E-03
+ -1.98943890750980651E-03 -2.01446292765766451E-03 -2.03980170967342500E-03
+ -2.06545921271449181E-03 -2.09143944573607788E-03 -2.11774646811747685E-03
+ -2.14438439029623765E-03 -2.17135737441031271E-03 -2.19866963494825055E-03
+ -2.22632543940761048E-03 -2.25432910896160906E-03 -2.28268501913417472E-03
+ -2.31139760048349125E-03 -2.34047133929410301E-03 -2.36991077827777494E-03
+ -2.39972051728310929E-03 -2.42990521401411459E-03 -2.46046958475781147E-03
+ -2.49141840512095113E-03 -2.52275651077604702E-03 -2.55448879821673462E-03
+ -2.58662022552265695E-03 -2.61915581313396659E-03 -2.65210064463552476E-03
+ -2.68545986755102566E-03 -2.71923869414703381E-03 -2.75344240224716791E-03
+ -2.78807633605652029E-03 -2.82314590699640029E-03 -2.85865659454962763E-03
+ -2.89461394711639690E-03 -2.93102358288092847E-03 -2.96789119068901260E-03
+ -3.00522253093654873E-03 -3.04302343646931529E-03 -3.08129981349397663E-03
+ -3.12005764250058255E-03 -3.15930297919666441E-03 -3.19904195545302064E-03
+ -3.23928078026146501E-03 -3.28002574070453308E-03 -3.32128320293741510E-03
+ -3.36305961318224223E-03 -3.40536149873479996E-03 -3.44819546898398254E-03
+ -3.49156821644396997E-03 -3.53548651779943008E-03 -3.57995723496383825E-03
+ -3.62498731615105811E-03 -3.67058379696045840E-03 -3.71675380147558050E-03
+ -3.76350454337666222E-03 -3.81084332706712030E-03 -3.85877754881416932E-03
+ -3.90731469790380273E-03 -3.95646235781023023E-03 -4.00622820738005293E-03
+ -4.05662002203128688E-03 -4.10764567496743442E-03 -4.15931313840684023E-03
+ -4.21163048482743260E-03 -4.26460588822714752E-03 -4.31824762540014648E-03
+ -4.37256407722906928E-03 -4.42756372999351944E-03 -4.48325517669495577E-03
+ -4.53964711839824776E-03 -4.59674836559005422E-03 -4.65456783955424478E-03
+ -4.71311457376462350E-03 -4.77239771529508472E-03 -4.83242652624751162E-03
+ -4.89321038519757376E-03 -4.95475878865867057E-03 -5.01708135256426040E-03
+ -5.08018781376876841E-03 -5.14408803156734748E-03 -5.20879198923469844E-03
+ -5.27430979558319961E-03 -5.34065168654058921E-03 -5.40782802674741672E-03
+ -5.47584931117456406E-03 -5.54472616676103883E-03 -5.61446935407230053E-03
+ -5.68508976897941047E-03 -5.75659844435920474E-03 -5.82900655181580601E-03
+ -5.90232540342373966E-03 -5.97656645349284397E-03 -6.05174130035537796E-03
+ -6.12786168817547588E-03 -6.20493950878129967E-03 -6.28298680352018003E-03
+ -6.36201576513693856E-03 -6.44203873967584290E-03 -6.52306822840628339E-03
+ -6.60511688977266469E-03 -6.68819754136868241E-03 -6.77232316193631702E-03
+ -6.85750689338990478E-03 -6.94376204286551411E-03 -7.03110208479599923E-03
+ -7.11954066301205123E-03 -7.20909159286951470E-03 -7.29976886340336865E-03
+ -7.39158663950862521E-03 -7.48455926414856500E-03 -7.57870126059056841E-03
+ -7.67402733466992365E-03 -7.77055237708197417E-03 -7.86829146570289413E-03
+ -7.96725986793952144E-03 -8.06747304310857088E-03 -8.16894664484554313E-03
+ -8.27169652354381446E-03 -8.37573872882414576E-03 -8.48108951203508862E-03
+ -8.58776532878461826E-03 -8.69578284150337479E-03 -8.80515892203994482E-03
+ -8.91591065428851831E-03 -9.02805533684936969E-03 -9.14161048572255212E-03
+ -9.25659383703516907E-03 -9.37302334980273655E-03 -9.49091720872492772E-03
+ -9.61029382701621658E-03 -9.73117184927183368E-03 -9.85357015436939473E-03
+ -9.97750785840676759E-03 -1.01030043176764620E-02 -1.02300791316771375E-02
+ -1.03587521461625948E-02 -1.04890434562287475E-02 -1.06209734094389486E-02
+ -1.07545626089883255E-02 -1.08898319169073825E-02 -1.10268024573054908E-02
+ -1.11654956196547469E-02 -1.13059330621145537E-02 -1.14481367148975798E-02
+ -1.15921287836775570E-02 -1.17379317530393167E-02 -1.18855683899717710E-02
+ -1.20350617474040897E-02 -1.21864351677859091E-02 -1.23397122867118271E-02
+ -1.24949170365908774E-02 -1.26520736503615231E-02 -1.28112066652525409E-02
+ -1.29723409265906156E-02 -1.31355015916550018E-02 -1.33007141335798346E-02
+ -1.34680043453048789E-02 -1.36373983435748494E-02 -1.38089225729883681E-02
+ -1.39826038100968782E-02 -1.41584691675540712E-02 -1.43365460983166937E-02
+ -1.45168623998969404E-02 -1.46994462186674519E-02 -1.48843260542192660E-02
+ -1.50715307637734434E-02 -1.52610895666470577E-02 -1.54530320487739400E-02
+ -1.56473881672812322E-02 -1.58441882551219881E-02 -1.60434630257647107E-02
+ -1.62452435779405387E-02 -1.64495614004484189E-02 -1.66564483770193922E-02
+ -1.68659367912403144E-02 -1.70780593315378801E-02 -1.72928490962236461E-02
+ -1.75103395986005751E-02 -1.77305647721320569E-02 -1.79535589756739666E-02
+ -1.81793569987704802E-02 -1.84079940670144777E-02 -1.86395058474730924E-02
+ -1.88739284541793242E-02 -1.91112984536903410E-02 -1.93516528707132658E-02
+ -1.95950291937992613E-02 -1.98414653811064476E-02 -2.00909998662327435E-02
+ -2.03436715641191652E-02 -2.05995198770244289E-02 -2.08585847005717702E-02
+ -2.11209064298684308E-02 -2.13865259656990242E-02 -2.16554847207933339E-02
+ -2.19278246261693822E-02 -2.22035881375525629E-02 -2.24828182418718471E-02
+ -2.27655584638335323E-02 -2.30518528725736915E-02 -2.33417460883900037E-02
+ -2.36352832895537560E-02 -2.39325102192030660E-02 -2.42334731923178198E-02
+ -2.45382191027775018E-02 -2.48467954305026696E-02 -2.51592502486807992E-02
+ -2.54756322310775649E-02 -2.57959906594342446E-02 -2.61203754309521329E-02
+ -2.64488370658650246E-02 -2.67814267151003649E-02 -2.71181961680301356E-02
+ -2.74591978603121560E-02 -2.78044848818229419E-02 -2.81541109846827377E-02
+ -2.85081305913736996E-02 -2.88665988029523195E-02 -2.92295714073562973E-02
+ -2.95971048878076771E-02 -2.99692564313123223E-02 -3.03460839372570318E-02
+ -3.07276460261050668E-02 -3.11140020481907760E-02 -3.15052120926144971E-02
+ -3.19013369962383511E-02 -3.23024383527838743E-02 -3.27085785220324193E-02
+ -3.31198206391288344E-02 -3.35362286239897431E-02 -3.39578671908168719E-02
+ -3.43848018577164322E-02 -3.48170989564253533E-02 -3.52548256421449935E-02
+ -3.56980499034833809E-02 -3.61468405725066874E-02 -3.66012673349004405E-02
+ -3.70614007402418552E-02 -3.75273122123831043E-02 -3.79990740599471452E-02
+ -3.84767594869363586E-02 -3.89604426034546661E-02 -3.94501984365440428E-02
+ -3.99461029411357638E-02 -4.04482330111173224E-02 -4.09566664905154018E-02
+ -4.14714821847955994E-02 -4.19927598722795517E-02 -4.25205803156795126E-02
+ -4.30550252737516223E-02 -4.35961775130676785E-02 -4.41441208199062421E-02
+ -4.46989400122634328E-02 -4.52607209519832812E-02 -4.58295505570089148E-02
+ -4.64055168137539470E-02 -4.69887087895946506E-02 -4.75792166454836324E-02
+ -4.81771316486838894E-02 -4.87825461856247200E-02 -4.93955537748787046E-02
+ -5.00162490802598392E-02 -5.06447279240432799E-02 -5.12810873003056236E-02
+ -5.19254253883863620E-02 -5.25778415664700169E-02 -5.32384364252883741E-02
+ -5.39073117819426073E-02 -5.45845706938448069E-02 -5.52703174727782950E-02
+ -5.59646576990761035E-02 -5.66676982359166706E-02 -5.73795472437367213E-02
+ -5.81003141947584872E-02 -5.88301098876330072E-02 -5.95690464621957960E-02
+ -6.03172374143348816E-02 -6.10747976109702120E-02 -6.18418433051413641E-02
+ -6.26184921512033948E-02 -6.34048632201291013E-02 -6.42010770149139542E-02
+ -6.50072554860843116E-02 -6.58235220473043781E-02 -6.66500015910809207E-02
+ -6.74868205045625613E-02 -6.83341066854317170E-02 -6.91919895578850391E-02
+ -7.00606000887002284E-02 -7.09400708033861849E-02 -7.18305358024116519E-02
+ -7.27321307775103398E-02 -7.36449930280578813E-02 -7.45692614775150253E-02
+ -7.55050766899361819E-02 -7.64525808865349488E-02 -7.74119179623034559E-02
+ -7.83832335026816845E-02 -7.93666748002676142E-02 -8.03623908715658114E-02
+ -8.13705324737680480E-02 -8.23912521215565963E-02 -8.34247041039271886E-02
+ -8.44710445010231209E-02 -8.55304312009709522E-02 -8.66030239167139282E-02
+ -8.76889842028327482E-02 -8.87884754723432951E-02 -8.99016630134661238E-02
+ -9.10287140063562733E-02 -9.21697975397807734E-02 -9.33250846277400292E-02
+ -9.44947482260159316E-02 -9.56789632486356734E-02 -9.68779065842459292E-02
+ -9.80917571123760962E-02 -9.93206957195808815E-02 -1.00564905315454423E-01
+ -1.01824570848489435E-01 -1.03099879321775681E-01 -1.04391019808523652E-01
+ -1.05698183467385229E-01 -1.07021563557566729E-01 -1.08361355453713754E-01
+ -1.09717756660539331E-01 -1.11090966827190163E-01 -1.12481187761324750E-01
+ -1.13888623442873080E-01 -1.15313480037473465E-01 -1.16755965909551410E-01
+ -1.18216291635011697E-01 -1.19694670013538562E-01 -1.21191316080457481E-01
+ -1.22706447118133416E-01 -1.24240282666899252E-01 -1.25793044535452675E-01
+ -1.27364956810707058E-01 -1.28956245867079933E-01 -1.30567140375146634E-01
+ -1.32197871309655657E-01 -1.33848671956873805E-01 -1.35519777921184137E-01
+ -1.37211427130939340E-01 -1.38923859843522679E-01 -1.40657318649535845E-01
+ -1.42412048476123654E-01 -1.44188296589366077E-01 -1.45986312595658169E-01
+ -1.47806348442093088E-01 -1.49648658415751257E-01 -1.51513499141824909E-01
+ -1.53401129580596540E-01 -1.55311811023136015E-01 -1.57245807085670042E-01
+ -1.59203383702632068E-01 -1.61184809118220723E-01 -1.63190353876453587E-01
+ -1.65220290809700077E-01 -1.67274895025489534E-01 -1.69354443891620382E-01
+ -1.71459217019515470E-01 -1.73589496245596164E-01 -1.75745565610745308E-01
+ -1.77927711337740158E-01 -1.80136221806433711E-01 -1.82371387526781559E-01
+ -1.84633501109524895E-01 -1.86922857234327749E-01 -1.89239752615488643E-01
+ -1.91584485964945372E-01 -1.93957357952422443E-01 -1.96358671162844028E-01
+ -1.98788730050626861E-01 -2.01247840890784069E-01 -2.03736311726941705E-01
+ -2.06254452315767334E-01 -2.08802574067863067E-01 -2.11380989985156448E-01
+ -2.13990014594187566E-01 -2.16629963875494852E-01 -2.19301155189004254E-01
+ -2.22003907194766703E-01 -2.24738539769394841E-01 -2.27505373917917475E-01
+ -2.30304731680409935E-01 -2.33136936033881137E-01 -2.36002310788890918E-01
+ -2.38901180480354108E-01 -2.41833870253101713E-01 -2.44800705741373248E-01
+ -2.47802012941898075E-01 -2.50838118081162575E-01 -2.53909347475691605E-01
+ -2.57016027385318757E-01 -2.60158483859975920E-01 -2.63337042578463021E-01
+ -2.66552028679621411E-01 -2.69803766586212190E-01 -2.73092579819661174E-01
+ -2.76418790806619741E-01 -2.79782720677231700E-01 -2.83184689053113448E-01
+ -2.86625013826543040E-01 -2.90104010930122669E-01 -2.93621994095017436E-01
+ -2.97179274599737087E-01 -3.00776161007907272E-01 -3.04412958893527319E-01
+ -3.08089970556017057E-01 -3.11807494722493583E-01 -3.15565826236537228E-01
+ -3.19365255735853393E-01 -3.23206069315129574E-01 -3.27088548174517268E-01
+ -3.31012968255896434E-01 -3.34979599862069599E-01 -3.38988707260876154E-01
+ -3.43040548275645951E-01 -3.47135373856181817E-01 -3.51273427634125057E-01
+ -3.55454945462728156E-01 -3.59680154934815643E-01 -3.63949274884685203E-01
+ -3.68262514871876556E-01 -3.72620074641038079E-01 -3.77022143565287848E-01
+ -3.81468900068236749E-01 -3.85960511020417063E-01 -3.90497131118657859E-01
+ -3.95078902240221075E-01 -3.99705952770203710E-01 -4.04378396911089510E-01
+ -4.09096333962504222E-01 -4.13859847573804451E-01 -4.18669004977529347E-01
+ -4.23523856188018355E-01 -4.28424433173263230E-01 -4.33370749005483169E-01
+ -4.38362796971738355E-01 -4.43400549659042464E-01 -4.48483958014716355E-01
+ -4.53612950362250522E-01 -4.58787431393577860E-01 -4.64007281131414762E-01
+ -4.69272353843858403E-01 -4.74582476937638331E-01 -4.79937449814444417E-01
+ -4.85337042678056607E-01 -4.90780995322408653E-01 -4.96269015873890051E-01
+ -5.01800779485335968E-01 -5.07375927012796879E-01 -5.12994063636088016E-01
+ -5.18654757434785285E-01 -5.24357537947647168E-01 -5.30101894664426254E-01
+ -5.35887275480174008E-01 -5.41713085131258820E-01 -5.47578683552850887E-01
+ -5.53483384209358942E-01 -5.59426452400917151E-01 -5.65407103483291706E-01
+ -5.71424501073810043E-01 -5.77477755222787992E-01 -5.83565920495416113E-01
+ -5.89687994054346021E-01 -5.95842913692049780E-01 -6.02029555777471859E-01
+ -6.08246733218713698E-01 -6.14493193354683775E-01 -6.20767615773407666E-01
+ -6.27068610160802176E-01 -6.33394714053497343E-01 -6.39744390540883501E-01
+ -6.46116026008632049E-01 -6.52507927759761741E-01 -6.58918321618849112E-01
+ -6.65345349581594192E-01 -6.71787067318650122E-01 -6.78241441707964521E-01
+ -6.84706348404289677E-01 -6.91179569250783610E-01 -6.97658789772986010E-01
+ -7.04141596687202775E-01 -7.10625475256655759E-01 -7.17107806788992996E-01
+ -7.23585866110431075E-01 -7.30056818916223205E-01 -7.36517719323314002E-01
+ -7.42965507347624010E-01 -7.49397006314113545E-01 -7.55808920526359063E-01
+ -7.62197832798409247E-01 -7.68560202007915305E-01 -7.74892360954562487E-01
+ -7.81190514016633863E-01 -7.87450734951654185E-01 -7.93668965025044026E-01
+ -7.99841010886388815E-01 -8.05962542745274568E-01 -8.12029092860267143E-01
+ -8.18036053762500770E-01 -8.23978676955637090E-01 -8.29852071870894936E-01
+ -8.35651204599219488E-01 -8.41370897286385810E-01 -8.47005827682101975E-01
+ -8.52550528576741851E-01 -8.57999388085442627E-01 -8.63346649946756917E-01
+ -8.68586413897967424E-01 -8.73712637062503683E-01 -8.78719135187826961E-01
+ -8.83599584233718982E-01 -8.88347523093157121E-01 -8.92956356001582296E-01
+ -8.97419355653563344E-01 -9.01729667495509868E-01 -9.05880313590993747E-01
+ -9.09864197618504678E-01 -9.13674110975048137E-01 -9.17302738444758070E-01
+ -9.20742665450121400E-01 -9.23986386218185740E-01 -9.27026311648646573E-01
+ -9.29854779199921211E-01 -9.32464063387353437E-01 -9.34846386281035668E-01
+ -9.36993930401091579E-01 -9.38898851832510539E-01 -9.40553293801677293E-01
+ -9.41949402921233969E-01 -9.43079345217073040E-01 -9.43935323226365530E-01
+ -9.44509595862750295E-01 -9.44794497652842624E-01 -9.44782459754976878E-01
+ -9.44466033601176758E-01 -9.43837913625980240E-01 -9.42890962503712071E-01
+ -9.41618238565753218E-01 -9.40013022254802433E-01 -9.38068845683317165E-01
+ -9.35779523659251544E-01 -9.33139183946468664E-01 -9.30142300971913749E-01
+ -9.26783730086220614E-01 -9.23058741448145814E-01 -9.18963057333042066E-01
+ -9.14492888980812157E-01 -9.09644973532902079E-01 -9.04416613900624222E-01
+ -8.98805717192595832E-01 -8.92810833586599073E-01 -8.86431197100094104E-01
+ -8.79666764114766409E-01 -8.72518252334300359E-01 -8.64987180075552531E-01
+ -8.57075902783421828E-01 -8.48787649288239354E-01 -8.40126556453256401E-01
+ -8.31097700746536994E-01 -8.21707127888442357E-01 -8.11961878908893819E-01
+ -8.01870012779204999E-01 -7.91440624339350474E-01 -7.80683857039262463E-01
+ -7.69610911429651656E-01 -7.58234045108944432E-01 -7.46566566731847736E-01
+ -7.34622823964081517E-01 -7.22418178348594675E-01 -7.09968974728086288E-01
+ -6.97292501364402240E-01 -6.84406932533826340E-01 -6.71331267620041028E-01
+ -6.58085255995703222E-01 -6.44689301509419499E-01 -6.31164366664420107E-01
+ -6.17531856484940800E-01 -6.03813482784854250E-01 -5.90031132012396320E-01
+ -5.76206707286390896E-01 -5.62361957490096098E-01 -5.48518314541749152E-01
+ -5.34696703155549846E-01 -5.20917352471458872E-01 -5.07199622460973831E-01
+ -4.93561810065592799E-01 -4.80020982424798348E-01 -4.66592837168081309E-01
+ -4.53291566289172110E-01 -4.40129784939446711E-01 -4.27118513216946327E-01
+ -4.14267212422818609E-01 -4.01583939327540607E-01 -3.89075607316344885E-01
+ -3.76748402327406307E-01 -3.64608164516274813E-01 -3.52660395989006947E-01
+ -3.40910258194151661E-01 -3.29362570296967527E-01 -3.18021806055487299E-01
+ -3.06892091712518855E-01 -2.95977206031482865E-01 -2.85280579116211908E-01
+ -2.74805292693033387E-01 -2.64554081336935087E-01 -2.54529333637124100E-01
+ -2.44733094518227001E-01 -2.35167067860051704E-01 -2.25832620224664937E-01
+ -2.16730784812869448E-01 -2.07862265766149079E-01 -1.99227444454885494E-01
+ -1.90826384706966945E-01 -1.82658839101965759E-01 -1.74724257559157520E-01
+ -1.67021793592764117E-01 -1.59550312847822867E-01 -1.52308403465575587E-01
+ -1.45294383277410455E-01 -1.38506310661813320E-01 -1.31941996005839668E-01
+ -1.25599009841411868E-01 -1.19474695885597115E-01 -1.13566182854819439E-01
+ -1.07870393575512147E-01 -1.02384059829813925E-01 -9.71037338136979677E-02
+ -9.20257982363104354E-02 -8.71464823577485781E-02 -8.24618725155231436E-02
+ -7.79679231810288670E-02 -7.36604733778768589E-02 -6.95352559247802565E-02
+ -6.55879093591255485E-02 -6.18139937894126024E-02 -5.82089987990217494E-02
+ -5.47683560443770479E-02 -5.14874536146666048E-02 -4.83616427954441513E-02
+ -4.53862510087706672E-02 -4.25565939855361217E-02 -3.98679816693958411E-02
+ -3.73157310944774445E-02 -3.48951759570480038E-02 -3.26016719492307414E-02
+ -3.04306091197294737E-02 -2.83774187177775715E-02 -2.64375782028801395E-02
+ -2.46066226020934115E-02 -2.28801487611891459E-02 -2.12538201969927031E-02
+ -1.97233769571905637E-02 -1.82846376325542445E-02 -1.69335041206891482E-02
+ -1.56659695186582466E-02 -1.44781184213633191E-02 -1.33661315298574217E-02
+ -1.23262912433093671E-02 -1.13549808105789084E-02 -1.04486885921288557E-02
+ -9.60401126331848244E-03 -8.81765227784676170E-03 -8.08642556065586326E-03
+ -7.40725644580134991E-03 -6.77717979027434806E-03 -6.19334287919525231E-03
+ -5.65300438899541541E-03 -5.15353237908309104E-03 -4.69240622181322110E-03
+ -4.26721399913810445E-03 -3.87565050483076965E-03 -3.51551806443176941E-03
+ -3.18472283854481656E-03 -2.88127289317754217E-03 -2.60327784329899030E-03
+ -2.34894455330667776E-03 -2.11657525903373878E-03 -1.90456608581032901E-03
+ -1.71140256890891271E-03 -1.53565776930440355E-03 -1.37598984812123382E-03
+ -1.23113770296451232E-03 -1.09991902921927434E-03 -9.81227207426974782E-04
+ -8.74027242841689776E-04 -7.77353744308221335E-04 -6.90307408800794461E-04
+ -6.12051366341790954E-04 -5.41809072171142735E-04 -4.78860662649208731E-04
+ -4.22539744892915241E-04 -3.72231220642133247E-04 -3.27367750479437667E-04
+ -2.87426984400418733E-04 -2.51929354893529786E-04 -2.20434833139884350E-04
+ -1.92540564334521845E-04 -1.67878692713900422E-04 -1.46113520699495201E-04
+ -1.26939500438025152E-04 -1.10079168500655175E-04 -9.52807480045475390E-05
+ -8.23164516497726107E-05 -7.09805962799585702E-05 -6.10876397786536455E-05
+ -5.24707564295207095E-05 -4.49801821381541205E-05 -3.84816486413840260E-05
+ -3.28551973660713110E-05 -2.79937822785276556E-05 -2.38020490679836207E-05
+ -2.01953580552790319E-05 -1.70986486924795351E-05 -1.44455065922046341E-05
+ -1.21773693989864993E-05 -1.02426382126619496E-05 -8.59597636114929343E-06
+ -7.19767619758616679E-06 -6.01298786073389166E-06 -5.01160000971731233E-06
+ -4.16714738696275717E-06 -3.45671952039077860E-06 -2.86048202173863632E-06
+ -2.36130441540302482E-06 -1.94441079937254951E-06 -1.59710805663204638E-06
+ -1.30851316203431705E-06 -1.06931139984049219E-06 -8.71564629898450349E-07
+ -7.08517910364742905E-07 -5.74436376292723347E-07 -4.64472470478448297E-07
+ -3.74533402644730786E-07 -3.01173745688163046E-07 -2.41505345734940470E-07
+ -1.93109622210393447E-07 -1.53968442562058090E-07 -1.22404435413198426E-07
+ -9.70249302648221323E-08 -7.66784529520389917E-08 -6.04162625306220567E-08
+ -4.74576789351268922E-08 -3.71633296483328175E-08 -2.90111098620351573E-08
+ -2.25754122882463949E-08 -1.75110675526468072E-08 -1.35388051318272022E-08
+ -1.04331937099270330E-08 -8.01324187377470491E-09 -6.13390605047385739E-09
+ -4.67930059710946941E-09 -3.55734126489632055E-09 -2.69496322770883138E-09
+ -2.03441283798957314E-09 -1.53027999087325434E-09 -1.14690606873567386E-09
+ -8.56418407782572047E-10 -6.37136448806437250E-10 -4.72219482955106159E-10
+ -3.48655956767586727E-10 -2.56436070612016215E-10 -1.87872552748120285E-10
+ -1.37097049679764018E-10 -9.96459855602229352E-11 -7.21320417017293502E-11
+ -5.20013025485482258E-11 -3.73338294839320481E-11 -2.66906698812354168E-11
+ -1.90006794178522671E-11 -1.34683212817356163E-11 -9.50508270315013770E-12
+ -6.67857981899437381E-12 -4.67171057849531511E-12 -3.25306896221456190E-12
+ -2.25489893649035599E-12 -1.55578510420792753E-12 -1.06837398530568078E-12
+                              </PP_CHI.1>
+ <PP_CHI.2 type="real" size="   969" l="0" occupation=" 1.0000" columns="3">
+ -2.36272761935660538E-05 -2.39244707362249126E-05 -2.42254035258082737E-05
+ -2.45301215836651708E-05 -2.48386725226001313E-05 -2.51511045543126262E-05
+ -2.54674664969303100E-05 -2.57878077826369217E-05 -2.61121784653961071E-05
+ -2.64406292287725452E-05 -2.67732113938512011E-05 -2.71099769272563836E-05
+ -2.74509784492716370E-05 -2.77962692420616828E-05 -2.81459032579979713E-05
+ -2.84999351280886649E-05 -2.88584201705149111E-05 -2.92214143992743731E-05
+ -2.95889745329334823E-05 -2.99611580034899067E-05 -3.03380229653462180E-05
+ -3.07196283043967324E-05 -3.11060336472284462E-05 -3.14972993704378364E-05
+ -3.18934866100648048E-05 -3.22946572711451771E-05 -3.27008740373835072E-05
+ -3.31122003809475364E-05 -3.35287005723857224E-05 -3.39504396906697430E-05
+ -3.43774836333629919E-05 -3.48098991269172797E-05 -3.52477537370989022E-05
+ -3.56911158795458823E-05 -3.61400548304580547E-05 -3.65946407374214287E-05
+ -3.70549446303689703E-05 -3.75210384326790249E-05 -3.79929949724134786E-05
+ -3.84708879936972940E-05 -3.89547921682409907E-05 -3.94447831070082394E-05
+ -3.99409373720301624E-05 -4.04433324883682303E-05 -4.09520469562277688E-05
+ -4.14671602632234155E-05 -4.19887528967993878E-05 -4.25169063568056182E-05
+ -4.30517031682322237E-05 -4.35932268941041732E-05 -4.41415621485379139E-05
+ -4.46967946099625731E-05 -4.52590110345072260E-05 -4.58282992695565466E-05
+ -4.64047482674772679E-05 -4.69884480995167526E-05 -4.75794899698768725E-05
+ -4.81779662299647277E-05 -4.87839703928225310E-05 -4.93975971477392440E-05
+ -5.00189423750456550E-05 -5.06481031610958430E-05 -5.12851778134369290E-05
+ -5.19302658761696786E-05 -5.25834681455024808E-05 -5.32448866855005022E-05
+ -5.39146248440334607E-05 -5.45927872689237192E-05 -5.52794799242974300E-05
+ -5.59748101071417181E-05 -5.66788864640695910E-05 -5.73918190082960714E-05
+ -5.81137191368278906E-05 -5.88446996478690670E-05 -5.95848747584459538E-05
+ -6.03343601222532954E-05 -6.10932728477252816E-05 -6.18617315163337908E-05
+ -6.26398562011165106E-05 -6.34277684854386565E-05 -6.42255914819900168E-05
+ -6.50334498520213823E-05 -6.58514698248228623E-05 -6.66797792174470802E-05
+ -6.75185074546807333E-05 -6.83677855892667253E-05 -6.92277463223814788E-05
+ -7.00985240243691638E-05 -7.09802547557369744E-05 -7.18730762884147210E-05
+ -7.27771281272811759E-05 -7.36925515319618231E-05 -7.46194895389004089E-05
+ -7.55580869837083058E-05 -7.65084905237949428E-05 -7.74708486612825538E-05
+ -7.84453117662098115E-05 -7.94320321000265429E-05 -8.04311638393845400E-05
+ -8.14428631002276244E-05 -8.24672879621839188E-05 -8.35045984932660196E-05
+ -8.45549567748809654E-05 -8.56185269271552893E-05 -8.66954751345785549E-05
+ -8.77859696719689549E-05 -8.88901809307660946E-05 -9.00082814456541996E-05
+ -9.11404459215200713E-05 -9.22868512607506140E-05 -9.34476765908727935E-05
+ -9.46231032925421545E-05 -9.58133150278828887E-05 -9.70184977691843629E-05
+ -9.82388398279589159E-05 -9.94745318843645311E-05 -1.00725767016998074E-04
+ -1.01992740733063166E-04 -1.03275650998917184E-04 -1.04574698271003145E-04
+ -1.05890085527169552E-04 -1.07222018298385293E-04 -1.08570704700852629E-04
+ -1.09936355468524433E-04 -1.11319183986030603E-04 -1.12719406322017796E-04
+ -1.14137241262909467E-04 -1.15572910347089795E-04 -1.17026637899517850E-04
+ -1.18498651066777425E-04 -1.19989179852566670E-04 -1.21498457153635146E-04
+ -1.23026718796172388E-04 -1.24574203572654031E-04 -1.26141153279151928E-04
+ -1.27727812753112403E-04 -1.29334429911610697E-04 -1.30961255790086210E-04
+ -1.32608544581564375E-04 -1.34276553676373101E-04 -1.35965543702356944E-04
+ -1.37675778565598384E-04 -1.39407525491650928E-04 -1.41161055067290272E-04
+ -1.42936641282791682E-04 -1.44734561574737410E-04 -1.46555096869363858E-04
+ -1.48398531626453307E-04 -1.50265153883777749E-04 -1.52155255302101978E-04
+ -1.54069131210751525E-04 -1.56007080653755158E-04 -1.57969406436566496E-04
+ -1.59956415173373678E-04 -1.61968417335004545E-04 -1.64005727297432700E-04
+ -1.66068663390895124E-04 -1.68157547949626695E-04 -1.70272707362220351E-04
+ -1.72414472122620939E-04 -1.74583176881758988E-04 -1.76779160499835654E-04
+ -1.79002766099263554E-04 -1.81254341118274384E-04 -1.83534237365200800E-04
+ -1.85842811073438636E-04 -1.88180422957104322E-04 -1.90547438267387988E-04
+ -1.92944226849617908E-04 -1.95371163201042101E-04 -1.97828626529334480E-04
+ -2.00317000811840327E-04 -2.02836674855563190E-04 -2.05388042357907959E-04
+ -2.07971501968188226E-04 -2.10587457349903834E-04 -2.13236317243806911E-04
+ -2.15918495531755334E-04 -2.18634411301372268E-04 -2.21384488911518916E-04
+ -2.24169158058587216E-04 -2.26988853843631096E-04 -2.29844016840337003E-04
+ -2.32735093163851552E-04 -2.35662534540475097E-04 -2.38626798378228060E-04
+ -2.41628347838309884E-04 -2.44667651907451043E-04 -2.47745185471177811E-04
+ -2.50861429387998311E-04 -2.54016870564517530E-04 -2.57212002031502939E-04
+ -2.60447323020900089E-04 -2.63723339043819870E-04 -2.67040561969506809E-04
+ -2.70399510105295837E-04 -2.73800708277580291E-04 -2.77244687913792015E-04
+ -2.80731987125415418E-04 -2.84263150792045123E-04 -2.87838730646496380E-04
+ -2.91459285360991715E-04 -2.95125380634424510E-04 -2.98837589280723270E-04
+ -3.02596491318326655E-04 -3.06402674060779034E-04 -3.10256732208471500E-04
+ -3.14159267941529206E-04 -3.18110891013869703E-04 -3.22112218848444461E-04
+ -3.26163876633672419E-04 -3.30266497421092175E-04 -3.34420722224235373E-04
+ -3.38627200118745558E-04 -3.42886588343757159E-04 -3.47199552404540968E-04
+ -3.51566766176450668E-04 -3.55988912010164445E-04 -3.60466680838255932E-04
+ -3.65000772283103551E-04 -3.69591894766150501E-04 -3.74240765618545797E-04
+ -3.78948111193167783E-04 -3.83714666978059323E-04 -3.88541177711288399E-04
+ -3.93428397497246735E-04 -3.98377089924417357E-04 -4.03388028184614061E-04
+ -4.08461995193722452E-04 -4.13599783713959135E-04 -4.18802196477659791E-04
+ -4.24070046312632898E-04 -4.29404156269076493E-04 -4.34805359748096081E-04
+ -4.40274500631836598E-04 -4.45812433415241759E-04 -4.51420023339478690E-04
+ -4.57098146527027945E-04 -4.62847690118475938E-04 -4.68669552411023888E-04
+ -4.74564642998732023E-04 -4.80533882914532123E-04 -4.86578204774014737E-04
+ -4.92698552921026853E-04 -4.98895883575096294E-04 -5.05171164980704342E-04
+ -5.11525377558435883E-04 -5.17959514058022731E-04 -5.24474579713310159E-04
+ -5.31071592399169363E-04 -5.37751582790374169E-04 -5.44515594522477771E-04
+ -5.51364684354703374E-04 -5.58299922334879969E-04 -5.65322391966448386E-04
+ -5.72433190377561818E-04 -5.79633428492307362E-04 -5.86924231204074610E-04
+ -5.94306737551101314E-04 -6.01782100894218252E-04 -6.09351489096822884E-04
+ -6.17016084707113790E-04 -6.24777085142604201E-04 -6.32635702876953245E-04
+ -6.40593165629140134E-04 -6.48650716555004749E-04 -6.56809614441195033E-04
+ -6.65071133901541482E-04 -6.73436565575893649E-04 -6.81907216331449867E-04
+ -6.90484409466606669E-04 -6.99169484917365838E-04 -7.07963799466323693E-04
+ -7.16868726954280797E-04 -7.25885658494501338E-04 -7.35016002689655801E-04
+ -7.44261185851480657E-04 -7.53622652223186716E-04 -7.63101864204653989E-04
+ -7.72700302580446238E-04 -7.82419466750675671E-04 -7.92260874964761052E-04
+ -8.02226064558107734E-04 -8.12316592191751358E-04 -8.22534034094998725E-04
+ -8.32879986311101713E-04 -8.43356064946008390E-04 -8.53963906420217756E-04
+ -8.64705167723790486E-04 -8.75581526674543988E-04 -8.86594682179472080E-04
+ -8.97746354499439399E-04 -9.09038285517172872E-04 -9.20472239008609649E-04
+ -9.32050000917631011E-04 -9.43773379634225171E-04 -9.55644206276128408E-04
+ -9.67664334973974906E-04 -9.79835643160012959E-04 -9.92160031860419862E-04
+ -1.00463942599126363E-03 -1.01727577465815858E-03 -1.03007105145965514E-03
+ -1.04302725479441492E-03 -1.05614640817221477E-03 -1.06943056052882335E-03
+ -1.08288178654480580E-03 -1.09650218696829443E-03 -1.11029388894178394E-03
+ -1.12425904633299241E-03 -1.13839984006984139E-03 -1.15271847847960300E-03
+ -1.16721719763226853E-03 -1.18189826168818460E-03 -1.19676396325001577E-03
+ -1.21181662371907389E-03 -1.22705859365608832E-03 -1.24249225314643978E-03
+ -1.25812001216994555E-03 -1.27394431097522837E-03 -1.28996762045872730E-03
+ -1.30619244254841964E-03 -1.32262131059229012E-03 -1.33925678975162633E-03
+ -1.35610147739917680E-03 -1.37315800352225733E-03 -1.39042903113082436E-03
+ -1.40791725667062276E-03 -1.42562541044142913E-03 -1.44355625702047578E-03
+ -1.46171259569110733E-03 -1.48009726087672657E-03 -1.49871312258010865E-03
+ -1.51756308682813343E-03 -1.53665009612200475E-03 -1.55597712989302716E-03
+ -1.57554720496398811E-03 -1.59536337601623706E-03 -1.61542873606250860E-03
+ -1.63574641692556351E-03 -1.65631958972272428E-03 -1.67715146535635023E-03
+ -1.69824529501035439E-03 -1.71960437065280772E-03 -1.74123202554470773E-03
+ -1.76313163475499556E-03 -1.78530661568186786E-03 -1.80776042858048214E-03
+ -1.83049657709711947E-03 -1.85351860880987097E-03 -1.87683011577594407E-03
+ -1.90043473508562984E-03 -1.92433614942304600E-03 -1.94853808763371049E-03
+ -1.97304432529902228E-03 -1.99785868531774432E-03 -2.02298503849453887E-03
+ -2.04842730413567218E-03 -2.07418945065193519E-03 -2.10027549616887852E-03
+ -2.12668950914444857E-03 -2.15343560899407911E-03 -2.18051796672335749E-03
+ -2.20794080556832237E-03 -2.23570840164349091E-03 -2.26382508459769486E-03
+ -2.29229523827779872E-03 -2.32112330140041897E-03 -2.35031376823169194E-03
+ -2.37987118927520227E-03 -2.40980017196815600E-03 -2.44010538138586964E-03
+ -2.47079154095468682E-03 -2.50186343317339776E-03 -2.53332590034324734E-03
+ -2.56518384530664886E-03 -2.59744223219463910E-03 -2.63010608718323036E-03
+ -2.66318049925869929E-03 -2.69667062099193493E-03 -2.73058166932192920E-03
+ -2.76491892634847915E-03 -2.79968774013423637E-03 -2.83489352551616249E-03
+ -2.87054176492649790E-03 -2.90663800922332308E-03 -2.94318787853084128E-03
+ -2.98019706308941040E-03 -3.01767132411549571E-03 -3.05561649467157165E-03
+ -3.09403848054611410E-03 -3.13294326114373599E-03 -3.17233689038558817E-03
+ -3.21222549762010742E-03 -3.25261528854420712E-03 -3.29351254613499591E-03
+ -3.33492363159214149E-03 -3.37685498529092035E-03 -3.41931312774611034E-03
+ -3.46230466058676132E-03 -3.50583626754196820E-03 -3.54991471543773069E-03
+ -3.59454685520495818E-03 -3.63973962289876286E-03 -3.68550004072907807E-03
+ -3.73183521810271750E-03 -3.77875235267695906E-03 -3.82625873142470501E-03
+ -3.87436173171135361E-03 -3.92306882238342095E-03 -3.97238756486901871E-03
+ -4.02232561429025689E-03 -4.07289072058762171E-03 -4.12409072965647713E-03
+ -4.17593358449566947E-03 -4.22842732636838272E-03 -4.28158009597527818E-03
+ -4.33540013463997072E-03 -4.38989578550694291E-03 -4.44507549475193619E-03
+ -4.50094781280487716E-03 -4.55752139558540312E-03 -4.61480500575101905E-03
+ -4.67280751395796577E-03 -4.73153790013482439E-03 -4.79100525476887883E-03
+ -4.85121878020535087E-03 -4.91218779195940706E-03 -4.97392172004111101E-03
+ -5.03643011029325863E-03 -5.09972262574210581E-03 -5.16380904796109614E-03
+ -5.22869927844745071E-03 -5.29440334001176575E-03 -5.36093137818053223E-03
+ -5.42829366261157222E-03 -5.49650058852242662E-03 -5.56556267813157132E-03
+ -5.63549058211256556E-03 -5.70629508106096708E-03 -5.77798708697403046E-03
+ -5.85057764474316427E-03 -5.92407793365895205E-03 -5.99849926892884102E-03
+ -6.07385310320727838E-03 -6.15015102813823693E-03 -6.22740477591009721E-03
+ -6.30562622082261014E-03 -6.38482738086599937E-03 -6.46502041931192994E-03
+ -6.54621764631623144E-03 -6.62843152053324471E-03 -6.71167465074153178E-03
+ -6.79595979748082255E-03 -6.88129987469998129E-03 -6.96770795141572405E-03
+ -7.05519725338188582E-03 -7.14378116476893556E-03 -7.23347322985352231E-03
+ -7.32428715471768188E-03 -7.41623680895742935E-03 -7.50933622740044063E-03
+ -7.60359961183228357E-03 -7.69904133273110851E-03 -7.79567593101011119E-03
+ -7.89351811976746025E-03 -7.99258278604333960E-03 -8.09288499258334522E-03
+ -8.19443997960798629E-03 -8.29726316658769246E-03 -8.40137015402260719E-03
+ -8.50677672522676988E-03 -8.61349884811594795E-03 -8.72155267699841440E-03
+ -8.83095455436807425E-03 -8.94172101269915046E-03 -9.05386877624159668E-03
+ -9.16741476281648406E-03 -9.28237608561055180E-03 -9.39877005496880281E-03
+ -9.51661418018450757E-03 -9.63592617128542460E-03 -9.75672394081503191E-03
+ -9.87902560560820556E-03 -1.00028494885596054E-02 -1.01282141203838331E-02
+ -1.02551382413663232E-02 -1.03836408031031009E-02 -1.05137409702284919E-02
+ -1.06454581221293240E-02 -1.07788118546436589E-02 -1.09138219817430070E-02
+ -1.10505085371961926E-02 -1.11888917762128139E-02 -1.13289921770650150E-02
+ -1.14708304426855059E-02 -1.16144275022394168E-02 -1.17598045126686476E-02
+ -1.19069828602061754E-02 -1.20559841618577430E-02 -1.22068302668494975E-02
+ -1.23595432580382546E-02 -1.25141454532818903E-02 -1.26706594067682084E-02
+ -1.28291079102981105E-02 -1.29895139945207794E-02 -1.31519009301187036E-02
+ -1.33162922289375377E-02 -1.34827116450589660E-02 -1.36511831758133681E-02
+ -1.38217310627268830E-02 -1.39943797924011269E-02 -1.41691540973212550E-02
+ -1.43460789565867958E-02 -1.45251795965632927E-02 -1.47064814914495082E-02
+ -1.48900103637541019E-02 -1.50757921846799234E-02 -1.52638531744091199E-02
+ -1.54542198022830056E-02 -1.56469187868746758E-02 -1.58419770959455676E-02
+ -1.60394219462804237E-02 -1.62392808033981727E-02 -1.64415813811274979E-02
+ -1.66463516410430314E-02 -1.68536197917578297E-02 -1.70634142880592664E-02
+ -1.72757638298854377E-02 -1.74906973611357180E-02 -1.77082440683008317E-02
+ -1.79284333789112085E-02 -1.81512949597937845E-02 -1.83768587151223219E-02
+ -1.86051547842606205E-02 -1.88362135393852909E-02 -1.90700655828730664E-02
+ -1.93067417444526442E-02 -1.95462730781030061E-02 -1.97886908586844684E-02
+ -2.00340265783025342E-02 -2.02823119423802649E-02 -2.05335788654289093E-02
+ -2.07878594665149297E-02 -2.10451860643930400E-02 -2.13055911722998224E-02
+ -2.15691074924019774E-02 -2.18357679098632150E-02 -2.21056054865304240E-02
+ -2.23786534542262452E-02 -2.26549452076085824E-02 -2.29345142966033491E-02
+ -2.32173944183881667E-02 -2.35036194088867542E-02 -2.37932232337851636E-02
+ -2.40862399790353759E-02 -2.43827038408086713E-02 -2.46826491149133229E-02
+ -2.49861101856265581E-02 -2.52931215139112070E-02 -2.56037176250312956E-02
+ -2.59179330954992411E-02 -2.62358025393375632E-02 -2.65573605936653273E-02
+ -2.68826419035228525E-02 -2.72116811059365041E-02 -2.75445128132217713E-02
+ -2.78811715954219129E-02 -2.82216919619065129E-02 -2.85661083421073388E-02
+ -2.89144550652789857E-02 -2.92667663393318053E-02 -2.96230762286839137E-02
+ -2.99834186310206224E-02 -3.03478272530289146E-02 -3.07163355850135072E-02
+ -3.10889768742974130E-02 -3.14657840974881600E-02 -3.18467899314668901E-02
+ -3.22320267230345806E-02 -3.26215264572993560E-02 -3.30153207246057442E-02
+ -3.34134406859895941E-02 -3.38159170372302476E-02 -3.42227799712412767E-02
+ -3.46340591388533334E-02 -3.50497836080228831E-02 -3.54699818211586249E-02
+ -3.58946815507015238E-02 -3.63239098529252319E-02 -3.67576930196216456E-02
+ -3.71960565278937894E-02 -3.76390249879202873E-02 -3.80866220883701173E-02
+ -3.85388705397625916E-02 -3.89957920155046059E-02 -3.94574070903439822E-02
+ -3.99237351765861850E-02 -4.03947944576424842E-02 -4.08706018187686287E-02
+ -4.13511727753548483E-02 -4.18365213981509790E-02 -4.23266602354688271E-02
+ -4.28216002326821804E-02 -4.33213506482187163E-02 -4.38259189663345872E-02
+ -4.43353108068697335E-02 -4.48495298310220905E-02 -4.53685776437265792E-02
+ -4.58924536926103716E-02 -4.64211551624924973E-02 -4.69546768663159642E-02
+ -4.74930111321424306E-02 -4.80361476852462776E-02 -4.85840735264558496E-02
+ -4.91367728059253148E-02 -4.96942266916114012E-02 -5.02564132337835409E-02
+ -5.08233072242066861E-02 -5.13948800497095390E-02 -5.19710995415183855E-02
+ -5.25519298183844547E-02 -5.31373311238760998E-02 -5.37272596590738227E-02
+ -5.43216674080859926E-02 -5.49205019576252326E-02 -5.55237063114712645E-02
+ -5.61312186967468582E-02 -5.67429723642723510E-02 -5.73588953830542758E-02
+ -5.79789104256540552E-02 -5.86029345477391203E-02 -5.92308789607198863E-02
+ -5.98626487945182056E-02 -6.04981428546532210E-02 -6.11372533710475841E-02
+ -6.17798657364811016E-02 -6.24258582394811093E-02 -6.30751017872396291E-02
+ -6.37274596180475439E-02 -6.43827870081889603E-02 -6.50409309668752850E-02
+ -6.57017299210035099E-02 -6.63650133941766085E-02 -6.70306016715898761E-02
+ -6.76983054555545805E-02 -6.83679255146718012E-02 -6.90392523167359246E-02
+ -6.97120656536140970E-02 -7.03861342584879424E-02 -7.10612154051135508E-02
+ -7.17370545007953164E-02 -7.24133846695957512E-02 -7.30899263166390201E-02
+ -7.37663866881013985E-02 -7.44424594184194405E-02 -7.51178240587355162E-02
+ -7.57921456030834356E-02 -7.64650739978860600E-02 -7.71362436341944679E-02
+ -7.78052728395440263E-02 -7.84717633484803417E-02 -7.91352997589722107E-02
+ -7.97954489897279989E-02 -8.04517597112086730E-02 -8.11037617675202521E-02
+ -8.17509655992897794E-02 -8.23928616357195859E-02 -8.30289196843980726E-02
+ -8.36585883201385883E-02 -8.42812942402410281E-02 -8.48964416258094351E-02
+ -8.55034114976685466E-02 -8.61015610388476960E-02 -8.66902229323113227E-02
+ -8.72687046862786336E-02 -8.78362879300392946E-02 -8.83922277345686319E-02
+ -8.89357519112471129E-02 -8.94660602896804880E-02 -8.99823240293666504E-02
+ -9.04836848981219466E-02 -9.09692545436735917E-02 -9.14381138063002502E-02
+ -9.18893119864443997E-02 -9.23218661255188061E-02 -9.27347603311581004E-02
+ -9.31269450478249827E-02 -9.34973363664832885E-02 -9.38448153757913545E-02
+ -9.41682274553368448E-02 -9.44663816378994575E-02 -9.47380500029206402E-02
+ -9.49819670182608100E-02 -9.51968289832309661E-02 -9.53812934850299249E-02
+ -9.55339788216955088E-02 -9.56534635589806892E-02 -9.57382860759942583E-02
+ -9.57869441098075786E-02 -9.57978944641379587E-02 -9.57695526775640266E-02
+ -9.57002927390366437E-02 -9.55884469908876849E-02 -9.54323059621633579E-02
+ -9.52301183139660362E-02 -9.49800909831034351E-02 -9.46803892348686144E-02
+ -9.43291369071797836E-02 -9.39244168443023053E-02 -9.34642712381920371E-02
+ -9.29467022485046673E-02 -9.23696727820104285E-02 -9.17311072055453508E-02
+ -9.10288924266105942E-02 -9.02608790825002449E-02 -8.94248827211261837E-02
+ -8.85186854334693157E-02 -8.75400375261674718E-02 -8.64866592794391875E-02
+ -8.53562432263685195E-02 -8.41464563940224758E-02 -8.28549427593143067E-02
+ -8.14793262696057730E-02 -8.00172137503373654E-02 -7.84661981883988113E-02
+ -7.68238625821891785E-02 -7.50877836281184929E-02 -7.32555359637782622E-02
+ -7.13246969236299710E-02 -6.92928511306781653E-02 -6.71575958215567537E-02
+ -6.49165465746818632E-02 -6.25673429344721366E-02 -6.01076549204750121E-02
+ -5.75351897825675043E-02 -5.48476987725625559E-02 -5.20429849056901067E-02
+ -4.91189107780475240E-02 -4.60734065719294664E-02 -4.29044790852614669E-02
+ -3.96102206171916049E-02 -3.61888182429687538E-02 -3.26385640516924161E-02
+ -2.89578650620649219E-02 -2.51452537229543173E-02 -2.11993991994271561E-02
+ -1.71191182156910475E-02 -1.29033866187720850E-02 -8.55135143032002831E-03
+ -4.06234241482942172E-03  5.64115624681826465E-04  5.32829044445862210E-03
+  1.02302304267029055E-02  1.52697520925953751E-02  2.04464279228745889E-02
+  2.57595746361376846E-02  3.12082413039185755E-02  3.67911981560183482E-02
+  4.25069259233214966E-02  4.83536056363325709E-02  5.43291093986034146E-02
+  6.04309919811610030E-02  6.66564836858002524E-02  7.30024843229312992E-02
+  7.94655586215283066E-02  8.60419338051710142E-02  9.27274982874327497E-02
+  9.95178028370003187E-02  1.06408064680268269E-01  1.13393172700031131E-01
+  1.20467696565523058E-01  1.27625899178306274E-01  1.34861750317401191E-01
+  1.42168945961744869E-01  1.49540930617063805E-01  1.56970921209773712E-01
+  1.64451938357521615E-01  1.71976839347625837E-01  1.79538353350173013E-01
+  1.87129125053664164E-01  1.94741757482864264E-01  2.02368857796185492E-01
+  2.10003090934259617E-01  2.17637228537426369E-01  2.25264200943390253E-01
+  2.32877153480555238E-01  2.40469492619052982E-01  2.48034933056059365E-01
+  2.55567540941791349E-01  2.63061759610941137E-01  2.70512428984826803E-01
+  2.77914786857678509E-01  2.85264441678307279E-01  2.92557322321042534E-01
+  2.99789588747563063E-01  3.06957495423990978E-01  3.14057332032474767E-01
+  3.21085428010634777E-01  3.28038153584313652E-01  3.34911922082242797E-01
+  3.41703190901690990E-01  3.48408462368483218E-01  3.55024285074583335E-01
+  3.61547253910420141E-01  3.67974010246560235E-01  3.74301242164923609E-01
+  3.80525683698434092E-01  3.86644114273658634E-01  3.92653357927008617E-01
+  3.98550281986529642E-01  4.04331795857880427E-01  4.09994849553595386E-01
+  4.15536432150787116E-01  4.20953570185844006E-01  4.26243326022550495E-01
+  4.31402796498459029E-01  4.36429111355903843E-01  4.41319432073312423E-01
+  4.46070951132347404E-01  4.50680890995018346E-01  4.55146503979427686E-01
+  4.59465072512486639E-01  4.63633909129214428E-01  4.67650357792563420E-01
+  4.71511795349538632E-01  4.75215632888328909E-01  4.78759318635456455E-01
+  4.82140340652395083E-01  4.85356229679228701E-01  4.88404563481571130E-01
+  4.91282970662605956E-01  4.93989134904091964E-01  4.96520800459341383E-01
+  4.98875776834014961E-01  5.01051944177135500E-01  5.03047259529653346E-01
+  5.04859762066602880E-01  5.06487579311747371E-01  5.07928933735175780E-01
+  5.09182148245715616E-01  5.10245652888467904E-01  5.11117991409514638E-01
+  5.11797826726838712E-01  5.12283947790363015E-01  5.12575275770981054E-01
+  5.12670869307184640E-01  5.12569931229859721E-01  5.12271814081253329E-01
+  5.11776025004432200E-01  5.11082232054370866E-01  5.10190268806666736E-01
+  5.09100138803906144E-01  5.07812021198675634E-01  5.06326274258131814E-01
+  5.04643439316899145E-01  5.02764245507604346E-01  5.00689612020529418E-01
+  4.98420651528065806E-01  4.95958673758584156E-01  4.93305186436265808E-01
+  4.90461898130810148E-01  4.87430720428694453E-01  4.84213767560515262E-01
+  4.80813358587280082E-01  4.77232017927742336E-01  4.73472473779634861E-01
+  4.69537659475238345E-01  4.65430712164546789E-01  4.61154970204656678E-01
+  4.56713973447800514E-01  4.52111459955859663E-01  4.47351362537955655E-01
+  4.42437807714844422E-01  4.37375110418404656E-01  4.32167769839420457E-01
+  4.26820466811322685E-01  4.21338056546783635E-01  4.15725563913439955E-01
+  4.09988179000159381E-01  4.04131248061120329E-01  3.98160268267802819E-01
+  3.92080881266077486E-01  3.85898862632165607E-01  3.79620116057903689E-01
+  3.73250664780958918E-01  3.66796639996745999E-01  3.60264274322649958E-01
+  3.53659891124891657E-01  3.46989892386940668E-01  3.40260751255176741E-01
+  3.33478999457009984E-01  3.26651215085525026E-01  3.19784014084513624E-01
+  3.12884036100386675E-01  3.05957932576884251E-01  2.99012357122975414E-01
+  2.92053950287342712E-01  2.85089328267429110E-01  2.78125072212436319E-01
+  2.71167712541813821E-01  2.64223718467508639E-01  2.57299486409658273E-01
+  2.50401324584023033E-01  2.43535443425799608E-01  2.36707943431123169E-01
+  2.29924800790725026E-01  2.23191858700141382E-01  2.16514815109533493E-01
+  2.09899210090368132E-01  2.03350418017742340E-01  1.96873635838806432E-01
+  1.90473872667791894E-01  1.84155942911445492E-01  1.77924455710422119E-01
+  1.71783807054927407E-01  1.65738174009963407E-01  1.59791505968196301E-01
+  1.53947519378980741E-01  1.48209693303514661E-01  1.42581263034459643E-01
+  1.37065217357103725E-01  1.31664295715027774E-01  1.26380984598183310E-01
+  1.21217517127851879E-01  1.16175872132432481E-01  1.11257773483571021E-01
+  1.06464691735990505E-01  1.01797845395349792E-01  9.72582030964503491E-02
+  9.28464870604898407E-02  8.85631767395475555E-02  8.44085134727158570E-02
+  8.03825055821472401E-02  7.64849344197167796E-02  7.27153609596456335E-02
+  6.90731323966065069E-02  6.55573904295144588E-02  6.21670791642975409E-02
+  5.89009530959725761E-02  5.57575872592162222E-02  5.27353858263111680E-02
+  4.98325913478026850E-02  4.70472961990263602E-02  4.43774513593341857E-02
+  4.18208767502534842E-02  3.93752732384491724E-02  3.70382312558346360E-02
+  3.48072419830242341E-02  3.26797091202290363E-02  3.06529571580391839E-02
+  2.87242430510762058E-02  2.68907670449307842E-02  2.51496805005029279E-02
+  2.34980976247958044E-02  2.19331047981129179E-02  2.04517679120907424E-02
+  1.90511436717909002E-02  1.77282870765812679E-02  1.64802582573221439E-02
+  1.53041328442790024E-02  1.41970074863579342E-02  1.31560061732200074E-02
+  1.21782891812960564E-02  1.12610567405879349E-02  1.04015548056948983E-02
+  9.59708215921085440E-03  8.84499252305501887E-03  8.14269967792300396E-03
+                              </PP_CHI.2>
+ <PP_CHI.3 type="real" size="   969" l="1" occupation=" 6.0000" columns="3">
+  1.51707014944634384E-08  1.55547496283378237E-08  1.59485199868598342E-08
+  1.63522586893105447E-08  1.67662180855099937E-08  1.71906569135438051E-08
+  1.76258404614830583E-08  1.80720407331978510E-08  1.85295366183685272E-08
+  1.89986140668009056E-08  1.94795662671539835E-08  1.99726938301924443E-08
+  2.04783049766781698E-08  2.09967157300180831E-08  2.15282501137892675E-08
+  2.20732403542638661E-08  2.26320270880614883E-08  2.32049595750580978E-08
+  2.37923959166846542E-08  2.43947032797523002E-08  2.50122581259433028E-08
+  2.56454464471118723E-08  2.62946640065415663E-08  2.69603165863101406E-08
+  2.76428202409166250E-08  2.83426015573285578E-08  2.90600979216128761E-08
+  2.97957577923162695E-08  3.05500409807662463E-08  3.13234189384682576E-08
+  3.21163750517778849E-08  3.29294049440330689E-08  3.37630167853347310E-08
+  3.46177316101694178E-08  3.54940836430728962E-08  3.63926206325374623E-08
+  3.73139041933726273E-08  3.82585101577324319E-08  3.92270289350291224E-08
+  4.02200658809583271E-08  4.12382416758654979E-08  4.22821927126914400E-08
+  4.33525714947382828E-08  4.44500470435051303E-08  4.55753053168483216E-08
+  4.67290496377267055E-08  4.79120011338014763E-08  4.91248991881641497E-08
+  5.03685019014747482E-08  5.16435865657993768E-08  5.29509501504423020E-08
+  5.42914098000778025E-08  5.56658033454918322E-08  5.70749898272529144E-08
+  5.85198500326407082E-08  6.00012870461657222E-08  6.15202268140265319E-08
+  6.30776187228557415E-08  6.46744361931171797E-08  6.63116772875251335E-08
+  6.79903653348650947E-08  6.97115495696074896E-08  7.14763057877126811E-08
+  7.32857370190377909E-08  7.51409742167663019E-08  7.70431769642892934E-08
+  7.89935341999824699E-08  8.09932649603307715E-08  8.30436191418649757E-08
+  8.51458782823873853E-08  8.73013563619734449E-08  8.95114006242513658E-08
+  9.17773924184726251E-08  9.41007480628989353E-08  9.64829197300471508E-08
+  9.89253963543421793E-08  1.01429704562749341E-07  1.03997409628964543E-07
+  1.06630116451759907E-07  1.09329470558097406E-07  1.12097159131634276E-07
+  1.14934912067267348E-07  1.17844503052371880E-07  1.20827750675412341E-07
+  1.23886519562618664E-07  1.27022721543435407E-07  1.30238316845476722E-07
+  1.33535315319730124E-07  1.36915777696776917E-07  1.40381816874814821E-07
+  1.43935599240284560E-07  1.47579346021930489E-07  1.51315334679138863E-07
+  1.55145900325420833E-07  1.59073437187933273E-07  1.63100400103944144E-07
+  1.67229306055184534E-07  1.71462735741040032E-07  1.75803335191569339E-07
+  1.80253817421356690E-07  1.84816964125228959E-07  1.89495627416903649E-07
+  1.94292731611647767E-07  1.99211275054066577E-07  2.04254331992163447E-07
+  2.09425054498838662E-07  2.14726674442033669E-07  2.20162505504749516E-07
+  2.25735945256200351E-07  2.31450477275401283E-07  2.37309673328510694E-07
+  2.43317195601295587E-07  2.49476798988111009E-07  2.55792333438823400E-07
+  2.62267746365149876E-07  2.68907085107909567E-07  2.75714499466736422E-07
+  2.82694244293831695E-07  2.89850682153375648E-07  2.97188286048264896E-07
+  3.04711642215873554E-07  3.12425452994592299E-07  3.20334539762932063E-07
+  3.28443845953031834E-07  3.36758440140454750E-07  3.45283519212198256E-07
+  3.54024411614906483E-07  3.62986580685309560E-07  3.72175628064972732E-07
+  3.81597297201491686E-07  3.91257476938315862E-07  4.01162205195453413E-07
+  4.11317672743349741E-07  4.21730227072302714E-07  4.32406376359834659E-07
+  4.43352793538490638E-07  4.54576320466621163E-07  4.66083972204743332E-07
+  4.77882941400158656E-07  4.89980602782571527E-07  5.02384517773503291E-07
+  5.15102439212405588E-07  5.28142316202407152E-07  5.41512299078732200E-07
+  5.55220744502897718E-07  5.69276220685861873E-07  5.83687512743402101E-07
+  5.98463628187063790E-07  6.13613802554108759E-07  6.29147505179990049E-07
+  6.45074445116948273E-07  6.61404577202444593E-07  6.78148108281210849E-07
+  6.95315503584811930E-07  7.12917493272707147E-07  7.30965079138890140E-07
+  7.49469541488315900E-07  7.68442446187398677E-07  7.87895651892991163E-07
+  8.07841317464371387E-07  8.28291909562846144E-07  8.49260210443757428E-07
+  8.70759325945725980E-07  8.92802693682148854E-07  9.15404091440067784E-07
+  9.38577645791628745E-07  9.62337840923578176E-07  9.86699527690237083E-07
+  1.01167793289567104E-06  1.03728866881083688E-06  1.06354774293162976E-06
+  1.09047156798399147E-06  1.11807697218225528E-06  1.14638120974720426E-06
+  1.17540197169038591E-06  1.20515739687140458E-06  1.23566608333517769E-06
+  1.26694709993612976E-06  1.29901999825668898E-06  1.33190482482749405E-06
+  1.36562213365691537E-06  1.40019299907781360E-06  1.43563902891945339E-06
+  1.47198237801289107E-06  1.50924576203824573E-06  1.54745247172247132E-06
+  1.58662638739660040E-06  1.62679199392143982E-06  1.66797439599113033E-06
+  1.71019933382411813E-06  1.75349319925128738E-06  1.79788305221143754E-06
+  1.84339663766423686E-06  1.89006240293139606E-06  1.93790951547679401E-06
+  1.98696788113666416E-06  2.03726816281134817E-06  2.08884179963012594E-06
+  2.14172102660124940E-06  2.19593889475940979E-06  2.25152929182314917E-06
+  2.30852696337530937E-06  2.36696753457955786E-06  2.42688753244667911E-06
+  2.48832440866455874E-06  2.55131656300600004E-06  2.61590336732920005E-06
+  2.68212519018568256E-06  2.75002342205121074E-06  2.81964050119539603E-06
+  2.89101994020612023E-06  2.96420635318549344E-06  3.03924548363414051E-06
+  3.11618423304143113E-06  3.19507069019942575E-06  3.27595416125879240E-06
+  3.35888520054572452E-06  3.44391564215876061E-06  3.53109863236556764E-06
+  3.62048866281980259E-06  3.71214160461870393E-06  3.80611474322298109E-06
+  3.90246681426051643E-06  4.00125804023642676E-06  4.10255016817245081E-06
+  4.20640650819900231E-06  4.31289197312425828E-06  4.42207311900477217E-06
+  4.53401818674313401E-06  4.64879714473858317E-06  4.76648173261721791E-06
+  4.88714550606928632E-06  5.01086388282126347E-06  5.13771418977179151E-06
+  5.26777571132075727E-06  5.40112973892156754E-06  5.53785962188804026E-06
+  5.67805081948707984E-06  5.82179095435011928E-06  5.96916986723662842E-06
+  6.12027967318359178E-06  6.27521481907660242E-06  6.43407214267802013E-06
+  6.59695093314932799E-06  6.76395299310554709E-06  6.93518270224035432E-06
+  7.11074708256166655E-06  7.29075586527857138E-06  7.47532155938132935E-06
+  7.66455952195717801E-06  7.85858803028611885E-06  8.05752835576159865E-06
+  8.26150483968207317E-06  8.47064497096131476E-06  8.68507946580552369E-06
+  8.90494234940714360E-06  9.13037103970678753E-06  9.36150643327497231E-06
+  9.59849299336781387E-06  9.84147884021170660E-06  1.00906158435728623E-05
+  1.03460597176701947E-05  1.06079701184905483E-05  1.08765107435668485E-05
+  1.11518494342820400E-05  1.14341582807622839E-05  1.17236137294249768E-05
+  1.20203966932490674E-05  1.23246926648364319E-05  1.26366918323344599E-05
+  1.29565891982932375E-05  1.32845847015308060E-05  1.36208833420824453E-05
+  1.39656953093132173E-05  1.43192361132723864E-05  1.46817267193724036E-05
+  1.50533936864771471E-05  1.54344693084842947E-05  1.58251917594914493E-05
+  1.62258052426366705E-05  1.66365601427050818E-05  1.70577131825985041E-05
+  1.74895275837651899E-05  1.79322732306889765E-05  1.83862268395423009E-05
+  1.88516721311072336E-05  1.93289000080722720E-05  1.98182087368167945E-05
+  2.03199041337961412E-05  2.08342997566424822E-05  2.13617171001033759E-05
+  2.19024857969384071E-05  2.24569438238988505E-05  2.30254377129218982E-05
+  2.36083227676682225E-05  2.42059632855387237E-05  2.48187327853117004E-05
+  2.54470142405383365E-05  2.60912003188451244E-05  2.67516936272932147E-05
+  2.74289069639441487E-05  2.81232635757930188E-05  2.88351974232290141E-05
+  2.95651534511856121E-05  3.03135878671541794E-05  3.10809684262321174E-05
+  3.18677747233815146E-05  3.26744984930855002E-05  3.35016439165861723E-05
+  3.43497279368938676E-05  3.52192805817706499E-05  3.61108452948839933E-05
+  3.70249792753371071E-05  3.79622538257942793E-05  3.89232547094107962E-05
+  3.99085825157922397E-05  4.09188530362176756E-05  4.19546976483503565E-05
+  4.30167637106827842E-05  4.41057149669648422E-05  4.52222319608565845E-05
+  4.63670124610750576E-05  4.75407718972980825E-05  4.87442438070888022E-05
+  4.99781802941313106E-05  5.12433524980590458E-05  5.25405510761595604E-05
+  5.38705866972735451E-05  5.52342905481841042E-05  5.66325148528079995E-05
+  5.80661334045305349E-05  5.95360421119980120E-05  6.10431595587108261E-05
+  6.25884275767813858E-05  6.41728118351939000E-05  6.57973024429404501E-05
+  6.74629145674214683E-05  6.91706890684737520E-05  7.09216931484340433E-05
+  7.27170210186527897E-05  7.45577945828463897E-05  7.64451641377366503E-05
+  7.83803090914153772E-05  8.03644386998536711E-05  8.23987928220488899E-05
+  8.44846426942675693E-05  8.66232917238417933E-05  8.88160763030592195E-05
+  9.10643666436226017E-05  9.33695676321864463E-05  9.57331197075519762E-05
+  9.81564997600186062E-05  1.00641222053458345E-04  1.03188839170728961E-04
+  1.05800942982958344E-04  1.08479165643323428E-04  1.11225180605977229E-04
+  1.14040703670693870E-04  1.16927494053920212E-04  1.19887355486922735E-04
+  1.22922137341641179E-04  1.26033735785011780E-04  1.29224094962479660E-04
+  1.32495208211360829E-04  1.35849119304902878E-04  1.39287923727780257E-04
+  1.42813769983755537E-04  1.46428860936437743E-04  1.50135455183890334E-04
+  1.53935868467909630E-04  1.57832475118977015E-04  1.61827709537660093E-04
+  1.65924067713390687E-04  1.70124108781683191E-04  1.74430456620605092E-04
+  1.78845801487544965E-04  1.83372901697391347E-04  1.88014585342984931E-04
+  1.92773752059020832E-04  1.97653374830554453E-04  2.02656501847033553E-04
+  2.07786258403185899E-04  2.13045848847933083E-04  2.18438558582343003E-04
+  2.23967756108112419E-04  2.29636895127742214E-04  2.35449516697553872E-04
+  2.41409251435180096E-04  2.47519821782697094E-04  2.53785044326697556E-04
+  2.60208832177088849E-04  2.66795197405763674E-04  2.73548253546657117E-04
+  2.80472218159078727E-04  2.87571415455474197E-04  2.94850278995386890E-04
+  3.02313354447561759E-04  3.09965302421388758E-04  3.17810901369754140E-04
+  3.25855050565236246E-04  3.34102773150947853E-04  3.42559219268402952E-04
+  3.51229669264295128E-04  3.60119536977654452E-04  3.69234373110085114E-04
+  3.78579868680873201E-04  3.88161858568673878E-04  3.97986325142787336E-04
+  4.08059401985691591E-04  4.18387377708866995E-04  4.28976699865198693E-04
+  4.39833978959471201E-04  4.50965992559449456E-04  4.62379689510993344E-04
+  4.74082194258615289E-04  4.86080811274551127E-04  4.98383029599792590E-04
+  5.10996527498493126E-04  5.23929177229473086E-04  5.37189049938121979E-04
+  5.50784420670249954E-04  5.64723773512309591E-04  5.79015806860998477E-04
+  5.93669438824084069E-04  6.08693812757598088E-04  6.24098302941978700E-04
+  6.39892520399492357E-04  6.56086318858756300E-04  6.72689800868408018E-04
+  6.89713324062997358E-04  7.07167507587442104E-04  7.25063238681521128E-04
+  7.43411679428530067E-04  7.62224273674656327E-04  7.81512754120081967E-04
+  8.01289149587279146E-04  8.21565792472854061E-04  8.42355326383718806E-04
+  8.63670713964639664E-04  8.85525244922837507E-04  9.07932544250589549E-04
+  9.30906580654529132E-04  9.54461675196259345E-04  9.78612510145807123E-04
+  1.00337413805827360E-03  1.02876199107688159E-03  1.05479189046500535E-03
+  1.08148005637907405E-03  1.10884311788380947E-03  1.13689812321413129E-03
+  1.16566255029669605E-03  1.19515431753067767E-03  1.22539179483468260E-03
+  1.25639381497295258E-03  1.28817968515892198E-03  1.32076919894631565E-03
+  1.35418264841997678E-03  1.38844083668360034E-03  1.42356509065840039E-03
+  1.45957727420272963E-03  1.49649980154985783E-03  1.53435565108205182E-03
+  1.57316837944764605E-03  1.61296213601946838E-03  1.65376167771688425E-03
+  1.69559238419374290E-03  1.73848027339316481E-03  1.78245201749502530E-03
+  1.82753495925322136E-03  1.87375712872802172E-03  1.92114726044162270E-03
+  1.96973481094851223E-03  2.01954997683248712E-03  2.07062371315815943E-03
+  2.12298775236404282E-03  2.17667462361734567E-03  2.23171767265505517E-03
+  2.28815108209549228E-03  2.34600989225024681E-03  2.40533002245446343E-03
+  2.46614829289924092E-03  2.52850244700649060E-03  2.59243117435446107E-03
+  2.65797413414025924E-03  2.72517197923011602E-03  2.79406638079283129E-03
+  2.86470005350919705E-03  2.93711678141692469E-03  3.01136144437160261E-03
+  3.08748004512782517E-03  3.16551973710487095E-03  3.24552885280206043E-03
+  3.32755693288490405E-03  3.41165475600432953E-03  3.49787436930133018E-03
+  3.58626911963973345E-03  3.67689368561912580E-03  3.76980411031195691E-03
+  3.86505783479279075E-03  3.96271373249263391E-03  4.06283214432041993E-03
+  4.16547491464687274E-03  4.27070542815561997E-03  4.37858864751020788E-03
+  4.48919115195864620E-03  4.60258117684464018E-03  4.71882865399094690E-03
+  4.83800525309840707E-03  4.96018442408819715E-03  5.08544144038299527E-03
+  5.21385344328099444E-03  5.34549948730819301E-03  5.48046058658947181E-03
+  5.61881976238402196E-03  5.76066209163555391E-03  5.90607475663470181E-03
+  6.05514709590873699E-03  6.20797065616633236E-03  6.36463924546093029E-03
+  6.52524898763374561E-03  6.68989837785857657E-03  6.85868833952291753E-03
+  7.03172228242866793E-03  7.20910616215138418E-03  7.39094854086142297E-03
+  7.57736064949107550E-03  7.76845645113230596E-03  7.96435270602297886E-03
+  8.16516903789229857E-03  8.37102800163107980E-03  8.58205515266759721E-03
+  8.79837911770570309E-03  9.02013166691087269E-03  9.24744778789581348E-03
+  9.48046576106935206E-03  9.71932723658476376E-03  9.96417731315151628E-03
+  1.02151646182141991E-02  1.04724413899091734E-02  1.07361635609120477E-02
+  1.10064908436661134E-02  1.12835868175879834E-02  1.15676190181500990E-02
+  1.18587590273767970E-02  1.21571825665280873E-02  1.24630695906013406E-02
+  1.27766043843118345E-02  1.30979756604630935E-02  1.34273766600318169E-02
+  1.37650052538477730E-02  1.41110640468268614E-02  1.44657604837806208E-02
+  1.48293069570022557E-02  1.52019209164958955E-02  1.55838249816289773E-02
+  1.59752470548061680E-02  1.63764204377839888E-02  1.67875839492530564E-02
+  1.72089820447439250E-02  1.76408649390623305E-02  1.80834887298510390E-02
+  1.85371155238194564E-02  1.90020135652673589E-02  1.94784573656347978E-02
+  1.99667278360737589E-02  2.04671124219482255E-02  2.09799052383339603E-02
+  2.15054072088522730E-02  2.20439262059369326E-02  2.25957771921963119E-02
+  2.31612823652962187E-02  2.37407713036794435E-02  2.43345811136310951E-02
+  2.49430565798377107E-02  2.55665503161356007E-02  2.62054229180015974E-02
+  2.68600431182485916E-02  2.75307879422446479E-02  2.82180428653979361E-02
+  2.89222019732527195E-02  2.96436681204709229E-02  3.03828530926831576E-02
+  3.11401777700187239E-02  3.19160722889750767E-02  3.27109762077550936E-02
+  3.35253386719957525E-02  3.43596185784719177E-02  3.52142847427188779E-02
+  3.60898160654119227E-02  3.69867016966609410E-02  3.79054412043032668E-02
+  3.88465447390601085E-02  3.98105331979179272E-02  4.07979383910051369E-02
+  4.18093032033033454E-02  4.28451817552354605E-02  4.39061395655447120E-02
+  4.49927537069320371E-02  4.61056129615031868E-02  4.72453179765027834E-02
+  4.84124814108019622E-02  4.96077280822796521E-02  5.08316951126147401E-02
+  5.20850320610650869E-02  5.33684010601433723E-02  5.46824769449311063E-02
+  5.60279473700778310E-02  5.74055129292468866E-02  5.88158872635813484E-02
+  6.02597971573114247E-02  6.17379826353428307E-02  6.32511970446527072E-02
+  6.48002071231701254E-02  6.63857930686645864E-02  6.80087485859574292E-02
+  6.96698809227398463E-02  7.13700109016718598E-02  7.31099729252732422E-02
+  7.48906149711433544E-02  7.67127985777848881E-02  7.85773987979493244E-02
+  8.04853041442766398E-02  8.24374165178035495E-02  8.44346510993933819E-02
+  8.64779362350723280E-02  8.85682132944666523E-02  9.07064364887674029E-02
+  9.28935726829446112E-02  9.51306011694948300E-02  9.74185134001762515E-02
+  9.97583127097535771E-02  1.02151013988638725E-01  1.04597643313992586E-01
+  1.07099237567022762E-01  1.09656843986274982E-01  1.12271519681510973E-01
+  1.14944331124000612E-01  1.17676353560225974E-01  1.20468670389412655E-01
+  1.23322372503509817E-01  1.26238557539064461E-01  1.29218329096343815E-01
+  1.32262795902818336E-01  1.35373070878998802E-01  1.38550270173702250E-01
+  1.41795512121905720E-01  1.45109916098473457E-01  1.48494601340256160E-01
+  1.51950685666291996E-01  1.55479284091573633E-01  1.59081507402323880E-01
+  1.62758460604199184E-01  1.66511241265746207E-01  1.70340937809291743E-01
+  1.74248627650821497E-01  1.78235375239584798E-01  1.82302230023849932E-01
+  1.86450224244377238E-01  1.90680370633284108E-01  1.94993660011222147E-01
+  1.99391058695227552E-01  2.03873505816536654E-01  2.08441910503852024E-01
+  2.13097148865975888E-01  2.17840060885041598E-01  2.22671447139808021E-01
+  2.27592065324009607E-01  2.32602626668822643E-01  2.37703792161107763E-01
+  2.42896168559797981E-01  2.48180304300009341E-01  2.53556685164863682E-01
+  2.59025729763420587E-01  2.64587784870814358E-01  2.70243120518342927E-01
+  2.75991924898398799E-01  2.81834299100950980E-01  2.87770251595270365E-01
+  2.93799692531437062E-01  2.99922427843756279E-01  3.06138153109516920E-01
+  3.12446447224000112E-01  3.18846765857264292E-01  3.25338434690896627E-01
+  3.31920642455713732E-01  3.38592433751147337E-01  3.45352701679969176E-01
+  3.52200180257460138E-01  3.59133436633857883E-01  3.66150863169111107E-01
+  3.73250669252720824E-01  3.80430873009578563E-01  3.87689292883629688E-01
+  3.95023538951187914E-01  4.02431004239062418E-01  4.09908855921040538E-01
+  4.17454026265303424E-01  4.25063203751816054E-01  4.32732824031657359E-01
+  4.40459060723681739E-01  4.48237816584981019E-01  4.56064714444359698E-01
+  4.63935088156937236E-01  4.71843974154993517E-01  4.79786102648816770E-01
+  4.87755889162391432E-01  4.95747426868038299E-01  5.03754478458100730E-01
+  5.11770468819408575E-01  5.19788478630491713E-01  5.27801237454936678E-01
+  5.35801118253935726E-01  5.43780132816717998E-01  5.51729926796843073E-01
+  5.59641776911602440E-01  5.67506588886623198E-01  5.75314895346580091E-01
+  5.83056856699865067E-01  5.90722262405162346E-01  5.98300532837152343E-01
+  6.05780724986208163E-01  6.13151538001389773E-01  6.20401320368539899E-01
+  6.27518081644553027E-01  6.34489503399713217E-01  6.41302953250943442E-01
+  6.47945503866896422E-01  6.54403950624244612E-01  6.60664834193027795E-01
+  6.66714467971146640E-01  6.72538963969869452E-01  6.78124265660883241E-01
+  6.83456184886845564E-01  6.88520437574490218E-01  6.93302688410554313E-01
+  6.97788598076534816E-01  7.01963870303911164E-01  7.05814309572493359E-01
+  7.09325879175807916E-01  7.12484760815254692E-01  7.15277425806998712E-01
+  7.17690703949452891E-01  7.19711856187479126E-01  7.21328658673127898E-01
+  7.22529481605926005E-01  7.23303374343583272E-01  7.23640159995732279E-01
+  7.23530522245645069E-01  7.22966100452095750E-01  7.21939590261600039E-01
+  7.20444834721629013E-01  7.18476924189224486E-01  7.16032295916342987E-01
+  7.13108823152566518E-01  7.09705911146424340E-01  7.05824585685669303E-01
+  7.01467570375425176E-01  6.96639365742531824E-01  6.91346313379287314E-01
+  6.85596647287318506E-01  6.79400538416926825E-01  6.72770117682745639E-01
+  6.65719482571720422E-01  6.58264685237777147E-01  6.50423694889538107E-01
+  6.42216336770256357E-01  6.33664199873766876E-01  6.24790518343970813E-01
+  6.15620018573318495E-01  6.06178725599980539E-01  5.96493746705670347E-01
+  5.86593007995238502E-01  5.76504950801889127E-01  5.66258213849649250E-01
+  5.55881260360569063E-01  5.45401984275294183E-01  5.34847319432291801E-01
+  5.24242803567685156E-01  5.13612170529787249E-01  5.02976981377976640E-01
+  4.92356261264903061E-01  4.81766257147523469E-01  4.71220312203564806E-01
+  4.60728874646066933E-01  4.50299781534479915E-01  4.39938824646007642E-01
+  4.29650733631096682E-01  4.19440107443438959E-01  4.09311439880199024E-01
+  3.99269119534783723E-01  3.89317425237600212E-01  3.79460521150679353E-01
+  3.69702452065144627E-01  3.60047140103261054E-01  3.50498379897500933E-01
+  3.41059834512330073E-01  3.31735032140437036E-01  3.22527361706779925E-01
+  3.13440069439243518E-01  3.04476255710464605E-01  2.95638871345326404E-01
+  2.86930714823315780E-01  2.78354429504472034E-01  2.69912500884562978E-01
+  2.61607254426113378E-01  2.53440853465753180E-01  2.45415297592581960E-01
+  2.37532421141683409E-01  2.29793892104383363E-01  2.22201211698645762E-01
+  2.14755713611343546E-01  2.07458564197745859E-01  2.00310763194304575E-01
+  1.93313143828612199E-01  1.86466374498235526E-01  1.79770960464058216E-01
+  1.73227244939961555E-01  1.66835412295011420E-01  1.60595490472731195E-01
+  1.54507353133511716E-01  1.48570724245678853E-01  1.42785180927167688E-01
+  1.37150156660169692E-01  1.31664946955341283E-01  1.26328712332993698E-01
+  1.21140482580983325E-01  1.16099163023647103E-01  1.11203537465388774E-01
+  1.06452273411465861E-01  1.01843928406891354E-01  9.73769529111960797E-02
+  9.30496963402569627E-02  8.88604130062093378E-02  8.48072649929354355E-02
+  8.08883288447892618E-02  7.71016007651270791E-02  7.34449996317864812E-02
+  6.99163741276447454E-02  6.65135070087729680E-02  6.32341184296459774E-02
+  6.00758732707539767E-02  5.70363844431553413E-02  5.41132166825783328E-02
+  5.13038937806410203E-02  4.86059010362542704E-02  4.60166896328453590E-02
+  4.35336834285867391E-02  4.11542807949581008E-02  3.88758595957357372E-02
+  3.66957832020695651E-02  3.46114020186641252E-02  3.26200589644514427E-02
+  3.07190944768482299E-02  2.89058479827496474E-02  2.71776637038256552E-02
+  2.55318945187468262E-02  2.39659035724953673E-02  2.24770701672422669E-02
+  2.10627924573288522E-02  1.97204893207199410E-02  1.84476060509257238E-02
+  1.72416159619619286E-02  1.61000225761037952E-02  1.50203648064381814E-02
+  1.40002176420679081E-02  1.30371946404456741E-02  1.21289522872602921E-02
+  1.12731900133513571E-02  1.04676528970199783E-02  9.71013495880958429E-03
+  8.99847877464841732E-03  8.33057822487259965E-03  7.70438061387380361E-03
+  7.11788608361628872E-03  6.56915022821678764E-03  6.05628504572735572E-03
+  5.57745829435067793E-03  5.13089579189222791E-03  4.71488130555635775E-03
+  4.32775593712769920E-03  3.96791994226971742E-03  3.63383173988950483E-03
+  3.32400736477098373E-03  3.03702167043811300E-03  2.77150668982569610E-03
+  2.52615115536347244E-03  2.29970098952239415E-03  2.09095727396918377E-03
+  1.89877579500223907E-03  1.72206680347192697E-03  1.55979282047592174E-03
+  1.41096814481822563E-03  1.27465795232524341E-03  1.14997610131538472E-03
+  1.03608454741223690E-03  9.32191910212818386E-04  8.37551385429273314E-04
+  7.51460028000544393E-04  6.73256945551495073E-04  6.02321378878396710E-04
+  5.38071833264866062E-04  4.79964066519751663E-04  4.27489365379715984E-04
+  3.80173524548774243E-04  3.37574786849568998E-04  2.99282318955278203E-04
+  2.64915056396571068E-04  2.34119729843248418E-04  2.06569523521990523E-04
+  1.81962830077096120E-04  1.60021454627768176E-04  1.40489432558982627E-04
+  1.23131756169626275E-04  1.07732803334768638E-04  9.40952949320890587E-05
+  8.20390565173464449E-05  7.13996858624719582E-05  6.20276347173521710E-05
+  5.37870596485523380E-05  4.65547209507367950E-05  4.02191774638430751E-05
+  3.46797658872094111E-05  2.98457104726122433E-05  2.56354225915828659E-05
+  2.19756311638187113E-05  1.88006759186208645E-05  1.60519053332445759E-05
+  1.36769650855726357E-05  1.16292449162111639E-05  9.86737105599008950E-06
+  8.35464479314228182E-06  7.05861478647951013E-06  5.95066014905209572E-06
+  5.00556129295078915E-06  4.20117336459898364E-06  3.51809382705342108E-06
+  2.93934361548115399E-06  2.45012111371948110E-06  2.03754544166717435E-06
+  1.69042565456068016E-06  1.39907810376345616E-06  1.15513468955390588E-06
+  9.51379785698699532E-07  7.81616842188986457E-07  6.40530005570678863E-07
+  5.23571474984700811E-07  4.26865833319892827E-07  3.47113639984820916E-07
+  2.81515207741216800E-07  2.27703515971504862E-07  1.83679283517953746E-07
+  1.47760414121500908E-07  1.18536187156297127E-07  9.48249031310836253E-08
+  7.56410407008695590E-08  6.01648869862655032E-08  4.77157365807914507E-08
+  3.77310109204267494E-08  2.97467549167079511E-08  2.33811694943644934E-08
+  1.83216342574477724E-08  1.43125970128185328E-08  1.11457416069597088E-08
+  8.65211351635993028E-09  6.69486050912333390E-09  5.16352465751539558E-09
+  3.96938494284391176E-09  3.04126228573938867E-09  2.32229473732900141E-09
+                              </PP_CHI.3>
+ <PP_CHI.4 type="real" size="   969" l="1" occupation=" 0.0000" columns="3">
+  1.66475726205978058E-09  1.70690079384641422E-09  1.75011119427357466E-09
+  1.79441547125224720E-09  1.83984131640209067E-09  1.88641712235959202E-09
+  1.93417200052441304E-09  1.98313579925497387E-09  2.03333912252465133E-09
+  2.08481334905029346E-09  2.13759065190492753E-09  2.19170401862700458E-09
+  2.24718727183870340E-09  2.30407509038617425E-09  2.36240303101498668E-09
+  2.42220755059424334E-09  2.48352602890334245E-09  2.54639679199557797E-09
+  2.61085913615318179E-09  2.67695335244882000E-09  2.74472075192882662E-09
+  2.81420369143398476E-09  2.88544560007395495E-09  2.95849100637191132E-09
+  3.03338556609635552E-09  3.11017609079746194E-09  3.18891057706587415E-09
+  3.26963823653215810E-09  3.35240952662570837E-09  3.43727618211233214E-09
+  3.52429124743017982E-09  3.61350910984429590E-09  3.70498553344046935E-09
+  3.79877769397964723E-09  3.89494421463470262E-09  3.99354520263185281E-09
+  4.09464228681969807E-09  4.19829865618930516E-09  4.30457909936944204E-09
+  4.41355004512165637E-09  4.52527960386044260E-09  4.63983761022455294E-09
+  4.75729566672598486E-09  4.87772718850395201E-09  5.00120744921183952E-09
+  5.12781362806571355E-09  5.25762485808396931E-09  5.39072227554811187E-09
+  5.52718907071567916E-09  5.66711053981696583E-09  5.81057413836801066E-09
+  5.95766953583327720E-09  6.10848867167210336E-09  6.26312581280394438E-09
+  6.42167761252845208E-09  6.58424317093699283E-09  6.75092409685361439E-09
+  6.92182457134399714E-09  7.09705141283216414E-09  7.27671414386566608E-09
+  7.46092505957084848E-09  7.64979929784118389E-09  7.84345491130237312E-09
+  8.04201294109926212E-09  8.24559749255076272E-09  8.45433581271985271E-09
+  8.66835836994740870E-09  8.88779893539939482E-09  9.11279466667843789E-09
+  9.34348619355210644E-09  9.58001770585129477E-09  9.82253704359390488E-09
+  1.00711957893899686E-08  1.03261493631860081E-08  1.05875571194079945E-08
+  1.08555824465632728E-08  1.11303928693641672E-08  1.14121601534367440E-08
+  1.17010604126803341E-08  1.19972742193449334E-08  1.23009867168951106E-08
+  1.26123877357312414E-08  1.29316719118401947E-08  1.32590388084496423E-08
+  1.35946930407622480E-08  1.39388444038472716E-08  1.42917080037700339E-08
+  1.46535043920408161E-08  1.50244597034674273E-08  1.54048057974976188E-08
+  1.57947804031393949E-08  1.61946272675502727E-08  1.66045963083880159E-08
+  1.70249437700181411E-08  1.74559323836760332E-08  1.78978315316833039E-08
+  1.83509174158217087E-08  1.88154732299691791E-08  1.92917893371064279E-08
+  1.97801634508045282E-08  2.02809008213066303E-08  2.07943144263207631E-08
+  2.13207251666424210E-08  2.18604620667294179E-08  2.24138624803545752E-08
+  2.29812723014641840E-08  2.35630461803747748E-08  2.41595477454428898E-08
+  2.47711498303464496E-08  2.53982347071200536E-08  2.60411943250892437E-08
+  2.67004305558539390E-08  2.73763554444734787E-08  2.80693914670105570E-08
+  2.87799717945951965E-08  2.95085405641731886E-08  3.02555531561090551E-08
+  3.10214764788165315E-08  3.18067892605945273E-08  3.26119823488512492E-08
+  3.34375590169030121E-08  3.42840352785401398E-08  3.51519402105560424E-08
+  3.60418162834414642E-08  3.69542197004503636E-08  3.78897207452492138E-08
+  3.88489041383676248E-08  3.98323694026723998E-08  4.08407312380938992E-08
+  4.18746199058391398E-08  4.29346816223306056E-08  4.40215789631187861E-08
+  4.51359912770195993E-08  4.62786151107357936E-08  4.74501646442286667E-08
+  4.86513721371103178E-08  4.98829883863375905E-08  5.11457831954926504E-08
+  5.24405458559433071E-08  5.37680856401850591E-08  5.51292323076714085E-08
+  5.65248366234505926E-08  5.79557708899313866E-08  5.94229294921113682E-08
+  6.09272294566080495E-08  6.24696110248417372E-08  6.40510382407298617E-08
+  6.56724995532586585E-08  6.73350084343097542E-08  6.90396040121280238E-08
+  7.07873517208246939E-08  7.25793439663253000E-08  7.44167008091752672E-08
+  7.63005706646318050E-08  7.82321310204800332E-08  8.02125891730197372E-08
+  8.22431829816858170E-08  8.43251816427724381E-08  8.64598864827444498E-08
+  8.86486317716328802E-08  9.08927855570217367E-08  9.31937505191490745E-08
+  9.55529648476549313E-08  9.79719031405263833E-08  1.00452077325800033E-07
+  1.02995037606596695E-07  1.05602373430085411E-07  1.08275714480972748E-07
+  1.11016731700147043E-07  1.13827138329111239E-07  1.16708690980853211E-07
+  1.19663190737832433E-07  1.22692484277758945E-07  1.25798465027875237E-07
+  1.28983074348461455E-07  1.32248302746299598E-07  1.35596191118863416E-07
+  1.39028832030002430E-07  1.42548371017924735E-07  1.46157007936293414E-07
+  1.49856998329273109E-07  1.53650654841393156E-07  1.57540348663097028E-07
+  1.61528511012896119E-07  1.65617634657042521E-07  1.69810275467673626E-07
+  1.74109054020413042E-07  1.78516657232407163E-07  1.83035840041839008E-07
+  1.87669427129963546E-07  1.92420314686732279E-07  1.97291472221129844E-07
+  2.02285944417334719E-07  2.07406853037876026E-07  2.12657398874976681E-07
+  2.18040863751293071E-07  2.23560612571315750E-07  2.29220095424701563E-07
+  2.35022849742860502E-07  2.40972502510141411E-07  2.47072772530998336E-07
+  2.53327472754563678E-07  2.59740512658063576E-07  2.66315900690588842E-07
+  2.73057746778731348E-07  2.79970264895653581E-07  2.87057775695219186E-07
+  2.94324709212796315E-07  3.01775607634451334E-07  3.09415128136260320E-07
+  3.17248045795488836E-07  3.25279256575501461E-07  3.33513780386232387E-07
+  3.41956764222143642E-07  3.50613485379642314E-07  3.59489354755949891E-07
+  3.68589920231503761E-07  3.77920870137993861E-07  3.87488036814213551E-07
+  3.97297400251936010E-07  4.07355091834106639E-07  4.17667398167693404E-07
+  4.28240765013563060E-07  4.39081801315888927E-07  4.50197283333567595E-07
+  4.61594158876234608E-07  4.73279551647573178E-07  4.85260765698556874E-07
+  4.97545289993470507E-07  5.10140803091562027E-07  5.23055177947198035E-07
+  5.36296486831604046E-07  5.49873006379214148E-07  5.63793222761786581E-07
+  5.78065836993564535E-07  5.92699770370753593E-07  6.07704170048737648E-07
+  6.23088414760528775E-07  6.38862120680024260E-07  6.55035147433715061E-07
+  6.71617604264648845E-07  6.88619856352483750E-07  7.06052531293545484E-07
+  7.23926525745040908E-07  7.42253012237481238E-07  7.61043446159614410E-07
+  7.80309572920301787E-07  8.00063435291687758E-07  8.20317380938363906E-07
+  8.41084070137240942E-07  8.62376483692846929E-07  8.84207931053135661E-07
+  9.06592058630841785E-07  9.29542858335509845E-07  9.53074676321668457E-07
+  9.77202221958558651E-07  1.00194057702696488E-06  1.02730520514904988E-06
+  1.05331196145699801E-06  1.07997710250647275E-06  1.10731729644126100E-06
+  1.13534963341530778E-06  1.16409163627867082E-06  1.19356127153426869E-06
+  1.22377696057203449E-06  1.25475759118761106E-06  1.28652252939295380E-06
+  1.31909163152591686E-06  1.35248525666664379E-06  1.38672427936857863E-06
+  1.42183010271176879E-06  1.45782467168694951E-06  1.49473048691872932E-06
+  1.53257061873621741E-06  1.57136872160026307E-06  1.61114904889620084E-06
+  1.65193646810114352E-06  1.69375647633574721E-06  1.73663521630991970E-06
+  1.78059949267233834E-06  1.82567678877446067E-06  1.87189528385912981E-06
+  1.91928387068453362E-06  1.96787217359506055E-06  2.01769056704973052E-06
+  2.06877019462007013E-06  2.12114298846975895E-06  2.17484168932740687E-06
+  2.22989986696560969E-06  2.28635194119925675E-06  2.34423320341541947E-06
+  2.40357983864917291E-06  2.46442894821906267E-06  2.52681857293566406E-06
+  2.59078771689881011E-06  2.65637637189799176E-06  2.72362554243065206E-06
+  2.79257727135520071E-06  2.86327466619413273E-06  2.93576192610335250E-06
+  3.01008436952593010E-06  3.08628846254644029E-06  3.16442184796373364E-06
+  3.24453337510167960E-06  3.32667313037489974E-06  3.41089246862933915E-06
+  3.49724404527846309E-06  3.58578184925309233E-06  3.67656123678705123E-06
+  3.76963896606041630E-06  3.86507323271978229E-06  3.96292370630011311E-06
+  4.06325156757085519E-06  4.16611954682762168E-06  4.27159196315631704E-06
+  4.37973476469332365E-06  4.49061556990534935E-06  4.60430370991805572E-06
+  4.72087027191811450E-06  4.84038814365495059E-06  4.96293205907360196E-06
+  5.08857864510428861E-06  5.21740646963815026E-06  5.34949609072292503E-06
+  5.48493010700486434E-06  5.62379320945063729E-06  5.76617223438439438E-06
+  5.91215621786803069E-06  6.06183645146249641E-06  6.21530653940702106E-06
+  6.37266245724603307E-06  6.53400261194642875E-06  6.69942790354309198E-06
+  6.86904178834524573E-06  7.04295034375117182E-06  7.22126233470968206E-06
+  7.40408928186493875E-06  7.59154553143698871E-06  7.78374832687628510E-06
+  7.98081788233462901E-06  8.18287745800875092E-06  8.39005343739486888E-06
+  8.60247540650394156E-06  8.82027623509673746E-06  9.04359215997788190E-06
+  9.27256287040656665E-06  9.50733159568544866E-06  9.74804519496826531E-06
+  9.99485424935293932E-06  1.02479131563231842E-05  1.05073802265814513E-05
+  1.07734177833500735E-05  1.10461922642035464E-05  1.13258743254794081E-05
+  1.16126389493549290E-05  1.19066655536504397E-05  1.22081381044150150E-05
+  1.25172452313908774E-05  1.28341803464143613E-05  1.31591417648209861E-05
+  1.34923328299582915E-05  1.38339620408609331E-05  1.41842431831711541E-05
+  1.45433954634130130E-05  1.49116436466725524E-05  1.52892181977851461E-05
+  1.56763554261408169E-05  1.60732976341587810E-05  1.64802932695534357E-05
+  1.68975970815016295E-05  1.73254702807644762E-05  1.77641807039090452E-05
+  1.82140029817338940E-05  1.86752187119604178E-05  1.91481166363574668E-05
+  1.96329928223932379E-05  2.01301508494929807E-05  2.06399020000896271E-05
+  2.11625654555475909E-05  2.16984684970650100E-05  2.22479467117550907E-05
+  2.28113442039723235E-05  2.33890138120243214E-05  2.39813173304772635E-05
+  2.45886257381071856E-05  2.52113194316810266E-05  2.58497884657756842E-05
+  2.65044327986761555E-05  2.71756625445889447E-05  2.78638982323664710E-05
+  2.85695710707839776E-05  2.92931232206590305E-05  3.00350080739849244E-05
+  3.07956905401368371E-05  3.15756473394908238E-05  3.23753673045924564E-05
+  3.31953516889709377E-05  3.40361144839810626E-05  3.48981827437659919E-05
+  3.57820969184973134E-05  3.66884111963042928E-05  3.76176938539349764E-05
+  3.85705276163914796E-05  3.95475100259623267E-05  4.05492538206449161E-05
+  4.15763873223099295E-05  4.26295548350168532E-05  4.37094170534343469E-05
+  4.48166514818465573E-05  4.59519528641081542E-05  4.71160336244913892E-05
+  4.83096243200401045E-05  4.95334741047131520E-05  5.07883512052957845E-05
+  5.20750434098154883E-05  5.33943585686357317E-05  5.47471251082951187E-05
+  5.61341925589264065E-05  5.75564320952948836E-05  5.90147370916742849E-05
+  6.05100236914575770E-05  6.20432313913894362E-05  6.36153236408570813E-05
+  6.52272884571464381E-05  6.68801390564003023E-05  6.85749145009953410E-05
+  7.03126803641856719E-05  7.20945294116290557E-05  7.39215823008406694E-05
+  7.57949882992769834E-05  7.77159260206179849E-05  7.96856041806360296E-05
+  8.17052623731110756E-05  8.37761718654386344E-05  8.58996364156249101E-05
+  8.80769931108053448E-05  9.03096132271597309E-05  9.25989031131530785E-05
+  9.49463050958504072E-05  9.73532984105683245E-05  9.98214001559290004E-05
+  1.02352166273628016E-04  1.04947192553746761E-04  1.07608115667667708E-04
+  1.10336614227470029E-04  1.13134409873371427E-04  1.16003268391073858E-04
+  1.18945000857541543E-04  1.21961464817634300E-04  1.25054565493017361E-04
+  1.28226257021728257E-04  1.31478543731712301E-04  1.34813481449048799E-04
+  1.38233178839438731E-04  1.41739798787049952E-04  1.45335559810519599E-04
+  1.49022737515279734E-04  1.52803666086885755E-04  1.56680739824047643E-04
+  1.60656414711569489E-04  1.64733210038177141E-04  1.68913710056716821E-04
+  1.73200565688437968E-04  1.77596496276246252E-04  1.82104291383207158E-04
+  1.86726812639958676E-04  1.91466995645302667E-04  1.96327851915285324E-04
+  2.01312470886688813E-04  2.06424021977943392E-04  2.11665756702351726E-04
+  2.17041010841883853E-04  2.22553206682571159E-04  2.28205855306905285E-04
+  2.34002558953522166E-04  2.39947013442628912E-04  2.46043010664181603E-04
+  2.52294441140561276E-04  2.58705296659156466E-04  2.65279672974663835E-04
+  2.72021772593529845E-04  2.78935907632596155E-04  2.86026502755811472E-04
+  2.93298098201023156E-04  3.00755352885635904E-04  3.08403047600193435E-04
+  3.16246088300074616E-04  3.24289509481466142E-04  3.32538477656685154E-04
+  3.40998294935464632E-04  3.49674402697274628E-04  3.58572385375902504E-04
+  3.67697974357395819E-04  3.77057051977883293E-04  3.86655655647754639E-04
+  3.96499982096207282E-04  4.06596391727074885E-04  4.16951413116113678E-04
+  4.27571747635417079E-04  4.38464274203481435E-04  4.49636054192617302E-04
+  4.61094336470304201E-04  4.72846562583922880E-04  4.84900372119127310E-04
+  4.97263608199630699E-04  5.09944323151764484E-04  5.22950784358792217E-04
+  5.36291480265792134E-04  5.49975126574486534E-04  5.64010672642975487E-04
+  5.78407308048482088E-04  5.93174469368704734E-04  6.08321847181534118E-04
+  6.23859393245459028E-04  6.39797327929858941E-04  6.56146147875620090E-04
+  6.72916633860502571E-04  6.90119858947806000E-04  7.07767196876163797E-04
+  7.25870330685603345E-04  7.44441261661775021E-04  7.63492318531790518E-04
+  7.83036166936265567E-04  8.03085819254755221E-04  8.23654644694608298E-04
+  8.44756379705073807E-04  8.66405138778808103E-04  8.88615425532648657E-04
+  9.11402144172047415E-04  9.34780611373447492E-04  9.58766568470197783E-04
+  9.83376194088853711E-04  1.00862611722873810E-03  1.03453343068267770E-03
+  1.06111570498086585E-03  1.08839100279853633E-03  1.11637789375878594E-03
+  1.14509546983584888E-03  1.17456336123895953E-03  1.20480175276434362E-03
+  1.23583140082764035E-03  1.26767365099221476E-03  1.30035045605994245E-03
+  1.33388439492202523E-03  1.36829869192397124E-03  1.40361723691034986E-03
+  1.43986460610447424E-03  1.47706608353082654E-03  1.51524768325784695E-03
+  1.55443617253980706E-03  1.59465909555198864E-03  1.63594479810689206E-03
+  1.67832245331856833E-03  1.72182208794546669E-03  1.76647460988874766E-03
+  1.81231183667413106E-03  1.85936652473940004E-03  1.90767240006169125E-03
+  1.95726418979285570E-03  2.00817765487621130E-03  2.06044962419177748E-03
+  2.11411802972970124E-03  2.16922194297488420E-03  2.22580161300505504E-03
+  2.28389850564461117E-03  2.34355534411708009E-03  2.40481615158055469E-03
+  2.46772629477359133E-03  2.53233252950464411E-03  2.59868304816262370E-03
+  2.66682752845061972E-03  2.73681718435547132E-03  2.80870481923533319E-03
+  2.88254488033234642E-03  2.95839351594418638E-03  3.03630863477376278E-03
+  3.11634996701265574E-03  3.19857912852652103E-03  3.28305968725007245E-03
+  3.36985723174670513E-03  3.45903944331824812E-03  3.55067617034464812E-03
+  3.64483950535366558E-03  3.74160386607214242E-03  3.84104607874835146E-03
+  3.94324546491040331E-03  4.04828393249060878E-03  4.15624606933431232E-03
+  4.26721924098753466E-03  4.38129369314792239E-03  4.49856265676450671E-03
+  4.61912245836525962E-03  4.74307263523741311E-03  4.87051605374583078E-03
+  5.00155903389052324E-03  5.13631147881316290E-03  5.27488700819427666E-03
+  5.41740309893432720E-03  5.56398123081018083E-03  5.71474703707108064E-03
+  5.86983046335638053E-03  6.02936593159359140E-03  6.19349251020241427E-03
+  6.36235409359627198E-03  6.53609958672987917E-03  6.71488309764166347E-03
+  6.89886414013243451E-03  7.08820784174554828E-03  7.28308516172974756E-03
+  7.48367311974647287E-03  7.69015503051354802E-03  7.90272075062636858E-03
+  8.12156693646758944E-03  8.34689730922542200E-03  8.57892293437892937E-03
+  8.81786251239842153E-03  9.06394267833467680E-03  9.31739831818103464E-03
+  9.57847289642960870E-03  9.84741879495359268E-03  1.01244976708826165E-02
+  1.04099808256311304E-02  1.07041495883611198E-02  1.10072957204405165E-02
+  1.13197218311957715E-02  1.16417418118414280E-02  1.19736812920270032E-02
+  1.23158781082958503E-02  1.26686827949881713E-02  1.30324590988180385E-02
+  1.34075845068575526E-02  1.37944508014881985E-02  1.41934646395045442E-02
+  1.46050481472643490E-02  1.50296395473036824E-02  1.54676938091594020E-02
+  1.59196833200756400E-02  1.63860985914441697E-02  1.68674489892923808E-02
+  1.73642634896631932E-02  1.78770914735333734E-02  1.84065035457238596E-02
+  1.89530923847386588E-02  1.95174736352221947E-02  2.01002868248933743E-02
+  2.07021963191892783E-02  2.13238923206218352E-02  2.19660918941768507E-02
+  2.26295400374849666E-02  2.33150107966241631E-02  2.40233084111893050E-02
+  2.47552685107324012E-02  2.55117593568135702E-02  2.62936831193112397E-02
+  2.71019772095739547E-02  2.79376156587519131E-02  2.88016105367485120E-02
+  2.96950134318811516E-02  3.06189169754958641E-02  3.15744564142265080E-02
+  3.25628112448164350E-02  3.35852068945802773E-02  3.46429164561390251E-02
+  3.57372624843187645E-02  3.68696188409432385E-02  3.80414125986943061E-02
+  3.92541260046158011E-02  4.05092984956402433E-02  4.18085287743811540E-02
+  4.31534769407100408E-02  4.45458666807958745E-02  4.59874875122007615E-02
+  4.74801970811311452E-02  4.90259235219484904E-02  5.06266678618111574E-02
+  5.22845064759003483E-02  5.40015936059685744E-02  5.57801639056179493E-02
+  5.76225350384065305E-02  5.95311103324585797E-02  6.15083814360139064E-02
+  6.35569310329899273E-02  6.56794355952066700E-02  6.78786681039347806E-02
+  7.01575008430431329E-02  7.25189081900812216E-02  7.49659693432260799E-02
+  7.75018711318836429E-02  8.01299107618752421E-02  8.28534984684263232E-02
+  8.56761602556606189E-02  8.86015404799774531E-02  9.16334043257610725E-02
+  9.47756403486038068E-02  9.80322627436058247E-02  1.01407413509324917E-01
+  1.04905364623750816E-01  1.08530519799866665E-01  1.12287416163489542E-01
+  1.16180725833661347E-01  1.20215256916854932E-01  1.24395954472799927E-01
+  1.28727901200288097E-01  1.33216317364796388E-01  1.37866560759255519E-01
+  1.42684126110676684E-01  1.47674643575636616E-01  1.52843877314846943E-01
+  1.58197723135541451E-01  1.63742205126139850E-01  1.69483472348268355E-01
+  1.75427794122787556E-01  1.81581554294700132E-01  1.87951245414413715E-01
+  1.94543460958052028E-01  2.01364886615141986E-01  2.08422291182003255E-01
+  2.15722514882739885E-01  2.23272456955874582E-01  2.31079062314488159E-01
+  2.39149305012893137E-01  2.47490171270070003E-01  2.56108640767845119E-01
+  2.65011664201806718E-01  2.74206140715292812E-01  2.83698892517086410E-01
+  2.93496635380706916E-01  3.03605949268471842E-01  3.14033244775035247E-01
+  3.24784725406850106E-01  3.35866349956241650E-01  3.47283789170545920E-01
+  3.59042378609252533E-01  3.71147071161352038E-01  3.83602382303893985E-01
+  3.96412332330520700E-01  4.09580387316139105E-01  4.23109391409530577E-01
+  4.37001497288459495E-01  4.51258093901684254E-01  4.65879724504793813E-01
+  4.80866004355585464E-01  4.96215533777206064E-01  5.11925801167159356E-01
+  5.27993087252871307E-01  5.44412362519624549E-01  5.61177175281145746E-01
+  5.78279542342854835E-01  5.95709830771929627E-01  6.13456632356533804E-01
+  6.31506641417240555E-01  6.49844522471516584E-01  6.68452773961139779E-01
+  6.87311595539614517E-01  7.06398745442819220E-01  7.25689398416145659E-01
+  7.45156007220679095E-01  7.64768156626834283E-01  7.84492423169877884E-01
+  8.04292239040654944E-01  8.24127753679044450E-01  8.43955706455419508E-01
+  8.63729305738647812E-01  8.83398114051604288E-01  9.02907949142291333E-01
+  9.22200796959317781E-01  9.41214741979375713E-01  9.59883917477489024E-01
+  9.78138478257450705E-01  9.95904603441712499E-01  1.01310452302196863E+00
+  1.02965658371370039E+00  1.04547535636842803E+00  1.06047177229639633E+00
+  1.07455332192032471E+00  1.08762430164092816E+00  1.09958609796388207E+00
+  1.11033756084955937E+00  1.11977542259766460E+00  1.12779476682019530E+00
+  1.13428961134762085E+00  1.13915351974455037E+00  1.14228027898029105E+00
+  1.14356470182931735E+00  1.14290342182543592E+00  1.14019576643660869E+00
+  1.13534473234108257E+00  1.12825789309142666E+00  1.11884837357001410E+00
+  1.10703584307022629E+00  1.09274734712374677E+00  1.07591813110785051E+00
+  1.05649230598729660E+00  1.03442319861469145E+00  1.00967348757209074E+00
+  9.82214882558512969E-01  9.52027210459475359E-01  9.19098388818264334E-01
+  8.83425107491976669E-01  8.45013475980439743E-01  8.03879742915265760E-01
+  7.60050971786430329E-01  7.13565727177133735E-01  6.64474808390113192E-01
+  6.12841919169470728E-01  5.58744352857561744E-01  5.02273691828532320E-01
+  4.43536430007597626E-01  3.82654602522579379E-01  3.19766387272851227E-01
+  2.55026622903042732E-01  1.88607306113700079E-01  1.20698016202126349E-01
+  5.15062500450590641E-02 -1.87423138996399147E-02 -8.98036629765482375E-02
+ -1.61415400973111800E-01 -2.33296841982228442E-01 -3.05149239048563559E-01
+ -3.76656147785221884E-01 -4.47484021083355776E-01 -5.17282939101836203E-01
+ -5.85687534189283765E-01 -6.52318235861530149E-01 -7.16782626159047531E-01
+ -7.78677085024093163E-01 -8.37588820841709270E-01 -8.93097969012865200E-01
+ -9.44780107572901318E-01 -9.92209167544337856E-01 -1.03496036993556939E+00
+ -1.07261371891022983E+00 -1.10475781736231538E+00 -1.13099368547738810E+00
+ -1.15093925459065782E+00 -1.16423401223299594E+00 -1.17054365485712530E+00
+ -1.16956546995961341E+00 -1.16103360011502277E+00 -1.14472434439000148E+00
+ -1.12046212465574424E+00 -1.08812499197342971E+00 -1.04765019934457526E+00
+ -9.99040205719820551E-01 -9.42367856846233587E-01 -8.77781607611142101E-01
+ -8.05510745707146758E-01 -7.25869474947157478E-01 -6.39260880489425865E-01
+ -5.46180304613400502E-01 -4.47217354427783709E-01 -3.43057422368714282E-01
+ -2.34481981917186999E-01 -1.22367365328557867E-01 -7.68245850601412261E-03
+  1.08515337607846291E-01  2.25085782248685196E-01  3.40813310208943343E-01
+  4.54416463216951005E-01  5.64559108328267278E-01  6.69864146868569654E-01
+  7.68929277609734063E-01  8.60345499463236352E-01  9.42697806181342579E-01
+  1.01465438309158240E+00  1.07533863693823029E+00  1.12000120323611618E+00
+  1.15124155515524484E+00  1.27661538935576457E+00  2.28236204373222673E-01
+  2.01428979165494716E-02 -9.13895600855376897E-03  8.85515829064141471E-04
+  1.40160406602974692E-04 -4.70441623449945767E-05  3.31879992295128981E-06
+  8.87440712946768588E-07 -2.36354249900623296E-07  1.02992827821916179E-08
+  5.29956418769448106E-09 -1.15692384088242068E-09  1.74215518954062142E-11
+  3.03605155234473289E-11 -5.49816247397982244E-12 -8.81524346849248701E-14
+  1.68374360720043372E-13 -2.52177033096340700E-14 -1.31099410700738228E-15
+  9.08478255512698887E-16 -1.10496747582129766E-16 -1.08133936240277351E-17
+  4.78141743770935715E-18 -4.54122537547317411E-19 -7.45760814485355960E-20
+  2.45702560431914978E-20 -1.68588195301494722E-21 -4.69769506919308420E-22
+  1.23218776638018889E-22 -5.12127209981711274E-24 -2.79563852506851458E-24
+  6.01929255736384739E-25 -7.76222925950856674E-27 -1.59741578889049054E-26
+  2.85389990319792858E-27  5.26364805918364480E-29 -8.84011930977490460E-29
+  1.30514774801234602E-29  7.16657856820376491E-31 -4.76082438000842655E-31
+  5.69649009763428380E-32  5.79996686904135437E-33 -2.50127512243889862E-33
+  2.32767049599187058E-34  3.96620168310282769E-35 -1.28308997403001646E-35
+  8.55548939794434884E-37  2.48601213089020646E-37 -6.42287409191924388E-38
+  2.53961547912915280E-39  1.47445007388781608E-39 -3.13124284008754103E-40
+  3.35616492684508061E-42  8.40338044459314127E-42 -1.48107243816218788E-42
+ -3.09264821288908372E-44  4.64064173214537829E-44 -6.75314785116110076E-45
+ -3.90919531429122816E-46  2.49455393178986560E-46 -2.93572122740655467E-47
+ -3.10836477578877191E-48  1.30831125426166521E-48 -1.19243115977755985E-49
+ -2.10842430220060216E-50  6.69958544936775234E-51 -4.33720301848106488E-52
+ -1.31521807496567871E-52  3.34750052536760488E-53 -1.25560030783513742E-54
+ -7.77479527480375739E-55  1.62861358379669338E-55 -1.38862192765668141E-57
+ -4.41995874483734964E-57  7.68473951749954159E-58  1.79413603855794773E-59
+ -2.43576966717076501E-59  3.49335919449495828E-60  2.12816902499378195E-61
+ -1.30691397590784866E-61  1.51240431542142065E-62  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+                              </PP_CHI.4>
+                             </PP_PSWFC> 
+<PP_FULL_WFC number_of_wfc=" 4">
+ <PP_AEWFC.1 type="real" size="   969" l="0" columns="3">
+  1.42458524955744819E-03  1.44248777784414554E-03  1.46061507345543614E-03
+  1.47896995302140323E-03  1.49755526833300558E-03  1.51637390677756374E-03
+  1.53542879177956328E-03  1.55472288324682911E-03  1.57425917802212173E-03
+  1.59404071034024400E-03  1.61407055229069278E-03  1.63435181428594535E-03
+  1.65488764553543485E-03  1.67568123452528812E-03  1.69673580950388428E-03
+  1.71805463897330471E-03  1.73964103218674816E-03  1.76149833965198429E-03
+  1.78362995364089098E-03  1.80603930870518875E-03  1.82872988219839492E-03
+  1.85170519480410962E-03  1.87496881107068855E-03  1.89852433995238022E-03
+  1.92237543535700071E-03  1.94652579670022007E-03  1.97097916946654137E-03
+  1.99573934577705267E-03  2.02081016496400909E-03  2.04619551415236283E-03
+  2.07189932884826794E-03  2.09792559353468803E-03  2.12427834227417022E-03
+  2.15096165931884893E-03  2.17797967972779708E-03  2.20533658999177594E-03
+  2.23303662866549107E-03  2.26108408700742732E-03  2.28948330962734778E-03
+  2.31823869514156608E-03  2.34735469683602623E-03  2.37683582333735651E-03
+  2.40668663929191054E-03  2.43691176605293543E-03  2.46751588237595007E-03
+  2.49850372512239009E-03  2.52988008997166811E-03  2.56164983214170238E-03
+  2.59381786711802538E-03  2.62638917139156698E-03  2.65936878320518913E-03
+  2.69276180330911162E-03  2.72657339572528060E-03  2.76080878852081203E-03
+  2.79547327459059433E-03  2.83057221244914850E-03  2.86611102703186998E-03
+  2.90209521050572650E-03  2.93853032308952862E-03  2.97542199388389729E-03
+  3.01277592171097499E-03  3.05059787596406989E-03  3.08889369746726938E-03
+  3.12766929934516283E-03  3.16693066790279826E-03  3.20668386351593291E-03
+  3.24693502153174498E-03  3.28769035318008003E-03  3.32895614649536715E-03
+  3.37073876724931039E-03  3.41304465989445685E-03  3.45588034851878213E-03
+  3.49925243781140042E-03  3.54316761403951005E-03  3.58763264603670926E-03
+  3.63265438620275763E-03  3.67823977151497585E-03  3.72439582455134617E-03
+  3.77112965452545447E-03  3.81844845833341062E-03  3.86635952161283429E-03
+  3.91487021981409139E-03  3.96398801928382616E-03  4.01372047836100546E-03
+  4.06407524848553109E-03  4.11506007531958068E-03  4.16668279988179763E-03
+  4.21895135969447849E-03  4.27187378994386274E-03  4.32545822465367404E-03
+  4.37971289787202848E-03  4.43464614487186753E-03  4.49026640336504333E-03
+  4.54658221473015333E-03  4.60360222525436555E-03  4.66133518738919440E-03
+  4.71978996102056635E-03  4.77897551475314677E-03  4.83890092720917504E-03
+  4.89957538834191655E-03  4.96100820076381469E-03  5.02320878108958833E-03
+  5.08618666129432347E-03  5.14995149008677135E-03  5.21451303429795038E-03
+  5.27988118028519492E-03  5.34606593535183819E-03  5.41307742918262311E-03
+  5.48092591529503268E-03  5.54962177250664830E-03  5.61917550641868706E-03
+  5.68959775091590261E-03  5.76089926968293992E-03  5.83309095773733646E-03
+  5.90618384297932238E-03  5.98018908775848484E-03  6.05511799045758015E-03
+  6.13098198709353340E-03  6.20779265293580542E-03  6.28556170414232111E-03
+  6.36430099941301484E-03  6.44402254166125382E-03  6.52473847970320292E-03
+  6.60646110996530520E-03  6.68920287821008451E-03  6.77297638128030160E-03
+  6.85779436886171934E-03  6.94366974526459697E-03  7.03061557122403903E-03
+  7.11864506571937682E-03  7.20777160781267690E-03  7.29800873850664205E-03
+  7.38937016262189699E-03  7.48186975069394227E-03  7.57552154088986414E-03
+  7.67033974094490350E-03  7.76633873011911731E-03  7.86353306117422955E-03
+  7.96193746237080710E-03  8.06156683948596256E-03  8.16243627785158757E-03
+  8.26456104441346436E-03  8.36795658981121480E-03  8.47263855047930385E-03
+  8.57862275076927590E-03  8.68592520509318608E-03  8.79456212008863751E-03
+  8.90454989680529267E-03  9.01590513291314864E-03  9.12864462493266290E-03
+  9.24278537048679044E-03  9.35834457057521836E-03  9.47533963187072517E-03
+  9.59378816903795964E-03  9.71370800707466175E-03  9.83511718367538652E-03
+  9.95803395161801511E-03  1.00824767811730411E-02  1.02084643625357432E-02
+  1.03360156082813980E-02  1.04651496558435739E-02  1.05958858700156665E-02
+  1.07282438454757417E-02  1.08622434093347663E-02  1.09979046237083811E-02
+  1.11352477883120814E-02  1.12742934430803063E-02  1.14150623708090000E-02
+  1.15575755998220953E-02  1.17018544066619205E-02  1.18479203188032976E-02
+  1.19957951173919400E-02  1.21455008400065834E-02  1.22970597834453441E-02
+  1.24504945065362221E-02  1.26058278329715546E-02  1.27630828541669284E-02
+  1.29222829321440323E-02  1.30834517024378261E-02  1.32466130770280011E-02
+  1.34117912472944394E-02  1.35790106869971717E-02  1.37482961552802523E-02
+  1.39196726996999986E-02  1.40931656592773145E-02  1.42688006675740116E-02
+  1.44466036557934132E-02  1.46266008559047134E-02  1.48088188037913890E-02
+  1.49932843424235521E-02  1.51800246250537538E-02  1.53690671184369097E-02
+  1.55604396060733778E-02  1.57541701914757012E-02  1.59502873014586918E-02
+  1.61488196894524171E-02  1.63497964388386145E-02  1.65532469663095885E-02
+  1.67592010252499250E-02  1.69676887091408206E-02  1.71787404549863243E-02
+  1.73923870467620582E-02  1.76086596188854139E-02  1.78275896597074081E-02
+  1.80492090150259632E-02  1.82735498916198925E-02  1.85006448608040081E-02
+  1.87305268620041980E-02  1.89632292063528322E-02  1.91987855803038079E-02
+  1.94372300492667814E-02  1.96785970612606102E-02  1.99229214505849857E-02
+  2.01702384415104186E-02  2.04205836519857978E-02  2.06739930973628798E-02
+  2.09305031941379067E-02  2.11901507637088787E-02  2.14529730361486815E-02
+  2.17190076539932990E-02  2.19882926760440432E-02  2.22608665811842646E-02
+  2.25367682722085565E-02  2.28160370796648276E-02  2.30987127657081119E-02
+  2.33848355279652198E-02  2.36744460034099997E-02  2.39675852722478037E-02
+  2.42642948618087585E-02  2.45646167504488706E-02  2.48685933714578589E-02
+  2.51762676169733912E-02  2.54876828418998391E-02  2.58028828678314170E-02
+  2.61219119869784029E-02  2.64448149660947950E-02  2.67716370504075436E-02
+  2.71024239675447358E-02  2.74372219314627068E-02  2.77760776463703910E-02
+  2.81190383106492622E-02  2.84661516207685289E-02  2.88174657751930664E-02
+  2.91730294782835027E-02  2.95328919441867205E-02  2.98971029007150634E-02
+  3.02657125932131663E-02  3.06387717884101345E-02  3.10163317782561933E-02
+  3.13984443837412655E-02  3.17851619586943454E-02  3.21765373935615842E-02
+  3.25726241191609325E-02  3.29734761104120006E-02  3.33791478900384783E-02
+  3.37896945322413572E-02  3.42051716663409611E-02  3.46256354803849906E-02
+  3.50511427247210128E-02  3.54817507155306897E-02  3.59175173383229906E-02
+  3.63585010513846410E-02  3.68047608891846276E-02  3.72563564657302226E-02
+  3.77133479778720970E-02  3.81757962085553793E-02  3.86437625300137602E-02
+  3.91173089069039859E-02  3.95964978993773864E-02  4.00813926660851805E-02
+  4.05720569671147863E-02  4.10685551668534335E-02  4.15709522367752882E-02
+  4.20793137581496543E-02  4.25937059246654925E-02  4.31141955449687239E-02
+  4.36408500451096332E-02  4.41737374708942934E-02  4.47129264901379442E-02
+  4.52584863948155280E-02  4.58104871031039459E-02  4.63689991613136648E-02
+  4.69340937457036894E-02  4.75058426641753115E-02  4.80843183578408689E-02
+  4.86695939024617344E-02  4.92617430097502806E-02  4.98608400285317221E-02
+  5.04669599457599483E-02  5.10801783873809645E-02  5.17005716190404446E-02
+  5.23282165466280799E-02  5.29631907166524390E-02  5.36055723164426401E-02
+  5.42554401741682096E-02  5.49128737586711269E-02  5.55779531791060211E-02
+  5.62507591843780241E-02  5.69313731623740799E-02  5.76198771389810349E-02
+  5.83163537768803877E-02  5.90208863741154138E-02  5.97335588624225491E-02
+  6.04544558053168035E-02  6.11836623959266038E-02  6.19212644545692192E-02
+  6.26673484260549113E-02  6.34220013767172741E-02  6.41853109911568465E-02
+  6.49573655686882107E-02  6.57382540194867276E-02  6.65280658604203712E-02
+  6.73268912105572381E-02  6.81348207863446270E-02  6.89519458964426984E-02
+  6.97783584362041409E-02  7.06141508817956370E-02  7.14594162839399388E-02
+  7.23142482612745552E-02  7.31787409933177396E-02  7.40529892130206563E-02
+  7.49370881989037951E-02  7.58311337667636753E-02  7.67352222609296447E-02
+  7.76494505450695677E-02  7.85739159925272490E-02  7.95087164761700826E-02
+  8.04539503577493126E-02  8.14097164767489945E-02  8.23761141387048812E-02
+  8.33532431029962162E-02  8.43412035700793344E-02  8.53400961681502063E-02
+  8.63500219392357160E-02  8.73710823246783147E-02  8.84033791500058175E-02
+  8.94470146091819046E-02  9.05020912481991902E-02  9.15687119480108058E-02
+  9.26469799067922151E-02  9.37369986214902362E-02  9.48388718686635074E-02
+  9.59527036845966991E-02  9.70785983446443845E-02  9.82166603418182793E-02
+  9.93669943645854592E-02  1.00529705273837408E-01  1.01704898079050601E-01
+  1.02892677913590649E-01  1.04093150009128069E-01  1.05306419669188717E-01
+  1.06532592241775165E-01  1.07771773091040718E-01  1.09024067568034802E-01
+  1.10289580980444502E-01  1.11568418561327182E-01  1.12860685436845853E-01
+  1.14166486592921335E-01  1.15485926840814879E-01  1.16819110781637425E-01
+  1.18166142769692645E-01  1.19527126874689804E-01  1.20902166842798794E-01
+  1.22291366056454090E-01  1.23694827492967813E-01  1.25112653681890701E-01
+  1.26544946661037244E-01  1.27991807931256668E-01  1.29453338409847629E-01
+  1.30929638382557029E-01  1.32420807454253303E-01  1.33926944498132444E-01
+  1.35448147603432517E-01  1.36984514021741166E-01  1.38536140111720857E-01
+  1.40103121282271231E-01  1.41685551934190773E-01  1.43283525400138417E-01
+  1.44897133882965795E-01  1.46526468392443182E-01  1.48171618680163597E-01
+  1.49832673172758502E-01  1.51509718903385465E-01  1.53202841441272941E-01
+  1.54912124819525265E-01  1.56637651461055044E-01  1.58379502102465708E-01
+  1.60137755716134533E-01  1.61912489430269146E-01  1.63703778446815051E-01
+  1.65511695957500676E-01  1.67336313057683567E-01  1.69177698657972275E-01
+  1.71035919393901892E-01  1.72911039533232141E-01  1.74803120880970719E-01
+  1.76712222682338577E-01  1.78638401523179169E-01  1.80581711228066322E-01
+  1.82542202756211719E-01  1.84519924094645266E-01  1.86514920149089186E-01
+  1.88527232632453995E-01  1.90556899950453135E-01  1.92603957084922589E-01
+  1.94668435474550455E-01  1.96750362892597397E-01  1.98849763322339057E-01
+  2.00966656829672435E-01  2.03101059432629155E-01  2.05252982968616410E-01
+  2.07422434958544233E-01  2.09609418467843950E-01  2.11813931965174090E-01
+  2.14035969177726854E-01  2.16275518943484790E-01  2.18532565061059003E-01
+  2.20807086135852870E-01  2.23099055423307185E-01  2.25408440669546184E-01
+  2.27735203948103732E-01  2.30079301493927052E-01  2.32440683534519715E-01
+  2.34819294116969196E-01  2.37215070932500827E-01  2.39627945137823317E-01
+  2.42057841172248239E-01  2.44504676572603302E-01  2.46968361784507567E-01
+  2.49448799969439833E-01  2.51945886809835318E-01  2.54459510310048154E-01
+  2.56989550593309468E-01  2.59535879696835059E-01  2.62098361362290311E-01
+  2.64676850822653020E-01  2.67271194587182237E-01  2.69881230221271085E-01
+  2.72506786123295819E-01  2.75147681299333924E-01  2.77803725132380164E-01
+  2.80474717149327868E-01  2.83160446785375663E-01  2.85860693142685085E-01
+  2.88575224747709580E-01  2.91303799305280775E-01  2.94046163446932907E-01
+  2.96802052478844447E-01  2.99571190125661801E-01  3.02353288268893905E-01
+  3.05148046685770502E-01  3.07955152782943553E-01  3.10774281325575497E-01
+  3.13605094167419052E-01  3.16447239974691208E-01  3.19300353946647242E-01
+  3.22164057537250748E-01  3.25037958169680952E-01  3.27921648949344391E-01
+  3.30814708377585698E-01  3.33716700057494486E-01  3.36627172400457919E-01
+  3.39545658332456257E-01  3.42471674992095021E-01  3.45404723431926575E-01
+  3.48344288317985695E-01  3.51289837621298728E-01  3.54240822315292636E-01
+  3.57196676069346519E-01  3.60156814935449487E-01  3.63120637043034822E-01
+  3.66087522287498246E-01  3.69056832014151015E-01  3.72027908711768995E-01
+  3.75000075697343505E-01  3.77972636799822626E-01  3.80944876053738612E-01
+  3.83916057381801235E-01  3.86885424281214862E-01  3.89852199518863685E-01
+  3.92815584813775931E-01  3.95774760529056746E-01  3.98728885370235930E-01
+  4.01677096070162165E-01  4.04618507089764212E-01  4.07552210321306341E-01
+  4.10477274778958234E-01  4.13392746311641635E-01  4.16297647313097818E-01
+  4.19190976422261052E-01  4.22071708251295252E-01  4.24938793104657486E-01
+  4.27791156694359465E-01  4.30627699885984649E-01  4.33447298429530392E-01
+  4.36248802695230864E-01  4.39031037440319571E-01  4.41792801555055958E-01
+  4.44532867825225608E-01  4.47249982722458528E-01  4.49942866169616373E-01
+  4.52610211336388346E-01  4.55250684456001253E-01  4.57862924615176359E-01
+  4.60445543589285911E-01  4.62997125688346611E-01  4.65516227578093633E-01
+  4.68001378160876280E-01  4.70451078453896609E-01  4.72863801449709131E-01
+  4.75237992048218649E-01  4.77572066970498199E-01  4.79864414668822792E-01
+  4.82113395313985560E-01  4.84317340749093495E-01  4.86474554460072595E-01
+  4.88583311622066252E-01  4.90641859098656097E-01  4.92648415484242652E-01
+  4.94601171212926516E-01  4.96498288609978689E-01  4.98337902017535361E-01
+  5.00118117968982756E-01  5.01837015301377254E-01  5.03492645375324455E-01
+  5.05083032317492409E-01  5.06606173205249810E-01  5.08060038390159785E-01
+  5.09442571810914235E-01  5.10751691264863417E-01  5.11985288841861119E-01
+  5.13141231310355495E-01  5.14217360493634201E-01  5.15211493817533506E-01
+  5.16121424774289572E-01  5.16944923422158475E-01  5.17679737048884037E-01
+  5.18323590719633298E-01  5.18874187918634044E-01  5.19329211328830698E-01
+  5.19686323472627776E-01  5.19943167513117865E-01  5.20097368148846551E-01
+  5.20146532359527125E-01  5.20088250381922079E-01  5.19920096717154445E-01
+  5.19639630998323887E-01  5.19244399151695180E-01  5.18731934512671300E-01
+  5.18099758838621582E-01  5.17345383658902480E-01  5.16466311496188601E-01
+  5.15460037052968278E-01  5.14324048746206963E-01  5.13055830034121918E-01
+  5.11652860804779452E-01  5.10112619087118357E-01  5.08432582486131657E-01
+  5.06610229800161682E-01  5.04643042896214089E-01  5.02528508260746354E-01
+  5.00264118868113616E-01  4.97847376204338776E-01  4.95275791946918009E-01
+  4.92546890099717749E-01  4.89658209145785117E-01  4.86607303878254516E-01
+  4.83391747806018068E-01  4.80009135413076826E-01  4.76457084174171763E-01
+  4.72733237219218450E-01  4.68835265678085367E-01  4.64760870922089508E-01
+  4.60507787459206563E-01  4.56073785349519034E-01  4.51456672710808860E-01
+  4.46654298808137284E-01  4.41664556530342922E-01  4.36485385191538289E-01
+  4.31114773771028970E-01  4.25550763448936553E-01  4.19791450724510962E-01
+  4.13834990755143184E-01  4.07679599960453609E-01  4.01323559461831680E-01
+  3.94765218462901579E-01  3.88002996946946954E-01  3.81035389418789949E-01
+  3.73860968264184634E-01  3.66478386585610272E-01  3.58886382195068410E-01
+  3.51083780894739628E-01  3.43069499506083841E-01  3.34842550033671527E-01
+  3.26402042822418081E-01  3.17747189825830556E-01  3.08877308847491316E-01
+  2.99791826540852679E-01  2.90490281947540063E-01  2.80972330711868723E-01
+  2.71237747904613802E-01  2.61286431839911126E-01  2.51118408148951422E-01
+  2.40733832430724437E-01  2.30132994324880047E-01  2.19316321324334373E-01
+  2.08284381284594033E-01  1.97037886688522429E-01  1.85577698075590519E-01
+  1.73904826476583896E-01  1.62020437751607155E-01  1.49925855531319485E-01
+  1.37622563656724789E-01  1.25112210431338938E-01  1.12396610999190780E-01
+  9.94777498513238351E-02  8.63577848201635689E-02  7.30390488446212016E-02
+  5.95240525785303357E-02  4.58154879480484056E-02  3.19162292873392192E-02
+  1.78293360469713412E-02  3.55805573350521714E-03 -1.08941755592440667E-02
+ -2.55237303930838967E-02 -4.03267878397576343E-02 -5.52993334795269451E-02
+ -7.04371567089901868E-02 -8.57358495520621905E-02 -1.01190807059856586E-01
+ -1.16797224875119302E-01 -1.32550099117523468E-01 -1.48444227047554334E-01
+ -1.64474205124463285E-01 -1.80634430028496829E-01 -1.96919099489484883E-01
+ -2.13322211078401769E-01 -2.29837564384722221E-01 -2.46458761960662964E-01
+ -2.63179209081047971E-01 -2.79992117044520705E-01 -2.96890504248574272E-01
+ -3.13867197138641030E-01 -3.30914834547848036E-01 -3.48025868994289000E-01
+ -3.65192569016928537E-01 -3.82407024411095586E-01 -3.99661147925068683E-01
+ -4.16946679143683385E-01 -4.34255190422250803E-01 -4.51578089250985970E-01
+ -4.68906623766885855E-01 -4.86231889202026424E-01 -5.03544831210769872E-01
+ -5.20836253006014216E-01 -5.38096822198879332E-01 -5.55317075349671008E-01
+ -5.72487426653876974E-01 -5.89598175113665079E-01 -6.06639510522280379E-01
+ -6.23601523549656811E-01 -6.40474213252057556E-01 -6.57247494632563489E-01
+ -6.73911209899830776E-01 -6.90455136386972534E-01 -7.06868995749710294E-01
+ -7.23142466100852976E-01 -7.39265190468897937E-01 -7.55226787599550198E-01
+ -7.71016864617647735E-01 -7.86625026202250499E-01 -8.02040886824572419E-01
+ -8.17254083625153727E-01 -8.32254286443545932E-01 -8.47031211214088087E-01
+ -8.61574632825778841E-01 -8.75874396051672610E-01 -8.89920429745524544E-01
+ -9.03702759530499833E-01 -9.17211519570986122E-01 -9.30436967155731542E-01
+ -9.43369495134520175E-01 -9.55999644368023982E-01 -9.68318118255534377E-01
+ -9.80315794895578185E-01 -9.91983739942967291E-01 -1.00331322065112394E+00
+ -1.01429571776102656E+00 -1.02492293839390869E+00 -1.03518682924188221E+00
+ -1.04507958817327617E+00 -1.05459367670047155E+00 -1.06372183208258964E+00
+ -1.07245707854655259E+00 -1.08079273883859073E+00 -1.08872244513610328E+00
+ -1.09624014967378658E+00 -1.10334013491024385E+00 -1.11001702325036611E+00
+ -1.11626578676476518E+00 -1.12208175557514789E+00 -1.12746062645092282E+00
+ -1.13239847122641324E+00 -1.13689174313468988E+00 -1.14093728434870512E+00
+ -1.14453233264278809E+00 -1.14767452558618865E+00 -1.15036190703698304E+00
+ -1.15259293157606790E+00 -1.15436646669525977E+00 -1.15568179811583871E+00
+ -1.15653863159207804E+00 -1.15693709339704487E+00 -1.15687773421407947E+00
+ -1.15636152803355907E+00 -1.15538987132778437E+00 -1.15396458518152767E+00
+ -1.15208791117183074E+00 -1.14976250963785076E+00 -1.14699145966837479E+00
+ -1.14377825206250372E+00 -1.14012678703383430E+00 -1.13604137166434582E+00
+ -1.13152671028551333E+00 -1.12658790180868684E+00 -1.12123043428950142E+00
+ -1.11546017333294989E+00 -1.10928335901546293E+00 -1.10270659730215148E+00
+ -1.09573684731296273E+00 -1.08838141752950190E+00 -1.08064795403873126E+00
+ -1.07254442750600298E+00 -1.06407912825114792E+00 -1.05526065151270432E+00
+ -1.04609788485391952E+00 -1.03660000168389410E+00 -1.02677644394474710E+00
+ -1.01663691048406934E+00 -1.00619134863580650E+00 -9.95449934942006620E-01
+ -9.84423064771042244E-01 -9.73121341656008942E-01 -9.61555556859364002E-01
+ -9.49736680221368701E-01 -9.37675847074882940E-01 -9.25384337631948495E-01
+ -9.12873568729102636E-01 -9.00155078319076485E-01 -8.87240505728563500E-01
+ -8.74141583695097757E-01 -8.60870120731406674E-01 -8.47437983079508683E-01
+ -8.33857086442966189E-01 -8.20139376718917013E-01 -8.06296814172310028E-01
+ -7.92341364384450575E-01 -7.78284977993510929E-01 -7.64139577305007367E-01
+ -7.49917046128768083E-01 -7.35629209282301355E-01 -7.21287821557552777E-01
+ -7.06904556292979103E-01 -6.92490985465577635E-01 -6.78058570673168437E-01
+ -6.63618650472827754E-01 -6.49182421909552110E-01 -6.34760932962601276E-01
+ -6.20365068894280891E-01 -6.06005535968901499E-01 -5.91692854719134242E-01
+ -5.77437345799792112E-01 -5.63249116337096845E-01 -5.49138053537569282E-01
+ -5.35113810654851418E-01 -5.21185796107026644E-01 -5.07363167170290952E-01
+ -4.93654816710553002E-01 -4.80069364959902545E-01 -4.66615153250486525E-01
+ -4.53300232153573956E-01 -4.40132355625319271E-01 -4.27118974930189910E-01
+ -4.14267228764163553E-01 -4.01583939376042698E-01 -3.89075606993002920E-01
+ -3.76748402379361469E-01 -3.64608164518254341E-01 -3.52660395987245578E-01
+ -3.40910258194383475E-01 -3.29362570296985957E-01 -3.18021806055477918E-01
+ -3.06892091712519854E-01 -2.95977206031482976E-01 -2.85280579116211852E-01
+ -2.74805292693033443E-01 -2.64554081336935087E-01 -2.54529333637124100E-01
+ -2.44733094518227001E-01 -2.35167067860051704E-01 -2.25832620224664937E-01
+ -2.16730784812869448E-01 -2.07862265766149079E-01 -1.99227444454885494E-01
+ -1.90826384706966945E-01 -1.82658839101965759E-01 -1.74724257559157520E-01
+ -1.67021793592764117E-01 -1.59550312847822867E-01 -1.52308403465575587E-01
+ -1.45294383277410455E-01 -1.38506310661813320E-01 -1.31941996005839668E-01
+ -1.25599009841411868E-01 -1.19474695885597115E-01 -1.13566182854819439E-01
+ -1.07870393575512147E-01 -1.02384059829813925E-01 -9.71037338136979677E-02
+ -9.20257982363104354E-02 -8.71464823577485781E-02 -8.24618725155231436E-02
+ -7.79679231810288670E-02 -7.36604733778768589E-02 -6.95352559247802565E-02
+ -6.55879093591255485E-02 -6.18139937894126024E-02 -5.82089987990217494E-02
+ -5.47683560443770479E-02 -5.14874536146666048E-02 -4.83616427954441513E-02
+ -4.53862510087706672E-02 -4.25565939855361217E-02 -3.98679816693958411E-02
+ -3.73157310944774445E-02 -3.48951759570480038E-02 -3.26016719492307414E-02
+ -3.04306091197294737E-02 -2.83774187177775715E-02 -2.64375782028801395E-02
+ -2.46066226020934115E-02 -2.28801487611891459E-02 -2.12538201969927031E-02
+ -1.97233769571905637E-02 -1.82846376325542445E-02 -1.69335041206891482E-02
+ -1.56659695186582466E-02 -1.44781184213633191E-02 -1.33661315298574217E-02
+ -1.23262912433093671E-02 -1.13549808105789084E-02 -1.04486885921288557E-02
+ -9.60401126331848244E-03 -8.81765227784676170E-03 -8.08642556065586326E-03
+ -7.40725644580134991E-03 -6.77717979027434806E-03 -6.19334287919525231E-03
+ -5.65300438899541541E-03 -5.15353237908309104E-03 -4.69240622181322110E-03
+ -4.26721399913810445E-03 -3.87565050483076965E-03 -3.51551806443176941E-03
+ -3.18472283854481656E-03 -2.88127289317754217E-03 -2.60327784329899030E-03
+ -2.34894455330667776E-03 -2.11657525903373878E-03 -1.90456608581032901E-03
+ -1.71140256890891271E-03 -1.53565776930440355E-03 -1.37598984812123382E-03
+ -1.23113770296451232E-03 -1.09991902921927434E-03 -9.81227207426974782E-04
+ -8.74027242841689776E-04 -7.77353744308221335E-04 -6.90307408800794461E-04
+ -6.12051366341790954E-04 -5.41809072171142735E-04 -4.78860662649208731E-04
+ -4.22539744892915241E-04 -3.72231220642133247E-04 -3.27367750479437667E-04
+ -2.87426984400418733E-04 -2.51929354893529786E-04 -2.20434833139884350E-04
+ -1.92540564334521845E-04 -1.67878692713900422E-04 -1.46113520699495201E-04
+ -1.26939500438025152E-04 -1.10079168500655175E-04 -9.52807480045475390E-05
+ -8.23164516497726107E-05 -7.09805962799585702E-05 -6.10876397786536455E-05
+ -5.24707564295207095E-05 -4.49801821381541205E-05 -3.84816486413840260E-05
+ -3.28551973660713110E-05 -2.79937822785276556E-05 -2.38020490679836207E-05
+ -2.01953580552790319E-05 -1.70986486924795351E-05 -1.44455065922046341E-05
+ -1.21773693989864993E-05 -1.02426382126619496E-05 -8.59597636114929343E-06
+ -7.19767619758616679E-06 -6.01298786073389166E-06 -5.01160000971731233E-06
+ -4.16714738696275717E-06 -3.45671952039077860E-06 -2.86048202173863632E-06
+ -2.36130441540302482E-06 -1.94441079937254951E-06 -1.59710805663204638E-06
+ -1.30851316203431705E-06 -1.06931139984049219E-06 -8.71564629898450349E-07
+ -7.08517910364742905E-07 -5.74436376292723347E-07 -4.64472470478448297E-07
+ -3.74533402644730786E-07 -3.01173745688163046E-07 -2.41505345734940470E-07
+ -1.93109622210393447E-07 -1.53968442562058090E-07 -1.22404435413198426E-07
+ -9.70249302648221323E-08 -7.66784529520389917E-08 -6.04162625306220567E-08
+ -4.74576789351268922E-08 -3.71633296483328175E-08 -2.90111098620351573E-08
+ -2.25754122882463949E-08 -1.75110675526468072E-08 -1.35388051318272022E-08
+ -1.04331937099270330E-08 -8.01324187377470491E-09 -6.13390605047385739E-09
+ -4.67930059710946941E-09 -3.55734126489632055E-09 -2.69496322770883138E-09
+ -2.03441283798957314E-09 -1.53027999087325434E-09 -1.14690606873567386E-09
+ -8.56418407782572047E-10 -6.37136448806437250E-10 -4.72219482955106159E-10
+ -3.48655956767586727E-10 -2.56436070612016215E-10 -1.87872552748120285E-10
+ -1.37097049679764018E-10 -9.96459855602229352E-11 -7.21320417017293502E-11
+ -5.20013025485482258E-11 -3.73338294839320481E-11 -2.66906698812354168E-11
+ -1.90006794178522671E-11 -1.34683212817356163E-11 -9.50508270315013770E-12
+ -6.67857981899437381E-12 -4.67171057849531511E-12 -3.25306896221456190E-12
+ -2.25489893649035599E-12 -1.55578510420792753E-12 -1.06837398530568078E-12
+                              </PP_AEWFC.1>
+ <PP_AEWFC.2 type="real" size="   969" l="0" columns="3">
+  2.63668048216625297E-04  2.66981521137759205E-04  2.70336594910510375E-04
+  2.73733790848198902E-04  2.77173636771860254E-04  2.80656667090847030E-04
+  2.84183422884415283E-04  2.87754451984303158E-04  2.91370309058313931E-04
+  2.95031555694920378E-04  2.98738760488892940E-04  3.02492499127972152E-04
+  3.06293354480594634E-04  3.10141916684683507E-04  3.14038783237518290E-04
+  3.17984559086694201E-04  3.21979856722185613E-04  3.26025296269526622E-04
+  3.30121505584119227E-04  3.34269120346686224E-04  3.38468784159877086E-04
+  3.42721148646045167E-04  3.47026873546207003E-04  3.51386626820197282E-04
+  3.55801084748035565E-04  3.60270932032514309E-04  3.64796861903028788E-04
+  3.69379576220656776E-04  3.74019785584506041E-04  3.78718209439344504E-04
+  3.83475576184524230E-04  3.88292623284218063E-04  3.93170097378982460E-04
+  3.98108754398660773E-04  4.03109359676643848E-04  4.08172688065500675E-04
+  4.13299524054000012E-04  4.18490661885531179E-04  4.23746905677947695E-04
+  4.29069069544845924E-04  4.34457977718291492E-04  4.39914464673018504E-04
+  4.45439375252110203E-04  4.51033564794182441E-04  4.56697899262085961E-04
+  4.62433255373140219E-04  4.68240520730923363E-04  4.74120593958631106E-04
+  4.80074384834021405E-04  4.86102814425966529E-04  4.92206815232624486E-04
+  4.98387331321254378E-04  5.04645318469690253E-04  5.10981744309490864E-04
+  5.17397588470787893E-04  5.23893842728845142E-04  5.30471511152354734E-04
+  5.37131610253484184E-04  5.43875169139695176E-04  5.50703229667355164E-04
+  5.57616846597155913E-04  5.64617087751365641E-04  5.71705034172931238E-04
+  5.78881780286448358E-04  5.86148434061026691E-04  5.93506117175060066E-04
+  6.00955965182932948E-04  6.08499127683676975E-04  6.16136768491601719E-04
+  6.23870065808919405E-04  6.31700212400384078E-04  6.39628415769969393E-04
+  6.47655898339603679E-04  6.55783897629986026E-04  6.64013666443507341E-04
+  6.72346473049288749E-04  6.80783601370374305E-04  6.89326351173088418E-04
+  6.97976038258585861E-04  7.06733994656618758E-04  7.15601568821537244E-04
+  7.24580125830554585E-04  7.33671047584292819E-04  7.42875733009638493E-04
+  7.52195598264928907E-04  7.61632076947492149E-04  7.71186620303566201E-04
+  7.80860697440621506E-04  7.90655795542110837E-04  8.00573420084671212E-04
+  8.10615095057799079E-04  8.20782363186028821E-04  8.31076786153638210E-04
+  8.41499944831899786E-04  8.52053439508917076E-04  8.62738890122048490E-04
+  8.73557936492971778E-04  8.84512238565390808E-04  8.95603476645426277E-04
+  9.06833351644710647E-04  9.18203585326203661E-04  9.29715920552777355E-04
+  9.41372121538571523E-04  9.53173974103166703E-04  9.65123285928587036E-04
+  9.77221886819165100E-04  9.89471628964296241E-04  1.00187438720410779E-03
+  1.01443205929807123E-03  1.02714656619658381E-03  1.04001985231554094E-03
+  1.05305388581394019E-03  1.06625065887452713E-03  1.07961218798752700E-03
+  1.09314051423748120E-03  1.10683770359320524E-03  1.12070584720092080E-03
+  1.13474706168056882E-03  1.14896348942533926E-03  1.16335729890444618E-03
+  1.17793068496916667E-03  1.19268586916218642E-03  1.20762510003026590E-03
+  1.22275065344026250E-03  1.23806483289853842E-03  1.25356996987376805E-03
+  1.26926842412319104E-03  1.28516258402232666E-03  1.30125486689817928E-03
+  1.31754771936597051E-03  1.33404361766940611E-03  1.35074506802453022E-03
+  1.36765460696717492E-03  1.38477480170404090E-03  1.40210825046743802E-03
+  1.41965758287370260E-03  1.43742546028533241E-03  1.45541457617685182E-03
+  1.47362765650444882E-03  1.49206746007940201E-03  1.51073677894531292E-03
+  1.52963843875919699E-03  1.54877529917643304E-03  1.56815025423960911E-03
+  1.58776623277129465E-03  1.60762619877074294E-03  1.62773315181458122E-03
+  1.64809012746148066E-03  1.66870019766085509E-03  1.68956647116559893E-03
+  1.71069209394888056E-03  1.73208024962504697E-03  1.75373415987461817E-03
+  1.77565708487343156E-03  1.79785232372593902E-03  1.82032321490266900E-03
+  1.84307313668190752E-03  1.86610550759558325E-03  1.88942378687940006E-03
+  1.91303147492722617E-03  1.93693211374975217E-03  1.96112928743745864E-03
+  1.98562662262788490E-03  2.01042778897723160E-03  2.03553649963632158E-03
+  2.06095651173088213E-03  2.08669162684626272E-03  2.11274569151648607E-03
+  2.13912259771773536E-03  2.16582628336625107E-03  2.19286073282063234E-03
+  2.22022997738861557E-03  2.24793809583825020E-03  2.27598921491356651E-03
+  2.30438750985469338E-03  2.33313720492241703E-03  2.36224257392726560E-03
+  2.39170794076301509E-03  2.42153767994470435E-03  2.45173621715113121E-03
+  2.48230802977179822E-03  2.51325764745838299E-03  2.54458965268064032E-03
+  2.57630868128679805E-03  2.60841942306842735E-03  2.64092662232973075E-03
+  2.67383507846133666E-03  2.70714964651848009E-03  2.74087523780363598E-03
+  2.77501682045357091E-03  2.80957942003074801E-03  2.84456812011917894E-03
+  2.87998806292455705E-03  2.91584444987878300E-03  2.95214254224877891E-03
+  2.98888766174957091E-03  3.02608519116166937E-03  3.06374057495263207E-03
+  3.10185931990283057E-03  3.14044699573540198E-03  3.17950923575025532E-03
+  3.21905173746222465E-03  3.25908026324319301E-03  3.29960064096823658E-03
+  3.34061876466570061E-03  3.38214059517111558E-03  3.42417216078502468E-03
+  3.46671955793448469E-03  3.50978895183833104E-03  3.55338657717607035E-03
+  3.59751873876031254E-03  3.64219181221275357E-03  3.68741224464352608E-03
+  3.73318655533391849E-03  3.77952133642235621E-03  3.82642325359349670E-03
+  3.87389904677049469E-03  3.92195553081014017E-03  3.97059959620094018E-03
+  4.01983820976396702E-03  4.06967841535630509E-03  4.12012733457714150E-03
+  4.17119216747618808E-03  4.22288019326444788E-03  4.27519877102716921E-03
+  4.32815534043875638E-03  4.38175742247966672E-03  4.43601262015496604E-03
+  4.49092861921453115E-03  4.54651318887466880E-03  4.60277418254095762E-03
+  4.65971953853227747E-03  4.71735728080564451E-03  4.77569551968184958E-03
+  4.83474245257164027E-03  4.89450636470216242E-03  4.95499562984365663E-03
+  5.01621871103595345E-03  5.07818416131475530E-03  5.14090062443736499E-03
+  5.20437683560759628E-03  5.26862162219976591E-03  5.33364390448134128E-03
+  5.39945269633407623E-03  5.46605710597337664E-03  5.53346633666554864E-03
+  5.60168968744268869E-03  5.67073655381489933E-03  5.74061642847953444E-03
+  5.81133890202711455E-03  5.88291366364363227E-03  5.95535050180890247E-03
+  6.02865930499050639E-03  6.10285006233315074E-03  6.17793286434289730E-03
+  6.25391790356593074E-03  6.33081547526154458E-03  6.40863597806877894E-03
+  6.48738991466643340E-03  6.56708789242594487E-03  6.64774062405666145E-03
+  6.72935892824310603E-03  6.81195373027372510E-03  6.89553606266060572E-03
+  6.98011706574970438E-03  7.06570798832100062E-03  7.15232018817811219E-03
+  7.23996513272673337E-03  7.32865439954144982E-03  7.41839967692012672E-03
+  7.50921276442556747E-03  7.60110557341357133E-03  7.69409012754678628E-03
+  7.78817856329390348E-03  7.88338313041324519E-03  7.97971619242018003E-03
+  8.07719022703774422E-03  8.17581782662950632E-03  8.27561169861409929E-03
+  8.37658466586070106E-03  8.47874966706435237E-03  8.58211975710067472E-03
+  8.68670810735892689E-03  8.79252800605252738E-03  8.89959285850627779E-03
+  9.00791618741933475E-03  9.11751163310283580E-03  9.22839295369149923E-03
+  9.34057402532805989E-03  9.45406884231937868E-03  9.56889151726353707E-03
+  9.68505628114661038E-03  9.80257748340790380E-03  9.92146959197299887E-03
+  1.00417471932529746E-02  1.01634249921087171E-02  1.02865178117795431E-02
+  1.04110405937741859E-02  1.05370083977234120E-02  1.06644364011929307E-02
+  1.07933398994548031E-02  1.09237343052165162E-02  1.10556351483062122E-02
+  1.11890580753121489E-02  1.13240188491756134E-02  1.14605333487355302E-02
+  1.15986175682226498E-02  1.17382876167028086E-02  1.18795597174668321E-02
+  1.20224502073653372E-02  1.21669755360875893E-02  1.23131522653818631E-02
+  1.24609970682154295E-02  1.26105267278734477E-02  1.27617581369936159E-02
+  1.29147082965349862E-02  1.30693943146800995E-02  1.32258334056665414E-02
+  1.33840428885472311E-02  1.35440401858775324E-02  1.37058428223255143E-02
+  1.38694684232047120E-02  1.40349347129270358E-02  1.42022595133719197E-02
+  1.43714607421715213E-02  1.45425564109087427E-02  1.47155646232242122E-02
+  1.48905035728324649E-02  1.50673915414429697E-02  1.52462468965825267E-02
+  1.54270880893195451E-02  1.56099336518843879E-02  1.57948021951835153E-02
+  1.59817124062071048E-02  1.61706830453239060E-02  1.63617329434615558E-02
+  1.65548809991715382E-02  1.67501461755718006E-02  1.69475474971662321E-02
+  1.71471040465392896E-02  1.73488349609180123E-02  1.75527594286020022E-02
+  1.77588966852581347E-02  1.79672660100718799E-02  1.81778867217575781E-02
+  1.83907781744217583E-02  1.86059597532720750E-02  1.88234508701755170E-02
+  1.90432709590570501E-02  1.92654394711328676E-02  1.94899758699822075E-02
+  1.97168996264461376E-02  1.99462302133498331E-02  2.01779871000516559E-02
+  2.04121897468051428E-02  2.06488575989331180E-02  2.08880100808155750E-02
+  2.11296665896758794E-02  2.13738464891674758E-02  2.16205691027602960E-02
+  2.18698537069099558E-02  2.21217195240160855E-02  2.23761857151644830E-02
+  2.26332713726363557E-02  2.28929955121950635E-02  2.31553770651392182E-02
+  2.34204348701070285E-02  2.36881876646460633E-02  2.39586540765301219E-02
+  2.42318526148121716E-02  2.45078016606293733E-02  2.47865194577344614E-02
+  2.50680241027489287E-02  2.53523335351529995E-02  2.56394655269804803E-02
+  2.59294376722219860E-02  2.62222673759472114E-02  2.65179718431103294E-02
+  2.68165680670508395E-02  2.71180728176938571E-02  2.74225026294107575E-02
+  2.77298737885639697E-02  2.80402023207282497E-02  2.83535039775500083E-02
+  2.86697942232803926E-02  2.89890882209582756E-02  2.93114008182109795E-02
+  2.96367465327172890E-02  2.99651395372916435E-02  3.02965936445674308E-02
+  3.06311222913301442E-02  3.09687385224400001E-02  3.13094549743389988E-02
+  3.16532838581918760E-02  3.20002369425833252E-02  3.23503255357896480E-02
+  3.27035604676630953E-02  3.30599520710395320E-02  3.34195101627144872E-02
+  3.37822440240053701E-02  3.41481623808050153E-02  3.45172733832017839E-02
+  3.48895845846527580E-02  3.52651029206194344E-02  3.56438346867706951E-02
+  3.60257855166998403E-02  3.64109603590798830E-02  3.67993634543880149E-02
+  3.71909983110987261E-02  3.75858676812989428E-02  3.79839735358721425E-02
+  3.83853170390998574E-02  3.87898985226814638E-02  3.91977174593141284E-02
+  3.96087724356378457E-02  4.00230611246079199E-02  4.04405802574073422E-02
+  4.08613255946737100E-02  4.12852918971756064E-02  4.17124728959954796E-02
+  4.21428612619815096E-02  4.25764485746827556E-02  4.30132252907429041E-02
+  4.34531807115261584E-02  4.38963029502702426E-02  4.43425788986337652E-02
+  4.47919941924550813E-02  4.52445331770846976E-02  4.57001788720337726E-02
+  4.61589129348361216E-02  4.66207156245248278E-02  4.70855657643345291E-02
+  4.75534407036523957E-02  4.80243162796041428E-02  4.84981667777733133E-02
+  4.89749648922402289E-02  4.94546816852472412E-02  4.99372865459108972E-02
+  5.04227471483601544E-02  5.09110294094575269E-02  5.14020974454963628E-02
+  5.18959135284617207E-02  5.23924380417932559E-02  5.28916294350790864E-02
+  5.33934441784751218E-02  5.38978367165055677E-02  5.44047594207910656E-02
+  5.49141625426722499E-02  5.54259941650558849E-02  5.59402001532479445E-02
+  5.64567241058339386E-02  5.69755073045945457E-02  5.74964886635542655E-02
+  5.80196046781722569E-02  5.85447893733794800E-02  5.90719742509847462E-02
+  5.96010882372420142E-02  6.01320576290914274E-02  6.06648060400945266E-02
+  6.11992543464594529E-02  6.17353206316064440E-02  6.22729201308318825E-02
+  6.28119651758908271E-02  6.33523651380552277E-02  6.38940263717304169E-02
+  6.44368521577152742E-02  6.49807426449819092E-02  6.55255947934855476E-02
+  6.60713023162460000E-02  6.66177556201544840E-02  6.71648417482227644E-02
+  6.77124443206630622E-02  6.82604434751144518E-02  6.88087158085713413E-02
+  6.93571343176963978E-02  6.99055683389246396E-02  7.04538834903253169E-02
+  7.10019416114477664E-02  7.15496007038159826E-02  7.20967148730017604E-02
+  7.26431342683808295E-02  7.31887050245793175E-02  7.37332692040608279E-02
+  7.42766647372690714E-02  7.48187253656212997E-02  7.53592805849410269E-02
+  7.58981555865897994E-02  7.64351712026148933E-02  7.69701438503905405E-02
+  7.75028854755049484E-02  7.80332034996454593E-02  7.85609007668654352E-02
+  7.90857754891699516E-02  7.96076211976686210E-02  8.01262266909980453E-02
+  8.06413759846603545E-02  8.11528482659742978E-02  8.16604178453003982E-02
+  8.21638541102718833E-02  8.26629214850874289E-02  8.31573793853312704E-02
+  8.36469821782965528E-02  8.41314791471742818E-02  8.46106144504521207E-02
+  8.50841270895463381E-02  8.55517508784568032E-02  8.60132144089782169E-02
+  8.64682410268117485E-02  8.69165488072754788E-02  8.73578505278890249E-02
+  8.77918536539953470E-02  8.82182603211920102E-02  8.86367673171831877E-02
+  8.90470660777448603E-02  8.94488426767422740E-02  8.98417778193050937E-02
+  9.02255468488949025E-02  9.05998197459742388E-02  9.09642611346556662E-02
+  9.13185303015753569E-02  9.16622812045389396E-02  9.19951624948140978E-02
+  9.23168175484551795E-02  9.26268844866039165E-02  9.29249962155041798E-02
+  9.32107804708635357E-02  9.34838598519645153E-02  9.37438518812346300E-02
+  9.39903690621819582E-02  9.42230189301064974E-02  9.44414041325835618E-02
+  9.46451225016049780E-02  9.48337671242685948E-02  9.50069264449640849E-02
+  9.51641843527041842E-02  9.53051202753421312E-02  9.54293093039695756E-02
+  9.55363222967528930E-02  9.56257260002438825E-02  9.56970831962513924E-02
+  9.57499528239506709E-02  9.57838901316809543E-02  9.57984468462948907E-02
+  9.57931713159541065E-02  9.57676086953743178E-02  9.57213011374044159E-02
+  9.56537879598104296E-02  9.55646058661504261E-02  9.54532891591124144E-02
+  9.53193699357767210E-02  9.51623783450268323E-02  9.49818428223008909E-02
+  9.47772903187859145E-02  9.45482465948907919E-02  9.42942364767013486E-02
+  9.40147841245887184E-02  9.37094133615431202E-02  9.33776479521705033E-02
+  9.30190119158938594E-02  9.26330298882763331E-02  9.22192274241929594E-02
+  9.17771313600804634E-02  9.13062702057103048E-02  9.08061744743273030E-02
+  9.02763770971310442E-02  8.97164138423208884E-02  8.91258236766068052E-02
+  8.85041492331295199E-02  8.78509372540500766E-02  8.71657389899801738E-02
+  8.64481107195883280E-02  8.56976142122709283E-02  8.49138171734621916E-02
+  8.40962938112680136E-02  8.32446253169284445E-02  8.23584003634777739E-02
+  8.14372157132136620E-02  8.04806767146149654E-02  7.94883978606836933E-02
+  7.84600034296628751E-02  7.73951279984947949E-02  7.62934170652169868E-02
+  7.51545277140098500E-02  7.39781291473633335E-02  7.27639033738996244E-02
+  7.15115458876409427E-02  7.02207662239243413E-02  6.88912887097614807E-02
+  6.75228531462896686E-02  6.61152153972123097E-02  6.46681481928198243E-02
+  6.31814418054437027E-02  6.16549046810641391E-02  6.00883642828460782E-02
+  5.84816677517677047E-02  5.68346825904007327E-02  5.51472975292743237E-02
+  5.34194231667771691E-02  5.16509927113968856E-02  4.98419628520727562E-02
+  4.79923143742836400E-02  4.61020529629210946E-02  4.41712100559836993E-02
+  4.21998434377267029E-02  4.01880380985698768E-02  3.81359070501749581E-02
+  3.60435919018171763E-02  3.39112637660148597E-02  3.17391240125069057E-02
+  2.95274048405495537E-02  2.72763702087211145E-02  2.49863165084175977E-02
+  2.26575731472101402E-02  2.02905034735986270E-02  1.78855053559531275E-02
+  1.54430117887348513E-02  1.29634917803444199E-02  1.04474508280384109E-02
+  7.89543155389663479E-03  5.30801452228595472E-03  2.68581860731750225E-03
+  2.95016584502530085E-05 -2.66023878655851633E-03 -5.38266523745008392E-03
+ -8.13699956567155193E-03 -1.09224224295682969E-02 -1.37380731000231269E-02
+ -1.65830487758524305E-02 -1.94564041787175998E-02 -2.23571514450772481E-02
+ -2.52842594791856910E-02 -2.82366537412744416E-02 -3.12132161806232544E-02
+ -3.42127846716237249E-02 -3.72341530088366041E-02 -4.02760708631704906E-02
+ -4.33372433477092756E-02 -4.64163312252402552E-02 -4.95119508791119420E-02
+ -5.26226740552187613E-02 -5.57470282785332907E-02 -5.88834968425602651E-02
+ -6.20305187720335063E-02 -6.51864894349028084E-02 -6.83497605691253396E-02
+ -7.15186405070056125E-02 -7.46913949581274744E-02 -7.78662471090653119E-02
+ -8.10413781441091663E-02 -8.42149281639677366E-02 -8.73849964122814515E-02
+ -9.05496421127635343E-02 -9.37068854907087551E-02 -9.68547081862666109E-02
+ -9.99910544122520895E-02 -1.03113832056997048E-01 -1.06220913338879897E-01
+ -1.09310136275673042E-01 -1.12379305859428388E-01 -1.15426194997971784E-01
+ -1.18448546272037325E-01 -1.21444073185818791E-01 -1.24410461429278946E-01
+ -1.27345370884169723E-01 -1.30246436967019902E-01 -1.33111272231428351E-01
+ -1.35937468569524350E-01 -1.38722598676792985E-01 -1.41464217995763891E-01
+ -1.44159867048399726E-01 -1.46807073062907023E-01 -1.49403352234647097E-01
+ -1.51946212131131686E-01 -1.54433153515142585E-01 -1.56861672876672992E-01
+ -1.59229264867499276E-01 -1.61533424338168002E-01 -1.63771649078848031E-01
+ -1.65941442256042959E-01 -1.68040314662168261E-01 -1.70065787590841233E-01
+ -1.72015395263400539E-01 -1.73886687269720425E-01 -1.75677231496410957E-01
+ -1.77384616543455192E-01 -1.79006454314540486E-01 -1.80540382916774683E-01
+ -1.81984069075606547E-01 -1.83335210813094979E-01 -1.84591540247803859E-01
+ -1.85750826015973619E-01 -1.86810875957118844E-01 -1.87769539767515176E-01
+ -1.88624711419980856E-01 -1.89374331768072390E-01 -1.90016391033365484E-01
+ -1.90548931195241078E-01 -1.90970048427218292E-01 -1.91277895420076616E-01
+ -1.91470683693207439E-01 -1.91546685788167248E-01 -1.91504237444101916E-01
+ -1.91341739765106600E-01 -1.91057661117939870E-01 -1.90650539180311551E-01
+ -1.90118982885905397E-01 -1.89461674005916209E-01 -1.88677369081806795E-01
+ -1.87764901063692480E-01 -1.86723180596986171E-01 -1.85551197827540926E-01
+ -1.84248023658357962E-01 -1.82812810796634251E-01 -1.81244795394881919E-01
+ -1.79543297871839425E-01 -1.77707723794973321E-01 -1.75737565302925308E-01
+ -1.73632401465528663E-01 -1.71391899082354970E-01 -1.69015813819161670E-01
+ -1.66503990119312106E-01 -1.63856361988489962E-01 -1.61072953771856459E-01
+ -1.58153879673627484E-01 -1.55099344571000913E-01 -1.51909644360224555E-01
+ -1.48585165190766783E-01 -1.45126384307551815E-01 -1.41533869906995680E-01
+ -1.37808280237558811E-01 -1.33950364413869871E-01 -1.29960961761799249E-01
+ -1.25841000941022185E-01 -1.21591500646961212E-01 -1.17213568461078291E-01
+ -1.12708400129538797E-01 -1.08077280058615374E-01 -1.03321579722150156E-01
+ -9.84427571931670020E-02 -9.34423573361291976E-02 -8.83220098607667981E-02
+ -8.30834291520182178E-02 -7.77284140679578434E-02 -7.22588457659974481E-02
+ -6.66766878140241520E-02 -6.09839855151462773E-02 -5.51828636669483910E-02
+ -4.92755268654958070E-02 -4.32642583027819938E-02 -3.71514176377077121E-02
+ -3.09394413375228480E-02 -2.46308409444776985E-02 -1.82282011962984145E-02
+ -1.17341802368075027E-02 -5.15150738333699978E-03  1.51701842373335415E-03
+  8.26852870049861986E-03  1.51000880911964560E-02  2.20086955720695775E-02
+  2.89912849634206896E-02  3.60447279523360212E-02  4.31658349956152154E-02
+  5.03513563828411545E-02  5.75979854953789019E-02  6.49023595147891902E-02
+  7.22610611253951124E-02  7.96706218693433860E-02  8.71275228235588034E-02
+  9.46281969866368117E-02  1.02169032582400260E-01  1.09746373905030864E-01
+  1.17356524368595352E-01  1.24995749656981611E-01  1.32660278909713436E-01
+  1.40346308365569827E-01  1.48050004303974136E-01  1.55767504697061077E-01
+  1.63494923335721243E-01  1.71228352547166951E-01  1.78963865384142412E-01
+  1.86697520077652862E-01  1.94425362546653185E-01  2.02143429133668673E-01
+  2.09847751185329640E-01  2.17534357391079181E-01  2.25199277007107262E-01
+  2.32838544326915142E-01  2.40448200896353298E-01  2.48024299089091488E-01
+  2.55562906215460073E-01  2.63060106645613079E-01  2.70512005512776488E-01
+  2.77914732242976359E-01  2.85264442553175623E-01  2.92557322003590248E-01
+  2.99789588772398807E-01  3.06957495429655669E-01  3.14057332030868330E-01
+  3.21085428010717600E-01  3.28038153584347958E-01  3.34911922082234859E-01
+  3.41703190901691156E-01  3.48408462368483385E-01  3.55024285074583335E-01
+  3.61547253910420141E-01  3.67974010246560235E-01  3.74301242164923609E-01
+  3.80525683698434092E-01  3.86644114273658634E-01  3.92653357927008617E-01
+  3.98550281986529642E-01  4.04331795857880427E-01  4.09994849553595386E-01
+  4.15536432150787116E-01  4.20953570185844006E-01  4.26243326022550495E-01
+  4.31402796498459029E-01  4.36429111355903843E-01  4.41319432073312423E-01
+  4.46070951132347404E-01  4.50680890995018346E-01  4.55146503979427686E-01
+  4.59465072512486639E-01  4.63633909129214428E-01  4.67650357792563420E-01
+  4.71511795349538632E-01  4.75215632888328909E-01  4.78759318635456455E-01
+  4.82140340652395083E-01  4.85356229679228701E-01  4.88404563481571130E-01
+  4.91282970662605956E-01  4.93989134904091964E-01  4.96520800459341383E-01
+  4.98875776834014961E-01  5.01051944177135500E-01  5.03047259529653346E-01
+  5.04859762066602880E-01  5.06487579311747371E-01  5.07928933735175780E-01
+  5.09182148245715616E-01  5.10245652888467904E-01  5.11117991409514638E-01
+  5.11797826726838712E-01  5.12283947790363015E-01  5.12575275770981054E-01
+  5.12670869307184640E-01  5.12569931229859721E-01  5.12271814081253329E-01
+  5.11776025004432200E-01  5.11082232054370866E-01  5.10190268806666736E-01
+  5.09100138803906144E-01  5.07812021198675634E-01  5.06326274258131814E-01
+  5.04643439316899145E-01  5.02764245507604346E-01  5.00689612020529418E-01
+  4.98420651528065806E-01  4.95958673758584156E-01  4.93305186436265808E-01
+  4.90461898130810148E-01  4.87430720428694453E-01  4.84213767560515262E-01
+  4.80813358587280082E-01  4.77232017927742336E-01  4.73472473779634861E-01
+  4.69537659475238345E-01  4.65430712164546789E-01  4.61154970204656678E-01
+  4.56713973447800514E-01  4.52111459955859663E-01  4.47351362537955655E-01
+  4.42437807714844422E-01  4.37375110418404656E-01  4.32167769839420457E-01
+  4.26820466811322685E-01  4.21338056546783635E-01  4.15725563913439955E-01
+  4.09988179000159381E-01  4.04131248061120329E-01  3.98160268267802819E-01
+  3.92080881266077486E-01  3.85898862632165607E-01  3.79620116057903689E-01
+  3.73250664780958918E-01  3.66796639996745999E-01  3.60264274322649958E-01
+  3.53659891124891657E-01  3.46989892386940668E-01  3.40260751255176741E-01
+  3.33478999457009984E-01  3.26651215085525026E-01  3.19784014084513624E-01
+  3.12884036100386675E-01  3.05957932576884251E-01  2.99012357122975414E-01
+  2.92053950287342712E-01  2.85089328267429110E-01  2.78125072212436319E-01
+  2.71167712541813821E-01  2.64223718467508639E-01  2.57299486409658273E-01
+  2.50401324584023033E-01  2.43535443425799608E-01  2.36707943431123169E-01
+  2.29924800790725026E-01  2.23191858700141382E-01  2.16514815109533493E-01
+  2.09899210090368132E-01  2.03350418017742340E-01  1.96873635838806432E-01
+  1.90473872667791894E-01  1.84155942911445492E-01  1.77924455710422119E-01
+  1.71783807054927407E-01  1.65738174009963407E-01  1.59791505968196301E-01
+  1.53947519378980741E-01  1.48209693303514661E-01  1.42581263034459643E-01
+  1.37065217357103725E-01  1.31664295715027774E-01  1.26380984598183310E-01
+  1.21217517127851879E-01  1.16175872132432481E-01  1.11257773483571021E-01
+  1.06464691735990505E-01  1.01797845395349792E-01  9.72582030964503491E-02
+  9.28464870604898407E-02  8.85631767395475555E-02  8.44085134727158570E-02
+  8.03825055821472401E-02  7.64849344197167796E-02  7.27153609596456335E-02
+  6.90731323966065069E-02  6.55573904295144588E-02  6.21670791642975409E-02
+  5.89009530959725761E-02  5.57575872592162222E-02  5.27353858263111680E-02
+  4.98325913478026850E-02  4.70472961990263602E-02  4.43774513593341857E-02
+  4.18208767502534842E-02  3.93752732384491724E-02  3.70382312558346360E-02
+  3.48072419830242341E-02  3.26797091202290363E-02  3.06529571580391839E-02
+  2.87242430510762058E-02  2.68907670449307842E-02  2.51496805005029279E-02
+  2.34980976247958044E-02  2.19331047981129179E-02  2.04517679120907424E-02
+  1.90511436717909002E-02  1.77282870765812679E-02  1.64802582573221439E-02
+  1.53041328442790024E-02  1.41970074863579342E-02  1.31560061732200074E-02
+  1.21782891812960564E-02  1.12610567405879349E-02  1.04015548056948983E-02
+  9.59708215921085440E-03  8.84499252305501887E-03  8.14269967792300396E-03
+                              </PP_AEWFC.2>
+ <PP_AEWFC.3 type="real" size="   969" l="1" columns="3">
+  2.73499861017607518E-07  2.80421934845720093E-07  2.87519180368853215E-07
+  2.94796029732472655E-07  3.02257027192684190E-07  3.09906831950899879E-07
+  3.17750221060140243E-07  3.25792092404769384E-07  3.34037467755521587E-07
+  3.42491495901725668E-07  3.51159455862661404E-07  3.60046760180059403E-07
+  3.69158958293787697E-07  3.78501740002821169E-07  3.88080939013653731E-07
+  3.97902536578348667E-07  4.07972665224504123E-07  4.18297612579441634E-07
+  4.28883825290997975E-07  4.39737913047366233E-07  4.50866652698469077E-07
+  4.62276992481442491E-07  4.73976056352848515E-07  4.85971148430309716E-07
+  4.98269757546331744E-07  5.10879561917130775E-07  5.23808433929386953E-07
+  5.37064445047881817E-07  5.50655870847074117E-07  5.64591196169747202E-07
+  5.78879120415918737E-07  5.93528562965310371E-07  6.08548668736742923E-07
+  6.23948813887905894E-07  6.39738611659046029E-07  6.55927918364197475E-07
+  6.72526839533685466E-07  6.89545736211703624E-07  7.06995231412885287E-07
+  7.24886216741877631E-07  7.43229859180008726E-07  7.62037608043291766E-07
+  7.81321202116059161E-07  8.01092676964661420E-07  8.21364372435781956E-07
+  8.42148940343987730E-07  8.63459352353324133E-07  8.85308908057820627E-07
+  9.07711243265921576E-07  9.30680338493990225E-07  9.54230527674134883E-07
+  9.78376507081781916E-07  1.00313334448851229E-06  1.02851648854584123E-06
+  1.05454177840577024E-06  1.08122545358404533E-06  1.10858416407227182E-06
+  1.13663498070512898E-06  1.16539540578910632E-06  1.19488338399937728E-06
+  1.22511731355151008E-06  1.25611605765498902E-06  1.28789895625561105E-06
+  1.32048583807402685E-06  1.35389703294791298E-06  1.38815338448536533E-06
+  1.42327626303740515E-06  1.45928757899757589E-06  1.49620979643691519E-06
+  1.53406594708269126E-06  1.57287964464957715E-06  1.61267509953213958E-06
+  1.65347713386770636E-06  1.69531119697895711E-06  1.73820338120577545E-06
+  1.78218043813612649E-06  1.82726979524605997E-06  1.87349957295906478E-06
+  1.92089860213534349E-06  1.96949644200183760E-06  2.01932339853403082E-06
+  2.07041054330094777E-06  2.12278973278495078E-06  2.17649362818828357E-06
+  2.23155571573859529E-06  2.28801032750597368E-06  2.34589266274435574E-06
+  2.40523880977046702E-06  2.46608576839383943E-06  2.52847147291169489E-06
+  2.59243481568290901E-06  2.65801567129560645E-06  2.72525492134329339E-06
+  2.79419447982477319E-06  2.86487731918359257E-06  2.93734749700292486E-06
+  3.01165018337252311E-06  3.08783168894447103E-06  3.16593949369507952E-06
+  3.24602227641066216E-06  3.32812994491529083E-06  3.41231366705920300E-06
+  3.49862590248692535E-06  3.58712043520468005E-06  3.67785240696708622E-06
+  3.77087835150373187E-06  3.86625622960667727E-06  3.96404546510042734E-06
+  4.06430698171659073E-06  4.16710324089580361E-06  4.27249828054014685E-06
+  4.38055775474003479E-06  4.49134897449976011E-06  4.60494094948687363E-06
+  4.72140443083105748E-06  4.84081195499858095E-06  4.96323788876951967E-06
+  5.08875847534521560E-06  5.21745188161424951E-06  5.34939824660600948E-06
+  5.48467973116153219E-06  5.62338056885203981E-06  5.76558711817647209E-06
+  5.91138791606998743E-06  6.06087373275612076E-06  6.21413762797633819E-06
+  6.37127500863137695E-06  6.53238368786961160E-06  6.69756394565872229E-06
+  6.86691859087769739E-06  7.04055302496697179E-06  7.21857530717604152E-06
+  7.40109622144806933E-06  7.58822934498247285E-06  7.78009111851765701E-06
+  7.97680091837633818E-06  8.17848113031786486E-06  8.38525722524261496E-06
+  8.59725783679435405E-06  8.81461484090829620E-06  9.03746343735317855E-06
+  9.26594223331708242E-06  9.50019332908805157E-06  9.74036240588178994E-06
+  9.98659881586965620E-06  1.02390556744620428E-05  1.04978899549034755E-05
+  1.07632625852364290E-05  1.10353385476935601E-05  1.13142869805785227E-05
+  1.16002812826967865E-05  1.18934992204011216E-05  1.21941230373156793E-05
+  1.25023395668057260E-05  1.28183403472616922E-05  1.31423217402667739E-05
+  1.34744850517201826E-05  1.38150366559899286E-05  1.41641881231694490E-05
+  1.45221563495158664E-05  1.48891636911490018E-05  1.52654381010914800E-05
+  1.56512132697332907E-05  1.60467287688062866E-05  1.64522301989544260E-05
+  1.68679693409897354E-05  1.72942043109264238E-05  1.77311997188840904E-05
+  1.81792268319587235E-05  1.86385637411588333E-05  1.91094955325058058E-05
+  1.95923144624048781E-05  2.00873201373895551E-05  2.05948196983485310E-05
+  2.11151280093475071E-05  2.16485678511571484E-05  2.21954701196051882E-05
+  2.27561740288718969E-05  2.33310273198501691E-05  2.39203864736957834E-05
+  2.45246169306968676E-05  2.51440933145926643E-05  2.57791996624758515E-05
+  2.64303296604188964E-05  2.70978868849617429E-05  2.77822850506073376E-05
+  2.84839482634754917E-05  2.92033112812608024E-05  2.99408197796554692E-05
+  3.06969306253953547E-05  3.14721121560873751E-05  3.22668444669927583E-05
+  3.30816197049318308E-05  3.39169423694853553E-05  3.47733296216763492E-05
+  3.56513116003112084E-05  3.65514317461696007E-05  3.74742471342386180E-05
+  3.84203288141848253E-05  3.93902621592666943E-05  4.03846472238984702E-05
+  4.14040991100723613E-05  4.24492483428567021E-05  4.35207412551987522E-05
+  4.46192403822500897E-05  4.57454248654524205E-05  4.68999908666288318E-05
+  4.80836519923097782E-05  4.92971397285578317E-05  5.05412038865451553E-05
+  5.18166130591352021E-05  5.31241550887528226E-05  5.44646375468102996E-05
+  5.58388882249644889E-05  5.72477556385082972E-05  5.86921095421809289E-05
+  6.01728414586977700E-05  6.16908652203204796E-05  6.32471175237743759E-05
+  6.48425584988355038E-05  6.64781722909335099E-05  6.81549676580961195E-05
+  6.98739785825823039E-05  7.16362648975809788E-05  7.34429129293119869E-05
+  7.52950361549159514E-05  7.71937758765306166E-05  7.91403019119082658E-05
+  8.11358133020051035E-05  8.31815390359526757E-05  8.52787387937985371E-05
+  8.74287037074842965E-05  8.96327571404859530E-05  9.18922554865441728E-05
+  9.42085889879850421E-05  9.65831825740769438E-05  9.90174967198943193E-05
+  1.01513028326219017E-04  1.04071311620954179E-04  1.06693919082558394E-04
+  1.09382462386074447E-04  1.12138593372246184E-04  1.14964005040281295E-04
+  1.17860432564877079E-04  1.20829654338015742E-04  1.23873493036157594E-04
+  1.26993816713474379E-04  1.30192539921656947E-04  1.33471624856999039E-04
+  1.36833082535418085E-04  1.40278973995988708E-04  1.43811411533761912E-04
+  1.47432559962546215E-04  1.51144637908283869E-04  1.54949919133860395E-04
+  1.58850733896040577E-04  1.62849470335231495E-04  1.66948575898975929E-04
+  1.71150558799884389E-04  1.75457989508786443E-04  1.79873502284070229E-04
+  1.84399796737923352E-04  1.89039639440363890E-04  1.93795865562081397E-04
+  1.98671380556809761E-04  2.03669161884247426E-04  2.08792260774580440E-04
+  2.14043804035349039E-04  2.19426995901821347E-04  2.24945119931932897E-04
+  2.30601540946590673E-04  2.36399707016643051E-04  2.42343151497568837E-04
+  2.48435495112770582E-04  2.54680448086905601E-04  2.61081812330289653E-04
+  2.67643483675379179E-04  2.74369454166885904E-04  2.81263814406530299E-04
+  2.88330755953599088E-04  2.95574573782968024E-04  3.02999668801548461E-04
+  3.10610550424536525E-04  3.18411839213203647E-04  3.26408269575134550E-04
+  3.34604692528562664E-04  3.43006078532560746E-04  3.51617520383973358E-04
+  3.60444236183047532E-04  3.69491572369476634E-04  3.78765006829783033E-04
+  3.88270152078315674E-04  3.98012758513461944E-04  4.07998717750145308E-04
+  4.18234066031158806E-04  4.28724987718788768E-04  4.39477818868031617E-04
+  4.50499050884192894E-04  4.61795334266135908E-04  4.73373482436820225E-04
+  4.85240475664105932E-04  4.97403465072857823E-04  5.09869776750466173E-04
+  5.22646915948846158E-04  5.35742571383711363E-04  5.49164619633849536E-04
+  5.62921129643399287E-04  5.77020367327760577E-04  5.91470800286547399E-04
+  6.06281102626382400E-04  6.21460159894113035E-04  6.37017074124591695E-04
+  6.52961169005413476E-04  6.69301995159390191E-04  6.86049335549561543E-04
+  7.03213211008571785E-04  7.20803885893686320E-04  7.38831873872739702E-04
+  7.57307943842192586E-04  7.76243125979331487E-04  7.95648717934252666E-04
+  8.15536291162018492E-04  8.35917697398130604E-04  8.56805075283048980E-04
+  8.78210857135324342E-04  9.00147775877954020E-04  9.22628872123359956E-04
+  9.45667501415933484E-04  9.69277341638397853E-04  9.93472400586685586E-04
+  1.01826702371192110E-03  1.04367590203753731E-03  1.06971408025497870E-03
+  1.09639696499684840E-03  1.12374033329714663E-03  1.15176034124032283E-03
+  1.18047353279903148E-03  1.20989684887151260E-03  1.24004763651815479E-03
+  1.27094365839910202E-03  1.30260310242443877E-03  1.33504459161418328E-03
+  1.36828719417274032E-03  1.40235043378924683E-03  1.43725430015870432E-03
+  1.47301925973211114E-03  1.50966626670599215E-03  1.54721677424420946E-03
+  1.58569274594445799E-03  1.62511666755765219E-03  1.66551155895187930E-03
+  1.70690098633781363E-03  1.74930907476017364E-03  1.79276052084731169E-03
+  1.83728060583990271E-03  1.88289520889831346E-03  1.92963082068332219E-03
+  1.97751455723409967E-03  2.02657417413709077E-03  2.07683808098525682E-03
+  2.12833535615303748E-03  2.18109576187405308E-03  2.23514975962814605E-03
+  2.29052852586251673E-03  2.34726396802734018E-03  2.40538874094169478E-03
+  2.46493626351142452E-03  2.52594073577351846E-03  2.58843715629377595E-03
+  2.65246133993304010E-03  2.71804993595305871E-03  2.78524044650037880E-03
+  2.85407124547332105E-03  2.92458159774405336E-03  2.99681167878440525E-03
+  3.07080259468691264E-03  3.14659640255944171E-03  3.22423613134960622E-03
+  3.30376580307401111E-03  3.38523045444329542E-03  3.46867615894235230E-03
+  3.55415004932281824E-03  3.64170034051744746E-03  3.73137635303351237E-03
+  3.82322853676438567E-03  3.91730849525297707E-03  4.01366901045537797E-03
+  4.11236406792789191E-03  4.21344888250004858E-03  4.31697992446405596E-03
+  4.42301494619470967E-03  4.53161300929244126E-03  4.64283451225210725E-03
+  4.75674121857416667E-03  4.87339628543708488E-03  4.99286429289722260E-03
+  5.11521127354967308E-03  5.24050474278761613E-03  5.36881372958297569E-03
+  5.50020880775464304E-03  5.63476212786960876E-03  5.77254744965191840E-03
+  5.91364017491458668E-03  6.05811738115331986E-03  6.20605785562880659E-03
+  6.35754213001670909E-03  6.51265251573905982E-03  6.67147313976254857E-03
+  6.83408998101809641E-03  7.00059090750712685E-03  7.17106571385670542E-03
+  7.34560615955587651E-03  7.52430600786439113E-03  7.70726106516385866E-03
+  7.89456922105091601E-03  8.08633048906716098E-03  8.28264704788153616E-03
+  8.48362328327154601E-03  8.68936583068419428E-03  8.89998361827888142E-03
+  9.11558791081716092E-03  9.33629235405486479E-03  9.56221301966790269E-03
+  9.79346845105665345E-03  1.00301797095601834E-02  1.02724704212786930E-02
+  1.05204668247807498E-02  1.07742978191214273E-02  1.10340950125648735E-02
+  1.12999927721595776E-02  1.15721282735350307E-02  1.18506415515145496E-02
+  1.21356755514964373E-02  1.24273761809983226E-02  1.27258923621295216E-02
+  1.30313760846925367E-02  1.33439824594323887E-02  1.36638697723141956E-02
+  1.39911995392362105E-02  1.43261365609257500E-02  1.46688489789398475E-02
+  1.50195083318571294E-02  1.53782896117447658E-02  1.57453713217642344E-02
+  1.61209355336871772E-02  1.65051679458377287E-02  1.68982579421412434E-02
+  1.73003986507898402E-02  1.77117870035410421E-02  1.81326237959919048E-02
+  1.85631137472068164E-02  1.90034655602228306E-02  1.94538919832688839E-02
+  1.99146098701595865E-02  2.03858402418113684E-02  2.08678083480744389E-02
+  2.13607437286744070E-02  2.18648802754910845E-02  2.23804562946224826E-02
+  2.29077145676263895E-02  2.34469024142527835E-02  2.39982717543124301E-02
+  2.45620791689385824E-02  2.51385859633870522E-02  2.57280582282416459E-02
+  2.63307669003802793E-02  2.69469878253610837E-02  2.75770018174674482E-02
+  2.82210947200211698E-02  2.88795574667537989E-02  2.95526861401829120E-02
+  3.02407820308590522E-02  3.09441516969883451E-02  3.16631070206357043E-02
+  3.23979652653988287E-02  3.31490491334507156E-02  3.39166868190363333E-02
+  3.47012120639664801E-02  3.55029642111629601E-02  3.63222882548741161E-02
+  3.71595348932626246E-02  3.80150605774611169E-02  3.88892275578888655E-02
+  3.97824039330558141E-02  4.06949636930832859E-02  4.16272867614564529E-02
+  4.25797590389760325E-02  4.35527724406783515E-02  4.45467249323028072E-02
+  4.55620205680807508E-02  4.65990695200219560E-02  4.76582881082867130E-02
+  4.87400988312444786E-02  4.98449303861610224E-02  5.09732176924952568E-02
+  5.21254019124994042E-02  5.33019304623328846E-02  5.45032570271286945E-02
+  5.57298415702799713E-02  5.69821503339819693E-02  5.82606558446968903E-02
+  5.95658369091877152E-02  6.08981786034618264E-02  6.22581722669851845E-02
+  6.36463154834983752E-02  6.50631120573087474E-02  6.65090719942422748E-02
+  6.79847114653422263E-02  6.94905527694169856E-02  7.10271242982543349E-02
+  7.25949604815022131E-02  7.41946017342626080E-02  7.58265944036239231E-02
+  7.74914906933005382E-02  7.91898485947710451E-02  8.09222318119686146E-02
+  8.26892096643522673E-02  8.44913569998054365E-02  8.63292540941983516E-02
+  8.82034865316378008E-02  9.01146450969796536E-02  9.20633256469629707E-02
+  9.40501289664666257E-02  9.60756606379979672E-02  9.81405308812426103E-02
+  1.00245354384239954E-01  1.02390750146555687E-01  1.04577341284453021E-01
+  1.06805754835968852E-01  1.09076621573617832E-01  1.11390575773072306E-01
+  1.13748254990999664E-01  1.16150299842360125E-01  1.18597353731295749E-01
+  1.21090062600115081E-01  1.23629074666058061E-01  1.26215040113501875E-01
+  1.28848610812056036E-01  1.31530440007696786E-01  1.34261181975774080E-01
+  1.37041491705598789E-01  1.39872024541150997E-01  1.42753435794770261E-01
+  1.45686380394785958E-01  1.48671512471676176E-01  1.51709484932726901E-01
+  1.54800949068111759E-01  1.57946554079535173E-01  1.61146946616525427E-01
+  1.64402770334836190E-01  1.67714665366462290E-01  1.71083267818148616E-01
+  1.74509209274790550E-01  1.77993116211713681E-01  1.81535609455225150E-01
+  1.85137303623802651E-01  1.88798806484652221E-01  1.92520718375524535E-01
+  1.96303631577067261E-01  2.00148129616743137E-01  2.04054786650219894E-01
+  2.08024166759444074E-01  2.12056823208093437E-01  2.16153297779468345E-01
+  2.20314119996799090E-01  2.24539806335492309E-01  2.28830859512474921E-01
+  2.33187767628190656E-01  2.37611003341887533E-01  2.42101023104700497E-01
+  2.46658266227103823E-01  2.51283154023390187E-01  2.55976088979141259E-01
+  2.60737453752155623E-01  2.65567610290960820E-01  2.70466898928310162E-01
+  2.75435637326001459E-01  2.80474119571282487E-01  2.85582615189894196E-01
+  2.90761368047426139E-01  2.96010595425863887E-01  3.01330486952721521E-01
+  3.06721203473726889E-01  3.12182876109249163E-01  3.17715605100501342E-01
+  3.23319458670309590E-01  3.28994472055550380E-01  3.34740646277574105E-01
+  3.40557947009362760E-01  3.46446303575317749E-01  3.52405607661534837E-01
+  3.58435712206731261E-01  3.64536430358464114E-01  3.70707534146326290E-01
+  3.76948753410987936E-01  3.83259774708399781E-01  3.89640239972610825E-01
+  3.96089745494712264E-01  4.02607840770478898E-01  4.09194027182469888E-01
+  4.15847757036802379E-01  4.22568432355396040E-01  4.29355403609351982E-01
+  4.36207968815944813E-01  4.43125372284502328E-01  4.50106803434502767E-01
+  4.57151395947785366E-01  4.64258226487442527E-01  4.71426313634215222E-01
+  4.78654617079848410E-01  4.85942036351902251E-01  4.93287409897062490E-01
+  5.00689514298155558E-01  5.08147063047573622E-01  5.15658705798097583E-01
+  5.23223027590577594E-01  5.30838547721410259E-01  5.38503719174505124E-01
+  5.46216927853388934E-01  5.53976491589458719E-01  5.61780659760133805E-01
+  5.69627612528880722E-01  5.77515460040952555E-01  5.85442242222690923E-01
+  5.93405928046024878E-01  6.01404414957090183E-01  6.09435528840532537E-01
+  6.17497023341691209E-01  6.25586579570566959E-01  6.33701806204134188E-01
+  6.41840238920103889E-01  6.49999340408916049E-01  6.58176500588644964E-01
+  6.66369036217078881E-01  6.74574191233473064E-01  6.82789137074460095E-01
+  6.91010972534132684E-01  6.99236724450120972E-01  7.07463348125977110E-01
+  7.15687727509986216E-01  7.23906676232631385E-01  7.32116938160740305E-01
+  7.40315187964543431E-01  7.48498032505238053E-01  7.56662011567329595E-01
+  7.64803598879129076E-01  7.72919203839429358E-01  7.81005172495241373E-01
+  7.89057789071969107E-01  7.97073278017858988E-01  8.05047805313086284E-01
+  8.12977480545139852E-01  8.20858359252438996E-01  8.28686444651392740E-01
+  8.36457690269013621E-01  8.44168002577608045E-01  8.51813243210932769E-01
+  8.59389232143759507E-01  8.66891750617928003E-01  8.74316543897425302E-01
+  8.81659324960025748E-01  8.88915777722037115E-01  8.96081560356029039E-01
+  9.03152309434846479E-01  9.10123643468020660E-01  9.16991166775859345E-01
+  9.23750474004107147E-01  9.30397153988389070E-01  9.36926794145007236E-01
+  9.43334985260146697E-01  9.49617325697455383E-01  9.55769426226456109E-01
+  9.61786914996793807E-01  9.67665442083908256E-01  9.73400684643828340E-01
+  9.78988352000041084E-01  9.84424190490734929E-01  9.89703988817045244E-01
+  9.94823583187709581E-01  9.99778862397785018E-01  1.00456577322527485E+00
+  1.00918032559404303E+00  1.01361859777970920E+00  1.01787674171044618E+00
+  1.02195098811724749E+00  1.02583765172976249E+00  1.02953313635456811E+00
+  1.03303393997846205E+00  1.03633665978835632E+00  1.03943799693703909E+00
+  1.04233476154367999E+00  1.04502387735647506E+00  1.04750238616219660E+00
+  1.04976745259368665E+00  1.05181636825832925E+00  1.05364655578778987E+00
+  1.05525557332808395E+00  1.05664111797932025E+00  1.05780102951006660E+00
+  1.05873329437572594E+00  1.05943604835718141E+00  1.05990757997433582E+00
+  1.06014633385638879E+00  1.06015091253029281E+00  1.05992007955495304E+00
+  1.05945276205580252E+00  1.05874805169847330E+00  1.05780520752388152E+00
+  1.05662365746604814E+00  1.05520299864314770E+00  1.05354299980400001E+00
+  1.05164360169699878E+00  1.04950491686547331E+00  1.04712723156972021E+00
+  1.04451100494039606E+00  1.04165686848112382E+00  1.03856562730794888E+00
+  1.03523825809665659E+00  1.03167590848184632E+00  1.02787989744720387E+00
+  1.02385171216676718E+00  1.01959300744349668E+00  1.01510560509084802E+00
+  1.01039148986912153E+00  1.00545280902870293E+00  1.00029187054690727E+00
+  9.94911138467232448E-01  9.89313232504328677E-01  9.83500925048923058E-01
+  9.77477136305666017E-01  9.71244933794251697E-01  9.64807528140699699E-01
+  9.58168268389977040E-01  9.51330641197452365E-01  9.44298265516425150E-01
+  9.37074888388385707E-01  9.29664383622676116E-01  9.22070745570974348E-01
+  9.14298085597967436E-01  9.06350630068002094E-01  8.98232713475146327E-01
+  8.89948775674991532E-01  8.81503359033178668E-01  8.72901101249829892E-01
+  8.64146733297771252E-01  8.55245075636313357E-01  8.46201031126729175E-01
+  8.37019583480242191E-01  8.27705792511380434E-01  8.18264787555656459E-01
+  8.08701766110933362E-01  7.99021988221730983E-01  7.89230770698682305E-01
+  7.79333485640272716E-01  7.69335554111478914E-01  7.59242441325103545E-01
+  7.49059654777862294E-01  7.38792737435761127E-01  7.28447263900023012E-01
+  7.18028837950027476E-01  7.07543085485365153E-01  6.96995651570114894E-01
+  6.86392197240949464E-01  6.75738392480307093E-01  6.65039913920171033E-01
+  6.54302440843034350E-01  6.43531648470734963E-01  6.32733206016726446E-01
+  6.21912771890614224E-01  6.11075987554956734E-01  6.00228475570902420E-01
+  5.89375834122394249E-01  5.78523631570050823E-01  5.67677404203311253E-01
+  5.56842650253280724E-01  5.46024825157093718E-01  5.35229338822205691E-01
+  5.24461549328712140E-01  5.13726758826083985E-01  5.03030210207950024E-01
+  4.92377080724532512E-01  4.81772478368001300E-01  4.71221437945903765E-01
+  4.60728914830908109E-01  4.50299781654016573E-01  4.39938823849141958E-01
+  4.29650733759138481E-01  4.19440107448317390E-01  4.09311439875858052E-01
+  3.99269119535355044E-01  3.89317425237645620E-01  3.79460521150656316E-01
+  3.69702452065147014E-01  3.60047140103261387E-01  3.50498379897500767E-01
+  3.41059834512330073E-01  3.31735032140437036E-01  3.22527361706779925E-01
+  3.13440069439243518E-01  3.04476255710464605E-01  2.95638871345326404E-01
+  2.86930714823315780E-01  2.78354429504472034E-01  2.69912500884562978E-01
+  2.61607254426113378E-01  2.53440853465753180E-01  2.45415297592581960E-01
+  2.37532421141683409E-01  2.29793892104383363E-01  2.22201211698645762E-01
+  2.14755713611343546E-01  2.07458564197745859E-01  2.00310763194304575E-01
+  1.93313143828612199E-01  1.86466374498235526E-01  1.79770960464058216E-01
+  1.73227244939961555E-01  1.66835412295011420E-01  1.60595490472731195E-01
+  1.54507353133511716E-01  1.48570724245678853E-01  1.42785180927167688E-01
+  1.37150156660169692E-01  1.31664946955341283E-01  1.26328712332993698E-01
+  1.21140482580983325E-01  1.16099163023647103E-01  1.11203537465388774E-01
+  1.06452273411465861E-01  1.01843928406891354E-01  9.73769529111960797E-02
+  9.30496963402569627E-02  8.88604130062093378E-02  8.48072649929354355E-02
+  8.08883288447892618E-02  7.71016007651270791E-02  7.34449996317864812E-02
+  6.99163741276447454E-02  6.65135070087729680E-02  6.32341184296459774E-02
+  6.00758732707539767E-02  5.70363844431553413E-02  5.41132166825783328E-02
+  5.13038937806410203E-02  4.86059010362542704E-02  4.60166896328453590E-02
+  4.35336834285867391E-02  4.11542807949581008E-02  3.88758595957357372E-02
+  3.66957832020695651E-02  3.46114020186641252E-02  3.26200589644514427E-02
+  3.07190944768482299E-02  2.89058479827496474E-02  2.71776637038256552E-02
+  2.55318945187468262E-02  2.39659035724953673E-02  2.24770701672422669E-02
+  2.10627924573288522E-02  1.97204893207199410E-02  1.84476060509257238E-02
+  1.72416159619619286E-02  1.61000225761037952E-02  1.50203648064381814E-02
+  1.40002176420679081E-02  1.30371946404456741E-02  1.21289522872602921E-02
+  1.12731900133513571E-02  1.04676528970199783E-02  9.71013495880958429E-03
+  8.99847877464841732E-03  8.33057822487259965E-03  7.70438061387380361E-03
+  7.11788608361628872E-03  6.56915022821678764E-03  6.05628504572735572E-03
+  5.57745829435067793E-03  5.13089579189222791E-03  4.71488130555635775E-03
+  4.32775593712769920E-03  3.96791994226971742E-03  3.63383173988950483E-03
+  3.32400736477098373E-03  3.03702167043811300E-03  2.77150668982569610E-03
+  2.52615115536347244E-03  2.29970098952239415E-03  2.09095727396918377E-03
+  1.89877579500223907E-03  1.72206680347192697E-03  1.55979282047592174E-03
+  1.41096814481822563E-03  1.27465795232524341E-03  1.14997610131538472E-03
+  1.03608454741223690E-03  9.32191910212818386E-04  8.37551385429273314E-04
+  7.51460028000544393E-04  6.73256945551495073E-04  6.02321378878396710E-04
+  5.38071833264866062E-04  4.79964066519751663E-04  4.27489365379715984E-04
+  3.80173524548774243E-04  3.37574786849568998E-04  2.99282318955278203E-04
+  2.64915056396571068E-04  2.34119729843248418E-04  2.06569523521990523E-04
+  1.81962830077096120E-04  1.60021454627768176E-04  1.40489432558982627E-04
+  1.23131756169626275E-04  1.07732803334768638E-04  9.40952949320890587E-05
+  8.20390565173464449E-05  7.13996858624719582E-05  6.20276347173521710E-05
+  5.37870596485523380E-05  4.65547209507367950E-05  4.02191774638430751E-05
+  3.46797658872094111E-05  2.98457104726122433E-05  2.56354225915828659E-05
+  2.19756311638187113E-05  1.88006759186208645E-05  1.60519053332445759E-05
+  1.36769650855726357E-05  1.16292449162111639E-05  9.86737105599008950E-06
+  8.35464479314228182E-06  7.05861478647951013E-06  5.95066014905209572E-06
+  5.00556129295078915E-06  4.20117336459898364E-06  3.51809382705342108E-06
+  2.93934361548115399E-06  2.45012111371948110E-06  2.03754544166717435E-06
+  1.69042565456068016E-06  1.39907810376345616E-06  1.15513468955390588E-06
+  9.51379785698699532E-07  7.81616842188986457E-07  6.40530005570678863E-07
+  5.23571474984700811E-07  4.26865833319892827E-07  3.47113639984820916E-07
+  2.81515207741216800E-07  2.27703515971504862E-07  1.83679283517953746E-07
+  1.47760414121500908E-07  1.18536187156297127E-07  9.48249031310836253E-08
+  7.56410407008695590E-08  6.01648869862655032E-08  4.77157365807914507E-08
+  3.77310109204267494E-08  2.97467549167079511E-08  2.33811694943644934E-08
+  1.83216342574477724E-08  1.43125970128185328E-08  1.11457416069597088E-08
+  8.65211351635993028E-09  6.69486050912333390E-09  5.16352465751539558E-09
+  3.96938494284391176E-09  3.04126228573938867E-09  2.32229473732900141E-09
+                              </PP_AEWFC.3>
+ <PP_AEWFC.4 type="real" size="   969" l="1" columns="3">
+ -2.84569801223380038E-07 -2.91772046799150633E-07 -2.99156554163033070E-07
+ -3.06727934851965026E-07 -3.14490917051207691E-07 -3.22450348543744936E-07
+ -3.30611199734217240E-07 -3.38978566749262708E-07 -3.47557674616194926E-07
+ -3.56353880522003989E-07 -3.65372677154692587E-07 -3.74619696129039234E-07
+ -3.84100711498916107E-07 -3.93821643358339875E-07 -4.03788561533507155E-07
+ -4.14007689368093593E-07 -4.24485407604189369E-07 -4.35228258361271511E-07
+ -4.46242949215689748E-07 -4.57536357383210013E-07 -4.69115534007200105E-07
+ -4.80987708555138847E-07 -4.93160293326174661E-07 -5.05640888072534672E-07
+ -5.18437284737662912E-07 -5.31557472314018001E-07 -5.45009641823568761E-07
+ -5.58802191424068271E-07 -5.72943731644281823E-07 -5.87443090751429831E-07
+ -6.02309320254164590E-07 -6.17551700544513694E-07 -6.33179746682291433E-07
+ -6.49203214325563442E-07 -6.65632105810859583E-07 -6.82476676386895765E-07
+ -6.99747440605695983E-07 -7.17455178875061213E-07 -7.35610944176468611E-07
+ -7.54226068952572434E-07 -7.73312172168558152E-07 -7.92881166551772864E-07
+ -8.12945266014086122E-07 -8.33516993261614450E-07 -8.54609187596522969E-07
+ -8.76235012915730947E-07 -8.98407965911509452E-07 -9.21141884479043355E-07
+ -9.44450956336172015E-07 -9.68349727860663588E-07 -9.92853113150489289E-07
+ -1.01797640331273292E-06 -1.04373527598688848E-06 -1.07014580510844157E-06
+ -1.09722447091881083E-06 -1.12498817022781618E-06 -1.15345422693507781E-06
+ -1.18264040281683721E-06 -1.21256490858488897E-06 -1.24324641522449648E-06
+ -1.27470406561827505E-06 -1.30695748646328624E-06 -1.34002680048870254E-06
+ -1.37393263898159970E-06 -1.40869615462867313E-06 -1.44433903468176858E-06
+ -1.48088351445544368E-06 -1.51835239116485392E-06 -1.55676903811259565E-06
+ -1.59615741923321896E-06 -1.63654210400444668E-06 -1.67794828273432937E-06
+ -1.72040178223377726E-06 -1.76392908188416718E-06 -1.80855733010998696E-06
+ -1.85431436126663822E-06 -1.90122871295393134E-06 -1.94932964376590262E-06
+ -1.99864715148795266E-06 -2.04921199175256864E-06 -2.10105569716512124E-06
+ -2.15421059691158656E-06 -2.20870983686029984E-06 -2.26458740017014766E-06
+ -2.32187812841793158E-06 -2.38061774325795182E-06 -2.44084286862718858E-06
+ -2.50259105350976605E-06 -2.56590079527479347E-06 -2.63081156360194607E-06
+ -2.69736382500954581E-06 -2.76559906800032002E-06 -2.83555982884031171E-06
+ -2.90728971798681283E-06 -2.98083344718173537E-06 -3.05623685722691953E-06
+ -3.13354694645872973E-06 -3.21281189993932062E-06 -3.29408111938262188E-06
+ -3.37740525383350789E-06 -3.46283623111896233E-06 -3.55042729009070328E-06
+ -3.64023301367905795E-06 -3.73230936277847591E-06 -3.82671371098549838E-06
+ -3.92350488021058649E-06 -4.02274317718572115E-06 -4.12449043089018703E-06
+ -4.22881003091766557E-06 -4.33576696680810488E-06 -4.44542786836856406E-06
+ -4.55786104700795264E-06 -4.67313653811084651E-06 -4.79132614447659341E-06
+ -4.91250348085035406E-06 -5.03674401957327370E-06 -5.16412513738002753E-06
+ -5.29472616337238579E-06 -5.42862842819812545E-06 -5.56591531446564854E-06
+ -5.70667230842508418E-06 -5.85098705294763210E-06 -5.99894940183562195E-06
+ -6.15065147549659814E-06 -6.30618771801547825E-06 -6.46565495565979458E-06
+ -6.62915245685388661E-06 -6.79678199365866223E-06 -6.96864790479470388E-06
+ -7.14485716024721886E-06 -7.32551942749218020E-06 -7.51074713938461981E-06
+ -7.70065556375010239E-06 -7.89536287472212231E-06 -8.09499022586925571E-06
+ -8.29966182515620668E-06 -8.50950501178499210E-06 -8.72465033496314266E-06
+ -8.94523163464666953E-06 -9.17138612430747385E-06 -9.40325447577543448E-06
+ -9.64098090620697386E-06 -9.88471326723316821E-06 -1.01346031363418158E-05
+ -1.03908059105488640E-05 -1.06534809024164515E-05 -1.09227914384762107E-05
+ -1.11989049601171631E-05 -1.14819931270002580E-05 -1.17722319230622184E-05
+ -1.20698017651725817E-05 -1.23748876145111345E-05 -1.26876790907323903E-05
+ -1.30083705889867844E-05 -1.33371613998700869E-05 -1.36742558323729947E-05
+ -1.40198633399060054E-05 -1.43741986494763307E-05 -1.47374818940943202E-05
+ -1.51099387484901842E-05 -1.54918005682234532E-05 -1.58833045322686449E-05
+ -1.62846937891639419E-05 -1.66962176068118464E-05 -1.71181315260210596E-05
+ -1.75506975178831231E-05 -1.79941841450801666E-05 -1.84488667272181743E-05
+ -1.89150275102886445E-05 -1.93929558403597802E-05 -1.98829483416003750E-05
+ -2.03853090987471289E-05 -2.09003498441222146E-05 -2.14283901493148754E-05
+ -2.19697576216435651E-05 -2.25247881055147303E-05 -2.30938258888009151E-05
+ -2.36772239143620416E-05 -2.42753439968363572E-05 -2.48885570448313057E-05
+ -2.55172432886489278E-05 -2.61617925136808631E-05 -2.68226042996127624E-05
+ -2.75000882655843092E-05 -2.81946643214475714E-05 -2.89067629252762353E-05
+ -2.96368253472821588E-05 -3.03853039402910276E-05 -3.11526624169443790E-05
+ -3.19393761337925629E-05 -3.27459323824435023E-05 -3.35728306879484371E-05
+ -3.44205831145972700E-05 -3.52897145793055315E-05 -3.61807631727841669E-05
+ -3.70942804886786033E-05 -3.80308319608737484E-05 -3.89909972091685234E-05
+ -3.99753703935214595E-05 -4.09845605770779882E-05 -4.20191920981985935E-05
+ -4.30799049517040255E-05 -4.41673551795628773E-05 -4.52822152712602474E-05
+ -4.64251745740737877E-05 -4.75969397135049438E-05 -4.87982350241197906E-05
+ -5.00298029910386640E-05 -5.12924047023486420E-05 -5.25868203127033992E-05
+ -5.39138495183722844E-05 -5.52743120440338953E-05 -5.66690481415922640E-05
+ -5.80989191013030863E-05 -5.95648077755238459E-05 -6.10676191153849794E-05
+ -6.26082807206946495E-05 -6.41877434034103777E-05 -6.58069817649976132E-05
+ -6.74669947880100583E-05 -6.91688064422520197E-05 -7.09134663058617795E-05
+ -7.27020502016774466E-05 -7.45356608492760353E-05 -7.64154285330378102E-05
+ -7.83425117866369986E-05 -8.03180980943721560E-05 -8.23434046097065866E-05
+ -8.44196788914657959E-05 -8.65481996581181893E-05 -8.87302775605437212E-05
+ -9.09672559737752690E-05 -9.32605118081561164E-05 -9.56114563403586521E-05
+ -9.80215360647833042E-05 -1.00492233565803077E-04 -1.03025068411342831E-04
+ -1.05621598068344574E-04 -1.08283418840613850E-04 -1.11012166829575667E-04
+ -1.13809518918535103E-04 -1.16677193780958789E-04 -1.19616952913356771E-04
+ -1.22630601693404421E-04 -1.25719990463834397E-04 -1.28887015642750903E-04
+ -1.32133620861033012E-04 -1.35461798127385223E-04 -1.38873589021764113E-04
+ -1.42371085917866323E-04 -1.45956433235281671E-04 -1.49631828722110769E-04
+ -1.53399524768750724E-04 -1.57261829753513170E-04 -1.61221109420937934E-04
+ -1.65279788293528978E-04 -1.69440351117642235E-04 -1.73705344344458510E-04
+ -1.78077377646784432E-04 -1.82559125472491661E-04 -1.87153328635599164E-04
+ -1.91862795945743723E-04 -1.96690405876963375E-04 -2.01639108276849467E-04
+ -2.06711926116823522E-04 -2.11911957284594297E-04 -2.17242376419886775E-04
+ -2.22706436794223138E-04 -2.28307472235958096E-04 -2.34048899101669763E-04
+ -2.39934218294743498E-04 -2.45967017332495179E-04 -2.52150972462928356E-04
+ -2.58489850832054697E-04 -2.64987512703257239E-04 -2.71647913729777411E-04
+ -2.78475107281377283E-04 -2.85473246826781300E-04 -2.92646588372951085E-04
+ -2.99999492962409566E-04 -3.07536429230325617E-04 -3.15261976022373168E-04
+ -3.23180825074792185E-04 -3.31297783758450429E-04 -3.39617777887861070E-04
+ -3.48145854596870437E-04 -3.56887185282824795E-04 -3.65847068620166280E-04
+ -3.75030933645472721E-04 -3.84444342915720349E-04 -3.94092995740754032E-04
+ -4.03982731492307911E-04 -4.14119532991243057E-04 -4.24509529974135429E-04
+ -4.35159002641835927E-04 -4.46074385291526953E-04 -4.57262270033646919E-04
+ -4.68729410596543884E-04 -4.80482726220203939E-04 -4.92529305640762496E-04
+ -5.04876411168857448E-04 -5.17531482862935294E-04 -5.30502142799700745E-04
+ -5.43796199444861596E-04 -5.57421652125039734E-04 -5.71386695603667122E-04
+ -5.85699724763945220E-04 -6.00369339399592643E-04 -6.15404349116874358E-04
+ -6.30813778350810162E-04 -6.46606871496223476E-04 -6.62793098157877939E-04
+ -6.79382158522183520E-04 -6.96383988851352977E-04 -7.13808767104906093E-04
+ -7.31666918690451035E-04 -7.49969122345121083E-04 -7.68726316153062672E-04
+ -7.87949703700260525E-04 -8.07650760368833470E-04 -8.27841239776565849E-04
+ -8.48533180362161677E-04 -8.69738912119486494E-04 -8.91471063486640441E-04
+ -9.13742568389546957E-04 -9.36566673444781716E-04 -9.59956945327174703E-04
+ -9.83927278301233946E-04 -1.00849190192278280E-03 -1.03366538891563040E-03
+ -1.05946266322198617E-03 -1.08589900823478458E-03 -1.11299007521551362E-03
+ -1.14075189189651234E-03 -1.16920087127755424E-03 -1.19835382061854955E-03
+ -1.22822795062840859E-03 -1.25884088486112578E-03 -1.29021066931879263E-03
+ -1.32235578226352554E-03 -1.35529514425001998E-03 -1.38904812837608118E-03
+ -1.42363457075594425E-03 -1.45907478122797867E-03 -1.49538955429180946E-03
+ -1.53260018028321832E-03 -1.57072845679741453E-03 -1.60979670035366344E-03
+ -1.64982775831387608E-03 -1.69084502106352837E-03 -1.73287243444670484E-03
+ -1.77593451247237493E-03 -1.82005635029662549E-03 -1.86526363747308867E-03
+ -1.91158267149272882E-03 -1.95904037161273711E-03 -2.00766429296931649E-03
+ -2.05748264099851362E-03 -2.10852428615886794E-03 -2.16081877895547706E-03
+ -2.21439636529108599E-03 -2.26928800213131634E-03 -2.32552537349081613E-03
+ -2.38314090676532662E-03 -2.44216778939011997E-03 -2.50263998584084567E-03
+ -2.56459225499864945E-03 -2.62806016785417131E-03 -2.69308012557747381E-03
+ -2.75968937796933645E-03 -2.82792604226504967E-03 -2.89782912232936559E-03
+ -2.96943852824783742E-03 -3.04279509628655343E-03 -3.11794060926926138E-03
+ -3.19491781736345451E-03 -3.27377045925378654E-03 -3.35454328375940289E-03
+ -3.43728207187021318E-03 -3.52203365919315399E-03 -3.60884595886817481E-03
+ -3.69776798491094948E-03 -3.78884987599206703E-03 -3.88214291971017336E-03
+ -3.97769957729803177E-03 -4.07557350879537116E-03 -4.17581959873720380E-03
+ -4.27849398228044488E-03 -4.38365407183178690E-03 -4.49135858420746017E-03
+ -4.60166756823849471E-03 -4.71464243291464576E-03 -4.83034597606959212E-03
+ -4.94884241352360008E-03 -5.07019740880310533E-03 -5.19447810340322499E-03
+ -5.32175314752626923E-03 -5.45209273143447762E-03 -5.58556861733926040E-03
+ -5.72225417179291623E-03 -5.86222439872883389E-03 -6.00555597302427496E-03
+ -6.15232727460072147E-03 -6.30261842320135966E-03 -6.45651131367112104E-03
+ -6.61408965181869892E-03 -6.77543899097469201E-03 -6.94064676902966630E-03
+ -7.10980234610726018E-03 -7.28299704293776991E-03 -7.46032417969247352E-03
+ -7.64187911551212837E-03 -7.82775928872032033E-03 -8.01806425748969633E-03
+ -8.21289574126211550E-03 -8.41235766281628154E-03 -8.61655619079656522E-03
+ -8.82559978305121756E-03 -9.03959923055858150E-03 -9.25866770184219194E-03
+ -9.48292078824134084E-03 -9.71247654968943226E-03 -9.94745556103061347E-03
+ -1.01879809592213214E-02 -1.04341784909433265E-02 -1.06861765608272027E-02
+ -1.09441062805636681E-02 -1.12081015183233164E-02 -1.14782989488799447E-02
+ -1.17548381045857013E-02 -1.20378614265601418E-02 -1.23275143166912977E-02
+ -1.26239451903988418E-02 -1.29273055295476818E-02 -1.32377499362811464E-02
+ -1.35554361874706941E-02 -1.38805252892946190E-02 -1.42131815328316816E-02
+ -1.45535725500694907E-02 -1.49018693700706095E-02 -1.52582464762237371E-02
+ -1.56228818636560199E-02 -1.59959570968880790E-02 -1.63776573686007579E-02
+ -1.67681715582705081E-02 -1.71676922911914061E-02 -1.75764159985669355E-02
+ -1.79945429771642997E-02 -1.84222774495536590E-02 -1.88598276252743557E-02
+ -1.93074057612863566E-02 -1.97652282232416050E-02 -2.02335155474060099E-02
+ -2.07124925016722757E-02 -2.12023881476265802E-02 -2.17034359028496146E-02
+ -2.22158736022274525E-02 -2.27399435605182450E-02 -2.32758926346005000E-02
+ -2.38239722847826685E-02 -2.43844386375063060E-02 -2.49575525470560888E-02
+ -2.55435796565290536E-02 -2.61427904602261028E-02 -2.67554603642893435E-02
+ -2.73818697469484645E-02 -2.80223040200469516E-02 -2.86770536880344706E-02
+ -2.93464144070565043E-02 -3.00306870449323290E-02 -3.07301777379090230E-02
+ -3.14451979480944166E-02 -3.21760645210585824E-02 -3.29230997397495992E-02
+ -3.36866313796645236E-02 -3.44669927631357578E-02 -3.52645228097673291E-02
+ -3.60795660886248093E-02 -3.69124728681677616E-02 -3.77635991625109926E-02
+ -3.86333067797798302E-02 -3.95219633665599562E-02 -4.04299424492293030E-02
+ -4.13576234774566259E-02 -4.23053918619696392E-02 -4.32736390101392185E-02
+ -4.42627623633884554E-02 -4.52731654270415035E-02 -4.63052577992675643E-02
+ -4.73594552009034761E-02 -4.84361794961589917E-02 -4.95358587139181697E-02
+ -5.06589270681952336E-02 -5.18058249685200214E-02 -5.29769990323990941E-02
+ -5.41729020944389170E-02 -5.53939932052019690E-02 -5.66407376334288545E-02
+ -5.79136068617065597E-02 -5.92130785725354103E-02 -6.05396366386667731E-02
+ -6.18937711030797741E-02 -6.32759781509431712E-02 -6.46867600861097125E-02
+ -6.61266252931074910E-02 -6.75960881936215063E-02 -6.90956692067850736E-02
+ -7.06258946909226887E-02 -7.21872968831027556E-02 -7.37804138403564125E-02
+ -7.54057893590739797E-02 -7.70639728960249293E-02 -7.87555194871151498E-02
+ -8.04809896425814075E-02 -8.22409492475361659E-02 -8.40359694546082281E-02
+ -8.58666265531352196E-02 -8.77335018469569544E-02 -8.96371815171079223E-02
+ -9.15782564632346696E-02 -9.35573221559442697E-02 -9.55749784656462487E-02
+ -9.76318294744565329E-02 -9.97284832998503318E-02 -1.01865551885841510E-01
+ -1.04043650783665079E-01 -1.06263398942756174E-01 -1.08525418460760970E-01
+ -1.10830334331305277E-01 -1.13178774197373322E-01 -1.15571368057278565E-01
+ -1.18008747977638065E-01 -1.20491547803349128E-01 -1.23020402817410321E-01
+ -1.25595949416671543E-01 -1.28218824772330015E-01 -1.30889666441842190E-01
+ -1.33609112004510977E-01 -1.36377798666368039E-01 -1.39196362822728292E-01
+ -1.42065439650002290E-01 -1.44985662649049551E-01 -1.47957663157261443E-01
+ -1.50982069892046239E-01 -1.54059508427334013E-01 -1.57190600654411705E-01
+ -1.60375964271256555E-01 -1.63616212187966403E-01 -1.66911951935881819E-01
+ -1.70263785095257525E-01 -1.73672306627208922E-01 -1.77138104230488064E-01
+ -1.80661757698634517E-01 -1.84243838178001940E-01 -1.87884907470691032E-01
+ -1.91585517312312187E-01 -1.95346208556728601E-01 -1.99167510422933014E-01
+ -2.03049939685030711E-01 -2.06993999785358068E-01 -2.11000180022046097E-01
+ -2.15068954643926696E-01 -2.19200781894741709E-01 -2.23396103136595775E-01
+ -2.27655341844391595E-01 -2.31978902584899310E-01 -2.36367170069134186E-01
+ -2.40820508043864817E-01 -2.45339258210284183E-01 -2.49923739195434980E-01
+ -2.54574245342731542E-01 -2.59291045574821022E-01 -2.64074382272322050E-01
+ -2.68924469969669011E-01 -2.73841494165338317E-01 -2.78825610097039933E-01
+ -2.83876941351664025E-01 -2.88995578624967109E-01 -2.94181578384179687E-01
+ -2.99434961403161448E-01 -3.04755711471904944E-01 -3.10143773940555034E-01
+ -3.15599054193167639E-01 -3.21121416304686380E-01 -3.26710681464940755E-01
+ -3.32366626406532195E-01 -3.38088982003065641E-01 -3.43877431578147041E-01
+ -3.49731609304676783E-01 -3.55651098732952031E-01 -3.61635430998687224E-01
+ -3.67684083210174317E-01 -3.73796476892346519E-01 -3.79971976115881349E-01
+ -3.86209885885638315E-01 -3.92509450489296474E-01 -3.98869851573707190E-01
+ -4.05290206545498299E-01 -4.11769566816987675E-01 -4.18306915859477990E-01
+ -4.24901167622997900E-01 -4.31551164678335153E-01 -4.38255676279936668E-01
+ -4.45013396806049732E-01 -4.51822943804310206E-01 -4.58682856099090486E-01
+ -4.65591592245559516E-01 -4.72547528497754776E-01 -4.79548956996155740E-01
+ -4.86594084219540368E-01 -4.93681028909734421E-01 -5.00807820370728130E-01
+ -5.07972396898659584E-01 -5.15172603709033838E-01 -5.22406191370976214E-01
+ -5.29670814200815965E-01 -5.36964028241846969E-01 -5.44283289850765684E-01
+ -5.51625954048156064E-01 -5.58989272603868437E-01 -5.66370392784373511E-01
+ -5.73766355664854899E-01 -5.81174094375180750E-01 -5.88590433006874858E-01
+ -5.96012084907008077E-01 -6.03435651140503460E-01 -6.10857619544044717E-01
+ -6.18274363041978914E-01 -6.25682138379983654E-01 -6.33077085301732234E-01
+ -6.40455224952358182E-01 -6.47812458930099644E-01 -6.55144568563717722E-01
+ -6.62447213486355047E-01 -6.69715931041818147E-01 -6.76946135656828263E-01
+ -6.84133117674698199E-01 -6.91272043146861415E-01 -6.98357953314116875E-01
+ -7.05385763794338261E-01 -7.12350264782939391E-01 -7.19246120681118706E-01
+ -7.26067869734380422E-01 -7.32809924657089939E-01 -7.39466572472121775E-01
+ -7.46031974696303335E-01 -7.52500168393327007E-01 -7.58865066316782300E-01
+ -7.65120457732927917E-01 -7.71260009893807608E-01 -7.77277268603204119E-01
+ -7.83165659747341092E-01 -7.88918491183591142E-01 -7.94528953856908360E-01
+ -7.99990124085574017E-01 -8.05294965875421820E-01 -8.10436332704198237E-01
+ -8.15406970587379099E-01 -8.20199520841898067E-01 -8.24806522639936368E-01
+ -8.29220416854686504E-01 -8.33433549312541655E-01 -8.37438174197026264E-01
+ -8.41226458648242525E-01 -8.44790486558729792E-01 -8.48122262883390987E-01
+ -8.51213718942438580E-01 -8.54056716833165419E-01 -8.56643054672975302E-01
+ -8.58964472539605173E-01 -8.61012657586715857E-01 -8.62779250208545623E-01
+ -8.64255850563602435E-01 -8.65434024474961650E-01 -8.66305310473967305E-01
+ -8.66861226882694957E-01 -8.67093278558186187E-01 -8.66992964753529383E-01
+ -8.66551786767145726E-01 -8.65761255566410814E-01 -8.64612900395029471E-01
+ -8.63098277031190020E-01 -8.61208976301580220E-01 -8.58936633367906488E-01
+ -8.56272936666707563E-01 -8.53209637301549195E-01 -8.49738558962725321E-01
+ -8.45851607643600345E-01 -8.41540781879061894E-01 -8.36798183295035192E-01
+ -8.31616027202793373E-01 -8.25986653640229385E-01 -8.19902538612040543E-01
+ -8.13356305648798683E-01 -8.06340737617685765E-01 -7.98848788779239927E-01
+ -7.90873597378038862E-01 -7.82408498219761883E-01 -7.73447035725324361E-01
+ -7.63982977602985724E-01 -7.54010328238129524E-01 -7.43523342964070078E-01
+ -7.32516542853793751E-01 -7.20984729038514516E-01 -7.08922998429653894E-01
+ -6.96326759664387285E-01 -6.83191748558373169E-01 -6.69514045498557198E-01
+ -6.55290092584512651E-01 -6.40516710522052390E-01 -6.25191117857679557E-01
+ -6.09310949396069890E-01 -5.92874274909319432E-01 -5.75879620338291098E-01
+ -5.58325987616854147E-01 -5.40212875598630515E-01 -5.21540303312544307E-01
+ -5.02308831377128673E-01 -4.82519585534520234E-01 -4.62174282007457971E-01
+ -4.41275250741524072E-01 -4.19825461877841810E-01 -3.97828553213615266E-01
+ -3.75288855560944323E-01 -3.52211422379735906E-01 -3.28602059288689352E-01
+ -3.04467351870847336E-01 -2.79814698519158411E-01 -2.54652341881871469E-01
+ -2.28989399454666620E-01 -2.02835899465327624E-01 -1.76202814094550103E-01
+ -1.49102093081898313E-01 -1.21546702276121743E-01 -9.35506583822316440E-02
+ -6.51290656101365523E-02 -3.62981563040892935E-02 -7.07532682809888271E-03
+  2.25208229829567466E-02  5.24704479620743749E-02  8.27524211521674657E-02
+  1.13344292142348160E-01  1.44222245142598765E-01  1.75361062732575679E-01
+  2.06734083017912046E-01  2.38313159199734309E-01  2.70068624547224190E-01
+  3.01969249966647812E-01  3.33982207072794579E-01  3.66073035687135562E-01
+  3.98205604092893684E-01  4.30342078054387622E-01  4.62442892619746027E-01
+  4.94466717991847771E-01  5.26370437470103036E-01  5.58109125915521531E-01
+  5.89636024882717935E-01  6.20902533026075232E-01  6.51858194248674527E-01
+  6.82450686549497920E-01  7.12625828977478060E-01  7.42327583259831170E-01
+  7.71498061705213178E-01  8.00077555239738114E-01  8.28004553226276196E-01
+  8.55215776694443042E-01  8.81646232266637631E-01  9.07229255991842454E-01
+  9.31896579019417137E-01  9.55578412354367912E-01  9.78203521789556496E-01
+  9.99699333645337807E-01  1.01999205562390505E+00  1.03900679088790104E+00
+  1.05666769179420839E+00  1.07289812241723292E+00  1.08762082056528042E+00
+  1.10075810732445878E+00  1.11223209703243509E+00  1.12196491646511665E+00
+  1.12987897725532815E+00  1.13589723921011543E+00  1.13994349583533627E+00
+  1.14194271510330969E+00  1.14182136196905692E+00  1.13950775856673037E+00
+  1.13493249617468117E+00  1.12802882253014847E+00  1.11873308290671170E+00
+  1.10698520269708101E+00  1.09272914413318989E+00  1.07591343041038412E+00
+  1.05649169483273098E+00  1.03442320848760416E+00  1.00967348398962975E+00
+  9.82214882838785108E-01  9.52027210523401335E-01  9.19098388800135946E-01
+  8.83425107492911033E-01  8.45013475980827211E-01  8.03879742915176387E-01
+  7.60050971786432439E-01  7.13565727177135956E-01  6.64474808390112748E-01
+  6.12841919169470728E-01  5.58744352857561744E-01  5.02273691828532320E-01
+  4.43536430007597626E-01  3.82654602522579379E-01  3.19766387272851227E-01
+  2.55026622903042732E-01  1.88607306113700079E-01  1.20698016202126349E-01
+  5.15062500450590641E-02 -1.87423138996399147E-02 -8.98036629765482375E-02
+ -1.61415400973111800E-01 -2.33296841982228442E-01 -3.05149239048563559E-01
+ -3.76656147785221884E-01 -4.47484021083355776E-01 -5.17282939101836203E-01
+ -5.85687534189283765E-01 -6.52318235861530149E-01 -7.16782626159047531E-01
+ -7.78677085024093163E-01 -8.37588820841709270E-01 -8.93097969012865200E-01
+ -9.44780107572901318E-01 -9.92209167544337856E-01 -1.03496036993556939E+00
+ -1.07261371891022983E+00 -1.10475781736231538E+00 -1.13099368547738810E+00
+ -1.15093925459065782E+00 -1.16423401223299594E+00 -1.17054365485712530E+00
+ -1.16956546995961341E+00 -1.16103360011502277E+00 -1.14472434439000148E+00
+ -1.12046212465574424E+00 -1.08812499197342971E+00 -1.04765019934457526E+00
+ -9.99040205719820551E-01 -9.42367856846233587E-01 -8.77781607611142101E-01
+ -8.05510745707146758E-01 -7.25869474947157478E-01 -6.39260880489425865E-01
+ -5.46180304613400502E-01 -4.47217354427783709E-01 -3.43057422368714282E-01
+ -2.34481981917186999E-01 -1.22367365328557867E-01 -7.68245850601412261E-03
+  1.08515337607846291E-01  2.25085782248685196E-01  3.40813310208943343E-01
+  4.54416463216951005E-01  5.64559108328267278E-01  6.69864146868569654E-01
+  7.68929277609734063E-01  8.60345499463236352E-01  9.42697806181342579E-01
+  1.01465438309158240E+00  1.07533863693823029E+00  1.12000120323611618E+00
+  1.15124155515524484E+00  1.27661538935576457E+00  2.28236204373222673E-01
+  2.01428979165494716E-02 -9.13895600855376897E-03  8.85515829064141471E-04
+  1.40160406602974692E-04 -4.70441623449945767E-05  3.31879992295128981E-06
+  8.87440712946768588E-07 -2.36354249900623296E-07  1.02992827821916179E-08
+  5.29956418769448106E-09 -1.15692384088242068E-09  1.74215518954062142E-11
+  3.03605155234473289E-11 -5.49816247397982244E-12 -8.81524346849248701E-14
+  1.68374360720043372E-13 -2.52177033096340700E-14 -1.31099410700738228E-15
+  9.08478255512698887E-16 -1.10496747582129766E-16 -1.08133936240277351E-17
+  4.78141743770935715E-18 -4.54122537547317411E-19 -7.45760814485355960E-20
+  2.45702560431914978E-20 -1.68588195301494722E-21 -4.69769506919308420E-22
+  1.23218776638018889E-22 -5.12127209981711274E-24 -2.79563852506851458E-24
+  6.01929255736384739E-25 -7.76222925950856674E-27 -1.59741578889049054E-26
+  2.85389990319792858E-27  5.26364805918364480E-29 -8.84011930977490460E-29
+  1.30514774801234602E-29  7.16657856820376491E-31 -4.76082438000842655E-31
+  5.69649009763428380E-32  5.79996686904135437E-33 -2.50127512243889862E-33
+  2.32767049599187058E-34  3.96620168310282769E-35 -1.28308997403001646E-35
+  8.55548939794434884E-37  2.48601213089020646E-37 -6.42287409191924388E-38
+  2.53961547912915280E-39  1.47445007388781608E-39 -3.13124284008754103E-40
+  3.35616492684508061E-42  8.40338044459314127E-42 -1.48107243816218788E-42
+ -3.09264821288908372E-44  4.64064173214537829E-44 -6.75314785116110076E-45
+ -3.90919531429122816E-46  2.49455393178986560E-46 -2.93572122740655467E-47
+ -3.10836477578877191E-48  1.30831125426166521E-48 -1.19243115977755985E-49
+ -2.10842430220060216E-50  6.69958544936775234E-51 -4.33720301848106488E-52
+ -1.31521807496567871E-52  3.34750052536760488E-53 -1.25560030783513742E-54
+ -7.77479527480375739E-55  1.62861358379669338E-55 -1.38862192765668141E-57
+ -4.41995874483734964E-57  7.68473951749954159E-58  1.79413603855794773E-59
+ -2.43576966717076501E-59  3.49335919449495828E-60  2.12816902499378195E-61
+ -1.30691397590784866E-61  1.51240431542142065E-62  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+                              </PP_AEWFC.4>
+ <PP_PSWFC.1 type="real" size="   969" l="0" columns="3">
+ -1.80477968888890627E-04 -1.82748102244293265E-04 -1.85046790360935299E-04
+ -1.87374392413452588E-04 -1.89731272094340687E-04 -1.92117797670781184E-04
+ -1.94534342042184945E-04 -1.96981282798458171E-04 -1.99459002279001128E-04
+ -2.01967887632450315E-04 -2.04508330877169875E-04 -2.07080728962505894E-04
+ -2.09685483830810359E-04 -2.12323002480244979E-04 -2.14993697028376281E-04
+ -2.17697984776568600E-04 -2.20436288275188458E-04 -2.23209035389629361E-04
+ -2.26016659367165549E-04 -2.28859598904648787E-04 -2.31738298217054346E-04
+ -2.34653207106890968E-04 -2.37604781034483030E-04 -2.40593481189136976E-04
+ -2.43619774561203655E-04 -2.46684134015044882E-04 -2.49787038362920383E-04
+ -2.52928972439802810E-04 -2.56110427179133307E-04 -2.59331899689532036E-04
+ -2.62593893332470861E-04 -2.65896917800924565E-04 -2.69241489199012007E-04
+ -2.72628130122637240E-04 -2.76057369741146950E-04 -2.79529743880012642E-04
+ -2.83045795104555327E-04 -2.86606072804721629E-04 -2.90211133280926785E-04
+ -2.93861539830978175E-04 -2.97557862838090145E-04 -3.01300679860008139E-04
+ -3.05090575719252377E-04 -3.08928142594497605E-04 -3.12813980113102279E-04
+ -3.16748695444800052E-04 -3.20732903396571422E-04 -3.24767226508708223E-04
+ -3.28852295152086448E-04 -3.32988747626662880E-04 -3.37177230261209108E-04
+ -3.41418397514302199E-04 -3.45712912076584641E-04 -3.50061444974309930E-04
+ -3.54464675674192567E-04 -3.58923292189574055E-04 -3.63437991187926478E-04
+ -3.68009478099707644E-04 -3.72638467228584875E-04 -3.77325681863047711E-04
+ -3.82071854389419397E-04 -3.86877726406295347E-04 -3.91744048840418060E-04
+ -3.96671582064009700E-04 -4.01661096013582436E-04 -4.06713370310240162E-04
+ -4.11829194381495658E-04 -4.17009367584619296E-04 -4.22254699331539726E-04
+ -4.27566009215315135E-04 -4.32944127138194606E-04 -4.38389893441291727E-04
+ -4.43904159035888256E-04 -4.49487785536389342E-04 -4.55141645394952974E-04
+ -4.60866622037808783E-04 -4.66663610003295571E-04 -4.72533515081632915E-04
+ -4.78477254456451779E-04 -4.84495756848104847E-04 -4.90589962658779122E-04
+ -4.96760824119434324E-04 -5.03009305438590335E-04 -5.09336382952982683E-04
+ -5.15743045280119537E-04 -5.22230293472749295E-04 -5.28799141175277350E-04
+ -5.35450614782148398E-04 -5.42185753598219675E-04 -5.49005610001154385E-04
+ -5.55911249605853101E-04 -5.62903751430958053E-04 -5.69984208067449171E-04
+ -5.77153725849360822E-04 -5.84413425026648089E-04 -5.91764439940222647E-04
+ -5.99207919199196072E-04 -6.06745025860348157E-04 -6.14376937609853718E-04
+ -6.22104846947297836E-04 -6.29929961372000446E-04 -6.37853503571689088E-04
+ -6.45876711613542270E-04 -6.54000839137636831E-04 -6.62227155552830098E-04
+ -6.70556946235100469E-04 -6.78991512728388600E-04 -6.87532172947961863E-04
+ -6.96180261386336206E-04 -7.04937129321791980E-04 -7.13804145029506049E-04
+ -7.22782693995344637E-04 -7.31874179132343053E-04 -7.41080020999909249E-04
+ -7.50401658025785269E-04 -7.59840546730796394E-04 -7.69398161956430710E-04
+ -7.79075997095282700E-04 -7.88875564324389490E-04 -7.98798394841509184E-04
+ -8.08846039104363520E-04 -8.19020067072895471E-04 -8.29322068454571614E-04
+ -8.39753652952768726E-04 -8.50316450518288740E-04 -8.61012111604030138E-04
+ -8.71842307422869881E-04 -8.82808730208782880E-04 -8.93913093481249845E-04
+ -9.05157132312991042E-04 -9.16542603601061068E-04 -9.28071286341361143E-04
+ -9.39744981906599926E-04 -9.51565514327750448E-04 -9.63534730579051297E-04
+ -9.75654500866584055E-04 -9.87926718920487243E-04 -1.00035330229084475E-03
+ -1.01293619264728992E-03 -1.02567735608239037E-03 -1.03857878341883118E-03
+ -1.05164249052047730E-03 -1.06487051860733816E-03 -1.07826493457449830E-03
+ -1.09182783131506179E-03 -1.10556132804714817E-03 -1.11946757064501114E-03
+ -1.13354873197431846E-03 -1.14780701223164651E-03 -1.16224463928825102E-03
+ -1.17686386903814938E-03 -1.19166698575059343E-03 -1.20665630242696863E-03
+ -1.22183416116218189E-03 -1.23720293351060016E-03 -1.25276502085658044E-03
+ -1.26852285478966896E-03 -1.28447889748451827E-03 -1.30063564208557727E-03
+ -1.31699561309662669E-03 -1.33356136677520356E-03 -1.35033549153199548E-03
+ -1.36732060833525239E-03 -1.38451937112028735E-03 -1.40193446720412898E-03
+ -1.41956861770537444E-03 -1.43742457796934889E-03 -1.45550513799858451E-03
+ -1.47381312288873026E-03 -1.49235139326994097E-03 -1.51112284575380547E-03
+ -1.53013041338591772E-03 -1.54937706610411502E-03 -1.56886581120249473E-03
+ -1.58859969380126535E-03 -1.60858179732248862E-03 -1.62881524397183821E-03
+ -1.64930319522637952E-03 -1.67004885232850567E-03 -1.69105545678608737E-03
+ -1.71232629087888664E-03 -1.73386467817137810E-03 -1.75567398403197843E-03
+ -1.77775761615883428E-03 -1.80011902511221351E-03 -1.82276170485357329E-03
+ -1.84568919329144402E-03 -1.86890507283413968E-03 -1.89241297094943869E-03
+ -1.91621656073130545E-03 -1.94031956147371217E-03 -1.96472573925171676E-03
+ -1.98943890750980651E-03 -2.01446292765766451E-03 -2.03980170967342500E-03
+ -2.06545921271449181E-03 -2.09143944573607788E-03 -2.11774646811747685E-03
+ -2.14438439029623765E-03 -2.17135737441031271E-03 -2.19866963494825055E-03
+ -2.22632543940761048E-03 -2.25432910896160906E-03 -2.28268501913417472E-03
+ -2.31139760048349125E-03 -2.34047133929410301E-03 -2.36991077827777494E-03
+ -2.39972051728310929E-03 -2.42990521401411459E-03 -2.46046958475781147E-03
+ -2.49141840512095113E-03 -2.52275651077604702E-03 -2.55448879821673462E-03
+ -2.58662022552265695E-03 -2.61915581313396659E-03 -2.65210064463552476E-03
+ -2.68545986755102566E-03 -2.71923869414703381E-03 -2.75344240224716791E-03
+ -2.78807633605652029E-03 -2.82314590699640029E-03 -2.85865659454962763E-03
+ -2.89461394711639690E-03 -2.93102358288092847E-03 -2.96789119068901260E-03
+ -3.00522253093654873E-03 -3.04302343646931529E-03 -3.08129981349397663E-03
+ -3.12005764250058255E-03 -3.15930297919666441E-03 -3.19904195545302064E-03
+ -3.23928078026146501E-03 -3.28002574070453308E-03 -3.32128320293741510E-03
+ -3.36305961318224223E-03 -3.40536149873479996E-03 -3.44819546898398254E-03
+ -3.49156821644396997E-03 -3.53548651779943008E-03 -3.57995723496383825E-03
+ -3.62498731615105811E-03 -3.67058379696045840E-03 -3.71675380147558050E-03
+ -3.76350454337666222E-03 -3.81084332706712030E-03 -3.85877754881416932E-03
+ -3.90731469790380273E-03 -3.95646235781023023E-03 -4.00622820738005293E-03
+ -4.05662002203128688E-03 -4.10764567496743442E-03 -4.15931313840684023E-03
+ -4.21163048482743260E-03 -4.26460588822714752E-03 -4.31824762540014648E-03
+ -4.37256407722906928E-03 -4.42756372999351944E-03 -4.48325517669495577E-03
+ -4.53964711839824776E-03 -4.59674836559005422E-03 -4.65456783955424478E-03
+ -4.71311457376462350E-03 -4.77239771529508472E-03 -4.83242652624751162E-03
+ -4.89321038519757376E-03 -4.95475878865867057E-03 -5.01708135256426040E-03
+ -5.08018781376876841E-03 -5.14408803156734748E-03 -5.20879198923469844E-03
+ -5.27430979558319961E-03 -5.34065168654058921E-03 -5.40782802674741672E-03
+ -5.47584931117456406E-03 -5.54472616676103883E-03 -5.61446935407230053E-03
+ -5.68508976897941047E-03 -5.75659844435920474E-03 -5.82900655181580601E-03
+ -5.90232540342373966E-03 -5.97656645349284397E-03 -6.05174130035537796E-03
+ -6.12786168817547588E-03 -6.20493950878129967E-03 -6.28298680352018003E-03
+ -6.36201576513693856E-03 -6.44203873967584290E-03 -6.52306822840628339E-03
+ -6.60511688977266469E-03 -6.68819754136868241E-03 -6.77232316193631702E-03
+ -6.85750689338990478E-03 -6.94376204286551411E-03 -7.03110208479599923E-03
+ -7.11954066301205123E-03 -7.20909159286951470E-03 -7.29976886340336865E-03
+ -7.39158663950862521E-03 -7.48455926414856500E-03 -7.57870126059056841E-03
+ -7.67402733466992365E-03 -7.77055237708197417E-03 -7.86829146570289413E-03
+ -7.96725986793952144E-03 -8.06747304310857088E-03 -8.16894664484554313E-03
+ -8.27169652354381446E-03 -8.37573872882414576E-03 -8.48108951203508862E-03
+ -8.58776532878461826E-03 -8.69578284150337479E-03 -8.80515892203994482E-03
+ -8.91591065428851831E-03 -9.02805533684936969E-03 -9.14161048572255212E-03
+ -9.25659383703516907E-03 -9.37302334980273655E-03 -9.49091720872492772E-03
+ -9.61029382701621658E-03 -9.73117184927183368E-03 -9.85357015436939473E-03
+ -9.97750785840676759E-03 -1.01030043176764620E-02 -1.02300791316771375E-02
+ -1.03587521461625948E-02 -1.04890434562287475E-02 -1.06209734094389486E-02
+ -1.07545626089883255E-02 -1.08898319169073825E-02 -1.10268024573054908E-02
+ -1.11654956196547469E-02 -1.13059330621145537E-02 -1.14481367148975798E-02
+ -1.15921287836775570E-02 -1.17379317530393167E-02 -1.18855683899717710E-02
+ -1.20350617474040897E-02 -1.21864351677859091E-02 -1.23397122867118271E-02
+ -1.24949170365908774E-02 -1.26520736503615231E-02 -1.28112066652525409E-02
+ -1.29723409265906156E-02 -1.31355015916550018E-02 -1.33007141335798346E-02
+ -1.34680043453048789E-02 -1.36373983435748494E-02 -1.38089225729883681E-02
+ -1.39826038100968782E-02 -1.41584691675540712E-02 -1.43365460983166937E-02
+ -1.45168623998969404E-02 -1.46994462186674519E-02 -1.48843260542192660E-02
+ -1.50715307637734434E-02 -1.52610895666470577E-02 -1.54530320487739400E-02
+ -1.56473881672812322E-02 -1.58441882551219881E-02 -1.60434630257647107E-02
+ -1.62452435779405387E-02 -1.64495614004484189E-02 -1.66564483770193922E-02
+ -1.68659367912403144E-02 -1.70780593315378801E-02 -1.72928490962236461E-02
+ -1.75103395986005751E-02 -1.77305647721320569E-02 -1.79535589756739666E-02
+ -1.81793569987704802E-02 -1.84079940670144777E-02 -1.86395058474730924E-02
+ -1.88739284541793242E-02 -1.91112984536903410E-02 -1.93516528707132658E-02
+ -1.95950291937992613E-02 -1.98414653811064476E-02 -2.00909998662327435E-02
+ -2.03436715641191652E-02 -2.05995198770244289E-02 -2.08585847005717702E-02
+ -2.11209064298684308E-02 -2.13865259656990242E-02 -2.16554847207933339E-02
+ -2.19278246261693822E-02 -2.22035881375525629E-02 -2.24828182418718471E-02
+ -2.27655584638335323E-02 -2.30518528725736915E-02 -2.33417460883900037E-02
+ -2.36352832895537560E-02 -2.39325102192030660E-02 -2.42334731923178198E-02
+ -2.45382191027775018E-02 -2.48467954305026696E-02 -2.51592502486807992E-02
+ -2.54756322310775649E-02 -2.57959906594342446E-02 -2.61203754309521329E-02
+ -2.64488370658650246E-02 -2.67814267151003649E-02 -2.71181961680301356E-02
+ -2.74591978603121560E-02 -2.78044848818229419E-02 -2.81541109846827377E-02
+ -2.85081305913736996E-02 -2.88665988029523195E-02 -2.92295714073562973E-02
+ -2.95971048878076771E-02 -2.99692564313123223E-02 -3.03460839372570318E-02
+ -3.07276460261050668E-02 -3.11140020481907760E-02 -3.15052120926144971E-02
+ -3.19013369962383511E-02 -3.23024383527838743E-02 -3.27085785220324193E-02
+ -3.31198206391288344E-02 -3.35362286239897431E-02 -3.39578671908168719E-02
+ -3.43848018577164322E-02 -3.48170989564253533E-02 -3.52548256421449935E-02
+ -3.56980499034833809E-02 -3.61468405725066874E-02 -3.66012673349004405E-02
+ -3.70614007402418552E-02 -3.75273122123831043E-02 -3.79990740599471452E-02
+ -3.84767594869363586E-02 -3.89604426034546661E-02 -3.94501984365440428E-02
+ -3.99461029411357638E-02 -4.04482330111173224E-02 -4.09566664905154018E-02
+ -4.14714821847955994E-02 -4.19927598722795517E-02 -4.25205803156795126E-02
+ -4.30550252737516223E-02 -4.35961775130676785E-02 -4.41441208199062421E-02
+ -4.46989400122634328E-02 -4.52607209519832812E-02 -4.58295505570089148E-02
+ -4.64055168137539470E-02 -4.69887087895946506E-02 -4.75792166454836324E-02
+ -4.81771316486838894E-02 -4.87825461856247200E-02 -4.93955537748787046E-02
+ -5.00162490802598392E-02 -5.06447279240432799E-02 -5.12810873003056236E-02
+ -5.19254253883863620E-02 -5.25778415664700169E-02 -5.32384364252883741E-02
+ -5.39073117819426073E-02 -5.45845706938448069E-02 -5.52703174727782950E-02
+ -5.59646576990761035E-02 -5.66676982359166706E-02 -5.73795472437367213E-02
+ -5.81003141947584872E-02 -5.88301098876330072E-02 -5.95690464621957960E-02
+ -6.03172374143348816E-02 -6.10747976109702120E-02 -6.18418433051413641E-02
+ -6.26184921512033948E-02 -6.34048632201291013E-02 -6.42010770149139542E-02
+ -6.50072554860843116E-02 -6.58235220473043781E-02 -6.66500015910809207E-02
+ -6.74868205045625613E-02 -6.83341066854317170E-02 -6.91919895578850391E-02
+ -7.00606000887002284E-02 -7.09400708033861849E-02 -7.18305358024116519E-02
+ -7.27321307775103398E-02 -7.36449930280578813E-02 -7.45692614775150253E-02
+ -7.55050766899361819E-02 -7.64525808865349488E-02 -7.74119179623034559E-02
+ -7.83832335026816845E-02 -7.93666748002676142E-02 -8.03623908715658114E-02
+ -8.13705324737680480E-02 -8.23912521215565963E-02 -8.34247041039271886E-02
+ -8.44710445010231209E-02 -8.55304312009709522E-02 -8.66030239167139282E-02
+ -8.76889842028327482E-02 -8.87884754723432951E-02 -8.99016630134661238E-02
+ -9.10287140063562733E-02 -9.21697975397807734E-02 -9.33250846277400292E-02
+ -9.44947482260159316E-02 -9.56789632486356734E-02 -9.68779065842459292E-02
+ -9.80917571123760962E-02 -9.93206957195808815E-02 -1.00564905315454423E-01
+ -1.01824570848489435E-01 -1.03099879321775681E-01 -1.04391019808523652E-01
+ -1.05698183467385229E-01 -1.07021563557566729E-01 -1.08361355453713754E-01
+ -1.09717756660539331E-01 -1.11090966827190163E-01 -1.12481187761324750E-01
+ -1.13888623442873080E-01 -1.15313480037473465E-01 -1.16755965909551410E-01
+ -1.18216291635011697E-01 -1.19694670013538562E-01 -1.21191316080457481E-01
+ -1.22706447118133416E-01 -1.24240282666899252E-01 -1.25793044535452675E-01
+ -1.27364956810707058E-01 -1.28956245867079933E-01 -1.30567140375146634E-01
+ -1.32197871309655657E-01 -1.33848671956873805E-01 -1.35519777921184137E-01
+ -1.37211427130939340E-01 -1.38923859843522679E-01 -1.40657318649535845E-01
+ -1.42412048476123654E-01 -1.44188296589366077E-01 -1.45986312595658169E-01
+ -1.47806348442093088E-01 -1.49648658415751257E-01 -1.51513499141824909E-01
+ -1.53401129580596540E-01 -1.55311811023136015E-01 -1.57245807085670042E-01
+ -1.59203383702632068E-01 -1.61184809118220723E-01 -1.63190353876453587E-01
+ -1.65220290809700077E-01 -1.67274895025489534E-01 -1.69354443891620382E-01
+ -1.71459217019515470E-01 -1.73589496245596164E-01 -1.75745565610745308E-01
+ -1.77927711337740158E-01 -1.80136221806433711E-01 -1.82371387526781559E-01
+ -1.84633501109524895E-01 -1.86922857234327749E-01 -1.89239752615488643E-01
+ -1.91584485964945372E-01 -1.93957357952422443E-01 -1.96358671162844028E-01
+ -1.98788730050626861E-01 -2.01247840890784069E-01 -2.03736311726941705E-01
+ -2.06254452315767334E-01 -2.08802574067863067E-01 -2.11380989985156448E-01
+ -2.13990014594187566E-01 -2.16629963875494852E-01 -2.19301155189004254E-01
+ -2.22003907194766703E-01 -2.24738539769394841E-01 -2.27505373917917475E-01
+ -2.30304731680409935E-01 -2.33136936033881137E-01 -2.36002310788890918E-01
+ -2.38901180480354108E-01 -2.41833870253101713E-01 -2.44800705741373248E-01
+ -2.47802012941898075E-01 -2.50838118081162575E-01 -2.53909347475691605E-01
+ -2.57016027385318757E-01 -2.60158483859975920E-01 -2.63337042578463021E-01
+ -2.66552028679621411E-01 -2.69803766586212190E-01 -2.73092579819661174E-01
+ -2.76418790806619741E-01 -2.79782720677231700E-01 -2.83184689053113448E-01
+ -2.86625013826543040E-01 -2.90104010930122669E-01 -2.93621994095017436E-01
+ -2.97179274599737087E-01 -3.00776161007907272E-01 -3.04412958893527319E-01
+ -3.08089970556017057E-01 -3.11807494722493583E-01 -3.15565826236537228E-01
+ -3.19365255735853393E-01 -3.23206069315129574E-01 -3.27088548174517268E-01
+ -3.31012968255896434E-01 -3.34979599862069599E-01 -3.38988707260876154E-01
+ -3.43040548275645951E-01 -3.47135373856181817E-01 -3.51273427634125057E-01
+ -3.55454945462728156E-01 -3.59680154934815643E-01 -3.63949274884685203E-01
+ -3.68262514871876556E-01 -3.72620074641038079E-01 -3.77022143565287848E-01
+ -3.81468900068236749E-01 -3.85960511020417063E-01 -3.90497131118657859E-01
+ -3.95078902240221075E-01 -3.99705952770203710E-01 -4.04378396911089510E-01
+ -4.09096333962504222E-01 -4.13859847573804451E-01 -4.18669004977529347E-01
+ -4.23523856188018355E-01 -4.28424433173263230E-01 -4.33370749005483169E-01
+ -4.38362796971738355E-01 -4.43400549659042464E-01 -4.48483958014716355E-01
+ -4.53612950362250522E-01 -4.58787431393577860E-01 -4.64007281131414762E-01
+ -4.69272353843858403E-01 -4.74582476937638331E-01 -4.79937449814444417E-01
+ -4.85337042678056607E-01 -4.90780995322408653E-01 -4.96269015873890051E-01
+ -5.01800779485335968E-01 -5.07375927012796879E-01 -5.12994063636088016E-01
+ -5.18654757434785285E-01 -5.24357537947647168E-01 -5.30101894664426254E-01
+ -5.35887275480174008E-01 -5.41713085131258820E-01 -5.47578683552850887E-01
+ -5.53483384209358942E-01 -5.59426452400917151E-01 -5.65407103483291706E-01
+ -5.71424501073810043E-01 -5.77477755222787992E-01 -5.83565920495416113E-01
+ -5.89687994054346021E-01 -5.95842913692049780E-01 -6.02029555777471859E-01
+ -6.08246733218713698E-01 -6.14493193354683775E-01 -6.20767615773407666E-01
+ -6.27068610160802176E-01 -6.33394714053497343E-01 -6.39744390540883501E-01
+ -6.46116026008632049E-01 -6.52507927759761741E-01 -6.58918321618849112E-01
+ -6.65345349581594192E-01 -6.71787067318650122E-01 -6.78241441707964521E-01
+ -6.84706348404289677E-01 -6.91179569250783610E-01 -6.97658789772986010E-01
+ -7.04141596687202775E-01 -7.10625475256655759E-01 -7.17107806788992996E-01
+ -7.23585866110431075E-01 -7.30056818916223205E-01 -7.36517719323314002E-01
+ -7.42965507347624010E-01 -7.49397006314113545E-01 -7.55808920526359063E-01
+ -7.62197832798409247E-01 -7.68560202007915305E-01 -7.74892360954562487E-01
+ -7.81190514016633863E-01 -7.87450734951654185E-01 -7.93668965025044026E-01
+ -7.99841010886388815E-01 -8.05962542745274568E-01 -8.12029092860267143E-01
+ -8.18036053762500770E-01 -8.23978676955637090E-01 -8.29852071870894936E-01
+ -8.35651204599219488E-01 -8.41370897286385810E-01 -8.47005827682101975E-01
+ -8.52550528576741851E-01 -8.57999388085442627E-01 -8.63346649946756917E-01
+ -8.68586413897967424E-01 -8.73712637062503683E-01 -8.78719135187826961E-01
+ -8.83599584233718982E-01 -8.88347523093157121E-01 -8.92956356001582296E-01
+ -8.97419355653563344E-01 -9.01729667495509868E-01 -9.05880313590993747E-01
+ -9.09864197618504678E-01 -9.13674110975048137E-01 -9.17302738444758070E-01
+ -9.20742665450121400E-01 -9.23986386218185740E-01 -9.27026311648646573E-01
+ -9.29854779199921211E-01 -9.32464063387353437E-01 -9.34846386281035668E-01
+ -9.36993930401091579E-01 -9.38898851832510539E-01 -9.40553293801677293E-01
+ -9.41949402921233969E-01 -9.43079345217073040E-01 -9.43935323226365530E-01
+ -9.44509595862750295E-01 -9.44794497652842624E-01 -9.44782459754976878E-01
+ -9.44466033601176758E-01 -9.43837913625980240E-01 -9.42890962503712071E-01
+ -9.41618238565753218E-01 -9.40013022254802433E-01 -9.38068845683317165E-01
+ -9.35779523659251544E-01 -9.33139183946468664E-01 -9.30142300971913749E-01
+ -9.26783730086220614E-01 -9.23058741448145814E-01 -9.18963057333042066E-01
+ -9.14492888980812157E-01 -9.09644973532902079E-01 -9.04416613900624222E-01
+ -8.98805717192595832E-01 -8.92810833586599073E-01 -8.86431197100094104E-01
+ -8.79666764114766409E-01 -8.72518252334300359E-01 -8.64987180075552531E-01
+ -8.57075902783421828E-01 -8.48787649288239354E-01 -8.40126556453256401E-01
+ -8.31097700746536994E-01 -8.21707127888442357E-01 -8.11961878908893819E-01
+ -8.01870012779204999E-01 -7.91440624339350474E-01 -7.80683857039262463E-01
+ -7.69610911429651656E-01 -7.58234045108944432E-01 -7.46566566731847736E-01
+ -7.34622823964081517E-01 -7.22418178348594675E-01 -7.09968974728086288E-01
+ -6.97292501364402240E-01 -6.84406932533826340E-01 -6.71331267620041028E-01
+ -6.58085255995703222E-01 -6.44689301509419499E-01 -6.31164366664420107E-01
+ -6.17531856484940800E-01 -6.03813482784854250E-01 -5.90031132012396320E-01
+ -5.76206707286390896E-01 -5.62361957490096098E-01 -5.48518314541749152E-01
+ -5.34696703155549846E-01 -5.20917352471458872E-01 -5.07199622460973831E-01
+ -4.93561810065592799E-01 -4.80020982424798348E-01 -4.66592837168081309E-01
+ -4.53291566289172110E-01 -4.40129784939446711E-01 -4.27118513216946327E-01
+ -4.14267212422818609E-01 -4.01583939327540607E-01 -3.89075607316344885E-01
+ -3.76748402327406307E-01 -3.64608164516274813E-01 -3.52660395989006947E-01
+ -3.40910258194151661E-01 -3.29362570296967527E-01 -3.18021806055487299E-01
+ -3.06892091712518855E-01 -2.95977206031482865E-01 -2.85280579116211908E-01
+ -2.74805292693033387E-01 -2.64554081336935087E-01 -2.54529333637124100E-01
+ -2.44733094518227001E-01 -2.35167067860051704E-01 -2.25832620224664937E-01
+ -2.16730784812869448E-01 -2.07862265766149079E-01 -1.99227444454885494E-01
+ -1.90826384706966945E-01 -1.82658839101965759E-01 -1.74724257559157520E-01
+ -1.67021793592764117E-01 -1.59550312847822867E-01 -1.52308403465575587E-01
+ -1.45294383277410455E-01 -1.38506310661813320E-01 -1.31941996005839668E-01
+ -1.25599009841411868E-01 -1.19474695885597115E-01 -1.13566182854819439E-01
+ -1.07870393575512147E-01 -1.02384059829813925E-01 -9.71037338136979677E-02
+ -9.20257982363104354E-02 -8.71464823577485781E-02 -8.24618725155231436E-02
+ -7.79679231810288670E-02 -7.36604733778768589E-02 -6.95352559247802565E-02
+ -6.55879093591255485E-02 -6.18139937894126024E-02 -5.82089987990217494E-02
+ -5.47683560443770479E-02 -5.14874536146666048E-02 -4.83616427954441513E-02
+ -4.53862510087706672E-02 -4.25565939855361217E-02 -3.98679816693958411E-02
+ -3.73157310944774445E-02 -3.48951759570480038E-02 -3.26016719492307414E-02
+ -3.04306091197294737E-02 -2.83774187177775715E-02 -2.64375782028801395E-02
+ -2.46066226020934115E-02 -2.28801487611891459E-02 -2.12538201969927031E-02
+ -1.97233769571905637E-02 -1.82846376325542445E-02 -1.69335041206891482E-02
+ -1.56659695186582466E-02 -1.44781184213633191E-02 -1.33661315298574217E-02
+ -1.23262912433093671E-02 -1.13549808105789084E-02 -1.04486885921288557E-02
+ -9.60401126331848244E-03 -8.81765227784676170E-03 -8.08642556065586326E-03
+ -7.40725644580134991E-03 -6.77717979027434806E-03 -6.19334287919525231E-03
+ -5.65300438899541541E-03 -5.15353237908309104E-03 -4.69240622181322110E-03
+ -4.26721399913810445E-03 -3.87565050483076965E-03 -3.51551806443176941E-03
+ -3.18472283854481656E-03 -2.88127289317754217E-03 -2.60327784329899030E-03
+ -2.34894455330667776E-03 -2.11657525903373878E-03 -1.90456608581032901E-03
+ -1.71140256890891271E-03 -1.53565776930440355E-03 -1.37598984812123382E-03
+ -1.23113770296451232E-03 -1.09991902921927434E-03 -9.81227207426974782E-04
+ -8.74027242841689776E-04 -7.77353744308221335E-04 -6.90307408800794461E-04
+ -6.12051366341790954E-04 -5.41809072171142735E-04 -4.78860662649208731E-04
+ -4.22539744892915241E-04 -3.72231220642133247E-04 -3.27367750479437667E-04
+ -2.87426984400418733E-04 -2.51929354893529786E-04 -2.20434833139884350E-04
+ -1.92540564334521845E-04 -1.67878692713900422E-04 -1.46113520699495201E-04
+ -1.26939500438025152E-04 -1.10079168500655175E-04 -9.52807480045475390E-05
+ -8.23164516497726107E-05 -7.09805962799585702E-05 -6.10876397786536455E-05
+ -5.24707564295207095E-05 -4.49801821381541205E-05 -3.84816486413840260E-05
+ -3.28551973660713110E-05 -2.79937822785276556E-05 -2.38020490679836207E-05
+ -2.01953580552790319E-05 -1.70986486924795351E-05 -1.44455065922046341E-05
+ -1.21773693989864993E-05 -1.02426382126619496E-05 -8.59597636114929343E-06
+ -7.19767619758616679E-06 -6.01298786073389166E-06 -5.01160000971731233E-06
+ -4.16714738696275717E-06 -3.45671952039077860E-06 -2.86048202173863632E-06
+ -2.36130441540302482E-06 -1.94441079937254951E-06 -1.59710805663204638E-06
+ -1.30851316203431705E-06 -1.06931139984049219E-06 -8.71564629898450349E-07
+ -7.08517910364742905E-07 -5.74436376292723347E-07 -4.64472470478448297E-07
+ -3.74533402644730786E-07 -3.01173745688163046E-07 -2.41505345734940470E-07
+ -1.93109622210393447E-07 -1.53968442562058090E-07 -1.22404435413198426E-07
+ -9.70249302648221323E-08 -7.66784529520389917E-08 -6.04162625306220567E-08
+ -4.74576789351268922E-08 -3.71633296483328175E-08 -2.90111098620351573E-08
+ -2.25754122882463949E-08 -1.75110675526468072E-08 -1.35388051318272022E-08
+ -1.04331937099270330E-08 -8.01324187377470491E-09 -6.13390605047385739E-09
+ -4.67930059710946941E-09 -3.55734126489632055E-09 -2.69496322770883138E-09
+ -2.03441283798957314E-09 -1.53027999087325434E-09 -1.14690606873567386E-09
+ -8.56418407782572047E-10 -6.37136448806437250E-10 -4.72219482955106159E-10
+ -3.48655956767586727E-10 -2.56436070612016215E-10 -1.87872552748120285E-10
+ -1.37097049679764018E-10 -9.96459855602229352E-11 -7.21320417017293502E-11
+ -5.20013025485482258E-11 -3.73338294839320481E-11 -2.66906698812354168E-11
+ -1.90006794178522671E-11 -1.34683212817356163E-11 -9.50508270315013770E-12
+ -6.67857981899437381E-12 -4.67171057849531511E-12 -3.25306896221456190E-12
+ -2.25489893649035599E-12 -1.55578510420792753E-12 -1.06837398530568078E-12
+                              </PP_PSWFC.1>
+ <PP_PSWFC.2 type="real" size="   969" l="0" columns="3">
+ -2.36272761935660538E-05 -2.39244707362249126E-05 -2.42254035258082737E-05
+ -2.45301215836651708E-05 -2.48386725226001313E-05 -2.51511045543126262E-05
+ -2.54674664969303100E-05 -2.57878077826369217E-05 -2.61121784653961071E-05
+ -2.64406292287725452E-05 -2.67732113938512011E-05 -2.71099769272563836E-05
+ -2.74509784492716370E-05 -2.77962692420616828E-05 -2.81459032579979713E-05
+ -2.84999351280886649E-05 -2.88584201705149111E-05 -2.92214143992743731E-05
+ -2.95889745329334823E-05 -2.99611580034899067E-05 -3.03380229653462180E-05
+ -3.07196283043967324E-05 -3.11060336472284462E-05 -3.14972993704378364E-05
+ -3.18934866100648048E-05 -3.22946572711451771E-05 -3.27008740373835072E-05
+ -3.31122003809475364E-05 -3.35287005723857224E-05 -3.39504396906697430E-05
+ -3.43774836333629919E-05 -3.48098991269172797E-05 -3.52477537370989022E-05
+ -3.56911158795458823E-05 -3.61400548304580547E-05 -3.65946407374214287E-05
+ -3.70549446303689703E-05 -3.75210384326790249E-05 -3.79929949724134786E-05
+ -3.84708879936972940E-05 -3.89547921682409907E-05 -3.94447831070082394E-05
+ -3.99409373720301624E-05 -4.04433324883682303E-05 -4.09520469562277688E-05
+ -4.14671602632234155E-05 -4.19887528967993878E-05 -4.25169063568056182E-05
+ -4.30517031682322237E-05 -4.35932268941041732E-05 -4.41415621485379139E-05
+ -4.46967946099625731E-05 -4.52590110345072260E-05 -4.58282992695565466E-05
+ -4.64047482674772679E-05 -4.69884480995167526E-05 -4.75794899698768725E-05
+ -4.81779662299647277E-05 -4.87839703928225310E-05 -4.93975971477392440E-05
+ -5.00189423750456550E-05 -5.06481031610958430E-05 -5.12851778134369290E-05
+ -5.19302658761696786E-05 -5.25834681455024808E-05 -5.32448866855005022E-05
+ -5.39146248440334607E-05 -5.45927872689237192E-05 -5.52794799242974300E-05
+ -5.59748101071417181E-05 -5.66788864640695910E-05 -5.73918190082960714E-05
+ -5.81137191368278906E-05 -5.88446996478690670E-05 -5.95848747584459538E-05
+ -6.03343601222532954E-05 -6.10932728477252816E-05 -6.18617315163337908E-05
+ -6.26398562011165106E-05 -6.34277684854386565E-05 -6.42255914819900168E-05
+ -6.50334498520213823E-05 -6.58514698248228623E-05 -6.66797792174470802E-05
+ -6.75185074546807333E-05 -6.83677855892667253E-05 -6.92277463223814788E-05
+ -7.00985240243691638E-05 -7.09802547557369744E-05 -7.18730762884147210E-05
+ -7.27771281272811759E-05 -7.36925515319618231E-05 -7.46194895389004089E-05
+ -7.55580869837083058E-05 -7.65084905237949428E-05 -7.74708486612825538E-05
+ -7.84453117662098115E-05 -7.94320321000265429E-05 -8.04311638393845400E-05
+ -8.14428631002276244E-05 -8.24672879621839188E-05 -8.35045984932660196E-05
+ -8.45549567748809654E-05 -8.56185269271552893E-05 -8.66954751345785549E-05
+ -8.77859696719689549E-05 -8.88901809307660946E-05 -9.00082814456541996E-05
+ -9.11404459215200713E-05 -9.22868512607506140E-05 -9.34476765908727935E-05
+ -9.46231032925421545E-05 -9.58133150278828887E-05 -9.70184977691843629E-05
+ -9.82388398279589159E-05 -9.94745318843645311E-05 -1.00725767016998074E-04
+ -1.01992740733063166E-04 -1.03275650998917184E-04 -1.04574698271003145E-04
+ -1.05890085527169552E-04 -1.07222018298385293E-04 -1.08570704700852629E-04
+ -1.09936355468524433E-04 -1.11319183986030603E-04 -1.12719406322017796E-04
+ -1.14137241262909467E-04 -1.15572910347089795E-04 -1.17026637899517850E-04
+ -1.18498651066777425E-04 -1.19989179852566670E-04 -1.21498457153635146E-04
+ -1.23026718796172388E-04 -1.24574203572654031E-04 -1.26141153279151928E-04
+ -1.27727812753112403E-04 -1.29334429911610697E-04 -1.30961255790086210E-04
+ -1.32608544581564375E-04 -1.34276553676373101E-04 -1.35965543702356944E-04
+ -1.37675778565598384E-04 -1.39407525491650928E-04 -1.41161055067290272E-04
+ -1.42936641282791682E-04 -1.44734561574737410E-04 -1.46555096869363858E-04
+ -1.48398531626453307E-04 -1.50265153883777749E-04 -1.52155255302101978E-04
+ -1.54069131210751525E-04 -1.56007080653755158E-04 -1.57969406436566496E-04
+ -1.59956415173373678E-04 -1.61968417335004545E-04 -1.64005727297432700E-04
+ -1.66068663390895124E-04 -1.68157547949626695E-04 -1.70272707362220351E-04
+ -1.72414472122620939E-04 -1.74583176881758988E-04 -1.76779160499835654E-04
+ -1.79002766099263554E-04 -1.81254341118274384E-04 -1.83534237365200800E-04
+ -1.85842811073438636E-04 -1.88180422957104322E-04 -1.90547438267387988E-04
+ -1.92944226849617908E-04 -1.95371163201042101E-04 -1.97828626529334480E-04
+ -2.00317000811840327E-04 -2.02836674855563190E-04 -2.05388042357907959E-04
+ -2.07971501968188226E-04 -2.10587457349903834E-04 -2.13236317243806911E-04
+ -2.15918495531755334E-04 -2.18634411301372268E-04 -2.21384488911518916E-04
+ -2.24169158058587216E-04 -2.26988853843631096E-04 -2.29844016840337003E-04
+ -2.32735093163851552E-04 -2.35662534540475097E-04 -2.38626798378228060E-04
+ -2.41628347838309884E-04 -2.44667651907451043E-04 -2.47745185471177811E-04
+ -2.50861429387998311E-04 -2.54016870564517530E-04 -2.57212002031502939E-04
+ -2.60447323020900089E-04 -2.63723339043819870E-04 -2.67040561969506809E-04
+ -2.70399510105295837E-04 -2.73800708277580291E-04 -2.77244687913792015E-04
+ -2.80731987125415418E-04 -2.84263150792045123E-04 -2.87838730646496380E-04
+ -2.91459285360991715E-04 -2.95125380634424510E-04 -2.98837589280723270E-04
+ -3.02596491318326655E-04 -3.06402674060779034E-04 -3.10256732208471500E-04
+ -3.14159267941529206E-04 -3.18110891013869703E-04 -3.22112218848444461E-04
+ -3.26163876633672419E-04 -3.30266497421092175E-04 -3.34420722224235373E-04
+ -3.38627200118745558E-04 -3.42886588343757159E-04 -3.47199552404540968E-04
+ -3.51566766176450668E-04 -3.55988912010164445E-04 -3.60466680838255932E-04
+ -3.65000772283103551E-04 -3.69591894766150501E-04 -3.74240765618545797E-04
+ -3.78948111193167783E-04 -3.83714666978059323E-04 -3.88541177711288399E-04
+ -3.93428397497246735E-04 -3.98377089924417357E-04 -4.03388028184614061E-04
+ -4.08461995193722452E-04 -4.13599783713959135E-04 -4.18802196477659791E-04
+ -4.24070046312632898E-04 -4.29404156269076493E-04 -4.34805359748096081E-04
+ -4.40274500631836598E-04 -4.45812433415241759E-04 -4.51420023339478690E-04
+ -4.57098146527027945E-04 -4.62847690118475938E-04 -4.68669552411023888E-04
+ -4.74564642998732023E-04 -4.80533882914532123E-04 -4.86578204774014737E-04
+ -4.92698552921026853E-04 -4.98895883575096294E-04 -5.05171164980704342E-04
+ -5.11525377558435883E-04 -5.17959514058022731E-04 -5.24474579713310159E-04
+ -5.31071592399169363E-04 -5.37751582790374169E-04 -5.44515594522477771E-04
+ -5.51364684354703374E-04 -5.58299922334879969E-04 -5.65322391966448386E-04
+ -5.72433190377561818E-04 -5.79633428492307362E-04 -5.86924231204074610E-04
+ -5.94306737551101314E-04 -6.01782100894218252E-04 -6.09351489096822884E-04
+ -6.17016084707113790E-04 -6.24777085142604201E-04 -6.32635702876953245E-04
+ -6.40593165629140134E-04 -6.48650716555004749E-04 -6.56809614441195033E-04
+ -6.65071133901541482E-04 -6.73436565575893649E-04 -6.81907216331449867E-04
+ -6.90484409466606669E-04 -6.99169484917365838E-04 -7.07963799466323693E-04
+ -7.16868726954280797E-04 -7.25885658494501338E-04 -7.35016002689655801E-04
+ -7.44261185851480657E-04 -7.53622652223186716E-04 -7.63101864204653989E-04
+ -7.72700302580446238E-04 -7.82419466750675671E-04 -7.92260874964761052E-04
+ -8.02226064558107734E-04 -8.12316592191751358E-04 -8.22534034094998725E-04
+ -8.32879986311101713E-04 -8.43356064946008390E-04 -8.53963906420217756E-04
+ -8.64705167723790486E-04 -8.75581526674543988E-04 -8.86594682179472080E-04
+ -8.97746354499439399E-04 -9.09038285517172872E-04 -9.20472239008609649E-04
+ -9.32050000917631011E-04 -9.43773379634225171E-04 -9.55644206276128408E-04
+ -9.67664334973974906E-04 -9.79835643160012959E-04 -9.92160031860419862E-04
+ -1.00463942599126363E-03 -1.01727577465815858E-03 -1.03007105145965514E-03
+ -1.04302725479441492E-03 -1.05614640817221477E-03 -1.06943056052882335E-03
+ -1.08288178654480580E-03 -1.09650218696829443E-03 -1.11029388894178394E-03
+ -1.12425904633299241E-03 -1.13839984006984139E-03 -1.15271847847960300E-03
+ -1.16721719763226853E-03 -1.18189826168818460E-03 -1.19676396325001577E-03
+ -1.21181662371907389E-03 -1.22705859365608832E-03 -1.24249225314643978E-03
+ -1.25812001216994555E-03 -1.27394431097522837E-03 -1.28996762045872730E-03
+ -1.30619244254841964E-03 -1.32262131059229012E-03 -1.33925678975162633E-03
+ -1.35610147739917680E-03 -1.37315800352225733E-03 -1.39042903113082436E-03
+ -1.40791725667062276E-03 -1.42562541044142913E-03 -1.44355625702047578E-03
+ -1.46171259569110733E-03 -1.48009726087672657E-03 -1.49871312258010865E-03
+ -1.51756308682813343E-03 -1.53665009612200475E-03 -1.55597712989302716E-03
+ -1.57554720496398811E-03 -1.59536337601623706E-03 -1.61542873606250860E-03
+ -1.63574641692556351E-03 -1.65631958972272428E-03 -1.67715146535635023E-03
+ -1.69824529501035439E-03 -1.71960437065280772E-03 -1.74123202554470773E-03
+ -1.76313163475499556E-03 -1.78530661568186786E-03 -1.80776042858048214E-03
+ -1.83049657709711947E-03 -1.85351860880987097E-03 -1.87683011577594407E-03
+ -1.90043473508562984E-03 -1.92433614942304600E-03 -1.94853808763371049E-03
+ -1.97304432529902228E-03 -1.99785868531774432E-03 -2.02298503849453887E-03
+ -2.04842730413567218E-03 -2.07418945065193519E-03 -2.10027549616887852E-03
+ -2.12668950914444857E-03 -2.15343560899407911E-03 -2.18051796672335749E-03
+ -2.20794080556832237E-03 -2.23570840164349091E-03 -2.26382508459769486E-03
+ -2.29229523827779872E-03 -2.32112330140041897E-03 -2.35031376823169194E-03
+ -2.37987118927520227E-03 -2.40980017196815600E-03 -2.44010538138586964E-03
+ -2.47079154095468682E-03 -2.50186343317339776E-03 -2.53332590034324734E-03
+ -2.56518384530664886E-03 -2.59744223219463910E-03 -2.63010608718323036E-03
+ -2.66318049925869929E-03 -2.69667062099193493E-03 -2.73058166932192920E-03
+ -2.76491892634847915E-03 -2.79968774013423637E-03 -2.83489352551616249E-03
+ -2.87054176492649790E-03 -2.90663800922332308E-03 -2.94318787853084128E-03
+ -2.98019706308941040E-03 -3.01767132411549571E-03 -3.05561649467157165E-03
+ -3.09403848054611410E-03 -3.13294326114373599E-03 -3.17233689038558817E-03
+ -3.21222549762010742E-03 -3.25261528854420712E-03 -3.29351254613499591E-03
+ -3.33492363159214149E-03 -3.37685498529092035E-03 -3.41931312774611034E-03
+ -3.46230466058676132E-03 -3.50583626754196820E-03 -3.54991471543773069E-03
+ -3.59454685520495818E-03 -3.63973962289876286E-03 -3.68550004072907807E-03
+ -3.73183521810271750E-03 -3.77875235267695906E-03 -3.82625873142470501E-03
+ -3.87436173171135361E-03 -3.92306882238342095E-03 -3.97238756486901871E-03
+ -4.02232561429025689E-03 -4.07289072058762171E-03 -4.12409072965647713E-03
+ -4.17593358449566947E-03 -4.22842732636838272E-03 -4.28158009597527818E-03
+ -4.33540013463997072E-03 -4.38989578550694291E-03 -4.44507549475193619E-03
+ -4.50094781280487716E-03 -4.55752139558540312E-03 -4.61480500575101905E-03
+ -4.67280751395796577E-03 -4.73153790013482439E-03 -4.79100525476887883E-03
+ -4.85121878020535087E-03 -4.91218779195940706E-03 -4.97392172004111101E-03
+ -5.03643011029325863E-03 -5.09972262574210581E-03 -5.16380904796109614E-03
+ -5.22869927844745071E-03 -5.29440334001176575E-03 -5.36093137818053223E-03
+ -5.42829366261157222E-03 -5.49650058852242662E-03 -5.56556267813157132E-03
+ -5.63549058211256556E-03 -5.70629508106096708E-03 -5.77798708697403046E-03
+ -5.85057764474316427E-03 -5.92407793365895205E-03 -5.99849926892884102E-03
+ -6.07385310320727838E-03 -6.15015102813823693E-03 -6.22740477591009721E-03
+ -6.30562622082261014E-03 -6.38482738086599937E-03 -6.46502041931192994E-03
+ -6.54621764631623144E-03 -6.62843152053324471E-03 -6.71167465074153178E-03
+ -6.79595979748082255E-03 -6.88129987469998129E-03 -6.96770795141572405E-03
+ -7.05519725338188582E-03 -7.14378116476893556E-03 -7.23347322985352231E-03
+ -7.32428715471768188E-03 -7.41623680895742935E-03 -7.50933622740044063E-03
+ -7.60359961183228357E-03 -7.69904133273110851E-03 -7.79567593101011119E-03
+ -7.89351811976746025E-03 -7.99258278604333960E-03 -8.09288499258334522E-03
+ -8.19443997960798629E-03 -8.29726316658769246E-03 -8.40137015402260719E-03
+ -8.50677672522676988E-03 -8.61349884811594795E-03 -8.72155267699841440E-03
+ -8.83095455436807425E-03 -8.94172101269915046E-03 -9.05386877624159668E-03
+ -9.16741476281648406E-03 -9.28237608561055180E-03 -9.39877005496880281E-03
+ -9.51661418018450757E-03 -9.63592617128542460E-03 -9.75672394081503191E-03
+ -9.87902560560820556E-03 -1.00028494885596054E-02 -1.01282141203838331E-02
+ -1.02551382413663232E-02 -1.03836408031031009E-02 -1.05137409702284919E-02
+ -1.06454581221293240E-02 -1.07788118546436589E-02 -1.09138219817430070E-02
+ -1.10505085371961926E-02 -1.11888917762128139E-02 -1.13289921770650150E-02
+ -1.14708304426855059E-02 -1.16144275022394168E-02 -1.17598045126686476E-02
+ -1.19069828602061754E-02 -1.20559841618577430E-02 -1.22068302668494975E-02
+ -1.23595432580382546E-02 -1.25141454532818903E-02 -1.26706594067682084E-02
+ -1.28291079102981105E-02 -1.29895139945207794E-02 -1.31519009301187036E-02
+ -1.33162922289375377E-02 -1.34827116450589660E-02 -1.36511831758133681E-02
+ -1.38217310627268830E-02 -1.39943797924011269E-02 -1.41691540973212550E-02
+ -1.43460789565867958E-02 -1.45251795965632927E-02 -1.47064814914495082E-02
+ -1.48900103637541019E-02 -1.50757921846799234E-02 -1.52638531744091199E-02
+ -1.54542198022830056E-02 -1.56469187868746758E-02 -1.58419770959455676E-02
+ -1.60394219462804237E-02 -1.62392808033981727E-02 -1.64415813811274979E-02
+ -1.66463516410430314E-02 -1.68536197917578297E-02 -1.70634142880592664E-02
+ -1.72757638298854377E-02 -1.74906973611357180E-02 -1.77082440683008317E-02
+ -1.79284333789112085E-02 -1.81512949597937845E-02 -1.83768587151223219E-02
+ -1.86051547842606205E-02 -1.88362135393852909E-02 -1.90700655828730664E-02
+ -1.93067417444526442E-02 -1.95462730781030061E-02 -1.97886908586844684E-02
+ -2.00340265783025342E-02 -2.02823119423802649E-02 -2.05335788654289093E-02
+ -2.07878594665149297E-02 -2.10451860643930400E-02 -2.13055911722998224E-02
+ -2.15691074924019774E-02 -2.18357679098632150E-02 -2.21056054865304240E-02
+ -2.23786534542262452E-02 -2.26549452076085824E-02 -2.29345142966033491E-02
+ -2.32173944183881667E-02 -2.35036194088867542E-02 -2.37932232337851636E-02
+ -2.40862399790353759E-02 -2.43827038408086713E-02 -2.46826491149133229E-02
+ -2.49861101856265581E-02 -2.52931215139112070E-02 -2.56037176250312956E-02
+ -2.59179330954992411E-02 -2.62358025393375632E-02 -2.65573605936653273E-02
+ -2.68826419035228525E-02 -2.72116811059365041E-02 -2.75445128132217713E-02
+ -2.78811715954219129E-02 -2.82216919619065129E-02 -2.85661083421073388E-02
+ -2.89144550652789857E-02 -2.92667663393318053E-02 -2.96230762286839137E-02
+ -2.99834186310206224E-02 -3.03478272530289146E-02 -3.07163355850135072E-02
+ -3.10889768742974130E-02 -3.14657840974881600E-02 -3.18467899314668901E-02
+ -3.22320267230345806E-02 -3.26215264572993560E-02 -3.30153207246057442E-02
+ -3.34134406859895941E-02 -3.38159170372302476E-02 -3.42227799712412767E-02
+ -3.46340591388533334E-02 -3.50497836080228831E-02 -3.54699818211586249E-02
+ -3.58946815507015238E-02 -3.63239098529252319E-02 -3.67576930196216456E-02
+ -3.71960565278937894E-02 -3.76390249879202873E-02 -3.80866220883701173E-02
+ -3.85388705397625916E-02 -3.89957920155046059E-02 -3.94574070903439822E-02
+ -3.99237351765861850E-02 -4.03947944576424842E-02 -4.08706018187686287E-02
+ -4.13511727753548483E-02 -4.18365213981509790E-02 -4.23266602354688271E-02
+ -4.28216002326821804E-02 -4.33213506482187163E-02 -4.38259189663345872E-02
+ -4.43353108068697335E-02 -4.48495298310220905E-02 -4.53685776437265792E-02
+ -4.58924536926103716E-02 -4.64211551624924973E-02 -4.69546768663159642E-02
+ -4.74930111321424306E-02 -4.80361476852462776E-02 -4.85840735264558496E-02
+ -4.91367728059253148E-02 -4.96942266916114012E-02 -5.02564132337835409E-02
+ -5.08233072242066861E-02 -5.13948800497095390E-02 -5.19710995415183855E-02
+ -5.25519298183844547E-02 -5.31373311238760998E-02 -5.37272596590738227E-02
+ -5.43216674080859926E-02 -5.49205019576252326E-02 -5.55237063114712645E-02
+ -5.61312186967468582E-02 -5.67429723642723510E-02 -5.73588953830542758E-02
+ -5.79789104256540552E-02 -5.86029345477391203E-02 -5.92308789607198863E-02
+ -5.98626487945182056E-02 -6.04981428546532210E-02 -6.11372533710475841E-02
+ -6.17798657364811016E-02 -6.24258582394811093E-02 -6.30751017872396291E-02
+ -6.37274596180475439E-02 -6.43827870081889603E-02 -6.50409309668752850E-02
+ -6.57017299210035099E-02 -6.63650133941766085E-02 -6.70306016715898761E-02
+ -6.76983054555545805E-02 -6.83679255146718012E-02 -6.90392523167359246E-02
+ -6.97120656536140970E-02 -7.03861342584879424E-02 -7.10612154051135508E-02
+ -7.17370545007953164E-02 -7.24133846695957512E-02 -7.30899263166390201E-02
+ -7.37663866881013985E-02 -7.44424594184194405E-02 -7.51178240587355162E-02
+ -7.57921456030834356E-02 -7.64650739978860600E-02 -7.71362436341944679E-02
+ -7.78052728395440263E-02 -7.84717633484803417E-02 -7.91352997589722107E-02
+ -7.97954489897279989E-02 -8.04517597112086730E-02 -8.11037617675202521E-02
+ -8.17509655992897794E-02 -8.23928616357195859E-02 -8.30289196843980726E-02
+ -8.36585883201385883E-02 -8.42812942402410281E-02 -8.48964416258094351E-02
+ -8.55034114976685466E-02 -8.61015610388476960E-02 -8.66902229323113227E-02
+ -8.72687046862786336E-02 -8.78362879300392946E-02 -8.83922277345686319E-02
+ -8.89357519112471129E-02 -8.94660602896804880E-02 -8.99823240293666504E-02
+ -9.04836848981219466E-02 -9.09692545436735917E-02 -9.14381138063002502E-02
+ -9.18893119864443997E-02 -9.23218661255188061E-02 -9.27347603311581004E-02
+ -9.31269450478249827E-02 -9.34973363664832885E-02 -9.38448153757913545E-02
+ -9.41682274553368448E-02 -9.44663816378994575E-02 -9.47380500029206402E-02
+ -9.49819670182608100E-02 -9.51968289832309661E-02 -9.53812934850299249E-02
+ -9.55339788216955088E-02 -9.56534635589806892E-02 -9.57382860759942583E-02
+ -9.57869441098075786E-02 -9.57978944641379587E-02 -9.57695526775640266E-02
+ -9.57002927390366437E-02 -9.55884469908876849E-02 -9.54323059621633579E-02
+ -9.52301183139660362E-02 -9.49800909831034351E-02 -9.46803892348686144E-02
+ -9.43291369071797836E-02 -9.39244168443023053E-02 -9.34642712381920371E-02
+ -9.29467022485046673E-02 -9.23696727820104285E-02 -9.17311072055453508E-02
+ -9.10288924266105942E-02 -9.02608790825002449E-02 -8.94248827211261837E-02
+ -8.85186854334693157E-02 -8.75400375261674718E-02 -8.64866592794391875E-02
+ -8.53562432263685195E-02 -8.41464563940224758E-02 -8.28549427593143067E-02
+ -8.14793262696057730E-02 -8.00172137503373654E-02 -7.84661981883988113E-02
+ -7.68238625821891785E-02 -7.50877836281184929E-02 -7.32555359637782622E-02
+ -7.13246969236299710E-02 -6.92928511306781653E-02 -6.71575958215567537E-02
+ -6.49165465746818632E-02 -6.25673429344721366E-02 -6.01076549204750121E-02
+ -5.75351897825675043E-02 -5.48476987725625559E-02 -5.20429849056901067E-02
+ -4.91189107780475240E-02 -4.60734065719294664E-02 -4.29044790852614669E-02
+ -3.96102206171916049E-02 -3.61888182429687538E-02 -3.26385640516924161E-02
+ -2.89578650620649219E-02 -2.51452537229543173E-02 -2.11993991994271561E-02
+ -1.71191182156910475E-02 -1.29033866187720850E-02 -8.55135143032002831E-03
+ -4.06234241482942172E-03  5.64115624681826465E-04  5.32829044445862210E-03
+  1.02302304267029055E-02  1.52697520925953751E-02  2.04464279228745889E-02
+  2.57595746361376846E-02  3.12082413039185755E-02  3.67911981560183482E-02
+  4.25069259233214966E-02  4.83536056363325709E-02  5.43291093986034146E-02
+  6.04309919811610030E-02  6.66564836858002524E-02  7.30024843229312992E-02
+  7.94655586215283066E-02  8.60419338051710142E-02  9.27274982874327497E-02
+  9.95178028370003187E-02  1.06408064680268269E-01  1.13393172700031131E-01
+  1.20467696565523058E-01  1.27625899178306274E-01  1.34861750317401191E-01
+  1.42168945961744869E-01  1.49540930617063805E-01  1.56970921209773712E-01
+  1.64451938357521615E-01  1.71976839347625837E-01  1.79538353350173013E-01
+  1.87129125053664164E-01  1.94741757482864264E-01  2.02368857796185492E-01
+  2.10003090934259617E-01  2.17637228537426369E-01  2.25264200943390253E-01
+  2.32877153480555238E-01  2.40469492619052982E-01  2.48034933056059365E-01
+  2.55567540941791349E-01  2.63061759610941137E-01  2.70512428984826803E-01
+  2.77914786857678509E-01  2.85264441678307279E-01  2.92557322321042534E-01
+  2.99789588747563063E-01  3.06957495423990978E-01  3.14057332032474767E-01
+  3.21085428010634777E-01  3.28038153584313652E-01  3.34911922082242797E-01
+  3.41703190901690990E-01  3.48408462368483218E-01  3.55024285074583335E-01
+  3.61547253910420141E-01  3.67974010246560235E-01  3.74301242164923609E-01
+  3.80525683698434092E-01  3.86644114273658634E-01  3.92653357927008617E-01
+  3.98550281986529642E-01  4.04331795857880427E-01  4.09994849553595386E-01
+  4.15536432150787116E-01  4.20953570185844006E-01  4.26243326022550495E-01
+  4.31402796498459029E-01  4.36429111355903843E-01  4.41319432073312423E-01
+  4.46070951132347404E-01  4.50680890995018346E-01  4.55146503979427686E-01
+  4.59465072512486639E-01  4.63633909129214428E-01  4.67650357792563420E-01
+  4.71511795349538632E-01  4.75215632888328909E-01  4.78759318635456455E-01
+  4.82140340652395083E-01  4.85356229679228701E-01  4.88404563481571130E-01
+  4.91282970662605956E-01  4.93989134904091964E-01  4.96520800459341383E-01
+  4.98875776834014961E-01  5.01051944177135500E-01  5.03047259529653346E-01
+  5.04859762066602880E-01  5.06487579311747371E-01  5.07928933735175780E-01
+  5.09182148245715616E-01  5.10245652888467904E-01  5.11117991409514638E-01
+  5.11797826726838712E-01  5.12283947790363015E-01  5.12575275770981054E-01
+  5.12670869307184640E-01  5.12569931229859721E-01  5.12271814081253329E-01
+  5.11776025004432200E-01  5.11082232054370866E-01  5.10190268806666736E-01
+  5.09100138803906144E-01  5.07812021198675634E-01  5.06326274258131814E-01
+  5.04643439316899145E-01  5.02764245507604346E-01  5.00689612020529418E-01
+  4.98420651528065806E-01  4.95958673758584156E-01  4.93305186436265808E-01
+  4.90461898130810148E-01  4.87430720428694453E-01  4.84213767560515262E-01
+  4.80813358587280082E-01  4.77232017927742336E-01  4.73472473779634861E-01
+  4.69537659475238345E-01  4.65430712164546789E-01  4.61154970204656678E-01
+  4.56713973447800514E-01  4.52111459955859663E-01  4.47351362537955655E-01
+  4.42437807714844422E-01  4.37375110418404656E-01  4.32167769839420457E-01
+  4.26820466811322685E-01  4.21338056546783635E-01  4.15725563913439955E-01
+  4.09988179000159381E-01  4.04131248061120329E-01  3.98160268267802819E-01
+  3.92080881266077486E-01  3.85898862632165607E-01  3.79620116057903689E-01
+  3.73250664780958918E-01  3.66796639996745999E-01  3.60264274322649958E-01
+  3.53659891124891657E-01  3.46989892386940668E-01  3.40260751255176741E-01
+  3.33478999457009984E-01  3.26651215085525026E-01  3.19784014084513624E-01
+  3.12884036100386675E-01  3.05957932576884251E-01  2.99012357122975414E-01
+  2.92053950287342712E-01  2.85089328267429110E-01  2.78125072212436319E-01
+  2.71167712541813821E-01  2.64223718467508639E-01  2.57299486409658273E-01
+  2.50401324584023033E-01  2.43535443425799608E-01  2.36707943431123169E-01
+  2.29924800790725026E-01  2.23191858700141382E-01  2.16514815109533493E-01
+  2.09899210090368132E-01  2.03350418017742340E-01  1.96873635838806432E-01
+  1.90473872667791894E-01  1.84155942911445492E-01  1.77924455710422119E-01
+  1.71783807054927407E-01  1.65738174009963407E-01  1.59791505968196301E-01
+  1.53947519378980741E-01  1.48209693303514661E-01  1.42581263034459643E-01
+  1.37065217357103725E-01  1.31664295715027774E-01  1.26380984598183310E-01
+  1.21217517127851879E-01  1.16175872132432481E-01  1.11257773483571021E-01
+  1.06464691735990505E-01  1.01797845395349792E-01  9.72582030964503491E-02
+  9.28464870604898407E-02  8.85631767395475555E-02  8.44085134727158570E-02
+  8.03825055821472401E-02  7.64849344197167796E-02  7.27153609596456335E-02
+  6.90731323966065069E-02  6.55573904295144588E-02  6.21670791642975409E-02
+  5.89009530959725761E-02  5.57575872592162222E-02  5.27353858263111680E-02
+  4.98325913478026850E-02  4.70472961990263602E-02  4.43774513593341857E-02
+  4.18208767502534842E-02  3.93752732384491724E-02  3.70382312558346360E-02
+  3.48072419830242341E-02  3.26797091202290363E-02  3.06529571580391839E-02
+  2.87242430510762058E-02  2.68907670449307842E-02  2.51496805005029279E-02
+  2.34980976247958044E-02  2.19331047981129179E-02  2.04517679120907424E-02
+  1.90511436717909002E-02  1.77282870765812679E-02  1.64802582573221439E-02
+  1.53041328442790024E-02  1.41970074863579342E-02  1.31560061732200074E-02
+  1.21782891812960564E-02  1.12610567405879349E-02  1.04015548056948983E-02
+  9.59708215921085440E-03  8.84499252305501887E-03  8.14269967792300396E-03
+                              </PP_PSWFC.2>
+ <PP_PSWFC.3 type="real" size="   969" l="1" columns="3">
+  1.51707014944634384E-08  1.55547496283378237E-08  1.59485199868598342E-08
+  1.63522586893105447E-08  1.67662180855099937E-08  1.71906569135438051E-08
+  1.76258404614830583E-08  1.80720407331978510E-08  1.85295366183685272E-08
+  1.89986140668009056E-08  1.94795662671539835E-08  1.99726938301924443E-08
+  2.04783049766781698E-08  2.09967157300180831E-08  2.15282501137892675E-08
+  2.20732403542638661E-08  2.26320270880614883E-08  2.32049595750580978E-08
+  2.37923959166846542E-08  2.43947032797523002E-08  2.50122581259433028E-08
+  2.56454464471118723E-08  2.62946640065415663E-08  2.69603165863101406E-08
+  2.76428202409166250E-08  2.83426015573285578E-08  2.90600979216128761E-08
+  2.97957577923162695E-08  3.05500409807662463E-08  3.13234189384682576E-08
+  3.21163750517778849E-08  3.29294049440330689E-08  3.37630167853347310E-08
+  3.46177316101694178E-08  3.54940836430728962E-08  3.63926206325374623E-08
+  3.73139041933726273E-08  3.82585101577324319E-08  3.92270289350291224E-08
+  4.02200658809583271E-08  4.12382416758654979E-08  4.22821927126914400E-08
+  4.33525714947382828E-08  4.44500470435051303E-08  4.55753053168483216E-08
+  4.67290496377267055E-08  4.79120011338014763E-08  4.91248991881641497E-08
+  5.03685019014747482E-08  5.16435865657993768E-08  5.29509501504423020E-08
+  5.42914098000778025E-08  5.56658033454918322E-08  5.70749898272529144E-08
+  5.85198500326407082E-08  6.00012870461657222E-08  6.15202268140265319E-08
+  6.30776187228557415E-08  6.46744361931171797E-08  6.63116772875251335E-08
+  6.79903653348650947E-08  6.97115495696074896E-08  7.14763057877126811E-08
+  7.32857370190377909E-08  7.51409742167663019E-08  7.70431769642892934E-08
+  7.89935341999824699E-08  8.09932649603307715E-08  8.30436191418649757E-08
+  8.51458782823873853E-08  8.73013563619734449E-08  8.95114006242513658E-08
+  9.17773924184726251E-08  9.41007480628989353E-08  9.64829197300471508E-08
+  9.89253963543421793E-08  1.01429704562749341E-07  1.03997409628964543E-07
+  1.06630116451759907E-07  1.09329470558097406E-07  1.12097159131634276E-07
+  1.14934912067267348E-07  1.17844503052371880E-07  1.20827750675412341E-07
+  1.23886519562618664E-07  1.27022721543435407E-07  1.30238316845476722E-07
+  1.33535315319730124E-07  1.36915777696776917E-07  1.40381816874814821E-07
+  1.43935599240284560E-07  1.47579346021930489E-07  1.51315334679138863E-07
+  1.55145900325420833E-07  1.59073437187933273E-07  1.63100400103944144E-07
+  1.67229306055184534E-07  1.71462735741040032E-07  1.75803335191569339E-07
+  1.80253817421356690E-07  1.84816964125228959E-07  1.89495627416903649E-07
+  1.94292731611647767E-07  1.99211275054066577E-07  2.04254331992163447E-07
+  2.09425054498838662E-07  2.14726674442033669E-07  2.20162505504749516E-07
+  2.25735945256200351E-07  2.31450477275401283E-07  2.37309673328510694E-07
+  2.43317195601295587E-07  2.49476798988111009E-07  2.55792333438823400E-07
+  2.62267746365149876E-07  2.68907085107909567E-07  2.75714499466736422E-07
+  2.82694244293831695E-07  2.89850682153375648E-07  2.97188286048264896E-07
+  3.04711642215873554E-07  3.12425452994592299E-07  3.20334539762932063E-07
+  3.28443845953031834E-07  3.36758440140454750E-07  3.45283519212198256E-07
+  3.54024411614906483E-07  3.62986580685309560E-07  3.72175628064972732E-07
+  3.81597297201491686E-07  3.91257476938315862E-07  4.01162205195453413E-07
+  4.11317672743349741E-07  4.21730227072302714E-07  4.32406376359834659E-07
+  4.43352793538490638E-07  4.54576320466621163E-07  4.66083972204743332E-07
+  4.77882941400158656E-07  4.89980602782571527E-07  5.02384517773503291E-07
+  5.15102439212405588E-07  5.28142316202407152E-07  5.41512299078732200E-07
+  5.55220744502897718E-07  5.69276220685861873E-07  5.83687512743402101E-07
+  5.98463628187063790E-07  6.13613802554108759E-07  6.29147505179990049E-07
+  6.45074445116948273E-07  6.61404577202444593E-07  6.78148108281210849E-07
+  6.95315503584811930E-07  7.12917493272707147E-07  7.30965079138890140E-07
+  7.49469541488315900E-07  7.68442446187398677E-07  7.87895651892991163E-07
+  8.07841317464371387E-07  8.28291909562846144E-07  8.49260210443757428E-07
+  8.70759325945725980E-07  8.92802693682148854E-07  9.15404091440067784E-07
+  9.38577645791628745E-07  9.62337840923578176E-07  9.86699527690237083E-07
+  1.01167793289567104E-06  1.03728866881083688E-06  1.06354774293162976E-06
+  1.09047156798399147E-06  1.11807697218225528E-06  1.14638120974720426E-06
+  1.17540197169038591E-06  1.20515739687140458E-06  1.23566608333517769E-06
+  1.26694709993612976E-06  1.29901999825668898E-06  1.33190482482749405E-06
+  1.36562213365691537E-06  1.40019299907781360E-06  1.43563902891945339E-06
+  1.47198237801289107E-06  1.50924576203824573E-06  1.54745247172247132E-06
+  1.58662638739660040E-06  1.62679199392143982E-06  1.66797439599113033E-06
+  1.71019933382411813E-06  1.75349319925128738E-06  1.79788305221143754E-06
+  1.84339663766423686E-06  1.89006240293139606E-06  1.93790951547679401E-06
+  1.98696788113666416E-06  2.03726816281134817E-06  2.08884179963012594E-06
+  2.14172102660124940E-06  2.19593889475940979E-06  2.25152929182314917E-06
+  2.30852696337530937E-06  2.36696753457955786E-06  2.42688753244667911E-06
+  2.48832440866455874E-06  2.55131656300600004E-06  2.61590336732920005E-06
+  2.68212519018568256E-06  2.75002342205121074E-06  2.81964050119539603E-06
+  2.89101994020612023E-06  2.96420635318549344E-06  3.03924548363414051E-06
+  3.11618423304143113E-06  3.19507069019942575E-06  3.27595416125879240E-06
+  3.35888520054572452E-06  3.44391564215876061E-06  3.53109863236556764E-06
+  3.62048866281980259E-06  3.71214160461870393E-06  3.80611474322298109E-06
+  3.90246681426051643E-06  4.00125804023642676E-06  4.10255016817245081E-06
+  4.20640650819900231E-06  4.31289197312425828E-06  4.42207311900477217E-06
+  4.53401818674313401E-06  4.64879714473858317E-06  4.76648173261721791E-06
+  4.88714550606928632E-06  5.01086388282126347E-06  5.13771418977179151E-06
+  5.26777571132075727E-06  5.40112973892156754E-06  5.53785962188804026E-06
+  5.67805081948707984E-06  5.82179095435011928E-06  5.96916986723662842E-06
+  6.12027967318359178E-06  6.27521481907660242E-06  6.43407214267802013E-06
+  6.59695093314932799E-06  6.76395299310554709E-06  6.93518270224035432E-06
+  7.11074708256166655E-06  7.29075586527857138E-06  7.47532155938132935E-06
+  7.66455952195717801E-06  7.85858803028611885E-06  8.05752835576159865E-06
+  8.26150483968207317E-06  8.47064497096131476E-06  8.68507946580552369E-06
+  8.90494234940714360E-06  9.13037103970678753E-06  9.36150643327497231E-06
+  9.59849299336781387E-06  9.84147884021170660E-06  1.00906158435728623E-05
+  1.03460597176701947E-05  1.06079701184905483E-05  1.08765107435668485E-05
+  1.11518494342820400E-05  1.14341582807622839E-05  1.17236137294249768E-05
+  1.20203966932490674E-05  1.23246926648364319E-05  1.26366918323344599E-05
+  1.29565891982932375E-05  1.32845847015308060E-05  1.36208833420824453E-05
+  1.39656953093132173E-05  1.43192361132723864E-05  1.46817267193724036E-05
+  1.50533936864771471E-05  1.54344693084842947E-05  1.58251917594914493E-05
+  1.62258052426366705E-05  1.66365601427050818E-05  1.70577131825985041E-05
+  1.74895275837651899E-05  1.79322732306889765E-05  1.83862268395423009E-05
+  1.88516721311072336E-05  1.93289000080722720E-05  1.98182087368167945E-05
+  2.03199041337961412E-05  2.08342997566424822E-05  2.13617171001033759E-05
+  2.19024857969384071E-05  2.24569438238988505E-05  2.30254377129218982E-05
+  2.36083227676682225E-05  2.42059632855387237E-05  2.48187327853117004E-05
+  2.54470142405383365E-05  2.60912003188451244E-05  2.67516936272932147E-05
+  2.74289069639441487E-05  2.81232635757930188E-05  2.88351974232290141E-05
+  2.95651534511856121E-05  3.03135878671541794E-05  3.10809684262321174E-05
+  3.18677747233815146E-05  3.26744984930855002E-05  3.35016439165861723E-05
+  3.43497279368938676E-05  3.52192805817706499E-05  3.61108452948839933E-05
+  3.70249792753371071E-05  3.79622538257942793E-05  3.89232547094107962E-05
+  3.99085825157922397E-05  4.09188530362176756E-05  4.19546976483503565E-05
+  4.30167637106827842E-05  4.41057149669648422E-05  4.52222319608565845E-05
+  4.63670124610750576E-05  4.75407718972980825E-05  4.87442438070888022E-05
+  4.99781802941313106E-05  5.12433524980590458E-05  5.25405510761595604E-05
+  5.38705866972735451E-05  5.52342905481841042E-05  5.66325148528079995E-05
+  5.80661334045305349E-05  5.95360421119980120E-05  6.10431595587108261E-05
+  6.25884275767813858E-05  6.41728118351939000E-05  6.57973024429404501E-05
+  6.74629145674214683E-05  6.91706890684737520E-05  7.09216931484340433E-05
+  7.27170210186527897E-05  7.45577945828463897E-05  7.64451641377366503E-05
+  7.83803090914153772E-05  8.03644386998536711E-05  8.23987928220488899E-05
+  8.44846426942675693E-05  8.66232917238417933E-05  8.88160763030592195E-05
+  9.10643666436226017E-05  9.33695676321864463E-05  9.57331197075519762E-05
+  9.81564997600186062E-05  1.00641222053458345E-04  1.03188839170728961E-04
+  1.05800942982958344E-04  1.08479165643323428E-04  1.11225180605977229E-04
+  1.14040703670693870E-04  1.16927494053920212E-04  1.19887355486922735E-04
+  1.22922137341641179E-04  1.26033735785011780E-04  1.29224094962479660E-04
+  1.32495208211360829E-04  1.35849119304902878E-04  1.39287923727780257E-04
+  1.42813769983755537E-04  1.46428860936437743E-04  1.50135455183890334E-04
+  1.53935868467909630E-04  1.57832475118977015E-04  1.61827709537660093E-04
+  1.65924067713390687E-04  1.70124108781683191E-04  1.74430456620605092E-04
+  1.78845801487544965E-04  1.83372901697391347E-04  1.88014585342984931E-04
+  1.92773752059020832E-04  1.97653374830554453E-04  2.02656501847033553E-04
+  2.07786258403185899E-04  2.13045848847933083E-04  2.18438558582343003E-04
+  2.23967756108112419E-04  2.29636895127742214E-04  2.35449516697553872E-04
+  2.41409251435180096E-04  2.47519821782697094E-04  2.53785044326697556E-04
+  2.60208832177088849E-04  2.66795197405763674E-04  2.73548253546657117E-04
+  2.80472218159078727E-04  2.87571415455474197E-04  2.94850278995386890E-04
+  3.02313354447561759E-04  3.09965302421388758E-04  3.17810901369754140E-04
+  3.25855050565236246E-04  3.34102773150947853E-04  3.42559219268402952E-04
+  3.51229669264295128E-04  3.60119536977654452E-04  3.69234373110085114E-04
+  3.78579868680873201E-04  3.88161858568673878E-04  3.97986325142787336E-04
+  4.08059401985691591E-04  4.18387377708866995E-04  4.28976699865198693E-04
+  4.39833978959471201E-04  4.50965992559449456E-04  4.62379689510993344E-04
+  4.74082194258615289E-04  4.86080811274551127E-04  4.98383029599792590E-04
+  5.10996527498493126E-04  5.23929177229473086E-04  5.37189049938121979E-04
+  5.50784420670249954E-04  5.64723773512309591E-04  5.79015806860998477E-04
+  5.93669438824084069E-04  6.08693812757598088E-04  6.24098302941978700E-04
+  6.39892520399492357E-04  6.56086318858756300E-04  6.72689800868408018E-04
+  6.89713324062997358E-04  7.07167507587442104E-04  7.25063238681521128E-04
+  7.43411679428530067E-04  7.62224273674656327E-04  7.81512754120081967E-04
+  8.01289149587279146E-04  8.21565792472854061E-04  8.42355326383718806E-04
+  8.63670713964639664E-04  8.85525244922837507E-04  9.07932544250589549E-04
+  9.30906580654529132E-04  9.54461675196259345E-04  9.78612510145807123E-04
+  1.00337413805827360E-03  1.02876199107688159E-03  1.05479189046500535E-03
+  1.08148005637907405E-03  1.10884311788380947E-03  1.13689812321413129E-03
+  1.16566255029669605E-03  1.19515431753067767E-03  1.22539179483468260E-03
+  1.25639381497295258E-03  1.28817968515892198E-03  1.32076919894631565E-03
+  1.35418264841997678E-03  1.38844083668360034E-03  1.42356509065840039E-03
+  1.45957727420272963E-03  1.49649980154985783E-03  1.53435565108205182E-03
+  1.57316837944764605E-03  1.61296213601946838E-03  1.65376167771688425E-03
+  1.69559238419374290E-03  1.73848027339316481E-03  1.78245201749502530E-03
+  1.82753495925322136E-03  1.87375712872802172E-03  1.92114726044162270E-03
+  1.96973481094851223E-03  2.01954997683248712E-03  2.07062371315815943E-03
+  2.12298775236404282E-03  2.17667462361734567E-03  2.23171767265505517E-03
+  2.28815108209549228E-03  2.34600989225024681E-03  2.40533002245446343E-03
+  2.46614829289924092E-03  2.52850244700649060E-03  2.59243117435446107E-03
+  2.65797413414025924E-03  2.72517197923011602E-03  2.79406638079283129E-03
+  2.86470005350919705E-03  2.93711678141692469E-03  3.01136144437160261E-03
+  3.08748004512782517E-03  3.16551973710487095E-03  3.24552885280206043E-03
+  3.32755693288490405E-03  3.41165475600432953E-03  3.49787436930133018E-03
+  3.58626911963973345E-03  3.67689368561912580E-03  3.76980411031195691E-03
+  3.86505783479279075E-03  3.96271373249263391E-03  4.06283214432041993E-03
+  4.16547491464687274E-03  4.27070542815561997E-03  4.37858864751020788E-03
+  4.48919115195864620E-03  4.60258117684464018E-03  4.71882865399094690E-03
+  4.83800525309840707E-03  4.96018442408819715E-03  5.08544144038299527E-03
+  5.21385344328099444E-03  5.34549948730819301E-03  5.48046058658947181E-03
+  5.61881976238402196E-03  5.76066209163555391E-03  5.90607475663470181E-03
+  6.05514709590873699E-03  6.20797065616633236E-03  6.36463924546093029E-03
+  6.52524898763374561E-03  6.68989837785857657E-03  6.85868833952291753E-03
+  7.03172228242866793E-03  7.20910616215138418E-03  7.39094854086142297E-03
+  7.57736064949107550E-03  7.76845645113230596E-03  7.96435270602297886E-03
+  8.16516903789229857E-03  8.37102800163107980E-03  8.58205515266759721E-03
+  8.79837911770570309E-03  9.02013166691087269E-03  9.24744778789581348E-03
+  9.48046576106935206E-03  9.71932723658476376E-03  9.96417731315151628E-03
+  1.02151646182141991E-02  1.04724413899091734E-02  1.07361635609120477E-02
+  1.10064908436661134E-02  1.12835868175879834E-02  1.15676190181500990E-02
+  1.18587590273767970E-02  1.21571825665280873E-02  1.24630695906013406E-02
+  1.27766043843118345E-02  1.30979756604630935E-02  1.34273766600318169E-02
+  1.37650052538477730E-02  1.41110640468268614E-02  1.44657604837806208E-02
+  1.48293069570022557E-02  1.52019209164958955E-02  1.55838249816289773E-02
+  1.59752470548061680E-02  1.63764204377839888E-02  1.67875839492530564E-02
+  1.72089820447439250E-02  1.76408649390623305E-02  1.80834887298510390E-02
+  1.85371155238194564E-02  1.90020135652673589E-02  1.94784573656347978E-02
+  1.99667278360737589E-02  2.04671124219482255E-02  2.09799052383339603E-02
+  2.15054072088522730E-02  2.20439262059369326E-02  2.25957771921963119E-02
+  2.31612823652962187E-02  2.37407713036794435E-02  2.43345811136310951E-02
+  2.49430565798377107E-02  2.55665503161356007E-02  2.62054229180015974E-02
+  2.68600431182485916E-02  2.75307879422446479E-02  2.82180428653979361E-02
+  2.89222019732527195E-02  2.96436681204709229E-02  3.03828530926831576E-02
+  3.11401777700187239E-02  3.19160722889750767E-02  3.27109762077550936E-02
+  3.35253386719957525E-02  3.43596185784719177E-02  3.52142847427188779E-02
+  3.60898160654119227E-02  3.69867016966609410E-02  3.79054412043032668E-02
+  3.88465447390601085E-02  3.98105331979179272E-02  4.07979383910051369E-02
+  4.18093032033033454E-02  4.28451817552354605E-02  4.39061395655447120E-02
+  4.49927537069320371E-02  4.61056129615031868E-02  4.72453179765027834E-02
+  4.84124814108019622E-02  4.96077280822796521E-02  5.08316951126147401E-02
+  5.20850320610650869E-02  5.33684010601433723E-02  5.46824769449311063E-02
+  5.60279473700778310E-02  5.74055129292468866E-02  5.88158872635813484E-02
+  6.02597971573114247E-02  6.17379826353428307E-02  6.32511970446527072E-02
+  6.48002071231701254E-02  6.63857930686645864E-02  6.80087485859574292E-02
+  6.96698809227398463E-02  7.13700109016718598E-02  7.31099729252732422E-02
+  7.48906149711433544E-02  7.67127985777848881E-02  7.85773987979493244E-02
+  8.04853041442766398E-02  8.24374165178035495E-02  8.44346510993933819E-02
+  8.64779362350723280E-02  8.85682132944666523E-02  9.07064364887674029E-02
+  9.28935726829446112E-02  9.51306011694948300E-02  9.74185134001762515E-02
+  9.97583127097535771E-02  1.02151013988638725E-01  1.04597643313992586E-01
+  1.07099237567022762E-01  1.09656843986274982E-01  1.12271519681510973E-01
+  1.14944331124000612E-01  1.17676353560225974E-01  1.20468670389412655E-01
+  1.23322372503509817E-01  1.26238557539064461E-01  1.29218329096343815E-01
+  1.32262795902818336E-01  1.35373070878998802E-01  1.38550270173702250E-01
+  1.41795512121905720E-01  1.45109916098473457E-01  1.48494601340256160E-01
+  1.51950685666291996E-01  1.55479284091573633E-01  1.59081507402323880E-01
+  1.62758460604199184E-01  1.66511241265746207E-01  1.70340937809291743E-01
+  1.74248627650821497E-01  1.78235375239584798E-01  1.82302230023849932E-01
+  1.86450224244377238E-01  1.90680370633284108E-01  1.94993660011222147E-01
+  1.99391058695227552E-01  2.03873505816536654E-01  2.08441910503852024E-01
+  2.13097148865975888E-01  2.17840060885041598E-01  2.22671447139808021E-01
+  2.27592065324009607E-01  2.32602626668822643E-01  2.37703792161107763E-01
+  2.42896168559797981E-01  2.48180304300009341E-01  2.53556685164863682E-01
+  2.59025729763420587E-01  2.64587784870814358E-01  2.70243120518342927E-01
+  2.75991924898398799E-01  2.81834299100950980E-01  2.87770251595270365E-01
+  2.93799692531437062E-01  2.99922427843756279E-01  3.06138153109516920E-01
+  3.12446447224000112E-01  3.18846765857264292E-01  3.25338434690896627E-01
+  3.31920642455713732E-01  3.38592433751147337E-01  3.45352701679969176E-01
+  3.52200180257460138E-01  3.59133436633857883E-01  3.66150863169111107E-01
+  3.73250669252720824E-01  3.80430873009578563E-01  3.87689292883629688E-01
+  3.95023538951187914E-01  4.02431004239062418E-01  4.09908855921040538E-01
+  4.17454026265303424E-01  4.25063203751816054E-01  4.32732824031657359E-01
+  4.40459060723681739E-01  4.48237816584981019E-01  4.56064714444359698E-01
+  4.63935088156937236E-01  4.71843974154993517E-01  4.79786102648816770E-01
+  4.87755889162391432E-01  4.95747426868038299E-01  5.03754478458100730E-01
+  5.11770468819408575E-01  5.19788478630491713E-01  5.27801237454936678E-01
+  5.35801118253935726E-01  5.43780132816717998E-01  5.51729926796843073E-01
+  5.59641776911602440E-01  5.67506588886623198E-01  5.75314895346580091E-01
+  5.83056856699865067E-01  5.90722262405162346E-01  5.98300532837152343E-01
+  6.05780724986208163E-01  6.13151538001389773E-01  6.20401320368539899E-01
+  6.27518081644553027E-01  6.34489503399713217E-01  6.41302953250943442E-01
+  6.47945503866896422E-01  6.54403950624244612E-01  6.60664834193027795E-01
+  6.66714467971146640E-01  6.72538963969869452E-01  6.78124265660883241E-01
+  6.83456184886845564E-01  6.88520437574490218E-01  6.93302688410554313E-01
+  6.97788598076534816E-01  7.01963870303911164E-01  7.05814309572493359E-01
+  7.09325879175807916E-01  7.12484760815254692E-01  7.15277425806998712E-01
+  7.17690703949452891E-01  7.19711856187479126E-01  7.21328658673127898E-01
+  7.22529481605926005E-01  7.23303374343583272E-01  7.23640159995732279E-01
+  7.23530522245645069E-01  7.22966100452095750E-01  7.21939590261600039E-01
+  7.20444834721629013E-01  7.18476924189224486E-01  7.16032295916342987E-01
+  7.13108823152566518E-01  7.09705911146424340E-01  7.05824585685669303E-01
+  7.01467570375425176E-01  6.96639365742531824E-01  6.91346313379287314E-01
+  6.85596647287318506E-01  6.79400538416926825E-01  6.72770117682745639E-01
+  6.65719482571720422E-01  6.58264685237777147E-01  6.50423694889538107E-01
+  6.42216336770256357E-01  6.33664199873766876E-01  6.24790518343970813E-01
+  6.15620018573318495E-01  6.06178725599980539E-01  5.96493746705670347E-01
+  5.86593007995238502E-01  5.76504950801889127E-01  5.66258213849649250E-01
+  5.55881260360569063E-01  5.45401984275294183E-01  5.34847319432291801E-01
+  5.24242803567685156E-01  5.13612170529787249E-01  5.02976981377976640E-01
+  4.92356261264903061E-01  4.81766257147523469E-01  4.71220312203564806E-01
+  4.60728874646066933E-01  4.50299781534479915E-01  4.39938824646007642E-01
+  4.29650733631096682E-01  4.19440107443438959E-01  4.09311439880199024E-01
+  3.99269119534783723E-01  3.89317425237600212E-01  3.79460521150679353E-01
+  3.69702452065144627E-01  3.60047140103261054E-01  3.50498379897500933E-01
+  3.41059834512330073E-01  3.31735032140437036E-01  3.22527361706779925E-01
+  3.13440069439243518E-01  3.04476255710464605E-01  2.95638871345326404E-01
+  2.86930714823315780E-01  2.78354429504472034E-01  2.69912500884562978E-01
+  2.61607254426113378E-01  2.53440853465753180E-01  2.45415297592581960E-01
+  2.37532421141683409E-01  2.29793892104383363E-01  2.22201211698645762E-01
+  2.14755713611343546E-01  2.07458564197745859E-01  2.00310763194304575E-01
+  1.93313143828612199E-01  1.86466374498235526E-01  1.79770960464058216E-01
+  1.73227244939961555E-01  1.66835412295011420E-01  1.60595490472731195E-01
+  1.54507353133511716E-01  1.48570724245678853E-01  1.42785180927167688E-01
+  1.37150156660169692E-01  1.31664946955341283E-01  1.26328712332993698E-01
+  1.21140482580983325E-01  1.16099163023647103E-01  1.11203537465388774E-01
+  1.06452273411465861E-01  1.01843928406891354E-01  9.73769529111960797E-02
+  9.30496963402569627E-02  8.88604130062093378E-02  8.48072649929354355E-02
+  8.08883288447892618E-02  7.71016007651270791E-02  7.34449996317864812E-02
+  6.99163741276447454E-02  6.65135070087729680E-02  6.32341184296459774E-02
+  6.00758732707539767E-02  5.70363844431553413E-02  5.41132166825783328E-02
+  5.13038937806410203E-02  4.86059010362542704E-02  4.60166896328453590E-02
+  4.35336834285867391E-02  4.11542807949581008E-02  3.88758595957357372E-02
+  3.66957832020695651E-02  3.46114020186641252E-02  3.26200589644514427E-02
+  3.07190944768482299E-02  2.89058479827496474E-02  2.71776637038256552E-02
+  2.55318945187468262E-02  2.39659035724953673E-02  2.24770701672422669E-02
+  2.10627924573288522E-02  1.97204893207199410E-02  1.84476060509257238E-02
+  1.72416159619619286E-02  1.61000225761037952E-02  1.50203648064381814E-02
+  1.40002176420679081E-02  1.30371946404456741E-02  1.21289522872602921E-02
+  1.12731900133513571E-02  1.04676528970199783E-02  9.71013495880958429E-03
+  8.99847877464841732E-03  8.33057822487259965E-03  7.70438061387380361E-03
+  7.11788608361628872E-03  6.56915022821678764E-03  6.05628504572735572E-03
+  5.57745829435067793E-03  5.13089579189222791E-03  4.71488130555635775E-03
+  4.32775593712769920E-03  3.96791994226971742E-03  3.63383173988950483E-03
+  3.32400736477098373E-03  3.03702167043811300E-03  2.77150668982569610E-03
+  2.52615115536347244E-03  2.29970098952239415E-03  2.09095727396918377E-03
+  1.89877579500223907E-03  1.72206680347192697E-03  1.55979282047592174E-03
+  1.41096814481822563E-03  1.27465795232524341E-03  1.14997610131538472E-03
+  1.03608454741223690E-03  9.32191910212818386E-04  8.37551385429273314E-04
+  7.51460028000544393E-04  6.73256945551495073E-04  6.02321378878396710E-04
+  5.38071833264866062E-04  4.79964066519751663E-04  4.27489365379715984E-04
+  3.80173524548774243E-04  3.37574786849568998E-04  2.99282318955278203E-04
+  2.64915056396571068E-04  2.34119729843248418E-04  2.06569523521990523E-04
+  1.81962830077096120E-04  1.60021454627768176E-04  1.40489432558982627E-04
+  1.23131756169626275E-04  1.07732803334768638E-04  9.40952949320890587E-05
+  8.20390565173464449E-05  7.13996858624719582E-05  6.20276347173521710E-05
+  5.37870596485523380E-05  4.65547209507367950E-05  4.02191774638430751E-05
+  3.46797658872094111E-05  2.98457104726122433E-05  2.56354225915828659E-05
+  2.19756311638187113E-05  1.88006759186208645E-05  1.60519053332445759E-05
+  1.36769650855726357E-05  1.16292449162111639E-05  9.86737105599008950E-06
+  8.35464479314228182E-06  7.05861478647951013E-06  5.95066014905209572E-06
+  5.00556129295078915E-06  4.20117336459898364E-06  3.51809382705342108E-06
+  2.93934361548115399E-06  2.45012111371948110E-06  2.03754544166717435E-06
+  1.69042565456068016E-06  1.39907810376345616E-06  1.15513468955390588E-06
+  9.51379785698699532E-07  7.81616842188986457E-07  6.40530005570678863E-07
+  5.23571474984700811E-07  4.26865833319892827E-07  3.47113639984820916E-07
+  2.81515207741216800E-07  2.27703515971504862E-07  1.83679283517953746E-07
+  1.47760414121500908E-07  1.18536187156297127E-07  9.48249031310836253E-08
+  7.56410407008695590E-08  6.01648869862655032E-08  4.77157365807914507E-08
+  3.77310109204267494E-08  2.97467549167079511E-08  2.33811694943644934E-08
+  1.83216342574477724E-08  1.43125970128185328E-08  1.11457416069597088E-08
+  8.65211351635993028E-09  6.69486050912333390E-09  5.16352465751539558E-09
+  3.96938494284391176E-09  3.04126228573938867E-09  2.32229473732900141E-09
+                              </PP_PSWFC.3>
+ <PP_PSWFC.4 type="real" size="   969" l="1" columns="3">
+  1.66475726205978058E-09  1.70690079384641422E-09  1.75011119427357466E-09
+  1.79441547125224720E-09  1.83984131640209067E-09  1.88641712235959202E-09
+  1.93417200052441304E-09  1.98313579925497387E-09  2.03333912252465133E-09
+  2.08481334905029346E-09  2.13759065190492753E-09  2.19170401862700458E-09
+  2.24718727183870340E-09  2.30407509038617425E-09  2.36240303101498668E-09
+  2.42220755059424334E-09  2.48352602890334245E-09  2.54639679199557797E-09
+  2.61085913615318179E-09  2.67695335244882000E-09  2.74472075192882662E-09
+  2.81420369143398476E-09  2.88544560007395495E-09  2.95849100637191132E-09
+  3.03338556609635552E-09  3.11017609079746194E-09  3.18891057706587415E-09
+  3.26963823653215810E-09  3.35240952662570837E-09  3.43727618211233214E-09
+  3.52429124743017982E-09  3.61350910984429590E-09  3.70498553344046935E-09
+  3.79877769397964723E-09  3.89494421463470262E-09  3.99354520263185281E-09
+  4.09464228681969807E-09  4.19829865618930516E-09  4.30457909936944204E-09
+  4.41355004512165637E-09  4.52527960386044260E-09  4.63983761022455294E-09
+  4.75729566672598486E-09  4.87772718850395201E-09  5.00120744921183952E-09
+  5.12781362806571355E-09  5.25762485808396931E-09  5.39072227554811187E-09
+  5.52718907071567916E-09  5.66711053981696583E-09  5.81057413836801066E-09
+  5.95766953583327720E-09  6.10848867167210336E-09  6.26312581280394438E-09
+  6.42167761252845208E-09  6.58424317093699283E-09  6.75092409685361439E-09
+  6.92182457134399714E-09  7.09705141283216414E-09  7.27671414386566608E-09
+  7.46092505957084848E-09  7.64979929784118389E-09  7.84345491130237312E-09
+  8.04201294109926212E-09  8.24559749255076272E-09  8.45433581271985271E-09
+  8.66835836994740870E-09  8.88779893539939482E-09  9.11279466667843789E-09
+  9.34348619355210644E-09  9.58001770585129477E-09  9.82253704359390488E-09
+  1.00711957893899686E-08  1.03261493631860081E-08  1.05875571194079945E-08
+  1.08555824465632728E-08  1.11303928693641672E-08  1.14121601534367440E-08
+  1.17010604126803341E-08  1.19972742193449334E-08  1.23009867168951106E-08
+  1.26123877357312414E-08  1.29316719118401947E-08  1.32590388084496423E-08
+  1.35946930407622480E-08  1.39388444038472716E-08  1.42917080037700339E-08
+  1.46535043920408161E-08  1.50244597034674273E-08  1.54048057974976188E-08
+  1.57947804031393949E-08  1.61946272675502727E-08  1.66045963083880159E-08
+  1.70249437700181411E-08  1.74559323836760332E-08  1.78978315316833039E-08
+  1.83509174158217087E-08  1.88154732299691791E-08  1.92917893371064279E-08
+  1.97801634508045282E-08  2.02809008213066303E-08  2.07943144263207631E-08
+  2.13207251666424210E-08  2.18604620667294179E-08  2.24138624803545752E-08
+  2.29812723014641840E-08  2.35630461803747748E-08  2.41595477454428898E-08
+  2.47711498303464496E-08  2.53982347071200536E-08  2.60411943250892437E-08
+  2.67004305558539390E-08  2.73763554444734787E-08  2.80693914670105570E-08
+  2.87799717945951965E-08  2.95085405641731886E-08  3.02555531561090551E-08
+  3.10214764788165315E-08  3.18067892605945273E-08  3.26119823488512492E-08
+  3.34375590169030121E-08  3.42840352785401398E-08  3.51519402105560424E-08
+  3.60418162834414642E-08  3.69542197004503636E-08  3.78897207452492138E-08
+  3.88489041383676248E-08  3.98323694026723998E-08  4.08407312380938992E-08
+  4.18746199058391398E-08  4.29346816223306056E-08  4.40215789631187861E-08
+  4.51359912770195993E-08  4.62786151107357936E-08  4.74501646442286667E-08
+  4.86513721371103178E-08  4.98829883863375905E-08  5.11457831954926504E-08
+  5.24405458559433071E-08  5.37680856401850591E-08  5.51292323076714085E-08
+  5.65248366234505926E-08  5.79557708899313866E-08  5.94229294921113682E-08
+  6.09272294566080495E-08  6.24696110248417372E-08  6.40510382407298617E-08
+  6.56724995532586585E-08  6.73350084343097542E-08  6.90396040121280238E-08
+  7.07873517208246939E-08  7.25793439663253000E-08  7.44167008091752672E-08
+  7.63005706646318050E-08  7.82321310204800332E-08  8.02125891730197372E-08
+  8.22431829816858170E-08  8.43251816427724381E-08  8.64598864827444498E-08
+  8.86486317716328802E-08  9.08927855570217367E-08  9.31937505191490745E-08
+  9.55529648476549313E-08  9.79719031405263833E-08  1.00452077325800033E-07
+  1.02995037606596695E-07  1.05602373430085411E-07  1.08275714480972748E-07
+  1.11016731700147043E-07  1.13827138329111239E-07  1.16708690980853211E-07
+  1.19663190737832433E-07  1.22692484277758945E-07  1.25798465027875237E-07
+  1.28983074348461455E-07  1.32248302746299598E-07  1.35596191118863416E-07
+  1.39028832030002430E-07  1.42548371017924735E-07  1.46157007936293414E-07
+  1.49856998329273109E-07  1.53650654841393156E-07  1.57540348663097028E-07
+  1.61528511012896119E-07  1.65617634657042521E-07  1.69810275467673626E-07
+  1.74109054020413042E-07  1.78516657232407163E-07  1.83035840041839008E-07
+  1.87669427129963546E-07  1.92420314686732279E-07  1.97291472221129844E-07
+  2.02285944417334719E-07  2.07406853037876026E-07  2.12657398874976681E-07
+  2.18040863751293071E-07  2.23560612571315750E-07  2.29220095424701563E-07
+  2.35022849742860502E-07  2.40972502510141411E-07  2.47072772530998336E-07
+  2.53327472754563678E-07  2.59740512658063576E-07  2.66315900690588842E-07
+  2.73057746778731348E-07  2.79970264895653581E-07  2.87057775695219186E-07
+  2.94324709212796315E-07  3.01775607634451334E-07  3.09415128136260320E-07
+  3.17248045795488836E-07  3.25279256575501461E-07  3.33513780386232387E-07
+  3.41956764222143642E-07  3.50613485379642314E-07  3.59489354755949891E-07
+  3.68589920231503761E-07  3.77920870137993861E-07  3.87488036814213551E-07
+  3.97297400251936010E-07  4.07355091834106639E-07  4.17667398167693404E-07
+  4.28240765013563060E-07  4.39081801315888927E-07  4.50197283333567595E-07
+  4.61594158876234608E-07  4.73279551647573178E-07  4.85260765698556874E-07
+  4.97545289993470507E-07  5.10140803091562027E-07  5.23055177947198035E-07
+  5.36296486831604046E-07  5.49873006379214148E-07  5.63793222761786581E-07
+  5.78065836993564535E-07  5.92699770370753593E-07  6.07704170048737648E-07
+  6.23088414760528775E-07  6.38862120680024260E-07  6.55035147433715061E-07
+  6.71617604264648845E-07  6.88619856352483750E-07  7.06052531293545484E-07
+  7.23926525745040908E-07  7.42253012237481238E-07  7.61043446159614410E-07
+  7.80309572920301787E-07  8.00063435291687758E-07  8.20317380938363906E-07
+  8.41084070137240942E-07  8.62376483692846929E-07  8.84207931053135661E-07
+  9.06592058630841785E-07  9.29542858335509845E-07  9.53074676321668457E-07
+  9.77202221958558651E-07  1.00194057702696488E-06  1.02730520514904988E-06
+  1.05331196145699801E-06  1.07997710250647275E-06  1.10731729644126100E-06
+  1.13534963341530778E-06  1.16409163627867082E-06  1.19356127153426869E-06
+  1.22377696057203449E-06  1.25475759118761106E-06  1.28652252939295380E-06
+  1.31909163152591686E-06  1.35248525666664379E-06  1.38672427936857863E-06
+  1.42183010271176879E-06  1.45782467168694951E-06  1.49473048691872932E-06
+  1.53257061873621741E-06  1.57136872160026307E-06  1.61114904889620084E-06
+  1.65193646810114352E-06  1.69375647633574721E-06  1.73663521630991970E-06
+  1.78059949267233834E-06  1.82567678877446067E-06  1.87189528385912981E-06
+  1.91928387068453362E-06  1.96787217359506055E-06  2.01769056704973052E-06
+  2.06877019462007013E-06  2.12114298846975895E-06  2.17484168932740687E-06
+  2.22989986696560969E-06  2.28635194119925675E-06  2.34423320341541947E-06
+  2.40357983864917291E-06  2.46442894821906267E-06  2.52681857293566406E-06
+  2.59078771689881011E-06  2.65637637189799176E-06  2.72362554243065206E-06
+  2.79257727135520071E-06  2.86327466619413273E-06  2.93576192610335250E-06
+  3.01008436952593010E-06  3.08628846254644029E-06  3.16442184796373364E-06
+  3.24453337510167960E-06  3.32667313037489974E-06  3.41089246862933915E-06
+  3.49724404527846309E-06  3.58578184925309233E-06  3.67656123678705123E-06
+  3.76963896606041630E-06  3.86507323271978229E-06  3.96292370630011311E-06
+  4.06325156757085519E-06  4.16611954682762168E-06  4.27159196315631704E-06
+  4.37973476469332365E-06  4.49061556990534935E-06  4.60430370991805572E-06
+  4.72087027191811450E-06  4.84038814365495059E-06  4.96293205907360196E-06
+  5.08857864510428861E-06  5.21740646963815026E-06  5.34949609072292503E-06
+  5.48493010700486434E-06  5.62379320945063729E-06  5.76617223438439438E-06
+  5.91215621786803069E-06  6.06183645146249641E-06  6.21530653940702106E-06
+  6.37266245724603307E-06  6.53400261194642875E-06  6.69942790354309198E-06
+  6.86904178834524573E-06  7.04295034375117182E-06  7.22126233470968206E-06
+  7.40408928186493875E-06  7.59154553143698871E-06  7.78374832687628510E-06
+  7.98081788233462901E-06  8.18287745800875092E-06  8.39005343739486888E-06
+  8.60247540650394156E-06  8.82027623509673746E-06  9.04359215997788190E-06
+  9.27256287040656665E-06  9.50733159568544866E-06  9.74804519496826531E-06
+  9.99485424935293932E-06  1.02479131563231842E-05  1.05073802265814513E-05
+  1.07734177833500735E-05  1.10461922642035464E-05  1.13258743254794081E-05
+  1.16126389493549290E-05  1.19066655536504397E-05  1.22081381044150150E-05
+  1.25172452313908774E-05  1.28341803464143613E-05  1.31591417648209861E-05
+  1.34923328299582915E-05  1.38339620408609331E-05  1.41842431831711541E-05
+  1.45433954634130130E-05  1.49116436466725524E-05  1.52892181977851461E-05
+  1.56763554261408169E-05  1.60732976341587810E-05  1.64802932695534357E-05
+  1.68975970815016295E-05  1.73254702807644762E-05  1.77641807039090452E-05
+  1.82140029817338940E-05  1.86752187119604178E-05  1.91481166363574668E-05
+  1.96329928223932379E-05  2.01301508494929807E-05  2.06399020000896271E-05
+  2.11625654555475909E-05  2.16984684970650100E-05  2.22479467117550907E-05
+  2.28113442039723235E-05  2.33890138120243214E-05  2.39813173304772635E-05
+  2.45886257381071856E-05  2.52113194316810266E-05  2.58497884657756842E-05
+  2.65044327986761555E-05  2.71756625445889447E-05  2.78638982323664710E-05
+  2.85695710707839776E-05  2.92931232206590305E-05  3.00350080739849244E-05
+  3.07956905401368371E-05  3.15756473394908238E-05  3.23753673045924564E-05
+  3.31953516889709377E-05  3.40361144839810626E-05  3.48981827437659919E-05
+  3.57820969184973134E-05  3.66884111963042928E-05  3.76176938539349764E-05
+  3.85705276163914796E-05  3.95475100259623267E-05  4.05492538206449161E-05
+  4.15763873223099295E-05  4.26295548350168532E-05  4.37094170534343469E-05
+  4.48166514818465573E-05  4.59519528641081542E-05  4.71160336244913892E-05
+  4.83096243200401045E-05  4.95334741047131520E-05  5.07883512052957845E-05
+  5.20750434098154883E-05  5.33943585686357317E-05  5.47471251082951187E-05
+  5.61341925589264065E-05  5.75564320952948836E-05  5.90147370916742849E-05
+  6.05100236914575770E-05  6.20432313913894362E-05  6.36153236408570813E-05
+  6.52272884571464381E-05  6.68801390564003023E-05  6.85749145009953410E-05
+  7.03126803641856719E-05  7.20945294116290557E-05  7.39215823008406694E-05
+  7.57949882992769834E-05  7.77159260206179849E-05  7.96856041806360296E-05
+  8.17052623731110756E-05  8.37761718654386344E-05  8.58996364156249101E-05
+  8.80769931108053448E-05  9.03096132271597309E-05  9.25989031131530785E-05
+  9.49463050958504072E-05  9.73532984105683245E-05  9.98214001559290004E-05
+  1.02352166273628016E-04  1.04947192553746761E-04  1.07608115667667708E-04
+  1.10336614227470029E-04  1.13134409873371427E-04  1.16003268391073858E-04
+  1.18945000857541543E-04  1.21961464817634300E-04  1.25054565493017361E-04
+  1.28226257021728257E-04  1.31478543731712301E-04  1.34813481449048799E-04
+  1.38233178839438731E-04  1.41739798787049952E-04  1.45335559810519599E-04
+  1.49022737515279734E-04  1.52803666086885755E-04  1.56680739824047643E-04
+  1.60656414711569489E-04  1.64733210038177141E-04  1.68913710056716821E-04
+  1.73200565688437968E-04  1.77596496276246252E-04  1.82104291383207158E-04
+  1.86726812639958676E-04  1.91466995645302667E-04  1.96327851915285324E-04
+  2.01312470886688813E-04  2.06424021977943392E-04  2.11665756702351726E-04
+  2.17041010841883853E-04  2.22553206682571159E-04  2.28205855306905285E-04
+  2.34002558953522166E-04  2.39947013442628912E-04  2.46043010664181603E-04
+  2.52294441140561276E-04  2.58705296659156466E-04  2.65279672974663835E-04
+  2.72021772593529845E-04  2.78935907632596155E-04  2.86026502755811472E-04
+  2.93298098201023156E-04  3.00755352885635904E-04  3.08403047600193435E-04
+  3.16246088300074616E-04  3.24289509481466142E-04  3.32538477656685154E-04
+  3.40998294935464632E-04  3.49674402697274628E-04  3.58572385375902504E-04
+  3.67697974357395819E-04  3.77057051977883293E-04  3.86655655647754639E-04
+  3.96499982096207282E-04  4.06596391727074885E-04  4.16951413116113678E-04
+  4.27571747635417079E-04  4.38464274203481435E-04  4.49636054192617302E-04
+  4.61094336470304201E-04  4.72846562583922880E-04  4.84900372119127310E-04
+  4.97263608199630699E-04  5.09944323151764484E-04  5.22950784358792217E-04
+  5.36291480265792134E-04  5.49975126574486534E-04  5.64010672642975487E-04
+  5.78407308048482088E-04  5.93174469368704734E-04  6.08321847181534118E-04
+  6.23859393245459028E-04  6.39797327929858941E-04  6.56146147875620090E-04
+  6.72916633860502571E-04  6.90119858947806000E-04  7.07767196876163797E-04
+  7.25870330685603345E-04  7.44441261661775021E-04  7.63492318531790518E-04
+  7.83036166936265567E-04  8.03085819254755221E-04  8.23654644694608298E-04
+  8.44756379705073807E-04  8.66405138778808103E-04  8.88615425532648657E-04
+  9.11402144172047415E-04  9.34780611373447492E-04  9.58766568470197783E-04
+  9.83376194088853711E-04  1.00862611722873810E-03  1.03453343068267770E-03
+  1.06111570498086585E-03  1.08839100279853633E-03  1.11637789375878594E-03
+  1.14509546983584888E-03  1.17456336123895953E-03  1.20480175276434362E-03
+  1.23583140082764035E-03  1.26767365099221476E-03  1.30035045605994245E-03
+  1.33388439492202523E-03  1.36829869192397124E-03  1.40361723691034986E-03
+  1.43986460610447424E-03  1.47706608353082654E-03  1.51524768325784695E-03
+  1.55443617253980706E-03  1.59465909555198864E-03  1.63594479810689206E-03
+  1.67832245331856833E-03  1.72182208794546669E-03  1.76647460988874766E-03
+  1.81231183667413106E-03  1.85936652473940004E-03  1.90767240006169125E-03
+  1.95726418979285570E-03  2.00817765487621130E-03  2.06044962419177748E-03
+  2.11411802972970124E-03  2.16922194297488420E-03  2.22580161300505504E-03
+  2.28389850564461117E-03  2.34355534411708009E-03  2.40481615158055469E-03
+  2.46772629477359133E-03  2.53233252950464411E-03  2.59868304816262370E-03
+  2.66682752845061972E-03  2.73681718435547132E-03  2.80870481923533319E-03
+  2.88254488033234642E-03  2.95839351594418638E-03  3.03630863477376278E-03
+  3.11634996701265574E-03  3.19857912852652103E-03  3.28305968725007245E-03
+  3.36985723174670513E-03  3.45903944331824812E-03  3.55067617034464812E-03
+  3.64483950535366558E-03  3.74160386607214242E-03  3.84104607874835146E-03
+  3.94324546491040331E-03  4.04828393249060878E-03  4.15624606933431232E-03
+  4.26721924098753466E-03  4.38129369314792239E-03  4.49856265676450671E-03
+  4.61912245836525962E-03  4.74307263523741311E-03  4.87051605374583078E-03
+  5.00155903389052324E-03  5.13631147881316290E-03  5.27488700819427666E-03
+  5.41740309893432720E-03  5.56398123081018083E-03  5.71474703707108064E-03
+  5.86983046335638053E-03  6.02936593159359140E-03  6.19349251020241427E-03
+  6.36235409359627198E-03  6.53609958672987917E-03  6.71488309764166347E-03
+  6.89886414013243451E-03  7.08820784174554828E-03  7.28308516172974756E-03
+  7.48367311974647287E-03  7.69015503051354802E-03  7.90272075062636858E-03
+  8.12156693646758944E-03  8.34689730922542200E-03  8.57892293437892937E-03
+  8.81786251239842153E-03  9.06394267833467680E-03  9.31739831818103464E-03
+  9.57847289642960870E-03  9.84741879495359268E-03  1.01244976708826165E-02
+  1.04099808256311304E-02  1.07041495883611198E-02  1.10072957204405165E-02
+  1.13197218311957715E-02  1.16417418118414280E-02  1.19736812920270032E-02
+  1.23158781082958503E-02  1.26686827949881713E-02  1.30324590988180385E-02
+  1.34075845068575526E-02  1.37944508014881985E-02  1.41934646395045442E-02
+  1.46050481472643490E-02  1.50296395473036824E-02  1.54676938091594020E-02
+  1.59196833200756400E-02  1.63860985914441697E-02  1.68674489892923808E-02
+  1.73642634896631932E-02  1.78770914735333734E-02  1.84065035457238596E-02
+  1.89530923847386588E-02  1.95174736352221947E-02  2.01002868248933743E-02
+  2.07021963191892783E-02  2.13238923206218352E-02  2.19660918941768507E-02
+  2.26295400374849666E-02  2.33150107966241631E-02  2.40233084111893050E-02
+  2.47552685107324012E-02  2.55117593568135702E-02  2.62936831193112397E-02
+  2.71019772095739547E-02  2.79376156587519131E-02  2.88016105367485120E-02
+  2.96950134318811516E-02  3.06189169754958641E-02  3.15744564142265080E-02
+  3.25628112448164350E-02  3.35852068945802773E-02  3.46429164561390251E-02
+  3.57372624843187645E-02  3.68696188409432385E-02  3.80414125986943061E-02
+  3.92541260046158011E-02  4.05092984956402433E-02  4.18085287743811540E-02
+  4.31534769407100408E-02  4.45458666807958745E-02  4.59874875122007615E-02
+  4.74801970811311452E-02  4.90259235219484904E-02  5.06266678618111574E-02
+  5.22845064759003483E-02  5.40015936059685744E-02  5.57801639056179493E-02
+  5.76225350384065305E-02  5.95311103324585797E-02  6.15083814360139064E-02
+  6.35569310329899273E-02  6.56794355952066700E-02  6.78786681039347806E-02
+  7.01575008430431329E-02  7.25189081900812216E-02  7.49659693432260799E-02
+  7.75018711318836429E-02  8.01299107618752421E-02  8.28534984684263232E-02
+  8.56761602556606189E-02  8.86015404799774531E-02  9.16334043257610725E-02
+  9.47756403486038068E-02  9.80322627436058247E-02  1.01407413509324917E-01
+  1.04905364623750816E-01  1.08530519799866665E-01  1.12287416163489542E-01
+  1.16180725833661347E-01  1.20215256916854932E-01  1.24395954472799927E-01
+  1.28727901200288097E-01  1.33216317364796388E-01  1.37866560759255519E-01
+  1.42684126110676684E-01  1.47674643575636616E-01  1.52843877314846943E-01
+  1.58197723135541451E-01  1.63742205126139850E-01  1.69483472348268355E-01
+  1.75427794122787556E-01  1.81581554294700132E-01  1.87951245414413715E-01
+  1.94543460958052028E-01  2.01364886615141986E-01  2.08422291182003255E-01
+  2.15722514882739885E-01  2.23272456955874582E-01  2.31079062314488159E-01
+  2.39149305012893137E-01  2.47490171270070003E-01  2.56108640767845119E-01
+  2.65011664201806718E-01  2.74206140715292812E-01  2.83698892517086410E-01
+  2.93496635380706916E-01  3.03605949268471842E-01  3.14033244775035247E-01
+  3.24784725406850106E-01  3.35866349956241650E-01  3.47283789170545920E-01
+  3.59042378609252533E-01  3.71147071161352038E-01  3.83602382303893985E-01
+  3.96412332330520700E-01  4.09580387316139105E-01  4.23109391409530577E-01
+  4.37001497288459495E-01  4.51258093901684254E-01  4.65879724504793813E-01
+  4.80866004355585464E-01  4.96215533777206064E-01  5.11925801167159356E-01
+  5.27993087252871307E-01  5.44412362519624549E-01  5.61177175281145746E-01
+  5.78279542342854835E-01  5.95709830771929627E-01  6.13456632356533804E-01
+  6.31506641417240555E-01  6.49844522471516584E-01  6.68452773961139779E-01
+  6.87311595539614517E-01  7.06398745442819220E-01  7.25689398416145659E-01
+  7.45156007220679095E-01  7.64768156626834283E-01  7.84492423169877884E-01
+  8.04292239040654944E-01  8.24127753679044450E-01  8.43955706455419508E-01
+  8.63729305738647812E-01  8.83398114051604288E-01  9.02907949142291333E-01
+  9.22200796959317781E-01  9.41214741979375713E-01  9.59883917477489024E-01
+  9.78138478257450705E-01  9.95904603441712499E-01  1.01310452302196863E+00
+  1.02965658371370039E+00  1.04547535636842803E+00  1.06047177229639633E+00
+  1.07455332192032471E+00  1.08762430164092816E+00  1.09958609796388207E+00
+  1.11033756084955937E+00  1.11977542259766460E+00  1.12779476682019530E+00
+  1.13428961134762085E+00  1.13915351974455037E+00  1.14228027898029105E+00
+  1.14356470182931735E+00  1.14290342182543592E+00  1.14019576643660869E+00
+  1.13534473234108257E+00  1.12825789309142666E+00  1.11884837357001410E+00
+  1.10703584307022629E+00  1.09274734712374677E+00  1.07591813110785051E+00
+  1.05649230598729660E+00  1.03442319861469145E+00  1.00967348757209074E+00
+  9.82214882558512969E-01  9.52027210459475359E-01  9.19098388818264334E-01
+  8.83425107491976669E-01  8.45013475980439743E-01  8.03879742915265760E-01
+  7.60050971786430329E-01  7.13565727177133735E-01  6.64474808390113192E-01
+  6.12841919169470728E-01  5.58744352857561744E-01  5.02273691828532320E-01
+  4.43536430007597626E-01  3.82654602522579379E-01  3.19766387272851227E-01
+  2.55026622903042732E-01  1.88607306113700079E-01  1.20698016202126349E-01
+  5.15062500450590641E-02 -1.87423138996399147E-02 -8.98036629765482375E-02
+ -1.61415400973111800E-01 -2.33296841982228442E-01 -3.05149239048563559E-01
+ -3.76656147785221884E-01 -4.47484021083355776E-01 -5.17282939101836203E-01
+ -5.85687534189283765E-01 -6.52318235861530149E-01 -7.16782626159047531E-01
+ -7.78677085024093163E-01 -8.37588820841709270E-01 -8.93097969012865200E-01
+ -9.44780107572901318E-01 -9.92209167544337856E-01 -1.03496036993556939E+00
+ -1.07261371891022983E+00 -1.10475781736231538E+00 -1.13099368547738810E+00
+ -1.15093925459065782E+00 -1.16423401223299594E+00 -1.17054365485712530E+00
+ -1.16956546995961341E+00 -1.16103360011502277E+00 -1.14472434439000148E+00
+ -1.12046212465574424E+00 -1.08812499197342971E+00 -1.04765019934457526E+00
+ -9.99040205719820551E-01 -9.42367856846233587E-01 -8.77781607611142101E-01
+ -8.05510745707146758E-01 -7.25869474947157478E-01 -6.39260880489425865E-01
+ -5.46180304613400502E-01 -4.47217354427783709E-01 -3.43057422368714282E-01
+ -2.34481981917186999E-01 -1.22367365328557867E-01 -7.68245850601412261E-03
+  1.08515337607846291E-01  2.25085782248685196E-01  3.40813310208943343E-01
+  4.54416463216951005E-01  5.64559108328267278E-01  6.69864146868569654E-01
+  7.68929277609734063E-01  8.60345499463236352E-01  9.42697806181342579E-01
+  1.01465438309158240E+00  1.07533863693823029E+00  1.12000120323611618E+00
+  1.15124155515524484E+00  1.27661538935576457E+00  2.28236204373222673E-01
+  2.01428979165494716E-02 -9.13895600855376897E-03  8.85515829064141471E-04
+  1.40160406602974692E-04 -4.70441623449945767E-05  3.31879992295128981E-06
+  8.87440712946768588E-07 -2.36354249900623296E-07  1.02992827821916179E-08
+  5.29956418769448106E-09 -1.15692384088242068E-09  1.74215518954062142E-11
+  3.03605155234473289E-11 -5.49816247397982244E-12 -8.81524346849248701E-14
+  1.68374360720043372E-13 -2.52177033096340700E-14 -1.31099410700738228E-15
+  9.08478255512698887E-16 -1.10496747582129766E-16 -1.08133936240277351E-17
+  4.78141743770935715E-18 -4.54122537547317411E-19 -7.45760814485355960E-20
+  2.45702560431914978E-20 -1.68588195301494722E-21 -4.69769506919308420E-22
+  1.23218776638018889E-22 -5.12127209981711274E-24 -2.79563852506851458E-24
+  6.01929255736384739E-25 -7.76222925950856674E-27 -1.59741578889049054E-26
+  2.85389990319792858E-27  5.26364805918364480E-29 -8.84011930977490460E-29
+  1.30514774801234602E-29  7.16657856820376491E-31 -4.76082438000842655E-31
+  5.69649009763428380E-32  5.79996686904135437E-33 -2.50127512243889862E-33
+  2.32767049599187058E-34  3.96620168310282769E-35 -1.28308997403001646E-35
+  8.55548939794434884E-37  2.48601213089020646E-37 -6.42287409191924388E-38
+  2.53961547912915280E-39  1.47445007388781608E-39 -3.13124284008754103E-40
+  3.35616492684508061E-42  8.40338044459314127E-42 -1.48107243816218788E-42
+ -3.09264821288908372E-44  4.64064173214537829E-44 -6.75314785116110076E-45
+ -3.90919531429122816E-46  2.49455393178986560E-46 -2.93572122740655467E-47
+ -3.10836477578877191E-48  1.30831125426166521E-48 -1.19243115977755985E-49
+ -2.10842430220060216E-50  6.69958544936775234E-51 -4.33720301848106488E-52
+ -1.31521807496567871E-52  3.34750052536760488E-53 -1.25560030783513742E-54
+ -7.77479527480375739E-55  1.62861358379669338E-55 -1.38862192765668141E-57
+ -4.41995874483734964E-57  7.68473951749954159E-58  1.79413603855794773E-59
+ -2.43576966717076501E-59  3.49335919449495828E-60  2.12816902499378195E-61
+ -1.30691397590784866E-61  1.51240431542142065E-62  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+                              </PP_PSWFC.4>
+                             </PP_FULL_WFC> 
+ <PP_RHOATOM type="real" size="   969" columns="3">
+  2.51850506127410965E-07  2.58226131997502895E-07  2.64763157602522607E-07
+  2.71465668796089041E-07  2.78337854865693441E-07  2.85384011151136641E-07
+  2.92608541729257700E-07  3.00015962166624429E-07  3.07610902341908213E-07
+  3.15398109339710612E-07  3.23382450417642215E-07  3.31568916048517606E-07
+  3.39962623039563394E-07  3.48568817730586882E-07  3.57392879273111653E-07
+  3.66440322992517891E-07  3.75716803835300987E-07  3.85228119903597141E-07
+  3.94980216079183019E-07  4.04979187739222785E-07  4.15231284566072640E-07
+  4.25742914453536256E-07  4.36520647512005805E-07  4.47571220174993204E-07
+  4.58901539409621941E-07  4.70518687033699585E-07  4.82429924142087926E-07
+  4.94642695645119850E-07  5.07164634921909202E-07  5.20003568591462166E-07
+  5.33167521404563433E-07  5.46664721259507098E-07  5.60503604344798863E-07
+  5.74692820412045826E-07  5.89241238182333363E-07  6.04157950889458399E-07
+  6.19452281963496663E-07  6.35133790858247380E-07  6.51212279026199233E-07
+  6.67697796044759367E-07  6.84600645897556331E-07  7.01931393414768063E-07
+  7.19700870876478617E-07  7.37920184783202991E-07  7.56600722797813303E-07
+  7.75754160863186286E-07  7.95392470500049861E-07  8.15527926289567681E-07
+  8.36173113545348100E-07  8.57340936179674091E-07  8.79044624768855360E-07
+  9.01297744822772361E-07  9.24114205263753501E-07  9.47508267120097896E-07
+  9.71494552439681960E-07  9.96088053429202870E-07  1.02130414182479299E-06
+  1.04715857849984832E-06  1.07366752331607947E-06  1.10084754522395160E-06
+  1.12871563261879827E-06  1.15728920395912148E-06  1.18658611865368607E-06
+  1.21662468822421884E-06  1.24742368775070621E-06  1.27900236760640927E-06
+  1.31138046548997047E-06  1.34457821876210432E-06  1.37861637709459625E-06
+  1.41351621543951624E-06  1.44929954732673553E-06  1.48598873849808317E-06
+  1.52360672088665200E-06  1.56217700694998289E-06  1.60172370436611375E-06
+  1.64227153110162987E-06  1.68384583086119332E-06  1.72647258892816027E-06
+  1.77017844840621346E-06  1.81499072687215257E-06  1.86093743345024078E-06
+  1.90804728631880286E-06  1.95634973066000086E-06  2.00587495706399867E-06
+  2.05665392039905910E-06  2.10871835915929135E-06  2.16210081530223587E-06
+  2.21683465458860767E-06  2.27295408743695516E-06  2.33049419030626494E-06
+  2.38949092761983665E-06  2.44998117424419404E-06  2.51200273853704200E-06
+  2.57559438597867481E-06  2.64079586340163688E-06  2.70764792383372099E-06
+  2.77619235196991295E-06  2.84647199028912582E-06  2.91853076583209445E-06
+  2.99241371765717605E-06  3.06816702499113309E-06  3.14583803609262764E-06
+  3.22547529784634551E-06  3.30712858610631852E-06  3.39084893680740648E-06
+  3.47668867786431708E-06  3.56470146187818983E-06  3.65494229967115350E-06
+  3.74746759466977784E-06  3.84233517815899651E-06  3.93960434542841267E-06
+  4.03933589283371397E-06  4.14159215579626338E-06  4.24643704776466655E-06
+  4.35393610016265576E-06  4.46415650334822355E-06  4.57716714860967212E-06
+  4.69303867122478475E-06  4.81184349461003297E-06  4.93365587558744192E-06
+  5.05855195079734231E-06  5.18660978428611963E-06  5.31790941629859415E-06
+  5.45253291330562151E-06  5.59056441929813452E-06  5.73209020837965603E-06
+  5.87719873869023837E-06  6.02598070769545385E-06  6.17852910887505315E-06
+  6.33493928984669817E-06  6.49530901196103179E-06  6.65973851140547933E-06
+  6.82833056185484653E-06  7.00119053870790712E-06  7.17842648495022072E-06
+  7.36014917868410821E-06  7.54647220236828764E-06  7.73751201381025339E-06
+  7.93338801895580604E-06  8.13422264652133371E-06  8.34014142451523268E-06
+  8.55127305869665418E-06  8.76774951302030705E-06  8.98970609211774283E-06
+  9.21728152586671592E-06  9.45061805610127046E-06  9.68986152551700122E-06
+  9.93516146882690973E-06  1.01866712062248510E-05  1.04445479392150549E-05
+  1.07089528488674078E-05  1.09800511965602595E-05  1.12580124272733451E-05
+  1.15430102754956891E-05  1.18352228738145112E-05  1.21348328642529343E-05
+  1.24420275124263603E-05  1.27569988245886082E-05  1.30799436676410515E-05
+  1.34110638921798557E-05  1.37505664586579398E-05  1.40986635667409255E-05
+  1.44555727879375738E-05  1.48215172015877548E-05  1.51967255342930770E-05
+  1.55814323028767461E-05  1.59758779609630641E-05  1.63803090492669405E-05
+  1.67949783496882933E-05  1.72201450433073354E-05  1.76560748723790673E-05
+  1.81030403064293056E-05  1.85613207125546383E-05  1.90312025300340284E-05
+  1.95129794493604757E-05  2.00069525958044815E-05  2.05134307176251928E-05
+  2.10327303790450499E-05  2.15651761581101913E-05  2.21111008495595982E-05
+  2.26708456728291660E-05  2.32447604853223590E-05  2.38332040010786914E-05
+  2.44365440149783742E-05  2.50551576326225208E-05  2.56894315060321328E-05
+  2.63397620753146740E-05  2.70065558164473703E-05  2.76902294953335450E-05
+  2.83912104282903285E-05  2.91099367491298086E-05  2.98468576830023839E-05
+  3.06024338271710078E-05  3.13771374388939462E-05  3.21714527305951267E-05
+  3.29858761725055507E-05  3.38209168029675664E-05  3.46770965465926405E-05
+  3.55549505404739876E-05  3.64550274686573493E-05  3.73778899050772385E-05
+  3.83241146651763486E-05  3.92942931664243101E-05  4.02890317979634255E-05
+  4.13089522996119816E-05  4.23546921504606386E-05  4.34269049673074111E-05
+  4.45262609131771113E-05  4.56534471161831532E-05  4.68091680989922914E-05
+  4.79941462191600725E-05  4.92091221206145810E-05  5.04548551965671758E-05
+  5.17321240641426656E-05  5.30417270510242530E-05  5.43844826944157281E-05
+  5.57612302526373609E-05  5.71728302296690039E-05  5.86201649129735607E-05
+  6.01041389249346860E-05  6.16256797882515351E-05  6.31857385056487501E-05
+  6.47852901542587441E-05  6.64253344950505292E-05  6.81068965976865858E-05
+  6.98310274811948941E-05  7.15988047708612671E-05  7.34113333717476257E-05
+  7.52697461592609520E-05  7.71752046872023467E-05  7.91288999137384363E-05
+  8.11320529457520799E-05  8.31859158020313881E-05  8.52917721957806871E-05
+  8.74509383369386785E-05  8.96647637548031223E-05  9.19346321414841008E-05
+  9.42619622167020522E-05  9.66482086144796409E-05  9.90948627922791874E-05
+  1.01603453963148793E-04  1.04175550051469268E-04  1.06812758672889899E-04
+  1.09516728139069614E-04  1.12289148487852529E-04  1.15131752539518554E-04
+  1.18046316979770368E-04  1.21034663470133956E-04  1.24098659786466811E-04
+  1.27240220986282450E-04  1.30461310605624510E-04  1.33763941886236770E-04
+  1.37150179033791698E-04  1.40622138507973018E-04  1.44181990345209195E-04
+  1.47831959514886722E-04  1.51574327309897064E-04  1.55411432772374462E-04
+  1.59345674155524997E-04  1.63379510422458486E-04  1.67515462782952772E-04
+  1.71756116269120512E-04  1.76104121350957284E-04  1.80562195592778028E-04
+  1.85133125351583962E-04  1.89819767518415637E-04  1.94625051303778148E-04
+  1.99551980068261208E-04  2.04603633199493170E-04  2.09783168036596011E-04
+  2.15093821843357767E-04  2.20538913831342650E-04  2.26121847234201251E-04
+  2.31846111434493322E-04  2.37715284144331596E-04  2.43733033641216541E-04
+  2.49903121060469696E-04  2.56229402745675368E-04  2.62715832658614863E-04
+  2.69366464850203356E-04  2.76185455993947651E-04  2.83177067983535105E-04
+  2.90345670596166121E-04  2.97695744223278437E-04  3.05231882670397323E-04
+  3.12958796027840332E-04  3.20881313614066594E-04  3.29004386993526996E-04
+  3.37333093070890395E-04  3.45872637263561038E-04  3.54628356754505610E-04
+  3.63605723827392852E-04  3.72810349286119508E-04  3.82247985960903959E-04
+  3.91924532303087605E-04  4.01846036070899605E-04  4.12018698108526768E-04
+  4.22448876220782473E-04  4.33143089145838264E-04  4.44108020628508420E-04
+  4.55350523596572440E-04  4.66877624442804521E-04  4.78696527415367157E-04
+  4.90814619119265736E-04  5.03239473131743905E-04  5.15978854734463056E-04
+  5.29040725765390755E-04  5.42433249593499232E-04  5.56164796219330970E-04
+  5.70243947504583265E-04  5.84679502534073874E-04  5.99480483113349022E-04
+  6.14656139405354331E-04  6.30215955709799869E-04  6.46169656388693114E-04
+  6.62527211941778683E-04  6.79298845235769451E-04  6.96495037891091081E-04
+  7.14126536830231458E-04  7.32204360991826463E-04  7.50739808214494512E-04
+  7.69744462294889376E-04  7.89230200224337575E-04  8.09209199608441833E-04
+  8.29693946274469426E-04  8.50697242071197916E-04  8.72232212865936920E-04
+  8.94312316743993093E-04  9.16951352415496250E-04  9.40163467834770317E-04
+  9.63963169037902788E-04  9.88365329203746024E-04  1.01338519794403172E-03
+  1.03903841082865229E-03  1.06534099915169792E-03  1.09230939994448125E-03
+  1.11996046624196727E-03  1.14831147760866698E-03  1.17738015093075184E-03
+  1.20718465148126849E-03  1.23774360426492100E-03  1.26907610564985416E-03
+  1.30120173529370818E-03  1.33414056837092535E-03  1.36791318810948058E-03
+  1.40254069864464547E-03  1.43804473819739609E-03  1.47444749258641050E-03
+  1.51177170908157565E-03  1.55004071060743480E-03  1.58927841030619610E-03
+  1.62950932646861485E-03  1.67075859784212612E-03  1.71305199932645725E-03
+  1.75641595806557121E-03  1.80087756994628569E-03  1.84646461651441084E-03
+  1.89320558231788338E-03  1.94112967268832452E-03  1.99026683197244328E-03
+  2.04064776222346927E-03  2.09230394236525679E-03  2.14526764784099761E-03
+  2.19957197075756157E-03  2.25525084053950116E-03  2.31233904510496757E-03
+  2.37087225257571034E-03  2.43088703353656205E-03  2.49242088385695027E-03
+  2.55551224808806682E-03  2.62020054345231141E-03  2.68652618443793742E-03
+  2.75453060801428328E-03  2.82425629948522550E-03  2.89574681899437691E-03
+  2.96904682869938638E-03  3.04420212063376185E-03  3.12125964527064197E-03
+  3.20026754080799877E-03  3.28127516319438092E-03  3.36433311691065450E-03
+  3.44949328652968722E-03  3.53680886907344234E-03  3.62633440718440310E-03
+  3.71812582313593102E-03  3.81224045370096715E-03  3.90873708589817986E-03
+  4.00767599364257668E-03  4.10911897532001066E-03  4.21312939230726428E-03
+  4.31977220846713368E-03  4.42911403063774804E-03  4.54122315014124193E-03
+  4.65616958534302312E-03  4.77402512528096474E-03  4.89486337439389452E-03
+  5.01875979838150351E-03  5.14579177121577205E-03  5.27603862333815218E-03
+  5.40958169107459089E-03  5.54650436729024580E-03  5.68689215332321245E-03
+  5.83083271222856452E-03  5.97841592335737141E-03  6.12973393831520337E-03
+  6.28488123833003277E-03  6.44395469305809529E-03  6.60705362087729304E-03
+  6.77427985069616132E-03  6.94573778531227832E-03  7.12153446637428435E-03
+  7.30177964097307366E-03  7.48658582990360897E-03  7.67606839765413041E-03
+  7.87034562414680450E-03  8.06953877828055222E-03  8.27377219333305658E-03
+  8.48317334424598946E-03  8.69787292685501694E-03  8.91800493911914550E-03
+  9.14370676437588868E-03  9.37511925669507439E-03  9.61238682838138660E-03
+  9.85565753965685423E-03  1.01050831906079885E-02  1.03608194154407324E-02
+  1.06230257790825618E-02  1.08918658762273291E-02  1.11675074328576596E-02
+  1.14501224102962432E-02  1.17398871118903226E-02  1.20369822923548572E-02
+  1.23415932698429983E-02  1.26539100408516059E-02  1.29741273979800658E-02
+  1.33024450506327614E-02  1.36390677487697905E-02  1.39842054097207846E-02
+  1.43380732481776536E-02  1.47008919094603584E-02  1.50728876060731865E-02
+  1.54542922576943013E-02  1.58453436346756883E-02  1.62462855050803691E-02
+  1.66573677854268722E-02  1.70788466951950872E-02  1.75109849151379900E-02
+  1.79540517495939585E-02  1.84083232928261044E-02  1.88740825994612865E-02
+  1.93516198592414111E-02  1.98412325760834798E-02  2.03432257515626935E-02
+  2.08579120730345326E-02  2.13856121063674826E-02  2.19266544934541771E-02
+  2.24813761547016586E-02  2.30501224964580372E-02  2.36332476236059061E-02
+  2.42311145574882723E-02  2.48440954591248112E-02  2.54725718580161194E-02
+  2.61169348866474686E-02  2.67775855206695418E-02  2.74549348251200802E-02
+  2.81494042067277489E-02  2.88614256723165284E-02  2.95914420937343353E-02
+  3.03399074792620668E-02  3.11072872515931707E-02  3.18940585328439247E-02
+  3.27007104364625198E-02  3.35277443662327437E-02  3.43756743228291334E-02
+  3.52450272177175367E-02  3.61363431947327868E-02  3.70501759597370028E-02
+  3.79870931181059274E-02  3.89476765205339706E-02  3.99325226174548284E-02
+  4.09422428218177356E-02  4.19774638808807776E-02  4.30388282571595032E-02
+  4.41269945183125067E-02  4.52426377367956822E-02  4.63864498992154761E-02
+  4.75591403252679859E-02  4.87614360972399435E-02  4.99940824997583688E-02
+  5.12578434698611751E-02  5.25535020584445775E-02  5.38818609025227477E-02
+  5.52437427086491378E-02  5.66399907485223841E-02  5.80714693660026107E-02
+  5.95390644962407387E-02  6.10436841977775313E-02  6.25862591967006193E-02
+  6.41677434439767436E-02  6.57891146865043352E-02  6.74513750509408427E-02
+  6.91555516418704413E-02  7.09026971543981893E-02  7.26938905003296776E-02
+  7.45302374499395848E-02  7.64128712888261785E-02  7.83429534892866042E-02
+  8.03216743985784298E-02  8.23502539428797586E-02  8.44299423468777566E-02
+  8.65620208715277423E-02  8.87478025680958488E-02  9.09886330491554429E-02
+  9.32858912789436556E-02  9.56409903806102329E-02  9.80553784619676988E-02
+  1.00530539461651691E-01  1.03067994012839628E-01  1.05669300327236301E-01
+  1.08336055100340667E-01  1.11069894435041949E-01  1.13872494787436135E-01
+  1.16745573934586525E-01  1.19690891961546642E-01  1.22710252272688544E-01
+  1.25805502625408738E-01  1.28978536184277959E-01  1.32231292601602018E-01
+  1.35565759120563761E-01  1.38983971700358200E-01  1.42488016169683956E-01
+  1.46080029402840067E-01  1.49762200519843042E-01  1.53536772116459025E-01
+  1.57406041516814477E-01  1.61372362052530915E-01  1.65438144372820672E-01
+  1.69605857777166080E-01  1.73878031577476472E-01  1.78257256491627852E-01
+  1.82746186059734861E-01  1.87347538093217247E-01  1.92064096154948960E-01
+  1.96898711062588549E-01  2.01854302428206150E-01  2.06933860227905914E-01
+  2.12140446395605975E-01  2.17477196456481503E-01  2.22947321188515540E-01
+  2.28554108310033172E-01  2.34300924209599054E-01  2.40191215701488603E-01
+  2.46228511810070605E-01  2.52416425597987992E-01  2.58758656017047339E-01
+  2.65258989792033439E-01  2.71921303348132748E-01  2.78749564758081603E-01
+  2.85747835727245492E-01  2.92920273620176475E-01  3.00271133504077248E-01
+  3.07804770235940439E-01  3.15525640586798439E-01  3.23438305380666313E-01
+  3.31547431683101912E-01  3.39857795020089226E-01  3.48374281610614511E-01
+  3.57101890654076437E-01  3.66045736638778152E-01  3.75211051665184758E-01
+  3.84603187827006310E-01  3.94227619602099788E-01  4.04089946261912636E-01
+  4.14195894337892279E-01  4.24551320085258588E-01  4.35162211971696633E-01
+  4.46034693217335576E-01  4.57175024318980605E-01  4.68589605607966919E-01
+  4.80284979847887317E-01  4.92267834803602311E-01  5.04545005854118545E-01
+  5.17123478627396271E-01  5.30010391594785801E-01  5.43213038719582264E-01
+  5.56738872102509608E-01  5.70595504578182422E-01  5.84790712373311150E-01
+  5.99332437729681144E-01  6.14228791474852764E-01  6.29488055655320400E-01
+  6.45118686096479266E-01  6.61129314913933785E-01  6.77528753076779511E-01
+  6.94325992856063889E-01  7.11530210234770477E-01  7.29150767345433493E-01
+  7.47197214749129812E-01  7.65679293691862273E-01  7.84606938347900740E-01
+  8.03990277860715308E-01  8.23839638380607586E-01  8.44165545030131415E-01
+  8.64978723626662505E-01  8.86290102419985737E-01  9.08110813678656648E-01
+  9.30452195001161497E-01  9.53325790651939897E-01  9.76743352647312491E-01
+  1.00071684154849194E+00  1.02525842726887206E+00  1.05038048951666307E+00
+  1.07609561794507358E+00  1.10241661227454357E+00  1.12935648192592275E+00
+  1.15692844537878092E+00  1.18514592942097008E+00  1.21402256777921247E+00
+  1.24357219950687270E+00  1.27380886713727137E+00  1.30474681408896021E+00
+  1.33640048186815985E+00  1.36878450686094033E+00  1.40191371625863526E+00
+  1.43580312381583375E+00  1.47046792496957979E+00  1.50592349099678402E+00
+  1.54218536301424991E+00  1.57926924506028543E+00  1.61719099616091855E+00
+  1.65596662219104229E+00  1.69561226650022800E+00  1.73614419951877230E+00
+  1.77757880802569601E+00  1.81993258284414039E+00  1.86322210555810486E+00
+  1.90746403465703951E+00  1.95267508976376547E+00  1.99887203496209009E+00
+  2.04607166120380102E+00  2.09429076646767554E+00  2.14354613511469694E+00
+  2.19385451585187052E+00  2.24523259715671131E+00  2.29769698197839656E+00
+  2.35126416045545295E+00  2.40595047987893995E+00  2.46177211394238693E+00
+  2.51874502931038169E+00  2.57688494933732981E+00  2.63620731693395083E+00
+  2.69672725399745072E+00  2.75845951802900125E+00  2.82141845755524834E+00
+  2.88561796335473186E+00  2.95107141702521503E+00  3.01779163778562554E+00
+  3.08579082436709085E+00  3.15508049448585481E+00  3.22567142175025801E+00
+  3.29757356704377047E+00  3.37079600776308874E+00  3.44534686347812436E+00
+  3.52123321563005875E+00  3.59846102530463963E+00  3.67703504625700717E+00
+  3.75695873179294226E+00  3.83823413977611771E+00  3.92086183165866098E+00
+  4.00484076551683366E+00  4.09016818695862394E+00  4.17683951294599254E+00
+  4.26484821008027737E+00  4.35418567016776059E+00  4.44484107788239147E+00
+  4.53680127357289908E+00  4.63005061249767635E+00  4.72457081578124072E+00
+  4.82034081729999642E+00  4.91733660604163170E+00  5.01553106040189700E+00
+  5.11489377914178611E+00  5.21539090702509789E+00  5.31698495331614662E+00
+  5.41963460745349490E+00  5.52329454914864648E+00  5.62791525300200313E+00
+  5.73344279050121042E+00  5.83981862721168543E+00  5.94697941672818331E+00
+  6.05485679201875548E+00  6.16337715427450572E+00  6.27246146096772961E+00
+  6.38202501159177693E+00  6.49197723516714120E+00  6.60222147910805646E+00
+  6.71265479712599422E+00  6.82316774534352000E+00  6.93364418108981351E+00
+  7.04396106423039470E+00  7.15398827528859904E+00  7.26358843631723339E+00
+  7.37261674127226829E+00  7.48092081335087222E+00  7.58834056387886147E+00
+  7.69470807258645095E+00  7.79984750527280646E+00  7.90357503141386708E+00
+  8.00569878119297940E+00  8.10601884825024754E+00  8.20432729267280614E+00
+  8.30040820771433907E+00  8.39403783605036402E+00  8.48498469133395083E+00
+  8.57300977328024594E+00  8.65786682932753848E+00  8.73930263447536682E+00
+  8.81705739800101362E+00  8.89086520525355617E+00  8.96045450139075683E+00
+  9.02554873505873623E+00  9.08586701679120345E+00  9.14112485631411253E+00
+  9.19103508633375554E+00  9.23530877406878226E+00  9.27365626224340112E+00
+  9.30578840761146786E+00  9.33141777972651987E+00  9.35026004987826731E+00
+  9.36203556257915004E+00  9.36647084922104334E+00  9.36330039243007128E+00
+  9.35226852629718941E+00  9.33313127624160721E+00  9.30565849729211791E+00
+  9.26963606843794885E+00  9.22486804121229298E+00  9.17117910663435509E+00
+  9.10841700931733556E+00  9.03645494368184821E+00  8.95519424386558960E+00
+  8.86456689413828514E+00  8.76453805086769933E+00  8.65510877369189657E+00
+  8.53631845102467679E+00  8.40824724731457529E+00  8.27101860737496430E+00
+  8.12480135099980139E+00  7.96981175076501280E+00  7.80631545675429095E+00
+  7.63462894402203318E+00  7.45512082420244582E+00  7.26821277338272420E+00
+  7.07437994199817499E+00  6.87415101590410504E+00  6.66810769618213328E+00
+  6.45688362085998335E+00  6.24116264103506690E+00  6.02167641275993937E+00
+  5.79920135481923715E+00  5.57455462253491696E+00  5.34858944240633605E+00
+  5.12218966399938580E+00  4.89626302944115110E+00  4.67173401901171470E+00
+  4.44953567299992248E+00  4.23059999258530706E+00  4.01584826748102497E+00
+  3.80618007008999104E+00  3.60246098363516198E+00  3.40551064649464852E+00
+  3.21608918099808072E+00  3.03488288261219719E+00  2.86249056210301989E+00
+  2.69940815628013953E+00  2.54601350001877735E+00  2.40255199126835883E+00
+  2.26912074326723490E+00  2.14565409697909759E+00  2.03191021980879505E+00
+  1.92745692938828928E+00  1.83166023954538204E+00  1.74367432607077943E+00
+  1.66243214871513811E+00  1.58664013495146228E+00  1.51478057440175840E+00
+  1.44570900995379970E+00  1.37928382668024696E+00  1.31547516259707464E+00
+  1.25424935292059980E+00  1.19556923966668793E+00  1.13939443051299927E+00
+  1.08568155719221138E+00  1.03438447178709914E+00  9.85454485142926662E-01
+  9.38840558366378142E-01  8.94489414802507099E-01  8.52345760057679813E-01
+  8.12352489352413887E-01  7.74450868181485785E-01  7.38580788508129693E-01
+  7.04680947356627896E-01  6.72689025950046426E-01  6.42541936255901391E-01
+  6.14175968412183471E-01  5.87526967408703138E-01  5.62530557955696953E-01
+  5.39122261284687321E-01  5.17237667337446028E-01  4.96812626777154431E-01
+  4.77783341179435217E-01  4.60086526808465401E-01  4.43659566231216385E-01
+  4.28440576835943221E-01  4.14368561562938886E-01  4.01383516854889932E-01
+  3.89426484442802867E-01  3.78439684355662387E-01  3.68366580185697789E-01
+  3.59151918609973475E-01  3.50741840491516688E-01  3.43083908171037955E-01
+  3.36127136410896032E-01  3.29822078304792654E-01  3.24120822126328367E-01
+  3.18977016415560144E-01  3.14345928572787925E-01  3.10184420523397952E-01
+  3.06450969278404817E-01  3.03105698035321725E-01  3.00110339818813798E-01
+  2.97428253437330758E-01  2.95024429572330882E-01  2.92865449483009410E-01
+  2.90919495792038518E-01  2.89156337775461236E-01  2.87547289977955034E-01
+  2.86065217031702623E-01  2.84684503221586283E-01  2.83381013828600425E-01
+  2.82132093149936980E-01  2.80916523566853205E-01  2.79714490759979839E-01
+  2.78507574247923551E-01  2.77278700799135247E-01  2.76012113401152170E-01
+  2.74693353951402985E-01  2.73309215112726933E-01  2.71847711932143632E-01
+  2.70298057043681539E-01  2.68650613810688388E-01  2.66896868976135793E-01
+  2.65029401612031701E-01  2.63041838869305933E-01  2.60928828135190582E-01
+  2.58686001392378628E-01  2.56309933782694843E-01  2.53798114053518042E-01
+  2.51148906084949719E-01  2.48361509758754651E-01  2.45435928917432850E-01
+  2.42372931666608005E-01  2.39174012663942115E-01  2.35841358344099195E-01
+  2.32377807279347981E-01  2.28786812903517572E-01  2.25072406330853236E-01
+  2.21239157621768018E-01  2.17292138087339604E-01  2.13236881588760169E-01
+  2.09079347067430754E-01  2.04825879949103173E-01  2.00483173160471762E-01
+  1.96058230944838013E-01  1.91558329382643749E-01  1.86990978457438145E-01
+  1.82363887065047386E-01  1.77684923175924742E-01  1.72962078188689000E-01
+  1.68203433100795524E-01  1.63417119305996755E-01  1.58611286243050514E-01
+  1.53794068875425433E-01  1.48973550494039875E-01  1.44157734353470457E-01
+  1.39354512857145091E-01  1.34571633967568466E-01  1.29816677169797223E-01
+  1.25097025080678104E-01  1.20419834997275696E-01  1.15792019311270186E-01
+  1.11220220535087608E-01  1.06710789150068847E-01  1.02269768562740365E-01
+  9.79028746369153408E-02  9.36154805143025043E-02  8.94126062147735101E-02
+  8.52989036998043348E-02  8.12786488013841624E-02  7.73557355806568786E-02
+  7.35336677151218338E-02  6.98155571626893762E-02  6.62041233747749092E-02
+  6.27016914062320796E-02  5.93101965289482974E-02  5.60311883253556478E-02
+  5.28658353940503895E-02  4.98149348663383396E-02  4.68789212811226569E-02
+  4.40578771329051960E-02  4.13515461977284338E-02  3.87593468453256151E-02
+  3.62803871333570449E-02  3.39134809128512626E-02  3.16571649075734832E-02
+  2.95097167289162729E-02  2.74691728103230622E-02  2.55333482583322627E-02
+  2.36998560703943137E-02  2.19661260280097949E-02  2.03294260482774110E-02
+  1.87868810251182773E-02  1.73354918860102181E-02  1.59721569920130667E-02
+  1.46936893515739759E-02  1.34968351133053898E-02  1.23782935161872061E-02
+  1.13347316799548813E-02  1.03628018345322710E-02  9.45915850707549494E-03
+  8.62047051164616454E-03  7.84343625987849423E-03  7.12479726194832543E-03
+  6.46134724490842870E-03  5.84994499849354581E-03  5.28752374234768997E-03
+  4.77109752347341758E-03  4.29777120679321854E-03  3.86474573918902655E-03
+  3.46932211776931074E-03  3.10890832412650739E-03  2.78102092514707867E-03
+  2.48328697777332533E-03  2.21344790956054050E-03  1.96935818815042584E-03
+  1.74898554750732636E-03  1.55041202036886039E-03  1.37183055813573586E-03
+  1.21154392321002171E-03  1.06796330970073414E-03  9.39603749634056011E-04
+  8.25081990833386445E-04  7.23113308669784665E-04  6.32506383678579486E-04
+  5.52160472105076277E-04  4.81061066695435166E-04  4.18274758480106576E-04
+  3.62945984176951837E-04  3.14292157137454448E-04  2.71598859484097294E-04
+  2.34216417485072210E-04  2.01555021320480311E-04  1.73080450081016418E-04
+  1.48310684742561068E-04  1.26811398111291034E-04  1.08192301463584276E-04
+  9.21039601257778824E-05  7.82338893404981576E-05  6.63035257900525748E-05
+                             </PP_RHOATOM> 
+<PP_PAW paw_data_format="2"> 
+   <PP_OCCUPATIONS type="real" columns="3" size=" 4">
+  2.00000000000000000E+00  1.00000000000000000E+00  6.00000000000000000E+00
+  0.00000000000000000E+00
+                             </PP_OCCUPATIONS> 
+ <PP_AE_NLCC type="real" size="   969" columns="3">
+  7.77736556588651865E+02  7.77718715703658859E+02  7.77700650828610264E+02
+  7.77682359156697771E+02  7.77663837846076717E+02  7.77645084019431351E+02
+  7.77626094763535434E+02  7.77606867128810109E+02  7.77587398128871882E+02
+  7.77567684740078221E+02  7.77547723901066206E+02  7.77527512512286762E+02
+  7.77507047435528762E+02  7.77486325493447566E+02  7.77465343469075606E+02
+  7.77444098105333978E+02  7.77422586104538027E+02  7.77400804127896777E+02
+  7.77378748795002480E+02  7.77356416683318002E+02  7.77333804327656821E+02
+  7.77310908219656426E+02  7.77287724807247287E+02  7.77264250494111934E+02
+  7.77240481639138352E+02  7.77216414555870529E+02  7.77192045511945707E+02
+  7.77167370728535047E+02  7.77142386379762911E+02  7.77117088592134564E+02
+  7.77091473443947393E+02  7.77065536964694616E+02  7.77039275134469108E+02
+  7.77012683883352793E+02  7.76985759090804663E+02  7.76958496585032321E+02
+  7.76930892142370908E+02  7.76902941486637133E+02  7.76874640288487967E+02
+  7.76845984164769789E+02  7.76816968677854106E+02  7.76787589334971130E+02
+  7.76757841587532880E+02  7.76727720830446287E+02  7.76697222401424483E+02
+  7.76666341580282960E+02  7.76635073588230171E+02  7.76603413587151408E+02
+  7.76571356678882012E+02  7.76538897904470446E+02  7.76506032243437176E+02
+  7.76472754613018651E+02  7.76439059867409014E+02  7.76404942796988962E+02
+  7.76370398127545286E+02  7.76335420519481886E+02  7.76300004567020892E+02
+  7.76264144797398558E+02  7.76227835670042055E+02  7.76191071575749447E+02
+  7.76153846835846821E+02  7.76116155701346429E+02  7.76077992352087790E+02
+  7.76039350895871394E+02  7.76000225367585244E+02  7.75960609728312761E+02
+  7.75920497864439653E+02  7.75879883586741812E+02  7.75838760629472745E+02
+  7.75797122649428616E+02  7.75754963225012375E+02  7.75712275855280609E+02
+  7.75669053958980840E+02  7.75625290873581775E+02  7.75580979854285147E+02
+  7.75536114073029125E+02  7.75490686617485835E+02  7.75444690490035555E+02
+  7.75398118606740582E+02  7.75350963796300107E+02  7.75303218798996113E+02
+  7.75254876265624489E+02  7.75205928756417052E+02  7.75156368739950153E+02
+  7.75106188592040212E+02  7.75055380594624239E+02  7.75003936934632179E+02
+  7.74951849702841059E+02  7.74899110892724821E+02  7.74845712399277659E+02
+  7.74791646017839184E+02  7.74736903442889798E+02  7.74681476266851746E+02
+  7.74625355978856305E+02  7.74568533963513914E+02  7.74511001499658278E+02
+  7.74452749759081371E+02  7.74393769805255374E+02  7.74334052592037665E+02
+  7.74273588962365579E+02  7.74212369646927641E+02  7.74150385262829559E+02
+  7.74087626312240104E+02  7.74024083181022547E+02  7.73959746137351090E+02
+  7.73894605330311379E+02  7.73828650788488858E+02  7.73761872418533926E+02
+  7.73694260003721638E+02  7.73625803202484349E+02  7.73556491546938673E+02
+  7.73486314441386185E+02  7.73415261160806153E+02  7.73343320849325096E+02
+  7.73270482518676999E+02  7.73196735046636377E+02  7.73122067175446091E+02
+  7.73046467510217894E+02  7.72969924517321942E+02  7.72892426522755500E+02
+  7.72813961710496642E+02  7.72734518120836810E+02  7.72654083648700180E+02
+  7.72572646041938356E+02  7.72490192899616773E+02  7.72406711670268237E+02
+  7.72322189650143400E+02  7.72236613981433493E+02  7.72149971650473503E+02
+  7.72062249485932739E+02  7.71973434156979806E+02  7.71883512171433495E+02
+  7.71792469873889218E+02  7.71700293443829651E+02  7.71606968893714111E+02
+  7.71512482067050655E+02  7.71416818636441576E+02  7.71319964101617870E+02
+  7.71221903787442329E+02  7.71122622841905240E+02  7.71022106234087573E+02
+  7.70920338752111093E+02  7.70817305001064483E+02  7.70712989400906622E+02
+  7.70607376184353939E+02  7.70500449394741395E+02  7.70392192883865619E+02
+  7.70282590309802913E+02  7.70171625134709075E+02  7.70059280622594997E+02
+  7.69945539837081128E+02  7.69830385639130327E+02  7.69713800684755142E+02
+  7.69595767422710082E+02  7.69476268092154328E+02  7.69355284720292730E+02
+  7.69232799119995661E+02  7.69108792887399431E+02  7.68983247399475658E+02
+  7.68856143811585525E+02  7.68727463055004364E+02  7.68597185834428956E+02
+  7.68465292625455163E+02  7.68331763672038619E+02  7.68196578983926997E+02
+  7.68059718334068862E+02  7.67921161256001596E+02  7.67780887041213873E+02
+  7.67638874736481284E+02  7.67495103141185496E+02  7.67349550804599062E+02
+  7.67202196023158308E+02  7.67053016837699033E+02  7.66901991030677209E+02
+  7.66749096123364211E+02  7.66594309373010674E+02  7.66437607769993065E+02
+  7.66278968034937407E+02  7.66118366615808441E+02  7.65955779684985487E+02
+  7.65791183136307609E+02  7.65624552582095475E+02  7.65455863350147524E+02
+  7.65285090480713052E+02  7.65112208723444951E+02  7.64937192534317546E+02
+  7.64760016072528174E+02  7.64580653197374090E+02  7.64399077465096639E+02
+  7.64215262125716322E+02  7.64029180119827970E+02  7.63840804075378060E+02
+  7.63650106304423957E+02  7.63457058799855304E+02  7.63261633232107556E+02
+  7.63063800945836761E+02  7.62863532956578524E+02  7.62660799947387204E+02
+  7.62455572265439741E+02  7.62247819918626192E+02  7.62037512572115247E+02
+  7.61824619544892585E+02  7.61609109806282731E+02  7.61390951972440348E+02
+  7.61170114302828097E+02  7.60946564696666201E+02  7.60720270689362792E+02
+  7.60491199448921066E+02  7.60259317772329041E+02  7.60024592081918740E+02
+  7.59786988421720025E+02  7.59546472453778392E+02  7.59303009454462654E+02
+  7.59056564310749877E+02  7.58807101516489183E+02  7.58554585168651329E+02
+  7.58298978963557602E+02  7.58040246193088592E+02  7.57778349740877729E+02
+  7.57513252078488676E+02  7.57244915261570213E+02  7.56973300926009188E+02
+  7.56698370284046860E+02  7.56420084120401839E+02  7.56138402788364147E+02
+  7.55853286205882455E+02  7.55564693851636207E+02  7.55272584761093754E+02
+  7.54976917522564690E+02  7.54677650273234462E+02  7.54374740695192372E+02
+  7.54068146011452995E+02  7.53757822981962590E+02  7.53443727899602095E+02
+  7.53125816586186488E+02  7.52804044388448233E+02  7.52478366174025609E+02
+  7.52148736327445363E+02  7.51815108746098758E+02  7.51477436836216953E+02
+  7.51135673508849436E+02  7.50789771175839178E+02  7.50439681745799135E+02
+  7.50085356620095126E+02  7.49726746688828598E+02  7.49363802326826658E+02
+  7.48996473389640528E+02  7.48624709209547746E+02  7.48248458591569147E+02
+  7.47867669809491645E+02  7.47482290601907380E+02  7.47092268168265150E+02
+  7.46697549164936163E+02  7.46298079701300594E+02  7.45893805335849152E+02
+  7.45484671072308743E+02  7.45070621355792127E+02  7.44651600068961216E+02
+  7.44227550528231632E+02  7.43798415479996152E+02  7.43364137096881223E+02
+  7.42924656974036793E+02  7.42479916125457635E+02  7.42029854980346158E+02
+  7.41574413379510474E+02  7.41113530571804858E+02  7.40647145210615804E+02
+  7.40175195350392187E+02  7.39697618443224428E+02  7.39214351335480501E+02
+  7.38725330264485592E+02  7.38230490855268613E+02  7.37729768117366461E+02
+  7.37223096441685470E+02  7.36710409597435614E+02  7.36191640729128949E+02
+  7.35666722353653199E+02  7.35135586357416287E+02  7.34598163993576122E+02
+  7.34054385879343613E+02  7.33504181993379461E+02  7.32947481673276457E+02
+  7.32384213613128281E+02  7.31814305861206776E+02  7.31237685817731517E+02
+  7.30654280232743758E+02  7.30064015204091788E+02  7.29466816175527129E+02
+  7.28862607934916127E+02  7.28251314612575698E+02  7.27632859679729449E+02
+  7.27007165947096155E+02  7.26374155563619297E+02  7.25733750015322585E+02
+  7.25085870124321104E+02  7.24430436047978674E+02  7.23767367278214238E+02
+  7.23096582640975726E+02  7.22418000295875231E+02  7.21731537735990742E+02
+  7.21037111787851245E+02  7.20334638611598166E+02  7.19624033701333133E+02
+  7.18905211885666063E+02  7.18178087328450260E+02  7.17442573529738183E+02
+  7.16698583326938206E+02  7.15946028896194321E+02  7.15184821753983442E+02
+  7.14414872758958381E+02  7.13636092114017742E+02  7.12848389368620701E+02
+  7.12051673421367468E+02  7.11245852522819860E+02  7.10430834278603584E+02
+  7.09606525652785649E+02  7.08772832971522803E+02  7.07929661927010670E+02
+  7.07076917581731209E+02  7.06214504372993474E+02  7.05342326117808170E+02
+  7.04460286018073361E+02  7.03568286666089421E+02  7.02666230050425497E+02
+  7.01754017562129775E+02  7.00831550001286359E+02  6.99898727583967002E+02
+  6.98955449949532863E+02  6.98001616168329747E+02  6.97037124749796931E+02
+  6.96061873650954112E+02  6.95075760285314800E+02  6.94078681532249107E+02
+  6.93070533746735805E+02  6.92051212769597100E+02  6.91020613938188376E+02
+  6.89978632097527566E+02  6.88925161611937142E+02  6.87860096377163245E+02
+  6.86783329832970594E+02  6.85694754976294121E+02  6.84594264374889349E+02
+  6.83481750181497318E+02  6.82357104148607277E+02  6.81220217643737215E+02
+  6.80070981665277031E+02  6.78909286858971996E+02  6.77735023534933816E+02
+  6.76548081685279385E+02  6.75348351002439813E+02  6.74135720898016302E+02
+  6.72910080522324733E+02  6.71671318784641130E+02  6.70419324374017719E+02
+  6.69153985780860694E+02  6.67875191319207602E+02  6.66582829149637746E+02
+  6.65276787302987373E+02  6.63956953704791090E+02  6.62623216200391994E+02
+  6.61275462580931617E+02  6.59913580610057579E+02  6.58537458051367139E+02
+  6.57146982696790133E+02  6.55742042395679846E+02  6.54322525084720155E+02
+  6.52888318818821404E+02  6.51439311802711472E+02  6.49975392423440212E+02
+  6.48496449283900120E+02  6.47002371237041871E+02  6.45493047421106098E+02
+  6.43968367295881535E+02  6.42428220679665515E+02  6.40872497787358384E+02
+  6.39301089269557906E+02  6.37713886252394786E+02  6.36110780378617278E+02
+  6.34491663849616543E+02  6.32856429468269425E+02  6.31204970683126703E+02
+  6.29537181633464229E+02  6.27852957195265617E+02  6.26152193028613510E+02
+  6.24434785625869836E+02  6.22700632360905388E+02  6.20949631539801771E+02
+  6.19181682452233986E+02  6.17396685424082193E+02  6.15594541871506522E+02
+  6.13775154355626000E+02  6.11938426638616193E+02  6.10084263741213931E+02
+  6.08212572000771615E+02  6.06323259130949623E+02  6.04416234282665869E+02
+  6.02491408105621076E+02  6.00548692811656792E+02  5.98588002239156936E+02
+  5.96609251918124642E+02  5.94612359137257954E+02  5.92597243011790511E+02
+  5.90563824552188521E+02  5.88512026734965843E+02  5.86441774573930275E+02
+  5.84352995192564322E+02  5.82245617898548062E+02  5.80119574258376474E+02
+  5.77974798173460727E+02  5.75811225958284240E+02  5.73628796418339903E+02
+  5.71427450929980068E+02  5.69207133522045069E+02  5.66967790957091779E+02
+  5.64709372814970493E+02  5.62431831577717730E+02  5.60135122714035901E+02
+  5.57819204766521352E+02  5.55484039439574076E+02  5.53129591687064590E+02
+  5.50755829803084566E+02  5.48362725512574798E+02  5.45950254062103795E+02
+  5.43518394313927502E+02  5.41067128839011957E+02  5.38596444010822438E+02
+  5.36106330102375409E+02  5.33596781381313804E+02  5.31067796206580397E+02
+  5.28519377128015662E+02  5.25951530983152907E+02  5.23364268996609894E+02
+  5.20757606881619495E+02  5.18131564938267388E+02  5.15486168155333530E+02
+  5.12821446313047886E+02  5.10137434082480240E+02  5.07434171129473327E+02
+  5.04711702217819436E+02  5.01970077309508724E+02  4.99209351670259935E+02
+  4.96429585972265443E+02  4.93630846394973275E+02  4.90813204731572000E+02
+  4.87976738490403363E+02  4.85121530995946102E+02  4.82247671495390989E+02
+  4.79355255257839985E+02  4.76444383675139875E+02  4.73515164367395755E+02
+  4.70567711279173750E+02  4.67602144779765183E+02  4.64618591766182533E+02
+  4.61617185755732521E+02  4.58598066985135802E+02  4.55561382509356292E+02
+  4.52507286289988826E+02  4.49435939292469754E+02  4.46347509578978645E+02
+  4.43242172392121006E+02  4.40120110249240270E+02  4.36981513027576682E+02
+  4.33826578042767437E+02  4.30655510138962825E+02  4.27468521764461912E+02
+  4.24265833044595524E+02  4.21047671865935229E+02  4.17814273940784119E+02
+  4.14565882874051624E+02  4.11302750239286922E+02  4.08025135630753766E+02
+  4.04733306723873170E+02  4.01427539340197882E+02  3.98108117486325852E+02
+  3.94775333407177129E+02  3.91429487636789645E+02  3.88070889023593111E+02
+  3.84699854775494316E+02  3.81316710493290316E+02  3.77921790182045925E+02
+  3.74515436286571344E+02  3.71097999704315555E+02  3.67669839782833606E+02
+  3.64231324343675965E+02  3.60782829671926038E+02  3.57324740499982340E+02
+  3.53857450017090514E+02  3.50381359833287263E+02  3.46896879949962624E+02
+  3.43404428751179864E+02  3.39904432940834511E+02  3.36397327500481538E+02
+  3.32883555657491911E+02  3.29363568795583888E+02  3.25837826399860319E+02
+  3.22306795996610219E+02  3.18770953038136952E+02  3.15230780834445568E+02
+  3.11686770459630168E+02  3.08139420612571485E+02  3.04589237534010067E+02
+  3.01036734874948422E+02  2.97482433535457631E+02  2.93926861564809656E+02
+  2.90370553988312338E+02  2.86814052627118826E+02  2.83257905977559744E+02
+  2.79702668994482792E+02  2.76148902895547906E+02  2.72597175013803621E+02
+  2.69048058538161342E+02  2.65502132305703583E+02  2.61959980619614726E+02
+  2.58422192950442479E+02  2.54889363718805214E+02  2.51362092070770046E+02
+  2.47840981545192903E+02  2.44326639848216843E+02  2.40819678578906462E+02
+  2.37320712869316651E+02  2.33830361150751287E+02  2.30349244823918951E+02
+  2.26877987879695695E+02  2.23417216654969650E+02  2.19967559444043104E+02
+  2.16529646109224814E+02  2.13104107821071125E+02  2.09691576611465848E+02
+  2.06292684984110224E+02  2.02908065629924209E+02  1.99538350927641716E+02
+  1.96184172563845664E+02  1.92846161211041846E+02  1.89524945987360098E+02
+  1.86221154093131219E+02  1.82935410439780242E+02  1.79668337082943566E+02
+  1.76420552880329268E+02  1.73192673061496720E+02  1.69985308650794451E+02
+  1.66799066148128560E+02  1.63634547033013035E+02  1.60492347195484001E+02
+  1.57373056637050809E+02  1.54277258907434145E+02  1.51205530562898218E+02
+  1.48158440878837496E+02  1.45136551224727128E+02  1.42140414569916629E+02
+  1.39170575191902088E+02  1.36227568004870250E+02  1.33311918130655869E+02
+  1.30424140581780478E+02  1.27564739568221469E+02  1.24734208145250463E+02
+  1.21933027852421560E+02  1.19161668026484392E+02  1.16420585532785466E+02
+  1.13710224345538634E+02  1.11031014896752083E+02  1.08383373891493946E+02
+  1.05767703821135626E+02  1.03184392379217130E+02  1.00633812352674667E+02
+  9.81163210687011969E+01  9.56322599083891163E+01  9.31819542558999387E+01
+  9.07657128913952960E+01  8.83838276318090266E+01  8.60365733079706416E+01
+  8.37242071315691447E+01  8.14469684855355922E+01  7.92050788929768288E+01
+  7.69987413984277680E+01  7.48281405186090041E+01  7.26934421722287141E+01
+  7.05947931178256027E+01  6.85323210661561717E+01  6.65061345478670205E+01
+  6.45163224500062285E+01  6.25629542802402980E+01  6.06460799603089384E+01
+  5.87657295013614416E+01  5.69219133972978426E+01  5.51146223459488311E+01
+  5.33438270996080561E+01  5.16094789502000921E+01  4.99115093972702866E+01
+  4.82498302041410341E+01  4.66243339219516031E+01  4.50348935444416583E+01
+  4.34813627862377032E+01  4.19635765883042851E+01  4.04813508124363821E+01
+  3.90344827397244387E+01  3.76227515109358848E+01  3.62459179117507375E+01
+  3.49037250754562862E+01  3.35958988255994129E+01  3.23221475981427204E+01
+  3.10821633176690106E+01  2.98756216264218892E+01  2.87021819825481792E+01
+  2.75614886635918239E+01  2.64531708854300440E+01  2.53768431066838396E+01
+  2.43321060976061183E+01  2.33185469738746711E+01  2.23357397259632577E+01
+  2.13832462769682152E+01  2.04606164798226757E+01  1.95673888699579912E+01
+  1.87030916379712977E+01  1.78672426485571698E+01  1.70593503927276409E+01
+  1.62789148205351744E+01  1.55254274323918935E+01  1.47983723924095969E+01
+  1.40972271872181576E+01  1.34214628300719472E+01  1.27705450832632899E+01
+  1.21439349312995084E+01  1.15410889263551706E+01  1.09614604555333859E+01
+  1.04045000393580995E+01  9.86965583419339154E+00  9.35637487004419377E+00
+  8.86410320749778080E+00  8.39228659876927452E+00  7.94037161533681868E+00
+  7.50780571757138748E+00  7.09403805455786962E+00  6.69852041382918895E+00
+  6.32070726114354198E+00  5.96005664084904030E+00  5.61603090638899971E+00
+  5.28809677527177158E+00  4.97572628257455918E+00  4.67839727577687992E+00
+  4.39559351659076469E+00  4.12680563390342670E+00  3.87153138966294685E+00
+  3.62927584598839559E+00  3.39955226056937221E+00  3.18188215075072334E+00
+  2.97579553185406365E+00  2.78083169798550589E+00  2.59653912832198719E+00
+  2.42247579091329879E+00  2.25820975604465923E+00  2.10331900139484862E+00
+  1.95739176010216687E+00  1.82002693332014975E+00  1.69083384680279081E+00
+  1.56943261279309443E+00  1.45545433359506182E+00  1.34854084808252339E+00
+  1.24834507562743302E+00  1.15453102278232667E+00  1.06677354520500822E+00
+  9.84758643105686837E-01  9.08183298750813051E-01  8.36755267997178365E-01
+  7.70193300199873199E-01  7.08226844966874269E-01  6.50595878218193091E-01
+  5.97051024739575609E-01  5.47353178568912635E-01  5.01273361029110687E-01
+  4.58592731392376052E-01  4.19102166621602767E-01  3.82602140721354789E-01
+  3.48902623377124521E-01  3.17822655716873015E-01  2.89190237700263197E-01
+  2.62842128236016326E-01  2.38623441233905664E-01  2.16387529338792794E-01
+  1.95995707373672889E-01  1.77316882898511330E-01  1.60227427207303458E-01
+  1.44610848033586925E-01  1.30357461139755521E-01  1.17364242662857596E-01
+  1.05534477574844229E-01  9.47774733239141326E-02  8.50083909259907455E-02
+  7.61478935467197332E-02  6.81218994540389589E-02  6.08613927161970325E-02
+  5.43020921245644314E-02  4.83842376645019986E-02  4.30523867437624108E-02
+  3.82551162425988148E-02  3.39448364584964621E-02  3.00775819475639396E-02
+  2.66127525429915752E-02  2.35129498154943405E-02  2.07437721579758795E-02
+  1.82735957667300650E-02  1.60734298508436631E-02  1.41167244987877565E-02
+  1.23791894979845760E-02  1.08386656311906474E-02  9.47495182659187189E-03
+  8.26965791928288910E-03  7.20609027419828307E-03  6.26910231612444729E-03
+  5.44497650561936216E-03  4.72132327251231602E-03  4.08695660313667785E-03
+  3.53180021280764941E-03  3.04679962531920591E-03  2.62382199258310439E-03
+  2.25558196325518915E-03  1.93556693535894774E-03  1.65795862993759076E-03
+  1.41757488194093695E-03  1.20980778425059678E-03  1.03056378267294443E-03
+  8.76218279307643751E-04  7.43565921029672194E-04  6.29775829014789061E-04
+  5.32356476143782276E-04  4.49116941230422271E-04  3.78134097221639398E-04
+  3.17725696896881279E-04  2.66421115508256689E-04  2.22937717073638515E-04
+  1.86160479041746124E-04  1.55120599696319315E-04  1.28978720591239779E-04
+  1.07009770037262109E-04  8.85877816502905112E-05  7.31741478363794647E-05
+  6.03065916580173536E-05  4.95886843201254820E-05  4.06817370752183638E-05
+  3.32969770114221379E-05  2.71884915550194002E-05  2.21477143691958066E-05
+  1.79980252604725733E-05  1.45901143317385389E-05  1.17982907037983692E-05
+  9.51686344509475393E-06  7.65716459306662161E-06  6.14511959666899189E-06
+  4.91889577587791075E-06  3.92703174935133796E-06  3.12686805663012119E-06
+  2.48306726772962100E-06  1.96646226609064550E-06  1.55306499702308967E-06
+  1.22316348514708451E-06  9.60627066972961856E-07  7.52296140958130484E-07
+  5.87447344906219675E-07  4.57383207016484978E-07  3.55066895320770982E-07
+  2.74814479991870504E-07  2.12057847843193565E-07  1.63132621237476629E-07
+  1.25106031613393800E-07  9.56430633006049736E-08  7.28872115654152253E-08
+  5.53668583507706535E-08  4.19215103190929143E-08  3.16369920634822522E-08
+  2.37959022415988356E-08  1.78380103859016435E-08  1.33262526166252624E-08
+  9.92121318919006636E-09  7.36046809074968526E-09  5.44135589114535730E-09
+  4.00819341019936922E-09  2.94183657715471450E-09  2.15124838374294989E-09
+  1.56727592449004867E-09  1.13755050883782040E-09  8.22501349535513084E-10
+  5.92415969842045256E-10  4.25036782534206866E-10  3.03740806203827115E-10
+  2.16193901990156986E-10  1.53260292141744154E-10  1.08199880062821440E-10
+  7.60720261964267498E-11  5.32601070612118395E-11  3.71297754398022427E-11
+  2.57738167864422043E-11  1.78132584253760932E-11  1.22569377292836650E-11
+  8.39632392526723241E-12  5.72572236494489518E-12  3.88664292930573657E-12
+  2.62613583505150215E-12  1.76610122413247496E-12  1.18207525308013831E-12
+  7.87406798186916068E-13  5.21948283146547157E-13  3.44281232822327796E-13
+  2.25967624519506653E-13  1.47560006149833454E-13  9.58679590910936634E-14
+  6.19645381582149518E-14  3.98396523725031645E-14  2.54796220491275949E-14
+  1.62086888668871002E-14  1.02545621550211986E-14  6.45225529572887169E-15
+  4.03729152603723090E-15  2.51185157044951592E-15  1.55396026007570349E-15
+  9.55807684133111746E-16  5.84436013669327450E-16  3.55270002894116784E-16
+  2.14663956290626829E-16  1.28915741740548110E-16  7.69513314039714541E-17
+  4.56450770831906960E-17  2.69047063983289585E-17  1.57589773745625512E-17
+  9.17021355616803149E-18  5.30148071070551214E-18  3.04490989526066463E-18
+  1.73694105453704857E-18  9.84170661142467047E-19  5.53859129740054885E-19
+  3.09487911365372633E-19  1.71738789489732354E-19  9.46257972383069872E-20
+  5.17547289354942210E-20  2.81042990305421017E-20  1.51486152127750270E-20
+  8.10325136041574522E-21  4.30253737405630711E-21  2.26681776720199476E-21
+  1.18491080086369435E-21  6.14643180317048195E-22  3.16246425083290573E-22
+  1.61398957789490261E-22  8.17189905983895691E-23  4.10243308741376500E-23
+  2.04235926838444985E-23  1.00840131937142634E-23  4.93470018453729555E-24
+  2.39420819826829149E-24  1.15164037655724391E-24  5.48824410036914637E-25
+  2.59253555132550266E-25  1.21363969666228336E-25  5.62679822698006023E-26
+  2.58527057718464680E-26  1.17657347473742061E-26  5.30147432013707343E-27
+  2.36668159030653752E-27  1.04597292481187814E-27  4.57551487360137793E-28
+  1.98246914307115146E-28  8.49878050482365883E-29  3.60527548988307668E-29
+  1.51436049895118040E-29  6.28977810289999544E-30  2.58454367955890087E-30
+  1.05116672393757528E-30  4.22481308865787709E-31  1.67961737062806415E-31
+  6.60599075781850471E-32  2.56605069369055735E-32  9.85807051640625682E-33
+  3.74434502770544164E-33  1.40391144590528543E-33  5.20522660761089885E-34
+  1.90664503356073728E-34  6.89126737106361911E-35  2.46262492198464365E-35
+  8.68638200214938824E-36  3.02236037048841410E-36  1.03954202518007773E-36
+  3.52560975847273069E-37  1.17927834193592740E-37  3.89824684556117579E-38
+  1.26921946209425380E-38  4.07543716590756888E-39  1.29269493016137301E-39
+  4.03417477740892675E-40  1.24168521614391932E-40  3.77279839024141842E-41
+  1.12673435502083286E-41  3.31927433574835512E-42  9.64371397582573055E-43
+  2.75164950849124243E-43  7.74645405218634436E-44  2.14797549375539934E-44
+  5.84582037806613369E-45  1.57013855480883673E-45  4.14691453096108646E-46
+  1.07466270893730763E-46  2.74916396942583825E-47  6.90161278360632597E-48
+  1.70012824381977481E-48  4.13463670280175785E-49  9.84542513959556028E-50
+  2.30141100093410118E-50  5.30975311865435672E-51  1.19677431989461458E-51
+  2.64995159771370522E-52  5.78689184045436817E-53  1.23203684721484806E-53
+  2.57955215901159684E-54  5.31868814904944317E-55  1.06735828320993582E-55
+  2.10931135940476594E-56  4.09543139545216030E-57  7.73058951209366402E-58
+  1.43926158700266478E-58  2.62402302634515208E-59  4.64909766500300937E-60
+  8.13808823119535656E-61  1.38909083311848678E-61  2.30521209861947723E-62
+  3.78538924203289118E-63  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+                             </PP_AE_NLCC> 
+ <PP_AE_VLOC type="real" size="   969" columns="3">
+ -2.65343022283016995E+05 -2.62046354080860357E+05 -2.58790637748837762E+05
+ -2.55575364574649051E+05 -2.52400032165318989E+05 -2.49264144368698908E+05
+ -2.46167211195940938E+05 -2.43108748744936252E+05 -2.40088279124705034E+05
+ -2.37105330380723753E+05 -2.34159436421182822E+05 -2.31250136944157945E+05
+ -2.28376977365687169E+05 -2.25539508748741529E+05 -2.22737287733076490E+05
+ -2.19969876465957874E+05 -2.17236842533745308E+05 -2.14537758894326718E+05
+ -2.11872203810392763E+05 -2.09239760783538542E+05 -2.06640018489185895E+05
+ -2.04072570712312561E+05 -2.01537016283980338E+05 -1.99032959018651774E+05
+ -1.96560007652284752E+05 -1.94117775781197677E+05 -1.91705881801692361E+05
+ -1.89323948850428045E+05 -1.86971604745535558E+05 -1.84648481928462919E+05
+ -1.82354217406544223E+05 -1.80088452696280729E+05 -1.77850833767327364E+05
+ -1.75641010987174581E+05 -1.73458639066517411E+05 -1.71303377005303977E+05
+ -1.69174888039452897E+05 -1.67072839588233473E+05 -1.64996903202299291E+05
+ -1.62946754512366926E+05 -1.60922073178533348E+05 -1.58922542840221577E+05
+ -1.56947851066748932E+05 -1.54997689308509172E+05 -1.53071752848760312E+05
+ -1.51169740756013169E+05 -1.49291355837009323E+05 -1.47436304590284504E+05
+ -1.45604297160308051E+05 -1.43795047292192496E+05 -1.42008272286966007E+05
+ -1.40243692957399704E+05 -1.38501033584384131E+05 -1.36780021873847902E+05
+ -1.35080388914210576E+05 -1.33401869134365377E+05 -1.31744200262182683E+05
+ -1.30107123283529785E+05 -1.28490382401799274E+05 -1.26893724997939935E+05
+ -1.25316901590985290E+05 -1.23759665799071023E+05 -1.22221774300937614E+05
+ -1.20702986797910999E+05 -1.19203065976354817E+05 -1.17721777470590489E+05
+ -1.16258889826276543E+05 -1.14814174464243682E+05 -1.13387405644778744E+05
+ -1.11978360432352099E+05 -1.10586818660784149E+05 -1.09212562898843476E+05
+ -1.07855378416272782E+05 -1.06515053150237174E+05 -1.05191377672188290E+05
+ -1.03884145155141348E+05 -1.02593151341357720E+05 -1.01318194510429137E+05
+ -1.00059075447758660E+05 -9.88155974134327553E+04 -9.75875661114805989E+04
+ -9.63747896595147031E+04 -9.51770785587489809E+04 -9.39942456643892219E+04
+ -9.28261061563911207E+04 -9.16724775105821172E+04 -9.05331794701413746E+04
+ -8.94080340174343728E+04 -8.82968653461973445E+04 -8.71994998340668535E+04
+ -8.61157660154514742E+04 -8.50454945547396492E+04 -8.39885182198406255E+04
+ -8.29446718560542504E+04 -8.19137923602649826E+04 -8.08957186554570362E+04
+ -7.98902916655454319E+04 -7.88973542905203358E+04 -7.79167513818997104E+04
+ -7.69483297184868425E+04 -7.59919379824296775E+04 -7.50474267355767806E+04
+ -7.41146483961274353E+04 -7.31934572155716742E+04 -7.22837092559165903E+04
+ -7.13852623671961046E+04 -7.04979761652595189E+04 -6.96217120098361629E+04
+ -6.87563329828727728E+04 -6.79017038671394403E+04 -6.70576911251020501E+04
+ -6.62241628780565079E+04 -6.54009888855224708E+04 -6.45880405248931129E+04
+ -6.37851907713373585E+04 -6.29923141779522193E+04 -6.22092868561614669E+04
+ -6.14359864563575902E+04 -6.06722921487846324E+04 -5.99180846046580991E+04
+ -5.91732459775198076E+04 -5.84376598848240174E+04 -5.77112113897524396E+04
+ -5.69937869832551733E+04 -5.62852745663145615E+04 -5.55855634324296479E+04
+ -5.48945442503180238E+04 -5.42121090468325492E+04 -5.35381511900903715E+04
+ -5.28725653728113830E+04 -5.22152475958639407E+04 -5.15660951520146482E+04
+ -5.09250066098801835E+04 -5.02918817980784879E+04 -4.96666217895765876E+04
+ -4.90491288862333677E+04 -4.84393066035338270E+04 -4.78370596555132070E+04
+ -4.72422939398684684E+04 -4.66549165232544110E+04 -4.60748356267629206E+04
+ -4.55019606115821371E+04 -4.49362019648340574E+04 -4.43774712855879698E+04
+ -4.38256812710474769E+04 -4.32807457029095094E+04 -4.27425794338924097E+04
+ -4.22110983744314872E+04 -4.16862194795399555E+04 -4.11678607358327790E+04
+ -4.06559411487122125E+04 -4.01503807297120366E+04 -3.96511004839992675E+04
+ -3.91580223980310548E+04 -3.86710694273648551E+04 -3.81901654846202073E+04
+ -3.77152354275898615E+04 -3.72462050474986536E+04 -3.67830010574082771E+04
+ -3.63255510807659521E+04 -3.58737836400956512E+04 -3.54276281458294252E+04
+ -3.49870148852777347E+04 -3.45518750117367017E+04 -3.41221405337305550E+04
+ -3.36977443043881576E+04 -3.32786200109507408E+04 -3.28647021644107735E+04
+ -3.24559260892790480E+04 -3.20522279134788587E+04 -3.16535445583662549E+04
+ -3.12598137288734542E+04 -3.08709739037753970E+04 -3.04869643260768935E+04
+ -3.01077249935190630E+04 -2.97331966492042411E+04 -2.93633207723365012E+04
+ -2.89980395690780642E+04 -2.86372959635187472E+04 -2.82810335887576584E+04
+ -2.79291967780960440E+04 -2.75817305563389127E+04 -2.72385806312053755E+04
+ -2.68996933848451918E+04 -2.65650158654608931E+04 -2.62344957790341614E+04
+ -2.59080814811545060E+04 -2.55857219689499652E+04 -2.52673668731177349E+04
+ -2.49529664500537947E+04 -2.46424715740806496E+04 -2.43358337297709877E+04
+ -2.40330050043673764E+04 -2.37339380802956912E+04 -2.34385862277715714E+04
+ -2.31469032974990660E+04 -2.28588437134594424E+04 -2.25743624657900691E+04
+ -2.22934151037514821E+04 -2.20159577287818138E+04 -2.17419469876377698E+04
+ -2.14713400656203667E+04 -2.12040946798852674E+04 -2.09401690728359572E+04
+ -2.06795220055989703E+04 -2.04221127515804765E+04 -2.01679010901024158E+04
+ -1.99168473001181737E+04 -1.96689121540060260E+04 -1.94240569114397258E+04
+ -1.91822433133354280E+04 -1.89434335758734560E+04 -1.87075903845946777E+04
+ -1.84746768885700330E+04 -1.82446566946424646E+04 -1.80174938617406115E+04
+ -1.77931528952627414E+04 -1.75715987415308809E+04 -1.73527967823135441E+04
+ -1.71367128294165414E+04 -1.69233131193412337E+04 -1.67125643080087029E+04
+ -1.65044334655498969E+04 -1.62988880711602196E+04 -1.60958960080181041E+04
+ -1.58954255582668538E+04 -1.56974453980585276E+04 -1.55019245926597032E+04
+ -1.53088325916178565E+04 -1.51181392239877750E+04 -1.49298146936174653E+04
+ -1.47438295744923216E+04 -1.45601548061374087E+04 -1.43787616890767458E+04
+ -1.41996218803488937E+04 -1.40227073890785286E+04 -1.38479905721026826E+04
+ -1.36754441296516234E+04 -1.35050411010831958E+04 -1.33367548606702057E+04
+ -1.31705591134402421E+04 -1.30064278910669491E+04 -1.28443355478125959E+04
+ -1.26842567565208792E+04 -1.25261665046595608E+04 -1.23700400904122980E+04
+ -1.22158531188189445E+04 -1.20635814979639053E+04 -1.19132014352117712E+04
+ -1.17646894334896970E+04 -1.16180222876160715E+04 -1.14731770806746590E+04
+ -1.13301311804339093E+04 -1.11888622358106641E+04 -1.10493481733778372E+04
+ -1.09115671939154727E+04 -1.07754977690046380E+04 -1.06411186376636579E+04
+ -1.05084088030261209E+04 -1.03773475290601236E+04 -1.02479143373283659E+04
+ -1.01200890037883746E+04 -9.99385155563259832E+03 -9.86918226816767128E+03
+ -9.74606166173247038E+03 -9.62447049865451663E+03 -9.50438978024409698E+03
+ -9.38580074382580096E+03 -9.26868485980691366E+03 -9.15302382878221761E+03
+ -9.03879957867479425E+03 -8.92599426191230123E+03 -8.81459025263840340E+03
+ -8.70457014395877013E+03 -8.59591674522134417E+03 -8.48861307933037460E+03
+ -8.38264238009382461E+03 -8.27798808960376118E+03 -8.17463385564924829E+03
+ -8.07256352916140804E+03 -7.97176116169024317E+03 -7.87221100291276070E+03
+ -7.77389749817211577E+03 -7.67680528604728261E+03 -7.58091919595293439E+03
+ -7.48622424576918274E+03 -7.39270563950069027E+03 -7.30034876496495872E+03
+ -7.20913919150927268E+03 -7.11906266775603126E+03 -7.03010511937612318E+03
+ -6.94225264688991865E+03 -6.85549152349563155E+03 -6.76980819292464275E+03
+ -6.68518926732346245E+03 -6.60162152516204787E+03 -6.51909190916807256E+03
+ -6.43758752428690241E+03 -6.35709563566688212E+03 -6.27760366666969003E+03
+ -6.19909919690541210E+03 -6.12156996029201036E+03 -6.04500384313894392E+03
+ -5.96938888225457868E+03 -5.89471326307711206E+03 -5.82096531782876082E+03
+ -5.74813352369284075E+03 -5.67620650101354477E+03 -5.60517301151807169E+03
+ -5.53502195656083677E+03 -5.46574237538955367E+03 -5.39732344343280147E+03
+ -5.32975447060892839E+03 -5.26302489965595942E+03 -5.19712430448223404E+03
+ -5.13204238853759034E+03 -5.06776898320475811E+03 -5.00429404621076901E+03
+ -4.94160766005810365E+03 -4.87970003047533464E+03 -4.81856148488704912E+03
+ -4.75818247090276145E+03 -4.69855355482465257E+03 -4.63966542017380834E+03
+ -4.58150886623483075E+03 -4.52407480661849695E+03 -4.46735426784232550E+03
+ -4.41133838792876941E+03 -4.35601841502084335E+03 -4.30138570601495758E+03
+ -4.24743172521075121E+03 -4.19414804297773480E+03 -4.14152633443847571E+03
+ -4.08955837816818894E+03 -4.03823605491048738E+03 -3.98755134630907241E+03
+ -3.93749633365527234E+03 -3.88806319665107503E+03 -3.83924421218758471E+03
+ -3.79103175313867905E+03 -3.74341828716962618E+03 -3.69639637556057778E+03
+ -3.64995867204466140E+03 -3.60409792166051375E+03 -3.55880695961911897E+03
+ -3.51407871018472542E+03 -3.46990618556967820E+03 -3.42628248484301594E+03
+ -3.38320079285264546E+03 -3.34065437916089286E+03 -3.29863659699333857E+03
+ -3.25714088220073108E+03 -3.21616075223376583E+03 -3.17568980513068982E+03
+ -3.13572171851746316E+03 -3.09625024862034434E+03 -3.05726922929083639E+03
+ -3.01877257104269393E+03 -2.98075426010093133E+03 -2.94320835746272178E+03
+ -2.90612899796989450E+03 -2.86951038939304863E+03 -2.83334681152706071E+03
+ -2.79763261529780038E+03 -2.76236222188001784E+03 -2.72753012182621387E+03
+ -2.69313087420630291E+03 -2.65915910575804946E+03 -2.62560951004807112E+03
+ -2.59247684664322196E+03 -2.55975594029239392E+03 -2.52744168011846250E+03
+ -2.49552901882023752E+03 -2.46401297188447688E+03 -2.43288861680762011E+03
+ -2.40215109232719351E+03 -2.37179559766292414E+03 -2.34181739176715837E+03
+ -2.31221179258466600E+03 -2.28297417632174756E+03 -2.25409997672429790E+03
+ -2.22558468436496378E+03 -2.19742384593921588E+03 -2.16961306357004833E+03
+ -2.14214799412146476E+03 -2.11502434852053466E+03 -2.08823789108772871E+03
+ -2.06178443887580079E+03 -2.03565986101683143E+03 -2.00986007807729220E+03
+ -1.98438106142135166E+03 -1.95921883258200114E+03 -1.93436946263993627E+03
+ -1.90982907161039043E+03 -1.88559382783744763E+03 -1.86165994739586154E+03
+ -1.83802369350055233E+03 -1.81468137592323183E+03 -1.79162935041634614E+03
+ -1.76886401814437522E+03 -1.74638182512194317E+03 -1.72417926165907625E+03
+ -1.70225286181348974E+03 -1.68059920284938903E+03 -1.65921490470326876E+03
+ -1.63809662945638206E+03 -1.61724108081347595E+03 -1.59664500358838086E+03
+ -1.57630518319588805E+03 -1.55621844514970985E+03 -1.53638165456709748E+03
+ -1.51679171567940125E+03 -1.49744557134856018E+03 -1.47834020259003114E+03
+ -1.45947262810132156E+03 -1.44083990379633519E+03 -1.42243912234591517E+03
+ -1.40426741272366485E+03 -1.38632193975751511E+03 -1.36859990368719650E+03
+ -1.35109853972668884E+03 -1.33381511763239223E+03 -1.31674694127686234E+03
+ -1.29989134822727169E+03 -1.28324570932957795E+03 -1.26680742829787141E+03
+ -1.25057394130825946E+03 -1.23454271659843971E+03 -1.21871125407202862E+03
+ -1.20307708490732693E+03 -1.18763777117169002E+03 -1.17239090544023793E+03
+ -1.15733411041898694E+03 -1.14246503857341827E+03 -1.12778137176100404E+03
+ -1.11328082086819404E+03 -1.09896112545260257E+03 -1.08482005338880504E+03
+ -1.07085540051869270E+03 -1.05706499030671398E+03 -1.04344667349840779E+03
+ -1.02999832778366158E+03 -1.01671785746444004E+03 -1.00360319312557658E+03
+ -9.90652291310459532E+02 -9.77863134200695072E+02 -9.65233729298711751E+02
+ -9.52762109115395219E+02 -9.40446330861151978E+02 -9.28284476139926596E+02
+ -9.16274650648278907E+02 -9.04414983877342479E+02 -8.92703628817886170E+02
+ -8.81138761670319695E+02 -8.69718581557072298E+02 -8.58441310238338929E+02
+ -8.47305191832500213E+02 -8.36308492538479982E+02 -8.25449500361822857E+02
+ -8.14726524845024414E+02 -8.04137896799450232E+02 -7.93681968041392679E+02
+ -7.83357111131812417E+02 -7.73161719117448456E+02 -7.63094205276489447E+02
+ -7.53153002867226519E+02 -7.43336564878041941E+02 -7.33643363782295182E+02
+ -7.24071891295415867E+02 -7.14620658133504662E+02 -7.05288193776995627E+02
+ -6.96073046235742595E+02 -6.86973781816017095E+02 -6.77988984892466419E+02
+ -6.69117257680800776E+02 -6.60357220012968583E+02 -6.51707509116929600E+02
+ -6.43166779396589163E+02 -6.34733702214929394E+02 -6.26406965681118663E+02
+ -6.18185274437385829E+02 -6.10067349449861581E+02 -6.02051927802559021E+02
+ -5.94137762490940190E+02 -5.86323622220186962E+02 -5.78608291205596743E+02
+ -5.70990568972665642E+02 -5.63469270162452631E+02 -5.56043224337966649E+02
+ -5.48711275790659215E+02 -5.41472283352480872E+02 -5.34325120207875102E+02
+ -5.27268673706636491E+02 -5.20301845182189936E+02 -5.13423549768894532E+02
+ -5.06632716221199928E+02 -4.99928286737684630E+02 -4.93309216783430827E+02
+ -4.86774474915390215E+02 -4.80323042611729875E+02 -4.73953914099108772E+02
+ -4.67666096184114224E+02 -4.61458608087493531E+02 -4.55330481276240903E+02
+ -4.49280759300910006E+02 -4.43308497634333207E+02 -4.37412763508523653E+02
+ -4.31592635757584674E+02 -4.25847204660575755E+02 -4.20175571783318674E+02
+ -4.14576849826534499E+02 -4.09050162472588340E+02 -4.03594644232349196E+02
+ -3.98209440298108916E+02 -3.92893706394060757E+02 -3.87646608628314425E+02
+ -3.82467323350174127E+02 -3.77355037004295355E+02 -3.72308945987896095E+02
+ -3.67328256512018072E+02 -3.62412184459391312E+02 -3.57559955246809693E+02
+ -3.52770803690052674E+02 -3.48043973865586565E+02 -3.43378718977982430E+02
+ -3.38774301228245463E+02 -3.34229991679571242E+02 -3.29745070129589863E+02
+ -3.25318824981936018E+02 -3.20950553116359686E+02 -3.16639559765479817E+02
+ -3.12385158389547314E+02 -3.08186670551226030E+02 -3.04043425796492102E+02
+ -2.99954761532690441E+02 -2.95920022908205965E+02 -2.91938562697209932E+02
+ -2.88009741181209108E+02 -2.84132926033724459E+02 -2.80307492208677161E+02
+ -2.76532821825710130E+02 -2.72808304059885302E+02 -2.69133335033602805E+02
+ -2.65507317706045171E+02 -2.61929661767799814E+02 -2.58399783536319205E+02
+ -2.54917105849872712E+02 -2.51481057966919309E+02 -2.48091075465237822E+02
+ -2.44746600140768351E+02 -2.41447079911506563E+02 -2.38191968720568326E+02
+ -2.34980726440215250E+02 -2.31812818780075332E+02 -2.28687717194523458E+02
+ -2.25604898792021913E+02 -2.22563846247597638E+02 -2.19564047714967217E+02
+ -2.16604996741179434E+02 -2.13686192183415386E+02 -2.10807138126290198E+02
+ -2.07967343801664470E+02 -2.05166323509974120E+02 -2.02403596543089265E+02
+ -1.99678687109091300E+02 -1.96991124258467011E+02 -1.94340441812788214E+02
+ -1.91726178294245301E+02 -1.89147876857154813E+02 -1.86605085222525787E+02
+ -1.84097355612225215E+02 -1.81624244686313261E+02 -1.79185313483314900E+02
+ -1.76780127359063385E+02 -1.74408255930345803E+02 -1.72069273020496354E+02
+ -1.69762756603131749E+02 -1.67488288752486540E+02 -1.65245455593810163E+02
+ -1.63033847252356196E+02 -1.60853057810605065E+02 -1.58702685262896438E+02
+ -1.56582331470152724E+02 -1.54491602123919336E+02 -1.52430106704721254E+02
+ -1.50397458443074044E+02 -1.48393274289913052E+02 -1.46417174878342365E+02
+ -1.44468784491508160E+02 -1.42547731038536881E+02 -1.40653646019679428E+02
+ -1.38786164501481267E+02 -1.36944925096997025E+02 -1.35129569934664175E+02
+ -1.33339744640906616E+02 -1.31575098323289637E+02 -1.29835283543610444E+02
+ -1.28119956307747970E+02 -1.26428776050455227E+02 -1.24761405613235780E+02
+ -1.23117511240852153E+02 -1.21496762566627680E+02 -1.19898832595694500E+02
+ -1.18323397707096632E+02 -1.16770137638803661E+02 -1.15238735476853179E+02
+ -1.13728877661446461E+02 -1.12240253971358342E+02 -1.10772557519349135E+02
+ -1.09325484760082176E+02 -1.07898735474260391E+02 -1.06492012770269341E+02
+ -1.05105023091536054E+02 -1.03737476201161073E+02 -1.02389085189205204E+02
+ -1.01059566477363759E+02 -9.97486398049130543E+01 -9.84560282406027483E+01
+ -9.71814581829287363E+01 -9.59246593481617396E+01 -9.46853647853383507E+01
+ -9.34633108709739275E+01 -9.22582372998052591E+01 -9.10698871009068256E+01
+ -8.98980066263670352E+01 -8.87423455451637011E+01 -8.76026568579933951E+01
+ -8.64786968802078349E+01 -8.53702252389480662E+01 -8.42770048839261250E+01
+ -8.31988020657549612E+01 -8.21353863358863521E+01 -8.10865305508298917E+01
+ -8.00520108473760814E+01 -7.90316066443116654E+01 -7.80251006383058296E+01
+ -7.70322787773948932E+01 -7.60529302631079958E+01 -7.50868475370576505E+01
+ -7.41338262538325523E+01 -7.31936652818926490E+01 -7.22661666807432965E+01
+ -7.13511356741039151E+01 -7.04483806477405352E+01 -6.95577131179285146E+01
+ -6.86789477054494739E+01 -6.78119021284420995E+01 -6.69563971636150228E+01
+ -6.61122566212827394E+01 -6.52793073313757475E+01 -6.44573790995149807E+01
+ -6.36463046827545185E+01 -6.28459197675334167E+01 -6.20560629227675946E+01
+ -6.12765755755897032E+01 -6.05073019809429482E+01 -5.97480891734756980E+01
+ -5.89987869424509412E+01 -5.82592477934818476E+01 -5.75293269006168373E+01
+ -5.68088820795613998E+01 -5.60977737427243852E+01 -5.53958648524873425E+01
+ -5.47030208919393033E+01 -5.40191098149047875E+01 -5.33440020010305673E+01
+ -5.26775702233672405E+01 -5.20196895953736274E+01 -5.13702375281261681E+01
+ -5.07290936943084603E+01 -5.00961399743216944E+01 -4.94712604155312690E+01
+ -4.88543411927750668E+01 -4.82452705553882026E+01 -4.76439387882137595E+01
+ -4.70502381692964207E+01 -4.64640629191247285E+01 -4.58853091631175047E+01
+ -4.53138748875262678E+01 -4.47496598917515200E+01 -4.41925657520511521E+01
+ -4.36424957768612316E+01 -4.30993549626668297E+01 -4.25630499587495237E+01
+ -4.20334890231664744E+01 -4.15105819823600939E+01 -4.09942401968506900E+01
+ -4.04843765190192784E+01 -3.99809052564126901E+01 -3.94837421383959040E+01
+ -3.89928042766907978E+01 -3.85080101321328030E+01 -3.80292794824979623E+01
+ -3.75565333863910524E+01 -3.70896941531421760E+01 -3.66286853121525553E+01
+ -3.61734315803763522E+01 -3.57238588350504571E+01 -3.52798940849192704E+01
+ -3.48414654412965774E+01 -3.44085020933448718E+01 -3.39809342814824191E+01
+ -3.35586932718350539E+01 -3.31417113338121538E+01 -3.27299217158984916E+01
+ -3.23232586231976953E+01 -3.19216571970847376E+01 -3.15250534934655242E+01
+ -3.11333844630583663E+01 -3.07465879329354870E+01 -3.03646025872145060E+01
+ -2.99873679497016177E+01 -2.96148243671803080E+01 -2.92469129923752043E+01
+ -2.88835757686048495E+01 -2.85247554146936864E+01 -2.81703954099690499E+01
+ -2.78204399806112050E+01 -2.74748340860601594E+01 -2.71335234057730972E+01
+ -2.67964543270014559E+01 -2.64635739325523502E+01 -2.61348299890327951E+01
+ -2.58101709358236810E+01 -2.54895458740452803E+01 -2.51729045560342541E+01
+ -2.48601973753216967E+01 -2.45513753566470712E+01 -2.42463901464452434E+01
+ -2.39451940036684228E+01 -2.36477397906957130E+01 -2.33539809646425560E+01
+ -2.30638715688956779E+01 -2.27773662247738287E+01 -2.24944201235083341E+01
+ -2.22149890183826066E+01 -2.19390292170165786E+01 -2.16664975738987486E+01
+ -2.13973514830398166E+01 -2.11315488707740045E+01 -2.08690481887496802E+01
+ -2.06098084070223599E+01 -2.03537890072867107E+01 -2.01009499762545971E+01
+ -1.98512517991261355E+01 -1.96046554531851385E+01 -1.93611224015109400E+01
+ -1.91206145867775454E+01 -1.88830944251615804E+01 -1.86485248003472464E+01
+ -1.84168690576138623E+01 -1.81880909980184953E+01 -1.79621548726630103E+01
+ -1.77390253770388568E+01 -1.75186676454565138E+01 -1.73010472455504711E+01
+ -1.70861301728578283E+01 -1.68738828454731902E+01 -1.66642720987729902E+01
+ -1.64572651802098306E+01 -1.62528297441763883E+01 -1.60509338469347576E+01
+ -1.58515459416121303E+01 -1.56546348732608482E+01 -1.54601698739812701E+01
+ -1.52681205581070589E+01 -1.50784569174513727E+01 -1.48911493166132800E+01
+ -1.47061684883430672E+01 -1.45234855289663116E+01 -1.43430718938647956E+01
+ -1.41648993930144549E+01 -1.39889401865790770E+01 -1.38151667805587870E+01
+ -1.36435520224932194E+01 -1.34740690972179245E+01 -1.33066915226738729E+01
+ -1.31413931457691433E+01 -1.29781481382918820E+01 -1.28169309928745054E+01
+ -1.26577165190076801E+01 -1.25004798391041696E+01 -1.23451963846115920E+01
+ -1.21918418921732350E+01 -1.20403923998369784E+01 -1.18908242433109734E+01
+ -1.17431140522660478E+01 -1.15972387466840896E+01 -1.14531755332515672E+01
+ -1.13109019017981769E+01 -1.11703956217794165E+01 -1.10316347388030742E+01
+ -1.08945975711988563E+01 -1.07592627066304356E+01 -1.06256089987499038E+01
+ -1.04936155638934352E+01 -1.03632617778182610E+01 -1.02345272724801326E+01
+ -1.01073919328506268E+01 -9.98183589377430991E+00 -9.85783953686459569E+00
+ -9.73538348743843684E+00 -9.61444861148899577E+00 -9.49501601269582984E+00
+ -9.37706702947242654E+00 -9.26058323205016798E+00 -9.14554641959870196E+00
+ -9.03193861738206927E+00 -8.91974207395000818E+00 -8.80893925836437219E+00
+ -8.69951285745977643E+00 -8.59144577313844060E+00 -8.48472111969860165E+00
+ -8.37932222119600034E+00 -8.27523260883833522E+00 -8.17243601841189182E+00
+ -8.07091638774025810E+00 -7.97065785417462713E+00 -7.87164475211512737E+00
+ -7.77386161056314151E+00 -7.67729315070384821E+00 -7.58192428351891046E+00
+ -7.48774010742882989E+00 -7.39472590596444590E+00 -7.30286714546756688E+00
+ -7.21214947281996377E+00 -7.12255871320070533E+00 -7.03408086787135289E+00
+ -6.94670211198854304E+00 -6.86040879244391366E+00 -6.77518742573071275E+00
+ -6.69102469583699566E+00 -6.60790745216500852E+00 -6.52582270747630133E+00
+ -6.44475763586253603E+00 -6.36469957074133230E+00 -6.28563600287712720E+00
+ -6.20755457842660796E+00 -6.13044309700832191E+00 -6.05428950979643687E+00
+ -5.97908191763800279E+00 -5.90480856919372510E+00 -5.83145785910181935E+00
+ -5.75901832616457909E+00 -5.68747865155762256E+00 -5.61682765706123721E+00
+ -5.54705430331378047E+00 -5.47814768808679453E+00 -5.41009704458143936E+00
+ -5.34289173974623566E+00 -5.27652127261556458E+00 -5.21097527266889315E+00
+ -5.14624349821039750E+00 -5.08231583476859949E+00 -5.01918229351604417E+00
+ -4.95683300970845497E+00 -4.89525824114337826E+00 -4.83444836663796718E+00
+ -4.77439388452559488E+00 -4.71508541117126878E+00 -4.65651367950535100E+00
+ -4.59866953757559749E+00 -4.54154394711716503E+00 -4.48512798214030095E+00
+ -4.42941282753571741E+00 -4.37438977769714565E+00 -4.32005023516109610E+00
+ -4.26638570926350713E+00 -4.21338781481301083E+00 -4.16104827078078987E+00
+ -4.10935889900659657E+00 -4.05831162292091996E+00 -4.00789846628303081E+00
+ -3.95811155193462039E+00 -3.90894310056904937E+00 -3.86038542951574515E+00
+ -3.81243095153981226E+00 -3.76507217365651359E+00 -3.71830169596044113E+00
+ -3.67211221046931069E+00 -3.62649649998203660E+00 -3.58144743695104051E+00
+ -3.53695798236858572E+00 -3.49302118466686595E+00 -3.44963017863186305E+00
+ -3.40677818433059620E+00 -3.36445850605176977E+00 -3.32266453125956218E+00
+ -3.28138972956037112E+00 -3.24062765168246836E+00 -3.20037192846824814E+00
+ -3.16061626987905253E+00 -3.12135446401235406E+00 -3.08258037613109570E+00
+ -3.04428794770517230E+00 -3.00647119546472785E+00 -2.96912421046528285E+00
+ -2.93224115716445732E+00 -2.89581627251012375E+00 -2.85984386503995935E+00
+ -2.82431831399210376E+00 -2.78923406842692412E+00 -2.75458564635968095E+00
+ -2.72036763390392400E+00 -2.68657468442560043E+00 -2.65320151770759516E+00
+ -2.62024291912470808E+00 -2.58769373882886278E+00 -2.55554889094440885E+00
+ -2.52380335277347356E+00 -2.49245216401112657E+00 -2.46149042597033407E+00
+ -2.43091330081654489E+00 -2.40071601081173513E+00 -2.37089383756791205E+00
+ -2.34144212130983087E+00 -2.31235626014689988E+00 -2.28363170935414539E+00
+ -2.25526398066205847E+00 -2.22724864155532298E+00 -2.19958131458020345E+00
+ -2.17225767666056591E+00 -2.14527345842240180E+00 -2.11862444352670476E+00
+ -2.09230646801068731E+00 -2.06631541963712673E+00 -2.04064723725183139E+00
+ -2.01529791014908932E+00 -1.99026347744495924E+00 -1.96554002745840606E+00
+ -1.94112369710006427E+00 -1.91701067126863856E+00 -1.89319718225478950E+00
+ -1.86967950915240388E+00 -1.84645397727721838E+00 -1.82351695759262222E+00
+ -1.80086486614262009E+00 -1.77849416349184364E+00 -1.75640135417248389E+00
+ -1.73458298613814321E+00 -1.71303565022442172E+00 -1.69175597961624335E+00
+ -1.67074064932178667E+00 -1.64998637565293205E+00 -1.62948991571219870E+00
+ -1.60924806688601807E+00 -1.58925766634432653E+00 -1.56951559054637335E+00
+ -1.55001875475264428E+00 -1.53076411254288525E+00 -1.51174865534007496E+00
+ -1.49296941194033428E+00 -1.47442344804868242E+00 -1.45610786582052265E+00
+ -1.43801980340887448E+00 -1.42015643451718288E+00 -1.40251496795771180E+00
+ -1.38509264721542524E+00 -1.36788675001725690E+00 -1.35089458790676797E+00
+ -1.33411350582405541E+00 -1.31754088169090045E+00 -1.30117412600106963E+00
+ -1.28501068141568298E+00 -1.26904802236364489E+00 -1.25328365464699854E+00
+ -1.23771511505121445E+00 -1.22233997096030977E+00 -1.20715581997673493E+00
+                             </PP_AE_VLOC> 
+                                      </PP_PAW> 
+ <PP_GIPAW gipaw_data_format="2">
+  <PP_GIPAW_CORE_ORBITALS number_of_core_orbitals=" 1">
+   <PP_GIPAW_CORE_ORBITAL.1 type="real" size="   969" columns="3" index="1" label="1S" n="1" l="0">
+  5.79498254496029624E-03  5.86780714865228845E-03  5.94154607010874934E-03
+  6.01621076695108090E-03  6.09181283983043463E-03  6.16836403419924149E-03
+  6.24587624210437217E-03  6.32436150400213833E-03  6.40383201059536132E-03
+  6.48430010469285348E-03  6.56577828309144480E-03  6.64827919848096083E-03
+  6.73181566137232273E-03  6.81640064204908601E-03  6.90204727254268430E-03
+  6.98876884863160099E-03  7.07657883186485655E-03  7.16549085161001867E-03
+  7.25551870712599564E-03  7.34667636966100396E-03  7.43897798457587942E-03
+  7.53243787349312452E-03  7.62707053647194641E-03  7.72289065420958022E-03
+  7.81991309026923258E-03  7.91815289333489339E-03  8.01762529949340795E-03
+  8.11834573454408778E-03  8.22032981633609439E-03  8.32359335713411981E-03
+  8.42815236601242128E-03  8.53402305127776151E-03  8.64122182292147850E-03
+  8.74976529510102657E-03  8.85967028865136674E-03  8.97095383362643550E-03
+  9.08363317187123147E-03  9.19772575962464131E-03  9.31324927015352542E-03
+  9.43022159641838421E-03  9.54866085377082015E-03  9.66858538268338709E-03
+  9.79001375151200733E-03  9.91296475929140039E-03  1.00374574385639452E-02
+  1.01635110582421612E-02  1.02911451265054413E-02  1.04203793937312234E-02
+  1.05512338554610893E-02  1.06837287554021228E-02  1.08178845884639371E-02
+  1.09537221038317860E-02  1.10912623080761750E-02  1.12305264682992824E-02
+  1.13715361153187595E-02  1.15143130468890950E-02  1.16588793309611981E-02
+  1.18052573089804849E-02  1.19534695992238611E-02  1.21035391001761920E-02
+  1.22554889939464270E-02  1.24093427497241060E-02  1.25651241272764728E-02
+  1.27228571804866870E-02  1.28825662609337328E-02  1.30442760215141260E-02
+  1.32080114201062731E-02  1.33737977232776493E-02  1.35416605100354397E-02
+  1.37116256756209635E-02  1.38837194353484180E-02  1.40579683284884471E-02
+  1.42343992221969345E-02  1.44130393154895710E-02  1.45939161432626623E-02
+  1.47770575803605250E-02  1.49624918456902813E-02  1.51502475063841676E-02
+  1.53403534820101776E-02  1.55328390488313345E-02  1.57277338441141369E-02
+  1.59250678704867844E-02  1.61248715003475887E-02  1.63271754803241409E-02
+  1.65320109357837731E-02  1.67394093753956801E-02  1.69494026957455052E-02
+  1.71620231860026597E-02  1.73773035326411189E-02  1.75952768242140511E-02
+  1.78159765561829442E-02  1.80394366358016568E-02  1.82656913870562175E-02
+  1.84947755556604601E-02  1.87267243141085900E-02  1.89615732667846766E-02
+  1.91993584551301451E-02  1.94401163628695021E-02  1.96838839212950083E-02
+  1.99306985146108784E-02  2.01805979853373306E-02  2.04336206397755168E-02
+  2.06898052535334741E-02  2.09491910771139427E-02  2.12118178415645897E-02
+  2.14777257641910503E-02  2.17469555543336572E-02  2.20195484192082340E-02
+  2.22955460698116698E-02  2.25749907268927887E-02  2.28579251269891218E-02
+  2.31443925285302332E-02  2.34344367180081975E-02  2.37281020162157345E-02
+  2.40254332845528593E-02  2.43264759314021570E-02  2.46312759185739437E-02
+  2.49398797678213775E-02  2.52523345674264439E-02  2.55686879788572866E-02
+  2.58889882434975155E-02  2.62132841894481307E-02  2.65416252384027516E-02
+  2.68740614125965172E-02  2.72106433418297031E-02  2.75514222705660061E-02
+  2.78964500651069057E-02  2.82457792208420932E-02  2.85994628695768055E-02
+  2.89575547869368802E-02  2.93201093998515655E-02  2.96871817941154643E-02
+  3.00588277220295158E-02  3.04351036101220794E-02  3.08160665669506457E-02
+  3.12017743909844582E-02  3.15922855785690654E-02  3.19876593319732491E-02
+  3.23879555675186878E-02  3.27932349237935530E-02  3.32035587699496815E-02
+  3.36189892140849461E-02  3.40395891117106150E-02  3.44654220743046205E-02
+  3.48965524779513980E-02  3.53330454720684473E-02  3.57749669882206286E-02
+  3.62223837490225006E-02  3.66753632771292665E-02  3.71339739043170178E-02
+  3.75982847806523440E-02  3.80683658837526681E-02  3.85442880281367736E-02
+  3.90261228746670921E-02  3.95139429400834657E-02  4.00078216066289682E-02
+  4.05078331317687140E-02  4.10140526580018358E-02  4.15265562227668250E-02
+  4.20454207684413314E-02  4.25707241524358668E-02  4.31025451573831125E-02
+  4.36409635014219852E-02  4.41860598485777356E-02  4.47379158192381526E-02
+  4.52966140007255991E-02  4.58622379579669490E-02  4.64348722442594897E-02
+  4.70146024121348843E-02  4.76015150243209589E-02  4.81956976648006546E-02
+  4.87972389499705256E-02  4.94062285398962978E-02  5.00227571496680914E-02
+  5.06469165608543631E-02  5.12787996330540466E-02  5.19185003155493083E-02
+  5.25661136590563141E-02  5.32217358275759306E-02  5.38854641103441168E-02
+  5.45573969338809805E-02  5.52376338741404765E-02  5.59262756687583448E-02
+  5.66234242294003584E-02  5.73291826542098801E-02  5.80436552403536185E-02
+  5.87669474966680053E-02  5.94991661564031674E-02  6.02404191900659663E-02
+  6.09908158183620694E-02  6.17504665252346444E-02  6.25194830710025518E-02
+  6.32979785055945432E-02  6.40860671818809097E-02  6.48838647691021703E-02
+  6.56914882663921923E-02  6.65090560163985739E-02  6.73366877189964380E-02
+  6.81745044450967064E-02  6.90226286505484093E-02  6.98811841901322978E-02
+  7.07502963316478384E-02  7.16300917700899015E-02  7.25206986419157651E-02
+  7.34222465394017976E-02  7.43348665250865570E-02  7.52586911463026254E-02
+  7.61938544497920839E-02  7.71404919964077812E-02  7.80987408758967994E-02
+  7.90687397217655769E-02  8.00506287262256616E-02  8.10445496552171102E-02
+  8.20506458635095470E-02  8.30690623098781639E-02  8.40999455723523276E-02
+  8.51434438635376156E-02  8.61997070460048115E-02  8.72688866477480951E-02
+  8.83511358777081812E-02  8.94466096413571443E-02  9.05554645563463184E-02
+  9.16778589682096384E-02  9.28139529661243246E-02  9.39639083987241497E-02
+  9.51278888899618202E-02  9.63060598550200958E-02  9.74985885162655552E-02
+  9.87056439192444263E-02  9.99273969487158298E-02  1.01164020344718580E-01
+  1.02415688718670864E-01  1.03682578569494407E-01  1.04964868299763758E-01
+  1.06262738231875251E-01  1.07576370624228854E-01  1.08905949687424591E-01
+  1.10251661600462653E-01  1.11613694526947166E-01  1.12992238631287559E-01
+  1.14387486094890717E-01  1.15799631132343414E-01  1.17228870007574579E-01
+  1.18675401049995521E-01  1.20139424670611727E-01  1.21621143378099553E-01
+  1.23120761794842909E-01  1.24638486672923113E-01  1.26174526910056428E-01
+  1.27729093565471102E-01  1.29302399875719065E-01  1.30894661270414381E-01
+  1.32506095387889683E-01  1.34136922090767136E-01  1.35787363481432000E-01
+  1.37457643917402728E-01  1.39147990026591312E-01  1.40858630722440231E-01
+  1.42589797218933390E-01  1.44341723045469023E-01  1.46114644061583865E-01
+  1.47908798471522968E-01  1.49724426838642649E-01  1.51561772099636449E-01
+  1.53421079578575925E-01  1.55302597000753717E-01  1.57206574506317392E-01
+  1.59133264663685492E-01  1.61082922482732344E-01  1.63055805427728018E-01
+  1.65052173430025623E-01  1.67072288900480148E-01  1.69116416741583897E-01
+  1.71184824359312343E-01  1.73277781674658932E-01  1.75395561134847472E-01
+  1.77538437724212517E-01  1.79706688974723167E-01  1.81900594976143054E-01
+  1.84120438385810714E-01  1.86366504438016001E-01  1.88639080952966498E-01
+  1.90938458345321971E-01  1.93264929632275956E-01  1.95618790441175333E-01
+  1.98000339016653398E-01  2.00409876227255285E-01  2.02847705571545273E-01
+  2.05314133183670422E-01  2.07809467838355272E-01  2.10334020955320333E-01
+  2.12888106603092375E-01  2.15472041502181966E-01  2.18086145027622413E-01
+  2.20730739210828336E-01  2.23406148740756511E-01  2.26112700964357399E-01
+  2.28850725886270534E-01  2.31620556167753094E-01  2.34422527124821228E-01
+  2.37256976725554930E-01  2.40124245586562285E-01  2.43024676968571052E-01
+  2.45958616771099953E-01  2.48926413526208062E-01  2.51928418391281994E-01
+  2.54964985140810896E-01  2.58036470157155251E-01  2.61143232420252613E-01
+  2.64285633496218419E-01  2.67464037524847487E-01  2.70678811205944947E-01
+  2.73930323784453866E-01  2.77218947034381935E-01  2.80545055241444241E-01
+  2.83909025184399033E-01  2.87311236115073587E-01  2.90752069736981145E-01
+  2.94231910182527145E-01  2.97751143988782996E-01  3.01310160071720845E-01
+  3.04909349698930077E-01  3.08549106460763334E-01  3.12229826239812824E-01
+  3.15951907178749103E-01  3.19715749646445668E-01  3.23521756202291622E-01
+  3.27370331558745509E-01  3.31261882542013719E-01  3.35196818050776724E-01
+  3.39175549013021993E-01  3.43198488340826668E-01  3.47266050883050625E-01
+  3.51378653375981509E-01  3.55536714391753328E-01  3.59740654284527617E-01
+  3.63990895134462145E-01  3.68287860689264557E-01  3.72631976303359758E-01
+  3.77023668874665208E-01  3.81463366778750701E-01  3.85951499800465558E-01
+  3.90488499062971894E-01  3.95074796953954865E-01  3.99710827049157169E-01
+  4.04397024033088914E-01  4.09133823616711412E-01  4.13921662452290229E-01
+  4.18760978045173038E-01  4.23652208662346319E-01  4.28595793237987965E-01
+  4.33592171275672900E-01  4.38641782747176412E-01  4.43745067988072006E-01
+  4.48902467589705367E-01  4.54114422287585695E-01  4.59381372846348113E-01
+  4.64703759940798655E-01  4.70082024033218027E-01  4.75516605246972313E-01
+  4.81007943235913060E-01  4.86556477049883918E-01  4.92162644996235743E-01
+  4.97826884496837374E-01  5.03549631941056508E-01  5.09331322534401054E-01
+  5.15172390142382475E-01  5.21073267130205631E-01  5.27034384197732630E-01
+  5.33056170209427638E-01  5.39139052019961929E-01  5.45283454294668180E-01
+  5.51489799324789254E-01  5.57758506838163859E-01  5.64089993804332668E-01
+  5.70484674234294387E-01  5.76942958975417586E-01  5.83465255500339453E-01
+  5.90051967690421342E-01  5.96703495614015034E-01  6.03420235298282703E-01
+  6.10202578495539605E-01  6.17050912443977473E-01  6.23965619621537293E-01
+  6.30947077494324882E-01  6.37995658258866061E-01  6.45111728577195120E-01
+  6.52295649306493863E-01  6.59547775221967836E-01  6.66868454732322147E-01
+  6.74258029589780539E-01  6.81716834592650311E-01  6.89245197280422328E-01
+  6.96843437623283601E-01  7.04511867703476624E-01  7.12250791389289373E-01
+  7.20060504003182222E-01  7.27941291981071936E-01  7.35893432524517332E-01
+  7.43917193246585340E-01  7.52012831808251403E-01  7.60180595548122673E-01
+  7.68420721105187998E-01  7.76733434031597780E-01  7.85118948399305405E-01
+  7.93577466398880826E-01  8.02109177928038153E-01  8.10714260174611456E-01
+  8.19392877190648683E-01  8.28145179456201475E-01  8.36971303438079239E-01
+  8.45871371138497863E-01  8.54845489633838551E-01  8.63893750608611732E-01
+  8.73016229878067040E-01  8.82212986901785290E-01  8.91484064292334621E-01
+  9.00829487311394117E-01  9.10249263358193894E-01  9.19743381452417963E-01
+  9.29311811703596224E-01  9.38954504774545895E-01  9.48671391338185899E-01
+  9.58462381520180706E-01  9.68327364337688068E-01  9.78266207129863563E-01
+  9.88278754974065254E-01  9.98364830100320733E-01  1.00852423129544100E+00
+  1.01875673329350769E+00  1.02906208616654737E+00  1.03944001470236391E+00
+  1.04989021777051228E+00  1.06041236768968661E+00  1.07100610957969877E+00
+  1.08167106070456631E+00  1.09240680981722038E+00  1.10321291648646014E+00
+  1.11408891041912450E+00  1.12503429078291783E+00  1.13604852550963753E+00
+  1.14713105059874265E+00  1.15828126941930898E+00  1.16949855199140629E+00
+  1.18078223427366624E+00  1.19213161744562779E+00  1.20354596716988804E+00
+  1.21502451286647650E+00  1.22656644697712780E+00  1.23817092421177688E+00
+  1.24983706081261214E+00  1.26156393380217602E+00  1.27335058021890624E+00
+  1.28519599637358994E+00  1.29709913708392688E+00  1.30905891490462278E+00
+  1.32107419937912285E+00  1.33314381626405676E+00  1.34526654676006929E+00
+  1.35744112676197060E+00  1.36966624607743737E+00  1.38194054766535546E+00
+  1.39426262688779823E+00  1.40663103072857387E+00  1.41904425704624870E+00
+  1.43150075383168751E+00  1.44399891843359196E+00  1.45653709683349120E+00
+  1.46911358291291605E+00  1.48172661769509451E+00  1.49437438864885430E+00
+  1.50705502897009791E+00  1.51976661685106018E+00  1.53250717481929866E+00
+  1.54527466903946187E+00  1.55806700862293024E+00  1.57088204500792772E+00
+  1.58371757128900059E+00  1.59657132158087811E+00  1.60944097044578660E+00
+  1.62232413225980121E+00  1.63521836064543225E+00  1.64812114795225884E+00
+  1.66102992467159516E+00  1.67394205895244697E+00  1.68685485614159147E+00
+  1.69976555826105336E+00  1.71267134362136653E+00  1.72556932642729266E+00
+  1.73845655633658991E+00  1.75133001818260992E+00  1.76418663165248368E+00
+  1.77702325094991465E+00  1.78983666463625091E+00  1.80262359539028960E+00
+  1.81538069979977434E+00  1.82810456832878798E+00  1.84079172517060186E+00
+  1.85343862819357286E+00  1.86604166904164748E+00  1.87859717309465202E+00
+  1.89110139959431045E+00  1.90355054188346462E+00  1.91594072749235456E+00
+  1.92826801846900042E+00  1.94052841176154001E+00  1.95271783945472044E+00
+  1.96483216932541449E+00  1.97686720537126570E+00  1.98881868822932462E+00
+  2.00068229597096625E+00  2.01245364478040667E+00  2.02412828959492908E+00
+  2.03570172514522296E+00  2.04716938679124816E+00  2.05852665142543323E+00
+  2.06976883875994977E+00  2.08089121233098373E+00  2.09188898070603146E+00
+  2.10275729901554032E+00  2.11349127014172744E+00  2.12408594626832770E+00
+  2.13453633064979131E+00  2.14483737900825844E+00  2.15498400145793445E+00
+  2.16497106450070032E+00  2.17479339266556382E+00  2.18444577082902969E+00
+  2.19392294642194985E+00  2.20321963136039489E+00  2.21233050476606685E+00
+  2.22125021536919975E+00  2.22997338379252241E+00  2.23849460565593450E+00
+  2.24680845416756592E+00  2.25490948282260328E+00  2.26279222886536058E+00
+  2.27045121606683331E+00  2.27788095789556300E+00  2.28507596130026336E+00
+  2.29203072968149923E+00  2.29873976658181922E+00  2.30519757974203721E+00
+  2.31139868428898954E+00  2.31733760697487545E+00  2.32300889045084258E+00
+  2.32840709671311874E+00  2.33352681189511513E+00  2.33836265069369631E+00
+  2.34290926014365208E+00  2.34716132492693053E+00  2.35111357188867487E+00
+  2.35476077423038266E+00  2.35809775726007276E+00  2.36111940295077005E+00
+  2.36382065463696689E+00  2.36619652310830464E+00  2.36824209117603912E+00
+  2.36995251894287451E+00  2.37132305012432321E+00  2.37234901660786202E+00
+  2.37302584434107455E+00  2.37334905974791432E+00  2.37331429429341068E+00
+  2.37291729099667403E+00  2.37215391079476534E+00  2.37102013716475524E+00
+  2.36951208321355233E+00  2.36762599783174910E+00  2.36535827047547853E+00
+  2.36270543870870497E+00  2.35966419400132654E+00  2.35623138680333399E+00
+  2.35240403434496104E+00  2.34817932596867784E+00  2.34355462860947616E+00
+  2.33852749462725118E+00  2.33309566659167489E+00  2.32725708324900715E+00
+  2.32100988713720957E+00  2.31435242878312319E+00  2.30728327318506832E+00
+  2.29980120694281442E+00  2.29190524188141165E+00  2.28359462200675978E+00
+  2.27486882987160133E+00  2.26572758971129540E+00  2.25617087473359890E+00
+  2.24619891244122361E+00  2.23581218745133947E+00  2.22501144885382507E+00
+  2.21379771425432725E+00  2.20217227248753966E+00  2.19013669067926164E+00
+  2.17769281685040017E+00  2.16484278269211972E+00  2.15158900993945812E+00
+  2.13793421144095985E+00  2.12388139410119026E+00  2.10943386416162326E+00
+  2.09459522672090426E+00  2.07936938886313882E+00  2.06376056344361114E+00
+  2.04777326714365282E+00  2.03141232368980429E+00  2.01468286576010325E+00
+  1.99759033177490863E+00  1.98014046897164664E+00  1.96233933308652841E+00
+  1.94419328421270454E+00  1.92570898932296330E+00  1.90689341949358759E+00
+  1.88775384519763745E+00  1.86829783776806790E+00  1.84853326407731910E+00
+  1.82846828155678720E+00  1.80811133810563907E+00  1.78747116426220987E+00
+  1.76655676814183149E+00  1.74537743333679618E+00  1.72394270875316091E+00
+  1.70226240353515257E+00  1.68034658256655622E+00  1.65820555429725225E+00
+  1.63584986557630430E+00  1.61329029445536110E+00  1.59053783648697489E+00
+  1.56760369922501752E+00  1.54449929214981285E+00  1.52123621206872550E+00
+  1.49782623686462557E+00  1.47428131257116868E+00  1.45061353850121622E+00
+  1.42683515977855291E+00  1.40295855180862117E+00  1.37899620562284819E+00
+  1.35496071882256675E+00  1.33086477785353807E+00  1.30672114389878025E+00
+  1.28254264198520662E+00  1.25834214162134517E+00  1.23413254339947076E+00
+  1.20992676615701100E+00  1.18573772666564103E+00  1.16157832692756591E+00
+  1.13746143943968780E+00  1.11339988671585077E+00  1.08940642909724517E+00
+  1.06549374833594923E+00  1.04167442776761376E+00  1.01796094032055939E+00
+  9.94365630860412186E-01  9.70900697683316993E-01  9.47578180446636553E-01
+  9.24409941888446274E-01  9.01407651069229043E-01  8.78582771107880633E-01
+  8.55946540975355497E-01  8.33509960691319551E-01  8.11283778923246546E-01
+  7.89278475591510098E-01  7.67504249038929776E-01  7.45971003725736215E-01
+  7.24688334364431919E-01  7.03665514943930481E-01  6.82911486916784716E-01
+  6.62434845496637337E-01  6.42243830351968081E-01  6.22346314823096214E-01
+  6.02749794850401366E-01  5.83461381173819182E-01  5.64487790227928721E-01
+  5.45835335904561014E-01  5.27509923242144407E-01  5.09517041651322389E-01
+  4.91861759462573045E-01  4.74548719267677110E-01  4.57582134037372523E-01
+  4.40965784222163704E-01  4.24703015053413291E-01  4.08796735949731538E-01
+  3.93249419838445191E-01  3.78063102823478436E-01  3.63239387040213357E-01
+  3.48779441857546946E-01  3.34684006364131370E-01  3.20953395528921881E-01
+  3.07587503037062227E-01  2.94585807021608026E-01  2.81947379044443946E-01
+  2.69670888512046125E-01  2.57754611927886790E-01  2.46196443966504419E-01
+  2.34993903577966429E-01  2.24144146805305117E-01  2.13643979122803168E-01
+  2.03489863419984901E-01  1.93677936164117936E-01  1.84204020186024692E-01
+  1.75063634757280179E-01  1.66252014584080454E-01  1.57764122347778257E-01
+  1.49594661052641686E-01  1.41738095034775580E-01  1.34188661786629471E-01
+  1.26940386661341414E-01  1.19987104792155033E-01  1.13322472032109225E-01
+  1.06939981945242471E-01  1.00832987318271255E-01  9.49947103841587009E-02
+  8.94182617382683481E-02  8.40966602100096522E-02  7.90228426598291595E-02
+  7.41896842125865236E-02  6.95900155138446802E-02  6.52166323732791819E-02
+  6.10623165265361811E-02  5.71198496279213402E-02  5.33820229481672473E-02
+  4.98416577384892812E-02  4.64916156812419587E-02  4.33248087500485435E-02
+  4.03342181701771552E-02  3.75129014244675874E-02  3.48540022645441663E-02
+  3.23507672498100363E-02  2.99965497566777976E-02  2.77848199847431573E-02
+  2.57091781614721647E-02  2.37633562689578484E-02  2.19412276756157619E-02
+  2.02368164696341071E-02  1.86442975931498979E-02  1.71580056468158097E-02
+  1.57724402281021504E-02  1.44822650331432306E-02  1.32823153829006151E-02
+  1.21675998002006205E-02  1.11332984986102935E-02  1.01747692251818785E-02
+  9.28754559537414703E-03  8.46733525156423764E-03  7.71002370254967109E-03
+  7.01167013281909536E-03  6.36850539293537868E-03  5.77693363043617087E-03
+  5.23352639695540134E-03  4.73502052165564440E-03  4.27831749065700311E-03
+  3.86047667165402651E-03  3.47871300806133332E-03  3.13039436128358887E-03
+  2.81303449220031204E-03  2.52429050203726094E-03  2.26195853956256965E-03
+  2.02396698241006593E-03  1.80837357784788787E-03  1.61336001385855156E-03
+  1.43722557882887620E-03  1.27838399296340108E-03  1.13535736331361859E-03
+  1.00677047103306600E-03  8.91347324290490853E-04  7.87904978638443907E-04
+  6.95348506216533681E-04  6.12667336941621747E-04  5.38929346684011742E-04
+  4.73276493309190494E-04  4.14921051251505488E-04  3.63140258624316539E-04
+  3.17272556912319545E-04  2.76713869627114994E-04  2.40912958726909304E-04
+  2.09368200240151532E-04  1.81624061350555761E-04  1.57267207864026769E-04
+  1.35923754376873231E-04  1.17256067361594225E-04  1.00959593964569417E-04
+  8.67605331184181071E-05  7.44130506043596992E-05  6.36967576357744248E-05
+  5.44147563692512731E-05  4.63913078586124399E-05  3.94698691658927392E-05
+  3.35114720382362151E-05  2.83928442492668825E-05  2.40049085511567084E-05
+  2.02514587897963214E-05  1.70477018012115434E-05  1.43191260491137699E-05
+  1.20004447158005707E-05  1.00345008237098224E-05  8.37142647744274521E-06
+  6.96782159299826135E-06  5.78595583193469634E-06  4.79315289550813509E-06
+  3.96117111691451534E-06  3.26563740549218434E-06  2.68560331924519617E-06
+  2.20309248659026357E-06  1.80270920816929421E-06  1.47132371525453991E-06
+  1.19775225079038613E-06  9.72492871098652955E-07  7.87506335979351863E-07
+  6.35997591938410200E-07  5.12241407091605880E-07  4.11432994031489489E-07
+  3.29543823983443391E-07  2.63208957031907692E-07  2.09627736323944916E-07
+  1.66471724227376110E-07  1.31813449775117922E-07  1.04062241490104443E-07
+  8.19072648377782239E-08  6.42734591094711005E-08  5.02813404472608068E-08
+  3.92128163065180719E-08  3.04845672553634820E-08  2.36236850201594263E-08
+  1.82477594910181289E-08  1.40491902412045315E-08  1.07809274206749616E-08
+  8.24520846125805865E-09  6.28454891778672723E-09  4.77369590571242587E-09
+  3.61343835738264009E-09  2.72557755565036163E-09  2.04855284890407585E-09
+  1.53413583483120531E-09  1.14470947997519619E-09  8.50976229686712529E-10
+  6.30243702243481458E-10  4.65002061359684979E-10  3.41766278237929698E-10
+  2.50213962269887431E-10  1.82468132340623281E-10  1.32533331606469849E-10
+  9.58756560722259044E-11  6.90748226573983073E-11  4.95593867561141874E-11
+  3.54088902246813274E-11  2.51917752272663670E-11  1.78455453230846194E-11
+  1.25867601669270970E-11  8.83866189133202940E-12  6.17890658688060734E-12
+  4.30011551338451042E-12  2.97893954960592757E-12  2.05410177695479552E-12
+  1.40978581594182118E-12  9.62982005619798384E-13  6.54615619330027878E-13
+  4.42843118742704354E-13  2.98101513441422542E-13  1.99666141801719796E-13
+  1.33064107801028033E-13  8.82228982616850390E-14  5.81900587889375871E-14
+  3.81811772527852555E-14  2.49185979609589261E-14  1.61757409752669326E-14
+  1.04435865070205927E-14  6.70527230585734327E-15  4.28120770395410260E-15
+  2.71811129299698638E-15  1.71575577107257717E-15  1.07681407679518561E-15
+  6.71857254834834651E-16  4.16682855646939284E-16  2.56886769957458121E-16
+  1.57406395784676157E-16  9.58516963326078596E-17  5.80084214229894244E-17
+  3.48830030460062371E-17  2.08419169022019424E-17  1.23730408215664336E-17
+  7.29672428631696201E-18  4.27449073514348595E-18  2.48742711787752087E-18
+  1.43749270627151364E-18  8.25029149312352956E-19  4.70249487311018376E-19
+  2.66103955386870284E-19  1.49514894241536195E-19  8.34042557474837203E-20
+  4.61775783737215960E-20  2.53795054640446956E-20  1.38442427575520226E-20
+  7.49327527165165017E-21  4.02511480363047763E-21  2.14520988843354500E-21
+  1.13411828065541349E-21  5.94895320546207139E-22  3.09489639601658062E-22
+  1.59673858204509893E-22  8.17140401043366363E-23  4.14581937556427792E-23
+  2.08543340994488342E-23  1.04022465122062028E-23  5.14196500996821018E-24
+  2.51940433545462768E-24  1.22366882528627453E-24  5.88737167207564902E-25
+  2.80699921376364356E-25  1.32614342798402214E-25  6.20379205061098201E-26
+  2.87529996014706192E-26  1.31989990878084027E-26  5.99729044416333530E-27
+  2.69911549797549303E-27  1.20253175388010192E-27  5.30127549274672990E-28
+  2.31421129829636494E-28  9.99501001456806078E-29  4.27014913864593786E-29
+  1.80598986915657469E-29  7.55213604449474558E-30  3.12316735003224489E-30
+  1.27815638849038063E-30  5.16851024391600076E-31  2.06646884889450895E-31
+  8.17276262498972829E-32  3.19166252203988079E-32  1.23217552477095291E-32
+  4.70291457798353246E-33  1.77135999802569212E-33  6.59460465018044303E-34
+  2.42555762439536933E-34  8.79933348097205415E-35  3.15478432940687999E-35
+  1.11651582012400237E-35  3.89574139447852995E-36  1.34317592369717898E-36
+  4.56683808185258104E-37  1.53037721297166867E-37  5.06658870866899755E-38
+  1.65224798678886575E-38  5.30967885404322106E-39  1.68526169346428648E-39
+  5.26228391741763290E-40  1.61924095562675225E-40  4.91860429079378697E-41
+  1.46810958551325832E-41  4.31871196236866299E-42  1.25316971046527468E-42
+  3.56931198387551516E-43  1.00214586725884680E-43  2.77239652467965508E-44
+  7.52169007724923551E-45  2.01222804938708826E-45  5.29617266905833429E-46
+  1.36620422735252372E-46  3.47632618248526323E-47  8.68576396593779724E-48
+  2.12640091842122937E-48  5.13650344948683060E-49  1.21550898737753327E-49
+  2.81872914662496063E-50  6.45039493734927491E-51  1.44230805675085852E-51
+  3.16206812287975387E-52  6.83892837991359407E-53  1.44153579946716071E-53
+  2.98196254015343212E-54  6.07947446103747430E-55  1.20515217452376550E-55
+   </PP_GIPAW_CORE_ORBITAL.1>
+  </PP_GIPAW_CORE_ORBITALS>
+ </PP_GIPAW>
+</UPF> 
diff --git a/example/Na/outputdata/Na.LDA-PW-paw.abinit b/example/Na/outputdata/Na.LDA-PW-paw.abinit
new file mode 100644
index 0000000..d236e3c
--- /dev/null
+++ b/example/Na/outputdata/Na.LDA-PW-paw.abinit
@@ -0,0 +1,8563 @@
+Paw atomic data for element Na - Generated by atompaw v4.0.0.0 & AtomPAW2Abinit v3.4.1
+  11.000   9.000 20130721               : zatom,zion,pspdat
+  7       7  1 0  1566 0.               : pspcod,pspxc,lmax,lloc,mmax,r2well
+ paw5 1341                              : pspfmt,creatorID
+  4  8                                  : basis_size,lmn_size
+ 0 0 1 1                                : orbitals
+ 4                                      : number_of_meshes
+ 1 2 1566 9.0909090909090915E-07 9.2579954664238004E-03 : mesh 1, type,size,rad_step[,log_step]
+ 2 2 1561 9.0909090909090915E-07 9.2579954664238004E-03 : mesh 2, type,size,rad_step[,log_step]
+ 3 2 1752 9.0909090909090915E-07 9.2579954664238004E-03 : mesh 3, type,size,rad_step[,log_step]
+ 4 2 1836 9.0909090909090915E-07 9.2579954664238004E-03 : mesh 4, type,size,rad_step[,log_step]
+  1.7017406783                          : r_cut(PAW)
+ 3  1.5087743708                     : shape_type,rshape
+===== PHI 1 =====   [phi(r)=PHI(r)/r*Ylm(th,ph)]
+ 1  : radial mesh index
+  0.0000000000000000E+00  1.4543692940648864E-07  2.9222653782665768E-07
+  4.4038140599270254E-07  5.8991423164041717E-07  7.4083783059726366E-07
+  8.9316513788055834E-07  1.0469092088058685E-06  1.2020832201057163E-06
+  1.3587004710586819E-06  1.5167743846290059E-06  1.6763185086167884E-06
+  1.8373465168188796E-06  1.9998722102005697E-06  2.1639095180781627E-06
+  2.3294724993125587E-06  2.4965753435139199E-06  2.6652323722575480E-06
+  2.8354580403110627E-06  3.0072669368729817E-06  3.1806737868228373E-06
+  3.3556934519828868E-06  3.5323409323915798E-06  3.7106313675888531E-06
+  3.8905800379133785E-06  4.0722023658118613E-06  4.2555139171605303E-06
+  4.4405304025989015E-06  4.6272676788759435E-06  4.8157417502087626E-06
+  5.0059687696539125E-06  5.1979650404914590E-06  5.3917470176219180E-06
+  5.5873313089761652E-06  5.7847346769384683E-06  5.9839740397827374E-06
+  6.1850664731221431E-06  6.3880292113721912E-06  6.5928796492274252E-06
+  6.7996353431518189E-06  7.0083140128830809E-06  7.2189335429508855E-06
+  7.4315119842092605E-06  7.6460675553831923E-06  7.8626186446296413E-06
+  8.0811838111130328E-06  8.3017817865954172E-06  8.5244314770414062E-06
+  8.7491519642380432E-06  8.9759625074296979E-06  9.2048825449682111E-06
+  9.4359316959783214E-06  9.6691297620386201E-06  9.9044967288781095E-06
+  1.0142052768088548E-05  1.0381818238852690E-05  1.0623813689688621E-05
+  1.0868059860210286E-05  1.1114577682904390E-05  1.1363388284923827E-05
+  1.1614512989897757E-05  1.1867973319758539E-05  1.2123790996585615E-05
+  1.2381987944466568E-05  1.2642586291375439E-05  1.2905608371068559E-05
+  1.3171076724997937E-05  1.3439014104242501E-05  1.3709443471457245E-05
+  1.3982388002840510E-05  1.4257871090119552E-05  1.4535916342554557E-05
+  1.4816547588961314E-05  1.5099788879752632E-05  1.5385664488998814E-05
+  1.5674198916507197E-05  1.5965416889921070E-05  1.6259343366838114E-05
+  1.6556003536948487E-05  1.6855422824192831E-05  1.7157626888940303E-05
+  1.7462641630186841E-05  1.7770493187773909E-05  1.8081207944627841E-05
+  1.8394812529019975E-05  1.8711333816847826E-05  1.9030798933937459E-05
+  1.9353235258367236E-05  1.9678670422813195E-05  2.0007132316916199E-05
+  2.0338649089671112E-05  2.0673249151838128E-05  2.1010961178376596E-05
+  2.1351814110901396E-05  2.1695837160162168E-05  2.2043059808545607E-05
+  2.2393511812600928E-05  2.2747223205588921E-05  2.3104224300054632E-05
+  2.3464545690423933E-05  2.3828218255624277E-05  2.4195273161729765E-05
+  2.4565741864630829E-05  2.4939656112728692E-05  2.5317047949654916E-05
+  2.5697949717016152E-05  2.6082394057164495E-05  2.6470413915993446E-05
+  2.6862042545760051E-05  2.7257313507933051E-05  2.7656260676067667E-05
+  2.8058918238707016E-05  2.8465320702310499E-05  2.8875502894209423E-05
+  2.9289499965590101E-05  2.9707347394504617E-05  3.0129080988909602E-05
+  3.0554736889733273E-05  3.0984351573970918E-05  3.1417961857809161E-05
+  3.1855604899779327E-05  3.2297318203939990E-05  3.2743139623089181E-05
+  3.3193107362006430E-05  3.3647259980724894E-05  3.4105636397833939E-05
+  3.4568275893812331E-05  3.5035218114392506E-05  3.5506503073956017E-05
+  3.5982171158960535E-05  3.6462263131398768E-05  3.6946820132289414E-05
+  3.7435883685200593E-05  3.7929495699806047E-05  3.8427698475474368E-05
+  3.8930534704891470E-05  3.9438047477716892E-05  3.9950280284273901E-05
+  4.0467277019274054E-05  4.0989081985576162E-05  4.1515739897980379E-05
+  4.2047295887057354E-05  4.2583795503013115E-05  4.3125284719589734E-05
+  4.3671809938002296E-05  4.4223417990912458E-05  4.4780156146438832E-05
+  4.5342072112204738E-05  4.5909214039423450E-05  4.6481630527021455E-05
+  4.7059370625800068E-05  4.7642483842635528E-05  4.8231020144718324E-05
+  4.8825029963831723E-05  4.9424564200670151E-05  5.0029674229197638E-05
+  5.0640411901046768E-05  5.1256829549958462E-05  5.1878979996263027E-05
+  5.2506916551402823E-05  5.3140693022496936E-05  5.3780363716948199E-05
+  5.4425983447093131E-05  5.5077607534894891E-05  5.5735291816679925E-05
+  5.6399092647918674E-05  5.7069066908050422E-05  5.7745272005353303E-05
+  5.8427765881859277E-05  5.9116607018314826E-05  5.9811854439187772E-05
+  6.0513567717720479E-05  6.1221806981030192E-05  6.1936632915256430E-05
+  6.2658106770756484E-05  6.3386290367348946E-05  6.4121246099606044E-05
+  6.4863036942195104E-05  6.5611726455269576E-05  6.6367378789910093E-05
+  6.7130058693616281E-05  6.7899831515849158E-05  6.8676763213625360E-05
+  6.9460920357163178E-05  7.0252370135580881E-05  7.1051180362648273E-05
+  7.1857419482591282E-05  7.2671156575950714E-05  7.3492461365495294E-05
+  7.4321404222189651E-05  7.5158056171217486E-05  7.6002488898061122E-05
+  7.6854774754636984E-05  7.7714986765488447E-05  7.8583198634035940E-05
+  7.9459484748885102E-05  8.0343920190193493E-05  8.1236580736096588E-05
+  8.2137542869193138E-05  8.3046883783090972E-05  8.3964681389013380E-05
+  8.4891014322466916E-05  8.5825961949971108E-05  8.6769604375850658E-05
+  8.7722022449090409E-05  8.8683297770254368E-05  8.9653512698468590E-05
+  9.0632750358469121E-05  9.1621094647715239E-05  9.2618630243568542E-05
+  9.3625442610539147E-05  9.4641618007598524E-05  9.5667243495560687E-05
+  9.6702406944531671E-05  9.7747197041428012E-05  9.8801703297565400E-05
+  9.9866016056317296E-05  1.0094022650084482E-04  1.0202442666189853E-04
+  1.0311870942569232E-04  1.0422316854185045E-04  1.0533789863142826E-04
+  1.0646299519500763E-04  1.0759855462086727E-04  1.0874467419322854E-04
+  1.0990145210057843E-04  1.1106898744406922E-04  1.1224738024599628E-04
+  1.1343673145835450E-04  1.1463714297147414E-04  1.1584871762273667E-04
+  1.1707155920537145E-04  1.1830577247733423E-04  1.1955146317026776E-04
+  1.2080873799854570E-04  1.2207770466840011E-04  1.2335847188713419E-04
+  1.2465114937241972E-04  1.2595584786168125E-04  1.2727267912156725E-04
+  1.2860175595750883E-04  1.2994319222336755E-04  1.3129710283117210E-04
+  1.3266360376094606E-04  1.3404281207062590E-04  1.3543484590607170E-04
+  1.3683982451117029E-04  1.3825786823803223E-04  1.3968909855728307E-04
+  1.4113363806845058E-04  1.4259161051044761E-04  1.4406314077215266E-04
+  1.4554835490308837E-04  1.4704738012419897E-04  1.4856034483872737E-04
+  1.5008737864319384E-04  1.5162861233847569E-04  1.5318417794099007E-04
+  1.5475420869398018E-04  1.5633883907890638E-04  1.5793820482694259E-04
+  1.5955244293057943E-04  1.6118169165533496E-04  1.6282609055157365E-04
+  1.6448578046643499E-04  1.6616090355587297E-04  1.6785160329680680E-04
+  1.6955802449938412E-04  1.7128031331935822E-04  1.7301861727057975E-04
+  1.7477308523760387E-04  1.7654386748841474E-04  1.7833111568726792E-04
+  1.8013498290765089E-04  1.8195562364536468E-04  1.8379319383172603E-04
+  1.8564785084689226E-04  1.8751975353330919E-04  1.8940906220928381E-04
+  1.9131593868268278E-04  1.9324054626475764E-04  1.9518304978409802E-04
+  1.9714361560071422E-04  1.9912241162025015E-04  2.0111960730832793E-04
+  2.0313537370502514E-04  2.0516988343948633E-04  2.0722331074467013E-04
+  2.0929583147223177E-04  2.1138762310754484E-04  2.1349886478486113E-04
+  2.1562973730261103E-04  2.1778042313884603E-04  2.1995110646682358E-04
+  2.2214197317073632E-04  2.2435321086158711E-04  2.2658500889321119E-04
+  2.2883755837844596E-04  2.3111105220545097E-04  2.3340568505417884E-04
+  2.3572165341299831E-04  2.3805915559547169E-04  2.4041839175728671E-04
+  2.4279956391334625E-04  2.4520287595501477E-04  2.4762853366752516E-04
+  2.5007674474754679E-04  2.5254771882091527E-04  2.5504166746052735E-04
+  2.5755880420439992E-04  2.6009934457389743E-04  2.6266350609212703E-04
+  2.6525150830250424E-04  2.6786357278748966E-04  2.7049992318750035E-04
+  2.7316078521999460E-04  2.7584638669873369E-04  2.7855695755322232E-04
+  2.8129272984832738E-04  2.8405393780408020E-04  2.8684081781565944E-04
+  2.8965360847356116E-04  2.9249255058395277E-04  2.9535788718921733E-04
+  2.9824986358868634E-04  3.0116872735956509E-04  3.0411472837805028E-04
+  3.0708811884064399E-04  3.1008915328566340E-04  3.1311808861495075E-04
+  3.1617518411578178E-04  3.1926070148297910E-04  3.2237490484122723E-04
+  3.2551806076759588E-04  3.2869043831427043E-04  3.3189230903149183E-04
+  3.3512394699070937E-04  3.3838562880794622E-04  3.4167763366738200E-04
+  3.4500024334515196E-04  3.4835374223336638E-04  3.5173841736435129E-04
+  3.5515455843511450E-04  3.5860245783203473E-04  3.6208241065578152E-04
+  3.6559471474646293E-04  3.6913967070900710E-04  3.7271758193877609E-04
+  3.7632875464741812E-04  3.7997349788895687E-04  3.8365212358612224E-04
+  3.8736494655692373E-04  3.9111228454146856E-04  3.9489445822902852E-04
+  3.9871179128535457E-04  4.0256461038024510E-04  4.0645324521536709E-04
+  4.1037802855233496E-04  4.1433929624104700E-04  4.1833738724828489E-04
+  4.2237264368657438E-04  4.2644541084331484E-04  4.3055603721017463E-04
+  4.3470487451275985E-04  4.3889227774055394E-04  4.4311860517713572E-04
+  4.4738421843067437E-04  4.5168948246470563E-04  4.5603476562919098E-04
+  4.6042043969186496E-04  4.6484687986986825E-04  4.6931446486167419E-04
+  4.7382357687930963E-04  4.7837460168087060E-04  4.8296792860333843E-04
+  4.8760395059569903E-04  4.9228306425236465E-04  4.9700566984690506E-04
+  5.0177217136608912E-04  5.0658297654423881E-04  5.1143849689790012E-04
+  5.1633914776083264E-04  5.2128534831932078E-04  5.2627752164781079E-04
+  5.3131609474487405E-04  5.3640149856950289E-04  5.4153416807773867E-04
+  5.4671454225963792E-04  5.5194306417657654E-04  5.5722018099889999E-04
+  5.6254634404391665E-04  5.6792200881424090E-04  5.7334763503649082E-04
+  5.7882368670033896E-04  5.8435063209792215E-04  5.8992894386361496E-04
+  5.9555909901416802E-04  6.0124157898921364E-04  6.0697686969214410E-04
+  6.1276546153136719E-04  6.1860784946193761E-04  6.2450453302757294E-04
+  6.3045601640305290E-04  6.3646280843701066E-04  6.4252542269511428E-04
+  6.4864437750364594E-04  6.5482019599348096E-04  6.6105340614446874E-04
+  6.6734454083022257E-04  6.7369413786332022E-04  6.8010274004091670E-04
+  6.8657089519077812E-04  6.9309915621773631E-04  6.9968808115056767E-04
+  7.0633823318930580E-04  7.1305018075298356E-04  7.1982449752781418E-04
+  7.2666176251581403E-04  7.3356256008387099E-04  7.4052748001326042E-04
+  7.4755711754961765E-04  7.5465207345336445E-04  7.6181295405060051E-04
+  7.6904037128445720E-04  7.7633494276692556E-04  7.8369729183115416E-04
+  7.9112804758422854E-04  7.9862784496043202E-04  8.0619732477499437E-04
+  8.1383713377833073E-04  8.2154792471077849E-04  8.2933035635783276E-04
+  8.3718509360588764E-04  8.4511280749848634E-04  8.5311417529308439E-04
+  8.6118988051833462E-04  8.6934061303189111E-04  8.7756706907874565E-04
+  8.8586995135009187E-04  8.9424996904273056E-04  9.0270783791901650E-04
+  9.1124428036735039E-04  9.1986002546322494E-04  9.2855580903082624E-04
+  9.3733237370519952E-04  9.4619046899497791E-04  9.5513085134568633E-04
+  9.6415428420362217E-04  9.7326153808031577E-04  9.8245339061758092E-04
+  9.9173062665315810E-04  1.0010940382869514E-03  1.0105444249478741E-03
+  1.0200825934612999E-03  1.0297093581171303E-03  1.0394255407384775E-03
+  1.0492319707509760E-03  1.0591294852527234E-03  1.0691189290848583E-03
+  1.0792011549027778E-03  1.0893770232480043E-03  1.0996474026207066E-03
+  1.1100131695528758E-03  1.1204752086821713E-03  1.1310344128264331E-03
+  1.1416916830588749E-03  1.1524479287839562E-03  1.1633040678139448E-03
+  1.1742610264461749E-03  1.1853197395410040E-03  1.1964811506004801E-03
+  1.2077462118477177E-03  1.2191158843070000E-03  1.2305911378845986E-03
+  1.2421729514503356E-03  1.2538623129198742E-03  1.2656602193377641E-03
+  1.2775676769612332E-03  1.2895857013447373E-03  1.3017153174252820E-03
+  1.3139575596085044E-03  1.3263134718555474E-03  1.3387841077707094E-03
+  1.3513705306898900E-03  1.3640738137698368E-03  1.3768950400781946E-03
+  1.3898353026843731E-03  1.4028957047512293E-03  1.4160773596275833E-03
+  1.4293813909415642E-03  1.4428089326948036E-03  1.4563611293574720E-03
+  1.4700391359641785E-03  1.4838441182107340E-03  1.4977772525517803E-03
+  1.5118397262993085E-03  1.5260327377220554E-03  1.5403574961458020E-03
+  1.5548152220545705E-03  1.5694071471927342E-03  1.5841345146680446E-03
+  1.5989985790555838E-03  1.6140006065026571E-03  1.6291418748346203E-03
+  1.6444236736616606E-03  1.6598473044865422E-03  1.6754140808133108E-03
+  1.6911253282569756E-03  1.7069823846541821E-03  1.7229866001748663E-03
+  1.7391393374349194E-03  1.7554419716098585E-03  1.7718958905495116E-03
+  1.7885024948937392E-03  1.8052631981891813E-03  1.8221794270070566E-03
+  1.8392526210620106E-03  1.8564842333320321E-03  1.8738757301794335E-03
+  1.8914285914729218E-03  1.9091443107107477E-03  1.9270243951449676E-03
+  1.9450703659068052E-03  1.9632837581331315E-03  1.9816661210940805E-03
+  2.0002190183217921E-03  2.0189440277403091E-03  2.0378427417966295E-03
+  2.0569167675929217E-03  2.0761677270199242E-03  2.0955972568915187E-03
+  2.1152070090805189E-03  2.1349986506556430E-03  2.1549738640197218E-03
+  2.1751343470491238E-03  2.1954818132344208E-03  2.2160179918223012E-03
+  2.2367446279587372E-03  2.2576634828334317E-03  2.2787763338255281E-03
+  2.3000849746506271E-03  2.3215912155090928E-03  2.3432968832356716E-03
+  2.3652038214504439E-03  2.3873138907110941E-03  2.4096289686665394E-03
+  2.4321509502119019E-03  2.4548817476448609E-03  2.4778232908233711E-03
+  2.5009775273247829E-03  2.5243464226063512E-03  2.5479319601671687E-03
+  2.5717361417115178E-03  2.5957609873136596E-03  2.6200085355840728E-03
+  2.6444808438371515E-03  2.6691799882603744E-03  2.6941080640849615E-03
+  2.7192671857580184E-03  2.7446594871162054E-03  2.7702871215609087E-03
+  2.7961522622349548E-03  2.8222571022008718E-03  2.8486038546207096E-03
+  2.8751947529374175E-03  2.9020320510578287E-03  2.9291180235372170E-03
+  2.9564549657654831E-03  2.9840451941549485E-03  3.0118910463297899E-03
+  3.0399948813171302E-03  3.0683590797397752E-03  3.0969860440106397E-03
+  3.1258781985288508E-03  3.1550379898775639E-03  3.1844678870234866E-03
+  3.2141703815181341E-03  3.2441479877008232E-03  3.2744032429034399E-03
+  3.3049387076569472E-03  3.3357569658997066E-03  3.3668606251875833E-03
+  3.3982523169058670E-03  3.4299346964830188E-03  3.4619104436062640E-03
+  3.4941822624390334E-03  3.5267528818402833E-03  3.5596250555856917E-03
+  3.5928015625907614E-03  3.6262852071358271E-03  3.6600788190930050E-03
+  3.6941852541550785E-03  3.7286073940663383E-03  3.7633481468554077E-03
+  3.7984104470700488E-03  3.8337972560139721E-03  3.8695115619856750E-03
+  3.9055563805193076E-03  3.9419347546275820E-03  3.9786497550467689E-03
+  4.0157044804837545E-03  4.0531020578652051E-03  4.0908456425888485E-03
+  4.1289384187768660E-03  4.1673835995314577E-03  4.2061844271925435E-03
+  4.2453441735976578E-03  4.2848661403440203E-03  4.3247536590528416E-03
+  4.3650100916358256E-03  4.4056388305639379E-03  4.4466432991384190E-03
+  4.4880269517640790E-03  4.5297932742248753E-03  4.5719457839618243E-03
+  4.6144880303532008E-03  4.6574235949971053E-03  4.7007560919963909E-03
+  4.7444891682459460E-03  4.7886265037223900E-03  4.8331718117761730E-03
+  4.8781288394261031E-03  4.9235013676563128E-03  4.9692932117156897E-03
+  5.0155082214197984E-03  5.0621502814552737E-03  5.1092233116867558E-03
+  5.1567312674663376E-03  5.2046781399455637E-03  5.2530679563900047E-03
+  5.3019047804964145E-03  5.3511927127124735E-03  5.4009358905591706E-03
+  5.4511384889558250E-03  5.5018047205477334E-03  5.5529388360365337E-03
+  5.6045451245132216E-03  5.6566279137939077E-03  5.7091915707582711E-03
+  5.7622405016907914E-03  5.8157791526247107E-03  5.8698120096888091E-03
+  5.9243435994569557E-03  5.9793784893004869E-03  6.0349212877434284E-03
+  6.0909766448205577E-03  6.1475492524383502E-03  6.2046438447388007E-03
+  6.2622651984661822E-03  6.3204181333367023E-03  6.3791075124111181E-03
+  6.4383382424703321E-03  6.4981152743939351E-03  6.5584436035417727E-03
+  6.6193282701385320E-03  6.6807743596613654E-03  6.7427870032305574E-03
+  6.8053713780032703E-03  6.8685327075703982E-03  6.9322762623565048E-03
+  6.9966073600229231E-03  7.0615313658739590E-03  7.1270536932663041E-03
+  7.1931798040215976E-03  7.2599152088422209E-03  7.3272654677302767E-03
+  7.3952361904098349E-03  7.4638330367524201E-03  7.5330617172057737E-03
+  7.6029279932259145E-03  7.6734376777124981E-03  7.7445966354475031E-03
+  7.8164107835372743E-03  7.8888860918579183E-03  7.9620285835040796E-03
+  8.0358443352411095E-03  8.1103394779606531E-03  8.1855201971396847E-03
+  8.2613927333029507E-03  8.3379633824889280E-03  8.4152384967192163E-03
+  8.4932244844714722E-03  8.5719278111558318E-03  8.6513549995948617E-03
+  8.7315126305070913E-03  8.8124073429940736E-03  8.8940458350310510E-03
+  8.9764348639612013E-03  9.0595812469935078E-03  9.1434918617042445E-03
+  9.2281736465421281E-03  9.3136336013371016E-03  9.3998787878128050E-03
+  9.4869163301027366E-03  9.5747534152701083E-03  9.6633972938314286E-03
+  9.7528552802837992E-03  9.8431347536359747E-03  9.9342431579431678E-03
+  1.0026188002845644E-02  1.0118976864111073E-02  1.0212617384180720E-02
+  1.0307117272719383E-02  1.0402484307169233E-02  1.0498726333307404E-02
+  1.0595851265807517E-02  1.0693867088804973E-02  1.0792781856466181E-02
+  1.0892603693561631E-02  1.0993340796042871E-02  1.1095001431623373E-02
+  1.1197593940363307E-02  1.1301126735258243E-02  1.1405608302831766E-02
+  1.1511047203732023E-02  1.1617452073332242E-02  1.1724831622335155E-02
+  1.1833194637381412E-02  1.1942549981661938E-02  1.2052906595534275E-02
+  1.2164273497142880E-02  1.2276659783043407E-02  1.2390074628830981E-02
+  1.2504527289772461E-02  1.2620027101442664E-02  1.2736583480364617E-02
+  1.2854205924653797E-02  1.2972904014666331E-02  1.3092687413651254E-02
+  1.3213565868406722E-02  1.3335549209940227E-02  1.3458647354132816E-02
+  1.3582870302407315E-02  1.3708228142400509E-02  1.3834731048639365E-02
+  1.3962389283221169E-02  1.4091213196497716E-02  1.4221213227763419E-02
+  1.4352399905947416E-02  1.4484783850309614E-02  1.4618375771140711E-02
+  1.4753186470466140E-02  1.4889226842753976E-02  1.5026507875626710E-02
+  1.5165040650576994E-02  1.5304836343687253E-02  1.5445906226353188E-02
+  1.5588261666011153E-02  1.5731914126869369E-02  1.5876875170643002E-02
+  1.6023156457293034E-02  1.6170769745768969E-02  1.6319726894755263E-02
+  1.6470039863421583E-02  1.6621720712176737E-02  1.6774781603426374E-02
+  1.6929234802334322E-02  1.7085092677587621E-02  1.7242367702165196E-02
+  1.7401072454110066E-02  1.7561219617305255E-02  1.7722821982253084E-02
+  1.7885892446858131E-02  1.8050444017213545E-02  1.8216489808390867E-02
+  1.8384043045233261E-02  1.8553117063152005E-02  1.8723725308926454E-02
+  1.8895881341507152E-02  1.9069598832822249E-02  1.9244891568587091E-02
+  1.9421773449116941E-02  1.9600258490142800E-02  1.9780360823630227E-02
+  1.9962094698601242E-02  2.0145474481959063E-02  2.0330514659315756E-02
+  2.0517229835822701E-02  2.0705634737003816E-02  2.0895744209591453E-02
+  2.1087573222364941E-02  2.1281136866991665E-02  2.1476450358870663E-02
+  2.1673529037978582E-02  2.1872388369718030E-02  2.2073043945768193E-02
+  2.2275511484937595E-02  2.2479806834018973E-02  2.2685945968646228E-02
+  2.2893944994153204E-02  2.3103820146434403E-02  2.3315587792807426E-02
+  2.3529264432877013E-02  2.3744866699400732E-02  2.3962411359156072E-02
+  2.4181915313808883E-02  2.4403395600783074E-02  2.4626869394131487E-02
+  2.4852354005407723E-02  2.5079866884538959E-02  2.5309425620699492E-02
+  2.5541047943184972E-02  2.5774751722287173E-02  2.6010554970169224E-02
+  2.6248475841741052E-02  2.6488532635534991E-02  2.6730743794581447E-02
+  2.6975127907284329E-02  2.7221703708296290E-02  2.7470490079393488E-02
+  2.7721506050349735E-02  2.7974770799809940E-02  2.8230303656162633E-02
+  2.8488124098411335E-02  2.8748251757044804E-02  2.9010706414905735E-02
+  2.9275508008057931E-02  2.9542676626651623E-02  2.9812232515786827E-02
+  3.0084196076374598E-02  3.0358587865995754E-02  3.0635428599757170E-02
+  3.0914739151145232E-02  3.1196540552876212E-02  3.1480853997743606E-02
+  3.1767700839461802E-02  3.2057102593506283E-02  3.2349080937949783E-02
+  3.2643657714294394E-02  3.2940854928299158E-02  3.3240694750803150E-02
+  3.3543199518543565E-02  3.3848391734968709E-02  3.4156294071045437E-02
+  3.4466929366061091E-02  3.4780320628419181E-02  3.5096491036429055E-02
+  3.5415463939088745E-02  3.5737262856861129E-02  3.6061911482442852E-02
+  3.6389433681525654E-02  3.6719853493550052E-02  3.7053195132450700E-02
+  3.7389482987393377E-02  3.7728741623503106E-02  3.8070995782583106E-02
+  3.8416270383824169E-02  3.8764590524504226E-02  3.9115981480677499E-02
+  3.9470468707853042E-02  3.9828077841662327E-02  4.0188834698515280E-02
+  4.0552765276244407E-02  4.0919895754736778E-02  4.1290252496553256E-02
+  4.1663862047534549E-02  4.2040751137393750E-02  4.2420946680294794E-02
+  4.2804475775416496E-02  4.3191365707501518E-02  4.3581643947390079E-02
+  4.3975338152537492E-02  4.4372476167515496E-02  4.4773086024496485E-02
+  4.5177195943720411E-02  4.5584834333943530E-02  4.5996029792868744E-02
+  4.6410811107556835E-02  4.6829207254817991E-02  4.7251247401583138E-02
+  4.7676960905254445E-02  4.8106377314034436E-02  4.8539526367233049E-02
+  4.8976437995552055E-02  4.9417142321346225E-02  4.9861669658860512E-02
+  5.0310050514442685E-02  5.0762315586730722E-02  5.1218495766814164E-02
+  5.1678622138368970E-02  5.2142725977764842E-02  5.2610838754144691E-02
+  5.3082992129475030E-02  5.3559217958566989E-02  5.4039548289066895E-02
+  5.4524015361415740E-02  5.5012651608776768E-02  5.5505489656930238E-02
+  5.6002562324134780E-02  5.6503902620954186E-02  5.7009543750049060E-02
+  5.7519519105932233E-02  5.8033862274687292E-02  5.8552607033649069E-02
+  5.9075787351045239E-02  5.9603437385598292E-02  6.0135591486086652E-02
+  6.0672284190864116E-02  6.1213550227336426E-02  6.1759424511394351E-02
+  6.2309942146801835E-02  6.2865138424538586E-02  6.3425048822095501E-02
+  6.3989709002722314E-02  6.4559154814626221E-02  6.5133422290120299E-02
+  6.5712547644720662E-02  6.6296567276190974E-02  6.6885517763533617E-02
+  6.7479435865925683E-02  6.8078358521599242E-02  6.8682322846663951E-02
+  6.9291366133871282E-02  6.9905525851318789E-02  7.0524839641093365E-02
+  7.1149345317851748E-02  7.1779080867337405E-02  7.2414084444832008E-02
+  7.3054394373540416E-02  7.3700049142907426E-02  7.4351087406865302E-02
+  7.5007547982009981E-02  7.5669469845705176E-02  7.6336892134112266E-02
+  7.7009854140144676E-02  7.7688395311345360E-02  7.8372555247685383E-02
+  7.9062373699282387E-02  7.9757890564036871E-02  8.0459145885185115E-02
+  8.1166179848766715E-02  8.1879032781005001E-02  8.2597745145598742E-02
+  8.3322357540923264E-02  8.4052910697139230E-02  8.4789445473207103E-02
+  8.5532002853805772E-02  8.6280623946152962E-02  8.7035349976725920E-02
+  8.7796222287880255E-02  8.8563282334364904E-02  8.9336571679731358E-02
+  9.0116131992635087E-02  9.0902005043026729E-02  9.1694232698231751E-02
+  9.2492856918915442E-02  9.3297919754932110E-02  9.4109463341055272E-02
+  9.4927529892587542E-02  9.5752161700847091E-02  9.6583401128529228E-02
+  9.7421290604940161E-02  9.8265872621100925E-02  9.9117189724718738E-02
+  9.9975284515023841E-02  1.0084019963746894E-01  1.0171197777828922E-01
+  1.0259066165891959E-01  1.0347629403026776E-01  1.0436891766683955E-01
+  1.0526857536071417E-01  1.0617530991536706E-01  1.0708916413933725E-01
+  1.0801018083973650E-01  1.0893840281559787E-01  1.0987387285106030E-01
+  1.1081663370838686E-01  1.1176672812081365E-01  1.1272419878522612E-01
+  1.1368908835466073E-01  1.1466143943062761E-01  1.1564129455525282E-01
+  1.1662869620323552E-01  1.1762368677361829E-01  1.1862630858136665E-01
+  1.1963660384875512E-01  1.2065461469655600E-01  1.2168038313502842E-01
+  1.2271395105470378E-01  1.2375536021696434E-01  1.2480465224441213E-01
+  1.2586186861102383E-01  1.2692705063208923E-01  1.2800023945392910E-01
+  1.2908147604338918E-01  1.3017080117710686E-01  1.3126825543054679E-01
+  1.3237387916680216E-01  1.3348771252515723E-01  1.3460979540940879E-01
+  1.3574016747594086E-01  1.3687886812155120E-01  1.3802593647102390E-01
+  1.3918141136444503E-01  1.4034533134425789E-01  1.4151773464205281E-01
+  1.4269865916508928E-01  1.4388814248254431E-01  1.4508622181148526E-01
+  1.4629293400256099E-01  1.4750831552540927E-01  1.4873240245377473E-01
+  1.4996523045033411E-01  1.5120683475122482E-01  1.5245725015027128E-01
+  1.5371651098290734E-01  1.5498465110978732E-01  1.5626170390008443E-01
+  1.5754770221447015E-01  1.5884267838777144E-01  1.6014666421130100E-01
+  1.6145969091485624E-01  1.6278178914838232E-01  1.6411298896329568E-01
+  1.6545331979346253E-01  1.6680281043582879E-01  1.6816148903069619E-01
+  1.6952938304164092E-01  1.7090651923506953E-01  1.7229292365940804E-01
+  1.7368862162391946E-01  1.7509363767714550E-01  1.7650799558496760E-01
+  1.7793171830828280E-01  1.7936482798028963E-01  1.8080734588338054E-01
+  1.8225929242563466E-01  1.8372068711690762E-01  1.8519154854451286E-01
+  1.8667189434849107E-01  1.8816174119646170E-01  1.8966110475805326E-01
+  1.9116999967890733E-01  1.9268843955425113E-01  1.9421643690203574E-01
+  1.9575400313563357E-01  1.9730114853609168E-01  1.9885788222393666E-01
+  2.0042421213052564E-01  2.0200014496893992E-01  2.0358568620441633E-01
+  2.0518084002431219E-01  2.0678560930759962E-01  2.0839999559388417E-01
+  2.1002399905194488E-01  2.1165761844779030E-01  2.1330085111222721E-01
+  2.1495369290793706E-01  2.1661613819605718E-01  2.1828817980226181E-01
+  2.1996980898233978E-01  2.2166101538726432E-01  2.2336178702775172E-01
+  2.2507211023830531E-01  2.2679196964074030E-01  2.2852134810718730E-01
+  2.3026022672256932E-01  2.3200858474655101E-01  2.3376639957495485E-01
+  2.3553364670064286E-01  2.3731029967385997E-01  2.3909633006203582E-01
+  2.4089170740904356E-01  2.4269639919391114E-01  2.4451037078898469E-01
+  2.4633358541753975E-01  2.4816600411083928E-01  2.5000758566463605E-01
+  2.5185828659511739E-01  2.5371806109429074E-01  2.5558686098480826E-01
+  2.5746463567422950E-01  2.5935133210872074E-01  2.6124689472618945E-01
+  2.6315126540885420E-01  2.6506438343524807E-01  2.6698618543165697E-01
+  2.6891660532299044E-01  2.7085557428308726E-01  2.7280302068445483E-01
+  2.7475887004744298E-01  2.7672304498885425E-01  2.7869546516998966E-01
+  2.8067604724413375E-01  2.8266470480347844E-01  2.8466134832548906E-01
+  2.8666588511871421E-01  2.8867821926804260E-01  2.9069825157940860E-01
+  2.9272587952395168E-01  2.9476099718163090E-01  2.9680349518430055E-01
+  2.9885326065825030E-01  3.0091017716621432E-01  3.0297412464885570E-01
+  3.0504497936572905E-01  3.0712261383573064E-01  3.0920689677703994E-01
+  3.1129769304655963E-01  3.1339486357886243E-01  3.1549826532465058E-01
+  3.1760775118873857E-01  3.1972316996756506E-01  3.2184436628624535E-01
+  3.2397118053517210E-01  3.2610344880617631E-01  3.2824100282825741E-01
+  3.3038366990289592E-01  3.3253127283895723E-01  3.3468362988720307E-01
+  3.3684055467441892E-01  3.3900185613717626E-01  3.4116733845523800E-01
+  3.4333680098462688E-01  3.4551003819036985E-01  3.4768683957893459E-01
+  3.4986698963037594E-01  3.5205026773020892E-01  3.5423644810102717E-01
+  3.5642529973388515E-01  3.5861658631946447E-01  3.6081006617904388E-01
+  3.6300549219529549E-01  3.6520261174292773E-01  3.6740116661919864E-01
+  3.6960089297432308E-01  3.7180152124179816E-01  3.7400277606867288E-01
+  3.7620437624578601E-01  3.7840603463800282E-01  3.8060745811447461E-01
+  3.8280834747895343E-01  3.8500839740018955E-01  3.8720729634244294E-01
+  3.8940472649614127E-01  3.9160036370871609E-01  3.9379387741565225E-01
+  3.9598493057178225E-01  3.9817317958286619E-01  4.0035827423748876E-01
+  4.0253985763931593E-01  4.0471756613974569E-01  4.0689102927099741E-01
+  4.0905986967967706E-01  4.1122370306086298E-01  4.1338213809275454E-01
+  4.1553477637192904E-01  4.1768121234925198E-01  4.1982103326648695E-01
+  4.2195381909365509E-01  4.2407914246719203E-01  4.2619656862895278E-01
+  4.2830565536611731E-01  4.3040595295204936E-01  4.3249700408816422E-01
+  4.3457834384685634E-01  4.3664949961555005E-01  4.3870999104192743E-01
+  4.4075932998039530E-01  4.4279702043984887E-01  4.4482255853279817E-01
+  4.4683543242591856E-01  4.4883512229208916E-01  4.5082110026398980E-01
+  4.5279283038931833E-01  4.5474976858770266E-01  4.5669136260937337E-01
+  4.5861705199567371E-01  4.6052626804147412E-01  4.6241843375957192E-01
+  4.6429296384714813E-01  4.6614926465435991E-01  4.6798673415514891E-01
+  4.6980476192034376E-01  4.7160272909313905E-01  4.7338000836703453E-01
+  4.7513596396631919E-01  4.7686995162918466E-01  4.7858131859355613E-01
+  4.8026940358572989E-01  4.8193353681190720E-01  4.8357303995271600E-01
+  4.8518722616081267E-01  4.8677540006165965E-01  4.8833685775757335E-01
+  4.8987088683513874E-01  4.9137676637609073E-01  4.9285376697175970E-01
+  4.9430115074118364E-01  4.9571817135298912E-01  4.9710407405114199E-01
+  4.9845809568467536E-01  4.9977946474149970E-01  5.0106740138640071E-01
+  5.0232111750333452E-01  5.0353981674212922E-01  5.0472269456970242E-01
+  5.0586893832590596E-01  5.0697772728411139E-01  5.0804823271664812E-01
+  5.0907961796520895E-01  5.1007103851633862E-01  5.1102164208211953E-01
+  5.1193056868617415E-01  5.1279695075509812E-01  5.1361991321544587E-01
+  5.1439857359638352E-01  5.1513204213813146E-01  5.1581942190631547E-01
+  5.1645980891234478E-01  5.1705229223994054E-01  5.1759595417793380E-01
+  5.1808987035945364E-01  5.1853310990762769E-01  5.1892473558791608E-01
+  5.1926380396719918E-01  5.1954936557974030E-01  5.1978046510014564E-01
+  5.1995614152344027E-01  5.2007542835238096E-01  5.2013735379212456E-01
+  5.2014094095237196E-01  5.2008520805710645E-01  5.1996916866204057E-01
+  5.1979183187989231E-01  5.1955220261360080E-01  5.1924928179760055E-01
+  5.1888206664726322E-01  5.1844955091661937E-01  5.1795072516446983E-01
+  5.1738457702899510E-01  5.1675009151096429E-01  5.1604625126565473E-01
+  5.1527203690357504E-01  5.1442642730009813E-01  5.1350839991409469E-01
+  5.1251693111566476E-01  5.1145099652305448E-01  5.1030957134884958E-01
+  5.0909163075552433E-01  5.0779615022043101E-01  5.0642210591030523E-01
+  5.0496847506535802E-01  5.0343423639302642E-01  5.0181837047144418E-01
+  5.0011986016269383E-01  4.9833769103589393E-01  4.9647085180017186E-01
+  4.9451833474756540E-01  4.9247913620589356E-01  4.9035225700162771E-01
+  4.8813670293279160E-01  4.8583148525190967E-01  4.8343562115901845E-01
+  4.8094813430474598E-01  4.7836805530346327E-01  4.7569442225649533E-01
+  4.7292628128538089E-01  4.7006268707515353E-01  4.6710270342761717E-01
+  4.6404540382457060E-01  4.6088987200093645E-01  4.5763520252773365E-01
+  4.5428050140482684E-01  4.5082488666337373E-01  4.4726748897788454E-01
+  4.4360745228779391E-01  4.3984393442843672E-01  4.3597610777130713E-01
+  4.3200315987347188E-01  4.2792429413599042E-01  4.2373873047119126E-01
+  4.1944570597863384E-01  4.1504447562957680E-01  4.1053431295976128E-01
+  4.0591451077029905E-01  4.0118438183644967E-01  3.9634325962405131E-01
+  3.9139049901335665E-01  3.8632547703001324E-01  3.8114759358290995E-01
+  3.7585627220859996E-01  3.7045096082199080E-01  3.6493113247298137E-01
+  3.5929628610870590E-01  3.5354594734103395E-01  3.4767966921895338E-01
+  3.4169703300545373E-01  3.3559764895850486E-01  3.2938115711571381E-01
+  3.2304722808222486E-01  3.1659556382140847E-01  3.1002589844787382E-01
+  3.0333799902231606E-01  2.9653166634769862E-01  2.8960673576624973E-01
+  2.8256307795673785E-01  2.7540059973147424E-01  2.6811924483247213E-01
+  2.6071899472617810E-01  2.5319986939617384E-01  2.4556192813322988E-01
+  2.3780527032207885E-01  2.2993003622425753E-01  2.2193640775635506E-01
+  2.1382460926298755E-01  2.0559490828380542E-01  1.9724761631382595E-01
+  1.8878308955637052E-01  1.8020172966787151E-01  1.7150398449380291E-01
+  1.6269034879497607E-01  1.5376136496343060E-01  1.4471762372713912E-01
+  1.3555976484273699E-01  1.2628847777547497E-01  1.1690450236558762E-01
+  1.0740862948026014E-01  9.7801701650369985E-02  8.8084613691172653E-02
+  7.8258313306095839E-02  6.8323801672800250E-02  5.8282134010661825E-02
+  4.8134420128825885E-02  3.7881824953980882E-02  2.7525569036997048E-02
+  1.7066929037573522E-02  6.5072381860360002E-03 -4.1521132785734575E-03
+ -1.4909677694973533E-02 -2.5763949591546435E-02 -3.6713365324525009E-02
+ -4.7756302743322189E-02 -5.8891080883860102E-02 -7.0115959690755611E-02
+ -8.1429139769218117E-02 -9.2828762167514858E-02 -1.0431290819085863E-01
+ -1.1587959924757253E-01 -1.2752679672838649E-01 -1.3925240191972002E-01
+ -1.5105425595180816E-01 -1.6293013978252635E-01 -1.7487777421777381E-01
+ -1.8689481996927523E-01 -1.9897887775066367E-01 -2.1112748841271028E-01
+ -2.2333813311856848E-01 -2.3560823355990321E-01 -2.4793515221477908E-01
+ -2.6031619264818323E-01 -2.7274859985606054E-01 -2.8522956065373961E-01
+ -2.9775620410963055E-01 -3.1032560202507048E-01 -3.2293476946119598E-01
+ -3.3558066531371072E-01 -3.4826019293641663E-01 -3.6097020081436348E-01
+ -3.7370748328746217E-01 -3.8646878132539203E-01 -3.9925078335461356E-01
+ -4.1205012613827696E-01 -4.2486339570979176E-01 -4.3768712836078771E-01
+ -4.5051781168417115E-01 -4.6335188567293184E-01 -4.7618574387532037E-01
+ -4.8901573460695813E-01 -5.0183816222039501E-01 -5.1464928843256819E-01
+ -5.2744533371054736E-01 -5.4022247871588824E-01 -5.5297686580784033E-01
+ -5.6570460060557115E-01 -5.7840175360949309E-01 -5.9106436188168443E-01
+ -6.0368843078530998E-01 -6.1626993578284250E-01 -6.2880482429279594E-01
+ -6.4128901760457002E-01 -6.5371841285090482E-01 -6.6608888503733477E-01
+ -6.7839628912791783E-01 -6.9063646218640440E-01 -7.0280522557189673E-01
+ -7.1489838718793353E-01 -7.2691174378381707E-01 -7.3884108330688048E-01
+ -7.5068218730428637E-01 -7.6243083337281270E-01 -7.7408279765498700E-01
+ -7.8563385737979308E-01 -7.9707979344607938E-01 -8.0841639304667001E-01
+ -8.1963945233108149E-01 -8.3074477910462274E-01 -8.4172819556157352E-01
+ -8.5258554105000894E-01 -8.6331267486575369E-01 -8.7390547907284288E-01
+ -8.8435986134778144E-01 -8.9467175784479469E-01 -9.0483713607918437E-01
+ -9.1485199782582316E-01 -9.2471238202973749E-01 -9.3441436772566155E-01
+ -9.4395407696338107E-01 -9.5332767773561622E-01 -9.6253138690514395E-01
+ -9.7156147312780039E-01 -9.8041425976797281E-01 -9.8908612780313632E-01
+ -9.9757351871396827E-01 -1.0058729373565400E+00 -1.0139809548130698E+00
+ -1.0218942112177027E+00 -1.0296094185537794E+00 -1.0371233634190495E+00
+ -1.0444329097553007E+00 -1.0515350015388709E+00 -1.0584266654285515E+00
+ -1.0651050133673956E+00 -1.0715672451349894E+00 -1.0778106508467835E+00
+ -1.0838326133971199E+00 -1.0896306108426559E+00 -1.0952022187229322E+00
+ -1.1005451123149086E+00 -1.1056570688183562E+00 -1.1105359694690815E+00
+ -1.1151798015770320E+00 -1.1195866604864348E+00 -1.1237547514552055E+00
+ -1.1276823914509799E+00 -1.1313680108612107E+00 -1.1348101551149024E+00
+ -1.1380074862136613E+00 -1.1409587841698658E+00 -1.1436629483498901E+00
+ -1.1461189987204330E+00 -1.1483260769961552E+00 -1.1502834476869523E+00
+ -1.1519904990433325E+00 -1.1534467438985188E+00 -1.1546518204060334E+00
+ -1.1556054926716672E+00 -1.1563076512788981E+00 -1.1567583137069581E+00
+ -1.1569576246409117E+00 -1.1569058561732477E+00 -1.1566034078966532E+00
+ -1.1560508068877751E+00 -1.1552487075819373E+00 -1.1541978915389222E+00
+ -1.1528992671000824E+00 -1.1513538689371887E+00 -1.1495628574935701E+00
+ -1.1475275183182350E+00 -1.1452492612938221E+00 -1.1427296197593420E+00
+ -1.1399702495288218E+00 -1.1369729278070886E+00 -1.1337395520040525E+00
+ -1.1302721384489738E+00 -1.1265728210063182E+00 -1.1226438495949131E+00
+ -1.1184875886122272E+00 -1.1141065152657028E+00 -1.1095032178131627E+00
+ -1.1046803937144070E+00 -1.0996408476962085E+00 -1.0943874897329915E+00
+ -1.0889233329455550E+00 -1.0832514914202733E+00 -1.0773751779512748E+00
+ -1.0712977017081535E+00 -1.0650224658318264E+00 -1.0585529649611922E+00
+ -1.0518927826933011E+00 -1.0450455889797601E+00 -1.0380151374621567E+00
+ -1.0308052627492872E+00 -1.0234198776390118E+00 -1.0158629702875668E+00
+ -1.0081386013291751E+00 -1.0002509009488123E+00 -9.9220406591096799E-01
+ -9.8400235654726720E-01 -9.7565009370578015E-01 -9.6715165566486372E-01
+ -9.5851147501434786E-01 -9.4973403550687518E-01 -9.4082386888216951E-01
+ -9.3178555166699739E-01 -9.2262370195355803E-01 -9.1334297615900339E-01
+ -9.0394806576877296E-01 -8.9444369406638768E-01 -8.8483461285231613E-01
+ -8.7512559915449672E-01 -8.6532145193306376E-01 -8.5542698878179169E-01
+ -8.4544704262872983E-01 -8.3538645843847859E-01 -8.2525008991851212E-01
+ -8.1504279623192066E-01 -8.0476943871887729E-01 -7.9443487762933318E-01
+ -7.8404396886882277E-01 -7.7360156076002051E-01 -7.6311249082206856E-01
+ -7.5258158256990604E-01 -7.4201364233575962E-01 -7.3141345611493824E-01
+ -7.2078578643804869E-01 -7.1013536927172216E-01 -6.9946691094993740E-01
+ -6.8878508513799053E-01 -6.7809452983116614E-01 -6.6739984439012934E-01
+ -6.5670558661506861E-01 -6.4601626986058958E-01 -6.3533636019336348E-01
+ -6.2467027359452354E-01 -6.1402237320879571E-01 -6.0339696664234344E-01
+ -5.9279830331130690E-01 -5.8223057184300964E-01 -5.7169789753180578E-01
+ -5.6120433985153362E-01 -5.5075389002654651E-01 -5.4035046866328240E-01
+ -5.2999792344433228E-01 -5.1970002688696493E-01 -5.0946047416806117E-01
+ -4.9928288101739954E-01 -4.8917078168123213E-01 -4.7912762695807931E-01
+ -4.6915678230865682E-01 -4.5926152604183629E-01 -4.4944504757852244E-01
+ -4.3971044579531232E-01 -4.3006072744977181E-01 -4.2049880568914499E-01
+ -4.1102749864427768E-01 -4.0164952811049859E-01 -3.9236751831716921E-01
+ -3.8318399478756171E-01 -3.7410138329068310E-01 -3.6512200888660490E-01
+ -3.5624809506680288E-01 -3.4748176299094696E-01 -3.3882503082151150E-01
+ -3.3027981315750288E-01 -3.2184792056852218E-01 -3.1353105923029373E-01
+ -3.0533083066269778E-01 -2.9724873157125220E-01 -2.8928615379287770E-01
+ -2.8144438434667857E-01 -2.7372460559034584E-01 -2.6612789548267490E-01
+ -2.5865522795255141E-01 -2.5130747337462755E-01 -2.4408539915176111E-01
+===== PHI 2 =====   [phi(r)=PHI(r)/r*Ylm(th,ph)]
+ 1  : radial mesh index
+  0.0000000000000000E+00  2.6918060185821356E-08  5.4086479721574916E-08
+  8.1507587100496874E-08  1.0918373247132679E-07  1.3711728783969185E-07
+  1.6531064727136366E-07  1.9376622709740500E-07  2.2248646612122380E-07
+  2.5147382582755227E-07  2.8073079059336935E-07  3.1025986790078404E-07
+  3.4006358855189785E-07  3.7014450688566585E-07  4.0050520099677284E-07
+  4.3114827295654496E-07  4.6207634903591611E-07  4.9329207993046597E-07
+  5.2479814098755187E-07  5.5659723243555039E-07  5.8869207961523299E-07
+  6.2108543321329101E-07  6.5378006949803092E-07  6.8677879055726421E-07
+  7.2008442453840573E-07  7.5369982589080621E-07  7.8762787561033678E-07
+  8.2187148148624849E-07  8.5643357835032585E-07  8.9131712832835849E-07
+  9.2652512109394740E-07  9.6206057412467456E-07  9.9792653296065237E-07
+  1.0341260714654781E-06  1.0706622920896114E-06  1.1075383261362038E-06
+  1.1447573340293982E-06  1.1823225055851218E-06  1.2202370602843995E-06
+  1.2585042475492045E-06  1.2971273470208771E-06  1.3361096688411259E-06
+  1.3754545539356514E-06  1.4151653743003958E-06  1.4552455332904598E-06
+  1.4956984659117049E-06  1.5365276391150663E-06  1.5777365520935990E-06
+  1.6193287365822896E-06  1.6613077571606516E-06  1.7036772115581396E-06
+  1.7464407309623932E-06  1.7896019803303570E-06  1.8331646587022828E-06
+  1.8771324995186625E-06  1.9215092709400911E-06  1.9662987761701227E-06
+  2.0115048537811108E-06  2.0571313780430855E-06  2.1031822592556902E-06
+  2.1496614440831958E-06  2.1965729158926393E-06  2.2439206950950964E-06
+  2.2917088394901322E-06  2.3399414446134507E-06  2.3886226440877804E-06
+  2.4377566099770150E-06  2.4873475531436529E-06  2.5373997236095550E-06
+  2.5879174109200519E-06  2.6389049445114474E-06  2.6903666940819316E-06
+  2.7423070699659319E-06  2.7947305235119662E-06  2.8476415474639849E-06
+  2.9010446763462765E-06  2.9549444868519335E-06  3.0093455982349459E-06
+  3.0642526727059269E-06  3.1196704158315224E-06  3.1756035769375333E-06
+  3.2320569495157799E-06  3.2890353716347558E-06  3.3465437263540899E-06
+  3.4045869421428693E-06  3.4631699933018423E-06  3.5222979003895527E-06
+  3.5819757306524305E-06  3.6422085984588785E-06  3.7030016657373997E-06
+  3.7643601424187896E-06  3.8262892868824504E-06  3.8887944064068310E-06
+  3.9518808576240775E-06  4.0155540469788953E-06  4.0798194311916795E-06
+  4.1446825177259482E-06  4.2101488652601241E-06  4.2762240841636996E-06
+  4.3429138369778235E-06  4.4102238389003528E-06  4.4781598582754200E-06
+  4.5467277170875490E-06  4.6159332914603513E-06  4.6857825121598734E-06
+  4.7562813651026076E-06  4.8274358918682372E-06  4.8992521902171312E-06
+  4.9717364146126703E-06  5.0448947767483971E-06  5.1187335460800964E-06
+  5.1932590503627954E-06  5.2684776761927631E-06  5.3443958695545527E-06
+  5.4210201363731210E-06  5.4983570430710736E-06  5.5764132171310958E-06
+  5.6551953476636146E-06  5.7347101859797184E-06  5.8149645461694195E-06
+  5.8959653056852757E-06  5.9777194059314418E-06  6.0602338528581922E-06
+  6.1435157175619723E-06  6.2275721368910169E-06  6.3124103140566087E-06
+  6.3980375192499974E-06  6.4844610902650701E-06  6.5716884331268000E-06
+  6.6597270227255235E-06  6.7485844034571339E-06  6.8382681898691997E-06
+  6.9287860673130981E-06  7.0201457926022099E-06  7.1123551946762243E-06
+  7.2054221752716106E-06  7.2993547095983321E-06  7.3941608470228354E-06
+  7.4898487117573915E-06  7.5864265035558408E-06  7.6839024984158006E-06
+  7.7822850492873927E-06  7.8815825867885642E-06  7.9818036199270395E-06
+  8.0829567368289887E-06  8.1850506054744774E-06  8.2880939744397251E-06
+  8.3920956736462687E-06  8.4970646151170849E-06  8.6030097937397451E-06
+  8.7099402880366459E-06  8.8178652609424009E-06  8.9267939605884557E-06
+  9.0367357210949843E-06  9.1476999633701556E-06  9.2596961959167991E-06
+  9.3727340156465931E-06  9.4868231087017981E-06  9.6019732512846228E-06
+  9.7181943104942940E-06  9.8354962451719078E-06  9.9538891067531205E-06
+  1.0073383040128770E-05  1.0193988284513471E-05  1.0315715174322301E-05
+  1.0438574140055610E-05  1.0562575709192065E-05  1.0687730507089962E-05
+  1.0814049257896951E-05  1.0941542785468145E-05  1.1070222014292830E-05
+  1.1200097970429725E-05  1.1331181782450960E-05  1.1463484682394798E-05
+  1.1597018006727227E-05  1.1731793197312452E-05  1.1867821802392425E-05
+  1.2005115477575469E-05  1.2143685986834066E-05  1.2283545203511915E-05
+  1.2424705111340370E-05  1.2567177805464259E-05  1.2710975493477278E-05
+  1.2856110496466996E-05  1.3002595250069504E-05  1.3150442305533949E-05
+  1.3299664330796877E-05  1.3450274111566577E-05  1.3602284552417502E-05
+  1.3755708677894848E-05  1.3910559633629350E-05  1.4066850687462498E-05
+  1.4224595230582144E-05  1.4383806778668648E-05  1.4544498973051720E-05
+  1.4706685581877948E-05  1.4870380501289170E-05  1.5035597756611817E-05
+  1.5202351503557267E-05  1.5370656029433343E-05  1.5540525754367082E-05
+  1.5711975232538804E-05  1.5885019153427716E-05  1.6059672343068975E-05
+  1.6235949765322507E-05  1.6413866523153578E-05  1.6593437859925196E-05
+  1.6774679160702611E-05  1.6957605953569802E-05  1.7142233910958300E-05
+  1.7328578850988254E-05  1.7516656738821985E-05  1.7706483688030081E-05
+  1.7898075961970215E-05  1.8091449975178683E-05  1.8286622294774925E-05
+  1.8483609641879035E-05  1.8682428893042438E-05  1.8883097081691866E-05
+  1.9085631399586669E-05  1.9290049198289746E-05  1.9496367990652020E-05
+  1.9704605452310743E-05  1.9914779423201720E-05  2.0126907909085495E-05
+  2.0341009083087757E-05  2.0557101287254036E-05  2.0775203034118764E-05
+  2.0995333008288972E-05  2.1217510068042599E-05  2.1441753246941705E-05
+  2.1668081755460566E-05  2.1896514982628981E-05  2.2127072497690695E-05
+  2.2359774051777265E-05  2.2594639579597506E-05  2.2831689201142502E-05
+  2.3070943223406516E-05  2.3312422142123808E-05  2.3556146643521595E-05
+  2.3802137606089219E-05  2.4050416102363793E-05  2.4301003400732363E-05
+  2.4553920967250768E-05  2.4809190467479387E-05  2.5066833768335952E-05
+  2.5326872939965438E-05  2.5589330257627396E-05  2.5854228203600717E-05
+  2.6121589469106071E-05  2.6391436956246236E-05  2.6663793779964263E-05
+  2.6938683270019982E-05  2.7216128972984668E-05  2.7496154654254324E-05
+  2.7778784300081539E-05  2.8064042119626242E-05  2.8351952547025418E-05
+  2.8642540243482035E-05  2.8935830099373326E-05  2.9231847236378634E-05
+  2.9530617009626914E-05  2.9832165009864251E-05  3.0136517065641325E-05
+  3.0443699245521240E-05  3.0753737860307828E-05  3.1066659465294537E-05
+  3.1382490862534185E-05  3.1701259103129746E-05  3.2022991489546409E-05
+  3.2347715577944962E-05  3.2675459180536870E-05  3.3006250367961161E-05
+  3.3340117471683289E-05  3.3677089086416293E-05  3.4017194072564324E-05
+  3.4360461558688848E-05  3.4706920943997646E-05  3.5056601900856906E-05
+  3.5409534377326608E-05  3.5765748599719317E-05  3.6125275075182729E-05
+  3.6488144594306126E-05  3.6854388233750957E-05  3.7224037358905779E-05
+  3.7597123626565825E-05  3.7973678987637278E-05  3.8353735689866778E-05
+  3.8737326280595985E-05  3.9124483609541736E-05  3.9515240831602033E-05
+  3.9909631409687847E-05  4.0307689117581207E-05  4.0709448042819784E-05
+  4.1114942589608166E-05  4.1524207481755996E-05  4.1937277765643421E-05
+  4.2354188813213885E-05  4.2774976324994721E-05  4.3199676333145593E-05
+  4.3628325204535247E-05  4.4060959643846614E-05  4.4497616696710806E-05
+  4.4938333752869968E-05  4.5383148549369456E-05  4.5832099173779490E-05
+  4.6285224067446761E-05  4.6742562028775916E-05  4.7204152216541588E-05
+  4.7670034153230919E-05  4.8140247728417041E-05  4.8614833202163825E-05
+  4.9093831208462017E-05  4.9577282758697204E-05  5.0065229245149864E-05
+  5.0557712444527748E-05  5.1054774521530945E-05  5.1556458032449966E-05
+  5.2062805928796874E-05  5.2573861560970265E-05  5.3089668681953992E-05
+  5.3610271451050064E-05  5.4135714437646090E-05  5.4666042625017537E-05
+  5.5201301414165141E-05  5.5741536627687714E-05  5.6286794513690844E-05
+  5.6837121749731646E-05  5.7392565446799994E-05  5.7953173153336496E-05
+  5.8518992859287628E-05  5.9090073000198394E-05  5.9666462461342537E-05
+  6.0248210581891290E-05  6.0835367159120316E-05  6.1427982452655640E-05
+  6.2026107188758783E-05  6.2629792564651413E-05  6.3239090252880008E-05
+  6.3854052405720783E-05  6.4474731659625240E-05  6.5101181139706803E-05
+  6.5733454464269036E-05  6.6371605749375266E-05  6.7015689613460759E-05
+  6.7665761181987297E-05  6.8321876092140754E-05  6.8984090497571990E-05
+  6.9652461073181483E-05  7.0327045019948171E-05  7.1007900069802848E-05
+  7.1695084490546392E-05  7.2388657090813536E-05  7.3088677225082317E-05
+  7.3795204798729727E-05  7.4508300273134061E-05  7.5228024670824173E-05
+  7.5954439580676518E-05  7.6687607163159708E-05  7.7427590155627725E-05
+  7.8174451877661836E-05  7.8928256236461723E-05  7.9689067732286307E-05
+  8.0456951463944799E-05  8.1231973134338230E-05  8.2014199056052123E-05
+  8.2803696157000766E-05  8.3600531986123298E-05  8.4404774719132420E-05
+  8.5216493164316071E-05  8.6035756768392430E-05  8.6862635622418925E-05
+  8.7697200467755701E-05  8.8539522702083806E-05  8.9389674385479000E-05
+  9.0247728246541499E-05  9.1113757688581872E-05  9.1987836795864235E-05
+  9.2870040339906637E-05  9.3760443785839576E-05  9.4659123298822842E-05
+  9.5566155750521732E-05  9.6481618725642566E-05  9.7405590528528387E-05
+  9.8338150189815384E-05  9.9279377473150457E-05  1.0022935288197067E-04
+  1.0118815766634502E-04  1.0215587382987898E-04  1.0313258413668270E-04
+  1.0411837211840299E-04  1.0511332208132043E-04  1.0611751911351114E-04
+  1.0713104909207469E-04  1.0815399869042843E-04  1.0918645538566859E-04
+  1.1022850746599941E-04  1.1128024403823010E-04  1.1234175503534074E-04
+  1.1341313122411792E-04  1.1449446421286027E-04  1.1558584645915450E-04
+  1.1668737127772353E-04  1.1779913284834577E-04  1.1892122622384789E-04
+  1.2005374733817020E-04  1.2119679301450658E-04  1.2235046097351892E-04
+  1.2351484984162676E-04  1.2469005915937312E-04  1.2587618938986696E-04
+  1.2707334192730324E-04  1.2828161910556071E-04  1.2950112420687885E-04
+  1.3073196147061420E-04  1.3197423610207694E-04  1.3322805428144844E-04
+  1.3449352317278050E-04  1.3577075093307710E-04  1.3705984672145901E-04
+  1.3836092070841296E-04  1.3967408408512483E-04  1.4099944907289860E-04
+  1.4233712893266151E-04  1.4368723797455619E-04  1.4504989156762034E-04
+  1.4642520614955535E-04  1.4781329923658419E-04  1.4921428943339901E-04
+  1.5062829644320032E-04  1.5205544107782764E-04  1.5349584526798288E-04
+  1.5494963207354691E-04  1.5641692569399096E-04  1.5789785147888222E-04
+  1.5939253593848658E-04  1.6090110675446713E-04  1.6242369279068132E-04
+  1.6396042410407577E-04  1.6551143195568121E-04  1.6707684882170772E-04
+  1.6865680840474071E-04  1.7025144564503984E-04  1.7186089673194019E-04
+  1.7348529911535818E-04  1.7512479151740191E-04  1.7677951394408738E-04
+  1.7844960769716186E-04  1.8013521538603455E-04  1.8183648093981656E-04
+  1.8355354961946979E-04  1.8528656803006716E-04  1.8703568413316418E-04
+  1.8880104725928313E-04  1.9058280812051122E-04  1.9238111882321278E-04
+  1.9419613288085787E-04  1.9602800522696692E-04  1.9787689222817365E-04
+  1.9974295169740644E-04  2.0162634290718959E-04  2.0352722660306566E-04
+  2.0544576501713938E-04  2.0738212188174530E-04  2.0933646244323905E-04
+  2.1130895347591387E-04  2.1329976329604369E-04  2.1530906177605346E-04
+  2.1733702035881854E-04  2.1938381207209319E-04  2.2144961154307042E-04
+  2.2353459501307362E-04  2.2563894035238191E-04  2.2776282707518848E-04
+  2.2990643635469667E-04  2.3206995103835059E-04  2.3425355566320528E-04
+  2.3645743647143520E-04  2.3868178142598376E-04  2.4092678022635361E-04
+  2.4319262432454051E-04  2.4547950694111132E-04  2.4778762308142686E-04
+  2.5011716955201203E-04  2.5246834497707354E-04  2.5484134981516708E-04
+  2.5723638637601456E-04  2.5965365883747420E-04  2.6209337326266278E-04
+  2.6455573761723311E-04  2.6704096178680717E-04  2.6954925759456645E-04
+  2.7208083881900109E-04  2.7463592121181870E-04  2.7721472251601492E-04
+  2.7981746248410653E-04  2.8244436289652925E-04  2.8509564758020058E-04
+  2.8777154242724974E-04  2.9047227541391678E-04  2.9319807661962123E-04
+  2.9594917824620252E-04  2.9872581463733254E-04  3.0152822229810377E-04
+  3.0435663991479247E-04  3.0721130837480036E-04  3.1009247078677402E-04
+  3.1300037250090557E-04  3.1593526112941631E-04  3.1889738656722187E-04
+  3.2188700101278510E-04  3.2490435898915393E-04  3.2794971736518864E-04
+  3.3102333537697918E-04  3.3412547464945370E-04  3.3725639921818094E-04
+  3.4041637555136736E-04  3.4360567257205168E-04  3.4682456168049630E-04
+  3.5007331677678027E-04  3.5335221428359301E-04  3.5666153316923259E-04
+  3.6000155497080785E-04  3.6337256381764886E-04  3.6677484645492535E-04
+  3.7020869226747562E-04  3.7367439330384804E-04  3.7717224430055678E-04
+  3.8070254270655284E-04  3.8426558870791375E-04  3.8786168525275166E-04
+  3.9149113807634408E-04  3.9515425572648718E-04  3.9885134958907447E-04
+  4.0258273391390265E-04  4.0634872584070601E-04  4.1014964542542324E-04
+  4.1398581566669458E-04  4.1785756253259586E-04  4.2176521498760898E-04
+  4.2570910501983059E-04  4.2968956766842157E-04  4.3370694105129983E-04
+  4.3776156639307729E-04  4.4185378805324427E-04  4.4598395355460225E-04
+  4.5015241361194786E-04  4.5435952216101022E-04  4.5860563638764251E-04
+  4.6289111675727214E-04  4.6721632704460836E-04  4.7158163436361404E-04
+  4.7598740919773807E-04  4.8043402543041663E-04  4.8492186037583983E-04
+  4.8945129480999099E-04  4.9402271300195576E-04  4.9863650274550885E-04
+  5.0329305539097515E-04  5.0799276587737202E-04  5.1273603276483118E-04
+  5.1752325826730618E-04  5.2235484828556445E-04  5.2723121244046959E-04
+  5.3215276410655118E-04  5.3711992044587226E-04  5.4213310244218796E-04
+  5.4719273493540437E-04  5.5229924665633752E-04  5.5745307026177358E-04
+  5.6265464236983636E-04  5.6790440359566030E-04  5.7320279858737513E-04
+  5.7855027606240129E-04  5.8394728884406273E-04  5.8939429389851439E-04
+  5.9489175237199224E-04  6.0044012962838338E-04  6.0603989528712531E-04
+  6.1169152326142706E-04  6.1739549179682556E-04  6.2315228351007260E-04
+  6.2896238542835823E-04  6.3482628902887159E-04  6.4074449027870300E-04
+  6.4671748967508845E-04  6.5274579228600247E-04  6.5882990779109738E-04
+  6.6497035052299667E-04  6.7116763950893872E-04  6.7742229851278243E-04
+  6.8373485607736858E-04  6.9010584556724588E-04  6.9653580521176128E-04
+  7.0302527814851976E-04  7.0957481246721366E-04  7.1618496125382645E-04
+  7.2285628263521365E-04  7.2958933982406168E-04  7.3638470116423006E-04
+  7.4324294017648047E-04  7.5016463560458979E-04  7.5715037146186013E-04
+  7.6420073707801574E-04  7.7131632714650474E-04  7.7849774177219354E-04
+  7.8574558651946951E-04  7.9306047246074679E-04  8.0044301622538222E-04
+  8.0789384004900200E-04  8.1541357182324486E-04  8.2300284514592284E-04
+  8.3066229937160164E-04  8.3839257966260728E-04  8.4619433704045965E-04
+  8.5406822843773459E-04  8.6201491675036109E-04  8.7003507089035577E-04
+  8.7812936583899447E-04  8.8629848270042910E-04  8.9454310875575042E-04
+  9.0286393751749935E-04  9.1126166878462882E-04  9.1973700869792477E-04
+  9.2829066979588533E-04  9.3692337107105842E-04  9.4563583802684910E-04
+  9.5442880273479455E-04  9.6330300389230574E-04  9.7225918688089320E-04
+  9.8129810382486279E-04  9.9042051365049811E-04  9.9962718214572396E-04
+  1.0089188820202632E-03  1.0182963929662788E-03  1.0277605017195157E-03
+  1.0373120021209376E-03  1.0469516951788680E-03  1.0566803891316316E-03
+  1.0664988995107095E-03  1.0764080492044012E-03  1.0864086685220052E-03
+  1.0965015952585128E-03  1.1066876747598280E-03  1.1169677599885107E-03
+  1.1273427115900472E-03  1.1378133979596556E-03  1.1483806953096203E-03
+  1.1590454877371723E-03  1.1698086672929046E-03  1.1806711340497367E-03
+  1.1916337961724278E-03  1.2026975699876387E-03  1.2138633800545522E-03
+  1.2251321592360515E-03  1.2365048487704615E-03  1.2479823983438517E-03
+  1.2595657661629142E-03  1.2712559190284081E-03  1.2830538324091832E-03
+  1.2949604905167814E-03  1.3069768863806213E-03  1.3191040219237677E-03
+  1.3313429080392897E-03  1.3436945646672139E-03  1.3561600208720694E-03
+  1.3687403149210365E-03  1.3814364943626940E-03  1.3942496161063734E-03
+  1.4071807465021247E-03  1.4202309614212906E-03  1.4334013463376996E-03
+  1.4466929964094748E-03  1.4601070165614670E-03  1.4736445215683164E-03
+  1.4873066361381344E-03  1.5010944949968258E-03  1.5150092429730402E-03
+  1.5290520350837668E-03  1.5432240366205639E-03  1.5575264232364390E-03
+  1.5719603810333729E-03  1.5865271066504950E-03  1.6012278073529132E-03
+  1.6160637011212006E-03  1.6310360167415398E-03  1.6461459938965314E-03
+  1.6613948832566699E-03  1.6767839465724830E-03  1.6923144567673463E-03
+  1.7079876980309716E-03  1.7238049659135722E-03  1.7397675674207054E-03
+  1.7558768211088027E-03  1.7721340571813784E-03  1.7885406175859326E-03
+  1.8050978561115389E-03  1.8218071384871293E-03  1.8386698424804739E-03
+  1.8556873579978544E-03  1.8728610871844447E-03  1.8901924445253891E-03
+  1.9076828569475862E-03  1.9253337639221827E-03  1.9431466175677727E-03
+  1.9611228827543159E-03  1.9792640372077578E-03  1.9975715716153762E-03
+  2.0160469897318382E-03  2.0346918084859873E-03  2.0535075580883342E-03
+  2.0724957821392888E-03  2.0916580377381040E-03  2.1109958955925550E-03
+  2.1305109401293415E-03  2.1502047696052152E-03  2.1700789962188515E-03
+  2.1901352462234359E-03  2.2103751600399987E-03  2.2308003923714710E-03
+  2.2514126123174888E-03  2.2722135034899207E-03  2.2932047641291420E-03
+  2.3143881072210408E-03  2.3357652606147642E-03  2.3573379671412032E-03
+  2.3791079847322169E-03  2.4010770865405960E-03  2.4232470610607631E-03
+  2.4456197122502176E-03  2.4681968596517163E-03  2.4909803385161906E-03
+  2.5139719999264123E-03  2.5371737109213853E-03  2.5605873546214837E-03
+  2.5842148303543244E-03  2.6080580537813764E-03  2.6321189570253020E-03
+  2.6563994887980353E-03  2.6809016145295937E-03  2.7056273164976150E-03
+  2.7305785939576309E-03  2.7557574632740642E-03  2.7811659580519480E-03
+  2.8068061292693776E-03  2.8326800454106750E-03  2.8587897926002715E-03
+  2.8851374747373153E-03  2.9117252136309797E-03  2.9385551491364873E-03
+  2.9656294392918434E-03  2.9929502604552644E-03  3.0205198074433094E-03
+  3.0483402936697080E-03  3.0764139512848765E-03  3.1047430313161178E-03
+  3.1333298038085126E-03  3.1621765579664778E-03  3.1912856022959998E-03
+  3.2206592647475345E-03  3.2502998928595674E-03  3.2802098539028322E-03
+  3.3103915350251680E-03  3.3408473433970327E-03  3.3715797063576330E-03
+  3.4025910715617131E-03  3.4338839071269243E-03  3.4654607017818467E-03
+  3.4973239650145874E-03  3.5294762272219940E-03  3.5619200398594492E-03
+  3.5946579755912478E-03  3.6276926284415415E-03  3.6610266139458507E-03
+  3.6946625693031199E-03  3.7286031535283229E-03  3.7628510476055911E-03
+  3.7974089546418633E-03  3.8322796000210490E-03  3.8674657315586791E-03
+  3.9029701196570468E-03  3.9387955574608207E-03  3.9749448610131126E-03
+  4.0114208694119920E-03  4.0482264449674364E-03  4.0853644733586910E-03
+  4.1228378637920378E-03  4.1606495491589481E-03  4.1988024861946086E-03
+  4.2372996556368009E-03  4.2761440623851291E-03  4.3153387356605500E-03
+  4.3548867291652270E-03  4.3947911212426569E-03  4.4350550150380743E-03
+  4.4756815386590987E-03  4.5166738453366086E-03  4.5580351135858293E-03
+  4.5997685473675946E-03  4.6418773762497987E-03  4.6843648555689645E-03
+  4.7272342665919502E-03  4.7704889166777474E-03  4.8141321394393555E-03
+  4.8581672949057006E-03  4.9025977696835850E-03  4.9474269771196244E-03
+  4.9926583574621628E-03  5.0382953780231353E-03  5.0843415333398402E-03
+  5.1308003453365931E-03  5.1776753634862564E-03  5.2249701649715700E-03
+  5.2726883548463053E-03  5.3208335661961651E-03  5.3694094602994161E-03
+  5.4184197267872318E-03  5.4678680838036817E-03  5.5177582781653694E-03
+  5.5680940855206374E-03  5.6188793105083614E-03  5.6701177869162254E-03
+  5.7218133778385088E-03  5.7739699758332852E-03  5.8265915030790410E-03
+  5.8796819115306412E-03  5.9332451830746182E-03  5.9872853296837059E-03
+  6.0418063935706494E-03  6.0968124473411356E-03  6.1523075941459131E-03
+  6.2082959678319569E-03  6.2647817330926973E-03  6.3217690856172187E-03
+  6.3792622522384160E-03  6.4372654910800015E-03  6.4957830917023824E-03
+  6.5548193752472707E-03  6.6143786945810565E-03  6.6744654344368130E-03
+  6.7350840115549121E-03  6.7962388748221934E-03  6.8579345054096139E-03
+  6.9201754169083019E-03  6.9829661554639951E-03  7.0463112999097355E-03
+  7.1102154618968363E-03  7.1746832860239583E-03  7.2397194499642962E-03
+  7.3053286645907928E-03  7.3715156740992594E-03  7.4382852561294096E-03
+  7.5056422218836598E-03  7.5735914162436465E-03  7.6421377178843971E-03
+  7.7112860393860391E-03  7.7810413273430084E-03  7.8514085624706124E-03
+  7.9223927597089384E-03  7.9939989683239492E-03  8.0662322720057161E-03
+  8.1390977889636996E-03  8.2126006720189583E-03  8.2867461086932083E-03
+  8.3615393212946604E-03  8.4369855670004754E-03  8.5130901379357801E-03
+  8.5898583612491648E-03  8.6672955991844783E-03  8.7454072491489065E-03
+  8.8241987437771424E-03  8.9036755509915837E-03  8.9838431740584639E-03
+  9.0647071516397216E-03  9.1462730578405899E-03  9.2285465022526898E-03
+  9.3115331299926003E-03  9.3952386217356926E-03  9.4796686937451431E-03
+  9.5648290978960233E-03  9.6507256216942557E-03  9.7373640882903924E-03
+  9.8247503564880042E-03  9.9128903207465861E-03  1.0001789911178808E-02
+  1.0091455093541991E-02  1.0181891869223634E-02  1.0273106275220868E-02
+  1.0365104384113649E-02  1.0457892304031590E-02  1.0551476178614188E-02
+  1.0645862186964370E-02  1.0741056543595130E-02  1.0837065498369139E-02
+  1.0933895336431083E-02  1.1031552378132666E-02  1.1130042978949961E-02
+  1.1229373529393089E-02  1.1329550454907853E-02  1.1430580215769325E-02
+  1.1532469306967054E-02  1.1635224258081807E-02  1.1738851633153566E-02
+  1.1843358030540570E-02  1.1948750082769325E-02  1.2055034456375201E-02
+  1.2162217851733520E-02  1.2270307002880891E-02  1.2379308677326542E-02
+  1.2489229675853482E-02  1.2600076832309189E-02  1.2711857013385687E-02
+  1.2824577118388665E-02  1.2938244078995525E-02  1.3052864859001992E-02
+  1.3168446454057113E-02  1.3284995891386417E-02  1.3402520229502861E-02
+  1.3521026557905439E-02  1.3640521996765116E-02  1.3761013696597813E-02
+  1.3882508837924194E-02  1.4005014630916001E-02  1.4128538315028576E-02
+  1.4253087158619348E-02  1.4378668458551987E-02  1.4505289539785896E-02
+  1.4632957754950779E-02  1.4761680483905960E-02  1.4891465133284078E-02
+  1.5022319136019029E-02  1.5154249950857563E-02  1.5287265061854476E-02
+  1.5421371977850864E-02  1.5556578231935229E-02  1.5692891380887034E-02
+  1.5830319004602359E-02  1.5968868705501345E-02  1.6108548107917030E-02
+  1.6249364857465240E-02  1.6391326620395108E-02  1.6534441082919970E-02
+  1.6678715950528101E-02  1.6824158947273026E-02  1.6970777815042956E-02
+  1.7118580312808974E-02  1.7267574215851560E-02  1.7417767314965027E-02
+  1.7569167415639485E-02  1.7721782337219907E-02  1.7875619912041830E-02
+  1.8030687984543339E-02  1.8186994410352767E-02  1.8344547055351827E-02
+  1.8503353794713559E-02  1.8663422511914760E-02  1.8824761097722385E-02
+  1.8987377449153402E-02  1.9151279468407729E-02  1.9316475061773659E-02
+  1.9482972138505358E-02  1.9650778609671887E-02  1.9819902386977301E-02
+  1.9990351381551249E-02  2.0162133502709637E-02  2.0335256656684703E-02
+  2.0509728745324148E-02  2.0685557664758620E-02  2.0862751304037114E-02
+  2.1041317543729690E-02  2.1221264254496948E-02  2.1402599295625730E-02
+  2.1585330513530437E-02  2.1769465740219401E-02  2.1955012791725757E-02
+  2.2141979466502142E-02  2.2330373543778675E-02  2.2520202781883665E-02
+  2.2711474916526288E-02  2.2904197659040747E-02  2.3098378694591234E-02
+  2.3294025680337057E-02  2.3491146243557286E-02  2.3689747979734291E-02
+  2.3889838450595478E-02  2.4091425182112613E-02  2.4294515662458049E-02
+  2.4499117339917133E-02  2.4705237620756128E-02  2.4912883867045037E-02
+  2.5122063394434496E-02  2.5332783469886187E-02  2.5545051309355894E-02
+  2.5758874075428598E-02  2.5974258874904902E-02  2.6191212756337907E-02
+  2.6409742707520056E-02  2.6629855652918893E-02  2.6851558451061193E-02
+  2.7074857891864756E-02  2.7299760693916847E-02  2.7526273501698811E-02
+  2.7754402882755828E-02  2.7984155324811244E-02  2.8215537232824495E-02
+  2.8448554925992072E-02  2.8683214634690417E-02  2.8919522497360243E-02
+  2.9157484557331297E-02  2.9397106759586799E-02  2.9638394947466798E-02
+  2.9881354859309442E-02  3.0125992125029585E-02  3.0372312262633667E-02
+  3.0620320674670225E-02  3.0870022644615022E-02  3.1121423333190082E-02
+  3.1374527774615725E-02  3.1629340872794759E-02  3.1885867397427929E-02
+  3.2144111980059897E-02  3.2404079110054745E-02  3.2665773130500203E-02
+  3.2929198234039808E-02  3.3194358458631959E-02  3.3461257683235185E-02
+  3.3729899623418637E-02  3.4000287826896965E-02  3.4272425668988749E-02
+  3.4546316347997555E-02  3.4821962880514840E-02  3.5099368096643699E-02
+  3.5378534635142726E-02  3.5659464938489031E-02  3.5942161247859629E-02
+  3.6226625598030242E-02  3.6512859812190768E-02  3.6800865496676466E-02
+  3.7090644035614101E-02  3.7382196585482093E-02  3.7675524069583959E-02
+  3.7970627172434081E-02  3.8267506334055089E-02  3.8566161744185992E-02
+  3.8866593336400211E-02  3.9168800782132730E-02  3.9472783484615637E-02
+  3.9778540572721170E-02  4.0086070894711535E-02  4.0395373011894685E-02
+  4.0706445192185456E-02  4.1019285403571089E-02  4.1333891307480608E-02
+  4.1650260252057203E-02  4.1968389265333056E-02  4.2288275048305769E-02
+  4.2609913967915788E-02  4.2933302049924335E-02  4.3258434971690858E-02
+  4.3585308054849795E-02  4.3913916257885696E-02  4.4244254168606376E-02
+  4.4576315996513592E-02  4.4910095565070259E-02  4.5245586303864514E-02
+  4.5582781240669203E-02  4.5921672993397229E-02  4.6262253761951630E-02
+  4.6604515319970549E-02  4.6948449006466247E-02  4.7294045717358305E-02
+  4.7641295896900263E-02  4.7990189528999874E-02  4.8340716128432284E-02
+  4.8692864731946485E-02  4.9046623889264271E-02  4.9401981653972193E-02
+  4.9758925574306001E-02  5.0117442683827756E-02  5.0477519491995623E-02
+  5.0839141974626204E-02  5.1202295564250010E-02  5.1566965140359522E-02
+  5.1933135019550755E-02  5.2300788945558056E-02  5.2669910079182862E-02
+  5.3040480988116472E-02  5.3412483636657411E-02  5.3785899375323916E-02
+  5.4160708930362081E-02  5.4536892393150210E-02  5.4914429209500099E-02
+  5.5293298168855982E-02  5.5673477393392075E-02  5.6054944327009533E-02
+  5.6437675724233666E-02  5.6821647639012679E-02  5.7206835413418956E-02
+  5.7593213666254091E-02  5.7980756281558937E-02  5.8369436397030135E-02
+  5.8759226392344460E-02  5.9150097877392602E-02  5.9542021680424093E-02
+  5.9934967836105003E-02  6.0328905573490292E-02  6.0723803303912700E-02
+  6.1119628608790458E-02  6.1516348227355480E-02  6.1913928044304900E-02
+  6.2312333077377727E-02  6.2711527464859654E-02  6.3111474453017929E-02
+  6.3512136383469961E-02  6.3913474680487317E-02  6.4315449838239211E-02
+  6.4718021407977749E-02  6.5121147985168590E-02  6.5524787196570095E-02
+  6.5928895687264691E-02  6.6333429107645989E-02  6.6738342100365292E-02
+  6.7143588287241540E-02  6.7549120256138878E-02  6.7954889547815658E-02
+  6.8360846642749773E-02  6.8766940947944347E-02  6.9173120783718761E-02
+  6.9579333370489785E-02  6.9985524815548011E-02  7.0391640099834341E-02
+  7.0797623064722245E-02  7.1203416398811323E-02  7.1608961624737746E-02
+  7.2014199086007605E-02  7.2419067933859049E-02  7.2823506114159761E-02
+  7.3227450354346107E-02  7.3630836150410536E-02  7.4033597753944302E-02
+  7.4435668159242463E-02  7.4836979090478414E-02  7.5237460988955562E-02
+  7.5637043000443632E-02  7.6035652962607739E-02  7.6433217392538153E-02
+  7.6829661474389507E-02  7.7224909047137497E-02  7.7618882592462052E-02
+  7.8011503222766621E-02  7.8402690669341649E-02  7.8792363270682925E-02
+  7.9180437960974084E-02  7.9566830258742852E-02  7.9951454255702353E-02
+  8.0334222605786529E-02  8.0715046514391847E-02  8.1093835727835281E-02
+  8.1470498523040349E-02  8.1844941697462467E-02  8.2217070559265526E-02
+  8.2586788917761778E-02  8.2953999074127135E-02  8.3318601812404705E-02
+  8.3680496390809198E-02  8.4039580533345509E-02  8.4395750421754734E-02
+  8.4748900687801401E-02  8.5098924405915793E-02  8.5445713086205591E-02
+  8.5789156667851321E-02  8.6129143512900561E-02  8.6465560400475969E-02
+  8.6798292521411954E-02  8.7127223473336624E-02  8.7452235256214039E-02
+  8.7773208268363365E-02  8.8090021302971611E-02  8.8402551545116170E-02
+  8.8710674569314973E-02  8.9014264337620982E-02  8.9313193198279003E-02
+  8.9607331884962588E-02  8.9896549516609359E-02  9.0180713597873219E-02
+  9.0459690020211966E-02  9.0733343063629887E-02  9.1001535399094072E-02
+  9.1264128091644428E-02  9.1520980604217150E-02  9.1771950802201741E-02
+  9.2016894958751955E-02  9.2255667760871435E-02  9.2488122316294968E-02
+  9.2714110161186247E-02  9.2933481268673970E-02  9.3146084058247647E-02
+  9.3351765406034945E-02  9.3550370655983234E-02  9.3741743631966745E-02
+  9.3925726650842895E-02  9.4102160536480003E-02  9.4270884634779284E-02
+  9.4431736829714799E-02  9.4584553560414328E-02  9.4729169839304836E-02
+  9.4865419271346244E-02  9.4993134074377317E-02  9.5112145100597859E-02
+  9.5222281859211277E-02  9.5323372540251680E-02  9.5415244039620123E-02
+  9.5497721985354486E-02  9.5570630765157358E-02  9.5633793555206861E-02
+  9.5687032350274967E-02  9.5730167995178195E-02  9.5763020217585315E-02
+  9.5785407662207125E-02  9.5797147926392920E-02  9.5798057597158578E-02
+  9.5787952289670616E-02  9.5766646687211576E-02  9.5733954582650674E-02
+  9.5689688921444638E-02  9.5633661846192972E-02  9.5565684742771675E-02
+  9.5485568288069908E-02  9.5393122499353070E-02  9.5288156785275899E-02
+  9.5170479998569465E-02  9.5039900490424573E-02  9.4896226166594808E-02
+  9.4739264545241481E-02  9.4568822816542747E-02  9.4384707904088413E-02
+  9.4186726528081993E-02  9.3974685270370631E-02  9.3748390641323578E-02
+  9.3507649148578412E-02  9.3252267367675126E-02  9.2982052014596042E-02
+  9.2696810020229836E-02  9.2396348606777229E-02  9.2080475366114634E-02
+  9.1748998340131810E-02  9.1401726103058689E-02  9.1038467845795445E-02
+  9.0659033462259134E-02  9.0263233637759593E-02  8.9850879939415679E-02
+  8.9421784908622320E-02  8.8975762155578064E-02  8.8512626455880677E-02
+  8.8032193849198456E-02  8.7534281740022618E-02  8.7018709000505109E-02
+  8.6485296075385854E-02  8.5933865089009992E-02  8.5364239954436372E-02
+  8.4776246484635595E-02  8.4169712505775166E-02  8.3544467972587036E-02
+  8.2900345085811802E-02  8.2237178411711451E-02  8.1554805003641193E-02
+  8.0853064525669094E-02  8.0131799378229701E-02  7.9390854825796525E-02
+  7.8630079126556049E-02  7.7849323664063455E-02  7.7048443080858564E-02
+  7.6227295414017973E-02  7.5385742232616987E-02  7.4523648777073306E-02
+  7.3640884100340559E-02  7.2737321210919206E-02  7.1812837217647918E-02
+  7.0867313476237176E-02  6.9900635737504144E-02  6.8912694297264127E-02
+  6.7903384147832549E-02  6.6872605131087282E-02  6.5820262093039469E-02
+  6.4746265039857184E-02  6.3650529295283559E-02  6.2532975659388423E-02
+  6.1393530568588615E-02  6.0232126256870147E-02  5.9048700918140955E-02
+  5.7843198869641226E-02  5.6615570716333975E-02  5.5365773516195982E-02
+  5.4093770946325934E-02  5.2799533469782826E-02  5.1483038503065438E-02
+  5.0144270584139478E-02  4.8783221540916390E-02  4.7399890660084390E-02
+  4.5994284856188693E-02  4.4566418840855666E-02  4.3116315292051316E-02
+  4.1644005023262209E-02  4.0149527152483447E-02  3.8632929270895351E-02
+  3.7094267611107498E-02  3.5533607214845747E-02  3.3951022099955111E-02
+  3.2346595426588430E-02  3.0720419662448019E-02  2.9072596746944863E-02
+  2.7403238254137503E-02  2.5712465554309855E-02  2.4000409974045296E-02
+  2.2267212954651755E-02  2.0513026208790478E-02  1.8738011875159038E-02
+  1.6942342671077259E-02  1.5126202042822693E-02  1.3289784313560846E-02
+  1.1433294828713332E-02  9.5569500986060277E-03  7.6609779382374793E-03
+  5.7456176040068174E-03  3.8111199272390052E-03  1.8577474443441924E-03
+ -1.1422547655310802E-04 -2.1045125126803281E-03 -4.1128152675448375E-03
+ -6.1388231558907151E-03 -8.1822132928522449E-03 -1.0242650387472870E-02
+ -1.2319786640759230E-02 -1.4413261648440584E-02 -1.6522702308604968E-02
+ -1.8647722734384108E-02 -2.0787924171860175E-02 -2.2942894923368463E-02
+ -2.5112210276371005E-02 -2.7295432438077517E-02 -2.9492110475991064E-02
+ -3.1701780264557444E-02 -3.3923964438098531E-02 -3.6158172350211445E-02
+ -3.8403900039817293E-02 -4.0660630204044271E-02 -4.2927832178132848E-02
+ -4.5204961922551357E-02 -4.7491462017513253E-02 -4.9786761665088441E-02
+ -5.2090276699103523E-02 -5.4401409603026869E-02 -5.6719549536036862E-02
+ -5.9044072367472569E-02 -6.1374340719867318E-02 -6.3709704020767158E-02
+ -6.6049498563535966E-02 -6.8393047577349819E-02 -7.0739661306582657E-02
+ -7.3088637099784415E-02 -7.5439259508451526E-02 -7.7790800395787313E-02
+ -8.0142519055647232E-02 -8.2493662341860327E-02 -8.4843464808113389E-02
+ -8.7191148858579579E-02 -8.9535924909466630E-02 -9.1876991561653021E-02
+ -9.4213535784571492E-02 -9.6544733111491324E-02 -9.8869747846340214E-02
+ -1.0118773328219470E-01 -1.0349783193155744E-01 -1.0579917576852589E-01
+ -1.0809088648294261E-01 -1.1037207574660353E-01 -1.1264184549158365E-01
+ -1.1489928820072441E-01 -1.1714348721030825E-01 -1.1937351702492913E-01
+ -1.2158844364454809E-01 -1.2378732490370398E-01 -1.2596921082283041E-01
+ -1.2813314397160816E-01 -1.3027815984426297E-01 -1.3240328724669659E-01
+ -1.3450754869531897E-01 -1.3658996082742592E-01 -1.3864953482294703E-01
+ -1.4068527683736631E-01 -1.4269618844559484E-01 -1.4468126709655521E-01
+ -1.4663950657821562E-01 -1.4856989749278807E-01 -1.5047142774178748E-01
+ -1.5234308302062502E-01 -1.5418384732238943E-01 -1.5599270345045110E-01
+ -1.5776863353950274E-01 -1.5951061958463217E-01 -1.6121764397800559E-01
+ -1.6288869005271908E-01 -1.6452274263336250E-01 -1.6611878859282134E-01
+ -1.6767581741482712E-01 -1.6919282176175310E-01 -1.7066879804713714E-01
+ -1.7210274701240125E-01 -1.7349367430722573E-01 -1.7484059107302424E-01
+ -1.7614251452895602E-01 -1.7739846855990449E-01 -1.7860748430584117E-01
+ -1.7976860075198892E-01 -1.8088086531919195E-01 -1.8194333445389813E-01
+ -1.8295507421715163E-01 -1.8391516087199719E-01 -1.8482268146869274E-01
+ -1.8567673442712931E-01 -1.8647643011585957E-01 -1.8722089142713821E-01
+ -1.8790925434738234E-01 -1.8854066852246623E-01 -1.8911429781727082E-01
+ -1.8962932086891704E-01 -1.9008493163312168E-01 -1.9048033992312449E-01
+ -1.9081477194064805E-01 -1.9108747079836383E-01 -1.9129769703335295E-01
+ -1.9144472911106580E-01 -1.9152786391929955E-01 -1.9154641725173191E-01
+ -1.9149972428056689E-01 -1.9138714001786797E-01 -1.9120803976517420E-01
+ -1.9096181955101729E-01 -1.9064789655597775E-01 -1.9026570952494207E-01
+ -1.8981471916624670E-01 -1.8929440853741739E-01 -1.8870428341723833E-01
+ -1.8804387266390887E-01 -1.8731272855907327E-01 -1.8651042713753241E-01
+ -1.8563656850247340E-01 -1.8469077712607904E-01 -1.8367270213540468E-01
+ -1.8258201758343742E-01 -1.8141842270527597E-01 -1.8018164215939855E-01
+ -1.7887142625400890E-01 -1.7748755115847736E-01 -1.7602981909991727E-01
+ -1.7449805854496270E-01 -1.7289212436683540E-01 -1.7121189799781239E-01
+ -1.6945728756722747E-01 -1.6762822802516172E-01 -1.6572468125199674E-01
+ -1.6374663615402504E-01 -1.6169410874532880E-01 -1.5956714221615662E-01
+ -1.5736580698804198E-01 -1.5509020075592214E-01 -1.5274044851753021E-01
+ -1.5031670259034274E-01 -1.4781914261637741E-01 -1.4524797555514299E-01
+ -1.4260343566505118E-01 -1.3988578447360564E-01 -1.3709531073668760E-01
+ -1.3423233038725996E-01 -1.3129718647381236E-01 -1.2829024908886932E-01
+ -1.2521191528788056E-01 -1.2206260899880950E-01 -1.1884278092272874E-01
+ -1.1555290842572620E-01 -1.1219349542241440E-01 -1.0876507225132684E-01
+ -1.0526819554247230E-01 -1.0170344807730571E-01 -9.8071438641357755E-02
+ -9.4372801869750847E-02 -9.0608198085810915E-02 -8.6778313132965315E-02
+ -8.2883858200098651E-02 -7.8925569640515614E-02 -7.4904208784639603E-02
+ -7.0820561746551991E-02 -6.6675439224454208E-02 -6.2469676295109543E-02
+ -5.8204132202297781E-02 -5.3879690139289727E-02 -4.9497257025323399E-02
+ -4.5057763276037603E-02 -4.0562162567793325E-02 -3.6011431595786493E-02
+ -3.1406569825831315E-02 -2.6748599239667041E-02 -2.2038564073616995E-02
+ -1.7277530550404162E-02 -1.2466586603904728E-02 -7.6068415965982348E-03
+ -2.6994260294521590E-03  2.2545087560413607E-03  7.2537908839773709E-03
+  1.2297228258616026E-02  1.7383608887759215E-02  2.2511701215271632E-02
+  2.7680254463103172E-02  3.2887998983177971E-02  3.8133646619522239E-02
+  4.3415891081006380E-02  4.8733408325077950E-02  5.4084856952860437E-02
+  5.9468878615987285E-02  6.4884098435533125E-02  7.0329125433391940E-02
+  7.5802552976437634E-02  8.1302959233783070E-02  8.6828907647431952E-02
+  9.2378947416590876E-02  9.7951613995879913E-02  1.0354542960764387E-01
+  1.0915890376852938E-01  1.1479053383044974E-01  1.2043880553601120E-01
+  1.2610219358842434E-01  1.3177916223586714E-01  1.3746816587020530E-01
+  1.4316764963991099E-01  1.4887605007695145E-01  1.5459179573734405E-01
+  1.6031330785499623E-01  1.6603900100836491E-01  1.7176728379938450E-01
+  1.7749655954401816E-01  1.8322522697369414E-01  1.8895168094678866E-01
+  1.9467431316921358E-01  2.0039151292306245E-01  2.0610166780215816E-01
+  2.1180316445323685E-01  2.1749438932138626E-01  2.2317372939824653E-01
+  2.2883957297136395E-01  2.3449031037297441E-01  2.4012433472638095E-01
+  2.4574004268797808E-01  2.5133583518286617E-01  2.5691011813190029E-01
+  2.6246130316791411E-01  2.6798780833877694E-01  2.7348805879485522E-01
+  2.7896048745838559E-01  2.8440353567220650E-01  2.8981565382525798E-01
+  2.9519530195223498E-01  3.0054095030477546E-01  3.0585107989158850E-01
+  3.1112418298496841E-01  3.1635876359121989E-01  3.2155333788261659E-01
+===== PHI 3 =====   [phi(r)=PHI(r)/r*Ylm(th,ph)]
+ 1  : radial mesh index
+  0.0000000000000000E+00  2.8466597935071750E-15  1.1492791835700153E-14
+  2.6100224574534599E-14  4.6834307853860490E-14  7.3863983345588890E-14
+  1.0736185634107800E-13  1.4750426892753674E-13  1.9447137457575302E-13
+  2.4844721416593410E-13  3.0961979347894768E-13  3.7818116218076354E-13
+  4.5432749432842110E-13  5.3825917042637965E-13  6.3018086106265135E-13
+  7.3030161215467072E-13  8.3883493183541627E-13  9.5599887901088118E-13
+  1.0820161536205623E-12  1.2171141886332439E-12  1.3615252438109604E-12
+  1.5154865012746282E-12  1.6792401629054818E-12  1.8530335496170847E-12
+  2.0371192025333348E-12  2.2317549861085656E-12  2.4372041932264996E-12
+  2.6537356523155333E-12  2.8816238365185031E-12  3.1211489749558299E-12
+  3.3725971661216423E-12  3.6362604934532588E-12  3.9124371431151332E-12
+  4.2014315240391593E-12  4.5035543902640138E-12  4.8191229656170200E-12
+  5.1484610707828392E-12  5.4918992528041055E-12  5.8497749170600133E-12
+  6.2224324617696532E-12  6.6102234150678897E-12  7.0135065747023258E-12
+  7.4326481504009685E-12  7.8680219089609878E-12  8.3200093221100472E-12
+  8.7889997171925456E-12  9.2753904307341452E-12  9.7795869649389689E-12
+  1.0302003147174835E-11  1.0843061292502974E-11  1.1403192369309719E-11
+  1.1982836168098693E-11  1.2582441473503267E-11  1.3202466239579953E-11
+  1.3843377768444747E-11  1.4505652892315508E-11  1.5189778159024612E-11
+  1.5896250021067422E-11  1.6625575028253239E-11  1.7378270024026749E-11
+  1.8154862345529177E-11  1.8955890027469716E-11  1.9781902009879077E-11
+  2.0633458349818436E-11  2.1511130437118236E-11  2.2415501214223092E-11
+  2.3347165400219872E-11  2.4306729719128158E-11  2.5294813132533246E-11
+  2.6312047076643567E-11  2.7359075703856012E-11  2.8436556128914092E-11
+  2.9545158679745356E-11  3.0685567153066528E-11  3.1858479074845888E-11
+  3.3064605965714691E-11  3.4304673611420628E-11  3.5579422338418508E-11
+  3.6889607294694868E-11  3.8235998735925019E-11  3.9619382317063091E-11
+  4.1040559389467297E-11  4.2500347303664764E-11  4.3999579717862038E-11
+  4.5539106912309330E-11  4.7119796109629141E-11  4.8742531801221066E-11
+  5.0408216079857413E-11  5.2117768978586137E-11  5.3872128816059897E-11
+  5.5672252548411939E-11  5.7519116127802312E-11  5.9413714867759706E-11
+  6.1357063815446978E-11  6.3350198130980448E-11  6.5394173473935993E-11
+  6.7490066397176604E-11  6.9638974748139893E-11  7.1842018077725260E-11
+  7.4100338056923929E-11  7.6415098901337439E-11  7.8787487803733038E-11
+  8.1218715374787089E-11  8.3710016092170290E-11  8.6262648758131903E-11
+  8.8877896965742588E-11  9.1557069573958810E-11  9.4301501191674195E-11
+  9.7112552670927721E-11  9.9991611609439716E-11  1.0294009286265218E-10
+  1.0595943906545115E-10  1.0905112116375362E-10  1.1221663895614427E-10
+  1.1545752164575092E-10  1.1877532840255090E-10  1.2217164893630486E-10
+  1.2564810408031708E-10  1.2920634638622628E-10  1.3284806073003389E-10
+  1.3657496492958076E-10  1.4038881037368798E-10  1.4429138266318028E-10
+  1.4828450226401543E-10  1.5237002517274754E-10  1.5654984359455492E-10
+  1.6082588663406971E-10  1.6520012099924850E-10  1.6967455171852996E-10
+  1.7425122287152800E-10  1.7893221833351578E-10  1.8371966253395823E-10
+  1.8861572122935815E-10  1.9362260229068348E-10  1.9874255650565060E-10
+  2.0397787839614163E-10  2.0933090705104061E-10  2.1480402697477730E-10
+  2.2039966895187434E-10  2.2612031092779724E-10  2.3196847890641383E-10
+  2.3794674786437474E-10  2.4405774268273294E-10  2.5030413909612433E-10
+  2.5668866465984138E-10  2.6321409973513375E-10  2.6988327849307817E-10
+  2.7669908993736724E-10  2.8366447894637025E-10  2.9078244733482961E-10
+  2.9805605493555974E-10  3.0548842070152473E-10  3.1308272382867618E-10
+  3.2084220489994217E-10  3.2877016705076221E-10  3.3686997715657389E-10
+  3.4514506704266238E-10  3.5359893471679281E-10  3.6223514562505160E-10
+  3.7105733393133339E-10  3.8006920382091694E-10  3.8927453082858000E-10
+  3.9867716319171737E-10  4.0828102322892517E-10  4.1809010874453523E-10
+  4.2810849445958176E-10  4.3834033346969700E-10  4.4878985873044175E-10
+  4.5946138457058583E-10  4.7035930823385932E-10  4.8148811144971149E-10
+  4.9285236203362000E-10  5.0445671551750557E-10  5.1630591681081349E-10
+  5.2840480189284126E-10  5.4075829953689423E-10  5.5337143306686826E-10
+  5.6624932214686648E-10  5.7939718460446886E-10  5.9282033828828568E-10
+  6.0652420296043969E-10  6.2051430222462625E-10  6.3479626549042456E-10
+  6.4937582997453620E-10  6.6425884273964033E-10  6.7945126277157917E-10
+  6.9495916309557934E-10  7.1078873293225530E-10  7.2694627989412515E-10
+  7.4343823222341283E-10  7.6027114107189643E-10  7.7745168282360261E-10
+  7.9498666146114059E-10  8.1288301097649949E-10  8.3114779782713952E-10
+  8.4978822343822321E-10  8.6881162675185751E-10  8.8822548682422306E-10
+  9.0803742547148572E-10  9.2825520996541115E-10  9.4888675577960588E-10
+  9.6994012938733816E-10  9.9142355111190421E-10  1.0133453980305227E-09
+  1.0357142069327587E-09  1.0585386773345053E-09  1.0818276745485532E-09
+  1.1055902328128187E-09  1.1298355584773007E-09  1.1545730332508737E-09
+  1.1798122175090346E-09  1.2055628536637430E-09  1.2318348695965224E-09
+  1.2586383821560015E-09  1.2859837007211097E-09  1.3138813308311454E-09
+  1.3423419778839829E-09  1.3713765509036799E-09  1.4009961663787986E-09
+  1.4312121521727538E-09  1.4620360515075419E-09  1.4934796270222212E-09
+  1.5255548649075506E-09  1.5582739791182044E-09  1.5916494156640167E-09
+  1.6256938569817437E-09  1.6604202263888377E-09  1.6958416926207771E-09
+  1.7319716744535193E-09  1.7688238454126616E-09  1.8064121385709344E-09
+  1.8447507514356922E-09  1.8838541509280685E-09  1.9237370784555281E-09
+  1.9644145550795499E-09  2.0059018867802336E-09  2.0482146698196372E-09
+  2.0913687962056957E-09  2.1353804592585981E-09  2.1802661592815566E-09
+  2.2260427093379004E-09  2.2727272411364982E-09  2.3203372110275329E-09
+  2.3688904061106973E-09  2.4184049504579034E-09  2.4688993114526678E-09
+  2.5203923062483335E-09  2.5729031083473759E-09  2.6264512543040359E-09
+  2.6810566505526108E-09  2.7367395803637324E-09  2.7935207109310449E-09
+  2.8514211005907128E-09  2.9104622061762485E-09  2.9706658905111887E-09
+  3.0320544300422033E-09  3.0946505226152644E-09  3.1584772953975390E-09
+  3.2235583129477538E-09  3.2899175854377978E-09  3.3575795770283897E-09
+  3.4265692144016965E-09  3.4969118954538471E-09  3.5686334981503131E-09
+  3.6417603895472302E-09  3.7163194349817387E-09  3.7923380074345252E-09
+  3.8698439970677704E-09  3.9488658209418066E-09  4.0294324329137976E-09
+  4.1115733337218775E-09  4.1953185812581928E-09  4.2806988010344038E-09
+  4.3677451968432179E-09  4.4564895616196510E-09  4.5469642885057326E-09
+  4.6392023821224757E-09  4.7332374700529596E-09  4.8291038145405255E-09
+  4.9268363244060500E-09  5.0264705671884385E-09  5.1280427815124910E-09
+  5.2315898896883980E-09  5.3371495105472069E-09  5.4447599725166525E-09
+  5.5544603269418772E-09  5.6662903616555853E-09  5.7802906148023320E-09
+  5.8965023889216710E-09  6.0149677652950188E-09  6.1357296185611622E-09
+  6.2588316316054298E-09  6.3843183107276574E-09  6.5122350010941419E-09
+  6.6426279024789230E-09  6.7755440852997523E-09  6.9110315069543282E-09
+  7.0491390284623638E-09  7.1899164314192115E-09  7.3334144352668950E-09
+  7.4796847148884406E-09  7.6287799185316194E-09  7.7807536860681803E-09
+  7.9356606675949217E-09  8.0935565423829351E-09  8.2544980381815509E-09
+  8.4185429508836571E-09  8.5857501645590708E-09  8.7561796718629090E-09
+  8.9298925948259473E-09  9.1069512060340917E-09  9.2874189502042783E-09
+  9.4713604661641638E-09  9.6588416092432104E-09  9.8499294740827816E-09
+  1.0044692417873200E-08  1.0243200084025588E-08  1.0445523426286792E-08
+  1.0651734733305526E-08  1.0861907653658282E-08  1.1076117221343522E-08
+  1.1294439881752958E-08  1.1516953518128793E-08  1.1743737478516076E-08
+  1.1974872603219338E-08  1.2210441252773008E-08  1.2450527336435170E-08
+  1.2695216341214468E-08  1.2944595361440113E-08  1.3198753128885157E-08
+  1.3457780043453341E-08  1.3721768204440108E-08  1.3990811442378429E-08
+  1.4265005351480493E-08  1.4544447322686267E-08  1.4829236577330365E-08
+  1.5119474201438745E-08  1.5415263180666986E-08  1.5716708435892198E-08
+  1.6023916859470704E-08  1.6336997352173994E-08  1.6656060860815592E-08
+  1.6981220416581820E-08  1.7312591174079468E-08  1.7650290451113938E-08
+  1.7994437769211394E-08  1.8345154894898868E-08  1.8702565881756480E-08
+  1.9066797113256232E-08  1.9437977346401966E-08  1.9816237756185659E-08
+  2.0201711980875054E-08  2.0594536168148369E-08  2.0994849022091865E-08
+  2.1402791851076285E-08  2.1818508616528740E-08  2.2242145982616682E-08
+  2.2673853366861012E-08  2.3113782991695753E-08  2.3562089936991858E-08
+  2.4018932193563300E-08  2.4484470717673679E-08  2.4958869486562122E-08
+  2.5442295555007485E-08  2.5934919112950236E-08  2.6436913544191877E-08
+  2.6948455486191870E-08  2.7469724890982726E-08  2.8000905087224091E-08
+  2.8542182843417126E-08  2.9093748432300749E-08  2.9655795696451994E-08
+  3.0228522115112921E-08  3.0812128872266819E-08  3.1406820925987390E-08
+  3.2012807079084348E-08  3.2630300051069831E-08  3.3259516551470302E-08
+  3.3900677354508984E-08  3.4554007375184534E-08  3.5219735746771932E-08
+  3.5898095899772298E-08  3.6589325642338487E-08  3.7293667242204273E-08
+  3.8011367510144985E-08  3.8742677884998404E-08  3.9487854520274830E-08
+  4.0247158372386310E-08  4.1020855290524893E-08  4.1809216108221135E-08
+  4.2612516736613776E-08  4.3431038259463026E-08  4.4265067029939582E-08
+  4.5114894769222896E-08  4.5980818666942243E-08  4.6863141483495111E-08
+  4.7762171654278079E-08  4.8678223395865555E-08  4.9611616814173162E-08
+  5.0562678014642583E-08  5.1531739214485690E-08  5.2519138857026361E-08
+  5.3525221728179401E-08  5.4550339075105876E-08  5.5594848727086425E-08
+  5.6659115218652938E-08  5.7743509915021671E-08  5.8848411139870141E-08
+  5.9974204305501891E-08  6.1121282045443727E-08  6.2290044349520468E-08
+  6.3480898701454042E-08  6.4694260219033588E-08  6.5930551796904871E-08
+  6.7190204252027646E-08  6.8473656471851037E-08  6.9781355565257483E-08
+  7.1113757016327185E-08  7.2471324840975429E-08  7.3854531746516422E-08
+  7.5263859294208738E-08  7.6699798064837342E-08  7.8162847827389509E-08
+  7.9653517710881931E-08  8.1172326379398245E-08  8.2719802210396405E-08
+  8.4296483476347554E-08  8.5902918529767974E-08  8.7539665991708085E-08
+  8.9207294943762251E-08  9.0906385123666043E-08  9.2637527124546921E-08
+  9.4401322597897426E-08  9.6198384460339804E-08  9.8029337104252883E-08
+  9.9894816612333779E-08  1.0179547097616700E-07  1.0373196031887665E-07
+  1.0570495712193736E-07  1.0771514645622166E-07  1.0976322621736299E-07
+  1.1184990736551500E-07  1.1397591416958871E-07  1.1614198445605158E-07
+  1.1834886986237347E-07  1.2059733609520598E-07  1.2288816319338391E-07
+  1.2522214579583860E-07  1.2760009341451463E-07  1.3002283071238374E-07
+  1.3249119778665037E-07  1.3500605045724642E-07  1.3756826056071352E-07
+  1.4017871624957344E-07  1.4283832229728890E-07  1.4554800040891913E-07
+  1.4830868953757676E-07  1.5112134620679386E-07  1.5398694483890765E-07
+  1.5690647808957744E-07  1.5988095718854893E-07  1.6291141228678032E-07
+  1.6599889281005020E-07  1.6914446781916805E-07  1.7234922637690997E-07
+  1.7561427792180536E-07  1.7894075264890298E-07  1.8232980189764503E-07
+  1.8578259854698372E-07  1.8930033741787400E-07  1.9288423568328062E-07
+  1.9653553328583927E-07  2.0025549336331613E-07  2.0404540268200787E-07
+  2.0790657207823444E-07  2.1184033690807191E-07  2.1584805750548185E-07
+  2.1993111964899166E-07  2.2409093503708664E-07  2.2832894177247584E-07
+  2.3264660485539681E-07  2.3704541668612905E-07  2.4152689757688580E-07
+  2.4609259627326151E-07  2.5074409048541065E-07  2.5548298742914161E-07
+  2.6031092437710859E-07  2.6522956922029148E-07  2.7024062103995433E-07
+  2.7534581069027773E-07  2.8054690139186538E-07  2.8584568933632593E-07
+  2.9124400430213789E-07  2.9674371028200724E-07  3.0234670612193168E-07
+  3.0805492617219072E-07  3.1387034095048389E-07  3.1979495781744139E-07
+  3.2583082166474051E-07  3.3198001561606177E-07  3.3824466174112366E-07
+  3.4462692178303980E-07  3.5112899789924767E-07  3.5775313341626060E-07
+  3.6450161359850135E-07  3.7137676643148076E-07  3.7838096341958542E-07
+  3.8551662039875050E-07  3.9278619836429313E-07  4.0019220431418870E-07
+  4.0773719210807865E-07  4.1542376334230162E-07  4.2325456824124809E-07
+  4.3123230656534206E-07  4.3935972853595814E-07  4.4763963577759208E-07
+  4.5607488227760336E-07  4.6466837536386060E-07  4.7342307670061907E-07
+  4.8234200330297408E-07  4.9142822857023262E-07  5.0068488333855900E-07
+  5.1011515695325069E-07  5.1972229836101113E-07  5.2950961722259255E-07
+  5.3948048504618756E-07  5.4963833634195391E-07  5.5998666979807080E-07
+  5.7052904947872323E-07  5.8126910604442392E-07  5.9221053799508988E-07
+  6.0335711293629664E-07  6.1471266886914084E-07  6.2628111550415183E-07
+  6.3806643559969984E-07  6.5007268632535589E-07  6.6230400065066922E-07
+  6.7476458875983520E-07  6.8745873949273359E-07  7.0039082181283161E-07
+  7.1356528630244847E-07  7.2698666668589308E-07  7.4065958138099137E-07
+  7.5458873507953401E-07  7.6877892035718229E-07  7.8323501931337768E-07
+  7.9796200524181547E-07  8.1296494433205522E-07  8.2824899740283662E-07
+  8.4381942166770444E-07  8.5968157253352908E-07  8.7584090543255070E-07
+  8.9230297768855384E-07  9.0907345041782319E-07  9.2615809046551452E-07
+  9.4356277237810842E-07  9.6129348041261248E-07  9.7935631058319977E-07
+  9.9775747274597588E-07  1.0165032927225875E-06  1.0356002144633908E-06
+  1.0550548022509196E-06  1.0748737429443972E-06  1.0950638482660624E-06
+  1.1156320571300806E-06  1.1365854380148340E-06  1.1579311913793976E-06
+  1.1796766521250256E-06  1.2018292921024775E-06  1.2243967226660420E-06
+  1.2473866972751273E-06  1.2708071141442950E-06  1.2946660189426463E-06
+  1.3189716075434720E-06  1.3437322288251049E-06  1.3689563875239181E-06
+  1.3946527471404514E-06  1.4208301328996365E-06  1.4474975347661456E-06
+  1.4746641105158637E-06  1.5023391888645501E-06  1.5305322726547391E-06
+  1.5592530421019620E-06  1.5885113581013981E-06  1.6183172655960722E-06
+  1.6486809970077366E-06  1.6796129757316229E-06  1.7111238196962189E-06
+  1.7432243449893039E-06  1.7759255695514577E-06  1.8092387169383069E-06
+  1.8431752201527707E-06  1.8777467255486216E-06  1.9129650968066699E-06
+  1.9488424189849361E-06  1.9853910026441642E-06  2.0226233880500970E-06
+  2.0605523494539187E-06  2.0991908994523252E-06  2.1385522934286980E-06
+  2.1786500340768888E-06  2.2194978760091370E-06  2.2611098304496980E-06
+  2.3035001700157570E-06  2.3466834335872554E-06  2.3906744312672731E-06
+  2.4354882494346607E-06  2.4811402558906063E-06  2.5276461051009092E-06
+  2.5750217435357108E-06  2.6232834151084977E-06  2.6724476667162298E-06
+  2.7225313538824431E-06  2.7735516465052621E-06  2.8255260347122460E-06
+  2.8784723348240617E-06  2.9324086954289908E-06  2.9873536035703390E-06
+  3.0433258910488147E-06  3.1003447408420391E-06  3.1584296936433348E-06
+  3.2176006545220022E-06  3.2778778997073534E-06  3.3392820834987714E-06
+  3.4018342453041511E-06  3.4655558168090792E-06  3.5304686292791938E-06
+  3.5965949209981718E-06  3.6639573448438623E-06  3.7325789760051339E-06
+  3.8024833198420178E-06  3.8736943198918216E-06  3.9462363660238935E-06
+  4.0201343027458184E-06  4.0954134376638105E-06  4.1720995501001817E-06
+  4.2502188998707842E-06  4.3297982362253933E-06  4.4108648069540200E-06
+  4.4934463676622580E-06  4.5775711912187524E-06  4.6632680773780181E-06
+  4.7505663625818045E-06  4.8394959299423317E-06  4.9300872194107686E-06
+  5.0223712381343458E-06  5.1163795710056196E-06  5.2121443914074265E-06
+  5.3096984721571379E-06  5.4090751966539059E-06  5.5103085702326545E-06
+  5.6134332317286189E-06  5.7184844652563319E-06  5.8254982122070261E-06
+  5.9345110834684585E-06  6.0455603718713061E-06  6.1586840648662629E-06
+  6.2739208574361397E-06  6.3913101652472934E-06  6.5108921380447842E-06
+  6.6327076732957867E-06  6.7567984300858009E-06  6.8832068432723659E-06
+  7.0119761379009958E-06  7.1431503438881772E-06  7.2767743109763873E-06
+  7.4128937239660910E-06  7.5515551182298694E-06  7.6928058955138629E-06
+  7.8366943400318282E-06  7.9832696348571982E-06  8.1325818786186335E-06
+  8.2846821025046742E-06  8.4396222875831607E-06  8.5974553824412461E-06
+  8.7582353211518738E-06  8.9220170415727719E-06  9.0888565039840581E-06
+  9.2588107100706784E-06  9.4319377222560832E-06  9.6082966833935204E-06
+  9.7879478368215942E-06  9.9709525467907725E-06  1.0157373319267653E-05
+  1.0347273823123941E-05  1.0540718911717235E-05  1.0737774644870780E-05
+  1.0938508311259589E-05  1.1142988451210321E-05  1.1351284879922587E-05
+  1.1563468711119395E-05  1.1779612381134646E-05  1.1999789673445645E-05
+  1.2224075743658895E-05  1.2452547144957427E-05  1.2685281854018132E-05
+  1.2922359297407801E-05  1.3163860378466586E-05  1.3409867504687842E-05
+  1.3660464615603484E-05  1.3915737211184088E-05  1.4175772380763249E-05
+  1.4440658832495706E-05  1.4710486923359121E-05  1.4985348689709401E-05
+  1.5265337878399806E-05  1.5550549978474016E-05  1.5841082253443849E-05
+  1.6137033774162213E-05  1.6438505452302243E-05  1.6745600074453736E-05
+  1.7058422336848143E-05  1.7377078880723635E-05  1.7701678328342015E-05
+  1.8032331319669304E-05  1.8369150549732206E-05  1.8712250806662805E-05
+  1.9061749010444043E-05  1.9417764252368873E-05  1.9780417835226000E-05
+  2.0149833314225606E-05  2.0526136538678526E-05  2.0909455694442642E-05
+  2.1299921347150517E-05  2.1697666486232471E-05  2.2102826569749752E-05
+  2.2515539570052423E-05  2.2935946020277133E-05  2.3364189061700040E-05
+  2.3800414491960512E-05  2.4244770814171393E-05  2.4697409286932112E-05
+  2.5158483975261064E-05  2.5628151802463916E-05  2.6106572602954933E-05
+  2.6593909176048847E-05  2.7090327340740563E-05  2.7595995991491111E-05
+  2.8111087155037818E-05  2.8635776048247510E-05  2.9170241137031665E-05
+  2.9714664196342790E-05  3.0269230371271753E-05  3.0834128239266005E-05
+  3.1409549873489085E-05  3.1995690907342129E-05  3.2592750600168516E-05
+  3.3200931904163023E-05  3.3820441532507541E-05  3.4451490028755345E-05
+  3.5094291837486794E-05  3.5749065376259385E-05  3.6416033108875645E-05
+  3.7095421619992814E-05  3.7787461691098461E-05  3.8492388377876974E-05
+  3.9210441088991889E-05  3.9941863666310001E-05  4.0686904466592777E-05
+  4.1445816444682410E-05  4.2218857238208744E-05  4.3006289253845053E-05
+  4.3808379755140614E-05  4.4625400951958247E-05  4.5457630091546174E-05
+  4.6305349551273646E-05  4.7168846933059911E-05  4.8048415159527820E-05
+  4.8944352571912560E-05  4.9856963029757324E-05  5.0786556012428357E-05
+  5.1733446722481707E-05  5.2697956190915516E-05  5.3680411384341375E-05
+  5.4681145314109555E-05  5.5700497147423121E-05  5.6738812320476670E-05
+  5.7796442653656304E-05  5.8873746468837457E-05  5.9971088708818861E-05
+  6.1088841058930246E-05  6.2227382070853456E-05  6.3387097288696354E-05
+  6.4568379377359967E-05  6.5771628253239923E-05  6.6997251217304265E-05
+  6.8245663090589769E-05  6.9517286352160373E-05  7.0812551279571864E-05
+  7.2131896091887234E-05  7.3475767095288722E-05  7.4844618831332847E-05
+  7.6238914227895439E-05  7.7659124752854907E-05  7.9105730570562633E-05
+  8.0579220701150052E-05  8.2080093182723053E-05  8.3608855236495463E-05
+  8.5166023434913235E-05  8.6752123872823713E-05  8.8367692341742818E-05
+  9.0013274507276387E-05  9.1689426089751301E-05  9.3396713048113486E-05
+  9.5135711767150552E-05  9.6907009248098583E-05  9.8711203302692888E-05
+  1.0054890275072368E-04  1.0242072762115889E-04  1.0432730935689765E-04
+  1.0626929102321788E-04  1.0824732751998463E-04  1.1026208579768436E-04
+  1.1231424507735364E-04  1.1440449707447094E-04  1.1653354622688115E-04
+  1.1870210992682467E-04  1.2091091875714256E-04  1.2316071673173221E-04
+  1.2545226154032796E-04  1.2778632479768293E-04  1.3016369229722934E-04
+  1.3258516426929652E-04  1.3505155564396632E-04  1.3756369631864732E-04
+  1.4012243143045108E-04  1.4272862163345433E-04  1.4538314338093274E-04
+  1.4808688921265370E-04  1.5084076804731627E-04  1.5364570548022865E-04
+  1.5650264408631468E-04  1.5941254372854236E-04  1.6237638187186905E-04
+  1.6539515390280029E-04  1.6846987345465873E-04  1.7160157273866418E-04
+  1.7479130288092478E-04  1.7804013426544289E-04  1.8134915688324031E-04
+  1.8471948068770792E-04  1.8815223595628993E-04  1.9164857365861038E-04
+  1.9520966583115544E-04  1.9883670595862392E-04  2.0253090936206127E-04
+  2.0629351359389593E-04  2.1012577883999510E-04  2.1402898832886285E-04
+  2.1800444874810313E-04  2.2205349066827283E-04  2.2617746897425213E-04
+  2.3037776330426236E-04  2.3465577849666121E-04  2.3901294504465078E-04
+  2.4345071955903248E-04  2.4797058523914878E-04  2.5257405235214978E-04
+  2.5726265872072924E-04  2.6203797021947313E-04  2.6690158127996979E-04
+  2.7185511540482875E-04  2.7690022569076269E-04  2.8203859536088556E-04
+  2.8727193830638340E-04  2.9260199963771909E-04  2.9803055624552980E-04
+  3.0355941737138589E-04  3.0919042518857417E-04  3.1492545539307820E-04
+  3.2076641780492678E-04  3.2671525698008667E-04  3.3277395283307662E-04
+  3.3894452127048407E-04  3.4522901483556909E-04  3.5162952336413963E-04
+  3.5814817465188993E-04  3.6478713513339372E-04  3.7154861057294726E-04
+  3.7843484676746097E-04  3.8544813026160227E-04  3.9259078907539189E-04
+  3.9986519344446396E-04  4.0727375657319991E-04  4.1481893540095056E-04
+  4.2250323138156383E-04  4.3032919127643964E-04  4.3829940796133562E-04
+  4.4641652124715345E-04  4.5468321871493223E-04  4.6310223656529032E-04
+  4.7167636048254803E-04  4.8040842651377741E-04  4.8930132196302106E-04
+  4.9835798630093226E-04  5.0758141209008840E-04  5.1697464592623309E-04
+  5.2654078939571073E-04  5.3628300004935269E-04  5.4620449239308974E-04
+  5.5630853889555962E-04  5.6659847101298553E-04  5.7707768023160895E-04
+  5.8774961912795684E-04  5.9861780244723764E-04  6.0968580820015264E-04
+  6.2095727877842666E-04  6.3243592208935234E-04  6.4412551270965962E-04
+  6.5602989305901793E-04  6.6815297459348456E-04  6.8049873901922166E-04
+  6.9307123952680255E-04  7.0587460204643647E-04  7.1891302652444535E-04
+  7.3219078822132769E-04  7.4571223903175483E-04  7.5948180882684437E-04
+  7.7350400681906381E-04  7.8778342295011895E-04  8.0232472930219186E-04
+  8.1713268153289168E-04  8.3221212033429118E-04  8.4756797291642616E-04
+  8.6320525451563733E-04  8.7912906992814333E-04  8.9534461506923682E-04
+  9.1185717855849825E-04  9.2867214333143175E-04  9.4579498827793162E-04
+  9.6323128990798872E-04  9.8098672404506142E-04  9.9906706754752548E-04
+  1.0174782000586444E-03  1.0362261057854827E-03  1.0553168753072105E-03
+  1.0747567074132435E-03  1.0945519109716690E-03  1.1147089068284121E-03
+  1.1352342297376154E-03  1.1561345303236841E-03  1.1774165770754893E-03
+  1.1990872583731969E-03  1.2211535845482084E-03  1.2436226899767153E-03
+  1.2665018352073529E-03  1.2897984091234660E-03  1.3135199311404902E-03
+  1.3376740534389669E-03  1.3622685632337110E-03  1.3873113850796643E-03
+  1.4128105832149599E-03  1.4387743639417444E-03  1.4652110780452967E-03
+  1.4921292232519994E-03  1.5195374467267214E-03  1.5474445476101684E-03
+  1.5758594795967766E-03  1.6047913535537268E-03  1.6342494401816519E-03
+  1.6642431727176357E-03  1.6947821496810893E-03  1.7258761376631126E-03
+  1.7575350741599331E-03  1.7897690704510541E-03  1.8225884145227087E-03
+  1.8560035740372565E-03  1.8900251993491533E-03  1.9246641265681210E-03
+  1.9599313806701675E-03  1.9958381786570950E-03  2.0323959327651626E-03
+  2.0696162537235494E-03  2.1075109540632871E-03  2.1460920514773407E-03
+  2.1853717722324969E-03  2.2253625546337563E-03  2.2660770525419049E-03
+  2.3075281389449702E-03  2.3497289095842410E-03  2.3926926866355762E-03
+  2.4364330224466895E-03  2.4809637033311343E-03  2.5262987534197079E-03
+  2.5724524385699814E-03  2.6194392703347150E-03  2.6672740099898530E-03
+  2.7159716726228599E-03  2.7655475312821287E-03  2.8160171211882089E-03
+  2.8673962440076031E-03  2.9197009721898797E-03  2.9729476533688699E-03
+  3.0271529148286954E-03  3.0823336680353944E-03  3.1385071132349184E-03
+  3.1956907441182654E-03  3.2539023525545146E-03  3.3131600333925460E-03
+  3.3734821893322193E-03  3.4348875358657933E-03  3.4973951062903541E-03
+  3.5610242567920549E-03  3.6257946716029311E-03  3.6917263682310852E-03
+  3.7588397027650284E-03  3.8271553752529598E-03  3.8966944351577640E-03
+  3.9674782868885242E-03  4.0395286954093288E-03  4.1128677919261471E-03
+  4.1875180796525774E-03  4.2635024396552278E-03  4.3408441367795087E-03
+  4.4195668256566366E-03  4.4996945567925897E-03  4.5812517827398093E-03
+  4.6642633643523956E-03  4.7487545771255748E-03  4.8347511176201766E-03
+  4.9222791099728935E-03  5.0113651124930525E-03  5.1020361243466240E-03
+  5.1943195923282517E-03  5.2882434177219557E-03  5.3838359632512964E-03
+  5.4811260601196343E-03  5.5801430151412633E-03  5.6809166179640205E-03
+  5.7834771483841335E-03  5.8878553837538984E-03  5.9940826064828808E-03
+  6.1021906116332869E-03  6.2122117146100834E-03  6.3241787589465633E-03
+  6.4381251241858468E-03  6.5540847338589900E-03  6.6720920635602214E-03
+  6.7921821491198579E-03  6.9143905948754279E-03  7.0387535820415157E-03
+  7.1653078771788080E-03  7.2940908407628045E-03  7.4251404358526415E-03
+  7.5584952368604489E-03  7.6941944384216173E-03  7.8322778643663687E-03
+  7.9727859767929517E-03  8.1157598852427820E-03  8.2612413559777984E-03
+  8.4092728213603207E-03  8.5598973893355745E-03  8.7131588530171330E-03
+  8.8691017003753661E-03  9.0277711240290739E-03  9.1892130311403246E-03
+  9.3534740534125891E-03  9.5206015571921241E-03  9.6906436536726218E-03
+  9.8636492092029696E-03  1.0039667855698049E-02  1.0218750001152365E-02
+  1.0400946840256300E-02  1.0586310365114685E-02  1.0774893376067426E-02
+  1.0966749492611720E-02  1.1161933164425522E-02  1.1360499682491676E-02
+  1.1562505190322210E-02  1.1768006695282215E-02  1.1977062080012570E-02
+  1.2189730113950767E-02  1.2406070464949156E-02  1.2626143710989532E-02
+  1.2850011351993307E-02  1.3077735821726128E-02  1.3309380499795903E-02
+  1.3545009723743021E-02  1.3784688801221572E-02  1.4028484022270138E-02
+  1.4276462671670825E-02  1.4528693041394989E-02  1.4785244443134022E-02
+  1.5046187220913578E-02  1.5311592763789360E-02  1.5581533518622693E-02
+  1.5856083002933768E-02  1.6135315817830606E-02  1.6419307661011379E-02
+  1.6708135339837959E-02  1.7001876784478145E-02  1.7300611061114059E-02
+  1.7604418385214149E-02  1.7913380134865833E-02  1.8227578864166143E-02
+  1.8547098316667086E-02  1.8872023438872752E-02  1.9202440393784735E-02
+  1.9538436574492595E-02  1.9880100617805631E-02  2.0227522417922351E-02
+  2.0580793140133707E-02  2.0940005234556174E-02  2.1305252449890406E-02
+  2.1676629847201156E-02  2.2054233813714047E-02  2.2438162076624430E-02
+  2.2828513716913551E-02  2.3225389183167026E-02  2.3628890305390473E-02
+  2.4039120308816837E-02  2.4456183827699988E-02  2.4880186919088713E-02
+  2.5311237076575371E-02  2.5749443244012824E-02  2.6194915829193529E-02
+  2.6647766717484173E-02  2.7108109285409007E-02  2.7576058414175143E-02
+  2.8051730503132352E-02  2.8535243483160229E-02  2.9026716829974836E-02
+  2.9526271577347173E-02  3.0034030330225208E-02  3.0550117277751261E-02
+  3.1074658206166009E-02  3.1607780511590342E-02  3.2149613212676079E-02
+  3.2700286963115936E-02  3.3259934064003356E-02  3.3828688476032258E-02
+  3.4406685831526389E-02  3.4994063446288123E-02  3.5590960331255687E-02
+  3.6197517203958071E-02  3.6813876499756086E-02  3.7440182382858199E-02
+  3.8076580757099056E-02  3.8723219276468587E-02  3.9380247355379171E-02
+  4.0047816178658067E-02  4.0726078711251841E-02  4.1415189707629495E-02
+  4.2115305720870438E-02  4.2826585111423031E-02  4.3549188055519404E-02
+  4.4283276553231846E-02  4.5029014436155194E-02  4.5786567374700250E-02
+  4.6556102884982027E-02  4.7337790335286553E-02  4.8131800952100096E-02
+  4.8938307825683397E-02  4.9757485915173795E-02  5.0589512053197866E-02
+  5.1434564949975670E-02  5.2292825196899255E-02  5.3164475269565865E-02
+  5.4049699530246791E-02  5.4948684229772525E-02  5.5861617508813903E-02
+  5.6788689398539136E-02  5.7730091820625641E-02  5.8686018586605916E-02
+  5.9656665396525581E-02  6.0642229836891472E-02  6.1642911377887959E-02
+  6.2658911369838130E-02  6.3690433038886898E-02  6.4737681481882428E-02
+  6.5800863660431752E-02  6.6880188394106255E-02  6.7975866352772266E-02
+  6.9088110048021137E-02  7.0217133823673783E-02  7.1363153845332775E-02
+  7.2526388088956451E-02  7.3707056328427306E-02  7.4905380122088028E-02
+  7.6121582798217027E-02  7.7355889439415737E-02  7.8608526865878714E-02
+  7.9879723617518425E-02  8.1169709934914527E-02  8.2478717739058863E-02
+  8.3806980609865259E-02  8.5154733763414620E-02  8.6522214027903860E-02
+  8.7909659818267830E-02  8.9317311109442660E-02  9.0745409408238734E-02
+  9.2194197723791158E-02  9.3663920536554826E-02  9.5154823765812011E-02
+  9.6667154735658442E-02  9.8201162139435236E-02  9.9757096002572418E-02
+  1.0133520764381000E-01  1.0293574963476318E-01  1.0455897575779569E-01
+  1.0620514096216815E-01  1.0787450131842523E-01  1.0956731397098711E-01
+  1.1128383708890967E-01  1.1302432981477811E-01  1.1478905221169812E-01
+  1.1657826520834874E-01  1.1839223054206174E-01  1.2023121069989046E-01
+  1.2209546885763316E-01  1.2398526881677428E-01  1.2590087493930757E-01
+  1.2784255208040557E-01  1.2981056551889852E-01  1.3180518088552831E-01
+  1.3382666408894012E-01  1.3587528123937717E-01  1.3795129857004282E-01
+  1.4005498235609498E-01  1.4218659883123749E-01  1.4434641410187449E-01
+  1.4653469405879227E-01  1.4875170428633594E-01  1.5099770996904674E-01
+  1.5327297579572671E-01  1.5557776586089825E-01  1.5791234356362732E-01
+  1.6027697150367720E-01  1.6267191137496376E-01  1.6509742385628057E-01
+  1.6755376849926595E-01  1.7004120361358271E-01  1.7255998614928242E-01
+  1.7511037157632878E-01  1.7769261376125284E-01  1.8030696484091688E-01
+  1.8295367509336230E-01  1.8563299280571954E-01  1.8834516413915856E-01
+  1.9109043299086090E-01  1.9386904085299378E-01  1.9668122666867013E-01
+  1.9952722668487852E-01  2.0240727430236971E-01  2.0532159992248725E-01
+  2.0827043079093219E-01  2.1125399083845264E-01  2.1427250051845295E-01
+  2.1732617664151654E-01  2.2041523220684067E-01  2.2353987623058316E-01
+  2.2670031357112219E-01  2.2989674475123462E-01  2.3312936577719931E-01
+  2.3639836795483410E-01  2.3970393770248014E-01  2.4304625636094629E-01
+  2.4642550000043387E-01  2.4984183922445943E-01  2.5329543897080115E-01
+  2.5678645830949515E-01  2.6031505023791085E-01  2.6388136147293967E-01
+  2.6748553224033278E-01  2.7112769606122822E-01  2.7480797953591196E-01
+  2.7852650212485830E-01  2.8228337592710290E-01  2.8607870545600145E-01
+  2.8991258741243492E-01  2.9378511045552169E-01  2.9769635497090607E-01
+  3.0164639283669270E-01  3.0563528718710253E-01  3.0966309217393168E-01
+  3.1372985272589354E-01  3.1783560430593777E-01  3.2198037266663398E-01
+  3.2616417360372180E-01  3.3038701270792731E-01  3.3464888511515312E-01
+  3.3894977525515374E-01  3.4328965659881211E-01  3.4766849140413830E-01
+  3.5208623046111692E-01  3.5654281283553069E-01  3.6103816561189928E-01
+  3.6557220363566906E-01  3.7014482925480169E-01  3.7475593206090768E-01
+  3.7940538863008028E-01  3.8409306226358741E-01  3.8881880272858532E-01
+  3.9358244599901754E-01  3.9838381399687550E-01  4.0322271433399215E-01
+  4.0809894005455066E-01  4.1301226937849161E-01  4.1796246544600518E-01
+  4.2294927606330063E-01  4.2797243344984770E-01  4.3303165398728866E-01
+  4.3812663797022150E-01  4.4325706935906045E-01  4.4842261553518009E-01
+  4.5362292705855484E-01  4.5885763742810598E-01  4.6412636284497111E-01
+  4.6942870197891501E-01  4.7476423573810084E-01  4.8013252704244236E-01
+  4.8553312060076192E-01  4.9096554269197823E-01  4.9642930095054888E-01
+  5.0192388415639722E-01  5.0744876202955047E-01  5.1300338502971921E-01
+  5.1858718416104921E-01  5.2419957078227619E-01  5.2983993642251859E-01
+  5.3550765260293809E-01  5.4120207066450610E-01  5.4692252160211074E-01
+  5.5266831590524335E-01  5.5843874340549915E-01  5.6423307313114068E-01
+  5.7005055316895881E-01  5.7589041053368306E-01  5.8175185104518945E-01
+  5.8763405921375456E-01  5.9353619813361824E-01  5.9945740938511050E-01
+  6.0539681294561387E-01  6.1135350710963143E-01  6.1732656841823941E-01
+  6.2331505159821488E-01  6.2931798951112761E-01  6.3533439311270745E-01
+  6.4136325142279482E-01  6.4740353150620378E-01  6.5345417846482878E-01
+  6.5951411544134741E-01  6.6558224363487484E-01  6.7165744232894609E-01
+  6.7773856893221052E-01  6.8382445903223832E-01  6.8991392646285510E-01
+  6.9600576338542608E-01  7.0209874038453779E-01  7.0819160657852187E-01
+  7.1428308974529531E-01  7.2037189646398792E-01  7.2645671227284503E-01
+  7.3253620184390322E-01  7.3860900917494066E-01  7.4467375779921374E-01
+  7.5072905101348675E-01  7.5677347212487500E-01  7.6280558471700621E-01
+  7.6882393293601381E-01  7.7482704179686346E-01  7.8081341751049838E-01
+  7.8678154783229026E-01  7.9272990243225494E-01  7.9865693328747389E-01
+  8.0456107509715036E-01  8.1044074572068825E-01  8.1629434663916756E-01
+  8.2212026344054756E-01  8.2791686632889738E-01  8.3368251065792598E-01
+  8.3941553748902209E-01  8.4511427417399276E-01  8.5077703496263657E-01
+  8.5640212163523055E-01  8.6198782415998187E-01  8.6753242137542652E-01
+  8.7303418169770841E-01  8.7849136385263349E-01  8.8390221763231680E-01
+  8.8926498467620807E-01  8.9457789927620679E-01  8.9983918920554162E-01
+  9.0504707657101469E-01  9.1019977868817248E-01  9.1529550897890100E-01
+  9.2033247789088979E-01  9.2530889383836490E-01  9.3022296416341965E-01
+  9.3507289611724442E-01  9.3985689786048698E-01  9.4457317948193598E-01
+  9.4921995403467030E-01  9.5379543858876881E-01  9.5829785529963607E-01
+  9.6272543249094888E-01  9.6707640575119369E-01  9.7134901904272364E-01
+  9.7554152582222631E-01  9.7965219017145611E-01  9.8367928793705794E-01
+  9.8762110787826407E-01  9.9147595282123846E-01  9.9524214081878970E-01
+  9.9891800631417449E-01  1.0025019013076670E+00  1.0059921965245695E+00
+  1.0093872825833083E+00  1.0126855711622533E+00  1.0158854961638764E+00
+  1.0189855148748583E+00  1.0219841091207538E+00  1.0248797864138037E+00
+  1.0276710810924956E+00  1.0303565554514567E+00  1.0329348008602910E+00
+  1.0354044388699477E+00  1.0377641223052443E+00  1.0400125363421568E+00
+  1.0421483995685159E+00  1.0441704650267596E+00  1.0460775212374138E+00
+  1.0478683932019905E+00  1.0495419433840205E+00  1.0510970726669664E+00
+  1.0525327212877831E+00  1.0538478697449365E+00  1.0550415396797210E+00
+  1.0561127947297437E+00  1.0570607413535045E+00  1.0578845296250188E+00
+  1.0585833539974938E+00  1.0591564540351024E+00  1.0596031151119540E+00
+  1.0599226690774055E+00  1.0601144948869177E+00  1.0601780191977042E+00
+  1.0601127169284856E+00  1.0599181117827070E+00  1.0595937767346502E+00
+  1.0591393344779152E+00  1.0585544578358195E+00  1.0578388701333112E+00
+  1.0569923455300667E+00  1.0560147093144998E+00  1.0549058381584671E+00
+  1.0536656603325281E+00  1.0522941558816719E+00  1.0507913567614928E+00
+  1.0491573469348496E+00  1.0473922624291183E+00  1.0454962913541939E+00
+  1.0434696738814788E+00  1.0413127021841277E+00  1.0390257203389004E+00
+  1.0366091241900197E+00  1.0340633611754919E+00  1.0313889301163939E+00
+  1.0285863809696925E+00  1.0256563145452100E+00  1.0225993821873878E+00
+  1.0194162854225621E+00  1.0161077755724972E+00  1.0126746533349666E+00
+  1.0091177683322148E+00  1.0054380186281608E+00  1.0016363502152485E+00
+  9.9771375647186222E-01  9.9367127759127682E-01  9.8950999998311562E-01
+  9.8523105564831770E-01  9.8083562152864268E-01  9.7632491883174088E-01
+  9.7170021233284443E-01  9.6696280965413106E-01  9.6211406052282689E-01
+  9.5715535600911283E-01  9.5208812774490137E-01  9.4691384712454163E-01
+  9.4163402448851496E-01  9.3625020829115779E-01  9.3076398425345086E-01
+  9.2517697450189218E-01  9.1949083669444764E-01  9.1370726313456452E-01
+  9.0782797987419794E-01  9.0185474580678149E-01  8.9578935175104224E-01
+  8.8963361952653019E-01  8.8338940102169794E-01  8.7705857725533820E-01
+  8.7064305743213921E-01  8.6414477799309519E-01  8.5756570166145329E-01
+  8.5090781648485059E-01  8.4417313487424983E-01  8.3736369264023236E-01
+  8.3048154802717622E-01  8.2352878074579516E-01  8.1650749100446951E-01
+  8.0941979853975854E-01  8.0226784164644582E-01  7.9505377620740936E-01
+  7.8777977472357685E-01  7.8044802534418789E-01  7.7306073089752458E-01
+  7.6562010792225899E-01  7.5812838569946228E-01  7.5058780528541769E-01
+  7.4300061854516686E-01  7.3536908718681415E-01  7.2769548179653010E-01
+  7.1998208087417281E-01  7.1223116986941326E-01  7.0444504021823107E-01
+  6.9662598837961953E-01  6.8877631487231494E-01  6.8089832331135614E-01
+  6.7299431944425125E-01  6.6506661018653368E-01  6.5711750265645930E-01
+  6.4914930320861486E-01  6.4116431646618011E-01  6.3316484435160902E-01
+  6.2515318511548168E-01  6.1713163236329860E-01  6.0910247407999429E-01
+  6.0106799165195857E-01  5.9303045888638195E-01  5.8499214102775088E-01
+  5.7695529377135035E-01  5.6892216227365988E-01  5.6089498015955519E-01
+  5.5287596852626930E-01  5.4486733494409989E-01  5.3687127245389299E-01
+  5.2888995856137844E-01  5.2092555422847708E-01  5.1298020286175472E-01
+  5.0505602929824556E-01  4.9715513878892975E-01  4.8927961598020159E-01
+  4.8143152389373373E-01  4.7361290290520069E-01  4.6582576972239020E-01
+  4.5807211636330680E-01  4.5035390913493101E-01  4.4267308761337792E-01
+  4.3503156362627032E-01  4.2743122023821306E-01  4.1987391074033897E-01
+  4.1236145764496807E-01  4.0489565168650488E-01  3.9747825082977889E-01
+  3.9011097928710980E-01  3.8279552654546706E-01  3.7553354640516790E-01
+  3.6832665603164477E-01  3.6117643502189151E-01  3.5408442448727628E-01
+  3.4705212615449327E-01  3.4008100148649473E-01  3.3317247082532664E-01
+  3.2632791255885607E-01  3.1954866231345058E-01  3.1283601217472773E-01
+===== PHI 4 =====   [phi(r)=PHI(r)/r*Ylm(th,ph)]
+ 1  : radial mesh index
+  0.0000000000000000E+00 -2.9618787092501745E-15 -1.1957964041100198E-14
+ -2.7156634470436356E-14 -4.8729932396984170E-14 -7.6853637428225964E-14
+ -1.1170734107655247E-13 -1.5347452289749047E-13 -2.0234262809637892E-13
+ -2.5850314663136492E-13 -3.2215169384111221E-13 -3.9348809262614880E-13
+ -4.7271645721332281E-13 -5.6004527853339511E-13 -6.5568751124235416E-13
+ -7.5986066241762276E-13 -8.7278688196090880E-13 -9.9469305474004785E-13
+ -1.1258108945027973E-12 -1.2663770395961641E-12 -1.4166331505254721E-12
+ -1.5768260093880266E-12 -1.7472076212168861E-12 -1.9280353172709185E-12
+ -2.1195718603080028E-12 -2.3220855518789263E-12 -2.5358503416802333E-12
+ -2.7611459390050138E-12 -2.9982579263313280E-12 -3.2474778750887432E-12
+ -3.5091034636441815E-12 -3.7834385975490847E-12 -4.0707935320906862E-12
+ -4.3714849971909556E-12 -4.6858363246976486E-12 -5.0141775781126857E-12
+ -5.3568456848039575E-12 -5.7141845707475234E-12 -6.0865452978480414E-12
+ -6.4742862038861443E-12 -6.8777730451424855E-12 -7.2973791417489518E-12
+ -7.7334855258186764E-12 -8.1864810924072953E-12 -8.6567627533589700E-12
+ -9.1447355940916787E-12 -9.6508130333772962E-12 -1.0175416986173023E-11
+ -1.0718978029561811E-11 -1.1281935571860488E-11 -1.1864738024955417E-11
+ -1.2467842979926563E-11 -1.3091717386022184E-11 -1.3736837733047227E-11
+ -1.4403690237230045E-11 -1.5092771030632896E-11 -1.5804586354173316E-11
+ -1.6539652754324300E-11 -1.7298497283562848E-11 -1.8081657704637541E-11
+ -1.8889682698727195E-11 -1.9723132077564005E-11 -2.0582576999595974E-11
+ -2.1468600190264748E-11 -2.2381796166476565E-11 -2.3322771465345298E-11
+ -2.4292144877288213E-11 -2.5290547683556422E-11 -2.6318623898283787E-11
+ -2.7377030515139262E-11 -2.8466437758669606E-11 -2.9587529340420791E-11
+ -3.0741002719928160E-11 -3.1927569370667141E-11 -3.3147955051057968E-11
+ -3.4402900080619535E-11 -3.5693159621369626E-11 -3.7019503964570080E-11
+ -3.8382718822917834E-11 -3.9783605628284224E-11 -4.1222981835107183E-11
+ -4.2701681229542652E-11 -4.4220554244483899E-11 -4.5780468280558927E-11
+ -4.7382308033218814E-11 -4.9026975826031526E-11 -5.0715391950298119E-11
+ -5.2448495011110070E-11 -5.4227242279969567E-11 -5.6052610054095509E-11
+ -5.7925594022541883E-11 -5.9847209639256050E-11 -6.1818492503207811E-11
+ -6.3840498745722515E-11 -6.5914305425153379E-11 -6.8041010929031213E-11
+ -7.0221735383832565E-11 -7.2457621072509132E-11 -7.4749832859924797E-11
+ -7.7099558626348722E-11 -7.9508009709156402E-11 -8.1976421352892665E-11
+ -8.4506053167854389E-11 -8.7098189597352289E-11 -8.9754140393816165E-11
+ -9.2475241103908799E-11 -9.5262853562818627E-11 -9.8118366397903310E-11
+ -1.0104319554186041E-10 -1.0403878475560381E-10 -1.0710660616102867E-10
+ -1.1024816078385085E-10 -1.1346497910670962E-10 -1.1675862163272727E-10
+ -1.2013067945972198E-10 -1.2358277486527327E-10 -1.2711656190284579E-10
+ -1.3073372700917714E-10 -1.3443598962314287E-10 -1.3822510281631394E-10
+ -1.4210285393542595E-10 -1.4607106525698427E-10 -1.5013159465423307E-10
+ -1.5428633627672050E-10 -1.5853722124269608E-10 -1.6288621834458258E-10
+ -1.6733533476776632E-10 -1.7188661682295744E-10 -1.7654215069237461E-10
+ -1.8130406319001304E-10 -1.8617452253626140E-10 -1.9115573914713637E-10
+ -1.9624996643840938E-10 -2.0145950164490546E-10 -2.0678668665525891E-10
+ -2.1223390886241559E-10 -2.1780360203017838E-10 -2.2349824717609577E-10
+ -2.2932037347100183E-10 -2.3527255915551842E-10 -2.4135743247383997E-10
+ -2.4757767262512312E-10 -2.5393601073281364E-10 -2.6043523083224589E-10
+ -2.6707817087685822E-10 -2.7386772376337378E-10 -2.8080683837630280E-10
+ -2.8789852065212798E-10 -2.9514583466354342E-10 -3.0255190372412355E-10
+ -3.1011991151380315E-10 -3.1785310322556252E-10 -3.2575478673371199E-10
+ -3.3382833378418409E-10 -3.4207718120724335E-10 -3.5050483215303713E-10
+ -3.5911485735041358E-10 -3.6791089638944498E-10 -3.7689665902809972E-10
+ -3.8607592652351606E-10 -3.9545255298834098E-10 -4.0503046677260064E-10
+ -4.1481367187158521E-10 -4.2480624936023282E-10 -4.3501235885451186E-10
+ -4.4543624000030571E-10 -4.5608221399031872E-10 -4.6695468510952379E-10
+ -4.7805814230969402E-10 -4.8939716081355597E-10 -5.0097640374912556E-10
+ -5.1280062381479062E-10 -5.2487466497571549E-10 -5.3720346419215607E-10
+ -5.4979205318028379E-10 -5.6264556020612812E-10 -5.7576921191325497E-10
+ -5.8916833518482055E-10 -6.0284835904063631E-10 -6.1681481656990847E-10
+ -6.3107334690031737E-10 -6.4562969720411700E-10 -6.6048972474195250E-10
+ -6.7565939894509681E-10 -6.9114480353683191E-10 -7.0695213869370546E-10
+ -7.2308772324740925E-10 -7.3955799692804524E-10 -7.5636952264954644E-10
+ -7.7352898883805450E-10 -7.9104321180404506E-10 -8.0891913815903327E-10
+ -8.2716384727768528E-10 -8.4578455380619378E-10 -8.6478861021777854E-10
+ -8.8418350941619719E-10 -9.0397688738816731E-10 -9.2417652590561423E-10
+ -9.4479035527867842E-10 -9.6582645716043197E-10 -9.8729306740427750E-10
+ -1.0091985789750096E-09 -1.0315515449145495E-09 -1.0543606813633773E-09
+ -1.0776348706386950E-09 -1.1013831643704023E-09 -1.1256147866959472E-09
+ -1.1503391375151679E-09 -1.1755657958062441E-09 -1.2013045230039048E-09
+ -1.2275652664410543E-09 -1.2543581628550086E-09 -1.2816935419595510E-09
+ -1.3095819300840385E-09 -1.3380340538808161E-09 -1.3670608441022149E-09
+ -1.3966734394484417E-09 -1.4268831904876818E-09 -1.4577016636497798E-09
+ -1.4891406452948537E-09 -1.5212121458582701E-09 -1.5539284040733903E-09
+ -1.5873018912735604E-09 -1.6213453157748142E-09 -1.6560716273408076E-09
+ -1.6914940217315271E-09 -1.7276259453373335E-09 -1.7644810998999385E-09
+ -1.8020734473219532E-09 -1.8404172145666509E-09 -1.8795268986496432E-09
+ -1.9194172717241893E-09 -1.9601033862618851E-09 -2.0016005803305239E-09
+ -2.0439244829709484E-09 -2.0870910196747353E-09 -2.1311164179646222E-09
+ -2.1760172130795718E-09 -2.2218102537664547E-09 -2.2685127081803403E-09
+ -2.3161420698954205E-09 -2.3647161640286437E-09 -2.4142531534781735E-09
+ -2.4647715452788096E-09 -2.5162901970765641E-09 -2.5688283237246343E-09
+ -2.6224055040030207E-09 -2.6770416874641326E-09 -2.7327572014067120E-09
+ -2.7895727579804975E-09 -2.8475094614240625E-09 -2.9065888154383240E-09
+ -2.9668327306982609E-09 -3.0282635325054315E-09 -3.0909039685839150E-09
+ -3.1547772170223729E-09 -3.2199068943649542E-09 -3.2863170638538390E-09
+ -3.3540322438262413E-09 -3.4230774162687903E-09 -3.4934780355321930E-09
+ -3.5652600372092261E-09 -3.6384498471790642E-09 -3.7130743908211014E-09
+ -3.7891611024013923E-09 -3.8667379346349878E-09 -3.9458333684274202E-09
+ -4.0264764227987053E-09 -4.1086966649932721E-09 -4.1925242207793076E-09
+ -4.2779897849410425E-09 -4.3651246319675972E-09 -4.4539606269420770E-09
+ -4.5445302366346294E-09 -4.6368665408033233E-09 -4.7310032437066954E-09
+ -4.8269746858319473E-09 -4.9248158558428261E-09 -5.0245624027512877E-09
+ -5.1262506483171328E-09 -5.2299175996798858E-09 -5.3356009622272456E-09
+ -5.4433391527045606E-09 -5.5531713125697995E-09 -5.6651373215986384E-09
+ -5.7792778117443244E-09 -5.8956341812570993E-09 -6.0142486090680253E-09
+ -6.1351640694421377E-09 -6.2584243469060113E-09 -6.3840740514548352E-09
+ -6.5121586340442137E-09 -6.6427244023720696E-09 -6.7758185369560101E-09
+ -6.9114891075117291E-09 -7.0497850896380586E-09 -7.1907563818144026E-09
+ -7.3344538227163810E-09 -7.4809292088556781E-09 -7.6302353125500968E-09
+ -7.7824259002300537E-09 -7.9375557510877586E-09 -8.0956806760755041E-09
+ -8.2568575372596178E-09 -8.4211442675366776E-09 -8.5885998907187885E-09
+ -8.7592845419948552E-09 -8.9332594887748097E-09 -9.1105871519240051E-09
+ -9.2913311273950836E-09 -9.4755562082646766E-09 -9.6633284071825853E-09
+ -9.8547149792411181E-09 -1.0049784445272450E-08 -1.0248606615581968E-08
+ -1.0451252614125823E-08 -1.0657794903140930E-08 -1.0868307308235919E-08
+ -1.1082865043951614E-08 -1.1301544739799854E-08 -1.1524424466789581E-08
+ -1.1751583764449297E-08 -1.1983103668355174E-08 -1.2219066738174307E-08
+ -1.2459557086232654E-08 -1.2704660406617565E-08 -1.2954464004824832E-08
+ -1.3209056827960438E-08 -1.3468529495507457E-08 -1.3732974330668525E-08
+ -1.4002485392294771E-08 -1.4277158507412106E-08 -1.4557091304356034E-08
+ -1.4842383246526396E-08 -1.5133135666773587E-08 -1.5429451802428116E-08
+ -1.5731436830985425E-08 -1.6039197906458326E-08 -1.6352844196409481E-08
+ -1.6672486919676648E-08 -1.6998239384803578E-08 -1.7330217029189880E-08
+ -1.7668537458973192E-08 -1.8013320489657323E-08 -1.8364688187500407E-08
+ -1.8722764911677224E-08 -1.9087677357230099E-08 -1.9459554598823194E-08
+ -1.9838528135315206E-08 -2.0224731935165678E-08 -2.0618302482690649E-08
+ -2.1019378825183278E-08 -2.1428102620915931E-08 -2.1844618188039920E-08
+ -2.2269072554399775E-08 -2.2701615508279170E-08 -2.3142399650095833E-08
+ -2.3591580445063303E-08 -2.4049316276837390E-08 -2.4515768502165982E-08
+ -2.4991101506560726E-08 -2.5475482761009823E-08 -2.5969082879751354E-08
+ -2.6472075679126937E-08 -2.6984638237535819E-08 -2.7506950956510166E-08
+ -2.8039197622932359E-08 -2.8581565472415518E-08 -2.9134245253869300E-08
+ -2.9697431295272863E-08 -3.0271321570677556E-08 -3.0856117768462491E-08
+ -3.1452025360866218E-08 -3.2059253674818385E-08 -3.2678015964095804E-08
+ -3.3308529482827417E-08 -3.3951015560373604E-08 -3.4605699677605346E-08
+ -3.5272811544609479E-08 -3.5952585179846662E-08 -3.6645258990789074E-08
+ -3.7351075856065762E-08 -3.8070283209143509E-08 -3.8803133123572035E-08
+ -3.9549882399822754E-08 -4.0310792653750910E-08 -4.1086130406711171E-08
+ -4.1876167177357960E-08 -4.2681179575161541E-08 -4.3501449395672338E-08
+ -4.4337263717565777E-08 -4.5188915001501152E-08 -4.6056701190828272E-08
+ -4.6940925814176449E-08 -4.7841898089960954E-08 -4.8759933032842753E-08
+ -4.9695351562178115E-08 -5.0648480612494962E-08 -5.1619653246034226E-08
+ -5.2609208767394325E-08 -5.3617492840318531E-08 -5.4644857606664698E-08
+ -5.5691661807598602E-08 -5.6758270907052039E-08 -5.7845057217488297E-08
+ -5.8952400028017784E-08 -6.0080685734907969E-08 -6.1230307974532054E-08
+ -6.2401667758802212E-08 -6.3595173613133600E-08 -6.4811241716986455E-08
+ -6.6050296047034351E-08 -6.7312768523007886E-08 -6.8599099156263252E-08
+ -6.9909736201127249E-08 -7.1245136309069939E-08 -7.2605764685758138E-08
+ -7.3992095251043353E-08 -7.5404610801939210E-08 -7.6843803178643467E-08
+ -7.8310173433662681E-08 -7.9804232004096012E-08 -8.1326498887138332E-08
+ -8.2877503818862239E-08 -8.4457786456339985E-08 -8.6067896563168033E-08
+ -8.7708394198457669E-08 -8.9379849909356366E-08 -9.1082844927165466E-08
+ -9.2817971367121978E-08 -9.4585832431912433E-08 -9.6387042618988393E-08
+ -9.8222227931754937E-08 -1.0009202609470409E-07 -1.0199708677256690E-07
+ -1.0393807179355937E-07 -1.0591565537679838E-07 -1.0793052436396573E-07
+ -1.0998337845529897E-07 -1.1207493044999082E-07 -1.1420590649107842E-07
+ -1.1637704631490658E-07 -1.1858910350525090E-07 -1.2084284575218676E-07
+ -1.2313905511579350E-07 -1.2547852829478373E-07 -1.2786207690014966E-07
+ -1.3029052773392032E-07 -1.3276472307312453E-07 -1.3528552095905747E-07
+ -1.3785379549194909E-07 -1.4047043713113548E-07 -1.4313635300083613E-07
+ -1.4585246720164144E-07 -1.4861972112781686E-07 -1.5143907379053213E-07
+ -1.5431150214712693E-07 -1.5723800143652449E-07 -1.6021958552090866E-07
+ -1.6325728723378112E-07 -1.6635215873451722E-07 -1.6950527186954252E-07
+ -1.7271771854025303E-07 -1.7599061107780490E-07 -1.7932508262490214E-07
+ -1.8272228752471242E-07 -1.8618340171704430E-07 -1.8970962314192085E-07
+ -1.9330217215068857E-07 -1.9696229192480059E-07 -2.0069124890241925E-07
+ -2.0449033321298206E-07 -2.0836085911988133E-07 -2.1230416547140643E-07
+ -2.1632161616010583E-07 -2.2041460059072304E-07 -2.2458453415686867E-07
+ -2.2883285872658945E-07 -2.3316104313700221E-07 -2.3757058369815989E-07
+ -2.4206300470632349E-07 -2.4663985896681400E-07 -2.5130272832662372E-07
+ -2.5605322421696840E-07 -2.6089298820596685E-07 -2.6582369256163396E-07
+ -2.7084704082538356E-07 -2.7596476839623341E-07 -2.8117864312591349E-07
+ -2.8649046592508112E-07 -2.9190207138084921E-07 -2.9741532838583877E-07
+ -3.0303214077897042E-07 -3.0875444799821509E-07 -3.1458422574552359E-07
+ -3.2052348666416627E-07 -3.2657428102871083E-07 -3.3273869744787474E-07
+ -3.3901886358049363E-07 -3.4541694686484760E-07 -3.5193515526159703E-07
+ -3.5857573801057952E-07 -3.6534098640172739E-07 -3.7223323456036828E-07
+ -3.7925486024717751E-07 -3.8640828567305535E-07 -3.9369597832920508E-07
+ -4.0112045183269954E-07 -4.0868426678782020E-07 -4.1639003166346486E-07
+ -4.2424040368692426E-07 -4.3223808975432965E-07 -4.4038584735808515E-07
+ -4.4868648553159961E-07 -4.5714286581164025E-07 -4.6575790321863670E-07
+ -4.7453456725526947E-07 -4.8347588292368506E-07 -4.9258493176168191E-07
+ -5.0186485289822317E-07 -5.1131884412863449E-07 -5.2095016300985515E-07
+ -5.3076212797611368E-07 -5.4075811947541078E-07 -5.5094158112719613E-07
+ -5.6131602090163271E-07 -5.7188501232085294E-07 -5.8265219568261407E-07
+ -5.9362127930677037E-07 -6.0479604080498914E-07 -6.1618032837413829E-07
+ -6.2777806211379441E-07 -6.3959323536830994E-07 -6.5162991609390634E-07
+ -6.6389224825125459E-07 -6.7638445322401494E-07 -6.8911083126382694E-07
+ -7.0207576296223364E-07 -7.1528371075004762E-07 -7.2873922042466450E-07
+ -7.4244692270585059E-07 -7.5641153482052705E-07 -7.7063786211709606E-07
+ -7.8513079970985758E-07 -7.9989533415407251E-07 -8.1493654515224997E-07
+ -8.3025960729223307E-07 -8.4586979181767831E-07 -8.6177246843153134E-07
+ -8.7797310713311024E-07 -8.9447728008942469E-07 -9.1129066354136901E-07
+ -9.2841903974543040E-07 -9.4586829895158498E-07 -9.6364444141804245E-07
+ -9.8175357946353468E-07 -1.0002019395578395E-06 -1.0189958644512546E-06
+ -1.0381418153437472E-06 -1.0576463740945121E-06 -1.0775162454726954E-06
+ -1.0977582594500464E-06 -1.1183793735362743E-06 -1.1393866751579141E-06
+ -1.1607873840814966E-06 -1.1825888548818576E-06 -1.2047985794564202E-06
+ -1.2274241895863065E-06 -1.2504734595451478E-06 -1.2739543087564818E-06
+ -1.2978748045006390E-06 -1.3222431646720369E-06 -1.3470677605878209E-06
+ -1.3723571198488055E-06 -1.3981199292536900E-06 -1.4243650377675296E-06
+ -1.4511014595454846E-06 -1.4783383770128621E-06 -1.5060851440025032E-06
+ -1.5343512889505770E-06 -1.5631465181518687E-06 -1.5924807190756693E-06
+ -1.6223639637433855E-06 -1.6528065121690256E-06 -1.6838188158637200E-06
+ -1.7154115214054718E-06 -1.7475954740753466E-06 -1.7803817215613362E-06
+ -1.8137815177311517E-06 -1.8478063264752240E-06 -1.8824678256212240E-06
+ -1.9177779109214171E-06 -1.9537487001142127E-06 -1.9903925370612879E-06
+ -2.0277219959616775E-06 -2.0657498856442740E-06 -2.1044892539401784E-06
+ -2.1439533921363906E-06 -2.1841558395123522E-06 -2.2251103879608697E-06
+ -2.2668310866949960E-06 -2.3093322470424463E-06 -2.3526284473291969E-06
+ -2.3967345378539029E-06 -2.4416656459548226E-06 -2.4874371811709687E-06
+ -2.5340648404992344E-06 -2.5815646137492665E-06 -2.6299527889979112E-06
+ -2.6792459581450609E-06 -2.7294610225728024E-06 -2.7806151989097650E-06
+ -2.8327260249026292E-06 -2.8858113653967693E-06 -2.9398894184280815E-06
+ -2.9949787214280158E-06 -3.0510981575439462E-06 -3.1082669620770035E-06
+ -3.1665047290395367E-06 -3.2258314178344368E-06 -3.2862673600585778E-06
+ -3.3478332664326548E-06 -3.4105502338597886E-06 -3.4744397526152601E-06
+ -3.5395237136698223E-06 -3.6058244161490370E-06 -3.6733645749311834E-06
+ -3.7421673283862877E-06 -3.8122562462588827E-06 -3.8836553376971842E-06
+ -3.9563890594313551E-06 -4.0304823241036493E-06 -4.1059605087532262E-06
+ -4.1828494634585247E-06 -4.2611755201400655E-06 -4.3409655015267034E-06
+ -4.4222467302883110E-06 -4.5050470383379998E-06 -4.5893947763069996E-06
+ -4.6753188231953903E-06 -4.7628485962019556E-06 -4.8520140607364427E-06
+ -4.9428457406176181E-06 -5.0353747284605580E-06 -5.1296326962566527E-06
+ -5.2256519061499160E-06 -5.3234652214131927E-06 -5.4231061176279825E-06
+ -5.5246086940716454E-06 -5.6280076853157883E-06 -5.7333384730397766E-06
+ -5.8406370980633311E-06 -5.9499402726022124E-06 -6.0612853927511906E-06
+ -6.1747105511984295E-06 -6.2902545501756156E-06 -6.4079569146481103E-06
+ -6.5278579057496317E-06 -6.6499985344659357E-06 -6.7744205755721044E-06
+ -6.9011665818281220E-06 -7.0302798984374840E-06 -7.1618046777737406E-06
+ -7.2957858943798464E-06 -7.4322693602454250E-06 -7.5713017403670065E-06
+ -7.7129305685964927E-06 -7.8572042637831538E-06 -8.0041721462145771E-06
+ -8.1538844543620572E-06 -8.3063923619360539E-06 -8.4617479952574323E-06
+ -8.6200044509502984E-06 -8.7812158139623425E-06 -8.9454371759187553E-06
+ -9.1127246538158185E-06 -9.2831354090604537E-06 -9.4567276668621015E-06
+ -9.6335607359833781E-06 -9.8136950288561851E-06 -9.9971920820699027E-06
+ -1.0184114577238606E-05 -1.0374526362254212E-05 -1.0568492472932696E-05
+ -1.0766079155060565E-05 -1.0967353886849012E-05 -1.1172385401803174E-05
+ -1.1381243712014184E-05 -1.1594000131881767E-05 -1.1810727302275265E-05
+ -1.2031499215141204E-05 -1.2256391238565556E-05 -1.2485480142299065E-05
+ -1.2718844123754163E-05 -1.2956562834482114E-05 -1.3198717407139186E-05
+ -1.3445390482950878E-05 -1.3696666239683288E-05 -1.3952630420130982E-05
+ -1.4213370361130771E-05 -1.4478975023111111E-05 -1.4749535020186971E-05
+ -1.5025142650810002E-05 -1.5305891928984453E-05 -1.5591878616058940E-05
+ -1.5883200253104850E-05 -1.6179956193891900E-05 -1.6482247638472044E-05
+ -1.6790177667382668E-05 -1.7103851276480492E-05 -1.7423375412417731E-05
+ -1.7748859008772293E-05 -1.8080413022843905E-05 -1.8418150473128433E-05
+ -1.8762186477482792E-05 -1.9112638291993034E-05 -1.9469625350558499E-05
+ -1.9833269305205125E-05 -2.0203694067141301E-05 -2.0581025848569675E-05
+ -2.0965393205268919E-05 -2.1356927079959411E-05 -2.1755760846467129E-05
+ -2.2162030354700442E-05 -2.2575873976454501E-05 -2.2997432652058497E-05
+ -2.3426849937880976E-05 -2.3864272054709033E-05 -2.4309847937017256E-05
+ -2.4763729283142593E-05 -2.5226070606381783E-05 -2.5697029287028048E-05
+ -2.6176765625364226E-05 -2.6665442895629727E-05 -2.7163227400979114E-05
+ -2.7670288529450302E-05 -2.8186798810960793E-05 -2.8712933975350590E-05
+ -2.9248873011490981E-05 -2.9794798227478371E-05 -3.0350895311933135E-05
+ -3.0917353396423354E-05 -3.1494365119034054E-05 -3.2082126689102591E-05
+ -3.2680837953141647E-05 -3.3290702461971019E-05 -3.3911927539080550E-05
+ -3.4544724350246179E-05 -3.5189307974422160E-05 -3.5845897475932350E-05
+ -3.6514715977984369E-05 -3.7195990737530419E-05 -3.7889953221499152E-05
+ -3.8596839184423700E-05 -3.9316888747490845E-05 -4.0050346479037211E-05
+ -4.0797461476518697E-05 -4.1558487449979697E-05 -4.2333682807049409E-05
+ -4.3123310739492697E-05 -4.3927639311343680E-05 -4.4746941548650659E-05
+ -4.5581495530861505E-05 -4.6431584483879010E-05 -4.7297496874816639E-05
+ -4.8179526508485153E-05 -4.9077972625641198E-05 -4.9993140003030132E-05
+ -5.0925339055254946E-05 -5.1874885938504360E-05 -5.2842102656173818E-05
+ -5.3827317166413072E-05 -5.4830863491635483E-05 -5.5853081830023845E-05
+ -5.6894318669069181E-05 -5.7954926901178858E-05 -5.9035265941390877E-05
+ -6.0135701847232905E-05 -6.1256607440764028E-05 -6.2398362432838523E-05
+ -6.3561353549631706E-05 -6.4745974661468386E-05 -6.5952626913995076E-05
+ -6.7181718861738181E-05 -6.8433666604090802E-05 -6.9708893923771788E-05
+ -7.1007832427801270E-05 -7.2330921691037437E-05 -7.3678609402321000E-05
+ -7.5051351513273320E-05 -7.6449612389796113E-05 -7.7873864966320836E-05
+ -7.9324590902856757E-05 -8.0802280744887898E-05 -8.2307434086169540E-05
+ -8.3840559734476214E-05 -8.5402175880353243E-05 -8.6992810268926265E-05
+ -8.8613000374822366E-05 -9.0263293580258695E-05 -9.1944247356354745E-05
+ -9.3656429447725725E-05 -9.5400418060415416E-05 -9.7176802053227604E-05
+ -9.8986181132516704E-05 -1.0082916605049876E-04 -1.0270637880714566E-04
+ -1.0461845285572557E-04 -1.0656603331205462E-04 -1.0854977716752556E-04
+ -1.1057035350597998E-04 -1.1262844372449243E-04 -1.1472474175813523E-04
+ -1.1685995430879495E-04 -1.1903480107811152E-04 -1.2125001500461306E-04
+ -1.2350634250512044E-04 -1.2580454372049677E-04 -1.2814539276581862E-04
+ -1.3052967798504663E-04 -1.3295820221027473E-04 -1.3543178302563867E-04
+ -1.3795125303596586E-04 -1.4051746014024936E-04 -1.4313126781003143E-04
+ -1.4579355537278223E-04 -1.4850521830036168E-04 -1.5126716850265274E-04
+ -1.5408033462645856E-04 -1.5694566235975341E-04 -1.5986411474138229E-04
+ -1.6283667247630443E-04 -1.6586433425647736E-04 -1.6894811708747983E-04
+ -1.7208905662097394E-04 -1.7528820749310823E-04 -1.7854664366896532E-04
+ -1.8186545879315860E-04 -1.8524576654668654E-04 -1.8868870101015173E-04
+ -1.9219541703345590E-04 -1.9576709061208336E-04 -1.9940491927008746E-04
+ -2.0311012244989506E-04 -2.0688394190904844E-04 -2.1072764212400375E-04
+ -2.1464251070110895E-04 -2.1862985879488365E-04 -2.2269102153372908E-04
+ -2.2682735845319391E-04 -2.3104025393692865E-04 -2.3533111766545862E-04
+ -2.3970138507291191E-04 -2.4415251781183803E-04 -2.4868600422625620E-04
+ -2.5330335983307531E-04 -2.5800612781202742E-04 -2.6279587950426290E-04
+ -2.6767421491975368E-04 -2.7264276325365513E-04 -2.7770318341178166E-04
+ -2.8285716454534834E-04 -2.8810642659513958E-04 -2.9345272084526345E-04
+ -2.9889783048665547E-04 -3.0444357119049735E-04 -3.1009179169171942E-04
+ -3.1584437438275767E-04 -3.2170323591773853E-04 -3.2767032782726936E-04
+ -3.3374763714401156E-04 -3.3993718703922130E-04 -3.4624103747044196E-04
+ -3.5266128584053374E-04 -3.5920006766823587E-04 -3.6585955727045174E-04
+ -3.7264196845645484E-04 -3.7954955523421729E-04 -3.8658461252906071E-04
+ -3.9374947691483964E-04 -4.0104652735786328E-04 -4.0847818597377212E-04
+ -4.1604691879758125E-04 -4.2375523656711453E-04 -4.3160569552004737E-04
+ -4.3960089820478871E-04 -4.4774349430542928E-04 -4.5603618148098995E-04
+ -4.6448170621920718E-04 -4.7308286470509534E-04 -4.8184250370453036E-04
+ -4.9076352146310183E-04 -4.9984886862048576E-04 -5.0910154914059300E-04
+ -5.1852462125775035E-04 -5.2812119843918066E-04 -5.3789445036404567E-04
+ -5.4784760391932521E-04 -5.5798394421280263E-04 -5.6830681560344218E-04
+ -5.7881962274943584E-04 -5.8952583167420859E-04 -6.0042897085067391E-04
+ -6.1153263230403327E-04 -6.2284047273342277E-04 -6.3435621465270694E-04
+ -6.4608364755073166E-04 -6.5802662907134778E-04 -6.7018908621352337E-04
+ -6.8257501655186539E-04 -6.9518848947788131E-04 -7.0803364746230648E-04
+ -7.2111470733883694E-04 -7.3443596160960832E-04 -7.4800177977276576E-04
+ -7.6181660967247268E-04 -7.7588497887171970E-04 -7.9021149604828673E-04
+ -8.0480085241422909E-04 -8.1965782315925485E-04 -8.3478726891836883E-04
+ -8.5019413726416463E-04 -8.6588346422415046E-04 -8.8186037582349639E-04
+ -8.9813008965360303E-04 -9.1469791646689176E-04 -9.3156926179822029E-04
+ -9.4874962761334067E-04 -9.6624461398481048E-04 -9.8405992079578751E-04
+ -1.0022013494721308E-03 -1.0206748047432445E-03 -1.0394862964321020E-03
+ -1.0586419412749004E-03 -1.0781479647707887E-03 -1.0980107030621326E-03
+ -1.1182366048457760E-03 -1.1388322333157680E-03 -1.1598042681380265E-03
+ -1.1811595074574216E-03 -1.2029048699377623E-03 -1.2250473968351814E-03
+ -1.2475942541054113E-03 -1.2705527345454554E-03 -1.2939302599701706E-03
+ -1.3177343834242662E-03 -1.3419727914302508E-03 -1.3666533062728469E-03
+ -1.3917838883204120E-03 -1.4173726383839033E-03 -1.4434278001139334E-03
+ -1.4699577624364710E-03 -1.4969710620277392E-03 -1.5244763858288815E-03
+ -1.5524825736009627E-03 -1.5809986205208828E-03 -1.6100336798187905E-03
+ -1.6395970654575736E-03 -1.6696982548550401E-03 -1.7003468916493719E-03
+ -1.7315527885084715E-03 -1.7633259299838179E-03 -1.7956764754094340E-03
+ -1.8286147618466122E-03 -1.8621513070750206E-03 -1.8962968126308251E-03
+ -1.9310621668924780E-03 -1.9664584482148215E-03 -2.0024969281121604E-03
+ -2.0391890744909666E-03 -2.0765465549328851E-03 -2.1145812400287164E-03
+ -2.1533052067640502E-03 -2.1927307419572395E-03 -2.2328703457504045E-03
+ -2.2737367351541699E-03 -2.3153428476468184E-03 -2.3577018448285932E-03
+ -2.4008271161318484E-03 -2.4447322825877577E-03 -2.4894312006503269E-03
+ -2.5349379660784183E-03 -2.5812669178765257E-03 -2.6284326422950496E-03
+ -2.6764499768907948E-03 -2.7253340146484563E-03 -2.7751001081638346E-03
+ -2.8257638738895413E-03 -2.8773411964439499E-03 -2.9298482329841668E-03
+ -2.9833014176437705E-03 -3.0377174660361165E-03 -3.0931133798239615E-03
+ -3.1495064513561944E-03 -3.2069142683724544E-03 -3.2653547187764163E-03
+ -3.3248459954785411E-03 -3.3854066013090604E-03 -3.4470553540020075E-03
+ -3.5098113912510743E-03 -3.5736941758380916E-03 -3.6387235008349269E-03
+ -3.7049194948796044E-03 -3.7723026275274384E-03 -3.8408937146779628E-03
+ -3.9107139240784983E-03 -3.9817847809050970E-03 -4.0541281734217081E-03
+ -4.1277663587183334E-03 -4.2027219685289866E-03 -4.2790180151302259E-03
+ -4.3566778973210783E-03 -4.4357254064851109E-03 -4.5161847327354595E-03
+ -4.5980804711435947E-03 -4.6814376280525797E-03 -4.7662816274756268E-03
+ -4.8526383175806686E-03 -4.9405339772617849E-03 -5.0299953227981439E-03
+ -5.1210495146013033E-03 -5.2137241640515305E-03 -5.3080473404239327E-03
+ -5.4040475779051069E-03 -5.5017538827009929E-03 -5.6011957402367111E-03
+ -5.7024031224489815E-03 -5.8054064951719121E-03 -5.9102368256167426E-03
+ -6.0169255899462570E-03 -6.1255047809444978E-03 -6.2360069157824070E-03
+ -6.3484650438800161E-03 -6.4629127548657831E-03 -6.5793841866336857E-03
+ -6.6979140334985929E-03 -6.8185375544504911E-03 -6.9412905815080944E-03
+ -7.0662095281723500E-03 -7.1933313979802918E-03 -7.3226937931597591E-03
+ -7.4543349233853629E-03 -7.5882936146361730E-03 -7.7246093181554520E-03
+ -7.8633221195128552E-03 -8.0044727477693901E-03 -8.1481025847454473E-03
+ -8.2942536743922084E-03 -8.4429687322666053E-03 -8.5942911551101040E-03
+ -8.7482650305314488E-03 -8.9049351467934725E-03 -9.0643470027041758E-03
+ -9.2265468176119993E-03 -9.3915815415053956E-03 -9.5594988652166549E-03
+ -9.7303472307298817E-03 -9.9041758415930655E-03 -1.0081034673434042E-02
+ -1.0260974484580118E-02 -1.0444046826781146E-02 -1.0630304056035704E-02
+ -1.0819799343520007E-02 -1.1012586686619120E-02 -1.1208720920060020E-02
+ -1.1408257727145890E-02 -1.1611253651091166E-02 -1.1817766106456457E-02
+ -1.2027853390682854E-02 -1.2241574695724582E-02 -1.2458990119779257E-02
+ -1.2680160679114752E-02 -1.2905148319991662E-02 -1.3134015930680172E-02
+ -1.3366827353570287E-02 -1.3603647397373993E-02 -1.3844541849418128E-02
+ -1.4089577488026415E-02 -1.4338822094989151E-02 -1.4592344468118952E-02
+ -1.4850214433890764E-02 -1.5112502860164349E-02 -1.5379281668987298E-02
+ -1.5650623849476575E-02 -1.5926603470776315E-02 -1.6207295695089833E-02
+ -1.6492776790783238E-02 -1.6783124145558343E-02 -1.7078416279692150E-02
+ -1.7378732859340221E-02 -1.7684154709901034E-02 -1.7994763829438327E-02
+ -1.8310643402158433E-02 -1.8631877811939004E-02 -1.8958552655906152E-02
+ -1.9290754758056038E-02 -1.9628572182917477E-02 -1.9972094249251518E-02
+ -2.0321411543784161E-02 -2.0676615934967769E-02 -2.1037800586767089E-02
+ -2.1405059972465199E-02 -2.1778489888484721E-02 -2.2158187468219480E-02
+ -2.2544251195871428E-02 -2.2936780920287753E-02 -2.3335877868792630E-02
+ -2.3741644661007984E-02 -2.4154185322657458E-02 -2.4573605299347601E-02
+ -2.5000011470319890E-02 -2.5433512162167264E-02 -2.5874217162508401E-02
+ -2.6322237733612884E-02 -2.6777686625970017E-02 -2.7240678091794125E-02
+ -2.7711327898458437E-02 -2.8189753341849925E-02 -2.8676073259636906E-02
+ -2.9170408044441053E-02 -2.9672879656905165E-02 -3.0183611638647807E-02
+ -3.0702729125095692E-02 -3.1230358858184312E-02 -3.1766629198917151E-02
+ -3.2311670139773423E-02 -3.2865613316954000E-02 -3.3428592022454996E-02
+ -3.4000741215957996E-02 -3.4582197536525854E-02 -3.5173099314092272E-02
+ -3.5773586580733589E-02 -3.6383801081710257E-02 -3.7003886286265809E-02
+ -3.7633987398170143E-02 -3.8274251365994078E-02 -3.8924826893101547E-02
+ -3.9585864447345485E-02 -4.0257516270453139E-02 -4.0939936387085978E-02
+ -4.1633280613559538E-02 -4.2337706566207153E-02 -4.3053373669372404E-02
+ -4.3780443163013529E-02 -4.4519078109903423E-02 -4.5269443402408169E-02
+ -4.6031705768826633E-02 -4.6806033779273233E-02 -4.7592597851085459E-02
+ -4.8391570253737776E-02 -4.9203125113242215E-02 -5.0027438416016444E-02
+ -5.0864688012199184E-02 -5.1715053618392112E-02 -5.2578716819807969E-02
+ -5.3455861071802231E-02 -5.4346671700767950E-02 -5.5251335904369869E-02
+ -5.6170042751095960E-02 -5.7102983179102451E-02 -5.8050349994328586E-02
+ -5.9012337867856833E-02 -5.9989143332493555E-02 -6.0980964778544609E-02
+ -6.1988002448760210E-02 -6.3010458432422506E-02 -6.4048536658548705E-02
+ -6.5102442888182718E-02 -6.6172384705746601E-02 -6.7258571509424103E-02
+ -6.8361214500546316E-02 -6.9480526671950399E-02 -7.0616722795281070E-02
+ -7.1770019407203609E-02 -7.2940634794498027E-02 -7.4128788978001570E-02
+ -7.5334703695367766E-02 -7.6558602382608795E-02 -7.7800710154387789E-02
+ -7.9061253783026766E-02 -8.0340461676195657E-02 -8.1638563853247414E-02
+ -8.2955791920162933E-02 -8.4292379043070007E-02 -8.5648559920298906E-02
+ -8.7024570752937666E-02 -8.8420649213848457E-02 -8.9837034415107084E-02
+ -9.1273966873825871E-02 -9.2731688476320975E-02 -9.4210442440583214E-02
+ -9.5710473277012181E-02 -9.7232026747372108E-02 -9.8775349821927746E-02
+ -1.0034069063471791E-01 -1.0192829843692396E-01 -1.0353842354828968E-01
+ -1.0517131730654884E-01 -1.0682723201481611E-01 -1.0850642088689641E-01
+ -1.1020913799046798E-01 -1.1193563818809220E-01 -1.1368617707600559E-01
+ -1.1546101092064620E-01 -1.1726039659286797E-01 -1.1908459149979558E-01
+ -1.2093385351427183E-01 -1.2280844090184974E-01 -1.2470861224528081E-01
+ -1.2663462636645048E-01 -1.2858674224571212E-01 -1.3056521893856965E-01
+ -1.3257031548965989E-01 -1.3460229084398406E-01 -1.3666140375533906E-01
+ -1.3874791269189823E-01 -1.4086207573889076E-01 -1.4300415049833001E-01
+ -1.4517439398574011E-01 -1.4737306252382940E-01 -1.4960041163306198E-01
+ -1.5185669591907469E-01 -1.5414216895689103E-01 -1.5645708317188009E-01
+ -1.5880168971741185E-01 -1.6117623834915709E-01 -1.6358097729598406E-01
+ -1.6601615312740103E-01 -1.6848201061749615E-01 -1.7097879260532597E-01
+ -1.7350673985170453E-01 -1.7606609089234451E-01 -1.7865708188730392E-01
+ -1.8127994646669190E-01 -1.8393491557258704E-01 -1.8662221729712317E-01
+ -1.8934207671669911E-01 -1.9209471572226766E-01 -1.9488035284566249E-01
+ -1.9769920308192046E-01 -2.0055147770755943E-01 -2.0343738409477247E-01
+ -2.0635712552149965E-01 -2.0931090097734237E-01 -2.1229890496528286E-01
+ -2.1532132729917641E-01 -2.1837835289698462E-01 -2.2147016156971744E-01
+ -2.2459692780605667E-01 -2.2775882055263388E-01 -2.3095600298993690E-01
+ -2.3418863230382331E-01 -2.3745685945261877E-01 -2.4076082892978293E-01
+ -2.4410067852212572E-01 -2.4747653906356165E-01 -2.5088853418438878E-01
+ -2.5433678005608690E-01 -2.5782138513162589E-01 -2.6134244988128402E-01
+ -2.6490006652397502E-01 -2.6849431875408741E-01 -2.7212528146384274E-01
+ -2.7579302046118226E-01 -2.7949759218319487E-01 -2.8323904340510464E-01
+ -2.8701741094483513E-01 -2.9083272136317917E-01 -2.9468499065959658E-01
+ -2.9857422396367794E-01 -3.0250041522230442E-01 -3.0646354688254862E-01
+ -3.1046358957035874E-01 -3.1450050176507444E-01 -3.1857422946983105E-01
+ -3.2268470587790493E-01 -3.2683185103506834E-01 -3.3101557149801730E-01
+ -3.3523575998894606E-01 -3.3949229504634620E-01 -3.4378504067211141E-01
+ -3.4811384597503620E-01 -3.5247854481080065E-01 -3.5687895541853937E-01
+ -3.6131488005409657E-01 -3.6578610462007755E-01 -3.7029239829280863E-01
+ -3.7483351314632435E-01 -3.7940918377350902E-01 -3.8401912690451850E-01
+ -3.8866304102262161E-01 -3.9334060597759918E-01 -3.9805148259684853E-01
+ -4.0279531229434445E-01 -4.0757171667761366E-01 -4.1238029715288527E-01
+ -4.1722063452858621E-01 -4.2209228861735287E-01 -4.2699479783673883E-01
+ -4.3192767880880112E-01 -4.3689042595875521E-01 -4.4188251111289062E-01
+ -4.4690338309594713E-01 -4.5195246732815514E-01 -4.5702916542214816E-01
+ -4.6213285477996119E-01 -4.6726288819033290E-01 -4.7241859342653253E-01
+ -4.7759927284494158E-01 -4.8280420298461918E-01 -4.8803263416808862E-01
+ -4.9328379010358353E-01 -4.9855686748900113E-01 -5.0385103561780864E-01
+ -5.0916543598715835E-01 -5.1449918190846877E-01 -5.1985135812073224E-01
+ -5.2522102040681962E-01 -5.3060719521304867E-01 -5.3600887927229779E-01
+ -5.4142503923094276E-01 -5.4685461127990442E-01 -5.5229650079010106E-01
+ -5.5774958195260282E-01 -5.6321269742379421E-01 -5.6868465797585444E-01
+ -5.7416424215287887E-01 -5.7965019593296629E-01 -5.8514123239660831E-01
+ -5.9063603140172749E-01 -5.9613323926572059E-01 -6.0163146845487081E-01
+ -6.0712929728151221E-01 -6.1262526960933172E-01 -6.1811789456721966E-01
+ -6.2360564627208515E-01 -6.2908696356107086E-01 -6.3456024973362168E-01
+ -6.4002387230387314E-01 -6.4547616276385067E-01 -6.5091541635798356E-01
+ -6.5633989186946329E-01 -6.6174781141899142E-01 -6.6713736027649029E-01
+ -6.7250668668636271E-01 -6.7785390170691961E-01 -6.8317707906461034E-01
+ -6.8847425502371262E-01 -6.9374342827216806E-01 -6.9898255982426205E-01
+ -7.0418957294087992E-01 -7.0936235306807793E-01 -7.1449874779474332E-01
+ -7.1959656683011974E-01 -7.2465358200200669E-01 -7.2966752727644524E-01
+ -7.3463609879972158E-01 -7.3955695496352791E-01 -7.4442771649413175E-01
+ -7.4924596656640896E-01 -7.5400925094359739E-01 -7.5871507814363348E-01
+ -7.6336091963292474E-01 -7.6794421004841618E-01 -7.7246234744878273E-01
+ -7.7691269359559134E-01 -7.8129257426523868E-01 -7.8559927959247244E-01
+ -7.8983006444626802E-01 -7.9398214883882157E-01 -7.9805271836838898E-01
+ -8.0203892469666993E-01 -8.0593788606141614E-01 -8.0974668782490100E-01
+ -8.1346238305885565E-01 -8.1708199316645280E-01 -8.2060250854186434E-01
+ -8.2402088926790196E-01 -8.2733406585219971E-01 -8.3053894000236017E-01
+ -8.3363238544045903E-01 -8.3661124875724902E-01 -8.3947235030638290E-01
+ -8.4221248513892721E-01 -8.4482842397840763E-01 -8.4731691423659383E-01
+ -8.4967468107019462E-01 -8.5189842847860320E-01 -8.5398484044280776E-01
+ -8.5593058210554607E-01 -8.5773230099276299E-01 -8.5938662827640167E-01
+ -8.6089018007854223E-01 -8.6223955881687409E-01 -8.6343135459148201E-01
+ -8.6446214661290155E-01 -8.6532850467139222E-01 -8.6602699064737121E-01
+ -8.6655416006293584E-01 -8.6690656367440710E-01 -8.6708074910582733E-01
+ -8.6707326252333661E-01 -8.6688065035037631E-01 -8.6649946102366193E-01
+ -8.6592624678988961E-01 -8.6515756554315248E-01 -8.6418998270306202E-01
+ -8.6302007313359985E-01 -8.6164442310273837E-01 -8.6005963228291371E-01
+ -8.5826231579245482E-01 -8.5624910627812112E-01 -8.5401665603893229E-01
+ -8.5156163919152617E-01 -8.4888075387731998E-01 -8.4597072451181243E-01
+ -8.4282830407640852E-01 -8.3945027645321790E-01 -8.3583345880332904E-01
+ -8.3197470398913587E-01 -8.2787090304135991E-01 -8.2351898767147891E-01
+ -8.1891593283035502E-01 -8.1405875931392691E-01 -8.0894453641691666E-01
+ -8.0357038463558228E-01 -7.9793347842063511E-01 -7.9203104898152799E-01
+ -7.8586038714340878E-01 -7.7941884625813351E-01 -7.7270384517081203E-01
+ -7.6571287124347298E-01 -7.5844348343751089E-01 -7.5089331545668969E-01
+ -7.4306007895256043E-01 -7.3494156679425571E-01 -7.2653565640471274E-01
+ -7.1784031316547170E-01 -7.0885359389228697E-01 -6.9957365038388086E-01
+ -6.8999873304625081E-01 -6.8012719459503002E-01 -6.6995749383847580E-01
+ -6.5948819954373450E-01 -6.4871799438910838E-01 -6.3764567900509583E-01
+ -6.2627017610705493E-01 -6.1459053472236858E-01 -6.0260593451504185E-01
+ -5.9031569021068964E-01 -5.7771925612489128E-01 -5.6481623079790344E-01
+ -5.5160636173871858E-01 -5.3808955028143990E-01 -5.2426585655691904E-01
+ -5.1013550458255708E-01 -4.9569888747311286E-01 -4.8095657277528181E-01
+ -4.6590930792872337E-01 -4.5055802585609295E-01 -4.3490385068450932E-01
+ -4.1894810360072632E-01 -4.0269230884210716E-01 -3.8613819982529651E-01
+ -3.6928772541425547E-01 -3.5214305632907855E-01 -3.3470659169672723E-01
+ -3.1698096574450546E-01 -2.9896905463676648E-01 -2.8067398345496380E-01
+ -2.6209913332075874E-01 -2.4324814866145641E-01 -2.2412494461656737E-01
+ -2.0473371458378029E-01 -1.8507893790208035E-01 -1.6516538766915645E-01
+ -1.4499813868960917E-01 -1.2458257554979550E-01 -1.0392440081442617E-01
+ -8.3029643339267739E-02 -6.1904666693487827E-02 -4.0556177684321744E-02
+ -1.8991234975828480E-02  2.7827422074575637E-03  2.4757965302186543E-02
+  4.6926267564439017E-02  6.9279095176953645E-02  9.1807498318910219E-02
+  1.1450212221307481E-01  1.3735319816640598E-01  1.6035053462157076E-01
+  1.8348350823822784E-01  2.0674105502440412E-01  2.3011166153982104E-01
+  2.5358335619461470E-01  2.7714370066854710E-01  3.0077978147751461E-01
+  3.2447820171593317E-01  3.4822507300541489E-01  3.7200600768203773E-01
+  3.9580611125646764E-01  4.1960997518320059E-01  4.4340166997725716E-01
+  4.6716473871878633E-01  4.9088219098821290E-01  5.1453649727678707E-01
+  5.3810958391967012E-01  5.6158282860101805E-01  5.8493705648288019E-01
+  6.0815253701214045E-01  6.3120898146216176E-01  6.5408554126826191E-01
+  6.7676080721864273E-01  6.9921280956489928E-01  7.2141901911876383E-01
+  7.4335634940425777E-01  7.6500115993695916E-01  7.8632926070459430E-01
+  8.0731591792566337E-01  8.2793586116526574E-01  8.4816329188971207E-01
+  8.6797189354387816E-01  8.8733484323755119E-01  9.0622482512925129E-01
+  9.2461404559812088E-01  9.4247425029650955E-01  9.5977674317776063E-01
+  9.7649240759545142E-01  9.9259172957192798E-01  1.0080448233353616E+00
+  1.0228214592257494E+00  1.0368910940712457E+00  1.0502229041369047E+00
+  1.0627858207483509E+00  1.0745485686930065E+00  1.0854797075012850E+00
+  1.0955476757095706E+00  1.1047208382058125E+00  1.1129675367571439E+00
+  1.1202561438170291E+00  1.1265551197070480E+00  1.1318330732654664E+00
+  1.1360588260511939E+00  1.1392014801875596E+00  1.1412304899254702E+00
+  1.1421157369999315E+00  1.1418276098475539E+00  1.1403370867454607E+00
+  1.1376158229239539E+00  1.1336362416962702E+00  1.1283716296387549E+00
+  1.1217962358437026E+00  1.1138853752549378E+00  1.1046155360828238E+00
+  1.0939644912807662E+00  1.0819114140493313E+00  1.0684369973167616E+00
+  1.0535235771258609E+00  1.0371552598368845E+00  1.0193180530340948E+00
+  1.0000000000000000E+00  9.7919131759584099E-01  9.5688453735960988E-01
+  9.3307464960364472E-01  9.0775925026260140E-01  8.8093869020923221E-01
+===== TPHI 1 =====   [tphi(r)=TPHI(r)/r*Ylm(th,ph)]
+ 1  : radial mesh index
+  0.0000000000000000E+00 -1.8408331808937281E-08 -3.6987879203953276E-08
+ -5.5740234658348910E-08 -7.4667005456992481E-08 -9.3769813834081928E-08
+ -1.1305029711218798E-07 -1.3251010784259217E-07 -1.5215091394692635E-07
+ -1.7197439886013445E-07 -1.9198226167476082E-07 -2.1217621728658102E-07
+ -2.3255799654158656E-07 -2.5312934638434041E-07 -2.7389203000770565E-07
+ -2.9484782700397447E-07 -3.1599853351739551E-07 -3.3734596239812666E-07
+ -3.5889194335761367E-07 -3.8063832312541774E-07 -4.0258696560750152E-07
+ -4.2473975204598545E-07 -4.4709858118039135E-07 -4.6966536941038622E-07
+ -4.9244205096003752E-07 -5.1543057804359820E-07 -5.3863292103283439E-07
+ -5.6205106862590615E-07 -5.8568702801782191E-07 -6.0954282507247793E-07
+ -6.3362050449629556E-07 -6.5792213001347757E-07 -6.8244978454289008E-07
+ -7.0720557037659356E-07 -7.3219160936003062E-07 -7.5741004307389351E-07
+ -7.8286303301768118E-07 -8.0855276079496237E-07 -8.3448142830036411E-07
+ -8.6065125790829903E-07 -8.8706449266344691E-07 -9.1372339647300807E-07
+ -9.4063025430074667E-07 -9.6778737236283525E-07 -9.9519707832552599E-07
+ -1.0228617215046545E-06 -1.0507836730670042E-06 -1.0789653262335420E-06
+ -1.1074090964845420E-06 -1.1361174217666192E-06 -1.1650927627016902E-06
+ -1.1943376027978751E-06 -1.2238544486623617E-06 -1.2536458302162477E-06
+ -1.2837143009113861E-06 -1.3140624379492419E-06 -1.3446928425017892E-06
+ -1.3756081399344571E-06 -1.4068109800311560E-06 -1.4383040372213930E-06
+ -1.4700900108094959E-06 -1.5021716252059807E-06 -1.5345516301610574E-06
+ -1.5672328010003175E-06 -1.6002179388626107E-06 -1.6335098709401294E-06
+ -1.6671114507207369E-06 -1.7010255582325354E-06 -1.7352551002907236E-06
+ -1.7698030107467376E-06 -1.8046722507397177E-06 -1.8398658089503091E-06
+ -1.8753867018568264E-06 -1.9112379739937984E-06 -1.9474226982129176E-06
+ -1.9839439759464197E-06 -2.0208049374729097E-06 -2.0580087421856618E-06
+ -2.0955585788634118E-06 -2.1334576659436761E-06 -2.1717092517986031E-06
+ -2.2103166150133967E-06 -2.2492830646673262E-06 -2.2886119406173533E-06
+ -2.3283066137843919E-06 -2.3683704864422350E-06 -2.4088069925091681E-06
+ -2.4496195978422922E-06 -2.4908118005345874E-06 -2.5323871312147403E-06
+ -2.5743491533497513E-06 -2.6167014635503721E-06 -2.6594476918793695E-06
+ -2.7025915021626605E-06 -2.7461365923033492E-06 -2.7900866945986740E-06
+ -2.8344455760599056E-06 -2.8792170387352255E-06 -2.9244049200356008E-06
+ -2.9700130930636938E-06 -3.0160454669458300E-06 -3.0625059871670524E-06
+ -3.1093986359092959E-06 -3.1567274323927024E-06 -3.2044964332201130E-06
+ -3.2527097327247624E-06 -3.3013714633212146E-06 -3.3504857958595472E-06
+ -3.4000569399828479E-06 -3.4500891444880221E-06 -3.5005866976899650E-06
+ -3.5515539277891173E-06 -3.6029952032424383E-06 -3.6549149331378349E-06
+ -3.7073175675720652E-06 -3.7602075980321617E-06 -3.8135895577804044E-06
+ -3.8674680222428690E-06 -3.9218476094015915E-06 -3.9767329801903844E-06
+ -4.0321288388943250E-06 -4.0880399335529689E-06 -4.1444710563673073E-06
+ -4.2014270441105111E-06 -4.2589127785425004E-06 -4.3169331868283635E-06
+ -4.3754932419606635E-06 -4.4345979631856885E-06 -4.4942524164336509E-06
+ -4.5544617147528937E-06 -4.6152310187481410E-06 -4.6765655370228124E-06
+ -4.7384705266254598E-06 -4.8009512935003564E-06 -4.8640131929422758E-06
+ -4.9276616300554970E-06 -4.9919020602170842E-06 -5.0567399895444714E-06
+ -5.1221809753674005E-06 -5.1882306267042415E-06 -5.2548946047427520E-06
+ -5.3221786233253052E-06 -5.3900884494386210E-06 -5.4586299037080673E-06
+ -5.5278088608965558E-06 -5.5976312504080633E-06 -5.6681030567958595E-06
+ -5.7392303202754423E-06 -5.8110191372422491E-06 -5.8834756607941924E-06
+ -5.9566061012590454E-06 -6.0304167267267337E-06 -6.1049138635865896E-06
+ -6.1801038970695748E-06 -6.2559932717955848E-06 -6.3325884923258192E-06
+ -6.4098961237202853E-06 -6.4879227921005088E-06 -6.5666751852174599E-06
+ -6.6461600530247679E-06 -6.7263842082572642E-06 -6.8073545270149206E-06
+ -6.8890779493521931E-06 -6.9715614798728709E-06 -7.0548121883304457E-06
+ -7.1388372102340676E-06 -7.2236437474601373E-06 -7.3092390688695878E-06
+ -7.3956305109309069E-06 -7.4828254783489480E-06 -7.5708314446996108E-06
+ -7.6596559530703871E-06 -7.7493066167069082E-06 -7.8397911196654718E-06
+ -7.9311172174716562E-06 -8.0232927377850464E-06 -8.1163255810701691E-06
+ -8.2102237212736329E-06 -8.3049952065075920E-06 -8.4006481597395550E-06
+ -8.4971907794886171E-06 -8.5946313405281619E-06 -8.6929781945950990E-06
+ -8.7922397711057104E-06 -8.8924245778781321E-06 -8.9935412018615716E-06
+ -9.0955983098723121E-06 -9.1986046493365496E-06 -9.3025690490401446E-06
+ -9.4075004198853426E-06 -9.5134077556545469E-06 -9.6203001337811782E-06
+ -9.7281867161277148E-06 -9.8370767497709631E-06 -9.9469795677946337E-06
+ -1.0057904590089296E-05 -1.0169861324159764E-05 -1.0282859365939994E-05
+ -1.0396908400615561E-05 -1.0512018203453793E-05 -1.0628198640641607E-05
+ -1.0745459670131175E-05 -1.0863811342493399E-05 -1.0983263801779381E-05
+ -1.1103827286389870E-05 -1.1225512129952815E-05 -1.1348328762209055E-05
+ -1.1472287709906278E-05 -1.1597399597701282E-05 -1.1723675149070608E-05
+ -1.1851125187229685E-05 -1.1979760636060485E-05 -1.2109592521047809E-05
+ -1.2240631970224329E-05 -1.2372890215124345E-05 -1.2506378591746481E-05
+ -1.2641108541525284E-05 -1.2777091612311907E-05 -1.2914339459363851E-05
+ -1.3052863846343991E-05 -1.3192676646328828E-05 -1.3333789842826144E-05
+ -1.3476215530802130E-05 -1.3619965917718054E-05 -1.3765053324576572E-05
+ -1.3911490186977793E-05 -1.4059289056185126E-05 -1.4208462600201059E-05
+ -1.4359023604852975E-05 -1.4510984974889023E-05 -1.4664359735084183E-05
+ -1.4819161031356670E-05 -1.4975402131894642E-05 -1.5133096428293467E-05
+ -1.5292257436703515E-05 -1.5452898798988646E-05 -1.5615034283895454E-05
+ -1.5778677788233427E-05 -1.5943843338066047E-05 -1.6110545089912968E-05
+ -1.6278797331963402E-05 -1.6448614485300760E-05 -1.6620011105138727E-05
+ -1.6793001882068760E-05 -1.6967601643319293E-05 -1.7143825354026533E-05
+ -1.7321688118517180E-05 -1.7501205181603032E-05 -1.7682391929887614E-05
+ -1.7865263893084989E-05 -1.8049836745350846E-05 -1.8236126306625924E-05
+ -1.8424148543991955E-05 -1.8613919573040252E-05 -1.8805455659252958E-05
+ -1.8998773219397191E-05 -1.9193888822932153E-05 -1.9390819193429311E-05
+ -1.9589581210005761E-05 -1.9790191908771035E-05 -1.9992668484287183E-05
+ -2.0197028291042621E-05 -2.0403288844939552E-05 -2.0611467824795304E-05
+ -2.0821583073857581E-05 -2.1033652601333836E-05 -2.1247694583934858E-05
+ -2.1463727367432718E-05 -2.1681769468233205E-05 -2.1901839574962893E-05
+ -2.2123956550070941E-05 -2.2348139431445851E-05 -2.2574407434047202E-05
+ -2.2802779951552582E-05 -2.3033276558019844E-05 -2.3265917009564835E-05
+ -2.3500721246054714E-05 -2.3737709392816977E-05 -2.3976901762364483E-05
+ -2.4218318856136414E-05 -2.4461981366255514E-05 -2.4707910177301582E-05
+ -2.4956126368101580E-05 -2.5206651213536250E-05 -2.5459506186363659E-05
+ -2.5714712959059627E-05 -2.5972293405675337E-05 -2.6232269603712116E-05
+ -2.6494663836013785E-05 -2.6759498592676486E-05 -2.7026796572976426E-05
+ -2.7296580687315352E-05 -2.7568874059184288E-05 -2.7843700027145447E-05
+ -2.8121082146832631E-05 -2.8401044192970187E-05 -2.8683610161410786E-05
+ -2.8968804271192103E-05 -2.9256650966612685E-05 -2.9547174919327080E-05
+ -2.9840401030460500E-05 -3.0136354432743084E-05 -3.0435060492664069E-05
+ -3.0736544812646005E-05 -3.1040833233239107E-05 -3.1347951835336145E-05
+ -3.1657926942407825E-05 -3.1970785122758989E-05 -3.2286553191805862E-05
+ -3.2605258214374399E-05 -3.2926927507020036E-05 -3.3251588640369030E-05
+ -3.3579269441481562E-05 -3.3909997996236863E-05 -3.4243802651740419E-05
+ -3.4580712018753681E-05 -3.4920754974146301E-05 -3.5263960663371224E-05
+ -3.5610358502962742E-05 -3.5959978183057848E-05 -3.6312849669941001E-05
+ -3.6669003208612572E-05 -3.7028469325381115E-05 -3.7391278830479960E-05
+ -3.7757462820707815E-05 -3.8127052682094211E-05 -3.8500080092589639E-05
+ -3.8876577024780637E-05 -3.9256575748630248E-05 -3.9640108834243883E-05
+ -4.0027209154660959E-05 -4.0417909888672473E-05 -4.0812244523664820E-05
+ -4.1210246858489976E-05 -4.1611951006362471E-05 -4.2017391397783319E-05
+ -4.2426602783490951E-05 -4.2839620237439886E-05 -4.3256479159806905E-05
+ -4.3677215280025213E-05 -4.4101864659846879E-05 -4.4530463696433690E-05
+ -4.4963049125476856E-05 -4.5399658024345607E-05 -4.5840327815265169E-05
+ -4.6285096268524221E-05 -4.6734001505712306E-05 -4.7187082002987158E-05
+ -4.7644376594372670E-05 -4.8105924475087284E-05 -4.8571765204903503E-05
+ -4.9041938711538663E-05 -4.9516485294077003E-05 -4.9995445626424004E-05
+ -5.0478860760792368E-05 -5.0966772131220716E-05 -5.1459221557124992E-05
+ -5.1956251246882791E-05 -5.2457903801451143E-05 -5.2964222218017834E-05
+ -5.3475249893686736E-05 -5.3991030629197487E-05 -5.4511608632679656E-05
+ -5.5037028523441843E-05 -5.5567335335796083E-05 -5.6102574522917792E-05
+ -5.6642791960741592E-05 -5.7188033951893369E-05 -5.7738347229658995E-05
+ -5.8293778961989779E-05 -5.8854376755545357E-05 -5.9420188659774072E-05
+ -5.9991263171031431E-05 -6.0567649236736622E-05 -6.1149396259568039E-05
+ -6.1736554101697434E-05 -6.2329173089063867E-05 -6.2927304015687044E-05
+ -6.3530998148020939E-05 -6.4140307229348020E-05 -6.4755283484214075E-05
+ -6.5375979622904514E-05 -6.6002448845962197E-05 -6.6634744848747363E-05
+ -6.7272921826039793E-05 -6.7917034476684061E-05 -6.8567138008277680E-05
+ -6.9223288141903158E-05 -6.9885541116903739E-05 -7.0553953695703912E-05
+ -7.1228583168674487E-05 -7.1909487359042939E-05 -7.2596724627849648E-05
+ -7.3290353878950067E-05 -7.3990434564063297E-05 -7.4697026687867919E-05
+ -7.5410190813144905E-05 -7.6129988065968727E-05 -7.6856480140946327E-05
+ -7.7589729306505126E-05 -7.8329798410230130E-05 -7.9076750884250651E-05
+ -7.9830650750677072E-05 -8.0591562627088366E-05 -8.1359551732070504E-05
+ -8.2134683890806314E-05 -8.2917025540717550E-05 -8.3706643737159269E-05
+ -8.4503606159167199E-05 -8.5307981115258590E-05 -8.6119837549287025E-05
+ -8.6939245046351716E-05 -8.7766273838761548E-05 -8.8600994812054970E-05
+ -8.9443479511075544E-05 -9.0293800146104211E-05 -9.1152029599048389E-05
+ -9.2018241429688835E-05 -9.2892509881984674E-05 -9.3774909890436637E-05
+ -9.4665517086509992E-05 -9.5564407805116887E-05 -9.6471659091159164E-05
+ -9.7387348706131916E-05 -9.8311555134788549E-05 -9.9244357591867779E-05
+ -1.0018583602888317E-04 -1.0113607114097588E-04 -1.0209514437383120E-04
+ -1.0306313793065922E-04 -1.0404013477924064E-04 -1.0502621865903807E-04
+ -1.0602147408837325E-04 -1.0702598637167150E-04 -1.0803984160677284E-04
+ -1.0906312669231190E-04 -1.1009592933516592E-04 -1.1113833805797226E-04
+ -1.1219044220671566E-04 -1.1325233195838634E-04 -1.1432409832870901E-04
+ -1.1540583317994402E-04 -1.1649762922876097E-04 -1.1759958005418548E-04
+ -1.1871178010561995E-04 -1.1983432471093908E-04 -1.2096731008466023E-04
+ -1.2211083333619040E-04 -1.2326499247814922E-04 -1.2442988643477016E-04
+ -1.2560561505037900E-04 -1.2679227909795173E-04 -1.2798998028775203E-04
+ -1.2919882127604884E-04 -1.3041890567391516E-04 -1.3165033805610863E-04
+ -1.3289322397003485E-04 -1.3414766994479383E-04 -1.3541378350031077E-04
+ -1.3669167315655170E-04 -1.3798144844282486E-04 -1.3928321990716846E-04
+ -1.4059709912582599E-04 -1.4192319871280952E-04 -1.4326163232955189E-04
+ -1.4461251469464873E-04 -1.4597596159369138E-04 -1.4735208988919050E-04
+ -1.4874101753059284E-04 -1.5014286356439092E-04 -1.5155774814432608E-04
+ -1.5298579254168751E-04 -1.5442711915570636E-04 -1.5588185152404663E-04
+ -1.5735011433339378E-04 -1.5883203343014163E-04 -1.6032773583117899E-04
+ -1.6183734973477634E-04 -1.6336100453157365E-04 -1.6489883081567084E-04
+ -1.6645096039582087E-04 -1.6801752630672744E-04 -1.6959866282044740E-04
+ -1.7119450545789933E-04 -1.7280519100047921E-04 -1.7443085750178417E-04
+ -1.7607164429944496E-04 -1.7772769202706895E-04 -1.7939914262629384E-04
+ -1.8108613935895372E-04 -1.8278882681935807E-04 -1.8450735094668517E-04
+ -1.8624185903749066E-04 -1.8799249975833235E-04 -1.8975942315851291E-04
+ -1.9154278068294025E-04 -1.9334272518510844E-04 -1.9515941094019868E-04
+ -1.9699299365830245E-04 -1.9884363049776769E-04 -2.0071148007866878E-04
+ -2.0259670249640204E-04 -2.0449945933540779E-04 -2.0641991368301993E-04
+ -2.0835823014344408E-04 -2.1031457485186621E-04 -2.1228911548869204E-04
+ -2.1428202129391912E-04 -2.1629346308164280E-04 -2.1832361325469651E-04
+ -2.2037264581942868E-04 -2.2244073640061713E-04 -2.2452806225652184E-04
+ -2.2663480229407815E-04 -2.2876113708423062E-04 -2.3090724887741030E-04
+ -2.3307332161915563E-04 -2.3525954096587814E-04 -2.3746609430077566E-04
+ -2.3969317074989293E-04 -2.4194096119833165E-04 -2.4420965830661176E-04
+ -2.4649945652718402E-04 -2.4881055212109713E-04 -2.5114314317481939E-04
+ -2.5349742961721657E-04 -2.5587361323668826E-04 -2.5827189769846327E-04
+ -2.6069248856205591E-04 -2.6313559329888458E-04 -2.6560142131005452E-04
+ -2.6809018394430571E-04 -2.7060209451612750E-04 -2.7313736832404228E-04
+ -2.7569622266905883E-04 -2.7827887687329714E-04 -2.8088555229878692E-04
+ -2.8351647236644065E-04 -2.8617186257520326E-04 -2.8885195052137967E-04
+ -2.9155696591814213E-04 -2.9428714061521951E-04 -2.9704270861876904E-04
+ -2.9982390611143318E-04 -3.0263097147258312E-04 -3.0546414529875022E-04
+ -3.0832367042424812E-04 -3.1120979194198574E-04 -3.1412275722447492E-04
+ -3.1706281594503258E-04 -3.2003022009918021E-04 -3.2302522402624304E-04
+ -3.2604808443114947E-04 -3.2909906040643318E-04 -3.3217841345444053E-04
+ -3.3528640750974379E-04 -3.3842330896176342E-04 -3.4158938667760015E-04
+ -3.4478491202507997E-04 -3.4801015889601348E-04 -3.5126540372967075E-04
+ -3.5455092553647572E-04 -3.5786700592191980E-04 -3.6121392911069906E-04
+ -3.6459198197107460E-04 -3.6800145403946078E-04 -3.7144263754524119E-04
+ -3.7491582743581645E-04 -3.7842132140188312E-04 -3.8195941990295016E-04
+ -3.8553042619309083E-04 -3.8913464634693476E-04 -3.9277238928590229E-04
+ -3.9644396680468146E-04 -4.0014969359795287E-04 -4.0388988728736191E-04
+ -4.0766486844874241E-04 -4.1147496063959272E-04 -4.1532049042680973E-04
+ -4.1920178741467715E-04 -4.2311918427311663E-04 -4.2707301676620153E-04
+ -4.3106362378093481E-04 -4.3509134735629577E-04 -4.3915653271255582E-04
+ -4.4325952828086756E-04 -4.4740068573312911E-04 -4.5158036001212594E-04
+ -4.5579890936195313E-04 -4.6005669535872061E-04 -4.6435408294154393E-04
+ -4.6869144044382342E-04 -4.7306913962481373E-04 -4.7748755570148837E-04
+ -4.8194706738069828E-04 -4.8644805689163225E-04 -4.9099091001857684E-04
+ -4.9557601613398256E-04 -5.0020376823183747E-04 -5.0487456296134919E-04
+ -5.0958880066094342E-04 -5.1434688539257680E-04 -5.1914922497636805E-04
+ -5.2399623102555317E-04 -5.2888831898176443E-04 -5.3382590815063849E-04
+ -5.3880942173775443E-04 -5.4383928688490684E-04 -5.4891593470671684E-04
+ -5.5403980032758143E-04 -5.5921132291897010E-04 -5.6443094573706395E-04
+ -5.6969911616074878E-04 -5.7501628572995947E-04 -5.8038291018438050E-04
+ -5.8579944950250902E-04 -5.9126636794107768E-04 -5.9678413407484774E-04
+ -6.0235322083676958E-04 -6.0797410555851717E-04 -6.1364727001140130E-04
+ -6.1937320044766118E-04 -6.2515238764214128E-04 -6.3098532693435527E-04
+ -6.3687251827094170E-04 -6.4281446624851388E-04 -6.4881168015690899E-04
+ -6.5486467402283896E-04 -6.6097396665394735E-04 -6.6714008168327580E-04
+ -6.7336354761414550E-04 -6.7964489786545318E-04 -6.8598467081739192E-04
+ -6.9238340985759391E-04 -6.9884166342770455E-04 -7.0535998507038921E-04
+ -7.1193893347677652E-04 -7.1857907253434334E-04 -7.2528097137524502E-04
+ -7.3204520442509639E-04 -7.3887235145220361E-04 -7.4576299761725667E-04
+ -7.5271773352348270E-04 -7.5973715526726597E-04 -7.6682186448923811E-04
+ -7.7397246842584590E-04 -7.8118957996139451E-04 -7.8847381768057856E-04
+ -7.9582580592150033E-04 -8.0324617482918008E-04 -8.1073556040956590E-04
+ -8.1829460458404451E-04 -8.2592395524445992E-04 -8.3362426630864195E-04
+ -8.4139619777645472E-04 -8.4924041578636261E-04 -8.5715759267252411E-04
+ -8.6514840702241820E-04 -8.7321354373500262E-04 -8.8135369407941620E-04
+ -8.8956955575422735E-04 -8.9786183294723149E-04 -9.0623123639580611E-04
+ -9.1467848344782630E-04 -9.2320429812314754E-04 -9.3180941117566017E-04
+ -9.4049456015592062E-04 -9.4926048947436496E-04 -9.5810795046511106E-04
+ -9.6703770145035398E-04 -9.7605050780535940E-04 -9.8514714202406202E-04
+ -9.9432838378527575E-04 -1.0035950200195150E-03 -1.0129478449764438E-03
+ -1.0223876602929462E-03 -1.0319152750618340E-03 -1.0415315059011912E-03
+ -1.0512371770243646E-03 -1.0610331203106027E-03 -1.0709201753763566E-03
+ -1.0808991896472384E-03 -1.0909710184306531E-03 -1.1011365249891029E-03
+ -1.1113965806141758E-03 -1.1217520647012189E-03 -1.1322038648247117E-03
+ -1.1427528768143337E-03 -1.1534000048317441E-03 -1.1641461614480745E-03
+ -1.1749922677221413E-03 -1.1859392532793847E-03 -1.1969880563915461E-03
+ -1.2081396240570816E-03 -1.2193949120823250E-03 -1.2307548851634063E-03
+ -1.2422205169689319E-03 -1.2537927902234332E-03 -1.2654726967915907E-03
+ -1.2772612377632425E-03 -1.2891594235391831E-03 -1.3011682739177597E-03
+ -1.3132888181822727E-03 -1.3255220951891935E-03 -1.3378691534571940E-03
+ -1.3503310512570162E-03 -1.3629088567021649E-03 -1.3756036478404527E-03
+ -1.3884165127463915E-03 -1.4013485496144466E-03 -1.4144008668531558E-03
+ -1.4275745831801234E-03 -1.4408708277178985E-03 -1.4542907400907459E-03
+ -1.4678354705223158E-03 -1.4815061799342188E-03 -1.4953040400455251E-03
+ -1.5092302334731803E-03 -1.5232859538333609E-03 -1.5374724058437701E-03
+ -1.5517908054268844E-03 -1.5662423798141628E-03 -1.5808283676512201E-03
+ -1.5955500191039843E-03 -1.6104085959658370E-03 -1.6254053717657511E-03
+ -1.6405416318774329E-03 -1.6558186736294832E-03 -1.6712378064165758E-03
+ -1.6868003518116788E-03 -1.7025076436793091E-03 -1.7183610282898497E-03
+ -1.7343618644349230E-03 -1.7505115235438393E-03 -1.7668113898011300E-03
+ -1.7832628602651710E-03 -1.7998673449879090E-03 -1.8166262671357031E-03
+ -1.8335410631112883E-03 -1.8506131826768733E-03 -1.8678440890783842E-03
+ -1.8852352591708619E-03 -1.9027881835450239E-03 -1.9205043666550086E-03
+ -1.9383853269473001E-03 -1.9564325969908562E-03 -1.9746477236084465E-03
+ -1.9930322680092086E-03 -2.0115878059224395E-03 -2.0303159277326272E-03
+ -2.0492182386157472E-03 -2.0682963586768090E-03 -2.0875519230887031E-03
+ -2.1069865822323183E-03 -2.1266020018379768E-03 -2.1463998631281751E-03
+ -2.1663818629616568E-03 -2.1865497139788221E-03 -2.2069051447484922E-03
+ -2.2274498999160348E-03 -2.2481857403528669E-03 -2.2691144433073496E-03
+ -2.2902378025570886E-03 -2.3115576285626378E-03 -2.3330757486226482E-03
+ -2.3547940070304508E-03 -2.3767142652320913E-03 -2.3988384019858425E-03
+ -2.4211683135231927E-03 -2.4437059137113353E-03 -2.4664531342171669E-03
+ -2.4894119246728070E-03 -2.5125842528426639E-03 -2.5359721047920432E-03
+ -2.5595774850573332E-03 -2.5834024168177668E-03 -2.6074489420687807E-03
+ -2.6317191217969881E-03 -2.6562150361567729E-03 -2.6809387846485327E-03
+ -2.7058924862985723E-03 -2.7310782798406707E-03 -2.7564983238993371E-03
+ -2.7821547971747683E-03 -2.8080498986295306E-03 -2.8341858476769620E-03
+ -2.8605648843713482E-03 -2.8871892695998438E-03 -2.9140612852761928E-03
+ -2.9411832345362385E-03 -2.9685574419352585E-03 -2.9961862536471299E-03
+ -3.0240720376653453E-03 -3.0522171840058981E-03 -3.0806241049120497E-03
+ -3.1092952350610051E-03 -3.1382330317725059E-03 -3.1674399752193612E-03
+ -3.1969185686399316E-03 -3.2266713385525995E-03 -3.2567008349722172E-03
+ -3.2870096316285759E-03 -3.3176003261868986E-03 -3.3484755404703929E-03
+ -3.3796379206848495E-03 -3.4110901376453590E-03 -3.4428348870051010E-03
+ -3.4748748894862830E-03 -3.5072128911132205E-03 -3.5398516634475678E-03
+ -3.5727940038257572E-03 -3.6060427355986231E-03 -3.6396007083732661E-03
+ -3.6734707982571547E-03 -3.7076559081045020E-03 -3.7421589677649257E-03
+ -3.7769829343344170E-03 -3.8121307924086491E-03 -3.8476055543386237E-03
+ -3.8834102604887117E-03 -3.9195479794970666E-03 -3.9560218085384806E-03
+ -3.9928348735896631E-03 -4.0299903296969952E-03 -4.0674913612467603E-03
+ -4.1053411822378942E-03 -4.1435430365572628E-03 -4.1821001982574957E-03
+ -4.2210159718373960E-03 -4.2602936925249689E-03 -4.2999367265630561E-03
+ -4.3399484714976427E-03 -4.3803323564688256E-03 -4.4210918425044892E-03
+ -4.4622304228167176E-03 -4.5037516231009374E-03 -4.5456590018378490E-03
+ -4.5879561505981692E-03 -4.6306466943501837E-03 -4.6737342917701711E-03
+ -4.7172226355557002E-03 -4.7611154527418343E-03 -4.8054165050202720E-03
+ -4.8501295890614497E-03 -4.8952585368396339E-03 -4.9408072159610348E-03
+ -4.9867795299949509E-03 -5.0331794188080009E-03 -5.0800108589014485E-03
+ -5.1272778637516591E-03 -5.1749844841537168E-03 -5.2231348085682279E-03
+ -5.2717329634713421E-03 -5.3207831137080152E-03 -5.3702894628485593E-03
+ -5.4202562535484913E-03 -5.4706877679117248E-03 -5.5215883278571243E-03
+ -5.5729622954884626E-03 -5.6248140734678140E-03 -5.6771481053923926E-03
+ -5.7299688761749158E-03 -5.7832809124274531E-03 -5.8370887828488741E-03
+ -5.8913970986158607E-03 -5.9462105137775608E-03 -6.0015337256538763E-03
+ -6.0573714752374863E-03 -6.1137285475995531E-03 -6.1706097722992069E-03
+ -6.2280200237968238E-03 -6.2859642218711402E-03 -6.3444473320402100E-03
+ -6.4034743659863013E-03 -6.4630503819846771E-03 -6.5231804853364004E-03
+ -6.5838698288051131E-03 -6.6451236130578729E-03 -6.7069470871100809E-03
+ -6.7693455487745080E-03 -6.8323243451145045E-03 -6.8958888729013894E-03
+ -6.9600445790760860E-03 -7.0247969612150137E-03 -7.0901515680003146E-03
+ -7.1561139996944179E-03 -7.2226899086190064E-03 -7.2898849996383998E-03
+ -7.3577050306474307E-03 -7.4261558130638309E-03 -7.4952432123251483E-03
+ -7.5649731483903044E-03 -7.6353515962457579E-03 -7.7063845864163523E-03
+ -7.7780782054809143E-03 -7.8504385965925821E-03 -7.9234719600039614E-03
+ -7.9971845535971985E-03 -8.0715826934188023E-03 -8.1466727542195607E-03
+ -8.2224611699993760E-03 -8.2989544345571462E-03 -8.3761591020457323E-03
+ -8.4540817875320435E-03 -8.5327291675623019E-03 -8.6121079807325394E-03
+ -8.6922250282643297E-03 -8.7730871745858845E-03 -8.8547013479184696E-03
+ -8.9370745408682648E-03 -9.0202138110236710E-03 -9.1041262815581385E-03
+ -9.1888191418385487E-03 -9.2742996480392227E-03 -9.3605751237615699E-03
+ -9.4476529606594868E-03 -9.5355406190704931E-03 -9.6242456286526942E-03
+ -9.7137755890276279E-03 -9.8041381704290134E-03 -9.8953411143575185E-03
+ -9.9873922342415041E-03 -1.0080299416103906E-02 -1.0174070619235231E-02
+ -1.0268713876872766E-02 -1.0364237296886025E-02 -1.0460649062468522E-02
+ -1.0557957432835894E-02 -1.0656170743930472E-02 -1.0755297409132308E-02
+ -1.0855345919976759E-02 -1.0956324846878657E-02 -1.1058242839863165E-02
+ -1.1161108629303307E-02 -1.1264931026664329E-02 -1.1369718925254827E-02
+ -1.1475481300984875E-02 -1.1582227213131013E-02 -1.1689965805108334E-02
+ -1.1798706305249609E-02 -1.1908458027591606E-02 -1.2019230372668570E-02
+ -1.2131032828313047E-02 -1.2243874970463987E-02 -1.2357766463982298E-02
+ -1.2472717063473858E-02 -1.2588736614120070E-02 -1.2705835052516030E-02
+ -1.2824022407516358E-02 -1.2943308801088790E-02 -1.3063704449175572E-02
+ -1.3185219662562715E-02 -1.3307864847757240E-02 -1.3431650507872440E-02
+ -1.3556587243521177E-02 -1.3682685753717401E-02 -1.3809956836785894E-02
+ -1.3938411391280315E-02 -1.4068060416909582E-02 -1.4198915015472800E-02
+ -1.4330986391802615E-02 -1.4464285854717256E-02 -1.4598824817981186E-02
+ -1.4734614801274550E-02 -1.4871667431171428E-02 -1.5009994442127004E-02
+ -1.5149607677473729E-02 -1.5290519090426514E-02 -1.5432740745097075E-02
+ -1.5576284817517541E-02 -1.5721163596673270E-02 -1.5867389485545141E-02
+ -1.6014975002161216E-02 -1.6163932780658037E-02 -1.6314275572351440E-02
+ -1.6466016246817178E-02 -1.6619167792981247E-02 -1.6773743320220146E-02
+ -1.6929756059471047E-02 -1.7087219364352042E-02 -1.7246146712292489E-02
+ -1.7406551705673588E-02 -1.7568448072979276E-02 -1.7731849669957413E-02
+ -1.7896770480791590E-02 -1.8063224619283367E-02 -1.8231226330045227E-02
+ -1.8400789989704264E-02 -1.8571930108116693E-02 -1.8744661329593272E-02
+ -1.8918998434135744E-02 -1.9094956338684382E-02 -1.9272550098376747E-02
+ -1.9451794907817670E-02 -1.9632706102360703E-02 -1.9815299159400990E-02
+ -1.9999589699679687E-02 -2.0185593488600106E-02 -2.0373326437555583E-02
+ -2.0562804605269182E-02 -2.0754044199145387E-02 -2.0947061576633830E-02
+ -2.1141873246605148E-02 -2.1338495870739067E-02 -2.1536946264924910E-02
+ -2.1737241400674453E-02 -2.1939398406547347E-02 -2.2143434569589185E-02
+ -2.2349367336782323E-02 -2.2557214316509495E-02 -2.2766993280030453E-02
+ -2.2978722162971515E-02 -2.3192419066828382E-02 -2.3408102260482136E-02
+ -2.3625790181728602E-02 -2.3845501438821158E-02 -2.4067254812027112E-02
+ -2.4291069255197688E-02 -2.4516963897351845E-02 -2.4744958044273933E-02
+ -2.4975071180125284E-02 -2.5207322969069922E-02 -2.5441733256914446E-02
+ -2.5678322072762206E-02 -2.5917109630681830E-02 -2.6158116331390289E-02
+ -2.6401362763950567E-02 -2.6646869707484033E-02 -2.6894658132897608E-02
+ -2.7144749204625868E-02 -2.7397164282388226E-02 -2.7651924922961150E-02
+ -2.7909052881965740E-02 -2.8168570115670553E-02 -2.8430498782809947E-02
+ -2.8694861246418003E-02 -2.8961680075678026E-02 -2.9230978047787952E-02
+ -2.9502778149841518E-02 -2.9777103580725540E-02 -3.0053977753033159E-02
+ -3.0333424294993437E-02 -3.0615467052417109E-02 -3.0900130090658905E-02
+ -3.1187437696596248E-02 -3.1477414380624687E-02 -3.1770084878669995E-02
+ -3.2065474154217170E-02 -3.2363607400356251E-02 -3.2664510041845340E-02
+ -3.2968207737190641E-02 -3.3274726380743774E-02 -3.3584092104816471E-02
+ -3.3896331281812714E-02 -3.4211470526378365E-02 -3.4529536697568509E-02
+ -3.4850556901032538E-02 -3.5174558491217013E-02 -3.5501569073586509E-02
+ -3.5831616506862569E-02 -3.6164728905280608E-02 -3.6500934640865186E-02
+ -3.6840262345723601E-02 -3.7182740914357700E-02 -3.7528399505994466E-02
+ -3.7877267546934885E-02 -3.8229374732921713E-02 -3.8584751031525907E-02
+ -3.8943426684551835E-02 -3.9305432210461413E-02 -3.9670798406817372E-02
+ -4.0039556352745378E-02 -4.0411737411415474E-02 -4.0787373232542563E-02
+ -4.1166495754906385E-02 -4.1549137208890675E-02 -4.1935330119041755E-02
+ -4.2325107306646750E-02 -4.2718501892331132E-02 -4.3115547298676046E-02
+ -4.3516277252855153E-02 -4.3920725789291307E-02 -4.4328927252332756E-02
+ -4.4740916298949510E-02 -4.5156727901449083E-02 -4.5576397350212544E-02
+ -4.5999960256450104E-02 -4.6427452554976954E-02 -4.6858910507008793E-02
+ -4.7294370702977553E-02 -4.7733870065367008E-02 -4.8177445851568371E-02
+ -4.8625135656756038E-02 -4.9076977416783199E-02 -4.9533009411097624E-02
+ -4.9993270265677202E-02 -5.0457798955985941E-02 -5.0926634809949370E-02
+ -5.1399817510950380E-02 -5.1877387100844656E-02 -5.2359383982996284E-02
+ -5.2845848925332867E-02 -5.3336823063420802E-02 -5.3832347903559848E-02
+ -5.4332465325897902E-02 -5.4837217587564858E-02 -5.5346647325826295E-02
+ -5.5860797561256531E-02 -5.6379711700930805E-02 -5.6903433541637148E-02
+ -5.7432007273106739E-02 -5.7965477481263766E-02 -5.8503889151493918E-02
+ -5.9047287671931570E-02 -5.9595718836765579E-02 -6.0149228849563467E-02
+ -6.0707864326613820E-02 -6.1271672300286621E-02 -6.1840700222411650E-02
+ -6.2414995967674115E-02 -6.2994607837028233E-02 -6.3579584561127320E-02
+ -6.4169975303771373E-02 -6.4765829665371019E-02 -6.5367197686427805E-02
+ -6.5974129851030683E-02 -6.6586677090368335E-02 -6.7204890786256730E-02
+ -6.7828822774682010E-02 -6.8458525349358076E-02 -6.9094051265298537E-02
+ -6.9735453742402656E-02 -7.0382786469055006E-02 -7.1036103605738102E-02
+ -7.1695459788658017E-02 -7.2360910133381987E-02 -7.3032510238487988E-02
+ -7.3710316189225578E-02 -7.4394384561187313E-02 -7.5084772423990531E-02
+ -7.5781537344968675E-02 -7.6484737392871663E-02 -7.7194431141574663E-02
+ -7.7910677673794532E-02 -7.8633536584813424E-02 -7.9363067986208735E-02
+ -8.0099332509588700E-02 -8.0842391310332898E-02 -8.1592306071336787E-02
+ -8.2349139006759539E-02 -8.3112952865774428E-02 -8.3883810936320580E-02
+ -8.4661777048855566E-02 -8.5446915580107183E-02 -8.6239291456825254E-02
+ -8.7038970159529064E-02 -8.7846017726253264E-02 -8.8660500756288355E-02
+ -8.9482486413915915E-02 -9.0312042432136808E-02 -9.1149237116391751E-02
+ -9.1994139348272067E-02 -9.2846818589220656E-02 -9.3707344884220167E-02
+ -9.4575788865468677E-02 -9.5452221756040068E-02 -9.6336715373528295E-02
+ -9.7229342133673888E-02 -9.8130175053971216E-02 -9.9039287757254332E-02
+ -9.9956754475260243E-02 -1.0088265005216780E-01 -1.0181704994810994E-01
+ -1.0276003024265788E-01 -1.0371166763827490E-01 -1.0467203946373826E-01
+ -1.0564122367752639E-01 -1.0661929887117000E-01 -1.0760634427256431E-01
+ -1.0860243974924033E-01 -1.0960766581159301E-01 -1.1062210361606332E-01
+ -1.1164583496827225E-01 -1.1267894232610405E-01 -1.1372150880273546E-01
+ -1.1477361816960910E-01 -1.1583535485934729E-01 -1.1690680396860392E-01
+ -1.1798805126085127E-01 -1.1907918316909816E-01 -1.2018028679853661E-01
+ -1.2129144992911436E-01 -1.2241276101802770E-01 -1.2354430920213395E-01
+ -1.2468618430027732E-01 -1.2583847681552596E-01 -1.2700127793731605E-01
+ -1.2817467954349832E-01 -1.2935877420228376E-01 -1.3055365517408329E-01
+ -1.3175941641323841E-01 -1.3297615256963646E-01 -1.3420395899020776E-01
+ -1.3544293172029853E-01 -1.3669316750491520E-01 -1.3795476378983498E-01
+ -1.3922781872257747E-01 -1.4051243115323195E-01 -1.4180870063513459E-01
+ -1.4311672742539053E-01 -1.4443661248523418E-01 -1.4576845748022207E-01
+ -1.4711236478025211E-01 -1.4846843745940314E-01 -1.4983677929558711E-01
+ -1.5121749477000859E-01 -1.5261068906642336E-01 -1.5401646807019015E-01
+ -1.5543493836710673E-01 -1.5686620724202391E-01 -1.5831038267722961E-01
+ -1.5976757335059391E-01 -1.6123788863346819E-01 -1.6272143858832880E-01
+ -1.6421833396615729E-01 -1.6572868620354789E-01 -1.6725260741953291E-01
+ -1.6879021041211642E-01 -1.7034160865450795E-01 -1.7190691629104307E-01
+ -1.7348624813278407E-01 -1.7507971965278799E-01 -1.7668744698103123E-01
+ -1.7830954689898076E-01 -1.7994613683379870E-01 -1.8159733485217058E-01
+ -1.8326325965374263E-01 -1.8494403056415795E-01 -1.8663976752767703E-01
+ -1.8835059109937108E-01 -1.9007662243687229E-01 -1.9181798329167016E-01
+ -1.9357479599993660E-01 -1.9534718347286778E-01 -1.9713526918652527E-01
+ -1.9893917717116333E-01 -2.0075903200002462E-01 -2.0259495877758898E-01
+ -2.0444708312725832E-01 -2.0631553117846074E-01 -2.0820042955315557E-01
+ -2.1010190535172188E-01 -2.1202008613821152E-01 -2.1395509992494829E-01
+ -2.1590707515645213E-01 -2.1787614069267058E-01 -2.1986242579149451E-01
+ -2.2186606009053925E-01 -2.2388717358816715E-01 -2.2592589662373158E-01
+ -2.2798235985701812E-01 -2.3005669424685976E-01 -2.3214903102890297E-01
+ -2.3425950169249904E-01 -2.3638823795669583E-01 -2.3853537174530506E-01
+ -2.4070103516101654E-01 -2.4288536045853404E-01 -2.4508848001670497E-01
+ -2.4731052630961417E-01 -2.4955163187661289E-01 -2.5181192929125451E-01
+ -2.5409155112910414E-01 -2.5639062993439232E-01 -2.5870929818548027E-01
+ -2.6104768825910307E-01 -2.6340593239335797E-01 -2.6578416264940313E-01
+ -2.6818251087183009E-01 -2.7060110864767700E-01 -2.7304008726404128E-01
+ -2.7549957766425737E-01 -2.7797971040259917E-01 -2.8048061559746762E-01
+ -2.8300242288302302E-01 -2.8554526135922076E-01 -2.8810925954020761E-01
+ -2.9069454530103572E-01 -2.9330124582264894E-01 -2.9592948753509724E-01
+ -2.9857939605893313E-01 -3.0125109614473983E-01 -3.0394471161074804E-01
+ -3.0666036527848539E-01 -3.0939817890641508E-01 -3.1215827312150518E-01
+ -3.1494076734868215E-01 -3.1774577973811002E-01 -3.2057342709024378E-01
+ -3.2342382477859877E-01 -3.2629708667018126E-01 -3.2919332504351895E-01
+ -3.3211265050423511E-01 -3.3505517189810402E-01 -3.3802099622152704E-01
+ -3.4101022852936547E-01 -3.4402297184006692E-01 -3.4705932703802012E-01
+ -3.5011939277307141E-01 -3.5320326535713564E-01 -3.5631103865783159E-01
+ -3.5944280398907591E-01 -3.6259864999855701E-01 -3.6577866255202585E-01
+ -3.6898292461432253E-01 -3.7221151612706865E-01 -3.7546451388294672E-01
+ -3.7874199139649256E-01 -3.8204401877131988E-01 -3.8537066256369984E-01
+ -3.8872198564241367E-01 -3.9209804704479967E-01 -3.9549890182890701E-01
+ -3.9892460092168064E-01 -4.0237519096308366E-01 -4.0585071414608020E-01
+ -4.0935120805238634E-01 -4.1287670548390459E-01 -4.1642723428975442E-01
+ -4.2000281718880667E-01 -4.2360347158763567E-01 -4.2722920939379727E-01
+ -4.3088003682434056E-01 -4.3455595420946425E-01 -4.3825695579122281E-01
+ -4.4198302951719259E-01 -4.4573415682900197E-01 -4.4951031244563644E-01
+ -4.5331146414142115E-01 -4.5713757251859088E-01 -4.6098859077435150E-01
+ -4.6486446446234381E-01 -4.6876513124841157E-01 -4.7269052066058748E-01
+ -4.7664055383319898E-01 -4.8061514324501031E-01 -4.8461419245130311E-01
+ -4.8863759580981314E-01 -4.9268523820043103E-01 -4.9675699473858298E-01
+ -5.0085273048220658E-01 -5.0497230013223859E-01 -5.0911554772653433E-01
+ -5.1328230632714000E-01 -5.1747239770084463E-01 -5.2168563199293572E-01
+ -5.2592180739409067E-01 -5.3018070980033827E-01 -5.3446211246602815E-01
+ -5.3876577564975026E-01 -5.4309144625314776E-01 -5.4743885745258014E-01
+ -5.5180772832358871E-01 -5.5619776345812899E-01 -5.6060865257453774E-01
+ -5.6504007012020885E-01 -5.6949167486696151E-01 -5.7396310949909080E-01
+ -5.7845400019409610E-01 -5.8296395619609420E-01 -5.8749256938193650E-01
+ -5.9203941382004899E-01 -5.9660404532203670E-01 -6.0118600098709862E-01
+ -6.0578479873930702E-01 -6.1039993685783023E-01 -6.1503089350017759E-01
+ -6.1967712621856763E-01 -6.2433807146953257E-01 -6.2901314411689169E-01
+ -6.3370173692823162E-01 -6.3840322006506811E-01 -6.4311694056686286E-01
+ -6.4784222182910045E-01 -6.5257836307565009E-01 -6.5732463882565118E-01
+ -6.6208029835519622E-01 -6.6684456515409474E-01 -6.7161663637804292E-01
+ -6.7639568229653313E-01 -6.8118084573688276E-01 -6.8597124152477351E-01
+ -6.9076595592173939E-01 -6.9556404606006084E-01 -7.0036453937556309E-01
+ -7.0516643303884974E-01 -7.0996869338553870E-01 -7.1477025534610694E-01
+ -7.1957002187599262E-01 -7.2436686338663714E-01 -7.2915961717820443E-01
+ -7.3394708687475174E-01 -7.3872804186267582E-01 -7.4350121673331027E-01
+ -7.4826531073059699E-01 -7.5301898720481009E-01 -7.5776087307336704E-01
+ -7.6248955828981846E-01 -7.6720359532216331E-01 -7.7190149864170998E-01
+ -7.7658174422374882E-01 -7.8124276906139012E-01 -7.8588297069397417E-01
+ -7.9050070675153516E-01 -7.9509429451687674E-01 -7.9966201050689145E-01
+ -8.0420209007483245E-01 -8.0871272703532893E-01 -8.1319207331401611E-01
+ -8.1763823862374074E-01 -8.2204929016938522E-01 -8.2642325238344616E-01
+ -8.3075810669459493E-01 -8.3505179133153973E-01 -8.3930220116460963E-01
+ -8.4350718758757126E-01 -8.4766455844230060E-01 -8.5177207798902155E-01
+ -8.5582746692493494E-01 -8.5982840245416670E-01 -8.6377251841206759E-01
+ -8.6765740544700221E-01 -8.7148061126288290E-01 -8.7523964092580331E-01
+ -8.7893195723824336E-01 -8.8255498118442410E-01 -8.8610609245050043E-01
+ -8.8958263002339155E-01 -8.9298189287215390E-01 -8.9630114071591149E-01
+ -8.9953759488245910E-01 -9.0268843926176245E-01 -9.0575082135866947E-01
+ -9.0872185344925460E-01 -9.1159861384529572E-01 -9.1437814827148367E-01
+ -9.1705747136002924E-01 -9.1963356826742038E-01 -9.2210339641813766E-01
+ -9.2446388738019813E-01 -9.2671194887744013E-01 -9.2884446694350686E-01
+ -9.3085830822249416E-01 -9.3275032242125566E-01 -9.3451734491834026E-01
+ -9.3615619953452123E-01 -9.3766370146983324E-01 -9.3903666041197675E-01
+ -9.4027188382086180E-01 -9.4136618039396602E-01 -9.4231636371703786E-01
+ -9.4311925610452652E-01 -9.4377169263392624E-01 -9.4427052537799616E-01
+ -9.4461262783855948E-01 -9.4479489958529228E-01 -9.4481427110256733E-01
+ -9.4466770884703977E-01 -9.4435222051822876E-01 -9.4386486054387220E-01
+ -9.4320273578129155E-01 -9.4236301143541779E-01 -9.4134291719346763E-01
+ -9.4013975357555102E-01 -9.3875089849969096E-01 -9.3717381405889189E-01
+ -9.3540605350693373E-01 -9.3344526844857545E-01 -9.3128921622872118E-01
+ -9.2893576751393414E-01 -9.2638291405836759E-01 -9.2362877664482823E-01
+ -9.2067161319016144E-01 -9.1750982700259043E-01 -9.1414197517690587E-01
+ -9.1056677711160161E-01 -9.0678312313010812E-01 -9.0279008318622067E-01
+ -8.9858691563163506E-01 -8.9417307602121054E-01 -8.8954822592912919E-01
+ -8.8471224174658536E-01 -8.7966522342893672E-01 -8.7440750315744309E-01
+ -8.6893965387779670E-01 -8.6326249767458008E-01 -8.5737711393763527E-01
+ -8.5128484727306064E-01 -8.4498731510817826E-01 -8.3848641493638087E-01
+ -8.3178433114424233E-01 -8.2488354135972664E-01 -8.1778682225672994E-01
+ -8.1049725474761170E-01 -8.0301822849181159E-01 -7.9535344564515664E-01
+ -7.8750692377109710E-01 -7.7948299783187436E-01 -7.7128632117464280E-01
+ -7.6292186542482820E-01 -7.5439491919666379E-01 -7.4571108552889687E-01
+ -7.3687627795231025E-01 -7.2789671509492981E-01 -7.1877891373086022E-01
+ -7.0952968017962825E-01 -7.0015609996493522E-01 -6.9066552564500727E-01
+ -6.8106556273145646E-01 -6.7136405361997253E-01 -6.6156905946450628E-01
+ -6.5168883993716087E-01 -6.4173183082909557E-01 -6.3170661946371898E-01
+ -6.2162191791269705E-01 -6.1148653402828901E-01 -6.0130934033270445E-01
+ -5.9109924083711818E-01 -5.8086513590029498E-01 -5.7061588528012974E-01
+ -5.6036026958152507E-01 -5.5010695036180401E-01 -5.3986442922112210E-01
+ -5.2964100628121424E-01 -5.1944473854229190E-01 -5.0928339870642736E-01
+ -4.9916443516749209E-01 -4.8909493399433124E-01 -4.7908158387701844E-01
+ -4.6913064516753122E-01 -4.5924792432815614E-01 -4.4943875530562577E-01
+ -4.3970798957881946E-01 -4.3005999688573099E-01 -4.2049867892422932E-01
+ -4.1102749864427873E-01 -4.0164952811049942E-01 -3.9236751831716921E-01
+ -3.8318399478756171E-01 -3.7410138329068310E-01 -3.6512200888660490E-01
+ -3.5624809506680288E-01 -3.4748176299094696E-01 -3.3882503082151150E-01
+ -3.3027981315750288E-01 -3.2184792056852218E-01 -3.1353105923029373E-01
+ -3.0533083066269778E-01 -2.9724873157125220E-01 -2.8928615379287770E-01
+ -2.8144438434667857E-01 -2.7372460559034584E-01 -2.6612789548267490E-01
+ -2.5865522795255141E-01 -2.5130747337462755E-01 -2.4408539915176111E-01
+===== TPHI 2 =====   [tphi(r)=TPHI(r)/r*Ylm(th,ph)]
+ 1  : radial mesh index
+  0.0000000000000000E+00 -2.4099270621466221E-09 -4.8422688155664672E-09
+ -7.2972337389279708E-09 -9.7750322499561538E-09 -1.2275876723467773E-08
+ -1.4799981509574163E-08 -1.7347562952053575E-08 -1.9918839406893931E-08
+ -2.2514031261008659E-08 -2.5133360951126209E-08 -2.7777052982855300E-08
+ -3.0445333949927422E-08 -3.3138432553618829E-08 -3.5856579622352266E-08
+ -3.8600008131481990E-08 -4.1368953223261897E-08 -4.4163652227000283E-08
+ -4.6984344679401232E-08 -4.9831272345095674E-08 -5.2704679237363435E-08
+ -5.5604811639047716E-08 -5.8531918123664300E-08 -6.1486249576707175E-08
+ -6.4468059217152018E-08 -6.7477602619159911E-08 -7.0515137733983087E-08
+ -7.3580924912073952E-08 -7.6675226925400107E-08 -7.9798308989966941E-08
+ -8.2950438788549265E-08 -8.6131886493635108E-08 -8.9342924790582182E-08
+ -9.2583828900990192E-08 -9.5854876606290243E-08 -9.9156348271553915E-08
+ -1.0248852686952378E-07 -1.0585169800486699E-07 -1.0924614993865487E-07
+ -1.1267217361307035E-07 -1.1613006267634462E-07 -1.1962011350792608E-07
+ -1.2314262524388362E-07 -1.2669789980254545E-07 -1.3028624191037733E-07
+ -1.3390795912810062E-07 -1.3756336187705384E-07 -1.4125276346579923E-07
+ -1.4497648011697677E-07 -1.4873483099440771E-07 -1.5252813823045085E-07
+ -1.5635672695361258E-07 -1.6022092531641422E-07 -1.6412106452351802E-07
+ -1.6805747886011537E-07 -1.7203050572057849E-07 -1.7604048563737921E-07
+ -1.8008776231027608E-07 -1.8417268263577327E-07 -1.8829559673685378E-07
+ -1.9245685799298824E-07 -1.9665682307042418E-07 -2.0089585195275559E-07
+ -2.0517430797177823E-07 -2.0949255783863056E-07 -2.1385097167522513E-07
+ -2.1824992304597247E-07 -2.2268978898979920E-07 -2.2717095005246490E-07
+ -2.3169379031917865E-07 -2.3625869744751978E-07 -2.4086606270066419E-07
+ -2.4551628098092021E-07 -2.5020975086357583E-07 -2.5494687463106086E-07
+ -2.5972805830742781E-07 -2.6455371169315161E-07 -2.6942424840025487E-07
+ -2.7434008588775839E-07 -2.7930164549746256E-07 -2.8430935249006088E-07
+ -2.8936363608158912E-07 -2.9446492948021447E-07 -2.9961366992336606E-07
+ -3.0481029871521091E-07 -3.1005526126447871E-07 -3.1534900712263827E-07
+ -3.2069199002242918E-07 -3.2608466791675155E-07 -3.3152750301791803E-07
+ -3.3702096183726970E-07 -3.4256551522516239E-07 -3.4816163841132299E-07
+ -3.5380981104558183E-07 -3.5951051723898467E-07 -3.6526424560528601E-07
+ -3.7107148930282836E-07 -3.7693274607681211E-07 -3.8284851830195707E-07
+ -3.8881931302556230E-07 -3.9484564201096499E-07 -4.0092802178140462E-07
+ -4.0706697366429478E-07 -4.1326302383590647E-07 -4.1951670336646753E-07
+ -4.2582854826568091E-07 -4.3219909952866718E-07 -4.3862890318233305E-07
+ -4.4511851033217260E-07 -4.5166847720950291E-07 -4.5827936521913899E-07
+ -4.6495174098751262E-07 -4.7168617641123911E-07 -4.7848324870613395E-07
+ -4.8534354045668756E-07 -4.9226763966599899E-07 -4.9925613980617436E-07
+ -5.0630963986919350E-07 -5.1342874441825090E-07 -5.2061406363957332E-07
+ -5.2786621339471905E-07 -5.3518581527336483E-07 -5.4257349664658249E-07
+ -5.5002989072061109E-07 -5.5755563659113113E-07 -5.6515137929804117E-07
+ -5.7281776988074478E-07 -5.8055546543395204E-07 -5.8836512916400049E-07
+ -5.9624743044569826E-07 -6.0420304487969729E-07 -6.1223265435040029E-07
+ -6.2033694708440545E-07 -6.2851661770949388E-07 -6.3677236731416962E-07
+ -6.4510490350774815E-07 -6.5351494048100752E-07 -6.6200319906740268E-07
+ -6.7057040680484816E-07 -6.7921729799807603E-07 -6.8794461378157504E-07
+ -6.9675310218311345E-07 -7.0564351818785249E-07 -7.1461662380305845E-07
+ -7.2367318812341428E-07 -7.3281398739693946E-07 -7.4203980509152374E-07
+ -7.5135143196207825E-07 -7.6074966611831254E-07 -7.7023531309314063E-07
+ -7.7980918591172551E-07 -7.8947210516116300E-07 -7.9922489906081635E-07
+ -8.0906840353330249E-07 -8.1900346227614066E-07 -8.2903092683406771E-07
+ -8.3915165667202251E-07 -8.4936651924881367E-07 -8.5967639009146930E-07
+ -8.7008215287027986E-07 -8.8058469947453873E-07 -8.9118493008898590E-07
+ -9.0188375327096535E-07 -9.1268208602829713E-07 -9.2358085389787593E-07
+ -9.3458099102499964E-07 -9.4568344024343575E-07 -9.5688915315623315E-07
+ -9.6819909021728426E-07 -9.7961422081364717E-07 -9.9113552334863339E-07
+ -1.0027639853256665E-06 -1.0145006034329229E-06 -1.0263463836287600E-06
+ -1.0383023412279361E-06 -1.0503695009886345E-06 -1.0625488972002987E-06
+ -1.0748415737722802E-06 -1.0872485843233140E-06 -1.0997709922718254E-06
+ -1.1124098709270762E-06 -1.1251663035811600E-06 -1.1380413836018525E-06
+ -1.1510362145263236E-06 -1.1641519101557254E-06 -1.1773895946506544E-06
+ -1.1907504026275070E-06 -1.2042354792557268E-06 -1.2178459803559605E-06
+ -1.2315830724991224E-06 -1.2454479331063830E-06 -1.2594417505500882E-06
+ -1.2735657242556148E-06 -1.2878210648041749E-06 -1.3022089940365762E-06
+ -1.3167307451579469E-06 -1.3313875628434365E-06 -1.3461807033448965E-06
+ -1.3611114345985554E-06 -1.3761810363336963E-06 -1.3913908001823416E-06
+ -1.4067420297899634E-06 -1.4222360409272163E-06 -1.4378741616027171E-06
+ -1.4536577321768685E-06 -1.4695881054767428E-06 -1.4856666469120329E-06
+ -1.5018947345920863E-06 -1.5182737594440212E-06 -1.5348051253319456E-06
+ -1.5514902491772850E-06 -1.5683305610802270E-06 -1.5853275044422960E-06
+ -1.6024825360900712E-06 -1.6197971264000504E-06 -1.6372727594246790E-06
+ -1.6549109330195491E-06 -1.6727131589717837E-06 -1.6906809631296096E-06
+ -1.7088158855331460E-06 -1.7271194805463967E-06 -1.7455933169904801E-06
+ -1.7642389782780940E-06 -1.7830580625492302E-06 -1.8020521828081531E-06
+ -1.8212229670616553E-06 -1.8405720584585920E-06 -1.8601011154307164E-06
+ -1.8798118118348308E-06 -1.8997058370962493E-06 -1.9197848963536029E-06
+ -1.9400507106049899E-06 -1.9605050168554809E-06 -1.9811495682660024E-06
+ -2.0019861343036015E-06 -2.0230165008931099E-06 -2.0442424705702124E-06
+ -2.0656658626359519E-06 -2.0872885133126581E-06 -2.1091122759013333E-06
+ -2.1311390209405025E-06 -2.1533706363665368E-06 -2.1758090276754734E-06
+ -2.1984561180863343E-06 -2.2213138487059715E-06 -2.2443841786954370E-06
+ -2.2676690854379083E-06 -2.2911705647081705E-06 -2.3148906308436763E-06
+ -2.3388313169171961E-06 -2.3629946749110784E-06 -2.3873827758931231E-06
+ -2.4119977101940975E-06 -2.4368415875869005E-06 -2.4619165374673930E-06
+ -2.4872247090369110E-06 -2.5127682714864757E-06 -2.5385494141827196E-06
+ -2.5645703468555335E-06 -2.5908332997874743E-06 -2.6173405240049127E-06
+ -2.6440942914709842E-06 -2.6710968952803107E-06 -2.6983506498555519E-06
+ -2.7258578911457717E-06 -2.7536209768266576E-06 -2.7816422865025989E-06
+ -2.8099242219106452E-06 -2.8384692071263623E-06 -2.8672796887716030E-06
+ -2.8963581362242063E-06 -2.9257070418296550E-06 -2.9553289211146960E-06
+ -2.9852263130029463E-06 -3.0154017800325075E-06 -3.0458579085756086E-06
+ -3.0765973090602814E-06 -3.1076226161941048E-06 -3.1389364891900279E-06
+ -3.1705416119942966E-06 -3.2024406935164933E-06 -3.2346364678617249E-06
+ -3.2671316945649625E-06 -3.2999291588275665E-06 -3.3330316717560065E-06
+ -3.3664420706028079E-06 -3.4001632190097338E-06 -3.4341980072532304E-06
+ -3.4685493524921560E-06 -3.5032201990178138E-06 -3.5382135185063152E-06
+ -3.5735323102732756E-06 -3.6091796015308975E-06 -3.6451584476474317E-06
+ -3.6814719324090573E-06 -3.7181231682841971E-06 -3.7551152966902915E-06
+ -3.7924514882630498E-06 -3.8301349431282105E-06 -3.8681688911758284E-06
+ -3.9065565923371116E-06 -3.9453013368638329E-06 -3.9844064456103405E-06
+ -4.0238752703181922E-06 -4.0637111939034403E-06 -4.1039176307465787E-06
+ -4.1444980269852011E-06 -4.1854558608093624E-06 -4.2267946427597095E-06
+ -4.2685179160283680E-06 -4.3106292567626313E-06 -4.3531322743714805E-06
+ -4.3960306118349442E-06 -4.4393279460163540E-06 -4.4830279879774803E-06
+ -4.5271344832966141E-06 -4.5716512123896125E-06 -4.6165819908339116E-06
+ -4.6619306696955720E-06 -4.7077011358593524E-06 -4.7538973123618600E-06
+ -4.8005231587278041E-06 -4.8475826713093562E-06 -4.8950798836287042E-06
+ -4.9430188667237469E-06 -4.9914037294970428E-06 -5.0402386190679821E-06
+ -5.0895277211282436E-06 -5.1392752603005499E-06 -5.1894855005007722E-06
+ -5.2401627453033844E-06 -5.2913113383103401E-06 -5.3429356635233567E-06
+ -5.3950401457196801E-06 -5.4476292508313317E-06 -5.5007074863278932E-06
+ -5.5542794016028389E-06 -5.6083495883634797E-06 -5.6629226810245140E-06
+ -5.7180033571052578E-06 -5.7735963376305506E-06 -5.8297063875354009E-06
+ -5.8863383160734034E-06 -5.9434969772289321E-06 -6.0011872701331900E-06
+ -6.0594141394841154E-06 -6.1181825759701968E-06 -6.1774976166982325E-06
+ -6.2373643456250641E-06 -6.2977878939933283E-06 -6.3587734407712618E-06
+ -6.4203262130965993E-06 -6.4824514867245848E-06 -6.5451545864801887E-06
+ -6.6084408867144710E-06 -6.6723158117652463E-06 -6.7367848364219978E-06
+ -6.8018534863951384E-06 -6.8675273387896106E-06 -6.9338120225829223E-06
+ -7.0007132191075964E-06 -7.0682366625381384E-06 -7.1363881403825105E-06
+ -7.2051734939781854E-06 -7.2745986189928163E-06 -7.3446694659295600E-06
+ -7.4153920406370985E-06 -7.4867724048244107E-06 -7.5588166765803254E-06
+ -7.6315310308979132E-06 -7.7049217002037420E-06 -7.7789949748920741E-06
+ -7.8537572038640269E-06 -7.9292147950717266E-06 -8.0053742160675578E-06
+ -8.0822419945584928E-06 -8.1598247189656026E-06 -8.2381290389887395E-06
+ -8.3171616661764973E-06 -8.3969293745014774E-06 -8.4774390009408719E-06
+ -8.5586974460624832E-06 -8.6407116746161757E-06 -8.7234887161308282E-06
+ -8.8070356655168474E-06 -8.8913596836742785E-06 -8.9764679981065683E-06
+ -9.0623679035400529E-06 -9.1490667625491837E-06 -9.2365720061875950E-06
+ -9.3248911346250227E-06 -9.4140317177901358E-06 -9.5040013960193890E-06
+ -9.5948078807118776E-06 -9.6864589549902674E-06 -9.7789624743679222E-06
+ -9.8723263674221976E-06 -9.9665586364740046E-06 -1.0061667358273698E-05
+ -1.0157660684693347E-05 -1.0254546843425441E-05 -1.0352334138688093E-05
+ -1.0451030951936793E-05 -1.0550645742582807E-05 -1.0651187048718237E-05
+ -1.0752663487847820E-05 -1.0855083757627555E-05 -1.0958456636610186E-05
+ -1.1062790984997622E-05 -1.1168095745400346E-05 -1.1274379943603905E-05
+ -1.1381652689342514E-05 -1.1489923177079862E-05 -1.1599200686797184E-05
+ -1.1709494584788650E-05 -1.1820814324464167E-05 -1.1933169447159633E-05
+ -1.2046569582954737E-05 -1.2161024451498378E-05 -1.2276543862841724E-05
+ -1.2393137718279055E-05 -1.2510816011196404E-05 -1.2629588827928108E-05
+ -1.2749466348621322E-05 -1.2870458848108557E-05 -1.2992576696788360E-05
+ -1.3115830361514163E-05 -1.3240230406491406E-05 -1.3365787494183022E-05
+ -1.3492512386223301E-05 -1.3620415944340308E-05 -1.3749509131286831E-05
+ -1.3879803011780031E-05 -1.4011308753449796E-05 -1.4144037627795913E-05
+ -1.4278001011154210E-05 -1.4413210385671582E-05 -1.4549677340290172E-05
+ -1.4687413571740646E-05 -1.4826430885544752E-05 -1.4966741197027171E-05
+ -1.5108356532336798E-05 -1.5251289029477511E-05 -1.5395550939348536E-05
+ -1.5541154626794471E-05 -1.5688112571665121E-05 -1.5836437369885113E-05
+ -1.5986141734533553E-05 -1.6137238496933616E-05 -1.6289740607752428E-05
+ -1.6443661138110982E-05 -1.6599013280704520E-05 -1.6755810350933292E-05
+ -1.6914065788043837E-05 -1.7073793156280862E-05 -1.7235006146049835E-05
+ -1.7397718575090452E-05 -1.7561944389660915E-05 -1.7727697665733302E-05
+ -1.7894992610200040E-05 -1.8063843562091588E-05 -1.8234264993805428E-05
+ -1.8406271512346541E-05 -1.8579877860579367E-05 -1.8755098918491436E-05
+ -1.8931949704468745E-05 -1.9110445376583004E-05 -1.9290601233890842E-05
+ -1.9472432717745102E-05 -1.9655955413118348E-05 -1.9841185049938658E-05
+ -2.0028137504437841E-05 -2.0216828800512230E-05 -2.0407275111096084E-05
+ -2.0599492759547796E-05 -2.0793498221048970E-05 -2.0989308124016548E-05
+ -2.1186939251528028E-05 -2.1386408542759967E-05 -2.1587733094439847E-05
+ -2.1790930162311459E-05 -2.1996017162613891E-05 -2.2203011673574329E-05
+ -2.2411931436914661E-05 -2.2622794359372152E-05 -2.2835618514234259E-05
+ -2.3050422142887705E-05 -2.3267223656381934E-05 -2.3486041637007188E-05
+ -2.3706894839887169E-05 -2.3929802194586603E-05 -2.4154782806733656E-05
+ -2.4381855959657539E-05 -2.4611041116041278E-05 -2.4842357919589891E-05
+ -2.5075826196714040E-05 -2.5311465958229421E-05 -2.5549297401071837E-05
+ -2.5789340910028370E-05 -2.6031617059484539E-05 -2.6276146615187737E-05
+ -2.6522950536027115E-05 -2.6772049975829960E-05 -2.7023466285174828E-05
+ -2.7277221013221511E-05 -2.7533335909558018E-05 -2.7791832926064775E-05
+ -2.8052734218796121E-05 -2.8316062149879354E-05 -2.8581839289431363E-05
+ -2.8850088417493162E-05 -2.9120832525982363E-05 -2.9394094820663860E-05
+ -2.9669898723138810E-05 -2.9948267872852086E-05 -3.0229226129118450E-05
+ -3.0512797573167587E-05 -3.0799006510208064E-05 -3.1087877471510602E-05
+ -3.1379435216510656E-05 -3.1673704734930534E-05 -3.1970711248921332E-05
+ -3.2270480215224723E-05 -3.2573037327354845E-05 -3.2878408517800580E-05
+ -3.3186619960248174E-05 -3.3497698071824658E-05 -3.3811669515362047E-05
+ -3.4128561201682621E-05 -3.4448400291905525E-05 -3.4771214199774715E-05
+ -3.5097030594008622E-05 -3.5425877400671669E-05 -3.5757782805567827E-05
+ -3.6092775256656444E-05 -3.6430883466490518E-05 -3.6772136414677703E-05
+ -3.7116563350364128E-05 -3.7464193794741409E-05 -3.7815057543576888E-05
+ -3.8169184669767474E-05 -3.8526605525917172E-05 -3.8887350746938704E-05
+ -3.9251451252679145E-05 -3.9618938250570145E-05 -3.9989843238302710E-05
+ -4.0364198006526914E-05 -4.0742034641576666E-05 -4.1123385528219862E-05
+ -4.1508283352434089E-05 -4.1896761104208188E-05 -4.2288852080369796E-05
+ -4.2684589887439297E-05 -4.3084008444510156E-05 -4.3487141986156264E-05
+ -4.3894025065366100E-05 -4.4304692556504334E-05 -4.4719179658300942E-05
+ -4.5137521896868012E-05 -4.5559755128744814E-05 -4.5985915543971021E-05
+ -4.6416039669188586E-05 -4.6850164370772439E-05 -4.7288326857990352E-05
+ -4.7730564686192119E-05 -4.8176915760028471E-05 -4.8627418336699876E-05
+ -4.9082111029235605E-05 -4.9541032809803186E-05 -5.0004223013048862E-05
+ -5.0471721339468861E-05 -5.0943567858812127E-05 -5.1419803013514804E-05
+ -5.1900467622166501E-05 -5.2385602883008870E-05 -5.2875250377466709E-05
+ -5.3369452073711951E-05 -5.3868250330260657E-05 -5.4371687899603855E-05
+ -5.4879807931871451E-05 -5.5392653978530910E-05 -5.5910269996120017E-05
+ -5.6432700350014328E-05 -5.6959989818229782E-05 -5.7492183595260628E-05
+ -5.8029327295953025E-05 -5.8571466959414677E-05 -5.9118649052960871E-05
+ -5.9670920476097216E-05 -6.0228328564539332E-05 -6.0790921094270009E-05
+ -6.1358746285634165E-05 -6.1931852807471682E-05 -6.2510289781288818E-05
+ -6.3094106785468586E-05 -6.3683353859519818E-05 -6.4278081508366310E-05
+ -6.4878340706675381E-05 -6.5484182903227027E-05 -6.6095660025323550E-05
+ -6.6712824483240179E-05 -6.7335729174717275E-05 -6.7964427489493933E-05
+ -6.8598973313884319E-05 -6.9239421035395912E-05 -6.9885825547391298E-05
+ -7.0538242253792894E-05 -7.1196727073831643E-05 -7.1861336446839893E-05
+ -7.2532127337088590E-05 -7.3209157238669862E-05 -7.3892484180424734E-05
+ -7.4582166730916574E-05 -7.5278264003451295E-05 -7.5980835661143583E-05
+ -7.6689941922030808E-05 -7.7405643564234112E-05 -7.8128001931167813E-05
+ -7.8857078936796899E-05 -7.9592937070943769E-05 -8.0335639404644109E-05
+ -8.1085249595552750E-05 -8.1841831893399481E-05 -8.2605451145496082E-05
+ -8.3376172802294130E-05 -8.4154062922994771E-05 -8.4939188181210585E-05
+ -8.5731615870680053E-05 -8.6531413911035236E-05 -8.7338650853623068E-05
+ -8.8153395887380801E-05 -8.8975718844766150E-05 -8.9805690207742480E-05
+ -9.0643381113819654E-05 -9.1488863362151277E-05 -9.2342209419688301E-05
+ -9.3203492427390187E-05 -9.4072786206493602E-05 -9.4950165264839618E-05
+ -9.5835704803259571E-05 -9.6729480722020339E-05 -9.7631569627329681E-05
+ -9.8542048837902058E-05 -9.9460996391585301E-05 -1.0038849105204920E-04
+ -1.0132461231553623E-04 -1.0226944041767472E-04 -1.0322305634035602E-04
+ -1.0418554181867506E-04 -1.0515697934793565E-04 -1.0613745219072112E-04
+ -1.0712704438403041E-04 -1.0812584074648068E-04 -1.0913392688557688E-04
+ -1.1015138920504906E-04 -1.1117831491225763E-04 -1.1221479202566770E-04
+ -1.1326090938239301E-04 -1.1431675664580970E-04 -1.1538242431324117E-04
+ -1.1645800372371436E-04 -1.1754358706578808E-04 -1.1863926738545415E-04
+ -1.1974513859411214E-04 -1.2086129547661806E-04 -1.2198783369940817E-04
+ -1.2312484981869817E-04 -1.2427244128875858E-04 -1.2543070647026727E-04
+ -1.2659974463873953E-04 -1.2777965599303649E-04 -1.2897054166395290E-04
+ -1.3017250372288462E-04 -1.3138564519057659E-04 -1.3261007004595229E-04
+ -1.3384588323502543E-04 -1.3509319067989435E-04 -1.3635209928782003E-04
+ -1.3762271696038858E-04 -1.3890515260275908E-04 -1.4019951613299716E-04
+ -1.4150591849149556E-04 -1.4282447165048229E-04 -1.4415528862361709E-04
+ -1.4549848347567725E-04 -1.4685417133233328E-04 -1.4822246839001603E-04
+ -1.4960349192587487E-04 -1.5099736030782892E-04 -1.5240419300471160E-04
+ -1.5382411059650970E-04 -1.5525723478469725E-04 -1.5670368840266601E-04
+ -1.5816359542625248E-04 -1.5963708098436309E-04 -1.6112427136969818E-04
+ -1.6262529404957563E-04 -1.6414027767685496E-04 -1.6566935210096355E-04
+ -1.6721264837902462E-04 -1.6877029878708944E-04 -1.7034243683147353E-04
+ -1.7192919726019838E-04 -1.7353071607453962E-04 -1.7514713054068228E-04
+ -1.7677857920148543E-04 -1.7842520188835452E-04 -1.8008713973322553E-04
+ -1.8176453518066010E-04 -1.8345753200005297E-04 -1.8516627529795328E-04
+ -1.8689091153049987E-04 -1.8863158851597288E-04 -1.9038845544746159E-04
+ -1.9216166290565026E-04 -1.9395136287172284E-04 -1.9575770874038728E-04
+ -1.9758085533302190E-04 -1.9942095891094266E-04 -2.0127817718879507E-04
+ -2.0315266934806982E-04 -2.0504459605074425E-04 -2.0695411945305080E-04
+ -2.0888140321937332E-04 -2.1082661253627268E-04 -2.1278991412664288E-04
+ -2.1477147626399829E-04 -2.1677146878689446E-04 -2.1879006311348231E-04
+ -2.2082743225619833E-04 -2.2288375083659047E-04 -2.2495919510028282E-04
+ -2.2705394293207870E-04 -2.2916817387120468E-04 -2.3130206912669573E-04
+ -2.3345581159292398E-04 -2.3562958586527172E-04 -2.3782357825594968E-04
+ -2.4003797680996299E-04 -2.4227297132122519E-04 -2.4452875334882184E-04
+ -2.4680551623342613E-04 -2.4910345511386617E-04 -2.5142276694384660E-04
+ -2.5376365050882628E-04 -2.5612630644305162E-04 -2.5851093724674960E-04
+ -2.6091774730347956E-04 -2.6334694289764681E-04 -2.6579873223217884E-04
+ -2.6827332544636633E-04 -2.7077093463386898E-04 -2.7329177386088986E-04
+ -2.7583605918451770E-04 -2.7840400867124065E-04 -2.8099584241563115E-04
+ -2.8361178255920517E-04 -2.8625205330945637E-04 -2.8891688095906753E-04
+ -2.9160649390530004E-04 -2.9432112266956413E-04 -2.9706099991717053E-04
+ -2.9982636047726598E-04 -3.0261744136295408E-04 -3.0543448179160291E-04
+ -3.0827772320534167E-04 -3.1114740929174715E-04 -3.1404378600472378E-04
+ -3.1696710158557565E-04 -3.1991760658427686E-04 -3.2289555388093744E-04
+ -3.2590119870746999E-04 -3.2893479866945698E-04 -3.3199661376822156E-04
+ -3.3508690642310352E-04 -3.3820594149394190E-04 -3.4135398630376747E-04
+ -3.4453131066170423E-04 -3.4773818688608576E-04 -3.5097488982778501E-04
+ -3.5424169689376127E-04 -3.5753888807082604E-04 -3.6086674594962954E-04
+ -3.6422555574887008E-04 -3.6761560533972887E-04 -3.7103718527053031E-04
+ -3.7449058879163356E-04 -3.7797611188055341E-04 -3.8149405326731625E-04
+ -3.8504471446004947E-04 -3.8862839977081109E-04 -3.9224541634165711E-04
+ -3.9589607417095206E-04 -3.9958068613992447E-04 -4.0329956803946733E-04
+ -4.0705303859718919E-04 -4.1084141950471580E-04 -4.1466503544524503E-04
+ -4.1852421412135772E-04 -4.2241928628308843E-04 -4.2635058575625398E-04
+ -4.3031844947104779E-04 -4.3432321749089793E-04 -4.3836523304159445E-04
+ -4.4244484254068626E-04 -4.4656239562715149E-04 -4.5071824519134305E-04
+ -4.5491274740521245E-04 -4.5914626175281458E-04 -4.6341915106109437E-04
+ -4.6773178153096119E-04 -4.7208452276865064E-04 -4.7647774781737687E-04
+ -4.8091183318928058E-04 -4.8538715889767181E-04 -4.8990410848957300E-04
+ -4.9446306907856405E-04 -4.9906443137793144E-04 -5.0370858973412672E-04
+ -5.0839594216053321E-04 -5.1312689037154866E-04 -5.1790183981698177E-04
+ -5.2272119971676989E-04 -5.2758538309601759E-04 -5.3249480682036139E-04
+ -5.3744989163166093E-04 -5.4245106218402377E-04 -5.4749874708016303E-04
+ -5.5259337890809109E-04 -5.5773539427815663E-04 -5.6292523386042260E-04
+ -5.6816334242239307E-04 -5.7345016886708794E-04 -5.7878616627147204E-04
+ -5.8417179192524172E-04 -5.8960750736996811E-04 -5.9509377843860610E-04
+ -6.0063107529536881E-04 -6.0621987247597142E-04 -6.1186064892824923E-04
+ -6.1755388805315138E-04 -6.2330007774611448E-04 -6.2909971043882055E-04
+ -6.3495328314134149E-04 -6.4086129748467573E-04 -6.4682425976367601E-04
+ -6.5284268098037793E-04 -6.5891707688772966E-04 -6.6504796803372511E-04
+ -6.7123587980594767E-04 -6.7748134247652702E-04 -6.8378489124751090E-04
+ -6.9014706629665860E-04 -6.9656841282365737E-04 -7.0304948109676927E-04
+ -7.0959082649990667E-04 -7.1619300958014772E-04 -7.2285659609568770E-04
+ -7.2958215706423856E-04 -7.3637026881187301E-04 -7.4322151302232305E-04
+ -7.5013647678673508E-04 -7.5711575265388316E-04 -7.6415993868085010E-04
+ -7.7126963848417568E-04 -7.7844546129147995E-04 -7.8568802199355996E-04
+ -7.9299794119697575E-04 -8.0037584527711640E-04 -8.0782236643176062E-04
+ -8.1533814273513023E-04 -8.2292381819244623E-04 -8.3058004279498775E-04
+ -8.3830747257566105E-04 -8.4610676966508027E-04 -8.5397860234817061E-04
+ -8.6192364512129071E-04 -8.6994257874988511E-04 -8.7803609032666998E-04
+ -8.8620487333035424E-04 -8.9444962768490662E-04 -9.0277105981936639E-04
+ -9.1116988272821092E-04 -9.1964681603227646E-04 -9.2820258604024480E-04
+ -9.3683792581069616E-04 -9.4555357521473556E-04 -9.5435028099919686E-04
+ -9.6322879685043080E-04 -9.7218988345868103E-04 -9.8123430858305439E-04
+ -9.9036284711709159E-04 -9.9957628115494141E-04 -1.0088754000581448E-03
+ -1.0182610005230381E-03 -1.0277338866487729E-03 -1.0372948700059653E-03
+ -1.0469447697059855E-03 -1.0566844124708663E-03 -1.0665146327038769E-03
+ -1.0764362725607353E-03 -1.0864501820214794E-03 -1.0965572189629994E-03
+ -1.1067582492322405E-03 -1.1170541467200746E-03 -1.1274457934358582E-03
+ -1.1379340795826694E-03 -1.1485199036332431E-03 -1.1592041724066018E-03
+ -1.1699878011453913E-03 -1.1808717135939277E-03 -1.1918568420769624E-03
+ -1.2029441275791699E-03 -1.2141345198253667E-03 -1.2254289773614676E-03
+ -1.2368284676361827E-03 -1.2483339670834701E-03 -1.2599464612057386E-03
+ -1.2716669446578197E-03 -1.2834964213317070E-03 -1.2954359044420728E-03
+ -1.3074864166125720E-03 -1.3196489899629314E-03 -1.3319246661968450E-03
+ -1.3443144966906663E-03 -1.3568195425829196E-03 -1.3694408748646291E-03
+ -1.3821795744704708E-03 -1.3950367323707668E-03 -1.4080134496643124E-03
+ -1.4211108376720584E-03 -1.4343300180316490E-03 -1.4476721227928209E-03
+ -1.4611382945136765E-03 -1.4747296863578372E-03 -1.4884474621924804E-03
+ -1.5022927966872757E-03 -1.5162668754142201E-03 -1.5303708949483872E-03
+ -1.5446060629695914E-03 -1.5589735983649812E-03 -1.5734747313325679E-03
+ -1.5881107034856942E-03 -1.6028827679584556E-03 -1.6177921895120836E-03
+ -1.6328402446422901E-03 -1.6480282216875947E-03 -1.6633574209386328E-03
+ -1.6788291547484562E-03 -1.6944447476438392E-03 -1.7102055364375903E-03
+ -1.7261128703418846E-03 -1.7421681110826250E-03 -1.7583726330148383E-03
+ -1.7747278232391175E-03 -1.7912350817191171E-03 -1.8078958214001138E-03
+ -1.8247114683286379E-03 -1.8416834617731859E-03 -1.8588132543460255E-03
+ -1.8761023121260977E-03 -1.8935521147830322E-03 -1.9111641557022759E-03
+ -1.9289399421113531E-03 -1.9468809952072649E-03 -1.9649888502850281E-03
+ -1.9832650568673794E-03 -2.0017111788356401E-03 -2.0203287945617576E-03
+ -2.0391194970415371E-03 -2.0580848940290582E-03 -2.0772266081723139E-03
+ -2.0965462771500446E-03 -2.1160455538098148E-03 -2.1357261063073155E-03
+ -2.1555896182469171E-03 -2.1756377888234716E-03 -2.1958723329653894E-03
+ -2.2162949814789868E-03 -2.2369074811941208E-03 -2.2577115951111209E-03
+ -2.2787091025490282E-03 -2.2999017992951566E-03 -2.3212914977559750E-03
+ -2.3428800271093338E-03 -2.3646692334580400E-03 -2.3866609799847904E-03
+ -2.4088571471084816E-03 -2.4312596326418945E-03 -2.4538703519507783E-03
+ -2.4766912381143308E-03 -2.4997242420871030E-03 -2.5229713328623190E-03
+ -2.5464344976366378E-03 -2.5701157419763649E-03 -2.5940170899851167E-03
+ -2.6181405844729571E-03 -2.6424882871270150E-03 -2.6670622786835957E-03
+ -2.6918646591017931E-03 -2.7168975477386156E-03 -2.7421630835256392E-03
+ -2.7676634251472027E-03 -2.7934007512201353E-03 -2.8193772604750639E-03
+ -2.8455951719392812E-03 -2.8720567251211918E-03 -2.8987641801963599E-03
+ -2.9257198181951616E-03 -2.9529259411920487E-03 -2.9803848724964436E-03
+ -3.0080989568452765E-03 -3.0360705605971638E-03 -3.0643020719282607E-03
+ -3.0927959010297839E-03 -3.1215544803072067E-03 -3.1505802645811713E-03
+ -3.1798757312900940E-03 -3.2094433806944948E-03 -3.2392857360830575E-03
+ -3.2694053439804287E-03 -3.2998047743567731E-03 -3.3304866208390951E-03
+ -3.3614535009243245E-03 -3.3927080561942085E-03 -3.4242529525319800E-03
+ -3.4560908803408503E-03 -3.4882245547643151E-03 -3.5206567159082923E-03
+ -3.5533901290651028E-03 -3.5864275849393020E-03 -3.6197718998753738E-03
+ -3.6534259160873055E-03 -3.6873925018900333E-03 -3.7216745519328027E-03
+ -3.7562749874344120E-03 -3.7911967564203883E-03 -3.8264428339620845E-03
+ -3.8620162224177051E-03 -3.8979199516752899E-03 -3.9341570793976419E-03
+ -3.9707306912692307E-03 -4.0076439012450603E-03 -4.0448998518015245E-03
+ -4.0825017141892621E-03 -4.1204526886880069E-03 -4.1587560048634434E-03
+ -4.1974149218260964E-03 -4.2364327284922371E-03 -4.2758127438468256E-03
+ -4.3155583172085109E-03 -4.3556728284966520E-03 -4.3961596885004383E-03
+ -4.4370223391500428E-03 -4.4782642537898676E-03 -4.5198889374538547E-03
+ -4.5618999271429053E-03 -4.6043007921043599E-03 -4.6470951341136078E-03
+ -4.6902865877577818E-03 -4.7338788207215614E-03 -4.7778755340750949E-03
+ -4.8222804625640461E-03 -4.8670973749017389E-03 -4.9123300740634545E-03
+ -4.9579823975828344E-03 -5.0040582178504300E-03 -5.0505614424143823E-03
+ -5.0974960142832169E-03 -5.1448659122308085E-03 -5.1926751511034578E-03
+ -5.2409277821291031E-03 -5.2896278932286957E-03 -5.3387796093296762E-03
+ -5.3883870926816103E-03 -5.4384545431739447E-03 -5.4889861986558916E-03
+ -5.5399863352584488E-03 -5.5914592677185305E-03 -5.6434093497052269E-03
+ -5.6958409741481586E-03 -5.7487585735679523E-03 -5.8021666204088026E-03
+ -5.8560696273731389E-03 -5.9104721477583515E-03 -5.9653787757956121E-03
+ -6.0207941469907367E-03 -6.0767229384671171E-03 -6.1331698693106694E-03
+ -6.1901397009168262E-03 -6.2476372373395208E-03 -6.3056673256421747E-03
+ -6.3642348562506692E-03 -6.4233447633082605E-03 -6.4830020250324491E-03
+ -6.5432116640737545E-03 -6.6039787478764178E-03 -6.6653083890409427E-03
+ -6.7272057456885170E-03 -6.7896760218272524E-03 -6.8527244677202281E-03
+ -6.9163563802552928E-03 -6.9805771033166261E-03 -7.0453920281579986E-03
+ -7.1108065937777161E-03 -7.1768262872952057E-03 -7.2434566443291921E-03
+ -7.3107032493774805E-03 -7.3785717361982183E-03 -7.4470677881926794E-03
+ -7.5161971387894778E-03 -7.5859655718301701E-03 -7.6563789219562181E-03
+ -7.7274430749972433E-03 -7.7991639683605224E-03 -7.8715475914216734E-03
+ -7.9445999859164926E-03 -8.0183272463338288E-03 -8.0927355203095144E-03
+ -8.1678310090211956E-03 -8.2436199675840864E-03 -8.3201087054474900E-03
+ -8.3973035867920993E-03 -8.4752110309279181E-03 -8.5538375126927892E-03
+ -8.6331895628514177E-03 -8.7132737684947944E-03 -8.7940967734399730E-03
+ -8.8756652786300370E-03 -8.9579860425342672E-03 -9.0410658815482797E-03
+ -9.1249116703941598E-03 -9.2095303425203928E-03 -9.2949288905015137E-03
+ -9.3811143664373885E-03 -9.4680938823519436E-03 -9.5558746105913039E-03
+ -9.6444637842211228E-03 -9.7338686974230391E-03 -9.8240967058901042E-03
+ -9.9151552272210286E-03 -1.0007051741313092E-02 -1.0099793790753616E-02
+ -1.0193388981209766E-02 -1.0287844981816587E-02 -1.0383169525563075E-02
+ -1.0479370409676109E-02 -1.0576455496002063E-02 -1.0674432711385944E-02
+ -1.0773310048047789E-02 -1.0873095563956225E-02 -1.0973797383198888E-02
+ -1.1075423696349574E-02 -1.1177982760831796E-02 -1.1281482901278719E-02
+ -1.1385932509888907E-02 -1.1491340046778015E-02 -1.1597714040325922E-02
+ -1.1705063087519134E-02 -1.1813395854288186E-02 -1.1922721075839769E-02
+ -1.2033047556983287E-02 -1.2144384172451577E-02 -1.2256739867215406E-02
+ -1.2370123656791613E-02 -1.2484544627544340E-02 -1.2600011936979218E-02
+ -1.2716534814030043E-02 -1.2834122559337665E-02 -1.2952784545520660E-02
+ -1.3072530217437456E-02 -1.3193369092439523E-02 -1.3315310760615182E-02
+ -1.3438364885023698E-02 -1.3562541201919135E-02 -1.3687849520963625E-02
+ -1.3814299725429559E-02 -1.3941901772390214E-02 -1.4070665692898362E-02
+ -1.4200601592152397E-02 -1.4331719649649383E-02 -1.4464030119324577E-02
+ -1.4597543329676884E-02 -1.4732269683879608E-02 -1.4868219659876012E-02
+ -1.5005403810459042E-02 -1.5143832763334648E-02 -1.5283517221168021E-02
+ -1.5424467961612153E-02 -1.5566695837317972E-02 -1.5710211775925510E-02
+ -1.5855026780035232E-02 -1.6001151927158907E-02 -1.6148598369649228E-02
+ -1.6297377334607406E-02 -1.6447500123768003E-02 -1.6598978113360117E-02
+ -1.6751822753944021E-02 -1.6906045570222641E-02 -1.7061658160826620E-02
+ -1.7218672198072365E-02 -1.7377099427691962E-02 -1.7536951668534008E-02
+ -1.7698240812234405E-02 -1.7860978822856054E-02 -1.8025177736496385E-02
+ -1.8190849660861663E-02 -1.8358006774806888E-02 -1.8526661327840203E-02
+ -1.8696825639590579E-02 -1.8868512099237580E-02 -1.9041733164901917E-02
+ -1.9216501362995499E-02 -1.9392829287529757E-02 -1.9570729599380676E-02
+ -1.9750215025509294E-02 -1.9931298358136153E-02 -2.0113992453868256E-02
+ -2.0298310232776895E-02 -2.0484264677424910E-02 -2.0671868831841678E-02
+ -2.0861135800444200E-02 -2.1052078746902528E-02 -2.1244710892947865E-02
+ -2.1439045517121412E-02 -2.1635095953462267E-02 -2.1832875590132177E-02
+ -2.2032397867975610E-02 -2.2233676279012671E-02 -2.2436724364863127E-02
+ -2.2641555715099206E-02 -2.2848183965525112E-02 -2.3056622796380911E-02
+ -2.3266885930468530E-02 -2.3478987131197438E-02 -2.3692940200547595E-02
+ -2.3908758976947247E-02 -2.4126457333062755E-02 -2.4346049173498089E-02
+ -2.4567548432401047E-02 -2.4790969070973532E-02 -2.5016325074882915E-02
+ -2.5243630451571662E-02 -2.5472899227462070E-02 -2.5704145445053030E-02
+ -2.5937383159905743E-02 -2.6172626437514866E-02 -2.6409889350061978E-02
+ -2.6649185973047742E-02 -2.6890530381799220E-02 -2.7133936647848831E-02
+ -2.7379418835180934E-02 -2.7626990996342589E-02 -2.7876667168414131E-02
+ -2.8128461368835799E-02 -2.8382387591086144E-02 -2.8638459800207981E-02
+ -2.8896691928177492E-02 -2.9157097869111952E-02 -2.9419691474311623E-02
+ -2.9684486547130816E-02 -2.9951496837673570E-02 -3.0220736037308713E-02
+ -3.0492217772999375E-02 -3.0765955601441661E-02 -3.1041963003006989E-02
+ -3.1320253375482825E-02 -3.1600840027605909E-02 -3.1883736172382382E-02
+ -3.2168954920188779E-02 -3.2456509271647657E-02 -3.2746412110271995E-02
+ -3.3038676194871469E-02 -3.3333314151714449E-02 -3.3630338466438758E-02
+ -3.3929761475704368E-02 -3.4231595358580905E-02 -3.4535852127662969E-02
+ -3.4842543619905318E-02 -3.5151681487170988E-02 -3.5463277186483969E-02
+ -3.5777341969978824E-02 -3.6093886874538940E-02 -3.6412922711114994E-02
+ -3.6734460053715230E-02 -3.7058509228058631E-02 -3.7385080299881912E-02
+ -3.7714183062891510E-02 -3.8045827026350634E-02 -3.8380021402292200E-02
+ -3.8716775092347527E-02 -3.9056096674180717E-02 -3.9397994387518571E-02
+ -3.9742476119765190E-02 -4.0089549391190797E-02 -4.0439221339683439E-02
+ -4.0791498705052408E-02 -4.1146387812871763E-02 -4.1503894557852306E-02
+ -4.1864024386729738E-02 -4.2226782280656606E-02 -4.2592172737085883E-02
+ -4.2960199751132591E-02 -4.3330866796401073E-02 -4.3704176805263770E-02
+ -4.4080132148578366E-02 -4.4458734614828813E-02 -4.4839985388676319E-02
+ -4.5223885028905481E-02 -4.5610433445750664E-02 -4.5999629877587517E-02
+ -4.6391472866974086E-02 -4.6785960236025805E-02 -4.7183089061107936E-02
+ -4.7582855646829514E-02 -4.7985255499321561E-02 -4.8390283298782963E-02
+ -4.8797932871276158E-02 -4.9208197159755433E-02 -4.9621068194309392E-02
+ -5.0036537061599502E-02 -5.0454593873476020E-02 -5.0875227734752254E-02
+ -5.1298426710117834E-02 -5.1724177790171653E-02 -5.2152466856554017E-02
+ -5.2583278646158318E-02 -5.3016596714401190E-02 -5.3452403397530622E-02
+ -5.3890679773950553E-02 -5.4331405624540620E-02 -5.4774559391949224E-02
+ -5.5220118138837745E-02 -5.5668057505053728E-02 -5.6118351663709959E-02
+ -5.6570973276147053E-02 -5.7025893445755878E-02 -5.7483081670636572E-02
+ -5.7942505795070272E-02 -5.8404131959780094E-02 -5.8867924550956290E-02
+ -5.9333846148022271E-02 -5.9801857470116071E-02 -6.0271917321262976E-02
+ -6.0743982534214251E-02 -6.1218007912927010E-02 -6.1693946173659878E-02
+ -6.2171747884659435E-02 -6.2651361404411923E-02 -6.3132732818434872E-02
+ -6.3615805874583403E-02 -6.4100521916845538E-02 -6.4586819817601351E-02
+ -6.5074635908320702E-02 -6.5563903908674268E-02 -6.6054554854033151E-02
+ -6.6546517021331561E-02 -6.7039715853268983E-02 -6.7534073880826620E-02
+ -6.8029510644074823E-02 -6.8525942611247240E-02 -6.9023283096059221E-02
+ -6.9521442173247350E-02 -7.0020326592308182E-02 -7.0519839689414665E-02
+ -7.1019881297489582E-02 -7.1520347654415756E-02 -7.2021131309364245E-02
+ -7.2522121027221761E-02 -7.3023201691100575E-02 -7.3524254202914710E-02
+ -7.4025155382006963E-02 -7.4525777861814108E-02 -7.5025989984557090E-02
+ -7.5525655693946203E-02 -7.6024634425891829E-02 -7.6522780997213768E-02
+ -7.7019945492343270E-02 -7.7515973148014880E-02 -7.8010704235946790E-02
+ -7.8503973943510372E-02 -7.8995612252393210E-02 -7.9485443815261264E-02
+ -7.9973287830429327E-02 -8.0458957914552168E-02 -8.0942261973351026E-02
+ -8.1423002070394448E-02 -8.1900974293955334E-02 -8.2375968621970622E-02
+ -8.2847768785132905E-02 -8.3316152128148871E-02 -8.3780889469202882E-02
+ -8.4241744957669534E-02 -8.4698475930123113E-02 -8.5150832764698717E-02
+ -8.5598558733863211E-02 -8.6041389855662564E-02 -8.6479054743515762E-02
+ -8.6911274454634369E-02 -8.7337762337151764E-02 -8.7758223876054517E-02
+ -8.8172356538015237E-02 -8.8579849615234463E-02 -8.8980384068407428E-02
+ -8.9373632368940248E-02 -8.9759258340549139E-02 -9.0136917000385938E-02
+ -9.0506254399843139E-02 -9.0866907465202165E-02 -9.1218503838299728E-02
+ -9.1560661717397698E-02 -9.1892989698455371E-02 -9.2215086617013872E-02
+ -9.2526541390916511E-02 -9.2826932864101805E-02 -9.3115829651720217E-02
+ -9.3392789986840474E-02 -9.3657361569026168E-02 -9.3909081415079462E-02
+ -9.4147475712265102E-02 -9.4372059674345393E-02 -9.4582337400773417E-02
+ -9.4777801739411846E-02 -9.4957934153162102E-02 -9.5122204590909545E-02
+ -9.5270071363209655E-02 -9.5400981023162829E-02 -9.5514368252945264E-02
+ -9.5609655756487250E-02 -9.5686254158813169E-02 -9.5743561912580877E-02
+ -9.5780965212382829E-02 -9.5797837917397377E-02 -9.5793541483003258E-02
+ -9.5767424901998230E-02 -9.5718824656089357E-02 -9.5647064678350602E-02
+ -9.5551456327371942E-02 -9.5431298373853862E-02 -9.5285877000429883E-02
+ -9.5114465815531263E-02 -9.4916325882138206E-02 -9.4690705762293104E-02
+ -9.4436841578283665E-02 -9.4153957091435481E-02 -9.3841263799486041E-02
+ -9.3497961053544729E-02 -9.3123236195676626E-02 -9.2716264718180091E-02
+ -9.2276210445661616E-02 -9.1802225741043436E-02 -9.1293451736672332E-02
+ -9.0749018591730082E-02 -9.0168045777176867E-02 -8.9549642389491105E-02
+ -8.8892907494497186E-02 -8.8196930502603646E-02 -8.7460791576800548E-02
+ -8.6683562074791443E-02 -8.5864305026660384E-02 -8.5002075649495995E-02
+ -8.4095921900416287E-02 -8.3144885069454777E-02 -8.2148000413783881E-02
+ -8.1104297834763611E-02 -8.0012802599311900E-02 -7.8872536107096880E-02
+ -7.7682516705052287E-02 -7.6441760550711974E-02 -7.5149282525849528E-02
+ -7.3804097201893556E-02 -7.2405219858566947E-02 -7.0951667557169973E-02
+ -6.9442460269889553E-02 -6.7876622066473574E-02 -6.6253182359556212E-02
+ -6.4571177209855016E-02 -6.2829650692390326E-02 -6.1027656324791166E-02
+ -5.9164258558656833E-02 -5.7238534334833058E-02 -5.5249574703341728E-02
+ -5.3196486508561770E-02 -5.1078394140110006E-02 -4.8894441349698219E-02
+ -4.6643793134056331E-02 -4.4325637683805826E-02 -4.1939188397940232E-02
+ -3.9483685963322343E-02 -3.6958400498338893E-02 -3.4362633759559044E-02
+ -3.1695721409924257E-02 -2.8957035346655082E-02 -2.6145986086685623E-02
+ -2.3262025207040290E-02 -2.0304647837131859E-02 -1.7273395199505572E-02
+ -1.4167857195055261E-02 -1.0987675028214686E-02 -7.7325438670655120E-03
+ -4.4022155327075414E-03 -9.9650121160656550E-04  2.4847258160336735E-03
+  6.0415274395349697E-03  9.6738979810410946E-03  1.3381761468030263E-02
+  1.7164968925035370E-02  2.1023295695422477E-02  2.4956438804959485E-02
+  2.8964014379831076E-02  3.3045555132704137E-02  3.7200507931430017E-02
+  4.1428231465972368E-02  4.5727994030174871E-02  5.0098971436024112E-02
+  5.4540245079109206E-02  5.9050800175031316E-02  6.3629524187559114E-02
+  6.8275205470345740E-02  7.2986532145025415E-02  7.7762091239444581E-02
+  8.2600368110683747E-02  8.7499746178325746E-02  9.2458506994139059E-02
+  9.7474830674927584E-02  1.0254679672572539E-01  1.0767238528076371E-01
+  1.1284947878966113E-01  1.1807586417604900E-01  1.2334923549530524E-01
+  1.2866719711716740E-01  1.3402726745767776E-01  1.3942688328311534E-01
+  1.4486340460622152E-01  1.5033412019203610E-01  1.5583625368694654E-01
+  1.6136697038001405E-01  1.6692338460015449E-01  1.7250256774619774E-01
+  1.7810155693908572E-01  1.8371736427634264E-01  1.8934698665826427E-01
+  1.9498741614288140E-01  2.0063565077236989E-01  2.0628870579704289E-01
+  2.1194362520403237E-01  2.1759749343602253E-01  2.2324744716054792E-01
+  2.2889068692209902E-01  2.3452448847717239E-01  2.4014621357602034E-01
+  2.4575331991370969E-01  2.5134336992666817E-01  2.5691403805855978E-01
+  2.6246311606046357E-01  2.6798851582419336E-01  2.7348826917340058E-01
+  2.7896052395397258E-01  2.8440353567220605E-01  2.8981565382525759E-01
+  2.9519530195223498E-01  3.0054095030477546E-01  3.0585107989158850E-01
+  3.1112418298496841E-01  3.1635876359121989E-01  3.2155333788261659E-01
+===== TPHI 3 =====   [tphi(r)=TPHI(r)/r*Ylm(th,ph)]
+ 1  : radial mesh index
+  0.0000000000000000E+00  1.5782875793561251E-16  6.3720053578310289E-16
+  1.4470877144372994E-15  2.5966579158811453E-15  4.0952779082880103E-15
+  5.9525175864886345E-15  8.1781540292335071E-15  1.0782175634707735E-14
+  1.3774786335784243E-14  1.7166409896527605E-14  2.0967694291490112E-14
+  2.5189516169370560E-14  2.9842985402636627E-14  3.4939449724738970E-14
+  4.0490499456580744E-14  4.6507972323931595E-14  5.3003958367513246E-14
+  5.9990804947509983E-14  6.7481121844295890E-14  7.5487786457201197E-14
+  8.4023949103174392E-14  9.3103038417233630E-14  1.0273876685663532E-13
+  1.1294513631072289E-13  1.2373644381845829E-13  1.3512728739567571E-13
+  1.4713257197413177E-13  1.5976751545447174E-13  1.7304765487526666E-13
+  1.8698885270031582E-13  2.0160730322645808E-13  2.1691953911416467E-13
+  2.3294243804324285E-13  2.4969322949601301E-13  2.6718950167037191E-13
+  2.8544920852519921E-13  3.0449067696060580E-13  3.2433261413557946E-13
+  3.4499411492562114E-13  3.6649466952301917E-13  3.8885417118245716E-13
+  4.1209292411470559E-13  4.3623165153118749E-13  4.6129150384228162E-13
+  4.8729406701225253E-13  5.1426137107378072E-13  5.4221589880509867E-13
+  5.7118059457280604E-13  6.0117887334349441E-13  6.3223462986737040E-13
+  6.6437224803712082E-13  6.9761661042533164E-13  7.3199310800383017E-13
+  7.6752765004838756E-13  8.0424667423227414E-13  8.4217715691224091E-13
+  8.8134662361054735E-13  9.2178315969674422E-13  9.6351542127298094E-13
+  1.0065726462666620E-12  1.0509846657343898E-12  1.0967819153811539E-12
+  1.1439954472988431E-12  1.1926569419282118E-12  1.2427987202485073E-12
+  1.2944537561990724E-12  1.3476556893372627E-12  1.4024388377371740E-12
+  1.4588382111336833E-12  1.5168895243164545E-12  1.5766292107786055E-12
+  1.6380944366248406E-12  1.7013231147439381E-12  1.7663539192505760E-12
+  1.8332263002015701E-12  1.9019804985916889E-12  1.9726575616343296E-12
+  2.0452993583323925E-12  2.1199485953448590E-12  2.1966488331546079E-12
+  2.2754445025431571E-12  2.3563809213781176E-12  2.4395043117192493E-12
+  2.5248618172490907E-12  2.6125015210343153E-12  2.7024724636240113E-12
+  2.7948246614912394E-12  2.8896091258243309E-12  2.9868778816745077E-12
+  3.0866839874665176E-12  3.1890815548791649E-12  3.2941257691026221E-12
+  3.4018729094796772E-12  3.5123803705381323E-12  3.6257066834216704E-12
+  3.7419115377267342E-12  3.8610558037530466E-12  3.9832015551755272E-12
+  4.1084120921455795E-12  4.2367519648297639E-12  4.3682869973941477E-12
+  4.5030843124426760E-12  4.6412123559181064E-12  4.7827409224742129E-12
+  4.9277411813281127E-12  5.0762857026017891E-12  5.2284484841618996E-12
+  5.3843049789673848E-12  5.5439321229342976E-12  5.7074083633276524E-12
+  5.8748136876901621E-12  6.0462296533180007E-12  6.2217394172937970E-12
+  6.4014277670874169E-12  6.5853811517351553E-12  6.7736877136082204E-12
+  6.9664373207815764E-12  7.1637216000144577E-12  7.3656339703540127E-12
+  7.5722696773737792E-12  7.7837258280589923E-12  8.0001014263507498E-12
+  8.2214974093615586E-12  8.4480166842747581E-12  8.6797641659407338E-12
+  8.9168468151829636E-12  9.1593736778272921E-12  9.4074559244679488E-12
+  9.6612068909841829E-12  9.9207421198216321E-12  1.0186179402052724E-11
+  1.0457638820230798E-11  1.0735242792052830E-11  1.1019116114845963E-11
+  1.1309386010893247E-11  1.1606182173614437E-11  1.1909636814617851E-11
+  1.2219884711639608E-11  1.2537063257387006E-11  1.2861312509302903E-11
+  1.3192775240268472E-11  1.3531596990261879E-11  1.3877926118990881E-11
+  1.4231913859517618E-11  1.4593714372894144E-11  1.4963484803827808E-11
+  1.5341385337395669E-11  1.5727579256827714E-11  1.6122233002378911E-11
+  1.6525516231310579E-11  1.6937601879001775E-11  1.7358666221212030E-11
+  1.7788888937516895E-11  1.8228453175938528E-11  1.8677545618793491E-11
+  1.9136356549780671E-11  1.9605079922332756E-11  2.0083913429254700E-11
+  2.0573058573673556E-11  2.1072720741324064E-11  2.1583109274195289E-11
+  2.2104437545563618E-11  2.2636923036438207E-11  2.3180787413445430E-11
+  2.3736256608179231E-11  2.4303560898044881E-11  2.4882934988624179E-11
+  2.5474618097590627E-11  2.6078854040203637E-11  2.6695891316411385E-11
+  2.7325983199592364E-11  2.7969387826966699E-11  2.8626368291708018E-11
+  2.9297192736788292E-11  2.9982134450587653E-11  3.0681471964302847E-11
+  3.1395489151187345E-11  3.2124475327658053E-11  3.2868725356303331E-11
+  3.3628539750827972E-11  3.4404224782971551E-11  3.5196092591437051E-11
+  3.6004461292867427E-11  3.6829655094908647E-11  3.7672004411398101E-11
+  3.8531845979718353E-11  3.9409522980356947E-11  4.0305385158713166E-11
+  4.1219788949194433E-11  4.2153097601644780E-11  4.3105681310149440E-11
+  4.4077917344259825E-11  4.5070190182684440E-11  4.6082891649491838E-11
+  4.7116421052872664E-11  4.8171185326508970E-11  4.9247599173599259E-11
+  5.0346085213589364E-11  5.1467074131659755E-11  5.2611004831020764E-11
+  5.3778324588068776E-11  5.4969489210456230E-11  5.6184963198130936E-11
+  5.7425219907399647E-11  5.8690741718072738E-11  5.9982020203747832E-11
+  6.1299556305291180E-11  6.2643860507576488E-11  6.4015453019542253E-11
+  6.5414863957630219E-11  6.6842633532667505E-11  6.8299312240257468E-11
+  6.9785461054745135E-11  7.1301651626823450E-11  7.2848466484849530E-11
+  7.4426499239939269E-11  7.6036354794912276E-11  7.7678649557158021E-11
+  7.9354011655497917E-11  8.1063081161117003E-11  8.2806510312642087E-11
+  8.4584963745444100E-11  8.6399118725243128E-11  8.8249665386097407E-11
+  9.0137306972858215E-11  9.2062760088173647E-11  9.4026754944127198E-11
+  9.6030035618598146E-11  9.8073360316430981E-11  1.0015750163550510E-10
+  1.0228324683779610E-10  1.0445139812552173E-10  1.0666277292246871E-10
+  1.0891820416059618E-10  1.1121854057201558E-10  1.1356464698644708E-10
+  1.1595740463425531E-10  1.1839771145516885E-10  1.2088648241278958E-10
+  1.2342464981500101E-10  1.2601316364038484E-10  1.2865299187075981E-10
+  1.3134512082995577E-10  1.3409055552894128E-10  1.3689032001742191E-10
+  1.3974545774203260E-10  1.4265703191124525E-10  1.4562612586711901E-10
+  1.4865384346401976E-10  1.5174130945444146E-10  1.5488966988205942E-10
+  1.5810009248215348E-10  1.6137376708953743E-10  1.6471190605413612E-10
+  1.6811574466435234E-10  1.7158654157837043E-10  1.7512557926354479E-10
+  1.7873416444402343E-10  1.8241362855676366E-10  1.8616532821609241E-10
+  1.8999064568697656E-10  1.9389098936716111E-10  1.9786779427834544E-10
+  2.0192252256656307E-10  2.0605666401194069E-10  2.1027173654800879E-10
+  2.1456928679074551E-10  2.1895089057753315E-10  2.2341815351621538E-10
+  2.2797271154444186E-10  2.3261623149949471E-10  2.3735041169879202E-10
+  2.4217698253126762E-10  2.4709770705983215E-10  2.5211438163512203E-10
+  2.5722883652074657E-10  2.6244293653025019E-10  2.6775858167600797E-10
+  2.7317770783027735E-10  2.7870228739863464E-10  2.8433433000602704E-10
+  2.9007588319567700E-10  2.9592903314107838E-10  3.0189590537133081E-10
+  3.0797866551006056E-10  3.1417952002818259E-10  3.2050071701076229E-10
+  3.2694454693824236E-10  3.3351334348230047E-10  3.4020948431661692E-10
+  3.4703539194282176E-10  3.5399353453191753E-10  3.6108642678145684E-10
+  3.6831663078877535E-10  3.7568675694057770E-10  3.8319946481918496E-10
+  3.9085746412575184E-10  3.9866351562077417E-10  4.0662043208220881E-10
+  4.1473107928153571E-10  4.2299837697809706E-10  4.3142529993205624E-10
+  4.4001487893632627E-10  4.4877020186781798E-10  4.5769441475837555E-10
+  4.6679072288576267E-10  4.7606239188507565E-10  4.8551274888096966E-10
+  4.9514518364107941E-10  5.0496314975103761E-10  5.1497016581149462E-10
+  5.2516981665754386E-10  5.3556575460098498E-10  5.4616170069583563E-10
+  5.5696144602754230E-10  5.6796885302632351E-10  5.7918785680510042E-10
+  5.9062246652247265E-10  6.0227676677121308E-10  6.1415491899275095E-10
+  6.2626116291813610E-10  6.3859981803597562E-10  6.5117528508785041E-10
+  6.6399204759172293E-10  6.7705467339386061E-10  6.9036781624980947E-10
+  7.0393621743495993E-10  7.1776470738525800E-10  7.3185820736862699E-10
+  7.4622173118767284E-10  7.6086038691426040E-10  7.7577937865655147E-10
+  7.9098400835912034E-10  8.0647967763675524E-10  8.2227188964258491E-10
+  8.3836625097116434E-10  8.5476847359718312E-10  8.7148437685045031E-10
+  8.8851988942784555E-10  9.0588105144292032E-10  9.2357401651385617E-10
+  9.4160505389050121E-10  9.5998055062120540E-10  9.7870701376020936E-10
+  9.9779107261634036E-10  1.0172394810437868E-09  1.0370591197757428E-09
+  1.0572569988017176E-09  1.0778402597893349E-09  1.0988161785514449E-09
+  1.1201921675594052E-09  1.1419757785033853E-09  1.1641747049005862E-09
+  1.1867967847522525E-09  1.2098500032504090E-09  1.2333424955352391E-09
+  1.2572825495040591E-09  1.2816786086728450E-09  1.3065392750913045E-09
+  1.3318733123124855E-09  1.3576896484179519E-09  1.3839973790995542E-09
+  1.4108057707988608E-09  1.4381242639053270E-09  1.4659624760142971E-09
+  1.4943302052459621E-09  1.5232374336264102E-09  1.5526943305319323E-09
+  1.5827112561977670E-09  1.6132987652924795E-09  1.6444676105592247E-09
+  1.6762287465251178E-09  1.7085933332800037E-09  1.7415727403259197E-09
+  1.7751785504985649E-09  1.8094225639621391E-09  1.8443168022789019E-09
+  1.8798735125548683E-09  1.9161051716630558E-09  1.9530244905457265E-09
+  1.9906444185971190E-09  2.0289781481281548E-09  2.0680391189146688E-09
+  2.1078410228307097E-09  2.1483978085685227E-09  2.1897236864468017E-09
+  2.2318331333089084E-09  2.2747408975126851E-09  2.3184620040136239E-09
+  2.3630117595431077E-09  2.4084057578835001E-09  2.4546598852419223E-09
+  2.5017903257245349E-09  2.5498135669131980E-09  2.5987464055464665E-09
+  2.6486059533068141E-09  2.6994096427161244E-09  2.7511752331414318E-09
+  2.8039208169130016E-09  2.8576648255568345E-09  2.9124260361437421E-09
+  2.9682235777571665E-09  3.0250769380819763E-09  3.0830059701164783E-09
+  3.1420308990099728E-09  3.2021723290281878E-09  3.2634512506489835E-09
+  3.3258890477907591E-09  3.3895075051760498E-09  3.4543288158328449E-09
+  3.5203755887361840E-09  3.5876708565926714E-09  3.6562380837705753E-09
+  3.7261011743782316E-09  3.7972844804935274E-09  3.8698128105472774E-09
+  3.9437114378633896E-09  4.0190061093587568E-09  4.0957230544058023E-09
+  4.1738889938608053E-09  4.2535311492610405E-09  4.3346772521939164E-09
+  4.4173555538413266E-09  4.5015948347024777E-09  4.5874244144985352E-09
+  4.6748741622625019E-09  4.7639745066177599E-09  4.8547564462488364E-09
+  4.9472515605679655E-09  5.0414920205811122E-09  5.1375105999571940E-09
+  5.2353406863042759E-09  5.3350162926566558E-09  5.4365720691766988E-09
+  5.5400433150755603E-09  5.6454659907567438E-09  5.7528767301867850E-09
+  5.8623128534972306E-09  5.9738123798222541E-09  6.0874140403763490E-09
+  6.2031572917765226E-09  6.3210823296136257E-09  6.4412301022774244E-09
+  6.5636423250401867E-09  6.6883614944036222E-09  6.8154309027140567E-09
+  6.9448946530509157E-09  7.0767976743935392E-09  7.2111857370716986E-09
+  7.3481054685048397E-09  7.4876043692357537E-09  7.6297308292639938E-09
+  7.7745341446846694E-09  7.9220645346383689E-09  8.0723731585779937E-09
+  8.2255121338584467E-09  8.3815345536551803E-09  8.5404945052177903E-09
+  8.7024470884648846E-09  8.8674484349266541E-09  9.0355557270415414E-09
+  9.2068272178137916E-09  9.3813222508384542E-09  9.5591012807008430E-09
+  9.7402258937573497E-09  9.9247588293048572E-09  1.0112764001145847E-08
+  1.0304306519556804E-08  1.0499452713667274E-08  1.0698270154257363E-08
+  1.0900827676981439E-08  1.1107195406026073E-08  1.1317444778210226E-08
+  1.1531648567536067E-08  1.1749880910198762E-08  1.1972217330063859E-08
+  1.2198734764620991E-08  1.2429511591422783E-08  1.2664627655018075E-08
+  1.2904164294388668E-08  1.3148204370899024E-08  1.3396832296768477E-08
+  1.3650134064075762E-08  1.3908197274305801E-08  1.4171111168448842E-08
+  1.4438966657662349E-08  1.4711856354506059E-08  1.4989874604761086E-08
+  1.5273117519843748E-08  1.5561683009825512E-08  1.5855670817070104E-08
+  1.6155182550499583E-08  1.6460321720500928E-08  1.6771193774485234E-08
+  1.7087906133111638E-08  1.7410568227188524E-08  1.7739291535264463E-08
+  1.8074189621921962E-08  1.8415378176787136E-08  1.8762975054268517E-08
+  1.9117100314038885E-08  1.9477876262273777E-08  1.9845427493661006E-08
+  2.0219880934195450E-08  2.0601365884773851E-08  2.0990014065604623E-08
+  2.1385959661447834E-08  2.1789339367700883E-08  2.2200292437345740E-08
+  2.2618960728773763E-08  2.3045488754504592E-08  2.3480023730815755E-08
+  2.3922715628300046E-08  2.4373717223367968E-08  2.4833184150713010E-08
+  2.5301274956757672E-08  2.5778151154098473E-08  2.6263977276968950E-08
+  2.6758920937739223E-08  2.7263152884471839E-08  2.7776847059553568E-08
+  2.8300180659423090E-08  2.8833334195415307E-08  2.9376491555742984E-08
+  2.9929840068636998E-08  3.0493570566666944E-08  3.1067877452264005E-08
+  3.1652958764468707E-08  3.2249016246926361E-08  3.2856255417153580E-08
+  3.3474885637099511E-08  3.4105120185026127E-08  3.4747176328732127E-08
+  3.5401275400145669E-08  3.6067642871311328E-08  3.6746508431797485E-08
+  3.7438106067550793E-08  3.8142674141224481E-08  3.8860455474008268E-08
+  3.9591697428987923E-08  4.0336651996062892E-08  4.1095575878451497E-08
+  4.1868730580812804E-08  4.2656382499015979E-08  4.3458803011587476E-08
+  4.4276268572867657E-08  4.5109060807908730E-08  4.5957466609146539E-08
+  4.6821778234879268E-08  4.7702293409587080E-08  4.8599315426126865E-08
+  4.9513153249837219E-08  5.0444121624589337E-08  5.1392541180820370E-08
+  5.2358738545585887E-08  5.3343046454669715E-08  5.4345803866789067E-08
+  5.5367356079934582E-08  5.6408054849884902E-08  5.7468258510936440E-08
+  5.8548332098890047E-08  5.9648647476336108E-08  6.0769583460281956E-08
+  6.1911525952164337E-08  6.3074868070292404E-08  6.4260010284766221E-08
+  6.5467360554916928E-08  6.6697334469316087E-08  6.7950355388401955E-08
+  6.9226854589771745E-08  7.0527271416189305E-08  7.1852053426359785E-08
+  7.3201656548522025E-08  7.4576545236912161E-08  7.5977192631151580E-08
+  7.7404080718613973E-08  7.8857700499827327E-08  8.0338552156968141E-08
+  8.1847145225503439E-08  8.3383998769042594E-08  8.4949641557456587E-08
+  8.6544612248326628E-08  8.8169459571784361E-08  8.9824742518806836E-08
+  9.1511030533031052E-08  9.3228903706153527E-08  9.4978952976982470E-08
+  9.6761780334209978E-08  9.8577999022974572E-08  1.0042823375528460E-07
+  1.0231312092437462E-07  1.0423330882306799E-07  1.0618945786622140E-07
+  1.0818224081732694E-07  1.1021234301934909E-07  1.1228046262987701E-07
+  1.1438731086067146E-07  1.1653361222168929E-07  1.1872010476966894E-07
+  1.2094754036136194E-07  1.2321668491149825E-07  1.2552831865557184E-07
+  1.2788323641753951E-07  1.3028224788252180E-07  1.3272617787460178E-07
+  1.3521586663981560E-07  1.3775217013443258E-07  1.4033596031862341E-07
+  1.4296812545561660E-07  1.4564957041644749E-07  1.4838121699040219E-07
+  1.5116400420126411E-07  1.5399888862947165E-07  1.5688684474029675E-07
+  1.5982886521815774E-07  1.6282596130717972E-07  1.6587916315812168E-07
+  1.6898952018178601E-07  1.7215810140903490E-07  1.7538599585753487E-07
+  1.7867431290535593E-07  1.8202418267155333E-07  1.8543675640386294E-07
+  1.8891320687364251E-07  1.9245472877819429E-07  1.9606253915060740E-07
+  1.9973787777726050E-07  2.0348200762312703E-07  2.0729621526503004E-07
+  2.1118181133299443E-07  2.1514013095984810E-07  2.1917253423922672E-07
+  2.2328040669213745E-07  2.2746515974224433E-07  2.3172823120003566E-07
+  2.3607108575604100E-07  2.4049521548326615E-07  2.4500214034901931E-07
+  2.4959340873630290E-07  2.5427059797494901E-07  2.5903531488268426E-07
+  2.6388919631630535E-07  2.6883390973315641E-07  2.7387115376310009E-07
+  2.7900265879118013E-07  2.8423018755117195E-07  2.8955553573022780E-07
+  2.9498053258482260E-07  3.0050704156821135E-07  3.0613696096961370E-07
+  3.1187222456534544E-07  3.1771480228211831E-07  3.2366670087273784E-07
+  3.2972996460442943E-07  3.3590667596002937E-07  3.4219895635227995E-07
+  3.4860896685147643E-07  3.5513890892671154E-07  3.6179102520097506E-07
+  3.6856760022036542E-07  3.7547096123767793E-07  3.8250347901063700E-07
+  3.8966756861504924E-07  3.9696569027315153E-07  4.0440035019744247E-07
+  4.1197410145028409E-07  4.1968954481956902E-07  4.2754932971075407E-07
+  4.3555615505556472E-07  4.4371277023768378E-07  4.5202197603574009E-07
+  4.6048662558392218E-07  4.6910962535054380E-07  4.7789393613490052E-07
+  4.8684257408275449E-07  4.9595861172080026E-07  5.0524517901046407E-07
+  5.1470546442139608E-07  5.2434271602502787E-07  5.3416024260856712E-07
+  5.4416141480981180E-07  5.5434966627317352E-07  5.6472849482730755E-07
+  5.7530146368474952E-07  5.8607220266397436E-07  5.9704440943429583E-07
+  6.0822185078402917E-07  6.1960836391235710E-07  6.3120785774534008E-07
+  6.4302431427652166E-07  6.5506178993258663E-07  6.6732441696454659E-07
+  6.7981640486492201E-07  6.9254204181141201E-07  7.0550569613754436E-07
+  7.1871181783081341E-07  7.3216494005881229E-07  7.4586968072389304E-07
+  7.5983074404687686E-07  7.7405292218036607E-07  7.8854109685220657E-07
+  8.0330024103966446E-07  8.1833542067489300E-07  8.3365179638226958E-07
+  8.4925462524821264E-07  8.6514926262405699E-07  8.8134116396264062E-07
+  8.9783588668920525E-07  9.1463909210726691E-07  9.3175654734010400E-07
+  9.4919412730852914E-07  9.6695781674562435E-07  9.8505371224913136E-07
+  1.0034880243721964E-06  1.0222670797531900E-06  1.0413973232853309E-06
+  1.0608853203268592E-06  1.0807377589525119E-06  1.1009614522470817E-06
+  1.1215633406418343E-06  1.1425504942945954E-06  1.1639301155143125E-06
+  1.1857095412309407E-06  1.2078962455114719E-06  1.2304978421230037E-06
+  1.2535220871436910E-06  1.2769768816225090E-06  1.3008702742887132E-06
+  1.3252104643119424E-06  1.3500058041139000E-06  1.3752648022325878E-06
+  1.4009961262400618E-06  1.4272086057147237E-06  1.4539112352691580E-06
+  1.4811131776345547E-06  1.5088237668027770E-06  1.5370525112271504E-06
+  1.5658090970830704E-06  1.5951033915895471E-06  1.6249454463928208E-06
+  1.6553455010132214E-06  1.6863139863564344E-06  1.7178615282903981E-06
+  1.7499989512890378E-06  1.7827372821441072E-06  1.8160877537463870E-06
+  1.8500618089375598E-06  1.8846711044340630E-06  1.9199275148242737E-06
+  1.9558431366404045E-06  1.9924302925064786E-06  2.0297015353638472E-06
+  2.0676696527756498E-06  2.1063476713117444E-06  2.1457488610155640E-06
+  2.1858867399544625E-06  2.2267750788550976E-06  2.2684279058254409E-06
+  2.3108595111650312E-06  2.3540844522651331E-06  2.3981175586004565E-06
+  2.4429739368141825E-06  2.4886689758979979E-06  2.5352183524689530E-06
+  2.5826380361449307E-06  2.6309442950205634E-06  2.6801537012455009E-06
+  2.7302831367069114E-06  2.7813497988181936E-06  2.8333712064158523E-06
+  2.8863652057665897E-06  2.9403499766866511E-06  2.9953440387755313E-06
+  3.0513662577661735E-06  3.1084358519938529E-06  3.1665723989859319E-06
+  3.2257958421747891E-06  3.2861264977361712E-06  3.3475850615553689E-06
+  3.4101926163235508E-06  3.4739706387667394E-06  3.5389410070098539E-06
+  3.6051260080783881E-06  3.6725483455402879E-06  3.7412311472906067E-06
+  3.8111979734816778E-06  3.8824728246014529E-06  3.9550801497028319E-06
+  4.0290448547867557E-06  4.1043923113419851E-06  4.1811483650444503E-06
+  4.2593393446191731E-06  4.3389920708678154E-06  4.4201338658649042E-06
+  4.5027925623259326E-06  4.5869965131505235E-06  4.6727746011439203E-06
+  4.7601562489201644E-06  4.8491714289903308E-06  4.9398506740392866E-06
+  5.0322250873945013E-06  5.1263263536904739E-06  5.2221867497324801E-06
+  5.3198391555633126E-06  5.4193170657368351E-06  5.5206546008022029E-06
+  5.6238865190027075E-06  5.7290482281932190E-06  5.8361757979803546E-06
+  5.9453059720894913E-06  6.0564761809628985E-06  6.1697245545932834E-06
+  6.2850899355971605E-06  6.4026118925325286E-06  6.5223307334654071E-06
+  6.6442875197898906E-06  6.7685240803064656E-06  6.8950830255633980E-06
+  7.0240077624661121E-06  7.1553425091595944E-06  7.2891323101888739E-06
+  7.4254230519428162E-06  7.5642614783865070E-06  7.7056952070876339E-06
+  7.8497727455423106E-06  7.9965435078060297E-06  8.1460578314353375E-06
+  8.2983669947461102E-06  8.4535232343943343E-06  8.6115797632854004E-06
+  8.7725907888180455E-06  8.9366115314692187E-06  9.1036982437262124E-06
+  9.2739082293726254E-06  9.4472998631345853E-06  9.6239326106941806E-06
+  9.8038670490768526E-06  9.9871648874197066E-06  1.0173888988127918E-05
+  1.0364103388426485E-05  1.0557873322314650E-05  1.0755265242930582E-05
+  1.0956346845333980E-05  1.1161187089714320E-05  1.1369856225032828E-05
+  1.1582425813106179E-05  1.1798968753140223E-05  1.2019559306722108E-05
+  1.2244273123279435E-05  1.2473187266015084E-05  1.2706380238326658E-05
+  1.2943932010719560E-05  1.3185924048222959E-05  1.3432439338318019E-05
+  1.3683562419387942E-05  1.3939379409699652E-05  1.4199978036926902E-05
+  1.4465447668225123E-05  1.4735879340868113E-05  1.5011365793457208E-05
+  1.5292001497713580E-05  1.5577882690864506E-05  1.5869107408634853E-05
+  1.6165775518854835E-05  1.6467988755695873E-05  1.6775850754545880E-05
+  1.7089467087536504E-05  1.7408945299733798E-05  1.7734394946005292E-05
+  1.8065927628575777E-05  1.8403657035284832E-05  1.8747698978559042E-05
+  1.9098171435112487E-05  1.9455194586388787E-05  1.9818890859758906E-05
+  2.0189384970488558E-05  2.0566803964489664E-05  2.0951277261870662E-05
+  2.1342936701300279E-05  2.1741916585200294E-05  2.2148353725782489E-05
+  2.2562387491945779E-05  2.2984159857049394E-05  2.3413815447578691E-05
+  2.3851501592719981E-05  2.4297368374861666E-05  2.4751568681038702E-05
+  2.5214258255338243E-05  2.5685595752284174E-05  2.6165742791219040E-05
+  2.6654864011701905E-05  2.7153127129940986E-05  2.7660702996280650E-05
+  2.8177765653762188E-05  2.8704492397778674E-05  2.9241063836843946E-05
+  2.9787663954497466E-05  3.0344480172364380E-05  3.0911703414394687E-05
+  3.1489528172301837E-05  3.2078152572223783E-05  3.2677778442629264E-05
+  3.3288611383492549E-05  3.3910860836760211E-05  3.4544740158134394E-05
+  3.5190466690196491E-05  3.5848261836897189E-05  3.6518351139437424E-05
+  3.7200964353566988E-05  3.7896335528326658E-05  3.8604703086261335E-05
+  3.9326309905131148E-05  4.0061403401148858E-05  4.0810235613771776E-05
+  4.1573063292077589E-05  4.2350147982753133E-05  4.3141756119726678E-05
+  4.3948159115474167E-05  4.4769633454030655E-05  4.5606460785739023E-05
+  4.6458928023767866E-05  4.7327327442432221E-05  4.8211956777350276E-05
+  4.9113119327470535E-05  5.0031124059004269E-05  5.0966285711299047E-05
+  5.1918924904689092E-05  5.2889368250359752E-05  5.3877948462263663E-05
+  5.4885004471126533E-05  5.5910881540581931E-05  5.6955931385474550E-05
+  5.8020512292372576E-05  5.9104989242330211E-05  6.0209734035942339E-05
+  6.1335125420734394E-05  6.2481549220930440E-05  6.3649398469644474E-05
+  6.4839073543539565E-05  6.6050982300001112E-05  6.7285540216871362E-05
+  6.8543170534792529E-05  6.9824304402207218E-05  7.1129381023066142E-05
+  7.2458847807293136E-05  7.3813160524059072E-05  7.5192783457916999E-05
+  7.6598189567852139E-05  7.8029860649300506E-05  7.9488287499192295E-05
+  8.0973970084075405E-05  8.2487417711377652E-05  8.4029149203865468E-05
+  8.5599693077358530E-05  8.7199587721761723E-05  8.8829381585475849E-05
+  9.0489633363249699E-05  9.2180912187538356E-05  9.3903797823432738E-05
+  9.5658880867226625E-05  9.7446762948689498E-05  9.9268056937114012E-05
+  1.0112338715120813E-04  1.0301338957290434E-04  1.0493871206515772E-04
+  1.0690001459380877E-04  1.0889796945358490E-04  1.1093326149831930E-04
+  1.1300658837546485E-04  1.1511866076498288E-04  1.1727020262268951E-04
+  1.1946195142814056E-04  1.2169465843714188E-04  1.2396908893896907E-04
+  1.2628602251838581E-04  1.2864625332254952E-04  1.3105059033289510E-04
+  1.3349985764209005E-04  1.3599489473615470E-04  1.3853655678184446E-04
+  1.4112571491939100E-04  1.4376325656070309E-04  1.4645008569312819E-04
+  1.4918712318887800E-04  1.5197530712022410E-04  1.5481559308057032E-04
+  1.5770895451151161E-04  1.6065638303599023E-04  1.6365888879766360E-04
+  1.6671750080659786E-04  1.6983326729140666E-04  1.7300725605795336E-04
+  1.7624055485473885E-04  1.7953427174510113E-04  1.8288953548635070E-04
+  1.8630749591597165E-04  1.8978932434502083E-04  1.9333621395885745E-04
+  1.9694938022534015E-04  2.0063006131062876E-04  2.0437951850273503E-04
+  2.0819903664296303E-04  2.1208992456538722E-04  2.1605351554451806E-04
+  2.2009116775130620E-04  2.2420426471763947E-04  2.2839421580949222E-04
+  2.3266245670888652E-04  2.3701044990482762E-04  2.4143968519338272E-04
+  2.4595168018707035E-04  2.5054798083373449E-04  2.5523016194507861E-04
+  2.5999982773503933E-04  2.6485861236818137E-04  2.6980818051830090E-04
+  2.7485022793742413E-04  2.7998648203539752E-04  2.8521870247026203E-04
+  2.9054868174961305E-04  2.9597824584315027E-04  3.0150925480662322E-04
+  3.0714360341738378E-04  3.1288322182176182E-04  3.1873007619448131E-04
+  3.2468616941034022E-04  3.3075354172838240E-04  3.3693427148878967E-04
+  3.4323047582273314E-04  3.4964431137542043E-04  3.5617797504258368E-04
+  3.6283370472065809E-04  3.6961378007090270E-04  3.7652052329772008E-04
+  3.8355629994144051E-04  3.9072351968583456E-04  3.9802463718062832E-04
+  4.0546215287929569E-04  4.1303861389241402E-04  4.2075661485686518E-04
+  4.2861879882117823E-04  4.3662785814731024E-04  4.4478653542916771E-04
+  4.5309762442817813E-04  4.6156397102622569E-04  4.7018847419627097E-04
+  4.7897408699098100E-04  4.8792381754969951E-04  4.9704073012409825E-04
+  5.0632794612285106E-04  5.1578864517567882E-04  5.2542606621712733E-04
+  5.3524350859043520E-04  5.4524433317186516E-04  5.5543196351587082E-04
+  5.6580988702148818E-04  5.7638165612033216E-04  5.8715088948660561E-04
+  5.9812127326951744E-04  6.0929656234852100E-04  6.2068058161179808E-04
+  6.3227722725840707E-04  6.4409046812453127E-04  6.5612434703427361E-04
+  6.6838298217543899E-04  6.8087056850076966E-04  6.9359137915509612E-04
+  7.0654976692887327E-04  7.1975016573859246E-04  7.3319709213455822E-04
+  7.4689514683652213E-04  7.6084901629769612E-04  7.7506347429764889E-04
+  7.8954338356462491E-04  8.0429369742781307E-04  8.1931946150011795E-04
+  8.3462581539198242E-04  8.5021799445683785E-04  8.6610133156874390E-04
+  8.8228125893281416E-04  8.9876330992901888E-04  9.1555312098997286E-04
+  9.3265643351332953E-04  9.5007909580939573E-04  9.6782706508462854E-04
+  9.8590640946164053E-04  1.0043233100363971E-03  1.0230840629732616E-03
+  1.0421950816385855E-03  1.0616628987735357E-03  1.0814941687068650E-03
+  1.1016956696083581E-03  1.1222743057836767E-03  1.1432371100113551E-03
+  1.1645912459227041E-03  1.1863440104254057E-03  1.2085028361715658E-03
+  1.2310752940710489E-03  1.2540690958508850E-03  1.2774920966615979E-03
+  1.3013522977312810E-03  1.3256578490682836E-03  1.3504170522133834E-03
+  1.3756383630423173E-03  1.4013303946195908E-03  1.4275019201044625E-03
+  1.4541618757100542E-03  1.4813193637165183E-03  1.5089836555392396E-03
+  1.5371641948530397E-03  1.5658706007733952E-03  1.5951126710956618E-03
+  1.6249003855933624E-03  1.6552439093765578E-03  1.6861535963113884E-03
+  1.7176399925018569E-03  1.7497138398349537E-03  1.7823860795902491E-03
+  1.8156678561150881E-03  1.8495705205665363E-03  1.8841056347212674E-03
+  1.9192849748545702E-03  1.9551205356896995E-03  1.9916245344188052E-03
+  2.0288094147966756E-03  2.0666878513086050E-03  2.1052727534136388E-03
+  2.1445772698645343E-03  2.1846147931057799E-03  2.2253989637510065E-03
+  2.2669436751411921E-03  2.3092630779850496E-03  2.3523715850830218E-03
+  2.3962838761363348E-03  2.4410149026425749E-03  2.4865798928792732E-03
+  2.5329943569770202E-03  2.5802740920836571E-03  2.6284351876210712E-03
+  2.6774940306362300E-03  2.7274673112480073E-03  2.7783720281914981E-03
+  2.8302254944614141E-03  2.8830453430562933E-03  2.9368495328252159E-03
+  2.9916563544187475E-03  3.0474844363458887E-03  3.1043527511388069E-03
+  3.1622806216271525E-03  3.2212877273238264E-03  3.2813941109240152E-03
+  3.3426201849194397E-03  3.4049867383296644E-03  3.4685149435525488E-03
+  3.5332263633355643E-03  3.5991429578702732E-03  3.6662870920117657E-03
+  3.7346815426252374E-03  3.8043495060617223E-03  3.8753146057651212E-03
+  3.9476009000126650E-03  4.0212328897909566E-03  4.0962355268098190E-03
+  4.1726342216561333E-03  4.2504548520899531E-03  4.3297237714851524E-03
+  4.4104678174169141E-03  4.4927143203984197E-03  4.5764911127690738E-03
+  4.6618265377366712E-03  4.7487494585759342E-03  4.8372892679858538E-03
+  4.9274758976083285E-03  5.0193398277105930E-03  5.1129120970339823E-03
+  5.2082243128115753E-03  5.3053086609573339E-03  5.4041979164293269E-03
+  5.5049254537696928E-03  5.6075252578240177E-03  5.7120319346428043E-03
+  5.8184807225677843E-03  5.9269075035057912E-03  6.0373488143929824E-03
+  6.1498418588522034E-03  6.2644245190463226E-03  6.3811353677303631E-03
+  6.5000136805053134E-03  6.6210994482765193E-03  6.7444333899195161E-03
+  6.8700569651563093E-03  6.9980123876449739E-03  7.1283426382856112E-03
+  7.2610914787455917E-03  7.3963034652071505E-03  7.5340239623402786E-03
+  7.6742991575040193E-03  7.8171760751791705E-03  7.9627025916354562E-03
+  8.1109274498362641E-03  8.2619002745839710E-03  8.4156715879090249E-03
+  8.5722928247057902E-03  8.7318163486182921E-03  8.8942954681789609E-03
+  9.0597844532034517E-03  9.2283385514446443E-03  9.4000140055088971E-03
+  9.5748680700376669E-03  9.7529590291575482E-03  9.9343462142017641E-03
+  1.0119090021706200E-02  1.0307251931683003E-02  1.0498894526174694E-02
+  1.0694081508091874E-02  1.0892877720337368E-02  1.1095349165219832E-02
+  1.1301563024159657E-02  1.1511587677689995E-02  1.1725492725755805E-02
+  1.1943349008313600E-02  1.2165228626234618E-02  1.2391204962514118E-02
+  1.2621352703789336E-02  1.2855747862168684E-02  1.3094467797374573E-02
+  1.3337591239202347E-02  1.3585198310297499E-02  1.3837370549253512E-02
+  1.4094190934032290E-02  1.4355743905709352E-02  1.4622115392545534E-02
+  1.4893392834387139E-02  1.5169665207396018E-02  1.5451023049111293E-02
+  1.5737558483844043E-02  1.6029365248406126E-02  1.6326538718174313E-02
+  1.6629175933490680E-02  1.6937375626399832E-02  1.7251238247723760E-02
+  1.7570865994474483E-02  1.7896362837604738E-02  1.8227834550096592E-02
+  1.8565388735387760E-02  1.8909134856134949E-02  1.9259184263313623E-02
+  1.9615650225652873E-02  1.9978647959404322E-02  2.0348294658443147E-02
+  2.0724709524699424E-02  2.1108013798917458E-02  2.1498330791740437E-02
+  2.1895785915117413E-02  2.2300506714029267E-02  2.2712622898529818E-02
+  2.3132266376097881E-02  2.3559571284295779E-02  2.3994674023728985E-02
+  2.4437713291301448E-02  2.4888830113760634E-02  2.5348167881525469E-02
+  2.5815872382790161E-02  2.6292091837896336E-02  2.6776976933964702E-02
+  2.7270680859777956E-02  2.7773359340904854E-02  2.8285170675055270E-02
+  2.8806275767655549E-02  2.9336838167632023E-02  2.9877024103390531E-02
+  3.0427002518978497E-02  3.0986945110415491E-02  3.1557026362177241E-02
+  3.2137423583817222E-02  3.2728316946708920E-02  3.3329889520891109E-02
+  3.3942327311996798E-02  3.4565819298246689E-02  3.5200557467485322E-02
+  3.5846736854238066E-02  3.6504555576765844E-02  3.7174214874092171E-02
+  3.7855919142977396E-02  3.8549875974812430E-02  3.9256296192403048E-02
+  3.9975393886615258E-02  4.0707386452849430E-02  4.1452494627310453E-02
+  4.2210942523038648E-02  4.2982957665665192E-02  4.3768771028853820E-02
+  4.4568617069388111E-02  4.5382733761863324E-02  4.6211362632937833E-02
+  4.7054748795098994E-02  4.7913140979894679E-02  4.8786791570580912E-02
+  4.9675956634132559E-02  5.0580895952562446E-02  5.1501873053491729E-02
+  5.2439155239911585E-02  5.3393013619074177E-02  5.4363723130447315E-02
+  5.5351562572665956E-02  5.6356814629408607E-02  5.7379765894126467E-02
+  5.8420706893547496E-02  5.9479932109876059E-02  6.0557740001604979E-02
+  6.1654433022853637E-02  6.2770317641141854E-02  6.3905704353506260E-02
+  6.5060907700861675E-02  6.6236246280506617E-02  6.7432042756667587E-02
+  6.8648623868973149E-02  6.9886320438744445E-02  7.1145467372984467E-02
+  7.2426403665943676E-02  7.3729472398135723E-02  7.5055020732671063E-02
+  7.6403399908773123E-02  7.7774965232334292E-02  7.9170076063366387E-02
+  8.0589095800193175E-02  8.2032391860227413E-02  8.3500335657170119E-02
+  8.4993302574462845E-02  8.6511671934818360E-02  8.8055826965649578E-02
+  8.9626154760208951E-02  9.1223046234245916E-02  9.2846896077981730E-02
+  9.4498102703195905E-02  9.6177068185209671E-02  9.7884198199547315E-02
+  9.9619901953046444E-02  1.0138459210918303E-01  1.0317868470736764E-01
+  1.0500259907596365E-01  1.0685675773876839E-01  1.0874158631469114E-01
+  1.1065751341035403E-01  1.1260497050533289E-01  1.1458439182974645E-01
+  1.1659621423389475E-01  1.1864087704963792E-01  1.2071882194319709E-01
+  1.2283049275905220E-01  1.2497633535459993E-01  1.2715679742522656E-01
+  1.2937232831944240E-01  1.3162337884371250E-01  1.3391040105661103E-01
+  1.3623384805191527E-01  1.3859417373024674E-01  1.4099183255885603E-01
+  1.4342727931913951E-01  1.4590096884146422E-01  1.4841335572686856E-01
+  1.5096489405519736E-01  1.5355603707921803E-01  1.5618723690425568E-01
+  1.5885894415287613E-01  1.6157160761413492E-01  1.6432567387690114E-01
+  1.6712158694675636E-01  1.6995978784595842E-01  1.7284071419595323E-01
+  1.7576479978190537E-01  1.7873247409871437E-01  1.8174416187797265E-01
+  1.8480028259531228E-01  1.8790124995758650E-01  1.9104747136931721E-01
+  1.9423934737784027E-01  1.9747727109657054E-01  2.0076162760580812E-01
+  2.0409279333049613E-01  2.0747113539434672E-01  2.1089701094974081E-01
+  2.1437076648281042E-01  2.1789273709311124E-01  2.2146324574729331E-01
+  2.2508260250618037E-01  2.2875110372467053E-01  2.3246903122387785E-01
+  2.3623665143493874E-01  2.4005421451391629E-01  2.4392195342724468E-01
+  2.4784008300716950E-01  2.5180879897665021E-01  2.5582827694321086E-01
+  2.5989867136124034E-01  2.6402011446226736E-01  2.6819271515275594E-01
+  2.7241655787899682E-01  2.7669170145869598E-01  2.8101817787889938E-01
+  2.8539599105992391E-01  2.8982511558500723E-01  2.9430549539543455E-01
+  2.9883704245094322E-01  3.0341963535526334E-01  3.0805311794670703E-01
+  3.1273729785378002E-01  3.1747194501585624E-01  3.2225679016903391E-01
+  3.2709152329735086E-01  3.3197579204965111E-01  3.3690920012245368E-01
+  3.4189130560929071E-01  3.4692161931707660E-01  3.5199960305018407E-01
+  3.5712466786302066E-01  3.6229617228202171E-01  3.6751342049811547E-01
+  3.7277566053085465E-01  3.7808208236556129E-01  3.8343181606499449E-01
+  3.8882392985722003E-01  3.9425742820153908E-01  3.9973124983453096E-01
+  4.0524426579846007E-01  4.1079527745451355E-01  4.1638301448356191E-01
+  4.2200613287736721E-01  4.2766321292341730E-01  4.3335275718682459E-01
+  4.3907318849299604E-01  4.4482284791508087E-01  4.5059999277048973E-01
+  4.5640279463110522E-01  4.6222933735212524E-01  4.6807761512482537E-01
+  4.7394553055888544E-01  4.7983089280029512E-01  4.8573141569123879E-01
+  4.9164471597876402E-01  4.9756831157944731E-01  5.0349961990770509E-01
+  5.0943595627583715E-01  5.1537453237434994E-01  5.2131245484157340E-01
+  5.2724672393206951E-01  5.3317423229382521E-01  5.3909176386473012E-01
+  5.4499599289934886E-01  5.5088348313753166E-01  5.5675068712693287E-01
+  5.6259394571204968E-01  5.6840948770293398E-01  5.7419342973728038E-01
+  5.7994177635013500E-01  5.8565042026601855E-01  5.9131514292879095E-01
+  5.9693161528512173E-01  6.0249539883794356E-01  6.0800194698677523E-01
+  6.1344660667228101E-01  6.1882462034289631E-01  6.2413112826177197E-01
+  6.2936117117269852E-01  6.3450969334400653E-01  6.3957154600976285E-01
+  6.4454149122781745E-01  6.4941420617445345E-01  6.5418428789549699E-01
+  6.5884625853378920E-01  6.6339457105285449E-01  6.6782361547644009E-01
+  6.7212772566334178E-01  6.7630118663651029E-01  6.8033824248491537E-01
+  6.8423310485593836E-01  6.8797996205521472E-01  6.9157298876979867E-01
+  6.9500635642927711E-01  6.9827424421800588E-01  7.0137085074992911E-01
+  7.0429040641549479E-01  7.0702718640793938E-01  7.0957552443368588E-01
+  7.1192982710874386E-01  7.1408458903979932E-01  7.1603440858512524E-01
+  7.1777400428648264E-01  7.1929823195881115E-01  7.2060210241970446E-01
+  7.2168079983538413E-01  7.2252970065412925E-01  7.2314439309184508E-01
+  7.2352069712764933E-01  7.2365468495999130E-01  7.2354270186589331E-01
+  7.2318138739737836E-01  7.2256769684002842E-01  7.2169892284889225E-01
+  7.2057271716660487E-01  7.1918711231765187E-01  7.1754054316113547E-01
+  7.1563186817228608E-01  7.1346039031028330E-01  7.1102587731674571E-01
+  7.0832858127564535E-01  7.0536925725135602E-01  7.0214918080726885E-01
+  6.9867016419294714E-01  6.9493457097329681E-01  6.9094532885889925E-01
+  6.8670594048266320E-01  6.8222049185458100E-01  6.7749365821386520E-01
+  6.7253070698650874E-01  6.6733749754668037E-01  6.6192047747284133E-01
+  6.5628667498463045E-01  6.5044368724492574E-01  6.4439966421393069E-01
+  6.3816328774933140E-01  6.3174374565961489E-01  6.2515070043752052E-01
+  6.1839425242862334E-01  6.1148489722764188E-01  6.0443347714382123E-01
+  5.9725112663849667E-01  5.8994921171489856E-01  5.8253926333456596E-01
+  5.7503290504932314E-01  5.6744177517549366E-01  5.5977744400139917E-01
+  5.5205132671397028E-01  5.4427459296000902E-01  5.3645807422693725E-01
+  5.2861217054249321E-01  5.2074675835875039E-01  5.1287110191011276E-01
+  5.0499377082537189E-01  4.9712256733900767E-01  4.8926446709679816E-01
+  4.8142557829598964E-01  4.7361112475334477E-01  4.6582545946877546E-01
+  4.5807211636330647E-01  4.5035390913492807E-01  4.4267308761337792E-01
+  4.3503156362627032E-01  4.2743122023821306E-01  4.1987391074033897E-01
+  4.1236145764496807E-01  4.0489565168650488E-01  3.9747825082977889E-01
+  3.9011097928710980E-01  3.8279552654546706E-01  3.7553354640516790E-01
+  3.6832665603164477E-01  3.6117643502189151E-01  3.5408442448727628E-01
+  3.4705212615449327E-01  3.4008100148649473E-01  3.3317247082532664E-01
+  3.2632791255885607E-01  3.1954866231345058E-01  3.1283601217472773E-01
+===== TPHI 4 =====   [tphi(r)=TPHI(r)/r*Ylm(th,ph)]
+ 1  : radial mesh index
+  0.0000000000000000E+00  1.7319341672519825E-17  6.9923212584885512E-17
+  1.5879619712061567E-16  2.8494430444764622E-16  4.4939539704480468E-16
+  6.5319962749842387E-16  8.9742988372610431E-16  1.1831822427875146E-15
+  1.5115764334452796E-15  1.8837563076419081E-15  2.3008903210619272E-15
+  2.7641720229515619E-15  3.2748205553716333E-15  3.8340811620623277E-15
+  4.4432257071024257E-15  5.1035532035483067E-15  5.8163903522422864E-15
+  6.5830920909826673E-15  7.4050421542521351E-15  8.2836536437044787E-15
+  9.2203696096133844E-15  1.0216663643491056E-14  1.1274040482088267E-14
+  1.2394036622991216E-14  1.3578220952034956E-14  1.4828195382757184E-14
+  1.6145595508120020E-14  1.7532091264732371E-14  1.8989387609809346E-14
+  2.0519225211109491E-14  2.2123381150096090E-14  2.3803669638571886E-14
+  2.5561942749042852E-14  2.7400091159070240E-14  2.9320044909875727E-14
+  3.1323774179469215E-14  3.3413290070573504E-14  3.5590645413626317E-14
+  3.7857935585144085E-14  4.0217299341738247E-14  4.2670919670079646E-14
+  4.5221024653112920E-14  4.7869888352827055E-14  5.0619831709896372E-14
+  5.3473223460508912E-14  5.6432481070708551E-14  5.9500071688580685E-14
+  6.2678513114618726E-14  6.5970374790614932E-14  6.9378278807425400E-14
+  7.2904900931965397E-14  7.6552971653798125E-14  8.0325277251686913E-14
+  8.4224660880488034E-14  8.8254023678767077E-14  9.2416325897531302E-14
+  9.6714588050475277E-14  1.0115189208614648E-13  1.0573138258244454E-13
+  1.1045626796387430E-13  1.1532982174198419E-13  1.2035538377942442E-13
+  1.2553636157807316E-13  1.3087623159168288E-13  1.3637854056350950E-13
+  1.4204690688939705E-13  1.4788502200679452E-13  1.5389665181019802E-13
+  1.6008563809351214E-13  1.6645590001984179E-13  1.7301143561922851E-13
+  1.7975632331485990E-13  1.8669472347828788E-13  1.9383088001420231E-13
+  2.0116912197531808E-13  2.0871386520794094E-13  2.1646961402879281E-13
+  2.2444096293368188E-13  2.3263259833862205E-13  2.4104930035400818E-13
+  2.4969594459247267E-13  2.5857750401105656E-13  2.6769905078834318E-13
+  2.7706575823720865E-13  2.8668290275386425E-13  2.9655586580387214E-13
+  3.0669013594582942E-13  3.1709131089343195E-13  3.2776509961663846E-13
+  3.3871732448267099E-13  3.4995392343760484E-13  3.6148095222930515E-13
+  3.7330458667249456E-13  3.8543112495674407E-13  3.9786698999818928E-13
+  4.1061873183580083E-13  4.2369303007304565E-13  4.3709669636579050E-13
+  4.5083667695732130E-13  4.6492005526136067E-13  4.7935405449399087E-13
+  4.9414604035539850E-13  5.0930352376237925E-13  5.2483416363255715E-13
+  5.4074576972129076E-13  5.5704630551225912E-13  5.7374389116273037E-13
+  5.9084680650455082E-13  6.0836349410189330E-13  6.2630256236683637E-13
+  6.4467278873386147E-13  6.6348312289437379E-13  6.8274269009237598E-13
+  7.0246079448244397E-13  7.2264692255117622E-13  7.4331074660330976E-13
+  7.6446212831371519E-13  7.8611112234651376E-13  8.0826798004257479E-13
+  8.3094315317667435E-13  8.5414729778563569E-13  8.7789127806876923E-13
+  9.0218617036198511E-13  9.2704326718695330E-13  9.5247408137672424E-13
+  9.7849035027924394E-13  1.0051040400402306E-12  1.0323273499669021E-12
+  1.0601727169740671E-12  1.0886528201141386E-12  1.1177805851926308E-12
+  1.1475691894707601E-12  1.1780320664567716E-12  1.2091829107876719E-12
+  1.2410356832030482E-12  1.2736046156127210E-12  1.3069042162599784E-12
+  1.3409492749821914E-12  1.3757548685706408E-12  1.4113363662314146E-12
+  1.4477094351492742E-12  1.4848900461564204E-12  1.5228944795081339E-12
+  1.5617393307672916E-12  1.6014415167997979E-12  1.6420182818830265E-12
+  1.6834872039293776E-12  1.7258662008271211E-12  1.7691735369007212E-12
+  1.8134278294928933E-12  1.8586480556706652E-12  1.9048535590577767E-12
+  1.9520640567957831E-12  2.0002996466362907E-12  2.0495808141667692E-12
+  2.0999284401724459E-12  2.1513638081368525E-12  2.2039086118836071E-12
+  2.2575849633620936E-12  2.3124154005797237E-12  2.3684228956835504E-12
+  2.4256308631940156E-12  2.4840631683936938E-12  2.5437441358739420E-12
+  2.6046985582424141E-12  2.6669517049944493E-12  2.7305293315514208E-12
+  2.7954576884691703E-12  2.8617635308197129E-12  2.9294741277494740E-12
+  2.9986172722173439E-12  3.0692212909159615E-12  3.1413150543796218E-12
+  3.2149279872823291E-12  3.2900900789295528E-12  3.3668318939473369E-12
+  3.4451845831724232E-12  3.5251798947471923E-12  3.6068501854232530E-12
+  3.6902284320775843E-12  3.7753482434452143E-12  3.8622438720725130E-12
+  3.9509502264952049E-12  4.0415028836453441E-12  4.1339381014915130E-12
+  4.2282928319166464E-12  4.3246047338379215E-12  4.4229121865732280E-12
+  4.5232543034588886E-12  4.6256709457232910E-12  4.7302027366212601E-12
+  4.8368910758340329E-12  4.9457781541398359E-12  5.0569069683601190E-12
+  5.1703213365866077E-12  5.2860659136944710E-12  5.4041862071469100E-12
+  5.5247285930966754E-12  5.6477403327900588E-12  5.7732695892790133E-12
+  5.9013654444472191E-12  6.0320779163559011E-12  6.1654579769154772E-12
+  6.3015575698890807E-12  6.4404296292341865E-12  6.5821280977886817E-12
+  6.7267079463078561E-12  6.8742251928588277E-12  7.0247369225791603E-12
+  7.1783013078064643E-12  7.3349776285859158E-12  7.4948262935628132E-12
+  7.6579088612673605E-12  7.8242880617990081E-12  7.9940278189178839E-12
+  8.1671932725508607E-12  8.3438508017201272E-12  8.5240680479020690E-12
+  8.7079139388246244E-12  8.8954587127112217E-12  9.0867739429797552E-12
+  9.2819325634050532E-12  9.4810088937535585E-12  9.6840786658990363E-12
+  9.8912190504283796E-12  1.0102508683746560E-11  1.0318027695690207E-11
+  1.0537857737659305E-11  1.0762082011276640E-11  1.0990785297584949E-11
+  1.1224053986791845E-11  1.1461976108572705E-11  1.1704641362942048E-11
+  1.1952141151703998E-11  1.2204568610492694E-11  1.2462018641413659E-11
+  1.2724587946297468E-11  1.2992375060577050E-11  1.3265480387800396E-11
+  1.3544006234790578E-11  1.3828056847465058E-11  1.4117738447326874E-11
+  1.4413159268639982E-11  1.4714429596301874E-11  1.5021661804426205E-11
+  1.5334970395649043E-11  1.5654472041172019E-11  1.5980285621556326E-11
+  1.6312532268281560E-11  1.6651335406083762E-11  1.6996820796087193E-11
+  1.7349116579744735E-11  1.7708353323602076E-11  1.8074664064901014E-11
+  1.8448184358037680E-11  1.8829052321891642E-11  1.9217408688042170E-11
+  1.9613396849888284E-11  2.0017162912689574E-11  2.0428855744544793E-11
+  2.0848627028326147E-11  2.1276631314586768E-11  2.1713026075459914E-11
+  2.2157971759568184E-11  2.2611631847961927E-11  2.3074172911105800E-11
+  2.3545764666933400E-11  2.4026580039989682E-11  2.4516795221681756E-11
+  2.5016589731658571E-11  2.5526146480340854E-11  2.6045651832622653E-11
+  2.6575295672766441E-11  2.7115271470514132E-11  2.7665776348436919E-11
+  2.8227011150546703E-11  2.8799180512193210E-11  2.9382492931270523E-11
+  2.9977160840757617E-11  3.0583400682617931E-11  3.1201432983083303E-11
+  3.1831482429348237E-11  3.2473777947700842E-11  3.3128552783117384E-11
+  3.3796044580347798E-11  3.4476495466520068E-11  3.5170152135291784E-11
+  3.5877265932578087E-11  3.6598092943885178E-11  3.7332894083279832E-11
+  3.8081935184024827E-11  3.8845487090912428E-11  3.9623825754326770E-11
+  4.0417232326068141E-11  4.1225993256971712E-11  4.2050400396354581E-11
+  4.2890751093325051E-11  4.3747348299989255E-11  4.4620500676590477E-11
+  4.5510522698617278E-11  4.6417734765917377E-11  4.7342463313854744E-11
+  4.8285040926548231E-11  4.9245806452230330E-11  5.0225105120766349E-11
+  5.1223288663373761E-11  5.2240715434583172E-11  5.3277750536483124E-11
+  5.4334765945290862E-11  5.5412140640292918E-11  5.6510260735200095E-11
+  5.7629519611961193E-11  5.8770318057082710E-11  5.9933064400499868E-11
+  6.1118174657048208E-11  6.2326072670583238E-11  6.3557190260798381E-11
+  6.4811967372791133E-11  6.6090852229429518E-11  6.7394301486570468E-11
+  6.8722780391184089E-11  7.0076762942437656E-11  7.1456732055795263E-11
+  7.2863179730188956E-11  7.4296607218319075E-11  7.5757525200142493E-11
+  7.7246453959608034E-11  7.8763923564699975E-11  8.0310474050851582E-11
+  8.1886655607791430E-11  8.3493028769887231E-11  8.5130164610051866E-11
+  8.6798644937278978E-11  8.8499062497875273E-11  9.0232021180459459E-11
+  9.1998136224797384E-11  9.3798034434546259E-11  9.5632354393979623E-11
+  9.7501746688768945E-11  9.9406874130896538E-11  1.0134841198777787E-10
+  1.0332704821567177E-10  1.0534348369745833E-10  1.0739843248486675E-10
+  1.0949262204523589E-10  1.1162679351289269E-10  1.1380170194523451E-10
+  1.1601811658360349E-10  1.1827682111904245E-10  1.2057861396302373E-10
+  1.2292430852324414E-10  1.2531473348457984E-10  1.2775073309529966E-10
+  1.3023316745863212E-10  1.3276291282978948E-10  1.3534086191854860E-10
+  1.3796792419749385E-10  1.4064502621602678E-10  1.4337311192025178E-10
+  1.4615314297884593E-10  1.4898609911502704E-10  1.5187297844473147E-10
+  1.5481479782112004E-10  1.5781259318552905E-10  1.6086741992498725E-10
+  1.6398035323642171E-10  1.6715248849767769E-10  1.7038494164547934E-10
+  1.7367884956046206E-10  1.7703537045940716E-10  1.8045568429481594E-10
+  1.8394099316195740E-10  1.8749252171353196E-10  1.9111151758209190E-10
+  1.9479925181036450E-10  1.9855701928962535E-10  2.0238613920627179E-10
+  2.0628795549675071E-10  2.1026383731099705E-10  2.1431517948454028E-10
+  2.1844340301944358E-10  2.2264995557423856E-10  2.2693631196302563E-10
+  2.3130397466390943E-10  2.3575447433694579E-10  2.4028937035177612E-10
+  2.4491025132513312E-10  2.4961873566839845E-10  2.5441647214540431E-10
+  2.5930514044066767E-10  2.6428645173825298E-10  2.6936214931146339E-10
+  2.7453400912356115E-10  2.7980384043972316E-10  2.8517348645044443E-10
+  2.9064482490660028E-10  2.9621976876638719E-10  3.0190026685436388E-10
+  3.0768830453281873E-10  3.1358590438569391E-10  3.1959512691530136E-10
+  3.2571807125206945E-10  3.3195687587756449E-10  3.3831371936103391E-10
+  3.4479082110972544E-10  3.5139044213323936E-10  3.5811488582217613E-10
+  3.6496649874134565E-10  3.7194767143781191E-10  3.7906083926405084E-10
+  3.8630848321650064E-10  3.9369313078979613E-10  4.0121735684697865E-10
+  4.0888378450597992E-10  4.1669508604268442E-10  4.2465398381088030E-10
+  4.3276325117941461E-10  4.4102571348687580E-10  4.4944424901412645E-10
+  4.5802178997502623E-10  4.6676132352568090E-10  4.7566589279256523E-10
+  4.8473859791987205E-10  4.9398259713644887E-10  5.0340110784268310E-10
+  5.1299740771771607E-10  5.2277483584735956E-10  5.3273679387310544E-10
+  5.4288674716262168E-10  5.5322822600213584E-10  5.6376482681111682E-10
+  5.7450021337966936E-10  5.8543811812906872E-10  5.9658234339586314E-10
+  6.0793676273999485E-10  6.1950532227737402E-10  6.3129204203737644E-10
+  6.4330101734572283E-10  6.5553642023321475E-10  6.6800250087081650E-10
+  6.8070358903156713E-10  6.9364409557983028E-10  7.0682851398839040E-10
+  7.2026142188391550E-10  7.3394748262131952E-10  7.4789144688755917E-10
+  7.6209815433542359E-10  7.7657253524786494E-10  7.9131961223346275E-10
+  8.0634450195357005E-10  8.2165241688176988E-10  8.3724866709622356E-10
+  8.5313866210553111E-10  8.6932791270873064E-10  8.8582203289007672E-10
+  9.0262674174924667E-10  9.1974786546763255E-10  9.3719133931140122E-10
+  9.5496320967200470E-10  9.7306963614484295E-10  9.9151689364678735E-10
+  1.0103113745733020E-09  1.0294595909958904E-09  1.0489681769006305E-09
+  1.0688438904685606E-09  1.0890936163987056E-09  1.1097243682745273E-09
+  1.1307432909746278E-09  1.1521576631285183E-09  1.1739748996183053E-09
+  1.1962025541271443E-09  1.2188483217353481E-09  1.2419200415650213E-09
+  1.2654256994741492E-09  1.2893734308010463E-09  1.3137715231601230E-09
+  1.3386284192899159E-09  1.3639527199543644E-09  1.3897531868983318E-09
+  1.4160387458583791E-09  1.4428184896298272E-09  1.4701016811911607E-09
+  1.4978977568868414E-09  1.5262163296696281E-09  1.5550671924035118E-09
+  1.5844603212283974E-09  1.6144058789876921E-09  1.6449142187199732E-09
+  1.6759958872159281E-09  1.7076616286417989E-09  1.7399223882305577E-09
+  1.7727893160420966E-09  1.8062737707937071E-09  1.8403873237621758E-09
+  1.8751417627588192E-09  1.9105490961788428E-09  1.9466215571263902E-09
+  1.9833716076167126E-09  2.0208119428568988E-09  2.0589554956066224E-09
+  2.0978154406204211E-09  2.1374051991730085E-09  2.1777384436691995E-09
+  2.2188291023400005E-09  2.2606913640264909E-09  2.3033396830531454E-09
+  2.3467887841922438E-09  2.3910536677211000E-09  2.4361496145738173E-09
+  2.4820921915893586E-09  2.5288972568577191E-09  2.5765809651660444E-09
+  2.6251597735465498E-09  2.6746504469281546E-09  2.7250700638937673E-09
+  2.7764360225451942E-09  2.8287660464776783E-09  2.8820781908661359E-09
+  2.9363908486651558E-09  2.9917227569248948E-09  3.0480930032250549E-09
+  3.1055210322291133E-09  3.1640266523610862E-09  3.2236300426070981E-09
+  3.2843517594440901E-09  3.3462127438980617E-09  3.4092343287342307E-09
+  3.4734382457816223E-09  3.5388466333945599E-09  3.6054820440536476E-09
+  3.6733674521088210E-09  3.7425262616671529E-09  3.8129823146280986E-09
+  3.8847598988689439E-09  3.9578837565832591E-09  4.0323790927752219E-09
+  4.1082715839127284E-09  4.1855873867422480E-09  4.2643531472684530E-09
+  4.3445960099017006E-09  4.4263436267764979E-09  4.5096241672441768E-09
+  4.5944663275429706E-09  4.6808993406488920E-09  4.7689529863107071E-09
+  4.8586576012725230E-09  4.9500440896874322E-09  5.0431439337258282E-09
+  5.1379892043820060E-09  5.2346125724827698E-09  5.3330473199018058E-09
+  5.4333273509836872E-09  5.5354872041814081E-09  5.6395620639114579E-09
+  5.7455877726304844E-09  5.8536008431376939E-09  5.9636384711072142E-09
+  6.0757385478547033E-09  6.1899396733426061E-09  6.3062811694284772E-09
+  6.4248030933609836E-09  6.5455462515281157E-09  6.6685522134624393E-09
+  6.7938633261080731E-09  6.9215227283543832E-09  7.0515743658413252E-09
+  7.1840630060415132E-09  7.3190342536242052E-09  7.4565345661064786E-09
+  7.5966112697969379E-09  7.7393125760374224E-09  7.8846875977483487E-09
+  8.0327863662832344E-09  8.1836598485983381E-09  8.3373599647431679E-09
+  8.4939396056779369E-09  8.6534526514240354E-09  8.8159539895538466E-09
+  8.9814995340259801E-09  9.1501462443727518E-09  9.3219521452462074E-09
+  9.4969763463294891E-09  9.6752790626204148E-09  9.8569216350941351E-09
+  1.0041966551752031E-08  1.0230477469064022E-08  1.0422519233811690E-08
+  1.0618157905339631E-08  1.0817460778222745E-08  1.1020496405357190E-08
+  1.1227334621482944E-08  1.1438046567145992E-08  1.1652704713108457E-08
+  1.1871382885214925E-08  1.2094156289723551E-08  1.2321101539110678E-08
+  1.2552296678357715E-08  1.2787821211729376E-08  1.3027756130052406E-08
+  1.3272183938504184E-08  1.3521188684920754E-08  1.3774855988633863E-08
+  1.4033273069847109E-08  1.4296528779561051E-08  1.4564713630057725E-08
+  1.4837919825954871E-08  1.5116241295840645E-08  1.5399773724499592E-08
+  1.5688614585740897E-08  1.5982863175840312E-08  1.6282620647607076E-08
+  1.6587990045087540E-08  1.6899076338917552E-08  1.7215986462335430E-08
+  1.7538829347868207E-08  1.7867715964703429E-08  1.8202759356759584E-08
+  1.8544074681467934E-08  1.8891779249279358E-08  1.9245992563909534E-08
+  1.9606836363336307E-08  1.9974434661563318E-08  2.0348913791164286E-08
+  2.0730402446622394E-08  2.1119031728479760E-08  2.1514935188312011E-08
+  2.1918248874543553E-08  2.2329111379119080E-08  2.2747663885047397E-08
+  2.3174050214833915E-08  2.3608416879818263E-08  2.4050913130434213E-08
+  2.4501691007408770E-08  2.4960905393918370E-08  2.5428714068719820E-08
+  2.5905277760274256E-08  2.6390760201882740E-08  2.6885328187852354E-08
+  2.7389151630712091E-08  2.7902403619497991E-08  2.8425260479127801E-08
+  2.8957901830885341E-08  2.9500510654035230E-08  3.0053273348589331E-08
+  3.0616379799246299E-08  3.1190023440526067E-08  3.1774401323121883E-08
+  3.2369714181492359E-08  3.2976166502716844E-08  3.3593966596637791E-08
+  3.4223326667314042E-08  3.4864462885809575E-08  3.5517595464342741E-08
+  3.6182948731821336E-08  3.6860751210789454E-08  3.7551235695812429E-08
+  3.8254639333326922E-08  3.8971203702983335E-08  3.9701174900508482E-08
+  4.0444803622117122E-08  4.1202345250501082E-08  4.1974059942425425E-08
+  4.2760212717962022E-08  4.3561073551390684E-08  4.4376917463799419E-08
+  4.5208024617415350E-08  4.6054680411698612E-08  4.6917175581232356E-08
+  4.7795806295442310E-08  4.8690874260180029E-08  4.9602686821204838E-08
+  5.0531557069599903E-08  5.1477803949158333E-08  5.2441752365776614E-08
+  5.3423733298892331E-08  5.4424083915004934E-08  5.5443147683318081E-08
+  5.6481274493543330E-08  5.7538820775905631E-08  5.8616149623391723E-08
+  5.9713630916283472E-08  6.0831641449018432E-08  6.1970565059421919E-08
+  6.3130792760353933E-08  6.4312722873816922E-08  6.5516761167569981E-08
+  6.6743320994296256E-08  6.7992823433371409E-08  6.9265697435281912E-08
+  7.0562379968742415E-08  7.1883316170562661E-08  7.3228959498315687E-08
+  7.4599771885859068E-08  7.5996223901763216E-08  7.7418794910700398E-08
+  7.8867973237850408E-08  8.0344256336378737E-08  8.1848150958045278E-08
+  8.3380173327001280E-08  8.4940849316834912E-08  8.6530714630925862E-08
+  8.8150314986170410E-08  8.9800206300140874E-08  9.1480954881742374E-08
+  9.3193137625434319E-08  9.4937342209080006E-08  9.6714167295495701E-08
+  9.8524222737765949E-08  1.0036812978839638E-07  1.0224652131237589E-07
+  1.0416004200422038E-07  1.0610934860907368E-07  1.0809511014794074E-07
+  1.1011800814713031E-07  1.1217873687198603E-07  1.1427800356498607E-07
+  1.1641652868829300E-07  1.1859504617083660E-07  1.2081430366001522E-07
+  1.2307506277810111E-07  1.2537809938343838E-07  1.2772420383652220E-07
+  1.3011418127105223E-07  1.3254885187005064E-07  1.3502905114714250E-07
+  1.3755563023309182E-07  1.4012945616769440E-07  1.4275141219712518E-07
+  1.4542239807684413E-07  1.4814333038016253E-07  1.5091514281257770E-07
+  1.5373878653198147E-07  1.5661523047485444E-07  1.5954546168855694E-07
+  1.6253048566982995E-07  1.6557132670962357E-07  1.6866902824436997E-07
+  1.7182465321382233E-07  1.7503928442558173E-07  1.7831402492643675E-07
+  1.8164999838064507E-07  1.8504834945528362E-07  1.8851024421280257E-07
+  1.9203687051091589E-07  1.9562943840996602E-07  1.9928918058790272E-07
+  2.0301735276301821E-07  2.0681523412458345E-07  2.1068412777153329E-07
+  2.1462536115935158E-07  2.1864028655530774E-07  2.2273028150220395E-07
+  2.2689674929078809E-07  2.3114111944099847E-07  2.3546484819220218E-07
+  2.3986941900259711E-07  2.4435634305794814E-07  2.4892715978983251E-07
+  2.5358343740357096E-07  2.5832677341602765E-07  2.6315879520346097E-07
+  2.6808116055961590E-07  2.7309555826424597E-07  2.7820370866226319E-07
+  2.8340736425371283E-07  2.8870831029477414E-07  2.9410836540999738E-07
+  2.9960938221598133E-07  3.0521324795671137E-07  3.1092188515077053E-07
+  3.1673725225064891E-07  3.2266134431437777E-07  3.2869619368971503E-07
+  3.3484387071112207E-07  3.4110648440976677E-07  3.4748618323679788E-07
+  3.5398515580014000E-07  3.6060563161505792E-07  3.6734988186875443E-07
+  3.7422022019925632E-07  3.8121900348886211E-07  3.8834863267241903E-07
+  3.9561155356070982E-07  4.0301025767923057E-07  4.1054728312264547E-07
+  4.1822521542521616E-07  4.2604668844749866E-07  4.3401438527961784E-07
+  4.4213103916142289E-07  4.5039943441984725E-07  4.5882240742378617E-07
+  4.6740284755682582E-07  4.7614369820815612E-07  4.8504795778200434E-07
+  4.9411868072593970E-07  5.0335897857840055E-07  5.1277202103580104E-07
+  5.2236103703958712E-07  5.3212931588361386E-07  5.4208020834222075E-07
+  5.5221712781939803E-07  5.6254355151943080E-07  5.7306302163943171E-07
+  5.8377914658416218E-07  5.9469560220356619E-07  6.0581613305343651E-07
+  6.1714455367964815E-07  6.2868474992640116E-07  6.4044068026891635E-07
+  6.5241637717104994E-07  6.6461594846828216E-07  6.7704357877656408E-07
+  6.8970353092750143E-07  7.0260014743036808E-07  7.1573785196145118E-07
+  7.2912115088124111E-07  7.4275463477998360E-07  7.5664298005212687E-07
+  7.7079095050020354E-07  7.8520339896869807E-07  7.9988526900845814E-07
+  8.1484159657222616E-07  8.3007751174186709E-07  8.4559824048789095E-07
+  8.6140910646186814E-07  8.7751553282235970E-07  8.9392304409498286E-07
+  9.1063726806725261E-07  9.2766393771885354E-07  9.4500889318799803E-07
+  9.6267808377455056E-07  9.8067756998060415E-07  9.9901352558920790E-07
+  1.0176922397819682E-06  1.0367201192962311E-06  1.0561036906226090E-06
+  1.0758496022435936E-06  1.0959646269140245E-06  1.1164556639841985E-06
+  1.1373297417664207E-06  1.1585940199457991E-06  1.1802557920361246E-06
+  1.2023224878816699E-06  1.2248016762057685E-06  1.2477010672070535E-06
+  1.2710285152042400E-06  1.2947920213303677E-06  1.3189997362774210E-06
+  1.3436599630922775E-06  1.3687811600249398E-06  1.3943719434300286E-06
+  1.4204410907225364E-06  1.4469975433888569E-06  1.4740504100541240E-06
+  1.5016089696069120E-06  1.5296826743823746E-06  1.5582811534049104E-06
+  1.5874142156914794E-06  1.6170918536166909E-06  1.6473242463408318E-06
+  1.6781217633020097E-06  1.7094949677736004E-06  1.7414546204882451E-06
+  1.7740116833296163E-06  1.8071773230932446E-06  1.8409629153176698E-06
+  1.8753800481872833E-06  1.9104405265081382E-06  1.9461563757581482E-06
+  1.9825398462130334E-06  2.0196034171494570E-06  2.0573598011267714E-06
+  2.0958219483488750E-06  2.1350030511076461E-06  2.1749165483095156E-06
+  2.2155761300867112E-06  2.2569957424947640E-06  2.2991895922979073E-06
+  2.3421721518439837E-06  2.3859581640305728E-06  2.4305626473640164E-06
+  2.4760009011131080E-06  2.5222885105591891E-06  2.5694413523444934E-06
+  2.6174755999205461E-06  2.6664077290985226E-06  2.7162545237034465E-06
+  2.7670330813342011E-06  2.8187608192313136E-06  2.8714554802545451E-06
+  2.9251351389723417E-06  2.9798182078652369E-06  3.0355234436453447E-06
+  3.0922699536941221E-06  3.1500772026206120E-06  3.2089650189424102E-06
+  3.2689536018917441E-06  3.3300635283488018E-06  3.3923157599049672E-06
+  3.4557316500581912E-06  3.5203329515430597E-06  3.5861418237980732E-06
+  3.6531808405727056E-06  3.7214729976768624E-06  3.7910417208754212E-06
+  3.8619108739305396E-06  3.9341047667945684E-06  4.0076481639563060E-06
+  4.0825662929435572E-06  4.1588848529848628E-06  4.2366300238334215E-06
+  4.3158284747562369E-06  4.3965073736915852E-06  4.4786943965779649E-06
+  4.5624177368577569E-06  4.6477061151588541E-06  4.7345887891576034E-06
+  4.8230955636264949E-06  4.9132568006700005E-06  5.0051034301521802E-06
+  5.0986669603195673E-06  5.1939794886230671E-06  5.2910737127425798E-06
+  5.3899829418181296E-06  5.4907411078914233E-06  5.5933827775617821E-06
+  5.6979431638604187E-06  5.8044581383472433E-06  5.9129642434343170E-06
+  6.0234987049402400E-06  6.1360994448798077E-06  6.2508050944933471E-06
+  6.3676550075202468E-06  6.4866892737212837E-06  6.6079487326543669E-06
+  6.7314749877085768E-06  6.8573104204011943E-06  6.9854982049428223E-06
+  7.1160823230755510E-06  7.2491075791893037E-06  7.3846196157216544E-06
+  7.5226649288463780E-06  7.6632908844562191E-06  7.8065457344453943E-06
+  7.9524786332974547E-06  8.1011396549842975E-06  8.2525798101821220E-06
+  8.4068510638103886E-06  8.5640063528997411E-06  8.7240996047952029E-06
+  8.8871857557008972E-06  9.0533207695727243E-06  9.2225616573656063E-06
+  9.3949664966418912E-06  9.5705944515478056E-06  9.7495057931648696E-06
+  9.9317619202432961E-06  1.0117425380324640E-05  1.0306559891261008E-05
+  1.0499230363138312E-05  1.0695502920611184E-05  1.0895444925657323E-05
+  1.1099125000759198E-05  1.1306613052521159E-05  1.1517980295730174E-05
+  1.1733299277868585E-05  1.1952643904087410E-05  1.2176089462648876E-05
+  1.2403712650847080E-05  1.2635591601415773E-05  1.2871805909432504E-05
+  1.3112436659728494E-05  1.3357566454813817E-05  1.3607279443327587E-05
+  1.3861661349023155E-05  1.4120799500298365E-05  1.4384782860281250E-05
+  1.4653702057481601E-05  1.4927649417019219E-05  1.5206718992439692E-05
+  1.5491006598128868E-05  1.5780609842337336E-05  1.6075628160826538E-05
+  1.6376162851148169E-05  1.6682317107569052E-05  1.6994196056653551E-05
+  1.7311906793516141E-05  1.7635558418756741E-05  1.7965262076091848E-05
+  1.8301130990694616E-05  1.8643280508257441E-05  1.8991828134790674E-05
+  1.9346893577171466E-05  1.9708598784457122E-05  2.0077067989977364E-05
+  2.0452427754220313E-05  2.0834807008527428E-05  2.1224337099612725E-05
+  2.1621151834921885E-05  2.2025387528847377E-05  2.2437183049815864E-05
+  2.2856679868264502E-05  2.3284022105522998E-05  2.3719356583618991E-05
+  2.4162832876023960E-05  2.4614603359357941E-05  2.5074823266071198E-05
+  2.5543650738121624E-05  2.6021246881666725E-05  2.6507775822789796E-05
+  2.7003404764279855E-05  2.7508304043485726E-05  2.8022647191264587E-05
+  2.8546610992046176E-05  2.9080375545033814E-05  2.9624124326564211E-05
+  3.0178044253648124E-05  3.0742325748714737E-05  3.1317162805582518E-05
+  3.1902753056680497E-05  3.2499297841543666E-05  3.3107002276607275E-05
+  3.3726075326324620E-05  3.4356729875634297E-05  3.4999182803802411E-05
+  3.5653655059666503E-05  3.6320371738308191E-05  3.6999562159181919E-05
+  3.7691459945728052E-05  3.8396303106499003E-05  3.9114334117827344E-05
+  3.9845800008066075E-05  4.0590952443431201E-05  4.1350047815477600E-05
+  4.2123347330240025E-05  4.2911117099071308E-05  4.3713628231210665E-05
+  4.4531156928115730E-05  4.5363984579592659E-05  4.6212397861758917E-05
+  4.7076688836874620E-05  4.7957155055078791E-05  4.8854099658067460E-05
+  4.9767831484751378E-05  5.0698665178932295E-05  5.1646921299036640E-05
+  5.2612926429947267E-05  5.3597013296973862E-05  5.4599520882004118E-05
+  5.5620794541878159E-05  5.6661186129029695E-05  5.7721054114438603E-05
+  5.8800763712940008E-05  5.9900687010936190E-05  6.1021203096558509E-05
+  6.2162698192327716E-05  6.3325565790361293E-05  6.4510206790178789E-05
+  6.5717029639155626E-05  6.6946450475677870E-05  6.8198893275051679E-05
+  6.9474789998221414E-05  7.0774580743351978E-05  7.2098713900332730E-05
+  7.3447646308260006E-05  7.4821843415958134E-05  7.6221779445599116E-05
+  7.7647937559481911E-05  7.9100810030035437E-05  8.0580898413108655E-05
+  8.2088713724613513E-05  8.3624776620587891E-05  8.5189617580746620E-05
+  8.6783777095591068E-05  8.8407805857147406E-05  9.0062264953407812E-05
+  9.1747726066547815E-05  9.3464771674996443E-05  9.5213995259436481E-05
+  9.6996001512813872E-05  9.8811406554437847E-05  1.0066083814825351E-04
+  1.0254493592537259E-04  1.0446435161094698E-04  1.0641974925547522E-04
+  1.0841180547062970E-04  1.1044120966969898E-04  1.1250866431273708E-04
+  1.1461488515651733E-04  1.1676060150938813E-04  1.1894655649113098E-04
+  1.2117350729792394E-04  1.2344222547251444E-04  1.2575349717970877E-04
+  1.2810812348728814E-04  1.3050692065246259E-04  1.3295072041397718E-04
+  1.3544037028998790E-04  1.3797673388182591E-04  1.4056069118377308E-04
+  1.4319313889897322E-04  1.4587499076160694E-04  1.4860717786546068E-04
+  1.5139064899902330E-04  1.5422637098724736E-04  1.5711532904011378E-04
+  1.6005852710814354E-04  1.6305698824500221E-04  1.6611175497734692E-04
+  1.6922388968206790E-04  1.7239447497108249E-04  1.7562461408383948E-04
+  1.7891543128770000E-04  1.8226807228635965E-04  1.8568370463648587E-04
+  1.8916351817274403E-04  1.9270872544139219E-04  1.9632056214262915E-04
+  2.0000028758188212E-04  2.0374918513022775E-04  2.0756856269414249E-04
+  2.1145975319478526E-04  2.1542411505701700E-04  2.1946303270836977E-04
+  2.2357791708818128E-04  2.2777020616711666E-04  2.3204136547730393E-04
+  2.3639288865331582E-04  2.4082629798423592E-04  2.4534314497705252E-04
+  2.4994501093163055E-04  2.5463350752751626E-04  2.5941027742283775E-04
+  2.6427699486556886E-04  2.6923536631743227E-04  2.7428713109072303E-04
+  2.7943406199834071E-04  2.8467796601732857E-04  2.9002068496621948E-04
+  2.9546409619650286E-04  3.0101011329852810E-04  3.0666068682217552E-04
+  3.1241780501262416E-04  3.1828349456156449E-04  3.2425982137420604E-04
+  3.3034889135244108E-04  3.3655285119453478E-04  3.4287388921172221E-04
+  3.4931423616209968E-04  3.5587616610221285E-04  3.6256199725674828E-04
+  3.6937409290675196E-04  3.7631486229680025E-04  3.8338676156158093E-04
+  3.9059229467231047E-04  3.9793401440348569E-04  4.0541452332042599E-04
+  4.1303647478810584E-04  4.2080257400177874E-04  4.2871557903991202E-04
+  4.3677830193996080E-04  4.4499360979752874E-04  4.5336442588947439E-04
+  4.6189373082153681E-04  4.7058456370107347E-04  4.7944002333551351E-04
+  4.8846326945715067E-04  4.9765752397491650E-04  5.0702607225378840E-04
+  5.1657226442250904E-04  5.2629951671031010E-04  5.3621131281335332E-04
+  5.4631120529162100E-04  5.5660281699700716E-04  5.6708984253338389E-04
+  5.7777604974943841E-04  5.8866528126509546E-04  5.9976145603236625E-04
+  6.1106857093148838E-04  6.2259070240324279E-04  6.3433200811835954E-04
+  6.4629672868495459E-04  6.5848918939495887E-04  6.7091380201053544E-04
+  6.8357506659150104E-04  6.9647757336480912E-04  7.0962600463716835E-04
+  7.2302513675190946E-04  7.3667984209124684E-04  7.5059509112510665E-04
+  7.6477595450773640E-04  7.7922760522333582E-04  7.9395532078199911E-04
+  8.0896448546727902E-04  8.2426059263673748E-04  8.3984924707687734E-04
+  8.5573616741389574E-04  8.7192718858173680E-04  8.8842826434897633E-04
+  9.0524546990610030E-04  9.2238500451479952E-04  9.3985319422094514E-04
+  9.5765649463295762E-04  9.7580149376733658E-04  9.9429491496317223E-04
+  1.0131436198675097E-03  1.0323546114934952E-03  1.0519350373532992E-03
+  1.0718921926678550E-03  1.0922335236555343E-03  1.1129666309019235E-03
+  1.1340992728129514E-03  1.1556393691536707E-03  1.1775950046750750E-03
+  1.1999744328314080E-03  1.2227860795904820E-03  1.2460385473396271E-03
+  1.2697406188899388E-03  1.2939012615816071E-03  1.3185296314931760E-03
+  1.3436350777576683E-03  1.3692271469886246E-03  1.3953155878191690E-03
+  1.4219103555573374E-03  1.4490216169609886E-03  1.4766597551357239E-03
+  1.5048353745593648E-03  1.5335593062366206E-03  1.5628426129877166E-03
+  1.5926965948748568E-03  1.6231327947705311E-03  1.6541630040717839E-03
+  1.6857992685647080E-03  1.7180538944435548E-03  1.7509394544889883E-03
+  1.7844687944101646E-03  1.8186550393554477E-03  1.8535116005967411E-03
+  1.8890521823925789E-03  1.9252907890352511E-03  1.9622417320874462E-03
+  1.9999196378140370E-03  2.0383394548148413E-03  2.0775164618643395E-03
+  2.1174662759645686E-03  2.1582048606175724E-03  2.1997485343240018E-03
+  2.2421139793146875E-03  2.2853182505221995E-03  2.3293787847996554E-03
+  2.3743134103942475E-03  2.4201403566832332E-03  2.4668782641803417E-03
+  2.5145461948208377E-03  2.5631636425337335E-03  2.6127505441099065E-03
+  2.6633272903751740E-03  2.7149147376776786E-03  2.7675342196991901E-03
+  2.8212075596002997E-03  2.8759570825097722E-03  2.9318056283686345E-03
+  2.9887765651399638E-03  3.0468938023956583E-03  3.1061818052918340E-03
+  3.1666656089449014E-03  3.2283708332207155E-03  3.2913236979496131E-03
+  3.3555510385806049E-03  3.4210803222883080E-03  3.4879396645467737E-03
+  3.5561578461847055E-03  3.6257643309371129E-03  3.6967892835088555E-03
+  3.7692635881661002E-03  3.8432188678721581E-03  3.9186875039847564E-03
+  3.9957026565322724E-03  4.0742982850871254E-03  4.1545091702549775E-03
+  4.2363709357990473E-03  4.3199200714195366E-03  4.4051939562086044E-03
+  4.4922308828022001E-03  4.5810700822505584E-03  4.6717517496299675E-03
+  4.7643170704190860E-03  4.8588082476638235E-03  4.9552685299555435E-03
+  5.0537422402481885E-03  5.1542748055406215E-03  5.2569127874514329E-03
+  5.3617039137141831E-03  5.4686971106220209E-03  5.5779425364514976E-03
+  5.6894916158962607E-03  5.8033970755423320E-03  5.9197129804176764E-03
+  6.0384947716496454E-03  6.1597993052650690E-03  6.2836848921687186E-03
+  6.4102113393370184E-03  6.5394399922649969E-03  6.6714337787055454E-03
+  6.8062572537414111E-03  6.9439766462313359E-03  7.0846599066731793E-03
+  7.2283767565280927E-03  7.3751987390510629E-03  7.5251992716745455E-03
+  7.6784536999933350E-03  7.8350393534000612E-03  7.9950356024223873E-03
+  8.1585239178142092E-03  8.3255879314549433E-03  8.4963134991122412E-03
+  8.6707887651253732E-03  8.8491042290678688E-03  9.0313528144498507E-03
+  9.2176299395221022E-03  9.4080335902456628E-03  9.6026643954925071E-03
+  9.8016257045446895E-03  1.0005023666961137E-02  1.0212967314883154E-02
+  1.0425568647851654E-02  1.0642942720210977E-02  1.0865207731176262E-02
+  1.1092485117643189E-02  1.1324899649821103E-02  1.1562579529772476E-02
+  1.1805656492943786E-02  1.2054265912775135E-02  1.2308546908477856E-02
+  1.2568642456071743E-02  1.2834699502775576E-02  1.3106869084847020E-02
+  1.3385306448969904E-02  1.3670171177289562E-02  1.3961627316198631E-02
+  1.4259843508978621E-02  1.4564993132404162E-02  1.4877254437419683E-02
+  1.5196810694000171E-02  1.5523850340310081E-02  1.5858567136276702E-02
+  1.6201160321696426E-02  1.6551834778994724E-02  1.6910801200762597E-02
+  1.7278276262194619E-02  1.7654482798555565E-02  1.8039649987804805E-02
+  1.8434013538509517E-02  1.8837815883179721E-02  1.9251306377159938E-02
+  1.9674741503213800E-02  2.0108385081939979E-02  2.0552508488158816E-02
+  2.1007390873410723E-02  2.1473319394708392E-02  2.1950589449686180E-02
+  2.2439504918290509E-02  2.2940378411156353E-02  2.3453531524814657E-02
+  2.3979295103876464E-02  2.4518009510338834E-02  2.5070024900157913E-02
+  2.5635701507233578E-02  2.6215409934948877E-02  2.6809531455407157E-02
+  2.7418458316506803E-02  2.8042594056992488E-02  2.8682353829618763E-02
+  2.9338164732558736E-02  3.0010466149187710E-02  3.0699710096366423E-02
+  3.1406361581345132E-02  3.2130898967403350E-02  3.2873814348335015E-02
+  3.3635613931880921E-02  3.4416818432204205E-02  3.5217963471494994E-02
+  3.6039599990781643E-02  3.6882294670015997E-02  3.7746630357488285E-02
+  3.8633206508615431E-02  3.9542639634132799E-02  4.0475563757704919E-02
+  4.1432630882954395E-02  4.2414511469891301E-02  4.3421894920705841E-02
+  4.4455490074867487E-02  4.5516025713450509E-02  4.6604251072583515E-02
+  4.7720936365893217E-02  4.8866873315786534E-02  5.0042875693384052E-02
+  5.1249779866886988E-02  5.2488445358124525E-02  5.3759755406992488E-02
+  5.5064617543454493E-02  5.6403964166734315E-02  5.7778753131284520E-02
+  5.9189968339066375E-02  6.0638620337626591E-02  6.2125746923401177E-02
+  6.3652413749618206E-02  6.5219714938109380E-02  6.6828773694276963E-02
+  6.8480742924385704E-02  7.0176805854285915E-02  7.1918176648584714E-02
+  7.3706101029205440E-02  7.5541856892183123E-02  7.7426754921453136E-02
+  7.9362139198288231E-02  8.1349387804936266E-02  8.3389913420898479E-02
+  8.5485163910173134E-02  8.7636622897663552E-02  8.9845810332821116E-02
+  9.2114283038455577E-02  9.4443635242500365E-02  9.6835499090369384E-02
+  9.9291545135379536E-02  1.0181348280454788E-01  1.0440306083689276E-01
+  1.0706206769118336E-01  1.0979233191988945E-01  1.1259572250587575E-01
+  1.1547414915817347E-01  1.1842956256293752E-01  1.2146395458546372E-01
+  1.2457935841889507E-01  1.2777784867499165E-01  1.3106154141207055E-01
+  1.3443259409494604E-01  1.3789320548140921E-01  1.4144561542948494E-01
+  1.4509210461939190E-01  1.4883499418380408E-01  1.5267664523967431E-01
+  1.5661945831453303E-01  1.6066587265980800E-01  1.6481836544333997E-01
+  1.6907945081287828E-01  1.7345167882194246E-01  1.7793763420902384E-01
+  1.8253993502067598E-01  1.8726123106860673E-01  1.9210420221044294E-01
+  1.9707155644337251E-01  2.0216602779941081E-01  2.0739037403055377E-01
+  2.1274737407160099E-01  2.1823982526793509E-01  2.2387054035504725E-01
+  2.2964234417609464E-01  2.3555807012326888E-01  2.4162055628824455E-01
+  2.4783264130647087E-01  2.5419715987956226E-01  2.6071693795954393E-01
+  2.6739478757821605E-01  2.7423350130441632E-01  2.8123584631149806E-01
+  2.8840455803688531E-01  2.9574233341514322E-01  3.0325182366560338E-01
+  3.1093562661520807E-01  3.1879627853691550E-01  3.2683624548371087E-01
+  3.3505791409803698E-01  3.4346358187627457E-01  3.5205544686778051E-01
+  3.6083559678795879E-01  3.6980599752486776E-01  3.7896848101900255E-01
+  3.8832473249612126E-01  3.9787627703333683E-01  4.0762446543915398E-01
+  4.1757045942876392E-01  4.2771521607665469E-01  4.3805947152954083E-01
+  4.4860372396373027E-01  4.5934821577236612E-01  4.7029291496952141E-01
+  4.8143749579990591E-01  4.9278131854497814E-01  5.0432340851858148E-01
+  5.1606243424784870E-01  5.2799668483806528E-01  5.4012404652350010E-01
+  5.5244197840988951E-01  5.6494748741836465E-01  5.7763710244513611E-01
+  5.9050684775625084E-01  6.0355221564223149E-01  6.1676813836342459E-01
+  6.3014895942347182E-01  6.4368840421548590E-01  6.5737955009330895E-01
+  6.7121479592870015E-01  6.8518583122441479E-01  6.9928360486303720E-01
+  7.1349829358200800E-01  7.2781927027670934E-01  7.4223507224564977E-01
+  7.5673336950482162E-01  7.7130093331217242E-01  7.8592360505785885E-01
+  8.0058626569154268E-01  8.1527280587444984E-01  8.2996609706122515E-01
+  8.4464796373476470E-01  8.5929915703615634E-01  8.7389933005157561E-01
+  8.8842701503835675E-01  9.0285960289349398E-01  9.1717332518927508E-01
+  9.3134323912264083E-01  9.4534321574688296E-01  9.5914593187631192E-01
+  9.7272286607632075E-01  9.8604429917245151E-01  9.9907931973240149E-01
+  1.0117958349939196E+00  1.0241605877287405E+00  1.0361391795476065E+00
+  1.0476961011633061E+00  1.0587947701368039E+00  1.0693975766350716E+00
+  1.0794659377272207E+00  1.0889603607366862E+00  1.0978405161504405E+00
+  1.1060653205598048E+00  1.1135930300698582E+00  1.1203813445636754E+00
+  1.1263875231414866E+00  1.1315685109708891E+00  1.1358810776795745E+00
+  1.1392819672935137E+00  1.1417280595675390E+00  1.1431765423677260E+00
+  1.1435850945412858E+00  1.1429120784447506E+00  1.1411167409890928E+00
+  1.1381594216947766E+00  1.1340017658230315E+00  1.1286069401537553E+00
+  1.1219398484062020E+00  1.1139673426355334E+00  1.1046584261749883E+00
+  1.0939844428167680E+00  1.0819192459204054E+00  1.0684393399891172E+00
+  1.0535239859444183E+00  1.0371552598368854E+00  1.0193180530340940E+00
+  1.0000000000000000E+00  9.7919131759584099E-01  9.5688453735960988E-01
+  9.3307464960364472E-01  9.0775925026260140E-01  8.8093869020923221E-01
+===== TPROJECTOR 1 =====   [tp(r)=TPROJECTOR(r)/r*Ylm(th,ph)]
+ 2  : radial mesh index
+  0.0000000000000000E+00  4.6326797922291871E-10  9.3084480616745817E-10
+  1.4027705573542195E-09  1.8790856820546928E-09  2.3598310057585419E-09
+  2.8450477336726602E-09  3.3347774542527034E-09  3.8290621427677381E-09
+  4.3279441648985605E-09  4.8314662803679933E-09  5.3396716466066724E-09
+  5.8526038224511466E-09  6.3703067718791434E-09  6.8928248677759547E-09
+  7.4202028957381039E-09  7.9524860579118346E-09  8.4897199768685711E-09
+  9.0319506995150937E-09  9.5792247010378600E-09  1.0131588888889321E-08
+  1.0689090606807951E-08  1.1251777638875486E-08  1.1819698213611147E-08
+  1.2392901008106987E-08  1.2971435152201438E-08  1.3555350232688795E-08
+  1.4144696297567076E-08  1.4739523860330466E-08  1.5339883904301390E-08
+  1.5945827886993285E-08  1.6557407744527629E-08  1.7174675896080819E-08
+  1.7797685248381593E-08  1.8426489200242780E-08  1.9061141647133856E-08
+  1.9701696985812634E-08  2.0348210118978654E-08  2.1000736459975484E-08
+  2.1659331937547158E-08  2.2324053000634231E-08  2.2994956623204704E-08
+  2.3672100309142615E-08  2.4355542097166448E-08  2.5045340565825671E-08
+  2.5741554838496989E-08  2.6444244588466618E-08  2.7153470044039959E-08
+  2.7869291993705430E-08  2.8591771791345572E-08  2.9320971361491350E-08
+  3.0056953204634217E-08  3.0799780402584708E-08  3.1549516623872673E-08
+  3.2306226129203518E-08  3.3069973776980436E-08  3.3840825028847790E-08
+  3.4618845955305801E-08  3.5404103241381434E-08  3.6196664192332848E-08
+  3.6996596739422454E-08  3.7803969445747044E-08  3.8618851512098622E-08
+  3.9441312782912800E-08  4.0271423752243928E-08  4.1109255569804701E-08
+  4.1954880047076816E-08  4.2808369663462124E-08  4.3669797572480583E-08
+  4.4539237608069851E-08  4.5416764290877314E-08  4.6302452834674616E-08
+  4.7196379152792349E-08  4.8098619864636866E-08  4.9009252302240387E-08
+  4.9928354516906074E-08  5.0856005285882494E-08  5.1792284119139197E-08
+  5.2737271266154410E-08  5.3691047722810840E-08  5.4653695238322500E-08
+  5.5625296322264708E-08  5.6605934251627756E-08  5.7595693077963222E-08
+  5.8594657634572364E-08  5.9602913543805591E-08  6.0620547224376323E-08
+  6.1647645898774755E-08  6.2684297600753511E-08  6.3730591182863060E-08
+  6.4786616324070564E-08  6.5852463537437123E-08  6.6928224177898989E-08
+  6.8013990450072816E-08  6.9109855416169487E-08  7.0215913003979361E-08
+  7.1332258014892192E-08  7.2458986132072477E-08  7.3596193928613845E-08
+  7.4743978875831826E-08  7.5902439351631796E-08  7.7071674648937271E-08
+  7.8251784984164367E-08  7.9442871505874030E-08  8.0645036303379160E-08
+  8.1858382415554285E-08  8.3083013839598431E-08  8.4319035540023946E-08
+  8.5566553457599261E-08  8.6825674518444748E-08  8.8096506643194554E-08
+  8.9379158756286641E-08  9.0673740795192590E-08  9.1980363719976258E-08
+  9.3299139522719988E-08  9.4630181237128477E-08  9.5973602948238318E-08
+  9.7329519802208428E-08  9.8698048016135994E-08  1.0007930488807264E-07
+  1.0147340880705246E-07  1.0288047926325702E-07  1.0430063685821778E-07
+  1.0573400331519292E-07  1.0718070148960038E-07  1.0864085537950578E-07
+  1.1011459013629956E-07  1.1160203207539523E-07  1.1310330868707084E-07
+  1.1461854864738535E-07  1.1614788182919950E-07  1.1769143931334726E-07
+  1.1924935339981315E-07  1.2082175761911821E-07  1.2240878674374203E-07
+  1.2401057679969591E-07  1.2562726507813786E-07  1.2725899014719985E-07
+  1.2890589186381620E-07  1.3056811138572357E-07  1.3224579118358440E-07
+  1.3393907505316368E-07  1.3564810812765829E-07  1.3737303689017675E-07
+  1.3911400918624006E-07  1.4087117423647512E-07  1.4264468264943604E-07
+  1.4443468643445705E-07  1.4624133901469867E-07  1.4806479524035872E-07
+  1.4990521140185169E-07  1.5176274524324820E-07  1.5363755597579261E-07
+  1.5552980429158616E-07  1.5743965237728586E-07  1.5936726392805488E-07
+  1.6131280416159410E-07  1.6327643983225896E-07  1.6525833924542197E-07
+  1.6725867227184663E-07  1.6927761036227695E-07  1.7131532656206657E-07
+  1.7337199552611891E-07  1.7544779353376913E-07  1.7754289850393608E-07
+  1.7965749001035170E-07  1.8179174929696100E-07  1.8394585929344828E-07
+  1.8612000463097828E-07  1.8831437165786539E-07  1.9052914845572467E-07
+  1.9276452485551337E-07  1.9502069245375569E-07  1.9729784462905390E-07
+  1.9959617655860538E-07  2.0191588523495132E-07  2.0425716948285818E-07
+  2.0662022997632307E-07  2.0900526925588334E-07  2.1141249174585285E-07
+  2.1384210377187669E-07  2.1629431357866068E-07  2.1876933134782259E-07
+  2.2126736921578440E-07  2.2378864129213728E-07  2.2633336367783628E-07
+  2.2890175448382506E-07  2.3149403384967578E-07  2.3411042396252803E-07
+  2.3675114907599636E-07  2.3941643552950591E-07  2.4210651176766446E-07
+  2.4482160835987042E-07  2.4756195802003173E-07  2.5032779562643496E-07
+  2.5311935824212657E-07  2.5593688513492666E-07  2.5878061779818165E-07
+  2.6165079997129300E-07  2.6454767766072870E-07  2.6747149916102989E-07
+  2.7042251507612627E-07  2.7340097834077041E-07  2.7640714424240314E-07
+  2.7944127044271640E-07  2.8250361699997346E-07  2.8559444639125620E-07
+  2.8871402353493183E-07  2.9186261581336268E-07  2.9504049309581548E-07
+  2.9824792776161249E-07  3.0148519472352905E-07  3.0475257145120771E-07
+  3.0805033799508606E-07  3.1137877701034406E-07  3.1473817378109272E-07
+  3.1812881624487712E-07  3.2155099501747114E-07  3.2500500341742832E-07
+  3.2849113749165503E-07  3.3200969604046782E-07  3.3556098064338476E-07
+  3.3914529568486123E-07  3.4276294838050984E-07  3.4641424880323181E-07
+  3.5009950990993071E-07  3.5381904756849936E-07  3.5757318058445304E-07
+  3.6136223072861186E-07  3.6518652276469196E-07  3.6904638447686758E-07
+  3.7294214669817205E-07  3.7687414333852991E-07  3.8084271141372970E-07
+  3.8484819107406171E-07  3.8889092563357027E-07  3.9297126159945382E-07
+  3.9708954870168058E-07  4.0124613992320518E-07  4.0544139153003158E-07
+  4.0967566310166597E-07  4.1394931756216521E-07  4.1826272121115437E-07
+  4.2261624375511731E-07  4.2701025833924691E-07  4.3144514157933366E-07
+  4.3592127359403470E-07  4.4043903803754092E-07  4.4499882213231982E-07
+  4.4960101670248019E-07  4.5424601620713670E-07  4.5893421877425651E-07
+  4.6366602623476673E-07  4.6844184415710364E-07  4.7326208188176995E-07
+  4.7812715255664035E-07  4.8303747317219053E-07  4.8799346459743800E-07
+  4.9299555161567716E-07  4.9804416296134432E-07  5.0313973135639347E-07
+  5.0828269354754462E-07  5.1347349034367601E-07  5.1871256665370218E-07
+  5.2400037152451134E-07  5.2933735817965394E-07  5.3472398405802590E-07
+  5.4016071085324966E-07  5.4564800455306972E-07  5.5118633547949010E-07
+  5.5677617832872427E-07  5.6241801221251254E-07  5.6811232069842813E-07
+  5.7385959185190612E-07  5.7966031827784457E-07  5.8551499716277753E-07
+  5.9142413031764247E-07  5.9738822422068093E-07  6.0340779006088272E-07
+  6.0948334378179286E-07  6.1561540612570039E-07  6.2180450267841595E-07
+  6.2805116391409164E-07  6.3435592524089989E-07  6.4071932704682481E-07
+  6.4714191474593228E-07  6.5362423882514140E-07  6.6016685489163038E-07
+  6.6677032372009843E-07  6.7343521130102971E-07  6.8016208888922999E-07
+  6.8695153305269879E-07  6.9380412572203086E-07  7.0072045424048006E-07
+  7.0770111141409357E-07  7.1474669556246608E-07  7.2185781057047910E-07
+  7.2903506593945161E-07  7.3627907683971200E-07  7.4359046416338513E-07
+  7.5096985457730654E-07  7.5841788057721724E-07  7.6593518054153344E-07
+  7.7352239878602500E-07  7.8118018561960782E-07  7.8890919739949588E-07
+  7.9671009658769403E-07  8.0458355180760699E-07  8.1253023790184503E-07
+  8.2055083598931573E-07  8.2864603352445528E-07  8.3681652435520622E-07
+  8.4506300878336426E-07  8.5338619362399345E-07  8.6178679226647349E-07
+  8.7026552473507111E-07  8.7882311775117408E-07  8.8746030479534654E-07
+  8.9617782617051771E-07  9.0497642906473678E-07  9.1385686761571521E-07
+  9.2281990297572294E-07  9.3186630337598583E-07  9.4099684419363084E-07
+  9.5021230801694912E-07  9.5951348471349236E-07  9.6890117149712984E-07
+  9.7837617299684109E-07  9.8793930132505868E-07  9.9759137614807284E-07
+  1.0073332247555863E-06  1.0171656821321075E-06  1.0270895910281959E-06
+  1.0371058020327711E-06  1.0472151736461690E-06  1.0574185723537433E-06
+  1.0677168726997044E-06  1.0781109573625137E-06  1.0886017172305618E-06
+  1.0991900514781908E-06  1.1098768676430464E-06  1.1206630817035510E-06
+  1.1315496181580329E-06  1.1425374101032165E-06  1.1536273993146120E-06
+  1.1648205363272395E-06  1.1761177805169495E-06  1.1875201001829571E-06
+  1.1990284726300610E-06  1.2106438842536561E-06  1.2223673306231581E-06
+  1.2341998165676977E-06  1.2461423562625791E-06  1.2581959733158634E-06
+  1.2703617008559100E-06  1.2826405816205278E-06  1.2950336680456619E-06
+  1.3075420223564035E-06  1.3201667166570837E-06  1.3329088330240207E-06
+  1.3457694635978000E-06  1.3587497106767568E-06  1.3718506868120924E-06
+  1.3850735149025457E-06  1.3984193282909260E-06  1.4118892708612862E-06
+  1.4254844971370026E-06  1.4392061723795644E-06  1.4530554726884539E-06
+  1.4670335851022469E-06  1.4811417076999735E-06  1.4953810497039380E-06
+  1.5097528315836498E-06  1.5242582851598488E-06  1.5388986537106021E-06
+  1.5536751920777244E-06  1.5685891667740454E-06  1.5836418560924915E-06
+  1.5988345502152675E-06  1.6141685513244446E-06  1.6296451737137607E-06
+  1.6452657439012990E-06  1.6610316007425575E-06  1.6769440955463121E-06
+  1.6930045921894307E-06  1.7092144672343449E-06  1.7255751100469144E-06
+  1.7420879229152774E-06  1.7587543211702551E-06  1.7755757333067381E-06
+  1.7925536011060842E-06  1.8096893797593976E-06  1.8269845379925047E-06
+  1.8444405581920711E-06  1.8620589365322480E-06  1.8798411831029808E-06
+  1.8977888220397167E-06  1.9159033916536433E-06  1.9341864445637661E-06
+  1.9526395478301568E-06  1.9712642830880340E-06  1.9900622466832187E-06
+  2.0090350498092029E-06  2.0281843186452328E-06  2.0475116944955242E-06
+  2.0670188339297287E-06  2.0867074089257338E-06  2.1065791070120999E-06
+  2.1266356314133414E-06  2.1468787011953727E-06  2.1673100514131510E-06
+  2.1879314332593257E-06  2.2087446142144848E-06  2.2297513781983165E-06
+  2.2509535257227088E-06  2.2723528740465228E-06  2.2939512573300710E-06
+  2.3157505267938954E-06  2.3377525508761293E-06  2.3599592153936198E-06
+  2.3823724237029288E-06  2.4049940968640909E-06  2.4278261738041085E-06
+  2.4508706114844502E-06  2.4741293850679642E-06  2.4976044880887045E-06
+  2.5212979326224358E-06  2.5452117494592112E-06  2.5693479882771391E-06
+  2.5937087178185832E-06  2.6182960260669518E-06  2.6431120204266786E-06
+  2.6681588279021502E-06  2.6934385952815968E-06  2.7189534893197734E-06
+  2.7447056969252324E-06  2.7706974253465854E-06  2.7969309023619346E-06
+  2.8234083764693154E-06  2.8501321170808471E-06  2.8771044147163748E-06
+  2.9043275811986219E-06  2.9318039498542965E-06  2.9595358757112841E-06
+  2.9875257357008338E-06  3.0157759288629715E-06  3.0442888765511793E-06
+  3.0730670226397634E-06  3.1021128337325765E-06  3.1314287993760057E-06
+  3.1610174322717744E-06  3.1908812684921529E-06  3.2210228676963384E-06
+  3.2514448133525806E-06  3.2821497129561234E-06  3.3131401982553389E-06
+  3.3444189254761643E-06  3.3759885755508070E-06  3.4078518543452583E-06
+  3.4400114928933452E-06  3.4724702476312669E-06  3.5052309006304481E-06
+  3.5382962598401793E-06  3.5716691593255661E-06  3.6053524595113960E-06
+  3.6393490474273177E-06  3.6736618369540836E-06  3.7082937690767754E-06
+  3.7432478121313920E-06  3.7785269620650281E-06  3.8141342426880558E-06
+  3.8500727059358107E-06  3.8863454321296875E-06  3.9229555302418895E-06
+  3.9599061381583537E-06  3.9972004229535927E-06  4.0348415811566569E-06
+  4.0728328390287979E-06  4.1111774528373078E-06  4.1498787091371715E-06
+  4.1889399250500721E-06  4.2283644485515657E-06  4.2681556587556067E-06
+  4.3083169662054324E-06  4.3488518131649660E-06  4.3897636739156034E-06
+  4.4310560550526339E-06  4.4727324957847381E-06  4.5147965682405114E-06
+  4.5572518777708553E-06  4.6001020632614035E-06  4.6433507974417976E-06
+  4.6870017872021520E-06  4.7310587739100680E-06  4.7755255337319504E-06
+  4.8204058779538773E-06  4.8657036533137252E-06  4.9114227423248031E-06
+  4.9575670636137984E-06  5.0041405722527939E-06  5.0511472600999776E-06
+  5.0985911561422442E-06  5.1464763268394432E-06  5.1948068764727797E-06
+  5.2435869474980074E-06  5.2928207208991629E-06  5.3425124165472335E-06
+  5.3926662935625583E-06  5.4432866506788966E-06  5.4943778266115350E-06
+  5.5459442004323196E-06  5.5979901919385626E-06  5.6505202620391740E-06
+  5.7035389131321606E-06  5.7570506894929940E-06  5.8110601776617996E-06
+  5.8655720068389409E-06  5.9205908492804558E-06  5.9761214206982690E-06
+  6.0321684806637660E-06  6.0887368330195596E-06  6.1458313262866690E-06
+  6.2034568540809073E-06  6.2616183555350225E-06  6.3203208157193953E-06
+  6.3795692660696955E-06  6.4393687848200414E-06  6.4997244974355351E-06
+  6.5606415770520153E-06  6.6221252449223691E-06  6.6841807708606683E-06
+  6.7468134736947021E-06  6.8100287217223585E-06  6.8738319331733722E-06
+  6.9382285766694942E-06  7.0032241716953537E-06  7.0688242890753583E-06
+  7.1350345514430854E-06  7.2018606337314234E-06  7.2693082636522018E-06
+  7.3373832221926616E-06  7.4060913441053515E-06  7.4754385184150400E-06
+  7.5454306889172318E-06  7.6160738546902701E-06  7.6873740706086453E-06
+  7.7593374478656621E-06  7.8319701544898719E-06  7.9052784158802007E-06
+  7.9792685153384356E-06  8.0539467946033562E-06  8.1293196544007370E-06
+  8.2053935549864041E-06  8.2821750167040505E-06  8.3596706205395273E-06
+  8.4378870086911209E-06  8.5168308851315015E-06  8.5965090161906039E-06
+  8.6769282311265750E-06  8.7580954227181075E-06  8.8400175478521451E-06
+  8.9227016281203970E-06  9.0061547504212056E-06  9.0903840675683262E-06
+  9.1753967989005060E-06  9.2612002309056863E-06  9.3478017178374664E-06
+  9.4352086823565584E-06  9.5234286161540132E-06  9.6124690806060389E-06
+  9.7023377074098300E-06  9.7930421992492957E-06  9.8845903304442117E-06
+  9.9769899476278060E-06  1.0070248970410196E-05  1.0164375392057926E-05
+  1.0259377280187585E-05  1.0355262777447119E-05  1.0452040102215644E-05
+  1.0549717549314573E-05  1.0648303490711739E-05  1.0747806376240247E-05
+  1.0848234734324577E-05  1.0949597172709252E-05  1.1051902379197894E-05
+  1.1155159122399174E-05  1.1259376252474050E-05  1.1364562701896277E-05
+  1.1470727486223494E-05  1.1577879704859279E-05  1.1686028541843080E-05
+  1.1795183266629050E-05  1.1905353234888106E-05  1.2016547889301963E-05
+  1.2128776760378894E-05  1.2242049467267816E-05  1.2356375718582943E-05
+  1.2471765313233803E-05  1.2588228141266724E-05  1.2705774184718294E-05
+  1.2824413518459679E-05  1.2944156311066795E-05  1.3065012825690852E-05
+  1.3186993420936176E-05  1.3310108551751673E-05  1.3434368770324953E-05
+  1.3559784726983531E-05  1.3686367171111838E-05  1.3814126952069557E-05
+  1.3943075020126232E-05  1.4073222427390890E-05  1.4204580328770554E-05
+  1.4337159982914647E-05  1.4470972753187939E-05  1.4606030108642429E-05
+  1.4742343624997680E-05  1.4879924985636471E-05  1.5018785982602419E-05
+  1.5158938517613484E-05  1.5300394603084020E-05  1.5443166363144731E-05
+  1.5587266034692117E-05  1.5732705968431613E-05  1.5879498629938962E-05
+  1.6027656600726034E-05  1.6177192579317311E-05  1.6328119382344583E-05
+  1.6480449945641040E-05  1.6634197325346889E-05  1.6789374699033958E-05
+  1.6945995366828817E-05  1.7104072752564136E-05  1.7263620404913506E-05
+  1.7424651998562170E-05  1.7587181335375975E-05  1.7751222345587837E-05
+  1.7916789088982533E-05  1.8083895756114800E-05  1.8252556669512312E-05
+  1.8422786284909748E-05  1.8594599192486893E-05  1.8768010118120487E-05
+  1.8943033924639734E-05  1.9119685613105491E-05  1.9297980324097820E-05
+  1.9477933339006400E-05  1.9659560081340162E-05  1.9842876118061052E-05
+  2.0027897160901793E-05  2.0214639067721058E-05  2.0403117843864957E-05
+  2.0593349643525271E-05  2.0785350771140241E-05  2.0979137682781832E-05
+  2.1174726987570862E-05  2.1372135449089822E-05  2.1571379986828069E-05
+  2.1772477677639638E-05  2.1975445757184831E-05  2.2180301621425218E-05
+  2.2387062828108317E-05  2.2595747098269788E-05  2.2806372317753720E-05
+  2.3018956538744021E-05  2.3233517981315120E-05  2.3450075034985550E-05
+  2.3668646260305976E-05  2.3889250390433920E-05  2.4111906332746375E-05
+  2.4336633170465622E-05  2.4563450164283713E-05  2.4792376754017052E-05
+  2.5023432560275922E-05  2.5256637386136441E-05  2.5492011218840993E-05
+  2.5729574231525500E-05  2.5969346784915923E-05  2.6211349429103108E-05
+  2.6455602905283630E-05  2.6702128147551140E-05  2.6950946284675867E-05
+  2.7202078641925669E-05  2.7455546742889068E-05  2.7711372311312483E-05
+  2.7969577272976765E-05  2.8230183757561758E-05  2.8493214100540180E-05
+  2.8758690845109727E-05  2.9026636744100049E-05  2.9297074761941579E-05
+  2.9570028076622139E-05  2.9845520081673226E-05  3.0123574388173210E-05
+  3.0404214826777531E-05  3.0687465449753365E-05  3.0973350533034053E-05
+  3.1261894578312236E-05  3.1553122315130952E-05  3.1847058703001087E-05
+  3.2143728933533265E-05  3.2443158432620187E-05  3.2745372862574270E-05
+  3.3050398124372029E-05  3.3358260359825999E-05  3.3668985953861730E-05
+  3.3982601536755954E-05  3.4299133986422873E-05  3.4618610430715835E-05
+  3.4941058249753521E-05  3.5266505078259867E-05  3.5594978807941178E-05
+  3.5926507589854352E-05  3.6261119836837228E-05  3.6598844225929769E-05
+  3.6939709700839973E-05  3.7283745474410435E-05  3.7630981031134885E-05
+  3.7981446129662971E-05  3.8335170805367589E-05  3.8692185372903010E-05
+  3.9052520428811460E-05  3.9416206854129762E-05  3.9783275817053762E-05
+  4.0153758775579172E-05  4.0527687480214629E-05  4.0905093976699729E-05
+  4.1286010608741991E-05  4.1670470020784228E-05  4.2058505160806831E-05
+  4.2450149283139536E-05  4.2845435951311523E-05  4.3244399040938701E-05
+  4.3647072742595324E-05  4.4053491564763727E-05  4.4463690336784981E-05
+  4.4877704211817031E-05  4.5295568669879082E-05  4.5717319520870506E-05
+  4.6142992907630511E-05  4.6572625309030508E-05  4.7006253543115800E-05
+  4.7443914770242505E-05  4.7885646496254541E-05  4.8331486575694811E-05
+  4.8781473215054943E-05  4.9235644976023502E-05  4.9694040778814653E-05
+  5.0156699905477527E-05  5.0623662003253451E-05  5.1094967087995469E-05
+  5.1570655547549047E-05  5.2050768145258601E-05  5.2535346023407069E-05
+  5.3024430706762017E-05  5.3518064106139191E-05  5.4016288521947483E-05
+  5.4519146647846696E-05  5.5026681574369492E-05  5.5538936792639225E-05
+  5.6055956198057587E-05  5.6577784094075459E-05  5.7104465195989247E-05
+  5.7636044634737436E-05  5.8172567960786093E-05  5.8714081148022242E-05
+  5.9260630597665772E-05  5.9812263142258975E-05  6.0369026049650722E-05
+  6.0930967027064383E-05  6.1498134225131552E-05  6.2070576242060098E-05
+  6.2648342127760313E-05  6.3231481388042945E-05  6.3820043988845954E-05
+  6.4414080360508121E-05  6.5013641402082375E-05  6.5618778485693587E-05
+  6.6229543460898360E-05  6.6845988659148636E-05  6.7468166898253950E-05
+  6.8096131486883576E-05  6.8729936229129391E-05  6.9369635429098885E-05
+  7.0015283895577063E-05  7.0666936946659734E-05  7.1324650414521067E-05
+  7.1988480650165870E-05  7.2658484528251473E-05  7.3334719451920334E-05
+  7.4017243357746829E-05  7.4706114720628409E-05  7.5401392558818248E-05
+  7.6103136438962883E-05  7.6811406481159367E-05  7.7526263364126910E-05
+  7.8247768330334507E-05  7.8975983191270811E-05  7.9710970332732547E-05
+  8.0452792720061531E-05  8.1201513903651225E-05  8.1957198024239708E-05
+  8.2719909818456771E-05  8.3489714624326037E-05  8.4266678386846205E-05
+  8.5050867663594544E-05  8.5842349630429896E-05  8.6641192087201111E-05
+  8.7447463463533547E-05  8.8261232824693946E-05  8.9082569877397427E-05
+  8.9911544975843885E-05  9.0748229127662894E-05  9.1592693999968536E-05
+  9.2445011925470079E-05  9.3305255908653984E-05  9.4173499631965813E-05
+  9.5049817462124729E-05  9.5934284456454153E-05  9.6826976369222611E-05
+  9.7727969658174753E-05  9.8637341490961103E-05  9.9555169751794088E-05
+  1.0048153304799510E-04  1.0141651071674711E-04  1.0236018283179714E-04
+  1.0331263021030109E-04  1.0427393441970003E-04  1.0524417778464659E-04
+  1.0622344339401130E-04  1.0721181510795494E-04  1.0820937756503399E-04
+  1.0921621618944664E-04  1.1023241719824214E-04  1.1125806760867705E-04
+  1.1229325524559632E-04  1.1333806874891253E-04  1.1439259758113524E-04
+  1.1545693203492374E-04  1.1653116324081725E-04  1.1761538317494539E-04
+  1.1870968466685234E-04  1.1981416140732011E-04  1.2092890795641249E-04
+  1.2205401975137699E-04  1.2318959311488501E-04  1.2433572526308575E-04
+  1.2549251431388840E-04  1.2666005929529199E-04  1.2783846015376559E-04
+  1.2902781776274335E-04  1.3022823393109132E-04  1.3143981141185265E-04
+  1.3266265391087464E-04  1.3389686609556245E-04  1.3514255360383138E-04
+  1.3639982305292155E-04  1.3766878204859003E-04  1.3894953919402382E-04
+  1.4024220409915690E-04  1.4154688738990417E-04  1.4286370071745890E-04
+  1.4419275676782377E-04  1.4553416927124731E-04  1.4688805301185160E-04
+  1.4825452383735002E-04  1.4963369866879592E-04  1.5102569551048379E-04
+  1.5243063345984019E-04  1.5384863271755938E-04  1.5527981459763731E-04
+  1.5672430153765727E-04  1.5818221710911583E-04  1.5965368602779474E-04
+  1.6113883416427228E-04  1.6263778855450184E-04  1.6415067741056000E-04
+  1.6567763013137300E-04  1.6721877731360629E-04  1.6877425076265349E-04
+  1.7034418350372394E-04  1.7192870979296140E-04  1.7352796512878910E-04
+  1.7514208626324295E-04  1.7677121121340250E-04  1.7841547927304998E-04
+  1.8007503102430490E-04  1.8175000834935251E-04  1.8344055444245678E-04
+  1.8514681382179269E-04  1.8686893234159192E-04  1.8860705720445290E-04
+  1.9036133697349013E-04  1.9213192158481270E-04  1.9391896236005380E-04
+  1.9572261201901745E-04  1.9754302469233032E-04  1.9938035593442005E-04
+  2.0123476273639857E-04  2.0310640353915889E-04  2.0499543824658369E-04
+  2.0690202823879251E-04  2.0882633638565030E-04  2.1076852706021867E-04
+  2.1272876615246756E-04  2.1470722108303140E-04  2.1670406081710923E-04
+  2.1871945587842228E-04  2.2075357836337300E-04  2.2280660195533484E-04
+  2.2487870193900797E-04  2.2697005521483808E-04  2.2908084031374068E-04
+  2.3121123741174808E-04  2.3336142834500407E-04  2.3553159662460365E-04
+  2.3772192745180869E-04  2.3993260773334996E-04  2.4216382609659162E-04
+  2.4441577290525108E-04  2.4668864027500631E-04  2.4898262208914194E-04
+  2.5129791401454259E-04  2.5363471351770215E-04  2.5599321988090660E-04
+  2.5837363421845434E-04  2.6077615949324793E-04  2.6320100053321390E-04
+  2.6564836404798105E-04  2.6811845864592476E-04  2.7061149485095039E-04
+  2.7312768511971808E-04  2.7566724385878413E-04  2.7823038744218247E-04
+  2.8081733422882608E-04  2.8342830458017408E-04  2.8606352087818827E-04
+  2.8872320754314788E-04  2.9140759105181257E-04  2.9411689995580571E-04
+  2.9685136489971840E-04  2.9961121863996071E-04  3.0239669606325946E-04
+  3.0520803420561746E-04  3.0804547227113177E-04  3.1090925165138924E-04
+  3.1379961594440011E-04  3.1671681097434528E-04  3.1966108481102252E-04
+  3.2263268778948400E-04  3.2563187253009749E-04  3.2865889395851042E-04
+  3.3171400932576920E-04  3.3479747822865238E-04  3.3790956263021971E-04
+  3.4105052688055163E-04  3.4422063773730622E-04  3.4742016438669412E-04
+  3.5064937846489156E-04  3.5390855407886005E-04  3.5719796782806906E-04
+  3.6051789882584305E-04  3.6386862872123896E-04  3.6725044172088812E-04
+  3.7066362461080646E-04  3.7410846677891083E-04  3.7758526023709982E-04
+  3.8109429964377616E-04  3.8463588232671726E-04  3.8821030830535211E-04
+  3.9181788031438436E-04  3.9545890382621787E-04  3.9913368707476544E-04
+  4.0284254107853272E-04  4.0658577966426381E-04  4.1036371949060377E-04
+  4.1417668007214057E-04  4.1802498380308882E-04  4.2190895598177543E-04
+  4.2582892483483854E-04  4.2978522154165678E-04  4.3377818025881016E-04
+  4.3780813814520061E-04  4.4187543538662735E-04  4.4598041522097946E-04
+  4.5012342396343269E-04  4.5430481103162727E-04  4.5852492897130405E-04
+  4.6278413348185268E-04  4.6708278344211214E-04  4.7142124093612486E-04
+  4.7579987127922092E-04  4.8021904304425137E-04  4.8467912808771406E-04
+  4.8918050157627149E-04  4.9372354201321139E-04  4.9830863126527122E-04
+  5.0293615458911565E-04  5.0760650065848111E-04  5.1232006159110258E-04
+  5.1707723297580869E-04  5.2187841389987090E-04  5.2672400697617843E-04
+  5.3161441837085068E-04  5.3655005783052184E-04  5.4153133871040048E-04
+  5.4655867800156195E-04  5.5163249635905003E-04  5.5675321812966028E-04
+  5.6192127138003558E-04  5.6713708792446599E-04  5.7240110335334948E-04
+  5.7771375706116776E-04  5.8307549227474328E-04  5.8848675608172332E-04
+  5.9394799945877708E-04  5.9945967729984739E-04  6.0502224844504165E-04
+  6.1063617570858344E-04  6.1630192590762106E-04  6.2201996989072212E-04
+  6.2779078256608532E-04  6.3361484293038197E-04  6.3949263409719855E-04
+  6.4542464332530917E-04  6.5141136204750760E-04  6.5745328589846778E-04
+  6.6355091474385678E-04  6.6970475270805400E-04  6.7591530820277843E-04
+  6.8218309395513127E-04  6.8850862703570288E-04  6.9489242888669776E-04
+  7.0133502534980817E-04  7.0783694669401386E-04  7.1439872764310266E-04
+  7.2102090740348151E-04  7.2770402969113759E-04  7.3444864275920476E-04
+  7.4125529942479802E-04  7.4812455709565451E-04  7.5505697779718051E-04
+  7.6205312819813045E-04  7.6911357963726622E-04  7.7623890814880383E-04
+  7.8342969448804735E-04  7.9068652415695273E-04  7.9800998742821788E-04
+  8.0540067937071459E-04  8.1285919987314145E-04  8.2038615366777576E-04
+  8.2798215035406568E-04  8.3564780442167350E-04  8.4338373527228453E-04
+  8.5119056724255581E-04  8.5906892962459534E-04  8.6701945668755335E-04
+  8.7504278769770950E-04  8.8313956693812645E-04  8.9131044372781076E-04
+  8.9955607244053288E-04  9.0787711252203560E-04  9.1627422850701010E-04
+  9.2474809003611092E-04  9.3329937187032648E-04  9.4192875390661755E-04
+  9.5063692119063889E-04  9.5942456393044093E-04  9.6829237750774115E-04
+  9.7724106248889796E-04  9.8627132463452536E-04  9.9538387490874340E-04
+  1.0045794294858369E-03  1.0138587097570650E-03  1.0232224423360331E-03
+  1.0326713590614392E-03  1.0422061970006341E-03  1.0518276984495950E-03
+  1.0615366109331930E-03  1.0713336872025126E-03  1.0812196852314701E-03
+  1.0911953682116327E-03  1.1012615045443378E-03  1.1114188678327131E-03
+  1.1216682368703820E-03  1.1320103956284321E-03  1.1424461332409114E-03
+  1.1529762439874379E-03  1.1636015272746877E-03  1.1743227876136932E-03
+  1.1851408345968841E-03  1.1960564828710253E-03  1.2070705521081467E-03
+  1.2181838669739729E-03  1.2293972570931039E-03  1.2407115570116367E-03
+  1.2521276061560581E-03  1.2636462487895586E-03  1.2752683339654868E-03
+  1.2869947154761502E-03  1.2988262517986474E-03  1.3107638060378506E-03
+  1.3228082458638241E-03  1.3349604434465725E-03  1.3472212753862026E-03
+  1.3595916226387464E-03  1.3720723704373078E-03  1.3846644082089674E-03
+  1.3973686294868736E-03  1.4101859318165419E-03  1.4231172166577020E-03
+  1.4361633892805252E-03  1.4493253586558147E-03  1.4626040373401303E-03
+  1.4760003413543509E-03  1.4895151900550865E-03  1.5031495060014964E-03
+  1.5169042148134599E-03  1.5307802450236340E-03  1.5447785279218418E-03
+  1.5588999973914219E-03  1.5731455897390178E-03  1.5875162435144991E-03
+  1.6020128993231523E-03  1.6166364996287909E-03  1.6313879885480609E-03
+  1.6462683116343895E-03  1.6612784156530454E-03  1.6764192483439289E-03
+  1.6916917581760779E-03  1.7070968940894535E-03  1.7226356052258245E-03
+  1.7383088406466556E-03  1.7541175490394939E-03  1.7700626784113820E-03
+  1.7861451757680367E-03  1.8023659867789470E-03  1.8187260554302729E-03
+  1.8352263236585346E-03  1.8518677309717815E-03  1.8686512140535880E-03
+  1.8855777063501774E-03  1.9026481376389816E-03  1.9198634335808908E-03
+  1.9372245152506091E-03  1.9547322986510282E-03  1.9723876942029234E-03
+  1.9901916062169799E-03  2.0081449323411660E-03  2.0262485629868321E-03
+  2.0445033807293522E-03  2.0629102596845753E-03  2.0814700648596196E-03
+  2.1001836514778494E-03  2.1190518642721472E-03  2.1380755367543403E-03
+  2.1572554904500021E-03  2.1765925341052719E-03  2.1960874628584939E-03
+  2.2157410573794625E-03  2.2355540829728446E-03  2.2555272886456978E-03
+  2.2756614061353216E-03  2.2959571489002961E-03  2.3164152110660939E-03
+  2.3370362663324845E-03  2.3578209668335265E-03  2.3787699419520331E-03
+  2.3998837970851047E-03  2.4211631123622554E-03  2.4426084413068615E-03
+  2.4642203094484456E-03  2.4859992128746997E-03  2.5079456167258034E-03
+  2.5300599536302038E-03  2.5523426220732288E-03  2.5747939847014477E-03
+  2.5974143665599969E-03  2.6202040532533402E-03  2.6431632890381064E-03
+  2.6662922748334553E-03  2.6895911661522914E-03  2.7130600709511406E-03
+  2.7366990473876342E-03  2.7605081014931872E-03  2.7844871847451796E-03
+  2.8086361915452968E-03  2.8329549565933067E-03  2.8574432521535770E-03
+  2.8821007852136704E-03  2.9069271945224122E-03  2.9319220475127541E-03
+  2.9570848370953848E-03  2.9824149783244588E-03  3.0079118049257322E-03
+  3.0335745656839899E-03  3.0594024206829357E-03  3.0853944373935294E-03
+  3.1115495865974285E-03  3.1378667381514250E-03  3.1643446565712587E-03
+  3.1909819964394161E-03  3.2177772976247805E-03  3.2447289803039757E-03
+  3.2718353397805378E-03  3.2990945410914206E-03  3.3265046133921922E-03
+  3.3540634441093578E-03  3.3817687728573582E-03  3.4096181850998865E-03
+  3.4376091055530987E-03  3.4657387913186906E-03  3.4940043247287875E-03
+  3.5224026059011669E-03  3.5509303449845035E-03  3.5795840540848237E-03
+  3.6083600388532068E-03  3.6372543897346780E-03  3.6662629728468100E-03
+  3.6953814204828336E-03  3.7246051212237175E-03  3.7539292096373036E-03
+  3.7833485555492791E-03  3.8128577528719516E-03  3.8424511079673852E-03
+  3.8721226275212385E-03  3.9018660059226620E-03  3.9316746121096681E-03
+  3.9615414758693637E-03  3.9914592735692846E-03  4.0214203132882889E-03
+  4.0514165193337517E-03  4.0814394161053265E-03  4.1114801112877054E-03
+  4.1415292783451157E-03  4.1715771382728056E-03  4.2016134405951089E-03
+  4.2316274435634307E-03  4.2616078935233254E-03  4.2915430034231039E-03
+  4.3214204304130588E-03  4.3512272525111431E-03  4.3809499442888228E-03
+  4.4105743515344339E-03  4.4400856648534950E-03  4.4694683921603987E-03
+  4.4987063300179209E-03  4.5277825337635483E-03  4.5566792863894964E-03
+  4.5853780661095078E-03  4.6138595125612553E-03  4.6421033915917051E-03
+  4.6700885585540183E-03  4.6977929200677712E-03  4.7251933941646063E-03
+  4.7522658687619429E-03  4.7789851583825912E-03  4.8053249590604419E-03
+  4.8312578013438925E-03  4.8567550013227725E-03  4.8817866095962059E-03
+  4.9063213580909440E-03  4.9303266046465538E-03  4.9537682752651135E-03
+  4.9766108039363821E-03  4.9988170699332424E-03  5.0203483324727446E-03
+  5.0411641626243037E-03  5.0612223723686608E-03  5.0804789406736842E-03
+  5.0988879364675527E-03  5.1164014383827672E-03  5.1329694511331528E-03
+  5.1485398183864009E-03  5.1630581319958221E-03  5.1764676374179766E-03
+  5.1887091351928705E-03  5.1997208782839505E-03  5.2094384651594564E-03
+  5.2177947283802706E-03  5.2247196185678385E-03  5.2301400835197132E-03
+  5.2339799423094246E-03  5.2361597541352237E-03  5.2365966817349355E-03
+  5.2352043491241118E-03  5.2318926934383989E-03  5.2265678106493824E-03
+  5.2191317948941177E-03  5.2094825711693632E-03  5.1975137211289837E-03
+  5.1831143017120329E-03  5.1661686563006515E-03  5.1465562181344723E-03
+  5.1241513056623986E-03  5.0988229095203022E-03  5.0704344708019933E-03
+  5.0388436502949510E-03  5.0039020883094615E-03  4.9654551547686498E-03
+  4.9233416891453358E-03  4.8773937298914535E-03  4.8274362329326775E-03
+  4.7732867788288433E-03  4.7147552681602173E-03  4.6516436047050261E-03
+  4.5837453659386129E-03  4.5108454603926679E-03  4.4327197713803154E-03
+  4.3491347865869875E-03  4.2598472130075810E-03  4.1646035766876796E-03
+  4.0631398067417016E-03  3.9551808030450913E-03  3.8404399870532874E-03
+  3.7186188351265650E-03  3.5894063937413900E-03  3.4524787759841399E-03
+  3.3074986386298494E-03  3.1541146391865157E-03  2.9919608721842433E-03
+  2.8206562840285554E-03  2.6398040657033758E-03  2.4489910225556008E-03
+  2.2477869204618889E-03  2.0357438075657014E-03  1.8123953108217655E-03
+  1.5772559065488426E-03  1.3298201641787494E-03  1.0695619623581204E-03
+  7.9593367658460645E-04  5.0836533750688029E-04  2.0626375903076699E-04
+ -1.1098836464729089E-04 -4.4403339397487696E-04 -7.9353971182025140E-04
+ -1.1602027250154079E-03 -1.5447459005493297E-03 -1.9479218373534835E-03
+ -2.3705133745512835E-03 -2.8133347371081113E-03 -3.2772327197876927E-03
+ -3.7630879103035253E-03 -4.2718159525677590E-03 -4.8043688509029486E-03
+ -5.3617363161143627E-03 -5.9449471542100396E-03 -6.5550706986432297E-03
+ -7.1932182868556863E-03 -7.8605447818486107E-03 -8.5582501395517624E-03
+ -9.2875810226272851E-03 -1.0049832461365503E-02 -1.0846349562221330E-02
+ -1.1678529264517241E-02 -1.2547822145729533E-02 -1.3455734275730422E-02
+ -1.4403829120258525E-02 -1.5393729493771373E-02 -1.6427119561762231E-02
+ -1.7505746892482507E-02 -1.8631424557893524E-02 -1.9806033283519604E-02
+ -2.1031523646741587E-02 -2.2309918322856039E-02 -2.3643314378133044E-02
+ -2.5033885608782898E-02 -2.6483884924673261E-02 -2.7995646776256392E-02
+ -2.9571589623067301E-02 -3.1214218441765931E-02 -3.2926127271458397E-02
+ -3.4710001793776500E-02 -3.6568621944716842E-02 -3.8504864555073959E-02
+ -4.0521706015745514E-02 -4.2622224963928514E-02 -4.4809604985659134E-02
+ -4.7087137329828270E-02 -4.9458223628161282E-02 -5.1926378615268519E-02
+ -5.4495232842204838E-02 -5.7168535376467738E-02 -5.9950156480691630E-02
+ -6.2844090261635815E-02 -6.5854457280407383E-02 -6.8985507114047218E-02
+ -7.2241620857913275E-02 -7.5627313557381406E-02 -7.9147236556603398E-02
+ -8.2806179751092390E-02 -8.6609073729980834E-02 -9.0560991792769080E-02
+ -9.4667151824362278E-02 -9.8932918011075399E-02 -1.0336380237913262E-01
+ -1.0796546613600437E-01 -1.1274372079368382E-01 -1.1770452905167815E-01
+ -1.2285400541617889E-01 -1.2819841653043018E-01 -1.3374418118994535E-01
+ -1.3949787001463132E-01 -1.4546620474842498E-01 -1.5165605715540675E-01
+ -1.5807444747974636E-01 -1.6472854243518836E-01 -1.7162565268802399E-01
+ -1.7877322979584120E-01 -1.8617886256248845E-01 -1.9385027276798344E-01
+ -2.0179531023022368E-01 -2.1002194715358283E-01 -2.1853827171765133E-01
+ -2.2735248085754867E-01 -2.3647287218544855E-01 -2.4590783500119551E-01
+ -2.5566584033815243E-01 -2.6575542998871776E-01 -2.7618520445237926E-01
+ -2.8696380974758551E-01 -2.9809992302731297E-01 -3.0960223693690131E-01
+ -3.2147944265150702E-01 -3.3374021152954025E-01 -3.4639317531761871E-01
+ -3.5944690484194874E-01 -3.7290988712062378E-01 -3.8679050083130123E-01
+ -4.0109699006881161E-01 -4.1583743632785258E-01 -4.3101972864678872E-01
+ -4.4665153184987394E-01 -4.6274025282700393E-01 -4.7929300479233311E-01
+ -4.9631656946592667E-01 -5.1381735712593524E-01 -5.3180136448291093E-01
+ -5.5027413033244699E-01 -5.6924068894797775E-01 -5.8870552118163944E-01
+ -6.0867250324833833E-01 -6.2914485317617164E-01 -6.5012507491534788E-01
+ -6.7161490010780422E-01 -6.9361522753089411E-01 -7.1612606024079195E-01
+ -7.3914644045483602E-01 -7.6267438222680539E-01 -7.8670680198534837E-01
+ -8.1123944702327888E-01 -8.3626682204450675E-01 -8.6178211389591886E-01
+ -8.8777711463354003E-01 -9.1424214309601060E-01 -9.4116596518372675E-01
+ -9.6853571306887831E-01 -9.9633680359032439E-01 -1.0245528561174195E+00
+ -1.0531656101990174E+00 -1.0821548433473449E+00 -1.1114982893418355E+00
+ -1.1411715574746562E+00 -1.1711480531981269E+00 -1.2013989006738564E+00
+ -1.2318928677644689E+00 -1.2625962940510167E+00 -1.2934730225023043E+00
+ -1.3244843354664300E+00 -1.3555888956993518E+00 -1.3867426931903228E+00
+ -1.4178989985889001E+00 -1.4490083240830300E+00 -1.4800183926216648E+00
+ -1.5108741164184523E+00 -1.5415175857144481E+00 -1.5718880688173560E+00
+ -1.6019220244717163E+00 -1.6315531276483592E+00 -1.6607123098714307E+00
+ -1.6893278152269924E+00 -1.7173252732176703E+00 -1.7446277896421996E+00
+ -1.7711560566865359E+00 -1.7968284834131190E+00 -1.8215613478262511E+00
+ -1.8452689716733721E+00 -1.8678639191131037E+00 -1.8892572203404108E+00
+ -1.9093586212058047E+00 -1.9280768597981848E+00 -1.9453199708783560E+00
+ -1.9609956189513849E+00 -1.9750114606493412E+00 -1.9872755369605615E+00
+ -1.9976966956858420E+00 -2.0061850443247740E+00 -2.0126524333954108E+00
+ -2.0170129699662236E+00 -2.0191835609296596E+00 -2.0190844852701457E+00
+ -2.0166399942749083E+00 -2.0117789383021512E+00 -2.0044354183568527E+00
+ -1.9945494603284493E+00 -1.9820677093160390E+00 -1.9669441410042812E+00
+ -1.9491407865562802E+00 -1.9286284669574814E+00 -1.9053875321765814E+00
+ -1.8794085999054173E+00 -1.8506932879995084E+00 -1.8192549340650488E+00
+ -1.7851192949272354E+00 -1.7483252179701247E+00 -1.7089252755620341E+00
+ -1.6669863529749609E+00 -1.6225901793759134E+00 -1.5758337906164699E+00
+ -1.5268299116810429E+00 -1.4757072457811953E+00 -1.4226106562130010E+00
+ -1.3677012262377124E+00 -1.3111561814177544E+00 -1.2531686580561565E+00
+ -1.1939473006688350E+00 -1.1337156707888236E+00 -1.0727114488873490E+00
+ -1.0111854108310678E+00 -9.4940016011477824E-01 -8.8762859715729170E-01
+ -8.2615210727362509E-01 -7.6525844959427824E-01 -7.0523933025398222E-01
+ -6.4638764468728049E-01 -5.8899437592361215E-01 -5.3334513845539422E-01
+ -4.7971636065249107E-01 -4.2837110291869251E-01 -3.7955451394219092E-01
+ -3.3348893360602316E-01 -2.9036865852968674E-01 -2.5035439495625939E-01
+ -2.1356743394159511E-01 -1.8008359572064647E-01 -1.4992700391796937E-01
+ -1.2306376615574768E-01 -9.9395655842665673E-02 -7.8754490505157301E-02
+ -6.0871857617540756E-02 -4.5700234761239203E-02 -3.3128784834655582E-02
+ -2.3002231088578819E-02 -1.5122357229474206E-02 -9.2512865699421933E-03
+ -5.1169295478398031E-03 -2.4210477537852755E-03 -8.5044959252858856E-04
+ -9.1909034173558505E-05  1.4851395996187821E-04  1.2097365501159192E-04
+  0.0000000000000000E+00
+===== TPROJECTOR 2 =====   [tp(r)=TPROJECTOR(r)/r*Ylm(th,ph)]
+ 2  : radial mesh index
+  0.0000000000000000E+00 -8.6170664106481115E-07 -1.7314280011769082E-06
+ -2.6092386251040256E-06 -3.4952137509535250E-06 -4.3894293166211402E-06
+ -5.2919619662997224E-06 -6.2028890570484714E-06 -7.1222886654232491E-06
+ -8.0502395941687229E-06 -8.9868213789725466E-06 -9.9321142952824898E-06
+ -1.0886199365186852E-05 -1.1849158364359091E-05 -1.2821073829066821E-05
+ -1.3802029063246126E-05 -1.4792108145641503E-05 -1.5791395937012572E-05
+ -1.6799978087407368E-05 -1.7817941043503568E-05 -1.8845372056018081E-05
+ -1.9882359187185254E-05 -2.0928991318304557E-05 -2.1985358157359158E-05
+ -2.3051550246704876E-05 -2.4127658970829978E-05 -2.5213776564188568E-05
+ -2.6309996119106022E-05 -2.7416411593757727E-05 -2.8533117820222423E-05
+ -2.9660210512610413E-05 -3.0797786275267609E-05 -3.1945942611055040E-05
+ -3.3104777929706391E-05 -3.4274391556262224E-05 -3.5454883739584418E-05
+ -3.6646355660947099E-05 -3.7848909442710038E-05 -3.9062648157071403E-05
+ -4.0287675834902211E-05 -4.1524097474662637E-05 -4.2772019051401912E-05
+ -4.4031547525841261E-05 -4.5302790853542242E-05 -4.6585857994158660E-05
+ -4.7880858920776648E-05 -4.9187904629340216E-05 -5.0507107148164455E-05
+ -5.1838579547538189E-05 -5.3182435949415144E-05 -5.4538791537195318E-05
+ -5.5907762565597580E-05 -5.7289466370623848E-05 -5.8684021379616423E-05
+ -6.0091547121408825E-05 -6.1512164236569145E-05 -6.2945994487741954E-05
+ -6.4393160770084547E-05 -6.5853787121799361E-05 -6.7327998734766317E-05
+ -6.8815921965273302E-05 -7.0317684344845004E-05 -7.1833414591175587E-05
+ -7.3363242619160069E-05 -7.4907299552029347E-05 -7.6465717732589731E-05
+ -7.8038630734565909E-05 -7.9626173374048909E-05 -8.1228481721052549E-05
+ -8.2845693111175235E-05 -8.4477946157371307E-05 -8.6125380761832457E-05
+ -8.7788138127978043E-05 -8.9466360772557811E-05 -9.1160192537867744E-05
+ -9.2869778604078449E-05 -9.4595265501679302E-05 -9.6336801124036366E-05
+ -9.8094534740070122E-05 -9.9868617007048345E-05 -1.0165919998350093E-04
+ -1.0346643714224921E-04 -1.0529048338356450E-04 -1.0713149504844217E-04
+ -1.0898962993200335E-04 -1.1086504729701825E-04 -1.1275790788755714E-04
+ -1.1466837394276873E-04 -1.1659660921078568E-04 -1.1854277896275873E-04
+ -1.2050705000702251E-04 -1.2248959070339417E-04 -1.2449057097760186E-04
+ -1.2651016233585039E-04 -1.2854853787952090E-04 -1.3060587232000781E-04
+ -1.3268234199369320E-04 -1.3477812487705981E-04 -1.3689340060194801E-04
+ -1.3902835047095111E-04 -1.4118315747295391E-04 -1.4335800629881738E-04
+ -1.4555308335721065E-04 -1.4776857679058507E-04 -1.5000467649130340E-04
+ -1.5226157411791233E-04 -1.5453946311157337E-04 -1.5683853871263967E-04
+ -1.5915899797739155E-04 -1.6150103979492794E-04 -1.6386486490421075E-04
+ -1.6625067591127015E-04 -1.6865867730657587E-04 -1.7108907548255651E-04
+ -1.7354207875129311E-04 -1.7601789736237667E-04 -1.7851674352092382E-04
+ -1.8103883140576683E-04 -1.8358437718781433E-04 -1.8615359904857547E-04
+ -1.8874671719886117E-04 -1.9136395389766035E-04 -1.9400553347119015E-04
+ -1.9667168233211953E-04 -1.9936262899897920E-04 -2.0207860411574748E-04
+ -2.0481984047161859E-04 -2.0758657302095333E-04 -2.1037903890342113E-04
+ -2.1319747746432208E-04 -2.1604213027510342E-04 -2.1891324115406422E-04
+ -2.2181105618725456E-04 -2.2473582374956457E-04 -2.2768779452601734E-04
+ -2.3066722153325121E-04 -2.3367436014120997E-04 -2.3670946809502719E-04
+ -2.3977280553712078E-04 -2.4286463502948838E-04 -2.4598522157621234E-04
+ -2.4913483264617372E-04 -2.5231373819597759E-04 -2.5552221069308965E-04
+ -2.5876052513919203E-04 -2.6202895909375345E-04 -2.6532779269781699E-04
+ -2.6865730869801219E-04 -2.7201779247079525E-04 -2.7540953204689700E-04
+ -2.7883281813602129E-04 -2.8228794415175893E-04 -2.8577520623673369E-04
+ -2.8929490328798618E-04 -2.9284733698259542E-04 -2.9643281180353266E-04
+ -3.0005163506575949E-04 -3.0370411694257397E-04 -3.0739057049218230E-04
+ -3.1111131168454545E-04 -3.1486665942845424E-04 -3.1865693559886559E-04
+ -3.2248246506448943E-04 -3.2634357571563325E-04 -3.3024059849230837E-04
+ -3.3417386741259184E-04 -3.3814371960125906E-04 -3.4215049531867740E-04
+ -3.4619453798996586E-04 -3.5027619423444180E-04 -3.5439581389531770E-04
+ -3.5855375006969305E-04 -3.6275035913881846E-04 -3.6698600079864124E-04
+ -3.7126103809063244E-04 -3.7557583743290629E-04 -3.7993076865162754E-04
+ -3.8432620501270662E-04 -3.8876252325379274E-04 -3.9324010361656834E-04
+ -3.9775932987933438E-04 -4.0232058938991086E-04 -4.0692427309882868E-04
+ -4.1157077559284650E-04 -4.1626049512876893E-04 -4.2099383366757691E-04
+ -4.2577119690888723E-04 -4.3059299432571707E-04 -4.3545963919958776E-04
+ -4.4037154865594978E-04 -4.4532914369992344E-04 -4.5033284925239596E-04
+ -4.5538309418642999E-04 -4.6048031136403480E-04 -4.6562493767326291E-04
+ -4.7081741406565048E-04 -4.7605818559402015E-04 -4.8134770145062097E-04
+ -4.8668641500563268E-04 -4.9207478384602444E-04 -4.9751326981477251E-04
+ -5.0300233905044669E-04 -5.0854246202716919E-04 -5.1413411359492087E-04
+ -5.1977777302026869E-04 -5.2547392402742645E-04 -5.3122305483970953E-04
+ -5.3702565822140382E-04 -5.4288223151997426E-04 -5.4879327670871790E-04
+ -5.5475930042976813E-04 -5.6078081403753289E-04 -5.6685833364251764E-04
+ -5.7299238015556515E-04 -5.7918347933249583E-04 -5.8543216181918207E-04
+ -5.9173896319702265E-04 -5.9810442402884493E-04 -6.0452908990524874E-04
+ -6.1101351149136303E-04 -6.1755824457403652E-04 -6.2416385010948786E-04
+ -6.3083089427138262E-04 -6.3755994849934840E-04 -6.4435158954797200E-04
+ -6.5120639953622419E-04 -6.5812496599734630E-04 -6.6510788192922742E-04
+ -6.7215574584521623E-04 -6.7926916182541855E-04 -6.8644873956848510E-04
+ -6.9369509444385685E-04 -7.0100884754452667E-04 -7.0839062574025718E-04
+ -7.1584106173130588E-04 -7.2336079410268372E-04 -7.3095046737885216E-04
+ -7.3861073207900094E-04 -7.4634224477277539E-04 -7.5414566813656074E-04
+ -7.6202167101029885E-04 -7.6997092845478943E-04 -7.7799412180956532E-04
+ -7.8609193875128454E-04 -7.9426507335267479E-04 -8.0251422614202367E-04
+ -8.1084010416322119E-04 -8.1924342103635529E-04 -8.2772489701888881E-04
+ -8.3628525906738688E-04 -8.4492524089981665E-04 -8.5364558305845253E-04
+ -8.6244703297333849E-04 -8.7133034502634985E-04 -8.8029628061585556E-04
+ -8.8934560822198432E-04 -8.9847910347247428E-04 -9.0769754920916670E-04
+ -9.1700173555511473E-04 -9.2639245998227498E-04 -9.3587052737988390E-04
+ -9.4543675012344255E-04 -9.5509194814433966E-04 -9.6483694900012886E-04
+ -9.7467258794546640E-04 -9.8459970800369957E-04 -9.9461916003911605E-04
+ -1.0047318028298831E-03 -1.0149385031416448E-03 -1.0252401358018153E-03
+ -1.0356375837745782E-03 -1.0461317382365284E-03 -1.0567234986531057E-03
+ -1.0674137728556386E-03 -1.0782034771191912E-03 -1.0890935362410871E-03
+ -1.1000848836201723E-03 -1.1111784613368155E-03 -1.1223752202336617E-03
+ -1.1336761199971304E-03 -1.1450821292396654E-03 -1.1565942255827540E-03
+ -1.1682133957407268E-03 -1.1799406356053353E-03 -1.1917769503310871E-03
+ -1.2037233544214328E-03 -1.2157808718156926E-03 -1.2279505359768241E-03
+ -1.2402333899800095E-03 -1.2526304866020623E-03 -1.2651428884116506E-03
+ -1.2777716678603669E-03 -1.2905179073746729E-03 -1.3033826994486540E-03
+ -1.3163671467376530E-03 -1.3294723621528068E-03 -1.3426994689564123E-03
+ -1.3560496008582111E-03 -1.3695239021125506E-03 -1.3831235276164878E-03
+ -1.3968496430087438E-03 -1.4107034247696278E-03 -1.4246860603218661E-03
+ -1.4387987481323888E-03 -1.4530426978150472E-03 -1.4674191302342854E-03
+ -1.4819292776097912E-03 -1.4965743836221135E-03 -1.5113557035192314E-03
+ -1.5262745042241804E-03 -1.5413320644436159E-03 -1.5565296747774337E-03
+ -1.5718686378293624E-03 -1.5873502683186342E-03 -1.6029758931926557E-03
+ -1.6187468517407464E-03 -1.6346644957089573E-03 -1.6507301894158675E-03
+ -1.6669453098695731E-03 -1.6833112468857159E-03 -1.6998294032065731E-03
+ -1.7165011946212974E-03 -1.7333280500872971E-03 -1.7503114118526386E-03
+ -1.7674527355797714E-03 -1.7847534904701979E-03 -1.8022151593904464E-03
+ -1.8198392389991629E-03 -1.8376272398753887E-03 -1.8555806866480348E-03
+ -1.8737011181265504E-03 -1.8919900874328319E-03 -1.9104491621343320E-03
+ -1.9290799243784314E-03 -1.9478839710280163E-03 -1.9668629137983696E-03
+ -1.9860183793953242E-03 -2.0053520096546744E-03 -2.0248654616828593E-03
+ -2.0445604079990924E-03 -2.0644385366786217E-03 -2.0845015514974661E-03
+ -2.1047511720784359E-03 -2.1251891340385099E-03 -2.1458171891376187E-03
+ -2.1666371054287776E-03 -2.1876506674096356E-03 -2.2088596761754100E-03
+ -2.2302659495732984E-03 -2.2518713223582169E-03 -2.2736776463501492E-03
+ -2.2956867905927982E-03 -2.3179006415138112E-03 -2.3403211030864580E-03
+ -2.3629500969928547E-03 -2.3857895627886179E-03 -2.4088414580691526E-03
+ -2.4321077586374200E-03 -2.4555904586732727E-03 -2.4792915709044212E-03
+ -2.5032131267788875E-03 -2.5273571766391795E-03 -2.5517257898979972E-03
+ -2.5763210552155881E-03 -2.6011450806788230E-03 -2.6261999939818240E-03
+ -2.6514879426083673E-03 -2.6770110940159408E-03 -2.7027716358214784E-03
+ -2.7287717759889489E-03 -2.7550137430185206E-03 -2.7814997861376101E-03
+ -2.8082321754936482E-03 -2.8352132023486657E-03 -2.8624451792756732E-03
+ -2.8899304403569026E-03 -2.9176713413838098E-03 -2.9456702600590369E-03
+ -2.9739295962001805E-03 -3.0024517719455138E-03 -3.0312392319615531E-03
+ -3.0602944436526076E-03 -3.0896198973723076E-03 -3.1192181066369345E-03
+ -3.1490916083410331E-03 -3.1792429629746589E-03 -3.2096747548430067E-03
+ -3.2403895922877902E-03 -3.2713901079109188E-03 -3.3026789588000093E-03
+ -3.3342588267562465E-03 -3.3661324185241814E-03 -3.3983024660237393E-03
+ -3.4307717265843708E-03 -3.4635429831814078E-03 -3.4966190446745478E-03
+ -3.5300027460486967E-03 -3.5636969486568218E-03 -3.5977045404653428E-03
+ -3.6320284363015464E-03 -3.6666715781034807E-03 -3.7016369351721189E-03
+ -3.7369275044258198E-03 -3.7725463106572212E-03 -3.8084964067924922E-03
+ -3.8447808741530320E-03 -3.8814028227194854E-03 -3.9183653913984198E-03
+ -3.9556717482912875E-03 -3.9933250909659507E-03 -4.0313286467308571E-03
+ -4.0696856729114921E-03 -4.1083994571297112E-03 -4.1474733175854584E-03
+ -4.1869106033411941E-03 -4.2267146946088916E-03 -4.2668890030398464E-03
+ -4.3074369720170376E-03 -4.3483620769502705E-03 -4.3896678255740465E-03
+ -4.4313577582482467E-03 -4.4734354482615351E-03 -4.5159045021376590E-03
+ -4.5587685599445954E-03 -4.6020312956064815E-03 -4.6456964172185405E-03
+ -4.6897676673648787E-03 -4.7342488234393340E-03 -4.7791436979691994E-03
+ -4.8244561389419443E-03 -4.8701900301351426E-03 -4.9163492914491985E-03
+ -4.9629378792435327E-03 -5.0099597866754761E-03 -5.0574190440426684E-03
+ -5.1053197191284622E-03 -5.1536659175504904E-03 -5.2024617831127277E-03
+ -5.2517114981605103E-03 -5.3014192839390649E-03 -5.3515894009553274E-03
+ -5.4022261493431442E-03 -5.4533338692316835E-03 -5.5049169411176511E-03
+ -5.5569797862406048E-03 -5.6095268669619693E-03 -5.6625626871474174E-03
+ -5.7160917925529629E-03 -5.7701187712146315E-03 -5.8246482538416283E-03
+ -5.8796849142132212E-03 -5.9352334695794455E-03 -5.9912986810652814E-03
+ -6.0478853540788437E-03 -6.1049983387232113E-03 -6.1626425302121080E-03
+ -6.2208228692895873E-03 -6.2795443426532892E-03 -6.3388119833820943E-03
+ -6.3986308713674077E-03 -6.4590061337484808E-03 -6.5199429453520388E-03
+ -6.5814465291356115E-03 -6.6435221566354015E-03 -6.7061751484179428E-03
+ -6.7694108745362212E-03 -6.8332347549899851E-03 -6.8976522601901166E-03
+ -6.9626689114277284E-03 -7.0282902813471751E-03 -7.0945219944239845E-03
+ -7.1613697274466037E-03 -7.2288392100031502E-03 -7.2969362249724092E-03
+ -7.3656666090196853E-03 -7.4350362530967501E-03 -7.5050511029470237E-03
+ -7.5757171596150183E-03 -7.6470404799608427E-03 -7.7190271771791965E-03
+ -7.7916834213234455E-03 -7.8650154398342952E-03 -7.9390295180738289E-03
+ -8.0137319998639239E-03 -8.0891292880302321E-03 -8.1652278449506899E-03
+ -8.2420341931098064E-03 -8.3195549156572946E-03 -8.3977966569725657E-03
+ -8.4767661232341938E-03 -8.5564700829946216E-03 -8.6369153677603120E-03
+ -8.7181088725773927E-03 -8.8000575566225033E-03 -8.8827684437992171E-03
+ -8.9662486233403893E-03 -9.0505052504153399E-03 -9.1355455467434163E-03
+ -9.2213768012128165E-03 -9.3080063705054655E-03 -9.3954416797274419E-03
+ -9.4836902230453941E-03 -9.5727595643289691E-03 -9.6626573377989917E-03
+ -9.7533912486818218E-03 -9.8449690738698133E-03 -9.9373986625878527E-03
+ -1.0030687937066095E-02 -1.0124844893218968E-02 -1.0219877601330606E-02
+ -1.0315794206746368E-02 -1.0412602930571255E-02 -1.0510312070374173E-02
+ -1.0608930000899462E-02 -1.0708465174784437E-02 -1.0808926123284044E-02
+ -1.0910321457001982E-02 -1.1012659866628709E-02 -1.1115950123686323E-02
+ -1.1220201081280592E-02 -1.1325421674859198E-02 -1.1431620922978209E-02
+ -1.1538807928074758E-02 -1.1646991877247131E-02 -1.1756182043042372E-02
+ -1.1866387784251023E-02 -1.1977618546709068E-02 -1.2089883864107786E-02
+ -1.2203193358810625E-02 -1.2317556742678204E-02 -1.2432983817900452E-02
+ -1.2549484477836916E-02 -1.2667068707864729E-02 -1.2785746586234242E-02
+ -1.2905528284933004E-02 -1.3026424070557751E-02 -1.3148444305193904E-02
+ -1.3271599447304099E-02 -1.3395900052624362E-02 -1.3521356775068924E-02
+ -1.3647980367643321E-02 -1.3775781683366099E-02 -1.3904771676198840E-02
+ -1.4034961401985225E-02 -1.4166362019398450E-02 -1.4298984790897782E-02
+ -1.4432841083693665E-02 -1.4567942370722226E-02 -1.4704300231628321E-02
+ -1.4841926353758257E-02 -1.4980832533161473E-02 -1.5121030675601331E-02
+ -1.5262532797575966E-02 -1.5405351027347648E-02 -1.5549497605982860E-02
+ -1.5694984888400983E-02 -1.5841825344433524E-02 -1.5990031559892801E-02
+ -1.6139616237650589E-02 -1.6290592198726868E-02 -1.6442972383388835E-02
+ -1.6596769852259805E-02 -1.6751997787438754E-02 -1.6908669493629985E-02
+ -1.7066798399283625E-02 -1.7226398057746367E-02 -1.7387482148423512E-02
+ -1.7550064477950565E-02 -1.7714158981377508E-02 -1.7879779723362497E-02
+ -1.8046940899377858E-02 -1.8215656836926001E-02 -1.8385941996768188E-02
+ -1.8557810974163366E-02 -1.8731278500119412E-02 -1.8906359442655549E-02
+ -1.9083068808076468E-02 -1.9261421742259061E-02 -1.9441433531949964E-02
+ -1.9623119606075785E-02 -1.9806495537065833E-02 -1.9991577042186338E-02
+ -2.0178379984888056E-02 -2.0366920376165349E-02 -2.0557214375928681E-02
+ -2.0749278294389696E-02 -2.0943128593458912E-02 -2.1138781888156981E-02
+ -2.1336254948037942E-02 -2.1535564698627642E-02 -2.1736728222873054E-02
+ -2.1939762762607614E-02 -2.2144685720027969E-02 -2.2351514659185882E-02
+ -2.2560267307494018E-02 -2.2770961557244101E-02 -2.2983615467141612E-02
+ -2.3198247263852945E-02 -2.3414875343567388E-02 -2.3633518273574145E-02
+ -2.3854194793853298E-02 -2.4076923818682497E-02 -2.4301724438257122E-02
+ -2.4528615920327422E-02 -2.4757617711849009E-02 -2.4988749440649861E-02
+ -2.5222030917112639E-02 -2.5457482135872470E-02 -2.5695123277530540E-02
+ -2.5934974710383411E-02 -2.6177056992169156E-02 -2.6421390871829032E-02
+ -2.6667997291285182E-02 -2.6916897387236668E-02 -2.7168112492969677E-02
+ -2.7421664140186808E-02 -2.7677574060851737E-02 -2.7935864189052251E-02
+ -2.8196556662879409E-02 -2.8459673826325606E-02 -2.8725238231198928E-02
+ -2.8993272639056471E-02 -2.9263800023154162E-02 -2.9536843570416672E-02
+ -2.9812426683423553E-02 -3.0090572982415954E-02 -3.0371306307319892E-02
+ -3.0654650719789966E-02 -3.0940630505271578E-02 -3.1229270175081765E-02
+ -3.1520594468509931E-02 -3.1814628354938375E-02 -3.2111397035982009E-02
+ -3.2410925947647683E-02 -3.2713240762515229E-02 -3.3018367391935817E-02
+ -3.3326331988254541E-02 -3.3637160947049854E-02 -3.3950880909397206E-02
+ -3.4267518764151142E-02 -3.4587101650249731E-02 -3.4909656959040705E-02
+ -3.5235212336628921E-02 -3.5563795686245063E-02 -3.5895435170637285E-02
+ -3.6230159214484636E-02 -3.6567996506832880E-02 -3.6908976003553098E-02
+ -3.7253126929823174E-02 -3.7600478782632410E-02 -3.7951061333308674E-02
+ -3.8304904630071183E-02 -3.8662039000603193E-02 -3.9022495054653217E-02
+ -3.9386303686656569E-02 -3.9753496078384076E-02 -4.0124103701613366E-02
+ -4.0498158320825414E-02 -4.0875691995928026E-02 -4.1256737085001945E-02
+ -4.1641326247074097E-02 -4.2029492444916244E-02 -4.2421268947869795E-02
+ -4.2816689334696664E-02 -4.3215787496456180E-02 -4.3618597639410242E-02
+ -4.4025154287953693E-02 -4.4435492287573354E-02 -4.4849646807833266E-02
+ -4.5267653345388889E-02 -4.5689547727028448E-02 -4.6115366112743472E-02
+ -4.6545144998826539E-02 -4.6978921220999809E-02 -4.7416731957569652E-02
+ -4.7858614732613533E-02 -4.8304607419195802E-02 -4.8754748242611348E-02
+ -4.9209075783662362E-02 -4.9667628981963530E-02 -5.0130447139278993E-02
+ -5.0597569922889302E-02 -5.1069037368990801E-02 -5.1544889886126335E-02
+ -5.2025168258646559E-02 -5.2509913650205173E-02 -5.2999167607286721E-02
+ -5.3492972062764266E-02 -5.3991369339494527E-02 -5.4494402153942023E-02
+ -5.5002113619841017E-02 -5.5514547251888369E-02 -5.6031746969471802E-02
+ -5.6553757100433283E-02 -5.7080622384866241E-02 -5.7612387978950054E-02
+ -5.8149099458817535E-02 -5.8690802824460396E-02 -5.9237544503670060E-02
+ -5.9789371356015947E-02 -6.0346330676858739E-02 -6.0908470201403928E-02
+ -6.1475838108790336E-02 -6.2048483026218071E-02 -6.2626454033114468E-02
+ -6.3209800665339336E-02 -6.3798572919426907E-02 -6.4392821256871208E-02
+ -6.4992596608447237E-02 -6.5597950378575021E-02 -6.6208934449722950E-02
+ -6.6825601186852185E-02 -6.7448003441902701E-02 -6.8076194558321021E-02
+ -6.8710228375628707E-02 -6.9350159234036451E-02 -6.9996041979095369E-02
+ -7.0647931966399957E-02 -7.1305885066324737E-02 -7.1969957668814200E-02
+ -7.2640206688210363E-02 -7.3316689568128618E-02 -7.3999464286378464E-02
+ -7.4688589359929308E-02 -7.5384123849922352E-02 -7.6086127366729428E-02
+ -7.6794660075058793E-02 -7.7509782699108576E-02 -7.8231556527766699E-02
+ -7.8960043419861375E-02 -7.9695305809458383E-02 -8.0437406711207332E-02
+ -8.1186409725740608E-02 -8.1942379045119071E-02 -8.2705379458328718E-02
+ -8.3475476356831030E-02 -8.4252735740161705E-02 -8.5037224221582677E-02
+ -8.5829009033787762E-02 -8.6628158034659342E-02 -8.7434739713078399E-02
+ -8.8248823194790618E-02 -8.9070478248325646E-02 -8.9899775290969319E-02
+ -9.0736785394796626E-02 -9.1581580292754428E-02 -9.2434232384804541E-02
+ -9.3294814744123059E-02 -9.4163401123356749E-02 -9.5040065960936587E-02
+ -9.5924884387453238E-02 -9.6817932232087262E-02 -9.7719286029102376E-02
+ -9.8629023024397397E-02 -9.9547221182118159E-02 -1.0047395919133419E-01
+ -1.0140931647277238E-01 -1.0235337318561880E-01 -1.0330621023437650E-01
+ -1.0426790927579502E-01 -1.0523855272585636E-01 -1.0621822376683378E-01
+ -1.0720700635440661E-01 -1.0820498522485043E-01 -1.0921224590228744E-01
+ -1.1022887470600634E-01 -1.1125495875785038E-01 -1.1229058598967501E-01
+ -1.1333584515086809E-01 -1.1439082581595185E-01 -1.1545561839224247E-01
+ -1.1653031412758917E-01 -1.1761500511818168E-01 -1.1870978431643087E-01
+ -1.1981474553892218E-01 -1.2092998347444142E-01 -1.2205559369207983E-01
+ -1.2319167264940578E-01 -1.2433831770072135E-01 -1.2549562710538834E-01
+ -1.2666370003623428E-01 -1.2784263658803849E-01 -1.2903253778609147E-01
+ -1.3023350559483668E-01 -1.3144564292659525E-01 -1.3266905365036441E-01
+ -1.3390384260070287E-01 -1.3515011558669610E-01 -1.3640797940100763E-01
+ -1.3767754182900727E-01 -1.3895891165799307E-01 -1.4025219868649100E-01
+ -1.4155751373364306E-01 -1.4287496864868490E-01 -1.4420467632050665E-01
+ -1.4554675068730560E-01 -1.4690130674632804E-01 -1.4826846056369469E-01
+ -1.4964832928433069E-01 -1.5104103114197082E-01 -1.5244668546927131E-01
+ -1.5386541270800611E-01 -1.5529733441936050E-01 -1.5674257329432198E-01
+ -1.5820125316416300E-01 -1.5967349901102210E-01 -1.6115943697858473E-01
+ -1.6265919438286108E-01 -1.6417289972306037E-01 -1.6570068269257457E-01
+ -1.6724267419005129E-01 -1.6879900633057979E-01 -1.7036981245697214E-01
+ -1.7195522715115436E-01 -1.7355538624566086E-01 -1.7517042683523087E-01
+ -1.7680048728851991E-01 -1.7844570725990785E-01 -1.8010622770143275E-01
+ -1.8178219087481168E-01 -1.8347374036359945E-01 -1.8518102108543238E-01
+ -1.8690417930440500E-01 -1.8864336264355117E-01 -1.9039872009744510E-01
+ -1.9217040204491070E-01 -1.9395856026185593E-01 -1.9576334793422506E-01
+ -1.9758491967106204E-01 -1.9942343151770317E-01 -2.0127904096908475E-01
+ -2.0315190698317956E-01 -2.0504218999454937E-01 -2.0695005192802851E-01
+ -2.0887565621253013E-01 -2.1081916779497797E-01 -2.1278075315436942E-01
+ -2.1476058031596698E-01 -2.1675881886561832E-01 -2.1877563996420879E-01
+ -2.2081121636224701E-01 -2.2286572241458519E-01 -2.2493933409526901E-01
+ -2.2703222901253500E-01 -2.2914458642393304E-01 -2.3127658725159350E-01
+ -2.3342841409763457E-01 -2.3560025125971293E-01 -2.3779228474670713E-01
+ -2.4000470229455634E-01 -2.4223769338224110E-01 -2.4449144924790042E-01
+ -2.4676616290510850E-01 -2.4906202915930151E-01 -2.5137924462433803E-01
+ -2.5371800773923170E-01 -2.5607851878502053E-01 -2.5846097990179956E-01
+ -2.6086559510590779E-01 -2.6329257030726350E-01 -2.6574211332687542E-01
+ -2.6821443391449312E-01 -2.7070974376643131E-01 -2.7322825654355692E-01
+ -2.7577018788942981E-01 -2.7833575544862477E-01 -2.8092517888519730E-01
+ -2.8353867990134457E-01 -2.8617648225621317E-01 -2.8883881178489540E-01
+ -2.9152589641758225E-01 -2.9423796619890064E-01 -2.9697525330742836E-01
+ -2.9973799207537422E-01 -3.0252641900845095E-01 -3.0534077280591615E-01
+ -3.0818129438080244E-01 -3.1104822688032929E-01 -3.1394181570649715E-01
+ -3.1686230853686892E-01 -3.1980995534554835E-01 -3.2278500842432284E-01
+ -3.2578772240403331E-01 -3.2881835427610723E-01 -3.3187716341429779E-01
+ -3.3496441159661883E-01 -3.3808036302748101E-01 -3.4122528436001348E-01
+ -3.4439944471860801E-01 -3.4760311572164593E-01 -3.5083657150443831E-01
+ -3.5410008874237536E-01 -3.5739394667427793E-01 -3.6071842712595692E-01
+ -3.6407381453399307E-01 -3.6746039596972374E-01 -3.7087846116344197E-01
+ -3.7432830252881877E-01 -3.7781021518753033E-01 -3.8132449699413107E-01
+ -3.8487144856112382E-01 -3.8845137328425877E-01 -3.9206457736806694E-01
+ -3.9571136985161859E-01 -3.9939206263449889E-01 -4.0310697050303423E-01
+ -4.0685641115673205E-01 -4.1064070523496971E-01 -4.1446017634391075E-01
+ -4.1831515108366479E-01 -4.2220595907568970E-01 -4.2613293299042371E-01
+ -4.3009640857518261E-01 -4.3409672468227456E-01 -4.3813422329739948E-01
+ -4.4220924956825913E-01 -4.4632215183344648E-01 -4.5047328165158379E-01
+ -4.5466299383070508E-01 -4.5889164645790692E-01 -4.6315960092925196E-01
+ -4.6746722197995028E-01 -4.7181487771477315E-01 -4.7620293963876348E-01
+ -4.8063178268820117E-01 -4.8510178526182879E-01 -4.8961332925236073E-01
+ -4.9416680007827540E-01 -4.9876258671584850E-01 -5.0340108173149578E-01
+ -5.0808268131438805E-01 -5.1280778530933890E-01 -5.1757679724998329E-01
+ -5.2239012439222954E-01 -5.2724817774802557E-01 -5.3215137211938168E-01
+ -5.3710012613270752E-01 -5.4209486227343229E-01 -5.4713600692092224E-01
+ -5.5222399038369863E-01 -5.5735924693495231E-01 -5.6254221484836220E-01
+ -5.6777333643419792E-01 -5.7305305807577633E-01 -5.7838183026616186E-01
+ -5.8376010764522945E-01 -5.8918834903700434E-01 -5.9466701748733541E-01
+ -6.0019658030187084E-01 -6.0577750908436068E-01 -6.1141027977526508E-01
+ -6.1709537269070724E-01 -6.2283327256172316E-01 -6.2862446857384580E-01
+ -6.3446945440701497E-01 -6.4036872827583391E-01 -6.4632279297013073E-01
+ -6.5233215589584126E-01 -6.5839732911628701E-01 -6.6451882939370854E-01
+ -6.7069717823120223E-01 -6.7693290191495892E-01 -6.8322653155684798E-01
+ -6.8957860313736807E-01 -6.9598965754891040E-01 -7.0246024063939128E-01
+ -7.0899090325621617E-01 -7.1558220129060368E-01 -7.2223469572226917E-01
+ -7.2894895266442461E-01 -7.3572554340918284E-01 -7.4256504447327976E-01
+ -7.4946803764415204E-01 -7.5643511002641539E-01 -7.6346685408865234E-01
+ -7.7056386771058638E-01 -7.7772675423061521E-01 -7.8495612249370661E-01
+ -7.9225258689965394E-01 -7.9961676745171339E-01 -8.0704928980558455E-01
+ -8.1455078531877090E-01 -8.2212189110031664E-01 -8.2976325006089824E-01
+ -8.3747551096330608E-01 -8.4525932847326446E-01 -8.5311536321065973E-01
+ -8.6104428180112669E-01 -8.6904675692798528E-01 -8.7712346738460123E-01
+ -8.8527509812707150E-01 -8.9350234032731768E-01 -9.0180589142652323E-01
+ -9.1018645518897556E-01 -9.1864474175627497E-01 -9.2718146770189347E-01
+ -9.3579735608615022E-01 -9.4449313651151678E-01 -9.5326954517833684E-01
+ -9.6212732494088971E-01 -9.7106722536384527E-01 -9.8009000277906999E-01
+ -9.8919642034283972E-01 -9.9838724809338486E-01 -1.0076632630088052E+00
+ -1.0170252490654228E+00 -1.0264739972963808E+00 -1.0360103058507151E+00
+ -1.0456349800527365E+00 -1.0553488324617966E+00 -1.0651526829323743E+00
+ -1.0750473586745894E+00 -1.0850336943149930E+00 -1.0951125319577639E+00
+ -1.1052847212462469E+00 -1.1155511194248273E+00 -1.1259125914011234E+00
+ -1.1363700098086049E+00 -1.1469242550694436E+00 -1.1575762154577629E+00
+ -1.1683267871632126E+00 -1.1791768743548365E+00 -1.1901273892453070E+00
+ -1.2011792521554181E+00 -1.2123333915789480E+00 -1.2235907442478113E+00
+ -1.2349522551974630E+00 -1.2464188778326690E+00 -1.2579915739935335E+00
+ -1.2696713140218026E+00 -1.2814590768274461E+00 -1.2933558499555282E+00
+ -1.3053626296533096E+00 -1.3174804209376194E+00 -1.3297102376625061E+00
+ -1.3420531025870275E+00 -1.3545100474434282E+00 -1.3670821130053392E+00
+ -1.3797703491563826E+00 -1.3925758149588336E+00 -1.4054995787225386E+00
+ -1.4185427180740211E+00 -1.4317063200257136E+00 -1.4449914810453668E+00
+ -1.4583993071256214E+00 -1.4719309138536720E+00 -1.4855874264810971E+00
+ -1.4993699799937457E+00 -1.5132797191817517E+00 -1.5273177987096000E+00
+ -1.5414853831862805E+00 -1.5557836472354327E+00 -1.5702137755656154E+00
+ -1.5847769630404522E+00 -1.5994744147489217E+00 -1.6143073460754747E+00
+ -1.6292769827702243E+00 -1.6443845610190122E+00 -1.6596313275134071E+00
+ -1.6750185395205726E+00 -1.6905474649530534E+00 -1.7062193824383598E+00
+ -1.7220355813884298E+00 -1.7379973620688383E+00 -1.7541060356678120E+00
+ -1.7703629243650072E+00 -1.7867693613999642E+00 -1.8033266911402941E+00
+ -1.8200362691495209E+00 -1.8368994622545685E+00 -1.8539176486127844E+00
+ -1.8710922177786591E+00 -1.8884245707699812E+00 -1.9059161201335018E+00
+ -1.9235682900101656E+00 -1.9413825161996214E+00 -1.9593602462242861E+00
+ -1.9775029393925971E+00 -1.9958120668617578E+00 -2.0142891116996235E+00
+ -2.0329355689458408E+00 -2.0517529456722436E+00 -2.0707427610422835E+00
+ -2.0899065463696367E+00 -2.1092458451758302E+00 -2.1287622132468096E+00
+ -2.1484572186885749E+00 -2.1683324419814967E+00 -2.1883894760337190E+00
+ -2.2086299262331464E+00 -2.2290554104981761E+00 -2.2496675593271833E+00
+ -2.2704680158464687E+00 -2.2914584358568622E+00 -2.3126404878786566E+00
+ -2.3340158531950443E+00 -2.3555862258938549E+00 -2.3773533129074491E+00
+ -2.3993188340508977E+00 -2.4214845220582411E+00 -2.4438521226166916E+00
+ -2.4664233943988694E+00 -2.4892001090927911E+00 -2.5121840514297276E+00
+ -2.5353770192096223E+00 -2.5587808233241787E+00 -2.5823972877774084E+00
+ -2.6062282497034919E+00 -2.6302755593821043E+00 -2.6545410802506701E+00
+ -2.6790266889139760E+00 -2.7037342751505125E+00 -2.7286657419157696E+00
+ -2.7538230053422632E+00 -2.7792079947362254E+00 -2.8048226525706133E+00
+ -2.8306689344746969E+00 -2.8567488092197171E+00 -2.8830642587007338E+00
+ -2.9096172779144172E+00 -2.9364098749325218E+00 -2.9634440708712821E+00
+ -2.9907218998561245E+00 -3.0182454089817652E+00 -3.0460166582676114E+00
+ -3.0740377206080920E+00 -3.1023106817178796E+00 -3.1308376400719116E+00
+ -3.1596207068397102E+00 -3.1886620058142876E+00 -3.2179636733349444E+00
+ -3.2475278582042599E+00 -3.2773567215986428E+00 -3.3074524369724632E+00
+ -3.3378171899556017E+00 -3.3684531782440583E+00 -3.3993626114833297E+00
+ -3.4305477111447358E+00 -3.4620107103938711E+00 -3.4937538539514206E+00
+ -3.5257793979458674E+00 -3.5580896097578432E+00 -3.5906867678559329E+00
+ -3.6235731616236468E+00 -3.6567510911771555E+00 -3.6902228671737913E+00
+ -3.7239908106106743E+00 -3.7580572526133986E+00 -3.7924245342144305E+00
+ -3.8270950061207807E+00 -3.8620710284708895E+00 -3.8973549705800092E+00
+ -3.9329492106741029E+00 -3.9688561356117482E+00 -4.0050781405935769E+00
+ -4.0416176288591945E+00 -4.0784770113707456E+00 -4.1156587064832832E+00
+ -4.1531651396010094E+00 -4.1909987428193434E+00 -4.2291619545522101E+00
+ -4.2676572191442839E+00 -4.3064869864674185E+00 -4.3456537115012921E+00
+ -4.3851598538973739E+00 -4.4250078775258093E+00 -4.4652002500050836E+00
+ -4.5057394422134882E+00 -4.5466279277820707E+00 -4.5878681825687133E+00
+ -4.6294626841124051E+00 -4.6714139110676092E+00 -4.7137243426177378E+00
+ -4.7563964578675160E+00 -4.7994327352132062E+00 -4.8428356516905717E+00
+ -4.8866076822996360E+00 -4.9307512993056388E+00 -4.9752689715154927E+00
+ -5.0201631635293440E+00 -5.0654363349661056E+00 -5.1110909396625521E+00
+ -5.1571294248454000E+00 -5.2035542302749214E+00 -5.2503677873604193E+00
+ -5.2975725182456719E+00 -5.3451708348644562E+00 -5.3931651379647150E+00
+ -5.4415578161008193E+00 -5.4903512445930609E+00 -5.5395477844535614E+00
+ -5.5891497812773236E+00 -5.6391595640982217E+00 -5.6895794442080874E+00
+ -5.7404117139388617E+00 -5.7916586454062493E+00 -5.8433224892139588E+00
+ -5.8954054731177301E+00 -5.9479098006478530E+00 -6.0008376496893963E+00
+ -6.0541911710188065E+00 -6.1079724867959033E+00 -6.1621836890100425E+00
+ -6.2168268378795011E+00 -6.2719039602027058E+00 -6.3274170476601004E+00
+ -6.3833680550658247E+00 -6.4397588985671348E+00 -6.4965914537912139E+00
+ -6.5538675539375451E+00 -6.6115889878145335E+00 -6.6697574978194165E+00
+ -6.7283747778594485E+00 -6.7874424712136703E+00 -6.8469621683333513E+00
+ -6.9069354045799098E+00 -6.9673636578986127E+00 -7.0282483464268513E+00
+ -7.0895908260352609E+00 -7.1513923878002945E+00 -7.2136542554062464E+00
+ -7.2763775824760621E+00 -7.3395634498281836E+00 -7.4032128626585845E+00
+ -7.4673267476461547E+00 -7.5319059499794703E+00 -7.5969512303033913E+00
+ -7.6624632615842279E+00 -7.7284426258905512E+00 -7.7948898110894556E+00
+ -7.8618052074547951E+00 -7.9291891041868867E+00 -7.9970416858413920E+00
+ -8.0653630286648692E+00 -8.1341530968366769E+00 -8.2034117386131840E+00
+ -8.2731386823748423E+00 -8.3433335325718261E+00 -8.4139957655680657E+00
+ -8.4851247253806683E+00 -8.5567196193136343E+00 -8.6287795134826979E+00
+ -8.7013033282307291E+00 -8.7742898334305544E+00 -8.8477376436741135E+00
+ -8.9216452133449557E+00 -8.9960108315733525E+00 -9.0708326170707814E+00
+ -9.1461085128429875E+00 -9.2218362807783834E+00 -9.2980134961113059E+00
+ -9.3746375417566732E+00 -9.4517056025158013E+00 -9.5292146591495737E+00
+ -9.6071614823189400E+00 -9.6855426263896476E+00 -9.7643544231000128E+00
+ -9.8435929750898428E+00 -9.9232541492886384E+00 -1.0003333570161836E+01
+ -1.0083826612812944E+01 -1.0164728395940449E+01 -1.0246033774647994E+01
+ -1.0327737333106057E+01 -1.0409833377064363E+01 -1.0492315926213019E+01
+ -1.0575178706392574E+01 -1.0658415141650492E+01 -1.0742018346143768E+01
+ -1.0825981115887135E+01 -1.0910295920345900E+01 -1.0994954893872904E+01
+ -1.1079949826989150E+01 -1.1165272157507921E+01 -1.1250912961502655E+01
+ -1.1336862944118153E+01 -1.1423112430225867E+01 -1.1509651354923522E+01
+ -1.1596469253880256E+01 -1.1683555253527219E+01 -1.1770898061096670E+01
+ -1.1858485954508918E+01 -1.1946306772110681E+01 -1.2034347902265514E+01
+ -1.2122596272800106E+01 -1.2211038340307912E+01 -1.2299660079313282E+01
+ -1.2388446971300695E+01 -1.2477383993611371E+01 -1.2566455608212577E+01
+ -1.2655645750343222E+01 -1.2744937817042377E+01 -1.2834314655564324E+01
+ -1.2923758551687909E+01 -1.3013251217925543E+01 -1.3102773781640174E+01
+ -1.3192306773076297E+01 -1.3281830113315188E+01 -1.3371323102161563E+01
+ -1.3460764405972863E+01 -1.3550132045439559E+01 -1.3639403383329702E+01
+ -1.3728555112207403E+01 -1.3817563242139336E+01 -1.3906403088401227E+01
+ -1.3995049259200348E+01 -1.4083475643427139E+01 -1.4171655398453437E+01
+ -1.4259560937993678E+01 -1.4347163920047175E+01 -1.4434435234941104E+01
+ -1.4521344993492267E+01 -1.4607862515313286E+01 -1.4693956317279545E+01
+ -1.4779594102186337E+01 -1.4864742747617562E+01 -1.4949368295053196E+01
+ -1.5033435939243395E+01 -1.5116910017878231E+01 -1.5199754001582500E+01
+ -1.5281930484268692E+01 -1.5363401173880110E+01 -1.5444126883561553E+01
+ -1.5524067523290668E+01 -1.5603182092011563E+01 -1.5681428670308453E+01
+ -1.5758764413662632E+01 -1.5835145546334431E+01 -1.5910527355917848E+01
+ -1.5984864188613695E+01 -1.6058109445270428E+01 -1.6130215578244680E+01
+ -1.6201134089134065E+01 -1.6270815527438334E+01 -1.6339209490205004E+01
+ -1.6406264622720293E+01 -1.6471928620305846E+01 -1.6536148231286415E+01
+ -1.6598869261192721E+01 -1.6660036578269825E+01 -1.6719594120359055E+01
+ -1.6777484903229084E+01 -1.6833651030428218E+01 -1.6888033704736436E+01
+ -1.6940573241297862E+01 -1.6991209082511578E+01 -1.7039879814768437E+01
+ -1.7086523187117905E+01 -1.7131076131952312E+01 -1.7173474787800103E+01
+ -1.7213654524318919E+01 -1.7251549969582374E+01 -1.7287095039757180E+01
+ -1.7320222971267032E+01 -1.7350866355541761E+01 -1.7378957176453099E+01
+ -1.7404426850538755E+01 -1.7427206270115700E+01 -1.7447225849388140E+01
+ -1.7464415573653294E+01 -1.7478705051710403E+01 -1.7490023571576888E+01
+ -1.7498300159617276E+01 -1.7503463643187821E+01 -1.7505442716902969E+01
+ -1.7504166012622356E+01 -1.7499562173263090E+01 -1.7491559930532773E+01
+ -1.7480088186681293E+01 -1.7465076100365959E+01 -1.7446453176715970E+01
+ -1.7424149361687906E+01 -1.7398095140787081E+01 -1.7368221642235191E+01
+ -1.7334460744650993E+01 -1.7296745189309380E+01 -1.7255008697030320E+01
+ -1.7209186089747966E+01 -1.7159213416794753E+01 -1.7105028085926818E+01
+ -1.7046568999108512E+01 -1.6983776693055447E+01 -1.6916593484528121E+01
+ -1.6844963620348214E+01 -1.6768833432098059E+01 -1.6688151495441403E+01
+ -1.6602868793990751E+01 -1.6512938887620802E+01 -1.6418318085110595E+01
+ -1.6318965620970154E+01 -1.6214843836285315E+01 -1.6105918363387033E+01
+ -1.5992158314122392E+01 -1.5873536471478511E+01 -1.5750029484273050E+01
+ -1.5621618064597035E+01 -1.5488287187659182E+01 -1.5350026293640472E+01
+ -1.5206829491134116E+01 -1.5058695761699770E+01 -1.4905629165023221E+01
+ -1.4747639044123208E+01 -1.4584740230002877E+01 -1.4416953245095394E+01
+ -1.4244304504800493E+01 -1.4066826516359431E+01 -1.3884558074257370E+01
+ -1.3697544451293645E+01 -1.3505837584396012E+01 -1.3309496254201520E+01
+ -1.3108586257364774E+01 -1.2903180570494891E+01 -1.2693359504559471E+01
+ -1.2479210848535001E+01 -1.2260830001015545E+01 -1.2038320088435341E+01
+ -1.1811792068495350E+01 -1.1581364817322878E+01 -1.1347165198834993E+01
+ -1.1109328114717485E+01 -1.0867996533374592E+01 -1.0623321496152995E+01
+ -1.0375462099092058E+01 -1.0124585448409587E+01 -9.8708665878853612E+00
+ -9.6144883962810130E+00 -9.3556414528907634E+00 -9.0945238693131465E+00
+ -8.8313410855072245E+00 -8.5663056282024712E+00 -8.2996368297359524E+00
+ -8.0315605054087236E+00 -7.7623085874898585E+00 -7.4921187140375345E+00
+ -7.2212337707767631E+00 -6.9499013843435833E+00 -6.6783733653178849E+00
+ -6.4069050995666466E+00 -6.1357548865832641E+00 -5.8651832236518437E+00
+ -5.5954520348671508E+00 -5.3268238442535534E+00 -5.0595608924696940E+00
+ -4.7939241968611483E+00 -4.5301725549309317E+00 -4.2685614916329939E+00
+ -4.0093421512746268E+00 -3.7527601352171160E+00 -3.4990542870199199E+00
+ -3.2484554271523258E+00 -3.0011850399288598E+00 -2.7574539158907996E+00
+ -2.5174607534614992E+00 -2.2813907243554183E+00 -2.0494140079100376E+00
+ -1.8216843002397241E+00 -1.5983373048867193E+00 -1.3794892124449518E+00
+ -1.1652351774896914E+00 -9.5564780201491573E-01 -7.5077563550355109E-01
+ -5.5064170268217083E-01 -3.5524207098241334E-01 -1.6454447070528744E-01
+  2.1513018127549799E-02  2.0302319725242057E-01  3.8011088401176352E-01
+  5.5293393062618890E-01  7.2168411100427932E-01  8.8658785628766168E-01
+  1.0479068194673360E+00  1.2059382486045962E+00  1.3610151474755128E+00
+  1.5135062018265444E+00  1.6638154489250567E+00  1.8123816677060560E+00
+  1.9596774666015335E+00  2.1062080460818109E+00  2.2525096131060707E+00
+  2.3991474250443545E+00  2.5467134412648278E+00  2.6958235614822286E+00
+  2.8471144311617564E+00  3.0012397958046222E+00  3.1588663878293346E+00
+  3.3206693320273217E+00  3.4873270582514522E+00  3.6595157131021239E+00
+  3.8379030659549755E+00  4.0231419087133133E+00  4.2158629532335397E+00
+  4.4166672354382115E+00  4.6261180407416020E+00  4.8447323715700321E+00
+  5.0729719844565864E+00  5.3112340314625897E+00  5.5598413484716929E+00
+  5.8190324412694991E+00  6.0889512291745689E+00  6.3696366153751427E+00
+  6.6610119629506386E+00  6.9628745658342837E+00  7.2748852146138177E+00
+  7.5965579680510160E+00  7.9272502524315200E+00  8.2661534223005759E+00
+  8.6122839276922889E+00  8.9644752445581588E+00  9.3213707366628427E+00
+  9.6814176286508058E+00  1.0042862281230548E+01  1.0403746970402871E+01
+  1.0761908383310086E+01  1.1114978053598271E+01  1.1460384969107970E+01
+  1.1795360594350335E+01  1.2116946559571886E+01  1.2422005277491245E+01
+  1.2707233758178866E+01  1.2969180902377758E+01  1.3204268564259507E+01
+  1.3408816686774578E+01  1.3579072827076914E+01  1.3711246406975761E+01
+  1.3801548045093405E+01  1.3846234354834991E+01  1.3841658627105762E+01
+  1.3784327860959902E+01  1.3670966661455033E+01  1.3498588594706046E+01
+  1.3264575678715328E+01  1.2966766798675739E+01  1.2603555971306875E+01
+  1.2174001549001364E+01  1.1677947656318505E+01  1.1116159394214558E+01
+  1.0490473637447968E+01  9.8039675941687978E+00  9.0611477004897267E+00
+  8.2681618936719694E+00  7.4330388522450868E+00  6.5659584166613749E+00
+  5.6795581163096687E+00  4.7892815338479444E+00  3.9137751411852668E+00
+  3.0753412477808362E+00  2.3004558154638115E+00  1.6202418748192127E+00
+  1.0761526387760603E+00  6.5356158370157380E-01  3.4010387658859498E-01
+  1.2198163548231067E-01 -1.5777933821258361E-02 -8.8965770034276803E-02
+ -1.1371705745560617E-01 -1.0589900572612285E-01 -8.0336047476252781E-02
+ -4.9844666831911022E-02 -2.4046050180347417E-02 -7.9201352062884065E-03
+  0.0000000000000000E+00
+===== TPROJECTOR 3 =====   [tp(r)=TPROJECTOR(r)/r*Ylm(th,ph)]
+ 2  : radial mesh index
+  0.0000000000000000E+00  1.8371216070185869E-15  7.4169935036080258E-15
+  1.6844053911445280E-14  3.0225013652120358E-14  4.7668901602400191E-14
+  6.9287111026734051E-14  9.5193446803655916E-14  1.2550417356304294E-13
+  1.6033806475152519E-13  1.9981645264365164E-13  2.4406327931675193E-13
+  2.9320514860778116E-13  3.4737137907077577E-13  4.0669405795387339E-13
+  4.7130809621526666E-13  5.4135128459774438E-13  6.1696435078192753E-13
+  6.9829101763861078E-13  7.8547806260105366E-13  8.7867537817846352E-13
+  9.7803603363224187E-13  1.0837163378370632E-12  1.1958759033492208E-12
+  1.3146777117050912E-12  1.4402881799729980E-12  1.5728772285822624E-12
+  1.7126183504535756E-12  1.8596886814552813E-12  2.0142690722108152E-12
+  2.1765441612826760E-12  2.3467024497591368E-12  2.5249363772701587E-12
+  2.7114423994595427E-12  2.9064210669408712E-12  3.1100771057654137E-12
+  3.3226194994303379E-12  3.5442615724566104E-12  3.7752210755661716E-12
+  4.0157202724885633E-12  4.2659860284278484E-12  4.5262499002212558E-12
+  4.7967482282215114E-12  5.0777222299352968E-12  5.3694180954512305E-12
+  5.6720870846909930E-12  5.9859856265181869E-12  6.3113754197399152E-12
+  6.6485235360368117E-12  6.9977025248581573E-12  7.3591905203188635E-12
+  7.7332713501363994E-12  8.1202346466460911E-12  8.5203759599337725E-12
+  8.9339968731264677E-12  9.3614051198807858E-12  9.8029147041115434E-12
+  1.0258846022002227E-11  1.0729525986340617E-11  1.1215288153223268E-11
+  1.1716472851173893E-11  1.2233427312720639E-11  1.2766505808479310E-11
+  1.3316069783789145E-11  1.3882487997949655E-11  1.4466136666107708E-11
+  1.5067399603844332E-11  1.5686668374512512E-11  1.6324342439378186E-11
+  1.6980829310616061E-11  1.7656544707215851E-11  1.8351912713851930E-11
+  1.9067365942773774E-11  1.9803345698773176E-11  2.0560302147286556E-11
+  2.1338694485691617E-11  2.2138991117858231E-11  2.2961669832014577E-11
+  2.3807217981992216E-11  2.4676132671911989E-11  2.5568920944377338E-11
+  2.6486099972239374E-11  2.7428197254002644E-11  2.8395750812938620E-11
+  2.9389309399978167E-11  3.0409432700452843E-11  3.1456691544758271E-11
+  3.2531668123013541E-11  3.3634956203790958E-11  3.4767161356993997E-11
+  3.5928901180960252E-11  3.7120805533870409E-11  3.8343516769542132E-11
+  3.9597689977694682E-11  4.0883993228763845E-11  4.2203107823357717E-11
+  4.3555728546436707E-11  4.4942563926308827E-11  4.6364336498530554E-11
+  4.7821783074804448E-11  4.9315655016968935E-11  5.0846718516175129E-11
+  5.2415754877349068E-11  5.4023560809037115E-11  5.5670948718738324E-11
+  5.7358747013824104E-11  5.9087800408153296E-11  6.0858970234485719E-11
+  6.2673134762808320E-11  6.4531189524680524E-11  6.6434047643714887E-11
+  6.8382640172305340E-11  7.0377916434726069E-11  7.2420844376712801E-11
+  7.4512410921656004E-11  7.6653622333525038E-11  7.8845504586653067E-11
+  8.1089103742507930E-11  8.3385486333586200E-11  8.5735739754556412E-11
+  8.8140972660796009E-11  9.0602315374452153E-11  9.3120920298179533E-11
+  9.5697962336681834E-11  9.8334639326225384E-11  1.0103217247225439E-10
+  1.0379180679527407E-10  1.0661481158514852E-10  1.0950248086397779E-10
+  1.1245613385770751E-10  1.1547711547664636E-10  1.1856679680504389E-10
+  1.2172657559991367E-10  1.2495787679926460E-10  1.2826215303992493E-10
+  1.3164088518512843E-10  1.3509558286206129E-10  1.3862778500954222E-10
+  1.4223906043603427E-10  1.4593100838817864E-10  1.4970525913005448E-10
+  1.5356347453335139E-10  1.5750734867867946E-10  1.6153860846820973E-10
+  1.6565901424986462E-10  1.6987036045327316E-10  1.7417447623771517E-10
+  1.7857322615227529E-10  1.8306851080843784E-10  1.8766226756535411E-10
+  1.9235647122802441E-10  1.9715313475863474E-10  2.0205431000128989E-10
+  2.0706208842040164E-10  2.1217860185298808E-10  2.1740602327513926E-10
+  2.2274656758291818E-10  2.2820249238797078E-10  2.3377609882811316E-10
+  2.3946973239318617E-10  2.4528578376645919E-10  2.5122668968187224E-10
+  2.5729493379742012E-10  2.6349304758497158E-10  2.6982361123684363E-10
+  2.7628925458943798E-10  2.8289265806425902E-10  2.8963655362664030E-10
+  2.9652372576251605E-10  3.0355701247357273E-10  3.1073930629112017E-10
+  3.1807355530904226E-10  3.2556276423617953E-10  3.3320999546851242E-10
+  3.4101837018150711E-10  3.4899106944301769E-10  3.5713133534710643E-10
+  3.6544247216920844E-10  3.7392784754300021E-10  3.8259089365941286E-10
+  3.9143510848819361E-10  4.0046405702242212E-10  4.0968137254644065E-10
+  4.1909075792762473E-10  4.2869598693242014E-10  4.3850090556714014E-10
+  4.4850943344396181E-10  4.5872556517259012E-10  4.6915337177808873E-10
+  4.7979700214536076E-10  4.9066068449077075E-10  5.0174872786142170E-10
+  5.1306552366261293E-10  5.2461554721399761E-10  5.3640335933498464E-10
+  5.4843360795991566E-10  5.6071102978360444E-10  5.7324045193778548E-10
+  5.8602679369905457E-10  5.9907506822889456E-10  6.1239038434638788E-10
+  6.2597794833423186E-10  6.3984306577866899E-10  6.5399114344396653E-10
+  6.6842769118213062E-10  6.8315832387846017E-10  6.9818876343362331E-10
+  7.1352484078300367E-10  7.2917249795391276E-10  7.4513779016146530E-10
+  7.6142688794378836E-10  7.7804607933732196E-10  7.9500177209297713E-10
+  8.1230049593386562E-10  8.2994890485544687E-10  8.4795377946883842E-10
+  8.6632202938810980E-10  8.8506069566238239E-10  9.0417695325361230E-10
+  9.2367811356083419E-10  9.4357162699180416E-10  9.6386508558290697E-10
+  9.8456622566822925E-10  1.0056829305986999E-09  1.0272232335122902E-09
+  1.0491953201561857E-09  1.0716075317618721E-09  1.0944683679742390E-09
+  1.1177864898355768E-09  1.1415707228255875E-09  1.1658300599584385E-09
+  1.1905736649378916E-09  1.2158108753716593E-09  1.2415512060459935E-09
+  1.2678043522617892E-09  1.2945801932331923E-09  1.3218887955499758E-09
+  1.3497404167049138E-09  1.3781455086871997E-09  1.4071147216433742E-09
+  1.4366589076068463E-09  1.4667891242973769E-09  1.4975166389918173E-09
+  1.5288529324674336E-09  1.5608097030191774E-09  1.5933988705522771E-09
+  1.6266325807515876E-09  1.6605232093291069E-09  1.6950833663511167E-09
+  1.7303259006465038E-09  1.7662639042976670E-09  1.8029107172156652E-09
+  1.8402799318011292E-09  1.8783853976925548E-09  1.9172412266035718E-09
+  1.9568617972509715E-09  1.9972617603750331E-09  2.0384560438539823E-09
+  2.0804598579143562E-09  2.1232887004389728E-09  2.1669583623744115E-09
+  2.2114849332398656E-09  2.2568848067392287E-09  2.3031746864783261E-09
+  2.3503715917893710E-09  2.3984928636645176E-09  2.4475561708006094E-09
+  2.4975795157572574E-09  2.5485812412302658E-09  2.6005800364426129E-09
+  2.6535949436552816E-09  2.7076453647998969E-09  2.7627510682359218E-09
+  2.8189321956341517E-09  2.8762092689894183E-09  2.9346031977646200E-09
+  2.9941352861685313E-09  3.0548272405700627E-09  3.1167011770513469E-09
+  3.1797796291023822E-09  3.2440855554598039E-09  3.3096423480925261E-09
+  3.3764738403369336E-09  3.4446043151845305E-09  3.5140585137247301E-09
+  3.5848616437459819E-09  3.6570393884978570E-09  3.7306179156172306E-09
+  3.8056238862217935E-09  3.8820844641738466E-09  3.9600273255174887E-09
+  4.0394806680927619E-09  4.1204732213296844E-09  4.2030342562257764E-09
+  4.2871935955105098E-09  4.3729816240000627E-09  4.4604292991458908E-09
+  4.5495681617811330E-09  4.6404303470679586E-09  4.7330485956500365E-09
+  4.8274562650139996E-09  4.9236873410633445E-09  5.0217764499093932E-09
+  5.1217588698828158E-09  5.2236705437701730E-09  5.3275480912794729E-09
+  5.4334288217393892E-09  5.5413507470359719E-09  5.6513525947915948E-09
+  5.7634738217910282E-09  5.8777546276583464E-09  5.9942359687903528E-09
+  6.1129595725505774E-09  6.2339679517292032E-09  6.3573044192735859E-09
+  6.4830131032946158E-09  6.6111389623540558E-09  6.7417278010378612E-09
+  6.8748262858212686E-09  7.0104819612308729E-09  7.1487432663091215E-09
+  7.2896595513869876E-09  7.4332810951709259E-09  7.5796591221492378E-09
+  7.7288458203246446E-09  7.8808943592785625E-09  8.0358589085736109E-09
+  8.1937946565005001E-09  8.3547578291759439E-09  8.5188057099978319E-09
+  8.6859966594647782E-09  8.8563901353663952E-09  9.0300467133517295E-09
+  9.2070281078824373E-09  9.3873971935781974E-09  9.5712180269616048E-09
+  9.7585558686100812E-09  9.9494772057224109E-09  1.0144049775107340E-08
+  1.0342342586602855E-08  1.0544425946933196E-08  1.0750371484012916E-08
+  1.0960252171705246E-08  1.1174142355044200E-08  1.1392117775928371E-08
+  1.1614255599295698E-08  1.1840634439788164E-08  1.2071334388914949E-08
+  1.2306437042724807E-08  1.2546025529995182E-08  1.2790184540949578E-08
+  1.3039000356512153E-08  1.3292560878109263E-08  1.3550955658029399E-08
+  1.3814275930350515E-08  1.4082614642446397E-08  1.4356066487082452E-08
+  1.4634727935112059E-08  1.4918697268784752E-08  1.5208074615677389E-08
+  1.5502961983260324E-08  1.5803463294110596E-08  1.6109684421783307E-08
+  1.6421733227354731E-08  1.6739719596648740E-08  1.7063755478159917E-08
+  1.7393954921686138E-08  1.7730434117683734E-08  1.8073311437359443E-08
+  1.8422707473511523E-08  1.8778745082135991E-08  1.9141549424810441E-08
+  1.9511248011870970E-08  1.9887970746397376E-08  2.0271849969020057E-08
+  2.0663020503566379E-08  2.1061619703560337E-08  2.1467787499591771E-08
+  2.1881666447572590E-08  2.2303401777894760E-08  2.2733141445508762E-08
+  2.3171036180937918E-08  2.3617239542247814E-08  2.4071907967987385E-08
+  2.4535200831120413E-08  2.5007280493965895E-08  2.5488312364166122E-08
+  2.5978464951701389E-08  2.6477909926971954E-08  2.6986822179965105E-08
+  2.7505379880530128E-08  2.8033764539780562E-08  2.8572161072643849E-08
+  2.9120757861582768E-08  2.9679746821506978E-08  3.0249323465899357E-08
+  3.0829686974180154E-08  3.1421040260329171E-08  3.2023590042793049E-08
+  3.2637546915699088E-08  3.3263125421401778E-08  3.3900544124385670E-08
+  3.4550025686550366E-08  3.5211796943904200E-08  3.5886088984691600E-08
+  3.6573137228982294E-08  3.7273181509748054E-08  3.7986466155457283E-08
+  3.8713240074213077E-08  3.9453756839464726E-08  4.0208274777323882E-08
+  4.0977057055511262E-08  4.1760371773969335E-08  4.2558492057167208E-08
+  4.3371696148134146E-08  4.4200267504248906E-08  4.5044494894823984E-08
+  4.5904672500511320E-08  4.6781100014568933E-08  4.7674082746021542E-08
+  4.8583931724748238E-08  4.9510963808539043E-08  5.0455501792149727E-08
+  5.1417874518397938E-08  5.2398416991337468E-08  5.3397470491547231E-08
+  5.4415382693576581E-08  5.5452507785588514E-08  5.6509206591238367E-08
+  5.7585846693831601E-08  5.8682802562805371E-08  5.9800455682571603E-08
+  6.0939194683774391E-08  6.2099415476997077E-08  6.3281521388971883E-08
+  6.4485923301336416E-08  6.5713039791985239E-08  6.6963297279062688E-08
+  6.8237130167650689E-08  6.9534980999197705E-08  7.0857300603742043E-08
+  7.2204548254982969E-08  7.3577191828248750E-08  7.4975707961421906E-08
+  7.6400582218870577E-08  7.7852309258446650E-08  7.9331393001604684E-08
+  8.0838346806705216E-08  8.2373693645555115E-08  8.3937966283250811E-08
+  8.5531707461382258E-08  8.7155470084665363E-08  8.8809817411060944E-08
+  9.0495323245450638E-08  9.2212572136933374E-08  9.3962159579809854E-08
+  9.5744692218327198E-08  9.7560788055248155E-08  9.9411076664324447E-08
+  1.0129619940673923E-07  1.0321680965159734E-07  1.0517357300053972E-07
+  1.0716716751655359E-07  1.0919828395706535E-07  1.1126762601138908E-07
+  1.1337591054261239E-07  1.1552386783401110E-07  1.1771224184006143E-07
+  1.1994179044215706E-07  1.2221328570909515E-07  1.2452751416244255E-07
+  1.2688527704685629E-07  1.2928739060546161E-07  1.3173468636037624E-07
+  1.3422801139848553E-07  1.3676822866254716E-07  1.3935621724775569E-07
+  1.4199287270383621E-07  1.4467910734279538E-07  1.4741585055242209E-07
+  1.5020404911564957E-07  1.5304466753589036E-07  1.5593868836844897E-07
+  1.5888711255813724E-07  1.6189095978319421E-07  1.6495126880563966E-07
+  1.6806909782817874E-07  1.7124552485777652E-07  1.7448164807602778E-07
+  1.7777858621645752E-07  1.8113747894886759E-07  1.8455948727087468E-07
+  1.8804579390676140E-07  1.9159760371379269E-07  1.9521614409611813E-07
+  1.9890266542642534E-07  2.0265844147545532E-07  2.0648476984957137E-07
+  2.1038297243649084E-07  2.1435439585935549E-07  2.1840041193929490E-07
+  2.2252241816662471E-07  2.2672183818086854E-07  2.3100012225974425E-07
+  2.3535874781729232E-07  2.3979921991131623E-07  2.4432307176031687E-07
+  2.4893186527007427E-07  2.5362719157009272E-07  2.5841067156005627E-07
+  2.6328395646651167E-07  2.6824872840995482E-07  2.7330670098251274E-07
+  2.7845961983643393E-07  2.8370926328357008E-07  2.8905744290607253E-07
+  2.9450600417849935E-07  3.0005682710155351E-07  3.0571182684766971E-07
+  3.1147295441866937E-07  3.1734219731569795E-07  3.2332158022170651E-07
+  3.2941316569667642E-07  3.3561905488584113E-07  3.4194138824115013E-07
+  3.4838234625622295E-07  3.5494415021502931E-07  3.6162906295458011E-07
+  3.6843938964186133E-07  3.7537747856530362E-07  3.8244572194103219E-07
+  3.8964655673420800E-07  3.9698246549569860E-07  4.0445597721440551E-07
+  4.1206966818552163E-07  4.1982616289501040E-07  4.2772813492062766E-07
+  4.3577830784978295E-07  4.4397945621455018E-07  4.5233440644417558E-07
+  4.6084603783536118E-07  4.6951728354071918E-07  4.7835113157567241E-07
+  4.8735062584419869E-07  4.9651886718373391E-07  5.0585901442961434E-07
+  5.1537428549941335E-07  5.2506795849755169E-07  5.3494337284054060E-07
+  5.4500393040327931E-07  5.5525309668676701E-07  5.6569440200763406E-07
+  5.7633144270993433E-07  5.8716788239954844E-07  5.9820745320170976E-07
+  6.0945395704198615E-07  6.2091126695124940E-07  6.3258332839499599E-07
+  6.4447416062755337E-07  6.5658785807157830E-07  6.6892859172333619E-07
+  6.8150061058426178E-07  6.9430824311927728E-07  7.0735589874234529E-07
+  7.2064806932982502E-07  7.3418933076208882E-07  7.4798434449397525E-07
+  7.6203785915455691E-07  7.7635471217687269E-07  7.9093983145805793E-07
+  8.0579823705055330E-07  8.2093504288489416E-07  8.3635545852472584E-07
+  8.5206479095458478E-07  8.6806844640114897E-07  8.8437193218848960E-07
+  9.0098085862800055E-07  9.1790094094368550E-07  9.3513800123339892E-07
+  9.5269797046674845E-07  9.7058689052035961E-07  9.8881091625116767E-07
+  1.0073763176084621E-06  1.0262894817854097E-06  1.0455569154107969E-06
+  1.0651852467817140E-06  1.0851812281380298E-06  1.1055517379792918E-06
+  1.1263037834250026E-06  1.1474445026189991E-06  1.1689811671787283E-06
+  1.1909211846903569E-06  1.2132721012504886E-06  1.2360416040553949E-06
+  1.2592375240386356E-06  1.2828678385579855E-06  1.3069406741325654E-06
+  1.3314643092311840E-06  1.3564471771127161E-06  1.3818978687196021E-06
+  1.4078251356254895E-06  1.4342378930378847E-06  1.4611452228569371E-06
+  1.4885563767914635E-06  1.5164807795331048E-06  1.5449280319899142E-06
+  1.5739079145803133E-06  1.6034303905886503E-06  1.6335056095834465E-06
+  1.6641439108995428E-06  1.6953558271853654E-06  1.7271520880164257E-06
+  1.7595436235763824E-06  1.7925415684069784E-06  1.8261572652278966E-06
+  1.8604022688282155E-06  1.8952883500304082E-06  1.9308274997285933E-06
+  1.9670319330021045E-06  2.0039140933060861E-06  2.0414866567403370E-06
+  2.0797625363979154E-06  2.1187548867950895E-06  2.1584771083840728E-06
+  2.1989428521499996E-06  2.2401660242939956E-06  2.2821607910036275E-06
+  2.3249415833125494E-06  2.3685231020510486E-06  2.4129203228890153E-06
+  2.4581485014732236E-06  2.5042231786606108E-06  2.5511601858493624E-06
+  2.5989756504096806E-06  2.6476860012159566E-06  2.6973079742824515E-06
+  2.7478586185042150E-06  2.7993553015053604E-06  2.8518157155965931E-06
+  2.9052578838441460E-06  2.9597001662521132E-06  3.0151612660602633E-06
+  3.0716602361596919E-06  3.1292164856282520E-06  3.1878497863882216E-06
+  3.2475802799883428E-06  3.3084284845126539E-06  3.3704153016183894E-06
+  3.4335620237055255E-06  3.4978903412201333E-06  3.5634223500944760E-06
+  3.6301805593259466E-06  3.6981878986977446E-06  3.7674677266438246E-06
+  3.8380438382608780E-06  3.9099404734699985E-06  3.9831823253309489E-06
+  4.0577945485117202E-06  4.1338027679164749E-06  4.2112330874747017E-06
+  4.2901120990946108E-06  4.3704668917839309E-06  4.4523250609411353E-06
+  4.5357147178202120E-06  4.6206644991724921E-06  4.7072035770686336E-06
+  4.7953616689040105E-06  4.8851690475913987E-06  4.9766565519437706E-06
+  5.0698555972515359E-06  5.1647981860571087E-06  5.2615169191311304E-06
+  5.3600450066536294E-06  5.4604162796042103E-06  5.5626652013651504E-06
+  5.6668268795412594E-06  5.7729370780008194E-06  5.8810322291412885E-06
+  5.9911494463845150E-06  6.1033265369052108E-06  6.2176020145975304E-06
+  6.3340151132839296E-06  6.4526058001706938E-06  6.5734147895552384E-06
+  6.6964835567893265E-06  6.8218543525033225E-06  6.9495702170964959E-06
+  7.0796749954976380E-06  7.2122133522020871E-06  7.3472307865893420E-06
+  7.4847736485272518E-06  7.6248891542676293E-06  7.7676254026389936E-06
+  7.9130313915419676E-06  8.0611570347528833E-06  8.2120531790414811E-06
+  8.3657716216084821E-06  8.5223651278491160E-06  8.6818874494484281E-06
+  8.8443933428149763E-06  9.0099385878589111E-06  9.1785800071210525E-06
+  9.3503754852592999E-06  9.5253839888995094E-06  9.7036655868570138E-06
+  9.8852814707362969E-06  1.0070293975915497E-05  1.0258766602923176E-05
+  1.0450764039214393E-05  1.0646352181354120E-05  1.0845598157614628E-05
+  1.1048570350995829E-05  1.1255338422675388E-05  1.1465973335897225E-05
+  1.1680547380306314E-05  1.1899134196738505E-05  1.2121808802473300E-05
+  1.2348647616958962E-05  1.2579728488017918E-05  1.2815130718542058E-05
+  1.3054935093687138E-05  1.3299223908575091E-05  1.3548080996514037E-05
+  1.3801591757745949E-05  1.4059843188731309E-05  1.4322923911980897E-05
+  1.4590924206445363E-05  1.4863936038472674E-05  1.5142053093343759E-05
+  1.5425370807397973E-05  1.5713986400758481E-05  1.6007998910669131E-05
+  1.6307509225455035E-05  1.6612620119116812E-05  1.6923436286571920E-05
+  1.7240064379554501E-05  1.7562613043185882E-05  1.7891192953228389E-05
+  1.8225916854035824E-05  1.8566899597212950E-05  1.8914258180996604E-05
+  1.9268111790373920E-05  1.9628581837949866E-05  1.9995792005577713E-05
+  2.0369868286768678E-05  2.0750939029893031E-05  2.1139134982188942E-05
+  2.1534589334593883E-05  2.1937437767413414E-05  2.2347818496843430E-05
+  2.2765872322362120E-05  2.3191742675006687E-05  2.3625575666553365E-05
+  2.4067520139615574E-05  2.4517727718677821E-05  2.4976352862085152E-05
+  2.5443552915001456E-05  2.5919488163359752E-05  2.6404321888818632E-05
+  2.6898220424747437E-05  2.7401353213255997E-05  2.7913892863290920E-05
+  2.8436015209817404E-05  2.8967899374106556E-05  2.9509727825149126E-05
+  3.0061686442218113E-05  3.0623964578597749E-05  3.1196755126506833E-05
+  3.1780254583231148E-05  3.2374663118495741E-05  3.2980184643092861E-05
+  3.3597026878793025E-05  3.4225401429564264E-05  3.4865523854118991E-05
+  3.5517613739819511E-05  3.6181894777961276E-05  3.6858594840466494E-05
+  3.7547946058006862E-05  3.8250184899589124E-05  3.8965552253625782E-05
+  3.9694293510521677E-05  4.0436658646802629E-05  4.1192902310817068E-05
+  4.1963283910037547E-05  4.2748067699996059E-05  4.3547522874876854E-05
+  4.4361923659805858E-05  4.5191549404862514E-05  4.6036684680848480E-05
+  4.6897619376845001E-05  4.7774648799594582E-05  4.8668073774737691E-05
+  4.9578200749942161E-05  5.0505341899958749E-05  5.1449815233639291E-05
+  5.2411944702956064E-05  5.3392060314054715E-05  5.4390498240384645E-05
+  5.5407600937942779E-05  5.6443717262667976E-05  5.7499202590032613E-05
+  5.8574418936864839E-05  5.9669735085448417E-05  6.0785526709941065E-05
+  6.1922176505153844E-05  6.3080074317737076E-05  6.4259617279816884E-05
+  6.5461209945127556E-05  6.6685264427688326E-05  6.7932200543069523E-05
+  6.9202445952299698E-05  7.0496436308456890E-05  7.1814615406005087E-05
+  7.3157435332913101E-05  7.4525356625620943E-05  7.5918848426897138E-05
+  7.7338388646647671E-05  7.8784464125724896E-05  8.0257570802803353E-05
+  8.1758213884364645E-05  8.3286908017863687E-05  8.4844177468125661E-05
+  8.6430556297040846E-05  8.8046588546614131E-05  8.9692828425434989E-05
+  9.1369840498628974E-05  9.3078199881357768E-05  9.4818492435935141E-05
+  9.6591314972622458E-05  9.8397275454175108E-05  1.0023699320420981E-04
+  1.0211109911946478E-04  1.0402023588602135E-04  1.0596505819956763E-04
+  1.0794623298977262E-04  1.0996443964885396E-04  1.1202037026441180E-04
+  1.1411472985661271E-04  1.1624823661980323E-04  1.1842162216863411E-04
+  1.2063563178878428E-04  1.2289102469236363E-04  1.2518857427808649E-04
+  1.2752906839630493E-04  1.2991330961899180E-04  1.3234211551476206E-04
+  1.3481631892903298E-04  1.3733676826941640E-04  1.3990432779643631E-04
+  1.4251987791967914E-04  1.4518431549947439E-04  1.4789855415420016E-04
+  1.5066352457334070E-04  1.5348017483637585E-04  1.5634947073763151E-04
+  1.5927239611719857E-04  1.6224995319801878E-04  1.6528316292927663E-04
+  1.6837306533619699E-04  1.7152071987637014E-04  1.7472720580273635E-04
+  1.7799362253334382E-04  1.8132109002800428E-04  1.8471074917199038E-04
+  1.8816376216688763E-04  1.9168131292874804E-04  1.9526460749366784E-04
+  1.9891487443094889E-04  2.0263336526396141E-04  2.0642135489886689E-04
+  2.1028014206134427E-04  2.1421104974146275E-04  2.1821542564686439E-04
+  2.2229464266440118E-04  2.2645009933038886E-04  2.3068322030963905E-04
+  2.3499545688342291E-04  2.3938828744655733E-04  2.4386321801375221E-04
+  2.4842178273541324E-04  2.5306554442307294E-04  2.5779609508461848E-04
+  2.6261505646951581E-04  2.6752408062420208E-04  2.7252485045783719E-04
+  2.7761908031862089E-04  2.8280851658085541E-04  2.8809493824295959E-04
+  2.9348015753664989E-04  2.9896602054747280E-04  3.0455440784691971E-04
+  3.1024723513633861E-04  3.1604645390284917E-04  3.2195405208748911E-04
+  3.2797205476584458E-04  3.3410252484134657E-04  3.4034756375151797E-04
+  3.4670931218738939E-04  3.5318995082632041E-04  3.5979170107850649E-04
+  3.6651682584738863E-04  3.7336763030425409E-04  3.8034646267727751E-04
+  3.8745571505527084E-04  3.9469782420642626E-04  4.0207527241231948E-04
+  4.0959058831746119E-04  4.1724634779469465E-04  4.2504517482670431E-04
+  4.3298974240398708E-04  4.4108277343954080E-04  4.4932704170060143E-04
+  4.5772537275776148E-04  4.6628064495175575E-04  4.7499579037829035E-04
+  4.8387379589119768E-04  4.9291770412430080E-04  5.0213061453232015E-04
+  5.1151568445116126E-04  5.2107613017797006E-04  5.3081522807129603E-04
+  5.4073631567177539E-04  5.5084279284365223E-04  5.6113812293760485E-04
+  5.7162583397519064E-04  5.8230951985538014E-04  5.9319284158354546E-04
+  6.0427952852334520E-04  6.1557337967190796E-04  6.2707826495876379E-04
+  6.3879812656896461E-04  6.5073698029083837E-04  6.6289891688881518E-04
+  6.7528810350182757E-04  6.8790878506773401E-04  7.0076528577423512E-04
+  7.1386201053682077E-04  7.2720344650420063E-04  7.4079416459173469E-04
+  7.5463882104343308E-04  7.6874215902297577E-04  7.8310901023433935E-04
+  7.9774429657258005E-04  8.1265303180531943E-04  8.2784032328547027E-04
+  8.4331137369586420E-04  8.5907148282625845E-04  8.7512604938343110E-04
+  8.9148057283491389E-04  9.0814065528696400E-04  9.2511200339747551E-04
+  9.4240043032444527E-04  9.6001185771062451E-04  9.7795231770504785E-04
+  9.9622795502213183E-04  1.0148450290390207E-03  1.0338099159318938E-03
+  1.0531291108519195E-03  1.0728092301416714E-03  1.0928570135926318E-03
+  1.1132793267446700E-03  1.1340831632281807E-03  1.1552756471496462E-03
+  1.1768640355215914E-03  1.1988557207374862E-03  1.2212582330926717E-03
+  1.2440792433520060E-03  1.2673265653651402E-03  1.2910081587303186E-03
+  1.3151321315075337E-03  1.3397067429820296E-03  1.3647404064789960E-03
+  1.3902416922304461E-03  1.4162193302952428E-03  1.4426822135332022E-03
+  1.4696394006342996E-03  1.4971001192039981E-03  1.5250737689057044E-03
+  1.5535699246614124E-03  1.5825983399116207E-03  1.6121689499355718E-03
+  1.6422918752329167E-03  1.6729774249680217E-03  1.7042361004779021E-03
+  1.7360785988451265E-03  1.7685158165367380E-03  1.8015588531104521E-03
+  1.8352190149894107E-03  1.8695078193066515E-03  1.9044369978206471E-03
+  1.9400185009031479E-03  1.9762645016006969E-03  2.0131873997711403E-03
+  2.0507998262964929E-03  2.0891146473735666E-03  2.1281449688837703E-03
+  2.1679041408435209E-03  2.2084057619367473E-03  2.2496636841309349E-03
+  2.2916920173782912E-03  2.3345051344035644E-03  2.3781176755800328E-03
+  2.4225445538953302E-03  2.4678009600086958E-03  2.5139023674013734E-03
+  2.5608645376217470E-03  2.6087035256269573E-03  2.6574356852228512E-03
+  2.7070776746038749E-03  2.7576464619948633E-03  2.8091593313964410E-03
+  2.8616338884360059E-03  2.9150880663261491E-03  2.9695401319324482E-03
+  3.0250086919526445E-03  3.0815126992091643E-03  3.1390714590569324E-03
+  3.1977046359089331E-03  3.2574322598809711E-03  3.3182747335584557E-03
+  3.3802528388870165E-03  3.4433877441890992E-03  3.5077010113091917E-03
+  3.5732146028895117E-03  3.6399508897788507E-03  3.7079326585767198E-03
+  3.7771831193153266E-03  3.8477259132818614E-03  3.9195851209834678E-03
+  3.9927852702575043E-03  4.0673513445297644E-03  4.1433087912231322E-03
+  4.2206835303194440E-03  4.2995019630770633E-03  4.3797909809075216E-03
+  4.4615779744130585E-03  4.5448908425888956E-03  4.6297580021924453E-03
+  4.7162083972827114E-03  4.8042715089330005E-03  4.8939773651194805E-03
+  4.9853565507892942E-03  5.0784402181108853E-03  5.1732600969100449E-03
+  5.2698485052947754E-03  5.3682383604721513E-03  5.4684631897609741E-03
+  5.5705571418029620E-03  5.6745549979765782E-03  5.7804921840165537E-03
+  5.8884047818428559E-03  5.9983295416027628E-03  6.1103038939297818E-03
+  6.2243659624226771E-03  6.3405545763491854E-03  6.4589092835775491E-03
+  6.5794703637402693E-03  6.7022788416337912E-03  6.8273765008582711E-03
+  6.9548058977014042E-03  7.0846103752706911E-03  7.2168340778781797E-03
+  7.3515219656819491E-03  7.4887198295888191E-03  7.6284743064226231E-03
+  7.7708328943625962E-03  7.9158439686561714E-03  8.0635567976111329E-03
+  8.2140215588716592E-03  8.3672893559830416E-03  8.5234122352494009E-03
+  8.6824432028904837E-03  8.8444362425010026E-03  9.0094463328186485E-03
+  9.1775294658054153E-03  9.3487426650473680E-03  9.5231440044781235E-03
+  9.7007926274315613E-03  9.8817487660287674E-03  1.0066073760904990E-02
+  1.0253830081281560E-02  1.0445081345389733E-02  1.0639892341249641E-02
+  1.0838329047813001E-02  1.1040458656473195E-02  1.1246349592949248E-02
+  1.1456071539550493E-02  1.1669695457826083E-02  1.1887293611607775E-02
+  1.2108939590449785E-02  1.2334708333473821E-02  1.2564676153624634E-02
+  1.2798920762342500E-02  1.3037521294659595E-02  1.3280558334725912E-02
+  1.3528113941772463E-02  1.3780271676517370E-02  1.4037116628021887E-02
+  1.4298735441003452E-02  1.4565216343612734E-02  1.4836649175680193E-02
+  1.5113125417441510E-02  1.5394738218746692E-02  1.5681582428761234E-02
+  1.5973754626166257E-02  1.6271353149864783E-02  1.6574478130201117E-02
+  1.6883231520701432E-02  1.7197717130342134E-02  1.7518040656354247E-02
+  1.7844309717570526E-02  1.8176633888323447E-02  1.8515124732901442E-02
+  1.8859895840570982E-02  1.9211062861172565E-02  1.9568743541297104E-02
+  1.9933057761052579E-02  2.0304127571426397E-02  2.0682077232253224E-02
+  2.1067033250794655E-02  2.1459124420939661E-02  2.1858481863032311E-02
+  2.2265239064336868E-02  2.2679531920145810E-02  2.3101498775539221E-02
+  2.3531280467805497E-02  2.3969020369527215E-02  2.4414864432344648E-02
+  2.4868961231400755E-02  2.5331462010477812E-02  2.5802520727832123E-02
+  2.6282294102736484E-02  2.6770941662735116E-02  2.7268625791620857E-02
+  2.7775511778141831E-02  2.8291767865444455E-02  2.8817565301259722E-02
+  2.9353078388842449E-02  2.9898484538667253E-02  3.0453964320890772E-02
+  3.1019701518585907E-02  3.1595883181756199E-02  3.2182699682134344E-02
+  3.2780344768774533E-02  3.3389015624442658E-02  3.4008912922810761E-02
+  3.4640240886463392E-02  3.5283207345718701E-02  3.5938023798272378E-02
+  3.6604905469667437E-02  3.7284071374596620E-02  3.7975744379041540E-02
+  3.8680151263250667E-02  3.9397522785564992E-02  4.0128093747089588E-02
+  4.0872103057218348E-02  4.1629793800012110E-02  4.2401413301436111E-02
+  4.3187213197453778E-02  4.3987449502983361E-02  4.4802382681716310E-02
+  4.5632277716796482E-02  4.6477404182364332E-02  4.7338036315960952E-02
+  4.8214453091795353E-02  4.9106938294867980E-02  5.0015780595953921E-02
+  5.0941273627438652E-02  5.1883716060002721E-02  5.2843411680154370E-02
+  5.3820669468598314E-02  5.4815803679441721E-02  5.5829133920225149E-02
+  5.6860985232771472E-02  5.7911688174844628E-02  5.8981578902608495E-02
+  6.0070999253873048E-02  6.1180296832117120E-02  6.2309825091272725E-02
+  6.3459943421258880E-02  6.4631017234247662E-02  6.5823418051641186E-02
+  6.7037523591752218E-02  6.8273717858153282E-02  6.9532391228685153E-02
+  7.0813940545096432E-02  7.2118769203287886E-02  7.3447287244138681E-02
+  7.4799911444884654E-02  7.6177065411016154E-02  7.7579179668669729E-02
+  7.9006691757471742E-02  8.0460046323802908E-02  8.1939695214444663E-02
+  8.3446097570566258E-02  8.4979719922005370E-02  8.6541036281808342E-02
+  8.8130528240967565E-02  8.9748685063315903E-02  9.1396003780520929E-02
+  9.3072989287121322E-02  9.4780154435552572E-02  9.6518020131088539E-02
+  9.8287115426646032E-02  1.0008797761737367E-01  1.0192115233495888E-01
+  1.0378719364157746E-01  1.0568666412339714E-01  1.0762013498356637E-01
+  1.0958818613459068E-01  1.1159140629000594E-01  1.1363039305525965E-01
+  1.1570575301769453E-01  1.1781810183552793E-01  1.1996806432572815E-01
+  1.2215627455066136E-01  1.2438337590339682E-01  1.2665002119154922E-01
+  1.2895687271951745E-01  1.3130460236899716E-01  1.3369389167761819E-01
+  1.3612543191556531E-01  1.3859992416002165E-01  1.4111807936728471E-01
+  1.4368061844238900E-01  1.4628827230604979E-01  1.4894178195876695E-01
+  1.5164189854189042E-01  1.5438938339545849E-01  1.5718500811260738E-01
+  1.6002955459033968E-01  1.6292381507644133E-01  1.6586859221231770E-01
+  1.6886469907150981E-01  1.7191295919366745E-01  1.7501420661370243E-01
+  1.7816928588588299E-01  1.8137905210258876E-01  1.8464437090744795E-01
+  1.8796611850257183E-01  1.9134518164959119E-01  1.9478245766416064E-01
+  1.9827885440365006E-01  2.0183529024765973E-01  2.0545269407102768E-01
+  2.0913200520897829E-01  2.1287417341405329E-01  2.1668015880441688E-01
+  2.2055093180319724E-01  2.2448747306841088E-01  2.2849077341309543E-01
+  2.3256183371519401E-01  2.3670166481677779E-01  2.4091128741213164E-01
+  2.4519173192424693E-01  2.4954403836924688E-01  2.5396925620822941E-01
+  2.5846844418604864E-01  2.6304267015648275E-01  2.6769301089327346E-01
+  2.7242055188648173E-01  2.7722638712357350E-01  2.8211161885469105E-01
+  2.8707735734148820E-01  2.9212472058891159E-01  2.9725483405933883E-01
+  3.0246883036840677E-01  3.0776784896186138E-01  3.1315303577279896E-01
+  3.1862554285858824E-01  3.2418652801676739E-01  3.2983715437923455E-01
+  3.3557858998395973E-01  3.4141200732351695E-01  3.4733858286966446E-01
+  3.5335949657318133E-01  3.5947593133824385E-01  3.6568907247045190E-01
+  3.7200010709779807E-01  3.7841022356369058E-01  3.8492061079123729E-01
+  3.9153245761794142E-01  3.9824695209996563E-01  4.0506528078510839E-01
+  4.1198862795363134E-01  4.1901817482607850E-01  4.2615509873719193E-01
+  4.3340057227507711E-01  4.4075576238473402E-01  4.4822182943504751E-01
+  4.5579992624841470E-01  4.6349119709209519E-01  4.7129677663042879E-01
+  4.7921778883707788E-01  4.8725534586642927E-01  4.9541054688332875E-01
+  5.0368447685031548E-01  5.1207820527160064E-01  5.2059278489293415E-01
+  5.2922925035668644E-01  5.3798861681135657E-01  5.4687187847487051E-01
+  5.5588000715095132E-01  5.6501395069800719E-01  5.7427463144993096E-01
+  5.8366294458829482E-01  5.9317975646550347E-01  6.0282590287846971E-01
+  6.1260218729251625E-01  6.2250937901520187E-01  6.3254821131993766E-01
+  6.4271937951925184E-01  6.5302353898777543E-01  6.6346130313494034E-01
+  6.7403324132774545E-01  6.8473987676382331E-01  6.9558168429525380E-01
+  7.0655908820386082E-01  7.1767245992855000E-01  7.2892211574576060E-01
+  7.4030831440399902E-01  7.5183125471371981E-01  7.6349107309408182E-01
+  7.7528784107809523E-01  7.8722156277816491E-01  7.9929217231401273E-01
+  8.1149953120542451E-01  8.2384342573232150E-01  8.3632356426515342E-01
+  8.4893957456867897E-01  8.6169100108267527E-01  8.7457730218337382E-01
+  8.8759784742972547E-01  9.0075191479907746E-01  9.1403868791707854E-01
+  9.2745725328711437E-01  9.4100659752501903E-01  9.5468560460514640E-01
+  9.6849305312442668E-01  9.8242761359148334E-01  9.9648784574841409E-01
+  1.0106721959333385E+00  1.0249789944923067E+00  1.0394064532498857E+00
+  1.0539526630482152E+00  1.0686155913648818E+00  1.0833930800207896E+00
+  1.0982828429897440E+00  1.1132824643220540E+00  1.1283893961954434E+00
+  1.1436009571069894E+00  1.1589143302207670E+00  1.1743265618865188E+00
+  1.1898345603456346E+00  1.2054350946412300E+00  1.2211247937503509E+00
+  1.2369001459568127E+00  1.2527574984842746E+00  1.2686930574099278E+00
+  1.2847028878800772E+00  1.3007829146498087E+00  1.3169289229698520E+00
+  1.3331365598446068E+00  1.3494013356861858E+00  1.3657186263903895E+00
+  1.3820836758611579E+00  1.3984915990111704E+00  1.4149373852669314E+00
+  1.4314159026076956E+00  1.4479219021681304E+00  1.4644500234356412E+00
+  1.4809948000739928E+00  1.4975506664050959E+00  1.5141119645820567E+00
+  1.5306729524866860E+00  1.5472278123852448E+00  1.5637706603763881E+00
+  1.5802955566659440E+00  1.5967965167026259E+00  1.6132675232093954E+00
+  1.6297025391445565E+00  1.6460955216265898E+00  1.6624404368561008E+00
+  1.6787312760675395E+00  1.6949620725425376E+00  1.7111269197151229E+00
+  1.7272199903982841E+00  1.7432355571588456E+00  1.7591680138661445E+00
+  1.7750118984373282E+00  1.7907619167993971E+00  1.8064129680848540E+00
+  1.8219601710743980E+00  1.8373988918960222E+00  1.8527247729850753E+00
+  1.8679337633052944E+00  1.8830221498247051E+00  1.8979865902343631E+00
+  1.9128241468910696E+00  1.9275323219574840E+00  1.9421090937051160E+00
+  1.9565529539366162E+00  1.9708629464738783E+00  1.9850387066483748E+00
+  1.9990805017180975E+00  2.0129892721237841E+00  2.0267666734832943E+00
+  2.0404151192095679E+00  2.0539378236210393E+00  2.0673388453988935E+00
+  2.0806231312264583E+00  2.0937965594287711E+00  2.1068659834103851E+00
+  2.1198392746686618E+00  2.1327253651381923E+00  2.1455342885988280E+00
+  2.1582772208557088E+00  2.1709665183743070E+00  2.1836157550270539E+00
+  2.1962397565806384E+00  2.2088546325243499E+00  2.2214778048102897E+00
+  2.2341280330455753E+00  2.2468254356455493E+00  2.2595915064243037E+00
+  2.2724491260665332E+00  2.2854225678911284E+00  2.2985374972831725E+00
+  2.3118209641377980E+00  2.3253013876248190E+00  2.3390085325505279E+00
+  2.3529734765596153E+00  2.3672285673890023E+00  2.3818073693542754E+00
+  2.3967445982208719E+00  2.4120760435854134E+00  2.4278384778681481E+00
+  2.4440695509964883E+00  2.4608076698426711E+00  2.4780918614643745E+00
+  2.4959616191896945E+00  2.5144567305855716E+00  2.5336170863514962E+00
+  2.5534824691928399E+00  2.5740923217464520E+00  2.5954854926601492E+00
+  2.6176999599659538E+00  2.6407725309366796E+00  2.6647385176773390E+00
+  2.6896313877780251E+00  2.7154823894448441E+00  2.7423201506312331E+00
+  2.7701702518146973E+00  2.7990547722047516E+00  2.8289918093296933E+00
+  2.8599949721304547E+00  2.8920728478953031E+00  2.9252284435956923E+00
+  2.9594586024376817E+00  2.9947533967210767E+00  3.0310954984058256E+00
+  3.0684595291183641E+00  3.1068113916956541E+00  3.1461075857580063E+00
+  3.1862945102254798E+00  3.2273077561500472E+00  3.2690713937197771E+00
+  3.3114972578119790E+00  3.3544842370175196E+00  3.3979175716393399E+00
+  3.4416681667724625E+00  3.4855919272073770E+00  3.5295291215559637E+00
+  3.5733037836779715E+00  3.6167231601847512E+00  3.6595772135067222E+00
+  3.7016381907333162E+00  3.7426602691572128E+00  3.7823792901749407E+00
+  3.8205125939071181E+00  3.8567589675904514E+00  3.8907987214568607E+00
+  3.9222939064356908E+00  3.9508886885867653E+00  3.9762098956767566E+00
+  3.9978677517397436E+00  4.0154568157942947E+00  4.0285571411122589E+00
+  4.0367356715241840E+00  4.0395478911905798E+00  4.0365397440390787E+00
+  4.0272498386471582E+00  4.0112119537140281E+00  3.9879578583843696E+00
+  3.9570204605430632E+00  3.9179372947539441E+00  3.8702543597513781E+00
+  3.8135303132676306E+00  3.7473410294712828E+00  3.6712845213605618E+00
+  3.5849862270725978E+00  3.4881046551951655E+00  3.3803373797686440E+00
+  3.2614273707011456E+00  3.1311696397510289E+00  2.9894181760169474E+00
+  2.8360931379708454E+00  2.6711882614299824E+00  2.4947784344385724E+00
+  2.3070273807686696E+00  2.1081953835908891E+00  1.8986469697545267E+00
+  1.6788584629754446E+00  1.4494253009868885E+00  1.2110689972813695E+00
+  9.6464361234714602E-01  7.1114158219240764E-01  4.5169873329990651E-01
+  1.8759829283863994E-01 -7.9726319208996088E-02 -3.4869015355563882E-01
+ -6.1755711478651243E-01 -8.8444235726091236E-01 -1.1473170186474952E+00
+ -1.4040156510563246E+00 -1.6522467483650960E+00 -1.8896068110120225E+00
+ -2.1135984367575631E+00 -2.3216529782691335E+00 -2.5111583664877237E+00
+ -2.6794927633051007E+00 -2.8240647788415600E+00 -2.9423610684058374E+00
+ -3.0320022128439099E+00 -3.0908078843257307E+00 -3.1168724085122439E+00
+ -3.1086519542770410E+00 -3.0650647144388201E+00 -2.9856055858060517E+00
+ -2.8704770145485283E+00 -2.7207378434415412E+00 -2.5384721803966666E+00
+ -2.3269805018530256E+00 -2.0909954082944857E+00 -1.8369246598482487E+00
+ -1.5731243340310299E+00 -1.3102051607241876E+00 -1.0613229813620457E+00
+ -8.4451730072244802E-01 -6.5721693568932127E-01 -4.9805036517883894E-01
+ -3.6540596408942316E-01 -2.5744557649507804E-01 -1.7212061138078694E-01
+ -1.0718972655218445E-01 -6.0236776159847703E-02 -2.8687241057505319E-02
+ -9.8208279420385347E-03 -7.7730639830697655E-04  1.4480598524965263E-03
+  0.0000000000000000E+00
+===== TPROJECTOR 4 =====   [tp(r)=TPROJECTOR(r)/r*Ylm(th,ph)]
+ 2  : radial mesh index
+  0.0000000000000000E+00 -1.7712102148626662E-15 -7.1508900700810591E-15
+ -1.6239730801526351E-14 -2.9140614709703010E-14 -4.5958658984190024E-14
+ -6.6801260373850224E-14 -9.1778140718865689E-14 -1.2100139336095050E-13
+ -1.5458553044841397E-13 -1.9264753115305031E-13 -2.3530689081614684E-13
+ -2.8268567104124607E-13 -3.3490855075161900E-13 -3.9210287823072206E-13
+ -4.5439872416431356E-13 -5.2192893570318132E-13 -5.9482919156585700E-13
+ -6.7323805820101246E-13 -7.5729704702961454E-13 -8.4715067278733878E-13
+ -9.4294651298801813E-13 -1.0448352685294272E-12 -1.1529708254630080E-12
+ -1.2675103179495954E-12 -1.3886141924235523E-12 -1.5164462729882882E-12
+ -1.6511738280664105E-12 -1.7929676383281924E-12 -1.9420020659227566E-12
+ -2.0984551250363712E-12 -2.2625085538031836E-12 -2.4343478875938676E-12
+ -2.6141625337082692E-12 -2.8021458474985886E-12 -2.9984952099503235E-12
+ -3.2034121067481972E-12 -3.4171022088555102E-12 -3.6397754546353613E-12
+ -3.8716461335428755E-12 -4.1129329714181400E-12 -4.3638592174101662E-12
+ -4.6246527325627403E-12 -4.8955460800933572E-12 -5.1767766173974457E-12
+ -5.4685865898104175E-12 -5.7712232261607032E-12 -6.0849388361476678E-12
+ -6.4099909095787498E-12 -6.7466422175012092E-12 -7.0951609152639072E-12
+ -7.4558206475458444E-12 -7.8289006553885104E-12 -8.2146858852696004E-12
+ -8.6134671002573772E-12 -9.0255409932838505E-12 -9.4512103025778157E-12
+ -9.8907839292979435E-12 -1.0344577057407490E-11 -1.0812911275832926E-11
+ -1.1296114702949964E-11 -1.1794522113440013E-11 -1.2308475067562987E-11
+ -1.2838322042890832E-11 -1.3384418568548856E-11 -1.3947127362012425E-11
+ -1.4526818468506122E-11 -1.5123869403055579E-11 -1.5738665295241770E-11
+ -1.6371599036707635E-11 -1.7023071431470887E-11 -1.7693491349093740E-11
+ -1.8383275880765175E-11 -1.9092850498349480E-11 -1.9822649216457489E-11
+ -2.0573114757597586E-11 -2.1344698720464063E-11 -2.2137861751421855E-11
+ -2.2953073719249096E-11 -2.3790813893196825E-11 -2.4651571124430423E-11
+ -2.5535844030914701E-11 -2.6444141185808838E-11 -2.7376981309436333E-11
+ -2.8334893464898091E-11 -2.9318417257396369E-11 -3.0328103037340080E-11
+ -3.1364512107302815E-11 -3.2428216932904895E-11 -3.3519801357695307E-11
+ -3.4639860822106499E-11 -3.5789002586561106E-11 -3.6967845958806121E-11
+ -3.8177022525557388E-11 -3.9417176388531208E-11 -4.0688964404950185E-11
+ -4.1993056432604017E-11 -4.3330135579552439E-11 -4.4700898458558274E-11
+ -4.6106055446337521E-11 -4.7546330947718891E-11 -4.9022463664804783E-11
+ -5.0535206871227488E-11 -5.2085328691595670E-11 -5.3673612386231151E-11
+ -5.5300856641291915E-11 -5.6967875864386970E-11 -5.8675500485781109E-11
+ -6.0424577265300302E-11 -6.2215969605040366E-11 -6.4050557867990686E-11
+ -6.5929239702681690E-11 -6.7852930373974018E-11 -6.9822563100097705E-11
+ -7.1839089396066141E-11 -7.3903479423579129E-11 -7.6016722347541480E-11
+ -7.8179826699315316E-11 -8.0393820746841834E-11 -8.2659752871750721E-11
+ -8.4978691953598936E-11 -8.7351727761362506E-11 -8.9779971352331625E-11
+ -9.2264555478526594E-11 -9.4806635000802943E-11 -9.7407387310765501E-11
+ -1.0006801276065447E-10 -1.0278973510134397E-10 -1.0557380192861285E-10
+ -1.0842148513783339E-10 -1.1133408138724956E-10 -1.1431291256998950E-10
+ -1.1735932629499260E-10 -1.2047469637700635E-10 -1.2366042333583249E-10
+ -1.2691793490498411E-10 -1.3024868654994733E-10 -1.3365416199621168E-10
+ -1.3713587376726161E-10 -1.4069536373271331E-10 -1.4433420366679157E-10
+ -1.4805399581732861E-10 -1.5185637348550024E-10 -1.5574300161648695E-10
+ -1.5971557740126900E-10 -1.6377583088976640E-10 -1.6792552561553537E-10
+ -1.7216645923223772E-10 -1.7650046416210529E-10 -1.8092940825662160E-10
+ -1.8545519546965350E-10 -1.9007976654326882E-10 -1.9480509970646654E-10
+ -1.9963321138707321E-10 -2.0456615693705266E-10 -2.0960603137147213E-10
+ -2.1475497012138650E-10 -2.2001514980090407E-10 -2.2538878898869154E-10
+ -2.3087814902419846E-10 -2.3648553481887499E-10 -2.4221329568265720E-10
+ -2.4806382616601659E-10 -2.5403956691785455E-10 -2.6014300555955133E-10
+ -2.6637667757546451E-10 -2.7274316722018592E-10 -2.7924510844287052E-10
+ -2.8588518582896452E-10 -2.9266613555965317E-10 -2.9959074638935738E-10
+ -3.0666186064162287E-10 -3.1388237522374759E-10 -3.2125524266049676E-10
+ -3.2878347214725864E-10 -3.3647013062301852E-10 -3.4431834386349900E-10
+ -3.5233129759488258E-10 -3.6051223862845418E-10 -3.6886447601659968E-10
+ -3.7739138223053845E-10 -3.8609639436019059E-10 -3.9498301533661630E-10
+ -4.0405481517744318E-10 -4.1331543225568316E-10 -4.2276857459242820E-10
+ -4.3241802117383723E-10 -4.4226762329287172E-10 -4.5232130591625459E-10
+ -4.6258306907713185E-10 -4.7305698929389200E-10 -4.8374722101565571E-10
+ -4.9465799809493027E-10 -5.0579363528793612E-10 -5.1715852978313099E-10
+ -5.2875716275843383E-10 -5.4059410096773117E-10 -5.5267399835717479E-10
+ -5.6500159771184876E-10 -5.7758173233336529E-10 -5.9041932774897792E-10
+ -6.0351940345279892E-10 -6.1688707467972334E-10 -6.3052755421264861E-10
+ -6.4444615422367933E-10 -6.5864828814987824E-10 -6.7313947260422795E-10
+ -6.8792532932253019E-10 -7.0301158714681076E-10 -7.1840408404600042E-10
+ -7.3410876917453430E-10 -7.5013170496961127E-10 -7.6647906928784404E-10
+ -7.8315715758198044E-10 -8.0017238511853407E-10 -8.1753128923701597E-10
+ -8.3524053165158416E-10 -8.5330690079587893E-10 -8.7173731421191883E-10
+ -8.9053882098376903E-10 -9.0971860421693079E-10 -9.2928398356424378E-10
+ -9.4924241779920776E-10 -9.6960150743755984E-10 -9.9036899740809103E-10
+ -1.0115527797735662E-09 -1.0331608965026515E-09 -1.0552015422939419E-09
+ -1.0776830674528877E-09 -1.1006139808227423E-09 -1.1240029527705016E-09
+ -1.1478588182288329E-09 -1.1721905797951139E-09 -1.1970074108885264E-09
+ -1.2223186589664786E-09 -1.2481338488012746E-09 -1.2744626858182674E-09
+ -1.3013150594966901E-09 -1.3287010468341330E-09 -1.3566309158761428E-09
+ -1.3851151293119316E-09 -1.4141643481375405E-09 -1.4437894353877133E-09
+ -1.4740014599377348E-09 -1.5048117003765835E-09 -1.5362316489526784E-09
+ -1.5682730155936546E-09 -1.6009477320014768E-09 -1.6342679558243443E-09
+ -1.6682460749068461E-09 -1.7028947116197476E-09 -1.7382267272709908E-09
+ -1.7742552265993882E-09 -1.8109935623525595E-09 -1.8484553399506396E-09
+ -1.8866544222375196E-09 -1.9256049343210421E-09 -1.9653212685039678E-09
+ -2.0058180893074116E-09 -2.0471103385883681E-09 -2.0892132407531869E-09
+ -2.1321423080687858E-09 -2.1759133460733840E-09 -2.2205424590886141E-09
+ -2.2660460558350115E-09 -2.3124408551526877E-09 -2.3597438918292087E-09
+ -2.4079725225367321E-09 -2.4571444318803603E-09 -2.5072776385598288E-09
+ -2.5583905016467504E-09 -2.6105017269792709E-09 -2.6636303736768625E-09
+ -2.7177958607768285E-09 -2.7730179739954154E-09 -2.8293168726155490E-09
+ -2.8867130965035150E-09 -2.9452275732572217E-09 -3.0048816254882965E-09
+ -3.0656969782406717E-09 -3.1276957665481135E-09 -3.1909005431333562E-09
+ -3.2553342862514318E-09 -3.3210204076799752E-09 -3.3879827608590970E-09
+ -3.4562456491839443E-09 -3.5258338344524046E-09 -3.5967725454710556E-09
+ -3.6690874868223985E-09 -3.7428048477963253E-09 -3.8179513114886876E-09
+ -3.8945540640705428E-09 -3.9726408042307789E-09 -4.0522397527956670E-09
+ -4.1333796625286636E-09 -4.2160898281136489E-09 -4.3004000963250092E-09
+ -4.3863408763885462E-09 -4.4739431505360214E-09 -4.5632384847574924E-09
+ -4.6542590397552131E-09 -4.7470375821022102E-09 -4.8416074956102834E-09
+ -4.9380027929105445E-09 -5.0362581272509698E-09 -5.1364088045146774E-09
+ -5.2384907954635906E-09 -5.3425407482109856E-09 -5.4485960009275589E-09
+ -5.5566945947859067E-09 -5.6668752871466509E-09 -5.7791775649920145E-09
+ -5.8936416586105519E-09 -6.0103085555383022E-09 -6.1292200147608019E-09
+ -6.2504185811810496E-09 -6.3739476003584351E-09 -6.4998512335232124E-09
+ -6.6281744728724754E-09 -6.7589631571523613E-09 -6.8922639875318483E-09
+ -7.0281245437735908E-09 -7.1665933007079855E-09 -7.3077196450148628E-09
+ -7.4515538923200130E-09 -7.5981473046112625E-09 -7.7475521079807763E-09
+ -7.8998215106993618E-09 -8.0550097216291879E-09 -8.2131719689809494E-09
+ -8.3743645194223379E-09 -8.5386446975439374E-09 -8.7060709056897418E-09
+ -8.8767026441585392E-09 -9.0506005317835377E-09 -9.2278263268970722E-09
+ -9.4084429486878057E-09 -9.5925144989575913E-09 -9.7801062842852969E-09
+ -9.9712848386059074E-09 -1.0166117946211556E-08 -1.0364674665183622E-08
+ -1.0567025351262845E-08 -1.0773241682166488E-08 -1.0983396682360366E-08
+ -1.1197564748294454E-08 -1.1415821674110979E-08 -1.1638244677832954E-08
+ -1.1864912428043864E-08 -1.2095905071065281E-08 -1.2331304258643983E-08
+ -1.2571193176157031E-08 -1.2815656571343995E-08 -1.3064780783577726E-08
+ -1.3318653773682058E-08 -1.3577365154307834E-08 -1.3841006220877135E-08
+ -1.4109669983106556E-08 -1.4383451197120461E-08 -1.4662446398164697E-08
+ -1.4946753933932610E-08 -1.5236473998514990E-08 -1.5531708666984318E-08
+ -1.5832561930626916E-08 -1.6139139732833673E-08 -1.6451550005662670E-08
+ -1.6769902707085680E-08 -1.7094309858931322E-08 -1.7424885585538714E-08
+ -1.7761746153133190E-08 -1.8105010009939858E-08 -1.8454797827046821E-08
+ -1.8811232540032979E-08 -1.9174439391375188E-08 -1.9544545973647503E-08
+ -1.9921682273529983E-08 -2.0305980716639997E-08 -2.0697576213201947E-08
+ -2.1096606204572175E-08 -2.1503210710633311E-08 -2.1917532378076049E-08
+ -2.2339716529583067E-08 -2.2769911213934151E-08 -2.3208267257047653E-08
+ -2.3654938313977189E-08 -2.4110080921880916E-08 -2.4573854553981430E-08
+ -2.5046421674535075E-08 -2.5527947794830090E-08 -2.6018601530230791E-08
+ -2.6518554658290089E-08 -2.7027982177948768E-08 -2.7547062369840964E-08
+ -2.8075976857729516E-08 -2.8614910671088626E-08 -2.9164052308857567E-08
+ -2.9723593804388294E-08 -3.0293730791605328E-08 -3.0874662572405128E-08
+ -3.1466592185314810E-08 -3.2069726475435948E-08 -3.2684276165696068E-08
+ -3.3310455929432400E-08 -3.3948484464334160E-08 -3.4598584567766665E-08
+ -3.5260983213505512E-08 -3.5935911629903853E-08 -3.6623605379524250E-08
+ -3.7324304440257764E-08 -3.8038253287960462E-08 -3.8765700980636792E-08
+ -3.9506901244195134E-08 -4.0262112559809623E-08 -4.1031598252913097E-08
+ -4.1815626583857351E-08 -4.2614470840265152E-08 -4.3428409431114212E-08
+ -4.4257725982575616E-08 -4.5102709435647898E-08 -4.5963654145616203E-08
+ -4.6840859983369604E-08 -4.7734632438616966E-08 -4.8645282725029009E-08
+ -4.9573127887348487E-08 -5.0518490910504283E-08 -5.1481700830763834E-08
+ -5.2463092848964845E-08 -5.3463008445866083E-08 -5.4481795499653534E-08
+ -5.5519808405643048E-08 -5.6577408198224915E-08 -5.7654962675083476E-08
+ -5.8752846523746167E-08 -5.9871441450492996E-08 -6.1011136311679305E-08
+ -6.2172327247514202E-08 -6.3355417818340690E-08 -6.4560819143462364E-08
+ -6.5788950042568499E-08 -6.7040237179801731E-08 -6.8315115210519802E-08
+ -6.9614026930803730E-08 -7.0937423429757407E-08 -7.2285764244659968E-08
+ -7.3659517519015369E-08 -7.5059160163559212E-08 -7.6485178020273810E-08
+ -7.7938066029474252E-08 -7.9418328400014567E-08 -8.0926478782678911E-08
+ -8.2463040446812210E-08 -8.4028546460256910E-08 -8.5623539872651110E-08
+ -8.7248573902155154E-08 -8.8904212125670402E-08 -9.0591028672612389E-08
+ -9.2309608422309681E-08 -9.4060547205090190E-08 -9.5844452007131640E-08
+ -9.7661941179138405E-08 -9.9513644648921052E-08 -1.0140020413795233E-07
+ -1.0332227338196770E-07 -1.0528051835569611E-07 -1.0727561750178875E-07
+ -1.0930826196402695E-07 -1.1137915582489615E-07 -1.1348901634759164E-07
+ -1.1563857422256236E-07 -1.1782857381864988E-07 -1.2005977343893507E-07
+ -1.2233294558135937E-07 -1.2464887720422313E-07 -1.2700836999664500E-07
+ -1.2941224065408516E-07 -1.3186132115900422E-07 -1.3435645906678941E-07
+ -1.3689851779700828E-07 -1.3948837693011955E-07 -1.4212693250972553E-07
+ -1.4481509735047581E-07 -1.4755380135173101E-07 -1.5034399181708401E-07
+ -1.5318663377986347E-07 -1.5608271033471385E-07 -1.5903322297537898E-07
+ -1.6203919193880247E-07 -1.6510165655565794E-07 -1.6822167560742945E-07
+ -1.7140032769017746E-07 -1.7463871158509395E-07 -1.7793794663599440E-07
+ -1.8129917313385792E-07 -1.8472355270856646E-07 -1.8821226872795704E-07
+ -1.9176652670434794E-07 -1.9538755470864219E-07 -1.9907660379219928E-07
+ -2.0283494841657411E-07 -2.0666388689129628E-07 -2.1056474181983889E-07
+ -2.1453886055390857E-07 -2.1858761565624849E-07 -2.2271240537207902E-07
+ -2.2691465410935429E-07 -2.3119581292799697E-07 -2.3555736003828698E-07
+ -2.4000080130854909E-07 -2.4452767078235282E-07 -2.4913953120536188E-07
+ -2.5383797456204354E-07 -2.5862462262241167E-07 -2.6350112749897965E-07
+ -2.6846917221413939E-07 -2.7353047127813354E-07 -2.7868677127784179E-07
+ -2.8393985147656813E-07 -2.8929152442504154E-07 -2.9474363658384129E-07
+ -3.0029806895745607E-07 -3.0595673774018471E-07 -3.1172159497413215E-07
+ -3.1759462921949232E-07 -3.2357786623735772E-07 -3.2967336968530075E-07
+ -3.3588324182595868E-07 -3.4220962424885177E-07 -3.4865469860571150E-07
+ -3.5522068735953857E-07 -3.6190985454767736E-07 -3.6872450655913738E-07
+ -3.7566699292646978E-07 -3.8273970713241570E-07 -3.8994508743165586E-07
+ -3.9728561768791782E-07 -4.0476382822671980E-07 -4.1238229670406608E-07
+ -4.2014364899137874E-07 -4.2805056007695823E-07 -4.3610575498432201E-07
+ -4.4431200970767080E-07 -4.5267215216488546E-07 -4.6118906316829375E-07
+ -4.6986567741362001E-07 -4.7870498448739593E-07 -4.8771002989321241E-07
+ -4.9688391609715145E-07 -5.0622980359276904E-07 -5.1575091198596109E-07
+ -5.2545052110013716E-07 -5.3533197210203668E-07 -5.4539866864858047E-07
+ -5.5565407805518917E-07 -5.6610173248589188E-07 -5.7674523016574305E-07
+ -5.8758823661583699E-07 -5.9863448591146179E-07 -6.0988778196372371E-07
+ -6.2135199982516757E-07 -6.3303108701978174E-07 -6.4492906489785846E-07
+ -6.5705003001618958E-07 -6.6939815554406713E-07 -6.8197769269553048E-07
+ -6.9479297218843436E-07 -7.0784840573074545E-07 -7.2114848753465777E-07
+ -7.3469779585895502E-07 -7.4850099458027995E-07 -7.6256283479369335E-07
+ -7.7688815644320909E-07 -7.9148188998277063E-07 -8.0634905806830187E-07
+ -8.2149477728133659E-07 -8.3692425988493555E-07 -8.5264281561236934E-07
+ -8.6865585348923616E-07 -8.8496888368967952E-07 -9.0158751942725836E-07
+ -9.1851747888116356E-07 -9.3576458715846586E-07 -9.5333477829301918E-07
+ -9.7123409728172616E-07 -9.8946870215886546E-07 -1.0080448661092006E-06
+ -1.0269689796205544E-06 -1.0462475526766814E-06 -1.0658872169910366E-06
+ -1.0858947282823682E-06 -1.1062769685928348E-06 -1.1270409486493950E-06
+ -1.1481938102694027E-06 -1.1697428288111250E-06 -1.1916954156700750E-06
+ -1.2140591208220005E-06 -1.2368416354133967E-06 -1.2600507944004404E-06
+ -1.2836945792372849E-06 -1.3077811206145297E-06 -1.3323187012488904E-06
+ -1.3573157587251029E-06 -1.3827808883908242E-06 -1.4087228463056754E-06
+ -1.4351505522454681E-06 -1.4620730927624645E-06 -1.4894997243029559E-06
+ -1.5174398763830269E-06 -1.5459031548237227E-06 -1.5748993450466440E-06
+ -1.6044384154311588E-06 -1.6345305207343944E-06 -1.6651860055750817E-06
+ -1.6964154079825439E-06 -1.7282294630120910E-06 -1.7606391064278066E-06
+ -1.7936554784543958E-06 -1.8272899275989360E-06 -1.8615540145442597E-06
+ -1.8964595161148997E-06 -1.9320184293173546E-06 -1.9682429754557467E-06
+ -2.0051456043244004E-06 -2.0427389984788533E-06 -2.0810360775866698E-06
+ -2.1200500028594656E-06 -2.1597941815679627E-06 -2.2002822716412671E-06
+ -2.2415281863521413E-06 -2.2835460990899302E-06 -2.3263504482225911E-06
+ -2.3699559420496275E-06 -2.4143775638476108E-06 -2.4596305770099700E-06
+ -2.5057305302829141E-06 -2.5526932630990884E-06 -2.6005349110110470E-06
+ -2.6492719112261922E-06 -2.6989210082451894E-06 -2.7494992596057442E-06
+ -2.8010240417337671E-06 -2.8535130559038946E-06 -2.9069843343113011E-06
+ -2.9614562462571789E-06 -3.0169475044496316E-06 -3.0734771714224913E-06
+ -3.1310646660739815E-06 -3.1897297703276496E-06 -3.2494926359177522E-06
+ -3.3103737913015158E-06 -3.3723941487004544E-06 -3.4355750112734882E-06
+ -3.4999380804239360E-06 -3.5655054632431578E-06 -3.6322996800932800E-06
+ -3.7003436723317006E-06 -3.7696608101798882E-06 -3.8402749007393102E-06
+ -3.9122101961570794E-06 -3.9854914019443060E-06 -4.0601436854498671E-06
+ -4.1361926844925264E-06 -4.2136645161544578E-06 -4.2925857857390538E-06
+ -4.3729835958960916E-06 -4.4548855559175515E-06 -4.5383197912071831E-06
+ -4.6233149529268280E-06 -4.7099002278234012E-06 -4.7981053482390507E-06
+ -4.8879606023088998E-06 -4.9794968443489364E-06 -5.0727455054383895E-06
+ -5.1677386041996486E-06 -5.2645087577797104E-06 -5.3630891930369243E-06
+ -5.4635137579366703E-06 -5.5658169331602472E-06 -5.6700338439303793E-06
+ -5.7762002720580794E-06 -5.8843526682142966E-06 -5.9945281644312584E-06
+ -6.1067645868372588E-06 -6.2211004686293506E-06 -6.3375750632887399E-06
+ -6.4562283580429351E-06 -6.5771010875794912E-06 -6.7002347480163885E-06
+ -6.8256716111328607E-06 -6.9534547388668581E-06 -7.0836279980828876E-06
+ -7.2162360756162768E-06 -7.3513244935982967E-06 -7.4889396250678097E-06
+ -7.6291287098746685E-06 -7.7719398708802714E-06 -7.9174221304609530E-06
+ -8.0656254273197714E-06 -8.2166006336124712E-06 -8.3703995723934316E-06
+ -8.5270750353877762E-06 -8.6866808010954991E-06 -8.8492716532340628E-06
+ -9.0149033995253959E-06 -9.1836328908343716E-06 -9.3555180406645658E-06
+ -9.5306178450185637E-06 -9.7089924026293759E-06 -9.8907029355699627E-06
+ -1.0075811810247698E-05 -1.0264382558791698E-05 -1.0456479900839014E-05
+ -1.0652169765728844E-05 -1.0851519315110928E-05 -1.1054596965976678E-05
+ -1.1261472414120470E-05 -1.1472216658039736E-05 -1.1686902023281307E-05
+ -1.1905602187243235E-05 -1.2128392204439495E-05 -1.2355348532237115E-05
+ -1.2586549057074469E-05 -1.2822073121169222E-05 -1.3062001549725373E-05
+ -1.3306416678649000E-05 -1.3555402382781786E-05 -1.3809044104661874E-05
+ -1.4067428883822634E-05 -1.4330645386638846E-05 -1.4598783936730247E-05
+ -1.4871936545933850E-05 -1.5150196945854531E-05 -1.5433660620005103E-05
+ -1.5722424836547915E-05 -1.6016588681647032E-05 -1.6316253093444542E-05
+ -1.6621520896671563E-05 -1.6932496837905893E-05 -1.7249287621488303E-05
+ -1.7572001946110672E-05 -1.7900750542087500E-05 -1.8235646209323076E-05
+ -1.8576803855989490E-05 -1.8924340537926874E-05 -1.9278375498779152E-05
+ -1.9639030210881085E-05 -2.0006428416908257E-05 -2.0380696172305728E-05
+ -2.0761961888509890E-05 -2.1150356376977339E-05 -2.1546012894036777E-05
+ -2.1949067186579301E-05 -2.2359657538601442E-05 -2.2777924818619447E-05
+ -2.3204012527968494E-05 -2.3638066850003729E-05 -2.4080236700223129E-05
+ -2.4530673777323903E-05 -2.4989532615215387E-05 -2.5456970636001839E-05
+ -2.5933148203957309E-05 -2.6418228680507043E-05 -2.6912378480237428E-05
+ -2.7415767127952328E-05 -2.7928567316795247E-05 -2.8450954967457258E-05
+ -2.8983109288492729E-05 -2.9525212837759216E-05 -3.0077451585009082E-05
+ -3.0640014975646243E-05 -3.1213095995678909E-05 -3.1796891237882111E-05
+ -3.2391600969197416E-05 -3.2997429199394310E-05 -3.3614583751010509E-05
+ -3.4243276330602948E-05 -3.4883722601326266E-05 -3.5536142256871369E-05
+ -3.6200759096781512E-05 -3.6877801103178524E-05 -3.7567500518920934E-05
+ -3.8270093927223310E-05 -3.8985822332762222E-05 -3.9714931244298464E-05
+ -4.0457670758841722E-05 -4.1214295647390550E-05 -4.1985065442269224E-05
+ -4.2770244526101325E-05 -4.3570102222442985E-05 -4.4384912888110117E-05
+ -4.5214956007229399E-05 -4.6060516287048869E-05 -4.6921883755535637E-05
+ -4.7799353860799042E-05 -4.8693227572369901E-05 -4.9603811484372353E-05
+ -5.0531417920624574E-05 -5.1476365041699430E-05 -5.2438976953988304E-05
+ -5.3419583820802112E-05 -5.4418521975545069E-05 -5.5436134037007150E-05
+ -5.6472769026806222E-05 -5.7528782489025990E-05 -5.8604536612089016E-05
+ -5.9700400352905356E-05 -6.0816749563341512E-05 -6.1953967119051111E-05
+ -6.3112443050711774E-05 -6.4292574677714785E-05 -6.5494766744350337E-05
+ -6.6719431558539172E-05 -6.7966989133150718E-05 -6.9237867329968684E-05
+ -7.0532502006337184E-05 -7.1851337164552978E-05 -7.3194825104043741E-05
+ -7.4563426576391409E-05 -7.5957610943247413E-05 -7.7377856337204653E-05
+ -7.8824649825665245E-05 -8.0298487577776028E-05 -8.1799875034477027E-05
+ -8.3329327081729608E-05 -8.4887368226978005E-05 -8.6474532778907484E-05
+ -8.8091365030558617E-05 -8.9738419445861738E-05 -9.1416260849657175E-05
+ -9.3125464621261549E-05 -9.4866616891649508E-05 -9.6640314744318820E-05
+ -9.8447166419906977E-05 -1.0028779152462672E-04 -1.0216282124259714E-04
+ -1.0407289855213610E-04 -1.0601867844609600E-04 -1.0800082815631010E-04
+ -1.1002002738223234E-04 -1.1207696852384588E-04 -1.1417235691891988E-04
+ -1.1630691108469911E-04 -1.1848136296410347E-04 -1.2069645817652412E-04
+ -1.2295295627330594E-04 -1.2525163099799859E-04 -1.2759327055146335E-04
+ -1.2997867786193422E-04 -1.3240867086012015E-04 -1.3488408275943986E-04
+ -1.3740576234149327E-04 -1.3997457424686220E-04 -1.4259139927133097E-04
+ -1.4525713466765326E-04 -1.4797269445293647E-04 -1.5073900972177210E-04
+ -1.5355702896521528E-04 -1.5642771839570501E-04 -1.5935206227806408E-04
+ -1.6233106326667140E-04 -1.6536574274892232E-04 -1.6845714119511138E-04
+ -1.7160631851483770E-04 -1.7481435442005973E-04 -1.7808234879493541E-04
+ -1.8141142207255706E-04 -1.8480271561872180E-04 -1.8825739212285583E-04
+ -1.9177663599624737E-04 -1.9536165377770018E-04 -1.9901367454676117E-04
+ -2.0273395034465960E-04 -2.0652375660309627E-04 -2.1038439258103971E-04
+ -2.1431718180966964E-04 -2.1832347254562088E-04 -2.2240463823268864E-04
+ -2.2656207797213540E-04 -2.3079721700179222E-04 -2.3511150718407889E-04
+ -2.3950642750313652E-04 -2.4398348457123689E-04 -2.4854421314462918E-04
+ -2.5319017664901945E-04 -2.5792296771484570E-04 -2.6274420872253240E-04
+ -2.6765555235792502E-04 -2.7265868217807765E-04 -2.7775531318758933E-04
+ -2.8294719242569883E-04 -2.8823609956431652E-04 -2.9362384751721040E-04
+ -2.9911228306056103E-04 -3.0470328746507597E-04 -3.1039877713988763E-04
+ -3.1620070428847811E-04 -3.2211105757680306E-04 -3.2813186281388995E-04
+ -3.3426518364512432E-04 -3.4051312225844292E-04 -3.4687782010371453E-04
+ -3.5336145862550905E-04 -3.5996626000953276E-04 -3.6669448794297735E-04
+ -3.7354844838903014E-04 -3.8053049037582720E-04 -3.8764300680010260E-04
+ -3.9488843524581219E-04 -4.0226925881801934E-04 -4.0978800699229077E-04
+ -4.1744725647995386E-04 -4.2524963210944827E-04 -4.3319780772409309E-04
+ -4.4129450709659676E-04 -4.4954250486057331E-04 -4.5794462745943907E-04
+ -4.6650375411294792E-04 -4.7522281780174708E-04 -4.8410480627026557E-04
+ -4.9315276304826147E-04 -5.0236978849140337E-04 -5.1175904084120789E-04
+ -5.2132373730473872E-04 -5.3106715515435754E-04 -5.4099263284799527E-04
+ -5.5110357117022488E-04 -5.6140343439460539E-04 -5.7189575146763616E-04
+ -5.8258411721475410E-04 -5.9347219356875223E-04 -6.0456371082106110E-04
+ -6.1586246889630764E-04 -6.2737233865058474E-04 -6.3909726319385141E-04
+ -6.5104125923694375E-04 -6.6320841846363027E-04 -6.7560290892816057E-04
+ -6.8822897647882872E-04 -7.0109094620797886E-04 -7.1419322392895493E-04
+ -7.2754029768054042E-04 -7.4113673925932030E-04 -7.5498720578051929E-04
+ -7.6909644126786853E-04 -7.8346927827299424E-04 -7.9811063952486827E-04
+ -8.1302553960994591E-04 -8.2821908668344194E-04 -8.4369648421244456E-04
+ -8.5946303275137885E-04 -8.7552413175039567E-04 -8.9188528139736789E-04
+ -9.0855208449408358E-04 -9.2553024836723166E-04 -9.4282558681484671E-04
+ -9.6044402208888581E-04 -9.7839158691457630E-04 -9.9667442654722844E-04
+ -1.0152988008671534E-03 -1.0342710865134967E-03 -1.0535977790575514E-03
+ -1.0732854952164349E-03 -1.0933409751077649E-03 -1.1137710845460593E-03
+ -1.1345828173818331E-03 -1.1557832978838552E-03 -1.1773797831656531E-03
+ -1.1993796656569120E-03 -1.2217904756206262E-03 -1.2446198837168911E-03
+ -1.2678757036140905E-03 -1.2915658946484679E-03 -1.3156985645328646E-03
+ -1.3402819721155786E-03 -1.3653245301902821E-03 -1.3908348083578621E-03
+ -1.4168215359411868E-03 -1.4432936049537494E-03 -1.4702600731231821E-03
+ -1.4977301669706275E-03 -1.5257132849470128E-03 -1.5542190006272282E-03
+ -1.5832570659632724E-03 -1.6128374145975202E-03 -1.6429701652370442E-03
+ -1.6736656250902959E-03 -1.7049342933671196E-03 -1.7367868648433269E-03
+ -1.7692342334910353E-03 -1.8022874961758769E-03 -1.8359579564223884E-03
+ -1.8702571282487339E-03 -1.9051967400720814E-03 -1.9407887386858986E-03
+ -1.9770452933104456E-03 -2.0139787997178254E-03 -2.0516018844329220E-03
+ -2.0899274090116094E-03 -2.1289684743976281E-03 -2.1687384253595097E-03
+ -2.2092508550090734E-03 -2.2505196094029390E-03 -2.2925587922284782E-03
+ -2.3353827695758427E-03 -2.3790061747975041E-03 -2.4234439134570374E-03
+ -2.4687111683685762E-03 -2.5148234047286206E-03 -2.5617963753420065E-03
+ -2.6096461259434729E-03 -2.6583890006167728E-03 -2.7080416473128938E-03
+ -2.7586210234692831E-03 -2.8101444017318410E-03 -2.8626293757814843E-03
+ -2.9160938662672574E-03 -2.9705561268477572E-03 -3.0260347503427657E-03
+ -3.0825486749974582E-03 -3.1401171908604433E-03 -3.1987599462784313E-03
+ -3.2584969545091796E-03 -3.3193486004547065E-03 -3.3813356475174035E-03
+ -3.4444792445806269E-03 -3.5088009331164273E-03 -3.5743226544223683E-03
+ -3.6410667569898650E-03 -3.7090560040063825E-03 -3.7783135809936769E-03
+ -3.8488631035845933E-03 -3.9207286254409161E-03 -3.9939346463145880E-03
+ -4.0685061202549357E-03 -4.1444684639641658E-03 -4.2218475653045089E-03
+ -4.3006697919583826E-03 -4.3809620002455262E-03 -4.4627515440989352E-03
+ -4.5460662842027495E-03 -4.6309345972950170E-03 -4.7173853856376548E-03
+ -4.8054480866571454E-03 -4.8951526827583827E-03 -4.9865297113150485E-03
+ -5.0796102748392798E-03 -5.1744260513336849E-03 -5.2710093048292852E-03
+ -5.3693928961117930E-03 -5.4696102936402161E-03 -5.5716955846605021E-03
+ -5.6756834865177748E-03 -5.7816093581705905E-03 -5.8895092119106360E-03
+ -5.9994197252908436E-03 -6.1113782532663495E-03 -6.2254228405509808E-03
+ -6.3415922341935257E-03 -6.4599258963770681E-03 -6.5804640174453692E-03
+ -6.7032475291597844E-03 -6.8283181181909708E-03 -6.9557182398489251E-03
+ -7.0854911320553556E-03 -7.2176808295624992E-03 -7.3523321784223321E-03
+ -7.4894908507104861E-03 -7.6292033595085386E-03 -7.7715170741494560E-03
+ -7.9164802357302617E-03 -8.0641419728962500E-03 -8.2145523179006120E-03
+ -8.3677622229452638E-03 -8.5238235768058009E-03 -8.6827892217461386E-03
+ -8.8447129707272740E-03 -9.0096496249145175E-03 -9.1776549914881246E-03
+ -9.3487859017623541E-03 -9.5231002296172727E-03 -9.7006569102487186E-03
+ -9.8815159592405936E-03 -1.0065738491966233E-02 -1.0253386743320880E-02
+ -1.0444524087793897E-02 -1.0639215059883293E-02 -1.0837525374858541E-02
+ -1.1039521949878048E-02 -1.1245272925464150E-02 -1.1454847687344234E-02
+ -1.1668316888660123E-02 -1.1885752472553746E-02 -1.2107227695133442E-02
+ -1.2332817148826385E-02 -1.2562596786123509E-02 -1.2796643943721514E-02
+ -1.3035037367069090E-02 -1.3277857235321731E-02 -1.3525185186711579E-02
+ -1.3777104344338230E-02 -1.4033699342386671E-02 -1.4295056352776593E-02
+ -1.4561263112251706E-02 -1.4832408949912619E-02 -1.5108584815200464E-02
+ -1.5389883306337379E-02 -1.5676398699229481E-02 -1.5968226976838314E-02
+ -1.6265465859027460E-02 -1.6568214832889873E-02 -1.6876575183562517E-02
+ -1.7190650025533917E-02 -1.7510544334451185E-02 -1.7836364979432633E-02
+ -1.8168220755891855E-02 -1.8506222418880038E-02 -1.8850482716951097E-02
+ -1.9201116426558258E-02 -1.9558240386985400E-02 -1.9921973535821744E-02
+ -2.0292436944983595E-02 -2.0669753857291327E-02 -2.1054049723605125E-02
+ -2.1445452240528441E-02 -2.1844091388682138E-02 -2.2250099471555818E-02
+ -2.2663611154944502E-02 -2.3084763506971348E-02 -2.3513696038707718E-02
+ -2.3950550745391153E-02 -2.4395472148249400E-02 -2.4848607336934128E-02
+ -2.5310106012571859E-02 -2.5780120531433512E-02 -2.6258805949229899E-02
+ -2.6746320066037652E-02 -2.7242823471859037E-02 -2.7748479592819855E-02
+ -2.8263454738012103E-02 -2.8787918146981090E-02 -2.9322042037864357E-02
+ -2.9866001656183444E-02 -3.0419975324294121E-02 -3.0984144491494406E-02
+ -3.1558693784796921E-02 -3.2143811060365443E-02 -3.2739687455617533E-02
+ -3.3346517441997653E-02 -3.3964498878417890E-02 -3.4593833065371310E-02
+ -3.5234724799714928E-02 -3.5887382430125417E-02 -3.6552017913226167E-02
+ -3.7228846870382040E-02 -3.7918088645167200E-02 -3.8619966361496352E-02
+ -3.9334706982423154E-02 -4.0062541369598526E-02 -4.0803704343390229E-02
+ -4.1558434743653075E-02 -4.2326975491150914E-02 -4.3109573649622104E-02
+ -4.3906480488480754E-02 -4.4717951546150991E-02 -4.5544246694021462E-02
+ -4.6385630201016242E-02 -4.7242370798766975E-02 -4.8114741747381812E-02
+ -4.9003020901795841E-02 -4.9907490778689972E-02 -5.0828438623969657E-02
+ -5.1766156480781089E-02 -5.2720941258057236E-02 -5.3693094799571822E-02
+ -5.4682923953483065E-02 -5.5690740642349634E-02 -5.6716861933597817E-02
+ -5.7761610110415557E-02 -5.8825312743051916E-02 -5.9908302760494275E-02
+ -6.1010918522498570E-02 -6.2133503891944220E-02 -6.3276408307476550E-02
+ -6.4439986856418857E-02 -6.5624600347902212E-02 -6.6830615386191367E-02
+ -6.8058404444161946E-02 -6.9308345936888560E-02 -7.0580824295303518E-02
+ -7.1876230039880973E-02 -7.3194959854295805E-02 -7.4537416659015282E-02
+ -7.5904009684762075E-02 -7.7295154545799188E-02 -7.8711273312978836E-02
+ -8.0152794586493714E-02 -8.1620153568261661E-02 -8.3113792133891418E-02
+ -8.4634158904140805E-02 -8.6181709315808042E-02 -8.7756905691973586E-02
+ -8.9360217311510393E-02 -9.0992120477785987E-02 -9.2653098586455485E-02
+ -9.4343642192267152E-02 -9.6064249074773012E-02 -9.7815424302850840E-02
+ -9.9597680297933366E-02 -1.0141153689582227E-01 -1.0325752140699113E-01
+ -1.0513616867524528E-01 -1.0704802113461398E-01 -1.0899362886435299E-01
+ -1.1097354964191636E-01 -1.1298834899375187E-01 -1.1503860024378809E-01
+ -1.1712488455944231E-01 -1.1924779099500193E-01 -1.2140791653221306E-01
+ -1.2360586611789504E-01 -1.2584225269841293E-01 -1.2811769725081495E-01
+ -1.3043282881044571E-01 -1.3278828449482588E-01 -1.3518470952360034E-01
+ -1.3762275723433554E-01 -1.4010308909392971E-01 -1.4262637470541872E-01
+ -1.4519329180992446E-01 -1.4780452628350021E-01 -1.5046077212860853E-01
+ -1.5316273145996268E-01 -1.5591111448445510E-01 -1.5870663947488012E-01
+ -1.6155003273714436E-01 -1.6444202857067547E-01 -1.6738336922167879E-01
+ -1.7037480482893119E-01 -1.7341709336175937E-01 -1.7651100054984425E-01
+ -1.7965729980448897E-01 -1.8285677213097684E-01 -1.8611020603159412E-01
+ -1.8941839739896160E-01 -1.9278214939921690E-01 -1.9620227234462451E-01
+ -1.9967958355517679E-01 -2.0321490720872681E-01 -2.0680907417914540E-01
+ -2.1046292186207149E-01 -2.1417729398769281E-01 -2.1795304042008046E-01
+ -2.2179101694251191E-01 -2.2569208502825844E-01 -2.2965711159624802E-01
+ -2.3368696875103301E-01 -2.3778253350646772E-01 -2.4194468749246001E-01
+ -2.4617431664419509E-01 -2.5047231087314747E-01 -2.5483956371924255E-01
+ -2.5927697198347599E-01 -2.6378543534026710E-01 -2.6836585592887008E-01
+ -2.7301913792307353E-01 -2.7774618707842680E-01 -2.8254791025626291E-01
+ -2.8742521492369777E-01 -2.9237900862878041E-01 -2.9741019845001881E-01
+ -3.0251969041940585E-01 -3.0770838891807950E-01 -3.1297719604378127E-01
+ -3.1832701094916083E-01 -3.2375872915007564E-01 -3.2927324180293138E-01
+ -3.3487143495010141E-01 -3.4055418873254717E-01 -3.4632237656855147E-01
+ -3.5217686429770634E-01 -3.5811850928906908E-01 -3.6414815951252222E-01
+ -3.7026665257230706E-01 -3.7647481470170563E-01 -3.8277345971783006E-01
+ -3.8916338793548122E-01 -3.9564538503903313E-01 -4.0222022091126375E-01
+ -4.0888864841810846E-01 -4.1565140214827356E-01 -4.2250919710661683E-01
+ -4.2946272736031244E-01 -4.3651266463669613E-01 -4.4365965687177877E-01
+ -4.5090432670840963E-01 -4.5824726994307063E-01 -4.6568905392031046E-01
+ -4.7323021587383618E-01 -4.8087126121337032E-01 -4.8861266175626206E-01
+ -4.9645485390307242E-01 -5.0439823675620077E-01 -5.1244317018082830E-01
+ -5.2058997280734443E-01 -5.2883891997462040E-01 -5.3719024161345375E-01
+ -5.4564412006960095E-01 -5.5420068786592402E-01 -5.6286002540317881E-01
+ -5.7162215859915944E-01 -5.8048705646588683E-01 -5.8945462862475861E-01
+ -5.9852472275956847E-01 -6.0769712200755954E-01 -6.1697154228859175E-01
+ -6.2634762957295820E-01 -6.3582495708821485E-01 -6.4540302246569192E-01
+ -6.5508124482768126E-01 -6.6485896181610338E-01 -6.7473542656408547E-01
+ -6.8470980461175213E-01 -6.9478117076792811E-01 -7.0494850591973934E-01
+ -7.1521069379213476E-01 -7.2556651765991731E-01 -7.3601465701488955E-01
+ -7.4655368419126722E-01 -7.5718206095260143E-01 -7.6789813504406856E-01
+ -7.7870013671407490E-01 -7.8958617520972352E-01 -8.0055423525100711E-01
+ -8.1160217348898200E-01 -8.2272771495378105E-01 -8.3392844949860256E-01
+ -8.4520182824645573E-01 -8.5654516004696468E-01 -8.6795560795098892E-01
+ -8.7943018571147835E-01 -8.9096575431957614E-01 -9.0255901858560250E-01
+ -9.1420652377523925E-01 -9.2590465231181529E-01 -9.3764962055651768E-01
+ -9.4943747567895631E-01 -9.6126409263121992E-01 -9.7312517123959985E-01
+ -9.8501623342884681E-01 -9.9693262059457410E-01 -1.0088694911406799E+00
+ -1.0208218181991890E+00 -1.0327843875511507E+00 -1.0447517957680441E+00
+ -1.0567184485943804E+00 -1.0686785595928345E+00 -1.0806261490748081E+00
+ -1.0925550433400053E+00 -1.1044588742499233E+00 -1.1163310791612382E+00
+ -1.1281649012462127E+00 -1.1399533902284178E+00 -1.1516894035632870E+00
+ -1.1633656080941233E+00 -1.1749744822153945E+00 -1.1865083185764629E+00
+ -1.1979592273598341E+00 -1.2093191401694714E+00 -1.2205798145656175E+00
+ -1.2317328392839570E+00 -1.2427696401777508E+00 -1.2536814869229014E+00
+ -1.2644595005270247E+00 -1.2750946616839176E+00 -1.2855778200165862E+00
+ -1.2958997042522009E+00 -1.3060509333733199E+00 -1.3160220287900666E+00
+ -1.3258034275790287E+00 -1.3353854968341983E+00 -1.3447585491762277E+00
+ -1.3539128594658205E+00 -1.3628386827671486E+00 -1.3715262736067828E+00
+ -1.3799659065729815E+00 -1.3881478982995414E+00 -1.3960626308767718E+00
+ -1.4037005767315467E+00 -1.4110523250157403E+00 -1.4181086095408304E+00
+ -1.4248603382937350E+00 -1.4312986245659669E+00 -1.4374148197247347E+00
+ -1.4432005476508909E+00 -1.4486477408641001E+00 -1.4537486783503759E+00
+ -1.4584960251019616E+00 -1.4628828733728358E+00 -1.4669027856462833E+00
+ -1.4705498393034180E+00 -1.4738186729727030E+00 -1.4767045345314855E+00
+ -1.4792033307202601E+00 -1.4813116783189635E+00 -1.4830269568230587E+00
+ -1.4843473625432448E+00 -1.4852719640392031E+00 -1.4858007587816520E+00
+ -1.4859347309215476E+00 -1.4856759100259112E+00 -1.4850274306229228E+00
+ -1.4839935923765939E+00 -1.4825799206911565E+00 -1.4807932275218612E+00
+ -1.4786416721444766E+00 -1.4761348216102537E+00 -1.4732837105858501E+00
+ -1.4701009002493262E+00 -1.4666005358830496E+00 -1.4627984027732452E+00
+ -1.4587119799930086E+00 -1.4543604916115669E+00 -1.4497649548371871E+00
+ -1.4449482245643974E+00 -1.4399350337588963E+00 -1.4347520290741453E+00
+ -1.4294278010546737E+00 -1.4239929082405034E+00 -1.4184798944460457E+00
+ -1.4129232984463655E+00 -1.4073596552615335E+00 -1.4018274881895181E+00
+ -1.3963672906969649E+00 -1.3910214972382278E+00 -1.3858344420339712E+00
+ -1.3808523048045060E+00 -1.3761230424184951E+00 -1.3716963053859246E+00
+ -1.3676233380958216E+00 -1.3639568616757067E+00 -1.3607509383288843E+00
+ -1.3580608159924772E+00 -1.3559427521517655E+00 -1.3544538156443409E+00
+ -1.3536516652969297E+00 -1.3535943042533987E+00 -1.3543398088801446E+00
+ -1.3559460311735307E+00 -1.3584702736453380E+00 -1.3619689357274609E+00
+ -1.3664971308175211E+00 -1.3721082731844376E+00 -1.3788536340685269E+00
+ -1.3867818664456166E+00 -1.3959384980804970E+00 -1.4063653926751627E+00
+ -1.4181001791189445E+00 -1.4311756490783658E+00 -1.4456191234194264E+00
+ -1.4614517882419165E+00 -1.4786880016196875E+00 -1.4973345724898444E+00
+ -1.5173900135124434E+00 -1.5388437701385946E+00 -1.5616754285739241E+00
+ -1.5858539058091417E+00 -1.6113366254136530E+00 -1.6380686833438070E+00
+ -1.6659820086160764E+00 -1.6949945243233380E+00 -1.7250093151422448E+00
+ -1.7559138081776560E+00 -1.7875789747241200E+00 -1.8198585612857627E+00
+ -1.8525883589837271E+00 -1.8855855212920574E+00 -1.9186479408693700E+00
+ -1.9515536970956937E+00 -1.9840605867689263E+00 -2.0159057512586394E+00
+ -2.0468054142499206E+00 -2.0764547450208326E+00 -2.1045278629807278E+00
+ -2.1306779999329493E+00 -2.1545378372077693E+00 -2.1757200354186175E+00
+ -2.1938179751157669E+00 -2.2084067270238137E+00 -2.2190442708376636E+00
+ -2.2252729816897663E+00 -2.2266214033731195E+00 -2.2226063271790792E+00
+ -2.2127351947647504E+00 -2.1965088427743709E+00 -2.1734246059675080E+00
+ -2.1429797943354032E+00 -2.1046755580667025E+00 -2.0580211522398066E+00
+ -2.0025386107176892E+00 -1.9377678358813455E+00 -1.8632721075095446E+00
+ -1.7786440102632852E+00 -1.6835117748167825E+00 -1.5775460226537277E+00
+ -1.4604668988693597E+00 -1.3320515709406422E+00 -1.1921420642992082E+00
+ -1.0406533976106473E+00 -8.7758197187656606E-01 -7.0301415777013077E-01
+ -5.1713501493204816E-01 -3.2023706521495043E-01 -1.1272902900455861E-01
+  1.0485558033187914E-01  3.3185012420342019E-01  5.6744690588742941E-01
+  8.1068979242785844E-01  1.0604675668200230E+00  1.3155082078251503E+00
+  1.5743743186360923E+00  1.8354599517429122E+00  2.0969891059617538E+00
+  2.3570162029839139E+00  2.6134288853086929E+00  2.8639535154126694E+00
+  3.1061637979354035E+00  3.3374929930054851E+00  3.5552502401620760E+00
+  3.7566415692830990E+00  3.9387962382120918E+00  4.0987991071572747E+00
+  4.2337298382889301E+00  4.3407097961693877E+00  4.4169576217269926E+00
+  4.4598545603955664E+00  4.4670207448331283E+00  4.4364037652879125E+00
+  4.3663810071012632E+00  4.2558773958240979E+00  4.1045003665126991E+00
+  3.9126940652215123E+00  3.6819149973302423E+00  3.4148315583854663E+00
+  3.1155501171430573E+00  2.7898705651123779E+00  2.4455744987989796E+00
+  2.0927494554004586E+00  1.7441528741381958E+00  1.4155571842061871E+00
+  1.1285423370988950E+00  8.8002990896222566E-01  6.6834336667731842E-01
+  4.9148598356674844E-01  3.4715538467778523E-01  2.3276099582883228E-01
+  1.4544315036616173E-01  8.2092097862362184E-02  3.9364562713024576E-02
+  1.3694803765538895E-02  1.2963199646668895E-03 -1.8505846591833318E-03
+  0.0000000000000000E+00
+===== CORE_DENSITY =====
+ 1  : radial mesh index
+  7.7915624739688474E+02  7.7915610245853986E+02  7.7915595617213864E+02
+  7.7915580852515143E+02  7.7915565950492771E+02  7.7915550909869671E+02
+  7.7915535729357214E+02  7.7915520407653469E+02  7.7915504943446228E+02
+  7.7915489335410052E+02  7.7915473582206857E+02  7.7915457682486465E+02
+  7.7915441634886702E+02  7.7915425438031525E+02  7.7915409090533296E+02
+  7.7915392590990541E+02  7.7915375937989609E+02  7.7915359130102831E+02
+  7.7915342165889933E+02  7.7915325043896996E+02  7.7915307762656539E+02
+  7.7915290320687473E+02  7.7915272716495076E+02  7.7915254948570350E+02
+  7.7915237015390483E+02  7.7915218915418814E+02  7.7915200647103745E+02
+  7.7915182208879867E+02  7.7915163599166863E+02  7.7915144816369627E+02
+  7.7915125858878696E+02  7.7915106725069109E+02  7.7915087413301103E+02
+  7.7915067921919535E+02  7.7915048249253971E+02  7.7915028393618502E+02
+  7.7915008353311214E+02  7.7914988126614594E+02  7.7914967711795282E+02
+  7.7914947107103524E+02  7.7914926310773467E+02  7.7914905321022752E+02
+  7.7914884136052365E+02  7.7914862754046931E+02  7.7914841173173704E+02
+  7.7914819391583239E+02  7.7914797407408798E+02  7.7914775218766215E+02
+  7.7914752823753793E+02  7.7914730220452350E+02  7.7914707406924731E+02
+  7.7914684381215716E+02  7.7914661141351928E+02  7.7914637685341700E+02
+  7.7914614011174763E+02  7.7914590116822149E+02  7.7914566000236061E+02
+  7.7914541659349572E+02  7.7914517092076812E+02  7.7914492296312085E+02
+  7.7914467269930515E+02  7.7914442010787150E+02  7.7914416516717279E+02
+  7.7914390785536136E+02  7.7914364815038266E+02  7.7914338602998157E+02
+  7.7914312147169255E+02  7.7914285445284338E+02  7.7914258495054992E+02
+  7.7914231294171623E+02  7.7914203840303048E+02  7.7914176131096440E+02
+  7.7914148164176981E+02  7.7914119937147962E+02  7.7914091447590306E+02
+  7.7914062693062351E+02  7.7914033671099980E+02  7.7914004379215783E+02
+  7.7913974814899586E+02  7.7913944975617710E+02  7.7913914858812836E+02
+  7.7913884461903854E+02  7.7913853782285958E+02  7.7913822817329788E+02
+  7.7913791564381677E+02  7.7913760020763243E+02  7.7913728183771161E+02
+  7.7913696050677117E+02  7.7913663618727173E+02  7.7913630885141947E+02
+  7.7913597847116284E+02  7.7913564501818803E+02  7.7913530846391791E+02
+  7.7913496877951263E+02  7.7913462593585996E+02  7.7913427990357752E+02
+  7.7913393065301227E+02  7.7913357815423319E+02  7.7913322237703221E+02
+  7.7913286329091920E+02  7.7913250086512187E+02  7.7913213506858131E+02
+  7.7913176586994939E+02  7.7913139323758605E+02  7.7913101713955734E+02
+  7.7913063754363304E+02  7.7913025441728200E+02  7.7912986772767204E+02
+  7.7912947744166445E+02  7.7912908352581326E+02  7.7912868594636075E+02
+  7.7912828466923668E+02  7.7912787966005112E+02  7.7912747088409719E+02
+  7.7912705830634445E+02  7.7912664189143607E+02  7.7912622160368687E+02
+  7.7912579740708054E+02  7.7912536926526536E+02  7.7912493714154994E+02
+  7.7912450099890543E+02  7.7912406079995401E+02  7.7912361650697403E+02
+  7.7912316808189200E+02  7.7912271548628019E+02  7.7912225868135306E+02
+  7.7912179762796461E+02  7.7912133228660446E+02  7.7912086261739671E+02
+  7.7912038858009339E+02  7.7911991013407237E+02  7.7911942723833329E+02
+  7.7911893985149527E+02  7.7911844793179171E+02  7.7911795143706911E+02
+  7.7911745032478041E+02  7.7911694455198472E+02  7.7911643407534007E+02
+  7.7911591885110329E+02  7.7911539883512262E+02  7.7911487398283748E+02
+  7.7911434424927108E+02  7.7911380958903010E+02  7.7911326995629906E+02
+  7.7911272530483564E+02  7.7911217558796682E+02  7.7911162075858817E+02
+  7.7911106076915451E+02  7.7911049557168042E+02  7.7910992511773406E+02
+  7.7910934935843204E+02  7.7910876824443710E+02  7.7910818172595305E+02
+  7.7910758975272290E+02  7.7910699227402006E+02  7.7910638923864610E+02
+  7.7910578059492798E+02  7.7910516629071151E+02  7.7910454627335707E+02
+  7.7910392048973574E+02  7.7910328888622644E+02  7.7910265140870683E+02
+  7.7910200800255302E+02  7.7910135861263279E+02  7.7910070318330111E+02
+  7.7910004165839553E+02  7.7909937398123259E+02  7.7909870009459962E+02
+  7.7909801994075553E+02  7.7909733346141877E+02  7.7909664059776719E+02
+  7.7909594129043251E+02  7.7909523547949459E+02  7.7909452310447489E+02
+  7.7909380410433300E+02  7.7909307841746181E+02  7.7909234598168030E+02
+  7.7909160673423071E+02  7.7909086061177049E+02  7.7909010755036820E+02
+  7.7908934748549893E+02  7.7908858035203764E+02  7.7908780608425354E+02
+  7.7908702461580572E+02  7.7908623587973420E+02  7.7908543980845820E+02
+  7.7908463633376857E+02  7.7908382538682304E+02  7.7908300689813586E+02
+  7.7908218079757944E+02  7.7908134701437177E+02  7.7908050547707319E+02
+  7.7907965611358020E+02  7.7907879885111765E+02  7.7907793361623612E+02
+  7.7907706033480315E+02  7.7907617893199483E+02  7.7907528933229378E+02
+  7.7907439145947944E+02  7.7907348523662336E+02  7.7907257058608195E+02
+  7.7907164742948896E+02  7.7907071568775132E+02  7.7906977528103926E+02
+  7.7906882612878042E+02  7.7906786814965415E+02  7.7906690126158526E+02
+  7.7906592538173402E+02  7.7906494042649035E+02  7.7906394631146804E+02
+  7.7906294295149632E+02  7.7906193026061158E+02  7.7906090815205187E+02
+  7.7905987653824900E+02  7.7905883533082124E+02  7.7905778444056375E+02
+  7.7905672377744406E+02  7.7905565325059058E+02  7.7905457276828940E+02
+  7.7905348223797318E+02  7.7905238156621454E+02  7.7905127065871716E+02
+  7.7905014942030743E+02  7.7904901775492863E+02  7.7904787556563087E+02
+  7.7904672275456198E+02  7.7904555922296163E+02  7.7904438487115169E+02
+  7.7904319959852478E+02  7.7904200330354149E+02  7.7904079588371815E+02
+  7.7903957723561678E+02  7.7903834725483955E+02  7.7903710583601810E+02
+  7.7903585287280441E+02  7.7903458825786174E+02  7.7903331188285665E+02
+  7.7903202363844798E+02  7.7903072341427855E+02  7.7902941109896574E+02
+  7.7902808658009110E+02  7.7902674974419233E+02  7.7902540047675177E+02
+  7.7902403866218754E+02  7.7902266418384295E+02  7.7902127692397914E+02
+  7.7901987676376132E+02  7.7901846358325054E+02  7.7901703726139272E+02
+  7.7901559767601145E+02  7.7901414470379109E+02  7.7901267822027251E+02
+  7.7901119809983868E+02  7.7900970421570696E+02  7.7900819643991304E+02
+  7.7900667464330729E+02  7.7900513869553708E+02  7.7900358846503957E+02
+  7.7900202381903046E+02  7.7900044462348831E+02  7.7899885074314921E+02
+  7.7899724204149197E+02  7.7899561838072498E+02  7.7899397962177750E+02
+  7.7899232562428642E+02  7.7899065624658351E+02  7.7898897134568654E+02
+  7.7898727077728211E+02  7.7898555439571703E+02  7.7898382205398309E+02
+  7.7898207360370839E+02  7.7898030889514132E+02  7.7897852777713820E+02
+  7.7897673009715163E+02  7.7897491570121792E+02  7.7897308443393899E+02
+  7.7897123613847782E+02  7.7896937065653708E+02  7.7896748782834879E+02
+  7.7896558749266273E+02  7.7896366948672767E+02  7.7896173364628180E+02
+  7.7895977980553607E+02  7.7895780779716313E+02  7.7895581745228003E+02
+  7.7895380860043394E+02  7.7895178106958861E+02  7.7894973468611101E+02
+  7.7894766927475337E+02  7.7894558465864111E+02  7.7894348065925533E+02
+  7.7894135709641887E+02  7.7893921378828088E+02  7.7893705055130204E+02
+  7.7893486720023668E+02  7.7893266354811863E+02  7.7893043940624580E+02
+  7.7892819458416204E+02  7.7892592888964361E+02  7.7892364212867881E+02
+  7.7892133410545466E+02  7.7891900462234059E+02  7.7891665347986816E+02
+  7.7891428047671764E+02  7.7891188540969961E+02  7.7890946807373484E+02
+  7.7890702826184224E+02  7.7890456576511713E+02  7.7890208037271350E+02
+  7.7889957187182836E+02  7.7889704004768203E+02  7.7889448468349883E+02
+  7.7889190556049152E+02  7.7888930245783865E+02  7.7888667515266980E+02
+  7.7888402342004451E+02  7.7888134703293201E+02  7.7887864576219420E+02
+  7.7887591937656464E+02  7.7887316764262937E+02  7.7887039032480550E+02
+  7.7886758718532485E+02  7.7886475798420884E+02  7.7886190247925254E+02
+  7.7885902042599992E+02  7.7885611157772610E+02  7.7885317568541484E+02
+  7.7885021249773729E+02  7.7884722176103139E+02  7.7884420321927917E+02
+  7.7884115661408737E+02  7.7883808168466101E+02  7.7883497816778504E+02
+  7.7883184579779925E+02  7.7882868430657766E+02  7.7882549342350478E+02
+  7.7882227287545436E+02  7.7881902238676116E+02  7.7881574167920235E+02
+  7.7881243047197302E+02  7.7880908848165939E+02  7.7880571542221787E+02
+  7.7880231100495007E+02  7.7879887493847525E+02  7.7879540692870989E+02
+  7.7879190667883915E+02  7.7878837388929344E+02  7.7878480825772272E+02
+  7.7878120947897014E+02  7.7877757724504511E+02  7.7877391124510098E+02
+  7.7877021116540300E+02  7.7876647668930707E+02  7.7876270749722778E+02
+  7.7875890326661488E+02  7.7875506367192440E+02  7.7875118838458980E+02
+  7.7874727707299814E+02  7.7874332940245517E+02  7.7873934503516273E+02
+  7.7873532363018830E+02  7.7873126484343425E+02  7.7872716832761000E+02
+  7.7872303373220245E+02  7.7871886070344488E+02  7.7871464888428955E+02
+  7.7871039791437511E+02  7.7870610742999543E+02  7.7870177706407094E+02
+  7.7869740644611511E+02  7.7869299520220613E+02  7.7868854295495089E+02
+  7.7868404932345504E+02  7.7867951392329167E+02  7.7867493636646623E+02
+  7.7867031626138589E+02  7.7866565321282326E+02  7.7866094682188577E+02
+  7.7865619668598151E+02  7.7865140239878099E+02  7.7864656355018872E+02
+  7.7864167972630287E+02  7.7863675050938446E+02  7.7863177547781822E+02
+  7.7862675420607957E+02  7.7862168626469565E+02  7.7861657122021370E+02
+  7.7861140863515811E+02  7.7860619806799696E+02  7.7860093907310340E+02
+  7.7859563120071766E+02  7.7859027399690956E+02  7.7858486700354160E+02
+  7.7857940975822453E+02  7.7857390179428467E+02  7.7856834264071915E+02
+  7.7856273182215898E+02  7.7855706885882728E+02  7.7855135326649906E+02
+  7.7854558455645906E+02  7.7853976223546283E+02  7.7853388580569208E+02
+  7.7852795476471476E+02  7.7852196860543938E+02  7.7851592681607565E+02
+  7.7850982888008843E+02  7.7850367427615402E+02  7.7849746247811834E+02
+  7.7849119295494813E+02  7.7848486517069148E+02  7.7847847858442674E+02
+  7.7847203265022074E+02  7.7846552681707999E+02  7.7845896052890544E+02
+  7.7845233322444437E+02  7.7844564433724406E+02  7.7843889329560238E+02
+  7.7843207952252044E+02  7.7842520243565241E+02  7.7841826144725587E+02
+  7.7841125596414577E+02  7.7840418538764027E+02  7.7839704911351146E+02
+  7.7838984653193336E+02  7.7838257702743158E+02  7.7837523997883125E+02
+  7.7836783475920276E+02  7.7836036073580942E+02  7.7835281727005508E+02
+  7.7834520371742826E+02  7.7833751942744891E+02  7.7832976374361249E+02
+  7.7832193600333551E+02  7.7831403553789789E+02  7.7830606167239057E+02
+  7.7829801372565100E+02  7.7828989101021193E+02  7.7828169283224065E+02
+  7.7827341849148092E+02  7.7826506728119421E+02  7.7825663848809768E+02
+  7.7824813139230741E+02  7.7823954526727596E+02  7.7823087937972923E+02
+  7.7822213298960730E+02  7.7821330535000095E+02  7.7820439570708709E+02
+  7.7819540330006703E+02  7.7818632736110328E+02  7.7817716711525009E+02
+  7.7816792178039270E+02  7.7815859056718057E+02  7.7814917267895828E+02
+  7.7813966731169990E+02  7.7813007365394219E+02  7.7812039088671588E+02
+  7.7811061818347298E+02  7.7810075471002108E+02  7.7809079962445480E+02
+  7.7808075207707816E+02  7.7807061121033826E+02  7.7806037615875300E+02
+  7.7805004604883402E+02  7.7803961999901696E+02  7.7802909711958694E+02
+  7.7801847651260164E+02  7.7800775727181679E+02  7.7799693848261120E+02
+  7.7798601922190710E+02  7.7797499855809360E+02  7.7796387555094952E+02
+  7.7795264925156357E+02  7.7794131870225397E+02  7.7792988293648750E+02
+  7.7791834097880007E+02  7.7790669184471358E+02  7.7789493454065234E+02
+  7.7788306806386117E+02  7.7787109140231985E+02  7.7785900353466013E+02
+  7.7784680343007687E+02  7.7783449004824411E+02  7.7782206233922602E+02
+  7.7780951924339115E+02  7.7779685969132061E+02  7.7778408260371907E+02
+  7.7777118689132590E+02  7.7775817145482358E+02  7.7774503518474239E+02
+  7.7773177696137088E+02  7.7771839565466189E+02  7.7770489012413373E+02
+  7.7769125921877969E+02  7.7767750177697076E+02  7.7766361662635541E+02
+  7.7764960258376425E+02  7.7763545845510862E+02  7.7762118303528348E+02
+  7.7760677510806408E+02  7.7759223344600582E+02  7.7757755681034121E+02
+  7.7756274395087542E+02  7.7754779360588350E+02  7.7753270450200364E+02
+  7.7751747535412960E+02  7.7750210486530625E+02  7.7748659172662042E+02
+  7.7747093461708948E+02  7.7745513220355394E+02  7.7743918314056202E+02
+  7.7742308607026405E+02  7.7740683962229366E+02  7.7739044241365548E+02
+  7.7737389304860960E+02  7.7735719011855485E+02  7.7734033220191259E+02
+  7.7732331786400641E+02  7.7730614565694577E+02  7.7728881411950215E+02
+  7.7727132177698968E+02  7.7725366714114057E+02  7.7723584870998286E+02
+  7.7721786496771506E+02  7.7719971438457878E+02  7.7718139541673497E+02
+  7.7716290650613291E+02  7.7714424608037939E+02  7.7712541255261283E+02
+  7.7710640432136756E+02  7.7708721977044377E+02  7.7706785726876876E+02
+  7.7704831517026719E+02  7.7702859181372276E+02  7.7700868552263671E+02
+  7.7698859460509709E+02  7.7696831735362832E+02  7.7694785204505968E+02
+  7.7692719694037589E+02  7.7690635028457586E+02  7.7688531030652655E+02
+  7.7686407521881767E+02  7.7684264321761486E+02  7.7682101248250649E+02
+  7.7679918117635759E+02  7.7677714744515617E+02  7.7675490941786040E+02
+  7.7673246520624298E+02  7.7670981290473867E+02  7.7668695059028357E+02
+  7.7666387632215935E+02  7.7664058814183068E+02  7.7661708407278638E+02
+  7.7659336212037624E+02  7.7656942027164541E+02  7.7654525649516950E+02
+  7.7652086874088855E+02  7.7649625493993653E+02  7.7647141300447242E+02
+  7.7644634082750895E+02  7.7642103628273992E+02  7.7639549722436436E+02
+  7.7636972148691166E+02  7.7634370688506294E+02  7.7631745121347240E+02
+  7.7629095224658693E+02  7.7626420773846462E+02  7.7623721542258727E+02
+  7.7620997301168018E+02  7.7618247819752116E+02  7.7615472865075196E+02
+  7.7612672202069075E+02  7.7609845593513762E+02  7.7606992800018054E+02
+  7.7604113580000194E+02  7.7601207689668149E+02  7.7598274882999601E+02
+  7.7595314911721766E+02  7.7592327525291660E+02  7.7589312470875041E+02
+  7.7586269493326483E+02  7.7583198335168220E+02  7.7580098736569244E+02
+  7.7576970435324381E+02  7.7573813166832872E+02  7.7570626664076826E+02
+  7.7567410657599657E+02  7.7564164875484357E+02  7.7560889043331088E+02
+  7.7557582884235489E+02  7.7554246118765525E+02  7.7550878464939797E+02
+  7.7547479638203811E+02  7.7544049351407739E+02  7.7540587314782726E+02
+  7.7537093235917746E+02  7.7533566819735984E+02  7.7530007768470921E+02
+  7.7526415781642424E+02  7.7522790556032567E+02  7.7519131785661114E+02
+  7.7515439161761196E+02  7.7511712372754141E+02  7.7507951104224628E+02
+  7.7504155038895260E+02  7.7500323856601449E+02  7.7496457234265222E+02
+  7.7492554845870018E+02  7.7488616362433856E+02  7.7484641451983498E+02
+  7.7480629779527862E+02  7.7476581007030757E+02  7.7472494793384590E+02
+  7.7468370794382793E+02  7.7464208662692158E+02  7.7460008047825704E+02
+  7.7455768596114137E+02  7.7451489950678206E+02  7.7447171751399901E+02
+  7.7442813634894117E+02  7.7438415234479669E+02  7.7433976180150228E+02
+  7.7429496098545144E+02  7.7424974612919470E+02  7.7420411343114461E+02
+  7.7415805905527384E+02  7.7411157913081183E+02  7.7406466975193928E+02
+  7.7401732697747957E+02  7.7396954683058777E+02  7.7392132529843730E+02
+  7.7387265833190406E+02  7.7382354184524957E+02  7.7377397171579480E+02
+  7.7372394378360298E+02  7.7367345385114766E+02  7.7362249768298670E+02
+  7.7357107100543010E+02  7.7351916950620330E+02  7.7346678883411278E+02
+  7.7341392459870394E+02  7.7336057236991905E+02  7.7330672767775411E+02
+  7.7325238601190506E+02  7.7319754282142219E+02  7.7314219351435383E+02
+  7.7308633345738917E+02  7.7302995797549943E+02  7.7297306235157509E+02
+  7.7291564182605987E+02  7.7285769159658446E+02  7.7279920681759154E+02
+  7.7274018259996512E+02  7.7268061401065199E+02  7.7262049607228050E+02
+  7.7255982376277848E+02  7.7249859201498873E+02  7.7243679571627399E+02
+  7.7237442970813129E+02  7.7231148878579165E+02  7.7224796769782552E+02
+  7.7218386114573673E+02  7.7211916378356023E+02  7.7205387021745526E+02
+  7.7198797500529031E+02  7.7192147265623305E+02  7.7185435763032967E+02
+  7.7178662433808518E+02  7.7171826714003930E+02  7.7164928034633886E+02
+  7.7157965821630796E+02  7.7150939495801413E+02  7.7143848472782861E+02
+  7.7136692162999009E+02  7.7129469971615561E+02  7.7122181298495684E+02
+  7.7114825538154946E+02  7.7107402079715666E+02  7.7099910306861329E+02
+  7.7092349597790462E+02  7.7084719325170192E+02  7.7077018856089387E+02
+  7.7069247552011427E+02  7.7061404768727050E+02  7.7053489856306135E+02
+  7.7045502159049533E+02  7.7037441015441016E+02  7.7029305758097416E+02
+  7.7021095713720206E+02  7.7012810203045512E+02  7.7004448540793942E+02
+  7.6996010035620566E+02  7.6987493990064024E+02  7.6978899700495151E+02
+  7.6970226457066019E+02  7.6961473543657735E+02  7.6952640237828450E+02
+  7.6943725810760407E+02  7.6934729527207412E+02  7.6925650645441033E+02
+  7.6916488417197365E+02  7.6907242087622569E+02  7.6897910895218502E+02
+  7.6888494071787943E+02  7.6878990842379073E+02  7.6869400425230310E+02
+  7.6859722031713704E+02  7.6849954866278983E+02  7.6840098126396606E+02
+  7.6830151002500577E+02  7.6820112677930888E+02  7.6809982328875435E+02
+  7.6799759124311811E+02  7.6789442225948528E+02  7.6779030788165778E+02
+  7.6768523957955858E+02  7.6757920874863385E+02  7.6747220670924946E+02
+  7.6736422470608011E+02  7.6725525390750454E+02  7.6714528540498293E+02
+  7.6703431021244296E+02  7.6692231926565250E+02  7.6680930342159672E+02
+  7.6669525345784052E+02  7.6658016007189860E+02  7.6646401388059110E+02
+  7.6634680541940611E+02  7.6622852514184444E+02  7.6610916341877510E+02
+  7.6598871053777452E+02  7.6586715670246974E+02  7.6574449203187339E+02
+  7.6562070655971593E+02  7.6549579023377316E+02  7.6536973291519007E+02
+  7.6524252437780399E+02  7.6511415430745683E+02  7.6498461230130806E+02
+  7.6485388786714338E+02  7.6472197042267567E+02  7.6458884929485100E+02
+  7.6445451371913464E+02  7.6431895283881352E+02  7.6418215570427617E+02
+  7.6404411127230026E+02  7.6390480840532905E+02  7.6376423587075215E+02
+  7.6362238234017218E+02  7.6347923638867462E+02  7.6333478649409426E+02
+  7.6318902103626920E+02  7.6304192829630324E+02  7.6289349645581137E+02
+  7.6274371359617555E+02  7.6259256769778244E+02  7.6244004663926717E+02
+  7.6228613819674865E+02  7.6213083004306486E+02  7.6197410974699756E+02
+  7.6181596477250253E+02  7.6165638247792810E+02  7.6149535011523255E+02
+  7.6133285482920019E+02  7.6116888365665091E+02  7.6100342352564735E+02
+  7.6083646125469841E+02  7.6066798355195795E+02  7.6049797701442208E+02
+  7.6032642812712299E+02  7.6015332326231385E+02  7.5997864867865940E+02
+  7.5980239052041770E+02  7.5962453481661623E+02  7.5944506748023127E+02
+  7.5926397430735733E+02  7.5908124097638051E+02  7.5889685304714044E+02
+  7.5871079596009599E+02  7.5852305503548610E+02  7.5833361547248580E+02
+  7.5814246234836003E+02  7.5794958061761588E+02  7.5775495511115048E+02
+  7.5755857053539785E+02  7.5736041147146818E+02  7.5716046237429589E+02
+  7.5695870757177056E+02  7.5675513126387330E+02  7.5654971752181370E+02
+  7.5634245028715657E+02  7.5613331337095246E+02  7.5592229045286274E+02
+  7.5570936508028524E+02  7.5549452066747244E+02  7.5527774049465722E+02
+  7.5505900770716687E+02  7.5483830531454169E+02  7.5461561618964856E+02
+  7.5439092306779514E+02  7.5416420854584260E+02  7.5393545508131456E+02
+  7.5370464499150660E+02  7.5347176045259437E+02  7.5323678349874319E+02
+  7.5299969602120984E+02  7.5276047976744997E+02  7.5251911634022304E+02
+  7.5227558719669719E+02  7.5202987364755040E+02  7.5178195685607704E+02
+  7.5153181783728667E+02  7.5127943745701145E+02  7.5102479643100719E+02
+  7.5076787532405740E+02  7.5050865454907614E+02  7.5024711436621430E+02
+  7.4998323488196240E+02  7.4971699604825869E+02  7.4944837766159355E+02
+  7.4917735936212068E+02  7.4890392063276340E+02  7.4862804079832813E+02
+  7.4834969902461603E+02  7.4806887431753614E+02  7.4778554552222613E+02
+  7.4749969132216552E+02  7.4721129023830213E+02  7.4692032062817179E+02
+  7.4662676068502867E+02  7.4633058843697256E+02  7.4603178174608342E+02
+  7.4573031830755622E+02  7.4542617564884540E+02  7.4511933112880558E+02
+  7.4480976193683853E+02  7.4449744509204947E+02  7.4418235744240360E+02
+  7.4386447566388790E+02  7.4354377625967845E+02  7.4322023555931492E+02
+  7.4289382971787700E+02  7.4256453471517045E+02  7.4223232635491820E+02
+  7.4189718026395542E+02  7.4155907189143704E+02  7.4121797650804513E+02
+  7.4087386920520987E+02  7.4052672489433564E+02  7.4017651830603313E+02
+  7.3982322398936390E+02  7.3946681631109243E+02  7.3910726945494218E+02
+  7.3874455742086911E+02  7.3837865402433772E+02  7.3800953289561335E+02
+  7.3763716747905801E+02  7.3726153103244292E+02  7.3688259662626876E+02
+  7.3650033714309814E+02  7.3611472527690046E+02  7.3572573353240944E+02
+  7.3533333422449005E+02  7.3493749947752417E+02  7.3453820122480442E+02
+  7.3413541120794423E+02  7.3372910097630177E+02  7.3331924188642301E+02
+  7.3290580510148732E+02  7.3248876159078463E+02  7.3206808212919782E+02
+  7.3164373729670820E+02  7.3121569747791114E+02  7.3078393286155722E+02
+  7.3034841344010408E+02  7.2990910900929418E+02  7.2946598916774371E+02
+  7.2901902331655845E+02  7.2856818065896618E+02  7.2811343019996661E+02
+  7.2765474074601173E+02  7.2719208090469670E+02  7.2672541908448488E+02
+  7.2625472349444419E+02  7.2577996214401696E+02  7.2530110284280715E+02
+  7.2481811320039640E+02  7.2433096062618324E+02  7.2383961232924923E+02
+  7.2334403531825228E+02  7.2284419640134627E+02  7.2234006218613001E+02
+  7.2183159907962283E+02  7.2131877328827215E+02  7.2080155081798898E+02
+  7.2027989747421532E+02  7.1975377886202330E+02  7.1922316038624695E+02
+  7.1868800725164078E+02  7.1814828446308445E+02  7.1760395682581293E+02
+  7.1705498894568188E+02  7.1650134522947235E+02  7.1594298988523349E+02
+  7.1537988692265606E+02  7.1481200015349316E+02  7.1423929319201500E+02
+  7.1366172945550716E+02  7.1307927216480391E+02  7.1249188434487246E+02
+  7.1189952882543116E+02  7.1130216824161835E+02  7.1069976503470127E+02
+  7.1009228145283498E+02  7.0947967955186084E+02  7.0886192119616373E+02
+  7.0823896805956417E+02  7.0761078162627098E+02  7.0697732319187810E+02
+  7.0633855386441576E+02  7.0569443456545287E+02  7.0504492603125436E+02
+  7.0438998881398902E+02  7.0372958328300160E+02  7.0306366962612901E+02
+  7.0239220785108694E+02  7.0171515778690764E+02  7.0103247908543881E+02
+  7.0034413122290619E+02  6.9965007350153712E+02  6.9895026505124520E+02
+  6.9824466483138428E+02  6.9753323163256391E+02  6.9681592407853327E+02
+  6.9609270062813619E+02  6.9536351957732791E+02  6.9462833906127412E+02
+  6.9388711705651042E+02  6.9313981138318161E+02  6.9238637970735476E+02
+  6.9162677954340347E+02  6.9086096825647917E+02  6.9008890306504759E+02
+  6.8931054104351858E+02  6.8852583912494458E+02  6.8773475410381138E+02
+  6.8693724263890488E+02  6.8613326125627054E+02  6.8532276635225378E+02
+  6.8450571419663095E+02  6.8368206093582910E+02  6.8285176259623620E+02
+  6.8201477508760570E+02  6.8117105420655184E+02  6.8032055564014274E+02
+  6.7946323496959008E+02  6.7859904767403384E+02  6.7772794913443215E+02
+  6.7684989463754778E+02  6.7596483938004155E+02  6.7507273847266572E+02
+  6.7417354694456640E+02  6.7326721974769055E+02  6.7235371176130843E+02
+  6.7143297779663794E+02  6.7050497260158795E+02  6.6956965086561365E+02
+  6.6862696722468263E+02  6.6767687626636757E+02  6.6671933253504869E+02
+  6.6575429053724019E+02  6.6478170474703870E+02  6.6380152961169665E+02
+  6.6281371955731629E+02  6.6181822899467522E+02  6.6081501232517860E+02
+  6.5980402394694056E+02  6.5878521826100007E+02  6.5775854967766634E+02
+  6.5672397262300444E+02  6.5568144154545303E+02  6.5463091092258355E+02
+  6.5357233526799826E+02  6.5250566913837099E+02  6.5143086714063008E+02
+  6.5034788393928841E+02  6.4925667426391715E+02  6.4815719291677203E+02
+  6.4704939478056656E+02  6.4593323482639721E+02  6.4480866812182524E+02
+  6.4367564983910779E+02  6.4253413526359191E+02  6.4138407980226123E+02
+  6.4022543899244931E+02  6.3905816851070335E+02  6.3788222418182374E+02
+  6.3669756198806078E+02  6.3550413807847860E+02  6.3430190877848474E+02
+  6.3309083059953389E+02  6.3187086024900020E+02  6.3064195464021839E+02
+  6.2940407090270048E+02  6.2815716639253299E+02  6.2690119870293972E+02
+  6.2563612567503242E+02  6.2436190540873372E+02  6.2307849627388362E+02
+  6.2178585692152603E+02  6.2048394629538211E+02  6.1917272364350003E+02
+  6.1785214853010098E+02  6.1652218084759886E+02  6.1518278082881943E+02
+  6.1383390905940030E+02  6.1247552649038357E+02  6.1110759445099870E+02
+  6.0973007466163654E+02  6.0834292924701583E+02  6.0694612074954443E+02
+  6.0553961214287131E+02  6.0412336684563809E+02  6.0269734873541915E+02
+  6.0126152216286494E+02  5.9981585196603658E+02  5.9836030348494012E+02
+  5.9689484257625679E+02  5.9541943562827169E+02  5.9393404957599967E+02
+  5.9243865191651162E+02  5.9093321072445360E+02  5.8941769466777191E+02
+  5.8789207302362820E+02  5.8635631569452005E+02  5.8481039322459389E+02
+  5.8325427681615759E+02  5.8168793834638961E+02  5.8011135038424572E+02
+  5.7852448620756013E+02  5.7692731982034297E+02  5.7531982597027047E+02
+  5.7370198016637130E+02  5.7207375869690236E+02  5.7043513864741612E+02
+  5.6878609791902090E+02  5.6712661524682471E+02  5.6545667021857219E+02
+  5.6377624329345906E+02  5.6208531582113790E+02  5.6038387006089920E+02
+  5.5867188920103638E+02  5.5694935737838568E+02  5.5521625969803983E+02
+  5.5347258225323753E+02  5.5171831214541999E+02  5.4995343750445477E+02
+  5.4817794750902362E+02  5.4639183240717068E+02  5.4459508353700926E+02
+  5.4278769334758192E+02  5.4096965541986913E+02  5.3914096448794692E+02
+  5.3730161646028512E+02  5.3545160844118277E+02  5.3359093875234100E+02
+  5.3171960695456005E+02  5.2983761386956655E+02  5.2794496160195024E+02
+  5.2604165356122746E+02  5.2412769448400309E+02  5.2220309045623969E+02
+  5.2026784893562126E+02  5.1832197877401336E+02  5.1636549024000124E+02
+  5.1439839504150939E+02  5.1242070634849335E+02  5.1043243881569339E+02
+  5.0843360860544794E+02  5.0642423341055257E+02  5.0440433247716425E+02
+  5.0237392662774073E+02  5.0033303828400045E+02  4.9828169148990349E+02
+  4.9621991193464044E+02  4.9414772697561887E+02  4.9206516566144131E+02
+  4.8997225875486333E+02  4.8786903875572125E+02  4.8575553992382174E+02
+  4.8363179830178126E+02  4.8149785173780361E+02  4.7935373990838741E+02
+  4.7719950434095142E+02  4.7503518843636112E+02  4.7286083749135707E+02
+  4.7067649872085690E+02  4.6848222128013236E+02  4.6627805628683905E+02
+  4.6406405684289376E+02  4.6184027805617939E+02  4.5960677706206741E+02
+  4.5736361304474423E+02  4.5511084725832524E+02  4.5284854304774456E+02
+  4.5057676586940198E+02  4.4829558331155698E+02  4.4600506511445082E+02
+  4.4370528319014181E+02  4.4139631164203848E+02  4.3907822678411475E+02
+  4.3675110715978900E+02  4.3441503356045092E+02  4.3207008904361965E+02
+  4.2971635895071734E+02  4.2735393092443434E+02  4.2498289492567591E+02
+  4.2260334325006659E+02  4.2021537054399772E+02  4.1781907382019455E+02
+  4.1541455247278839E+02  4.1300190829187454E+02  4.1058124547753170E+02
+  4.0815267065328828E+02  4.0571629287901379E+02  4.0327222366321286E+02
+  4.0082057697470748E+02  3.9836146925367785E+02  3.9589501942205123E+02
+  3.9342134889320840E+02  3.9094058158099341E+02  3.8845284390800180E+02
+  3.8595826481312554E+02  3.8345697575833634E+02  3.8094911073468063E+02
+  3.7843480626746828E+02  3.7591420142063106E+02  3.7338743780022867E+02
+  3.7085465955708298E+02  3.6831601338851146E+02  3.6577164853914581E+02
+  3.6322171680080737E+02  3.6066637251142009E+02  3.5810577255293509E+02
+  3.5554007634824961E+02  3.5296944585709326E+02  3.5039404557086152E+02
+  3.4781404250637490E+02  3.4522960619853865E+02  3.4264090869188510E+02
+  3.4004812453097310E+02  3.3745143074962431E+02  3.3485100685897635E+02
+  3.3224703483432836E+02  3.2963969910076082E+02  3.2702918651750423E+02
+  3.2441568636104512E+02  3.2179939030693822E+02  3.1918049241031247E+02
+  3.1655918908504731E+02  3.1393567908160338E+02  3.1131016346348662E+02
+  3.0868284558232779E+02  3.0605393105155878E+02  3.0342362771867317E+02
+  3.0079214563604637E+02  2.9815969703030646E+02  2.9552649627023561E+02
+  2.9289275983319095E+02  2.9025870627002462E+02  2.8762455616849820E+02
+  2.8499053211516929E+02  2.8235685865574618E+02  2.7972376225389490E+02
+  2.7709147124848801E+02  2.7446021580928954E+02  2.7183022789106246E+02
+  2.6920174118609583E+02  2.6657499107514059E+02  2.6395021457675341E+02
+  2.6132765029503747E+02  2.5870753836578297E+02  2.5609012040100168E+02
+  2.5347563943185489E+02  2.5086433984997481E+02  2.4825646734718154E+02
+  2.4565226885359621E+02  2.4305199247415692E+02  2.4045588742353880E+02
+  2.3786420395948872E+02  2.3527719331458053E+02  2.3269510762639993E+02
+  2.3011819986616996E+02  2.2754672376583125E+02  2.2498093374358888E+02
+  2.2242108482794072E+02  2.1986743258020800E+02  2.1732023301558198E+02
+  2.1477974252271088E+02  2.1224621778184763E+02  2.0971991568158086E+02
+  2.0720109323417725E+02  2.0469000748956017E+02  2.0218691544795473E+02
+  1.9969207397123003E+02  1.9720573969297024E+02  1.9472816892731001E+02
+  1.9225961757656961E+02  1.8980034103772940E+02  1.8735059410778049E+02
+  1.8491063088799743E+02  1.8248070468717313E+02  1.8006106792386410E+02
+  1.7765197202769335E+02  1.7525366733975670E+02  1.7286640301219026E+02
+  1.7049042690694657E+02  1.6812598549383736E+02  1.6577332374789805E+02
+  1.6343268504613675E+02  1.6110431106372215E+02  1.5878844166967878E+02
+  1.5648531482215000E+02  1.5419516646329686E+02  1.5191823041389986E+02
+  1.4965473826773353E+02  1.4740491928578444E+02  1.4516900029038666E+02
+  1.4294720555934839E+02  1.4073975672014649E+02  1.3854687264426576E+02
+  1.3636876934176368E+02  1.3420565985613848E+02  1.3205775415958686E+02
+  1.2992525904872966E+02  1.2780837804089441E+02  1.2570731127103765E+02
+  1.2362225538939504E+02  1.2155340345994779E+02  1.1950094485979335E+02
+  1.1746506517951030E+02  1.1544594612460916E+02  1.1344376541815865E+02
+  1.1145869670468147E+02  1.0949090945541073E+02  1.0754056887500073E+02
+  1.0560783580978543E+02  1.0369286665767765E+02  1.0179581327980320E+02
+  9.9916822913964594E+01  9.8056038090026689E+01  9.6213596547317579E+01
+  9.4389631154140389E+01  9.2584269829485805E+01  9.0797635467039470E+01
+  8.9029845861575183E+01  8.7281013637824969E+01  8.5551246181915033E+01
+  8.3840645575457742E+01  8.2149308532386215E+01  8.0477326338618155E+01
+  7.8824784794633388E+01  7.7191764161049093E+01  7.5578339107273194E+01
+  7.3984578663316498E+01  7.2410546174840050E+01  7.0856299261514266E+01
+  6.9321889778762269E+01  6.7807363782958575E+01  6.6312761500150373E+01
+  6.4838117298368260E+01  6.3383459663587686E+01  6.1948811179401268E+01
+  6.0534188510458875E+01  5.9139602389727287E+01  5.7765057609621202E+01
+  5.6410553017050255E+01  5.5076081512425539E+01  5.3761630052664579E+01
+  5.2467179658229213E+01  5.1192705424228087E+01  4.9938176535610076E+01
+  4.8703556286471972E+01  4.7488802103497825E+01  4.6293865573545041E+01
+  4.5118692475385309E+01  4.3963222815606223E+01  4.2827390868673127E+01
+  4.1711125221146176E+01  4.0614348820043851E+01  3.9536979025337196E+01
+  3.8478927666556530E+01  3.7440101103484828E+01  3.6420400290909164E+01
+  3.5419720847394657E+01  3.4437953128041428E+01  3.3474982301179004E+01
+  3.2530688428948139E+01  3.1604946551714509E+01  3.0697626776253042E+01
+  2.9808594367637600E+01  2.8937709844764253E+01  2.8084829079432218E+01
+  2.7249803398900905E+01  2.6432479691836637E+01  2.5632700517557502E+01
+  2.4850304218480002E+01  2.4085125035666213E+01  2.3336993227365188E+01
+  2.2605735190438274E+01  2.1891173584552543E+01  2.1193127459023074E+01
+  2.0511412382179401E+01  1.9845840573128562E+01  1.9196221035781633E+01
+  1.8562359695008162E+01  1.7944059534778191E+01  1.7341120738148515E+01
+  1.6753340828946349E+01  1.6180514815000169E+01  1.5622435332765171E+01
+  1.5078892793187103E+01  1.4549675528646681E+01  1.4034569940823628E+01
+  1.3533360649318210E+01  1.3045830640865237E+01  1.2571761418975132E+01
+  1.2110933153834408E+01  1.1663124832297372E+01  1.1228114407800033E+01
+  1.0805678950026177E+01  1.0395594794157571E+01  9.9976376895355372E+00
+  9.6115829475676371E+00  9.2372055887094060E+00  8.8742804883537900E+00
+  8.5225825214621285E+00  8.1818867057717242E+00  7.8519683434174556E+00
+  7.5326031608066852E+00  7.2235674465894597E+00  6.9246381875686644E+00
+  6.6355932023981721E+00  6.3562112729201257E+00  6.0862722729965713E+00
+  5.8255572946944580E+00  5.5738487716874197E+00  5.3309305997424188E+00
+  5.0965882541641507E+00  4.8706089040753202E+00  4.6527815234162917E+00
+  4.4428969985533628E+00  4.2407482323907617E+00  4.0461302448876690E+00
+  3.8588402698879611E+00  3.6786778481768865E+00  3.5054449166857400E+00
+  3.3389458937724754E+00  3.1789877605133210E+00  3.0253801379477174E+00
+  2.8779353602262225E+00  2.7364685436185012E+00  2.6007976513460496E+00
+  2.4707435542118859E+00  2.3461300870070634E+00  2.2267841006815221E+00
+  2.1125355102743821E+00  2.0032173386064236E+00  1.8986657557450219E+00
+  1.7987201142592524E+00  1.7032229802902732E+00  1.6120201604693387E+00
+  1.5249607247228700E+00  1.4418970250109957E+00  1.3626847100526931E+00
+  1.2871827360972519E+00  1.2152533738080911E+00  1.1467622113311031E+00
+  1.0815781536255178E+00  1.0195734181409077E+00  9.6062352692923059E-01
+  9.0460729528587525E-01  8.5140681701835497E-01  8.0090744644576806E-01
+  7.5299777723619143E-01  7.0756961819299624E-01  6.6451796610451319E-01
+  6.2374097577459475E-01  5.8513992735441478E-01  5.4861919109829549E-01
+  5.1408618966849473E-01  4.8145135811562695E-01  4.5062810166286821E-01
+  4.2153275142320668E-01  3.9408451817978901E-01  3.6820544435988095E-01
+  3.4382035433310709E-01  3.2085680316447418E-01  2.9924502395221014E-01
+  2.7891787387969003E-01  2.5981077910966011E-01  2.4186167864763700E-01
+  2.2501096729975201E-01  2.0920143784844758E-01  1.9437822256730472E-01
+  1.8048873419393913E-01  1.6748260647730567E-01  1.5531163441296517E-01
+  1.4392971427685755E-01  1.3329278356494531E-01  1.2335876094271529E-01
+  1.1408748630501345E-01  1.0544066104299471E-01  9.7381788611175510E-02
+  8.9876115483637817E-02  8.2890572584400732E-02  7.6393717272850464E-02
+  7.0355675960915506E-02  6.4748087434410240E-02  5.9544046946658206E-02
+  5.4718051148159370E-02  5.0245943911703603E-02  4.6104863107961198E-02
+  4.2273188382219648E-02  3.8730489978597238E-02  3.5457478653756924E-02
+  3.2435956717886488E-02  2.9648770236510705E-02  2.7079762422571655E-02
+  2.4713728244165220E-02  2.2536370269365197E-02  2.0534255765710663E-02
+  1.8694775068187616E-02  1.7006101225909037E-02  1.5457150934197760E-02
+  1.4037546755409618E-02  1.2737580628607286E-02  1.1548178665113295E-02
+  1.0460867224037969E-02  9.4677402590996763E-03  8.5614279254334156E-03
+  7.7350664326211642E-03  6.9822691278769600E-03  6.2970987911809186E-03
+  5.6740411221802879E-03  5.1079793968620037E-03  4.5941702703485004E-03
+  4.1282207006756999E-03  3.7060659670762547E-03  3.3239487551100862E-03
+  2.9783992799542608E-03  2.6662164182814541E-03  2.3844498184166516E-03
+  2.1303829578602999E-03  1.9015171167977730E-03  1.6955562358745165E-03
+  1.5103926262976445E-03  1.3440935002220606E-03  1.1948882893864305E-03
+  1.0611567200747708E-03  9.4141761268691092E-04  8.3431837449876741E-04
+  7.3862515457477455E-04  6.5321363025319548E-04  5.7706039515380563E-04
+  5.0923491925000859E-04  4.4889205219735971E-04  3.9526504181133191E-04
+  3.4765904033280643E-04  3.0544507190411520E-04  2.6805443549569793E-04
+  2.3497351836793677E-04  2.0573899601908184E-04  1.7993339545327919E-04
+  1.5718099949765276E-04  1.3714407079959463E-04  1.1951937504056461E-04
+  1.0403498380674728E-04  9.0447338456152993E-05  7.8538557212713036E-05
+  6.8113968597483771E-05  5.8999855172368075E-05  5.1041392420232073E-05
+  4.4100768414643087E-05  3.8055470740685758E-05  3.2796727913667787E-05
+  2.8228093303532955E-05  2.4264160308205055E-05  2.0829398227891194E-05
+  1.7857098973791072E-05  1.5288425398113115E-05  1.3071552657411118E-05
+  1.1160894617826201E-05  9.5164078788205115E-06  8.1029665315432192E-06
+  6.8898012793421248E-06  5.8499970315147892E-06  4.9600435376861414E-06
+  4.1994340598076239E-06  3.5503074823869479E-06  2.9971296399420697E-06
+  2.5264099946563418E-06  2.1264501276739874E-06  1.7871208153369711E-06
+  1.4996647478793097E-06  1.2565222136378935E-06  1.0511773176989199E-06
+  8.7802253107173140E-07  7.3223957596123950E-07  6.0969484548346428E-07
+  5.0684773321014718E-07  4.2067041019409985E-07  3.4857773555077227E-07
+  2.8836612216130736E-07  2.3816030249653558E-07  1.9636705178671766E-07
+  1.6163502759101393E-07  1.3281997703083188E-07  1.0895464628281976E-07
+  8.9222802083285164E-08  7.2936842641362676E-08  5.9518536120568095E-08
+  4.8482479317064947E-08  3.9421917890539938E-08  3.1996613006183934E-08
+  2.5922478004636803E-08  2.0962743177318282E-08  1.6920437300717008E-08
+  1.3632001656633432E-08  1.0961876187507517E-08  8.7979185294811729E-09
+  7.0475352262135566E-09  5.6344207234871966E-09  4.4958140240271711E-09
+  3.5801953668777881E-09  2.8453561883036730E-09  2.2567851041523260E-09
+  1.7863208915150552E-09  1.4110305882682649E-09  1.1122770052582888E-09
+  8.7494527605443278E-10  6.8680265904865431E-10  5.3796975024978091E-10
+  4.2048464581785037E-10  3.2794448501666333E-10  2.5521127196907213E-10
+  1.9817097572023893E-10  1.5353669299407208E-10  1.1868817075577959E-10
+  9.1541264778308928E-11  7.0441989401210342E-11  5.4080721718306317E-11
+  4.1422885799240134E-11  3.1653081076962975E-11  2.4130152544703819E-11
+  1.8351145089353564E-11  1.3922454025122240E-11  1.0536790554470958E-11
+  7.9548346000421747E-12  5.9906568370728832E-12  4.5001641201101275E-12
+  3.3719640255398064E-12  2.5201601413599613E-12  1.8786844195546999E-12
+  1.3968500499582065E-12  1.0358710020751030E-12  7.6614518709304488E-13
+===== PSEUDO_CORE_DENSITY =====
+ 1  : radial mesh index
+  4.8316923230583635E-10  4.8316923230583728E-10  4.8316923230583728E-10
+  4.8316923230583707E-10  4.8316923230583687E-10  4.8316923230583676E-10
+  4.8316923230583656E-10  4.8316923230583614E-10  4.8316923230583583E-10
+  4.8316923230583552E-10  4.8316923230583490E-10  4.8316923230583439E-10
+  4.8316923230583377E-10  4.8316923230583315E-10  4.8316923230583242E-10
+  4.8316923230583170E-10  4.8316923230583066E-10  4.8316923230582984E-10
+  4.8316923230582891E-10  4.8316923230582787E-10  4.8316923230582653E-10
+  4.8316923230582549E-10  4.8316923230582415E-10  4.8316923230582291E-10
+  4.8316923230582146E-10  4.8316923230581970E-10  4.8316923230581826E-10
+  4.8316923230581639E-10  4.8316923230581474E-10  4.8316923230581278E-10
+  4.8316923230581081E-10  4.8316923230580864E-10  4.8316923230580668E-10
+  4.8316923230580430E-10  4.8316923230580182E-10  4.8316923230579954E-10
+  4.8316923230579696E-10  4.8316923230579427E-10  4.8316923230579137E-10
+  4.8316923230578848E-10  4.8316923230578548E-10  4.8316923230578217E-10
+  4.8316923230577896E-10  4.8316923230577545E-10  4.8316923230577183E-10
+  4.8316923230576831E-10  4.8316923230576439E-10  4.8316923230576025E-10
+  4.8316923230575642E-10  4.8316923230575208E-10  4.8316923230574774E-10
+  4.8316923230574329E-10  4.8316923230573854E-10  4.8316923230573347E-10
+  4.8316923230572851E-10  4.8316923230572334E-10  4.8316923230571796E-10
+  4.8316923230571227E-10  4.8316923230570669E-10  4.8316923230570080E-10
+  4.8316923230569459E-10  4.8316923230568829E-10  4.8316923230568167E-10
+  4.8316923230567505E-10  4.8316923230566823E-10  4.8316923230566109E-10
+  4.8316923230565385E-10  4.8316923230564620E-10  4.8316923230563834E-10
+  4.8316923230563038E-10  4.8316923230562232E-10  4.8316923230561363E-10
+  4.8316923230560505E-10  4.8316923230559595E-10  4.8316923230558685E-10
+  4.8316923230557734E-10  4.8316923230556762E-10  4.8316923230555749E-10
+  4.8316923230554735E-10  4.8316923230553660E-10  4.8316923230552585E-10
+  4.8316923230551458E-10  4.8316923230550320E-10  4.8316923230549131E-10
+  4.8316923230547922E-10  4.8316923230546681E-10  4.8316923230545409E-10
+  4.8316923230544106E-10  4.8316923230542752E-10  4.8316923230541366E-10
+  4.8316923230539950E-10  4.8316923230538512E-10  4.8316923230537013E-10
+  4.8316923230535472E-10  4.8316923230533911E-10  4.8316923230532308E-10
+  4.8316923230530654E-10  4.8316923230528969E-10  4.8316923230527232E-10
+  4.8316923230525453E-10  4.8316923230523654E-10  4.8316923230521772E-10
+  4.8316923230519859E-10  4.8316923230517905E-10  4.8316923230515889E-10
+  4.8316923230513831E-10  4.8316923230511732E-10  4.8316923230509561E-10
+  4.8316923230507359E-10  4.8316923230505094E-10  4.8316923230502778E-10
+  4.8316923230500400E-10  4.8316923230497980E-10  4.8316923230495468E-10
+  4.8316923230492924E-10  4.8316923230490319E-10  4.8316923230487641E-10
+  4.8316923230484911E-10  4.8316923230482119E-10  4.8316923230479255E-10
+  4.8316923230476319E-10  4.8316923230473341E-10  4.8316923230470249E-10
+  4.8316923230467137E-10  4.8316923230463901E-10  4.8316923230460613E-10
+  4.8316923230457252E-10  4.8316923230453819E-10  4.8316923230450283E-10
+  4.8316923230446695E-10  4.8316923230443025E-10  4.8316923230439251E-10
+  4.8316923230435404E-10  4.8316923230431454E-10  4.8316923230427432E-10
+  4.8316923230423307E-10  4.8316923230419109E-10  4.8316923230414797E-10
+  4.8316923230410403E-10  4.8316923230405895E-10  4.8316923230401304E-10
+  4.8316923230396589E-10  4.8316923230391781E-10  4.8316923230386880E-10
+  4.8316923230381865E-10  4.8316923230376726E-10  4.8316923230371494E-10
+  4.8316923230366128E-10  4.8316923230360648E-10  4.8316923230355044E-10
+  4.8316923230349346E-10  4.8316923230343494E-10  4.8316923230337507E-10
+  4.8316923230331407E-10  4.8316923230325172E-10  4.8316923230318803E-10
+  4.8316923230312289E-10  4.8316923230305640E-10  4.8316923230298857E-10
+  4.8316923230291919E-10  4.8316923230284837E-10  4.8316923230277589E-10
+  4.8316923230270185E-10  4.8316923230262637E-10  4.8316923230254934E-10
+  4.8316923230247045E-10  4.8316923230239001E-10  4.8316923230230801E-10
+  4.8316923230222395E-10  4.8316923230213823E-10  4.8316923230205066E-10
+  4.8316923230196132E-10  4.8316923230186992E-10  4.8316923230177696E-10
+  4.8316923230168173E-10  4.8316923230158454E-10  4.8316923230148528E-10
+  4.8316923230138415E-10  4.8316923230128065E-10  4.8316923230117519E-10
+  4.8316923230106724E-10  4.8316923230095733E-10  4.8316923230084494E-10
+  4.8316923230073047E-10  4.8316923230061322E-10  4.8316923230049380E-10
+  4.8316923230037179E-10  4.8316923230024730E-10  4.8316923230012033E-10
+  4.8316923229999046E-10  4.8316923229985821E-10  4.8316923229972297E-10
+  4.8316923229958514E-10  4.8316923229944442E-10  4.8316923229930069E-10
+  4.8316923229915408E-10  4.8316923229900456E-10  4.8316923229885184E-10
+  4.8316923229869602E-10  4.8316923229853700E-10  4.8316923229837487E-10
+  4.8316923229820912E-10  4.8316923229804017E-10  4.8316923229786781E-10
+  4.8316923229769193E-10  4.8316923229751243E-10  4.8316923229732911E-10
+  4.8316923229714237E-10  4.8316923229695160E-10  4.8316923229675711E-10
+  4.8316923229655869E-10  4.8316923229635614E-10  4.8316923229614945E-10
+  4.8316923229593862E-10  4.8316923229572365E-10  4.8316923229550414E-10
+  4.8316923229528049E-10  4.8316923229505198E-10  4.8316923229481893E-10
+  4.8316923229458142E-10  4.8316923229433906E-10  4.8316923229409173E-10
+  4.8316923229383944E-10  4.8316923229358198E-10  4.8316923229331956E-10
+  4.8316923229305176E-10  4.8316923229277868E-10  4.8316923229250013E-10
+  4.8316923229221610E-10  4.8316923229192596E-10  4.8316923229163045E-10
+  4.8316923229132895E-10  4.8316923229102144E-10  4.8316923229070773E-10
+  4.8316923229038772E-10  4.8316923229006150E-10  4.8316923228972856E-10
+  4.8316923228938921E-10  4.8316923228904314E-10  4.8316923228869014E-10
+  4.8316923228833021E-10  4.8316923228796305E-10  4.8316923228758854E-10
+  4.8316923228720669E-10  4.8316923228681740E-10  4.8316923228642004E-10
+  4.8316923228601514E-10  4.8316923228560217E-10  4.8316923228518093E-10
+  4.8316923228475162E-10  4.8316923228431363E-10  4.8316923228386695E-10
+  4.8316923228341148E-10  4.8316923228294733E-10  4.8316923228247377E-10
+  4.8316923228199090E-10  4.8316923228149873E-10  4.8316923228099663E-10
+  4.8316923228048492E-10  4.8316923227996286E-10  4.8316923227943078E-10
+  4.8316923227888815E-10  4.8316923227833477E-10  4.8316923227777073E-10
+  4.8316923227719564E-10  4.8316923227660927E-10  4.8316923227601132E-10
+  4.8316923227540169E-10  4.8316923227478027E-10  4.8316923227414654E-10
+  4.8316923227350052E-10  4.8316923227284187E-10  4.8316923227217031E-10
+  4.8316923227148581E-10  4.8316923227078767E-10  4.8316923227007599E-10
+  4.8316923226935065E-10  4.8316923226861105E-10  4.8316923226785708E-10
+  4.8316923226708842E-10  4.8316923226630487E-10  4.8316923226550592E-10
+  4.8316923226469156E-10  4.8316923226386107E-10  4.8316923226301497E-10
+  4.8316923226215201E-10  4.8316923226127251E-10  4.8316923226037585E-10
+  4.8316923225946181E-10  4.8316923225853010E-10  4.8316923225758029E-10
+  4.8316923225661207E-10  4.8316923225562494E-10  4.8316923225461898E-10
+  4.8316923225359328E-10  4.8316923225254793E-10  4.8316923225148221E-10
+  4.8316923225039612E-10  4.8316923224928894E-10  4.8316923224816004E-10
+  4.8316923224700975E-10  4.8316923224583711E-10  4.8316923224464163E-10
+  4.8316923224342340E-10  4.8316923224218139E-10  4.8316923224091549E-10
+  4.8316923223962520E-10  4.8316923223831008E-10  4.8316923223696964E-10
+  4.8316923223560324E-10  4.8316923223421068E-10  4.8316923223279124E-10
+  4.8316923223134470E-10  4.8316923222986984E-10  4.8316923222836706E-10
+  4.8316923222683502E-10  4.8316923222527372E-10  4.8316923222368232E-10
+  4.8316923222206043E-10  4.8316923222040720E-10  4.8316923221872234E-10
+  4.8316923221700522E-10  4.8316923221525490E-10  4.8316923221347119E-10
+  4.8316923221165326E-10  4.8316923220980037E-10  4.8316923220791202E-10
+  4.8316923220598728E-10  4.8316923220402572E-10  4.8316923220202663E-10
+  4.8316923219998949E-10  4.8316923219791286E-10  4.8316923219579662E-10
+  4.8316923219364005E-10  4.8316923219144203E-10  4.8316923218920192E-10
+  4.8316923218691911E-10  4.8316923218459246E-10  4.8316923218222134E-10
+  4.8316923217980494E-10  4.8316923217734232E-10  4.8316923217483276E-10
+  4.8316923217227512E-10  4.8316923216966877E-10  4.8316923216701239E-10
+  4.8316923216430544E-10  4.8316923216154679E-10  4.8316923215873551E-10
+  4.8316923215587037E-10  4.8316923215295073E-10  4.8316923214997546E-10
+  4.8316923214694333E-10  4.8316923214385350E-10  4.8316923214070453E-10
+  4.8316923213749600E-10  4.8316923213422584E-10  4.8316923213089354E-10
+  4.8316923212749776E-10  4.8316923212403725E-10  4.8316923212051098E-10
+  4.8316923211691740E-10  4.8316923211325557E-10  4.8316923210952395E-10
+  4.8316923210572120E-10  4.8316923210184627E-10  4.8316923209789752E-10
+  4.8316923209387380E-10  4.8316923208977336E-10  4.8316923208559507E-10
+  4.8316923208133736E-10  4.8316923207699859E-10  4.8316923207257731E-10
+  4.8316923206807218E-10  4.8316923206348143E-10  4.8316923205880351E-10
+  4.8316923205403678E-10  4.8316923204917927E-10  4.8316923204422983E-10
+  4.8316923203918599E-10  4.8316923203404672E-10  4.8316923202880994E-10
+  4.8316923202347370E-10  4.8316923201803643E-10  4.8316923201249577E-10
+  4.8316923200685006E-10  4.8316923200109722E-10  4.8316923199523530E-10
+  4.8316923198926234E-10  4.8316923198317594E-10  4.8316923197697446E-10
+  4.8316923197065532E-10  4.8316923196421634E-10  4.8316923195765545E-10
+  4.8316923195097018E-10  4.8316923194415835E-10  4.8316923193721737E-10
+  4.8316923193014508E-10  4.8316923192293889E-10  4.8316923191559611E-10
+  4.8316923190811447E-10  4.8316923190049117E-10  4.8316923189272353E-10
+  4.8316923188480897E-10  4.8316923187674447E-10  4.8316923186852747E-10
+  4.8316923186015516E-10  4.8316923185162424E-10  4.8316923184293222E-10
+  4.8316923183407571E-10  4.8316923182505168E-10  4.8316923181585705E-10
+  4.8316923180648871E-10  4.8316923179694326E-10  4.8316923178721716E-10
+  4.8316923177730744E-10  4.8316923176721035E-10  4.8316923175692260E-10
+  4.8316923174644057E-10  4.8316923173576022E-10  4.8316923172487835E-10
+  4.8316923171379082E-10  4.8316923170249402E-10  4.8316923169098380E-10
+  4.8316923167925634E-10  4.8316923166730751E-10  4.8316923165513286E-10
+  4.8316923164272856E-10  4.8316923163009007E-10  4.8316923161721294E-10
+  4.8316923160409292E-10  4.8316923159072548E-10  4.8316923157710574E-10
+  4.8316923156322896E-10  4.8316923154909037E-10  4.8316923153468533E-10
+  4.8316923152000825E-10  4.8316923150505469E-10  4.8316923148981895E-10
+  4.8316923147429598E-10  4.8316923145848018E-10  4.8316923144236650E-10
+  4.8316923142594882E-10  4.8316923140922168E-10  4.8316923139217928E-10
+  4.8316923137481562E-10  4.8316923135712471E-10  4.8316923133910075E-10
+  4.8316923132073683E-10  4.8316923130202683E-10  4.8316923128296476E-10
+  4.8316923126354328E-10  4.8316923124375599E-10  4.8316923122359604E-10
+  4.8316923120305632E-10  4.8316923118212989E-10  4.8316923116080931E-10
+  4.8316923113908724E-10  4.8316923111695623E-10  4.8316923109440853E-10
+  4.8316923107143638E-10  4.8316923104803161E-10  4.8316923102418648E-10
+  4.8316923099989239E-10  4.8316923097514097E-10  4.8316923094992396E-10
+  4.8316923092423225E-10  4.8316923089805705E-10  4.8316923087138936E-10
+  4.8316923084422010E-10  4.8316923081653943E-10  4.8316923078833815E-10
+  4.8316923075960635E-10  4.8316923073033398E-10  4.8316923070051112E-10
+  4.8316923067012732E-10  4.8316923063917226E-10  4.8316923060763476E-10
+  4.8316923057550438E-10  4.8316923054276963E-10  4.8316923050941957E-10
+  4.8316923047544241E-10  4.8316923044082665E-10  4.8316923040555981E-10
+  4.8316923036963019E-10  4.8316923033302517E-10  4.8316923029573204E-10
+  4.8316923025773798E-10  4.8316923021902986E-10  4.8316923017959433E-10
+  4.8316923013941755E-10  4.8316923009848607E-10  4.8316923005678520E-10
+  4.8316923001430100E-10  4.8316922997101826E-10  4.8316922992692260E-10
+  4.8316922988199853E-10  4.8316922983623042E-10  4.8316922978960245E-10
+  4.8316922974209882E-10  4.8316922969370286E-10  4.8316922964439772E-10
+  4.8316922959416677E-10  4.8316922954299241E-10  4.8316922949085697E-10
+  4.8316922943774247E-10  4.8316922938363069E-10  4.8316922932850293E-10
+  4.8316922927233974E-10  4.8316922921512231E-10  4.8316922915683059E-10
+  4.8316922909744439E-10  4.8316922903694358E-10  4.8316922897530663E-10
+  4.8316922891251297E-10  4.8316922884854037E-10  4.8316922878336722E-10
+  4.8316922871697078E-10  4.8316922864932809E-10  4.8316922858041598E-10
+  4.8316922851021047E-10  4.8316922843868758E-10  4.8316922836582237E-10
+  4.8316922829159005E-10  4.8316922821596475E-10  4.8316922813892043E-10
+  4.8316922806043070E-10  4.8316922798046798E-10  4.8316922789900527E-10
+  4.8316922781601424E-10  4.8316922773146646E-10  4.8316922764533234E-10
+  4.8316922755758265E-10  4.8316922746818676E-10  4.8316922737711407E-10
+  4.8316922728433325E-10  4.8316922718981215E-10  4.8316922709351809E-10
+  4.8316922699541840E-10  4.8316922689547864E-10  4.8316922679366491E-10
+  4.8316922668994174E-10  4.8316922658427334E-10  4.8316922647662364E-10
+  4.8316922636695521E-10  4.8316922625523041E-10  4.8316922614141077E-10
+  4.8316922602545742E-10  4.8316922590732961E-10  4.8316922578698724E-10
+  4.8316922566438884E-10  4.8316922553949181E-10  4.8316922541225344E-10
+  4.8316922528262979E-10  4.8316922515057640E-10  4.8316922501604747E-10
+  4.8316922487899688E-10  4.8316922473937758E-10  4.8316922459714108E-10
+  4.8316922445223868E-10  4.8316922430462044E-10  4.8316922415423559E-10
+  4.8316922400103234E-10  4.8316922384495773E-10  4.8316922368595810E-10
+  4.8316922352397898E-10  4.8316922335896440E-10  4.8316922319085752E-10
+  4.8316922301960063E-10  4.8316922284513459E-10  4.8316922266739954E-10
+  4.8316922248633404E-10  4.8316922230187608E-10  4.8316922211396204E-10
+  4.8316922192252722E-10  4.8316922172750564E-10  4.8316922152883030E-10
+  4.8316922132643295E-10  4.8316922112024402E-10  4.8316922091019205E-10
+  4.8316922069620529E-10  4.8316922047820969E-10  4.8316922025613062E-10
+  4.8316922002989166E-10  4.8316921979941463E-10  4.8316921956462055E-10
+  4.8316921932542867E-10  4.8316921908175635E-10  4.8316921883352028E-10
+  4.8316921858063452E-10  4.8316921832301242E-10  4.8316921806056518E-10
+  4.8316921779320293E-10  4.8316921752083335E-10  4.8316921724336274E-10
+  4.8316921696069569E-10  4.8316921667273551E-10  4.8316921637938242E-10
+  4.8316921608053571E-10  4.8316921577609292E-10  4.8316921546594930E-10
+  4.8316921514999816E-10  4.8316921482813050E-10  4.8316921450023631E-10
+  4.8316921416620217E-10  4.8316921382591381E-10  4.8316921347925369E-10
+  4.8316921312610299E-10  4.8316921276634022E-10  4.8316921239984182E-10
+  4.8316921202648155E-10  4.8316921164613108E-10  4.8316921125865983E-10
+  4.8316921086393441E-10  4.8316921046181948E-10  4.8316921005217658E-10
+  4.8316920963486469E-10  4.8316920920974079E-10  4.8316920877665839E-10
+  4.8316920833546889E-10  4.8316920788602051E-10  4.8316920742815878E-10
+  4.8316920696172642E-10  4.8316920648656306E-10  4.8316920600250555E-10
+  4.8316920550938751E-10  4.8316920500703907E-10  4.8316920449528807E-10
+  4.8316920397395863E-10  4.8316920344287145E-10  4.8316920290184394E-10
+  4.8316920235069040E-10  4.8316920178922129E-10  4.8316920121724368E-10
+  4.8316920063456142E-10  4.8316920004097382E-10  4.8316919943627698E-10
+  4.8316919882026348E-10  4.8316919819272136E-10  4.8316919755343513E-10
+  4.8316919690218529E-10  4.8316919623874787E-10  4.8316919556289509E-10
+  4.8316919487439483E-10  4.8316919417301029E-10  4.8316919345850088E-10
+  4.8316919273062092E-10  4.8316919198912040E-10  4.8316919123374465E-10
+  4.8316919046423424E-10  4.8316918968032479E-10  4.8316918888174705E-10
+  4.8316918806822681E-10  4.8316918723948448E-10  4.8316918639523541E-10
+  4.8316918553518987E-10  4.8316918465905227E-10  4.8316918376652170E-10
+  4.8316918285729170E-10  4.8316918193104979E-10  4.8316918098747836E-10
+  4.8316918002625271E-10  4.8316917904704333E-10  4.8316917804951356E-10
+  4.8316917703332094E-10  4.8316917599811619E-10  4.8316917494354455E-10
+  4.8316917386924322E-10  4.8316917277484366E-10  4.8316917165996974E-10
+  4.8316917052423887E-10  4.8316916936726103E-10  4.8316916818863909E-10
+  4.8316916698796792E-10  4.8316916576483549E-10  4.8316916451882201E-10
+  4.8316916324949929E-10  4.8316916195643195E-10  4.8316916063917567E-10
+  4.8316915929727810E-10  4.8316915793027869E-10  4.8316915653770834E-10
+  4.8316915511908863E-10  4.8316915367393255E-10  4.8316915220174379E-10
+  4.8316915070201737E-10  4.8316914917423814E-10  4.8316914761788148E-10
+  4.8316914603241344E-10  4.8316914441728943E-10  4.8316914277195491E-10
+  4.8316914109584556E-10  4.8316913938838534E-10  4.8316913764898860E-10
+  4.8316913587705802E-10  4.8316913407198542E-10  4.8316913223315113E-10
+  4.8316913035992381E-10  4.8316912845166084E-10  4.8316912650770678E-10
+  4.8316912452739452E-10  4.8316912251004432E-10  4.8316912045496382E-10
+  4.8316911836144713E-10  4.8316911622877658E-10  4.8316911405621927E-10
+  4.8316911184303002E-10  4.8316910958844897E-10  4.8316910729170259E-10
+  4.8316910495200216E-10  4.8316910256854482E-10  4.8316910014051278E-10
+  4.8316909766707235E-10  4.8316909514737484E-10  4.8316909258055523E-10
+  4.8316908996573267E-10  4.8316908730201020E-10  4.8316908458847284E-10
+  4.8316908182419002E-10  4.8316907900821276E-10  4.8316907613957469E-10
+  4.8316907321729117E-10  4.8316907024035944E-10  4.8316906720775826E-10
+  4.8316906411844629E-10  4.8316906097136383E-10  4.8316905776543066E-10
+  4.8316905449954666E-10  4.8316905117259129E-10  4.8316904778342242E-10
+  4.8316904433087756E-10  4.8316904081377166E-10  4.8316903723089788E-10
+  4.8316903358102660E-10  4.8316902986290559E-10  4.8316902607525911E-10
+  4.8316902221678715E-10  4.8316901828616581E-10  4.8316901428204647E-10
+  4.8316901020305499E-10  4.8316900604779217E-10  4.8316900181483177E-10
+  4.8316899750272145E-10  4.8316899310998171E-10  4.8316898863510530E-10
+  4.8316898407655699E-10  4.8316897943277227E-10  4.8316897470215809E-10
+  4.8316896988309121E-10  4.8316896497391821E-10  4.8316895997295493E-10
+  4.8316895487848520E-10  4.8316894968876096E-10  4.8316894440200213E-10
+  4.8316893901639471E-10  4.8316893353009065E-10  4.8316892794120783E-10
+  4.8316892224782862E-10  4.8316891644799995E-10  4.8316891053973184E-10
+  4.8316890452099747E-10  4.8316889838973159E-10  4.8316889214383079E-10
+  4.8316888578115235E-10  4.8316887929951324E-10  4.8316887269669010E-10
+  4.8316886597041718E-10  4.8316885911838748E-10  4.8316885213824983E-10
+  4.8316884502760997E-10  4.8316883778402843E-10  4.8316883040501984E-10
+  4.8316882288805304E-10  4.8316881523054929E-10  4.8316880742988198E-10
+  4.8316879948337445E-10  4.8316879138830115E-10  4.8316878314188461E-10
+  4.8316877474129618E-10  4.8316876618365428E-10  4.8316875746602293E-10
+  4.8316874858541177E-10  4.8316873953877419E-10  4.8316873032300723E-10
+  4.8316872093494920E-10  4.8316871137137978E-10  4.8316870162901848E-10
+  4.8316869170452317E-10  4.8316868159448949E-10  4.8316867129544949E-10
+  4.8316866080387027E-10  4.8316865011615299E-10  4.8316863922863147E-10
+  4.8316862813757110E-10  4.8316861683916736E-10  4.8316860532954481E-10
+  4.8316859360475522E-10  4.8316858166077702E-10  4.8316856949351342E-10
+  4.8316855709879035E-10  4.8316854447235682E-10  4.8316853160988162E-10
+  4.8316851850695277E-10  4.8316850515907578E-10  4.8316849156167284E-10
+  4.8316847771007925E-10  4.8316846359954423E-10  4.8316844922522781E-10
+  4.8316843458219971E-10  4.8316841966543738E-10  4.8316840446982440E-10
+  4.8316838899014850E-10  4.8316837322110053E-10  4.8316835715727195E-10
+  4.8316834079315231E-10  4.8316832412312990E-10  4.8316830714148633E-10
+  4.8316828984239731E-10  4.8316827221992957E-10  4.8316825426803892E-10
+  4.8316823598056812E-10  4.8316821735124456E-10  4.8316819837367921E-10
+  4.8316817904136277E-10  4.8316815934766507E-10  4.8316813928583137E-10
+  4.8316811884898097E-10  4.8316809803010443E-10  4.8316807682206176E-10
+  4.8316805521757850E-10  4.8316803320924582E-10  4.8316801078951486E-10
+  4.8316798795069636E-10  4.8316796468495764E-10  4.8316794098431921E-10
+  4.8316791684065265E-10  4.8316789224567729E-10  4.8316786719095794E-10
+  4.8316784166790216E-10  4.8316781566775622E-10  4.8316778918160299E-10
+  4.8316776220035890E-10  4.8316773471477059E-10  4.8316770671541171E-10
+  4.8316767819267954E-10  4.8316764913679182E-10  4.8316761953778434E-10
+  4.8316758938550553E-10  4.8316755866961480E-10  4.8316752737957801E-10
+  4.8316749550466403E-10  4.8316746303394179E-10  4.8316742995627536E-10
+  4.8316739626032058E-10  4.8316736193452174E-10  4.8316732696710692E-10
+  4.8316729134608437E-10  4.8316725505923758E-10  4.8316721809412285E-10
+  4.8316718043806291E-10  4.8316714207814392E-10  4.8316710300121113E-10
+  4.8316706319386297E-10  4.8316702264244828E-10  4.8316698133306038E-10
+  4.8316693925153267E-10  4.8316689638343416E-10  4.8316685271406358E-10
+  4.8316680822844523E-10  4.8316676291132362E-10  4.8316671674715780E-10
+  4.8316666972011687E-10  4.8316662181407371E-10  4.8316657301259977E-10
+  4.8316652329895976E-10  4.8316647265610547E-10  4.8316642106666974E-10
+  4.8316636851296155E-10  4.8316631497695849E-10  4.8316626044030202E-10
+  4.8316620488428999E-10  4.8316614828987099E-10  4.8316609063763740E-10
+  4.8316603190781897E-10  4.8316597208027594E-10  4.8316591113449225E-10
+  4.8316584904956825E-10  4.8316578580421398E-10  4.8316572137674158E-10
+  4.8316565574505706E-10  4.8316558888665470E-10  4.8316552077860763E-10
+  4.8316545139756000E-10  4.8316538071972074E-10  4.8316530872085306E-10
+  4.8316523537626726E-10  4.8316516066081292E-10  4.8316508454886874E-10
+  4.8316500701433552E-10  4.8316492803062560E-10  4.8316484757065461E-10
+  4.8316476560683205E-10  4.8316468211105165E-10  4.8316459705468222E-10
+  4.8316451040855717E-10  4.8316442214296477E-10  4.8316433222763841E-10
+  4.8316424063174563E-10  4.8316414732387736E-10  4.8316405227203815E-10
+  4.8316395544363449E-10  4.8316385680546326E-10  4.8316375632370145E-10
+  4.8316365396389338E-10  4.8316354969093990E-10  4.8316344346908592E-10
+  4.8316333526190759E-10  4.8316322503230089E-10  4.8316311274246822E-10
+  4.8316299835390535E-10  4.8316288182738903E-10  4.8316276312296251E-10
+  4.8316264219992240E-10  4.8316251901680472E-10  4.8316239353137043E-10
+  4.8316226570059155E-10  4.8316213548063538E-10  4.8316200282685038E-10
+  4.8316186769375073E-10  4.8316173003500005E-10  4.8316158980339640E-10
+  4.8316144695085547E-10  4.8316130142839494E-10  4.8316115318611595E-10
+  4.8316100217318816E-10  4.8316084833783099E-10  4.8316069162729586E-10
+  4.8316053198784901E-10  4.8316036936475166E-10  4.8316020370224306E-10
+  4.8316003494351945E-10  4.8315986303071647E-10  4.8315968790488714E-10
+  4.8315950950598417E-10  4.8315932777283712E-10  4.8315914264313292E-10
+  4.8315895405339406E-10  4.8315876193895641E-10  4.8315856623394754E-10
+  4.8315836687126367E-10  4.8315816378254773E-10  4.8315795689816465E-10
+  4.8315774614717802E-10  4.8315753145732605E-10  4.8315731275499640E-10
+  4.8315708996520069E-10  4.8315686301154994E-10  4.8315663181622692E-10
+  4.8315639629996064E-10  4.8315615638199831E-10  4.8315591198007837E-10
+  4.8315566301040185E-10  4.8315540938760359E-10  4.8315515102472377E-10
+  4.8315488783317640E-10  4.8315461972272113E-10  4.8315434660143071E-10
+  4.8315406837566012E-10  4.8315378495001393E-10  4.8315349622731444E-10
+  4.8315320210856788E-10  4.8315290249293059E-10  4.8315259727767409E-10
+  4.8315228635815030E-10  4.8315196962775582E-10  4.8315164697789485E-10
+  4.8315131829794201E-10  4.8315098347520491E-10  4.8315064239488535E-10
+  4.8315029494003933E-10  4.8314994099153817E-10  4.8314958042802670E-10
+  4.8314921312588144E-10  4.8314883895916953E-10  4.8314845779960444E-10
+  4.8314806951650261E-10  4.8314767397673779E-10  4.8314727104469631E-10
+  4.8314686058223052E-10  4.8314644244861074E-10  4.8314601650047778E-10
+  4.8314558259179373E-10  4.8314514057379089E-10  4.8314469029492241E-10
+  4.8314423160080921E-10  4.8314376433418740E-10  4.8314328833485350E-10
+  4.8314280343961201E-10  4.8314230948221668E-10  4.8314180629331470E-10
+  4.8314129370038875E-10  4.8314077152769864E-10  4.8314023959621890E-10
+  4.8313969772357895E-10  4.8313914572400127E-10  4.8313858340823593E-10
+  4.8313801058349700E-10  4.8313742705339600E-10  4.8313683261787453E-10
+  4.8313622707313628E-10  4.8313561021157619E-10  4.8313498182171033E-10
+  4.8313434168810302E-10  4.8313368959129250E-10  4.8313302530771646E-10
+  4.8313234860963511E-10  4.8313165926505356E-10  4.8313095703764061E-10
+  4.8313024168665084E-10  4.8312951296683863E-10  4.8312877062837713E-10
+  4.8312801441677068E-10  4.8312724407276817E-10  4.8312645933227480E-10
+  4.8312565992626012E-10  4.8312484558066803E-10  4.8312401601632051E-10
+  4.8312317094882387E-10  4.8312231008846969E-10  4.8312143314013709E-10
+  4.8312053980319037E-10  4.8311962977137668E-10  4.8311870273272111E-10
+  4.8311775836941901E-10  4.8311679635772813E-10  4.8311581636785693E-10
+  4.8311481806385212E-10  4.8311380110348310E-10  4.8311276513812511E-10
+  4.8311170981263942E-10  4.8311063476525187E-10  4.8310953962742887E-10
+  4.8310842402375091E-10  4.8310728757178466E-10  4.8310612988195112E-10
+  4.8310495055739260E-10  4.8310374919383626E-10  4.8310252537945669E-10
+  4.8310127869473363E-10  4.8310000871230877E-10  4.8309871499683984E-10
+  4.8309739710485009E-10  4.8309605458457834E-10  4.8309468697582214E-10
+  4.8309329380978194E-10  4.8309187460889940E-10  4.8309042888669367E-10
+  4.8308895614759619E-10  4.8308745588677894E-10  4.8308592758998312E-10
+  4.8308437073334284E-10  4.8308278478320397E-10  4.8308116919594435E-10
+  4.8307952341778444E-10  4.8307784688460030E-10  4.8307613902172867E-10
+  4.8307439924377104E-10  4.8307262695439264E-10  4.8307082154611844E-10
+  4.8306898240012563E-10  4.8306710888603072E-10  4.8306520036167458E-10
+  4.8306325617290179E-10  4.8306127565333731E-10  4.8305925812415806E-10
+  4.8305720289386027E-10  4.8305510925802273E-10  4.8305297649906646E-10
+  4.8305080388600761E-10  4.8304859067420848E-10  4.8304633610512179E-10
+  4.8304403940603110E-10  4.8304169978978698E-10  4.8303931645453648E-10
+  4.8303688858344950E-10  4.8303441534443858E-10  4.8303189588987501E-10
+  4.8302932935629689E-10  4.8302671486411602E-10  4.8302405151731498E-10
+  4.8302133840314068E-10  4.8301857459179341E-10  4.8301575913610672E-10
+  4.8301289107122435E-10  4.8300996941427024E-10  4.8300699316401155E-10
+  4.8300396130051605E-10  4.8300087278480428E-10  4.8299772655849232E-10
+  4.8299452154343080E-10  4.8299125664133604E-10  4.8298793073341389E-10
+  4.8298454267997707E-10  4.8298109132005558E-10  4.8297757547099940E-10
+  4.8297399392807345E-10  4.8297034546404690E-10  4.8296662882877152E-10
+  4.8296284274875580E-10  4.8295898592672868E-10  4.8295505704119560E-10
+  4.8295105474598743E-10  4.8294697766979929E-10  4.8294282441572248E-10
+  4.8293859356076605E-10  4.8293428365537104E-10  4.8292989322291428E-10
+  4.8292542075920381E-10  4.8292086473196551E-10  4.8291622358031732E-10
+  4.8291149571423777E-10  4.8290667951402181E-10  4.8290177332972713E-10
+  4.8289677548061010E-10  4.8289168425455190E-10  4.8288649790747334E-10
+  4.8288121466273895E-10  4.8287583271054951E-10  4.8287035020732498E-10
+  4.8286476527507339E-10  4.8285907600075013E-10  4.8285328043560373E-10
+  4.8284737659451154E-10  4.8284136245530090E-10  4.8283523595805840E-10
+  4.8282899500442733E-10  4.8282263745689056E-10  4.8281616113804114E-10
+  4.8280956382983860E-10  4.8280284327285204E-10  4.8279599716548871E-10
+  4.8278902316320920E-10  4.8278191887772646E-10  4.8277468187619105E-10
+  4.8276730968036096E-10  4.8275979976575727E-10  4.8275214956080057E-10
+  4.8274435644593559E-10  4.8273641775273722E-10  4.8272833076300107E-10
+  4.8272009270781487E-10  4.8271170076661569E-10  4.8270315206622828E-10
+  4.8269444367988443E-10  4.8268557262622703E-10  4.8267653586829211E-10
+  4.8266733031247538E-10  4.8265795280747678E-10  4.8264840014322745E-10
+  4.8263866904979692E-10  4.8262875619627662E-10  4.8261865818964850E-10
+  4.8260837157362760E-10  4.8259789282748539E-10  4.8258721836485160E-10
+  4.8257634453249288E-10  4.8256526760906933E-10  4.8255398380386822E-10
+  4.8254248925551387E-10  4.8253078003065392E-10  4.8251885212262140E-10
+  4.8250670145007161E-10  4.8249432385559375E-10  4.8248171510429854E-10
+  4.8246887088237705E-10  4.8245578679563462E-10  4.8244245836799854E-10
+  4.8242888103999499E-10  4.8241505016720117E-10  4.8240096101866759E-10
+  4.8238660877531073E-10  4.8237198852827688E-10  4.8235709527727524E-10
+  4.8234192392888052E-10  4.8232646929480435E-10  4.8231072609013449E-10
+  4.8229468893154208E-10  4.8227835233545565E-10  4.8226171071620101E-10
+  4.8224475838410773E-10  4.8222748954358033E-10  4.8220989829113378E-10
+  4.8219197861339362E-10  4.8217372438505827E-10  4.8215512936682450E-10
+  4.8213618720327519E-10  4.8211689142072725E-10  4.8209723542504087E-10
+  4.8207721249938736E-10  4.8205681580197887E-10  4.8203603836375223E-10
+  4.8201487308601385E-10  4.8199331273804007E-10  4.8197134995463334E-10
+  4.8194897723363422E-10  4.8192618693338690E-10  4.8190297127015957E-10
+  4.8187932231551693E-10  4.8185523199364432E-10  4.8183069207862356E-10
+  4.8180569419165849E-10  4.8178022979825029E-10  4.8175429020532081E-10
+  4.8172786655828415E-10  4.8170094983806305E-10  4.8167353085805333E-10
+  4.8164560026103135E-10  4.8161714851600516E-10  4.8158816591500877E-10
+  4.8155864256983869E-10  4.8152856840873015E-10  4.8149793317297231E-10
+  4.8146672641346429E-10  4.8143493748720577E-10  4.8140255555372661E-10
+  4.8136956957144963E-10  4.8133596829398843E-10  4.8130174026637840E-10
+  4.8126687382123782E-10  4.8123135707486277E-10  4.8119517792324746E-10
+  4.8115832403803538E-10  4.8112078286239663E-10  4.8108254160683019E-10
+  4.8104358724489153E-10  4.8100390650884280E-10  4.8096348588522385E-10
+  4.8092231161034455E-10  4.8088036966569660E-10  4.8083764577328061E-10
+  4.8079412539085196E-10  4.8074979370707910E-10  4.8070463563661751E-10
+  4.8065863581509208E-10  4.8061177859399285E-10  4.8056404803547830E-10
+  4.8051542790708480E-10  4.8046590167634348E-10  4.8041545250529948E-10
+  4.8036406324493460E-10  4.8031171642948996E-10  4.8025839427068854E-10
+  4.8020407865185373E-10  4.8014875112192549E-10  4.8009239288936839E-10
+  4.8003498481597250E-10  4.7997650741054583E-10  4.7991694082249324E-10
+  4.7985626483528357E-10  4.7979445885980067E-10  4.7973150192757817E-10
+  4.7966737268391429E-10  4.7960204938086680E-10  4.7953550987012389E-10
+  4.7946773159575178E-10  4.7939869158681311E-10  4.7932836644985798E-10
+  4.7925673236128536E-10  4.7918376505956622E-10  4.7910943983733814E-10
+  4.7903373153335744E-10  4.7895661452431323E-10  4.7887806271650171E-10
+  4.7879804953735213E-10  4.7871654792681098E-10  4.7863353032857458E-10
+  4.7854896868117232E-10  4.7846283440889667E-10  4.7837509841257572E-10
+  4.7828573106019141E-10  4.7819470217733420E-10  4.7810198103749559E-10
+  4.7800753635219749E-10  4.7791133626095186E-10  4.7781334832104996E-10
+  4.7771353949718084E-10  4.7761187615087246E-10  4.7750832402975687E-10
+  4.7740284825665389E-10  4.7729541331847131E-10  4.7718598305492086E-10
+  4.7707452064704473E-10  4.7696098860555241E-10  4.7684534875896235E-10
+  4.7672756224154785E-10  4.7660758948108498E-10  4.7648539018639741E-10
+  4.7636092333469650E-10  4.7623414715871648E-10  4.7610501913363560E-10
+  4.7597349596378920E-10  4.7583953356916250E-10  4.7570308707166869E-10
+  4.7556411078120423E-10  4.7542255818147902E-10  4.7527838191562277E-10
+  4.7513153377155863E-10  4.7498196466714657E-10  4.7482962463509019E-10
+  4.7467446280760671E-10  4.7451642740085453E-10  4.7435546569911978E-10
+  4.7419152403875302E-10  4.7402454779186047E-10  4.7385448134974077E-10
+  4.7368126810606880E-10  4.7350485043982089E-10  4.7332516969794213E-10
+  4.7314216617774907E-10  4.7295577910906931E-10  4.7276594663611129E-10
+  4.7257260579906627E-10  4.7237569251543661E-10  4.7217514156108863E-10
+  4.7197088655102909E-10  4.7176285991990147E-10  4.7155099290220056E-10
+  4.7133521551220319E-10  4.7111545652361307E-10  4.7089164344891703E-10
+  4.7066370251845172E-10  4.7043155865917902E-10  4.7019513547316637E-10
+  4.6995435521577480E-10  4.6970913877354718E-10  4.6945940564180229E-10
+  4.6920507390192607E-10  4.6894606019836530E-10  4.6868227971531990E-10
+  4.6841364615313242E-10  4.6814007170437629E-10  4.6786146702963982E-10
+  4.6757774123300888E-10  4.6728880183724494E-10  4.6699455475866187E-10
+  4.6669490428169848E-10  4.6638975303319024E-10  4.6607900195634005E-10
+  4.6576255028439001E-10  4.6544029551399227E-10  4.6511213337828703E-10
+  4.6477795781968238E-10  4.6443766096234489E-10  4.6409113308439863E-10
+  4.6373826258983916E-10  4.6337893598016417E-10  4.6301303782572457E-10
+  4.6264045073680116E-10  4.6226105533441109E-10  4.6187473022084963E-10
+  4.6148135194997180E-10  4.6108079499722109E-10  4.6067293172941261E-10
+  4.6025763237427457E-10  4.5983476498976062E-10  4.5940419543313804E-10
+  4.5896578732986169E-10  4.5851940204224322E-10  4.5806489863792752E-10
+  4.5760213385818630E-10  4.5713096208603829E-10  4.5665123531421504E-10
+  4.5616280311297902E-10  4.5566551259781334E-10  4.5515920839699563E-10
+  4.5464373261907381E-10  4.5411892482026042E-10  4.5358462197176413E-10
+  4.5304065842707756E-10  4.5248686588924289E-10  4.5192307337811541E-10
+  4.5134910719764977E-10  4.5076479090323148E-10  4.5016994526908146E-10
+  4.4956438825575915E-10  4.4894793497779236E-10  4.4832039767146583E-10
+  4.4768158566279902E-10  4.4703130533574566E-10  4.4636936010065239E-10
+  4.4569555036301168E-10  4.4500967349254894E-10  4.4431152379268338E-10
+  4.4360089247040652E-10  4.4287756760662544E-10  4.4214133412701218E-10
+  4.4139197377341587E-10  4.4062926507588580E-10  4.3985298332535987E-10
+  4.3906290054707826E-10  4.3825878547477971E-10  4.3744040352574586E-10
+  4.3660751677675640E-10  4.3575988394102886E-10  4.3489726034620953E-10
+  4.3401939791349665E-10  4.3312604513797113E-10  4.3221694707022103E-10
+  4.3129184529934324E-10  4.3035047793741587E-10  4.2939257960553444E-10
+  4.2841788142151254E-10  4.2742611098934972E-10  4.2641699239057404E-10
+  4.2539024617757558E-10  4.2434558936904554E-10  4.2328273544764776E-10
+  4.2220139436004920E-10  4.2110127251944495E-10  4.1998207281072105E-10
+  4.1884349459839614E-10  4.1768523373750262E-10  4.1650698258755975E-10
+  4.1530843002981378E-10  4.1408926148791085E-10  4.1284915895219171E-10
+  4.1158780100779260E-10  4.1030486286675464E-10  4.0900001640434175E-10
+  4.0767293019978927E-10  4.0632326958170183E-10  4.0495069667833739E-10
+  4.0355487047301817E-10  4.0213544686492625E-10  4.0069207873554468E-10
+  3.9922441602102141E-10  3.9773210579074382E-10  3.9621479233242248E-10
+  3.9467211724399573E-10  3.9310371953267986E-10  3.9150923572150573E-10
+  3.8988829996368880E-10  3.8824054416520580E-10  3.8656559811595541E-10
+  3.8486308962990416E-10  3.8313264469462973E-10  3.8137388763069340E-10
+  3.7958644126129181E-10  3.7776992709265570E-10  3.7592396550567951E-10
+  3.7404817595929134E-10  3.7214217720609037E-10  3.7020558752079707E-10
+  3.6823802494209157E-10  3.6623910752843053E-10  3.6420845362846410E-10
+  3.6214568216669221E-10  3.6005041294503334E-10  3.5792226696099915E-10
+  3.5576086674320078E-10  3.5356583670493867E-10  3.5133680351666305E-10
+  3.4907339649811388E-10  3.4677524803099602E-10  3.4444199399306445E-10
+  3.4207327421454119E-10  3.3966873295781507E-10  3.3722801942141715E-10
+  3.3475078826930304E-10  3.3223670018651451E-10  3.2968542246233480E-10
+  3.2709662960209683E-10  3.2447000396885173E-10  3.2180523645614737E-10
+  3.1910202719322316E-10  3.1636008628397182E-10  3.1357913458108026E-10
+  3.1075890449680846E-10  3.0789914085193165E-10  3.0499960176442397E-10
+  3.0206005957952951E-10  2.9908030184292651E-10  2.9606013231876300E-10
+  2.9299937205440630E-10  2.8989786049382603E-10  2.8675545664160276E-10
+  2.8357204027963308E-10  2.8034751323868356E-10  2.7708180072703080E-10
+  2.7377485271851003E-10  2.7042664540238802E-10  2.6703718269756982E-10
+  2.6360649783374498E-10  2.6013465500218408E-10  2.5662175107899784E-10
+  2.5306791742378540E-10  2.4947332175670691E-10  2.4583817011713960E-10
+  2.4216270890719416E-10  2.3844722702349878E-10  2.3469205808078978E-10
+  2.3089758273098471E-10  2.2706423108155697E-10  2.2319248521717897E-10
+  2.1928288182875450E-10  2.1533601495412093E-10  2.1135253883486740E-10
+  2.0733317089388725E-10  2.0327869483846183E-10  1.9918996389385866E-10
+  1.9506790417261689E-10  1.9091351818489898E-10  1.8672788849548670E-10
+  1.8251218153322286E-10  1.7826765155891967E-10  1.7399564479798637E-10
+  1.6969760374427265E-10  1.6537507164187368E-10  1.6102969715189930E-10
+  1.5666323921148648E-10  1.5227757209260515E-10  1.4787469066850773E-10
+  1.4345671589596540E-10  1.3902590052175513E-10  1.3458463502218122E-10
+  1.3013545378475502E-10  1.2568104154150676E-10  1.2122424006376726E-10
+  1.1676805512863273E-10  1.1231566376772202E-10  1.0787042180923779E-10
+  1.0343587172476895E-10  9.9015750792708171E-11  9.4613999590614038E-11
+  9.0234770829319503E-11  8.5882438542078523E-11  8.1561607642552431E-11
+  7.7277123865964142E-11  7.3034084108298606E-11  6.8837847178996362E-11
+  6.4694044983175703E-11  6.0608594150037936E-11  5.6587708124738588E-11
+  5.2637909741674500E-11  4.8766044297821973E-11  4.4979293145467829E-11
+  4.1285187824420266E-11  3.7691624754550150E-11  3.4206880510308076E-11
+  3.0839627699692620E-11  2.7598951470999192E-11  2.4494366671570043E-11
+  2.1535835683690245E-11  1.8733786963733411E-11  1.6099134311653652E-11
+  1.3643296898958275E-11  1.1378220084362269E-11  9.3163970474406184E-12
+  7.4708912717527969E-12  5.8553599101039867E-12  4.4840780658636178E-12
+  3.3719640255398622E-12  2.5201601413599613E-12  1.8786844195546999E-12
+  1.3968500499582065E-12  1.0358710020751030E-12  7.6614518709304488E-13
+===== Dij0 =====
+ -1.2025361730512829E-01
+  4.7769276695478147E-02  2.8451688204138070E-02
+  0.0000000000000000E+00  0.0000000000000000E+00  1.3965160693803824E-01
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00  1.3965160693803824E-01
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00  1.3965160693803824E-01
+  0.0000000000000000E+00  0.0000000000000000E+00 -1.1494311599139655E+00  0.0000000000000000E+00  0.0000000000000000E+00  1.4472612464028041E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00 -1.1494311599139655E+00  0.0000000000000000E+00  0.0000000000000000E+00  1.4472612464028041E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00 -1.1494311599139655E+00  0.0000000000000000E+00  0.0000000000000000E+00  1.4472612464028041E+00
+===== Rhoij0 =====
+  2.0000000000000000E+00
+  0.0000000000000000E+00  1.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  2.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00  2.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00  2.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00  0.0000000000000000E+00
+===== VHntZC (Vloc(r)) without compensation charge in XC =====
+ 3  2  : radial mesh index, Vloc format (0=Vbare, 1=VH(tnzc) with hat in XC, 2=VH(tnzc) w/o hat in XC)
+ -1.5756369913788085E+01 -1.5756369913788042E+01 -1.5756369913788008E+01
+ -1.5756369913787983E+01 -1.5756369913787960E+01 -1.5756369913787942E+01
+ -1.5756369913787912E+01 -1.5756369913787891E+01 -1.5756369913787850E+01
+ -1.5756369913787802E+01 -1.5756369913787756E+01 -1.5756369913787704E+01
+ -1.5756369913787635E+01 -1.5756369913787571E+01 -1.5756369913787498E+01
+ -1.5756369913787417E+01 -1.5756369913787324E+01 -1.5756369913787232E+01
+ -1.5756369913787131E+01 -1.5756369913787022E+01 -1.5756369913786903E+01
+ -1.5756369913786779E+01 -1.5756369913786644E+01 -1.5756369913786505E+01
+ -1.5756369913786362E+01 -1.5756369913786203E+01 -1.5756369913786044E+01
+ -1.5756369913785869E+01 -1.5756369913785687E+01 -1.5756369913785500E+01
+ -1.5756369913785301E+01 -1.5756369913785093E+01 -1.5756369913784877E+01
+ -1.5756369913784649E+01 -1.5756369913784416E+01 -1.5756369913784168E+01
+ -1.5756369913783907E+01 -1.5756369913783642E+01 -1.5756369913783359E+01
+ -1.5756369913783068E+01 -1.5756369913782764E+01 -1.5756369913782445E+01
+ -1.5756369913782121E+01 -1.5756369913781779E+01 -1.5756369913781427E+01
+ -1.5756369913781063E+01 -1.5756369913780683E+01 -1.5756369913780288E+01
+ -1.5756369913779883E+01 -1.5756369913779466E+01 -1.5756369913779025E+01
+ -1.5756369913778574E+01 -1.5756369913778112E+01 -1.5756369913777625E+01
+ -1.5756369913777126E+01 -1.5756369913776615E+01 -1.5756369913776078E+01
+ -1.5756369913775533E+01 -1.5756369913774964E+01 -1.5756369913774384E+01
+ -1.5756369913773781E+01 -1.5756369913773160E+01 -1.5756369913772520E+01
+ -1.5756369913771861E+01 -1.5756369913771188E+01 -1.5756369913770490E+01
+ -1.5756369913769770E+01 -1.5756369913769031E+01 -1.5756369913768271E+01
+ -1.5756369913767491E+01 -1.5756369913766683E+01 -1.5756369913765857E+01
+ -1.5756369913765001E+01 -1.5756369913764123E+01 -1.5756369913763224E+01
+ -1.5756369913762297E+01 -1.5756369913761347E+01 -1.5756369913760370E+01
+ -1.5756369913759364E+01 -1.5756369913758334E+01 -1.5756369913757277E+01
+ -1.5756369913756188E+01 -1.5756369913755076E+01 -1.5756369913753927E+01
+ -1.5756369913752753E+01 -1.5756369913751547E+01 -1.5756369913750310E+01
+ -1.5756369913749042E+01 -1.5756369913747738E+01 -1.5756369913746401E+01
+ -1.5756369913745031E+01 -1.5756369913743631E+01 -1.5756369913742191E+01
+ -1.5756369913740713E+01 -1.5756369913739201E+01 -1.5756369913737649E+01
+ -1.5756369913736055E+01 -1.5756369913734423E+01 -1.5756369913732751E+01
+ -1.5756369913731035E+01 -1.5756369913729282E+01 -1.5756369913727486E+01
+ -1.5756369913725644E+01 -1.5756369913723761E+01 -1.5756369913721826E+01
+ -1.5756369913719848E+01 -1.5756369913717823E+01 -1.5756369913715750E+01
+ -1.5756369913713625E+01 -1.5756369913711453E+01 -1.5756369913709225E+01
+ -1.5756369913706944E+01 -1.5756369913704612E+01 -1.5756369913702224E+01
+ -1.5756369913699780E+01 -1.5756369913697279E+01 -1.5756369913694721E+01
+ -1.5756369913692103E+01 -1.5756369913689428E+01 -1.5756369913686685E+01
+ -1.5756369913683878E+01 -1.5756369913681009E+01 -1.5756369913678077E+01
+ -1.5756369913675067E+01 -1.5756369913671996E+01 -1.5756369913668852E+01
+ -1.5756369913665639E+01 -1.5756369913662352E+01 -1.5756369913658988E+01
+ -1.5756369913655549E+01 -1.5756369913652033E+01 -1.5756369913648440E+01
+ -1.5756369913644772E+01 -1.5756369913641013E+01 -1.5756369913637172E+01
+ -1.5756369913633245E+01 -1.5756369913629229E+01 -1.5756369913625127E+01
+ -1.5756369913620931E+01 -1.5756369913616645E+01 -1.5756369913612263E+01
+ -1.5756369913607783E+01 -1.5756369913603205E+01 -1.5756369913598522E+01
+ -1.5756369913593746E+01 -1.5756369913588857E+01 -1.5756369913583866E+01
+ -1.5756369913578768E+01 -1.5756369913573552E+01 -1.5756369913568234E+01
+ -1.5756369913562793E+01 -1.5756369913557233E+01 -1.5756369913551559E+01
+ -1.5756369913545758E+01 -1.5756369913539835E+01 -1.5756369913533787E+01
+ -1.5756369913527607E+01 -1.5756369913521292E+01 -1.5756369913514844E+01
+ -1.5756369913508253E+01 -1.5756369913501523E+01 -1.5756369913494654E+01
+ -1.5756369913487635E+01 -1.5756369913480468E+01 -1.5756369913473149E+01
+ -1.5756369913465672E+01 -1.5756369913458039E+01 -1.5756369913450243E+01
+ -1.5756369913442287E+01 -1.5756369913434156E+01 -1.5756369913425859E+01
+ -1.5756369913417384E+01 -1.5756369913408733E+01 -1.5756369913399901E+01
+ -1.5756369913390884E+01 -1.5756369913381674E+01 -1.5756369913372277E+01
+ -1.5756369913362676E+01 -1.5756369913352881E+01 -1.5756369913342880E+01
+ -1.5756369913332676E+01 -1.5756369913322256E+01 -1.5756369913311620E+01
+ -1.5756369913300762E+01 -1.5756369913289683E+01 -1.5756369913278373E+01
+ -1.5756369913266830E+01 -1.5756369913255048E+01 -1.5756369913243022E+01
+ -1.5756369913230751E+01 -1.5756369913218228E+01 -1.5756369913205443E+01
+ -1.5756369913192401E+01 -1.5756369913179087E+01 -1.5756369913165500E+01
+ -1.5756369913151639E+01 -1.5756369913137492E+01 -1.5756369913123057E+01
+ -1.5756369913108326E+01 -1.5756369913093303E+01 -1.5756369913077965E+01
+ -1.5756369913062315E+01 -1.5756369913046349E+01 -1.5756369913030058E+01
+ -1.5756369913013437E+01 -1.5756369912996478E+01 -1.5756369912979178E+01
+ -1.5756369912961523E+01 -1.5756369912943510E+01 -1.5756369912925138E+01
+ -1.5756369912906388E+01 -1.5756369912887269E+01 -1.5756369912867759E+01
+ -1.5756369912847857E+01 -1.5756369912827552E+01 -1.5756369912806838E+01
+ -1.5756369912785706E+01 -1.5756369912764152E+01 -1.5756369912742164E+01
+ -1.5756369912719734E+01 -1.5756369912696854E+01 -1.5756369912673515E+01
+ -1.5756369912649708E+01 -1.5756369912625424E+01 -1.5756369912600659E+01
+ -1.5756369912575392E+01 -1.5756369912549625E+01 -1.5756369912523342E+01
+ -1.5756369912496538E+01 -1.5756369912469195E+01 -1.5756369912441309E+01
+ -1.5756369912412868E+01 -1.5756369912383864E+01 -1.5756369912354277E+01
+ -1.5756369912324107E+01 -1.5756369912293334E+01 -1.5756369912261952E+01
+ -1.5756369912229946E+01 -1.5756369912197307E+01 -1.5756369912164025E+01
+ -1.5756369912130079E+01 -1.5756369912095465E+01 -1.5756369912060160E+01
+ -1.5756369912024166E+01 -1.5756369911987452E+01 -1.5756369911950017E+01
+ -1.5756369911911841E+01 -1.5756369911872914E+01 -1.5756369911833222E+01
+ -1.5756369911792740E+01 -1.5756369911751470E+01 -1.5756369911709383E+01
+ -1.5756369911666468E+01 -1.5756369911622709E+01 -1.5756369911783738E+01
+ -1.5756369911736149E+01 -1.5756369911889179E+01 -1.5756369911837789E+01
+ -1.5756369911982929E+01 -1.5756369911927752E+01 -1.5756369912065116E+01
+ -1.5756369912006170E+01 -1.5756369912135851E+01 -1.5756369912073142E+01
+ -1.5756369912195233E+01 -1.5756369912128759E+01 -1.5756369912243338E+01
+ -1.5756369912173097E+01 -1.5756369912280240E+01 -1.5756369912206219E+01
+ -1.5756369912305987E+01 -1.5756369912228173E+01 -1.5756369912320631E+01
+ -1.5756369912238998E+01 -1.5756369912324194E+01 -1.5756369912238716E+01
+ -1.5756369912316691E+01 -1.5756369912227330E+01 -1.5756369912136824E+01
+ -1.5756369912204832E+01 -1.5756369912110369E+01 -1.5756369912171211E+01
+ -1.5756369912072731E+01 -1.5756369912126416E+01 -1.5756369912023874E+01
+ -1.5756369912070415E+01 -1.5756369911963741E+01 -1.5756369912003134E+01
+ -1.5756369911892257E+01 -1.5756369911924496E+01 -1.5756369911809347E+01
+ -1.5756369911834415E+01 -1.5756369911855192E+01 -1.5756369911871683E+01
+ -1.5756369911883887E+01 -1.5756369911891815E+01 -1.5756369911895476E+01
+ -1.5756369911894865E+01 -1.5756369911889990E+01 -1.5756369911880842E+01
+ -1.5756369911867427E+01 -1.5756369911849735E+01 -1.5756369911827768E+01
+ -1.5756369911801521E+01 -1.5756369911770980E+01 -1.5756369911736144E+01
+ -1.5756369911697002E+01 -1.5756369911653538E+01 -1.5756369911605750E+01
+ -1.5756369911553618E+01 -1.5756369911614582E+01 -1.5756369911552573E+01
+ -1.5756369911601354E+01 -1.5756369911529442E+01 -1.5756369911453124E+01
+ -1.5756369911484219E+01 -1.5756369911397931E+01 -1.5756369911416845E+01
+ -1.5756369911320544E+01 -1.5756369911327271E+01 -1.5756369911327372E+01
+ -1.5756369911320851E+01 -1.5756369911307704E+01 -1.5756369911287932E+01
+ -1.5756369911261523E+01 -1.5756369911228475E+01 -1.5756369911188781E+01
+ -1.5756369911142432E+01 -1.5756369911089411E+01 -1.5756369911029704E+01
+ -1.5756369911059922E+01 -1.5756369910985864E+01 -1.5756369910905079E+01
+ -1.5756369910911383E+01 -1.5756369910816163E+01 -1.5756369910806193E+01
+ -1.5756369910787621E+01 -1.5756369910760446E+01 -1.5756369910724668E+01
+ -1.5756369910680267E+01 -1.5756369910627239E+01 -1.5756369910565571E+01
+ -1.5756369910581251E+01 -1.5756369910501411E+01 -1.5756369910412886E+01
+ -1.5756369910399192E+01 -1.5756369910292399E+01 -1.5756369910258799E+01
+ -1.5756369910214827E+01 -1.5756369910160474E+01 -1.5756369910095721E+01
+ -1.5756369910020558E+01 -1.5756369910013056E+01 -1.5756369909916256E+01
+ -1.5756369909808974E+01 -1.5756369909767061E+01 -1.5756369909713158E+01
+ -1.5756369909647251E+01 -1.5756369909569315E+01 -1.5756369909479332E+01
+ -1.5756369909377279E+01 -1.5756369909334756E+01 -1.5756369909278735E+01
+ -1.5756369909209196E+01 -1.5756369909126127E+01 -1.5756369909029495E+01
+ -1.5756369908919281E+01 -1.5756369908863078E+01 -1.5756369908791935E+01
+ -1.5756369908705832E+01 -1.5756369908670457E+01 -1.5756369908553735E+01
+ -1.5756369908486443E+01 -1.5756369908402847E+01 -1.5756369908302929E+01
+ -1.5756369908186654E+01 -1.5756369908053991E+01 -1.5756369907966365E+01
+ -1.5756369907861110E+01 -1.5756369907738184E+01 -1.5756369907597557E+01
+ -1.5756369907498351E+01 -1.5756369907438835E+01 -1.5756369907301229E+01
+ -1.5756369907202133E+01 -1.5756369907082929E+01 -1.5756369906943579E+01
+ -1.5756369906839913E+01 -1.5756369906714960E+01 -1.5756369906568684E+01
+ -1.5756369906455339E+01 -1.5756369906319545E+01 -1.5756369906161273E+01
+ -1.5756369906033241E+01 -1.5756369905881627E+01 -1.5756369905758170E+01
+ -1.5756369905610061E+01 -1.5756369905488052E+01 -1.5756369905340335E+01
+ -1.5756369905166869E+01 -1.5756369905016978E+01 -1.5756369904840296E+01
+ -1.5756369904685215E+01 -1.5756369904502318E+01 -1.5756369904339087E+01
+ -1.5756369904147022E+01 -1.5756369903972713E+01 -1.5756369903814774E+01
+ -1.5756369903626078E+01 -1.5756369903451890E+01 -1.5756369903290874E+01
+ -1.5756369903097214E+01 -1.5756369902914916E+01 -1.5756369902699015E+01
+ -1.5756369902492693E+01 -1.5756369902294646E+01 -1.5756369902103600E+01
+ -1.5756369901876251E+01 -1.5756369901654168E+01 -1.5756369901436099E+01
+ -1.5756369901179944E+01 -1.5756369900966572E+01 -1.5756369900753519E+01
+ -1.5756369900499870E+01 -1.5756369900284220E+01 -1.5756369900026325E+01
+ -1.5756369899764715E+01 -1.5756369899498212E+01 -1.5756369899263523E+01
+ -1.5756369898983376E+01 -1.5756369898694849E+01 -1.5756369898433633E+01
+ -1.5756369898161067E+01 -1.5756369897876036E+01 -1.5756369897577418E+01
+ -1.5756369897264113E+01 -1.5756369896970137E+01 -1.5756369896658608E+01
+ -1.5756369896328453E+01 -1.5756369896012718E+01 -1.5756369895675558E+01
+ -1.5756369895349410E+01 -1.5756369894999075E+01 -1.5756369894656391E+01
+ -1.5756369894319379E+01 -1.5756369893953819E+01 -1.5756369893558684E+01
+ -1.5756369893196281E+01 -1.5756369892832430E+01 -1.5756369892434156E+01
+ -1.5756369892031248E+01 -1.5756369891621834E+01 -1.5756369891204052E+01
+ -1.5756369890776069E+01 -1.5756369890336051E+01 -1.5756369889911555E+01
+ -1.5756369889470848E+01 -1.5756369889012150E+01 -1.5756369888562237E+01
+ -1.5756369888090255E+01 -1.5756369887622482E+01 -1.5756369887128617E+01
+ -1.5756369886606940E+01 -1.5756369886110221E+01 -1.5756369885608235E+01
+ -1.5756369885071788E+01 -1.5756369884552175E+01 -1.5756369883993752E+01
+ -1.5756369883420858E+01 -1.5756369882856857E+01 -1.5756369882273152E+01
+ -1.5756369881692658E+01 -1.5756369881087295E+01 -1.5756369880479570E+01
+ -1.5756369879866467E+01 -1.5756369879220678E+01 -1.5756369878588165E+01
+ -1.5756369877917535E+01 -1.5756369877230227E+01 -1.5756369876546790E+01
+ -1.5756369875840468E+01 -1.5756369875131423E+01 -1.5756369874416190E+01
+ -1.5756369873668715E+01 -1.5756369872930980E+01 -1.5756369872154613E+01
+ -1.5756369871380802E+01 -1.5756369870583798E+01 -1.5756369869781855E+01
+ -1.5756369868949690E+01 -1.5756369868105196E+01 -1.5756369867244517E+01
+ -1.5756369866363835E+01 -1.5756369865479911E+01 -1.5756369864568036E+01
+ -1.5756369863644643E+01 -1.5756369862705467E+01 -1.5756369861746240E+01
+ -1.5756369860762758E+01 -1.5756369859770272E+01 -1.5756369858764076E+01
+ -1.5756369857720419E+01 -1.5756369856673013E+01 -1.5756369855597990E+01
+ -1.5756369854490787E+01 -1.5756369853383626E+01 -1.5756369852252764E+01
+ -1.5756369851093211E+01 -1.5756369849900024E+01 -1.5756369848703704E+01
+ -1.5756369847480832E+01 -1.5756369846226065E+01 -1.5756369844968548E+01
+ -1.5756369843667931E+01 -1.5756369842335895E+01 -1.5756369841000261E+01
+ -1.5756369839637882E+01 -1.5756369838242708E+01 -1.5756369836825021E+01
+ -1.5756369835378393E+01 -1.5756369833912444E+01 -1.5756369832404564E+01
+ -1.5756369830879841E+01 -1.5756369829315618E+01 -1.5756369827720670E+01
+ -1.5756369826103215E+01 -1.5756369824455884E+01 -1.5756369822771319E+01
+ -1.5756369821057078E+01 -1.5756369819320193E+01 -1.5756369817538117E+01
+ -1.5756369815732141E+01 -1.5756369813893976E+01 -1.5756369812015375E+01
+ -1.5756369810102207E+01 -1.5756369808159842E+01 -1.5756369806179448E+01
+ -1.5756369804152236E+01 -1.5756369802083018E+01 -1.5756369799989525E+01
+ -1.5756369797862062E+01 -1.5756369795677813E+01 -1.5756369793453635E+01
+ -1.5756369791192533E+01 -1.5756369788897143E+01 -1.5756369786544321E+01
+ -1.5756369784149166E+01 -1.5756369781713435E+01 -1.5756369779226212E+01
+ -1.5756369776701034E+01 -1.5756369774126462E+01 -1.5756369771503092E+01
+ -1.5756369768831172E+01 -1.5756369766110566E+01 -1.5756369763340821E+01
+ -1.5756369760509562E+01 -1.5756369757627390E+01 -1.5756369754692788E+01
+ -1.5756369751703946E+01 -1.5756369748658699E+01 -1.5756369745554579E+01
+ -1.5756369742399700E+01 -1.5756369739179862E+01 -1.5756369735902361E+01
+ -1.5756369732563218E+01 -1.5756369729158116E+01 -1.5756369725692922E+01
+ -1.5756369722162461E+01 -1.5756369718561338E+01 -1.5756369714893962E+01
+ -1.5756369711164149E+01 -1.5756369707355159E+01 -1.5756369703479958E+01
+ -1.5756369699530973E+01 -1.5756369695510104E+01 -1.5756369691409031E+01
+ -1.5756369687228737E+01 -1.5756369682978983E+01 -1.5756369678640713E+01
+ -1.5756369674231875E+01 -1.5756369669741803E+01 -1.5756369665159571E+01
+ -1.5756369660492066E+01 -1.5756369655736366E+01 -1.5756369650897897E+01
+ -1.5756369645963746E+01 -1.5756369640938175E+01 -1.5756369635816016E+01
+ -1.5756369630600149E+01 -1.5756369625284229E+01 -1.5756369619869806E+01
+ -1.5756369614357631E+01 -1.5756369608739581E+01 -1.5756369603015139E+01
+ -1.5756369597191142E+01 -1.5756369591249502E+01 -1.5756369585195715E+01
+ -1.5756369579034216E+01 -1.5756369572760816E+01 -1.5756369566362922E+01
+ -1.5756369559850411E+01 -1.5756369553209311E+01 -1.5756369546447724E+01
+ -1.5756369539557740E+01 -1.5756369532538217E+01 -1.5756369525387070E+01
+ -1.5756369518101433E+01 -1.5756369510684625E+01 -1.5756369503124869E+01
+ -1.5756369495423705E+01 -1.5756369487581694E+01 -1.5756369479591427E+01
+ -1.5756369471451592E+01 -1.5756369463159764E+01 -1.5756369454712630E+01
+ -1.5756369446105799E+01 -1.5756369437334008E+01 -1.5756369428403913E+01
+ -1.5756369419308019E+01 -1.5756369410037813E+01 -1.5756369400596595E+01
+ -1.5756369390973717E+01 -1.5756369381176334E+01 -1.5756369371191566E+01
+ -1.5756369361017954E+01 -1.5756369350658673E+01 -1.5756369340103625E+01
+ -1.5756369329353396E+01 -1.5756369318395571E+01 -1.5756369307239817E+01
+ -1.5756369295871153E+01 -1.5756369284290605E+01 -1.5756369272492144E+01
+ -1.5756369260473882E+01 -1.5756369248227017E+01 -1.5756369235757809E+01
+ -1.5756369223054483E+01 -1.5756369210109295E+01 -1.5756369196923895E+01
+ -1.5756369183492728E+01 -1.5756369169808847E+01 -1.5756369155868802E+01
+ -1.5756369141667616E+01 -1.5756369127203557E+01 -1.5756369112468217E+01
+ -1.5756369097456382E+01 -1.5756369082161243E+01 -1.5756369066583913E+01
+ -1.5756369050708994E+01 -1.5756369034543495E+01 -1.5756369018073173E+01
+ -1.5756369001296136E+01 -1.5756368984203885E+01 -1.5756368966790459E+01
+ -1.5756368949048042E+01 -1.5756368930980249E+01 -1.5756368912570364E+01
+ -1.5756368893817564E+01 -1.5756368874714399E+01 -1.5756368855255362E+01
+ -1.5756368835432836E+01 -1.5756368815236691E+01 -1.5756368794663276E+01
+ -1.5756368773706185E+01 -1.5756368752352548E+01 -1.5756368730603558E+01
+ -1.5756368708445420E+01 -1.5756368685873957E+01 -1.5756368662882441E+01
+ -1.5756368639457147E+01 -1.5756368615593948E+01 -1.5756368591285494E+01
+ -1.5756368566521806E+01 -1.5756368541293631E+01 -1.5756368515596675E+01
+ -1.5756368489415621E+01 -1.5756368462747567E+01 -1.5756368435578533E+01
+ -1.5756368407902846E+01 -1.5756368379707490E+01 -1.5756368350983788E+01
+ -1.5756368321726470E+01 -1.5756368291919905E+01 -1.5756368261555339E+01
+ -1.5756368230624211E+01 -1.5756368199113908E+01 -1.5756368167015342E+01
+ -1.5756368134315240E+01 -1.5756368101003607E+01 -1.5756368067069449E+01
+ -1.5756368032498131E+01 -1.5756367997283700E+01 -1.5756367961406548E+01
+ -1.5756367924861925E+01 -1.5756367887634561E+01 -1.5756367849707603E+01
+ -1.5756367811072783E+01 -1.5756367771716668E+01 -1.5756367731624687E+01
+ -1.5756367690780161E+01 -1.5756367649171166E+01 -1.5756367606786283E+01
+ -1.5756367563606522E+01 -1.5756367519622069E+01 -1.5756367474812446E+01
+ -1.5756367429165945E+01 -1.5756367382665827E+01 -1.5756367335295026E+01
+ -1.5756367287037039E+01 -1.5756367237880186E+01 -1.5756367187801899E+01
+ -1.5756367136786906E+01 -1.5756367084817109E+01 -1.5756367031878368E+01
+ -1.5756366977948126E+01 -1.5756366923010088E+01 -1.5756366867042017E+01
+ -1.5756366810029968E+01 -1.5756366751951164E+01 -1.5756366692785550E+01
+ -1.5756366632514215E+01 -1.5756366571115382E+01 -1.5756366508570553E+01
+ -1.5756366444853064E+01 -1.5756366379944060E+01 -1.5756366313823353E+01
+ -1.5756366246465971E+01 -1.5756366177847712E+01 -1.5756366107946326E+01
+ -1.5756366036737399E+01 -1.5756365964195748E+01 -1.5756365890300385E+01
+ -1.5756365815022287E+01 -1.5756365738336127E+01 -1.5756365660217133E+01
+ -1.5756365580636920E+01 -1.5756365499569410E+01 -1.5756365416984437E+01
+ -1.5756365332855760E+01 -1.5756365247154580E+01 -1.5756365159849159E+01
+ -1.5756365070913041E+01 -1.5756364980312147E+01 -1.5756364888019020E+01
+ -1.5756364793998191E+01 -1.5756364698222011E+01 -1.5756364600652430E+01
+ -1.5756364501260382E+01 -1.5756364400009865E+01 -1.5756364296865257E+01
+ -1.5756364191793171E+01 -1.5756364084755964E+01 -1.5756363975717600E+01
+ -1.5756363864640832E+01 -1.5756363751487468E+01 -1.5756363636217356E+01
+ -1.5756363518792387E+01 -1.5756363399171658E+01 -1.5756363277313788E+01
+ -1.5756363153179100E+01 -1.5756363026723180E+01 -1.5756362897902454E+01
+ -1.5756362766671430E+01 -1.5756362632989521E+01 -1.5756362496806695E+01
+ -1.5756362358078524E+01 -1.5756362216757095E+01 -1.5756362072792443E+01
+ -1.5756361926135259E+01 -1.5756361776737940E+01 -1.5756361624546241E+01
+ -1.5756361469509763E+01 -1.5756361311573791E+01 -1.5756361150686233E+01
+ -1.5756360986789833E+01 -1.5756360819830272E+01 -1.5756360649748700E+01
+ -1.5756360476487957E+01 -1.5756360299986902E+01 -1.5756360120187718E+01
+ -1.5756359937024735E+01 -1.5756359750440016E+01 -1.5756359560365361E+01
+ -1.5756359366738840E+01 -1.5756359169491535E+01 -1.5756358968556516E+01
+ -1.5756358763864315E+01 -1.5756358555347292E+01 -1.5756358342930051E+01
+ -1.5756358126542889E+01 -1.5756357906109828E+01 -1.5756357681556295E+01
+ -1.5756357452804178E+01 -1.5756357219776380E+01 -1.5756356982390985E+01
+ -1.5756356740569192E+01 -1.5756356494226020E+01 -1.5756356243277850E+01
+ -1.5756355987637219E+01 -1.5756355727218619E+01 -1.5756355461930017E+01
+ -1.5756355191684213E+01 -1.5756354916384840E+01 -1.5756354635940680E+01
+ -1.5756354350251067E+01 -1.5756354059224110E+01 -1.5756353762753498E+01
+ -1.5756353460743988E+01 -1.5756353153085525E+01 -1.5756352839678975E+01
+ -1.5756352520411021E+01 -1.5756352195176824E+01 -1.5756351863861124E+01
+ -1.5756351526353550E+01 -1.5756351182534729E+01 -1.5756350832290810E+01
+ -1.5756350475497044E+01 -1.5756350112036731E+01 -1.5756349741779333E+01
+ -1.5756349364602643E+01 -1.5756348980373685E+01 -1.5756348588963926E+01
+ -1.5756348190234961E+01 -1.5756347784055768E+01 -1.5756347370281270E+01
+ -1.5756346948773679E+01 -1.5756346519384628E+01 -1.5756346081971685E+01
+ -1.5756345636378596E+01 -1.5756345182460075E+01 -1.5756344720052756E+01
+ -1.5756344249005350E+01 -1.5756343769149618E+01 -1.5756343280326707E+01
+ -1.5756342782363550E+01 -1.5756342275095363E+01 -1.5756341758341332E+01
+ -1.5756341231931136E+01 -1.5756340695678155E+01 -1.5756340149403963E+01
+ -1.5756339592915142E+01 -1.5756339026028140E+01 -1.5756338448540548E+01
+ -1.5756337860262080E+01 -1.5756337260983674E+01 -1.5756336650507142E+01
+ -1.5756336028615436E+01 -1.5756335395103257E+01 -1.5756334749745426E+01
+ -1.5756334092328320E+01 -1.5756333422618761E+01 -1.5756332740394718E+01
+ -1.5756332045413950E+01 -1.5756331337447621E+01 -1.5756330616242909E+01
+ -1.5756329881562344E+01 -1.5756329133144181E+01 -1.5756328370741464E+01
+ -1.5756327594082480E+01 -1.5756326802912206E+01 -1.5756325996947389E+01
+ -1.5756325175923720E+01 -1.5756324339547760E+01 -1.5756323487544162E+01
+ -1.5756322619609330E+01 -1.5756321735457250E+01 -1.5756320834772291E+01
+ -1.5756319917258805E+01 -1.5756318982588617E+01 -1.5756318030454866E+01
+ -1.5756317060517604E+01 -1.5756316072457215E+01 -1.5756315065922028E+01
+ -1.5756314040579362E+01 -1.5756312996064556E+01 -1.5756311932033835E+01
+ -1.5756310848107001E+01 -1.5756309743927970E+01 -1.5756308619101951E+01
+ -1.5756307473259769E+01 -1.5756306305992121E+01 -1.5756305116914620E+01
+ -1.5756303905603867E+01 -1.5756302671660201E+01 -1.5756301414644014E+01
+ -1.5756300134141096E+01 -1.5756298829695435E+01 -1.5756297500876991E+01
+ -1.5756296147212247E+01 -1.5756294768255286E+01 -1.5756293363514693E+01
+ -1.5756291932527146E+01 -1.5756290474783500E+01 -1.5756288989802599E+01
+ -1.5756287477055691E+01 -1.5756285936044364E+01 -1.5756284366219386E+01
+ -1.5756282767063533E+01 -1.5756281138006678E+01 -1.5756279478512598E+01
+ -1.5756277787989641E+01 -1.5756276065880771E+01 -1.5756274311572453E+01
+ -1.5756272524486254E+01 -1.5756270703985647E+01 -1.5756268849470777E+01
+ -1.5756266960280684E+01 -1.5756265035792783E+01 -1.5756263075321229E+01
+ -1.5756261078220732E+01 -1.5756259043779179E+01 -1.5756256971325904E+01
+ -1.5756254860122807E+01 -1.5756252709474097E+01 -1.5756250518613578E+01
+ -1.5756248286819060E+01 -1.5756246013295648E+01 -1.5756243697293982E+01
+ -1.5756241337988710E+01 -1.5756238934602566E+01 -1.5756236486279175E+01
+ -1.5756233992211753E+01 -1.5756231451511418E+01 -1.5756228863341319E+01
+ -1.5756226226779171E+01 -1.5756223540955679E+01 -1.5756220804914381E+01
+ -1.5756218017753469E+01 -1.5756215178479611E+01 -1.5756212286157963E+01
+ -1.5756209339757024E+01 -1.5756206338306706E+01 -1.5756203280736928E+01
+ -1.5756200166040626E+01 -1.5756196993107610E+01 -1.5756193760892426E+01
+ -1.5756190468243528E+01 -1.5756187114075809E+01 -1.5756183697194196E+01
+ -1.5756180216472732E+01 -1.5756176670671328E+01 -1.5756173058621215E+01
+ -1.5756169379035683E+01 -1.5756165630701920E+01 -1.5756161812284397E+01
+ -1.5756157922525334E+01 -1.5756153960038080E+01 -1.5756149923517492E+01
+ -1.5756145811524851E+01 -1.5756141622705561E+01 -1.5756137355566565E+01
+ -1.5756133008702468E+01 -1.5756128580563646E+01 -1.5756124069691626E+01
+ -1.5756119474478510E+01 -1.5756114793410546E+01 -1.5756110024819268E+01
+ -1.5756105167133937E+01 -1.5756100218623356E+01 -1.5756095177656693E+01
+ -1.5756090042438069E+01 -1.5756084811275224E+01 -1.5756079482304019E+01
+ -1.5756074053768755E+01 -1.5756068523734669E+01 -1.5756062890380029E+01
+ -1.5756057151697211E+01 -1.5756051305795113E+01 -1.5756045350590945E+01
+ -1.5756039284122240E+01 -1.5756033104227150E+01 -1.5756026808869668E+01
+ -1.5756020395806280E+01 -1.5756013862923844E+01 -1.5756007207894303E+01
+ -1.5756000428525107E+01 -1.5755993522400269E+01 -1.5755986487243948E+01
+ -1.5755979320549541E+01 -1.5755972019955252E+01 -1.5755964582859692E+01
+ -1.5755957006812190E+01 -1.5755949289113220E+01 -1.5755941427219335E+01
+ -1.5755933418329146E+01 -1.5755925259803732E+01 -1.5755916948735601E+01
+ -1.5755908482386127E+01 -1.5755899857738253E+01 -1.5755891071950161E+01
+ -1.5755882121891084E+01 -1.5755873004611459E+01 -1.5755863716862525E+01
+ -1.5755854255583730E+01 -1.5755844617403344E+01 -1.5755834799145648E+01
+ -1.5755824797311540E+01 -1.5755814608605281E+01 -1.5755804229395995E+01
+ -1.5755793656263414E+01 -1.5755782885439862E+01 -1.5755771913375600E+01
+ -1.5755760736160903E+01 -1.5755749350112424E+01 -1.5755737751172520E+01
+ -1.5755725935519004E+01 -1.5755713898941043E+01 -1.5755701637472320E+01
+ -1.5755689146743123E+01 -1.5755676422637032E+01 -1.5755663460619765E+01
+ -1.5755650256419596E+01 -1.5755636805330994E+01 -1.5755623102921099E+01
+ -1.5755609144306701E+01 -1.5755594924887873E+01 -1.5755580439596987E+01
+ -1.5755565683660162E+01 -1.5755550651818941E+01 -1.5755535339119220E+01
+ -1.5755519740103908E+01 -1.5755503849632101E+01 -1.5755487662040734E+01
+ -1.5755471171994643E+01 -1.5755454373617107E+01 -1.5755437261371918E+01
+ -1.5755419829160363E+01 -1.5755402071237055E+01 -1.5755383981273189E+01
+ -1.5755365553306877E+01 -1.5755346780770196E+01 -1.5755327657475974E+01
+ -1.5755308176608596E+01 -1.5755288331747488E+01 -1.5755268115819604E+01
+ -1.5755247522162071E+01 -1.5755226543434883E+01 -1.5755205172723574E+01
+ -1.5755183402411303E+01 -1.5755161225322279E+01 -1.5755138633552267E+01
+ -1.5755115619654783E+01 -1.5755092175427114E+01 -1.5755068293141433E+01
+ -1.5755043964285537E+01 -1.5755019180840103E+01 -1.5754993933971358E+01
+ -1.5754968215357243E+01 -1.5754942015830675E+01 -1.5754915326755155E+01
+ -1.5754888138617636E+01 -1.5754860442455659E+01 -1.5754832228397028E+01
+ -1.5754803487140798E+01 -1.5754774208442141E+01 -1.5754744382648850E+01
+ -1.5754713999129397E+01 -1.5754683047867163E+01 -1.5754651517829167E+01
+ -1.5754619398620614E+01 -1.5754586678791961E+01 -1.5754553347555966E+01
+ -1.5754519393030680E+01 -1.5754484804021539E+01 -1.5754449568197991E+01
+ -1.5754413673942706E+01 -1.5754377108459609E+01 -1.5754339859692681E+01
+ -1.5754301914362598E+01 -1.5754263259957922E+01 -1.5754223882698083E+01
+ -1.5754183769599040E+01 -1.5754142906359725E+01 -1.5754101279505988E+01
+ -1.5754058874196648E+01 -1.5754015676448299E+01 -1.5753971670859617E+01
+ -1.5753926842918887E+01 -1.5753881176643061E+01 -1.5753834656972488E+01
+ -1.5753787267320396E+01 -1.5753738992058048E+01 -1.5753689813972343E+01
+ -1.5753639716844186E+01 -1.5753588682810348E+01 -1.5753536695038839E+01
+ -1.5753483734991736E+01 -1.5753429785201172E+01 -1.5753374826428873E+01
+ -1.5753318840547099E+01 -1.5753261807590818E+01 -1.5753203708747209E+01
+ -1.5753144523297053E+01 -1.5753084231716686E+01 -1.5753022812504044E+01
+ -1.5752960245397741E+01 -1.5752896508083312E+01 -1.5752831579533559E+01
+ -1.5752765436590959E+01 -1.5752698057433568E+01 -1.5752629418028876E+01
+ -1.5752559495730068E+01 -1.5752488265596623E+01 -1.5752415704125369E+01
+ -1.5752341785433520E+01 -1.5752266485129379E+01 -1.5752189776351969E+01
+ -1.5752111633787347E+01 -1.5752032029559466E+01 -1.5751950937397131E+01
+ -1.5751868328370730E+01 -1.5751784175215709E+01 -1.5751698447908892E+01
+ -1.5751611118154626E+01 -1.5751522154794822E+01 -1.5751431528463749E+01
+ -1.5751339206825365E+01 -1.5751245159403187E+01 -1.5751149352638642E+01
+ -1.5751051754902369E+01 -1.5750952331366969E+01 -1.5750851049206473E+01
+ -1.5750747872276550E+01 -1.5750642766509237E+01 -1.5750535694393369E+01
+ -1.5750426620571748E+01 -1.5750315506114664E+01 -1.5750202314326872E+01
+ -1.5750087004806129E+01 -1.5749969539468347E+01 -1.5749849876383033E+01
+ -1.5749727976024435E+01 -1.5749603794875828E+01 -1.5749477291915134E+01
+ -1.5749348421979242E+01 -1.5749217142492645E+01 -1.5749083406583525E+01
+ -1.5748947170064080E+01 -1.5748808384288720E+01 -1.5748667003396172E+01
+ -1.5748522976899693E+01 -1.5748376257200803E+01 -1.5748226791901860E+01
+ -1.5748074531601096E+01 -1.5747919421917310E+01 -1.5747761411576827E+01
+ -1.5747600444139591E+01 -1.5747436466388837E+01 -1.5747269419747346E+01
+ -1.5747099248981284E+01 -1.5746925893295094E+01 -1.5746749295360940E+01
+ -1.5746569392080660E+01 -1.5746386123952703E+01 -1.5746199425488678E+01
+ -1.5746009234930504E+01 -1.5745815484308650E+01 -1.5745618109522372E+01
+ -1.5745417040026632E+01 -1.5745212209288804E+01 -1.5745003544090187E+01
+ -1.5744790975373522E+01 -1.5744574427144705E+01 -1.5744353827725320E+01
+ -1.5744129098240199E+01 -1.5743900164289814E+01 -1.5743666944008085E+01
+ -1.5743429360170376E+01 -1.5743187327805735E+01 -1.5742940766756412E+01
+ -1.5742689588828254E+01 -1.5742433710818203E+01 -1.5742173041185962E+01
+ -1.5741907493566659E+01 -1.5741636972946146E+01 -1.5741361389676769E+01
+ -1.5741080645137881E+01 -1.5740794646273358E+01 -1.5740503290718319E+01
+ -1.5740206481877513E+01 -1.5739904113498854E+01 -1.5739596085312170E+01
+ -1.5739282287029626E+01 -1.5738962614565253E+01 -1.5738636953441020E+01
+ -1.5738305195608744E+01 -1.5737967222239860E+01 -1.5737622921171768E+01
+ -1.5737272169058928E+01 -1.5736914849466130E+01 -1.5736550834357816E+01
+ -1.5736180002861916E+01 -1.5735802222073074E+01 -1.5735417366511724E+01
+ -1.5735025298216003E+01 -1.5734625886921229E+01 -1.5734218989415155E+01
+ -1.5733804470463610E+01 -1.5733382181402382E+01 -1.5732951981836159E+01
+ -1.5732513717439385E+01 -1.5732067242456376E+01 -1.5731612396682612E+01
+ -1.5731149028795036E+01 -1.5730676972484044E+01 -1.5730196070643983E+01
+ -1.5729706150625203E+01 -1.5729207049315708E+01 -1.5728698587481682E+01
+ -1.5728180595772127E+01 -1.5727652888115312E+01 -1.5727115288679467E+01
+ -1.5726567604291242E+01 -1.5726009652386550E+01 -1.5725441232416374E+01
+ -1.5724862154822956E+01 -1.5724272211396638E+01 -1.5723671205314092E+01
+ -1.5723058920408949E+01 -1.5722435152309563E+01 -1.5721799676584983E+01
+ -1.5721152281021270E+01 -1.5720492732602832E+01 -1.5719820810967640E+01
+ -1.5719136274182755E+01 -1.5718438893419943E+01 -1.5717728417483055E+01
+ -1.5717004608746684E+01 -1.5716267206391819E+01 -1.5715515963651724E+01
+ -1.5714750609710503E+01 -1.5713970888301946E+01 -1.5713176518224387E+01
+ -1.5712367233339497E+01 -1.5711542741655393E+01 -1.5710702766773961E+01
+ -1.5709847005492415E+01 -1.5708975170749413E+01 -1.5708086947693774E+01
+ -1.5707182038180928E+01 -1.5706260115256304E+01 -1.5705320869255129E+01
+ -1.5704363960645985E+01 -1.5703389067788951E+01 -1.5702395838083378E+01
+ -1.5701383937440594E+01 -1.5700352999678390E+01 -1.5699302677766315E+01
+ -1.5698232591407532E+01 -1.5697142380116535E+01 -1.5696031648927184E+01
+ -1.5694900023364335E+01 -1.5693747093215368E+01 -1.5692572469458945E+01
+ -1.5691375726035265E+01 -1.5690156458797073E+01 -1.5688914225212232E+01
+ -1.5687648605403734E+01 -1.5686359139716460E+01 -1.5685045391914672E+01
+ -1.5683706884542911E+01 -1.5682343164351527E+01 -1.5680953735379624E+01
+ -1.5679538126680884E+01 -1.5678095823054949E+01 -1.5676626335147567E+01
+ -1.5675129127754595E+01 -1.5673603692372568E+01 -1.5672049472997779E+01
+ -1.5670465941205013E+01 -1.5668852519362334E+01 -1.5667208658317584E+01
+ -1.5665533757947584E+01 -1.5663827247533927E+01 -1.5662088503563425E+01
+ -1.5660316932876444E+01 -1.5658511887633619E+01 -1.5656672751321924E+01
+ -1.5654798850800690E+01 -1.5652889545252272E+01 -1.5650944135218957E+01
+ -1.5648961954586726E+01 -1.5646942276522546E+01 -1.5644884408581669E+01
+ -1.5642787595453269E+01 -1.5640651117283069E+01 -1.5638474189133778E+01
+ -1.5636256062616429E+01 -1.5633995921970305E+01 -1.5631692989098031E+01
+ -1.5629346416168278E+01 -1.5626955394150864E+01 -1.5624519041844131E+01
+ -1.5622036518007734E+01 -1.5619506906715223E+01 -1.5616929333183339E+01
+ -1.5614302845349307E+01 -1.5611626533496404E+01 -1.5608899407954393E+01
+ -1.5606120522622115E+01 -1.5603288848688655E+01 -1.5600403402154301E+01
+ -1.5597463113469473E+01 -1.5594466959156010E+01 -1.5591413827260126E+01
+ -1.5588302653176399E+01 -1.5585132280811049E+01 -1.5581901602710749E+01
+ -1.5578609416832590E+01 -1.5575254571079851E+01 -1.5571835815574978E+01
+ -1.5568351951704111E+01 -1.5564801679790119E+01 -1.5561183752746716E+01
+ -1.5557496819049550E+01 -1.5553739581099613E+01 -1.5549910633391629E+01
+ -1.5546008625685046E+01 -1.5542032096270512E+01 -1.5537979640044830E+01
+ -1.5533849736778507E+01 -1.5529640924188588E+01 -1.5525351621112849E+01
+ -1.5520980305671644E+01 -1.5516525333257293E+01 -1.5511985119872705E+01
+ -1.5507357954848194E+01 -1.5502642189440699E+01 -1.5497836044194496E+01
+ -1.5492937802880100E+01 -1.5487945614420424E+01 -1.5482857692243273E+01
+ -1.5477672110699841E+01 -1.5472387009898830E+01 -1.5467000386550689E+01
+ -1.5461510304344463E+01 -1.5455914679158465E+01 -1.5450211495033356E+01
+ -1.5444398583697968E+01 -1.5438473846183658E+01 -1.5432435026623057E+01
+ -1.5426279939541201E+01 -1.5420006237895175E+01 -1.5413611646066903E+01
+ -1.5407093722122859E+01 -1.5400450096521785E+01 -1.5393678228585983E+01
+ -1.5386775650924422E+01 -1.5379739720120767E+01 -1.5372567866858178E+01
+ -1.5365257340844321E+01 -1.5357805466608637E+01 -1.5350209382700990E+01
+ -1.5342466303115286E+01 -1.5334573250816497E+01 -1.5326527324726021E+01
+ -1.5318325427651329E+01 -1.5309964538748458E+01 -1.5301441435949952E+01
+ -1.5292752973798024E+01 -1.5283895800489704E+01 -1.5274866640950556E+01
+ -1.5265662008641035E+01 -1.5256278493715284E+01 -1.5246712469759828E+01
+ -1.5236960386854367E+01 -1.5227018473443419E+01 -1.5216883034086361E+01
+ -1.5206550146694152E+01 -1.5196015964724170E+01 -1.5185276410048136E+01
+ -1.5174327479313082E+01 -1.5163164932743161E+01 -1.5151784604351539E+01
+ -1.5140182087017813E+01 -1.5128353046196668E+01 -1.5116292901654379E+01
+ -1.5103997144278509E+01 -1.5091461014901547E+01 -1.5078679823771619E+01
+ -1.5065648626938920E+01 -1.5052362547900385E+01 -1.5038816452074979E+01
+ -1.5025005270085575E+01 -1.5010923670902775E+01 -1.4996566386174411E+01
+ -1.4981927882674443E+01 -1.4967002687034945E+01 -1.4951785058196455E+01
+ -1.4936269311838839E+01 -1.4920449493592683E+01 -1.4904319702403910E+01
+ -1.4887873765332372E+01 -1.4871105559020600E+01 -1.4854008686975490E+01
+ -1.4836576798244298E+01 -1.4818803268148335E+01 -1.4800681513199100E+01
+ -1.4782204676329069E+01 -1.4763365937007988E+01 -1.4744158202095168E+01
+ -1.4724574410040344E+01 -1.4704607228564202E+01 -1.4684249351750202E+01
+ -1.4663493205845068E+01 -1.4642331237967841E+01 -1.4620755631409587E+01
+ -1.4598758584603797E+01 -1.4576332037394399E+01 -1.4553467938827851E+01
+ -1.4530157985950233E+01 -1.4506393878896384E+01 -1.4482167073870025E+01
+ -1.4457469023919499E+01 -1.4432290947848911E+01 -1.4406624054984160E+01
+ -1.4380459331857381E+01 -1.4353787749181393E+01 -1.4326600068243671E+01
+ -1.4298887028223016E+01 -1.4270639174321905E+01 -1.4241847023476733E+01
+ -1.4212500916347889E+01 -1.4182591159395413E+01 -1.4152107902933301E+01
+ -1.4121041257466862E+01 -1.4089381200100355E+01 -1.4057117662961900E+01
+ -1.4024240470330277E+01 -1.3990739396909207E+01 -1.3956604138108375E+01
+ -1.3921824335872778E+01 -1.3886389584613037E+01 -1.3850289422248794E+01
+ -1.3813513374332340E+01 -1.3776050907929511E+01 -1.3737891516516299E+01
+ -1.3699024634298359E+01 -1.3659439764480378E+01 -1.3619126351617988E+01
+ -1.3578073955861736E+01 -1.3536272080945359E+01 -1.3493710396987403E+01
+ -1.3450378521749657E+01 -1.3406266294536975E+01 -1.3361363508411735E+01
+ -1.3315660237663096E+01 -1.3269146518740426E+01 -1.3221812733663528E+01
+ -1.3173649237542861E+01 -1.3124646800168881E+01 -1.3074796178122501E+01
+ -1.3024088616610838E+01 -1.2972515364340655E+01 -1.2920068237455812E+01
+ -1.2866739075552713E+01 -1.2812520369317488E+01 -1.2757404656308815E+01
+ -1.2701385213586592E+01 -1.2644455392177099E+01 -1.2586609375625661E+01
+ -1.2527841452395000E+01 -1.2468146840858427E+01 -1.2407520899267457E+01
+ -1.2345960017225655E+01 -1.2283460763299086E+01 -1.2220020842470721E+01
+ -1.2155638181959338E+01 -1.2090311953547848E+01 -1.2024041598725017E+01
+ -1.1956827914105364E+01 -1.1888672017615338E+01 -1.1819576494476349E+01
+ -1.1749544306823358E+01 -1.1678579996905304E+01 -1.1606688543249728E+01
+ -1.1533876616846817E+01 -1.1460151387757506E+01 -1.1385521829090184E+01
+ -1.1309997478789583E+01 -1.1233589785192253E+01 -1.1156310829625204E+01
+ -1.1078174706242766E+01 -1.0999196212001783E+01 -1.0919392252345244E+01
+ -1.0838780506096986E+01 -1.0757380847376025E+01 -1.0675213993957284E+01
+ -1.0592302934586915E+01 -1.0508671570373096E+01 -1.0424346135441473E+01
+ -1.0339353841934329E+01 -1.0253724280714408E+01 -1.0167488081540913E+01
+ -1.0080678279320503E+01 -9.9933290019691547E+00 -9.9054767865456519E+00
+ -9.8171593081693960E+00 -9.7284166292825418E+00 -9.6392899837401611E+00
+ -9.5498229414649334E+00 -9.4600602624170573E+00 -9.3700489580668336E+00
+ -9.2798372303418866E+00 -9.1894754106895782E+00 -9.0990149992378910E+00
+ -9.0085094617984023E+00 -8.9180133843099103E+00 -8.8275831079968743E+00
+ -8.7372760136342578E+00 -8.6471509752864648E+00 -8.5572677879802530E+00
+ -8.4676874210747979E+00 -8.3784716015022891E+00 -8.2896828489414709E+00
+ -8.2013842248353601E+00 -8.1136391332537272E+00 -8.0265112433906403E+00
+ -7.9400640424190421E+00 -7.8543609360953628E+00 -7.7694645431681275E+00
+ -7.6854369750921112E+00 -7.6023388658182700E+00 -7.5202298275084276E+00
+ -7.4391672150076431E+00 -7.3592067499722651E+00 -7.2804010262537009E+00
+ -7.2028002902013268E+00 -7.1264507018660472E+00 -7.0513952546988907E+00
+ -6.9776718182711983E+00 -6.9053141765519728E+00 -6.8343498911629368E+00
+ -6.7648014344009466E+00 -6.6966839283954291E+00 -6.6300063477068107E+00
+ -6.5647692096978236E+00 -6.5009658227014393E+00 -6.4385800270939013E+00
+ -6.3775874696696340E+00 -6.3179535240158744E+00 -6.2596345810197773E+00
+ -6.2025763119583104E+00 -6.1467149803513603E+00 -6.0919762525337573E+00
+ -6.0382765589449718E+00 -5.9855227057921621E+00 -5.9336133462304748E+00
+ -5.8824396871239966E+00 -5.8318872519924065E+00 -5.7818379882378421E+00
+ -5.7321730742350452E+00 -5.6827764303795956E+00 -5.6335390662008749E+00
+ -5.5843643955741964E+00 -5.5351746693450758E+00 -5.4859186942401665E+00
+ -5.4365810291344552E+00 -5.3871928749412312E+00 -5.3378449029555197E+00
+ -5.2887023102558599E+00 -5.2399654532338706E+00 -5.1916777200874007E+00
+ -5.1438349720090129E+00 -5.0964331083316710E+00 -5.0494680661772522E+00
+ -5.0029358201083198E+00 -4.9568323817830864E+00 -4.9111537996135706E+00
+ -4.8658961584268932E+00 -4.8210555791297045E+00 -4.7766282183756923E+00
+ -4.7326102682361642E+00 -4.6889979558736661E+00 -4.6457875432185949E+00
+ -4.6029753266488100E+00 -4.5605576366721827E+00 -4.5185308376120785E+00
+ -4.4768913272957338E+00 -4.4356355367455125E+00 -4.3947599298729951E+00
+ -4.3542610031758917E+00 -4.3141352854377590E+00 -4.2743793374304682E+00
+ -4.2349897516194233E+00 -4.1959631518714948E+00 -4.1572961931656449E+00
+ -4.1189855613062205E+00 -4.0810279726388865E+00 -4.0434201737691708E+00
+ -4.0061589412836227E+00 -3.9692410814735144E+00 -3.9326634300611114E+00
+ -3.8964228519284516E+00 -3.8605162408486300E+00 -3.8249405192195591E+00
+ -3.7896926378001763E+00 -3.7547695754490968E+00 -3.7201683388656566E+00
+ -3.6858859623333582E+00 -3.6519195074656685E+00 -3.6182660629541679E+00
+ -3.5849227443190141E+00 -3.5518866936617104E+00 -3.5191550794201460E+00
+ -3.4867250961259026E+00 -3.4545939641637884E+00 -3.4227589295335958E+00
+ -3.3912172636140472E+00 -3.3599662629289235E+00 -3.3290032489153423E+00
+ -3.2983255676941727E+00 -3.2679305898425692E+00 -3.2378157101685985E+00
+ -3.2079783474879400E+00 -3.1784159444026554E+00 -3.1491259670819818E+00
+ -3.1201059050451563E+00 -3.0913532709462408E+00 -3.0628656003609223E+00
+ -3.0346404515752852E+00 -3.0066754053765283E+00 -2.9789680648456089E+00
+ -2.9515160551517998E+00 -2.9243170233491358E+00 -2.8973686381747430E+00
+ -2.8706685898490183E+00 -2.8442145898776565E+00 -2.8180043708554994E+00
+ -2.7920356862721913E+00 -2.7663063103196293E+00 -2.7408140377011811E+00
+ -2.7155566834426721E+00 -2.6905320827051011E+00 -2.6657380905990924E+00
+ -2.6411725820010510E+00 -2.6168334513710185E+00 -2.5927186125721993E+00
+ -2.5688259986921573E+00 -2.5451535618656584E+00 -2.5216992730991401E+00
+ -2.4984611220968085E+00 -2.4754371170883291E+00 -2.4526252846581098E+00
+ -2.4300236695761570E+00 -2.4076303346304897E+00 -2.3854433604610965E+00
+ -2.3634608453954247E+00 -2.3416809052853869E+00 -2.3201016733458659E+00
+ -2.2987212999947091E+00 -2.2775379526941983E+00 -2.2565498157939810E+00
+ -2.2357550903754486E+00 -2.2151519940975448E+00 -2.1947387610440026E+00
+ -2.1745136415719819E+00 -2.1544749021621081E+00 -2.1346208252698848E+00
+ -2.1149497091784846E+00 -2.0954598678528900E+00 -2.0761496307953813E+00
+ -2.0570173429023582E+00 -2.0380613643224721E+00 -2.0192800703160794E+00
+ -2.0006718511159809E+00 -1.9822351117894337E+00 -1.9639682721014697E+00
+ -1.9458697663794342E+00 -1.9279380433787963E+00 -1.9101715661501872E+00
+ -1.8925688119076671E+00 -1.8751282718982043E+00 -1.8578484512723592E+00
+ -1.8407278689561561E+00 -1.8237650575241402E+00 -1.8069585630736011E+00
+ -1.7903069450999585E+00 -1.7738087763732919E+00 -1.7574626428160125E+00
+ -1.7412671433816596E+00 -1.7252208899348147E+00 -1.7093225071321250E+00
+ -1.6935706323044164E+00 -1.6779639153399004E+00 -1.6625010185684526E+00
+ -1.6471806166469600E+00 -1.6320013964457234E+00 -1.6169620569359067E+00
+ -1.6020613090780245E+00 -1.5872978757114571E+00 -1.5726704914449825E+00
+ -1.5581779025483171E+00 -1.5438188668446595E+00 -1.5295921536042183E+00
+ -1.5154965434387271E+00 -1.5015308281969280E+00 -1.4876938108610189E+00
+ -1.4739843054440562E+00 -1.4604011368883019E+00 -1.4469431409645075E+00
+ -1.4336091641721269E+00 -1.4203980636404474E+00 -1.4073087070306329E+00
+ -1.3943399724386711E+00 -1.3814907482992103E+00 -1.3687599332902891E+00
+ -1.3561464362389386E+00 -1.3436491760276561E+00 -1.3312670815017429E+00
+ -1.3189990913774925E+00 -1.3068441541512275E+00 -1.2948012280091723E+00
+ -1.2828692807381599E+00 -1.2710472896371583E+00 -1.2593342414296134E+00
+ -1.2477291321766000E+00 -1.2362309671907725E+00 -1.2248387609511093E+00
+ -1.2135515370184426E+00 -1.2023683279517656E+00 -1.1912881752253122E+00
+ -1.1803101291464015E+00 -1.1694332487740371E+00 -1.1586566018382578E+00
+ -1.1479792646602327E+00 -1.1374003220730902E+00 -1.1269188673434780E+00
+ -1.1165340020938472E+00 -1.1062448362254462E+00 -1.0960504878420412E+00
+ -1.0859500831743114E+00 -1.0759427565049684E+00 -1.0660276500945514E+00
+ -1.0562039141079080E+00 -1.0464707065413559E+00 -1.0368271931505113E+00
+ -1.0272725473787867E+00 -1.0178059502865449E+00 -1.0084265904809062E+00
+ -9.9913366404620385E-01 -9.8992637447507792E-01 -9.8080393260020704E-01
+ -9.7176555652666730E-01 -9.6281047156491473E-01 -9.5393791016438634E-01
+ -9.4514711184771161E-01 -9.3643732314553119E-01 -9.2780779753191689E-01
+ -9.1925779536038477E-01 -9.1078658380049982E-01 -9.0239343677506378E-01
+===== PSEUDO_VALENCE_DENSITY =====
+ 4  : radial mesh index
+  7.6082087276382970E-01  7.6082087276383015E-01  7.6082087276383026E-01
+  7.6082087276383048E-01  7.6082087276383081E-01  7.6082087276383148E-01
+  7.6082087276383215E-01  7.6082087276383326E-01  7.6082087276383426E-01
+  7.6082087276383548E-01  7.6082087276383670E-01  7.6082087276383814E-01
+  7.6082087276383970E-01  7.6082087276384192E-01  7.6082087276384380E-01
+  7.6082087276384569E-01  7.6082087276384780E-01  7.6082087276385069E-01
+  7.6082087276385368E-01  7.6082087276385657E-01  7.6082087276385946E-01
+  7.6082087276386268E-01  7.6082087276386634E-01  7.6082087276387023E-01
+  7.6082087276387400E-01  7.6082087276387822E-01  7.6082087276388266E-01
+  7.6082087276388732E-01  7.6082087276389265E-01  7.6082087276389754E-01
+  7.6082087276390331E-01  7.6082087276390897E-01  7.6082087276391486E-01
+  7.6082087276392119E-01  7.6082087276392740E-01  7.6082087276393451E-01
+  7.6082087276394161E-01  7.6082087276394927E-01  7.6082087276395693E-01
+  7.6082087276396504E-01  7.6082087276397337E-01  7.6082087276398236E-01
+  7.6082087276399113E-01  7.6082087276400090E-01  7.6082087276401067E-01
+  7.6082087276402088E-01  7.6082087276403121E-01  7.6082087276404209E-01
+  7.6082087276405364E-01  7.6082087276406563E-01  7.6082087276407762E-01
+  7.6082087276409005E-01  7.6082087276410337E-01  7.6082087276411692E-01
+  7.6082087276413068E-01  7.6082087276414512E-01  7.6082087276416011E-01
+  7.6082087276417509E-01  7.6082087276419086E-01  7.6082087276420751E-01
+  7.6082087276422428E-01  7.6082087276424171E-01  7.6082087276425969E-01
+  7.6082087276427801E-01  7.6082087276429700E-01  7.6082087276431665E-01
+  7.6082087276433708E-01  7.6082087276435806E-01  7.6082087276437926E-01
+  7.6082087276440136E-01  7.6082087276442423E-01  7.6082087276444743E-01
+  7.6082087276447152E-01  7.6082087276449661E-01  7.6082087276452204E-01
+  7.6082087276454791E-01  7.6082087276457500E-01  7.6082087276460275E-01
+  7.6082087276463128E-01  7.6082087276466071E-01  7.6082087276469046E-01
+  7.6082087276472099E-01  7.6082087276475285E-01  7.6082087276478561E-01
+  7.6082087276481902E-01  7.6082087276485333E-01  7.6082087276488863E-01
+  7.6082087276492494E-01  7.6082087276496191E-01  7.6082087276499999E-01
+  7.6082087276503918E-01  7.6082087276507915E-01  7.6082087276512045E-01
+  7.6082087276516275E-01  7.6082087276520594E-01  7.6082087276525012E-01
+  7.6082087276529553E-01  7.6082087276534227E-01  7.6082087276539057E-01
+  7.6082087276543953E-01  7.6082087276548982E-01  7.6082087276554122E-01
+  7.6082087276559396E-01  7.6082087276564803E-01  7.6082087276570343E-01
+  7.6082087276576038E-01  7.6082087276581845E-01  7.6082087276587806E-01
+  7.6082087276593924E-01  7.6082087276600174E-01  7.6082087276606558E-01
+  7.6082087276613153E-01  7.6082087276619847E-01  7.6082087276626698E-01
+  7.6082087276633770E-01  7.6082087276640975E-01  7.6082087276648347E-01
+  7.6082087276655919E-01  7.6082087276663624E-01  7.6082087276671517E-01
+  7.6082087276679633E-01  7.6082087276687904E-01  7.6082087276696397E-01
+  7.6082087276705068E-01  7.6082087276713917E-01  7.6082087276723021E-01
+  7.6082087276732291E-01  7.6082087276741805E-01  7.6082087276751509E-01
+  7.6082087276761456E-01  7.6082087276771615E-01  7.6082087276782029E-01
+  7.6082087276792643E-01  7.6082087276803523E-01  7.6082087276814625E-01
+  7.6082087276826005E-01  7.6082087276837662E-01  7.6082087276849530E-01
+  7.6082087276861687E-01  7.6082087276874133E-01  7.6082087276886812E-01
+  7.6082087276899801E-01  7.6082087276913080E-01  7.6082087276926669E-01
+  7.6082087276940513E-01  7.6082087276954680E-01  7.6082087276969157E-01
+  7.6082087276983978E-01  7.6082087276999089E-01  7.6082087277014543E-01
+  7.6082087277030386E-01  7.6082087277046484E-01  7.6082087277062971E-01
+  7.6082087277079846E-01  7.6082087277097066E-01  7.6082087277114652E-01
+  7.6082087277132626E-01  7.6082087277150967E-01  7.6082087277169741E-01
+  7.6082087277188926E-01  7.6082087277208488E-01  7.6082087277228494E-01
+  7.6082087277248900E-01  7.6082087277269739E-01  7.6082087277291077E-01
+  7.6082087277312827E-01  7.6082087277335031E-01  7.6082087277357735E-01
+  7.6082087277380928E-01  7.6082087277404575E-01  7.6082087277428745E-01
+  7.6082087277453436E-01  7.6082087277478627E-01  7.6082087277504373E-01
+  7.6082087277530663E-01  7.6082087277557497E-01  7.6082087277584898E-01
+  7.6082087277612842E-01  7.6082087277641419E-01  7.6082087277670563E-01
+  7.6082087277700328E-01  7.6082087277730737E-01  7.6082087277761712E-01
+  7.6082087277793431E-01  7.6082087277825772E-01  7.6082087277858723E-01
+  7.6082087277892418E-01  7.6082087277926791E-01  7.6082087277961907E-01
+  7.6082087277997701E-01  7.6082087278034272E-01  7.6082087278071586E-01
+  7.6082087278109678E-01  7.6082087278148558E-01  7.6082087278188204E-01
+  7.6082087278228705E-01  7.6082087278270016E-01  7.6082087278312205E-01
+  7.6082087278355226E-01  7.6082087278399146E-01  7.6082087278443933E-01
+  7.6082087278489674E-01  7.6082087278536337E-01  7.6082087278583954E-01
+  7.6082087278632526E-01  7.6082087278682098E-01  7.6082087278732669E-01
+  7.6082087278784283E-01  7.6082087278836963E-01  7.6082087278890698E-01
+  7.6082087278945520E-01  7.6082087279001465E-01  7.6082087279058508E-01
+  7.6082087279116717E-01  7.6082087279176125E-01  7.6082087279236732E-01
+  7.6082087279298516E-01  7.6082087279361599E-01  7.6082087279425925E-01
+  7.6082087279491539E-01  7.6082087279558508E-01  7.6082087279626809E-01
+  7.6082087279696464E-01  7.6082087279767519E-01  7.6082087279840016E-01
+  7.6082087279913979E-01  7.6082087279989419E-01  7.6082087280066357E-01
+  7.6082087280144817E-01  7.6082087280224853E-01  7.6082087280306476E-01
+  7.6082087280389776E-01  7.6082087280474697E-01  7.6082087280561317E-01
+  7.6082087280649680E-01  7.6082087280739807E-01  7.6082087280831723E-01
+  7.6082087280925415E-01  7.6082087281021038E-01  7.6082087281118527E-01
+  7.6082087281217958E-01  7.6082087281319344E-01  7.6082087281422783E-01
+  7.6082087281528221E-01  7.6082087281635757E-01  7.6082087281745447E-01
+  7.6082087281857258E-01  7.6082087281971322E-01  7.6082087282087629E-01
+  7.6082087282206246E-01  7.6082087282327171E-01  7.6082087282450539E-01
+  7.6082087282576272E-01  7.6082087282704525E-01  7.6082087282835287E-01
+  7.6082087282968636E-01  7.6082087283104594E-01  7.6082087283243260E-01
+  7.6082087283384592E-01  7.6082087283528732E-01  7.6082087283675681E-01
+  7.6082087283825528E-01  7.6082087283978339E-01  7.6082087284134126E-01
+  7.6082087284292965E-01  7.6082087284454913E-01  7.6082087284620037E-01
+  7.6082087284788369E-01  7.6082087284960032E-01  7.6082087285135036E-01
+  7.6082087285313427E-01  7.6082087285495315E-01  7.6082087285680777E-01
+  7.6082087285869859E-01  7.6082087286062638E-01  7.6082087286259115E-01
+  7.6082087286459499E-01  7.6082087286663747E-01  7.6082087286871969E-01
+  7.6082087287084232E-01  7.6082087287300670E-01  7.6082087287521283E-01
+  7.6082087287746214E-01  7.6082087287975486E-01  7.6082087288209255E-01
+  7.6082087288447520E-01  7.6082087288690414E-01  7.6082087288938038E-01
+  7.6082087289190470E-01  7.6082087289447808E-01  7.6082087289710087E-01
+  7.6082087289977507E-01  7.6082087290250078E-01  7.6082087290527922E-01
+  7.6082087290811140E-01  7.6082087291099865E-01  7.6082087291394174E-01
+  7.6082087291694156E-01  7.6082087291999956E-01  7.6082087292311640E-01
+  7.6082087292629363E-01  7.6082087292953215E-01  7.6082087293283318E-01
+  7.6082087293619816E-01  7.6082087293962786E-01  7.6082087294312373E-01
+  7.6082087294668699E-01  7.6082087295031908E-01  7.6082087295402101E-01
+  7.6082087295779433E-01  7.6082087296164069E-01  7.6082087296556045E-01
+  7.6082087296955614E-01  7.6082087297362821E-01  7.6082087297777934E-01
+  7.6082087298200984E-01  7.6082087298632184E-01  7.6082087299071643E-01
+  7.6082087299519574E-01  7.6082087299976109E-01  7.6082087300441426E-01
+  7.6082087300915713E-01  7.6082087301399004E-01  7.6082087301891665E-01
+  7.6082087302393753E-01  7.6082087302905421E-01  7.6082087303426960E-01
+  7.6082087303958468E-01  7.6082087304500190E-01  7.6082087305052259E-01
+  7.6082087305614954E-01  7.6082087306188362E-01  7.6082087306772817E-01
+  7.6082087307368429E-01  7.6082087307975421E-01  7.6082087308594060E-01
+  7.6082087309224544E-01  7.6082087309867030E-01  7.6082087310521873E-01
+  7.6082087311189206E-01  7.6082087311869306E-01  7.6082087312562385E-01
+  7.6082087313268720E-01  7.6082087313988545E-01  7.6082087314722124E-01
+  7.6082087315469704E-01  7.6082087316231584E-01  7.6082087317007985E-01
+  7.6082087317799219E-01  7.6082087318605507E-01  7.6082087319427183E-01
+  7.6082087320264569E-01  7.6082087321117886E-01  7.6082087321987479E-01
+  7.6082087322873693E-01  7.6082087323776748E-01  7.6082087324697034E-01
+  7.6082087325634817E-01  7.6082087326590508E-01  7.6082087327564385E-01
+  7.6082087328556802E-01  7.6082087329568104E-01  7.6082087330598680E-01
+  7.6082087331648873E-01  7.6082087332719006E-01  7.6082087333809523E-01
+  7.6082087334920789E-01  7.6082087336053117E-01  7.6082087337207094E-01
+  7.6082087338382942E-01  7.6082087339581184E-01  7.6082087340802140E-01
+  7.6082087342046356E-01  7.6082087343314142E-01  7.6082087344606086E-01
+  7.6082087345922500E-01  7.6082087347263971E-01  7.6082087348630900E-01
+  7.6082087350023742E-01  7.6082087351443051E-01  7.6082087352889316E-01
+  7.6082087354363015E-01  7.6082087355864669E-01  7.6082087357394823E-01
+  7.6082087358953998E-01  7.6082087360542716E-01  7.6082087362161588E-01
+  7.6082087363811168E-01  7.6082087365491979E-01  7.6082087367204698E-01
+  7.6082087368949858E-01  7.6082087370728069E-01  7.6082087372540019E-01
+  7.6082087374386254E-01  7.6082087376267493E-01  7.6082087378184360E-01
+  7.6082087380137486E-01  7.6082087382127639E-01  7.6082087384155472E-01
+  7.6082087386221686E-01  7.6082087388327013E-01  7.6082087390472208E-01
+  7.6082087392657993E-01  7.6082087394885090E-01  7.6082087397154363E-01
+  7.6082087399466558E-01  7.6082087401822507E-01  7.6082087404223009E-01
+  7.6082087406668886E-01  7.6082087409161048E-01  7.6082087411700261E-01
+  7.6082087414287558E-01  7.6082087416923727E-01  7.6082087419609745E-01
+  7.6082087422346523E-01  7.6082087425135003E-01  7.6082087427976142E-01
+  7.6082087430871004E-01  7.6082087433820533E-01  7.6082087436825763E-01
+  7.6082087439887813E-01  7.6082087443007640E-01  7.6082087446186397E-01
+  7.6082087449425184E-01  7.6082087452725111E-01  7.6082087456087344E-01
+  7.6082087459513026E-01  7.6082087463003389E-01  7.6082087466559611E-01
+  7.6082087470182946E-01  7.6082087473874649E-01  7.6082087477636018E-01
+  7.6082087481468308E-01  7.6082087485372918E-01  7.6082087489351236E-01
+  7.6082087493404515E-01  7.6082087497534245E-01  7.6082087501741924E-01
+  7.6082087506028850E-01  7.6082087510396679E-01  7.6082087514846808E-01
+  7.6082087519380837E-01  7.6082087524000341E-01  7.6082087528706932E-01
+  7.6082087533502196E-01  7.6082087538387877E-01  7.6082087543365595E-01
+  7.6082087548437094E-01  7.6082087553604205E-01  7.6082087558868605E-01
+  7.6082087564232181E-01  7.6082087569696810E-01  7.6082087575264379E-01
+  7.6082087580936775E-01  7.6082087586716030E-01  7.6082087592604131E-01
+  7.6082087598603076E-01  7.6082087604714943E-01  7.6082087610941929E-01
+  7.6082087617286143E-01  7.6082087623749783E-01  7.6082087630335116E-01
+  7.6082087637044371E-01  7.6082087643879903E-01  7.6082087650844099E-01
+  7.6082087657939323E-01  7.6082087665168086E-01  7.6082087672532872E-01
+  7.6082087680036170E-01  7.6082087687680733E-01  7.6082087695469036E-01
+  7.6082087703403867E-01  7.6082087711487933E-01  7.6082087719724123E-01
+  7.6082087728115200E-01  7.6082087736664072E-01  7.6082087745373683E-01
+  7.6082087754247119E-01  7.6082087763287387E-01  7.6082087772497675E-01
+  7.6082087781881103E-01  7.6082087791440933E-01  7.6082087801180487E-01
+  7.6082087811103161E-01  7.6082087821212296E-01  7.6082087831511525E-01
+  7.6082087842004276E-01  7.6082087852694258E-01  7.6082087863585124E-01
+  7.6082087874680682E-01  7.6082087885984728E-01  7.6082087897501172E-01
+  7.6082087909234042E-01  7.6082087921187302E-01  7.6082087933365183E-01
+  7.6082087945771859E-01  7.6082087958411604E-01  7.6082087971288737E-01
+  7.6082087984407798E-01  7.6082087997773240E-01  7.6082088011389781E-01
+  7.6082088025261974E-01  7.6082088039394724E-01  7.6082088053792929E-01
+  7.6082088068461451E-01  7.6082088083405486E-01  7.6082088098630118E-01
+  7.6082088114140578E-01  7.6082088129942271E-01  7.6082088146040661E-01
+  7.6082088162441230E-01  7.6082088179149709E-01  7.6082088196171860E-01
+  7.6082088213513577E-01  7.6082088231180767E-01  7.6082088249179569E-01
+  7.6082088267516190E-01  7.6082088286196992E-01  7.6082088305228401E-01
+  7.6082088324616926E-01  7.6082088344369325E-01  7.6082088364492417E-01
+  7.6082088384993096E-01  7.6082088405878434E-01  7.6082088427155659E-01
+  7.6082088448832164E-01  7.6082088470915288E-01  7.6082088493412747E-01
+  7.6082088516332302E-01  7.6082088539681814E-01  7.6082088563469330E-01
+  7.6082088587703101E-01  7.6082088612391419E-01  7.6082088637542866E-01
+  7.6082088663166081E-01  7.6082088689269856E-01  7.6082088715863228E-01
+  7.6082088742955312E-01  7.6082088770555556E-01  7.6082088798673408E-01
+  7.6082088827318506E-01  7.6082088856500796E-01  7.6082088886230315E-01
+  7.6082088916517299E-01  7.6082088947372184E-01  7.6082088978805562E-01
+  7.6082089010828380E-01  7.6082089043451540E-01  7.6082089076686332E-01
+  7.6082089110544271E-01  7.6082089145036924E-01  7.6082089180176149E-01
+  7.6082089215974147E-01  7.6082089252443186E-01  7.6082089289595878E-01
+  7.6082089327444946E-01  7.6082089366003514E-01  7.6082089405284792E-01
+  7.6082089445302281E-01  7.6082089486069826E-01  7.6082089527601438E-01
+  7.6082089569911426E-01  7.6082089613014336E-01  7.6082089656925078E-01
+  7.6082089701658684E-01  7.6082089747230597E-01  7.6082089793656404E-01
+  7.6082089840952249E-01  7.6082089889134330E-01  7.6082089938219244E-01
+  7.6082089988223844E-01  7.6082090039165362E-01  7.6082090091061383E-01
+  7.6082090143929704E-01  7.6082090197788554E-01  7.6082090252656454E-01
+  7.6082090308552319E-01  7.6082090365495347E-01  7.6082090423505078E-01
+  7.6082090482601583E-01  7.6082090542805125E-01  7.6082090604136421E-01
+  7.6082090666616586E-01  7.6082090730267127E-01  7.6082090795109947E-01
+  7.6082090861167295E-01  7.6082090928461965E-01  7.6082090997017071E-01
+  7.6082091066856183E-01  7.6082091138003360E-01  7.6082091210483060E-01
+  7.6082091284320208E-01  7.6082091359540160E-01  7.6082091436168908E-01
+  7.6082091514232630E-01  7.6082091593758350E-01  7.6082091674773289E-01
+  7.6082091757305337E-01  7.6082091841382971E-01  7.6082091927034956E-01
+  7.6082092014290825E-01  7.6082092103180565E-01  7.6082092193734763E-01
+  7.6082092285984515E-01  7.6082092379961541E-01  7.6082092475698171E-01
+  7.6082092573227367E-01  7.6082092672582580E-01  7.6082092773798016E-01
+  7.6082092876908403E-01  7.6082092981949334E-01  7.6082093088956715E-01
+  7.6082093197967515E-01  7.6082093309019128E-01  7.6082093422149732E-01
+  7.6082093537398232E-01  7.6082093654804150E-01  7.6082093774407911E-01
+  7.6082093896250669E-01  7.6082094020374247E-01  7.6082094146821311E-01
+  7.6082094275635292E-01  7.6082094406860523E-01  7.6082094540542078E-01
+  7.6082094676725898E-01  7.6082094815458745E-01  7.6082094956788326E-01
+  7.6082095100763225E-01  7.6082095247432913E-01  7.6082095396847726E-01
+  7.6082095549059070E-01  7.6082095704119235E-01  7.6082095862081489E-01
+  7.6082096023000134E-01  7.6082096186930392E-01  7.6082096353928630E-01
+  7.6082096524052290E-01  7.6082096697359747E-01  7.6082096873910565E-01
+  7.6082097053765319E-01  7.6082097236985913E-01  7.6082097423635242E-01
+  7.6082097613777411E-01  7.6082097807477778E-01  7.6082098004802845E-01
+  7.6082098205820436E-01  7.6082098410599608E-01  7.6082098619210636E-01
+  7.6082098831725231E-01  7.6082099048216367E-01  7.6082099268758452E-01
+  7.6082099493427158E-01  7.6082099722299779E-01  7.6082099955454774E-01
+  7.6082100192972335E-01  7.6082100434933997E-01  7.6082100681422804E-01
+  7.6082100932523533E-01  7.6082101188322371E-01  7.6082101448907136E-01
+  7.6082101714367334E-01  7.6082101984794126E-01  7.6082102260280460E-01
+  7.6082102540920837E-01  7.6082102826811671E-01  7.6082103118051170E-01
+  7.6082103414739310E-01  7.6082103716977967E-01  7.6082104024870933E-01
+  7.6082104338523937E-01  7.6082104658044691E-01  7.6082104983542864E-01
+  7.6082105315130344E-01  7.6082105652920851E-01  7.6082105997030414E-01
+  7.6082106347577183E-01  7.6082106704681529E-01  7.6082107068466021E-01
+  7.6082107439055691E-01  7.6082107816577604E-01  7.6082108201161514E-01
+  7.6082108592939324E-01  7.6082108992045683E-01  7.6082109398617481E-01
+  7.6082109812794430E-01  7.6082110234718614E-01  7.6082110664534897E-01
+  7.6082111102390881E-01  7.6082111548436837E-01  7.6082112002825930E-01
+  7.6082112465714158E-01  7.6082112937260360E-01  7.6082113417626440E-01
+  7.6082113906977322E-01  7.6082114405480938E-01  7.6082114913308441E-01
+  7.6082115430634112E-01  7.6082115957635610E-01  7.6082116494493757E-01
+  7.6082117041392816E-01  7.6082117598520604E-01  7.6082118166068291E-01
+  7.6082118744230620E-01  7.6082119333206177E-01  7.6082119933197045E-01
+  7.6082120544409149E-01  7.6082121167052252E-01  7.6082121801340163E-01
+  7.6082122447490452E-01  7.6082123105724941E-01  7.6082123776269606E-01
+  7.6082124459354494E-01  7.6082125155214098E-01  7.6082125864087191E-01
+  7.6082126586217158E-01  7.6082127321851678E-01  7.6082128071243360E-01
+  7.6082128834649299E-01  7.6082129612331517E-01  7.6082130404556925E-01
+  7.6082131211597348E-01  7.6082132033729788E-01  7.6082132871236341E-01
+  7.6082133724404388E-01  7.6082134593526818E-01  7.6082135478901802E-01
+  7.6082136380833187E-01  7.6082137299630492E-01  7.6082138235608920E-01
+  7.6082139189089804E-01  7.6082140160400202E-01  7.6082141149873472E-01
+  7.6082142157849164E-01  7.6082143184673101E-01  7.6082144230697657E-01
+  7.6082145296281756E-01  7.6082146381791038E-01  7.6082147487597984E-01
+  7.6082148614082057E-01  7.6082149761629647E-01  7.6082150930634662E-01
+  7.6082152121498137E-01  7.6082153334628622E-01  7.6082154570442473E-01
+  7.6082155829363651E-01  7.6082157111824078E-01  7.6082158418263834E-01
+  7.6082159749131117E-01  7.6082161104882617E-01  7.6082162485983384E-01
+  7.6082163892907362E-01  7.6082165326137163E-01  7.6082166786164607E-01
+  7.6082168273490558E-01  7.6082169788625365E-01  7.6082171332088755E-01
+  7.6082172904410328E-01  7.6082174506129485E-01  7.6082176137795710E-01
+  7.6082177799968886E-01  7.6082179493219138E-01  7.6082181218127432E-01
+  7.6082182975285562E-01  7.6082184765296290E-01  7.6082186588773704E-01
+  7.6082188446343368E-01  7.6082190338642597E-01  7.6082192266320503E-01
+  7.6082194230038402E-01  7.6082196230469934E-01  7.6082198268301349E-01
+  7.6082200344231743E-01  7.6082202458973203E-01  7.6082204613251248E-01
+  7.6082206807804853E-01  7.6082209043386850E-01  7.6082211320764104E-01
+  7.6082213640717855E-01  7.6082216004043901E-01  7.6082218411552927E-01
+  7.6082220864070849E-01  7.6082223362438894E-01  7.6082225907514056E-01
+  7.6082228500169402E-01  7.6082231141294288E-01  7.6082233831794521E-01
+  7.6082236572593143E-01  7.6082239364630233E-01  7.6082242208863493E-01
+  7.6082245106268587E-01  7.6082248057839241E-01  7.6082251064587958E-01
+  7.6082254127546045E-01  7.6082257247764140E-01  7.6082260426312442E-01
+  7.6082263664281169E-01  7.6082266962780998E-01  7.6082270322943291E-01
+  7.6082273745920537E-01  7.6082277232886852E-01  7.6082280785038225E-01
+  7.6082284403592926E-01  7.6082288089792105E-01  7.6082291844900185E-01
+  7.6082295670204914E-01  7.6082299567018474E-01  7.6082303536677343E-01
+  7.6082307580542974E-01  7.6082311700002425E-01  7.6082315896468466E-01
+  7.6082320171380413E-01  7.6082324526204470E-01  7.6082328962434165E-01
+  7.6082333481591002E-01  7.6082338085224877E-01  7.6082342774914746E-01
+  7.6082347552268892E-01  7.6082352418925880E-01  7.6082357376554610E-01
+  7.6082362426855565E-01  7.6082367571560561E-01  7.6082372812434118E-01
+  7.6082378151273544E-01  7.6082383589909897E-01  7.6082389130208250E-01
+  7.6082394774068640E-01  7.6082400523426674E-01  7.6082406380254031E-01
+  7.6082412346559203E-01  7.6082418424388354E-01  7.6082424615825772E-01
+  7.6082430922994715E-01  7.6082437348058163E-01  7.6082443893219487E-01
+  7.6082450560723192E-01  7.6082457352855848E-01  7.6082464271946593E-01
+  7.6082471320368206E-01  7.6082478500537720E-01  7.6082485814917433E-01
+  7.6082493266015550E-01  7.6082500856387258E-01  7.6082508588635422E-01
+  7.6082516465411554E-01  7.6082524489416614E-01  7.6082532663402236E-01
+  7.6082540990171377E-01  7.6082549472579297E-01  7.6082558113534760E-01
+  7.6082566916000727E-01  7.6082575882995607E-01  7.6082585017594173E-01
+  7.6082594322928765E-01  7.6082603802190119E-01  7.6082613458628612E-01
+  7.6082623295555396E-01  7.6082633316343473E-01  7.6082643524428917E-01
+  7.6082653923311949E-01  7.6082664516558196E-01  7.6082675307799907E-01
+  7.6082686300737268E-01  7.6082697499139518E-01  7.6082708906846375E-01
+  7.6082720527769276E-01  7.6082732365892725E-01  7.6082744425275728E-01
+  7.6082756710053090E-01  7.6082769224436919E-01  7.6082781972717939E-01
+  7.6082794959267142E-01  7.6082808188537099E-01  7.6082821665063582E-01
+  7.6082835393467252E-01  7.6082849378454886E-01  7.6082863624821329E-01
+  7.6082878137451038E-01  7.6082892921319589E-01  7.6082907981495684E-01
+  7.6082923323142626E-01  7.6082938951520163E-01  7.6082954871986397E-01
+  7.6082971089999485E-01  7.6082987611119579E-01  7.6083004441010627E-01
+  7.6083021585442490E-01  7.6083039050292844E-01  7.6083056841549135E-01
+  7.6083074965310515E-01  7.6083093427790416E-01  7.6083112235317996E-01
+  7.6083131394340842E-01  7.6083150911427033E-01  7.6083170793267163E-01
+  7.6083191046677057E-01  7.6083211678599627E-01  7.6083232696107606E-01
+  7.6083254106405873E-01  7.6083275916833870E-01  7.6083298134868116E-01
+  7.6083320768124829E-01  7.6083343824362426E-01  7.6083367311484429E-01
+  7.6083391237541764E-01  7.6083415610735916E-01  7.6083440439421501E-01
+  7.6083465732109201E-01  7.6083491497468658E-01  7.6083517744331475E-01
+  7.6083544481694199E-01  7.6083571718721432E-01  7.6083599464748963E-01
+  7.6083627729286896E-01  7.6083656522023080E-01  7.6083685852826177E-01
+  7.6083715731749235E-01  7.6083746169033128E-01  7.6083777175109879E-01
+  7.6083808760606397E-01  7.6083840936348035E-01  7.6083873713362438E-01
+  7.6083907102883064E-01  7.6083941116353271E-01  7.6083975765429979E-01
+  7.6084011061987933E-01  7.6084047018123724E-01  7.6084083646159617E-01
+  7.6084120958648072E-01  7.6084158968376048E-01  7.6084197688369226E-01
+  7.6084237131896515E-01  7.6084277312474546E-01  7.6084318243872440E-01
+  7.6084359940116364E-01  7.6084402415494534E-01  7.6084445684561652E-01
+  7.6084489762144469E-01  7.6084534663346426E-01  7.6084580403553104E-01
+  7.6084626998437088E-01  7.6084674463963897E-01  7.6084722816396821E-01
+  7.6084772072303031E-01  7.6084822248558870E-01  7.6084873362355776E-01
+  7.6084925431206085E-01  7.6084978472949139E-01  7.6085032505757244E-01
+  7.6085087548141916E-01  7.6085143618960305E-01  7.6085200737421599E-01
+  7.6085258923093346E-01  7.6085318195908447E-01  7.6085378576171991E-01
+  7.6085440084567924E-01  7.6085502742166178E-01  7.6085566570430074E-01
+  7.6085631591223568E-01  7.6085697826818399E-01  7.6085765299902264E-01
+  7.6085834033586031E-01  7.6085904051411946E-01  7.6085975377361648E-01
+  7.6086048035864184E-01  7.6086122051804428E-01  7.6086197450531690E-01
+  7.6086274257868225E-01  7.6086352500118160E-01  7.6086432204076193E-01
+  7.6086513397037214E-01  7.6086596106805138E-01  7.6086680361702741E-01
+  7.6086766190580990E-01  7.6086853622829265E-01  7.6086942688385006E-01
+  7.6087033417744254E-01  7.6087125841971792E-01  7.6087219992711785E-01
+  7.6087315902198749E-01  7.6087413603268295E-01  7.6087513129368411E-01
+  7.6087614514570867E-01  7.6087717793583065E-01  7.6087823001759181E-01
+  7.6087930175113094E-01  7.6088039350329895E-01  7.6088150564778823E-01
+  7.6088263856525806E-01  7.6088379264346573E-01  7.6088496827739593E-01
+  7.6088616586939850E-01  7.6088738582932192E-01  7.6088862857465545E-01
+  7.6088989453067013E-01  7.6089118413056289E-01  7.6089249781560531E-01
+  7.6089383603529159E-01  7.6089519924749383E-01  7.6089658791861647E-01
+  7.6089800252375317E-01  7.6089944354685146E-01  7.6090091148087569E-01
+  7.6090240682797328E-01  7.6090393009964685E-01  7.6090548181692774E-01
+  7.6090706251055307E-01  7.6090867272114482E-01  7.6091031299939438E-01
+  7.6091198390624848E-01  7.6091368601310028E-01  7.6091541990198397E-01
+  7.6091718616576998E-01  7.6091898540836778E-01  7.6092081824493052E-01
+  7.6092268530206153E-01  7.6092458721803002E-01  7.6092652464298449E-01
+  7.6092849823917441E-01  7.6093050868117285E-01  7.6093255665610782E-01
+  7.6093464286389167E-01  7.6093676801745991E-01  7.6093893284301095E-01
+  7.6094113808025399E-01  7.6094338448265719E-01  7.6094567281770176E-01
+  7.6094800386714367E-01  7.6095037842727631E-01  7.6095279730920018E-01
+  7.6095526133909486E-01  7.6095777135850096E-01  7.6096032822460169E-01
+  7.6096293281051308E-01  7.6096558600557795E-01  7.6096828871566635E-01
+  7.6097104186348141E-01  7.6097384638886822E-01  7.6097670324913202E-01
+  7.6097961341936038E-01  7.6098257789275148E-01  7.6098559768094720E-01
+  7.6098867381437529E-01  7.6099180734259453E-01  7.6099499933464743E-01
+  7.6099825087942041E-01  7.6100156308600853E-01  7.6100493708408867E-01
+  7.6100837402429844E-01  7.6101187507862100E-01  7.6101544144078015E-01
+  7.6101907432663962E-01  7.6102277497460979E-01  7.6102654464606234E-01
+  7.6103038462575445E-01  7.6103429622225616E-01  7.6103828076838931E-01
+  7.6104233962167367E-01  7.6104647416477977E-01  7.6105068580598911E-01
+  7.6105497597966765E-01  7.6105934614674264E-01  7.6106379779518785E-01
+  7.6106833244052352E-01  7.6107295162631683E-01  7.6107765692470031E-01
+  7.6108244993689023E-01  7.6108733229372261E-01  7.6109230565619357E-01
+  7.6109737171601255E-01  7.6110253219616042E-01  7.6110778885146557E-01
+  7.6111314346918268E-01  7.6111859786958580E-01  7.6112415390657018E-01
+  7.6112981346826714E-01  7.6113557847766844E-01  7.6114145089325846E-01
+  7.6114743270966634E-01  7.6115352595831887E-01  7.6115973270811321E-01
+  7.6116605506609725E-01  7.6117249517816543E-01  7.6117905522975959E-01
+  7.6118573744659468E-01  7.6119254409538240E-01  7.6119947748458050E-01
+  7.6120653996514553E-01  7.6121373393130698E-01  7.6122106182134652E-01
+  7.6122852611839864E-01  7.6123612935126117E-01  7.6124387409521954E-01
+  7.6125176297288888E-01  7.6125979865506432E-01  7.6126798386159578E-01
+  7.6127632136226486E-01  7.6128481397769321E-01  7.6129346458025005E-01
+  7.6130227609498780E-01  7.6131125150058587E-01  7.6132039383031713E-01
+  7.6132970617302365E-01  7.6133919167411934E-01  7.6134885353659354E-01
+  7.6135869502205367E-01  7.6136871945176554E-01  7.6137893020772196E-01
+  7.6138933073372905E-01  7.6139992453650407E-01  7.6141071518680392E-01
+  7.6142170632055872E-01  7.6143290164003397E-01  7.6144430491501147E-01
+  7.6145591998398454E-01  7.6146775075537887E-01  7.6147980120879166E-01
+  7.6149207539625008E-01  7.6150457744349231E-01  7.6151731155127100E-01
+  7.6153028199667172E-01  7.6154349313446512E-01  7.6155694939846719E-01
+  7.6157065530293300E-01  7.6158461544396761E-01  7.6159883450096033E-01
+  7.6161331723804382E-01  7.6162806850557696E-01  7.6164309324164903E-01
+  7.6165839647360978E-01  7.6167398331962499E-01  7.6168985899025665E-01
+  7.6170602879006377E-01  7.6172249811923531E-01  7.6173927247524464E-01
+  7.6175635745453130E-01  7.6177375875420805E-01  7.6179148217379433E-01
+  7.6180953361698200E-01  7.6182791909341740E-01  7.6184664472052210E-01
+  7.6186571672533365E-01  7.6188514144638075E-01  7.6190492533557941E-01
+  7.6192507496016515E-01  7.6194559700464848E-01  7.6196649827280227E-01
+  7.6198778568967918E-01  7.6200946630365707E-01  7.6203154728851497E-01
+  7.6205403594553911E-01  7.6207693970566071E-01  7.6210026613162285E-01
+  7.6212402292017978E-01  7.6214821790432441E-01  7.6217285905555310E-01
+  7.6219795448615446E-01  7.6222351245153763E-01  7.6224954135258505E-01
+  7.6227604973804453E-01  7.6230304630694690E-01  7.6233053991106303E-01
+  7.6235853955738542E-01  7.6238705441065202E-01  7.6241609379589281E-01
+  7.6244566720101814E-01  7.6247578427943452E-01  7.6250645485269353E-01
+  7.6253768891317686E-01  7.6256949662681328E-01  7.6260188833582720E-01
+  7.6263487456151913E-01  7.6266846600708504E-01  7.6270267356046229E-01
+  7.6273750829720943E-01  7.6277298148342110E-01  7.6280910457867446E-01
+  7.6284588923900409E-01  7.6288334731991558E-01  7.6292149087942485E-01
+  7.6296033218113080E-01  7.6299988369732019E-01  7.6304015811210146E-01
+  7.6308116832456774E-01  7.6312292745199517E-01  7.6316544883306059E-01
+  7.6320874603109823E-01  7.6325283283737522E-01  7.6329772327440093E-01
+  7.6334343159926121E-01  7.6338997230697481E-01  7.6343736013387620E-01
+  7.6348561006102933E-01  7.6353473731764965E-01  7.6358475738456422E-01
+  7.6363568599767939E-01  7.6368753915147458E-01  7.6374033310251421E-01
+  7.6379408437297236E-01  7.6384880975417968E-01  7.6390452631017225E-01
+  7.6396125138126791E-01  7.6401900258763944E-01  7.6407779783290264E-01
+  7.6413765530771138E-01  7.6419859349335395E-01  7.6426063116535303E-01
+  7.6432378739706497E-01  7.6438808156327887E-01  7.6445353334380561E-01
+  7.6452016272706402E-01  7.6458799001365396E-01  7.6465703581991462E-01
+  7.6472732108146557E-01  7.6479886705673328E-01  7.6487169533044430E-01
+  7.6494582781709852E-01  7.6502128676440706E-01  7.6509809475669799E-01
+  7.6517627471827776E-01  7.6525584991675255E-01  7.6533684396629920E-01
+  7.6541928083088251E-01  7.6550318482741364E-01  7.6558858062884294E-01
+  7.6567549326718609E-01  7.6576394813647153E-01  7.6585397099560970E-01
+  7.6594558797116541E-01  7.6603882556005098E-01  7.6613371063209823E-01
+  7.6623027043253644E-01  7.6632853258434663E-01  7.6642852509049064E-01
+  7.6653027633601045E-01  7.6663381508998019E-01  7.6673917050731677E-01
+  7.6684637213041662E-01  7.6695544989063424E-01  7.6706643410957354E-01
+  7.6717935550019212E-01  7.6729424516769795E-01  7.6741113461023969E-01
+  7.6753005571936250E-01  7.6765104078023305E-01  7.6777412247160848E-01
+  7.6789933386554010E-01  7.6802670842680298E-01  7.6815628001202230E-01
+  7.6828808286849948E-01  7.6842215163270922E-01  7.6855852132845304E-01
+  7.6869722736465707E-01  7.6883830553279053E-01  7.6898179200389305E-01
+  7.6912772332517909E-01  7.6927613641621817E-01  7.6942706856465026E-01
+  7.6958055742143350E-01  7.6973664099558115E-01  7.6989535764838701E-01
+  7.7005674608709918E-01  7.7022084535801938E-01  7.7038769483901093E-01
+  7.7055733423137829E-01  7.7072980355109300E-01  7.7090514311934566E-01
+  7.7108339355237754E-01  7.7126459575057371E-01  7.7144879088678697E-01
+  7.7163602039384693E-01  7.7182632595123080E-01  7.7201974947085583E-01
+  7.7221633308195936E-01  7.7241611911502239E-01  7.7261915008470372E-01
+  7.7282546867174240E-01  7.7303511770378053E-01  7.7324814013507026E-01
+  7.7346457902501609E-01  7.7368447751550751E-01  7.7390787880698719E-01
+  7.7413482613321893E-01  7.7436536273468548E-01  7.7459953183058083E-01
+  7.7483737658932783E-01  7.7507894009757250E-01  7.7532426532759657E-01
+  7.7557339510308387E-01  7.7582637206317695E-01  7.7608323862476791E-01
+  7.7634403694295329E-01  7.7660880886957362E-01  7.7687759590979211E-01
+  7.7715043917660953E-01  7.7742737934327288E-01  7.7770845659346743E-01
+  7.7799371056924438E-01  7.7828318031657928E-01  7.7857690422849068E-01
+  7.7887491998562552E-01  7.7917726449423419E-01  7.7948397382142143E-01
+  7.7979508312760892E-01  7.8011062659608899E-01  7.8043063735958529E-01
+  7.8075514742371133E-01  7.8108418758722931E-01  7.8141778735899581E-01
+  7.8175597487149184E-01  7.8209877679082107E-01  7.8244621822306049E-01
+  7.8279832261685656E-01  7.8315511166212393E-01  7.8351660518475463E-01
+  7.8388282103718476E-01  7.8425377498470605E-01  7.8462948058738402E-01
+  7.8500994907745447E-01  7.8539518923205387E-01  7.8578520724115375E-01
+  7.8618000657054576E-01  7.8657958781974968E-01  7.8698394857467147E-01
+  7.8739308325489410E-01  7.8780698295541574E-01  7.8822563528270984E-01
+  7.8864902418492988E-01  7.8907712977610900E-01  7.8950992815419585E-01
+  7.8994739121275370E-01  7.9038948644617046E-01  7.9083617674820350E-01
+  7.9128742020369891E-01  7.9174316987331073E-01  7.9220337357105242E-01
+  7.9266797363451247E-01  7.9313690668755776E-01  7.9361010339535776E-01
+  7.9408748821155639E-01  7.9456897911741842E-01  7.9505448735278184E-01
+  7.9554391713865147E-01  7.9603716539125324E-01  7.9653412142740077E-01
+  7.9703466666098943E-01  7.9753867429048342E-01  7.9804600897720690E-01
+  7.9855652651431996E-01  7.9907007348629910E-01  7.9958648691880252E-01
+  8.0010559391876757E-01  8.0062721130461878E-01  8.0115114522645459E-01
+  8.0167719077610533E-01  8.0220513158695173E-01  8.0273473942340712E-01
+  8.0326577375998254E-01  8.0379798134985414E-01  8.0433109578288486E-01
+  8.0486483703304323E-01  8.0539891099519323E-01  8.0593300901124520E-01
+  8.0646680738567089E-01  8.0699996689040576E-01  8.0753213225918818E-01
+  8.0806293167139731E-01  8.0859197622549139E-01  8.0911885940216222E-01
+  8.0964315651734786E-01  8.1016442416528756E-01  8.1068219965182620E-01
+  8.1119600041820439E-01  8.1170532345562119E-01  8.1220964471088519E-01
+  8.1270841848350162E-01  8.1320107681460907E-01  8.1368702886820621E-01
+  8.1416566030515725E-01  8.1463633265053259E-01  8.1509838265487566E-01
+  8.1555112165005028E-01  8.1599383490039090E-01  8.1642578094992835E-01
+  8.1684619096653277E-01  8.1725426808389401E-01  8.1764918674231812E-01
+  8.1803009202940657E-01  8.1839609902175126E-01  8.1874629212888361E-01
+  8.1907972444076960E-01  8.1939541708027241E-01  8.1969235856206024E-01
+  8.1996950415956571E-01  8.2022577528168927E-01  8.2046005886104267E-01
+  8.2067120675565419E-01  8.2085803516615130E-01  8.2101932407056855E-01
+  8.2115381667904819E-01  8.2126021891081091E-01  8.2133719889593093E-01
+  8.2138338650455411E-01  8.2139737290635295E-01  8.2137771016314309E-01
+  8.2132291085773090E-01  8.2123144776220747E-01  8.2110175354905335E-01
+  8.2093222054856940E-01  8.2072120055630060E-01  8.2046700469427303E-01
+  8.2016790333003342E-01  8.1982212605761640E-01  8.1942786174474158E-01
+  8.1898325865069277E-01  8.1848642461948728E-01  8.1793542735310309E-01
+  8.1732829476968549E-01  8.1666301545179920E-01  8.1593753918995315E-01
+  8.1514977762674834E-01  8.1429760500715853E-01  8.1337885904056151E-01
+  8.1239134188028106E-01  8.1133282122649408E-01  8.1020103155847845E-01
+  8.0899367550224854E-01  8.0770842533971998E-01  8.0634292466558888E-01
+  8.0489479019817145E-01  8.0336161375046089E-01  8.0174096436767661E-01
+  8.0003039063754322E-01  7.9822742317951911E-01  7.9632957731909004E-01
+  7.9433435595317559E-01  7.9223925261253436E-01  7.9004175472690208E-01
+  7.8773934709838167E-01  7.8532951558836117E-01  7.8280975102294037E-01
+  7.8017755332151340E-01  7.7743043585276694E-01  7.7456593002191121E-01
+  7.7158159009247285E-01  7.6847499824541410E-01  7.6524376987774301E-01
+  7.6188555914207867E-01  7.5839806472790772E-01  7.5477903588442885E-01
+  7.5102627868400540E-01  7.4713766252425939E-01  7.4311112686580172E-01
+  7.3894468820145598E-01  7.3463644725161237E-01  7.3018459637905631E-01
+  7.2558742721521541E-01  7.2084333848829096E-01  7.1595084404218312E-01
+  7.1090858103344134E-01  7.0571531829174183E-01  7.0036996482754987E-01
+  6.9487157846870229E-01  6.8921937460565086E-01  6.8341273502300459E-01
+  6.7745121679286879E-01  6.7133456120323298E-01  6.6506270269237533E-01
+  6.5863577775789905E-01  6.5205413380663002E-01  6.4531833790916393E-01
+  6.3842918542041782E-01  6.3138770842507208E-01  6.2419518396433937E-01
+  6.1685314199808272E-01  6.0936337305390653E-01  6.0172793551255965E-01
+  5.9394916247672824E-01  5.8602966816822832E-01  5.7797235379660883E-01
+  5.6978041284040248E-01  5.6145733568066158E-01  5.5300691352507325E-01
+  5.4443324155984985E-01  5.3574072126584038E-01  5.2693406183487101E-01
+  5.1801828062229371E-01  5.0899870257211344E-01  4.9988095855193598E-01
+  4.9067098253634850E-01  4.8137500757928964E-01  4.7199956051849573E-01
+  4.6255145535828057E-01  4.5303778528076161E-01  4.4346591324021051E-01
+  4.3384346110052330E-01  4.2417829728189438E-01  4.1447852288968734E-01
+  4.0475245630620860E-01  3.9500861623464956E-01  3.8525570319386038E-01
+  3.7550257947283483E-01  3.6575824756485187E-01  3.5603182711302911E-01
+  3.4633253041164108E-01  3.3666963652083820E-01  3.2705246406627947E-01
+  3.1749034280966942E-01  3.0799258409102936E-01  2.9856845025875056E-01
+  2.8922712321883309E-01  2.7997767225010772E-01  2.7082902124746450E-01
+  2.6178991557000403E-01  2.5286888868535490E-01  2.4407422881494689E-01
+  2.3541394579758318E-01  2.2689573839992988E-01  2.1852696231232188E-01
+  2.1031459907633657E-01  2.0226522619659884E-01  1.9438498869313181E-01
+  1.8667957235193139E-01  1.7915417893024049E-01  1.7181350356900724E-01
+  1.6466171465817697E-01  1.5770243639074366E-01  1.5093873422888254E-01
+  1.4437310349010202E-01  1.3800746124342622E-01  1.3184314168533234E-01
+  1.2588089514299938E-01  1.2012089082878000E-01  1.1456272344529392E-01
+  1.0920542371578780E-01  1.0404747289019974E-01  9.9086821254436047E-02
+  9.4320910649585851E-02  8.9746700989905059E-02  8.5360700754177066E-02
+  8.1159001415092094E-02  7.7137315765956588E-02  7.3291020103582197E-02
+  6.9615200230311106E-02  6.6104701246315151E-02  6.2754181114457963E-02
+  5.9558167992662996E-02  5.6511121341038854E-02  5.3607496820861696E-02
+  5.0841815007954136E-02  4.8208733942795991E-02  4.5703049483197207E-02
+  4.3319695431121574E-02  4.1053743435736874E-02  3.8900402674106500E-02
+  3.6855019310216307E-02  3.4913075732256951E-02  3.3070189567248304E-02
+  3.1322112471194041E-02  2.9664728691987566E-02  2.8094053401246041E-02
+  2.6606230790124918E-02  2.5197531922950392E-02  2.3864352341203331E-02
+  2.2603210161029102E-02  2.1410744080599030E-02  2.0283711304947449E-02
+  1.9218985395719784E-02  1.8213554053073188E-02  1.7264516836771437E-02
+  1.6369082833312079E-02  1.5524568275716018E-02  1.4728394122398479E-02
+  1.3978083601326676E-02  1.3271259725453132E-02  1.2605642785195628E-02
+  1.1979047823515906E-02  1.1389382098928496E-02  1.0834642541550886E-02
+  1.0312913207085004E-02  9.8223627333994760E-03  9.3612418041615249E-03
+  8.9278806237481634E-03  8.5206864074473445E-03  8.1381408907423968E-03
+  7.7787978612568883E-03  7.4412807167226411E-03  7.1242800521206413E-03
+  6.8265512789339334E-03  6.5469122792427255E-03  6.2842410971856132E-03
+  6.0374736701070807E-03  5.8056016015101625E-03  5.5876699777352590E-03
+  5.3827752300913871E-03  5.1900630439748264E-03  5.0087263163231090E-03
+  4.8380031625692354E-03  4.6771749740827772E-03  4.5255645269112361E-03
+  4.3825341424672624E-03  4.2474839006452561E-03  4.1198499056951847E-03
+  3.9991026050321321E-03  3.8847451610179392E-03  3.7763118756162428E-03
+  3.6733666676947319E-03  3.5755016026287932E-03  3.4823354737489745E-03
+  3.3935124350710317E-03  3.3087006846518972E-03  3.2275911978275769E-03
+  3.1498965095098658E-03  3.0753495446476562E-03  3.0037024958954042E-03
+  2.9347257474757822E-03  2.8682068441755622E-03  2.8039495043727814E-03
+  2.7417726759593080E-03  2.6815096339953717E-03  2.6230071189112607E-03
+  2.5661245140558547E-03  2.5107330613814492E-03  2.4567151140491589E-03
+  2.4039634247385940E-03  2.3523804684491738E-03  2.3018777985879045E-03
+  2.2523754351493636E-03  2.2038012838077217E-03  2.1560905847574073E-03
+  2.1091853901582676E-03  2.0630340690624346E-03  2.0175908387232940E-03
+  1.9728153212117167E-03  1.9286721242907305E-03  1.8851304455269426E-03
+  1.8421636986449908E-03  1.7997491611598697E-03  1.7578676423511200E-03
+  1.7165031706721625E-03  1.6756426997176354E-03  1.6352758319010949E-03
+  1.5953945590249101E-03  1.5559930189533125E-03  1.5170672676285608E-03
+  1.4786150656986060E-03  1.4406356790527249E-03  1.4031296925890720E-03
+  1.3660988365650207E-03  1.3295458249074890E-03  1.2934742048859899E-03
+  1.2578882175761387E-03  1.2227926685654845E-03  1.1881928083770194E-03
+  1.1540942221083758E-03  1.1205027278066305E-03  1.0874242831198373E-03
+  1.0548648997866982E-03  1.0228305655454574E-03  9.9132717306186168E-04
+  9.6036045549419168E-04  9.2993592833059600E-04  9.0005883715063529E-04
+  8.7073411097877051E-04  8.4196632091270579E-04  8.1375964372398107E-04
+  7.8611783014202589E-04  7.5904417754604032E-04  7.3254150680162917E-04
+  7.0661214299102605E-04  6.8125789979711431E-04  6.5648006731223942E-04
+  6.3227940305305244E-04  6.0865612597238536E-04  5.8560991326837299E-04
+  5.6313989979986509E-04  5.4124467992546399E-04  5.1992231159147476E-04
+  4.9917032250155276E-04  4.7898571820798958E-04  4.5936499197136565E-04
+  4.4030413624175998E-04  4.2179865562086069E-04  4.0384358117018991E-04
+  3.8643348593624431E-04  3.6956250156872154E-04  3.5322433591311332E-04
+  3.3741229146387044E-04  3.2211928456906725E-04  3.0733786528205047E-04
+  2.9306023775994746E-04  2.7927828111317076E-04  2.6598357061416060E-04
+  2.5316739917767827E-04  2.4082079902880071E-04  2.2893456347865306E-04
+  2.1749926873164003E-04  2.0650529565162290E-04  1.9594285141811012E-04
+  1.8580199100710917E-04  1.7607263843480070E-04  1.6674460770570241E-04
+  1.5780762341043318E-04  1.4925134092162346E-04  1.4106536613991117E-04
+  1.3323927474534185E-04  1.2576263091283718E-04  1.1862500545372673E-04
+  1.1181599334863525E-04  1.0532523064029065E-04  9.9142410658066058E-05
+  9.3257299549276610E-05  8.7659751095428538E-05  8.2339720794752199E-05
+  7.7287279195437474E-05  7.2492624467026791E-05  6.7946094200397919E-05
+  6.3638176429687499E-05  5.9559519872345941E-05  5.5700943386287219E-05
+  5.2053444645777498E-05  4.8608208040304215E-05  4.5356611803163500E-05
+  4.2290234378897370E-05  3.9400860040999567E-05  3.6680483773475328E-05
+  3.4121315431891152E-05  3.1715783201471793E-05  2.9456536371592056E-05
+  2.7336447447669045E-05  2.5348613622975594E-05  2.3486357634273553E-05
+  2.1743228026395470E-05  2.0112998851991932E-05  1.8589668833600003E-05
+  1.7167460015983453E-05  1.5840815937342621E-05  1.4604399348495776E-05
+  1.3453089509494870E-05  1.2381979093360075E-05  1.1386370726703331E-05
+  1.0461773196964505E-05  9.6038973558104770E-06  8.8086517479521646E-06
+  8.0721379942235885E-06  7.3906459572467464E-06  6.7606487173833439E-06
+  6.1787973859563707E-06  5.6419157819190626E-06  5.1469949972636225E-06
+  4.6911878755049945E-06  4.2718034265549851E-06  3.8863012002264827E-06
+  3.5322856394854538E-06  3.2075004334076951E-06  2.9098228886063503E-06
+  2.6372583366828079E-06  2.3879345940258264E-06  2.1600964890487029E-06
+  1.9521004707198130E-06  1.7624093110141862E-06  1.5895869126999060E-06
+  1.4322932326788025E-06  1.2892793299319223E-06  1.1593825459817736E-06
+  1.0415218246798978E-06  9.3469317706431600E-07  8.3796529601029628E-07
+  7.5047532442307741E-07  6.7142477979512744E-07  6.0007563707564948E-07
+  5.3574657097783047E-07  4.7780935808120829E-07  4.2568543837315228E-07
+  3.7884263521527152E-07  3.3679203211751042E-07  2.9908500415432659E-07
+  2.6531040136296977E-07  2.3509188102234247E-07  2.0808538532089993E-07
+  1.8397676058189065E-07  1.6247951392209033E-07  1.4333270297400338E-07
+  1.2629895409906392E-07  1.1116260435833438E-07  9.7727962385088754E-08
+  8.5817683217983488E-08  7.5271252101636278E-08  6.5943572240782437E-08
+  5.7703651502118262E-08  5.0433383091890924E-08  4.4026415294703141E-08
+  3.8387105437360931E-08  3.3429553338485518E-08  2.9076709617692152E-08
+  2.5259554365168311E-08  2.1916341811317544E-08  1.8991906784764212E-08
+  1.6437028903524092E-08  1.4207850606769983E-08  1.2265345301708785E-08
+  1.0574832070120362E-08  9.1055335507010256E-09  7.8301737852450869E-09
+  6.7246129877550061E-09  5.7675163647818710E-09  4.9400542817736632E-09
+  4.2256312331704877E-09  3.6096412327658379E-09  3.0792473948853964E-09
+  2.6231836257510448E-09  2.2315764876195394E-09  1.8957854356176774E-09
+  1.6082597584213400E-09  1.3624106788969908E-09  1.1524971894573581E-09
+  9.7352430915156781E-10  8.2115255543815231E-10  6.9161752324631173E-10
+  5.8165855742447331E-10  4.8845559214712408E-10  4.0957331247084668E-10
+  3.4291186919164671E-10  2.8666344867019569E-10  2.3927406458645406E-10
+  1.9940999889832088E-10  1.6592837485607110E-10  1.3785139601560670E-10
+  1.1434383205096473E-10  9.4693375041547254E-11  7.8293529050946464E-11
+  6.4628731466352731E-11  5.3261436968687389E-11  4.3820924384869743E-11
+  3.5993613257803344E-11  2.9514700970438998E-11  2.4160952881611269E-11
diff --git a/example/Na/outputdata/Na.atomicdata b/example/Na/outputdata/Na.atomicdata
new file mode 100644
index 0000000..d491470
--- /dev/null
+++ b/example/Na/outputdata/Na.atomicdata
@@ -0,0 +1,14201 @@
+  ATOMTYPE     Na
+  ATOMXCTYPE         LDA-PW
+  ATOMIC_CHARGE      11.
+  MOMENTLESSHARTREE    
+  CORE_CHARGE     2.0000000000000E+00
+  RC          1.7017406783400E+00
+  SHAPE_TYPE                bessel   1.5087743707694E+00
+  BASIS_SIZE        4
+  ORBITALS      
+   0   0   1   1
+  END     
+  INITOCC       
+  2.000000  1.000000  6.000000  0.000000
+  END     
+  MESH_SIZE          1566
+  MESH_STEP     9.2579954664238E-03
+  LOG_GRID     9.0909090909091E-07
+  CORETAIL_POINTS         1566
+  LCAO_SIZE        1752
+  LCAO_STEP    9.2579954664238E-03
+   CORE_DENSITY   
+  0.00000000000000000E+00  7.00013951999722885E-13  2.82615910660705186E-12
+  6.41822961151146503E-12  1.15168855162656679E-11  1.81636700906972691E-11
+  2.64010274775230980E-11  3.62723206855095662E-11  4.78218499296417274E-11
+  6.10948713248857385E-11  7.61376159402526944E-11  9.29973092199990555E-11
+  1.11722190778926554E-10  1.32361534578876518E-10  1.54965669493646045E-10
+  1.79586000269690363E-10  2.06275028890113660E-10  2.35086376349592313E-10
+  2.66074804848018739E-10  2.99296240410797322E-10  3.34807795943880758E-10
+  3.72667794731776054E-10  4.12935794386915864E-10  4.55672611258939717E-10
+  5.00940345312596222E-10  5.48802405483138999E-10  5.99323535518251902E-10
+  6.52569840315722600E-10  7.08608812766232351E-10  7.67509361110838332E-10
+  8.29341836822874106E-10  8.94178063024195842E-10  9.62091363445882844E-10
+  1.03315659194369007E-09  1.10745016257874365E-09  1.18505008027417305E-09
+  1.26603597205856235E-09  1.35048911890732271E-09  1.43849248819329257E-09
+  1.53013076675806296E-09  1.62549039461578778E-09  1.72465959930140233E-09
+  1.82772843087545807E-09  1.93478879759795159E-09  2.04593450228380056E-09
+  2.16126127935284776E-09  2.28086683258750072E-09  2.40485087361137499E-09
+  2.53331516110256232E-09  2.66636354075539243E-09  2.80410198600481550E-09
+  2.94663863952780747E-09  3.09408385553646844E-09  3.24655024287775055E-09
+  3.40415270895504998E-09  3.56700850448715250E-09  3.73523726912037206E-09
+  3.90896107790992218E-09  4.08830448868698766E-09  4.27339459032813494E-09
+  4.46436105194414369E-09  4.66133617300556288E-09  4.86445493442266624E-09
+  5.07385505059782635E-09  5.28967702246857231E-09  5.51206419156013867E-09
+  5.74116279506639758E-09  5.97712202197864501E-09  6.22009407028198619E-09
+  6.47023420523939053E-09  6.72770081878398512E-09  6.99265549004042565E-09
+  7.26526304699661921E-09  7.54569162934752557E-09  7.83411275253303011E-09
+  8.13070137299247120E-09  8.43563595465869361E-09  8.74909853671496016E-09
+  9.07127480263857600E-09  9.40235415055539386E-09  9.74252976492988026E-09
+  1.00919986896159467E-08  1.04509619022941671E-08  1.08196243903213777E-08
+  1.11981952280193831E-08  1.15868876554297736E-08  1.19859191585624977E-08
+  1.23955115511662978E-08  1.28158910580495655E-08  1.32472883999809868E-08
+  1.36899388801994675E-08  1.41440824725638408E-08  1.46099639113730070E-08
+  1.50878327828881400E-08  1.55779436185887708E-08  1.60805559901955350E-08
+  1.65959346064927764E-08  1.71243494119847458E-08  1.76660756874200554E-08
+  1.82213941522193593E-08  1.87905910688422103E-08  1.93739583491294034E-08
+  1.99717936626580733E-08  2.05844005471473142E-08  2.12120885209529201E-08
+  2.18551731976904903E-08  2.25139764030269563E-08  2.31888262936811401E-08
+  2.38800574786751179E-08  2.45880111428784953E-08  2.53130351728886932E-08
+  2.60554842852913006E-08  2.68157201573450125E-08  2.75941115601369533E-08
+  2.83910344942545014E-08  2.92068723280211655E-08  3.00420159383445814E-08
+  3.08968638542256744E-08  3.17718224029789863E-08  3.26673058592151259E-08
+  3.35837365966373489E-08  3.45215452427046652E-08  3.54811708362160319E-08
+  3.64630609878698165E-08  3.74676720438547567E-08  3.84954692525292766E-08
+  3.95469269342471384E-08  4.06225286543885260E-08  4.17227673996568568E-08
+  4.28481457577021238E-08  4.39991761001340900E-08  4.51763807689880618E-08
+  4.63802922667088073E-08  4.76114534497180589E-08  4.88704177256335225E-08
+  5.01577492542069630E-08  5.14740231520523524E-08  5.28198257012341517E-08
+  5.41957545617889034E-08  5.56024189882533951E-08  5.70404400502752513E-08
+  5.85104508573816884E-08  6.00130967879852352E-08  6.15490357227054896E-08
+  6.31189382820880419E-08  6.47234880688026996E-08  6.63633819144061091E-08
+  6.80393301307526617E-08  6.97520567661426569E-08  7.15022998662953235E-08
+  7.32908117402378358E-08  7.51183592312024108E-08  7.69857239926252183E-08
+  7.88937027693430018E-08  8.08431076840846754E-08  8.28347665293575402E-08
+  8.48695230648288000E-08  8.69482373203060035E-08  8.90717859044206134E-08
+  9.12410623191226038E-08  9.34569772800943903E-08  9.57204590431946538E-08
+  9.80324537370466218E-08  1.00393925701884188E-07  1.02805857834774407E-07
+  1.05269251941335731E-07  1.07785129094072988E-07  1.10354529997453793E-07
+  1.12978515359853460E-07  1.15658166272494598E-07  1.18394584595516131E-07
+  1.21188893351301909E-07  1.24042237125207649E-07  1.26955782473822361E-07
+  1.29930718340908087E-07  1.32968256481159586E-07  1.36069631891932058E-07
+  1.39236103253085153E-07  1.42468953375095562E-07  1.45769489655593800E-07
+  1.49139044544482596E-07  1.52578976017796849E-07  1.56090668060470295E-07
+  1.59675531158174932E-07  1.63335002798402781E-07  1.67070547980964657E-07
+  1.70883659738080440E-07  1.74775859664242464E-07  1.78748698456031684E-07
+  1.82803756462078987E-07  1.86942644243354327E-07  1.91167003143983469E-07
+  1.95478505872785426E-07  1.99878857095733249E-07  2.04369794039542612E-07
+  2.08953087106595632E-07  2.13630540501412311E-07  2.18403992868888117E-07
+  2.23275317944513924E-07  2.28246425216806816E-07  2.33319260602177073E-07
+  2.38495807132466750E-07  2.43778085655395149E-07  2.49168155548153591E-07
+  2.54668115444396347E-07  2.60280103974877220E-07  2.66006300521988616E-07
+  2.71848925988461146E-07  2.77810243580491378E-07  2.83892559605566884E-07
+  2.90098224285262962E-07  2.96429632583291031E-07  3.02889225049086382E-07
+  3.09479488677224267E-07  3.16202957782960164E-07  3.23062214894197244E-07
+  3.30059891660188339E-07  3.37198669777284090E-07  3.44481281932049286E-07
+  3.51910512762069068E-07  3.59489199834777391E-07  3.67220234644645837E-07
+  3.75106563629074748E-07  3.83151189203338635E-07  3.91357170814939593E-07
+  3.99727626017734816E-07  4.08265731566205859E-07  4.16974724530247169E-07
+  4.25857903430858178E-07  4.34918629397131698E-07  4.44160327344931824E-07
+  4.53586487177672350E-07  4.63200665009607043E-07  4.73006484412053076E-07
+  4.83007637682975516E-07  4.93207887140371589E-07  5.03611066439899729E-07
+  5.14221081917204557E-07  5.25041913955402818E-07  5.36077618378198896E-07
+  5.47332327869110215E-07  5.58810253417289276E-07  5.70515685790442696E-07
+  5.82452997035349329E-07  5.94626642006499992E-07  6.07041159923378340E-07
+  6.19701175956921706E-07  6.32611402845707501E-07  6.45776642542420627E-07
+  6.59201787891168443E-07  6.72891824336216637E-07  6.86851831662740929E-07
+  7.01086985770184886E-07  7.15602560478841434E-07  7.30403929370267841E-07
+  7.45496567662184351E-07  7.60886054118480334E-07  7.76578072995001957E-07
+  7.92578416021779750E-07  8.08892984422379184E-07  8.25527790971073072E-07
+  8.42488962088538516E-07  8.59782739976792541E-07  8.77415484794118489E-07
+  8.95393676870706850E-07  9.13723918965790967E-07  9.32412938567042805E-07
+  9.51467590233018951E-07  9.70894857979467578E-07  9.90701857710308658E-07
+  1.01089583969413162E-06  1.03148419108704717E-06  1.05247443850277367E-06
+  1.07387425063083264E-06  1.09569144090375453E-06  1.11793397021420755E-06
+  1.14060994968299498E-06  1.16372764347884761E-06  1.18729547169100316E-06
+  1.21132201325554928E-06  1.23581600893652403E-06  1.26078636436282121E-06
+  1.28624215312191831E-06  1.31219261991150605E-06  1.33864718375008890E-06
+  1.36561544124766809E-06  1.39310716993762366E-06  1.42113233167094190E-06
+  1.44970107607394741E-06  1.47882374407073348E-06  1.50851087147149854E-06
+  1.53877319262800330E-06  1.56962164415743455E-06  1.60106736873592045E-06
+  1.63312171896301769E-06  1.66579626129848879E-06  1.69910278007272571E-06
+  1.73305328157218157E-06  1.76765999820123277E-06  1.80293539272187068E-06
+  1.83889216257270887E-06  1.87554324426876275E-06  1.91290181788350879E-06
+  1.95098131161478849E-06  1.98979540643608099E-06  2.02935804083476944E-06
+  2.06968341563902488E-06  2.11078599893493126E-06  2.15268053107557519E-06
+  2.19538202978379951E-06  2.23890579535035593E-06  2.28326741592926998E-06
+  2.32848277293219957E-06  2.37456804652366332E-06  2.42153972121899572E-06
+  2.46941459158697489E-06  2.51820976805904047E-06  2.56794268284713802E-06
+  2.61863109597216517E-06  2.67029310140513453E-06  2.72294713332310833E-06
+  2.77661197248210282E-06  2.83130675270907313E-06  2.88705096751528526E-06
+  2.94386447683325869E-06  3.00176751387964964E-06  3.06078069214639041E-06
+  3.12092501252248226E-06  3.18222187054889358E-06  3.24469306380903120E-06
+  3.30836079945733019E-06  3.37324770188851075E-06  3.43937682055016848E-06
+  3.50677163790133661E-06  3.57545607751976030E-06  3.64545451236065925E-06
+  3.71679177316978590E-06  3.78949315705367981E-06  3.86358443621004006E-06
+  3.93909186682121881E-06  4.01604219811381935E-06  4.09446268158759520E-06
+  4.17438108041673024E-06  4.25582567902672014E-06  4.33882529285019039E-06
+  4.42340927826490517E-06  4.50960754271743990E-06  4.59745055503592767E-06
+  4.68696935593542770E-06  4.77819556871949971E-06  4.87116141018167124E-06
+  4.96589970171046312E-06  5.06244388060183718E-06  5.16082801158290083E-06
+  5.26108679855078496E-06  5.36325559653076464E-06  5.46737042385764576E-06
+  5.57346797458466212E-06  5.68158563112398786E-06  5.79176147712336875E-06
+  5.90403431058309905E-06  6.01844365721792985E-06  6.13502978406843874E-06
+  6.25383371336650772E-06  6.37489723665966447E-06  6.49826292919910165E-06
+  6.62397416459626747E-06  6.75207512975306227E-06  6.88261084007073605E-06
+  7.01562715494267508E-06  7.15117079353634684E-06  7.28928935086982527E-06
+  7.43003131418837155E-06  7.57344607964666239E-06  7.71958396930234115E-06
+  7.86849624842673866E-06  8.02023514313860254E-06  8.17485385836694270E-06
+  8.33240659614903867E-06  8.49294857426988063E-06  8.65653604524945992E-06
+  8.82322631568428184E-06  8.99307776594979927E-06  9.16614987027042126E-06
+  9.34250321716397461E-06  9.52219953026757756E-06  9.70530168955207463E-06
+  9.89187375293216291E-06  1.00819809782796755E-05  1.02756898458475251E-05
+  1.04730680811118908E-05  1.06741846780404635E-05  1.08791099227947642E-05
+  1.10879154178744214E-05  1.13006741067118541E-05  1.15174602987255981E-05
+  1.17383496948408911E-05  1.19634194134861551E-05  1.21927480170742824E-05
+  1.24264155389777110E-05  1.26645035110065494E-05  1.29070949913989752E-05
+  1.31542745933336074E-05  1.34061285139734211E-05  1.36627445640512124E-05
+  1.39242121980065899E-05  1.41906225446848276E-05  1.44620684386080367E-05
+  1.47386444518291667E-05  1.50204469263799328E-05  1.53075740073234413E-05
+  1.56001256764229595E-05  1.58982037864381867E-05  1.62019120960607709E-05
+  1.65113563055008762E-05  1.68266440927370087E-05  1.71478851504412960E-05
+  1.74751912235929341E-05  1.78086761477925537E-05  1.81484558882903680E-05
+  1.84946485797417350E-05  1.88473745667032741E-05  1.92067564448834931E-05
+  1.95729191031619948E-05  1.99459897663914856E-05  2.03260980389970509E-05
+  2.07133759493876621E-05  2.11079579951949247E-05  2.15099811893545478E-05
+  2.19195851070459486E-05  2.23369119335062796E-05  2.27621065127348401E-05
+  2.31953163971045651E-05  2.36366918978973898E-05  2.40863861367806781E-05
+  2.45445550982421633E-05  2.50113576830012170E-05  2.54869557624146831E-05
+  2.59715142338955566E-05  2.64652010773634405E-05  2.69681874127459159E-05
+  2.74806475585504231E-05  2.80027590915263655E-05  2.85347029074377113E-05
+  2.90766632829669053E-05  2.96288279387709358E-05  3.01913881037107386E-05
+  3.07645385802763163E-05  3.13484778112289969E-05  3.19434079474841928E-05
+  3.25495349172568815E-05  3.31670684964940562E-05  3.37962223806173587E-05
+  3.44372142576006233E-05  3.50902658824069094E-05  3.57556031528102818E-05
+  3.64334561866279372E-05  3.71240594003891000E-05  3.78276515894671852E-05
+  3.85444760097019672E-05  3.92747804605403014E-05  4.00188173697226413E-05
+  4.07768438795444807E-05  4.15491219347218798E-05  4.23359183718908505E-05
+  4.31375050107705036E-05  4.39541587470214550E-05  4.47861616468302540E-05
+  4.56338010432523274E-05  4.64973696343456524E-05  4.73771655831287146E-05
+  4.82734926193960844E-05  4.91866601434265966E-05  5.01169833316184149E-05
+  5.10647832440877763E-05  5.20303869342665369E-05  5.30141275605365127E-05
+  5.40163444999379073E-05  5.50373834639902179E-05  5.60775966166649246E-05
+  5.71373426945494806E-05  5.82169871292436748E-05  5.93169021720290916E-05
+  6.04374670208542985E-05  6.15790679496781254E-05  6.27420984402148995E-05
+  6.39269593161263848E-05  6.51340588797050566E-05  6.63638130510951199E-05
+  6.76166455100984964E-05  6.88929878406132679E-05  7.01932796777527150E-05
+  7.15179688576960971E-05  7.28675115703201007E-05  7.42423725146628322E-05
+  7.56430250572731990E-05  7.70699513934984781E-05  7.85236427117647296E-05
+  8.00045993609048488E-05  8.15133310205914615E-05  8.30503568749308514E-05
+  8.46162057892773333E-05  8.62114164903271356E-05  8.78365377495524244E-05
+  8.94921285700367409E-05  9.11787583767756577E-05  9.28970072105057674E-05
+  9.46474659251270021E-05  9.64307363887857884E-05  9.82474316886848494E-05
+  1.00098176339690709E-04  1.01983606496806325E-04  1.03904370171582324E-04
+  1.05861127452538454E-04  1.07854550729669281E-04  1.09885324923109979E-04
+  1.11954147716038341E-04  1.14061729791891419E-04  1.16208795075976271E-04
+  1.18396080981555835E-04  1.20624338660491932E-04  1.22894333258530953E-04
+  1.25206844175315473E-04  1.27562665329210517E-04  1.29962605427033282E-04
+  1.32407488238774843E-04  1.34898152877407777E-04  1.37435454083872813E-04
+  1.40020262517338655E-04  1.42653465050834042E-04  1.45335965072348631E-04
+  1.48068682791506039E-04  1.50852555551909175E-04  1.53688538149262697E-04
+  1.56577603155381545E-04  1.59520741248187983E-04  1.62518961547814602E-04
+  1.65573291958919140E-04  1.68684779519329186E-04  1.71854490755131585E-04
+  1.75083512042325455E-04  1.78372949975159347E-04  1.81723931741274448E-04
+  1.85137605503780673E-04  1.88615140790391548E-04  1.92157728889747452E-04
+  1.95766583255059886E-04  1.99442939915211884E-04  2.03188057893448370E-04
+  2.07003219633799710E-04  2.10889731435376750E-04  2.14848923894684810E-04
+  2.18882152356101364E-04  2.22990797370667735E-04  2.27176265163348223E-04
+  2.31439988108910806E-04  2.35783425216587000E-04  2.40208062623673609E-04
+  2.44715414098237963E-04  2.49307021551095425E-04  2.53984455557226287E-04
+  2.58749315886808856E-04  2.63603232046039397E-04  2.68547863827924233E-04
+  2.73584901873220637E-04  2.78716068241716727E-04  2.83943116994035650E-04
+  2.89267834784160695E-04  2.94692041462872297E-04  3.00217590692301200E-04
+  3.05846370571798533E-04  3.11580304275328236E-04  3.17421350700595811E-04
+  3.23371505130124446E-04  3.29432799904499679E-04  3.35607305108000687E-04
+  3.41897129266847250E-04  3.48304420060294021E-04  3.54831365044802605E-04
+  3.61480192391530511E-04  3.68253171637383152E-04  3.75152614449872509E-04
+  3.82180875406036536E-04  3.89340352785673784E-04  3.96633489379153597E-04
+  4.04062773310070284E-04  4.11630738873008473E-04  4.19339967386694857E-04
+  4.27193088062820193E-04  4.35192778890807744E-04  4.43341767538832766E-04
+  4.51642832271370023E-04  4.60098802883587778E-04  4.68712561652880814E-04
+  4.77487044307861868E-04  4.86425241015124164E-04  4.95530197384100920E-04
+  5.04805015490347167E-04  5.14252854917582021E-04  5.23876933818826569E-04
+  5.33680529996990115E-04  5.43666982005251579E-04  5.53839690267596317E-04
+  5.64202118219877006E-04  5.74757793471767633E-04  5.85510308989985314E-04
+  5.96463324303176420E-04  6.07620566728841495E-04  6.18985832622717365E-04
+  6.30562988651006532E-04  6.42355973085873000E-04  6.54368797124633451E-04
+  6.66605546233052949E-04  6.79070381513198246E-04  6.91767541096284999E-04
+  7.04701341560966970E-04  7.17876179377533005E-04  7.31296532378473974E-04
+  7.44966961255897914E-04  7.58892111086275647E-04  7.73076712883013399E-04
+  7.87525585177346432E-04  8.02243635628066359E-04  8.17235862660608669E-04
+  8.32507357136017825E-04  8.48063304050332574E-04  8.63908984264938578E-04
+  8.80049776268444100E-04  8.96491157970643964E-04  9.13238708529151393E-04
+  9.30298110209279612E-04  9.47675150277775612E-04  9.65375722931003776E-04
+  9.83405831258212567E-04  1.00177158924049281E-03  1.02047922378608789E-03
+  1.03953507680268949E-03  1.05894560730739095E-03  1.07871739357497088E-03
+  1.09885713532518981E-03  1.11937165594979391E-03  1.14026790477995163E-03
+  1.16155295939481722E-03  1.18323402797198781E-03  1.20531845168057525E-03
+  1.22781370711766706E-03  1.25072740878894506E-03  1.27406731163425078E-03
+  1.29784131359889500E-03  1.32205745825153239E-03  1.34672393744941603E-03
+  1.37184909405189764E-03  1.39744142468300439E-03  1.42350958254398169E-03
+  1.45006238027668819E-03  1.47710879287874138E-03  1.50465796067131958E-03
+  1.53271919232059184E-03  1.56130196791367647E-03  1.59041594209013678E-03
+  1.62007094722996605E-03  1.65027699669908373E-03  1.68104428815334800E-03
+  1.71238320690211506E-03  1.74430432933241519E-03  1.77681842639479111E-03
+  1.80993646715190684E-03  1.84366962239102461E-03  1.87802926830147351E-03
+  1.91302699021826542E-03  1.94867458643300639E-03  1.98498407207329435E-03
+  2.02196768305182642E-03  2.05963788008639093E-03  2.09800735279205321E-03
+  2.13708902384674880E-03  2.17689605323159296E-03  2.21744184254722655E-03
+  2.25874003940749850E-03  2.30080454191187783E-03  2.34364950319793184E-03
+  2.38728933607530074E-03  2.43173871774258468E-03  2.47701259458857565E-03
+  2.52312618707931265E-03  2.57009499473248582E-03  2.61793480118064064E-03
+  2.66666167932481154E-03  2.71629199658009451E-03  2.76684242021477556E-03
+  2.81832992278466385E-03  2.87077178766423791E-03  2.92418561467630523E-03
+  2.97858932582190702E-03  3.03400117111214934E-03  3.09043973450376808E-03
+  3.14792393994019161E-03  3.20647305749995623E-03  3.26610670965428061E-03
+  3.32684487763573690E-03  3.38870790791986768E-03  3.45171651882175863E-03
+  3.51589180720948951E-03  3.58125525533649521E-03  3.64782873779489385E-03
+  3.71563452859182330E-03  3.78469530835090278E-03  3.85503417164098552E-03
+  3.92667463443435207E-03  3.99964064169656269E-03  4.07395657511022084E-03
+  4.14964726093493708E-03  4.22673797800578958E-03  4.30525446587267345E-03
+  4.38522293308289592E-03  4.46667006560948730E-03  4.54962303542768079E-03
+  4.63410950924205041E-03  4.72015765736693519E-03  4.80779616276262069E-03
+  4.89705423023004474E-03  4.98796159576658706E-03  5.08054853608574768E-03
+  5.17484587830339439E-03  5.27088500979345804E-03  5.36869788821586584E-03
+  5.46831705171964191E-03  5.56977562932406065E-03  5.67310735148091137E-03
+  5.77834656082082225E-03  5.88552822308677660E-03  5.99468793825791608E-03
+  6.10586195186679868E-03  6.21908716651334553E-03  6.33440115357874426E-03
+  6.45184216514264452E-03  6.57144914610693649E-03  6.69326174652963308E-03
+  6.81732033417228791E-03  6.94366600726443930E-03  7.07234060748874842E-03
+  7.20338673319031748E-03  7.33684775281408501E-03  7.47276781857380504E-03
+  7.61119188035659991E-03  7.75216569986681651E-03  7.89573586501320784E-03
+  8.04194980454327191E-03  8.19085580292889907E-03  8.34250301550739509E-03
+  8.49694148388192329E-03  8.65422215158572795E-03  8.81439688001427885E-03
+  8.97751846462979501E-03  9.14364065144236855E-03  9.31281815377234430E-03
+  9.48510666929830958E-03  9.66056289739541940E-03  9.83924455676855880E-03
+  1.00212104033852323E-02  1.02065202487128075E-02  1.03952349782650399E-02
+  1.05874165704628546E-02  1.07831281158142327E-02  1.09824338364183875E-02
+  1.11853991057993384E-02  1.13920904690739486E-02  1.16025756634599523E-02
+  1.18169236391290604E-02  1.20352045804106977E-02  1.22574899273518757E-02
+  1.24838523976386877E-02  1.27143660088850693E-02  1.29491061012946343E-02
+  1.31881493607012585E-02  1.34315738419944070E-02  1.36794589929349428E-02
+  1.39318856783677142E-02  1.41889362048367822E-02  1.44506943456096260E-02
+  1.47172453661164292E-02  1.49886760498109985E-02  1.52650747244595063E-02
+  1.55465312888637287E-02  1.58331372400252676E-02  1.61249857007575263E-02
+  1.64221714477519980E-02  1.67247909401058228E-02  1.70329423483177138E-02
+  1.73467255837587257E-02  1.76662423286255976E-02  1.79915960663832759E-02
+  1.83228921127042456E-02  1.86602376469117738E-02  1.90037417439347170E-02
+  1.93535154067811174E-02  1.97096715995384690E-02  2.00723252809080592E-02
+  2.04415934382814260E-02  2.08175951223666528E-02  2.12004514823723282E-02
+  2.15902858017574285E-02  2.19872235345550358E-02  2.23913923422783788E-02
+  2.28029221314170125E-02  2.32219450915320050E-02  2.36485957339583400E-02
+  2.40830109311231284E-02  2.45253299564882205E-02  2.49756945251261055E-02
+  2.54342488349376290E-02  2.59011396085207686E-02  2.63765161356991594E-02
+  2.68605303167195782E-02  2.73533367061274783E-02  2.78550925573298643E-02
+  2.83659578678547540E-02  2.88860954253167199E-02  2.94156708540978286E-02
+  2.99548526627537622E-02  3.05038122921545522E-02  3.10627241643697781E-02
+  3.16317657323079912E-02  3.22111175301201189E-02  3.28009632243771929E-02
+  3.34014896660317084E-02  3.40128869431735939E-02  3.46353484345901311E-02
+  3.52690708641407100E-02  3.59142543559562988E-02  3.65711024904741902E-02
+  3.72398223613184046E-02  3.79206246330364150E-02  3.86137235997022835E-02
+  3.93193372443974287E-02  4.00376872995792180E-02  4.07689993083484095E-02
+  4.15135026866261247E-02  4.22714307862509520E-02  4.30430209590075621E-02
+  4.38285146215971408E-02  4.46281573215609947E-02  4.54421988041682559E-02
+  4.62708930802784996E-02  4.71144984951906640E-02  4.79732777984888184E-02
+  4.88474982148965134E-02  4.97374315161503780E-02  5.06433540939039625E-02
+  5.15655470336736158E-02  5.25042961898368743E-02  5.34598922616945291E-02
+  5.44326308706080397E-02  5.54228126382227335E-02  5.64307432657885910E-02
+  5.74567336145887092E-02  5.85010997874876662E-02  5.95641632116097539E-02
+  6.06462507221587552E-02  6.17476946473898003E-02  6.28688328947443059E-02
+  6.40100090381588160E-02  6.51715724065582980E-02  6.63538781735450028E-02
+  6.75572874482927160E-02  6.87821673676577983E-02  7.00288911895165650E-02
+  7.12978383873396349E-02  7.25893947460137662E-02  7.39039524589203550E-02
+  7.52419102262814193E-02  7.66036733547818954E-02  7.79896538584786553E-02
+  7.94002705610051263E-02  8.08359491990810197E-02  8.22971225273358975E-02
+  8.37842304244558744E-02  8.52977200006618530E-02  8.68380457065271311E-02
+  8.84056694431439999E-02  9.00010606736453972E-02  9.16246965360910798E-02
+  9.32770619577239363E-02  9.49586497706049887E-02  9.66699608286327589E-02
+  9.84115041259541745E-02  1.00183796916772594E-01  1.01987364836558805E-01
+  1.03822742024670872E-01  1.05690471248386583E-01  1.07591104028354423E-01
+  1.09525200765466235E-01  1.11493330869155638E-01  1.13496072887125349E-01
+  1.15534014636505880E-01  1.17607753336448587E-01  1.19717895742153163E-01
+  1.21865058280333560E-01  1.24049867186118101E-01  1.26272958641390098E-01
+  1.28534978914562364E-01  1.30836584501787784E-01  1.33178442269603597E-01
+  1.35561229599004546E-01  1.37985634530944729E-01  1.40452355913261634E-01
+  1.42962103549018116E-01  1.45515598346256742E-01  1.48113572469159960E-01
+  1.50756769490608150E-01  1.53445944546128366E-01  1.56181864489222832E-01
+  1.58965308048069215E-01  1.61797065983578486E-01  1.64677941248802029E-01
+  1.67608749149670638E-01  1.70590317507054196E-01  1.73623486820124795E-01
+  1.76709110431007344E-01  1.79848054690699366E-01  1.83041199126241894E-01
+  1.86289436609118647E-01  1.89593673524865947E-01  1.92954829943864731E-01
+  1.96373839793295674E-01  1.99851651030227534E-01  2.03389225815813368E-01
+  2.06987540690564492E-01  2.10647586750672744E-01  2.14370369825346963E-01
+  2.18156910655132680E-01  2.22008245071176280E-01  2.25925424175398015E-01
+  2.29909514521535019E-01  2.33961598297010714E-01  2.38082773505591455E-01
+  2.42274154150781434E-01  2.46536870419910431E-01  2.50872068868866593E-01
+  2.55280912607418975E-01  2.59764581485081802E-01  2.64324272277457695E-01
+  2.68961198873009399E-01  2.73676592460190715E-01  2.78471701714882003E-01
+  2.83347792988057290E-01  2.88306150493621127E-01  2.93348076496338261E-01
+  2.98474891499787787E-01  3.03687934434260509E-01  3.08988562844524139E-01
+  3.14378153077371769E-01  3.19858100468868367E-01  3.25429819531208420E-01
+  3.31094744139091124E-01  3.36854327715518986E-01  3.42710043416923682E-01
+  3.48663384317513703E-01  3.54715863592743263E-01  3.60869014701789226E-01
+  3.67124391568927344E-01  3.73483568763690599E-01  3.79948141679691098E-01
+  3.86519726711978762E-01  3.93199961432813161E-01  3.99990504765714072E-01
+  4.06893037157655124E-01  4.13909260749264041E-01  4.21040899542879155E-01
+  4.28289699568318583E-01  4.35657429046205691E-01  4.43145878548697192E-01
+  4.50756861157443678E-01  4.58492212618624440E-01  4.66353791494877656E-01
+  4.74343479313951766E-01  4.82463180713895878E-01  4.90714823584600224E-01
+  4.99100359205497002E-01  5.07621762379220409E-01  5.16281031561025117E-01
+  5.25080188983753193E-01  5.34021280778135377E-01  5.43106377088206194E-01
+  5.52337572181607173E-01  5.61716984554546106E-01  5.71246757031176000E-01
+  5.80929056857146686E-01  5.90766075787080180E-01  6.00760030165718328E-01
+  6.10913161002467175E-01  6.21227734039086266E-01  6.31706039810230435E-01
+  6.42350393696574540E-01  6.53163135970219022E-01  6.64146631832097212E-01
+  6.75303271441063613E-01  6.86635469934365084E-01  6.98145667439170836E-01
+  7.09836329074845951E-01  7.21709944945625681E-01  7.33769030123360033E-01
+  7.46016124619977239E-01  7.58453793349320171E-01  7.71084626077984114E-01
+  7.83911237364795732E-01  7.96936266488551093E-01  8.10162377363631947E-01
+  8.23592258443108016E-01  8.37228622608925721E-01  8.51074207048770570E-01
+  8.65131773119200642E-01  8.79404106194606516E-01  8.93894015501591865E-01
+  9.08604333938314745E-01  9.23537917878348380E-01  9.38697646958611909E-01
+  9.54086423850897147E-01  9.69707174016529172E-01  9.85562845443674673E-01
+  1.00165640836681002E+00  1.01799085496786113E+00  1.03456919905849598E+00
+  1.05139447574307621E+00  1.06846974106173276E+00  1.08579807161304753E+00
+  1.10338256415579750E+00  1.12122633518922710E+00  1.13933252051128675E+00
+  1.15770427475429249E+00  1.17634477089742262E+00  1.19525719975549838E+00
+  1.21444476944344903E+00  1.23391070481588794E+00  1.25365824688119276E+00
+  1.27369065218949773E+00  1.29401119219398164E+00  1.31462315258484508E+00
+  1.33552983259534530E+00  1.35673454427927265E+00  1.37824061175922274E+00
+  1.40005137044504302E+00  1.42217016622178938E+00  1.44460035460655978E+00
+  1.46734529987354723E+00  1.49040837414664651E+00  1.51379295645897094E+00
+  1.53750243177858525E+00  1.56154018999981581E+00  1.58590962489944509E+00
+  1.61061413305712975E+00  1.63565711273935110E+00  1.66104196274623472E+00
+  1.68677208122055644E+00  1.71285086441824830E+00  1.73928170543973115E+00
+  1.76606799292139649E+00  1.79321310968655045E+00  1.82072043135516126E+00
+  1.84859332491172146E+00  1.87683514723055045E+00  1.90544924355789558E+00
+  1.93443894595014276E+00  1.96380757166748610E+00  1.99355842152243001E+00
+  2.02369477818243437E+00  2.05421990442612312E+00  2.08513704135236244E+00
+  2.11644940654166280E+00  2.14816019216923637E+00  2.18027256306915262E+00
+  2.21278965474898337E+00  2.24571457135440467E+00  2.27905038358314371E+00
+  2.31280012654778977E+00  2.34696679758690907E+00  2.38155335402397617E+00
+  2.41656271087363361E+00  2.45199773849480751E+00  2.48786126019025655E+00
+  2.52415604975212604E+00  2.56088482895310143E+00  2.59805026498280922E+00
+  2.63565496782913655E+00  2.67370148760411741E+00  2.71219231181415843E+00
+  2.75112986257431080E+00  2.79051649376641020E+00  2.83035448814088264E+00
+  2.87064605436209552E+00  2.91139332399713169E+00  2.95259834844794344E+00
+  2.99426309582687145E+00  3.03638944777552444E+00  3.07897919622715133E+00
+  3.12203404011255747E+00  3.16555558200980602E+00  3.20954532473786180E+00
+  3.25400466789453846E+00  3.29893490433899883E+00  3.34433721661927175E+00
+  3.39021267334520493E+00  3.43656222550738466E+00  3.48338670274261641E+00
+  3.53068680954658731E+00  3.57846312143447820E+00  3.62671608105028387E+00
+  3.67544599422572649E+00  3.72465302598969927E+00  3.77433719652929556E+00
+  3.82449837710347085E+00  3.87513628591059733E+00  3.92625048391113207E+00
+  3.97784037060683104E+00  4.02990517977787555E+00  4.08244397517955271E+00
+  4.13545564620009287E+00  4.18893890348141795E+00  4.24289227450465489E+00
+  4.29731409914235218E+00  4.35220252517950712E+00  4.40755550380549010E+00
+  4.46337078507921881E+00  4.51964591336994914E+00  4.57637822277615225E+00
+  4.63356483252518991E+00  4.69120264235642903E+00  4.74928832789076694E+00
+  4.80781833598947284E+00  4.86678888010553301E+00  4.92619593563070435E+00
+  4.98603523524167969E+00  5.04630226424888573E+00  5.10699225595151685E+00
+  5.16810018700265505E+00  5.22962077278834236E+00  5.29154846282469915E+00
+  5.35387743617729317E+00  5.41660159690708376E+00  5.47971456954744074E+00
+  5.54320969461691160E+00  5.60708002417244611E+00  5.67131831740807169E+00
+  5.73591703630405014E+00  5.80086834133177742E+00  5.86616408721976068E+00
+  5.93179581878623718E+00  5.99775476684404296E+00  6.06403184418362606E+00
+  6.13061764164007972E+00  6.19750242425039044E+00  6.26467612750710412E+00
+  6.33212835371483607E+00  6.39984836845613358E+00  6.46782509717349452E+00
+  6.53604712187415160E+00  6.60450267796483192E+00  6.67317965122344070E+00
+  6.74206557491492120E+00  6.81114762705869659E+00  6.88041262785516317E+00
+  6.94984703727880682E+00  7.01943695284571145E+00  7.08916810756332083E+00
+  7.15902586807032648E+00  7.22899523297479973E+00  7.29906083139869200E+00
+  7.36920692173696423E+00  7.43941739063961371E+00  7.50967575222510764E+00
+  7.57996514753356188E+00  7.65026834422835478E+00  7.72056773655465012E+00
+  7.79084534556351294E+00  7.86108281961031974E+00  7.93126143513611837E+00
+  8.00136209774072604E+00  8.07136534355622004E+00  8.14125134092965830E+00
+  8.21099989242358674E+00  8.28059043714317689E+00  8.35000205339855128E+00
+  8.41921346171092111E+00  8.48820302817104277E+00  8.55694876815850058E+00
+  8.62542835043007905E+00  8.69361910158558793E+00  8.76149801091913893E+00
+  8.82904173566395833E+00  8.89622660663853893E+00  8.96302863430173780E+00
+  9.02942351522432141E+00  9.09538663898421085E+00  9.16089309549249009E+00
+  9.22591768275681368E+00  9.29043491508896402E+00  9.35441903176255174E+00
+  9.41784400612696082E+00  9.48068355518307548E+00  9.54291114962599707E+00
+  9.60450002435974071E+00  9.66542318948832957E+00  9.72565344178743452E+00
+  9.78516337666019353E+00  9.84392540058039600E+00  9.90191174402581353E+00
+  9.95909447490385702E+00  1.00154455124713060E+01  1.00709366417492152E+01
+  1.01255395284336700E+01  1.01792257343023049E+01  1.02319667331160353E+01
+  1.02837339270148025E+01  1.03344986634051654E+01  1.03842322523375312E+01
+  1.04329059843694090E+01  1.04804911489107830E+01  1.05269590530467703E+01
+  1.05722810408322090E+01  1.06164285130514351E+01  1.06593729474365535E+01
+  1.07010859193358137E+01  1.07415391228234807E+01  1.07807043922414092E+01
+  1.08185537241617027E+01  1.08550592997588957E+01  1.08901935075792888E+01
+  1.09239289666940085E+01  1.09562385502214603E+01  1.09870954092038069E+01
+  1.10164729968212836E+01  1.10443450929269105E+01  1.10706858288835406E+01
+  1.10954697126836574E+01  1.11186716543318802E+01  1.11402669914686445E+01
+  1.11602315152127911E+01  1.11785414961996832E+01  1.11951737107903622E+01
+  1.12101054674263914E+01  1.12233146331038824E+01  1.12347796599391856E+01
+  1.12444796117978960E+01  1.12523941909575935E+01  1.12585037647738631E+01
+  1.12627893923183198E+01  1.12652328509560284E+01  1.12658166628292022E+01
+  1.12645241212130163E+01  1.12613393167083160E+01  1.12562471632352832E+01
+  1.12492334237915461E+01  1.12402847359369265E+01  1.12293886369667018E+01
+  1.12165335887343609E+01  1.12017090020842236E+01  1.11849052608535526E+01
+  1.11661137454034929E+01  1.11453268556373590E+01  1.11225380334644885E+01
+  1.10977417846674218E+01  1.10709337001299151E+01  1.10421104763828524E+01
+  1.10112699354251014E+01  1.09784110437760241E+01  1.09435339307164643E+01
+  1.09066399056749486E+01  1.08677314747159954E+01  1.08268123560873359E+01
+  1.07838874947836860E+01  1.07389630760843229E+01  1.06920465380227547E+01
+  1.06431465827470131E+01  1.05922731867296349E+01  1.05394376097875231E+01
+  1.04846524028721451E+01  1.04279314145919066E+01  1.03692897964293866E+01
+  1.03087440066170455E+01  1.02463118126367441E+01  1.01820122923091869E+01
+  1.01158658334412781E+01  1.00478941320006818E+01  9.97812018878868301E+00
+  9.90656830458408599E+00  9.83326407373295730E+00  9.75823437616077527E+00
+  9.68150736778580345E+00  9.60311246931476248E+00  9.52308035340383086E+00
+  9.44144293017100544E+00  9.35823333104768373E+00  9.27348589096057019E+00
+  9.18723612883721152E+00  9.09952072643164378E+00  9.01037750546919369E+00
+  8.91984540311274721E+00  8.82796444575566142E+00  8.73477572114966350E+00
+  8.64032134887936643E+00  8.54464444919814525E+00  8.44778911024364731E+00
+  8.34980035365437523E+00  8.25072409861238931E+00  8.15060712434053514E+00
+  8.04949703108615111E+00  7.94744219962673171E+00  7.84449174933651694E+00
+  7.74069549485666375E+00  7.63610390141497231E+00  7.53076803884495938E+00
+  7.42473953435730127E+00  7.31807052412044090E+00  7.21081360371030122E+00
+  7.10302177749272623E+00  6.99474840700542710E+00  6.88604715840946202E+00
+  6.77697194908363709E+00  6.66757689343800752E+00  6.55791624802597273E+00
+  6.44804435603695403E+00  6.33801559125470604E+00  6.22788430156859185E+00
+  6.11770475212791354E+00  6.00753106823122884E+00  5.89741717804513943E+00
+  5.78741675524856714E+00  5.67758316170041777E+00  5.56796939023003201E+00
+  5.45862800765078937E+00  5.34961109809938851E+00  5.24097020680175696E+00
+  5.13275628437006759E+00  5.02501963173351207E+00  4.91780984580627933E+00
+  4.81117576599597552E+00  4.70516542165495544E+00  4.59982598057657466E+00
+  4.49520369863697500E+00  4.39134387068190346E+00  4.28829078275617359E+00
+  4.18608766577168900E+00  4.08477665070743434E+00  3.98439872543253237E+00
+  3.88499369324051713E+00  3.78660013317987998E+00  3.68925536226263251E+00
+  3.59299539962887549E+00  3.49785493274154646E+00  3.40386728568123420E+00
+  3.31106438960665850E+00  3.21947675544163081E+00  3.12913344884454192E+00
+  3.04006206751130836E+00  2.95228872085743532E+00  2.86583801211946998E+00
+  2.78073302291043767E+00  2.69699530025821854E+00  2.61464484614991743E+00
+  2.53370010959934122E+00  2.45417798124867481E+00  2.37609379050936376E+00
+  2.29946130524107195E+00  2.22429273396144644E+00  2.15059873057327700E+00
+  2.07838840158950999E+00  2.00766931583050390E+00  1.93844751656191483E+00
+  1.87072753603562592E+00  1.80451241239032778E+00  1.73980370886267832E+00
+  1.67660153525431910E+00  1.61490457159470124E+00  1.55471009393435855E+00
+  1.49601400219825731E+00  1.43881085002398845E+00  1.38309387650494409E+00
+  1.32885503975423469E+00  1.27608505220096613E+00  1.22477341752660229E+00
+  1.17490846914554847E+00  1.12647741013075975E+00  1.07946635448217632E+00
+  1.03386036963303374E+00  9.89643520086731621E-01  9.46798912074840682E-01
+  9.05308739125087802E-01  8.65154328426732122E-01  8.26316187879679087E-01
+  7.88774053712980039E-01  7.52506938557927052E-01  7.17493179860960950E-01
+  6.83710488521921511E-01  6.51135997643828346E-01  6.19746311281413886E-01
+  5.89517553076964740E-01  5.60425414673750621E-01  5.32445203799331468E-01
+  5.05551891913405660E-01  4.79720161317527871E-01  4.54924451627007231E-01
+  4.31139005508575313E-01  4.08337913590976154E-01  3.86495158459446431E-01
+  3.65584657649151823E-01  3.45580305556945744E-01  3.26456014195372679E-01
+  3.08185752717556882E-01  2.90743585646554281E-01  2.74103709747812840E-01
+  2.58240489488610780E-01  2.43128491033680311E-01  2.28742514731655772E-01
+  2.15057626052489875E-01  2.02049184941536702E-01  1.89692873561583486E-01
+  1.77964722399695435E-01  1.66841134721303075E-01  1.56298909359484456E-01
+  1.46315261832847376E-01  1.36867843790788729E-01  1.27934760790166524E-01
+  1.19494588412546399E-01  1.11526386736169089E-01  1.04009713181591870E-01
+  9.69246337545836278E-02  9.02517327142734055E-02  8.39721206987542740E-02
+  7.80674413443125381E-02  7.25198764381774913E-02  6.73121496481511039E-02
+  6.24275288756776722E-02  5.78498272818377193E-02  5.35634030383936172E-02
+  4.95531578583696952E-02  4.58045343627175028E-02  4.23035123413906117E-02
+  3.90366039686360911E-02  3.59908480335017766E-02  3.31538032474639685E-02
+  3.05135406916998142E-02  2.80586354668736215E-02  2.57781576083795927E-02
+  2.36616623297948719E-02  2.16991796568569081E-02  1.98812035135969914E-02
+  1.81986803213512079E-02  1.66429971702413242E-02  1.52059696213875314E-02
+  1.38798291965943048E-02  1.26572106105562621E-02  1.15311387987777122E-02
+  1.04950157924030424E-02  9.54260748903130486E-03  8.66803036635340092E-03
+  7.86573818312058179E-03  7.13050870954344551E-03  6.45743052674892064E-03
+  5.84188993240250965E-03  5.27955798705100673E-03  4.76637773317079797E-03
+  4.29855161633350795E-03  3.87252913533733248E-03  3.48499474561205988E-03
+  3.13285603770051269E-03  2.81323221016046253E-03  2.52344285382938857E-03
+  2.26099706205947415E-03  2.02358287927074205E-03  1.80905709799399723E-03
+  1.61543541248932387E-03  1.44088293503605758E-03  1.28370507910171108E-03
+  1.14233881181423033E-03  1.01534427648752586E-03  9.01396784386899346E-04
+  7.99279173470149014E-04  7.07874530502671678E-04  6.26159271720631828E-04
+  5.53196576104565902E-04  4.88130164325120816E-04  4.30178415530986437E-04
+  3.78628813363801218E-04  3.32832711902776828E-04  2.92200411659339267E-04
+  2.56196535255269291E-04  2.24335692022220655E-04  1.96178420451476076E-04
+  1.71327397195463431E-04  1.49423901171805319E-04  1.30144521241310970E-04
+  1.13198095918020132E-04  9.83228736168493921E-05  8.52838820472152589E-05
+  7.38704955139394192E-05  6.38941890845557743E-05  5.51864688197499924E-05
+  4.75969675361203373E-05  4.09916958729810517E-05  3.52514387629593130E-05
+  3.02702877553071378E-05  2.59543000070353335E-05  2.22202751362980126E-05
+  1.89946415212944383E-05  1.62124440229518768E-05  1.38164255077165499E-05
+  1.17561949450906189E-05  9.98747525055542946E-06  8.47142443592349093E-06
+  7.17402401393213437E-06  6.06552898024602440E-06  5.11997406243245377E-06
+  4.31473128060110067E-06  3.63011420716542189E-06  3.04902464270037361E-06
+  2.55663774044613724E-06  2.14012191312584774E-06  1.78839014205677400E-06
+  1.49187957983955237E-06  1.24235659414588665E-06  1.03274464135033910E-06
+  8.56972585133778991E-07  7.09841286986650144E-07  5.86906493103692810E-07
+  4.84376225901740388E-07  3.99021058780637908E-07  3.28095810303244652E-07
+  2.69271339249945621E-07  2.20575255590002149E-07  1.80340484909342829E-07
+  1.47160735856527440E-07  1.19852022334536649E-07  9.74194850930705040E-08
+  7.90288416744995139E-08  6.39818699351375670E-08  5.16953991851296506E-08
+  4.16833449290906873E-08  3.35413787882211374E-08  2.69338749617891308E-08
+  2.15828190351357809E-08  1.72584045298535700E-08  1.37710777595144172E-08
+  1.09648227138788985E-08  8.71150523108099053E-09  6.90611998893467191E-09
+  5.46280518476965670E-09  4.31150848378965434E-09  3.39520417968623553E-09
+  2.66757578512866975E-09  2.09109068809863482E-09  1.63540428570867615E-09
+  1.27604033281630275E-09  9.93302292226478358E-10  7.71377402797423891E-10
+  5.97601131287311567E-10  4.61854768257998899E-10  3.56073278972668690E-10
+  2.73844225592808612E-10  2.10081724256100649E-10  1.60762066590391748E-10
+  1.22709887323023983E-10  9.34256569033787915E-11  7.09468719658738642E-11
+  5.37366518045894043E-11  4.05945646299806674E-11  3.05854367763052663E-11
+  END     
+   CORETAIL_DENSITY   
+  0.00000000000000000E+00  4.34091708611213522E-25  1.75255430584399929E-24
+  3.98006539927691606E-24  7.14183958694982956E-24  1.12636391979447634E-23
+  1.63717852402493735E-23  2.24931685598383664E-23  2.96552612149803181E-23
+  3.78861280698565127E-23  4.72144386116512351E-23  5.76694789953537076E-23
+  6.92811643205907619E-23  8.20800511448936611E-23  9.60973502378768400E-23
+  1.11364939580904523E-22  1.27915377616890511E-22  1.45781916754982154E-22
+  1.64998517134949506E-22  1.85599860656209395E-22  2.07621365276495376E-22
+  2.31099199585281649E-22  2.56070297657166253E-22  2.82572374190519669E-22
+  3.10643939936793925E-22  3.40324317426003480E-22  3.71653656993985507E-22
+  4.04672953117142886E-22  4.39424061060504958E-22  4.75949713845025710E-22
+  5.14293539540161778E-22  5.54500078887894877E-22  5.96614803264454414E-22
+  6.40684132986142065E-22  6.86755455965761251E-22  7.34877146726284822E-22
+  7.85098585778515960E-22  8.37470179369622826E-22  8.92043379609565959E-22
+  9.48870704982558370E-22  1.00800576125083401E-21  1.06950326275814324E-21
+  1.13341905414053828E-21  1.19981013245211837E-21  1.26873466971361788E-21
+  1.34025203589178048E-21  1.41442282231769169E-21  1.49130886555234887E-21
+  1.57097327170791317E-21  1.65348044123324735E-21  1.73889609417253047E-21
+  1.82728729590584510E-21  1.91872248338086708E-21  2.01327149184491013E-21
+  2.11100558208679295E-21  2.21199746819811381E-21  2.31632134586378698E-21
+  2.42405292119177635E-21  2.53526944009223735E-21  2.65004971821642864E-21
+  2.76847417146592122E-21  2.89062484708292814E-21  3.01658545533263930E-21
+  3.14644140178879598E-21  3.28027982023383641E-21  3.41818960618521334E-21
+  3.56026145105972680E-21  3.70658787698781904E-21  3.85726327229019641E-21
+  4.01238392762915377E-21  4.17204807284740888E-21  4.33635591450734034E-21
+  4.50540967414389465E-21  4.67931362724452208E-21  4.85817414296994851E-21
+  5.04209972462965836E-21  5.23120105092634109E-21  5.42559101798380908E-21
+  5.62538478217309077E-21  5.83069980375179818E-21  6.04165589133205278E-21
+  6.25837524719255325E-21  6.48098251345074398E-21  6.70960481911123658E-21
+  6.94437182800698862E-21  7.18541578765004802E-21  7.43287157900903157E-21
+  7.68687676723070553E-21  7.94757165332352096E-21  8.21509932682116595E-21
+  8.48960571944455903E-21  8.77123965978118356E-21  9.06015292900073637E-21
+  9.35650031762676228E-21  9.66043968338408006E-21  9.97213201014217828E-21
+  1.02917414679752820E-20  1.06194354743601353E-20  1.09553847565327562E-20
+  1.12997634150261290E-20  1.16527489884109267E-20  1.20145225192619559E-20
+  1.23852686213734026E-20  1.27651755482462594E-20  1.31544352628719657E-20
+  1.35532435088365770E-20  1.39617998827703758E-20  1.43803079081680010E-20
+  1.48089751106052565E-20  1.52480130943783986E-20  1.56976376205930173E-20
+  1.61580686867295414E-20  1.66295306077132700E-20  1.71122520985170175E-20
+  1.76064663583254347E-20  1.81124111562901239E-20  1.86303289189055901E-20
+  1.91604668190364238E-20  1.97030768666267507E-20  2.02584160011236385E-20
+  2.08267461856464499E-20  2.14083345029353211E-20  2.20034532531116607E-20
+  2.26123800532853568E-20  2.32353979390427263E-20  2.38727954678511296E-20
+  2.45248668244157247E-20  2.51919119280254705E-20  2.58742365419254723E-20
+  2.65721523847538013E-20  2.72859772440816305E-20  2.80160350920960022E-20
+  2.87626562034657407E-20  2.95261772754311835E-20  3.03069415501598735E-20
+  3.11052989394102350E-20  3.19216061515471954E-20  3.27562268209533803E-20
+  3.36095316398810944E-20  3.44818984927909366E-20  3.53737125932236745E-20
+  3.62853666232528542E-20  3.72172608755667121E-20  3.81698033982286895E-20
+  3.91434101421668929E-20  4.01385051114434602E-20  4.11555205163564996E-20
+  4.21948969294271564E-20  4.32570834443264676E-20  4.43425378377968200E-20
+  4.54517267346245459E-20  4.65851257757204213E-20  4.77432197893669829E-20
+  4.89265029656914345E-20  5.01354790344253220E-20  5.13706614460122083E-20
+  5.26325735561260020E-20  5.39217488136646983E-20  5.52387309522837331E-20
+  5.65840741855361646E-20  5.79583434056868358E-20  5.93621143862696980E-20
+  6.07959739884584443E-20  6.22605203713217741E-20  6.37563632060364923E-20
+  6.52841238941325539E-20  6.68444357898454082E-20  6.84379444266529544E-20
+  7.00653077480756398E-20  7.17271963428194702E-20  7.34242936843433022E-20
+  7.51572963749334854E-20  7.69269143943705969E-20  7.87338713532740654E-20
+  8.05789047512121731E-20  8.24627662396674709E-20  8.43862218899483914E-20
+  8.63500524661390698E-20  8.83550537031827681E-20  9.04020365901950166E-20
+  9.24918276591037103E-20  9.46252692787172212E-20  9.68032199543210976E-20
+  9.90265546329079034E-20  1.01296165014145174E-19  1.03612959867189543E-19
+  1.05977865353455896E-19  1.08391825355454305E-19  1.10855801811807132E-19
+  1.13370775058563047E-19  1.15937744176925832E-19  1.18557727347517839E-19
+  1.21231762211300969E-19  1.23960906237279564E-19  1.26746237097112589E-19
+  1.29588853046764478E-19  1.32489873315326702E-19  1.35450438501143690E-19
+  1.38471710975381240E-19  1.41554875293175705E-19  1.44701138612506448E-19
+  1.47911731120936632E-19  1.51187906470368967E-19  1.54530942219967170E-19
+  1.57942140287396257E-19  1.61422827408536574E-19  1.64974355605831345E-19
+  1.68598102665429511E-19  1.72295472623287075E-19  1.76067896260397093E-19
+  1.79916831607317286E-19  1.83843764458170647E-19  1.87850208894295734E-19
+  1.91937707817728487E-19  1.96107833494697933E-19  2.00362188109325310E-19
+  2.04702404327716671E-19  2.09130145872642880E-19  2.13647108109007459E-19
+  2.18255018640302468E-19  2.22955637916258305E-19  2.27750759851898351E-19
+  2.32642212458211113E-19  2.37631858484656853E-19  2.42721596073731756E-19
+  2.47913359427814920E-19  2.53209119488527136E-19  2.58610884628836452E-19
+  2.64120701358151083E-19  2.69740655040638808E-19  2.75472870627024875E-19
+  2.81319513400117126E-19  2.87282789734317657E-19  2.93364947869382793E-19
+  2.99568278698696537E-19  3.05895116572331214E-19  3.12347840115169990E-19
+  3.18928873060376554E-19  3.25640685098494972E-19  3.32485792742475870E-19
+  3.39466760208926463E-19  3.46586200315885401E-19  3.53846775397436592E-19
+  3.61251198235472620E-19  3.68802233008932215E-19  3.76502696260834815E-19
+  3.84355457883453046E-19  3.92363442121951512E-19  4.00529628596848697E-19
+  4.08857053345646306E-19  4.17348809883989269E-19  4.26008050286720119E-19
+  4.34837986289200461E-19  4.43841890409279656E-19  4.53023097090295204E-19
+  4.62385003865501198E-19  4.71931072544324415E-19  4.81664830420855117E-19
+  4.91589871504992282E-19  5.01709857776664742E-19  5.12028520463559366E-19
+  5.22549661342799519E-19  5.33277154067018224E-19  5.44214945515286987E-19
+  5.55367057169358854E-19  5.66737586515707569E-19  5.78330708473838816E-19
+  5.90150676851369774E-19  6.02201825826374260E-19  6.14488571457506607E-19
+  6.27015413222423045E-19  6.39786935585029154E-19  6.52807809592095234E-19
+  6.66082794499786191E-19  6.79616739430666753E-19  6.93414585061756830E-19
+  7.07481365344207544E-19  7.21822209255200493E-19  7.36442342582668121E-19
+  7.51347089743448335E-19  7.66541875635501699E-19  7.82032227524827040E-19
+  7.97823776967726159E-19  8.13922261769074180E-19  8.30333527977279740E-19
+  8.47063531916606475E-19  8.64118342257571598E-19  8.81504142126117095E-19
+  8.99227231252294942E-19  9.17294028159191358E-19  9.35711072392858141E-19
+  9.54485026793997501E-19  9.73622679812206664E-19  9.93130947863556481E-19
+  1.01301687773232872E-18  1.03328764901773192E-18  1.05395057662643855E-18
+  1.07501311331180119E-18  1.09648285226061986E-18  1.11836752972835170E-18
+  1.14067502772367209E-18  1.16341337674329644E-18  1.18659075855802397E-18
+  1.21021550905094905E-18  1.23429612110880802E-18  1.25884124756748181E-18
+  1.28385970421263679E-18  1.30936047283655480E-18  1.33535270435220010E-18
+  1.36184572196558937E-18  1.38884902440755616E-18  1.41637228922602791E-18
+  1.44442537613993456E-18  1.47301833045591826E-18  1.50216138654900143E-18
+  1.53186497140842044E-18  1.56213970824984570E-18  1.59299642019521806E-18
+  1.62444613402147650E-18  1.65650008397946687E-18  1.68916971568433296E-18
+  1.72246669007874149E-18  1.75640288747028555E-18  1.79099041164448014E-18
+  1.82624159405473298E-18  1.86216899809075026E-18  1.89878542342684465E-18
+  1.93610391045162583E-18  1.97413774478061142E-18  2.01290046185329822E-18
+  2.05240585161627611E-18  2.09266796329400035E-18  2.13370111024885428E-18
+  2.17551987493217358E-18  2.21813911392792980E-18  2.26157396309082252E-18
+  2.30583984278051753E-18  2.35095246319386457E-18  2.39692782979689001E-18
+  2.44378224885846227E-18  2.49153233308750269E-18  2.54019500737570917E-18
+  2.58978751464773744E-18  2.64032742182087116E-18  2.69183262587620824E-18
+  2.74432136004346982E-18  2.79781220010154064E-18  2.85232407079691326E-18
+  2.90787625238223878E-18  2.96448838727723023E-18  3.02218048685420104E-18
+  3.08097293835058776E-18  3.14088651191079782E-18  3.20194236775985561E-18
+  3.26416206351123500E-18  3.32756756161145533E-18  3.39218123692397939E-18
+  3.45802588445499243E-18  3.52512472722374494E-18  3.59350142428015778E-18
+  3.66318007887241606E-18  3.73418524676741481E-18  3.80654194472683985E-18
+  3.88027565914185436E-18  3.95541235482933788E-18  4.03197848399267207E-18
+  4.11000099535020729E-18  4.18950734343447813E-18  4.27052549806542147E-18
+  4.35308395400080849E-18  4.43721174076721416E-18  4.52293843267492846E-18
+  4.61029415902020279E-18  4.69930961447836143E-18  4.79001606969134951E-18
+  4.88244538205333893E-18  4.97663000669810639E-18  5.07260300769195654E-18
+  5.17039806943600224E-18  5.27004950828180015E-18  5.37159228436420036E-18
+  5.47506201365560936E-18  5.58049498024570018E-18  5.68792814885084964E-18
+  5.79739917755756690E-18  5.90894643080429439E-18  6.02260899260603453E-18
+  6.13842668002637761E-18  6.25644005690147445E-18  6.37669044782077477E-18
+  6.49921995236922750E-18  6.62407145963589040E-18  6.75128866299393938E-18
+  6.88091607515711421E-18  7.01299904351775381E-18  7.14758376577177643E-18
+  7.28471730583586057E-18  7.42444761006236602E-18  7.56682352375750965E-18
+  7.71189480800852500E-18  7.85971215682550807E-18  8.01032721460390270E-18
+  8.16379259391356976E-18  8.32016189362058612E-18  8.47948971734795188E-18
+  8.64183169228156593E-18  8.80724448832794265E-18  8.97578583763022082E-18
+  9.14751455444913941E-18  9.32249055541584878E-18  9.50077488016353535E-18
+  9.68242971234481622E-18  9.86751840104225923E-18  1.00561054825792946E-17
+  1.02482567027390446E-17  1.04440390393986444E-17  1.06435207255868865E-17
+  1.08467712729730383E-17  1.10538614957950005E-17  1.12648635352348507E-17
+  1.14798508842502769E-17  1.16988984128704056E-17  1.19220823939646197E-17
+  1.21494805294933224E-17  1.23811719772495841E-17  1.26172373781008221E-17
+  1.28577588837400027E-17  1.31028201849556811E-17  1.33525065404307880E-17
+  1.36069048060798968E-17  1.38661034649350954E-17  1.41301926575907372E-17
+  1.43992642132174816E-17  1.46734116811563023E-17  1.49527303631031896E-17
+  1.52373173458958724E-17  1.55272715349134335E-17  1.58226936881005617E-17
+  1.61236864506280351E-17  1.64303543902012423E-17  1.67428040330290402E-17
+  1.70611439004650463E-17  1.73854845463342101E-17  1.77159385949572459E-17
+  1.80526207798860671E-17  1.83956479833635820E-17  1.87451392765212296E-17
+  1.91012159603281754E-17  1.94640016073061195E-17  1.98336221040243610E-17
+  2.02102056943888981E-17  2.05938830237414439E-17  2.09847871837827844E-17
+  2.13830537583360724E-17  2.17888208699658352E-17  2.22022292274686214E-17
+  2.26234221742516527E-17  2.30525457376159007E-17  2.34897486789607362E-17
+  2.39351825449272205E-17  2.43890017194976320E-17  2.48513634770690540E-17
+  2.53224280365193592E-17  2.58023586162839586E-17  2.62913214904624089E-17
+  2.67894860459738812E-17  2.72970248407814708E-17  2.78141136632047912E-17
+  2.83409315923418196E-17  2.88776610596201572E-17  2.94244879114992564E-17
+  2.99816014733447621E-17  3.05491946144972789E-17  3.11274638145574250E-17
+  3.17166092309103782E-17  3.23168347675126675E-17  3.29283481449650908E-17
+  3.35513609718957770E-17  3.41860888176775873E-17  3.48327512865052482E-17
+  3.54915720928572252E-17  3.61627791383685410E-17  3.68466045901406283E-17
+  3.75432849605153446E-17  3.82530611883403170E-17  3.89761787217535517E-17
+  3.97128876025157717E-17  4.04634425519192980E-17  4.12281030583031136E-17
+  4.20071334662038586E-17  4.28008030671737136E-17  4.36093861922958611E-17
+  4.44331623064297602E-17  4.52724161042180946E-17  4.61274376078888046E-17
+  4.69985222668851196E-17  4.78859710593585779E-17  4.87900905955590599E-17
+  4.97111932231578259E-17  5.06495971345395021E-17  5.16056264760996832E-17
+  5.25796114595860180E-17  5.35718884755204576E-17  5.45828002087421594E-17
+  5.56126957561100883E-17  5.66619307464061027E-17  5.77308674624795147E-17
+  5.88198749656749587E-17  5.99293292225864816E-17  6.10596132341808720E-17
+  6.22111171673350637E-17  6.33842384888323945E-17  6.45793821018636455E-17
+  6.57969604850801201E-17  6.70373938342455884E-17  6.83011102065368188E-17
+  6.95885456675412134E-17  7.09001444410023422E-17  7.22363590613651804E-17
+  7.35976505291723147E-17  7.49844884693654131E-17  7.63973512925459089E-17
+  7.78367263592499965E-17  7.93031101472944777E-17  8.07970084222510206E-17
+  8.23189364111069365E-17  8.38694189791722293E-17  8.54489908102938468E-17
+  8.70581965904381331E-17  8.86975911947056764E-17  9.03677398778414029E-17
+  9.20692184683063524E-17  9.38026135659767107E-17  9.55685227435389137E-17
+  9.73675547516491103E-17  9.92003297279275358E-17  1.01067479409859671E-16
+  1.02969647351677351E-16  1.04907489145293278E-16  1.06881672645366264E-16
+  1.08892878198572636E-16  1.10941798877163903E-16  1.13029140716890183E-16
+  1.15155622959370351E-16  1.17321978298993691E-16  1.19528953134435696E-16
+  1.21777307824876138E-16  1.24067816951005650E-16  1.26401269580912108E-16
+  1.28778469540935904E-16  1.31200235691588882E-16  1.33667402208630635E-16
+  1.36180818869398340E-16  1.38741351344489282E-16  1.41349881494895006E-16
+  1.44007307674689982E-16  1.46714545039377611E-16  1.49472525860000189E-16
+  1.52282199843120124E-16  1.55144534456782161E-16  1.58060515262568314E-16
+  1.61031146253859986E-16  1.64057450200421909E-16  1.67140468999428258E-16
+  1.70281264033048837E-16  1.73480916532719755E-16  1.76740527950222928E-16
+  1.80061220335701571E-16  1.83444136722741240E-16  1.86890441520649164E-16
+  1.90401320914065315E-16  1.93977983270042916E-16  1.97621659552738563E-16
+  2.01333603745852294E-16  2.05115093282964948E-16  2.08967429485918420E-16
+  2.12891938011389771E-16  2.16889969305812452E-16  2.20962899068802275E-16
+  2.25112128725241832E-16  2.29339085906191996E-16  2.33645224938791427E-16
+  2.38032027345311944E-16  2.42501002351542899E-16  2.47053687404677616E-16
+  2.51691648700879507E-16  2.56416481722708554E-16  2.61229811786594519E-16
+  2.66133294600540802E-16  2.71128616832254174E-16  2.76217496687892583E-16
+  2.81401684501630703E-16  2.86682963336244048E-16  2.92063149594920499E-16
+  2.97544093644505485E-16  3.03127680450396713E-16  3.08815830223305488E-16
+  3.14610499078107275E-16  3.20513679705006188E-16  3.26527402053243691E-16
+  3.32653734027586555E-16  3.38894782197834075E-16  3.45252692521584415E-16
+  3.51729651080511077E-16  3.58327884830401347E-16  3.65049662365211870E-16
+  3.71897294695407278E-16  3.78873136040844091E-16  3.85979584638476523E-16
+  3.93219083565155074E-16  4.00594121575808690E-16  4.08107233957289714E-16
+  4.15761003398176952E-16  4.23558060874839721E-16  4.31501086554057968E-16
+  4.39592810712517064E-16  4.47836014673485860E-16  4.56233531761002475E-16
+  4.64788248271894307E-16  4.73503104465964572E-16  4.82381095574688287E-16
+  4.91425272828758022E-16  5.00638744504836265E-16  5.10024676991873094E-16
+  5.19586295877351480E-16  5.29326887053836279E-16  5.39249797846205091E-16
+  5.49358438159946047E-16  5.59656281650918819E-16  5.70146866916978126E-16
+  5.80833798711869146E-16  5.91720749181810471E-16  6.02811459125190689E-16
+  6.14109739275806146E-16  6.25619471610084330E-16  6.37344610678739746E-16
+  6.49289184963317765E-16  6.61457298258092172E-16  6.73853131077791391E-16
+  6.86480942091636185E-16  6.99345069584174668E-16  7.12449932943427277E-16
+  7.25800034176840876E-16  7.39399959455575980E-16  7.53254380687658692E-16
+  7.67368057120534276E-16  7.81745836973570628E-16  7.96392659101075371E-16
+  8.11313554686394179E-16  8.26513648967669332E-16  8.41998162995856479E-16
+  8.57772415425595677E-16  8.73841824339553504E-16  8.90211909106863688E-16
+  9.06888292276301078E-16  9.23876701504836722E-16  9.41182971522240532E-16
+  9.58813046132399908E-16  9.76772980252041996E-16  9.95068941987561881E-16
+  1.01370721475066273E-15  1.03269419941354094E-15  1.05203641650434560E-15
+  1.07174050844367628E-15  1.09181324182287522E-15  1.11226150972490643E-15
+  1.13309233408860140E-15  1.15431286811710330E-15  1.17593039873131453E-15
+  1.19795234906920511E-15  1.22038628103182787E-15  1.24323989787691979E-15
+  1.26652104686097467E-15  1.29023772193069985E-15  1.31439806646477012E-15
+  1.33901037606682272E-15  1.36408310141065971E-15  1.38962485113861896E-15
+  1.41564439481411386E-15  1.44215066592936359E-15  1.46915276496932309E-15
+  1.49665996253288816E-15  1.52468170251242480E-15  1.55322760533273269E-15
+  1.58230747125053222E-15  1.61193128371562175E-15  1.64210921279485877E-15
+  1.67285161866012257E-15  1.70416905514147098E-15  1.73607227334670395E-15
+  1.76857222534857501E-15  1.80168006794090591E-15  1.83540716646491637E-15
+  1.86976509870704919E-15  1.90476565886965420E-15  1.94042086161587539E-15
+  1.97674294619013878E-15  2.01374438061564663E-15  2.05143786597031987E-15
+  2.08983634074265567E-15  2.12895298526899079E-15  2.16880122625370295E-15
+  2.20939474137387200E-15  2.25074746397002672E-15  2.29287358782452028E-15
+  2.33578757202926390E-15  2.37950414594437039E-15  2.42403831424952245E-15
+  2.46940536208971746E-15  2.51562086031719928E-15  2.56270067083134845E-15
+  2.61066095201836722E-15  2.65951816429263770E-15  2.70928907574163620E-15
+  2.75999076787634776E-15  2.81164064148915359E-15  2.86425642262118518E-15
+  2.91785616864122806E-15  2.97245827443820176E-15  3.02808147872939892E-15
+  3.08474487048660650E-15  3.14246789548232883E-15  3.20127036295834750E-15
+  3.26117245241891856E-15  3.32219472055092309E-15  3.38435810827335188E-15
+  3.44768394791852554E-15  3.51219397054755157E-15  3.57791031340245938E-15
+  3.64485552749765653E-15  3.71305258535321265E-15  3.78252488887271194E-15
+  3.85329627736830125E-15  3.92539103573574008E-15  3.99883390278222606E-15
+  4.07365007970985324E-15  4.14986523875762276E-15  4.22750553200496252E-15
+  4.30659760033977171E-15  4.38716858259407848E-15  4.46924612485040013E-15
+  4.55285838992208409E-15  4.63803406701076800E-15  4.72480238154436103E-15
+  4.81319310519887564E-15  4.90323656610755144E-15  4.99496365926078403E-15
+  5.08840585710040778E-15  5.18359522031197174E-15  5.28056440881871704E-15
+  5.37934669298101616E-15  5.47997596500509870E-15  5.58248675056503455E-15
+  5.68691422064185744E-15  5.79329420358398673E-15  5.90166319739304816E-15
+  6.01205838223925703E-15  6.12451763321074988E-15  6.23907953330114356E-15
+  6.35578338663982990E-15  6.47466923196952860E-15  6.59577785637570760E-15
+  6.71915080927260969E-15  6.84483041665061055E-15  6.97285979558989786E-15
+  7.10328286904534972E-15  7.23614438090773207E-15  7.37148991134637200E-15
+  7.50936589243855201E-15  7.64981962409101865E-15  7.79289929025899823E-15
+  7.93865397546836783E-15  8.08713368164657227E-15  8.23838934526808202E-15
+  8.39247285482028166E-15  8.54943706859578585E-15  8.70933583281722227E-15
+  8.87222400010079404E-15  9.03815744826482844E-15  9.20719309948988296E-15
+  9.37938893983690433E-15  9.55480403913014264E-15  9.73349857121164732E-15
+  9.91553383457426964E-15  1.01009722733803235E-14  1.02898774988729461E-14
+  1.04823143111876882E-14  1.06783487215716845E-14  1.08780479750180764E-14
+  1.10814805733233908E-14  1.12887162985759049E-14  1.14998262370828662E-14
+  1.17148828037449289E-14  1.19339597668861084E-14  1.21571322735477102E-14
+  1.23844768752550003E-14  1.26160715542654132E-14  1.28519957503072240E-14
+  1.30923303878179628E-14  1.33371579036918994E-14  1.35865622755459754E-14
+  1.38406290505140608E-14  1.40994453745792366E-14  1.43631000224543437E-14
+  1.46316834280207966E-14  1.49052877153363862E-14  1.51840067302224408E-14
+  1.54679360724413164E-14  1.57571731284752548E-14  1.60518171049177395E-14
+  1.63519690624889255E-14  1.66577319506867017E-14  1.69692106430853259E-14
+  1.72865119732936676E-14  1.76097447715855603E-14  1.79390199022144590E-14
+  1.82744503014256682E-14  1.86161510161787759E-14  1.89642392435937781E-14
+  1.93188343711342842E-14  1.96800580175417928E-14  2.00480340745347789E-14
+  2.04228887492871177E-14  2.08047506077003081E-14  2.11937506184843166E-14
+  2.15900221980622312E-14  2.19937012563140117E-14  2.24049262431751439E-14
+  2.28238381961059688E-14  2.32505807884483042E-14  2.36853003786854470E-14
+  2.41281460606229537E-14  2.45792697145070448E-14  2.50388260590982119E-14
+  2.55069727047181888E-14  2.59838702072878322E-14  2.64696821233751164E-14
+  2.69645750662717780E-14  2.74687187631176972E-14  2.79822861130929450E-14
+  2.85054532466972346E-14  2.90383995861370124E-14  2.95813079068410900E-14
+  3.01343644001258423E-14  3.06977587370313089E-14  3.12716841333503429E-14
+  3.18563374158727390E-14  3.24519190898674808E-14  3.30586334078257967E-14
+  3.36766884394889298E-14  3.43062961431844883E-14  3.49476724384957256E-14
+  3.56010372802888340E-14  3.62666147341235355E-14  3.69446330530728676E-14
+  3.76353247559783495E-14  3.83389267071675505E-14  3.90556801976612621E-14
+  3.97858310278980972E-14  4.05296295920049159E-14  4.12873309636419761E-14
+  4.20591949834521587E-14  4.28454863481442160E-14  4.36464747012408429E-14
+  4.44624347255221440E-14  4.52936462371969139E-14  4.61403942818328753E-14
+  4.70029692320805153E-14  4.78816668872219804E-14  4.87767885745805972E-14
+  4.96886412528251737E-14  5.06175376172047011E-14  5.15637962067491797E-14
+  5.25277415134739565E-14  5.35097040936240572E-14  5.45100206809976145E-14
+  5.55290343023865738E-14  5.65670943951743784E-14  5.76245569271311936E-14
+  5.87017845184471864E-14  5.97991465660463953E-14  6.09170193702230198E-14
+  6.20557862636442100E-14  6.32158377427629721E-14  6.43975716016867272E-14
+  6.56013930685469145E-14  6.68277149444168784E-14  6.80769577448250714E-14
+  6.93495498439125811E-14  7.06459276212840559E-14  7.19665356116023900E-14
+  7.33118266569784621E-14  7.46822620622083341E-14  7.60783117529105421E-14
+  7.75004544366182209E-14  7.89491777668812813E-14  8.04249785104336599E-14
+  8.19283627174861865E-14  8.34598458951974127E-14  8.50199531843888679E-14
+  8.66092195395604038E-14  8.82281899122689147E-14  8.98774194379334513E-14
+  9.15574736261301439E-14  9.32689285544424120E-14  9.50123710659332969E-14
+  9.67883989703061661E-14  9.85976212488247502E-14  1.00440658263060708E-13
+  1.02318141967541649E-13  1.04230716126371451E-13  1.06179036533897923E-13
+  1.08163771239502739E-13  1.10185600776590930E-13  1.12245218395858181E-13
+  1.14343330302916215E-13  1.16480655900357232E-13  1.18657928034340280E-13
+  1.20875893245784432E-13  1.23135312026254355E-13  1.25436959078626099E-13
+  1.27781623582622351E-13  1.30170109465308016E-13  1.32603235676638982E-13
+  1.35081836470157958E-13  1.37606761688933612E-13  1.40178877056842069E-13
+  1.42799064475288038E-13  1.45468222325469661E-13  1.48187265776289243E-13
+  1.50957127098015363E-13  1.53778755981804524E-13  1.56653119865190146E-13
+  1.59581204263652358E-13  1.62564013108380799E-13  1.65602569090345230E-13
+  1.68697914010795063E-13  1.71851109138302933E-13  1.75063235572479305E-13
+  1.78335394614478958E-13  1.81668708144428343E-13  1.85064319005901873E-13
+  1.88523391397579702E-13  1.92047111272219360E-13  1.95636686743080205E-13
+  1.99293348497937314E-13  2.03018350220828026E-13  2.06812969021674837E-13
+  2.10678505873932223E-13  2.14616286060406372E-13  2.18627659627400538E-13
+  2.22714001847341875E-13  2.26876713690047702E-13  2.31117222302792368E-13
+  2.35436981499338337E-13  2.39837472258100866E-13  2.44320203229613689E-13
+  2.48886711253471768E-13  2.53538561884926466E-13  2.58277349931314243E-13
+  2.63104699998500984E-13  2.68022267047530831E-13  2.73031736961667426E-13
+  2.78134827124023316E-13  2.83333287005975512E-13  2.88628898766564376E-13
+  2.94023477863087407E-13  2.99518873673089536E-13  3.05116970127968531E-13
+  3.10819686358408313E-13  3.16628977351861838E-13  3.22546834622309094E-13
+  3.28575286892518089E-13  3.34716400789042814E-13  3.40972281550194330E-13
+  3.47345073747228766E-13  3.53836962018997249E-13  3.60450171820309490E-13
+  3.67186970184265388E-13  3.74049666498818034E-13  3.81040613297829595E-13
+  3.88162207066892902E-13  3.95416889064193758E-13  4.02807146156693296E-13
+  4.10335511671915498E-13  4.18004566265633104E-13  4.25816938805746295E-13
+  4.33775307272656268E-13  4.41882399676440512E-13  4.50140994991145439E-13
+  4.58553924106510889E-13  4.67124070797455445E-13  4.75854372711652837E-13
+  4.84747822375531900E-13  4.93807468219051370E-13  5.03036415619590606E-13
+  5.12437827965320360E-13  5.22014927738408004E-13  5.31770997618435679E-13
+  5.41709381606400508E-13  5.51833486169683222E-13  5.62146781408375242E-13
+  5.72652802243362783E-13  5.83355149626570744E-13  5.94257491773782315E-13
+  6.05363565420450913E-13  6.16677177100933782E-13  6.28202204451584999E-13
+  6.39942597538151144E-13  6.51902380207916754E-13  6.64085651467070716E-13
+  6.76496586883752003E-13  6.89139440017258136E-13  7.02018543873904162E-13
+  7.15138312390024414E-13  7.28503241942622812E-13  7.42117912888186490E-13
+  7.55986991130189323E-13  7.70115229715811425E-13  7.84507470462426951E-13
+  7.99168645614405568E-13  8.14103779530796374E-13  8.29317990404467808E-13
+  8.44816492013282428E-13  8.60604595503913214E-13  8.76687711208894924E-13
+  8.93071350497537953E-13  9.09761127661328611E-13  9.26762761834458234E-13
+  9.44082078950133502E-13  9.61725013733333090E-13  9.79697611730683449E-13
+  9.98006031378150428E-13  1.01665654610724145E-12  1.03565554649043635E-12
+  1.05500954242657656E-12  1.07472516536695089E-12  1.09480917058283411E-12
+  1.11526843947524819E-12  1.13610998192773101E-12  1.15734093870290371E-12
+  1.17896858388365821E-12  1.20100032735978576E-12  1.22344371736088972E-12
+  1.24630644303644215E-12  1.26959633708385754E-12  1.29332137842547464E-12
+  1.31748969493534992E-12  1.34210956621678379E-12  1.36718942643153059E-12
+  1.39273786718163139E-12  1.41876364044485909E-12  1.44527566156476245E-12
+  1.47228301229632069E-12  1.49979494390823327E-12  1.52782088034289927E-12
+  1.55637042143515570E-12  1.58545334619084316E-12  1.61507961612633496E-12
+  1.64525937867013236E-12  1.67600297062767255E-12  1.70732092171054905E-12
+  1.73922395813128800E-12  1.77172300626493021E-12  1.80482919637863179E-12
+  1.83855386643054445E-12  1.87290856593925858E-12  1.90790505992510921E-12
+  1.94355533292466126E-12  1.97987159307973736E-12  2.01686627630236269E-12
+  2.05455205051701084E-12  2.09294181998159742E-12  2.13204872968864920E-12
+  2.17188616984815371E-12  2.21246778045355906E-12  2.25380745593249473E-12
+  2.29591934988372923E-12  2.33881787990199823E-12  2.38251773249227819E-12
+  2.42703386807517129E-12  2.47238152608508455E-12  2.51857623016287869E-12
+  2.56563379344476330E-12  2.61357032394916268E-12  2.66240223006339641E-12
+  2.71214622613195159E-12  2.76281933814828277E-12  2.81443890955196147E-12
+  2.86702260713316608E-12  2.92058842704645259E-12  2.97515470093580561E-12
+  3.03074010217302419E-12  3.08736365221151500E-12  3.14504472705757542E-12
+  3.20380306386136146E-12  3.26365876762970881E-12  3.32463231806300314E-12
+  3.38674457651843419E-12  3.45001679310187596E-12  3.51447061389078022E-12
+  3.58012808829045682E-12  3.64701167652618093E-12  3.71514425727360621E-12
+  3.78454913542998130E-12  3.85525005002878066E-12  3.92727118230029497E-12
+  4.00063716388090754E-12  4.07537308517370114E-12  4.15150450386318307E-12
+  4.22905745358690464E-12  4.30805845276684770E-12  4.38853451360344668E-12
+  4.47051315123522774E-12  4.55402239306703678E-12  4.63909078826993090E-12
+  4.72574741745583762E-12  4.81402190253012578E-12  4.90394441672532816E-12
+  4.99554569481927937E-12  5.08885704354099300E-12  5.18391035216766524E-12
+  5.28073810331626531E-12  5.37937338393320837E-12  5.47984989648566972E-12
+  5.58220197035817958E-12  5.68646457345818441E-12  5.79267332403434630E-12
+  5.90086450271135036E-12  6.01107506474516715E-12  6.12334265250265469E-12
+  6.23770560816960607E-12  6.35420298669121551E-12  6.47287456894920116E-12
+  6.59376087517981290E-12  6.71690317863695604E-12  6.84234351950487412E-12
+  6.97012471906476877E-12  7.10029039411997092E-12  7.23288497168411910E-12
+  7.36795370393718023E-12  7.50554268345388428E-12  7.64569885870960375E-12
+  7.78847004986837030E-12  7.93390496485822608E-12  8.08205321573880642E-12
+  8.23296533536643942E-12  8.38669279436194834E-12  8.54328801838649967E-12
+  8.70280440573084759E-12  8.86529634522363267E-12  9.03081923446415350E-12
+  9.19942949838540951E-12  9.37118460815311327E-12  9.54614310040674196E-12
+  9.72436459684813390E-12  9.90590982418425739E-12  1.00908406344299291E-11
+  1.02792200255768635E-11  1.04711121626353319E-11  1.06665823990550352E-11
+  1.08656972985315344E-11  1.10685246572050905E-11  1.12751335262585406E-11
+  1.14855942349211422E-11  1.16999784138853133E-11  1.19183590191434073E-11
+  1.21408103562516005E-11  1.23674081050283484E-11  1.25982293446946277E-11
+  1.28333525794636442E-11  1.30728577645875224E-11  1.33168263328688010E-11
+  1.35653412216445527E-11  1.38184869002510488E-11  1.40763493979772259E-11
+  1.43390163325149317E-11  1.46065769389144825E-11  1.48791220990538719E-11
+  1.51567443716302031E-11  1.54395380226820730E-11  1.57275990566516780E-11
+  1.60210252479955981E-11  1.63199161733533120E-11  1.66243732442826270E-11
+  1.69344997405713087E-11  1.72504008441343902E-11  1.75721836735066305E-11
+  1.78999573189399210E-11  1.82338328781153832E-11  1.85739234924800365E-11
+  1.89203443842183272E-11  1.92732128938683315E-11  1.96326485185934061E-11
+  1.99987729511193625E-11  2.03717101193479628E-11  2.07515862266573338E-11
+  2.11385297929001556E-11  2.15326716961107001E-11  2.19341452149315542E-11
+  2.23430860717715165E-11  2.27596324767058300E-11  2.31839251721302869E-11
+  2.36161074781807786E-11  2.40563253389299474E-11  2.45047273693729218E-11
+  2.49614649032139547E-11  2.54266920414659887E-11  2.59005657018755829E-11
+  2.63832456691852085E-11  2.68748946462455660E-11  2.73756783059902931E-11
+  2.78857653442858234E-11  2.84053275336690130E-11  2.89345397779855193E-11
+  2.94735801679417961E-11  3.00226300375836907E-11  3.05818740217149923E-11
+  3.11515001142688853E-11  3.17316997276458354E-11  3.23226677530311597E-11
+  3.29246026217058869E-11  3.35377063673642243E-11  3.41621846894515336E-11
+  3.47982470175362239E-11  3.54461065767294181E-11  3.61059804541660595E-11
+  3.67780896665613403E-11  3.74626592288564051E-11  3.81599182239667749E-11
+  3.88700998736478546E-11  3.95934416104912144E-11  4.03301851510653665E-11
+  4.10805765702152669E-11  4.18448663765340290E-11  4.26233095890208978E-11
+  4.34161658149393475E-11  4.42236993288887238E-11  4.50461791531032151E-11
+  4.58838791389920929E-11  4.67370780499340032E-11  4.76060596453393633E-11
+  4.84911127659936435E-11  4.93925314206949710E-11  5.03106148741986807E-11
+  5.12456677364820327E-11  5.21980000533411363E-11  5.31679273983329610E-11
+  5.41557709660742003E-11  5.51618576669091142E-11  5.61865202229578838E-11
+  5.72300972655565098E-11  5.82929334340998810E-11  5.93753794762978289E-11
+  6.04777923498550312E-11  6.16005353255844585E-11  6.27439780919634495E-11
+  6.39084968611417532E-11  6.50944744764098296E-11  6.63023005211352141E-11
+  6.75323714291743538E-11  6.87850905967666855E-11  7.00608684959169934E-11
+  7.13601227892713958E-11  7.26832784464917319E-11  7.40307678621319777E-11
+  7.54030309750205715E-11  7.68005153891494221E-11  7.82236764960725095E-11
+  7.96729775988135333E-11  8.11488900372816292E-11  8.26518933151947240E-11
+  8.41824752285057888E-11  8.57411319953298547E-11  8.73283683873648926E-11
+  8.89446978628007892E-11  9.05906427007081378E-11  9.22667341368971991E-11
+  9.39735125012360483E-11  9.57115273564155380E-11  9.74813376381461631E-11
+  9.92835117967708904E-11  1.01118627940276634E-10  1.02987273978682652E-10
+  1.04890047769785995E-10  1.06827557266238316E-10  1.08800420663927703E-10
+  1.10809266551637670E-10  1.12854734061950822E-10  1.14937473023364209E-10
+  1.17058144113579157E-10  1.19217419013926845E-10  1.21415980564886408E-10
+  1.23654522922650355E-10  1.25933751716689418E-10  1.28254384208263315E-10
+  1.30617149449822665E-10  1.33022788445242583E-10  1.35472054310824626E-10
+  1.37965712437000263E-10  1.40504540650663310E-10  1.43089329378057665E-10
+  1.45720881808137700E-10  1.48400014056317346E-10  1.51127555328518493E-10
+  1.53904348085421736E-10  1.56731248206819924E-10  1.59609125155968534E-10
+  1.62538862143820023E-10  1.65521356293024126E-10  1.68557518801569846E-10
+  1.71648275105937864E-10  1.74794565043625134E-10  1.77997343014896751E-10
+  1.81257578143612113E-10  1.84576254436965752E-10  1.87954370943973122E-10
+  1.91392941912525757E-10  1.94892996944829796E-10  1.98455581151032382E-10
+  2.02081755300834008E-10  2.05772595972870650E-10  2.09529195701643088E-10
+  2.13352663121758800E-10  2.17244123109240185E-10  2.21204716919642659E-10
+  2.25235602322713992E-10  2.29337953733313172E-10  2.33512962338295668E-10
+  2.37761836219057396E-10  2.42085800469416771E-10  2.46486097308499707E-10
+  2.50963986188277829E-10  2.55520743895393683E-10  2.60157664646893915E-10
+  2.64876060179469443E-10  2.69677259831790277E-10  2.74562610619502367E-10
+  2.79533477302433181E-10  2.84591242443539391E-10  2.89737306459102412E-10
+  2.94973087659666763E-10  3.00300022281184759E-10  3.05719564505817725E-10
+  3.11233186471815535E-10  3.16842378271874652E-10  3.22548647939353426E-10
+  3.28353521421690801E-10  3.34258542540356759E-10  3.40265272936630944E-10
+  3.46375292002478382E-10  3.52590196795764814E-10  3.58911601939020748E-10
+  3.65341139500936359E-10  3.71880458859733691E-10  3.78531226547534067E-10
+  3.85295126074797233E-10  3.92173857733884461E-10  3.99169138380751013E-10
+  4.06282701193742392E-10  4.13516295408426293E-10  4.20871686027356744E-10
+  4.28350653503618688E-10  4.35954993396968691E-10  4.43686516001332252E-10
+  4.51547045942383117E-10  4.59538421743875340E-10  4.67662495361358157E-10
+  4.75921131681849796E-10  4.84316207987990187E-10  4.92849613385158621E-10
+  5.01523248189963325E-10  5.10339023278475863E-10  5.19298859392513434E-10
+  5.28404686402216246E-10  5.37658442523114551E-10  5.47062073485802059E-10
+  5.56617531656285811E-10  5.66326775105004016E-10  5.76191766622447725E-10
+  5.86214472679237635E-10  5.96396862328457073E-10  6.06740906047951101E-10
+  6.17248574520239354E-10  6.27921837347607798E-10  6.38762661699871394E-10
+  6.49773010892218194E-10  6.60954842890460155E-10  6.72310108740942291E-10
+  6.83840750922266905E-10  6.95548701615909777E-10  7.07435880892711245E-10
+  7.19504194812144099E-10  7.31755533431157285E-10  7.44191768719308949E-10
+  7.56814752376805324E-10  7.69626313551966760E-10  7.82628256454539615E-10
+  7.95822357861182681E-10  8.09210364509345839E-10  8.22793990375667797E-10
+  8.36574913834908055E-10  8.50554774695331075E-10  8.64735171106354943E-10
+  8.79117656334169698E-10  8.93703735400926809E-10  9.08494861583002805E-10
+  9.23492432763719254E-10  9.38697787635807126E-10  9.54112201748816777E-10
+  9.69736883396503437E-10  9.85572969339224278E-10  1.00162152035617472E-09
+  1.01788351662226046E-09  1.03435985290427258E-09  1.05105133357095311E-09
+  1.06795866741144123E-09  1.08508246225649798E-09  1.10242321939683611E-09
+  1.11998132779278623E-09  1.13775705806947185E-09  1.15575055629158458E-09
+  1.17396183751180874E-09  1.19239077908686024E-09  1.21103711375510110E-09
+  1.22990042246961521E-09  1.24898012698063931E-09  1.26827548216120189E-09
+  1.28778556806984442E-09  1.30750928174430064E-09  1.32744532872004603E-09
+  1.34759221426765517E-09  1.36794823434300116E-09  1.38851146624438695E-09
+  1.40927975897080894E-09  1.43025072327570016E-09  1.45142172141062165E-09
+  1.47278985655358427E-09  1.49435196191687501E-09  1.51610458952951925E-09
+  1.53804399868977137E-09  1.56016614408337086E-09  1.58246666356362811E-09
+  1.60494086558983878E-09  1.62758371632094828E-09  1.65038982636190456E-09
+  1.67335343716069307E-09  1.69646840705465963E-09  1.71972819696541271E-09
+  1.74312585574233173E-09  1.76665400515555736E-09  1.79030482454021083E-09
+  1.81407003509459262E-09  1.83794088383618984E-09  1.86190812722048824E-09
+  1.88596201442885945E-09  1.91009227033321601E-09  1.93428807814657949E-09
+  1.95853806177041775E-09  1.98283026785131278E-09  2.00715214756150661E-09
+  2.03149053811988910E-09  2.05583164407229927E-09  2.08016101835238565E-09
+  2.10446354314691935E-09  2.12872341059225031E-09  2.15292410333166111E-09
+  2.17704837496660997E-09  2.20107823043839186E-09  2.22499490638053055E-09
+  2.24877885148624484E-09  2.27240970693975078E-09  2.29586628696476876E-09
+  2.31912655954870847E-09  2.34216762740631768E-09  2.36496570925240002E-09
+  2.38749612145937527E-09  2.40973326018207461E-09  2.43165058403925949E-09
+  2.45322059744893210E-09  2.47441483472263318E-09  2.49520384503257633E-09
+  2.51555717837477021E-09  2.53544337266117569E-09  2.55482994208453578E-09
+  2.57368336691082707E-09  2.59196908486635290E-09  2.60965148429940064E-09
+  2.62669389931010051E-09  2.64305860705684049E-09  2.65870682746320287E-09
+  2.67359872556609590E-09  2.68769341676352866E-09  2.70094897523943358E-09
+  2.71332244586316414E-09  2.72476985988278363E-09  2.73524625475422562E-09
+  2.74470569847278347E-09  2.75310131879941312E-09  2.76038533780199183E-09
+  2.76650911216113897E-09  2.77142317972154415E-09  2.77507731280312041E-09
+  2.77742057882177366E-09  2.77840140880731859E-09  2.77796767444624906E-09
+  2.77606677431970776E-09  2.77264573005245001E-09  2.76765129313680103E-09
+  2.76103006324691033E-09  2.75272861891314622E-09  2.74269366148435073E-09
+  2.73087217336727696E-09  2.71721159159790265E-09  2.70165999786877614E-09
+  2.68416632621035498E-09  2.66468058960267484E-09  2.64315412687686825E-09
+  2.61953987135448786E-09  2.59379264276635229E-09  2.56586946409230157E-09
+  2.53572990506893204E-09  2.50333645422467843E-09  2.46865492142067748E-09
+  2.43165487300229914E-09  2.39231010180037268E-09  2.35059913436347056E-09
+  2.30650577795362666E-09  2.26001970999811937E-09  2.21113711285986326E-09
+  2.15986135696927505E-09  2.10620373555168751E-09  2.05018425438718663E-09
+  1.99183248025483079E-09  1.93118845194128097E-09  1.86830365793573482E-09
+  1.80324208518942989E-09  1.73608134358992068E-09  1.66691387108851681E-09
+  1.59584822472479812E-09  1.52301046311611663E-09  1.44854562632315643E-09
+  1.37261931936663859E-09  1.29541940605592872E-09  1.21715782019891251E-09
+  1.13807250169581099E-09  1.05842946547854469E-09  9.78525011743599778E-10
+  8.98688086441830893E-10  8.19282801534576116E-10  7.40711125104044500E-10
+  6.63415752018837331E-10  5.87883166504823903E-10  5.14646908659346571E-10
+  4.44291057675537114E-10  3.77453945315183390E-10  3.14832113986157655E-10
+  2.57184534646436405E-10  2.05337100673544472E-10  1.60187414809938276E-10
+  1.22709887323025999E-10  9.34256569033787915E-11  7.09468719658738642E-11
+  5.37366518045894043E-11  4.05945646299806674E-11  3.05854367763052663E-11
+  END     
+   PSEUDO_VALENCE_DENSITY          1836
+  0.00000000000000000E+00  6.83541108420731093E-16  2.75965398329468808E-15
+  6.26719713977616336E-15  1.12458746633168136E-14  1.77362531222866439E-14
+  2.57797788069919050E-14  3.54187953012866775E-14  4.66965613930883098E-14
+  5.96572693302320317E-14  7.43460634282140350E-14  9.08090590364998800E-14
+  1.09093361870199583E-13  1.29247087714042868E-13  1.51319382505705282E-13
+  1.75360442805691618E-13  2.01421536661090470E-13  2.29555024870680872E-13
+  2.59814382658983565E-13  2.92254221767018251E-13  3.26930312967658737E-13
+  3.63899609013626753E-13  4.03220268026325336E-13  4.44951677333861518E-13
+  4.89154477766759054E-13  5.35890588420036672E-13  5.85223231890479377E-13
+  6.37216959998092221E-13  6.91937680000912596E-13  7.49452681312512756E-13
+  8.09830662731702834E-13  8.73141760194138885E-13  9.39457575055692248E-13
+  1.00885120291765946E-12  1.08139726300404446E-12  1.15717192810137245E-12
+  1.23625295507166001E-12  1.31871971594938122E-12  1.40465322963348161E-12
+  1.49413619418568281E-12  1.58725301974653459E-12  1.68408986208089617E-12
+  1.78473465676474895E-12  1.88927715402543989E-12  1.99780895424773213E-12
+  2.11042354415820842E-12  2.22721633370087393E-12  2.34828469361699623E-12
+  2.47372799374248475E-12  2.60364764203636386E-12  2.73814712435416011E-12
+  2.87733204498024495E-12  3.02131016793347507E-12  3.17019145906071779E-12
+  3.32408812893317026E-12  3.48311467656056989E-12  3.64738793393878298E-12
+  3.81702711144645735E-12  3.99215384410679849E-12  4.17289223873077496E-12
+  4.35936892195834058E-12  4.55171308921473447E-12  4.75005655459895869E-12
+  4.95453380172215254E-12  5.16528203551371069E-12  5.38244123501338132E-12
+  5.60615420716802599E-12  5.83656664165183610E-12  6.07382716672947884E-12
+  6.31808740618167087E-12  6.56950203731332152E-12  6.82822885006458554E-12
+  7.09442880724565203E-12  7.36826610591641926E-12  7.64990823993262656E-12
+  7.93952606368048644E-12  8.23729385702210963E-12  8.54338939147461017E-12
+  8.85799399764608731E-12  9.18129263395223311E-12  9.51347395663756553E-12
+  9.85473039112598436E-12  1.02052582047255801E-11  1.05652575807133110E-11
+  1.09349326938253880E-11  1.13144917871799922E-11  1.17041472506591793E-11
+  1.21041157007774786E-11  1.25146180620651844E-11  1.29358796499948695E-11
+  1.33681302554800470E-11  1.38116042309758208E-11  1.42665405782113771E-11
+  1.47331830375851994E-11  1.52117801792543669E-11  1.57025854959495820E-11
+  1.62058574975485674E-11  1.67218598074409314E-11  1.72508612607180601E-11
+  1.77931360042224840E-11  1.83489635984917325E-11  1.89186291216321249E-11
+  1.95024232751590524E-11  2.01006424918404866E-11  2.07135890455815674E-11
+  2.13415711633885464E-11  2.19849031394513206E-11  2.26439054513841248E-11
+  2.33189048786653297E-11  2.40102346233173452E-11  2.47182344328689731E-11
+  2.54432507256430132E-11  2.61856367184128373E-11  2.69457525564725237E-11
+  2.77239654461658099E-11  2.85206497899201345E-11  2.93361873238329395E-11
+  3.01709672578580012E-11  3.10253864186407680E-11  3.18998493950526179E-11
+  3.27947686864743115E-11  3.37105648538808605E-11  3.46476666737799951E-11
+  3.56065112950580606E-11  3.65875443987879582E-11  3.75912203610546918E-11
+  3.86180024188550863E-11  3.96683628391299102E-11  4.07427830909865881E-11
+  4.18417540211728694E-11  4.29657760328624309E-11  4.41153592678144201E-11
+  4.52910237919704956E-11  4.64932997845539442E-11  4.77227277307364407E-11
+  4.89798586179395483E-11  5.02652541358392561E-11  5.15794868801429565E-11
+  5.29231405602098403E-11  5.42968102105866546E-11  5.57011024065325316E-11
+  5.71366354836077705E-11  5.86040397614024301E-11  6.01039577714831631E-11
+  6.16370444896369422E-11  6.32039675724923430E-11  6.48054075986008422E-11
+  6.64420583140615223E-11  6.81146268827745744E-11  6.98238341414105591E-11
+  7.15704148591838408E-11  7.33551180025200366E-11  7.51787070047101885E-11
+  7.70419600406436941E-11  7.89456703067172181E-11  8.08906463060152376E-11
+  8.28777121388612779E-11  8.49077077988415164E-11  8.69814894744023952E-11
+  8.90999298561272543E-11  9.12639184497984348E-11  9.34743618953537546E-11
+  9.57321842918469971E-11  9.80383275285259686E-11  1.00393751622142445E-10
+  1.02799435060610768E-10  1.05256375153134501E-10  1.07765588386922125E-10
+  1.10328110790615601E-10  1.12944998304557293E-10  1.15617327158024389E-10
+  1.18346194253559729E-10  1.21132717558534410E-10  1.23978036504075825E-10
+  1.26883312391500065E-10  1.29849728806389215E-10  1.32878492040457733E-10
+  1.35970831521351847E-10  1.39128000250533101E-10  1.42351275249395805E-10
+  1.45641958013774011E-10  1.49001374976994221E-10  1.52430877981634716E-10
+  1.55931844760155023E-10  1.59505679424559930E-10  1.63153812965270070E-10
+  1.66877703759369918E-10  1.70678838088408896E-10  1.74558730665935627E-10
+  1.78518925174946594E-10  1.82560994815436437E-10  1.86686542862237598E-10
+  1.90897203233343362E-10  1.95194641068910204E-10  1.99580553321139354E-10
+  2.04056669355242615E-10  2.08624751561698115E-10  2.13286595980009856E-10
+  2.18044032934184159E-10  2.22898927680145467E-10  2.27853181065311766E-10
+  2.32908730200561420E-10  2.38067549144818683E-10  2.43331649602499737E-10
+  2.48703081634056008E-10  2.54183934379861917E-10  2.59776336797696443E-10
+  2.65482458414074525E-10  2.71304510089685522E-10  2.77244744799204604E-10
+  2.83305458425746530E-10  2.89488990570234480E-10  2.95797725375964084E-10
+  3.02234092368649593E-10  3.08800567312236932E-10  3.15499673080784896E-10
+  3.22333980546710405E-10  3.29306109485709051E-10  3.36418729498657092E-10
+  3.43674560950820911E-10  3.51076375928690329E-10  3.58626999214770634E-10
+  3.66329309280668481E-10  3.74186239298813448E-10  3.82200778173164735E-10
+  3.90375971589260134E-10  3.98714923083965544E-10  4.07220795135297271E-10
+  4.15896810272694241E-10  4.24746252208117855E-10  4.33772466988373047E-10
+  4.42978864169050251E-10  4.52368918010485257E-10  4.61946168696159187E-10
+  4.71714223573950881E-10  4.81676758420672614E-10  4.91837518730325472E-10
+  5.02200321026517969E-10  5.12769054199501346E-10  5.23547680868276622E-10
+  5.34540238768254687E-10  5.45750842164933517E-10  5.57183683294092921E-10
+  5.68843033828990338E-10  5.80733246375077753E-10  5.92858755992738118E-10
+  6.05224081748582042E-10  6.17833828295828881E-10  6.30692687484318774E-10
+  6.43805440000712851E-10  6.57176957039445833E-10  6.70812202005004184E-10
+  6.84716232246117185E-10  6.98894200822463975E-10  7.13351358304493655E-10
+  7.28093054606988993E-10  7.43124740857000407E-10  7.58451971296794300E-10
+  7.74080405222467665E-10  7.90015808958909112E-10  8.06264057871763294E-10
+  8.22831138417120055E-10  8.39723150229607908E-10  8.56946308249630015E-10
+  8.74506944890462831E-10  8.92411512245971271E-10  9.10666584339693984E-10
+  9.29278859416080394E-10  9.48255162274660801E-10  9.67602446647957691E-10
+  9.87327797623955396E-10  1.00743843411396316E-09  1.02794171136671934E-09
+  1.04884512352960007E-09  1.07015630625781987E-09  1.09188303937251925E-09
+  1.11403324956865171E-09  1.13661501317360152E-09  1.15963655895749054E-09
+  1.18310627099612894E-09  1.20703269158760414E-09  1.23142452422350330E-09
+  1.25629063661580494E-09  1.28164006378046127E-09  1.30748201117875427E-09
+  1.33382585791748812E-09  1.36068116000913238E-09  1.38805765369302347E-09
+  1.41596525881878340E-09  1.44441408229310302E-09  1.47341442159109620E-09
+  1.50297676833340332E-09  1.53311181193030402E-09  1.56383044329407459E-09
+  1.59514375862087623E-09  1.62706306324346632E-09  1.65959987555606462E-09
+  1.69276593101272157E-09  1.72657318620056517E-09  1.76103382298932395E-09
+  1.79616025275855988E-09  1.83196512070405272E-09  1.86846131022483040E-09
+  1.90566194739234912E-09  1.94358040550334733E-09  1.98223030971796742E-09
+  2.02162554178470810E-09  2.06178024485385088E-09  2.10270882838101649E-09
+  2.14442597312252642E-09  2.18694663622428995E-09  2.23028605640597756E-09
+  2.27445975924224485E-09  2.31948356254284179E-09  2.36537358183343372E-09
+  2.41214623593903990E-09  2.45981825267200240E-09  2.50840667462642931E-09
+  2.55792886508111900E-09  2.60840251401298818E-09  2.65984564422306772E-09
+  2.71227661757717879E-09  2.76571414136341760E-09  2.82017727476867939E-09
+  2.87568543547636551E-09  2.93225840638762959E-09  2.98991634246842460E-09
+  3.04867977772469302E-09  3.10856963230814323E-09  3.16960721975500585E-09
+  3.23181425436029518E-09  3.29521285869007943E-09  3.35982557123436966E-09
+  3.42567535420322674E-09  3.49278560146879125E-09  3.56118014665596143E-09
+  3.63088327138446177E-09  3.70191971366520971E-09  3.77431467645378999E-09
+  3.84809383636400875E-09  3.92328335254452663E-09  3.99990987572160265E-09
+  4.07800055741108370E-09  4.15758305930276203E-09  4.23868556282035961E-09
+  4.32133677886041190E-09  4.40556595771340262E-09  4.49140289917053194E-09
+  4.57887796281964180E-09  4.66802207853376936E-09  4.75886675715598862E-09
+  4.85144410138418751E-09  4.94578681685947774E-09  5.04192822346217739E-09
+  5.13990226681904633E-09  5.23974353002590787E-09  5.34148724558960230E-09
+  5.44516930759336118E-09  5.55082628408982737E-09  5.65849542972593228E-09
+  5.76821469860399347E-09  5.88002275738345734E-09  5.99395899862775528E-09
+  6.11006355440086492E-09  6.22837731011828410E-09  6.34894191865712322E-09
+  6.47179981473018571E-09  6.59699422952897069E-09  6.72456920564064781E-09
+  6.85456961224405162E-09  6.98704116059002348E-09  7.12203041977132455E-09
+  7.25958483278760743E-09  7.39975273291085620E-09  7.54258336035708095E-09
+  7.68812687926978663E-09  7.83643439502127036E-09  7.98755797183746295E-09
+  8.14155065075254170E-09  8.29846646789942734E-09  8.45836047314235654E-09
+  8.62128874905808130E-09  8.78730843027207600E-09  8.95647772315650204E-09
+  9.12885592589657217E-09  9.30450344893232918E-09  9.48348183578276558E-09
+  9.66585378425948918E-09  9.85168316807714577E-09  1.00410350588681496E-08
+  1.02339757486091129E-08  1.04305727724667792E-08  1.06308949320713332E-08
+  1.08350123192249609E-08  1.10429963400538725E-08  1.12549197396120961E-08
+  1.14708566269454279E-08  1.16908825006242311E-08  1.19150742747536950E-08
+  1.21435103054706769E-08  1.23762704179360778E-08  1.26134359338320710E-08
+  1.28550896993736030E-08  1.31013161138438362E-08  1.33522011586632526E-08
+  1.36078324270024009E-08  1.38682991539485689E-08  1.41336922472365613E-08
+  1.44041043185542547E-08  1.46796297154336294E-08  1.49603645537382368E-08
+  1.52464067507582660E-08  1.55378560589244495E-08  1.58348141001526424E-08
+  1.61373844008305598E-08  1.64456724274588910E-08  1.67597856229589144E-08
+  1.70798334436591366E-08  1.74059273969736411E-08  1.77381810797849793E-08
+  1.80767102175449580E-08  1.84216327041065429E-08  1.87730686423007534E-08
+  1.91311403852722737E-08  1.94959725785881313E-08  1.98676922031337547E-08
+  2.02464286188112343E-08  2.06323136090547687E-08  2.10254814261784955E-08
+  2.14260688375723515E-08  2.18342151727618073E-08  2.22500623713475827E-08
+  2.26737550318417715E-08  2.31054404614173189E-08  2.35452687265875285E-08
+  2.39933927048335534E-08  2.44499681371970436E-08  2.49151536818563486E-08
+  2.53891109687044344E-08  2.58720046549475135E-08  2.63640024817431010E-08
+  2.68652753318973048E-08  2.73759972886408751E-08  2.78963456955043063E-08
+  2.84265012173124669E-08  2.89666479023198835E-08  2.95169732455075634E-08
+  3.00776682530637056E-08  3.06489275080696767E-08  3.12309492374146568E-08
+  3.18239353799609311E-08  3.24280916559840938E-08  3.30436276379115023E-08
+  3.36707568223833811E-08  3.43096967036612620E-08  3.49606688484089965E-08
+  3.56238989718720404E-08  3.62996170154809510E-08  3.69880572259059982E-08
+  3.76894582355897350E-08  3.84040631447854340E-08  3.91321196051292156E-08
+  3.98738799047749067E-08  4.06296010551205192E-08  4.13995448791563148E-08
+  4.21839781014645303E-08  4.29831724399021113E-08  4.37974046989971196E-08
+  4.46269568650917615E-08  4.54721162032641531E-08  4.63331753560617690E-08
+  4.72104324440814370E-08  4.81041911684294143E-08  4.90147609150971355E-08
+  4.99424568612883575E-08  5.08876000837342331E-08  5.18505176690334605E-08
+  5.28315428260553350E-08  5.38310150004440394E-08  5.48492799912640068E-08
+  5.58866900698257333E-08  5.69436041007333698E-08  5.80203876651951835E-08
+  5.91174131866393707E-08  6.02350600586783421E-08  6.13737147754654650E-08
+  6.25337710644884158E-08  6.37156300218457415E-08  6.49197002500519200E-08
+  6.61463979984189898E-08  6.73961473060624587E-08  6.86693801475807405E-08
+  6.99665365814581063E-08  7.12880649012417887E-08  7.26344217895457796E-08
+  7.40060724749329262E-08  7.54034908917306585E-08  7.68271598428338721E-08
+  7.82775711655516235E-08  7.97552259005540979E-08  8.12606344639779517E-08
+  8.27943168227489510E-08  8.43568026731825073E-08  8.59486316229227291E-08
+  8.75703533762824549E-08  8.92225279230486840E-08  9.09057257308168921E-08
+  9.26205279409212662E-08  9.43675265680276426E-08  9.61473247034573866E-08
+  9.79605367223122002E-08  9.98077884944712868E-08  1.01689717599532367E-07
+  1.03606973545771046E-07  1.05560217993192962E-07  1.07550124980756203E-07
+  1.09577381157840905E-07  1.11642686020045685E-07  1.13746752149392438E-07
+  1.15890305459020940E-07  1.18074085442457831E-07  1.20298845427545443E-07
+  1.22565352835116721E-07  1.24874389442506600E-07  1.27226751651988552E-07
+  1.29623250764229259E-07  1.32064713256854856E-07  1.34551981068225073E-07
+  1.37085911886511097E-07  1.39667379444177620E-07  1.42297273817969901E-07
+  1.44976501734507960E-07  1.47705986881593150E-07  1.50486670225334835E-07
+  1.53319510333203857E-07  1.56205483703125537E-07  1.59145585098724090E-07
+  1.62140827890833713E-07  1.65192244405393541E-07  1.68300886277845179E-07
+  1.71467824814155238E-07  1.74694151358586535E-07  1.77980977668343439E-07
+  1.81329436295220061E-07  1.84740680974383137E-07  1.88215887020421339E-07
+  1.91756251730798610E-07  1.95362994796847733E-07  1.99037358722447833E-07
+  2.02780609250526676E-07  2.06594035797535358E-07  2.10478951896045155E-07
+  2.14436695645616912E-07  2.18468630172097352E-07  2.22576144095502343E-07
+  2.26760652006643951E-07  2.31023594952668359E-07  2.35366440931667843E-07
+  2.39790685396539217E-07  2.44297851768260230E-07  2.48889491958758824E-07
+  2.53567186903557967E-07  2.58332547104373980E-07  2.63187213181860056E-07
+  2.68132856438677824E-07  2.73171179433097520E-07  2.78303916563316788E-07
+  2.83532834662703763E-07  2.88859733606163185E-07  2.94286446927839939E-07
+  2.99814842450365907E-07  3.05446822925869412E-07  3.11184326688966892E-07
+  3.17029328321957407E-07  3.22983839332454027E-07  3.29049908843678414E-07
+  3.35229624297659425E-07  3.41525112171573953E-07  3.47938538707481220E-07
+  3.54472110655690535E-07  3.61128076032028024E-07  3.67908724889257163E-07
+  3.74816390102916566E-07  3.81853448171848118E-07  3.89022320033685624E-07
+  3.96325471895587561E-07  4.03765416080497051E-07  4.11344711889218754E-07
+  4.19065966478609440E-07  4.26931835756182746E-07  4.34945025291435098E-07
+  4.43108291244205260E-07  4.51424441310385342E-07  4.59896335685310351E-07
+  4.68526888045150100E-07  4.77319066546649536E-07  4.86275894845550341E-07
+  4.95400453134051439E-07  5.04695879197659472E-07  5.14165369491789487E-07
+  5.23812180238494299E-07  5.33639628543688671E-07  5.43651093535254647E-07
+  5.53850017522421713E-07  5.64239907176814695E-07  5.74824334735577976E-07
+  5.85606939226984952E-07  5.96591427718955913E-07  6.07781576590913695E-07
+  6.19181232829405595E-07  6.30794315347949787E-07  6.42624816331540468E-07
+  6.54676802606291972E-07  6.66954417034676214E-07  6.79461879936839415E-07
+  6.92203490538486663E-07  7.05183628445823031E-07  7.18406755148068897E-07
+  7.31877415548052081E-07  7.45600239521408415E-07  7.59579943504929556E-07
+  7.73821332114590949E-07  7.88329299793826060E-07  8.03108832492605081E-07
+  8.18165009377898324E-07  8.33503004576106743E-07  8.49128088948060982E-07
+  8.65045631897194993E-07  8.81261103211514366E-07  8.97780074939992100E-07
+  9.14608223304037045E-07  9.31751330644683204E-07  9.49215287406178691E-07
+  9.67006094156642961E-07  9.85129863646493781E-07  1.00359282290534759E-06
+  1.02240131537810783E-06  1.04156180310097855E-06  1.06108086891815105E-06
+  1.08096521873991773E-06  1.10122168384299104E-06  1.12185722321381499E-06
+  1.14287892593567642E-06  1.16429401362042856E-06  1.18610984288566345E-06
+  1.20833390787818937E-06  1.23097384284466139E-06  1.25403742475026642E-06
+  1.27753257594634963E-06  1.30146736688789376E-06  1.32585001890179663E-06
+  1.35068890700688017E-06  1.37599256278661213E-06  1.40176967731550906E-06
+  1.42802910414024943E-06  1.45477986231648691E-06  1.48203113950243172E-06
+  1.50979229511025281E-06  1.53807286351636787E-06  1.56688255733174270E-06
+  1.59623127073331517E-06  1.62612908285767340E-06  1.65658626125816905E-06
+  1.68761326542663810E-06  1.71922075038094871E-06  1.75141957031959498E-06
+  1.78422078234459566E-06  1.81763565025397384E-06  1.85167564840511782E-06
+  1.88635246565034734E-06  1.92167800934603362E-06  1.95766440943664916E-06
+  1.99432402261515578E-06  2.03166943656112931E-06  2.06971347425812082E-06
+  2.10846919839168591E-06  2.14794991582962274E-06  2.18816918218594733E-06
+  2.22914080647016043E-06  2.27087885582340686E-06  2.31339766034316834E-06
+  2.35671181799810743E-06  2.40083619963478732E-06  2.44578595407794993E-06
+  2.49157651332613122E-06  2.53822359784436230E-06  2.58574322195581829E-06
+  2.63415169933420525E-06  2.68346564859881473E-06  2.73370199901414833E-06
+  2.78487799629605964E-06  2.83701120852641118E-06  2.89011953217828709E-06
+  2.94422119825379832E-06  2.99933477853660847E-06  3.05547919196131825E-06
+  3.11267371110189415E-06  3.17093796878135579E-06  3.23029196480499924E-06
+  3.29075607281946521E-06  3.35235104729999944E-06  3.41509803066829754E-06
+  3.47901856054338100E-06  3.54413457712800578E-06  3.61046843073307825E-06
+  3.67804288944276426E-06  3.74688114692278361E-06  3.81700683037469905E-06
+  3.88844400863881984E-06  3.96121720044858950E-06  4.03535138283921607E-06
+  4.11087199971345465E-06  4.18780497056749935E-06  4.26617669937994445E-06
+  4.34601408366689183E-06  4.42734452370625669E-06  4.51019593193453504E-06
+  4.59459674251912728E-06  4.68057592110960599E-06  4.76816297477122105E-06
+  4.85738796210404574E-06  4.94828150355127027E-06  5.04087479190011229E-06
+  5.13519960297904008E-06  5.23128830655487597E-06  5.32917387743357980E-06
+  5.42888990676849630E-06  5.53047061357996753E-06  5.63395085649020020E-06
+  5.73936614567752129E-06  5.84675265505396062E-06  5.95614723467052362E-06
+  6.06758742335424268E-06  6.18111146158143471E-06  6.29675830459157199E-06
+  6.41456763574621822E-06  6.53457988013764534E-06  6.65683621845179492E-06
+  6.78137860109033837E-06  6.90824976255664726E-06  7.03749323611066950E-06
+  7.16915336869766900E-06  7.30327533615597299E-06  7.43990515870899451E-06
+  7.57908971674672599E-06  7.72087676690223478E-06  7.86531495842860899E-06
+  8.01245384988196430E-06  8.16234392611627737E-06  8.31503661559580505E-06
+  8.47058430803115397E-06  8.62904037234481547E-06  8.79045917497265246E-06
+  8.95489609850725378E-06  9.12240756068987149E-06  9.29305103375721415E-06
+  9.46688506414988584E-06  9.64396929258912868E-06  9.82436447452882638E-06
+  1.00081325009897314E-05  1.01953364197830579E-05  1.03860404571307843E-05
+  1.05803100396900225E-05  1.07782118169889424E-05  1.09798136842821344E-05
+  1.11851848058330771E-05  1.13943956386317072E-05  1.16075179565553374E-05
+  1.18246248749810815E-05  1.20457908758583374E-05  1.22710918332498074E-05
+  1.25006050393499122E-05  1.27344092309894821E-05  1.29725846166357992E-05
+  1.32152129038972857E-05  1.34623773275422371E-05  1.37141626780412288E-05
+  1.39706553306429855E-05  1.42319432749936299E-05  1.44981161453095945E-05
+  1.47692652511143914E-05  1.50454836085498693E-05  1.53268659722726891E-05
+  1.56135088679469301E-05  1.59055106253440346E-05  1.62029714120612216E-05
+  1.65059932678703935E-05  1.68146801397087050E-05  1.71291379173233424E-05
+  1.74494744695823724E-05  1.77757996814643021E-05  1.81082254917389896E-05
+  1.84468659313527550E-05  1.87918371625309890E-05  1.91432575186115099E-05
+  1.95012475446225009E-05  1.98659300386188284E-05  2.02374300937908969E-05
+  2.06158751413605614E-05  2.10013949942788497E-05  2.13941218917402676E-05
+  2.17941905445291991E-05  2.22017381812137868E-05  2.26169045952032871E-05
+  2.30398321926847253E-05  2.34706660414558786E-05  2.39095539206705429E-05
+  2.43566463715138471E-05  2.48120967488246997E-05  2.52760612736828811E-05
+  2.57486990869793030E-05  2.62301723039872923E-05  2.67206460699539562E-05
+  2.72202886167305789E-05  2.77292713204614711E-05  2.82477687603510513E-05
+  2.87759587785293122E-05  2.93140225410363229E-05  2.98621445999463726E-05
+  3.04205129566535871E-05  3.09893191263399889E-05  3.15687582036489671E-05
+  3.21590289295858945E-05  3.27603337596694429E-05  3.33728789333564467E-05
+  3.39968745447646816E-05  3.46325346147173738E-05  3.52800771641342752E-05
+  3.59397242887945313E-05  3.66117022354971205E-05  3.72962414796445521E-05
+  3.79935768042769222E-05  3.87039473805831475E-05  3.94275968499169767E-05
+  4.01647734073463486E-05  4.09157298867639065E-05  4.16807238475886468E-05
+  4.24600176630883077E-05  4.32538786103522796E-05  4.40625789619466008E-05
+  4.48863960792819723E-05  4.57256125077270197E-05  4.65805160734993691E-05
+  4.74513999823679227E-05  4.83385629201998847E-05  4.92423091553875563E-05
+  5.01629486431892695E-05  5.11007971320209833E-05  5.20561762717346196E-05
+  5.30294137239203266E-05  5.40208432742706580E-05  5.50308049470450472E-05
+  5.60596451216739493E-05  5.71077166515424246E-05  5.81753789849944399E-05
+  5.92629982885987884E-05  6.03709475727193725E-05  6.14996068194325951E-05
+  6.26493631128360396E-05  6.38206107717929189E-05  6.50137514851579650E-05
+  6.62291944495313115E-05  6.74673565095868628E-05  6.87286623010247022E-05
+  7.00135443961950296E-05  7.13224434524448555E-05  7.26558083632371758E-05
+  7.40140964120961748E-05  7.53977734294292357E-05  7.68073139522809460E-05
+  7.82432013870736461E-05  7.97059281753901677E-05  8.11959959628555475E-05
+  8.27139157711765071E-05  8.42602081733960116E-05  8.58354034724252772E-05
+  8.74400418829126414E-05  8.90746737165125179E-05  9.07398595706183643E-05
+  9.24361705206231689E-05  9.41641883157751390E-05  9.59245055786943460E-05
+  9.77177260086197722E-05  9.95444645884556998E-05  1.01405347795689325E-04
+  1.03301013817251534E-04  1.05232112768394691E-04  1.07199306915662198E-04
+  1.09203270904027148E-04  1.11244691988277762E-04  1.13324270268727782E-04
+  1.15442718931335400E-04  1.17600764492310425E-04  1.19799147047295031E-04
+  1.22038620525204001E-04  1.24319952946810099E-04  1.26643926688164586E-04
+  1.29011338748945183E-04  1.31423001025816346E-04  1.33879740590906008E-04
+  1.36382399975486566E-04  1.38931837458960620E-04  1.41528927363250703E-04
+  1.44174560352692638E-04  1.46869643739537553E-04  1.49615101795165962E-04
+  1.52411876067120542E-04  1.55260925702068765E-04  1.58163227774802881E-04
+  1.61119777623393453E-04  1.64131589190609473E-04  1.67199695371723185E-04
+  1.70325148368818757E-04  1.73509020051727309E-04  1.76752402325710173E-04
+  1.80056407506020138E-04  1.83422168699465889E-04  1.86850840193112419E-04
+  1.90343597850251283E-04  1.93901639513775282E-04  1.97526185417098646E-04
+  2.01218478602760095E-04  2.04979785348856738E-04  2.08811395603452493E-04
+  2.12714623427111743E-04  2.16690807443709239E-04  2.20741311299672366E-04
+  2.24867524131812320E-04  2.29070861043906667E-04  2.33352763592194911E-04
+  2.37714700279955884E-04  2.42158167061335815E-04  2.46684687854601293E-04
+  2.51295815064991803E-04  2.55993130117354432E-04  2.60778243998738887E-04
+  2.65652797811147777E-04  2.70618463334621839E-04  2.75676943600862683E-04
+  2.80829973477584097E-04  2.86079320263797751E-04  2.91426784296233059E-04
+  2.96874199567105277E-04  3.02423434353438702E-04  3.08076391858165771E-04
+  3.13835010863220689E-04  3.19701266394852609E-04  3.25677170401386597E-04
+  3.31764772443667152E-04  3.37966160398420548E-04  3.44283461174778403E-04
+  3.50718841444207848E-04  3.57274508384103026E-04  3.63952710435291068E-04
+  3.70755738073710937E-04  3.77685924596536540E-04  3.84745646923012044E-04
+  3.91937326410273022E-04  3.99263429684435563E-04  4.06726469487244324E-04
+  4.14329005538560994E-04  4.22073645415001739E-04  4.29963045445016406E-04
+  4.37999911620724281E-04  4.46187000526816996E-04  4.54527120286850989E-04
+  4.63023131527253947E-04  4.71677948359377618E-04  4.80494539379934093E-04
+  4.89475928690167369E-04  4.98625196934098197E-04  5.07945482356215072E-04
+  5.17439981878963190E-04  5.27111952200414033E-04  5.36964710912482546E-04
+  5.47001637640089468E-04  5.57226175201650680E-04  5.67641830791302312E-04
+  5.78252177183264933E-04  5.89060853958762835E-04  6.00071568755923090E-04
+  6.11288098543085021E-04  6.22714290915961149E-04  6.34354065419088934E-04
+  6.46211414892046659E-04  6.58290406840878221E-04  6.70595184835215993E-04
+  6.83129969931575579E-04  6.95899062123317923E-04  7.08906841817776652E-04
+  7.22157771341064986E-04  7.35656396471077003E-04  7.49407347999220372E-04
+  7.63415343321409857E-04  7.77685188058883318E-04  7.92221777709392508E-04
+  8.07030099329339055E-04  8.22115233247445554E-04  8.37482354810547116E-04
+  8.53136736162107075E-04  8.69083748054077653E-04  8.85328861692730087E-04
+  9.01877650619088917E-04  9.18735792624626475E-04  9.35909071702884692E-04
+  9.53403380037687862E-04  9.71224720028643828E-04  9.89379206354635502E-04
+  1.00787306807601580E-03  1.02671265077623145E-03  1.04590441874362707E-03
+  1.06545495719417133E-03  1.08537097453589317E-03  1.10565930467580059E-03
+  1.12632690937008724E-03  1.14738088061844355E-03  1.16882844310330016E-03
+  1.19067695667485185E-03  1.21293391888272644E-03  1.23560696755517854E-03
+  1.25870388342669542E-03  1.28223259281494222E-03  1.30620117034796566E-03
+  1.33061784174261103E-03  1.35549098663511215E-03  1.38082914146484426E-03
+  1.40664100241224437E-03  1.43293542839191632E-03  1.45972144410196330E-03
+  1.48700824313061173E-03  1.51480519112121492E-03  1.54312182899671996E-03
+  1.57196787624474654E-03  1.60135323426440087E-03  1.63128798977600631E-03
+  1.66178241829493742E-03  1.69284698767075792E-03  1.72449236169291867E-03
+  1.75672940376425473E-03  1.78956918064358079E-03  1.82302296625867365E-03
+  1.85710224559100089E-03  1.89181871863352375E-03  1.92718430442298614E-03
+  1.96321114514807831E-03  1.99991161033492848E-03  2.03729830111138138E-03
+  2.07538405455156031E-03  2.11418194810222186E-03  2.15370530409248655E-03
+  2.19396769432849120E-03  2.23498294477458836E-03  2.27676514032275085E-03
+  2.31932862965183572E-03  2.36268803017841960E-03  2.40685823310094870E-03
+  2.45185440853898720E-03  2.49769201076933912E-03  2.54438678356092018E-03
+  2.59195476561025796E-03  2.64041229607949205E-03  2.68977602023887747E-03
+  2.74006289521576494E-03  2.79129019585204865E-03  2.84347552067222651E-03
+  2.89663679796408518E-03  2.95079229197424582E-03  3.00596060922071143E-03
+  3.06216070492464467E-03  3.11941188956367434E-03  3.17773383554906209E-03
+  3.23714658402904625E-03  3.29767055182082465E-03  3.35932653847359529E-03
+  3.42213573346521237E-03  3.48611972353494916E-03  3.55130050015501318E-03
+  3.61770046714348682E-03  3.68534244842134160E-03  3.75424969591635392E-03
+  3.82444589761668681E-03  3.89595518577705519E-03  3.96880214528033161E-03
+  4.04301182215769609E-03  4.11860973227021025E-03  4.19562187015509649E-03
+  4.27407471803972067E-03  4.35399525502665977E-03  4.43541096645299823E-03
+  4.51834985342734058E-03  4.60284044254786594E-03  4.68891179580495799E-03
+  4.77659352067197427E-03  4.86591578038774938E-03  4.95690930443458931E-03
+  5.04960539921543803E-03  5.14403595893422882E-03  5.24023347668312132E-03
+  5.33823105574085955E-03  5.43806242108615251E-03  5.53976193113038442E-03
+  5.64336458967377042E-03  5.74890605808944192E-03  5.85642266773969342E-03
+  5.96595143262915011E-03  6.07753006229918517E-03  6.19119697496847872E-03
+  6.30699131092443688E-03  6.42495294617029949E-03  6.54512250633307573E-03
+  6.66754138083714733E-03  6.79225173734898484E-03  6.91929653649809087E-03
+  7.04871954687961554E-03  7.18056536034417364E-03  7.31487940758045532E-03
+  7.45170797399637673E-03  7.59109821590458079E-03  7.73309817701835038E-03
+  7.87775680526385871E-03  8.02512396991520056E-03  8.17525047905827244E-03
+  8.32818809739022288E-03  8.48398956436092165E-03  8.64270861266320904E-03
+  8.80439998707884842E-03  8.96911946368718523E-03  9.13692386944361251E-03
+  9.30787110213524005E-03  9.48202015072118279E-03  9.65943111606508593E-03
+  9.84016523206763388E-03  1.00242848872070592E-02  1.02118536464956312E-02
+  1.04029362738605208E-02  1.05975987549573377E-02  1.07959083204250787E-02
+  1.09979334695912388E-02  1.12037439946359920E-02  1.14134110052247269E-02
+  1.16270069536182092E-02  1.18446056602699579E-02  1.20662823399205910E-02
+  1.22921136281990556E-02  1.25221776087409836E-02  1.27565538408344944E-02
+  1.29953233876041047E-02  1.32385688447435104E-02  1.34863743698083287E-02
+  1.37388257120800907E-02  1.39960102430130504E-02  1.42580169872754958E-02
+  1.45249366543977014E-02  1.47968616710385855E-02  1.50738862138842349E-02
+  1.53561062431899435E-02  1.56436195369802147E-02  1.59365257259191026E-02
+  1.62349263288650500E-02  1.65389247891239051E-02  1.68486265114146279E-02
+  1.71641388995619065E-02  1.74855713949310133E-02  1.78130355156195484E-02
+  1.81466448964221483E-02  1.84865153295835742E-02  1.88327648063566049E-02
+  1.91855135593812856E-02  1.95448841059024485E-02  1.99110012918426622E-02
+  2.02839923367484076E-02  2.06639868796275952E-02  2.10511170256966126E-02
+  2.14455173940560281E-02  2.18473251663139981E-02  2.22566801361772856E-02
+  2.26737247600296982E-02  2.30986042085188949E-02  2.35314664191722082E-02
+  2.39724621500631632E-02  2.44217450345506626E-02  2.48794716371131056E-02
+  2.53458015103005217E-02  2.58208972528282052E-02  2.63049245688355138E-02
+  2.67980523283347337E-02  2.73004526288746427E-02  2.78123008584447058E-02
+  2.83337757596458725E-02  2.88650594951546380E-02  2.94063377145078186E-02
+  2.99577996222363044E-02  3.05196380473753380E-02  3.10920495143820058E-02
+  3.16752343154882918E-02  3.22693965845212913E-02  3.28747443722213206E-02
+  3.34914897230897263E-02  3.41198487537994338E-02  3.47600417332008249E-02
+  3.54122931639580321E-02  3.60768318658493889E-02  3.67538910607684635E-02
+  3.74437084594617525E-02  3.81465263500401081E-02  3.88625916883022296E-02
+  3.95921561899089045E-02  4.03354764244478262E-02  4.10928139114295141E-02
+  4.18644352182560714E-02  4.26506120602050398E-02  4.34516214024716976E-02
+  4.42677455643142939E-02  4.50992723253477723E-02  4.59464950340314898E-02
+  4.68097127183992739E-02  4.76892301990794742E-02  4.85853582046549409E-02
+  4.94984134894129041E-02  5.04287189535368510E-02  5.13766037657931302E-02
+  5.23424034887656903E-02  5.33264602066945148E-02  5.43291226559736579E-02
+  5.53507463583666412E-02  5.63916937569975268E-02  5.74523343551778531E-02
+  5.85330448581301288E-02  5.96342093176716673E-02  6.07562192799203094E-02
+  6.18994739360895357E-02  6.30643802764380146E-02  6.42513532474415366E-02
+  6.54608159122573308E-02  6.66931996145502387E-02  6.79489441457544752E-02
+  6.92284979158424019E-02  7.05323181276773375E-02  7.18608709550253161E-02
+  7.32146317243052430E-02  7.45940851001551525E-02  7.59997252748974839E-02
+  7.74320561619843417E-02  7.88915915935081702E-02  8.03788555218621775E-02
+  8.18943822256391479E-02  8.34387165198565151E-02  8.50124139705980830E-02
+  8.66160411141651682E-02  8.82501756808301424E-02  8.99154068232874276E-02
+  9.16123353498990572E-02  9.33415739628329910E-02  9.51037475011943245E-02
+  9.68994931892497441E-02  9.87294608898501985E-02  1.00594313363153900E-01
+  1.02494726530758043E-01  1.04431389745344050E-01  1.06405006065947855E-01
+  1.08416292538963704E-01  1.10465980484993231E-01  1.12554815791653787E-01
+  1.14683559212458985E-01  1.16852986671887038E-01  1.19063889576754289E-01
+  1.21317075134009439E-01  1.23613366675068517E-01  1.25953603986809715E-01
+  1.28338643649347162E-01  1.30769359380704581E-01  1.33246642388510750E-01
+  1.35771401728837393E-01  1.38344564672301357E-01  1.40967077077553626E-01
+  1.43639903772276062E-01  1.46364028941807583E-01  1.49140456525521381E-01
+  1.51970210621071883E-01  1.54854335896633583E-01  1.57793898011246353E-01
+  1.60789984043387096E-01  1.63843702927880946E-01  1.66956185901265486E-01
+  1.70128586955718641E-01  1.73362083301658004E-01  1.76657875839116074E-01
+  1.80017189637993319E-01  1.83441274427284667E-01  1.86931405093374164E-01
+  1.90488882187485553E-01  1.94115032442367691E-01  1.97811209298297958E-01
+  2.01578793438464798E-01  2.05419193333801819E-01  2.09333845797317647E-01
+  2.13324216547977008E-01  2.17391800784161870E-01  2.21538123766744866E-01
+  2.25764741411785513E-01  2.30073240892857245E-01  2.34465241252989454E-01
+  2.38942394026206900E-01  2.43506383868623333E-01  2.48158929199036565E-01
+  2.52901782848950762E-01  2.57736732721935868E-01  2.62665602462212044E-01
+  2.67690252132326889E-01  2.72812578899768399E-01  2.78034517732332453E-01
+  2.83358042102042962E-01  2.88785164697378194E-01  2.94317938143552560E-01
+  2.99958455730544915E-01  3.05708852148548926E-01  3.11571304230473745E-01
+  3.17548031701093747E-01  3.23641297932395822E-01  3.29853410704636751E-01
+  3.36186722972571850E-01  3.42643633636273981E-01  3.49226588315895869E-01
+  3.55938080129697132E-01  3.62780650474570254E-01  3.69756889808265876E-01
+  3.76869438432431980E-01  3.84120987275522685E-01  3.91514278674560845E-01
+  3.99052107154651947E-01  4.06737320205077968E-01  4.14572819050706809E-01
+  4.22561559417362897E-01  4.30706552289714106E-01  4.39010864660124733E-01
+  4.47477620266824194E-01  4.56110000319624176E-01  4.64911244211310082E-01
+  4.73884650212697212E-01  4.83033576149227817E-01  4.92361440056836408E-01
+  5.01871720814686006E-01  5.11567958752208174E-01  5.21453756227748255E-01
+  5.31532778175930254E-01  5.41808752620712153E-01  5.52285471150892882E-01
+  5.62966789354680031E-01  5.73856627209700987E-01  5.84958969424660968E-01
+  5.96277865728625844E-01  6.07817431103691908E-01  6.19581845956569954E-01
+  6.31575356224378104E-01  6.43802273409680881E-01  6.56266974539556402E-01
+  6.68973902043198509E-01  6.81927563542286896E-01  6.95132531548066535E-01
+  7.08593443058769035E-01  7.22314999050698736E-01  7.36301963855991670E-01
+  7.50559164419708935E-01  7.65091489428588289E-01  7.79903888303414838E-01
+  7.95001370046610312E-01  8.10389001936258402E-01  8.26071908057397275E-01
+  8.42055267661003137E-01  8.58344313340681619E-01  8.74944329016676958E-01
+  8.91860647716344324E-01  9.09098649139831738E-01  9.26663756999242749E-01
+  9.44561436119089715E-01  9.62797189285417021E-01  9.81376553830461629E-01
+  1.00030509793926448E+00  1.01958841666416467E+00  1.03923212763262263E+00
+  1.05924186643330631E+00  1.07962328166494204E+00  1.10038202963188314E+00
+  1.12152376866990533E+00  1.14305415308525182E+00  1.16497882668946429E+00
+  1.18730341591209809E+00  1.21003352247293638E+00  1.23317471559493042E+00
+  1.25673252373861644E+00  1.28071242583843059E+00  1.30511984202090670E+00
+  1.32996012378446582E+00  1.35523854362014884E+00  1.38096028405240423E+00
+  1.40713042607881178E+00  1.43375393698744480E+00  1.46083565753045352E+00
+  1.48838028843240688E+00  1.51639237621189982E+00  1.54487629829507145E+00
+  1.57383624739979266E+00  1.60327621516956098E+00  1.63319997503649983E+00
+  1.66361106429329331E+00  1.69451276535448714E+00  1.72590808618828406E+00
+  1.75779973990079741E+00  1.79019012345570205E+00  1.82308129551342590E+00
+  1.85647495337521606E+00  1.89037240901909653E+00  1.92477456421626458E+00
+  1.95968188471847071E+00  1.99509437350903207E+00  2.03101154311249843E+00
+  2.06743238696062104E+00  2.10435534981513417E+00  2.14177829725106816E+00
+  2.17969848420774781E+00  2.21811252261843261E+00  2.25701634813365848E+00
+  2.29640518595780563E+00  2.33627351582321374E+00  2.37661503613141001E+00
+  2.41742262729653712E+00  2.45868831433212742E+00  2.50040322872873944E+00
+  2.54255756967683588E+00  2.58514056469659481E+00  2.62814042974409734E+00
+  2.67154432887149884E+00  2.71533833352760290E+00  2.75950738159430653E+00
+  2.80403523626415518E+00  2.84890444487433037E+00  2.89409629782303934E+00
+  2.93959078770541105E+00  2.98536656881755924E+00  3.03140091718951954E+00
+  3.07766969132024926E+00  3.12414729380076928E+00  3.17080663402479068E+00
+  3.21761909219983888E+00  3.26455448488578437E+00  3.31158103230194456E+00
+  3.35866532765827142E+00  3.40577230878075143E+00  3.45286523231573739E+00
+  3.49990565081251015E+00  3.54685339299789071E+00  3.59366654757100257E+00
+  3.64030145086016610E+00  3.68671267869745911E+00  3.73285304287930053E+00
+  3.77867359259356217E+00  3.82412362120488325E+00  3.86915067879997565E+00
+  3.91370059090346611E+00  3.95771748378211718E+00  4.00114381676078068E+00
+  4.04392042197700974E+00  4.08598655200260374E+00  4.12727993575913210E+00
+  4.16773684315063253E+00  4.20729215882959195E+00  4.24587946550202577E+00
+  4.28343113716333423E+00  4.31987844263868404E+00  4.35515165977918706E+00
+  4.38918020063824788E+00  4.42189274792043108E+00  4.45321740295790303E+00
+  4.48308184542679022E+00  4.51141350496682048E+00  4.53813974481293059E+00
+  4.56318805748588474E+00  4.58648627252116192E+00  4.60796277614026106E+00
+  4.62754674268679622E+00  4.64516837756070977E+00  4.66075917128782002E+00
+  4.67425216425862100E+00  4.68558222156014104E+00  4.69468631720761032E+00
+  4.70150382695926705E+00  4.70597682876809653E+00  4.70805040978934475E+00
+  4.70767297872271051E+00  4.70479658212429275E+00  4.69937722317640461E+00
+  4.69137518125447173E+00  4.68075533048070369E+00  4.66748745530555098E+00
+  4.65154656101174169E+00  4.63291317689376392E+00  4.61157364973015760E+00
+  4.58752042503891744E+00  4.56075231349019994E+00  4.53127473974789297E+00
+  4.49909997092492908E+00  4.46424732176980843E+00  4.42674333365576533E+00
+  4.38662192442317078E+00  4.34392450613261261E+00  4.29870006782352121E+00
+  4.25100522044484208E+00  4.20090420123180674E+00  4.14846883494996632E+00
+  4.09377844961599280E+00  4.03691974453655078E+00  3.97798660878332200E+00
+  3.91707988854517275E+00  3.85430710216784078E+00  3.78978210210721222E+00
+  3.72362468348354003E+00  3.65596013942872222E+00  3.58691876396456877E+00
+  3.51663530373374034E+00  3.44524836052128780E+00  3.37289974714959451E+00
+  3.29973379999552119E+00  3.22589665206003851E+00  3.15153547120928001E+00
+  3.07679766889456108E+00  3.00183008533956563E+00  2.92677815784777540E+00
+  2.85178507952525440E+00  2.77699095632803861E+00  2.70253197092360153E+00
+  2.62853956240173003E+00  2.55513963138079347E+00  2.48245178053497684E+00
+  2.41058860102318873E+00  2.33965501574315438E+00  2.26974769077876681E+00
+  2.20095452687566251E+00  2.13335424329109058E+00  2.06701606694621631E+00
+  2.00199954048930362E+00  1.93835446368244324E+00  1.87612098347898870E+00
+  1.81532984927873997E+00  1.75600285114433219E+00  1.69815346022923741E+00
+  1.64178769228552390E+00  1.58690521685107977E+00  1.53350073650741803E+00
+  1.48156566238908449E+00  1.43109011386145157E+00  1.38206297216399632E+00
+  1.33447193523255847E+00  1.28830357335652401E+00  1.24354338527015518E+00
+  1.20017585421296524E+00  1.15818450342154566E+00  1.11755195043345656E+00
+  1.07825995949174236E+00  1.04028949123502423E+00  1.00362074874162843E+00
+  9.68233218865358847E-01  9.34105707653621664E-01  9.01216368474044627E-01
+  8.69542750222559224E-01  8.39061845166737541E-01  8.09750136341919613E-01
+  7.81583644419966417E-01  7.54537973972924769E-01  7.28588359056513091E-01
+  7.03709708041133863E-01  6.79876647621075580E-01  6.57063565935695815E-01
+  6.35244654739668402E-01  6.14393950562817537E-01  5.94485374803670474E-01
+  5.75492772704614630E-01  5.57389951160431441E-01  5.40150715316025098E-01
+  5.23748903913306973E-01  5.08158423351484756E-01  4.93353280429360996E-01
+  4.79307613742730954E-01  4.65995723714481280E-01  4.53392101239592338E-01
+  4.41471454931849028E-01  4.30208736963696992E-01  4.19579167495278793E-01
+  4.09558257693249161E-01  4.00121831344451728E-01  3.91246045073929682E-01
+  3.82907407180997583E-01  3.75082795111193745E-01  3.67749471585838150E-01
+  3.60885099414616328E-01  3.54467755020042241E-01  3.48475940705842924E-01
+  3.42888595704194221E-01  3.37685106039319394E-01  3.32845313247240315E-01
+  3.28349521993399174E-01  3.24178506631486563E-01  3.20313516748079896E-01
+  3.16736281738638215E-01  3.13429014461026390E-01  3.10374414013044553E-01
+  3.07555667680451839E-01  3.04956452101708519E-01  3.02560933695130707E-01
+  3.00353768393388842E-01  2.98320100729302817E-01  2.96445562315718059E-01
+  2.94716269760913419E-01  2.93118822059518391E-01  2.91640297497325673E-01
+  2.90268250106699210E-01  2.88990705707524997E-01  2.87796157566842237E-01
+  2.86673561708453983E-01  2.85612331901964611E-01  2.84602334358838249E-01
+  2.83633882161237860E-01  2.82697729447594914E-01  2.81785065377093913E-01
+  2.80887507893529731E-01  2.79997097307337572E-01  2.79106289712989730E-01
+  2.78207950257416570E-01  2.77295346273651711E-01  2.76362140292510994E-01
+  2.75402382943805424E-01  2.74410505757357592E-01  2.73381313872940401E-01
+  2.72309978667185093E-01  2.71192030304518217E-01  2.70023350218269009E-01
+  2.68800163527264768E-01  2.67519031392466466E-01  2.66176843317528666E-01
+  2.64770809396550011E-01  2.63298452511755765E-01  2.61757600483387531E-01
+  2.60146378173683801E-01  2.58463199546500211E-01  2.56706759683862695E-01
+  2.54876026760538110E-01  2.52970233977565684E-01  2.50988871455607720E-01
+  2.48931678088942981E-01  2.46798633360954922E-01  2.44589949122026501E-01
+  2.42306061330881284E-01  2.39947621760566138E-01  2.37515489670479196E-01
+  2.35010723446089337E-01  2.32434572208269352E-01  2.29788467394487106E-01
+  2.27074014314435163E-01  2.24292983683058167E-01  2.21447303134327811E-01
+  2.18539048719544243E-01  2.15570436394367848E-01  2.12543813499249473E-01
+  2.09461650238386698E-01  2.06326531162810134E-01  2.03141146663678579E-01
+  1.99908284482352316E-01  1.96630821244286297E-01  1.93311714024256759E-01
+  1.89953991950917694E-01  1.86560747859114612E-01  1.83135129998841656E-01
+  1.79680333810133624E-01  1.76199593773590207E-01  1.72696175346590597E-01
+  1.69173366995607782E-01  1.65634472335328131E-01  1.62082802385561386E-01
+  1.58521667957152113E-01  1.54954372178297106E-01  1.51384203172813286E-01
+  1.47814426901999751E-01  1.44248280181781624E-01  1.40688963886818313E-01
+  1.37139636353195871E-01  1.33603406991207596E-01  1.30083330119551893E-01
+  1.26582399032043491E-01  1.23103540307640938E-01  1.19649608374243294E-01
+  1.16223380336294868E-01  1.12827551075769167E-01  1.09464728635564293E-01
+  1.06137429893777516E-01  1.02848076536653274E-01  9.95989913373261648E-02
+  9.63923947467215797E-02  9.32304018021822833E-02  9.01150193585441295E-02
+  8.70481436455035756E-02  8.40315581541897089E-02  8.10669318549031709E-02
+  7.81558177469917764E-02  7.52996517408259791E-02  7.24997518708032918E-02
+  6.97573178372684899E-02  6.70734308741826046E-02  6.44490539383188038E-02
+  6.18850322147126153E-02  5.93820939320493443E-02  5.69408514806484731E-02
+  5.45618028246980316E-02  5.22453331994160788E-02  4.99917170828743165E-02
+  4.78011204313151250E-02  4.56736031659368061E-02  4.36091218983137296E-02
+  4.16075328808699629E-02  3.96685951681325158E-02  3.77919739738684507E-02
+  3.59772442086527047E-02  3.42238941819333203E-02  3.25313294522537044E-02
+  3.08988768089635268E-02  2.93257883685048154E-02  2.78112457681930179E-02
+  2.63543644403329280E-02  2.49541979495106932E-02  2.36097423759874664E-02
+  2.23199407282889464E-02  2.10836873683316085E-02  1.98998324327542796E-02
+  1.87671862345268996E-02  1.76845236293832232E-02  1.66505883321712081E-02
+  1.56640971688247616E-02  1.47237442503321235E-02  1.38282050558037242E-02
+  1.29761404125197915E-02  1.21662003616604623E-02  1.13970278992826420E-02
+  1.06672625830018745E-02  9.97554399575830732E-03  9.32051505898657921E-03
+  8.70082518846443560E-03  8.11513328707690225E-03  7.56211056969640413E-03
+  7.04044321633754810E-03  6.54883485069280777E-03  6.08600884208620758E-03
+  5.65071042979045212E-03  5.24170866953432932E-03  4.85779820287610044E-03
+  4.49780085093088623E-03  4.16056703471178336E-03  3.84497702507175529E-03
+  3.54994202591334953E-03  3.27440509496327225E-03  3.01734190698632306E-03
+  2.77776136483708384E-03  2.55470606421606640E-03  2.34725261840968823E-03
+  2.15451184964967225E-03  1.97562885402772235E-03  1.80978294714607231E-03
+  1.65618749787472077E-03  1.51408965772330999E-03  1.38276999342131271E-03
+  1.26154203033662323E-03  1.14975171435194551E-03  1.04677679976342077E-03
+  9.52026170669192885E-04  8.64939103180405308E-04  7.84984475616286011E-04
+  7.11659933641999661E-04  6.44491017075978184E-04  5.83030254835918325E-04
+  5.26856234212921869E-04  4.75572650364653089E-04  4.28807341604237047E-04
+  3.86211315735100953E-04  3.47457772346192119E-04  3.12241125639968530E-04
+  2.80276032020083455E-04  2.51296426319472482E-04  2.25054570205061231E-04
+  2.01320115954912532E-04  1.79879188469384905E-04  1.60533488051751142E-04
+  1.43099416177405872E-04  1.27407226165790884E-04  1.13300200376804317E-04
+  1.00633855274814658E-04  8.92751754393938084E-05  7.91018773532274497E-05
+  7.00017035648753145E-05  6.18717476075307369E-05  5.46178098548184764E-05
+  4.81537843110665438E-05  4.24010761662653481E-05  3.72880497948816235E-05
+  3.27495067424857290E-05  2.87261931243459447E-05  2.51643357552150074E-05
+  2.20152062388841674E-05  1.92347121690426433E-05  1.67830145288390847E-05
+  1.46241703245403308E-05  1.27257994480324836E-05  1.10587747328055217E-05
+  9.59693414768613635E-06  8.31681406111673195E-06  7.19740250540736863E-06
+  6.21991137431269017E-06  5.36756649772639596E-06  4.62541455348549341E-06
+  3.98014579750876210E-06  3.41993161906424459E-06  2.93427595721217576E-06
+  2.51387964678307544E-06  2.15051679704751415E-06  1.83692234297723471E-06
+  1.56668994719204908E-06  1.33417946988096935E-06  1.13443326376864995E-06
+  9.63100591200402345E-07  8.16369500311528484E-07  6.90905536739292147E-07
+  5.83796706175210819E-07  4.92504141023603562E-07  4.14817961344780916E-07
+  3.48817855964375304E-07  2.92837943999535270E-07  2.45435509990083227E-07
+  2.05363237254848255E-07  1.71544593968880990E-07  1.43052054744772049E-07
+  END     
+   SHAPE_FUNC   
+  7.66294278796989659E+00  7.66294278796989570E+00  7.66294278796989214E+00
+  7.66294278796988770E+00  7.66294278796987971E+00  7.66294278796987172E+00
+  7.66294278796985928E+00  7.66294278796984507E+00  7.66294278796982908E+00
+  7.66294278796981043E+00  7.66294278796978912E+00  7.66294278796976513E+00
+  7.66294278796973849E+00  7.66294278796971007E+00  7.66294278796967721E+00
+  7.66294278796964257E+00  7.66294278796960526E+00  7.66294278796956441E+00
+  7.66294278796952000E+00  7.66294278796947381E+00  7.66294278796942230E+00
+  7.66294278796936901E+00  7.66294278796931305E+00  7.66294278796925177E+00
+  7.66294278796918782E+00  7.66294278796912032E+00  7.66294278796904926E+00
+  7.66294278796897377E+00  7.66294278796889472E+00  7.66294278796881123E+00
+  7.66294278796872419E+00  7.66294278796863182E+00  7.66294278796853590E+00
+  7.66294278796843642E+00  7.66294278796833073E+00  7.66294278796822148E+00
+  7.66294278796810602E+00  7.66294278796798700E+00  7.66294278796786266E+00
+  7.66294278796773298E+00  7.66294278796759798E+00  7.66294278796745765E+00
+  7.66294278796731199E+00  7.66294278796716100E+00  7.66294278796700379E+00
+  7.66294278796684125E+00  7.66294278796667250E+00  7.66294278796649575E+00
+  7.66294278796631545E+00  7.66294278796612716E+00  7.66294278796593176E+00
+  7.66294278796573103E+00  7.66294278796552231E+00  7.66294278796530648E+00
+  7.66294278796508266E+00  7.66294278796485351E+00  7.66294278796461548E+00
+  7.66294278796437034E+00  7.66294278796411632E+00  7.66294278796385520E+00
+  7.66294278796358430E+00  7.66294278796330630E+00  7.66294278796301853E+00
+  7.66294278796272277E+00  7.66294278796241812E+00  7.66294278796210371E+00
+  7.66294278796177952E+00  7.66294278796144646E+00  7.66294278796110184E+00
+  7.66294278796074835E+00  7.66294278796038419E+00  7.66294278796000938E+00
+  7.66294278795962391E+00  7.66294278795922779E+00  7.66294278795882011E+00
+  7.66294278795840089E+00  7.66294278795796924E+00  7.66294278795752604E+00
+  7.66294278795707129E+00  7.66294278795660233E+00  7.66294278795612183E+00
+  7.66294278795562800E+00  7.66294278795512085E+00  7.66294278795459860E+00
+  7.66294278795406392E+00  7.66294278795351413E+00  7.66294278795295014E+00
+  7.66294278795237105E+00  7.66294278795177597E+00  7.66294278795116668E+00
+  7.66294278795054051E+00  7.66294278794989836E+00  7.66294278794923933E+00
+  7.66294278794856432E+00  7.66294278794787065E+00  7.66294278794716099E+00
+  7.66294278794643180E+00  7.66294278794568484E+00  7.66294278794491923E+00
+  7.66294278794413319E+00  7.66294278794332939E+00  7.66294278794250427E+00
+  7.66294278794165784E+00  7.66294278794079275E+00  7.66294278793990458E+00
+  7.66294278793899508E+00  7.66294278793806427E+00  7.66294278793711037E+00
+  7.66294278793613248E+00  7.66294278793513239E+00  7.66294278793410655E+00
+  7.66294278793305672E+00  7.66294278793198202E+00  7.66294278793088068E+00
+  7.66294278792975447E+00  7.66294278792860162E+00  7.66294278792742034E+00
+  7.66294278792621153E+00  7.66294278792497430E+00  7.66294278792370864E+00
+  7.66294278792241279E+00  7.66294278792108674E+00  7.66294278791972960E+00
+  7.66294278791834138E+00  7.66294278791692030E+00  7.66294278791546724E+00
+  7.66294278791398131E+00  7.66294278791245986E+00  7.66294278791090466E+00
+  7.66294278790931305E+00  7.66294278790768502E+00  7.66294278790602057E+00
+  7.66294278790431882E+00  7.66294278790257799E+00  7.66294278790079808E+00
+  7.66294278789897731E+00  7.66294278789711747E+00  7.66294278789521321E+00
+  7.66294278789326810E+00  7.66294278789127858E+00  7.66294278788924643E+00
+  7.66294278788716721E+00  7.66294278788504357E+00  7.66294278788287109E+00
+  7.66294278788065242E+00  7.66294278787838223E+00  7.66294278787606409E+00
+  7.66294278787369443E+00  7.66294278787127325E+00  7.66294278786879701E+00
+  7.66294278786626837E+00  7.66294278786368466E+00  7.66294278786104410E+00
+  7.66294278785834670E+00  7.66294278785558980E+00  7.66294278785277339E+00
+  7.66294278784989658E+00  7.66294278784695670E+00  7.66294278784395466E+00
+  7.66294278784088689E+00  7.66294278783775518E+00  7.66294278783455418E+00
+  7.66294278783128391E+00  7.66294278782794613E+00  7.66294278782453553E+00
+  7.66294278782105209E+00  7.66294278781749405E+00  7.66294278781386140E+00
+  7.66294278781015059E+00  7.66294278780636162E+00  7.66294278780249272E+00
+  7.66294278779854121E+00  7.66294278779450622E+00  7.66294278779038684E+00
+  7.66294278778618043E+00  7.66294278778188520E+00  7.66294278777749938E+00
+  7.66294278777302296E+00  7.66294278776845061E+00  7.66294278776378412E+00
+  7.66294278775901905E+00  7.66294278775415538E+00  7.66294278774918958E+00
+  7.66294278774411985E+00  7.66294278773894533E+00  7.66294278773366422E+00
+  7.66294278772827120E+00  7.66294278772276805E+00  7.66294278771715032E+00
+  7.66294278771141624E+00  7.66294278770556403E+00  7.66294278769959014E+00
+  7.66294278769349368E+00  7.66294278768727111E+00  7.66294278768092063E+00
+  7.66294278767443959E+00  7.66294278766782533E+00  7.66294278766107606E+00
+  7.66294278765418735E+00  7.66294278764715742E+00  7.66294278763998449E+00
+  7.66294278763266412E+00  7.66294278762519454E+00  7.66294278761757219E+00
+  7.66294278760979530E+00  7.66294278760186032E+00  7.66294278759376191E+00
+  7.66294278758550007E+00  7.66294278757707037E+00  7.66294278756847014E+00
+  7.66294278755969405E+00  7.66294278755074121E+00  7.66294278754160629E+00
+  7.66294278753228753E+00  7.66294278752277869E+00  7.66294278751307978E+00
+  7.66294278750318369E+00  7.66294278749308866E+00  7.66294278748279112E+00
+  7.66294278747228397E+00  7.66294278746156721E+00  7.66294278745063551E+00
+  7.66294278743948265E+00  7.66294278742810597E+00  7.66294278741650192E+00
+  7.66294278740466517E+00  7.66294278739259127E+00  7.66294278738027579E+00
+  7.66294278736771339E+00  7.66294278735490053E+00  7.66294278734183010E+00
+  7.66294278732850032E+00  7.66294278731490497E+00  7.66294278730103784E+00
+  7.66294278728689449E+00  7.66294278727246958E+00  7.66294278725775690E+00
+  7.66294278724275291E+00  7.66294278722745048E+00  7.66294278721184341E+00
+  7.66294278719592725E+00  7.66294278717969490E+00  7.66294278716314192E+00
+  7.66294278714626032E+00  7.66294278712904386E+00  7.66294278711148635E+00
+  7.66294278709358245E+00  7.66294278707532506E+00  7.66294278705670706E+00
+  7.66294278703772136E+00  7.66294278701835996E+00  7.66294278699861664E+00
+  7.66294278697848519E+00  7.66294278695795672E+00  7.66294278693702413E+00
+  7.66294278691567943E+00  7.66294278689391462E+00  7.66294278687172259E+00
+  7.66294278684909358E+00  7.66294278682602048E+00  7.66294278680249441E+00
+  7.66294278677850649E+00  7.66294278675404872E+00  7.66294278672911133E+00
+  7.66294278670368456E+00  7.66294278667776041E+00  7.66294278665132822E+00
+  7.66294278662437911E+00  7.66294278659690331E+00  7.66294278656889016E+00
+  7.66294278654032990E+00  7.66294278651121097E+00  7.66294278648152449E+00
+  7.66294278645125715E+00  7.66294278642040005E+00  7.66294278638894255E+00
+  7.66294278635687043E+00  7.66294278632417480E+00  7.66294278629084147E+00
+  7.66294278625685799E+00  7.66294278622221547E+00  7.66294278618689795E+00
+  7.66294278615089386E+00  7.66294278611418989E+00  7.66294278607677271E+00
+  7.66294278603862988E+00  7.66294278599974543E+00  7.66294278596010692E+00
+  7.66294278591969835E+00  7.66294278587850641E+00  7.66294278583651689E+00
+  7.66294278579371380E+00  7.66294278575008025E+00  7.66294278570560294E+00
+  7.66294278566026321E+00  7.66294278561404685E+00  7.66294278556693609E+00
+  7.66294278551891495E+00  7.66294278546996477E+00  7.66294278542006779E+00
+  7.66294278536920892E+00  7.66294278531736595E+00  7.66294278526452288E+00
+  7.66294278521065930E+00  7.66294278515575655E+00  7.66294278509979421E+00
+  7.66294278504275361E+00  7.66294278498461345E+00  7.66294278492535241E+00
+  7.66294278486494918E+00  7.66294278480338242E+00  7.66294278474063084E+00
+  7.66294278467667134E+00  7.66294278461148082E+00  7.66294278454503619E+00
+  7.66294278447731259E+00  7.66294278440828780E+00  7.66294278433793608E+00
+  7.66294278426623166E+00  7.66294278419315056E+00  7.66294278411866436E+00
+  7.66294278404274909E+00  7.66294278396537631E+00  7.66294278388651762E+00
+  7.66294278380614724E+00  7.66294278372423321E+00  7.66294278364074977E+00
+  7.66294278355566583E+00  7.66294278346895030E+00  7.66294278338057389E+00
+  7.66294278329050282E+00  7.66294278319870692E+00  7.66294278310515331E+00
+  7.66294278300980825E+00  7.66294278291263886E+00  7.66294278281360874E+00
+  7.66294278271268503E+00  7.66294278260983042E+00  7.66294278250500760E+00
+  7.66294278239818194E+00  7.66294278228931347E+00  7.66294278217836489E+00
+  7.66294278206529711E+00  7.66294278195006839E+00  7.66294278183263788E+00
+  7.66294278171296561E+00  7.66294278159100983E+00  7.66294278146672525E+00
+  7.66294278134006834E+00  7.66294278121099559E+00  7.66294278107945992E+00
+  7.66294278094541603E+00  7.66294278080881597E+00  7.66294278066960999E+00
+  7.66294278052775191E+00  7.66294278038319110E+00  7.66294278023587427E+00
+  7.66294278008575169E+00  7.66294277993276918E+00  7.66294277977687344E+00
+  7.66294277961800940E+00  7.66294277945612023E+00  7.66294277929114998E+00
+  7.66294277912304089E+00  7.66294277895173259E+00  7.66294277877716556E+00
+  7.66294277859927764E+00  7.66294277841800664E+00  7.66294277823328862E+00
+  7.66294277804505874E+00  7.66294277785325129E+00  7.66294277765779874E+00
+  7.66294277745863184E+00  7.66294277725568040E+00  7.66294277704887339E+00
+  7.66294277683813885E+00  7.66294277662340217E+00  7.66294277640458787E+00
+  7.66294277618161956E+00  7.66294277595441820E+00  7.66294277572290561E+00
+  7.66294277548699920E+00  7.66294277524661638E+00  7.66294277500167453E+00
+  7.66294277475208485E+00  7.66294277449776207E+00  7.66294277423861647E+00
+  7.66294277397455748E+00  7.66294277370549182E+00  7.66294277343132713E+00
+  7.66294277315196481E+00  7.66294277286730896E+00  7.66294277257725920E+00
+  7.66294277228171516E+00  7.66294277198057117E+00  7.66294277167372506E+00
+  7.66294277136106494E+00  7.66294277104248600E+00  7.66294277071787633E+00
+  7.66294277038712046E+00  7.66294277005010294E+00  7.66294276970670829E+00
+  7.66294276935681395E+00  7.66294276900029825E+00  7.66294276863703772E+00
+  7.66294276826690535E+00  7.66294276788977236E+00  7.66294276750550463E+00
+  7.66294276711397160E+00  7.66294276671503383E+00  7.66294276630855364E+00
+  7.66294276589438894E+00  7.66294276547239406E+00  7.66294276504242511E+00
+  7.66294276460432755E+00  7.66294276415795306E+00  7.66294276370314442E+00
+  7.66294276323974177E+00  7.66294276276758524E+00  7.66294276228651050E+00
+  7.66294276179634792E+00  7.66294276129692964E+00  7.66294276078808068E+00
+  7.66294276026962251E+00  7.66294275974137662E+00  7.66294275920315737E+00
+  7.66294275865477914E+00  7.66294275809605097E+00  7.66294275752677656E+00
+  7.66294275694676053E+00  7.66294275635579858E+00  7.66294275575368822E+00
+  7.66294275514021628E+00  7.66294275451517226E+00  7.66294275387833768E+00
+  7.66294275322949225E+00  7.66294275256840951E+00  7.66294275189486029E+00
+  7.66294275120861013E+00  7.66294275050942097E+00  7.66294274979704948E+00
+  7.66294274907124962E+00  7.66294274833176647E+00  7.66294274757834692E+00
+  7.66294274681072629E+00  7.66294274602863901E+00  7.66294274523181507E+00
+  7.66294274441997558E+00  7.66294274359284078E+00  7.66294274275012199E+00
+  7.66294274189152880E+00  7.66294274101676187E+00  7.66294274012551746E+00
+  7.66294273921748736E+00  7.66294273829235628E+00  7.66294273734980358E+00
+  7.66294273638950241E+00  7.66294273541111970E+00  7.66294273441431706E+00
+  7.66294273339874721E+00  7.66294273236405932E+00  7.66294273130989545E+00
+  7.66294273023588879E+00  7.66294272914166896E+00  7.66294272802685583E+00
+  7.66294272689106215E+00  7.66294272573389712E+00  7.66294272455495751E+00
+  7.66294272335383564E+00  7.66294272213011674E+00  7.66294272088337625E+00
+  7.66294271961318252E+00  7.66294271831909501E+00  7.66294271700066787E+00
+  7.66294271565744189E+00  7.66294271428895435E+00  7.66294271289473095E+00
+  7.66294271147428940E+00  7.66294271002713856E+00  7.66294270855277659E+00
+  7.66294270705069458E+00  7.66294270552037204E+00  7.66294270396128141E+00
+  7.66294270237288089E+00  7.66294270075462247E+00  7.66294269910594572E+00
+  7.66294269742628309E+00  7.66294269571505104E+00  7.66294269397165984E+00
+  7.66294269219550550E+00  7.66294269038597342E+00  7.66294268854244010E+00
+  7.66294268666426781E+00  7.66294268475080642E+00  7.66294268280139512E+00
+  7.66294268081536067E+00  7.66294267879201740E+00  7.66294267673066543E+00
+  7.66294267463059242E+00  7.66294267249107364E+00  7.66294267031136833E+00
+  7.66294266809072688E+00  7.66294266582838013E+00  7.66294266352354647E+00
+  7.66294266117543010E+00  7.66294265878322101E+00  7.66294265634609317E+00
+  7.66294265386320461E+00  7.66294265133369734E+00  7.66294264875670095E+00
+  7.66294264613132192E+00  7.66294264345665788E+00  7.66294264073178510E+00
+  7.66294263795576036E+00  7.66294263512762797E+00  7.66294263224641092E+00
+  7.66294262931111447E+00  7.66294262632072787E+00  7.66294262327421816E+00
+  7.66294262017053462E+00  7.66294261700860524E+00  7.66294261378734198E+00
+  7.66294261050563108E+00  7.66294260716234099E+00  7.66294260375631886E+00
+  7.66294260028639140E+00  7.66294259675136047E+00  7.66294259315000659E+00
+  7.66294258948108986E+00  7.66294258574334286E+00  7.66294258193547861E+00
+  7.66294257805618351E+00  7.66294257410411994E+00  7.66294257007792545E+00
+  7.66294256597621271E+00  7.66294256179756772E+00  7.66294255754054898E+00
+  7.66294255320369011E+00  7.66294254878549808E+00  7.66294254428444788E+00
+  7.66294253969898875E+00  7.66294253502754152E+00  7.66294253026849503E+00
+  7.66294252542021059E+00  7.66294252048101665E+00  7.66294251544921323E+00
+  7.66294251032306484E+00  7.66294250510080577E+00  7.66294249978063746E+00
+  7.66294249436072761E+00  7.66294248883920925E+00  7.66294248321417903E+00
+  7.66294247748370161E+00  7.66294247164580167E+00  7.66294246569846926E+00
+  7.66294245963965626E+00  7.66294245346727543E+00  7.66294244717920225E+00
+  7.66294244077326958E+00  7.66294243424727561E+00  7.66294242759896882E+00
+  7.66294242082606303E+00  7.66294241392622411E+00  7.66294240689707973E+00
+  7.66294239973620606E+00  7.66294239244114195E+00  7.66294238500937297E+00
+  7.66294237743834206E+00  7.66294236972544418E+00  7.66294236186802191E+00
+  7.66294235386337341E+00  7.66294234570874266E+00  7.66294233740132391E+00
+  7.66294232893825722E+00  7.66294232031662936E+00  7.66294231153347560E+00
+  7.66294230258577080E+00  7.66294229347043743E+00  7.66294228418433931E+00
+  7.66294227472427991E+00  7.66294226508700671E+00  7.66294225526920147E+00
+  7.66294224526748824E+00  7.66294223507842354E+00  7.66294222469850439E+00
+  7.66294221412415943E+00  7.66294220335175158E+00  7.66294219237757446E+00
+  7.66294218119785064E+00  7.66294216980873966E+00  7.66294215820632019E+00
+  7.66294214638660343E+00  7.66294213434552240E+00  7.66294212207893821E+00
+  7.66294210958263022E+00  7.66294209685230143E+00  7.66294208388357401E+00
+  7.66294207067198840E+00  7.66294205721299893E+00  7.66294204350197994E+00
+  7.66294202953421610E+00  7.66294201530490504E+00  7.66294200080915289E+00
+  7.66294198604197696E+00  7.66294197099829866E+00  7.66294195567294523E+00
+  7.66294194006064799E+00  7.66294192415604236E+00  7.66294190795365537E+00
+  7.66294189144792171E+00  7.66294187463316234E+00  7.66294185750360235E+00
+  7.66294184005334955E+00  7.66294182227640608E+00  7.66294180416666215E+00
+  7.66294178571789164E+00  7.66294176692375473E+00  7.66294174777778991E+00
+  7.66294172827341757E+00  7.66294170840393463E+00  7.66294168816251009E+00
+  7.66294166754219042E+00  7.66294164653588616E+00  7.66294162513637822E+00
+  7.66294160333631424E+00  7.66294158112820156E+00  7.66294155850440717E+00
+  7.66294153545715861E+00  7.66294151197853424E+00  7.66294148806046849E+00
+  7.66294146369474127E+00  7.66294143887297885E+00  7.66294141358665559E+00
+  7.66294138782708067E+00  7.66294136158540518E+00  7.66294133485261142E+00
+  7.66294130761951386E+00  7.66294127987675910E+00  7.66294125161481254E+00
+  7.66294122282396728E+00  7.66294119349433078E+00  7.66294116361582756E+00
+  7.66294113317819203E+00  7.66294110217097035E+00  7.66294107058350704E+00
+  7.66294103840495566E+00  7.66294100562425839E+00  7.66294097223015847E+00
+  7.66294093821118238E+00  7.66294090355564528E+00  7.66294086825164467E+00
+  7.66294083228705425E+00  7.66294079564951858E+00  7.66294075832645571E+00
+  7.66294072030504658E+00  7.66294068157223229E+00  7.66294064211470882E+00
+  7.66294060191892612E+00  7.66294056097107834E+00  7.66294051925710207E+00
+  7.66294047676267276E+00  7.66294043347319587E+00  7.66294038937380328E+00
+  7.66294034444935424E+00  7.66294029868441839E+00  7.66294025206328122E+00
+  7.66294020456993152E+00  7.66294015618806057E+00  7.66294010690105765E+00
+  7.66294005669199407E+00  7.66294000554363031E+00  7.66293995343840528E+00
+  7.66293990035842487E+00  7.66293984628546454E+00  7.66293979120095869E+00
+  7.66293973508599180E+00  7.66293967792129838E+00  7.66293961968725057E+00
+  7.66293956036385282E+00  7.66293949993073920E+00  7.66293943836716007E+00
+  7.66293937565197858E+00  7.66293931176366350E+00  7.66293924668028037E+00
+  7.66293918037948529E+00  7.66293911283851692E+00  7.66293904403418669E+00
+  7.66293897394287526E+00  7.66293890254051924E+00  7.66293882980260843E+00
+  7.66293875570416994E+00  7.66293868021976898E+00  7.66293860332349297E+00
+  7.66293852498894257E+00  7.66293844518922995E+00  7.66293836389696281E+00
+  7.66293828108423369E+00  7.66293819672261733E+00  7.66293811078315557E+00
+  7.66293802323635020E+00  7.66293793405215062E+00  7.66293784319994309E+00
+  7.66293775064854366E+00  7.66293765636618662E+00  7.66293756032050855E+00
+  7.66293746247854379E+00  7.66293736280671212E+00  7.66293726127079999E+00
+  7.66293715783596063E+00  7.66293705246669266E+00  7.66293694512683210E+00
+  7.66293683577953733E+00  7.66293672438728013E+00  7.66293661091182976E+00
+  7.66293649531424137E+00  7.66293637755484092E+00  7.66293625759321628E+00
+  7.66293613538819507E+00  7.66293601089783927E+00  7.66293588407942394E+00
+  7.66293575488942835E+00  7.66293562328351641E+00  7.66293548921652512E+00
+  7.66293535264244419E+00  7.66293521351440710E+00  7.66293507178466804E+00
+  7.66293492740459037E+00  7.66293478032462971E+00  7.66293463049431356E+00
+  7.66293447786222615E+00  7.66293432237599070E+00  7.66293416398225347E+00
+  7.66293400262666058E+00  7.66293383825384478E+00  7.66293367080740140E+00
+  7.66293350022987330E+00  7.66293332646272951E+00  7.66293314944634307E+00
+  7.66293296911997590E+00  7.66293278542175216E+00  7.66293259828863960E+00
+  7.66293240765642736E+00  7.66293221345970643E+00  7.66293201563184478E+00
+  7.66293181410496427E+00  7.66293160880991575E+00  7.66293139967626225E+00
+  7.66293118663224959E+00  7.66293096960477715E+00  7.66293074851938449E+00
+  7.66293052330021496E+00  7.66293029386999791E+00  7.66293006015001410E+00
+  7.66292982206007789E+00  7.66292957951849996E+00  7.66292933244206687E+00
+  7.66292908074601087E+00  7.66292882434397793E+00  7.66292856314800019E+00
+  7.66292829706846668E+00  7.66292802601408951E+00  7.66292774989187819E+00
+  7.66292746860710139E+00  7.66292718206325585E+00  7.66292689016203887E+00
+  7.66292659280330657E+00  7.66292628988504632E+00  7.66292598130333591E+00
+  7.66292566695231514E+00  7.66292534672413872E+00  7.66292502050895230E+00
+  7.66292468819484451E+00  7.66292434966781322E+00  7.66292400481172464E+00
+  7.66292365350827875E+00  7.66292329563695773E+00  7.66292293107499489E+00
+  7.66292255969733027E+00  7.66292218137656533E+00  7.66292179598292034E+00
+  7.66292140338418726E+00  7.66292100344569249E+00  7.66292059603024001E+00
+  7.66292018099807493E+00  7.66291975820682580E+00  7.66291932751146021E+00
+  7.66291888876424121E+00  7.66291844181466342E+00  7.66291798650941214E+00
+  7.66291752269230653E+00  7.66291705020424629E+00  7.66291656888315842E+00
+  7.66291607856394030E+00  7.66291557907840470E+00  7.66291507025521845E+00
+  7.66291455191984738E+00  7.66291402389449772E+00  7.66291348599804856E+00
+  7.66291293804599682E+00  7.66291237985039153E+00  7.66291181121976628E+00
+  7.66291123195907886E+00  7.66291064186964022E+00  7.66291004074904691E+00
+  7.66290942839111633E+00  7.66290880458580848E+00  7.66290816911916028E+00
+  7.66290752177320833E+00  7.66290686232591689E+00  7.66290619055109801E+00
+  7.66290550621834132E+00  7.66290480909292526E+00  7.66290409893574154E+00
+  7.66290337550321699E+00  7.66290263854722298E+00  7.66290188781499548E+00
+  7.66290112304904536E+00  7.66290034398706954E+00  7.66289955036186576E+00
+  7.66289874190123577E+00  7.66289791832789646E+00  7.66289707935937869E+00
+  7.66289622470793930E+00  7.66289535408045097E+00  7.66289446717831435E+00
+  7.66289356369734520E+00  7.66289264332767672E+00  7.66289170575364764E+00
+  7.66289075065370451E+00  7.66288977770027380E+00  7.66288878655966954E+00
+  7.66288777689196543E+00  7.66288674835087935E+00  7.66288570058366325E+00
+  7.66288463323097169E+00  7.66288354592674636E+00  7.66288243829808557E+00
+  7.66288130996512251E+00  7.66288016054088494E+00  7.66287898963117442E+00
+  7.66287779683441972E+00  7.66287658174154984E+00  7.66287534393584391E+00
+  7.66287408299279882E+00  7.66287279847997205E+00  7.66287148995684220E+00
+  7.66287015697465534E+00  7.66286879907626961E+00  7.66286741579599884E+00
+  7.66286600665945805E+00  7.66286457118339115E+00  7.66286310887551458E+00
+  7.66286161923434328E+00  7.66286010174901833E+00  7.66285855589913467E+00
+  7.66285698115456526E+00  7.66285537697526919E+00  7.66285374281111675E+00
+  7.66285207810169666E+00  7.66285038227612603E+00  7.66284865475284782E+00
+  7.66284689493944171E+00  7.66284510223241355E+00  7.66284327601699111E+00
+  7.66284141566691446E+00  7.66283952054421569E+00  7.66283758999900755E+00
+  7.66283562336926050E+00  7.66283361998056378E+00  7.66283157914591229E+00
+  7.66282950016545605E+00  7.66282738232626937E+00  7.66282522490209850E+00
+  7.66282302715312547E+00  7.66282078832569713E+00  7.66281850765208183E+00
+  7.66281618435019940E+00  7.66281381762335201E+00  7.66281140665995597E+00
+  7.66280895063325751E+00  7.66280644870105387E+00  7.66280390000540379E+00
+  7.66280130367233170E+00  7.66279865881153022E+00  7.66279596451605194E+00
+  7.66279321986200301E+00  7.66279042390822163E+00  7.66278757569595825E+00
+  7.66278467424854703E+00  7.66278171857107093E+00  7.66277870765001801E+00
+  7.66277564045293857E+00  7.66277251592808462E+00  7.66276933300405805E+00
+  7.66276609058943592E+00  7.66276278757239915E+00  7.66275942282035238E+00
+  7.66275599517953676E+00  7.66275250347462844E+00  7.66274894650833982E+00
+  7.66274532306101364E+00  7.66274163189019397E+00  7.66273787173021237E+00
+  7.66273404129174374E+00  7.66273013926137203E+00  7.66272616430113551E+00
+  7.66272211504807110E+00  7.66271799011374100E+00  7.66271378808376724E+00
+  7.66270950751733793E+00  7.66270514694671689E+00  7.66270070487674104E+00
+  7.66269617978430340E+00  7.66269157011784241E+00  7.66268687429679396E+00
+  7.66268209071106376E+00  7.66267721772046606E+00  7.66267225365416849E+00
+  7.66266719681011299E+00  7.66266204545443763E+00  7.66265679782088149E+00
+  7.66265145211017362E+00  7.66264600648942373E+00  7.66264045909149161E+00
+  7.66263480801434582E+00  7.66262905132041094E+00  7.66262318703590850E+00
+  7.66261721315017574E+00  7.66261112761497376E+00  7.66260492834379825E+00
+  7.66259861321114677E+00  7.66259218005180909E+00  7.66258562666010512E+00
+  7.66257895078914686E+00  7.66257215015005677E+00  7.66256522241119242E+00
+  7.66255816519733557E+00  7.66255097608889102E+00  7.66254365262104642E+00
+  7.66253619228293736E+00  7.66252859251678053E+00  7.66252085071699618E+00
+  7.66251296422932349E+00  7.66250493034989866E+00  7.66249674632434186E+00
+  7.66248840934680331E+00  7.66247991655900407E+00  7.66247126504925724E+00
+  7.66246245185147679E+00  7.66245347394414900E+00  7.66244432824930577E+00
+  7.66243501163146679E+00  7.66242552089656481E+00  7.66241585279085413E+00
+  7.66240600399979321E+00  7.66239597114691051E+00  7.66238575079264628E+00
+  7.66237533943317040E+00  7.66236473349919489E+00  7.66235392935473314E+00
+  7.66234292329587063E+00  7.66233171154948245E+00  7.66232029027195161E+00
+  7.66230865554784479E+00  7.66229680338857477E+00  7.66228472973103081E+00
+  7.66227243043618955E+00  7.66225990128769840E+00  7.66224713799042600E+00
+  7.66223413616899585E+00  7.66222089136628437E+00  7.66220739904189507E+00
+  7.66219365457060508E+00  7.66217965324077532E+00  7.66216539025274557E+00
+  7.66215086071718066E+00  7.66213605965340339E+00  7.66212098198768476E+00
+  7.66210562255150585E+00  7.66208997607979114E+00  7.66207403720910030E+00
+  7.66205780047579665E+00  7.66204126031416699E+00  7.66202441105452969E+00
+  7.66200724692128077E+00  7.66198976203091853E+00  7.66197195039003631E+00
+  7.66195380589325570E+00  7.66193532232115260E+00  7.66191649333811231E+00
+  7.66189731249017036E+00  7.66187777320280095E+00  7.66185786877865915E+00
+  7.66183759239529749E+00  7.66181693710282197E+00  7.66179589582151443E+00
+  7.66177446133941586E+00  7.66175262630984744E+00  7.66173038324889788E+00
+  7.66170772453286641E+00  7.66168464239564706E+00  7.66166112892607476E+00
+  7.66163717606521288E+00  7.66161277560359721E+00  7.66158791917842663E+00
+  7.66156259827069963E+00  7.66153680420229666E+00  7.66151052813301447E+00
+  7.66148376105753393E+00  7.66145649380234595E+00  7.66142871702260830E+00
+  7.66140042119894460E+00  7.66137159663419087E+00  7.66134223345007825E+00
+  7.66131232158384723E+00  7.66128185078481128E+00  7.66125081061084678E+00
+  7.66121919042481814E+00  7.66118697939093884E+00  7.66115416647107139E+00
+  7.66112074042094271E+00  7.66108668978630014E+00  7.66105200289899724E+00
+  7.66101666787299695E+00  7.66098067260031090E+00  7.66094400474685244E+00
+  7.66090665174822938E+00  7.66086860080543097E+00  7.66082983888046609E+00
+  7.66079035269189745E+00  7.66075012871029770E+00  7.66070915315363088E+00
+  7.66066741198253620E+00  7.66062489089552656E+00  7.66058157532410178E+00
+  7.66053745042777035E+00  7.66049250108896729E+00  7.66044671190790272E+00
+  7.66040006719728073E+00  7.66035255097695078E+00  7.66030414696843920E+00
+  7.66025483858939360E+00  7.66020460894790567E+00  7.66015344083675220E+00
+  7.66010131672750383E+00  7.66004821876454400E+00  7.65999412875897079E+00
+  7.65993902818237338E+00  7.65988289816051804E+00  7.65982571946688662E+00
+  7.65976747251611911E+00  7.65970813735732747E+00  7.65964769366727083E+00
+  7.65958612074343037E+00  7.65952339749693323E+00  7.65945950244535112E+00
+  7.65939441370537466E+00  7.65932810898533312E+00  7.65926056557760049E+00
+  7.65919176035082483E+00  7.65912166974205810E+00  7.65905026974869862E+00
+  7.65897753592030739E+00  7.65890344335027073E+00  7.65882796666729515E+00
+  7.65875108002676175E+00  7.65867275710190043E+00  7.65859297107482728E+00
+  7.65851169462738746E+00  7.65842889993183995E+00  7.65834455864138164E+00
+  7.65825864188047500E+00  7.65817112023500357E+00  7.65808196374225503E+00
+  7.65799114188070718E+00  7.65789862355962381E+00  7.65780437710846940E+00
+  7.65770837026611417E+00  7.65761057016985003E+00  7.65751094334419147E+00
+  7.65740945568948295E+00  7.65730607247028683E+00  7.65720075830355285E+00
+  7.65709347714657973E+00  7.65698419228474148E+00  7.65687286631900221E+00
+  7.65675946115318062E+00  7.65664393798099496E+00  7.65652625727286029E+00
+  7.65640637876244412E+00  7.65628426143297247E+00  7.65615986350329258E+00
+  7.65603314241364874E+00  7.65590405481123870E+00  7.65577255653546374E+00
+  7.65563860260293438E+00  7.65550214719218047E+00  7.65536314362808845E+00
+  7.65522154436605362E+00  7.65507730097582861E+00  7.65493036412508943E+00
+  7.65478068356268437E+00  7.65462820810158373E+00  7.65447288560151229E+00
+  7.65431466295125418E+00  7.65415348605065482E+00  7.65398929979225429E+00
+  7.65382204804262400E+00  7.65365167362332777E+00  7.65347811829154878E+00
+  7.65330132272035790E+00  7.65312122647861148E+00  7.65293776801049397E+00
+  7.65275088461467057E+00  7.65256051242306334E+00  7.65236658637924094E+00
+  7.65216904021640065E+00  7.65196780643496233E+00  7.65176281627973687E+00
+  7.65155399971668260E+00  7.65134128540923442E+00  7.65112460069419775E+00
+  7.65090387155720997E+00  7.65067902260773458E+00  7.65044997705362029E+00
+  7.65021665667516793E+00  7.64997898179875335E+00  7.64973687126993873E+00
+  7.64949024242612108E+00  7.64923901106864967E+00  7.64898309143446831E+00
+  7.64872239616721039E+00  7.64845683628778517E+00  7.64818632116442210E+00
+  7.64791075848216728E+00  7.64763005421182829E+00  7.64734411257835056E+00
+  7.64705283602861918E+00  7.64675612519867887E+00  7.64645387888034911E+00
+  7.64614599398724071E+00  7.64583236552015677E+00  7.64551288653185512E+00
+  7.64518744809118544E+00  7.64485593924656648E+00  7.64451824698880156E+00
+  7.64417425621322710E+00  7.64382384968117634E+00  7.64346690798073869E+00
+  7.64310330948681216E+00  7.64273293032044609E+00  7.64235564430742720E+00
+  7.64197132293614878E+00  7.64157983531468776E+00  7.64118104812713650E+00
+  7.64077482558913346E+00  7.64036102940259987E+00  7.63993951870965660E+00
+  7.63951015004572831E+00  7.63907277729178347E+00  7.63862725162574563E+00
+  7.63817342147300771E+00  7.63771113245607935E+00  7.63724022734332841E+00
+  7.63676054599679954E+00  7.63627192531911625E+00  7.63577419919942102E+00
+  7.63526719845836066E+00  7.63475075079209020E+00  7.63422468071528293E+00
+  7.63368880950312523E+00  7.63314295513228291E+00  7.63258693222081597E+00
+  7.63202055196704876E+00  7.63144362208732474E+00  7.63085594675269885E+00
+  7.63025732652448241E+00  7.62964755828866625E+00  7.62902643518918921E+00
+  7.62839374656002800E+00  7.62774927785608980E+00  7.62709281058291033E+00
+  7.62642412222509414E+00  7.62574298617352575E+00  7.62504917165129292E+00
+  7.62434244363832292E+00  7.62362256279470962E+00  7.62288928538269772E+00
+  7.62214236318731064E+00  7.62138154343561247E+00  7.62060656871455500E+00
+  7.61981717688741877E+00  7.61901310100879847E+00  7.61819406923812448E+00
+  7.61735980475170393E+00  7.61651002565324298E+00  7.61564444488282533E+00
+  7.61476277012435077E+00  7.61386470371137314E+00  7.61294994253134760E+00
+  7.61201817792822677E+00  7.61106909560342082E+00  7.61010237551506474E+00
+  7.60911769177558650E+00  7.60811471254753435E+00  7.60709309993766070E+00
+  7.60605250988921711E+00  7.60499259207244016E+00  7.60391298977320140E+00
+  7.60281333977980367E+00  7.60169327226788383E+00  7.60055241068340770E+00
+  7.59939037162371278E+00  7.59820676471659162E+00  7.59700119249738393E+00
+  7.59577325028403472E+00  7.59452252605010436E+00  7.59324860029570914E+00
+  7.59195104591634706E+00  7.59062942806958940E+00  7.58928330403961571E+00
+  7.58791222309955593E+00  7.58651572637160765E+00  7.58509334668491775E+00
+  7.58364460843117882E+00  7.58216902741793142E+00  7.58066611071951257E+00
+  7.57913535652568271E+00  7.57757625398781798E+00  7.57598828306272409E+00
+  7.57437091435397569E+00  7.57272360895079633E+00  7.57104581826443912E+00
+  7.56933698386202902E+00  7.56759653729784709E+00  7.56582389994204263E+00
+  7.56401848280671096E+00  7.56217968636935645E+00  7.56030690039366959E+00
+  7.55839950374761926E+00  7.55645686421882345E+00  7.55447833832718540E+00
+  7.55246327113473903E+00  7.55041099605271882E+00  7.54832083464580350E+00
+  7.54619209643351496E+00  7.54402407868874825E+00  7.54181606623343015E+00
+  7.53956733123123968E+00  7.53727713297742241E+00  7.53494471768563834E+00
+  7.53256931827184406E+00  7.53015015413518807E+00  7.52768643093589240E+00
+  7.52517734037011632E+00  7.52262205994177968E+00  7.52001975273133905E+00
+  7.51736956716148619E+00  7.51467063675977975E+00  7.51192207991819849E+00
+  7.50912299964957697E+00  7.50627248334095576E+00  7.50336960250382834E+00
+  7.50041341252125626E+00  7.49740295239190147E+00  7.49433724447092331E+00
+  7.49121529420777765E+00  7.48803608988091174E+00  7.48479860232936201E+00
+  7.48150178468125837E+00  7.47814457207926520E+00  7.47472588140295535E+00
+  7.47124461098813608E+00  7.46769964034317013E+00  7.46408982986227620E+00
+  7.46041402053587976E+00  7.45667103365800976E+00  7.45285967053079546E+00
+  7.44897871216608998E+00  7.44502691898427127E+00  7.44100303051025769E+00
+  7.43690576506680223E+00  7.43273381946509737E+00  7.42848586869276595E+00
+  7.42416056559931015E+00  7.41975654057906997E+00  7.41527240125176412E+00
+  7.41070673214071718E+00  7.40605809434883788E+00  7.40132502523244717E+00
+  7.39650603807304918E+00  7.39159962174716867E+00  7.38660424039433927E+00
+  7.38151833308339178E+00  7.37634031347712593E+00  7.37106856949556288E+00
+  7.36570146297785566E+00  7.36023732934304675E+00  7.35467447724982648E+00
+  7.34901118825545652E+00  7.34324571647402458E+00  7.33737628823424082E+00
+  7.33140110173697135E+00  7.32531832671267402E+00  7.31912610407903852E+00
+  7.31282254559896572E+00  7.30640573353920963E+00  7.29987372032988979E+00
+  7.29322452822514755E+00  7.28645614896525196E+00  7.27956654344041443E+00
+  7.27255364135664095E+00  7.26541534090395658E+00  7.25814950842729800E+00
+  7.25075397810047839E+00  7.24322655160356632E+00  7.23556499780405815E+00
+  7.22776705244228257E+00  7.21983041782142188E+00  7.21175276250261810E+00
+  7.20353172100561245E+00  7.19516489351539512E+00  7.18664984559538489E+00
+  7.17798410790764052E+00  7.16916517594065716E+00  7.16019050974532067E+00
+  7.15105753367959807E+00  7.14176363616259025E+00  7.13230616943858386E+00
+  7.12268244935176931E+00  7.11288975513230248E+00  7.10292532919446273E+00
+  7.09278637694762004E+00  7.08247006662081091E+00  7.07197352910172761E+00
+  7.06129385779094143E+00  7.05042810847225709E+00  7.03937329920007659E+00
+  7.02812641020473183E+00  7.01668438381672210E+00  7.00504412441090807E+00
+  6.99320249837166408E+00  6.98115633408009550E+00  6.96890242192442066E+00
+  6.95643751433469237E+00  6.94375832584303865E+00  6.93086153317069353E+00
+  6.91774377534304907E+00  6.90440165383411220E+00  6.89083173274169258E+00
+  6.87703053899476124E+00  6.86299456259442486E+00  6.84872025689005248E+00
+  6.83420403889207151E+00  6.81944228962309040E+00  6.80443135450895742E+00
+  6.78916754381151311E+00  6.77364713310474986E+00  6.75786636379624461E+00
+  6.74182144369568981E+00  6.72550854763249184E+00  6.70892381812436867E+00
+  6.69206336609904451E+00  6.67492327167108002E+00  6.65749958497603966E+00
+  6.63978832706418309E+00  6.62178549085596302E+00  6.60348704216167004E+00
+  6.58488892076760912E+00  6.56598704159127422E+00  6.54677729590803281E+00
+  6.52725555265190494E+00  6.50741765979308262E+00  6.48725944579487468E+00
+  6.46677672115288260E+00  6.44596528001918756E+00  6.42482090191448396E+00
+  6.40333935353107719E+00  6.38151639062977694E+00  6.35934776003373869E+00
+  6.33682920172241815E+00  6.31395645102877534E+00  6.29072524094301855E+00
+  6.26713130452615186E+00  6.24317037743670689E+00  6.21883820057401770E+00
+  6.19413052284154020E+00  6.16904310403365930E+00  6.14357171784955725E+00
+  6.11771215503769561E+00  6.09146022667453213E+00  6.06481176758111573E+00
+  6.03776263988122430E+00  6.01030873670472943E+00  5.98244598603992106E+00
+  5.95417035473847456E+00  5.92547785267682503E+00  5.89636453707763231E+00
+  5.86682651699507396E+00  5.83685995796767365E+00  5.80646108684228679E+00
+  5.77562619677294364E+00  5.74435165239808843E+00  5.71263389519979015E+00
+  5.68046944904837403E+00  5.64785492593587790E+00  5.61478703190164019E+00
+  5.58126257315321084E+00  5.54727846238568212E+00  5.51283172530234644E+00
+  5.47791950733956945E+00  5.44253908059840441E+00  5.40668785098545168E+00
+  5.37036336556520411E+00  5.33356332012588830E+00  5.29628556696055597E+00
+  5.25852812286495297E+00  5.22028917735334375E+00  5.18156710109321494E+00
+  5.14236045455935553E+00  5.10266799690753636E+00  5.06248869506749788E+00
+  5.02182173305463309E+00  4.98066652149920674E+00  4.93902270739146942E+00
+  4.89689018404054011E+00  4.85426910124428002E+00  4.81115987566683856E+00
+  4.76756320141986656E+00  4.72348006084272232E+00  4.67891173547622152E+00
+  4.63385981722377949E+00  4.58832621969288112E+00  4.54231318970899522E+00
+  4.49582331899313026E+00  4.44885955599319072E+00  4.40142521785836571E+00
+  4.35352400254460115E+00  4.30516000103812946E+00  4.25633770968280789E+00
+  4.20706204259576921E+00  4.15733834415456549E+00  4.10717240153762830E+00
+  4.05657045729838384E+00  4.00553922195190637E+00  3.95408588655138526E+00
+  3.90221813523007466E+00  3.84994415768266229E+00  3.79727266155823884E+00
+  3.74421288473523628E+00  3.69077460744676067E+00  3.63696816422278157E+00
+  3.58280445561365779E+00  3.52829495965730233E+00  3.47345174305018345E+00
+  3.41828747198011751E+00  3.36281542257649413E+00  3.30704949093131528E+00
+  3.25100420264192191E+00  3.19469472182394520E+00  3.13813685954045551E+00
+  3.08134708159079374E+00  3.02434251559998168E+00  2.96714095734702221E+00
+  2.90976087626779112E+00  2.85222142006559354E+00  2.79454241835980310E+00
+  2.73674438530041808E+00  2.67884852107372717E+00  2.62087671222169583E+00
+  2.56285153069518179E+00  2.50479623155855702E+00  2.44673474926095924E+00
+  2.38869169238701762E+00  2.33069233679774168E+00  2.27276261707015603E+00
+  2.21492911614231369E+00  2.15721905306859751E+00  2.09966026878862655E+00
+  2.04228120981177330E+00  1.98511090971817539E+00  1.92817896837637281E+00
+  1.87151552877717231E+00  1.81515125138322353E+00  1.75911728589403960E+00
+  1.70344524032684497E+00  1.64816714731481051E+00  1.59331542752581057E+00
+  1.53892285010707019E+00  1.48502249006384535E+00  1.43164768248367258E+00
+  1.37883197352186571E+00  1.32660906806878298E+00  1.27501277402502633E+00
+  1.22407694311726778E+00  1.17383540819474574E+00  1.12432191695491035E+00
+  1.07557006205602157E+00  1.02761320758500685E+00  9.80484411860464977E-01
+  9.34216346563504052E-01  8.88841212203155262E-01  8.44390649938446480E-01
+  8.00895649795943187E-01  7.58386455339744914E-01  7.16892464870457768E-01
+  6.76442129250898749E-01  6.37062846478881672E-01  5.98780853151805070E-01
+  5.61621112993637372E-01  5.25607202642543347E-01  4.90761194926588318E-01
+  4.57103539886002275E-01  4.24652943833064622E-01  3.93426246775029465E-01
+  3.63438298561480799E-01  3.34701834155090583E-01  3.07227348463887662E-01
+  2.81022971213810036E-01  2.56094342382261364E-01  2.32444488756773482E-01
+  2.10073702227220105E-01  1.88979420465529735E-01  1.69156110692971207E-01
+  1.50595157281905645E-01  1.33284753985984383E-01  1.17209801639903244E-01
+  1.02351812216698312E-01  8.86888201767823681E-02  7.61953020881597221E-02
+  6.48421055409806879E-02  5.45963884214252237E-02  4.54215696492921150E-02
+  3.72772925199822414E-02  3.01194018243059469E-02  2.38999359479631912E-02
+  1.85671351759758019E-02  1.40654674450303996E-02  1.03356727978342056E-02
+  7.31482779730519006E-03  4.93643115389186260E-03  3.13051180555570796E-03
+  1.82376066600017928E-03  9.39687221634039060E-04  3.98802110418802758E-04
+  1.18826755163989328E-04  1.49310489432133431E-05  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  END     
+   VLOCFUN      
+  3.01162004114005621E-01  3.01162004114121529E-01  3.01162004114175930E-01
+  3.01162004114197968E-01  3.01162004114203852E-01  3.01162004114196358E-01
+  3.01162004114201742E-01  3.01162004114175375E-01  3.01162004114171766E-01
+  3.01162004114170490E-01  3.01162004114162551E-01  3.01162004114146120E-01
+  3.01162004114152337E-01  3.01162004114137016E-01  3.01162004114126858E-01
+  3.01162004114113036E-01  3.01162004114106208E-01  3.01162004114090831E-01
+  3.01162004114074400E-01  3.01162004114059023E-01  3.01162004114047754E-01
+  3.01162004114028437E-01  3.01162004114015280E-01  3.01162004113989024E-01
+  3.01162004113958715E-01  3.01162004113938564E-01  3.01162004113906312E-01
+  3.01162004113873616E-01  3.01162004113841586E-01  3.01162004113802895E-01
+  3.01162004113768034E-01  3.01162004113722848E-01  3.01162004113677606E-01
+  3.01162004113630144E-01  3.01162004113576187E-01  3.01162004113530002E-01
+  3.01162004113474380E-01  3.01162004113413762E-01  3.01162004113357196E-01
+  3.01162004113297799E-01  3.01162004113229631E-01  3.01162004113169346E-01
+  3.01162004113087634E-01  3.01162004113019854E-01  3.01162004112941861E-01
+  3.01162004112858539E-01  3.01162004112774384E-01  3.01162004112686676E-01
+  3.01162004112593751E-01  3.01162004112495940E-01  3.01162004112405068E-01
+  3.01162004112303816E-01  3.01162004112191128E-01  3.01162004112086046E-01
+  3.01162004111971804E-01  3.01162004111856896E-01  3.01162004111734660E-01
+  3.01162004111605985E-01  3.01162004111478421E-01  3.01162004111339976E-01
+  3.01162004111198978E-01  3.01162004111053483E-01  3.01162004110899384E-01
+  3.01162004110743009E-01  3.01162004110569481E-01  3.01162004110398784E-01
+  3.01162004110220316E-01  3.01162004110037518E-01  3.01162004109844339E-01
+  3.01162004109650050E-01  3.01162004109445103E-01  3.01162004109233883E-01
+  3.01162004109023718E-01  3.01162004108802617E-01  3.01162004108570358E-01
+  3.01162004108332992E-01  3.01162004108090298E-01  3.01162004107833614E-01
+  3.01162004107572823E-01  3.01162004107303483E-01  3.01162004107024484E-01
+  3.01162004106737824E-01  3.01162004106437786E-01  3.01162004106134196E-01
+  3.01162004105820780E-01  3.01162004105492709E-01  3.01162004105158310E-01
+  3.01162004104808534E-01  3.01162004104450931E-01  3.01162004104085113E-01
+  3.01162004103708913E-01  3.01162004103316117E-01  3.01162004102913439E-01
+  3.01162004102500325E-01  3.01162004102075498E-01  3.01162004101639125E-01
+  3.01162004101195202E-01  3.01162004100739400E-01  3.01162004100262781E-01
+  3.01162004099780722E-01  3.01162004099280900E-01  3.01162004098765479E-01
+  3.01162004098236735E-01  3.01162004097691949E-01  3.01162004097133673E-01
+  3.01162004096559910E-01  3.01162004095971769E-01  3.01162004095365143E-01
+  3.01162004094744085E-01  3.01162004094104763E-01  3.01162004093448787E-01
+  3.01162004092779434E-01  3.01162004092089208E-01  3.01162004091376834E-01
+  3.01162004090655244E-01  3.01162004089910174E-01  3.01162004089142732E-01
+  3.01162004088356805E-01  3.01162004087547064E-01  3.01162004086722779E-01
+  3.01162004085876567E-01  3.01162004085011537E-01  3.01162004084117307E-01
+  3.01162004083215751E-01  3.01162004082284829E-01  3.01162004081328816E-01
+  3.01162004080349321E-01  3.01162004079347623E-01  3.01162004078323553E-01
+  3.01162004077277501E-01  3.01162004076199419E-01  3.01162004075094469E-01
+  3.01162004073956602E-01  3.01162004072801026E-01  3.01162004071610589E-01
+  3.01162004070396228E-01  3.01162004069155109E-01  3.01162004067879185E-01
+  3.01162004066578226E-01  3.01162004065240907E-01  3.01162004063878885E-01
+  3.01162004062484001E-01  3.01162004061053701E-01  3.01162004059595867E-01
+  3.01162004058097343E-01  3.01162004056568622E-01  3.01162004054998156E-01
+  3.01162004053393162E-01  3.01162004051755139E-01  3.01162004050066379E-01
+  3.01162004048347476E-01  3.01162004046590659E-01  3.01162004044784715E-01
+  3.01162004042947962E-01  3.01162004041060138E-01  3.01162004039128295E-01
+  3.01162004037155318E-01  3.01162004035140762E-01  3.01162004033079300E-01
+  3.01162004030975039E-01  3.01162004028823427E-01  3.01162004026621466E-01
+  3.01162004024370544E-01  3.01162004022070662E-01  3.01162004019718987E-01
+  3.01162004017318186E-01  3.01162004014863649E-01  3.01162004012352380E-01
+  3.01162004009783046E-01  3.01162004007165141E-01  3.01162004004484618E-01
+  3.01162004001750916E-01  3.01162003998950545E-01  3.01162003996089944E-01
+  3.01162003993166782E-01  3.01162003990188665E-01  3.01162003987139160E-01
+  3.01162003984030591E-01  3.01162003980850523E-01  3.01162003977598292E-01
+  3.01162003974270620E-01  3.01162003970880332E-01  3.01162003967410663E-01
+  3.01162003963871716E-01  3.01162003960250668E-01  3.01162003956550461E-01
+  3.01162003952776314E-01  3.01162003948921619E-01  3.01162003944983936E-01
+  3.01162003940958656E-01  3.01162003936848888E-01  3.01162003932651801E-01
+  3.01162003928368227E-01  3.01162003923992561E-01  3.01162003919524912E-01
+  3.01162003914964782E-01  3.01162003910303511E-01  3.01162003905546982E-01
+  3.01162003900684705E-01  3.01162003895719899E-01  3.01162003890653229E-01
+  3.01162003885484253E-01  3.01162003880204088E-01  3.01162003874816231E-01
+  3.01162003869310080E-01  3.01162003863690686E-01  3.01162003857954330E-01
+  3.01162003852101567E-01  3.01162003846125792E-01  3.01162003840023618E-01
+  3.01162003833801817E-01  3.01162003827436797E-01  3.01162003820948543E-01
+  3.01162003814327395E-01  3.01162003807564749E-01  3.01162003800669043E-01
+  3.01162003793632782E-01  3.01162003786443144E-01  3.01162003779114951E-01
+  3.01162003771635378E-01  3.01162003764003650E-01  3.01162003756215158E-01
+  3.01162003748267348E-01  3.01162003740157724E-01  3.01162003731880235E-01
+  3.01162003723436045E-01  3.01162003714819382E-01  3.01162003706030079E-01
+  3.01162003697052816E-01  3.01162003687900470E-01  3.01162003678562440E-01
+  3.01162003669034950E-01  3.01162003659307453E-01  3.01162003649394328E-01
+  3.01162003639274367E-01  3.01162003628956010E-01  3.01162003618425433E-01
+  3.01162003607691131E-01  3.01162003596727734E-01  3.01162003585540405E-01
+  3.01162003574135750E-01  3.01162003562495284E-01  3.01162003550631774E-01
+  3.01162003538522294E-01  3.01162003526173117E-01  3.01162003513578025E-01
+  3.01162003500729802E-01  3.01162003487623620E-01  3.01162003474251483E-01
+  3.01162003460624106E-01  3.01162003446713344E-01  3.01162003432529413E-01
+  3.01162003418065705E-01  3.01162003403310674E-01  3.01162003388260935E-01
+  3.01162003372916098E-01  3.01162003357261121E-01  3.01162003341291562E-01
+  3.01162003325011862E-01  3.01162003308404980E-01  3.01162003291472136E-01
+  3.01162003274196344E-01  3.01162003256587929E-01  3.01162003238623521E-01
+  3.01162003220310337E-01  3.01162003201626116E-01  3.01162003182582572E-01
+  3.01162003163154557E-01  3.01162003143351842E-01  3.01162003123155941E-01
+  3.01162003102567133E-01  3.01162003081564045E-01  3.01162003060154726E-01
+  3.01162003038318138E-01  3.01162003016055835E-01  3.01162002993350386E-01
+  3.01162002970204679E-01  3.01162002946608998E-01  3.01162002922540417E-01
+  3.01162002898010428E-01  3.01162002872993440E-01  3.01162002847488453E-01
+  3.01162002821480257E-01  3.01162002794973682E-01  3.01162002767939085E-01
+  3.01162002740381851E-01  3.01162002712286714E-01  3.01162002683646679E-01
+  3.01162002654447758E-01  3.01162002624677294E-01  3.01162002594326683E-01
+  3.01162002563382714E-01  3.01162002531835338E-01  3.01162002499669512E-01
+  3.01162002466889511E-01  3.01162002433467246E-01  3.01162002399395667E-01
+  3.01162002364657233E-01  3.01162002329238399E-01  3.01162002293134945E-01
+  3.01162002256333494E-01  3.01162002218818836E-01  3.01162002180570820E-01
+  3.01162002141579122E-01  3.01162002101843240E-01  3.01162002061330758E-01
+  3.01162002020030684E-01  3.01162001977939908E-01  3.01162001935026513E-01
+  3.01162001891286002E-01  3.01162001846693450E-01  3.01162001801246526E-01
+  3.01162001754922637E-01  3.01162001707702631E-01  3.01162001659568745E-01
+  3.01162001610504382E-01  3.01162001560497050E-01  3.01162001509527155E-01
+  3.01162001457565165E-01  3.01162001404606805E-01  3.01162001350634034E-01
+  3.01162001295610382E-01  3.01162001239530241E-01  3.01162001182361139E-01
+  3.01162001124099798E-01  3.01162001064718576E-01  3.01162001004193658E-01
+  3.01162000942499342E-01  3.01162000879623415E-01  3.01162000815539843E-01
+  3.01162000750215431E-01  3.01162000683645403E-01  3.01162000615793901E-01
+  3.01162000546643382E-01  3.01162000476164871E-01  3.01162000404322172E-01
+  3.01162000331115898E-01  3.01162000256498585E-01  3.01162000180447753E-01
+  3.01162000102945415E-01  3.01162000023956655E-01  3.01161999943449499E-01
+  3.01161999861406293E-01  3.01161999777792955E-01  3.01161999692572735E-01
+  3.01161999605725039E-01  3.01161999517219336E-01  3.01161999427015326E-01
+  3.01161999335093189E-01  3.01161999241405021E-01  3.01161999145933057E-01
+  3.01161999048630502E-01  3.01161998949473264E-01  3.01161998848411494E-01
+  3.01161998745425985E-01  3.01161998640474549E-01  3.01161998533514552E-01
+  3.01161998424510691E-01  3.01161998313434875E-01  3.01161998200235370E-01
+  3.01161998084878979E-01  3.01161997967316908E-01  3.01161997847511909E-01
+  3.01161997725429398E-01  3.01161997601014919E-01  3.01161997474233001E-01
+  3.01161997345033239E-01  3.01161997213375165E-01  3.01161997079204380E-01
+  3.01161996942483023E-01  3.01161996803160359E-01  3.01161996661184650E-01
+  3.01161996516503105E-01  3.01161996369069929E-01  3.01161996218829664E-01
+  3.01161996065732962E-01  3.01161995909736635E-01  3.01161995750764411E-01
+  3.01161995588765441E-01  3.01161995423694706E-01  3.01161995255493364E-01
+  3.01161995084086642E-01  3.01161994909425246E-01  3.01161994731441729E-01
+  3.01161994550079859E-01  3.01161994365276409E-01  3.01161994176967596E-01
+  3.01161993985087639E-01  3.01161993789557825E-01  3.01161993590317534E-01
+  3.01161993387297600E-01  3.01161993180425691E-01  3.01161992969632808E-01
+  3.01161992754839680E-01  3.01161992535976697E-01  3.01161992312957927E-01
+  3.01161992085713426E-01  3.01161991854159206E-01  3.01161991618225544E-01
+  3.01161991377817129E-01  3.01161991132847862E-01  3.01161990883240860E-01
+  3.01161990628908083E-01  3.01161990369754329E-01  3.01161990105689781E-01
+  3.01161989836632282E-01  3.01161989562478583E-01  3.01161989283136755E-01
+  3.01161988998499219E-01  3.01161988708487371E-01  3.01161988412985637E-01
+  3.01161988111886769E-01  3.01161987805095510E-01  3.01161987492501226E-01
+  3.01161987173992618E-01  3.01161986849460495E-01  3.01161986518787061E-01
+  3.01161986181868957E-01  3.01161985838585111E-01  3.01161985488801631E-01
+  3.01161985132418264E-01  3.01161984769290569E-01  3.01161984399306193E-01
+  3.01161984022326523E-01  3.01161983638230768E-01  3.01161983246884701E-01
+  3.01161982848135834E-01  3.01161982441862208E-01  3.01161982027918163E-01
+  3.01161981606155371E-01  3.01161981176438276E-01  3.01161980738602231E-01
+  3.01161980292501630E-01  3.01161979837976435E-01  3.01161979374877598E-01
+  3.01161978903039695E-01  3.01161978422299970E-01  3.01161977932491887E-01
+  3.01161977433435646E-01  3.01161976924974650E-01  3.01161976406910115E-01
+  3.01161975879080723E-01  3.01161975341293464E-01  3.01161974793368092E-01
+  3.01161974235109875E-01  3.01161973666330463E-01  3.01161973086822965E-01
+  3.01161972496390651E-01  3.01161971894840008E-01  3.01161971281946605E-01
+  3.01161970657501610E-01  3.01161970021282865E-01  3.01161969373084981E-01
+  3.01161968712664430E-01  3.01161968039802830E-01  3.01161967354265481E-01
+  3.01161966655821678E-01  3.01161965944214571E-01  3.01161965219206629E-01
+  3.01161964480538891E-01  3.01161963727964277E-01  3.01161962961222163E-01
+  3.01161962180040599E-01  3.01161961384157628E-01  3.01161960573284482E-01
+  3.01161959747148933E-01  3.01161958905464544E-01  3.01161958047933886E-01
+  3.01161957174270134E-01  3.01161956284158261E-01  3.01161955377293011E-01
+  3.01161954453368963E-01  3.01161953512071201E-01  3.01161952553044621E-01
+  3.01161951575990738E-01  3.01161950580549065E-01  3.01161949566385534E-01
+  3.01161948533145929E-01  3.01161947480465486E-01  3.01161946407993153E-01
+  3.01161945315352286E-01  3.01161944202163079E-01  3.01161943068040061E-01
+  3.01161941912597375E-01  3.01161940735429901E-01  3.01161939536130907E-01
+  3.01161938314273570E-01  3.01161937069459651E-01  3.01161935801236347E-01
+  3.01161934509182716E-01  3.01161933192846787E-01  3.01161931851766485E-01
+  3.01161930485478790E-01  3.01161929093522795E-01  3.01161927675405783E-01
+  3.01161926230644972E-01  3.01161924758733601E-01  3.01161923259171016E-01
+  3.01161921731438187E-01  3.01161920175001874E-01  3.01161918589331667E-01
+  3.01161916973863519E-01  3.01161915328061636E-01  3.01161913651346425E-01
+  3.01161911943134575E-01  3.01161910202847771E-01  3.01161908429883440E-01
+  3.01161906623612752E-01  3.01161904783424028E-01  3.01161902908679002E-01
+  3.01161900998731469E-01  3.01161899052924287E-01  3.01161897070597040E-01
+  3.01161895051044126E-01  3.01161892993579872E-01  3.01161890897494566E-01
+  3.01161888762060237E-01  3.01161886586541083E-01  3.01161884370187205E-01
+  3.01161882112236934E-01  3.01161879811910560E-01  3.01161877468401173E-01
+  3.01161875080924624E-01  3.01161872648636808E-01  3.01161870170701174E-01
+  3.01161867646277892E-01  3.01161865074477675E-01  3.01161862454420615E-01
+  3.01161859785211539E-01  3.01161857065922856E-01  3.01161854295615650E-01
+  3.01161851473332187E-01  3.01161848598109128E-01  3.01161845668947104E-01
+  3.01161842684836811E-01  3.01161839644747964E-01  3.01161836547633122E-01
+  3.01161833392436407E-01  3.01161830178060475E-01  3.01161826903402319E-01
+  3.01161823567321685E-01  3.01161820168682259E-01  3.01161816706304597E-01
+  3.01161813178994930E-01  3.01161809585536289E-01  3.01161805924707537E-01
+  3.01161802195223427E-01  3.01161798395815250E-01  3.01161794525163395E-01
+  3.01161790581947975E-01  3.01161786564803524E-01  3.01161782472339101E-01
+  3.01161778303148997E-01  3.01161774055806297E-01  3.01161769728831352E-01
+  3.01161765320748176E-01  3.01161760830040148E-01  3.01161756255158730E-01
+  3.01161751594515470E-01  3.01161746846519862E-01  3.01161742009537325E-01
+  3.01161737081883096E-01  3.01161732061885901E-01  3.01161726947802466E-01
+  3.01161721737869370E-01  3.01161716430302595E-01  3.01161711023273548E-01
+  3.01161705514914002E-01  3.01161699903333913E-01  3.01161694186600770E-01
+  3.01161688362743374E-01  3.01161682429761934E-01  3.01161676385614863E-01
+  3.01161670228219103E-01  3.01161663955448744E-01  3.01161657565164609E-01
+  3.01161651055149249E-01  3.01161644423168229E-01  3.01161637666943149E-01
+  3.01161630784145151E-01  3.01161623772400966E-01  3.01161616629303630E-01
+  3.01161609352396942E-01  3.01161601939177348E-01  3.01161594387093112E-01
+  3.01161586693545369E-01  3.01161578855888901E-01  3.01161570871421924E-01
+  3.01161562737407407E-01  3.01161554451036650E-01  3.01161546009472703E-01
+  3.01161537409801616E-01  3.01161528649066923E-01  3.01161519724253424E-01
+  3.01161510632301344E-01  3.01161501370074858E-01  3.01161491934388958E-01
+  3.01161482322011897E-01  3.01161472529618890E-01  3.01161462553854231E-01
+  3.01161452391280282E-01  3.01161442038414384E-01  3.01161431491682230E-01
+  3.01161420747463271E-01  3.01161409802061852E-01  3.01161398651717593E-01
+  3.01161387292596561E-01  3.01161375720791102E-01  3.01161363932319792E-01
+  3.01161351923136367E-01  3.01161339689115459E-01  3.01161327226040831E-01
+  3.01161314529631519E-01  3.01161301595527120E-01  3.01161288419275308E-01
+  3.01161274996353534E-01  3.01161261322145934E-01  3.01161247391951215E-01
+  3.01161233200986256E-01  3.01161218744362413E-01  3.01161204017118378E-01
+  3.01161189014190533E-01  3.01161173730420118E-01  3.01161158160565212E-01
+  3.01161142299262496E-01  3.01161126141070601E-01  3.01161109680432415E-01
+  3.01161092911694295E-01  3.01161075829083524E-01  3.01161058426743233E-01
+  3.01161040698683935E-01  3.01161022638821718E-01  3.01161004240944441E-01
+  3.01160985498733436E-01  3.01160966405747133E-01  3.01160946955421949E-01
+  3.01160927141088997E-01  3.01160906955928287E-01  3.01160886393014471E-01
+  3.01160865445277037E-01  3.01160844105517800E-01  3.01160822366404013E-01
+  3.01160800220470537E-01  3.01160777660107182E-01  3.01160754677565534E-01
+  3.01160731264948300E-01  3.01160707414226625E-01  3.01160683117182637E-01
+  3.01160658365490219E-01  3.01160633150645562E-01  3.01160607463977492E-01
+  3.01160581296668284E-01  3.01160554639736011E-01  3.01160527484015894E-01
+  3.01160499820173400E-01  3.01160471638723559E-01  3.01160442929988614E-01
+  3.01160413684098294E-01  3.01160383891004968E-01  3.01160353540493586E-01
+  3.01160322622126997E-01  3.01160291125284196E-01  3.01160259039161549E-01
+  3.01160226352725269E-01  3.01160193054756442E-01  3.01160159133823047E-01
+  3.01160124578281563E-01  3.01160089376251716E-01  3.01160053515663273E-01
+  3.01160016984184598E-01  3.01159979769278385E-01  3.01159941858165692E-01
+  3.01159903237832371E-01  3.01159863895013924E-01  3.01159823816202599E-01
+  3.01159782987630631E-01  3.01159741395290947E-01  3.01159699024894867E-01
+  3.01159655861897357E-01  3.01159611891477164E-01  3.01159567098542469E-01
+  3.01159521467715685E-01  3.01159474983320907E-01  3.01159427629407062E-01
+  3.01159379389709936E-01  3.01159330247668000E-01  3.01159280186409584E-01
+  3.01159229188756150E-01  3.01159177237207087E-01  3.01159124313912896E-01
+  3.01159070400705831E-01  3.01159015479089520E-01  3.01158959530201553E-01
+  3.01158902534837791E-01  3.01158844473420728E-01  3.01158785326041012E-01
+  3.01158725072385058E-01  3.01158663691772910E-01  3.01158601163130146E-01
+  3.01158537465003318E-01  3.01158472575515701E-01  3.01158406472405216E-01
+  3.01158339132966746E-01  3.01158270534100270E-01  3.01158200652262176E-01
+  3.01158129463459268E-01  3.01158056943251318E-01  3.01157983066763391E-01
+  3.01157907808625891E-01  3.01157831143014421E-01  3.01157753043616250E-01
+  3.01157673483624100E-01  3.01157592435733035E-01  3.01157509872126250E-01
+  3.01157425764476905E-01  3.01157340083907377E-01  3.01157252801010633E-01
+  3.01157163885841128E-01  3.01157073307882550E-01  3.01156981036047267E-01
+  3.01156887038665277E-01  3.01156791283488212E-01  3.01156693737646697E-01
+  3.01156594367663843E-01  3.01156493139452031E-01  3.01156390018260944E-01
+  3.01156284968710886E-01  3.01156177954742865E-01  3.01156068939640198E-01
+  3.01155957885995973E-01  3.01155844755704227E-01  3.01155729509931858E-01
+  3.01155612109146709E-01  3.01155492513048961E-01  3.01155370680606882E-01
+  3.01155246570020019E-01  3.01155120138696275E-01  3.01154991343254130E-01
+  3.01154860139488945E-01  3.01154726482397661E-01  3.01154590326116189E-01
+  3.01154451623915076E-01  3.01154310328220709E-01  3.01154166390533051E-01
+  3.01154019761476210E-01  3.01153870390734768E-01  3.01153718227064160E-01
+  3.01153563218242493E-01  3.01153405311100686E-01  3.01153244451450419E-01
+  3.01153080584100397E-01  3.01152913652833421E-01  3.01152743600370920E-01
+  3.01152570368372452E-01  3.01152393897404558E-01  3.01152214126922058E-01
+  3.01152030995240849E-01  3.01151844439542515E-01  3.01151654395817092E-01
+  3.01151460798866288E-01  3.01151263582267126E-01  3.01151062678360115E-01
+  3.01150858018219947E-01  3.01150649531643722E-01  3.01150437147093664E-01
+  3.01150220791713108E-01  3.01150000391279149E-01  3.01149775870173331E-01
+  3.01149547151376928E-01  3.01149314156421988E-01  3.01149076805392824E-01
+  3.01148835016843142E-01  3.01148588707838671E-01  3.01148337793877119E-01
+  3.01148082188891830E-01  3.01147821805189231E-01  3.01147556553454931E-01
+  3.01147286342686837E-01  3.01147011080196148E-01  3.01146730671552343E-01
+  3.01146445020571585E-01  3.01146154029263313E-01  3.01145857597809541E-01
+  3.01145555624524441E-01  3.01145248005820265E-01  3.01144934636174699E-01
+  3.01144615408097616E-01  3.01144290212075783E-01  3.01143958936573086E-01
+  3.01143621467943712E-01  3.01143277690430977E-01  3.01142927486121093E-01
+  3.01142570734878712E-01  3.01142207314338606E-01  3.01141837099841658E-01
+  3.01141459964401725E-01  3.01141075778658673E-01  3.01140684410823090E-01
+  3.01140285726665680E-01  3.01139879589425952E-01  3.01139465859814104E-01
+  3.01139044395912159E-01  3.01138615053152092E-01  3.01138177684270869E-01
+  3.01137732139266256E-01  3.01137278265305008E-01  3.01136815906713706E-01
+  3.01136344904909314E-01  3.01135865098340283E-01  3.01135376322444970E-01
+  3.01134878409576534E-01  3.01134371188958305E-01  3.01133854486617059E-01
+  3.01133328125333888E-01  3.01132791924584420E-01  3.01132245700454160E-01
+  3.01131689265609459E-01  3.01131122429198483E-01  3.01130544996800087E-01
+  3.01129956770396834E-01  3.01129357548221122E-01  3.01128747124774998E-01
+  3.01128125290680837E-01  3.01127491832679561E-01  3.01126846533525561E-01
+  3.01126189171886438E-01  3.01125519522323915E-01  3.01124837355171704E-01
+  3.01124142436464459E-01  3.01123434527883926E-01  3.01122713386635210E-01
+  3.01121978765405918E-01  3.01121230412251584E-01  3.01120468070522396E-01
+  3.01119691478770379E-01  3.01118900370665743E-01  3.01118094474887854E-01
+  3.01117273515064454E-01  3.01116437209645205E-01  3.01115585271828134E-01
+  3.01114717409441734E-01  3.01113833324859415E-01  3.01112932714883708E-01
+  3.01112015270662170E-01  3.01111080677573695E-01  3.01110128615096395E-01
+  3.01109158756748707E-01  3.01108170769921080E-01  3.01107164315802645E-01
+  3.01106139049246824E-01  3.01105094618657476E-01  3.01104030665860722E-01
+  3.01102946826002527E-01  3.01101842727400593E-01  3.01100717991424793E-01
+  3.01099572232385537E-01  3.01098405057373897E-01  3.01097216066128992E-01
+  3.01096004850928523E-01  3.01094770996417294E-01  3.01093514079484592E-01
+  3.01092233669113973E-01  3.01090929326225831E-01  3.01089600603540231E-01
+  3.01088247045427526E-01  3.01086868187722512E-01  3.01085463557614841E-01
+  3.01084032673434587E-01  3.01082575044519907E-01  3.01081090171034849E-01
+  3.01079577543811705E-01  3.01078036644155111E-01  3.01076466943697274E-01
+  3.01074867904178034E-01  3.01073238977278224E-01  3.01071579604450912E-01
+  3.01069889216691478E-01  3.01068167234374962E-01  3.01066413067038019E-01
+  3.01064626113186518E-01  3.01062805760084706E-01  3.01060951383552766E-01
+  3.01059062347740547E-01  3.01057138004914904E-01  3.01055177695241316E-01
+  3.01053180746563898E-01  3.01051146474151043E-01  3.01049074180482379E-01
+  3.01046963155010561E-01  3.01044812673903428E-01  3.01042621999802695E-01
+  3.01040390381576040E-01  3.01038117054048426E-01  3.01035801237762690E-01
+  3.01033442138679885E-01  3.01031038947925933E-01  3.01028590841524779E-01
+  3.01026096980086810E-01  3.01023556508544898E-01  3.01020968555867241E-01
+  3.01018332234715968E-01  3.01015646641209222E-01  3.01012910854554394E-01
+  3.01010123936761353E-01  3.01007284932302666E-01  3.01004392867802451E-01
+  3.01001446751705370E-01  3.00998445573918805E-01  3.00995388305485556E-01
+  3.00992273898207652E-01  3.00989101284323435E-01  3.00985869376103499E-01
+  3.00982577065503021E-01  3.00979223223753367E-01  3.00975806701034909E-01
+  3.00972326326009065E-01  3.00968780905475464E-01  3.00965169223926687E-01
+  3.00961490043149815E-01  3.00957742101792269E-01  3.00953924114934435E-01
+  3.00950034773658115E-01  3.00946072744584292E-01  3.00942036669420376E-01
+  3.00937925164507514E-01  3.00933736820317044E-01  3.00929470201000471E-01
+  3.00925123843881703E-01  3.00920696258950626E-01  3.00916185928349345E-01
+  3.00911591305892068E-01  3.00906910816491568E-01  3.00902142855622834E-01
+  3.00897285788794100E-01  3.00892337950992128E-01  3.00887297646074303E-01
+  3.00882163146218906E-01  3.00876932691329535E-01  3.00871604488431421E-01
+  3.00866176711042599E-01  3.00860647498567835E-01  3.00855014955650868E-01
+  3.00849277151529038E-01  3.00843432119382692E-01  3.00837477855623481E-01
+  3.00831412319257696E-01  3.00825233431161299E-01  3.00818939073364267E-01
+  3.00812527088339499E-01  3.00805995278257798E-01  3.00799341404219656E-01
+  3.00792563185525830E-01  3.00785658298863334E-01  3.00778624377518788E-01
+  3.00771459010576003E-01  3.00764159742082315E-01  3.00756724070230352E-01
+  3.00749149446439989E-01  3.00741433274572478E-01  3.00733572909967162E-01
+  3.00725565658587213E-01  3.00717408776061679E-01  3.00709099466774210E-01
+  3.00700634882885953E-01  3.00692012123366548E-01  3.00683228233016298E-01
+  3.00674280201430943E-01  3.00665164961985865E-01  3.00655879390783198E-01
+  3.00646420305583584E-01  3.00636784464718643E-01  3.00626968565985919E-01
+  3.00616969245493193E-01  3.00606783076559136E-01  3.00596406568478414E-01
+  3.00585836165375320E-01  3.00575068244976984E-01  3.00564099117360206E-01
+  3.00552925023700346E-01  3.00541542134972361E-01  3.00529946550670224E-01
+  3.00518134297433459E-01  3.00506101327747521E-01  3.00493843518476578E-01
+  3.00481356669526301E-01  3.00468636502368547E-01  3.00455678658596681E-01
+  3.00442478698430437E-01  3.00429032099195692E-01  3.00415334253772370E-01
+  3.00401380469032753E-01  3.00387165964236980E-01  3.00372685869380207E-01
+  3.00357935223554584E-01  3.00342908973232126E-01  3.00327601970548475E-01
+  3.00312008971536537E-01  3.00296124634346906E-01  3.00279943517423653E-01
+  3.00263460077617284E-01  3.00246668668318895E-01  3.00229563537524502E-01
+  3.00212138825867059E-01  3.00194388564632597E-01  3.00176306673669735E-01
+  3.00157886959397435E-01  3.00139123112596884E-01  3.00120008706343200E-01
+  3.00100537193731143E-01  3.00080701905719671E-01  3.00060496048773551E-01
+  3.00039912702624367E-01  3.00018944817844246E-01  2.99997585213484130E-01
+  2.99975826574580273E-01  2.99953661449714748E-01  2.99931082248412473E-01
+  2.99908081238603352E-01  2.99884650543944531E-01  2.99860782141151694E-01
+  2.99836467857279965E-01  2.99811699366902717E-01  2.99786468189281730E-01
+  2.99760765685498753E-01  2.99734583055486392E-01  2.99707911335040489E-01
+  2.99680741392746308E-01  2.99653063926893448E-01  2.99624869462284726E-01
+  2.99596148347014091E-01  2.99566890749182024E-01  2.99537086653551221E-01
+  2.99506725858107503E-01  2.99475797970617463E-01  2.99444292405080692E-01
+  2.99412198378117167E-01  2.99379504905295357E-01  2.99346200797406536E-01
+  2.99312274656631516E-01  2.99277714872708156E-01  2.99242509618909636E-01
+  2.99206646848108382E-01  2.99170114288595523E-01  2.99132899439958633E-01
+  2.99094989568824243E-01  2.99056371704489510E-01  2.99017032634575797E-01
+  2.98976958900480871E-01  2.98936136792853191E-01  2.98894552346881170E-01
+  2.98852191337601436E-01  2.98809039275011790E-01  2.98765081399218813E-01
+  2.98720302675357485E-01  2.98674687788534399E-01  2.98628221138603323E-01
+  2.98580886834882486E-01  2.98532668690758896E-01  2.98483550218207327E-01
+  2.98433514622171214E-01  2.98382544794906057E-01  2.98330623310151200E-01
+  2.98277732417220776E-01  2.98223854035004787E-01  2.98168969745839674E-01
+  2.98113060789269191E-01  2.98056108055682112E-01  2.97998092079843180E-01
+  2.97938993034312649E-01  2.97878790722748199E-01  2.97817464573033153E-01
+  2.97754993630357734E-01  2.97691356550110198E-01  2.97626531590659882E-01
+  2.97560496606041669E-01  2.97493229038412466E-01  2.97424705910499576E-01
+  2.97354903817770910E-01  2.97283798920610465E-01  2.97211366936206312E-01
+  2.97137583130375582E-01  2.97062422309262719E-01  2.96985858810773107E-01
+  2.96907866495986217E-01  2.96828418740296751E-01  2.96747488424489558E-01
+  2.96665047925580461E-01  2.96581069107510364E-01  2.96495523311701592E-01
+  2.96408381347396221E-01  2.96319613481849820E-01  2.96229189430326945E-01
+  2.96137078345939331E-01  2.96043248809255088E-01  2.95947668817802323E-01
+  2.95850305775242350E-01  2.95751126480534088E-01  2.95650097116721133E-01
+  2.95547183239604050E-01  2.95442349766253776E-01  2.95335560963185861E-01
+  2.95226780434457381E-01  2.95115971109448538E-01  2.95003095230477463E-01
+  2.94888114340171981E-01  2.94770989268620165E-01  2.94651680120289805E-01
+  2.94530146260698844E-01  2.94406346302866051E-01  2.94280238093498570E-01
+  2.94151778698946653E-01  2.94020924390917038E-01  2.93887630631864016E-01
+  2.93751852060213536E-01  2.93613542475259837E-01  2.93472654821806234E-01
+  2.93329141174522523E-01  2.93182952722062073E-01  2.93034039750841468E-01
+  2.92882351628554027E-01  2.92727836787405660E-01  2.92570442707029754E-01
+  2.92410115897088485E-01  2.92246801879630813E-01  2.92080445171023717E-01
+  2.91910989263665155E-01  2.91738376607324990E-01  2.91562548590184711E-01
+  2.91383445519487416E-01  2.91201006601909063E-01  2.91015169923523054E-01
+  2.90825872429484655E-01  2.90633049903309626E-01  2.90436636945742621E-01
+  2.90236566953394892E-01  2.90032772096841140E-01  2.89825183298443811E-01
+  2.89613730209778319E-01  2.89398341188593311E-01  2.89178943275473499E-01
+  2.88955462169994570E-01  2.88727822206529317E-01  2.88495946329606012E-01
+  2.88259756068882100E-01  2.88019171513569539E-01  2.87774111286586975E-01
+  2.87524492518125896E-01  2.87270230818804373E-01  2.87011240252411037E-01
+  2.86747433308078337E-01  2.86478720872094583E-01  2.86205012199104103E-01
+  2.85926214882969654E-01  2.85642234826997465E-01  2.85352976213699927E-01
+  2.85058341474121291E-01  2.84758231256515837E-01  2.84452544394606432E-01
+  2.84141177875218032E-01  2.83824026805440388E-01  2.83500984379182530E-01
+  2.83171941843217978E-01  2.82836788462615452E-01  2.82495411485603642E-01
+  2.82147696107884816E-01  2.81793525436314696E-01  2.81432780451969622E-01
+  2.81065339972702555E-01  2.80691080614913713E-01  2.80309876754873344E-01
+  2.79921600489259736E-01  2.79526121595167709E-01  2.79123307489397232E-01
+  2.78713023187091735E-01  2.78295131259715278E-01  2.77869491792375245E-01
+  2.77435962340398523E-01  2.76994397885290400E-01  2.76544650789914137E-01
+  2.76086570752987148E-01  2.75620004762907544E-01  2.75144797050739909E-01
+  2.74660789042558362E-01  2.74167819311009364E-01  2.73665723526101745E-01
+  2.73154334405264432E-01  2.72633481662603094E-01  2.72102991957387463E-01
+  2.71562688841748723E-01  2.71012392707575434E-01  2.70451920732612039E-01
+  2.69881086825721428E-01  2.69299701571361016E-01  2.68707572173159381E-01
+  2.68104502396752653E-01  2.67490292511706806E-01  2.66864739232569537E-01
+  2.66227635659133544E-01  2.65578771215774612E-01  2.64917931589901845E-01
+  2.64244898669621253E-01  2.63559450480380708E-01  2.62861361120806492E-01
+  2.62150400697622799E-01  2.61426335259630827E-01  2.60688926730833992E-01
+  2.59937932842594033E-01  2.59173107064885166E-01  2.58394198536623154E-01
+  2.57600951995064553E-01  2.56793107704254897E-01  2.55970401382570212E-01
+  2.55132564129294137E-01  2.54279322350244696E-01  2.53410397682484467E-01
+  2.52525506918075737E-01  2.51624361926877982E-01  2.50706669578398600E-01
+  2.49772131662724300E-01  2.48820444810467251E-01  2.47851300411823766E-01
+  2.46864384534626558E-01  2.45859377841524562E-01  2.44835955506171488E-01
+  2.43793787128569972E-01  2.42732536649382991E-01  2.41651862263443484E-01
+  2.40551416332291601E-01  2.39430845295848349E-01  2.38289789583168876E-01
+  2.37127883522364552E-01  2.35944755249649585E-01  2.34740026617534209E-01
+  2.33513313102164333E-01  2.32264223709916257E-01  2.30992360883129133E-01
+  2.29697320405075900E-01  2.28378691304195219E-01  2.27036055757604938E-01
+  2.25668988993845826E-01  2.24277059195039846E-01  2.22859827398307592E-01
+  2.21416847396604527E-01  2.19947665638995121E-01  2.18451821130336316E-01
+  2.16928845330440989E-01  2.15378262052820485E-01  2.13799587362898752E-01
+  2.12192329475957259E-01  2.10555988654631904E-01  2.08890057106173671E-01
+  2.07194018879476471E-01  2.05467349761881468E-01  2.03709517175911126E-01
+  2.01919980075885130E-01  2.00098188844622188E-01  1.98243585190114285E-01
+  1.96355602042455168E-01  1.94433663450926053E-01  1.92477184481427227E-01
+  1.90485571114258706E-01  1.88458220142441707E-01  1.86394519070594761E-01
+  1.84293846014475321E-01  1.82155569601305745E-01  1.79979048870995140E-01
+  1.77763633178388947E-01  1.75508662096604151E-01  1.73213465321644750E-01
+  1.70877362578370828E-01  1.68499663528006660E-01  1.66079667677337645E-01
+  1.63616664289660485E-01  1.61109932297735542E-01  1.58558740218905064E-01
+  1.55962346072447744E-01  1.53319997299501298E-01  1.50630930685567377E-01
+  1.47894372285994447E-01  1.45109537354404988E-01  1.42275630274526693E-01
+  1.39391844495446698E-01  1.36457362470643717E-01  1.33471355600967734E-01
+  1.30432984181884676E-01  1.27341397355177743E-01  1.24195733065404698E-01
+  1.20995118021415590E-01  1.17738667663218832E-01  1.14425486134447085E-01
+  1.11054666260789872E-01  1.07625289534741986E-01  1.04136426106992475E-01
+  1.00587134784739213E-01  9.69764630374289199E-02  9.33034470102114821E-02
+  8.95671115455384248E-02  8.57664702133252299E-02  8.19005253501130515E-02
+  7.79682681076467182E-02  7.39686785113395778E-02  6.99007255291749369E-02
+  6.57633671514098322E-02  6.15555504817300939E-02  5.72762118402595916E-02
+  5.29242768791603063E-02  4.84986607111490553E-02  4.39982680517841326E-02
+  3.94219933759040325E-02  3.47687210890203491E-02  3.00373257142784560E-02
+  2.52266720955613699E-02  2.03356156176412069E-02  1.53630024438568893E-02
+  1.03076697723238266E-02  5.16844611125349442E-03 -5.58484257820647415E-05
+ -5.36640180365621864E-03 -1.07644097279819932E-02 -1.62510752847674529E-02
+ -2.18276085566788680E-02 -2.74952262149336692E-02 -3.32551510858179397E-02
+ -3.91086116909236045E-02 -4.50568417600073767E-02 -5.11010797154642302E-02
+ -5.72425681273147496E-02 -6.34825531376296964E-02 -6.98222838531531720E-02
+ -7.62630117050888401E-02 -8.28059897747131374E-02 -8.94524720836801096E-02
+ -9.62037128476425779E-02 -1.03060965691972095E-01 -1.10025482828206345E-01
+ -1.17098514189801772E-01 -1.24281306525903176E-01 -1.31575102451542969E-01
+ -1.38981139452929142E-01 -1.46500648846246723E-01 -1.54134854688391915E-01
+ -1.61884972638173613E-01 -1.69752208766328738E-01 -1.77737758312616873E-01
+ -1.85842804388493238E-01 -1.94068516623528919E-01 -2.02416049753902955E-01
+ -2.10886542151167450E-01 -2.19481114289532792E-01 -2.28200867149819547E-01
+ -2.37046880558295148E-01 -2.46020211458376881E-01 -2.55121892113528093E-01
+ -2.64352928239208140E-01 -2.73714297062121803E-01 -2.83206945304717461E-01
+ -2.92831787092972751E-01 -3.02589701785544340E-01 -3.12481531722240247E-01
+ -3.22508079889876564E-01 -3.32670107503478585E-01 -3.42968331500837942E-01
+ -3.53403421948492946E-01 -3.63975999357112112E-01 -3.74686631904292355E-01
+ -3.85535832562953262E-01 -3.96524056133288172E-01 -4.07651696176418832E-01
+ -4.18919081848019625E-01 -4.30326474629961042E-01 -4.41874064958360957E-01
+ -4.53561968746306443E-01 -4.65390223799625635E-01 -4.77358786124238488E-01
+ -4.89467526123581742E-01 -5.01716224684836121E-01 -5.14104569152654012E-01
+ -5.26632149189345755E-01 -5.39298452520476146E-01 -5.52102860565140574E-01
+ -5.65044643950155523E-01 -5.78122957907744706E-01 -5.91336837556363681E-01
+ -6.04685193064611548E-01 -6.18166804698337735E-01 -6.31780317751309162E-01
+ -6.45524237360071473E-01 -6.59396923203918961E-01 -6.73396584091197181E-01
+ -6.87521272433398223E-01 -7.01768878609037250E-01 -7.16137125219430404E-01
+ -7.30623561239150066E-01 -7.45225556064024186E-01 -7.59940293460396155E-01
+ -7.74764765419441281E-01 -7.89695765921111348E-01 -8.04729884612661039E-01
+ -8.19863500407382984E-01 -8.35092775009643629E-01 -8.50413646373061383E-01
+ -8.65821822099313576E-01 -8.81312772785599274E-01 -8.96881725329821688E-01
+ -9.12523656203036992E-01 -9.28233284699599537E-01 -9.44005066176522356E-01
+ -9.59833185294005964E-01 -9.75711549270479761E-01 -9.91633781166201156E-01
+ -1.00759321321046325E+00 -1.02358288018876609E+00 -1.03959551290705532E+00
+ -1.05562353175158719E+00 -1.07165904036396786E+00 -1.08769381945222499E+00
+ -1.10371932076002954E+00 -1.11972666121749675E+00 -1.13570661729834521E+00
+ -1.15164961960961065E+00 -1.16754574774150743E+00 -1.18338472540656880E+00
+ -1.19915591589863801E+00 -1.21484831790385872E+00 -1.23045056169741263E+00
+ -1.24595090576136536E+00 -1.26133723386046848E+00 -1.27659705261467038E+00
+ -1.29171748960853927E+00 -1.30668529207958461E+00 -1.32148682622914437E+00
+ -1.33610807720117708E+00 -1.35053464977602422E+00 -1.36475176982779933E+00
+ -1.37874428659583992E+00 -1.39249667582218750E+00 -1.40599304380863122E+00
+ -1.41921713244859071E+00 -1.43215232529029279E+00 -1.44478165468933950E+00
+ -1.45708781011010413E+00 -1.46905314763642303E+00 -1.48065970075342768E+00
+ -1.49188919246331464E+00 -1.50272304879840601E+00 -1.51314241379619685E+00
+ -1.52312816600094747E+00 -1.53266093655721858E+00 -1.54172112896055413E+00
+ -1.55028894053068078E+00 -1.55834438567202294E+00 -1.56586732098587422E+00
+ -1.57283747229745519E+00 -1.57923446366004860E+00 -1.58503784839667716E+00
+ -1.59022714223782669E+00 -1.59478185861140509E+00 -1.59868154613831570E+00
+ -1.60190582838380169E+00 -1.60443444591099649E+00 -1.60624730067893018E+00
+ -1.60732450282249584E+00 -1.60764641984655543E+00 -1.60719372826050844E+00
+ -1.60594746767328900E+00 -1.60388909736133511E+00 -1.60100055531466601E+00
+ -1.59726431975744254E+00 -1.59266347313050960E+00 -1.58718176851312887E+00
+ -1.58080369845098878E+00 -1.57351456614559626E+00 -1.56530055894846010E+00
+ -1.55614882409002364E+00 -1.54604754655978982E+00 -1.53498602903912640E+00
+ -1.52295477377287880E+00 -1.50994556624926313E+00 -1.49595156054043477E+00
+ -1.48096736613757929E+00 -1.46498913609540282E+00 -1.44801465628069881E+00
+ -1.43004343549843504E+00 -1.41107679624683491E+00 -1.39111796582972747E+00
+ -1.37017216753007687E+00 -1.34824671152349507E+00 -1.32535108518375067E+00
+ -1.30149704240479980E+00 -1.27669869153459414E+00 -1.25097258148563117E+00
+ -1.22433778555514827E+00 -1.19681598245438003E+00 -1.16843153401097299E+00
+ -1.13921155897139581E+00 -1.10918600229090925E+00 -1.07838769925710487E+00
+ -1.04685243374886094E+00 -1.01461898988590815E+00 -9.81729196274261473E-01
+ -9.48227961999916547E-01 -9.14163303466569599E-01 -8.79586361113029125E-01
+ -8.44551404981449760E-01 -8.09115828039277063E-01 -7.73340126084584356E-01
+ -7.37287862987211828E-01 -7.01025619935834343E-01 -6.64622927274688191E-01
+ -6.28152177422860225E-01 -5.91688517274377879E-01 -5.55309718379896955E-01
+ -5.19096023110865112E-01 -4.83129964906998499E-01 -4.47496160608592042E-01
+ -4.12281072780048941E-01 -3.77572739842393257E-01 -3.43460471754623076E-01
+ -3.10034508921476659E-01 -2.77385641964108531E-01 -2.45604789977445698E-01
+ -2.14782534922046242E-01 -1.85008609869127871E-01 -1.56371338946385469E-01
+ -1.28957027033330729E-01 -1.02849297543676638E-01 -7.81283770263299232E-02
+ -5.48703258374843988E-02 -3.31462148060237896E-02 -1.30212486603118148E-02
+  5.44616196488069502E-03  2.22053768343578213E-02  3.72145460628424060E-02
+  5.04416671661673047E-02  6.18656704393122439E-02  7.14775212533462490E-02
+  7.92813247762601259E-02  8.52954150276526157E-02  8.95534060164366041E-02
+  9.21051779218563516E-02  9.30177657956422627E-02  9.23761120160774274E-02
+  9.02836366392213013E-02  8.68625717866537417E-02  8.22539971971470441E-02
+  7.66175039542383168E-02  7.01304020760876862E-02  6.29863749948862545E-02
+  5.53934670868719628E-02  4.75712415396736601E-02  3.97464672553431778E-02
+  3.21475372276379401E-02  2.49974456526597423E-02  1.85050929173857653E-02
+  1.28546543970889087E-02  8.19271443567081738E-03  4.61282775972641276E-03
+  2.13712618718630383E-03  6.94538097337105034E-04  9.51310008520665941E-05
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  END     
+   VLOCION             1752 #ionic vloc for abinit in Ryd units
+ -3.04733248310804541E+01 -3.04733248310803582E+01 -3.04733248310802907E+01
+ -3.04733248310802445E+01 -3.04733248310801983E+01 -3.04733248310801628E+01
+ -3.04733248310801059E+01 -3.04733248310800633E+01 -3.04733248310799851E+01
+ -3.04733248310798892E+01 -3.04733248310798004E+01 -3.04733248310797009E+01
+ -3.04733248310795659E+01 -3.04733248310794416E+01 -3.04733248310792995E+01
+ -3.04733248310791396E+01 -3.04733248310789584E+01 -3.04733248310787808E+01
+ -3.04733248310785854E+01 -3.04733248310783722E+01 -3.04733248310781413E+01
+ -3.04733248310778997E+01 -3.04733248310776332E+01 -3.04733248310773632E+01
+ -3.04733248310770861E+01 -3.04733248310767770E+01 -3.04733248310764679E+01
+ -3.04733248310761269E+01 -3.04733248310757716E+01 -3.04733248310754092E+01
+ -3.04733248310750220E+01 -3.04733248310746170E+01 -3.04733248310741942E+01
+ -3.04733248310737501E+01 -3.04733248310732989E+01 -3.04733248310728158E+01
+ -3.04733248310723077E+01 -3.04733248310717926E+01 -3.04733248310712419E+01
+ -3.04733248310706770E+01 -3.04733248310700873E+01 -3.04733248310694620E+01
+ -3.04733248310688332E+01 -3.04733248310681688E+01 -3.04733248310674831E+01
+ -3.04733248310667726E+01 -3.04733248310660336E+01 -3.04733248310652662E+01
+ -3.04733248310644811E+01 -3.04733248310636675E+01 -3.04733248310628113E+01
+ -3.04733248310619338E+01 -3.04733248310610350E+01 -3.04733248310600864E+01
+ -3.04733248310591165E+01 -3.04733248310581217E+01 -3.04733248310570772E+01
+ -3.04733248310560185E+01 -3.04733248310549101E+01 -3.04733248310537803E+01
+ -3.04733248310526079E+01 -3.04733248310514000E+01 -3.04733248310501565E+01
+ -3.04733248310488740E+01 -3.04733248310475666E+01 -3.04733248310462095E+01
+ -3.04733248310448097E+01 -3.04733248310433709E+01 -3.04733248310418929E+01
+ -3.04733248310403759E+01 -3.04733248310388056E+01 -3.04733248310371998E+01
+ -3.04733248310355336E+01 -3.04733248310338283E+01 -3.04733248310320803E+01
+ -3.04733248310302756E+01 -3.04733248310284282E+01 -3.04733248310265274E+01
+ -3.04733248310245735E+01 -3.04733248310225697E+01 -3.04733248310205127E+01
+ -3.04733248310183988E+01 -3.04733248310162352E+01 -3.04733248310140006E+01
+ -3.04733248310117197E+01 -3.04733248310093749E+01 -3.04733248310069698E+01
+ -3.04733248310045042E+01 -3.04733248310019675E+01 -3.04733248309993670E+01
+ -3.04733248309967060E+01 -3.04733248309939846E+01 -3.04733248309911851E+01
+ -3.04733248309883109E+01 -3.04733248309853728E+01 -3.04733248309823566E+01
+ -3.04733248309792550E+01 -3.04733248309760825E+01 -3.04733248309728353E+01
+ -3.04733248309694993E+01 -3.04733248309660887E+01 -3.04733248309625964E+01
+ -3.04733248309590188E+01 -3.04733248309553559E+01 -3.04733248309515972E+01
+ -3.04733248309477496E+01 -3.04733248309438167E+01 -3.04733248309397844E+01
+ -3.04733248309356561E+01 -3.04733248309314320E+01 -3.04733248309271048E+01
+ -3.04733248309226710E+01 -3.04733248309181377E+01 -3.04733248309134979E+01
+ -3.04733248309087479E+01 -3.04733248309038842E+01 -3.04733248308989140E+01
+ -3.04733248308938265E+01 -3.04733248308886253E+01 -3.04733248308832962E+01
+ -3.04733248308778393E+01 -3.04733248308722651E+01 -3.04733248308665665E+01
+ -3.04733248308607152E+01 -3.04733248308547502E+01 -3.04733248308486395E+01
+ -3.04733248308423939E+01 -3.04733248308360061E+01 -3.04733248308294691E+01
+ -3.04733248308227829E+01 -3.04733248308159510E+01 -3.04733248308089699E+01
+ -3.04733248308018432E+01 -3.04733248307945352E+01 -3.04733248307870710E+01
+ -3.04733248307794398E+01 -3.04733248307716380E+01 -3.04733248307636657E+01
+ -3.04733248307555122E+01 -3.04733248307471847E+01 -3.04733248307386688E+01
+ -3.04733248307299611E+01 -3.04733248307210651E+01 -3.04733248307119666E+01
+ -3.04733248307026834E+01 -3.04733248306931834E+01 -3.04733248306834845E+01
+ -3.04733248306735796E+01 -3.04733248306634437E+01 -3.04733248306531124E+01
+ -3.04733248306425395E+01 -3.04733248306317357E+01 -3.04733248306207081E+01
+ -3.04733248306094353E+01 -3.04733248305979281E+01 -3.04733248305861757E+01
+ -3.04733248305741675E+01 -3.04733248305618964E+01 -3.04733248305493696E+01
+ -3.04733248305365656E+01 -3.04733248305234881E+01 -3.04733248305101405E+01
+ -3.04733248304965052E+01 -3.04733248304825750E+01 -3.04733248304683570E+01
+ -3.04733248304538300E+01 -3.04733248304389974E+01 -3.04733248304238487E+01
+ -3.04733248304083908E+01 -3.04733248303925954E+01 -3.04733248303764732E+01
+ -3.04733248303600064E+01 -3.04733248303431985E+01 -3.04733248303260389E+01
+ -3.04733248303085169E+01 -3.04733248302906219E+01 -3.04733248302723645E+01
+ -3.04733248302537092E+01 -3.04733248302346809E+01 -3.04733248302152511E+01
+ -3.04733248301954269E+01 -3.04733248301751800E+01 -3.04733248301545139E+01
+ -3.04733248301334214E+01 -3.04733248301118955E+01 -3.04733248300899220E+01
+ -3.04733248300674973E+01 -3.04733248300446036E+01 -3.04733248300212374E+01
+ -3.04733248299973987E+01 -3.04733248299730661E+01 -3.04733248299482291E+01
+ -3.04733248299228912E+01 -3.04733248298970238E+01 -3.04733248298706272E+01
+ -3.04733248298436976E+01 -3.04733248298162138E+01 -3.04733248297881687E+01
+ -3.04733248297595480E+01 -3.04733248297303660E+01 -3.04733248297005623E+01
+ -3.04733248296701582E+01 -3.04733248296391430E+01 -3.04733248296074919E+01
+ -3.04733248295752013E+01 -3.04733248295422534E+01 -3.04733248295086447E+01
+ -3.04733248294743433E+01 -3.04733248294393526E+01 -3.04733248294036585E+01
+ -3.04733248293672325E+01 -3.04733248293300889E+01 -3.04733248292921886E+01
+ -3.04733248292535244E+01 -3.04733248292140750E+01 -3.04733248291738335E+01
+ -3.04733248291327818E+01 -3.04733248290909060E+01 -3.04733248290481917E+01
+ -3.04733248290046177E+01 -3.04733248289601697E+01 -3.04733248289148264E+01
+ -3.04733248288685807E+01 -3.04733248288214007E+01 -3.04733248287732934E+01
+ -3.04733248287242056E+01 -3.04733248286741478E+01 -3.04733248286230882E+01
+ -3.04733248285710197E+01 -3.04733248285178995E+01 -3.04733248284637277E+01
+ -3.04733248284084759E+01 -3.04733248283521299E+01 -3.04733248282946541E+01
+ -3.04733248282360449E+01 -3.04733248281762599E+01 -3.04733248281152989E+01
+ -3.04733248280531228E+01 -3.04733248279897175E+01 -3.04733248279250617E+01
+ -3.04733248278591162E+01 -3.04733248277918740E+01 -3.04733248277232889E+01
+ -3.04733248276533644E+01 -3.04733248275820436E+01 -3.04733248275093231E+01
+ -3.04733248274351602E+01 -3.04733248273595407E+01 -3.04733248272824326E+01
+ -3.04733248272037898E+01 -3.04733248271236192E+01 -3.04733248270418606E+01
+ -3.04733248269584962E+01 -3.04733248268734869E+01 -3.04733248271981054E+01
+ -3.04733248271055395E+01 -3.04733248274142596E+01 -3.04733248273141974E+01
+ -3.04733248276072466E+01 -3.04733248274997131E+01 -3.04733248277773185E+01
+ -3.04733248276623598E+01 -3.04733248279247171E+01 -3.04733248278023474E+01
+ -3.04733248280496412E+01 -3.04733248279198676E+01 -3.04733248281522577E+01
+ -3.04733248280150697E+01 -3.04733248282327196E+01 -3.04733248280881028E+01
+ -3.04733248282911333E+01 -3.04733248281390665E+01 -3.04733248283276161E+01
+ -3.04733248281680531E+01 -3.04733248283422178E+01 -3.04733248281751088E+01
+ -3.04733248283349845E+01 -3.04733248281602620E+01 -3.04733248279833298E+01
+ -3.04733248281235021E+01 -3.04733248279388143E+01 -3.04733248280648183E+01
+ -3.04733248278722648E+01 -3.04733248279841220E+01 -3.04733248277836175E+01
+ -3.04733248278813633E+01 -3.04733248276727728E+01 -3.04733248277564073E+01
+ -3.04733248275395994E+01 -3.04733248276091153E+01 -3.04733248273839550E+01
+ -3.04733248274393276E+01 -3.04733248274862163E+01 -3.04733248275246424E+01
+ -3.04733248275545954E+01 -3.04733248275761035E+01 -3.04733248275891881E+01
+ -3.04733248275938422E+01 -3.04733248275900834E+01 -3.04733248275778905E+01
+ -3.04733248275572812E+01 -3.04733248275282378E+01 -3.04733248274907709E+01
+ -3.04733248274448627E+01 -3.04733248273904991E+01 -3.04733248273276729E+01
+ -3.04733248272563664E+01 -3.04733248271765511E+01 -3.04733248270882271E+01
+ -3.04733248269913517E+01 -3.04733248271208126E+01 -3.04733248270044683E+01
+ -3.04733248271098560E+01 -3.04733248269740038E+01 -3.04733248268294972E+01
+ -3.04733248268999724E+01 -3.04733248267358405E+01 -3.04733248267822781E+01
+ -3.04733248265984464E+01 -3.04733248266208392E+01 -3.04733248266301544E+01
+ -3.04733248266263992E+01 -3.04733248266095700E+01 -3.04733248265796739E+01
+ -3.04733248265366861E+01 -3.04733248264806136E+01 -3.04733248264114351E+01
+ -3.04733248263291472E+01 -3.04733248262337142E+01 -3.04733248261251113E+01
+ -3.04733248261965670E+01 -3.04733248260596810E+01 -3.04733248259095539E+01
+ -3.04733248259338261E+01 -3.04733248257552738E+01 -3.04733248257474472E+01
+ -3.04733248257226492E+01 -3.04733248256808835E+01 -3.04733248256221501E+01
+ -3.04733248255464169E+01 -3.04733248254536804E+01 -3.04733248253439157E+01
+ -3.04733248253891063E+01 -3.04733248252435232E+01 -3.04733248250808373E+01
+ -3.04733248250680901E+01 -3.04733248248694260E+01 -3.04733248248174320E+01
+ -3.04733248247449815E+01 -3.04733248246520638E+01 -3.04733248245386470E+01
+ -3.04733248244047203E+01 -3.04733248244064292E+01 -3.04733248242298558E+01
+ -3.04733248240326482E+01 -3.04733248239665073E+01 -3.04733248238767196E+01
+ -3.04733248237632743E+01 -3.04733248236261147E+01 -3.04733248234652194E+01
+ -3.04733248232805494E+01 -3.04733248232153073E+01 -3.04733248231234484E+01
+ -3.04733248230049334E+01 -3.04733248228597517E+01 -3.04733248226878430E+01
+ -3.04733248224891788E+01 -3.04733248223989470E+01 -3.04733248222792596E+01
+ -3.04733248221300812E+01 -3.04733248220827946E+01 -3.04733248218732591E+01
+ -3.04733248217630397E+01 -3.04733248216206789E+01 -3.04733248214461412E+01
+ -3.04733248212393697E+01 -3.04733248210003147E+01 -3.04733248208518290E+01
+ -3.04733248206685978E+01 -3.04733248204505394E+01 -3.04733248201976075E+01
+ -3.04733248200280542E+01 -3.04733248199384263E+01 -3.04733248196931825E+01
+ -3.04733248195255229E+01 -3.04733248193182291E+01 -3.04733248190712303E+01
+ -3.04733248188961987E+01 -3.04733248186792096E+01 -3.04733248184201990E+01
+ -3.04733248182276810E+01 -3.04733248179909175E+01 -3.04733248177098588E+01
+ -3.04733248174899458E+01 -3.04733248172235598E+01 -3.04733248170141842E+01
+ -3.04733248167562145E+01 -3.04733248165511696E+01 -3.04733248162954453E+01
+ -3.04733248159889740E+01 -3.04733248157304217E+01 -3.04733248154190690E+01
+ -3.04733248151517095E+01 -3.04733248148295282E+01 -3.04733248145475031E+01
+ -3.04733248142086524E+01 -3.04733248139061743E+01 -3.04733248136373014E+01
+ -3.04733248133078121E+01 -3.04733248130082401E+01 -3.04733248127359317E+01
+ -3.04733248123992766E+01 -3.04733248120863038E+01 -3.04733248117071049E+01
+ -3.04733248113480535E+01 -3.04733248110065666E+01 -3.04733248106801113E+01
+ -3.04733248102821044E+01 -3.04733248098956970E+01 -3.04733248095184095E+01
+ -3.04733248090660673E+01 -3.04733248087004149E+01 -3.04733248083365602E+01
+ -3.04733248078926877E+01 -3.04733248075260086E+01 -3.04733248070760609E+01
+ -3.04733248066199280E+01 -3.04733248061552722E+01 -3.04733248057555350E+01
+ -3.04733248052661949E+01 -3.04733248047614360E+01 -3.04733248043126608E+01
+ -3.04733248038425799E+01 -3.04733248033489801E+01 -3.04733248028296515E+01
+ -3.04733248022824164E+01 -3.04733248017753375E+01 -3.04733248012346785E+01
+ -3.04733248006583182E+01 -3.04733248001123833E+01 -3.04733247995252086E+01
+ -3.04733247989617055E+01 -3.04733247983514985E+01 -3.04733247977582984E+01
+ -3.04733247971781793E+01 -3.04733247965427338E+01 -3.04733247958499440E+01
+ -3.04733247952244497E+01 -3.04733247945979357E+01 -3.04733247939044816E+01
+ -3.04733247932037017E+01 -3.04733247924918835E+01 -3.04733247917653500E+01
+ -3.04733247910204668E+01 -3.04733247902536064E+01 -3.04733247895199213E+01
+ -3.04733247887559813E+01 -3.04733247879582763E+01 -3.04733247871803883E+01
+ -3.04733247863606636E+01 -3.04733247855516964E+01 -3.04733247846929274E+01
+ -3.04733247837809600E+01 -3.04733247829213809E+01 -3.04733247820537869E+01
+ -3.04733247811198389E+01 -3.04733247802221712E+01 -3.04733247792495519E+01
+ -3.04733247782506993E+01 -3.04733247772724027E+01 -3.04733247762575097E+01
+ -3.04733247752519070E+01 -3.04733247741994937E+01 -3.04733247731453289E+01
+ -3.04733247720834477E+01 -3.04733247709592803E+01 -3.04733247698648135E+01
+ -3.04733247686973208E+01 -3.04733247674997401E+01 -3.04733247663132296E+01
+ -3.04733247650843424E+01 -3.04733247638534586E+01 -3.04733247626137249E+01
+ -3.04733247613130906E+01 -3.04733247600355881E+01 -3.04733247586845408E+01
+ -3.04733247573423967E+01 -3.04733247559577300E+01 -3.04733247545671198E+01
+ -3.04733247531200746E+01 -3.04733247516524521E+01 -3.04733247501566211E+01
+ -3.04733247486250178E+01 -3.04733247470912509E+01 -3.04733247455059804E+01
+ -3.04733247439021540E+01 -3.04733247422713234E+01 -3.04733247406050403E+01
+ -3.04733247388949877E+01 -3.04733247371717511E+01 -3.04733247354260079E+01
+ -3.04733247336103510E+01 -3.04733247317923031E+01 -3.04733247299242151E+01
+ -3.04733247279970598E+01 -3.04733247260753863E+01 -3.04733247241118050E+01
+ -3.04733247220964394E+01 -3.04733247200195088E+01 -3.04733247179421234E+01
+ -3.04733247158175473E+01 -3.04733247136352148E+01 -3.04733247114535253E+01
+ -3.04733247091918926E+01 -3.04733247068737967E+01 -3.04733247045549973E+01
+ -3.04733247021893234E+01 -3.04733246997648024E+01 -3.04733246973021181E+01
+ -3.04733246947885448E+01 -3.04733246922434589E+01 -3.04733246896217658E+01
+ -3.04733246869737826E+01 -3.04733246842543366E+01 -3.04733246814811096E+01
+ -3.04733246786706857E+01 -3.04733246758084775E+01 -3.04733246728799152E+01
+ -3.04733246699002613E+01 -3.04733246668837445E+01 -3.04733246637854194E+01
+ -3.04733246606480357E+01 -3.04733246574551764E+01 -3.04733246541905132E+01
+ -3.04733246508659548E+01 -3.04733246474924151E+01 -3.04733246440524006E+01
+ -3.04733246405285207E+01 -3.04733246369305775E+01 -3.04733246332942223E+01
+ -3.04733246296002491E+01 -3.04733246258032260E+01 -3.04733246219370599E+01
+ -3.04733246180079647E+01 -3.04733246140214149E+01 -3.04733246099313284E+01
+ -3.04733246057681200E+01 -3.04733246015355128E+01 -3.04733245972119029E+01
+ -3.04733245928245822E+01 -3.04733245883509056E+01 -3.04733245837922944E+01
+ -3.04733245791494838E+01 -3.04733245744224455E+01 -3.04733245696105115E+01
+ -3.04733245646891895E+01 -3.04733245596799343E+01 -3.04733245545799711E+01
+ -3.04733245493859499E+01 -3.04733245440938028E+01 -3.04733245386988720E+01
+ -3.04733245332176672E+01 -3.04733245276220721E+01 -3.04733245219269691E+01
+ -3.04733245161247019E+01 -3.04733245102069255E+01 -3.04733245041856939E+01
+ -3.04733244980509603E+01 -3.04733244917922619E+01 -3.04733244854187362E+01
+ -3.04733244789383448E+01 -3.04733244723179482E+01 -3.04733244655838220E+01
+ -3.04733244587211693E+01 -3.04733244517341468E+01 -3.04733244446064759E+01
+ -3.04733244373404908E+01 -3.04733244299560937E+01 -3.04733244224155548E+01
+ -3.04733244147551616E+01 -3.04733244069539779E+01 -3.04733243989905596E+01
+ -3.04733243908790925E+01 -3.04733243826141589E+01 -3.04733243742070314E+01
+ -3.04733243656323260E+01 -3.04733243568990098E+01 -3.04733243479972025E+01
+ -3.04733243389331250E+01 -3.04733243296945524E+01 -3.04733243202850730E+01
+ -3.04733243107066691E+01 -3.04733243009435952E+01 -3.04733242909953290E+01
+ -3.04733242808760494E+01 -3.04733242705501155E+01 -3.04733242600290524E+01
+ -3.04733242493222711E+01 -3.04733242384219594E+01 -3.04733242273034897E+01
+ -3.04733242159871907E+01 -3.04733242044457100E+01 -3.04733241926958556E+01
+ -3.04733241807224076E+01 -3.04733241685237068E+01 -3.04733241560962149E+01
+ -3.04733241434348514E+01 -3.04733241305468994E+01 -3.04733241174094829E+01
+ -3.04733241040263572E+01 -3.04733240903993412E+01 -3.04733240765143307E+01
+ -3.04733240623694108E+01 -3.04733240479604710E+01 -3.04733240332816280E+01
+ -3.04733240183248704E+01 -3.04733240030804424E+01 -3.04733239875624413E+01
+ -3.04733239717566917E+01 -3.04733239556469826E+01 -3.04733239392407533E+01
+ -3.04733239225175510E+01 -3.04733239054925633E+01 -3.04733238881409001E+01
+ -3.04733238704605576E+01 -3.04733238524587904E+01 -3.04733238341163393E+01
+ -3.04733238154353323E+01 -3.04733237963919059E+01 -3.04733237770063781E+01
+ -3.04733237572497941E+01 -3.04733237371252308E+01 -3.04733237166216711E+01
+ -3.04733236957364078E+01 -3.04733236744529137E+01 -3.04733236527848135E+01
+ -3.04733236307096789E+01 -3.04733236082131747E+01 -3.04733235852997559E+01
+ -3.04733235619595071E+01 -3.04733235381797414E+01 -3.04733235139547922E+01
+ -3.04733234892759626E+01 -3.04733234641410675E+01 -3.04733234385345924E+01
+ -3.04733234124474350E+01 -3.04733233858673316E+01 -3.04733233587978880E+01
+ -3.04733233312097127E+01 -3.04733233031182458E+01 -3.04733232744964617E+01
+ -3.04733232453420619E+01 -3.04733232156395566E+01 -3.04733231853785682E+01
+ -3.04733231545450245E+01 -3.04733231231477575E+01 -3.04733230911549633E+01
+ -3.04733230585666526E+01 -3.04733230253696163E+01 -3.04733229915545571E+01
+ -3.04733229571079960E+01 -3.04733229220114588E+01 -3.04733228862594601E+01
+ -3.04733228498410433E+01 -3.04733228127323521E+01 -3.04733227749376994E+01
+ -3.04733227364314487E+01 -3.04733226972072444E+01 -3.04733226572536609E+01
+ -3.04733226165453246E+01 -3.04733225750760823E+01 -3.04733225328333859E+01
+ -3.04733224897994681E+01 -3.04733224459580505E+01 -3.04733224013028199E+01
+ -3.04733223558054505E+01 -3.04733223094624961E+01 -3.04733222622484021E+01
+ -3.04733222141542619E+01 -3.04733221651565458E+01 -3.04733221152404248E+01
+ -3.04733220643979550E+01 -3.04733220126005016E+01 -3.04733219598332461E+01
+ -3.04733219060817966E+01 -3.04733218513237105E+01 -3.04733217955436473E+01
+ -3.04733217387179565E+01 -3.04733216808295886E+01 -3.04733216218595508E+01
+ -3.04733215617816313E+01 -3.04733215005870370E+01 -3.04733214382397222E+01
+ -3.04733213747334091E+01 -3.04733213100408555E+01 -3.04733212441317036E+01
+ -3.04733211769928296E+01 -3.04733211086008460E+01 -3.04733210389301554E+01
+ -3.04733209679510040E+01 -3.04733208956432229E+01 -3.04733208219877199E+01
+ -3.04733207469503320E+01 -3.04733206705153101E+01 -3.04733205926456598E+01
+ -3.04733205133220011E+01 -3.04733204325149636E+01 -3.04733203501945979E+01
+ -3.04733202663321592E+01 -3.04733201809086403E+01 -3.04733200938833200E+01
+ -3.04733200052301605E+01 -3.04733199149175640E+01 -3.04733198229219191E+01
+ -3.04733197292028848E+01 -3.04733196337327179E+01 -3.04733195364718910E+01
+ -3.04733194373975529E+01 -3.04733193364692738E+01 -3.04733192336521732E+01
+ -3.04733191289137579E+01 -3.04733190222158932E+01 -3.04733189135271019E+01
+ -3.04733188027996995E+01 -3.04733186900016975E+01 -3.04733185750985633E+01
+ -3.04733184580463039E+01 -3.04733183388025743E+01 -3.04733182173290551E+01
+ -3.04733180935832024E+01 -3.04733179675210586E+01 -3.04733178391071746E+01
+ -3.04733177082901534E+01 -3.04733175750261154E+01 -3.04733174392724173E+01
+ -3.04733173009793177E+01 -3.04733171601018178E+01 -3.04733170165868827E+01
+ -3.04733168703894606E+01 -3.04733167214595220E+01 -3.04733165697413035E+01
+ -3.04733164151897462E+01 -3.04733162577446954E+01 -3.04733160973593868E+01
+ -3.04733159339711897E+01 -3.04733157675332578E+01 -3.04733155979781181E+01
+ -3.04733154252564056E+01 -3.04733152493050667E+01 -3.04733150700619682E+01
+ -3.04733148874696056E+01 -3.04733147014621544E+01 -3.04733145119771685E+01
+ -3.04733143189499671E+01 -3.04733141223141537E+01 -3.04733139219996119E+01
+ -3.04733137179404849E+01 -3.04733135100655375E+01 -3.04733132983027630E+01
+ -3.04733130825837755E+01 -3.04733128628309125E+01 -3.04733126389683981E+01
+ -3.04733124109168436E+01 -3.04733121786068786E+01 -3.04733119419504561E+01
+ -3.04733117008709833E+01 -3.04733114552851063E+01 -3.04733112051056168E+01
+ -3.04733109502468338E+01 -3.04733106906267501E+01 -3.04733104261503165E+01
+ -3.04733101567304274E+01 -3.04733098822715931E+01 -3.04733096026838410E+01
+ -3.04733093178671268E+01 -3.04733090277275593E+01 -3.04733087321624581E+01
+ -3.04733084310727982E+01 -3.04733081243518846E+01 -3.04733078118999572E+01
+ -3.04733074936018511E+01 -3.04733071693581685E+01 -3.04733068390492896E+01
+ -3.04733065025684553E+01 -3.04733061597952464E+01 -3.04733058106135353E+01
+ -3.04733054549024693E+01 -3.04733050925451820E+01 -3.04733047234096261E+01
+ -3.04733043473755103E+01 -3.04733039643103361E+01 -3.04733035740847882E+01
+ -3.04733031765628368E+01 -3.04733027716108644E+01 -3.04733023590859986E+01
+ -3.04733019388519892E+01 -3.04733015107606242E+01 -3.04733010746668178E+01
+ -3.04733006304182226E+01 -3.04733001778668040E+01 -3.04732997168519297E+01
+ -3.04732992472230535E+01 -3.04732987688117483E+01 -3.04732982814603375E+01
+ -3.04732977849927167E+01 -3.04732972792507937E+01 -3.04732967640481220E+01
+ -3.04732962392208719E+01 -3.04732957045761133E+01 -3.04732951599432340E+01
+ -3.04732946051237867E+01 -3.04732940399368140E+01 -3.04732934641810402E+01
+ -3.04732928776655250E+01 -3.04732922801818766E+01 -3.04732916715333069E+01
+ -3.04732910515018212E+01 -3.04732904198861121E+01 -3.04732897764577828E+01
+ -3.04732891210057204E+01 -3.04732884532978936E+01 -3.04732877731117924E+01
+ -3.04732870802058038E+01 -3.04732863743537443E+01 -3.04732856553019857E+01
+ -3.04732849228121694E+01 -3.04732841766254587E+01 -3.04732834164956117E+01
+ -3.04732826421494494E+01 -3.04732818533364807E+01 -3.04732810497707867E+01
+ -3.04732802311913780E+01 -3.04732793973041325E+01 -3.04732785478344965E+01
+ -3.04732776824802976E+01 -3.04732768009567465E+01 -3.04732759029478331E+01
+ -3.04732749881593818E+01 -3.04732740562654953E+01 -3.04732731069575387E+01
+ -3.04732721398978015E+01 -3.04732711547692290E+01 -3.04732701512179709E+01
+ -3.04732691289153870E+01 -3.04732680874962547E+01 -3.04732670266180889E+01
+ -3.04732659459016837E+01 -3.04732648449923644E+01 -3.04732637234967463E+01
+ -3.04732625810456099E+01 -3.04732614172317184E+01 -3.04732602316712260E+01
+ -3.04732590239409973E+01 -3.04732577936458533E+01 -3.04732565403438151E+01
+ -3.04732552636247895E+01 -3.04732539630313468E+01 -3.04732526381368736E+01
+ -3.04732512884664963E+01 -3.04732499135800055E+01 -3.04732485129820390E+01
+ -3.04732470862164462E+01 -3.04732456327701726E+01 -3.04732441521677266E+01
+ -3.04732426438785282E+01 -3.04732411074085903E+01 -3.04732395422061444E+01
+ -3.04732379477608895E+01 -3.04732363234989627E+01 -3.04732346688906901E+01
+ -3.04732329833417843E+01 -3.04732312663002247E+01 -3.04732295171515020E+01
+ -3.04732277353207621E+01 -3.04732259201708757E+01 -3.04732240711081985E+01
+ -3.04732221874680107E+01 -3.04732202686356004E+01 -3.04732183139206576E+01
+ -3.04732163226859747E+01 -3.04732142942159641E+01 -3.04732122278468012E+01
+ -3.04732101228385943E+01 -3.04732079785009340E+01 -3.04732057940655423E+01
+ -3.04732035688170164E+01 -3.04732013019584613E+01 -3.04731989927470757E+01
+ -3.04731966403552903E+01 -3.04731942440129835E+01 -3.04731918028612974E+01
+ -3.04731893160998801E+01 -3.04731867828390932E+01 -3.04731842022476904E+01
+ -3.04731815734016713E+01 -3.04731788954402063E+01 -3.04731761674033876E+01
+ -3.04731733883978855E+01 -3.04731705574272205E+01 -3.04731676735654027E+01
+ -3.04731647357783189E+01 -3.04731617431038799E+01 -3.04731586944698307E+01
+ -3.04731555888770203E+01 -3.04731524252130512E+01 -3.04731492024418742E+01
+ -3.04731459194082923E+01 -3.04731425750369702E+01 -3.04731391681292223E+01
+ -3.04731356975707115E+01 -3.04731321621167481E+01 -3.04731285606088846E+01
+ -3.04731248917572266E+01 -3.04731211543599798E+01 -3.04731173470780874E+01
+ -3.04731134686641134E+01 -3.04731095177288900E+01 -3.04731054929780747E+01
+ -3.04731013929691521E+01 -3.04730972163596725E+01 -3.04730929616529380E+01
+ -3.04730886274554535E+01 -3.04730842122136529E+01 -3.04730797144822141E+01
+ -3.04730751326492211E+01 -3.04730704652130733E+01 -3.04730657105022757E+01
+ -3.04730608669591483E+01 -3.04730559328475508E+01 -3.04730509065530129E+01
+ -3.04730457862725075E+01 -3.04730405703306921E+01 -3.04730352568571945E+01
+ -3.04730298441127090E+01 -3.04730243301568073E+01 -3.04730187131837802E+01
+ -3.04730129911810508E+01 -3.04730071622743459E+01 -3.04730012243749968E+01
+ -3.04729951755381947E+01 -3.04729890135966031E+01 -3.04729827365313781E+01
+ -3.04729763420937338E+01 -3.04729698281887558E+01 -3.04729631924822684E+01
+ -3.04729564328018938E+01 -3.04729495467239175E+01 -3.04729425319941747E+01
+ -3.04729353860979941E+01 -3.04729281066957398E+01 -3.04729206911777482E+01
+ -3.04729131371167163E+01 -3.04729054418040377E+01 -3.04728976027207246E+01
+ -3.04728896170563495E+01 -3.04728814821963709E+01 -3.04728731952245155E+01
+ -3.04728647534278316E+01 -3.04728561537804552E+01 -3.04728473934654041E+01
+ -3.04728384693439089E+01 -3.04728293784929001E+01 -3.04728201176541695E+01
+ -3.04728106837951707E+01 -3.04728010735341677E+01 -3.04727912837246038E+01
+ -3.04727813108574210E+01 -3.04727711516660449E+01 -3.04727608025101766E+01
+ -3.04727502599999625E+01 -3.04727395203567752E+01 -3.04727285800638654E+01
+ -3.04727174351998258E+01 -3.04727060821145628E+01 -3.04726945167389154E+01
+ -3.04726827352856944E+01 -3.04726707335320057E+01 -3.04726585075466225E+01
+ -3.04726460529483774E+01 -3.04726333656575257E+01 -3.04726204411271553E+01
+ -3.04726072751240373E+01 -3.04725938629297133E+01 -3.04725802001505954E+01
+ -3.04725662818901455E+01 -3.04725521035899618E+01 -3.04725376601679301E+01
+ -3.04725229468933492E+01 -3.04725079584926029E+01 -3.04724926900567503E+01
+ -3.04724771361134081E+01 -3.04724612915673525E+01 -3.04724451507399579E+01
+ -3.04724287083443208E+01 -3.04724119584867417E+01 -3.04723948956814148E+01
+ -3.04723775138119386E+01 -3.04723598071850788E+01 -3.04723417694541148E+01
+ -3.04723233947106209E+01 -3.04723046763687471E+01 -3.04722856082962537E+01
+ -3.04722661836589808E+01 -3.04722463960939152E+01 -3.04722262385081848E+01
+ -3.04722057042989221E+01 -3.04721847861054016E+01 -3.04721634770757355E+01
+ -3.04721417695714152E+01 -3.04721196564810697E+01 -3.04720971298785273E+01
+ -3.04720741823840520E+01 -3.04720508057720245E+01 -3.04720269923842828E+01
+ -3.04720027336844979E+01 -3.04719780217258673E+01 -3.04719528476495718E+01
+ -3.04719272032081001E+01 -3.04719010792090543E+01 -3.04718744670934605E+01
+ -3.04718473573215363E+01 -3.04718197410115259E+01 -3.04717916082634765E+01
+ -3.04717629498598335E+01 -3.04717337555270440E+01 -3.04717040157001868E+01
+ -3.04716737197174439E+01 -3.04716428576523164E+01 -3.04716114184406273E+01
+ -3.04715793917817734E+01 -3.04715467661933523E+01 -3.04715135309853018E+01
+ -3.04714796742420901E+01 -3.04714451848702694E+01 -3.04714100505040406E+01
+ -3.04713742596311512E+01 -3.04713377994189045E+01 -3.04713006579201249E+01
+ -3.04712628218179873E+01 -3.04712242787135068E+01 -3.04711850147872099E+01
+ -3.04711450171722156E+01 -3.04711042715269649E+01 -3.04710627644981358E+01
+ -3.04710204812028529E+01 -3.04709774077839235E+01 -3.04709335287959178E+01
+ -3.04708888298582501E+01 -3.04708432949424797E+01 -3.04707969091243065E+01
+ -3.04707496557701063E+01 -3.04707015193920192E+01 -3.04706524827281235E+01
+ -3.04706025297052570E+01 -3.04705516424096103E+01 -3.04704998041606103E+01
+ -3.04704469963679223E+01 -3.04703932017208281E+01 -3.04703384009265967E+01
+ -3.04702825760205265E+01 -3.04702257069810400E+01 -3.04701677751647608E+01
+ -3.04701087597934759E+01 -3.04700486415193552E+01 -3.04699873987792209E+01
+ -3.04699250114940234E+01 -3.04698614572859796E+01 -3.04697967153172620E+01
+ -3.04697307623643852E+01 -3.04696635768017252E+01 -3.04695951345286211E+01
+ -3.04695254131018878E+01 -3.04694543875098809E+01 -3.04693820344616100E+01
+ -3.04693083280000714E+01 -3.04692332439531413E+01 -3.04691567553834517E+01
+ -3.04690788372047585E+01 -3.04689994614613937E+01 -3.04689186021190714E+01
+ -3.04688362301652447E+01 -3.04687523185808153E+01 -3.04686668372567731E+01
+ -3.04685797581523836E+01 -3.04684910500204076E+01 -3.04684006837593522E+01
+ -3.04683086269406509E+01 -3.04682148493622442E+01 -3.04681193173692115E+01
+ -3.04680219996173101E+01 -3.04679228611789554E+01 -3.04678218695239238E+01
+ -3.04677189884038491E+01 -3.04676141840578794E+01 -3.04675074188665320E+01
+ -3.04673986577916800E+01 -3.04672878617908722E+01 -3.04671749944998993E+01
+ -3.04670600153995359E+01 -3.04669428867492833E+01 -3.04668235664970695E+01
+ -3.04667020154737820E+01 -3.04665781900365253E+01 -3.04664520495328262E+01
+ -3.04663235486688393E+01 -3.04661926452529102E+01 -3.04660592922770590E+01
+ -3.04659234459518480E+01 -3.04657850574903968E+01 -3.04656440814446334E+01
+ -3.04655004671811049E+01 -3.04653541675303750E+01 -3.04652051299420883E+01
+ -3.04650533054598007E+01 -3.04648986395435735E+01 -3.04647410813821793E+01
+ -3.04645805743703946E+01 -3.04644170657714248E+01 -3.04642504968363639E+01
+ -3.04640808128295433E+01 -3.04639079527769212E+01 -3.04637318598678490E+01
+ -3.04635524708184668E+01 -3.04633697266641370E+01 -3.04631835617233442E+01
+ -3.04629939147951454E+01 -3.04628007177093565E+01 -3.04626039069437162E+01
+ -3.04624034117442228E+01 -3.04621991661787774E+01 -3.04619910968114453E+01
+ -3.04617791352081753E+01 -3.04615632051489094E+01 -3.04613432356023495E+01
+ -3.04611191474582732E+01 -3.04608908669884642E+01 -3.04606583120826606E+01
+ -3.04604214062130438E+01 -3.04601800641544997E+01 -3.04599342064728162E+01
+ -3.04596837447091282E+01 -3.04594285964114952E+01 -3.04591686697642103E+01
+ -3.04589038791821380E+01 -3.04586341293644196E+01 -3.04583593314727850E+01
+ -3.04580793865882171E+01 -3.04577942024948385E+01 -3.04575036765170779E+01
+ -3.04572077129320320E+01 -3.04569062051640636E+01 -3.04565990538485671E+01
+ -3.04562861483608245E+01 -3.04559673855549349E+01 -3.04556426506020550E+01
+ -3.04553118364299067E+01 -3.04549748238445872E+01 -3.04546315016964293E+01
+ -3.04542817462593547E+01 -3.04539254421498669E+01 -3.04535624609357676E+01
+ -3.04531926828369741E+01 -3.04528159745348219E+01 -3.04524322116831208E+01
+ -3.04520412558893661E+01 -3.04516429780656743E+01 -3.04512372345507387E+01
+ -3.04508238913321811E+01 -3.04504027992775477E+01 -3.04499738192599700E+01
+ -3.04495367964656545E+01 -3.04490915864557401E+01 -3.04486380285165694E+01
+ -3.04481759726920735E+01 -3.04477052521415814E+01 -3.04472257111786249E+01
+ -3.04467371765994166E+01 -3.04462394867654105E+01 -3.04457324618644201E+01
+ -3.04452159340751756E+01 -3.04446897167223263E+01 -3.04441536355619817E+01
+ -3.04436074967907402E+01 -3.04430511194930560E+01 -3.04424843024618461E+01
+ -3.04419068578508671E+01 -3.04413185767630026E+01 -3.04407192641517916E+01
+ -3.04401087031326405E+01 -3.04394866911785016E+01 -3.04388530031077948E+01
+ -3.04382074286215314E+01 -3.04375497339193224E+01 -3.04368797006272978E+01
+ -3.04361970859917932E+01 -3.04355016632483384E+01 -3.04347931803423890E+01
+ -3.04340714017909200E+01 -3.04333360658767234E+01 -3.04325869280569492E+01
+ -3.04318237165756500E+01 -3.04310461774750109E+01 -3.04302540285690881E+01
+ -3.04294470061157192E+01 -3.04286248170920288E+01 -3.04277871875870574E+01
+ -3.04269338133177349E+01 -3.04260644098041482E+01 -3.04251786610628301E+01
+ -3.04242762716283508E+01 -3.04233569133587878E+01 -3.04224202793698133E+01
+ -3.04214660288845273E+01 -3.04204938431482077E+01 -3.04195033682532063E+01
+ -3.04184942731047698E+01 -3.04174661901483567E+01 -3.04164187754599311E+01
+ -3.04153516473012147E+01 -3.04142644484094404E+01 -3.04131567823036697E+01
+ -3.04120282778520235E+01 -3.04108785232491101E+01 -3.04097071329414561E+01
+ -3.04085136791937103E+01 -3.04072977614552116E+01 -3.04060589354303410E+01
+ -3.04047967849715626E+01 -3.04035108485666719E+01 -3.04022006938467229E+01
+ -3.04008658413994652E+01 -3.03995058419835971E+01 -3.03981201975752100E+01
+ -3.03967084413822803E+01 -3.03952700560280462E+01 -3.03938045564629604E+01
+ -3.03923114051853247E+01 -3.03907900981512356E+01 -3.03892400769299229E+01
+ -3.03876608177147567E+01 -3.03860517403083072E+01 -3.03844123003404292E+01
+ -3.03827418949740391E+01 -3.03810399584402688E+01 -3.03793058643530571E+01
+ -3.03775390246737764E+01 -3.03757387885196337E+01 -3.03739045446738345E+01
+ -3.03720356167690682E+01 -3.03701313694628681E+01 -3.03681910998738083E+01
+ -3.03662141475450298E+01 -3.03641997820077272E+01 -3.03621473166592786E+01
+ -3.03600559923245008E+01 -3.03579250951785760E+01 -3.03557538361732355E+01
+ -3.03535414731379909E+01 -3.03512871859349680E+01 -3.03489902028753455E+01
+ -3.03466496714627532E+01 -3.03442647892660062E+01 -3.03418346701068202E+01
+ -3.03393584795333631E+01 -3.03368352963050398E+01 -3.03342642526148722E+01
+ -3.03316443907196991E+01 -3.03289748080635455E+01 -3.03262545088981099E+01
+ -3.03234825544625934E+01 -3.03206579094356918E+01 -3.03177795973310218E+01
+ -3.03148465416180031E+01 -3.03118577264958979E+01 -3.03088120325172063E+01
+ -3.03057084029067809E+01 -3.03025456735176739E+01 -3.02993227448657123E+01
+ -3.02960384062438273E+01 -3.02926915136456962E+01 -3.02892808078617186E+01
+ -3.02858050984686464E+01 -3.02822630757261351E+01 -3.02786535008131636E+01
+ -3.02749750113410414E+01 -3.02712263180201333E+01 -3.02674060036021118E+01
+ -3.02635127261637358E+01 -3.02595450112876172E+01 -3.02555014621530454E+01
+ -3.02513805447618118E+01 -3.02471808050284778E+01 -3.02429006468549417E+01
+ -3.02385385564154205E+01 -3.02340928728807512E+01 -3.02295620200956421E+01
+ -3.02249442697515676E+01 -3.02202379806557353E+01 -3.02154413541493554E+01
+ -3.02105526811697018E+01 -3.02055700897088180E+01 -3.02004917998712479E+01
+ -3.01953158631671279E+01 -3.01900404257693751E+01 -3.01846634594335974E+01
+ -3.01791830331593403E+01 -3.01735970355292586E+01 -3.01679034549785676E+01
+ -3.01621000933460479E+01 -3.01561848549558285E+01 -3.01501554511727470E+01
+ -3.01440096984999322E+01 -3.01377452139324369E+01 -3.01313597222721157E+01
+ -3.01248507420754130E+01 -3.01182159023847689E+01 -3.01114526190689062E+01
+ -3.01045584211671589E+01 -3.00975306174236756E+01 -3.00903666324372985E+01
+ -3.00830636631954462E+01 -3.00756190252172324E+01 -3.00680297988979852E+01
+ -3.00602931858276996E+01 -3.00524061447631254E+01 -3.00443657582969017E+01
+ -3.00361688582815134E+01 -3.00278124030165330E+01 -3.00192930919572447E+01
+ -3.00106077535779718E+01 -3.00017529492082602E+01 -2.99927253717199704E+01
+ -2.99835214383446065E+01 -2.99741377003200462E+01 -2.99645704245556566E+01
+ -2.99548160143606950E+01 -2.99448705798384047E+01 -2.99347303698029172E+01
+ -2.99243913307995975E+01 -2.99138495503003554E+01 -2.99031008042656126E+01
+ -2.98921410116888779E+01 -2.98809657706361165E+01 -2.98695708241891751E+01
+ -2.98579515849207482E+01 -2.98461036122630574E+01 -2.98340221254012903E+01
+ -2.98217024920683116E+01 -2.98091397298667680E+01 -2.97963290064623081E+01
+ -2.97832651293747261E+01 -2.97699430575111457E+01 -2.97563573794994056E+01
+ -2.97425028364688693E+01 -2.97283737890354658E+01 -2.97139647512008445E+01
+ -2.96992698461375007E+01 -2.96842833510369921E+01 -2.96689991418864736E+01
+ -2.96534112490530575E+01 -2.96375132912895367E+01 -2.96212990417946642E+01
+ -2.96047618517361286E+01 -2.95878952264758404E+01 -2.95706922389524500E+01
+ -2.95531461157055517E+01 -2.95352496405190692E+01 -2.95169957498190065E+01
+ -2.94983769270420737E+01 -2.94793858069182413E+01 -2.94600145610970401E+01
+ -2.94402555107577548E+01 -2.94201005040990111E+01 -2.93995415366464279E+01
+ -2.93785701212892150E+01 -2.93571779155772461E+01 -2.93353560850719255E+01
+ -2.93130959368416129E+01 -2.92903882769832116E+01 -2.92672240494362939E+01
+ -2.92435936886271470E+01 -2.92194877626279528E+01 -2.91948963219759143E+01
+ -2.91698095461044851E+01 -2.91442170894974808E+01 -2.91181087302137520E+01
+ -2.90914737146499895E+01 -2.90643014068692054E+01 -2.90365806333656309E+01
+ -2.90083003317905366E+01 -2.89794488972391164E+01 -2.89500148288441217E+01
+ -2.89199860792379084E+01 -2.88893506973554608E+01 -2.88580961828642337E+01
+ -2.88262101233837100E+01 -2.87936795558217682E+01 -2.87604915960775429E+01
+ -2.87266328093754879E+01 -2.86920898303725700E+01 -2.86568487447399320E+01
+ -2.86208956974443218E+01 -2.85842162879918860E+01 -2.85467961644977990E+01
+ -2.85086204351768160E+01 -2.84696742456548080E+01 -2.84299422094658176E+01
+ -2.83894089658949795E+01 -2.83480586324215125E+01 -2.83058753402149925E+01
+ -2.82628427116471634E+01 -2.82189443703935794E+01 -2.81741634473234406E+01
+ -2.81284830619871364E+01 -2.80818858603814192E+01 -2.80343544644315585E+01
+ -2.79858710453178503E+01 -2.79364177373900162E+01 -2.78859762509288522E+01
+ -2.78345282467618667E+01 -2.77820549925191891E+01 -2.77285376940544595E+01
+ -2.76739571994350229E+01 -2.76182942831131619E+01 -2.75615294020648527E+01
+ -2.75036429285051547E+01 -2.74446149627550007E+01 -2.73844255101536938E+01
+ -2.73230543553865282E+01 -2.72604811791190969E+01 -2.71966854986569508E+01
+ -2.71316467197140945E+01 -2.70653441483957096E+01 -2.69977569734195875E+01
+ -2.69288643545107220E+01 -2.68586453303232204E+01 -2.67870789884065488E+01
+ -2.67141442940305112E+01 -2.66398203469229315E+01 -2.65640861261853587E+01
+ -2.64869208390057373E+01 -2.64083035768724130E+01 -2.63282137614273708E+01
+ -2.62466307072453695E+01 -2.61635341699077912E+01 -2.60789038107173248E+01
+ -2.59927198519332308E+01 -2.59049624389454500E+01 -2.58156124074119866E+01
+ -2.57246505386252231E+01 -2.56320584430244516E+01 -2.55378177047574830E+01
+ -2.54419108856984693E+01 -2.53443205555453055E+01 -2.52450304200476303E+01
+ -2.51440242333915407E+01 -2.50412870538264798E+01 -2.49368040355797653E+01
+ -2.48305618144565585E+01 -2.47225471771036354E+01 -2.46127485784357276E+01
+ -2.45011546867371557E+01 -2.43877560339329200E+01 -2.42725434357839411E+01
+ -2.41555097750649352E+01 -2.40366482969800259E+01 -2.39159545242245457E+01
+ -2.37934244287270609E+01 -2.36690564763537203E+01 -2.35428496771742601E+01
+ -2.34148057562095673E+01 -2.32849270856263999E+01 -2.31532189764285512E+01
+ -2.30196874973087304E+01 -2.28843418805391750E+01 -2.27471922336494927E+01
+ -2.26082520509843157E+01 -2.24675358259301063E+01 -2.23250616576781766E+01
+ -2.21808487733867032E+01 -2.20349202176233838E+01 -2.18873002956120288E+01
+ -2.17380173306399129E+01 -2.15871010413893778E+01 -2.14345853502932826E+01
+ -2.12805057098745678E+01 -2.11249019426372904E+01 -2.09678155333078635E+01
+ -2.08092924783821509E+01 -2.06493805631533434E+01 -2.04881321965252994E+01
+ -2.03256016936882915E+01 -2.01618480692898494E+01 -1.99969323485377437E+01
+ -1.98309202893334522E+01 -1.96638797463902293E+01 -1.94958832905292319E+01
+ -1.93270056520393538E+01 -1.91573262030692995E+01 -1.89869265078554790E+01
+ -1.88158926320822211E+01 -1.86443128286868394E+01 -1.84722796362832149E+01
+ -1.82998877299354952E+01 -1.81272357693407109E+01 -1.79544244441571870E+01
+ -1.77815580317321427E+01 -1.76087426661926116E+01 -1.74360875652222163E+01
+ -1.72637035510973220E+01 -1.70917039065360470E+01 -1.69202031741407559E+01
+ -1.67493176028833766E+01 -1.65791642499900291E+01 -1.64098609824771060E+01
+ -1.62415259024446037E+01 -1.60742768726144476E+01 -1.59082312824417631E+01
+ -1.57435050733203887E+01 -1.55802128591577578E+01 -1.54184664364238362E+01
+ -1.52583752692907204E+01 -1.51000444827556635E+01 -1.49435757196684325E+01
+ -1.47890646325586186E+01 -1.46366021184275699E+01 -1.44862713473268148E+01
+ -1.43381493810028982E+01 -1.41923038038722975E+01 -1.40487947330865737E+01
+ -1.39076711493747673E+01 -1.37689733070501621E+01 -1.36327288954276344E+01
+ -1.34989558538897452E+01 -1.33676585241623922E+01 -1.32388308620930282E+01
+ -1.31124527606777264E+01 -1.29884936214223465E+01 -1.28669090340375512E+01
+ -1.27476446271183121E+01 -1.26306332893563500E+01 -1.25157991774685957E+01
+ -1.24030556804341607E+01 -1.22923094585704717E+01 -1.21834594313695934E+01
+ -1.20764008077277598E+01 -1.19710255720030574E+01 -1.18672266924609495E+01
+ -1.17648793742479931E+01 -1.16637745039848131E+01 -1.15636759764756842E+01
+ -1.14643461484700904E+01 -1.13655528607591911E+01 -1.12670781324017497E+01
+ -1.11687287911483928E+01 -1.10703493386901517E+01 -1.09718373884803331E+01
+ -1.08731620582689104E+01 -1.07743857498824624E+01 -1.06756898059110394E+01
+ -1.05774046205117198E+01 -1.04799309064677413E+01 -1.03833554401748014E+01
+ -1.02876699440180257E+01 -1.01928662166633419E+01 -1.00989361323545044E+01
+ -1.00058716402166397E+01 -9.91366476356617277E+00 -9.82230759922714114E+00
+ -9.73179231685378632E+00 -9.64211115825940901E+00 -9.55325643675138458E+00
+ -9.46522053647232831E+00 -9.37799591174733216E+00 -9.29157508643718977E+00
+ -9.20595065329762008E+00 -9.12111527334436545E+00 -9.03706167522415704E+00
+ -8.95378265459146760E+00 -8.87127107349102495E+00 -8.78951985974599026E+00
+ -8.70852200635178342E+00 -8.62827057087551808E+00 -8.54875867486093632E+00
+ -8.46997950323884652E+00 -8.39192630374298965E+00 -8.31459238633128983E+00
+ -8.23797112261244102E+00 -8.16205594527777301E+00 -8.08684034753834169E+00
+ -8.01231788256724542E+00 -7.93848216294702880E+00 -7.86532686012222282E+00
+ -7.79284570385690323E+00 -7.72103248169725997E+00 -7.64988103843911826E+00
+ -7.57938527560035258E+00 -7.50953915089819368E+00 -7.44033667773131313E+00
+ -7.37177192466671638E+00 -7.30383901493133703E+00 -7.23653212590833572E+00
+ -7.16984548863802829E+00 -7.10377338732342078E+00 -7.03831015884029210E+00
+ -6.97345019225180529E+00 -6.90918792832757678E+00 -6.84551785906719168E+00
+ -6.78243452722809437E+00 -6.71993252585784706E+00 -6.65800649783068454E+00
+ -6.59665113538834547E+00 -6.53586117968513847E+00 -6.47563142033719696E+00
+ -6.41595669497587995E+00 -6.35683188880531080E+00 -6.29825193416396356E+00
+ -6.24021181009031256E+00 -6.18270654189248159E+00 -6.12573120072184452E+00
+ -6.06928090315057034E+00 -6.01335081075305666E+00 -5.95793612969121789E+00
+ -5.90303211030359964E+00 -5.84863404669827158E+00 -5.79473727634948599E+00
+ -5.74133717969803659E+00 -5.68842917975531304E+00 -5.63600874171099875E+00
+ -5.58407137254438268E+00 -5.53261262063925852E+00 -5.48162807540236230E+00
+ -5.43111336688534418E+00 -5.38106416541020227E+00 -5.33147618119818478E+00
+ -5.28234516400210197E+00 -5.23366690274203705E+00 -5.18543722514439853E+00
+ -5.13765199738431466E+00 -5.09030712373131689E+00 -5.04339854619828021E+00
+ -4.99692224419361697E+00 -4.95087423417665828E+00 -4.90525056931621961E+00
+ -4.86004733915231402E+00 -4.81526066926097940E+00 -4.77088672092219301E+00
+ -4.72692169079084934E+00 -4.68336181057077372E+00 -4.64020334669173184E+00
+ -4.59744259998941818E+00 -4.55507590538839668E+00 -4.51309963158796190E+00
+ -4.47151018075089723E+00 -4.43030398819508964E+00 -4.38947752208800512E+00
+ -4.34902728314396381E+00 -4.30894980432421626E+00 -4.26924165053976967E+00
+ -4.22989941835696914E+00 -4.19091973570577991E+00 -4.15229926159076257E+00
+ -4.11403468580471632E+00 -4.07612272864494418E+00 -4.03856014063215873E+00
+ -4.00134370223196179E+00 -3.96447022357886736E+00 -3.92793654420293947E+00
+ -3.89173953275886841E+00 -3.85587608675759252E+00 -3.82034313230037448E+00
+ -3.78513762381533425E+00 -3.75025654379640860E+00 -3.71569690254471841E+00
+ -3.68145573791231229E+00 -3.64753011504828040E+00 -3.61391712614720229E+00
+ -3.58061389019991694E+00 -3.54761755274658386E+00 -3.51492528563202500E+00
+ -3.48253428676331911E+00 -3.45044177986962941E+00 -3.41864501426424994E+00
+ -3.38714126460883280E+00 -3.35592783067980083E+00 -3.32500203713690512E+00
+ -3.29436123329392005E+00 -3.26400279289144679E+00 -3.23392411387181333E+00
+ -3.20412261815604893E+00 -3.17459575142291417E+00 -3.14534098288996500E+00
+ -3.11635580509663423E+00 -3.08763773368931904E+00 -3.05918430720843659E+00
+ -3.03099308687745417E+00 -3.00306165639385592E+00 -2.97538762172203786E+00
+ -2.94796861088811246E+00 -2.92080227377660373E+00 -2.89388628192901498E+00
+ -2.86721832834425383E+00 -2.84079612728089481E+00 -2.81461741406126587E+00
+ -2.78867994487734228E+00 -2.76298149659842052E+00 -2.73751986658057822E+00
+ -2.71229287247787720E+00 -2.68729835205531220E+00 -2.66253416300348578E+00
+ -2.63799818275498499E+00 -2.61368830830245491E+00 -2.58960245601834460E+00
+ -2.56573856147631973E+00 -2.54209457927431659E+00 -2.51866848285922673E+00
+ -2.49545826435319995E+00 -2.47246193438154505E+00 -2.44967752190221866E+00
+ -2.42710307403688530E+00 -2.40473665590353125E+00 -2.38257635045062433E+00
+ -2.36062025829280309E+00 -2.33886649754807419E+00 -2.31731320367651561E+00
+ -2.29595852932046540E+00 -2.27480064414618033E+00 -2.25383773468695603E+00
+ -2.23306800418769447E+00 -2.21248967245089245E+00 -2.19210097568408235E+00
+ -2.17190016634862282E+00 -2.15188551300993680E+00 -2.13205530018910272E+00
+ -2.11240782821581607E+00 -2.09294141308271175E+00 -2.07365438630102261E+00
+ -2.05454509475757341E+00 -2.03561190057308972E+00 -2.01685318096181243E+00
+ -1.99826732809240770E+00 -1.97985274895015584E+00 -1.96160786520041408E+00
+ -1.94353111305333459E+00 -1.92562094312982945E+00 -1.90787582032877268E+00
+ -1.89029422369542321E+00 -1.87287464629106237E+00 -1.85561559506383378E+00
+ -1.83851559072076953E+00 -1.82157316760099963E+00 -1.80478687355012757E+00
+  END     
+   VLOCION_NOHAT       1752 #ionic vlocnohat for abinit in Ryd units
+ -3.15127398275761692E+01 -3.15127398275760839E+01 -3.15127398275760164E+01
+ -3.15127398275759667E+01 -3.15127398275759205E+01 -3.15127398275758850E+01
+ -3.15127398275758246E+01 -3.15127398275757820E+01 -3.15127398275757002E+01
+ -3.15127398275756043E+01 -3.15127398275755120E+01 -3.15127398275754089E+01
+ -3.15127398275752704E+01 -3.15127398275751425E+01 -3.15127398275749968E+01
+ -3.15127398275748334E+01 -3.15127398275746486E+01 -3.15127398275744639E+01
+ -3.15127398275742614E+01 -3.15127398275740447E+01 -3.15127398275738067E+01
+ -3.15127398275735580E+01 -3.15127398275732880E+01 -3.15127398275730108E+01
+ -3.15127398275727231E+01 -3.15127398275724069E+01 -3.15127398275720871E+01
+ -3.15127398275717390E+01 -3.15127398275713730E+01 -3.15127398275710000E+01
+ -3.15127398275706021E+01 -3.15127398275701864E+01 -3.15127398275697530E+01
+ -3.15127398275692983E+01 -3.15127398275688329E+01 -3.15127398275683355E+01
+ -3.15127398275678132E+01 -3.15127398275672839E+01 -3.15127398275667190E+01
+ -3.15127398275661363E+01 -3.15127398275655288E+01 -3.15127398275648893E+01
+ -3.15127398275642427E+01 -3.15127398275635571E+01 -3.15127398275628536E+01
+ -3.15127398275621253E+01 -3.15127398275613650E+01 -3.15127398275605763E+01
+ -3.15127398275597663E+01 -3.15127398275589314E+01 -3.15127398275580504E+01
+ -3.15127398275571480E+01 -3.15127398275562243E+01 -3.15127398275552508E+01
+ -3.15127398275542525E+01 -3.15127398275532293E+01 -3.15127398275521564E+01
+ -3.15127398275510657E+01 -3.15127398275499289E+01 -3.15127398275487671E+01
+ -3.15127398275475628E+01 -3.15127398275463193E+01 -3.15127398275450403E+01
+ -3.15127398275437223E+01 -3.15127398275423758E+01 -3.15127398275409796E+01
+ -3.15127398275395407E+01 -3.15127398275380628E+01 -3.15127398275365422E+01
+ -3.15127398275349826E+01 -3.15127398275333661E+01 -3.15127398275317141E+01
+ -3.15127398275300017E+01 -3.15127398275282466E+01 -3.15127398275264490E+01
+ -3.15127398275245945E+01 -3.15127398275226938E+01 -3.15127398275207398E+01
+ -3.15127398275187289E+01 -3.15127398275166684E+01 -3.15127398275145545E+01
+ -3.15127398275123767E+01 -3.15127398275101527E+01 -3.15127398275078541E+01
+ -3.15127398275055057E+01 -3.15127398275030934E+01 -3.15127398275006207E+01
+ -3.15127398274980841E+01 -3.15127398274954764E+01 -3.15127398274928012E+01
+ -3.15127398274900621E+01 -3.15127398274872625E+01 -3.15127398274843813E+01
+ -3.15127398274814254E+01 -3.15127398274784021E+01 -3.15127398274752970E+01
+ -3.15127398274721102E+01 -3.15127398274688453E+01 -3.15127398274655022E+01
+ -3.15127398274620703E+01 -3.15127398274585637E+01 -3.15127398274549719E+01
+ -3.15127398274512878E+01 -3.15127398274475219E+01 -3.15127398274436530E+01
+ -3.15127398274396953E+01 -3.15127398274356452E+01 -3.15127398274314992E+01
+ -3.15127398274272501E+01 -3.15127398274229051E+01 -3.15127398274184500E+01
+ -3.15127398274138883E+01 -3.15127398274092236E+01 -3.15127398274044488E+01
+ -3.15127398273995603E+01 -3.15127398273945580E+01 -3.15127398273894421E+01
+ -3.15127398273842054E+01 -3.15127398273788550E+01 -3.15127398273733696E+01
+ -3.15127398273677564E+01 -3.15127398273620187E+01 -3.15127398273561532E+01
+ -3.15127398273501349E+01 -3.15127398273439923E+01 -3.15127398273377040E+01
+ -3.15127398273312771E+01 -3.15127398273247046E+01 -3.15127398273179757E+01
+ -3.15127398273110977E+01 -3.15127398273040669E+01 -3.15127398272968797E+01
+ -3.15127398272895434E+01 -3.15127398272820258E+01 -3.15127398272743449E+01
+ -3.15127398272664898E+01 -3.15127398272584571E+01 -3.15127398272502539E+01
+ -3.15127398272418624E+01 -3.15127398272332897E+01 -3.15127398272245252E+01
+ -3.15127398272155652E+01 -3.15127398272064099E+01 -3.15127398271970449E+01
+ -3.15127398271874917E+01 -3.15127398271777146E+01 -3.15127398271677315E+01
+ -3.15127398271575352E+01 -3.15127398271471044E+01 -3.15127398271364676E+01
+ -3.15127398271255856E+01 -3.15127398271144656E+01 -3.15127398271031183E+01
+ -3.15127398270915151E+01 -3.15127398270796704E+01 -3.15127398270675734E+01
+ -3.15127398270552135E+01 -3.15127398270425836E+01 -3.15127398270296872E+01
+ -3.15127398270165067E+01 -3.15127398270030454E+01 -3.15127398269893071E+01
+ -3.15127398269752703E+01 -3.15127398269609351E+01 -3.15127398269462979E+01
+ -3.15127398269313446E+01 -3.15127398269160786E+01 -3.15127398269004857E+01
+ -3.15127398268845731E+01 -3.15127398268683123E+01 -3.15127398268517176E+01
+ -3.15127398268347676E+01 -3.15127398268174659E+01 -3.15127398267998018E+01
+ -3.15127398267817682E+01 -3.15127398267633474E+01 -3.15127398267445535E+01
+ -3.15127398267253511E+01 -3.15127398267057615E+01 -3.15127398266857597E+01
+ -3.15127398266653529E+01 -3.15127398266445127E+01 -3.15127398266232390E+01
+ -3.15127398266015248E+01 -3.15127398265793666E+01 -3.15127398265567464E+01
+ -3.15127398265336609E+01 -3.15127398265100958E+01 -3.15127398264860439E+01
+ -3.15127398264615017E+01 -3.15127398264364551E+01 -3.15127398264108862E+01
+ -3.15127398263848022E+01 -3.15127398263581746E+01 -3.15127398263309999E+01
+ -3.15127398263032781E+01 -3.15127398262749843E+01 -3.15127398262461149E+01
+ -3.15127398262166523E+01 -3.15127398261866070E+01 -3.15127398261559293E+01
+ -3.15127398261246299E+01 -3.15127398260926981E+01 -3.15127398260601161E+01
+ -3.15127398260268734E+01 -3.15127398259929556E+01 -3.15127398259583558E+01
+ -3.15127398259230453E+01 -3.15127398258870208E+01 -3.15127398258502751E+01
+ -3.15127398258127762E+01 -3.15127398257745384E+01 -3.15127398257355189E+01
+ -3.15127398256957143E+01 -3.15127398256551032E+01 -3.15127398256136750E+01
+ -3.15127398255714120E+01 -3.15127398255283033E+01 -3.15127398254843278E+01
+ -3.15127398254394677E+01 -3.15127398253937088E+01 -3.15127398253470297E+01
+ -3.15127398252994162E+01 -3.15127398252508470E+01 -3.15127398252013187E+01
+ -3.15127398251507849E+01 -3.15127398250992492E+01 -3.15127398250466833E+01
+ -3.15127398249930764E+01 -3.15127398249383894E+01 -3.15127398248826189E+01
+ -3.15127398248257364E+01 -3.15127398247677277E+01 -3.15127398247085537E+01
+ -3.15127398246482144E+01 -3.15127398245866672E+01 -3.15127398245239050E+01
+ -3.15127398244598922E+01 -3.15127398243946146E+01 -3.15127398243280510E+01
+ -3.15127398242601586E+01 -3.15127398241909304E+01 -3.15127398241203203E+01
+ -3.15127398240483316E+01 -3.15127398239749041E+01 -3.15127398239000343E+01
+ -3.15127398238236829E+01 -3.15127398237458287E+01 -3.15127398236664433E+01
+ -3.15127398235854805E+01 -3.15127398235029403E+01 -3.15127398234187659E+01
+ -3.15127398233329359E+01 -3.15127398232454183E+01 -3.15127398235674754E+01
+ -3.15127398234722982E+01 -3.15127398237783574E+01 -3.15127398236755774E+01
+ -3.15127398239658589E+01 -3.15127398238555045E+01 -3.15127398241302323E+01
+ -3.15127398240123391E+01 -3.15127398242717014E+01 -3.15127398241462835E+01
+ -3.15127398243904651E+01 -3.15127398242575190E+01 -3.15127398244866761E+01
+ -3.15127398243461947E+01 -3.15127398245604802E+01 -3.15127398244124386E+01
+ -3.15127398246119732E+01 -3.15127398244563466E+01 -3.15127398246412618E+01
+ -3.15127398244779968E+01 -3.15127398246483885E+01 -3.15127398244774319E+01
+ -3.15127398246333819E+01 -3.15127398244546590E+01 -3.15127398242736483E+01
+ -3.15127398244096639E+01 -3.15127398242207377E+01 -3.15127398243424217E+01
+ -3.15127398241454628E+01 -3.15127398242528329E+01 -3.15127398240477490E+01
+ -3.15127398241408301E+01 -3.15127398239274825E+01 -3.15127398240062675E+01
+ -3.15127398237845142E+01 -3.15127398238489924E+01 -3.15127398236186949E+01
+ -3.15127398236688308E+01 -3.15127398237103833E+01 -3.15127398237433667E+01
+ -3.15127398237677738E+01 -3.15127398237836296E+01 -3.15127398237909517E+01
+ -3.15127398237897296E+01 -3.15127398237799810E+01 -3.15127398237616845E+01
+ -3.15127398237348544E+01 -3.15127398236994694E+01 -3.15127398236555365E+01
+ -3.15127398236030416E+01 -3.15127398235419598E+01 -3.15127398234722875E+01
+ -3.15127398233940035E+01 -3.15127398233070757E+01 -3.15127398232115006E+01
+ -3.15127398231072355E+01 -3.15127398232291647E+01 -3.15127398231051465E+01
+ -3.15127398232027076E+01 -3.15127398230588831E+01 -3.15127398229062479E+01
+ -3.15127398229684381E+01 -3.15127398227958615E+01 -3.15127398228336908E+01
+ -3.15127398226410875E+01 -3.15127398226545417E+01 -3.15127398226547442E+01
+ -3.15127398226417021E+01 -3.15127398226154085E+01 -3.15127398225758633E+01
+ -3.15127398225230451E+01 -3.15127398224569504E+01 -3.15127398223775614E+01
+ -3.15127398222848640E+01 -3.15127398221788226E+01 -3.15127398220594088E+01
+ -3.15127398221198440E+01 -3.15127398219717278E+01 -3.15127398218101575E+01
+ -3.15127398218227661E+01 -3.15127398216323265E+01 -3.15127398216123851E+01
+ -3.15127398215752415E+01 -3.15127398215208920E+01 -3.15127398214493368E+01
+ -3.15127398213605332E+01 -3.15127398212544776E+01 -3.15127398211311416E+01
+ -3.15127398211625014E+01 -3.15127398210028211E+01 -3.15127398208257716E+01
+ -3.15127398207983838E+01 -3.15127398205847982E+01 -3.15127398205175986E+01
+ -3.15127398204296547E+01 -3.15127398203209488E+01 -3.15127398201914417E+01
+ -3.15127398200411157E+01 -3.15127398200261126E+01 -3.15127398198325110E+01
+ -3.15127398196179485E+01 -3.15127398195341222E+01 -3.15127398194263151E+01
+ -3.15127398192945023E+01 -3.15127398191386305E+01 -3.15127398189586643E+01
+ -3.15127398187545573E+01 -3.15127398186695125E+01 -3.15127398185574705E+01
+ -3.15127398184183924E+01 -3.15127398182522533E+01 -3.15127398180589893E+01
+ -3.15127398178385612E+01 -3.15127398177261568E+01 -3.15127398175838707E+01
+ -3.15127398174116635E+01 -3.15127398173409148E+01 -3.15127398171074695E+01
+ -3.15127398169728856E+01 -3.15127398168056949E+01 -3.15127398166058583E+01
+ -3.15127398163733083E+01 -3.15127398161079810E+01 -3.15127398159327292E+01
+ -3.15127398157222203E+01 -3.15127398154763689E+01 -3.15127398151951148E+01
+ -3.15127398149967028E+01 -3.15127398148776692E+01 -3.15127398146024582E+01
+ -3.15127398144042665E+01 -3.15127398141658581E+01 -3.15127398138871584E+01
+ -3.15127398136798256E+01 -3.15127398134299206E+01 -3.15127398131373688E+01
+ -3.15127398129106773E+01 -3.15127398126390901E+01 -3.15127398123225468E+01
+ -3.15127398120664814E+01 -3.15127398117632538E+01 -3.15127398115163402E+01
+ -3.15127398112201220E+01 -3.15127398109761039E+01 -3.15127398106806709E+01
+ -3.15127398103337377E+01 -3.15127398100339562E+01 -3.15127398096805926E+01
+ -3.15127398093704301E+01 -3.15127398090046356E+01 -3.15127398086781731E+01
+ -3.15127398082940431E+01 -3.15127398079454260E+01 -3.15127398076295471E+01
+ -3.15127398072521565E+01 -3.15127398069037810E+01 -3.15127398065817488E+01
+ -3.15127398061944284E+01 -3.15127398058298311E+01 -3.15127398053980308E+01
+ -3.15127398049853866E+01 -3.15127398045892910E+01 -3.15127398042072002E+01
+ -3.15127398037525026E+01 -3.15127398033083352E+01 -3.15127398028721970E+01
+ -3.15127398023598886E+01 -3.15127398019331437E+01 -3.15127398015070384E+01
+ -3.15127398009997393E+01 -3.15127398005684398E+01 -3.15127398000526497E+01
+ -3.15127397995294309E+01 -3.15127397989964244E+01 -3.15127397985270470E+01
+ -3.15127397979667521E+01 -3.15127397973896990E+01 -3.15127397968672653E+01
+ -3.15127397963221334E+01 -3.15127397957520721E+01 -3.15127397951548360E+01
+ -3.15127397945282262E+01 -3.15127397939402734E+01 -3.15127397933172162E+01
+ -3.15127397926569053E+01 -3.15127397920254353E+01 -3.15127397913511160E+01
+ -3.15127397906988200E+01 -3.15127397899981503E+01 -3.15127397893127821E+01
+ -3.15127397886387577E+01 -3.15127397879076376E+01 -3.15127397871173685E+01
+ -3.15127397863925616E+01 -3.15127397856648592E+01 -3.15127397848683124E+01
+ -3.15127397840624965E+01 -3.15127397832436671E+01 -3.15127397824081044E+01
+ -3.15127397815521384E+01 -3.15127397806721028E+01 -3.15127397798231108E+01
+ -3.15127397789416968E+01 -3.15127397780243008E+01 -3.15127397771244731E+01
+ -3.15127397761805099E+01 -3.15127397752449632E+01 -3.15127397742572342E+01
+ -3.15127397732138803E+01 -3.15127397722204421E+01 -3.15127397712164701E+01
+ -3.15127397701435754E+01 -3.15127397691043498E+01 -3.15127397679875045E+01
+ -3.15127397668417153E+01 -3.15127397657137145E+01 -3.15127397645463034E+01
+ -3.15127397633853157E+01 -3.15127397621745899E+01 -3.15127397609591391E+01
+ -3.15127397597329342E+01 -3.15127397584413558E+01 -3.15127397571763304E+01
+ -3.15127397558350708E+01 -3.15127397544604548E+01 -3.15127397530935802E+01
+ -3.15127397516809360E+01 -3.15127397502628455E+01 -3.15127397488323808E+01
+ -3.15127397473374309E+01 -3.15127397458619605E+01 -3.15127397443092256E+01
+ -3.15127397427616032E+01 -3.15127397411675965E+01 -3.15127397395637097E+01
+ -3.15127397378993805E+01 -3.15127397362103920E+01 -3.15127397344890348E+01
+ -3.15127397327276704E+01 -3.15127397309598223E+01 -3.15127397291360722E+01
+ -3.15127397272892864E+01 -3.15127397254109347E+01 -3.15127397234924800E+01
+ -3.15127397215255165E+01 -3.15127397195405443E+01 -3.15127397175281523E+01
+ -3.15127397154408371E+01 -3.15127397133460256E+01 -3.15127397111959802E+01
+ -3.15127397089815737E+01 -3.15127397067672526E+01 -3.15127397045055275E+01
+ -3.15127397021864226E+01 -3.15127396998000471E+01 -3.15127396974074081E+01
+ -3.15127396949616632E+01 -3.15127396924521292E+01 -3.15127396899370957E+01
+ -3.15127396873358627E+01 -3.15127396846717893E+01 -3.15127396820005217E+01
+ -3.15127396792757644E+01 -3.15127396764854169E+01 -3.15127396736500422E+01
+ -3.15127396707567868E+01 -3.15127396678248886E+01 -3.15127396648091285E+01
+ -3.15127396617596816E+01 -3.15127396586312365E+01 -3.15127396554413401E+01
+ -3.15127396522064309E+01 -3.15127396489117686E+01 -3.15127396455426378E+01
+ -3.15127396421141555E+01 -3.15127396386403866E+01 -3.15127396350762332E+01
+ -3.15127396314642816E+01 -3.15127396277879512E+01 -3.15127396240307505E+01
+ -3.15127396202044139E+01 -3.15127396163196849E+01 -3.15127396123588959E+01
+ -3.15127396083044715E+01 -3.15127396041660361E+01 -3.15127395999790494E+01
+ -3.15127395957241241E+01 -3.15127395913556256E+01 -3.15127395869072693E+01
+ -3.15127395823850662E+01 -3.15127395777942851E+01 -3.15127395730886413E+01
+ -3.15127395682983327E+01 -3.15127395634268694E+01 -3.15127395584524237E+01
+ -3.15127395534020671E+01 -3.15127395482529238E+01 -3.15127395430061839E+01
+ -3.15127395376623447E+01 -3.15127395322211328E+01 -3.15127395266816421E+01
+ -3.15127395210191246E+01 -3.15127395152547791E+01 -3.15127395093855753E+01
+ -3.15127395034078930E+01 -3.15127394973173978E+01 -3.15127394911091585E+01
+ -3.15127394847994005E+01 -3.15127394783597232E+01 -3.15127394718047213E+01
+ -3.15127394651264368E+01 -3.15127394583162328E+01 -3.15127394513858441E+01
+ -3.15127394443249216E+01 -3.15127394371226757E+01 -3.15127394297879242E+01
+ -3.15127394223282984E+01 -3.15127394147103175E+01 -3.15127394069599163E+01
+ -3.15127393990619460E+01 -3.15127393910202080E+01 -3.15127393828180615E+01
+ -3.15127393744574746E+01 -3.15127393659579660E+01 -3.15127393572814256E+01
+ -3.15127393484637501E+01 -3.15127393394836055E+01 -3.15127393303191425E+01
+ -3.15127393209841316E+01 -3.15127393114727319E+01 -3.15127393017957935E+01
+ -3.15127392919274918E+01 -3.15127392818763497E+01 -3.15127392716320323E+01
+ -3.15127392612002986E+01 -3.15127392505684583E+01 -3.15127392397396129E+01
+ -3.15127392287152617E+01 -3.15127392174791616E+01 -3.15127392060302789E+01
+ -3.15127391943822843E+01 -3.15127391824990042E+01 -3.15127391703914306E+01
+ -3.15127391580684311E+01 -3.15127391455216319E+01 -3.15127391327258444E+01
+ -3.15127391197008215E+01 -3.15127391064186213E+01 -3.15127390928954476E+01
+ -3.15127390791154802E+01 -3.15127390650764347E+01 -3.15127390507741403E+01
+ -3.15127390362028663E+01 -3.15127390213692493E+01 -3.15127390062497383E+01
+ -3.15127389908474100E+01 -3.15127389751633871E+01 -3.15127389591828546E+01
+ -3.15127389429031837E+01 -3.15127389263195283E+01 -3.15127389094252592E+01
+ -3.15127388922115976E+01 -3.15127388746680168E+01 -3.15127388568078253E+01
+ -3.15127388386160376E+01 -3.15127388200756258E+01 -3.15127388011931906E+01
+ -3.15127387819474336E+01 -3.15127387623526687E+01 -3.15127387423831316E+01
+ -3.15127387220359090E+01 -3.15127387013173461E+01 -3.15127386802072493E+01
+ -3.15127386587067910E+01 -3.15127386367911413E+01 -3.15127386144796340E+01
+ -3.15127385917423055E+01 -3.15127385685812094E+01 -3.15127385449842876E+01
+ -3.15127385209477637E+01 -3.15127384964540340E+01 -3.15127384715156182E+01
+ -3.15127384461089655E+01 -3.15127384202185894E+01 -3.15127383938477905E+01
+ -3.15127383669854559E+01 -3.15127383396176945E+01 -3.15127383117376034E+01
+ -3.15127382833352314E+01 -3.15127382544071146E+01 -3.15127382249364345E+01
+ -3.15127381949127638E+01 -3.15127381643224851E+01 -3.15127381331678258E+01
+ -3.15127381014179875E+01 -3.15127380690869892E+01 -3.15127380361463452E+01
+ -3.15127380025922719E+01 -3.15127379684077695E+01 -3.15127379335809188E+01
+ -3.15127378980960842E+01 -3.15127378619604990E+01 -3.15127378251407286E+01
+ -3.15127377876351282E+01 -3.15127377494287977E+01 -3.15127377105107236E+01
+ -3.15127376708656719E+01 -3.15127376304733815E+01 -3.15127375893265516E+01
+ -3.15127375474123710E+01 -3.15127375047050968E+01 -3.15127374612071165E+01
+ -3.15127374168908396E+01 -3.15127373717479138E+01 -3.15127373257648813E+01
+ -3.15127372789142939E+01 -3.15127372311878950E+01 -3.15127371825709872E+01
+ -3.15127371330436112E+01 -3.15127370825872610E+01 -3.15127370311933497E+01
+ -3.15127369788312421E+01 -3.15127369254951333E+01 -3.15127368711570668E+01
+ -3.15127368158056917E+01 -3.15127367594149810E+01 -3.15127367019675759E+01
+ -3.15127366434529392E+01 -3.15127365838398106E+01 -3.15127365231106786E+01
+ -3.15127364612484229E+01 -3.15127363982278155E+01 -3.15127363340306843E+01
+ -3.15127362686304799E+01 -3.15127362020072148E+01 -3.15127361341388976E+01
+ -3.15127360649962611E+01 -3.15127359945674002E+01 -3.15127359228130963E+01
+ -3.15127358497238497E+01 -3.15127357752691211E+01 -3.15127356994152059E+01
+ -3.15127356221455663E+01 -3.15127355434333367E+01 -3.15127354632493741E+01
+ -3.15127353815603222E+01 -3.15127352983423314E+01 -3.15127352135725651E+01
+ -3.15127351272130447E+01 -3.15127350392441379E+01 -3.15127349496248925E+01
+ -3.15127348583318891E+01 -3.15127347653316541E+01 -3.15127346705900528E+01
+ -3.15127345740740772E+01 -3.15127344757603716E+01 -3.15127343756037988E+01
+ -3.15127342735738125E+01 -3.15127341696342178E+01 -3.15127340637567350E+01
+ -3.15127339558962518E+01 -3.15127338460201756E+01 -3.15127337340840334E+01
+ -3.15127336200599366E+01 -3.15127335039023286E+01 -3.15127333855710994E+01
+ -3.15127332650284302E+01 -3.15127331422307648E+01 -3.15127330171411053E+01
+ -3.15127328897061290E+01 -3.15127327598881202E+01 -3.15127326276467059E+01
+ -3.15127324929319421E+01 -3.15127323556954231E+01 -3.15127322158926511E+01
+ -3.15127320734747975E+01 -3.15127319283914957E+01 -3.15127317806007703E+01
+ -3.15127316300445734E+01 -3.15127314766722542E+01 -3.15127313204342663E+01
+ -3.15127311612738410E+01 -3.15127309991388209E+01 -3.15127308339688739E+01
+ -3.15127306657115192E+01 -3.15127304943091602E+01 -3.15127303196983171E+01
+ -3.15127301418260828E+01 -3.15127299606242950E+01 -3.15127297760380394E+01
+ -3.15127295879963825E+01 -3.15127293964440227E+01 -3.15127292013048610E+01
+ -3.15127290025207643E+01 -3.15127288000197296E+01 -3.15127285937305146E+01
+ -3.15127283835863423E+01 -3.15127281695119272E+01 -3.15127279514351990E+01
+ -3.15127277292816643E+01 -3.15127275029749363E+01 -3.15127272724347129E+01
+ -3.15127270375847743E+01 -3.15127267983433157E+01 -3.15127265546275765E+01
+ -3.15127263063581999E+01 -3.15127260534463609E+01 -3.15127257958049078E+01
+ -3.15127255333428593E+01 -3.15127252659790429E+01 -3.15127249936133893E+01
+ -3.15127247161570487E+01 -3.15127244335141903E+01 -3.15127241455848868E+01
+ -3.15127238522705184E+01 -3.15127235534758796E+01 -3.15127232490924811E+01
+ -3.15127229390195254E+01 -3.15127226231475817E+01 -3.15127223013724667E+01
+ -3.15127219735796658E+01 -3.15127216396605441E+01 -3.15127212994974002E+01
+ -3.15127209529759149E+01 -3.15127205999738038E+01 -3.15127202403754367E+01
+ -3.15127198740494698E+01 -3.15127195008800314E+01 -3.15127191207307220E+01
+ -3.15127187334776799E+01 -3.15127183389830705E+01 -3.15127179371130310E+01
+ -3.15127175277286291E+01 -3.15127171106945845E+01 -3.15127166858601022E+01
+ -3.15127162530857774E+01 -3.15127158122196569E+01 -3.15127153631125907E+01
+ -3.15127149056083553E+01 -3.15127144395527594E+01 -3.15127139647819696E+01
+ -3.15127134811383840E+01 -3.15127129884520407E+01 -3.15127124865556993E+01
+ -3.15127119752744385E+01 -3.15127114544372375E+01 -3.15127109238600340E+01
+ -3.15127103833684252E+01 -3.15127098327696800E+01 -3.15127092718813593E+01
+ -3.15127087005021345E+01 -3.15127081184482201E+01 -3.15127075255069968E+01
+ -3.15127069214879754E+01 -3.15127063061710508E+01 -3.15127056793579499E+01
+ -3.15127050408220413E+01 -3.15127043903536475E+01 -3.15127037277222470E+01
+ -3.15127030527070993E+01 -3.15127023650694582E+01 -3.15127016645816198E+01
+ -3.15127009509940876E+01 -3.15127002240734626E+01 -3.15126994835586665E+01
+ -3.15126987292052867E+01 -3.15126979607473707E+01 -3.15126971779278513E+01
+ -3.15126963804699223E+01 -3.15126955681115355E+01 -3.15126947405625408E+01
+ -3.15126938975473578E+01 -3.15126930387692568E+01 -3.15126921639433704E+01
+ -3.15126912727571913E+01 -3.15126903649201502E+01 -3.15126894401055111E+01
+ -3.15126884980107000E+01 -3.15126875382992360E+01 -3.15126865606534139E+01
+ -3.15126855647271000E+01 -3.15126845501907269E+01 -3.15126835166826638E+01
+ -3.15126824638622729E+01 -3.15126813913563097E+01 -3.15126802988079255E+01
+ -3.15126791858302830E+01 -3.15126780520562804E+01 -3.15126768970810964E+01
+ -3.15126757205241610E+01 -3.15126745219673481E+01 -3.15126733010142850E+01
+ -3.15126720572308727E+01 -3.15126707902065135E+01 -3.15126694994908512E+01
+ -3.15126681846566399E+01 -3.15126668452375220E+01 -3.15126654807894369E+01
+ -3.15126640908279008E+01 -3.15126626748952425E+01 -3.15126612324858186E+01
+ -3.15126597631246881E+01 -3.15126582662883621E+01 -3.15126567414829282E+01
+ -3.15126551881649597E+01 -3.15126536058244113E+01 -3.15126519938947780E+01
+ -3.15126503518474408E+01 -3.15126486790955198E+01 -3.15126469750883231E+01
+ -3.15126452392186600E+01 -3.15126434709145009E+01 -3.15126416695445819E+01
+ -3.15126398345176106E+01 -3.15126379651772339E+01 -3.15126360609097311E+01
+ -3.15126341210352088E+01 -3.15126321449144307E+01 -3.15126301318440554E+01
+ -3.15126280811587236E+01 -3.15126259921291130E+01 -3.15126238640676704E+01
+ -3.15126216962140013E+01 -3.15126194878559396E+01 -3.15126172382039016E+01
+ -3.15126149465195375E+01 -3.15126126119842418E+01 -3.15126102338292391E+01
+ -3.15126078112077330E+01 -3.15126053433204021E+01 -3.15126028292880278E+01
+ -3.15126002682821920E+01 -3.15125976593908703E+01 -3.15125950017539829E+01
+ -3.15125922944244934E+01 -3.15125895365105713E+01 -3.15125867270293867E+01
+ -3.15125838650542924E+01 -3.15125809495669991E+01 -3.15125779796051972E+01
+ -3.15125749541113827E+01 -3.15125718720887278E+01 -3.15125687324387727E+01
+ -3.15125655341270665E+01 -3.15125622760133552E+01 -3.15125589570251954E+01
+ -3.15125555759792810E+01 -3.15125521317615416E+01 -3.15125486231449052E+01
+ -3.15125450489725090E+01 -3.15125414079712947E+01 -3.15125376989415535E+01
+ -3.15125339205613670E+01 -3.15125300715855658E+01 -3.15125261506424579E+01
+ -3.15125221564414630E+01 -3.15125180875583588E+01 -3.15125139426518075E+01
+ -3.15125097202456139E+01 -3.15125054189481943E+01 -3.15125010372271568E+01
+ -3.15124965736381206E+01 -3.15124920265912962E+01 -3.15124873945879642E+01
+ -3.15124826759774201E+01 -3.15124778692051315E+01 -3.15124729725583492E+01
+ -3.15124679844235054E+01 -3.15124629030228363E+01 -3.15124577266826371E+01
+ -3.15124524535583426E+01 -3.15124470819113576E+01 -3.15124416098287625E+01
+ -3.15124360355069371E+01 -3.15124303569592215E+01 -3.15124245723159255E+01
+ -3.15124186795140488E+01 -3.15124126766134118E+01 -3.15124065614738562E+01
+ -3.15124003320812527E+01 -3.15123939862152191E+01 -3.15123875217848521E+01
+ -3.15123809364870553E+01 -3.15123742281516179E+01 -3.15123673943883915E+01
+ -3.15123604329454636E+01 -3.15123533413426564E+01 -3.15123461172424300E+01
+ -3.15123387580713654E+01 -3.15123312614038404E+01 -3.15123236245687934E+01
+ -3.15123158450506686E+01 -3.15123079200761609E+01 -3.15122998470349849E+01
+ -3.15122916230497019E+01 -3.15122832454111226E+01 -3.15122747111331307E+01
+ -3.15122660174049365E+01 -3.15122571611272910E+01 -3.15122481393832530E+01
+ -3.15122389489570196E+01 -3.15122295868210927E+01 -3.15122200496385361E+01
+ -3.15122103342678734E+01 -3.15122004372467117E+01 -3.15121903553133862E+01
+ -3.15121800848761389E+01 -3.15121696225504486E+01 -3.15121589646080373E+01
+ -3.15121481075375094E+01 -3.15121370474693379E+01 -3.15121257807600585E+01
+ -3.15121143033944229E+01 -3.15121026115902261E+01 -3.15120907011818900E+01
+ -3.15120785682444797E+01 -3.15120662084543000E+01 -3.15120536177393369E+01
+ -3.15120407916125593E+01 -3.15120277258476875E+01 -3.15120144157886060E+01
+ -3.15120008570502144E+01 -3.15119870448005379E+01 -3.15119729744878967E+01
+ -3.15119586410990813E+01 -3.15119440399105031E+01 -3.15119291657193834E+01
+ -3.15119140136243807E+01 -3.15118985782264396E+01 -3.15118828544386709E+01
+ -3.15118668366582924E+01 -3.15118505196074636E+01 -3.15118338974712024E+01
+ -3.15118169647722546E+01 -3.15117997154765064E+01 -3.15117821439003230E+01
+ -3.15117642437821672E+01 -3.15117460092229180E+01 -3.15117274337250493E+01
+ -3.15117085111674591E+01 -3.15116892348066884E+01 -3.15116695982912951E+01
+ -3.15116495946230799E+01 -3.15116292172105616E+01 -3.15116084587919900E+01
+ -3.15115873125268280E+01 -3.15115657708797237E+01 -3.15115438267512005E+01
+ -3.15115214723218067E+01 -3.15114987002248483E+01 -3.15114755023450392E+01
+ -3.15114518710380089E+01 -3.15114277978820851E+01 -3.15114032749446409E+01
+ -3.15113782934862456E+01 -3.15113528452740645E+01 -3.15113269212395295E+01
+ -3.15113005128391919E+01 -3.15112736106619877E+01 -3.15112462058421983E+01
+ -3.15112182886134029E+01 -3.15111898497757466E+01 -3.15111608791939730E+01
+ -3.15111313673203242E+01 -3.15111013036378829E+01 -3.15110706782384398E+01
+ -3.15110394802078169E+01 -3.15110076992642014E+01 -3.15109753240814676E+01
+ -3.15109423439892851E+01 -3.15109087472342146E+01 -3.15108745227438369E+01
+ -3.15108396583207266E+01 -3.15108041424741110E+01 -3.15107679625463781E+01
+ -3.15107311066137541E+01 -3.15106935615403927E+01 -3.15106553149519470E+01
+ -3.15106163532171912E+01 -3.15105766634949767E+01 -3.15105362316392075E+01
+ -3.15104950443241414E+01 -3.15104530868697665E+01 -3.15104103454471485E+01
+ -3.15103668048226062E+01 -3.15103224506445585E+01 -3.15102772671045344E+01
+ -3.15102312393095652E+01 -3.15101843508542281E+01 -3.15101365862828651E+01
+ -3.15100879285710747E+01 -3.15100383616802056E+01 -3.15099878679427157E+01
+ -3.15099364307144860E+01 -3.15098840316613504E+01 -3.15098306535103099E+01
+ -3.15097762772352716E+01 -3.15097208849113173E+01 -3.15096644567940558E+01
+ -3.15096069742815956E+01 -3.15095484168842823E+01 -3.15094887652977000E+01
+ -3.15094279982587935E+01 -3.15093660957343253E+01 -3.15093030356583341E+01
+ -3.15092387972412276E+01 -3.15091733575839221E+01 -3.15091066951119316E+01
+ -3.15090387860613603E+01 -3.15089696080430777E+01 -3.15088991363959821E+01
+ -3.15088273478854113E+01 -3.15087542169192183E+01 -3.15086797193853627E+01
+ -3.15086038287251959E+01 -3.15085265199158435E+01 -3.15084477653961663E+01
+ -3.15083675391980798E+01 -3.15082858127194498E+01 -3.15082025590119770E+01
+ -3.15081177483932962E+01 -3.15080313528965981E+01 -3.15079433417192334E+01
+ -3.15078536858377731E+01 -3.15077623532861217E+01 -3.15076693139449766E+01
+ -3.15075745346407921E+01 -3.15074779841160968E+01 -3.15073796279446867E+01
+ -3.15072794336883710E+01 -3.15071773656206950E+01 -3.15070733900776787E+01
+ -3.15069674699834721E+01 -3.15068595704023444E+01 -3.15067496528577458E+01
+ -3.15066376810941975E+01 -3.15065236151816350E+01 -3.15064074174944189E+01
+ -3.15062890465941052E+01 -3.15061684634333723E+01 -3.15060456250080883E+01
+ -3.15059204907954822E+01 -3.15057930161666242E+01 -3.15056631590671188E+01
+ -3.15055308731819181E+01 -3.15053961148671355E+01 -3.15052588360577523E+01
+ -3.15051189914601366E+01 -3.15049765311932468E+01 -3.15048314082507375E+01
+ -3.15046835708670407E+01 -3.15045329702587580E+01 -3.15043795527039379E+01
+ -3.15042232675746945E+01 -3.15040640591189316E+01 -3.15039018747942627E+01
+ -3.15037366567414594E+01 -3.15035683504314186E+01 -3.15033968958177830E+01
+ -3.15032222363092522E+01 -3.15030443095896437E+01 -3.15028630569274988E+01
+ -3.15026784136507310E+01 -3.15024903188063732E+01 -3.15022987052772834E+01
+ -3.15021035098047371E+01 -3.15019046627339385E+01 -3.15017020984129452E+01
+ -3.15014957445531003E+01 -3.15012855330184749E+01 -3.15010713887867375E+01
+ -3.15008532411434956E+01 -3.15006310122293272E+01 -3.15004046286537438E+01
+ -3.15001740096122589E+01 -3.14999390789366949E+01 -3.14996997527660660E+01
+ -3.14994559520488693E+01 -3.14992075897516557E+01 -3.14989545838302689E+01
+ -3.14986968439584842E+01 -3.14984342849852901E+01 -3.14981668131670496E+01
+ -3.14978943401281590E+01 -3.14976167685774406E+01 -3.14973340067923431E+01
+ -3.14970459537993861E+01 -3.14967525144016065E+01 -3.14964535838037207E+01
+ -3.14961490632021928E+01 -3.14958388438346191E+01 -3.14955228231536530E+01
+ -3.14952008882791823E+01 -3.14948729327776746E+01 -3.14945388394946910E+01
+ -3.14941984979625680E+01 -3.14938517865901879E+01 -3.14934985907218810E+01
+ -3.14931387841613208E+01 -3.14927722479054069E+01 -3.14923988509773558E+01
+ -3.14920184698610086E+01 -3.14916309686173008E+01 -3.14912362190447439E+01
+ -3.14908340800532649E+01 -3.14904244185776072E+01 -3.14900070881803735E+01
+ -3.14895819507470449E+01 -3.14891488542894109E+01 -3.14887076554506393E+01
+ -3.14882581964803983E+01 -3.14878003285796275E+01 -3.14873338880161704E+01
+ -3.14868587203407522E+01 -3.14863746556114705E+01 -3.14858815335128241E+01
+ -3.14853791776565082E+01 -3.14848674216364053E+01 -3.14843460823719248E+01
+ -3.14838149871333179E+01 -3.14832739458922930E+01 -3.14827227793535371E+01
+ -3.14821612902757622E+01 -3.14815892925467153E+01 -3.14810065814366382E+01
+ -3.14804129637550254E+01 -3.14798082269977080E+01 -3.14791921706243407E+01
+ -3.14785645740592521E+01 -3.14779252291305056E+01 -3.14772739068820400E+01
+ -3.14766103912174877E+01 -3.14759344444797193E+01 -3.14752458423435364E+01
+ -3.14745443381178553E+01 -3.14738296989322599E+01 -3.14731016687156320E+01
+ -3.14723600057238322E+01 -3.14716044441461484E+01 -3.14708347330234481E+01
+ -3.14700505964320065E+01 -3.14692517738424584E+01 -3.14684379788303090E+01
+ -3.14676089409272208E+01 -3.14667643628047635E+01 -3.14659039636723179E+01
+ -3.14650274348787704E+01 -3.14641344849127513E+01 -3.14632247933652245E+01
+ -3.14622980575900719E+01 -3.14613539449680886E+01 -3.14603921412879650E+01
+ -3.14594123012504063E+01 -3.14584140986314154E+01 -3.14573971749633650E+01
+ -3.14563611915442536E+01 -3.14553057762306238E+01 -3.14542305773589348E+01
+ -3.14531352085824842E+01 -3.14520193047730992E+01 -3.14508824648327483E+01
+ -3.14497243096459123E+01 -3.14485444227932760E+01 -3.14473424106281847E+01
+ -3.14461178408178981E+01 -3.14448703046191262E+01 -3.14435993531699651E+01
+ -3.14423045620425405E+01 -3.14409854652056637E+01 -3.14396416219352801E+01
+ -3.14382725483655108E+01 -3.14368777868398865E+01 -3.14354568349661108E+01
+ -3.14340092174933687E+01 -3.14325344127836388E+01 -3.14310319273034473E+01
+ -3.14295012194210059E+01 -3.14279417766038911E+01 -3.14263530364487735E+01
+ -3.14247344666789949E+01 -3.14230854833107855E+01 -3.14214055335479223E+01
+ -3.14196940109848306E+01 -3.14179503414988268E+01 -3.14161738953875478E+01
+ -3.14143640763618563E+01 -3.14125202305126088E+01 -3.14106417385102574E+01
+ -3.14087279212919697E+01 -3.14067781355779019E+01 -3.14047916761667558E+01
+ -3.14027678748811887E+01 -3.14007059993567808E+01 -3.13986053555326308E+01
+ -3.13964651828150636E+01 -3.13942847602330701E+01 -3.13920632978543672E+01
+ -3.13898000467286700E+01 -3.13874941864307360E+01 -3.13851449389178896E+01
+ -3.13827514520705293E+01 -3.13803129175941464E+01 -3.13778284504244631E+01
+ -3.13752972108074673E+01 -3.13727182794329202E+01 -3.13700907838293439E+01
+ -3.13674137690858217E+01 -3.13646863287030548E+01 -3.13619074707592489E+01
+ -3.13590762533617671E+01 -3.13561916461098988E+01 -3.13532526702951344E+01
+ -3.13502582555091891E+01 -3.13472073847451362E+01 -3.13440989459955581E+01
+ -3.13409318824100254E+01 -3.13377050387246676E+01 -3.13344173166351680E+01
+ -3.13310675158951675E+01 -3.13276544950678542E+01 -3.13241770071268490E+01
+ -3.13206338657528889E+01 -3.13170237752672378E+01 -3.13133455026438483E+01
+ -3.13095977016013798E+01 -3.13057790905045437E+01 -3.13018882704379138E+01
+ -3.12979239091734520E+01 -3.12938845530450926E+01 -3.12897688171633384E+01
+ -3.12855751909065383E+01 -3.12813022345661373E+01 -3.12769483782675550E+01
+ -3.12725121252328577E+01 -3.12679918439406102E+01 -3.12633859781960624E+01
+ -3.12586928323365569E+01 -3.12539107883017273E+01 -3.12490380836882622E+01
+ -3.12440730360154681E+01 -3.12390138134304465E+01 -3.12338586663666788E+01
+ -3.12286056906986147E+01 -3.12232530669928074E+01 -3.12177988159087860E+01
+ -3.12122410452442303E+01 -3.12065776973773090E+01 -3.12008068043086020E+01
+ -3.11949262269389465E+01 -3.11889339183120207E+01 -3.11828276545202527E+01
+ -3.11766053063527977E+01 -3.11702645616220977E+01 -3.11638032054214982E+01
+ -3.11572188336651799E+01 -3.11505091421597022E+01 -3.11436716311499566E+01
+ -3.11367039034082218E+01 -3.11296033595802371E+01 -3.11223675054934326E+01
+ -3.11149936380991008E+01 -3.11074791621992262E+01 -3.10998212667832590E+01
+ -3.10920172513700912E+01 -3.10840641925410246E+01 -3.10759592800896591E+01
+ -3.10676994735570133E+01 -3.10592818483771751E+01 -3.10507032422256977E+01
+ -3.10419606113432884E+01 -3.10330506665145869E+01 -3.10239702397454096E+01
+ -3.10147159096963883E+01 -3.10052843788813988E+01 -3.09956720883889929E+01
+ -3.09858756057601994E+01 -3.09758912288408474E+01 -3.09657153844865469E+01
+ -3.09553442213996810E+01 -3.09447740197976593E+01 -3.09340007731013777E+01
+ -3.09230206086889261E+01 -3.09118293583169290E+01 -3.09004229900667120E+01
+ -3.08887971673959356E+01 -3.08769476923673167E+01 -3.08648700532461149E+01
+ -3.08525598790824027E+01 -3.08400124757903491E+01 -3.08272232921338052E+01
+ -3.08141874442457180E+01 -3.08009001930435709E+01 -3.07873564571719669E+01
+ -3.07735513018488440E+01 -3.07594794402415346E+01 -3.07451357337163564E+01
+ -3.07305146816886428E+01 -3.07156109332172740E+01 -3.07004187654019809E+01
+ -3.06849326062305714E+01 -3.06691465016329943E+01 -3.06530546494520415E+01
+ -3.06366508553026584E+01 -3.06199290774969164E+01 -3.06028828718999044E+01
+ -3.05855059475960473E+01 -3.05677916009794082E+01 -3.05497332819011120E+01
+ -3.05313240172820706E+01 -3.05125569874305675E+01 -3.04934249395196559E+01
+ -3.04739207737087341E+01 -3.04540369468868377E+01 -3.04337660681727229E+01
+ -3.04131002933883039E+01 -3.03920319294483399E+01 -3.03705528200962718E+01
+ -3.03486549586261631E+01 -3.03263298654863220E+01 -3.03035692087030775E+01
+ -3.02803641740356255E+01 -3.02567060923933369E+01 -3.02325858033087584E+01
+ -3.02079942885570176E+01 -3.01829220298030947E+01 -3.01573596475432382E+01
+ -3.01312972538778396E+01 -3.01047250958007702E+01 -3.00776329041499579E+01
+ -3.00500105401711508E+01 -3.00218473418055503E+01 -2.99931327723488224E+01
+ -2.99638557653488853E+01 -2.99340053740698906E+01 -2.99035701163929097E+01
+ -2.98725386236776771E+01 -2.98408989871853656E+01 -2.98086394048078205E+01
+ -2.97757475306647450E+01 -2.97422111180412010E+01 -2.97080173739509803E+01
+ -2.96731535964885964E+01 -2.96376065362966692E+01 -2.96013630263982002E+01
+ -2.95644093526581386E+01 -2.95267318740159759E+01 -2.94883164041903356E+01
+ -2.94491488200806870E+01 -2.94092144571284031E+01 -2.93684987035004035E+01
+ -2.93269864116901360E+01 -2.92846624759356828E+01 -2.92415112628191736E+01
+ -2.91975171692075932E+01 -2.91526640747887988E+01 -2.91069358776557010E+01
+ -2.90603159719004651E+01 -2.90127877577927684E+01 -2.89643341477400504E+01
+ -2.89149380478389979E+01 -2.88645818956978211E+01 -2.88132481099683204E+01
+ -2.87609186637147616E+01 -2.87075754983627860E+01 -2.86532001364873423E+01
+ -2.85977740564460312E+01 -2.85412783486438109E+01 -2.84836940469534667E+01
+ -2.84250018326957772E+01 -2.83651823187908256E+01 -2.83042158058666011E+01
+ -2.82420825149337240E+01 -2.81787624002007107E+01 -2.81142353259238007E+01
+ -2.80484809406605535E+01 -2.79814787938184146E+01 -2.79132082762167499E+01
+ -2.78436486717455551E+01 -2.77727791692260730E+01 -2.77005788444975884E+01
+ -2.76270267486646794E+01 -2.75521018158590216E+01 -2.74757830330325987E+01
+ -2.73980492685967185E+01 -2.73188795289607569E+01 -2.72382527032359754E+01
+ -2.71561479117234725E+01 -2.70725441618907183E+01 -2.69874207939748061E+01
+ -2.69007570434993148E+01 -2.68125325890739497E+01 -2.67227270168234696E+01
+ -2.66313204753261914E+01 -2.65382930374808517E+01 -2.64436254673270561E+01
+ -2.63472984750857222E+01 -2.62492936003377615E+01 -2.61495923562450017E+01
+ -2.60481772332216757E+01 -2.59450307286813100E+01 -2.58401364749116240E+01
+ -2.57334781511054267E+01 -2.56250407386349757E+01 -2.55148093126176292E+01
+ -2.54027704271731842E+01 -2.52889107843541971E+01 -2.51732187512513228E+01
+ -2.50556829047900003E+01 -2.49362936817168546E+01 -2.48150417985349137E+01
+ -2.46919200344513108E+01 -2.45669215265981720E+01 -2.44400416849414412E+01
+ -2.43112763639186760E+01 -2.41806239070956970E+01 -2.40480831974500333E+01
+ -2.39136558282107288E+01 -2.37773440352306764E+01 -2.36391529889526986E+01
+ -2.34990886136467161E+01 -2.33571599938106083E+01 -2.32133770864994560E+01
+ -2.30677532336936331E+01 -2.29203027755150117E+01 -2.27710436581803677E+01
+ -2.26199949575791663E+01 -2.24671795703845056E+01 -2.23126216592504072E+01
+ -2.21563494124855325E+01 -2.19983924240035655E+01 -2.18387845046904872E+01
+ -2.16775610121939728E+01 -2.15147616947520497E+01 -2.13504279879145678E+01
+ -2.11846058691738293E+01 -2.10173431407461919E+01 -2.08486922708829461E+01
+ -2.06787076838686588E+01 -2.05074485614288164E+01 -2.03349761630818264E+01
+ -2.01613565586410068E+01 -1.99866580039383095E+01 -1.98109535730913038E+01
+ -1.96343186163387919E+01 -1.94568332585650836E+01 -1.92785799674803222E+01
+ -1.90996458829298668E+01 -1.89201205248341147E+01 -1.87400979161336672E+01
+ -1.85596744606837731E+01 -1.83789508213791564E+01 -1.81980299984757821E+01
+ -1.80170189235968046E+01 -1.78360267686198206E+01 -1.76551662159937486E+01
+ -1.74745520272685155E+01 -1.72943019505729296E+01 -1.71145355759605060E+01
+ -1.69353748421495958E+01 -1.67569432030045782E+01 -1.65793656978829418E+01
+ -1.64027684496707202E+01 -1.62272782665074544E+01 -1.60530224867812805E+01
+ -1.58801280848380841E+01 -1.57087218721907256E+01 -1.55389290863362550E+01
+ -1.53708739501842224E+01 -1.52046777316365400E+01 -1.50404596550168552E+01
+ -1.48783344300152862E+01 -1.47184134999445302E+01 -1.45608020525074018E+01
+ -1.44056005804026537E+01 -1.42529014037320945E+01 -1.41027905093977814E+01
+ -1.39553436365423966E+01 -1.38106283531039455E+01 -1.36686997823258736E+01
+ -1.35296028688018932E+01 -1.33933678567908583E+01 -1.32600126954136215E+01
+ -1.31295384193956473E+01 -1.30019316454028786E+01 -1.28771600541878026E+01
+ -1.27551749393392679E+01 -1.26359070480317488E+01 -1.25192691620395546E+01
+ -1.24051526239166208E+01 -1.22934299607027206E+01 -1.21839525050675146E+01
+ -1.20765531178899437E+01 -1.19710454115843241E+01 -1.18672266924609495E+01
+ -1.17648793742479931E+01 -1.16637745039848131E+01 -1.15636759764756842E+01
+ -1.14643461484700904E+01 -1.13655528607591911E+01 -1.12670781324017497E+01
+ -1.11687287911483928E+01 -1.10703493386901517E+01 -1.09718373884803331E+01
+ -1.08731620582689104E+01 -1.07743857498824624E+01 -1.06756898059110394E+01
+ -1.05774046205117198E+01 -1.04799309064677413E+01 -1.03833554401748014E+01
+ -1.02876699440180257E+01 -1.01928662166633419E+01 -1.00989361323545044E+01
+ -1.00058716402166397E+01 -9.91366476356617277E+00 -9.82230759922714114E+00
+ -9.73179231685378632E+00 -9.64211115825940901E+00 -9.55325643675138458E+00
+ -9.46522053647232831E+00 -9.37799591174733216E+00 -9.29157508643718977E+00
+ -9.20595065329762008E+00 -9.12111527334436545E+00 -9.03706167522415704E+00
+ -8.95378265459146760E+00 -8.87127107349102495E+00 -8.78951985974599026E+00
+ -8.70852200635178342E+00 -8.62827057087551808E+00 -8.54875867486093632E+00
+ -8.46997950323884652E+00 -8.39192630374298965E+00 -8.31459238633128983E+00
+ -8.23797112261244102E+00 -8.16205594527777301E+00 -8.08684034753834169E+00
+ -8.01231788256724542E+00 -7.93848216294702880E+00 -7.86532686012222282E+00
+ -7.79284570385690323E+00 -7.72103248169725997E+00 -7.64988103843911826E+00
+ -7.57938527560035258E+00 -7.50953915089819368E+00 -7.44033667773131313E+00
+ -7.37177192466671638E+00 -7.30383901493133703E+00 -7.23653212590833572E+00
+ -7.16984548863802829E+00 -7.10377338732342078E+00 -7.03831015884029210E+00
+ -6.97345019225180529E+00 -6.90918792832757678E+00 -6.84551785906719168E+00
+ -6.78243452722809437E+00 -6.71993252585784706E+00 -6.65800649783068454E+00
+ -6.59665113538834547E+00 -6.53586117968513847E+00 -6.47563142033719696E+00
+ -6.41595669497587995E+00 -6.35683188880531080E+00 -6.29825193416396356E+00
+ -6.24021181009031256E+00 -6.18270654189248159E+00 -6.12573120072184452E+00
+ -6.06928090315057034E+00 -6.01335081075305666E+00 -5.95793612969121789E+00
+ -5.90303211030359964E+00 -5.84863404669827158E+00 -5.79473727634948599E+00
+ -5.74133717969803659E+00 -5.68842917975531304E+00 -5.63600874171099875E+00
+ -5.58407137254438268E+00 -5.53261262063925852E+00 -5.48162807540236230E+00
+ -5.43111336688534418E+00 -5.38106416541020227E+00 -5.33147618119818478E+00
+ -5.28234516400210197E+00 -5.23366690274203705E+00 -5.18543722514439853E+00
+ -5.13765199738431466E+00 -5.09030712373131689E+00 -5.04339854619828021E+00
+ -4.99692224419361697E+00 -4.95087423417665828E+00 -4.90525056931621961E+00
+ -4.86004733915231402E+00 -4.81526066926097940E+00 -4.77088672092219301E+00
+ -4.72692169079084934E+00 -4.68336181057077372E+00 -4.64020334669173184E+00
+ -4.59744259998941818E+00 -4.55507590538839668E+00 -4.51309963158796190E+00
+ -4.47151018075089723E+00 -4.43030398819508964E+00 -4.38947752208800512E+00
+ -4.34902728314396381E+00 -4.30894980432421626E+00 -4.26924165053976967E+00
+ -4.22989941835696914E+00 -4.19091973570577991E+00 -4.15229926159076257E+00
+ -4.11403468580471632E+00 -4.07612272864494418E+00 -4.03856014063215873E+00
+ -4.00134370223196179E+00 -3.96447022357886736E+00 -3.92793654420293947E+00
+ -3.89173953275886841E+00 -3.85587608675759252E+00 -3.82034313230037448E+00
+ -3.78513762381533425E+00 -3.75025654379640860E+00 -3.71569690254471841E+00
+ -3.68145573791231229E+00 -3.64753011504828040E+00 -3.61391712614720229E+00
+ -3.58061389019991694E+00 -3.54761755274658386E+00 -3.51492528563202500E+00
+ -3.48253428676331911E+00 -3.45044177986962941E+00 -3.41864501426424994E+00
+ -3.38714126460883280E+00 -3.35592783067980083E+00 -3.32500203713690512E+00
+ -3.29436123329392005E+00 -3.26400279289144679E+00 -3.23392411387181333E+00
+ -3.20412261815604893E+00 -3.17459575142291417E+00 -3.14534098288996500E+00
+ -3.11635580509663423E+00 -3.08763773368931904E+00 -3.05918430720843659E+00
+ -3.03099308687745417E+00 -3.00306165639385592E+00 -2.97538762172203786E+00
+ -2.94796861088811246E+00 -2.92080227377660373E+00 -2.89388628192901498E+00
+ -2.86721832834425383E+00 -2.84079612728089481E+00 -2.81461741406126587E+00
+ -2.78867994487734228E+00 -2.76298149659842052E+00 -2.73751986658057822E+00
+ -2.71229287247787720E+00 -2.68729835205531220E+00 -2.66253416300348578E+00
+ -2.63799818275498499E+00 -2.61368830830245491E+00 -2.58960245601834460E+00
+ -2.56573856147631973E+00 -2.54209457927431659E+00 -2.51866848285922673E+00
+ -2.49545826435319995E+00 -2.47246193438154505E+00 -2.44967752190221866E+00
+ -2.42710307403688530E+00 -2.40473665590353125E+00 -2.38257635045062433E+00
+ -2.36062025829280309E+00 -2.33886649754807419E+00 -2.31731320367651561E+00
+ -2.29595852932046540E+00 -2.27480064414618033E+00 -2.25383773468695603E+00
+ -2.23306800418769447E+00 -2.21248967245089245E+00 -2.19210097568408235E+00
+ -2.17190016634862282E+00 -2.15188551300993680E+00 -2.13205530018910272E+00
+ -2.11240782821581607E+00 -2.09294141308271175E+00 -2.07365438630102261E+00
+ -2.05454509475757341E+00 -2.03561190057308972E+00 -2.01685318096181243E+00
+ -1.99826732809240770E+00 -1.97985274895015584E+00 -1.96160786520041408E+00
+ -1.94353111305333459E+00 -1.92562094312982945E+00 -1.90787582032877268E+00
+ -1.89029422369542321E+00 -1.87287464629106237E+00 -1.85561559506383378E+00
+ -1.83851559072076953E+00 -1.82157316760099963E+00 -1.80478687355012757E+00
+  END     
+   TPROJECTOR   1 #p(r), for p(r)/r*Ylm)
+  0.00000000000000000E+00  4.63267979222918709E-10  9.30844806167458175E-10
+  1.40277055735421951E-09  1.87908568205469282E-09  2.35983100575854193E-09
+  2.84504773367266024E-09  3.33477745425270340E-09  3.82906214276773809E-09
+  4.32794416489856045E-09  4.83146628036799326E-09  5.33967164660667242E-09
+  5.85260382245114656E-09  6.37030677187914340E-09  6.89282486777595470E-09
+  7.42020289573810386E-09  7.95248605791183459E-09  8.48971997686857114E-09
+  9.03195069951509373E-09  9.57922470103785998E-09  1.01315888888893206E-08
+  1.06890906068079509E-08  1.12517776388754860E-08  1.18196982136111468E-08
+  1.23929010081069875E-08  1.29714351522014384E-08  1.35553502326887952E-08
+  1.41446962975670759E-08  1.47395238603304663E-08  1.53398839043013902E-08
+  1.59458278869932854E-08  1.65574077445276286E-08  1.71746758960808191E-08
+  1.77976852483815927E-08  1.84264892002427803E-08  1.90611416471338563E-08
+  1.97016969858126343E-08  2.03482101189786537E-08  2.10007364599754840E-08
+  2.16593319375471579E-08  2.23240530006342314E-08  2.29949566232047037E-08
+  2.36721003091426146E-08  2.43555420971664476E-08  2.50453405658256712E-08
+  2.57415548384969892E-08  2.64442445884666177E-08  2.71534700440399587E-08
+  2.78692919937054302E-08  2.85917717913455721E-08  2.93209713614913502E-08
+  3.00569532046342172E-08  3.07997804025847085E-08  3.15495166238726734E-08
+  3.23062261292035181E-08  3.30699737769804363E-08  3.38408250288477904E-08
+  3.46188459553058013E-08  3.54041032413814344E-08  3.61966641923328483E-08
+  3.69965967394224544E-08  3.78039694457470442E-08  3.86188515120986221E-08
+  3.94413127829128004E-08  4.02714237522439283E-08  4.11092555698047013E-08
+  4.19548800470768163E-08  4.28083696634621244E-08  4.36697975724805827E-08
+  4.45392376080698506E-08  4.54167642908773145E-08  4.63024528346746159E-08
+  4.71963791527923488E-08  4.80986198646368665E-08  4.90092523022403873E-08
+  4.99283545169060738E-08  5.08560052858824942E-08  5.17922841191391969E-08
+  5.27372712661544095E-08  5.36910477228108399E-08  5.46536952383224999E-08
+  5.56252963222647080E-08  5.66059342516277563E-08  5.75956930779632217E-08
+  5.85946576345723641E-08  5.96029135438055910E-08  6.06205472243763230E-08
+  6.16476458987747554E-08  6.26842976007535115E-08  6.37305911828630598E-08
+  6.47866163240705636E-08  6.58524635374371227E-08  6.69282241778989889E-08
+  6.80139904500728156E-08  6.91098554161694867E-08  7.02159130039793611E-08
+  7.13322580148921918E-08  7.24589861320724768E-08  7.35961939286138450E-08
+  7.47439788758318263E-08  7.59024393516317963E-08  7.70716746489372713E-08
+  7.82517849841643675E-08  7.94428715058740303E-08  8.06450363033791603E-08
+  8.18583824155542847E-08  8.30830138395984310E-08  8.43190355400239465E-08
+  8.55665534575992606E-08  8.68256745184447478E-08  8.80965066431945539E-08
+  8.93791587562866415E-08  9.06737407951925903E-08  9.19803637199762585E-08
+  9.32991395227199882E-08  9.46301812371284774E-08  9.59736029482383184E-08
+  9.73295198022084278E-08  9.86980480161359944E-08  1.00079304888072643E-07
+  1.01473408807052459E-07  1.02880479263257015E-07  1.04300636858217784E-07
+  1.05734003315192921E-07  1.07180701489600382E-07  1.08640855379505783E-07
+  1.10114590136299564E-07  1.11602032075395229E-07  1.13103308687070837E-07
+  1.14618548647385353E-07  1.16147881829199496E-07  1.17691439313347262E-07
+  1.19249353399813151E-07  1.20821757619118206E-07  1.22408786743742030E-07
+  1.24010576799695910E-07  1.25627265078137862E-07  1.27258990147199852E-07
+  1.28905891863816195E-07  1.30568111385723571E-07  1.32245791183584400E-07
+  1.33939075053163679E-07  1.35648108127658287E-07  1.37373036890176749E-07
+  1.39114009186240063E-07  1.40871174236475122E-07  1.42644682649436045E-07
+  1.44434686434457051E-07  1.46241339014698673E-07  1.48064795240358721E-07
+  1.49905211401851689E-07  1.51762745243248204E-07  1.53637555975792612E-07
+  1.55529804291586163E-07  1.57439652377285859E-07  1.59367263928054879E-07
+  1.61312804161594101E-07  1.63276439832258962E-07  1.65258339245421969E-07
+  1.67258672271846625E-07  1.69277610362276948E-07  1.71315326562066566E-07
+  1.73371995526118905E-07  1.75447793533769128E-07  1.77542898503936076E-07
+  1.79657490010351705E-07  1.81791749296960997E-07  1.83945859293448281E-07
+  1.86120004630978284E-07  1.88314371657865394E-07  1.90529148455724669E-07
+  1.92764524855513375E-07  1.95020692453755686E-07  1.97297844629053903E-07
+  1.99596176558605377E-07  2.01915885234951322E-07  2.04257169482858177E-07
+  2.06620229976323067E-07  2.09005269255883340E-07  2.11412491745852845E-07
+  2.13842103771876686E-07  2.16294313578660684E-07  2.18769331347822593E-07
+  2.21267369215784403E-07  2.23788641292137284E-07  2.26333363677836275E-07
+  2.28901754483825062E-07  2.31494033849675778E-07  2.34110423962528029E-07
+  2.36751149075996363E-07  2.39416435529505912E-07  2.42106511767664463E-07
+  2.44821608359870419E-07  2.47561958020031730E-07  2.50327795626434956E-07
+  2.53119358242126571E-07  2.55936885134926661E-07  2.58780617798181652E-07
+  2.61650799971293002E-07  2.64547677660728700E-07  2.67471499161029894E-07
+  2.70422515076126265E-07  2.73400978340770408E-07  2.76407144242403135E-07
+  2.79441270442716402E-07  2.82503616999973464E-07  2.85594446391256204E-07
+  2.88714023534931830E-07  2.91862615813362677E-07  2.95040493095815482E-07
+  2.98247927761612492E-07  3.01485194723529050E-07  3.04752571451207709E-07
+  3.08050337995086062E-07  3.11378777010344056E-07  3.14738173781092717E-07
+  3.18128816244877116E-07  3.21550995017471140E-07  3.25005003417428320E-07
+  3.28491137491655027E-07  3.32009696040467822E-07  3.35560980643384763E-07
+  3.39145295684861232E-07  3.42762948380509838E-07  3.46414248803231809E-07
+  3.50099509909930713E-07  3.53819047568499356E-07  3.57573180584453038E-07
+  3.61362230728611856E-07  3.65186522764691961E-07  3.69046384476867583E-07
+  3.72942146698172047E-07  3.76874143338529906E-07  3.80842711413729698E-07
+  3.84848191074061713E-07  3.88890925633570272E-07  3.92971261599453819E-07
+  3.97089548701680577E-07  4.01246139923205184E-07  4.05441391530031581E-07
+  4.09675663101665967E-07  4.13949317562165214E-07  4.18262721211154367E-07
+  4.22616243755117311E-07  4.27010258339246906E-07  4.31445141579333655E-07
+  4.35921273594034702E-07  4.40439038037540920E-07  4.44998822132319824E-07
+  4.49601016702480193E-07  4.54246016207136701E-07  4.58934218774256507E-07
+  4.63666026234766728E-07  4.68441844157103644E-07  4.73262081881769949E-07
+  4.78127152556640353E-07  4.83037473172190530E-07  4.87993464597437997E-07
+  4.92995551615677163E-07  4.98044162961344320E-07  5.03139731356393475E-07
+  5.08282693547544620E-07  5.13473490343676007E-07  5.18712566653702185E-07
+  5.24000371524511338E-07  5.29337358179653940E-07  5.34723984058025899E-07
+  5.40160710853249662E-07  5.45648004553069718E-07  5.51186335479490099E-07
+  5.56776178328724268E-07  5.62418012212512537E-07  5.68112320698428132E-07
+  5.73859591851906117E-07  5.79660318277844574E-07  5.85514997162777526E-07
+  5.91424130317642475E-07  5.97388224220680929E-07  6.03407790060882722E-07
+  6.09483343781792861E-07  6.15615406125700392E-07  6.21804502678415946E-07
+  6.28051163914091645E-07  6.34355925240899888E-07  6.40719327046824805E-07
+  6.47141914745932277E-07  6.53624238825141401E-07  6.60166854891630381E-07
+  6.66770323720098431E-07  6.73435211301029705E-07  6.80162088889229986E-07
+  6.86951533052698786E-07  6.93804125722030856E-07  7.00720454240480062E-07
+  7.07701111414093574E-07  7.14746695562466081E-07  7.21857810570479102E-07
+  7.29035065939451614E-07  7.36279076839711998E-07  7.43590464163385130E-07
+  7.50969854577306535E-07  7.58417880577217243E-07  7.65935180541533442E-07
+  7.73522398786025000E-07  7.81180185619607824E-07  7.88909197399495877E-07
+  7.96710096587694034E-07  8.04583551807606991E-07  8.12530237901845028E-07
+  8.20550835989315726E-07  8.28646033524455280E-07  8.36816524355206220E-07
+  8.45063008783364264E-07  8.53386193623993450E-07  8.61786792266473494E-07
+  8.70265524735071113E-07  8.78823117751174078E-07  8.87460304795346545E-07
+  8.96177826170517708E-07  9.04976429064736780E-07  9.13856867615715207E-07
+  9.22819902975722944E-07  9.31866303375985830E-07  9.40996844193630840E-07
+  9.50212308016949120E-07  9.59513484713492359E-07  9.68901171497129844E-07
+  9.78376172996841088E-07  9.87939301325058684E-07  9.97591376148072837E-07
+  1.00733322475558632E-06  1.01716568213210750E-06  1.02708959102819595E-06
+  1.03710580203277114E-06  1.04721517364616903E-06  1.05741857235374326E-06
+  1.06771687269970445E-06  1.07811095736251373E-06  1.08860171723056176E-06
+  1.09919005147819077E-06  1.10987686764304645E-06  1.12066308170355100E-06
+  1.13154961815803293E-06  1.14253741010321651E-06  1.15362739931461199E-06
+  1.16482053632723954E-06  1.17611778051694947E-06  1.18752010018295713E-06
+  1.19902847263006104E-06  1.21064388425365614E-06  1.22236733062315812E-06
+  1.23419981656769773E-06  1.24614235626257909E-06  1.25819597331586344E-06
+  1.27036170085590999E-06  1.28264058162052781E-06  1.29503366804566189E-06
+  1.30754202235640346E-06  1.32016671665708374E-06  1.33290883302402073E-06
+  1.34576946359780004E-06  1.35874971067675679E-06  1.37185068681209241E-06
+  1.38507351490254573E-06  1.39841932829092601E-06  1.41188927086128621E-06
+  1.42548449713700264E-06  1.43920617237956443E-06  1.45305547268845393E-06
+  1.46703358510224689E-06  1.48114170769997351E-06  1.49538104970393804E-06
+  1.50975283158364977E-06  1.52425828515984882E-06  1.53889865371060207E-06
+  1.55367519207772443E-06  1.56858916677404537E-06  1.58364185609249152E-06
+  1.59883455021526751E-06  1.61416855132444463E-06  1.62964517371376068E-06
+  1.64526574390129904E-06  1.66103160074255749E-06  1.67694409554631207E-06
+  1.69300459218943073E-06  1.70921446723434495E-06  1.72557511004691437E-06
+  1.74208792291527737E-06  1.75875432117025510E-06  1.77557573330673811E-06
+  1.79255360110608424E-06  1.80968937975939757E-06  1.82698453799250467E-06
+  1.84444055819207110E-06  1.86205893653224802E-06  1.87984118310298076E-06
+  1.89778882203971670E-06  1.91590339165364332E-06  1.93418644456376607E-06
+  1.95263954783015681E-06  1.97126428308803405E-06  1.99006224668321875E-06
+  2.00903504980920290E-06  2.02818431864523284E-06  2.04751169449552417E-06
+  2.06701883392972866E-06  2.08670740892573379E-06  2.10657910701209986E-06
+  2.12663563141334135E-06  2.14687870119537267E-06  2.16731005141315104E-06
+  2.18793143325932574E-06  2.20874461421448481E-06  2.22975137819831650E-06
+  2.25095352572270884E-06  2.27235287404652285E-06  2.29395125733007104E-06
+  2.31575052679389542E-06  2.33775255087612929E-06  2.35995921539361984E-06
+  2.38237242370292879E-06  2.40499409686409095E-06  2.42782617380410854E-06
+  2.45087061148445025E-06  2.47412938506796416E-06  2.49760448808870447E-06
+  2.52129793262243583E-06  2.54521174945921124E-06  2.56934798827713914E-06
+  2.59370871781858324E-06  2.61829602606695178E-06  2.64311202042667858E-06
+  2.66815882790215019E-06  2.69343859528159679E-06  2.71895348931977345E-06
+  2.74470569692523237E-06  2.77069742534658543E-06  2.79693090236193457E-06
+  2.82340837646931537E-06  2.85013211708084715E-06  2.87710441471637481E-06
+  2.90432758119862189E-06  2.93180394985429653E-06  2.95953587571128407E-06
+  2.98752573570083385E-06  3.01577592886297148E-06  3.04428887655117927E-06
+  3.07306702263976343E-06  3.10211283373257654E-06  3.13142879937600572E-06
+  3.16101743227177435E-06  3.19088126849215287E-06  3.22102286769633837E-06
+  3.25144481335258058E-06  3.28214971295612339E-06  3.31314019825533894E-06
+  3.34441892547616428E-06  3.37598857555080701E-06  3.40785185434525832E-06
+  3.44001149289334518E-06  3.47247024763126694E-06  3.50523090063044809E-06
+  3.53829625984017934E-06  3.57166915932556609E-06  3.60535245951139598E-06
+  3.63934904742731772E-06  3.67366183695408364E-06  3.70829376907677537E-06
+  3.74324781213139198E-06  3.77852696206502808E-06  3.81413424268805583E-06
+  3.85007270593581066E-06  3.88634543212968754E-06  3.92295553024188954E-06
+  3.95990613815835367E-06  3.99720042295359274E-06  4.03484158115665690E-06
+  4.07283283902879785E-06  4.11117745283730781E-06  4.14987870913717150E-06
+  4.18893992505007205E-06  4.22836444855156565E-06  4.26815565875560669E-06
+  4.30831696620543242E-06  4.34885181316496601E-06  4.38976367391560337E-06
+  4.43105605505263395E-06  4.47273249578473812E-06  4.51479656824051141E-06
+  4.55725187777085525E-06  4.60010206326140345E-06  4.64335079744179757E-06
+  4.68700178720215204E-06  4.73105877391006804E-06  4.77552553373195043E-06
+  4.82040587795387734E-06  4.86570365331372520E-06  4.91142274232480306E-06
+  4.95756706361379844E-06  5.00414057225279389E-06  5.05114726009997755E-06
+  5.09859115614224424E-06  5.14647632683944319E-06  5.19480687647277966E-06
+  5.24358694749800736E-06  5.29282072089916290E-06  5.34251241654723350E-06
+  5.39266629356255828E-06  5.44328665067889659E-06  5.49437782661153502E-06
+  5.54594420043231964E-06  5.59799019193856260E-06  5.65052026203917396E-06
+  5.70353891313216056E-06  5.75705068949299400E-06  5.81106017766179955E-06
+  5.86557200683894092E-06  5.92059084928045585E-06  5.97612142069826901E-06
+  6.03216848066376598E-06  6.08873683301955961E-06  6.14583132628666900E-06
+  6.20345685408090728E-06  6.26161835553502253E-06  6.32032081571939534E-06
+  6.37956926606969555E-06  6.43936878482004137E-06  6.49972449743553506E-06
+  6.56064157705201531E-06  6.62212524492236909E-06  6.68418077086066828E-06
+  6.74681347369470211E-06  6.81002872172235851E-06  6.87383193317337224E-06
+  6.93822857666949423E-06  7.00322417169535374E-06  7.06882428907535830E-06
+  7.13503455144308543E-06  7.20186063373142338E-06  7.26930826365220184E-06
+  7.33738322219266162E-06  7.40609134410535148E-06  7.47543851841504000E-06
+  7.54543068891723180E-06  7.61607385469027006E-06  7.68737407060864531E-06
+  7.75933744786566214E-06  7.83197015448987185E-06  7.90527841588020073E-06
+  7.97926851533843563E-06  8.05394679460335618E-06  8.12931965440073697E-06
+  8.20539355498640412E-06  8.28217501670405049E-06  8.35967062053952730E-06
+  8.43788700869112088E-06  8.51683088513150149E-06  8.59650901619060388E-06
+  8.67692823112657500E-06  8.75809542271810751E-06  8.84001754785214509E-06
+  8.92270162812039695E-06  9.00615475042120558E-06  9.09038406756832622E-06
+  9.17539679890050602E-06  9.26120023090568631E-06  9.34780171783746643E-06
+  9.43520868235655835E-06  9.52342861615401324E-06  9.61246908060603888E-06
+  9.70233770740983005E-06  9.79304219924929573E-06  9.88459033044421166E-06
+  9.97698994762780600E-06  1.00702489704101962E-05  1.01643753920579262E-05
+  1.02593772801875849E-05  1.03552627774471188E-05  1.04520401022156436E-05
+  1.05497175493145728E-05  1.06483034907117388E-05  1.07478063762402466E-05
+  1.08482347343245768E-05  1.09495971727092517E-05  1.10519023791978943E-05
+  1.11551591223991737E-05  1.12593762524740504E-05  1.13645627018962766E-05
+  1.14707274862234940E-05  1.15778797048592791E-05  1.16860285418430795E-05
+  1.17951832666290501E-05  1.19053532348881055E-05  1.20165478893019626E-05
+  1.21287767603788941E-05  1.22420494672678156E-05  1.23563757185829427E-05
+  1.24717653132338027E-05  1.25882281412667243E-05  1.27057741847182940E-05
+  1.28244135184596794E-05  1.29441563110667954E-05  1.30650128256908516E-05
+  1.31869934209361759E-05  1.33101085517516732E-05  1.34343687703249528E-05
+  1.35597847269835315E-05  1.36863671711118375E-05  1.38141269520695574E-05
+  1.39430750201262316E-05  1.40732224273908900E-05  1.42045803287705545E-05
+  1.43371599829146470E-05  1.44709727531879386E-05  1.46060301086424287E-05
+  1.47423436249976804E-05  1.48799249856364707E-05  1.50187859826024186E-05
+  1.51589385176134845E-05  1.53003946030840198E-05  1.54431663631447307E-05
+  1.55872660346921175E-05  1.57327059684316130E-05  1.58794986299389625E-05
+  1.60276566007260343E-05  1.61771925793173114E-05  1.63281193823445830E-05
+  1.64804499456410396E-05  1.66341973253468891E-05  1.67893746990339579E-05
+  1.69459953668288170E-05  1.71040727525641363E-05  1.72636204049135056E-05
+  1.74246519985621698E-05  1.75871813353759747E-05  1.77512223455878371E-05
+  1.79167890889825332E-05  1.80838957561148001E-05  1.82525566695123124E-05
+  1.84227862849097479E-05  1.85945991924868926E-05  1.87680101181204873E-05
+  1.89430339246397339E-05  1.91196856131054915E-05  1.92979803240978204E-05
+  1.94779333390063996E-05  1.96595600813401618E-05  1.98428761180610518E-05
+  2.00278971609017928E-05  2.02146390677210579E-05  2.04031178438649570E-05
+  2.05933496435252710E-05  2.07853507711402410E-05  2.09791376827818323E-05
+  2.11747269875708617E-05  2.13721354490898220E-05  2.15713799868280686E-05
+  2.17724776776396383E-05  2.19754457571848315E-05  2.21803016214252181E-05
+  2.23870628281083175E-05  2.25957470982697875E-05  2.28063723177537197E-05
+  2.30189565387440209E-05  2.32335179813151203E-05  2.34500750349855500E-05
+  2.36686462603059758E-05  2.38892503904339197E-05  2.41119063327463749E-05
+  2.43366331704656215E-05  2.45634501642837133E-05  2.47923767540170518E-05
+  2.50234325602759222E-05  2.52566373861364414E-05  2.54920112188409935E-05
+  2.57295742315254996E-05  2.59693467849159230E-05  2.62113494291031082E-05
+  2.64556029052836301E-05  2.67021281475511400E-05  2.69509462846758666E-05
+  2.72020786419256688E-05  2.74555467428890681E-05  2.77113723113124827E-05
+  2.79695772729767649E-05  2.82301837575617580E-05  2.84932141005401801E-05
+  2.87586908451097274E-05  2.90266367441000493E-05  2.92970747619415793E-05
+  2.95700280766221393E-05  2.98455200816732263E-05  3.01235743881732103E-05
+  3.04042148267775309E-05  3.06874654497533647E-05  3.09733505330340531E-05
+  3.12618945783122359E-05  3.15531223151309522E-05  3.18470587030010870E-05
+  3.21437289335332649E-05  3.24431584326201870E-05  3.27453728625742705E-05
+  3.30503981243720287E-05  3.33582603598259989E-05  3.36689859538617299E-05
+  3.39826015367559542E-05  3.42991339864228729E-05  3.46186104307158351E-05
+  3.49410582497535209E-05  3.52665050782598665E-05  3.55949788079411777E-05
+  3.59265075898543523E-05  3.62611198368372281E-05  3.65988442259297686E-05
+  3.69397097008399727E-05  3.72837454744104346E-05  3.76309810311348854E-05
+  3.79814461296629712E-05  3.83351708053675895E-05  3.86921853729030102E-05
+  3.90525204288114602E-05  3.94162068541297622E-05  3.97832758170537618E-05
+  4.01537587755791724E-05  4.05276874802146291E-05  4.09050939766997289E-05
+  4.12860106087419910E-05  4.16704700207842283E-05  4.20585051608068309E-05
+  4.24501492831395356E-05  4.28454359513115229E-05  4.32443990409387010E-05
+  4.36470727425953241E-05  4.40534915647637268E-05  4.44636903367849807E-05
+  4.48777042118170310E-05  4.52955686698790824E-05  4.57173195208705058E-05
+  4.61429929076305110E-05  4.65726253090305081E-05  4.70062535431158002E-05
+  4.74439147702425054E-05  4.78856464962545405E-05  4.83314865756948107E-05
+  4.87814732150549431E-05  4.92356449760235023E-05  4.96940407788146535E-05
+  5.01566999054775271E-05  5.06236620032534507E-05  5.10949670879954688E-05
+  5.15706555475490473E-05  5.20507681452586006E-05  5.25353460234070685E-05
+  5.30244307067620165E-05  5.35180641061391914E-05  5.40162885219474826E-05
+  5.45191466478466957E-05  5.50266815743694917E-05  5.55389367926392252E-05
+  5.60559561980575869E-05  5.65777840940754587E-05  5.71044651959892475E-05
+  5.76360446347374362E-05  5.81725679607860932E-05  5.87140811480222420E-05
+  5.92606305976657718E-05  5.98122631422589755E-05  6.03690260496507220E-05
+  6.09309670270643828E-05  6.14981342251315517E-05  6.20705762420600978E-05
+  6.26483421277603133E-05  6.32314813880429445E-05  6.38200439888459542E-05
+  6.44140803605081210E-05  6.50136414020823753E-05  6.56187784856935869E-05
+  6.62295434608983595E-05  6.68459886591486361E-05  6.74681668982539504E-05
+  6.80961314868835758E-05  6.87299362291293910E-05  6.93696354290988847E-05
+  7.00152838955770632E-05  7.06669369466597337E-05  7.13246504145210666E-05
+  7.19884806501658705E-05  7.26584845282514727E-05  7.33347194519203341E-05
+  7.40172433577468295E-05  7.47061147206284091E-05  7.54013925588182480E-05
+  7.61031364389628835E-05  7.68114064811593672E-05  7.75262633641269098E-05
+  7.82477683303345068E-05  7.89759831912708113E-05  7.97109703327325472E-05
+  8.04527927200615308E-05  8.12015139036512254E-05  8.19571980242397077E-05
+  8.27199098184567714E-05  8.34897146243260366E-05  8.42666783868462055E-05
+  8.50508676635945444E-05  8.58423496304298959E-05  8.66411920872011115E-05
+  8.74474634635335471E-05  8.82612328246939462E-05  8.90825698773974268E-05
+  8.99115449758438852E-05  9.07482291276628938E-05  9.15926939999685361E-05
+  9.24450119254700787E-05  9.33052559086539838E-05  9.41734996319658129E-05
+  9.50498174621247291E-05  9.59342844564541530E-05  9.68269763692226112E-05
+  9.77279696581747530E-05  9.86373414909611033E-05  9.95551697517940877E-05
+  1.00481533047995096E-04  1.01416510716747111E-04  1.02360182831797136E-04
+  1.03312630210301089E-04  1.04273934419700032E-04  1.05244177784646594E-04
+  1.06223443394011302E-04  1.07211815107954942E-04  1.08209377565033986E-04
+  1.09216216189446640E-04  1.10232417198242137E-04  1.11258067608677050E-04
+  1.12293255245596323E-04  1.13338068748912533E-04  1.14392597581135236E-04
+  1.15456932034923741E-04  1.16531163240817253E-04  1.17615383174945391E-04
+  1.18709684666852338E-04  1.19814161407320115E-04  1.20928907956412493E-04
+  1.22054019751376987E-04  1.23189593114885008E-04  1.24335725263085748E-04
+  1.25492514313888404E-04  1.26660059295291994E-04  1.27838460153765587E-04
+  1.29027817762743355E-04  1.30228233931091323E-04  1.31439811411852652E-04
+  1.32662653910874638E-04  1.33896866095562449E-04  1.35142553603831385E-04
+  1.36399823052921546E-04  1.37668782048590028E-04  1.38949539194023822E-04
+  1.40242204099156904E-04  1.41546887389904169E-04  1.42863700717458901E-04
+  1.44192756767823772E-04  1.45534169271247307E-04  1.46888053011851602E-04
+  1.48254523837350024E-04  1.49633698668795922E-04  1.51025695510483785E-04
+  1.52430633459840195E-04  1.53848632717559384E-04  1.55279814597637312E-04
+  1.56724301537657269E-04  1.58182217109115826E-04  1.59653686027794737E-04
+  1.61138834164272285E-04  1.62637788554501842E-04  1.64150677410559998E-04
+  1.65677630131373004E-04  1.67218777313606288E-04  1.68774250762653488E-04
+  1.70344183503723942E-04  1.71928709792961397E-04  1.73527965128789097E-04
+  1.75142086263242952E-04  1.76771211213402500E-04  1.78415479273049977E-04
+  1.80075031024304897E-04  1.81750008349352513E-04  1.83440554442456782E-04
+  1.85146813821792690E-04  1.86868932341591925E-04  1.88607057204452904E-04
+  1.90361336973490130E-04  1.92131921584812702E-04  1.93918962360053798E-04
+  1.95722612019017450E-04  1.97543024692330323E-04  1.99380355934420045E-04
+  2.01234762736398568E-04  2.03106403539158892E-04  2.04995438246583688E-04
+  2.06902028238792508E-04  2.08826336385650301E-04  2.10768527060218669E-04
+  2.12728766152467559E-04  2.14707221083031401E-04  2.16704060817109233E-04
+  2.18719455878422283E-04  2.20753578363373001E-04  2.22806601955334842E-04
+  2.24878701939007974E-04  2.26970055214838077E-04  2.29080840313740678E-04
+  2.31211237411748077E-04  2.33361428345004070E-04  2.35531596624603649E-04
+  2.37721927451808694E-04  2.39932607733349965E-04  2.42163826096591624E-04
+  2.44415772905251082E-04  2.46688640275006307E-04  2.48982622089141941E-04
+  2.51297914014542590E-04  2.53634713517702148E-04  2.55993219880906600E-04
+  2.58373634218454339E-04  2.60776159493247926E-04  2.63201000533213898E-04
+  2.65648364047981053E-04  2.68118458645924757E-04  2.70611494850950393E-04
+  2.73127685119718081E-04  2.75667243858784133E-04  2.78230387442182474E-04
+  2.80817334228826085E-04  2.83428304580174081E-04  2.86063520878188267E-04
+  2.88723207543147876E-04  2.91407591051812565E-04  2.94116899955805707E-04
+  2.96851364899718400E-04  2.99611218639960711E-04  3.02396696063259463E-04
+  3.05208034205617460E-04  3.08045472271131771E-04  3.10909251651389235E-04
+  3.13799615944400107E-04  3.16716810974345276E-04  3.19661084811022518E-04
+  3.22632687789484000E-04  3.25631872530097490E-04  3.28658893958510417E-04
+  3.31714009325769204E-04  3.34797478228652384E-04  3.37909562630219710E-04
+  3.41050526880551635E-04  3.44220637737306222E-04  3.47420164386694121E-04
+  3.50649378464891557E-04  3.53908554078860051E-04  3.57197967828069059E-04
+  3.60517898825843050E-04  3.63868628721238964E-04  3.67250441720888120E-04
+  3.70663624610806462E-04  3.74108466778910829E-04  3.77585260237099825E-04
+  3.81094299643776162E-04  3.84635882326717256E-04  3.88210308305352112E-04
+  3.91817880314384356E-04  3.95458903826217869E-04  3.99133687074765438E-04
+  4.02842541078532717E-04  4.06585779664263812E-04  4.10363719490603775E-04
+  4.14176680072140570E-04  4.18024983803088820E-04  4.21908955981775430E-04
+  4.25828924834838543E-04  4.29785221541656784E-04  4.33778180258810164E-04
+  4.37808138145200608E-04  4.41875435386627352E-04  4.45980415220979462E-04
+  4.50123423963432693E-04  4.54304811031627266E-04  4.58524928971304046E-04
+  4.62784133481852680E-04  4.67082783442112140E-04  4.71421240936124863E-04
+  4.75799871279220920E-04  4.80219043044251368E-04  4.84679128087714059E-04
+  4.89180501576271486E-04  4.93723542013211388E-04  4.98308631265271217E-04
+  5.02936154589115648E-04  5.07606500658481109E-04  5.12320061591102580E-04
+  5.17077232975808685E-04  5.21878413899870899E-04  5.26724006976178431E-04
+  5.31614418370850682E-04  5.36550057830521843E-04  5.41531338710400482E-04
+  5.46558678001561951E-04  5.51632496359050033E-04  5.56753218129660277E-04
+  5.61921271380035579E-04  5.67137087924465995E-04  5.72401103353349476E-04
+  5.77713757061167760E-04  5.83075492274743278E-04  5.88486756081723315E-04
+  5.93947999458777076E-04  5.99459677299847386E-04  6.05022248445041648E-04
+  6.10636175708583438E-04  6.16301925907621062E-04  6.22019969890722120E-04
+  6.27790782566085316E-04  6.33614842930381970E-04  6.39492634097198545E-04
+  6.45424643325309168E-04  6.51411362047507603E-04  6.57453285898467778E-04
+  6.63550914743856780E-04  6.69704752708054005E-04  6.75915308202778425E-04
+  6.82183093955131270E-04  6.88508627035702876E-04  6.94892428886697763E-04
+  7.01335025349808169E-04  7.07836946694013862E-04  7.14398727643102659E-04
+  7.21020907403481515E-04  7.27704029691137594E-04  7.34448642759204760E-04
+  7.41255299424798016E-04  7.48124557095654515E-04  7.55056977797180506E-04
+  7.62053128198130446E-04  7.69113579637266224E-04  7.76238908148803829E-04
+  7.83429694488047348E-04  7.90686524156952730E-04  7.98009987428217882E-04
+  8.05400679370714585E-04  8.12859199873141453E-04  8.20386153667775758E-04
+  8.27982150354065680E-04  8.35647804421673496E-04  8.43383735272284531E-04
+  8.51190567242555811E-04  8.59068929624595343E-04  8.67019456687553348E-04
+  8.75042787697709497E-04  8.83139566938126452E-04  8.91310443727810764E-04
+  8.99556072440532879E-04  9.07877112522035602E-04  9.16274228507010097E-04
+  9.24748090036110922E-04  9.33299371870326480E-04  9.41928753906617552E-04
+  9.50636921190638889E-04  9.59424563930440927E-04  9.68292377507741150E-04
+  9.77241062488897957E-04  9.86271324634525361E-04  9.95383874908743402E-04
+  1.00457942948583689E-03  1.01385870975706505E-03  1.02322244233603310E-03
+  1.03267135906143920E-03  1.04220619700063407E-03  1.05182769844959501E-03
+  1.06153661093319300E-03  1.07133368720251261E-03  1.08121968523147011E-03
+  1.09119536821163272E-03  1.10126150454433781E-03  1.11141886783271311E-03
+  1.12166823687038196E-03  1.13201039562843206E-03  1.14244613324091145E-03
+  1.15297624398743789E-03  1.16360152727468767E-03  1.17432278761369323E-03
+  1.18514083459688412E-03  1.19605648287102531E-03  1.20707055210814672E-03
+  1.21818386697397293E-03  1.22939725709310388E-03  1.24071155701163671E-03
+  1.25212760615605809E-03  1.26364624878955861E-03  1.27526833396548675E-03
+  1.28699471547615019E-03  1.29882625179864736E-03  1.31076380603785056E-03
+  1.32280824586382406E-03  1.33496044344657248E-03  1.34722127538620257E-03
+  1.35959162263874639E-03  1.37207237043730779E-03  1.38466440820896736E-03
+  1.39736862948687361E-03  1.41018593181654189E-03  1.42311721665770198E-03
+  1.43616338928052520E-03  1.44932535865581469E-03  1.46260403734013028E-03
+  1.47600034135435092E-03  1.48951519005508654E-03  1.50314950600149641E-03
+  1.51690421481345990E-03  1.53078024502363401E-03  1.54477852792184178E-03
+  1.55889999739142193E-03  1.57314558973901779E-03  1.58751624351449912E-03
+  1.60201289932315229E-03  1.61663649962879089E-03  1.63138798854806089E-03
+  1.64626831163438951E-03  1.66127841565304538E-03  1.67641924834392893E-03
+  1.69169175817607785E-03  1.70709689408945348E-03  1.72263560522582446E-03
+  1.73830884064665563E-03  1.75411754903949391E-03  1.77006267841138196E-03
+  1.78614517576803668E-03  1.80236598677894697E-03  1.81872605543027289E-03
+  1.83522632365853457E-03  1.85186773097178146E-03  1.86865121405358804E-03
+  1.88557770635017739E-03  1.90264813763898165E-03  1.91986343358089076E-03
+  1.93722451525060908E-03  1.95473229865102821E-03  1.97238769420292337E-03
+  1.99019160621697992E-03  2.00814493234116598E-03  2.02624856298683209E-03
+  2.04450338072935216E-03  2.06291025968457532E-03  2.08147006485961961E-03
+  2.10018365147784936E-03  2.11905186427214717E-03  2.13807553675434033E-03
+  2.15725549045000208E-03  2.17659253410527193E-03  2.19608746285849393E-03
+  2.21574105737946253E-03  2.23555408297284458E-03  2.25552728864569785E-03
+  2.27566140613532156E-03  2.29595714890029612E-03  2.31641521106609391E-03
+  2.33703626633248451E-03  2.35782096683352649E-03  2.37876994195203306E-03
+  2.39988379708510474E-03  2.42116311236225540E-03  2.44260844130686147E-03
+  2.46422030944844564E-03  2.48599921287469966E-03  2.50794561672580338E-03
+  2.53005995363020375E-03  2.55234262207322884E-03  2.57479398470144769E-03
+  2.59741436655999691E-03  2.62020405325334022E-03  2.64316328903810641E-03
+  2.66629227483345527E-03  2.68959116615229143E-03  2.71306007095114057E-03
+  2.73669904738763417E-03  2.76050810149318718E-03  2.78448718474517964E-03
+  2.80863619154529676E-03  2.83295495659330668E-03  2.85744325215357697E-03
+  2.88210078521367041E-03  2.90692719452241219E-03  2.93192204751275415E-03
+  2.95708483709538478E-03  2.98241497832445884E-03  3.00791180492573224E-03
+  3.03357456568398992E-03  3.05940242068293566E-03  3.08539443739352937E-03
+  3.11154958659742853E-03  3.13786673815142497E-03  3.16434465657125866E-03
+  3.19098199643941607E-03  3.21777729762478051E-03  3.24472898030397569E-03
+  3.27183533978053775E-03  3.29909454109142061E-03  3.32650461339219217E-03
+  3.35406344410935781E-03  3.38176877285735825E-03  3.40961818509988648E-03
+  3.43760910555309870E-03  3.46573879131869059E-03  3.49400432472878747E-03
+  3.52240260590116691E-03  3.55093034498450352E-03  3.57958405408482366E-03
+  3.60836003885320680E-03  3.63725438973467805E-03  3.66626297284681005E-03
+  3.69538142048283363E-03  3.72460512122371745E-03  3.75392920963730364E-03
+  3.78334855554927907E-03  3.81285775287195164E-03  3.84245110796738523E-03
+  3.87212262752123851E-03  3.90186600592266203E-03  3.93167461210966809E-03
+  3.96154147586936373E-03  3.99145927356928457E-03  4.02142031328828892E-03
+  4.05141651933375174E-03  4.08143941610532648E-03  4.11148011128770544E-03
+  4.14152927834511575E-03  4.17157713827280563E-03  4.20161344059510888E-03
+  4.23162744356343073E-03  4.26160789352332536E-03  4.29154300342310391E-03
+  4.32142043041305879E-03  4.35122725251114312E-03  4.38094994428882278E-03
+  4.41057435153443395E-03  4.44008566485349504E-03  4.46946839216039865E-03
+  4.49870633001792086E-03  4.52778253376354828E-03  4.55667928638949643E-03
+  4.58537806610950782E-03  4.61385951256125526E-03  4.64210339159170510E-03
+  4.67008855855401833E-03  4.69779292006777122E-03  4.72519339416460626E-03
+  4.75226586876194290E-03  4.77898515838259125E-03  4.80532495906044188E-03
+  4.83125780134389254E-03  4.85675500132277255E-03  4.88178660959620592E-03
+  4.90632135809094400E-03  4.93032660464655381E-03  4.95376827526511354E-03
+  4.97661080393638211E-03  4.99881706993324237E-03  5.02034833247274465E-03
+  5.04116416262430367E-03  5.06122237236866085E-03  5.08047894067368416E-03
+  5.09888793646755267E-03  5.11640143838276718E-03  5.13296945113315278E-03
+  5.14853981838640090E-03  5.16305813199582214E-03  5.17646763741797661E-03
+  5.18870913519287047E-03  5.19972087828395046E-03  5.20943846515945636E-03
+  5.21779472838027059E-03  5.22471961856783851E-03  5.23014008351971316E-03
+  5.23397994230942465E-03  5.23615975413522367E-03  5.23659668173493548E-03
+  5.23520434912411181E-03  5.23189269343839886E-03  5.22656781064938236E-03
+  5.21913179489411766E-03  5.20948257116936320E-03  5.19751372112898374E-03
+  5.18311430171203291E-03  5.16616865630065147E-03  5.14655621813447234E-03
+  5.12415130566239857E-03  5.09882290952030220E-03  5.07043447080199328E-03
+  5.03884365029495102E-03  5.00390208830946148E-03  4.96545515476864985E-03
+  4.92334168914533576E-03  4.87739372989145353E-03  4.82743623293267754E-03
+  4.77328677882884328E-03  4.71475526816021728E-03  4.65164360470502608E-03
+  4.58374536593861293E-03  4.51084546039266787E-03  4.43271977138031542E-03
+  4.34913478658698754E-03  4.25984721300758096E-03  4.16460357668767961E-03
+  4.06313980674170155E-03  3.95518080304509134E-03  3.84043998705328737E-03
+  3.71861883512656505E-03  3.58940639374139003E-03  3.45247877598413994E-03
+  3.30749863862984939E-03  3.15411463918651575E-03  2.99196087218424334E-03
+  2.82065628402855539E-03  2.63980406570337583E-03  2.44899102255560080E-03
+  2.24778692046188888E-03  2.03574380756570139E-03  1.81239531082176553E-03
+  1.57725590654884257E-03  1.32982016417874938E-03  1.06956196235812040E-03
+  7.95933676584606453E-04  5.08365337506880288E-04  2.06263759030766991E-04
+ -1.10988364647290894E-04 -4.44033393974876955E-04 -7.93539711820251403E-04
+ -1.16020272501540789E-03 -1.54474590054932970E-03 -1.94792183735348345E-03
+ -2.37051337455128353E-03 -2.81333473710811133E-03 -3.27723271978769271E-03
+ -3.76308791030352530E-03 -4.27181595256775903E-03 -4.80436885090294863E-03
+ -5.36173631611436274E-03 -5.94494715421003961E-03 -6.55507069864322972E-03
+ -7.19321828685568626E-03 -7.86054478184861072E-03 -8.55825013955176239E-03
+ -9.28758102262728508E-03 -1.00498324613655030E-02 -1.08463495622213302E-02
+ -1.16785292645172414E-02 -1.25478221457295328E-02 -1.34557342757304216E-02
+ -1.44038291202585253E-02 -1.53937294937713728E-02 -1.64271195617622309E-02
+ -1.75057468924825071E-02 -1.86314245578935236E-02 -1.98060332835196043E-02
+ -2.10315236467415873E-02 -2.23099183228560385E-02 -2.36433143781330443E-02
+ -2.50338856087828979E-02 -2.64838849246732608E-02 -2.79956467762563915E-02
+ -2.95715896230673014E-02 -3.12142184417659313E-02 -3.29261272714583969E-02
+ -3.47100017937765001E-02 -3.65686219447168420E-02 -3.85048645550739588E-02
+ -4.05217060157455136E-02 -4.26222249639285136E-02 -4.48096049856591336E-02
+ -4.70871373298282700E-02 -4.94582236281612825E-02 -5.19263786152685189E-02
+ -5.44952328422048382E-02 -5.71685353764677384E-02 -5.99501564806916298E-02
+ -6.28440902616358155E-02 -6.58544572804073830E-02 -6.89855071140472176E-02
+ -7.22416208579132746E-02 -7.56273135573814065E-02 -7.91472365566033981E-02
+ -8.28061797510923903E-02 -8.66090737299808344E-02 -9.05609917927690800E-02
+ -9.46671518243622778E-02 -9.89329180110753992E-02 -1.03363802379132619E-01
+ -1.07965466136004370E-01 -1.12743720793683819E-01 -1.17704529051678150E-01
+ -1.22854005416178885E-01 -1.28198416530430181E-01 -1.33744181189945355E-01
+ -1.39497870014631320E-01 -1.45466204748424977E-01 -1.51656057155406754E-01
+ -1.58074447479746361E-01 -1.64728542435188363E-01 -1.71625652688023989E-01
+ -1.78773229795841204E-01 -1.86178862562488445E-01 -1.93850272767983445E-01
+ -2.01795310230223679E-01 -2.10021947153582828E-01 -2.18538271717651333E-01
+ -2.27352480857548667E-01 -2.36472872185448546E-01 -2.45907835001195507E-01
+ -2.55665840338152428E-01 -2.65755429988717762E-01 -2.76185204452379263E-01
+ -2.86963809747585508E-01 -2.98099923027312974E-01 -3.09602236936901309E-01
+ -3.21479442651507019E-01 -3.33740211529540254E-01 -3.46393175317618707E-01
+ -3.59446904841948744E-01 -3.72909887120623784E-01 -3.86790500831301232E-01
+ -4.01096990068811610E-01 -4.15837436327852583E-01 -4.31019728646788725E-01
+ -4.46651531849873940E-01 -4.62740252827003928E-01 -4.79293004792333110E-01
+ -4.96316569465926671E-01 -5.13817357125935237E-01 -5.31801364482910932E-01
+ -5.50274130332446987E-01 -5.69240688947977747E-01 -5.88705521181639435E-01
+ -6.08672503248338326E-01 -6.29144853176171637E-01 -6.50125074915347878E-01
+ -6.71614900107804225E-01 -6.93615227530894107E-01 -7.16126060240791951E-01
+ -7.39146440454836018E-01 -7.62674382226805392E-01 -7.86706801985348370E-01
+ -8.11239447023278881E-01 -8.36266822044506752E-01 -8.61782113895918855E-01
+ -8.87777114633540032E-01 -9.14242143096010595E-01 -9.41165965183726749E-01
+ -9.68535713068878312E-01 -9.96336803590324394E-01 -1.02455285611741953E+00
+ -1.05316561019901744E+00 -1.08215484334734491E+00 -1.11149828934183548E+00
+ -1.14117155747465615E+00 -1.17114805319812687E+00 -1.20139890067385635E+00
+ -1.23189286776446894E+00 -1.26259629405101670E+00 -1.29347302250230434E+00
+ -1.32448433546642996E+00 -1.35558889569935181E+00 -1.38674269319032284E+00
+ -1.41789899858890012E+00 -1.44900832408303004E+00 -1.48001839262166479E+00
+ -1.51087411641845226E+00 -1.54151758571444808E+00 -1.57188806881735599E+00
+ -1.60192202447171628E+00 -1.63155312764835925E+00 -1.66071230987143070E+00
+ -1.68932781522699238E+00 -1.71732527321767026E+00 -1.74462778964219956E+00
+ -1.77115605668653586E+00 -1.79682848341311896E+00 -1.82156134782625112E+00
+ -1.84526897167337212E+00 -1.86786391911310368E+00 -1.88925722034041077E+00
+ -1.90935862120580468E+00 -1.92807685979818477E+00 -1.94531997087835595E+00
+ -1.96099561895138486E+00 -1.97501146064934119E+00 -1.98727553696056147E+00
+ -1.99769669568584196E+00 -2.00618504432477396E+00 -2.01265243339541078E+00
+ -2.01701296996622359E+00 -2.01918356092965956E+00 -2.01908448527014572E+00
+ -2.01663999427490825E+00 -2.01177893830215115E+00 -2.00443541835685268E+00
+ -1.99454946032844926E+00 -1.98206770931603904E+00 -1.96694414100428117E+00
+ -1.94914078655628020E+00 -1.92862846695748136E+00 -1.90538753217658141E+00
+ -1.87940859990541731E+00 -1.85069328799950839E+00 -1.81925493406504879E+00
+ -1.78511929492723542E+00 -1.74832521797012475E+00 -1.70892527556203411E+00
+ -1.66698635297496089E+00 -1.62259017937591343E+00 -1.57583379061646989E+00
+ -1.52682991168104287E+00 -1.47570724578119528E+00 -1.42261065621300098E+00
+ -1.36770122623771240E+00 -1.31115618141775436E+00 -1.25316865805615651E+00
+ -1.19394730066883503E+00 -1.13371567078882363E+00 -1.07271144888734904E+00
+ -1.01118541083106783E+00 -9.49400160114778235E-01 -8.87628597157291699E-01
+ -8.26152107273625091E-01 -7.65258449594278245E-01 -7.05239330253982222E-01
+ -6.46387644687280494E-01 -5.88994375923612146E-01 -5.33345138455394219E-01
+ -4.79716360652491070E-01 -4.28371102918692515E-01 -3.79554513942190919E-01
+ -3.33488933606023163E-01 -2.90368658529686741E-01 -2.50354394956259385E-01
+ -2.13567433941595108E-01 -1.80083595720646472E-01 -1.49927003917969370E-01
+ -1.23063766155747684E-01 -9.93956558426656728E-02 -7.87544905051573013E-02
+ -6.08718576175407561E-02 -4.57002347612392029E-02 -3.31287848346555822E-02
+ -2.30022310885788193E-02 -1.51223572294742065E-02 -9.25128656994219332E-03
+ -5.11692954783980313E-03 -2.42104775378527547E-03 -8.50449592528588561E-04
+ -9.19090341735585045E-05  1.48513959961878210E-04  1.20973655011591917E-04
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  END     
+   TPROJECTOR   2 #p(r), for p(r)/r*Ylm)
+  0.00000000000000000E+00 -8.61706641064811146E-07 -1.73142800117690822E-06
+ -2.60923862510402557E-06 -3.49521375095352502E-06 -4.38942931662114016E-06
+ -5.29196196629972240E-06 -6.20288905704847141E-06 -7.12228866542324907E-06
+ -8.05023959416872290E-06 -8.98682137897254663E-06 -9.93211429528248976E-06
+ -1.08861993651868523E-05 -1.18491583643590913E-05 -1.28210738290668205E-05
+ -1.38020290632461260E-05 -1.47921081456415034E-05 -1.57913959370125718E-05
+ -1.67999780874073677E-05 -1.78179410435035679E-05 -1.88453720560180811E-05
+ -1.98823591871852544E-05 -2.09289913183045574E-05 -2.19853581573591582E-05
+ -2.30515502467048761E-05 -2.41276589708299782E-05 -2.52137765641885682E-05
+ -2.63099961191060219E-05 -2.74164115937577267E-05 -2.85331178202224227E-05
+ -2.96602105126104128E-05 -3.07977862752676086E-05 -3.19459426110550401E-05
+ -3.31047779297063909E-05 -3.42743915562622239E-05 -3.54548837395844176E-05
+ -3.66463556609470989E-05 -3.78489094427100377E-05 -3.90626481570714035E-05
+ -4.02876758349022111E-05 -4.15240974746626366E-05 -4.27720190514019116E-05
+ -4.40315475258412609E-05 -4.53027908535422416E-05 -4.65858579941586600E-05
+ -4.78808589207766481E-05 -4.91879046293402161E-05 -5.05071071481644554E-05
+ -5.18385795475381886E-05 -5.31824359494151443E-05 -5.45387915371953178E-05
+ -5.59077625655975800E-05 -5.72894663706238481E-05 -5.86840213796164229E-05
+ -6.00915471214088245E-05 -6.15121642365691450E-05 -6.29459944877419544E-05
+ -6.43931607700845468E-05 -6.58537871217993609E-05 -6.73279987347663171E-05
+ -6.88159219652733023E-05 -7.03176843448450044E-05 -7.18334145911755874E-05
+ -7.33632426191600687E-05 -7.49072995520293466E-05 -7.64657177325897314E-05
+ -7.80386307345659087E-05 -7.96261733740489088E-05 -8.12284817210525491E-05
+ -8.28456931111752354E-05 -8.44779461573713072E-05 -8.61253807618324568E-05
+ -8.77881381279780432E-05 -8.94663607725578109E-05 -9.11601925378677442E-05
+ -9.28697786040784493E-05 -9.45952655016793015E-05 -9.63368011240363657E-05
+ -9.80945347400701218E-05 -9.98686170070483452E-05 -1.01659199983500934E-04
+ -1.03466437142249213E-04 -1.05290483383564502E-04 -1.07131495048442169E-04
+ -1.08989629932003352E-04 -1.10865047297018247E-04 -1.12757907887557144E-04
+ -1.14668373942768725E-04 -1.16596609210785679E-04 -1.18542778962758735E-04
+ -1.20507050007022506E-04 -1.22489590703394170E-04 -1.24490570977601865E-04
+ -1.26510162335850390E-04 -1.28548537879520901E-04 -1.30605872320007813E-04
+ -1.32682341993693199E-04 -1.34778124877059813E-04 -1.36893400601948009E-04
+ -1.39028350470951113E-04 -1.41183157472953914E-04 -1.43358006298817376E-04
+ -1.45553083357210654E-04 -1.47768576790585074E-04 -1.50004676491303401E-04
+ -1.52261574117912334E-04 -1.54539463111573374E-04 -1.56838538712639674E-04
+ -1.59158997977391545E-04 -1.61501039794927943E-04 -1.63864864904210753E-04
+ -1.66250675911270153E-04 -1.68658677306575866E-04 -1.71089075482556513E-04
+ -1.73542078751293111E-04 -1.76017897362376672E-04 -1.78516743520923822E-04
+ -1.81038831405766834E-04 -1.83584377187814330E-04 -1.86153599048575466E-04
+ -1.88746717198861171E-04 -1.91363953897660355E-04 -1.94005533471190152E-04
+ -1.96671682332119532E-04 -1.99362628998979197E-04 -2.02078604115747484E-04
+ -2.04819840471618590E-04 -2.07586573020953334E-04 -2.10379038903421133E-04
+ -2.13197477464322079E-04 -2.16042130275103425E-04 -2.18913241154064216E-04
+ -2.21811056187254564E-04 -2.24735823749564568E-04 -2.27687794526017343E-04
+ -2.30667221533251208E-04 -2.33674360141209971E-04 -2.36709468095027190E-04
+ -2.39772805537120779E-04 -2.42864635029488383E-04 -2.45985221576212345E-04
+ -2.49134832646173720E-04 -2.52313738195977593E-04 -2.55522210693089654E-04
+ -2.58760525139192028E-04 -2.62028959093753451E-04 -2.65327792697816990E-04
+ -2.68657308698012193E-04 -2.72017792470795252E-04 -2.75409532046896996E-04
+ -2.78832818136021295E-04 -2.82287944151758934E-04 -2.85775206236733685E-04
+ -2.89294903287986183E-04 -2.92847336982595416E-04 -2.96432811803532665E-04
+ -3.00051635065759492E-04 -3.03704116942573969E-04 -3.07390570492182299E-04
+ -3.11111311684545452E-04 -3.14866659428454242E-04 -3.18656935598865586E-04
+ -3.22482465064489435E-04 -3.26343575715633250E-04 -3.30240598492308375E-04
+ -3.34173867412591841E-04 -3.38143719601259065E-04 -3.42150495318677399E-04
+ -3.46194537989965862E-04 -3.50276194234441795E-04 -3.54395813895317703E-04
+ -3.58553750069693050E-04 -3.62750359138818465E-04 -3.66986000798641236E-04
+ -3.71261038090632436E-04 -3.75575837432906286E-04 -3.79930768651627539E-04
+ -3.84326205012706619E-04 -3.88762523253792741E-04 -3.93240103616568338E-04
+ -3.97759329879334377E-04 -4.02320589389910856E-04 -4.06924273098828676E-04
+ -4.11570775592846503E-04 -4.16260495128768933E-04 -4.20993833667576906E-04
+ -4.25771196908887226E-04 -4.30592994325717073E-04 -4.35459639199587756E-04
+ -4.40371548655949777E-04 -4.45329143699923439E-04 -4.50332849252395957E-04
+ -4.55383094186429991E-04 -4.60480311364034798E-04 -4.65624937673262914E-04
+ -4.70817414065650476E-04 -4.76058185594020148E-04 -4.81347701450620974E-04
+ -4.86686415005632678E-04 -4.92074783846024443E-04 -4.97513269814772513E-04
+ -5.03002339050446687E-04 -5.08542462027169193E-04 -5.14134113594920871E-04
+ -5.19777773020268694E-04 -5.25473924027426448E-04 -5.31223054839709535E-04
+ -5.37025658221403817E-04 -5.42882231519974264E-04 -5.48793276708717899E-04
+ -5.54759300429768132E-04 -5.60780814037532892E-04 -5.66858333642517639E-04
+ -5.72992380155565154E-04 -5.79183479332495829E-04 -5.85432161819182065E-04
+ -5.91738963197022648E-04 -5.98104424028844932E-04 -6.04529089905248744E-04
+ -6.11013511491363031E-04 -6.17558244574036518E-04 -6.24163850109487857E-04
+ -6.30830894271382616E-04 -6.37559948499348398E-04 -6.44351589547972003E-04
+ -6.51206399536224186E-04 -6.58124965997346299E-04 -6.65107881929227415E-04
+ -6.72155745845216227E-04 -6.79269161825418548E-04 -6.86448739568485105E-04
+ -6.93695094443856847E-04 -7.01008847544526675E-04 -7.08390625740257175E-04
+ -7.15841061731305878E-04 -7.23360794102683715E-04 -7.30950467378852159E-04
+ -7.38610732079000940E-04 -7.46342244772775390E-04 -7.54145668136560737E-04
+ -7.62021671010298853E-04 -7.69970928454789426E-04 -7.77994121809565315E-04
+ -7.86091938751284545E-04 -7.94265073352674791E-04 -8.02514226142023667E-04
+ -8.10840104163221189E-04 -8.19243421036355292E-04 -8.27724897018888807E-04
+ -8.36285259067386880E-04 -8.44925240899816648E-04 -8.53645583058452529E-04
+ -8.62447032973338488E-04 -8.71330345026349851E-04 -8.80296280615855561E-04
+ -8.89345608221984323E-04 -8.98479103472474283E-04 -9.07697549209166704E-04
+ -9.17001735555114726E-04 -9.26392459982274983E-04 -9.35870527379883900E-04
+ -9.45436750123442547E-04 -9.55091948144339660E-04 -9.64836949000128863E-04
+ -9.74672587945466396E-04 -9.84599708003699569E-04 -9.94619160039116046E-04
+ -1.00473180282988311E-03 -1.01493850314164484E-03 -1.02524013580181528E-03
+ -1.03563758377457822E-03 -1.04613173823652839E-03 -1.05672349865310565E-03
+ -1.06741377285563856E-03 -1.07820347711919118E-03 -1.08909353624108709E-03
+ -1.10008488362017235E-03 -1.11117846133681553E-03 -1.12237522023366171E-03
+ -1.13367611999713042E-03 -1.14508212923966537E-03 -1.15659422558275402E-03
+ -1.16821339574072684E-03 -1.17994063560533527E-03 -1.19177695033108712E-03
+ -1.20372335442143282E-03 -1.21578087181569263E-03 -1.22795053597682413E-03
+ -1.24023338998000953E-03 -1.25263048660206227E-03 -1.26514288841165059E-03
+ -1.27777166786036686E-03 -1.29051790737467293E-03 -1.30338269944865401E-03
+ -1.31636714673765299E-03 -1.32947236215280682E-03 -1.34269946895641226E-03
+ -1.35604960085821107E-03 -1.36952390211255055E-03 -1.38312352761648782E-03
+ -1.39684964300874383E-03 -1.41070342476962781E-03 -1.42468606032186609E-03
+ -1.43879874813238875E-03 -1.45304269781504716E-03 -1.46741913023428535E-03
+ -1.48192927760979116E-03 -1.49657438362211354E-03 -1.51135570351923140E-03
+ -1.52627450422418041E-03 -1.54133206444361588E-03 -1.55652967477743365E-03
+ -1.57186863782936238E-03 -1.58735026831863420E-03 -1.60297589319265566E-03
+ -1.61874685174074641E-03 -1.63466449570895725E-03 -1.65073018941586753E-03
+ -1.66694530986957311E-03 -1.68331124688571592E-03 -1.69982940320657309E-03
+ -1.71650119462129743E-03 -1.73332805008729707E-03 -1.75031141185263864E-03
+ -1.76745273557977144E-03 -1.78475349047019791E-03 -1.80221515939044639E-03
+ -1.81983923899916287E-03 -1.83762723987538875E-03 -1.85558068664803478E-03
+ -1.87370111812655039E-03 -1.89199008743283189E-03 -1.91044916213433205E-03
+ -1.92907992437843143E-03 -1.94788397102801632E-03 -1.96686291379836965E-03
+ -1.98601837939532417E-03 -2.00535200965467437E-03 -2.02486546168285930E-03
+ -2.04456040799909236E-03 -2.06443853667862172E-03 -2.08450155149746607E-03
+ -2.10475117207843589E-03 -2.12518913403850988E-03 -2.14581718913761871E-03
+ -2.16663710542877759E-03 -2.18765066740963555E-03 -2.20885967617541002E-03
+ -2.23026594957329840E-03 -2.25187132235821685E-03 -2.27367764635014917E-03
+ -2.29568679059279817E-03 -2.31790064151381116E-03 -2.34032110308645801E-03
+ -2.36295009699285467E-03 -2.38578956278861793E-03 -2.40884145806915259E-03
+ -2.43210775863742000E-03 -2.45559045867327266E-03 -2.47929157090442118E-03
+ -2.50321312677888753E-03 -2.52735717663917945E-03 -2.55172578989799718E-03
+ -2.57632105521558808E-03 -2.60114508067882302E-03 -2.62619999398182400E-03
+ -2.65148794260836734E-03 -2.67701109401594084E-03 -2.70277163582147845E-03
+ -2.72877177598894894E-03 -2.75501374301852058E-03 -2.78149978613761008E-03
+ -2.80823217549364818E-03 -2.83521320234866566E-03 -2.86244517927567322E-03
+ -2.88993044035690261E-03 -2.91767134138380983E-03 -2.94567026005903686E-03
+ -2.97392959620018053E-03 -3.00245177194551375E-03 -3.03123923196155307E-03
+ -3.06029444365260757E-03 -3.08961989737230758E-03 -3.11921810663693452E-03
+ -3.14909160834103306E-03 -3.17924296297465887E-03 -3.20967475484300671E-03
+ -3.24038959228779020E-03 -3.27139010791091880E-03 -3.30267895880000930E-03
+ -3.33425882675624646E-03 -3.36613241852418144E-03 -3.39830246602373931E-03
+ -3.43077172658437079E-03 -3.46354298318140782E-03 -3.49661904467454777E-03
+ -3.53000274604869674E-03 -3.56369694865682181E-03 -3.59770454046534280E-03
+ -3.63202843630154636E-03 -3.66667157810348070E-03 -3.70163693517211890E-03
+ -3.73692750442581982E-03 -3.77254631065722119E-03 -3.80849640679249224E-03
+ -3.84478087415303198E-03 -3.88140282271948536E-03 -3.91836539139841979E-03
+ -3.95567174829128745E-03 -3.99332509096595074E-03 -4.03132864673085706E-03
+ -4.06968567291149212E-03 -4.10839945712971125E-03 -4.14747331758545841E-03
+ -4.18691060334119413E-03 -4.22671469460889158E-03 -4.26688900303984642E-03
+ -4.30743697201703760E-03 -4.34836207695027052E-03 -4.38966782557404650E-03
+ -4.43135775824824666E-03 -4.47343544826153509E-03 -4.51590450213765898E-03
+ -4.55876855994459540E-03 -4.60203129560648148E-03 -4.64569641721854047E-03
+ -4.68976766736487870E-03 -4.73424882343933401E-03 -4.77914369796919938E-03
+ -4.82445613894194429E-03 -4.87019003013514258E-03 -4.91634929144919852E-03
+ -4.96293787924353275E-03 -5.00995978667547609E-03 -5.05741904404266845E-03
+ -5.10531971912846216E-03 -5.15366591755049043E-03 -5.20246178311272768E-03
+ -5.25171149816051029E-03 -5.30141928393906489E-03 -5.35158940095532745E-03
+ -5.40222614934314418E-03 -5.45333386923168347E-03 -5.50491694111765115E-03
+ -5.55697978624060483E-03 -5.60952686696196932E-03 -5.66256268714741742E-03
+ -5.71609179255296290E-03 -5.77011877121463151E-03 -5.82464825384162825E-03
+ -5.87968491421322122E-03 -5.93523346957944547E-03 -5.99129868106528136E-03
+ -6.04788535407884374E-03 -6.10499833872321131E-03 -6.16264253021210802E-03
+ -6.22082286928958735E-03 -6.27954434265328917E-03 -6.33881198338209426E-03
+ -6.39863087136740769E-03 -6.45900613374848082E-03 -6.51994294535203876E-03
+ -6.58144652913561154E-03 -6.64352215663540149E-03 -6.70617514841794285E-03
+ -6.76941087453622123E-03 -6.83323475498998512E-03 -6.89765226019011662E-03
+ -6.96266891142772841E-03 -7.02829028134717513E-03 -7.09452199442398446E-03
+ -7.16136972744660372E-03 -7.22883921000315021E-03 -7.29693622497240915E-03
+ -7.36566660901968526E-03 -7.43503625309675006E-03 -7.50505110294702373E-03
+ -7.57571715961501829E-03 -7.64704047996084268E-03 -7.71902717717919649E-03
+ -7.79168342132344552E-03 -7.86501543983429523E-03 -7.93902951807382885E-03
+ -8.01373199986392393E-03 -8.08912928803023207E-03 -8.16522784495068987E-03
+ -8.24203419310980644E-03 -8.31955491565729462E-03 -8.39779665697256567E-03
+ -8.47676612323419384E-03 -8.55647008299462164E-03 -8.63691536776031200E-03
+ -8.71810887257739274E-03 -8.80005755662250332E-03 -8.88276844379921708E-03
+ -8.96624862334038930E-03 -9.05050525041533986E-03 -9.13554554674341629E-03
+ -9.22137680121281646E-03 -9.30800637050546546E-03 -9.39544167972744190E-03
+ -9.48369022304539414E-03 -9.57275956432896910E-03 -9.66265733779899175E-03
+ -9.75339124868182181E-03 -9.84496907386981333E-03 -9.93739866258785270E-03
+ -1.00306879370660948E-02 -1.01248448932189684E-02 -1.02198776013306056E-02
+ -1.03157942067463679E-02 -1.04126029305712554E-02 -1.05103120703741726E-02
+ -1.06089300008994619E-02 -1.07084651747844373E-02 -1.08089261232840444E-02
+ -1.09103214570019820E-02 -1.10126598666287091E-02 -1.11159501236863228E-02
+ -1.12202010812805925E-02 -1.13254216748591985E-02 -1.14316209229782095E-02
+ -1.15388079280747576E-02 -1.16469918772471315E-02 -1.17561820430423722E-02
+ -1.18663877842510226E-02 -1.19776185467090675E-02 -1.20898838641077862E-02
+ -1.22031933588106246E-02 -1.23175567426782040E-02 -1.24329838179004521E-02
+ -1.25494844778369155E-02 -1.26670687078647287E-02 -1.27857465862342423E-02
+ -1.29055282849330037E-02 -1.30264240705577506E-02 -1.31484443051939036E-02
+ -1.32715994473040985E-02 -1.33959000526243620E-02 -1.35213567750689240E-02
+ -1.36479803676433208E-02 -1.37757816833660989E-02 -1.39047716761988398E-02
+ -1.40349614019852249E-02 -1.41663620193984499E-02 -1.42989847908977820E-02
+ -1.44328410836936649E-02 -1.45679423707222259E-02 -1.47043002316283207E-02
+ -1.48419263537582571E-02 -1.49808325331614728E-02 -1.51210306756013307E-02
+ -1.52625327975759659E-02 -1.54053510273476479E-02 -1.55494976059828600E-02
+ -1.56949848884009834E-02 -1.58418253444335237E-02 -1.59900315598928006E-02
+ -1.61396162376505892E-02 -1.62905921987268679E-02 -1.64429723833888347E-02
+ -1.65967698522598052E-02 -1.67519977874387542E-02 -1.69086694936299853E-02
+ -1.70667983992836246E-02 -1.72263980577463671E-02 -1.73874821484235123E-02
+ -1.75500644779505652E-02 -1.77141589813775077E-02 -1.78797797233624968E-02
+ -1.80469408993778578E-02 -1.82156568369260009E-02 -1.83859419967681882E-02
+ -1.85578109741633655E-02 -1.87312785001194117E-02 -1.89063594426555487E-02
+ -1.90830688080764685E-02 -1.92614217422590606E-02 -1.94414335319499643E-02
+ -1.96231196060757847E-02 -1.98064955370658331E-02 -1.99915770421863377E-02
+ -2.01783799848880563E-02 -2.03669203761653490E-02 -2.05572143759286813E-02
+ -2.07492782943896961E-02 -2.09431285934589123E-02 -2.11387818881569808E-02
+ -2.13362549480379422E-02 -2.15355646986276419E-02 -2.17367282228730536E-02
+ -2.19397627626076140E-02 -2.21446857200279686E-02 -2.23515146591858824E-02
+ -2.25602673074940183E-02 -2.27709615572441008E-02 -2.29836154671416125E-02
+ -2.31982472638529447E-02 -2.34148753435673880E-02 -2.36335182735741452E-02
+ -2.38541947938532978E-02 -2.40769238186824969E-02 -2.43017244382571218E-02
+ -2.45286159203274221E-02 -2.47576177118490094E-02 -2.49887494406498614E-02
+ -2.52220309171126388E-02 -2.54574821358724696E-02 -2.56951232775305405E-02
+ -2.59349747103834113E-02 -2.61770569921691565E-02 -2.64213908718290320E-02
+ -2.66679972912851823E-02 -2.69168973872366685E-02 -2.71681124929696767E-02
+ -2.74216641401868085E-02 -2.76775740608517368E-02 -2.79358641890522508E-02
+ -2.81965566628794087E-02 -2.84596738263256065E-02 -2.87252382311989282E-02
+ -2.89932726390564714E-02 -2.92638000231541621E-02 -2.95368435704166724E-02
+ -2.98124266834235534E-02 -3.00905729824159536E-02 -3.03713063073198924E-02
+ -3.06546507197899658E-02 -3.09406305052715783E-02 -3.12292701750817650E-02
+ -3.15205944685099312E-02 -3.18146283549383749E-02 -3.21113970359820089E-02
+ -3.24109259476476827E-02 -3.27132407625152291E-02 -3.30183673919358170E-02
+ -3.33263319882545414E-02 -3.36371609470498545E-02 -3.39508809093972061E-02
+ -3.42675187641511420E-02 -3.45871016502497311E-02 -3.49096569590407052E-02
+ -3.52352123366289210E-02 -3.55637956862450630E-02 -3.58954351706372854E-02
+ -3.62301592144846363E-02 -3.65679965068328797E-02 -3.69089760035530984E-02
+ -3.72531269298231743E-02 -3.76004787826324099E-02 -3.79510613333086735E-02
+ -3.83049046300711835E-02 -3.86620390006031933E-02 -3.90224950546532168E-02
+ -3.93863036866565694E-02 -3.97534960783840763E-02 -4.01241037016133659E-02
+ -4.04981583208254142E-02 -4.08756919959280263E-02 -4.12567370850019446E-02
+ -4.16413262470740966E-02 -4.20294924449162444E-02 -4.24212689478697946E-02
+ -4.28166893346966643E-02 -4.32157874964561803E-02 -4.36185976394102420E-02
+ -4.40251542879536925E-02 -4.44354922875733541E-02 -4.48496468078332655E-02
+ -4.52676533453888891E-02 -4.56895477270284484E-02 -4.61153661127434722E-02
+ -4.65451449988265389E-02 -4.69789212209998086E-02 -4.74167319575696522E-02
+ -4.78586147326135330E-02 -4.83046074191958025E-02 -4.87547482426113482E-02
+ -4.92090757836623621E-02 -4.96676289819635297E-02 -5.01304471392789927E-02
+ -5.05975699228893017E-02 -5.10690373689908009E-02 -5.15448898861263355E-02
+ -5.20251682586465591E-02 -5.25099136502051728E-02 -5.29991676072867207E-02
+ -5.34929720627642658E-02 -5.39913693394945271E-02 -5.44944021539420231E-02
+ -5.50021136198410171E-02 -5.55145472518883687E-02 -5.60317469694718018E-02
+ -5.65537571004332829E-02 -5.70806223848662406E-02 -5.76123879789500540E-02
+ -5.81490994588175353E-02 -5.86908028244603960E-02 -5.92375445036700601E-02
+ -5.97893713560159468E-02 -6.03463306768587393E-02 -6.09084702014039275E-02
+ -6.14758381087903358E-02 -6.20484830262180709E-02 -6.26264540331144676E-02
+ -6.32098006653393357E-02 -6.37985729194269074E-02 -6.43928212568712077E-02
+ -6.49925966084472367E-02 -6.55979503785750206E-02 -6.62089344497229504E-02
+ -6.68256011868521849E-02 -6.74480034419027014E-02 -6.80761945583210210E-02
+ -6.87102283756287069E-02 -6.93501592340364514E-02 -6.99960419790953692E-02
+ -7.06479319663999572E-02 -7.13058850663247368E-02 -7.19699576688141995E-02
+ -7.26402066882103625E-02 -7.33166895681286179E-02 -7.39994642863784635E-02
+ -7.46885893599293083E-02 -7.53841238499223520E-02 -7.60861273667294280E-02
+ -7.67946600750587932E-02 -7.75097826991085759E-02 -7.82315565277666991E-02
+ -7.89600434198613754E-02 -7.96953058094583833E-02 -8.04374067112073321E-02
+ -8.11864097257406075E-02 -8.19423790451190709E-02 -8.27053794583287177E-02
+ -8.34754763568310298E-02 -8.42527357401617050E-02 -8.50372242215826774E-02
+ -8.58290090337877620E-02 -8.66281580346593416E-02 -8.74347397130783993E-02
+ -8.82488231947906182E-02 -8.90704782483256463E-02 -8.98997752909693193E-02
+ -9.07367853947966263E-02 -9.15815802927544276E-02 -9.24342323848045405E-02
+ -9.32948147441230585E-02 -9.41634011233567492E-02 -9.50400659609365872E-02
+ -9.59248843874532381E-02 -9.68179322320872615E-02 -9.77192860291023757E-02
+ -9.86290230243973970E-02 -9.95472211821181591E-02 -1.00473959191334186E-01
+ -1.01409316472772376E-01 -1.02353373185618796E-01 -1.03306210234376500E-01
+ -1.04267909275795018E-01 -1.05238552725856360E-01 -1.06218223766833778E-01
+ -1.07207006354406609E-01 -1.08204985224850433E-01 -1.09212245902287439E-01
+ -1.10228874706006341E-01 -1.11254958757850381E-01 -1.12290585989675007E-01
+ -1.13335845150868086E-01 -1.14390825815951849E-01 -1.15455618392242471E-01
+ -1.16530314127589171E-01 -1.17615005118181681E-01 -1.18709784316430866E-01
+ -1.19814745538922185E-01 -1.20929983474441421E-01 -1.22055593692079828E-01
+ -1.23191672649405781E-01 -1.24338317700721346E-01 -1.25495627105388335E-01
+ -1.26663700036234284E-01 -1.27842636588038489E-01 -1.29032537786091472E-01
+ -1.30233505594836679E-01 -1.31445642926595246E-01 -1.32669053650364410E-01
+ -1.33903842600702871E-01 -1.35150115586696096E-01 -1.36407979401007629E-01
+ -1.37677541829007266E-01 -1.38958911657993067E-01 -1.40252198686490998E-01
+ -1.41557513733643059E-01 -1.42874968648684902E-01 -1.44204676320506653E-01
+ -1.45546750687305604E-01 -1.46901306746328036E-01 -1.48268460563694693E-01
+ -1.49648329284330694E-01 -1.51041031141970816E-01 -1.52446685469271315E-01
+ -1.53865412708006105E-01 -1.55297334419360500E-01 -1.56742573294321980E-01
+ -1.58201253164163003E-01 -1.59673499011022096E-01 -1.61159436978584730E-01
+ -1.62659194382861083E-01 -1.64172899723060373E-01 -1.65700682692574569E-01
+ -1.67242674190051288E-01 -1.68799006330579787E-01 -1.70369812456972136E-01
+ -1.71955227151154355E-01 -1.73555386245660859E-01 -1.75170426835230875E-01
+ -1.76800487288519909E-01 -1.78445707259907854E-01 -1.80106227701432753E-01
+ -1.81782190874811678E-01 -1.83473740363599452E-01 -1.85181021085432385E-01
+ -1.86904179304405005E-01 -1.88643362643551166E-01 -1.90398720097445101E-01
+ -1.92170402044910704E-01 -1.93958560261855928E-01 -1.95763347934225063E-01
+ -1.97584919671062037E-01 -1.99423431517703170E-01 -2.01279040969084749E-01
+ -2.03151906983179559E-01 -2.05042189994549373E-01 -2.06950051928028511E-01
+ -2.08875656212530125E-01 -2.10819167794977974E-01 -2.12780753154369423E-01
+ -2.14760580315966981E-01 -2.16758818865618319E-01 -2.18775639964208790E-01
+ -2.20811216362247015E-01 -2.22865722414585188E-01 -2.24939334095269006E-01
+ -2.27032229012535003E-01 -2.29144586423933039E-01 -2.31276587251593502E-01
+ -2.33428414097634568E-01 -2.35600251259712928E-01 -2.37792284746707133E-01
+ -2.40004702294556338E-01 -2.42237693382241104E-01 -2.44491449247900422E-01
+ -2.46766162905108499E-01 -2.49062029159301507E-01 -2.51379244624338027E-01
+ -2.53718007739231699E-01 -2.56078518785020526E-01 -2.58460979901799559E-01
+ -2.60865595105907788E-01 -2.63292570307263496E-01 -2.65742113326875418E-01
+ -2.68214433914493122E-01 -2.70709743766431310E-01 -2.73228256543556924E-01
+ -2.75770187889429808E-01 -2.78335755448624766E-01 -2.80925178885197302E-01
+ -2.83538679901344570E-01 -2.86176482256213172E-01 -2.88838811784895400E-01
+ -2.91525896417582253E-01 -2.94237966198900636E-01 -2.96975253307428355E-01
+ -2.99737992075374216E-01 -3.02526419008450953E-01 -3.05340772805916150E-01
+ -3.08181294380802440E-01 -3.11048226880329293E-01 -3.13941815706497152E-01
+ -3.16862308536868920E-01 -3.19809955345548347E-01 -3.22785008424322839E-01
+ -3.25787722404033309E-01 -3.28818354276107228E-01 -3.31877163414297793E-01
+ -3.34964411596618827E-01 -3.38080363027481012E-01 -3.41225284360013481E-01
+ -3.44399444718608005E-01 -3.47603115721645928E-01 -3.50836571504438310E-01
+ -3.54100088742375363E-01 -3.57393946674277929E-01 -3.60718427125956920E-01
+ -3.64073814533993068E-01 -3.67460395969723741E-01 -3.70878461163441975E-01
+ -3.74328302528818768E-01 -3.77810215187530329E-01 -3.81324496994131068E-01
+ -3.84871448561123819E-01 -3.88451373284258772E-01 -3.92064577368066935E-01
+ -3.95711369851618588E-01 -3.99392062634498890E-01 -4.03106970503034234E-01
+ -4.06856411156732045E-01 -4.10640705234969705E-01 -4.14460176343910747E-01
+ -4.18315151083664793E-01 -4.22205959075689696E-01 -4.26132932990423707E-01
+ -4.30096408575182609E-01 -4.34096724682274560E-01 -4.38134223297399483E-01
+ -4.42209249568259133E-01 -4.46322151833446479E-01 -4.50473281651583790E-01
+ -4.54662993830705076E-01 -4.58891646457906921E-01 -4.63159600929251958E-01
+ -4.67467221979950276E-01 -4.71814877714773151E-01 -4.76202939638763478E-01
+ -4.80631782688201170E-01 -4.85101785261828788E-01 -4.89613329252360729E-01
+ -4.94166800078275403E-01 -4.98762586715848499E-01 -5.03401081731495781E-01
+ -5.08082681314388052E-01 -5.12807785309338904E-01 -5.17576797249983289E-01
+ -5.22390124392229538E-01 -5.27248177748025570E-01 -5.32151372119381683E-01
+ -5.37100126132707523E-01 -5.42094862273432287E-01 -5.47136006920922235E-01
+ -5.52223990383698626E-01 -5.57359246934952313E-01 -5.62542214848362199E-01
+ -5.67773336434197917E-01 -5.73053058075776334E-01 -5.78381830266161856E-01
+ -5.83760107645229454E-01 -5.89188349037004344E-01 -5.94667017487335414E-01
+ -6.00196580301870841E-01 -6.05777509084360677E-01 -6.11410279775265075E-01
+ -6.17095372690707245E-01 -6.22833272561723161E-01 -6.28624468573845796E-01
+ -6.34469454407014966E-01 -6.40368728275833909E-01 -6.46322792970130733E-01
+ -6.52332155895841259E-01 -6.58397329116287011E-01 -6.64518829393708543E-01
+ -6.70697178231202229E-01 -6.76932901914958918E-01 -6.83226531556847982E-01
+ -6.89578603137368074E-01 -6.95989657548910401E-01 -7.02460240639391276E-01
+ -7.08990903256216165E-01 -7.15582201290603681E-01 -7.22234695722269171E-01
+ -7.28948952664424610E-01 -7.35725543409182836E-01 -7.42565044473279756E-01
+ -7.49468037644152041E-01 -7.56435110026415392E-01 -7.63466854088652336E-01
+ -7.70563867710586381E-01 -7.77726754230615214E-01 -7.84956122493706610E-01
+ -7.92252586899653943E-01 -7.99616767451713395E-01 -8.07049289805584547E-01
+ -8.14550785318770898E-01 -8.22121891100316637E-01 -8.29763250060898239E-01
+ -8.37475510963306080E-01 -8.45259328473264460E-01 -8.53115363210659727E-01
+ -8.61044281801126687E-01 -8.69046756927985276E-01 -8.77123467384601230E-01
+ -8.85275098127071502E-01 -8.93502340327317679E-01 -9.01805891426523232E-01
+ -9.10186455188975563E-01 -9.18644741756274974E-01 -9.27181467701893469E-01
+ -9.35797356086150223E-01 -9.44493136511516784E-01 -9.53269545178336841E-01
+ -9.62127324940889705E-01 -9.71067225363845266E-01 -9.80090002779069991E-01
+ -9.89196420342839722E-01 -9.98387248093384860E-01 -1.00766326300880515E+00
+ -1.01702524906542280E+00 -1.02647399729638078E+00 -1.03601030585071507E+00
+ -1.04563498005273647E+00 -1.05534883246179656E+00 -1.06515268293237431E+00
+ -1.07504735867458945E+00 -1.08503369431499297E+00 -1.09511253195776392E+00
+ -1.10528472124624688E+00 -1.11555111942482732E+00 -1.12591259140112343E+00
+ -1.13637000980860492E+00 -1.14692425506944362E+00 -1.15757621545776290E+00
+ -1.16832678716321259E+00 -1.17917687435483654E+00 -1.19012738924530703E+00
+ -1.20117925215541810E+00 -1.21233339157894804E+00 -1.22359074424781133E+00
+ -1.23495225519746299E+00 -1.24641887783266903E+00 -1.25799157399353345E+00
+ -1.26967131402180256E+00 -1.28145907682744609E+00 -1.29335584995552821E+00
+ -1.30536262965330963E+00 -1.31748042093761941E+00 -1.32971023766250607E+00
+ -1.34205310258702748E+00 -1.35451004744342818E+00 -1.36708211300533922E+00
+ -1.37977034915638264E+00 -1.39257581495883365E+00 -1.40549957872253861E+00
+ -1.41854271807402110E+00 -1.43170632002571363E+00 -1.44499148104536679E+00
+ -1.45839930712562138E+00 -1.47193091385367203E+00 -1.48558742648109710E+00
+ -1.49936997999374566E+00 -1.51327971918175175E+00 -1.52731779870960005E+00
+ -1.54148538318628048E+00 -1.55578364723543272E+00 -1.57021377556561537E+00
+ -1.58477696304045224E+00 -1.59947441474892171E+00 -1.61430734607547466E+00
+ -1.62927698277022426E+00 -1.64438456101901220E+00 -1.65963132751340714E+00
+ -1.67501853952057256E+00 -1.69054746495305341E+00 -1.70621938243835980E+00
+ -1.72203558138842983E+00 -1.73799736206883826E+00 -1.75410603566781198E+00
+ -1.77036292436500720E+00 -1.78676936139996423E+00 -1.80332669114029409E+00
+ -1.82003626914952088E+00 -1.83689946225456846E+00 -1.85391764861278441E+00
+ -1.87109221777865908E+00 -1.88842457076998116E+00 -1.90591612013350176E+00
+ -1.92356829001016560E+00 -1.94138251619962143E+00 -1.95936024622428606E+00
+ -1.97750293939259714E+00 -1.99581206686175783E+00 -2.01428911169962355E+00
+ -2.03293556894584082E+00 -2.05175294567224364E+00 -2.07074276104228350E+00
+ -2.08990654636963669E+00 -2.10924584517583025E+00 -2.12876221324680959E+00
+ -2.14845721868857487E+00 -2.16833244198149666E+00 -2.18838947603371903E+00
+ -2.20862992623314636E+00 -2.22905541049817613E+00 -2.24966755932718332E+00
+ -2.27046801584646873E+00 -2.29145843585686215E+00 -2.31264048787865661E+00
+ -2.33401585319504434E+00 -2.35558622589385491E+00 -2.37735331290744911E+00
+ -2.39931883405089774E+00 -2.42148452205824105E+00 -2.44385212261669160E+00
+ -2.46642339439886937E+00 -2.48920010909279110E+00 -2.51218405142972756E+00
+ -2.53537701920962233E+00 -2.55878082332417867E+00 -2.58239728777740840E+00
+ -2.60622824970349187E+00 -2.63027555938210433E+00 -2.65454108025067015E+00
+ -2.67902668891397600E+00 -2.70373427515051246E+00 -2.72866574191576960E+00
+ -2.75382300534226321E+00 -2.77920799473622537E+00 -2.80482265257061325E+00
+ -2.83066893447469692E+00 -2.85674880921971708E+00 -2.88306425870073380E+00
+ -2.90961727791441715E+00 -2.93640987493252181E+00 -2.96344407087128214E+00
+ -2.99072189985612447E+00 -3.01824540898176519E+00 -3.04601665826761137E+00
+ -3.07403772060809199E+00 -3.10231068171787960E+00 -3.13083764007191157E+00
+ -3.15962070683971019E+00 -3.18866200581428760E+00 -3.21796367333494437E+00
+ -3.24752785820425993E+00 -3.27735672159864277E+00 -3.30745243697246316E+00
+ -3.33781718995560173E+00 -3.36845317824405832E+00 -3.39936261148332974E+00
+ -3.43054771114473578E+00 -3.46201071039387109E+00 -3.49375385395142057E+00
+ -3.52577939794586737E+00 -3.55808960975784316E+00 -3.59068676785593288E+00
+ -3.62357316162364684E+00 -3.65675109117715547E+00 -3.69022286717379133E+00
+ -3.72399081061067427E+00 -3.75805725261339862E+00 -3.79242453421443049E+00
+ -3.82709500612078068E+00 -3.86207102847088946E+00 -3.89735497058000924E+00
+ -3.93294921067410286E+00 -3.96885613561174821E+00 -4.00507814059357692E+00
+ -4.04161762885919451E+00 -4.07847701137074559E+00 -4.11565870648328325E+00
+ -4.15316513960100941E+00 -4.19099874281934337E+00 -4.22916195455221011E+00
+ -4.26765721914428386E+00 -4.30648698646741845E+00 -4.34565371150129209E+00
+ -4.38515985389737395E+00 -4.42500787752580926E+00 -4.46520025000508358E+00
+ -4.50573944221348821E+00 -4.54662792778207070E+00 -4.58786818256871332E+00
+ -4.62946268411240514E+00 -4.67141391106760917E+00 -4.71372434261773776E+00
+ -4.75639645786751597E+00 -4.79943273521320624E+00 -4.84283565169057173E+00
+ -4.88660768229963605E+00 -4.93075129930563882E+00 -4.97526897151549274E+00
+ -5.02016316352934400E+00 -5.06543633496610557E+00 -5.11109093966255212E+00
+ -5.15712942484540005E+00 -5.20355423027492137E+00 -5.25036778736041931E+00
+ -5.29757251824567188E+00 -5.34517083486445621E+00 -5.39316513796471497E+00
+ -5.44155781610081934E+00 -5.49035124459306090E+00 -5.53954778445356144E+00
+ -5.58914978127732365E+00 -5.63915956409822172E+00 -5.68957944420808737E+00
+ -5.74041171393886174E+00 -5.79165864540624931E+00 -5.84332248921395880E+00
+ -5.89540547311773011E+00 -5.94790980064785302E+00 -6.00083764968939626E+00
+ -6.05419117101880655E+00 -6.10797248679590332E+00 -6.16218368901004254E+00
+ -6.21682683787950108E+00 -6.27190396020270580E+00 -6.32741704766010038E+00
+ -6.38336805506582472E+00 -6.43975889856713479E+00 -6.49659145379121394E+00
+ -6.55386755393754505E+00 -6.61158898781453352E+00 -6.66975749781941651E+00
+ -6.72837477785944849E+00 -6.78744247121367028E+00 -6.84696216833335125E+00
+ -6.90693540457990984E+00 -6.96736365789861267E+00 -7.02824834642685126E+00
+ -7.08959082603526092E+00 -7.15139238780029451E+00 -7.21365425540624639E+00
+ -7.27637758247606214E+00 -7.33956344982818365E+00 -7.40321286265858447E+00
+ -7.46732674764615467E+00 -7.53190594997947027E+00 -7.59695123030339126E+00
+ -7.66246326158422786E+00 -7.72844262589055120E+00 -7.79488981108945556E+00
+ -7.86180520745479505E+00 -7.92918910418688672E+00 -7.99704168584139197E+00
+ -8.06536302866486920E+00 -8.13415309683667687E+00 -8.20341173861318396E+00
+ -8.27313868237484229E+00 -8.34333353257182608E+00 -8.41399576556806572E+00
+ -8.48512472538066831E+00 -8.55671961931363434E+00 -8.62877951348269789E+00
+ -8.70130332823072905E+00 -8.77428983343055435E+00 -8.84773764367411353E+00
+ -8.92164521334495575E+00 -8.99601083157335246E+00 -9.07083261707078137E+00
+ -9.14610851284298754E+00 -9.22183628077838335E+00 -9.29801349611130590E+00
+ -9.37463754175667319E+00 -9.45170560251580127E+00 -9.52921465914957366E+00
+ -9.60716148231893996E+00 -9.68554262638964758E+00 -9.76435442310001278E+00
+ -9.84359297508984277E+00 -9.92325414928863836E+00 -1.00033335701618356E+01
+ -1.00838266128129437E+01 -1.01647283959404486E+01 -1.02460337746479944E+01
+ -1.03277373331060573E+01 -1.04098333770643627E+01 -1.04923159262130188E+01
+ -1.05751787063925740E+01 -1.06584151416504920E+01 -1.07420183461437677E+01
+ -1.08259811158871351E+01 -1.09102959203459005E+01 -1.09949548938729045E+01
+ -1.10799498269891501E+01 -1.11652721575079212E+01 -1.12509129615026549E+01
+ -1.13368629441181525E+01 -1.14231124302258671E+01 -1.15096513549235215E+01
+ -1.15964692538802563E+01 -1.16835552535272189E+01 -1.17708980610966698E+01
+ -1.18584859545089181E+01 -1.19463067721106810E+01 -1.20343479022655142E+01
+ -1.21225962728001058E+01 -1.22110383403079119E+01 -1.22996600793132824E+01
+ -1.23884469713006951E+01 -1.24773839936113706E+01 -1.25664556082125767E+01
+ -1.26556457503432220E+01 -1.27449378170423770E+01 -1.28343146555643237E+01
+ -1.29237585516879090E+01 -1.30132512179255428E+01 -1.31027737816401739E+01
+ -1.31923067730762966E+01 -1.32818301133151877E+01 -1.33713231021615631E+01
+ -1.34607644059728635E+01 -1.35501320454395593E+01 -1.36394033833297019E+01
+ -1.37285551122074025E+01 -1.38175632421393360E+01 -1.39064030884012269E+01
+ -1.39950492592003481E+01 -1.40834756434271391E+01 -1.41716553984534368E+01
+ -1.42595609379936779E+01 -1.43471639200471746E+01 -1.44344352349411036E+01
+ -1.45213449934922672E+01 -1.46078625153132862E+01 -1.46939563172795449E+01
+ -1.47795941021863371E+01 -1.48647427476175622E+01 -1.49493682950531959E+01
+ -1.50334359392433949E+01 -1.51169100178782312E+01 -1.51997540015824999E+01
+ -1.52819304842686918E+01 -1.53634011738801100E+01 -1.54441268835615535E+01
+ -1.55240675232906682E+01 -1.56031820920115631E+01 -1.56814286703084527E+01
+ -1.57587644136626324E+01 -1.58351455463344308E+01 -1.59105273559178482E+01
+ -1.59848641886136953E+01 -1.60581094452704285E+01 -1.61302155782446803E+01
+ -1.62011340891340652E+01 -1.62708155274383337E+01 -1.63392094902050040E+01
+ -1.64062646227202933E+01 -1.64719286203058459E+01 -1.65361482312864148E+01
+ -1.65988692611927213E+01 -1.66600365782698248E+01 -1.67195941203590550E+01
+ -1.67774849032290838E+01 -1.68336510304282179E+01 -1.68880337047364364E+01
+ -1.69405732412978622E+01 -1.69912090825115776E+01 -1.70398798147684367E+01
+ -1.70865231871179049E+01 -1.71310761319523124E+01 -1.71734747878001031E+01
+ -1.72136545243189190E+01 -1.72515499695823742E+01 -1.72870950397571796E+01
+ -1.73202229712670324E+01 -1.73508663555417613E+01 -1.73789571764530990E+01
+ -1.74044268505387549E+01 -1.74272062701157004E+01 -1.74472258493881398E+01
+ -1.74644155736532944E+01 -1.74787050517104028E+01 -1.74900235715768879E+01
+ -1.74983001596172763E+01 -1.75034636431878212E+01 -1.75054427169029694E+01
+ -1.75041660126223562E+01 -1.74995621732630902E+01 -1.74915599305327731E+01
+ -1.74800881866812929E+01 -1.74650761003659589E+01 -1.74464531767159698E+01
+ -1.74241493616879062E+01 -1.73980951407870812E+01 -1.73682216422351914E+01
+ -1.73344607446509933E+01 -1.72967451893093802E+01 -1.72550086970303198E+01
+ -1.72091860897479663E+01 -1.71592134167947528E+01 -1.71050280859268184E+01
+ -1.70465689991085121E+01 -1.69837766930554466E+01 -1.69165934845281214E+01
+ -1.68449636203482136E+01 -1.67688334320980594E+01 -1.66881514954414030E+01
+ -1.66028687939907513E+01 -1.65129388876208019E+01 -1.64183180851105952E+01
+ -1.63189656209701539E+01 -1.62148438362853149E+01 -1.61059183633870333E+01
+ -1.59921583141223920E+01 -1.58735364714785110E+01 -1.57500294842730497E+01
+ -1.56216180645970351E+01 -1.54882871876591821E+01 -1.53500262936404717E+01
+ -1.52068294911341155E+01 -1.50586957616997701E+01 -1.49056291650232211E+01
+ -1.47476390441232077E+01 -1.45847402300028772E+01 -1.44169532450953941E+01
+ -1.42443045048004926E+01 -1.40668265163594306E+01 -1.38845580742573702E+01
+ -1.36975444512936448E+01 -1.35058375843960121E+01 -1.33094962542015196E+01
+ -1.31085862573647738E+01 -1.29031805704948912E+01 -1.26933595045594707E+01
+ -1.24792108485350006E+01 -1.22608300010155453E+01 -1.20383200884353414E+01
+ -1.18117920684953503E+01 -1.15813648173228785E+01 -1.13471651988349933E+01
+ -1.11093281147174849E+01 -1.08679965333745923E+01 -1.06233214961529949E+01
+ -1.03754620990920579E+01 -1.01245854484095865E+01 -9.87086658788536120E+00
+ -9.61448839628101304E+00 -9.35564145289076343E+00 -9.09452386931314649E+00
+ -8.83134108550722452E+00 -8.56630562820247121E+00 -8.29963682973595240E+00
+ -8.03156050540872357E+00 -7.76230858748985852E+00 -7.49211871403753449E+00
+ -7.22123377077676309E+00 -6.94990138434358329E+00 -6.67837336531788495E+00
+ -6.40690509956664656E+00 -6.13575488658326407E+00 -5.86518322365184375E+00
+ -5.59545203486715081E+00 -5.32682384425355337E+00 -5.05956089246969398E+00
+ -4.79392419686114835E+00 -4.53017255493093174E+00 -4.26856149163299392E+00
+ -4.00934215127462679E+00 -3.75276013521711604E+00 -3.49905428701991994E+00
+ -3.24845542715232583E+00 -3.00118503992885977E+00 -2.75745391589079958E+00
+ -2.51746075346149922E+00 -2.28139072435541834E+00 -2.04941400791003758E+00
+ -1.82168430023972405E+00 -1.59833730488671932E+00 -1.37948921244495182E+00
+ -1.16523517748969141E+00 -9.55647802014915726E-01 -7.50775635503551086E-01
+ -5.50641702682170830E-01 -3.55242070982413338E-01 -1.64544470705287438E-01
+  2.15130181275497989E-02  2.03023197252420573E-01  3.80110884011763517E-01
+  5.52933930626188896E-01  7.21684111004279316E-01  8.86587856287661680E-01
+  1.04790681946733599E+00  1.20593824860459620E+00  1.36101514747551278E+00
+  1.51350620182654438E+00  1.66381544892505673E+00  1.81238166770605602E+00
+  1.95967746660153352E+00  2.10620804608181089E+00  2.25250961310607067E+00
+  2.39914742504435452E+00  2.54671344126482779E+00  2.69582356148222857E+00
+  2.84711443116175644E+00  3.00123979580462219E+00  3.15886638782933460E+00
+  3.32066933202732173E+00  3.48732705825145217E+00  3.65951571310212387E+00
+  3.83790306595497555E+00  4.02314190871331334E+00  4.21586295323353966E+00
+  4.41666723543821149E+00  4.62611804074160204E+00  4.84473237157003211E+00
+  5.07297198445658637E+00  5.31123403146258966E+00  5.55984134847169287E+00
+  5.81903244126949915E+00  6.08895122917456888E+00  6.36963661537514270E+00
+  6.66101196295063858E+00  6.96287456583428366E+00  7.27488521461381765E+00
+  7.59655796805101602E+00  7.92725025243152004E+00  8.26615342230057593E+00
+  8.61228392769228890E+00  8.96447524455815881E+00  9.32137073666284266E+00
+  9.68141762865080580E+00  1.00428622812305477E+01  1.04037469704028709E+01
+  1.07619083833100859E+01  1.11149780535982714E+01  1.14603849691079702E+01
+  1.17953605943503348E+01  1.21169465595718862E+01  1.24220052774912446E+01
+  1.27072337581788659E+01  1.29691809023777580E+01  1.32042685642595075E+01
+  1.34088166867745784E+01  1.35790728270769137E+01  1.37112464069757607E+01
+  1.38015480450934049E+01  1.38462343548349907E+01  1.38416586271057618E+01
+  1.37843278609599018E+01  1.36709666614550329E+01  1.34985885947060460E+01
+  1.32645756787153282E+01  1.29667667986757387E+01  1.26035559713068750E+01
+  1.21740015490013640E+01  1.16779476563185050E+01  1.11161593942145576E+01
+  1.04904736374479679E+01  9.80396759416879782E+00  9.06114770048972673E+00
+  8.26816189367196941E+00  7.43303885224508676E+00  6.56595841666137492E+00
+  5.67955811630966867E+00  4.78928153384794442E+00  3.91377514118526681E+00
+  3.07534124778083617E+00  2.30045581546381150E+00  1.62024187481921267E+00
+  1.07615263877606027E+00  6.53561583701573801E-01  3.40103876588594978E-01
+  1.21981635482310669E-01 -1.57779338212583609E-02 -8.89657700342768032E-02
+ -1.13717057455606174E-01 -1.05899005726122847E-01 -8.03360474762527810E-02
+ -4.98446668319110220E-02 -2.40460501803474169E-02 -7.92013520628840652E-03
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  END     
+   TPROJECTOR   3 #p(r), for p(r)/r*Ylm)
+  0.00000000000000000E+00  1.83712160701858685E-15  7.41699350360802575E-15
+  1.68440539114452797E-14  3.02250136521203581E-14  4.76689016024001906E-14
+  6.92871110267340513E-14  9.51934468036559164E-14  1.25504173563042941E-13
+  1.60338064751525188E-13  1.99816452643651639E-13  2.44063279316751931E-13
+  2.93205148607781163E-13  3.47371379070775766E-13  4.06694057953873393E-13
+  4.71308096215266664E-13  5.41351284597744376E-13  6.16964350781927528E-13
+  6.98291017638610780E-13  7.85478062601053656E-13  8.78675378178463520E-13
+  9.78036033632241866E-13  1.08371633783706323E-12  1.19587590334922078E-12
+  1.31467771170509125E-12  1.44028817997299800E-12  1.57287722858226243E-12
+  1.71261835045357557E-12  1.85968868145528132E-12  2.01426907221081516E-12
+  2.17654416128267601E-12  2.34670244975913685E-12  2.52493637727015869E-12
+  2.71144239945954266E-12  2.90642106694087124E-12  3.11007710576541368E-12
+  3.32261949943033786E-12  3.54426157245661044E-12  3.77522107556617156E-12
+  4.01572027248856327E-12  4.26598602842784838E-12  4.52624990022125584E-12
+  4.79674822822151136E-12  5.07772222993529676E-12  5.36941809545123048E-12
+  5.67208708469099304E-12  5.98598562651818694E-12  6.31137541973991516E-12
+  6.64852353603681165E-12  6.99770252485815731E-12  7.35919052031886351E-12
+  7.73327135013639937E-12  8.12023464664609107E-12  8.52037595993377250E-12
+  8.93399687312646773E-12  9.36140511988078579E-12  9.80291470411154341E-12
+  1.02588460220022270E-11  1.07295259863406170E-11  1.12152881532232677E-11
+  1.17164728511738926E-11  1.22334273127206391E-11  1.27665058084793096E-11
+  1.33160697837891455E-11  1.38824879979496549E-11  1.44661366661077079E-11
+  1.50673996038443324E-11  1.56866683745125124E-11  1.63243424393781860E-11
+  1.69808293106160615E-11  1.76565447072158512E-11  1.83519127138519300E-11
+  1.90673659427737743E-11  1.98033456987731760E-11  2.05603021472865564E-11
+  2.13386944856916172E-11  2.21389911178582314E-11  2.29616698320145766E-11
+  2.38072179819922163E-11  2.46761326719119895E-11  2.55689209443773377E-11
+  2.64860999722393740E-11  2.74281972540026436E-11  2.83957508129386199E-11
+  2.93893093999781671E-11  3.04094327004528430E-11  3.14566915447582714E-11
+  3.25316681230135409E-11  3.36349562037909584E-11  3.47671613569939973E-11
+  3.59289011809602519E-11  3.71208055338704093E-11  3.83435167695421318E-11
+  3.95976899776946825E-11  4.08839932287638455E-11  4.22031078233577172E-11
+  4.35557285464367069E-11  4.49425639263088273E-11  4.63643364985305536E-11
+  4.78217830748044481E-11  4.93156550169689348E-11  5.08467185161751291E-11
+  5.24157548773490680E-11  5.40235608090371147E-11  5.56709487187383244E-11
+  5.73587470138241041E-11  5.90878004081532961E-11  6.08589702344857192E-11
+  6.26731347628083201E-11  6.45311895246805240E-11  6.64340476437148869E-11
+  6.83826401723053400E-11  7.03779164347260690E-11  7.24208443767128010E-11
+  7.45124109216560041E-11  7.66536223335250377E-11  7.88455045866530667E-11
+  8.10891037425079304E-11  8.33854863335861996E-11  8.57357397545564119E-11
+  8.81409726607960089E-11  9.06023153744521534E-11  9.31209202981795326E-11
+  9.56979623366818344E-11  9.83346393262253840E-11  1.01032172472254394E-10
+  1.03791806795274065E-10  1.06614811585148521E-10  1.09502480863977787E-10
+  1.12456133857707509E-10  1.15477115476646356E-10  1.18566796805043885E-10
+  1.21726575599913666E-10  1.24957876799264601E-10  1.28262153039924933E-10
+  1.31640885185128434E-10  1.35095582862061294E-10  1.38627785009542224E-10
+  1.42239060436034267E-10  1.45931008388178640E-10  1.49705259130054482E-10
+  1.53563474533351389E-10  1.57507348678679464E-10  1.61538608468209730E-10
+  1.65659014249864624E-10  1.69870360453273164E-10  1.74174476237715168E-10
+  1.78573226152275289E-10  1.83068510808437837E-10  1.87662267565354114E-10
+  1.92356471228024414E-10  1.97153134758634739E-10  2.02054310001289894E-10
+  2.07062088420401645E-10  2.12178601852988077E-10  2.17406023275139258E-10
+  2.22746567582918180E-10  2.28202492387970780E-10  2.33776098828113158E-10
+  2.39469732393186166E-10  2.45285783766459186E-10  2.51226689681872240E-10
+  2.57294933797420123E-10  2.63493047584971577E-10  2.69823611236843628E-10
+  2.76289254589437976E-10  2.82892658064259023E-10  2.89636553626640303E-10
+  2.96523725762516052E-10  3.03557012473572730E-10  3.10739306291120172E-10
+  3.18073555309042261E-10  3.25562764236179533E-10  3.33209995468512420E-10
+  3.41018370181507109E-10  3.48991069443017688E-10  3.57131335347106427E-10
+  3.65442472169208440E-10  3.73927847543000205E-10  3.82590893659412861E-10
+  3.91435108488193610E-10  4.00464057022422115E-10  4.09681372546440648E-10
+  4.19090757927624729E-10  4.28695986932420139E-10  4.38500905567140138E-10
+  4.48509433443961806E-10  4.58725565172590118E-10  4.69153371778088727E-10
+  4.79797002145360761E-10  4.90660684490770751E-10  5.01748727861421697E-10
+  5.13065523662612925E-10  5.24615547213997610E-10  5.36403359334984636E-10
+  5.48433607959915656E-10  5.60711029783604442E-10  5.73240451937785476E-10
+  5.86026793699054570E-10  5.99075068228894560E-10  6.12390384346387885E-10
+  6.25977948334231863E-10  6.39843065778668993E-10  6.53991143443966526E-10
+  6.68427691182130622E-10  6.83158323878460166E-10  6.98188763433623314E-10
+  7.13524840783003672E-10  7.29172497953912761E-10  7.45137790161465296E-10
+  7.61426887943788361E-10  7.78046079337321962E-10  7.95001772092977127E-10
+  8.12300495933865622E-10  8.29948904855446875E-10  8.47953779468838417E-10
+  8.66322029388109798E-10  8.85060695662382387E-10  9.04176953253612301E-10
+  9.23678113560834193E-10  9.43571626991804159E-10  9.63865085582906967E-10
+  9.84566225668229254E-10  1.00568293059869989E-09  1.02722323351229016E-09
+  1.04919532015618565E-09  1.07160753176187210E-09  1.09446836797423905E-09
+  1.11778648983557676E-09  1.14157072282558747E-09  1.16583005995843847E-09
+  1.19057366493789160E-09  1.21581087537165931E-09  1.24155120604599347E-09
+  1.26780435226178916E-09  1.29458019323319229E-09  1.32188879554997583E-09
+  1.34974041670491377E-09  1.37814550868719974E-09  1.40711472164337425E-09
+  1.43665890760684632E-09  1.46678912429737685E-09  1.49751663899181732E-09
+  1.52885293246743362E-09  1.56080970301917741E-09  1.59339887055227709E-09
+  1.62663258075158759E-09  1.66052320932910689E-09  1.69508336635111671E-09
+  1.73032590064650379E-09  1.76626390429766698E-09  1.80291071721566522E-09
+  1.84027993180112920E-09  1.87838539769255481E-09  1.91724122660357178E-09
+  1.95686179725097148E-09  1.99726176037503311E-09  2.03845604385398228E-09
+  2.08045985791435618E-09  2.12328870043897277E-09  2.16695836237441147E-09
+  2.21148493323986560E-09  2.25688480673922868E-09  2.30317468647832613E-09
+  2.35037159178937103E-09  2.39849286366451762E-09  2.44755617080060937E-09
+  2.49757951575725736E-09  2.54858124123026577E-09  2.60058003644261289E-09
+  2.65359494365528157E-09  2.70764536479989693E-09  2.76275106823592175E-09
+  2.81893219563415167E-09  2.87620926898941834E-09  2.93460319776462005E-09
+  2.99413528616853132E-09  3.05482724057006268E-09  3.11670117705134688E-09
+  3.17977962910238223E-09  3.24408555545980392E-09  3.30964234809252614E-09
+  3.37647384033693358E-09  3.44460431518453052E-09  3.51405851372473013E-09
+  3.58486164374598194E-09  3.65703938849785695E-09  3.73061791561723060E-09
+  3.80562388622179351E-09  3.88208446417384658E-09  3.96002732551748874E-09
+  4.03948066809276189E-09  4.12047322132968437E-09  4.20303425622577635E-09
+  4.28719359551050976E-09  4.37298162400006275E-09  4.46042929914589079E-09
+  4.54956816178113297E-09  4.64043034706795862E-09  4.73304859565003653E-09
+  4.82745626501399962E-09  4.92368734106334453E-09  5.02177644990939323E-09
+  5.12175886988281584E-09  5.22367054377017295E-09  5.32754809127947288E-09
+  5.43342882173938923E-09  5.54135074703597191E-09  5.65135259479159475E-09
+  5.76347382179102822E-09  5.87775462765834644E-09  5.99423596879035280E-09
+  6.11295957255057740E-09  6.23396795172920318E-09  6.35730441927358591E-09
+  6.48301310329461580E-09  6.61113896235405583E-09  6.74172780103786120E-09
+  6.87482628582126857E-09  7.01048196123087289E-09  7.14874326630912151E-09
+  7.28965955138698760E-09  7.43328109517092593E-09  7.57965912214923782E-09
+  7.72884582032464464E-09  7.88089435927856249E-09  8.03585890857361089E-09
+  8.19379465650050010E-09  8.35475782917594391E-09  8.51880570999783195E-09
+  8.68599665946477816E-09  8.85639013536639525E-09  9.03004671335172952E-09
+  9.20702810788243734E-09  9.38739719357819738E-09  9.57121802696160480E-09
+  9.75855586861008124E-09  9.94947720572241086E-09  1.01440497751073402E-08
+  1.03423425866028547E-08  1.05444259469331957E-08  1.07503714840129161E-08
+  1.09602521717052461E-08  1.11741423550441999E-08  1.13921177759283707E-08
+  1.16142555992956981E-08  1.18406344397881642E-08  1.20713343889149494E-08
+  1.23064370427248066E-08  1.25460255299951822E-08  1.27901845409495778E-08
+  1.30390003565121525E-08  1.32925608781092633E-08  1.35509556580293992E-08
+  1.38142759303505147E-08  1.40826146424463966E-08  1.43560664870824524E-08
+  1.46347279351120594E-08  1.49186972687847520E-08  1.52080746156773889E-08
+  1.55029619832603238E-08  1.58034632941105962E-08  1.61096844217833071E-08
+  1.64217332273547312E-08  1.67397195966487402E-08  1.70637554781599168E-08
+  1.73939549216861385E-08  1.77304341176837335E-08  1.80733114373594427E-08
+  1.84227074735115228E-08  1.87787450821359912E-08  1.91415494248104410E-08
+  1.95112480118709697E-08  1.98879707463973759E-08  2.02718499690200575E-08
+  2.06630205035663787E-08  2.10616197035603374E-08  2.14677874995917706E-08
+  2.18816664475725896E-08  2.23034017778947598E-08  2.27331414455087621E-08
+  2.31710361809379184E-08  2.36172395422478139E-08  2.40719079679873849E-08
+  2.45352008311204128E-08  2.50072804939658947E-08  2.54883123641661223E-08
+  2.59784649517013893E-08  2.64779099269719543E-08  2.69868221799651048E-08
+  2.75053798805301279E-08  2.80337645397805624E-08  2.85721610726438495E-08
+  2.91207578615827682E-08  2.96797468215069776E-08  3.02493234658993575E-08
+  3.08296869741801543E-08  3.14210402603291707E-08  3.20235900427930486E-08
+  3.26375469156990876E-08  3.32631254214017781E-08  3.39005441243856705E-08
+  3.45500256865503658E-08  3.52117969439042002E-08  3.58860889846915998E-08
+  3.65731372289822944E-08  3.72731815097480545E-08  3.79864661554572834E-08
+  3.87132400742130773E-08  3.94537568394647265E-08  4.02082747773238825E-08
+  4.09770570555112623E-08  4.17603717739693350E-08  4.25584920571672075E-08
+  4.33716961481341463E-08  4.42002675042489055E-08  4.50444948948239836E-08
+  4.59046725005113196E-08  4.67811000145689329E-08  4.76740827460215422E-08
+  4.85839317247482380E-08  4.95109638085390425E-08  5.04555017921497271E-08
+  5.14178745183979384E-08  5.23984169913374678E-08  5.33974704915472310E-08
+  5.44153826935765810E-08  5.54525077855885142E-08  5.65092065912383670E-08
+  5.75858466938316011E-08  5.86828025628053705E-08  5.98004556825716031E-08
+  6.09391946837743905E-08  6.20994154769970774E-08  6.32815213889718826E-08
+  6.44859233013364157E-08  6.57130397919852389E-08  6.69632972790626882E-08
+  6.82371301676506894E-08  6.95349809991977051E-08  7.08573006037420430E-08
+  7.22045482549829686E-08  7.35771918282487499E-08  7.49757079614219063E-08
+  7.64005822188705767E-08  7.78523092584466503E-08  7.93313930016046844E-08
+  8.08383468067052157E-08  8.23736936455551146E-08  8.39379662832508113E-08
+  8.55317074613822581E-08  8.71554700846653630E-08  8.88098174110609439E-08
+  9.04953232454506377E-08  9.22125721369333737E-08  9.39621595798098538E-08
+  9.57446922183271982E-08  9.75607880552481553E-08  9.94110766643244469E-08
+  1.01296199406739229E-07  1.03216809651597339E-07  1.05173573000539718E-07
+  1.07167167516553586E-07  1.09198283957065350E-07  1.11267626011389080E-07
+  1.13375910542612390E-07  1.15523867834011103E-07  1.17712241840061432E-07
+  1.19941790442157057E-07  1.22213285709095153E-07  1.24527514162442548E-07
+  1.26885277046856288E-07  1.29287390605461609E-07  1.31734686360376236E-07
+  1.34228011398485528E-07  1.36768228662547164E-07  1.39356217247755695E-07
+  1.41992872703836209E-07  1.44679107342795384E-07  1.47415850552422090E-07
+  1.50204049115649569E-07  1.53044667535890364E-07  1.55938688368448967E-07
+  1.58887112558137241E-07  1.61890959783194205E-07  1.64951268805639663E-07
+  1.68069097828178737E-07  1.71245524857776519E-07  1.74481648076027779E-07
+  1.77778586216457523E-07  1.81137478948867592E-07  1.84559487270874676E-07
+  1.88045793906761401E-07  1.91597603713792688E-07  1.95216144096118134E-07
+  1.98902665426425337E-07  2.02658441475455315E-07  2.06484769849571368E-07
+  2.10382972436490838E-07  2.14354395859355495E-07  2.18400411939294905E-07
+  2.22522418166624715E-07  2.26721838180868538E-07  2.31000122259744251E-07
+  2.35358747817292316E-07  2.39799219911316226E-07  2.44323071760316867E-07
+  2.48931865270074267E-07  2.53627191570092723E-07  2.58410671560056274E-07
+  2.63283956466511670E-07  2.68248728409954816E-07  2.73306700982512741E-07
+  2.78459619836433932E-07  2.83709263283570078E-07  2.89057442906072528E-07
+  2.94506004178499347E-07  3.00056827101553512E-07  3.05711826847669713E-07
+  3.11472954418669372E-07  3.17342197315697951E-07  3.23321580221706507E-07
+  3.29413165696676423E-07  3.35619054885841131E-07  3.41941388241150130E-07
+  3.48382346256222954E-07  3.54944150215029313E-07  3.61629062954580113E-07
+  3.68439389641861334E-07  3.75377478565303622E-07  3.82445721941032193E-07
+  3.89646556734207999E-07  3.96982465495698603E-07  4.04455977214405507E-07
+  4.12069668185521626E-07  4.19826162895010398E-07  4.27728134920627656E-07
+  4.35778307849782947E-07  4.43979456214550184E-07  4.52334406444175577E-07
+  4.60846037835361175E-07  4.69517283540719181E-07  4.78351131575672408E-07
+  4.87350625844198693E-07  4.96518867183733908E-07  5.05859014429614345E-07
+  5.15374285499413347E-07  5.25067958497551686E-07  5.34943372840540599E-07
+  5.45003930403279307E-07  5.55253096686767014E-07  5.65694402007634055E-07
+  5.76331442709934328E-07  5.87167882399548435E-07  5.98207453201709759E-07
+  6.09453957041986155E-07  6.20911266951249399E-07  6.32583328394995993E-07
+  6.44474160627553372E-07  6.56587858071578298E-07  6.68928591723336192E-07
+  6.81500610584261778E-07  6.94308243119277281E-07  7.07355898742345285E-07
+  7.20648069329825015E-07  7.34189330762088821E-07  7.47984344493975255E-07
+  7.62037859154556913E-07  7.76354712176872689E-07  7.90939831458057931E-07
+  8.05798237050553295E-07  8.20935042884894161E-07  8.36355458524725841E-07
+  8.52064790954584777E-07  8.68068446401148972E-07  8.84371932188489598E-07
+  9.00980858628000551E-07  9.17900940943685497E-07  9.35138001233398919E-07
+  9.52697970466748449E-07  9.70586890520359609E-07  9.88810916251167675E-07
+  1.00737631760846214E-06  1.02628948178540970E-06  1.04555691541079688E-06
+  1.06518524678171404E-06  1.08518122813802983E-06  1.10555173797929185E-06
+  1.12630378342500257E-06  1.14744450261899906E-06  1.16898116717872832E-06
+  1.19092118469035693E-06  1.21327210125048862E-06  1.23604160405539494E-06
+  1.25923752403863562E-06  1.28286783855798554E-06  1.30694067413256541E-06
+  1.33146430923118398E-06  1.35644717711271613E-06  1.38189786871960208E-06
+  1.40782513562548948E-06  1.43423789303788470E-06  1.46114522285693710E-06
+  1.48855637679146353E-06  1.51648077953310481E-06  1.54492803198991423E-06
+  1.57390791458031328E-06  1.60343039058865030E-06  1.63350560958344649E-06
+  1.66414391089954276E-06  1.69535582718536539E-06  1.72715208801642567E-06
+  1.75954362357638242E-06  1.79254156840697837E-06  1.82615726522789662E-06
+  1.86040226882821545E-06  1.89528835003040824E-06  1.93082749972859330E-06
+  1.96703193300210454E-06  2.00391409330608613E-06  2.04148665674033702E-06
+  2.07976253639791535E-06  2.11875488679508948E-06  2.15847710838407283E-06
+  2.19894285214999963E-06  2.24016602429399556E-06  2.28216079100362753E-06
+  2.32494158331254937E-06  2.36852310205104857E-06  2.41292032288901533E-06
+  2.45814850147322364E-06  2.50422317866061084E-06  2.55116018584936241E-06
+  2.59897565040968061E-06  2.64768600121595657E-06  2.69730797428245151E-06
+  2.74785861850421500E-06  2.79935530150536039E-06  2.85181571559659315E-06
+  2.90525788384414600E-06  2.95970016625211320E-06  3.01516126606026327E-06
+  3.07166023615969189E-06  3.12921648562825198E-06  3.18784978638822164E-06
+  3.24758027998834279E-06  3.30842848451265393E-06  3.37041530161838940E-06
+  3.43356202370552553E-06  3.49789034122013328E-06  3.56342235009447596E-06
+  3.63018055932594662E-06  3.69818789869774461E-06  3.76746772664382462E-06
+  3.83804383826087802E-06  3.90994047346999846E-06  3.98318232533094888E-06
+  4.05779454851172019E-06  4.13380276791647493E-06  4.21123308747470169E-06
+  4.29011209909461079E-06  4.37046689178393088E-06  4.45232506094113532E-06
+  4.53571471782021203E-06  4.62066449917249206E-06  4.70720357706863356E-06
+  4.79536166890401046E-06  4.88516904759139871E-06  4.97665655194377065E-06
+  5.06985559725153588E-06  5.16479818605710872E-06  5.26151691913113045E-06
+  5.36004500665362941E-06  5.46041627960421034E-06  5.56266520136515039E-06
+  5.66682687954125944E-06  5.77293707800081936E-06  5.88103222914128850E-06
+  5.99114944638451497E-06  6.10332653690521076E-06  6.21760201459753038E-06
+  6.33401511328392960E-06  6.45260580017069379E-06  6.57341478955523835E-06
+  6.69648355678932653E-06  6.82185435250332251E-06  6.94957021709649588E-06
+  7.07967499549763798E-06  7.21221335220208714E-06  7.34723078658934203E-06
+  7.48477364852725177E-06  7.62488915426762925E-06  7.76762540263899361E-06
+  7.91303139154196761E-06  8.06115703475288333E-06  8.21205317904148111E-06
+  8.36577162160848209E-06  8.52236512784911596E-06  8.68188744944842808E-06
+  8.84439334281497631E-06  9.00993858785891112E-06  9.17858000712105254E-06
+  9.35037548525929985E-06  9.52538398889950943E-06  9.70366558685701379E-06
+  9.88528147073629689E-06  1.00702939759154967E-05  1.02587666029231758E-05
+  1.04507640392143930E-05  1.06463521813541202E-05  1.08455981576146282E-05
+  1.10485703509958293E-05  1.12553384226753879E-05  1.14659733358972251E-05
+  1.16805473803063139E-05  1.18991341967385052E-05  1.21218088024733001E-05
+  1.23486476169589622E-05  1.25797284880179182E-05  1.28151307185420581E-05
+  1.30549350936871380E-05  1.32992239085750909E-05  1.35480809965140372E-05
+  1.38015917577459495E-05  1.40598431887313088E-05  1.43229239119808969E-05
+  1.45909242064453634E-05  1.48639360384726738E-05  1.51420530933437593E-05
+  1.54253708073979727E-05  1.57139864007584812E-05  1.60079989106691310E-05
+  1.63075092254550346E-05  1.66126201191168124E-05  1.69234362865719202E-05
+  1.72400643795545008E-05  1.75626130431858824E-05  1.78911929532283890E-05
+  1.82259168540358242E-05  1.85668995972129502E-05  1.89142581809966035E-05
+  1.92681117903739202E-05  1.96285818379498658E-05  1.99957920055777126E-05
+  2.03698682867686781E-05  2.07509390298930309E-05  2.11391349821889415E-05
+  2.15345893345938829E-05  2.19374377674134145E-05  2.23478184968434304E-05
+  2.27658723223621203E-05  2.31917426750066866E-05  2.36255756665533650E-05
+  2.40675201396155743E-05  2.45177277186778210E-05  2.49763528620851520E-05
+  2.54435529150014563E-05  2.59194881633597520E-05  2.64043218888186323E-05
+  2.68982204247474369E-05  2.74013532132559974E-05  2.79138928632909200E-05
+  2.84360152098174043E-05  2.89678993741065565E-05  2.95097278251491262E-05
+  3.00616864422181129E-05  3.06239645785977489E-05  3.11967551265068333E-05
+  3.17802545832311482E-05  3.23746631184957409E-05  3.29801846430928611E-05
+  3.35970268787930251E-05  3.42254014295642638E-05  3.48655238541189909E-05
+  3.55176137398195105E-05  3.61818947779612765E-05  3.68585948404664938E-05
+  3.75479460580068619E-05  3.82501848995891238E-05  3.89655522536257816E-05
+  3.96942935105216765E-05  4.04366586468026294E-05  4.11929023108170684E-05
+  4.19632839100375469E-05  4.27480676999960588E-05  4.35475228748768544E-05
+  4.43619236598058578E-05  4.51915494048625143E-05  4.60366846808484801E-05
+  4.68976193768450006E-05  4.77746487995945820E-05  4.86680737747376911E-05
+  4.95782007499421607E-05  5.05053418999587485E-05  5.14498152336392909E-05
+  5.24119447029560640E-05  5.33920603140547147E-05  5.43904982403846453E-05
+  5.54076009379427789E-05  5.64437172626679759E-05  5.74992025900326127E-05
+  5.85744189368648388E-05  5.96697350854484174E-05  6.07855267099410650E-05
+  6.19221765051538437E-05  6.30800743177370763E-05  6.42596172798168839E-05
+  6.54612099451275557E-05  6.66852644276883259E-05  6.79322005430695226E-05
+  6.92024459522996979E-05  7.04964363084568902E-05  7.18146154060050868E-05
+  7.31574353329131008E-05  7.45253566256209431E-05  7.59188484268971382E-05
+  7.73383886466476713E-05  7.87844641257248962E-05  8.02575708028033534E-05
+  8.17582138843646453E-05  8.32869080178636866E-05  8.48441774681256606E-05
+  8.64305562970408463E-05  8.80465885466141308E-05  8.96928284254349892E-05
+  9.13698404986289735E-05  9.30781998813577682E-05  9.48184924359351405E-05
+  9.65913149726224576E-05  9.83972754541751079E-05  1.00236993204209815E-04
+  1.02111099119464778E-04  1.04020235886021352E-04  1.05965058199567635E-04
+  1.07946232989772616E-04  1.09964439648853964E-04  1.12020370264411797E-04
+  1.14114729856612713E-04  1.16248236619803235E-04  1.18421622168634114E-04
+  1.20635631788784279E-04  1.22891024692363632E-04  1.25188574278086492E-04
+  1.27529068396304928E-04  1.29913309618991796E-04  1.32342115514762063E-04
+  1.34816318929032982E-04  1.37336768269416402E-04  1.39904327796436310E-04
+  1.42519877919679142E-04  1.45184315499474390E-04  1.47898554154200161E-04
+  1.50663524573340702E-04  1.53480174836375847E-04  1.56349470737631509E-04
+  1.59272396117198574E-04  1.62249953198018778E-04  1.65283162929276634E-04
+  1.68373065336196992E-04  1.71520719876370141E-04  1.74727205802736353E-04
+  1.77993622533343819E-04  1.81321090028004278E-04  1.84710749171990379E-04
+  1.88163762166887634E-04  1.91681312928748042E-04  1.95264607493667844E-04
+  1.98914874430948887E-04  2.02633365263961407E-04  2.06421354898866894E-04
+  2.10280142061344268E-04  2.14211049741462752E-04  2.18215425646864391E-04
+  2.22294642664401184E-04  2.26450099330388860E-04  2.30683220309639049E-04
+  2.34995456883422909E-04  2.39388287446557326E-04  2.43863218013752213E-04
+  2.48421782735413241E-04  2.53065544423072939E-04  2.57796095084618479E-04
+  2.62615056469515809E-04  2.67524080624202080E-04  2.72524850457837192E-04
+  2.77619080318620894E-04  2.82808516580855410E-04  2.88094938242959586E-04
+  2.93480157536649892E-04  2.98966020547472805E-04  3.04554407846919714E-04
+  3.10247235136338608E-04  3.16046453902849175E-04  3.21954052087489108E-04
+  3.27972054765844579E-04  3.34102524841346565E-04  3.40347563751517974E-04
+  3.46709312187389387E-04  3.53189950826320411E-04  3.59791701078506485E-04
+  3.66516825847388629E-04  3.73367630304254094E-04  3.80346462677277506E-04
+  3.87455715055270837E-04  3.94697824206426259E-04  4.02075272412319483E-04
+  4.09590588317461195E-04  4.17246347794694651E-04  4.25045174826704309E-04
+  4.32989742403987079E-04  4.41082773439540796E-04  4.49327041700601430E-04
+  4.57725372757761479E-04  4.66280644951755753E-04  4.74995790378290351E-04
+  4.83873795891197681E-04  4.92917704124300800E-04  5.02130614532320151E-04
+  5.11515684451161259E-04  5.21076130177970057E-04  5.30815228071296026E-04
+  5.40736315671775389E-04  5.50842792843652231E-04  5.61138122937604846E-04
+  5.71625833975190640E-04  5.82309519855380136E-04  5.93192841583545455E-04
+  6.04279528523345199E-04  6.15573379671907964E-04  6.27078264958763794E-04
+  6.38798126568964611E-04  6.50736980290838370E-04  6.62898916888815179E-04
+  6.75288103501827568E-04  6.87908785067734008E-04  7.00765285774235117E-04
+  7.13862010536820768E-04  7.27203446504200634E-04  7.40794164591734687E-04
+  7.54638821043433078E-04  7.68742159022975770E-04  7.83109010234339349E-04
+  7.97744296572580050E-04  8.12653031805319432E-04  8.27840323285470268E-04
+  8.43311373695864201E-04  8.59071482826258455E-04  8.75126049383431097E-04
+  8.91480572834913885E-04  9.08140655286964003E-04  9.25112003397475513E-04
+  9.42400430324445270E-04  9.60011857710624510E-04  9.77952317705047848E-04
+  9.96227955022131826E-04  1.01484502903902065E-03  1.03380991593189381E-03
+  1.05312911085191953E-03  1.07280923014167143E-03  1.09285701359263182E-03
+  1.11327932674466995E-03  1.13408316322818068E-03  1.15527564714964625E-03
+  1.17686403552159143E-03  1.19885572073748616E-03  1.22125823309267171E-03
+  1.24407924335200601E-03  1.26732656536514016E-03  1.29100815873031856E-03
+  1.31513213150753370E-03  1.33970674298202960E-03  1.36474040647899600E-03
+  1.39024169223044610E-03  1.41621933029524279E-03  1.44268221353320222E-03
+  1.46963940063429962E-03  1.49710011920399814E-03  1.52507376890570435E-03
+  1.55356992466141241E-03  1.58259833991162072E-03  1.61216894993557180E-03
+  1.64229187523291667E-03  1.67297742496802168E-03  1.70423610047790207E-03
+  1.73607859884512654E-03  1.76851581653673798E-03  1.80155885311045205E-03
+  1.83521901498941067E-03  1.86950781930665146E-03  1.90443699782064709E-03
+  1.94001850090314790E-03  1.97626450160069689E-03  2.01318739977114029E-03
+  2.05079982629649289E-03  2.08911464737356663E-03  2.12814496888377030E-03
+  2.16790414084352089E-03  2.20840576193674729E-03  2.24966368413093490E-03
+  2.29169201737829120E-03  2.33450513440356441E-03  2.37811767558003279E-03
+  2.42254455389533021E-03  2.46780096000869583E-03  2.51390236740137336E-03
+  2.56086453762174697E-03  2.60870352562695730E-03  2.65743568522285121E-03
+  2.70707767460387494E-03  2.75764646199486325E-03  2.80915933139644098E-03
+  2.86163388843600590E-03  2.91508806632614914E-03  2.96954013193244815E-03
+  3.02500869195264453E-03  3.08151269920916432E-03  3.13907145905693245E-03
+  3.19770463590893315E-03  3.25743225988097112E-03  3.31827473355845570E-03
+  3.38025283888701653E-03  3.44338774418909924E-03  3.50770101130919165E-03
+  3.57321460288951166E-03  3.63995088977885073E-03  3.70793265857671979E-03
+  3.77718311931532665E-03  3.84772591328186135E-03  3.91958512098346777E-03
+  3.99278527025750431E-03  4.06735134452976439E-03  4.14330879122313221E-03
+  4.22068353031944399E-03  4.29950196307706325E-03  4.37979098090752160E-03
+  4.46157797441305848E-03  4.54489084258889557E-03  4.62975800219244532E-03
+  4.71620839728271145E-03  4.80427150893300049E-03  4.89397736511948053E-03
+  4.98535655078929420E-03  5.07844021811088529E-03  5.17326009691004493E-03
+  5.26984850529477536E-03  5.36823836047215126E-03  5.46846318976097409E-03
+  5.57055714180296202E-03  5.67455499797657817E-03  5.78049218401655365E-03
+  5.88840478184285594E-03  5.99832954160276280E-03  6.11030389392978185E-03
+  6.22436596242267708E-03  6.34055457634918537E-03  6.45890928357754912E-03
+  6.57947036374026926E-03  6.70227884163379119E-03  6.82737650085827111E-03
+  6.95480589770140420E-03  7.08461037527069112E-03  7.21683407787817970E-03
+  7.35152196568194909E-03  7.48871982958881910E-03  7.62847430642262306E-03
+  7.77083289436259622E-03  7.91584396865617143E-03  8.06355679761113289E-03
+  8.21402155887165919E-03  8.36728935598304163E-03  8.52341223524940086E-03
+  8.68244320289048369E-03  8.84443624250100258E-03  9.00944633281864846E-03
+  9.17752946580541532E-03  9.34874266504736803E-03  9.52314400447812348E-03
+  9.70079262743156132E-03  9.88174876602876742E-03  1.00660737609049901E-02
+  1.02538300812815598E-02  1.04450813453897326E-02  1.06398923412496411E-02
+  1.08383290478130008E-02  1.10404586564731948E-02  1.12463495929492480E-02
+  1.14560715395504928E-02  1.16696954578260834E-02  1.18872936116077750E-02
+  1.21089395904497854E-02  1.23347083334738213E-02  1.25646761536246342E-02
+  1.27989207623425000E-02  1.30375212946595952E-02  1.32805583347259115E-02
+  1.35281139417724634E-02  1.37802716765173701E-02  1.40371166280218868E-02
+  1.42987354410034524E-02  1.45652163436127344E-02  1.48366491756801930E-02
+  1.51131254174415100E-02  1.53947382187466925E-02  1.56815824287612343E-02
+  1.59737546261662575E-02  1.62713531498647826E-02  1.65744781302011174E-02
+  1.68832315207014319E-02  1.71977171303421342E-02  1.75180406563542473E-02
+  1.78443097175705265E-02  1.81766338883234471E-02  1.85151247329014418E-02
+  1.88598958405709824E-02  1.92110628611725648E-02  1.95687435412971039E-02
+  1.99330577610525791E-02  2.03041275714263975E-02  2.06820772322532237E-02
+  2.10670332507946548E-02  2.14591244209396612E-02  2.18584818630323113E-02
+  2.22652390643368683E-02  2.26795319201458095E-02  2.31014987755392212E-02
+  2.35312804678054974E-02  2.39690203695272150E-02  2.44148644323446476E-02
+  2.48689612314007547E-02  2.53314620104778121E-02  2.58025207278321234E-02
+  2.62822941027364837E-02  2.67709416627351163E-02  2.72686257916208569E-02
+  2.77755117781418315E-02  2.82917678654444546E-02  2.88175653012597219E-02
+  2.93530783888424490E-02  2.98984845386672526E-02  3.04539643208907723E-02
+  3.10197015185859071E-02  3.15958831817561986E-02  3.21826996821343442E-02
+  3.27803447687745331E-02  3.33890156244426584E-02  3.40089129228107606E-02
+  3.46402408864633915E-02  3.52832073457187007E-02  3.59380237982723783E-02
+  3.66049054696674370E-02  3.72840713745966196E-02  3.79757443790415400E-02
+  3.86801512632506672E-02  3.93975227855649923E-02  4.01280937470895882E-02
+  4.08721030572183480E-02  4.16297938000121104E-02  4.24014133014361111E-02
+  4.31872131974537776E-02  4.39874495029833612E-02  4.48023826817163101E-02
+  4.56322777167964821E-02  4.64774041823643319E-02  4.73380363159609518E-02
+  4.82144530917953534E-02  4.91069382948679800E-02  5.00157805959539209E-02
+  5.09412736274386518E-02  5.18837160600027214E-02  5.28434116801543702E-02
+  5.38206694685983145E-02  5.48158036794417214E-02  5.58291339202251491E-02
+  5.68609852327714715E-02  5.79116881748446277E-02  5.89815789026084947E-02
+  6.00709992538730475E-02  6.11802968321171203E-02  6.23098250912727247E-02
+  6.34599434212588798E-02  6.46310172342476619E-02  6.58234180516411860E-02
+  6.70375235917522183E-02  6.82737178581532822E-02  6.95323912286851531E-02
+  7.08139405450964321E-02  7.21187692032878858E-02  7.34472872441386815E-02
+  7.47999114448846536E-02  7.61770654110161538E-02  7.75791796686697288E-02
+  7.90066917574717420E-02  8.04600463238029084E-02  8.19396952144446633E-02
+  8.34460975705662578E-02  8.49797199220053701E-02  8.65410362818083423E-02
+  8.81305282409675650E-02  8.97486850633159028E-02  9.13960037805209291E-02
+  9.30729892871213216E-02  9.47801544355525716E-02  9.65180201310885388E-02
+  9.82871154266460323E-02  1.00087977617373675E-01  1.01921152334958881E-01
+  1.03787193641577458E-01  1.05686664123397139E-01  1.07620134983566373E-01
+  1.09588186134590676E-01  1.11591406290005940E-01  1.13630393055259654E-01
+  1.15705753017694535E-01  1.17818101835527933E-01  1.19968064325728152E-01
+  1.22156274550661359E-01  1.24383375903396820E-01  1.26650021191549222E-01
+  1.28956872719517446E-01  1.31304602368997159E-01  1.33693891677618193E-01
+  1.36125431915565309E-01  1.38599924160021648E-01  1.41118079367284710E-01
+  1.43680618442388996E-01  1.46288272306049794E-01  1.48941781958766950E-01
+  1.51641898541890419E-01  1.54389383395458490E-01  1.57185008112607383E-01
+  1.60029554590339684E-01  1.62923815076441325E-01  1.65868592212317700E-01
+  1.68864699071509805E-01  1.71912959193667447E-01  1.75014206613702428E-01
+  1.78169285885882989E-01  1.81379052102588756E-01  1.84644370907447952E-01
+  1.87966118502571833E-01  1.91345181649591189E-01  1.94782457664160635E-01
+  1.98278854403650062E-01  2.01835290247659727E-01  2.05452694071027675E-01
+  2.09132005208978289E-01  2.12874173414053292E-01  2.16680158804416878E-01
+  2.20550931803197237E-01  2.24487473068410881E-01  2.28490773413095427E-01
+  2.32561833715194011E-01  2.36701664816777790E-01  2.40911287412131636E-01
+  2.45191731924246925E-01  2.49544038369246879E-01  2.53969256208229410E-01
+  2.58468444186048640E-01  2.63042670156482750E-01  2.67693010893273464E-01
+  2.72420551886481732E-01  2.77226387123573503E-01  2.82111618854691049E-01
+  2.87077357341488204E-01  2.92124720588911591E-01  2.97254834059338835E-01
+  3.02468830368406771E-01  3.07767848961861379E-01  3.13153035772798960E-01
+  3.18625542858588240E-01  3.24186528016767395E-01  3.29837154379234554E-01
+  3.35578589983959730E-01  3.41412007323516953E-01  3.47338582869664458E-01
+  3.53359496573181331E-01  3.59475931338243848E-01  3.65689072470451904E-01
+  3.72000107097798072E-01  3.78410223563690584E-01  3.84920610791237294E-01
+  3.91532457617941421E-01  3.98246952099965634E-01  4.05065280785108395E-01
+  4.11988627953631337E-01  4.19018174826078504E-01  4.26155098737191929E-01
+  4.33400572275077112E-01  4.40755762384734018E-01  4.48221829435047514E-01
+  4.55799926248414700E-01  4.63491197092095186E-01  4.71296776630428793E-01
+  4.79217788837077885E-01  4.87255345866429268E-01  4.95410546883328751E-01
+  5.03684476850315477E-01  5.12078205271600639E-01  5.20592784892934146E-01
+  5.29229250356686443E-01  5.37988616811356568E-01  5.46871878474870510E-01
+  5.55880007150951316E-01  5.65013950698007195E-01  5.74274631449930961E-01
+  5.83662944588294819E-01  5.93179756465503472E-01  6.02825902878469710E-01
+  6.12602187292516254E-01  6.22509379015201869E-01  6.32548211319937659E-01
+  6.42719379519251843E-01  6.53023538987775432E-01  6.63461303134940339E-01
+  6.74033241327745447E-01  6.84739876763823307E-01  6.95581684295253799E-01
+  7.06559088203860819E-01  7.17672459928549999E-01  7.28922115745760602E-01
+  7.40308314403999024E-01  7.51831254713719810E-01  7.63491073094081818E-01
+  7.75287841078095230E-01  7.87221562778164907E-01  7.99292172314012728E-01
+  8.11499531205424507E-01  8.23843425732321499E-01  8.36323564265153419E-01
+  8.48939574568678967E-01  8.61691001082675267E-01  8.74577302183373817E-01
+  8.87597847429725473E-01  9.00751914799077458E-01  9.14038687917078541E-01
+  9.27457253287114369E-01  9.41006597525019028E-01  9.54685604605146398E-01
+  9.68493053124426684E-01  9.82427613591483340E-01  9.96487845748414092E-01
+  1.01067219593333846E+00  1.02497899449230667E+00  1.03940645324988568E+00
+  1.05395266304821522E+00  1.06861559136488182E+00  1.08339308002078960E+00
+  1.09828284298974399E+00  1.11328246432205402E+00  1.12838939619544343E+00
+  1.14360095710698939E+00  1.15891433022076695E+00  1.17432656188651885E+00
+  1.18983456034563462E+00  1.20543509464123000E+00  1.22112479375035088E+00
+  1.23690014595681275E+00  1.25275749848427465E+00  1.26869305740992777E+00
+  1.28470288788007725E+00  1.30078291464980866E+00  1.31692892296985198E+00
+  1.33313655984460677E+00  1.34940133568618581E+00  1.36571862639038955E+00
+  1.38208367586115788E+00  1.39849159901117037E+00  1.41493738526693136E+00
+  1.43141590260769558E+00  1.44792190216813044E+00  1.46445002343564123E+00
+  1.48099480007399276E+00  1.49755066640509593E+00  1.51411196458205666E+00
+  1.53067295248668600E+00  1.54722781238524476E+00  1.56377066037638812E+00
+  1.58029555666594401E+00  1.59679651670262590E+00  1.61326752320939537E+00
+  1.62970253914455654E+00  1.64609552162658979E+00  1.66244043685610077E+00
+  1.67873127606753947E+00  1.69496207254253761E+00  1.71112691971512287E+00
+  1.72721999039828411E+00  1.74323555715884559E+00  1.75916801386614452E+00
+  1.77501189843732821E+00  1.79076191679939711E+00  1.80641296808485396E+00
+  1.82196017107439800E+00  1.83739889189602223E+00  1.85272477298507532E+00
+  1.86793376330529437E+00  1.88302214982470506E+00  1.89798659023436311E+00
+  1.91282414689106961E+00  1.92753232195748403E+00  1.94210909370511597E+00
+  1.95655295393661621E+00  1.97086294647387827E+00  1.98503870664837478E+00
+  1.99908050171809748E+00  2.01298927212378409E+00  2.02676667348329431E+00
+  2.04041511920956786E+00  2.05393782362103927E+00  2.06733884539889345E+00
+  2.08062313122645826E+00  2.09379655942877108E+00  2.10686598341038511E+00
+  2.11983927466866184E+00  2.13272536513819233E+00  2.14553428859882800E+00
+  2.15827722085570883E+00  2.17096651837430699E+00  2.18361575502705385E+00
+  2.19623975658063841E+00  2.20885463252434988E+00  2.22147780481028967E+00
+  2.23412803304557528E+00  2.24682543564554926E+00  2.25959150642430373E+00
+  2.27244912606653315E+00  2.28542256789112841E+00  2.29853749728317247E+00
+  2.31182096413779803E+00  2.32530138762481897E+00  2.33900853255052787E+00
+  2.35297347655961531E+00  2.36722856738900234E+00  2.38180736935427539E+00
+  2.39674459822087194E+00  2.41207604358541339E+00  2.42783847786814810E+00
+  2.44406955099648826E+00  2.46080766984267107E+00  2.47809186146437455E+00
+  2.49596161918969450E+00  2.51445673058557162E+00  2.53361708635149618E+00
+  2.55348246919283994E+00  2.57409232174645197E+00  2.59548549266014916E+00
+  2.61769995996595384E+00  2.64077253093667963E+00  2.66473851767733905E+00
+  2.68963138777802513E+00  2.71548238944484410E+00  2.74232015063123313E+00
+  2.77017025181469734E+00  2.79905477220475163E+00  2.82899180932969330E+00
+  2.85999497213045473E+00  2.89207284789530306E+00  2.92522844359569234E+00
+  2.95945860243768166E+00  2.99475339672107665E+00  3.03109549840582559E+00
+  3.06845952911836406E+00  3.10681139169565412E+00  3.14610758575800631E+00
+  3.18629451022547983E+00  3.22730775615004717E+00  3.26907139371977706E+00
+  3.31149725781197901E+00  3.35448423701751963E+00  3.39791757163933994E+00
+  3.44166816677246246E+00  3.48559192720737698E+00  3.52952912155596366E+00
+  3.57330378367797152E+00  3.61672316018475115E+00  3.65957721350672216E+00
+  3.70163819073331624E+00  3.74266026915721284E+00  3.78237929017494068E+00
+  3.82051259390711806E+00  3.85675896759045145E+00  3.89079872145686068E+00
+  3.92229390643569076E+00  3.95088868858676534E+00  3.97620989567675664E+00
+  3.99786775173974362E+00  4.01545681579429470E+00  4.02855714111225893E+00
+  4.03673567152418400E+00  4.03954789119057978E+00  4.03653974403907867E+00
+  4.02724983864715824E+00  4.01121195371402806E+00  3.98795785838436956E+00
+  3.95702046054306322E+00  3.91793729475394414E+00  3.87025435975137810E+00
+  3.81353031326763059E+00  3.74734102947128278E+00  3.67128452136056183E+00
+  3.58498622707259784E+00  3.48810465519516555E+00  3.38033737976864401E+00
+  3.26142737070114563E+00  3.13116963975102891E+00  2.98941817601694737E+00
+  2.83609313797084539E+00  2.67118826142998245E+00  2.49477843443857239E+00
+  2.30702738076866964E+00  2.10819538359088909E+00  1.89864696975452674E+00
+  1.67885846297544461E+00  1.44942530098688849E+00  1.21106899728136952E+00
+  9.64643612347146018E-01  7.11141582192407640E-01  4.51698733299906507E-01
+  1.87598292838639935E-01 -7.97263192089960882E-02 -3.48690153555638815E-01
+ -6.17557114786512429E-01 -8.84442357260912360E-01 -1.14731701864749525E+00
+ -1.40401565105632464E+00 -1.65224674836509600E+00 -1.88960681101202255E+00
+ -2.11359843675756309E+00 -2.32165297826913353E+00 -2.51115836648772373E+00
+ -2.67949276330510067E+00 -2.82406477884156004E+00 -2.94236106840583744E+00
+ -3.03200221284390992E+00 -3.09080788432573073E+00 -3.11687240851224390E+00
+ -3.10865195427704100E+00 -3.06506471443882011E+00 -2.98560558580605173E+00
+ -2.87047701454852833E+00 -2.72073784344154124E+00 -2.53847218039666656E+00
+ -2.32698050185302563E+00 -2.09099540829448571E+00 -1.83692465984824871E+00
+ -1.57312433403102991E+00 -1.31020516072418758E+00 -1.06132298136204573E+00
+ -8.44517300722448017E-01 -6.57216935689321269E-01 -4.98050365178838939E-01
+ -3.65405964089423163E-01 -2.57445576495078043E-01 -1.72120611380786936E-01
+ -1.07189726552184450E-01 -6.02367761598477033E-02 -2.86872410575053187E-02
+ -9.82082794203853471E-03 -7.77306398306976554E-04  1.44805985249652630E-03
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  END     
+   TPROJECTOR   4 #p(r), for p(r)/r*Ylm)
+  0.00000000000000000E+00 -1.77121021486266622E-15 -7.15089007008105912E-15
+ -1.62397308015263512E-14 -2.91406147097030104E-14 -4.59586589841900243E-14
+ -6.68012603738502237E-14 -9.17781407188656889E-14 -1.21001393360950499E-13
+ -1.54585530448413969E-13 -1.92647531153050313E-13 -2.35306890816146835E-13
+ -2.82685671041246074E-13 -3.34908550751619001E-13 -3.92102878230722064E-13
+ -4.54398724164313557E-13 -5.21928935703181321E-13 -5.94829191565856997E-13
+ -6.73238058201012463E-13 -7.57297047029614542E-13 -8.47150672787338780E-13
+ -9.42946512988018126E-13 -1.04483526852942723E-12 -1.15297082546300804E-12
+ -1.26751031794959542E-12 -1.38861419242355235E-12 -1.51644627298828820E-12
+ -1.65117382806641054E-12 -1.79296763832819241E-12 -1.94200206592275663E-12
+ -2.09845512503637125E-12 -2.26250855380318359E-12 -2.43434788759386765E-12
+ -2.61416253370826919E-12 -2.80214584749858862E-12 -2.99849520995032346E-12
+ -3.20341210674819717E-12 -3.41710220885551019E-12 -3.63977545463536129E-12
+ -3.87164613354287555E-12 -4.11293297141813995E-12 -4.36385921741016623E-12
+ -4.62465273256274033E-12 -4.89554608009335718E-12 -5.17677661739744575E-12
+ -5.46858658981041751E-12 -5.77122322616070319E-12 -6.08493883614766780E-12
+ -6.40999090957874983E-12 -6.74664221750120919E-12 -7.09516091526390724E-12
+ -7.45582064754584439E-12 -7.82890065538851044E-12 -8.21468588526960043E-12
+ -8.61346710025737716E-12 -9.02554099328385050E-12 -9.45121030257781573E-12
+ -9.89078392929794345E-12 -1.03445770574074903E-11 -1.08129112758329262E-11
+ -1.12961147029499639E-11 -1.17945221134400129E-11 -1.23084750675629872E-11
+ -1.28383220428908319E-11 -1.33844185685488560E-11 -1.39471273620124254E-11
+ -1.45268184685061217E-11 -1.51238694030555788E-11 -1.57386652952417701E-11
+ -1.63715990367076354E-11 -1.70230714314708866E-11 -1.76934913490937396E-11
+ -1.83832758807651747E-11 -1.90928504983494803E-11 -1.98226492164574886E-11
+ -2.05731147575975858E-11 -2.13446987204640628E-11 -2.21378617514218546E-11
+ -2.29530737192490965E-11 -2.37908138931968247E-11 -2.46515711244304231E-11
+ -2.55358440309147007E-11 -2.64441411858088385E-11 -2.73769813094363333E-11
+ -2.83348934648980913E-11 -2.93184172573963690E-11 -3.03281030373400804E-11
+ -3.13645121073028149E-11 -3.24282169329048954E-11 -3.35198013576953075E-11
+ -3.46398608221064986E-11 -3.57890025865611061E-11 -3.69678459588061211E-11
+ -3.81770225255573875E-11 -3.94171763885312085E-11 -4.06889644049501853E-11
+ -4.19930564326040173E-11 -4.33301355795524390E-11 -4.47008984585582738E-11
+ -4.61060554463375211E-11 -4.75463309477188911E-11 -4.90224636648047829E-11
+ -5.05352068712274882E-11 -5.20853286915956699E-11 -5.36736123862311507E-11
+ -5.53008566412919151E-11 -5.69678758643869697E-11 -5.86755004857811094E-11
+ -6.04245772653003023E-11 -6.22159696050403662E-11 -6.40505578679906856E-11
+ -6.59292397026816898E-11 -6.78529303739740177E-11 -6.98225631000977049E-11
+ -7.18390893960661409E-11 -7.39034794235791292E-11 -7.60167223475414797E-11
+ -7.81798266993153160E-11 -8.03938207468418342E-11 -8.26597528717507206E-11
+ -8.49786919535989364E-11 -8.73517277613625064E-11 -8.97799713523316254E-11
+ -9.22645554785265943E-11 -9.48066350008029431E-11 -9.74073873107655007E-11
+ -1.00068012760654469E-10 -1.02789735101343968E-10 -1.05573801928612854E-10
+ -1.08421485137833386E-10 -1.11334081387249556E-10 -1.14312912569989498E-10
+ -1.17359326294992596E-10 -1.20474696377006352E-10 -1.23660423335832493E-10
+ -1.26917934904984105E-10 -1.30248686549947327E-10 -1.33654161996211678E-10
+ -1.37135873767261607E-10 -1.40695363732713312E-10 -1.44334203666791568E-10
+ -1.48053995817328615E-10 -1.51856373485500244E-10 -1.55743001616486948E-10
+ -1.59715577401269003E-10 -1.63775830889766402E-10 -1.67925525615535367E-10
+ -1.72166459232237720E-10 -1.76500464162105293E-10 -1.80929408256621602E-10
+ -1.85455195469653503E-10 -1.90079766543268818E-10 -1.94805099706466545E-10
+ -1.99633211387073208E-10 -2.04566156937052663E-10 -2.09606031371472134E-10
+ -2.14754970121386501E-10 -2.20015149800904074E-10 -2.25388788988691538E-10
+ -2.30878149024198464E-10 -2.36485534818874992E-10 -2.42213295682657198E-10
+ -2.48063826166016589E-10 -2.54039566917854553E-10 -2.60143005559551329E-10
+ -2.66376677575464515E-10 -2.72743167220185920E-10 -2.79245108442870521E-10
+ -2.85885185828964518E-10 -2.92666135559653168E-10 -2.99590746389357379E-10
+ -3.06661860641622874E-10 -3.13882375223747587E-10 -3.21255242660496757E-10
+ -3.28783472147258637E-10 -3.36470130623018517E-10 -3.44318343863498998E-10
+ -3.52331297594882582E-10 -3.60512238628454183E-10 -3.68864476016599685E-10
+ -3.77391382230538453E-10 -3.86096394360190591E-10 -3.94983015336616295E-10
+ -4.04054815177443176E-10 -4.13315432255683156E-10 -4.22768574592428198E-10
+ -4.32418021173837233E-10 -4.42267623292871716E-10 -4.52321305916254593E-10
+ -4.62583069077131853E-10 -4.73056989293892004E-10 -4.83747221015655713E-10
+ -4.94657998094930267E-10 -5.05793635287936121E-10 -5.17158529783130994E-10
+ -5.28757162758433834E-10 -5.40594100967731167E-10 -5.52673998357174789E-10
+ -5.65001597711848757E-10 -5.77581732333365292E-10 -5.90419327748977918E-10
+ -6.03519403452798924E-10 -6.16887074679723344E-10 -6.30527554212648609E-10
+ -6.44446154223679329E-10 -6.58648288149878240E-10 -6.73139472604227953E-10
+ -6.87925329322530188E-10 -7.03011587146810758E-10 -7.18404084046000419E-10
+ -7.34108769174534300E-10 -7.50131704969611265E-10 -7.66479069287844040E-10
+ -7.83157157581980440E-10 -8.00172385118534066E-10 -8.17531289237015971E-10
+ -8.35240531651584158E-10 -8.53306900795878927E-10 -8.71737314211918832E-10
+ -8.90538820983769029E-10 -9.09718604216930787E-10 -9.29283983564243781E-10
+ -9.49242417799207758E-10 -9.69601507437559844E-10 -9.90368997408091026E-10
+ -1.01155277977356620E-09 -1.03316089650265148E-09 -1.05520154229394190E-09
+ -1.07768306745288773E-09 -1.10061398082274231E-09 -1.12400295277050162E-09
+ -1.14785881822883293E-09 -1.17219057979511394E-09 -1.19700741088852642E-09
+ -1.22231865896647856E-09 -1.24813384880127457E-09 -1.27446268581826736E-09
+ -1.30131505949669009E-09 -1.32870104683413298E-09 -1.35663091587614282E-09
+ -1.38511512931193161E-09 -1.41416434813754055E-09 -1.44378943538771331E-09
+ -1.47400145993773477E-09 -1.50481170037658351E-09 -1.53623164895267839E-09
+ -1.56827301559365459E-09 -1.60094773200147677E-09 -1.63426795582434429E-09
+ -1.66824607490684612E-09 -1.70289471161974764E-09 -1.73822672727099076E-09
+ -1.77425522659938821E-09 -1.81099356235255947E-09 -1.84845533995063962E-09
+ -1.88665442223751956E-09 -1.92560493432104210E-09 -1.96532126850396783E-09
+ -2.00581808930741158E-09 -2.04711033858836814E-09 -2.08921324075318685E-09
+ -2.13214230806878576E-09 -2.17591334607338399E-09 -2.22054245908861412E-09
+ -2.26604605583501148E-09 -2.31244085515268773E-09 -2.35974389182920872E-09
+ -2.40797252253673212E-09 -2.45714443188036035E-09 -2.50727763855982880E-09
+ -2.55839050164675038E-09 -2.61050172697927091E-09 -2.66363037367686252E-09
+ -2.71779586077682850E-09 -2.77301797399541539E-09 -2.82931687261554905E-09
+ -2.88671309650351500E-09 -2.94522757325722167E-09 -3.00488162548829647E-09
+ -3.06569697824067169E-09 -3.12769576654811351E-09 -3.19090054313335617E-09
+ -3.25533428625143175E-09 -3.32102040767997525E-09 -3.38798276085909697E-09
+ -3.45624564918394434E-09 -3.52583383445240461E-09 -3.59677254547105562E-09
+ -3.66908748682239848E-09 -3.74280484779632533E-09 -3.81795131148868758E-09
+ -3.89455406407054282E-09 -3.97264080423077891E-09 -4.05223975279566696E-09
+ -4.13337966252866361E-09 -4.21608982811364887E-09 -4.30040009632500920E-09
+ -4.38634087638854616E-09 -4.47394315053602144E-09 -4.56323848475749238E-09
+ -4.65425903975521314E-09 -4.74703758210221020E-09 -4.84160749561028341E-09
+ -4.93800279291054451E-09 -5.03625812725096975E-09 -5.13640880451467742E-09
+ -5.23849079546359058E-09 -5.34254074821098563E-09 -5.44859600092755893E-09
+ -5.55669459478590670E-09 -5.66687528714665091E-09 -5.77917756499201450E-09
+ -5.89364165861055193E-09 -6.01030855553830223E-09 -6.12922001476080193E-09
+ -6.25041858118104961E-09 -6.37394760035843510E-09 -6.49985123352321240E-09
+ -6.62817447287247539E-09 -6.75896315715236127E-09 -6.89226398753184828E-09
+ -7.02812454377359080E-09 -7.16659330070798552E-09 -7.30771964501486282E-09
+ -7.45155389232001305E-09 -7.59814730461126250E-09 -7.74755210798077631E-09
+ -7.89982151069936180E-09 -8.05500972162918792E-09 -8.21317196898094943E-09
+ -8.37436451942233790E-09 -8.53864469754393744E-09 -8.70607090568974177E-09
+ -8.87670264415853921E-09 -9.05060053178353772E-09 -9.22782632689707219E-09
+ -9.40844294868780570E-09 -9.59251449895759132E-09 -9.78010628428529687E-09
+ -9.97128483860590741E-09 -1.01661179462115560E-08 -1.03646746651836216E-08
+ -1.05670253512628453E-08 -1.07732416821664881E-08 -1.09833966823603657E-08
+ -1.11975647482944543E-08 -1.14158216741109795E-08 -1.16382446778329542E-08
+ -1.18649124280438638E-08 -1.20959050710652808E-08 -1.23313042586439827E-08
+ -1.25711931761570309E-08 -1.28156565713439954E-08 -1.30647807835777263E-08
+ -1.33186537736820582E-08 -1.35773651543078337E-08 -1.38410062208771354E-08
+ -1.41096699831065558E-08 -1.43834511971204606E-08 -1.46624463981646972E-08
+ -1.49467539339326104E-08 -1.52364739985149896E-08 -1.55317086669843179E-08
+ -1.58325619306269159E-08 -1.61391397328336734E-08 -1.64515500056626695E-08
+ -1.67699027070856798E-08 -1.70943098589313216E-08 -1.74248855855387145E-08
+ -1.77617461531331896E-08 -1.81050100099398577E-08 -1.84547978270468213E-08
+ -1.88112325400329792E-08 -1.91744393913751875E-08 -1.95445459736475029E-08
+ -1.99216822735299831E-08 -2.03059807166399974E-08 -2.06975762132019465E-08
+ -2.10966062045721751E-08 -2.15032107106333109E-08 -2.19175323780760490E-08
+ -2.23397165295830666E-08 -2.27699112139341515E-08 -2.32082672570476534E-08
+ -2.36549383139771894E-08 -2.41100809218809156E-08 -2.45738545539814301E-08
+ -2.50464216745350746E-08 -2.55279477948300900E-08 -2.60186015302307911E-08
+ -2.65185546582900887E-08 -2.70279821779487676E-08 -2.75470623698409636E-08
+ -2.80759768577295159E-08 -2.86149106710886262E-08 -2.91640523088575666E-08
+ -2.97235938043882940E-08 -3.02937307916053278E-08 -3.08746625724051276E-08
+ -3.14665921853148100E-08 -3.20697264754359477E-08 -3.26842761656960677E-08
+ -3.33104559294323997E-08 -3.39484844643341603E-08 -3.45985845677666650E-08
+ -3.52609832135055120E-08 -3.59359116299038529E-08 -3.66236053795242499E-08
+ -3.73243044402577637E-08 -3.80382532879604615E-08 -3.87657009806367922E-08
+ -3.95069012441951344E-08 -4.02621125598096230E-08 -4.10315982529130968E-08
+ -4.18156265838573508E-08 -4.26144708402651519E-08 -4.34284094311142118E-08
+ -4.42577259825756161E-08 -4.51027094356478980E-08 -4.59636541456162028E-08
+ -4.68408599833696040E-08 -4.77346324386169655E-08 -4.86452827250290086E-08
+ -4.95731278873484869E-08 -5.05184909105042827E-08 -5.14817008307638342E-08
+ -5.24630928489648450E-08 -5.34630084458660827E-08 -5.44817954996535342E-08
+ -5.55198084056430480E-08 -5.65774081982249155E-08 -5.76549626750834758E-08
+ -5.87528465237461674E-08 -5.98714414504929962E-08 -6.10111363116793055E-08
+ -6.21723272475142015E-08 -6.33554178183406900E-08 -6.45608191434623641E-08
+ -6.57889500425684993E-08 -6.70402371798017314E-08 -6.83151152105198021E-08
+ -6.96140269308037304E-08 -7.09374234297574068E-08 -7.22857642446599682E-08
+ -7.36595175190153694E-08 -7.50591601635592120E-08 -7.64851780202738098E-08
+ -7.79380660294742525E-08 -7.94183284000145673E-08 -8.09264787826789107E-08
+ -8.24630404468122105E-08 -8.40285464602569100E-08 -8.56235398726511096E-08
+ -8.72485739021551537E-08 -8.89042121256704018E-08 -9.05910286726123886E-08
+ -9.23096084223096815E-08 -9.40605472050901905E-08 -9.58444520071316399E-08
+ -9.76619411791384048E-08 -9.95136446489210524E-08 -1.01400204137952332E-07
+ -1.03322273381967696E-07 -1.05280518355696107E-07 -1.07275617501788751E-07
+ -1.09308261964026947E-07 -1.11379155824896152E-07 -1.13489016347591640E-07
+ -1.15638574222562364E-07 -1.17828573818649881E-07 -1.20059773438935069E-07
+ -1.22332945581359369E-07 -1.24648877204223135E-07 -1.27008369996644995E-07
+ -1.29412240654085160E-07 -1.31861321159004223E-07 -1.34356459066789408E-07
+ -1.36898517797008275E-07 -1.39488376930119546E-07 -1.42126932509725532E-07
+ -1.44815097350475815E-07 -1.47553801351731005E-07 -1.50343991817084013E-07
+ -1.53186633779863472E-07 -1.56082710334713846E-07 -1.59033222975378983E-07
+ -1.62039191938802473E-07 -1.65101656555657942E-07 -1.68221675607429450E-07
+ -1.71400327690177462E-07 -1.74638711585093954E-07 -1.77937946635994401E-07
+ -1.81299173133857920E-07 -1.84723552708566456E-07 -1.88212268727957040E-07
+ -1.91766526704347945E-07 -1.95387554708642189E-07 -1.99076603792199282E-07
+ -2.02834948416574112E-07 -2.06663886891296282E-07 -2.10564741819838895E-07
+ -2.14538860553908575E-07 -2.18587615656248495E-07 -2.22712405372079024E-07
+ -2.26914654109354289E-07 -2.31195812927996969E-07 -2.35557360038286980E-07
+ -2.40000801308549088E-07 -2.44527670782352822E-07 -2.49139531205361880E-07
+ -2.53837974562043535E-07 -2.58624622622411675E-07 -2.63501127498979654E-07
+ -2.68469172214139387E-07 -2.73530471278133541E-07 -2.78686771277841791E-07
+ -2.83939851476568135E-07 -2.89291524425041544E-07 -2.94743636583841293E-07
+ -3.00298068957456068E-07 -3.05956737740184708E-07 -3.11721594974132147E-07
+ -3.17594629219492320E-07 -3.23577866237357721E-07 -3.29673369685300746E-07
+ -3.35883241825958680E-07 -3.42209624248851773E-07 -3.48654698605711498E-07
+ -3.55220687359538571E-07 -3.61909854547677358E-07 -3.68724506559137377E-07
+ -3.75666992926469784E-07 -3.82739707132415702E-07 -3.89945087431655865E-07
+ -3.97285617687917823E-07 -4.04763828226719799E-07 -4.12382296704066076E-07
+ -4.20143648991378744E-07 -4.28050560076958229E-07 -4.36105754984322015E-07
+ -4.44312009707670796E-07 -4.52672152164885459E-07 -4.61189063168293752E-07
+ -4.69865677413620005E-07 -4.78704984487395932E-07 -4.87710029893212406E-07
+ -4.96883916097151454E-07 -5.06229803592769036E-07 -5.15750911985961086E-07
+ -5.25450521100137156E-07 -5.35331972102036682E-07 -5.45398668648580472E-07
+ -5.55654078055189172E-07 -5.66101732485891877E-07 -5.76745230165743047E-07
+ -5.87588236615836988E-07 -5.98634485911461792E-07 -6.09887781963723715E-07
+ -6.21351999825167573E-07 -6.33031087019781737E-07 -6.44929064897858456E-07
+ -6.57050030016189579E-07 -6.69398155544067132E-07 -6.81977692695530479E-07
+ -6.94792972188434362E-07 -7.07848405730745448E-07 -7.21148487534657771E-07
+ -7.34697795858955018E-07 -7.48500994580279950E-07 -7.62562834793693354E-07
+ -7.76888156443209088E-07 -7.91481889982770626E-07 -8.06349058068301867E-07
+ -8.21494777281336590E-07 -8.36924259884935551E-07 -8.52642815612369336E-07
+ -8.68655853489236161E-07 -8.84968883689679518E-07 -9.01587519427258363E-07
+ -9.18517478881163563E-07 -9.35764587158465861E-07 -9.53334778293019185E-07
+ -9.71234097281726157E-07 -9.89468702158865458E-07 -1.00804486610920059E-06
+ -1.02696897962055444E-06 -1.04624755267668144E-06 -1.06588721699103663E-06
+ -1.08589472828236816E-06 -1.10627696859283475E-06 -1.12704094864939502E-06
+ -1.14819381026940271E-06 -1.16974282881112503E-06 -1.19169541567007501E-06
+ -1.21405912082200047E-06 -1.23684163541339666E-06 -1.26005079440044036E-06
+ -1.28369457923728486E-06 -1.30778112061452972E-06 -1.33231870124889037E-06
+ -1.35731575872510287E-06 -1.38278088839082422E-06 -1.40872284630567538E-06
+ -1.43515055224546806E-06 -1.46207309276246450E-06 -1.48949972430295589E-06
+ -1.51743987638302691E-06 -1.54590315482372271E-06 -1.57489934504664399E-06
+ -1.60443841543115878E-06 -1.63453052073439445E-06 -1.66518600557508170E-06
+ -1.69641540798254388E-06 -1.72822946301209105E-06 -1.76063910642780660E-06
+ -1.79365547845439584E-06 -1.82728992759893599E-06 -1.86155401454425969E-06
+ -1.89645951611489967E-06 -1.93201842931735458E-06 -1.96824297545574671E-06
+ -2.00514560432440040E-06 -2.04273899847885330E-06 -2.08103607758666980E-06
+ -2.12005000285946563E-06 -2.15979418156796271E-06 -2.20028227164126714E-06
+ -2.24152818635214126E-06 -2.28354609908993020E-06 -2.32635044822259105E-06
+ -2.36995594204962747E-06 -2.41437756384761078E-06 -2.45963057700996999E-06
+ -2.50573053028291408E-06 -2.55269326309908840E-06 -2.60053491101104704E-06
+ -2.64927191122619216E-06 -2.69892100824518944E-06 -2.74949925960574424E-06
+ -2.80102404173376708E-06 -2.85351305590389459E-06 -2.90698433431130113E-06
+ -2.96145624625717893E-06 -3.01694750444963158E-06 -3.07347717142249132E-06
+ -3.13106466607398146E-06 -3.18972977032764963E-06 -3.24949263591775220E-06
+ -3.31037379130151578E-06 -3.37239414870045437E-06 -3.43557501127348816E-06
+ -3.49993808042393598E-06 -3.56550546324315776E-06 -3.63229968009327997E-06
+ -3.70034367233170063E-06 -3.76966081017988822E-06 -3.84027490073931016E-06
+ -3.91221019615707943E-06 -3.98549140194430604E-06 -4.06014368544986710E-06
+ -4.13619268449252640E-06 -4.21366451615445775E-06 -4.29258578573905381E-06
+ -4.37298359589609160E-06 -4.45488555591755153E-06 -4.53831979120718313E-06
+ -4.62331495292682799E-06 -4.70990022782340124E-06 -4.79810534823905068E-06
+ -4.88796060230889985E-06 -4.97949684434893641E-06 -5.07274550543838947E-06
+ -5.16773860419964857E-06 -5.26450875777971041E-06 -5.36308919303692431E-06
+ -5.46351375793667032E-06 -5.56581693316024725E-06 -5.67003384393037927E-06
+ -5.77620027205807935E-06 -5.88435266821429656E-06 -5.99452816443125840E-06
+ -6.10676458683725881E-06 -6.22110046862935060E-06 -6.33757506328873994E-06
+ -6.45622835804293512E-06 -6.57710108757949115E-06 -6.70023474801638847E-06
+ -6.82567161113286069E-06 -6.95345473886685810E-06 -7.08362799808288763E-06
+ -7.21623607561627675E-06 -7.35132449359829669E-06 -7.48893962506780970E-06
+ -7.62912870987466846E-06 -7.77193987088027144E-06 -7.91742213046095302E-06
+ -8.06562542731977138E-06 -8.21660063361247120E-06 -8.37039957239343164E-06
+ -8.52707503538777616E-06 -8.68668080109549906E-06 -8.84927165323406284E-06
+ -9.01490339952539592E-06 -9.18363289083437163E-06 -9.35551804066456579E-06
+ -9.53061784501856368E-06 -9.70899240262937586E-06 -9.89070293556996272E-06
+ -1.00758118102476983E-05 -1.02643825587916980E-05 -1.04564799008390142E-05
+ -1.06521697657288445E-05 -1.08515193151109284E-05 -1.10545969659766780E-05
+ -1.12614724141204699E-05 -1.14722166580397361E-05 -1.16869020232813074E-05
+ -1.19056021872432352E-05 -1.21283922044394948E-05 -1.23553485322371146E-05
+ -1.25865490570744687E-05 -1.28220731211692218E-05 -1.30620015497253728E-05
+ -1.33064166786490000E-05 -1.35554023827817862E-05 -1.38090441046618742E-05
+ -1.40674288838226342E-05 -1.43306453866388455E-05 -1.45987839367302466E-05
+ -1.48719365459338502E-05 -1.51501969458545314E-05 -1.54336606200051034E-05
+ -1.57224248365479154E-05 -1.60165886816470324E-05 -1.63162530934445423E-05
+ -1.66215208966715629E-05 -1.69324968379058928E-05 -1.72492876214883027E-05
+ -1.75720019461106722E-05 -1.79007505420874995E-05 -1.82356462093230759E-05
+ -1.85768038559894902E-05 -1.89243405379268745E-05 -1.92783754987791524E-05
+ -1.96390302108810850E-05 -2.00064284169082567E-05 -2.03806961723057277E-05
+ -2.07619618885098895E-05 -2.11503563769773389E-05 -2.15460128940367769E-05
+ -2.19490671865793009E-05 -2.23596575386014420E-05 -2.27779248186194471E-05
+ -2.32040125279684936E-05 -2.36380668500037292E-05 -2.40802367002231288E-05
+ -2.45306737773239025E-05 -2.49895326152153874E-05 -2.54569706360018391E-05
+ -2.59331482039573094E-05 -2.64182286805070428E-05 -2.69123784802374283E-05
+ -2.74157671279523285E-05 -2.79285673167952472E-05 -2.84509549674572578E-05
+ -2.89831092884927286E-05 -2.95252128377592165E-05 -3.00774515850090824E-05
+ -3.06400149756462433E-05 -3.12130959956789090E-05 -3.17968912378821110E-05
+ -3.23916009691974159E-05 -3.29974291993943099E-05 -3.36145837510105092E-05
+ -3.42432763306029485E-05 -3.48837226013262665E-05 -3.55361422568713692E-05
+ -3.62007590967815122E-05 -3.68778011031785239E-05 -3.75675005189209343E-05
+ -3.82700939272233103E-05 -3.89858223327622217E-05 -3.97149312442984640E-05
+ -4.04576707588417218E-05 -4.12142956473905502E-05 -4.19850654422692239E-05
+ -4.27702445261013246E-05 -4.35701022224429851E-05 -4.43849128881101170E-05
+ -4.52149560072293987E-05 -4.60605162870488687E-05 -4.69218837555356375E-05
+ -4.77993538607990418E-05 -4.86932275723699006E-05 -4.96038114843723530E-05
+ -5.05314179206245743E-05 -5.14763650416994302E-05 -5.24389769539883039E-05
+ -5.34195838208021117E-05 -5.44185219755450689E-05 -5.54361340370071497E-05
+ -5.64727690268062221E-05 -5.75287824890259895E-05 -5.86045366120890160E-05
+ -5.97004003529053560E-05 -6.08167495633415121E-05 -6.19539671190511107E-05
+ -6.31124430507117745E-05 -6.42925746777147852E-05 -6.54947667443503368E-05
+ -6.67194315585391718E-05 -6.79669891331507179E-05 -6.92378673299686841E-05
+ -7.05325020063371836E-05 -7.18513371645529777E-05 -7.31948251040437413E-05
+ -7.45634265763914087E-05 -7.59576109432474130E-05 -7.73778563372046527E-05
+ -7.88246498256652450E-05 -8.02984875777760284E-05 -8.17998750344770269E-05
+ -8.33293270817296085E-05 -8.48873682269780049E-05 -8.64745327789074843E-05
+ -8.80913650305586169E-05 -8.97384194458617380E-05 -9.14162608496571754E-05
+ -9.31254646212615494E-05 -9.48666168916495077E-05 -9.66403147443188203E-05
+ -9.84471664199069768E-05 -1.00287791524626723E-04 -1.02162821242597136E-04
+ -1.04072898552136101E-04 -1.06018678446096002E-04 -1.08000828156310099E-04
+ -1.10020027382232339E-04 -1.12076968523845883E-04 -1.14172356918919879E-04
+ -1.16306911084699106E-04 -1.18481362964103468E-04 -1.20696458176524116E-04
+ -1.22952956273305941E-04 -1.25251630997998587E-04 -1.27593270551463350E-04
+ -1.29978677861934222E-04 -1.32408670860120151E-04 -1.34884082759439863E-04
+ -1.37405762341493267E-04 -1.39974574246862205E-04 -1.42591399271330967E-04
+ -1.45257134667653258E-04 -1.47972694452936466E-04 -1.50739009721772101E-04
+ -1.53557028965215284E-04 -1.56427718395705010E-04 -1.59352062278064082E-04
+ -1.62331063266671404E-04 -1.65365742748922317E-04 -1.68457141195111379E-04
+ -1.71606318514837698E-04 -1.74814354420059731E-04 -1.78082348794935405E-04
+ -1.81411422072557055E-04 -1.84802715618721802E-04 -1.88257392122855830E-04
+ -1.91776635996247368E-04 -1.95361653777700178E-04 -1.99013674546761167E-04
+ -2.02733950344659601E-04 -2.06523756603096270E-04 -2.10384392581039708E-04
+ -2.14317181809669643E-04 -2.18323472545620882E-04 -2.22404638232688644E-04
+ -2.26562077972135398E-04 -2.30797217001792220E-04 -2.35111507184078894E-04
+ -2.39506427503136522E-04 -2.43983484571236894E-04 -2.48544213144629182E-04
+ -2.53190176649019448E-04 -2.57922967714845704E-04 -2.62744208722532398E-04
+ -2.67655552357925022E-04 -2.72658682178077648E-04 -2.77755313187589333E-04
+ -2.82947192425698829E-04 -2.88236099564316518E-04 -2.93623847517210401E-04
+ -2.99112283060561025E-04 -3.04703287465075967E-04 -3.10398777139887631E-04
+ -3.16200704288478111E-04 -3.22111057576803059E-04 -3.28131862813889948E-04
+ -3.34265183645124321E-04 -3.40513122258442923E-04 -3.46877820103714532E-04
+ -3.53361458625509051E-04 -3.59966260009532760E-04 -3.66694487942977347E-04
+ -3.73548448389030138E-04 -3.80530490375827202E-04 -3.87643006800102597E-04
+ -3.94888435245812188E-04 -4.02269258818019337E-04 -4.09788006992290767E-04
+ -4.17447256479953855E-04 -4.25249632109448274E-04 -4.33197807724093088E-04
+ -4.41294507096596763E-04 -4.49542504860573310E-04 -4.57944627459439067E-04
+ -4.66503754112947925E-04 -4.75222817801747082E-04 -4.84104806270265571E-04
+ -4.93152763048261469E-04 -5.02369788491403369E-04 -5.11759040841207888E-04
+ -5.21323737304738716E-04 -5.31067155154357545E-04 -5.40992632847995267E-04
+ -5.51103571170224885E-04 -5.61403434394605388E-04 -5.71895751467636163E-04
+ -5.82584117214754102E-04 -5.93472193568752226E-04 -6.04563710821061102E-04
+ -6.15862468896307639E-04 -6.27372338650584744E-04 -6.39097263193851408E-04
+ -6.51041259236943750E-04 -6.63208418463630267E-04 -6.75602908928160575E-04
+ -6.88228976478828715E-04 -7.01090946207978856E-04 -7.14193223928954925E-04
+ -7.27540297680540418E-04 -7.41136739259320304E-04 -7.54987205780519293E-04
+ -7.69096441267868528E-04 -7.83469278272994236E-04 -7.98110639524868271E-04
+ -8.13025539609945908E-04 -8.28219086683441939E-04 -8.43696484212444562E-04
+ -8.59463032751378846E-04 -8.75524131750395670E-04 -8.91885281397367894E-04
+ -9.08552084494083576E-04 -9.25530248367231658E-04 -9.42825586814846715E-04
+ -9.60444022088885810E-04 -9.78391586914576297E-04 -9.96674426547228438E-04
+ -1.01529880086715339E-03 -1.03427108651349669E-03 -1.05359777905755141E-03
+ -1.07328549521643491E-03 -1.09334097510776487E-03 -1.11377108454605933E-03
+ -1.13458281738183309E-03 -1.15578329788385524E-03 -1.17737978316565309E-03
+ -1.19937966565691195E-03 -1.22179047562062616E-03 -1.24461988371689109E-03
+ -1.26787570361409051E-03 -1.29156589464846788E-03 -1.31569856453286459E-03
+ -1.34028197211557860E-03 -1.36532453019028209E-03 -1.39083480835786207E-03
+ -1.41682153594118680E-03 -1.44329360495374943E-03 -1.47026007312318213E-03
+ -1.49773016697062750E-03 -1.52571328494701276E-03 -1.55421900062722822E-03
+ -1.58325706596327241E-03 -1.61283741459752016E-03 -1.64297016523704421E-03
+ -1.67366562509029589E-03 -1.70493429336711962E-03 -1.73678686484332687E-03
+ -1.76923423349103527E-03 -1.80228749617587693E-03 -1.83595795642238838E-03
+ -1.87025712824873385E-03 -1.90519674007208137E-03 -1.94078873868589862E-03
+ -1.97704529331044557E-03 -2.01397879971782542E-03 -2.05160188443292198E-03
+ -2.08992740901160941E-03 -2.12896847439762813E-03 -2.16873842535950968E-03
+ -2.20925085500907337E-03 -2.25051960940293901E-03 -2.29255879222847823E-03
+ -2.33538276957584272E-03 -2.37900617479750408E-03 -2.42344391345703739E-03
+ -2.46871116836857619E-03 -2.51482340472862064E-03 -2.56179637534200647E-03
+ -2.60964612594347285E-03 -2.65838900061677284E-03 -2.70804164731289383E-03
+ -2.75862102346928310E-03 -2.81014440173184103E-03 -2.86262937578148427E-03
+ -2.91609386626725739E-03 -2.97055612684775719E-03 -3.02603475034276571E-03
+ -3.08254867499745816E-03 -3.14011719086044333E-03 -3.19875994627843128E-03
+ -3.25849695450917964E-03 -3.31934860045470653E-03 -3.38133564751740348E-03
+ -3.44447924458062688E-03 -3.50880093311642730E-03 -3.57432265442236830E-03
+ -3.64106675698986498E-03 -3.70905600400638254E-03 -3.77831358099367694E-03
+ -3.84886310358459327E-03 -3.92072862544091613E-03 -3.99393464631458799E-03
+ -4.06850612025493573E-03 -4.14446846396416581E-03 -4.22184756530450886E-03
+ -4.30066979195838257E-03 -4.38096200024552622E-03 -4.46275154409893522E-03
+ -4.54606628420274952E-03 -4.63093459729501701E-03 -4.71738538563765478E-03
+ -4.80544808665714536E-03 -4.89515268275838265E-03 -4.98652971131504849E-03
+ -5.07961027483927983E-03 -5.17442605133368490E-03 -5.27100930482928519E-03
+ -5.36939289611179302E-03 -5.46961029364021606E-03 -5.57169558466050208E-03
+ -5.67568348651777480E-03 -5.78160935817059046E-03 -5.88950921191063598E-03
+ -5.99941972529084364E-03 -6.11137825326634951E-03 -6.22542284055098080E-03
+ -6.34159223419352575E-03 -6.45992589637706810E-03 -6.58046401744536921E-03
+ -6.70324752915978442E-03 -6.82831811819097079E-03 -6.95571823984892507E-03
+ -7.08549113205535555E-03 -7.21768082956249918E-03 -7.35233217842233208E-03
+ -7.48949085071048612E-03 -7.62920335950853859E-03 -7.77151707414945603E-03
+ -7.91648023573026174E-03 -8.06414197289625004E-03 -8.21455231790061205E-03
+ -8.36776222294526376E-03 -8.52382357680580086E-03 -8.68278922174613860E-03
+ -8.84471297072727397E-03 -9.00964962491451749E-03 -9.17765499148812461E-03
+ -9.34878590176235411E-03 -9.52310022961727273E-03 -9.70065691024871862E-03
+ -9.88151595924059364E-03 -1.00657384919662328E-02 -1.02533867433208803E-02
+ -1.04445240877938973E-02 -1.06392150598832932E-02 -1.08375253748585407E-02
+ -1.10395219498780478E-02 -1.12452729254641504E-02 -1.14548476873442343E-02
+ -1.16683168886601227E-02 -1.18857524725537456E-02 -1.21072276951334420E-02
+ -1.23328171488263846E-02 -1.25625967861235088E-02 -1.27966439437215140E-02
+ -1.30350373670690897E-02 -1.32778572353217314E-02 -1.35251851867115788E-02
+ -1.37771043443382299E-02 -1.40336993423866713E-02 -1.42950563527765931E-02
+ -1.45612631122517058E-02 -1.48324089499126191E-02 -1.51085848152004640E-02
+ -1.53898833063373791E-02 -1.56763986992294810E-02 -1.59682269768383137E-02
+ -1.62654658590274601E-02 -1.65682148328898729E-02 -1.68765751835625172E-02
+ -1.71906500255339170E-02 -1.75105443344511849E-02 -1.78363649794326326E-02
+ -1.81682207558918549E-02 -1.85062224188800376E-02 -1.88504827169510975E-02
+ -1.92011164265582582E-02 -1.95582403869853996E-02 -1.99219735358217437E-02
+ -2.02924369449835953E-02 -2.06697538572913272E-02 -2.10540497236051255E-02
+ -2.14454522405284412E-02 -2.18440913886821381E-02 -2.22500994715558176E-02
+ -2.26636111549445018E-02 -2.30847635069713480E-02 -2.35136960387077182E-02
+ -2.39505507453911526E-02 -2.43954721482494002E-02 -2.48486073369341282E-02
+ -2.53101060125718591E-02 -2.57801205314335119E-02 -2.62588059492298992E-02
+ -2.67463200660376516E-02 -2.72428234718590373E-02 -2.77484795928198552E-02
+ -2.82634547380121032E-02 -2.87879181469810896E-02 -2.93220420378643570E-02
+ -2.98660016561834440E-02 -3.04199753242941212E-02 -3.09841444914944059E-02
+ -3.15586937847969207E-02 -3.21438110603654431E-02 -3.27396874556175332E-02
+ -3.33465174419976529E-02 -3.39644988784178897E-02 -3.45938330653713100E-02
+ -3.52347247997149282E-02 -3.58873824301254168E-02 -3.65520179132261674E-02
+ -3.72288468703820402E-02 -3.79180886451672000E-02 -3.86199663614963523E-02
+ -3.93347069824231538E-02 -4.00625413695985255E-02 -4.08037043433902291E-02
+ -4.15584347436530749E-02 -4.23269754911509144E-02 -4.31095736496221044E-02
+ -4.39064804884807536E-02 -4.47179515461509913E-02 -4.55442466940214619E-02
+ -4.63856302010162425E-02 -4.72423707987669750E-02 -4.81147417473818118E-02
+ -4.90030209017958407E-02 -4.99074907786899724E-02 -5.08284386239696573E-02
+ -5.17661564807810892E-02 -5.27209412580572356E-02 -5.36930947995718222E-02
+ -5.46829239534830647E-02 -5.56907406423496343E-02 -5.67168619335978175E-02
+ -5.77616101104155566E-02 -5.88253127430519163E-02 -5.99083027604942753E-02
+ -6.10109185224985695E-02 -6.21335038919442195E-02 -6.32764083074765504E-02
+ -6.44399868564188572E-02 -6.56246003479022122E-02 -6.68306153861913665E-02
+ -6.80584044441619462E-02 -6.93083459368885602E-02 -7.05808242953035181E-02
+ -7.18762300398809728E-02 -7.31949598542958046E-02 -7.45374166590152820E-02
+ -7.59040096847620749E-02 -7.72951545457991884E-02 -7.87112733129788356E-02
+ -8.01527945864937141E-02 -8.16201535682616608E-02 -8.31137921338914176E-02
+ -8.46341589041408049E-02 -8.61817093158080416E-02 -8.77569056919735857E-02
+ -8.93602173115103926E-02 -9.09921204777859871E-02 -9.26530985864554846E-02
+ -9.43436421922671520E-02 -9.60642490747730116E-02 -9.78154243028508397E-02
+ -9.95976802979333664E-02 -1.01411536895822274E-01 -1.03257521406991126E-01
+ -1.05136168675245278E-01 -1.07048021134613980E-01 -1.08993628864352987E-01
+ -1.10973549641916358E-01 -1.12988348993751875E-01 -1.15038600243788092E-01
+ -1.17124884559442310E-01 -1.19247790995001934E-01 -1.21407916532213056E-01
+ -1.23605866117895036E-01 -1.25842252698412926E-01 -1.28117697250814955E-01
+ -1.30432828810445711E-01 -1.32788284494825881E-01 -1.35184709523600344E-01
+ -1.37622757234335535E-01 -1.40103089093929711E-01 -1.42626374705418724E-01
+ -1.45193291809924463E-01 -1.47804526283500215E-01 -1.50460772128608533E-01
+ -1.53162731459962675E-01 -1.55911114484455104E-01 -1.58706639474880118E-01
+ -1.61550032737144356E-01 -1.64442028570675469E-01 -1.67383369221678791E-01
+ -1.70374804828931192E-01 -1.73417093361759367E-01 -1.76511000549844255E-01
+ -1.79657299804488968E-01 -1.82856772130976841E-01 -1.86110206031594116E-01
+ -1.89418397398961602E-01 -1.92782149399216896E-01 -1.96202272344624506E-01
+ -1.99679583555176787E-01 -2.03214907208726814E-01 -2.06809074179145402E-01
+ -2.10462921862071495E-01 -2.14177293987692807E-01 -2.17953040420080457E-01
+ -2.21791016942511909E-01 -2.25692085028258438E-01 -2.29657111596248020E-01
+ -2.33686968751033008E-01 -2.37782533506467719E-01 -2.41944687492460009E-01
+ -2.46174316644195090E-01 -2.50472310873147475E-01 -2.54839563719242546E-01
+ -2.59276971983475990E-01 -2.63785435340267105E-01 -2.68365855928870078E-01
+ -2.73019137923073529E-01 -2.77746187078426798E-01 -2.82547910256262913E-01
+ -2.87425214923697769E-01 -2.92379008628780412E-01 -2.97410198450018814E-01
+ -3.02519690419405851E-01 -3.07708388918079501E-01 -3.12977196043781269E-01
+ -3.18327010949160827E-01 -3.23758729150075641E-01 -3.29273241802931382E-01
+ -3.34871434950101410E-01 -3.40554188732547169E-01 -3.46322376568551471E-01
+ -3.52176864297706338E-01 -3.58118509289069076E-01 -3.64148159512522218E-01
+ -3.70266652572307065E-01 -3.76474814701705629E-01 -3.82773459717830056E-01
+ -3.89163387935481220E-01 -3.95645385039033126E-01 -4.02220220911263748E-01
+ -4.08888648418108458E-01 -4.15651402148273563E-01 -4.22509197106616829E-01
+ -4.29462727360312435E-01 -4.36512664636696135E-01 -4.43659656871778774E-01
+ -4.50904326708409631E-01 -4.58247269943070634E-01 -4.65689053920310458E-01
+ -4.73230215873836180E-01 -4.80871261213370316E-01 -4.88612661756262057E-01
+ -4.96454853903072424E-01 -5.04398236756200768E-01 -5.12443170180828300E-01
+ -5.20589972807344425E-01 -5.28838919974620403E-01 -5.37190241613453745E-01
+ -5.45644120069600946E-01 -5.54200687865924024E-01 -5.62860025403178810E-01
+ -5.71622158599159436E-01 -5.80487056465886830E-01 -5.89454628624758614E-01
+ -5.98524722759568473E-01 -6.07697122007559543E-01 -6.16971542288591746E-01
+ -6.26347629572958198E-01 -6.35824957088214848E-01 -6.45403022465691922E-01
+ -6.55081244827681264E-01 -6.64858961816103378E-01 -6.74735426564085472E-01
+ -6.84709804611752126E-01 -6.94781170767928113E-01 -7.04948505919739343E-01
+ -7.15210693792134755E-01 -7.25566517659917309E-01 -7.36014657014889551E-01
+ -7.46553684191267219E-01 -7.57182060952601432E-01 -7.67898135044068564E-01
+ -7.78700136714074898E-01 -7.89586175209723518E-01 -8.00554235251007107E-01
+ -8.11602173488982004E-01 -8.22727714953781053E-01 -8.33928449498602564E-01
+ -8.45201828246455733E-01 -8.56545160046964682E-01 -8.67955607950988917E-01
+ -8.79430185711478352E-01 -8.90965754319576142E-01 -9.02559018585602502E-01
+ -9.14206523775239255E-01 -9.25904652311815290E-01 -9.37649620556517682E-01
+ -9.49437475678956311E-01 -9.61264092631219924E-01 -9.73125171239599851E-01
+ -9.85016233428846810E-01 -9.96932620594574104E-01 -1.00886949114067992E+00
+ -1.02082181819918905E+00 -1.03278438755115065E+00 -1.04475179576804411E+00
+ -1.05671844859438036E+00 -1.06867855959283453E+00 -1.08062614907480814E+00
+ -1.09255504334000531E+00 -1.10445887424992328E+00 -1.11633107916123819E+00
+ -1.12816490124621271E+00 -1.13995339022841780E+00 -1.15168940356328697E+00
+ -1.16336560809412326E+00 -1.17497448221539447E+00 -1.18650831857646288E+00
+ -1.19795922735983407E+00 -1.20931914016947140E+00 -1.22057981456561748E+00
+ -1.23173283928395705E+00 -1.24276964017775082E+00 -1.25368148692290138E+00
+ -1.26445950052702472E+00 -1.27509466168391761E+00 -1.28557782001658616E+00
+ -1.29589970425220091E+00 -1.30605093337331990E+00 -1.31602202879006658E+00
+ -1.32580342757902869E+00 -1.33538549683419827E+00 -1.34475854917622772E+00
+ -1.35391285946582052E+00 -1.36283868276714859E+00 -1.37152627360678281E+00
+ -1.37996590657298146E+00 -1.38814789829954144E+00 -1.39606263087677185E+00
+ -1.40370057673154669E+00 -1.41105232501574029E+00 -1.41810860954083040E+00
+ -1.42486033829373504E+00 -1.43129862456596690E+00 -1.43741481972473473E+00
+ -1.44320054765089090E+00 -1.44864774086410009E+00 -1.45374867835037591E+00
+ -1.45849602510196164E+00 -1.46288287337283585E+00 -1.46690278564628329E+00
+ -1.47054983930341798E+00 -1.47381867297270297E+00 -1.47670453453148554E+00
+ -1.47920333072026011E+00 -1.48131167831896349E+00 -1.48302695682305874E+00
+ -1.48434736254324484E+00 -1.48527196403920314E+00 -1.48580075878165196E+00
+ -1.48593473092154760E+00 -1.48567591002591115E+00 -1.48502743062292275E+00
+ -1.48399359237659390E+00 -1.48257992069115652E+00 -1.48079322752186116E+00
+ -1.47864167214447662E+00 -1.47613482161025367E+00 -1.47328371058585006E+00
+ -1.47010090024932616E+00 -1.46660053588304962E+00 -1.46279840277324524E+00
+ -1.45871197999300861E+00 -1.45436049161156689E+00 -1.44976495483718715E+00
+ -1.44494822456439742E+00 -1.43993503375889631E+00 -1.43475202907414534E+00
+ -1.42942780105467371E+00 -1.42399290824050340E+00 -1.41847989444604572E+00
+ -1.41292329844636555E+00 -1.40735965526153350E+00 -1.40182748818951808E+00
+ -1.39636729069696486E+00 -1.39102149723822777E+00 -1.38583444203397121E+00
+ -1.38085230480450605E+00 -1.37612304241849515E+00 -1.37169630538592457E+00
+ -1.36762333809582159E+00 -1.36395686167570673E+00 -1.36075093832888427E+00
+ -1.35806081599247719E+00 -1.35594275215176552E+00 -1.35445381564434086E+00
+ -1.35365166529692971E+00 -1.35359430425339866E+00 -1.35433980888014460E+00
+ -1.35594603117353074E+00 -1.35847027364533801E+00 -1.36196893572746092E+00
+ -1.36649713081752111E+00 -1.37210827318443762E+00 -1.37885363406852690E+00
+ -1.38678186644561663E+00 -1.39593849808049697E+00 -1.40636539267516270E+00
+ -1.41810017911894448E+00 -1.43117564907836581E+00 -1.44561912341942644E+00
+ -1.46145178824191646E+00 -1.47868800161968750E+00 -1.49733457248984436E+00
+ -1.51739001351244340E+00 -1.53884377013859464E+00 -1.56167542857392405E+00
+ -1.58585390580914165E+00 -1.61133662541365297E+00 -1.63806868334380695E+00
+ -1.66598200861607637E+00 -1.69499452432333797E+00 -1.72500931514224476E+00
+ -1.75591380817765597E+00 -1.78757897472411997E+00 -1.81985856128576273E+00
+ -1.85258835898372709E+00 -1.88558552129205736E+00 -1.91864794086936996E+00
+ -1.95155369709569371E+00 -1.98406058676892627E+00 -2.01590575125863936E+00
+ -2.04680541424992057E+00 -2.07645474502083260E+00 -2.10452786298072780E+00
+ -2.13067799993294926E+00 -2.15453783720776926E+00 -2.17572003541861747E+00
+ -2.19381797511576693E+00 -2.20840672702381369E+00 -2.21904427083766365E+00
+ -2.22527298168976628E+00 -2.22662140337311953E+00 -2.22260632717907924E+00
+ -2.21273519476475045E+00 -2.19650884277437086E+00 -2.17342460596750797E+00
+ -2.14297979433540320E+00 -2.10467555806670248E+00 -2.05802115223980664E+00
+ -2.00253861071768924E+00 -1.93776783588134549E+00 -1.86327210750954464E+00
+ -1.77864401026328522E+00 -1.68351177481678249E+00 -1.57754602265372768E+00
+ -1.46046689886935965E+00 -1.33205157094064219E+00 -1.19214206429920822E+00
+ -1.04065339761064735E+00 -8.77581971876566058E-01 -7.03014157770130765E-01
+ -5.17135014932048165E-01 -3.20237065214950434E-01 -1.12729029004558612E-01
+  1.04855580331879139E-01  3.31850124203420194E-01  5.67446905887429409E-01
+  8.10689792427858436E-01  1.06046756682002297E+00  1.31550820782515032E+00
+  1.57437431863609234E+00  1.83545995174291221E+00  2.09698910596175381E+00
+  2.35701620298391390E+00  2.61342888530869288E+00  2.86395351541266940E+00
+  3.10616379793540354E+00  3.33749299300548508E+00  3.55525024016207603E+00
+  3.75664156928309900E+00  3.93879623821209179E+00  4.09879910715727469E+00
+  4.23372983828893013E+00  4.34070979616938768E+00  4.41695762172699258E+00
+  4.45985456039556638E+00  4.46702074483312828E+00  4.43640376528791247E+00
+  4.36638100710126320E+00  4.25587739582409785E+00  4.10450036651269912E+00
+  3.91269406522151231E+00  3.68191499733024230E+00  3.41483155838546626E+00
+  3.11555011714305730E+00  2.78987056511237785E+00  2.44557449879897959E+00
+  2.09274945540045865E+00  1.74415287413819575E+00  1.41555718420618715E+00
+  1.12854233709889495E+00  8.80029908962225660E-01  6.68343366677318418E-01
+  4.91485983566748441E-01  3.47155384677785228E-01  2.32760995828832279E-01
+  1.45443150366161733E-01  8.20920978623621844E-02  3.93645627130245757E-02
+  1.36948037655388946E-02  1.29631996466688954E-03 -1.85058465918333179E-03
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  END     
+   PHI    1 #phi(r), for phi(r)/r*Ylm)
+  0.00000000000000000E+00  1.45436929406488638E-07  2.92226537826657677E-07
+  4.40381405992702541E-07  5.89914231640417168E-07  7.40837830597263655E-07
+  8.93165137880558338E-07  1.04690920880586845E-06  1.20208322010571629E-06
+  1.35870047105868194E-06  1.51677438462900589E-06  1.67631850861678838E-06
+  1.83734651681887962E-06  1.99987221020056967E-06  2.16390951807816267E-06
+  2.32947249931255873E-06  2.49657534351391985E-06  2.66523237225754802E-06
+  2.83545804031106273E-06  3.00726693687298171E-06  3.18067378682283733E-06
+  3.35569345198288684E-06  3.53234093239157981E-06  3.71063136758885313E-06
+  3.89058003791337847E-06  4.07220236581186134E-06  4.25551391716053026E-06
+  4.44053040259890147E-06  4.62726767887594346E-06  4.81574175020876265E-06
+  5.00596876965391252E-06  5.19796504049145896E-06  5.39174701762191802E-06
+  5.58733130897616516E-06  5.78473467693846832E-06  5.98397403978273739E-06
+  6.18506647312214312E-06  6.38802921137219120E-06  6.59287964922742516E-06
+  6.79963534315181887E-06  7.00831401288308087E-06  7.21893354295088549E-06
+  7.43151198420926052E-06  7.64606755538319229E-06  7.86261864462964129E-06
+  8.08118381111303279E-06  8.30178178659541723E-06  8.52443147704140616E-06
+  8.74915196423804320E-06  8.97596250742969786E-06  9.20488254496821112E-06
+  9.43593169597832140E-06  9.66912976203862011E-06  9.90449672887810951E-06
+  1.01420527680885476E-05  1.03818182388526900E-05  1.06238136896886207E-05
+  1.08680598602102859E-05  1.11145776829043902E-05  1.13633882849238273E-05
+  1.16145129898977574E-05  1.18679733197585392E-05  1.21237909965856147E-05
+  1.23819879444665683E-05  1.26425862913754391E-05  1.29056083710685586E-05
+  1.31710767249979368E-05  1.34390141042425012E-05  1.37094434714572447E-05
+  1.39823880028405104E-05  1.42578710901195522E-05  1.45359163425545569E-05
+  1.48165475889613136E-05  1.50997888797526318E-05  1.53856644889988143E-05
+  1.56741989165071971E-05  1.59654168899210698E-05  1.62593433668381140E-05
+  1.65560035369484868E-05  1.68554228241928307E-05  1.71576268889403031E-05
+  1.74626416301868410E-05  1.77704931877739089E-05  1.80812079446278409E-05
+  1.83948125290199752E-05  1.87113338168478255E-05  1.90307989339374590E-05
+  1.93532352583672365E-05  1.96786704228131955E-05  2.00071323169161993E-05
+  2.03386490896711119E-05  2.06732491518381279E-05  2.10109611783765964E-05
+  2.13518141109013964E-05  2.16958371601621678E-05  2.20430598085456068E-05
+  2.23935118126009276E-05  2.27472232055889207E-05  2.31042243000546322E-05
+  2.34645456904239331E-05  2.38282182556242767E-05  2.41952731617297652E-05
+  2.45657418646308290E-05  2.49396561127286917E-05  2.53170479496549159E-05
+  2.56979497170161520E-05  2.60823940571644949E-05  2.64704139159934456E-05
+  2.68620425457600513E-05  2.72573135079330507E-05  2.76562606760676668E-05
+  2.80589182387070161E-05  2.84653207023104985E-05  2.88755028942094234E-05
+  2.92894999655901010E-05  2.97073473945046173E-05  3.01290809889096017E-05
+  3.05547368897332732E-05  3.09843515739709180E-05  3.14179618578091610E-05
+  3.18556048997793267E-05  3.22973182039399897E-05  3.27431396230891809E-05
+  3.31931073620064299E-05  3.36472599807248940E-05  3.41056363978339393E-05
+  3.45682758938123313E-05  3.50352181143925065E-05  3.55065030739560165E-05
+  3.59821711589605351E-05  3.64622631313987679E-05  3.69468201322894140E-05
+  3.74358836852005928E-05  3.79294956998060473E-05  3.84276984754743683E-05
+  3.89305347048914699E-05  3.94380474777168916E-05  3.99502802842739010E-05
+  4.04672770192740535E-05  4.09890819855761616E-05  4.15157398979803795E-05
+  4.20472958870573541E-05  4.25837955030131145E-05  4.31252847195897336E-05
+  4.36718099380022958E-05  4.42234179909124580E-05  4.47801561464388319E-05
+  4.53420721122047376E-05  4.59092140394234502E-05  4.64816305270214546E-05
+  4.70593706258000676E-05  4.76424838426355284E-05  4.82310201447183243E-05
+  4.88250299638317233E-05  4.94245642006701513E-05  5.00296742291976375E-05
+  5.06404119010467685E-05  5.12568295499584616E-05  5.18789799962630273E-05
+  5.25069165514028234E-05  5.31406930224969360E-05  5.37803637169481985E-05
+  5.44259834470931314E-05  5.50776075348948909E-05  5.57352918166799250E-05
+  5.63990926479186744E-05  5.70690669080504216E-05  5.77452720053533034E-05
+  5.84277658818592769E-05  5.91166070183148258E-05  5.98118544391877723E-05
+  6.05135677177204786E-05  6.12218069810301920E-05  6.19366329152564300E-05
+  6.26581067707564839E-05  6.33862903673489456E-05  6.41212460996060443E-05
+  6.48630369421951039E-05  6.56117264552695756E-05  6.63673787899100929E-05
+  6.71300586936162812E-05  6.78998315158491582E-05  6.86767632136253600E-05
+  6.94609203571631777E-05  7.02523701355808807E-05  7.10511803626482730E-05
+  7.18574194825912817E-05  7.26711565759507143E-05  7.34924613654952942E-05
+  7.43214042221896514E-05  7.51580561712174858E-05  7.60024888980611224E-05
+  7.68547747546369844E-05  7.77149867654884473E-05  7.85831986340359396E-05
+  7.94594847488851018E-05  8.03439201901934926E-05  8.12365807360965875E-05
+  8.21375428691931375E-05  8.30468837830909717E-05  8.39646813890133800E-05
+  8.48910143224669160E-05  8.58259619499711075E-05  8.67696043758506578E-05
+  8.77220224490904090E-05  8.86832977702543677E-05  8.96535126984685903E-05
+  9.06327503584691211E-05  9.16210946477152388E-05  9.26186302435685421E-05
+  9.36254426105391475E-05  9.46416180075985238E-05  9.56672434955606869E-05
+  9.67024069445316715E-05  9.77471970414280121E-05  9.88017032975653997E-05
+  9.98660160563172956E-05  1.00940226500844819E-04  1.02024426661898531E-04
+  1.03118709425692315E-04  1.04223168541850447E-04  1.05337898631428260E-04
+  1.06462995195007632E-04  1.07598554620867267E-04  1.08744674193228535E-04
+  1.09901452100578427E-04  1.11068987444069221E-04  1.12247380245996282E-04
+  1.13436731458354501E-04  1.14637142971474144E-04  1.15848717622736672E-04
+  1.17071559205371453E-04  1.18305772477334228E-04  1.19551463170267759E-04
+  1.20808737998545697E-04  1.22077704668400105E-04  1.23358471887134193E-04
+  1.24651149372419717E-04  1.25955847861681250E-04  1.27272679121567247E-04
+  1.28601755957508828E-04  1.29943192223367553E-04  1.31297102831172099E-04
+  1.32663603760946065E-04  1.34042812070625902E-04  1.35434845906071702E-04
+  1.36839824511170285E-04  1.38257868238032225E-04  1.39689098557283073E-04
+  1.41133638068450580E-04  1.42591610510447607E-04  1.44063140772152662E-04
+  1.45548354903088373E-04  1.47047380124198967E-04  1.48560344838727371E-04
+  1.50087378643193840E-04  1.51628612338475694E-04  1.53184177940990070E-04
+  1.54754208693980177E-04  1.56338839078906379E-04  1.57938204826942589E-04
+  1.59552442930579428E-04  1.61181691655334962E-04  1.62826090551573648E-04
+  1.64485780466434991E-04  1.66160903555872966E-04  1.67851603296806801E-04
+  1.69558024499384121E-04  1.71280313319358224E-04  1.73018617270579746E-04
+  1.74773085237603869E-04  1.76543867488414741E-04  1.78331115687267922E-04
+  1.80134982907650894E-04  1.81955623645364682E-04  1.83793193831726027E-04
+  1.85647850846892257E-04  1.87519753533309187E-04  1.89409062209283815E-04
+  1.91315938682682778E-04  1.93240546264757644E-04  1.95183049784098018E-04
+  1.97143615600714223E-04  1.99122411620250155E-04  2.01119607308327932E-04
+  2.03135373705025135E-04  2.05169883439486334E-04  2.07223310744670126E-04
+  2.09295831472231772E-04  2.11387623107544837E-04  2.13498864784861134E-04
+  2.15629737302611033E-04  2.17780423138846029E-04  2.19951106466823580E-04
+  2.22141973170736324E-04  2.24353210861587114E-04  2.26585008893211186E-04
+  2.28837558378445957E-04  2.31111052205450971E-04  2.33405685054178836E-04
+  2.35721653412998311E-04  2.38059155595471693E-04  2.40418391757286714E-04
+  2.42799563913346253E-04  2.45202875955014769E-04  2.47628533667525164E-04
+  2.50076744747546791E-04  2.52547718820915273E-04  2.55041667460527346E-04
+  2.57558804204399922E-04  2.60099344573897428E-04  2.62663506092127030E-04
+  2.65251508302504239E-04  2.67863572787489660E-04  2.70499923187500350E-04
+  2.73160785219994596E-04  2.75846386698733691E-04  2.78556957553222323E-04
+  2.81292729848327380E-04  2.84053937804080200E-04  2.86840817815659443E-04
+  2.89653608473561155E-04  2.92492550583952769E-04  2.95357887189217326E-04
+  2.98249863588686344E-04  3.01168727359565089E-04  3.04114728378050280E-04
+  3.07088118840643989E-04  3.10089153285663397E-04  3.13118088614950751E-04
+  3.16175184115781785E-04  3.19260701482979102E-04  3.22374904841227228E-04
+  3.25518060767595880E-04  3.28690438314270430E-04  3.31892309031491829E-04
+  3.35123946990709370E-04  3.38385628807946217E-04  3.41677633667381996E-04
+  3.45000243345151955E-04  3.48353742233366379E-04  3.51738417364351290E-04
+  3.55154558435114497E-04  3.58602457832034728E-04  3.62082410655781522E-04
+  3.65594714746462926E-04  3.69139670709007096E-04  3.72717581938776087E-04
+  3.76328754647418115E-04  3.79973497888956872E-04  3.83652123586122244E-04
+  3.87364946556923730E-04  3.91112284541468558E-04  3.94894458229028524E-04
+  3.98711791285354567E-04  4.02564610380245103E-04  4.06453245215367088E-04
+  4.10378028552334955E-04  4.14339296241046998E-04  4.18337387248284888E-04
+  4.22372643686574380E-04  4.26445410843314841E-04  4.30556037210174628E-04
+  4.34704874512759846E-04  4.38892277740553943E-04  4.43118605177135721E-04
+  4.47384218430674370E-04  4.51689482464705629E-04  4.56034765629190978E-04
+  4.60420439691864962E-04  4.64846879869868250E-04  4.69314464861674192E-04
+  4.73823576879309628E-04  4.78374601680870597E-04  4.82967928603338429E-04
+  4.87603950595699026E-04  4.92283064252364649E-04  4.97005669846905065E-04
+  5.01772171366089118E-04  5.06582976544238807E-04  5.11438496897900123E-04
+  5.16339147760832640E-04  5.21285348319320782E-04  5.26277521647810793E-04
+  5.31316094744874049E-04  5.36401498569502892E-04  5.41534168077738667E-04
+  5.46714542259637919E-04  5.51943064176576540E-04  5.57220180998899985E-04
+  5.62546344043916651E-04  5.67922008814240897E-04  5.73347635036490825E-04
+  5.78823686700338964E-04  5.84350632097922155E-04  5.89928943863614959E-04
+  5.95559099014168021E-04  6.01241578989213641E-04  6.06976869692144104E-04
+  6.12765461531367193E-04  6.18607849461937608E-04  6.24504533027572936E-04
+  6.30456016403052903E-04  6.36462808437010660E-04  6.42525422695114281E-04
+  6.48644377503645943E-04  6.54820195993480961E-04  6.61053406144468739E-04
+  6.67344540830222565E-04  6.73694137863320225E-04  6.80102740040916705E-04
+  6.86570895190778121E-04  6.93099156217736310E-04  6.99688081150567670E-04
+  7.06338233189305795E-04  7.13050180752983556E-04  7.19824497527814179E-04
+  7.26661762515814027E-04  7.33562560083870986E-04  7.40527480013260415E-04
+  7.47557117549617648E-04  7.54652073453364455E-04  7.61812954050600515E-04
+  7.69040371284457195E-04  7.76334942766925560E-04  7.83697291831154160E-04
+  7.91128047584228541E-04  7.98627844960432022E-04  8.06197324774994366E-04
+  8.13837133778330733E-04  8.21547924710778490E-04  8.29330356357832759E-04
+  8.37185093605887637E-04  8.45112807498486340E-04  8.53114175293084387E-04
+  8.61189880518334621E-04  8.69340613031891114E-04  8.77567069078745649E-04
+  8.85869951350091870E-04  8.94249969042730563E-04  9.02707837919016496E-04
+  9.11244280367350394E-04  9.19860025463224945E-04  9.28555809030826235E-04
+  9.37332373705199520E-04  9.46190468994977910E-04  9.55130851345686329E-04
+  9.64154284203622169E-04  9.73261538080315769E-04  9.82453390617580918E-04
+  9.91730626653158096E-04  1.00109403828695142E-03  1.01054442494787414E-03
+  1.02008259346129991E-03  1.02970935811713031E-03  1.03942554073847750E-03
+  1.04923197075097599E-03  1.05912948525272344E-03  1.06911892908485829E-03
+  1.07920115490277779E-03  1.08937702324800431E-03  1.09964740262070656E-03
+  1.11001316955287583E-03  1.12047520868217127E-03  1.13103441282643314E-03
+  1.14169168305887489E-03  1.15244792878395623E-03  1.16330406781394477E-03
+  1.17426102644617491E-03  1.18531973954100396E-03  1.19648115060048011E-03
+  1.20774621184771775E-03  1.21911588430700002E-03  1.23059113788459855E-03
+  1.24217295145033556E-03  1.25386231291987416E-03  1.26566021933776415E-03
+  1.27756767696123323E-03  1.28958570134473727E-03  1.30171531742528197E-03
+  1.31395755960850443E-03  1.32631347185554744E-03  1.33878410777070944E-03
+  1.35137053068988999E-03  1.36407381376983682E-03  1.37689504007819461E-03
+  1.38983530268437308E-03  1.40289570475122930E-03  1.41607735962758332E-03
+  1.42938139094156424E-03  1.44280893269480362E-03  1.45636112935747198E-03
+  1.47003913596417853E-03  1.48384411821073396E-03  1.49777725255178032E-03
+  1.51183972629930852E-03  1.52603273772205540E-03  1.54035749614580197E-03
+  1.55481522205457045E-03  1.56940714719273422E-03  1.58413451466804457E-03
+  1.59899857905558378E-03  1.61400060650265711E-03  1.62914187483462029E-03
+  1.64442367366166063E-03  1.65984730448654220E-03  1.67541408081331076E-03
+  1.69112532825697556E-03  1.70698238465418210E-03  1.72298660017486632E-03
+  1.73913933743491942E-03  1.75544197160985849E-03  1.77189589054951163E-03
+  1.78850249489373924E-03  1.80526319818918131E-03  1.82217942700705661E-03
+  1.83925262106201062E-03  1.85648423333203212E-03  1.87387573017943352E-03
+  1.89142859147292176E-03  1.90914431071074770E-03  1.92702439514496758E-03
+  1.94507036590680520E-03  1.96328375813313149E-03  1.98166612109408049E-03
+  2.00021901832179213E-03  2.01894402774030913E-03  2.03784274179662954E-03
+  2.05691676759292173E-03  2.07616772701992415E-03  2.09559725689151873E-03
+  2.11520700908051891E-03  2.13499865065564301E-03  2.15497386401972179E-03
+  2.17513434704912382E-03  2.19548181323442077E-03  2.21601799182230118E-03
+  2.23674462795873724E-03  2.25766348283343169E-03  2.27877633382552814E-03
+  2.30008497465062712E-03  2.32159121550909280E-03  2.34329688323567159E-03
+  2.36520382145044387E-03  2.38731389071109414E-03  2.40962896866653937E-03
+  2.43215095021190189E-03  2.45488174764486086E-03  2.47782329082337112E-03
+  2.50097752732478295E-03  2.52434642260635118E-03  2.54793196016716867E-03
+  2.57173614171151777E-03  2.59576098731365956E-03  2.62000853558407281E-03
+  2.64448084383715146E-03  2.66917998826037440E-03  2.69410806408496148E-03
+  2.71926718575801838E-03  2.74465948711620543E-03  2.77028712156090866E-03
+  2.79615226223495477E-03  2.82225710220087179E-03  2.84860385462070960E-03
+  2.87519475293741746E-03  2.90203205105782867E-03  2.92911802353721697E-03
+  2.95645496576548306E-03  2.98404519415494847E-03  3.01189104632978988E-03
+  3.03999488131713024E-03  3.06835907973977522E-03  3.09698604401063967E-03
+  3.12587819852885081E-03  3.15503798987756389E-03  3.18446788702348663E-03
+  3.21417038151813406E-03  3.24414798770082322E-03  3.27440324290343993E-03
+  3.30493870765694725E-03  3.33575696589970662E-03  3.36686062518758329E-03
+  3.39825231690586704E-03  3.42993469648301876E-03  3.46191044360626404E-03
+  3.49418226243903337E-03  3.52675288184028327E-03  3.55962505558569172E-03
+  3.59280156259076137E-03  3.62628520713582708E-03  3.66007881909300500E-03
+  3.69418525415507850E-03  3.72860739406633826E-03  3.76334814685540774E-03
+  3.79841044707004884E-03  3.83379725601397207E-03  3.86951156198567497E-03
+  3.90555638051930760E-03  3.94193475462758201E-03  3.97864975504676893E-03
+  4.01570448048375449E-03  4.05310205786520508E-03  4.09084564258884852E-03
+  4.12893841877686602E-03  4.16738359953145766E-03  4.20618442719254346E-03
+  4.24534417359765780E-03  4.28486614034402028E-03  4.32475365905284157E-03
+  4.36501009163582556E-03  4.40563883056393785E-03  4.44664329913841902E-03
+  4.48802695176407900E-03  4.52979327422487529E-03  4.57194578396182428E-03
+  4.61448803035320078E-03  4.65742359499710535E-03  4.70075609199639092E-03
+  4.74448916824594599E-03  4.78862650372239001E-03  4.83317181177617301E-03
+  4.87812883942610308E-03  4.92350136765631278E-03  4.96929321171568975E-03
+  5.01550822141979841E-03  5.06215028145527365E-03  5.10922331168675581E-03
+  5.15673126746633761E-03  5.20467813994556373E-03  5.25306795639000467E-03
+  5.30190478049641454E-03  5.35119271271247351E-03  5.40093589055917062E-03
+  5.45113848895582495E-03  5.50180472054773335E-03  5.55293883603653372E-03
+  5.60454512451322162E-03  5.65662791379390774E-03  5.70919157075827112E-03
+  5.76224050169079141E-03  5.81577915262471070E-03  5.86981200968880908E-03
+  5.92434359945695575E-03  5.97937848930048688E-03  6.03492128774342843E-03
+  6.09097664482055774E-03  6.14754925243835015E-03  6.20464384473880075E-03
+  6.26226519846618222E-03  6.32041813333670231E-03  6.37910751241111806E-03
+  6.43833824247033205E-03  6.49811527439393515E-03  6.55844360354177272E-03
+  6.61932827013853205E-03  6.68077435966136536E-03  6.74278700323055740E-03
+  6.80537137800327034E-03  6.86853270757039822E-03  6.93227626235650481E-03
+  6.99660736002292311E-03  7.06153136587395897E-03  7.12705369326630412E-03
+  7.19317980402159763E-03  7.25991520884222089E-03  7.32726546773027673E-03
+  7.39523619040983494E-03  7.46383303675242013E-03  7.53306171720577369E-03
+  7.60292799322591448E-03  7.67343767771249807E-03  7.74459663544750307E-03
+  7.81641078353727432E-03  7.88888609185791831E-03  7.96202858350407959E-03
+  8.03584433524110950E-03  8.11033947796065309E-03  8.18552019713968473E-03
+  8.26139273330295069E-03  8.33796338248892800E-03  8.41523849671921634E-03
+  8.49322448447147223E-03  8.57192781115583176E-03  8.65135499959486173E-03
+  8.73151263050709128E-03  8.81240734299407365E-03  8.89404583503105098E-03
+  8.97643486396120134E-03  9.05958124699350782E-03  9.14349186170424454E-03
+  9.22817364654212810E-03  9.31363360133710162E-03  9.39987878781280498E-03
+  9.48691633010273656E-03  9.57475341527010831E-03  9.66339729383142859E-03
+  9.75285528028379915E-03  9.84313475363597472E-03  9.93424315794316781E-03
+  1.00261880028456440E-02  1.01189768641110726E-02  1.02126173841807204E-02
+  1.03071172727193829E-02  1.04024843071692328E-02  1.04987263333074041E-02
+  1.05958512658075165E-02  1.06938670888049731E-02  1.07927818564661805E-02
+  1.08926036935616307E-02  1.09933407960428713E-02  1.10950014316233726E-02
+  1.11975939403633068E-02  1.13011267352582431E-02  1.14056083028317660E-02
+  1.15110472037320225E-02  1.16174520733322417E-02  1.17248316223351554E-02
+  1.18331946373814115E-02  1.19425499816619377E-02  1.20529065955342751E-02
+  1.21642734971428804E-02  1.22766597830434067E-02  1.23900746288309813E-02
+  1.25045272897724609E-02  1.26200271014426640E-02  1.27365834803646171E-02
+  1.28542059246537967E-02  1.29729040146663310E-02  1.30926874136512543E-02
+  1.32135658684067216E-02  1.33355492099402270E-02  1.34586473541328158E-02
+  1.35828703024073148E-02  1.37082281424005092E-02  1.38347310486393645E-02
+  1.39623892832211691E-02  1.40912131964977157E-02  1.42212132277634191E-02
+  1.43523999059474161E-02  1.44847838503096137E-02  1.46183757711407115E-02
+  1.47531864704661397E-02  1.48892268427539762E-02  1.50265078756267097E-02
+  1.51650406505769945E-02  1.53048363436872528E-02  1.54459062263531885E-02
+  1.55882616660111533E-02  1.57319141268693688E-02  1.58768751706430018E-02
+  1.60231564572930335E-02  1.61707697457689689E-02  1.63197268947552626E-02
+  1.64700398634215830E-02  1.66217207121767373E-02  1.67747816034263739E-02
+  1.69292348023343218E-02  1.70850926775876211E-02  1.72423677021651955E-02
+  1.74010724541100656E-02  1.75612196173052550E-02  1.77228219822530841E-02
+  1.78858924468581308E-02  1.80504440172135454E-02  1.82164898083908670E-02
+  1.83840430452332608E-02  1.85531170631520054E-02  1.87237253089264540E-02
+  1.88958813415071522E-02  1.90695988328222488E-02  1.92448915685870907E-02
+  1.94217734491169414E-02  1.96002584901428002E-02  1.97803608236302268E-02
+  1.99620946986012425E-02  2.01454744819590630E-02  2.03305146593157557E-02
+  2.05172298358227007E-02  2.07056347370038162E-02  2.08957442095914527E-02
+  2.10875732223649408E-02  2.12811368669916651E-02  2.14764503588706634E-02
+  2.16735290379785825E-02  2.18723883697180300E-02  2.20730439457681935E-02
+  2.22755114849375949E-02  2.24798068340189734E-02  2.26859459686462282E-02
+  2.28939449941532036E-02  2.31038201464344034E-02  2.33155877928074261E-02
+  2.35292644328770131E-02  2.37448666994007317E-02  2.39624113591560724E-02
+  2.41819153138088834E-02  2.44033956007830739E-02  2.46268693941314870E-02
+  2.48523540054077230E-02  2.50798668845389587E-02  2.53094256206994918E-02
+  2.55410479431849718E-02  2.57747517222871730E-02  2.60105549701692244E-02
+  2.62484758417410521E-02  2.64885326355349913E-02  2.67307437945814470E-02
+  2.69751279072843290E-02  2.72217037082962895E-02  2.74704900793934885E-02
+  2.77215060503497347E-02  2.79747707998099400E-02  2.82303036561626329E-02
+  2.84881240984113347E-02  2.87482517570448043E-02  2.90107064149057355E-02
+  2.92755080080579315E-02  2.95426766266516233E-02  2.98122325157868275E-02
+  3.00841960763745982E-02  3.03585878659957537E-02  3.06354285997571703E-02
+  3.09147391511452319E-02  3.11965405528762119E-02  3.14808539977436061E-02
+  3.17677008394618016E-02  3.20571025935062828E-02  3.23490809379497826E-02
+  3.26436577142943940E-02  3.29408549282991583E-02  3.32406947508031500E-02
+  3.35431995185435650E-02  3.38483917349687094E-02  3.41562940710454371E-02
+  3.44669293660610915E-02  3.47803206284191813E-02  3.50964910364290547E-02
+  3.54154639390887455E-02  3.57372628568611295E-02  3.60619114824428516E-02
+  3.63894336815256542E-02  3.67198534935500517E-02  3.70531951324507003E-02
+  3.73894829873933771E-02  3.77287416235031065E-02  3.80709957825831058E-02
+  3.84162703838241693E-02  3.87645905245042263E-02  3.91159814806774989E-02
+  3.94704687078530417E-02  3.98280778416623266E-02  4.01888346985152800E-02
+  4.05527652762444069E-02  4.09198957547367778E-02  4.12902524965532564E-02
+  4.16638620475345486E-02  4.20407511373937504E-02  4.24209466802947938E-02
+  4.28044757754164965E-02  4.31913657075015181E-02  4.35816439473900794E-02
+  4.39753381525374923E-02  4.43724761675154955E-02  4.47730860244964848E-02
+  4.51771959437204107E-02  4.55848343339435302E-02  4.59960297928687437E-02
+  4.64108111075568347E-02  4.68292072548179908E-02  4.72512474015831380E-02
+  4.76769609052544452E-02  4.81063773140344361E-02  4.85395263672330490E-02
+  4.89764379955520551E-02  4.94171423213462246E-02  4.98616696588605121E-02
+  5.03100505144426849E-02  5.07623155867307219E-02  5.12184957668141636E-02
+  5.16786221383689695E-02  5.21427259777648422E-02  5.26108387541446912E-02
+  5.30829921294750304E-02  5.35592179585669889E-02  5.40395482890668952E-02
+  5.45240153614157397E-02  5.50126516087767678E-02  5.55054896569302375E-02
+  5.60025623241347803E-02  5.65039026209541856E-02  5.70095437500490604E-02
+  5.75195191059322333E-02  5.80338622746872923E-02  5.85526070336490692E-02
+  5.90757873510452391E-02  5.96034373855982916E-02  6.01355914860866522E-02
+  6.06722841908641161E-02  6.12135502273364260E-02  6.17594245113943507E-02
+  6.23099421468018347E-02  6.28651384245385858E-02  6.34250488220955005E-02
+  6.39897090027223142E-02  6.45591548146262212E-02  6.51334222901202992E-02
+  6.57125476447206619E-02  6.62965672761909736E-02  6.68855177635336168E-02
+  6.74794358659256827E-02  6.80783585215992415E-02  6.86823228466639513E-02
+  6.92913661338712822E-02  6.99055258513187894E-02  7.05248396410933648E-02
+  7.11493453178517476E-02  7.17790808673374053E-02  7.24140844448320081E-02
+  7.30543943735404155E-02  7.37000491429074256E-02  7.43510874068653016E-02
+  7.50075479820099811E-02  7.56694698457051756E-02  7.63368921341122664E-02
+  7.70098541401446762E-02  7.76883953113453596E-02  7.83725552476853826E-02
+  7.90623736992823872E-02  7.97578905640368707E-02  8.04591458851851155E-02
+  8.11661798487667147E-02  8.18790327810050012E-02  8.25977451455987416E-02
+  8.33223575409232642E-02  8.40529106971392298E-02  8.47894454732071035E-02
+  8.55320028538057719E-02  8.62806239461529623E-02  8.70353499767259203E-02
+  8.77962222878802545E-02  8.85632823343649039E-02  8.93365716797313580E-02
+  9.01161319926350873E-02  9.09020050430267290E-02  9.16942326982317507E-02
+  9.24928569189154420E-02  9.32979197549321099E-02  9.41094633410552717E-02
+  9.49275298925875421E-02  9.57521617008470910E-02  9.65834011285292282E-02
+  9.74212906049401611E-02  9.82658726211009248E-02  9.91171897247187378E-02
+  9.99752845150238406E-02  1.00840199637468944E-01  1.01711977778289220E-01
+  1.02590661658919585E-01  1.03476294030267757E-01  1.04368917666839547E-01
+  1.05268575360714170E-01  1.06175309915367055E-01  1.07089164139337251E-01
+  1.08010180839736500E-01  1.08938402815597871E-01  1.09873872851060303E-01
+  1.10816633708386861E-01  1.11766728120813646E-01  1.12724198785226118E-01
+  1.13689088354660725E-01  1.14661439430627607E-01  1.15641294555252822E-01
+  1.16628696203235516E-01  1.17623686773618286E-01  1.18626308581366649E-01
+  1.19636603848755116E-01  1.20654614696556001E-01  1.21680383135028422E-01
+  1.22713951054703785E-01  1.23755360216964344E-01  1.24804652244412131E-01
+  1.25861868611023830E-01  1.26927050632089228E-01  1.28000239453929104E-01
+  1.29081476043389182E-01  1.30170801177106860E-01  1.31268255430546793E-01
+  1.32373879166802155E-01  1.33487712525157232E-01  1.34609795409408789E-01
+  1.35740167475940865E-01  1.36878868121551200E-01  1.38025936471023902E-01
+  1.39181411364445035E-01  1.40345331344257890E-01  1.41517734642052806E-01
+  1.42698659165089281E-01  1.43888142482544307E-01  1.45086221811485255E-01
+  1.46292934002560993E-01  1.47508315525409273E-01  1.48732402453774726E-01
+  1.49965230450334108E-01  1.51206834751224817E-01  1.52457250150271284E-01
+  1.53716510982907339E-01  1.54984651109787319E-01  1.56261703900084425E-01
+  1.57547702214470148E-01  1.58842678387771441E-01  1.60146664211300999E-01
+  1.61459690914856235E-01  1.62781789148382317E-01  1.64112988963295681E-01
+  1.65453319793462533E-01  1.66802810435828786E-01  1.68161489030696193E-01
+  1.69529383041640919E-01  1.70906519235069526E-01  1.72292923659408043E-01
+  1.73688621623919459E-01  1.75093637677145503E-01  1.76507995584967603E-01
+  1.77931718308282805E-01  1.79364827980289632E-01  1.80807345883380544E-01
+  1.82259292425634656E-01  1.83720687116907616E-01  1.85191548544512863E-01
+  1.86671894348491074E-01  1.88161741196461701E-01  1.89661104758053256E-01
+  1.91169999678907326E-01  1.92688439554251134E-01  1.94216436902035744E-01
+  1.95754003135633570E-01  1.97301148536091681E-01  1.98857882223936661E-01
+  2.00424212130525636E-01  2.02000144968939921E-01  2.03585686204416333E-01
+  2.05180840024312194E-01  2.06785609307599622E-01  2.08399995593884169E-01
+  2.10023999051944882E-01  2.11657618447790297E-01  2.13300851112227213E-01
+  2.14953692907937061E-01  2.16616138196057184E-01  2.18288179802261811E-01
+  2.19969808982339782E-01  2.21661015387264321E-01  2.23361787027751724E-01
+  2.25072110238305312E-01  2.26791969640740304E-01  2.28521348107187300E-01
+  2.30260226722569322E-01  2.32008584746551005E-01  2.33766399574954847E-01
+  2.35533646700642862E-01  2.37310299673859970E-01  2.39096330062035817E-01
+  2.40891707409043559E-01  2.42696399193911144E-01  2.44510370788984688E-01
+  2.46333585417539747E-01  2.48166004110839278E-01  2.50007585664636045E-01
+  2.51858286595117387E-01  2.53718061094290737E-01  2.55586860984808262E-01
+  2.57464635674229503E-01  2.59351332108720745E-01  2.61246894726189449E-01
+  2.63151265408854196E-01  2.65064383435248074E-01  2.66986185431656975E-01
+  2.68916605322990443E-01  2.70855574283087264E-01  2.72803020684454833E-01
+  2.74758870047442982E-01  2.76723044988854250E-01  2.78695465169989665E-01
+  2.80676047244133753E-01  2.82664704803478439E-01  2.84661348325489061E-01
+  2.86665885118714214E-01  2.88678219268042602E-01  2.90698251579408595E-01
+  2.92725879523951682E-01  2.94760997181630902E-01  2.96803495184300548E-01
+  2.98853260658250297E-01  3.00910177166214321E-01  3.02974124648855703E-01
+  3.05044979365729052E-01  3.07122613835730640E-01  3.09206896777039941E-01
+  3.11297693046559631E-01  3.13394863578862426E-01  3.15498265324650584E-01
+  3.17607751188738574E-01  3.19723169967565057E-01  3.21844366286245354E-01
+  3.23971180535172099E-01  3.26103448806176310E-01  3.28241002828257411E-01
+  3.30383669902895916E-01  3.32531272838957226E-01  3.34683629887203071E-01
+  3.36840554674418924E-01  3.39001856137176261E-01  3.41167338455238001E-01
+  3.43336800984626878E-01  3.45510038190369850E-01  3.47686839578934592E-01
+  3.49866989630375935E-01  3.52050267730208921E-01  3.54236448101027168E-01
+  3.56425299733885148E-01  3.58616586319464470E-01  3.60810066179043876E-01
+  3.63005492195295487E-01  3.65202611742927730E-01  3.67401166619198638E-01
+  3.69600892974323081E-01  3.71801521241798161E-01  3.74002776068672882E-01
+  3.76204376245786010E-01  3.78406034638002819E-01  3.80607458114474606E-01
+  3.82808347478953426E-01  3.85008397400189550E-01  3.87207296342442941E-01
+  3.89404726496141274E-01  3.91600363708716093E-01  3.93793877415652249E-01
+  3.95984930571782245E-01  3.98173179582866188E-01  4.00358274237488765E-01
+  4.02539857639315934E-01  4.04717566139745688E-01  4.06891029270997406E-01
+  4.09059869679677057E-01  4.11223703060862977E-01  4.13382138092754536E-01
+  4.15534776371929038E-01  4.17681212349251985E-01  4.19821033266486954E-01
+  4.21953819093655091E-01  4.24079142467192027E-01  4.26196568628952777E-01
+  4.28305655366117310E-01  4.30405952952049364E-01  4.32497004088164216E-01
+  4.34578343846856341E-01  4.36649499615550052E-01  4.38709991041927427E-01
+  4.40759329980395298E-01  4.42797020439848865E-01  4.44822558532798173E-01
+  4.46835432425918555E-01  4.48835122292089161E-01  4.50821100263989805E-01
+  4.52792830389318335E-01  4.54749768587702663E-01  4.56691362609373375E-01
+  4.58617051995673708E-01  4.60526268041474118E-01  4.62418433759571923E-01
+  4.64292963847148132E-01  4.66149264654359907E-01  4.67986734155148909E-01
+  4.69804761920343761E-01  4.71602729093139050E-01  4.73380008367034533E-01
+  4.75135963966319186E-01  4.76869951629184663E-01  4.78581318593556126E-01
+  4.80269403585729893E-01  4.81933536811907204E-01  4.83573039952716000E-01
+  4.85187226160812668E-01  4.86775400061659647E-01  4.88336857757573350E-01
+  4.89870886835138741E-01  4.91376766376090734E-01  4.92853766971759699E-01
+  4.94301150741183637E-01  4.95718171352989123E-01  4.97104074051141986E-01
+  4.98458095684675362E-01  4.99779464741499702E-01  5.01067401386400713E-01
+  5.02321117503334524E-01  5.03539816742129220E-01  5.04722694569702424E-01
+  5.05868938325905959E-01  5.06977727284111390E-01  5.08048232716648118E-01
+  5.09079617965208953E-01  5.10071038516338615E-01  5.11021642082119532E-01
+  5.11930568686174148E-01  5.12796950755098124E-01  5.13619913215445867E-01
+  5.14398573596383524E-01  5.15132042138131463E-01  5.15819421906315467E-01
+  5.16459808912344776E-01  5.17052292239940536E-01  5.17595954177933804E-01
+  5.18089870359453641E-01  5.18533109907627687E-01  5.18924735587916075E-01
+  5.19263803967199178E-01  5.19549365579740297E-01  5.19780465100145639E-01
+  5.19956141523440274E-01  5.20075428352380964E-01  5.20137353792124557E-01
+  5.20140940952371955E-01  5.20085208057106452E-01  5.19969168662040571E-01
+  5.19791831879892308E-01  5.19552202613600800E-01  5.19249281797600548E-01
+  5.18882066647263218E-01  5.18449550916619373E-01  5.17950725164469827E-01
+  5.17384577028995096E-01  5.16750091510964293E-01  5.16046251265654732E-01
+  5.15272036903575037E-01  5.14426427300098132E-01  5.13508399914094693E-01
+  5.12516931115664764E-01  5.11450996523054480E-01  5.10309571348849578E-01
+  5.09091630755524327E-01  5.07796150220431008E-01  5.06422105910305231E-01
+  5.04968475065358025E-01  5.03434236393026424E-01  5.01818370471444175E-01
+  5.00119860162693830E-01  4.98337691035893926E-01  4.96470851800171864E-01
+  4.94518334747565402E-01  4.92479136205893564E-01  4.90352257001627712E-01
+  4.88136702932791600E-01  4.85831485251909667E-01  4.83435621159018447E-01
+  4.80948134304745978E-01  4.78368055303463269E-01  4.75694422256495331E-01
+  4.72926281285380889E-01  4.70062687075153529E-01  4.67102703427617172E-01
+  4.64045403824570601E-01  4.60889872000936451E-01  4.57635202527733653E-01
+  4.54280501404826842E-01  4.50824886663373725E-01  4.47267488977884542E-01
+  4.43607452287793913E-01  4.39843934428436723E-01  4.35976107771307131E-01
+  4.32003159873471876E-01  4.27924294135990424E-01  4.23738730471191261E-01
+  4.19445705978633843E-01  4.15044475629576803E-01  4.10534312959761283E-01
+  4.05914510770299053E-01  4.01184381836449666E-01  3.96343259624051314E-01
+  3.91390499013356652E-01  3.86325477030013242E-01  3.81147593582909949E-01
+  3.75856272208599962E-01  3.70450960821990805E-01  3.64931132472981368E-01
+  3.59296286108705898E-01  3.53545947341033950E-01  3.47679669218953380E-01
+  3.41697033005453732E-01  3.35597648958504857E-01  3.29381157115713807E-01
+  3.23047228082224858E-01  3.16595563821408466E-01  3.10025898447873816E-01
+  3.03337999022316063E-01  2.96531666347698619E-01  2.89606735766249734E-01
+  2.82563077956737851E-01  2.75400599731474238E-01  2.68119244832472126E-01
+  2.60718994726178099E-01  2.53199869396173838E-01  2.45561928133229884E-01
+  2.37805270322078849E-01  2.29930036224257534E-01  2.21936407756355064E-01
+  2.13824609262987547E-01  2.05594908283805416E-01  1.97247616313825952E-01
+  1.88783089556370520E-01  1.80201729667871513E-01  1.71503984493802913E-01
+  1.62690348794976070E-01  1.53761364963430597E-01  1.44717623727139116E-01
+  1.35559764842736991E-01  1.26288477775474972E-01  1.16904502365587623E-01
+  1.07408629480260143E-01  9.78017016503699849E-02  8.80846136911726529E-02
+  7.82583133060958391E-02  6.83238016728002495E-02  5.82821340106618249E-02
+  4.81344201288258847E-02  3.78818249539808818E-02  2.75255690369970475E-02
+  1.70669290375735222E-02  6.50723818603600023E-03 -4.15211327857345752E-03
+ -1.49096776949735332E-02 -2.57639495915464346E-02 -3.67133653245250088E-02
+ -4.77563027433221890E-02 -5.88910808838601016E-02 -7.01159596907556110E-02
+ -8.14291397692181174E-02 -9.28287621675148583E-02 -1.04312908190858630E-01
+ -1.15879599247572532E-01 -1.27526796728386488E-01 -1.39252401919720020E-01
+ -1.51054255951808158E-01 -1.62930139782526351E-01 -1.74877774217773813E-01
+ -1.86894819969275233E-01 -1.98978877750663669E-01 -2.11127488412710285E-01
+ -2.23338133118568483E-01 -2.35608233559903207E-01 -2.47935152214779075E-01
+ -2.60316192648183231E-01 -2.72748599856060536E-01 -2.85229560653739611E-01
+ -2.97756204109630551E-01 -3.10325602025070479E-01 -3.22934769461195981E-01
+ -3.35580665313710724E-01 -3.48260192936416635E-01 -3.60970200814363484E-01
+ -3.73707483287462172E-01 -3.86468781325392030E-01 -3.99250783354613559E-01
+ -4.12050126138276962E-01 -4.24863395709791758E-01 -4.37687128360787714E-01
+ -4.50517811684171154E-01 -4.63351885672931840E-01 -4.76185743875320366E-01
+ -4.89015734606958130E-01 -5.01838162220395012E-01 -5.14649288432568186E-01
+ -5.27445333710547359E-01 -5.40222478715888244E-01 -5.52976865807840334E-01
+ -5.65704600605571151E-01 -5.78401753609493086E-01 -5.91064361881684430E-01
+ -6.03688430785309982E-01 -6.16269935782842504E-01 -6.28804824292795939E-01
+ -6.41289017604570022E-01 -6.53718412850904818E-01 -6.66088885037334766E-01
+ -6.78396289127917829E-01 -6.90636462186404398E-01 -7.02805225571896730E-01
+ -7.14898387187933526E-01 -7.26911743783817066E-01 -7.38841083306880475E-01
+ -7.50682187304286375E-01 -7.62430833372812700E-01 -7.74082797654986998E-01
+ -7.85633857379793077E-01 -7.97079793446079377E-01 -8.08416393046670012E-01
+ -8.19639452331081486E-01 -8.30744779104622744E-01 -8.41728195561573522E-01
+ -8.52585541050008944E-01 -8.63312674865753693E-01 -8.73905479072842883E-01
+ -8.84359861347781440E-01 -8.94671757844794691E-01 -9.04837136079184368E-01
+ -9.14851997825823160E-01 -9.24712382029737490E-01 -9.34414367725661554E-01
+ -9.43954076963381072E-01 -9.53327677735616219E-01 -9.62531386905143949E-01
+ -9.71561473127800390E-01 -9.80414259767972807E-01 -9.89086127803136317E-01
+ -9.97573518713968266E-01 -1.00587293735654004E+00 -1.01398095481306982E+00
+ -1.02189421121770274E+00 -1.02960941855377941E+00 -1.03712336341904954E+00
+ -1.04443290975530068E+00 -1.05153500153887092E+00 -1.05842666542855146E+00
+ -1.06510501336739560E+00 -1.07156724513498935E+00 -1.07781065084678351E+00
+ -1.08383261339711989E+00 -1.08963061084265589E+00 -1.09520221872293222E+00
+ -1.10054511231490859E+00 -1.10565706881835624E+00 -1.11053596946908151E+00
+ -1.11517980157703200E+00 -1.11958666048643485E+00 -1.12375475145520554E+00
+ -1.12768239145097993E+00 -1.13136801086121075E+00 -1.13481015511490235E+00
+ -1.13800748621366132E+00 -1.14095878416986585E+00 -1.14366294834989013E+00
+ -1.14611899872043299E+00 -1.14832607699615519E+00 -1.15028344768695234E+00
+ -1.15199049904333251E+00 -1.15344674389851876E+00 -1.15465182040603342E+00
+ -1.15560549267166723E+00 -1.15630765127889812E+00 -1.15675831370695814E+00
+ -1.15695762464091167E+00 -1.15690585617324770E+00 -1.15660340789665317E+00
+ -1.15605080688777506E+00 -1.15524870758193732E+00 -1.15419789153892216E+00
+ -1.15289926710008239E+00 -1.15135386893718872E+00 -1.14956285749357012E+00
+ -1.14752751831823496E+00 -1.14524926129382210E+00 -1.14272961975934195E+00
+ -1.13997024952882176E+00 -1.13697292780708858E+00 -1.13373955200405252E+00
+ -1.13027213844897378E+00 -1.12657282100631817E+00 -1.12264384959491315E+00
+ -1.11848758861222719E+00 -1.11410651526570281E+00 -1.10950321781316275E+00
+ -1.10468039371440696E+00 -1.09964084769620851E+00 -1.09438748973299149E+00
+ -1.08892333294555499E+00 -1.08325149142027333E+00 -1.07737517795127480E+00
+ -1.07129770170815353E+00 -1.06502246583182636E+00 -1.05855296496119222E+00
+ -1.05189278269330111E+00 -1.04504558897976008E+00 -1.03801513746215668E+00
+ -1.03080526274928719E+00 -1.02341987763901177E+00 -1.01586297028756678E+00
+ -1.00813860132917510E+00 -1.00025090094881230E+00 -9.92204065910967992E-01
+ -9.84002356547267198E-01 -9.75650093705780153E-01 -9.67151655664863719E-01
+ -9.58511475014347858E-01 -9.49734035506875185E-01 -9.40823868882169512E-01
+ -9.31785551666997391E-01 -9.22623701953558029E-01 -9.13342976159003395E-01
+ -9.03948065768772957E-01 -8.94443694066387684E-01 -8.84834612852316127E-01
+ -8.75125599154496725E-01 -8.65321451933063757E-01 -8.55426988781791686E-01
+ -8.45447042628729828E-01 -8.35386458438478585E-01 -8.25250089918512120E-01
+ -8.15042796231920663E-01 -8.04769438718877295E-01 -7.94434877629333180E-01
+ -7.84043968868822772E-01 -7.73601560760020512E-01 -7.63112490822068557E-01
+ -7.52581582569906038E-01 -7.42013642335759616E-01 -7.31413456114938243E-01
+ -7.20785786438048692E-01 -7.10135369271722161E-01 -6.99466910949937404E-01
+ -6.88785085137990527E-01 -6.78094529831166137E-01 -6.67399844390129338E-01
+ -6.56705586615068615E-01 -6.46016269860589576E-01 -6.35336360193363481E-01
+ -6.24670273594523540E-01 -6.14022373208795713E-01 -6.03396966642343435E-01
+ -5.92798303311306896E-01 -5.82230571843009637E-01 -5.71697897531805777E-01
+ -5.61204339851533618E-01 -5.50753890026546511E-01 -5.40350468663282402E-01
+ -5.29997923444332275E-01 -5.19700026886964928E-01 -5.09460474168061173E-01
+ -4.99282881017399538E-01 -4.89170781681232125E-01 -4.79127626958079311E-01
+ -4.69156782308656817E-01 -4.59261526041836288E-01 -4.49445047578522439E-01
+ -4.39710445795312321E-01 -4.30060727449771807E-01 -4.20498805689144994E-01
+ -4.11027498644277678E-01 -4.01649528110498588E-01 -3.92367518317169206E-01
+ -3.83183994787561710E-01 -3.74101383290683098E-01 -3.65122008886604899E-01
+ -3.56248095066802883E-01 -3.47481762990946963E-01 -3.38825030821511497E-01
+ -3.30279813157502877E-01 -3.21847920568522183E-01 -3.13531059230293729E-01
+ -3.05330830662697783E-01 -2.97248731571252200E-01 -2.89286153792877698E-01
+ -2.81444384346678567E-01 -2.73724605590345837E-01 -2.66127895482674903E-01
+ -2.58655227952551414E-01 -2.51307473374627555E-01 -2.44085399151761112E-01
+  END     
+   PHI    2 #phi(r), for phi(r)/r*Ylm)
+  0.00000000000000000E+00  2.69180601858213559E-08  5.40864797215749163E-08
+  8.15075871004968742E-08  1.09183732471326786E-07  1.37117287839691850E-07
+  1.65310647271363661E-07  1.93766227097404996E-07  2.22486466121223803E-07
+  2.51473825827552268E-07  2.80730790593369350E-07  3.10259867900784038E-07
+  3.40063588551897851E-07  3.70144506885665847E-07  4.00505200996772844E-07
+  4.31148272956544961E-07  4.62076349035916113E-07  4.93292079930465973E-07
+  5.24798140987551865E-07  5.56597232435550389E-07  5.88692079615232995E-07
+  6.21085433213291011E-07  6.53780069498030922E-07  6.86778790557264211E-07
+  7.20084424538405727E-07  7.53699825890806213E-07  7.87627875610336777E-07
+  8.21871481486248487E-07  8.56433578350325848E-07  8.91317128328358490E-07
+  9.26525121093947398E-07  9.62060574124674559E-07  9.97926532960652368E-07
+  1.03412607146547806E-06  1.07066229208961141E-06  1.10753832613620384E-06
+  1.14475733402939824E-06  1.18232250558512178E-06  1.22023706028439952E-06
+  1.25850424754920446E-06  1.29712734702087707E-06  1.33610966884112588E-06
+  1.37545455393565144E-06  1.41516537430039577E-06  1.45524553329045983E-06
+  1.49569846591170494E-06  1.53652763911506627E-06  1.57773655209359902E-06
+  1.61932873658228957E-06  1.66130775716065161E-06  1.70367721155813956E-06
+  1.74644073096239318E-06  1.78960198033035700E-06  1.83316465870228285E-06
+  1.87713249951866245E-06  1.92150927094009106E-06  1.96629877617012268E-06
+  2.01150485378111076E-06  2.05713137804308546E-06  2.10318225925569019E-06
+  2.14966144408319583E-06  2.19657291589263929E-06  2.24392069509509641E-06
+  2.29170883949013222E-06  2.33994144461345072E-06  2.38862264408778043E-06
+  2.43775660997701504E-06  2.48734755314365288E-06  2.53739972360955498E-06
+  2.58791741092005193E-06  2.63890494451144737E-06  2.69036669408193159E-06
+  2.74230706996593192E-06  2.79473052351196617E-06  2.84764154746398485E-06
+  2.90104467634627650E-06  2.95494448685193355E-06  3.00934559823494593E-06
+  3.06425267270592688E-06  3.11967041583152240E-06  3.17560357693753332E-06
+  3.23205694951577990E-06  3.28903537163475576E-06  3.34654372635408991E-06
+  3.40458694214286930E-06  3.46316999330184234E-06  3.52229790038955272E-06
+  3.58197573065243053E-06  3.64220859845887851E-06  3.70300166573739974E-06
+  3.76436014241878956E-06  3.82628928688245036E-06  3.88879440640683095E-06
+  3.95188085762407750E-06  4.01555404697889532E-06  4.07981943119167949E-06
+  4.14468251772594821E-06  4.21014886526012409E-06  4.27622408416369964E-06
+  4.34291383697782348E-06  4.41022383890035283E-06  4.47815985827542000E-06
+  4.54672771708754899E-06  4.61593329146035128E-06  4.68578251215987342E-06
+  4.75628136510260761E-06  4.82743589186823715E-06  4.89925219021713122E-06
+  4.97173641461267030E-06  5.04489477674839710E-06  5.11873354608009643E-06
+  5.19325905036279544E-06  5.26847767619276305E-06  5.34439586955455265E-06
+  5.42102013637312103E-06  5.49835704307107356E-06  5.57641321713109579E-06
+  5.65519534766361457E-06  5.73471018597971845E-06  5.81496454616941945E-06
+  5.89596530568527570E-06  5.97771940593144184E-06  6.06023385285819218E-06
+  6.14351571756197235E-06  6.22757213689101686E-06  6.31241031405660874E-06
+  6.39803751924999736E-06  6.48446109026507008E-06  6.57168843312679996E-06
+  6.65972702272552346E-06  6.74858440345713386E-06  6.83826818986919974E-06
+  6.92878606731309812E-06  7.02014579260220995E-06  7.11235519467622427E-06
+  7.20542217527161059E-06  7.29935470959833208E-06  7.39416084702283541E-06
+  7.48984871175739150E-06  7.58642650355584082E-06  7.68390249841580062E-06
+  7.78228504928739265E-06  7.88158258678856416E-06  7.98180361992703951E-06
+  8.08295673682898873E-06  8.18505060547447743E-06  8.28809397443972514E-06
+  8.39209567364626873E-06  8.49706461511708494E-06  8.60300979373974510E-06
+  8.70994028803664589E-06  8.81786526094240089E-06  8.92679396058845573E-06
+  9.03673572109498427E-06  9.14769996337015559E-06  9.25969619591679914E-06
+  9.37273401564659308E-06  9.48682310870179806E-06  9.60197325128462275E-06
+  9.71819431049429400E-06  9.83549624517190781E-06  9.95388910675312048E-06
+  1.00733830401287696E-05  1.01939882845134709E-05  1.03157151743223007E-05
+  1.04385741400556095E-05  1.05625757091920649E-05  1.06877305070899617E-05
+  1.08140492578969507E-05  1.09415427854681448E-05  1.10702220142928302E-05
+  1.12000979704297250E-05  1.13311817824509597E-05  1.14634846823947984E-05
+  1.15970180067272273E-05  1.17317931973124517E-05  1.18678218023924246E-05
+  1.20051154775754689E-05  1.21436859868340658E-05  1.22835452035119153E-05
+  1.24247051113403703E-05  1.25671778054642592E-05  1.27109754934772775E-05
+  1.28561104964669959E-05  1.30025952500695043E-05  1.31504423055339492E-05
+  1.32996643307968766E-05  1.34502741115665765E-05  1.36022845524175018E-05
+  1.37557086778948483E-05  1.39105596336293504E-05  1.40668506874624981E-05
+  1.42245952305821437E-05  1.43838067786686479E-05  1.45444989730517196E-05
+  1.47066855818779482E-05  1.48703805012891697E-05  1.50355977566118166E-05
+  1.52023515035572666E-05  1.53706560294333426E-05  1.55405257543670818E-05
+  1.57119752325388040E-05  1.58850191534277159E-05  1.60596723430689755E-05
+  1.62359497653225068E-05  1.64138665231535784E-05  1.65934378599251959E-05
+  1.67746791607026107E-05  1.69576059535698024E-05  1.71422339109583004E-05
+  1.73285788509882542E-05  1.75166567388219852E-05  1.77064836880300814E-05
+  1.78980759619702146E-05  1.80914499751786831E-05  1.82866222947749252E-05
+  1.84836096418790348E-05  1.86824288930424378E-05  1.88830970816918662E-05
+  1.90856313995866685E-05  1.92900491982897462E-05  1.94963679906520201E-05
+  1.97046054523107434E-05  1.99147794232017199E-05  2.01269079090854946E-05
+  2.03410090830877574E-05  2.05571012872540355E-05  2.07752030341187637E-05
+  2.09953330082889719E-05  2.12175100680425992E-05  2.14417532469417053E-05
+  2.16680817554605658E-05  2.18965149826289811E-05  2.21270724976906952E-05
+  2.23597740517772652E-05  2.25946395795975057E-05  2.28316892011425018E-05
+  2.30709432234065159E-05  2.33124221421238081E-05  2.35561466435215948E-05
+  2.38021376060892194E-05  2.40504161023637925E-05  2.43010034007323629E-05
+  2.45539209672507684E-05  2.48091904674793866E-05  2.50668337683359519E-05
+  2.53268729399654379E-05  2.55893302576273964E-05  2.58542282036007171E-05
+  2.61215894691060711E-05  2.63914369562462359E-05  2.66637937799642631E-05
+  2.69386832700199821E-05  2.72161289729846680E-05  2.74961546542543237E-05
+  2.77787843000815389E-05  2.80640421196262421E-05  2.83519525470254183E-05
+  2.86425402434820348E-05  2.89358300993733264E-05  2.92318472363786339E-05
+  2.95306170096269136E-05  2.98321650098642506E-05  3.01365170656413248E-05
+  3.04436992455212396E-05  3.07537378603078284E-05  3.10666594652945371E-05
+  3.13824908625341846E-05  3.17012591031297464E-05  3.20229914895464089E-05
+  3.23477155779449622E-05  3.26754591805368704E-05  3.30062503679611608E-05
+  3.33401174716832895E-05  3.36770890864162932E-05  3.40171940725643237E-05
+  3.43604615586888483E-05  3.47069209439976464E-05  3.50566019008569056E-05
+  3.54095343773266083E-05  3.57657485997193167E-05  3.61252750751827286E-05
+  3.64881445943061265E-05  3.68543882337509573E-05  3.72240373589057788E-05
+  3.75971236265658251E-05  3.79736789876372775E-05  3.83537356898667775E-05
+  3.87373262805959848E-05  3.91244836095417357E-05  3.95152408316020332E-05
+  3.99096314096878473E-05  4.03076891175812075E-05  4.07094480428197837E-05
+  4.11149425896081656E-05  4.15242074817559964E-05  4.19372777656434211E-05
+  4.23541888132138853E-05  4.27749763249947213E-05  4.31996763331455935E-05
+  4.36283252045352468E-05  4.40609596438466144E-05  4.44976166967108057E-05
+  4.49383337528699682E-05  4.53831485493694562E-05  4.58320991737794903E-05
+  4.62852240674467612E-05  4.67425620287759163E-05  4.72041522165415875E-05
+  4.76700341532309188E-05  4.81402477284170407E-05  4.86148332021638246E-05
+  4.90938312084620172E-05  4.95772827586972038E-05  5.00652292451498636E-05
+  5.05577124445277476E-05  5.10547745215309454E-05  5.15564580324499663E-05
+  5.20628059287968743E-05  5.25738615609702646E-05  5.30896686819539915E-05
+  5.36102714510500636E-05  5.41357144376460901E-05  5.46660426250175375E-05
+  5.52013014141651407E-05  5.57415366276877144E-05  5.62867945136908437E-05
+  5.68371217497316459E-05  5.73925654467999941E-05  5.79531731533364962E-05
+  5.85189928592876282E-05  5.90900730001983935E-05  5.96664624613425372E-05
+  6.02482105818912900E-05  6.08353671591203163E-05  6.14279824526556398E-05
+  6.20261071887587832E-05  6.26297925646514134E-05  6.32390902528800076E-05
+  6.38540524057207835E-05  6.44747316596252400E-05  6.51011811397068029E-05
+  6.57334544642690355E-05  6.63716057493752665E-05  6.70156896134607586E-05
+  6.76657611819872972E-05  6.83218760921407538E-05  6.89840904975719900E-05
+  6.96524610731814826E-05  7.03270450199481705E-05  7.10079000698028484E-05
+  7.16950844905463923E-05  7.23886570908135356E-05  7.30886772250823166E-05
+  7.37952047987297267E-05  7.45083002731340607E-05  7.52280246708241727E-05
+  7.59544395806765175E-05  7.66876071631597078E-05  7.74275901556277247E-05
+  7.81744518776618358E-05  7.89282562364617232E-05  7.96890677322863075E-05
+  8.04569514639447988E-05  8.12319731343382297E-05  8.20141990560521229E-05
+  8.28036961570007658E-05  8.36005319861232976E-05  8.44047747191324199E-05
+  8.52164931643160711E-05  8.60357567683924299E-05  8.68626356224189253E-05
+  8.76972004677557013E-05  8.85395227020838058E-05  8.93896743854790001E-05
+  9.02477282465414990E-05  9.11137576885818725E-05  9.19878367958642347E-05
+  9.28700403399066371E-05  9.37604437858395758E-05  9.46591232988228419E-05
+  9.55661557505217322E-05  9.64816187256425657E-05  9.74055905285283868E-05
+  9.83381501898153838E-05  9.92793774731504569E-05  1.00229352881970666E-04
+  1.01188157666345021E-04  1.02155873829878980E-04  1.03132584136682697E-04
+  1.04118372118402994E-04  1.05113322081320430E-04  1.06117519113511143E-04
+  1.07131049092074686E-04  1.08153998690428430E-04  1.09186455385668594E-04
+  1.10228507465999414E-04  1.11280244038230099E-04  1.12341755035340741E-04
+  1.13413131224117923E-04  1.14494464212860268E-04  1.15585846459154504E-04
+  1.16687371277723534E-04  1.17799132848345770E-04  1.18921226223847891E-04
+  1.20053747338170200E-04  1.21196793014506583E-04  1.22350460973518925E-04
+  1.23514849841626755E-04  1.24690059159373120E-04  1.25876189389866961E-04
+  1.27073341927303238E-04  1.28281619105560709E-04  1.29501124206878851E-04
+  1.30731961470614204E-04  1.31974236102076943E-04  1.33228054281448442E-04
+  1.34493523172780503E-04  1.35770750933077096E-04  1.37059846721459009E-04
+  1.38360920708412963E-04  1.39674084085124827E-04  1.40999449072898601E-04
+  1.42337128932661506E-04  1.43687237974556194E-04  1.45049891567620336E-04
+  1.46425206149555348E-04  1.47813299236584190E-04  1.49214289433399012E-04
+  1.50628296443200318E-04  1.52055441077827644E-04  1.53495845267982879E-04
+  1.54949632073546914E-04  1.56416925693990958E-04  1.57897851478882217E-04
+  1.59392535938486578E-04  1.60901106754467133E-04  1.62423692790681322E-04
+  1.63960424104075774E-04  1.65511431955681207E-04  1.67076848821707716E-04
+  1.68656808404740711E-04  1.70251445645039839E-04  1.71860896731940193E-04
+  1.73485299115358184E-04  1.75124791517401913E-04  1.76779513944087384E-04
+  1.78449607697161864E-04  1.80135215386034551E-04  1.81836480939816562E-04
+  1.83553549619469792E-04  1.85286568030067157E-04  1.87035684133164183E-04
+  1.88801047259283127E-04  1.90582808120511222E-04  1.92381118823212784E-04
+  1.94196132880857870E-04  1.96028005226966918E-04  1.97876892228173655E-04
+  1.99742951697406442E-04  2.01626342907189592E-04  2.03527226603065662E-04
+  2.05445765017139381E-04  2.07382121881745298E-04  2.09336462443239046E-04
+  2.11308953475913868E-04  2.13299763296043686E-04  2.15309061776053465E-04
+  2.17337020358818536E-04  2.19383812072093188E-04  2.21449611543070415E-04
+  2.23534595013073621E-04  2.25638940352381910E-04  2.27762827075188480E-04
+  2.29906436354696670E-04  2.32069951038350587E-04  2.34253555663205276E-04
+  2.36457436471435196E-04  2.38681781425983762E-04  2.40926780226353608E-04
+  2.43192624324540510E-04  2.45479506941111321E-04  2.47787623081426858E-04
+  2.50117169552012029E-04  2.52468344977073542E-04  2.54841349815167076E-04
+  2.57236386376014558E-04  2.59653658837474203E-04  2.62093373262662775E-04
+  2.64555737617233112E-04  2.67040961786807170E-04  2.69549257594566449E-04
+  2.72080838819001086E-04  2.74635921211818703E-04  2.77214722516014919E-04
+  2.79817462484106534E-04  2.82444362896529255E-04  2.85095647580200584E-04
+  2.87771542427249743E-04  2.90472275413916777E-04  2.93198076619621232E-04
+  2.95949178246202515E-04  2.98725814637332537E-04  3.01528222298103770E-04
+  3.04356639914792472E-04  3.07211308374800355E-04  3.10092470786774025E-04
+  3.13000372500905574E-04  3.15935261129416311E-04  3.18897386567221870E-04
+  3.21887001012785101E-04  3.24904358989153933E-04  3.27949717365188641E-04
+  3.31023335376979177E-04  3.34125474649453697E-04  3.37256399218180945E-04
+  3.40416375551367363E-04  3.43605672572051683E-04  3.46824561680496302E-04
+  3.50073316776780270E-04  3.53352214283593014E-04  3.56661533169232593E-04
+  3.60001554970807846E-04  3.63372563817648863E-04  3.66774846454925353E-04
+  3.70208692267475620E-04  3.73674393303848041E-04  3.77172244300556781E-04
+  3.80702542706552835E-04  3.84265588707913752E-04  3.87861685252751656E-04
+  3.91491138076344083E-04  3.95154255726487178E-04  3.98851349589074465E-04
+  4.02582733913902648E-04  4.06348725840706014E-04  4.10149645425423237E-04
+  4.13985815666694575E-04  4.17857562532595857E-04  4.21765214987608985E-04
+  4.25709105019830586E-04  4.29689567668421573E-04  4.33706941051299831E-04
+  4.37761566393077295E-04  4.41853788053244269E-04  4.45983953554602252E-04
+  4.50152413611947856E-04  4.54359522161010222E-04  4.58605636387642512E-04
+  4.62891116757272142E-04  4.67216327044608362E-04  4.71581634363614044E-04
+  4.75987409197738067E-04  4.80434025430416631E-04  4.84921860375839829E-04
+  4.89451294809990995E-04  4.94022713001955756E-04  4.98636502745508853E-04
+  5.03293055390975153E-04  5.07992765877372018E-04  5.12736032764831177E-04
+  5.17523258267306181E-04  5.22354848285564452E-04  5.27231212440469588E-04
+  5.32152764106551181E-04  5.37119920445872263E-04  5.42133102442187960E-04
+  5.47192734935404365E-04  5.52299246656337518E-04  5.57453070261773576E-04
+  5.62654642369836357E-04  5.67904403595660299E-04  5.73202798587375134E-04
+  5.78550276062401287E-04  5.83947288844062734E-04  5.89394293898514387E-04
+  5.94891752371992243E-04  6.00440129628383376E-04  6.06039895287125308E-04
+  6.11691523261427062E-04  6.17395491796825561E-04  6.23152283510072596E-04
+  6.28962385428358229E-04  6.34826289028871593E-04  6.40744490278703002E-04
+  6.46717489675088450E-04  6.52745792286002469E-04  6.58829907791097383E-04
+  6.64970350522996667E-04  6.71167639508938717E-04  6.77422298512782425E-04
+  6.83734856077368577E-04  6.90105845567245881E-04  6.96535805211761280E-04
+  7.03025278148519759E-04  7.09574812467213658E-04  7.16184961253826455E-04
+  7.22856282635213647E-04  7.29589339824061683E-04  7.36384701164230059E-04
+  7.43242940176480475E-04  7.50164635604589789E-04  7.57150371461860132E-04
+  7.64200737078015737E-04  7.71316327146504737E-04  7.78497741772193538E-04
+  7.85745586519469514E-04  7.93060472460746795E-04  8.00443016225382224E-04
+  8.07893840049001997E-04  8.15413571823244863E-04  8.23002845145922842E-04
+  8.30662299371601642E-04  8.38392579662607280E-04  8.46194337040459652E-04
+  8.54068228437734585E-04  8.62014916750361094E-04  8.70035070890355774E-04
+  8.78129365838994469E-04  8.86298482700429097E-04  8.94543108755750421E-04
+  9.02863937517499348E-04  9.11261668784628821E-04  9.19737008697924766E-04
+  9.28290669795885331E-04  9.36923371071058417E-04  9.45635838026849095E-04
+  9.54428802734794547E-04  9.63303003892305738E-04  9.72259186880893196E-04
+  9.81298103824862792E-04  9.90420513650498106E-04  9.99627182145723962E-04
+  1.00891888202026317E-03  1.01829639296627879E-03  1.02776050171951572E-03
+  1.03731200212093763E-03  1.04695169517886799E-03  1.05668038913163159E-03
+  1.06649889951070955E-03  1.07640804920440124E-03  1.08640866852200519E-03
+  1.09650159525851278E-03  1.10668767475982795E-03  1.11696775998851067E-03
+  1.12734271159004723E-03  1.13781339795965557E-03  1.14838069530962027E-03
+  1.15904548773717231E-03  1.16980866729290457E-03  1.18067113404973670E-03
+  1.19163379617242778E-03  1.20269756998763865E-03  1.21386338005455220E-03
+  1.22513215923605152E-03  1.23650484877046150E-03  1.24798239834385174E-03
+  1.25956576616291418E-03  1.27125591902840806E-03  1.28305383240918318E-03
+  1.29496049051678144E-03  1.30697688638062130E-03  1.31910402192376769E-03
+  1.33134290803928971E-03  1.34369456466721391E-03  1.35616002087206940E-03
+  1.36874031492103653E-03  1.38143649436269400E-03  1.39424961610637335E-03
+  1.40718074650212472E-03  1.42023096142129064E-03  1.43340134633769957E-03
+  1.44669299640947475E-03  1.46010701656146703E-03  1.47364452156831640E-03
+  1.48730663613813444E-03  1.50109449499682577E-03  1.51500924297304023E-03
+  1.52905203508376677E-03  1.54322403662056394E-03  1.55752642323643900E-03
+  1.57196038103337289E-03  1.58652710665049498E-03  1.60122780735291325E-03
+  1.61606370112120064E-03  1.63103601674153978E-03  1.64614599389653138E-03
+  1.66139488325666991E-03  1.67678394657248299E-03  1.69231445676734627E-03
+  1.70798769803097157E-03  1.72380496591357222E-03  1.73976756742070539E-03
+  1.75587682110880266E-03  1.77213405718137842E-03  1.78854061758593262E-03
+  1.80509785611153895E-03  1.82180713848712926E-03  1.83866984248047386E-03
+  1.85568735799785441E-03  1.87286108718444475E-03  1.89019244452538911E-03
+  1.90768285694758620E-03  1.92533376392218267E-03  1.94314661756777272E-03
+  1.96112288275431586E-03  1.97926403720775782E-03  1.99757157161537620E-03
+  2.01604698973183822E-03  2.03469180848598729E-03  2.05350755808833422E-03
+  2.07249578213928882E-03  2.09165803773810402E-03  2.11099589559255504E-03
+  2.13051094012934152E-03  2.15020476960521524E-03  2.17007899621885153E-03
+  2.19013524622343591E-03  2.21037516003999871E-03  2.23080039237147105E-03
+  2.25141261231748876E-03  2.27221350348992069E-03  2.29320476412914198E-03
+  2.31438810722104076E-03  2.33576526061476421E-03  2.35733796714120321E-03
+  2.37910798473221687E-03  2.40107708654059603E-03  2.42324706106076312E-03
+  2.44561971225021758E-03  2.46819685965171632E-03  2.49098033851619062E-03
+  2.51397199992641233E-03  2.53717371092138533E-03  2.56058735462148367E-03
+  2.58421483035432440E-03  2.60805805378137639E-03  2.63211895702530202E-03
+  2.65639948879803529E-03  2.68090161452959374E-03  2.70562731649761495E-03
+  2.73057859395763091E-03  2.75575746327406425E-03  2.78116595805194804E-03
+  2.80680612926937755E-03  2.83268004541067497E-03  2.85878979260027147E-03
+  2.88513747473731529E-03  2.91172521363097965E-03  2.93855514913648726E-03
+  2.96562943929184336E-03  2.99295026045526442E-03  3.02051980744330942E-03
+  3.04834029366970799E-03  3.07641395128487646E-03  3.10474303131611775E-03
+  3.13332980380851261E-03  3.16217655796647776E-03  3.19128560229599983E-03
+  3.22065926474753451E-03  3.25029989285956743E-03  3.28020985390283220E-03
+  3.31039153502516803E-03  3.34084734339703269E-03  3.37157970635763296E-03
+  3.40259107156171310E-03  3.43388390712692435E-03  3.46546070178184668E-03
+  3.49732396501458744E-03  3.52947622722199397E-03  3.56192003985944918E-03
+  3.59465797559124778E-03  3.62769262844154150E-03  3.66102661394585071E-03
+  3.69466256930311987E-03  3.72860315352832291E-03  3.76285104760559113E-03
+  3.79740895464186334E-03  3.83227960002104897E-03  3.86746573155867914E-03
+  3.90297011965704682E-03  3.93879555746082070E-03  3.97494486101311259E-03
+  4.01142086941199197E-03  4.04822644496743642E-03  4.08536447335869097E-03
+  4.12283786379203775E-03  4.16064954915894812E-03  4.19880248619460862E-03
+  4.23729965563680085E-03  4.27614406238512913E-03  4.31533873566055000E-03
+  4.35488672916522698E-03  4.39479112124265686E-03  4.43505501503807433E-03
+  4.47568153865909868E-03  4.51667384533660857E-03  4.55803511358582932E-03
+  4.59976854736759456E-03  4.64187737624979866E-03  4.68436485556896452E-03
+  4.72723426659195020E-03  4.77048891667774741E-03  4.81413213943935551E-03
+  4.85816729490570060E-03  4.90259776968358495E-03  4.94742697711962436E-03
+  4.99265835746216281E-03  5.03829537802313529E-03  5.08434153333984021E-03
+  5.13080034533659312E-03  5.17767536348625636E-03  5.22497016497157005E-03
+  5.27268835484630532E-03  5.32083356619616511E-03  5.36940946029941611E-03
+  5.41841972678723180E-03  5.46786808380368174E-03  5.51775827816536942E-03
+  5.56809408552063744E-03  5.61887931050836145E-03  5.67011778691622545E-03
+  5.72181337783850882E-03  5.77396997583328516E-03  5.82659150307904099E-03
+  5.87968191153064122E-03  5.93324518307461815E-03  5.98728532968370586E-03
+  6.04180639357064942E-03  6.09681244734113555E-03  6.15230759414591311E-03
+  6.20829596783195690E-03  6.26478173309269731E-03  6.32176908561721870E-03
+  6.37926225223841604E-03  6.43726549108000149E-03  6.49578309170238243E-03
+  6.55481937524727068E-03  6.61437869458105648E-03  6.67446543443681300E-03
+  6.73508401155491210E-03  6.79623887482219344E-03  6.85793450540961389E-03
+  6.92017541690830192E-03  6.98296615546399515E-03  7.04631129990973548E-03
+  7.11021546189683634E-03  7.17468328602395827E-03  7.23971944996429622E-03
+  7.30532866459079281E-03  7.37151567409925941E-03  7.43828525612940956E-03
+  7.50564222188365975E-03  7.57359141624364650E-03  7.64213771788439713E-03
+  7.71128603938603906E-03  7.78104132734300843E-03  7.85140856247061245E-03
+  7.92239275970893844E-03  7.99399896832394923E-03  8.06623227200571613E-03
+  8.13909778896369958E-03  8.21260067201895830E-03  8.28674610869320830E-03
+  8.36153932129466045E-03  8.43698556700047536E-03  8.51309013793578005E-03
+  8.58985836124916483E-03  8.66729559918447828E-03  8.74540724914890655E-03
+  8.82419874377714242E-03  8.90367555099158374E-03  8.98384317405846386E-03
+  9.06470715163972159E-03  9.14627305784058986E-03  9.22854650225268976E-03
+  9.31153312999260033E-03  9.39523862173569264E-03  9.47966869374514305E-03
+  9.56482909789602327E-03  9.65072562169425573E-03  9.73736408829039245E-03
+  9.82475035648800420E-03  9.91289032074658613E-03  1.00017899111788083E-02
+  1.00914550935419910E-02  1.01818918692236342E-02  1.02731062752208675E-02
+  1.03651043841136489E-02  1.04578923040315897E-02  1.05514761786141883E-02
+  1.06458621869643701E-02  1.07410565435951295E-02  1.08370654983691393E-02
+  1.09338953364310834E-02  1.10315523781326658E-02  1.11300429789499607E-02
+  1.12293735293930892E-02  1.13295504549078534E-02  1.14305802157693252E-02
+  1.15324693069670543E-02  1.16352242580818072E-02  1.17388516331535658E-02
+  1.18433580305405701E-02  1.19487500827693254E-02  1.20550344563752007E-02
+  1.21622178517335200E-02  1.22703070028808911E-02  1.23793086773265424E-02
+  1.24892296758534818E-02  1.26000768323091886E-02  1.27118570133856867E-02
+  1.28245771183886654E-02  1.29382440789955252E-02  1.30528648590019919E-02
+  1.31684464540571134E-02  1.32849958913864169E-02  1.34025202295028605E-02
+  1.35210265579054391E-02  1.36405219967651158E-02  1.37610136965978132E-02
+  1.38825088379241936E-02  1.40050146309160014E-02  1.41285383150285757E-02
+  1.42530871586193479E-02  1.43786684585519870E-02  1.45052895397858959E-02
+  1.46329577549507792E-02  1.47616804839059597E-02  1.48914651332840778E-02
+  1.50223191360190286E-02  1.51542499508575627E-02  1.52872650618544759E-02
+  1.54213719778508642E-02  1.55565782319352294E-02  1.56928913808870342E-02
+  1.58303190046023591E-02  1.59688687055013455E-02  1.61085481079170298E-02
+  1.62493648574652400E-02  1.63913266203951080E-02  1.65344410829199699E-02
+  1.66787159505281009E-02  1.68241589472730262E-02  1.69707778150429561E-02
+  1.71185803128089745E-02  1.72675742158515597E-02  1.74177673149650269E-02
+  1.75691674156394848E-02  1.77217823372199067E-02  1.78756199120418298E-02
+  1.80306879845433393E-02  1.81869944103527671E-02  1.83445470553518265E-02
+  1.85033537947135590E-02  1.86634225119147595E-02  1.88247610977223846E-02
+  1.89873774491534017E-02  1.91512794684077295E-02  1.93164750617736587E-02
+  1.94829721385053577E-02  1.96507786096718866E-02  1.98199023869773013E-02
+  1.99903513815512489E-02  2.01621335027096366E-02  2.03352566566847026E-02
+  2.05097287453241475E-02  2.06855576647586199E-02  2.08627513040371138E-02
+  2.10413175437296901E-02  2.12212642544969479E-02  2.14025992956257301E-02
+  2.15853305135304367E-02  2.17694657402194014E-02  2.19550127917257573E-02
+  2.21419794665021416E-02  2.23303735437786754E-02  2.25202027818836650E-02
+  2.27114749165262877E-02  2.29041976590407467E-02  2.30983786945912345E-02
+  2.32940256803370570E-02  2.34911462435572864E-02  2.36897479797342908E-02
+  2.38898384505954776E-02  2.40914251821126128E-02  2.42945156624580494E-02
+  2.44991173399171334E-02  2.47052376207561285E-02  2.49128838670450367E-02
+  2.51220633944344955E-02  2.53327834698861866E-02  2.55450513093558942E-02
+  2.57588740754285984E-02  2.59742588749049021E-02  2.61912127563379074E-02
+  2.64097427075200564E-02  2.66298556529188934E-02  2.68515584510611929E-02
+  2.70748578918647564E-02  2.72997606939168469E-02  2.75262735016988114E-02
+  2.77544028827558277E-02  2.79841553248112440E-02  2.82155372328244947E-02
+  2.84485549259920721E-02  2.86832146346904168E-02  2.89195224973602429E-02
+  2.91574845573312966E-02  2.93971067595867989E-02  2.96383949474667979E-02
+  2.98813548593094419E-02  3.01259921250295847E-02  3.03723122626336668E-02
+  3.06203206746702254E-02  3.08700226446150215E-02  3.11214233331900819E-02
+  3.13745277746157250E-02  3.16293408727947589E-02  3.18858673974279291E-02
+  3.21441119800598973E-02  3.24040791100547454E-02  3.26657731305002030E-02
+  3.29291982340398082E-02  3.31943584586319590E-02  3.34612576832351849E-02
+  3.37298996234186368E-02  3.40002878268969647E-02  3.42724256689887485E-02
+  3.45463163479975549E-02  3.48219628805148396E-02  3.50993680966436988E-02
+  3.53785346351427263E-02  3.56594649384890314E-02  3.59421612478596289E-02
+  3.62266255980302418E-02  3.65128598121907677E-02  3.68008654966764659E-02
+  3.70906440356141009E-02  3.73821965854820928E-02  3.76755240695839586E-02
+  3.79706271724340808E-02  3.82675063340550889E-02  3.85661617441859922E-02
+  3.88665933364002111E-02  3.91688007821327303E-02  3.94727834846156367E-02
+  3.97785405727211702E-02  4.00860708947115355E-02  4.03953730118946849E-02
+  4.07064451921854559E-02  4.10192854035710888E-02  4.13338913074806080E-02
+  4.16502602520572029E-02  4.19683892653330559E-02  4.22882750483057693E-02
+  4.26099139679157884E-02  4.29333020499243351E-02  4.32584349716908581E-02
+  4.35853080548497945E-02  4.39139162578856962E-02  4.42442541686063756E-02
+  4.45763159965135922E-02  4.49100955650702585E-02  4.52455863038645142E-02
+  4.55827812406692026E-02  4.59216729933972292E-02  4.62622537619516300E-02
+  4.66045153199705492E-02  4.69484490064662474E-02  4.72940457173583045E-02
+  4.76412958969002626E-02  4.79901895289998742E-02  4.83407161284322845E-02
+  4.86928647319464850E-02  4.90466238892642709E-02  4.94019816539721934E-02
+  4.97589255743060010E-02  5.01174426838277565E-02  5.04775194919956233E-02
+  5.08391419746262035E-02  5.12022955642500097E-02  5.15669651403595219E-02
+  5.19331350195507552E-02  5.23007889455580563E-02  5.26699100791828620E-02
+  5.30404809881164716E-02  5.34124836366574110E-02  5.37858993753239159E-02
+  5.41607089303620809E-02  5.45368923931502103E-02  5.49144292095000985E-02
+  5.52932981688559824E-02  5.56734773933920749E-02  5.60549443270095329E-02
+  5.64376757242336657E-02  5.68216476390126790E-02  5.72068354134189563E-02
+  5.75932136662540908E-02  5.79807562815589372E-02  5.83694363970301347E-02
+  5.87592263923444602E-02  5.91500978773926017E-02  5.95420216804240926E-02
+  5.99349678361050034E-02  6.03289055734902921E-02  6.07238033039127004E-02
+  6.11196286087904578E-02  6.15163482273554801E-02  6.19139280443049000E-02
+  6.23123330773777268E-02  6.27115274648596538E-02  6.31114744530179295E-02
+  6.35121363834699609E-02  6.39134746804873172E-02  6.43154498382392109E-02
+  6.47180214079777494E-02  6.51211479851685898E-02  6.55247871965700945E-02
+  6.59288956872646909E-02  6.63334291076459887E-02  6.67383421003652916E-02
+  6.71435882872415402E-02  6.75491202561388782E-02  6.79548895478156584E-02
+  6.83608466427497730E-02  6.87669409479443466E-02  6.91731207837187612E-02
+  6.95793333704897848E-02  6.99855248155480114E-02  7.03916400998343406E-02
+  7.07976230647222454E-02  7.12034163988113228E-02  7.16089616247377464E-02
+  7.20141990860076048E-02  7.24190679338590493E-02  7.28235061141597612E-02
+  7.32274503543461075E-02  7.36308361504105363E-02  7.40335977539443024E-02
+  7.44356681592424629E-02  7.48369790904784143E-02  7.52374609889555623E-02
+  7.56370430004436323E-02  7.60356529626077388E-02  7.64332173925381525E-02
+  7.68296614743895073E-02  7.72249090471374966E-02  7.76188825924620518E-02
+  7.80115032227666205E-02  7.84026906693416487E-02  7.87923632706829247E-02
+  7.91804379609740844E-02  7.95668302587428516E-02  7.99514542557023533E-02
+  8.03342226057865288E-02  8.07150465143918472E-02  8.10938357278352812E-02
+  8.14704985230403494E-02  8.18449416974624672E-02  8.22170705592655260E-02
+  8.25867889177617776E-02  8.29539990741271355E-02  8.33186018124047051E-02
+  8.36804963908091975E-02  8.40395805333455093E-02  8.43957504217547338E-02
+  8.47489006878014012E-02  8.50989244059157934E-02  8.54457130862055908E-02
+  8.57891566678513212E-02  8.61291435129005606E-02  8.64655604004759687E-02
+  8.67982925214119544E-02  8.71272234733366235E-02  8.74522352562140393E-02
+  8.77732082683633646E-02  8.80900213029716106E-02  8.84025515451161703E-02
+  8.87106745693149734E-02  8.90142643376209824E-02  8.93131931982790034E-02
+  8.96073318849625877E-02  8.98965495166093587E-02  9.01807135978732188E-02
+  9.04596900202119664E-02  9.07333430636298871E-02  9.10015353990940717E-02
+  9.12641280916444281E-02  9.15209806042171503E-02  9.17719508022017405E-02
+  9.20168949587519547E-02  9.22556677608714348E-02  9.24881223162949684E-02
+  9.27141101611862473E-02  9.29334812686739703E-02  9.31460840582476468E-02
+  9.33517654060349450E-02  9.35503706559832338E-02  9.37417436319667452E-02
+  9.39257266508428945E-02  9.41021605364800034E-02  9.42708846347792839E-02
+  9.44317368297147991E-02  9.45845535604143278E-02  9.47291698393048359E-02
+  9.48654192713462435E-02  9.49931340743773167E-02  9.51121451005978585E-02
+  9.52222818592112774E-02  9.53233725402516802E-02  9.54152440396201229E-02
+  9.54977219853544862E-02  9.55706307651573578E-02  9.56337935552068613E-02
+  9.56870323502749670E-02  9.57301679951781948E-02  9.57630202175853151E-02
+  9.57854076622071254E-02  9.57971479263929199E-02  9.57980575971585785E-02
+  9.57879522896706165E-02  9.57666466872115762E-02  9.57339545826506738E-02
+  9.56896889214446378E-02  9.56336618461929716E-02  9.55656847427716755E-02
+  9.54855682880699080E-02  9.53931224993530696E-02  9.52881567852758987E-02
+  9.51704799985694655E-02  9.50399004904245726E-02  9.48962261665948076E-02
+  9.47392645452414806E-02  9.45688228165427469E-02  9.43847079040884135E-02
+  9.41867265280819932E-02  9.39746852703706309E-02  9.37483906413235785E-02
+  9.35076491485784117E-02  9.32522673676751263E-02  9.29820520145960422E-02
+  9.26968100202298362E-02  9.23963486067772288E-02  9.20804753661146336E-02
+  9.17489983401318099E-02  9.14017261030586892E-02  9.10384678457954455E-02
+  9.06590334622591337E-02  9.02632336377595934E-02  8.98508799394156787E-02
+  8.94217849086223204E-02  8.89757621555780642E-02  8.85126264558806775E-02
+  8.80321938491984562E-02  8.75342817400226181E-02  8.70187090005051095E-02
+  8.64852960753858535E-02  8.59338650890099920E-02  8.53642399544363717E-02
+  8.47762464846355951E-02  8.41697125057751655E-02  8.35444679725870359E-02
+  8.29003450858118024E-02  8.22371784117114507E-02  8.15548050036411926E-02
+  8.08530645256690939E-02  8.01317993782297011E-02  7.93908548257965252E-02
+  7.86300791265560489E-02  7.78493236640634551E-02  7.70484430808585641E-02
+  7.62272954140179732E-02  7.53857422326169868E-02  7.45236487770733064E-02
+  7.36408841003405590E-02  7.27373212109192063E-02  7.18128372176479179E-02
+  7.08673134762371759E-02  6.99006357375041437E-02  6.89126942972641265E-02
+  6.79033841478325489E-02  6.68726051310872815E-02  6.58202620930394694E-02
+  6.47462650398571843E-02  6.36505292952835589E-02  6.25329756593884234E-02
+  6.13935305685886154E-02  6.02321262568701471E-02  5.90487009181409547E-02
+  5.78431988696412255E-02  5.66155707163339753E-02  5.53657735161959819E-02
+  5.40937709463259336E-02  5.27995334697828264E-02  5.14830385030654383E-02
+  5.01442705841394776E-02  4.87832215409163897E-02  4.73998906600843900E-02
+  4.59942848561886927E-02  4.45664188408556664E-02  4.31163152920513160E-02
+  4.16440050232622094E-02  4.01495271524834468E-02  3.86329292708953512E-02
+  3.70942676111074982E-02  3.55336072148457471E-02  3.39510220999551110E-02
+  3.23465954265884301E-02  3.07204196624480189E-02  2.90725967469448628E-02
+  2.74032382541375026E-02  2.57124655543098553E-02  2.40004099740452961E-02
+  2.22672129546517550E-02  2.05130262087904781E-02  1.87380118751590379E-02
+  1.69423426710772589E-02  1.51262020428226934E-02  1.32897843135608464E-02
+  1.14332948287133324E-02  9.55695009860602768E-03  7.66097793823747927E-03
+  5.74561760400681739E-03  3.81111992723900516E-03  1.85774744434419239E-03
+ -1.14225476553108022E-04 -2.10451251268032810E-03 -4.11281526754483755E-03
+ -6.13882315589071512E-03 -8.18221329285224487E-03 -1.02426503874728705E-02
+ -1.23197866407592296E-02 -1.44132616484405843E-02 -1.65227023086049682E-02
+ -1.86477227343841076E-02 -2.07879241718601747E-02 -2.29428949233684634E-02
+ -2.51122102763710053E-02 -2.72954324380775167E-02 -2.94921104759910645E-02
+ -3.17017802645574442E-02 -3.39239644380985306E-02 -3.61581723502114455E-02
+ -3.84039000398172931E-02 -4.06606302040442708E-02 -4.29278321781328479E-02
+ -4.52049619225513566E-02 -4.74914620175132529E-02 -4.97867616650884415E-02
+ -5.20902766991035229E-02 -5.44014096030268693E-02 -5.67195495360368618E-02
+ -5.90440723674725693E-02 -6.13743407198673180E-02 -6.37097040207671578E-02
+ -6.60494985635359660E-02 -6.83930475773498192E-02 -7.07396613065826574E-02
+ -7.30886370997844148E-02 -7.54392595084515255E-02 -7.77908003957873129E-02
+ -8.01425190556472322E-02 -8.24936623418603271E-02 -8.48434648081133891E-02
+ -8.71911488585795785E-02 -8.95359249094666299E-02 -9.18769915616530208E-02
+ -9.42135357845714921E-02 -9.65447331114913238E-02 -9.88697478463402141E-02
+ -1.01187733282194700E-01 -1.03497831931557441E-01 -1.05799175768525891E-01
+ -1.08090886482942614E-01 -1.10372075746603529E-01 -1.12641845491583653E-01
+ -1.14899288200724412E-01 -1.17143487210308248E-01 -1.19373517024929127E-01
+ -1.21588443644548086E-01 -1.23787324903703977E-01 -1.25969210822830413E-01
+ -1.28133143971608160E-01 -1.30278159844262970E-01 -1.32403287246696588E-01
+ -1.34507548695318974E-01 -1.36589960827425916E-01 -1.38649534822947035E-01
+ -1.40685276837366313E-01 -1.42696188445594840E-01 -1.44681267096555211E-01
+ -1.46639506578215617E-01 -1.48569897492788067E-01 -1.50471427741787483E-01
+ -1.52343083020625020E-01 -1.54183847322389433E-01 -1.55992703450451103E-01
+ -1.57768633539502739E-01 -1.59510619584632168E-01 -1.61217643978005587E-01
+ -1.62888690052719082E-01 -1.64522742633362501E-01 -1.66118788592821337E-01
+ -1.67675817414827122E-01 -1.69192821761753098E-01 -1.70668798047137138E-01
+ -1.72102747012401247E-01 -1.73493674307225731E-01 -1.74840591073024243E-01
+ -1.76142514528956018E-01 -1.77398468559904487E-01 -1.78607484305841169E-01
+ -1.79768600751988916E-01 -1.80880865319191952E-01 -1.81943334453898126E-01
+ -1.82955074217151625E-01 -1.83915160871997191E-01 -1.84822681468692740E-01
+ -1.85676734427129314E-01 -1.86476430115859571E-01 -1.87220891427138214E-01
+ -1.87909254347382343E-01 -1.88540668522466232E-01 -1.89114297817270821E-01
+ -1.89629320868917040E-01 -1.90084931633121679E-01 -1.90480339923124492E-01
+ -1.90814771940648054E-01 -1.91087470798363829E-01 -1.91297697033352948E-01
+ -1.91444729111065803E-01 -1.91527863919299546E-01 -1.91546417251731910E-01
+ -1.91499724280566885E-01 -1.91387140017867968E-01 -1.91208039765174198E-01
+ -1.90961819551017292E-01 -1.90647896555977747E-01 -1.90265709524942067E-01
+ -1.89814719166246704E-01 -1.89294408537417386E-01 -1.88704283417238328E-01
+ -1.88043872663908873E-01 -1.87312728559073272E-01 -1.86510427137532409E-01
+ -1.85636568502473398E-01 -1.84690777126079037E-01 -1.83672702135404681E-01
+ -1.82582017583437423E-01 -1.81418422705275972E-01 -1.80181642159398553E-01
+ -1.78871426254008897E-01 -1.77487551158477364E-01 -1.76029819099917273E-01
+ -1.74498058544962698E-01 -1.72892124366835404E-01 -1.71211897997812390E-01
+ -1.69457287567227471E-01 -1.67628228025161724E-01 -1.65724681251996742E-01
+ -1.63746636154025044E-01 -1.61694108745328802E-01 -1.59567142216156616E-01
+ -1.57365806988041979E-01 -1.55090200755922142E-01 -1.52740448517530214E-01
+ -1.50316702590342743E-01 -1.47819142616377408E-01 -1.45247975555142989E-01
+ -1.42603435665051181E-01 -1.39885784473605640E-01 -1.37095310736687598E-01
+ -1.34232330387259957E-01 -1.31297186473812361E-01 -1.28290249088869324E-01
+ -1.25211915287880560E-01 -1.22062608998809496E-01 -1.18842780922728736E-01
+ -1.15552908425726200E-01 -1.12193495422414399E-01 -1.08765072251326839E-01
+ -1.05268195542472298E-01 -1.01703448077305705E-01 -9.80714386413577555E-02
+ -9.43728018697508469E-02 -9.06081980858109148E-02 -8.67783131329653151E-02
+ -8.28838582000986507E-02 -7.89255696405156137E-02 -7.49042087846396032E-02
+ -7.08205617465519910E-02 -6.66754392244542082E-02 -6.24696762951095427E-02
+ -5.82041322022977814E-02 -5.38796901392897265E-02 -4.94972570253233990E-02
+ -4.50577632760376032E-02 -4.05621625677933251E-02 -3.60114315957864931E-02
+ -3.14065698258313153E-02 -2.67485992396670411E-02 -2.20385640736169945E-02
+ -1.72775305504041625E-02 -1.24665866039047283E-02 -7.60684159659823483E-03
+ -2.69942602945215902E-03  2.25450875604136071E-03  7.25379088397737088E-03
+  1.22972282586160265E-02  1.73836088877592151E-02  2.25117012152716324E-02
+  2.76802544631031718E-02  3.28879989831779712E-02  3.81336466195222393E-02
+  4.34158910810063803E-02  4.87334083250779496E-02  5.40848569528604370E-02
+  5.94688786159872848E-02  6.48840984355331246E-02  7.03291254333919397E-02
+  7.58025529764376343E-02  8.13029592337830703E-02  8.68289076474319521E-02
+  9.23789474165908758E-02  9.79516139958799131E-02  1.03545429607643874E-01
+  1.09158903768529381E-01  1.14790533830449737E-01  1.20438805536011204E-01
+  1.26102193588424338E-01  1.31779162235867137E-01  1.37468165870205300E-01
+  1.43167649639910993E-01  1.48876050076951455E-01  1.54591795737344051E-01
+  1.60313307854996229E-01  1.66039001008364911E-01  1.71767283799384496E-01
+  1.77496559544018162E-01  1.83225226973694144E-01  1.88951680946788658E-01
+  1.94674313169213575E-01  2.00391512923062454E-01  2.06101667802158162E-01
+  2.11803164453236853E-01  2.17494389321386261E-01  2.23173729398246534E-01
+  2.28839572971363953E-01  2.34490310372974409E-01  2.40124334726380950E-01
+  2.45740042687978083E-01  2.51335835182866174E-01  2.56910118131900289E-01
+  2.62461303167914106E-01  2.67987808338776945E-01  2.73488058794855216E-01
+  2.78960487458385586E-01  2.84403535672206498E-01  2.89815653825257979E-01
+  2.95195301952234979E-01  3.00540950304775456E-01  3.05851079891588495E-01
+  3.11124182984968412E-01  3.16358763591219894E-01  3.21553337882616586E-01
+  END     
+   PHI    3 #phi(r), for phi(r)/r*Ylm)
+  0.00000000000000000E+00  2.84665979350717504E-15  1.14927918357001535E-14
+  2.61002245745345992E-14  4.68343078538604896E-14  7.38639833455888896E-14
+  1.07361856341078000E-13  1.47504268927536737E-13  1.94471374575753018E-13
+  2.48447214165934103E-13  3.09619793478947675E-13  3.78181162180763541E-13
+  4.54327494328421100E-13  5.38259170426379654E-13  6.30180861062651345E-13
+  7.30301612154670724E-13  8.38834931835416268E-13  9.55998879010881178E-13
+  1.08201615362056234E-12  1.21711418863324395E-12  1.36152524381096038E-12
+  1.51548650127462821E-12  1.67924016290548179E-12  1.85303354961708471E-12
+  2.03711920253333478E-12  2.23175498610856559E-12  2.43720419322649964E-12
+  2.65373565231553326E-12  2.88162383651850314E-12  3.12114897495582995E-12
+  3.37259716612164226E-12  3.63626049345325883E-12  3.91243714311513323E-12
+  4.20143152403915931E-12  4.50355439026401376E-12  4.81912296561701997E-12
+  5.14846107078283924E-12  5.49189925280410555E-12  5.84977491706001330E-12
+  6.22243246176965322E-12  6.61022341506788975E-12  7.01350657470232576E-12
+  7.43264815040096851E-12  7.86802190896098785E-12  8.32000932211004725E-12
+  8.78899971719254558E-12  9.27539043073414522E-12  9.77958696493896889E-12
+  1.03020031471748346E-11  1.08430612925029741E-11  1.14031923693097189E-11
+  1.19828361680986933E-11  1.25824414735032667E-11  1.32024662395799532E-11
+  1.38433777684447470E-11  1.45056528923155080E-11  1.51897781590246124E-11
+  1.58962500210674225E-11  1.66255750282532390E-11  1.73782700240267489E-11
+  1.81548623455291766E-11  1.89558900274697157E-11  1.97819020098790773E-11
+  2.06334583498184357E-11  2.15111304371182356E-11  2.24155012142230922E-11
+  2.33471654002198725E-11  2.43067297191281579E-11  2.52948131325332464E-11
+  2.63120470766435666E-11  2.73590757038560116E-11  2.84365561289140918E-11
+  2.95451586797453560E-11  3.06855671530665278E-11  3.18584790748458880E-11
+  3.30646059657146913E-11  3.43046736114206278E-11  3.55794223384185077E-11
+  3.68896072946948683E-11  3.82359987359250186E-11  3.96193823170630914E-11
+  4.10405593894672970E-11  4.25003473036647643E-11  4.39995797178620376E-11
+  4.55391069123093297E-11  4.71197961096291414E-11  4.87425318012210661E-11
+  5.04082160798574134E-11  5.21177689785861371E-11  5.38721288160598973E-11
+  5.56722525484119391E-11  5.75191161278023118E-11  5.94137148677597055E-11
+  6.13570638154469776E-11  6.33501981309804481E-11  6.53941734739359931E-11
+  6.74900663971766037E-11  6.96389747481398929E-11  7.18420180777252598E-11
+  7.41003380569239292E-11  7.64150989013374387E-11  7.87874878037330377E-11
+  8.12187153747870891E-11  8.37100160921702902E-11  8.62626487581319030E-11
+  8.88778969657425882E-11  9.15570695739588097E-11  9.43015011916741952E-11
+  9.71125526709277209E-11  9.99916116094397157E-11  1.02940092862652182E-10
+  1.05959439065451152E-10  1.09051121163753619E-10  1.12216638956144273E-10
+  1.15457521645750919E-10  1.18775328402550903E-10  1.22171648936304862E-10
+  1.25648104080317084E-10  1.29206346386226276E-10  1.32848060730033888E-10
+  1.36574964929580761E-10  1.40388810373687983E-10  1.44291382663180278E-10
+  1.48284502264015429E-10  1.52370025172747541E-10  1.56549843594554921E-10
+  1.60825886634069707E-10  1.65200120999248501E-10  1.69674551718529965E-10
+  1.74251222871528001E-10  1.78932218333515782E-10  1.83719662533958228E-10
+  1.88615721229358154E-10  1.93622602290683483E-10  1.98742556505650603E-10
+  2.03977878396141635E-10  2.09330907051040614E-10  2.14804026974777301E-10
+  2.20399668951874340E-10  2.26120310927797235E-10  2.31968478906413828E-10
+  2.37946747864374743E-10  2.44057742682732942E-10  2.50304139096124329E-10
+  2.56688664659841379E-10  2.63214099735133747E-10  2.69883278493078171E-10
+  2.76699089937367244E-10  2.83664478946370249E-10  2.90782447334829607E-10
+  2.98056054935559742E-10  3.05488420701524732E-10  3.13082723828676176E-10
+  3.20842204899942165E-10  3.28770167050762205E-10  3.36869977156573892E-10
+  3.45145067042662377E-10  3.53598934716792808E-10  3.62235145625051601E-10
+  3.71057333931333393E-10  3.80069203820916940E-10  3.89274530828580003E-10
+  3.98677163191717367E-10  4.08281023228925169E-10  4.18090108744535225E-10
+  4.28108494459581760E-10  4.38340333469696998E-10  4.48789858730441753E-10
+  4.59461384570585833E-10  4.70359308233859320E-10  4.81488111449711485E-10
+  4.92852362033619996E-10  5.04456715517505574E-10  5.16305916810813493E-10
+  5.28404801892841258E-10  5.40758299536894226E-10  5.53371433066868264E-10
+  5.66249322146866479E-10  5.79397184604468863E-10  5.92820338288285681E-10
+  6.06524202960439692E-10  6.20514302224626246E-10  6.34796265490424558E-10
+  6.49375829974536196E-10  6.64258842739640327E-10  6.79451262771579168E-10
+  6.94959163095579335E-10  7.10788732932255298E-10  7.26946279894125152E-10
+  7.43438232223412831E-10  7.60271141071896427E-10  7.77451682823602607E-10
+  7.94986661461140594E-10  8.12883010976499490E-10  8.31147797827139520E-10
+  8.49788223438223210E-10  8.68811626751857512E-10  8.88225486824223064E-10
+  9.08037425471485717E-10  9.28255209965411154E-10  9.48886755779605875E-10
+  9.69940129387338156E-10  9.91423551111904213E-10  1.01334539803052267E-09
+  1.03571420693275874E-09  1.05853867733450525E-09  1.08182767454855321E-09
+  1.10559023281281867E-09  1.12983555847730067E-09  1.15457303325087371E-09
+  1.17981221750903456E-09  1.20556285366374299E-09  1.23183486959652245E-09
+  1.25863838215600153E-09  1.28598370072110967E-09  1.31388133083114544E-09
+  1.34234197788398294E-09  1.37137655090367994E-09  1.40099616637879862E-09
+  1.43121215217275379E-09  1.46203605150754187E-09  1.49347962702222124E-09
+  1.52555486490755060E-09  1.55827397911820436E-09  1.59164941566401671E-09
+  1.62569385698174370E-09  1.66042022638883771E-09  1.69584169262077711E-09
+  1.73197167445351929E-09  1.76882384541266155E-09  1.80641213857093443E-09
+  1.84475075143569220E-09  1.88385415092806846E-09  1.92373707845552810E-09
+  1.96441455507954992E-09  2.00590188678023360E-09  2.04821466981963722E-09
+  2.09136879620569566E-09  2.13538045925859812E-09  2.18026615928155664E-09
+  2.22604270933790041E-09  2.27272724113649816E-09  2.32033721102753291E-09
+  2.36889040611069731E-09  2.41840495045790337E-09  2.46889931145266776E-09
+  2.52039230624833347E-09  2.57290310834737593E-09  2.62645125430403595E-09
+  2.68105665055261084E-09  2.73673958036373240E-09  2.79352071093104487E-09
+  2.85142110059071284E-09  2.91046220617624845E-09  2.97066589051118866E-09
+  3.03205443004220335E-09  3.09465052261526437E-09  3.15847729539753895E-09
+  3.22355831294775376E-09  3.28991758543779779E-09  3.35757957702838973E-09
+  3.42656921440169655E-09  3.49691189545384706E-09  3.56863349815031309E-09
+  3.64176038954723021E-09  3.71631943498173865E-09  3.79233800743452516E-09
+  3.86984399706777044E-09  3.94886582094180657E-09  4.02943243291379756E-09
+  4.11157333372187750E-09  4.19531858125819282E-09  4.28069880103440377E-09
+  4.36774519684321787E-09  4.45648956161965096E-09  4.54696428850573262E-09
+  4.63920238212247568E-09  4.73323747005295960E-09  4.82910381454052551E-09
+  4.92683632440604998E-09  5.02647056718843850E-09  5.12804278151249105E-09
+  5.23158988968839801E-09  5.33714951054720687E-09  5.44475997251665255E-09
+  5.55446032694187718E-09  5.66629036165558528E-09  5.78029061480233201E-09
+  5.89650238892167097E-09  6.01496776529501876E-09  6.13572961856116216E-09
+  6.25883163160542978E-09  6.38431831072765740E-09  6.51223500109414189E-09
+  6.64262790247892298E-09  6.77554408529975232E-09  6.91103150695432819E-09
+  7.04913902846236382E-09  7.18991643141921150E-09  7.33341443526689501E-09
+  7.47968471488844061E-09  7.62877991853161943E-09  7.78075368606818032E-09
+  7.93566066759492166E-09  8.09355654238293510E-09  8.25449803818155089E-09
+  8.41854295088365707E-09  8.58575016455907082E-09  8.75617967186290900E-09
+  8.92989259482594729E-09  9.10695120603409174E-09  9.28741895020427830E-09
+  9.47136046616416382E-09  9.65884160924321044E-09  9.84992947408278156E-09
+  1.00446924178732004E-08  1.02432000840255877E-08  1.04455234262867923E-08
+  1.06517347333055256E-08  1.08619076536582818E-08  1.10761172213435217E-08
+  1.12944398817529579E-08  1.15169535181287929E-08  1.17437374785160762E-08
+  1.19748726032193378E-08  1.22104412527730079E-08  1.24505273364351702E-08
+  1.26952163412144676E-08  1.29445953614401133E-08  1.31987531288851572E-08
+  1.34577800434533409E-08  1.37217682044401079E-08  1.39908114423784286E-08
+  1.42650053514804927E-08  1.45444473226862668E-08  1.48292365773303652E-08
+  1.51194742014387452E-08  1.54152631806669864E-08  1.57167084358921980E-08
+  1.60239168594707044E-08  1.63369973521739937E-08  1.66560608608155924E-08
+  1.69812204165818205E-08  1.73125911740794680E-08  1.76502904511139377E-08
+  1.79944377692113941E-08  1.83451548948988677E-08  1.87025658817564797E-08
+  1.90667971132562322E-08  1.94379773464019665E-08  1.98162377561856590E-08
+  2.02017119808750535E-08  2.05945361681483694E-08  2.09948490220918652E-08
+  2.14027918510762849E-08  2.18185086165287401E-08  2.22421459826166821E-08
+  2.26738533668610119E-08  2.31137829916957532E-08  2.35620899369918578E-08
+  2.40189321935633005E-08  2.44844707176736788E-08  2.49588694865621218E-08
+  2.54422955550074846E-08  2.59349191129502364E-08  2.64369135441918770E-08
+  2.69484554861918695E-08  2.74697248909827259E-08  2.80009050872240911E-08
+  2.85421828434171259E-08  2.90937484323007493E-08  2.96557956964519944E-08
+  3.02285221151129211E-08  3.08121288722668191E-08  3.14068209259873898E-08
+  3.20128070790843477E-08  3.26303000510698313E-08  3.32595165514703022E-08
+  3.39006773545089839E-08  3.45540073751845339E-08  3.52197357467719323E-08
+  3.58980958997722977E-08  3.65893256423384874E-08  3.72936672422042730E-08
+  3.80113675101449848E-08  3.87426778849984044E-08  3.94878545202748297E-08
+  4.02471583723863096E-08  4.10208552905248933E-08  4.18092161082211348E-08
+  4.26125167366137756E-08  4.34310382594630257E-08  4.42650670299395817E-08
+  4.51148947692228959E-08  4.59808186669422430E-08  4.68631414834951110E-08
+  4.77621716542780793E-08  4.86782233958655554E-08  4.96116168141731622E-08
+  5.05626780146425832E-08  5.15317392144856902E-08  5.25191388570263607E-08
+  5.35252217281794005E-08  5.45503390751058764E-08  5.55948487270864252E-08
+  5.66591152186529377E-08  5.77435099150216711E-08  5.88484111398701409E-08
+  5.99742043055018914E-08  6.11212820454437270E-08  6.22900443495204675E-08
+  6.34808987014540415E-08  6.46942602190335884E-08  6.59305517969048714E-08
+  6.71902042520276459E-08  6.84736564718510367E-08  6.97813555652574834E-08
+  7.11137570163271848E-08  7.24713248409754291E-08  7.38545317465164222E-08
+  7.52638592942087378E-08  7.66997980648373417E-08  7.81628478273895095E-08
+  7.96535177108819314E-08  8.11723263793982450E-08  8.27198022103964050E-08
+  8.42964834763475541E-08  8.59029185297679742E-08  8.75396659917080846E-08
+  8.92072949437622508E-08  9.09063851236660432E-08  9.26375271245469207E-08
+  9.44013225978974257E-08  9.61983844603398038E-08  9.80293371042528834E-08
+  9.98948166123337790E-08  1.01795470976167001E-07  1.03731960318876650E-07
+  1.05704957121937363E-07  1.07715146456221655E-07  1.09763226217362988E-07
+  1.11849907365514998E-07  1.13975914169588708E-07  1.16141984456051582E-07
+  1.18348869862373466E-07  1.20597336095205980E-07  1.22888163193383912E-07
+  1.25222145795838598E-07  1.27600093414514629E-07  1.30022830712383737E-07
+  1.32491197786650369E-07  1.35006050457246418E-07  1.37568260560713518E-07
+  1.40178716249573443E-07  1.42838322297288899E-07  1.45548000408919132E-07
+  1.48308689537576757E-07  1.51121346206793861E-07  1.53986944838907648E-07
+  1.56906478089577442E-07  1.59880957188548929E-07  1.62911412286780323E-07
+  1.65998892810050200E-07  1.69144467819168047E-07  1.72349226376909971E-07
+  1.75614277921805362E-07  1.78940752648902982E-07  1.82329801897645030E-07
+  1.85782598546983716E-07  1.89300337417874003E-07  1.92884235683280621E-07
+  1.96535533285839269E-07  2.00255493363316125E-07  2.04045402682007875E-07
+  2.07906572078234444E-07  2.11840336908071913E-07  2.15848057505481850E-07
+  2.19931119648991662E-07  2.24090935037086643E-07  2.28328941772475840E-07
+  2.32646604855396813E-07  2.37045416686129050E-07  2.41526897576885804E-07
+  2.46092596273261507E-07  2.50744090485410648E-07  2.55482987429141611E-07
+  2.60310924377108594E-07  2.65229569220291483E-07  2.70240621039954325E-07
+  2.75345810690277730E-07  2.80546901391865383E-07  2.85845689336325934E-07
+  2.91244004302137895E-07  2.96743710282007239E-07  3.02346706121931683E-07
+  3.08054926172190718E-07  3.13870340950483893E-07  3.19794957817441390E-07
+  3.25830821664740512E-07  3.31980015616061767E-07  3.38244661741123663E-07
+  3.44626921783039804E-07  3.51128997899247667E-07  3.57753133416260598E-07
+  3.64501613598501347E-07  3.71376766431480756E-07  3.78380963419585423E-07
+  3.85516620398750496E-07  3.92786198364293132E-07  4.00192204314188700E-07
+  4.07737192108078653E-07  4.15423763342301620E-07  4.23254568241248094E-07
+  4.31232306565342060E-07  4.39359728535958143E-07  4.47639635777592077E-07
+  4.56074882277603357E-07  4.64668375363860604E-07  4.73423076700619068E-07
+  4.82342003302974080E-07  4.91428228570232617E-07  5.00684883338559002E-07
+  5.10115156953250689E-07  5.19722298361011129E-07  5.29509617222592551E-07
+  5.39480485046187565E-07  5.49638336341953914E-07  5.59986669798070804E-07
+  5.70529049478723228E-07  5.81269106044423916E-07  5.92210537995089882E-07
+  6.03357112936296644E-07  6.14712668869140845E-07  6.26281115504151828E-07
+  6.38066435599699837E-07  6.50072686325355890E-07  6.62304000650669216E-07
+  6.74764588759835202E-07  6.87458739492733592E-07  7.00390821812831610E-07
+  7.13565286302448469E-07  7.26986666685893085E-07  7.40659581380991375E-07
+  7.54588735079534011E-07  7.68778920357182285E-07  7.83235019313377681E-07
+  7.97962005241815466E-07  8.12964944332055215E-07  8.28248997402836624E-07
+  8.43819421667704438E-07  8.59681572533529077E-07  8.75840905432550702E-07
+  8.92302977688553839E-07  9.09073450417823189E-07  9.26158090465514521E-07
+  9.43562772378108424E-07  9.61293480412612484E-07  9.79356310583199771E-07
+  9.97757472745975879E-07  1.01650329272258751E-06  1.03560021446339078E-06
+  1.05505480225091955E-06  1.07487374294439717E-06  1.09506384826606241E-06
+  1.11563205713008064E-06  1.13658543801483405E-06  1.15793119137939762E-06
+  1.17967665212502557E-06  1.20182929210247747E-06  1.22439672266604196E-06
+  1.24738669727512735E-06  1.27080711414429497E-06  1.29466601894264628E-06
+  1.31897160754347203E-06  1.34373222882510492E-06  1.36895638752391806E-06
+  1.39465274714045137E-06  1.42083013289963650E-06  1.44749753476614560E-06
+  1.47466411051586369E-06  1.50233918886455008E-06  1.53053227265473907E-06
+  1.55925304210196197E-06  1.58851135810139813E-06  1.61831726559607221E-06
+  1.64868099700773657E-06  1.67961297573162294E-06  1.71112381969621886E-06
+  1.74322434498930388E-06  1.77592556955145774E-06  1.80923871693830691E-06
+  1.84317522015277075E-06  1.87774672554862157E-06  1.91296509680666988E-06
+  1.94884241898493606E-06  1.98539100264416416E-06  2.02262338805009697E-06
+  2.06055234945391867E-06  2.09919089945232520E-06  2.13855229342869799E-06
+  2.17865003407688879E-06  2.21949787600913696E-06  2.26110983044969797E-06
+  2.30350017001575696E-06  2.34668343358725541E-06  2.39067443126727313E-06
+  2.43548824943466073E-06  2.48114025589060630E-06  2.52764610510090916E-06
+  2.57502174353571076E-06  2.62328341510849774E-06  2.67244766671622981E-06
+  2.72253135388244305E-06  2.77355164650526208E-06  2.82552603471224595E-06
+  2.87847233482406169E-06  2.93240869542899081E-06  2.98735360357033896E-06
+  3.04332589104881467E-06  3.10034474084203913E-06  3.15842969364333480E-06
+  3.21760065452200221E-06  3.27787789970735337E-06  3.33928208349877139E-06
+  3.40183424530415112E-06  3.46555581680907923E-06  3.53046862927919385E-06
+  3.59659492099817179E-06  3.66395734484386234E-06  3.73257897600513389E-06
+  3.80248331984201784E-06  3.87369431989182162E-06  3.94623636602389353E-06
+  4.02013430274581841E-06  4.09541343766381055E-06  4.17209955010018166E-06
+  4.25021889987078421E-06  4.32979823622539334E-06  4.41086480695401999E-06
+  4.49344636766225800E-06  4.57757119121875241E-06  4.66326807737801812E-06
+  4.75056636258180453E-06  4.83949592994233172E-06  4.93008721941076856E-06
+  5.02237123813434582E-06  5.11637957100561959E-06  5.21214439140742647E-06
+  5.30969847215713787E-06  5.40907519665390587E-06  5.51030857023265449E-06
+  5.61343323172861887E-06  5.71848446525633191E-06  5.82549821220702611E-06
+  5.93451108346845852E-06  6.04556037187130606E-06  6.15868406486626293E-06
+  6.27392085743613974E-06  6.39131016524729342E-06  6.51089213804478418E-06
+  6.63270767329578669E-06  6.75679843008580091E-06  6.88320684327236594E-06
+  7.01197613790099582E-06  7.14315034388817718E-06  7.27677431097638729E-06
+  7.41289372396609104E-06  7.55155511822986936E-06  7.69280589551386287E-06
+  7.83669434003182819E-06  7.98326963485719823E-06  8.13258187861863346E-06
+  8.28468210250467424E-06  8.43962228758316070E-06  8.59745538244124613E-06
+  8.75823532115187382E-06  8.92201704157277190E-06  9.08885650398405810E-06
+  9.25881071007067841E-06  9.43193772225608315E-06  9.60829668339352041E-06
+  9.78794783682159423E-06  9.97095254679077253E-06  1.01573733192676529E-05
+  1.03472738231239409E-05  1.05407189117172347E-05  1.07377746448707802E-05
+  1.09385083112595891E-05  1.11429884512103213E-05  1.13512848799225865E-05
+  1.15634687111193952E-05  1.17796123811346458E-05  1.19997896734456452E-05
+  1.22240757436588953E-05  1.24525471449574273E-05  1.26852818540181315E-05
+  1.29223592974078008E-05  1.31638603784665859E-05  1.34098675046878424E-05
+  1.36604646156034838E-05  1.39157372111840882E-05  1.41757723807632487E-05
+  1.44406588324957059E-05  1.47104869233591209E-05  1.49853486897094013E-05
+  1.52653378783998061E-05  1.55505499784740160E-05  1.58410822534438492E-05
+  1.61370337741622133E-05  1.64385054523022435E-05  1.67456000744537364E-05
+  1.70584223368481431E-05  1.73770788807236351E-05  1.77016783283420154E-05
+  1.80323313196693042E-05  1.83691505497322061E-05  1.87122508066628050E-05
+  1.90617490104440431E-05  1.94177642523688729E-05  1.97804178352260002E-05
+  2.01498333142256065E-05  2.05261365386785260E-05  2.09094556944426424E-05
+  2.12999213471505174E-05  2.16976664862324711E-05  2.21028265697497517E-05
+  2.25155395700524229E-05  2.29359460202771328E-05  2.33641890617000404E-05
+  2.38004144919605118E-05  2.42447708141713926E-05  2.46974092869321124E-05
+  2.51584839752610638E-05  2.56281518024639157E-05  2.61065726029549335E-05
+  2.65939091760488466E-05  2.70903273407405627E-05  2.75959959914911107E-05
+  2.81110871550378177E-05  2.86357760482475105E-05  2.91702411370316649E-05
+  2.97146641963427896E-05  3.02692303712717527E-05  3.08341282392660045E-05
+  3.14095498734890850E-05  3.19956909073421288E-05  3.25927506001685158E-05
+  3.32009319041630231E-05  3.38204415325075414E-05  3.44514900287553453E-05
+  3.50942918374867936E-05  3.57490653762593846E-05  3.64160331088756451E-05
+  3.70954216199928145E-05  3.77874616910984612E-05  3.84923883778769745E-05
+  3.92104410889918890E-05  3.99418636663100010E-05  4.06869044665927773E-05
+  4.14458164446824100E-05  4.22188572382087437E-05  4.30062892538450527E-05
+  4.38083797551406143E-05  4.46254009519582469E-05  4.54576300915461744E-05
+  4.63053495512736460E-05  4.71688469330599111E-05  4.80484151595278203E-05
+  4.89443525719125604E-05  4.98569630297573238E-05  5.07865560124283574E-05
+  5.17334467224817067E-05  5.26979561909155162E-05  5.36804113843413746E-05
+  5.46811453141095549E-05  5.57004971474231214E-05  5.67388123204766697E-05
+  5.77964426536563039E-05  5.88737464688374569E-05  5.99710887088188607E-05
+  6.10888410589302463E-05  6.22273820708534563E-05  6.33870972886963537E-05
+  6.45683793773599670E-05  6.57716282532399226E-05  6.69972512173042654E-05
+  6.82456630905897688E-05  6.95172863521603728E-05  7.08125512795718635E-05
+  7.21318960918872340E-05  7.34757670952887216E-05  7.48446188313328469E-05
+  7.62389142278954387E-05  7.76591247528549068E-05  7.91057305705626326E-05
+  8.05792207011500524E-05  8.20800931827230532E-05  8.36088552364954633E-05
+  8.51660234349132345E-05  8.67521238728237134E-05  8.83676923417428176E-05
+  9.00132745072763869E-05  9.16894260897513006E-05  9.33967130481134860E-05
+  9.51357117671505520E-05  9.69070092480985831E-05  9.87112033026928880E-05
+  1.00548902750723676E-04  1.02420727621158893E-04  1.04327309356897648E-04
+  1.06269291023217876E-04  1.08247327519984626E-04  1.10262085797684355E-04
+  1.12314245077353643E-04  1.14404497074470937E-04  1.16533546226881154E-04
+  1.18702109926824672E-04  1.20910918757142556E-04  1.23160716731732212E-04
+  1.25452261540327960E-04  1.27786324797682930E-04  1.30163692297229343E-04
+  1.32585164269296521E-04  1.35051555643966322E-04  1.37563696318647325E-04
+  1.40122431430451082E-04  1.42728621633454326E-04  1.45383143380932737E-04
+  1.48086889212653696E-04  1.50840768047316270E-04  1.53645705480228649E-04
+  1.56502644086314678E-04  1.59412543728542358E-04  1.62376381871869052E-04
+  1.65395153902800292E-04  1.68469873454658728E-04  1.71601572738664179E-04
+  1.74791302880924782E-04  1.78040134265442890E-04  1.81349156883240314E-04
+  1.84719480687707918E-04  1.88152235956289931E-04  1.91648573658610380E-04
+  1.95209665831155436E-04  1.98836705958623921E-04  2.02530909362061266E-04
+  2.06293513593895926E-04  2.10125778839995099E-04  2.14028988328862846E-04
+  2.18004448748103125E-04  2.22053490668272827E-04  2.26177468974252132E-04
+  2.30377763304262360E-04  2.34655778496661215E-04  2.39012945044650779E-04
+  2.43450719559032484E-04  2.47970585239148781E-04  2.52574052352149781E-04
+  2.57262658720729240E-04  2.62037970219473134E-04  2.66901581279969794E-04
+  2.71855115404828751E-04  2.76900225690762691E-04  2.82038595360885563E-04
+  2.87271938306383405E-04  2.92601999637719090E-04  2.98030556245529798E-04
+  3.03559417371385891E-04  3.09190425188574168E-04  3.14925455393078198E-04
+  3.20766417804926776E-04  3.26715256980086670E-04  3.32773952833076620E-04
+  3.38944521270484066E-04  3.45229014835569091E-04  3.51629523364139628E-04
+  3.58148174651889929E-04  3.64787135133393722E-04  3.71548610572947264E-04
+  3.78434846767460975E-04  3.85448130261602272E-04  3.92590789075391894E-04
+  3.99865193444463960E-04  4.07273756573199911E-04  4.14818935400950556E-04
+  4.22503231381563828E-04  4.30329191276439640E-04  4.38299407961335625E-04
+  4.46416521247153448E-04  4.54683218714932230E-04  4.63102236565290318E-04
+  4.71676360482548029E-04  4.80408426513777406E-04  4.89301321963021060E-04
+  4.98357986300932256E-04  5.07581412090088403E-04  5.16974645926233088E-04
+  5.26540789395710728E-04  5.36283000049352695E-04  5.46204492393089738E-04
+  5.56308538895559620E-04  5.66598471012985530E-04  5.77077680231608946E-04
+  5.87749619127956842E-04  5.98617802447237637E-04  6.09685808200152637E-04
+  6.20957278778426665E-04  6.32435922089352341E-04  6.44125512709659617E-04
+  6.56029893059017935E-04  6.68152974593484565E-04  6.80498739019221662E-04
+  6.93071239526802546E-04  7.05874602046436465E-04  7.18913026524445353E-04
+  7.32190788221327694E-04  7.45712239031754830E-04  7.59481808826844369E-04
+  7.73504006819063813E-04  7.87783422950118955E-04  8.02324729302191864E-04
+  8.17132681532891682E-04  8.32212120334291177E-04  8.47567972916426159E-04
+  8.63205254515637325E-04  8.79129069928143332E-04  8.95344615069236819E-04
+  9.11857178558498249E-04  9.28672143331431754E-04  9.45794988277931623E-04
+  9.63231289907988722E-04  9.80986724045061417E-04  9.99067067547525483E-04
+  1.01747820005864439E-03  1.03622610578548270E-03  1.05531687530721055E-03
+  1.07475670741324350E-03  1.09455191097166901E-03  1.11470890682841212E-03
+  1.13523422973761537E-03  1.15613453032368412E-03  1.17741657707548931E-03
+  1.19908725837319691E-03  1.22115358454820844E-03  1.24362268997671530E-03
+  1.26650183520735289E-03  1.28979840912346599E-03  1.31351993114049020E-03
+  1.33767405343896686E-03  1.36226856323371100E-03  1.38731138507966435E-03
+  1.41281058321495985E-03  1.43877436394174445E-03  1.46521107804529669E-03
+  1.49212922325199938E-03  1.51953744672672143E-03  1.54744454761016840E-03
+  1.57585947959677656E-03  1.60479135355372682E-03  1.63424944018165192E-03
+  1.66424317271763570E-03  1.69478214968108928E-03  1.72587613766311257E-03
+  1.75753507415993314E-03  1.78976907045105414E-03  1.82258841452270868E-03
+  1.85600357403725648E-03  1.89002519934915333E-03  1.92466412656812098E-03
+  1.95993138067016752E-03  1.99583817865709497E-03  2.03239593276516263E-03
+  2.06961625372354937E-03  2.10751095406328708E-03  2.14609205147734067E-03
+  2.18537177223249689E-03  2.22536255463375628E-03  2.26607705254190488E-03
+  2.30752813894497021E-03  2.34972890958424097E-03  2.39269268663557617E-03
+  2.43643302244668947E-03  2.48096370333113431E-03  2.52629875341970787E-03
+  2.57245243856998136E-03  2.61943927033471500E-03  2.66727400998985299E-03
+  2.71597167262285994E-03  2.76554753128212868E-03  2.81601712118820886E-03
+  2.86739624400760311E-03  2.91970097218987971E-03  2.97294765336886995E-03
+  3.02715291482869540E-03  3.08233366803539440E-03  3.13850711323491842E-03
+  3.19569074411826543E-03  3.25390235255451458E-03  3.31316003339254600E-03
+  3.37348218933221930E-03  3.43488753586579333E-03  3.49739510629035405E-03
+  3.56102425679205494E-03  3.62579467160293115E-03  3.69172636823108516E-03
+  3.75883970276502839E-03  3.82715537525295984E-03  3.89669443515776402E-03
+  3.96747828688852420E-03  4.03952869540932877E-03  4.11286779192614714E-03
+  4.18751807965257739E-03  4.26350243965522777E-03  4.34084413677950868E-03
+  4.41956682565663658E-03  4.49969455679258973E-03  4.58125178273980933E-03
+  4.66426336435239557E-03  4.74875457712557476E-03  4.83475111762017660E-03
+  4.92227910997289353E-03  5.01136511249305246E-03  5.10203612434662404E-03
+  5.19431959232825174E-03  5.28824341772195575E-03  5.38383596325129644E-03
+  5.48112606011963432E-03  5.58014301514126333E-03  5.68091661796402050E-03
+  5.78347714838413351E-03  5.88785538375389845E-03  5.99408260648288081E-03
+  6.10219061163328694E-03  6.21221171461008338E-03  6.32417875894656333E-03
+  6.43812512418584677E-03  6.55408473385899002E-03  6.67209206356022145E-03
+  6.79218214911985786E-03  6.91439059487542786E-03  7.03875358204151570E-03
+  7.16530787717880799E-03  7.29409084076280446E-03  7.42514043585264152E-03
+  7.55849523686044893E-03  7.69419443842161727E-03  7.83227786436636875E-03
+  7.97278597679295167E-03  8.11575988524278202E-03  8.26124135597779835E-03
+  8.40927282136032066E-03  8.55989738933557454E-03  8.71315885301713298E-03
+  8.86910170037536610E-03  9.02777112402907388E-03  9.18921303114032459E-03
+  9.35347405341258910E-03  9.52060155719212410E-03  9.69064365367262176E-03
+  9.86364920920296956E-03  1.00396678556980493E-02  1.02187500011523651E-02
+  1.04009468402562998E-02  1.05863103651146848E-02  1.07748933760674261E-02
+  1.09667494926117201E-02  1.11619331644255224E-02  1.13604996824916756E-02
+  1.15625051903222101E-02  1.17680066952822147E-02  1.19770620800125696E-02
+  1.21897301139507665E-02  1.24060704649491555E-02  1.26261437109895323E-02
+  1.28500113519933075E-02  1.30777358217261282E-02  1.33093804997959034E-02
+  1.35450097237430206E-02  1.37846888012215715E-02  1.40284840222701379E-02
+  1.42764626716708250E-02  1.45286930413949886E-02  1.47852444431340220E-02
+  1.50461872209135782E-02  1.53115927637893605E-02  1.55815335186226932E-02
+  1.58560830029337678E-02  1.61353158178306061E-02  1.64193076610113786E-02
+  1.67081353398379588E-02  1.70018767844781447E-02  1.73006110611140587E-02
+  1.76044183852141489E-02  1.79133801348658334E-02  1.82275788641661426E-02
+  1.85470983166670864E-02  1.88720234388727523E-02  1.92024403937847352E-02
+  1.95384365744925952E-02  1.98801006178056308E-02  2.02275224179223508E-02
+  2.05807931401337067E-02  2.09400052345561742E-02  2.13052524498904064E-02
+  2.16766298472011558E-02  2.20542338137140470E-02  2.24381620766244301E-02
+  2.28285137169135510E-02  2.32253891831670257E-02  2.36288903053904729E-02
+  2.40391203088168373E-02  2.44561838276999878E-02  2.48801869190887134E-02
+  2.53112370765753714E-02  2.57494432440128242E-02  2.61949158291935290E-02
+  2.66477667174841726E-02  2.71081092854090072E-02  2.75760584141751426E-02
+  2.80517305031323522E-02  2.85352434831602289E-02  2.90267168299748364E-02
+  2.95262715773471733E-02  3.00340303302252080E-02  3.05501172777512611E-02
+  3.10746582061660094E-02  3.16077805115903415E-02  3.21496132126760786E-02
+  3.27002869631159362E-02  3.32599340640033561E-02  3.38286884760322579E-02
+  3.44066858315263888E-02  3.49940634462881234E-02  3.55909603312556874E-02
+  3.61975172039580712E-02  3.68138764997560861E-02  3.74401823828581989E-02
+  3.80765807570990558E-02  3.87232192764685873E-02  3.93802473553791707E-02
+  4.00478161786580675E-02  4.07260787112518410E-02  4.14151897076294948E-02
+  4.21153057208704384E-02  4.28265851114230309E-02  4.35491880555194041E-02
+  4.42832765532318456E-02  4.50290144361551944E-02  4.57865673747002502E-02
+  4.65561028849820271E-02  4.73377903352865531E-02  4.81318009521000956E-02
+  4.89383078256833970E-02  4.97574859151737950E-02  5.05895120531978659E-02
+  5.14345649499756696E-02  5.22928251968992550E-02  5.31644752695658654E-02
+  5.40496995302467906E-02  5.49486842297725250E-02  5.58616175088139030E-02
+  5.67886893985391356E-02  5.77300918206256411E-02  5.86860185866059161E-02
+  5.96566653965255808E-02  6.06422298368914717E-02  6.16429113778879587E-02
+  6.26589113698381300E-02  6.36904330388868983E-02  6.47376814818824281E-02
+  6.58008636604317521E-02  6.68801883941062547E-02  6.79758663527722656E-02
+  6.90881100480211369E-02  7.02171338236737830E-02  7.13631538453327746E-02
+  7.25263880889564505E-02  7.37070563284273061E-02  7.49053801220880278E-02
+  7.61215827982170273E-02  7.73558894394157370E-02  7.86085268658787140E-02
+  7.98797236175184250E-02  8.11697099349145273E-02  8.24787177390588627E-02
+  8.38069806098652587E-02  8.51547337634146195E-02  8.65222140279038598E-02
+  8.79096598182678296E-02  8.93173111094426597E-02  9.07454094082387336E-02
+  9.21941977237911575E-02  9.36639205365548261E-02  9.51548237658120105E-02
+  9.66671547356584421E-02  9.82011621394352358E-02  9.97570960025724179E-02
+  1.01335207643810002E-01  1.02935749634763180E-01  1.04558975757795686E-01
+  1.06205140962168154E-01  1.07874501318425228E-01  1.09567313970987110E-01
+  1.11283837088909668E-01  1.13024329814778113E-01  1.14789052211698120E-01
+  1.16578265208348741E-01  1.18392230542061744E-01  1.20231210699890456E-01
+  1.22095468857633158E-01  1.23985268816774283E-01  1.25900874939307572E-01
+  1.27842552080405569E-01  1.29810565518898524E-01  1.31805180885528311E-01
+  1.33826664088940117E-01  1.35875281239377171E-01  1.37951298570042818E-01
+  1.40054982356094981E-01  1.42186598831237493E-01  1.44346414101874487E-01
+  1.46534694058792270E-01  1.48751704286335940E-01  1.50997709969046739E-01
+  1.53272975795726712E-01  1.55577765860898248E-01  1.57912343563627322E-01
+  1.60276971503677201E-01  1.62671911374963757E-01  1.65097423856280567E-01
+  1.67553768499265954E-01  1.70041203613582714E-01  1.72559986149282418E-01
+  1.75110371576328777E-01  1.77692613761252838E-01  1.80306964840916878E-01
+  1.82953675093362300E-01  1.85632992805719543E-01  1.88345164139158555E-01
+  1.91090432990860898E-01  1.93869040852993779E-01  1.96681226668670134E-01
+  1.99527226684878517E-01  2.02407274302369711E-01  2.05321599922487247E-01
+  2.08270430790932187E-01  2.11253990838452643E-01  2.14272500518452952E-01
+  2.17326176641516544E-01  2.20415232206840672E-01  2.23539876230583162E-01
+  2.26700313571122192E-01  2.29896744751234616E-01  2.33129365777199310E-01
+  2.36398367954834099E-01  2.39703937702480135E-01  2.43046256360946289E-01
+  2.46425500000433867E-01  2.49841839224459433E-01  2.53295438970801146E-01
+  2.56786458309495147E-01  2.60315050237910850E-01  2.63881361472939668E-01
+  2.67485532240332780E-01  2.71127696061228218E-01  2.74807979535911961E-01
+  2.78526502124858300E-01  2.82283375927102897E-01  2.86078705456001448E-01
+  2.89912587412434919E-01  2.93785110455521692E-01  2.97696354970906074E-01
+  3.01646392836692701E-01  3.05635287187102533E-01  3.09663092173931676E-01
+  3.13729852725893543E-01  3.17835604305937769E-01  3.21980372666633985E-01
+  3.26164173603721796E-01  3.30387012707927308E-01  3.34648885115153116E-01
+  3.38949775255153740E-01  3.43289656598812110E-01  3.47668491404138302E-01
+  3.52086230461116922E-01  3.56542812835530687E-01  3.61038165611899275E-01
+  3.65572203635669057E-01  3.70144829254801688E-01  3.74755932060907682E-01
+  3.79405388630080276E-01  3.84093062263587415E-01  3.88818802728585322E-01
+  3.93582445999017538E-01  3.98383813996875502E-01  4.03222714333992149E-01
+  4.08098940054550663E-01  4.13012269378491614E-01  4.17962465446005182E-01
+  4.22949276063300628E-01  4.27972433449847700E-01  4.33031653987288656E-01
+  4.38126637970221500E-01  4.43257069359060452E-01  4.48422615535180091E-01
+  4.53622927058554837E-01  4.58857637428105980E-01  4.64126362844971108E-01
+  4.69428701978915008E-01  4.74764235738100837E-01  4.80132527042442359E-01
+  4.85533120600761925E-01  4.90965542691978230E-01  4.96429300950548880E-01
+  5.01923884156397215E-01  5.07448762029550471E-01  5.13003385029719206E-01
+  5.18587184161049208E-01  5.24199570782276192E-01  5.29839936422518587E-01
+  5.35507652602938089E-01  5.41202070664506096E-01  5.46922521602110745E-01
+  5.52668315905243346E-01  5.58438743405499149E-01  5.64233073131140683E-01
+  5.70050553168958807E-01  5.75890410533683061E-01  5.81751851045189450E-01
+  5.87634059213754556E-01  5.93536198133618242E-01  5.99457409385110496E-01
+  6.05396812945613871E-01  6.11353507109631433E-01  6.17326568418239408E-01
+  6.23315051598214875E-01  6.29317989511127607E-01  6.35334393112707452E-01
+  6.41363251422794822E-01  6.47403531506203778E-01  6.53454178464828783E-01
+  6.59514115441347415E-01  6.65582243634874837E-01  6.71657442328946086E-01
+  6.77738568932210517E-01  6.83824459032238319E-01  6.89913926462855098E-01
+  6.96005763385426079E-01  7.02098740384537789E-01  7.08191606578521871E-01
+  7.14283089745295308E-01  7.20371896463987915E-01  7.26456712272845029E-01
+  7.32536201843903223E-01  7.38609009174940656E-01  7.44673757799213742E-01
+  7.50729051013486748E-01  7.56773472124875002E-01  7.62805584717006213E-01
+  7.68823932936013810E-01  7.74827041796863458E-01  7.80813417510498375E-01
+  7.86781547832290262E-01  7.92729902432254940E-01  7.98656933287473891E-01
+  8.04561075097150358E-01  8.10440745720688249E-01  8.16294346639167556E-01
+  8.22120263440547561E-01  8.27916866328897383E-01  8.33682510657925979E-01
+  8.39415537489022090E-01  8.45114274173992763E-01  8.50777034962636569E-01
+  8.56402121635230551E-01  8.61987824159981875E-01  8.67532421375426521E-01
+  8.73034181697708411E-01  8.78491363852633489E-01  8.83902217632316800E-01
+  8.89264984676208070E-01  8.94577899276206789E-01  8.99839189205541623E-01
+  9.05047076571014686E-01  9.10199778688172478E-01  9.15295508978900996E-01
+  9.20332477890889789E-01  9.25308893838364899E-01  9.30222964163419652E-01
+  9.35072896117244423E-01  9.39856897860486984E-01  9.44573179481935976E-01
+  9.49219954034670299E-01  9.53795438588768807E-01  9.58297855299636070E-01
+  9.62725432490948885E-01  9.67076405751193691E-01  9.71349019042723638E-01
+  9.75541525822226308E-01  9.79652190171456105E-01  9.83679287937057945E-01
+  9.87621107878264071E-01  9.91475952821238460E-01  9.95242140818789700E-01
+  9.98918006314174489E-01  1.00250190130766703E+00  1.00599219652456950E+00
+  1.00938728258330834E+00  1.01268557116225333E+00  1.01588549616387636E+00
+  1.01898551487485833E+00  1.02198410912075377E+00  1.02487978641380373E+00
+  1.02767108109249561E+00  1.03035655545145666E+00  1.03293480086029099E+00
+  1.03540443886994771E+00  1.03776412230524429E+00  1.04001253634215685E+00
+  1.04214839956851590E+00  1.04417046502675959E+00  1.04607752123741382E+00
+  1.04786839320199054E+00  1.04954194338402051E+00  1.05109707266696639E+00
+  1.05253272128778308E+00  1.05384786974493649E+00  1.05504153967972103E+00
+  1.05611279472974373E+00  1.05706074135350447E+00  1.05788452962501878E+00
+  1.05858335399749381E+00  1.05915645403510239E+00  1.05960311511195404E+00
+  1.05992266907740551E+00  1.06011449488691767E+00  1.06017801919770416E+00
+  1.06011271692848563E+00  1.05991811178270701E+00  1.05959377673465016E+00
+  1.05913933447791520E+00  1.05855445783581947E+00  1.05783887013331124E+00
+  1.05699234553006671E+00  1.05601470931449981E+00  1.05490583815846706E+00
+  1.05366566033252806E+00  1.05229415588167186E+00  1.05079135676149282E+00
+  1.04915734693484963E+00  1.04739226242911831E+00  1.04549629135419386E+00
+  1.04346967388147882E+00  1.04131270218412775E+00  1.03902572033890039E+00
+  1.03660912419001972E+00  1.03406336117549191E+00  1.03138893011639388E+00
+  1.02858638096969246E+00  1.02565631454521000E+00  1.02259938218738777E+00
+  1.01941628542256213E+00  1.01610777557249721E+00  1.01267465333496665E+00
+  1.00911776833221478E+00  1.00543801862816085E+00  1.00163635021524855E+00
+  9.97713756471862223E-01  9.93671277591276825E-01  9.89509999983115618E-01
+  9.85231055648317700E-01  9.80835621528642676E-01  9.76324918831740884E-01
+  9.71700212332844426E-01  9.66962809654131061E-01  9.62114060522826886E-01
+  9.57155356009112834E-01  9.52088127744901369E-01  9.46913847124541630E-01
+  9.41634024488514965E-01  9.36250208291157793E-01  9.30763984253450860E-01
+  9.25176974501892180E-01  9.19490836694447644E-01  9.13707263134564518E-01
+  9.07827979874197943E-01  9.01854745806781488E-01  8.95789351751042240E-01
+  8.89633619526530195E-01  8.83389401021697940E-01  8.77058577255338201E-01
+  8.70643057432139211E-01  8.64144777993095192E-01  8.57565701661453295E-01
+  8.50907816484850588E-01  8.44173134874249831E-01  8.37363692640232360E-01
+  8.30481548027176220E-01  8.23528780745795164E-01  8.16507491004469510E-01
+  8.09419798539758539E-01  8.02267841646445823E-01  7.95053776207409357E-01
+  7.87779774723576853E-01  7.80448025344187890E-01  7.73060730897524584E-01
+  7.65620107922258986E-01  7.58128385699462282E-01  7.50587805285417686E-01
+  7.43000618545166858E-01  7.35369087186814152E-01  7.27695481796530097E-01
+  7.19982080874172814E-01  7.12231169869413261E-01  7.04445040218231067E-01
+  6.96625988379619532E-01  6.88776314872314943E-01  6.80898323311356135E-01
+  6.72994319444251254E-01  6.65066610186533680E-01  6.57117502656459296E-01
+  6.49149303208614858E-01  6.41164316466180106E-01  6.33164844351609024E-01
+  6.25153185115481680E-01  6.17131632363298599E-01  6.09102474079994294E-01
+  6.01067991651958566E-01  5.93030458886381950E-01  5.84992141027750878E-01
+  5.76955293771350353E-01  5.68922162273659882E-01  5.60894980159555190E-01
+  5.52875968526269301E-01  5.44867334944099890E-01  5.36871272453892989E-01
+  5.28889958561378437E-01  5.20925554228477083E-01  5.12980202861754719E-01
+  5.05056029298245557E-01  4.97155138788929751E-01  4.89279615980201588E-01
+  4.81431523893733726E-01  4.73612902905200694E-01  4.65825769722390204E-01
+  4.58072116363306803E-01  4.50353909134931008E-01  4.42673087613377925E-01
+  4.35031563626270323E-01  4.27431220238213061E-01  4.19873910740338974E-01
+  4.12361457644968066E-01  4.04895651686504876E-01  3.97478250829778890E-01
+  3.90110979287109805E-01  3.82795526545467057E-01  3.75533546405167895E-01
+  3.68326656031644772E-01  3.61176435021891507E-01  3.54084424487276284E-01
+  3.47052126154493268E-01  3.40081001486494727E-01  3.33172470825326639E-01
+  3.26327912558856070E-01  3.19548662313450582E-01  3.12836012174727729E-01
+  END     
+   PHI    4 #phi(r), for phi(r)/r*Ylm)
+  0.00000000000000000E+00 -2.96187870925017445E-15 -1.19579640411001983E-14
+ -2.71566344704363565E-14 -4.87299323969841695E-14 -7.68536374282259641E-14
+ -1.11707341076552467E-13 -1.53474522897490467E-13 -2.02342628096378916E-13
+ -2.58503146631364925E-13 -3.22151693841112212E-13 -3.93488092626148802E-13
+ -4.72716457213322811E-13 -5.60045278533395105E-13 -6.55687511242354156E-13
+ -7.59860662417622761E-13 -8.72786881960908803E-13 -9.94693054740047852E-13
+ -1.12581089450279730E-12 -1.26637703959616413E-12 -1.41663315052547213E-12
+ -1.57682600938802656E-12 -1.74720762121688606E-12 -1.92803531727091852E-12
+ -2.11957186030800277E-12 -2.32208555187892633E-12 -2.53585034168023330E-12
+ -2.76114593900501381E-12 -2.99825792633132801E-12 -3.24747787508874319E-12
+ -3.50910346364418147E-12 -3.78343859754908473E-12 -4.07079353209068620E-12
+ -4.37148499719095555E-12 -4.68583632469764858E-12 -5.01417757811268565E-12
+ -5.35684568480395754E-12 -5.71418457074752345E-12 -6.08654529784804143E-12
+ -6.47428620388614430E-12 -6.87777304514248548E-12 -7.29737914174895181E-12
+ -7.73348552581867640E-12 -8.18648109240729532E-12 -8.65676275335896997E-12
+ -9.14473559409167865E-12 -9.65081303337729617E-12 -1.01754169861730231E-11
+ -1.07189780295618107E-11 -1.12819355718604882E-11 -1.18647380249554169E-11
+ -1.24678429799265629E-11 -1.30917173860221837E-11 -1.37368377330472267E-11
+ -1.44036902372300448E-11 -1.50927710306328955E-11 -1.58045863541733161E-11
+ -1.65396527543243000E-11 -1.72984972835628480E-11 -1.80816577046375407E-11
+ -1.88896826987271951E-11 -1.97231320775640048E-11 -2.05825769995959736E-11
+ -2.14686001902647475E-11 -2.23817961664765646E-11 -2.33227714653452978E-11
+ -2.42921448772882133E-11 -2.52905476835564219E-11 -2.63186238982837875E-11
+ -2.73770305151392615E-11 -2.84664377586696056E-11 -2.95875293404207914E-11
+ -3.07410027199281598E-11 -3.19275693706671406E-11 -3.31479550510579677E-11
+ -3.44029000806195355E-11 -3.56931596213696262E-11 -3.70195039645700803E-11
+ -3.83827188229178337E-11 -3.97836056282842239E-11 -4.12229818351071833E-11
+ -4.27016812295426519E-11 -4.42205542444838995E-11 -4.57804682805589273E-11
+ -4.73823080332188140E-11 -4.90269758260315257E-11 -5.07153919502981190E-11
+ -5.24484950111100705E-11 -5.42272422799695670E-11 -5.60526100540955092E-11
+ -5.79255940225418834E-11 -5.98472096392560503E-11 -6.18184925032078114E-11
+ -6.38404987457225147E-11 -6.59143054251533789E-11 -6.80410109290312126E-11
+ -7.02217353838325653E-11 -7.24576210725091316E-11 -7.47498328599247965E-11
+ -7.70995586263487215E-11 -7.95080097091564015E-11 -8.19764213528926649E-11
+ -8.45060531678543886E-11 -8.70981895973522888E-11 -8.97541403938161651E-11
+ -9.24752411039087995E-11 -9.52628535628186275E-11 -9.81183663979033104E-11
+ -1.01043195541860412E-10 -1.04038784755603814E-10 -1.07106606161028669E-10
+ -1.10248160783850855E-10 -1.13464979106709621E-10 -1.16758621632727270E-10
+ -1.20130679459721976E-10 -1.23582774865273275E-10 -1.27116561902845791E-10
+ -1.30733727009177139E-10 -1.34435989623142874E-10 -1.38225102816313941E-10
+ -1.42102853935425950E-10 -1.46071065256984266E-10 -1.50131594654233075E-10
+ -1.54286336276720500E-10 -1.58537221242696079E-10 -1.62886218344582577E-10
+ -1.67335334767766318E-10 -1.71886616822957441E-10 -1.76542150692374606E-10
+ -1.81304063190013038E-10 -1.86174522536261399E-10 -1.91155739147136372E-10
+ -1.96249966438409383E-10 -2.01459501644905456E-10 -2.06786686655258907E-10
+ -2.12233908862415593E-10 -2.17803602030178378E-10 -2.23498247176095773E-10
+ -2.29320373471001828E-10 -2.35272559155518424E-10 -2.41357432473839969E-10
+ -2.47577672625123123E-10 -2.53936010732813639E-10 -2.60435230832245886E-10
+ -2.67078170876858224E-10 -2.73867723763373778E-10 -2.80806838376302795E-10
+ -2.87898520652127980E-10 -2.95145834663543423E-10 -3.02551903724123548E-10
+ -3.10119911513803151E-10 -3.17853103225562519E-10 -3.25754786733711992E-10
+ -3.33828333784184087E-10 -3.42077181207243347E-10 -3.50504832153037127E-10
+ -3.59114857350413580E-10 -3.67910896389444981E-10 -3.76896659028099715E-10
+ -3.86075926523516057E-10 -3.95452552988340975E-10 -4.05030466772600645E-10
+ -4.14813671871585212E-10 -4.24806249360232818E-10 -4.35012358854511859E-10
+ -4.45436240000305711E-10 -4.56082213990318719E-10 -4.66954685109523790E-10
+ -4.78058142309694019E-10 -4.89397160813555966E-10 -5.00976403749125559E-10
+ -5.12800623814790617E-10 -5.24874664975715493E-10 -5.37203464192156072E-10
+ -5.49792053180283793E-10 -5.62645560206128122E-10 -5.75769211913254968E-10
+ -5.89168335184820552E-10 -6.02848359040636314E-10 -6.16814816569908470E-10
+ -6.31073346900317367E-10 -6.45629697204116998E-10 -6.60489724741952505E-10
+ -6.75659398945096809E-10 -6.91144803536831911E-10 -7.06952138693705462E-10
+ -7.23087723247409248E-10 -7.39557996928045242E-10 -7.56369522649546436E-10
+ -7.73528988838054497E-10 -7.91043211804045057E-10 -8.08919138159033270E-10
+ -8.27163847277685276E-10 -8.45784553806193784E-10 -8.64788610217778540E-10
+ -8.84183509416197185E-10 -9.03976887388167306E-10 -9.24176525905614226E-10
+ -9.44790355278678421E-10 -9.65826457160431968E-10 -9.87293067404277497E-10
+ -1.00919857897500956E-09 -1.03155154491454953E-09 -1.05436068136337728E-09
+ -1.07763487063869501E-09 -1.10138316437040235E-09 -1.12561478669594723E-09
+ -1.15033913751516792E-09 -1.17556579580624414E-09 -1.20130452300390479E-09
+ -1.22756526644105433E-09 -1.25435816285500858E-09 -1.28169354195955096E-09
+ -1.30958193008403851E-09 -1.33803405388081610E-09 -1.36706084410221494E-09
+ -1.39667343944844167E-09 -1.42688319048768179E-09 -1.45770166364977976E-09
+ -1.48914064529485367E-09 -1.52121214585827010E-09 -1.55392840407339027E-09
+ -1.58730189127356039E-09 -1.62134531577481419E-09 -1.65607162734080755E-09
+ -1.69149402173152708E-09 -1.72762594533733355E-09 -1.76448109989993847E-09
+ -1.80207344732195316E-09 -1.84041721456665087E-09 -1.87952689864964323E-09
+ -1.91941727172418935E-09 -1.96010338626188508E-09 -2.00160058033052389E-09
+ -2.04392448297094843E-09 -2.08709101967473529E-09 -2.13111641796462217E-09
+ -2.17601721307957179E-09 -2.22181025376645471E-09 -2.26851270818034031E-09
+ -2.31614206989542053E-09 -2.36471616402864373E-09 -2.41425315347817348E-09
+ -2.46477154527880962E-09 -2.51629019707656408E-09 -2.56882832372463431E-09
+ -2.62240550400302069E-09 -2.67704168746413263E-09 -2.73275720140671195E-09
+ -2.78957275798049748E-09 -2.84750946142406246E-09 -2.90658881543832402E-09
+ -2.96683273069826094E-09 -3.02826353250543149E-09 -3.09090396858391503E-09
+ -3.15477721702237289E-09 -3.21990689436495423E-09 -3.28631706385383904E-09
+ -3.35403224382624128E-09 -3.42307741626879031E-09 -3.49347803553219296E-09
+ -3.56526003720922612E-09 -3.63844984717906424E-09 -3.71307439082110145E-09
+ -3.78916110240139229E-09 -3.86673793463498777E-09 -3.94583336842742019E-09
+ -4.02647642279870534E-09 -4.10869666499327215E-09 -4.19252422077930763E-09
+ -4.27798978494104250E-09 -4.36512463196759722E-09 -4.45396062694207696E-09
+ -4.54453023663462938E-09 -4.63686654080332331E-09 -4.73100324370669544E-09
+ -4.82697468583194726E-09 -4.92481585584282611E-09 -5.02456240275128772E-09
+ -5.12625064831713284E-09 -5.22991759967988579E-09 -5.33560096222724563E-09
+ -5.44333915270456057E-09 -5.55317131256979954E-09 -5.66513732159863841E-09
+ -5.77927781174432444E-09 -5.89563418125709931E-09 -6.01424860906802532E-09
+ -6.13516406944213768E-09 -6.25842434690601128E-09 -6.38407405145483524E-09
+ -6.51215863404421369E-09 -6.64272440237206960E-09 -6.77581853695601007E-09
+ -6.91148910751172910E-09 -7.04978508963805860E-09 -7.19075638181440258E-09
+ -7.33445382271638100E-09 -7.48092920885567806E-09 -7.63023531255009681E-09
+ -7.78242590023005373E-09 -7.93755575108775856E-09 -8.09568067607550407E-09
+ -8.25685753725961780E-09 -8.42114426753667757E-09 -8.58859989071878854E-09
+ -8.75928454199485516E-09 -8.93325948877480968E-09 -9.11058715192400514E-09
+ -9.29133112739508363E-09 -9.47555620826467658E-09 -9.66332840718258532E-09
+ -9.85471497924111807E-09 -1.00497844452724500E-08 -1.02486066155819685E-08
+ -1.04512526141258227E-08 -1.06577949031409299E-08 -1.08683073082359185E-08
+ -1.10828650439516139E-08 -1.13015447397998544E-08 -1.15244244667895810E-08
+ -1.17515837644492973E-08 -1.19831036683551738E-08 -1.22190667381743074E-08
+ -1.24595570862326539E-08 -1.27046604066175652E-08 -1.29544640048248324E-08
+ -1.32090568279604377E-08 -1.34685294955074566E-08 -1.37329743306685249E-08
+ -1.40024853922947707E-08 -1.42771585074121060E-08 -1.45570913043560343E-08
+ -1.48423832465263960E-08 -1.51331356667735866E-08 -1.54294518024281164E-08
+ -1.57314368309854254E-08 -1.60391979064583259E-08 -1.63528441964094812E-08
+ -1.66724869196766482E-08 -1.69982393848035784E-08 -1.73302170291898804E-08
+ -1.76685374589731923E-08 -1.80133204896573226E-08 -1.83646881875004068E-08
+ -1.87227649116772238E-08 -1.90876773572300987E-08 -1.94595545988231938E-08
+ -1.98385281353152057E-08 -2.02247319351656776E-08 -2.06183024826906487E-08
+ -2.10193788251832783E-08 -2.14281026209159315E-08 -2.18446181880399201E-08
+ -2.22690725543997752E-08 -2.27016155082791699E-08 -2.31423996500958327E-08
+ -2.35915804450633032E-08 -2.40493162768373901E-08 -2.45157685021659823E-08
+ -2.49911015065607263E-08 -2.54754827610098226E-08 -2.59690828797513539E-08
+ -2.64720756791269374E-08 -2.69846382375358186E-08 -2.75069509565101657E-08
+ -2.80391976229323589E-08 -2.85815654724155180E-08 -2.91342452538693004E-08
+ -2.96974312952728627E-08 -3.02713215706775559E-08 -3.08561177684624914E-08
+ -3.14520253608662184E-08 -3.20592536748183847E-08 -3.26780159640958036E-08
+ -3.33085294828274174E-08 -3.39510155603736041E-08 -3.46056996776053464E-08
+ -3.52728115446094786E-08 -3.59525851798466621E-08 -3.66452589907890740E-08
+ -3.73510758560657617E-08 -3.80702832091435093E-08 -3.88031331235720347E-08
+ -3.95498823998227541E-08 -4.03107926537509104E-08 -4.10861304067111711E-08
+ -4.18761671773579599E-08 -4.26811795751615408E-08 -4.35014493956723378E-08
+ -4.43372637175657775E-08 -4.51889150015011520E-08 -4.60567011908282718E-08
+ -4.69409258141764491E-08 -4.78418980899609537E-08 -4.87599330328427526E-08
+ -4.96953515621781150E-08 -5.06484806124949625E-08 -5.16196532460342260E-08
+ -5.26092087673943255E-08 -5.36174928403185313E-08 -5.46448576066646983E-08
+ -5.56916618075986016E-08 -5.67582709070520387E-08 -5.78450572174882967E-08
+ -5.89524000280177845E-08 -6.00806857349079693E-08 -6.12303079745320539E-08
+ -6.24016677588022119E-08 -6.35951736131336003E-08 -6.48112417169864547E-08
+ -6.60502960470343508E-08 -6.73127685230078858E-08 -6.85990991562632515E-08
+ -6.99097362011272493E-08 -7.12451363090699386E-08 -7.26057646857581381E-08
+ -7.39920952510433525E-08 -7.54046108019392100E-08 -7.68438031786434670E-08
+ -7.83101734336626809E-08 -7.98042320040960121E-08 -8.13264988871383324E-08
+ -8.28775038188622392E-08 -8.44577864563399853E-08 -8.60678965631680332E-08
+ -8.77083941984576690E-08 -8.93798499093563661E-08 -9.10828449271654659E-08
+ -9.28179713671219779E-08 -9.45858324319124331E-08 -9.63870426189883927E-08
+ -9.82222279317549368E-08 -1.00092026094704089E-07 -1.01997086772566897E-07
+ -1.03938071793559367E-07 -1.05915655376798384E-07 -1.07930524363965726E-07
+ -1.09983378455298971E-07 -1.12074930449990819E-07 -1.14205906491078416E-07
+ -1.16377046314906579E-07 -1.18589103505250898E-07 -1.20842845752186763E-07
+ -1.23139055115793496E-07 -1.25478528294783735E-07 -1.27862076900149664E-07
+ -1.30290527733920316E-07 -1.32764723073124525E-07 -1.35285520959057465E-07
+ -1.37853795491949095E-07 -1.40470437131135480E-07 -1.43136353000836129E-07
+ -1.45852467201641435E-07 -1.48619721127816859E-07 -1.51439073790532128E-07
+ -1.54311502147126929E-07 -1.57238001436524489E-07 -1.60219585520908657E-07
+ -1.63257287233781119E-07 -1.66352158734517217E-07 -1.69505271869542515E-07
+ -1.72717718540253027E-07 -1.75990611077804895E-07 -1.79325082624902136E-07
+ -1.82722287524712422E-07 -1.86183401717044299E-07 -1.89709623141920852E-07
+ -1.93302172150688572E-07 -1.96962291924800588E-07 -2.00691248902419247E-07
+ -2.04490333212982057E-07 -2.08360859119881328E-07 -2.12304165471406429E-07
+ -2.16321616160105830E-07 -2.20414600590723038E-07 -2.24584534156868675E-07
+ -2.28832858726589451E-07 -2.33161043137002209E-07 -2.37570583698159892E-07
+ -2.42063004706323493E-07 -2.46639858966813999E-07 -2.51302728326623716E-07
+ -2.56053224216968405E-07 -2.60892988205966849E-07 -2.65823692561633963E-07
+ -2.70847040825383556E-07 -2.75964768396233412E-07 -2.81178643125913494E-07
+ -2.86490465925081116E-07 -2.91902071380849209E-07 -2.97415328385838773E-07
+ -3.03032140778970424E-07 -3.08754447998215087E-07 -3.14584225745523594E-07
+ -3.20523486664166270E-07 -3.26574281028710827E-07 -3.32738697447874744E-07
+ -3.39018863580493628E-07 -3.45416946864847603E-07 -3.51935155261597034E-07
+ -3.58575738010579518E-07 -3.65340986401727389E-07 -3.72233234560368275E-07
+ -3.79254860247177514E-07 -3.86408285673055348E-07 -3.93695978329205079E-07
+ -4.01120451832699538E-07 -4.08684266787820203E-07 -4.16390031663464859E-07
+ -4.24240403686924263E-07 -4.32238089754329652E-07 -4.40385847358085148E-07
+ -4.48686485531599609E-07 -4.57142865811640251E-07 -4.65757903218636700E-07
+ -4.74534567255269470E-07 -4.83475882923685064E-07 -4.92584931761681912E-07
+ -5.01864852898223165E-07 -5.11318844128634491E-07 -5.20950163009855147E-07
+ -5.30762127976113684E-07 -5.40758119475410780E-07 -5.50941581127196132E-07
+ -5.61316020901632706E-07 -5.71885012320852936E-07 -5.82652195682614073E-07
+ -5.93621279306770371E-07 -6.04796040804989141E-07 -6.16180328374138292E-07
+ -6.27778062113794415E-07 -6.39593235368309944E-07 -6.51629916093906340E-07
+ -6.63892248251254589E-07 -6.76384453224014942E-07 -6.89110831263826945E-07
+ -7.02075762962233640E-07 -7.15283710750047617E-07 -7.28739220424664497E-07
+ -7.42446922705850593E-07 -7.56411534820527051E-07 -7.70637862117096056E-07
+ -7.85130799709857579E-07 -7.99895334154072511E-07 -8.14936545152249968E-07
+ -8.30259607292233065E-07 -8.45869791817678305E-07 -8.61772468431531337E-07
+ -8.77973107133110236E-07 -8.94477280089424689E-07 -9.11290663541369011E-07
+ -9.28419039745430398E-07 -9.45868298951584982E-07 -9.63644441418042452E-07
+ -9.81753579463534677E-07 -1.00020193955783950E-06 -1.01899586445125462E-06
+ -1.03814181534374717E-06 -1.05764637409451207E-06 -1.07751624547269543E-06
+ -1.09775825945004638E-06 -1.11837937353627433E-06 -1.13938667515791415E-06
+ -1.16078738408149658E-06 -1.18258885488185757E-06 -1.20479857945642023E-06
+ -1.22742418958630654E-06 -1.25047345954514776E-06 -1.27395430875648180E-06
+ -1.29787480450063901E-06 -1.32224316467203690E-06 -1.34706776058782089E-06
+ -1.37235711984880554E-06 -1.39811992925368995E-06 -1.42436503776752957E-06
+ -1.45110145954548463E-06 -1.47833837701286207E-06 -1.50608514400250316E-06
+ -1.53435128895057699E-06 -1.56314651815186865E-06 -1.59248071907566931E-06
+ -1.62236396374338550E-06 -1.65280651216902562E-06 -1.68381881586371996E-06
+ -1.71541152140547180E-06 -1.74759547407534665E-06 -1.78038172156133615E-06
+ -1.81378151773115172E-06 -1.84780632647522401E-06 -1.88246782562122396E-06
+ -1.91777791092141705E-06 -1.95374870011421274E-06 -1.99039253706128788E-06
+ -2.02772199596167752E-06 -2.06574988564427400E-06 -2.10448925394017842E-06
+ -2.14395339213639057E-06 -2.18415583951235222E-06 -2.22511038796086970E-06
+ -2.26683108669499598E-06 -2.30933224704244635E-06 -2.35262844732919691E-06
+ -2.39673453785390290E-06 -2.44166564595482261E-06 -2.48743718117096871E-06
+ -2.53406484049923439E-06 -2.58156461374926655E-06 -2.62995278899791118E-06
+ -2.67924595814506092E-06 -2.72946102257280236E-06 -2.78061519890976503E-06
+ -2.83272602490262918E-06 -2.88581136539676930E-06 -2.93988941842808151E-06
+ -2.99497872142801582E-06 -3.05109815754394622E-06 -3.10826696207700352E-06
+ -3.16650472903953673E-06 -3.22583141783443675E-06 -3.28626736005857779E-06
+ -3.34783326643265482E-06 -3.41055023385978863E-06 -3.47443975261526009E-06
+ -3.53952371366982232E-06 -3.60582441614903704E-06 -3.67336457493118343E-06
+ -3.74216732838628768E-06 -3.81225624625888271E-06 -3.88365533769718420E-06
+ -3.95638905943135508E-06 -4.03048232410364934E-06 -4.10596050875322622E-06
+ -4.18284946345852473E-06 -4.26117552014006547E-06 -4.34096550152670343E-06
+ -4.42224673028831105E-06 -4.50504703833799983E-06 -4.58939477630699963E-06
+ -4.67531882319539032E-06 -4.76284859620195558E-06 -4.85201406073644269E-06
+ -4.94284574061761814E-06 -5.03537472846055798E-06 -5.12963269625665268E-06
+ -5.22565190614991597E-06 -5.32346522141319271E-06 -5.42310611762798246E-06
+ -5.52460869407164543E-06 -5.62800768531578826E-06 -5.73333847303977659E-06
+ -5.84063709806333110E-06 -5.94994027260221243E-06 -6.06128539275119058E-06
+ -6.17471055119842953E-06 -6.29025455017561558E-06 -6.40795691464811031E-06
+ -6.52785790574963166E-06 -6.64999853446593572E-06 -6.77442057557210435E-06
+ -6.90116658182812198E-06 -7.03027989843748403E-06 -7.16180467777374057E-06
+ -7.29578589437984638E-06 -7.43226936024542504E-06 -7.57130174036700646E-06
+ -7.71293056859649269E-06 -7.85720426378315378E-06 -8.00417214621457708E-06
+ -8.15388445436205716E-06 -8.30639236193605392E-06 -8.46174799525743232E-06
+ -8.62000445095029844E-06 -8.78121581396234247E-06 -8.94543717591875526E-06
+ -9.11272465381581849E-06 -9.28313540906045371E-06 -9.45672766686210146E-06
+ -9.63356073598337809E-06 -9.81369502885618505E-06 -9.99719208206990271E-06
+ -1.01841145772386061E-05 -1.03745263622542124E-05 -1.05684924729326963E-05
+ -1.07660791550605646E-05 -1.09673538868490125E-05 -1.11723854018031743E-05
+ -1.13812437120141841E-05 -1.15940001318817673E-05 -1.18107273022752649E-05
+ -1.20314992151412039E-05 -1.22563912385655561E-05 -1.24854801422990648E-05
+ -1.27188441237541627E-05 -1.29565628344821145E-05 -1.31987174071391858E-05
+ -1.34453904829508775E-05 -1.36966662396832876E-05 -1.39526304201309825E-05
+ -1.42133703611307706E-05 -1.44789750231111107E-05 -1.47495350201869711E-05
+ -1.50251426508100022E-05 -1.53058919289844528E-05 -1.55918786160589400E-05
+ -1.58832002531048498E-05 -1.61799561938919002E-05 -1.64822476384720444E-05
+ -1.67901776673826676E-05 -1.71038512764804918E-05 -1.74233754124177313E-05
+ -1.77488590087722933E-05 -1.80804130228439054E-05 -1.84181504731284326E-05
+ -1.87621864774827924E-05 -1.91126382919930342E-05 -1.94696253505584994E-05
+ -1.98332693052051245E-05 -2.02036940671413012E-05 -2.05810258485696751E-05
+ -2.09653932052689193E-05 -2.13569270799594115E-05 -2.17557608464671291E-05
+ -2.21620303547004416E-05 -2.25758739764545007E-05 -2.29974326520584975E-05
+ -2.34268499378809762E-05 -2.38642720547090326E-05 -2.43098479370172561E-05
+ -2.47637292831425931E-05 -2.52260706063817832E-05 -2.56970292870280485E-05
+ -2.61767656253642258E-05 -2.66654428956297266E-05 -2.71632274009791139E-05
+ -2.76702885294503024E-05 -2.81867988109607926E-05 -2.87129339753505896E-05
+ -2.92488730114909810E-05 -2.97947982274783714E-05 -3.03508953119331345E-05
+ -3.09173533964233536E-05 -3.14943651190340538E-05 -3.20821266891025905E-05
+ -3.26808379531416473E-05 -3.32907024619710190E-05 -3.39119275390805500E-05
+ -3.45447243502461793E-05 -3.51893079744221602E-05 -3.58458974759323499E-05
+ -3.65147159779843686E-05 -3.71959907375304187E-05 -3.78899532214991525E-05
+ -3.85968391844237005E-05 -3.93168887474908450E-05 -4.00503464790372108E-05
+ -4.07974614765186966E-05 -4.15584874499796969E-05 -4.23336828070494092E-05
+ -4.31233107394926973E-05 -4.39276393113436796E-05 -4.47469415486506590E-05
+ -4.55814955308615047E-05 -4.64315844838790101E-05 -4.72974968748166391E-05
+ -4.81795265084851535E-05 -4.90779726256411982E-05 -4.99931400030301318E-05
+ -5.09253390552549459E-05 -5.18748859385043598E-05 -5.28421026561738175E-05
+ -5.38273171664130720E-05 -5.48308634916354825E-05 -5.58530818300238450E-05
+ -5.68943186690691813E-05 -5.79549269011788584E-05 -5.90352659413908773E-05
+ -6.01357018472329049E-05 -6.12566074407640276E-05 -6.23983624328385233E-05
+ -6.35613535496317063E-05 -6.47459746614683864E-05 -6.59526269139950764E-05
+ -6.71817188617381813E-05 -6.84336666040908016E-05 -6.97088939237717879E-05
+ -7.10078324278012700E-05 -7.23309216910374370E-05 -7.36786094023209997E-05
+ -7.50513515132733198E-05 -7.64496123897961125E-05 -7.78738649663208358E-05
+ -7.93245909028567574E-05 -8.08022807448878982E-05 -8.23074340861695397E-05
+ -8.38405597344762135E-05 -8.54021758803532433E-05 -8.69928102689262648E-05
+ -8.86130003748223657E-05 -9.02632935802586951E-05 -9.19442473563547450E-05
+ -9.36564294477257249E-05 -9.54004180604154159E-05 -9.71768020532276045E-05
+ -9.89861811325167044E-05 -1.00829166050498756E-04 -1.02706378807145661E-04
+ -1.04618452855725569E-04 -1.06566033312054622E-04 -1.08549777167525559E-04
+ -1.10570353505979975E-04 -1.12628443724492432E-04 -1.14724741758135228E-04
+ -1.16859954308794951E-04 -1.19034801078111519E-04 -1.21250015004613064E-04
+ -1.23506342505120436E-04 -1.25804543720496771E-04 -1.28145392765818621E-04
+ -1.30529677985046627E-04 -1.32958202210274726E-04 -1.35431783025638671E-04
+ -1.37951253035965859E-04 -1.40517460140249359E-04 -1.43131267810031430E-04
+ -1.45793555372782232E-04 -1.48505218300361676E-04 -1.51267168502652736E-04
+ -1.54080334626458557E-04 -1.56945662359753412E-04 -1.59864114741382289E-04
+ -1.62836672476304430E-04 -1.65864334256477365E-04 -1.68948117087479831E-04
+ -1.72089056620973940E-04 -1.75288207493108232E-04 -1.78546643668965317E-04
+ -1.81865458793158596E-04 -1.85245766546686538E-04 -1.88688701010151735E-04
+ -1.92195417033455904E-04 -1.95767090612083359E-04 -1.99404919270087464E-04
+ -2.03110122449895057E-04 -2.06883941909048443E-04 -2.10727642124003753E-04
+ -2.14642510701108948E-04 -2.18629858794883647E-04 -2.22691021533729077E-04
+ -2.26827358453193914E-04 -2.31040253936928651E-04 -2.35331117665458622E-04
+ -2.39701385072911913E-04 -2.44152517811838034E-04 -2.48686004226256197E-04
+ -2.53303359833075307E-04 -2.58006127812027424E-04 -2.62795879504262896E-04
+ -2.67674214919753678E-04 -2.72642763253655126E-04 -2.77703183411781660E-04
+ -2.82857164545348341E-04 -2.88106426595139580E-04 -2.93452720845263453E-04
+ -2.98897830486655473E-04 -3.04443571190497351E-04 -3.10091791691719421E-04
+ -3.15844374382757672E-04 -3.21703235917738530E-04 -3.27670327827269358E-04
+ -3.33747637144011556E-04 -3.39937187039221305E-04 -3.46241037470441959E-04
+ -3.52661285840533741E-04 -3.59200067668235873E-04 -3.65859557270451744E-04
+ -3.72641968456454841E-04 -3.79549555234217294E-04 -3.86584612529060714E-04
+ -3.93749476914839638E-04 -4.01046527357863279E-04 -4.08478185973772123E-04
+ -4.16046918797581251E-04 -4.23755236567114528E-04 -4.31605695520047370E-04
+ -4.39600898204788710E-04 -4.47743494305429283E-04 -4.56036181480989954E-04
+ -4.64481706219207178E-04 -4.73082864705095336E-04 -4.81842503704530355E-04
+ -4.90763521463101829E-04 -4.99848868620485763E-04 -5.09101549140593000E-04
+ -5.18524621257750347E-04 -5.28121198439180663E-04 -5.37894450364045668E-04
+ -5.47847603919325208E-04 -5.57983944212802631E-04 -5.68306815603442182E-04
+ -5.78819622749435843E-04 -5.89525831674208591E-04 -6.00428970850673907E-04
+ -6.11532632304033269E-04 -6.22840472733422767E-04 -6.34356214652706941E-04
+ -6.46083647550731665E-04 -6.58026629071347779E-04 -6.70189086213523371E-04
+ -6.82575016551865391E-04 -6.95188489477881308E-04 -7.08033647462306482E-04
+ -7.21114707338836938E-04 -7.34435961609608318E-04 -7.48001779772765763E-04
+ -7.61816609672472675E-04 -7.75884978871719698E-04 -7.90211496048286730E-04
+ -8.04800852414229093E-04 -8.19657823159254846E-04 -8.34787268918368830E-04
+ -8.50194137264164633E-04 -8.65883464224150457E-04 -8.81860375823496391E-04
+ -8.98130089653603031E-04 -9.14697916466891757E-04 -9.31569261798220294E-04
+ -9.48749627613340672E-04 -9.66244613984810477E-04 -9.84059920795787510E-04
+ -1.00220134947213079E-03 -1.02067480474324454E-03 -1.03948629643210201E-03
+ -1.05864194127490039E-03 -1.07814796477078865E-03 -1.09801070306213256E-03
+ -1.11823660484577599E-03 -1.13883223331576796E-03 -1.15980426813802650E-03
+ -1.18115950745742155E-03 -1.20290486993776232E-03 -1.22504739683518141E-03
+ -1.24759425410541128E-03 -1.27055273454545537E-03 -1.29393025997017060E-03
+ -1.31773438342426617E-03 -1.34197279143025085E-03 -1.36665330627284694E-03
+ -1.39178388832041197E-03 -1.41737263838390332E-03 -1.44342780011393339E-03
+ -1.46995776243647098E-03 -1.49697106202773922E-03 -1.52447638582888152E-03
+ -1.55248257360096273E-03 -1.58099862052088285E-03 -1.61003367981879053E-03
+ -1.63959706545757362E-03 -1.66969825485504013E-03 -1.70034689164937189E-03
+ -1.73155278850847154E-03 -1.76332592998381787E-03 -1.79567647540943400E-03
+ -1.82861476184661216E-03 -1.86215130707502062E-03 -1.89629681263082505E-03
+ -1.93106216689247802E-03 -1.96645844821482152E-03 -2.00249692811216035E-03
+ -2.03918907449096663E-03 -2.07654655493288509E-03 -2.11458124002871645E-03
+ -2.15330520676405021E-03 -2.19273074195723951E-03 -2.23287034575040452E-03
+ -2.27373673515416990E-03 -2.31534284764681837E-03 -2.35770184482859317E-03
+ -2.40082711613184840E-03 -2.44473228258775769E-03 -2.48943120065032693E-03
+ -2.53493796607841835E-03 -2.58126691787652568E-03 -2.62843264229504960E-03
+ -2.67644997689079484E-03 -2.72533401464845632E-03 -2.77510010816383462E-03
+ -2.82576387388954126E-03 -2.87734119644394992E-03 -2.92984823298416677E-03
+ -2.98330141764377053E-03 -3.03771746603611649E-03 -3.09311337982396154E-03
+ -3.14950645135619444E-03 -3.20691426837245441E-03 -3.26535471877641625E-03
+ -3.32484599547854106E-03 -3.38540660130906036E-03 -3.44705535400200748E-03
+ -3.50981139125107434E-03 -3.57369417583809157E-03 -3.63872350083492687E-03
+ -3.70491949487960440E-03 -3.77230262752743838E-03 -3.84089371467796281E-03
+ -3.91071392407849831E-03 -3.98178478090509703E-03 -4.05412817342170814E-03
+ -4.12776635871833341E-03 -4.20272196852898659E-03 -4.27901801513022595E-03
+ -4.35667789732107832E-03 -4.43572540648511093E-03 -4.51618473273545946E-03
+ -4.59808047114359467E-03 -4.68143762805257966E-03 -4.76628162747562683E-03
+ -4.85263831758066862E-03 -4.94053397726178494E-03 -5.02999532279814390E-03
+ -5.12104951460130332E-03 -5.21372416405153048E-03 -5.30804734042393273E-03
+ -5.40404757790510695E-03 -5.50175388270099288E-03 -5.60119574023671112E-03
+ -5.70240312244898150E-03 -5.80540649517191209E-03 -5.91023682561674264E-03
+ -6.01692558994625700E-03 -6.12550478094449780E-03 -6.23600691578240704E-03
+ -6.34846504388001612E-03 -6.46291275486578307E-03 -6.57938418663368569E-03
+ -6.69791403349859291E-03 -6.81853755445049111E-03 -6.94129058150809441E-03
+ -7.06620952817234999E-03 -7.19333139798029181E-03 -7.32269379315975914E-03
+ -7.45433492338536292E-03 -7.58829361463617298E-03 -7.72460931815545197E-03
+ -7.86332211951285519E-03 -8.00447274776939013E-03 -8.14810258474544732E-03
+ -8.29425367439220844E-03 -8.44296873226660534E-03 -8.59429115511010401E-03
+ -8.74826503053144876E-03 -8.90493514679347245E-03 -9.06434700270417580E-03
+ -9.22654681761199934E-03 -9.39158154150539562E-03 -9.55949886521665487E-03
+ -9.73034723072988168E-03 -9.90417584159306551E-03 -1.00810346734340420E-02
+ -1.02609744845801182E-02 -1.04440468267811455E-02 -1.06303040560357040E-02
+ -1.08197993435200073E-02 -1.10125866866191205E-02 -1.12087209200600196E-02
+ -1.14082577271458901E-02 -1.16112536510911656E-02 -1.18177661064564569E-02
+ -1.20278533906828539E-02 -1.22415746957245820E-02 -1.24589901197792573E-02
+ -1.26801606791147516E-02 -1.29051483199916616E-02 -1.31340159306801724E-02
+ -1.33668273535702872E-02 -1.36036473973739930E-02 -1.38445418494181280E-02
+ -1.40895774880264151E-02 -1.43388220949891513E-02 -1.45923444681189517E-02
+ -1.48502144338907641E-02 -1.51125028601643493E-02 -1.53792816689872977E-02
+ -1.56506238494765748E-02 -1.59266034707763147E-02 -1.62072956950898329E-02
+ -1.64927767907832382E-02 -1.67831241455583431E-02 -1.70784162796921504E-02
+ -1.73787328593402214E-02 -1.76841547099010343E-02 -1.79947638294383275E-02
+ -1.83106434021584330E-02 -1.86318778119390037E-02 -1.89585526559061524E-02
+ -1.92907547580560383E-02 -1.96285721829174767E-02 -1.99720942492515180E-02
+ -2.03214115437841611E-02 -2.06766159349677688E-02 -2.10378005867670886E-02
+ -2.14050599724651992E-02 -2.17784898884847214E-02 -2.21581874682194799E-02
+ -2.25442511958714280E-02 -2.29367809202877526E-02 -2.33358778687926295E-02
+ -2.37416446610079837E-02 -2.41541853226574579E-02 -2.45736052993476006E-02
+ -2.50000114703198897E-02 -2.54335121621672641E-02 -2.58742171625084005E-02
+ -2.63222377336128840E-02 -2.67776866259700173E-02 -2.72406780917941252E-02
+ -2.77113278984584370E-02 -2.81897533418499248E-02 -2.86760732596369056E-02
+ -2.91704080444410534E-02 -2.96728796569051649E-02 -3.01836116386478073E-02
+ -3.07027291250956923E-02 -3.12303588581843115E-02 -3.17666291989171512E-02
+ -3.23116701397734227E-02 -3.28656133169539996E-02 -3.34285920224549962E-02
+ -3.40007412159579955E-02 -3.45821975365258535E-02 -3.51730993140922724E-02
+ -3.57735865807335893E-02 -3.63838010817102570E-02 -3.70038862862658094E-02
+ -3.76339873981701434E-02 -3.82742513659940775E-02 -3.89248268931015468E-02
+ -3.95858644473454854E-02 -4.02575162704531392E-02 -4.09399363870859775E-02
+ -4.16332806135595382E-02 -4.23377065662071533E-02 -4.30533736693724037E-02
+ -4.37804431630135285E-02 -4.45190781099034233E-02 -4.52694434024081688E-02
+ -4.60317057688266335E-02 -4.68060337792732331E-02 -4.75925978510854594E-02
+ -4.83915702537377757E-02 -4.92031251132422146E-02 -5.00274384160164440E-02
+ -5.08646880121991843E-02 -5.17150536183921122E-02 -5.25787168198079691E-02
+ -5.34558610718022312E-02 -5.43466717007679498E-02 -5.52513359043698693E-02
+ -5.61700427510959596E-02 -5.71029831791024511E-02 -5.80503499943285858E-02
+ -5.90123378678568331E-02 -5.99891433324935552E-02 -6.09809647785446093E-02
+ -6.19880024487602099E-02 -6.30104584324225059E-02 -6.40485366585487048E-02
+ -6.51024428881827183E-02 -6.61723847057466008E-02 -6.72585715094241032E-02
+ -6.83612145005463162E-02 -6.94805266719503989E-02 -7.06167227952810700E-02
+ -7.17700194072036085E-02 -7.29406347944980271E-02 -7.41287889780015696E-02
+ -7.53347036953677662E-02 -7.65586023826087952E-02 -7.78007101543877894E-02
+ -7.90612537830267664E-02 -8.03404616761956569E-02 -8.16385638532474145E-02
+ -8.29557919201629329E-02 -8.42923790430700065E-02 -8.56485599202989056E-02
+ -8.70245707529376661E-02 -8.84206492138484568E-02 -8.98370344151070838E-02
+ -9.12739668738258708E-02 -9.27316884763209753E-02 -9.42104424405832142E-02
+ -9.57104732770121813E-02 -9.72320267473721078E-02 -9.87753498219277465E-02
+ -1.00340690634717913E-01 -1.01928298436923956E-01 -1.03538423548289682E-01
+ -1.05171317306548842E-01 -1.06827232014816115E-01 -1.08506420886896410E-01
+ -1.10209137990467984E-01 -1.11935638188092199E-01 -1.13686177076005590E-01
+ -1.15461010920646201E-01 -1.17260396592867966E-01 -1.19084591499795583E-01
+ -1.20933853514271827E-01 -1.22808440901849739E-01 -1.24708612245280806E-01
+ -1.26634626366450481E-01 -1.28586742245712121E-01 -1.30565218938569649E-01
+ -1.32570315489659890E-01 -1.34602290843984063E-01 -1.36661403755339056E-01
+ -1.38747912691898234E-01 -1.40862075738890757E-01 -1.43004150498330013E-01
+ -1.45174393985740113E-01 -1.47373062523829396E-01 -1.49600411633061980E-01
+ -1.51856695919074691E-01 -1.54142168956891035E-01 -1.56457083171880090E-01
+ -1.58801689717411848E-01 -1.61176238349157092E-01 -1.63580977295984059E-01
+ -1.66016153127401034E-01 -1.68482010617496153E-01 -1.70978792605325974E-01
+ -1.73506739851704533E-01 -1.76066090892344512E-01 -1.78657081887303920E-01
+ -1.81279946466691905E-01 -1.83934915572587038E-01 -1.86622217297123166E-01
+ -1.89342076716699115E-01 -1.92094715722267662E-01 -1.94880352845662491E-01
+ -1.97699203081920460E-01 -2.00551477707559433E-01 -2.03437384094772467E-01
+ -2.06357125521499651E-01 -2.09310900977342368E-01 -2.12298904965282864E-01
+ -2.15321327299176413E-01 -2.18378352896984623E-01 -2.21470161569717439E-01
+ -2.24596927806056668E-01 -2.27758820552633884E-01 -2.30956002989936904E-01
+ -2.34188632303823308E-01 -2.37456859452618768E-01 -2.40760828929782927E-01
+ -2.44100678522125719E-01 -2.47476539063561651E-01 -2.50888534184388778E-01
+ -2.54336780056086897E-01 -2.57821385131625891E-01 -2.61342449881284022E-01
+ -2.64900066523975020E-01 -2.68494318754087413E-01 -2.72125281463842739E-01
+ -2.75793020461182259E-01 -2.79497592183194865E-01 -2.83239043405104640E-01
+ -2.87017410944835127E-01 -2.90832721363179170E-01 -2.94684990659596580E-01
+ -2.98574223963677943E-01 -3.02500415222304420E-01 -3.06463546882548621E-01
+ -3.10463589570358744E-01 -3.14500501765074436E-01 -3.18574229469831049E-01
+ -3.22684705877904932E-01 -3.26831851035068344E-01 -3.31015571498017303E-01
+ -3.35235759988946058E-01 -3.39492295046346204E-01 -3.43785040672111408E-01
+ -3.48113845975036196E-01 -3.52478544810800654E-01 -3.56878955418539368E-01
+ -3.61314880054096565E-01 -3.65786104620077546E-01 -3.70292398292808633E-01
+ -3.74833513146324349E-01 -3.79409183773509018E-01 -3.84019126904518504E-01
+ -3.88663041022621614E-01 -3.93340605977599178E-01 -3.98051482596848527E-01
+ -4.02795312294344454E-01 -4.07571716677613660E-01 -4.12380297152885267E-01
+ -4.17220634528586209E-01 -4.22092288617352873E-01 -4.26994797836738826E-01
+ -4.31927678808801119E-01 -4.36890425958755213E-01 -4.41882511112890619E-01
+ -4.46903383095947127E-01 -4.51952467328155139E-01 -4.57029165422148165E-01
+ -4.62132854779961189E-01 -4.67262888190332903E-01 -4.72418593426532529E-01
+ -4.77599272844941580E-01 -4.82804202984619180E-01 -4.88032634168088619E-01
+ -4.93283790103583530E-01 -4.98556867489001132E-01 -5.03851035617808640E-01
+ -5.09165435987158355E-01 -5.14499181908468772E-01 -5.19851358120732243E-01
+ -5.25221020406819616E-01 -5.30607195213048666E-01 -5.36008879272297789E-01
+ -5.41425039230942762E-01 -5.46854611279904423E-01 -5.52296500790101064E-01
+ -5.57749581952602824E-01 -5.63212697423794206E-01 -5.68684657975854435E-01
+ -5.74164242152878868E-01 -5.79650195932966295E-01 -5.85141232396608313E-01
+ -5.90636031401727490E-01 -5.96133239265720594E-01 -6.01631468454870810E-01
+ -6.07129297281512215E-01 -6.12625269609331724E-01 -6.18117894567219661E-01
+ -6.23605646272085146E-01 -6.29086963561070855E-01 -6.34560249733621684E-01
+ -6.40023872303873143E-01 -6.45476162763850669E-01 -6.50915416357983556E-01
+ -6.56339891869463288E-01 -6.61747811418991416E-01 -6.67137360276490288E-01
+ -6.72506686686362709E-01 -6.77853901706919615E-01 -6.83177079064610338E-01
+ -6.88474255023712622E-01 -6.93743428272168061E-01 -6.98982559824262051E-01
+ -7.04189572940879915E-01 -7.09362353068077933E-01 -7.14498747794743316E-01
+ -7.19596566830119744E-01 -7.24653582002006691E-01 -7.29667527276445238E-01
+ -7.34636098799721582E-01 -7.39556954963527913E-01 -7.44427716494131753E-01
+ -7.49245966566408961E-01 -7.54009250943597387E-01 -7.58715078143633481E-01
+ -7.63360919632924739E-01 -7.67944210048416176E-01 -7.72462347448782727E-01
+ -7.76912693595591342E-01 -7.81292574265238682E-01 -7.85599279592472444E-01
+ -7.89830064446268021E-01 -7.93982148838821566E-01 -7.98052718368388980E-01
+ -8.02038924696669930E-01 -8.05937886061416142E-01 -8.09746687824901001E-01
+ -8.13462383058855654E-01 -8.17081993166452802E-01 -8.20602508541864339E-01
+ -8.24020889267901957E-01 -8.27334065852199707E-01 -8.30538940002360171E-01
+ -8.33632385440459034E-01 -8.36611248757249015E-01 -8.39472350306382897E-01
+ -8.42212485138927214E-01 -8.44828423978407628E-01 -8.47316914236593832E-01
+ -8.49674681070194615E-01 -8.51898428478603198E-01 -8.53984840442807758E-01
+ -8.55930582105546067E-01 -8.57732300992762986E-01 -8.59386628276401665E-01
+ -8.60890180078542233E-01 -8.62239558816874085E-01 -8.63431354591482014E-01
+ -8.64462146612901550E-01 -8.65328504671392218E-01 -8.66026990647371209E-01
+ -8.66554160062935841E-01 -8.66906563674407105E-01 -8.67080749105827331E-01
+ -8.67073262523336608E-01 -8.66880650350376314E-01 -8.66499461023661932E-01
+ -8.65926246789889609E-01 -8.65157565543152485E-01 -8.64189982703062021E-01
+ -8.63020073133599852E-01 -8.61644423102738366E-01 -8.60059632282913711E-01
+ -8.58262315792454822E-01 -8.56249106278121119E-01 -8.54016656038932287E-01
+ -8.51561639191526165E-01 -8.48880753877319982E-01 -8.45970724511812433E-01
+ -8.42828304076408519E-01 -8.39450276453217903E-01 -8.35833458803329044E-01
+ -8.31974703989135866E-01 -8.27870903041359907E-01 -8.23518987671478908E-01
+ -8.18915932830355020E-01 -8.14058759313926905E-01 -8.08944536416916660E-01
+ -8.03570384635582280E-01 -7.97933478420635112E-01 -7.92031048981527985E-01
+ -7.85860387143408778E-01 -7.79418846258133513E-01 -7.72703845170812031E-01
+ -7.65712871243472981E-01 -7.58443483437510890E-01 -7.50893315456689692E-01
+ -7.43060078952560432E-01 -7.34941566794255707E-01 -7.26535656404712737E-01
+ -7.17840313165471700E-01 -7.08853593892286971E-01 -6.99573650383880863E-01
+ -6.89998733046250812E-01 -6.80127194595030016E-01 -6.69957493838475804E-01
+ -6.59488199543734499E-01 -6.48717994389108377E-01 -6.37645679005095833E-01
+ -6.26270176107054932E-01 -6.14590534722368576E-01 -6.02605934515041852E-01
+ -5.90315690210689636E-01 -5.77719256124891278E-01 -5.64816230797903440E-01
+ -5.51606361738718576E-01 -5.38089550281439899E-01 -5.24265856556919041E-01
+ -5.10135504582557076E-01 -4.95698887473112859E-01 -4.80956572775281810E-01
+ -4.65909307928723371E-01 -4.50558025856092947E-01 -4.34903850684509319E-01
+ -4.18948103600726318E-01 -4.02692308842107161E-01 -3.86138199825296513E-01
+ -3.69287725414255474E-01 -3.52143056329078552E-01 -3.34706591696727229E-01
+ -3.16980965744505461E-01 -2.98969054636766485E-01 -2.80673983454963805E-01
+ -2.62099133320758737E-01 -2.43248148661456415E-01 -2.24124944616567373E-01
+ -2.04733714583780285E-01 -1.85078937902080354E-01 -1.65165387669156449E-01
+ -1.44998138689609174E-01 -1.24582575549795502E-01 -1.03924400814426166E-01
+ -8.30296433392677391E-02 -6.19046666934878267E-02 -4.05561776843217439E-02
+ -1.89912349758284797E-02  2.78274220745756366E-03  2.47579653021865430E-02
+  4.69262675644390170E-02  6.92790951769536451E-02  9.18074983189102189E-02
+  1.14502122213074806E-01  1.37353198166405982E-01  1.60350534621570756E-01
+  1.83483508238227844E-01  2.06741055024404125E-01  2.30111661539821044E-01
+  2.53583356194614695E-01  2.77143700668547099E-01  3.00779781477514607E-01
+  3.24478201715933168E-01  3.48225073005414887E-01  3.72006007682037731E-01
+  3.95806111256467641E-01  4.19609975183200590E-01  4.43401669977257162E-01
+  4.67164738718786332E-01  4.90882190988212896E-01  5.14536497276787075E-01
+  5.38109583919670120E-01  5.61582828601018047E-01  5.84937056482880191E-01
+  6.08152537012140448E-01  6.31208981462161756E-01  6.54085541268261905E-01
+  6.76760807218642735E-01  6.99212809564899285E-01  7.21419019118763827E-01
+  7.43356349404257766E-01  7.65001159936959163E-01  7.86329260704594302E-01
+  8.07315917925663373E-01  8.27935861165265741E-01  8.48163291889712068E-01
+  8.67971893543878159E-01  8.87334843237551185E-01  9.06224825129251288E-01
+  9.24614045598120882E-01  9.42474250296509553E-01  9.59776743177760627E-01
+  9.76492407595451417E-01  9.92591729571927983E-01  1.00804482333536161E+00
+  1.02282145922574941E+00  1.03689109407124569E+00  1.05022290413690467E+00
+  1.06278582074835093E+00  1.07454856869300652E+00  1.08547970750128497E+00
+  1.09554767570957057E+00  1.10472083820581246E+00  1.11296753675714388E+00
+  1.12025614381702909E+00  1.12655511970704802E+00  1.13183307326546645E+00
+  1.13605882605119390E+00  1.13920148018755962E+00  1.14123048992547016E+00
+  1.14211573699993152E+00  1.14182760984755394E+00  1.14033708674546075E+00
+  1.13761582292395391E+00  1.13363624169627020E+00  1.12837162963875492E+00
+  1.12179623584370258E+00  1.11388537525493780E+00  1.10461553608282381E+00
+  1.09396449128076623E+00  1.08191141404933133E+00  1.06843699731676156E+00
+  1.05352357712586087E+00  1.03715525983688450E+00  1.01931805303409484E+00
+  1.00000000000000000E+00  9.79191317595840993E-01  9.56884537359609877E-01
+  9.33074649603644724E-01  9.07759250262601403E-01  8.80938690209232211E-01
+  END     
+   TPHI    1 #tphi(r), for tphi(r)/r*Ylm)
+  0.00000000000000000E+00 -1.84083318089372812E-08 -3.69878792039532761E-08
+ -5.57402346583489103E-08 -7.46670054569924807E-08 -9.37698138340819278E-08
+ -1.13050297112187980E-07 -1.32510107842592170E-07 -1.52150913946926348E-07
+ -1.71974398860134446E-07 -1.91982261674760818E-07 -2.12176217286581024E-07
+ -2.32557996541586562E-07 -2.53129346384340407E-07 -2.73892030007705649E-07
+ -2.94847827003974466E-07 -3.15998533517395514E-07 -3.37345962398126664E-07
+ -3.58891943357613671E-07 -3.80638323125417737E-07 -4.02586965607501515E-07
+ -4.24739752045985449E-07 -4.47098581180391350E-07 -4.69665369410386225E-07
+ -4.92442050960037525E-07 -5.15430578043598198E-07 -5.38632921032834393E-07
+ -5.62051068625906145E-07 -5.85687028017821909E-07 -6.09542825072477930E-07
+ -6.33620504496295563E-07 -6.57922130013477567E-07 -6.82449784542890081E-07
+ -7.07205570376593563E-07 -7.32191609360030620E-07 -7.57410043073893514E-07
+ -7.82863033017681178E-07 -8.08552760794962368E-07 -8.34481428300364114E-07
+ -8.60651257908299027E-07 -8.87064492663446913E-07 -9.13723396473008069E-07
+ -9.40630254300746666E-07 -9.67787372362835254E-07 -9.95197078325525991E-07
+ -1.02286172150465454E-06 -1.05078367306700425E-06 -1.07896532623354198E-06
+ -1.10740909648454196E-06 -1.13611742176661924E-06 -1.16509276270169022E-06
+ -1.19433760279787515E-06 -1.22385444866236174E-06 -1.25364583021624769E-06
+ -1.28371430091138615E-06 -1.31406243794924193E-06 -1.34469284250178919E-06
+ -1.37560813993445712E-06 -1.40681098003115603E-06 -1.43830403722139301E-06
+ -1.47009001080949593E-06 -1.50217162520598071E-06 -1.53455163016105736E-06
+ -1.56723280100031751E-06 -1.60021793886261073E-06 -1.63350987094012941E-06
+ -1.66711145072073686E-06 -1.70102555823253539E-06 -1.73525510029072363E-06
+ -1.76980301074673757E-06 -1.80467225073971767E-06 -1.83986580895030914E-06
+ -1.87538670185682635E-06 -1.91123797399379836E-06 -1.94742269821291756E-06
+ -1.98394397594641970E-06 -2.02080493747290972E-06 -2.05800874218566177E-06
+ -2.09555857886341179E-06 -2.13345766594367607E-06 -2.17170925179860309E-06
+ -2.21031661501339674E-06 -2.24928306466732620E-06 -2.28861194061735329E-06
+ -2.32830661378439186E-06 -2.36837048644223499E-06 -2.40880699250916810E-06
+ -2.44961959784229216E-06 -2.49081180053458745E-06 -2.53238713121474032E-06
+ -2.57434915334975130E-06 -2.61670146355037214E-06 -2.65944769187936949E-06
+ -2.70259150216266045E-06 -2.74613659230334920E-06 -2.79008669459867398E-06
+ -2.83444557605990563E-06 -2.87921703873522552E-06 -2.92440492003560076E-06
+ -2.97001309306369381E-06 -3.01604546694583000E-06 -3.06250598716705239E-06
+ -3.10939863590929586E-06 -3.15672743239270245E-06 -3.20449643322011301E-06
+ -3.25270973272476241E-06 -3.30137146332121457E-06 -3.35048579585954720E-06
+ -3.40005693998284794E-06 -3.45008914448802207E-06 -3.50058669768996500E-06
+ -3.55155392778911735E-06 -3.60299520324243833E-06 -3.65491493313783492E-06
+ -3.70731756757206524E-06 -3.76020759803216168E-06 -3.81358955778040441E-06
+ -3.86746802224286898E-06 -3.92184760940159155E-06 -3.97673298019038438E-06
+ -4.03212883889432503E-06 -4.08803993355296893E-06 -4.14447105636730728E-06
+ -4.20142704411051109E-06 -4.25891277854250044E-06 -4.31693318682836351E-06
+ -4.37549324196066349E-06 -4.43459796318568846E-06 -4.49425241643365088E-06
+ -4.55446171475289371E-06 -4.61523101874814095E-06 -4.67656553702281236E-06
+ -4.73847052662545977E-06 -4.80095129350035644E-06 -4.86401319294227580E-06
+ -4.92766163005549696E-06 -4.99190206021708424E-06 -5.05673998954447142E-06
+ -5.12218097536740052E-06 -5.18823062670424147E-06 -5.25489460474275195E-06
+ -5.32217862332530524E-06 -5.39008844943862097E-06 -5.45862990370806732E-06
+ -5.52780886089655578E-06 -5.59763125040806326E-06 -5.66810305679585952E-06
+ -5.73923032027544232E-06 -5.81101913724224909E-06 -5.88347566079419237E-06
+ -5.95660610125904540E-06 -6.03041672672673373E-06 -6.10491386358658957E-06
+ -6.18010389706957484E-06 -6.25599327179558475E-06 -6.33258849232581918E-06
+ -6.40989612372028532E-06 -6.48792279210050877E-06 -6.56667518521745987E-06
+ -6.64616005302476792E-06 -6.72638420825726422E-06 -6.80735452701492063E-06
+ -6.88907794935219311E-06 -6.97156147987287085E-06 -7.05481218833044571E-06
+ -7.13883721023406764E-06 -7.22364374746013725E-06 -7.30923906886958784E-06
+ -7.39563051093090689E-06 -7.48282547834894798E-06 -7.57083144469961081E-06
+ -7.65965595307038706E-06 -7.74930661670690822E-06 -7.83979111966547182E-06
+ -7.93111721747165617E-06 -8.02329273778504636E-06 -8.11632558107016911E-06
+ -8.21022372127363287E-06 -8.30499520650759199E-06 -8.40064815973955503E-06
+ -8.49719077948861715E-06 -8.59463134052816191E-06 -8.69297819459509901E-06
+ -8.79223977110571038E-06 -8.89242457787813206E-06 -8.99354120186157164E-06
+ -9.09559830987231212E-06 -9.19860464933654963E-06 -9.30256904904014465E-06
+ -9.40750041988534262E-06 -9.51340775565454695E-06 -9.62030013378117824E-06
+ -9.72818671612771475E-06 -9.83707674977096309E-06 -9.94697956779463370E-06
+ -1.00579045900892957E-05 -1.01698613241597637E-05 -1.02828593659399941E-05
+ -1.03969084006155612E-05 -1.05120182034537932E-05 -1.06281986406416066E-05
+ -1.07454596701311752E-05 -1.08638113424933992E-05 -1.09832638017793811E-05
+ -1.11038272863898702E-05 -1.12255121299528153E-05 -1.13483287622090547E-05
+ -1.14722877099062783E-05 -1.15973995977012817E-05 -1.17236751490706083E-05
+ -1.18511251872296848E-05 -1.19797606360604849E-05 -1.21095925210478094E-05
+ -1.22406319702243289E-05 -1.23728902151243448E-05 -1.25063785917464810E-05
+ -1.26411085415252836E-05 -1.27770916123119068E-05 -1.29143394593638509E-05
+ -1.30528638463439914E-05 -1.31926766463288285E-05 -1.33337898428261438E-05
+ -1.34762155308021301E-05 -1.36199659177180544E-05 -1.37650533245765722E-05
+ -1.39114901869777931E-05 -1.40592890561851262E-05 -1.42084626002010588E-05
+ -1.43590236048529755E-05 -1.45109849748890233E-05 -1.46643597350841831E-05
+ -1.48191610313566705E-05 -1.49754021318946421E-05 -1.51330964282934666E-05
+ -1.52922574367035145E-05 -1.54528987989886458E-05 -1.56150342838954540E-05
+ -1.57786777882334267E-05 -1.59438433380660474E-05 -1.61105450899129683E-05
+ -1.62787973319634022E-05 -1.64486144853007597E-05 -1.66200111051387271E-05
+ -1.67930018820687603E-05 -1.69676016433192934E-05 -1.71438253540265328E-05
+ -1.73216881185171797E-05 -1.75012051816030319E-05 -1.76823919298876136E-05
+ -1.78652638930849888E-05 -1.80498367453508463E-05 -1.82361263066259244E-05
+ -1.84241485439919551E-05 -1.86139195730402522E-05 -1.88054556592529579E-05
+ -1.89987732193971912E-05 -1.91938888229321526E-05 -1.93908191934293106E-05
+ -1.95895812100057605E-05 -1.97901919087710352E-05 -1.99926684842871828E-05
+ -2.01970282910426212E-05 -2.04032888449395515E-05 -2.06114678247953039E-05
+ -2.08215830738575808E-05 -2.10336526013338362E-05 -2.12476945839348578E-05
+ -2.14637273674327177E-05 -2.16817694682332046E-05 -2.19018395749628925E-05
+ -2.21239565500709411E-05 -2.23481394314458510E-05 -2.25744074340472016E-05
+ -2.28027799515525817E-05 -2.30332765580198435E-05 -2.32659170095648351E-05
+ -2.35007212460547136E-05 -2.37377093928169768E-05 -2.39769017623644827E-05
+ -2.42183188561364143E-05 -2.44619813662555135E-05 -2.47079101773015820E-05
+ -2.49561263681015802E-05 -2.52066512135362502E-05 -2.54595061863636593E-05
+ -2.57147129590596266E-05 -2.59722934056753369E-05 -2.62322696037121162E-05
+ -2.64946638360137849E-05 -2.67594985926764864E-05 -2.70267965729764257E-05
+ -2.72965806873153517E-05 -2.75688740591842877E-05 -2.78437000271454467E-05
+ -2.81210821468326311E-05 -2.84010441929701872E-05 -2.86836101614107864E-05
+ -2.89688042711921031E-05 -2.92566509666126852E-05 -2.95471749193270800E-05
+ -2.98404010304605000E-05 -3.01363544327430841E-05 -3.04350604926640692E-05
+ -3.07365448126460048E-05 -3.10408332332391072E-05 -3.13479518353361453E-05
+ -3.16579269424078255E-05 -3.19707851227589887E-05 -3.22865531918058624E-05
+ -3.26052582143743992E-05 -3.29269275070200363E-05 -3.32515886403690299E-05
+ -3.35792694414815621E-05 -3.39099979962368631E-05 -3.42438026517404188E-05
+ -3.45807120187536807E-05 -3.49207549741463010E-05 -3.52639606633712240E-05
+ -3.56103585029627419E-05 -3.59599781830578479E-05 -3.63128496699410006E-05
+ -3.66690032086125722E-05 -3.70284693253811149E-05 -3.73912788304799605E-05
+ -3.77574628207078154E-05 -3.81270526820942109E-05 -3.85000800925896385E-05
+ -3.88765770247806369E-05 -3.92565757486302476E-05 -3.96401088342438835E-05
+ -4.00272091546609586E-05 -4.04179098886724730E-05 -4.08122445236648202E-05
+ -4.12102468584899756E-05 -4.16119510063624710E-05 -4.20173913977833186E-05
+ -4.24266027834909514E-05 -4.28396202374398865E-05 -4.32564791598069050E-05
+ -4.36772152800252132E-05 -4.41018646598468790E-05 -4.45304636964336897E-05
+ -4.49630491254768557E-05 -4.53996580243456075E-05 -4.58403278152651691E-05
+ -4.62850962685242207E-05 -4.67340015057123064E-05 -4.71870820029871582E-05
+ -4.76443765943726703E-05 -4.81059244750872838E-05 -4.85717652049035031E-05
+ -4.90419387115386630E-05 -4.95164852940770033E-05 -4.99954456264240044E-05
+ -5.04788607607923684E-05 -5.09667721312207159E-05 -5.14592215571249920E-05
+ -5.19562512468827909E-05 -5.24579038014511427E-05 -5.29642222180178344E-05
+ -5.34752498936867359E-05 -5.39910306291974869E-05 -5.45116086326796558E-05
+ -5.50370285234418432E-05 -5.55673353357960829E-05 -5.61025745229177917E-05
+ -5.66427919607415922E-05 -5.71880339518933685E-05 -5.77383472296589951E-05
+ -5.82937789619897794E-05 -5.88543767555453569E-05 -5.94201886597740724E-05
+ -5.99912631710314306E-05 -6.05676492367366218E-05 -6.11493962595680392E-05
+ -6.17365541016974339E-05 -6.23291730890638667E-05 -6.29273040156870441E-05
+ -6.35309981480209387E-05 -6.41403072293480201E-05 -6.47552834842140754E-05
+ -6.53759796229045140E-05 -6.60024488459621974E-05 -6.66347448487473635E-05
+ -6.72729218260397931E-05 -6.79170344766840610E-05 -6.85671380082776804E-05
+ -6.92232881419031575E-05 -6.98855411169037392E-05 -7.05539536957039117E-05
+ -7.12285831686744865E-05 -7.19094873590429390E-05 -7.25967246278496481E-05
+ -7.32903538789500672E-05 -7.39904345640632973E-05 -7.46970266878679189E-05
+ -7.54101908131449050E-05 -7.61299880659687268E-05 -7.68564801409463269E-05
+ -7.75897293065051259E-05 -7.83297984102301296E-05 -7.90767508842506514E-05
+ -7.98306507506770722E-05 -8.05915626270883661E-05 -8.13595517320705037E-05
+ -8.21346838908063140E-05 -8.29170255407175503E-05 -8.37066437371592690E-05
+ -8.45036061591671994E-05 -8.53079811152585905E-05 -8.61198375492870253E-05
+ -8.69392450463517155E-05 -8.77662738387615483E-05 -8.86009948120549702E-05
+ -8.94434795110755443E-05 -9.02938001461042110E-05 -9.11520295990483887E-05
+ -9.20182414296888347E-05 -9.28925098819846743E-05 -9.37749098904366369E-05
+ -9.46655170865099923E-05 -9.55644078051168868E-05 -9.64716590911591642E-05
+ -9.73873487061319165E-05 -9.83115551347885487E-05 -9.92443575918677790E-05
+ -1.00185836028883170E-04 -1.01136071140975884E-04 -1.02095144373831199E-04
+ -1.03063137930659216E-04 -1.04040134779240638E-04 -1.05026218659038067E-04
+ -1.06021474088373248E-04 -1.07025986371671501E-04 -1.08039841606772839E-04
+ -1.09063126692311897E-04 -1.10095929335165919E-04 -1.11138338057972260E-04
+ -1.12190442206715657E-04 -1.13252331958386336E-04 -1.14324098328709011E-04
+ -1.15405833179944021E-04 -1.16497629228760966E-04 -1.17599580054185480E-04
+ -1.18711780105619949E-04 -1.19834324710939077E-04 -1.20967310084660229E-04
+ -1.22110833336190399E-04 -1.23264992478149216E-04 -1.24429886434770161E-04
+ -1.25605615050378996E-04 -1.26792279097951728E-04 -1.27989980287752025E-04
+ -1.29198821276048842E-04 -1.30418905673915160E-04 -1.31650338056108634E-04
+ -1.32893223970034850E-04 -1.34147669944793829E-04 -1.35413783500310772E-04
+ -1.36691673156551696E-04 -1.37981448442824859E-04 -1.39283219907168458E-04
+ -1.40597099125825992E-04 -1.41923198712809516E-04 -1.43261632329551888E-04
+ -1.44612514694648735E-04 -1.45975961593691376E-04 -1.47352089889190500E-04
+ -1.48741017530592840E-04 -1.50142863564390922E-04 -1.51557748144326085E-04
+ -1.52985792541687510E-04 -1.54427119155706356E-04 -1.55881851524046635E-04
+ -1.57350114333393775E-04 -1.58832033430141630E-04 -1.60327735831178986E-04
+ -1.61837349734776339E-04 -1.63361004531573654E-04 -1.64898830815670837E-04
+ -1.66450960395820875E-04 -1.68017526306727435E-04 -1.69598662820447398E-04
+ -1.71194505457899332E-04 -1.72805191000479209E-04 -1.74430857501784174E-04
+ -1.76071644299444961E-04 -1.77727692027068951E-04 -1.79399142626293840E-04
+ -1.81086139358953719E-04 -1.82788826819358069E-04 -1.84507350946685165E-04
+ -1.86241859037490658E-04 -1.87992499758332345E-04 -1.89759423158512906E-04
+ -1.91542780682940253E-04 -1.93342725185108435E-04 -1.95159410940198678E-04
+ -1.96992993658302450E-04 -1.98843630497767690E-04 -2.00711480078668777E-04
+ -2.02596702496402043E-04 -2.04499459335407785E-04 -2.06419913683019926E-04
+ -2.08358230143444083E-04 -2.10314574851866215E-04 -2.12289115488692041E-04
+ -2.14282021293919122E-04 -2.16293463081642799E-04 -2.18323613254696512E-04
+ -2.20372645819428680E-04 -2.22440736400617126E-04 -2.24528062256521840E-04
+ -2.26634802294078150E-04 -2.28761137084230619E-04 -2.30907248877410302E-04
+ -2.33073321619155634E-04 -2.35259540965878137E-04 -2.37466094300775663E-04
+ -2.39693170749892927E-04 -2.41940961198331653E-04 -2.44209658306611757E-04
+ -2.46499456527184016E-04 -2.48810552121097131E-04 -2.51143143174819390E-04
+ -2.53497429617216574E-04 -2.55873613236688258E-04 -2.58271897698463275E-04
+ -2.60692488562055914E-04 -2.63135593298884584E-04 -2.65601421310054518E-04
+ -2.68090183944305713E-04 -2.70602094516127504E-04 -2.73137368324042284E-04
+ -2.75696222669058835E-04 -2.78278876873297139E-04 -2.80885552298786923E-04
+ -2.83516472366440655E-04 -2.86171862575203262E-04 -2.88851950521379667E-04
+ -2.91556965918142127E-04 -2.94287140615219511E-04 -2.97042708618769043E-04
+ -2.99823906111433178E-04 -3.02630971472583118E-04 -3.05464145298750219E-04
+ -3.08323670424248122E-04 -3.11209791941985739E-04 -3.14122757224474922E-04
+ -3.17062815945032576E-04 -3.20030220099180212E-04 -3.23025224026243037E-04
+ -3.26048084431149470E-04 -3.29099060406433180E-04 -3.32178413454440528E-04
+ -3.35286407509743792E-04 -3.38423308961763422E-04 -3.41589386677600148E-04
+ -3.44784912025079967E-04 -3.48010158896013477E-04 -3.51265403729670753E-04
+ -3.54550925536475719E-04 -3.57867005921919795E-04 -3.61213929110699061E-04
+ -3.64591981971074596E-04 -3.68001454039460776E-04 -3.71442637545241195E-04
+ -3.74915827435816449E-04 -3.78421321401883122E-04 -3.81959419902950159E-04
+ -3.85530426193090832E-04 -3.89134646346934760E-04 -3.92772389285902287E-04
+ -3.96443966804681464E-04 -4.00149693597952869E-04 -4.03889887287361905E-04
+ -4.07664868448742409E-04 -4.11474960639592719E-04 -4.15320490426809733E-04
+ -4.19201787414677149E-04 -4.23119184273116635E-04 -4.27073016766201527E-04
+ -4.31063623780934813E-04 -4.35091347356295771E-04 -4.39156532712555825E-04
+ -4.43259528280867557E-04 -4.47400685733129113E-04 -4.51580360012125942E-04
+ -4.55798909361953132E-04 -4.60056695358720610E-04 -4.64354082941543925E-04
+ -4.68691440443823424E-04 -4.73069139624813725E-04 -4.77487555701488369E-04
+ -4.81947067380698283E-04 -4.86448056891632249E-04 -4.90990910018576838E-04
+ -4.95576016133982564E-04 -5.00203768231837474E-04 -5.04874562961349187E-04
+ -5.09588800660943416E-04 -5.14346885392576799E-04 -5.19149224976368047E-04
+ -5.23996231025553169E-04 -5.28888318981764432E-04 -5.33825908150638490E-04
+ -5.38809421737754431E-04 -5.43839286884906844E-04 -5.48915934706716837E-04
+ -5.54039800327581428E-04 -5.59211322918970097E-04 -5.64430945737063954E-04
+ -5.69699116160748780E-04 -5.75016285729959466E-04 -5.80382910184380502E-04
+ -5.85799449502509019E-04 -5.91266367941077685E-04 -5.96784134074847738E-04
+ -6.02353220836769577E-04 -6.07974105558517172E-04 -6.13647270011401301E-04
+ -6.19373200447661176E-04 -6.25152387642141281E-04 -6.30985326934355270E-04
+ -6.36872518270941703E-04 -6.42814466248513880E-04 -6.48811680156908990E-04
+ -6.54864674022838963E-04 -6.60973966653947346E-04 -6.67140081683275797E-04
+ -6.73363547614145501E-04 -6.79644897865453184E-04 -6.85984670817391920E-04
+ -6.92383409857593910E-04 -6.98841663427704550E-04 -7.05359985070389212E-04
+ -7.11938933476776521E-04 -7.18579072534343338E-04 -7.25280971375245019E-04
+ -7.32045204425096387E-04 -7.38872351452203612E-04 -7.45762997617256673E-04
+ -7.52717733523482701E-04 -7.59737155267265971E-04 -7.66821864489238112E-04
+ -7.73972468425845905E-04 -7.81189579961394506E-04 -7.88473817680578558E-04
+ -7.95825805921500330E-04 -8.03246174829180077E-04 -8.10735560409565903E-04
+ -8.18294604584044512E-04 -8.25923955244459921E-04 -8.33624266308641954E-04
+ -8.41396197776454725E-04 -8.49240415786362609E-04 -8.57157592672524115E-04
+ -8.65148407022418202E-04 -8.73213543735002623E-04 -8.81353694079416205E-04
+ -8.89569555754227354E-04 -8.97861832947231494E-04 -9.06231236395806106E-04
+ -9.14678483447826300E-04 -9.23204298123147539E-04 -9.31809411175660166E-04
+ -9.40494560155920615E-04 -9.49260489474364959E-04 -9.58107950465111055E-04
+ -9.67037701450353983E-04 -9.76050507805359402E-04 -9.85147142024062018E-04
+ -9.94328383785275747E-04 -1.00359502001951505E-03 -1.01294784497644379E-03
+ -1.02238766029294622E-03 -1.03191527506183399E-03 -1.04153150590119122E-03
+ -1.05123717702436457E-03 -1.06103312031060270E-03 -1.07092017537635661E-03
+ -1.08089918964723842E-03 -1.09097101843065310E-03 -1.10113652498910293E-03
+ -1.11139658061417583E-03 -1.12175206470121894E-03 -1.13220386482471166E-03
+ -1.14275287681433373E-03 -1.15340000483174412E-03 -1.16414616144807454E-03
+ -1.17499226772214125E-03 -1.18593925327938467E-03 -1.19698805639154612E-03
+ -1.20813962405708162E-03 -1.21939491208232498E-03 -1.23075488516340625E-03
+ -1.24222051696893190E-03 -1.25379279022343323E-03 -1.26547269679159070E-03
+ -1.27726123776324249E-03 -1.28915942353918312E-03 -1.30116827391775968E-03
+ -1.31328881818227271E-03 -1.32552209518919353E-03 -1.33786915345719399E-03
+ -1.35033105125701618E-03 -1.36290885670216485E-03 -1.37560364784045271E-03
+ -1.38841651274639153E-03 -1.40134854961444658E-03 -1.41440086685315578E-03
+ -1.42757458318012336E-03 -1.44087082771789847E-03 -1.45429074009074586E-03
+ -1.46783547052231579E-03 -1.48150617993421884E-03 -1.49530404004552509E-03
+ -1.50923023347318032E-03 -1.52328595383336091E-03 -1.53747240584377006E-03
+ -1.55179080542688442E-03 -1.56624237981416278E-03 -1.58082836765122007E-03
+ -1.59555001910398429E-03 -1.61040859596583703E-03 -1.62540537176575112E-03
+ -1.64054163187743289E-03 -1.65581867362948323E-03 -1.67123780641657577E-03
+ -1.68680035181167877E-03 -1.70250764367930909E-03 -1.71836102828984969E-03
+ -1.73436186443492297E-03 -1.75051152354383931E-03 -1.76681138980113004E-03
+ -1.78326286026517103E-03 -1.79986734498790903E-03 -1.81662626713570310E-03
+ -1.83354106311128828E-03 -1.85061318267687328E-03 -1.86784408907838422E-03
+ -1.88523525917086193E-03 -1.90278818354502389E-03 -1.92050436665500862E-03
+ -1.93838532694730011E-03 -1.95643259699085619E-03 -1.97464772360844655E-03
+ -1.99303226800920863E-03 -2.01158780592243947E-03 -2.03031592773262725E-03
+ -2.04921823861574717E-03 -2.06829635867680902E-03 -2.08755192308870312E-03
+ -2.10698658223231828E-03 -2.12660200183797683E-03 -2.14639986312817506E-03
+ -2.16638186296165677E-03 -2.18654971397882212E-03 -2.20690514474849216E-03
+ -2.22744989991603476E-03 -2.24818574035286689E-03 -2.26911444330734962E-03
+ -2.29023780255708858E-03 -2.31155762856263781E-03 -2.33307574862264824E-03
+ -2.35479400703045077E-03 -2.37671426523209132E-03 -2.39883840198584254E-03
+ -2.42116831352319267E-03 -2.44370591371133533E-03 -2.46645313421716686E-03
+ -2.48941192467280704E-03 -2.51258425284266390E-03 -2.53597210479204315E-03
+ -2.55957748505733322E-03 -2.58340241681776677E-03 -2.60744894206878068E-03
+ -2.63171912179698811E-03 -2.65621503615677285E-03 -2.68093878464853268E-03
+ -2.70589248629857226E-03 -2.73107827984067067E-03 -2.75649832389933706E-03
+ -2.78215479717476826E-03 -2.80804989862953056E-03 -2.83418584767696196E-03
+ -2.86056488437134819E-03 -2.88718926959984383E-03 -2.91406128527619277E-03
+ -2.94118323453623851E-03 -2.96855744193525849E-03 -2.99618625364712985E-03
+ -3.02407203766534528E-03 -3.05221718400589806E-03 -3.08062410491204966E-03
+ -3.10929523506100515E-03 -3.13823303177250589E-03 -3.16743997521936119E-03
+ -3.19691856863993156E-03 -3.22667133855259955E-03 -3.25670083497221719E-03
+ -3.28700963162857586E-03 -3.31760032618689865E-03 -3.34847554047039290E-03
+ -3.37963792068484955E-03 -3.41109013764535896E-03 -3.44283488700510096E-03
+ -3.47487488948628300E-03 -3.50721289111322054E-03 -3.53985166344756783E-03
+ -3.57279400382575722E-03 -3.60604273559862309E-03 -3.63960070837326607E-03
+ -3.67347079825715468E-03 -3.70765590810450199E-03 -3.74215896776492569E-03
+ -3.77698293433441704E-03 -3.81213079240864906E-03 -3.84760555433862365E-03
+ -3.88341026048871166E-03 -3.91954797949706658E-03 -3.95602180853848063E-03
+ -3.99283487358966308E-03 -4.02999032969699519E-03 -4.06749136124676027E-03
+ -4.10534118223789424E-03 -4.14354303655726283E-03 -4.18210019825749572E-03
+ -4.22101597183739598E-03 -4.26029369252496886E-03 -4.29993672656305611E-03
+ -4.33994847149764273E-03 -4.38033235646882561E-03 -4.42109184250448917E-03
+ -4.46223042281671759E-03 -4.50375162310093745E-03 -4.54565900183784895E-03
+ -4.58795615059816916E-03 -4.63064669435018367E-03 -4.67373429177017109E-03
+ -4.71722263555570016E-03 -4.76111545274183427E-03 -4.80541650502027198E-03
+ -4.85012958906144969E-03 -4.89525853683963393E-03 -4.94080721596103483E-03
+ -4.98677952999495092E-03 -5.03317941880800090E-03 -5.08001085890144848E-03
+ -5.12727786375165914E-03 -5.17498448415371678E-03 -5.22313480856822793E-03
+ -5.27173296347134210E-03 -5.32078311370801516E-03 -5.37028946284855927E-03
+ -5.42025625354849126E-03 -5.47068776791172478E-03 -5.52158832785712428E-03
+ -5.57296229548846257E-03 -5.62481407346781398E-03 -5.67714810539239265E-03
+ -5.72996887617491582E-03 -5.78328091242745305E-03 -5.83708878284887409E-03
+ -5.89139709861586074E-03 -5.94621051377756081E-03 -6.00153372565387627E-03
+ -6.05737147523748628E-03 -6.11372854759955307E-03 -6.17060977229920687E-03
+ -6.22802002379682380E-03 -6.28596422187114017E-03 -6.34444733204021002E-03
+ -6.40347436598630131E-03 -6.46305038198467709E-03 -6.52318048533640036E-03
+ -6.58386982880511309E-03 -6.64512361305787287E-03 -6.70694708711008086E-03
+ -6.76934554877450800E-03 -6.83232434511450454E-03 -6.89588887290138938E-03
+ -6.96004457907608599E-03 -7.02479696121501365E-03 -7.09015156800031458E-03
+ -7.15611399969441793E-03 -7.22268990861900644E-03 -7.28988499963839978E-03
+ -7.35770503064743075E-03 -7.42615581306383093E-03 -7.49524321232514831E-03
+ -7.56497314839030439E-03 -7.63535159624575792E-03 -7.70638458641635226E-03
+ -7.77807820548091430E-03 -7.85043859659258214E-03 -7.92347196000396138E-03
+ -7.99718455359719853E-03 -8.07158269341880230E-03 -8.14667275421956071E-03
+ -8.22246116999937604E-03 -8.29895443455714622E-03 -8.37615910204573232E-03
+ -8.45408178753204349E-03 -8.53272916756230189E-03 -8.61210798073253937E-03
+ -8.69222502826432972E-03 -8.77308717458588454E-03 -8.85470134791846962E-03
+ -8.93707454086826482E-03 -9.02021381102367098E-03 -9.10412628155813849E-03
+ -9.18881914183854870E-03 -9.27429964803922272E-03 -9.36057512376156989E-03
+ -9.44765296065948681E-03 -9.53554061907049312E-03 -9.62424562865269416E-03
+ -9.71377558902762790E-03 -9.80413817042901335E-03 -9.89534111435751845E-03
+ -9.98739223424150412E-03 -1.00802994161039057E-02 -1.01740706192352311E-02
+ -1.02687138768727659E-02 -1.03642372968860245E-02 -1.04606490624685224E-02
+ -1.05579574328358936E-02 -1.06561707439304723E-02 -1.07552974091323084E-02
+ -1.08553459199767586E-02 -1.09563248468786574E-02 -1.10582428398631645E-02
+ -1.11611086293033068E-02 -1.12649310266643293E-02 -1.13697189252548268E-02
+ -1.14754813009848751E-02 -1.15822272131310133E-02 -1.16899658051083342E-02
+ -1.17987063052496094E-02 -1.19084580275916063E-02 -1.20192303726685702E-02
+ -1.21310328283130466E-02 -1.22438749704639870E-02 -1.23577664639822980E-02
+ -1.24727170634738576E-02 -1.25887366141200704E-02 -1.27058350525160301E-02
+ -1.28240224075163584E-02 -1.29433088010887896E-02 -1.30637044491755724E-02
+ -1.31852196625627145E-02 -1.33078648477572403E-02 -1.34316505078724401E-02
+ -1.35565872435211773E-02 -1.36826857537174010E-02 -1.38099568367858940E-02
+ -1.39384113912803149E-02 -1.40680604169095818E-02 -1.41989150154727996E-02
+ -1.43309863918026151E-02 -1.44642858547172556E-02 -1.45988248179811861E-02
+ -1.47346148012745502E-02 -1.48716674311714283E-02 -1.50099944421270039E-02
+ -1.51496076774737289E-02 -1.52905190904265142E-02 -1.54327407450970747E-02
+ -1.55762848175175408E-02 -1.57211635966732696E-02 -1.58673894855451414E-02
+ -1.60149750021612164E-02 -1.61639327806580371E-02 -1.63142755723514402E-02
+ -1.64660162468171778E-02 -1.66191677929812473E-02 -1.67737433202201462E-02
+ -1.69297560594710468E-02 -1.70872193643520423E-02 -1.72461467122924893E-02
+ -1.74065517056735883E-02 -1.75684480729792758E-02 -1.77318496699574134E-02
+ -1.78967704807915899E-02 -1.80632246192833669E-02 -1.82312263300452269E-02
+ -1.84007899897042637E-02 -1.85719301081166931E-02 -1.87446613295932721E-02
+ -1.89189984341357441E-02 -1.90949563386843824E-02 -1.92725500983767471E-02
+ -1.94517949078176697E-02 -1.96327061023607030E-02 -1.98152991594009904E-02
+ -1.99995896996796874E-02 -2.01855934886001065E-02 -2.03733264375555827E-02
+ -2.05628046052691825E-02 -2.07540441991453870E-02 -2.09470615766338304E-02
+ -2.11418732466051480E-02 -2.13384958707390666E-02 -2.15369462649249097E-02
+ -2.17372414006744528E-02 -2.19393984065473467E-02 -2.21434345695891849E-02
+ -2.23493673367823227E-02 -2.25572143165094947E-02 -2.27669932800304529E-02
+ -2.29787221629715148E-02 -2.31924190668283819E-02 -2.34081022604821359E-02
+ -2.36257901817286016E-02 -2.38455014388211581E-02 -2.40672548120271119E-02
+ -2.42910692551976878E-02 -2.45169638973518449E-02 -2.47449580442739327E-02
+ -2.49750711801252842E-02 -2.52073229690699223E-02 -2.54417332569144457E-02
+ -2.56783220727622059E-02 -2.59171096306818304E-02 -2.61581163313902888E-02
+ -2.64013627639505671E-02 -2.66468697074840333E-02 -2.68946581328976080E-02
+ -2.71447492046258676E-02 -2.73971642823882255E-02 -2.76519249229611498E-02
+ -2.79090528819657402E-02 -2.81685701156705534E-02 -2.84304987828099473E-02
+ -2.86948612464180026E-02 -2.89616800756780264E-02 -2.92309780477879519E-02
+ -2.95027781498415180E-02 -2.97771035807255398E-02 -3.00539777530331592E-02
+ -3.03334242949934371E-02 -3.06154670524171092E-02 -3.09001300906589053E-02
+ -3.11874376965962478E-02 -3.14774143806246867E-02 -3.17700848786699949E-02
+ -3.20654741542171703E-02 -3.23636074003562507E-02 -3.26645100418453405E-02
+ -3.29682077371906412E-02 -3.32747263807437743E-02 -3.35840921048164709E-02
+ -3.38963312818127138E-02 -3.42114705263783653E-02 -3.45295366975685095E-02
+ -3.48505569010325381E-02 -3.51745584912170131E-02 -3.55015690735865086E-02
+ -3.58316165068625694E-02 -3.61647289052806076E-02 -3.65009346408651861E-02
+ -3.68402623457236011E-02 -3.71827409143576995E-02 -3.75283995059944656E-02
+ -3.78772675469348855E-02 -3.82293747329217129E-02 -3.85847510315259073E-02
+ -3.89434266845518351E-02 -3.93054322104614134E-02 -3.96707984068173716E-02
+ -4.00395563527453785E-02 -4.04117374114154743E-02 -4.07873732325425634E-02
+ -4.11664957549063848E-02 -4.15491372088906755E-02 -4.19353301190417554E-02
+ -4.23251073066467504E-02 -4.27185018923311316E-02 -4.31155472986760463E-02
+ -4.35162772528551525E-02 -4.39207257892913067E-02 -4.43289272523327560E-02
+ -4.47409162989495096E-02 -4.51567279014490827E-02 -4.55763973502125441E-02
+ -4.59999602564501037E-02 -4.64274525549769543E-02 -4.68589105070087927E-02
+ -4.72943707029775534E-02 -4.77338700653670081E-02 -4.81774458515683707E-02
+ -4.86251356567560383E-02 -4.90769774167831990E-02 -4.95330094110976241E-02
+ -4.99932702656772018E-02 -5.04577989559859413E-02 -5.09266348099493699E-02
+ -5.13998175109503797E-02 -5.18773871008446560E-02 -5.23593839829962840E-02
+ -5.28458489253328667E-02 -5.33368230634208018E-02 -5.38323479035598476E-02
+ -5.43324653258979023E-02 -5.48372175875648585E-02 -5.53466473258262953E-02
+ -5.58607975612565311E-02 -5.63797117009308055E-02 -5.69034335416371481E-02
+ -5.74320072731067388E-02 -5.79654774812637663E-02 -5.85038891514939180E-02
+ -5.90472876719315698E-02 -5.95957188367655794E-02 -6.01492288495634672E-02
+ -6.07078643266138196E-02 -6.12716723002866212E-02 -6.18407002224116500E-02
+ -6.24149959676741153E-02 -6.29946078370282325E-02 -6.35795845611273197E-02
+ -6.41699753037713733E-02 -6.47658296653710192E-02 -6.53671976864278054E-02
+ -6.59741298510306828E-02 -6.65866770903683347E-02 -6.72048907862567296E-02
+ -6.78288227746820099E-02 -6.84585253493580764E-02 -6.90940512652985367E-02
+ -6.97354537424026560E-02 -7.03827864690550059E-02 -7.10361036057381018E-02
+ -7.16954597886580169E-02 -7.23609101333819865E-02 -7.30325102384879882E-02
+ -7.37103161892255776E-02 -7.43943845611873128E-02 -7.50847724239905312E-02
+ -7.57815373449686747E-02 -7.64847373928716628E-02 -7.71944311415746626E-02
+ -7.79106776737945317E-02 -7.86335365848134238E-02 -7.93630679862087351E-02
+ -8.00993325095886999E-02 -8.08423913103328978E-02 -8.15923060713367870E-02
+ -8.23491390067595391E-02 -8.31129528657744282E-02 -8.38838109363205797E-02
+ -8.46617770488555660E-02 -8.54469155801071828E-02 -8.62392914568252539E-02
+ -8.70389701595290638E-02 -8.78460177262532643E-02 -8.86605007562883546E-02
+ -8.94824864139159154E-02 -9.03120424321368076E-02 -9.11492371163917514E-02
+ -9.19941393482720665E-02 -9.28468185892206560E-02 -9.37073448842201673E-02
+ -9.45757888654686768E-02 -9.54522217560400676E-02 -9.63367153735282949E-02
+ -9.72293421336738878E-02 -9.81301750539712164E-02 -9.90392877572543323E-02
+ -9.99567544752602427E-02 -1.00882650052167802E-01 -1.01817049948109944E-01
+ -1.02760030242657882E-01 -1.03711667638274899E-01 -1.04672039463738265E-01
+ -1.05641223677526389E-01 -1.06619298871169998E-01 -1.07606344272564311E-01
+ -1.08602439749240332E-01 -1.09607665811593008E-01 -1.10622103616063325E-01
+ -1.11645834968272253E-01 -1.12678942326104051E-01 -1.13721508802735460E-01
+ -1.14773618169609098E-01 -1.15835354859347289E-01 -1.16906803968603923E-01
+ -1.17988051260851268E-01 -1.19079183169098157E-01 -1.20180286798536609E-01
+ -1.21291449929114364E-01 -1.22412761018027699E-01 -1.23544309202133953E-01
+ -1.24686184300277322E-01 -1.25838476815525957E-01 -1.27001277937316054E-01
+ -1.28174679543498315E-01 -1.29358774202283755E-01 -1.30553655174083294E-01
+ -1.31759416413238406E-01 -1.32976152569636463E-01 -1.34203958990207761E-01
+ -1.35442931720298532E-01 -1.36693167504915197E-01 -1.37954763789834983E-01
+ -1.39227818722577473E-01 -1.40512431153231948E-01 -1.41808700635134594E-01
+ -1.43116727425390527E-01 -1.44436612485234178E-01 -1.45768457480222074E-01
+ -1.47112364780252108E-01 -1.48468437459403135E-01 -1.49836779295587114E-01
+ -1.51217494770008593E-01 -1.52610689066423361E-01 -1.54016468070190149E-01
+ -1.55434938367106729E-01 -1.56866207242023908E-01 -1.58310382677229605E-01
+ -1.59767573350593911E-01 -1.61237888633468190E-01 -1.62721438588328798E-01
+ -1.64218333966157287E-01 -1.65728686203547887E-01 -1.67252607419532906E-01
+ -1.68790210412116420E-01 -1.70341608654507953E-01 -1.71906916291043071E-01
+ -1.73486248132784071E-01 -1.75079719652787985E-01 -1.76687446981031226E-01
+ -1.78309546898980764E-01 -1.79946136833798703E-01 -1.81597334852170583E-01
+ -1.83263259653742627E-01 -1.84944030564157952E-01 -1.86639767527677025E-01
+ -1.88350591099371079E-01 -1.90076622436872289E-01 -1.91817983291670158E-01
+ -1.93574795999936600E-01 -1.95347183472867780E-01 -1.97135269186525269E-01
+ -1.98939177171163328E-01 -2.00759032000024623E-01 -2.02594958777588985E-01
+ -2.04447083127258317E-01 -2.06315531178460743E-01 -2.08200429553155569E-01
+ -2.10101905351721879E-01 -2.12020086138211522E-01 -2.13955099924948294E-01
+ -2.15907075156452133E-01 -2.17876140692670583E-01 -2.19862425791494509E-01
+ -2.21866060090539247E-01 -2.23887173588167149E-01 -2.25925896623731581E-01
+ -2.27982359857018119E-01 -2.30056694246859761E-01 -2.32149031028902969E-01
+ -2.34259501692499039E-01 -2.36388237956695835E-01 -2.38535371745305064E-01
+ -2.40701035161016541E-01 -2.42885360458534039E-01 -2.45088480016704968E-01
+ -2.47310526309614170E-01 -2.49551631876612889E-01 -2.51811929291254510E-01
+ -2.54091551129104143E-01 -2.56390629934392322E-01 -2.58709298185480274E-01
+ -2.61047688259103072E-01 -2.63405932393357967E-01 -2.65784162649403133E-01
+ -2.68182510871830093E-01 -2.70601108647677002E-01 -2.73040087264041276E-01
+ -2.75499577664257367E-01 -2.77979710402599167E-01 -2.80480615597467620E-01
+ -2.83002422883023019E-01 -2.85545261359220759E-01 -2.88109259540207607E-01
+ -2.90694545301035723E-01 -2.93301245822648937E-01 -2.95929487535097235E-01
+ -2.98579396058933133E-01 -3.01251096144739827E-01 -3.03944711610748042E-01
+ -3.06660365278485392E-01 -3.09398178906415078E-01 -3.12158273121505181E-01
+ -3.14940767348682149E-01 -3.17745779738110024E-01 -3.20573427090243779E-01
+ -3.23423824778598767E-01 -3.26297086670181258E-01 -3.29193325043518947E-01
+ -3.32112650504235107E-01 -3.35055171898104021E-01 -3.38020996221527037E-01
+ -3.41010228529365467E-01 -3.44022971840066916E-01 -3.47059327038020116E-01
+ -3.50119392773071414E-01 -3.53203265357135643E-01 -3.56311038657831591E-01
+ -3.59442803989075910E-01 -3.62598649998557010E-01 -3.65778662552025846E-01
+ -3.68982924614322527E-01 -3.72211516127068653E-01 -3.75464513882946715E-01
+ -3.78741991396492561E-01 -3.82044018771319882E-01 -3.85370662563699840E-01
+ -3.88721985642413670E-01 -3.92098047044799669E-01 -3.95498901828907012E-01
+ -3.98924600921680639E-01 -4.02375190963083662E-01 -4.05850714146080205E-01
+ -4.09351208052386339E-01 -4.12876705483904594E-01 -4.16427234289754422E-01
+ -4.20002817188806665E-01 -4.23603471587635672E-01 -4.27229209393797271E-01
+ -4.30880036824340562E-01 -4.34555954209464246E-01 -4.38256955791222813E-01
+ -4.41983029517192594E-01 -4.45734156829001971E-01 -4.49510312445636440E-01
+ -4.53311464141421150E-01 -4.57137572518590884E-01 -4.60988590774351503E-01
+ -4.64864464462343807E-01 -4.68765131248411571E-01 -4.72690520660587477E-01
+ -4.76640553833198977E-01 -4.80615143245010312E-01 -4.84614192451303105E-01
+ -4.88637595809813141E-01 -4.92685238200431030E-01 -4.96756994738582980E-01
+ -5.00852730482206576E-01 -5.04972300132238594E-01 -5.09115547726534334E-01
+ -5.13282306327140003E-01 -5.17472397700844633E-01 -5.21685631992935717E-01
+ -5.25921807394090668E-01 -5.30180709800338268E-01 -5.34462112466028150E-01
+ -5.38765775649750256E-01 -5.43091446253147758E-01 -5.47438857452580141E-01
+ -5.51807728323588709E-01 -5.56197763458128991E-01 -5.60608652574537736E-01
+ -5.65040070120208848E-01 -5.69491674866961506E-01 -5.73963109499090796E-01
+ -5.78454000194096096E-01 -5.82963956196094202E-01 -5.87492569381936502E-01
+ -5.92039413820048988E-01 -5.96604045322036702E-01 -6.01186000987098623E-01
+ -6.05784798739307018E-01 -6.10399936857830228E-01 -6.15030893500177589E-01
+ -6.19677126218567631E-01 -6.24338071469532574E-01 -6.29013144116891687E-01
+ -6.33701736928231618E-01 -6.38403220065068111E-01 -6.43116940566862860E-01
+ -6.47842221829100451E-01 -6.52578363075650092E-01 -6.57324638825651175E-01
+ -6.62080298355196217E-01 -6.66844565154094737E-01 -6.71616636378042919E-01
+ -6.76395682296533129E-01 -6.81180845736882756E-01 -6.85971241524773512E-01
+ -6.90765955921739394E-01 -6.95564046060060837E-01 -7.00364539375563089E-01
+ -7.05166433038849738E-01 -7.09968693385538696E-01 -7.14770255346106942E-01
+ -7.19570021875992616E-01 -7.24366863386637139E-01 -7.29159617178204433E-01
+ -7.33947086874751742E-01 -7.38728041862675822E-01 -7.43501216733310266E-01
+ -7.48265310730596989E-01 -7.53018987204810086E-01 -7.57760873073367036E-01
+ -7.62489558289818459E-01 -7.67203595322163312E-01 -7.71901498641709982E-01
+ -7.76581744223748816E-01 -7.81242769061390119E-01 -7.85882970693974170E-01
+ -7.90500706751535165E-01 -7.95094294516876743E-01 -7.99662010506891452E-01
+ -8.04202090074832454E-01 -8.08712727035328927E-01 -8.13192073314016106E-01
+ -8.17638238623740743E-01 -8.22049290169385216E-01 -8.26423252383446161E-01
+ -8.30758106694594933E-01 -8.35051791331539728E-01 -8.39302201164609629E-01
+ -8.43507187587571261E-01 -8.47664558442300597E-01 -8.51772077989021548E-01
+ -8.55827466924934943E-01 -8.59828402454166696E-01 -8.63772518412067591E-01
+ -8.67657405447002206E-01 -8.71480611262882898E-01 -8.75239640925803308E-01
+ -8.78931957238243355E-01 -8.82554981184424103E-01 -8.86106092450500427E-01
+ -8.89582630023391552E-01 -8.92981892872153904E-01 -8.96301140715911493E-01
+ -8.99537594882459102E-01 -9.02688439261762454E-01 -9.05750821358669467E-01
+ -9.08721853449254602E-01 -9.11598613845295724E-01 -9.14378148271483671E-01
+ -9.17057471360029242E-01 -9.19633568267420376E-01 -9.22103396418137655E-01
+ -9.24463887380198135E-01 -9.26711948877440128E-01 -9.28844466943506863E-01
+ -9.30858308222494157E-01 -9.32750322421255662E-01 -9.34517344918340265E-01
+ -9.36156199534521227E-01 -9.37663701469833244E-01 -9.39036660411976754E-01
+ -9.40271883820861798E-01 -9.41366180393966023E-01 -9.42316363717037864E-01
+ -9.43119256104526515E-01 -9.43771692633926240E-01 -9.44270525377996162E-01
+ -9.44612627838559482E-01 -9.44794899585292280E-01 -9.44814271102567327E-01
+ -9.44667708847039767E-01 -9.44352220518228758E-01 -9.43864860543872197E-01
+ -9.43202735781291546E-01 -9.42363011435417786E-01 -9.41342917193467632E-01
+ -9.40139753575551018E-01 -9.38750898499690956E-01 -9.37173814058891885E-01
+ -9.35406053506933732E-01 -9.33445268448575449E-01 -9.31289216228721184E-01
+ -9.28935767513934141E-01 -9.26382914058367590E-01 -9.23628776644828231E-01
+ -9.20671613190161442E-01 -9.17509827002590428E-01 -9.14141975176905874E-01
+ -9.10566777111601611E-01 -9.06783123130108115E-01 -9.02790083186220671E-01
+ -8.98586915631635064E-01 -8.94173076021210544E-01 -8.89548225929129188E-01
+ -8.84712241746585359E-01 -8.79665223428936716E-01 -8.74407503157443089E-01
+ -8.68939653877796703E-01 -8.63262497674580076E-01 -8.57377113937635271E-01
+ -8.51284847273060641E-01 -8.44987315108178261E-01 -8.38486414936380875E-01
+ -8.31784331144242328E-01 -8.24883541359726635E-01 -8.17786822256729939E-01
+ -8.10497254747611695E-01 -8.03018228491811592E-01 -7.95353445645156643E-01
+ -7.87506923771097100E-01 -7.79482997831874358E-01 -7.71286321174642797E-01
+ -7.62921865424828205E-01 -7.54394919196663793E-01 -7.45711085528896866E-01
+ -7.36876277952310255E-01 -7.27896715094929814E-01 -7.18778913730860225E-01
+ -7.09529680179628253E-01 -7.00156099964935219E-01 -6.90665525645007272E-01
+ -6.81065562731456464E-01 -6.71364053619972534E-01 -6.61569059464506282E-01
+ -6.51688839937160869E-01 -6.41731830829095573E-01 -6.31706619463718977E-01
+ -6.21621917912697053E-01 -6.11486534028289008E-01 -6.01309340332704445E-01
+ -5.91099240837118178E-01 -5.80865135900294982E-01 -5.70615885280129742E-01
+ -5.60360269581525072E-01 -5.50106950361804015E-01 -5.39864429221122100E-01
+ -5.29641006281214244E-01 -5.19444738542291895E-01 -5.09283398706427359E-01
+ -4.99164435167492093E-01 -4.89094933994331238E-01 -4.79081583877018435E-01
+ -4.69130645167531224E-01 -4.59247924328156143E-01 -4.49438755305625770E-01
+ -4.39707989578819458E-01 -4.30059996885730988E-01 -4.20498678924229319E-01
+ -4.11027498644278733E-01 -4.01649528110499421E-01 -3.92367518317169206E-01
+ -3.83183994787561710E-01 -3.74101383290683098E-01 -3.65122008886604899E-01
+ -3.56248095066802883E-01 -3.47481762990946963E-01 -3.38825030821511497E-01
+ -3.30279813157502877E-01 -3.21847920568522183E-01 -3.13531059230293729E-01
+ -3.05330830662697783E-01 -2.97248731571252200E-01 -2.89286153792877698E-01
+ -2.81444384346678567E-01 -2.73724605590345837E-01 -2.66127895482674903E-01
+ -2.58655227952551414E-01 -2.51307473374627555E-01 -2.44085399151761112E-01
+  END     
+   TPHI    2 #tphi(r), for tphi(r)/r*Ylm)
+  0.00000000000000000E+00 -2.40992706214662210E-09 -4.84226881556646720E-09
+ -7.29723373892797077E-09 -9.77503224995615384E-09 -1.22758767234677730E-08
+ -1.47999815095741632E-08 -1.73475629520535748E-08 -1.99188394068939313E-08
+ -2.25140312610086588E-08 -2.51333609511262089E-08 -2.77770529828553003E-08
+ -3.04453339499274219E-08 -3.31384325536188292E-08 -3.58565796223522661E-08
+ -3.86000081314819903E-08 -4.13689532232618968E-08 -4.41636522270002829E-08
+ -4.69843446794012321E-08 -4.98312723450956739E-08 -5.27046792373634354E-08
+ -5.56048116390477161E-08 -5.85319181236643003E-08 -6.14862495767071753E-08
+ -6.44680592171520178E-08 -6.74776026191599112E-08 -7.05151377339830866E-08
+ -7.35809249120739515E-08 -7.66752269254001072E-08 -7.97983089899669412E-08
+ -8.29504387885492652E-08 -8.61318864936351084E-08 -8.93429247905821820E-08
+ -9.25838289009901919E-08 -9.58548766062902428E-08 -9.91563482715539153E-08
+ -1.02488526869523776E-07 -1.05851698004866989E-07 -1.09246149938654869E-07
+ -1.12672173613070347E-07 -1.16130062676344620E-07 -1.19620113507926081E-07
+ -1.23142625243883625E-07 -1.26697899802545445E-07 -1.30286241910377334E-07
+ -1.33907959128100625E-07 -1.37563361877053845E-07 -1.41252763465799235E-07
+ -1.44976480116976767E-07 -1.48734830994407714E-07 -1.52528138230450850E-07
+ -1.56356726953612576E-07 -1.60220925316414222E-07 -1.64121064523518015E-07
+ -1.68057478860115365E-07 -1.72030505720578490E-07 -1.76040485637379209E-07
+ -1.80087762310276084E-07 -1.84172682635773271E-07 -1.88295596736853784E-07
+ -1.92456857992988237E-07 -1.96656823070424177E-07 -2.00895851952755593E-07
+ -2.05174307971778226E-07 -2.09492557838630555E-07 -2.13850971675225126E-07
+ -2.18249923045972472E-07 -2.22689788989799202E-07 -2.27170950052464897E-07
+ -2.31693790319178653E-07 -2.36258697447519783E-07 -2.40866062700664192E-07
+ -2.45516280980920212E-07 -2.50209750863575827E-07 -2.54946874631060860E-07
+ -2.59728058307427809E-07 -2.64553711693151610E-07 -2.69424248400254875E-07
+ -2.74340085887758395E-07 -2.79301645497462560E-07 -2.84309352490060879E-07
+ -2.89363636081589125E-07 -2.94464929480214467E-07 -2.99613669923366063E-07
+ -3.04810298715210914E-07 -3.10055261264478706E-07 -3.15349007122638273E-07
+ -3.20691990022429182E-07 -3.26084667916751549E-07 -3.31527503017918029E-07
+ -3.37020961837269703E-07 -3.42565515225162387E-07 -3.48161638411322986E-07
+ -3.53809811045581826E-07 -3.59510517238984672E-07 -3.65264245605286008E-07
+ -3.71071489302828362E-07 -3.76932746076812107E-07 -3.82848518301957069E-07
+ -3.88819313025562296E-07 -3.94845642010964986E-07 -4.00928021781404621E-07
+ -4.07066973664294783E-07 -4.13263023835906472E-07 -4.19516703366467526E-07
+ -4.25828548265680906E-07 -4.32199099528667176E-07 -4.38628903182333049E-07
+ -4.45118510332172599E-07 -4.51668477209502907E-07 -4.58279365219138988E-07
+ -4.64951740987512624E-07 -4.71686176411239111E-07 -4.78483248706133950E-07
+ -4.85343540456687561E-07 -4.92267639665998990E-07 -4.99256139806174363E-07
+ -5.06309639869193499E-07 -5.13428744418250902E-07 -5.20614063639573319E-07
+ -5.27866213394719049E-07 -5.35185815273364825E-07 -5.42573496646582491E-07
+ -5.50029890720611090E-07 -5.57555636591131135E-07 -5.65151379298041170E-07
+ -5.72817769880744776E-07 -5.80555465433952044E-07 -5.88365129164000487E-07
+ -5.96247430445698258E-07 -6.04203044879697292E-07 -6.12232654350400288E-07
+ -6.20336947084405454E-07 -6.28516617709493884E-07 -6.36772367314169616E-07
+ -6.45104903507748154E-07 -6.53514940481007518E-07 -6.62003199067402682E-07
+ -6.70570406804848158E-07 -6.79217297998076026E-07 -6.87944613781575045E-07
+ -6.96753102183113454E-07 -7.05643518187852493E-07 -7.14616623803058446E-07
+ -7.23673188123414280E-07 -7.32813987396939457E-07 -7.42039805091523736E-07
+ -7.51351431962078250E-07 -7.60749666118312542E-07 -7.70235313093140628E-07
+ -7.79809185911725513E-07 -7.89472105161163001E-07 -7.99224899060816346E-07
+ -8.09068403533302487E-07 -8.19003462276140655E-07 -8.29030926834067709E-07
+ -8.39151656672022512E-07 -8.49366519248813665E-07 -8.59676390091469301E-07
+ -8.70082152870279863E-07 -8.80584699474538734E-07 -8.91184930088985900E-07
+ -9.01883753270965345E-07 -9.12682086028297135E-07 -9.23580853897875927E-07
+ -9.34580991024999638E-07 -9.45683440243435753E-07 -9.56889153156233148E-07
+ -9.68199090217284262E-07 -9.79614220813647174E-07 -9.91135523348633393E-07
+ -1.00276398532566645E-06 -1.01450060343292294E-06 -1.02634638362876001E-06
+ -1.03830234122793614E-06 -1.05036950098863445E-06 -1.06254889720029875E-06
+ -1.07484157377228017E-06 -1.08724858432331396E-06 -1.09977099227182543E-06
+ -1.11240987092707624E-06 -1.12516630358115999E-06 -1.13804138360185252E-06
+ -1.15103621452632356E-06 -1.16415191015572536E-06 -1.17738959465065439E-06
+ -1.19075040262750696E-06 -1.20423547925572676E-06 -1.21784598035596045E-06
+ -1.23158307249912242E-06 -1.24544793310638299E-06 -1.25944175055008819E-06
+ -1.27356572425561479E-06 -1.28782106480417493E-06 -1.30220899403657617E-06
+ -1.31673074515794694E-06 -1.33138756284343651E-06 -1.34618070334489647E-06
+ -1.36111143459855536E-06 -1.37618103633369634E-06 -1.39139080018234164E-06
+ -1.40674202978996337E-06 -1.42223604092721625E-06 -1.43787416160271710E-06
+ -1.45365773217686846E-06 -1.46958810547674278E-06 -1.48566664691203293E-06
+ -1.50189473459208633E-06 -1.51827375944402116E-06 -1.53480512533194561E-06
+ -1.55149024917728504E-06 -1.56833056108022703E-06 -1.58532750444229596E-06
+ -1.60248253609007123E-06 -1.61979712640005037E-06 -1.63727275942467897E-06
+ -1.65491093301954908E-06 -1.67271315897178372E-06 -1.69068096312960964E-06
+ -1.70881588553314602E-06 -1.72711948054639670E-06 -1.74559331699048006E-06
+ -1.76423897827809397E-06 -1.78305806254923018E-06 -1.80205218280815312E-06
+ -1.82122296706165533E-06 -1.84057205845859197E-06 -1.86010111543071637E-06
+ -1.87981181183483075E-06 -1.89970583709624930E-06 -1.91978489635360288E-06
+ -1.94005071060498989E-06 -1.96050501685548093E-06 -1.98114956826600244E-06
+ -2.00198613430360154E-06 -2.02301650089310993E-06 -2.04424247057021237E-06
+ -2.06566586263595193E-06 -2.08728851331265813E-06 -2.10911227590133328E-06
+ -2.13113902094050251E-06 -2.15337063636653678E-06 -2.17580902767547343E-06
+ -2.19845611808633432E-06 -2.22131384870597153E-06 -2.24438417869543697E-06
+ -2.26766908543790830E-06 -2.29117056470817050E-06 -2.31489063084367632E-06
+ -2.33883131691719612E-06 -2.36299467491107841E-06 -2.38738277589312307E-06
+ -2.41199771019409750E-06 -2.43684158758690054E-06 -2.46191653746739304E-06
+ -2.48722470903691099E-06 -2.51276827148647569E-06 -2.53854941418271964E-06
+ -2.56457034685553354E-06 -2.59083329978747427E-06 -2.61734052400491274E-06
+ -2.64409429147098416E-06 -2.67109689528031073E-06 -2.69835064985555187E-06
+ -2.72585789114577167E-06 -2.75362097682665763E-06 -2.78164228650259891E-06
+ -2.80992422191064519E-06 -2.83846920712636229E-06 -2.86727968877160304E-06
+ -2.89635813622420633E-06 -2.92570704182965503E-06 -2.95532892111469597E-06
+ -2.98522631300294627E-06 -3.01540178003250750E-06 -3.04585790857560856E-06
+ -3.07659730906028142E-06 -3.10762261619410479E-06 -3.13893648919002786E-06
+ -3.17054161199429665E-06 -3.20244069351649332E-06 -3.23463646786172490E-06
+ -3.26713169456496252E-06 -3.29992915882756649E-06 -3.33303167175600645E-06
+ -3.36644207060280794E-06 -3.40016321900973384E-06 -3.43419800725323040E-06
+ -3.46854935249215600E-06 -3.50322019901781382E-06 -3.53821351850631519E-06
+ -3.57353231027327555E-06 -3.60917960153089750E-06 -3.64515844764743174E-06
+ -3.68147193240905727E-06 -3.71812316828419713E-06 -3.75511529669029147E-06
+ -3.79245148826304979E-06 -3.83013494312821050E-06 -3.86816889117582836E-06
+ -3.90655659233711158E-06 -3.94530133686383292E-06 -3.98440644561034050E-06
+ -4.02387527031819216E-06 -4.06371119390344026E-06 -4.10391763074657865E-06
+ -4.14449802698520109E-06 -4.18545586080936239E-06 -4.22679464275970953E-06
+ -4.26851791602836805E-06 -4.31062925676263130E-06 -4.35313227437148055E-06
+ -4.39603061183494420E-06 -4.43932794601635403E-06 -4.48302798797748035E-06
+ -4.52713448329661407E-06 -4.57165121238961254E-06 -4.61658199083391164E-06
+ -4.66193066969557199E-06 -4.70770113585935244E-06 -4.75389731236186001E-06
+ -4.80052315872780414E-06 -4.84758267130935623E-06 -4.89507988362870419E-06
+ -4.94301886672374685E-06 -4.99140372949704280E-06 -5.04023861906798207E-06
+ -5.08952772112824355E-06 -5.13927526030054985E-06 -5.18948550050077218E-06
+ -5.24016274530338443E-06 -5.29131133831034006E-06 -5.34293566352335667E-06
+ -5.39504014571968012E-06 -5.44762925083133167E-06 -5.50070748632789319E-06
+ -5.55427940160283890E-06 -5.60834958836347967E-06 -5.66292268102451401E-06
+ -5.71800335710525775E-06 -5.77359633763055063E-06 -5.82970638753540089E-06
+ -5.88633831607340340E-06 -5.94349697722893212E-06 -6.00118727013319002E-06
+ -6.05941413948411543E-06 -6.11818257597019676E-06 -6.17749761669823252E-06
+ -6.23736434562506408E-06 -6.29778789399332834E-06 -6.35877344077126183E-06
+ -6.42032621309659932E-06 -6.48245148672458477E-06 -6.54515458648018874E-06
+ -6.60844088671447101E-06 -6.67231581176524632E-06 -6.73678483642199782E-06
+ -6.80185348639513842E-06 -6.86752733878961064E-06 -6.93381202258292235E-06
+ -7.00071321910759641E-06 -7.06823666253813840E-06 -7.13638814038251049E-06
+ -7.20517349397818535E-06 -7.27459861899281627E-06 -7.34466946592956005E-06
+ -7.41539204063709848E-06 -7.48677240482441071E-06 -7.55881667658032544E-06
+ -7.63153103089791318E-06 -7.70492170020374199E-06 -7.77899497489207409E-06
+ -7.85375720386402693E-06 -7.92921479507172656E-06 -8.00537421606755776E-06
+ -8.08224199455849283E-06 -8.15982471896560261E-06 -8.23812903898873948E-06
+ -8.31716166617649735E-06 -8.39692937450147745E-06 -8.47743900094087186E-06
+ -8.55869744606248324E-06 -8.64071167461617572E-06 -8.72348871613082819E-06
+ -8.80703566551684745E-06 -8.89135968367427855E-06 -8.97646799810656829E-06
+ -9.06236790354005294E-06 -9.14906676254918368E-06 -9.23657200618759503E-06
+ -9.32489113462502275E-06 -9.41403171779013579E-06 -9.50400139601938897E-06
+ -9.59480788071187764E-06 -9.68645895499026738E-06 -9.77896247436792223E-06
+ -9.87232636742219759E-06 -9.96655863647400460E-06 -1.00616673582736985E-05
+ -1.01576606846933467E-05 -1.02545468434254414E-05 -1.03523341386880931E-05
+ -1.04510309519367927E-05 -1.05506457425828073E-05 -1.06511870487182367E-05
+ -1.07526634878478196E-05 -1.08550837576275547E-05 -1.09584566366101865E-05
+ -1.10627909849976224E-05 -1.11680957454003459E-05 -1.12743799436039046E-05
+ -1.13816526893425143E-05 -1.14899231770798621E-05 -1.15992006867971842E-05
+ -1.17094945847886505E-05 -1.18208143244641667E-05 -1.19331694471596329E-05
+ -1.20465695829547366E-05 -1.21610244514983781E-05 -1.22765438628417239E-05
+ -1.23931377182790548E-05 -1.25108160111964044E-05 -1.26295888279281080E-05
+ -1.27494663486213215E-05 -1.28704588481085571E-05 -1.29925766967883599E-05
+ -1.31158303615141627E-05 -1.32402304064914056E-05 -1.33657874941830224E-05
+ -1.34925123862233014E-05 -1.36204159443403077E-05 -1.37495091312868312E-05
+ -1.38798030117800315E-05 -1.40113087534497956E-05 -1.41440376277959126E-05
+ -1.42780010111542099E-05 -1.44132103856715821E-05 -1.45496773402901716E-05
+ -1.46874135717406460E-05 -1.48264308855447516E-05 -1.49667411970271707E-05
+ -1.51083565323367976E-05 -1.52512890294775113E-05 -1.53955509393485359E-05
+ -1.55411546267944711E-05 -1.56881125716651205E-05 -1.58364373698851130E-05
+ -1.59861417345335529E-05 -1.61372384969336160E-05 -1.62897406077524284E-05
+ -1.64436611381109817E-05 -1.65990132807045202E-05 -1.67558103509332925E-05
+ -1.69140657880438369E-05 -1.70737931562808618E-05 -1.72350061460498354E-05
+ -1.73977185750904517E-05 -1.75619443896609147E-05 -1.77276976657333018E-05
+ -1.78949926102000402E-05 -1.80638435620915880E-05 -1.82342649938054280E-05
+ -1.84062715123465409E-05 -1.85798778605793675E-05 -1.87550989184914357E-05
+ -1.89319497044687453E-05 -1.91104453765830038E-05 -1.92906012338908425E-05
+ -1.94724327177451020E-05 -1.96559554131183477E-05 -1.98411850499386584E-05
+ -2.00281375044378409E-05 -2.02168288005122300E-05 -2.04072751110960843E-05
+ -2.05994927595477961E-05 -2.07934982210489698E-05 -2.09893081240165478E-05
+ -2.11869392515280282E-05 -2.13864085427599671E-05 -2.15877330944398473E-05
+ -2.17909301623114591E-05 -2.19960171626138907E-05 -2.22030116735743292E-05
+ -2.24119314369146607E-05 -2.26227943593721524E-05 -2.28356185142342592E-05
+ -2.30504221428877046E-05 -2.32672236563819340E-05 -2.34860416370071882E-05
+ -2.37068948398871692E-05 -2.39298021945866035E-05 -2.41547828067336559E-05
+ -2.43818559596575393E-05 -2.46110411160412785E-05 -2.48423579195898914E-05
+ -2.50758261967140397E-05 -2.53114659582294208E-05 -2.55492974010718366E-05
+ -2.57893409100283698E-05 -2.60316170594845385E-05 -2.62761466151877373E-05
+ -2.65229505360271145E-05 -2.67720499758299595E-05 -2.70234662851748277E-05
+ -2.72772210132215112E-05 -2.75333359095580177E-05 -2.77918329260647750E-05
+ -2.80527342187961214E-05 -2.83160621498793537E-05 -2.85818392894313627E-05
+ -2.88500884174931620E-05 -2.91208325259823626E-05 -2.93940948206638601E-05
+ -2.96698987231388101E-05 -2.99482678728520859E-05 -3.02292261291184495E-05
+ -3.05127975731675870E-05 -3.07990065102080638E-05 -3.10878774715106019E-05
+ -3.13794352165106563E-05 -3.16737047349305344E-05 -3.19707112489213318E-05
+ -3.22704802152247233E-05 -3.25730373273548451E-05 -3.28784085178005804E-05
+ -3.31866199602481743E-05 -3.34976980718246575E-05 -3.38116695153620471E-05
+ -3.41285612016826211E-05 -3.44484002919055247E-05 -3.47712141997747146E-05
+ -3.50970305940086222E-05 -3.54258774006716693E-05 -3.57577828055678275E-05
+ -3.60927752566564440E-05 -3.64308834664905180E-05 -3.67721364146777034E-05
+ -3.71165633503641284E-05 -3.74641937947414093E-05 -3.78150575435768876E-05
+ -3.81691846697674743E-05 -3.85266055259171717E-05 -3.88873507469387044E-05
+ -3.92514512526791451E-05 -3.96189382505701454E-05 -3.99898432383027100E-05
+ -4.03641980065269141E-05 -4.07420346415766663E-05 -4.11233855282198618E-05
+ -4.15082833524340892E-05 -4.18967611042081884E-05 -4.22888520803697959E-05
+ -4.26845898874392965E-05 -4.30840084445101561E-05 -4.34871419861562636E-05
+ -4.38940250653661003E-05 -4.43046925565043336E-05 -4.47191796583009416E-05
+ -4.51375218968680123E-05 -4.55597551287448141E-05 -4.59859155439710206E-05
+ -4.64160396691885857E-05 -4.68501643707724391E-05 -4.72883268579903522E-05
+ -4.77305646861921190E-05 -4.81769157600284712E-05 -4.86274183366998763E-05
+ -4.90821110292356054E-05 -4.95410328098031859E-05 -5.00042230130488621E-05
+ -5.04717213394688611E-05 -5.09435678588121272E-05 -5.14198030135148038E-05
+ -5.19004676221665015E-05 -5.23856028830088700E-05 -5.28752503774667092E-05
+ -5.33694520737119512E-05 -5.38682503302606572E-05 -5.43716878996038550E-05
+ -5.48798079318714506E-05 -5.53926539785309097E-05 -5.59102699961200168E-05
+ -5.64327003500143283E-05 -5.69599898182297817E-05 -5.74921835952606284E-05
+ -5.80293272959530245E-05 -5.85714669594146768E-05 -5.91186490529608714E-05
+ -5.96709204760972157E-05 -6.02283285645393318E-05 -6.07909210942700085E-05
+ -6.13587462856341652E-05 -6.19318528074716817E-05 -6.25102897812888182E-05
+ -6.30941067854685862E-05 -6.36833538595198178E-05 -6.42780815083663102E-05
+ -6.48783407066753811E-05 -6.54841829032270270E-05 -6.60956600253235496E-05
+ -6.67128244832401789E-05 -6.73357291747172750E-05 -6.79644274894939331E-05
+ -6.85989733138843194E-05 -6.92394210353959117E-05 -6.98858255473912976E-05
+ -7.05382422537928938E-05 -7.11967270738316432E-05 -7.18613364468398928E-05
+ -7.25321273370885895E-05 -7.32091572386698621E-05 -7.38924841804247337E-05
+ -7.45821667309165743E-05 -7.52782640034512955E-05 -7.59808356611435830E-05
+ -7.66899419220308076E-05 -7.74056435642341120E-05 -7.81280019311678125E-05
+ -7.88570789367968987E-05 -7.95929370709437691E-05 -8.03356394046441090E-05
+ -8.10852495955527496E-05 -8.18418318933994811E-05 -8.26054511454960824E-05
+ -8.33761728022941305E-05 -8.41540629229947711E-05 -8.49391881812105852E-05
+ -8.57316158706800525E-05 -8.65314139110352363E-05 -8.73386508536230679E-05
+ -8.81533958873808010E-05 -8.89757188447661500E-05 -8.98056902077424798E-05
+ -9.06433811138196541E-05 -9.14888633621512774E-05 -9.23422094196883010E-05
+ -9.32034924273901868E-05 -9.40727862064936018E-05 -9.49501652648396184E-05
+ -9.58357048032595709E-05 -9.67294807220203385E-05 -9.76315696273296810E-05
+ -9.85420488379020582E-05 -9.94609963915853011E-05 -1.00388491052049204E-04
+ -1.01324612315536227E-04 -1.02269440417674721E-04 -1.03223056340356016E-04
+ -1.04185541818675056E-04 -1.05156979347935655E-04 -1.06137452190721123E-04
+ -1.07127044384030406E-04 -1.08125840746480680E-04 -1.09133926885576877E-04
+ -1.10151389205049059E-04 -1.11178314912257632E-04 -1.12214792025667700E-04
+ -1.13260909382393007E-04 -1.14316756645809695E-04 -1.15382424313241174E-04
+ -1.16458003723714359E-04 -1.17543587065788082E-04 -1.18639267385454151E-04
+ -1.19745138594112138E-04 -1.20861295476618061E-04 -1.21987833699408171E-04
+ -1.23124849818698168E-04 -1.24272441288758578E-04 -1.25430706470267266E-04
+ -1.26599744638739530E-04 -1.27779655993036487E-04 -1.28970541663952902E-04
+ -1.30172503722884625E-04 -1.31385645190576587E-04 -1.32610070045952294E-04
+ -1.33845883235025431E-04 -1.35093190679894348E-04 -1.36352099287820029E-04
+ -1.37622716960388578E-04 -1.38905152602759082E-04 -1.40199516132997158E-04
+ -1.41505918491495556E-04 -1.42824471650482288E-04 -1.44155288623617090E-04
+ -1.45498483475677254E-04 -1.46854171332333277E-04 -1.48222468390016028E-04
+ -1.49603491925874869E-04 -1.50997360307828920E-04 -1.52404193004711605E-04
+ -1.53824110596509703E-04 -1.55257234784697253E-04 -1.56703688402666015E-04
+ -1.58163595426252476E-04 -1.59637080984363085E-04 -1.61124271369698181E-04
+ -1.62625294049575632E-04 -1.64140277676854963E-04 -1.65669352100963554E-04
+ -1.67212648379024622E-04 -1.68770298787089442E-04 -1.70342436831473531E-04
+ -1.71929197260198383E-04 -1.73530716074539617E-04 -1.75147130540682277E-04
+ -1.76778579201485432E-04 -1.78425201888354518E-04 -1.80087139733225532E-04
+ -1.81764535180660100E-04 -1.83457532000052967E-04 -1.85166275297953280E-04
+ -1.86890911530499865E-04 -1.88631588515972883E-04 -1.90388455447461585E-04
+ -1.92161662905650259E-04 -1.93951362871722837E-04 -1.95757708740387277E-04
+ -1.97580855333021901E-04 -1.99420958910942659E-04 -2.01278177188795069E-04
+ -2.03152669348069818E-04 -2.05044596050744254E-04 -2.06954119453050801E-04
+ -2.08881403219373317E-04 -2.10826612536272684E-04 -2.12789914126642883E-04
+ -2.14771476263998285E-04 -2.16771468786894464E-04 -2.18790063113482306E-04
+ -2.20827432256198329E-04 -2.22883750836590466E-04 -2.24959195100282825E-04
+ -2.27053942932078700E-04 -2.29168173871204678E-04 -2.31302069126695730E-04
+ -2.33455811592923976E-04 -2.35629585865271718E-04 -2.37823578255949678E-04
+ -2.40037976809962986E-04 -2.42272971321225194E-04 -2.44528753348821843E-04
+ -2.46805516233426130E-04 -2.49103455113866166E-04 -2.51422766943846599E-04
+ -2.53763650508826279E-04 -2.56126306443051619E-04 -2.58510937246749601E-04
+ -2.60917747303479565E-04 -2.63346942897646811E-04 -2.65798732232178840E-04
+ -2.68273325446366333E-04 -2.70770934633868981E-04 -2.73291773860889862E-04
+ -2.75836059184517699E-04 -2.78404008671240646E-04 -2.80995842415631151E-04
+ -2.83611782559205173E-04 -2.86252053309456374E-04 -2.88916880959067532E-04
+ -2.91606493905300040E-04 -2.94321122669564126E-04 -2.97060999917170526E-04
+ -2.99826360477265983E-04 -3.02617441362954085E-04 -3.05434481791602914E-04
+ -3.08277723205341672E-04 -3.11147409291747149E-04 -3.14043786004723779E-04
+ -3.16967101585575648E-04 -3.19917606584276860E-04 -3.22895553880937444E-04
+ -3.25901198707469989E-04 -3.28934798669456977E-04 -3.31996613768221560E-04
+ -3.35086906423103523E-04 -3.38205941493941896E-04 -3.41353986303767469E-04
+ -3.44531310661704232E-04 -3.47738186886085759E-04 -3.50974889827785014E-04
+ -3.54241696893761271E-04 -3.57538888070826043E-04 -3.60866745949629537E-04
+ -3.64225555748870077E-04 -3.67615605339728874E-04 -3.71037185270530314E-04
+ -3.74490588791633560E-04 -3.77976111880553407E-04 -3.81494053267316248E-04
+ -3.85044714460049467E-04 -3.88628399770811093E-04 -3.92245416341657110E-04
+ -3.95896074170952060E-04 -3.99580686139924465E-04 -4.03299568039467327E-04
+ -4.07053038597189186E-04 -4.10841419504715802E-04 -4.14665035445245034E-04
+ -4.18524214121357722E-04 -4.22419286283088431E-04 -4.26350585756253976E-04
+ -4.30318449471047792E-04 -4.34323217490897927E-04 -4.38365233041594453E-04
+ -4.42444842540686261E-04 -4.46562395627151493E-04 -4.50718245191343049E-04
+ -4.54912747405212452E-04 -4.59146261752814585E-04 -4.63419151061094368E-04
+ -4.67731781530961188E-04 -4.72084522768650636E-04 -4.76477747817376869E-04
+ -4.80911833189280580E-04 -4.85387158897671814E-04 -4.89904108489573002E-04
+ -4.94463069078564048E-04 -4.99064431377931441E-04 -5.03708589734126722E-04
+ -5.08395942160533212E-04 -5.13126890371548659E-04 -5.17901839816981772E-04
+ -5.22721199716769894E-04 -5.27585383096017594E-04 -5.32494806820361390E-04
+ -5.37449891631660930E-04 -5.42451062184023773E-04 -5.47498747080163027E-04
+ -5.52593378908091087E-04 -5.57735394278156631E-04 -5.62925233860422599E-04
+ -5.68163342422393068E-04 -5.73450168867087936E-04 -5.78786166271472039E-04
+ -5.84171791925241720E-04 -5.89607507369968109E-04 -5.95093778438606099E-04
+ -6.00631075295368806E-04 -6.06219872475971425E-04 -6.11860648928249230E-04
+ -6.17553888053151375E-04 -6.23300077746114477E-04 -6.29099710438820554E-04
+ -6.34953283141341486E-04 -6.40861297484675730E-04 -6.46824259763676009E-04
+ -6.52842680980377931E-04 -6.58917076887729656E-04 -6.65047968033725110E-04
+ -6.71235879805947666E-04 -6.77481342476527024E-04 -6.83784891247510903E-04
+ -6.90147066296658597E-04 -6.96568412823657369E-04 -7.03049481096769272E-04
+ -7.09590826499906669E-04 -7.16193009580147716E-04 -7.22856596095687695E-04
+ -7.29582157064238563E-04 -7.36370268811873015E-04 -7.43221513022323046E-04
+ -7.50136476786735082E-04 -7.57115752653883165E-04 -7.64159938680850103E-04
+ -7.71269638484175677E-04 -7.78445461291479954E-04 -7.85688021993559958E-04
+ -7.92997941196975755E-04 -8.00375845277116402E-04 -8.07822366431760618E-04
+ -8.15338142735130226E-04 -8.22923818192446230E-04 -8.30580042794987748E-04
+ -8.38307472575661053E-04 -8.46106769665080265E-04 -8.53978602348170611E-04
+ -8.61923645121290705E-04 -8.69942578749885106E-04 -8.78036090326669979E-04
+ -8.86204873330354243E-04 -8.94449627684906616E-04 -9.02771059819366386E-04
+ -9.11169882728210924E-04 -9.19646816032276457E-04 -9.28202586040244803E-04
+ -9.36837925810696161E-04 -9.45553575214735562E-04 -9.54350280999196861E-04
+ -9.63228796850430801E-04 -9.72189883458681034E-04 -9.81234308583054391E-04
+ -9.90362847117091591E-04 -9.99576281154941409E-04 -1.00887540005814482E-03
+ -1.01826100052303812E-03 -1.02773388664877292E-03 -1.03729487000596529E-03
+ -1.04694476970598554E-03 -1.05668441247086628E-03 -1.06651463270387688E-03
+ -1.07643627256073533E-03 -1.08645018202147936E-03 -1.09655721896299938E-03
+ -1.10675824923224054E-03 -1.11705414672007459E-03 -1.12744579343585817E-03
+ -1.13793407958266940E-03 -1.14851990363324307E-03 -1.15920417240660185E-03
+ -1.16998780114539128E-03 -1.18087171359392766E-03 -1.19185684207696245E-03
+ -1.20294412757916995E-03 -1.21413451982536674E-03 -1.22542897736146756E-03
+ -1.23682846763618274E-03 -1.24833396708347007E-03 -1.25994646120573860E-03
+ -1.27166694465781971E-03 -1.28349642133170701E-03 -1.29543590444207283E-03
+ -1.30748641661257198E-03 -1.31964898996293138E-03 -1.33192466619684504E-03
+ -1.34431449669066634E-03 -1.35681954258291956E-03 -1.36944087486462907E-03
+ -1.38217957447047085E-03 -1.39503673237076679E-03 -1.40801344966431236E-03
+ -1.42111083767205841E-03 -1.43433001803164903E-03 -1.44767212279282094E-03
+ -1.46113829451367653E-03 -1.47472968635783725E-03 -1.48844746219248042E-03
+ -1.50229279668727574E-03 -1.51626687541422012E-03 -1.53037089494838718E-03
+ -1.54460606296959136E-03 -1.55897359836498122E-03 -1.57347473133256791E-03
+ -1.58811070348569418E-03 -1.60288276795845564E-03 -1.61779218951208360E-03
+ -1.63284024464229014E-03 -1.64802822168759466E-03 -1.66335742093863276E-03
+ -1.67882915474845619E-03 -1.69444474764383923E-03 -1.71020553643759033E-03
+ -1.72611287034188463E-03 -1.74216811108262497E-03 -1.75837263301483826E-03
+ -1.77472782323911753E-03 -1.79123508171911711E-03 -1.80789582140011384E-03
+ -1.82471146832863793E-03 -1.84168346177318587E-03 -1.85881325434602554E-03
+ -1.87610231212609769E-03 -1.89355211478303221E-03 -1.91116415570227586E-03
+ -1.92893994211135308E-03 -1.94688099520726491E-03 -1.96498885028502813E-03
+ -1.98326505686737941E-03 -2.00171117883564008E-03 -2.02032879456175759E-03
+ -2.03911949704153710E-03 -2.05808489402905821E-03 -2.07722660817231388E-03
+ -2.09654627715004458E-03 -2.11604555380981484E-03 -2.13572610630731550E-03
+ -2.15558961824691706E-03 -2.17563778882347162E-03 -2.19587233296538939E-03
+ -2.21629498147898679E-03 -2.23690748119412079E-03 -2.25771159511112089E-03
+ -2.27870910254902815E-03 -2.29990179929515657E-03 -2.32129149775597496E-03
+ -2.34288002710933375E-03 -2.36466923345804002E-03 -2.38666097998479045E-03
+ -2.40885714710848157E-03 -2.43125963264189445E-03 -2.45387035195077834E-03
+ -2.47669123811433082E-03 -2.49972424208710301E-03 -2.52297133286231903E-03
+ -2.54643449763663782E-03 -2.57011574197636488E-03 -2.59401708998511669E-03
+ -2.61814058447295715E-03 -2.64248828712701500E-03 -2.66706227868359572E-03
+ -2.69186465910179308E-03 -2.71689754773861555E-03 -2.74216308352563925E-03
+ -2.76766342514720267E-03 -2.79340075122013528E-03 -2.81937726047506391E-03
+ -2.84559517193928120E-03 -2.87205672512119183E-03 -2.89876418019635986E-03
+ -2.92571981819516160E-03 -2.95292594119204868E-03 -2.98038487249644357E-03
+ -3.00809895684527647E-03 -3.03607056059716383E-03 -3.06430207192826074E-03
+ -3.09279590102978395E-03 -3.12155448030720668E-03 -3.15058026458117126E-03
+ -3.17987573129009399E-03 -3.20944338069449478E-03 -3.23928573608305752E-03
+ -3.26940534398042874E-03 -3.29980477435677308E-03 -3.33048662083909510E-03
+ -3.36145350092432451E-03 -3.39270805619420850E-03 -3.42425295253197997E-03
+ -3.45609088034085033E-03 -3.48822455476431505E-03 -3.52065671590829233E-03
+ -3.55339012906510281E-03 -3.58642758493930196E-03 -3.61977189987537380E-03
+ -3.65342591608730548E-03 -3.68739250189003328E-03 -3.72167455193280275E-03
+ -3.75627498743441200E-03 -3.79119675642038828E-03 -3.82644283396208450E-03
+ -3.86201622241770515E-03 -3.89791995167528991E-03 -3.93415707939764187E-03
+ -3.97073069126923067E-03 -4.00764390124506032E-03 -4.04489985180152452E-03
+ -4.08250171418926208E-03 -4.12045268868800694E-03 -4.15875600486344341E-03
+ -4.19741492182609637E-03 -4.23643272849223707E-03 -4.27581274384682564E-03
+ -4.31555831720851091E-03 -4.35567282849665203E-03 -4.39615968850043826E-03
+ -4.43702233915004279E-03 -4.47826425378986762E-03 -4.51988893745385468E-03
+ -4.56189992714290532E-03 -4.60430079210435994E-03 -4.64709513411360776E-03
+ -4.69028658775778179E-03 -4.73387882072156142E-03 -4.77787553407509492E-03
+ -4.82228046256404606E-03 -4.86709737490173891E-03 -4.91233007406345450E-03
+ -4.95798239758283438E-03 -5.00405821785043000E-03 -5.05056144241438233E-03
+ -5.09749601428321694E-03 -5.14486591223080846E-03 -5.19267515110345777E-03
+ -5.24092778212910306E-03 -5.28962789322869574E-03 -5.33877960932967622E-03
+ -5.38838709268161034E-03 -5.43845454317394474E-03 -5.48898619865589160E-03
+ -5.53998633525844882E-03 -5.59145926771853052E-03 -5.64340934970522685E-03
+ -5.69584097414815860E-03 -5.74875857356795233E-03 -5.80216662040880255E-03
+ -5.85606962737313889E-03 -5.91047214775835151E-03 -5.96537877579561213E-03
+ -6.02079414699073674E-03 -6.07672293846711706E-03 -6.13316986931066940E-03
+ -6.19013970091682620E-03 -6.24763723733952076E-03 -6.30566732564217473E-03
+ -6.36423485625066919E-03 -6.42334476330826045E-03 -6.48300202503244907E-03
+ -6.54321166407375449E-03 -6.60397874787641784E-03 -6.66530838904094269E-03
+ -6.72720574568851700E-03 -6.78967602182725238E-03 -6.85272446772022814E-03
+ -6.91635638025529277E-03 -6.98057710331662605E-03 -7.04539202815799865E-03
+ -7.11080659377771613E-03 -7.17682628729520572E-03 -7.24345664432919211E-03
+ -7.31070324937748046E-03 -7.37857173619821827E-03 -7.44706778819267945E-03
+ -7.51619713878947781E-03 -7.58596557183017009E-03 -7.65637892195621811E-03
+ -7.72744307499724330E-03 -7.79916396836052243E-03 -7.87154759142167336E-03
+ -7.94459998591649265E-03 -8.01832724633382878E-03 -8.09273552030951443E-03
+ -8.16783100902119565E-03 -8.24361996758408641E-03 -8.32010870544749002E-03
+ -8.39730358679209934E-03 -8.47521103092791807E-03 -8.55383751269278916E-03
+ -8.63318956285141770E-03 -8.71327376849479439E-03 -8.79409677343997304E-03
+ -8.87566527863003704E-03 -8.95798604253426715E-03 -9.04106588154827973E-03
+ -9.12491167039415976E-03 -9.20953034252039275E-03 -9.29492889050151372E-03
+ -9.38111436643738854E-03 -9.46809388235194359E-03 -9.55587461059130387E-03
+ -9.64446378422112276E-03 -9.73386869742303915E-03 -9.82409670589010423E-03
+ -9.91515522722102860E-03 -1.00070517413130920E-02 -1.00997937907536164E-02
+ -1.01933889812097656E-02 -1.02878449818165872E-02 -1.03831695255630751E-02
+ -1.04793704096761090E-02 -1.05764554960020626E-02 -1.06744327113859443E-02
+ -1.07733100480477892E-02 -1.08730955639562248E-02 -1.09737973831988880E-02
+ -1.10754236963495744E-02 -1.11779827608317964E-02 -1.12814829012787190E-02
+ -1.13859325098889068E-02 -1.14913400467780147E-02 -1.15977140403259217E-02
+ -1.17050630875191342E-02 -1.18133958542881862E-02 -1.19227210758397692E-02
+ -1.20330475569832875E-02 -1.21443841724515767E-02 -1.22567398672154063E-02
+ -1.23701236567916126E-02 -1.24845446275443396E-02 -1.26000119369792177E-02
+ -1.27165348140300428E-02 -1.28341225593376646E-02 -1.29527845455206601E-02
+ -1.30725302174374558E-02 -1.31933690924395230E-02 -1.33153107606151823E-02
+ -1.34383648850236979E-02 -1.35625412019191351E-02 -1.36878495209636249E-02
+ -1.38142997254295588E-02 -1.39419017723902139E-02 -1.40706656928983615E-02
+ -1.42006015921523968E-02 -1.43317196496493826E-02 -1.44640301193245772E-02
+ -1.45975433296768840E-02 -1.47322696838796084E-02 -1.48682196598760117E-02
+ -1.50054038104590424E-02 -1.51438327633346484E-02 -1.52835172211680213E-02
+ -1.54244679616121535E-02 -1.55666958373179721E-02 -1.57102117759255096E-02
+ -1.58550267800352321E-02 -1.60011519271589069E-02 -1.61485983696492280E-02
+ -1.62973773346074061E-02 -1.64475001237680031E-02 -1.65989781133601168E-02
+ -1.67518227539440213E-02 -1.69060455702226414E-02 -1.70616581608266198E-02
+ -1.72186721980723649E-02 -1.73770994276919617E-02 -1.75369516685340079E-02
+ -1.76982408122344052E-02 -1.78609788228560537E-02 -1.80251777364963846E-02
+ -1.81908496608616625E-02 -1.83580067748068884E-02 -1.85266613278402027E-02
+ -1.86968256395905787E-02 -1.88685120992375804E-02 -1.90417331649019167E-02
+ -1.92165013629954987E-02 -1.93928292875297573E-02 -1.95707295993806756E-02
+ -1.97502150255092941E-02 -1.99312983581361527E-02 -2.01139924538682562E-02
+ -2.02983102327768949E-02 -2.04842646774249099E-02 -2.06718688318416784E-02
+ -2.08611358004441999E-02 -2.10520787469025278E-02 -2.12447108929478649E-02
+ -2.14390455171214120E-02 -2.16350959534622675E-02 -2.18328755901321774E-02
+ -2.20323978679756102E-02 -2.22336762790126714E-02 -2.24367243648631275E-02
+ -2.26415557150992063E-02 -2.28481839655251123E-02 -2.30566227963809114E-02
+ -2.32668859304685297E-02 -2.34789871311974381E-02 -2.36929402005475950E-02
+ -2.39087589769472475E-02 -2.41264573330627549E-02 -2.43460491734980890E-02
+ -2.45675484324010471E-02 -2.47909690709735321E-02 -2.50163250748829148E-02
+ -2.52436304515716615E-02 -2.54728992274620702E-02 -2.57041454450530303E-02
+ -2.59373831599057428E-02 -2.61726264375148655E-02 -2.64098893500619783E-02
+ -2.66491859730477419E-02 -2.68905303817992200E-02 -2.71339366478488310E-02
+ -2.73794188351809339E-02 -2.76269909963425889E-02 -2.78766671684141307E-02
+ -2.81284613688357991E-02 -2.83823875910861438E-02 -2.86384598002079813E-02
+ -2.88966919281774919E-02 -2.91570978691119524E-02 -2.94196914743116225E-02
+ -2.96844865471308159E-02 -2.99514968376735705E-02 -3.02207360373087132E-02
+ -3.04922177729993749E-02 -3.07659556014416614E-02 -3.10419630030069893E-02
+ -3.13202533754828247E-02 -3.16008400276059087E-02 -3.18837361723823820E-02
+ -3.21689549201887789E-02 -3.24565092716476572E-02 -3.27464121102719954E-02
+ -3.30386761948714691E-02 -3.33333141517144493E-02 -3.36303384664387583E-02
+ -3.39297614757043675E-02 -3.42315953585809046E-02 -3.45358521276629693E-02
+ -3.48425436199053182E-02 -3.51516814871709882E-02 -3.54632771864839685E-02
+ -3.57773419699788237E-02 -3.60938868745389399E-02 -3.64129227111149936E-02
+ -3.67344600537152302E-02 -3.70585092280586309E-02 -3.73850802998819121E-02
+ -3.77141830628915098E-02 -3.80458270263506343E-02 -3.83800214022921998E-02
+ -3.87167750923475273E-02 -3.90560966741807167E-02 -3.93979943875185715E-02
+ -3.97424761197651896E-02 -4.00895493911907971E-02 -4.04392213396834385E-02
+ -4.07914987050524078E-02 -4.11463878128717625E-02 -4.15038945578523055E-02
+ -4.18640243867297382E-02 -4.22267822806566065E-02 -4.25921727370858830E-02
+ -4.29601997511325912E-02 -4.33308667964010727E-02 -4.37041768052637697E-02
+ -4.40801321485783659E-02 -4.44587346148288126E-02 -4.48399853886763192E-02
+ -4.52238850289054806E-02 -4.56104334457506644E-02 -4.59996298775875168E-02
+ -4.63914728669740858E-02 -4.67859602360258045E-02 -4.71830890611079357E-02
+ -4.75828556468295139E-02 -4.79852554993215608E-02 -4.83902832987829629E-02
+ -4.87979328712761576E-02 -4.92081971597554332E-02 -4.96210681943093923E-02
+ -5.00365370615995023E-02 -5.04545938734760196E-02 -5.08752277347522541E-02
+ -5.12984267101178337E-02 -5.17241777901716535E-02 -5.21524668565540167E-02
+ -5.25832786461583185E-02 -5.30165967144011901E-02 -5.34524033975306220E-02
+ -5.38906797739505533E-02 -5.43314056245406199E-02 -5.47745593919492235E-02
+ -5.52201181388377454E-02 -5.56680575050537280E-02 -5.61183516637099589E-02
+ -5.65709732761470532E-02 -5.70258934457558778E-02 -5.74830816706365724E-02
+ -5.79425057950702718E-02 -5.84041319597800937E-02 -5.88679245509562896E-02
+ -5.93338461480222706E-02 -5.98018574701160710E-02 -6.02719173212629758E-02
+ -6.07439825342142511E-02 -6.12180079129270097E-02 -6.16939461736598777E-02
+ -6.21717478846594354E-02 -6.26513614044119233E-02 -6.31327328184348724E-02
+ -6.36158058745834032E-02 -6.41005219168455376E-02 -6.45868198176013514E-02
+ -6.50746359083207021E-02 -6.55639039086742675E-02 -6.60545548540331512E-02
+ -6.65465170213315610E-02 -6.70397158532689830E-02 -6.75340738808266200E-02
+ -6.80295106440748226E-02 -6.85259426112472397E-02 -6.90232830960592209E-02
+ -6.95214421732473498E-02 -7.00203265923081825E-02 -7.05198396894146651E-02
+ -7.10198812974895816E-02 -7.15203476544157557E-02 -7.20211313093642447E-02
+ -7.25221210272217615E-02 -7.30232016911005755E-02 -7.35242542029147100E-02
+ -7.40251553820069630E-02 -7.45257778618141076E-02 -7.50259899845570899E-02
+ -7.55256556939462032E-02 -7.60246344258918294E-02 -7.65227809972137685E-02
+ -7.70199454923432697E-02 -7.75159731480148800E-02 -7.80107042359467900E-02
+ -7.85039739435103717E-02 -7.89956122523932103E-02 -7.94854438152612641E-02
+ -7.99732878304293265E-02 -8.04589579145521677E-02 -8.09422619733510262E-02
+ -8.14230020703944485E-02 -8.19009742939553337E-02 -8.23759686219706216E-02
+ -8.28477687851329053E-02 -8.33161521281488709E-02 -8.37808894692028822E-02
+ -8.42417449576695343E-02 -8.46984759301231127E-02 -8.51508327646987168E-02
+ -8.55985587338632115E-02 -8.60413898556625645E-02 -8.64790547435157625E-02
+ -8.69112744546343685E-02 -8.73377623371517642E-02 -8.77582238760545169E-02
+ -8.81723565380152369E-02 -8.85798496152344628E-02 -8.89803840684074282E-02
+ -8.93736323689402479E-02 -8.97592583405491390E-02 -9.01369170003859382E-02
+ -9.05062543998431390E-02 -9.08669074652021652E-02 -9.12185038382997276E-02
+ -9.15606617173976983E-02 -9.18929896984553712E-02 -9.22150866170138722E-02
+ -9.25265413909165113E-02 -9.28269328641018049E-02 -9.31158296517202166E-02
+ -9.33927899868404743E-02 -9.36573615690261679E-02 -9.39090814150794623E-02
+ -9.41474757122651024E-02 -9.43720596743453932E-02 -9.45823374007734169E-02
+ -9.47778017394118460E-02 -9.49579341531621018E-02 -9.51222045909095454E-02
+ -9.52700713632096546E-02 -9.54009810231628286E-02 -9.55143682529452642E-02
+ -9.56096557564872496E-02 -9.56862541588131693E-02 -9.57435619125808768E-02
+ -9.57809652123828292E-02 -9.57978379173973771E-02 -9.57935414830032583E-02
+ -9.57674249019982299E-02 -9.57188246560893574E-02 -9.56470646783506018E-02
+ -9.55514563273719419E-02 -9.54312983738538623E-02 -9.52858770004298833E-02
+ -9.51144658155312628E-02 -9.49163258821382055E-02 -9.46907057622931037E-02
+ -9.44368415782836645E-02 -9.41539570914354806E-02 -9.38412637994860410E-02
+ -9.34979610535447286E-02 -9.31232361956766258E-02 -9.27162647181800914E-02
+ -9.22762104456616161E-02 -9.18022257410434361E-02 -9.12934517366723319E-02
+ -9.07490185917300823E-02 -9.01680457771768668E-02 -8.95496423894911048E-02
+ -8.88929074944971864E-02 -8.81969305026036460E-02 -8.74607915768005478E-02
+ -8.66835620747914426E-02 -8.58643050266603841E-02 -8.50020756494959950E-02
+ -8.40959219004162872E-02 -8.31448850694547770E-02 -8.21480004137838810E-02
+ -8.11042978347636112E-02 -8.00128025993118996E-02 -7.88725361070968800E-02
+ -7.76825167050522875E-02 -7.64417605507119735E-02 -7.51492825258495284E-02
+ -7.38040972018935565E-02 -7.24052198585669465E-02 -7.09516675571699729E-02
+ -6.94424602698895527E-02 -6.78766220664735742E-02 -6.62531823595562119E-02
+ -6.45711772098550157E-02 -6.28296506923903264E-02 -6.10276563247911658E-02
+ -5.91642585586568334E-02 -5.72385343348330577E-02 -5.52495747033417278E-02
+ -5.31964865085617702E-02 -5.10783941401100061E-02 -4.88944413496982186E-02
+ -4.66437931340563314E-02 -4.43256376838058255E-02 -4.19391883979402316E-02
+ -3.94836859633223430E-02 -3.69584004983388933E-02 -3.43626337595590442E-02
+ -3.16957214099242574E-02 -2.89570353466550821E-02 -2.61459860866856235E-02
+ -2.32620252070402898E-02 -2.03046478371318589E-02 -1.72733951995055722E-02
+ -1.41678571950552609E-02 -1.09876750282146864E-02 -7.73254386706551198E-03
+ -4.40221553270754139E-03 -9.96501211606565501E-04  2.48472581603367349E-03
+  6.04152743953496971E-03  9.67389798104109459E-03  1.33817614680302628E-02
+  1.71649689250353704E-02  2.10232956954224774E-02  2.49564388049594854E-02
+  2.89640143798310760E-02  3.30455551327041366E-02  3.72005079314300172E-02
+  4.14282314659723677E-02  4.57279940301748705E-02  5.00989714360241117E-02
+  5.45402450791092064E-02  5.90508001750313163E-02  6.36295241875591139E-02
+  6.82752054703457401E-02  7.29865321450254151E-02  7.77620912394445807E-02
+  8.26003681106837473E-02  8.74997461783257463E-02  9.24585069941390586E-02
+  9.74748306749275845E-02  1.02546796725725392E-01  1.07672385280763713E-01
+  1.12849478789661131E-01  1.18075864176048997E-01  1.23349235495305243E-01
+  1.28667197117167398E-01  1.34027267457677762E-01  1.39426883283115338E-01
+  1.44863404606221519E-01  1.50334120192036097E-01  1.55836253686946535E-01
+  1.61366970380014046E-01  1.66923384600154490E-01  1.72502567746197738E-01
+  1.78101556939085720E-01  1.83717364276342637E-01  1.89346986658264271E-01
+  1.94987416142881398E-01  2.00635650772369889E-01  2.06288705797042893E-01
+  2.11943625204032371E-01  2.17597493436022527E-01  2.23247447160547924E-01
+  2.28890686922099018E-01  2.34524488477172388E-01  2.40146213576020340E-01
+  2.45753319913709689E-01  2.51343369926668170E-01  2.56914038058559779E-01
+  2.62463116060463575E-01  2.67988515824193363E-01  2.73488269173400578E-01
+  2.78960523953972583E-01  2.84403535672206054E-01  2.89815653825257591E-01
+  2.95195301952234979E-01  3.00540950304775456E-01  3.05851079891588495E-01
+  3.11124182984968412E-01  3.16358763591219894E-01  3.21553337882616586E-01
+  END     
+   TPHI    3 #tphi(r), for tphi(r)/r*Ylm)
+  0.00000000000000000E+00  1.57828757935612512E-16  6.37200535783102894E-16
+  1.44708771443729943E-15  2.59665791588114526E-15  4.09527790828801026E-15
+  5.95251758648863454E-15  8.17815402923350709E-15  1.07821756347077345E-14
+  1.37747863357842427E-14  1.71664098965276051E-14  2.09676942914901122E-14
+  2.51895161693705598E-14  2.98429854026366266E-14  3.49394497247389701E-14
+  4.04904994565807436E-14  4.65079723239315954E-14  5.30039583675132456E-14
+  5.99908049475099830E-14  6.74811218442958903E-14  7.54877864572011970E-14
+  8.40239491031743924E-14  9.31030384172336299E-14  1.02738766856635323E-13
+  1.12945136310722888E-13  1.23736443818458286E-13  1.35127287395675708E-13
+  1.47132571974131766E-13  1.59767515454471738E-13  1.73047654875266656E-13
+  1.86988852700315824E-13  2.01607303226458084E-13  2.16919539114164669E-13
+  2.32942438043242848E-13  2.49693229496013005E-13  2.67189501670371905E-13
+  2.85449208525199207E-13  3.04490676960605797E-13  3.24332614135579455E-13
+  3.44994114925621145E-13  3.66494669523019170E-13  3.88854171182457158E-13
+  4.12092924114705594E-13  4.36231651531187492E-13  4.61291503842281616E-13
+  4.87294067012252530E-13  5.14261371073780718E-13  5.42215898805098671E-13
+  5.71180594572806042E-13  6.01178873343494412E-13  6.32234629867370404E-13
+  6.64372248037120815E-13  6.97616610425331638E-13  7.31993108003830168E-13
+  7.67527650048387560E-13  8.04246674232274135E-13  8.42177156912240906E-13
+  8.81346623610547351E-13  9.21783159696744220E-13  9.63515421272980940E-13
+  1.00657264626666201E-12  1.05098466573438979E-12  1.09678191538115387E-12
+  1.14399544729884309E-12  1.19265694192821179E-12  1.24279872024850733E-12
+  1.29445375619907240E-12  1.34765568933726272E-12  1.40243883773717401E-12
+  1.45883821113368327E-12  1.51688952431645451E-12  1.57662921077860551E-12
+  1.63809443662484057E-12  1.70132311474393809E-12  1.76635391925057602E-12
+  1.83322630020157008E-12  1.90198049859168888E-12  1.97265756163432964E-12
+  2.04529935833239247E-12  2.11994859534485901E-12  2.19664883315460786E-12
+  2.27544450254315712E-12  2.35638092137811762E-12  2.43950431171924926E-12
+  2.52486181724909072E-12  2.61250152103431530E-12  2.70247246362401133E-12
+  2.79482466149123937E-12  2.88960912582433086E-12  2.98687788167450772E-12
+  3.08668398746651757E-12  3.18908155487916489E-12  3.29412576910262209E-12
+  3.40187290947967721E-12  3.51238037053813228E-12  3.62570668342167042E-12
+  3.74191153772673416E-12  3.86105580375304658E-12  3.98320155517552724E-12
+  4.10841209214557946E-12  4.23675196482976391E-12  4.36828699739414766E-12
+  4.50308431244267604E-12  4.64121235591810642E-12  4.78274092247421289E-12
+  4.92774118132811267E-12  5.07628570260178909E-12  5.22844848416189965E-12
+  5.38430497896738484E-12  5.54393212293429757E-12  5.70740836332765244E-12
+  5.87481368769016207E-12  6.04622965331800074E-12  6.22173941729379697E-12
+  6.40142776708741689E-12  6.58538115173515534E-12  6.77368771360822036E-12
+  6.96643732078157640E-12  7.16372160001445770E-12  7.36563397035401272E-12
+  7.57226967737377917E-12  7.78372582805899227E-12  8.00010142635074982E-12
+  8.22149740936155859E-12  8.44801668427475806E-12  8.67976416594073384E-12
+  8.91684681518296364E-12  9.15937367782729210E-12  9.40745592446794884E-12
+  9.66120689098418290E-12  9.92074211982163208E-12  1.01861794020527236E-11
+  1.04576388202307981E-11  1.07352427920528302E-11  1.10191161148459628E-11
+  1.13093860108932468E-11  1.16061821736144367E-11  1.19096368146178513E-11
+  1.22198847116396079E-11  1.25370632573870062E-11  1.28613125093029026E-11
+  1.31927752402684717E-11  1.35315969902618790E-11  1.38779261189908808E-11
+  1.42319138595176180E-11  1.45937143728941445E-11  1.49634848038278085E-11
+  1.53413853373956695E-11  1.57275792568277139E-11  1.61222330023789114E-11
+  1.65255162313105794E-11  1.69376018790017749E-11  1.73586662212120300E-11
+  1.77888889375168953E-11  1.82284531759385278E-11  1.86775456187934906E-11
+  1.91363565497806710E-11  1.96050799223327560E-11  2.00839134292547002E-11
+  2.05730585736735565E-11  2.10727207413240644E-11  2.15831092741952895E-11
+  2.21044375455636180E-11  2.26369230364382072E-11  2.31807874134454298E-11
+  2.37362566081792307E-11  2.43035608980448811E-11  2.48829349886241794E-11
+  2.54746180975906269E-11  2.60788540402036366E-11  2.66958913164113849E-11
+  2.73259831995923636E-11  2.79693878269666988E-11  2.86263682917080180E-11
+  2.92971927367882921E-11  2.99821344505876526E-11  3.06814719643028471E-11
+  3.13954891511873449E-11  3.21244753276580534E-11  3.28687253563033307E-11
+  3.36285397508279721E-11  3.44042247829715514E-11  3.51960925914370505E-11
+  3.60044612928674269E-11  3.68296550949086468E-11  3.76720044113981009E-11
+  3.85318459797183531E-11  3.94095229803569472E-11  4.03053851587131662E-11
+  4.12197889491944329E-11  4.21530976016447800E-11  4.31056813101494400E-11
+  4.40779173442598247E-11  4.50701901826844400E-11  4.60828916494918376E-11
+  4.71164210528726641E-11  4.81711853265089699E-11  4.92475991735992591E-11
+  5.03460852135893638E-11  5.14670741316597550E-11  5.26110048310207640E-11
+  5.37783245880687756E-11  5.49694892104562296E-11  5.61849631981309361E-11
+  5.74252199073996466E-11  5.86907417180727378E-11  5.99820202037478316E-11
+  6.12995563052911804E-11  6.26438605075764884E-11  6.40154530195422530E-11
+  6.54148639576302194E-11  6.68426335326675050E-11  6.82993122402574682E-11
+  6.97854610547451353E-11  7.13016516268234499E-11  7.28484664848495304E-11
+  7.44264992399392691E-11  7.60363547949122762E-11  7.76786495571580213E-11
+  7.93540116554979173E-11  8.10630811611170027E-11  8.28065103126420870E-11
+  8.45849637454441005E-11  8.63991187252431277E-11  8.82496653860974071E-11
+  9.01373069728582150E-11  9.20627600881736472E-11  9.40267549441271984E-11
+  9.60300356185981460E-11  9.80733603164309814E-11  1.00157501635505098E-10
+  1.02283246837796100E-10  1.04451398125521728E-10  1.06662772922468711E-10
+  1.08918204160596180E-10  1.11218540572015584E-10  1.13564646986447079E-10
+  1.15957404634255307E-10  1.18397711455168853E-10  1.20886482412789576E-10
+  1.23424649815001012E-10  1.26013163640384835E-10  1.28652991870759813E-10
+  1.31345120829955769E-10  1.34090555528941279E-10  1.36890320017421906E-10
+  1.39745457742032595E-10  1.42657031911245247E-10  1.45626125867119010E-10
+  1.48653843464019760E-10  1.51741309454441458E-10  1.54889669882059423E-10
+  1.58100092482153475E-10  1.61373767089537433E-10  1.64711906054136122E-10
+  1.68115744664352341E-10  1.71586541578370435E-10  1.75125579263544791E-10
+  1.78734164444023431E-10  1.82413628556763658E-10  1.86165328216092411E-10
+  1.89990645686976561E-10  1.93890989367161109E-10  1.97867794278345440E-10
+  2.01922522566563073E-10  2.06056664011940685E-10  2.10271736548008793E-10
+  2.14569286790745507E-10  2.18950890577533149E-10  2.23418153516215376E-10
+  2.27972711544441862E-10  2.32616231499494715E-10  2.37350411698792021E-10
+  2.42176982531267618E-10  2.47097707059832151E-10  2.52114381635122029E-10
+  2.57228836520746566E-10  2.62442936530250188E-10  2.67758581676007969E-10
+  2.73177707830277352E-10  2.78702287398634635E-10  2.84334330006027039E-10
+  2.90075883195676996E-10  2.95929033141078378E-10  3.01895905371330806E-10
+  3.07978665510060559E-10  3.14179520028182588E-10  3.20500717010762290E-10
+  3.26944546938242365E-10  3.33513343482300469E-10  3.40209484316616918E-10
+  3.47035391942821761E-10  3.53993534531917532E-10  3.61086426781456843E-10
+  3.68316630788775348E-10  3.75686756940577703E-10  3.83199464819184962E-10
+  3.90857464125751840E-10  3.98663515620774173E-10  4.06620432082208807E-10
+  4.14731079281535711E-10  4.22998376978097059E-10  4.31425299932056242E-10
+  4.40014878936326267E-10  4.48770201867817978E-10  4.57694414758375549E-10
+  4.66790722885762669E-10  4.76062391885075655E-10  4.85512748880969656E-10
+  4.95145183641079407E-10  5.04963149751037612E-10  5.14970165811494623E-10
+  5.25169816657543865E-10  5.35565754600984982E-10  5.46161700695835631E-10
+  5.56961446027542300E-10  5.67968853026323506E-10  5.79187856805100417E-10
+  5.90622466522472646E-10  6.02276766771213075E-10  6.14154918992750947E-10
+  6.26261162918136103E-10  6.38599818035975618E-10  6.51175285087850413E-10
+  6.63992047591722926E-10  6.77054673393860608E-10  6.90367816249809471E-10
+  7.03936217434959931E-10  7.17764707385257995E-10  7.31858207368626990E-10
+  7.46221731187672838E-10  7.60860386914260397E-10  7.75779378656551474E-10
+  7.90984008359120339E-10  8.06479677636755239E-10  8.22271889642584912E-10
+  8.38366250971164338E-10  8.54768473597183123E-10  8.71484376850450306E-10
+  8.88519889427845555E-10  9.05881051442920318E-10  9.23574016513856165E-10
+  9.41605053890501211E-10  9.59980550621205400E-10  9.78707013760209356E-10
+  9.97791072616340363E-10  1.01723948104378680E-09  1.03705911977574280E-09
+  1.05725699880171763E-09  1.07784025978933487E-09  1.09881617855144491E-09
+  1.12019216755940524E-09  1.14197577850338526E-09  1.16417470490058622E-09
+  1.18679678475225250E-09  1.20985000325040902E-09  1.23334249553523906E-09
+  1.25728254950405912E-09  1.28167860867284503E-09  1.30653927509130450E-09
+  1.33187331231248549E-09  1.35768964841795192E-09  1.38399737909955423E-09
+  1.41080577079886083E-09  1.43812426390532703E-09  1.46596247601429707E-09
+  1.49433020524596208E-09  1.52323743362641019E-09  1.55269433053193234E-09
+  1.58271125619776695E-09  1.61329876529247946E-09  1.64446761055922467E-09
+  1.67622874652511777E-09  1.70859333328000371E-09  1.74157274032591973E-09
+  1.77517855049856494E-09  1.80942256396213906E-09  1.84431680227890193E-09
+  1.87987351255486826E-09  1.91610517166305583E-09  1.95302449054572650E-09
+  1.99064441859711896E-09  2.02897814812815478E-09  2.06803911891466876E-09
+  2.10784102283070969E-09  2.14839780856852270E-09  2.18972368644680169E-09
+  2.23183313330890838E-09  2.27474089751268509E-09  2.31846200401362394E-09
+  2.36301175954310769E-09  2.40840575788350009E-09  2.45465988524192229E-09
+  2.50179032572453495E-09  2.54981356691319800E-09  2.59874640554646649E-09
+  2.64860595330681411E-09  2.69940964271612440E-09  2.75117523314143185E-09
+  2.80392081691300156E-09  2.85766482555683454E-09  2.91242603614374207E-09
+  2.96822357775716650E-09  3.02507693808197628E-09  3.08300597011647833E-09
+  3.14203089900997279E-09  3.20217232902818784E-09  3.26345125064898349E-09
+  3.32588904779075908E-09  3.38950750517604985E-09  3.45432881583284494E-09
+  3.52037558873618403E-09  3.58767085659267140E-09  3.65623808377057534E-09
+  3.72610117437823165E-09  3.79728448049352743E-09  3.86981281054727738E-09
+  3.94371143786338961E-09  4.01900610935875677E-09  4.09572305440580231E-09
+  4.17388899386080533E-09  4.25353114926104052E-09  4.33467725219391637E-09
+  4.41735555384132664E-09  4.50159483470247771E-09  4.58742441449853518E-09
+  4.67487416226250186E-09  4.76397450661775988E-09  4.85475644624883642E-09
+  4.94725156056796555E-09  5.04149202058111220E-09  5.13751059995719398E-09
+  5.23534068630427594E-09  5.33501629265665583E-09  5.43657206917669875E-09
+  5.54004331507556027E-09  5.64546599075674377E-09  5.75287673018678504E-09
+  5.86231285349723058E-09  5.97381237982225411E-09  6.08741404037634896E-09
+  6.20315729177652260E-09  6.32108232961362568E-09  6.44123010227742440E-09
+  6.56364232504018672E-09  6.68836149440362221E-09  6.81543090271405671E-09
+  6.94489465305091572E-09  7.07679767439353918E-09  7.21118573707169858E-09
+  7.34810546850483967E-09  7.48760436923575367E-09  7.62973082926399377E-09
+  7.77453414468466944E-09  7.92206453463836892E-09  8.07237315857799373E-09
+  8.22551213385844667E-09  8.38153455365518034E-09  8.54049450521779030E-09
+  8.70244708846488465E-09  8.86744843492665408E-09  9.03555572704154136E-09
+  9.20682721781379159E-09  9.38132225083845417E-09  9.55910128070084296E-09
+  9.74022589375734972E-09  9.92475882930485718E-09  1.01127640011458472E-08
+  1.03043065195568038E-08  1.04994527136672743E-08  1.06982701542573631E-08
+  1.09008276769814387E-08  1.11071954060260728E-08  1.13174447782102255E-08
+  1.15316485675360668E-08  1.17498809101987625E-08  1.19722173300638589E-08
+  1.21987347646209910E-08  1.24295115914227832E-08  1.26646276550180755E-08
+  1.29041642943886685E-08  1.31482043708990237E-08  1.33968322967684769E-08
+  1.36501340640757623E-08  1.39081972743058010E-08  1.41711111684488423E-08
+  1.44389666576623490E-08  1.47118563545060591E-08  1.49898746047610865E-08
+  1.52731175198437485E-08  1.55616830098255116E-08  1.58556708170701036E-08
+  1.61551825504995832E-08  1.64603217205009285E-08  1.67711937744852342E-08
+  1.70879061331116383E-08  1.74105682271885243E-08  1.77392915352644626E-08
+  1.80741896219219616E-08  1.84153781767871361E-08  1.87629750542685168E-08
+  1.91171003140388851E-08  1.94778762622737773E-08  1.98454274936610062E-08
+  2.02198809341954498E-08  2.06013658847738510E-08  2.09900140656046233E-08
+  2.13859596614478339E-08  2.17893393677008832E-08  2.22002924373457397E-08
+  2.26189607287737634E-08  2.30454887545045924E-08  2.34800237308157552E-08
+  2.39227156283000463E-08  2.43737172233679677E-08  2.48331841507130096E-08
+  2.53012749567576720E-08  2.57781511540984735E-08  2.62639772769689497E-08
+  2.67589209377392233E-08  2.72631528844718394E-08  2.77768470595535684E-08
+  2.83001806594230901E-08  2.88333341954153066E-08  2.93764915557429841E-08
+  2.99298400686369981E-08  3.04935705666669444E-08  3.10678774522640054E-08
+  3.16529587644687073E-08  3.22490162469263615E-08  3.28562554171535804E-08
+  3.34748856370995106E-08  3.41051201850261270E-08  3.47471763287321269E-08
+  3.54012754001456688E-08  3.60676428713113277E-08  3.67465084317974847E-08
+  3.74381060675507930E-08  3.81426741412244813E-08  3.88604554740082678E-08
+  3.95916974289879234E-08  4.03366519960628923E-08  4.10955758784514967E-08
+  4.18687305808128039E-08  4.26563824990159788E-08  4.34588030115874759E-08
+  4.42762685728676571E-08  4.51090608079087301E-08  4.59574666091465387E-08
+  4.68217782348792677E-08  4.77022934095870797E-08  4.85993154261268655E-08
+  4.95131532498372189E-08  5.04441216245893373E-08  5.13925411808203699E-08
+  5.23587385455858874E-08  5.33430464546697148E-08  5.43458038667890667E-08
+  5.53673560799345817E-08  5.64080548498849025E-08  5.74682585109364396E-08
+  5.85483320988900469E-08  5.96486474763361085E-08  6.07695834602819555E-08
+  6.19115259521643370E-08  6.30748680702924038E-08  6.42600102847662210E-08
+  6.54673605549169285E-08  6.66973344693160866E-08  6.79503553884019555E-08
+  6.92268545897717447E-08  7.05272714161893050E-08  7.18520534263597854E-08
+  7.32016565485220249E-08  7.45765452369121612E-08  7.59771926311515800E-08
+  7.74040807186139729E-08  7.88577004998273270E-08  8.03385521569681406E-08
+  8.18471452255034390E-08  8.33839987690425939E-08  8.49496415574565869E-08
+  8.65446122483266282E-08  8.81694595717843609E-08  8.98247425188068356E-08
+  9.15110305330310518E-08  9.32289037061535269E-08  9.49789529769824699E-08
+  9.67617803342099775E-08  9.85779990229745716E-08  1.00428233755284604E-07
+  1.02313120924374622E-07  1.04233308823067986E-07  1.06189457866221396E-07
+  1.08182240817326939E-07  1.10212343019349086E-07  1.12280462629877011E-07
+  1.14387310860671465E-07  1.16533612221689286E-07  1.18720104769668942E-07
+  1.20947540361361942E-07  1.23216684911498245E-07  1.25528318655571843E-07
+  1.27883236417539508E-07  1.30282247882521799E-07  1.32726177874601779E-07
+  1.35215866639815603E-07  1.37752170134432582E-07  1.40335960318623415E-07
+  1.42968125455616604E-07  1.45649570416447493E-07  1.48381216990402194E-07
+  1.51164004201264112E-07  1.53998888629471653E-07  1.56886844740296748E-07
+  1.59828865218157737E-07  1.62825961307179723E-07  1.65879163158121684E-07
+  1.68989520181786015E-07  1.72158101409034905E-07  1.75385995857534873E-07
+  1.78674312905355926E-07  1.82024182671553331E-07  1.85436756403862937E-07
+  1.88913206873642512E-07  1.92454728778194293E-07  1.96062539150607403E-07
+  1.99737877777260503E-07  2.03482007623127035E-07  2.07296215265030036E-07
+  2.11181811332994427E-07  2.15140130959848102E-07  2.19172534239226725E-07
+  2.23280406692137450E-07  2.27465159742244331E-07  2.31728231200035658E-07
+  2.36071085756041003E-07  2.40495215483266148E-07  2.45002140349019308E-07
+  2.49593408736302899E-07  2.54270597974949012E-07  2.59035314882684264E-07
+  2.63889196316305354E-07  2.68833909733156406E-07  2.73871153763100085E-07
+  2.79002658791180128E-07  2.84230187551171950E-07  2.89555535730227802E-07
+  2.94980532584822605E-07  3.00507041568211349E-07  3.06136960969613700E-07
+  3.11872224565345437E-07  3.17714802282118305E-07  3.23666700872737836E-07
+  3.29729964604429427E-07  3.35906675960029370E-07  3.42198956352279949E-07
+  3.48608966851476433E-07  3.55138908926711535E-07  3.61791025200975056E-07
+  3.68567600220365415E-07  3.75470961237677927E-07  3.82503479010636998E-07
+  3.89667568615049245E-07  3.96965690273151525E-07  4.04400350197442474E-07
+  4.11974101450284094E-07  4.19689544819569024E-07  4.27549329710754069E-07
+  4.35556155055564719E-07  4.43712770237683782E-07  4.52021976035740094E-07
+  4.60486625583922176E-07  4.69109625350543804E-07  4.77893936134900516E-07
+  4.86842574082754487E-07  4.95958611720800255E-07  5.05245179010464069E-07
+  5.14705464421396077E-07  5.24342716025027866E-07  5.34160242608567117E-07
+  5.44161414809811796E-07  5.54349666273173516E-07  5.64728494827307553E-07
+  5.75301463684749517E-07  5.86072202663974357E-07  5.97044409434295825E-07
+  6.08221850784029171E-07  6.19608363912357099E-07  6.31207857745340085E-07
+  6.43024314276521663E-07  6.55061789932586632E-07  6.67324416964546593E-07
+  6.79816404864922006E-07  6.92542041811412007E-07  7.05505696137544360E-07
+  7.18711817830813413E-07  7.32164940058812289E-07  7.45869680723893043E-07
+  7.59830744046876862E-07  7.74052922180366069E-07  7.88541096852206569E-07
+  8.03300241039664462E-07  8.18335420674892999E-07  8.33651796382269576E-07
+  8.49254625248212635E-07  8.65149262624056987E-07  8.81341163962640622E-07
+  8.97835886689205249E-07  9.14639092107266907E-07  9.31756547340103999E-07
+  9.49194127308529137E-07  9.66957816745624353E-07  9.85053712249131357E-07
+  1.00348802437219641E-06  1.02226707975319001E-06  1.04139732328533091E-06
+  1.06088532032685920E-06  1.08073775895251189E-06  1.10096145224708169E-06
+  1.12156334064183433E-06  1.14255049429459537E-06  1.16393011551431254E-06
+  1.18570954123094070E-06  1.20789624551147189E-06  1.23049784212300371E-06
+  1.25352208714369100E-06  1.27697688162250898E-06  1.30087027428871315E-06
+  1.32521046431194242E-06  1.35000580411389997E-06  1.37526480223258783E-06
+  1.40099612624006178E-06  1.42720860571472370E-06  1.45391123526915801E-06
+  1.48111317763455467E-06  1.50882376680277705E-06  1.53705251122715038E-06
+  1.56580909708307040E-06  1.59510339158954711E-06  1.62494544639282085E-06
+  1.65534550101322139E-06  1.68631398635643440E-06  1.71786152829039814E-06
+  1.74999895128903780E-06  1.78273728214410723E-06  1.81608775374638702E-06
+  1.85006180893755984E-06  1.88467110443406302E-06  1.91992751482427370E-06
+  1.95584313664040452E-06  1.99243029250647865E-06  2.02970153536384722E-06
+  2.06766965277564982E-06  2.10634767131174442E-06  2.14574886101556397E-06
+  2.18588673995446253E-06  2.22677507885509757E-06  2.26842790582544087E-06
+  2.31085951116503120E-06  2.35408445226513314E-06  2.39811755860045649E-06
+  2.44297393681418252E-06  2.48866897589799786E-06  2.53521835246895298E-06
+  2.58263803614493069E-06  2.63094429502056335E-06  2.68015370124550091E-06
+  2.73028313670691142E-06  2.78134979881819356E-06  2.83337120641585231E-06
+  2.88636520576658970E-06  2.94034997668665113E-06  2.99534403877553131E-06
+  3.05136625776617350E-06  3.10843585199385286E-06  3.16657239898593187E-06
+  3.22579584217478911E-06  3.28612649773617121E-06  3.34758506155536886E-06
+  3.41019261632355079E-06  3.47397063876673942E-06  3.53894100700985386E-06
+  3.60512600807838815E-06  3.67254834554028793E-06  3.74123114729060671E-06
+  3.81119797348167777E-06  3.88247282460145288E-06  3.95508014970283187E-06
+  4.02904485478675571E-06  4.10439231134198510E-06  4.18114836504445026E-06
+  4.25933934461917306E-06  4.33899207086781545E-06  4.42013386586490424E-06
+  4.50279256232593259E-06  4.58699651315052351E-06  4.67277460114392027E-06
+  4.76015624892016437E-06  4.84917142899033080E-06  4.93985067403928658E-06
+  5.03222508739450128E-06  5.12632635369047387E-06  5.22218674973248006E-06
+  5.31983915556331262E-06  5.41931706573683513E-06  5.52065460080220287E-06
+  5.62388651900270751E-06  5.72904822819321896E-06  5.83617579798035456E-06
+  5.94530597208949128E-06  6.05647618096289852E-06  6.16972455459328338E-06
+  6.28508993559716055E-06  6.40261189253252861E-06  6.52233073346540712E-06
+  6.64428751978989062E-06  6.76852408030646560E-06  6.89508302556339804E-06
+  7.02400776246611206E-06  7.15534250915959441E-06  7.28913231018887385E-06
+  7.42542305194281624E-06  7.56426147838650702E-06  7.70569520708763387E-06
+  7.84977274554231065E-06  7.99654350780602974E-06  8.14605783143533751E-06
+  8.29836699474611019E-06  8.45352323439433432E-06  8.61157976328540036E-06
+  8.77259078881804549E-06  8.93661153146921869E-06  9.10369824372621244E-06
+  9.27390822937262540E-06  9.44729986313458526E-06  9.62393261069418057E-06
+  9.80386704907685264E-06  9.98716488741970659E-06  1.01738889881279176E-05
+  1.03641033884264849E-05  1.05578733223146496E-05  1.07552652429305818E-05
+  1.09563468453339800E-05  1.11611870897143199E-05  1.13698562250328277E-05
+  1.15824258131061787E-05  1.17989687531402234E-05  1.20195593067221079E-05
+  1.22442731232794352E-05  1.24731872660150836E-05  1.27063802383266579E-05
+  1.29439320107195601E-05  1.31859240482229588E-05  1.34324393383180191E-05
+  1.36835624193879418E-05  1.39393794096996518E-05  1.41999780369269022E-05
+  1.44654476682251229E-05  1.47358793408681129E-05  1.50113657934572079E-05
+  1.52920014977135796E-05  1.55778826908645065E-05  1.58691074086348529E-05
+  1.61657755188548348E-05  1.64679887556958728E-05  1.67758507545458802E-05
+  1.70894670875365041E-05  1.74089452997337978E-05  1.77343949460052923E-05
+  1.80659276285757774E-05  1.84036570352848315E-05  1.87476989785590422E-05
+  1.90981714351124870E-05  1.94551945863887866E-05  1.98188908597589060E-05
+  2.01893849704885581E-05  2.05668039644896635E-05  2.09512772618706618E-05
+  2.13429367013002786E-05  2.17419165852002941E-05  2.21483537257824892E-05
+  2.25623874919457790E-05  2.29841598570493935E-05  2.34138154475786912E-05
+  2.38515015927199815E-05  2.42973683748616658E-05  2.47515686810387023E-05
+  2.52142582553382431E-05  2.56855957522841737E-05  2.61657427912190401E-05
+  2.66548640117019052E-05  2.71531271299409864E-05  2.76607029962806504E-05
+  2.81777656537621878E-05  2.87044923977786736E-05  2.92410638368439463E-05
+  2.97876639544974656E-05  3.03444801723643803E-05  3.09117034143946868E-05
+  3.14895281723018367E-05  3.20781525722237828E-05  3.26777784426292644E-05
+  3.32886113834925492E-05  3.39108608367602111E-05  3.45447401581343945E-05
+  3.51904666901964910E-05  3.58482618368971887E-05  3.65183511394374238E-05
+  3.72009643535669885E-05  3.78963355283266576E-05  3.86047030862613353E-05
+  3.93263099051311484E-05  4.00614034011488582E-05  4.08102356137717763E-05
+  4.15730632920775894E-05  4.23501479827531328E-05  4.31417561197266778E-05
+  4.39481591154741670E-05  4.47696334540306553E-05  4.56064607857390225E-05
+  4.64589280237678664E-05  4.73273274424322208E-05  4.82119567773502757E-05
+  4.91131193274705347E-05  5.00311240590042695E-05  5.09662857112990473E-05
+  5.19189249046890917E-05  5.28893682503597522E-05  5.38779484622636630E-05
+  5.48850044711265335E-05  5.59108815405819309E-05  5.69559313854745496E-05
+  5.80205122923725756E-05  5.91049892423302112E-05  6.02097340359423390E-05
+  6.13351254207343939E-05  6.24815492209304402E-05  6.36493984696444737E-05
+  6.48390735435395651E-05  6.60509823000011119E-05  6.72855402168713623E-05
+  6.85431705347925294E-05  6.98243044022072177E-05  7.11293810230661421E-05
+  7.24588478072931363E-05  7.38131605240590716E-05  7.51927834579169986E-05
+  7.65981895678521392E-05  7.80298606493005058E-05  7.94882874991922948E-05
+  8.09739700840754050E-05  8.24874177113776516E-05  8.40291492038654675E-05
+  8.55996930773585303E-05  8.71995877217617233E-05  8.88293815854758495E-05
+  9.04896333632496986E-05  9.21809121875383561E-05  9.39037978234327379E-05
+  9.56588808672266246E-05  9.74467629486894975E-05  9.92680569371140123E-05
+  1.01123387151208133E-04  1.03013389572904343E-04  1.04938712065157723E-04
+  1.06900014593808770E-04  1.08897969453584898E-04  1.10933261498319299E-04
+  1.13006588375464854E-04  1.15118660764982882E-04  1.17270202622689508E-04
+  1.19461951428140564E-04  1.21694658437141877E-04  1.23969088938969069E-04
+  1.26286022518385814E-04  1.28646253322549516E-04  1.31050590332895103E-04
+  1.33499857642090054E-04  1.35994894736154700E-04  1.38536556781844455E-04
+  1.41125714919390996E-04  1.43763256560703088E-04  1.46450085693128194E-04
+  1.49187123188877996E-04  1.51975307120224103E-04  1.54815593080570319E-04
+  1.57708954511511608E-04  1.60656383035990229E-04  1.63658888797663598E-04
+  1.66717500806597862E-04  1.69833267291406658E-04  1.73007256057953356E-04
+  1.76240554854738848E-04  1.79534271745101132E-04  1.82889535486350699E-04
+  1.86307495915971649E-04  1.89789324345020834E-04  1.93336213958857447E-04
+  1.96949380225340146E-04  2.00630061310628756E-04  2.04379518502735026E-04
+  2.08199036642963027E-04  2.12089924565387217E-04  2.16053515544518059E-04
+  2.20091167751306204E-04  2.24204264717639475E-04  2.28394215809492220E-04
+  2.32662456708886519E-04  2.37010449904827622E-04  2.41439685193382722E-04
+  2.45951680187070354E-04  2.50547980833734489E-04  2.55230161945078611E-04
+  2.59999827735039326E-04  2.64858612368181368E-04  2.69808180518300899E-04
+  2.74850227937424130E-04  2.79986482035397518E-04  2.85218702470262033E-04
+  2.90548681749613045E-04  2.95978245843150271E-04  3.01509254806623219E-04
+  3.07143603417383778E-04  3.12883221821761825E-04  3.18730076194481313E-04
+  3.24686169410340222E-04  3.30753541728382404E-04  3.36934271488789671E-04
+  3.43230475822733135E-04  3.49644311375420431E-04  3.56177975042583676E-04
+  3.62833704720658091E-04  3.69613780070902702E-04  3.76520523297720078E-04
+  3.83556299941440512E-04  3.90723519685834560E-04  3.98024637180628325E-04
+  4.05462152879295691E-04  4.13038613892414020E-04  4.20756614856865178E-04
+  4.28618798821178227E-04  4.36627858147310244E-04  4.44786535429167712E-04
+  4.53097624428178125E-04  4.61563971026225693E-04  4.70188474196270973E-04
+  4.78974086990981000E-04  4.87923817549699513E-04  4.97040730124098250E-04
+  5.06327946122851064E-04  5.15788645175678821E-04  5.25426066217127329E-04
+  5.35243508590435200E-04  5.45244333171865164E-04  5.55431963515870823E-04
+  5.65809887021488178E-04  5.76381656120332161E-04  5.87150889486605615E-04
+  5.98121273269517435E-04  6.09296562348520996E-04  6.20680581611798084E-04
+  6.32277227258407071E-04  6.44090468124531267E-04  6.56124347034273614E-04
+  6.68382982175438987E-04  6.80870568500769658E-04  6.93591379155096121E-04
+  7.06549766928873274E-04  7.19750165738592459E-04  7.33197092134558223E-04
+  7.46895146836522132E-04  7.60849016297696122E-04  7.75063474297648888E-04
+  7.89543383564624912E-04  8.04293697427813071E-04  8.19319461500117954E-04
+  8.34625815391982421E-04  8.50217994456837849E-04  8.66101331568743904E-04
+  8.82281258932814160E-04  8.98763309929018878E-04  9.15553120989972863E-04
+  9.32656433513329533E-04  9.50079095809395731E-04  9.67827065084628539E-04
+  9.85906409461640527E-04  1.00432331003639705E-03  1.02308406297326165E-03
+  1.04219508163858553E-03  1.06166289877353574E-03  1.08149416870686500E-03
+  1.10169566960835810E-03  1.12227430578367674E-03  1.14323711001135513E-03
+  1.16459124592270405E-03  1.18634401042540575E-03  1.20850283617156577E-03
+  1.23107529407104886E-03  1.25406909585088497E-03  1.27749209666159786E-03
+  1.30135229773128101E-03  1.32565784906828361E-03  1.35041705221338338E-03
+  1.37563836304231734E-03  1.40133039461959080E-03  1.42750192010446253E-03
+  1.45416187571005421E-03  1.48131936371651831E-03  1.50898365553923963E-03
+  1.53716419485303967E-03  1.56587060077339525E-03  1.59511267109566177E-03
+  1.62490038559336245E-03  1.65524390937655782E-03  1.68615359631138842E-03
+  1.71763999250185693E-03  1.74971383983495371E-03  1.78238607959024906E-03
+  1.81566785611508809E-03  1.84957052056653631E-03  1.88410563472126737E-03
+  1.91928497485457017E-03  1.95512053568969949E-03  1.99162453441880521E-03
+  2.02880941479667565E-03  2.06668785130860498E-03  2.10527275341363881E-03
+  2.14457726986453431E-03  2.18461479310577992E-03  2.22539896375100648E-03
+  2.26694367514119208E-03  2.30926307798504961E-03  2.35237158508302176E-03
+  2.39628387613633484E-03  2.44101490264257487E-03  2.48657989287927317E-03
+  2.53299435697702021E-03  2.58027409208365713E-03  2.62843518762107117E-03
+  2.67749403063622998E-03  2.72746731124800731E-03  2.77837202819149805E-03
+  2.83022549446141410E-03  2.88304534305629332E-03  2.93684953282521586E-03
+  2.99165635441874748E-03  3.04748443634588872E-03  3.10435275113880686E-03
+  3.16228062162715248E-03  3.22128772732382636E-03  3.28139411092401518E-03
+  3.34262018491943971E-03  3.40498673832966437E-03  3.46851494355254883E-03
+  3.53322636333556431E-03  3.59914295787027317E-03  3.66628709201176567E-03
+  3.73468154262523739E-03  3.80434950606172231E-03  3.87531460576512115E-03
+  3.94760090001266498E-03  4.02123288979095665E-03  4.09623552680981901E-03
+  4.17263422165613327E-03  4.25045485208995315E-03  4.32972377148515240E-03
+  4.41046781741691405E-03  4.49271432039841968E-03  4.57649111276907383E-03
+  4.66182653773667115E-03  4.74874945857593420E-03  4.83728926798585382E-03
+  4.92747589760832855E-03  5.01933982771059304E-03  5.11291209703398225E-03
+  5.20822431281157527E-03  5.30530866095733390E-03  5.40419791642932686E-03
+  5.50492545376969275E-03  5.60752525782401770E-03  5.71203193464280435E-03
+  5.81848072256778426E-03  5.92690750350579124E-03  6.03734881439298241E-03
+  6.14984185885220341E-03  6.26442451904632262E-03  6.38113536773036311E-03
+  6.50001368050531336E-03  6.62109944827651929E-03  6.74443338991951614E-03
+  6.87005696515630929E-03  6.99801238764497392E-03  7.12834263828561118E-03
+  7.26109147874559168E-03  7.39630346520715048E-03  7.53402396234027858E-03
+  7.67429915750401925E-03  7.81717607517917051E-03  7.96270259163545623E-03
+  8.11092744983626414E-03  8.26190027458397099E-03  8.41567158790902485E-03
+  8.57229282470579022E-03  8.73181634861829210E-03  8.89429546817896086E-03
+  9.05978445320345174E-03  9.22833855144464428E-03  9.40001400550889710E-03
+  9.57486807003766691E-03  9.75295902915754818E-03  9.93434621420176411E-03
+  1.01190900217062001E-02  1.03072519316830032E-02  1.04988945261746940E-02
+  1.06940815080918735E-02  1.08928777203373683E-02  1.10953491652198317E-02
+  1.13015630241596575E-02  1.15115876776899946E-02  1.17254927257558050E-02
+  1.19433490083136005E-02  1.21652286262346181E-02  1.23912049625141182E-02
+  1.26213527037893364E-02  1.28557478621686844E-02  1.30944677973745729E-02
+  1.33375912392023465E-02  1.35851983102974992E-02  1.38373705492535123E-02
+  1.40941909340322902E-02  1.43557439057093519E-02  1.46221153925455340E-02
+  1.48933928343871393E-02  1.51696652073960176E-02  1.54510230491112927E-02
+  1.57375584838440434E-02  1.60293652484061258E-02  1.63265387181743132E-02
+  1.66291759334906801E-02  1.69373756263998324E-02  1.72512382477237602E-02
+  1.75708659944744834E-02  1.78963628376047380E-02  1.82278345500965916E-02
+  1.85653887353877597E-02  1.89091348561349487E-02  1.92591842633136230E-02
+  1.96156502256528732E-02  1.99786479594043220E-02  2.03482946584431466E-02
+  2.07247095246994237E-02  2.11080137989174584E-02  2.14983307917404366E-02
+  2.18957859151174133E-02  2.23005067140292675E-02  2.27126228985298183E-02
+  2.31322663760978806E-02  2.35595712842957793E-02  2.39946740237289846E-02
+  2.44377132913014480E-02  2.48888301137606335E-02  2.53481678815254685E-02
+  2.58158723827901608E-02  2.62920918378963357E-02  2.67769769339647017E-02
+  2.72706808597779557E-02  2.77733593409048539E-02  2.82851706750552705E-02
+  2.88062757676555495E-02  2.93368381676320233E-02  2.98770241033905308E-02
+  3.04270025189784972E-02  3.09869451104154911E-02  3.15570263621772415E-02
+  3.21374235838172220E-02  3.27283169467089199E-02  3.33298895208911095E-02
+  3.39423273119967978E-02  3.45658192982466889E-02  3.52005574674853217E-02
+  3.58467368542380663E-02  3.65045555767658444E-02  3.71742148740921707E-02
+  3.78559191429773956E-02  3.85498759748124295E-02  3.92562961924030479E-02
+  3.99753938866152583E-02  4.07073864528494297E-02  4.14524946273104530E-02
+  4.22109425230386484E-02  4.29829576656651918E-02  4.37687710288538201E-02
+  4.45686170693881112E-02  4.53827337618633239E-02  4.62113626329378330E-02
+  4.70547487950989940E-02  4.79131409798946792E-02  4.87867915705809119E-02
+  4.96759566341325592E-02  5.05808959525624463E-02  5.15018730534917285E-02
+  5.24391552399115848E-02  5.33930136190741769E-02  5.43637231304473154E-02
+  5.53515625726659563E-02  5.63568146294086067E-02  5.73797658941264666E-02
+  5.84207068935474957E-02  5.94799321098760589E-02  6.05577400016049788E-02
+  6.16544330228536372E-02  6.27703176411418540E-02  6.39057043535062597E-02
+  6.50609077008616754E-02  6.62362462805066166E-02  6.74320427566675873E-02
+  6.86486238689731493E-02  6.98863204387444453E-02  7.11454673729844667E-02
+  7.24264036659436755E-02  7.37294723981357231E-02  7.50550207326710628E-02
+  7.64033999087731230E-02  7.77749652323342922E-02  7.91700760633663875E-02
+  8.05890958001931751E-02  8.20323918602274132E-02  8.35003356571701189E-02
+  8.49933025744628451E-02  8.65116719348183599E-02  8.80558269656495779E-02
+  8.96261547602089509E-02  9.12230462342459164E-02  9.28468960779817304E-02
+  9.44981027031959048E-02  9.61770681852096715E-02  9.78841981995473148E-02
+  9.96199019530464441E-02  1.01384592109183033E-01  1.03178684707367643E-01
+  1.05002599075963654E-01  1.06856757738768390E-01  1.08741586314691135E-01
+  1.10657513410354028E-01  1.12604970505332885E-01  1.14584391829746446E-01
+  1.16596214233894754E-01  1.18640877049637924E-01  1.20718821943197094E-01
+  1.22830492759052196E-01  1.24976335354599927E-01  1.27156797425226564E-01
+  1.29372328319442398E-01  1.31623378843712502E-01  1.33910401056611034E-01
+  1.36233848051915268E-01  1.38594173730246739E-01  1.40991832558856028E-01
+  1.43427279319139511E-01  1.45900968841464224E-01  1.48413355726868562E-01
+  1.50964894055197363E-01  1.53556037079218027E-01  1.56187236904255677E-01
+  1.58858944152876130E-01  1.61571607614134916E-01  1.64325673876901140E-01
+  1.67121586946756356E-01  1.69959787845958415E-01  1.72840714195953232E-01
+  1.75764799781905373E-01  1.78732474098714372E-01  1.81744161877972654E-01
+  1.84800282595312282E-01  1.87901249957586503E-01  1.91047471369317212E-01
+  1.94239347377840266E-01  1.97477271096570539E-01  2.00761627605808124E-01
+  2.04092793330496125E-01  2.07471135394346723E-01  2.10897010949740810E-01
+  2.14370766482810421E-01  2.17892737093111244E-01  2.21463245747293314E-01
+  2.25082602506180368E-01  2.28751103724670529E-01  2.32469031223877853E-01
+  2.36236651434938744E-01  2.40054214513916286E-01  2.43921953427244681E-01
+  2.47840083007169504E-01  2.51808798976650206E-01  2.55828276943210864E-01
+  2.59898671361240341E-01  2.64020114462267363E-01  2.68192715152755945E-01
+  2.72416557878996823E-01  2.76691701458695982E-01  2.81018177878899378E-01
+  2.85395991059923915E-01  2.89825115585007231E-01  2.94305495395434547E-01
+  2.98837042450943224E-01  3.03419635355263340E-01  3.08053117946707034E-01
+  3.12737297853780016E-01  3.17471945015856238E-01  3.22256790169033913E-01
+  3.27091523297350861E-01  3.31975792049651108E-01  3.36909200122453678E-01
+  3.41891305609290708E-01  3.46921619317076602E-01  3.51999603050184073E-01
+  3.57124667863020662E-01  3.62296172282021711E-01  3.67513420498115473E-01
+  3.72775660530854647E-01  3.78082082365561289E-01  3.83431816064994491E-01
+  3.88823929857220030E-01  3.94257428201539084E-01  3.99731249834530955E-01
+  4.05244265798460068E-01  4.10795277454513552E-01  4.16383014483561908E-01
+  4.22006132877367213E-01  4.27663212923417302E-01  4.33352757186824589E-01
+  4.39073188492996036E-01  4.44822847915080866E-01  4.50599992770489732E-01
+  4.56402794631105224E-01  4.62229337352125236E-01  4.68077615124825375E-01
+  4.73945530558885442E-01  4.79830892800295117E-01  4.85731415691238788E-01
+  4.91644715978764024E-01  4.97568311579447309E-01  5.03499619907705087E-01
+  5.09435956275837154E-01  5.15374532374349936E-01  5.21312454841573403E-01
+  5.27246723932069505E-01  5.33174232293825212E-01  5.39091763864730122E-01
+  5.44995992899348858E-01  5.50883483137531660E-01  5.56750687126932875E-01
+  5.62593945712049681E-01  5.68409487702933980E-01  5.74193429737280381E-01
+  5.79941776350134996E-01  5.85650420266018545E-01  5.91315142928790949E-01
+  5.96931615285121731E-01  6.02495398837943563E-01  6.08001946986775232E-01
+  6.13446606672281014E-01  6.18824620342896314E-01  6.24131128261771972E-01
+  6.29361171172698519E-01  6.34509693344006531E-01  6.39571546009762848E-01
+  6.44541491227817454E-01  6.49414206174453446E-01  6.54184287895496985E-01
+  6.58846258533789197E-01  6.63394571052854487E-01  6.67823615476440091E-01
+  6.72127725663341780E-01  6.76301186636510288E-01  6.80338242484915368E-01
+  6.84233104855938357E-01  6.87979962055214722E-01  6.91572988769798669E-01
+  6.95006356429277106E-01  6.98274244218005880E-01  7.01370850749929109E-01
+  7.04290406415494785E-01  7.07027186407939379E-01  7.09575524433685878E-01
+  7.11929827108743862E-01  7.14084589039799322E-01  7.16034408585125237E-01
+  7.17774004286482636E-01  7.19298231958811152E-01  7.20602102419704460E-01
+  7.21680799835384135E-01  7.22529700654129248E-01  7.23144393091845084E-01
+  7.23520697127649326E-01  7.23654684959991301E-01  7.23542701865893312E-01
+  7.23181387397378361E-01  7.22567696840028417E-01  7.21698922848892255E-01
+  7.20572717166604870E-01  7.19187112317651867E-01  7.17540543161135469E-01
+  7.15631868172286079E-01  7.13460390310283299E-01  7.11025877316745714E-01
+  7.08328581275645353E-01  7.05369257251356019E-01  7.02149180807268847E-01
+  6.98670164192947141E-01  6.94934570973296806E-01  6.90945328858899255E-01
+  6.86705940482663202E-01  6.82220491854581002E-01  6.77493658213865202E-01
+  6.72530706986508742E-01  6.67337497546680369E-01  6.61920477472841329E-01
+  6.56286674984630447E-01  6.50443687244925739E-01  6.44399664213930690E-01
+  6.38163287749331398E-01  6.31743745659614886E-01  6.25150700437520523E-01
+  6.18394252428623337E-01  6.11484897227641877E-01  6.04433477143821229E-01
+  5.97251126638496665E-01  5.89949211714898558E-01  5.82539263334565960E-01
+  5.75032905049323140E-01  5.67441775175493657E-01  5.59777444001399171E-01
+  5.52051326713970281E-01  5.44274592960009018E-01  5.36458074226937254E-01
+  5.28612170542493209E-01  5.20746758358750395E-01  5.12871101910112759E-01
+  5.04993770825371890E-01  4.97122567339007670E-01  4.89264467096798161E-01
+  4.81425578295989642E-01  4.73611124753344770E-01  4.65825459468775460E-01
+  4.58072116363306470E-01  4.50353909134928065E-01  4.42673087613377925E-01
+  4.35031563626270323E-01  4.27431220238213061E-01  4.19873910740338974E-01
+  4.12361457644968066E-01  4.04895651686504876E-01  3.97478250829778890E-01
+  3.90110979287109805E-01  3.82795526545467057E-01  3.75533546405167895E-01
+  3.68326656031644772E-01  3.61176435021891507E-01  3.54084424487276284E-01
+  3.47052126154493268E-01  3.40081001486494727E-01  3.33172470825326639E-01
+  3.26327912558856070E-01  3.19548662313450582E-01  3.12836012174727729E-01
+  END     
+   TPHI    4 #tphi(r), for tphi(r)/r*Ylm)
+  0.00000000000000000E+00  1.73193416725198252E-17  6.99232125848855120E-17
+  1.58796197120615670E-16  2.84944304447646216E-16  4.49395397044804682E-16
+  6.53199627498423868E-16  8.97429883726104310E-16  1.18318224278751458E-15
+  1.51157643344527965E-15  1.88375630764190813E-15  2.30089032106192722E-15
+  2.76417202295156187E-15  3.27482055537163329E-15  3.83408116206232770E-15
+  4.44322570710242574E-15  5.10355320354830669E-15  5.81639035224228641E-15
+  6.58309209098266733E-15  7.40504215425213514E-15  8.28365364370447873E-15
+  9.22036960961338445E-15  1.02166636434910558E-14  1.12740404820882667E-14
+  1.23940366229912157E-14  1.35782209520349557E-14  1.48281953827571839E-14
+  1.61455955081200201E-14  1.75320912647323713E-14  1.89893876098093461E-14
+  2.05192252111094915E-14  2.21233811500960895E-14  2.38036696385718862E-14
+  2.55619427490428523E-14  2.74000911590702403E-14  2.93200449098757273E-14
+  3.13237741794692148E-14  3.34132900705735041E-14  3.55906454136263165E-14
+  3.78579355851440847E-14  4.02172993417382470E-14  4.26709196700796462E-14
+  4.52210246531129198E-14  4.78698883528270551E-14  5.06198317098963722E-14
+  5.34732234605089117E-14  5.64324810707085506E-14  5.95000716885806848E-14
+  6.26785131146187257E-14  6.59703747906149319E-14  6.93782788074254001E-14
+  7.29049009319653965E-14  7.65529716537981247E-14  8.03252772516869128E-14
+  8.42246608804880336E-14  8.82540236787670775E-14  9.24163258975313018E-14
+  9.67145880504752772E-14  1.01151892086146479E-13  1.05731382582444543E-13
+  1.10456267963874304E-13  1.15329821741984190E-13  1.20355383779424421E-13
+  1.25536361578073163E-13  1.30876231591682885E-13  1.36378540563509503E-13
+  1.42046906889397050E-13  1.47885022006794517E-13  1.53896651810198024E-13
+  1.60085638093512145E-13  1.66455900019841794E-13  1.73011435619228509E-13
+  1.79756323314859904E-13  1.86694723478287881E-13  1.93830880014202310E-13
+  2.01169121975318079E-13  2.08713865207940939E-13  2.16469614028792809E-13
+  2.24440962933681875E-13  2.32632598338622054E-13  2.41049300354008177E-13
+  2.49695944592472667E-13  2.58577504011056563E-13  2.67699050788343177E-13
+  2.77065758237208650E-13  2.86682902753864250E-13  2.96555865803872140E-13
+  3.06690135945829418E-13  3.17091310893431947E-13  3.27765099616638464E-13
+  3.38717324482670991E-13  3.49953923437604843E-13  3.61480952229305150E-13
+  3.73304586672494561E-13  3.85431124956744066E-13  3.97866989998189279E-13
+  4.10618731835800834E-13  4.23693030073045649E-13  4.37096696365790500E-13
+  4.50836676957321299E-13  4.64920055261360673E-13  4.79354054493990870E-13
+  4.94146040355398499E-13  5.09303523762379250E-13  5.24834163632557152E-13
+  5.40745769721290757E-13  5.57046305512259122E-13  5.73743891162730367E-13
+  5.90846806504550824E-13  6.08363494101893298E-13  6.26302562366836374E-13
+  6.44672788733861469E-13  6.63483122894373787E-13  6.82742690092375975E-13
+  7.02460794482443968E-13  7.22646922551176223E-13  7.43310746603309758E-13
+  7.64462128313715191E-13  7.86111122346513761E-13  8.08267980042574794E-13
+  8.30943153176674347E-13  8.54147297785635690E-13  8.77891278068769226E-13
+  9.02186170361985107E-13  9.27043267186953299E-13  9.52474081376724244E-13
+  9.78490350279243941E-13  1.00510404004023060E-12  1.03232734996690206E-12
+  1.06017271697406712E-12  1.08865282011413859E-12  1.11778058519263082E-12
+  1.14756918947076009E-12  1.17803206645677157E-12  1.20918291078767188E-12
+  1.24103568320304821E-12  1.27360461561272102E-12  1.30690421625997838E-12
+  1.34094927498219143E-12  1.37575486857064080E-12  1.41133636623141461E-12
+  1.44770943514927425E-12  1.48489004615642044E-12  1.52289447950813388E-12
+  1.56173933076729163E-12  1.60144151679979787E-12  1.64201828188302654E-12
+  1.68348720392937764E-12  1.72586620082712106E-12  1.76917353690072122E-12
+  1.81342782949289333E-12  1.85864805567066525E-12  1.90485355905777668E-12
+  1.95206405679578308E-12  2.00029964663629071E-12  2.04958081416676924E-12
+  2.09992844017244590E-12  2.15136380813685250E-12  2.20390861188360711E-12
+  2.25758496336209365E-12  2.31241540057972368E-12  2.36842289568355041E-12
+  2.42563086319401557E-12  2.48406316839369380E-12  2.54374413587394203E-12
+  2.60469855824241412E-12  2.66695170499444932E-12  2.73052933155142079E-12
+  2.79545768846917029E-12  2.86176353081971294E-12  2.92947412774947403E-12
+  2.99861727221734386E-12  3.06922129091596155E-12  3.14131505437962181E-12
+  3.21492798728232908E-12  3.29009007892955281E-12  3.36683189394733689E-12
+  3.44518458317242316E-12  3.52517989474719235E-12  3.60685018542325304E-12
+  3.69022843207758433E-12  3.77534824344521430E-12  3.86224387207251302E-12
+  3.95095022649520486E-12  4.04150288364534415E-12  4.13393810149151304E-12
+  4.22829283191664635E-12  4.32460473383792146E-12  4.42291218657322797E-12
+  4.52325430345888864E-12  4.62567094572329101E-12  4.73020273662126009E-12
+  4.83689107583403294E-12  4.94577815413983590E-12  5.05690696836011901E-12
+  5.17032133658660771E-12  5.28606591369447099E-12  5.40418620714691001E-12
+  5.52472859309667537E-12  5.64774033279005875E-12  5.77326958927901333E-12
+  5.90136544444721907E-12  6.03207791635590110E-12  6.16545797691547717E-12
+  6.30155756988908068E-12  6.44042962923418654E-12  6.58212809778868173E-12
+  6.72670794630785606E-12  6.87422519285882773E-12  7.02473692257916027E-12
+  7.17830130780646428E-12  7.33497762858591576E-12  7.49482629356281319E-12
+  7.65790886126736051E-12  7.82428806179900812E-12  7.99402781891788391E-12
+  8.16719327255086071E-12  8.34385080172012723E-12  8.52406804790206896E-12
+  8.70791393882462439E-12  8.89545871271122167E-12  9.08677394297975522E-12
+  9.28193256340505320E-12  9.48100889375355851E-12  9.68407866589903630E-12
+  9.89121905042837958E-12  1.01025086837465601E-11  1.03180276956902065E-11
+  1.05378577376593046E-11  1.07620820112766399E-11  1.09907852975849492E-11
+  1.12240539867918452E-11  1.14619761085727046E-11  1.17046413629420481E-11
+  1.19521411517039984E-11  1.22045686104926935E-11  1.24620186414136587E-11
+  1.27245879462974681E-11  1.29923750605770498E-11  1.32654803878003962E-11
+  1.35440062347905784E-11  1.38280568474650583E-11  1.41177384473268741E-11
+  1.44131592686399819E-11  1.47144295963018739E-11  1.50216618044262045E-11
+  1.53349703956490432E-11  1.56544720411720187E-11  1.59802856215563262E-11
+  1.63125322682815602E-11  1.66513354060837621E-11  1.69968207960871929E-11
+  1.73491165797447354E-11  1.77083533236020757E-11  1.80746640649010137E-11
+  1.84481843580376804E-11  1.88290523218916420E-11  1.92174086880421699E-11
+  1.96133968498882840E-11  2.00171629126895738E-11  2.04288557445447934E-11
+  2.08486270283261475E-11  2.12766313145867682E-11  2.17130260754599138E-11
+  2.21579717595681837E-11  2.26116318479619272E-11  2.30741729111058005E-11
+  2.35457646669334000E-11  2.40265800399896816E-11  2.45167952216817557E-11
+  2.50165897316585709E-11  2.55261464803408538E-11  2.60456518326226532E-11
+  2.65752956727664407E-11  2.71152714705141324E-11  2.76657763484369190E-11
+  2.82270111505467025E-11  2.87991805121932097E-11  2.93824929312705234E-11
+  2.99771608407576173E-11  3.05834006826179315E-11  3.12014329830833030E-11
+  3.18314824293482366E-11  3.24737779477008420E-11  3.31285527831173837E-11
+  3.37960445803477979E-11  3.44764954665200681E-11  3.51701521352917840E-11
+  3.58772659325780867E-11  3.65980929438851781E-11  3.73328940832798320E-11
+  3.80819351840248273E-11  3.88454870909124284E-11  3.96238257543267697E-11
+  4.04172323260681410E-11  4.12259932569717124E-11  4.20504003963545808E-11
+  4.28907510933250505E-11  4.37473482999892547E-11  4.46205006765904768E-11
+  4.55105226986172781E-11  4.64177347659173774E-11  4.73424633138547438E-11
+  4.82850409265482314E-11  4.92458064522303299E-11  5.02251051207663489E-11
+  5.12232886633737612E-11  5.22407154345831723E-11  5.32777505364831236E-11
+  5.43347659452908620E-11  5.54121406402929182E-11  5.65102607352000950E-11
+  5.76295196119611928E-11  5.87703180570827102E-11  5.99330644004998675E-11
+  6.11181746570482082E-11  6.23260726705832384E-11  6.35571902607983807E-11
+  6.48119673727911332E-11  6.60908522294295180E-11  6.73943014865704685E-11
+  6.87227803911840887E-11  7.00767629424376556E-11  7.14567320557952631E-11
+  7.28631797301889561E-11  7.42966072183190755E-11  7.57575252001424930E-11
+  7.72464539596080338E-11  7.87639235646999748E-11  8.03104740508515815E-11
+  8.18866556077914301E-11  8.34930287698872308E-11  8.51301646100518655E-11
+  8.67986449372789782E-11  8.84990624978752733E-11  9.02320211804594592E-11
+  9.19981362247973842E-11  9.37980344345462593E-11  9.56323543939796234E-11
+  9.75017466887689451E-11  9.94068741308965377E-11  1.01348411987777869E-10
+  1.03327048215671766E-10  1.05343483697458332E-10  1.07398432484866752E-10
+  1.09492622045235887E-10  1.11626793512892689E-10  1.13801701945234515E-10
+  1.16018116583603492E-10  1.18276821119042455E-10  1.20578613963023734E-10
+  1.22924308523244140E-10  1.25314733484579842E-10  1.27750733095299661E-10
+  1.30233167458632124E-10  1.32762912829789479E-10  1.35340861918548599E-10
+  1.37967924197493850E-10  1.40645026216026784E-10  1.43373111920251780E-10
+  1.46153142978845934E-10  1.48986099115027036E-10  1.51872978444731474E-10
+  1.54814797821120044E-10  1.57812593185529050E-10  1.60867419924987248E-10
+  1.63980353236421715E-10  1.67152488497677688E-10  1.70384941645479340E-10
+  1.73678849560462056E-10  1.77035370459407161E-10  1.80455684294815939E-10
+  1.83940993161957400E-10  1.87492521713531959E-10  1.91111517582091899E-10
+  1.94799251810364499E-10  1.98557019289625351E-10  2.02386139206271793E-10
+  2.06287955496750710E-10  2.10263837310997051E-10  2.14315179484540281E-10
+  2.18443403019443582E-10  2.22649955574238560E-10  2.26936311963025632E-10
+  2.31303974663909427E-10  2.35754474336945791E-10  2.40289370351776123E-10
+  2.44910251325133117E-10  2.49618735668398447E-10  2.54416472145404307E-10
+  2.59305140440667669E-10  2.64286451738252983E-10  2.69362149311463390E-10
+  2.74534009123561153E-10  2.79803840439723164E-10  2.85173486450444426E-10
+  2.90644824906600275E-10  2.96219768766387188E-10  3.01900266854363885E-10
+  3.07688304532818727E-10  3.13585904385693912E-10  3.19595126915301356E-10
+  3.25718071252069454E-10  3.31956875877564490E-10  3.38313719361033913E-10
+  3.44790821109725439E-10  3.51390442133239356E-10  3.58114885822176132E-10
+  3.64966498741345646E-10  3.71947671437811911E-10  3.79060839264050844E-10
+  3.86308483216500636E-10  3.93693130789796130E-10  4.01217356846978648E-10
+  4.08883784505979919E-10  4.16695086042684419E-10  4.24653983810880302E-10
+  4.32763251179414605E-10  4.41025713486875796E-10  4.49444249014126453E-10
+  4.58021789975026226E-10  4.66761323525680899E-10  4.75665892792565228E-10
+  4.84738597919872051E-10  4.93982597136448873E-10  5.03401107842683102E-10
+  5.12997407717716075E-10  5.22774835847359555E-10  5.32736793873105438E-10
+  5.42886747162621681E-10  5.53228226002135841E-10  5.63764826811116824E-10
+  5.74500213379669355E-10  5.85438118129068722E-10  5.96582343395863139E-10
+  6.07936762739994847E-10  6.19505322277374018E-10  6.31292042037376442E-10
+  6.43301017345722829E-10  6.55536420233214753E-10  6.68002500870816499E-10
+  6.80703589031567134E-10  6.93644095579830281E-10  7.06828513988390402E-10
+  7.20261421883915498E-10  7.33947482621319517E-10  7.47891446887559171E-10
+  7.62098154335423591E-10  7.76572535247864938E-10  7.91319612233462755E-10
+  8.06344501953570047E-10  8.21652416881769880E-10  8.37248667096223559E-10
+  8.53138662105531111E-10  8.69327912708730644E-10  8.85822032890076719E-10
+  9.02626741749246668E-10  9.19747865467632554E-10  9.37191339311401216E-10
+  9.54963209672004698E-10  9.73069636144842947E-10  9.91516893646787347E-10
+  1.01031137457330201E-09  1.02945959099589042E-09  1.04896817690063046E-09
+  1.06884389046856055E-09  1.08909361639870563E-09  1.10972436827452730E-09
+  1.13074329097462777E-09  1.15215766312851826E-09  1.17397489961830530E-09
+  1.19620255412714431E-09  1.21884832173534815E-09  1.24192004156502134E-09
+  1.26542569947414920E-09  1.28937343080104630E-09  1.31377152316012302E-09
+  1.33862841928991585E-09  1.36395271995436439E-09  1.38975318689833185E-09
+  1.41603874585837907E-09  1.44281848962982725E-09  1.47010168119116072E-09
+  1.49789775688684137E-09  1.52621632966962811E-09  1.55506719240351180E-09
+  1.58446032122839744E-09  1.61440587898769209E-09  1.64491421871997320E-09
+  1.67599588721592812E-09  1.70766162864179890E-09  1.73992238823055771E-09
+  1.77278931604209660E-09  1.80627377079370715E-09  1.84038732376217577E-09
+  1.87514176275881917E-09  1.91054909617884279E-09  1.94662155712639023E-09
+  1.98337160761671262E-09  2.02081194285689875E-09  2.05895549560662240E-09
+  2.09781544062042108E-09  2.13740519917300849E-09  2.17773844366919954E-09
+  2.21882910234000048E-09  2.26069136402649089E-09  2.30333968305314541E-09
+  2.34678878419224385E-09  2.39105366772109998E-09  2.43614961457381726E-09
+  2.48209219158935857E-09  2.52889725685771913E-09  2.57658096516604438E-09
+  2.62515977354654977E-09  2.67465044692815457E-09  2.72507006389376728E-09
+  2.77643602254519425E-09  2.82876604647767835E-09  2.88207819086613590E-09
+  2.93639084866515579E-09  2.99172275692489484E-09  3.04809300322505488E-09
+  3.10552103222911328E-09  3.16402665236108619E-09  3.22363004260709807E-09
+  3.28435175944409008E-09  3.34621274389806172E-09  3.40923432873423073E-09
+  3.47343824578162229E-09  3.53884663339455993E-09  3.60548204405364763E-09
+  3.67336745210882099E-09  3.74252626166715294E-09  3.81298231462809864E-09
+  3.88475989886894394E-09  3.95788375658325912E-09  4.03237909277522194E-09
+  4.10827158391272842E-09  4.18558738674224798E-09  4.26435314726845299E-09
+  4.34459600990170063E-09  4.42634362677649791E-09  4.50962416724417681E-09
+  4.59446632754297057E-09  4.68089934064889196E-09  4.76895298631070709E-09
+  4.85865760127252298E-09  4.95004408968743225E-09  5.04314393372582822E-09
+  5.13798920438200595E-09  5.23461257248276984E-09  5.33304731990180576E-09
+  5.43332735098368719E-09  5.53548720418140815E-09  5.63956206391145793E-09
+  5.74558777263048439E-09  5.85360084313769391E-09  5.96363847110721424E-09
+  6.07573854785470326E-09  6.18993967334260605E-09  6.30628116942847724E-09
+  6.42480309336098361E-09  6.54554625152811573E-09  6.66855221346243930E-09
+  6.79386332610807313E-09  6.92152272835438317E-09  7.05157436584132518E-09
+  7.18406300604151319E-09  7.31903425362420522E-09  7.45653456610647863E-09
+  7.59661126979693788E-09  7.73931257603742244E-09  7.88468759774834867E-09
+  8.03278636628323441E-09  8.18365984859833811E-09  8.33735996474316786E-09
+  8.49393960567793689E-09  8.65345265142403542E-09  8.81595398955384662E-09
+  8.98149953402598010E-09  9.15014624437275184E-09  9.32195214524620741E-09
+  9.49697634632948911E-09  9.67527906262041477E-09  9.85692163509413508E-09
+  1.00419665517520314E-08  1.02304774690640221E-08  1.04225192338116898E-08
+  1.06181579053396314E-08  1.08174607782227447E-08  1.10204964053571904E-08
+  1.12273346214829436E-08  1.14380465671459920E-08  1.16527047131084573E-08
+  1.18713828852149246E-08  1.20941562897235506E-08  1.23211015391106785E-08
+  1.25522966783577151E-08  1.27878212117293758E-08  1.30277561300524056E-08
+  1.32721839385041842E-08  1.35211886849207536E-08  1.37748559886338631E-08
+  1.40332730698471094E-08  1.42965287795610512E-08  1.45647136300577249E-08
+  1.48379198259548708E-08  1.51162412958406450E-08  1.53997737244995921E-08
+  1.56886145857408971E-08  1.59828631758403118E-08  1.62826206476070756E-08
+  1.65879900450875401E-08  1.68990763389175516E-08  1.72159864623354301E-08
+  1.75388293478682068E-08  1.78677159647034294E-08  1.82027593567595838E-08
+  1.85440746814679344E-08  1.88917792492793582E-08  1.92459925639095342E-08
+  1.96068363633363069E-08  1.99744346615633177E-08  2.03489137911642864E-08
+  2.07304024466223943E-08  2.11190317284797596E-08  2.15149351883120110E-08
+  2.19182488745435528E-08  2.23291113791190795E-08  2.27476638850473969E-08
+  2.31740502148339150E-08  2.36084168798182630E-08  2.40509131304342133E-08
+  2.45016910074087696E-08  2.49609053939183702E-08  2.54287140687198198E-08
+  2.59052777602742559E-08  2.63907602018827400E-08  2.68853281878523540E-08
+  2.73891516307120911E-08  2.79024036194979906E-08  2.84252604791278013E-08
+  2.89579018308853413E-08  2.95005106540352295E-08  3.00532733485893309E-08
+  3.06163797992462991E-08  3.11900234405260672E-08  3.17744013231218829E-08
+  3.23697141814923594E-08  3.29761665027168437E-08  3.35939665966377909E-08
+  3.42233266673140422E-08  3.48644628858095750E-08  3.55175954643427411E-08
+  3.61829487318213361E-08  3.68607512107894545E-08  3.75512356958124285E-08
+  3.82546393333269215E-08  3.89712037029833352E-08  3.97011749005084816E-08
+  4.04448036221171216E-08  4.12023452505010819E-08  4.19740599424254253E-08
+  4.27602127179620222E-08  4.35610735513906841E-08  4.43769174637994193E-08
+  4.52080246174153496E-08  4.60546804116986121E-08  4.69171755812323561E-08
+  4.77958062954423104E-08  4.86908742601800286E-08  4.96026868212048382E-08
+  5.05315570695999030E-08  5.14778039491583328E-08  5.24417523657766143E-08
+  5.34237332988923309E-08  5.44240839150049340E-08  5.54431476833180812E-08
+  5.64812744935433304E-08  5.75388207759056307E-08  5.86161496233917230E-08
+  5.97136309162834716E-08  6.08316414490184318E-08  6.19705650594219187E-08
+  6.31307927603539328E-08  6.43127228738169221E-08  6.55167611675699807E-08
+  6.67433209942962561E-08  6.79928234333714094E-08  6.92656974352819125E-08
+  7.05623799687424151E-08  7.18833161705626611E-08  7.32289594983156870E-08
+  7.45997718858590676E-08  7.59962239017632161E-08  7.74187949107003976E-08
+  7.88679732378504083E-08  8.03442563363787369E-08  8.18481509580452781E-08
+  8.33801733270012797E-08  8.49408493168349115E-08  8.65307146309258619E-08
+  8.81503149861704101E-08  8.98002063001408735E-08  9.14809548817423745E-08
+  9.31931376254343185E-08  9.49373422090800062E-08  9.67141672954957009E-08
+  9.85242227377659491E-08  1.00368129788396384E-07  1.02246521312375889E-07
+  1.04160042004220376E-07  1.06109348609073684E-07  1.08095110147940741E-07
+  1.10118008147130308E-07  1.12178736871986032E-07  1.14278003564986074E-07
+  1.16416528688293002E-07  1.18595046170836598E-07  1.20814303660015219E-07
+  1.23075062778101110E-07  1.25378099383438383E-07  1.27724203836522203E-07
+  1.30114181271052228E-07  1.32548851870050638E-07  1.35029051147142498E-07
+  1.37555630233091819E-07  1.40129456167694402E-07  1.42751412197125178E-07
+  1.45422398076844131E-07  1.48143330380162533E-07  1.50915142812577696E-07
+  1.53738786531981467E-07  1.56615230474854443E-07  1.59545461688556942E-07
+  1.62530485669829948E-07  1.65571326709623569E-07  1.68669028244369967E-07
+  1.71824653213822327E-07  1.75039284425581733E-07  1.78314024926436753E-07
+  1.81649998380645074E-07  1.85048349455283623E-07  1.88510244212802572E-07
+  1.92036870510915893E-07  1.95629438409966023E-07  1.99289180587902722E-07
+  2.03017352763018215E-07  2.06815234124583450E-07  2.10684127771533294E-07
+  2.14625361159351584E-07  2.18640286555307742E-07  2.22730281502203952E-07
+  2.26896749290788091E-07  2.31141119440998466E-07  2.35464848192202181E-07
+  2.39869419002597109E-07  2.44356343057948139E-07  2.48927159789832505E-07
+  2.53583437403570964E-07  2.58326773416027648E-07  2.63158795203460972E-07
+  2.68081160559615903E-07  2.73095558264245967E-07  2.78203708662263186E-07
+  2.83407364253712826E-07  2.88708310294774142E-07  2.94108365409997381E-07
+  2.99609382215981334E-07  3.05213247956711370E-07  3.10921885150770531E-07
+  3.16737252250648908E-07  3.22661344314377771E-07  3.28696193689715033E-07
+  3.34843870711122073E-07  3.41106484409766766E-07  3.47486183236797875E-07
+  3.53985155800139995E-07  3.60605631615057918E-07  3.67349881868754428E-07
+  3.74220220199256324E-07  3.81219003488862106E-07  3.88348632672419032E-07
+  3.95611553560709820E-07  4.03010257679230571E-07  4.10547283122645472E-07
+  4.18225215425216165E-07  4.26046688447498660E-07  4.34014385279617836E-07
+  4.42131039161422893E-07  4.50399434419847254E-07  4.58822407423786172E-07
+  4.67402847556825822E-07  4.76143698208156118E-07  4.85047957782004342E-07
+  4.94118680725939697E-07  5.03358978578400551E-07  5.12772021035801043E-07
+  5.22361037039587120E-07  5.32129315883613856E-07  5.42080208342220747E-07
+  5.52217127819398032E-07  5.62543551519430802E-07  5.73063021639431708E-07
+  5.83779146584162178E-07  5.94695602203566190E-07  6.05816133053436512E-07
+  6.17144553679648151E-07  6.28684749926401162E-07  6.40440680268916352E-07
+  6.52416377171049941E-07  6.64615948468282162E-07  6.77043578776564083E-07
+  6.89703530927501430E-07  7.02600147430368079E-07  7.15737851961451179E-07
+  7.29121150881241110E-07  7.42754634779983598E-07  7.56642980052126872E-07
+  7.70790950500203542E-07  7.85203398968698068E-07  7.99885269008458142E-07
+  8.14841596572226159E-07  8.30077511741867086E-07  8.45598240487890948E-07
+  8.61409106461868135E-07  8.77515532822359702E-07  8.93923044094982864E-07
+  9.10637268067252612E-07  9.27663937718853540E-07  9.45008893187998034E-07
+  9.62678083774550561E-07  9.80677569980604154E-07  9.99013525589207896E-07
+  1.01769223978196824E-06  1.03672011929623113E-06  1.05610369062260901E-06
+  1.07584960224359363E-06  1.09596462691402455E-06  1.11645566398419852E-06
+  1.13732974176642071E-06  1.15859401994579913E-06  1.18025579203612457E-06
+  1.20232248788166988E-06  1.22480167620576850E-06  1.24770106720705349E-06
+  1.27102851520423995E-06  1.29479202133036767E-06  1.31899973627742096E-06
+  1.34365996309227754E-06  1.36878116002493980E-06  1.39437194343002859E-06
+  1.42044109072253643E-06  1.44699754338885690E-06  1.47405041005412403E-06
+  1.50160896960691200E-06  1.52968267438237458E-06  1.55828115340491044E-06
+  1.58741421569147941E-06  1.61709185361669095E-06  1.64732424634083182E-06
+  1.67812176330200974E-06  1.70949496777360044E-06  1.74145462048824514E-06
+  1.77401168332961631E-06  1.80717732309324461E-06  1.84096291531766984E-06
+  1.87538004818728334E-06  1.91044052650813824E-06  1.94615637575814821E-06
+  1.98253984621303343E-06  2.01960341714945696E-06  2.05735980112677136E-06
+  2.09582194834887499E-06  2.13500305110764608E-06  2.17491654830951560E-06
+  2.21557613008671122E-06  2.25699574249476397E-06  2.29918959229790730E-06
+  2.34217215184398372E-06  2.38595816403057278E-06  2.43056264736401643E-06
+  2.47600090111310799E-06  2.52228851055918914E-06  2.56944135234449337E-06
+  2.61747559992054612E-06  2.66640772909852262E-06  2.71625452370344650E-06
+  2.76703308133420106E-06  2.81876081923131356E-06  2.87145548025454507E-06
+  2.92513513897234167E-06  2.97981820786523687E-06  3.03552344364534467E-06
+  3.09226995369412209E-06  3.15007720262061195E-06  3.20896501894241018E-06
+  3.26895360189174410E-06  3.33006352834880175E-06  3.39231575990496725E-06
+  3.45573165005819121E-06  3.52033295154305970E-06  3.58614182379807322E-06
+  3.65318084057270563E-06  3.72147299767686239E-06  3.79104172087542119E-06
+  3.86191087393053958E-06  3.93410476679456845E-06  4.00764816395630600E-06
+  4.08256629294355723E-06  4.15888485298486279E-06  4.23663002383342153E-06
+  4.31582847475623694E-06  4.39650737369158517E-06  4.47869439657796488E-06
+  4.56241773685775691E-06  4.64770611515885408E-06  4.73458878915760344E-06
+  4.82309556362649493E-06  4.91325680067000055E-06  5.00510343015218016E-06
+  5.09866696031956731E-06  5.19397948862306714E-06  5.29107371274257978E-06
+  5.38998294181812955E-06  5.49074110789142334E-06  5.59338277756178209E-06
+  5.69794316386041870E-06  5.80445813834724333E-06  5.91296424343431695E-06
+  6.02349870494024000E-06  6.13609944487980772E-06  6.25080509449334713E-06
+  6.36765500752024677E-06  6.48668927372128374E-06  6.60794873265436687E-06
+  6.73147498770857679E-06  6.85731042040119427E-06  6.98549820494282233E-06
+  7.11608232307555097E-06  7.24910757918930365E-06  7.38461961572165438E-06
+  7.52266492884637801E-06  7.66329088445621908E-06  7.80654573444539429E-06
+  7.95247863329745466E-06  8.10113965498429748E-06  8.25257981018212205E-06
+  8.40685106381038858E-06  8.56400635289974110E-06  8.72409960479520288E-06
+  8.88718575570089722E-06  9.05332076957272435E-06  9.22256165736560625E-06
+  9.39496649664189116E-06  9.57059445154780563E-06  9.74950579316486961E-06
+  9.93176192024329610E-06  1.01174253803246398E-05  1.03065598912610081E-05
+  1.04992303631383115E-05  1.06955029206111842E-05  1.08954449256573231E-05
+  1.10991250007591976E-05  1.13066130525211588E-05  1.15179802957301736E-05
+  1.17332992778685846E-05  1.19526439040874101E-05  1.21760894626488758E-05
+  1.24037126508470798E-05  1.26355916014157730E-05  1.28718059094325038E-05
+  1.31124366597284942E-05  1.33575664548138169E-05  1.36072794433275868E-05
+  1.38616613490231546E-05  1.41207995002983647E-05  1.43847828602812496E-05
+  1.46537020574816011E-05  1.49276494170192192E-05  1.52067189924396921E-05
+  1.54910065981288676E-05  1.57806098423373360E-05  1.60756281608265377E-05
+  1.63761628511481690E-05  1.66823171075690518E-05  1.69941960566535511E-05
+  1.73119067935161410E-05  1.76355584187567408E-05  1.79652620760918478E-05
+  1.83011309906946161E-05  1.86432805082574412E-05  1.89918281347906737E-05
+  1.93468935771714658E-05  1.97085987844571220E-05  2.00770679899773645E-05
+  2.04524277542203130E-05  2.08348070085274279E-05  2.12243370996127252E-05
+  2.16211518349218854E-05  2.20253875288473774E-05  2.24371830498158637E-05
+  2.28566798682645024E-05  2.32840221055229982E-05  2.37193565836189905E-05
+  2.41628328760239604E-05  2.46146033593579407E-05  2.50748232660711977E-05
+  2.55436507381216243E-05  2.60212468816667252E-05  2.65077758227897958E-05
+  2.70034047642798550E-05  2.75083040434857260E-05  2.80226471912645866E-05
+  2.85466109920461765E-05  2.90803755450338144E-05  2.96241243265642105E-05
+  3.01780442536481243E-05  3.07423257487147368E-05  3.13171628055825175E-05
+  3.19027530566804975E-05  3.24992978415436664E-05  3.31070022766072745E-05
+  3.37260753263246205E-05  3.43567298756342974E-05  3.49991828038024111E-05
+  3.56536550596665025E-05  3.63203717383081906E-05  3.69995621591819192E-05
+  3.76914599457280517E-05  3.83963031064990027E-05  3.91143341178273437E-05
+  3.98458000080660751E-05  4.05909524434312010E-05  4.13500478154775995E-05
+  4.21233473302400253E-05  4.29111170990713076E-05  4.37136282312106645E-05
+  4.45311569281157295E-05  4.53639845795926594E-05  4.62123978617589166E-05
+  4.70766888368746199E-05  4.79571550550787908E-05  4.88540996580674600E-05
+  4.97678314847513784E-05  5.06986651789322954E-05  5.16469212990366397E-05
+  5.26129264299472665E-05  5.35970132969738620E-05  5.45995208820041180E-05
+  5.56207945418781588E-05  5.66611861290296950E-05  5.77210541144386027E-05
+  5.88007637129400084E-05  5.99006870109361898E-05  6.10212030965585095E-05
+  6.21626981923277159E-05  6.33255657903612930E-05  6.45102067901787889E-05
+  6.57170296391556262E-05  6.69464504756778705E-05  6.81988932750516788E-05
+  6.94747899982214141E-05  7.07745807433519779E-05  7.20987139003327295E-05
+  7.34476463082600064E-05  7.48218434159581344E-05  7.62217794455991157E-05
+  7.76479375594819112E-05  7.91008100300354366E-05  8.05808984131086553E-05
+  8.20887137246135127E-05  8.36247766205878914E-05  8.51896175807466204E-05
+  8.67837770955910676E-05  8.84078058571474061E-05  9.00622649534078118E-05
+  9.17477260665478146E-05  9.34647716749964432E-05  9.52139952594364811E-05
+  9.69960015128138722E-05  9.88114065544378470E-05  1.00660838148253508E-04
+  1.02544935925372589E-04  1.04464351610946977E-04  1.06419749255475221E-04
+  1.08411805470629705E-04  1.10441209669698983E-04  1.12508664312737077E-04
+  1.14614885156517335E-04  1.16760601509388129E-04  1.18946556491130977E-04
+  1.21173507297923938E-04  1.23442225472514440E-04  1.25753497179708766E-04
+  1.28108123487288145E-04  1.30506920652462592E-04  1.32950720413977177E-04
+  1.35440370289987899E-04  1.37976733881825910E-04  1.40560691183773081E-04
+  1.43193138898973225E-04  1.45874990761606945E-04  1.48607177865460677E-04
+  1.51390648999023304E-04  1.54226370987247362E-04  1.57115329040113775E-04
+  1.60058527108143542E-04  1.63056988245002208E-04  1.66111754977346925E-04
+  1.69223889682067901E-04  1.72394474971082487E-04  1.75624614083839481E-04
+  1.78915431287700002E-04  1.82268072286359648E-04  1.85683704636485869E-04
+  1.89163518172744030E-04  1.92708725441392191E-04  1.96320562142629149E-04
+  2.00000287581882119E-04  2.03749185130227748E-04  2.07568562694142490E-04
+  2.11459753194785264E-04  2.15424115057017004E-04  2.19463032708369768E-04
+  2.23577917088181279E-04  2.27770206167116659E-04  2.32041365477303935E-04
+  2.36392888653315819E-04  2.40826297984235920E-04  2.45343144977052524E-04
+  2.49945010931630553E-04  2.54633507527516256E-04  2.59410277422837752E-04
+  2.64276994865568862E-04  2.69235366317432273E-04  2.74287131090723032E-04
+  2.79434061998340714E-04  2.84677966017328574E-04  2.90020684966219478E-04
+  2.95464096196502860E-04  3.01010113298528104E-04  3.06660686822175517E-04
+  3.12417805012624162E-04  3.18283494561564487E-04  3.24259821374206037E-04
+  3.30348891352441078E-04  3.36552851194534778E-04  3.42873889211722208E-04
+  3.49314236162099679E-04  3.55876166102212855E-04  3.62561997256748278E-04
+  3.69374092906751958E-04  3.76314862296800250E-04  3.83386761561580933E-04
+  3.90592294672310468E-04  3.97934014403485690E-04  4.05414523320425993E-04
+  4.13036474788105838E-04  4.20802574001778739E-04  4.28715579039912024E-04
+  4.36778301939960798E-04  4.44993609797528743E-04  4.53364425889474394E-04
+  4.61893730821536809E-04  4.70584563701073469E-04  4.79440023335513511E-04
+  4.88463269457150673E-04  4.97657523974916497E-04  5.07026072253788395E-04
+  5.16572264422509035E-04  5.26299516710310102E-04  5.36211312813353325E-04
+  5.46311205291621005E-04  5.56602816997007165E-04  5.67089842533383885E-04
+  5.77776049749438407E-04  5.88665281265095459E-04  5.99761456032366254E-04
+  6.11068570931488377E-04  6.22590702403242788E-04  6.34332008118359538E-04
+  6.46296728684954587E-04  6.58489189394958867E-04  6.70913802010535435E-04
+  6.83575066591501045E-04  6.96477573364809115E-04  7.09626004637168347E-04
+  7.23025136751909462E-04  7.36679842091246843E-04  7.50595091125106652E-04
+  7.64775954507736395E-04  7.79227605223335815E-04  7.93955320781999105E-04
+  8.08964485467279022E-04  8.24260592636737481E-04  8.39849247076877338E-04
+  8.55736167413895742E-04  8.71927188581736803E-04  8.88428264348976328E-04
+  9.05245469906100302E-04  9.22385004514799517E-04  9.39853194220945142E-04
+  9.57656494632957620E-04  9.75801493767336579E-04  9.94294914963172235E-04
+  1.01314361986750974E-03  1.03235461149349525E-03  1.05193503735329921E-03
+  1.07189219266785505E-03  1.09223352365553426E-03  1.11296663090192354E-03
+  1.13409927281295144E-03  1.15563936915367071E-03  1.17759500467507503E-03
+  1.19997443283140800E-03  1.22278607959048200E-03  1.24603854733962706E-03
+  1.26974061888993875E-03  1.29390126158160715E-03  1.31852963149317604E-03
+  1.34363507775766828E-03  1.36922714698862460E-03  1.39531558781916904E-03
+  1.42191035555733745E-03  1.44902161696098858E-03  1.47665975513572387E-03
+  1.50483537455936480E-03  1.53355930623662057E-03  1.56284261298771663E-03
+  1.59269659487485684E-03  1.62313279477053107E-03  1.65416300407178387E-03
+  1.68579926856470799E-03  1.71805389444355480E-03  1.75093945448898830E-03
+  1.78446879441016460E-03  1.81865503935544769E-03  1.85351160059674114E-03
+  1.88905218239257891E-03  1.92529078903525106E-03  1.96224173208744621E-03
+  1.99991963781403700E-03  2.03833945481484129E-03  2.07751646186433948E-03
+  2.11746627596456861E-03  2.15820486061757237E-03  2.19974853432400178E-03
+  2.24211397931468751E-03  2.28531825052219950E-03  2.32937878479965539E-03
+  2.37431341039424752E-03  2.42014035668323317E-03  2.46687826418034170E-03
+  2.51454619482083773E-03  2.56316364253373350E-03  2.61275054410990649E-03
+  2.66332729037517405E-03  2.71491473767767862E-03  2.76753421969919014E-03
+  2.82120755960029975E-03  2.87595708250977218E-03  2.93180562836863447E-03
+  2.98877656513996375E-03  3.04689380239565833E-03  3.10618180529183404E-03
+  3.16666560894490138E-03  3.22837083322071545E-03  3.29132369794961311E-03
+  3.35555103858060488E-03  3.42108032228830797E-03  3.48793966454677374E-03
+  3.55615784618470553E-03  3.62576433093711285E-03  3.69678928350885552E-03
+  3.76926358816610015E-03  3.84321886787215806E-03  3.91868750398475640E-03
+  3.99570265653227241E-03  4.07429828508712542E-03  4.15450917025497746E-03
+  4.23637093579904735E-03  4.31992007141953661E-03  4.40519395620860444E-03
+  4.49223088280220010E-03  4.58107008225055838E-03  4.67175174962996750E-03
+  4.76431707041908604E-03  4.85880824766382353E-03  4.95526852995554351E-03
+  5.05374224024818849E-03  5.15427480554062154E-03  5.25691278745143292E-03
+  5.36170391371418309E-03  5.46869711062202089E-03  5.57794253645149760E-03
+  5.68949161589626072E-03  5.80339707554233201E-03  5.91971298041767645E-03
+  6.03849477164964538E-03  6.15979930526506896E-03  6.28368489216871856E-03
+  6.41021133933701841E-03  6.53943999226499692E-03  6.67143377870554541E-03
+  6.80625725374141115E-03  6.94397664623133595E-03  7.08465990667317934E-03
+  7.22837675652809267E-03  7.37519873905106288E-03  7.52519927167454548E-03
+  7.67845369999333501E-03  7.83503935340006119E-03  7.99503560242238731E-03
+  8.15852391781420917E-03  8.32558793145494330E-03  8.49631349911224125E-03
+  8.67078876512537323E-03  8.84910422906786884E-03  9.03135281444985075E-03
+  9.21762993952210223E-03  9.40803359024566278E-03  9.60266439549250714E-03
+  9.80162570454468952E-03  1.00050236669611374E-02  1.02129673148831542E-02
+  1.04255686478516539E-02  1.06429427202109766E-02  1.08652077311762619E-02
+  1.10924851176431895E-02  1.13248996498211026E-02  1.15625795297724758E-02
+  1.18056564929437859E-02  1.20542659127751348E-02  1.23085469084778555E-02
+  1.25686424560717425E-02  1.28346995027755761E-02  1.31068690848470202E-02
+  1.33853064489699042E-02  1.36701711772895616E-02  1.39616273161986305E-02
+  1.42598435089786209E-02  1.45649931324041623E-02  1.48772544374196833E-02
+  1.51968106940001714E-02  1.55238503403100810E-02  1.58585671362767022E-02
+  1.62011603216964256E-02  1.65518347789947243E-02  1.69108012007625971E-02
+  1.72782762621946188E-02  1.76544827985555645E-02  1.80396499878048046E-02
+  1.84340135385095173E-02  1.88378158831797211E-02  1.92513063771599380E-02
+  1.96747415032137996E-02  2.01083850819399786E-02  2.05525084881588160E-02
+  2.10073908734107230E-02  2.14733193947083921E-02  2.19505894496861802E-02
+  2.24395049182905086E-02  2.29403784111563529E-02  2.34535315248146567E-02
+  2.39792951038764642E-02  2.45180095103388340E-02  2.50700249001579133E-02
+  2.56357015072335784E-02  2.62154099349488773E-02  2.68095314554071575E-02
+  2.74184583165068031E-02  2.80425940569924877E-02  2.86823538296187633E-02
+  2.93381647325587358E-02  3.00104661491877103E-02  3.06997100963664234E-02
+  3.14063615813451324E-02  3.21308989674033499E-02  3.28738143483350148E-02
+  3.36356139318809214E-02  3.44168184322042048E-02  3.52179634714949938E-02
+  3.60395999907816428E-02  3.68822946700159970E-02  3.77466303574882853E-02
+  3.86332065086154308E-02  3.95426396341327993E-02  4.04755637577049188E-02
+  4.14326308829543952E-02  4.24145114698913014E-02  4.34218949207058405E-02
+  4.44554900748674875E-02  4.55160257134505086E-02  4.66042510725835149E-02
+  4.77209363658932170E-02  4.88668733157865340E-02  5.00428756933840521E-02
+  5.12497798668869881E-02  5.24884453581245247E-02  5.37597554069924877E-02
+  5.50646175434544929E-02  5.64039641667343147E-02  5.77787531312845201E-02
+  5.91899683390663747E-02  6.06386203376265906E-02  6.21257469234011775E-02
+  6.36524137496182058E-02  6.52197149381093799E-02  6.68287736942769633E-02
+  6.84807429243857041E-02  7.01768058542859147E-02  7.19181766485847140E-02
+  7.37061010292054397E-02  7.55418568921831235E-02  7.74267549214531364E-02
+  7.93621391982882313E-02  8.13493878049362656E-02  8.33899134208984788E-02
+  8.54851639101731342E-02  8.76366228976635520E-02  8.98458103328211161E-02
+  9.21142830384555772E-02  9.44436352425003650E-02  9.68354990903693841E-02
+  9.92915451353795359E-02  1.01813482804547883E-01  1.04403060836892755E-01
+  1.07062067691183357E-01  1.09792331919889449E-01  1.12595722505875753E-01
+  1.15474149158173472E-01  1.18429562562937518E-01  1.21463954585463718E-01
+  1.24579358418895073E-01  1.27777848674991645E-01  1.31061541412070548E-01
+  1.34432594094946040E-01  1.37893205481409209E-01  1.41445615429484944E-01
+  1.45092104619391898E-01  1.48834994183804081E-01  1.52676645239674308E-01
+  1.56619458314533028E-01  1.60665872659808001E-01  1.64818365443339970E-01
+  1.69079450812878285E-01  1.73451678821942457E-01  1.77937634209023837E-01
+  1.82539935020675975E-01  1.87261231068606732E-01  1.92104202210442943E-01
+  1.97071556443372514E-01  2.02166027799410813E-01  2.07390374030553770E-01
+  2.12747374071600992E-01  2.18239825267935089E-01  2.23870540355047248E-01
+  2.29642344176094637E-01  2.35558070123268876E-01  2.41620556288244553E-01
+  2.47832641306470869E-01  2.54197159879562262E-01  2.60716937959543926E-01
+  2.67394787578216053E-01  2.74233501304416316E-01  2.81235846311498061E-01
+  2.88404558036885306E-01  2.95742333415143221E-01  3.03251823665603382E-01
+  3.10935626615208072E-01  3.18796278536915501E-01  3.26836245483710874E-01
+  3.35057914098036980E-01  3.43463581876274571E-01  3.52055446867780508E-01
+  3.60835596787958790E-01  3.69805997524867758E-01  3.78968481019002545E-01
+  3.88324732496121261E-01  3.97876277033336834E-01  4.07624465439153982E-01
+  4.17570459428763918E-01  4.27715216076654692E-01  4.38059471529540834E-01
+  4.48603723963730272E-01  4.59348215772366120E-01  4.70292914969521414E-01
+  4.81437495799905912E-01  4.92781318544978142E-01  5.04323408518581484E-01
+  5.16062434247848700E-01  5.27996684838065278E-01  5.40124046523500101E-01
+  5.52441978409889511E-01  5.64947487418364647E-01  5.77637102445136108E-01
+  5.90506847756250841E-01  6.03552215642231493E-01  6.16768138363424590E-01
+  6.30148959423471822E-01  6.43688404215485899E-01  6.57379550093308951E-01
+  6.71214795928700148E-01  6.85185831224414787E-01  6.99283604863037200E-01
+  7.13498293582008003E-01  7.27819270276709340E-01  7.42235072245649774E-01
+  7.56733369504821618E-01  7.71300933312172421E-01  7.85923605057858854E-01
+  8.00586265691542676E-01  8.15272805874449835E-01  8.29966097061225150E-01
+  8.44647963734764695E-01  8.59299157036156336E-01  8.73899330051575607E-01
+  8.88427015038356749E-01  9.02859602893493984E-01  9.17173325189275079E-01
+  9.31343239122640831E-01  9.45343215746882959E-01  9.59145931876311919E-01
+  9.72722866076320747E-01  9.86044299172451510E-01  9.99079319732401494E-01
+  1.01179583499391956E+00  1.02416058772874052E+00  1.03613917954760648E+00
+  1.04769610116330614E+00  1.05879477013680390E+00  1.06939757663507162E+00
+  1.07946593772722066E+00  1.08896036073668623E+00  1.09784051615044054E+00
+  1.10606532055980478E+00  1.11359303006985821E+00  1.12038134456367544E+00
+  1.12638752314148660E+00  1.13156851097088906E+00  1.13588107767957447E+00
+  1.13928196729351372E+00  1.14172805956753898E+00  1.14317654236772603E+00
+  1.14358509454128576E+00  1.14291207844475062E+00  1.14111674098909277E+00
+  1.13815942169477657E+00  1.13400176582303147E+00  1.12860694015375529E+00
+  1.12193984840620198E+00  1.11396734263553343E+00  1.10465842617498833E+00
+  1.09398444281676799E+00  1.08191924592040545E+00  1.06843933998911722E+00
+  1.05352398594441832E+00  1.03715525983688539E+00  1.01931805303409395E+00
+  1.00000000000000000E+00  9.79191317595840993E-01  9.56884537359609877E-01
+  9.33074649603644724E-01  9.07759250262601403E-01  8.80938690209232211E-01
+  END     
+   TPHI_LCAO   1 #tphi0(r) for tphi0(r)/r*Ylm)
+  0.00000000000000000E+00 -1.84083318089372812E-08 -3.69878792039532761E-08
+ -5.57402346583489103E-08 -7.46670054569924807E-08 -9.37698138340819278E-08
+ -1.13050297112187980E-07 -1.32510107842592170E-07 -1.52150913946926348E-07
+ -1.71974398860134446E-07 -1.91982261674760818E-07 -2.12176217286581024E-07
+ -2.32557996541586562E-07 -2.53129346384340407E-07 -2.73892030007705649E-07
+ -2.94847827003974466E-07 -3.15998533517395514E-07 -3.37345962398126664E-07
+ -3.58891943357613671E-07 -3.80638323125417737E-07 -4.02586965607501515E-07
+ -4.24739752045985449E-07 -4.47098581180391350E-07 -4.69665369410386225E-07
+ -4.92442050960037525E-07 -5.15430578043598198E-07 -5.38632921032834393E-07
+ -5.62051068625906145E-07 -5.85687028017821909E-07 -6.09542825072477930E-07
+ -6.33620504496295563E-07 -6.57922130013477567E-07 -6.82449784542890081E-07
+ -7.07205570376593563E-07 -7.32191609360030620E-07 -7.57410043073893514E-07
+ -7.82863033017681178E-07 -8.08552760794962368E-07 -8.34481428300364114E-07
+ -8.60651257908299027E-07 -8.87064492663446913E-07 -9.13723396473008069E-07
+ -9.40630254300746666E-07 -9.67787372362835254E-07 -9.95197078325525991E-07
+ -1.02286172150465454E-06 -1.05078367306700425E-06 -1.07896532623354198E-06
+ -1.10740909648454196E-06 -1.13611742176661924E-06 -1.16509276270169022E-06
+ -1.19433760279787515E-06 -1.22385444866236174E-06 -1.25364583021624769E-06
+ -1.28371430091138615E-06 -1.31406243794924193E-06 -1.34469284250178919E-06
+ -1.37560813993445712E-06 -1.40681098003115603E-06 -1.43830403722139301E-06
+ -1.47009001080949593E-06 -1.50217162520598071E-06 -1.53455163016105736E-06
+ -1.56723280100031751E-06 -1.60021793886261073E-06 -1.63350987094012941E-06
+ -1.66711145072073686E-06 -1.70102555823253539E-06 -1.73525510029072363E-06
+ -1.76980301074673757E-06 -1.80467225073971767E-06 -1.83986580895030914E-06
+ -1.87538670185682635E-06 -1.91123797399379836E-06 -1.94742269821291756E-06
+ -1.98394397594641970E-06 -2.02080493747290972E-06 -2.05800874218566177E-06
+ -2.09555857886341179E-06 -2.13345766594367607E-06 -2.17170925179860309E-06
+ -2.21031661501339674E-06 -2.24928306466732620E-06 -2.28861194061735329E-06
+ -2.32830661378439186E-06 -2.36837048644223499E-06 -2.40880699250916810E-06
+ -2.44961959784229216E-06 -2.49081180053458745E-06 -2.53238713121474032E-06
+ -2.57434915334975130E-06 -2.61670146355037214E-06 -2.65944769187936949E-06
+ -2.70259150216266045E-06 -2.74613659230334920E-06 -2.79008669459867398E-06
+ -2.83444557605990563E-06 -2.87921703873522552E-06 -2.92440492003560076E-06
+ -2.97001309306369381E-06 -3.01604546694583000E-06 -3.06250598716705239E-06
+ -3.10939863590929586E-06 -3.15672743239270245E-06 -3.20449643322011301E-06
+ -3.25270973272476241E-06 -3.30137146332121457E-06 -3.35048579585954720E-06
+ -3.40005693998284794E-06 -3.45008914448802207E-06 -3.50058669768996500E-06
+ -3.55155392778911735E-06 -3.60299520324243833E-06 -3.65491493313783492E-06
+ -3.70731756757206524E-06 -3.76020759803216168E-06 -3.81358955778040441E-06
+ -3.86746802224286898E-06 -3.92184760940159155E-06 -3.97673298019038438E-06
+ -4.03212883889432503E-06 -4.08803993355296893E-06 -4.14447105636730728E-06
+ -4.20142704411051109E-06 -4.25891277854250044E-06 -4.31693318682836351E-06
+ -4.37549324196066349E-06 -4.43459796318568846E-06 -4.49425241643365088E-06
+ -4.55446171475289371E-06 -4.61523101874814095E-06 -4.67656553702281236E-06
+ -4.73847052662545977E-06 -4.80095129350035644E-06 -4.86401319294227580E-06
+ -4.92766163005549696E-06 -4.99190206021708424E-06 -5.05673998954447142E-06
+ -5.12218097536740052E-06 -5.18823062670424147E-06 -5.25489460474275195E-06
+ -5.32217862332530524E-06 -5.39008844943862097E-06 -5.45862990370806732E-06
+ -5.52780886089655578E-06 -5.59763125040806326E-06 -5.66810305679585952E-06
+ -5.73923032027544232E-06 -5.81101913724224909E-06 -5.88347566079419237E-06
+ -5.95660610125904540E-06 -6.03041672672673373E-06 -6.10491386358658957E-06
+ -6.18010389706957484E-06 -6.25599327179558475E-06 -6.33258849232581918E-06
+ -6.40989612372028532E-06 -6.48792279210050877E-06 -6.56667518521745987E-06
+ -6.64616005302476792E-06 -6.72638420825726422E-06 -6.80735452701492063E-06
+ -6.88907794935219311E-06 -6.97156147987287085E-06 -7.05481218833044571E-06
+ -7.13883721023406764E-06 -7.22364374746013725E-06 -7.30923906886958784E-06
+ -7.39563051093090689E-06 -7.48282547834894798E-06 -7.57083144469961081E-06
+ -7.65965595307038706E-06 -7.74930661670690822E-06 -7.83979111966547182E-06
+ -7.93111721747165617E-06 -8.02329273778504636E-06 -8.11632558107016911E-06
+ -8.21022372127363287E-06 -8.30499520650759199E-06 -8.40064815973955503E-06
+ -8.49719077948861715E-06 -8.59463134052816191E-06 -8.69297819459509901E-06
+ -8.79223977110571038E-06 -8.89242457787813206E-06 -8.99354120186157164E-06
+ -9.09559830987231212E-06 -9.19860464933654963E-06 -9.30256904904014465E-06
+ -9.40750041988534262E-06 -9.51340775565454695E-06 -9.62030013378117824E-06
+ -9.72818671612771475E-06 -9.83707674977096309E-06 -9.94697956779463370E-06
+ -1.00579045900892957E-05 -1.01698613241597637E-05 -1.02828593659399941E-05
+ -1.03969084006155612E-05 -1.05120182034537932E-05 -1.06281986406416066E-05
+ -1.07454596701311752E-05 -1.08638113424933992E-05 -1.09832638017793811E-05
+ -1.11038272863898702E-05 -1.12255121299528153E-05 -1.13483287622090547E-05
+ -1.14722877099062783E-05 -1.15973995977012817E-05 -1.17236751490706083E-05
+ -1.18511251872296848E-05 -1.19797606360604849E-05 -1.21095925210478094E-05
+ -1.22406319702243289E-05 -1.23728902151243448E-05 -1.25063785917464810E-05
+ -1.26411085415252836E-05 -1.27770916123119068E-05 -1.29143394593638509E-05
+ -1.30528638463439914E-05 -1.31926766463288285E-05 -1.33337898428261438E-05
+ -1.34762155308021301E-05 -1.36199659177180544E-05 -1.37650533245765722E-05
+ -1.39114901869777931E-05 -1.40592890561851262E-05 -1.42084626002010588E-05
+ -1.43590236048529755E-05 -1.45109849748890233E-05 -1.46643597350841831E-05
+ -1.48191610313566705E-05 -1.49754021318946421E-05 -1.51330964282934666E-05
+ -1.52922574367035145E-05 -1.54528987989886458E-05 -1.56150342838954540E-05
+ -1.57786777882334267E-05 -1.59438433380660474E-05 -1.61105450899129683E-05
+ -1.62787973319634022E-05 -1.64486144853007597E-05 -1.66200111051387271E-05
+ -1.67930018820687603E-05 -1.69676016433192934E-05 -1.71438253540265328E-05
+ -1.73216881185171797E-05 -1.75012051816030319E-05 -1.76823919298876136E-05
+ -1.78652638930849888E-05 -1.80498367453508463E-05 -1.82361263066259244E-05
+ -1.84241485439919551E-05 -1.86139195730402522E-05 -1.88054556592529579E-05
+ -1.89987732193971912E-05 -1.91938888229321526E-05 -1.93908191934293106E-05
+ -1.95895812100057605E-05 -1.97901919087710352E-05 -1.99926684842871828E-05
+ -2.01970282910426212E-05 -2.04032888449395515E-05 -2.06114678247953039E-05
+ -2.08215830738575808E-05 -2.10336526013338362E-05 -2.12476945839348578E-05
+ -2.14637273674327177E-05 -2.16817694682332046E-05 -2.19018395749628925E-05
+ -2.21239565500709411E-05 -2.23481394314458510E-05 -2.25744074340472016E-05
+ -2.28027799515525817E-05 -2.30332765580198435E-05 -2.32659170095648351E-05
+ -2.35007212460547136E-05 -2.37377093928169768E-05 -2.39769017623644827E-05
+ -2.42183188561364143E-05 -2.44619813662555135E-05 -2.47079101773015820E-05
+ -2.49561263681015802E-05 -2.52066512135362502E-05 -2.54595061863636593E-05
+ -2.57147129590596266E-05 -2.59722934056753369E-05 -2.62322696037121162E-05
+ -2.64946638360137849E-05 -2.67594985926764864E-05 -2.70267965729764257E-05
+ -2.72965806873153517E-05 -2.75688740591842877E-05 -2.78437000271454467E-05
+ -2.81210821468326311E-05 -2.84010441929701872E-05 -2.86836101614107864E-05
+ -2.89688042711921031E-05 -2.92566509666126852E-05 -2.95471749193270800E-05
+ -2.98404010304605000E-05 -3.01363544327430841E-05 -3.04350604926640692E-05
+ -3.07365448126460048E-05 -3.10408332332391072E-05 -3.13479518353361453E-05
+ -3.16579269424078255E-05 -3.19707851227589887E-05 -3.22865531918058624E-05
+ -3.26052582143743992E-05 -3.29269275070200363E-05 -3.32515886403690299E-05
+ -3.35792694414815621E-05 -3.39099979962368631E-05 -3.42438026517404188E-05
+ -3.45807120187536807E-05 -3.49207549741463010E-05 -3.52639606633712240E-05
+ -3.56103585029627419E-05 -3.59599781830578479E-05 -3.63128496699410006E-05
+ -3.66690032086125722E-05 -3.70284693253811149E-05 -3.73912788304799605E-05
+ -3.77574628207078154E-05 -3.81270526820942109E-05 -3.85000800925896385E-05
+ -3.88765770247806369E-05 -3.92565757486302476E-05 -3.96401088342438835E-05
+ -4.00272091546609586E-05 -4.04179098886724730E-05 -4.08122445236648202E-05
+ -4.12102468584899756E-05 -4.16119510063624710E-05 -4.20173913977833186E-05
+ -4.24266027834909514E-05 -4.28396202374398865E-05 -4.32564791598069050E-05
+ -4.36772152800252132E-05 -4.41018646598468790E-05 -4.45304636964336897E-05
+ -4.49630491254768557E-05 -4.53996580243456075E-05 -4.58403278152651691E-05
+ -4.62850962685242207E-05 -4.67340015057123064E-05 -4.71870820029871582E-05
+ -4.76443765943726703E-05 -4.81059244750872838E-05 -4.85717652049035031E-05
+ -4.90419387115386630E-05 -4.95164852940770033E-05 -4.99954456264240044E-05
+ -5.04788607607923684E-05 -5.09667721312207159E-05 -5.14592215571249920E-05
+ -5.19562512468827909E-05 -5.24579038014511427E-05 -5.29642222180178344E-05
+ -5.34752498936867359E-05 -5.39910306291974869E-05 -5.45116086326796558E-05
+ -5.50370285234418432E-05 -5.55673353357960829E-05 -5.61025745229177917E-05
+ -5.66427919607415922E-05 -5.71880339518933685E-05 -5.77383472296589951E-05
+ -5.82937789619897794E-05 -5.88543767555453569E-05 -5.94201886597740724E-05
+ -5.99912631710314306E-05 -6.05676492367366218E-05 -6.11493962595680392E-05
+ -6.17365541016974339E-05 -6.23291730890638667E-05 -6.29273040156870441E-05
+ -6.35309981480209387E-05 -6.41403072293480201E-05 -6.47552834842140754E-05
+ -6.53759796229045140E-05 -6.60024488459621974E-05 -6.66347448487473635E-05
+ -6.72729218260397931E-05 -6.79170344766840610E-05 -6.85671380082776804E-05
+ -6.92232881419031575E-05 -6.98855411169037392E-05 -7.05539536957039117E-05
+ -7.12285831686744865E-05 -7.19094873590429390E-05 -7.25967246278496481E-05
+ -7.32903538789500672E-05 -7.39904345640632973E-05 -7.46970266878679189E-05
+ -7.54101908131449050E-05 -7.61299880659687268E-05 -7.68564801409463269E-05
+ -7.75897293065051259E-05 -7.83297984102301296E-05 -7.90767508842506514E-05
+ -7.98306507506770722E-05 -8.05915626270883661E-05 -8.13595517320705037E-05
+ -8.21346838908063140E-05 -8.29170255407175503E-05 -8.37066437371592690E-05
+ -8.45036061591671994E-05 -8.53079811152585905E-05 -8.61198375492870253E-05
+ -8.69392450463517155E-05 -8.77662738387615483E-05 -8.86009948120549702E-05
+ -8.94434795110755443E-05 -9.02938001461042110E-05 -9.11520295990483887E-05
+ -9.20182414296888347E-05 -9.28925098819846743E-05 -9.37749098904366369E-05
+ -9.46655170865099923E-05 -9.55644078051168868E-05 -9.64716590911591642E-05
+ -9.73873487061319165E-05 -9.83115551347885487E-05 -9.92443575918677790E-05
+ -1.00185836028883170E-04 -1.01136071140975884E-04 -1.02095144373831199E-04
+ -1.03063137930659216E-04 -1.04040134779240638E-04 -1.05026218659038067E-04
+ -1.06021474088373248E-04 -1.07025986371671501E-04 -1.08039841606772839E-04
+ -1.09063126692311897E-04 -1.10095929335165919E-04 -1.11138338057972260E-04
+ -1.12190442206715657E-04 -1.13252331958386336E-04 -1.14324098328709011E-04
+ -1.15405833179944021E-04 -1.16497629228760966E-04 -1.17599580054185480E-04
+ -1.18711780105619949E-04 -1.19834324710939077E-04 -1.20967310084660229E-04
+ -1.22110833336190399E-04 -1.23264992478149216E-04 -1.24429886434770161E-04
+ -1.25605615050378996E-04 -1.26792279097951728E-04 -1.27989980287752025E-04
+ -1.29198821276048842E-04 -1.30418905673915160E-04 -1.31650338056108634E-04
+ -1.32893223970034850E-04 -1.34147669944793829E-04 -1.35413783500310772E-04
+ -1.36691673156551696E-04 -1.37981448442824859E-04 -1.39283219907168458E-04
+ -1.40597099125825992E-04 -1.41923198712809516E-04 -1.43261632329551888E-04
+ -1.44612514694648735E-04 -1.45975961593691376E-04 -1.47352089889190500E-04
+ -1.48741017530592840E-04 -1.50142863564390922E-04 -1.51557748144326085E-04
+ -1.52985792541687510E-04 -1.54427119155706356E-04 -1.55881851524046635E-04
+ -1.57350114333393775E-04 -1.58832033430141630E-04 -1.60327735831178986E-04
+ -1.61837349734776339E-04 -1.63361004531573654E-04 -1.64898830815670837E-04
+ -1.66450960395820875E-04 -1.68017526306727435E-04 -1.69598662820447398E-04
+ -1.71194505457899332E-04 -1.72805191000479209E-04 -1.74430857501784174E-04
+ -1.76071644299444961E-04 -1.77727692027068951E-04 -1.79399142626293840E-04
+ -1.81086139358953719E-04 -1.82788826819358069E-04 -1.84507350946685165E-04
+ -1.86241859037490658E-04 -1.87992499758332345E-04 -1.89759423158512906E-04
+ -1.91542780682940253E-04 -1.93342725185108435E-04 -1.95159410940198678E-04
+ -1.96992993658302450E-04 -1.98843630497767690E-04 -2.00711480078668777E-04
+ -2.02596702496402043E-04 -2.04499459335407785E-04 -2.06419913683019926E-04
+ -2.08358230143444083E-04 -2.10314574851866215E-04 -2.12289115488692041E-04
+ -2.14282021293919122E-04 -2.16293463081642799E-04 -2.18323613254696512E-04
+ -2.20372645819428680E-04 -2.22440736400617126E-04 -2.24528062256521840E-04
+ -2.26634802294078150E-04 -2.28761137084230619E-04 -2.30907248877410302E-04
+ -2.33073321619155634E-04 -2.35259540965878137E-04 -2.37466094300775663E-04
+ -2.39693170749892927E-04 -2.41940961198331653E-04 -2.44209658306611757E-04
+ -2.46499456527184016E-04 -2.48810552121097131E-04 -2.51143143174819390E-04
+ -2.53497429617216574E-04 -2.55873613236688258E-04 -2.58271897698463275E-04
+ -2.60692488562055914E-04 -2.63135593298884584E-04 -2.65601421310054518E-04
+ -2.68090183944305713E-04 -2.70602094516127504E-04 -2.73137368324042284E-04
+ -2.75696222669058835E-04 -2.78278876873297139E-04 -2.80885552298786923E-04
+ -2.83516472366440655E-04 -2.86171862575203262E-04 -2.88851950521379667E-04
+ -2.91556965918142127E-04 -2.94287140615219511E-04 -2.97042708618769043E-04
+ -2.99823906111433178E-04 -3.02630971472583118E-04 -3.05464145298750219E-04
+ -3.08323670424248122E-04 -3.11209791941985739E-04 -3.14122757224474922E-04
+ -3.17062815945032576E-04 -3.20030220099180212E-04 -3.23025224026243037E-04
+ -3.26048084431149470E-04 -3.29099060406433180E-04 -3.32178413454440528E-04
+ -3.35286407509743792E-04 -3.38423308961763422E-04 -3.41589386677600148E-04
+ -3.44784912025079967E-04 -3.48010158896013477E-04 -3.51265403729670753E-04
+ -3.54550925536475719E-04 -3.57867005921919795E-04 -3.61213929110699061E-04
+ -3.64591981971074596E-04 -3.68001454039460776E-04 -3.71442637545241195E-04
+ -3.74915827435816449E-04 -3.78421321401883122E-04 -3.81959419902950159E-04
+ -3.85530426193090832E-04 -3.89134646346934760E-04 -3.92772389285902287E-04
+ -3.96443966804681464E-04 -4.00149693597952869E-04 -4.03889887287361905E-04
+ -4.07664868448742409E-04 -4.11474960639592719E-04 -4.15320490426809733E-04
+ -4.19201787414677149E-04 -4.23119184273116635E-04 -4.27073016766201527E-04
+ -4.31063623780934813E-04 -4.35091347356295771E-04 -4.39156532712555825E-04
+ -4.43259528280867557E-04 -4.47400685733129113E-04 -4.51580360012125942E-04
+ -4.55798909361953132E-04 -4.60056695358720610E-04 -4.64354082941543925E-04
+ -4.68691440443823424E-04 -4.73069139624813725E-04 -4.77487555701488369E-04
+ -4.81947067380698283E-04 -4.86448056891632249E-04 -4.90990910018576838E-04
+ -4.95576016133982564E-04 -5.00203768231837474E-04 -5.04874562961349187E-04
+ -5.09588800660943416E-04 -5.14346885392576799E-04 -5.19149224976368047E-04
+ -5.23996231025553169E-04 -5.28888318981764432E-04 -5.33825908150638490E-04
+ -5.38809421737754431E-04 -5.43839286884906844E-04 -5.48915934706716837E-04
+ -5.54039800327581428E-04 -5.59211322918970097E-04 -5.64430945737063954E-04
+ -5.69699116160748780E-04 -5.75016285729959466E-04 -5.80382910184380502E-04
+ -5.85799449502509019E-04 -5.91266367941077685E-04 -5.96784134074847738E-04
+ -6.02353220836769577E-04 -6.07974105558517172E-04 -6.13647270011401301E-04
+ -6.19373200447661176E-04 -6.25152387642141281E-04 -6.30985326934355270E-04
+ -6.36872518270941703E-04 -6.42814466248513880E-04 -6.48811680156908990E-04
+ -6.54864674022838963E-04 -6.60973966653947346E-04 -6.67140081683275797E-04
+ -6.73363547614145501E-04 -6.79644897865453184E-04 -6.85984670817391920E-04
+ -6.92383409857593910E-04 -6.98841663427704550E-04 -7.05359985070389212E-04
+ -7.11938933476776521E-04 -7.18579072534343338E-04 -7.25280971375245019E-04
+ -7.32045204425096387E-04 -7.38872351452203612E-04 -7.45762997617256673E-04
+ -7.52717733523482701E-04 -7.59737155267265971E-04 -7.66821864489238112E-04
+ -7.73972468425845905E-04 -7.81189579961394506E-04 -7.88473817680578558E-04
+ -7.95825805921500330E-04 -8.03246174829180077E-04 -8.10735560409565903E-04
+ -8.18294604584044512E-04 -8.25923955244459921E-04 -8.33624266308641954E-04
+ -8.41396197776454725E-04 -8.49240415786362609E-04 -8.57157592672524115E-04
+ -8.65148407022418202E-04 -8.73213543735002623E-04 -8.81353694079416205E-04
+ -8.89569555754227354E-04 -8.97861832947231494E-04 -9.06231236395806106E-04
+ -9.14678483447826300E-04 -9.23204298123147539E-04 -9.31809411175660166E-04
+ -9.40494560155920615E-04 -9.49260489474364959E-04 -9.58107950465111055E-04
+ -9.67037701450353983E-04 -9.76050507805359402E-04 -9.85147142024062018E-04
+ -9.94328383785275747E-04 -1.00359502001951505E-03 -1.01294784497644379E-03
+ -1.02238766029294622E-03 -1.03191527506183399E-03 -1.04153150590119122E-03
+ -1.05123717702436457E-03 -1.06103312031060270E-03 -1.07092017537635661E-03
+ -1.08089918964723842E-03 -1.09097101843065310E-03 -1.10113652498910293E-03
+ -1.11139658061417583E-03 -1.12175206470121894E-03 -1.13220386482471166E-03
+ -1.14275287681433373E-03 -1.15340000483174412E-03 -1.16414616144807454E-03
+ -1.17499226772214125E-03 -1.18593925327938467E-03 -1.19698805639154612E-03
+ -1.20813962405708162E-03 -1.21939491208232498E-03 -1.23075488516340625E-03
+ -1.24222051696893190E-03 -1.25379279022343323E-03 -1.26547269679159070E-03
+ -1.27726123776324249E-03 -1.28915942353918312E-03 -1.30116827391775968E-03
+ -1.31328881818227271E-03 -1.32552209518919353E-03 -1.33786915345719399E-03
+ -1.35033105125701618E-03 -1.36290885670216485E-03 -1.37560364784045271E-03
+ -1.38841651274639153E-03 -1.40134854961444658E-03 -1.41440086685315578E-03
+ -1.42757458318012336E-03 -1.44087082771789847E-03 -1.45429074009074586E-03
+ -1.46783547052231579E-03 -1.48150617993421884E-03 -1.49530404004552509E-03
+ -1.50923023347318032E-03 -1.52328595383336091E-03 -1.53747240584377006E-03
+ -1.55179080542688442E-03 -1.56624237981416278E-03 -1.58082836765122007E-03
+ -1.59555001910398429E-03 -1.61040859596583703E-03 -1.62540537176575112E-03
+ -1.64054163187743289E-03 -1.65581867362948323E-03 -1.67123780641657577E-03
+ -1.68680035181167877E-03 -1.70250764367930909E-03 -1.71836102828984969E-03
+ -1.73436186443492297E-03 -1.75051152354383931E-03 -1.76681138980113004E-03
+ -1.78326286026517103E-03 -1.79986734498790903E-03 -1.81662626713570310E-03
+ -1.83354106311128828E-03 -1.85061318267687328E-03 -1.86784408907838422E-03
+ -1.88523525917086193E-03 -1.90278818354502389E-03 -1.92050436665500862E-03
+ -1.93838532694730011E-03 -1.95643259699085619E-03 -1.97464772360844655E-03
+ -1.99303226800920863E-03 -2.01158780592243947E-03 -2.03031592773262725E-03
+ -2.04921823861574717E-03 -2.06829635867680902E-03 -2.08755192308870312E-03
+ -2.10698658223231828E-03 -2.12660200183797683E-03 -2.14639986312817506E-03
+ -2.16638186296165677E-03 -2.18654971397882212E-03 -2.20690514474849216E-03
+ -2.22744989991603476E-03 -2.24818574035286689E-03 -2.26911444330734962E-03
+ -2.29023780255708858E-03 -2.31155762856263781E-03 -2.33307574862264824E-03
+ -2.35479400703045077E-03 -2.37671426523209132E-03 -2.39883840198584254E-03
+ -2.42116831352319267E-03 -2.44370591371133533E-03 -2.46645313421716686E-03
+ -2.48941192467280704E-03 -2.51258425284266390E-03 -2.53597210479204315E-03
+ -2.55957748505733322E-03 -2.58340241681776677E-03 -2.60744894206878068E-03
+ -2.63171912179698811E-03 -2.65621503615677285E-03 -2.68093878464853268E-03
+ -2.70589248629857226E-03 -2.73107827984067067E-03 -2.75649832389933706E-03
+ -2.78215479717476826E-03 -2.80804989862953056E-03 -2.83418584767696196E-03
+ -2.86056488437134819E-03 -2.88718926959984383E-03 -2.91406128527619277E-03
+ -2.94118323453623851E-03 -2.96855744193525849E-03 -2.99618625364712985E-03
+ -3.02407203766534528E-03 -3.05221718400589806E-03 -3.08062410491204966E-03
+ -3.10929523506100515E-03 -3.13823303177250589E-03 -3.16743997521936119E-03
+ -3.19691856863993156E-03 -3.22667133855259955E-03 -3.25670083497221719E-03
+ -3.28700963162857586E-03 -3.31760032618689865E-03 -3.34847554047039290E-03
+ -3.37963792068484955E-03 -3.41109013764535896E-03 -3.44283488700510096E-03
+ -3.47487488948628300E-03 -3.50721289111322054E-03 -3.53985166344756783E-03
+ -3.57279400382575722E-03 -3.60604273559862309E-03 -3.63960070837326607E-03
+ -3.67347079825715468E-03 -3.70765590810450199E-03 -3.74215896776492569E-03
+ -3.77698293433441704E-03 -3.81213079240864906E-03 -3.84760555433862365E-03
+ -3.88341026048871166E-03 -3.91954797949706658E-03 -3.95602180853848063E-03
+ -3.99283487358966308E-03 -4.02999032969699519E-03 -4.06749136124676027E-03
+ -4.10534118223789424E-03 -4.14354303655726283E-03 -4.18210019825749572E-03
+ -4.22101597183739598E-03 -4.26029369252496886E-03 -4.29993672656305611E-03
+ -4.33994847149764273E-03 -4.38033235646882561E-03 -4.42109184250448917E-03
+ -4.46223042281671759E-03 -4.50375162310093745E-03 -4.54565900183784895E-03
+ -4.58795615059816916E-03 -4.63064669435018367E-03 -4.67373429177017109E-03
+ -4.71722263555570016E-03 -4.76111545274183427E-03 -4.80541650502027198E-03
+ -4.85012958906144969E-03 -4.89525853683963393E-03 -4.94080721596103483E-03
+ -4.98677952999495092E-03 -5.03317941880800090E-03 -5.08001085890144848E-03
+ -5.12727786375165914E-03 -5.17498448415371678E-03 -5.22313480856822793E-03
+ -5.27173296347134210E-03 -5.32078311370801516E-03 -5.37028946284855927E-03
+ -5.42025625354849126E-03 -5.47068776791172478E-03 -5.52158832785712428E-03
+ -5.57296229548846257E-03 -5.62481407346781398E-03 -5.67714810539239265E-03
+ -5.72996887617491582E-03 -5.78328091242745305E-03 -5.83708878284887409E-03
+ -5.89139709861586074E-03 -5.94621051377756081E-03 -6.00153372565387627E-03
+ -6.05737147523748628E-03 -6.11372854759955307E-03 -6.17060977229920687E-03
+ -6.22802002379682380E-03 -6.28596422187114017E-03 -6.34444733204021002E-03
+ -6.40347436598630131E-03 -6.46305038198467709E-03 -6.52318048533640036E-03
+ -6.58386982880511309E-03 -6.64512361305787287E-03 -6.70694708711008086E-03
+ -6.76934554877450800E-03 -6.83232434511450454E-03 -6.89588887290138938E-03
+ -6.96004457907608599E-03 -7.02479696121501365E-03 -7.09015156800031458E-03
+ -7.15611399969441793E-03 -7.22268990861900644E-03 -7.28988499963839978E-03
+ -7.35770503064743075E-03 -7.42615581306383093E-03 -7.49524321232514831E-03
+ -7.56497314839030439E-03 -7.63535159624575792E-03 -7.70638458641635226E-03
+ -7.77807820548091430E-03 -7.85043859659258214E-03 -7.92347196000396138E-03
+ -7.99718455359719853E-03 -8.07158269341880230E-03 -8.14667275421956071E-03
+ -8.22246116999937604E-03 -8.29895443455714622E-03 -8.37615910204573232E-03
+ -8.45408178753204349E-03 -8.53272916756230189E-03 -8.61210798073253937E-03
+ -8.69222502826432972E-03 -8.77308717458588454E-03 -8.85470134791846962E-03
+ -8.93707454086826482E-03 -9.02021381102367098E-03 -9.10412628155813849E-03
+ -9.18881914183854870E-03 -9.27429964803922272E-03 -9.36057512376156989E-03
+ -9.44765296065948681E-03 -9.53554061907049312E-03 -9.62424562865269416E-03
+ -9.71377558902762790E-03 -9.80413817042901335E-03 -9.89534111435751845E-03
+ -9.98739223424150412E-03 -1.00802994161039057E-02 -1.01740706192352311E-02
+ -1.02687138768727659E-02 -1.03642372968860245E-02 -1.04606490624685224E-02
+ -1.05579574328358936E-02 -1.06561707439304723E-02 -1.07552974091323084E-02
+ -1.08553459199767586E-02 -1.09563248468786574E-02 -1.10582428398631645E-02
+ -1.11611086293033068E-02 -1.12649310266643293E-02 -1.13697189252548268E-02
+ -1.14754813009848751E-02 -1.15822272131310133E-02 -1.16899658051083342E-02
+ -1.17987063052496094E-02 -1.19084580275916063E-02 -1.20192303726685702E-02
+ -1.21310328283130466E-02 -1.22438749704639870E-02 -1.23577664639822980E-02
+ -1.24727170634738576E-02 -1.25887366141200704E-02 -1.27058350525160301E-02
+ -1.28240224075163584E-02 -1.29433088010887896E-02 -1.30637044491755724E-02
+ -1.31852196625627145E-02 -1.33078648477572403E-02 -1.34316505078724401E-02
+ -1.35565872435211773E-02 -1.36826857537174010E-02 -1.38099568367858940E-02
+ -1.39384113912803149E-02 -1.40680604169095818E-02 -1.41989150154727996E-02
+ -1.43309863918026151E-02 -1.44642858547172556E-02 -1.45988248179811861E-02
+ -1.47346148012745502E-02 -1.48716674311714283E-02 -1.50099944421270039E-02
+ -1.51496076774737289E-02 -1.52905190904265142E-02 -1.54327407450970747E-02
+ -1.55762848175175408E-02 -1.57211635966732696E-02 -1.58673894855451414E-02
+ -1.60149750021612164E-02 -1.61639327806580371E-02 -1.63142755723514402E-02
+ -1.64660162468171778E-02 -1.66191677929812473E-02 -1.67737433202201462E-02
+ -1.69297560594710468E-02 -1.70872193643520423E-02 -1.72461467122924893E-02
+ -1.74065517056735883E-02 -1.75684480729792758E-02 -1.77318496699574134E-02
+ -1.78967704807915899E-02 -1.80632246192833669E-02 -1.82312263300452269E-02
+ -1.84007899897042637E-02 -1.85719301081166931E-02 -1.87446613295932721E-02
+ -1.89189984341357441E-02 -1.90949563386843824E-02 -1.92725500983767471E-02
+ -1.94517949078176697E-02 -1.96327061023607030E-02 -1.98152991594009904E-02
+ -1.99995896996796874E-02 -2.01855934886001065E-02 -2.03733264375555827E-02
+ -2.05628046052691825E-02 -2.07540441991453870E-02 -2.09470615766338304E-02
+ -2.11418732466051480E-02 -2.13384958707390666E-02 -2.15369462649249097E-02
+ -2.17372414006744528E-02 -2.19393984065473467E-02 -2.21434345695891849E-02
+ -2.23493673367823227E-02 -2.25572143165094947E-02 -2.27669932800304529E-02
+ -2.29787221629715148E-02 -2.31924190668283819E-02 -2.34081022604821359E-02
+ -2.36257901817286016E-02 -2.38455014388211581E-02 -2.40672548120271119E-02
+ -2.42910692551976878E-02 -2.45169638973518449E-02 -2.47449580442739327E-02
+ -2.49750711801252842E-02 -2.52073229690699223E-02 -2.54417332569144457E-02
+ -2.56783220727622059E-02 -2.59171096306818304E-02 -2.61581163313902888E-02
+ -2.64013627639505671E-02 -2.66468697074840333E-02 -2.68946581328976080E-02
+ -2.71447492046258676E-02 -2.73971642823882255E-02 -2.76519249229611498E-02
+ -2.79090528819657402E-02 -2.81685701156705534E-02 -2.84304987828099473E-02
+ -2.86948612464180026E-02 -2.89616800756780264E-02 -2.92309780477879519E-02
+ -2.95027781498415180E-02 -2.97771035807255398E-02 -3.00539777530331592E-02
+ -3.03334242949934371E-02 -3.06154670524171092E-02 -3.09001300906589053E-02
+ -3.11874376965962478E-02 -3.14774143806246867E-02 -3.17700848786699949E-02
+ -3.20654741542171703E-02 -3.23636074003562507E-02 -3.26645100418453405E-02
+ -3.29682077371906412E-02 -3.32747263807437743E-02 -3.35840921048164709E-02
+ -3.38963312818127138E-02 -3.42114705263783653E-02 -3.45295366975685095E-02
+ -3.48505569010325381E-02 -3.51745584912170131E-02 -3.55015690735865086E-02
+ -3.58316165068625694E-02 -3.61647289052806076E-02 -3.65009346408651861E-02
+ -3.68402623457236011E-02 -3.71827409143576995E-02 -3.75283995059944656E-02
+ -3.78772675469348855E-02 -3.82293747329217129E-02 -3.85847510315259073E-02
+ -3.89434266845518351E-02 -3.93054322104614134E-02 -3.96707984068173716E-02
+ -4.00395563527453785E-02 -4.04117374114154743E-02 -4.07873732325425634E-02
+ -4.11664957549063848E-02 -4.15491372088906755E-02 -4.19353301190417554E-02
+ -4.23251073066467504E-02 -4.27185018923311316E-02 -4.31155472986760463E-02
+ -4.35162772528551525E-02 -4.39207257892913067E-02 -4.43289272523327560E-02
+ -4.47409162989495096E-02 -4.51567279014490827E-02 -4.55763973502125441E-02
+ -4.59999602564501037E-02 -4.64274525549769543E-02 -4.68589105070087927E-02
+ -4.72943707029775534E-02 -4.77338700653670081E-02 -4.81774458515683707E-02
+ -4.86251356567560383E-02 -4.90769774167831990E-02 -4.95330094110976241E-02
+ -4.99932702656772018E-02 -5.04577989559859413E-02 -5.09266348099493699E-02
+ -5.13998175109503797E-02 -5.18773871008446560E-02 -5.23593839829962840E-02
+ -5.28458489253328667E-02 -5.33368230634208018E-02 -5.38323479035598476E-02
+ -5.43324653258979023E-02 -5.48372175875648585E-02 -5.53466473258262953E-02
+ -5.58607975612565311E-02 -5.63797117009308055E-02 -5.69034335416371481E-02
+ -5.74320072731067388E-02 -5.79654774812637663E-02 -5.85038891514939180E-02
+ -5.90472876719315698E-02 -5.95957188367655794E-02 -6.01492288495634672E-02
+ -6.07078643266138196E-02 -6.12716723002866212E-02 -6.18407002224116500E-02
+ -6.24149959676741153E-02 -6.29946078370282325E-02 -6.35795845611273197E-02
+ -6.41699753037713733E-02 -6.47658296653710192E-02 -6.53671976864278054E-02
+ -6.59741298510306828E-02 -6.65866770903683347E-02 -6.72048907862567296E-02
+ -6.78288227746820099E-02 -6.84585253493580764E-02 -6.90940512652985367E-02
+ -6.97354537424026560E-02 -7.03827864690550059E-02 -7.10361036057381018E-02
+ -7.16954597886580169E-02 -7.23609101333819865E-02 -7.30325102384879882E-02
+ -7.37103161892255776E-02 -7.43943845611873128E-02 -7.50847724239905312E-02
+ -7.57815373449686747E-02 -7.64847373928716628E-02 -7.71944311415746626E-02
+ -7.79106776737945317E-02 -7.86335365848134238E-02 -7.93630679862087351E-02
+ -8.00993325095886999E-02 -8.08423913103328978E-02 -8.15923060713367870E-02
+ -8.23491390067595391E-02 -8.31129528657744282E-02 -8.38838109363205797E-02
+ -8.46617770488555660E-02 -8.54469155801071828E-02 -8.62392914568252539E-02
+ -8.70389701595290638E-02 -8.78460177262532643E-02 -8.86605007562883546E-02
+ -8.94824864139159154E-02 -9.03120424321368076E-02 -9.11492371163917514E-02
+ -9.19941393482720665E-02 -9.28468185892206560E-02 -9.37073448842201673E-02
+ -9.45757888654686768E-02 -9.54522217560400676E-02 -9.63367153735282949E-02
+ -9.72293421336738878E-02 -9.81301750539712164E-02 -9.90392877572543323E-02
+ -9.99567544752602427E-02 -1.00882650052167802E-01 -1.01817049948109944E-01
+ -1.02760030242657882E-01 -1.03711667638274899E-01 -1.04672039463738265E-01
+ -1.05641223677526389E-01 -1.06619298871169998E-01 -1.07606344272564311E-01
+ -1.08602439749240332E-01 -1.09607665811593008E-01 -1.10622103616063325E-01
+ -1.11645834968272253E-01 -1.12678942326104051E-01 -1.13721508802735460E-01
+ -1.14773618169609098E-01 -1.15835354859347289E-01 -1.16906803968603923E-01
+ -1.17988051260851268E-01 -1.19079183169098157E-01 -1.20180286798536609E-01
+ -1.21291449929114364E-01 -1.22412761018027699E-01 -1.23544309202133953E-01
+ -1.24686184300277322E-01 -1.25838476815525957E-01 -1.27001277937316054E-01
+ -1.28174679543498315E-01 -1.29358774202283755E-01 -1.30553655174083294E-01
+ -1.31759416413238406E-01 -1.32976152569636463E-01 -1.34203958990207761E-01
+ -1.35442931720298532E-01 -1.36693167504915197E-01 -1.37954763789834983E-01
+ -1.39227818722577473E-01 -1.40512431153231948E-01 -1.41808700635134594E-01
+ -1.43116727425390527E-01 -1.44436612485234178E-01 -1.45768457480222074E-01
+ -1.47112364780252108E-01 -1.48468437459403135E-01 -1.49836779295587114E-01
+ -1.51217494770008593E-01 -1.52610689066423361E-01 -1.54016468070190149E-01
+ -1.55434938367106729E-01 -1.56866207242023908E-01 -1.58310382677229605E-01
+ -1.59767573350593911E-01 -1.61237888633468190E-01 -1.62721438588328798E-01
+ -1.64218333966157287E-01 -1.65728686203547887E-01 -1.67252607419532906E-01
+ -1.68790210412116420E-01 -1.70341608654507953E-01 -1.71906916291043071E-01
+ -1.73486248132784071E-01 -1.75079719652787985E-01 -1.76687446981031226E-01
+ -1.78309546898980764E-01 -1.79946136833798703E-01 -1.81597334852170583E-01
+ -1.83263259653742627E-01 -1.84944030564157952E-01 -1.86639767527677025E-01
+ -1.88350591099371079E-01 -1.90076622436872289E-01 -1.91817983291670158E-01
+ -1.93574795999936600E-01 -1.95347183472867780E-01 -1.97135269186525269E-01
+ -1.98939177171163328E-01 -2.00759032000024623E-01 -2.02594958777588985E-01
+ -2.04447083127258317E-01 -2.06315531178460743E-01 -2.08200429553155569E-01
+ -2.10101905351721879E-01 -2.12020086138211522E-01 -2.13955099924948294E-01
+ -2.15907075156452133E-01 -2.17876140692670583E-01 -2.19862425791494509E-01
+ -2.21866060090539247E-01 -2.23887173588167149E-01 -2.25925896623731581E-01
+ -2.27982359857018119E-01 -2.30056694246859761E-01 -2.32149031028902969E-01
+ -2.34259501692499039E-01 -2.36388237956695835E-01 -2.38535371745305064E-01
+ -2.40701035161016541E-01 -2.42885360458534039E-01 -2.45088480016704968E-01
+ -2.47310526309614170E-01 -2.49551631876612889E-01 -2.51811929291254510E-01
+ -2.54091551129104143E-01 -2.56390629934392322E-01 -2.58709298185480274E-01
+ -2.61047688259103072E-01 -2.63405932393357967E-01 -2.65784162649403133E-01
+ -2.68182510871830093E-01 -2.70601108647677002E-01 -2.73040087264041276E-01
+ -2.75499577664257367E-01 -2.77979710402599167E-01 -2.80480615597467620E-01
+ -2.83002422883023019E-01 -2.85545261359220759E-01 -2.88109259540207607E-01
+ -2.90694545301035723E-01 -2.93301245822648937E-01 -2.95929487535097235E-01
+ -2.98579396058933133E-01 -3.01251096144739827E-01 -3.03944711610748042E-01
+ -3.06660365278485392E-01 -3.09398178906415078E-01 -3.12158273121505181E-01
+ -3.14940767348682149E-01 -3.17745779738110024E-01 -3.20573427090243779E-01
+ -3.23423824778598767E-01 -3.26297086670181258E-01 -3.29193325043518947E-01
+ -3.32112650504235107E-01 -3.35055171898104021E-01 -3.38020996221527037E-01
+ -3.41010228529365467E-01 -3.44022971840066916E-01 -3.47059327038020116E-01
+ -3.50119392773071414E-01 -3.53203265357135643E-01 -3.56311038657831591E-01
+ -3.59442803989075910E-01 -3.62598649998557010E-01 -3.65778662552025846E-01
+ -3.68982924614322527E-01 -3.72211516127068653E-01 -3.75464513882946715E-01
+ -3.78741991396492561E-01 -3.82044018771319882E-01 -3.85370662563699840E-01
+ -3.88721985642413670E-01 -3.92098047044799669E-01 -3.95498901828907012E-01
+ -3.98924600921680639E-01 -4.02375190963083662E-01 -4.05850714146080205E-01
+ -4.09351208052386339E-01 -4.12876705483904594E-01 -4.16427234289754422E-01
+ -4.20002817188806665E-01 -4.23603471587635672E-01 -4.27229209393797271E-01
+ -4.30880036824340562E-01 -4.34555954209464246E-01 -4.38256955791222813E-01
+ -4.41983029517192594E-01 -4.45734156829001971E-01 -4.49510312445636440E-01
+ -4.53311464141421150E-01 -4.57137572518590884E-01 -4.60988590774351503E-01
+ -4.64864464462343807E-01 -4.68765131248411571E-01 -4.72690520660587477E-01
+ -4.76640553833198977E-01 -4.80615143245010312E-01 -4.84614192451303105E-01
+ -4.88637595809813141E-01 -4.92685238200431030E-01 -4.96756994738582980E-01
+ -5.00852730482206576E-01 -5.04972300132238594E-01 -5.09115547726534334E-01
+ -5.13282306327140003E-01 -5.17472397700844633E-01 -5.21685631992935717E-01
+ -5.25921807394090668E-01 -5.30180709800338268E-01 -5.34462112466028150E-01
+ -5.38765775649750256E-01 -5.43091446253147758E-01 -5.47438857452580141E-01
+ -5.51807728323588709E-01 -5.56197763458128991E-01 -5.60608652574537736E-01
+ -5.65040070120208848E-01 -5.69491674866961506E-01 -5.73963109499090796E-01
+ -5.78454000194096096E-01 -5.82963956196094202E-01 -5.87492569381936502E-01
+ -5.92039413820048988E-01 -5.96604045322036702E-01 -6.01186000987098623E-01
+ -6.05784798739307018E-01 -6.10399936857830228E-01 -6.15030893500177589E-01
+ -6.19677126218567631E-01 -6.24338071469532574E-01 -6.29013144116891687E-01
+ -6.33701736928231618E-01 -6.38403220065068111E-01 -6.43116940566862860E-01
+ -6.47842221829100451E-01 -6.52578363075650092E-01 -6.57324638825651175E-01
+ -6.62080298355196217E-01 -6.66844565154094737E-01 -6.71616636378042919E-01
+ -6.76395682296533129E-01 -6.81180845736882756E-01 -6.85971241524773512E-01
+ -6.90765955921739394E-01 -6.95564046060060837E-01 -7.00364539375563089E-01
+ -7.05166433038849738E-01 -7.09968693385538696E-01 -7.14770255346106942E-01
+ -7.19570021875992616E-01 -7.24366863386637139E-01 -7.29159617178204433E-01
+ -7.33947086874751742E-01 -7.38728041862675822E-01 -7.43501216733310266E-01
+ -7.48265310730596989E-01 -7.53018987204810086E-01 -7.57760873073367036E-01
+ -7.62489558289818459E-01 -7.67203595322163312E-01 -7.71901498641709982E-01
+ -7.76581744223748816E-01 -7.81242769061390119E-01 -7.85882970693974170E-01
+ -7.90500706751535165E-01 -7.95094294516876743E-01 -7.99662010506891452E-01
+ -8.04202090074832454E-01 -8.08712727035328927E-01 -8.13192073314016106E-01
+ -8.17638238623740743E-01 -8.22049290169385216E-01 -8.26423252383446161E-01
+ -8.30758106694594933E-01 -8.35051791331539728E-01 -8.39302201164609629E-01
+ -8.43507187587571261E-01 -8.47664558442300597E-01 -8.51772077989021548E-01
+ -8.55827466924934943E-01 -8.59828402454166696E-01 -8.63772518412067591E-01
+ -8.67657405447002206E-01 -8.71480611262882898E-01 -8.75239640925803308E-01
+ -8.78931957238243355E-01 -8.82554981184424103E-01 -8.86106092450500427E-01
+ -8.89582630023391552E-01 -8.92981892872153904E-01 -8.96301140715911493E-01
+ -8.99537594882459102E-01 -9.02688439261762454E-01 -9.05750821358669467E-01
+ -9.08721853449254602E-01 -9.11598613845295724E-01 -9.14378148271483671E-01
+ -9.17057471360029242E-01 -9.19633568267420376E-01 -9.22103396418137655E-01
+ -9.24463887380198135E-01 -9.26711948877440128E-01 -9.28844466943506863E-01
+ -9.30858308222494157E-01 -9.32750322421255662E-01 -9.34517344918340265E-01
+ -9.36156199534521227E-01 -9.37663701469833244E-01 -9.39036660411976754E-01
+ -9.40271883820861798E-01 -9.41366180393966023E-01 -9.42316363717037864E-01
+ -9.43119256104526515E-01 -9.43771692633926240E-01 -9.44270525377996162E-01
+ -9.44612627838559482E-01 -9.44794899585292280E-01 -9.44814271102567327E-01
+ -9.44667708847039767E-01 -9.44352220518228758E-01 -9.43864860543872197E-01
+ -9.43202735781291546E-01 -9.42363011435417786E-01 -9.41342917193467632E-01
+ -9.40139753575551018E-01 -9.38750898499690956E-01 -9.37173814058891885E-01
+ -9.35406053506933732E-01 -9.33445268448575449E-01 -9.31289216228721184E-01
+ -9.28935767513934141E-01 -9.26382914058367590E-01 -9.23628776644828231E-01
+ -9.20671613190161442E-01 -9.17509827002590428E-01 -9.14141975176905874E-01
+ -9.10566777111601611E-01 -9.06783123130108115E-01 -9.02790083186220671E-01
+ -8.98586915631635064E-01 -8.94173076021210544E-01 -8.89548225929129188E-01
+ -8.84712241746585359E-01 -8.79665223428936716E-01 -8.74407503157443089E-01
+ -8.68939653877796703E-01 -8.63262497674580076E-01 -8.57377113937635271E-01
+ -8.51284847273060641E-01 -8.44987315108178261E-01 -8.38486414936380875E-01
+ -8.31784331144242328E-01 -8.24883541359726635E-01 -8.17786822256729939E-01
+ -8.10497254747611695E-01 -8.03018228491811592E-01 -7.95353445645156643E-01
+ -7.87506923771097100E-01 -7.79482997831874358E-01 -7.71286321174642797E-01
+ -7.62921865424828205E-01 -7.54394919196663793E-01 -7.45711085528896866E-01
+ -7.36876277952310255E-01 -7.27896715094929814E-01 -7.18778913730860225E-01
+ -7.09529680179628253E-01 -7.00156099964935219E-01 -6.90665525645007272E-01
+ -6.81065562731456464E-01 -6.71364053619972534E-01 -6.61569059464506282E-01
+ -6.51688839937160869E-01 -6.41731830829095573E-01 -6.31706619463718977E-01
+ -6.21621917912697053E-01 -6.11486534028289008E-01 -6.01309340332704445E-01
+ -5.91099240837118178E-01 -5.80865135900294982E-01 -5.70615885280129742E-01
+ -5.60360269581525072E-01 -5.50106950361804015E-01 -5.39864429221122100E-01
+ -5.29641006281214244E-01 -5.19444738542291895E-01 -5.09283398706427359E-01
+ -4.99164435167492093E-01 -4.89094933994331238E-01 -4.79081583877018435E-01
+ -4.69130645167531224E-01 -4.59247924328156143E-01 -4.49438755305625770E-01
+ -4.39707989578819458E-01 -4.30059996885730988E-01 -4.20498678924229319E-01
+ -4.11027498644278733E-01 -4.01649528110499421E-01 -3.92367518317169206E-01
+ -3.83183994787561710E-01 -3.74101383290683098E-01 -3.65122008886604899E-01
+ -3.56248095066802883E-01 -3.47481762990946963E-01 -3.38825030821511497E-01
+ -3.30279813157502877E-01 -3.21847920568522183E-01 -3.13531059230293729E-01
+ -3.05330830662697783E-01 -2.97248731571252200E-01 -2.89286153792877698E-01
+ -2.81444384346678567E-01 -2.73724605590345837E-01 -2.66127895482674903E-01
+ -2.58655227952551414E-01 -2.51307473374627555E-01 -2.44085399151761112E-01
+ -2.36989670404140956E-01 -2.30020850764858009E-01 -2.23179403281513034E-01
+ -2.16465691423275985E-01 -2.09879980192619470E-01 -2.03422437340759044E-01
+ -1.97093134685621618E-01 -1.90892049530950625E-01 -1.84819066184930103E-01
+ -1.78873977576475635E-01 -1.73056486967095358E-01 -1.67366209755972856E-01
+ -1.61802675375662341E-01 -1.56365329275520326E-01 -1.51053534989725596E-01
+ -1.45866576286463767E-01 -1.40803659394577479E-01 -1.35863915303707256E-01
+ -1.31046402133678574E-01 -1.26350107568628384E-01 -1.21773951351112880E-01
+ -1.17316787831203070E-01 -1.12977408565356249E-01 -1.08754544959658556E-01
+ -1.04646870951864354E-01 -1.00653005726519668E-01 -9.67715164573500347E-02
+ -9.30009210710230905E-02 -8.93396910263590111E-02 -8.57862541030661591E-02
+ -8.23389971941196064E-02 -7.89962690959768871E-02 -7.57563832909411150E-02
+ -7.26176207161276649E-02 -6.95782325136710539E-02 -6.66364427570149270E-02
+ -6.37904511483596975E-02 -6.10384356825940319E-02 -5.83785552733027749E-02
+ -5.58089523367233734E-02 -5.33277553298089346E-02 -5.09330812388451085E-02
+ -4.86230380153574518E-02 -4.63957269563311861E-02 -4.42492450260443260E-02
+ -4.21816871170853092E-02 -4.01911482483853291E-02 -3.82757256983432131E-02
+ -3.64335210713542731E-02 -3.46626422962756087E-02 -3.29612055555668707E-02
+ -3.13273371440387985E-02 -2.97591752563225002E-02 -2.82548717023396734E-02
+ -2.68125935502112368E-02 -2.54305246961868750E-02 -2.41068673613148605E-02
+ -2.28398435146989730E-02 -2.16276962233098342E-02 -2.04686909284314961E-02
+ -1.93611166489326206E-02 -1.83032871116546383E-02 -1.72935418093090286E-02
+ -1.63302469863717097E-02 -1.54117965535557396E-02 -1.45366129315345604E-02
+ -1.37031478246767476E-02 -1.29098829256402009E-02 -1.21553305517593992E-02
+ -1.14380342142429720E-02 -1.07565691212814975E-02 -1.01095426162460412E-02
+ -9.49559455223721038E-03 -8.91339760432172806E-03 -8.36165752086871598E-03
+ -7.83911331547095316E-03 -7.34453740100667139E-03 -6.87673566746523426E-03
+ -6.43454750522454242E-03 -6.01684577552928559E-03 -5.62253672997682554E-03
+ -5.25055988087114872E-03 -4.89988782435503770E-03 -4.56952601827570037E-03
+ -4.25851251677979159E-03 -3.96591766366945122E-03 -3.69084374658181467E-03
+ -3.43242461408005363E-03 -3.18982525776432624E-03 -2.96224136152602787E-03
+ -2.74889882007816732E-03 -2.54905322889876921E-03 -2.36198934772265503E-03
+ -2.18702053971001975E-03 -2.02348818840773423E-03 -1.87076109460155150E-03
+ -1.72823485513429122E-03 -1.59533122573690309E-03 -1.47149746988607948E-03
+ -1.35620569566412947E-03 -1.24895218255420396E-03 -1.14925670005695704E-03
+ -1.05666181996366183E-03 -9.70732224065710405E-04 -8.91054009021870555E-04
+ -8.17233990042696263E-04 -7.48899004986542239E-04 -6.85695220393947071E-04
+ -6.27287440917095830E-04 -5.73358423528909041E-04 -5.23608197822431998E-04
+ -4.77753393635876205E-04 -4.35526577162266212E-04 -3.96675596625468193E-04
+ -3.60962938526760476E-04 -3.28165095388345117E-04 -2.98071945842620168E-04
+ -2.70486147838922973E-04 -2.45222545663093829E-04 -2.22107591389892657E-04
+ -2.00978781314270347E-04 -1.81684107835006594E-04 -1.64081527193515788E-04
+ -1.48038443401886952E-04 -1.33431208627689116E-04 -1.20144640238890949E-04
+ -1.08071554650602020E-04 -9.71123180563639621E-05 -8.71744140705461368E-05
+ -7.81720282551264656E-05 -7.00256494538576714E-05 -6.26299560988779114E-05
+ -5.58830685981160453E-05 -4.97424872936816080E-05 -4.41674431178485250E-05
+ -3.91184810165483095E-05 -3.45575641532056181E-05 -3.04481605659587635E-05
+ -2.67553128592543662E-05 -2.34456916224718111E-05 -2.04876333670055122E-05
+ -1.78511638586143389E-05 -1.55080077935250361E-05 -1.34315858246170886E-05
+ -1.15969999880643089E-05 -9.98100861128282920E-06 -8.56199180031288237E-06
+ -7.31990860937654616E-06 -6.23624698797504587E-06 -5.29396758231159630E-06
+ -4.47744243895243487E-06 -3.77238962046013341E-06 -3.16580469631521476E-06
+ -2.64589001889948032E-06 -2.20198263479813813E-06 -1.82448161735162771E-06
+ -1.50477553841249696E-06 -1.23517072677630628E-06 -1.00882088885871496E-06
+ -8.19658594930638385E-07 -6.62329062579864000E-07 -5.32126598942403651E-07
+ -4.24933995453676055E-07 -3.37165104125831901E-07 -2.65710763279723661E-07
+ -2.07888183759431626E-07 -1.61393854340320099E-07 -1.24259977608105439E-07
+ -9.48144052355093761E-08 -7.16440044144687629E-08 -5.35613552241648372E-08
+ -3.95746518520219448E-08 -2.88606586838000729E-08 -2.07405551206915449E-08
+ -1.46584902895937159E-08 -1.01626602644819355E-08 -6.88871565269097076E-09
+ -4.54530603444551324E-09 -2.90156937545475386E-09 -1.77637875216935357E-09
+ -1.02916513049417599E-09 -5.52143123947377186E-10 -2.63776245363926191E-10
+ -1.03328798270977555E-10 -2.63628978405720739E-11 -1.05086511622907293E-12
+  END     
+   TPHI_LCAO   2 #tphi0(r) for tphi0(r)/r*Ylm)
+  0.00000000000000000E+00 -2.40992706214662210E-09 -4.84226881556646720E-09
+ -7.29723373892797077E-09 -9.77503224995615384E-09 -1.22758767234677730E-08
+ -1.47999815095741632E-08 -1.73475629520535748E-08 -1.99188394068939313E-08
+ -2.25140312610086588E-08 -2.51333609511262089E-08 -2.77770529828553003E-08
+ -3.04453339499274219E-08 -3.31384325536188292E-08 -3.58565796223522661E-08
+ -3.86000081314819903E-08 -4.13689532232618968E-08 -4.41636522270002829E-08
+ -4.69843446794012321E-08 -4.98312723450956739E-08 -5.27046792373634354E-08
+ -5.56048116390477161E-08 -5.85319181236643003E-08 -6.14862495767071753E-08
+ -6.44680592171520178E-08 -6.74776026191599112E-08 -7.05151377339830866E-08
+ -7.35809249120739515E-08 -7.66752269254001072E-08 -7.97983089899669412E-08
+ -8.29504387885492652E-08 -8.61318864936351084E-08 -8.93429247905821820E-08
+ -9.25838289009901919E-08 -9.58548766062902428E-08 -9.91563482715539153E-08
+ -1.02488526869523776E-07 -1.05851698004866989E-07 -1.09246149938654869E-07
+ -1.12672173613070347E-07 -1.16130062676344620E-07 -1.19620113507926081E-07
+ -1.23142625243883625E-07 -1.26697899802545445E-07 -1.30286241910377334E-07
+ -1.33907959128100625E-07 -1.37563361877053845E-07 -1.41252763465799235E-07
+ -1.44976480116976767E-07 -1.48734830994407714E-07 -1.52528138230450850E-07
+ -1.56356726953612576E-07 -1.60220925316414222E-07 -1.64121064523518015E-07
+ -1.68057478860115365E-07 -1.72030505720578490E-07 -1.76040485637379209E-07
+ -1.80087762310276084E-07 -1.84172682635773271E-07 -1.88295596736853784E-07
+ -1.92456857992988237E-07 -1.96656823070424177E-07 -2.00895851952755593E-07
+ -2.05174307971778226E-07 -2.09492557838630555E-07 -2.13850971675225126E-07
+ -2.18249923045972472E-07 -2.22689788989799202E-07 -2.27170950052464897E-07
+ -2.31693790319178653E-07 -2.36258697447519783E-07 -2.40866062700664192E-07
+ -2.45516280980920212E-07 -2.50209750863575827E-07 -2.54946874631060860E-07
+ -2.59728058307427809E-07 -2.64553711693151610E-07 -2.69424248400254875E-07
+ -2.74340085887758395E-07 -2.79301645497462560E-07 -2.84309352490060879E-07
+ -2.89363636081589125E-07 -2.94464929480214467E-07 -2.99613669923366063E-07
+ -3.04810298715210914E-07 -3.10055261264478706E-07 -3.15349007122638273E-07
+ -3.20691990022429182E-07 -3.26084667916751549E-07 -3.31527503017918029E-07
+ -3.37020961837269703E-07 -3.42565515225162387E-07 -3.48161638411322986E-07
+ -3.53809811045581826E-07 -3.59510517238984672E-07 -3.65264245605286008E-07
+ -3.71071489302828362E-07 -3.76932746076812107E-07 -3.82848518301957069E-07
+ -3.88819313025562296E-07 -3.94845642010964986E-07 -4.00928021781404621E-07
+ -4.07066973664294783E-07 -4.13263023835906472E-07 -4.19516703366467526E-07
+ -4.25828548265680906E-07 -4.32199099528667176E-07 -4.38628903182333049E-07
+ -4.45118510332172599E-07 -4.51668477209502907E-07 -4.58279365219138988E-07
+ -4.64951740987512624E-07 -4.71686176411239111E-07 -4.78483248706133950E-07
+ -4.85343540456687561E-07 -4.92267639665998990E-07 -4.99256139806174363E-07
+ -5.06309639869193499E-07 -5.13428744418250902E-07 -5.20614063639573319E-07
+ -5.27866213394719049E-07 -5.35185815273364825E-07 -5.42573496646582491E-07
+ -5.50029890720611090E-07 -5.57555636591131135E-07 -5.65151379298041170E-07
+ -5.72817769880744776E-07 -5.80555465433952044E-07 -5.88365129164000487E-07
+ -5.96247430445698258E-07 -6.04203044879697292E-07 -6.12232654350400288E-07
+ -6.20336947084405454E-07 -6.28516617709493884E-07 -6.36772367314169616E-07
+ -6.45104903507748154E-07 -6.53514940481007518E-07 -6.62003199067402682E-07
+ -6.70570406804848158E-07 -6.79217297998076026E-07 -6.87944613781575045E-07
+ -6.96753102183113454E-07 -7.05643518187852493E-07 -7.14616623803058446E-07
+ -7.23673188123414280E-07 -7.32813987396939457E-07 -7.42039805091523736E-07
+ -7.51351431962078250E-07 -7.60749666118312542E-07 -7.70235313093140628E-07
+ -7.79809185911725513E-07 -7.89472105161163001E-07 -7.99224899060816346E-07
+ -8.09068403533302487E-07 -8.19003462276140655E-07 -8.29030926834067709E-07
+ -8.39151656672022512E-07 -8.49366519248813665E-07 -8.59676390091469301E-07
+ -8.70082152870279863E-07 -8.80584699474538734E-07 -8.91184930088985900E-07
+ -9.01883753270965345E-07 -9.12682086028297135E-07 -9.23580853897875927E-07
+ -9.34580991024999638E-07 -9.45683440243435753E-07 -9.56889153156233148E-07
+ -9.68199090217284262E-07 -9.79614220813647174E-07 -9.91135523348633393E-07
+ -1.00276398532566645E-06 -1.01450060343292294E-06 -1.02634638362876001E-06
+ -1.03830234122793614E-06 -1.05036950098863445E-06 -1.06254889720029875E-06
+ -1.07484157377228017E-06 -1.08724858432331396E-06 -1.09977099227182543E-06
+ -1.11240987092707624E-06 -1.12516630358115999E-06 -1.13804138360185252E-06
+ -1.15103621452632356E-06 -1.16415191015572536E-06 -1.17738959465065439E-06
+ -1.19075040262750696E-06 -1.20423547925572676E-06 -1.21784598035596045E-06
+ -1.23158307249912242E-06 -1.24544793310638299E-06 -1.25944175055008819E-06
+ -1.27356572425561479E-06 -1.28782106480417493E-06 -1.30220899403657617E-06
+ -1.31673074515794694E-06 -1.33138756284343651E-06 -1.34618070334489647E-06
+ -1.36111143459855536E-06 -1.37618103633369634E-06 -1.39139080018234164E-06
+ -1.40674202978996337E-06 -1.42223604092721625E-06 -1.43787416160271710E-06
+ -1.45365773217686846E-06 -1.46958810547674278E-06 -1.48566664691203293E-06
+ -1.50189473459208633E-06 -1.51827375944402116E-06 -1.53480512533194561E-06
+ -1.55149024917728504E-06 -1.56833056108022703E-06 -1.58532750444229596E-06
+ -1.60248253609007123E-06 -1.61979712640005037E-06 -1.63727275942467897E-06
+ -1.65491093301954908E-06 -1.67271315897178372E-06 -1.69068096312960964E-06
+ -1.70881588553314602E-06 -1.72711948054639670E-06 -1.74559331699048006E-06
+ -1.76423897827809397E-06 -1.78305806254923018E-06 -1.80205218280815312E-06
+ -1.82122296706165533E-06 -1.84057205845859197E-06 -1.86010111543071637E-06
+ -1.87981181183483075E-06 -1.89970583709624930E-06 -1.91978489635360288E-06
+ -1.94005071060498989E-06 -1.96050501685548093E-06 -1.98114956826600244E-06
+ -2.00198613430360154E-06 -2.02301650089310993E-06 -2.04424247057021237E-06
+ -2.06566586263595193E-06 -2.08728851331265813E-06 -2.10911227590133328E-06
+ -2.13113902094050251E-06 -2.15337063636653678E-06 -2.17580902767547343E-06
+ -2.19845611808633432E-06 -2.22131384870597153E-06 -2.24438417869543697E-06
+ -2.26766908543790830E-06 -2.29117056470817050E-06 -2.31489063084367632E-06
+ -2.33883131691719612E-06 -2.36299467491107841E-06 -2.38738277589312307E-06
+ -2.41199771019409750E-06 -2.43684158758690054E-06 -2.46191653746739304E-06
+ -2.48722470903691099E-06 -2.51276827148647569E-06 -2.53854941418271964E-06
+ -2.56457034685553354E-06 -2.59083329978747427E-06 -2.61734052400491274E-06
+ -2.64409429147098416E-06 -2.67109689528031073E-06 -2.69835064985555187E-06
+ -2.72585789114577167E-06 -2.75362097682665763E-06 -2.78164228650259891E-06
+ -2.80992422191064519E-06 -2.83846920712636229E-06 -2.86727968877160304E-06
+ -2.89635813622420633E-06 -2.92570704182965503E-06 -2.95532892111469597E-06
+ -2.98522631300294627E-06 -3.01540178003250750E-06 -3.04585790857560856E-06
+ -3.07659730906028142E-06 -3.10762261619410479E-06 -3.13893648919002786E-06
+ -3.17054161199429665E-06 -3.20244069351649332E-06 -3.23463646786172490E-06
+ -3.26713169456496252E-06 -3.29992915882756649E-06 -3.33303167175600645E-06
+ -3.36644207060280794E-06 -3.40016321900973384E-06 -3.43419800725323040E-06
+ -3.46854935249215600E-06 -3.50322019901781382E-06 -3.53821351850631519E-06
+ -3.57353231027327555E-06 -3.60917960153089750E-06 -3.64515844764743174E-06
+ -3.68147193240905727E-06 -3.71812316828419713E-06 -3.75511529669029147E-06
+ -3.79245148826304979E-06 -3.83013494312821050E-06 -3.86816889117582836E-06
+ -3.90655659233711158E-06 -3.94530133686383292E-06 -3.98440644561034050E-06
+ -4.02387527031819216E-06 -4.06371119390344026E-06 -4.10391763074657865E-06
+ -4.14449802698520109E-06 -4.18545586080936239E-06 -4.22679464275970953E-06
+ -4.26851791602836805E-06 -4.31062925676263130E-06 -4.35313227437148055E-06
+ -4.39603061183494420E-06 -4.43932794601635403E-06 -4.48302798797748035E-06
+ -4.52713448329661407E-06 -4.57165121238961254E-06 -4.61658199083391164E-06
+ -4.66193066969557199E-06 -4.70770113585935244E-06 -4.75389731236186001E-06
+ -4.80052315872780414E-06 -4.84758267130935623E-06 -4.89507988362870419E-06
+ -4.94301886672374685E-06 -4.99140372949704280E-06 -5.04023861906798207E-06
+ -5.08952772112824355E-06 -5.13927526030054985E-06 -5.18948550050077218E-06
+ -5.24016274530338443E-06 -5.29131133831034006E-06 -5.34293566352335667E-06
+ -5.39504014571968012E-06 -5.44762925083133167E-06 -5.50070748632789319E-06
+ -5.55427940160283890E-06 -5.60834958836347967E-06 -5.66292268102451401E-06
+ -5.71800335710525775E-06 -5.77359633763055063E-06 -5.82970638753540089E-06
+ -5.88633831607340340E-06 -5.94349697722893212E-06 -6.00118727013319002E-06
+ -6.05941413948411543E-06 -6.11818257597019676E-06 -6.17749761669823252E-06
+ -6.23736434562506408E-06 -6.29778789399332834E-06 -6.35877344077126183E-06
+ -6.42032621309659932E-06 -6.48245148672458477E-06 -6.54515458648018874E-06
+ -6.60844088671447101E-06 -6.67231581176524632E-06 -6.73678483642199782E-06
+ -6.80185348639513842E-06 -6.86752733878961064E-06 -6.93381202258292235E-06
+ -7.00071321910759641E-06 -7.06823666253813840E-06 -7.13638814038251049E-06
+ -7.20517349397818535E-06 -7.27459861899281627E-06 -7.34466946592956005E-06
+ -7.41539204063709848E-06 -7.48677240482441071E-06 -7.55881667658032544E-06
+ -7.63153103089791318E-06 -7.70492170020374199E-06 -7.77899497489207409E-06
+ -7.85375720386402693E-06 -7.92921479507172656E-06 -8.00537421606755776E-06
+ -8.08224199455849283E-06 -8.15982471896560261E-06 -8.23812903898873948E-06
+ -8.31716166617649735E-06 -8.39692937450147745E-06 -8.47743900094087186E-06
+ -8.55869744606248324E-06 -8.64071167461617572E-06 -8.72348871613082819E-06
+ -8.80703566551684745E-06 -8.89135968367427855E-06 -8.97646799810656829E-06
+ -9.06236790354005294E-06 -9.14906676254918368E-06 -9.23657200618759503E-06
+ -9.32489113462502275E-06 -9.41403171779013579E-06 -9.50400139601938897E-06
+ -9.59480788071187764E-06 -9.68645895499026738E-06 -9.77896247436792223E-06
+ -9.87232636742219759E-06 -9.96655863647400460E-06 -1.00616673582736985E-05
+ -1.01576606846933467E-05 -1.02545468434254414E-05 -1.03523341386880931E-05
+ -1.04510309519367927E-05 -1.05506457425828073E-05 -1.06511870487182367E-05
+ -1.07526634878478196E-05 -1.08550837576275547E-05 -1.09584566366101865E-05
+ -1.10627909849976224E-05 -1.11680957454003459E-05 -1.12743799436039046E-05
+ -1.13816526893425143E-05 -1.14899231770798621E-05 -1.15992006867971842E-05
+ -1.17094945847886505E-05 -1.18208143244641667E-05 -1.19331694471596329E-05
+ -1.20465695829547366E-05 -1.21610244514983781E-05 -1.22765438628417239E-05
+ -1.23931377182790548E-05 -1.25108160111964044E-05 -1.26295888279281080E-05
+ -1.27494663486213215E-05 -1.28704588481085571E-05 -1.29925766967883599E-05
+ -1.31158303615141627E-05 -1.32402304064914056E-05 -1.33657874941830224E-05
+ -1.34925123862233014E-05 -1.36204159443403077E-05 -1.37495091312868312E-05
+ -1.38798030117800315E-05 -1.40113087534497956E-05 -1.41440376277959126E-05
+ -1.42780010111542099E-05 -1.44132103856715821E-05 -1.45496773402901716E-05
+ -1.46874135717406460E-05 -1.48264308855447516E-05 -1.49667411970271707E-05
+ -1.51083565323367976E-05 -1.52512890294775113E-05 -1.53955509393485359E-05
+ -1.55411546267944711E-05 -1.56881125716651205E-05 -1.58364373698851130E-05
+ -1.59861417345335529E-05 -1.61372384969336160E-05 -1.62897406077524284E-05
+ -1.64436611381109817E-05 -1.65990132807045202E-05 -1.67558103509332925E-05
+ -1.69140657880438369E-05 -1.70737931562808618E-05 -1.72350061460498354E-05
+ -1.73977185750904517E-05 -1.75619443896609147E-05 -1.77276976657333018E-05
+ -1.78949926102000402E-05 -1.80638435620915880E-05 -1.82342649938054280E-05
+ -1.84062715123465409E-05 -1.85798778605793675E-05 -1.87550989184914357E-05
+ -1.89319497044687453E-05 -1.91104453765830038E-05 -1.92906012338908425E-05
+ -1.94724327177451020E-05 -1.96559554131183477E-05 -1.98411850499386584E-05
+ -2.00281375044378409E-05 -2.02168288005122300E-05 -2.04072751110960843E-05
+ -2.05994927595477961E-05 -2.07934982210489698E-05 -2.09893081240165478E-05
+ -2.11869392515280282E-05 -2.13864085427599671E-05 -2.15877330944398473E-05
+ -2.17909301623114591E-05 -2.19960171626138907E-05 -2.22030116735743292E-05
+ -2.24119314369146607E-05 -2.26227943593721524E-05 -2.28356185142342592E-05
+ -2.30504221428877046E-05 -2.32672236563819340E-05 -2.34860416370071882E-05
+ -2.37068948398871692E-05 -2.39298021945866035E-05 -2.41547828067336559E-05
+ -2.43818559596575393E-05 -2.46110411160412785E-05 -2.48423579195898914E-05
+ -2.50758261967140397E-05 -2.53114659582294208E-05 -2.55492974010718366E-05
+ -2.57893409100283698E-05 -2.60316170594845385E-05 -2.62761466151877373E-05
+ -2.65229505360271145E-05 -2.67720499758299595E-05 -2.70234662851748277E-05
+ -2.72772210132215112E-05 -2.75333359095580177E-05 -2.77918329260647750E-05
+ -2.80527342187961214E-05 -2.83160621498793537E-05 -2.85818392894313627E-05
+ -2.88500884174931620E-05 -2.91208325259823626E-05 -2.93940948206638601E-05
+ -2.96698987231388101E-05 -2.99482678728520859E-05 -3.02292261291184495E-05
+ -3.05127975731675870E-05 -3.07990065102080638E-05 -3.10878774715106019E-05
+ -3.13794352165106563E-05 -3.16737047349305344E-05 -3.19707112489213318E-05
+ -3.22704802152247233E-05 -3.25730373273548451E-05 -3.28784085178005804E-05
+ -3.31866199602481743E-05 -3.34976980718246575E-05 -3.38116695153620471E-05
+ -3.41285612016826211E-05 -3.44484002919055247E-05 -3.47712141997747146E-05
+ -3.50970305940086222E-05 -3.54258774006716693E-05 -3.57577828055678275E-05
+ -3.60927752566564440E-05 -3.64308834664905180E-05 -3.67721364146777034E-05
+ -3.71165633503641284E-05 -3.74641937947414093E-05 -3.78150575435768876E-05
+ -3.81691846697674743E-05 -3.85266055259171717E-05 -3.88873507469387044E-05
+ -3.92514512526791451E-05 -3.96189382505701454E-05 -3.99898432383027100E-05
+ -4.03641980065269141E-05 -4.07420346415766663E-05 -4.11233855282198618E-05
+ -4.15082833524340892E-05 -4.18967611042081884E-05 -4.22888520803697959E-05
+ -4.26845898874392965E-05 -4.30840084445101561E-05 -4.34871419861562636E-05
+ -4.38940250653661003E-05 -4.43046925565043336E-05 -4.47191796583009416E-05
+ -4.51375218968680123E-05 -4.55597551287448141E-05 -4.59859155439710206E-05
+ -4.64160396691885857E-05 -4.68501643707724391E-05 -4.72883268579903522E-05
+ -4.77305646861921190E-05 -4.81769157600284712E-05 -4.86274183366998763E-05
+ -4.90821110292356054E-05 -4.95410328098031859E-05 -5.00042230130488621E-05
+ -5.04717213394688611E-05 -5.09435678588121272E-05 -5.14198030135148038E-05
+ -5.19004676221665015E-05 -5.23856028830088700E-05 -5.28752503774667092E-05
+ -5.33694520737119512E-05 -5.38682503302606572E-05 -5.43716878996038550E-05
+ -5.48798079318714506E-05 -5.53926539785309097E-05 -5.59102699961200168E-05
+ -5.64327003500143283E-05 -5.69599898182297817E-05 -5.74921835952606284E-05
+ -5.80293272959530245E-05 -5.85714669594146768E-05 -5.91186490529608714E-05
+ -5.96709204760972157E-05 -6.02283285645393318E-05 -6.07909210942700085E-05
+ -6.13587462856341652E-05 -6.19318528074716817E-05 -6.25102897812888182E-05
+ -6.30941067854685862E-05 -6.36833538595198178E-05 -6.42780815083663102E-05
+ -6.48783407066753811E-05 -6.54841829032270270E-05 -6.60956600253235496E-05
+ -6.67128244832401789E-05 -6.73357291747172750E-05 -6.79644274894939331E-05
+ -6.85989733138843194E-05 -6.92394210353959117E-05 -6.98858255473912976E-05
+ -7.05382422537928938E-05 -7.11967270738316432E-05 -7.18613364468398928E-05
+ -7.25321273370885895E-05 -7.32091572386698621E-05 -7.38924841804247337E-05
+ -7.45821667309165743E-05 -7.52782640034512955E-05 -7.59808356611435830E-05
+ -7.66899419220308076E-05 -7.74056435642341120E-05 -7.81280019311678125E-05
+ -7.88570789367968987E-05 -7.95929370709437691E-05 -8.03356394046441090E-05
+ -8.10852495955527496E-05 -8.18418318933994811E-05 -8.26054511454960824E-05
+ -8.33761728022941305E-05 -8.41540629229947711E-05 -8.49391881812105852E-05
+ -8.57316158706800525E-05 -8.65314139110352363E-05 -8.73386508536230679E-05
+ -8.81533958873808010E-05 -8.89757188447661500E-05 -8.98056902077424798E-05
+ -9.06433811138196541E-05 -9.14888633621512774E-05 -9.23422094196883010E-05
+ -9.32034924273901868E-05 -9.40727862064936018E-05 -9.49501652648396184E-05
+ -9.58357048032595709E-05 -9.67294807220203385E-05 -9.76315696273296810E-05
+ -9.85420488379020582E-05 -9.94609963915853011E-05 -1.00388491052049204E-04
+ -1.01324612315536227E-04 -1.02269440417674721E-04 -1.03223056340356016E-04
+ -1.04185541818675056E-04 -1.05156979347935655E-04 -1.06137452190721123E-04
+ -1.07127044384030406E-04 -1.08125840746480680E-04 -1.09133926885576877E-04
+ -1.10151389205049059E-04 -1.11178314912257632E-04 -1.12214792025667700E-04
+ -1.13260909382393007E-04 -1.14316756645809695E-04 -1.15382424313241174E-04
+ -1.16458003723714359E-04 -1.17543587065788082E-04 -1.18639267385454151E-04
+ -1.19745138594112138E-04 -1.20861295476618061E-04 -1.21987833699408171E-04
+ -1.23124849818698168E-04 -1.24272441288758578E-04 -1.25430706470267266E-04
+ -1.26599744638739530E-04 -1.27779655993036487E-04 -1.28970541663952902E-04
+ -1.30172503722884625E-04 -1.31385645190576587E-04 -1.32610070045952294E-04
+ -1.33845883235025431E-04 -1.35093190679894348E-04 -1.36352099287820029E-04
+ -1.37622716960388578E-04 -1.38905152602759082E-04 -1.40199516132997158E-04
+ -1.41505918491495556E-04 -1.42824471650482288E-04 -1.44155288623617090E-04
+ -1.45498483475677254E-04 -1.46854171332333277E-04 -1.48222468390016028E-04
+ -1.49603491925874869E-04 -1.50997360307828920E-04 -1.52404193004711605E-04
+ -1.53824110596509703E-04 -1.55257234784697253E-04 -1.56703688402666015E-04
+ -1.58163595426252476E-04 -1.59637080984363085E-04 -1.61124271369698181E-04
+ -1.62625294049575632E-04 -1.64140277676854963E-04 -1.65669352100963554E-04
+ -1.67212648379024622E-04 -1.68770298787089442E-04 -1.70342436831473531E-04
+ -1.71929197260198383E-04 -1.73530716074539617E-04 -1.75147130540682277E-04
+ -1.76778579201485432E-04 -1.78425201888354518E-04 -1.80087139733225532E-04
+ -1.81764535180660100E-04 -1.83457532000052967E-04 -1.85166275297953280E-04
+ -1.86890911530499865E-04 -1.88631588515972883E-04 -1.90388455447461585E-04
+ -1.92161662905650259E-04 -1.93951362871722837E-04 -1.95757708740387277E-04
+ -1.97580855333021901E-04 -1.99420958910942659E-04 -2.01278177188795069E-04
+ -2.03152669348069818E-04 -2.05044596050744254E-04 -2.06954119453050801E-04
+ -2.08881403219373317E-04 -2.10826612536272684E-04 -2.12789914126642883E-04
+ -2.14771476263998285E-04 -2.16771468786894464E-04 -2.18790063113482306E-04
+ -2.20827432256198329E-04 -2.22883750836590466E-04 -2.24959195100282825E-04
+ -2.27053942932078700E-04 -2.29168173871204678E-04 -2.31302069126695730E-04
+ -2.33455811592923976E-04 -2.35629585865271718E-04 -2.37823578255949678E-04
+ -2.40037976809962986E-04 -2.42272971321225194E-04 -2.44528753348821843E-04
+ -2.46805516233426130E-04 -2.49103455113866166E-04 -2.51422766943846599E-04
+ -2.53763650508826279E-04 -2.56126306443051619E-04 -2.58510937246749601E-04
+ -2.60917747303479565E-04 -2.63346942897646811E-04 -2.65798732232178840E-04
+ -2.68273325446366333E-04 -2.70770934633868981E-04 -2.73291773860889862E-04
+ -2.75836059184517699E-04 -2.78404008671240646E-04 -2.80995842415631151E-04
+ -2.83611782559205173E-04 -2.86252053309456374E-04 -2.88916880959067532E-04
+ -2.91606493905300040E-04 -2.94321122669564126E-04 -2.97060999917170526E-04
+ -2.99826360477265983E-04 -3.02617441362954085E-04 -3.05434481791602914E-04
+ -3.08277723205341672E-04 -3.11147409291747149E-04 -3.14043786004723779E-04
+ -3.16967101585575648E-04 -3.19917606584276860E-04 -3.22895553880937444E-04
+ -3.25901198707469989E-04 -3.28934798669456977E-04 -3.31996613768221560E-04
+ -3.35086906423103523E-04 -3.38205941493941896E-04 -3.41353986303767469E-04
+ -3.44531310661704232E-04 -3.47738186886085759E-04 -3.50974889827785014E-04
+ -3.54241696893761271E-04 -3.57538888070826043E-04 -3.60866745949629537E-04
+ -3.64225555748870077E-04 -3.67615605339728874E-04 -3.71037185270530314E-04
+ -3.74490588791633560E-04 -3.77976111880553407E-04 -3.81494053267316248E-04
+ -3.85044714460049467E-04 -3.88628399770811093E-04 -3.92245416341657110E-04
+ -3.95896074170952060E-04 -3.99580686139924465E-04 -4.03299568039467327E-04
+ -4.07053038597189186E-04 -4.10841419504715802E-04 -4.14665035445245034E-04
+ -4.18524214121357722E-04 -4.22419286283088431E-04 -4.26350585756253976E-04
+ -4.30318449471047792E-04 -4.34323217490897927E-04 -4.38365233041594453E-04
+ -4.42444842540686261E-04 -4.46562395627151493E-04 -4.50718245191343049E-04
+ -4.54912747405212452E-04 -4.59146261752814585E-04 -4.63419151061094368E-04
+ -4.67731781530961188E-04 -4.72084522768650636E-04 -4.76477747817376869E-04
+ -4.80911833189280580E-04 -4.85387158897671814E-04 -4.89904108489573002E-04
+ -4.94463069078564048E-04 -4.99064431377931441E-04 -5.03708589734126722E-04
+ -5.08395942160533212E-04 -5.13126890371548659E-04 -5.17901839816981772E-04
+ -5.22721199716769894E-04 -5.27585383096017594E-04 -5.32494806820361390E-04
+ -5.37449891631660930E-04 -5.42451062184023773E-04 -5.47498747080163027E-04
+ -5.52593378908091087E-04 -5.57735394278156631E-04 -5.62925233860422599E-04
+ -5.68163342422393068E-04 -5.73450168867087936E-04 -5.78786166271472039E-04
+ -5.84171791925241720E-04 -5.89607507369968109E-04 -5.95093778438606099E-04
+ -6.00631075295368806E-04 -6.06219872475971425E-04 -6.11860648928249230E-04
+ -6.17553888053151375E-04 -6.23300077746114477E-04 -6.29099710438820554E-04
+ -6.34953283141341486E-04 -6.40861297484675730E-04 -6.46824259763676009E-04
+ -6.52842680980377931E-04 -6.58917076887729656E-04 -6.65047968033725110E-04
+ -6.71235879805947666E-04 -6.77481342476527024E-04 -6.83784891247510903E-04
+ -6.90147066296658597E-04 -6.96568412823657369E-04 -7.03049481096769272E-04
+ -7.09590826499906669E-04 -7.16193009580147716E-04 -7.22856596095687695E-04
+ -7.29582157064238563E-04 -7.36370268811873015E-04 -7.43221513022323046E-04
+ -7.50136476786735082E-04 -7.57115752653883165E-04 -7.64159938680850103E-04
+ -7.71269638484175677E-04 -7.78445461291479954E-04 -7.85688021993559958E-04
+ -7.92997941196975755E-04 -8.00375845277116402E-04 -8.07822366431760618E-04
+ -8.15338142735130226E-04 -8.22923818192446230E-04 -8.30580042794987748E-04
+ -8.38307472575661053E-04 -8.46106769665080265E-04 -8.53978602348170611E-04
+ -8.61923645121290705E-04 -8.69942578749885106E-04 -8.78036090326669979E-04
+ -8.86204873330354243E-04 -8.94449627684906616E-04 -9.02771059819366386E-04
+ -9.11169882728210924E-04 -9.19646816032276457E-04 -9.28202586040244803E-04
+ -9.36837925810696161E-04 -9.45553575214735562E-04 -9.54350280999196861E-04
+ -9.63228796850430801E-04 -9.72189883458681034E-04 -9.81234308583054391E-04
+ -9.90362847117091591E-04 -9.99576281154941409E-04 -1.00887540005814482E-03
+ -1.01826100052303812E-03 -1.02773388664877292E-03 -1.03729487000596529E-03
+ -1.04694476970598554E-03 -1.05668441247086628E-03 -1.06651463270387688E-03
+ -1.07643627256073533E-03 -1.08645018202147936E-03 -1.09655721896299938E-03
+ -1.10675824923224054E-03 -1.11705414672007459E-03 -1.12744579343585817E-03
+ -1.13793407958266940E-03 -1.14851990363324307E-03 -1.15920417240660185E-03
+ -1.16998780114539128E-03 -1.18087171359392766E-03 -1.19185684207696245E-03
+ -1.20294412757916995E-03 -1.21413451982536674E-03 -1.22542897736146756E-03
+ -1.23682846763618274E-03 -1.24833396708347007E-03 -1.25994646120573860E-03
+ -1.27166694465781971E-03 -1.28349642133170701E-03 -1.29543590444207283E-03
+ -1.30748641661257198E-03 -1.31964898996293138E-03 -1.33192466619684504E-03
+ -1.34431449669066634E-03 -1.35681954258291956E-03 -1.36944087486462907E-03
+ -1.38217957447047085E-03 -1.39503673237076679E-03 -1.40801344966431236E-03
+ -1.42111083767205841E-03 -1.43433001803164903E-03 -1.44767212279282094E-03
+ -1.46113829451367653E-03 -1.47472968635783725E-03 -1.48844746219248042E-03
+ -1.50229279668727574E-03 -1.51626687541422012E-03 -1.53037089494838718E-03
+ -1.54460606296959136E-03 -1.55897359836498122E-03 -1.57347473133256791E-03
+ -1.58811070348569418E-03 -1.60288276795845564E-03 -1.61779218951208360E-03
+ -1.63284024464229014E-03 -1.64802822168759466E-03 -1.66335742093863276E-03
+ -1.67882915474845619E-03 -1.69444474764383923E-03 -1.71020553643759033E-03
+ -1.72611287034188463E-03 -1.74216811108262497E-03 -1.75837263301483826E-03
+ -1.77472782323911753E-03 -1.79123508171911711E-03 -1.80789582140011384E-03
+ -1.82471146832863793E-03 -1.84168346177318587E-03 -1.85881325434602554E-03
+ -1.87610231212609769E-03 -1.89355211478303221E-03 -1.91116415570227586E-03
+ -1.92893994211135308E-03 -1.94688099520726491E-03 -1.96498885028502813E-03
+ -1.98326505686737941E-03 -2.00171117883564008E-03 -2.02032879456175759E-03
+ -2.03911949704153710E-03 -2.05808489402905821E-03 -2.07722660817231388E-03
+ -2.09654627715004458E-03 -2.11604555380981484E-03 -2.13572610630731550E-03
+ -2.15558961824691706E-03 -2.17563778882347162E-03 -2.19587233296538939E-03
+ -2.21629498147898679E-03 -2.23690748119412079E-03 -2.25771159511112089E-03
+ -2.27870910254902815E-03 -2.29990179929515657E-03 -2.32129149775597496E-03
+ -2.34288002710933375E-03 -2.36466923345804002E-03 -2.38666097998479045E-03
+ -2.40885714710848157E-03 -2.43125963264189445E-03 -2.45387035195077834E-03
+ -2.47669123811433082E-03 -2.49972424208710301E-03 -2.52297133286231903E-03
+ -2.54643449763663782E-03 -2.57011574197636488E-03 -2.59401708998511669E-03
+ -2.61814058447295715E-03 -2.64248828712701500E-03 -2.66706227868359572E-03
+ -2.69186465910179308E-03 -2.71689754773861555E-03 -2.74216308352563925E-03
+ -2.76766342514720267E-03 -2.79340075122013528E-03 -2.81937726047506391E-03
+ -2.84559517193928120E-03 -2.87205672512119183E-03 -2.89876418019635986E-03
+ -2.92571981819516160E-03 -2.95292594119204868E-03 -2.98038487249644357E-03
+ -3.00809895684527647E-03 -3.03607056059716383E-03 -3.06430207192826074E-03
+ -3.09279590102978395E-03 -3.12155448030720668E-03 -3.15058026458117126E-03
+ -3.17987573129009399E-03 -3.20944338069449478E-03 -3.23928573608305752E-03
+ -3.26940534398042874E-03 -3.29980477435677308E-03 -3.33048662083909510E-03
+ -3.36145350092432451E-03 -3.39270805619420850E-03 -3.42425295253197997E-03
+ -3.45609088034085033E-03 -3.48822455476431505E-03 -3.52065671590829233E-03
+ -3.55339012906510281E-03 -3.58642758493930196E-03 -3.61977189987537380E-03
+ -3.65342591608730548E-03 -3.68739250189003328E-03 -3.72167455193280275E-03
+ -3.75627498743441200E-03 -3.79119675642038828E-03 -3.82644283396208450E-03
+ -3.86201622241770515E-03 -3.89791995167528991E-03 -3.93415707939764187E-03
+ -3.97073069126923067E-03 -4.00764390124506032E-03 -4.04489985180152452E-03
+ -4.08250171418926208E-03 -4.12045268868800694E-03 -4.15875600486344341E-03
+ -4.19741492182609637E-03 -4.23643272849223707E-03 -4.27581274384682564E-03
+ -4.31555831720851091E-03 -4.35567282849665203E-03 -4.39615968850043826E-03
+ -4.43702233915004279E-03 -4.47826425378986762E-03 -4.51988893745385468E-03
+ -4.56189992714290532E-03 -4.60430079210435994E-03 -4.64709513411360776E-03
+ -4.69028658775778179E-03 -4.73387882072156142E-03 -4.77787553407509492E-03
+ -4.82228046256404606E-03 -4.86709737490173891E-03 -4.91233007406345450E-03
+ -4.95798239758283438E-03 -5.00405821785043000E-03 -5.05056144241438233E-03
+ -5.09749601428321694E-03 -5.14486591223080846E-03 -5.19267515110345777E-03
+ -5.24092778212910306E-03 -5.28962789322869574E-03 -5.33877960932967622E-03
+ -5.38838709268161034E-03 -5.43845454317394474E-03 -5.48898619865589160E-03
+ -5.53998633525844882E-03 -5.59145926771853052E-03 -5.64340934970522685E-03
+ -5.69584097414815860E-03 -5.74875857356795233E-03 -5.80216662040880255E-03
+ -5.85606962737313889E-03 -5.91047214775835151E-03 -5.96537877579561213E-03
+ -6.02079414699073674E-03 -6.07672293846711706E-03 -6.13316986931066940E-03
+ -6.19013970091682620E-03 -6.24763723733952076E-03 -6.30566732564217473E-03
+ -6.36423485625066919E-03 -6.42334476330826045E-03 -6.48300202503244907E-03
+ -6.54321166407375449E-03 -6.60397874787641784E-03 -6.66530838904094269E-03
+ -6.72720574568851700E-03 -6.78967602182725238E-03 -6.85272446772022814E-03
+ -6.91635638025529277E-03 -6.98057710331662605E-03 -7.04539202815799865E-03
+ -7.11080659377771613E-03 -7.17682628729520572E-03 -7.24345664432919211E-03
+ -7.31070324937748046E-03 -7.37857173619821827E-03 -7.44706778819267945E-03
+ -7.51619713878947781E-03 -7.58596557183017009E-03 -7.65637892195621811E-03
+ -7.72744307499724330E-03 -7.79916396836052243E-03 -7.87154759142167336E-03
+ -7.94459998591649265E-03 -8.01832724633382878E-03 -8.09273552030951443E-03
+ -8.16783100902119565E-03 -8.24361996758408641E-03 -8.32010870544749002E-03
+ -8.39730358679209934E-03 -8.47521103092791807E-03 -8.55383751269278916E-03
+ -8.63318956285141770E-03 -8.71327376849479439E-03 -8.79409677343997304E-03
+ -8.87566527863003704E-03 -8.95798604253426715E-03 -9.04106588154827973E-03
+ -9.12491167039415976E-03 -9.20953034252039275E-03 -9.29492889050151372E-03
+ -9.38111436643738854E-03 -9.46809388235194359E-03 -9.55587461059130387E-03
+ -9.64446378422112276E-03 -9.73386869742303915E-03 -9.82409670589010423E-03
+ -9.91515522722102860E-03 -1.00070517413130920E-02 -1.00997937907536164E-02
+ -1.01933889812097656E-02 -1.02878449818165872E-02 -1.03831695255630751E-02
+ -1.04793704096761090E-02 -1.05764554960020626E-02 -1.06744327113859443E-02
+ -1.07733100480477892E-02 -1.08730955639562248E-02 -1.09737973831988880E-02
+ -1.10754236963495744E-02 -1.11779827608317964E-02 -1.12814829012787190E-02
+ -1.13859325098889068E-02 -1.14913400467780147E-02 -1.15977140403259217E-02
+ -1.17050630875191342E-02 -1.18133958542881862E-02 -1.19227210758397692E-02
+ -1.20330475569832875E-02 -1.21443841724515767E-02 -1.22567398672154063E-02
+ -1.23701236567916126E-02 -1.24845446275443396E-02 -1.26000119369792177E-02
+ -1.27165348140300428E-02 -1.28341225593376646E-02 -1.29527845455206601E-02
+ -1.30725302174374558E-02 -1.31933690924395230E-02 -1.33153107606151823E-02
+ -1.34383648850236979E-02 -1.35625412019191351E-02 -1.36878495209636249E-02
+ -1.38142997254295588E-02 -1.39419017723902139E-02 -1.40706656928983615E-02
+ -1.42006015921523968E-02 -1.43317196496493826E-02 -1.44640301193245772E-02
+ -1.45975433296768840E-02 -1.47322696838796084E-02 -1.48682196598760117E-02
+ -1.50054038104590424E-02 -1.51438327633346484E-02 -1.52835172211680213E-02
+ -1.54244679616121535E-02 -1.55666958373179721E-02 -1.57102117759255096E-02
+ -1.58550267800352321E-02 -1.60011519271589069E-02 -1.61485983696492280E-02
+ -1.62973773346074061E-02 -1.64475001237680031E-02 -1.65989781133601168E-02
+ -1.67518227539440213E-02 -1.69060455702226414E-02 -1.70616581608266198E-02
+ -1.72186721980723649E-02 -1.73770994276919617E-02 -1.75369516685340079E-02
+ -1.76982408122344052E-02 -1.78609788228560537E-02 -1.80251777364963846E-02
+ -1.81908496608616625E-02 -1.83580067748068884E-02 -1.85266613278402027E-02
+ -1.86968256395905787E-02 -1.88685120992375804E-02 -1.90417331649019167E-02
+ -1.92165013629954987E-02 -1.93928292875297573E-02 -1.95707295993806756E-02
+ -1.97502150255092941E-02 -1.99312983581361527E-02 -2.01139924538682562E-02
+ -2.02983102327768949E-02 -2.04842646774249099E-02 -2.06718688318416784E-02
+ -2.08611358004441999E-02 -2.10520787469025278E-02 -2.12447108929478649E-02
+ -2.14390455171214120E-02 -2.16350959534622675E-02 -2.18328755901321774E-02
+ -2.20323978679756102E-02 -2.22336762790126714E-02 -2.24367243648631275E-02
+ -2.26415557150992063E-02 -2.28481839655251123E-02 -2.30566227963809114E-02
+ -2.32668859304685297E-02 -2.34789871311974381E-02 -2.36929402005475950E-02
+ -2.39087589769472475E-02 -2.41264573330627549E-02 -2.43460491734980890E-02
+ -2.45675484324010471E-02 -2.47909690709735321E-02 -2.50163250748829148E-02
+ -2.52436304515716615E-02 -2.54728992274620702E-02 -2.57041454450530303E-02
+ -2.59373831599057428E-02 -2.61726264375148655E-02 -2.64098893500619783E-02
+ -2.66491859730477419E-02 -2.68905303817992200E-02 -2.71339366478488310E-02
+ -2.73794188351809339E-02 -2.76269909963425889E-02 -2.78766671684141307E-02
+ -2.81284613688357991E-02 -2.83823875910861438E-02 -2.86384598002079813E-02
+ -2.88966919281774919E-02 -2.91570978691119524E-02 -2.94196914743116225E-02
+ -2.96844865471308159E-02 -2.99514968376735705E-02 -3.02207360373087132E-02
+ -3.04922177729993749E-02 -3.07659556014416614E-02 -3.10419630030069893E-02
+ -3.13202533754828247E-02 -3.16008400276059087E-02 -3.18837361723823820E-02
+ -3.21689549201887789E-02 -3.24565092716476572E-02 -3.27464121102719954E-02
+ -3.30386761948714691E-02 -3.33333141517144493E-02 -3.36303384664387583E-02
+ -3.39297614757043675E-02 -3.42315953585809046E-02 -3.45358521276629693E-02
+ -3.48425436199053182E-02 -3.51516814871709882E-02 -3.54632771864839685E-02
+ -3.57773419699788237E-02 -3.60938868745389399E-02 -3.64129227111149936E-02
+ -3.67344600537152302E-02 -3.70585092280586309E-02 -3.73850802998819121E-02
+ -3.77141830628915098E-02 -3.80458270263506343E-02 -3.83800214022921998E-02
+ -3.87167750923475273E-02 -3.90560966741807167E-02 -3.93979943875185715E-02
+ -3.97424761197651896E-02 -4.00895493911907971E-02 -4.04392213396834385E-02
+ -4.07914987050524078E-02 -4.11463878128717625E-02 -4.15038945578523055E-02
+ -4.18640243867297382E-02 -4.22267822806566065E-02 -4.25921727370858830E-02
+ -4.29601997511325912E-02 -4.33308667964010727E-02 -4.37041768052637697E-02
+ -4.40801321485783659E-02 -4.44587346148288126E-02 -4.48399853886763192E-02
+ -4.52238850289054806E-02 -4.56104334457506644E-02 -4.59996298775875168E-02
+ -4.63914728669740858E-02 -4.67859602360258045E-02 -4.71830890611079357E-02
+ -4.75828556468295139E-02 -4.79852554993215608E-02 -4.83902832987829629E-02
+ -4.87979328712761576E-02 -4.92081971597554332E-02 -4.96210681943093923E-02
+ -5.00365370615995023E-02 -5.04545938734760196E-02 -5.08752277347522541E-02
+ -5.12984267101178337E-02 -5.17241777901716535E-02 -5.21524668565540167E-02
+ -5.25832786461583185E-02 -5.30165967144011901E-02 -5.34524033975306220E-02
+ -5.38906797739505533E-02 -5.43314056245406199E-02 -5.47745593919492235E-02
+ -5.52201181388377454E-02 -5.56680575050537280E-02 -5.61183516637099589E-02
+ -5.65709732761470532E-02 -5.70258934457558778E-02 -5.74830816706365724E-02
+ -5.79425057950702718E-02 -5.84041319597800937E-02 -5.88679245509562896E-02
+ -5.93338461480222706E-02 -5.98018574701160710E-02 -6.02719173212629758E-02
+ -6.07439825342142511E-02 -6.12180079129270097E-02 -6.16939461736598777E-02
+ -6.21717478846594354E-02 -6.26513614044119233E-02 -6.31327328184348724E-02
+ -6.36158058745834032E-02 -6.41005219168455376E-02 -6.45868198176013514E-02
+ -6.50746359083207021E-02 -6.55639039086742675E-02 -6.60545548540331512E-02
+ -6.65465170213315610E-02 -6.70397158532689830E-02 -6.75340738808266200E-02
+ -6.80295106440748226E-02 -6.85259426112472397E-02 -6.90232830960592209E-02
+ -6.95214421732473498E-02 -7.00203265923081825E-02 -7.05198396894146651E-02
+ -7.10198812974895816E-02 -7.15203476544157557E-02 -7.20211313093642447E-02
+ -7.25221210272217615E-02 -7.30232016911005755E-02 -7.35242542029147100E-02
+ -7.40251553820069630E-02 -7.45257778618141076E-02 -7.50259899845570899E-02
+ -7.55256556939462032E-02 -7.60246344258918294E-02 -7.65227809972137685E-02
+ -7.70199454923432697E-02 -7.75159731480148800E-02 -7.80107042359467900E-02
+ -7.85039739435103717E-02 -7.89956122523932103E-02 -7.94854438152612641E-02
+ -7.99732878304293265E-02 -8.04589579145521677E-02 -8.09422619733510262E-02
+ -8.14230020703944485E-02 -8.19009742939553337E-02 -8.23759686219706216E-02
+ -8.28477687851329053E-02 -8.33161521281488709E-02 -8.37808894692028822E-02
+ -8.42417449576695343E-02 -8.46984759301231127E-02 -8.51508327646987168E-02
+ -8.55985587338632115E-02 -8.60413898556625645E-02 -8.64790547435157625E-02
+ -8.69112744546343685E-02 -8.73377623371517642E-02 -8.77582238760545169E-02
+ -8.81723565380152369E-02 -8.85798496152344628E-02 -8.89803840684074282E-02
+ -8.93736323689402479E-02 -8.97592583405491390E-02 -9.01369170003859382E-02
+ -9.05062543998431390E-02 -9.08669074652021652E-02 -9.12185038382997276E-02
+ -9.15606617173976983E-02 -9.18929896984553712E-02 -9.22150866170138722E-02
+ -9.25265413909165113E-02 -9.28269328641018049E-02 -9.31158296517202166E-02
+ -9.33927899868404743E-02 -9.36573615690261679E-02 -9.39090814150794623E-02
+ -9.41474757122651024E-02 -9.43720596743453932E-02 -9.45823374007734169E-02
+ -9.47778017394118460E-02 -9.49579341531621018E-02 -9.51222045909095454E-02
+ -9.52700713632096546E-02 -9.54009810231628286E-02 -9.55143682529452642E-02
+ -9.56096557564872496E-02 -9.56862541588131693E-02 -9.57435619125808768E-02
+ -9.57809652123828292E-02 -9.57978379173973771E-02 -9.57935414830032583E-02
+ -9.57674249019982299E-02 -9.57188246560893574E-02 -9.56470646783506018E-02
+ -9.55514563273719419E-02 -9.54312983738538623E-02 -9.52858770004298833E-02
+ -9.51144658155312628E-02 -9.49163258821382055E-02 -9.46907057622931037E-02
+ -9.44368415782836645E-02 -9.41539570914354806E-02 -9.38412637994860410E-02
+ -9.34979610535447286E-02 -9.31232361956766258E-02 -9.27162647181800914E-02
+ -9.22762104456616161E-02 -9.18022257410434361E-02 -9.12934517366723319E-02
+ -9.07490185917300823E-02 -9.01680457771768668E-02 -8.95496423894911048E-02
+ -8.88929074944971864E-02 -8.81969305026036460E-02 -8.74607915768005478E-02
+ -8.66835620747914426E-02 -8.58643050266603841E-02 -8.50020756494959950E-02
+ -8.40959219004162872E-02 -8.31448850694547770E-02 -8.21480004137838810E-02
+ -8.11042978347636112E-02 -8.00128025993118996E-02 -7.88725361070968800E-02
+ -7.76825167050522875E-02 -7.64417605507119735E-02 -7.51492825258495284E-02
+ -7.38040972018935565E-02 -7.24052198585669465E-02 -7.09516675571699729E-02
+ -6.94424602698895527E-02 -6.78766220664735742E-02 -6.62531823595562119E-02
+ -6.45711772098550157E-02 -6.28296506923903264E-02 -6.10276563247911658E-02
+ -5.91642585586568334E-02 -5.72385343348330577E-02 -5.52495747033417278E-02
+ -5.31964865085617702E-02 -5.10783941401100061E-02 -4.88944413496982186E-02
+ -4.66437931340563314E-02 -4.43256376838058255E-02 -4.19391883979402316E-02
+ -3.94836859633223430E-02 -3.69584004983388933E-02 -3.43626337595590442E-02
+ -3.16957214099242574E-02 -2.89570353466550821E-02 -2.61459860866856235E-02
+ -2.32620252070402898E-02 -2.03046478371318589E-02 -1.72733951995055722E-02
+ -1.41678571950552609E-02 -1.09876750282146864E-02 -7.73254386706551198E-03
+ -4.40221553270754139E-03 -9.96501211606565501E-04  2.48472581603367349E-03
+  6.04152743953496971E-03  9.67389798104109459E-03  1.33817614680302628E-02
+  1.71649689250353704E-02  2.10232956954224774E-02  2.49564388049594854E-02
+  2.89640143798310760E-02  3.30455551327041366E-02  3.72005079314300172E-02
+  4.14282314659723677E-02  4.57279940301748705E-02  5.00989714360241117E-02
+  5.45402450791092064E-02  5.90508001750313163E-02  6.36295241875591139E-02
+  6.82752054703457401E-02  7.29865321450254151E-02  7.77620912394445807E-02
+  8.26003681106837473E-02  8.74997461783257463E-02  9.24585069941390586E-02
+  9.74748306749275845E-02  1.02546796725725392E-01  1.07672385280763713E-01
+  1.12849478789661131E-01  1.18075864176048997E-01  1.23349235495305243E-01
+  1.28667197117167398E-01  1.34027267457677762E-01  1.39426883283115338E-01
+  1.44863404606221519E-01  1.50334120192036097E-01  1.55836253686946535E-01
+  1.61366970380014046E-01  1.66923384600154490E-01  1.72502567746197738E-01
+  1.78101556939085720E-01  1.83717364276342637E-01  1.89346986658264271E-01
+  1.94987416142881398E-01  2.00635650772369889E-01  2.06288705797042893E-01
+  2.11943625204032371E-01  2.17597493436022527E-01  2.23247447160547924E-01
+  2.28890686922099018E-01  2.34524488477172388E-01  2.40146213576020340E-01
+  2.45753319913709689E-01  2.51343369926668170E-01  2.56914038058559779E-01
+  2.62463116060463575E-01  2.67988515824193363E-01  2.73488269173400578E-01
+  2.78960523953972583E-01  2.84403535672206054E-01  2.89815653825257591E-01
+  2.95195301952234979E-01  3.00540950304775456E-01  3.05851079891588495E-01
+  3.11124182984968412E-01  3.16358763591219894E-01  3.21553337882616586E-01
+  3.26706434588661498E-01  3.31816595344582743E-01  3.36882374995215450E-01
+  3.41902341852668323E-01  3.46875077906464158E-01  3.51799178985178929E-01
+  3.56673254868977163E-01  3.61495929352858569E-01  3.66265840260881603E-01
+  3.70981639412125308E-01  3.75641992539667458E-01  3.80245579164413872E-01
+  3.84791092426173431E-01  3.89277238874966847E-01  3.93702738226130999E-01
+  3.98066323083368312E-01  4.02366738634446885E-01  4.06602742324788435E-01
+  4.10773103514674331E-01  4.14876603126232535E-01  4.18912033286743812E-01
+  4.22878196975097376E-01  4.26773907678438980E-01  4.30597989066171638E-01
+  4.34349274688484444E-01  4.38026607706503313E-01  4.41628840660965583E-01
+  4.45154835286034833E-01  4.48603462374478290E-01  4.51973601699956873E-01
+  4.55264142001617300E-01  4.58473981035543210E-01  4.61602025696946361E-01
+  4.64647192216242066E-01  4.67608406431407553E-01  4.70484604138251883E-01
+  4.73274731519461034E-01  4.75977745652539752E-01  4.78592615096047447E-01
+  4.81118320552849921E-01  4.83553855608476524E-01  4.85898227542099492E-01
+  4.88150458207137095E-01  4.90309584978034008E-01  4.92374661759389987E-01
+  4.94344760053287258E-01  4.96218970080416988E-01  4.97996401950409451E-01
+  4.99676186876636008E-01  5.01257478430670922E-01  5.02739453831560601E-01
+  5.04121315265056769E-01  5.05402291228009060E-01  5.06581637893188774E-01
+  5.07658640489911051E-01  5.08632614695944341E-01  5.09502908036331359E-01
+  5.10268901284890553E-01  5.10930009864328460E-01  5.11485685241051313E-01
+  5.11935416310924540E-01  5.12278730772399160E-01  5.12515196483580460E-01
+  5.12644422799972244E-01  5.12666061889784586E-01  5.12579810023840121E-01
+  5.12385408837249923E-01  5.12082646560173327E-01  5.11671359215088661E-01
+  5.11151431778135379E-01  5.10522799302187913E-01  5.09785447999436814E-01
+  5.08939416281341872E-01  5.07984795753919305E-01  5.06921732166408123E-01
+  5.05750426311443957E-01  5.04471134874936111E-01  5.03084171233922683E-01
+  5.01589906200738067E-01  4.99988768711889131E-01  4.98281246460098248E-01
+  4.96467886468022201E-01  4.94549295602214889E-01  4.92526141025945163E-01
+  4.90399150589538035E-01  4.88169113156950607E-01  4.85836878867344779E-01
+  4.83403359330466020E-01  4.80869527754680226E-01  4.78236419006577429E-01
+  4.75505129601091092E-01  4.72676817621138390E-01  4.69752702565832514E-01
+  4.66734065126380049E-01  4.63622246888820644E-01  4.60418649962836490E-01
+  4.57124736535912124E-01  4.53742028352195237E-01  4.50272106115469084E-01
+  4.46716608815730998E-01  4.43077232978937419E-01  4.39355731839553121E-01
+  4.35553914435645728E-01  4.31673644626327901E-01  4.27716840031469203E-01
+  4.23685470893679972E-01  4.19581558862687165E-01  4.15407175702318943E-01
+  4.11164441920442547E-01  4.06855525322307843E-01  4.02482639487883209E-01
+  3.98048042173894667E-01  3.93554033641421330E-01  3.89002954910034615E-01
+  3.84397185939620412E-01  3.79739143741171126E-01  3.75031280417991331E-01
+  3.70276081138920465E-01  3.65476062045339667E-01  3.60633768093897800E-01
+  3.55751770837062831E-01  3.50832666143776783E-01  3.45879071862671250E-01
+  3.40893625430474856E-01  3.35878981428426926E-01  3.30837809089677803E-01
+  3.25772789760867654E-01  3.20686614321208763E-01  3.15581980562608333E-01
+  3.10461590534527265E-01  3.05328147857444665E-01  3.00032342456325041E-01
+  2.94353213762169441E-01  2.88302345126348392E-01  2.81895372556971169E-01
+  2.75149598573211140E-01  2.68083942961647614E-01  2.60718880988940305E-01
+  2.53076368951289821E-01  2.45179757051799591E-01  2.37053689715442495E-01
+  2.28723993577067380E-01  2.20217553509788611E-01  2.11562177198059365E-01
+  2.02786448900396987E-01  1.93919573189666683E-01  1.84991209602351381E-01
+  1.76031299270560299E-01  1.67069884749709935E-01  1.58136924388760092E-01
+  1.49262102716459344E-01  1.40474638433951693E-01  1.31803091709055631E-01
+  1.23275172558189344E-01  1.14917552176005897E-01  1.06755679128060832E-01
+  9.88136023561357046E-02  9.11138029572032271E-02  8.36770366836550455E-02
+  7.65221890728032123E-02  6.96661450465768939E-02  6.31236747268989346E-02
+  5.69073370879731727E-02  5.10274029136061555E-02  4.54917983462130096E-02
+  4.03060701052519732E-02  3.54733732181207323E-02  3.09944818480101386E-02
+  2.68678235236583240E-02  2.30895367785589126E-02  1.96535518958118327E-02
+  1.65516941338272640E-02  1.37738084823469508E-02  1.13079046730396125E-02
+  9.14032084990476675E-03  7.25590399782256867E-03  5.63820493892380759E-03
+  4.26968544218803928E-03  3.13193475791164952E-03  2.20589269130700523E-03
+  1.47207617403737295E-03  9.10806183990510985E-04  5.02431806419229151E-04
+  2.27548227295080974E-04  6.72055049462985237E-05  3.10508030988571542E-06
+  END     
+   TPHI_LCAO   3 #tphi0(r) for tphi0(r)/r*Ylm)
+  0.00000000000000000E+00  1.57828757935612512E-16  6.37200535783102894E-16
+  1.44708771443729943E-15  2.59665791588114526E-15  4.09527790828801026E-15
+  5.95251758648863454E-15  8.17815402923350709E-15  1.07821756347077345E-14
+  1.37747863357842427E-14  1.71664098965276051E-14  2.09676942914901122E-14
+  2.51895161693705598E-14  2.98429854026366266E-14  3.49394497247389701E-14
+  4.04904994565807436E-14  4.65079723239315954E-14  5.30039583675132456E-14
+  5.99908049475099830E-14  6.74811218442958903E-14  7.54877864572011970E-14
+  8.40239491031743924E-14  9.31030384172336299E-14  1.02738766856635323E-13
+  1.12945136310722888E-13  1.23736443818458286E-13  1.35127287395675708E-13
+  1.47132571974131766E-13  1.59767515454471738E-13  1.73047654875266656E-13
+  1.86988852700315824E-13  2.01607303226458084E-13  2.16919539114164669E-13
+  2.32942438043242848E-13  2.49693229496013005E-13  2.67189501670371905E-13
+  2.85449208525199207E-13  3.04490676960605797E-13  3.24332614135579455E-13
+  3.44994114925621145E-13  3.66494669523019170E-13  3.88854171182457158E-13
+  4.12092924114705594E-13  4.36231651531187492E-13  4.61291503842281616E-13
+  4.87294067012252530E-13  5.14261371073780718E-13  5.42215898805098671E-13
+  5.71180594572806042E-13  6.01178873343494412E-13  6.32234629867370404E-13
+  6.64372248037120815E-13  6.97616610425331638E-13  7.31993108003830168E-13
+  7.67527650048387560E-13  8.04246674232274135E-13  8.42177156912240906E-13
+  8.81346623610547351E-13  9.21783159696744220E-13  9.63515421272980940E-13
+  1.00657264626666201E-12  1.05098466573438979E-12  1.09678191538115387E-12
+  1.14399544729884309E-12  1.19265694192821179E-12  1.24279872024850733E-12
+  1.29445375619907240E-12  1.34765568933726272E-12  1.40243883773717401E-12
+  1.45883821113368327E-12  1.51688952431645451E-12  1.57662921077860551E-12
+  1.63809443662484057E-12  1.70132311474393809E-12  1.76635391925057602E-12
+  1.83322630020157008E-12  1.90198049859168888E-12  1.97265756163432964E-12
+  2.04529935833239247E-12  2.11994859534485901E-12  2.19664883315460786E-12
+  2.27544450254315712E-12  2.35638092137811762E-12  2.43950431171924926E-12
+  2.52486181724909072E-12  2.61250152103431530E-12  2.70247246362401133E-12
+  2.79482466149123937E-12  2.88960912582433086E-12  2.98687788167450772E-12
+  3.08668398746651757E-12  3.18908155487916489E-12  3.29412576910262209E-12
+  3.40187290947967721E-12  3.51238037053813228E-12  3.62570668342167042E-12
+  3.74191153772673416E-12  3.86105580375304658E-12  3.98320155517552724E-12
+  4.10841209214557946E-12  4.23675196482976391E-12  4.36828699739414766E-12
+  4.50308431244267604E-12  4.64121235591810642E-12  4.78274092247421289E-12
+  4.92774118132811267E-12  5.07628570260178909E-12  5.22844848416189965E-12
+  5.38430497896738484E-12  5.54393212293429757E-12  5.70740836332765244E-12
+  5.87481368769016207E-12  6.04622965331800074E-12  6.22173941729379697E-12
+  6.40142776708741689E-12  6.58538115173515534E-12  6.77368771360822036E-12
+  6.96643732078157640E-12  7.16372160001445770E-12  7.36563397035401272E-12
+  7.57226967737377917E-12  7.78372582805899227E-12  8.00010142635074982E-12
+  8.22149740936155859E-12  8.44801668427475806E-12  8.67976416594073384E-12
+  8.91684681518296364E-12  9.15937367782729210E-12  9.40745592446794884E-12
+  9.66120689098418290E-12  9.92074211982163208E-12  1.01861794020527236E-11
+  1.04576388202307981E-11  1.07352427920528302E-11  1.10191161148459628E-11
+  1.13093860108932468E-11  1.16061821736144367E-11  1.19096368146178513E-11
+  1.22198847116396079E-11  1.25370632573870062E-11  1.28613125093029026E-11
+  1.31927752402684717E-11  1.35315969902618790E-11  1.38779261189908808E-11
+  1.42319138595176180E-11  1.45937143728941445E-11  1.49634848038278085E-11
+  1.53413853373956695E-11  1.57275792568277139E-11  1.61222330023789114E-11
+  1.65255162313105794E-11  1.69376018790017749E-11  1.73586662212120300E-11
+  1.77888889375168953E-11  1.82284531759385278E-11  1.86775456187934906E-11
+  1.91363565497806710E-11  1.96050799223327560E-11  2.00839134292547002E-11
+  2.05730585736735565E-11  2.10727207413240644E-11  2.15831092741952895E-11
+  2.21044375455636180E-11  2.26369230364382072E-11  2.31807874134454298E-11
+  2.37362566081792307E-11  2.43035608980448811E-11  2.48829349886241794E-11
+  2.54746180975906269E-11  2.60788540402036366E-11  2.66958913164113849E-11
+  2.73259831995923636E-11  2.79693878269666988E-11  2.86263682917080180E-11
+  2.92971927367882921E-11  2.99821344505876526E-11  3.06814719643028471E-11
+  3.13954891511873449E-11  3.21244753276580534E-11  3.28687253563033307E-11
+  3.36285397508279721E-11  3.44042247829715514E-11  3.51960925914370505E-11
+  3.60044612928674269E-11  3.68296550949086468E-11  3.76720044113981009E-11
+  3.85318459797183531E-11  3.94095229803569472E-11  4.03053851587131662E-11
+  4.12197889491944329E-11  4.21530976016447800E-11  4.31056813101494400E-11
+  4.40779173442598247E-11  4.50701901826844400E-11  4.60828916494918376E-11
+  4.71164210528726641E-11  4.81711853265089699E-11  4.92475991735992591E-11
+  5.03460852135893638E-11  5.14670741316597550E-11  5.26110048310207640E-11
+  5.37783245880687756E-11  5.49694892104562296E-11  5.61849631981309361E-11
+  5.74252199073996466E-11  5.86907417180727378E-11  5.99820202037478316E-11
+  6.12995563052911804E-11  6.26438605075764884E-11  6.40154530195422530E-11
+  6.54148639576302194E-11  6.68426335326675050E-11  6.82993122402574682E-11
+  6.97854610547451353E-11  7.13016516268234499E-11  7.28484664848495304E-11
+  7.44264992399392691E-11  7.60363547949122762E-11  7.76786495571580213E-11
+  7.93540116554979173E-11  8.10630811611170027E-11  8.28065103126420870E-11
+  8.45849637454441005E-11  8.63991187252431277E-11  8.82496653860974071E-11
+  9.01373069728582150E-11  9.20627600881736472E-11  9.40267549441271984E-11
+  9.60300356185981460E-11  9.80733603164309814E-11  1.00157501635505098E-10
+  1.02283246837796100E-10  1.04451398125521728E-10  1.06662772922468711E-10
+  1.08918204160596180E-10  1.11218540572015584E-10  1.13564646986447079E-10
+  1.15957404634255307E-10  1.18397711455168853E-10  1.20886482412789576E-10
+  1.23424649815001012E-10  1.26013163640384835E-10  1.28652991870759813E-10
+  1.31345120829955769E-10  1.34090555528941279E-10  1.36890320017421906E-10
+  1.39745457742032595E-10  1.42657031911245247E-10  1.45626125867119010E-10
+  1.48653843464019760E-10  1.51741309454441458E-10  1.54889669882059423E-10
+  1.58100092482153475E-10  1.61373767089537433E-10  1.64711906054136122E-10
+  1.68115744664352341E-10  1.71586541578370435E-10  1.75125579263544791E-10
+  1.78734164444023431E-10  1.82413628556763658E-10  1.86165328216092411E-10
+  1.89990645686976561E-10  1.93890989367161109E-10  1.97867794278345440E-10
+  2.01922522566563073E-10  2.06056664011940685E-10  2.10271736548008793E-10
+  2.14569286790745507E-10  2.18950890577533149E-10  2.23418153516215376E-10
+  2.27972711544441862E-10  2.32616231499494715E-10  2.37350411698792021E-10
+  2.42176982531267618E-10  2.47097707059832151E-10  2.52114381635122029E-10
+  2.57228836520746566E-10  2.62442936530250188E-10  2.67758581676007969E-10
+  2.73177707830277352E-10  2.78702287398634635E-10  2.84334330006027039E-10
+  2.90075883195676996E-10  2.95929033141078378E-10  3.01895905371330806E-10
+  3.07978665510060559E-10  3.14179520028182588E-10  3.20500717010762290E-10
+  3.26944546938242365E-10  3.33513343482300469E-10  3.40209484316616918E-10
+  3.47035391942821761E-10  3.53993534531917532E-10  3.61086426781456843E-10
+  3.68316630788775348E-10  3.75686756940577703E-10  3.83199464819184962E-10
+  3.90857464125751840E-10  3.98663515620774173E-10  4.06620432082208807E-10
+  4.14731079281535711E-10  4.22998376978097059E-10  4.31425299932056242E-10
+  4.40014878936326267E-10  4.48770201867817978E-10  4.57694414758375549E-10
+  4.66790722885762669E-10  4.76062391885075655E-10  4.85512748880969656E-10
+  4.95145183641079407E-10  5.04963149751037612E-10  5.14970165811494623E-10
+  5.25169816657543865E-10  5.35565754600984982E-10  5.46161700695835631E-10
+  5.56961446027542300E-10  5.67968853026323506E-10  5.79187856805100417E-10
+  5.90622466522472646E-10  6.02276766771213075E-10  6.14154918992750947E-10
+  6.26261162918136103E-10  6.38599818035975618E-10  6.51175285087850413E-10
+  6.63992047591722926E-10  6.77054673393860608E-10  6.90367816249809471E-10
+  7.03936217434959931E-10  7.17764707385257995E-10  7.31858207368626990E-10
+  7.46221731187672838E-10  7.60860386914260397E-10  7.75779378656551474E-10
+  7.90984008359120339E-10  8.06479677636755239E-10  8.22271889642584912E-10
+  8.38366250971164338E-10  8.54768473597183123E-10  8.71484376850450306E-10
+  8.88519889427845555E-10  9.05881051442920318E-10  9.23574016513856165E-10
+  9.41605053890501211E-10  9.59980550621205400E-10  9.78707013760209356E-10
+  9.97791072616340363E-10  1.01723948104378680E-09  1.03705911977574280E-09
+  1.05725699880171763E-09  1.07784025978933487E-09  1.09881617855144491E-09
+  1.12019216755940524E-09  1.14197577850338526E-09  1.16417470490058622E-09
+  1.18679678475225250E-09  1.20985000325040902E-09  1.23334249553523906E-09
+  1.25728254950405912E-09  1.28167860867284503E-09  1.30653927509130450E-09
+  1.33187331231248549E-09  1.35768964841795192E-09  1.38399737909955423E-09
+  1.41080577079886083E-09  1.43812426390532703E-09  1.46596247601429707E-09
+  1.49433020524596208E-09  1.52323743362641019E-09  1.55269433053193234E-09
+  1.58271125619776695E-09  1.61329876529247946E-09  1.64446761055922467E-09
+  1.67622874652511777E-09  1.70859333328000371E-09  1.74157274032591973E-09
+  1.77517855049856494E-09  1.80942256396213906E-09  1.84431680227890193E-09
+  1.87987351255486826E-09  1.91610517166305583E-09  1.95302449054572650E-09
+  1.99064441859711896E-09  2.02897814812815478E-09  2.06803911891466876E-09
+  2.10784102283070969E-09  2.14839780856852270E-09  2.18972368644680169E-09
+  2.23183313330890838E-09  2.27474089751268509E-09  2.31846200401362394E-09
+  2.36301175954310769E-09  2.40840575788350009E-09  2.45465988524192229E-09
+  2.50179032572453495E-09  2.54981356691319800E-09  2.59874640554646649E-09
+  2.64860595330681411E-09  2.69940964271612440E-09  2.75117523314143185E-09
+  2.80392081691300156E-09  2.85766482555683454E-09  2.91242603614374207E-09
+  2.96822357775716650E-09  3.02507693808197628E-09  3.08300597011647833E-09
+  3.14203089900997279E-09  3.20217232902818784E-09  3.26345125064898349E-09
+  3.32588904779075908E-09  3.38950750517604985E-09  3.45432881583284494E-09
+  3.52037558873618403E-09  3.58767085659267140E-09  3.65623808377057534E-09
+  3.72610117437823165E-09  3.79728448049352743E-09  3.86981281054727738E-09
+  3.94371143786338961E-09  4.01900610935875677E-09  4.09572305440580231E-09
+  4.17388899386080533E-09  4.25353114926104052E-09  4.33467725219391637E-09
+  4.41735555384132664E-09  4.50159483470247771E-09  4.58742441449853518E-09
+  4.67487416226250186E-09  4.76397450661775988E-09  4.85475644624883642E-09
+  4.94725156056796555E-09  5.04149202058111220E-09  5.13751059995719398E-09
+  5.23534068630427594E-09  5.33501629265665583E-09  5.43657206917669875E-09
+  5.54004331507556027E-09  5.64546599075674377E-09  5.75287673018678504E-09
+  5.86231285349723058E-09  5.97381237982225411E-09  6.08741404037634896E-09
+  6.20315729177652260E-09  6.32108232961362568E-09  6.44123010227742440E-09
+  6.56364232504018672E-09  6.68836149440362221E-09  6.81543090271405671E-09
+  6.94489465305091572E-09  7.07679767439353918E-09  7.21118573707169858E-09
+  7.34810546850483967E-09  7.48760436923575367E-09  7.62973082926399377E-09
+  7.77453414468466944E-09  7.92206453463836892E-09  8.07237315857799373E-09
+  8.22551213385844667E-09  8.38153455365518034E-09  8.54049450521779030E-09
+  8.70244708846488465E-09  8.86744843492665408E-09  9.03555572704154136E-09
+  9.20682721781379159E-09  9.38132225083845417E-09  9.55910128070084296E-09
+  9.74022589375734972E-09  9.92475882930485718E-09  1.01127640011458472E-08
+  1.03043065195568038E-08  1.04994527136672743E-08  1.06982701542573631E-08
+  1.09008276769814387E-08  1.11071954060260728E-08  1.13174447782102255E-08
+  1.15316485675360668E-08  1.17498809101987625E-08  1.19722173300638589E-08
+  1.21987347646209910E-08  1.24295115914227832E-08  1.26646276550180755E-08
+  1.29041642943886685E-08  1.31482043708990237E-08  1.33968322967684769E-08
+  1.36501340640757623E-08  1.39081972743058010E-08  1.41711111684488423E-08
+  1.44389666576623490E-08  1.47118563545060591E-08  1.49898746047610865E-08
+  1.52731175198437485E-08  1.55616830098255116E-08  1.58556708170701036E-08
+  1.61551825504995832E-08  1.64603217205009285E-08  1.67711937744852342E-08
+  1.70879061331116383E-08  1.74105682271885243E-08  1.77392915352644626E-08
+  1.80741896219219616E-08  1.84153781767871361E-08  1.87629750542685168E-08
+  1.91171003140388851E-08  1.94778762622737773E-08  1.98454274936610062E-08
+  2.02198809341954498E-08  2.06013658847738510E-08  2.09900140656046233E-08
+  2.13859596614478339E-08  2.17893393677008832E-08  2.22002924373457397E-08
+  2.26189607287737634E-08  2.30454887545045924E-08  2.34800237308157552E-08
+  2.39227156283000463E-08  2.43737172233679677E-08  2.48331841507130096E-08
+  2.53012749567576720E-08  2.57781511540984735E-08  2.62639772769689497E-08
+  2.67589209377392233E-08  2.72631528844718394E-08  2.77768470595535684E-08
+  2.83001806594230901E-08  2.88333341954153066E-08  2.93764915557429841E-08
+  2.99298400686369981E-08  3.04935705666669444E-08  3.10678774522640054E-08
+  3.16529587644687073E-08  3.22490162469263615E-08  3.28562554171535804E-08
+  3.34748856370995106E-08  3.41051201850261270E-08  3.47471763287321269E-08
+  3.54012754001456688E-08  3.60676428713113277E-08  3.67465084317974847E-08
+  3.74381060675507930E-08  3.81426741412244813E-08  3.88604554740082678E-08
+  3.95916974289879234E-08  4.03366519960628923E-08  4.10955758784514967E-08
+  4.18687305808128039E-08  4.26563824990159788E-08  4.34588030115874759E-08
+  4.42762685728676571E-08  4.51090608079087301E-08  4.59574666091465387E-08
+  4.68217782348792677E-08  4.77022934095870797E-08  4.85993154261268655E-08
+  4.95131532498372189E-08  5.04441216245893373E-08  5.13925411808203699E-08
+  5.23587385455858874E-08  5.33430464546697148E-08  5.43458038667890667E-08
+  5.53673560799345817E-08  5.64080548498849025E-08  5.74682585109364396E-08
+  5.85483320988900469E-08  5.96486474763361085E-08  6.07695834602819555E-08
+  6.19115259521643370E-08  6.30748680702924038E-08  6.42600102847662210E-08
+  6.54673605549169285E-08  6.66973344693160866E-08  6.79503553884019555E-08
+  6.92268545897717447E-08  7.05272714161893050E-08  7.18520534263597854E-08
+  7.32016565485220249E-08  7.45765452369121612E-08  7.59771926311515800E-08
+  7.74040807186139729E-08  7.88577004998273270E-08  8.03385521569681406E-08
+  8.18471452255034390E-08  8.33839987690425939E-08  8.49496415574565869E-08
+  8.65446122483266282E-08  8.81694595717843609E-08  8.98247425188068356E-08
+  9.15110305330310518E-08  9.32289037061535269E-08  9.49789529769824699E-08
+  9.67617803342099775E-08  9.85779990229745716E-08  1.00428233755284604E-07
+  1.02313120924374622E-07  1.04233308823067986E-07  1.06189457866221396E-07
+  1.08182240817326939E-07  1.10212343019349086E-07  1.12280462629877011E-07
+  1.14387310860671465E-07  1.16533612221689286E-07  1.18720104769668942E-07
+  1.20947540361361942E-07  1.23216684911498245E-07  1.25528318655571843E-07
+  1.27883236417539508E-07  1.30282247882521799E-07  1.32726177874601779E-07
+  1.35215866639815603E-07  1.37752170134432582E-07  1.40335960318623415E-07
+  1.42968125455616604E-07  1.45649570416447493E-07  1.48381216990402194E-07
+  1.51164004201264112E-07  1.53998888629471653E-07  1.56886844740296748E-07
+  1.59828865218157737E-07  1.62825961307179723E-07  1.65879163158121684E-07
+  1.68989520181786015E-07  1.72158101409034905E-07  1.75385995857534873E-07
+  1.78674312905355926E-07  1.82024182671553331E-07  1.85436756403862937E-07
+  1.88913206873642512E-07  1.92454728778194293E-07  1.96062539150607403E-07
+  1.99737877777260503E-07  2.03482007623127035E-07  2.07296215265030036E-07
+  2.11181811332994427E-07  2.15140130959848102E-07  2.19172534239226725E-07
+  2.23280406692137450E-07  2.27465159742244331E-07  2.31728231200035658E-07
+  2.36071085756041003E-07  2.40495215483266148E-07  2.45002140349019308E-07
+  2.49593408736302899E-07  2.54270597974949012E-07  2.59035314882684264E-07
+  2.63889196316305354E-07  2.68833909733156406E-07  2.73871153763100085E-07
+  2.79002658791180128E-07  2.84230187551171950E-07  2.89555535730227802E-07
+  2.94980532584822605E-07  3.00507041568211349E-07  3.06136960969613700E-07
+  3.11872224565345437E-07  3.17714802282118305E-07  3.23666700872737836E-07
+  3.29729964604429427E-07  3.35906675960029370E-07  3.42198956352279949E-07
+  3.48608966851476433E-07  3.55138908926711535E-07  3.61791025200975056E-07
+  3.68567600220365415E-07  3.75470961237677927E-07  3.82503479010636998E-07
+  3.89667568615049245E-07  3.96965690273151525E-07  4.04400350197442474E-07
+  4.11974101450284094E-07  4.19689544819569024E-07  4.27549329710754069E-07
+  4.35556155055564719E-07  4.43712770237683782E-07  4.52021976035740094E-07
+  4.60486625583922176E-07  4.69109625350543804E-07  4.77893936134900516E-07
+  4.86842574082754487E-07  4.95958611720800255E-07  5.05245179010464069E-07
+  5.14705464421396077E-07  5.24342716025027866E-07  5.34160242608567117E-07
+  5.44161414809811796E-07  5.54349666273173516E-07  5.64728494827307553E-07
+  5.75301463684749517E-07  5.86072202663974357E-07  5.97044409434295825E-07
+  6.08221850784029171E-07  6.19608363912357099E-07  6.31207857745340085E-07
+  6.43024314276521663E-07  6.55061789932586632E-07  6.67324416964546593E-07
+  6.79816404864922006E-07  6.92542041811412007E-07  7.05505696137544360E-07
+  7.18711817830813413E-07  7.32164940058812289E-07  7.45869680723893043E-07
+  7.59830744046876862E-07  7.74052922180366069E-07  7.88541096852206569E-07
+  8.03300241039664462E-07  8.18335420674892999E-07  8.33651796382269576E-07
+  8.49254625248212635E-07  8.65149262624056987E-07  8.81341163962640622E-07
+  8.97835886689205249E-07  9.14639092107266907E-07  9.31756547340103999E-07
+  9.49194127308529137E-07  9.66957816745624353E-07  9.85053712249131357E-07
+  1.00348802437219641E-06  1.02226707975319001E-06  1.04139732328533091E-06
+  1.06088532032685920E-06  1.08073775895251189E-06  1.10096145224708169E-06
+  1.12156334064183433E-06  1.14255049429459537E-06  1.16393011551431254E-06
+  1.18570954123094070E-06  1.20789624551147189E-06  1.23049784212300371E-06
+  1.25352208714369100E-06  1.27697688162250898E-06  1.30087027428871315E-06
+  1.32521046431194242E-06  1.35000580411389997E-06  1.37526480223258783E-06
+  1.40099612624006178E-06  1.42720860571472370E-06  1.45391123526915801E-06
+  1.48111317763455467E-06  1.50882376680277705E-06  1.53705251122715038E-06
+  1.56580909708307040E-06  1.59510339158954711E-06  1.62494544639282085E-06
+  1.65534550101322139E-06  1.68631398635643440E-06  1.71786152829039814E-06
+  1.74999895128903780E-06  1.78273728214410723E-06  1.81608775374638702E-06
+  1.85006180893755984E-06  1.88467110443406302E-06  1.91992751482427370E-06
+  1.95584313664040452E-06  1.99243029250647865E-06  2.02970153536384722E-06
+  2.06766965277564982E-06  2.10634767131174442E-06  2.14574886101556397E-06
+  2.18588673995446253E-06  2.22677507885509757E-06  2.26842790582544087E-06
+  2.31085951116503120E-06  2.35408445226513314E-06  2.39811755860045649E-06
+  2.44297393681418252E-06  2.48866897589799786E-06  2.53521835246895298E-06
+  2.58263803614493069E-06  2.63094429502056335E-06  2.68015370124550091E-06
+  2.73028313670691142E-06  2.78134979881819356E-06  2.83337120641585231E-06
+  2.88636520576658970E-06  2.94034997668665113E-06  2.99534403877553131E-06
+  3.05136625776617350E-06  3.10843585199385286E-06  3.16657239898593187E-06
+  3.22579584217478911E-06  3.28612649773617121E-06  3.34758506155536886E-06
+  3.41019261632355079E-06  3.47397063876673942E-06  3.53894100700985386E-06
+  3.60512600807838815E-06  3.67254834554028793E-06  3.74123114729060671E-06
+  3.81119797348167777E-06  3.88247282460145288E-06  3.95508014970283187E-06
+  4.02904485478675571E-06  4.10439231134198510E-06  4.18114836504445026E-06
+  4.25933934461917306E-06  4.33899207086781545E-06  4.42013386586490424E-06
+  4.50279256232593259E-06  4.58699651315052351E-06  4.67277460114392027E-06
+  4.76015624892016437E-06  4.84917142899033080E-06  4.93985067403928658E-06
+  5.03222508739450128E-06  5.12632635369047387E-06  5.22218674973248006E-06
+  5.31983915556331262E-06  5.41931706573683513E-06  5.52065460080220287E-06
+  5.62388651900270751E-06  5.72904822819321896E-06  5.83617579798035456E-06
+  5.94530597208949128E-06  6.05647618096289852E-06  6.16972455459328338E-06
+  6.28508993559716055E-06  6.40261189253252861E-06  6.52233073346540712E-06
+  6.64428751978989062E-06  6.76852408030646560E-06  6.89508302556339804E-06
+  7.02400776246611206E-06  7.15534250915959441E-06  7.28913231018887385E-06
+  7.42542305194281624E-06  7.56426147838650702E-06  7.70569520708763387E-06
+  7.84977274554231065E-06  7.99654350780602974E-06  8.14605783143533751E-06
+  8.29836699474611019E-06  8.45352323439433432E-06  8.61157976328540036E-06
+  8.77259078881804549E-06  8.93661153146921869E-06  9.10369824372621244E-06
+  9.27390822937262540E-06  9.44729986313458526E-06  9.62393261069418057E-06
+  9.80386704907685264E-06  9.98716488741970659E-06  1.01738889881279176E-05
+  1.03641033884264849E-05  1.05578733223146496E-05  1.07552652429305818E-05
+  1.09563468453339800E-05  1.11611870897143199E-05  1.13698562250328277E-05
+  1.15824258131061787E-05  1.17989687531402234E-05  1.20195593067221079E-05
+  1.22442731232794352E-05  1.24731872660150836E-05  1.27063802383266579E-05
+  1.29439320107195601E-05  1.31859240482229588E-05  1.34324393383180191E-05
+  1.36835624193879418E-05  1.39393794096996518E-05  1.41999780369269022E-05
+  1.44654476682251229E-05  1.47358793408681129E-05  1.50113657934572079E-05
+  1.52920014977135796E-05  1.55778826908645065E-05  1.58691074086348529E-05
+  1.61657755188548348E-05  1.64679887556958728E-05  1.67758507545458802E-05
+  1.70894670875365041E-05  1.74089452997337978E-05  1.77343949460052923E-05
+  1.80659276285757774E-05  1.84036570352848315E-05  1.87476989785590422E-05
+  1.90981714351124870E-05  1.94551945863887866E-05  1.98188908597589060E-05
+  2.01893849704885581E-05  2.05668039644896635E-05  2.09512772618706618E-05
+  2.13429367013002786E-05  2.17419165852002941E-05  2.21483537257824892E-05
+  2.25623874919457790E-05  2.29841598570493935E-05  2.34138154475786912E-05
+  2.38515015927199815E-05  2.42973683748616658E-05  2.47515686810387023E-05
+  2.52142582553382431E-05  2.56855957522841737E-05  2.61657427912190401E-05
+  2.66548640117019052E-05  2.71531271299409864E-05  2.76607029962806504E-05
+  2.81777656537621878E-05  2.87044923977786736E-05  2.92410638368439463E-05
+  2.97876639544974656E-05  3.03444801723643803E-05  3.09117034143946868E-05
+  3.14895281723018367E-05  3.20781525722237828E-05  3.26777784426292644E-05
+  3.32886113834925492E-05  3.39108608367602111E-05  3.45447401581343945E-05
+  3.51904666901964910E-05  3.58482618368971887E-05  3.65183511394374238E-05
+  3.72009643535669885E-05  3.78963355283266576E-05  3.86047030862613353E-05
+  3.93263099051311484E-05  4.00614034011488582E-05  4.08102356137717763E-05
+  4.15730632920775894E-05  4.23501479827531328E-05  4.31417561197266778E-05
+  4.39481591154741670E-05  4.47696334540306553E-05  4.56064607857390225E-05
+  4.64589280237678664E-05  4.73273274424322208E-05  4.82119567773502757E-05
+  4.91131193274705347E-05  5.00311240590042695E-05  5.09662857112990473E-05
+  5.19189249046890917E-05  5.28893682503597522E-05  5.38779484622636630E-05
+  5.48850044711265335E-05  5.59108815405819309E-05  5.69559313854745496E-05
+  5.80205122923725756E-05  5.91049892423302112E-05  6.02097340359423390E-05
+  6.13351254207343939E-05  6.24815492209304402E-05  6.36493984696444737E-05
+  6.48390735435395651E-05  6.60509823000011119E-05  6.72855402168713623E-05
+  6.85431705347925294E-05  6.98243044022072177E-05  7.11293810230661421E-05
+  7.24588478072931363E-05  7.38131605240590716E-05  7.51927834579169986E-05
+  7.65981895678521392E-05  7.80298606493005058E-05  7.94882874991922948E-05
+  8.09739700840754050E-05  8.24874177113776516E-05  8.40291492038654675E-05
+  8.55996930773585303E-05  8.71995877217617233E-05  8.88293815854758495E-05
+  9.04896333632496986E-05  9.21809121875383561E-05  9.39037978234327379E-05
+  9.56588808672266246E-05  9.74467629486894975E-05  9.92680569371140123E-05
+  1.01123387151208133E-04  1.03013389572904343E-04  1.04938712065157723E-04
+  1.06900014593808770E-04  1.08897969453584898E-04  1.10933261498319299E-04
+  1.13006588375464854E-04  1.15118660764982882E-04  1.17270202622689508E-04
+  1.19461951428140564E-04  1.21694658437141877E-04  1.23969088938969069E-04
+  1.26286022518385814E-04  1.28646253322549516E-04  1.31050590332895103E-04
+  1.33499857642090054E-04  1.35994894736154700E-04  1.38536556781844455E-04
+  1.41125714919390996E-04  1.43763256560703088E-04  1.46450085693128194E-04
+  1.49187123188877996E-04  1.51975307120224103E-04  1.54815593080570319E-04
+  1.57708954511511608E-04  1.60656383035990229E-04  1.63658888797663598E-04
+  1.66717500806597862E-04  1.69833267291406658E-04  1.73007256057953356E-04
+  1.76240554854738848E-04  1.79534271745101132E-04  1.82889535486350699E-04
+  1.86307495915971649E-04  1.89789324345020834E-04  1.93336213958857447E-04
+  1.96949380225340146E-04  2.00630061310628756E-04  2.04379518502735026E-04
+  2.08199036642963027E-04  2.12089924565387217E-04  2.16053515544518059E-04
+  2.20091167751306204E-04  2.24204264717639475E-04  2.28394215809492220E-04
+  2.32662456708886519E-04  2.37010449904827622E-04  2.41439685193382722E-04
+  2.45951680187070354E-04  2.50547980833734489E-04  2.55230161945078611E-04
+  2.59999827735039326E-04  2.64858612368181368E-04  2.69808180518300899E-04
+  2.74850227937424130E-04  2.79986482035397518E-04  2.85218702470262033E-04
+  2.90548681749613045E-04  2.95978245843150271E-04  3.01509254806623219E-04
+  3.07143603417383778E-04  3.12883221821761825E-04  3.18730076194481313E-04
+  3.24686169410340222E-04  3.30753541728382404E-04  3.36934271488789671E-04
+  3.43230475822733135E-04  3.49644311375420431E-04  3.56177975042583676E-04
+  3.62833704720658091E-04  3.69613780070902702E-04  3.76520523297720078E-04
+  3.83556299941440512E-04  3.90723519685834560E-04  3.98024637180628325E-04
+  4.05462152879295691E-04  4.13038613892414020E-04  4.20756614856865178E-04
+  4.28618798821178227E-04  4.36627858147310244E-04  4.44786535429167712E-04
+  4.53097624428178125E-04  4.61563971026225693E-04  4.70188474196270973E-04
+  4.78974086990981000E-04  4.87923817549699513E-04  4.97040730124098250E-04
+  5.06327946122851064E-04  5.15788645175678821E-04  5.25426066217127329E-04
+  5.35243508590435200E-04  5.45244333171865164E-04  5.55431963515870823E-04
+  5.65809887021488178E-04  5.76381656120332161E-04  5.87150889486605615E-04
+  5.98121273269517435E-04  6.09296562348520996E-04  6.20680581611798084E-04
+  6.32277227258407071E-04  6.44090468124531267E-04  6.56124347034273614E-04
+  6.68382982175438987E-04  6.80870568500769658E-04  6.93591379155096121E-04
+  7.06549766928873274E-04  7.19750165738592459E-04  7.33197092134558223E-04
+  7.46895146836522132E-04  7.60849016297696122E-04  7.75063474297648888E-04
+  7.89543383564624912E-04  8.04293697427813071E-04  8.19319461500117954E-04
+  8.34625815391982421E-04  8.50217994456837849E-04  8.66101331568743904E-04
+  8.82281258932814160E-04  8.98763309929018878E-04  9.15553120989972863E-04
+  9.32656433513329533E-04  9.50079095809395731E-04  9.67827065084628539E-04
+  9.85906409461640527E-04  1.00432331003639705E-03  1.02308406297326165E-03
+  1.04219508163858553E-03  1.06166289877353574E-03  1.08149416870686500E-03
+  1.10169566960835810E-03  1.12227430578367674E-03  1.14323711001135513E-03
+  1.16459124592270405E-03  1.18634401042540575E-03  1.20850283617156577E-03
+  1.23107529407104886E-03  1.25406909585088497E-03  1.27749209666159786E-03
+  1.30135229773128101E-03  1.32565784906828361E-03  1.35041705221338338E-03
+  1.37563836304231734E-03  1.40133039461959080E-03  1.42750192010446253E-03
+  1.45416187571005421E-03  1.48131936371651831E-03  1.50898365553923963E-03
+  1.53716419485303967E-03  1.56587060077339525E-03  1.59511267109566177E-03
+  1.62490038559336245E-03  1.65524390937655782E-03  1.68615359631138842E-03
+  1.71763999250185693E-03  1.74971383983495371E-03  1.78238607959024906E-03
+  1.81566785611508809E-03  1.84957052056653631E-03  1.88410563472126737E-03
+  1.91928497485457017E-03  1.95512053568969949E-03  1.99162453441880521E-03
+  2.02880941479667565E-03  2.06668785130860498E-03  2.10527275341363881E-03
+  2.14457726986453431E-03  2.18461479310577992E-03  2.22539896375100648E-03
+  2.26694367514119208E-03  2.30926307798504961E-03  2.35237158508302176E-03
+  2.39628387613633484E-03  2.44101490264257487E-03  2.48657989287927317E-03
+  2.53299435697702021E-03  2.58027409208365713E-03  2.62843518762107117E-03
+  2.67749403063622998E-03  2.72746731124800731E-03  2.77837202819149805E-03
+  2.83022549446141410E-03  2.88304534305629332E-03  2.93684953282521586E-03
+  2.99165635441874748E-03  3.04748443634588872E-03  3.10435275113880686E-03
+  3.16228062162715248E-03  3.22128772732382636E-03  3.28139411092401518E-03
+  3.34262018491943971E-03  3.40498673832966437E-03  3.46851494355254883E-03
+  3.53322636333556431E-03  3.59914295787027317E-03  3.66628709201176567E-03
+  3.73468154262523739E-03  3.80434950606172231E-03  3.87531460576512115E-03
+  3.94760090001266498E-03  4.02123288979095665E-03  4.09623552680981901E-03
+  4.17263422165613327E-03  4.25045485208995315E-03  4.32972377148515240E-03
+  4.41046781741691405E-03  4.49271432039841968E-03  4.57649111276907383E-03
+  4.66182653773667115E-03  4.74874945857593420E-03  4.83728926798585382E-03
+  4.92747589760832855E-03  5.01933982771059304E-03  5.11291209703398225E-03
+  5.20822431281157527E-03  5.30530866095733390E-03  5.40419791642932686E-03
+  5.50492545376969275E-03  5.60752525782401770E-03  5.71203193464280435E-03
+  5.81848072256778426E-03  5.92690750350579124E-03  6.03734881439298241E-03
+  6.14984185885220341E-03  6.26442451904632262E-03  6.38113536773036311E-03
+  6.50001368050531336E-03  6.62109944827651929E-03  6.74443338991951614E-03
+  6.87005696515630929E-03  6.99801238764497392E-03  7.12834263828561118E-03
+  7.26109147874559168E-03  7.39630346520715048E-03  7.53402396234027858E-03
+  7.67429915750401925E-03  7.81717607517917051E-03  7.96270259163545623E-03
+  8.11092744983626414E-03  8.26190027458397099E-03  8.41567158790902485E-03
+  8.57229282470579022E-03  8.73181634861829210E-03  8.89429546817896086E-03
+  9.05978445320345174E-03  9.22833855144464428E-03  9.40001400550889710E-03
+  9.57486807003766691E-03  9.75295902915754818E-03  9.93434621420176411E-03
+  1.01190900217062001E-02  1.03072519316830032E-02  1.04988945261746940E-02
+  1.06940815080918735E-02  1.08928777203373683E-02  1.10953491652198317E-02
+  1.13015630241596575E-02  1.15115876776899946E-02  1.17254927257558050E-02
+  1.19433490083136005E-02  1.21652286262346181E-02  1.23912049625141182E-02
+  1.26213527037893364E-02  1.28557478621686844E-02  1.30944677973745729E-02
+  1.33375912392023465E-02  1.35851983102974992E-02  1.38373705492535123E-02
+  1.40941909340322902E-02  1.43557439057093519E-02  1.46221153925455340E-02
+  1.48933928343871393E-02  1.51696652073960176E-02  1.54510230491112927E-02
+  1.57375584838440434E-02  1.60293652484061258E-02  1.63265387181743132E-02
+  1.66291759334906801E-02  1.69373756263998324E-02  1.72512382477237602E-02
+  1.75708659944744834E-02  1.78963628376047380E-02  1.82278345500965916E-02
+  1.85653887353877597E-02  1.89091348561349487E-02  1.92591842633136230E-02
+  1.96156502256528732E-02  1.99786479594043220E-02  2.03482946584431466E-02
+  2.07247095246994237E-02  2.11080137989174584E-02  2.14983307917404366E-02
+  2.18957859151174133E-02  2.23005067140292675E-02  2.27126228985298183E-02
+  2.31322663760978806E-02  2.35595712842957793E-02  2.39946740237289846E-02
+  2.44377132913014480E-02  2.48888301137606335E-02  2.53481678815254685E-02
+  2.58158723827901608E-02  2.62920918378963357E-02  2.67769769339647017E-02
+  2.72706808597779557E-02  2.77733593409048539E-02  2.82851706750552705E-02
+  2.88062757676555495E-02  2.93368381676320233E-02  2.98770241033905308E-02
+  3.04270025189784972E-02  3.09869451104154911E-02  3.15570263621772415E-02
+  3.21374235838172220E-02  3.27283169467089199E-02  3.33298895208911095E-02
+  3.39423273119967978E-02  3.45658192982466889E-02  3.52005574674853217E-02
+  3.58467368542380663E-02  3.65045555767658444E-02  3.71742148740921707E-02
+  3.78559191429773956E-02  3.85498759748124295E-02  3.92562961924030479E-02
+  3.99753938866152583E-02  4.07073864528494297E-02  4.14524946273104530E-02
+  4.22109425230386484E-02  4.29829576656651918E-02  4.37687710288538201E-02
+  4.45686170693881112E-02  4.53827337618633239E-02  4.62113626329378330E-02
+  4.70547487950989940E-02  4.79131409798946792E-02  4.87867915705809119E-02
+  4.96759566341325592E-02  5.05808959525624463E-02  5.15018730534917285E-02
+  5.24391552399115848E-02  5.33930136190741769E-02  5.43637231304473154E-02
+  5.53515625726659563E-02  5.63568146294086067E-02  5.73797658941264666E-02
+  5.84207068935474957E-02  5.94799321098760589E-02  6.05577400016049788E-02
+  6.16544330228536372E-02  6.27703176411418540E-02  6.39057043535062597E-02
+  6.50609077008616754E-02  6.62362462805066166E-02  6.74320427566675873E-02
+  6.86486238689731493E-02  6.98863204387444453E-02  7.11454673729844667E-02
+  7.24264036659436755E-02  7.37294723981357231E-02  7.50550207326710628E-02
+  7.64033999087731230E-02  7.77749652323342922E-02  7.91700760633663875E-02
+  8.05890958001931751E-02  8.20323918602274132E-02  8.35003356571701189E-02
+  8.49933025744628451E-02  8.65116719348183599E-02  8.80558269656495779E-02
+  8.96261547602089509E-02  9.12230462342459164E-02  9.28468960779817304E-02
+  9.44981027031959048E-02  9.61770681852096715E-02  9.78841981995473148E-02
+  9.96199019530464441E-02  1.01384592109183033E-01  1.03178684707367643E-01
+  1.05002599075963654E-01  1.06856757738768390E-01  1.08741586314691135E-01
+  1.10657513410354028E-01  1.12604970505332885E-01  1.14584391829746446E-01
+  1.16596214233894754E-01  1.18640877049637924E-01  1.20718821943197094E-01
+  1.22830492759052196E-01  1.24976335354599927E-01  1.27156797425226564E-01
+  1.29372328319442398E-01  1.31623378843712502E-01  1.33910401056611034E-01
+  1.36233848051915268E-01  1.38594173730246739E-01  1.40991832558856028E-01
+  1.43427279319139511E-01  1.45900968841464224E-01  1.48413355726868562E-01
+  1.50964894055197363E-01  1.53556037079218027E-01  1.56187236904255677E-01
+  1.58858944152876130E-01  1.61571607614134916E-01  1.64325673876901140E-01
+  1.67121586946756356E-01  1.69959787845958415E-01  1.72840714195953232E-01
+  1.75764799781905373E-01  1.78732474098714372E-01  1.81744161877972654E-01
+  1.84800282595312282E-01  1.87901249957586503E-01  1.91047471369317212E-01
+  1.94239347377840266E-01  1.97477271096570539E-01  2.00761627605808124E-01
+  2.04092793330496125E-01  2.07471135394346723E-01  2.10897010949740810E-01
+  2.14370766482810421E-01  2.17892737093111244E-01  2.21463245747293314E-01
+  2.25082602506180368E-01  2.28751103724670529E-01  2.32469031223877853E-01
+  2.36236651434938744E-01  2.40054214513916286E-01  2.43921953427244681E-01
+  2.47840083007169504E-01  2.51808798976650206E-01  2.55828276943210864E-01
+  2.59898671361240341E-01  2.64020114462267363E-01  2.68192715152755945E-01
+  2.72416557878996823E-01  2.76691701458695982E-01  2.81018177878899378E-01
+  2.85395991059923915E-01  2.89825115585007231E-01  2.94305495395434547E-01
+  2.98837042450943224E-01  3.03419635355263340E-01  3.08053117946707034E-01
+  3.12737297853780016E-01  3.17471945015856238E-01  3.22256790169033913E-01
+  3.27091523297350861E-01  3.31975792049651108E-01  3.36909200122453678E-01
+  3.41891305609290708E-01  3.46921619317076602E-01  3.51999603050184073E-01
+  3.57124667863020662E-01  3.62296172282021711E-01  3.67513420498115473E-01
+  3.72775660530854647E-01  3.78082082365561289E-01  3.83431816064994491E-01
+  3.88823929857220030E-01  3.94257428201539084E-01  3.99731249834530955E-01
+  4.05244265798460068E-01  4.10795277454513552E-01  4.16383014483561908E-01
+  4.22006132877367213E-01  4.27663212923417302E-01  4.33352757186824589E-01
+  4.39073188492996036E-01  4.44822847915080866E-01  4.50599992770489732E-01
+  4.56402794631105224E-01  4.62229337352125236E-01  4.68077615124825375E-01
+  4.73945530558885442E-01  4.79830892800295117E-01  4.85731415691238788E-01
+  4.91644715978764024E-01  4.97568311579447309E-01  5.03499619907705087E-01
+  5.09435956275837154E-01  5.15374532374349936E-01  5.21312454841573403E-01
+  5.27246723932069505E-01  5.33174232293825212E-01  5.39091763864730122E-01
+  5.44995992899348858E-01  5.50883483137531660E-01  5.56750687126932875E-01
+  5.62593945712049681E-01  5.68409487702933980E-01  5.74193429737280381E-01
+  5.79941776350134996E-01  5.85650420266018545E-01  5.91315142928790949E-01
+  5.96931615285121731E-01  6.02495398837943563E-01  6.08001946986775232E-01
+  6.13446606672281014E-01  6.18824620342896314E-01  6.24131128261771972E-01
+  6.29361171172698519E-01  6.34509693344006531E-01  6.39571546009762848E-01
+  6.44541491227817454E-01  6.49414206174453446E-01  6.54184287895496985E-01
+  6.58846258533789197E-01  6.63394571052854487E-01  6.67823615476440091E-01
+  6.72127725663341780E-01  6.76301186636510288E-01  6.80338242484915368E-01
+  6.84233104855938357E-01  6.87979962055214722E-01  6.91572988769798669E-01
+  6.95006356429277106E-01  6.98274244218005880E-01  7.01370850749929109E-01
+  7.04290406415494785E-01  7.07027186407939379E-01  7.09575524433685878E-01
+  7.11929827108743862E-01  7.14084589039799322E-01  7.16034408585125237E-01
+  7.17774004286482636E-01  7.19298231958811152E-01  7.20602102419704460E-01
+  7.21680799835384135E-01  7.22529700654129248E-01  7.23144393091845084E-01
+  7.23520697127649326E-01  7.23654684959991301E-01  7.23542701865893312E-01
+  7.23181387397378361E-01  7.22567696840028417E-01  7.21698922848892255E-01
+  7.20572717166604870E-01  7.19187112317651867E-01  7.17540543161135469E-01
+  7.15631868172286079E-01  7.13460390310283299E-01  7.11025877316745714E-01
+  7.08328581275645353E-01  7.05369257251356019E-01  7.02149180807268847E-01
+  6.98670164192947141E-01  6.94934570973296806E-01  6.90945328858899255E-01
+  6.86705940482663202E-01  6.82220491854581002E-01  6.77493658213865202E-01
+  6.72530706986508742E-01  6.67337497546680369E-01  6.61920477472841329E-01
+  6.56286674984630447E-01  6.50443687244925739E-01  6.44399664213930690E-01
+  6.38163287749331398E-01  6.31743745659614886E-01  6.25150700437520523E-01
+  6.18394252428623337E-01  6.11484897227641877E-01  6.04433477143821229E-01
+  5.97251126638496665E-01  5.89949211714898558E-01  5.82539263334565960E-01
+  5.75032905049323140E-01  5.67441775175493657E-01  5.59777444001399171E-01
+  5.52051326713970281E-01  5.44274592960009018E-01  5.36458074226937254E-01
+  5.28612170542493209E-01  5.20746758358750395E-01  5.12871101910112759E-01
+  5.04993770825371890E-01  4.97122567339007670E-01  4.89264467096798161E-01
+  4.81425578295989642E-01  4.73611124753344770E-01  4.65825459468775460E-01
+  4.58072116363306470E-01  4.50353909134928065E-01  4.42673087613377925E-01
+  4.35031563626270323E-01  4.27431220238213061E-01  4.19873910740338974E-01
+  4.12361457644968066E-01  4.04895651686504876E-01  3.97478250829778890E-01
+  3.90110979287109805E-01  3.82795526545467057E-01  3.75533546405167895E-01
+  3.68326656031644772E-01  3.61176435021891507E-01  3.54084424487276284E-01
+  3.47052126154493268E-01  3.40081001486494727E-01  3.33172470825326639E-01
+  3.26327912558856070E-01  3.19548662313450582E-01  3.12836012174727729E-01
+  3.06191209938551367E-01  2.99615458394499434E-01  2.93109914644066494E-01
+  2.86675689455896332E-01  2.80313846660355359E-01  2.74025402585763855E-01
+  2.67811325538592826E-01  2.61672535329903255E-01  2.55609902850261805E-01
+  2.49624249695299533E-01  2.43716347843989517E-01  2.37886919391610635E-01
+  2.32136636339224128E-01  2.26466120441330382E-01  2.20875943113181011E-01
+  2.15366625399011496E-01  2.09938638002215461E-01  2.04592401378223293E-01
+  1.99328285890557982E-01  1.94146612030241916E-01  1.89047650698405678E-01
+  1.84031623551622642E-01  1.79098703409153737E-01  1.74249014720951390E-01
+  1.69482634094938467E-01  1.64799590881754110E-01  1.60199867814853514E-01
+  1.55683401703565344E-01  1.51250084176451360E-01  1.46899762472090689E-01
+  1.42632240274221195E-01  1.38447278588019307E-01  1.34344596654193710E-01
+  1.30323872897497806E-01  1.26384745906242685E-01  1.22526815439406619E-01
+  1.18749643457989482E-01  1.15052755177350599E-01  1.11435640137386771E-01
+  1.07897753287554313E-01  1.04438516083908778E-01  1.01057317595520349E-01
+  9.77535156178241799E-02  9.45264377906678555E-02  9.13753827190293827E-02
+  8.82996210945852095E-02  8.52983968165104134E-02  8.23709281100865470E-02
+  7.95164086418757854E-02  7.67340086303886781E-02  7.40228759513274909E-02
+  7.13821372366255508E-02  6.88108989666247756E-02  6.63082485548380229E-02
+  6.38732554248326034E-02  6.15049720788425486E-02  5.92024351577753391E-02
+  5.69646664923215210E-02  5.47906741449053630E-02  5.26794534422333274E-02
+  5.06299879982042011E-02  4.86412507269432179E-02  4.67122048457131941E-02
+  4.48418048674392028E-02  4.30289975825619703E-02  4.12727230299098011E-02
+  3.95719154562496206E-02  3.79255042641476955E-02  3.63324149477379441E-02
+  3.47915700159645777E-02  3.33018899028334134E-02  3.18622938641764386E-02
+  3.04717008604051091E-02  2.91290304247017393E-02  2.78332035160744062E-02
+  2.65831433566803728E-02  2.53777762528053542E-02  2.42160323988724717E-02
+  2.30968466638444662E-02  2.20191593593765632E-02  2.09819169890751896E-02
+  1.99840729782192750E-02  1.90245883833066419E-02  1.81024325807974638E-02
+  1.72165839344402237E-02  1.63660304405827059E-02  1.55497703508915234E-02
+  1.47668127719277828E-02  1.40161782410543473E-02  1.32968992781808560E-02
+  1.26080209128864393E-02  1.19486011864968818E-02  1.13177116287316842E-02
+  1.07144377085785277E-02  1.01378792590957265E-02  9.58715087588914161E-03
+  9.06138228905697084E-03  8.55971870844447931E-03  8.08132114210042586E-03
+  7.62536668787763740E-03  7.19104879817159502E-03  6.77757751784245025E-03
+  6.38417969541840366E-03  6.01009916772981406E-03  5.65459691817564534E-03
+  5.31695120887485870E-03  4.99645768700614570E-03  4.69242946568901656E-03
+  4.40419717980802643E-03  4.13110901722908708E-03  3.87253072590287763E-03
+  3.62784559739448044E-03  3.39645442742084235E-03  3.17777545401811854E-03
+  2.97124427399931201E-03  2.77631373839873959E-03  2.59245382763360465E-03
+  2.41915150714429013E-03  2.25591056430367526E-03  2.10225142741191388E-03
+  1.95771096761646881E-03  1.82184228461782795E-03  1.69421447703912314E-03
+  1.57441239835282606E-03  1.46203639926979637E-03  1.35670205750518377E-03
+  1.25803989584205621E-03  1.16569508941714167E-03  1.07932716315380095E-03
+  9.98609680265288022E-04  9.23229922746601262E-04  8.52456664283048407E-04
+  7.85485559622800295E-04  7.22245167467217225E-04  6.62660654863318332E-04
+  6.06647561317712886E-04  5.54112688665150781E-04  5.04955006448587831E-04
+  4.59066566003943583E-04  4.16333416521635176E-04  3.76636516497120698E-04
+  3.39852634182484222E-04  3.05855230908171820E-04  2.74515321455332103E-04
+  2.45702306021060746E-04  2.19284768726924980E-04  1.95131238070476553E-04
+  1.73110905204652854E-04  1.53094296445138804E-04  1.34953896944656318E-04
+  1.18564723029273346E-04  1.03804841258429574E-04  9.05558328406931280E-05
+  7.87032026044601408E-05  6.81367322802072558E-05  5.87507783920007830E-05
+  5.04445155745670483E-05  4.31221266225306283E-05  3.66929410351087647E-05
+  3.10715242378477473E-05  2.61777200387635546E-05  2.19366492060568005E-05
+  1.82786673357000395E-05  1.51392854076963612E-05  1.24590566085382141E-05
+  1.01834331239847171E-05  8.26259668118675935E-06  6.65126664358680619E-06
+  5.30848943787831704E-06  4.19741302221928142E-06  3.28504999210622256E-06
+  2.54203276861707434E-06  1.94236412737789340E-06  1.46316611023785290E-06
+  1.08443012016699418E-06  7.88770738428398049E-07  5.61185526811944747E-07
+  3.88822791828678613E-07  2.60758997323168614E-07  1.67787221834994862E-07
+  1.02217771815559095E-07  5.76917857089499727E-08  2.90084007375778270E-08
+  1.19658073189781099E-08  3.21628818498446880E-09  1.35132736733208739E-10
+  END     
+   TPHI_LCAO   4 #tphi0(r) for tphi0(r)/r*Ylm)
+  0.00000000000000000E+00  1.73193416725198252E-17  6.99232125848855120E-17
+  1.58796197120615670E-16  2.84944304447646216E-16  4.49395397044804682E-16
+  6.53199627498423868E-16  8.97429883726104310E-16  1.18318224278751458E-15
+  1.51157643344527965E-15  1.88375630764190813E-15  2.30089032106192722E-15
+  2.76417202295156187E-15  3.27482055537163329E-15  3.83408116206232770E-15
+  4.44322570710242574E-15  5.10355320354830669E-15  5.81639035224228641E-15
+  6.58309209098266733E-15  7.40504215425213514E-15  8.28365364370447873E-15
+  9.22036960961338445E-15  1.02166636434910558E-14  1.12740404820882667E-14
+  1.23940366229912157E-14  1.35782209520349557E-14  1.48281953827571839E-14
+  1.61455955081200201E-14  1.75320912647323713E-14  1.89893876098093461E-14
+  2.05192252111094915E-14  2.21233811500960895E-14  2.38036696385718862E-14
+  2.55619427490428523E-14  2.74000911590702403E-14  2.93200449098757273E-14
+  3.13237741794692148E-14  3.34132900705735041E-14  3.55906454136263165E-14
+  3.78579355851440847E-14  4.02172993417382470E-14  4.26709196700796462E-14
+  4.52210246531129198E-14  4.78698883528270551E-14  5.06198317098963722E-14
+  5.34732234605089117E-14  5.64324810707085506E-14  5.95000716885806848E-14
+  6.26785131146187257E-14  6.59703747906149319E-14  6.93782788074254001E-14
+  7.29049009319653965E-14  7.65529716537981247E-14  8.03252772516869128E-14
+  8.42246608804880336E-14  8.82540236787670775E-14  9.24163258975313018E-14
+  9.67145880504752772E-14  1.01151892086146479E-13  1.05731382582444543E-13
+  1.10456267963874304E-13  1.15329821741984190E-13  1.20355383779424421E-13
+  1.25536361578073163E-13  1.30876231591682885E-13  1.36378540563509503E-13
+  1.42046906889397050E-13  1.47885022006794517E-13  1.53896651810198024E-13
+  1.60085638093512145E-13  1.66455900019841794E-13  1.73011435619228509E-13
+  1.79756323314859904E-13  1.86694723478287881E-13  1.93830880014202310E-13
+  2.01169121975318079E-13  2.08713865207940939E-13  2.16469614028792809E-13
+  2.24440962933681875E-13  2.32632598338622054E-13  2.41049300354008177E-13
+  2.49695944592472667E-13  2.58577504011056563E-13  2.67699050788343177E-13
+  2.77065758237208650E-13  2.86682902753864250E-13  2.96555865803872140E-13
+  3.06690135945829418E-13  3.17091310893431947E-13  3.27765099616638464E-13
+  3.38717324482670991E-13  3.49953923437604843E-13  3.61480952229305150E-13
+  3.73304586672494561E-13  3.85431124956744066E-13  3.97866989998189279E-13
+  4.10618731835800834E-13  4.23693030073045649E-13  4.37096696365790500E-13
+  4.50836676957321299E-13  4.64920055261360673E-13  4.79354054493990870E-13
+  4.94146040355398499E-13  5.09303523762379250E-13  5.24834163632557152E-13
+  5.40745769721290757E-13  5.57046305512259122E-13  5.73743891162730367E-13
+  5.90846806504550824E-13  6.08363494101893298E-13  6.26302562366836374E-13
+  6.44672788733861469E-13  6.63483122894373787E-13  6.82742690092375975E-13
+  7.02460794482443968E-13  7.22646922551176223E-13  7.43310746603309758E-13
+  7.64462128313715191E-13  7.86111122346513761E-13  8.08267980042574794E-13
+  8.30943153176674347E-13  8.54147297785635690E-13  8.77891278068769226E-13
+  9.02186170361985107E-13  9.27043267186953299E-13  9.52474081376724244E-13
+  9.78490350279243941E-13  1.00510404004023060E-12  1.03232734996690206E-12
+  1.06017271697406712E-12  1.08865282011413859E-12  1.11778058519263082E-12
+  1.14756918947076009E-12  1.17803206645677157E-12  1.20918291078767188E-12
+  1.24103568320304821E-12  1.27360461561272102E-12  1.30690421625997838E-12
+  1.34094927498219143E-12  1.37575486857064080E-12  1.41133636623141461E-12
+  1.44770943514927425E-12  1.48489004615642044E-12  1.52289447950813388E-12
+  1.56173933076729163E-12  1.60144151679979787E-12  1.64201828188302654E-12
+  1.68348720392937764E-12  1.72586620082712106E-12  1.76917353690072122E-12
+  1.81342782949289333E-12  1.85864805567066525E-12  1.90485355905777668E-12
+  1.95206405679578308E-12  2.00029964663629071E-12  2.04958081416676924E-12
+  2.09992844017244590E-12  2.15136380813685250E-12  2.20390861188360711E-12
+  2.25758496336209365E-12  2.31241540057972368E-12  2.36842289568355041E-12
+  2.42563086319401557E-12  2.48406316839369380E-12  2.54374413587394203E-12
+  2.60469855824241412E-12  2.66695170499444932E-12  2.73052933155142079E-12
+  2.79545768846917029E-12  2.86176353081971294E-12  2.92947412774947403E-12
+  2.99861727221734386E-12  3.06922129091596155E-12  3.14131505437962181E-12
+  3.21492798728232908E-12  3.29009007892955281E-12  3.36683189394733689E-12
+  3.44518458317242316E-12  3.52517989474719235E-12  3.60685018542325304E-12
+  3.69022843207758433E-12  3.77534824344521430E-12  3.86224387207251302E-12
+  3.95095022649520486E-12  4.04150288364534415E-12  4.13393810149151304E-12
+  4.22829283191664635E-12  4.32460473383792146E-12  4.42291218657322797E-12
+  4.52325430345888864E-12  4.62567094572329101E-12  4.73020273662126009E-12
+  4.83689107583403294E-12  4.94577815413983590E-12  5.05690696836011901E-12
+  5.17032133658660771E-12  5.28606591369447099E-12  5.40418620714691001E-12
+  5.52472859309667537E-12  5.64774033279005875E-12  5.77326958927901333E-12
+  5.90136544444721907E-12  6.03207791635590110E-12  6.16545797691547717E-12
+  6.30155756988908068E-12  6.44042962923418654E-12  6.58212809778868173E-12
+  6.72670794630785606E-12  6.87422519285882773E-12  7.02473692257916027E-12
+  7.17830130780646428E-12  7.33497762858591576E-12  7.49482629356281319E-12
+  7.65790886126736051E-12  7.82428806179900812E-12  7.99402781891788391E-12
+  8.16719327255086071E-12  8.34385080172012723E-12  8.52406804790206896E-12
+  8.70791393882462439E-12  8.89545871271122167E-12  9.08677394297975522E-12
+  9.28193256340505320E-12  9.48100889375355851E-12  9.68407866589903630E-12
+  9.89121905042837958E-12  1.01025086837465601E-11  1.03180276956902065E-11
+  1.05378577376593046E-11  1.07620820112766399E-11  1.09907852975849492E-11
+  1.12240539867918452E-11  1.14619761085727046E-11  1.17046413629420481E-11
+  1.19521411517039984E-11  1.22045686104926935E-11  1.24620186414136587E-11
+  1.27245879462974681E-11  1.29923750605770498E-11  1.32654803878003962E-11
+  1.35440062347905784E-11  1.38280568474650583E-11  1.41177384473268741E-11
+  1.44131592686399819E-11  1.47144295963018739E-11  1.50216618044262045E-11
+  1.53349703956490432E-11  1.56544720411720187E-11  1.59802856215563262E-11
+  1.63125322682815602E-11  1.66513354060837621E-11  1.69968207960871929E-11
+  1.73491165797447354E-11  1.77083533236020757E-11  1.80746640649010137E-11
+  1.84481843580376804E-11  1.88290523218916420E-11  1.92174086880421699E-11
+  1.96133968498882840E-11  2.00171629126895738E-11  2.04288557445447934E-11
+  2.08486270283261475E-11  2.12766313145867682E-11  2.17130260754599138E-11
+  2.21579717595681837E-11  2.26116318479619272E-11  2.30741729111058005E-11
+  2.35457646669334000E-11  2.40265800399896816E-11  2.45167952216817557E-11
+  2.50165897316585709E-11  2.55261464803408538E-11  2.60456518326226532E-11
+  2.65752956727664407E-11  2.71152714705141324E-11  2.76657763484369190E-11
+  2.82270111505467025E-11  2.87991805121932097E-11  2.93824929312705234E-11
+  2.99771608407576173E-11  3.05834006826179315E-11  3.12014329830833030E-11
+  3.18314824293482366E-11  3.24737779477008420E-11  3.31285527831173837E-11
+  3.37960445803477979E-11  3.44764954665200681E-11  3.51701521352917840E-11
+  3.58772659325780867E-11  3.65980929438851781E-11  3.73328940832798320E-11
+  3.80819351840248273E-11  3.88454870909124284E-11  3.96238257543267697E-11
+  4.04172323260681410E-11  4.12259932569717124E-11  4.20504003963545808E-11
+  4.28907510933250505E-11  4.37473482999892547E-11  4.46205006765904768E-11
+  4.55105226986172781E-11  4.64177347659173774E-11  4.73424633138547438E-11
+  4.82850409265482314E-11  4.92458064522303299E-11  5.02251051207663489E-11
+  5.12232886633737612E-11  5.22407154345831723E-11  5.32777505364831236E-11
+  5.43347659452908620E-11  5.54121406402929182E-11  5.65102607352000950E-11
+  5.76295196119611928E-11  5.87703180570827102E-11  5.99330644004998675E-11
+  6.11181746570482082E-11  6.23260726705832384E-11  6.35571902607983807E-11
+  6.48119673727911332E-11  6.60908522294295180E-11  6.73943014865704685E-11
+  6.87227803911840887E-11  7.00767629424376556E-11  7.14567320557952631E-11
+  7.28631797301889561E-11  7.42966072183190755E-11  7.57575252001424930E-11
+  7.72464539596080338E-11  7.87639235646999748E-11  8.03104740508515815E-11
+  8.18866556077914301E-11  8.34930287698872308E-11  8.51301646100518655E-11
+  8.67986449372789782E-11  8.84990624978752733E-11  9.02320211804594592E-11
+  9.19981362247973842E-11  9.37980344345462593E-11  9.56323543939796234E-11
+  9.75017466887689451E-11  9.94068741308965377E-11  1.01348411987777869E-10
+  1.03327048215671766E-10  1.05343483697458332E-10  1.07398432484866752E-10
+  1.09492622045235887E-10  1.11626793512892689E-10  1.13801701945234515E-10
+  1.16018116583603492E-10  1.18276821119042455E-10  1.20578613963023734E-10
+  1.22924308523244140E-10  1.25314733484579842E-10  1.27750733095299661E-10
+  1.30233167458632124E-10  1.32762912829789479E-10  1.35340861918548599E-10
+  1.37967924197493850E-10  1.40645026216026784E-10  1.43373111920251780E-10
+  1.46153142978845934E-10  1.48986099115027036E-10  1.51872978444731474E-10
+  1.54814797821120044E-10  1.57812593185529050E-10  1.60867419924987248E-10
+  1.63980353236421715E-10  1.67152488497677688E-10  1.70384941645479340E-10
+  1.73678849560462056E-10  1.77035370459407161E-10  1.80455684294815939E-10
+  1.83940993161957400E-10  1.87492521713531959E-10  1.91111517582091899E-10
+  1.94799251810364499E-10  1.98557019289625351E-10  2.02386139206271793E-10
+  2.06287955496750710E-10  2.10263837310997051E-10  2.14315179484540281E-10
+  2.18443403019443582E-10  2.22649955574238560E-10  2.26936311963025632E-10
+  2.31303974663909427E-10  2.35754474336945791E-10  2.40289370351776123E-10
+  2.44910251325133117E-10  2.49618735668398447E-10  2.54416472145404307E-10
+  2.59305140440667669E-10  2.64286451738252983E-10  2.69362149311463390E-10
+  2.74534009123561153E-10  2.79803840439723164E-10  2.85173486450444426E-10
+  2.90644824906600275E-10  2.96219768766387188E-10  3.01900266854363885E-10
+  3.07688304532818727E-10  3.13585904385693912E-10  3.19595126915301356E-10
+  3.25718071252069454E-10  3.31956875877564490E-10  3.38313719361033913E-10
+  3.44790821109725439E-10  3.51390442133239356E-10  3.58114885822176132E-10
+  3.64966498741345646E-10  3.71947671437811911E-10  3.79060839264050844E-10
+  3.86308483216500636E-10  3.93693130789796130E-10  4.01217356846978648E-10
+  4.08883784505979919E-10  4.16695086042684419E-10  4.24653983810880302E-10
+  4.32763251179414605E-10  4.41025713486875796E-10  4.49444249014126453E-10
+  4.58021789975026226E-10  4.66761323525680899E-10  4.75665892792565228E-10
+  4.84738597919872051E-10  4.93982597136448873E-10  5.03401107842683102E-10
+  5.12997407717716075E-10  5.22774835847359555E-10  5.32736793873105438E-10
+  5.42886747162621681E-10  5.53228226002135841E-10  5.63764826811116824E-10
+  5.74500213379669355E-10  5.85438118129068722E-10  5.96582343395863139E-10
+  6.07936762739994847E-10  6.19505322277374018E-10  6.31292042037376442E-10
+  6.43301017345722829E-10  6.55536420233214753E-10  6.68002500870816499E-10
+  6.80703589031567134E-10  6.93644095579830281E-10  7.06828513988390402E-10
+  7.20261421883915498E-10  7.33947482621319517E-10  7.47891446887559171E-10
+  7.62098154335423591E-10  7.76572535247864938E-10  7.91319612233462755E-10
+  8.06344501953570047E-10  8.21652416881769880E-10  8.37248667096223559E-10
+  8.53138662105531111E-10  8.69327912708730644E-10  8.85822032890076719E-10
+  9.02626741749246668E-10  9.19747865467632554E-10  9.37191339311401216E-10
+  9.54963209672004698E-10  9.73069636144842947E-10  9.91516893646787347E-10
+  1.01031137457330201E-09  1.02945959099589042E-09  1.04896817690063046E-09
+  1.06884389046856055E-09  1.08909361639870563E-09  1.10972436827452730E-09
+  1.13074329097462777E-09  1.15215766312851826E-09  1.17397489961830530E-09
+  1.19620255412714431E-09  1.21884832173534815E-09  1.24192004156502134E-09
+  1.26542569947414920E-09  1.28937343080104630E-09  1.31377152316012302E-09
+  1.33862841928991585E-09  1.36395271995436439E-09  1.38975318689833185E-09
+  1.41603874585837907E-09  1.44281848962982725E-09  1.47010168119116072E-09
+  1.49789775688684137E-09  1.52621632966962811E-09  1.55506719240351180E-09
+  1.58446032122839744E-09  1.61440587898769209E-09  1.64491421871997320E-09
+  1.67599588721592812E-09  1.70766162864179890E-09  1.73992238823055771E-09
+  1.77278931604209660E-09  1.80627377079370715E-09  1.84038732376217577E-09
+  1.87514176275881917E-09  1.91054909617884279E-09  1.94662155712639023E-09
+  1.98337160761671262E-09  2.02081194285689875E-09  2.05895549560662240E-09
+  2.09781544062042108E-09  2.13740519917300849E-09  2.17773844366919954E-09
+  2.21882910234000048E-09  2.26069136402649089E-09  2.30333968305314541E-09
+  2.34678878419224385E-09  2.39105366772109998E-09  2.43614961457381726E-09
+  2.48209219158935857E-09  2.52889725685771913E-09  2.57658096516604438E-09
+  2.62515977354654977E-09  2.67465044692815457E-09  2.72507006389376728E-09
+  2.77643602254519425E-09  2.82876604647767835E-09  2.88207819086613590E-09
+  2.93639084866515579E-09  2.99172275692489484E-09  3.04809300322505488E-09
+  3.10552103222911328E-09  3.16402665236108619E-09  3.22363004260709807E-09
+  3.28435175944409008E-09  3.34621274389806172E-09  3.40923432873423073E-09
+  3.47343824578162229E-09  3.53884663339455993E-09  3.60548204405364763E-09
+  3.67336745210882099E-09  3.74252626166715294E-09  3.81298231462809864E-09
+  3.88475989886894394E-09  3.95788375658325912E-09  4.03237909277522194E-09
+  4.10827158391272842E-09  4.18558738674224798E-09  4.26435314726845299E-09
+  4.34459600990170063E-09  4.42634362677649791E-09  4.50962416724417681E-09
+  4.59446632754297057E-09  4.68089934064889196E-09  4.76895298631070709E-09
+  4.85865760127252298E-09  4.95004408968743225E-09  5.04314393372582822E-09
+  5.13798920438200595E-09  5.23461257248276984E-09  5.33304731990180576E-09
+  5.43332735098368719E-09  5.53548720418140815E-09  5.63956206391145793E-09
+  5.74558777263048439E-09  5.85360084313769391E-09  5.96363847110721424E-09
+  6.07573854785470326E-09  6.18993967334260605E-09  6.30628116942847724E-09
+  6.42480309336098361E-09  6.54554625152811573E-09  6.66855221346243930E-09
+  6.79386332610807313E-09  6.92152272835438317E-09  7.05157436584132518E-09
+  7.18406300604151319E-09  7.31903425362420522E-09  7.45653456610647863E-09
+  7.59661126979693788E-09  7.73931257603742244E-09  7.88468759774834867E-09
+  8.03278636628323441E-09  8.18365984859833811E-09  8.33735996474316786E-09
+  8.49393960567793689E-09  8.65345265142403542E-09  8.81595398955384662E-09
+  8.98149953402598010E-09  9.15014624437275184E-09  9.32195214524620741E-09
+  9.49697634632948911E-09  9.67527906262041477E-09  9.85692163509413508E-09
+  1.00419665517520314E-08  1.02304774690640221E-08  1.04225192338116898E-08
+  1.06181579053396314E-08  1.08174607782227447E-08  1.10204964053571904E-08
+  1.12273346214829436E-08  1.14380465671459920E-08  1.16527047131084573E-08
+  1.18713828852149246E-08  1.20941562897235506E-08  1.23211015391106785E-08
+  1.25522966783577151E-08  1.27878212117293758E-08  1.30277561300524056E-08
+  1.32721839385041842E-08  1.35211886849207536E-08  1.37748559886338631E-08
+  1.40332730698471094E-08  1.42965287795610512E-08  1.45647136300577249E-08
+  1.48379198259548708E-08  1.51162412958406450E-08  1.53997737244995921E-08
+  1.56886145857408971E-08  1.59828631758403118E-08  1.62826206476070756E-08
+  1.65879900450875401E-08  1.68990763389175516E-08  1.72159864623354301E-08
+  1.75388293478682068E-08  1.78677159647034294E-08  1.82027593567595838E-08
+  1.85440746814679344E-08  1.88917792492793582E-08  1.92459925639095342E-08
+  1.96068363633363069E-08  1.99744346615633177E-08  2.03489137911642864E-08
+  2.07304024466223943E-08  2.11190317284797596E-08  2.15149351883120110E-08
+  2.19182488745435528E-08  2.23291113791190795E-08  2.27476638850473969E-08
+  2.31740502148339150E-08  2.36084168798182630E-08  2.40509131304342133E-08
+  2.45016910074087696E-08  2.49609053939183702E-08  2.54287140687198198E-08
+  2.59052777602742559E-08  2.63907602018827400E-08  2.68853281878523540E-08
+  2.73891516307120911E-08  2.79024036194979906E-08  2.84252604791278013E-08
+  2.89579018308853413E-08  2.95005106540352295E-08  3.00532733485893309E-08
+  3.06163797992462991E-08  3.11900234405260672E-08  3.17744013231218829E-08
+  3.23697141814923594E-08  3.29761665027168437E-08  3.35939665966377909E-08
+  3.42233266673140422E-08  3.48644628858095750E-08  3.55175954643427411E-08
+  3.61829487318213361E-08  3.68607512107894545E-08  3.75512356958124285E-08
+  3.82546393333269215E-08  3.89712037029833352E-08  3.97011749005084816E-08
+  4.04448036221171216E-08  4.12023452505010819E-08  4.19740599424254253E-08
+  4.27602127179620222E-08  4.35610735513906841E-08  4.43769174637994193E-08
+  4.52080246174153496E-08  4.60546804116986121E-08  4.69171755812323561E-08
+  4.77958062954423104E-08  4.86908742601800286E-08  4.96026868212048382E-08
+  5.05315570695999030E-08  5.14778039491583328E-08  5.24417523657766143E-08
+  5.34237332988923309E-08  5.44240839150049340E-08  5.54431476833180812E-08
+  5.64812744935433304E-08  5.75388207759056307E-08  5.86161496233917230E-08
+  5.97136309162834716E-08  6.08316414490184318E-08  6.19705650594219187E-08
+  6.31307927603539328E-08  6.43127228738169221E-08  6.55167611675699807E-08
+  6.67433209942962561E-08  6.79928234333714094E-08  6.92656974352819125E-08
+  7.05623799687424151E-08  7.18833161705626611E-08  7.32289594983156870E-08
+  7.45997718858590676E-08  7.59962239017632161E-08  7.74187949107003976E-08
+  7.88679732378504083E-08  8.03442563363787369E-08  8.18481509580452781E-08
+  8.33801733270012797E-08  8.49408493168349115E-08  8.65307146309258619E-08
+  8.81503149861704101E-08  8.98002063001408735E-08  9.14809548817423745E-08
+  9.31931376254343185E-08  9.49373422090800062E-08  9.67141672954957009E-08
+  9.85242227377659491E-08  1.00368129788396384E-07  1.02246521312375889E-07
+  1.04160042004220376E-07  1.06109348609073684E-07  1.08095110147940741E-07
+  1.10118008147130308E-07  1.12178736871986032E-07  1.14278003564986074E-07
+  1.16416528688293002E-07  1.18595046170836598E-07  1.20814303660015219E-07
+  1.23075062778101110E-07  1.25378099383438383E-07  1.27724203836522203E-07
+  1.30114181271052228E-07  1.32548851870050638E-07  1.35029051147142498E-07
+  1.37555630233091819E-07  1.40129456167694402E-07  1.42751412197125178E-07
+  1.45422398076844131E-07  1.48143330380162533E-07  1.50915142812577696E-07
+  1.53738786531981467E-07  1.56615230474854443E-07  1.59545461688556942E-07
+  1.62530485669829948E-07  1.65571326709623569E-07  1.68669028244369967E-07
+  1.71824653213822327E-07  1.75039284425581733E-07  1.78314024926436753E-07
+  1.81649998380645074E-07  1.85048349455283623E-07  1.88510244212802572E-07
+  1.92036870510915893E-07  1.95629438409966023E-07  1.99289180587902722E-07
+  2.03017352763018215E-07  2.06815234124583450E-07  2.10684127771533294E-07
+  2.14625361159351584E-07  2.18640286555307742E-07  2.22730281502203952E-07
+  2.26896749290788091E-07  2.31141119440998466E-07  2.35464848192202181E-07
+  2.39869419002597109E-07  2.44356343057948139E-07  2.48927159789832505E-07
+  2.53583437403570964E-07  2.58326773416027648E-07  2.63158795203460972E-07
+  2.68081160559615903E-07  2.73095558264245967E-07  2.78203708662263186E-07
+  2.83407364253712826E-07  2.88708310294774142E-07  2.94108365409997381E-07
+  2.99609382215981334E-07  3.05213247956711370E-07  3.10921885150770531E-07
+  3.16737252250648908E-07  3.22661344314377771E-07  3.28696193689715033E-07
+  3.34843870711122073E-07  3.41106484409766766E-07  3.47486183236797875E-07
+  3.53985155800139995E-07  3.60605631615057918E-07  3.67349881868754428E-07
+  3.74220220199256324E-07  3.81219003488862106E-07  3.88348632672419032E-07
+  3.95611553560709820E-07  4.03010257679230571E-07  4.10547283122645472E-07
+  4.18225215425216165E-07  4.26046688447498660E-07  4.34014385279617836E-07
+  4.42131039161422893E-07  4.50399434419847254E-07  4.58822407423786172E-07
+  4.67402847556825822E-07  4.76143698208156118E-07  4.85047957782004342E-07
+  4.94118680725939697E-07  5.03358978578400551E-07  5.12772021035801043E-07
+  5.22361037039587120E-07  5.32129315883613856E-07  5.42080208342220747E-07
+  5.52217127819398032E-07  5.62543551519430802E-07  5.73063021639431708E-07
+  5.83779146584162178E-07  5.94695602203566190E-07  6.05816133053436512E-07
+  6.17144553679648151E-07  6.28684749926401162E-07  6.40440680268916352E-07
+  6.52416377171049941E-07  6.64615948468282162E-07  6.77043578776564083E-07
+  6.89703530927501430E-07  7.02600147430368079E-07  7.15737851961451179E-07
+  7.29121150881241110E-07  7.42754634779983598E-07  7.56642980052126872E-07
+  7.70790950500203542E-07  7.85203398968698068E-07  7.99885269008458142E-07
+  8.14841596572226159E-07  8.30077511741867086E-07  8.45598240487890948E-07
+  8.61409106461868135E-07  8.77515532822359702E-07  8.93923044094982864E-07
+  9.10637268067252612E-07  9.27663937718853540E-07  9.45008893187998034E-07
+  9.62678083774550561E-07  9.80677569980604154E-07  9.99013525589207896E-07
+  1.01769223978196824E-06  1.03672011929623113E-06  1.05610369062260901E-06
+  1.07584960224359363E-06  1.09596462691402455E-06  1.11645566398419852E-06
+  1.13732974176642071E-06  1.15859401994579913E-06  1.18025579203612457E-06
+  1.20232248788166988E-06  1.22480167620576850E-06  1.24770106720705349E-06
+  1.27102851520423995E-06  1.29479202133036767E-06  1.31899973627742096E-06
+  1.34365996309227754E-06  1.36878116002493980E-06  1.39437194343002859E-06
+  1.42044109072253643E-06  1.44699754338885690E-06  1.47405041005412403E-06
+  1.50160896960691200E-06  1.52968267438237458E-06  1.55828115340491044E-06
+  1.58741421569147941E-06  1.61709185361669095E-06  1.64732424634083182E-06
+  1.67812176330200974E-06  1.70949496777360044E-06  1.74145462048824514E-06
+  1.77401168332961631E-06  1.80717732309324461E-06  1.84096291531766984E-06
+  1.87538004818728334E-06  1.91044052650813824E-06  1.94615637575814821E-06
+  1.98253984621303343E-06  2.01960341714945696E-06  2.05735980112677136E-06
+  2.09582194834887499E-06  2.13500305110764608E-06  2.17491654830951560E-06
+  2.21557613008671122E-06  2.25699574249476397E-06  2.29918959229790730E-06
+  2.34217215184398372E-06  2.38595816403057278E-06  2.43056264736401643E-06
+  2.47600090111310799E-06  2.52228851055918914E-06  2.56944135234449337E-06
+  2.61747559992054612E-06  2.66640772909852262E-06  2.71625452370344650E-06
+  2.76703308133420106E-06  2.81876081923131356E-06  2.87145548025454507E-06
+  2.92513513897234167E-06  2.97981820786523687E-06  3.03552344364534467E-06
+  3.09226995369412209E-06  3.15007720262061195E-06  3.20896501894241018E-06
+  3.26895360189174410E-06  3.33006352834880175E-06  3.39231575990496725E-06
+  3.45573165005819121E-06  3.52033295154305970E-06  3.58614182379807322E-06
+  3.65318084057270563E-06  3.72147299767686239E-06  3.79104172087542119E-06
+  3.86191087393053958E-06  3.93410476679456845E-06  4.00764816395630600E-06
+  4.08256629294355723E-06  4.15888485298486279E-06  4.23663002383342153E-06
+  4.31582847475623694E-06  4.39650737369158517E-06  4.47869439657796488E-06
+  4.56241773685775691E-06  4.64770611515885408E-06  4.73458878915760344E-06
+  4.82309556362649493E-06  4.91325680067000055E-06  5.00510343015218016E-06
+  5.09866696031956731E-06  5.19397948862306714E-06  5.29107371274257978E-06
+  5.38998294181812955E-06  5.49074110789142334E-06  5.59338277756178209E-06
+  5.69794316386041870E-06  5.80445813834724333E-06  5.91296424343431695E-06
+  6.02349870494024000E-06  6.13609944487980772E-06  6.25080509449334713E-06
+  6.36765500752024677E-06  6.48668927372128374E-06  6.60794873265436687E-06
+  6.73147498770857679E-06  6.85731042040119427E-06  6.98549820494282233E-06
+  7.11608232307555097E-06  7.24910757918930365E-06  7.38461961572165438E-06
+  7.52266492884637801E-06  7.66329088445621908E-06  7.80654573444539429E-06
+  7.95247863329745466E-06  8.10113965498429748E-06  8.25257981018212205E-06
+  8.40685106381038858E-06  8.56400635289974110E-06  8.72409960479520288E-06
+  8.88718575570089722E-06  9.05332076957272435E-06  9.22256165736560625E-06
+  9.39496649664189116E-06  9.57059445154780563E-06  9.74950579316486961E-06
+  9.93176192024329610E-06  1.01174253803246398E-05  1.03065598912610081E-05
+  1.04992303631383115E-05  1.06955029206111842E-05  1.08954449256573231E-05
+  1.10991250007591976E-05  1.13066130525211588E-05  1.15179802957301736E-05
+  1.17332992778685846E-05  1.19526439040874101E-05  1.21760894626488758E-05
+  1.24037126508470798E-05  1.26355916014157730E-05  1.28718059094325038E-05
+  1.31124366597284942E-05  1.33575664548138169E-05  1.36072794433275868E-05
+  1.38616613490231546E-05  1.41207995002983647E-05  1.43847828602812496E-05
+  1.46537020574816011E-05  1.49276494170192192E-05  1.52067189924396921E-05
+  1.54910065981288676E-05  1.57806098423373360E-05  1.60756281608265377E-05
+  1.63761628511481690E-05  1.66823171075690518E-05  1.69941960566535511E-05
+  1.73119067935161410E-05  1.76355584187567408E-05  1.79652620760918478E-05
+  1.83011309906946161E-05  1.86432805082574412E-05  1.89918281347906737E-05
+  1.93468935771714658E-05  1.97085987844571220E-05  2.00770679899773645E-05
+  2.04524277542203130E-05  2.08348070085274279E-05  2.12243370996127252E-05
+  2.16211518349218854E-05  2.20253875288473774E-05  2.24371830498158637E-05
+  2.28566798682645024E-05  2.32840221055229982E-05  2.37193565836189905E-05
+  2.41628328760239604E-05  2.46146033593579407E-05  2.50748232660711977E-05
+  2.55436507381216243E-05  2.60212468816667252E-05  2.65077758227897958E-05
+  2.70034047642798550E-05  2.75083040434857260E-05  2.80226471912645866E-05
+  2.85466109920461765E-05  2.90803755450338144E-05  2.96241243265642105E-05
+  3.01780442536481243E-05  3.07423257487147368E-05  3.13171628055825175E-05
+  3.19027530566804975E-05  3.24992978415436664E-05  3.31070022766072745E-05
+  3.37260753263246205E-05  3.43567298756342974E-05  3.49991828038024111E-05
+  3.56536550596665025E-05  3.63203717383081906E-05  3.69995621591819192E-05
+  3.76914599457280517E-05  3.83963031064990027E-05  3.91143341178273437E-05
+  3.98458000080660751E-05  4.05909524434312010E-05  4.13500478154775995E-05
+  4.21233473302400253E-05  4.29111170990713076E-05  4.37136282312106645E-05
+  4.45311569281157295E-05  4.53639845795926594E-05  4.62123978617589166E-05
+  4.70766888368746199E-05  4.79571550550787908E-05  4.88540996580674600E-05
+  4.97678314847513784E-05  5.06986651789322954E-05  5.16469212990366397E-05
+  5.26129264299472665E-05  5.35970132969738620E-05  5.45995208820041180E-05
+  5.56207945418781588E-05  5.66611861290296950E-05  5.77210541144386027E-05
+  5.88007637129400084E-05  5.99006870109361898E-05  6.10212030965585095E-05
+  6.21626981923277159E-05  6.33255657903612930E-05  6.45102067901787889E-05
+  6.57170296391556262E-05  6.69464504756778705E-05  6.81988932750516788E-05
+  6.94747899982214141E-05  7.07745807433519779E-05  7.20987139003327295E-05
+  7.34476463082600064E-05  7.48218434159581344E-05  7.62217794455991157E-05
+  7.76479375594819112E-05  7.91008100300354366E-05  8.05808984131086553E-05
+  8.20887137246135127E-05  8.36247766205878914E-05  8.51896175807466204E-05
+  8.67837770955910676E-05  8.84078058571474061E-05  9.00622649534078118E-05
+  9.17477260665478146E-05  9.34647716749964432E-05  9.52139952594364811E-05
+  9.69960015128138722E-05  9.88114065544378470E-05  1.00660838148253508E-04
+  1.02544935925372589E-04  1.04464351610946977E-04  1.06419749255475221E-04
+  1.08411805470629705E-04  1.10441209669698983E-04  1.12508664312737077E-04
+  1.14614885156517335E-04  1.16760601509388129E-04  1.18946556491130977E-04
+  1.21173507297923938E-04  1.23442225472514440E-04  1.25753497179708766E-04
+  1.28108123487288145E-04  1.30506920652462592E-04  1.32950720413977177E-04
+  1.35440370289987899E-04  1.37976733881825910E-04  1.40560691183773081E-04
+  1.43193138898973225E-04  1.45874990761606945E-04  1.48607177865460677E-04
+  1.51390648999023304E-04  1.54226370987247362E-04  1.57115329040113775E-04
+  1.60058527108143542E-04  1.63056988245002208E-04  1.66111754977346925E-04
+  1.69223889682067901E-04  1.72394474971082487E-04  1.75624614083839481E-04
+  1.78915431287700002E-04  1.82268072286359648E-04  1.85683704636485869E-04
+  1.89163518172744030E-04  1.92708725441392191E-04  1.96320562142629149E-04
+  2.00000287581882119E-04  2.03749185130227748E-04  2.07568562694142490E-04
+  2.11459753194785264E-04  2.15424115057017004E-04  2.19463032708369768E-04
+  2.23577917088181279E-04  2.27770206167116659E-04  2.32041365477303935E-04
+  2.36392888653315819E-04  2.40826297984235920E-04  2.45343144977052524E-04
+  2.49945010931630553E-04  2.54633507527516256E-04  2.59410277422837752E-04
+  2.64276994865568862E-04  2.69235366317432273E-04  2.74287131090723032E-04
+  2.79434061998340714E-04  2.84677966017328574E-04  2.90020684966219478E-04
+  2.95464096196502860E-04  3.01010113298528104E-04  3.06660686822175517E-04
+  3.12417805012624162E-04  3.18283494561564487E-04  3.24259821374206037E-04
+  3.30348891352441078E-04  3.36552851194534778E-04  3.42873889211722208E-04
+  3.49314236162099679E-04  3.55876166102212855E-04  3.62561997256748278E-04
+  3.69374092906751958E-04  3.76314862296800250E-04  3.83386761561580933E-04
+  3.90592294672310468E-04  3.97934014403485690E-04  4.05414523320425993E-04
+  4.13036474788105838E-04  4.20802574001778739E-04  4.28715579039912024E-04
+  4.36778301939960798E-04  4.44993609797528743E-04  4.53364425889474394E-04
+  4.61893730821536809E-04  4.70584563701073469E-04  4.79440023335513511E-04
+  4.88463269457150673E-04  4.97657523974916497E-04  5.07026072253788395E-04
+  5.16572264422509035E-04  5.26299516710310102E-04  5.36211312813353325E-04
+  5.46311205291621005E-04  5.56602816997007165E-04  5.67089842533383885E-04
+  5.77776049749438407E-04  5.88665281265095459E-04  5.99761456032366254E-04
+  6.11068570931488377E-04  6.22590702403242788E-04  6.34332008118359538E-04
+  6.46296728684954587E-04  6.58489189394958867E-04  6.70913802010535435E-04
+  6.83575066591501045E-04  6.96477573364809115E-04  7.09626004637168347E-04
+  7.23025136751909462E-04  7.36679842091246843E-04  7.50595091125106652E-04
+  7.64775954507736395E-04  7.79227605223335815E-04  7.93955320781999105E-04
+  8.08964485467279022E-04  8.24260592636737481E-04  8.39849247076877338E-04
+  8.55736167413895742E-04  8.71927188581736803E-04  8.88428264348976328E-04
+  9.05245469906100302E-04  9.22385004514799517E-04  9.39853194220945142E-04
+  9.57656494632957620E-04  9.75801493767336579E-04  9.94294914963172235E-04
+  1.01314361986750974E-03  1.03235461149349525E-03  1.05193503735329921E-03
+  1.07189219266785505E-03  1.09223352365553426E-03  1.11296663090192354E-03
+  1.13409927281295144E-03  1.15563936915367071E-03  1.17759500467507503E-03
+  1.19997443283140800E-03  1.22278607959048200E-03  1.24603854733962706E-03
+  1.26974061888993875E-03  1.29390126158160715E-03  1.31852963149317604E-03
+  1.34363507775766828E-03  1.36922714698862460E-03  1.39531558781916904E-03
+  1.42191035555733745E-03  1.44902161696098858E-03  1.47665975513572387E-03
+  1.50483537455936480E-03  1.53355930623662057E-03  1.56284261298771663E-03
+  1.59269659487485684E-03  1.62313279477053107E-03  1.65416300407178387E-03
+  1.68579926856470799E-03  1.71805389444355480E-03  1.75093945448898830E-03
+  1.78446879441016460E-03  1.81865503935544769E-03  1.85351160059674114E-03
+  1.88905218239257891E-03  1.92529078903525106E-03  1.96224173208744621E-03
+  1.99991963781403700E-03  2.03833945481484129E-03  2.07751646186433948E-03
+  2.11746627596456861E-03  2.15820486061757237E-03  2.19974853432400178E-03
+  2.24211397931468751E-03  2.28531825052219950E-03  2.32937878479965539E-03
+  2.37431341039424752E-03  2.42014035668323317E-03  2.46687826418034170E-03
+  2.51454619482083773E-03  2.56316364253373350E-03  2.61275054410990649E-03
+  2.66332729037517405E-03  2.71491473767767862E-03  2.76753421969919014E-03
+  2.82120755960029975E-03  2.87595708250977218E-03  2.93180562836863447E-03
+  2.98877656513996375E-03  3.04689380239565833E-03  3.10618180529183404E-03
+  3.16666560894490138E-03  3.22837083322071545E-03  3.29132369794961311E-03
+  3.35555103858060488E-03  3.42108032228830797E-03  3.48793966454677374E-03
+  3.55615784618470553E-03  3.62576433093711285E-03  3.69678928350885552E-03
+  3.76926358816610015E-03  3.84321886787215806E-03  3.91868750398475640E-03
+  3.99570265653227241E-03  4.07429828508712542E-03  4.15450917025497746E-03
+  4.23637093579904735E-03  4.31992007141953661E-03  4.40519395620860444E-03
+  4.49223088280220010E-03  4.58107008225055838E-03  4.67175174962996750E-03
+  4.76431707041908604E-03  4.85880824766382353E-03  4.95526852995554351E-03
+  5.05374224024818849E-03  5.15427480554062154E-03  5.25691278745143292E-03
+  5.36170391371418309E-03  5.46869711062202089E-03  5.57794253645149760E-03
+  5.68949161589626072E-03  5.80339707554233201E-03  5.91971298041767645E-03
+  6.03849477164964538E-03  6.15979930526506896E-03  6.28368489216871856E-03
+  6.41021133933701841E-03  6.53943999226499692E-03  6.67143377870554541E-03
+  6.80625725374141115E-03  6.94397664623133595E-03  7.08465990667317934E-03
+  7.22837675652809267E-03  7.37519873905106288E-03  7.52519927167454548E-03
+  7.67845369999333501E-03  7.83503935340006119E-03  7.99503560242238731E-03
+  8.15852391781420917E-03  8.32558793145494330E-03  8.49631349911224125E-03
+  8.67078876512537323E-03  8.84910422906786884E-03  9.03135281444985075E-03
+  9.21762993952210223E-03  9.40803359024566278E-03  9.60266439549250714E-03
+  9.80162570454468952E-03  1.00050236669611374E-02  1.02129673148831542E-02
+  1.04255686478516539E-02  1.06429427202109766E-02  1.08652077311762619E-02
+  1.10924851176431895E-02  1.13248996498211026E-02  1.15625795297724758E-02
+  1.18056564929437859E-02  1.20542659127751348E-02  1.23085469084778555E-02
+  1.25686424560717425E-02  1.28346995027755761E-02  1.31068690848470202E-02
+  1.33853064489699042E-02  1.36701711772895616E-02  1.39616273161986305E-02
+  1.42598435089786209E-02  1.45649931324041623E-02  1.48772544374196833E-02
+  1.51968106940001714E-02  1.55238503403100810E-02  1.58585671362767022E-02
+  1.62011603216964256E-02  1.65518347789947243E-02  1.69108012007625971E-02
+  1.72782762621946188E-02  1.76544827985555645E-02  1.80396499878048046E-02
+  1.84340135385095173E-02  1.88378158831797211E-02  1.92513063771599380E-02
+  1.96747415032137996E-02  2.01083850819399786E-02  2.05525084881588160E-02
+  2.10073908734107230E-02  2.14733193947083921E-02  2.19505894496861802E-02
+  2.24395049182905086E-02  2.29403784111563529E-02  2.34535315248146567E-02
+  2.39792951038764642E-02  2.45180095103388340E-02  2.50700249001579133E-02
+  2.56357015072335784E-02  2.62154099349488773E-02  2.68095314554071575E-02
+  2.74184583165068031E-02  2.80425940569924877E-02  2.86823538296187633E-02
+  2.93381647325587358E-02  3.00104661491877103E-02  3.06997100963664234E-02
+  3.14063615813451324E-02  3.21308989674033499E-02  3.28738143483350148E-02
+  3.36356139318809214E-02  3.44168184322042048E-02  3.52179634714949938E-02
+  3.60395999907816428E-02  3.68822946700159970E-02  3.77466303574882853E-02
+  3.86332065086154308E-02  3.95426396341327993E-02  4.04755637577049188E-02
+  4.14326308829543952E-02  4.24145114698913014E-02  4.34218949207058405E-02
+  4.44554900748674875E-02  4.55160257134505086E-02  4.66042510725835149E-02
+  4.77209363658932170E-02  4.88668733157865340E-02  5.00428756933840521E-02
+  5.12497798668869881E-02  5.24884453581245247E-02  5.37597554069924877E-02
+  5.50646175434544929E-02  5.64039641667343147E-02  5.77787531312845201E-02
+  5.91899683390663747E-02  6.06386203376265906E-02  6.21257469234011775E-02
+  6.36524137496182058E-02  6.52197149381093799E-02  6.68287736942769633E-02
+  6.84807429243857041E-02  7.01768058542859147E-02  7.19181766485847140E-02
+  7.37061010292054397E-02  7.55418568921831235E-02  7.74267549214531364E-02
+  7.93621391982882313E-02  8.13493878049362656E-02  8.33899134208984788E-02
+  8.54851639101731342E-02  8.76366228976635520E-02  8.98458103328211161E-02
+  9.21142830384555772E-02  9.44436352425003650E-02  9.68354990903693841E-02
+  9.92915451353795359E-02  1.01813482804547883E-01  1.04403060836892755E-01
+  1.07062067691183357E-01  1.09792331919889449E-01  1.12595722505875753E-01
+  1.15474149158173472E-01  1.18429562562937518E-01  1.21463954585463718E-01
+  1.24579358418895073E-01  1.27777848674991645E-01  1.31061541412070548E-01
+  1.34432594094946040E-01  1.37893205481409209E-01  1.41445615429484944E-01
+  1.45092104619391898E-01  1.48834994183804081E-01  1.52676645239674308E-01
+  1.56619458314533028E-01  1.60665872659808001E-01  1.64818365443339970E-01
+  1.69079450812878285E-01  1.73451678821942457E-01  1.77937634209023837E-01
+  1.82539935020675975E-01  1.87261231068606732E-01  1.92104202210442943E-01
+  1.97071556443372514E-01  2.02166027799410813E-01  2.07390374030553770E-01
+  2.12747374071600992E-01  2.18239825267935089E-01  2.23870540355047248E-01
+  2.29642344176094637E-01  2.35558070123268876E-01  2.41620556288244553E-01
+  2.47832641306470869E-01  2.54197159879562262E-01  2.60716937959543926E-01
+  2.67394787578216053E-01  2.74233501304416316E-01  2.81235846311498061E-01
+  2.88404558036885306E-01  2.95742333415143221E-01  3.03251823665603382E-01
+  3.10935626615208072E-01  3.18796278536915501E-01  3.26836245483710874E-01
+  3.35057914098036980E-01  3.43463581876274571E-01  3.52055446867780508E-01
+  3.60835596787958790E-01  3.69805997524867758E-01  3.78968481019002545E-01
+  3.88324732496121261E-01  3.97876277033336834E-01  4.07624465439153982E-01
+  4.17570459428763918E-01  4.27715216076654692E-01  4.38059471529540834E-01
+  4.48603723963730272E-01  4.59348215772366120E-01  4.70292914969521414E-01
+  4.81437495799905912E-01  4.92781318544978142E-01  5.04323408518581484E-01
+  5.16062434247848700E-01  5.27996684838065278E-01  5.40124046523500101E-01
+  5.52441978409889511E-01  5.64947487418364647E-01  5.77637102445136108E-01
+  5.90506847756250841E-01  6.03552215642231493E-01  6.16768138363424590E-01
+  6.30148959423471822E-01  6.43688404215485899E-01  6.57379550093308951E-01
+  6.71214795928700148E-01  6.85185831224414787E-01  6.99283604863037200E-01
+  7.13498293582008003E-01  7.27819270276709340E-01  7.42235072245649774E-01
+  7.56733369504821618E-01  7.71300933312172421E-01  7.85923605057858854E-01
+  8.00586265691542676E-01  8.15272805874449835E-01  8.29966097061225150E-01
+  8.44647963734764695E-01  8.59299157036156336E-01  8.73899330051575607E-01
+  8.88427015038356749E-01  9.02859602893493984E-01  9.17173325189275079E-01
+  9.31343239122640831E-01  9.45343215746882959E-01  9.59145931876311919E-01
+  9.72722866076320747E-01  9.86044299172451510E-01  9.99079319732401494E-01
+  1.01179583499391956E+00  1.02416058772874052E+00  1.03613917954760648E+00
+  1.04769610116330614E+00  1.05879477013680390E+00  1.06939757663507162E+00
+  1.07946593772722066E+00  1.08896036073668623E+00  1.09784051615044054E+00
+  1.10606532055980478E+00  1.11359303006985821E+00  1.12038134456367544E+00
+  1.12638752314148660E+00  1.13156851097088906E+00  1.13588107767957447E+00
+  1.13928196729351372E+00  1.14172805956753898E+00  1.14317654236772603E+00
+  1.14358509454128576E+00  1.14291207844475062E+00  1.14111674098909277E+00
+  1.13815942169477657E+00  1.13400176582303147E+00  1.12860694015375529E+00
+  1.12193984840620198E+00  1.11396734263553343E+00  1.10465842617498833E+00
+  1.09398444281676799E+00  1.08191924592040545E+00  1.06843933998911722E+00
+  1.05352398594441832E+00  1.03715525983688539E+00  1.01931805303409395E+00
+  1.00000000000000000E+00  9.79191317595840993E-01  9.56884537359609877E-01
+  9.33074649603644724E-01  9.07759250262601403E-01  8.80938690209232211E-01
+  8.52616226719891790E-01  8.22798176733872788E-01  7.91494071510571162E-01
+  7.58716812245962213E-01  7.24482826164889571E-01  6.88812222558208620E-01
+  6.51728948183811219E-01  6.13260941397999582E-01  5.73440284328557759E-01
+  5.32303352343228231E-01  4.89890960007188847E-01  4.46248502660627488E-01
+  4.01426092682765912E-01  3.55478689441858842E-01  3.08466221862021439E-01
+  2.60453702467488946E-01  2.11511331693455623E-01  1.61714591180365103E-01
+  1.11144324695942404E-01  5.98868052569252948E-02  8.03378695102371053E-03
+ -4.43174601101569698E-02 -9.70641333438259230E-02 -1.50097901454914251E-01
+ -2.03304930161352010E-01 -2.56565931700056149E-01 -3.09756239975544467E-01
+ -3.62745913252833674E-01 -4.15399866326877643E-01 -4.67578034120891162E-01
+ -5.19135568674033987E-01 -5.69923071473615539E-01 -6.19786863066683180E-01
+ -6.68569291848971625E-01 -7.16109083874127084E-01 -7.62241735451190117E-01
+ -8.06799950201870675E-01 -8.49614122129485616E-01 -8.90512866106850320E-01
+ -9.29323597019219738E-01 -9.65873158598916981E-01 -9.99988502758880626E-01
+ -1.03149741997145217E+00 -1.06022932094474309E+00 -1.08601606952046592E+00
+ -1.10869286635284237E+00 -1.12809918252694197E+00 -1.14407974183557903E+00
+ -1.15648554995593655E+00 -1.16517496824983291E+00 -1.17001482935488710E+00
+ -1.17088159113782586E+00 -1.16766252494643985E+00 -1.16025693342422409E+00
+ -1.14857739244309687E+00 -1.13255101096690280E+00 -1.11212070188445855E+00
+ -1.08724645604919856E+00 -1.05790661093729832E+00 -1.02409910449262753E+00
+ -9.85842703871073756E-01 -9.43178197935693796E-01 -8.96169541495889899E-01
+ -8.44904938437528896E-01 -7.89497850066953610E-01 -7.30087914201725030E-01
+ -6.66841759797399347E-01 -5.99953701216708324E-01 -5.29646295640465836E-01
+ -4.56170746604824484E-01 -3.79807136244964094E-01 -3.00864468549756514E-01
+ -2.19680505805449650E-01 -1.36621380449928553E-01 -5.20809647944535867E-02
+  3.35200184805404949E-02  1.19735161462048781E-01  2.06093827232597449E-01
+  2.92102911418139766E-01  3.77248921747265931E-01  4.61000386448825517E-01
+  5.42810600102672791E-01  6.22120712979435830E-01  6.98363166943965830E-01
+  7.70965477640516039E-01  8.39354358916549415E-01  9.02960181271775131E-01
+  9.61221751540177305E-01  1.01359139603230441E+00  1.05954032399675047E+00
+  1.09856424252536455E+00  1.13018918795692569E+00  1.15397753246918300E+00
+  1.16953411794035933E+00  1.17651246237097196E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  END     
+    SHAPE_L   2  # for  l= 0 .. lmax
+  7.66294278796990724E+00  7.66294278796989481E+00  7.66294278796989214E+00
+  7.66294278796988770E+00  7.66294278796987882E+00  7.66294278796987172E+00
+  7.66294278796985928E+00  7.66294278796984507E+00  7.66294278796982908E+00
+  7.66294278796981043E+00  7.66294278796978823E+00  7.66294278796976513E+00
+  7.66294278796973760E+00  7.66294278796971007E+00  7.66294278796967721E+00
+  7.66294278796964168E+00  7.66294278796960615E+00  7.66294278796956441E+00
+  7.66294278796952000E+00  7.66294278796947381E+00  7.66294278796942230E+00
+  7.66294278796936990E+00  7.66294278796931305E+00  7.66294278796925177E+00
+  7.66294278796918693E+00  7.66294278796912032E+00  7.66294278796904926E+00
+  7.66294278796897377E+00  7.66294278796889472E+00  7.66294278796881034E+00
+  7.66294278796872419E+00  7.66294278796863271E+00  7.66294278796853590E+00
+  7.66294278796843642E+00  7.66294278796833073E+00  7.66294278796822148E+00
+  7.66294278796810691E+00  7.66294278796798700E+00  7.66294278796786266E+00
+  7.66294278796773298E+00  7.66294278796759709E+00  7.66294278796745854E+00
+  7.66294278796731199E+00  7.66294278796716100E+00  7.66294278796700379E+00
+  7.66294278796684125E+00  7.66294278796667250E+00  7.66294278796649575E+00
+  7.66294278796631545E+00  7.66294278796612716E+00  7.66294278796593176E+00
+  7.66294278796573103E+00  7.66294278796552142E+00  7.66294278796530648E+00
+  7.66294278796508177E+00  7.66294278796485351E+00  7.66294278796461636E+00
+  7.66294278796437123E+00  7.66294278796411632E+00  7.66294278796385520E+00
+  7.66294278796358430E+00  7.66294278796330719E+00  7.66294278796301853E+00
+  7.66294278796272188E+00  7.66294278796241723E+00  7.66294278796210460E+00
+  7.66294278796177952E+00  7.66294278796144646E+00  7.66294278796110184E+00
+  7.66294278796074835E+00  7.66294278796038419E+00  7.66294278796001027E+00
+  7.66294278795962391E+00  7.66294278795922779E+00  7.66294278795882011E+00
+  7.66294278795840089E+00  7.66294278795796924E+00  7.66294278795752604E+00
+  7.66294278795707129E+00  7.66294278795660233E+00  7.66294278795612183E+00
+  7.66294278795562889E+00  7.66294278795512085E+00  7.66294278795459860E+00
+  7.66294278795406392E+00  7.66294278795351502E+00  7.66294278795295014E+00
+  7.66294278795237105E+00  7.66294278795177597E+00  7.66294278795116579E+00
+  7.66294278795054051E+00  7.66294278794989836E+00  7.66294278794923933E+00
+  7.66294278794856432E+00  7.66294278794787065E+00  7.66294278794716099E+00
+  7.66294278794643180E+00  7.66294278794568484E+00  7.66294278794491923E+00
+  7.66294278794413319E+00  7.66294278794333028E+00  7.66294278794250339E+00
+  7.66294278794165873E+00  7.66294278794079275E+00  7.66294278793990369E+00
+  7.66294278793899419E+00  7.66294278793806427E+00  7.66294278793711037E+00
+  7.66294278793613159E+00  7.66294278793513239E+00  7.66294278793410655E+00
+  7.66294278793305761E+00  7.66294278793198202E+00  7.66294278793088157E+00
+  7.66294278792975447E+00  7.66294278792860162E+00  7.66294278792741945E+00
+  7.66294278792621153E+00  7.66294278792497519E+00  7.66294278792370864E+00
+  7.66294278792241279E+00  7.66294278792108674E+00  7.66294278791972960E+00
+  7.66294278791834138E+00  7.66294278791692030E+00  7.66294278791546635E+00
+  7.66294278791398131E+00  7.66294278791246075E+00  7.66294278791090466E+00
+  7.66294278790931305E+00  7.66294278790768502E+00  7.66294278790602057E+00
+  7.66294278790431793E+00  7.66294278790257799E+00  7.66294278790079808E+00
+  7.66294278789897820E+00  7.66294278789711836E+00  7.66294278789521321E+00
+  7.66294278789326810E+00  7.66294278789127858E+00  7.66294278788924643E+00
+  7.66294278788716721E+00  7.66294278788504357E+00  7.66294278788287109E+00
+  7.66294278788065242E+00  7.66294278787838223E+00  7.66294278787606409E+00
+  7.66294278787369443E+00  7.66294278787127325E+00  7.66294278786879701E+00
+  7.66294278786626837E+00  7.66294278786368466E+00  7.66294278786104410E+00
+  7.66294278785834582E+00  7.66294278785559069E+00  7.66294278785277339E+00
+  7.66294278784989658E+00  7.66294278784695670E+00  7.66294278784395466E+00
+  7.66294278784088689E+00  7.66294278783775518E+00  7.66294278783455418E+00
+  7.66294278783128391E+00  7.66294278782794613E+00  7.66294278782453553E+00
+  7.66294278782105209E+00  7.66294278781749405E+00  7.66294278781386140E+00
+  7.66294278781015059E+00  7.66294278780636162E+00  7.66294278780249272E+00
+  7.66294278779854210E+00  7.66294278779450622E+00  7.66294278779038684E+00
+  7.66294278778618043E+00  7.66294278778188520E+00  7.66294278777749938E+00
+  7.66294278777302296E+00  7.66294278776845061E+00  7.66294278776378412E+00
+  7.66294278775901905E+00  7.66294278775415538E+00  7.66294278774918958E+00
+  7.66294278774411985E+00  7.66294278773894533E+00  7.66294278773366422E+00
+  7.66294278772827120E+00  7.66294278772276805E+00  7.66294278771715121E+00
+  7.66294278771141624E+00  7.66294278770556492E+00  7.66294278769958925E+00
+  7.66294278769349368E+00  7.66294278768727111E+00  7.66294278768091974E+00
+  7.66294278767444048E+00  7.66294278766782533E+00  7.66294278766107695E+00
+  7.66294278765418735E+00  7.66294278764715742E+00  7.66294278763998449E+00
+  7.66294278763266412E+00  7.66294278762519365E+00  7.66294278761757131E+00
+  7.66294278760979530E+00  7.66294278760186032E+00  7.66294278759376191E+00
+  7.66294278758550007E+00  7.66294278757707037E+00  7.66294278756847014E+00
+  7.66294278755969405E+00  7.66294278755074121E+00  7.66294278754160629E+00
+  7.66294278753228753E+00  7.66294278752277869E+00  7.66294278751307889E+00
+  7.66294278750318458E+00  7.66294278749308866E+00  7.66294278748279023E+00
+  7.66294278747228397E+00  7.66294278746156721E+00  7.66294278745063551E+00
+  7.66294278743948176E+00  7.66294278742810597E+00  7.66294278741650192E+00
+  7.66294278740466517E+00  7.66294278739259127E+00  7.66294278738027490E+00
+  7.66294278736771339E+00  7.66294278735490053E+00  7.66294278734183010E+00
+  7.66294278732850032E+00  7.66294278731490497E+00  7.66294278730103784E+00
+  7.66294278728689449E+00  7.66294278727246958E+00  7.66294278725775690E+00
+  7.66294278724275379E+00  7.66294278722745048E+00  7.66294278721184341E+00
+  7.66294278719592725E+00  7.66294278717969490E+00  7.66294278716314192E+00
+  7.66294278714626032E+00  7.66294278712904386E+00  7.66294278711148547E+00
+  7.66294278709358334E+00  7.66294278707532417E+00  7.66294278705670706E+00
+  7.66294278703772136E+00  7.66294278701836085E+00  7.66294278699861664E+00
+  7.66294278697848608E+00  7.66294278695795583E+00  7.66294278693702413E+00
+  7.66294278691568032E+00  7.66294278689391462E+00  7.66294278687172259E+00
+  7.66294278684909358E+00  7.66294278682601959E+00  7.66294278680249441E+00
+  7.66294278677850649E+00  7.66294278675404872E+00  7.66294278672911133E+00
+  7.66294278670368456E+00  7.66294278667775952E+00  7.66294278665132822E+00
+  7.66294278662438000E+00  7.66294278659690420E+00  7.66294278656889016E+00
+  7.66294278654032990E+00  7.66294278651121097E+00  7.66294278648152449E+00
+  7.66294278645125715E+00  7.66294278642040005E+00  7.66294278638894255E+00
+  7.66294278635687043E+00  7.66294278632417480E+00  7.66294278629084147E+00
+  7.66294278625685799E+00  7.66294278622221459E+00  7.66294278618689795E+00
+  7.66294278615089386E+00  7.66294278611419077E+00  7.66294278607677359E+00
+  7.66294278603863077E+00  7.66294278599974543E+00  7.66294278596010781E+00
+  7.66294278591969835E+00  7.66294278587850730E+00  7.66294278583651689E+00
+  7.66294278579371380E+00  7.66294278575008025E+00  7.66294278570560294E+00
+  7.66294278566026321E+00  7.66294278561404685E+00  7.66294278556693698E+00
+  7.66294278551891495E+00  7.66294278546996477E+00  7.66294278542006779E+00
+  7.66294278536920803E+00  7.66294278531736683E+00  7.66294278526452288E+00
+  7.66294278521065930E+00  7.66294278515575655E+00  7.66294278509979421E+00
+  7.66294278504275361E+00  7.66294278498461345E+00  7.66294278492535241E+00
+  7.66294278486494918E+00  7.66294278480338242E+00  7.66294278474063084E+00
+  7.66294278467667134E+00  7.66294278461148082E+00  7.66294278454503708E+00
+  7.66294278447731259E+00  7.66294278440828780E+00  7.66294278433793608E+00
+  7.66294278426623166E+00  7.66294278419315056E+00  7.66294278411866348E+00
+  7.66294278404274820E+00  7.66294278396537720E+00  7.66294278388651762E+00
+  7.66294278380614724E+00  7.66294278372423232E+00  7.66294278364074977E+00
+  7.66294278355566583E+00  7.66294278346895030E+00  7.66294278338057389E+00
+  7.66294278329050282E+00  7.66294278319870603E+00  7.66294278310515242E+00
+  7.66294278300980825E+00  7.66294278291263886E+00  7.66294278281360786E+00
+  7.66294278271268503E+00  7.66294278260983042E+00  7.66294278250500760E+00
+  7.66294278239818105E+00  7.66294278228931347E+00  7.66294278217836489E+00
+  7.66294278206529711E+00  7.66294278195006839E+00  7.66294278183263788E+00
+  7.66294278171296561E+00  7.66294278159100983E+00  7.66294278146672525E+00
+  7.66294278134006834E+00  7.66294278121099559E+00  7.66294278107945992E+00
+  7.66294278094541692E+00  7.66294278080881508E+00  7.66294278066960999E+00
+  7.66294278052775191E+00  7.66294278038319110E+00  7.66294278023587427E+00
+  7.66294278008575169E+00  7.66294277993277007E+00  7.66294277977687344E+00
+  7.66294277961800940E+00  7.66294277945612023E+00  7.66294277929114998E+00
+  7.66294277912304089E+00  7.66294277895173259E+00  7.66294277877716556E+00
+  7.66294277859927764E+00  7.66294277841800664E+00  7.66294277823328862E+00
+  7.66294277804505874E+00  7.66294277785325129E+00  7.66294277765779874E+00
+  7.66294277745863184E+00  7.66294277725568040E+00  7.66294277704887339E+00
+  7.66294277683813885E+00  7.66294277662340217E+00  7.66294277640458787E+00
+  7.66294277618161956E+00  7.66294277595441820E+00  7.66294277572290561E+00
+  7.66294277548699920E+00  7.66294277524661638E+00  7.66294277500167453E+00
+  7.66294277475208485E+00  7.66294277449776207E+00  7.66294277423861736E+00
+  7.66294277397455748E+00  7.66294277370549093E+00  7.66294277343132801E+00
+  7.66294277315196481E+00  7.66294277286730896E+00  7.66294277257725920E+00
+  7.66294277228171605E+00  7.66294277198057028E+00  7.66294277167372417E+00
+  7.66294277136106494E+00  7.66294277104248511E+00  7.66294277071787722E+00
+  7.66294277038712046E+00  7.66294277005010294E+00  7.66294276970670829E+00
+  7.66294276935681484E+00  7.66294276900029825E+00  7.66294276863703683E+00
+  7.66294276826690535E+00  7.66294276788977147E+00  7.66294276750550463E+00
+  7.66294276711397160E+00  7.66294276671503383E+00  7.66294276630855453E+00
+  7.66294276589438805E+00  7.66294276547239406E+00  7.66294276504242511E+00
+  7.66294276460432755E+00  7.66294276415795306E+00  7.66294276370314442E+00
+  7.66294276323974177E+00  7.66294276276758524E+00  7.66294276228651050E+00
+  7.66294276179634792E+00  7.66294276129692964E+00  7.66294276078808068E+00
+  7.66294276026962162E+00  7.66294275974137573E+00  7.66294275920315737E+00
+  7.66294275865478003E+00  7.66294275809605097E+00  7.66294275752677656E+00
+  7.66294275694675964E+00  7.66294275635579858E+00  7.66294275575368822E+00
+  7.66294275514021539E+00  7.66294275451517226E+00  7.66294275387833768E+00
+  7.66294275322949314E+00  7.66294275256840951E+00  7.66294275189486029E+00
+  7.66294275120861013E+00  7.66294275050942186E+00  7.66294274979704948E+00
+  7.66294274907124962E+00  7.66294274833176647E+00  7.66294274757834692E+00
+  7.66294274681072629E+00  7.66294274602863901E+00  7.66294274523181507E+00
+  7.66294274441997558E+00  7.66294274359284078E+00  7.66294274275012199E+00
+  7.66294274189152880E+00  7.66294274101676187E+00  7.66294274012551746E+00
+  7.66294273921748736E+00  7.66294273829235628E+00  7.66294273734980358E+00
+  7.66294273638950241E+00  7.66294273541111970E+00  7.66294273441431706E+00
+  7.66294273339874632E+00  7.66294273236405932E+00  7.66294273130989545E+00
+  7.66294273023588968E+00  7.66294272914166985E+00  7.66294272802685494E+00
+  7.66294272689106126E+00  7.66294272573389712E+00  7.66294272455495662E+00
+  7.66294272335383564E+00  7.66294272213011674E+00  7.66294272088337536E+00
+  7.66294271961318252E+00  7.66294271831909590E+00  7.66294271700066698E+00
+  7.66294271565744278E+00  7.66294271428895435E+00  7.66294271289473006E+00
+  7.66294271147428940E+00  7.66294271002713856E+00  7.66294270855277659E+00
+  7.66294270705069458E+00  7.66294270552037204E+00  7.66294270396128141E+00
+  7.66294270237288178E+00  7.66294270075462336E+00  7.66294269910594572E+00
+  7.66294269742628309E+00  7.66294269571505193E+00  7.66294269397165984E+00
+  7.66294269219550639E+00  7.66294269038597342E+00  7.66294268854244010E+00
+  7.66294268666426781E+00  7.66294268475080642E+00  7.66294268280139512E+00
+  7.66294268081536067E+00  7.66294267879201652E+00  7.66294267673066543E+00
+  7.66294267463059242E+00  7.66294267249107364E+00  7.66294267031136833E+00
+  7.66294266809072688E+00  7.66294266582838102E+00  7.66294266352354647E+00
+  7.66294266117543099E+00  7.66294265878322189E+00  7.66294265634609317E+00
+  7.66294265386320372E+00  7.66294265133369734E+00  7.66294264875670095E+00
+  7.66294264613132192E+00  7.66294264345665788E+00  7.66294264073178510E+00
+  7.66294263795576125E+00  7.66294263512762797E+00  7.66294263224641092E+00
+  7.66294262931111447E+00  7.66294262632072787E+00  7.66294262327421727E+00
+  7.66294262017053462E+00  7.66294261700860524E+00  7.66294261378734198E+00
+  7.66294261050563108E+00  7.66294260716234099E+00  7.66294260375631886E+00
+  7.66294260028639140E+00  7.66294259675136047E+00  7.66294259315000570E+00
+  7.66294258948108986E+00  7.66294258574334286E+00  7.66294258193547861E+00
+  7.66294257805618351E+00  7.66294257410411994E+00  7.66294257007792545E+00
+  7.66294256597621271E+00  7.66294256179756772E+00  7.66294255754054898E+00
+  7.66294255320369011E+00  7.66294254878549808E+00  7.66294254428444788E+00
+  7.66294253969898875E+00  7.66294253502754152E+00  7.66294253026849415E+00
+  7.66294252542021059E+00  7.66294252048101665E+00  7.66294251544921412E+00
+  7.66294251032306573E+00  7.66294250510080577E+00  7.66294249978063746E+00
+  7.66294249436072761E+00  7.66294248883920925E+00  7.66294248321417903E+00
+  7.66294247748370250E+00  7.66294247164580078E+00  7.66294246569846926E+00
+  7.66294245963965537E+00  7.66294245346727543E+00  7.66294244717920225E+00
+  7.66294244077326869E+00  7.66294243424727561E+00  7.66294242759896882E+00
+  7.66294242082606303E+00  7.66294241392622411E+00  7.66294240689707973E+00
+  7.66294239973620606E+00  7.66294239244114195E+00  7.66294238500937297E+00
+  7.66294237743834206E+00  7.66294236972544418E+00  7.66294236186802191E+00
+  7.66294235386337252E+00  7.66294234570874266E+00  7.66294233740132391E+00
+  7.66294232893825811E+00  7.66294232031663025E+00  7.66294231153347472E+00
+  7.66294230258576992E+00  7.66294229347043743E+00  7.66294228418433931E+00
+  7.66294227472427902E+00  7.66294226508700582E+00  7.66294225526920236E+00
+  7.66294224526748824E+00  7.66294223507842354E+00  7.66294222469850439E+00
+  7.66294221412415943E+00  7.66294220335175247E+00  7.66294219237757357E+00
+  7.66294218119785064E+00  7.66294216980873966E+00  7.66294215820632019E+00
+  7.66294214638660431E+00  7.66294213434552240E+00  7.66294212207893821E+00
+  7.66294210958263022E+00  7.66294209685230143E+00  7.66294208388357401E+00
+  7.66294207067198840E+00  7.66294205721299893E+00  7.66294204350197994E+00
+  7.66294202953421610E+00  7.66294201530490504E+00  7.66294200080915289E+00
+  7.66294198604197696E+00  7.66294197099829866E+00  7.66294195567294523E+00
+  7.66294194006064799E+00  7.66294192415604147E+00  7.66294190795365537E+00
+  7.66294189144792259E+00  7.66294187463316234E+00  7.66294185750360235E+00
+  7.66294184005334955E+00  7.66294182227640519E+00  7.66294180416666215E+00
+  7.66294178571789164E+00  7.66294176692375473E+00  7.66294174777778903E+00
+  7.66294172827341757E+00  7.66294170840393551E+00  7.66294168816250920E+00
+  7.66294166754219042E+00  7.66294164653588528E+00  7.66294162513637822E+00
+  7.66294160333631513E+00  7.66294158112820156E+00  7.66294155850440717E+00
+  7.66294153545715861E+00  7.66294151197853424E+00  7.66294148806046849E+00
+  7.66294146369474127E+00  7.66294143887297796E+00  7.66294141358665559E+00
+  7.66294138782708067E+00  7.66294136158540518E+00  7.66294133485261142E+00
+  7.66294130761951386E+00  7.66294127987675910E+00  7.66294125161481254E+00
+  7.66294122282396728E+00  7.66294119349433078E+00  7.66294116361582756E+00
+  7.66294113317819203E+00  7.66294110217097035E+00  7.66294107058350704E+00
+  7.66294103840495566E+00  7.66294100562425839E+00  7.66294097223015935E+00
+  7.66294093821118150E+00  7.66294090355564439E+00  7.66294086825164467E+00
+  7.66294083228705425E+00  7.66294079564951858E+00  7.66294075832645571E+00
+  7.66294072030504658E+00  7.66294068157223229E+00  7.66294064211470793E+00
+  7.66294060191892612E+00  7.66294056097107834E+00  7.66294051925710207E+00
+  7.66294047676267187E+00  7.66294043347319587E+00  7.66294038937380328E+00
+  7.66294034444935424E+00  7.66294029868441839E+00  7.66294025206328122E+00
+  7.66294020456993152E+00  7.66294015618806057E+00  7.66294010690105765E+00
+  7.66294005669199407E+00  7.66294000554363031E+00  7.66293995343840528E+00
+  7.66293990035842487E+00  7.66293984628546454E+00  7.66293979120095869E+00
+  7.66293973508599180E+00  7.66293967792129838E+00  7.66293961968725057E+00
+  7.66293956036385282E+00  7.66293949993073920E+00  7.66293943836716007E+00
+  7.66293937565197858E+00  7.66293931176366261E+00  7.66293924668028037E+00
+  7.66293918037948529E+00  7.66293911283851781E+00  7.66293904403418669E+00
+  7.66293897394287615E+00  7.66293890254051924E+00  7.66293882980260932E+00
+  7.66293875570416994E+00  7.66293868021976810E+00  7.66293860332349386E+00
+  7.66293852498894257E+00  7.66293844518922995E+00  7.66293836389696281E+00
+  7.66293828108423369E+00  7.66293819672261822E+00  7.66293811078315645E+00
+  7.66293802323635020E+00  7.66293793405215062E+00  7.66293784319994309E+00
+  7.66293775064854366E+00  7.66293765636618662E+00  7.66293756032050943E+00
+  7.66293746247854379E+00  7.66293736280671212E+00  7.66293726127079999E+00
+  7.66293715783596063E+00  7.66293705246669266E+00  7.66293694512683210E+00
+  7.66293683577953733E+00  7.66293672438728013E+00  7.66293661091182976E+00
+  7.66293649531424137E+00  7.66293637755484092E+00  7.66293625759321628E+00
+  7.66293613538819507E+00  7.66293601089783927E+00  7.66293588407942483E+00
+  7.66293575488942835E+00  7.66293562328351641E+00  7.66293548921652512E+00
+  7.66293535264244419E+00  7.66293521351440621E+00  7.66293507178466804E+00
+  7.66293492740459037E+00  7.66293478032462971E+00  7.66293463049431356E+00
+  7.66293447786222703E+00  7.66293432237599159E+00  7.66293416398225347E+00
+  7.66293400262666058E+00  7.66293383825384478E+00  7.66293367080740140E+00
+  7.66293350022987330E+00  7.66293332646272951E+00  7.66293314944634396E+00
+  7.66293296911997501E+00  7.66293278542175216E+00  7.66293259828864048E+00
+  7.66293240765642736E+00  7.66293221345970732E+00  7.66293201563184478E+00
+  7.66293181410496516E+00  7.66293160880991575E+00  7.66293139967626225E+00
+  7.66293118663224959E+00  7.66293096960477627E+00  7.66293074851938449E+00
+  7.66293052330021496E+00  7.66293029386999791E+00  7.66293006015001410E+00
+  7.66292982206007789E+00  7.66292957951849996E+00  7.66292933244206687E+00
+  7.66292908074601087E+00  7.66292882434397793E+00  7.66292856314800108E+00
+  7.66292829706846668E+00  7.66292802601409040E+00  7.66292774989187819E+00
+  7.66292746860710228E+00  7.66292718206325496E+00  7.66292689016203976E+00
+  7.66292659280330657E+00  7.66292628988504720E+00  7.66292598130333591E+00
+  7.66292566695231514E+00  7.66292534672413872E+00  7.66292502050895230E+00
+  7.66292468819484451E+00  7.66292434966781322E+00  7.66292400481172375E+00
+  7.66292365350827964E+00  7.66292329563695684E+00  7.66292293107499578E+00
+  7.66292255969732938E+00  7.66292218137656533E+00  7.66292179598292122E+00
+  7.66292140338418726E+00  7.66292100344569249E+00  7.66292059603024001E+00
+  7.66292018099807493E+00  7.66291975820682580E+00  7.66291932751146021E+00
+  7.66291888876424032E+00  7.66291844181466342E+00  7.66291798650941214E+00
+  7.66291752269230653E+00  7.66291705020424629E+00  7.66291656888315842E+00
+  7.66291607856394030E+00  7.66291557907840470E+00  7.66291507025521845E+00
+  7.66291455191984827E+00  7.66291402389449772E+00  7.66291348599804856E+00
+  7.66291293804599771E+00  7.66291237985039064E+00  7.66291181121976539E+00
+  7.66291123195907797E+00  7.66291064186964022E+00  7.66291004074904691E+00
+  7.66290942839111633E+00  7.66290880458580848E+00  7.66290816911915940E+00
+  7.66290752177320833E+00  7.66290686232591689E+00  7.66290619055109801E+00
+  7.66290550621834132E+00  7.66290480909292526E+00  7.66290409893574154E+00
+  7.66290337550321699E+00  7.66290263854722298E+00  7.66290188781499548E+00
+  7.66290112304904536E+00  7.66290034398706954E+00  7.66289955036186576E+00
+  7.66289874190123665E+00  7.66289791832789646E+00  7.66289707935937781E+00
+  7.66289622470793930E+00  7.66289535408045097E+00  7.66289446717831435E+00
+  7.66289356369734520E+00  7.66289264332767672E+00  7.66289170575364764E+00
+  7.66289075065370451E+00  7.66288977770027380E+00  7.66288878655966954E+00
+  7.66288777689196543E+00  7.66288674835087935E+00  7.66288570058366325E+00
+  7.66288463323097169E+00  7.66288354592674548E+00  7.66288243829808557E+00
+  7.66288130996512162E+00  7.66288016054088494E+00  7.66287898963117531E+00
+  7.66287779683441972E+00  7.66287658174154984E+00  7.66287534393584391E+00
+  7.66287408299279793E+00  7.66287279847997294E+00  7.66287148995684220E+00
+  7.66287015697465534E+00  7.66286879907627050E+00  7.66286741579599884E+00
+  7.66286600665945805E+00  7.66286457118339115E+00  7.66286310887551458E+00
+  7.66286161923434328E+00  7.66286010174901921E+00  7.66285855589913378E+00
+  7.66285698115456437E+00  7.66285537697526919E+00  7.66285374281111764E+00
+  7.66285207810169666E+00  7.66285038227612603E+00  7.66284865475284782E+00
+  7.66284689493944171E+00  7.66284510223241355E+00  7.66284327601699111E+00
+  7.66284141566691446E+00  7.66283952054421569E+00  7.66283758999900755E+00
+  7.66283562336926050E+00  7.66283361998056378E+00  7.66283157914591229E+00
+  7.66282950016545517E+00  7.66282738232626848E+00  7.66282522490209939E+00
+  7.66282302715312547E+00  7.66282078832569713E+00  7.66281850765208183E+00
+  7.66281618435019940E+00  7.66281381762335201E+00  7.66281140665995597E+00
+  7.66280895063325662E+00  7.66280644870105387E+00  7.66280390000540379E+00
+  7.66280130367233170E+00  7.66279865881153022E+00  7.66279596451605194E+00
+  7.66279321986200301E+00  7.66279042390822163E+00  7.66278757569595825E+00
+  7.66278467424854792E+00  7.66278171857107093E+00  7.66277870765001712E+00
+  7.66277564045293857E+00  7.66277251592808462E+00  7.66276933300405716E+00
+  7.66276609058943592E+00  7.66276278757239915E+00  7.66275942282035238E+00
+  7.66275599517953676E+00  7.66275250347462844E+00  7.66274894650833982E+00
+  7.66274532306101364E+00  7.66274163189019397E+00  7.66273787173021237E+00
+  7.66273404129174374E+00  7.66273013926137203E+00  7.66272616430113551E+00
+  7.66272211504807199E+00  7.66271799011374011E+00  7.66271378808376813E+00
+  7.66270950751733881E+00  7.66270514694671689E+00  7.66270070487674015E+00
+  7.66269617978430428E+00  7.66269157011784330E+00  7.66268687429679307E+00
+  7.66268209071106376E+00  7.66267721772046606E+00  7.66267225365416849E+00
+  7.66266719681011299E+00  7.66266204545443674E+00  7.66265679782088149E+00
+  7.66265145211017273E+00  7.66264600648942462E+00  7.66264045909149161E+00
+  7.66263480801434582E+00  7.66262905132041006E+00  7.66262318703590850E+00
+  7.66261721315017663E+00  7.66261112761497376E+00  7.66260492834379825E+00
+  7.66259861321114677E+00  7.66259218005180909E+00  7.66258562666010512E+00
+  7.66257895078914686E+00  7.66257215015005677E+00  7.66256522241119242E+00
+  7.66255816519733557E+00  7.66255097608889102E+00  7.66254365262104642E+00
+  7.66253619228293736E+00  7.66252859251678053E+00  7.66252085071699618E+00
+  7.66251296422932349E+00  7.66250493034989866E+00  7.66249674632434097E+00
+  7.66248840934680331E+00  7.66247991655900318E+00  7.66247126504925635E+00
+  7.66246245185147679E+00  7.66245347394414900E+00  7.66244432824930666E+00
+  7.66243501163146679E+00  7.66242552089656481E+00  7.66241585279085413E+00
+  7.66240600399979233E+00  7.66239597114691051E+00  7.66238575079264539E+00
+  7.66237533943317040E+00  7.66236473349919489E+00  7.66235392935473225E+00
+  7.66234292329587152E+00  7.66233171154948334E+00  7.66232029027195161E+00
+  7.66230865554784479E+00  7.66229680338857477E+00  7.66228472973103170E+00
+  7.66227243043618955E+00  7.66225990128769840E+00  7.66224713799042600E+00
+  7.66223413616899496E+00  7.66222089136628437E+00  7.66220739904189507E+00
+  7.66219365457060508E+00  7.66217965324077532E+00  7.66216539025274557E+00
+  7.66215086071718066E+00  7.66213605965340339E+00  7.66212098198768476E+00
+  7.66210562255150585E+00  7.66208997607979114E+00  7.66207403720910030E+00
+  7.66205780047579665E+00  7.66204126031416699E+00  7.66202441105452881E+00
+  7.66200724692128077E+00  7.66198976203091853E+00  7.66197195039003542E+00
+  7.66195380589325570E+00  7.66193532232115171E+00  7.66191649333811231E+00
+  7.66189731249017036E+00  7.66187777320280006E+00  7.66185786877866004E+00
+  7.66183759239529838E+00  7.66181693710282108E+00  7.66179589582151443E+00
+  7.66177446133941498E+00  7.66175262630984832E+00  7.66173038324889788E+00
+  7.66170772453286641E+00  7.66168464239564706E+00  7.66166112892607476E+00
+  7.66163717606521288E+00  7.66161277560359721E+00  7.66158791917842663E+00
+  7.66156259827069963E+00  7.66153680420229666E+00  7.66151052813301447E+00
+  7.66148376105753481E+00  7.66145649380234595E+00  7.66142871702260919E+00
+  7.66140042119894460E+00  7.66137159663419087E+00  7.66134223345007825E+00
+  7.66131232158384723E+00  7.66128185078481128E+00  7.66125081061084678E+00
+  7.66121919042481814E+00  7.66118697939093884E+00  7.66115416647107228E+00
+  7.66112074042094271E+00  7.66108668978629925E+00  7.66105200289899724E+00
+  7.66101666787299784E+00  7.66098067260031090E+00  7.66094400474685244E+00
+  7.66090665174822849E+00  7.66086860080543186E+00  7.66082983888046520E+00
+  7.66079035269189657E+00  7.66075012871029859E+00  7.66070915315363088E+00
+  7.66066741198253531E+00  7.66062489089552567E+00  7.66058157532410178E+00
+  7.66053745042777035E+00  7.66049250108896729E+00  7.66044671190790272E+00
+  7.66040006719728073E+00  7.66035255097695078E+00  7.66030414696843920E+00
+  7.66025483858939360E+00  7.66020460894790567E+00  7.66015344083675220E+00
+  7.66010131672750472E+00  7.66004821876454400E+00  7.65999412875897079E+00
+  7.65993902818237338E+00  7.65988289816051804E+00  7.65982571946688662E+00
+  7.65976747251611911E+00  7.65970813735732747E+00  7.65964769366727083E+00
+  7.65958612074343037E+00  7.65952339749693323E+00  7.65945950244535112E+00
+  7.65939441370537466E+00  7.65932810898533312E+00  7.65926056557760049E+00
+  7.65919176035082483E+00  7.65912166974205810E+00  7.65905026974869862E+00
+  7.65897753592030739E+00  7.65890344335026985E+00  7.65882796666729426E+00
+  7.65875108002676086E+00  7.65867275710190043E+00  7.65859297107482728E+00
+  7.65851169462738834E+00  7.65842889993183995E+00  7.65834455864138164E+00
+  7.65825864188047412E+00  7.65817112023500357E+00  7.65808196374225503E+00
+  7.65799114188070718E+00  7.65789862355962381E+00  7.65780437710846940E+00
+  7.65770837026611417E+00  7.65761057016985003E+00  7.65751094334419058E+00
+  7.65740945568948295E+00  7.65730607247028683E+00  7.65720075830355285E+00
+  7.65709347714657973E+00  7.65698419228474148E+00  7.65687286631900221E+00
+  7.65675946115318062E+00  7.65664393798099496E+00  7.65652625727286029E+00
+  7.65640637876244412E+00  7.65628426143297247E+00  7.65615986350329258E+00
+  7.65603314241364874E+00  7.65590405481123870E+00  7.65577255653546374E+00
+  7.65563860260293438E+00  7.65550214719218047E+00  7.65536314362808756E+00
+  7.65522154436605451E+00  7.65507730097582950E+00  7.65493036412509031E+00
+  7.65478068356268526E+00  7.65462820810158373E+00  7.65447288560151229E+00
+  7.65431466295125418E+00  7.65415348605065482E+00  7.65398929979225517E+00
+  7.65382204804262312E+00  7.65365167362332777E+00  7.65347811829154789E+00
+  7.65330132272035790E+00  7.65312122647861059E+00  7.65293776801049308E+00
+  7.65275088461467057E+00  7.65256051242306334E+00  7.65236658637924005E+00
+  7.65216904021640065E+00  7.65196780643496233E+00  7.65176281627973776E+00
+  7.65155399971668260E+00  7.65134128540923442E+00  7.65112460069419775E+00
+  7.65090387155720997E+00  7.65067902260773458E+00  7.65044997705362029E+00
+  7.65021665667516793E+00  7.64997898179875335E+00  7.64973687126993873E+00
+  7.64949024242612108E+00  7.64923901106864967E+00  7.64898309143446831E+00
+  7.64872239616720950E+00  7.64845683628778517E+00  7.64818632116442210E+00
+  7.64791075848216728E+00  7.64763005421182740E+00  7.64734411257835056E+00
+  7.64705283602861918E+00  7.64675612519867887E+00  7.64645387888034822E+00
+  7.64614599398724071E+00  7.64583236552015677E+00  7.64551288653185601E+00
+  7.64518744809118544E+00  7.64485593924656648E+00  7.64451824698880067E+00
+  7.64417425621322710E+00  7.64382384968117634E+00  7.64346690798073869E+00
+  7.64310330948681127E+00  7.64273293032044609E+00  7.64235564430742720E+00
+  7.64197132293614878E+00  7.64157983531468776E+00  7.64118104812713650E+00
+  7.64077482558913434E+00  7.64036102940259987E+00  7.63993951870965660E+00
+  7.63951015004572831E+00  7.63907277729178347E+00  7.63862725162574563E+00
+  7.63817342147300771E+00  7.63771113245607935E+00  7.63724022734332841E+00
+  7.63676054599679954E+00  7.63627192531911625E+00  7.63577419919942102E+00
+  7.63526719845836066E+00  7.63475075079209020E+00  7.63422468071528293E+00
+  7.63368880950312612E+00  7.63314295513228203E+00  7.63258693222081686E+00
+  7.63202055196704876E+00  7.63144362208732474E+00  7.63085594675269885E+00
+  7.63025732652448241E+00  7.62964755828866537E+00  7.62902643518918833E+00
+  7.62839374656002800E+00  7.62774927785608980E+00  7.62709281058291033E+00
+  7.62642412222509414E+00  7.62574298617352575E+00  7.62504917165129292E+00
+  7.62434244363832292E+00  7.62362256279470873E+00  7.62288928538269772E+00
+  7.62214236318731064E+00  7.62138154343561247E+00  7.62060656871455500E+00
+  7.61981717688741877E+00  7.61901310100879847E+00  7.61819406923812448E+00
+  7.61735980475170393E+00  7.61651002565324298E+00  7.61564444488282533E+00
+  7.61476277012435077E+00  7.61386470371137314E+00  7.61294994253134760E+00
+  7.61201817792822677E+00  7.61106909560342082E+00  7.61010237551506474E+00
+  7.60911769177558650E+00  7.60811471254753435E+00  7.60709309993766070E+00
+  7.60605250988921799E+00  7.60499259207244016E+00  7.60391298977320140E+00
+  7.60281333977980367E+00  7.60169327226788472E+00  7.60055241068340681E+00
+  7.59939037162371189E+00  7.59820676471659251E+00  7.59700119249738393E+00
+  7.59577325028403560E+00  7.59452252605010525E+00  7.59324860029570825E+00
+  7.59195104591634706E+00  7.59062942806958851E+00  7.58928330403961571E+00
+  7.58791222309955593E+00  7.58651572637160765E+00  7.58509334668491775E+00
+  7.58364460843117971E+00  7.58216902741793053E+00  7.58066611071951169E+00
+  7.57913535652568271E+00  7.57757625398781887E+00  7.57598828306272409E+00
+  7.57437091435397569E+00  7.57272360895079633E+00  7.57104581826443912E+00
+  7.56933698386202902E+00  7.56759653729784709E+00  7.56582389994204263E+00
+  7.56401848280671096E+00  7.56217968636935645E+00  7.56030690039366959E+00
+  7.55839950374761926E+00  7.55645686421882345E+00  7.55447833832718540E+00
+  7.55246327113473903E+00  7.55041099605271882E+00  7.54832083464580439E+00
+  7.54619209643351585E+00  7.54402407868874914E+00  7.54181606623342926E+00
+  7.53956733123123968E+00  7.53727713297742330E+00  7.53494471768563834E+00
+  7.53256931827184495E+00  7.53015015413518807E+00  7.52768643093589240E+00
+  7.52517734037011721E+00  7.52262205994177879E+00  7.52001975273133816E+00
+  7.51736956716148619E+00  7.51467063675977975E+00  7.51192207991819849E+00
+  7.50912299964957697E+00  7.50627248334095576E+00  7.50336960250382834E+00
+  7.50041341252125715E+00  7.49740295239190147E+00  7.49433724447092242E+00
+  7.49121529420777765E+00  7.48803608988091263E+00  7.48479860232936201E+00
+  7.48150178468125837E+00  7.47814457207926520E+00  7.47472588140295535E+00
+  7.47124461098813608E+00  7.46769964034317013E+00  7.46408982986227620E+00
+  7.46041402053587976E+00  7.45667103365800976E+00  7.45285967053079546E+00
+  7.44897871216608998E+00  7.44502691898427127E+00  7.44100303051025769E+00
+  7.43690576506680223E+00  7.43273381946509737E+00  7.42848586869276684E+00
+  7.42416056559931015E+00  7.41975654057906997E+00  7.41527240125176323E+00
+  7.41070673214071807E+00  7.40605809434883788E+00  7.40132502523244806E+00
+  7.39650603807304918E+00  7.39159962174716956E+00  7.38660424039433838E+00
+  7.38151833308339178E+00  7.37634031347712682E+00  7.37106856949556288E+00
+  7.36570146297785655E+00  7.36023732934304586E+00  7.35467447724982737E+00
+  7.34901118825545652E+00  7.34324571647402458E+00  7.33737628823423993E+00
+  7.33140110173697135E+00  7.32531832671267402E+00  7.31912610407903852E+00
+  7.31282254559896572E+00  7.30640573353920963E+00  7.29987372032988979E+00
+  7.29322452822514755E+00  7.28645614896525196E+00  7.27956654344041443E+00
+  7.27255364135664095E+00  7.26541534090395658E+00  7.25814950842729800E+00
+  7.25075397810047928E+00  7.24322655160356632E+00  7.23556499780405815E+00
+  7.22776705244228257E+00  7.21983041782142188E+00  7.21175276250261810E+00
+  7.20353172100561245E+00  7.19516489351539512E+00  7.18664984559538578E+00
+  7.17798410790764052E+00  7.16916517594065628E+00  7.16019050974532067E+00
+  7.15105753367959895E+00  7.14176363616259025E+00  7.13230616943858386E+00
+  7.12268244935176931E+00  7.11288975513230159E+00  7.10292532919446273E+00
+  7.09278637694762093E+00  7.08247006662081091E+00  7.07197352910172761E+00
+  7.06129385779094232E+00  7.05042810847225709E+00  7.03937329920007748E+00
+  7.02812641020473183E+00  7.01668438381672210E+00  7.00504412441090807E+00
+  6.99320249837166408E+00  6.98115633408009550E+00  6.96890242192442066E+00
+  6.95643751433469237E+00  6.94375832584303865E+00  6.93086153317069353E+00
+  6.91774377534304996E+00  6.90440165383411220E+00  6.89083173274169258E+00
+  6.87703053899476124E+00  6.86299456259442486E+00  6.84872025689005248E+00
+  6.83420403889207151E+00  6.81944228962309040E+00  6.80443135450895742E+00
+  6.78916754381151311E+00  6.77364713310474986E+00  6.75786636379624461E+00
+  6.74182144369568981E+00  6.72550854763249184E+00  6.70892381812436867E+00
+  6.69206336609904451E+00  6.67492327167108002E+00  6.65749958497603966E+00
+  6.63978832706418309E+00  6.62178549085596302E+00  6.60348704216166915E+00
+  6.58488892076760823E+00  6.56598704159127422E+00  6.54677729590803281E+00
+  6.52725555265190494E+00  6.50741765979308173E+00  6.48725944579487557E+00
+  6.46677672115288260E+00  6.44596528001918756E+00  6.42482090191448396E+00
+  6.40333935353107719E+00  6.38151639062977694E+00  6.35934776003373869E+00
+  6.33682920172241815E+00  6.31395645102877534E+00  6.29072524094301855E+00
+  6.26713130452615186E+00  6.24317037743670689E+00  6.21883820057401770E+00
+  6.19413052284154020E+00  6.16904310403365930E+00  6.14357171784955725E+00
+  6.11771215503769561E+00  6.09146022667453213E+00  6.06481176758111573E+00
+  6.03776263988122430E+00  6.01030873670472943E+00  5.98244598603992106E+00
+  5.95417035473847456E+00  5.92547785267682503E+00  5.89636453707763231E+00
+  5.86682651699507396E+00  5.83685995796767365E+00  5.80646108684228679E+00
+  5.77562619677294364E+00  5.74435165239808843E+00  5.71263389519979015E+00
+  5.68046944904837403E+00  5.64785492593587790E+00  5.61478703190164019E+00
+  5.58126257315321084E+00  5.54727846238568212E+00  5.51283172530234644E+00
+  5.47791950733956945E+00  5.44253908059840441E+00  5.40668785098545168E+00
+  5.37036336556520499E+00  5.33356332012588830E+00  5.29628556696055597E+00
+  5.25852812286495297E+00  5.22028917735334375E+00  5.18156710109321494E+00
+  5.14236045455935553E+00  5.10266799690753636E+00  5.06248869506749788E+00
+  5.02182173305463309E+00  4.98066652149920674E+00  4.93902270739146942E+00
+  4.89689018404053922E+00  4.85426910124428002E+00  4.81115987566683856E+00
+  4.76756320141986656E+00  4.72348006084272232E+00  4.67891173547622152E+00
+  4.63385981722377949E+00  4.58832621969288112E+00  4.54231318970899522E+00
+  4.49582331899313026E+00  4.44885955599319072E+00  4.40142521785836571E+00
+  4.35352400254460115E+00  4.30516000103812946E+00  4.25633770968280789E+00
+  4.20706204259576921E+00  4.15733834415456549E+00  4.10717240153762830E+00
+  4.05657045729838384E+00  4.00553922195190637E+00  3.95408588655138526E+00
+  3.90221813523007421E+00  3.84994415768266229E+00  3.79727266155823928E+00
+  3.74421288473523628E+00  3.69077460744676111E+00  3.63696816422278113E+00
+  3.58280445561365779E+00  3.52829495965730233E+00  3.47345174305018345E+00
+  3.41828747198011751E+00  3.36281542257649413E+00  3.30704949093131528E+00
+  3.25100420264192191E+00  3.19469472182394520E+00  3.13813685954045551E+00
+  3.08134708159079374E+00  3.02434251559998124E+00  2.96714095734702221E+00
+  2.90976087626779112E+00  2.85222142006559354E+00  2.79454241835980310E+00
+  2.73674438530041808E+00  2.67884852107372717E+00  2.62087671222169583E+00
+  2.56285153069518179E+00  2.50479623155855702E+00  2.44673474926095924E+00
+  2.38869169238701762E+00  2.33069233679774168E+00  2.27276261707015603E+00
+  2.21492911614231369E+00  2.15721905306859751E+00  2.09966026878862655E+00
+  2.04228120981177330E+00  1.98511090971817561E+00  1.92817896837637281E+00
+  1.87151552877717253E+00  1.81515125138322353E+00  1.75911728589403960E+00
+  1.70344524032684497E+00  1.64816714731481051E+00  1.59331542752581035E+00
+  1.53892285010707042E+00  1.48502249006384535E+00  1.43164768248367258E+00
+  1.37883197352186571E+00  1.32660906806878298E+00  1.27501277402502633E+00
+  1.22407694311726778E+00  1.17383540819474574E+00  1.12432191695491035E+00
+  1.07557006205602157E+00  1.02761320758500685E+00  9.80484411860464977E-01
+  9.34216346563504052E-01  8.88841212203155262E-01  8.44390649938446480E-01
+  8.00895649795943187E-01  7.58386455339744914E-01  7.16892464870457768E-01
+  6.76442129250898749E-01  6.37062846478881672E-01  5.98780853151805070E-01
+  5.61621112993637372E-01  5.25607202642543347E-01  4.90761194926588318E-01
+  4.57103539886002275E-01  4.24652943833064567E-01  3.93426246775029465E-01
+  3.63438298561480799E-01  3.34701834155090583E-01  3.07227348463887662E-01
+  2.81022971213810036E-01  2.56094342382261364E-01  2.32444488756773482E-01
+  2.10073702227220105E-01  1.88979420465529707E-01  1.69156110692971207E-01
+  1.50595157281905645E-01  1.33284753985984383E-01  1.17209801639903258E-01
+  1.02351812216698299E-01  8.86888201767823681E-02  7.61953020881597221E-02
+  6.48421055409806879E-02  5.45963884214252237E-02  4.54215696492921150E-02
+  3.72772925199822414E-02  3.01194018243059469E-02  2.38999359479631947E-02
+  1.85671351759758019E-02  1.40654674450303996E-02  1.03356727978342056E-02
+  7.31482779730519006E-03  4.93643115389186260E-03  3.13051180555570796E-03
+  1.82376066600017928E-03  9.39687221634038952E-04  3.98802110418802758E-04
+  1.18826755163989315E-04  1.49310489432133431E-05  4.87448171161295073E-15
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+END
+  1.02021465667195442E-15  1.36324818994040729E-07  2.73917592848054423E-07
+  4.12790114788975425E-07  5.52954287732342699E-07  6.94422125302513661E-07
+  8.37205752862362457E-07  9.81317408552567313E-07  1.12676944434053739E-06
+  1.27357432707912994E-06  1.42174463957519457E-06  1.57129308166805519E-06
+  1.72223247131802016E-06  1.87457574570504822E-06  2.02833596233757771E-06
+  2.18352630017172539E-06  2.34016006074084764E-06  2.49825066929565046E-06
+  2.65781167595486478E-06  2.81885675686664987E-06  2.98139971538079412E-06
+  3.14545448323180788E-06  3.31103512173302990E-06  3.47815582298184507E-06
+  3.64683091107609487E-06  3.81707484334180803E-06  3.98890221157237459E-06
+  4.16232774327920016E-06  4.33736630295402773E-06  4.51403289334300101E-06
+  4.69234265673253579E-06  4.87231087624721502E-06  5.05395297715970405E-06
+  5.23728452821287083E-06  5.42232124295419482E-06  5.60907898108260275E-06
+  5.79757374980781844E-06  5.98782170522235032E-06  6.17983915368625057E-06
+  6.37364255322476352E-06  6.56924851493894295E-06  6.76667380442940949E-06
+  6.96593534323337586E-06  7.16705021027496127E-06  7.37003564332909895E-06
+  7.57490904049895817E-06  7.78168796170718127E-06  7.99039013020096297E-06
+  8.20103343407111929E-06  8.41363592778529335E-06  8.62821583373543718E-06
+  8.84479154379966594E-06  9.06338162091864042E-06  9.28400480068662694E-06
+  9.50667999295733635E-06  9.73142628346470966E-06  9.95826293545878769E-06
+  1.01872093913567766E-05  1.04182852744094697E-05  1.06515103903832030E-05
+  1.08869047292573968E-05  1.11244884669379529E-05  1.13642819669865162E-05
+  1.16063057823658947E-05  1.18505806572016541E-05  1.20971275285601197E-05
+  1.23459675282429290E-05  1.25971219845982460E-05  1.28506124243488493E-05
+  1.31064605744371970E-05  1.33646883638876816E-05  1.36253179256861902E-05
+  1.38883715986771287E-05  1.41538719294781309E-05  1.44218416744125388E-05
+  1.46923038014598775E-05  1.49652814922244695E-05  1.52407981439223422E-05
+  1.55188773713866459E-05  1.57995430090916902E-05  1.60828191131958431E-05
+  1.63687299636033975E-05  1.66573000660456091E-05  1.69485541541811619E-05
+  1.72425171917160612E-05  1.75392143745433305E-05  1.78386711329025762E-05
+  1.81409131335596299E-05  1.84459662820065005E-05  1.87538567246817212E-05
+  1.90646108512114229E-05  1.93782552966712169E-05  1.96948169438690948E-05
+  2.00143229256495845E-05  2.03368006272193778E-05  2.06622776884944893E-05
+  2.09907820064693393E-05  2.13223417376078199E-05  2.16569853002566374E-05
+  2.19947413770810502E-05  2.23356389175233246E-05  2.26797071402839686E-05
+  2.30269755358261746E-05  2.33774738689034164E-05  2.37312321811106484E-05
+  2.40882807934591905E-05  2.44486503089756049E-05  2.48123716153246490E-05
+  2.51794758874567849E-05  2.55499945902801217E-05  2.59239594813573676E-05
+  2.63014026136278085E-05  2.66823563381545466E-05  2.70668533068974092E-05
+  2.74549264755115519E-05  2.78466091061721071E-05  2.82419347704251778E-05
+  2.86409373520652059E-05  2.90436510500392781E-05  2.94501103813783109E-05
+  2.98603501841555196E-05  3.02744056204724943E-05  3.06923121794729157E-05
+  3.11141056803843999E-05  3.15398222755885926E-05  3.19694984537198667E-05
+  3.24031710427927439E-05  3.28408772133585020E-05  3.32826544816910961E-05
+  3.37285407130026924E-05  3.41785741246892067E-05  3.46327932896058898E-05
+  3.50912371393734726E-05  3.55539449677150156E-05  3.60209564338238880E-05
+  3.64923115657629106E-05  3.69680507638952871E-05  3.74482148043472877E-05
+  3.79328448425032632E-05  3.84219824165330900E-05  3.89156694509525003E-05
+  3.94139482602164261E-05  3.99168615523458250E-05  4.04244524325882382E-05
+  4.09367644071124463E-05  4.14538413867372984E-05  4.19757276906954993E-05
+  4.25024680504321867E-05  4.30341076134388662E-05  4.35706919471231662E-05
+  4.41122670427143511E-05  4.46588793192054262E-05  4.52105756273316170E-05
+  4.57674032535860246E-05  4.63294099242726639E-05  4.68966438095971388E-05
+  4.74691535277952699E-05  4.80469881493003005E-05  4.86301972009487538E-05
+  4.92188306702254235E-05  4.98129390095478761E-05  5.04125731405907101E-05
+  5.10177844586502899E-05  5.16286248370496489E-05  5.22451466315847416E-05
+  5.28674026850120177E-05  5.34954463315773850E-05  5.41293314015877546E-05
+  5.47691122260247687E-05  5.54148436412016585E-05  5.60665809934633155E-05
+  5.67243801439299599E-05  5.73882974732852692E-05  5.80583898866086131E-05
+  5.87347148182526416E-05  5.94173302367658545E-05  6.01062946498613507E-05
+  6.08016671094314736E-05  6.15035072166091512E-05  6.22118751268765008E-05
+  6.29268315552208000E-05  6.36484377813383592E-05  6.43767556548869251E-05
+  6.51118476007869008E-05  6.58537766245718026E-05  6.66026063177885621E-05
+  6.73584008634480277E-05  6.81212250415261385E-05  6.88911442345163541E-05
+  6.96682244330335568E-05  7.04525322414702664E-05  7.12441348837053175E-05
+  7.20431002088657156E-05  7.28494966971420682E-05  7.36633934656581154E-05
+  7.44848602743947169E-05  7.53139675321692936E-05  7.61507863026703350E-05
+  7.69953883105485961E-05  7.78478459475646586E-05  7.87082322787934684E-05
+  7.95766210488872287E-05  8.04530866883957708E-05  8.13377043201462429E-05
+  8.22305497656820384E-05  8.31316995517613271E-05  8.40412309169165058E-05
+  8.49592218180741194E-05  8.58857509372368808E-05  8.68208976882274623E-05
+  8.77647422234951845E-05  8.87173654409859687E-05  8.96788489910760539E-05
+  9.06492752835706434E-05  9.16287274947670348E-05  9.26172895745839002E-05
+  9.36150462537566747E-05  9.46220830511000307E-05  9.56384862808375591E-05
+  9.66643430600001071E-05  9.76997413158925431E-05  9.87447697936300598E-05
+  9.97995180637447873E-05  1.00864076529862785E-04  1.01938536436452671E-04
+  1.03022989876646530E-04  1.04117529800132997E-04  1.05222250021124155E-04
+  1.06337245226396557E-04  1.07462610983406889E-04  1.08598443748483128E-04
+  1.09744840875091926E-04  1.10901900622182898E-04  1.12069722162610487E-04
+  1.13248405591634237E-04  1.14438051935497994E-04  1.15638763160088990E-04
+  1.16850642179677484E-04  1.18073792865737629E-04  1.19308320055850343E-04
+  1.20554329562689243E-04  1.21811928183089758E-04  1.23081223707202972E-04
+  1.24362324927734227E-04  1.25655341649268164E-04  1.26960384697679762E-04
+  1.28277565929633931E-04  1.29606998242172238E-04  1.30948795582389932E-04
+  1.32303072957202139E-04  1.33669946443201558E-04  1.35049533196607106E-04
+  1.36441951463305851E-04  1.37847320588987889E-04  1.39265761029375466E-04
+  1.40697394360547539E-04  1.42142343289360150E-04  1.43600731663963757E-04
+  1.45072684484418252E-04  1.46558327913407123E-04  1.48057789287050779E-04
+  1.49571197125820829E-04  1.51098681145555495E-04  1.52640372268577918E-04
+  1.54196402634917539E-04  1.55766905613635974E-04  1.57352015814258249E-04
+  1.58951869098310303E-04  1.60566602590963870E-04  1.62196354692789601E-04
+  1.63841265091619438E-04  1.65501474774519612E-04  1.67177126039874571E-04
+  1.68868362509583736E-04  1.70575329141371262E-04  1.72298172241210860E-04
+  1.74037039475865408E-04  1.75792079885544008E-04  1.77563443896676192E-04
+  1.79351283334805119E-04  1.81155751437600874E-04  1.82977002867994409E-04
+  1.84815193727434117E-04  1.86670481569265151E-04  1.88543025412233841E-04
+  1.90432985754117041E-04  1.92340524585478943E-04  1.94265805403554909E-04
+  1.96208993226265599E-04  1.98170254606360417E-04  2.00149757645693278E-04
+  2.02147672009630249E-04  2.04164168941592546E-04  2.06199421277733085E-04
+  2.08253603461751178E-04  2.10326891559844037E-04  2.12419463275797540E-04
+  2.14531497966217479E-04  2.16663176655902386E-04  2.18814682053359384E-04
+  2.20986198566464352E-04  2.23177912318267693E-04  2.25390011162947095E-04
+  2.27622684701908910E-04  2.29876124300038638E-04  2.32150523102103875E-04
+  2.34446076049307854E-04  2.36762979895998986E-04  2.39101433226534291E-04
+  2.41461636472301022E-04  2.43843791928894629E-04  2.46248103773459028E-04
+  2.48674778082185973E-04  2.51124022847978639E-04  2.53596047998278450E-04
+  2.56091065413058445E-04  2.58609288942983665E-04  2.61150934427740674E-04
+  2.63716219714537194E-04  2.66305364676774122E-04  2.68918591232891030E-04
+  2.71556123365387404E-04  2.74218187140019582E-04  2.76905010725178374E-04
+  2.79616824411444385E-04  2.82353860631327108E-04  2.85116353979186971E-04
+  2.87904541231342364E-04  2.90718661366364266E-04  2.93558955585559219E-04
+  2.96425667333643052E-04  2.99319042319606734E-04  3.02239328537776239E-04
+  3.05186776289068714E-04  3.08161638202445636E-04  3.11164169256566503E-04
+  3.14194626801642389E-04  3.17253270581494798E-04  3.20340362755817639E-04
+  3.23456167922648078E-04  3.26600953141044847E-04  3.29774987953978193E-04
+  3.32978544411433248E-04  3.36211897093727263E-04  3.39475323135044328E-04
+  3.42769102247188727E-04  3.46093516743559355E-04  3.49448851563347431E-04
+  3.52835394295958425E-04  3.56253435205662150E-04  3.59703267256471031E-04
+  3.63185186137251147E-04  3.66699490287065186E-04  3.70246480920752947E-04
+  3.73826462054747770E-04  3.77439740533134734E-04  3.81086626053950424E-04
+  3.84767431195727613E-04  3.88482471444286386E-04  3.92232065219775172E-04
+  3.96016533903962502E-04  3.99836201867783162E-04  4.03691396499140833E-04
+  4.07582448230967779E-04  4.11509690569547408E-04  4.15473460123099315E-04
+  4.19474096630630393E-04  4.23511942991054008E-04  4.27587345292580116E-04
+  4.31700652842379579E-04  4.35852218196522564E-04  4.40042397190197371E-04
+  4.44271548968209530E-04  4.48540036015763382E-04  4.52848224189532334E-04
+  4.57196482749015992E-04  4.61585184388190351E-04  4.66014705267451320E-04
+  4.70485425045856129E-04  4.74997726913664034E-04  4.79551997625180318E-04
+  4.84148627531905454E-04  4.88788010615991792E-04  4.93470544524013096E-04
+  4.98196630601046870E-04  5.02966673925073823E-04  5.07781083341697918E-04
+  5.12640271499188987E-04  5.17544654883850806E-04  5.22494653855719001E-04
+  5.27490692684590709E-04  5.32533199586388180E-04  5.37622606759862701E-04
+  5.42759350423638646E-04  5.47943870853601642E-04  5.53176612420635747E-04
+  5.58458023628710166E-04  5.63788557153322030E-04  5.69168669880294785E-04
+  5.74598822944938814E-04  5.80079481771575813E-04  5.85611116113430165E-04
+  5.91194200092893174E-04  5.96829212242159829E-04  6.02516635544243849E-04
+  6.08256957474375770E-04  6.14050670041783875E-04  6.19898269831865964E-04
+  6.25800258048750911E-04  6.31757140558258544E-04  6.37769427931257106E-04
+  6.43837635487425454E-04  6.49962283339420742E-04  6.56143896437458968E-04
+  6.62383004614307963E-04  6.68680142630701142E-04  6.75035850221170639E-04
+  6.81450672140309775E-04  6.87925158209464664E-04  6.94459863363859490E-04
+  7.01055347700160129E-04  7.07712176524481545E-04  7.14430920400839801E-04
+  7.21212155200056846E-04  7.28056462149117949E-04  7.34964427880989597E-04
+  7.41936644484901108E-04  7.48973709557091143E-04  7.56076226252031273E-04
+  7.63244803334120524E-04  7.70480055229863904E-04  7.77782602080535901E-04
+  7.85153069795333598E-04  7.92592090105023435E-04  8.00100300616086047E-04
+  8.07678344865369702E-04  8.15326872375245399E-04  8.23046538709279896E-04
+  8.30838005528423506E-04  8.38701940647722005E-04  8.46639018093556543E-04
+  8.54649918161413946E-04  8.62735327474196522E-04  8.70895939041072117E-04
+  8.79132452316873543E-04  8.87445573262049428E-04  8.95836014403172346E-04
+  9.04304494894010518E-04  9.12851740577165787E-04  9.21478484046290344E-04
+  9.30185464708873527E-04  9.38973428849618208E-04  9.47843129694407203E-04
+  9.56795327474862416E-04  9.65830789493503654E-04  9.74950290189516332E-04
+  9.84154611205129365E-04  9.93444541452609322E-04  1.00282087718187940E-03
+  1.01228442204876791E-03  1.02183598718388912E-03  1.03147639126216560E-03
+  1.04120646057299883E-03  1.05102702909109060E-03  1.06093893854792404E-03
+  1.07094303850390881E-03  1.08104018642119870E-03  1.09123124773718365E-03
+  1.10151709593866911E-03  1.11189861263674260E-03  1.12237668764233740E-03
+  1.13295221904249812E-03  1.14362611327735886E-03  1.15439928521783304E-03
+  1.16527265824402891E-03  1.17624716432439139E-03  1.18732374409558517E-03
+  1.19850334694311536E-03  1.20978693108269968E-03  1.22117546364239869E-03
+  1.23266992074551112E-03  1.24427128759423437E-03  1.25598055855411037E-03
+  1.26779873723925174E-03  1.27972683659836320E-03  1.29176587900156278E-03
+  1.30391689632800793E-03  1.31618093005434053E-03  1.32855903134395346E-03
+  1.34105226113708387E-03  1.35366169024175084E-03  1.36638839942553178E-03
+  1.37923347950819888E-03  1.39219803145521114E-03  1.40528316647208287E-03
+  1.41849000609962201E-03  1.43181968231006129E-03  1.44527333760407833E-03
+  1.45885212510872206E-03  1.47255720867624749E-03  1.48638976298387038E-03
+  1.50035097363444836E-03  1.51444203725810281E-03  1.52866416161478069E-03
+  1.54301856569777308E-03  1.55750647983819625E-03  1.57212914581044468E-03
+  1.58688781693862280E-03  1.60178375820397146E-03  1.61681824635328576E-03
+  1.63199257000835136E-03  1.64730802977638849E-03  1.66276593836153070E-03
+  1.67836762067733727E-03  1.69411441396035128E-03  1.71000766788471513E-03
+  1.72604874467785561E-03  1.74223901923723553E-03  1.75857987924820129E-03
+  1.77507272530292139E-03  1.79171897102043060E-03  1.80852004316779560E-03
+  1.82547738178239936E-03  1.84259244029537101E-03  1.85986668565616049E-03
+  1.87730159845826954E-03  1.89489867306615609E-03  1.91265941774331535E-03
+  1.93058535478155598E-03  1.94867802063147539E-03  1.96693896603414992E-03
+  1.98536975615405068E-03  2.00397197071319148E-03  2.02274720412653260E-03
+  2.04169706563863589E-03  2.06082317946159341E-03  2.08012718491423993E-03
+  2.09961073656266158E-03  2.11927550436200778E-03  2.13912317379962415E-03
+  2.15915544603951680E-03  2.17937403806815928E-03  2.19978068284165619E-03
+  2.22037712943427747E-03  2.24116514318836810E-03  2.26214650586566233E-03
+  2.28332301579999269E-03  2.30469648805142931E-03  2.32626875456185163E-03
+  2.34804166431195954E-03  2.37001708347975336E-03  2.39219689560048448E-03
+  2.41458300172809216E-03  2.43717732059814439E-03  2.45998178879229404E-03
+  2.48299836090426279E-03  2.50622900970736990E-03  2.52967572632361920E-03
+  2.55334052039435724E-03  2.57722542025252358E-03  2.60133247309649518E-03
+  2.62566374516555543E-03  2.65022132191699081E-03  2.67500730820483413E-03
+  2.70002382846027365E-03  2.72527302687373832E-03  2.75075706757867567E-03
+  2.77647813483703973E-03  2.80243843322650413E-03  2.82864018782941727E-03
+  2.85508564442351395E-03  2.88177706967439849E-03  2.90871675132982691E-03
+  2.93590699841577958E-03  2.96335014143437811E-03  2.99104853256362564E-03
+  3.01900454585901298E-03  3.04722057745699737E-03  3.07569904578038631E-03
+  3.10444239174559929E-03  3.13345307897189285E-03  3.16273359399251624E-03
+  3.19228644646782312E-03  3.22211416940038553E-03  3.25221931935208231E-03
+  3.28260447666323769E-03  3.31327224567376424E-03  3.34422525494639401E-03
+  3.37546615749196406E-03  3.40699763099680530E-03  3.43882237805224469E-03
+  3.47094312638624933E-03  3.50336262909720824E-03  3.53608366488991112E-03
+  3.56910903831369640E-03  3.60244158000283662E-03  3.63608414691914562E-03
+  3.67003962259684902E-03  3.70431091738972944E-03  3.73890096872056717E-03
+  3.77381274133290964E-03  3.80904922754517553E-03  3.84461344750711663E-03
+  3.88050844945868334E-03  3.91673730999128090E-03  3.95330313431145608E-03
+  3.99020905650704881E-03  4.02745823981580982E-03  4.06505387689651537E-03
+  4.10299919010260767E-03  4.14129743175837770E-03  4.17995188443772130E-03
+  4.21896586124548018E-03  4.25834270610140567E-03  4.29808579402676024E-03
+  4.33819853143358782E-03  4.37868435641667209E-03  4.41954673904820620E-03
+  4.46078918167521019E-03  4.50241521921971189E-03  4.54442841948172159E-03
+  4.58683238344501261E-03  4.62963074558576677E-03  4.67282717418406914E-03
+  4.71642537163831452E-03  4.76042907478253091E-03  4.80484205520665970E-03
+  4.84966811957980234E-03  4.89491110997649151E-03  4.94057490420597885E-03
+  4.98666341614459763E-03  5.03318059607121317E-03  5.08013043100578529E-03
+  5.12751694505109590E-03  5.17534419973763368E-03  5.22361629437170447E-03
+  5.27233736638677616E-03  5.32151159169806653E-03  5.37114318506047746E-03
+  5.42123640042981199E-03  5.47179553132736730E-03  5.52282491120792592E-03
+  5.57432891383116431E-03  5.62631195363650499E-03  5.67877848612147011E-03
+  5.73173300822355219E-03  5.78518005870561590E-03  5.83912421854491416E-03
+  5.89357011132570288E-03  5.94852240363550472E-03  6.00398580546507646E-03
+  6.05996507061207224E-03  6.11646499708848670E-03  6.17349042753185303E-03
+  6.23104624962030583E-03  6.28913739649147267E-03  6.34776884716527039E-03
+  6.40694562697064277E-03  6.46667280797625244E-03  6.52695550942518268E-03
+  6.58779889817369228E-03  6.64920818913402895E-03  6.71118864572138422E-03
+  6.77374558030499098E-03  6.83688435466341289E-03  6.90061038044408395E-03
+  6.96492911962710327E-03  7.02984608499335195E-03  7.09536684059697102E-03
+  7.16149700224221267E-03  7.22824223796473750E-03  7.29560826851739438E-03
+  7.36360086786051402E-03  7.43222586365674485E-03  7.50148913777051382E-03
+  7.57139662677211618E-03  7.64195432244650554E-03  7.71316827230680672E-03
+  7.78504458011259996E-03  7.85758940639302850E-03  7.93080896897478509E-03
+  8.00470954351498523E-03  8.07929746403899911E-03  8.15457912348330899E-03
+  8.23056097424338003E-03  8.30724952872664152E-03  8.38465135991063593E-03
+  8.46277310190629226E-03  8.54162145052651464E-03  8.62120316385999765E-03
+  8.70152506285041052E-03  8.78259403188095047E-03  8.86441701936434637E-03
+  8.94700103833833728E-03  9.03035316706668131E-03  9.11448054964576759E-03
+  9.19939039661686955E-03  9.28508998558407947E-03  9.37158666183799186E-03
+  9.45888783898518777E-03  9.54700099958357036E-03  9.63593369578362446E-03
+  9.72569354997559685E-03  9.81628825544274969E-03  9.90772557702062490E-03
+  1.00000133517625100E-02  1.00931594896110349E-02  1.01871719740760126E-02
+  1.02820588629186291E-02  1.03778282888419542E-02  1.04744884601878866E-02
+  1.05720476616405681E-02  1.06705142549363610E-02  1.07698966795803930E-02
+  1.08702034535698017E-02  1.09714431741236660E-02  1.10736245184197488E-02
+  1.11767562443380805E-02  1.12808471912114565E-02  1.13859062805829123E-02
+  1.14919425169702355E-02  1.15989649886375987E-02  1.17069828683743389E-02
+  1.18160054142810271E-02  1.19260419705627708E-02  1.20371019683299732E-02
+  1.21491949264064605E-02  1.22623304521451981E-02  1.23765182422514962E-02
+  1.24917680836139858E-02  1.26080898541431983E-02  1.27254935236180162E-02
+  1.28439891545399885E-02  1.29635869029955386E-02  1.30842970195262608E-02
+  1.32061298500072161E-02  1.33290958365334770E-02  1.34532055183148626E-02
+  1.35784695325790079E-02  1.37048986154828245E-02  1.38325036030324169E-02
+  1.39612954320115813E-02  1.40912851409189209E-02  1.42224838709136409E-02
+  1.43549028667701740E-02  1.44885534778416893E-02  1.46234471590324846E-02
+  1.47595954717794978E-02  1.48970100850428881E-02  1.50357027763058353E-02
+  1.51756854325836715E-02  1.53169700514422975E-02  1.54595687420261748E-02
+  1.56034937260957716E-02  1.57487573390747392E-02  1.58953720311067262E-02
+  1.60433503681221175E-02  1.61927050329145686E-02  1.63434488262276661E-02
+  1.64955946678515784E-02  1.66491555977299685E-02  1.68041447770771492E-02
+  1.69605754895056533E-02  1.71184611421642367E-02  1.72778152668865148E-02
+  1.74386515213502125E-02  1.76009836902472072E-02  1.77648256864644596E-02
+  1.79301915522758863E-02  1.80970954605453316E-02  1.82655517159406866E-02
+  1.84355747561593120E-02  1.86071791531648538E-02  1.87803796144354954E-02
+  1.89551909842238485E-02  1.91316282448285718E-02  1.93097065178777158E-02
+  1.94894410656240996E-02  1.96708472922525954E-02  1.98539407451996767E-02
+  2.00387371164851245E-02  2.02252522440561772E-02  2.04135021131441087E-02
+  2.06035028576334184E-02  2.07952707614437737E-02  2.09888222599247248E-02
+  2.11841739412634428E-02  2.13813425479054270E-02  2.15803449779885526E-02
+  2.17811982867902668E-02  2.19839196881883650E-02  2.21885265561352421E-02
+  2.23950364261458548E-02  2.26034669967995379E-02  2.28138361312556770E-02
+  2.30261618587835441E-02  2.32404623763062951E-02  2.34567560499592820E-02
+  2.36750614166628300E-02  2.38953971857096964E-02  2.41177822403671263E-02
+  2.43422356394939060E-02  2.45687766191723458E-02  2.47974245943554210E-02
+  2.50281991605292436E-02  2.52611200953909223E-02  2.54962073605419538E-02
+  2.57334811031974392E-02  2.59729616579110548E-02  2.62146695483160969E-02
+  2.64586254888826075E-02  2.67048503866908725E-02  2.69533653432213645E-02
+  2.72041916561612147E-02  2.74573508212275809E-02  2.77128645340077584E-02
+  2.79707546918165212E-02  2.82310433955705598E-02  2.84937529516804157E-02
+  2.87589058739598294E-02  2.90265248855529415E-02  2.92966329208792856E-02
+  2.95692531275967528E-02  2.98444088685829237E-02  3.01221237239345935E-02
+  3.04024214929859773E-02  3.06853261963454943E-02  3.09708620779515983E-02
+  3.12590536071474245E-02  3.15499254807749263E-02  3.18435026252882544E-02
+  3.21398101988867452E-02  3.24388735936677192E-02  3.27407184377991670E-02
+  3.30453705977127102E-02  3.33528561803166090E-02  3.36632015352295311E-02
+  3.39764332570348937E-02  3.42925781875560998E-02  3.46116634181528396E-02
+  3.49337162920387162E-02  3.52587644066202216E-02  3.55868356158574942E-02
+  3.59179580326468295E-02  3.62521600312253334E-02  3.65894702495977719E-02
+  3.69299175919859113E-02  3.72735312313005399E-02  3.76203406116363340E-02
+  3.79703754507898367E-02  3.83236657428007305E-02  3.86802417605166260E-02
+  3.90401340581815609E-02  3.94033734740484379E-02  3.97699911330156725E-02
+  4.01400184492881756E-02  4.05134871290629556E-02  4.08904291732395536E-02
+  4.12708768801555576E-02  4.16548628483473585E-02  4.20424199793364636E-02
+  4.24335814804416081E-02  4.28283808676166236E-02  4.32268519683149249E-02
+  4.36290289243800311E-02  4.40349461949631274E-02  4.44446385594673005E-02
+  4.48581411205192793E-02  4.52754893069682585E-02  4.56967188769127342E-02
+  4.61218659207549911E-02  4.65509668642840185E-02  4.69840584717867646E-02
+  4.74211778491881036E-02  4.78623624472197737E-02  4.83076500646185819E-02
+  4.87570788513540659E-02  4.92106873118859298E-02  4.96685143084515252E-02
+  5.01305990643836422E-02  5.05969811674588307E-02  5.10677005732766975E-02
+  5.15427976086701226E-02  5.20223129751471655E-02  5.25062877523644542E-02
+  5.29947634016326163E-02  5.34877817694541027E-02  5.39853850910933658E-02
+  5.44876159941801441E-02  5.49945175023456093E-02  5.55061330388922636E-02
+  5.60225064304973874E-02  5.65436819109506120E-02  5.70697041249258949E-02
+  5.76006181317880450E-02  5.81364694094343992E-02  5.86773038581715548E-02
+  5.92231678046282947E-02  5.97741080057033053E-02  6.03301716525504322E-02
+  6.08914063745997144E-02  6.14578602436155336E-02  6.20295817777920255E-02
+  6.26066199458860523E-02  6.31890241713879836E-02  6.37768443367308646E-02
+  6.43701307875379353E-02  6.49689343369093536E-02  6.55733062697479024E-02
+  6.61832983471245251E-02  6.67989628106836347E-02  6.74203523870889609E-02
+  6.80475202925097666E-02  6.86805202371484902E-02  6.93194064298092855E-02
+  6.99642335825088613E-02  7.06150569151290097E-02  7.12719321601118089E-02
+  7.19349155671978047E-02  7.26040639082071171E-02  7.32794344818645527E-02
+  7.39610851186684320E-02  7.46490741858039097E-02  7.53434605921011746E-02
+  7.60443037930386284E-02  7.67516637957916525E-02  7.74656011643276438E-02
+  7.81861770245468879E-02  7.89134530694706182E-02  7.96474915644761056E-02
+  8.03883553525792105E-02  8.11361078597650637E-02  8.18908131003671241E-02
+  8.26525356824949486E-02  8.34213408135114354E-02  8.41972943055592365E-02
+  8.49804625811380193E-02  8.57709126787314091E-02  8.65687122584854335E-02
+  8.73739296079382582E-02  8.81866336478014934E-02  8.90068939377939294E-02
+  8.98347806825281897E-02  9.06703647374499377E-02  9.15137176148313747E-02
+  9.23649114898182771E-02  9.32240192065317136E-02  9.40911142842247306E-02
+  9.49662709234945501E-02  9.58495640125503756E-02  9.67410691335378048E-02
+  9.76408625689200171E-02  9.85490213079161514E-02  9.94656230529974983E-02
+  1.00390746226441965E-01  1.01324469976947315E-01  1.02266874186303411E-01
+  1.03218039476124401E-01  1.04178047214640968E-01  1.05146979523553230E-01
+  1.06124919284944705E-01  1.07111950148258445E-01  1.08108156537334493E-01
+  1.09113623657510789E-01  1.10128437502786919E-01  1.11152684863051354E-01
+  1.12186453331373198E-01  1.13229831311358511E-01  1.14282908024571847E-01
+  1.15345773518023387E-01  1.16418518671722607E-01  1.17501235206298335E-01
+  1.18594015690686505E-01  1.19696953549885424E-01  1.20810143072779486E-01
+  1.21933679420031582E-01  1.23067658632045426E-01  1.24212177636997170E-01
+  1.25367334258937840E-01  1.26533227225966660E-01  1.27709956178476219E-01
+  1.28897621677469099E-01  1.30096325212947700E-01  1.31306169212377005E-01
+  1.32527257049221026E-01  1.33759693051553580E-01  1.35003582510743680E-01
+  1.36259031690216609E-01  1.37526147834290541E-01  1.38805039177089862E-01
+  1.40095814951535225E-01  1.41398585398411381E-01  1.42713461775513029E-01
+  1.44040556366869077E-01  1.45379982492046644E-01  1.46731854515534110E-01
+  1.48096287856205044E-01  1.49473398996862489E-01  1.50863305493865174E-01
+  1.52266125986835171E-01  1.53681980208448254E-01  1.55110988994307308E-01
+  1.56553274292899447E-01  1.58008959175636787E-01  1.59478167846982571E-01
+  1.60961025654661999E-01  1.62457659099958879E-01  1.63968195848098824E-01
+  1.65492764738719100E-01  1.67031495796425733E-01  1.68584520241438940E-01
+  1.70151970500326238E-01  1.71733980216825427E-01  1.73330684262756107E-01
+  1.74942218749021994E-01  1.76568721036703291E-01  1.78210329748240026E-01
+  1.79867184778707140E-01  1.81539427307181561E-01  1.83227199808201596E-01
+  1.84930646063319437E-01  1.86649911172747152E-01  1.88385141567096792E-01
+  1.90136485019214430E-01  1.91904090656109749E-01  1.93688108970980544E-01
+  1.95488691835332934E-01  1.97305992511198319E-01  1.99140165663446389E-01
+  2.00991367372195667E-01  2.02859755145321591E-01  2.04745487931061648E-01
+  2.06648726130720384E-01  2.08569631611471323E-01  2.10508367719259376E-01
+  2.12465099291801712E-01  2.14439992671688978E-01  2.16433215719586292E-01
+  2.18444937827534547E-01  2.20475329932352943E-01  2.22524564529141711E-01
+  2.24592815684887065E-01  2.26680259052166683E-01  2.28787071882958243E-01
+  2.30913433042548244E-01  2.33059523023544768E-01  2.35225523959991467E-01
+  2.37411619641584692E-01  2.39617995527993011E-01  2.41844838763279862E-01
+  2.44092338190429081E-01  2.46360684365973082E-01  2.48650069574724464E-01
+  2.50960687844611119E-01  2.53292734961613530E-01  2.55646408484805909E-01
+  2.58021907761500302E-01  2.60419433942493062E-01  2.62839189997415068E-01
+  2.65281380730184702E-01  2.67746212794561678E-01  2.70233894709806022E-01
+  2.72744636876437130E-01  2.75278651592094969E-01  2.77836153067503977E-01
+  2.80417357442536486E-01  2.83022482802378406E-01  2.85651749193795101E-01
+  2.88305378641496246E-01  2.90983595164600928E-01  2.93686624793202011E-01
+  2.96414695585027421E-01  2.99168037642200901E-01  3.01946883128097476E-01
+  3.04751466284297556E-01  3.07582023447634190E-01  3.10438793067336405E-01
+  3.13322015722265146E-01  3.16231934138242632E-01  3.19168793205472978E-01
+  3.22132839996052578E-01  3.25124323781571523E-01  3.28143496050801231E-01
+  3.31190610527470342E-01  3.34265923188125313E-01  3.37369692280075295E-01
+  3.40502178339418649E-01  3.43663644209152463E-01  3.46854355057358843E-01
+  3.50074578395469793E-01  3.53324584096608274E-01  3.56604644414001470E-01
+  3.59915033999467004E-01  3.63256029921968260E-01  3.66627911686236541E-01
+  3.70030961251458679E-01  3.73465463050027868E-01  3.76931704006352675E-01
+  3.80429973555725609E-01  3.83960563663244547E-01  3.87523768842787608E-01
+  3.91119886176035103E-01  3.94749215331538561E-01  3.98412058583831663E-01
+  4.02108720832579924E-01  4.05839509621766625E-01  4.09604735158909827E-01
+  4.13404710334308867E-01  4.17239750740312998E-01  4.21110174690612626E-01
+  4.25016303239543758E-01  4.28958460201405822E-01  4.32936972169785883E-01
+  4.36952168536884122E-01  4.41004381512837496E-01  4.45093946145034614E-01
+  4.49221200337418247E-01  4.53386484869768236E-01  4.57590143416960249E-01
+  4.61832522568194404E-01  4.66113971846187136E-01  4.70434843726320162E-01
+  4.74795493655740530E-01  4.79196280072403835E-01  4.83637564424055089E-01
+  4.88119711187138483E-01  4.92643087885629272E-01  4.97208065109780162E-01
+  5.01815016534773894E-01  5.06464318939273683E-01  5.11156352223862132E-01
+  5.15891499429361855E-01  5.20670146755026875E-01  5.25492683576594843E-01
+  5.30359502464192167E-01  5.35270999200080144E-01  5.40227572796233679E-01
+  5.45229625511737481E-01  5.50277562869995740E-01  5.55371793675735526E-01
+  5.60512730031798800E-01  5.65700787355705836E-01  5.70936384395981156E-01
+  5.76219943248226230E-01  5.81551889370926389E-01  5.86932651600978073E-01
+  5.92362662168922416E-01  5.97842356713868761E-01  6.03372174298094421E-01
+  6.08952557421304497E-01  6.14583952034535308E-01  6.20266807553683019E-01
+  6.26001576872644683E-01  6.31788716376045945E-01  6.37628685951551200E-01
+  6.43521949001714000E-01  6.49468972455374938E-01  6.55470226778566145E-01
+  6.61526185984913973E-01  6.67637327645510537E-01  6.73804132898237151E-01
+  6.80027086456514662E-01  6.86306676617458145E-01  6.92643395269410767E-01
+  6.99037737898833611E-01  7.05490203596523591E-01  7.12001295063136252E-01
+  7.18571518613982052E-01  7.25201384183073006E-01  7.31891405326386968E-01
+  7.38642099224321447E-01  7.45453986683307535E-01  7.52327592136550427E-01
+  7.59263443643865665E-01  7.66262072890577350E-01  7.73324015185443803E-01
+  7.80449809457576360E-01  7.87639998252314344E-01  7.94895127726018336E-01
+  8.02215747639744570E-01  8.09602411351761253E-01  8.17055675808863291E-01
+  8.24576101536447559E-01  8.32164252627302314E-01  8.39820696729070892E-01
+  8.47546005030336724E-01  8.55340752245291824E-01  8.63205516596934785E-01
+  8.71140879798749213E-01  8.79147427034815854E-01  8.87225746938299586E-01
+  8.95376431568264741E-01  9.03600076384757367E-01  9.11897280222101037E-01
+  9.20268645260348128E-01  9.28714776994822855E-01  9.37236284203699976E-01
+  9.45833778913549361E-01  9.54507876362788998E-01  9.63259194962971743E-01
+  9.72088356257840402E-01  9.80995984880084215E-01  9.89982708505717457E-01
+  9.99049157806008781E-01  1.00819596639688758E+00  1.01742377078574275E+00
+  1.02673321031553799E+00  1.03612492710615811E+00  1.04559956599290316E+00
+  1.05515777446203973E+00  1.06480020258332475E+00  1.07452750293940280E+00
+  1.08434033055198986E+00  1.09423934280473878E+00  1.10422519936269348E+00
+  1.11429856208822509E+00  1.12446009495334609E+00  1.13471046394829700E+00
+  1.14505033698628989E+00  1.15548038380430107E+00  1.16600127585979330E+00
+  1.17661368622324769E+00  1.18731828946638363E+00  1.19811576154594213E+00
+  1.20900677968290315E+00  1.21999202223700243E+00  1.23107216857641433E+00
+  1.24224789894246501E+00  1.25351989430922472E+00  1.26488883623784210E+00
+  1.27635540672546477E+00  1.28792028804859804E+00  1.29958416260073850E+00
+  1.31134771272412487E+00  1.32321162053544250E+00  1.33517656774530602E+00
+  1.34724323547135527E+00  1.35941230404478053E+00  1.37168445281009710E+00
+  1.38406035991798437E+00  1.39654070211099501E+00  1.40912615450194512E+00
+  1.42181739034477861E+00  1.43461508079770628E+00  1.44751989467840669E+00
+  1.46053249821107678E+00  1.47365355476511395E+00  1.48688372458519735E+00
+  1.50022366451255396E+00  1.51367402769715764E+00  1.52723546330063220E+00
+  1.54090861618961039E+00  1.55469412661929463E+00  1.56859262990696857E+00
+  1.58260475609518991E+00  1.59673112960440422E+00  1.61097236887469952E+00
+  1.62532908599642756E+00  1.63980188632939616E+00  1.65439136811035725E+00
+  1.66909812204847419E+00  1.68392273090847855E+00  1.69886576908119635E+00
+  1.71392780214113438E+00  1.72910938639079692E+00  1.74441106839140891E+00
+  1.75983338447970183E+00  1.77537686027042896E+00  1.79104201014425501E+00
+  1.80682933672066270E+00  1.82273933031551438E+00  1.83877246838290542E+00
+  1.85492921494092400E+00  1.87121001998093650E+00  1.88761531886001421E+00
+  1.90414553167609801E+00  1.92080106262549810E+00  1.93758229934232373E+00
+  1.95448961221941908E+00  1.97152335371038401E+00  1.98868385761225275E+00
+  2.00597143832838309E+00  2.02338639011112642E+00  2.04092898628381292E+00
+  2.05859947844160684E+00  2.07639809563076128E+00  2.09432504350580917E+00
+  2.11238050346420447E+00  2.13056463175794253E+00  2.14887755858167351E+00
+  2.16731938713679551E+00  2.18589019267106055E+00  2.20459002149316108E+00
+  2.22341888996180348E+00  2.24237678344875491E+00  2.26146365527534154E+00
+  2.28067942562187209E+00  2.30002398040947620E+00  2.31949717015381207E+00
+  2.33909880879012277E+00  2.35882867246910566E+00  2.37868649832304691E+00
+  2.39867198320170694E+00  2.41878478237738959E+00  2.43902450821868166E+00
+  2.45939072883231091E+00  2.47988296667257657E+00  2.50050069711783962E+00
+  2.52124334701351760E+00  2.54211029318106219E+00  2.56310086089238798E+00
+  2.58421432230924752E+00  2.60544989488700063E+00  2.62680673974231382E+00
+  2.64828395998425670E+00  2.66988059900831143E+00  2.69159563875282526E+00
+  2.71342799791742362E+00  2.73537653014292559E+00  2.75744002215233897E+00
+  2.77961719185248457E+00  2.80190668639585816E+00  2.82430708020233645E+00
+  2.84681687294035779E+00  2.86943448746723195E+00  2.89215826772826468E+00
+  2.91498647661440202E+00  2.93791729377812150E+00  2.96094881340735938E+00
+  2.98407904195725360E+00  3.00730589583955288E+00  3.03062719906957190E+00
+  3.05404068087060265E+00  3.07754397323575013E+00  3.10113460844721711E+00
+  3.12481001655307633E+00  3.14856752280166718E+00  3.17240434503379376E+00
+  3.19631759103294311E+00  3.22030425583384838E+00  3.24436121898974772E+00
+  3.26848524179881084E+00  3.29267296449022062E+00  3.31692090337055223E+00
+  3.34122544793111054E+00  3.36558285791703948E+00  3.38998926035905557E+00
+  3.41444064656881352E+00  3.43893286909897977E+00  3.46346163866922607E+00
+  3.48802252105946575E+00  3.51261093397178481E+00  3.53722214386264167E+00
+  3.56185126274706976E+00  3.58649324497673305E+00  3.61114288399387018E+00
+  3.63579480906329655E+00  3.66044348198480085E+00  3.68508319378848492E+00
+  3.70970806141572362E+00  3.73431202438866183E+00  3.75888884147133195E+00
+  3.78343208732571723E+00  3.80793514916626030E+00  3.83239122341660332E+00
+  3.85679331237252976E+00  3.88113422087534232E+00  3.90540655300020134E+00
+  3.92960270876416695E+00  3.95371488085899170E+00  3.97773505141401040E+00
+  4.00165498879476100E+00  4.02546624444326451E+00  4.04916014976628169E+00
+  4.07272781307810749E+00  4.09616011660489754E+00  4.11944771355782713E+00
+  4.14258102528278549E+00  4.16555023849466544E+00  4.18834530260475635E+00
+  4.21095592715008760E+00  4.23337157933406694E+00  4.25558148168814476E+00
+  4.27757460986469606E+00  4.29933969057180310E+00  4.32086519966105076E+00
+  4.34213936037996806E+00  4.36315014180124727E+00  4.38388525744136359E+00
+  4.40433216408176875E+00  4.42447806080636230E+00  4.44430988826946916E+00
+  4.46381432820917023E+00  4.48297780322132056E+00  4.50178647681024113E+00
+  4.52022625373263409E+00  4.53828278065184065E+00  4.55594144712022953E+00
+  4.57318738690804327E+00  4.59000547969769990E+00  4.60638035316315175E+00
+  4.62229638545451671E+00  4.63773770810882180E+00  4.65268820940837546E+00
+  4.66713153820881477E+00  4.68105110825956139E+00  4.69443010304005348E+00
+  4.70725148113562142E+00  4.71949798217758243E+00  4.73115213337265761E+00
+  4.74219625664734146E+00  4.75261247643350160E+00  4.76238272812187446E+00
+  4.77148876721073734E+00  4.77991217917741373E+00  4.78763439010072922E+00
+  4.79463667806294680E+00  4.80090018536000152E+00  4.80640593154918427E+00
+  4.81113482736367359E+00  4.81506768952345432E+00  4.81818525647231333E+00
+  4.82046820507062623E+00  4.82189716827360559E+00  4.82245275382455407E+00
+  4.82211556399248664E+00  4.82086621638307289E+00  4.81868536585152718E+00
+  4.81555372754541722E+00  4.81145210110476640E+00  4.80636139604593993E+00
+  4.80026265835487820E+00  4.79313709831408818E+00  4.78496611958652451E+00
+  4.77573134957798739E+00  4.76541467109804184E+00  4.75399825533751841E+00
+  4.74146459617863592E+00  4.72779654585139930E+00  4.71297735194742451E+00
+  4.69699069579943540E+00  4.67982073223167561E+00  4.66145213068304454E+00
+  4.64187011770109326E+00  4.62106052080103424E+00  4.59900981367962203E+00
+  4.57570516276905614E+00  4.55113447511107871E+00  4.52528644752603348E+00
+  4.49815061704587293E+00  4.46971741257395472E+00  4.43997820772782426E+00
+  4.40892537481425428E+00  4.37655233987825731E+00  4.34285363875997632E+00
+  4.30782497408494258E+00  4.27146327310436558E+00  4.23376674629284455E+00
+  4.19473494660104151E+00  4.15436882925061557E+00  4.11267081194792539E+00
+  4.06964483538174537E+00  4.02529642385846831E+00  3.97963274591604854E+00
+  3.93266267474517939E+00  3.88439684823306841E+00  3.83484772843145283E+00
+  3.78402966023652709E+00  3.73195892905388682E+00  3.67865381720678108E+00
+  3.62413465883076924E+00  3.56842389298234863E+00  3.51154611467338684E+00
+  3.45352812352719596E+00  3.39439896973600019E+00  3.33418999698337348E+00
+  3.27293488197901361E+00  3.21066967023715799E+00  3.14743280771401190E+00
+  3.08326516790397775E+00  3.01821007397920438E+00  2.95231331554235599E+00
+  2.88562315954840454E+00  2.81819035493812908E+00  2.75006813051373067E+00
+  2.68131218557592588E+00  2.61198067283216595E+00  2.54213417307742251E+00
+  2.47183566114260866E+00  2.40115046260123721E+00  2.33014620072272294E+00
+  2.25889273316104733E+00  2.18746207787051716E+00  2.11592832774648665E+00
+  2.04436755349828525E+00  1.97285769427472046E+00  1.90147843557953888E+00
+  1.83031107403557747E+00  1.75943836858234470E+00  1.68894437772269734E+00
+  1.61891428247061642E+00  1.54943419469409083E+00  1.48059095059512913E+00
+  1.41247188912342603E+00  1.34516461518139208E+00  1.27875674754655688E+00
+  1.21333565151312261E+00  1.14898815633784435E+00  1.08580025766693122E+00
+  1.02385680522037559E+00  9.63241176118377118E-01  9.04034934351387820E-01
+  8.46317477021055753E-01  7.90165668113874564E-01  7.35653460712790364E-01
+  6.82851508704311216E-01  6.31826769199488325E-01  5.82642097056481623E-01
+  5.35355833069761533E-01  4.90021387575830802E-01  4.46686821417280555E-01
+  4.05394426405020103E-01  3.66180307621906009E-01  3.29073970118660242E-01
+  2.94097912763533476E-01  2.61267232219455803E-01  2.30589240234484572E-01
+  2.02063097641586142E-01  1.75679468670019517E-01  1.51420199370443376E-01
+  1.29258024146939654E-01  1.09156304568461149E-01  9.10688047968768455E-02
+  7.49395081153486631E-02  6.07024791657335694E-02  4.82817766032725970E-02
+  3.75914209468317662E-02  2.85354224392223577E-02  2.10078737300413154E-02
+  1.48931121484439655E-02  1.00659562402821701E-02  6.39202109827702314E-03
+  3.72811681016377294E-03  1.92273408294824089E-03  8.16620766578124435E-04
+  2.43452592272791452E-04  3.06009548530286613E-05  1.86360949553040130E-15
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+END
+  4.37951322722559853E-20  1.77002566806573543E-15  7.14610771062046444E-15
+  1.62288700234309286E-14  2.91211261015608803E-14  4.59279228345033574E-14
+  6.67565851465158684E-14  9.17167614982047975E-14  1.20920470265699745E-13
+  1.54482147014081091E-13  1.92518692682021098E-13  2.35149522694927474E-13
+  2.82496617024202182E-13  3.34684571210568847E-13  3.91840648369727932E-13
+  4.54094832198998052E-13  5.21579881003886118E-13  5.94431382763955204E-13
+  6.72787811257652221E-13  7.56790583266194866E-13  8.46584116876949132E-13
+  9.42315890907124648E-13  1.04413650546902077E-12  1.15219974369844614E-12
+  1.26666263466832336E-12  1.38768551750994252E-12  1.51543210676473044E-12
+  1.65006955898979991E-12  1.79176854064105128E-12  1.94070329725799430E-12
+  2.09705172397489100E-12  2.26099543738339374E-12  2.43271984877215668E-12
+  2.61241423876954311E-12  2.80027183341593910E-12  2.99648988169270361E-12
+  3.20126973453534470E-12  3.41481692535891644E-12  3.63734125212430951E-12
+  3.86905686097451646E-12  4.11018233147055682E-12  4.36094076345729821E-12
+  4.62155986559001746E-12  4.89227204555298664E-12  5.17331450200220569E-12
+  5.46492931826467887E-12  5.76736355782758651E-12  6.08086936165104829E-12
+  6.40570404733896762E-12  6.74213021020303474E-12  7.09041582625567310E-12
+  7.45083435716830130E-12  7.82366485723203947E-12  8.20919208235867271E-12
+  8.60770660116038328E-12  9.01950490814744801E-12  9.44488953908396918E-12
+  9.88416918854224173E-12  1.03376588296973195E-11  1.08056798364040911E-11
+  1.12885601075997604E-11  1.17866341940758482E-11  1.23002434276641400E-11
+  1.28297360528823694E-11  1.33754673610858203E-11  1.39377998271721841E-11
+  1.45171032488879254E-11  1.51137548887849490E-11  1.57281396188778439E-11
+  1.63606500680523325E-11  1.70116867722770409E-11  1.76816583276711833E-11
+  1.83709815464822107E-11  1.90800816160281258E-11  1.98093922606603228E-11
+  2.05593559068040172E-11  2.13304238511340449E-11  2.21230564319453021E-11
+  2.29377232037777641E-11  2.37749031153577993E-11  2.46350846909177035E-11
+  2.55187662149575013E-11  2.64264559205137033E-11  2.73586721810011112E-11
+  2.83159437056946925E-11  2.92988097389205533E-11  3.03078202630253321E-11
+  3.13435362051955903E-11  3.24065296481992725E-11  3.34973840451234224E-11
+  3.46166944381830421E-11  3.57650676816781650E-11  3.69431226691765945E-11
+  3.81514905650023629E-11  3.93908150401108905E-11  4.06617525124329498E-11
+  4.19649723917719157E-11  4.33011573293400197E-11  4.46710034720204609E-11
+  4.60752207214448848E-11  4.75145329979759395E-11  4.89896785096882645E-11
+  5.05014100264410542E-11  5.20504951591382847E-11  5.36377166442741462E-11
+  5.52638726338630403E-11  5.69297769908556586E-11  5.86362595901434351E-11
+  6.03841666252579831E-11  6.21743609208706172E-11  6.40077222512030137E-11
+  6.58851476644583676E-11  6.78075518133877615E-11  6.97758672921055620E-11
+  7.17910449792726188E-11  7.38540543877661506E-11  7.59658840209585201E-11
+  7.81275417357289990E-11  8.03400551123349949E-11  8.26044718312721777E-11
+  8.49218600572534905E-11  8.72933088304428964E-11  8.97199284650776064E-11
+  9.22028509556199249E-11  9.47432303905789728E-11  9.73422433741463336E-11
+  1.00001089455792563E-10  1.02720991567974629E-10  1.05503196472106026E-10
+  1.08348975212944235E-10  1.11259623581555528E-10  1.14236462587015699E-10
+  1.17280838937012685E-10  1.20394125527517279E-10  1.23577721941693219E-10
+  1.26833054958218050E-10  1.30161579069194052E-10  1.33564777007827727E-10
+  1.37044160286061050E-10  1.40601269742342449E-10  1.44237676099727053E-10
+  1.47954980534500378E-10  1.51754815255522308E-10  1.55638844094494189E-10
+  1.59608763107352400E-10  1.63666301186997638E-10  1.67813220687573939E-10
+  1.72051318060512179E-10  1.76382424502559907E-10  1.80808406616023055E-10
+  1.85331167081447153E-10  1.89952645342973118E-10  1.94674818306603865E-10
+  1.99499701051624637E-10  2.04429347555425185E-10  2.09465851431972732E-10
+  2.14611346684193278E-10  2.19868008470522433E-10  2.25238053885891200E-10
+  2.30723742757416336E-10  2.36327378455073542E-10  2.42051308717632805E-10
+  2.47897926494142133E-10  2.53869670801251655E-10  2.59969027596676106E-10
+  2.66198530669096924E-10  2.72560762544812999E-10  2.79058355411453263E-10
+  2.85693992059073777E-10  2.92470406838961333E-10  2.99390386640479424E-10
+  3.06456771886291170E-10  3.13672457546308208E-10  3.21040394170712209E-10
+  3.28563588942409487E-10  3.36245106749281816E-10  3.44088071276606743E-10
+  3.52095666120020517E-10  3.60271135919414795E-10  3.68617787514155834E-10
+  3.77138991120026797E-10  3.85838181528300598E-10  3.94718859327357919E-10
+  4.03784592147273241E-10  4.13039015927798613E-10  4.22485836210185670E-10
+  4.32128829453289031E-10  4.41971844374412013E-10  4.52018803315351048E-10
+  4.62273703634117713E-10  4.72740619122815321E-10  4.83423701452162727E-10
+  4.94327181643162687E-10  5.05455371566424980E-10  5.16812665469662480E-10
+  5.28403541533886201E-10  5.40232563458840877E-10  5.52304382078223580E-10
+  5.64623737005249640E-10  5.77195458309128442E-10  5.90024468223032776E-10
+  6.03115782884151529E-10  6.16474514106420973E-10  6.30105871186555656E-10
+  6.44015162743997936E-10  6.58207798595419471E-10  6.72689291664425761E-10
+  6.87465259927124854E-10  7.02541428394225913E-10  7.17923631130355312E-10
+  7.33617813311290392E-10  7.49630033319814895E-10  7.65966464880924831E-10
+  7.82633399237118890E-10  7.99637247364525117E-10  8.16984542230630418E-10
+  8.34681941094387469E-10  8.52736227849497965E-10  8.71154315411678202E-10
+  8.89943248150729826E-10  9.09110204368258550E-10  9.28662498821891680E-10
+  9.48607585296866840E-10  9.68953059225878921E-10  9.89706660358090104E-10
+  1.01087627547822535E-09  1.03246994117668261E-09  1.05449584667161996E-09
+  1.07696233668400069E-09  1.09987791436656623E-09  1.12325124428777070E-09
+  1.14709115547168971E-09  1.17140664449495809E-09  1.19620687864180470E-09
+  1.22150119911826801E-09  1.24729912432670823E-09  1.27361035320173245E-09
+  1.30044476860869964E-09  1.32781244080595630E-09  1.35572363097201744E-09
+  1.38418879479889447E-09  1.41321858615280854E-09  1.44282386080356318E-09
+  1.47301568022384390E-09  1.50380531545977254E-09  1.53520425107402945E-09
+  1.56722418916292625E-09  1.59987705344878993E-09  1.63317499344908193E-09
+  1.66713038872368895E-09  1.70175585320184063E-09  1.73706423959015068E-09
+  1.77306864386329690E-09  1.80978240983889263E-09  1.84721913383811640E-09
+  1.88539266943371044E-09  1.92431713228698737E-09  1.96400690507549749E-09
+  2.00447664251307315E-09  2.04574127646396121E-09  2.08781602115280645E-09
+  2.13071637847230480E-09  2.17445814339030556E-09  2.21905740945828420E-09
+  2.26453057442302375E-09  2.31089434594348581E-09  2.35816574741480191E-09
+  2.40636212390141337E-09  2.45550114818139752E-09  2.50560082690405476E-09
+  2.55667950686287368E-09  2.60875588138605511E-09  2.66184899684676016E-09
+  2.71597825929535634E-09  2.77116344121592096E-09  2.82742468840934383E-09
+  2.88478252700538071E-09  2.94325787060608625E-09  3.00287202756308263E-09
+  3.06364670839115096E-09  3.12560403332071988E-09  3.18876653999183969E-09
+  3.25315719129228489E-09  3.31879938334248660E-09  3.38571695363004286E-09
+  3.45393418929660545E-09  3.52347583558000216E-09  3.59436710441446210E-09
+  3.66663368319196264E-09  3.74030174368765585E-09  3.81539795115249921E-09
+  3.89194947357613040E-09  3.96998399112329904E-09  4.04952970574697760E-09
+  4.13061535098154215E-09  4.21327020191934391E-09  4.29752408537413355E-09
+  4.38340739023480309E-09  4.47095107801304559E-09  4.56018669358850646E-09
+  4.65114637615518388E-09  4.74386287037279537E-09  4.83836953772695041E-09
+  4.93470036810207474E-09  5.03288999157100058E-09  5.13297369040534787E-09
+  5.23498741131076547E-09  5.33896777789126914E-09  5.44495210334697433E-09
+  5.55297840340954408E-09  5.66308540951984870E-09  5.77531258225234115E-09
+  5.88970012499075137E-09  6.00628899785986170E-09  6.12512093191804019E-09
+  6.24623844361554298E-09  6.36968484952345604E-09  6.49550428133839001E-09
+  6.62374170116804587E-09  6.75444291710296935E-09  6.88765459907977244E-09
+  7.02342429504132918E-09  7.16180044739945165E-09  7.30283240980578077E-09
+  7.44657046423654597E-09  7.59306583839718309E-09  7.74237072345269439E-09
+  7.89453829208990237E-09  8.04962271691777892E-09  8.20767918921219509E-09
+  8.36876393801149310E-09  8.53293424956949626E-09  8.70024848717258594E-09
+  8.87076611132771609E-09  9.04454770032821105E-09  9.22165497120454817E-09
+  9.40215080106714291E-09  9.58609924884869526E-09  9.77356557745333873E-09
+  9.96461627632035719E-09  1.01593190844101760E-08  1.03577430136204784E-08
+  1.05599583726405991E-08  1.07660367912522561E-08  1.09760512450851070E-08
+  1.11900760808354783E-08  1.14081870419571190E-08  1.16304612948326163E-08
+  1.18569774554346115E-08  1.20878156164858614E-08  1.23230573751275647E-08
+  1.25627858611054193E-08  1.28070857654830279E-08  1.30560433698927319E-08
+  1.33097465763335454E-08  1.35682849375268246E-08  1.38317496878398600E-08
+  1.41002337747880864E-08  1.43738318911266478E-08  1.46526405075425407E-08
+  1.49367579059582851E-08  1.52262842134588189E-08  1.55213214368530970E-08
+  1.58219734978823357E-08  1.61283462690870000E-08  1.64405476103447798E-08
+  1.67586874060922292E-08  1.70828776032427289E-08  1.74132322498138188E-08
+  1.77498675342772852E-08  1.80929018256452728E-08  1.84424557143064546E-08
+  1.87986520536261125E-08  1.91616160023244567E-08  1.95314750676477409E-08
+  1.99083591493469540E-08  2.02924005844793712E-08  2.06837341930480033E-08
+  2.10824973244949234E-08  2.14888299050644217E-08  2.19028744860519306E-08
+  2.23247762929557262E-08  2.27546832755479100E-08  2.31927461588821850E-08
+  2.36391184952555572E-08  2.40939567171422147E-08  2.45574201911174379E-08
+  2.50296712727902933E-08  2.55108753627636633E-08  2.60012009636412202E-08
+  2.65008197381006047E-08  2.70099065680527743E-08  2.75286396149080930E-08
+  2.80572003809695341E-08  2.85957737719741588E-08  2.91445481608045385E-08
+  2.97037154523916325E-08  3.02734711498318338E-08  3.08540144217404017E-08
+  3.14455481708648400E-08  3.20482791039815030E-08  3.26624178030994746E-08
+  3.32881787979961954E-08  3.39257806401098242E-08  3.45754459778134345E-08
+  3.52374016330971329E-08  3.59118786796843617E-08  3.65991125226091558E-08
+  3.72993429792816424E-08  3.80128143620696443E-08  3.87397755624247808E-08
+  3.94804801365819130E-08  4.02351863928611757E-08  4.10041574806029488E-08
+  4.17876614807658336E-08  4.25859714982191174E-08  4.33993657557610883E-08
+  4.42281276898955587E-08  4.50725460484000683E-08  4.59329149897177424E-08
+  4.68095341842087522E-08  4.77027089172947405E-08  4.86127501945324054E-08
+  4.95399748486517899E-08  5.04847056485964678E-08  5.14472714106025707E-08
+  5.24280071113551900E-08  5.34272540032607865E-08  5.44453597318751793E-08
+  5.54826784555273752E-08  5.65395709671804719E-08  5.76164048185711126E-08
+  5.87135544466705781E-08  5.98314013025104588E-08  6.09703339824170419E-08
+  6.21307483617004075E-08  6.33130477308426099E-08  6.45176429342329584E-08
+  6.57449525114973048E-08  6.69954028414700066E-08  6.82694282888582113E-08
+  6.95674713536482378E-08  7.08899828233059752E-08  7.22374219278229419E-08
+  7.36102564976617120E-08  7.50089631246544160E-08  7.64340273259098496E-08
+  7.78859437107855455E-08  7.93652161509812528E-08  8.08723579538141119E-08
+  8.24078920387319690E-08  8.39723511171283861E-08  8.55662778755196039E-08
+  8.71902251621459132E-08  8.88447561770626166E-08  9.05304446657847710E-08
+  9.22478751165530072E-08  9.39976429612872271E-08  9.57803547802978833E-08
+  9.75966285108247099E-08  9.94470936594744255E-08  1.01332391518630478E-07
+  1.03253175386908918E-07  1.05210110793736115E-07  1.07203875728125372E-07
+  1.09235160871730757E-07  1.11304669836258549E-07  1.13413119405317050E-07
+  1.15561239780788411E-07  1.17749774833806772E-07  1.19979482360428474E-07
+  1.22251134342082233E-07  1.24565517210889658E-07  1.26923432119944931E-07
+  1.29325695218648514E-07  1.31773137933188075E-07  1.34266607252263509E-07
+  1.36806966018153793E-07  1.39395093223225136E-07  1.42031884311983000E-07
+  1.44718251488771121E-07  1.47455124031222924E-07  1.50243448609573151E-07
+  1.53084189611939052E-07  1.55978329475683219E-07  1.58926869024970775E-07
+  1.61930827814637594E-07  1.64991244480486940E-07  1.68109177096135480E-07
+  1.71285703536529804E-07  1.74521921848259700E-07  1.77818950626793280E-07
+  1.81177929400765741E-07  1.84600019023451128E-07  1.88086402071553912E-07
+  1.91638283251454018E-07  1.95256889813048431E-07  1.98943471971327645E-07
+  2.02699303335834609E-07  2.06525681348151730E-07  2.10423927727565652E-07
+  2.14395388925064653E-07  2.18441436585822264E-07  2.22563468020327635E-07
+  2.26762906684322134E-07  2.31041202667708451E-07  2.35399833192600237E-07
+  2.39840303120680115E-07  2.44364145470045423E-07  2.48972921941712166E-07
+  2.53668223455964804E-07  2.58451670698729401E-07  2.63324914678163207E-07
+  2.68289637291647243E-07  2.73347551903378273E-07  2.78500403932759079E-07
+  2.83749971453786556E-07  2.89098065805644995E-07  2.94546532214714137E-07
+  3.00097250428203501E-07  3.05752135359631989E-07  3.11513137746374582E-07
+  3.17382244819498753E-07  3.23361480986123831E-07  3.29452908524536418E-07
+  3.35658628292296805E-07  3.41980780447585940E-07  3.48421545184033193E-07
+  3.54983143479282991E-07  3.61667837857551903E-07  3.68477933166442710E-07
+  3.75415777368277104E-07  3.82483762346221921E-07  3.89684324725483873E-07
+  3.97019946709855121E-07  4.04493156933895122E-07  4.12106531331042411E-07
+  4.19862694017955332E-07  4.27764318195380226E-07  4.35814127065862395E-07
+  4.44014894768609484E-07  4.52369447331829577E-07  4.60880663642873077E-07
+  4.69551476436506438E-07  4.78384873301660005E-07  4.87383897706994382E-07
+  4.96551650045637592E-07  5.05891288699449155E-07  5.15406031123180120E-07
+  5.25099154948895394E-07  5.34973999111043035E-07  5.45033964992551339E-07
+  5.55282517592350050E-07  5.65723186714714307E-07  5.76359568180841510E-07
+  5.87195325063071502E-07  5.98234188942180769E-07  6.09479961188175668E-07
+  6.20936514265025235E-07  6.32607793059785160E-07  6.44497816236561849E-07
+  6.56610677615787416E-07  6.68950547579273488E-07  6.81521674501530552E-07
+  6.94328386207837658E-07  7.07375091459568689E-07  7.20666281467281941E-07
+  7.34206531432089053E-07  7.48000502115836728E-07  7.62052941440638873E-07
+  7.76368686118302876E-07  7.90952663310213691E-07  8.05809892318247715E-07
+  8.20945486307283528E-07  8.36364654059918317E-07  8.52072701763976533E-07
+  8.68075034833429982E-07  8.84377159763353821E-07  9.00984686019561237E-07
+  9.17903327963541091E-07  9.35138906813391813E-07  9.52697352641399636E-07
+  9.70584706408953937E-07  9.88807122039501131E-07  1.00737086853024016E-06
+  1.02628233210329111E-06  1.04554801839706882E-06  1.06517455469861923E-06
+  1.08516869221767703E-06  1.10553730840322925E-06  1.12628740930337637E-06
+  1.14742613196930686E-06  1.16896074690419334E-06  1.19089866055787402E-06
+  1.21324741786815185E-06  1.23601470484959700E-06  1.25920835123073671E-06
+  1.28283633314053357E-06  1.30690677584508122E-06  1.33142795653544431E-06
+  1.35640830716761046E-06  1.38185641735552137E-06  1.40778103731817609E-06
+  1.43419108088181954E-06  1.46109562853824041E-06  1.48850393056023488E-06
+  1.51642541017529819E-06  1.54486966679863104E-06  1.57384647932658437E-06
+  1.60336580949163987E-06  1.63343780528012028E-06  1.66407280441376342E-06
+  1.69528133789636950E-06  1.72707413362674554E-06  1.75946212007916695E-06
+  1.79245643005263539E-06  1.82606840449020880E-06  1.86030959636972044E-06
+  1.89519177466720753E-06  1.93072692839442709E-06  1.96692727071183314E-06
+  2.00380524311842055E-06  2.04137351971988253E-06  2.07964501157654301E-06
+  2.11863287113254948E-06  2.15835049672785028E-06  2.19881153719449851E-06
+  2.24002989653886857E-06  2.28201973871137781E-06  2.32479549246535388E-06
+  2.36837185630672464E-06  2.41276380353620499E-06  2.45798658738573686E-06
+  2.50405574625091622E-06  2.55098710902122108E-06  2.59879680050986708E-06
+  2.64750124698513206E-06  2.69711718180507807E-06  2.74766165115757511E-06
+  2.79915201990761268E-06  2.85160597755388662E-06  2.90504154429672672E-06
+  2.95947707721942935E-06  3.01493127658511266E-06  3.07142319225126533E-06
+  3.12897223020418776E-06  3.18759815921553852E-06  3.24732111762332357E-06
+  3.30816162023959391E-06  3.37014056538725352E-06  3.43327924206839674E-06
+  3.49759933726660172E-06  3.56312294338571226E-06  3.62987256582764571E-06
+  3.69787113071183112E-06  3.76714199273891572E-06  3.83770894320144355E-06
+  3.90959621814425845E-06  3.98282850667741044E-06  4.05743095944442767E-06
+  4.13342919724887609E-06  4.21084931984211958E-06  4.28971791487533164E-06
+  4.37006206701882915E-06  4.45190936725181558E-06  4.53528792232576764E-06
+  4.62022636440467651E-06  4.70675386088546485E-06  4.79490012440194472E-06
+  4.88469542301573536E-06  4.97617059059765050E-06  5.06935703740310554E-06
+  5.16428676084518142E-06  5.26099235646900629E-06  5.35950702913128680E-06
+  5.45986460438871353E-06  5.56209954009927744E-06  5.66624693824035647E-06
+  5.77234255694769306E-06  5.88042282277938259E-06  5.99052484320903088E-06
+  6.10268641935246142E-06  6.21694605893220183E-06  6.33334298948432833E-06
+  6.45191717181210273E-06  6.57270931369103911E-06  6.69576088383017275E-06
+  6.82111412609413543E-06  6.94881207399116104E-06  7.07889856543175629E-06
+  7.21141825776327552E-06  7.34641664308539871E-06  7.48394006385192858E-06
+  7.62403572876410354E-06  7.76675172896097680E-06  7.91213705451235495E-06
+  8.06024161122000812E-06  8.21111623773283805E-06  8.36481272298195103E-06
+  8.52138382394152935E-06  8.68088328372167694E-06  8.84336584999939723E-06
+  9.00888729379397969E-06  9.17750442859334423E-06  9.34927512983777434E-06
+  9.52425835476786918E-06  9.70251416264330478E-06  9.88410373533954803E-06
+  1.00690893983294998E-05  1.02575346420572159E-05  1.04495041437111299E-05
+  1.06450637894041217E-05  1.08442806967681902E-05  1.10472232379713073E-05
+  1.12539610631644947E-05  1.14645651243670689E-05  1.16791076997982402E-05
+  1.18976624186635091E-05  1.21203042864042172E-05  1.23471097104190134E-05
+  1.25781565262660227E-05  1.28135240243546765E-05  1.30532929771363768E-05
+  1.32975456668033561E-05  1.35463659135051085E-05  1.37998391040922376E-05
+  1.40580522213974011E-05  1.43210938740635592E-05  1.45890543269295385E-05
+  1.48620255319836328E-05  1.51401011598954804E-05  1.54233766321374154E-05
+  1.57119491537059344E-05  1.60059177464548204E-05  1.63053832830511314E-05
+  1.66104485215657727E-05  1.69212181407105319E-05  1.72377987757336244E-05
+  1.75602990549860645E-05  1.78888296371713967E-05  1.82235032492915381E-05
+  1.85644347253018115E-05  1.89117410454883012E-05  1.92655413765811745E-05
+  1.96259571126175642E-05  1.99931119165681894E-05  2.03671317627418001E-05
+  2.07481449799821942E-05  2.11362822956723648E-05  2.15316768805611034E-05
+  2.19344643944273222E-05  2.23447830325976294E-05  2.27627735733333978E-05
+  2.31885794261032236E-05  2.36223466807576404E-05  2.40642241576227058E-05
+  2.45143634585297654E-05  2.49729190187988575E-05  2.54400481601935527E-05
+  2.59159111448653823E-05  2.64006712303064357E-05  2.68944947253287919E-05
+  2.73975510470901692E-05  2.79100127791852032E-05  2.84320557308222888E-05
+  2.89638589971063662E-05  2.95056050204481050E-05  3.00574796531209093E-05
+  3.06196722209866110E-05  3.11923755884124175E-05  3.17757862244006812E-05
+  3.23701042699545854E-05  3.29755336067027915E-05  3.35922819268062882E-05
+  3.42205608041717786E-05  3.48605857669958370E-05  3.55125763716645899E-05
+  3.61767562780345554E-05  3.68533533261200378E-05  3.75425996142137776E-05
+  3.82447315784673631E-05  3.89599900739587756E-05  3.96886204572748221E-05
+  4.04308726706367261E-05  4.11870013275980222E-05  4.19572658003433967E-05
+  4.27419303086193616E-05  4.35412640103264404E-05  4.43555410938043499E-05
+  4.51850408718415577E-05  4.60300478774417553E-05  4.68908519613797536E-05
+  4.77677483915802734E-05  4.86610379543540359E-05  4.95710270575252439E-05
+  5.04980278354864691E-05  5.14423582562164881E-05  5.24043422302977388E-05
+  5.33843097219711358E-05  5.43825968622660614E-05  5.53995460642440097E-05
+  5.64355061403962210E-05  5.74908324222342718E-05  5.85658868821161468E-05
+  5.96610382573480310E-05  6.07766621766056103E-05  6.19131412887171642E-05
+  6.30708653938533159E-05  6.42502315771683468E-05  6.54516443449381442E-05
+  6.66755157632424388E-05  6.79222655992381099E-05  6.91923214650723732E-05
+  7.04861189644850618E-05  7.18041018421499398E-05  7.31467221358068887E-05
+  7.45144403312363019E-05  7.59077255201294921E-05  7.73270555609087927E-05
+  7.87729172425523491E-05  8.02458064514805072E-05  8.17462283415596494E-05
+  8.32746975072832304E-05  8.48317381601881404E-05  8.64178843085676391E-05
+  8.80336799405417793E-05  8.96796792105486777E-05  9.13564466293201815E-05
+  9.30645572574069285E-05  9.48045969023193427E-05  9.65771623193519772E-05
+  9.83828614161600767E-05  1.00222313461158523E-04  1.02096149295813850E-04
+  1.04005011550903969E-04  1.05949554866816405E-04  1.07930446117964366E-04
+  1.09948364641394484E-04  1.12004002469666189E-04  1.14098064568081653E-04
+  1.16231269076348258E-04  1.18404347554755687E-04  1.20618045234952519E-04
+  1.22873121275407862E-04  1.25170349021645701E-04  1.27510516271340922E-04
+  1.29894425544368325E-04  1.32322894357896374E-04  1.34796755506620062E-04
+  1.37316857348229748E-04  1.39884064094212662E-04  1.42499256106086756E-04
+  1.45163330197169296E-04  1.47877199939982438E-04  1.50641795979401772E-04
+  1.53458066351654565E-04  1.56326976809277623E-04  1.59249511152145167E-04
+  1.62226671564680888E-04  1.65259478959368949E-04  1.68348973326682349E-04
+  1.71496214091547834E-04  1.74702280476468923E-04  1.77968271871433434E-04
+  1.81295308210729553E-04  1.84684530356801129E-04  1.88137100491272535E-04
+  1.91654202513279453E-04  1.95237042445237715E-04  1.98886848846192642E-04
+  2.02604873232889264E-04  2.06392390508707008E-04  2.10250699400606292E-04
+  2.14181122904237109E-04  2.18185008737359657E-04  2.22263729801736021E-04
+  2.26418684653646968E-04  2.30651297983197346E-04  2.34963021102574014E-04
+  2.39355332443421846E-04  2.43829738063509953E-04  2.48387772162859944E-04
+  2.53030997609513995E-04  2.57761006475121723E-04  2.62579420580529640E-04
+  2.67487892051559365E-04  2.72488103885166241E-04  2.77581770526169071E-04
+  2.82770638454752071E-04  2.88056486784936329E-04  2.93441127874228430E-04
+  2.98926407944652861E-04  3.04514207715381874E-04  3.10206443047177820E-04
+  3.16005065598870202E-04  3.21912063496089832E-04  3.27929462012489488E-04
+  3.34059324263690600E-04  3.40303751914173365E-04  3.46664885897380356E-04
+  3.53144907149256977E-04  3.59746037355489776E-04  3.66470539712696552E-04
+  3.73320719703826602E-04  3.80298925888039303E-04  3.87407550705328330E-04
+  3.94649031296166351E-04  4.02025850336455357E-04  4.09540536888058004E-04
+  4.17195667265212735E-04  4.24993865917119233E-04  4.32937806327000170E-04
+  4.41030211927945703E-04  4.49273857035852801E-04  4.57671567799780273E-04
+  4.66226223170041073E-04  4.74940755884364950E-04  4.83818153472467436E-04
+  4.92861459279368480E-04  5.02073773507809144E-04  5.11458254280124525E-04
+  5.21018118719933560E-04  5.30756644054015264E-04  5.40677168734749521E-04
+  5.50783093583501844E-04  5.61077882955346419E-04  5.71565065925523294E-04
+  5.82248237498033555E-04  5.93131059836786130E-04  6.04217263519716999E-04
+  6.15510648816306664E-04  6.27015086988935450E-04  6.38734521618515051E-04
+  6.50672969954852365E-04  6.62834524292208556E-04  6.75223353370513592E-04
+  6.87843703802725999E-04  7.00699901528814215E-04  7.13796353296860349E-04
+  7.27137548171792017E-04  7.40728059072252041E-04  7.54572544336136616E-04
+  7.68675749315326715E-04  7.83042508000164790E-04  7.97677744674224953E-04
+  8.12586475599943775E-04  8.27773810735678859E-04  8.43244955484791269E-04
+  8.59005212477339250E-04  8.75059983384989296E-04  8.91414770769769827E-04
+  9.08075179967288409E-04  9.25046921005060309E-04  9.42335810556596651E-04
+  9.59947773931917850E-04  9.77888847105174526E-04  9.96165178780056108E-04
+  1.01478303249370023E-03  1.03374878875981064E-03  1.05306894725171554E-03
+  1.07275012902610873E-03  1.09279907878822918E-03  1.11322266719924776E-03
+  1.13402789322664447E-03  1.15522188653838275E-03  1.17681190994167869E-03
+  1.19880536186721051E-03  1.22120977889960086E-03  1.24403283835503031E-03
+  1.26728236090686993E-03  1.29096631326020657E-03  1.31509281087617991E-03
+  1.33967012074705694E-03  1.36470666422297202E-03  1.39021101989130836E-03
+  1.41619192650968258E-03  1.44265828599353797E-03  1.46961916645934991E-03
+  1.49708380532448024E-03  1.52506161246472854E-03  1.55356217343065187E-03
+  1.58259525272373865E-03  1.61217079713354646E-03  1.64229893913693981E-03
+  1.67299000036056624E-03  1.70425449510775047E-03  1.73610313395100124E-03
+  1.76854682739133596E-03  1.80159668958566931E-03  1.83526404214352356E-03
+  1.86956041799433374E-03  1.90449756532667155E-03  1.94008745160070741E-03
+  1.97634226763525279E-03  2.01327443177079513E-03  2.05089659410989797E-03
+  2.08922164083640612E-03  2.12826269861491994E-03  2.16803313907202103E-03
+  2.20854658336073865E-03  2.24981690680982555E-03  2.29185824365938122E-03
+  2.33468499188443533E-03  2.37831181810810137E-03  2.42275366260596894E-03
+  2.46802574440339179E-03  2.51414356646741458E-03  2.56112292099505744E-03
+  2.60897989479975771E-03  2.65773087479775037E-03  2.70739255359625682E-03
+  2.75798193518532811E-03  2.80951634073528089E-03  2.86201341450164010E-03
+  2.91549112983959750E-03  2.96996779532996118E-03  3.02546206101868189E-03
+  3.08199292477203714E-03  3.13957973874957321E-03  3.19824221599700632E-03
+  3.25800043716125082E-03  3.31887485732984067E-03  3.38088631299702505E-03
+  3.44405602915883293E-03  3.50840562653952429E-03  3.57395712895179022E-03
+  3.64073297079316703E-03  3.70875600468117484E-03  3.77804950922969781E-03
+  3.84863719696921331E-03  3.92054322241347855E-03  3.99379219027537827E-03
+  4.06840916383464056E-03  4.14441967346020936E-03  4.22184972529008901E-03
+  4.30072581007154200E-03  4.38107491216457173E-03  4.46292451871165528E-03
+  4.54630262897676163E-03  4.63123776385675895E-03  4.71775897556832129E-03
+  4.80589585751355595E-03  4.89567855432757743E-03  4.98713777211138264E-03
+  5.08030478885332891E-03  5.17521146504271688E-03  5.27189025447889585E-03
+  5.37037421527950583E-03  5.47069702109140299E-03  5.57289297250801278E-03
+  5.67699700869678855E-03  5.78304471924060565E-03  5.89107235619698577E-03
+  6.00111684637905270E-03  6.11321580386223803E-03  6.22740754272082218E-03
+  6.34373108999847658E-03  6.46222619891696423E-03  6.58293336232737211E-03
+  6.70589382640820585E-03  6.83114960461474185E-03  6.95874349188426583E-03
+  7.08871907910170289E-03  7.22112076783033678E-03  7.35599378531241743E-03
+  7.49338419974443070E-03  7.63333893583199776E-03  7.77590579062941573E-03
+  7.92113344966886845E-03  8.06907150338455163E-03  8.21977046383695967E-03
+  8.37328178174264262E-03  8.52965786381496352E-03  8.68895209042129697E-03
+  8.85121883356237808E-03  9.01651347517946206E-03  9.18489242579518389E-03
+  9.35641314349393641E-03  9.53113415324790061E-03  9.70911506659474961E-03
+  9.89041660167326586E-03  1.00751006036232469E-02  1.02632300653559966E-02
+  1.04548691487021447E-02  1.06500832059431300E-02  1.08489388017334147E-02
+  1.10515037354200207E-02  1.12578470637665420E-02  1.14680391240885825E-02
+  1.16821515578078867E-02  1.19002573344324583E-02  1.21224307759700504E-02
+  1.23487475817826604E-02  1.25792848538896183E-02  1.28141211227270450E-02
+  1.30533363733716708E-02  1.32970120722370327E-02  1.35452311942500722E-02
+  1.37980782505166630E-02  1.40556393164842398E-02  1.43180020606103152E-02
+  1.45852557735453043E-02  1.48574913978387207E-02  1.51348015581775248E-02
+  1.54172805921657507E-02  1.57050245816546703E-02  1.59981313846328313E-02
+  1.62967006676854251E-02  1.66008339390327116E-02  1.69106345821572225E-02
+  1.72262078900296441E-02  1.75476610999435942E-02  1.78751034289693009E-02
+  1.82086461100367664E-02  1.85484024286587564E-02  1.88944877603044008E-02
+  1.92470196084341579E-02  1.96061176432071396E-02  1.99719037408718873E-02
+  2.03445020238519694E-02  2.07240389015376641E-02  2.11106431117954498E-02
+  2.15044457632070501E-02  2.19055803780498250E-02  2.23141829360306611E-02
+  2.27303919187855155E-02  2.31543483551570548E-02  2.35861958672628422E-02
+  2.40260807173668378E-02  2.44741518555670126E-02  2.49305609683120669E-02
+  2.53954625277605511E-02  2.58690138419955321E-02  2.63513751061084205E-02
+  2.68427094541655933E-02  2.73431830120716146E-02  2.78529649513429012E-02
+  2.83722275438061389E-02  2.89011462172356869E-02  2.94398996119441397E-02
+  2.99886696383411429E-02  3.05476415354745887E-02  3.11170039305696776E-02
+  3.16969488995803017E-02  3.22876720287685187E-02  3.28893724773268378E-02
+  3.35022530410593877E-02  3.41265202171370588E-02  3.47623842699426866E-02
+  3.54100592980219897E-02  3.60697633021564226E-02  3.67417182545739171E-02
+  3.74261501693138321E-02  3.81232891737623147E-02  3.88333695813755445E-02
+  3.95566299656051543E-02  4.02933132350454040E-02  4.10436667098167882E-02
+  4.18079421992039596E-02  4.25863960805644565E-02  4.33792893795255791E-02
+  4.41868878514865004E-02  4.50094620644425486E-02  4.58472874831492641E-02
+  4.67006445546431365E-02  4.75698187951366092E-02  4.84551008783046452E-02
+  4.93567867249798953E-02  5.02751775942744950E-02  5.12105801761450485E-02
+  5.21633066854188324E-02  5.31336749572979689E-02  5.41220085443591681E-02
+  5.51286368150663425E-02  5.61538950538126372E-02  5.71981245625095974E-02
+  5.82616727637398774E-02  5.93448933054906771E-02  6.04481461674842846E-02
+  6.15717977691223189E-02  6.27162210790601915E-02  6.38817957264272290E-02
+  6.50689081137094533E-02  6.62779515313093870E-02  6.75093262737993943E-02
+  6.87634397578826689E-02  7.00407066420773577E-02  7.13415489481377396E-02
+  7.26663961842264478E-02  7.40156854698518774E-02  7.53898616625831158E-02
+  7.67893774865557044E-02  7.82146936627800549E-02  7.96662790412641653E-02
+  8.11446107349617779E-02  8.26501742555563190E-02  8.41834636510900847E-02
+  8.57449816454480540E-02  8.73352397797042823E-02  8.89547585553387005E-02
+  9.06040675793301220E-02  9.22837057111322578E-02  9.39942212115362635E-02
+  9.57361718934247041E-02  9.75101252744183800E-02  9.93166587314186777E-02
+  1.01156359657044739E-01  1.03029825617965115E-01  1.04937664515121820E-01
+  1.06880494745841867E-01  1.08858945367832999E-01  1.10873656265055076E-01
+  1.12925278315460273E-01  1.15014473560591024E-01  1.17141915377024217E-01
+  1.19308288649648056E-01  1.21514289946755796E-01  1.23760627696938200E-01
+  1.26048022367755558E-01  1.28377206646165920E-01  1.30748925620685935E-01
+  1.33163936965256358E-01  1.35623011124783144E-01  1.38126931502320721E-01
+  1.40676494647863415E-01  1.43272510448705120E-01  1.45915802321326227E-01
+  1.48607207404764519E-01  1.51347576755418795E-01  1.54137775543236544E-01
+  1.56978683249227924E-01  1.59871193864247779E-01  1.62816216088982280E-01
+  1.65814673535071816E-01  1.68867504927298240E-01  1.71975664306760395E-01
+  1.75140121234955787E-01  1.78361860998682037E-01  1.81641884815666399E-01
+  1.84981210040826460E-01  1.88380870373058923E-01  1.91841916062448381E-01
+  1.95365414117780689E-01  1.98952448514240376E-01  2.02604120401164073E-01
+  2.06321548309715802E-01  2.10105868360342118E-01  2.13958234469857511E-01
+  2.17879818558004562E-01  2.21871810753323018E-01  2.25935419598154302E-01
+  2.30071872252600479E-01  2.34282414697246727E-01  2.38568311934446969E-01
+  2.42930848187962317E-01  2.47371327100734506E-01  2.51891071930561594E-01
+  2.56491425743436641E-01  2.61173751604296955E-01  2.65939432764919270E-01
+  2.70789872848687052E-01  2.75726496031938551E-01  2.80750747221597985E-01
+  2.85864092228772848E-01  2.91068017937990753E-01  2.96364032471730932E-01
+  3.01753665349896727E-01  3.07238467643850821E-01  3.12820012124631230E-01
+  3.18499893404937007E-01  3.24279728074465035E-01  3.30161154828157388E-01
+  3.36145834586901726E-01  3.42235450610208325E-01  3.48431708600367207E-01
+  3.54736336797570551E-01  3.61151086065464422E-01  3.67677729966569999E-01
+  3.74318064826995811E-01  3.81073909789840015E-01  3.87947106856654456E-01
+  3.94939520916319731E-01  4.02053039760661868E-01  4.09289574086102226E-01
+  4.16651057480620091E-01  4.24139446395271569E-01  4.31756720099479019E-01
+  4.39504880619286775E-01  4.47385952657737063E-01  4.55401983496494300E-01
+  4.63555042877820733E-01  4.71847222865960148E-01  4.80280637686968048E-01
+  4.88857423545980607E-01  4.97579738420889983E-01  5.06449761831346934E-01
+  5.15469694581983662E-01  5.24641758478707088E-01  5.33968196016876506E-01
+  5.43451270040136492E-01  5.53093263368638510E-01  5.62896478395341515E-01
+  5.72863236649037599E-01  5.82995878322708938E-01  5.93296761765771952E-01
+  6.03768262938725653E-01  6.14412774828664743E-01  6.25232706824085049E-01
+  6.36230484047341616E-01  6.47408546643090888E-01  6.58769349020976724E-01
+  6.70315359050775439E-01  6.82049057208205300E-01  6.93972935669436408E-01
+  7.06089497352434980E-01  7.18401254903127562E-01  7.30910729624276501E-01
+  7.43620450345060635E-01  7.56532952229103328E-01  7.69650775518766594E-01
+  7.82976464213439582E-01  7.96512564679451085E-01  8.10261624189234753E-01
+  8.24226189387256891E-01  8.38408804680235487E-01  8.52812010549015453E-01
+  8.67438341779490640E-01  8.82290325609883741E-01  8.97370479791601228E-01
+  9.12681310560847114E-01  9.28225310518110303E-01  9.44004956412640817E-01
+  9.60022706828811745E-01  9.76280999771436120E-01  9.92782250146818201E-01
+  1.00952884713646651E+00  1.02652315146015960E+00  1.04376749252519163E+00
+  1.06126416545837454E+00  1.07901542801752170E+00  1.09702349737891036E+00
+  1.11529054679735373E+00  1.13381870213529901E+00  1.15261003825749198E+00
+  1.17166657528759321E+00  1.19099027472316732E+00  1.21058303540544721E+00
+  1.23044668934018420E+00  1.25058299736599920E+00  1.27099364466651776E+00
+  1.29168023612266358E+00  1.31264429150144579E+00  1.33388724047758833E+00
+  1.35541041748440705E+00  1.37721505639029318E+00  1.39930228499731379E+00
+  1.42167311935835494E+00  1.44432845790942421E+00  1.46726907541368656E+00
+  1.49049561671397246E+00  1.51400859029054913E+00  1.53780836162104917E+00
+  1.56189514633963356E+00  1.58626900319249664E+00  1.61092982678712904E+00
+  1.63587734013277819E+00  1.66111108696980203E+00  1.68663042388588513E+00
+  1.71243451221720711E+00  1.73852230973295629E+00  1.76489256210191692E+00
+  1.79154379414005382E+00  1.81847430083845474E+00  1.84568213817124804E+00
+  1.87316511368360139E+00  1.90092077686022787E+00  1.92894640927532723E+00
+  1.95723901452540527E+00  1.98579530794680004E+00  2.01461170612048379E+00
+  2.04368431616711987E+00  2.07300892483610166E+00  2.10258098739294708E+00
+  2.13239561631012897E+00  2.16244756976715191E+00  2.19273123996657393E+00
+  2.22324064127347221E+00  2.25396939818677300E+00  2.28491073315183746E+00
+  2.31605745422470433E+00  2.34740194259949009E+00  2.37893614001151921E+00
+  2.41065153603006621E+00  2.44253915525568255E+00  2.47458954443858081E+00
+  2.50679275953579772E+00  2.53913835272639599E+00  2.57161535940542896E+00
+  2.60421228517904657E+00  2.63691709288476028E+00  2.66971718966257221E+00
+  2.70259941410463966E+00  2.73555002351284138E+00  2.76855468129574156E+00
+  2.80159844453844631E+00  2.83466575178084756E+00  2.86774041104225708E+00
+  2.90080558813229272E+00  2.93384379529064088E+00  2.96683688020046699E+00
+  2.99976601542285071E+00  3.03261168830231309E+00  3.06535369139588143E+00
+  3.09797111348119625E+00  3.13044233120164161E+00  3.16274500140952997E+00
+  3.19485605427119612E+00  3.22675168720081018E+00  3.25840735969274142E+00
+  3.28979778912531273E+00  3.32089694761189591E+00  3.35167805997835577E+00
+  3.38211360294897023E+00  3.41217530562606042E+00  3.44183415135164328E+00
+  3.47106038104255621E+00  3.49982349809342619E+00  3.52809227494496236E+00
+  3.55583476141787402E+00  3.58301829491559420E+00  3.60960951260164631E+00
+  3.63557436566017689E+00  3.66087813575043164E+00  3.68548545376840586E+00
+  3.70936032103075641E+00  3.73246613299797225E+00  3.75476570565527767E+00
+  3.77622130467097650E+00  3.79679467745284116E+00  3.81644708822362677E+00
+  3.83513935623692781E+00  3.85283189725414443E+00  3.86948476840252420E+00
+  3.88505771653274223E+00  3.89951023019247511E+00  3.91280159532971616E+00
+  3.92489095483616923E+00  3.93573737203685958E+00  3.94529989822710014E+00
+  3.95353764435207289E+00  3.96040985691738001E+00  3.96587599821107428E+00
+  3.96989583090870735E+00  3.97242950712282195E+00  3.97343766194693027E+00
+  3.97288151153143332E+00  3.97072295571487999E+00  3.96692468521850472E+00
+  3.96145029339506838E+00  3.95426439250441231E+00  3.94533273446799448E+00
+  3.93462233603270484E+00  3.92210160825059884E+00  3.90774049015561520E+00
+  3.89151058649090320E+00  3.87338530931100244E+00  3.85334002325168345E+00
+  3.83135219422688600E+00  3.80740154127667907E+00  3.78147019125258321E+00
+  3.75354283598701244E+00  3.72360689155178504E+00  3.69165265916698848E+00
+  3.65767348727559183E+00  3.62166593425153938E+00  3.58362993115939954E+00
+  3.54356894393229460E+00  3.50149013428173284E+00  3.45740451859854669E+00
+  3.41132712404820015E+00  3.36327714100684316E+00  3.31327807092677107E+00
+  3.26135786866151545E+00  3.20754907822235591E+00  3.15188896087957593E+00
+  3.09441961446394087E+00  3.03518808266711382E+00  2.97424645308435576E+00
+  2.91165194268974137E+00  2.84746696938360522E+00  2.78175920820490585E+00
+  2.71460163075819638E+00  2.64607252636688584E+00  2.57625550343221210E+00
+  2.50523946945176323E+00  2.43311858813343074E+00  2.35999221203144671E+00
+  2.28596478913165013E+00  2.21114574182456547E+00  2.13564931672837943E+00
+  2.05959440386075476E+00  1.98310432370993750E+00  1.90630658082297622E+00
+  1.82933258261357534E+00  1.75231732219543823E+00  1.67539902417018283E+00
+  1.59871875244361328E+00  1.52241997931131823E+00  1.44664811524579795E+00
+  1.37154999903363728E+00  1.29727334815382012E+00  1.22396616955812165E+00
+  1.15177613131252987E+00  1.08084989588548197E+00  1.01133241622489534E+00
+  9.43366196151825598E-01  8.77090517013990434E-01  8.12640632987127964E-01
+  7.50146937885571408E-01  6.89734106844205441E-01  6.31520216760983244E-01
+  5.75615849939997481E-01  5.22123185947481083E-01  4.71135087283698129E-01
+  4.22734185078747382E-01  3.76991971635393552E-01  3.33967907261866981E-01
+  2.93708549456126233E-01  2.56246713113665980E-01  2.21600671025675822E-01
+  1.89773404504892884E-01  1.60751914513243915E-01  1.34506604157970222E-01
+  1.10990743860267971E-01  9.01400308701637565E-02  7.18722550906047974E-02
+  5.60870833686244463E-02  4.26659744974650090E-02  3.14722371355773411E-02
+  2.23512426707185297E-02  1.51308047240117372E-02  9.62173648356584588E-03
+  5.61859636396366824E-03  2.90063159071352050E-03  1.23292819249420926E-03
+  3.67774534168557876E-04  4.62439272212872288E-05  5.79517861065012461E-15
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+  0.00000000000000000E+00  0.00000000000000000E+00  0.00000000000000000E+00
+END
+   OVERLAP_SIZE             6
+   OVERLAP_MATRIX  
+  2.08537475735317335E-01  6.17398178358852939E-02  1.13062609375981608E-02
+  5.17743625749438219E-01 -4.90834026243415322E-01  1.87028494804371392E-01
+  END     
+   KINETIC_ENERGY_MATRIX  
+  1.13836828926095261E+01  2.27680072955094204E+00  4.71771478332034477E-01
+  9.57040970065887464E+00 -1.09782213594200435E+01  1.15134444229591875E+01
+  END     
+   V_ION_MATRIX  
+ -1.66990534548582410E+01 -3.68373144434280508E+00 -6.90011594465415268E-01
+ -2.18906557994813014E+01  2.06240500431236136E+01 -1.31703534535330657E+01
+  END     
+   DENVHAT_SIZE           13
+   DENSITY   
+         1         1         0  2.08537475735317335E-01
+         1         2         0  6.17398178358852939E-02
+         1         3         1 -2.17316347874392218E-01
+         1         4         1  2.83817420571279011E-01
+         2         2         0  1.13062609375981608E-02
+         2         3         1 -4.41216958911037280E-02
+         2         4         1  2.77830262696233607E-02
+         3         3         0  5.17743625749438219E-01
+         3         3         2  1.69149424026930950E-01
+         3         4         0 -4.90834026243415322E-01
+         3         4         2 -1.61549779656376430E-01
+         4         4         0  1.87028494804371392E-01
+         4         4         2 -4.86859889937054646E-02
+   END   
+   HARTREE_SIZE           61
+   V_HARTREE   
+    1    1    1    1    0  5.59980628422318064E-02
+    1    1    1    2    0  1.34445749088340800E-02
+    1    1    2    2    0  3.76574193362003715E-03
+    1    1    3    3    0  1.56869332508991766E-01
+    1    1    3    4    0 -1.41841256177375891E-01
+    1    1    4    4    0  1.88941238192936067E-01
+    1    2    1    1    0  1.34445752430083706E-02
+    1    2    1    2    0  2.86739889467081547E-03
+    1    2    2    2    0  7.14491839520615284E-04
+    1    2    3    3    0  2.96730727236646959E-02
+    1    2    3    4    0 -2.60466524784590051E-02
+    1    2    4    4    0  3.27352558103122943E-02
+    1    3    1    3    1  1.16480277206406593E-01
+    1    3    1    4    1 -9.76986446834004901E-02
+    1    3    2    3    1  2.06668754266500047E-02
+    1    3    2    4    1 -1.92490907571321174E-02
+    1    4    1    3    1 -9.76986466357446515E-02
+    1    4    1    4    1  7.06475752588126421E-02
+    1    4    2    3    1 -1.65401354074770877E-02
+    1    4    2    4    1  1.31483357942622052E-02
+    2    2    1    1    0  3.76574194614195468E-03
+    2    2    1    2    0  7.14491825036101002E-04
+    2    2    2    2    0  1.54711895451823805E-04
+    2    2    3    3    0  6.29971699480944523E-03
+    2    2    3    4    0 -5.24486176454115344E-03
+    2    2    4    4    0  6.02061790626166361E-03
+    2    3    1    3    1  2.06668756817876519E-02
+    2    3    1    4    1 -1.65401353452744350E-02
+    2    3    2    3    1  3.61343274850575236E-03
+    2    3    2    4    1 -3.19799928321812168E-03
+    2    4    1    3    1 -1.92490905860170959E-02
+    2    4    1    4    1  1.31483353203694538E-02
+    2    4    2    3    1 -3.19799921580977801E-03
+    2    4    2    4    1  2.41088050974080231E-03
+    3    3    1    1    0  1.56869334648492037E-01
+    3    3    1    2    0  2.96730725245020859E-02
+    3    3    2    2    0  6.29971708006599705E-03
+    3    3    3    3    0  2.62792258027956194E-01
+    3    3    3    4    0 -2.21048411529654321E-01
+    3    3    4    4    0  2.44827242938290224E-01
+    3    3    3    3    2  1.07685541947579205E-01
+    3    3    3    4    2 -7.98989877822825212E-02
+    3    3    4    4    2  6.73008403220893836E-02
+    3    4    1    1    0 -1.41841259509500384E-01
+    3    4    1    2    0 -2.60466526787663175E-02
+    3    4    2    2    0 -5.24486191644029775E-03
+    3    4    3    3    0 -2.21048414797863052E-01
+    3    4    3    4    0  1.84784783386448520E-01
+    3    4    4    4    0 -1.94908745358850111E-01
+    3    4    3    3    2 -7.98989889154891192E-02
+    3    4    3    4    2  5.73535885058738745E-02
+    3    4    4    4    2 -4.77265006835935202E-02
+    4    4    1    1    0  1.88941238028846548E-01
+    4    4    1    2    0  3.27352554591751402E-02
+    4    4    2    2    0  6.02061788611724796E-03
+    4    4    3    3    0  2.44827240593273598E-01
+    4    4    3    4    0 -1.94908741956903636E-01
+    4    4    4    4    0  1.86000996827784232E-01
+    4    4    3    3    2  6.73008388295996268E-02
+    4    4    3    4    2 -4.77264995855726376E-02
+    4    4    4    4    2  3.98470980499444141E-02
+   END         
+   EAION     1.04389365361302751E+02
+   EAIONHAT    -2.31976367457647754E+01
+   ENERGY    -1.07548133097511169E+02
+  END     
diff --git a/example/Na/outputdata/in b/example/Na/outputdata/in
new file mode 100644
index 0000000..2d427da
--- /dev/null
+++ b/example/Na/outputdata/in
@@ -0,0 +1,29 @@
+Na 11
+LDA-PW   loggridv4    2001
+3 2 0 0 0 0
+3 0 1
+0 0 0
+c
+v
+v
+v
+1
+1.7   1.5   1.7    1.7
+n
+y
+4.6
+n
+VANDERBILT  Besselshape
+2 0   MTROULLIER
+1.5
+1.7
+1.5
+1.7
+XMLOUT
+default
+PWPAWOUT
+ABINITOUT
+default
+PWSCFOUT
+UPFDX  0.0125d0   UPFXMIN   -7.d0     UPFZMESH 11.d0
+END
diff --git a/src/Makefile.am b/src/Makefile.am
new file mode 100644
index 0000000..ede61eb
--- /dev/null
+++ b/src/Makefile.am
@@ -0,0 +1,171 @@
+# -*- Automake -*-
+#
+# Makefile for the AtomPAW package
+#
+# Copyright (C) 2010 Yann Pouillon
+#
+# This file is part of the AtomPAW software package. For license information,
+# please see the COPYING file in the top-level directory of the source
+# distribution.
+#
+
+                    # ------------------------------------ #
+
+#
+# Main source files
+#
+
+# Common source files
+atp_srcs = \
+  abinitinterface.f90 \
+  aeatom.f90 \
+  anderson_driver.f90 \
+  atomdata.f90 \
+  atompaw_report.f90 \
+  blockdavidson_mod.f90 \
+  excor.f90 \
+  exx_mod.f90 \
+  exx_pseudo.f90 \
+  exxdata.f90 \
+  fock.f90 \
+  general_mod.f90 \
+  globalmath.f90 \
+  graphatom_report.f90 \
+  gridmod.f90 \
+  hf_mod.f90 \
+  hf_pseudo.f90 \
+  interpolation_mod.f90 \
+  ldagga_mod.f90 \
+  libxc_mod.F90 \
+  numerov_mod.f90 \
+  paw_sub.f90 \
+  pseudo_sub.f90 \
+  pseudo.f90 \
+  pseudodata.f90 \
+  pwscfinterface.f90 \
+  radialsr.f90 \
+  report_mod.f90 \
+  search_sort.f90 \
+  xmlinterface.f90
+
+# Built source files (generated by configure)
+atp_built_srcs = \
+  pkginfo.f90
+
+# Libraries to install
+lib_LTLIBRARIES = libatompaw.la
+libatompaw_la_SOURCES = $(atp_srcs) atompaw_lib.f90
+nodist_libatompaw_la_SOURCES = $(atp_built_srcs)
+libatompaw_la_LDFLAGS = -version-info 0:0:0
+
+# Programs to install
+bin_PROGRAMS = atompaw graphatom
+atompaw_SOURCES = atompaw_prog.f90
+atompaw_LDADD = libatompaw.la
+graphatom_SOURCES = graphatom.f90
+graphatom_LDADD = libatompaw.la
+
+# Local cleaning
+clean-local:
+	rm -f *.mod *.MOD *.obj
+
+
+# Explicit dependencies
+
+abinitinterface.$(LTOBJEXT): atomdata.$(LTOBJEXT) globalmath.$(LTOBJEXT) \
+	gridmod.$(LTOBJEXT) excor.$(LTOBJEXT) pseudo.$(LTOBJEXT) \
+	interpolation_mod.$(LTOBJEXT) pkginfo.$(LTOBJEXT) libxc_mod.$(LTOBJEXT)
+
+aeatom.$(LTOBJEXT): atomdata.$(LTOBJEXT) excor.$(LTOBJEXT) exx_mod.$(LTOBJEXT) \
+	general_mod.$(LTOBJEXT) globalmath.$(LTOBJEXT) gridmod.$(LTOBJEXT) \
+	hf_mod.$(LTOBJEXT) ldagga_mod.$(LTOBJEXT)
+
+anderson_driver.$(LTOBJEXT): globalmath.$(LTOBJEXT)
+
+atomdata.$(LTOBJEXT):
+
+atompaw_lib.$(LTOBJEXT):
+
+atompaw_prog.$(LTOBJEXT): globalmath.$(LTOBJEXT) aeatom.$(LTOBJEXT) \
+	atomdata.$(LTOBJEXT) atompaw_report.$(LTOBJEXT) pseudo.$(LTOBJEXT) \
+	abinitinterface.$(LTOBJEXT) pwscfinterface.$(LTOBJEXT) xmlinterface.$(LTOBJEXT) \
+	pkginfo.$(LTOBJEXT) libxc_mod.$(LTOBJEXT)
+
+atompaw_report.$(LTOBJEXT): atomdata.$(LTOBJEXT) fock.$(LTOBJEXT) \
+	globalmath.$(LTOBJEXT) gridmod.$(LTOBJEXT) pseudo.$(LTOBJEXT) \
+	pseudodata.$(LTOBJEXT) libxc_mod.$(LTOBJEXT)
+
+blockdavidson_mod.$(LTOBJEXT): globalmath.$(LTOBJEXT) search_sort.$(LTOBJEXT)
+
+excor.$(LTOBJEXT): atomdata.$(LTOBJEXT) globalmath.$(LTOBJEXT) gridmod.$(LTOBJEXT) \
+	libxc_mod.$(LTOBJEXT)
+
+exx_mod.$(LTOBJEXT): anderson_driver.$(LTOBJEXT) atomdata.$(LTOBJEXT) \
+	exxdata.$(LTOBJEXT) fock.$(LTOBJEXT) general_mod.$(LTOBJEXT) \
+	globalmath.$(LTOBJEXT) gridmod.$(LTOBJEXT) hf_mod.$(LTOBJEXT) report_mod.$(LTOBJEXT)
+
+exx_pseudo.$(LTOBJEXT): anderson_driver.$(LTOBJEXT) atomdata.$(LTOBJEXT) \
+	exx_mod.$(LTOBJEXT) fock.$(LTOBJEXT) globalmath.$(LTOBJEXT) \
+	gridmod.$(LTOBJEXT) pseudodata.$(LTOBJEXT) pseudo_sub.$(LTOBJEXT)
+
+exxdata.$(LTOBJEXT):
+
+fock.$(LTOBJEXT): atomdata.$(LTOBJEXT) gridmod.$(LTOBJEXT) globalmath.$(LTOBJEXT)
+
+general_mod.$(LTOBJEXT): atomdata.$(LTOBJEXT) numerov_mod.$(LTOBJEXT) \
+	globalmath.$(LTOBJEXT) gridmod.$(LTOBJEXT) radialsr.$(LTOBJEXT)
+
+globalmath.$(LTOBJEXT):
+
+graphatom.$(LTOBJEXT): globalmath.$(LTOBJEXT) aeatom.$(LTOBJEXT) \
+	atomdata.$(LTOBJEXT) graphatom_report.$(LTOBJEXT)
+
+graphatom_report.$(LTOBJEXT): globalmath.$(LTOBJEXT) atomdata.$(LTOBJEXT) \
+	gridmod.$(LTOBJEXT) report_mod.$(LTOBJEXT)
+
+gridmod.$(LTOBJEXT): globalmath.$(LTOBJEXT)
+
+hf_mod.$(LTOBJEXT): anderson_driver.$(LTOBJEXT) atomdata.$(LTOBJEXT) \
+	fock.$(LTOBJEXT) general_mod.$(LTOBJEXT) globalmath.$(LTOBJEXT) \
+	gridmod.$(LTOBJEXT) report_mod.$(LTOBJEXT)
+
+hf_pseudo.$(LTOBJEXT): atomdata.$(LTOBJEXT) hf_mod.$(LTOBJEXT) fock.$(LTOBJEXT) \
+	globalmath.$(LTOBJEXT) gridmod.$(LTOBJEXT) paw_sub.$(LTOBJEXT) \
+	pseudodata.$(LTOBJEXT) pseudo_sub.$(LTOBJEXT)
+
+interpolation_mod.$(LTOBJEXT):
+
+ldagga_mod.$(LTOBJEXT): atomdata.$(LTOBJEXT) anderson_driver.$(LTOBJEXT) \
+	excor.$(LTOBJEXT) general_mod.$(LTOBJEXT) globalmath.$(LTOBJEXT) \
+	gridmod.$(LTOBJEXT) report_mod.$(LTOBJEXT)
+
+libxc_mod.$(LTOBJEXT): globalmath.$(LTOBJEXT)
+
+numerov_mod.$(LTOBJEXT): gridmod.$(LTOBJEXT) blockdavidson_mod.$(LTOBJEXT)
+
+paw_sub.$(LTOBJEXT): globalmath.$(LTOBJEXT) gridmod.$(LTOBJEXT)
+
+pkginfo.$(LTOBJEXT):
+
+pseudo.$(LTOBJEXT): globalmath.$(LTOBJEXT) atomdata.$(LTOBJEXT) aeatom.$(LTOBJEXT) \
+	excor.$(LTOBJEXT) exx_pseudo.$(LTOBJEXT) hf_pseudo.$(LTOBJEXT) \
+	numerov_mod.$(LTOBJEXT) paw_sub.$(LTOBJEXT) pseudodata.$(LTOBJEXT) \
+	pseudo_sub.$(LTOBJEXT) radialsr.$(LTOBJEXT)
+
+pseudo_sub.$(LTOBJEXT): globalmath.$(LTOBJEXT) gridmod.$(LTOBJEXT) \
+	pseudodata.$(LTOBJEXT) excor.$(LTOBJEXT) fock.$(LTOBJEXT)
+
+pseudodata.$(LTOBJEXT): gridmod.$(LTOBJEXT) atomdata.$(LTOBJEXT)
+
+pwscfinterface.$(LTOBJEXT): globalmath.$(LTOBJEXT) atomdata.$(LTOBJEXT) \
+	excor.$(LTOBJEXT) gridmod.$(LTOBJEXT) interpolation_mod.$(LTOBJEXT) \
+	pseudo.$(LTOBJEXT)
+
+radialsr.$(LTOBJEXT): globalmath.$(LTOBJEXT) gridmod.$(LTOBJEXT) atomdata.$(LTOBJEXT)
+
+report_mod.$(LTOBJEXT): atomdata.$(LTOBJEXT) gridmod.$(LTOBJEXT) excor.$(LTOBJEXT)
+
+search_sort.$(LTOBJEXT):
+
+xmlinterface.$(LTOBJEXT): atomdata.$(LTOBJEXT) globalmath.$(LTOBJEXT) \
+	gridmod.$(LTOBJEXT) excor.$(LTOBJEXT) pseudo.$(LTOBJEXT) pkginfo.$(LTOBJEXT)
diff --git a/src/Makefile.in b/src/Makefile.in
new file mode 100644
index 0000000..371b60b
--- /dev/null
+++ b/src/Makefile.in
@@ -0,0 +1,842 @@
+# Makefile.in generated by automake 1.12.4 from Makefile.am.
+# @configure_input@
+
+# Copyright (C) 1994-2012 Free Software Foundation, Inc.
+
+# This Makefile.in is free software; the Free Software Foundation
+# gives unlimited permission to copy and/or distribute it,
+# with or without modifications, as long as this notice is preserved.
+
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
+# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
+# PARTICULAR PURPOSE.
+
+ at SET_MAKE@
+
+# -*- Automake -*-
+#
+# Makefile for the AtomPAW package
+#
+# Copyright (C) 2010 Yann Pouillon
+#
+# This file is part of the AtomPAW software package. For license information,
+# please see the COPYING file in the top-level directory of the source
+# distribution.
+#
+
+
+VPATH = @srcdir@
+am__make_dryrun = \
+  { \
+    am__dry=no; \
+    case $$MAKEFLAGS in \
+      *\\[\ \	]*) \
+        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
+          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
+      *) \
+        for am__flg in $$MAKEFLAGS; do \
+          case $$am__flg in \
+            *=*|--*) ;; \
+            *n*) am__dry=yes; break;; \
+          esac; \
+        done;; \
+    esac; \
+    test $$am__dry = yes; \
+  }
+pkgdatadir = $(datadir)/@PACKAGE@
+pkgincludedir = $(includedir)/@PACKAGE@
+pkglibdir = $(libdir)/@PACKAGE@
+pkglibexecdir = $(libexecdir)/@PACKAGE@
+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+install_sh_DATA = $(install_sh) -c -m 644
+install_sh_PROGRAM = $(install_sh) -c
+install_sh_SCRIPT = $(install_sh) -c
+INSTALL_HEADER = $(INSTALL_DATA)
+transform = $(program_transform_name)
+NORMAL_INSTALL = :
+PRE_INSTALL = :
+POST_INSTALL = :
+NORMAL_UNINSTALL = :
+PRE_UNINSTALL = :
+POST_UNINSTALL = :
+build_triplet = @build@
+host_triplet = @host@
+target_triplet = @target@
+bin_PROGRAMS = atompaw$(EXEEXT) graphatom$(EXEEXT)
+subdir = src
+DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
+	$(srcdir)/pkginfo.f90.in
+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
+am__aclocal_m4_deps =  \
+	$(top_srcdir)/config/m4/ax_f90_module_extension.m4 \
+	$(top_srcdir)/config/m4/fortran.m4 \
+	$(top_srcdir)/config/m4/libtool.m4 \
+	$(top_srcdir)/config/m4/libxc.m4 \
+	$(top_srcdir)/config/m4/libxc_names.m4 \
+	$(top_srcdir)/config/m4/linalg.m4 \
+	$(top_srcdir)/config/m4/ltoptions.m4 \
+	$(top_srcdir)/config/m4/ltsugar.m4 \
+	$(top_srcdir)/config/m4/ltversion.m4 \
+	$(top_srcdir)/config/m4/lt~obsolete.m4 \
+	$(top_srcdir)/config/m4/optimizations.m4 \
+	$(top_srcdir)/config/m4/workarounds.m4 \
+	$(top_srcdir)/configure.ac
+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
+	$(ACLOCAL_M4)
+mkinstalldirs = $(install_sh) -d
+CONFIG_HEADER = $(top_builddir)/config.h
+CONFIG_CLEAN_FILES = pkginfo.f90
+CONFIG_CLEAN_VPATH_FILES =
+am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
+am__vpath_adj = case $$p in \
+    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
+    *) f=$$p;; \
+  esac;
+am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
+am__install_max = 40
+am__nobase_strip_setup = \
+  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
+am__nobase_strip = \
+  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
+am__nobase_list = $(am__nobase_strip_setup); \
+  for p in $$list; do echo "$$p $$p"; done | \
+  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
+  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
+    if (++n[$$2] == $(am__install_max)) \
+      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
+    END { for (dir in files) print dir, files[dir] }'
+am__base_list = \
+  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
+  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
+am__uninstall_files_from_dir = { \
+  test -z "$$files" \
+    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
+    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
+         $(am__cd) "$$dir" && rm -f $$files; }; \
+  }
+am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)"
+LTLIBRARIES = $(lib_LTLIBRARIES)
+libatompaw_la_LIBADD =
+am__objects_1 = abinitinterface.lo aeatom.lo anderson_driver.lo \
+	atomdata.lo atompaw_report.lo blockdavidson_mod.lo excor.lo \
+	exx_mod.lo exx_pseudo.lo exxdata.lo fock.lo general_mod.lo \
+	globalmath.lo graphatom_report.lo gridmod.lo hf_mod.lo \
+	hf_pseudo.lo interpolation_mod.lo ldagga_mod.lo libxc_mod.lo \
+	numerov_mod.lo paw_sub.lo pseudo_sub.lo pseudo.lo \
+	pseudodata.lo pwscfinterface.lo radialsr.lo report_mod.lo \
+	search_sort.lo xmlinterface.lo
+am_libatompaw_la_OBJECTS = $(am__objects_1) atompaw_lib.lo
+am__objects_2 = pkginfo.lo
+nodist_libatompaw_la_OBJECTS = $(am__objects_2)
+libatompaw_la_OBJECTS = $(am_libatompaw_la_OBJECTS) \
+	$(nodist_libatompaw_la_OBJECTS)
+libatompaw_la_LINK = $(LIBTOOL) --tag=FC $(AM_LIBTOOLFLAGS) \
+	$(LIBTOOLFLAGS) --mode=link $(FCLD) $(AM_FCFLAGS) $(FCFLAGS) \
+	$(libatompaw_la_LDFLAGS) $(LDFLAGS) -o $@
+PROGRAMS = $(bin_PROGRAMS)
+am_atompaw_OBJECTS = atompaw_prog.$(OBJEXT)
+atompaw_OBJECTS = $(am_atompaw_OBJECTS)
+atompaw_DEPENDENCIES = libatompaw.la
+am_graphatom_OBJECTS = graphatom.$(OBJEXT)
+graphatom_OBJECTS = $(am_graphatom_OBJECTS)
+graphatom_DEPENDENCIES = libatompaw.la
+DEFAULT_INCLUDES = -I. at am__isrc@ -I$(top_builddir)
+PPFCCOMPILE = $(FC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_FCFLAGS) $(FCFLAGS)
+LTPPFCCOMPILE = $(LIBTOOL) --tag=FC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
+	--mode=compile $(FC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_FCFLAGS) $(FCFLAGS)
+FCLD = $(FC)
+FCLINK = $(LIBTOOL) --tag=FC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
+	--mode=link $(FCLD) $(AM_FCFLAGS) $(FCFLAGS) $(AM_LDFLAGS) \
+	$(LDFLAGS) -o $@
+FCCOMPILE = $(FC) $(AM_FCFLAGS) $(FCFLAGS)
+LTFCCOMPILE = $(LIBTOOL) --tag=FC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
+	--mode=compile $(FC) $(AM_FCFLAGS) $(FCFLAGS)
+SOURCES = $(libatompaw_la_SOURCES) $(nodist_libatompaw_la_SOURCES) \
+	$(atompaw_SOURCES) $(graphatom_SOURCES)
+DIST_SOURCES = $(libatompaw_la_SOURCES) $(atompaw_SOURCES) \
+	$(graphatom_SOURCES)
+am__can_run_installinfo = \
+  case $$AM_UPDATE_INFO_DIR in \
+    n|no|NO) false;; \
+    *) (install-info --version) >/dev/null 2>&1;; \
+  esac
+ETAGS = etags
+CTAGS = ctags
+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+ACLOCAL = @ACLOCAL@
+AMTAR = @AMTAR@
+AR = @AR@
+ATOMPAW_LIBDIR = @ATOMPAW_LIBDIR@
+ATP_FCOPTS = @ATP_FCOPTS@
+ATP_LDOPTS = @ATP_LDOPTS@
+ATP_LIBS = @ATP_LIBS@
+AUTOCONF = @AUTOCONF@
+AUTOHEADER = @AUTOHEADER@
+AUTOMAKE = @AUTOMAKE@
+AWK = @AWK@
+CC = @CC@
+CCDEPMODE = @CCDEPMODE@
+CFLAGS = @CFLAGS@
+CPP = @CPP@
+CPPFLAGS = @CPPFLAGS@
+CYGPATH_W = @CYGPATH_W@
+DEFS = @DEFS@
+DEPDIR = @DEPDIR@
+DLLTOOL = @DLLTOOL@
+DSYMUTIL = @DSYMUTIL@
+DUMPBIN = @DUMPBIN@
+DVIPDF = @DVIPDF@
+ECHO_C = @ECHO_C@
+ECHO_N = @ECHO_N@
+ECHO_T = @ECHO_T@
+EGREP = @EGREP@
+EXEEXT = @EXEEXT@
+FC = @FC@
+FCFLAGS = @FCFLAGS@
+FCFLAGS_F90 = @FCFLAGS_F90@
+FGREP = @FGREP@
+GREP = @GREP@
+INSTALL = @INSTALL@
+INSTALL_DATA = @INSTALL_DATA@
+INSTALL_PROGRAM = @INSTALL_PROGRAM@
+INSTALL_SCRIPT = @INSTALL_SCRIPT@
+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+LATEX = @LATEX@
+LD = @LD@
+LDFLAGS = @LDFLAGS@
+LIBOBJS = @LIBOBJS@
+LIBS = @LIBS@
+LIBTOOL = @LIBTOOL@
+LIPO = @LIPO@
+LN_S = @LN_S@
+LTLIBOBJS = @LTLIBOBJS@
+LTOBJEXT = @LTOBJEXT@
+MAKEINFO = @MAKEINFO@
+MANIFEST_TOOL = @MANIFEST_TOOL@
+MKDIR_P = @MKDIR_P@
+MODEXT = @MODEXT@
+NM = @NM@
+NMEDIT = @NMEDIT@
+OBJDUMP = @OBJDUMP@
+OBJEXT = @OBJEXT@
+OTOOL = @OTOOL@
+OTOOL64 = @OTOOL64@
+PACKAGE = @PACKAGE@
+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
+PACKAGE_NAME = @PACKAGE_NAME@
+PACKAGE_STRING = @PACKAGE_STRING@
+PACKAGE_TARNAME = @PACKAGE_TARNAME@
+PACKAGE_URL = @PACKAGE_URL@
+PACKAGE_VERSION = @PACKAGE_VERSION@
+PATH_SEPARATOR = @PATH_SEPARATOR@
+PDFLATEX = @PDFLATEX@
+PERL = @PERL@
+RANLIB = @RANLIB@
+SED = @SED@
+SET_MAKE = @SET_MAKE@
+SHELL = @SHELL@
+STRIP = @STRIP@
+VERSION = @VERSION@
+abs_builddir = @abs_builddir@
+abs_srcdir = @abs_srcdir@
+abs_top_builddir = @abs_top_builddir@
+abs_top_srcdir = @abs_top_srcdir@
+ac_ct_AR = @ac_ct_AR@
+ac_ct_CC = @ac_ct_CC@
+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
+ac_ct_FC = @ac_ct_FC@
+am__include = @am__include@
+am__leading_dot = @am__leading_dot@
+am__quote = @am__quote@
+am__tar = @am__tar@
+am__untar = @am__untar@
+atp_fc_path = @atp_fc_path@
+atp_fc_vendor = @atp_fc_vendor@
+atp_fc_version = @atp_fc_version@
+atp_fc_wrap = @atp_fc_wrap@
+bindir = @bindir@
+build = @build@
+build_alias = @build_alias@
+build_cpu = @build_cpu@
+build_os = @build_os@
+build_vendor = @build_vendor@
+builddir = @builddir@
+datadir = @datadir@
+datarootdir = @datarootdir@
+docdir = @docdir@
+dvidir = @dvidir@
+exec_prefix = @exec_prefix@
+host = @host@
+host_alias = @host_alias@
+host_cpu = @host_cpu@
+host_os = @host_os@
+host_vendor = @host_vendor@
+htmldir = @htmldir@
+includedir = @includedir@
+infodir = @infodir@
+install_sh = @install_sh@
+libdir = @libdir@
+libexecdir = @libexecdir@
+localedir = @localedir@
+localstatedir = @localstatedir@
+mandir = @mandir@
+mkdir_p = @mkdir_p@
+oldincludedir = @oldincludedir@
+pdfdir = @pdfdir@
+prefix = @prefix@
+program_transform_name = @program_transform_name@
+psdir = @psdir@
+sbindir = @sbindir@
+sharedstatedir = @sharedstatedir@
+srcdir = @srcdir@
+sysconfdir = @sysconfdir@
+target = @target@
+target_alias = @target_alias@
+target_cpu = @target_cpu@
+target_os = @target_os@
+target_vendor = @target_vendor@
+top_build_prefix = @top_build_prefix@
+top_builddir = @top_builddir@
+top_srcdir = @top_srcdir@
+
+#
+# Main source files
+#
+
+# Common source files
+atp_srcs = \
+  abinitinterface.f90 \
+  aeatom.f90 \
+  anderson_driver.f90 \
+  atomdata.f90 \
+  atompaw_report.f90 \
+  blockdavidson_mod.f90 \
+  excor.f90 \
+  exx_mod.f90 \
+  exx_pseudo.f90 \
+  exxdata.f90 \
+  fock.f90 \
+  general_mod.f90 \
+  globalmath.f90 \
+  graphatom_report.f90 \
+  gridmod.f90 \
+  hf_mod.f90 \
+  hf_pseudo.f90 \
+  interpolation_mod.f90 \
+  ldagga_mod.f90 \
+  libxc_mod.F90 \
+  numerov_mod.f90 \
+  paw_sub.f90 \
+  pseudo_sub.f90 \
+  pseudo.f90 \
+  pseudodata.f90 \
+  pwscfinterface.f90 \
+  radialsr.f90 \
+  report_mod.f90 \
+  search_sort.f90 \
+  xmlinterface.f90
+
+
+# Built source files (generated by configure)
+atp_built_srcs = \
+  pkginfo.f90
+
+
+# Libraries to install
+lib_LTLIBRARIES = libatompaw.la
+libatompaw_la_SOURCES = $(atp_srcs) atompaw_lib.f90
+nodist_libatompaw_la_SOURCES = $(atp_built_srcs)
+libatompaw_la_LDFLAGS = -version-info 0:0:0
+atompaw_SOURCES = atompaw_prog.f90
+atompaw_LDADD = libatompaw.la
+graphatom_SOURCES = graphatom.f90
+graphatom_LDADD = libatompaw.la
+all: all-am
+
+.SUFFIXES:
+.SUFFIXES: .F90 .f90 .lo .o .obj
+$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
+	@for dep in $?; do \
+	  case '$(am__configure_deps)' in \
+	    *$$dep*) \
+	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
+	        && { if test -f $@; then exit 0; else break; fi; }; \
+	      exit 1;; \
+	  esac; \
+	done; \
+	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/Makefile'; \
+	$(am__cd) $(top_srcdir) && \
+	  $(AUTOMAKE) --gnu src/Makefile
+.PRECIOUS: Makefile
+Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
+	@case '$?' in \
+	  *config.status*) \
+	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
+	  *) \
+	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
+	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
+	esac;
+
+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+
+$(top_srcdir)/configure:  $(am__configure_deps)
+	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
+	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+$(am__aclocal_m4_deps):
+pkginfo.f90: $(top_builddir)/config.status $(srcdir)/pkginfo.f90.in
+	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
+install-libLTLIBRARIES: $(lib_LTLIBRARIES)
+	@$(NORMAL_INSTALL)
+	@list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
+	list2=; for p in $$list; do \
+	  if test -f $$p; then \
+	    list2="$$list2 $$p"; \
+	  else :; fi; \
+	done; \
+	test -z "$$list2" || { \
+	  echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \
+	  $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \
+	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
+	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
+	}
+
+uninstall-libLTLIBRARIES:
+	@$(NORMAL_UNINSTALL)
+	@list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
+	for p in $$list; do \
+	  $(am__strip_dir) \
+	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
+	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
+	done
+
+clean-libLTLIBRARIES:
+	-test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
+	@list='$(lib_LTLIBRARIES)'; \
+	locs=`for p in $$list; do echo $$p; done | \
+	      sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
+	      sort -u`; \
+	test -z "$$locs" || { \
+	  echo rm -f $${locs}; \
+	  rm -f $${locs}; \
+	}
+libatompaw.la: $(libatompaw_la_OBJECTS) $(libatompaw_la_DEPENDENCIES) $(EXTRA_libatompaw_la_DEPENDENCIES) 
+	$(libatompaw_la_LINK) -rpath $(libdir) $(libatompaw_la_OBJECTS) $(libatompaw_la_LIBADD) $(LIBS)
+install-binPROGRAMS: $(bin_PROGRAMS)
+	@$(NORMAL_INSTALL)
+	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
+	if test -n "$$list"; then \
+	  echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
+	  $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
+	fi; \
+	for p in $$list; do echo "$$p $$p"; done | \
+	sed 's/$(EXEEXT)$$//' | \
+	while read p p1; do if test -f $$p || test -f $$p1; \
+	  then echo "$$p"; echo "$$p"; else :; fi; \
+	done | \
+	sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
+	    -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
+	sed 'N;N;N;s,\n, ,g' | \
+	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
+	  { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
+	    if ($$2 == $$4) files[d] = files[d] " " $$1; \
+	    else { print "f", $$3 "/" $$4, $$1; } } \
+	  END { for (d in files) print "f", d, files[d] }' | \
+	while read type dir files; do \
+	    if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
+	    test -z "$$files" || { \
+	    echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
+	    $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
+	    } \
+	; done
+
+uninstall-binPROGRAMS:
+	@$(NORMAL_UNINSTALL)
+	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
+	files=`for p in $$list; do echo "$$p"; done | \
+	  sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
+	      -e 's/$$/$(EXEEXT)/' `; \
+	test -n "$$list" || exit 0; \
+	echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
+	cd "$(DESTDIR)$(bindir)" && rm -f $$files
+
+clean-binPROGRAMS:
+	@list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \
+	echo " rm -f" $$list; \
+	rm -f $$list || exit $$?; \
+	test -n "$(EXEEXT)" || exit 0; \
+	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
+	echo " rm -f" $$list; \
+	rm -f $$list
+atompaw$(EXEEXT): $(atompaw_OBJECTS) $(atompaw_DEPENDENCIES) $(EXTRA_atompaw_DEPENDENCIES) 
+	@rm -f atompaw$(EXEEXT)
+	$(FCLINK) $(atompaw_OBJECTS) $(atompaw_LDADD) $(LIBS)
+graphatom$(EXEEXT): $(graphatom_OBJECTS) $(graphatom_DEPENDENCIES) $(EXTRA_graphatom_DEPENDENCIES) 
+	@rm -f graphatom$(EXEEXT)
+	$(FCLINK) $(graphatom_OBJECTS) $(graphatom_LDADD) $(LIBS)
+
+mostlyclean-compile:
+	-rm -f *.$(OBJEXT)
+
+distclean-compile:
+	-rm -f *.tab.c
+
+.F90.o:
+	$(PPFCCOMPILE) -c -o $@ $<
+
+.F90.obj:
+	$(PPFCCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+
+.F90.lo:
+	$(LTPPFCCOMPILE) -c -o $@ $<
+
+.f90.o:
+	$(FCCOMPILE) -c -o $@ $<
+
+.f90.obj:
+	$(FCCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+
+.f90.lo:
+	$(LTFCCOMPILE) -c -o $@ $<
+
+mostlyclean-libtool:
+	-rm -f *.lo
+
+clean-libtool:
+	-rm -rf .libs _libs
+
+ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+	unique=`for i in $$list; do \
+	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
+	  done | \
+	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
+	      END { if (nonempty) { for (i in files) print i; }; }'`; \
+	mkid -fID $$unique
+tags: TAGS
+
+TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+		$(TAGS_FILES) $(LISP)
+	set x; \
+	here=`pwd`; \
+	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
+	unique=`for i in $$list; do \
+	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
+	  done | \
+	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
+	      END { if (nonempty) { for (i in files) print i; }; }'`; \
+	shift; \
+	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
+	  test -n "$$unique" || unique=$$empty_fix; \
+	  if test $$# -gt 0; then \
+	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
+	      "$$@" $$unique; \
+	  else \
+	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
+	      $$unique; \
+	  fi; \
+	fi
+ctags: CTAGS
+CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+		$(TAGS_FILES) $(LISP)
+	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
+	unique=`for i in $$list; do \
+	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
+	  done | \
+	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
+	      END { if (nonempty) { for (i in files) print i; }; }'`; \
+	test -z "$(CTAGS_ARGS)$$unique" \
+	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+	     $$unique
+
+GTAGS:
+	here=`$(am__cd) $(top_builddir) && pwd` \
+	  && $(am__cd) $(top_srcdir) \
+	  && gtags -i $(GTAGS_ARGS) "$$here"
+
+cscopelist:  $(HEADERS) $(SOURCES) $(LISP)
+	list='$(SOURCES) $(HEADERS) $(LISP)'; \
+	case "$(srcdir)" in \
+	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
+	  *) sdir=$(subdir)/$(srcdir) ;; \
+	esac; \
+	for i in $$list; do \
+	  if test -f "$$i"; then \
+	    echo "$(subdir)/$$i"; \
+	  else \
+	    echo "$$sdir/$$i"; \
+	  fi; \
+	done >> $(top_builddir)/cscope.files
+
+distclean-tags:
+	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+
+distdir: $(DISTFILES)
+	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
+	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
+	list='$(DISTFILES)'; \
+	  dist_files=`for file in $$list; do echo $$file; done | \
+	  sed -e "s|^$$srcdirstrip/||;t" \
+	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
+	case $$dist_files in \
+	  */*) $(MKDIR_P) `echo "$$dist_files" | \
+			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
+			   sort -u` ;; \
+	esac; \
+	for file in $$dist_files; do \
+	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+	  if test -d $$d/$$file; then \
+	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
+	    if test -d "$(distdir)/$$file"; then \
+	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
+	    fi; \
+	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
+	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
+	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
+	    fi; \
+	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
+	  else \
+	    test -f "$(distdir)/$$file" \
+	    || cp -p $$d/$$file "$(distdir)/$$file" \
+	    || exit 1; \
+	  fi; \
+	done
+check-am: all-am
+check: check-am
+all-am: Makefile $(LTLIBRARIES) $(PROGRAMS)
+install-binPROGRAMS: install-libLTLIBRARIES
+
+installdirs:
+	for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)"; do \
+	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
+	done
+install: install-am
+install-exec: install-exec-am
+install-data: install-data-am
+uninstall: uninstall-am
+
+install-am: all-am
+	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
+
+installcheck: installcheck-am
+install-strip:
+	if test -z '$(STRIP)'; then \
+	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+	      install; \
+	else \
+	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
+	fi
+mostlyclean-generic:
+
+clean-generic:
+
+distclean-generic:
+	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
+
+maintainer-clean-generic:
+	@echo "This command is intended for maintainers to use"
+	@echo "it deletes files that may require special tools to rebuild."
+clean: clean-am
+
+clean-am: clean-binPROGRAMS clean-generic clean-libLTLIBRARIES \
+	clean-libtool clean-local mostlyclean-am
+
+distclean: distclean-am
+	-rm -f Makefile
+distclean-am: clean-am distclean-compile distclean-generic \
+	distclean-tags
+
+dvi: dvi-am
+
+dvi-am:
+
+html: html-am
+
+html-am:
+
+info: info-am
+
+info-am:
+
+install-data-am:
+
+install-dvi: install-dvi-am
+
+install-dvi-am:
+
+install-exec-am: install-binPROGRAMS install-libLTLIBRARIES
+
+install-html: install-html-am
+
+install-html-am:
+
+install-info: install-info-am
+
+install-info-am:
+
+install-man:
+
+install-pdf: install-pdf-am
+
+install-pdf-am:
+
+install-ps: install-ps-am
+
+install-ps-am:
+
+installcheck-am:
+
+maintainer-clean: maintainer-clean-am
+	-rm -f Makefile
+maintainer-clean-am: distclean-am maintainer-clean-generic
+
+mostlyclean: mostlyclean-am
+
+mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+	mostlyclean-libtool
+
+pdf: pdf-am
+
+pdf-am:
+
+ps: ps-am
+
+ps-am:
+
+uninstall-am: uninstall-binPROGRAMS uninstall-libLTLIBRARIES
+
+.MAKE: install-am install-strip
+
+.PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \
+	clean-generic clean-libLTLIBRARIES clean-libtool clean-local \
+	cscopelist ctags distclean distclean-compile distclean-generic \
+	distclean-libtool distclean-tags distdir dvi dvi-am html \
+	html-am info info-am install install-am install-binPROGRAMS \
+	install-data install-data-am install-dvi install-dvi-am \
+	install-exec install-exec-am install-html install-html-am \
+	install-info install-info-am install-libLTLIBRARIES \
+	install-man install-pdf install-pdf-am install-ps \
+	install-ps-am install-strip installcheck installcheck-am \
+	installdirs maintainer-clean maintainer-clean-generic \
+	mostlyclean mostlyclean-compile mostlyclean-generic \
+	mostlyclean-libtool pdf pdf-am ps ps-am tags uninstall \
+	uninstall-am uninstall-binPROGRAMS uninstall-libLTLIBRARIES
+
+
+                    # ------------------------------------ #
+
+# Local cleaning
+clean-local:
+	rm -f *.mod *.MOD *.obj
+
+# Explicit dependencies
+
+abinitinterface.$(LTOBJEXT): atomdata.$(LTOBJEXT) globalmath.$(LTOBJEXT) \
+	gridmod.$(LTOBJEXT) excor.$(LTOBJEXT) pseudo.$(LTOBJEXT) \
+	interpolation_mod.$(LTOBJEXT) pkginfo.$(LTOBJEXT) libxc_mod.$(LTOBJEXT)
+
+aeatom.$(LTOBJEXT): atomdata.$(LTOBJEXT) excor.$(LTOBJEXT) exx_mod.$(LTOBJEXT) \
+	general_mod.$(LTOBJEXT) globalmath.$(LTOBJEXT) gridmod.$(LTOBJEXT) \
+	hf_mod.$(LTOBJEXT) ldagga_mod.$(LTOBJEXT)
+
+anderson_driver.$(LTOBJEXT): globalmath.$(LTOBJEXT)
+
+atomdata.$(LTOBJEXT):
+
+atompaw_lib.$(LTOBJEXT):
+
+atompaw_prog.$(LTOBJEXT): globalmath.$(LTOBJEXT) aeatom.$(LTOBJEXT) \
+	atomdata.$(LTOBJEXT) atompaw_report.$(LTOBJEXT) pseudo.$(LTOBJEXT) \
+	abinitinterface.$(LTOBJEXT) pwscfinterface.$(LTOBJEXT) xmlinterface.$(LTOBJEXT) \
+	pkginfo.$(LTOBJEXT) libxc_mod.$(LTOBJEXT)
+
+atompaw_report.$(LTOBJEXT): atomdata.$(LTOBJEXT) fock.$(LTOBJEXT) \
+	globalmath.$(LTOBJEXT) gridmod.$(LTOBJEXT) pseudo.$(LTOBJEXT) \
+	pseudodata.$(LTOBJEXT) libxc_mod.$(LTOBJEXT)
+
+blockdavidson_mod.$(LTOBJEXT): globalmath.$(LTOBJEXT) search_sort.$(LTOBJEXT)
+
+excor.$(LTOBJEXT): atomdata.$(LTOBJEXT) globalmath.$(LTOBJEXT) gridmod.$(LTOBJEXT) \
+	libxc_mod.$(LTOBJEXT)
+
+exx_mod.$(LTOBJEXT): anderson_driver.$(LTOBJEXT) atomdata.$(LTOBJEXT) \
+	exxdata.$(LTOBJEXT) fock.$(LTOBJEXT) general_mod.$(LTOBJEXT) \
+	globalmath.$(LTOBJEXT) gridmod.$(LTOBJEXT) hf_mod.$(LTOBJEXT) report_mod.$(LTOBJEXT)
+
+exx_pseudo.$(LTOBJEXT): anderson_driver.$(LTOBJEXT) atomdata.$(LTOBJEXT) \
+	exx_mod.$(LTOBJEXT) fock.$(LTOBJEXT) globalmath.$(LTOBJEXT) \
+	gridmod.$(LTOBJEXT) pseudodata.$(LTOBJEXT) pseudo_sub.$(LTOBJEXT)
+
+exxdata.$(LTOBJEXT):
+
+fock.$(LTOBJEXT): atomdata.$(LTOBJEXT) gridmod.$(LTOBJEXT) globalmath.$(LTOBJEXT)
+
+general_mod.$(LTOBJEXT): atomdata.$(LTOBJEXT) numerov_mod.$(LTOBJEXT) \
+	globalmath.$(LTOBJEXT) gridmod.$(LTOBJEXT) radialsr.$(LTOBJEXT)
+
+globalmath.$(LTOBJEXT):
+
+graphatom.$(LTOBJEXT): globalmath.$(LTOBJEXT) aeatom.$(LTOBJEXT) \
+	atomdata.$(LTOBJEXT) graphatom_report.$(LTOBJEXT)
+
+graphatom_report.$(LTOBJEXT): globalmath.$(LTOBJEXT) atomdata.$(LTOBJEXT) \
+	gridmod.$(LTOBJEXT) report_mod.$(LTOBJEXT)
+
+gridmod.$(LTOBJEXT): globalmath.$(LTOBJEXT)
+
+hf_mod.$(LTOBJEXT): anderson_driver.$(LTOBJEXT) atomdata.$(LTOBJEXT) \
+	fock.$(LTOBJEXT) general_mod.$(LTOBJEXT) globalmath.$(LTOBJEXT) \
+	gridmod.$(LTOBJEXT) report_mod.$(LTOBJEXT)
+
+hf_pseudo.$(LTOBJEXT): atomdata.$(LTOBJEXT) hf_mod.$(LTOBJEXT) fock.$(LTOBJEXT) \
+	globalmath.$(LTOBJEXT) gridmod.$(LTOBJEXT) paw_sub.$(LTOBJEXT) \
+	pseudodata.$(LTOBJEXT) pseudo_sub.$(LTOBJEXT)
+
+interpolation_mod.$(LTOBJEXT):
+
+ldagga_mod.$(LTOBJEXT): atomdata.$(LTOBJEXT) anderson_driver.$(LTOBJEXT) \
+	excor.$(LTOBJEXT) general_mod.$(LTOBJEXT) globalmath.$(LTOBJEXT) \
+	gridmod.$(LTOBJEXT) report_mod.$(LTOBJEXT)
+
+libxc_mod.$(LTOBJEXT): globalmath.$(LTOBJEXT)
+
+numerov_mod.$(LTOBJEXT): gridmod.$(LTOBJEXT) blockdavidson_mod.$(LTOBJEXT)
+
+paw_sub.$(LTOBJEXT): globalmath.$(LTOBJEXT) gridmod.$(LTOBJEXT)
+
+pkginfo.$(LTOBJEXT):
+
+pseudo.$(LTOBJEXT): globalmath.$(LTOBJEXT) atomdata.$(LTOBJEXT) aeatom.$(LTOBJEXT) \
+	excor.$(LTOBJEXT) exx_pseudo.$(LTOBJEXT) hf_pseudo.$(LTOBJEXT) \
+	numerov_mod.$(LTOBJEXT) paw_sub.$(LTOBJEXT) pseudodata.$(LTOBJEXT) \
+	pseudo_sub.$(LTOBJEXT) radialsr.$(LTOBJEXT)
+
+pseudo_sub.$(LTOBJEXT): globalmath.$(LTOBJEXT) gridmod.$(LTOBJEXT) \
+	pseudodata.$(LTOBJEXT) excor.$(LTOBJEXT) fock.$(LTOBJEXT)
+
+pseudodata.$(LTOBJEXT): gridmod.$(LTOBJEXT) atomdata.$(LTOBJEXT)
+
+pwscfinterface.$(LTOBJEXT): globalmath.$(LTOBJEXT) atomdata.$(LTOBJEXT) \
+	excor.$(LTOBJEXT) gridmod.$(LTOBJEXT) interpolation_mod.$(LTOBJEXT) \
+	pseudo.$(LTOBJEXT)
+
+radialsr.$(LTOBJEXT): globalmath.$(LTOBJEXT) gridmod.$(LTOBJEXT) atomdata.$(LTOBJEXT)
+
+report_mod.$(LTOBJEXT): atomdata.$(LTOBJEXT) gridmod.$(LTOBJEXT) excor.$(LTOBJEXT)
+
+search_sort.$(LTOBJEXT):
+
+xmlinterface.$(LTOBJEXT): atomdata.$(LTOBJEXT) globalmath.$(LTOBJEXT) \
+	gridmod.$(LTOBJEXT) excor.$(LTOBJEXT) pseudo.$(LTOBJEXT) pkginfo.$(LTOBJEXT)
+
+# Tell versions [3.59,3.63) of GNU make to not export all variables.
+# Otherwise a system limit (for SysV at least) may be exceeded.
+.NOEXPORT:
diff --git a/src/abinitinterface.f90 b/src/abinitinterface.f90
new file mode 100644
index 0000000..cba3cd6
--- /dev/null
+++ b/src/abinitinterface.f90
@@ -0,0 +1,2853 @@
+!! NAME
+!!  ABINITInterface
+!!
+!! FUNCTION
+!!  This module contains routines used to convert PAW atomic dataset
+!!  into a suitable formatted file for ABINIT code
+!!
+!! COPYRIGHT
+!! Copyright (C) 2002-2010 ABINIT group (MT)
+!! This file is distributed under the terms of the
+!! GNU General Public License, see ~abinit/COPYING
+!! or http://www.gnu.org/copyleft/gpl.txt .
+
+Module ABINITInterface
+
+ use atomdata
+ use GlobalMath
+ use gridmod
+ use excor
+ use pseudo
+ use interpolation_mod
+ use pkginfo
+ use libxc_mod
+
+ implicit none
+
+ private
+
+ public :: atompaw2abinit
+
+!!=================================================================
+!! CONSTANTS
+!!=================================================================
+
+!Nb of bytes related to subtypes
+ integer, parameter :: i1b=selected_int_kind(2)
+ integer, parameter :: i2b=selected_int_kind(4)
+ integer, parameter :: i4b=selected_int_kind(9)
+ integer, parameter :: dp=kind(1.0d0)
+ integer, parameter :: dpc=kind((1.0d0,1.0d0))
+ integer, parameter :: lgt=kind(.true.)
+
+!Default lengths
+ integer, parameter :: fnlen=132    ! maximum length of file name variables
+ integer, parameter :: strlen=32000 ! maximum length of input string
+
+!UNIX unit numbers : standard input, standard output
+ integer, parameter :: std_in=5,std_out=6
+
+!Real, fractionary and other constants
+ real(dp), parameter :: zero =0._dp
+ real(dp), parameter :: one  =1._dp
+ real(dp), parameter :: two  =2._dp
+ real(dp), parameter :: three=3._dp
+ real(dp), parameter :: four =4._dp
+ real(dp), parameter :: half =0.50_dp
+ real(dp), parameter :: tol8= 0.00000001_dp
+ real(dp), parameter :: tol10=0.0000000001_dp
+ real(dp), parameter :: tol12=0.000000000001_dp
+ real(dp), parameter :: tol14=0.00000000000001_dp
+ character(len=1), parameter :: ch10 = char(10)
+
+!Real physical constants
+!Revised fundamental constants from http://physics.nist.gov/cuu/Constants/index.html
+!(from 2002 least squares adjustment)
+ real(dp), parameter :: Bohr_Ang=0.5291772108_dp    ! 1 Bohr, in Angstrom
+ real(dp), parameter :: Ha_eV=27.2113845_dp ! 1 Hartree, in eV
+
+!!=================================================================
+!! DEFAULT PARAMETERS
+!!=================================================================
+
+!Version number
+ character*10 :: atompaw2abinitver='3.4.1', abinitver='6.1.0+', verdate='june 2013'
+
+!Default name for Abinit file
+ integer, parameter :: unit_abinit=22
+
+!Options
+ logical :: usexcnhat_def=.false.
+ logical :: prtcorewf_def=.false.
+
+!Reduced logarithmic grid (default parameters)
+ logical  :: uselog_def=.false.
+ integer  :: loggrd_size_def=350
+ real(dp) :: loggrd_step_def=0.035_dp
+
+!Real Space Optimization (default parameters)
+ logical  :: userso_def=.false.
+ real(dp) :: ecut_rso_def=10._dp
+ real(dp) :: gfact_rso_def=two
+ real(dp) :: werror_rso_def=0.0001_dp
+
+!!=================================================================
+!! STRUCTURED DATATYPES
+!!=================================================================
+
+!PAW dataset "header" for ABINIT
+ type pshead_type
+  integer :: basis_size      ! Number of elements for the paw nl basis
+  integer :: core_size       ! Number of core states
+  integer :: core_meshsz     ! Dimension of radial mesh for core density
+                             ! Must be greater or equal than sph_meshsz
+  integer :: corewf_meshsz   ! Dimension of radial mesh for core wave functions
+  integer :: creatorid       ! ID of psp generator (here creatorID=1 !)
+  integer :: hat_meshsz      ! Dimension of radial mesh for hat density
+  integer :: l_size          ! Maximum value of l+1 leading to a non zero Gaunt coef
+  integer :: lambda          ! Lambda in gaussian type g(r)
+  integer :: lmax            ! Maximum value of l for valence states
+  integer :: lmax_core       ! Maximum value of l for core states
+  integer :: lmn_size        ! Number of elements for the paw basis
+  integer :: lmn_size_core   ! Number of lmn elements for the core
+  integer :: lmn2_size       ! lmn2_size=lmn_size*(lmn_size+1)/2
+  integer :: max_meshsz      ! max. dimension for radial meshes
+  integer :: mesh_type       ! Flag: 1 if all meshes are regular grids
+                             !       2 if all meshes are log. grids
+  integer :: prj_meshsz      ! Dimension of radial mesh for tproj
+  integer :: prj_msz_max     ! Maximal dimension of radial mesh for tproj
+  integer :: pspcod          ! Psp code number for Abinit (here PAW->pspcod=7 !)
+  integer :: pspxc_abinit    ! Abinit code number for the XC functionnal
+  integer :: shape_type      ! Shape function type
+                             ! shape_type=1 ; g(r)=sinc2
+                             ! shape_type=2 ; g(r)=exp
+                             ! shape_type=3 ; g(r)=bessel
+                             ! shape_type=-1; g(r)=tabulated
+  integer :: sph_meshsz      ! Dimension of radial mesh corresponding to PAW radius
+  integer :: vale_meshsz     ! Dimension of radial mesh for pseudo valence density
+  integer :: vloc_meshsz     ! Dimension of radial mesh for vloc=vhtnzc (with hat in XC)
+                             ! For r>r(vloc_meshsz), we assume vloz=-Z/r
+  integer :: vlocopt         ! Option for the format of Vloc
+                             !  0: Vloc is Vbare (Blochl formulation)
+                             !  1: Vloc is VH(tnzc) (Kresse formulation)
+                             !  2: Vloc is VH(tnzc) (Kresse formulation without compensation in XC)
+  integer :: wav_meshsz      ! Dimension of radial mesh for wave functions (phi, tphi)
+  real(dp) :: atomic_charge  ! Total atomic charge
+  real(dp) :: core_charge    ! Core charge
+  real(dp) :: log_step       ! Step corresponding to exponential term in logarith. radial mesh
+  real(dp) :: rad_step       ! Step corresponding to radial mesh
+  real(dp) :: rc_hat         ! Radius used in sinus shape function
+  real(dp) :: rc_sph         ! Default PAW sphere radius
+  real(dp) :: sigma          ! Sigma for gaussian shape function
+  character*(fnlen) :: title ! Title for pseudopotential
+  integer, pointer :: orbitals(:)      ! orbitals(basis_size) (l quantum number for each basis function)
+  integer, pointer :: orbitals_core(:) ! orbitals_core(basis_size) (l quantum number for each core WF)
+  real(dp), pointer :: occ(:)          ! occ(basis_size) (occupation for each basis function)
+ end type pshead_type
+
+!ABINIT PAW dataset (except header)
+ type pawps_type
+  real(dp), pointer :: coreden4pr2(:)  ! coreden4pr2(core_meshsz)
+                                       ! Gives the core density multiplied by 4Pi.r2
+  real(dp), pointer :: tcoreden4pr2(:) ! tcoreden4pr2(core_meshsz)
+                                       ! Gives the pseudized core density multiplied by 4Pi.r2
+  real(dp), pointer :: tvaleden4pr2(:) ! tvaleden4pr2(core_meshsz)
+                                       ! Gives the pseudized core density multiplied by 4Pi.r2 (up to r(vale_meshsz))
+  real(dp), pointer :: phi(:,:)        ! phi(sph_meshsz,basis_size)
+                                       ! Gives, on the radial grid, the PAW atomic wavefunctions
+  real(dp), pointer :: tphi(:,:)       ! tphi(sph_meshsz,basis_size)
+                                       ! Gives, on the radial grid, the PAW atomic pseudowavefunctions
+  real(dp), pointer :: tproj(:,:)      ! tproj(prj_msz_max,basis_size)
+                                       ! Gives, on the radial grid, the PAW projectors for each basis function
+  real(dp), pointer :: dij0(:)         ! dij0(lmn2_size)
+                                       ! Part of the Dij term (non-local operator) frozen during SCF
+  real(dp), pointer :: rhoij0(:)       ! rhoij0(lmn2_size)
+                                       ! Atomic initialization of rhoij
+  real(dp), pointer :: vbare(:)        ! vbare(sph_meshsz)
+                                       ! Gives the "bare" local potential
+  real(dp), pointer :: vhtnzc(:)       ! vhtnzc(core_meshsz)
+                                       ! Gives the Hartree potential of the pseudo density
+                                       ! of the nucleus + core electrons of the atom
+ end type pawps_type
+
+!Grid definitions
+ type pawrad_type
+  integer :: islog                ! 0 if the radial grid is a linear grid, 1 if it is a logarithmic grid
+  integer :: meshsz               ! Dimension of max. radial mesh (max. of all mesh sizes)
+  real(dp) :: rstep               ! Step corresponding to radial mesh
+  real(dp) :: lstep               ! Step corresponding to exponential term (logarithmic mesh)
+  real(dp), pointer :: rad(:)     ! rad(max_meshsz)  Coordinates of all the pts of the radial grid
+  real(dp), pointer :: radfact(:) ! radfact(max_meshsz) used to compute radial integrals on generalized grid
+ end type pawrad_type
+
+!Various useful arrays used during ABINIT PAW dataset generation
+ type pawarray_type
+  integer, pointer :: indlmn(:,:)      ! indlmn(6,lmn_size) Gives l,m,n,lm,ln,s for i=lmn
+  real(dp), pointer :: hatden4pr2(:)   ! hatden4pr2(sph_meshsz) Gives the compensation density
+                                       ! multiplied by 4Pi.r2 (following Abinit definition)
+  real(dp), pointer :: kij(:)          ! kij(lmn2_size) Kinetic overlap operator
+  real(dp), pointer :: shapefunc(:)    ! shapefunc(sph_meshsz) Gives the normalized shape function
+                                       ! of the atom used for the compensation density
+  real(dp), pointer :: shpnrm(:)       ! shpnrm(l_size) Gives the moment of shapefunction for each l
+  real(dp), pointer :: tvaleden4pr2(:) ! tvaleden4pr2(sph_meshsz) Gives the pseudized valence density
+                                       ! multiplied by 4Pi.r2 (only part inside spheres)
+ end type pawarray_type
+
+!Options for REAL SPACE OPTIMIZATION of projectors
+ type pawrso_type
+  logical :: userso           ! TRUE if Real Space Optimization is required
+  real(dp) :: ecut            ! Real Space Optimization parameter: plane wave cutoff = 1/2 Gmax**2
+  real(dp) :: gfact           ! Real Space Optimization parameter: Gamma/Gmax ratio
+  real(dp) :: werror          ! Real Space Optimization parameter: max. error W_l allowed
+ end type pawrso_type
+
+!Options for transfer of dataset onto a reduced log. grid
+ type loggrd_type
+  logical :: uselog           ! TRUE if data are transfered on a log. grid before being written
+  integer :: meshsz           ! Mesh size for the logarithmic grid
+  real(dp) :: log_step        ! Logarithmic step for the logarithmic grid
+  real(dp) :: rad_step        ! Radial step for the logarithmic grid
+ end type loggrd_type
+
+ CONTAINS
+
+!!=================================================================
+!! NAME
+!! atompaw2abinit
+!!
+!! FUNCTION
+!! Main routine for building a psp file for PAW calculations
+!! in Abinit, starting from the code atomPAW (N. Holzwarth).
+!!
+!! The present main routine drives the following operations :
+!! 1) Read useful data from the output file of AtomPAW
+!! 2) Calculate quantities that do not depend from self-consistent PAW
+!!    iterations
+!! 3) Write an output file to be read as an input PAW atomic data
+!!    file in abinit
+!!
+!!       Units: Energies=Hartree, Lengths=Bohr
+!!
+!! PARENTS
+!! atompaw
+!!
+!! CHILDREN
+!! calc_dij0,calc_rhoij0,calc_shapef,calc_tcore,initmesh,initpawps
+!! opt_proj,rdinputabinit,rdpawps1,rdpawps2,wrpawps,wrcorewf
+!!=================================================================
+
+ subroutine Atompaw2Abinit(AEOrbit,AEPot,AESCF,PAW,FC,Grid,ifinput)
+
+ type(OrbitInfo), intent(in)     :: AEOrbit
+ type(PotentialInfo), intent(in) :: AEPot
+ type (SCFInfo),  intent(in)     :: AESCF
+ type(Pseudoinfo), intent(in)    ::  PAW
+ type(FCInfo), intent(in)        :: FC
+ type(GridInfo), intent(in)      :: Grid
+ integer, intent(in)             :: ifinput
+
+!------------------------------------------------------------------
+!---- Local variables
+!------------------------------------------------------------------
+
+ type(pshead_type)   :: pshead
+ type(pawps_type)    :: pawps
+ type(pawarray_type) :: pawarray
+ type(pawrad_type)   :: pawrad
+ type(loggrd_type)   :: loggrd
+ type(pawrso_type)   :: pawrso
+ integer :: id
+ logical :: prtcorewf
+ character*(fnlen) :: author,file_abinit,xcname
+ character*(5000) :: input_string
+
+!------------------------------------------------------------------
+!---- Executable code
+!------------------------------------------------------------------
+
+ write(std_out,'(2a)') ch10,'========================================================'
+ write(std_out,'(3a)')      '==   Atompaw2Abinit - v',trim(atompaw2abinitver),&
+&                                                       ':                         =='
+ write(std_out,'(a)')       '==   Converts a PAW dataset generated by "Atompaw"    =='
+ write(std_out,'(a)')       '==   into a PAW atomic data file readable             =='
+ write(std_out,'(3a)')      '==   by ABINIT (v',trim(abinitver),&
+&                                                    ')                            =='
+ write(std_out,'(a)')       '==                                                    =='
+ write(std_out,'(a)')       '==   "ABINIT" can be found at:  http://www.abinit.org =='
+ write(std_out,'(a)')       '========================================================'
+
+ call read_inputstring(ifinput,input_string)
+
+!------------------------------------------------------------------
+!---- Load PAW dataset header into ABINIT datastructure (sizes of arrays)
+
+ call rdpawps1(AEOrbit,AEPot,PAW,FC,Grid,pshead)
+
+!------------------------------------------------------------------
+!---- Read choices from input file
+
+ call rdinputabinit(pshead,pawrso,loggrd,prtcorewf,author,input_string)
+
+!------------------------------------------------------------------
+!---- Allocations and initializations
+
+!---- Initialize some useful data
+ allocate(pawarray%indlmn(6,pshead%lmn_size))
+ call initpawps(pshead,pawarray)
+
+!---- Allocate memory
+ allocate(pawps%phi(pshead%wav_meshsz,pshead%basis_size))
+ allocate(pawps%tphi(pshead%wav_meshsz,pshead%basis_size))
+ allocate(pawps%tproj(pshead%prj_msz_max,pshead%basis_size))
+ allocate(pawps%coreden4pr2(pshead%core_meshsz))
+ allocate(pawps%tcoreden4pr2(pshead%core_meshsz))
+ allocate(pawps%tvaleden4pr2(pshead%vale_meshsz))
+ allocate(pawps%dij0(pshead%lmn2_size))
+ allocate(pawps%rhoij0(pshead%lmn2_size))
+ allocate(pawarray%shapefunc(pshead%wav_meshsz))
+ allocate(pawarray%shpnrm(pshead%l_size))
+ allocate(pawarray%kij(pshead%lmn2_size))
+ allocate(pawarray%tvaleden4pr2(pshead%wav_meshsz))
+ allocate(pawarray%hatden4pr2(pshead%sph_meshsz))
+ allocate(pawps%vbare(pshead%sph_meshsz))
+ allocate(pawps%vhtnzc(pshead%vloc_meshsz))
+
+!---- Initialize radial mesh
+ allocate(pawrad%rad(pshead%max_meshsz),pawrad%radfact(pshead%max_meshsz))
+ call initmesh(pawrad,pshead%max_meshsz,pshead%mesh_type,pshead%rad_step,pshead%log_step)
+
+!------------------------------------------------------------------
+!---- Load PAW dataset "body" into ABINIT datastructure
+ call rdpawps2(PAW,FC,pshead,pawps,pawarray,pawrad)
+
+!------------------------------------------------------------------
+!---- Compute new data needed by Abinit
+ call calc_shapef(pshead,pawarray,pawrad)
+ call calc_valden(pshead,pawps,pawarray,pawrad)
+ call calc_dij0(pshead,pawps,pawarray,pawrad)
+ call calc_rhoij0(pshead,pawps)
+
+!------------------------------------------------------------------
+!---- Eventually optimize projectors
+ call opt_proj(pshead,pawps,pawrad,pawrso)
+
+!------------------------------------------------------------------
+!---- Write PAW dataset file for ABINIT
+ xcname=exctype;if (have_libxc) call libxc_getshortname(exctype,xcname)
+ file_abinit=TRIM(AEpot%sym)//'.'//TRIM(xcname)//'-paw.abinit'
+
+ call wrpawps(pshead,pawps,pawarray,pawrad,loggrd,file_abinit,&
+&             unit_abinit,author)
+
+!------------------------------------------------------------------
+!---- Write core Wave Function file for ABINIT
+ if (prtcorewf) then
+  xcname=exctype;if (have_libxc) call libxc_getshortname(exctype,xcname)
+  file_abinit=TRIM(AEpot%sym)//'.'//TRIM(xcname)//'-corewf.abinit'
+  call wrcorewf(AEOrbit,FC,pshead,pawrad,loggrd,file_abinit,unit_abinit)
+ end if
+
+!------------------------------------------------------------------
+!---- Deallocate memory
+
+ deallocate(pshead%orbitals,pshead%orbitals_core,pshead%occ)
+ deallocate(pawps%phi,pawps%tphi,pawps%tproj)
+ deallocate(pawps%coreden4pr2,pawps%tcoreden4pr2,pawps%tvaleden4pr2)
+ deallocate(pawps%dij0,pawps%rhoij0)
+ deallocate(pawarray%shapefunc,pawarray%shpnrm,pawarray%kij)
+ deallocate(pawarray%tvaleden4pr2,pawarray%hatden4pr2)
+ deallocate(pawps%vbare,pawps%vhtnzc)
+ deallocate(pawarray%indlmn,pawrad%rad,pawrad%radfact)
+
+ write(std_out,'(2x,a,a)') 'Atompaw2Abinit ended.',ch10
+
+ end subroutine Atompaw2Abinit
+
+
+!!=================================================================
+!! NAME
+!! rdpawps1
+!!
+!! FUNCTION
+!! Load the header of a PAW dataset from AtomPAW (only scalars and dimensions)
+!!
+!! OUTPUT
+!!  pshead
+!!    %atomic_charge= Total atomic charge
+!!    %basis_size= Number of elements for the paw nl basis
+!!    %core_size= Number of core states
+!!    %core_charge= Core charge
+!!    %core_meshsz= Dimension of radial mesh for core density
+!!    %corewf_meshsz= Dimension of radial mesh for core wave functions
+!!    %flag_vloc_nohat=non-zero if VH(tnZc) "without hat in XC" is present in AtomPAW file
+!!    %lambda= Lambda in gaussian type g(r)
+!!    %lmn_size= Number of elements for the paw basis
+!!    %lmn_size_core= Number of lmn elements for the core
+!!    %log_step= Log. step corresponding to radial mesh
+!!    %mesh_type= type of radial grid (regular or log)
+!!    %occ(basis_size)= occupation for each basis function
+!!    %orbitals(basis_size)= Quantum number l for each basis function
+!!    %orbitals_core(basis_size)= Quantum number l for each core WF
+!!    %pspxc_abinit= ABINIT code number for the exchange-correlation
+!!    %rad_step= Step corresponding to radial mesh
+!!    %rc_hat= radius for shape function
+!!    %rc_sph= Default PAW sphere radius
+!!    %shape_type= Shape function type
+!!    %sigma= Sigma for gaussian type g(r)
+!!    %title= Title for pseudopotential
+!!    %vale_meshsz= Dimension of radial mesh for pseudo valence density
+!!    %vloc_meshsz= Dimension of radial mesh for vloc=vhtnzc (with hat in XC)
+!!    %wav_meshsz= Dimension of radial mesh for phi, tphi ...
+!!
+!! PARENTS
+!! atompaw2abinit
+!!=================================================================
+
+ subroutine rdpawps1(AEOrbit,AEPot,PAW,FC,Grid,pshead)
+
+ type(GridInfo),intent(in)       :: Grid
+ type(OrbitInfo),intent(in)      :: AEOrbit
+ type(PotentialInfo),intent(in)  :: AEPot
+ type(Pseudoinfo),intent(in)     :: PAW
+ type(FCInfo),intent(in)         :: FC
+ type(pshead_type),intent(inout) :: pshead
+
+!------------------------------------------------------------------
+!---- Local variables
+!------------------------------------------------------------------
+
+ integer :: ib,ii,ir
+ integer :: id(2)=(/0,0/)
+ integer,allocatable :: irwf(:)
+
+!------------------------------------------------------------------
+!---- Executable code
+!------------------------------------------------------------------
+
+!--Read TITLE
+ write(unit=pshead%title,fmt='(8a)') &
+&   "Paw atomic data for element ",trim(ADJUSTL(AEPot%sym)),&
+&   " - Generated with ",trim(atp_package), " v",trim(atp_version)
+
+!--Read BASIS SIZE
+ pshead%basis_size=PAW%nbase
+
+!--Read CORE SIZE
+ pshead%core_size=0
+ do ib=1,AEOrbit%norbit
+  if (AEOrbit%iscore(ib)) pshead%core_size=pshead%core_size+1
+ end do
+
+!--Read ORBITALS
+ pshead%lmn_size=0
+ allocate(pshead%orbitals(pshead%basis_size))
+ do ib=1,pshead%basis_size
+  pshead%orbitals(ib)=PAW%l(ib)
+  pshead%lmn_size=pshead%lmn_size+2*pshead%orbitals(ib)+1
+ end do
+
+!--Read CORE ORBITALS
+ ii=0;pshead%lmn_size_core=0
+ allocate(pshead%orbitals_core(pshead%core_size))
+ do ib=1,AEOrbit%norbit
+  if (AEOrbit%iscore(ib)) then
+   ii=ii+1;pshead%orbitals_core(ii)=AEOrbit%l(ib)
+   pshead%lmn_size_core=pshead%lmn_size_core+2*AEOrbit%l(ib)+1
+  end if
+ end do
+
+!--Read OCCUPATIONS
+ allocate(pshead%occ(pshead%basis_size))
+ do ib=1,pshead%basis_size
+  pshead%occ(ib)=PAW%occ(ib)
+ end do
+
+!--Read GRID parameters
+ pshead%wav_meshsz=PAW%irc+Grid%ishift
+ if (usingloggrid(Grid)) then
+  pshead%mesh_type=2
+  pshead%rad_step=Grid%drdu(1)
+  pshead%log_step=Grid%h
+ else
+  pshead%mesh_type=1
+  pshead%rad_step=Grid%h
+  pshead%log_step=zero
+ end if
+
+!--Read RC
+ pshead%rc_sph=PAW%rc
+
+!--Read MESH SIZE FOR CORE DENSITIES
+ pshead%core_meshsz=PAW%coretailpoints
+
+!--Read MESH SIZE FOR PSEUDO_VALENCE_DENSITY
+ pshead%vale_meshsz=PAW%ivale
+
+!--Read MESH SIZE FOR VLOCION
+ pshead%vloc_meshsz=PAW%ivion
+
+!--Read MESH SIZE FOR CORE WF
+ ii=0;allocate(irwf(pshead%core_size));irwf(:)=Grid%n
+ do ib=1,AEOrbit%norbit
+  if (AEOrbit%iscore(ib)) then
+   ii=ii+1;ir=Grid%n+1
+   do while (ir>1)
+    ir=ir-1
+    if (abs(AEOrbit%wfn(ir,ib))>tol10) then
+     irwf(ii)=min(ir+1,Grid%n);ir=1
+    end if
+   end do
+  end if
+ end do
+ pshead%corewf_meshsz=maxval(irwf(1:pshead%core_size))
+ deallocate(irwf)
+
+!--Read ATOMIC CHARGE
+ pshead%atomic_charge=AEPot%nz
+
+!--Read CORE CHARGE
+ pshead%core_charge=FC%zcore
+
+!--Read EXCHANGE-CORRELATION TYPE
+ if (trim(ADJUSTL(exctype))=="LDA-PW") then
+  pshead%pspxc_abinit=7
+ elseif (trim(ADJUSTL(exctype))=="GGA-PBE") then
+  pshead%pspxc_abinit=11
+ else if (have_libxc) then
+  call libxc_getid(id)
+  if (id(1)>=0.and.id(2)>=0) then
+   pshead%pspxc_abinit=-(1000*id(1)+id(2))
+  else
+   write(std_out,'(/,2x,a)') "Error in Atompaw2Abinit(rdpawps1): unknown XC type !"
+   stop
+  end if
+ else
+  write(std_out,'(/,2x,a)') "Error in Atompaw2Abinit(rdpawps1): unknown XC type !"
+  stop
+ endif
+
+!--Read SHAPE TYPE AND SHAPE PARAM
+ pshead%rc_hat=PAW%rc_shap
+ if (gaussianshapefunction) then
+  pshead%shape_type=1
+  pshead%lambda=2
+  pshead%sigma=PAW%gausslength
+ else if (besselshapefunction) then
+  pshead%shape_type=3
+  pshead%lambda=0
+  pshead%sigma=zero
+ else
+  pshead%shape_type=2
+  pshead%lambda=0
+  pshead%sigma=zero
+ end if
+
+!Tests of consistency
+ if (pshead%core_meshsz<pshead%wav_meshsz) then
+  write(std_out,'(/,2x,a)') "Error in Atompaw2Abinit(rdpawps1):"
+  write(std_out,'(2x,a)') "   Mesh size for tcore density (CORETAIL_POINTS)"
+  write(std_out,'(2x,a)') "   must be greater or equal than MESH_SIZE !"
+  stop
+ endif
+ if (pshead%mesh_type==1) then
+  if (pshead%rc_sph>pshead%rad_step*dble(pshead%wav_meshsz-1)+tol8) then
+   write(std_out,'(/,2x,a)') "Error in Atompaw2Abinit(rdpawps1):"
+   write(std_out,'(2x,a)') "   Radius for PAW spheres (RC)"
+   write(std_out,'(2x,a)') "   must be less (or equal) than R(MESH_SIZE) !"
+   stop
+  endif
+ else
+  if (pshead%rc_sph>pshead%rad_step*(exp(pshead%log_step*dble(pshead%wav_meshsz-1))-one)+tol8) then
+   write(std_out,'(/,2x,a)') "Error in :Atompaw2Abinit(rdpawps1)"
+   write(std_out,'(2x,a)') "   Radius for PAW spheres (RC)"
+   write(std_out,'(2x,a)') "   must be less (or equal) than R(MESH_SIZE) !"
+   stop
+  endif
+ endif
+
+ end subroutine rdpawps1
+
+
+!!=================================================================
+!! NAME
+!! rdinputabinit
+!!
+!! FUNCTION
+!! Read the input file in order to get ABINIT dataset options
+!!
+!! INPUTS
+!!
+!! OUTPUT
+!!  pshead
+!!    %vlocopt= option for Vloc (use of nhat in XC or not)
+!!  pawrso
+!!    %ecut=Real Space Optimization parameter: plane wave cutoff = 1/2 Gmax**2
+!!    %gfact=Real Space Optimization parameter: Gamma/Gmax ratio
+!!    %userso=TRUE if REAL Space Optimization is required
+!!    %werror=Real Space Optimization parameter: max. error W_l allowed
+!!  loggrd
+!!    %meshsz=mesh size for the logarithmic grid
+!!    %uselog=TRUE if data are transfered on a log. grid before being written
+!!    %log_step=logarithmic step for the logarithmic grid
+!!  prtcorewf= TRUE is printing of core WF is required
+!!
+!! SIDE EFFECTS
+!!  input_string= string containing a copy of atompaw input file
+!!                appended here
+!!
+!! PARENTS
+!! atompaw2abinit
+!!
+!! CHILDREN
+!! extractword,uppercase
+!!=================================================================
+
+ subroutine rdinputabinit(pshead,pawrso,loggrd,prtcorewf,author,input_string)
+
+ type(pshead_type),intent(inout) :: pshead
+ type(pawrso_type),intent(out)   :: pawrso
+ type(loggrd_type),intent(out)   :: loggrd
+ logical,intent(out)             :: prtcorewf
+ character(len=*),intent(out)    :: author
+ character(len=*),intent(inout) :: input_string
+
+!------------------------------------------------------------------
+!---- Local variables
+!------------------------------------------------------------------
+
+ integer :: i_author,i_usexcnhat,i_prtcorewf,i_logspline,i_rsoptim,iend,ok,nn
+ character*(fnlen) :: readline,readline_u,inputline,inputword
+
+!------------------------------------------------------------------
+!---- Executable code
+!------------------------------------------------------------------
+
+ read(std_in,'(a)',advance='no',iostat=ok) readline
+ readline_u=readline
+ call Uppercase(readline_u)
+
+ i_usexcnhat=index(readline_u,'USEXCNHAT')
+ i_prtcorewf=index(readline_u,'PRTCOREWF')
+ i_logspline=index(readline_u,'LOGSPLINE')
+ i_rsoptim  =index(readline_u,'RSOPTIM')
+ i_author   =index(readline_u,'AUTHOR')
+
+!Option for core WF printing
+ if (i_prtcorewf>0) then
+  prtcorewf=.true.
+ else
+  prtcorewf=prtcorewf_def
+ end if
+ if (prtcorewf) then
+  write(std_out,'(a,2x,a)') ch10,'Printing of core wave functions file'
+ else
+  write(std_out,'(a,2x,a)') ch10,'No printing of core wave functions file'
+ end if
+
+!Option for use of NHAT in XC
+ if (i_usexcnhat>0) then
+  pshead%vlocopt=1
+ else
+  if (     usexcnhat_def) pshead%vlocopt=1
+  if (.not.usexcnhat_def) pshead%vlocopt=2
+ end if
+!To be activated later:
+!if (i_vbare>0) pshead%vlocopt=0
+ if (pshead%vlocopt==1) &
+&  write(std_out,'(a,2x,a)') ch10,'Use of compensation charge in XC terms'
+ if (pshead%vlocopt/=1) &
+&  write(std_out,'(a,2x,a)') ch10,'No use of compensation charge in XC terms'
+
+!Option for use of REAL SPACE OPTIMIZATION
+ pawrso%userso=userso_def
+ pawrso%ecut=ecut_rso_def
+ pawrso%gfact=gfact_rso_def
+ pawrso%werror=werror_rso_def
+ if (i_rsoptim>0) then
+  pawrso%userso=.true.
+  iend=128
+  if (i_usexcnhat>i_rsoptim.and.i_usexcnhat-1<iend) iend=i_usexcnhat-1
+  if (i_prtcorewf>i_rsoptim.and.i_prtcorewf-1<iend) iend=i_prtcorewf-1
+  if (i_logspline>i_rsoptim.and.i_logspline-1<iend) iend=i_logspline-1
+  inputline=""
+  if (iend>i_rsoptim+7) inputline=trim(readline(i_rsoptim+7:iend))
+  if (inputline/="") then
+   call extractword(1,inputline,inputword);inputword=trim(inputword)
+   if (inputword/="") then
+    read(inputword,*) pawrso%ecut
+    call extractword(2,inputline,inputword);inputword=trim(inputword)
+    if (inputword/="") then
+     read(inputword,*) pawrso%gfact
+     call extractword(3,inputline,inputword);inputword=trim(inputword)
+     if (inputword/="") read(inputword,*) pawrso%werror
+    end if
+   end if
+  end if
+ end if
+ if (pawrso%userso) then
+  write(std_out,'(a,2x,a,f4.1,a,f3.1,a,g6.1,a)') ch10,&
+&   'Real Space optim.: Ecut, Gamma/Gmax, Wl(error) [',&
+&   pawrso%ecut,', ',pawrso%gfact,', ',pawrso%werror,']'
+ else
+  write(std_out,'(a,2x,a)') ch10,'No Real Space Optimization of projectors'
+ end if
+
+!Option for spline on a reduced log. grid
+ loggrd%uselog=uselog_def
+ loggrd%meshsz=loggrd_size_def
+ loggrd%log_step=loggrd_step_def
+ if (i_logspline>0) then
+  loggrd%uselog=.true.
+  iend=128
+  if (i_usexcnhat>i_logspline.and.i_usexcnhat-1<iend) iend=i_usexcnhat-1
+  if (i_prtcorewf>i_logspline.and.i_prtcorewf-1<iend) iend=i_prtcorewf-1
+  if (i_rsoptim  >i_logspline.and.i_rsoptim  -1<iend) iend=i_rsoptim  -1
+  inputline=""
+  if (iend>i_logspline+9) inputline=trim(readline(i_logspline+9:iend))
+  if (inputline/="") then
+   call extractword(1,inputline,inputword);inputword=trim(inputword)
+   if (inputword/="") then
+    read(inputword,*) loggrd%meshsz
+    call extractword(2,inputline,inputword);inputword=trim(inputword)
+    if (inputword/="") read(inputword,*) loggrd%log_step
+   end if
+  end if
+ end if
+ if (loggrd%uselog) then
+  write(std_out,'(a,2x,a,i3,a,f5.3,a)') ch10,&
+&   'Logarithmic grid: Number of pts, logarithmic step [',&
+&   loggrd_size_def,', ',loggrd_step_def,']'
+ else
+  write(std_out,'(a,2x,a)') ch10,'No spline on a reduced log. grid'
+ end if
+
+ if(i_author>0) then
+   inputline=trim(readline(i_author+6:))
+   read(unit=inputline,fmt=*) author
+   author=trim(author) ; nn=len(trim(author))
+   write(unit=input_string,fmt='(6a)') trim(input_string),char(10),&
+&   "ABINITOUT",char(10),readline(1:i_author-1),trim(readline(i_author+nn+10:))
+ else
+   author="" 
+   write(unit=input_string,fmt='(5a)') trim(input_string),char(10),&
+&   "ABINITOUT",char(10),trim(readline)
+ end if
+
+ end subroutine rdinputabinit
+
+
+!!=================================================================
+!! NAME
+!! initpawps
+!!
+!! FUNCTION
+!! Initialize several quantities
+!!
+!! INPUTS
+!!  pshead
+!!    %basis_size= Number of elements for the paw nl basis
+!!    %core_meshsz= Dimension of radial mesh for core density
+!!    %corewf_meshsz= Dimension of radial mesh for core wave functions
+!!    %flag_vloc_nohat=non-zero if VH(tnZc) "without hat in XC" is present in AtomPAW file
+!!    %lmn_size= Number of elements for the paw basis
+!!    %mesh_type= type of radial grid (regular or log)
+!!    %orbitals(basis_size)= Quantum number l for each basis function
+!!    %rc_hat= radius for shape function
+!!    %sph_meshsz= Dimension of radial mesh corresponding to PAW spheres
+!!    %vale_meshsz= Dimension of radial mesh for pseudo valence density
+!!    %vlocopt= Option for Vloc
+!!
+!! OUTPUT
+!!  pawarray
+!!    %indlmn(6,lmn_size)= Gives l,m,n,lm,ln,s for i=lmn
+!!  pshead
+!!    %creatorid= ID of psp generator (here pspfmt=1 !)
+!!    %hat_meshsz= Dimension of radial mesh for shape function
+!!    %l_size= Max. value of l+1 leading to a non zero Gaunt coeffs
+!!    %lmax= Maximum value of l for valence states
+!!    %lmax_core= Maximum value of l for core states
+!!    %lmn2_size= lmn_size*(lmn_size+1)/2
+!!    %max_meshsz=  Max. dimension for radial meshes
+!!    %prj_msz_max= Maximal dimension of radial mesh for tproj
+!!    %pspcod= Psp code number for Abinit (here PAW->pspcod=7 !)
+!!    %rc_hat= radius for shape function
+!!    %rc_sph= Default PAW sphere radius
+!!    %vloc_meshsz= Dimension of radial mesh for vloc=htnzc
+!!
+!! PARENTS
+!! atompaw2abinit
+!!=================================================================
+
+ subroutine initpawps(pshead,pawarray)
+
+ type(pshead_type),intent(inout)   :: pshead
+ type(pawarray_type),intent(inout) :: pawarray
+
+!------------------------------------------------------------------
+!---- Local variables
+!------------------------------------------------------------------
+ real(dp),parameter :: rmax_vloc=10._dp !We decide to cut at r=10 u.a because of numeric noise...
+ integer :: ii1,ii2,ii3,ib,il,ilm,ilmn,iln,nproj
+
+!------------------------------------------------------------------
+!---- Executable code
+!------------------------------------------------------------------
+
+!Format codes for Abinit pseudopotential
+ read(unit=atompaw2abinitver(1:1),fmt='(i1)') ii1
+ read(unit=atompaw2abinitver(3:3),fmt='(i1)') ii2
+ read(unit=atompaw2abinitver(5:5),fmt='(i1)') ii3
+ pshead%creatorid=1000+100*ii1+10*ii2+ii3
+ pshead%pspcod=7
+
+!Maximum value for l quantum number
+ pshead%lmax=maxval(pshead%orbitals(1:pshead%basis_size))
+ pshead%lmax_core=maxval(pshead%orbitals_core(1:pshead%core_size))
+ pshead%l_size=2*pshead%lmax+1
+ pshead%lmn2_size=pshead%lmn_size*(pshead%lmn_size+1)/2
+
+!Radial mesh for PAW spheres
+ if (pshead%mesh_type==1) then
+  pshead%sph_meshsz=min(1+nint(pshead%rc_sph/pshead%rad_step),pshead%wav_meshsz)
+  pshead%rc_sph=pshead%rad_step*dble(pshead%sph_meshsz-1)
+ else
+  pshead%sph_meshsz=min(1+nint(log(one+pshead%rc_sph/pshead%rad_step)/pshead%log_step),pshead%wav_meshsz)
+  pshead%rc_sph=pshead%rad_step*(exp(pshead%log_step*dble(pshead%sph_meshsz-1))-one)
+ endif
+
+!Radial mesh for hat density
+ if (pshead%rc_hat<0) pshead%rc_hat=pshead%rc_sph
+ if (abs(pshead%rc_hat-pshead%rc_sph)<tol8) then
+  pshead%hat_meshsz=pshead%sph_meshsz
+  pshead%rc_hat=pshead%rc_sph
+ else
+  if (pshead%mesh_type==1) then
+   pshead%hat_meshsz=int(one+pshead%rc_hat/pshead%rad_step)
+  else
+   pshead%hat_meshsz=int(log(one+pshead%rc_hat/pshead%rad_step)/pshead%log_step)+1
+  endif
+ endif
+
+!Radial mesh for projectors
+ pshead%prj_msz_max=four*pshead%sph_meshsz
+ pshead%prj_meshsz=pshead%sph_meshsz
+
+!Radial mesh for local potential
+ if (pshead%vloc_meshsz<=0) then
+  if (pshead%mesh_type==1) then
+   ii1=int(one+rmax_vloc/pshead%rad_step)
+  else
+   ii1=int(log(one+rmax_vloc/pshead%rad_step)/pshead%log_step)+1
+  endif
+  pshead%vloc_meshsz=max(pshead%sph_meshsz,pshead%core_meshsz,ii1)
+ endif
+
+!Radial mesh for core wave functions
+ pshead%corewf_meshsz=max(pshead%corewf_meshsz,pshead%sph_meshsz)
+
+!Total radial mesh
+ pshead%max_meshsz=max(pshead%sph_meshsz,pshead%hat_meshsz,pshead%core_meshsz,pshead%vale_meshsz,&
+&                      pshead%vloc_meshsz,pshead%prj_msz_max,pshead%prj_meshsz,pshead%corewf_meshsz)
+
+!Initialization of the orbital basis indexes (indlmn)
+ ilmn=0;iln=0
+ do il=0,pshead%lmax
+  nproj=0
+  do ib=1,pshead%basis_size
+   if (pshead%orbitals(ib)==il) then
+    nproj=nproj+1;iln=iln+1
+    do ilm=1,2*il+1
+     pawarray%indlmn(1,ilmn+ilm)=il
+     pawarray%indlmn(2,ilmn+ilm)=ilm-(il+1)
+     pawarray%indlmn(3,ilmn+ilm)=nproj
+     pawarray%indlmn(4,ilmn+ilm)=il*il+ilm
+     pawarray%indlmn(5,ilmn+ilm)=iln
+     pawarray%indlmn(6,ilmn+ilm)=1
+    enddo
+    ilmn=ilmn+2*il+1
+   endif
+  enddo
+ enddo
+
+ end subroutine initpawps
+
+
+!!=================================================================
+!! NAME
+!! initmesh
+!!
+!! FUNCTION
+!! Initialize the radial mesh (here only regular mesh)
+!!
+!! INPUTS
+!!  meshsz= Size of radial mesh
+!!  meshtype= type of radial mesh (lin. or log.)
+!!  radstep= Radial step of radial mesh
+!!  logstep= Log. step of radial mesh
+!!
+!! OUTPUT
+!!  pawrad
+!!   %meshsz= Size of radial grid
+!!   %rad(meshsz)= Coordinates of the radial grid
+!!   %radfact(meshsz)= Factors used in Simpson integrals
+!!   %lstep= Step corresponding to exponential in log. mesh
+!!   %rstep= Step corresponding to radial mesh
+!!
+!! PARENTS
+!! atompaw2abinit
+!!=================================================================
+
+ subroutine initmesh(pawrad,meshsz,meshtype,radstep,logstep)
+
+ integer,intent(in)              :: meshsz,meshtype
+ real(dp),intent(in)             :: radstep,logstep
+ type(pawrad_type),intent(inout) :: pawrad
+
+!------------------------------------------------------------------
+!---- Local variables
+!------------------------------------------------------------------
+
+ integer :: ir
+
+!------------------------------------------------------------------
+!---- Executable code
+!------------------------------------------------------------------
+
+ pawrad%meshsz=meshsz
+ pawrad%rstep=radstep
+
+ if (meshtype==1) then
+  pawrad%islog=0
+  pawrad%lstep=zero
+  do ir=1,meshsz
+   pawrad%rad(ir)=(ir-1)*radstep
+   pawrad%radfact(ir)=one
+  enddo
+ else
+  pawrad%islog=1
+  pawrad%lstep=logstep
+  do ir=1,meshsz
+   pawrad%rad(ir)=radstep*(exp((ir-1)*logstep)-1.d0)
+   pawrad%radfact(ir)=pawrad%rad(ir)+radstep
+  enddo
+ end if
+
+ end subroutine initmesh
+
+
+!!=================================================================
+!! NAME
+!! rdpawps2
+!!
+!! FUNCTION
+!! Load the body of a PAW dataset from AtomPAW
+!! (the header must have been loaded before)
+!!
+!! INPUTS
+!!  pshead
+!!    %basis_size= Number of elements for the paw nl basis
+!!    %core_meshsz= Dimension of radial mesh for core density
+!!    %lmn_size= Number of elements for the paw basis
+!!    %orbitals(basis_size)= Quantum number l for each basis function
+!!    %shape_type= Shape function type
+!!    %sph_meshsz= Dimension of radial mesh corresponding to PAW spheres
+!!    %vale_meshsz= Dimension of radial mesh for pseudo valence
+!!    %vloc_meshsz= Dimension of radial mesh for vloc=vhtnzc
+!!    %vlocopt= Option for Vloc
+!!    %wav_meshsz= Dimension of radial mesh for phi, tphi ...
+!!  pawarray
+!!    %indlmn(6,lmn_size)= Gives l,m,n,lm,ln,s for i=lmn
+!!  pawrad= radial grid definitions
+!!
+!! OUTPUT
+!!  pawarray
+!!    %kij(lmn2_size)= Kinetic overlap operator
+!!  pawps
+!!    %coreden4pr2(core_meshsz)= Core density multiplied by 4Pi.r2
+!!    %tcoreden4pr2(core_meshsz)= Pseudized core density multiplied by 4Pi.r2
+!!    %tvaleden4pr2(vale_meshsz)= Pseudized valence density multiplied by 4Pi.r2
+!!    %phi(wav_meshsz,basis_size)= PAW atomic wavefunctions on the radial grid
+!!    %tphi(wav_meshsz,basis_size)= PAW atomic pseudo-wavefunctions on the radial grid
+!!    %tproj(prj_msz_max,basis_size)= PAW projectors on the radial grid
+!!    %vbare(sph_meshsz)= bare local potential (part of VH(tnzc))
+!!
+!! SIDE EFFECTS
+!!  pshead
+!!    %lambda= Lambda in gaussian type g(r)
+!!    %sigma= Sigma for gaussian type g(r)
+!!
+!! PARENTS
+!! atompaw2abinit
+!!=================================================================
+
+ subroutine rdpawps2(PAW,FC,pshead,pawps,pawarray,pawrad)
+
+ type(Pseudoinfo),intent(in)       :: PAW
+ type(FCInfo),intent(in)           :: FC
+ type(pshead_type),intent(inout)   :: pshead
+ type(pawps_type),intent(inout)    :: pawps
+ type(pawarray_type),intent(inout) :: pawarray
+ type(pawrad_type),intent(in)      :: pawrad
+
+!------------------------------------------------------------------
+!---- Local variables
+!------------------------------------------------------------------
+
+ integer :: ib,ilm,ilmn,iln,jlm,jlmn,j0lmn,jln,klmn
+
+!------------------------------------------------------------------
+!---- Executable code
+!------------------------------------------------------------------
+
+!--Read WAVE FUNCTIONS PHI, PSEUDO WAVE FUNCTIONS TPHI and PROJECTORS TPROJ
+ do ib=1,pshead%basis_size
+  pawps%phi  (1:pshead%wav_meshsz,ib)=PAW%ophi (1:pshead%wav_meshsz,ib)
+  pawps%tphi (1:pshead%wav_meshsz,ib)=PAW%otphi(1:pshead%wav_meshsz,ib)
+  pawps%tproj(1:pshead%wav_meshsz,ib)=PAW%otp  (1:pshead%wav_meshsz,ib)
+ end do
+
+!--Read core density CORE_DENSTY
+ pawps%coreden4pr2(1:pshead%wav_meshsz)=FC%coreden(1:pshead%wav_meshsz)
+
+!--Read pseudized core density CORETAIL_DENSITY
+ pawps%tcoreden4pr2(1:pshead%core_meshsz)=PAW%tcore(1:pshead%core_meshsz)
+
+!--Read pseudized valence density PSEUDO_VALENCE_DENSITY
+ pawps%tvaleden4pr2(1:pshead%vale_meshsz)=PAW%tden(1:pshead%vale_meshsz)
+
+!--Read Vbare potential VLOCFUN     --no longer needed
+ pawps%vbare(1:pshead%sph_meshsz)=half*PAW%vloc(1:pshead%sph_meshsz) ! Conversion Ry->Ha
+
+!--Read local ionic potential VLOCION -- ionic local potential with correct
+!  unscreening of vxc   (vxc(tilde_core + tilde_n + hat_hat_n) or vxc(tilde_core + tilde_n))
+ if (pshead%vlocopt==1) then
+  pawps%vhtnzc(1:pshead%vloc_meshsz)=half*PAW%abinitvloc(1:pshead%vloc_meshsz)
+ else
+  pawps%vhtnzc(1:pshead%vloc_meshsz)=half*PAW%abinitnohat(1:pshead%vloc_meshsz)
+ end if
+
+!--Read Kinetic term KINETIC_ENERGY_MATRIX
+ pawarray%kij=zero
+ do jlmn=1,pshead%lmn_size
+  j0lmn=jlmn*(jlmn-1)/2
+  jlm=pawarray%indlmn(4,jlmn);jln=pawarray%indlmn(5,jlmn)
+  do ilmn=1,jlmn
+   klmn=j0lmn+ilmn
+   ilm=pawarray%indlmn(4,ilmn);iln=pawarray%indlmn(5,ilmn)
+   if (ilm==jlm) pawarray%kij(klmn)=half*PAW%Kij(iln,jln) ! Conversion Ry->Ha
+  enddo
+ enddo
+
+!--Copy pseudized core density to core density outside spheres
+ if (pshead%core_meshsz>pshead%wav_meshsz) &
+&  pawps%coreden4pr2(pshead%wav_meshsz+1:pshead%core_meshsz) = &
+&  pawps%tcoreden4pr2(pshead%wav_meshsz+1:pshead%core_meshsz)
+
+!--Test pseudo valence density
+ if (pshead%vale_meshsz>0) then
+  write(std_out,'(/,2x,a,a,f5.2,a,a,g11.4)') 'Atompaw2Abinit info:',&
+&   '  At r=',pawrad%rad(pshead%vale_meshsz),' a.u.,',&
+&   ' Pseudo_valence_density= ', pawps%tvaleden4pr2(pshead%vale_meshsz) &
+&                               /pawrad%rad(pshead%vale_meshsz)**2/(4*pi)
+  write(std_out,'(2x,a)') '  This quantity must be as small as possible.'
+ endif
+
+!--Test potential
+ if (pshead%vlocopt==1.or.pshead%vlocopt==2) then
+  write(std_out,'(/,2x,a,a,f5.2,a,a,g11.4)') 'Atompaw2Abinit info:',&
+&   '  At r_vloc=',pawrad%rad(pshead%vloc_meshsz),' a.u.,',&
+&   ' VHartree(ntild(Zv+Zc))= -Zv/r + ', pawps%vhtnzc(pshead%vloc_meshsz) &
+&    +(pshead%atomic_charge-pshead%core_charge)/pawrad%rad(pshead%vloc_meshsz)
+  write(std_out,'(2x,a)') '  This quantity must be as small as possible.'
+ endif
+
+ end subroutine rdpawps2
+
+
+!!=================================================================
+!! NAME
+!! calc_shapef
+!!
+!! FUNCTION
+!! Compute normalized shape function and its moments (shpnrm)
+!!
+!! INPUTS
+!!  pawrad= radial grid definitions
+!!  pshead
+!!    %hat_meshsz= Dimension of radial mesh for hat density
+!!    %lambda= Lambda in gaussian type g(r)
+!!    %l_size= Max. value of l+1 leading to a non zero Gaunt coeffs
+!!    %rad_step= Step corresponding to radial mesh
+!!    %rc_hat= radius for hat density
+!!    %shape_type= Shape function type
+!!    %sigma= Sigma for gaussian type g(r)
+!!
+!! OUTPUT
+!!  pawarray
+!!    %shapefunc(wav_meshsz)= Normalized shape function
+!!    %shpnrm(l_size)= Moments of shape function for each l
+!!
+!! PARENTS
+!! atompaw2abinit
+!!
+!! CHILDREN
+!! csimp,jbessel,shapebes
+!!=================================================================
+
+ subroutine calc_shapef(pshead,pawarray,pawrad)
+
+ type(pshead_type),intent(in)    :: pshead
+ type(pawarray_type),intent(out) :: pawarray
+ type(pawrad_type),intent(in)    :: pawrad
+
+!------------------------------------------------------------------
+!---- Local variables
+!------------------------------------------------------------------
+
+ integer :: il,ir
+ real(dp) :: arg,dum1,dum2,jbes1,jbes2,qr,shapefunc1,shapefunc2
+ real(dp) :: al(2),ql(2)
+ real(dp), allocatable :: ff(:)
+!Statement functions
+ shapefunc1(arg)= exp(-(arg/pshead%sigma)**pshead%lambda)
+ shapefunc2(arg)= (sin(pi*arg/pshead%rc_hat)/(pi*arg/pshead%rc_hat))**2
+
+!------------------------------------------------------------------
+!---- Executable code
+!------------------------------------------------------------------
+
+!Select the suitable shape function
+ pawarray%shapefunc(:)=zero
+ pawarray%shapefunc(1)=one
+ if (pshead%shape_type==1) then
+  do ir=2,pshead%hat_meshsz
+   pawarray%shapefunc(ir)=shapefunc1(pawrad%rad(ir))
+  enddo
+ else if (pshead%shape_type==2) then
+  do ir=2,pshead%hat_meshsz
+   pawarray%shapefunc(ir)=shapefunc2(pawrad%rad(ir))
+  enddo
+ else if (pshead%shape_type==3) then
+  call shapebes(al,ql,0,pshead%rc_hat)
+  do ir=1,pshead%hat_meshsz
+   qr=ql(1)*pawrad%rad(ir);CALL jbessel(jbes1,dum1,dum2,0,0,qr)
+   qr=ql(2)*pawrad%rad(ir);CALL jbessel(jbes2,dum1,dum2,0,0,qr)
+   pawarray%shapefunc(ir)=al(1)*jbes1+al(2)*jbes2
+  enddo
+ else if (pshead%shape_type/=-1) then
+  write(std_out,'(/,2x,a)') 'Error in Atompaw2Abinit(calc_shapef): invalid value of pshead%shape_type !'
+  stop
+ endif
+
+!Compute moments of shape function
+ allocate(ff(pshead%hat_meshsz));pawarray%shpnrm=zero;ff(1)=zero
+ do il=1,pshead%l_size
+  ff(2:pshead%hat_meshsz)=pawarray%shapefunc(2:pshead%hat_meshsz)*pawrad%rad(2:pshead%hat_meshsz)**(2*il)
+  call csimp(ff,pawrad,pshead%hat_meshsz,pawarray%shpnrm(il))
+ enddo
+ deallocate(ff)
+
+!Normalize shape function
+ pawarray%shapefunc(1:pshead%hat_meshsz)=pawarray%shapefunc(1:pshead%hat_meshsz)/pawarray%shpnrm(1)
+
+end subroutine calc_shapef
+
+
+!!=================================================================
+!! NAME
+!! calc_valden
+!!
+!! FUNCTION
+!! Compute pseudized valence density (n_tild)
+!! and compensation density (n_hat, following ABINIT def.)
+!!
+!! INPUTS
+!!  pawarray
+!!    %shapefunc(wav_meshsz)= Normalized shape function
+!!  pawps
+!!    %coreden4pr2(core_meshsz)= Core density multiplied by 4Pi.r2
+!!    %phi(wav_meshsz,basis_size)= PAW atomic wavefunctions on the radial grid
+!!    %tcoreden4pr2(core_meshsz)= Pseudized core density multiplied by 4Pi.r2
+!!    %tphi(wav_meshsz,basis_size)= PAW atomic pseudo-wavefunctions on the radial grid
+!!    %tvaleden4pr2(core_meshsz)= Pseudized valence density multiplied by 4Pi.r2 (if read in input file)
+!!  pawrad= radial grid definitions
+!!  pshead
+!!    %basis_size= Number of elements for the paw nl basis
+!!    %occ(basis_size)= occupation for each basis function
+!!    %sph_meshsz= Dimension of radial mesh corresponding to PAW spheres
+!!    %vale_meshsz= Dimension of radial mesh for pseudized valence density (0 if not in input file)
+!!    %wav_meshsz= Dimension of radial mesh for wave functions
+!!
+!! OUTPUT
+!!  pawarray
+!!    %hatden4pr2(sph_meshsz)= Compensation density *4pi.r2 (following Abinit s definition)
+!!    %tvaleden4pr2(wav_meshsz)= Pseudized valence density *4pi.r2 (only part inside spheres)
+!!
+!! PARENTS
+!! atompaw2abinit
+!!
+!! CHILDREN
+!! csimp
+!!=================================================================
+
+ subroutine calc_valden(pshead,pawps,pawarray,pawrad)
+
+ type(pshead_type),intent(in)      :: pshead
+ type(pawps_type),intent(in)       :: pawps
+ type(pawarray_type),intent(inout) :: pawarray
+ type(pawrad_type),intent(in)      :: pawrad
+
+!------------------------------------------------------------------
+!---- Local variables
+!------------------------------------------------------------------
+
+ integer :: ib,meshsz
+ real(dp) :: qq
+ real(dp),allocatable :: den4pr2(:),valeden4pr2(:)
+
+!------------------------------------------------------------------
+!---- Executable code
+!------------------------------------------------------------------
+
+!Compute pseudized valence density (only inside PAW augmentation region)
+ meshsz=pshead%wav_meshsz
+ pawarray%tvaleden4pr2=zero
+ if (pshead%vale_meshsz>0) then
+  pawarray%tvaleden4pr2(1:meshsz)=pawps%tvaleden4pr2(1:meshsz)
+ else
+  do ib=1,pshead%basis_size
+   pawarray%tvaleden4pr2(1:meshsz)=pawarray%tvaleden4pr2(1:meshsz) &
+&                                 +pshead%occ(ib)*pawps%tphi(1:meshsz,ib)**2
+  enddo
+ end if
+
+!Compute valence density (only inside augmentation region) - temporary needed here
+ meshsz=pshead%sph_meshsz
+ allocate(valeden4pr2(meshsz));valeden4pr2=zero
+ do ib=1,pshead%basis_size
+  valeden4pr2(1:meshsz)=valeden4pr2(1:meshsz) &
+&                      +pshead%occ(ib)*pawps%phi(1:meshsz,ib)**2
+ enddo
+
+!Compute compensation density
+ allocate(den4pr2(meshsz));pawarray%hatden4pr2=zero
+ den4pr2(1:meshsz)=valeden4pr2(1:meshsz)-pawarray%tvaleden4pr2(1:meshsz)
+ call csimp(den4pr2,pawrad,meshsz,qq)
+ pawarray%hatden4pr2(1:meshsz)=qq*pawrad%rad(1:meshsz)**2*pawarray%shapefunc(1:meshsz)
+
+ deallocate(den4pr2,valeden4pr2)
+
+ end subroutine calc_valden
+
+
+!!=================================================================
+!! NAME
+!! calc_dij0
+!!
+!! FUNCTION
+!! Compute "frozen" values of Dij = Dij0
+!!
+!! INPUTS
+!!  pawarray
+!!    %indlmn(6,lmn_size)= Gives l,m,n,lm,ln,s for i=lmn
+!!    %kij(lmn2_size)= Kinetic overlap operator
+!!    %shapefunc(wav_meshsz)= Normalized shape function
+!!  pawps
+!!    %coreden4pr2(core_meshsz)= Core density multiplied by 4Pi.r2
+!!    %phi(wav_meshsz,basis_size)= PAW atomic wavefunctions on the radial grid
+!!    %tphi(wav_meshsz,basis_size)= PAW atomic pseudo-wavefunctions on the radial grid
+!!    %vhtnzc(core_meshsz)= Hartree potential of the ps-density
+!!                          of the nucleus + core electrons
+!!  pawrad= radial grid definitions
+!!  pshead
+!!    %atomic_charge= Total atomic charge
+!!    %core_meshsz= Dimension of radial mesh for core density
+!!    %lmn_size= Number of elements for the paw basis
+!!    %lmn2_size=pshead%lmn_size*(pshead%lmn_size+1)/2
+!!    %sph_meshsz= Dimension of radial mesh corresponding to PAW spheres
+!!    %vlocopt= Option for Vloc
+!!
+!! OUTPUT
+!!  pawps
+!!    %dij0(lmn2_size)= Frozen part of the Dij term
+!!
+!! PARENTS
+!! atompaw2abinit
+!!
+!! CHILDREN
+!! csimp,grid2pawrad
+!!=================================================================
+
+ subroutine calc_dij0(pshead,pawps,pawarray,pawrad)
+
+ type(pshead_type),intent(in)   :: pshead
+ type(pawps_type),intent(inout) :: pawps
+ type(pawarray_type),intent(in) :: pawarray
+ type(pawrad_type),intent(inout)   :: pawrad
+
+!------------------------------------------------------------------
+!---- Local variables
+!------------------------------------------------------------------
+
+ integer :: il,ilm,iln,ilmn,j0lmn,jl,jlm,jln,jlmn,klmn,meshsz
+ real(dp) :: intg,intvh,ecoul,qq
+ real(dp),allocatable :: ff(:),vhnzc(:)
+ type(GridInfo) :: Grid_core
+
+!------------------------------------------------------------------
+!---- Executable code
+!------------------------------------------------------------------
+
+ meshsz=pshead%sph_meshsz;allocate(ff(meshsz))
+ call NullifyGrid(Grid_core)
+ call grid2pawrad(Grid_core,pawrad,pshead%core_meshsz,-1)
+
+!Kinetic part of Dij0
+ pawps%dij0(1:pshead%lmn2_size)=pawarray%kij(1:pshead%lmn2_size)
+
+!Computation of <phi_i|Vh(nZc)|phi_j>
+ allocate(vhnzc(pshead%core_meshsz))
+ call poisson_marc(Grid_core,qq,pawps%coreden4pr2,vhnzc,ecoul)
+ vhnzc=half*vhnzc  ! Ryd. -> Ha
+ vhnzc(2:pshead%core_meshsz)=(vhnzc(2:pshead%core_meshsz)-pshead%atomic_charge)/pawrad%rad(2:pshead%core_meshsz)
+ call extrapolate(Grid_core,vhnzc)
+ 
+ do jlmn=1,pshead%lmn_size
+  j0lmn=jlmn*(jlmn-1)/2
+  jlm=pawarray%indlmn(4,jlmn);jln=pawarray%indlmn(5,jlmn)
+  do ilmn=1,jlmn
+   klmn=j0lmn+ilmn
+   ilm=pawarray%indlmn(4,ilmn);iln=pawarray%indlmn(5,ilmn)
+   if (jlm==ilm) then
+    ff(1:meshsz)=pawps%phi(1:meshsz,iln)*pawps%phi(1:meshsz,jln)*vhnzc(1:meshsz)
+    call csimp(ff,pawrad,meshsz,intg)
+
+    pawps%dij0(klmn)=pawps%dij0(klmn)+intg
+   endif
+  enddo
+ enddo
+ deallocate(vhnzc)
+
+!Computation of <tphi_i|Vh(tnZc)|tphi_j>
+ if (pshead%vlocopt==1.or.pshead%vlocopt==2) then
+  do jlmn=1,pshead%lmn_size
+   j0lmn=jlmn*(jlmn-1)/2
+   jlm=pawarray%indlmn(4,jlmn);jln=pawarray%indlmn(5,jlmn)
+   do ilmn=1,jlmn
+    klmn=j0lmn+ilmn
+    ilm=pawarray%indlmn(4,ilmn);iln=pawarray%indlmn(5,ilmn)
+    if (jlm==ilm) then
+     ff(1:meshsz)=pawps%tphi(1:meshsz,iln)*pawps%tphi(1:meshsz,jln)*pawps%vhtnzc(1:meshsz)
+     call csimp(ff,pawrad,meshsz,intg)
+     pawps%dij0(klmn)=pawps%dij0(klmn)-intg
+    endif
+   enddo
+  enddo
+ endif
+
+!Computation of int[Vh(tnzc)*Qijhat(r)dr]
+ if (pshead%vlocopt==1.or.pshead%vlocopt==2) then
+  ff(1:meshsz)=pawps%vhtnzc(1:meshsz)*pawarray%shapefunc(1:meshsz)*pawrad%rad(1:meshsz)**2
+  call csimp(ff,pawrad,meshsz,intvh)
+  do jlmn=1,pshead%lmn_size
+   j0lmn=jlmn*(jlmn-1)/2
+   jl=pawarray%indlmn(1,jlmn);jln=pawarray%indlmn(5,jlmn);jlm=pawarray%indlmn(4,jlmn)
+   do ilmn=1,jlmn
+    klmn=j0lmn+ilmn
+    il=pawarray%indlmn(1,ilmn);iln=pawarray%indlmn(5,ilmn);ilm=pawarray%indlmn(4,ilmn)
+    if (ilm==jlm) then
+     ff(1:meshsz)=(pawps%phi (1:meshsz,iln)*pawps%phi (1:meshsz,jln)&
+&                 -pawps%tphi(1:meshsz,iln)*pawps%tphi(1:meshsz,jln))
+     call csimp(ff,pawrad,meshsz,intg)
+     pawps%dij0(klmn)=pawps%dij0(klmn)-intvh*intg
+    endif
+   enddo
+  enddo
+ endif
+
+ deallocate(ff)
+ call DestroyGrid(Grid_core)
+
+ end subroutine calc_dij0
+
+
+!!=================================================================
+!! NAME
+!! calc_rhoij0
+!!
+!! FUNCTION
+!! Compute initial values (atomic initialization) of rhoij0
+!!
+!! INPUTS
+!!  pshead
+!!    %basis_size= Number of elements for the paw nl basis
+!!    %occ(basis_size)= occupation for each basis function
+!!    %orbitals(basis_size)= Quantum number l for each basis function
+!!
+!! OUTPUT
+!!  pawps
+!!    %rhoij0= Atomic initialization of rhoij
+!!
+!! PARENTS
+!! atompaw2abinit
+!!=================================================================
+
+ subroutine calc_rhoij0(pshead,pawps)
+
+ type(pshead_type),intent(in)   :: pshead
+ type(pawps_type),intent(inout) :: pawps
+
+!------------------------------------------------------------------
+!---- Local variables
+!------------------------------------------------------------------
+
+ integer :: ib,ilmn,ilmn0,ll2
+
+!------------------------------------------------------------------
+!---- Executable code
+!------------------------------------------------------------------
+
+ pawps%rhoij0=zero
+
+!Store occupations into Rhoij0
+!(This is only true if bound states are included in the wave function basis
+ ilmn0=0
+ do ib=1,pshead%basis_size
+  ll2=2*pshead%orbitals(ib)+1
+  do ilmn=ilmn0+1,ilmn0+ll2
+   pawps%rhoij0(ilmn*(ilmn+1)/2)=pshead%occ(ib)/dble(ll2)
+  enddo
+  ilmn0=ilmn0+ll2
+ enddo
+
+ end subroutine calc_rhoij0
+
+
+!!=================================================================
+!! NAME
+!! calc_vloc
+!!
+!! FUNCTION
+!! Compute local potential in the Bloechl and Kresse formulation
+!!
+!! INPUTS
+!!  pshead
+!!    %basis_size= Number of elements for the paw nl basis
+!!    %occ(basis_size)= occupation for each basis function
+!!    %orbitals(basis_size)= Quantum number l for each basis function
+!!
+!! OUTPUT
+!!  pawps
+!!    %vhtnzc= Atomic initialization of rhoij
+!!
+!! PARENTS
+!! atompaw2abinit
+!!=================================================================
+
+ subroutine calc_vloc(FC,nz,PAW,pawps,pawrad,pshead)
+
+ real(dp) ,intent(in):: nz
+ type(Pseudoinfo),intent(in)       :: PAW
+ type(FCInfo),intent(in)           :: FC
+ type(pshead_type),intent(in)   :: pshead
+ type(pawps_type),intent(inout) :: pawps
+ type(pawrad_type),intent(inout)   :: pawrad
+
+!------------------------------------------------------------------
+!---- Local variables
+!------------------------------------------------------------------
+
+ integer :: ii,irc
+ real(dp):: etxc,eexc,qeff,q00,rat
+ type(GridInfo) :: Grid,Grid1
+ real(dp), allocatable :: dd(:),vv(:),vxc1(:),vxc2(:)
+
+!------------------------------------------------------------------
+!---- Executable code
+!------------------------------------------------------------------
+
+ call NullifyGrid(Grid)
+ call grid2pawrad(Grid,pawrad,pshead%core_meshsz,-1)
+
+ allocate(dd(pshead%core_meshsz))
+ allocate(vv(pshead%core_meshsz))
+ dd(1:pshead%core_meshsz)=FC%coreden(1:pshead%core_meshsz)-PAW%tcore(1:pshead%core_meshsz)
+ qeff=-nz+integrator(Grid,dd,1,PAW%irc_core)
+ dd(1:pshead%core_meshsz)=PAW%tcore(1:pshead%core_meshsz)+qeff*PAW%hatden(1:pshead%core_meshsz)
+ call poisson_marc(Grid,q00,dd,vv,rat)
+ pawps%vhtnzc(2:pshead%core_meshsz)=half*(PAW%vloc(2:pshead%core_meshsz)+vv(2:pshead%core_meshsz)/pawrad%rad(2:pshead%core_meshsz))
+ call extrapolate(Grid,pawps%vhtnzc)
+
+ call DestroyGrid(Grid)
+ if(pshead%vloc_meshsz>pshead%core_meshsz)then
+   pawps%vhtnzc(pshead%core_meshsz+1:pshead%vloc_meshsz)=half*(PAW%vloc(pshead%core_meshsz+1:pshead%vloc_meshsz)+&
+&       vv(pshead%core_meshsz)/pawrad%rad(pshead%core_meshsz+1:pshead%vloc_meshsz))
+ end if
+ deallocate(dd,vv)
+
+ if (pshead%vlocopt==1) then
+   allocate(dd(pshead%vloc_meshsz))
+   allocate(vxc1(pshead%vloc_meshsz))
+   allocate(vxc2(pshead%vloc_meshsz))
+   call grid2pawrad(Grid,pawrad,pshead%vloc_meshsz,-1)
+   dd(1:pshead%vloc_meshsz)=PAW%tden(1:pshead%vloc_meshsz)+PAW%tcore(1:pshead%vloc_meshsz)
+   call exch(Grid,dd,vxc1,etxc,eexc)   !store vxc(\tilde(n)+\tilde(n_c))
+   dd(1:pshead%vloc_meshsz)=PAW%den(1:pshead%vloc_meshsz)-PAW%tden(1:pshead%vloc_meshsz)
+   irc=max(PAW%irc,PAW%irc_shap,PAW%irc_vloc,PAW%irc_core)
+   qeff=integrator(Grid,dd,1,irc)
+   dd(1:pshead%vloc_meshsz)=PAW%tden(1:pshead%vloc_meshsz)+PAW%tcore(1:pshead%vloc_meshsz)+qeff*PAW%hatden(1:pshead%vloc_meshsz)
+   call exch(Grid,dd,vxc2,etxc,eexc) 
+   pawps%vhtnzc(2:pshead%vloc_meshsz)=pawps%vhtnzc(2:pshead%vloc_meshsz)+&
+&                        half*(vxc1(2:pshead%vloc_meshsz)-vxc2(2:pshead%vloc_meshsz))/pawrad%rad(2:pshead%vloc_meshsz)
+   call extrapolate(Grid,pawps%vhtnzc)
+   deallocate(dd,vxc1,vxc2)
+   call DestroyGrid(Grid)
+ end if
+
+ end subroutine calc_vloc
+
+ 
+!!=================================================================
+!! NAME
+!! opt_proj
+!!
+!! FUNCTION
+!! Apply Real Space Optimization (RSO) on non-local projectors in order
+!! to smooth them and cut large reciprocal vectors contribution.
+!! Directly written from:
+!!  RD King-smith, MC Payne and JS Lin, Phys. Rev. B, 44 (1991), 13063
+!!
+!! INPUTS
+!!  pawrad=datastructure containing mesh size definitions
+!!  pawrso
+!!    %ecut_rso=Real Space Optimization parameter: plane wave cutoff = 1/2 Gmax**2
+!!    %gfact_rso=Real Space Optimization parameter: Gamma/Gmax ratio
+!!    %userso=TRUE if REAL Space Optimization is required
+!!    %werror_rso=Real Space Optimization parameter: max. error W_l allowed
+!!  pshead
+!!    %basis_size= Number of elements for the paw nl basis
+!!    %orbitals(basis_size)= Quantum number l for each basis function
+!!    %prj_meshsz=Dimension of radial mesh for tproj (initialized at input)
+!!
+!! SIDE EFFECTS
+!!  pshead
+!!    %prj_meshsz= Dimension of radial mesh for tproj
+!!  pawps
+!!    %tproj(prj_msz_max,basis_size)= projectors on partial waves
+!!
+!! PARENTS
+!! atompaw2abinit
+!!
+!! CHILDREN
+!! aamat,csimp,gauleg,jbessel,DGETRF,DGETRS
+!!=================================================================
+
+ subroutine opt_proj(pshead,pawps,pawrad,pawrso)
+
+ type(pshead_type),intent(inout) :: pshead
+ type(pawps_type),intent(inout)  :: pawps
+ type(pawrad_type),intent(in)    :: pawrad
+ type(pawrso_type),intent(in)    :: pawrso
+
+!------------------------------------------------------------------
+!---- Local variables
+!------------------------------------------------------------------
+
+ integer,parameter :: ngaussmax=50
+ integer, parameter :: nqmax=500
+
+ integer :: ib,info,iq,iqp,ir,ll,nqgauss1,nqgauss2,r0_meshsz,rp_meshsz
+ real(dp) :: amat,bess,bessp,dum,dq,gamma,gmax,r0,rc_prj,wwmax,wwl,xx
+
+ integer, allocatable :: iwork(:)
+ real(dp),allocatable :: am(:,:),bm(:),chi1g(:,:),chi2g(:),chireg(:,:),ff(:),&
+&                        gg(:),qgauss1(:),qgauss2(:),wgauss1(:),wgauss2(:)
+
+!------------------------------------------------------------------
+!---- Executable code
+!------------------------------------------------------------------
+
+ if (.not.pawrso%userso) return
+
+ write(std_out,'(3(/,2x,a),/,2x,a,f7.2,/,2x,a,f6.2,/,2x,a,g11.3)') &
+&     'Atompaw2Abinit info:',&
+&     '  Optimizing non-local projectors',&
+&     '  using Real Space Optimization...',&
+&     '  Parameters: Ecut (Hartree)=',pawrso%ecut,&
+&     '              Gamma/Gmax    =',pawrso%gfact,&
+&     '              Wl max (error)=',pawrso%werror
+
+!Initialize data for optimization
+ if (pawrad%islog==1) then
+  rc_prj=pawrad%rstep*(exp(dble(pshead%prj_meshsz-1)*pawrad%lstep)-1.d0)
+ else
+  rc_prj=pawrad%rstep*dble(pshead%prj_meshsz-1)
+ end if
+ r0=rc_prj/1.035_dp
+ gmax=sqrt(two*pawrso%ecut)
+ gamma=pawrso%gfact*gmax
+ wwmax=10000000000._dp
+
+ rp_meshsz=pshead%prj_meshsz;allocate(ff(rp_meshsz))
+
+!Define q mesh for reciprocal space
+ nqgauss1=ngaussmax
+ allocate(qgauss1(nqgauss1),wgauss1(nqgauss1))
+ call gauleg(zero,gmax,qgauss1,wgauss1,nqgauss1)
+ nqgauss2=ngaussmax
+ allocate(qgauss2(nqgauss2),wgauss2(nqgauss2))
+ call gauleg(gmax,gamma,qgauss2,wgauss2,nqgauss2)
+ allocate(chi1g(nqgauss1,pshead%basis_size),chireg(nqmax,pshead%basis_size))
+ allocate(am(nqgauss2,nqgauss2),bm(nqgauss2),chi2g(nqgauss2))
+
+!Transfer tproj(r) into chi(q) for 0<q<gmax
+!-- On a Gaussian mesh
+ do ib=1,pshead%basis_size
+  ll=pshead%orbitals(ib)
+  do iq=1,nqgauss1
+   do ir=1,rp_meshsz
+    call jbessel(bess,bessp,dum,ll,0,qgauss1(iq)*pawrad%rad(ir))
+    ff(ir)=bess*pawrad%rad(ir)*pawps%tproj(ir,ib)
+   enddo
+   call csimp(ff,pawrad,rp_meshsz,chi1g(iq,ib))
+  enddo
+!-- On a regular mesh
+  dq=gmax/dble(nqmax-1)
+  do iq=1,nqmax
+   do ir=1,rp_meshsz
+    call jbessel(bess,bessp,dum,ll,0,dble(iq-1)*dq*pawrad%rad(ir))
+    ff(ir)=bess*pawrad%rad(ir)*pawps%tproj(ir,ib)
+   enddo
+   call csimp(ff,pawrad,rp_meshsz,chireg(iq,ib))
+  enddo
+ enddo
+
+!Loop on error Wl
+ do while (wwmax>pawrso%werror)
+  wwmax=-one
+  if (pawrad%islog==1) then
+   r0_meshsz=max(int(log(one+(r0*1.035_dp)/pawrad%rstep)/pawrad%lstep)+1,pshead%prj_meshsz+1)
+  else
+   r0_meshsz=max(int(r0*1.035_dp/pawrad%rstep)+1,pshead%prj_meshsz+1)
+   if (mod(r0_meshsz,2)==0) r0_meshsz=r0_meshsz-1
+  end if
+  if (r0_meshsz>pshead%prj_msz_max) then
+   write(std_out,'(/,2x,a)') 'Error in Atompaw2Abinit(opt_proj): ro_meshsz too big !'
+   stop
+  endif
+  r0=pawrad%rad(r0_meshsz)
+  allocate(gg(r0_meshsz))
+
+!Loop on (l,n) basis
+ do ib=1,pshead%basis_size
+  ll=pshead%orbitals(ib)
+
+!Compute chi(q) for gmax<q<gamma on Gauss mesh
+! --Loop on q
+  do iq=1,nqgauss2
+
+!  --Compute bm(q)
+   bm(iq)=zero
+   do iqp=1,nqgauss1
+    call aamat(amat,qgauss2(iq),qgauss1(iqp),r0,ll)
+    bm(iq)=bm(iq)+amat*chi1g(iqp,ib)*wgauss1(iqp)
+   enddo
+
+!  --Compute am(q,qp)
+   do iqp=1,iq
+    call aamat(amat,qgauss2(iq),qgauss2(iqp),r0,ll)
+    am(iq,iqp)=-amat*wgauss2(iqp)
+    am(iqp,iq)=-amat*wgauss2(iq)
+   enddo
+   am(iq,iq)=am(iq,iq)+(half*pi)*qgauss2(iq)**2
+
+! --End loop on q
+  enddo
+
+
+! Solve Am(q,qp).X(q)=Bm(q)
+  allocate(iwork(nqgauss2))
+  call DGETRF(nqgauss2,nqgauss2,am,nqgauss2,iwork,info)
+  call DGETRS('N',nqgauss2,1,am,nqgauss2,iwork,bm,nqgauss2,info)
+  deallocate(iwork)
+
+  chi2g=bm
+
+! Transfer back chi(q) into tproj(r)
+  do ir=1,r0_meshsz
+   xx=zero
+   do iq=1,nqgauss1
+    call jbessel(bess,bessp,dum,ll,0,qgauss1(iq)*pawrad%rad(ir))
+    xx=xx+wgauss1(iq)*bess*chi1g(iq,ib)*qgauss1(iq)**2
+   enddo
+   do iq=1,nqgauss2
+    call jbessel(bess,bessp,dum,ll,0,qgauss2(iq)*pawrad%rad(ir))
+    xx=xx+wgauss2(iq)*bess*chi2g(iq)*qgauss2(iq)**2
+   enddo
+   pawps%tproj(ir,ib)=two*pawrad%rad(ir)*xx/pi
+  enddo
+
+!Estimate the error W_l(q)
+! --Compute Int(0,R0) [r**2.chi(r).jl(qr)] (and Wl)
+! --for each q of the regular mesh
+  wwl=-one
+  do iq=1,nqmax
+   do ir=1,r0_meshsz
+    call jbessel(bess,bessp,dum,ll,0,dble(iq-1)*dq*pawrad%rad(ir))
+    gg(ir)=bess*pawrad%rad(ir)*pawps%tproj(ir,ib)
+   enddo
+   call csimp(gg,pawrad,r0_meshsz,xx)
+   wwl=max(abs(chireg(iq,ib)-xx),wwl)
+  enddo
+  wwl=wwl/maxval(abs(chireg(:,ib)))
+  wwmax=max(wwl,wwmax)
+
+!End loop on ib
+ enddo
+
+!End loop on error
+ deallocate(gg)
+ enddo
+
+ deallocate(am,bm,chi1g,chi2g,chireg,ff,wgauss1,qgauss1,wgauss2,qgauss2)
+
+ pshead%prj_meshsz=r0_meshsz
+ write(std_out,'(2(a,f7.4),a)') '  New radius R0 for nl projectors (Bohr)=',&
+&                         r0,' (=',r0/rc_prj,'*Rc(proj))'
+ if (r0>1.55_dp*rc_prj) &
+&  write(std_out,'(4(/,a))') &
+&                'Warning:',&
+&                '  Radius for nl projectors (R0) seems to be high !',&
+&                '  You should change parameters of Real Space Optimization',&
+&                '  (increase Ecut, Gamma/Gmax or Wl).'
+
+ end subroutine opt_proj
+
+!------------------------------------------------------------------
+!---- aamat: useful matrix for Real Space Optimization of projectors
+!------------------------------------------------------------------
+
+ subroutine aamat(amat,qq,qqp,r0,ll)
+ integer,intent(in) :: ll
+ real(dp),intent(in) :: qq,qqp,r0
+ real(dp),intent(out) :: amat
+
+ real(dp) :: bess,bessp,bess_,bessp_,dum
+
+ call jbessel(bess,bessp,dum,ll,1,qqp*r0)
+ if (dabs(qq-qqp)<tol10) then
+  amat=qq**3*half*r0**2*(bess*bessp &
+&      +qq*r0*bessp**2+qq*r0*bess**2 &
+&      -dble(ll*(ll+1))/(qq*r0)*bess**2)
+ else
+  call jbessel(bess_,bessp_,dum,ll,1,qq*r0)
+  amat=qq**2*qqp**2/(qqp**2-qq**2)*r0**2 &
+&     *(bess*bessp_*qq-bess_*bessp*qqp)
+ endif
+
+ end subroutine aamat
+
+
+!!=================================================================
+!! NAME
+!! wrpawps
+!!
+!! FUNCTION
+!! Write a PAW dataset file formatted for ABINIT
+!!
+!! INPUTS
+!!  filename= output file name for Abinit
+!!  funit= output unit number
+!!  loggrd
+!!    %meshsz=mesh size for the logarithmic grid
+!!    %uselog=TRUE if data are transfered on a log. grid before being written
+!!    %log_step=logarithmic step for the logarithmic grid
+!!    %rad_step=radial step for the logarithmic grid
+!!  pawarray
+!!    %shapefunc(wav_meshsz)= Normalized shape function
+!!    %shpnrm(l_size)= Moments of shape function for each l
+!!  pawps
+!!    %coreden4pr2(core_meshsz)= Core density multiplied by 4Pi.r2
+!!    %tcoreden4pr2(core_meshsz)= Pseudized core density multiplied by 4Pi.r2
+!!    %tvaleden4pr2(vale_meshsz)= Pseudized valence density multiplied by 4Pi.r2
+!!    %dij0(lmn2_size)= Part of the Dij term calculated in the psp part
+!!    %phi(wav_meshsz,basis_size)= PAW atomic wavefunctions
+!!                                on the radial grid
+!!    %tphi(wav_meshsz,basis_size)= PAW atomic pseudo-wavefunctions
+!!                                 on the radial grid
+!!    %tproj(prj_msz_max,basis_size)= PAW projectors
+!!                                 on the radial grid
+!!    %rhoij0= Atomic initialization of rhoij
+!!    %vbare(sph_meshsz)= bare local potential (part of VH(tnzc))
+!!    %vhtnzc(core_meshsz)= Hartree potential of the ps-density
+!!                           of the nucleus + core electrons
+!!  pawrad= radial grid definitions
+!!  pawrso
+!!    %userso=TRUE if REAL Space Optimization is required
+!!  pshead
+!!    %atomic_charge= Total atomic charge
+!!    %basis_size= Number of elements for the paw nl basis
+!!    %core_charge= Core charge
+!!    %core_meshsz= Dimension of radial mesh for core density
+!!    %creatorid= ID of psp generator (here creatorID=1 !)
+!!    %hat_meshsz= Dimension of radial mesh for shape function
+!!    %lambda= Lambda in gaussian type g(r)
+!!    %lmax= Maximum value of l
+!!    %lmn_size= Number of elements for the paw basis
+!!    %l_size= Max. value of l+1 leading to a non zero Gaunt coeffs
+!!    %mesh_type=  Flag defining ther radial grid type
+!!    %orbitals(basis_size)= Quantum number l for each basis function
+!!    %prj_meshsz= Dimension of radial mesh for tproj
+!!    %pspcod= Psp code number for Abinit (here PAW->pspcod=7 !)
+!!    %pspxc_abinit= Abinit s code number for the exchange-correlation
+!!    %rad_step= Step corresponding to radial mesh
+!!    %rc_proj= Sphere radius for tproj
+!!    %rc_hat= radius for shape function
+!!    %rc_sph= Default PAW sphere radius
+!!    %shape_type= Shape function type
+!!    %sigma= Sigma for gaussian type g(r)
+!!    %sph_meshsz= Dimension of radial mesh corresponding to PAW spheres
+!!    %title= Title for pseudopotential
+!!    %vale_meshsz= Dimension of radial mesh for pseudo valence density (0if not present)
+!!    %vloc_meshsz= Dimension of radial mesh for vloc=vhtnzc
+!!    %sph_meshsz= Dimension of radial mesh for phi, tphi ...
+!!    %vlocopt= Option for Vloc
+!!    %wav_meshsz= Dimension of radial mesh for Phi, tPhi, ...
+!!
+!! NOTES
+!!  File format of formatted PAW psp input for ABINIT:
+!!  --------------------------------------------------
+!!  (1) title (character) line
+!!  (2) znucl, zion, pspdat
+!!  (3) pspcod, pspxc, lmax, lloc, mmax, r2well
+!!  (4) psp_version, creatorID
+!!  (5) basis_size, lmn_size
+!!  (6) orbitals (for l=1 to basis_size)
+!!  (7) number_of_meshes
+!!  For imsh=1 to number_of_meshes
+!!      (8)  mesh_index, mesh_type ,mesh_size, rad_step[, log_step]
+!!  (9) r_cut(SPH)
+!!  (10) shape_type, r_shape[, shapefunction arguments]
+!!  For iln=1 to basis_size
+!!      (11) comment(character)
+!!      (12) radial mesh index for phi
+!!      (13) phi(r) (for ir=1 to phi_meshsz)
+!!  For iln=1 to basis_size
+!!      (14) comment(character)
+!!      (15) radial mesh index for tphi
+!!      (16) tphi(r) (for ir=1 to phi_mesh_size)
+!!  For iln=1 to basis_size
+!!      (17) comment(character)
+!!      (18) radial mesh index for tproj
+!!      (19) tproj(r) (for ir=1 to proj_mesh_size)
+!!  (20) comment(character)
+!!  (21) radial mesh index for core_density
+!!  (22) core_density (for ir=1 to phi_mesh_size)
+!!  (23) comment(character)
+!!  (24) radial mesh index for tcore_density
+!!  (25) tcore_density (for ir=1 to phi_mesh_size)
+!!  (26) comment(character)
+!!  (27) Dij0 (for ij=1 to lmn_size*(lmn_size+1)/2)
+!!  (28) comment(character)
+!!  (29) Rhoij0 (for ij=1 to lmn_size*(lmn_size+1)/2)
+!!  (30) comment(character)
+!!  (31) radial mesh index for Vloc, format of Vloc (0=Vbare, 1=VH(tnzc) with hat in XC, 2=VH(tnzc) without hat in XC)
+!!  (32) Vloc(r) (for ir=1 to vloc_mesh_size)
+!!  ===== Following lines only if shape_type=-1 =====
+!!  For il=1 to 2*max(orbitals)+1
+!!      (33) comment(character)
+!!      (34) radial mesh index for shapefunc
+!!      (35) shapefunc(r)*gnorm(l)*r**l (for ir=1 to phi_meshsz)
+!!  --------------------------------------------------
+!!
+!! PARENTS
+!! atompaw2abinit
+!!
+!! CHILDREN
+!! date_and_time,extrapolate,interpfunc,grid2pawrad
+!!=================================================================
+
+ subroutine wrpawps(pshead,pawps,pawarray,pawrad,loggrd,fname,funit,author)
+
+ type(pshead_type),intent(in)    :: pshead
+ type(pawps_type),intent(in)     :: pawps
+ type(pawarray_type),intent(in)  :: pawarray
+ type(pawrad_type),intent(inout) :: pawrad
+ type(loggrd_type),intent(inout) :: loggrd
+ character*(fnlen),intent(in)    :: author,fname
+ integer,intent(in)              :: funit
+
+!------------------------------------------------------------------
+!---- Local variables
+!------------------------------------------------------------------
+
+ integer, parameter :: nmesh_max=5
+ integer :: coremeshsz,ib,icoremesh,ii,il,ilmn,iprjmesh,ir
+ integer :: ivalemesh,ivlocmesh,iwavmesh,jlmn,mtyp,nmesh
+ integer :: prjmeshsz,valemeshsz,vlocmeshsz,wavmeshsz
+ real(dp) :: rstep,lstep
+ character*4 :: pspfmt
+ character*8 :: strdate
+ integer :: meshsz(nmesh_max),meshtp(nmesh_max)
+ real(dp) :: radstp(nmesh_max),logstp(nmesh_max)
+ real(dp), allocatable :: ffit(:),ntmp(:),rr_log(:),shpf(:)
+ type(GridInfo) :: Grid_core,Grid_vale
+
+!------------------------------------------------------------------
+!---- Executable code
+!------------------------------------------------------------------
+
+ pspfmt="paw5"
+ if (pshead%vale_meshsz==0) pspfmt="paw3"
+ if (pshead%vlocopt/=2)     pspfmt="paw4"
+
+ call meshes_def(coremeshsz,icoremesh,iprjmesh,ivalemesh,ivlocmesh,&
+ &    iwavmesh,nmesh,nmesh_max,meshtp,meshsz,loggrd,logstp,prjmeshsz,&
+ &    rr_log,valemeshsz,vlocmeshsz,wavmeshsz,pshead,pawrad,radstp)
+
+!Some translations AtomPAW -> ABINIT
+ call NullifyGrid(Grid_core);call NullifyGrid(Grid_vale)
+ if (pshead%core_meshsz>0) call grid2pawrad(Grid_core,pawrad,pshead%core_meshsz,-1)
+ if (pshead%vale_meshsz>0) call grid2pawrad(Grid_vale,pawrad,pshead%vale_meshsz,-1)
+
+!Open the file for writing
+ open(unit=funit,file=trim(fname),form='formatted',status='unknown')
+
+!Write the header
+ call date_and_time(strdate)
+ if (len(trim(author))>0) then
+   write(funit,'(3a)') trim(pshead%title)," by ",trim(author)
+ else
+   write(funit,'(a)') trim(pshead%title)
+ end if
+ 
+ write(funit,'(1x,f7.3,1x,f7.3,1x,a,14x,a)') &
+&      pshead%atomic_charge,&
+&      pshead%atomic_charge-pshead%core_charge,&
+&      trim(strdate),&
+&      " : zatom,zion,pspdat"
+ write (funit,'(1x,i2,1x,i7,1x,i2," 0 ",i5," 0.",14x,a)') &
+&      pshead%pspcod,&
+&      pshead%pspxc_abinit,&
+&      pshead%lmax,&
+&      wavmeshsz,&
+&      " : pspcod,pspxc,lmax,lloc,mmax,r2well"
+ write (funit,'(1x,a4,1x,i4,29x,a)') &
+&       pspfmt,pshead%creatorid,&
+&       " : pspfmt,creatorID"
+ write (funit,'(2(1x,i2),33x,a)') &
+&       pshead%basis_size,&
+&       pshead%lmn_size,&
+&       " : basis_size,lmn_size"
+ do ib=1,pshead%basis_size
+  write (funit,'(1x,i1)',ADVANCE='NO') pshead%orbitals(ib)
+ enddo
+ if (pshead%basis_size<20) then
+  do ib=pshead%basis_size+1,20
+   write (funit,'(a)',ADVANCE='NO') '  '
+  enddo
+ endif
+ write (funit,'(a)') ": orbitals"
+ write (funit,'(1x,i1,37x,a)') &
+&       nmesh," : number_of_meshes"
+ do ii=1,nmesh
+  if (meshtp(ii)==1) then
+   write (funit,'(1x,i1,1x,i1,1x,i4,1x,es22.16,15x,a,i1,a)') &
+&         ii,meshtp(ii),meshsz(ii),radstp(ii),&
+&         " : mesh ",ii,", type,size,rad_step[,log_step]"
+  else
+   write (funit,'(1x,i1,1x,i1,1x,i4,1x,es22.16,1x,es22.16,a,i1,a)') &
+&         ii,meshtp(ii),meshsz(ii),radstp(ii),logstp(ii),&
+&         " : mesh ",ii,", type,size,rad_step[,log_step]"
+  endif
+ enddo
+ write (funit,'(1x,f13.10,25x,a)') &
+&       pshead%rc_sph,&
+&      " : r_cut(PAW)"
+ if (pshead%shape_type==1) then
+  write (funit,'(1x,i1,1x," 0.",i2,1x,es20.12,10x,a)') &
+&         pshead%shape_type,pshead%lambda,pshead%sigma,&
+&        " : shape_type,rshape,lambda,sigma"
+ else
+  if (pshead%hat_meshsz==pshead%sph_meshsz) then
+   write (funit,'(1x,i1," 0.",34x,a)') &
+&         pshead%shape_type,&
+&         " : shape_type,rshape"
+  else
+   write (funit,'(1x,i1,1x,f13.10,20x,a)') &
+&         pshead%shape_type,pshead%rc_hat,&
+&         " : shape_type,rshape"
+  endif
+ endif
+
+!Write basis functions
+ do ib=1,pshead%basis_size
+  write(funit,'(a,i1,a)') "===== PHI ",ib,&
+&      " =====   [phi(r)=PHI(r)/r*Ylm(th,ph)]"
+  write(funit,'(i2,a)') iwavmesh,"  : radial mesh index"
+  if (loggrd%uselog) then
+   allocate(ffit(wavmeshsz))
+   call interpfunc(pshead%wav_meshsz,pawrad%rad(1:pshead%wav_meshsz),&
+&                  pawps%phi(:,ib),wavmeshsz,rr_log(1:wavmeshsz),ffit)
+   write(funit,'(3(1x,es23.16))') ffit
+   deallocate(ffit)
+  else
+   write(funit,'(3(1x,es23.16))') (pawps%phi(ir,ib),ir=1,wavmeshsz)
+  endif
+ enddo
+
+!Write pseudo bais functions
+ do ib=1,pshead%basis_size
+  write(funit,'(a,i1,a)') "===== TPHI ",ib,&
+&      " =====   [tphi(r)=TPHI(r)/r*Ylm(th,ph)]"
+  write(funit,'(i2,a)') iwavmesh,"  : radial mesh index"
+  if (loggrd%uselog) then
+   allocate(ffit(wavmeshsz))
+   call interpfunc(pshead%wav_meshsz,pawrad%rad(1:pshead%wav_meshsz),&
+&                  pawps%tphi(:,ib),wavmeshsz,rr_log(1:wavmeshsz),ffit)
+   write(funit,'(3(1x,es23.16))') ffit
+   deallocate(ffit)
+  else
+   write(funit,'(3(1x,es23.16))') (pawps%tphi(ir,ib),ir=1,wavmeshsz)
+  endif
+ enddo
+
+!Write projectors
+ do ib=1,pshead%basis_size
+  write(funit,'(a,i1,a)') "===== TPROJECTOR ",ib,&
+&      " =====   [tp(r)=TPROJECTOR(r)/r*Ylm(th,ph)]"
+  write(funit,'(i2,a)') iprjmesh,"  : radial mesh index"
+  write(funit,'(3(1x,es23.16))') (pawps%tproj(ir,ib),ir=1,pshead%prj_meshsz)
+ enddo
+
+!Write core density
+ write(funit,'(a)') "===== CORE_DENSITY ====="
+ write(funit,'(i2,a)') icoremesh,"  : radial mesh index"
+ allocate(ntmp(pshead%core_meshsz))
+ ntmp(2:pshead%core_meshsz)=pawps%coreden4pr2(2:pshead%core_meshsz) &
+&                          /(four*pi*pawrad%rad(2:pshead%core_meshsz)**2)
+ call extrapolate(Grid_core,ntmp)
+ if (loggrd%uselog) then
+  allocate(ffit(coremeshsz))
+  call interpfunc(pshead%core_meshsz,pawrad%rad(1:pshead%core_meshsz),&
+&                 ntmp,coremeshsz,rr_log(1:coremeshsz),ffit)
+  write(funit,'(3(1x,es23.16))') ffit
+  deallocate(ffit)
+ else
+  write(funit,'(3(1x,es23.16))') (ntmp(ir),ir=1,coremeshsz)
+ endif
+ deallocate(ntmp)
+
+!Write pseudo core density
+ write(funit,'(a)') "===== PSEUDO_CORE_DENSITY ====="
+ write(funit,'(i2,a)') icoremesh,"  : radial mesh index"
+ allocate(ntmp(pshead%core_meshsz))
+ ntmp(2:pshead%core_meshsz)=pawps%tcoreden4pr2(2:pshead%core_meshsz) &
+&                          /(four*pi*pawrad%rad(2:pshead%core_meshsz)**2)
+ call extrapolate(Grid_core,ntmp)
+ if (loggrd%uselog) then
+  allocate(ffit(coremeshsz))
+  call interpfunc(pshead%core_meshsz,pawrad%rad(1:pshead%core_meshsz),&
+&                 ntmp,coremeshsz,rr_log(1:coremeshsz),ffit)
+  write(funit,'(3(1x,es23.16))') ffit
+  deallocate(ffit)
+ else
+  write(funit,'(3(1x,es23.16))') (ntmp(ir),ir=1,coremeshsz)
+ endif
+ deallocate(ntmp)
+
+!Write Dij0 and Rhoij0
+ write(funit,'(a)') "===== Dij0 ====="
+ ii=0
+ do jlmn=1,pshead%lmn_size
+  write(funit,'(100(1x,es23.16))') (pawps%dij0(ii+ilmn),ilmn=1,jlmn)
+  ii=ii+jlmn
+ enddo
+ write(funit,'(a)') "===== Rhoij0 ====="
+ ii=0
+ do jlmn=1,pshead%lmn_size
+  write(funit,'(100(1x,es23.16))') (pawps%rhoij0(ii+ilmn),ilmn=1,jlmn)
+  ii=ii+jlmn
+ enddo
+
+!Write Vloc
+ if (pshead%vlocopt==0) write(funit,'(a)') "===== Vbare (Vloc(r)) ====="
+ if (pshead%vlocopt==1) write(funit,'(a)') "===== VHntZC (Vloc(r)) with compensation charge in XC ====="
+ if (pshead%vlocopt==2) write(funit,'(a)') "===== VHntZC (Vloc(r)) without compensation charge in XC ====="
+ write(funit,'(i2,1x,i2,a)') ivlocmesh,pshead%vlocopt, &
+&   "  : radial mesh index, Vloc format (0=Vbare, 1=VH(tnzc) with hat in XC, 2=VH(tnzc) w/o hat in XC)"
+ if (loggrd%uselog) then
+  allocate(ffit(vlocmeshsz))
+  if (pshead%vlocopt==0) then
+   call interpfunc(pshead%sph_meshsz,pawrad%rad(1:pshead%sph_meshsz),&
+&                  pawps%vbare,vlocmeshsz,rr_log(1:vlocmeshsz),ffit)
+  else
+   call interpfunc(pshead%vloc_meshsz,pawrad%rad(1:pshead%vloc_meshsz),&
+&                  pawps%vhtnzc,vlocmeshsz,rr_log(1:vlocmeshsz),ffit)
+  endif
+  write(funit,'(3(1x,es23.16))') ffit
+  deallocate(ffit)
+ else
+  if (pshead%vlocopt==0) then
+   write(funit,'(3(1x,es23.16))') (pawps%vbare(ir),ir=1,vlocmeshsz)
+  else
+   write(funit,'(3(1x,es23.16))') (pawps%vhtnzc(ir),ir=1,vlocmeshsz)
+  endif
+ endif
+
+!Write (eventually) shape functions
+ if (pshead%shape_type==-1) then
+  allocate(shpf(wavmeshsz))
+  do il=1,pshead%l_size
+   write(funit,'(a,i1,a)') "===== SHAPEF (l=",il-1,") ====="
+   write(funit,'(a)') " 1  : radial mesh index"
+   if (loggrd%uselog) then
+    allocate(ffit(wavmeshsz))
+    call interpfunc(pshead%wav_meshsz,pawrad%rad(1:pshead%wav_meshsz),pawarray%shapefunc,&
+&                   wavmeshsz,rr_log(1:wavmeshsz),ffit)
+    if (il==1) then
+     shpf(1:wavmeshsz)=ffit(1:wavmeshsz)
+    else
+     do ir=1,wavmeshsz
+      shpf(ir)=ffit(ir)*pawarray%shpnrm(il)*rr_log(ir)**(il-1)
+     enddo
+    endif
+    deallocate(ffit)
+   else
+    if (il==1) then
+     shpf(1:wavmeshsz)=pawarray%shapefunc(1:wavmeshsz)
+    else
+     do ir=1,wavmeshsz
+      shpf(ir)=pawarray%shapefunc(ir)*pawarray%shpnrm(il)*pawrad%rad(ir)**(il-1)
+     enddo
+    endif
+   endif
+   write(funit,'(3(1x,es23.16))') (shpf(ir),ir=1,wavmeshsz)
+  enddo
+  deallocate(shpf)
+ endif
+
+!Write pseudo valence density
+ if (pshead%vale_meshsz>0) then
+  write(funit,'(a)') "===== PSEUDO_VALENCE_DENSITY ====="
+  write(funit,'(i2,a)') ivalemesh,"  : radial mesh index"
+  allocate(ntmp(pshead%vale_meshsz))
+  ntmp(2:pshead%vale_meshsz)=pawps%tvaleden4pr2(2:pshead%vale_meshsz) &
+&                           /(four*pi*pawrad%rad(2:pshead%vale_meshsz)**2)
+  call extrapolate(Grid_vale,ntmp)
+  if (loggrd%uselog) then
+   allocate(ffit(valemeshsz))
+   call interpfunc(pshead%vale_meshsz,pawrad%rad(1:pshead%vale_meshsz),&
+&                  ntmp,valemeshsz,rr_log(1:valemeshsz),ffit)
+   write(funit,'(3(1x,es23.16))') ffit
+   deallocate(ffit)
+  else
+   write(funit,'(3(1x,es23.16))') (ntmp(ir),ir=1,valemeshsz)
+  endif
+  deallocate(ntmp)
+ end if
+
+!Close the file and end
+ close(funit)
+
+ if (loggrd%uselog) deallocate(rr_log)
+ if (pshead%core_meshsz>0) call DestroyGrid(Grid_core)
+ if (pshead%vale_meshsz>0) call DestroyGrid(Grid_vale)
+
+ end subroutine wrpawps
+
+
+!!=================================================================
+!! NAME
+!! wrcorewf
+!!
+!! FUNCTION
+!! Write a core wave-function file formatted for ABINIT
+!!
+!! INPUTS
+!!  filename= core WF file name for Abinit
+!!  funit= output unit number
+!!  pshead
+!!    %atomic_charge= Total atomic charge
+!!    %core_charge= Core charge
+!!    %core_size= Number of core states
+!!    %corewf_meshsz= Dimension of radial mesh for core WFs
+!!    %creatorid= ID of psp generator (here creatorID=1 !)
+!!    %lmax_core= Maximum value of l for core states
+!!    %lmn_size_core= Number of lmn elements for the core states
+!!    %log_step= Logarithmic step corresponding to radial mesh
+!!    %mesh_type=  Flag defining ther radial grid type
+!!    %orbitals_core(core_size)= Quantum number l for each core wave function
+!!    %pspcod= Psp code number for Abinit (here PAW->pspcod=7 !)
+!!    %pspxc_abinit= Abinit s code number for the exchange-correlation
+!!    %rad_step= Step corresponding to radial mesh
+!!    %title= Title for pseudopotential
+!!  loggrd
+!!    %meshsz=mesh size for the logarithmic grid
+!!    %uselog=TRUE if data are transfered on a log. grid before being written
+!!    %log_step=logarithmic step for the logarithmic grid
+!!    %rad_step=radial step for the logarithmic grid
+!!  pawrad= radial grid definitions
+!!  FC= definition for core states (from AtomPAW)
+!!  AEOrbit= definition of AE orbitals (from AtomPAW)
+!!
+!! NOTES
+!!  File format of formatted core orbitals for ABINIT:
+!!  --------------------------------------------------
+!!  (1) title (character) line
+!!  (2) method, nspinor,nsppol
+!!  (3) znucl, zion, pspdat
+!!  (4) ixc, lmax
+!!  (5) version, creatorID
+!!  (6) ln_size_core, lmn_size_core
+!!  (7) orbitals_core (for i=1 to ln_size)
+!!  (8) number_of_meshes
+!!  For imsh=1 to number_of_meshes
+!!    (9) mesh_index, mesh_type ,mesh_size, rad_step[, log_step]
+!!  (10) rcore (SPH)
+!!  For iln=1 to ln_size_core
+!!    (11) comment(character)
+!!    (12) radial mesh index for phi
+!!    (13) nn, ll, spin
+!!    (14) phi_core(r) (for ir=1 to phi_core_meshsz)
+!!
+!!Comments:
+!! * allowed values for method are:
+!!    1 for restricted, compatible only with nsppol=1.
+!!    2 for spin unrestricted, compatible only with nsppol=2.
+!!* psp_version= ID of core WF file version
+!!    4 characters string of the form 'coren' (with n varying)
+!!* creatorID= ID of psp generator
+!!  creatorid=1xyz : psp generated from Holzwarth AtomPAW generator version x.yz
+!!* mesh_type= type of radial mesh
+!!    mesh_type=1 (regular grid): rad(i)=(i-1)*AA
+!!    mesh_type=2 (logari. grid): rad(i)=AA*(exp[BB*(i-1)]-1)
+!!    mesh_type=3 (logari. grid): rad(i>1)=AA*exp[BB*(i-2)] and rad(1)=0
+!!    mesh_type=4 (logari. grid): rad(i)=-AA*ln[1-BB*(i-1)] with BB=1/n
+!!  --------------------------------------------------
+!!
+!! PARENTS
+!! atompaw2abinit
+!!
+!! CHILDREN
+!! date_and_time,interpfunc
+!!=================================================================
+
+ subroutine wrcorewf(AEOrbit,FC,pshead,pawrad,loggrd,fname,funit)
+
+ type(OrbitInfo), intent(in)  :: AEOrbit
+ type(FCInfo), intent(in)     :: FC
+ type(pshead_type),intent(in) :: pshead
+ type(pawrad_type),intent(in) :: pawrad
+ type(loggrd_type),intent(in) :: loggrd
+ character*(fnlen),intent(in)   :: fname
+ integer,intent(in)             :: funit
+
+!------------------------------------------------------------------
+!---- Local variables
+!------------------------------------------------------------------
+
+ integer, parameter :: nmesh_max=2
+ integer :: ib,icor,ii,imesh,ir,isppol,method,nmesh,nspinor,nsppol
+ integer :: meshsz(nmesh_max),meshtp(nmesh_max)
+ real(dp) :: radstp(nmesh_max),logstp(nmesh_max)
+ character*3 :: spstrg
+ character*5 :: pspfmt
+ character*8 :: strdate
+ real(dp), allocatable :: ffit(:),rr_log(:)
+
+!------------------------------------------------------------------
+!---- Executable code
+!------------------------------------------------------------------
+
+ pspfmt="core1"
+
+ call date_and_time(strdate)
+
+!Hard-coded values, spin unrestricted, spinors or collinear magnetism not yet supported
+ method=1
+ nspinor=1
+ nsppol=1
+
+!Mesh(es) definitions
+ nmesh=1;imesh=1
+!--- Use of an auxilliary log grid
+ if (loggrd%uselog) then
+  meshtp(1)=3
+  meshsz(1)=loggrd%meshsz
+  radstp(1)=(pawrad%rad(pshead%corewf_meshsz)*(one-tol12))*exp(-loggrd%log_step*dble(loggrd%meshsz-2))
+  logstp(1)=loggrd%log_step
+  allocate(rr_log(meshsz(1)));rr_log(1)=zero
+  do ir=2,meshsz(1)
+   rr_log(ir)=radstp(1)*exp(logstp(1)*dble(ir-2))
+  enddo
+ else
+!--- No use of an auxilliary log grid
+  meshtp(1)=pshead%mesh_type
+  meshsz(1)=pshead%corewf_meshsz
+  radstp(1)=pshead%rad_step
+  logstp(1)=pshead%log_step
+ endif
+
+!Open the file for writing
+ open(unit=funit,file=trim(fname),form='formatted',status='unknown')
+
+!Write the header
+ write(funit,'(2a)') "All-electron core wavefunctions - ",trim(pshead%title)
+ write(funit,'(3(1x,i2),30x,a)') method,nspinor,nsppol," : method,nspinor,nsppol"
+ write(funit,'(1x,f7.3,1x,f7.3,1x,a,14x,a)') &
+&      pshead%atomic_charge,pshead%core_charge,&
+&      trim(strdate),&
+&      " : zatom,zcore,pspdat"
+ write (funit,fmt='(1x,i2,1x,i7,1x,i2,25x,a)') &
+&      pshead%pspcod,&
+&      pshead%pspxc_abinit,&
+&      pshead%lmax_core,&
+&      " : pspcod,pspxc,lmax"
+ write (funit,'(1x,a5,1x,i4,28x,a)') &
+&       pspfmt,pshead%creatorid,&
+&       " : pspfmt,creatorID"
+ write(funit,'(2(1x,i2),33x,a)') &
+&       pshead%core_size,pshead%lmn_size_core,&
+&       " : norb_core, lmn_size"
+ do ib=1,pshead%core_size
+  write (funit,'(1x,i1)',ADVANCE='NO') pshead%orbitals_core(ib)
+ enddo
+ if (pshead%core_size<20) then
+  do ib=pshead%core_size+1,20
+   write (funit,'(a)',ADVANCE='NO') '  '
+  enddo
+ endif
+ write (funit,'(a)') ": core_orbitals"
+ write (funit,'(2x,i1,36x,a)') &
+&       nmesh," : number_of_meshes"
+ do ii=1,nmesh
+  if (meshtp(ii)==1) then
+   write (funit,'(1x,i1,1x,i1,1x,i4,1x,es22.16,15x,a,i1,a)') &
+&         ii,meshtp(ii),meshsz(ii),radstp(ii),&
+&         " : mesh ",ii,", type,size,rad_step[,log_step]"
+  else
+   write (funit,'(1x,i1,1x,i1,1x,i4,1x,es22.16,1x,es22.16,a,i1,a)') &
+&         ii,meshtp(ii),meshsz(ii),radstp(ii),logstp(ii),&
+&         " : mesh ",ii,", type,size,rad_step[,log_step]"
+  endif
+ enddo
+ write (funit,'(1x,f14.10,24x,a)') &
+&       pawrad%rad(pshead%corewf_meshsz),&
+&      " : r_max(CORE)"
+
+!Write the core wave functions
+ icor=0
+ do ib=1,AEOrbit%norbit
+  if (AEOrbit%iscore(ib)) then
+   icor=icor+1;if (icor>pshead%core_size) stop "Atompaw : bug in wrcorewf !"
+   do isppol=1,nsppol
+    if (nsppol==2) then
+     if (isppol==1) spstrg=" UP"
+     if (isppol==2) spstrg=" DN"
+     write(funit,'(a,i1,2a)') "===== Core wave functions PHI ",icor,&
+&        spstrg," =====   [phi(r)=PHI(r)/r*Ylm(th,ph)] "
+    else
+     write(funit,'(a,i1,a)') "===== Core wave functions PHI ",icor,&
+&        " =====   [phi(r)=PHI(r)/r*Ylm(th,ph)]"
+    end if
+    write(funit,'(i2,a)') imesh,"  : radial mesh index"
+    write(funit,'(1x,3(i3,1x),26x,a)') &
+&       AEOrbit%np(ib),AEOrbit%l(ib),isppol,&
+&       " : n,l,spin"
+    write(funit,'((1x,2(es16.8,1x),4x,a))') &
+&       AEOrbit%eig(ib),AEOrbit%occ(ib),&
+&       " : ene,occ"
+    if (loggrd%uselog) then
+     allocate(ffit(meshsz(1)))
+     call interpfunc(pshead%corewf_meshsz,pawrad%rad(1:pshead%corewf_meshsz),&
+&                    AEOrbit%wfn(1:pshead%corewf_meshsz,ib),&
+&                    meshsz(1),rr_log(1:meshsz(1)),ffit)
+     write(funit,'(3(1x,es23.16))') ffit
+     deallocate(ffit)
+    else
+     write(funit,'(3(1x,es23.16))') (AEOrbit%wfn(ir,ib),ir=1,meshsz(1))
+    endif
+   end do ! isppol
+  end if ! if icore
+ end do   !ib
+
+!Close the file and end
+ close(funit)
+ if (loggrd%uselog) deallocate(rr_log)
+
+ end subroutine wrcorewf
+
+
+!!=================================================================
+!! NAME
+!! read_inputstring
+!!
+!! FUNCTION
+!! Read the file echoing the atompaw input file
+!! and transfer it into a character string
+!!
+!! INPUTS
+!!  ifinput= unit number of the file to read
+!!
+!! OUTPUT
+!!  input_string=character string containing the file
+!!
+!! PARENTS
+!  xml2abinit
+!!=================================================================
+
+ subroutine read_inputstring(ifinput,input_string)
+
+ integer,intent(in) :: ifinput
+ character(len=*) :: input_string
+
+!------------------------------------------------------------------
+!---- Local variables
+!------------------------------------------------------------------
+
+ integer :: OK
+ character(len=132) :: inputline
+
+!------------------------------------------------------------------
+!---- Executable code
+!------------------------------------------------------------------
+
+ open(ifinput,file='dummy',form='formatted')
+ read(ifinput,'(a)',iostat=OK,end=10) inputline
+ if (OK/=0) return
+ input_string=trim(inputline)
+ do
+   read(ifinput,'(a)',iostat=OK,end=10) inputline
+   if (OK/=0) exit
+   write(unit=input_string,fmt='(3a)') trim(input_string),char(10),trim(inputline)
+ enddo
+ return
+10 continue
+ close(ifinput)
+
+ end subroutine read_inputstring
+
+
+!!=================================================================
+!! NAME
+!! grid2pawrad
+!!
+!! FUNCTION
+!! Convert a grid datastructure from ABINIT pawrad format to AomPAW Grid format
+!! or the contrary
+!!
+!! INPUTS
+!!  nn= size of mesh to be copied (can be smaller as default mesh size)
+!!      if negative or zero, copy entire grid
+!!  idir= direction of translation: +1: Grid->pawrad, -1: pawrad->Grid
+!!
+!! SIDE EFFECTS
+!!  Grid=  grid datastructure in AtomPAW format
+!!  pawrad=grid datastructure in ABINIT  format
+!!
+!! PARENTS
+!! calc_dij0,rdpawps1
+!!=================================================================
+
+ subroutine grid2pawrad(Grid,pawrad,nn,idir)
+
+ integer,intent(in) :: nn,idir
+ type(GridInfo),intent(inout) :: Grid
+ type(pawrad_type),intent(inout) :: pawrad
+
+!------------------------------------------------------------------
+!---- Local variables
+!------------------------------------------------------------------
+
+ integer :: ir,meshsz
+
+!------------------------------------------------------------------
+!---- Executable code
+!------------------------------------------------------------------
+
+ if (idir==1) then
+
+  if (nn>Grid%n) then
+   write(std_out,'(/,2x,a)') "Error in Atompaw2Abinit(grid2pawrad): mesh size too large !"
+  end if
+  if (nn> 0) meshsz=nn
+  if (nn<=0) meshsz=Grid%n
+
+  pawrad%meshsz=meshsz
+  if (usingloggrid(Grid)) then
+   pawrad%islog=1
+   pawrad%rstep=Grid%drdu(1)
+   pawrad%lstep=Grid%h
+  else
+   pawrad%islog=0
+   pawrad%rstep=Grid%h
+   pawrad%lstep=zero
+  end if
+  if (associated(pawrad%rad)) deallocate(pawrad%rad)
+  if (associated(pawrad%radfact)) deallocate(pawrad%radfact)
+  allocate(pawrad%rad(meshsz),pawrad%radfact(meshsz))
+  pawrad%rad    (1:meshsz)=Grid%r   (1:meshsz)
+  pawrad%radfact(1:meshsz)=Grid%drdu(1:meshsz)
+
+ else if (idir==-1) then
+
+  if (nn>pawrad%meshsz) then
+   write(std_out,'(/,2x,a)') "Error in Atompaw2Abinit(grid2pawrad): mesh size too large !"
+  end if
+  if (nn> 0) meshsz=nn
+  if (nn<=0) meshsz=pawrad%meshsz
+  Grid%n=meshsz
+
+  if (pawrad%islog==1) then
+   Grid%type=2
+   Grid%h=pawrad%lstep
+   Grid%ishift=5
+  else
+   Grid%type=1
+   Grid%h=pawrad%rstep
+   Grid%ishift=25
+  end if
+  if (associated(Grid%r)) deallocate(Grid%r)
+  if (associated(Grid%drdu)) deallocate(Grid%drdu)
+  allocate(Grid%r(meshsz),Grid%drdu(meshsz))
+  Grid%r   (1:meshsz)=pawrad%rad    (1:meshsz)
+  Grid%drdu(1:meshsz)=pawrad%radfact(1:meshsz)
+  if (pawrad%islog==1) then
+   if (associated(Grid%pref)) deallocate(Grid%pref)
+   if (associated(Grid%rr02)) deallocate(Grid%rr02)
+   allocate(Grid%pref(meshsz),Grid%rr02(meshsz))
+   do ir=1,meshsz
+    Grid%pref(ir)=pawrad%rstep*exp(pawrad%lstep*(ir-1)*half)
+    Grid%rr02(ir)=(pawrad%rad(ir)+pawrad%rstep)**2
+   end do
+  end if
+
+ end if
+
+ end subroutine grid2pawrad
+
+
+!!=================================================================
+!! NAME
+!! csimp
+!!
+!! FUNCTION
+!! Do integral using corrected Simpson rule (on a linear or logarithmic grid)
+!! (exactly like in ABINIT)
+!!
+!! INPUTS
+!!  ff(meshsz)=integrand values
+!!  meshsz=size of radial mesh for integration
+!!  pawrad
+!!    %rstep= Logarithmic step corresponding to radial mesh
+!!    %lstep= Logarithmic step corresponding to radial mesh
+!!    %radfact(max_meshsz)= Factor used to compute radial integrals on generalized grid
+!!
+!! OUTPUT
+!!  simp=resulting integral by corrected Simpson rule
+!!
+!! PARENTS
+!! calc_dij0,calc_valden,calc_shapef
+!!=================================================================
+
+ subroutine csimp(ff,pawrad,meshsz,simp)
+
+ integer,intent(in)           :: meshsz
+ real(dp),intent(out)         :: simp
+ real(dp),intent(in)          :: ff(meshsz)
+ type(pawrad_type),intent(in) :: pawrad
+
+!------------------------------------------------------------------
+!---- Local variables
+!------------------------------------------------------------------
+
+ real(dp),parameter :: eps=tol14**4
+ integer :: ii,nn
+ real(dp) :: hh,simp1,simp2,simp4
+
+!------------------------------------------------------------------
+!---- Executable code
+!------------------------------------------------------------------
+
+ if (pawrad%islog==1) then
+  hh=pawrad%lstep
+ else
+  hh=pawrad%rstep
+ end if
+
+ ii=meshsz;do while(abs(ff(ii))<eps.and.ii>0);ii=ii-1;enddo
+ if (ii<=0) then
+   simp=zero;return
+ end if
+ nn=min(ii+1,meshsz)
+
+ if (nn>=5) then
+
+  if (mod(nn,2)==1) then
+   simp1=ff(1)*pawrad%radfact(1)+ff(nn)*pawrad%radfact(nn)
+   simp2=zero;simp4=ff(2)*pawrad%radfact(2)
+   do ii=3,nn-1,2
+    simp2=simp2+ff(ii)  *pawrad%radfact(ii)
+    simp4=simp4+ff(ii+1)*pawrad%radfact(ii+1)
+   enddo
+  else
+   simp1=1.25_dp*ff(1)*pawrad%radfact(1)+three*ff(2)*pawrad%radfact(2) &
+&       -0.25_dp*ff(3)*pawrad%radfact(3)+ff(nn)*pawrad%radfact(nn)
+   simp2=zero;simp4=ff(3)*pawrad%radfact(3)
+   do ii=4,nn-1,2
+    simp2=simp2+ff(ii)  *pawrad%radfact(ii)
+    simp4=simp4+ff(ii+1)*pawrad%radfact(ii+1)
+   enddo
+  endif
+  simp=hh/three*(simp1+two*simp2+four*simp4)
+
+ else if (nn==4) then
+  simp=hh*0.375_dp*(three*(ff(2)*pawrad%radfact(2)+ff(3)*pawrad%radfact(3)) &
+&                 +     (ff(1)*pawrad%radfact(1)+ff(4)*pawrad%radfact(4)))
+ else if (nn==3) then
+  simp=hh/three*(ff(1)*pawrad%radfact(1)+four*ff(2)*pawrad%radfact(2)+ff(3)*pawrad%radfact(3))
+ else if (nn==2) then
+  simp=hh*half*(ff(1)*pawrad%radfact(1)+ff(2)*pawrad%radfact(2))
+ else
+  simp=zero
+ end if
+
+ end subroutine csimp
+
+
+!!=================================================================
+!! NAME
+!! gauleg
+!!
+!! FUNCTION
+!! Compute supports and weights for Gauss-Legendre integration
+!!
+!! INPUTS
+!!  x1=lower bound of integration
+!!  x2=upper bound of integration
+!!  n=order of integration
+!!
+!! OUTPUT
+!!  x(n)=array of support points
+!!  w(n)=array of integration weights
+!!
+!! PARENTS
+!! opt_proj
+!!
+!! NOTES
+!!   Code follows [W.H. Press et al., Numerical
+!!   Recipes (Cambridge University Press, New York, 1986].
+!!=================================================================
+
+ subroutine gauleg(x1,x2,x,w,n)
+
+ integer,intent(in)   :: n
+ real(dp),intent(in)  :: x1,x2
+ real(dp),intent(out) :: x(n),w(n)
+
+!------------------------------------------------------------------
+!---- Local variables
+!------------------------------------------------------------------
+
+ real(dp), parameter :: eps=0.0000000000001_dp
+ integer :: i,j,loop_root,m
+ real(dp) :: p1,p2,p3,pp,xm,xl,z,z1
+
+!------------------------------------------------------------------
+!---- Executable code
+!------------------------------------------------------------------
+
+ m=(n+1)/2
+ xm=half*(x2+x1)
+ xl=half*(x2-x1)
+
+ do i=1,m
+  z=cos(pi*(i-0.25_dp)/(n+half))
+
+  do loop_root=1,100
+
+   p1=one
+   p2=zero
+
+   do j=1,n
+    p3=p2
+    p2=p1
+    p1=((two*j-one)*z*p2 - (j-one)*p3)/j
+   enddo
+
+   pp=n*(z*p1-p2)/(z*z-one)
+   z1=z
+   z=z1-p1/pp
+
+   if (abs(z-z1) < eps) exit
+
+  enddo
+  x(i)=xm-xl*z
+  x(n+1-i)=xm+xl*z
+  w(i)=two*xl/((one-z*z)*pp*pp)
+  w(n+1-i)=w(i)
+
+ enddo
+
+ end subroutine gauleg
+
+
+!!=================================================================
+!! NAME
+!! meshes_defs
+!!
+!! FUNCTION
+!! Determine meshes definitions
+!! (if necessary define a reduced logarithmic radial grid)
+!!
+!! INPUTS
+!!  pshead
+!!  pawrad
+!!  loggrd
+!!  nmesh_max
+!!
+!! OUTPUT
+!!  nmesh
+!!  icoremesh,iprjmesh,ivalemesh,ivlocmesh,iwavmesh
+!!  coremeshsz,prjmeshsz,valemeshsz,vlocmeshsz,wavmeshsz
+!!  meshsz(nmesh_max),meshtp(nmesh_max)
+!!  radstp(nmesh_max),logstp(nmesh_max)
+!!
+!! PARENTS
+!!
+!!=================================================================
+
+subroutine meshes_def(coremeshsz,icoremesh,iprjmesh,ivalemesh,ivlocmesh,&
+&          iwavmesh,nmesh,nmesh_max,meshtp,meshsz,loggrd,&
+&          logstp,prjmeshsz,rr_log,valemeshsz,vlocmeshsz,&
+&          wavmeshsz,pshead,pawrad,radstp)
+
+ type(pshead_type),intent(in)   :: pshead
+ type(pawrad_type),intent(inout)   :: pawrad
+ type(loggrd_type),intent(inout)   :: loggrd
+ integer, intent(in) :: nmesh_max
+ integer,intent(inout) :: nmesh
+ integer,intent(inout) :: icoremesh,iprjmesh,ivalemesh,ivlocmesh,iwavmesh
+ integer,intent(inout) :: coremeshsz,prjmeshsz,valemeshsz,vlocmeshsz,wavmeshsz
+ integer ,intent(inout):: meshsz(nmesh_max),meshtp(nmesh_max)
+ real(dp),intent(inout) :: radstp(nmesh_max),logstp(nmesh_max)
+
+!------------------------------------------------------------------
+!---- Local variables
+!------------------------------------------------------------------
+
+ integer :: ib,ii,il,ilmn,ir
+ integer :: jlmn,mtyp
+ real(dp) :: rstep,lstep
+ type(GridInfo) :: Grid_core,Grid_vale
+ real(dp), allocatable ,intent(inout):: rr_log(:)
+
+!------------------------------------------------------------------
+!---- Executable code
+!------------------------------------------------------------------
+
+  radstp=zero;logstp=zero
+ 
+!--- Use of an auxilliary log grid
+ if (loggrd%uselog) then
+  loggrd%rad_step=(pawrad%rad(pshead%wav_meshsz)*(one-tol12))*exp(-loggrd%log_step*dble(loggrd%meshsz-2))
+  mtyp=3;rstep=loggrd%rad_step;lstep=loggrd%log_step
+  wavmeshsz=loggrd%meshsz
+  prjmeshsz=pshead%prj_meshsz
+  coremeshsz=int((one+tol12)*log(pshead%rad_step*dble(pshead%core_meshsz-1)/loggrd%rad_step)/loggrd%log_step)+2
+  if (pshead%vale_meshsz>0) then
+   valemeshsz=int((one+tol12)*log(pshead%rad_step*dble(pshead%vale_meshsz-1)/loggrd%rad_step)/loggrd%log_step)+2
+  else
+   valemeshsz=0
+  end if
+  if (pshead%vlocopt==0) then
+   vlocmeshsz=int((one+tol12)*log(pshead%rad_step*dble(pshead%sph_meshsz-1)/loggrd%rad_step)/loggrd%log_step)+2
+  else
+   vlocmeshsz=int((one+tol12)*log(pshead%rad_step*dble(pshead%vloc_meshsz-1)/loggrd%rad_step)/loggrd%log_step)+2
+  endif
+  allocate(rr_log(max(wavmeshsz,coremeshsz,valemeshsz,vlocmeshsz)));rr_log(1)=zero
+  do ir=2,max(wavmeshsz,coremeshsz,valemeshsz,vlocmeshsz)
+   rr_log(ir)=loggrd%rad_step*exp(loggrd%log_step*dble(ir-2))
+  enddo
+  write(std_out,'(3(/,2x,a),2(/,2x,a,g10.4),4(/,2x,a,i4))') &
+&    'Atompaw2Abinit info:',&
+&    '  All quantities (except nl projectors) are transfered',&
+&    '  into a logarithmic grid (r(i)=A*exp[B(i-2)])...',&
+&    '  Log. grid parameters: rad_step=',loggrd%rad_step,&
+&    '                        log_step=',loggrd%log_step,&
+&    '                        Size       =',wavmeshsz,&
+&    '                        Size (core)=',coremeshsz,&
+&    '                        Size (vale)=',valemeshsz,&
+&    '                        Size (Vloc)=',vlocmeshsz
+ else
+
+!--- No use of an auxilliary log grid
+  mtyp=pshead%mesh_type;rstep=pshead%rad_step;lstep=pshead%log_step
+  wavmeshsz=min(pshead%sph_meshsz+5,pshead%wav_meshsz)
+  prjmeshsz=pshead%prj_meshsz
+  coremeshsz=pshead%core_meshsz
+  valemeshsz=pshead%vale_meshsz
+  if (pshead%vlocopt==0)then
+   vlocmeshsz=pshead%sph_meshsz
+  else
+   vlocmeshsz=pshead%vloc_meshsz
+  endif
+ endif
+
+!--- Build mesh definitions
+ nmesh=1;iwavmesh=1
+ meshtp(1)=mtyp;meshsz(1)=wavmeshsz;radstp(1)=rstep;logstp(1)=lstep
+ if (loggrd%uselog.or.wavmeshsz/=prjmeshsz) then
+  nmesh=nmesh+1;iprjmesh=nmesh;meshsz(nmesh)=pshead%prj_meshsz
+  meshtp(nmesh)=pshead%mesh_type;radstp(nmesh)=pshead%rad_step;logstp(nmesh)=pshead%log_step
+ else
+  iprjmesh=iwavmesh
+ endif
+ if (wavmeshsz/=coremeshsz) then
+  if (prjmeshsz/=coremeshsz) then
+   nmesh=nmesh+1;icoremesh=nmesh;meshsz(nmesh)=coremeshsz
+   meshtp(nmesh)=mtyp;radstp(nmesh)=rstep;logstp(nmesh)=lstep
+  else
+   icoremesh=iprjmesh
+  endif
+ else
+  icoremesh=iwavmesh
+ endif
+ if (wavmeshsz/=vlocmeshsz) then
+  if(prjmeshsz/=vlocmeshsz) then
+   if(coremeshsz/=vlocmeshsz) then
+    nmesh=nmesh+1;ivlocmesh=nmesh;meshsz(nmesh)=vlocmeshsz
+    meshtp(nmesh)=mtyp;radstp(nmesh)=rstep;logstp(nmesh)=lstep
+   else
+    ivlocmesh=icoremesh
+   endif
+  else
+   ivlocmesh=iprjmesh
+  endif
+ else
+  ivlocmesh=iwavmesh
+ endif
+ if (wavmeshsz/=valemeshsz) then
+  if(prjmeshsz/=valemeshsz) then
+   if(coremeshsz/=valemeshsz) then
+    if(vlocmeshsz/=valemeshsz) then
+     nmesh=nmesh+1;ivalemesh=nmesh;meshsz(nmesh)=valemeshsz
+     meshtp(nmesh)=mtyp;radstp(nmesh)=rstep;logstp(nmesh)=lstep
+    else
+     ivalemesh=ivlocmesh
+    endif
+   else
+    ivalemesh=icoremesh
+   endif
+  else
+   ivalemesh=iprjmesh
+  endif
+ else
+  ivalemesh=iwavmesh
+ endif
+
+ end subroutine meshes_def
+
+!!=================================================================
+END Module ABINITInterface
diff --git a/src/aeatom.f90 b/src/aeatom.f90
new file mode 100644
index 0000000..8b43648
--- /dev/null
+++ b/src/aeatom.f90
@@ -0,0 +1,982 @@
+MODULE AEatom
+  USE atomdata
+  USE excor
+  USE exx_mod
+  USE general_mod
+  USE globalmath
+  USE gridmod
+  USE hf_mod
+  USE ldagga_mod
+
+  IMPLICIT NONE
+
+  REAL(8), PARAMETER, PRIVATE ::small0=1.d-13,rimix=0.5d0,worst=1.d-8
+  REAL(8), PARAMETER, PRIVATE ::linrange=50.d0,linh=0.0025d0,mxgridlin=20001
+  REAL(8), PARAMETER, PRIVATE ::logrange=80.d0,logh=0.020d0,mxgridlog=2001
+!! slightly different grid introduced in version 4 !!
+  REAL(8), PARAMETER, PRIVATE :: v4logrange=100.d0,lor00=1.d-5
+!!  
+  REAL(8), PARAMETER, PRIVATE ::logder_min=-5.d0,logder_max=4.95d0,logder_pts=200
+  INTEGER, PARAMETER, PRIVATE :: niter=1000,mxloop=500
+  REAL(8), PARAMETER, PRIVATE :: conv1=4.d13,conv2=3.d13,conv3=2.d13,conv4=1.d13
+  REAL(8), PRIVATE :: electrons
+
+  TYPE (PotentialInfo) ,TARGET :: AEPot
+  TYPE (OrbitInfo) ,TARGET :: AEOrbit
+  TYPE (SCFInfo) ,TARGET :: AESCF
+
+  TYPE (PotentialInfo) ,TARGET :: FCPot
+  TYPE (OrbitInfo) ,TARGET :: FCOrbit
+  TYPE (SCFInfo) ,TARGET :: FCSCF
+  TYPE(FCInfo),TARGET :: FC
+
+  TYPE (Gridinfo) ,TARGET :: Grid
+
+  TYPE (PotentialInfo) ,PRIVATE, POINTER :: PotPtr
+  TYPE (OrbitInfo) ,PRIVATE, POINTER :: OrbitPtr
+  TYPE (SCFInfo) ,PRIVATE, POINTER :: SCFPtr
+
+CONTAINS
+
+!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
+!!  SCFatom_Init                      !!!!
+!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
+
+  SUBROUTINE SCFatom_Init(ifinput)
+    INTEGER, INTENT(IN),OPTIONAL :: ifinput
+
+    !  program to calculate the self-consistent density functional
+    !    atom ground state for atom with atomic number nz
+    !    for self-consistent potential rv
+
+    REAL(8) :: xocc,qf,small,zeff,hval,gridmatch,gridrange,logdmin,logdmax
+    REAL(8) :: qcal,rescale,nzeff,h,hadjusted,r0
+    INTEGER :: icount,i,j,k,it,start,np,ierr,gridpoints,logdpoints
+    INTEGER :: is,ip,id,jf,ig,io,l,nfix,ir
+    INTEGER :: ilin,ilog,inrl,iscl,ipnt,ifin,iend,ilgd,ihfpp,ilcex
+    INTEGER :: igrid,irelat,ilogder,ilogv4,ibd
+    INTEGER :: nps,npp,npd,npf,npg
+    INTEGER, ALLOCATABLE :: nl(:,:)
+    CHARACTER(128) :: exchangecorrelationandgridline,gridkey,relkey
+    CHARACTER(132) :: inputline,inputword
+
+    BDsolve=.false.
+    scalarrelativistic=.FALSE.; finitenucleus=.FALSE. ;
+    frozencorecalculation=.FALSE.;setupfrozencore=.false.
+    gaussianshapefunction=.FALSE.;besselshapefunction=.FALSE.
+    ColleSalvetti=.FALSE.  ; HFpostprocess=.FALSE.
+    localizedcoreexchange=.false.
+    hadjusted=0.d0
+
+!   First line : Atomic symbol and atomic number
+!   ---------------------------------------------
+    WRITE(6,*) 'enter atomic symbol and atomic number'
+    IF (PRESENT(ifinput)) THEN
+       READ(5,'(a)') inputline
+       WRITE(ifinput,'(a)') TRIM(inputline)
+       READ(inputline,*) AEPot%sym,AEPot%nz
+    ELSE
+       READ(5,*) AEPot%sym,AEPot%nz
+    ENDIF
+    AEPot%zz=AEPot%nz
+
+!   2nd line : XC type, grid data, relativistic, point-nucleus, logderiv data, HF data, BDsolve keyword 
+!   ----------------------------------------------------------------------------------
+    WRITE(6,*) 'exchange-correlation type, among the following:'
+    WRITE(6,*) '    * LDA-PW (default), GGA-PBE, GGA-PBESOL'
+    WRITE(6,*) '    * LibXC keyword beginning with XC_'
+    WRITE(6,*) '    * EXX, EXXOCC, EXXKLI, EXXCS'
+    WRITE(6,*) '    * HF, HFV'
+    WRITE(6,*) 'further optionally (space) "nonrelativistic/scalarrelativistic" keyword'
+    WRITE(6,*) 'further optionally (space) "point-nucleus/finite-nucleus" keyword'
+    WRITE(6,*) 'optionally (space) "loggrid/lineargrid" keyword if appropriate'
+    WRITE(6,*) 'Note: "loggridv4" puts more points near origin'
+    WRITE(6,*) '    further optionally n (number of grid points)'
+    WRITE(6,*) '                       r_max (max. grid radius)'
+    WRITE(6,*) '                       r_match (exact value of r(n))'
+    WRITE(6,*) 'optionally (space) "logderivrange" keyword'
+    WRITE(6,*) '    further optionally emin (minimum energy for log. deriv. plot)'
+    WRITE(6,*) '                       emax (maximum energy for log. deriv. plot)'
+    WRITE(6,*) '                       ne   (#  of energies for log. deriv. plot)'
+    WRITE(6,*) 'addition option for "BDsolve" keyword for Block-Davidson solver'
+
+!   Treat line characters
+    READ(5,'(a)') exchangecorrelationandgridline
+    if(present(ifinput)) WRITE(ifinput,'(a)') TRIM(exchangecorrelationandgridline)
+    call Uppercase(exchangecorrelationandgridline)
+    exchangecorrelationandgridline=trim(exchangecorrelationandgridline)
+    write(6,*) 'writing exchangecorrelationandgridline: ',exchangecorrelationandgridline
+
+!   Retrieve keyword indexes
+    ilin=0;ilin=0;ilog=0;ilogv4=0;inrl=0;iscl=0;ipnt=0;ifin=0;ilgd=0
+    ihfpp=0;ilcex=0;igrid=0;irelat=0;ilogder=0;ibd=0
+    ilin=INDEX(exchangecorrelationandgridline,'LINEARGRID')
+    ilog=INDEX(exchangecorrelationandgridline,'LOGGRID')
+    ilogv4=INDEX(exchangecorrelationandgridline,'LOGGRIDV4')
+    ibd=INDEX(exchangecorrelationandgridline,'BDSOLVE')
+    inrl=INDEX(exchangecorrelationandgridline,'NONRELATIVISTIC')
+    iscl=INDEX(exchangecorrelationandgridline,'SCALARRELATIVISTIC')
+    ipnt=INDEX(exchangecorrelationandgridline,'POINT-NUCLEUS')
+    ifin=INDEX(exchangecorrelationandgridline,'FINITE-NUCLEUS')
+    ilgd=INDEX(exchangecorrelationandgridline,'LOGDERIVRANGE')
+    ihfpp=INDEX(exchangecorrelationandgridline,'HFPOSTPROCESS')
+    ilcex=INDEX(exchangecorrelationandgridline,'LOCALIZEDCOREEXCHANGE')
+    igrid=max(ilin,ilog)
+    irelat=max(inrl,iscl)
+    ilogder=ilgd
+
+!   Treat simple logical variables
+    if (iscl>0.and.inrl==0) scalarrelativistic=.true.
+    if (ifin>0.and.ipnt==0) finitenucleus=.true.
+    if (ihfpp>0) HFpostprocess=.true.
+    if (ilcex>0) localizedcoreexchange=.true.
+    write(6,'(" Logical variables scalarrelativistic,finitenucleus,HFpostprocess - ", 3L3)') &
+&      scalarrelativistic,finitenucleus,HFpostprocess
+
+!   Treat grid data
+    gridkey='LINEAR';gridpoints=mxgridlin
+    gridrange=linrange;gridmatch=linrange;hadjusted=linh
+    if (ilog>0.and.ilin==0.and.ilogv4==0) then
+     gridkey='LOGGRID';gridpoints=mxgridlog;
+     gridrange=logrange;gridmatch=logrange
+    endif
+    if (ilog>0.and.ilin==0.and.ilogv4>0) then
+     gridkey='LOGGRID';gridpoints=mxgridlog;
+     gridrange=v4logrange;gridmatch=v4logrange
+    endif
+    if (igrid>0) then
+     iend=128
+     if (irelat >igrid.and.irelat-1 <iend) iend=irelat -1
+     if (ilogder>igrid.and.ilogder-1<iend) iend=ilogder-1
+     if (ibd>igrid.and.ibd-1<iend) iend=ibd-1
+     inputline=""
+     if (ilog>0.and.ilogv4==0.and.iend>igrid+7) &
+&       inputline=trim(exchangecorrelationandgridline(igrid+7:iend))
+     if (ilog>0.and.ilogv4>0.and.iend>igrid+9) &
+&       inputline=trim(exchangecorrelationandgridline(igrid+9:iend))
+     if (ilin>0.and.iend>igrid+10) &
+&       inputline=trim(exchangecorrelationandgridline(igrid+10:iend))
+     if (inputline/="") then
+      call extractword(1,inputline,inputword);inputword=trim(inputword)
+      if (inputword/="") then
+       read(inputword,*) gridpoints
+       call extractword(2,inputline,inputword);inputword=trim(inputword)
+       if (inputword/="") then
+        read(inputword,*) gridrange
+        gridmatch=gridrange
+        call extractword(3,inputline,inputword);inputword=trim(inputword)
+        if (inputword/="") read(inputword,*) gridmatch
+       endif
+      endif
+     endif
+     if (gridpoints<=0) stop "Number of grid points should be >0 !"
+    endif
+!   Initialize grid data
+    IF (TRIM(gridkey)=='LOGGRID'.and.ilogv4>0) THEN
+       hval=logh
+       CALL findh_given_r0(AEPot%zz,gridmatch,lor00,gridpoints,hval)
+       CALL InitGrid(Grid,hval,gridrange,lor00/AEPot%zz)
+    ELSEIF (TRIM(gridkey)=='LOGGRID'.and.ilogv4==0) THEN
+       hval=logh
+       CALL findh(AEPot%zz,gridmatch,gridpoints,hval,r0)
+       CALL InitGrid(Grid,hval,gridrange,r0)
+    ELSE
+       hadjusted=gridmatch/(gridpoints-1)
+       CALL InitGrid(Grid,hadjusted,gridrange)
+    ENDIF
+
+!   Treat logderiv data
+    minlogderiv=logder_min;maxlogderiv=logder_max;nlogderiv=logder_pts
+    if (ilogder>0) then
+     iend=128
+     if (igrid >ilogder.and.igrid-1 <iend) iend=igrid -1
+     if (irelat>ilogder.and.irelat-1<iend) iend=irelat-1
+     inputline=""
+     if (iend>ilogder+13) inputline=trim(exchangecorrelationandgridline(ilogder+13:iend))
+     if (inputline/="") then
+      call extractword(1,inputline,inputword);inputword=trim(inputword)
+      if (inputword/="") then
+       read(inputword,*) minlogderiv
+       call extractword(2,inputline,inputword);inputword=trim(inputword)
+       if (inputword/="") then
+        read(inputword,*) maxlogderiv
+        call extractword(3,inputline,inputword);inputword=trim(inputword)
+        if (inputword/="") read(inputword,*) nlogderiv
+       endif
+      endif
+     endif
+    endif
+
+! consider bound state solver
+   if (ibd>0) BDsolve=.true.
+   if (BDsolve.and.gridkey=='LINEAR') then
+      write(6,*) &
+&      'WARNING:   BlockDavidson solver works very slowly with linear grid'
+   endif
+   Write(6,*) 'BDSOLVE', BDSOLVE;call flush(6)
+
+!   Treat exchange-correlation/HF keyword
+    READ(unit=exchangecorrelationandgridline,fmt=*) exctype
+    IF (TRIM(exctype)=='EXX'.or.TRIM(exctype)=='EXXKLI'.or.   &
+&       TRIM(exctype)=='EXXOCC') THEN
+       CALL EXX_Input_Settings(exchangecorrelationandgridline)
+    ELSE IF (TRIM(exctype)=='EXXCS') THEN
+       CALL EXX_Input_Settings(exchangecorrelationandgridline)
+       ColleSalvetti=.TRUE.
+    ELSE IF (TRIM(exctype)=='HF'.or.TRIM(exctype)=='HFV') THEN
+    ELSE
+       CALL initexch
+    ENDIF
+
+!   3rd line and following : electronic configuration of atom
+!   ----------------------------------------------------------------------------------
+    WRITE(6,'(a,f6.2)') ' Calculation for atomic number = ',AEPot%zz
+    call flush(6)
+    WRITE(6,*) 'enter maximum principal quantum numbers for s,p,d,f,g'
+    IF(PRESENT(ifinput)) THEN
+       READ(5,'(a)') inputline
+       WRITE(ifinput,'(a)') TRIM(inputline)
+       READ(inputline,*) nps,npp,npd,npf,npg
+    ELSE
+       READ(5,*) nps,npp,npd,npf,npg
+    ENDIF
+    IF(nps<0)nps=0
+    IF(npp<0)npp=0
+    IF(npd<0)npd=0
+    IF(npf<0)npf=0
+    IF(npg<0)npg=0
+    WRITE(6,'(5i4)') nps,npp,npd,npf,npg
+    i=MAX(nps,npp,npd,npf,npg)
+    j=nps
+    IF(npp>0) j=j+npp-1
+    IF(npd>0) j=j+npd-2
+    IF(npf>0) j=j+npf-3
+    IF(npg>0) j=j+npg-4
+
+    CALL InitOrbit(AEOrbit,j,Grid%n,exctype)
+    AEOrbit%nps=nps;AEOrbit%npp=npp;AEOrbit%npd=npd
+    AEOrbit%npf=npf;AEOrbit%npg=npg
+    ALLOCATE(nl(i,j));nl=0
+
+    icount=0
+    IF (nps.GT.0) THEN
+       DO is=1,nps
+          icount=icount+1
+          nl(is,1)=icount
+          AEOrbit%occ(icount)=2.d0
+          AEOrbit%np(icount)=is
+          AEOrbit%l(icount)=0
+       ENDDO
+    ENDIF
+    IF (npp.GT.1) THEN
+       DO ip=2,npp
+          icount=icount+1
+          nl(ip,2)=icount
+          AEOrbit%occ(icount)=6.d0
+          AEOrbit%np(icount)=ip
+          AEOrbit%l(icount)=1
+       ENDDO
+    ENDIF
+    IF (npd.GT.2) THEN
+       DO id=3,npd
+          icount=icount+1
+          nl(id,3)=icount
+          AEOrbit%occ(icount)=10.d0
+          AEOrbit%np(icount)=id
+          AEOrbit%l(icount)=2
+       ENDDO
+    ENDIF
+    IF (npf.GT.3) THEN
+       DO jf=4,npf
+          icount=icount+1
+          nl(jf,4)=icount
+          AEOrbit%occ(icount)=14.d0
+          AEOrbit%np(icount)=jf
+          AEOrbit%l(icount)=3
+       ENDDO
+    ENDIF
+    IF(npg.GT.4) THEN
+       DO ig=5,npg
+          icount=icount+1
+          nl(ig,5)=icount
+          AEOrbit%occ(icount)=18.d0
+          AEOrbit%np(icount)=ig
+          AEOrbit%l(icount)=4
+       ENDDO
+    ENDIF
+    AEOrbit%norbit=icount
+    AEOrbit%nps=nps
+    AEOrbit%npp=npp
+    AEOrbit%npd=npd
+    AEOrbit%npf=npf
+    AEOrbit%npg=npg
+    WRITE(6,*) AEOrbit%norbit, ' orbitals will be calculated'
+    !
+    WRITE(6,*)' Below are listed the default occupations '
+    WRITE(6,"(' n  l     occupancy')")
+    DO io=1,AEOrbit%norbit
+       WRITE(6,'(i2,1x,i2,4x,1p,1e15.7)') &
+&           AEOrbit%np(io),AEOrbit%l(io),AEOrbit%occ(io)
+    ENDDO
+    !
+    WRITE(6,*)' enter np l occ for all occupations for all revisions'
+    WRITE(6,*)'  enter 0 0 0. to end'
+
+    DO
+       IF(PRESENT(ifinput)) THEN
+          READ(5,'(a)') inputline
+          WRITE(ifinput,'(a)') TRIM(inputline)
+          READ(inputline,*) ip,l,xocc
+       ELSE
+          READ(5,*) ip,l,xocc
+       ENDIF
+       IF (ip.LE.0) EXIT
+       nfix=nl(ip,l+1)
+       IF (nfix.LE.0.OR.nfix.GT.AEOrbit%norbit) THEN
+          WRITE(6,*) 'error in occupations -- ip,l,xocc', &
+&              ip,l,xocc,nfix,AEOrbit%norbit
+          STOP
+       ENDIF
+       AEOrbit%occ(nfix)=xocc
+    ENDDO
+
+    !
+    WRITE(6,*) ' Corrected occupations are: '
+    WRITE(6,"(' n  l     occupancy')")
+    electrons=0.d0
+    DO io=1,AEOrbit%norbit
+       WRITE(6,'(i2,1x,i2,4x,1p,1e15.7)')  &
+&           AEOrbit%np(io),AEOrbit%l(io),AEOrbit%occ(io)
+       electrons=electrons+AEOrbit%occ(io)
+    ENDDO
+    AEPot%q=electrons
+    qf=AEPot%nz-electrons
+    WRITE(6,*)
+    WRITE(6,*) 'nuclear charge    = ', AEPot%nz
+    WRITE(6,*) 'electronic charge = ', electrons
+    WRITE(6,*) 'net charge        = ', qf
+
+    CALL InitSCF(AESCF)
+    IF (scalarrelativistic) CALL Allocate_Scalar_Relativistic(Grid)
+
+    write(6,*) 'Finish SCFatom_Init' ; call flush(6)
+
+    DEALLOCATE(nl)
+
+  END SUBROUTINE SCFatom_Init
+
+!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
+!!  SCFatom                               !!
+!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
+
+  SUBROUTINE SCFatom(scftype,lotsofoutput,ifinput)
+    IMPLICIT NONE
+    CHARACTER(2),INTENT(IN)::scftype
+    LOGICAL, INTENT(IN) :: lotsofoutput
+    INTEGER, INTENT(IN), OPTIONAL :: ifinput
+    TYPE(SCFInfo) :: SCFPP
+
+    !  program to perform self-consistency loop
+
+    IF(scftype=='AE') THEN
+       !------------AE calculation--------------
+       frozencorecalculation=.FALSE.
+       setupfrozencore=.FALSE.
+       PotPtr=>AEPot
+       OrbitPtr=>AEOrbit
+       SCFPtr=>AESCF
+       CALL Orbit_Init(OrbitPtr,PotPtr)
+       CALL Potential_Init(OrbitPtr,PotPtr)
+
+    ELSEIF(scftype=='NC') THEN
+       !------------New Configuration Calculation---------
+       frozencorecalculation=.FALSE.
+       setupfrozencore=.FALSE.
+       PotPtr=>AEPot
+       OrbitPtr=>AEOrbit
+       SCFPtr=>AESCF
+       CALL NC_Init(OrbitPtr,PotPtr)
+       CALL Potential_Init(OrbitPtr,PotPtr)
+
+    ELSEIF(scftype=='SC') THEN
+       !------------Set Core and Valence in current config.---------
+       frozencorecalculation=.TRUE.
+       setupfrozencore=.TRUE.
+       CALL CopyPot(AEPot,FCPot)
+       CALL CopyOrbit(AEOrbit,FCOrbit)
+       CALL CopySCF(AESCF,FCSCF)
+       PotPtr=>FCPot
+       OrbitPtr=>FCOrbit
+       SCFPtr=>FCSCF
+       CALL SC_Init(ifinput,OrbitPtr,PotPtr,SCFPtr)
+
+    ELSEIF(scftype=='FC') THEN
+       !------------Frozen Core Calculation---------
+       frozencorecalculation=.TRUE.
+       setupfrozencore=.FALSE.
+       PotPtr=>FCPot
+       OrbitPtr=>FCOrbit
+       SCFPtr=>FCSCF
+       CALL FC_Init(OrbitPtr,PotPtr)
+       CALL Potential_Init(OrbitPtr,PotPtr)
+
+    ENDIF
+
+    IF (TRIM(OrbitPtr%exctype)=='EXX'.OR. &
+&       TRIM(OrbitPtr%exctype)=='EXXKLI'.OR. &
+        TRIM(OrbitPtr%exctype)=='EXXCS') THEN
+       CALL EXX_SCF(scftype,lotsofoutput,Grid,OrbitPtr,PotPtr,FC,SCFPtr)
+
+    ELSE IF (TRIM(OrbitPtr%exctype)=='EXXOCC') THEN
+       CALL EXXOCC_SCF(scftype,lotsofoutput,Grid,OrbitPtr,PotPtr,FC,SCFPtr)
+
+    ELSE IF (TRIM(OrbitPtr%exctype)=='HF'.or.TRIM(OrbitPtr%exctype)=='HFV') THEN
+       write(6,*) 'Just before HF_SCF'; call flush(6)
+       CALL HF_SCF(scftype,lotsofoutput,Grid,OrbitPtr,PotPtr,FC,SCFPtr)
+       write(6,*) 'Just after HF_SCF'; call flush(6)
+
+    ELSE
+      !LDA or GGA
+      write(6,*) 'before ldagga '; call flush(6)
+      CALL LDAGGA_SCF(scftype,lotsofoutput,Grid,OrbitPtr,PotPtr,FC,SCFPtr)
+    ENDIF
+
+    If (HFpostprocess) then
+       write(6,*) "******PostProcessing HF*********"
+       CALL InitSCF(SCFPP)
+       call hf_energy_only(Grid,OrbitPtr,PotPtr,SCFPP)
+    endif
+  END SUBROUTINE SCFatom
+
+!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
+  !!  Orbit_Init
+  !!       From nuclear charge -- generate hydrogenic-like initial wfns
+  !!          and densities --
+  !!          fill AEOrbit%wfn, AEOrbit%eig, and AEOrbit%den and AEOrbit%q
+!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
+  SUBROUTINE Orbit_Init(Orbit,Pot)
+    IMPLICIT NONE
+    TYPE(PotentialInfo),INTENT(INOUT) :: Pot
+    TYPE(OrbitInfo),INTENT(INOUT) :: Orbit
+    INTEGER  :: i,io,ir,ip,l,nfix,np
+    REAL(8) :: en0,qcal,qf,rescale,z,small,zeff,xocc
+    INTEGER :: initialconfig=0
+
+       IF (initialconfig/=0) STOP 'Error in aeatom -- Orbit_Init already called'
+
+       !  calculate initial charge density from hydrogen-like functions
+       !  also initial energies
+       zeff=Pot%nz
+       DO io=1,Orbit%norbit
+          np=Orbit%np(io)
+          l=Orbit%l(io)
+          xocc=Orbit%occ(io)
+          Orbit%eig(io)=-(zeff/(np))**2
+          WRITE(6,*) io,np,l,xocc,Orbit%eig(io)
+          DO ir=1,Grid%n
+             Orbit%wfn(ir,io)=hwfn(zeff,np,l,Grid%r(ir))
+             IF (ABS(Orbit%wfn(ir,io))<machine_zero) Orbit%wfn(ir,io)=0.d0
+          ENDDO
+          zeff=zeff-0.5d0*xocc
+          zeff=MAX(zeff,1.d0)
+       ENDDO
+
+       ! check charge and rescale
+       Orbit%den=0.d0
+       DO io=1,Orbit%norbit
+          xocc=Orbit%occ(io)
+          DO ir=1,Grid%n
+             Orbit%den(ir)=Orbit%den(ir)+xocc*(Orbit%wfn(ir,io)**2)
+          ENDDO
+       ENDDO
+       qcal=integrator(Grid,Orbit%den)
+       qf=qcal
+       !WRITE(6,*) 'qcal electrons = ',qcal, electrons
+       !rescale density
+       rescale=electrons/qcal
+       Orbit%den(1:Grid%n)=Orbit%den(1:Grid%n)*rescale
+
+       initialconfig=1
+        write(6,*) 'completed Orbit_Init '; call flush(6)
+
+  END SUBROUTINE Orbit_Init
+
+!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
+  SUBROUTINE NC_Init(Orbit,Pot)
+    TYPE(PotentialInfo),INTENT(INOUT) :: Pot
+    TYPE(OrbitInfo),INTENT(INOUT) :: Orbit
+    INTEGER  :: i,io,ir,ip,l,nfix,j,np
+    REAL(8) :: en0,qcal,qf,rescale,z,small,zeff,xocc
+       !----------New Configuration--AE calculation--------------
+       ! readin revision and normalize the density
+
+       WRITE(6,*)' enter np l occ for all occupations for all revisions'
+       WRITE(6,*)'  enter 0 0 0. to end'
+
+       DO
+          READ(5,*) ip,l,xocc
+          IF (ip.LE.0) EXIT
+          nfix=-100
+          DO io=1,Orbit%norbit
+             IF (ip==Orbit%np(io).AND.l==Orbit%l(io)) THEN
+                nfix=io
+                EXIT
+             ENDIF
+          ENDDO
+          IF (nfix.LE.0.OR.nfix.GT.Orbit%norbit) THEN
+             WRITE(6,*) 'error in occupations -- ip,l,xocc',ip,l,xocc,nfix,Orbit%norbit
+             STOP
+          ENDIF
+          Orbit%occ(nfix)=xocc
+       ENDDO
+
+       WRITE(6,*) ' Corrected occupations are: '
+       WRITE(6,"(' n  l     occupancy')")
+       electrons=0.d0
+       DO io=1,Orbit%norbit
+          WRITE(6,'(i2,1x,i2,4x,1p,1e15.7)') Orbit%np(io),Orbit%l(io),Orbit%occ(io)
+          electrons=electrons+Orbit%occ(io)
+       ENDDO
+       Pot%q=electrons
+       qf=Pot%nz-electrons
+       WRITE(6,*)
+       WRITE(6,*) 'nuclear charge    = ' , Pot%nz
+       WRITE(6,*) 'electronic charge = ', electrons
+       WRITE(6,*) 'net charge        = ', qf
+       !
+       !
+       !  calculate initial charge density from stored wavefunctions
+       !    also initial energies
+       !
+       Orbit%den=0.d0
+       DO io=1,Orbit%norbit
+          xocc=Orbit%occ(io)
+          DO ir=1,Grid%n
+             Orbit%den(ir)=Orbit%den(ir)+xocc*(Orbit%wfn(ir,io)**2)
+          ENDDO
+       ENDDO
+       !
+       !  check charge
+       !
+       qcal=integrator(Grid,Orbit%den)
+       qf=qcal
+       !WRITE(6,*) 'qcal electrons = ',qcal, electrons
+       !  rescale density
+       rescale=electrons/qcal
+       Orbit%den=Orbit%den*rescale
+
+  END SUBROUTINE NC_Init
+
+!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
+!!         SC_Init -- set core states in current configuration
+!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
+  SUBROUTINE SC_Init(ifinput,Orbit,Pot,SCF)
+    TYPE(PotentialInfo),INTENT(INOUT) :: Pot
+    TYPE(OrbitInfo),INTENT(INOUT) :: Orbit
+    TYPE (SCFInfo),INTENT(INOUT) :: SCF
+    INTEGER :: choosevalence=0
+    INTEGER, INTENT(IN), OPTIONAL :: ifinput
+
+    INTEGER :: io
+    LOGICAL :: noalt=.true.
+    If (choosevalence/=0) then
+     write(6,*) 'Error in aeatom -- SC_Init already called'
+       stop
+    endif
+
+    CALL Set_Valence(ifinput)
+    Call Core_Electron_Report(Orbit,FC,6)
+    Call Valence_Electron_Report(Orbit,FC,6)
+
+    IF (TRIM(Orbit%exctype)=='EXX') THEN
+       Call Get_FCKinCoul(Grid,Pot,Orbit,FC,SCF)
+       CALL Get_FCEnergy_EXX(Grid,Orbit,FC,SCF)
+       CALL Set_Vxref(AEPot)   ! probably not a good idea
+    ELSEIF (TRIM(Orbit%exctype)=='EXXKLI') THEN
+       Call Get_FCKinCoul(Grid,Pot,Orbit,FC,SCF,noalt)
+       CALL Get_FCEnergy_EXX(Grid,Orbit,FC,SCF)
+    ELSEIF (TRIM(Orbit%exctype)=='HF'.or.TRIM(Orbit%exctype)=='HFV') THEN
+       write(6,*) ' Completed Setcore '; call flush(6)
+       CALL Get_FCEnergy_HF(Grid,Pot,Orbit,FC,SCF)
+       CALL Total_FCEnergy_Report(SCF,6)
+       write(6,*) ' Completed Setcore '; call flush(6)
+    ELSE
+       Call Get_FCKinCoul(Grid,Pot,Orbit,FC,SCF)
+       CALL Get_FCEXC(SCF)
+       CALL Total_FCEnergy_Report(SCF,6)
+    ENDIF
+    !CALL Total_Energy_Report(SCF,6)
+    !   For EXX, exchange contribution is not known yet.
+
+    choosevalence=1
+
+  END SUBROUTINE SC_Init
+
+!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
+  SUBROUTINE FC_Init(Orbit,Pot)
+    TYPE(PotentialInfo),INTENT(INOUT) :: Pot
+    TYPE(OrbitInfo),INTENT(INOUT) :: Orbit
+    INTEGER  :: i,io,ir,ip,l,nfix,j,np
+    REAL(8) :: en0,qcal,qf,rescale,z,small,zeff,xocc
+
+       WRITE(6,*)' Below are listed the current valence occupations '
+       WRITE(6,"(' n  l     occupancy')")
+       DO io=1,Orbit%norbit
+          IF (.NOT.Orbit%iscore(io)) WRITE(6,'(i2,1x,i2,4x,1p,1e15.7)') &
+&              Orbit%np(io),Orbit%l(io),Orbit%occ(io)
+       ENDDO
+       !
+       WRITE(6,*)' enter np l occ for all occupations for all revisions'
+       WRITE(6,*)'  enter 0 0 0. to end'
+
+       DO
+          READ(5,*) ip,l,xocc
+          IF (ip.LE.0) EXIT
+          nfix=-100
+          DO io=1,Orbit%norbit
+             IF (ip==Orbit%np(io).AND.l==Orbit%l(io) &
+&                 .AND.(.NOT.Orbit%iscore(io))) THEN
+                nfix=io
+                EXIT
+             ENDIF
+          ENDDO
+          IF (nfix.LE.0.OR.nfix.GT.Orbit%norbit) THEN
+             WRITE(6,*) 'error in occupations -- ip,l,xocc',ip,l,xocc,nfix,Orbit%norbit
+             STOP
+          ENDIF
+          Orbit%occ(nfix)=xocc
+       ENDDO
+
+       !
+       WRITE(6,*) ' Corrected occupations are: '
+       WRITE(6,"(' n  l     occupancy')")
+
+       FC%zvale=0.d0
+       DO io=1,Orbit%norbit
+          If (.not.Orbit%iscore(io))then
+            WRITE(6,'(i2,1x,i2,4x,1p,1e15.7)')  &
+&             Orbit%np(io),Orbit%l(io),Orbit%occ(io)
+            FC%zvale=FC%zvale+Orbit%occ(io)
+          Endif
+       ENDDO
+
+       electrons=FC%zvale+FC%zcore
+
+       !
+       !  calculate initial charge density from stored wavefunctions
+       !    also initial energies
+       !
+       FC%valeden=0
+       DO io=1,Orbit%norbit
+          IF (.NOT.Orbit%iscore(io)) THEN
+             xocc=Orbit%occ(io)
+             DO ir=1,Grid%n
+                FC%valeden(ir)=FC%valeden(ir)+xocc*(Orbit%wfn(ir,io)**2)
+             ENDDO
+          ENDIF
+       ENDDO
+       !
+       !  check charge				!  rescale density
+
+       !
+       qcal=integrator(Grid,FC%valeden)
+       if (ABS(qcal)<small0.OR.electrons<small0) then
+          FC%valeden=0
+       else
+          rescale=FC%zvale/qcal
+          FC%valeden=FC%valeden*rescale
+       endif
+
+       Orbit%den=FC%valeden+FC%coreden
+       WRITE(6,*)
+       WRITE(6,*) 'core charge    = ' , FC%zcore
+       WRITE(6,*) 'valence charge = ',  FC%zvale
+       WRITE(6,*) 'net charge     = ',  Pot%nz-FC%zcore-FC%zvale
+
+  END SUBROUTINE FC_Init
+
+!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
+  !!  Potential_Init
+  !!    Generate Potptr%rv, rvh, rvx given AEOrbit%wfn, AEOrbit%den, AEOrbit%q
+!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
+  SUBROUTINE Potential_Init(Orbit,Pot)
+    IMPLICIT NONE
+    TYPE(OrbitInfo),INTENT(IN) :: Orbit
+    TYPE(PotentialInfo),INTENT(INOUT) :: Pot
+    INTEGER  :: i,io,ir,xocc,ip,l,nfix,j,np
+    REAL(8) :: en0,qcal,qf,rescale,z,small,zeff,ecoul,v0,etxc,eex
+    LOGICAL :: success
+    INTEGER :: firsttime=1
+
+    write(6,*) 'In Potential_Init'; call flush(6)
+    IF (firsttime==1) THEN
+          CALL InitPot(AEPot,Grid%n)
+          CALL Get_Nuclearpotential(Grid,AEPot)
+    firsttime=0
+    ENDIF
+
+    CALL poisson(Grid,Pot%q,Orbit%den,Pot%rvh,ecoul,v0)
+    write(6,*) 'In Potential_Init', Pot%q,ecoul; call flush(6)
+
+  END SUBROUTINE Potential_Init
+
+
+!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
+  !  Set Valence Orbitals
+  !
+!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
+  SUBROUTINE Set_Valence(ifinput)
+    INTEGER, INTENT(IN), OPTIONAL :: ifinput
+
+    CHARACTER(1) :: answer
+    INTEGER :: io,n,ok
+    CHARACTER(132) :: inputline
+
+    call InitFC(FC,Grid%n)
+
+    WRITE(6,*) 'for each state enter c for core or v for valence'
+    FC%zcore=0; FC%zvale=0
+    FC%coreden=0; FC%valeden=0
+    DO io=1,FCOrbit%norbit
+       WRITE(6,'(3i5,1p,2e15.7)') io,FCOrbit%np(io),FCOrbit%l(io),&
+&           FCOrbit%occ(io),FCOrbit%eig(io)
+       DO
+          IF (PRESENT(ifinput)) THEN
+             READ(5,'(a)') inputline
+             WRITE(ifinput,'(a)') TRIM(inputline)
+             READ(inputline,*) answer
+          ELSE
+             READ(5,*) answer
+          ENDIF
+          IF (answer.NE.'c'.AND.answer.NE.'C'.AND.answer.NE.'v'&
+&              .AND.answer.NE.'V')  THEN
+             WRITE(6,*) 'Please input c or v'
+          ELSE
+             EXIT
+          ENDIF
+       ENDDO
+       IF (answer.EQ.'c'.OR.answer.EQ.'C') FCOrbit%iscore(io)=.TRUE.
+       IF (answer.EQ.'v'.OR.answer.EQ.'V') FCOrbit%iscore(io)=.FALSE.
+       IF (FCOrbit%iscore(io)) THEN
+          FC%zcore=FC%zcore+FCOrbit%occ(io)
+          FC%coreden=FC%coreden+FCOrbit%occ(io)*(FCOrbit%wfn(:,io))**2
+       ENDIF
+       IF (.NOT.FCOrbit%iscore(io)) THEN
+
+          FC%zvale=FC%zvale+FCOrbit%occ(io)
+          FC%valeden=FC%valeden+FCOrbit%occ(io)*(FCOrbit%wfn(:,io))**2
+       ENDIF
+    ENDDO
+
+         write(6,*) 'Returning from SetValence'
+         write(6,*) 'Core electrons', FC%zcore,integrator(Grid,FC%coreden)
+         write(6,*) 'Vale electrons', FC%zvale,integrator(Grid,FC%valeden)
+
+  END SUBROUTINE Set_Valence
+
+  SUBROUTINE dump_aeatom(Fn,Grid,AEOrbit,AEPot,AESCF,FCOrbit,FCPot,FCSCF,FC)
+     Character(*), INTENT(IN) :: Fn
+     Type(GridInfo), INTENT(IN) :: Grid
+     Type(OrbitInfo), INTENT(IN) :: AEOrbit,FCOrbit
+     Type(PotentialInfo), INTENT(IN) :: AEPot,FCPot
+     Type(SCFInfo), INTENT(IN) :: AESCF,FCSCF
+     Type(FCInfo), INTENT(IN) :: FC
+
+     INTEGER, parameter :: ifo=15
+     INTEGER :: i,io,n
+
+     Write(6,*) 'Note that dump has been called; code not completely checked'
+
+     open(ifo,file=Fn,form='formatted',status='replace')
+     write(6,*) 'Creating or replacing dump file', Fn
+
+     write(ifo,*) 'ATOMPAW'    ! keyword
+
+    ! grid info
+     write(ifo,*) Grid%TYPE,Grid%n,Grid%h
+     n=Grid%n
+     write(ifo,*)(Grid%r(i),i=1,n)
+     if (usingloggrid(Grid)) then
+          write(ifo,*)(Grid%drdu(i),Grid%pref(i),Grid%rr02(i),i=1,n)
+     endif
+
+    ! atomdata fixed constants
+     write(ifo,*)  frozencorecalculation,setupfrozencore,scalarrelativistic ,&
+&     finitenucleus,gaussianshapefunction,besselshapefunction,ColleSalvetti
+
+    ! Orbit info
+     write(ifo,*) AEOrbit%exctype,AEOrbit%nps, AEOrbit%npp, AEOrbit%npd ,&
+&      AEOrbit%npf, AEOrbit%npg, AEOrbit%norbit
+     write(ifo,*) (AEOrbit%np(io),AEOrbit%l(io),AEOrbit%iscore(io),&
+&        AEOrbit%eig(io),AEOrbit%occ(io),io=1,AEOrbit%norbit)
+     write(ifo,*) ((AEOrbit%wfn(i,io),i=1,n),io=1,AEOrbit%norbit)
+     write(ifo,*) (AEOrbit%den(i),i=1,n)
+
+     write(ifo,*) FCOrbit%exctype,FCOrbit%nps, FCOrbit%npp, FCOrbit%npd ,&
+&      FCOrbit%npf, FCOrbit%npg, FCOrbit%norbit
+     write(ifo,*) (FCOrbit%np(io),FCOrbit%l(io),FCOrbit%iscore(io),&
+&        FCOrbit%eig(io),FCOrbit%occ(io),io=1,FCOrbit%norbit)
+     write(ifo,*) ((FCOrbit%wfn(i,io),i=1,n),io=1,FCOrbit%norbit)
+     write(ifo,*) (FCOrbit%den(i),i=1,n)
+
+   ! Pot info
+      write(ifo,*) AEPot%nz,AEPot%sym,AEPot%q,AEPot%v0,AEPot%v0p
+      write(ifo,*) (AEPot%rv(i),AEPot%rvn(i),AEPot%rvh(i),AEPot%rvx(i),i=1,n)
+
+      write(ifo,*) FCPot%nz,FCPot%sym,FCPot%q,FCPot%v0,FCPot%v0p
+      write(ifo,*) (FCPot%rv(i),FCPot%rvn(i),FCPot%rvh(i),FCPot%rvx(i),i=1,n)
+
+   ! SCFinfo
+      write(ifo,*) AESCF%iter,AESCF%delta,AESCF%eone,AESCF%ekin,&
+&       AESCF%estatic,AESCF%ecoul,AESCF%eexc,AESCF%oepcs,AESCF%etot,&
+&       AESCF%valekin,AESCF%valecoul,AESCF%valeexc,AESCF%corekin,AESCF%evale
+
+      write(ifo,*) FCSCF%iter,FCSCF%delta,FCSCF%eone,FCSCF%ekin,&
+&       FCSCF%estatic,FCSCF%ecoul,FCSCF%eexc,FCSCF%oepcs,FCSCF%etot,&
+&       FCSCF%valekin,FCSCF%valecoul,FCSCF%valeexc,FCSCF%corekin,FCSCF%evale
+
+   ! FCinfo
+      write(ifo,*) FC%zvale,FC%zcore
+      write(ifo,*) (FC%coreden(i),FC%valeden(i),i=1,n)
+
+   If (TRIM(AEOrbit%exctype)=='EXX'.or.TRIM(AEOrbit%exctype)=='EXXKLI') &
+&                  Call EXXdump(Grid,AEOrbit,ifo)
+   If (TRIM(AEOrbit%exctype)=='HF'.or.TRIM(AEOrbit%exctype)=='HFV') &
+&          Call HFdump(Grid,AEOrbit,ifo)
+
+   close(ifo)
+
+   write(6,*) 'Closing dump file'
+  END SUBROUTINE dump_aeatom
+
+  SUBROUTINE load_aeatom(Fn,Grid,AEOrbit,AEPot,AESCF,FCOrbit,FCPot,FCSCF,FC,ifd)
+     Character(*), INTENT(IN) :: Fn
+     Type(GridInfo), INTENT(OUT) :: Grid
+     Type(OrbitInfo), INTENT(OUT) :: AEOrbit,FCOrbit
+     Type(PotentialInfo), INTENT(OUT) :: AEPot,FCPot
+     Type(SCFInfo), INTENT(OUT) :: AESCF,FCSCF
+     Type(FCInfo), INTENT(OUT) :: FC
+     INTEGER, INTENT(IN) :: ifd
+
+     INTEGER, parameter :: ifo=15
+     INTEGER :: i,io,n,norbit,nps,npp,npd,npf,npg,j,k
+     CHARACTER(132) :: inputfile,checkfile,exctype
+
+     Write(6,*) 'Note that load has been called; code not completely checked'
+
+     open(ifo,file=Fn,form='formatted',status='old')
+     write(6,*) 'Reading dump file ', Fn
+
+     read(ifo,*) inputfile(1:7)
+     if (inputfile(1:7)=='ATOMPAW') then
+       write(6,*) 'File seems to be fine'
+     else
+       write(6,*) 'File is not correct -- program will stop'
+       stop
+     endif
+
+    ! grid info
+     read(ifo,*) Grid%TYPE,Grid%n,Grid%h
+     n=Grid%n
+     Allocate(Grid%r(n))
+     read(ifo,*)(Grid%r(i),i=1,n)
+     if (usingloggrid(Grid)) then
+        Allocate(Grid%drdu(n),Grid%pref(n),Grid%rr02(n))
+          read(ifo,*)(Grid%drdu(i),Grid%pref(i),Grid%rr02(i),i=1,n)
+     endif
+
+    ! atomdata fixed constants
+     read(ifo,*)  frozencorecalculation,setupfrozencore,scalarrelativistic ,&
+&     finitenucleus,gaussianshapefunction,besselshapefunction,ColleSalvetti
+
+    ! Orbit info
+     read(ifo,*) exctype,nps,npp,npd,npf,npg,norbit
+     Call InitOrbit(AEOrbit,norbit,n,exctype)
+     AEOrbit%nps=nps;AEOrbit%npp=npp;AEOrbit%npd=npd;AEOrbit%npf=npf;AEOrbit%npg=npg
+     read(ifo,*) (AEOrbit%np(io),AEOrbit%l(io),AEOrbit%iscore(io),&
+&        AEOrbit%eig(io),AEOrbit%occ(io),io=1,AEOrbit%norbit)
+     read(ifo,*) ((AEOrbit%wfn(i,io),i=1,n),io=1,AEOrbit%norbit)
+     read(ifo,*) (AEOrbit%den(i),i=1,n)
+
+     read(ifo,*) exctype,nps,npp,npd,npf,npg,norbit
+     Call InitOrbit(FCOrbit,norbit,n,exctype)
+     FCOrbit%nps=nps;FCOrbit%npp=npp;FCOrbit%npd=npd;FCOrbit%npf=npf;FCOrbit%npg=npg
+     read(ifo,*) (FCOrbit%np(io),FCOrbit%l(io),FCOrbit%iscore(io),&
+&        FCOrbit%eig(io),FCOrbit%occ(io),io=1,FCOrbit%norbit)
+     read(ifo,*) ((FCOrbit%wfn(i,io),i=1,n),io=1,FCOrbit%norbit)
+     read(ifo,*) (FCOrbit%den(i),i=1,n)
+
+     exctype=AEOrbit%exctype
+     IF(TRIM(exctype)/='EXX'.and.TRIM(exctype)/='EXXCS'.and.TRIM(exctype)/='EXXKLI') CALL initexch
+
+   ! Pot info
+     Call InitPot(AEPot,n)
+     read(ifo,*) AEPot%nz,AEPot%sym,AEPot%q,AEPot%v0,AEPot%v0p
+     read(ifo,*) (AEPot%rv(i),AEPot%rvn(i),AEPot%rvh(i),AEPot%rvx(i),i=1,n)
+
+     Call InitPot(FCPot,n)
+     read(ifo,*) FCPot%nz,FCPot%sym,FCPot%q,FCPot%v0,FCPot%v0p
+     read(ifo,*) (FCPot%rv(i),FCPot%rvn(i),FCPot%rvh(i),FCPot%rvx(i),i=1,n)
+
+   ! SCFinfo
+     Call InitSCF(AESCF)
+     read(ifo,*) AESCF%iter,AESCF%delta,AESCF%eone,AESCF%ekin,&
+&       AESCF%estatic,AESCF%ecoul,AESCF%eexc,AESCF%oepcs,AESCF%etot,&
+&       AESCF%valekin,AESCF%valecoul,AESCF%valeexc,AESCF%corekin,AESCF%evale
+
+     Call InitSCF(FCSCF)
+     read(ifo,*) FCSCF%iter,FCSCF%delta,FCSCF%eone,FCSCF%ekin,&
+&       FCSCF%estatic,FCSCF%ecoul,FCSCF%eexc,FCSCF%oepcs,FCSCF%etot,&
+&       FCSCF%valekin,FCSCF%valecoul,FCSCF%valeexc,FCSCF%corekin,FCSCF%evale
+
+   ! FCinfo
+     call InitFC(FC,n)
+      read(ifo,*) FC%zvale,FC%zcore
+      read(ifo,*) (FC%coreden(i),FC%valeden(i),i=1,n)
+
+   If (TRIM(AEOrbit%exctype)=='EXX'.or.TRIM(AEOrbit%exctype)=='EXXKLI') &
+&                   Call EXXload(Grid,AEOrbit,ifo)
+   If (TRIM(AEOrbit%exctype)=='HF'.or.TRIM(AEOrbit%exctype)=='HFV') &
+&           Call HFload(Grid,AEOrbit,ifo)
+
+   close(ifo)
+
+   write(6,*) 'Closing load file'
+
+  ! crude checking by comparing input file (unit 5) with dummy file (unit ifd)
+   rewind(5); rewind(ifd);
+    Do i=1,3
+      read(5,'(a)') inputfile; read(ifd,'(a)') checkfile
+      If (TRIM(inputfile)/=TRIM(checkfile)) then
+         write(6,*) 'Inconsistency in files'
+          write(6,'(a)') inputfile
+          write(6,'(a)') checkfile
+          stop
+      endif
+    enddo
+
+    Bigloop: Do
+      read(5,'(a)') inputfile; read(ifd,'(a)') checkfile
+      read(inputfile,*) i,j,k
+      if (i==0) exit Bigloop
+      If (TRIM(inputfile)/=TRIM(checkfile)) then
+         write(6,*) 'Inconsistency in files'
+          write(6,'(a)') inputfile
+          write(6,'(a)') checkfile
+          stop
+      endif
+    enddo Bigloop
+
+    Do io=1,FCOrbit%norbit
+      read(5,'(a)') inputfile; read(ifd,'(a)') checkfile
+      If (TRIM(inputfile)/=TRIM(checkfile)) then
+         write(6,*) 'Inconsistency in files'
+          write(6,'(a)') inputfile
+          write(6,'(a)') checkfile
+          stop
+      endif
+    enddo
+
+    write(6,*) 'Load completed normally'
+  END SUBROUTINE load_aeatom
+END  MODULE AEatom
diff --git a/src/anderson_driver.f90 b/src/anderson_driver.f90
new file mode 100644
index 0000000..ed80700
--- /dev/null
+++ b/src/anderson_driver.f90
@@ -0,0 +1,376 @@
+!******************************************************************************
+!
+! File : anderson_driver.f90  -- (modified version of anderson_mixing.f90)
+!   by : Alan Tackett
+!   on : 07/19/99
+!  for : density mixing (originally written for pwpaw code)
+!
+!  This module contains routines to implement the extended Anderson
+!  mixing method as outlined in V. Eyert, J. Comp. Phys. 124,  271(1996).
+!
+!  The method is defined by eq's: 2.1, 8.2, 7.7
+!
+!******************************************************************************
+MODULE anderson_driver
+  USE globalmath
+
+  IMPLICIT NONE!!!!!!
+
+  SAVE
+
+  TYPE Anderson_Context  !** Anderson Mixing context
+     REAL(8)    :: NewMix    !** Amount of new vectors to mix, ie beta in paper.
+     INTEGER :: Nmax      !** Max number of vectors to keep
+     INTEGER :: N         !** Current number of vectors in list
+     INTEGER :: Slot      !** New fill Slot
+     INTEGER :: VecSize   !** Size of each vector
+     INTEGER :: Err_Unit  !** Error unit
+     INTEGER :: MaxIter   !** MaxIter
+     INTEGER :: CurIter   !** Running iteration index
+     REAL(8) :: err       !** residue convergence tolerance
+     REAL(8) :: toosmall  !** solution obviously converged
+     REAL(8) :: res       !** Running convergence error
+     Logical :: writelots
+     REAL(8), POINTER :: Matrix(:,:)
+     REAL(8), POINTER :: Gamma(:)  !** Gamma as defined in 7.6
+     REAL(8), POINTER :: DF(:,:)   !** Delta F
+     REAL(8), POINTER :: Fprev(:)
+     REAL(8), POINTER :: DX(:,:)
+     REAL(8), POINTER :: Xprev(:)
+
+     ! temporary constants and arrays needed for each call to Anderson_Mix
+     INTEGER, POINTER :: IPIV(:)
+     REAL(8),  POINTER :: S(:)
+     REAL(8),  POINTER :: RWork(:)
+     REAL(8), POINTER :: U(:,:)
+     REAL(8), POINTER :: VT(:,:)
+     REAL(8), POINTER :: Work(:)
+     REAL(8), POINTER :: DupMatrix(:,:)
+     INTEGER          :: Lwork
+     INTEGER          :: LRwork
+     REAL(8)           :: ConditionNo
+     REAL(8)           :: MachAccur
+  END TYPE Anderson_Context
+
+
+  !******************************************************************************
+CONTAINS
+  !******************************************************************************
+
+
+  !******************************************************************************
+  !
+  ! Anderson_Mix - Performs the actual mixing of the input vector with the
+  !                history and retuns the result.
+  !
+  !   AC - Anderson context
+  !   X  - Current vector on input and new guess on output
+  !   F  - F(X) - X. Nonlinear mixing of input vector
+  !
+  ! Modified to call SVD routines
+  !******************************************************************************
+
+  SUBROUTINE Anderson_Mix(AC, X, F)
+    SAVE
+    TYPE  (Anderson_Context), INTENT(INOUT) :: AC
+    REAL(8),                  INTENT(INOUT) :: X(:)
+    REAL(8),                  INTENT(IN)    :: F(:)
+
+    INTEGER :: i, slot, currentdim , n ,j
+    REAL(8) :: term
+    REAL(8)  :: tmp
+
+    !** First determine where to store the new correction vectors ***
+    AC%slot = AC%slot + 1
+    IF (AC%Slot>AC%Nmax) AC%Slot = 1
+
+    IF ((AC%N < 0) .OR. (AC%Nmax == 0)) THEN  !** Simple mixing for 1st time ***
+       AC%Xprev = X
+       X = X + AC%NewMix*F
+    ELSE
+       slot = AC%Slot
+
+       AC%DF(:,slot) = F - AC%Fprev   !** Make new DF vector
+       AC%DX(:,slot) = X - AC%Xprev   !** Make new DX vector
+
+       currentdim=MIN(AC%N+1,AC%Nmax)
+       DO i=1, currentdim              !*** Add row/col to matrix
+          term = DOT_PRODUCT(AC%DF(:,i), AC%DF(:,slot))
+          AC%Matrix(i,slot) = term
+          IF (i /= slot) AC%Matrix(slot,i) = (term)
+
+          AC%Gamma(i) = DOT_PRODUCT(AC%DF(:,i), F)
+       END DO
+
+
+       AC%DupMatrix = AC%Matrix
+       ! not needed (SVD) AC%DupMatrix(slot,slot) = (1+AC%w0) * AC%DupMatrix(slot,slot)
+       !     Call ZHESV('L', Slot, 1, AC%DupMatrix(1,1), AC%Nmax, &
+       !&         AC%IPIV(1), AC%Gamma(1), AC%Nmax, AC%Work(1), AC%LWork, i)
+
+       !     Call ZGESV(Slot, 1, AC%DupMatrix(1,1), AC%Nmax, AC%IPIV(1), &
+       !&         AC%Gamma(1), AC%Nmax, i)
+       !    Call ZGESV(currentdim, 1, AC%DupMatrix(1,1), AC%Nmax, AC%IPIV(1), &
+       !&        AC%Gamma(1), AC%Nmax, i)
+
+       n = AC%Nmax;   j= currentdim
+       CALL DGESDD('A',j,j,AC%DupMatrix(1,1),n,AC%S(1), &
+&           AC%U(1,1),n,AC%VT(1,1),n,AC%Work(1),AC%Lwork, AC%IPIV(1),i)
+       IF (i /= 0) THEN
+          WRITE(AC%Err_Unit,*) 'Anderson_Mix: Error in DGESDD. Error=',i
+          tmp = 0
+          tmp = 1.d0/tmp
+          STOP
+       END IF
+
+       !WRITE(AC%Err_Unit,*) 'in Anderson_Mix -- completed SVD with values'
+       !WRITE(AC%Err_Unit,'(1p,5e15.7)') (AC%S(i),i=1,j)
+
+       AC%Work(1:j) = AC%Gamma(1:j)
+       AC%Gamma = 0
+       tmp=MAX(ABS(AC%S(1))/AC%ConditionNo,AC%Machaccur)
+       DO i=1,j
+          IF (ABS(AC%S(i)).GT.tmp) THEN
+             AC%Gamma(1:j)=AC%Gamma(1:j)+&
+&                 (AC%VT(i,1:j))*DOT_PRODUCT(AC%U(1:j,i),AC%Work(1:j))/AC%S(i)
+          ENDIF
+       ENDDO
+
+
+       AC%Xprev = X
+
+       !*** Now calculate the new vector ***
+       X = X + AC%NewMix*F
+
+       !Do i=1, Min(AC%N+1,AC%Nmax)     !*** Add row/col to matrix
+       DO i=1, currentdim               ! updated vector
+          X = X - AC%Gamma(i)*(AC%DX(:,i) + AC%NewMix*AC%DF(:,i))
+       END DO
+    END IF
+
+
+    AC%Fprev = F
+
+    AC%N = AC%N + 1
+    IF (AC%N > AC%Nmax) AC%N = AC%Nmax
+
+    RETURN
+  END SUBROUTINE Anderson_Mix
+
+!***************************************************************************
+  !
+  !  Anderson_ResetMix - Resets the mixing history to None
+  !
+  !     AC - Anderson context to reset
+  !
+  !*****************************************************************************
+
+  SUBROUTINE Anderson_ResetMix(AC)
+    TYPE  (Anderson_Context), INTENT(INOUT) :: AC
+
+    AC%N = -1
+    AC%Slot = -1
+    AC%CurIter=0
+
+    RETURN
+  END SUBROUTINE Anderson_ResetMix
+
+  !******************************************************************************
+  !
+  !  FreeAnderson - Frees all the data associated with the AC data structure
+  !
+  !      AC -Pointer to the Anderson context to free
+  !
+  !******************************************************************************
+
+  SUBROUTINE FreeAnderson(AC)
+    TYPE (Anderson_Context), INTENT(INOUT) :: AC
+
+    IF (ASSOCIATED(AC%Matrix)) DEALLOCATE(AC%Matrix)
+    IF (ASSOCIATED(AC%Gamma)) DEALLOCATE(AC%Gamma)
+    IF (ASSOCIATED(AC%DF)) DEALLOCATE(AC%DF)
+    IF (ASSOCIATED(AC%Fprev)) DEALLOCATE(AC%Fprev)
+    IF (ASSOCIATED(AC%DX)) DEALLOCATE(AC%DX)
+    IF (ASSOCIATED(AC%Xprev)) DEALLOCATE(AC%Xprev)
+    IF (ASSOCIATED(AC%IPIV)) DEALLOCATE(AC%IPIV)
+    IF (ASSOCIATED(AC%S)) DEALLOCATE(AC%S)
+    IF (ASSOCIATED(AC%RWork)) DEALLOCATE(AC%RWork)
+    IF (ASSOCIATED(AC%U)) DEALLOCATE(AC%U)
+    IF (ASSOCIATED(AC%VT)) DEALLOCATE(AC%VT)
+    IF (ASSOCIATED(AC%Work)) DEALLOCATE(AC%Work)
+    IF (ASSOCIATED(AC%DupMatrix)) DEALLOCATE(AC%DupMatrix)
+
+    RETURN
+  END SUBROUTINE FreeAnderson
+
+  !******************************************************************************
+  !
+  !  InitAnderson_dr - Initializes and Anderson_Context data structure for use
+  !
+  !   AC       - Anderson context created and returned
+  !   Err_Unit - Output error unit
+  !   Nmax     - Max number of vectors to keep
+  !   VecSize  - Size of each vector
+  !   NewMix   - Mixing factor
+  !   CondNo   - For matrix inversion
+  !   MaxIter  - Maximum number of iterations
+  !   err      - minimum residue convergence tolerance
+  !   toosmall - result obviously converged
+  !   verbose  - if true -- write out results
+  !
+  !******************************************************************************
+
+  SUBROUTINE InitAnderson_dr(AC,Err_Unit,Nmax,VecSize,NewMix,CondNo,&
+&      MaxIter,err,toosmall,verbose)
+    TYPE (Anderson_Context), INTENT(INOUT)     :: AC
+    INTEGER,                 INTENT(IN)  :: Err_Unit
+    INTEGER,                 INTENT(IN)  :: Nmax
+    INTEGER,                 INTENT(IN)  :: VecSize
+    REAL(8),                    INTENT(IN)  :: NewMix
+    REAL(8),                    INTENT(IN)  :: CondNo
+    INTEGER, INTENT(IN) :: MaxIter
+    REAL(8), INTENT(IN) :: err,toosmall
+    LOGICAL, INTENT(IN) :: verbose
+
+    INTEGER :: i
+    REAL(8)    :: tmp , a1,a2,a3
+
+
+    AC%Nmax = Nmax          !*** Store the contants
+    AC%VecSize = VecSize
+    AC%NewMix = NewMix
+    AC%Err_Unit = Err_Unit
+    AC%MaxIter = MaxIter
+    AC%err = err
+    AC%toosmall = toosmall
+    AC%writelots=verbose
+
+    AC%N = -1                !** Init the rest of the structure
+    AC%Slot = -1
+    AC%CurIter=0
+    !  AC%Lwork = 2*Nmax
+    !  Allocate(AC%Gamma(Nmax), AC%Work(AC%Lwork), AC%Fprev(VecSize), &
+    !&      AC%DF(VecSize, Nmax), AC%Matrix(Nmax, Nmax), AC%IPIV(Nmax), &
+    !&      AC%DX(VecSize, Nmax), AC%Xprev(VecSize), &
+    !&      AC%DupMatrix(Nmax, Nmax), STAT=i)
+
+    ALLOCATE(AC%Xprev(VecSize), AC%Fprev(VecSize) , AC%DX(VecSize,Nmax), &
+&        AC%DF(VecSize,Nmax), AC%Matrix(Nmax,Nmax) , AC%Gamma(Nmax), &
+&        Stat=i)
+
+
+    IF (i /= 0) THEN
+       WRITE(Err_Unit,*) 'InitAnderson: Allocate Error! Error=',i
+       WRITE(Err_Unit, *) 'InitAnderson: Nmax=',Nmax, ' * VecSize=',VecSize
+       tmp = 0
+       tmp = 1.d0/tmp
+       STOP
+    END IF
+
+    AC%Lwork=5*Nmax*Nmax+10*Nmax
+    AC%LRwork= 5*Nmax*Nmax+7*Nmax
+    AC%ConditionNo= CondNo
+
+    ! Calculate machine accuracy
+    AC%Machaccur = 0
+    a1 = 4.d0/3.d0
+    DO WHILE (AC%Machaccur == 0.d0)
+       a2 = a1 - 1.d0
+       a3 = a2 + a2 + a2
+       AC%Machaccur = ABS(a3 - 1.d0)
+    ENDDO
+
+    !WRITE(Err_Unit,*) 'Machaccur = ', AC%Machaccur
+
+    ALLOCATE(AC%DupMatrix(Nmax,Nmax), AC%U(Nmax, Nmax), AC%VT(Nmax,Nmax), &
+&        AC%Work(AC%Lwork), AC%RWork(AC%LRWork), AC%IPIV(8*Nmax), &
+&        AC%S(Nmax), STAT=i)
+
+    AC%Matrix = 0
+
+    RETURN
+  END SUBROUTINE InitAnderson_dr
+
+  ! Note residue can be wout-w   or more general residue that tends --> 0
+  !    at convergence
+
+  SUBROUTINE DoAndersonMix(AC,w,E,Esub,success)
+    TYPE (Anderson_Context), INTENT(INOUT) :: AC
+    REAL(8), INTENT(INOUT) :: E,w(:)
+    !     External :: Esub
+    LOGICAL, INTENT(OUT) :: success
+
+    REAL(8), ALLOCATABLE :: residue(:),tmp(:)
+    REAL(8) :: energy,err,v1,v2,v3,v4
+    INTEGER :: i,j,k,l,m,n
+    REAL(8), PARAMETER :: conv1=4.d13,conv2=3.d13,conv3=2.d13,conv4=1.d13
+    LOGICAL :: OK
+
+
+    INTERFACE
+       SUBROUTINE Esub(w,energy,residue,err,OK,update)
+         REAL(8), INTENT(INOUT) :: w(:)
+         REAL(8), INTENT(OUT) :: energy
+         REAL(8), INTENT(OUT) :: residue(:)
+         REAL(8), INTENT(OUT) :: err
+         LOGICAL, INTENT(OUT) :: OK
+         LOGICAL, INTENT(IN)  :: update
+       END SUBROUTINE Esub
+    END INTERFACE
+
+    n=SIZE(w);success=.FALSE.
+    ALLOCATE(residue(n),tmp(n))
+    err=1.0d10
+    v1=conv1;v2=conv2;v3=conv3;v4=conv4;tmp=0
+    DO i=1,AC%MaxIter
+       AC%CurIter=i
+       CALL  Esub(w,E,residue,err,OK,.TRUE.)
+       AC%res=err
+       !write(6,*)' In ANDERSONMIX ', AC%CurIter,AC%res; call flush(6)
+       if (err<AC%toosmall) THEN
+             If(AC%writelots)&
+&             WRITE(6,&
+&         '("AndersonMix converged in ",i5," iterations with err = ",1p,1e15.7)')&
+&              i, err
+          EXIT
+       endif
+       CALL shift4(v1,v2,v3,v4,err)
+       IF (i>=4.AND.OK) THEN
+          IF ((.NOT.(v4.LE.v3.AND.v3.LE.v2 &
+&              .AND.v2.LE.v1).AND.v4.LE.AC%err).OR.err<AC%toosmall) THEN
+             !
+             !  converged result
+             !
+             success=.TRUE.
+             If(AC%writelots)&
+&              WRITE(6,&
+&         '("AndersonMix converged in ",i5," iterations with err = ",1p,1e15.7)')&
+&              i, err
+             EXIT
+          ENDIF
+       ENDIF
+       If(AC%writelots)WRITE(6,'("AndersonMixIter ",i7,2x,1p,2e20.12)') i,E,err
+       IF (.NOT.OK) THEN
+          CALL Anderson_ResetMix(AC)
+          IF (i>1) THEN
+             w=tmp
+             AC%NewMix=MAX(0.00001d0,AC%NewMix/2)
+             IF (AC%NewMix<=0.00001d0) THEN
+                WRITE(6,*) 'Sorry -- this is not working '
+                STOP
+             ENDIF
+          ENDIF
+       ELSE
+          AC%NewMix=MIN(0.5d0,AC%NewMix*2)
+       ENDIF
+       tmp=w
+       CALL Anderson_Mix(AC,w,residue)
+       !WRITE(6,*) 'Returning from AM with ', i,OK,AC%NewMix
+    ENDDO
+
+    DEALLOCATE(residue,tmp)
+
+  END SUBROUTINE DoAndersonMix
+
+
+END MODULE anderson_driver
diff --git a/src/atomdata.f90 b/src/atomdata.f90
new file mode 100644
index 0000000..080758c
--- /dev/null
+++ b/src/atomdata.f90
@@ -0,0 +1,213 @@
+MODULE atomdata
+
+  IMPLICIT NONE
+
+  TYPE OrbitInfo
+     CHARACTER(132) :: exctype
+     INTEGER :: nps, npp, npd ,npf, npg, norbit
+     INTEGER, POINTER :: np(:),l(:)
+     REAL(8), POINTER :: eig(:),occ(:),wfn(:,:)
+     REAL(8), POINTER :: lqp(:,:)     ! only used for HF
+     REAL(8), POINTER :: X(:,:)       ! identical to HF%SumY(:,:)
+     LOGICAL , POINTER :: iscore(:)
+     REAL(8),POINTER :: den(:)
+  END TYPE OrbitInfo
+
+  TYPE FCinfo
+     REAL(8), POINTER :: coreden(:),valeden(:)
+     REAL(8) :: zvale,zcore
+  END TYPE FCinfo
+
+  TYPE PotentialInfo
+     CHARACTER(2) :: sym
+     INTEGER :: nz     !  nz is nuclear charge     
+     REAL(8) :: zz        !  zz=nz is nuclear charge
+     REAL(8) :: q,v0,v0p  !  q is total electron charge
+     !  v0,v0p are potential value and deriv at r=0
+     REAL(8) , POINTER :: rv(:),rvn(:),rvh(:),rvx(:)
+     !  rv(n) is  veff * r
+     !  rvh is hartree potential for den
+     !  rvn is nuclear potential
+     !  rvx is exchange-correlation potential
+  END TYPE PotentialInfo
+
+  TYPE SCFInfo
+     INTEGER :: iter
+     REAL(8) :: delta,eone,ekin,estatic,ecoul,eexc,oepcs,etot
+     REAL(8) :: valekin,valecoul,valeexc,corekin,evale ! used in frozencore only
+  END TYPE SCFInfo
+
+  LOGICAL :: frozencorecalculation
+  LOGICAL :: setupfrozencore
+  LOGICAL :: scalarrelativistic
+  LOGICAL :: BDsolve
+  LOGICAL :: finitenucleus
+  LOGICAL :: gaussianshapefunction,besselshapefunction
+  LOGICAL :: ColleSalvetti
+  LOGICAL :: HFpostprocess
+  LOGICAL :: localizedcoreexchange
+  LOGICAL :: exploremode
+  INTEGER :: nlogderiv
+  REAL(8) :: minlogderiv,maxlogderiv
+
+
+CONTAINS
+
+!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
+!   Subroutine InitOrbit  -- used in CopyOrbit
+!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
+
+  SUBROUTINE InitOrbit(Orbit,norbit,n,exctype)
+    TYPE (OrbitInfo), INTENT(INOUT) :: Orbit
+    INTEGER, INTENT(IN) :: n,norbit
+    CHARACTER(*),INTENT(IN) :: exctype
+    INTEGER :: ok
+    Orbit%norbit=norbit;Orbit%exctype=TRIM(exctype)
+    Orbit%nps=0;Orbit%npp=0;Orbit%npd=0;Orbit%npf=0;Orbit%npg=0
+    ALLOCATE(Orbit%np(norbit),Orbit%l(norbit),Orbit%eig(norbit),&
+&            Orbit%occ(norbit),Orbit%iscore(norbit),&
+&            stat=ok)
+    IF (ok/=0) STOP 'Error in allocation of nl, l, occ...'
+    Orbit%iscore=.false.
+    Orbit%np=0;Orbit%l=0
+    Orbit%eig=0.d0;Orbit%occ=0.d0
+    ALLOCATE(Orbit%wfn(n,norbit),Orbit%den(n),stat=ok)
+    IF (ok/=0) STOP 'Error in allocation of wfn, den...'
+    Orbit%wfn=0.d0;Orbit%den=0.d0
+    If (exctype == "HF".or.exctype == "EXXKLI") then
+       ALLOCATE(Orbit%lqp(norbit,norbit),Orbit%X(n,norbit),stat=ok)
+       IF (ok/=0) STOP 'Error in allocation of lqp, X...'
+    ELSE
+       NULLIFY(Orbit%lqp,Orbit%X)
+    ENDIF
+  END SUBROUTINE InitOrbit
+
+  SUBROUTINE DestroyOrbit(Orbit)
+    TYPE (OrbitInfo), INTENT(INOUT) :: Orbit
+    IF (ASSOCIATED(Orbit%np)) DEALLOCATE(Orbit%np)
+    IF (ASSOCIATED(Orbit%l)) DEALLOCATE(Orbit%l)
+    IF (ASSOCIATED(Orbit%iscore)) DEALLOCATE(Orbit%iscore)
+    IF (ASSOCIATED(Orbit%eig)) DEALLOCATE(Orbit%eig)
+    IF (ASSOCIATED(Orbit%occ)) DEALLOCATE(Orbit%occ)
+    IF (ASSOCIATED(Orbit%wfn)) DEALLOCATE(Orbit%wfn)
+    IF (ASSOCIATED(Orbit%den)) DEALLOCATE(Orbit%den)
+    IF (ASSOCIATED(Orbit%lqp)) DEALLOCATE(Orbit%lqp)
+    IF (ASSOCIATED(Orbit%X)) DEALLOCATE(Orbit%X)
+  END SUBROUTINE DestroyOrbit
+
+!!!!!!!!!!!!!!!!!!!!!!!!!
+!  CopyOrbit(source,copy)
+!!!!!!!!!!!!!!!!!!!!!!!!!
+  SUBROUTINE CopyOrbit(SOrbit,COrbit)
+    TYPE(OrbitInfo),INTENT(INOUT)::SOrbit
+    TYPE(OrbitInfo),INTENT(INOUT)::COrbit
+    INTEGER::n
+    n=SIZE(SOrbit%den,1)
+    CALL InitOrbit(COrbit,SOrbit%norbit,n,SOrbit%exctype)
+    COrbit%nps=SOrbit%nps
+    COrbit%npp=SOrbit%npp
+    COrbit%npd=SOrbit%npd
+    COrbit%npf=SOrbit%npf
+    COrbit%npg=SOrbit%npg
+    COrbit%np(1:SOrbit%norbit)=SOrbit%np(1:SOrbit%norbit)
+    COrbit%l(1:SOrbit%norbit)=SOrbit%l(1:SOrbit%norbit)
+    COrbit%eig(1:SOrbit%norbit)=SOrbit%eig(1:SOrbit%norbit)
+    COrbit%occ(1:SOrbit%norbit)=SOrbit%occ(1:SOrbit%norbit)
+    COrbit%wfn(:,1:SOrbit%norbit)=SOrbit%wfn(:,1:SOrbit%norbit)
+    COrbit%iscore(1:SOrbit%norbit)=SOrbit%iscore(1:SOrbit%norbit)
+    COrbit%den=SOrbit%den
+    IF (SOrbit%exctype == "HF".or.SOrbit%exctype == "EXXKLI") then
+        COrbit%X(:,1:SOrbit%norbit)=SOrbit%X(:,1:SOrbit%norbit)
+        COrbit%lqp(1:SOrbit%norbit,1:SOrbit%norbit)= &
+&                SOrbit%lqp(1:SOrbit%norbit,1:SOrbit%norbit)
+    ENDIF
+  END SUBROUTINE CopyOrbit
+
+  SUBROUTINE InitFC(FC,n)
+    INTEGER, INTENT(IN) :: n
+    TYPE (FCInfo), INTENT(INOUT) :: FC
+    INTEGER :: ok
+    FC%zvale=0.d0;FC%zcore=0.d0
+    ALLOCATE(FC%coreden(n),FC%valeden(n),stat=ok)
+    IF (ok/=0) STOP 'Error in allocation of coreden, valeden,...'
+    FC%coreden=0.d0;FC%valeden=0.d0
+  END SUBROUTINE InitFC
+
+  SUBROUTINE DestroyFC(FC)
+    TYPE (FCInfo), INTENT(INOUT) :: FC
+    IF (ASSOCIATED(FC%valeden)) DEALLOCATE(FC%valeden)
+    IF (ASSOCIATED(FC%coreden)) DEALLOCATE(FC%coreden)
+  END SUBROUTINE DestroyFC
+
+  SUBROUTINE InitPot(Pot,n)
+    INTEGER, INTENT(IN) :: n
+    TYPE (PotentialInfo), INTENT(INOUT) :: Pot
+    INTEGER :: ok
+!   Pot%sym="";Pot%nz=0;Pot%zz=0.d0;Pot%q=0.d0;Pot%v0=0.d0;Pot%v0p=0.d0
+    ALLOCATE(Pot%rv(n),Pot%rvn(n),Pot%rvh(n),Pot%rvx(n),stat=ok)
+    IF (ok/=0) STOP 'Error in allocation of Pot%rv, Pot%rvh...'
+    Pot%rv=0.d0;Pot%rvn=0.d0;Pot%rvh=0.d0;Pot%rvx=0.d0
+  END SUBROUTINE InitPot
+
+  SUBROUTINE DestroyPot(Pot)
+    TYPE (PotentialInfo), INTENT(INOUT) :: Pot
+    IF (ASSOCIATED(Pot%rv)) DEALLOCATE(Pot%rv)
+    IF (ASSOCIATED(Pot%rvn)) DEALLOCATE(Pot%rvn)
+    IF (ASSOCIATED(Pot%rvh)) DEALLOCATE(Pot%rvh)
+    IF (ASSOCIATED(Pot%rvx)) DEALLOCATE(Pot%rvx)
+  END SUBROUTINE DestroyPot
+
+!!!!!!!!!!!!!!!!!!!!!!!!!
+!  CopyPot(source,copy)
+!!!!!!!!!!!!!!!!!!!!!!!!!
+
+  SUBROUTINE CopyPot(SPot,CPot)
+    TYPE(PotentialInfo),INTENT(IN) :: SPot
+    TYPE(PotentialInfo),INTENT(INOUT) :: CPot
+    INTEGER :: n
+    CPot%nz=SPot%nz
+    CPot%zz=SPot%zz
+    CPot%sym=SPot%sym
+    CPot%q=SPot%q
+    CPot%v0=SPot%v0
+    CPot%v0p=SPot%v0p
+    n=SIZE(SPot%rv,1)
+    ALLOCATE(CPot%rv(n),CPot%rvn(n),CPot%rvh(n),CPot%rvx(n))
+    CPot%rv(1:n)=SPot%rv(1:n)
+    CPot%rvn(1:n)=SPot%rvn(1:n)
+    CPot%rvh(1:n)=SPot%rvh(1:n)
+    CPot%rvx(1:n)=SPot%rvx(1:n)
+  END SUBROUTINE CopyPot
+
+  SUBROUTINE InitSCF(SCF)
+    TYPE(SCFInfo),INTENT(INOUT)::SCF
+    SCF%iter=0
+    SCF%delta=0.d0;SCF%eone=0.d0;SCF%ekin=0.d0;SCF%estatic=0.d0
+    SCF%ecoul=0.d0;SCF%eexc=0.d0;SCF%oepcs=0.d0;SCF%etot=0.d0
+    SCF%valekin=0.d0;SCF%valecoul=0.d0;SCF%valeexc=0.d0
+    SCF%corekin=0.d0;SCF%evale=0.d0
+  END SUBROUTINE InitSCF
+
+!!!!!!!!!!!!!!!!!!!!!!!!!
+!  CopySCF(source,copy)
+!!!!!!!!!!!!!!!!!!!!!!!!!
+
+  SUBROUTINE CopySCF(SSCF,CSCF)
+    TYPE(SCFInfo),INTENT(IN)::SSCF
+    TYPE(SCFInfo),INTENT(INOUT)::CSCF
+    CSCF%iter=SSCF%iter
+    CSCF%delta=SSCF%delta
+    CSCF%eone=SSCF%eone
+    CSCF%ekin=SSCF%ekin
+    CSCF%ecoul=SSCF%ecoul
+    CSCF%estatic=SSCF%estatic
+    CSCF%eexc=SSCF%eexc
+    CSCF%etot=SSCF%etot
+    CSCF%valekin=SSCF%valekin
+    CSCF%valecoul=SSCF%valecoul
+    CSCF%valeexc=SSCF%valeexc
+    CSCF%corekin=SSCF%corekin
+    CSCF%evale=SSCF%evale
+  END SUBROUTINE CopySCF
+
+END MODULE atomdata
diff --git a/src/atompaw_lib.f90 b/src/atompaw_lib.f90
new file mode 100644
index 0000000..62daadd
--- /dev/null
+++ b/src/atompaw_lib.f90
@@ -0,0 +1,35 @@
+MODULE atompaw_lib
+
+  IMPLICIT NONE
+
+  PUBLIC :: atompaw_main
+
+  PRIVATE
+
+CONTAINS
+
+  SUBROUTINE atompaw_init
+
+    IMPLICIT NONE
+
+    RETURN
+
+  END SUBROUTINE atompaw_init
+
+  SUBROUTINE atompaw_main
+
+    IMPLICIT NONE
+
+    RETURN
+
+  END SUBROUTINE atompaw_main
+
+  SUBROUTINE atompaw_done
+
+    IMPLICIT NONE
+
+    RETURN
+
+  END SUBROUTINE atompaw_done
+
+END MODULE atompaw_lib
diff --git a/src/atompaw_prog.f90 b/src/atompaw_prog.f90
new file mode 100644
index 0000000..c2a1411
--- /dev/null
+++ b/src/atompaw_prog.f90
@@ -0,0 +1,152 @@
+PROGRAM atompaw
+  !*************************************************************
+  !  Driver program for new version of atompaw program
+  !      arguments can be SAVEAEATOM (save file name),  OR
+  !                       LOADAEATOM (load file name)
+  !      Note:  must have 0 or 2 arguments
+  !************************************************************
+  USE GlobalMath
+  USE aeatom
+  USE atomdata
+  USE atompaw_report
+  USE pseudo
+  USE abinitinterface
+  USE pwscfinterface
+  USE xmlinterface
+  USE libxc_mod
+  USE pkginfo
+
+  IMPLICIT NONE
+  INTEGER :: i,j,iargc
+  CHARACTER(120) :: inputfile,outputfile,token
+  LOGICAL :: lotsofoutput=.false.    ! can be changed eventually
+  LOGICAL :: saveaeatom=.false.,loadaeatom=.false.
+  LOGICAL :: OK
+  INTEGER :: ifinput=10,ifen=11
+
+! First write out details on AtomPAW
+  WRITE(6,*) atp_package,' v',atp_version
+  WRITE(6,*) 'Compiled for ',atp_target
+  WRITE(6,*)
+
+  j=iargc()
+  if (j==2) then
+       call GetArg(1,token)
+       call UpperCase(token)
+       if (TRIM(token)=='SAVEAEATOM') then
+           saveaeatom=.true.
+           call GetArg(2,outputfile)
+           write(6,*) 'AEATOM results will be saved to file ',TRIM(outputfile)
+       else if (TRIM(token)=='LOADAEATOM') then
+           loadaeatom=.true.
+           call GetArg(2,inputfile)
+           write(6,*) 'AEATOM results will be loaded from file ',TRIM(inputfile)
+           Inquire(file=TRIM(inputfile),exist=OK)
+           If (.not.OK) then
+              write(6,*) 'Load file does not exist -- program will stop'
+              stop
+           endif
+       else
+          write(6,*) 'Argument form not recognized', token
+          stop
+       endif
+
+  else if (j==0) then
+       write(6,*) 'Input/output not saved/dumped in this run'
+  else
+       write(6,'(3a)') 'Argument form not recognized (', j,') !'
+       stop
+  endif
+  write(6,*)
+
+  exploremode=.false.
+
+  OPEN(ifinput,file='dummy',form='formatted')
+
+  CALL Init_GlobalConstants()
+
+  If (loadaeatom) then
+     Call Load_AEatom(TRIM(inputfile),&
+        Grid,AEOrbit,AEpot,AESCF,FCOrbit,FCpot,FCSCF,FC,ifinput)
+     OPEN (ifen, file=TRIM(AEPot%sym), form='formatted')
+     CALL Report_Atomres('AE',Grid,AEOrbit,AEPot,AESCF,ifen)
+     CALL Report_Atomres('SC',Grid,FCOrbit,FCPot,FCSCF,ifen)
+  else
+     CALL SCFatom_Init(ifinput)
+     CALL SCFatom('AE',lotsofoutput)
+     OPEN (ifen, file=TRIM(AEPot%sym), form='formatted')
+     CALL Report_Atomres('AE',Grid,AEOrbit,AEPot,AESCF,ifen)
+     CALL SCFatom('SC',lotsofoutput,ifinput)
+     CALL Report_Atomres('SC',Grid,FCOrbit,FCPot,FCSCF,ifen)
+     if (saveaeatom) then
+        Call Dump_AEatom(TRIM(outputfile),&
+          Grid,AEOrbit,AEpot,AESCF,FCOrbit,FCpot,FCSCF,FC)
+     endif
+  endif
+
+  CALL SetPAWOptions1(ifinput,ifen,Grid)
+  CALL InitPAW(PAW,Grid,FCOrbit)
+  CALL setbasis(Grid,FCPot,FCOrbit,ifinput)
+  Call setcoretail(Grid,FC%coreden)
+  If (TRIM(FCorbit%exctype)=='HF'.or.TRIM(FCorbit%exctype)=='EXXKLI') PAW%tcore=0
+  If (TRIM(FCorbit%exctype)=='EXXKLI') Call fixtcorewfn(Grid,PAW)
+  Call SetPAWOptions2(ifinput,ifen,Grid,FCOrbit,FCPot,OK)
+  If (.not.OK) stop 'Stopping due to options failure'
+  Call Report_Pseudobasis(Grid,PAW,ifen)
+
+  Call Set_PAW_MatrixElements(Grid,PAW)
+  CALL logderiv(Grid,FCPot,PAW)
+  CALL ftprod(Grid)
+
+  CALL FindVlocfromVeff(Grid,FCOrbit,PAW)
+  CALL Report_Pseudopotential(Grid,PAW)
+
+  CALL SPMatrixElements(Grid,FCPot,FC,PAW)
+  CALL Report_pseudo_energies(PAW,6)
+  CALL Report_pseudo_energies(PAW,ifen)
+
+  CLOSE(ifinput)
+  CLOSE(ifen)
+  
+  Do
+   WRITE(6,*) 'Enter 0 or END to end program'
+   WRITE(6,*) 'Enter 1 or SCFPAW to run SCFPAW'
+   WRITE(6,*) 'Enter 2 or ABINITOUT to run atompaw2abinit'
+   WRITE(6,*) 'Enter 3 or PWSCFOUT to run atompaw2pwscf'
+   WRITE(6,*) 'Enter 4 or XMLOUT  to run atompaw2xml'
+   WRITE(6,*) 'Enter 5 or PWPAWOUT  to run atompaw2pwpaw'
+   WRITE(6,*) 'Enter 10 or EXPLORE to run exploreparms'
+                     
+   READ(5,'(a)',iostat=i) token
+   if (i/=0) exit
+
+   if (checkline2(token,"0","END")) then
+     exit
+   else if (checkline2(token,"1","SCFPAW")) then
+     CALL SCFPAW(Grid,PAW)
+   else if (checkline2(token,"2","ABINITOUT")) then
+     CALL Atompaw2Abinit(FCOrbit,FCPot,FCSCF,PAW,FC,Grid,ifinput)
+   else if (checkline2(token,"3","PWSCFOUT")) then    
+     CALL Atompaw2Pwscf(Grid,FCPot,FC,PAW,FCOrbit,ifinput)
+   else if (checkline2(token,"4","XMLOUT")) then    
+     CALL Atompaw2XML(FCOrbit,FCPot,FCSCF,PAW,FC,Grid,ifinput) 
+   else if (checkline2(token,"5","PWPAWOUT")) then    
+     CALL WRITE_ATOMDATA(Grid,FCPot,FCOrbit,FC,PAW)
+   else if (checkline2(token,"10","EXPLORE")) then    
+     CALL exploreparms(Grid,FCPot,FC,FCOrbit,PAW)    
+   else 
+     STOP 'Option not recognized -- pgm terminating'
+   endif                                      
+  Enddo
+
+! Free Memory
+  Call DestroyGrid(Grid)
+  Call DestroyOrbit(AEOrbit)
+  Call DestroyOrbit(FCOrbit)
+  Call DestroyPot(AEPot)
+  Call DestroyPot(FCPot)
+  Call DestroyPAW(PAW)
+  Call DestroyFC(FC)
+  if (have_libxc) call libxc_end()
+
+END PROGRAM atompaw
diff --git a/src/atompaw_report.f90 b/src/atompaw_report.f90
new file mode 100644
index 0000000..4912fca
--- /dev/null
+++ b/src/atompaw_report.f90
@@ -0,0 +1,642 @@
+MODULE  atompaw_report
+  USE atomdata
+  USE fock
+  USE globalmath
+  USE gridmod
+  USE pseudo
+  USE pseudodata
+  USE libxc_mod
+
+  IMPLICIT NONE
+
+CONTAINS
+
+  SUBROUTINE Report_Atomres(key,Grid,Orbit,Pot,SCF,ifen)
+    CHARACTER(2),INTENT(IN) :: key
+    TYPE(GridInfo),INTENT(IN) :: Grid
+    TYPE(PotentialInfo),INTENT(IN) :: Pot
+    TYPE(OrbitInfo),INTENT(IN) :: Orbit
+    TYPE(SCFInfo),INTENT(IN) :: SCF
+    INTEGER, INTENT(IN) :: ifen
+
+    INTEGER :: i,j,io,many,l,istart
+    CHARACTER (len=4) :: flnm
+    CHARACTER (len=20) :: nm
+    CHARACTER (len=2) :: sym
+    CHARACTER (len=1) :: syml
+    REAL(8), POINTER :: r(:),den(:),rv(:),wfn(:,:)
+    INTEGER, POINTER :: n,nps,npp,npd,npf,npg
+
+    WRITE(ifen,*) 'Completed calculations for ',TRIM(POT%sym)
+
+    SELECT CASE(TRIM(Orbit%exctype))
+    CASE default
+      if (have_libxc) then
+        WRITE(ifen,*) 'Exchange-correlation type:'
+        call libxc_print_func(ifen)
+      else
+        WRITE(ifen,*) 'Exchange-correlation type: LDA, Perdew-Wang correlation'
+      end if
+    CASE('LDA-PW')
+       WRITE(ifen,*) 'Exchange-correlation type: LDA, Perdew-Wang correlation'
+    CASE('GGA-PBE')
+       WRITE(ifen,*) 'Exchange-correlation type: GGA, Perdew-Burke-Ernzerhof'
+    CASE('GGA-PBESOL')
+       WRITE(ifen,*) &
+&     'Exchange-correlation type: GGA, Perdew-Burke-Ernzerhof modified (PBEsol)'
+    CASE('HF')
+       WRITE(ifen,*) 'Exchange-correlation type: Hartree-Fock (in devel)'
+    CASE('HFV')
+       WRITE(ifen,*) &
+&    'Exchange-correlation type: Hartree-Fock, frozen-core potential (in devel)'
+    CASE('EXX')
+       WRITE(ifen,*) 'Exchange-correlation type: Exact-exchange (in devel)'
+    CASE('EXXOCC')
+       WRITE(ifen,*) 'Exchange-correlation type: Exact-exchange OCC (in devel)'
+    CASE('EXXKLI')
+       WRITE(ifen,*) 'Exchange-correlation type: Exact-exchange KLI (in devel)'
+    CASE('EXXCS')
+       WRITE(ifen,*) &
+&     'Exchange-correlation type: Exact-exchange Colle-Salvetti (in devel)'
+    END SELECT
+
+    CALL reportgrid(Grid,ifen)
+    IF (scalarrelativistic) THEN
+       if (finitenucleus) then
+         WRITE(ifen,*) 'Scalar relativistic calculation -- finite nucleus'
+       else
+         WRITE(ifen,*) 'Scalar relativistic calculation'
+       endif
+    ELSE
+       if (finitenucleus) then
+         WRITE(ifen,*) 'Non-relativistic calculation -- finite nucleus'
+       else
+         WRITE(ifen,*) 'Non-relativistic calculation'
+       endif
+    ENDIF
+    IF (key=='AE') &
+         WRITE(ifen,*) '  AEatom converged in',SCF%iter,' iterations'
+    IF (key=='SC') &
+         WRITE(ifen,*) '  SCatom converged in',SCF%iter,' iterations'
+    WRITE(ifen,'(a,f6.2)') '     for nz = ',Pot%zz
+    WRITE(ifen,*) '    delta  = ', SCF%delta
+    IF (key=='AE') THEN
+      WRITE(ifen,*) ' All Electron Orbital energies:         '
+      WRITE(ifen,*) ' n  l     occupancy       energy'
+       DO io=1,Orbit%norbit
+          write(6,*) 'io',io, Orbit%norbit; call flush(6)
+          WRITE(ifen,'(i2,1x,i2,4x,1p,2e15.7)') &
+               Orbit%np(io),Orbit%l(io),&
+               Orbit%occ(io),Orbit%eig(io)
+       ENDDO
+    ELSE IF (key=='SC') THEN
+      WRITE(ifen,*) '  Valence Electron Orbital energies:         '
+      WRITE(ifen,*) ' n  l     occupancy       energy'
+       DO io=1,Orbit%norbit
+          IF (.NOT.orbit%iscore(io))WRITE(ifen,'(i2,1x,i2,4x,1p,2e15.7)') &
+               Orbit%np(io),Orbit%l(io),&
+               Orbit%occ(io),Orbit%eig(io)
+       ENDDO
+    ENDIF
+    WRITE(ifen,*)
+    WRITE(ifen,*) ' Total energy'
+    WRITE(ifen,*) '    Total                    :  ',SCF%etot
+    IF (key=='SC') THEN
+       WRITE(ifen,*) '    Valence                  :  ',SCF%evale
+    ENDIF
+
+  END SUBROUTINE Report_Atomres
+
+
+  SUBROUTINE Report_Pseudobasis(Grid,PAW,ifen)
+     Type(GridInfo), INTENT(IN)  :: Grid
+     Type(PseudoInfo), INTENT(IN) :: PAW
+     INTEGER, INTENT(IN) :: ifen
+
+     INTEGER, parameter :: ifout=15
+     INTEGER :: i,j,io,nbase,irc,icount,n
+     INTEGER, ALLOCATABLE :: mapp(:)
+     CHARACTER (len=4) :: flnm
+
+     nbase=PAW%nbase;irc=PAW%irc;n=Grid%n
+     WRITE(ifen,'(/"Number of basis functions ",i5)') nbase
+     WRITE(ifen,*)'No.   n    l      Energy         Cp coeff         Occ'
+
+
+     DO io=1,nbase
+        WRITE(ifen,'(3i5,1p,3e15.7)') io,PAW%np(io),PAW%l(io),PAW%eig(io),&
+          PAW%ck(io),PAW%occ(io)
+        CALL mkname(io,flnm)
+        OPEN(ifout,file='wfn'//TRIM(flnm),form='formatted')
+        WRITE(ifout,*) '# l=',PAW%l(io),'basis function with energy  ',&
+             PAW%eig(io)
+          DO i=1,irc+50
+             WRITE(ifout,'(1p,5e12.4)') Grid%r(i),PAW%ophi(i,io),&
+                    PAW%otphi(i,io),PAW%otp(i,io)
+          ENDDO
+       CLOSE(ifout)
+    ENDDO
+
+    ! also write "raw" wavefunctions
+     DO io=1,nbase
+        CALL mkname(io,flnm)
+        OPEN(ifout,file='wfn00'//TRIM(flnm),form='formatted')
+        WRITE(ifout,*) '# l=',PAW%l(io),'basis function with energy  ',&
+             PAW%eig(io)
+          DO i=1,irc+50
+             WRITE(ifout,'(1p,5e12.4)') Grid%r(i),PAW%phi(i,io),&
+                    PAW%tphi(i,io),PAW%tp(i,io)
+          ENDDO
+       CLOSE(ifout)
+    ENDDO
+
+    allocate(mapp(PAW%OCCWFN%norbit))
+    mapp=0
+    icount=0
+    do io=1,PAW%OCCWFN%norbit
+       if(PAW%OCCWFN%iscore(io)) then
+       else
+         icount=icount+1
+         mapp(icount)=io
+       endif
+    enddo
+    OPEN(ifout,file='OCCWFN',form='formatted')
+    WRITE(ifout,'("#            ",50i30)') (mapp(j),j=1,icount)
+    do i=1,n
+       write(ifout,'(1p,51e15.7)') Grid%r(i),(PAW%OCCWFN%wfn(i,mapp(j)),&
+                PAW%TOCCWFN%wfn(i,mapp(j)),j=1,icount)
+    enddo
+    close(ifout)
+
+    deallocate(mapp)
+
+  END SUBROUTINE Report_Pseudobasis
+
+  SUBROUTINE Report_Pseudopotential(Grid,PAW)
+     Type(GridInfo), INTENT(IN)  :: Grid
+     Type(PseudoInfo), INTENT(INOUT) :: PAW
+
+     INTEGER, parameter :: ifout=15
+     INTEGER :: i,n,irc
+     REAL(8) :: sqr4pi
+
+     n=Grid%n; irc=PAW%irc
+
+     OPEN(ifout,file='density', form='formatted')
+     DO i=1,n
+        IF (PAW%core(i)<machine_zero) PAW%core(i)=0
+        IF (PAW%tcore(i)<machine_zero) PAW%tcore(i)=0
+        IF (PAW%den(i)<machine_zero) PAW%den(i)=0
+        IF (PAW%tden(i)<machine_zero) PAW%tden(i)=0
+        WRITE(ifout,'(1p,1e15.7,1p,4e25.17)') Grid%r(i),PAW%core(i),&
+             PAW%den(i),PAW%tcore(i),PAW%tden(i)
+     ENDDO
+     CLOSE(ifout)
+
+     OPEN(ifout,file='potential', form='formatted')
+     DO i=1,n
+        IF (ABS(PAW%AErefrv(i))<machine_zero) PAW%AErefrv(i)=0
+        IF (ABS(PAW%rveff(i))<machine_zero) PAW%rveff(i)=0
+        WRITE(ifout,'(1p,1e15.7,1p,3e25.17)')Grid%r(i),PAW%AErefrv(i),PAW%rveff(i)
+     ENDDO
+     CLOSE(ifout)
+
+     OPEN(ifout,file='vloc', form='formatted')
+     DO i=1,irc+10
+        WRITE(ifout,'(1p,1e15.7,1p,3e25.17)') Grid%r(i),PAW%vloc(i)
+     ENDDO
+     CLOSE(ifout)
+
+     If (TRIM(PAW%exctype)/='HF') then
+     OPEN(ifout,file='rVx', form='formatted')
+     DO i=1,n
+        WRITE(ifout,'(1p,4e15.7)') Grid%r(i),PAW%rvx(i),PAW%trvx(i)
+     ENDDO
+     CLOSE(ifout)
+     EndIf
+
+!   Find radii ensuring:
+!     - Abs(density)<10e-10 (for the pseudo-valence density)
+!     - r>=10 bohr (for the ionic potential)
+    sqr4pi=sqrt(4*pi)*1.d-10;PAW%ivion=gridindex(Grid,10.d0);
+    PAW%ivale=PAW%ivion
+    do while (PAW%ivale<Grid%n.and. &
+&        abs(PAW%tden(PAW%ivale))>sqr4pi*Grid%r(PAW%ivale)**2)
+     PAW%ivale=PAW%ivale+1
+    end do
+
+  End SUBROUTINE Report_Pseudopotential
+
+  SUBROUTINE WRITE_ATOMDATA(Grid,Pot,Orbit,FC,PAW)
+    TYPE(GridInfo) , INTENT(IN):: Grid
+    TYPE(PotentialInfo), INTENT(IN) :: Pot
+    TYPE(OrbitInfo), INTENT(IN) :: Orbit
+    TYPE(FCInfo), INTENT(IN) :: FC
+    TYPE(PseudoInfo), INTENT(INOUT) :: PAW
+
+    integer, parameter :: ifatompaw=1001
+    integer :: i,j,k,l,ib,ic,io,jo,li,lj,n,ishift,ivion,ivale,lcao_points,icount
+    integer :: lmin,lmax,id,ie,lp
+    integer, allocatable :: llist(:)
+    real(8) :: sqr4pi, term,accum,occ
+    real(8), allocatable :: f(:)
+    logical :: even
+
+    ishift=Grid%ishift
+
+    PAW%mesh_size=PAW%irc+ishift
+    PAW%coretailpoints=MAX(PAW%coretailpoints,PAW%mesh_size)
+
+!   Find radii ensuring:
+!     - Abs(density)<10e-10 (for the pseudo-valence density)
+!     - r>=10 bohr (for the ionic potential)
+    sqr4pi=sqrt(4*pi)*1.d-10;ivion=gridindex(Grid,10.d0);ivale=ivion
+    do while (ivale<Grid%n.and.abs(PAW%tden(ivale))>sqr4pi*Grid%r(ivale)**2)
+      ivale=ivale+1
+    end do
+
+    allocate(f(Grid%n))
+
+    OPEN(ifatompaw,file=TRIM(POT%sym)//'.atomicdata',form='formatted')
+    WRITE(ifatompaw,'("  ATOMTYPE     ",a2)') POT%sym
+    WRITE(ifatompaw,'("  ATOMXCTYPE     ",a10)') TRIM(Orbit%exctype)
+    WRITE(ifatompaw,'("  ATOMIC_CHARGE    ",f5.0)') POT%zz
+    WRITE(ifatompaw,'("  MOMENTLESSHARTREE    ")')   ! new grouping of terms
+    WRITE(ifatompaw,'("  CORE_CHARGE    ",1p,1e20.13)') FC%zcore
+    WRITE(ifatompaw,'("  RC         ",1p,1e20.13)') PAW%rc
+        if (gaussianshapefunction) then
+     WRITE(ifatompaw,'("  SHAPE_TYPE  ",a20,2x,1p,1e20.13)') 'gaussian', &
+           PAW%gausslength
+    else if (besselshapefunction) then
+     if (PAW%multi_rc) then
+      WRITE(ifatompaw,'("  SHAPE_TYPE  ",a20,2x,1p,1e20.13)') 'bessel',PAW%rc_shap
+     else
+      WRITE(ifatompaw,'("  SHAPE_TYPE  ",a20)') 'bessel'
+     endif
+    else
+     if (PAW%multi_rc) then
+      WRITE(ifatompaw,'("  SHAPE_TYPE  ",a20,2x,1p,1e20.13)') 'sinc2',PAW%rc_shap
+     else
+      WRITE(ifatompaw,'("  SHAPE_TYPE  ",a20)') 'sinc2'
+     endif
+    endif
+    WRITE(ifatompaw,'("  BASIS_SIZE    ",i5)') PAW%nbase
+    WRITE(ifatompaw,'("  ORBITALS      ")')
+    WRITE(ifatompaw,'(20i4)') (PAW%l(ib),ib=1,PAW%nbase)
+    WRITE(ifatompaw,'("  END     ")')
+    WRITE(ifatompaw,'("  INITOCC       ")')
+    WRITE(ifatompaw,'(8f10.6)') (PAW%occ(ib),ib=1,PAW%nbase)
+    WRITE(ifatompaw,'("  END     ")')
+
+    WRITE(ifatompaw,'("  MESH_SIZE    ",i10)') PAW%mesh_size
+    WRITE(ifatompaw,'("  MESH_STEP    ",1p,1e20.13)') Grid%h
+    if (usingloggrid(Grid)) then
+       WRITE(ifatompaw,'("  LOG_GRID    ",1p,1e20.13)') Grid%drdu(1)
+    endif
+
+    WRITE(ifatompaw,'("  CORETAIL_POINTS   ",i10)') PAW%coretailpoints
+!   Find index for Grid%r(i)>10
+    j=gridindex(Grid,10.d0); lcao_points=j
+    WRITE(ifatompaw,'("  LCAO_SIZE  ",i10)') j     !lcao_points
+    WRITE(ifatompaw,'("  LCAO_STEP   ",1p,1e20.13)') Grid%h     !hlcao
+
+    WRITE(ifatompaw,'("   CORE_DENSITY   ")')
+    WRITE(ifatompaw,'(1p,3e25.17)') (FC%coreden(i),i=1,PAW%mesh_size)
+    WRITE(ifatompaw,'("  END     ")')
+
+    WRITE(ifatompaw,'("   CORETAIL_DENSITY   ")')
+    WRITE(ifatompaw,'(1p,3e25.17)') (PAW%tcore(i),i=1,PAW%coretailpoints)
+    WRITE(ifatompaw,'("  END     ")')
+
+    WRITE(ifatompaw,'("   PSEUDO_VALENCE_DENSITY   ",3x,i8)') ivale
+    WRITE(ifatompaw,'(1p,3e25.17)') (PAW%tden(i),i=1,ivale)
+    WRITE(ifatompaw,'("  END     ")')
+
+    WRITE(ifatompaw,'("   SHAPE_FUNC   ")')
+    WRITE(ifatompaw,'(1p,3e25.17)') (PAW%hatshape(i),i=1,PAW%mesh_size)
+    WRITE(ifatompaw,'("  END     ")')
+
+    WRITE(ifatompaw,'("   VLOCFUN      ")')
+    WRITE(ifatompaw,'(1p,3e25.17)') (PAW%vloc(i),i=1,PAW%mesh_size)
+    WRITE(ifatompaw,'("  END     ")')
+
+    WRITE(ifatompaw,&
+     '("   VLOCION      ",3x,i8," #ionic vloc for abinit in Ryd units")') ivion
+    WRITE(ifatompaw,'(1p,3e25.17)') (PAW%abinitvloc(i),i=1,ivion)
+    WRITE(ifatompaw,'("  END     ")')
+
+    WRITE(ifatompaw,&
+     '("   VLOCION_NOHAT",3x,i8," #ionic vlocnohat for abinit in Ryd units")') ivion
+    WRITE(ifatompaw,'(1p,3e25.17)') (PAW%abinitnohat(i),i=1,ivion)
+    WRITE(ifatompaw,'("  END     ")')
+
+    DO ib=1,PAW%nbase
+       WRITE(ifatompaw,'("   TPROJECTOR",i4," #p(r), for p(r)/r*Ylm)")') ib
+       WRITE(ifatompaw,'(1p,3e25.17)') (PAW%otp(i,ib),i=1,PAW%mesh_size)
+       WRITE(ifatompaw,'("  END     ")')
+    ENDDO
+
+
+    DO ib=1,PAW%nbase
+       WRITE(ifatompaw,'("   PHI",i5," #phi(r), for phi(r)/r*Ylm)")') ib
+       WRITE(ifatompaw,'(1p,3e25.17)') (PAW%ophi(i,ib),i=1,PAW%mesh_size)
+       WRITE(ifatompaw,'("  END     ")')
+    ENDDO
+
+    DO ib=1,PAW%nbase
+       WRITE(ifatompaw,'("   TPHI",i5," #tphi(r), for tphi(r)/r*Ylm)")') ib
+       WRITE(ifatompaw,'(1p,3e25.17)') (PAW%otphi(i,ib),i=1,PAW%mesh_size)
+       WRITE(ifatompaw,'("  END     ")')
+    ENDDO
+
+    DO ib=1,PAW%nbase
+       f=PAW%tphi(:,ib)
+       CALL trunk(Grid,f(1:Grid%n),6.d0,10.d0)
+       WRITE(ifatompaw,'("   TPHI_LCAO",i4," #tphi0(r) for tphi0(r)/r*Ylm)")') ib
+       WRITE(ifatompaw,'(1p,3e25.17)') (f(j),j=1,lcao_points)
+       WRITE(ifatompaw,'("  END     ")')
+    ENDDO
+
+
+!! optional l-dependent shape functions
+    if (besselshapefunction) then
+      li=MAXVAL(PAW%TOCCWFN%l(:)); li=MAX(li,PAW%lmax); li=2*li
+      WRITE(ifatompaw,'("    SHAPE_L",i4,"  # for  l= 0 .. lmax")') li
+      Do l=1,li+1
+         f(2:PAW%mesh_size)=PAW%g(2:PAW%mesh_size,l)/(Grid%r(2:PAW%mesh_size)**2)
+         call extrapolate(Grid,f)
+         WRITE(ifatompaw,'(1p,3e25.17)') (f(i),i=1,PAW%mesh_size)
+         WRITE(ifatompaw,'( "END")')
+      ENddo
+    endif
+
+
+
+    ! spherical matrix elements
+    icount=0
+    DO ib=1,PAW%nbase
+       DO ic=ib,PAW%nbase
+          IF (PAW%l(ib)==PAW%l(ic)) THEN
+             icount=icount+1
+             f(icount)=PAW%oij(ib,ic)
+          ENDIF
+       ENDDO
+    ENDDO
+
+
+    WRITE(ifatompaw,'("   OVERLAP_SIZE    ",i10)') icount
+    WRITE(ifatompaw,'("   OVERLAP_MATRIX  ")')
+    WRITE(ifatompaw,'(1p,3e25.17)') (f(ic),ic=1,icount)
+    WRITE(ifatompaw,'("  END     ")')
+
+
+    icount=0
+    DO ib=1,PAW%nbase
+       DO ic=ib,PAW%nbase
+          IF (PAW%l(ib)==PAW%l(ic)) THEN
+             icount=icount+1
+             f(icount)=PAW%Kij(ib,ic)
+          ENDIF
+       ENDDO
+    ENDDO
+    WRITE(ifatompaw,'("   KINETIC_ENERGY_MATRIX  ")')
+    WRITE(ifatompaw,'(1p,3e25.17)') (f(ic),ic=1,icount)
+    WRITE(ifatompaw,'("  END     ")')
+
+
+    icount=0
+    DO ib=1,PAW%nbase
+       DO ic=ib,PAW%nbase
+          IF (PAW%l(ib)==PAW%l(ic)) THEN
+             icount=icount+1
+             f(icount)=PAW%VFij(ib,ic)
+          ENDIF
+       ENDDO
+    ENDDO
+    WRITE(ifatompaw,'("   V_ION_MATRIX  ")')
+    WRITE(ifatompaw,'(1p,3e25.17)') (f(ic),ic=1,icount)
+    WRITE(ifatompaw,'("  END     ")')
+
+    !
+    !  angularly dependent matrix elements
+    !
+    icount=0
+    DO ib=1,PAW%nbase
+       DO ic=ib,PAW%nbase
+          lmin=ABS(PAW%l(ib)-PAW%l(ic))
+          lmax=PAW%l(ib)+PAW%l(ic)
+          DO l=lmin,lmax,2
+             icount=icount+1
+          ENDDO
+       ENDDO
+    ENDDO
+
+    WRITE(ifatompaw,'("   DENVHAT_SIZE   ",i10)') icount
+    WRITE(ifatompaw,'("   DENSITY   ")')
+    DO ib=1,PAW%nbase
+       DO ic=ib,PAW%nbase
+          lmin=ABS(PAW%l(ib)-PAW%l(ic))
+          lmax=PAW%l(ib)+PAW%l(ic)
+          DO l=lmin,lmax,2
+             WRITE(ifatompaw,'(3i10,1p,1e25.17)') ib,ic,l,PAW%mLij(ib,ic,l+1)
+          ENDDO
+       ENDDO
+    ENDDO
+    WRITE(ifatompaw,'("   END   ")')
+
+    !
+    !  New (momentless) form of Hartree matrix elements
+    !
+
+    icount=0
+    DO ib=1,PAW%nbase
+       DO ic=ib,PAW%nbase
+          lmin=ABS(PAW%l(ib)-PAW%l(ic))
+          lmax=PAW%l(ib)+PAW%l(ic)
+          DO l=lmin,lmax,2
+             DO id=1,PAW%nbase
+                DO ie=id,PAW%nbase
+                   lp=lmax+PAW%l(id)+PAW%l(ie)
+                   even=.false.
+                   if (2*(lp/2)==lp) even=.true.
+                   IF (l.GE.ABS(PAW%l(id)-PAW%l(ie)).AND.           &
+                        l.LE.PAW%l(id)+PAW%l(ie).AND.even) THEN
+                      icount=icount+1
+                   ENDIF
+                ENDDO
+             ENDDO
+          ENDDO
+       ENDDO
+    ENDDO
+
+    WRITE(ifatompaw,'("   HARTREE_SIZE   ",i10)') icount
+    WRITE(ifatompaw,'("   V_HARTREE   ")')
+
+    DO ib=1,PAW%nbase
+       DO ic=ib,PAW%nbase
+          lmin=ABS(PAW%l(ib)-PAW%l(ic))
+          lmax=PAW%l(ib)+PAW%l(ic)
+          DO l=lmin,lmax,2
+             DO id=1,PAW%nbase
+                DO ie=id,PAW%nbase
+                   lp=lmax+PAW%l(id)+PAW%l(ie)
+                   even=.false.
+                   if (2*(lp/2)==lp) even=.true.
+                   IF (l.GE.ABS(PAW%l(id)-PAW%l(ie)).AND.           &
+                        l.LE.PAW%l(id)+PAW%l(ie).AND.even) THEN
+                    WRITE(ifatompaw,'(5i5,1p,1e25.17)')ib,ic,id,ie,l,&
+                           PAW%DR(ib,ic,id,ie,l+1)
+                      icount=icount+1
+                   ENDIF
+                ENDDO
+             ENDDO
+          ENDDO
+       ENDDO
+    ENDDO
+
+    WRITE(ifatompaw,'("   END         ")')
+
+    WRITE(ifatompaw,'("   EAION   ",1p,1e25.17)') PAW%Eaion
+    WRITE(ifatompaw,'("   EAIONHAT   ",1p,1e25.17)') PAW%Eaionhat
+    WRITE(ifatompaw,'("   ENERGY   ",1p,1e25.17)') PAW%Etotal
+
+    IF (PAW%OCCWFN%exctype=='HF'.or.PAW%OCCWFN%exctype=='EXXKLI') THEN
+       Write(6,*) 'For HF/KLI -- additional core information provided'
+       Write(6,*) 'Warning ... assume all core states confined 0 < r < rc'
+
+       icount=0
+       do io=1,PAW%OCCWFN%norbit
+          if (PAW%OCCWFN%iscore(io)) icount=icount+1
+       enddo
+
+       WRITE(ifatompaw,'(" CORE_SIZE  ",i10)') icount
+       if (icount>0) then
+          allocate(llist(icount))
+          i=0
+          do io=1,PAW%OCCWFN%norbit
+             if (PAW%OCCWFN%iscore(io)) then
+                i=i+1
+                llist(i)=PAW%OCCWFN%l(io)
+             endif
+          enddo
+          WRITE(ifatompaw,'("  CORE_L      ")')
+          WRITE(ifatompaw,'(20i4)') (llist(i),i=1,icount)
+          WRITE(ifatompaw,'("  END     ")')
+
+          deallocate(llist)
+
+          i=0
+          do io=1,PAW%OCCWFN%norbit
+             if (PAW%OCCWFN%iscore(io)) then
+                i=i+1
+                WRITE(ifatompaw,'("  CORE_PSI  ",i5)') i
+                WRITE(ifatompaw,'(1p,3e25.17)') &
+                  (PAW%OCCWFN%wfn(j,io), j=1,PAW%coretailpoints)
+                WRITE(ifatompaw,'("  END     ")')
+             endif
+          enddo
+
+          f=0;i=0       !core-core terms
+          do io=1,PAW%OCCWFN%norbit
+             if (PAW%OCCWFN%iscore(io)) then
+                i=i+1; li=PAW%OCCWFN%l(io)
+                do  jo=1,PAW%OCCWFN%norbit
+                   if (PAW%OCCWFN%iscore(jo)) then
+                      occ=PAW%OCCWFN%occ(jo);lj=PAW%OCCWFN%l(jo)
+                   do l=abs(li-lj),(li+lj),2
+                      call EXXwgt(1.d0,occ,1,li,2,lj,l,accum)
+                      call CondonShortley(Grid,l,PAW%OCCWFN%wfn(:,io), &
+                         PAW%OCCWFN%wfn(:,jo),PAW%OCCWFN%wfn(:,io), &
+                         PAW%OCCWFN%wfn(:,jo),term)
+                      f(i)=f(i)+accum*term
+                      write(6,*) 'core-core CondonShortley', i,accum,term
+                   enddo
+                   endif
+                enddo
+             endif
+           enddo
+           WRITE(ifatompaw,'("  CORECORE_R   ")')
+           WRITE(ifatompaw,'(1p,3e25.17)') (f(i),i=1,icount)
+           WRITE(ifatompaw,'("  END     ")')
+
+!          k=0            ! core-valence terms
+!          do io=1,PAW%OCCWFN%norbit
+!             if (PAW%OCCWFN%iscore(io)) then
+!                li=PAW%OCCWFN%l(io)
+!                do ib=1,PAW%nbase
+!                   do ic=1,PAW%nbase
+!                      if (PAW%l(ib)==PAW%l(ic)) then
+!                         k=k+1
+!                      endif
+!                   enddo
+!                enddo
+!              endif
+!           enddo
+!          WRITE(ifatompaw,'("  COREVAL_LIST   ",i10)') k
+!          WRITE(ifatompaw,'("  COREVAL_R      ")')
+!          i=0;f=0
+!          do io=1,PAW%OCCWFN%norbit
+!             if (PAW%OCCWFN%iscore(io)) then
+!                i=i+1
+!                li=PAW%OCCWFN%l(io)
+!                do ib=1,PAW%nbase
+!                   lj=PAW%l(ib)
+!                   do ic=1,PAW%nbase
+!                      if (PAW%l(ib)==PAW%l(ic)) then
+!                         f(i)=0
+!                         do l=abs(li-lj),(li+lj),2
+!                           call EXXwgt(1.d0,1.d0,1,li,2,lj,l,accum)
+!                           call CondonShortley(Grid,l,PAW%OCCWFN%wfn(:,io), &
+!                              PAW%ophi(:,ib),PAW%OCCWFN%wfn(:,io), &
+!                              PAW%ophi(:,ic),term)
+!                              f(i)=f(i)+2*accum*term !EXXwgt returns 1/2*3J
+!                              write(6,*) 'core-val CondonShortley',&
+!                                    i,li,lj,l,2*accum,term
+!                         enddo
+!                        WRITE(ifatompaw,'(3i10,1p,1e25.17)') i, ib,ic,f(i)
+!                      endif
+!                   enddo
+!                enddo
+!              endif
+!           enddo
+          WRITE(ifatompaw,'("  COREVAL_LIST   ",i10)') PAW%ncoreshell
+          If (PAW%ncoreshell>0) then
+             WRITE(ifatompaw,'("  COREVAL_R      ")')
+             Do k=1,PAW%ncoreshell
+                do ib=1,PAW%nbase
+                   do ic=1,PAW%nbase
+                      if (ABS(PAW%DRVC(k,ib,ic))>1.d-8) then
+                        WRITE(ifatompaw,'(3i10,1p,1e25.17)') k, ib,ic,&
+                                   PAW%DRVC(k,ib,ic)
+                      endif
+                   enddo
+                enddo
+             Enddo
+          WRITE(ifatompaw,'("  END     ")')
+          ENdif
+
+    ENDIF
+    ENDIF
+    WRITE(ifatompaw,'("  END     ")')
+
+    CLOSE(ifatompaw)
+
+    DEALLOCATE(f)
+  END SUBROUTINE WRITE_ATOMDATA
+
+  Subroutine Report_pseudo_energies(PAW,ien)
+       Type(PseudoInfo), INTENT(IN) :: PAW
+       Integer , INTENT(IN) :: ien
+
+       write(ien,*)' Summary of PAW energies'
+       write(ien,*)'       Total valence energy     ', PAW%Etotal
+       write(ien,*)'         Smooth energy          ', PAW%tvale
+       write(ien,*)'         One center             ', PAW%Ea
+       write(ien,*)'         Smooth kinetic         ', PAW%tkin
+       write(ien,*)'         Vloc energy            ', PAW%tion
+       write(ien,*)'         Smooth exch-corr       ', PAW%txc
+       write(ien,*)'         One-center xc          ', PAW%Eaxc
+
+  End Subroutine Report_pseudo_energies
+
+END MODULE  atompaw_report
diff --git a/src/blockdavidson_mod.f90 b/src/blockdavidson_mod.f90
new file mode 100644
index 0000000..5da7da2
--- /dev/null
+++ b/src/blockdavidson_mod.f90
@@ -0,0 +1,222 @@
+MODULE BlockDavidson_mod
+  USE globalmath
+  USE search_sort
+
+  IMPLICIT NONE
+
+  REAL(8), ALLOCATABLE, PRIVATE :: A(:,:),O(:,:),v(:,:),f(:,:),w(:),hv(:),ov(:)
+  REAL(8), PARAMETER, PRIVATE :: base_eps=1.d-6
+  REAL(8), PRIVATE :: eps
+  REAL(8), PARAMETER, PRIVATE :: conv1=4.d13,conv2=3.d13,conv3=2.d13,conv4=1.d13
+  INTEGER, PARAMETER, PRIVATE :: mxiter=300
+
+CONTAINS
+
+  SUBROUTINE InitBlockDavidson(nvec,vec,dup)
+    INTEGER, INTENT(IN) :: nvec,dup
+    REAL(8), INTENT(IN) :: vec(:,:)
+
+    INTEGER :: ndim,i,ns
+
+    ns=nvec*dup
+    ndim=SIZE(vec,1)
+    eps=MIN(SQRT(base_eps),base_eps*REAL(ndim))
+
+    ALLOCATE(A(ns,ns),O(ns,ns),w(ns),v(ns,ns), &
+&        f(ndim,ns),hv(ndim),ov(ndim), stat=i)
+    IF (i/=0) THEN
+       WRITE(6,*) 'Error in InitBlock...', ns,ndim,i
+       STOP
+    ENDIF
+  END SUBROUTINE InitBlockDavidson
+
+  SUBROUTINE EndBlockDavidson
+    DEALLOCATE(A,O,v,f,w,hv,ov)
+  END SUBROUTINE EndBlockDavidson
+
+!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
+  !  On input vec(ndim,nvec) contains initial guesses for eigenfunctions
+!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
+  SUBROUTINE BlockDavidson(ntest,nvec,vec,eig,success,dup,ressub,multsub)
+    INTEGER, INTENT(IN) :: ntest,nvec,dup
+    REAL(8), INTENT(INOUT) :: vec(:,:),eig(:)
+    LOGICAL :: success
+
+    INTEGER :: ndim,i,j,k,n,ns,start,finish,last,iter
+    REAL(8) :: delta,ee,v1,v2,v3,v4
+
+    INTERFACE
+       SUBROUTINE ressub(vin,hv,ov,ee)
+         REAL(8), INTENT(IN) :: vin(:)
+         REAL(8), INTENT(OUT) :: hv(:),ov(:),ee
+       END SUBROUTINE ressub
+    END INTERFACE
+
+    INTERFACE
+       FUNCTION multsub(v1,v2)
+         REAL(8) :: multsub
+         REAL(8), INTENT(IN) :: v1(:),v2(:)
+       END FUNCTION multsub
+    END INTERFACE
+
+    success=.false.
+    !WRITE(6,*) 'In BlockDavidson ', nvec,dup
+    !CALL flush(6)
+    CALL InitBlockDavidson(nvec,vec,dup)
+    delta=1.d10; f=0; eig=0;   ns=SIZE(A,1)
+    v1=conv1;v2=conv2;v3=conv3;v4=conv4
+    DO iter=1,mxiter
+       CALL shift4(v1,v2,v3,v4,delta)
+       IF (iter>=4.AND.(v4<eps.AND.v4>v3))THEN
+          CALL EndBlockDavidson
+          success=.true.
+          RETURN
+
+       ELSE
+          start=1; finish=nvec; last=finish
+
+          DO i=1,nvec
+             f(:,i)=vec(:,i)
+             CALL ressub(f(:,i),hv,ov,eig(i))
+          ENDDO
+
+          DO k=1,dup-1
+             last=finish
+             DO i=start,finish
+                CALL ressub(f(:,i),hv,ov,ee)
+                last=last+1
+                f(:,last)=hv-ee*ov
+                f(:,last)=f(:,last)/SQRT(multsub(f(:,last),f(:,last)))
+             ENDDO
+             start=finish+1; finish=last
+          ENDDO
+
+          !open (8,file='starting', form='formatted')
+          !do i=1,Size(hv)
+          !   write(8,'(i5, 1p,50e15.7)') i,(f(i,j),j=1,finish)
+          !enddo
+          !close(8)
+          !stop
+
+          A=0; O=0
+          DO i=1,finish
+             CALL ressub(f(:,i),hv,ov,ee)
+             DO j=1,finish
+                A(j,i)=multsub(f(:,j),hv)
+                O(j,i)=multsub(f(:,j),ov)
+             ENDDO
+          ENDDO
+
+          CALL Diagonalizer(finish,ns,i,A,O,w,v)
+
+          IF (i < nvec) THEN
+             WRITE(6,*) 'Too few eigenvalues',i,nvec
+             STOP
+          ENDIF
+
+          delta=0
+          DO i=1,nvec
+             IF(i<=ntest) delta=delta+ABS(w(i)-eig(i))
+             Eig(i)=w(i)
+          ENDDO
+
+          Vec=0
+          DO i=1,nvec
+             Eig(i)=w(i)
+             DO j=1,finish
+                Vec(:,i)=Vec(:,i)+f(:,j)*v(j,i)
+             ENDDO
+          ENDDO
+       ENDIF
+    ENDDO
+
+    CALL EndBlockDavidson
+    WRITE(6,*) ' BlockDavidson did not converge '
+
+  END SUBROUTINE BlockDavidson
+
+
+  SUBROUTINE Diagonalizer(VecSize,ArraySize,NewSize,Hbase,Obase,Eigen,Vec)
+    INTEGER,          INTENT(IN)  :: VecSize
+    INTEGER,          INTENT(IN)  :: ArraySize
+    INTEGER,          INTENT(OUT) :: NewSize
+    REAL(8),          INTENT(INOUT) :: Hbase(:,:)
+    REAL(8),          INTENT(INOUT) :: Obase(:,:)
+    REAL(8),          INTENT(OUT) :: Eigen(:)
+    REAL(8),          INTENT(OUT) :: Vec(:,:)
+
+    INTEGER ::  i, ii, j, k, LWork,  LSize
+    INTEGER ::  Info
+    REAL(8), ALLOCATABLE  :: C(:,:),U(:,:),VT(:,:),WORK(:),S(:)
+    INTEGER, ALLOCATABLE  :: LUT(:)
+    REAL(8)     :: tol,val
+
+    LWork = MAX(200,VecSize**2)
+    k=VecSize
+    ALLOCATE(C(k,k),U(k,k),VT(k,k),WORK(LWORK),S(k),LUT(k),STAT=i)
+    IF (i /= 0) THEN
+       WRITE(6,*) 'Diagonalizer: allocation ', k,Lwork,i
+       STOP
+    ENDIF
+
+    tol=1.d-8
+
+    NewSize=VecSize
+
+    C=0
+
+    C(1:VecSize,1:VecSize)=Obase(1:VecSize,1:VecSize)
+
+    CALL DGESVD('A','A',k,k,C,k,S,U,k,VT,k,WORK,LWORK,i)
+
+    ii=0
+    DO i=1,VecSize
+       IF (S(i)>tol) THEN
+          ii=ii+1
+       ELSE
+          EXIT
+       ENDIF
+    ENDDO
+    IF (ii>0) THEN
+       NewSize=ii
+    ELSE
+       WRITE(6,*) 'Error in Diagonalizer -- Obase is singular '
+       STOP
+    ENDIF
+
+    C=0 ;
+    DO i=1,NewSize
+       DO j=1,Newsize
+          C(i,j)=C(i,j)+&
+&              DOT_PRODUCT(U(:,i),MATMUL(Hbase,VT(j,:)))/S(i)
+       ENDDO
+    ENDDO
+
+    CALL DGEEV('N', 'V', NewSize, C(1,1), ArraySize, Eigen, &
+&        S, U, ArraySize, U, ArraySize, Work, LWork, Info)
+
+    !WRITE(6,*) ' completed Hmat diagonalization with Info=',Info
+    !WRITE(6,*) 'h ', Eigen(1:NewSize)
+
+    !WRITE(6,*) ' completed Hmat diagonalization with Info=',Info
+    IF (info /= 0) THEN
+       WRITE(6,*) 'Stopping due to diagonalizer error'
+       STOP
+    ENDIF
+
+    Work=1.e10
+    Work(1:NewSize)=Eigen(1:NewSize)
+    CALL Insertion_Sort(work(1:Newsize),LUT(1:Newsize),.TRUE.)
+    Eigen(1:Newsize)=work(LUT(1:NewSize))
+    Vec=0
+    DO i=1,NewSize
+       Vec(1:VecSize,i)=&
+&           MATMUL(TRANSPOSE(VT(1:NewSize,1:VecSize)),U(1:NewSize,LUT(i)))
+    ENDDO
+
+    DEALLOCATE(C,U,VT,WORK,S,LUT)
+
+  END SUBROUTINE  Diagonalizer
+
+
+END MODULE BlockDavidson_mod
diff --git a/src/excor.f90 b/src/excor.f90
new file mode 100644
index 0000000..f7c7a79
--- /dev/null
+++ b/src/excor.f90
@@ -0,0 +1,459 @@
+MODULE excor
+  USE atomdata, only : scalarrelativistic
+  USE globalmath
+  USE gridmod
+  USE libxc_mod
+
+  IMPLICIT NONE
+
+  CHARACTER(132) :: exctype
+  INTEGER, PRIVATE, SAVE :: itype
+  INTEGER, PRIVATE, PARAMETER :: LDA_PW=14
+  INTEGER, PRIVATE, PARAMETER :: GGA_PBE=16
+  INTEGER, PRIVATE, PARAMETER :: GGA_PBESOL=18
+  INTEGER, PRIVATE, PARAMETER :: LIBXC=-1
+
+  ! Parameters for the Perdew-Wang (PRB 45,13244 (1992)) LDA correlation
+  REAL(8), PRIVATE, PARAMETER :: AA=0.0310907d0
+  REAL(8), PRIVATE, PARAMETER :: a1=0.21370d0
+  REAL(8), PRIVATE, PARAMETER :: b1=7.59570d0
+  REAL(8), PRIVATE, PARAMETER :: b2=3.58760d0
+  REAL(8), PRIVATE, PARAMETER :: b3=1.63820d0
+  REAL(8), PRIVATE, PARAMETER :: b4=0.49294d0
+
+  ! Parameters from PBE paper (and in program from web)
+  !  Perdew, Burke, and Ernzerhof (PRL 77, 3865 (1996))
+  !  http://chem.ps.uci.edu/~kieron/dft/pubs/PBE.asc
+  REAL(8), PRIVATE, PARAMETER :: kappa= 0.804d0
+  REAL(8), PRIVATE, PARAMETER :: muorig = 0.2195149727645171d0
+  REAL(8), PRIVATE, PARAMETER :: betorig = 0.06672455060314922d0
+  REAL(8), PRIVATE, PARAMETER :: gamm = 0.03109069086965489503494086371273d0
+
+  ! Parameters from new PBEsol
+  !      (arXiv:0711.0156v2 [cond-mat.mtrl-sci] 22 Feb 2008)
+  !   http://chem.ps.uci.edu/~kieron/dft/pubs/PBEsol.html
+  REAL(8), PRIVATE, PARAMETER :: musol = 0.123456790123456d0
+  REAL(8), PRIVATE, PARAMETER :: betsol = 0.046d0
+
+  REAL(8), PRIVATE, SAVE :: mu,beta,betabygamm
+
+CONTAINS
+
+  !***********************************************************
+  !* Initialization
+  !***********************************************************
+
+  SUBROUTINE initexch
+    integer :: id(2)=(/0,0/)
+    !  choose form of exchange-correlation potential
+    CALL Uppercase(exctype)
+    WRITE(6,*)
+
+    SELECT CASE(TRIM(exctype))
+    CASE default
+      IF (have_libxc) THEN
+        call libxc_getid_fromname(exctype,id)
+        call libxc_init_func(id,1)
+        itype = LIBXC
+      ELSE
+        itype = LDA_PW
+        exctype='LDA-PW'
+        WRITE(6,*) 'Perdew-Wang correlation'
+      END IF
+    CASE('LDA-PW')
+       itype = LDA_PW
+       WRITE(6,*) 'Perdew-Wang correlation'
+    CASE('GGA-PBE')
+       itype = GGA_PBE
+       WRITE(6,*) 'Perdew-Burke-Ernzerhof GGA'
+       mu=muorig
+       beta=betorig
+       betabygamm=beta/gamm
+    CASE('GGA-PBESOL')
+       itype = GGA_PBESOL
+       WRITE(6,*) 'Perdew-Burke-Ernzerhof modified (PBEsol) GGA'
+       mu=musol
+       beta=betsol
+       betabygamm=beta/gamm
+    END SELECT
+    WRITE(6,*)
+
+  END SUBROUTINE initexch
+
+  SUBROUTINE Report_EXC(if)
+     INTEGER, INTENT(IN) :: if
+
+     SELECT CASE(itype)
+     CASE default
+        write(if,*) 'Incorrect exchange-correlation set up'
+     CASE(LDA_PW)
+        write(if,*) 'Perdew-Wang LDA -- PRB 45, 13244 (1992)'
+     CASE(GGA_PBE)
+        write(if,*) 'Perdew-Burke-Ernzerhof GGA -- PRL 77, 3865 (1996)'
+     CASE(GGA_PBESOL)
+        write(if,*) 'Perdew-Burke-Ernzerhof modified (PBEsol) GGA'
+        write(if,*) 'http://chem.ps.uci.edu/~kieron/dft/pubs/PBEsol.html'
+     END SELECT
+
+  END SUBROUTINE Report_EXC
+
+  !**********************************************************
+  ! Subroutine to calculate the LDA exchange correlation functionals
+  !   using the form of Perdew and Wang (PRB 45, 13244 (1992)
+  !   assuming no spin polarization
+  !  Inside this routine, energies are in Hartree units
+
+  SUBROUTINE pwldafunc(den,exc,vxc)
+    REAL(8), INTENT(IN) :: den    !density
+    REAL(8), INTENT(OUT) :: exc,vxc
+
+    ! Variables depending on den
+    REAL(8) :: n,g,kf,rs,ks
+
+    REAL(8) :: ex,ec,pprs,decdrs
+    REAL(8) :: term
+
+    n=den
+    IF (n < machine_zero)  THEN
+       exc=0.d0; vxc=0.d0
+       RETURN
+    ENDIF
+
+    kf=(3.d0*(pi**2)*n)**0.3333333333333333333333333333d0
+    rs=(3.d0/(4.d0*pi*n))**0.3333333333333333333333333333d0
+    ks=SQRT(4.d0*kf/pi)
+
+    ex=-3.d0*kf/(4.d0*pi)
+    pprs=SQRT(rs)*(b1+b3*rs)+rs*(b2+b4*rs)
+    !ec=-2.d0*AA*(1.d0+a1*rs)*ddlog(1.d0+1.d0/(2.d0*AA*pprs))
+    term=Logofterm(1.d0/(2.d0*AA*pprs))
+    ec=-2.d0*AA*(1.d0+a1*rs)*term
+
+    exc=ex+ec
+
+    !decdrs=-(2.d0*AA*a1)*ddlog(1.d0+1.d0/(2*AA*pprs)) &
+    decdrs=-(2.d0*AA*a1)*term &
+&        +((1.d0+a1*rs)*((b1+3*b3*rs)/(2.d0*SQRT(rs))+&
+&        b2+2*b4*rs))/(pprs*(pprs+1.d0/(2.d0*AA)))
+
+    vxc = (4.d0/3.d0)*ex+ec-(decdrs*rs)/3.d0
+
+    IF ((ABS(exc).GT.1.d65).OR.(ABS(vxc).GT.1.d65)) THEN
+       WRITE(6,*) 'Problem in PW',n,rs,ec
+    ENDIF
+
+    exc=2*exc; vxc=2*vxc      ! change to Rydberg units
+
+    RETURN
+  END SUBROUTINE pwldafunc
+  !**********************************************************
+  ! Subroutine to calculate the exchange correlation functionals
+  !   using the form of Perdew, Burke, and Ernzerhof (PRL 77, 3865 (1996))
+  !   assuming no spin polarization
+  !  Inside this routine, energies are in Hartree units
+
+  SUBROUTINE pbefunc(den,grad,fxc,dfxcdn,dfxcdgbg)
+    REAL(8), INTENT(IN) :: den,grad    !density, magnitude of grad(density)
+    REAL(8), INTENT(OUT) :: fxc,dfxcdn,dfxcdgbg
+
+    ! Variables depending on den & grad
+    REAL(8) :: n,g,kf,rs,ks,s,t
+
+    REAL(8) :: ex,ec,Fx,H,A,pprs,ppt,At2,dFds,dHdt,decdrs,dHdrs,dHdA,dAdrs
+    REAL(8) :: term,dHdtbg,dFdsbg
+
+    n=den
+    IF (n < machine_zero)  THEN
+       fxc=0.d0; dfxcdn=0.d0; dfxcdgbg=0.d0
+       RETURN
+    ENDIF
+    g=grad
+    IF (g < machine_zero) g=machine_zero
+
+    kf=(3.d0*(pi**2)*n)**0.3333333333333333333333333333d0
+    rs=(3.d0/(4.d0*pi*n))**0.3333333333333333333333333333d0
+    ks=SQRT(4.d0*kf/pi)
+    s=g/(2.d0*kf*n)
+    t=g/(2.d0*ks*n)
+    IF (s*s > machine_infinity .or. t*t > machine_infinity)  THEN
+       fxc=0.d0; dfxcdn=0.d0; dfxcdgbg=0.d0
+       RETURN
+    ENDIF
+
+    ex=-3.d0*kf/(4.d0*pi)
+    pprs=SQRT(rs)*(b1+b3*rs)+rs*(b2+b4*rs)
+    !ec=-2.d0*AA*(1.d0+a1*rs)*ddlog(1.d0+1.d0/(2.d0*AA*pprs))
+    term=Logofterm(1.d0/(2.d0*AA*pprs))
+    ec=-2.d0*AA*(1.d0+a1*rs)*term
+    Fx=1.d0+kappa -kappa/(1.d0+(mu/kappa)*s*s)
+    A=Aofec(ec)
+    At2=A*t*t
+    ppt=(1.d0+At2*(1.d0+At2))
+    !H=gamm*ddlog(1.d0+(betabygamm)*(t*t)*((1.d0+At2)/ppt))
+    H=gamm*Logofterm((betabygamm)*(t*t)*((1.d0+At2)/ppt))
+
+    fxc=n*(ex*Fx+ec+H)
+
+    dFds = (2.d0*mu*s)/(1.d0+(mu/kappa)*(s**2))**2
+    dFdsbg = ((2.d0*mu)/(1.d0+(mu/kappa)*(s**2))**2)/(2.d0*kf*n)
+    dHdt = (2.d0*t*beta*gamm*(1.d0+2.d0*At2))/&
+&        ((gamm*ppt+beta*t*t*(1.d0+At2))*ppt)
+    dHdtbg = ((2.d0*beta*gamm*(1.d0+ &
+&        2.d0*At2))/((gamm*ppt+beta*t*t*(1.d0+At2))*ppt))/(2.d0*ks*n)
+    !decdrs=-(2.d0*AA*a1)*ddlog(1.d0+1.d0/(2*AA*pprs)) &
+    decdrs=-(2.d0*AA*a1)*term &
+&        +((1.d0+a1*rs)*((b1+3*b3*rs)/(2.d0*SQRT(rs))+ &
+&          b2+2*b4*rs))/(pprs*(pprs+1.d0/(2.d0*AA)))
+    dHdA=((2.d0+At2)*(At2*t*t*t*t*beta*gamm))/&
+&        ((gamm*ppt+beta*t*t*(1.d0+At2))*ppt)
+    dAdrs=-ddexp(-ec/gamm)*A*A*decdrs/beta
+    dHdrs=dHdA*dAdrs
+
+    dfxcdn = (4.d0/3.d0)*ex*(Fx-dFds*s)+ec-(decdrs*rs)/3.d0+H-(dHdrs*rs)/3.d0 &
+&        - (7.d0/6.d0)*dHdt*t
+
+    dfxcdgbg = ex*dFdsbg/(2.d0*kf) + dHdtbg/(2.d0*ks)
+
+    IF ((ABS(fxc).GT.1.d65).OR.(ABS(dfxcdn).GT.1.d65).OR.&
+&             (ABS(dfxcdgbg).GT.1.d65)) THEN
+       WRITE(6,*) 'Problem in PBE',n,g,rs,s,t,ec,A,H
+    ENDIF
+
+
+    RETURN
+  END SUBROUTINE pbefunc
+
+  !*******************************************************************
+  !
+  ! Function Logofterm -- needed to take care of behavior for small term
+  !  Evaluates log(1+term)
+
+  FUNCTION Logofterm(term)
+
+    REAL(8) :: term, Logofterm
+
+    IF (ABS(term)>machine_precision) THEN
+       Logofterm=ddlog(1.d0+term)
+    ELSE
+       Logofterm=term
+    ENDIF
+
+    RETURN
+  END FUNCTION Logofterm
+
+  !*******************************************************************
+  !
+  ! Function Aofec -- needed to take care of behavior for small ec
+
+  FUNCTION Aofec(ec)
+
+    REAL(8) :: ec, Aofec
+
+    IF (ABS(ec)>machine_precision) THEN
+       Aofec=betabygamm/(ddexp(-ec/gamm)-1.d0)
+    ELSEIF (ABS(ec)>machine_zero) THEN
+       Aofec=beta/(-ec)
+    ELSE
+       Aofec=-beta*DSIGN(machine_infinity,ec)
+    ENDIF
+
+    RETURN
+  END FUNCTION Aofec
+
+  !********************************************************************
+  !
+  ! Subroutine radialexcpbe
+  !   Density(:) input on a uniform radial mesh of Npts
+  !   Grid%r(:) input mesh points
+  !   Exc - output integrated exchange correlation energy   -- in Rydberg units
+  !   vxc(:) -- output exchange correlation potential       -- in Rydberg units
+  !
+  !********************************************************************
+
+  SUBROUTINE radialexcpbe(Grid,density,Exc,vxc,fin)
+
+    IMPLICIT NONE
+
+    TYPE (GridInfo), INTENT(IN) :: Grid
+    REAL(8), INTENT(IN) :: density(:)
+    REAL(8), INTENT(OUT) :: Exc, vxc(:)
+    INTEGER, INTENT(IN), OPTIONAL :: fin
+
+    INTEGER :: i,j , ierr,Npts
+    REAL(8),ALLOCATABLE :: gradient(:),gradmag(:),gxc(:),dgxcdr(:),fxc(:)
+    REAL(8) :: dfxcdn,dfxcdgbg,sgn
+    REAL(8) :: h
+
+    !rewind(201); rewind(202)
+    Npts=Grid%n
+    IF (PRESENT(fin)) Npts=fin
+    ALLOCATE(gradient(Npts),gradmag(Npts),gxc(Npts),dgxcdr(Npts), &
+&        fxc(Npts),stat=i)
+    IF (i /=0) THEN
+       WRITE(6,*) 'error in radialexcpbe allocation ', Npts,i
+       STOP
+    ENDIF
+
+    ! if (.not.scalarrelativistic) then
+    CALL derivative(Grid,density(1:Npts),gradient(1:Npts),1,Npts)
+    ! else
+    !    CALL simplederiv(Grid,density(1:Npts),gradient(1:Npts),1,Npts)
+    ! endif
+
+    gradmag=ABS(gradient)
+
+    DO i=1,Npts
+       CALL  pbefunc(density(i),gradmag(i),fxc(i),dfxcdn,dfxcdgbg)
+       vxc(i)=dfxcdn
+       gxc(i)=dfxcdgbg*gradient(i)
+
+       !write(201,'(i5,1p,6e15.7)') i,Grid%r(i),density(i),gradient(i),vxc(i),gxc(i)
+    ENDDO
+
+    ! if (.not.scalarrelativistic) then
+    CALL derivative(Grid,gxc(1:Npts),dgxcdr(1:Npts),1,Npts)
+    ! else
+    !    CALL simplederiv(Grid,gxc(1:Npts),dgxcdr(1:Npts),1,Npts)
+    ! endif
+
+    DO i=2,Npts
+       fxc(i)=2*fxc(i)*4*pi*(Grid%r(i)**2)  !2* changes from Har to Ryd
+       vxc(i)=2*vxc(i)-2*dgxcdr(i)-4*gxc(i)/Grid%r(i)  ! Correction thanks
+       ! to Marc Torrent and Francois Jollet
+    ENDDO
+    fxc(1)=0
+    CALL extrapolate(Grid,vxc)
+
+    !Do i=1,Npts
+    !  write(202,'(i5,1p,6e15.7)') i,Grid%r(i),density(i),fxc(i),vxc(i),dgxcdr(i)
+    !enddo
+
+    Exc = integrator(Grid,fxc,1,Npts)
+
+    RETURN
+  END SUBROUTINE radialexcpbe
+
+  !*******************************************************************
+  SUBROUTINE exch(Grid,den,rvxc,etxc,eexc,fin,v0,v0p)
+    !  calculate exchange correlation potentials and energys
+    !    for density functional theory from electron density
+    !  den(n) is electron density * (4*pi*r**2)
+    !  rvxc(n) is returned as vxc * r
+    !    to the total energy
+    !  eexc is the total exchange energy (int(den*exc))
+    !  etxc is eexc - int(den*vxc)
+    TYPE (GridInfo), INTENT(IN) :: Grid
+    REAL(8), INTENT(IN) :: den(:)
+    REAL(8), INTENT(INOUT) :: rvxc(:),etxc,eexc
+    INTEGER, INTENT(IN), OPTIONAL :: fin
+    REAL(8), INTENT(OUT), OPTIONAL :: v0,v0p
+
+    REAL(8), ALLOCATABLE ::  tmpd(:),tmpv(:),dum(:)
+    REAL(8), ALLOCATABLE :: exci(:),dfxcdgbg(:),gxc(:),dgxcdr(:),grad(:),gradmag(:)
+    REAL(8) :: fpi
+    INTEGER :: i,n,i1,i2
+    REAL(8) :: r,r2,rho,exc,vxc
+
+    n=Grid%n
+    IF (PRESENT(fin)) n=fin
+    fpi=4*pi
+    rvxc=0;etxc=0;eexc=0
+    if (PRESENT(v0)) v0=0
+    if (PRESENT(v0p)) v0p=0
+
+    If (itype==GGA_PBE.or.itype==GGA_PBESOL) then !!!!!!!PBE form!!!!!!
+       ALLOCATE(tmpd(n),tmpv(n))
+
+       tmpd=0
+       DO i=2,n
+          tmpd(i)=den(i)/(fpi*(Grid%r(i)**2))
+       ENDDO
+       CALL extrapolate(Grid,tmpd)
+
+       IF (PRESENT(fin)) THEN
+          CALL radialexcpbe(Grid,tmpd,eexc,tmpv,fin)
+       ELSE
+          CALL radialexcpbe(Grid,tmpd,eexc,tmpv)
+       ENDIF
+
+       WRITE(6,*) 'eexc',eexc
+
+       IF (PRESENT(v0).AND.PRESENT(v0p)) THEN
+          CALL derivative(Grid,tmpv,tmpd,1,15)
+          v0=tmpv(1)
+          v0p=tmpd(1)
+       ENDIF
+
+
+       DO i=1,n
+          rvxc(i)=tmpv(i)*Grid%r(i)
+          tmpv(i)=tmpv(i)*den(i)
+       ENDDO
+
+       etxc=eexc-integrator(Grid,tmpv(1:n),1,n)
+       DEALLOCATE(tmpd,tmpv)
+    ELSE IF (itype==LDA_PW) then !!! ! Perdew-Wang LDA !!!!
+       ALLOCATE(tmpd(n),tmpv(n),dum(n))
+       tmpd=0;tmpv=0;rvxc=0;dum=0
+       DO i=2,n
+          r=Grid%r(i)
+          r2=r*r
+          tmpd(i)=den(i)/(fpi*r2)
+       ENDDO
+       CALL extrapolate(Grid,tmpd)
+       DO i=1,n
+          CALL pwldafunc(tmpd(i),exc,vxc)
+          tmpd(i)=den(i)*(exc-vxc)
+          tmpv(i)=den(i)*exc
+          rvxc(i)=Grid%r(i)*vxc
+          IF (PRESENT(v0).AND.PRESENT(v0p)) THEN
+             IF (i==1) v0=vxc
+             dum(i)=vxc
+          ENDIF
+       ENDDO
+       !  calculate exchange-correlation contribution to the potential
+       !       etxc=dsum(n,a,1)*h
+       !       eexc=dsum(n,b,1)*h
+       etxc=integrator(Grid,tmpd(1:n),1,n)
+       eexc=integrator(Grid,tmpv(1:n),1,n)
+       !WRITE(6,*) 'etxc,eexc = ',etxc,eexc
+       IF (PRESENT(v0).AND.PRESENT(v0p)) THEN
+          CALL derivative(Grid,dum,tmpd,1,15)
+          v0p=tmpd(1)
+       ENDIF
+       DEALLOCATE(tmpd,tmpv,dum)
+    ELSE IF (itype==LIBXC.and.have_libxc) then !!!!! External LibXC library !!!!!
+       allocate(tmpd(n),tmpv(n),exci(n))
+       tmpd(2:n)=den(2:n)/(fpi*(Grid%r(2:n)**2))
+       call extrapolate(Grid,tmpd)
+       if (libxc_isgga()) then
+        allocate(grad(n),gradmag(n),gxc(n),dgxcdr(n),dfxcdgbg(n))
+        call derivative(Grid,tmpd,grad,1,n)
+        gradmag=ABS(grad)
+        call libxc_getvxc(n,exci,tmpv,1,tmpd,grho=gradmag,vxcgr=dfxcdgbg)
+        gxc(1:n)=dfxcdgbg(1:n)*grad(1:n)
+        call derivative(Grid,gxc,dgxcdr,1,n)
+        tmpv(2:n)=tmpv(2:n)-dgxcdr(2:n)-2.d0*gxc(2:n)/Grid%r(2:n)
+        call extrapolate(Grid,tmpv)
+        deallocate(grad,gradmag,gxc,dfxcdgbg)
+       else
+        call libxc_getvxc(n,exci,tmpv,1,tmpd)
+       end if
+       rvxc(1:n)=tmpv(1:n)*Grid%r(1:n)
+       exci(1:n)=exci(1:n)*tmpd(1:n)*fpi*Grid%r(1:n)**2
+       eexc=integrator(Grid,exci,1,n)
+       if (present(v0).and.present(v0p)) then
+        call derivative(Grid,tmpv,tmpd,1,15)
+        v0=tmpv(1);v0p=tmpd(1)
+       endif
+       tmpv(1:n)=tmpv(1:n)*den(1:n)
+       etxc=eexc-integrator(Grid,tmpv(1:n),1,n)
+       deallocate(tmpd,tmpv,exci)
+       WRITE(6,*) 'etxc,eexc = ',etxc,eexc
+    else
+       WRITE(6,*) 'Warning (EXCOR): ', itype,' no results returned !'
+       STOP
+    END if
+  END SUBROUTINE exch
+
+END MODULE excor
diff --git a/src/exx_mod.f90 b/src/exx_mod.f90
new file mode 100644
index 0000000..171b07a
--- /dev/null
+++ b/src/exx_mod.f90
@@ -0,0 +1,3241 @@
+MODULE exx_mod
+  USE anderson_driver
+  USE atomdata
+  USE exxdata
+  USE fock
+  USE general_mod
+  USE globalmath
+  USE gridmod
+  USE hf_mod
+  USE report_mod
+
+  IMPLICIT NONE
+
+  TYPE (Gridinfo) ,PRIVATE, POINTER :: Gridwk
+  TYPE (PotentialInfo) ,PRIVATE, POINTER :: Potwk
+  TYPE (OrbitInfo) ,PRIVATE, POINTER :: Orbitwk
+  TYPE (OrbitInfo) ,PRIVATE, POINTER  :: EigOrbitwk
+  TYPE (FCInfo) ,PRIVATE, POINTER :: FCwk
+  TYPE (SCFInfo) ,PRIVATE, POINTER :: SCFwk
+
+  REAL(8), PRIVATE, ALLOCATABLE :: geqn(:,:)
+
+  TYPE(Anderson_context), PRIVATE :: AC
+  LOGICAL, PRIVATE :: verboseoutput
+
+  LOGICAL, PRIVATE :: zeroadjust
+
+CONTAINS
+
+  SUBROUTINE EXX_SCF(scftype,lotsofoutput,Gridin,Orbitin,Potin,FCin,SCFin)
+    CHARACTER(2), INTENT(IN) :: scftype
+    LOGICAL, INTENT(IN) :: lotsofoutput
+    TYPE(GridInfo) ,TARGET:: Gridin
+    TYPE(OrbitInfo) ,TARGET:: Orbitin
+    TYPE(PotentialInfo) ,TARGET:: Potin
+    TYPE(FCInfo) ,TARGET:: FCin
+    TYPE(SCFInfo) ,TARGET:: SCFin
+
+    TYPE(OrbitInfo) :: tmpOrbit
+    INTEGER :: i,n,io,icount,ok,loop,l,last
+    REAL(8) :: en1,x,tol,err
+    REAL(8), ALLOCATABLE :: arg(:),starg(:)
+    REAL(8) :: errv0=1.d-10,errv,mixHF=0.4d0,mixX=0.2d0
+    LOGICAL :: success,done
+    INTEGER :: nrestart=8,mxloop1=25,mxloop2=50,mxloop=1000
+    INTEGER :: firsttime=0
+    LOGICAL :: noalt=.true.
+
+    tol=errv0
+    Gridwk=>Gridin
+    Orbitwk=>Orbitin
+    Potwk=>Potin
+    FCwk=>FCin
+    SCFwk=>SCFin
+
+    verboseoutput=lotsofoutput
+
+    n=Gridwk%n
+    ALLOCATE(arg(n),starg(n))
+
+    IF (firsttime<1) THEN
+       io=Orbitwk%norbit
+       ALLOCATE(HSZ%psi(n,io),HSZ%shift(n),HSZ%grad(n),HSZ%U(io),&
+&           HSZ%Uref(io),HSZ%Ucore(io),HSZ%Uvale(io),HSZ%coreshift(n),&
+&           HSZ%rVxKLI(n),HSZ%rDVxKLI(n),&
+&           HSZ%LMBD(io,io), HSZ%psiref(n,io),HSZ%rVxref(n),&
+&           HSZ%LMBDref(io,io),HSZ%LMBDcore(io,io),HSZ%LMBDvale(io,io),stat=ok)
+       IF (ok /=0 ) THEN
+          WRITE(6,*) 'Error in allocate HSZdata ', io,n,ok
+          STOP
+       ENDIF
+       HSZ%psi=0
+       HSZ%shift=0
+       HSZ%grad=0
+       HSZ%U=0; HSZ%Ucore=0;HSZ%Uvale=0
+       HSZ%LMBD=0;HSZ%LMBDcore=0;HSZ%LMBDvale=0;HSZ%LMBDref=0
+       HSZ%grad2=1.d13
+       HSZ%rVxref =0
+       HSZ%coreshift=0
+       HSZ%rVxKLI=0
+       HSZ%rDVxKLI=0
+       HSZ%matchpoint=Gridwk%n
+
+       !CALL Init_EXX_vx(Gridwk,Orbitwk,Potwk)
+
+       !Potwk%rv=Potwk%rvh+Potwk%rvx
+       !CALL zeropot(Gridwk,Potwk%rv,Potwk%v0,Potwk%v0p)
+       !Potwk%rv=Potwk%rv+Potwk%rvn
+
+       !arg=Potwk%rv
+
+       !CALL InitAnderson_dr(AC,6,5,n,0.5d0,1.d3,mxloop,1.d-11,1.d-16,.TRUE.)
+       !CALL DoAndersonMix(AC,arg,en1,EXX1sub,success)
+       !SCFwk%iter=AC%CurIter
+       !SCFwk%delta=AC%res
+       !CALL FreeAnderson(AC)
+       !WRITE(6,*) 'Finished first step ', en1 ,' success = ', success
+       !WRITE(6,*) 'Convergence', SCFwk%iter,SCFwk%delta
+
+
+       ! Initialize using HF
+       n=Gridwk%n;io=Orbitwk%norbit
+       ALLOCATE(HF%lmbd(io,io),HF%SumY(n,io),HF%lmany(io), &
+&           HF%lmap(io,io), HF%emin(io),HF%emax(io),   &
+&           HF%CSlmany(io),HF%CSlmap(io,io),stat=ok)
+       IF (ok /=0 ) THEN
+          WRITE(6,*) 'Error in allocate HFdata ', io,ok
+          STOP
+       ENDIF
+       HF%lmbd=0
+
+       HF%lmax=0
+       DO io=1,Orbitwk%norbit
+          IF (Orbitwk%l(io)>HF%lmax) &
+&              HF%lmax=Orbitwk%l(io)
+          HF%emin(io)=-Potwk%nz**2/Orbitwk%np(io)**2
+          HF%emax(io)=-1.d-5
+       ENDDO
+
+       HF%lmap=0
+       DO l=0,HF%lmax
+          HF%lmany(l+1)=0
+          DO io=1,Orbitwk%norbit
+             IF (Orbitwk%l(io)==l) THEN
+                HF%lmany(l+1)=HF%lmany(l+1)+1
+                HF%lmap(l+1,HF%lmany(l+1))=io
+             ENDIF
+          ENDDO
+       ENDDO
+
+       HF%CSlmap=0
+       DO l=0,HF%lmax
+          HF%CSlmany(l+1)=0
+          x=2*(2*l+1)
+          DO io=1,Orbitwk%norbit
+             IF (Orbitwk%l(io)==l.AND.ABS(x-Orbitwk%occ(io))<1.d-5) THEN
+                HF%CSlmany(l+1)=HF%CSlmany(l+1)+1
+                HF%CSlmap(l+1,HF%CSlmany(l+1))=io
+             ENDIF
+          ENDDO
+       ENDDO
+
+       CALL HF_tmp(Gridwk,Orbitwk,Potwk,FCwk,SCFwk)
+
+       errv=1.d10;
+       DO loop=1,mxloop2
+          WRITE(6,*) 'Init HF ----loop---- ',loop
+          CALL  HFIter(mixHF,errv0,errv,success,'ALL')
+          IF (success) THEN
+             WRITE(6,*) ' wfn iteration converged ', loop
+             EXIT
+          ENDIF
+       ENDDO
+
+       Call KLIVX(Gridwk,Orbitwk,HSZ,Potwk%rvx)
+       Potwk%rv=Potwk%rvn+Potwk%rvh+Potwk%rvx
+       call Report_EXX_functions('HF0')
+
+       ! estimate Potwk%rvx
+       !CALL SetIndex(Orbitwk)
+       !last=HSZ%zero_index
+       !CALL InitialVx(Gridwk,Orbitwk%wfn(:,last),arg)
+       !call NEWVX(Gridwk,Orbitwk,HSZ,arg,Potwk%rvx,done)
+
+       !OPEN(unit=1001,file='VX000',form='formatted')
+       !DO i = 1,n
+       !    WRITE(1001,'(1p,50e15.7)') Gridwk%r(i), arg(i),Potwk%rvx(i)
+       !ENDDO
+       !CLOSE(1001)
+
+       firsttime=1
+       !CALL Report_EXX_functions('FI')
+
+    ENDIF
+
+    IF (setupfrozencore) THEN
+       !HSZ%rVxref=Potwk%rvx    ! should have already been done
+       CALL Get_KinCoul(Gridwk,Potwk,Orbitwk,SCFwk,noalt)
+       write(6,*) 'setupfrozencore', SCFwk%ekin
+       CALL Get_FCKinCoul(Gridwk,Potwk,Orbitwk,FCwk,SCFwk,noalt)
+       write(6,*) 'setupfrozencore', SCFwk%ekin
+       CALL Get_FCEnergy_EXX(Gridwk,Orbitwk,FCwk,SCFwk)
+       CALL Report_EXX_functions('SC')
+       CALL Total_FCEnergy_Report(SCFwk,6)
+       RETURN
+    ENDIF
+
+
+    arg=Potwk%rvx
+    if (TRIM(exctype)=='EXX') then
+     write(6,*) 'EXX option is currently broken!!'; call flush(6); stop
+     IF (frozencorecalculation.and..not.setupfrozencore) THEN
+        WRITE(6,*) 'Beginning FC'
+        CALL Init_EXX_vx(Gridwk,Orbitwk,Potwk)
+        arg=Potwk%rvx
+     ELSE
+        WRITE(6,*) 'In  EXX_SCF starting second loop'; CALL flush(6)
+        CALL Init_EXX_vx(Gridwk,Orbitwk,Potwk)
+        arg=Potwk%rvx
+        WRITE(6,*) 'In  EXX_SCF after Init_EXX_vx'
+        !CALL Report_EXX_functions('SE')
+     ENDIF
+    endif
+
+    write(6,*) 'Before KLI loop'
+    Do loop=1,mxloop
+       !Call EXXKLIiter_innerloop(arg,en1,starg,SCFwk%delta,success,.true.)
+       !Call EXXKLIiter(arg,en1,starg,SCFwk%delta,success,.true.)
+       Call EXXKLIiter_wfn(loop,mixX,tol,err,success)
+       if (success) exit
+       success=.false.
+       SCFwk%iter=loop
+       SCFwk%delta=err
+    enddo
+       Potwk%rv=Potwk%rvn+Potwk%rvh+Potwk%rvx
+       WRITE(6,*) 'Finished KLI iter ', loop,' success = ', success
+       WRITE(6,*) 'Convergence', SCFwk%iter,SCFwk%delta
+       HSZ%rVxKLI(:)=Potwk%rvx; HSZ%rDVxKLI(:)=0.d0
+       if (frozencorecalculation) then
+           call Report_EXX_functions('KF')
+       else
+           call Report_EXX_functions('KA')
+       endif
+       if(TRIM(exctype)=='EXXKLI') RETURN
+
+
+    DEALLOCATE(arg,starg)
+  END SUBROUTINE EXX_SCF
+
+  SUBROUTINE EXXOCC_SCF(scftype,lotsofoutput,Gridin,Orbitin,Potin,FCin,SCFin)
+    CHARACTER(2), INTENT(IN) :: scftype
+    LOGICAL, INTENT(IN) :: lotsofoutput
+    TYPE(GridInfo) ,TARGET:: Gridin
+    TYPE(OrbitInfo) ,TARGET:: Orbitin
+    TYPE(PotentialInfo) ,TARGET:: Potin
+    TYPE(FCInfo) ,TARGET:: FCin
+    TYPE(SCFInfo) ,TARGET:: SCFin
+
+    TYPE(OrbitInfo) :: tmpOrbit
+    INTEGER :: i,n,io,icount,ok,loop,l,last
+    REAL(8) :: en1,x,tol,err
+    REAL(8), ALLOCATABLE :: arg(:),starg(:)
+    REAL(8) :: errv0=1.d-10,errv,mixHF=0.4d0,mixX=0.2d0
+    LOGICAL :: success,done
+    INTEGER :: nrestart=8,mxloop1=25,mxloop2=50,mxloop=1000
+    INTEGER :: firsttime=0
+    LOGICAL :: noalt=.true.
+
+    tol=errv0
+    Gridwk=>Gridin
+    Orbitwk=>Orbitin
+    Potwk=>Potin
+    FCwk=>FCin
+    SCFwk=>SCFin
+
+    verboseoutput=lotsofoutput
+
+    n=Gridwk%n
+    ALLOCATE(arg(n),starg(n))
+
+    IF (firsttime<1) THEN
+       io=Orbitwk%norbit
+       ALLOCATE(HSZ%psi(n,io),HSZ%shift(n),HSZ%grad(n),HSZ%U(io),&
+&           HSZ%Uref(io),HSZ%Ucore(io),HSZ%Uvale(io),HSZ%coreshift(n),&
+&           HSZ%rVxKLI(n),HSZ%rDVxKLI(n),&
+&           HSZ%LMBD(io,io), HSZ%psiref(n,io),HSZ%rVxref(n),&
+&           HSZ%LMBDref(io,io),HSZ%LMBDcore(io,io),HSZ%LMBDvale(io,io),stat=ok)
+       IF (ok /=0 ) THEN
+          WRITE(6,*) 'Error in allocate HSZdata ', io,n,ok
+          STOP
+       ENDIF
+       HSZ%psi=0
+       HSZ%shift=0
+       HSZ%grad=0
+       HSZ%U=0; HSZ%Ucore=0;HSZ%Uvale=0
+       HSZ%LMBD=0;HSZ%LMBDcore=0;HSZ%LMBDvale=0;HSZ%LMBDref=0
+       HSZ%grad2=1.d13
+       HSZ%rVxref =0
+       HSZ%coreshift=0
+       HSZ%rVxKLI=0
+       HSZ%rDVxKLI=0
+       HSZ%matchpoint=Gridwk%n
+
+
+       ! Initialize using HF
+       n=Gridwk%n;io=Orbitwk%norbit
+       ALLOCATE(HF%lmbd(io,io),HF%SumY(n,io),HF%lmany(io), &
+&           HF%lmap(io,io), HF%emin(io),HF%emax(io),   &
+&           HF%CSlmany(io), HF%CSlmap(io,io),stat=ok)
+       IF (ok /=0 ) THEN
+          WRITE(6,*) 'Error in allocate HFdata ', io,ok
+          STOP
+       ENDIF
+       HF%lmbd=0
+
+       HF%lmax=0
+       DO io=1,Orbitwk%norbit
+          IF (Orbitwk%l(io)>HF%lmax) &
+&              HF%lmax=Orbitwk%l(io)
+          HF%emin(io)=-Potwk%nz**2/Orbitwk%np(io)**2
+          HF%emax(io)=-1.d-5
+       ENDDO
+
+       HF%lmap=0
+       DO l=0,HF%lmax
+          HF%lmany(l+1)=0
+          DO io=1,Orbitwk%norbit
+             IF (Orbitwk%l(io)==l) THEN
+                HF%lmany(l+1)=HF%lmany(l+1)+1
+                HF%lmap(l+1,HF%lmany(l+1))=io
+             ENDIF
+          ENDDO
+       ENDDO
+
+       HF%CSlmap=0
+       DO l=0,HF%lmax
+          HF%CSlmany(l+1)=0
+          x=2*(2*l+1)
+          DO io=1,Orbitwk%norbit
+             IF (Orbitwk%l(io)==l.AND.ABS(x-Orbitwk%occ(io))<1.d-5) THEN
+                HF%CSlmany(l+1)=HF%CSlmany(l+1)+1
+                HF%CSlmap(l+1,HF%CSlmany(l+1))=io
+             ENDIF
+          ENDDO
+       ENDDO
+
+       CALL HF_tmp(Gridwk,Orbitwk,Potwk,FCwk,SCFwk)
+
+       errv=1.d10;
+       DO loop=1,mxloop2
+          WRITE(6,*) 'Init HF ----loop---- ',loop
+          CALL  HFIter(mixHF,errv0,errv,success,'ALL')
+          IF (success) THEN
+             WRITE(6,*) ' wfn iteration converged ', loop
+             EXIT
+          ENDIF
+       ENDDO
+
+       Call VXOCC(Gridwk,Orbitwk,HSZ,Potwk%rvx)
+       Potwk%rv=Potwk%rvn+Potwk%rvh+Potwk%rvx
+       call Report_EXX_functions('HF0')
+
+
+       firsttime=1
+       !CALL Report_EXX_functions('FI')
+
+    ENDIF
+
+    IF (setupfrozencore) THEN
+       !HSZ%rVxref=Potwk%rvx    ! should have already been done
+       CALL Get_KinCoul(Gridwk,Potwk,Orbitwk,SCFwk,noalt)
+       write(6,*) 'setupfrozencore', SCFwk%ekin
+       CALL Get_FCKinCoul(Gridwk,Potwk,Orbitwk,FCwk,SCFwk,noalt)
+       write(6,*) 'setupfrozencore', SCFwk%ekin
+       CALL Get_FCEnergy_EXX(Gridwk,Orbitwk,FCwk,SCFwk)
+       CALL Report_EXX_functions('SC')
+       CALL Total_FCEnergy_Report(SCFwk,6)
+       RETURN
+    ENDIF
+
+
+    arg=Potwk%rvx
+     IF (frozencorecalculation.and..not.setupfrozencore) THEN
+        WRITE(6,*) 'Beginning FC'
+        CALL Init_EXX_vx(Gridwk,Orbitwk,Potwk)
+        arg=Potwk%rvx
+     ELSE
+        WRITE(6,*) 'In  EXX_SCF starting second loop'; CALL flush(6)
+        CALL Init_EXX_vx(Gridwk,Orbitwk,Potwk)
+        arg=Potwk%rvx
+        WRITE(6,*) 'In  EXX_SCF after Init_EXX_vx'
+        !CALL Report_EXX_functions('SE')
+     ENDIF
+
+    write(6,*) 'Before OCC loop'
+    Do loop=1,mxloop
+       Call EXXOCCiter_wfn(loop,mixX,tol,err,success)
+       if (success) exit
+       success=.false.
+       SCFwk%iter=loop
+       SCFwk%delta=err
+    enddo
+       Potwk%rv=Potwk%rvn+Potwk%rvh+Potwk%rvx
+       WRITE(6,*) 'Finished OCC iter ', loop,' success = ', success
+       WRITE(6,*) 'Convergence', SCFwk%iter,SCFwk%delta
+       HSZ%rVxKLI(:)=Potwk%rvx; HSZ%rDVxKLI(:)=0.d0
+       if (frozencorecalculation) then
+           call Report_EXX_functions('OF')
+       else
+           call Report_EXX_functions('OA')
+       endif
+       if(TRIM(exctype)=='EXXOCC') RETURN
+
+
+    DEALLOCATE(arg,starg)
+  END SUBROUTINE EXXOCC_SCF
+
+  SUBROUTINE EXX_Input_Settings(inputline)
+    CHARACTER(128), INTENT(IN) :: inputline
+
+    INTEGER :: i
+    HSZ%Fixed_Zero=.FALSE.
+    i=INDEX(inputline,'FIXED_ZERO')
+    IF (i>0) THEN
+       HSZ%Fixed_Zero=.TRUE.
+       READ(unit=inputline(i+10:128),fmt=*) HSZ%zero_index
+    ENDIF
+  END SUBROUTINE EXX_Input_Settings
+
+!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
+!  Init_EXX_vx
+!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
+
+  SUBROUTINE Init_EXX_vx(Grid,Orbit,Pot)
+    TYPE(gridinfo), INTENT(IN) :: Grid
+    TYPE(orbitinfo), INTENT(IN) :: Orbit
+    TYPE(PotentialInfo), INTENT(INOUT) :: Pot
+
+    REAL(8), POINTER :: rvx(:)
+    REAL(8), ALLOCATABLE :: dum(:)
+    INTEGER :: i,j,k,l,n,outer,ok,io
+    REAL(8) :: q
+    REAL(8), PARAMETER :: threshold=1.d-8
+
+    WRITE(6,*) ' In Init_EXX_vx ' ; CALL flush(6)
+    ! determine Fock potential for outer most wavefunction
+    CALL SetIndex(Orbit)
+    outer=HSZ%zero_index
+
+    WRITE(6,*) 'zero_index ', outer ; CALL flush(6)
+    n=Grid%n
+    rvx=>Pot%rvx
+
+    ALLOCATE(dum(n), stat=i)
+    IF (i/=0) THEN
+       WRITE(6,*) 'Allocation error in init_exx_vx ',i,n
+       STOP
+    ENDIF
+    CALL InitialVx(Grid,Orbit%wfn(:,outer),dum)
+
+    WRITE(6,*) ' After InitialVx ' ; CALL flush(6)
+
+    rvx=dum
+
+    DEALLOCATE(dum)
+  END SUBROUTINE Init_EXX_vx
+
+  SUBROUTINE InitialVx(Grid,wfn,vl)
+    TYPE(GridInfo), INTENT(IN) :: Grid
+    REAL(8), INTENT(IN) :: wfn(:)
+    REAL(8), INTENT(INOUT) :: vl(:)
+
+    INTEGER :: i,j,k,l,m,n
+    REAL(8), ALLOCATABLE :: dum(:)
+    REAL(8) :: ecoul,q,v00
+
+    n=Grid%n
+    ALLOCATE(dum(n))
+
+    dum=wfn(:)**2
+    CALL poisson(Grid,q,dum,vl,ecoul,v00)
+    !WRITE(6,*) 'Completed Poisson ', q,ecoul,v00; CALL flush(6)
+    vl=-vl
+
+    DEALLOCATE(dum)
+
+  END SUBROUTINE InitialVx
+
+  SUBROUTINE SetIndex(Orbit)
+    TYPE(orbitinfo), INTENT(IN) :: Orbit
+
+    INTEGER :: i,j,k,l,n,outer,ok,io
+    REAL(8) :: x
+
+
+    IF (.NOT.HSZ%FIXED_ZERO) THEN
+       outer=1;x=Orbit%eig(outer)
+       IF (Orbit%norbit>1) THEN
+          DO io=2, Orbit%norbit
+             IF (Orbit%eig(io)<0.d0.AND.Orbit%occ(io)>1.d-5  &
+&                 .AND.Orbit%eig(io)>x) THEN
+                outer=io;x=Orbit%eig(outer)
+             ENDIF
+          ENDDO
+       ENDIF
+
+       HSZ%zero_index=outer
+    ELSE
+       outer=HSZ%zero_index
+    ENDIF
+
+    HSZ%lmax=0
+
+    DO io=1,Orbit%norbit
+       IF (HSZ%lmax<Orbit%l(io))  HSZ%lmax=Orbit%l(io)
+    ENDDO
+
+    WRITE(6,*) 'Returning from SetIndex ', HSZ%zero_index,HSZ%lmax
+    IF (frozencorecalculation) THEN
+       DO io=1,Orbit%norbit
+          IF (Orbit%iscore(io).AND.outer==io) THEN
+             WRITE(6,*) 'Error in FC SetIndex -- core state ', io,outer
+             STOP
+          ENDIF
+       ENDDO
+    ENDIF
+
+
+  END SUBROUTINE SetIndex
+
+
+  SUBROUTINE SetIndexKLI(Orbit)
+    TYPE(orbitinfo), INTENT(IN) :: Orbit
+
+    INTEGER :: i,j,k,l,n,outer,ok,io
+    REAL(8) :: x,y
+
+    k=FindGridIndex(Gridwk,10.d0)
+    IF (.NOT.HSZ%FIXED_ZERO) THEN
+       outer=1;x=ABS(Orbit%wfn(k,outer))
+       IF (Orbit%norbit>1) THEN
+          DO io=2, Orbit%norbit
+             y=ABS(Orbit%wfn(k,io))
+             IF (y>x.AND.Orbit%occ(io)>1.d-5)  THEN
+                outer=io;x=y
+             ENDIF
+          ENDDO
+       ENDIF
+
+       HSZ%zero_index=outer
+    ELSE
+       outer=HSZ%zero_index
+    ENDIF
+
+    WRITE(6,*) 'Returning from SetIndexKLI ', HSZ%zero_index
+    IF (frozencorecalculation) THEN
+       DO io=1,Orbit%norbit
+          IF (Orbit%iscore(io).AND.outer==io) THEN
+             WRITE(6,*) 'Error in FC SetIndex -- core state ', io,outer
+             STOP
+          ENDIF
+       ENDDO
+    ENDIF
+
+
+  END SUBROUTINE SetIndexKLI
+
+  SUBROUTINE Setfparms(Grid,Orbit)
+    TYPE(gridinfo), INTENT(IN) :: Grid
+    TYPE(orbitinfo), INTENT(IN) :: Orbit
+
+    REAL(8) :: betaL,q
+
+    CALL SetIndex(Orbit)
+
+    IF (HSZ%zero_index>0) THEN
+       betaL=SQRT(ABS(Orbit%eig(HSZ%zero_index)))
+    ELSE
+       WRITE(6,*) 'Error in Setfparms ', HSZ%zero_index
+       STOP
+    ENDIF
+
+    HSZ%betaL=ABS(betaL)
+
+    WRITE(6,*) 'Returning from setfparams with ' , HSZ%betaL
+
+  END SUBROUTINE Setfparms
+
+!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
+!!!! EXX1sub  -- simple vx version
+!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
+  SUBROUTINE EXX1sub(w,energy,residue,err,success,update)
+    REAL(8), INTENT(INOUT) :: w(:)
+    REAL(8), INTENT(OUT) :: energy
+    REAL(8), INTENT(OUT) :: residue(:)
+    REAL(8), INTENT(OUT) :: err
+    LOGICAL, INTENT(OUT) :: success
+    LOGICAL, INTENT(IN) :: update
+
+    INTEGER :: i,j,k,n,io
+    REAL(8),ALLOCATABLE :: dum(:)
+    INTEGER:: fcount=0
+    TYPE (OrbitInfo) :: tmpOrbit
+    TYPE (PotentialInfo) :: tmpPot
+
+    ALLOCATE(dum(Gridwk%n),stat=i)
+    IF (i/=0) THEN
+       WRITE(6,*) 'Error in EXXsub allocation' ,Gridwk%n
+       STOP
+    ENDIF
+
+    n=Gridwk%n
+
+    CALL CopyOrbit(Orbitwk,tmpOrbit)
+    CALL CopyPot(Potwk,tmpPot)
+
+    CALL Updatewfn(Gridwk,tmpPot,tmpOrbit,w,success)
+    tmpPot%rv=w
+
+    !if FC core calc , restore core info backinto tmpOrbit
+
+    IF(frozencorecalculation) THEN
+       WRITE(6,*) ' Frozencore calculation should not use this routine!'
+       STOP
+       DO io = 1 , Orbitwk%norbit
+          IF(Orbitwk%iscore(io)) THEN
+             tmpOrbit%eig(io)=Orbitwk%eig(io)
+             tmpOrbit%wfn(:,io)=Orbitwk%wfn(:,io)
+          ENDIF
+       ENDDO
+    ENDIF
+
+    IF (.NOT.success) THEN
+       WRITE(6,*) 'Bad luck in Sub'
+    ENDIF
+
+    CALL Get_KinCoul(Gridwk,tmpPot,tmpOrbit,SCFwk)
+    CALL Get_Energy_EXX(Gridwk,tmpOrbit,SCFwk%eexc)
+    CALL SetIndex(tmpOrbit) ! find index of most extended wfn
+
+
+    SCFwk%etot=SCFwk%ekin+SCFwk%estatic+SCFwk%eexc
+
+    IF(ColleSalvetti) THEN
+       CALL Get_Energy_CS(Gridwk,tmpOrbit,SCFwk%oepcs)
+       WRITE(6,*) 'Colle :', SCFwk%oepcs
+       SCFwk%etot=SCFwk%etot+SCFwk%oepcs
+    ENDIF
+
+    energy=SCFwk%etot
+    CALL Total_Energy_Report(SCFwk,6)
+    CALL Init_EXX_vx(Gridwk,tmpOrbit,tmpPot)
+    dum=tmpPot%rvn+tmpPot%rvh+tmpPot%rvx
+
+    residue=dum-w
+    err=DOT_PRODUCT(residue,residue)
+
+    IF (update) THEN
+       Potwk%rv=tmpPot%rv
+       Potwk%rvh=tmpPot%rvh
+       Potwk%rvx=tmpPot%rvx
+
+       Orbitwk%wfn=tmpOrbit%wfn
+       Orbitwk%eig=tmpOrbit%eig
+       Orbitwk%den=tmpOrbit%den
+
+       CALL One_electron_energy_Report(Orbitwk,6)
+    ENDIF
+
+    CALL DestroyPot(tmpPot)
+    CALL DestroyOrbit(tmpOrbit)
+    DEALLOCATE (dum)
+
+  END SUBROUTINE  EXX1sub
+
+  SUBROUTINE ApproxVx(Grid,Orbit,last,vl)
+    TYPE(GridInfo), INTENT(IN) :: Grid
+    TYPE(OrbitInfo), INTENT(IN) :: Orbit
+    INTEGER, INTENT(IN) :: last
+    REAL(8), INTENT(INOUT) :: vl(:)
+
+    INTEGER :: i,j,k,l,m,n
+    REAL(8),ALLOCATABLE :: dum(:),vl_cs(:)
+
+    n=Grid%n
+    ALLOCATE(dum(n),vl_cs(n))
+    CALL InitialVx(Grid,Orbit%wfn(:,last),dum)
+    IF (frozencorecalculation) THEN
+       CALL Calc_dexdphi_io_v(Gridwk,Orbit,last,vl)
+    ELSE
+       CALL Calc_dexdphi_io(Gridwk,Orbit,last,vl)
+       IF(ColleSalvetti) THEN
+          CALL Calc_decdchi_io(Orbitwk,last,vl_cs)
+          vl = vl + vl_cs
+       ENDIF
+
+    ENDIF
+    CALL SetMatchPoint(Grid,Orbit,last)
+    m=HSZ%matchpoint
+    j=m       ! grid point near last maximum
+    !write(6,*) 'ApproxVx: max ', m,Grid%r(m)
+    DO i=1,n
+       IF (i<j) THEN
+          vl(i)=vl(i)/Orbit%wfn(j,last)
+       ELSE IF (ABS(Orbit%wfn(i,last))>1.d-36) THEN
+          vl(i)=vl(i)/Orbit%wfn(i,last)
+       ELSE
+          vl(i)=-2.d0
+       ENDIF
+       !write(6,'(1p,15E15.7)') Grid%r(i),vl(i),Orbit%wfn(i,last)
+    ENDDO
+    j=m+1
+    DO i=m+1,n
+       j=i
+       IF (ABS(vl(i)-dum(i))<1.d-8) EXIT
+    ENDDO
+    vl(j:n)=dum(j:n)
+
+    DEALLOCATE(dum,vl_cs)
+
+  END SUBROUTINE ApproxVx
+
+
+  SUBROUTINE SetMatchPoint(Grid,Orbit,last)
+    TYPE(GridInfo), INTENT(IN) :: Grid
+    TYPE(OrbitInfo), INTENT(IN) :: Orbit
+    INTEGER, INTENT(IN) :: last
+
+    INTEGER :: i,j,k,l,m,n
+
+    n=Grid%n
+    j=2   ! Find last zero crossing
+    DO i=3,n
+       IF (Orbit%wfn(i,last)*Orbit%wfn(i-1,last)<0.d0) j=i
+    ENDDO
+
+    IF (j>n-1) j=n/10+1
+    m=j+1
+    DO i=j+1,n   ! Find last maximum
+       IF (ABS(Orbit%wfn(i,last))<ABS(Orbit%wfn(i-1,last)) ) THEN
+          m=i-1
+          EXIT
+       ENDIF
+    ENDDO
+    j=m       ! grid point near last maximum
+
+    HSZ%matchpoint=m+1
+    WRITE(6,*) 'SetMatchPoint matchpoint ', m+1,Grid%r(HSZ%matchpoint)
+  END SUBROUTINE SetMatchPoint
+
+
+!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
+!!!  Calc_dedv
+!!!     Accumulate solutions to inhomogeneous equations
+!!!        and determine shift
+!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
+  SUBROUTINE Calc_dedv(Grid,Pot,Orbit,EigOrbit)
+    TYPE(GridInfo), INTENT(IN):: Grid
+    TYPE(PotentialInfo), INTENT(IN):: Pot
+    TYPE(OrbitInfo), INTENT(IN):: Orbit
+    TYPE(OrbitInfo), TARGET, INTENT(IN):: EigOrbit
+
+    REAL(8), POINTER :: phi(:,:),phr(:,:),psi(:,:),r(:),rv(:),U(:),LMBD(:,:)
+    REAL(8), ALLOCATABLE :: vl(:),dum(:),rhs(:),shift(:),vs(:),rvx(:),vl_cs(:)
+    INTEGER :: i,j,k,n,m,l,ll,li,lj,lmin,lmax,io,jo,norbit,last
+    INTEGER :: iter
+    INTEGER :: counter=0
+    LOGICAL :: ok
+    REAL(8) :: occ,term,term1,wgt,occi,occj,rc,xx,q,ecoul,v00
+    REAL(8), PARAMETER :: threshold=1.d-8,tol=1.d-5
+    TYPE(Anderson_Context) :: A_DEDV
+    REAL(8) :: ModVl,ModVl_CS,TempU
+
+    EigOrbitwk=>EigOrbit
+    n=Grid%n
+
+    rv => Pot%rv
+
+    n=Grid%n
+    norbit=Orbit%norbit
+    phi=>Orbit%wfn
+    r=>Grid%r
+
+    IF (counter==0) THEN
+       ALLOCATE(geqn(n,norbit))
+    ENDIF
+    counter=counter+1
+
+    geqn=0
+    HSZ%shift=0
+    psi=>HSZ%psi
+    U=>HSZ%U
+    LMBD=>HSZ%LMBD
+
+    psi=0
+
+    ALLOCATE(vl(n),dum(n),rhs(n),shift(n),vs(n),rvx(n),vl_cs(n))
+
+    rvx=Pot%rvx
+    last=HSZ%zero_index
+    !write(6,*) 'last = ', last; call flush(6)
+
+    ! main contributions
+    ! Determine constant coefficients -- U, LMBA, X
+    DO io=1,norbit
+       occ=Orbit%occ(io)
+       IF (occ>threshold) THEN
+          IF(frozencorecalculation.AND.Orbit%iscore(io)) THEN
+          ELSE
+             IF(frozencorecalculation) THEN
+                CALL Calc_dexdphi_io_v(Grid,Orbit,io,vl)
+             ELSE
+                CALL Calc_dexdphi_io(Grid,Orbit,io,vl)
+                IF(ColleSalvetti) THEN
+                   CALL Calc_decdchi_io(Orbit,io,vl_cs)
+                   vl=vl+vl_cs
+                ENDIF
+             ENDIF
+             rhs=0
+             rhs(2:n)=(-rvx(2:n)*phi(2:n,io)+vl(2:n))/r(2:n)
+             geqn(:,io)=rhs
+             vl=rhs
+             dum=vl*phi(:,io)
+             U(io)=integrator(Gridwk,dum)
+             !DO jo=1,norbit
+             !   IF (jo/=io) THEN
+             !      IF (Orbit%l(jo)==Orbit%l(io)) THEN
+             !         dum=vl*EigOrbit%wfn(:,jo)
+             !         LMBD(io,jo)=integrator(Gridwk,dum)
+             !      ENDIF
+             !   ENDIF
+             !ENDDO
+          ENDIF
+       ENDIF
+    ENDDO
+
+    shift=0
+    ! Determine the g^0 functions
+    DO io=1,norbit
+       occ=Orbit%occ(io)
+       IF (occ>threshold) THEN
+          IF(frozencorecalculation.AND.Orbit%iscore(io)) THEN
+          ELSE
+             rhs=0
+             rhs=rhs+geqn(:,io)
+             vl=rhs
+             dum=vl*phi(:,io)
+             term=integrator(Grid,dum)
+             rhs=rhs-(term)*phi(:,io)
+             !DO jo=1,norbit   !   extra orbit orthogonalization
+             !   IF (jo/=io) THEN
+             !     IF (Orbitwk%l(jo)==Orbitwk%l(io)) THEN
+             !        dum=vl*EigOrbitwk%wfn(:,jo)
+             !        term=integrator(Grid,dum)
+             !        rhs=rhs-term*EigOrbitwk%wfn(:,jo)
+             !     ENDIF
+             !  ENDIF
+             !ENDDO
+             geqn(:,io)=rhs    ! store for possible later use
+             CALL Calc_psi(Grid,&
+&                 Orbitwk%l(io),Orbitwk%eig(io),rv,phi(:,io),rhs,dum)
+             shift=shift+2*occ*phi(:,io)*dum
+             psi(:,io)=dum
+          ENDIF
+       ENDIF
+    ENDDO
+    geqn(:,last)=geqn(:,last)+U(last)*phi(:,last)    ! ensuring asymptotic form
+
+    !   check orthogonality   (should check for l values)
+    !    do io=1,norbit
+    !      do jo=1,norbit
+    !         write(6,'("Check Ortho ", 2i5,1p,1e15.7)') &
+&   !&                 io,jo,overlap(Grid,EigOrbitwk%wfn(:,jo),psi(:,io))
+    !      enddo
+    !   enddo
+
+    HSZ%shift=shift
+    if (setupfrozencore) then
+      do io=1,norbit
+         if (.not.Orbitwk%iscore(io)) then
+            HSZ%Ucore(io)=HSZ%Uref(io)-HSZ%Uvale(io)
+            !do jo=1,norbit
+            !   if (jo/=io) &
+&           !&   HSZ%LMBDcore(io,jo)=HSZ%LMBDref(io,jo)-HSZ%LMBDvale(io,jo)
+            !enddo
+         endif
+      enddo
+    else if (frozencorecalculation) then
+      do io=1,norbit
+         if (.not.Orbitwk%iscore(io)) then
+            HSZ%U(io)=HSZ%Ucore(io)+HSZ%Uvale(io)
+         endif
+      enddo
+    endif
+
+    write(6,*) 'Returning from Calc_dedv with Uzero = ', U(HSZ%zero_index)
+
+    DEALLOCATE(vl,dum,rhs,shift,vs,rvx,vl_cs)
+    RETURN
+
+    !!!!!!!!!!!no longer used!!!!!!!!!!!
+    !IF (MAXVAL(ABS(vs))>0.001d0) THEN
+    !   DEALLOCATE(vl,dum,rhs,shift,vs,rvx,vl_cs)
+    !   RETURN
+    !ENDIF
+    !
+    !CALL InitAnderson_dr(A_DEDV,6,5,n,0.005d0,1.d3,100,1.d-8,1.d-16,.FALSE.)
+    !CALL DoAndersonMix(A_DEDV,vs,xx,vssub,OK)
+    !WRITE(6,*) 'Leaving dedv with ', A_DEDV%CurIter, A_DEDV%res,MAXVAL(ABS(vs))
+    !CALL FreeAnderson(A_DEDV)
+    !
+    !DEALLOCATE(vl,dum,rhs,shift,vs,rvx,vl_cs)
+  END SUBROUTINE Calc_dedv
+
+  SUBROUTINE Set_Vxref(Pot)
+    TYPE(PotentialInfo), INTENT(IN):: Pot
+
+    HSZ%rVxref=Pot%rvx
+    HSZ%psiref=HSZ%psi
+    HSZ%Uref=HSZ%U   ; HSZ%Ucore=HSZ%Uref
+    HSZ%LMBDref=HSZ%LMBD    ;    HSZ%LMBDcore=HSZ%LMBDref
+
+  END SUBROUTINE Set_Vxref
+
+  SUBROUTINE writestuff
+    INTEGER :: i,j,k,n,nmap
+    INTEGER, SAVE :: counter=0
+    CHARACTER(4) :: stuff
+    INTEGER, ALLOCATABLE :: mmap(:)
+
+    CALL mkname(counter,stuff)
+    OPEN (unit=1001,file='shift'//TRIM(stuff),form='formatted')
+    n=Gridwk%n
+    IF (frozencorecalculation) THEN
+       ALLOCATE(mmap(Orbitwk%norbit))
+       j=0
+       DO i=1,Orbitwk%norbit
+          IF (.NOT.Orbitwk%iscore(i)) THEN
+             j=j+1
+             mmap(j)=i
+          ENDIF
+       ENDDO
+       nmap=j
+       DO i = 1,n
+          WRITE(1001,'(1p,50e15.7)') Gridwk%r(i),HSZ%shift(i),&
+&              (HSZ%psi(i,mmap(k))*Orbitwk%wfn(i,mmap(k)),k=1,nmap)
+       ENDDO
+    ELSE
+       DO i = 1,n
+          WRITE(1001,'(1p,50e15.7)') Gridwk%r(i),HSZ%shift(i) ,&
+&              (HSZ%psi(i,j)*Orbitwk%wfn(i,j),j=1,Orbitwk%norbit)
+       ENDDO
+    ENDIF
+    CLOSE(1001)
+    OPEN (unit=1001,file='pot'//TRIM(stuff),form='formatted')
+    DO i = 1,n
+          WRITE(1001,'(1p,50e15.7)') Gridwk%r(i),Potwk%rv(i), &
+&              Potwk%rvh(i),Potwk%rvx(i)
+    ENDDO
+    CLOSE(1001)
+    OPEN (unit=1001,file='wfn'//TRIM(stuff),form='formatted')
+    DO i = 1,n
+       WRITE(1001,'(1p,50e15.7)') Gridwk%r(i), &
+&           (Orbitwk%wfn(i,j),j=1,Orbitwk%norbit)
+    ENDDO
+    CLOSE(1001)
+    OPEN (unit=1001,file='psi'//TRIM(stuff),form='formatted')
+    IF (frozencorecalculation) THEN
+       DO i = 1,n
+          WRITE(1001,'(1p,50e15.7)') Gridwk%r(i),&
+&              (HSZ%psi(i,mmap(k)),k=1,nmap)
+       ENDDO
+    ELSE
+       DO i = 1,n
+          WRITE(1001,'(1p,50e15.7)') Gridwk%r(i),&
+&              (HSZ%psi(i,j),j=1,Orbitwk%norbit)
+       ENDDO
+    ENDIF
+    CLOSE(1001)
+    counter=counter+1
+    IF (ALLOCATED(mmap)) DEALLOCATE(mmap)
+  END SUBROUTINE writestuff
+
+
+  SUBROUTINE Report_EXX_functions(sub)
+    CHARACTER(2) :: sub
+    INTEGER :: i,j,k,n,nmap,io
+    INTEGER, ALLOCATABLE :: mmap(:)
+
+    INTEGER, SAVE :: counter=0
+    CHARACTER(4) :: stuff
+
+    WRITE(6,*)
+    WRITE(6,*) ' Summary of EXX orbitals '
+    WRITE(6,"(' n  l     occupancy            energy              U')")
+    DO io=1,Orbitwk%norbit
+       WRITE(6,'(i2,1x,i2,4x,1p,3e15.7)') &
+&           Orbitwk%np(io),Orbitwk%l(io),Orbitwk%occ(io),Orbitwk%eig(io),HSZ%U(io)
+    ENDDO
+
+    CALL mkname(counter,stuff)
+
+    OPEN (unit=1001,file='shift'//sub//TRIM(stuff),form='formatted')
+    n=Gridwk%n
+    IF (frozencorecalculation) THEN
+       ALLOCATE(mmap(Orbitwk%norbit))
+       j=0
+       DO i=1,Orbitwk%norbit
+          IF (.NOT.Orbitwk%iscore(i)) THEN
+             j=j+1
+             mmap(j)=i
+          ENDIF
+       ENDDO
+       nmap=j
+       DO i = 1,n
+          WRITE(1001,'(1p,50e15.7)') Gridwk%r(i),HSZ%shift(i) ,&
+&              (HSZ%psi(i,mmap(k))*Orbitwk%wfn(i,mmap(k)),k=1,nmap)
+       ENDDO
+    ELSE
+       DO i = 1,n
+          WRITE(1001,'(1p,50e15.7)') Gridwk%r(i),HSZ%shift(i) ,&
+&              (HSZ%psi(i,j)*Orbitwk%wfn(i,j),j=1,Orbitwk%norbit)
+       ENDDO
+    ENDIF
+    CLOSE(1001)
+    OPEN (unit=1001,file='pot'//sub//TRIM(stuff),form='formatted')
+    DO i = 1,n
+          WRITE(1001,'(1p,50e15.7)') Gridwk%r(i),Potwk%rv(i), &
+&              Potwk%rvh(i),Potwk%rvx(i)
+    ENDDO
+    CLOSE(1001)
+    OPEN (unit=1001,file='wfn'//sub//TRIM(stuff),form='formatted')
+    DO i = 1,n
+       WRITE(1001,'(1p,50e15.7)') Gridwk%r(i), Orbitwk%den(i),&
+&           (Orbitwk%wfn(i,j),j=1,Orbitwk%norbit)
+    ENDDO
+    CLOSE(1001)
+    OPEN (unit=1001,file='psi'//sub//TRIM(stuff),form='formatted')
+    IF (frozencorecalculation) THEN
+       DO i = 1,n
+          WRITE(1001,'(1p,50e15.7)') Gridwk%r(i),&
+&              (HSZ%psi(i,mmap(k)),k=1,nmap)
+       ENDDO
+    ELSE
+       DO i = 1,n
+          WRITE(1001,'(1p,50e15.7)') Gridwk%r(i),&
+&              (HSZ%psi(i,j),j=1,Orbitwk%norbit)
+       ENDDO
+    ENDIF
+    CLOSE(1001)
+
+    IF (ALLOCATED(mmap)) DEALLOCATE(mmap)
+
+    counter=counter+1
+
+  END SUBROUTINE Report_EXX_functions
+
+  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
+  !!  Get_FCEnergy_EXX                    !!!!
+  !!   Valence part of the Fock exchange energy
+  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
+  SUBROUTINE Get_FCEnergy_EXX(Grid,Orbit,FC,SCF)
+    TYPE(gridinfo), INTENT(IN) :: Grid
+    TYPE(orbitinfo), INTENT(IN) :: Orbit
+    TYPE(FCInfo), INTENT(IN) :: FC
+    TYPE(SCFInfo), INTENT(INOUT) :: SCF
+
+    REAL(8), POINTER :: r(:)
+    REAL(8), ALLOCATABLE :: dum(:)
+    REAL(8) :: FCeex, x
+    integer :: i,n
+
+    n=Grid%n
+    r=>grid%r
+
+    ALLOCATE(dum(n),stat=i)
+    IF (i/=0) THEN
+       WRITE(6,*) 'allocation error in Get_FCEnergy_EXX', i,n
+       STOP
+    ENDIF
+
+    call Get_Energy_EXX_VC(Grid,Orbit,FCeex)
+    write(6,*) 'Frozencore core exchange contribution ', FCeex
+    call Get_Energy_EXX_VV(Grid,Orbit,x)
+    write(6,*) 'Frozencore valence exchange contribution ', x
+
+    SCF%valeexc=FCeex+x
+    SCF%evale=SCF%valekin+SCF%valecoul+SCF%valeexc
+
+   deallocate(dum)
+
+  END SUBROUTINE Get_FCEnergy_EXX
+
+!!!!!!!!!!!!!!!!!!!!!Colle Salvetti routines added by Xiao Xu 10-06-2008
+
+
+!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
+! Colle Salvetti correlation energy
+! Still using analytical wavefun and density
+!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
+
+  SUBROUTINE Get_Energy_CS(Grid,Orbit,csenergy)
+    IMPLICIT NONE
+    TYPE(gridinfo),INTENT(IN) ::Grid
+    TYPE(orbitinfo),INTENT(INOUT)::Orbit
+    REAL(8),INTENT(OUT)::csenergy
+
+
+    INTEGER :: i,n,norbit,io
+    REAL(8),ALLOCATABLE :: RealWfn(:,:),RealDen(:),eta(:),xi(:)
+    REAL(8),ALLOCATABLE :: DerivRealWfn(:,:),DerivRealDen(:),&
+&        Deriv2RealDen(:),LaplaceRealDen(:)
+    REAL(8),ALLOCATABLE :: kernel(:),dum(:)
+    REAL(8) :: a ,b ,c ,d ,factor
+    REAL(8) :: ECS_1ST , ECS_2ND,ECS_3RD,ECS_4TH,ECS_5TH,ECS
+    REAL(8) :: alpha
+
+    a=0.04918d0
+    a=a*2
+    b=0.132d0
+    c=0.2533d0
+    d=0.349d0
+
+    n=Grid%n;
+    norbit = Orbit%norbit
+
+    !Change norbit for testing
+    !norbit = 1
+    !alpha =0.1d0
+    !DO i=2,n
+    !    Orbit%wfn(i,1)=Grid%r(i)*exp(-alpha*Grid%r(i))
+    !ENDDO
+    !CALL extrapolate(Grid,Orbit%wfn(:,1))
+
+    !Orbit%den(:)=(Orbit%wfn(:,1)**2) !!/(4.0d0*pi*Grid%r(:)**2)
+
+    ALLOCATE(RealWfn(n,norbit),RealDen(n),eta(n),xi(n))
+    ALLOCATE(DerivRealWfn(n,norbit),DerivRealDen(n),&
+&        Deriv2RealDen(n),LaplaceRealDen(n))
+    ALLOCATE(kernel(n))
+    ALLOCATE(dum(n))
+
+
+    !! restore analytical wavefunction and density
+    DO io=1,norbit
+       DO i=2,n
+          RealWfn(i,io) = Orbit%wfn(i,io)/Grid%r(i)
+       ENDDO
+    ENDDO
+
+    DO i=2,n
+       RealDen(i)=Orbit%den(i)/(4.0d0*pi*(Grid%r(i)**2))
+    ENDDO
+
+
+    DO io=1,norbit
+       CALL extrapolate(Grid,RealWfn(:,io))
+    ENDDO
+    CALL extrapolate(Grid,RealDen)
+
+    !! Calc eta and xi
+    eta(:)= 1.d0 + d/(RealDen(:)**(1.0d0/3.0d0))
+    xi(:) =RealDen(:)**(5.0d0/3.0d0)*EXP(c*(RealDen(:)**(-1.0d0/3.0d0)))*eta(:)
+    xi(:) = 1.d0/xi(:)
+
+
+    ! To deal with eta diverge at long range
+    DO i=1,n
+       IF(xi(i).NE.xi(i)) THEN
+          xi(i)=0
+       ENDIF
+    ENDDO
+
+    !! derivative of wavefunction , density, and their laplacian
+    DO io=1,norbit
+       CALL derivative(Grid,RealWfn(:,io),DerivRealWfn(:,io),1,n)
+    ENDDO
+    CALL derivative(Grid,RealDen,DerivRealDen,1,n)
+    CALL derivative(Grid,DerivRealDen,Deriv2RealDen,1,n)
+
+    LaplaceRealDen(:)=2*DerivRealDen(:)/Grid%r(:) +  &
+&        Deriv2RealDen(:) !! Blows up at origin
+    CALL extrapolate(Grid,LaplaceRealDen)  !! deal with the infinity at origin
+
+
+
+    !! Calculate Colle Salvetti Energy
+    !! Term 1ECS
+    kernel = 0.0d0
+    DO io=1,norbit
+       kernel(:)=kernel(:) + 2*Orbit%occ(io)*RealDen(:)*(DerivRealWfn(:,io)**2)
+    ENDDO
+    kernel(:) =- a*b*(0.25d0)*xi(:)*(Grid%r(:)**2)*kernel(:)
+    ECS_1ST = integrator(Grid,kernel,1,n)
+
+
+    !! Term 2
+    kernel = 0.0d0
+    DO io=1,norbit
+       i=Orbit%l(io)
+       factor=i*(i+1)
+
+       IF(Orbit%l(io)==0) THEN
+          kernel(:)= kernel(:) + 0.0d0
+       ELSE
+          kernel(:)=kernel(:) + &
+&              2*Orbit%occ(io)*RealDen(:)*2*(RealWfn(:,io)**2)*&
+&              factor/(Grid%r(:)**2)
+       ENDIF
+    ENDDO
+
+    CALL extrapolate(Grid, kernel)
+    kernel(:) =- a*b*(0.25d0)*xi(:)*(Grid%r(:)**2)*kernel(:)
+    ECS_2ND = integrator(Grid,kernel,1,n)
+
+
+    !! Term 3
+    kernel = 0.0d0
+    kernel(:) = a*b*xi(:)*(Grid%r(:)**2)*pi*(DerivRealDen(:)**2)
+    ECS_3RD = integrator(Grid,kernel,1,n)
+
+
+    !! Term 4
+    kernel = 0.0d0
+    kernel(:)=-a*b*xi(:)*(Grid%r(:)**2)*pi*(0.5d0)*RealDen(:)*LaplaceRealDen(:)
+    ECS_4TH = integrator(Grid,kernel,1,n)
+
+
+    !! Term5
+    kernel = 0.0d0
+    kernel(:) = - a*(Grid%r(:)**2)*(4.0d0)*pi*RealDen(:)/eta(:)
+    ECS_5th = integrator(Grid,kernel,1,n)
+
+    !! SUM UP
+    ECS = ECS_1ST  + ECS_2ND + ECS_3RD + ECS_4TH + ECS_5TH
+
+    csenergy = ECS
+
+    WRITE(6,*) 'ECS is already Calculated' ,ECS
+
+    DEALLOCATE(RealWfn,RealDen,eta,xi,DerivRealWfn,DerivRealDen,&
+&        Deriv2RealDen,LaplaceRealDen,kernel,dum)
+
+
+  END SUBROUTINE Get_Energy_CS
+
+
+!!!!!!
+!  Calc_decdphi_io
+!!!
+  SUBROUTINE Calc_decdchi_io(Orbit,io,res)
+    TYPE(OrbitInfo),INTENT(IN)::Orbit
+    INTEGER,INTENT(IN)::io
+    REAL(8),INTENT(OUT) ::res(:)
+    INTEGER :: i,n,norbit,IterOrbit
+    REAL(8) :: a,b,c,d,ab
+    REAL(8) ,ALLOCATABLE :: RealWfn(:,:),DerivRealWfn(:,:),Deriv2RealWfn(:,:)
+    REAL(8) ,ALLOCATABLE :: RealDen(:),DerivRealDen(:),Deriv2RealDen(:),&
+&        LaplaceRealDen(:)
+    REAL(8) ,ALLOCATABLE :: eta(:),xi(:),dxidden(:),Derivxi(:),Deriv2xi(:),&
+&        Derivxiden(:),Laplacexi(:)
+    REAL(8) ,ALLOCATABLE :: Row1(:),Row2(:),Row3(:),Row4(:),Row5(:),&
+&        Row6(:),Row7(:),decdchi(:),RowExtra(:)
+    REAL(8) ,ALLOCATABLE :: dum(:),dum1(:),dum2(:)
+    REAL(8) :: small=1.d-6
+    REAL(8) :: Inte1,Inte2,Inte3,Inte4,Inte5,Inte6,Inte7,InteAll7
+    INTEGER :: factor
+    REAL(8) :: alpha
+    REAL(8) :: XiaoTest
+
+
+    ! This subroutine was written by Xiao Xu in Aug. 2008;
+    !   It is not quite working yet
+    WRITE(6,*) 'Colle Salvetti correlation function not yet quite working'
+    WRITE(6,*) 'Program will stop.'
+    STOP
+    a=0.04918d0
+    a=a*2
+    b=0.132d0
+    c=0.2533d0
+    d=0.349d0
+    ab=a*b
+
+    n = Gridwk%n
+    norbit = Orbit%norbit
+
+
+    ! Fot the testing purpose
+    !io=1
+    !norbit = 1
+    !alpha =0.1d0
+    !DO i=2,n
+    !    Orbit%wfn(i,1)=Grid%r(i)*exp(-alpha*Grid%r(i))
+    !ENDDO
+    !CALL extrapolate(Grid,Orbit%wfn(:,1))
+    !Orbit%den(:)= (Grid%r(:)**2)*exp(-2*alpha*Grid%r(:))
+    !Orbit%l(1) =0
+
+
+    ALLOCATE(RealWfn(n,norbit),DerivRealWfn(n,norbit),Deriv2RealWfn(n,norbit))
+    ALLOCATE(RealDen(n),DerivRealDen(n),Deriv2RealDen(n),LaplaceRealDen(n))
+    ALLOCATE(eta(n),xi(n),dxidden(n),Derivxi(n),Deriv2xi(n),Laplacexi(n))
+    ALLOCATE(Row1(n),Row2(n),Row3(n),Row4(n),Row5(n),Row6(n),Row7(n),&
+&        decdchi(n),RowExtra(n))
+    ALLOCATE(Derivxiden(n))
+    ALLOCATE(dum(n),dum1(n),dum2(n))
+
+    !-------Wave Function,Density,Eta,Xi Related----------------------------------------
+    ! Wavefunction Related
+    DO IterOrbit=1,norbit
+       DO i=2,n
+          RealWfn(i,IterOrbit) = Orbit%wfn(i,IterOrbit)/Gridwk%r(i)
+       ENDDO
+       CALL extrapolate(Gridwk,RealWfn(:,IterOrbit))
+    ENDDO
+
+
+    DO IterOrbit=1,norbit
+       CALL derivative(Gridwk,RealWfn(:,IterOrbit),DerivRealWfn(:,IterOrbit),&
+&           1,n)
+       CALL derivative(Gridwk,DerivRealWfn(:,IterOrbit),&
+&           Deriv2RealWfn(:,IterOrbit),1,n)
+    ENDDO
+
+    ! Density Related
+    DO i=2,n
+       RealDen(i)=Orbit%den(i)/(4.0d0*pi*(Gridwk%r(i)**2))
+    ENDDO
+    CALL extrapolate(Gridwk,RealDen)
+
+    CALL derivative(Gridwk,RealDen,DerivRealDen,1,n)
+    CALL derivative(Gridwk,DerivRealDen,Deriv2RealDen,1,n)
+    LaplaceRealDen(:)=2*DerivRealDen(:)/Gridwk%r(:) +  Deriv2RealDen(:)
+    !! Blows up at origin
+    CALL extrapolate(Gridwk,LaplaceRealDen)   !! deal with the infinity at origin
+
+
+    ! eta and Xi Related
+    eta(:)= 1 + d/(RealDen(:)**(1.0d0/3.0d0))
+    xi(:) =RealDen(:)**(5.0d0/3.0d0)*EXP(c*(RealDen(:)**(-1.0d0/3.0d0)))*eta(:)
+    xi(:) = 1/xi(:)
+
+    dxidden(:)=(-5.0d0/3.0d0)/RealDen(:)+c/(3.0d0*RealDen(:)**(4.0d0/3.0d0))&
+&        + d/(3.0d0*eta(:)*RealDen(:)**(4.0d0/3.0d0))
+    dxidden(:)=dxidden(:)*xi(:)
+
+    CALL derivative(Gridwk,xi,Derivxi,1,n)
+    CALL derivative(Gridwk,Derivxi,Deriv2xi,1,n)
+    Laplacexi(:)=Deriv2xi(:) + 2*Derivxi(:)/Gridwk%r(:)
+    CALL extrapolate(Gridwk,Laplacexi)
+
+
+    dum(:)=xi(:)*RealDen(:)
+    CALL derivative(Gridwk,dum,Derivxiden,1,n)
+
+    !------------------------------------------------------------------
+
+    ! Schrodinger equation test :
+    !  dum(:)=Gridwk%r(:)*Deriv2RealWfn(:,io) + 2*DerivRealWfn(:,io)
+    !  dum1(:)= (Gridwk%r(:)*Orbit%eig(io))*RealWfn(:,io)
+    !  dum2(:)=dum(:)-dum1(:)
+
+
+    ! Row 1
+    Row1 = 0.0d0
+    Row1(:)= -a/eta(:) - (a*d/3.0d0)*(RealDen(:)**(-1.0d0/3.0d0))/(eta(:)**2)
+
+    Row1(:)= - Orbit%wfn(:,io)*Row1(:)
+    Inte1=integrator(Gridwk,Row1,1,n)
+
+
+    ! Row 2
+    Row2 = 0.0d0
+    DO IterOrbit=1,norbit
+       IF(Orbit%l(IterOrbit) ==0 ) THEN
+          Row2(:) = Row2(:) +2*Orbit%occ(IterOrbit)*(1.0d0/(4.0d0*pi))* &
+&              RealDen(:)*(DerivRealWfn(:,IterOrbit)**2)
+       ELSE
+          ! Row2 needs to be accumlated , be careful !
+          factor = Orbit%l(IterOrbit)*(Orbit%l(IterOrbit)+1)
+          dum(:) = RealWfn(:,IterOrbit)/Gridwk%r(:)
+          dum(:) = DerivRealWfn(:,IterOrbit)**2  + (factor*dum(:)**2)
+          dum(:) = 2*Orbit%occ(IterOrbit)*(1.0d0/(4.0d0*pi))*RealDen(:)*dum(:)
+          Row2(:) = Row2(:) + dum(:)
+       ENDIF
+    ENDDO
+
+    Row2(:)=-ab*(0.25d0)*dxidden(:)*Orbit%wfn(:,io)*Row2(:)
+    CALL extrapolate(Gridwk,Row2)
+    Inte2=integrator(Gridwk,Row2,1,n)
+
+    ! Row3
+    Row3 = 0.0d0
+    Row3(:) = - DerivRealDen(:)**2 + 0.5d0*RealDen(:)*LaplaceRealDen(:)
+    Row3(:) = -ab*(0.25d0)*dxidden(:)*orbit%wfn(:,io)*Row3(:)
+    Inte3 = integrator(Gridwk,Row3,1,n)
+
+    ! Row4
+    Row4 = 0.0d0
+    Row4(:) = Gridwk%r(:)*DerivRealWfn(:,io)*Derivxiden(:)
+    Row4(:) = ab*(0.5d0)*Row4(:)
+    Inte4 = integrator(Gridwk,Row4,1,n)
+
+    !  New Row5  combines part of the Row4
+    Row5 = 0.0d0
+    ! IF(Orbit%l(io) == 0 ) THEN
+    !    Row5(:) = 0.0d0
+    ! ELSE
+    !    factor = orbit%l(io)*(orbit%l(io)+1)
+    !    Row5(:)  = -ab*(0.5d0)*xi(:)*RealDen(:)*factor/(Gridwk%r(:)**2)
+    ! ENDIF
+
+    Row5(:)= ( Potwk%rv(:)  - Gridwk%r(:)*Orbit%eig(io) )*RealWfn(:,io)
+    Row5(:)=ab*(0.50d0)*xi(:)*RealDen(:)*Row5(:)
+
+
+    CALL extrapolate(Gridwk,Row5)
+
+    dum(:)=Row4(:)+Row5(:)
+    XiaoTest=integrator(Gridwk,dum)
+
+    WRITE(*,*) "XiaoTest" , XiaoTest
+
+    ! Row6
+    Row6 = 0.0d0
+    Row6(:) = derivxi(:)*derivRealDen(:)+xi(:)*LaplaceRealDen(:)
+    Row6(:) = -ab*(0.25d0)*Row6(:)*orbit%wfn(:,io)
+    Inte6=integrator(Gridwk,Row6,1,n)
+
+    ! Row7
+    Row7 = 0.0d0
+    Row7(:) = -ab*(0.125d0)*(Laplacexi(:)*RealDen(:)+&
+&        Derivxi(:)*DerivRealDen(:)+xi(:)*LaplaceRealDen(:))
+    Row7(:) = -ab*(0.125d0)*xi(:)*LaplaceRealDen(:) + Row7(:)
+    Row7(:) = Row7(:)*orbit%wfn(:,io)
+
+    Inte7= integrator(Gridwk, Row7,1,n)
+
+
+    ! Row Extra
+    RowExtra = 0.0d0
+    DO IterOrbit=1,norbit
+       IF(Orbit%l(IterOrbit) ==0 ) THEN
+          RowExtra(:) = RowExtra(:) +&
+&              2*Orbit%occ(IterOrbit)*(1.0d0/(4.0d0*pi))* &
+&              RealDen(:)*(DerivRealWfn(:,IterOrbit)**2)
+       ELSE
+          ! RowExtra needs to be accumlated , be careful !
+          factor = Orbit%l(IterOrbit)*(Orbit%l(IterOrbit)+1)
+          dum(:) = RealWfn(:,IterOrbit)/Gridwk%r(:)
+          dum(:) = DerivRealWfn(:,IterOrbit)**2  + (factor*dum(:)**2)
+          dum(:) = 2*Orbit%occ(IterOrbit)*(1.0d0/(4.0d0*pi))*dum(:)
+          RowExtra(:) = RowExtra(:) + dum(:)
+       ENDIF
+    ENDDO
+
+    RowExtra(:)=-RowExtra(:)*ab*(0.25d0)*xi(:)*orbit%wfn(:,io)
+    CALL extrapolate(Gridwk, RowExtra)
+
+    ! Sum up
+    decdchi(:) = Row1(:) +  Row2(:) +  Row3(:) +  Row4(:) + &
+&        Row5(:) +  Row6(:) +  Row7(:) + RowExtra(:)
+    InteAll7 = integrator(Gridwk,decdchi,1,n)
+
+
+    ! For Test Simple Case purpose Xiao
+    ! dum(:)= -exp(-alpha*Gridwk%r(:))*(Gridwk%r(:)**2)
+    ! dum(:)= -Gridwk%r(:)*Orbit%wfn(:,1);
+    ! dum(:)=decdchi(:)*dum(:)
+    ! XiaoTest=integrator(Gridwk,dum)
+
+
+
+    res = decdchi
+
+    DEALLOCATE(RealWfn,DerivRealWfn,Deriv2RealWfn, &
+&        RealDen,DerivRealDen,Deriv2RealDen,LaplaceRealDen, &
+&        eta,xi,dxidden,Derivxi,Deriv2xi,Laplacexi, &
+&        Row1,Row2,Row3,Row4,Row5,Row6,Row7,decdchi,RowExtra,&
+&        Derivxiden,dum,dum1,dum2)
+
+  END SUBROUTINE Calc_decdchi_io
+
+  !*************************************************************
+  ! subroutine invert_numerov(Grid,l,mn,energy,zeroval,st,rv,res)
+  !    subroutine similar to inhomo_bound_numerov but return inverted
+  !        matrix of Numerov Coefficients -- not including r=0 point
+  !        Also return bp== b(mn) coefficient for special boundary use
+  !*************************************************************
+  SUBROUTINE invert_numerov(Grid,l,mn,energy,rv,res,bp)
+    TYPE (GridInfo), INTENT(IN) :: Grid
+    INTEGER, INTENT(IN) :: l,mn
+    REAL(8), INTENT(IN) :: energy,rv(:)
+    REAL(8), INTENT(OUT) :: res(:,:),bp
+
+    REAL(8), ALLOCATABLE :: aa(:),a(:),b(:),c(:),p(:)
+    REAL(8) :: xx,angm,h,h2,scale,zeroval,st
+    INTEGER :: i,j,k,n
+
+    ALLOCATE(a(mn-1),b(mn-1),c(mn-1),p(mn-1),aa(mn-1),stat=i)
+    IF (i/=0) THEN
+       WRITE(6,*) 'Allocation error inhomo_multi_numerov ', mn,i
+       STOP
+    ENDIF
+
+    ! assume wfn(r) ~ r**(l+1) for r->0
+
+    angm=l*(l+1)
+    aa=0; res=0
+    h=Grid%h;    h2=h*h
+    zeroval=0
+    IF (l==0)  zeroval=rv(1)
+    IF (l==1)  zeroval=2
+    st=rv(1)/2; st=st/(l+1)
+    DO i=1,mn-1
+       aa(i)=rv(i+1)/Grid%r(i+1)-energy+angm/(Grid%r(i+1)**2)
+    ENDDO
+    bp=rv(mn+1)/Grid%r(mn+1)-energy+angm/(Grid%r(mn+1)**2)
+
+    xx=zeroval
+    IF (usingloggrid(Grid)) THEN
+       aa(1:mn-1)=0.25d0+Grid%rr02(2:mn)*aa(1:mn-1)
+       bp=0.25d0+Grid%rr02(mn+1)*bp
+       xx=Grid%rr02(1)*xx/Grid%pref(1)
+    ENDIF
+    bp=1.2d0-0.1d0*h2*bp
+
+    res=0
+
+    DO k=1,mn-1
+       a(1:mn-1)=aa(1:mn-1)
+       c=0; c(k)=1
+
+       b=-2.4d0-h2*a   ;
+       b(1)=b(1)-0.1d0*h2*xx/((Grid%r(2)**(l+1))*(1.d0+st*Grid%r(2)))
+       a=1.2d0-0.1d0*h2*a
+       p=0;p(2:mn-1)=a(1:mn-2)
+       a(1:mn-2)=a(2:mn-1);a(mn-1)=0
+
+       CALL thomas(mn-1,p,b,a,c)
+
+       res(1:mn-1,k)=c(1:mn-1)
+    ENDDO
+
+    IF (usingloggrid(Grid)) THEN
+       DO i=1,mn-1
+          res(1:mn-1,i)=res(1:mn-1,i)*(Grid%pref(2:mn))
+       ENDDO
+       bp=bp*(Grid%pref(mn+1))
+    ENDIF
+
+    DEALLOCATE(a,b,c,p,aa)
+
+  END SUBROUTINE invert_numerov
+
+!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
+!! Version of VXOCC which just returns rvx given input wfn's
+!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
+  SUBROUTINE VXOCC(Grid,Orbit,HSZ,rvx)
+     TYPE(GridInfo), INTENT(IN) :: Grid
+     TYPE(OrbitInfo), INTENT(INOUT) :: Orbit
+     TYPE(HSZInfo), INTENT(INOUT) :: HSZ
+     REAL(8), INTENT(INOUT) :: rvx(:)   ! new Vx*r
+
+     INTEGER :: q,i,j,k,l,n,io,jo,ip,jp,last,mdim,adim,lastindex,norbit
+     REAL(8) :: x,y,z
+     REAL(8), ALLOCATABLE :: dum1(:),dum2(:),arg(:),der1(:),der2(:)
+     REAL(8), ALLOCATABLE :: M(:,:),MM(:,:),ux(:),vx(:),Rp(:)
+     INTEGER, ALLOCATABLE :: ind1(:),ind2(:),indm1(:),indm2(:)
+     REAL(8), parameter :: scalefac=0.001d0,Rfix=20.d0
+     INTEGER :: jcount=0
+     CHARACTER(4) :: stuff
+
+     n=Grid%n
+     ALLOCATE(dum1(n),dum2(n),arg(n),der1(n),der2(n))
+
+     mdim=norbit*norbit
+     ALLOCATE(M(mdim,mdim),MM(mdim,mdim),ux(mdim),vx(mdim),&
+&             Rp(mdim),ind1(mdim),ind2(mdim),indm1(mdim),indm2(mdim))
+
+     last=0
+     z=-1.d13
+     Orbit%den=0
+     Do io=1,norbit
+        ! check normalization and sign of wfn
+        arg=Orbit%wfn(:,io)**2
+        x=sqrt(Integrator(Grid,arg))
+        Orbit%wfn(:,io)=Orbit%wfn(:,io)/x
+        CALL ADJUSTSIGN(Orbit%wfn(:,io),3)
+        x=ABS(Orbit%wfn(n-3,io))
+        if (Orbit%occ(io)>0.0001d0.and.x>z) then
+             last=io
+             z=x
+        endif
+        Orbit%den=Orbit%den+Orbit%occ(io)*(Orbit%wfn(:,io)**2)
+     Enddo
+     write(6,*) 'VXOCC ', jcount,last,z
+     CALL SetIndex(Orbit)
+     last=HSZ%zero_index
+     write(6,*) 'Reset last = ', last
+
+  ! calculate Xi(r) and <psi_q|X_p>
+     adim=0;dum1=0;arg=0;ux=0;ind1=0;ind2=0;indm1=0;indm2=0
+
+        Do io=1,norbit
+           if (Orbit%occ(io)>0.00001d0) then
+              call Calc_dexdphi_io(Grid,Orbit,io,der1);Orbit%X(:,io)=der1
+              dum1=dum1+Orbit%occ(io)*der1*Orbit%wfn(:,io)
+              do jo=1,norbit
+                 if (Orbit%occ(jo)>0.00001d0.and.Orbit%l(io)==Orbit%l(jo)) then
+                    adim=adim+1
+                    ind1(adim)=io; ind2(adim)=jo
+                    arg=Orbit%wfn(:,jo)*der1
+                    arg(1)=0.d0; arg(2:n)=arg(2:n)/Grid%r(2:n)
+                    ux(adim)=integrator(Grid,arg)
+                    write(6,'("ux ", 3i5,1p,1e15.7)') io, jo, adim, ux(adim)
+                     call flush(6)
+                    if (jo==last.and.io==last) then
+                       lastindex=adim
+                       write(6,*) 'Last index = ', lastindex,io,jo
+                    endif
+                  endif
+               enddo
+            endif
+         enddo
+
+        ! Linear algebra setup
+        dum1(1)=0
+        do q=2,n
+           if (Orbit%den(q)>machine_zero) then
+              dum1(q)=dum1(q)/(Grid%r(q)*Orbit%den(q))
+           else
+              dum1(q)=0.d0
+           endif
+        enddo
+
+        Rp=0; M=0; MM=0;k=0
+        Do i=1,adim
+           if (i/=lastindex) then
+              k=k+1
+              io=ind1(i);jo=ind2(i)
+              indm1(k)=io; indm1(k)=jo
+              arg=dum1*Orbit%wfn(:,io)*Orbit%wfn(:,jo)
+              Rp(k)=integrator(Grid,arg)
+              l=0; MM(k,k)=1.d0
+              do j=1,adim
+                 ip=ind1(j);jp=ind2(j)
+                 if (j/=lastindex) then
+                    l=l+1
+                    arg=Orbit%wfn(:,io)*Orbit%wfn(:,jo)* &
+&                      Orbit%wfn(:,ip)*Orbit%wfn(:,jp)*Orbit%occ(ip)
+                   do q=2,n
+                    if (Orbit%den(q)>machine_zero) then
+                       arg(q)=arg(q)/(Orbit%den(q))
+                    else
+                       arg(q)=0.d0
+                    endif
+                   enddo
+                   x=integrator(Grid,arg)
+                   Rp(k)=Rp(k)-x*ux(j)
+                   MM(k,l)=MM(k,l)-x
+                 endif
+              enddo
+            endif
+         enddo
+
+    !Write(6,*) 'MM matrix'
+    !Do k=1,adim-1
+    !   write(6,'(1p,6e12.5)') (MM(k,l),l=1,adim-1)
+    !enddo
+
+    !write(6,*) 'Rp '
+    !   write(6,'(1p,6e12.5)') (Rp(l),l=1,adim-1)
+
+        call linsol(MM,Rp,adim-1,mdim,mdim,mdim)
+        i=0;arg=0;HSZ%U=0
+        Do k=1,adim
+           if (k/=lastindex) then
+              i=i+1
+              vx(k)=Rp(i)
+           else
+              vx(k)=ux(k)
+           endif
+           io=ind1(k);jo=ind2(k)
+           write(6,'(3i5," ux ", 1p,1e15.7,"  vx  ",1p,1e15.7)')k,io,jo,ux(k),vx(k)
+           arg=arg+Orbit%occ(io)*(vx(k)-ux(k))*&
+&                  (Orbit%wfn(:,io)*Orbit%wfn(:,jo))
+           If (io==jo) HSZ%U(io)=vx(io)-ux(io)
+        enddo
+        arg(1)=0
+        do i=2,n
+           if (Orbit%den(i)>machine_zero) then
+              arg(i)=arg(i)/Orbit%den(i)
+           endif
+        enddo
+        rvx=(dum1+arg)*Grid%r
+
+    !   call mkname(jcount,stuff)
+    !   OPEN(unit=1001,file='VX'//TRIM(stuff),form='formatted')
+    !   DO i = 1,n
+    !      WRITE(1001,'(1p,50e15.7)') Gridwk%r(i), &
+    !&       rvx(i),dum1(i),arg(i),Orbit%den(i),&
+    !&                 (Orbit%wfn(i,last))**2
+    !   ENDDO
+    !   CLOSE(1001)
+
+       jcount=jcount+1
+
+     DEALLOCATE(dum1,dum2,arg,der1,der2,M,MM,ux,vx,Rp,ind1,ind2,indm1,indm2)
+
+  END SUBROUTINE VXOCC
+
+!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
+!!!!  EXXOCCiter_wfn -- version using wfn mixing
+!!!!   w is rvx
+!!!!     On input it is assumed that Orbitwk contains current iteration wfn
+!!!!     On output it is assumed that Orbitwk contains next iteration wfn
+!!!!     Potwk%rvh and Potwk%rvx are calculated for input Orbitwk
+!!!!     It is assumed that input wfn's are orthonormal
+!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
+  SUBROUTINE EXXOCCiter_wfn(counter,mix,tol,err,success)
+    INTEGER, INTENT(IN) :: counter
+    REAL(8), INTENT(IN) :: mix,tol
+    REAL(8), INTENT(OUT) :: err
+    LOGICAL, INTENT(OUT) :: success
+
+    INTEGER :: i,j,k,n,io,l,iter,last,lastchance
+    REAL(8) :: x,y,z,fac,energy,val
+    REAL(8),ALLOCATABLE :: dum(:),res(:),rv(:)
+    TYPE (OrbitInfo) :: tmpOrbit
+    TYPE (PotentialInfo) :: tmpPot
+    INTEGER:: fcount=0
+    REAL(8),save :: previouserror =1.d13
+    CHARACTER(4) :: stuff
+    LOGICAL :: OK,noalt=.true.,fix=.true.
+
+    success=.FALSE. ; err=0.d0
+    n=Gridwk%n
+
+    lastchance=0
+    fac=1.d0
+    if (Potwk%nz<=29.d0+tol.and.Potwk%nz>=21.d0-tol) fac=0.5d0
+    ALLOCATE(dum(n),res(n),rv(n),stat=i)
+    IF (i/=0) THEN
+       WRITE(6,*) 'Error in EXXOCCiter allocation' ,n,i
+       STOP
+    ENDIF
+
+    write(6,*) 'Starting EXXOCCiter_wfn'; call flush(6)
+    write(6,*) 'Initial eigenenergies'
+    call One_electron_energy_Report(Orbitwk,6)
+
+    Orbitwk%den=0     ! update density
+    Do io=1,Orbitwk%norbit
+       Orbitwk%den=Orbitwk%den+Orbitwk%occ(io)*(Orbitwk%wfn(:,io)**2)
+    enddo
+
+    CALL CopyOrbit(Orbitwk,tmpOrbit)
+    CALL CopyPot(Potwk,tmpPot)
+
+    ! replace   tmpPot%rvh   tmpPot%rvx
+    call poisson(Gridwk,x,Orbitwk%den,tmpPot%rvh,y,z)
+    Call VXOCC(Gridwk,Orbitwk,HSZ,tmpPot%rvx)
+
+    rv=tmpPot%rvn+tmpPot%rvh+tmpPot%rvx
+    tmpPot%rv=rv
+    CALL Updatewfn(Gridwk,tmpPot,tmpOrbit,rv,OK)
+
+    !if FC core calc , restore core info backinto tmpOrbit
+
+    IF(frozencorecalculation) THEN
+       write(6,*) 'Frozencore case'
+       DO io = 1 , Orbitwk%norbit
+          IF(Orbitwk%iscore(io)) THEN
+             tmpOrbit%eig(io)=Orbitwk%eig(io)
+             tmpOrbit%wfn(:,io)=Orbitwk%wfn(:,io)
+          ENDIF
+       ENDDO
+    ENDIF
+
+    write(6,*) 'EXXOCCIter ', fcount
+    DO io = 1 , Orbitwk%norbit
+       write(6,'(3i10,2x,1p,2e15.7)') io,tmpOrbit%np(io),tmpOrbit%l(io),&
+&           tmpOrbit%occ(io),tmpOrbit%eig(io)
+    ENDDO
+
+    IF (.NOT.OK) THEN
+       If (lastchance==0) then
+           lastchance=1
+           Call VXOCC(Gridwk,Orbitwk,HSZ,tmpPot%rvx)
+           rv=tmpPot%rvn+tmpPot%rvh+tmpPot%rvx
+           tmpPot%rv=rv
+           CALL Updatewfn(Gridwk,tmpPot,tmpOrbit,rv,OK)
+
+            Write(6,*) 'Redo OCC '
+             IF(frozencorecalculation) THEN
+                write(6,*) 'Frozencore case'
+                DO io = 1 , Orbitwk%norbit
+                   IF(Orbitwk%iscore(io)) THEN
+                      tmpOrbit%eig(io)=Orbitwk%eig(io)
+                      tmpOrbit%wfn(:,io)=Orbitwk%wfn(:,io)
+                   ENDIF
+                ENDDO
+             ENDIF
+
+             write(6,*) 'EXXOCCIter ', fcount
+             DO io = 1 , Orbitwk%norbit
+                write(6,'(3i10,2x,1p,2e15.7)') io,tmpOrbit%np(io),&
+&                    tmpOrbit%l(io),tmpOrbit%occ(io),tmpOrbit%eig(io)
+             ENDDO
+
+       ELSE
+             WRITE(6,*) 'Bad luck in EXXIter'
+             Potwk%rv=tmpPot%rv
+             Potwk%rvh=tmpPot%rvh
+             Potwk%rvx=tmpPot%rvx
+
+             Orbitwk%wfn=tmpOrbit%wfn
+             Orbitwk%eig=tmpOrbit%eig
+             Orbitwk%den=tmpOrbit%den
+
+             CALL Report_EXX_functions('ER')
+             STOP
+       ENDIF
+    ENDIF
+
+    !CALL mkname(fcount,stuff)
+    !OPEN (unit=1001,file='occdiff.'//TRIM(stuff),form='formatted')
+    !DO i=1,n
+    !   WRITE(1001,'(1p,60E15.7)') Gridwk%r(i),Potwk%rvh(i),tmpPot%rvh(i),&
+    !&       Potwk%rvx(i),tmpPot%rvx(i)
+    !ENDDO
+    !CLOSE(1001)
+
+    !OPEN (unit=1001,file='occwfn.'//TRIM(stuff),form='formatted')
+    !DO i=1,n
+    !   WRITE(1001,'(1p,60E15.7)') Gridwk%r(i), &
+    !&        (Orbitwk%wfn(i,io),io=1,Orbitwk%norbit),(tmpOrbit%wfn(i,io),io=1,Orbitwk%norbit)
+    !ENDDO
+    !CLOSE(1001)
+
+    err=0
+    do io=1,Orbitwk%norbit
+       If(.not.frozencorecalculation.or.&
+&           frozencorecalculation.and..not.Orbitwk%iscore(io)) then
+          !CALL ADJUSTSIGN(Orbitwk%wfn(:,io),3)
+          !CALL ADJUSTSIGN(tmpOrbit%wfn(:,io),3)
+          dum=(Orbitwk%wfn(:,io)-tmpOrbit%wfn(:,io))**2
+          err=err+Orbitwk%occ(io)*Integrator(Gridwk,dum)
+       endif
+    enddo
+
+    ! update wfn if tolerance not satisfied
+    IF (err>tol.OR.ABS(err-previouserror)>tol) THEN
+       if (counter==40) then     ! reset
+          write(6,*) '***Reset wfn***'
+          DO io=1,Orbitwk%norbit
+             If(.not.frozencorecalculation.or.&
+&              frozencorecalculation.and..not.Orbitwk%iscore(io)) then
+               Orbitwk%wfn(:,io)=tmpOrbit%wfn(:,io)
+               Orbitwk%eig(io)=tmpOrbit%eig(io)
+             endif
+          ENDDO
+       else
+          val=1.d0-mix*fac
+          WRITE(6,*) 'mixing wfns ', mix*fac,err
+          DO io=1,Orbitwk%norbit
+             If(.not.frozencorecalculation.or.&
+&              frozencorecalculation.and..not.Orbitwk%iscore(io)) then
+               Orbitwk%wfn(:,io)=val*Orbitwk%wfn(:,io)+&
+&                        mix*fac*tmpOrbit%wfn(:,io)
+               dum=(Orbitwk%wfn(:,io))**2
+               x=sqrt(Integrator(Gridwk,dum))
+               Orbitwk%wfn(:,io)=Orbitwk%wfn(:,io)/x
+               Orbitwk%eig(io)=tmpOrbit%eig(io)       ! only true at convergence
+             endif
+          ENDDO
+          !CALL ORTHONORMALIZE(Gridwk,Orbitwk)    !  normalize only
+          write(6,*) 'OCCIter tol',fcount,tol,err,previouserror
+       endif
+    ELSE
+       success=.TRUE.
+       write(6,*) 'Calculation has converged with ', err,tol
+    ENDIF
+
+    Orbitwk%den=0
+    Do io=1,Orbitwk%norbit
+       Orbitwk%den=Orbitwk%den+Orbitwk%occ(io)*(Orbitwk%wfn(:,io)**2)
+    Enddo
+
+    Potwk%rv=tmpPot%rv
+    Potwk%rvh=tmpPot%rvh
+    Potwk%rvx=tmpPot%rvx
+
+  !  calculate total energy for this new set; note that eone may be off
+
+    Call Get_KinCoul(Gridwk,tmpPot,Orbitwk,SCFwk,noalt)
+
+    write(6,*) 'Get_KinCoul', SCFwk%ekin
+
+
+    If (frozencorecalculation) &
+&           Call Get_FCKinCoul(Gridwk,tmpPot,Orbitwk,FCwk,SCFwk,noalt)
+
+    write(6,*) 'Get_FCKinCoul', SCFwk%ekin
+
+    CALL One_electron_energy_Report(Orbitwk,6)
+    CALL Get_Energy_EXX(Gridwk,Orbitwk,SCFwk%eexc)
+    SCFwk%etot=SCFwk%ekin+SCFwk%estatic+SCFwk%eexc
+    IF (frozencorecalculation) THEN
+       CALL Get_FCEnergy_EXX(Gridwk,Orbitwk,FCwk,SCFwk)
+       energy=SCFwk%evale
+       CALL Total_FCEnergy_Report(SCFwk,6)
+       CALL Total_Energy_Report(SCFwk,6)
+    ELSE
+       energy=SCFwk%etot
+       CALL Total_Energy_Report(SCFwk,6)
+    ENDIF
+
+    WRITE(6,'("ASiter",i5,1p,1e20.12,1p,2e15.7)')fcount,energy,err
+
+    fcount=fcount+1
+    previouserror=err
+    DEALLOCATE (dum,res,rv)
+    CALL DestroyPot(tmpPot)
+    CALL DestroyOrbit(tmpOrbit)
+
+  END SUBROUTINE   EXXOCCiter_wfn
+!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
+!!!!  EXXKLIiter
+!!!!   w is rvx
+!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
+  SUBROUTINE EXXKLIiter(w,energy,grad,err,success,verbose)
+    REAL(8), INTENT(INOUT) :: w(:)
+    REAL(8), INTENT(OUT) :: energy
+    REAL(8), INTENT(OUT) :: grad(:)
+    REAL(8), INTENT(OUT) :: err
+    LOGICAL, INTENT(OUT) :: success
+    LOGICAL, INTENT(IN) :: verbose
+
+    INTEGER :: i,j,k,n,io,l,iter,last
+    REAL(8) :: x,fac
+    REAL(8),ALLOCATABLE :: dum(:),res(:),rv(:)
+    TYPE (OrbitInfo) :: tmpOrbit
+    TYPE (PotentialInfo) :: tmpPot
+    INTEGER:: fcount=0
+    REAL(8), PARAMETER :: tol=1.d-10,mix=0.2d0
+    CHARACTER(4) :: stuff
+    LOGICAL :: OK
+
+    success=.TRUE. ; err=0.d0
+    n=Gridwk%n
+
+    fac=1.d0
+    if (Potwk%nz>=21.d0-tol.and.Potwk%nz<=29.d0+tol) fac=0.5d0
+    HSZ%matchpoint=n
+    ALLOCATE(dum(n),res(n),rv(n),stat=i)
+    IF (i/=0) THEN
+       WRITE(6,*) 'Error in EXXKLIiter allocation' ,n,i
+       STOP
+    ENDIF
+
+    Potwk%rvx=w
+    CALL CopyOrbit(Orbitwk,tmpOrbit)
+    CALL CopyPot(Potwk,tmpPot)
+
+    rv=Potwk%rvn+Potwk%rvh+Potwk%rvx
+    CALL Updatewfn(Gridwk,tmpPot,tmpOrbit,rv,OK)
+
+    !if FC core calc , restore core info backinto tmpOrbit
+
+    IF(frozencorecalculation) THEN
+       write(6,*) 'Frozencore case'
+       DO io = 1 , Orbitwk%norbit
+          IF(Orbitwk%iscore(io)) THEN
+             tmpOrbit%eig(io)=Orbitwk%eig(io)
+             tmpOrbit%wfn(:,io)=Orbitwk%wfn(:,io)
+          ENDIF
+       ENDDO
+    ENDIF
+
+    write(6,*) 'EXXKLIIter ', fcount
+    DO io = 1 , Orbitwk%norbit
+       write(6,'(3i10,2x,1p,2e15.7)') io,tmpOrbit%np(io),tmpOrbit%l(io),&
+&           tmpOrbit%occ(io),Orbitwk%eig(io)
+    ENDDO
+
+    IF (.NOT.OK) THEN
+       WRITE(6,*) 'Bad luck in EXXIter'
+       Potwk%rv=tmpPot%rv
+       Potwk%rvh=tmpPot%rvh
+       Potwk%rvx=tmpPot%rvx
+
+       Orbitwk%wfn=tmpOrbit%wfn
+       Orbitwk%eig=tmpOrbit%eig
+       Orbitwk%den=tmpOrbit%den
+
+       CALL Report_EXX_functions('ER')
+       STOP
+    ENDIF
+
+    tmpPot%rv=rv
+    if (frozencorecalculation) then
+      CALL Get_FCKinCoul(Gridwk,tmpPot,tmpOrbit,FCwk,SCFwk)
+    else
+      CALL Get_KinCoul(Gridwk,tmpPot,tmpOrbit,SCFwk)
+    endif
+    dum=tmpPot%rvh-Potwk%rvh
+    err=err+Dot_Product(dum,dum)
+    write(6,*) 'HartreeIter ', fcount,err
+    call simplemix(fac*mix,Potwk%rvh,tmpPot%rvh,dum)
+    tmpPot%rvh=dum
+
+    CALL One_electron_energy_Report(tmpOrbit,6)
+
+    CALL Get_Energy_EXX(Gridwk,tmpOrbit,SCFwk%eexc)
+    CALL SetIndex(tmpOrbit) ! find index of most extended wfn
+    SCFwk%etot=SCFwk%ekin+SCFwk%estatic+SCFwk%eexc
+    IF (frozencorecalculation) THEN
+       CALL Get_FCEnergy_EXX(Gridwk,tmpOrbit,FCwk,SCFwk)
+       energy=SCFwk%evale
+       CALL Total_FCEnergy_Report(SCFwk,6)
+    ELSE
+       energy=SCFwk%etot
+       CALL Total_Energy_Report(SCFwk,6)
+    ENDIF
+
+    call NEWVX(Gridwk,tmpOrbit,HSZ,Potwk%rvx,tmpPot%rvx,OK)
+    res=tmpPot%rvx-Potwk%rvx
+    x=Dot_Product(res,res)
+    write(6,*) 'VxIter ', fcount,x; call flush(6)
+    err=err+x;
+    if (.not.OK) then
+           err=err+100      ! penalty for bad tail
+           !   reset potential to tmpPot%rvx
+           w=tmpPot%rvx
+           grad=tmpPot%rvx
+    else
+          call simplemix(fac*mix,Potwk%rvx,tmpPot%rvx,res)
+          tmpPot%rvx=res; w=res
+          grad=res
+    endif
+    success=OK
+
+   ! CALL mkname(fcount,stuff)
+   ! OPEN (unit=1001,file='klidiff.'//TRIM(stuff),form='formatted')
+   ! DO i=1,n
+   !    WRITE(1001,'(1p,60E15.7)') Gridwk%r(i),Potwk%rvh(i),tmpPot%rvh(i),&
+   !&        Potwk%rvx(i),tmpPot%rvx(i)
+   ! ENDDO
+   ! Close(1001)
+
+       tmpPot%rv=tmpPot%rvn+tmpPot%rvh+tmpPot%rvx
+       Potwk%rv=tmpPot%rv
+       Potwk%rvh=tmpPot%rvh
+       Potwk%rvx=tmpPot%rvx
+
+       Orbitwk%wfn=tmpOrbit%wfn
+       Orbitwk%eig=tmpOrbit%eig
+       Orbitwk%den=tmpOrbit%den
+
+    WRITE(6,'("ASiter",i5,1p,1e20.12,1p,2e15.7)')fcount,energy,err
+    WRITE(6,*) 'zero_index', fcount,HSZ%zero_index,HSZ%U(HSZ%zero_index)
+
+    fcount=fcount+1
+    DEALLOCATE (dum,res,rv)
+    CALL DestroyPot(tmpPot)
+    CALL DestroyOrbit(tmpOrbit)
+
+  END SUBROUTINE   EXXKLIiter
+
+!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
+!!!!  EXXKLIiter_innerloop
+!!!!   w is rvx
+!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
+  SUBROUTINE EXXKLIiter_innerloop(w,energy,grad,err,success,verbose)
+    REAL(8), INTENT(INOUT) :: w(:)
+    REAL(8), INTENT(OUT) :: energy
+    REAL(8), INTENT(OUT) :: grad(:)
+    REAL(8), INTENT(OUT) :: err
+    LOGICAL, INTENT(OUT) :: success
+    LOGICAL, INTENT(IN) :: verbose
+
+    INTEGER :: i,j,k,n,io,l,iter,last
+    REAL(8) :: x,fac
+    REAL(8),ALLOCATABLE :: dum(:),res(:),rv(:)
+    TYPE (OrbitInfo) :: tmpOrbit
+    TYPE (PotentialInfo) :: tmpPot
+    INTEGER:: fcount=0
+    REAL(8), PARAMETER :: tol=1.d-10,mix=0.2d0
+    CHARACTER(4) :: stuff
+    LOGICAL :: OK
+
+    success=.TRUE. ; err=0.d0   ; fac=1.d0
+    if (HSZ%FIXED_ZERO) then
+       fac=0.05d0
+       write(6,*) '**** FIXED_ZERO calculation -- mix reduced to ', mix*fac
+    endif
+    n=Gridwk%n
+
+    HSZ%matchpoint=n
+    ALLOCATE(dum(n),res(n),rv(n),stat=i)
+    IF (i/=0) THEN
+       WRITE(6,*) 'Error in EXXKLIiter allocation' ,n,i
+       STOP
+    ENDIF
+
+    Call Find_Hartree(w)
+    Potwk%rvx=w
+    CALL CopyOrbit(Orbitwk,tmpOrbit)
+    CALL CopyPot(Potwk,tmpPot)
+
+    rv=Potwk%rvn+Potwk%rvh+Potwk%rvx
+
+    write(6,*) 'EXXKLIIter ', fcount
+    DO io = 1 , Orbitwk%norbit
+       write(6,'(3i10,2x,1p,2e15.7)') io,tmpOrbit%np(io),tmpOrbit%l(io),&
+&           tmpOrbit%occ(io),Orbitwk%eig(io)
+    ENDDO
+
+    CALL One_electron_energy_Report(tmpOrbit,6)
+
+    CALL Get_Energy_EXX(Gridwk,tmpOrbit,SCFwk%eexc)
+    CALL SetIndex(tmpOrbit) ! find index of most extended wfn
+    SCFwk%etot=SCFwk%ekin+SCFwk%estatic+SCFwk%eexc
+    IF (frozencorecalculation) THEN
+       CALL Get_FCKinCoul(Gridwk,Potwk,tmpOrbit,FCwk,SCFwk)
+       CALL Get_FCEnergy_EXX(Gridwk,tmpOrbit,FCwk,SCFwk)
+       energy=SCFwk%evale
+       CALL Total_FCEnergy_Report(SCFwk,6)
+    ELSE
+       energy=SCFwk%etot
+       CALL Total_Energy_Report(SCFwk,6)
+    ENDIF
+
+    call NEWVX(Gridwk,tmpOrbit,HSZ,Potwk%rvx,tmpPot%rvx,OK)
+    res=tmpPot%rvx-Potwk%rvx
+    x=Dot_Product(res,res)
+    write(6,*) 'VxIter ', fcount,x; call flush(6)
+    err=err+x;
+    if (.not.OK) err=err+100  ! penalty for bad tail
+
+    call simplemix(fac*mix,Potwk%rvx,tmpPot%rvx,res)
+    tmpPot%rvx=res; w=res
+    grad=res
+    success=OK
+
+   ! CALL mkname(fcount,stuff)
+   ! OPEN (unit=1001,file='klidiff.'//TRIM(stuff),form='formatted')
+   ! DO i=1,n
+   !    WRITE(1001,'(1p,60E15.7)') Gridwk%r(i),Potwk%rvh(i),tmpPot%rvh(i),&
+   !&        Potwk%rvx(i),tmpPot%rvx(i)
+   ! ENDDO
+   ! CLOSE(1001)
+
+       tmpPot%rv=tmpPot%rvn+tmpPot%rvh+tmpPot%rvx
+       Potwk%rv=tmpPot%rv
+       Potwk%rvh=tmpPot%rvh
+       Potwk%rvx=tmpPot%rvx
+
+       Orbitwk%wfn=tmpOrbit%wfn
+       Orbitwk%eig=tmpOrbit%eig
+       Orbitwk%den=tmpOrbit%den
+
+    WRITE(6,'("ASiter",i5,1p,1e20.12,1p,2e15.7)')fcount,energy,err
+    WRITE(6,*) 'zero_index', fcount,HSZ%zero_index,HSZ%U(HSZ%zero_index)
+
+    fcount=fcount+1
+    DEALLOCATE (dum,res,rv)
+    CALL DestroyOrbit(tmpOrbit)
+    CALL DestroyPot(tmpPot)
+
+  END SUBROUTINE   EXXKLIiter_innerloop
+
+
+!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
+!!!!  EXXKLIiter_wfn -- version using wfn mixing
+!!!!   w is rvx
+!!!!     On input it is assumed that Orbitwk contains current iteration wfn
+!!!!     On output it is assumed that Orbitwk contains next iteration wfn
+!!!!     Potwk%rvh and Potwk%rvx are calculated for input Orbitwk
+!!!!     It is assumed that input wfn's are orthonormal
+!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
+  SUBROUTINE EXXKLIiter_wfn(counter,mix,tol,err,success)
+    INTEGER, INTENT(IN) :: counter
+    REAL(8), INTENT(IN) :: mix,tol
+    REAL(8), INTENT(OUT) :: err
+    LOGICAL, INTENT(OUT) :: success
+
+    INTEGER :: i,j,k,n,io,l,iter,last,lastchance
+    REAL(8) :: x,y,z,fac,energy,val
+    REAL(8),ALLOCATABLE :: dum(:),res(:),rv(:)
+    TYPE (OrbitInfo) :: tmpOrbit
+    TYPE (PotentialInfo) :: tmpPot
+    INTEGER:: fcount=0
+    REAL(8),save :: previouserror =1.d13
+    CHARACTER(4) :: stuff
+    LOGICAL :: OK,noalt=.true.,fix=.true.
+
+    success=.FALSE. ; err=0.d0
+    n=Gridwk%n
+
+    lastchance=0
+    fac=1.d0
+    if (Potwk%nz<=29+tol.and.Potwk%nz>=21-tol) fac=0.5d0
+    ALLOCATE(dum(n),res(n),rv(n),stat=i)
+    IF (i/=0) THEN
+       WRITE(6,*) 'Error in EXXKLIiter allocation' ,n,i
+       STOP
+    ENDIF
+
+    write(6,*) 'Starting EXXKLIiter_wfn'; call flush(6)
+    write(6,*) 'Initial eigenenergies'
+    call One_electron_energy_Report(Orbitwk,6)
+
+    Orbitwk%den=0     ! update density
+    Do io=1,Orbitwk%norbit
+       Orbitwk%den=Orbitwk%den+Orbitwk%occ(io)*(Orbitwk%wfn(:,io)**2)
+    enddo
+
+    CALL CopyOrbit(Orbitwk,tmpOrbit)
+    CALL CopyPot(Potwk,tmpPot)
+
+    ! replace   tmpPot%rvh   tmpPot%rvx
+    call poisson(Gridwk,x,Orbitwk%den,tmpPot%rvh,y,z)
+    Call KLIVX(Gridwk,Orbitwk,HSZ,tmpPot%rvx)
+
+    rv=tmpPot%rvn+tmpPot%rvh+tmpPot%rvx
+    tmpPot%rv=rv
+    CALL Updatewfn(Gridwk,tmpPot,tmpOrbit,rv,OK)
+
+    !if FC core calc , restore core info backinto tmpOrbit
+
+    IF(frozencorecalculation) THEN
+       write(6,*) 'Frozencore case'
+       DO io = 1 , Orbitwk%norbit
+          IF(Orbitwk%iscore(io)) THEN
+             tmpOrbit%eig(io)=Orbitwk%eig(io)
+             tmpOrbit%wfn(:,io)=Orbitwk%wfn(:,io)
+          ENDIF
+       ENDDO
+    ENDIF
+
+    write(6,*) 'EXXKLIIter ', fcount
+    DO io = 1 , Orbitwk%norbit
+       write(6,'(3i10,2x,1p,2e15.7)') io,tmpOrbit%np(io),tmpOrbit%l(io),&
+&           tmpOrbit%occ(io),tmpOrbit%eig(io)
+    ENDDO
+
+    IF (.NOT.OK) THEN
+       If (lastchance==0) then
+           lastchance=1
+           Call KLIVX(Gridwk,Orbitwk,HSZ,tmpPot%rvx,fix)
+           rv=tmpPot%rvn+tmpPot%rvh+tmpPot%rvx
+           tmpPot%rv=rv
+           CALL Updatewfn(Gridwk,tmpPot,tmpOrbit,rv,OK)
+
+            Write(6,*) 'Redo KLI '
+             IF(frozencorecalculation) THEN
+                write(6,*) 'Frozencore case'
+                DO io = 1 , Orbitwk%norbit
+                   IF(Orbitwk%iscore(io)) THEN
+                      tmpOrbit%eig(io)=Orbitwk%eig(io)
+                      tmpOrbit%wfn(:,io)=Orbitwk%wfn(:,io)
+                   ENDIF
+                ENDDO
+             ENDIF
+
+             write(6,*) 'EXXKLIIter ', fcount
+             DO io = 1 , Orbitwk%norbit
+                write(6,'(3i10,2x,1p,2e15.7)') io,tmpOrbit%np(io),&
+&                    tmpOrbit%l(io),tmpOrbit%occ(io),tmpOrbit%eig(io)
+             ENDDO
+
+       ELSE
+             WRITE(6,*) 'Bad luck in EXXIter'
+             Potwk%rv=tmpPot%rv
+             Potwk%rvh=tmpPot%rvh
+             Potwk%rvx=tmpPot%rvx
+
+             Orbitwk%wfn=tmpOrbit%wfn
+             Orbitwk%eig=tmpOrbit%eig
+             Orbitwk%den=tmpOrbit%den
+
+             CALL Report_EXX_functions('ER')
+             STOP
+       ENDIF
+    ENDIF
+
+   ! CALL mkname(fcount,stuff)
+   ! OPEN (unit=1001,file='klidiff.'//TRIM(stuff),form='formatted')
+   ! DO i=1,n
+   !    WRITE(1001,'(1p,60E15.7)') Gridwk%r(i),Potwk%rvh(i),tmpPot%rvh(i),&
+   !&         Potwk%rvx(i),tmpPot%rvx(i)
+   ! ENDDO
+   ! CLOSE(1001)
+
+   ! OPEN (unit=1001,file='kliwfn.'//TRIM(stuff),form='formatted')
+   ! DO i=1,n
+   !    WRITE(1001,'(1p,60E15.7)') Gridwk%r(i), &
+   !&         (Orbitwk%wfn(i,io),io=1,tmpOrbit%norbit),(tmpOrbit%wfn(i,io),io=1,tmpOrbitnorbit)
+   ! ENDDO
+   ! CLOSE(1001)
+
+    err=0
+    do io=1,Orbitwk%norbit
+       If(.not.frozencorecalculation.or.&
+&           frozencorecalculation.and..not.Orbitwk%iscore(io)) then
+          !CALL ADJUSTSIGN(Orbitwk%wfn(:,io),3)
+          !CALL ADJUSTSIGN(tmpOrbit%wfn(:,io),3)
+          dum=(Orbitwk%wfn(:,io)-tmpOrbit%wfn(:,io))**2
+          err=err+Orbitwk%occ(io)*Integrator(Gridwk,dum)
+       endif
+    enddo
+
+    ! update wfn if tolerance not satisfied
+    IF (err>tol.OR.ABS(err-previouserror)>tol) THEN
+       if (counter==40) then     ! reset
+          write(6,*) '***Reset wfn***'
+          DO io=1,Orbitwk%norbit
+             If(.not.frozencorecalculation.or.&
+&              frozencorecalculation.and..not.Orbitwk%iscore(io)) then
+               Orbitwk%wfn(:,io)=tmpOrbit%wfn(:,io)
+               Orbitwk%eig(io)=tmpOrbit%eig(io)
+             endif
+          ENDDO
+       else
+          val=1.d0-mix*fac
+          WRITE(6,*) 'mixing wfns ', mix*fac,err
+          DO io=1,Orbitwk%norbit
+             If(.not.frozencorecalculation.or.&
+&              frozencorecalculation.and..not.Orbitwk%iscore(io)) then
+               Orbitwk%wfn(:,io)=val*Orbitwk%wfn(:,io)+&
+&                        mix*fac*tmpOrbit%wfn(:,io)
+               dum=(Orbitwk%wfn(:,io))**2
+               x=sqrt(Integrator(Gridwk,dum))
+               Orbitwk%wfn(:,io)=Orbitwk%wfn(:,io)/x
+               Orbitwk%eig(io)=tmpOrbit%eig(io)       ! only true at convergence
+             endif
+          ENDDO
+          !CALL ORTHONORMALIZE(Gridwk,Orbitwk)    !  normalize only
+          write(6,*) 'KLIIter tol',fcount,tol,err,previouserror
+       endif
+    ELSE
+       success=.TRUE.
+       write(6,*) 'Calculation has converged with ', err,tol
+    ENDIF
+
+    Orbitwk%den=0
+    Do io=1,Orbitwk%norbit
+       Orbitwk%den=Orbitwk%den+Orbitwk%occ(io)*(Orbitwk%wfn(:,io)**2)
+    Enddo
+
+    Potwk%rv=tmpPot%rv
+    Potwk%rvh=tmpPot%rvh
+    Potwk%rvx=tmpPot%rvx
+
+
+  !  calculate total energy for this new set; note that eone may be off
+
+    Call Get_KinCoul(Gridwk,tmpPot,Orbitwk,SCFwk,noalt)
+
+    write(6,*) 'Get_KinCoul', SCFwk%ekin
+
+
+    If (frozencorecalculation) &
+&           Call Get_FCKinCoul(Gridwk,tmpPot,Orbitwk,FCwk,SCFwk,noalt)
+
+    write(6,*) 'Get_FCKinCoul', SCFwk%ekin
+
+    CALL One_electron_energy_Report(Orbitwk,6)
+    CALL Get_Energy_EXX(Gridwk,Orbitwk,SCFwk%eexc)
+    SCFwk%etot=SCFwk%ekin+SCFwk%estatic+SCFwk%eexc
+    IF (frozencorecalculation) THEN
+       CALL Get_FCEnergy_EXX(Gridwk,Orbitwk,FCwk,SCFwk)
+       energy=SCFwk%evale
+       CALL Total_FCEnergy_Report(SCFwk,6)
+       CALL Total_Energy_Report(SCFwk,6)
+    ELSE
+       energy=SCFwk%etot
+       CALL Total_Energy_Report(SCFwk,6)
+    ENDIF
+
+    WRITE(6,'("ASiter",i5,1p,1e20.12,1p,2e15.7)')fcount,energy,err
+
+    fcount=fcount+1
+    previouserror=err
+    DEALLOCATE (dum,res,rv)
+    CALL DestroyOrbit(tmpOrbit)
+    CALL DestroyPot(tmpPot)
+
+  END SUBROUTINE   EXXKLIiter_wfn
+
+
+!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
+!! Version of KLIVX which just returns rvx given input wfn's
+!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
+  SUBROUTINE KLIVX(Grid,Orbit,HSZ,rvx,fix)
+     TYPE(GridInfo), INTENT(IN) :: Grid
+     TYPE(OrbitInfo), INTENT(INOUT) :: Orbit
+     TYPE(HSZInfo), INTENT(INOUT) :: HSZ
+     REAL(8), INTENT(INOUT) :: rvx(:)   ! new Vx*r
+     LOGICAL, OPTIONAL :: fix
+
+     INTEGER :: i,j,k,n,io,jo,norbit,last
+     REAL(8) :: x,y,z
+     REAL(8), ALLOCATABLE :: dum1(:),dum2(:),arg(:),der1(:),der2(:)
+     REAL(8), ALLOCATABLE :: M(:,:),MM(:,:),ux(:),vx(:),Rp(:)
+     REAL(8), parameter :: scalefac=0.001d0,Rfix=20.d0
+     INTEGER :: jcount=0
+     CHARACTER(4) :: stuff
+
+     n=Grid%n
+     ALLOCATE(dum1(n),dum2(n),arg(n),der1(n),der2(n))
+
+     norbit=Orbit%norbit
+     ALLOCATE(M(norbit,norbit),MM(norbit-1,norbit-1),ux(norbit),vx(norbit),&
+&             Rp(norbit-1))
+
+     last=0
+     z=-1.d13
+     Orbit%den=0
+     Do io=1,norbit
+        ! check normalization and sign of wfn
+        arg=Orbit%wfn(:,io)**2
+        x=sqrt(Integrator(Grid,arg))
+        Orbit%wfn(:,io)=Orbit%wfn(:,io)/x
+        CALL ADJUSTSIGN(Orbit%wfn(:,io),3)
+        x=ABS(Orbit%wfn(n-3,io))
+        if (Orbit%occ(io)>0.0001d0.and.x>z) then
+             last=io
+             z=x
+        endif
+        Orbit%den=Orbit%den+Orbit%occ(io)*(Orbit%wfn(:,io)**2)
+     Enddo
+
+     write(6,*) 'KLIVX ', jcount,last,z
+     CALL SetIndex(Orbit)
+     last=HSZ%zero_index
+     write(6,*) 'Reset last = ', last
+
+     If (present(fix)) then
+        CALL InitialVx(Grid,Orbit%wfn(:,last),rvx)
+     else
+        dum1=0;  arg=0; M=0;
+        Do io=1,norbit
+           call Calc_dexdphi_io(Grid,Orbit,io,der1);Orbit%X(:,io)=der1
+           dum1=dum1+Orbit%occ(io)*der1*Orbit%wfn(:,io)
+           der1=der1*Orbit%wfn(:,io)
+           der1(1)=0.d0; der1(2:n)=der1(2:n)/Grid%r(2:n)
+           ux(io)=integrator(Grid,der1)
+           write(6,*) 'io const' , io,ux(io) ; call flush(6)
+           do jo=1,norbit
+              arg=0
+              arg(2:n)=(Orbit%wfn(2:n,io)*Orbit%wfn(2:n,jo))**2/Orbit%den(2:n)
+              M(io,jo)=integrator(Grid,arg)
+           enddo
+        Enddo
+
+        dum1(1)=0; dum2=0.d0
+
+        do i=2,n
+           if (Orbit%den(i)>machine_zero) then
+              dum1(i)=dum1(i)/Orbit%den(i)/Grid%r(i)
+           else
+             dum1(i)=0
+           endif
+        enddo
+        call extrapolate(Grid,dum1)
+
+        MM=0
+        i=0
+        do io=1,norbit
+           if(io/=last) then
+             i=i+1;j=0
+             MM(i,i)=1.d0
+             arg=(dum1+dum2)*(Orbit%wfn(:,io)**2)
+             Rp(i)=integrator(Grid,arg)
+             do jo=1,norbit
+                if(jo/=last)  then
+                  j=j+1
+                  Rp(i)=Rp(i)-M(io,jo)*Orbit%occ(jo)*ux(jo)
+                  MM(i,j)=MM(i,j)-M(io,jo)*Orbit%occ(jo)
+                endif
+             enddo
+           endif
+        enddo
+
+        call linsol(MM,Rp,norbit-1,norbit,norbit,norbit-1)
+        i=0;arg=0
+        Do io=1,norbit
+           if (io/=last) then
+              i=i+1
+              vx(io)=Rp(i)
+           else
+              vx(io)=ux(io)
+           endif
+           write(6,'(i5," ux ", 1p,1e15.7,"  vx  ",1p,1e15.7)') io,ux(io),vx(io)
+           arg=arg+Orbit%occ(io)*(vx(io)-ux(io))*(Orbit%wfn(:,io)**2)
+           HSZ%U(io)=vx(io)-ux(io)
+        enddo
+        arg(1)=0
+        do i=2,n
+           if (Orbit%den(i)>machine_zero) then
+              arg(i)=arg(i)/Orbit%den(i)
+           endif
+        enddo
+        call extrapolate(Grid,arg)
+        rvx=(dum1+dum2+arg)*Grid%r
+
+      ! call mkname(jcount,stuff)
+      ! OPEN(unit=1001,file='VX'//TRIM(stuff),form='formatted')
+      ! DO i = 1,n
+      !    WRITE(1001,'(1p,50e15.7)') Gridwk%r(i), &
+      !&     rvx(i),dum1(i),dum2(i),arg(i),Orbit%den(i),&
+      !&               (Orbit%wfn(i,last))**2
+      ! ENDDO
+      ! CLOSE(1001)
+
+   Endif
+       jcount=jcount+1
+
+     DEALLOCATE(dum1,dum2,arg,der1,der2,M,MM,ux,vx,Rp)
+
+  END SUBROUTINE KLIVX
+
+  SUBROUTINE Find_Hartree(rvx)
+    REAL(8), INTENT(INOUT) :: rvx(:)
+
+    TYPE(Anderson_Context) :: A_H
+    REAL(8), ALLOCATABLE :: arg(:)
+    REAL(8) :: energy
+    LOGICAL :: OK,update
+
+    ALLOCATE(arg(Gridwk%n))
+    CALL InitAnderson_dr(A_H,6,5,Gridwk%n,0.5d0,1.d3,200,1.d-8,1.d-12,.FALSE.)
+    arg=Potwk%rvh
+    Potwk%rvx=rvx
+    CALL DoAndersonMix(A_H,arg,energy,Hsub,OK)
+
+    WRITE(6,*) ' Find_Hartree completed --  iter, delta = ',&
+&        A_H%CurIter, A_H%res
+
+    CALL FreeAnderson(A_H)
+    DEALLOCATE(arg)
+  END SUBROUTINE Find_Hartree
+
+!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
+  !   In Hsub w is the Hartree potential
+!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
+
+  SUBROUTINE  Hsub(w,energy,residue,err,OK,update)
+    REAL(8), INTENT(INOUT) :: w(:)
+    REAL(8), INTENT(OUT) :: energy
+    REAL(8), INTENT(OUT) :: residue(:)
+    REAL(8), INTENT(OUT) :: err
+    LOGICAL, INTENT(OUT) :: OK
+    LOGICAL, INTENT(IN)  :: update
+
+    TYPE (OrbitInfo) :: tmpOrbit
+    TYPE (PotentialInfo) :: tmpPot
+    REAL(8), ALLOCATABLE :: rv(:)
+    INTEGER :: i,j,k,n,io
+
+    ALLOCATE(rv(Gridwk%n),stat=i)
+    IF (i/=0) THEN
+       WRITE(6,*) 'Error in Hsub allocation' ,Gridwk%n,i
+       STOP
+    ENDIF
+
+    WRITE(6,*) 'Starting Hartree '
+    CALL CopyOrbit(Orbitwk,tmpOrbit)
+    CALL CopyPot(Potwk,tmpPot)
+
+    rv=tmpPot%rvn+w+tmpPot%rvx
+
+    CALL Updatewfn(Gridwk,tmpPot,tmpOrbit,rv,OK)
+    IF (.NOT.OK) THEN
+       WRITE(6,*) 'Bad luck in Hsub'
+       Potwk%rv=tmpPot%rv
+       Potwk%rvh=tmpPot%rvh
+       Potwk%rvx=tmpPot%rvx
+
+       Orbitwk%wfn=tmpOrbit%wfn
+       Orbitwk%eig=tmpOrbit%eig
+       Orbitwk%den=tmpOrbit%den
+
+       CALL Report_EXX_functions('ER')
+       STOP
+    ENDIF
+
+
+    tmpPot%rv=rv
+
+    !if FC core calc , restore core info backinto tmpOrbit
+
+    IF(frozencorecalculation) THEN
+       DO io = 1 , Orbitwk%norbit
+          IF(Orbitwk%iscore(io)) THEN
+             tmpOrbit%eig(io)=Orbitwk%eig(io)
+             tmpOrbit%wfn(:,io)=Orbitwk%wfn(:,io)
+          ENDIF
+       ENDDO
+    ENDIF
+
+    CALL Get_KinCoul(Gridwk,tmpPot,tmpOrbit,SCFwk)
+
+    residue=tmpPot%rvh-w
+    err=DOT_PRODUCT(residue,residue)
+    ! tmpPot%rvh has been updated; find new tmpPot%rv
+    energy=SCFwk%ecoul
+
+    IF (update) THEN
+       Potwk%rv=tmpPot%rv
+       Potwk%rvh=tmpPot%rvh
+       Potwk%rvx=tmpPot%rvx
+
+       Orbitwk%wfn=tmpOrbit%wfn
+       Orbitwk%eig=tmpOrbit%eig
+       Orbitwk%den=tmpOrbit%den
+
+       !Call One_electron_energy_Report(Orbitwk,6)
+    ENDIF
+
+    !call writestuff
+    CALL DestroyOrbit(tmpOrbit)
+    DEALLOCATE (rv,tmpPot%rvn,tmpPot%rv,tmpPot%rvh,tmpPot%rvx)
+
+  END SUBROUTINE Hsub
+
+!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
+!!!!  EXXIter
+!!!!   w is rvx
+!!!!         Use shift to update w
+!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
+  SUBROUTINE EXXiter(w,energy,grad,err,success,verbose)
+    REAL(8), INTENT(INOUT) :: w(:)
+    REAL(8), INTENT(OUT) :: energy
+    REAL(8), INTENT(OUT) :: grad(:)
+    REAL(8), INTENT(OUT) :: err
+    LOGICAL, INTENT(OUT) :: success
+    LOGICAL, INTENT(IN) :: verbose
+
+    INTEGER :: i,j,k,n,io,l,iter,last
+    REAL(8) :: x
+    REAL(8),ALLOCATABLE :: dum(:),res(:),rv(:)
+    TYPE (OrbitInfo) :: tmpOrbit
+    TYPE (PotentialInfo) :: tmpPot
+    INTEGER:: fcount=0
+    TYPE (OrbitInfo), TARGET :: eigOrbit
+    REAL(8), PARAMETER :: tol=1.d-10,mix=0.5d0,scaletol=0.01d0
+    CHARACTER(4) :: stuff
+    LOGICAL :: OK
+
+    success=.TRUE. ; err=0.d0
+    n=Gridwk%n
+
+    HSZ%matchpoint=n
+    ALLOCATE(dum(n),res(n),rv(n),stat=i)
+    IF (i/=0) THEN
+       WRITE(6,*) 'Error in EXXIter allocation' ,n,i
+       STOP
+    ENDIF
+
+    Potwk%rvx=w
+    Potwk%rv=Potwk%rvn+Potwk%rvh+Potwk%rvx
+
+    CALL CopyOrbit(Orbitwk,tmpOrbit)
+    CALL CopyPot(Potwk,tmpPot)
+
+    rv=Potwk%rvn+Potwk%rvh+Potwk%rvx
+    CALL Updatewfn(Gridwk,tmpPot,tmpOrbit,rv,OK)
+    IF (.NOT.OK) THEN
+       WRITE(6,*) 'Bad luck in EXXIter'
+       Potwk%rv=tmpPot%rv
+       Potwk%rvh=tmpPot%rvh
+       Potwk%rvx=tmpPot%rvx
+
+       Orbitwk%wfn=tmpOrbit%wfn
+       Orbitwk%eig=tmpOrbit%eig
+       Orbitwk%den=tmpOrbit%den
+
+       CALL Report_EXX_functions('ER')
+       STOP
+    ENDIF
+
+    tmpPot%rv=rv
+    CALL Get_KinCoul(Gridwk,tmpPot,tmpOrbit,SCFwk)
+    dum=tmpPot%rvh-Potwk%rvh
+    err=err+Dot_Product(dum,dum)
+    write(6,*) 'HartreeIter ', fcount,err
+    call simplemix(mix,Potwk%rvh,tmpPot%rvh,dum)
+    tmpPot%rvh=dum
+
+    !write(6,*) 'Before one electron report'; call flush(6)
+    CALL One_electron_energy_Report(tmpOrbit,6)
+    !write(6,*) 'After one electron report'; call flush(6)
+
+    CALL   CopyOrbit(tmpOrbit,EigOrbit)
+    CALL SetIndex(tmpOrbit)
+    !write(6,*) 'Before Calc_dedv report'; call flush(6)
+    CALL Calc_dedv(Gridwk,Potwk,tmpOrbit,EigOrbit)
+
+    !call mkname(fcount,stuff)
+    !OPEN(unit=1001,file='psiii'//TRIM(stuff),form='formatted')
+    !DO i = 1,n
+    !   WRITE(1001,'(1p,50e15.7)') Gridwk%r(i), &
+    !&       (HSZ%psi(i,io),io=1,Orbitwk%norbit)
+    !ENDDO
+    !CLOSE(1001)
+
+    !OPEN(unit=1001,file='shifti'//TRIM(stuff),form='formatted')
+    !DO i = 1,n
+    !   WRITE(1001,'(1p,50e15.7)') Gridwk%r(i), HSZ%shift(i),&
+    !&       (HSZ%psi(i,io)*tmpOrbit%wfn(i,io),io=1,Orbitwk%norbit)
+    !ENDDO
+    !CLOSE(1001)
+
+    CALL Get_Energy_EXX(Gridwk,tmpOrbit,SCFwk%eexc)
+    CALL SetIndex(tmpOrbit) ! find index of most extended wfn
+    SCFwk%etot=SCFwk%ekin+SCFwk%estatic+SCFwk%eexc
+    IF (frozencorecalculation) THEN
+       CALL Get_FCKinCoul(Gridwk,Potwk,tmpOrbit,FCwk,SCFwk)
+       CALL Get_FCEnergy_EXX(Gridwk,tmpOrbit,FCwk,SCFwk)
+       energy=SCFwk%evale
+       CALL Total_FCEnergy_Report(SCFwk,6)
+    ELSE
+       energy=SCFwk%etot
+       CALL Total_Energy_Report(SCFwk,6)
+    ENDIF
+
+    grad=-HSZ%shift
+    x=Dot_Product(grad,grad)
+    write(6,*) 'VxIter ', fcount,x; call flush(6)
+    err=err+x
+    x=sqrt(x)
+    if (x>scaletol) then
+           x=scaletol/x
+       else
+           x=1.d0
+    endif
+    w=w+mix*x*grad
+    tmpPot%rvx=w
+
+
+    !CALL mkname(fcount,stuff)
+    !OPEN (unit=1001,file='hfwfni.'//TRIM(stuff),form='formatted')
+    !DO i=1,n
+    !   WRITE(1001,'(1p,60E15.7)') Gridwk%r(i),Orbitwk%den(i),tmpOrbit%den(i),&
+    !&      (Orbitwk%wfn(i,io),&
+    !&       tmpOrbit%wfn(i,io),io=1,Orbitwk%norbit)
+    !ENDDO
+    !CLOSE(1001)
+
+    !OPEN (unit=1001,file='poti.'//TRIM(stuff),form='formatted')
+    !DO i=1,n
+    !   WRITE(1001,'(1p,60E15.7)') Gridwk%r(i),Potwk%rvh(i),tmpPot%rvh(i),&
+    !&      Potwk%rvx(i),tmpPot%rvx(i),grad(i)
+    !ENDDO
+    !CLOSE(1001)
+
+       tmpPot%rv=tmpPot%rvn+tmpPot%rvh+tmpPot%rvx
+       Potwk%rv=tmpPot%rv
+       Potwk%rvh=tmpPot%rvh
+       Potwk%rvx=tmpPot%rvx
+
+       Orbitwk%wfn=tmpOrbit%wfn
+       Orbitwk%eig=tmpOrbit%eig
+       Orbitwk%den=tmpOrbit%den
+
+    WRITE(6,'("ASiter",i5,1p,1e20.12,1p,2e15.7)')fcount,energy,err
+    WRITE(6,*) 'zero_index', fcount,HSZ%zero_index,HSZ%U(HSZ%zero_index)
+
+    fcount=fcount+1
+    CALL DestroyOrbit(eigOrbit)
+    CALL DestroyOrbit(tmpOrbit)
+    DEALLOCATE(dum,res,rv)
+    DEALLOCATE (tmpPot%rvn,tmpPot%rv,tmpPot%rvh,tmpPot%rvx)
+
+  END SUBROUTINE   EXXiter
+
+!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
+!!!!  AdjustV   -- simplified version
+!!!!   Return rvx = (w+cons*r)*theta+rvx0*(1-theta)
+!!!!     theta=phiL(r)/phiL(rm) for r>rm and 1 for r<rm
+!!!!   So that outer orbital constraint is satisfied
+!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
+  SUBROUTINE AdjustV(Grid,Orbit,w)
+    TYPE(GridInfo), INTENT(IN) :: Grid
+    TYPE(OrbitInfo), INTENT(IN) :: Orbit
+    REAL(8), INTENT(INOUT) :: w(:)
+
+    INTEGER :: i,j,k,n,io,last,l,point,begin
+    REAL(8),ALLOCATABLE :: rvx(:),rvx0(:),f(:),arg1(:),arg2(:),arg3(:),dum(:)
+    REAL(8), POINTER :: r(:)
+    REAL(8) :: energy,val,x,Numerator,beta,rc
+    REAL(8), PARAMETER :: smll=1.d-9,lsmll=1.d-7
+    INTEGER, PARAMETER :: many=5
+    INTEGER, SAVE :: matchpt
+    LOGICAL :: success
+    INTEGER :: counter=0
+    CHARACTER(4) :: stuff
+
+    !write(6,*) 'AdjustV not used in this verison'
+    !stop
+    CALL SetIndex(Orbit)
+    last=HSZ%zero_index
+    if (ABS(HSZ%U(last))<=smll) return
+    n=Grid%n
+    r=>Grid%r
+    ALLOCATE(rvx0(n),rvx(n),f(n),arg1(n),arg2(n),arg3(n),dum(n))
+
+    rvx=0
+
+    CALL ApproxVx(Grid,Orbit,last,rvx0)
+    f=0
+    f(:)=Orbit%wfn(:,last)
+    if (f(n)<0.d0) f(:)=-f(:)
+    do i=n,2,-1
+       j=i
+       if (f(i-1)<f(i)) exit
+    enddo
+    point=j
+    write(6,*) 'Simple AdjustV ', point,Grid%r(point) ; call flush(6)
+    f(1:j-1)=1.d0
+    f(j:n)=f(j:n)/f(j)
+    HSZ%matchpoint=point
+    matchpt=point
+    rc=Grid%r(point)
+    dum=w(:)*f(:)+rvx0(:)*(1.d0-f(:))
+    arg1=dum*(Orbitwk%wfn(:,last)**2)
+    arg2=f*(Orbitwk%wfn(:,last)**2)
+
+    CALL Calc_dexdphi_io(Gridwk,Orbitwk,last,arg3)
+
+    arg1=arg3*Orbitwk%wfn(:,last)-arg1
+    arg1(1)=0; arg1(2:n)=arg1(2:n)/Grid%r(2:n)
+    val=integrator(Grid,arg1)/integrator(Gridwk,arg2)
+
+    WRITE(6,*) 'AdjustV -- ', val
+
+    rvx=0
+    rvx=dum+val*Grid%r*f
+
+    write(6,*) 'AdjustV diff:',SUM(ABS(rvx-w))
+
+   ! CALL mkname(counter,stuff)
+   ! OPEN (unit=1001,file='adjust'//TRIM(stuff),form='formatted')
+   ! DO i=1,n
+   !    WRITE(1001,'(1p,15E15.7)') r(i),w(i),rvx(i),rvx0(i),f(i)
+   ! ENDDO
+   ! CLOSE(1001)
+    w=rvx
+
+    counter=counter+1
+    DEALLOCATE(rvx0,rvx,f,arg1,arg2,arg3,dum)
+
+  END SUBROUTINE AdjustV
+
+   SUBROUTINE simplemix(mix,v0,v1,vmix)
+      REAL(8), INTENT(IN) :: mix
+      REAL(8), INTENT(IN) :: v0(:),v1(:)
+      REAL(8), INTENT(OUT) :: vmix(:)
+
+      vmix=v0*(1.d0-mix)+v1*mix
+   END SUBROUTINE simplemix
+
+  SUBROUTINE NEWVX(Grid,Orbit,HSZ,rvx0,rvx,success)
+     TYPE(GridInfo), INTENT(IN) :: Grid
+     TYPE(OrbitInfo), INTENT(INOUT) :: Orbit
+     TYPE(HSZInfo), INTENT(INOUT) :: HSZ
+     REAL(8), INTENT(IN) :: rvx0(:)     ! original Vx*r
+     REAL(8), INTENT(INOUT) :: rvx(:)   ! new Vx*r
+     LOGICAL, INTENT(OUT) :: success
+
+     INTEGER :: i,j,k,n,io,jo,norbit,last
+     REAL(8) :: x,y,z
+     REAL(8), ALLOCATABLE :: dum1(:),dum2(:),arg(:),der1(:),der2(:)
+     REAL(8), ALLOCATABLE :: M(:,:),MM(:,:),ux(:),vx(:),Rp(:)
+     REAL(8), parameter :: scalefac=0.001d0,Rfix=20.d0
+     INTEGER :: jcount=0
+     CHARACTER(4) :: stuff
+
+     n=Grid%n
+     ALLOCATE(dum1(n),dum2(n),arg(n),der1(n),der2(n))
+
+     norbit=Orbit%norbit
+     ALLOCATE(M(norbit,norbit),MM(norbit-1,norbit-1),ux(norbit),vx(norbit),&
+&             Rp(norbit-1))
+
+     CALL SetIndex(Orbit)
+     last=HSZ%zero_index
+
+     Orbit%den=0
+     Do io=1,norbit
+        Orbit%den=Orbit%den+Orbit%occ(io)*(Orbit%wfn(:,io)**2)
+     Enddo
+
+     dum1=0;  arg=0; M=0;
+     Do io=1,norbit
+        call Calc_dexdphi_io(Grid,Orbit,io,der1);Orbit%X(:,io)=der1
+        dum1=dum1+Orbit%occ(io)*der1*Orbit%wfn(:,io)
+        der1=der1*Orbit%wfn(:,io)
+        der1(1)=0.d0; der1(2:n)=der1(2:n)/Grid%r(2:n)
+        ux(io)=integrator(Grid,der1)
+        write(6,*) 'io const' , io,ux(io) ; call flush(6)
+        do jo=1,norbit
+           arg=0
+           arg(2:n)=(Orbit%wfn(2:n,io)*Orbit%wfn(2:n,jo))**2/Orbit%den(2:n)
+           M(io,jo)=integrator(Grid,arg)
+        enddo
+     Enddo
+
+     dum1(1)=0; dum2=0.d0
+
+     do i=2,n
+        if (Orbit%den(i)>machine_zero) then
+           dum1(i)=dum1(i)/Orbit%den(i)/Grid%r(i)
+        else
+          dum1(i)=0
+        endif
+     enddo
+     call extrapolate(Grid,dum1)
+
+     MM=0
+     i=0
+     do io=1,norbit
+        if(io/=last) then
+          i=i+1;j=0
+          MM(i,i)=1.d0
+          arg=(dum1+dum2)*(Orbit%wfn(:,io)**2)
+          Rp(i)=integrator(Grid,arg)
+          do jo=1,norbit
+             if(jo/=last)  then
+               j=j+1
+               Rp(i)=Rp(i)-M(io,jo)*Orbit%occ(jo)*ux(jo)
+               MM(i,j)=MM(i,j)-M(io,jo)*Orbit%occ(jo)
+             endif
+          enddo
+        endif
+     enddo
+
+     call linsol(MM,Rp,norbit-1,norbit,norbit,norbit-1)
+     i=0;arg=0
+     Do io=1,norbit
+        if (io/=last) then
+           i=i+1
+           vx(io)=Rp(i)
+        else
+           vx(io)=ux(io)
+        endif
+        write(6,'(i5," ux ", 1p,1e15.7,"  vx  ",1p,1e15.7)') io,ux(io),vx(io)
+        arg=arg+Orbit%occ(io)*(vx(io)-ux(io))*(Orbit%wfn(:,io)**2)
+        HSZ%U(io)=vx(io)-ux(io)
+     enddo
+     arg(1)=0
+     do i=2,n
+        if (Orbit%den(i)>machine_zero) then
+           arg(i)=arg(i)/Orbit%den(i)
+        endif
+     enddo
+     call extrapolate(Grid,arg)
+     rvx=(dum1+dum2+arg)*Grid%r
+
+     der2=rvx
+     CALL Fixrvx(Grid,Orbit,der2,rvx,success)
+
+   ! call mkname(jcount,stuff)
+   ! OPEN(unit=1001,file='VX'//TRIM(stuff),form='formatted')
+   ! DO i = 1,n
+   !    WRITE(1001,'(1p,50e15.7)') Gridwk%r(i), &
+   !&        rvx0(i),rvx(i),der2(i),der1(i),dum1(i),dum2(i),arg(i),Orbit%den(i),&
+   !&                  (Orbit%wfn(i,last))**2
+   ! ENDDO
+   ! CLOSE(1001)
+    jcount=jcount+1
+
+    !if (FULL) stop
+     DEALLOCATE(dum1,dum2,arg,der1,der2,M,MM,ux,vx,Rp)
+
+  END SUBROUTINE NEWVX
+
+    SUBROUTINE Fixrvx(Grid,Orbit,rvxin,rvxout,success)
+      Type(GridInfo), INTENT(IN) :: Grid
+      Type(OrbitInfo), INTENT(IN) :: Orbit
+      Real(8), INTENT(IN) :: rvxin(:)
+      Real(8), INTENT(OUT) :: rvxout(:)
+      Logical, INTENT(OUT) :: success
+
+      INTEGER :: i,j,k,n,last
+      INTEGER :: jcount=0
+      REAL(8) :: x,y,z
+      REAL(8), parameter :: Rfix=20.0d0, err=0.01d0
+
+      success=.true.
+      n=Grid%n
+      CALL SetIndex(Orbit)
+      last=HSZ%zero_index
+
+      rvxout=0
+      CALL InitialVx(Grid,Orbit%wfn(:,last),rvxout)
+      x=ABS(rvxin(n)-rvxout(n))
+      write(6,*) 'KLI conv ', jcount, x
+      if (x>err) then
+         !open(1001,file='badidea',form='formatted')
+         success=.false.; write(6,*) 'Warning KLI not converging'
+         j=FindGridIndex(Grid,Rfix)
+         Do i=1,j
+            !write(1001,'(1p,60E15.7)') Grid%r(i),rvxin(i),rvxout(i)
+            rvxout(i)=rvxin(i)
+         Enddo
+         Do i=j+1,n
+            z=Pi*(Grid%r(i)-Grid%r(j))/(Grid%r(n)-Grid%r(j))
+            y=1.d0-(sin(z)/z)**8
+            !write(1001,'(1p,60E15.7)') Grid%r(i),rvxin(i),rvxout(i),&
+            !&        rvxout(i)*y+rvxin(i)*(1-y),y
+            rvxout(i)=rvxout(i)*y+rvxin(i)*(1-y)
+         Enddo
+         !close(1001)
+         !stop
+      else
+         rvxout=rvxin
+      endif
+      jcount=jcount+1
+    END SUBROUTINE Fixrvx
+
+  SUBROUTINE NEWAdjustVX(Grid,Orbit,HSZ,rvx0,rvx)
+     TYPE(GridInfo), INTENT(IN) :: Grid
+     TYPE(OrbitInfo), INTENT(IN) :: Orbit
+     TYPE(HSZInfo), INTENT(IN) :: HSZ
+     REAL(8), INTENT(IN) :: rvx0(:)     ! original Vx*r
+     REAL(8), INTENT(INOUT) :: rvx(:)   ! new Vx*r
+     INTEGER :: i,j,k,n,io,jo,norbit,last
+     REAL(8) :: x,y,z
+     REAL(8), ALLOCATABLE :: dum1(:),dum2(:),arg(:),der1(:),der2(:)
+     REAL(8), ALLOCATABLE :: M(:,:),MM(:,:),ux(:),vx(:),Rp(:)
+     REAL(8), parameter :: scalefac=0.001d0
+     INTEGER :: jcount=0
+     CHARACTER(4) :: stuff
+
+     n=Grid%n
+     ALLOCATE(dum1(n),dum2(n),arg(n),der1(n),der2(n))
+
+     norbit=Orbit%norbit
+     ALLOCATE(M(norbit,norbit),MM(norbit-1,norbit-1),ux(norbit),vx(norbit),&
+&             Rp(norbit-1))
+
+     CALL SetIndex(Orbit)
+     last=HSZ%zero_index
+
+
+     dum1=0;  arg=0; M=0
+     Do io=1,norbit
+        call Calc_dexdphi_io(Grid,Orbit,io,der1)
+        dum1=dum1+Orbit%occ(io)*der1*Orbit%wfn(:,io)
+        der1=der1*Orbit%wfn(:,io)
+        der1(1)=0.d0; der1(2:n)=der1(2:n)/Grid%r(2:n)
+        ux(io)=integrator(Grid,der1)
+        write(6,*) 'io const' , io,ux(io) ; call flush(6)
+        do jo=1,norbit
+           arg=0
+           arg(2:n)=(Orbit%wfn(2:n,io)*Orbit%wfn(2:n,jo))**2/Orbit%den(2:n)
+           M(io,jo)=integrator(Grid,arg)
+        enddo
+     Enddo
+
+     dum1(1)=0; dum2=0.d0
+     do io=1,norbit
+        dum2=dum2-Orbit%occ(io)*geqn(:,io)*Orbit%wfn(:,io)
+     enddo
+  ! correct for incorrect asymptote:
+  !  dum2=dum2-Orbit%occ(last)*HSZ%U(last)*Orbit%wfn(:,last)**2  ! already done
+
+     do i=2,n
+        if (Orbit%den(i)>machine_zero) then
+           dum1(i)=dum1(i)/Orbit%den(i)/Grid%r(i)
+           dum2(i)=dum2(i)/Orbit%den(i)
+        else
+          dum1(i)=0
+        endif
+     enddo
+     call extrapolate(Grid,dum1)
+     call extrapolate(Grid,dum2)
+
+     MM=0
+     i=0
+     do io=1,norbit
+        if(io/=last) then
+          i=i+1;j=0
+          MM(i,i)=1.d0
+          arg=(dum1+dum2)*(Orbit%wfn(:,io)**2)
+          Rp(i)=integrator(Grid,arg)
+          do jo=1,norbit
+             if(jo/=last)  then
+               j=j+1
+               Rp(i)=Rp(i)-M(io,jo)*Orbit%occ(jo)*ux(jo)
+               MM(i,j)=MM(i,j)-M(io,jo)*Orbit%occ(jo)
+             endif
+          enddo
+        endif
+     enddo
+
+     call linsol(MM,Rp,norbit-1,norbit,norbit,norbit-1)
+     i=0;arg=0
+     Do io=1,norbit
+        if (io/=last) then
+           i=i+1
+           vx(io)=Rp(i)
+        else
+           vx(io)=ux(io)
+        endif
+        write(6,'(i5," ux ", 1p,1e15.7,"  vx  ",1p,1e15.7)') io,ux(io),vx(io)
+        arg=arg+Orbit%occ(io)*(vx(io)-ux(io))*(Orbit%wfn(:,io)**2)
+     enddo
+     arg(1)=0
+     do i=2,n
+        if (Orbit%den(i)>machine_zero) then
+           arg(i)=arg(i)/Orbit%den(i)
+        endif
+     enddo
+     call extrapolate(Grid,arg)
+     rvx=(dum1+dum2+arg)*Grid%r
+
+    !call mkname(jcount,stuff)
+    !OPEN(unit=1001,file='AVX'//TRIM(stuff),form='formatted')
+    !DO i = 1,n
+    !   WRITE(1001,'(1p,50e15.7)') Gridwk%r(i), &
+    !&       rvx0(i),rvx(i),dum1(i),dum2(i),arg(i),Orbit%den(i)
+    !ENDDO
+    !CLOSE(1001)
+    jcount=jcount+1
+
+    !if (FULL) stop
+     DEALLOCATE(dum1,dum2,arg,der1,der2,M,MM,ux,vx,Rp)
+
+  END SUBROUTINE NEWAdjustVX
+
+
+!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
+!   Program to fix origin of radial function affected by
+!     uncontrolled derivatives at origin
+!     Fit to polynomial of order power
+!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
+   SUBROUTINE fixorigin(Grid,fin,gin,fout,gout)
+       Type(GridInfo), INTENT(IN) :: Grid
+       Real(8), INTENT(IN) :: fin(:),gin(:)
+       REAL(8), INTENT(INOUT) :: fout(:),gout(:)
+
+       INTEGER, parameter ::  nmin=10,orders=3,dimm=5
+       REAL(8), parameter ::  rmin=0.001d0
+       REAL(8), ALLOCATABLE :: M(:,:),X(:)
+       INTEGER :: i,j,k,n,n0,n1,s1,s2,s3
+       REAL(8) :: rm,xx
+
+       fout=fin
+       gout=gin
+    !   check to see if correction is needed
+       if (SUM(ABS(gout(1:5)))/SUM(ABS(gout(5:10)))>1.d0) then
+
+           n=Grid%n
+           n0=5
+           n1=n0+nmin;j=0
+           xx=10**orders
+           do i=n0+1,n
+              j=j+1
+              if (Grid%r(i)/Grid%r(n0)>xx) exit
+           enddo
+           n1=MAX(n1,j)
+
+           ALLOCATE(M(dimm,dimm),X(dimm))
+           M=0;X=0
+
+           rm=Grid%r(n1)
+           write(6,*) 'fixorigin == n0,n1 = ', n0,n1,rm
+
+           do i=1,dimm
+              do k=n0,n1
+                 X(i)=X(i)+fin(k)*((Grid%r(k)/rm)**(i-1))
+              enddo
+              do j=1,dimm
+                 do k=n0,n1
+                    M(i,j)=M(i,j)+((Grid%r(k)/rm)**(i+j-2))
+                 enddo
+              enddo
+           enddo
+
+           s1=size(M,1);s2=size(M,2);s3=size(X)
+           call linsol(M,X,dimm,s1,s2,s3)
+           write(6,*) 'Returning from linsol in fixorigin'
+             do i=1,dimm
+                write(6,*) i,X(i)
+             enddo
+
+           do k=1,n1
+              fout(k)=0;gout(k)=0
+              do i=1,dimm
+                 fout(k)=fout(k)+X(i)*((Grid%r(k)/rm)**(i-1))
+                 if (i>1) then
+                    gout(k)=gout(k)+(i-1)*X(i)*((Grid%r(k)/rm)**(i-2))/rm
+                 endif
+              enddo
+           enddo
+
+           !do k=1,n1+20
+           !   write(6,'(1p,20e15.7)') Grid%r(k),fin(k),fout(k),gin(k),gout(k)
+           !enddo
+
+           DEALLOCATE(M,X)
+       ENDIF
+   END SUBROUTINE fixorigin
+
+
+
+  SUBROUTINE EXXdump(Grid,Orbit,ifo)
+    TYPE(GridInfo), INTENT(IN) :: Grid
+    TYPE(OrbitInfo), INTENT(IN) :: Orbit
+    INTEGER, INTENT(IN) :: ifo
+
+    INTEGER :: i,io,jo,n,norbit
+
+    n=Grid%n;norbit=Orbit%norbit
+
+    WRITE(ifo,*) HSZ%zero_index,HSZ%lmax,HSZ%betaL,HSZ%grad2,HSZ%matchpoint
+    WRITE(ifo,*)((HSZ%psi(i,io),i=1,n),io=1,norbit)
+    WRITE(ifo,*)((HSZ%psiref(i,io),i=1,n),io=1,norbit)
+    WRITE(ifo,*) (HSZ%U(io),(HSZ%LMBD(jo,io),jo=1,norbit),io=1,norbit)
+    WRITE(ifo,*) (HSZ%Ucore(io),(HSZ%LMBDcore(jo,io),jo=1,norbit),io=1,norbit)
+    WRITE(ifo,*) (HSZ%Uvale(io),(HSZ%LMBDvale(jo,io),jo=1,norbit),io=1,norbit)
+    WRITE(ifo,*) (HSZ%Uref(io),io=1,norbit)
+    WRITE(ifo,*) (HSZ%rVxref(i), &
+&             HSZ%shift(i),HSZ%coreshift(i),i=1,n)
+
+  END SUBROUTINE EXXdump
+
+  SUBROUTINE EXXload(Grid,Orbit,ifo)
+    TYPE(GridInfo), INTENT(IN) :: Grid
+    TYPE(OrbitInfo), INTENT(IN) :: Orbit
+    INTEGER, INTENT(IN) :: ifo
+
+    INTEGER :: i,io,jo,n,norbit
+
+    n=Grid%n;norbit=Orbit%norbit
+
+    READ(ifo,*) HSZ%zero_index,HSZ%lmax,HSZ%betaL,HSZ%grad2,HSZ%matchpoint
+    ALLOCATE(HSZ%psi(n,norbit),HSZ%U(norbit),HSZ%LMBD(norbit,norbit),&
+&        HSZ%shift(n),HSZ%rVxref(n),&
+&        HSZ%psiref(n,norbit),HSZ%Ucore(norbit),HSZ%LMBDcore(norbit,norbit),&
+&        HSZ%Uvale(norbit),HSZ%LMBDvale(norbit,norbit),HSZ%Uref(norbit),&
+&        HSZ%coreshift(n))
+    READ(ifo,*)((HSZ%psi(i,io),i=1,n),io=1,norbit)
+    READ(ifo,*)((HSZ%psiref(i,io),i=1,n),io=1,norbit)
+    READ(ifo,*) (HSZ%U(io),(HSZ%LMBD(jo,io),jo=1,norbit),io=1,norbit)
+    READ(ifo,*) (HSZ%Ucore(io),(HSZ%LMBDcore(jo,io),jo=1,norbit),io=1,norbit)
+    READ(ifo,*) (HSZ%Uvale(io),(HSZ%LMBDvale(jo,io),jo=1,norbit),io=1,norbit)
+    READ(ifo,*) (HSZ%Uref(io),io=1,norbit)
+    READ(ifo,*) (HSZ%rVxref(i),&
+&             HSZ%shift(i),HSZ%coreshift(i),i=1,n)
+
+  END SUBROUTINE EXXload
+
+END MODULE exx_mod
diff --git a/src/exx_pseudo.f90 b/src/exx_pseudo.f90
new file mode 100644
index 0000000..735bd7f
--- /dev/null
+++ b/src/exx_pseudo.f90
@@ -0,0 +1,902 @@
+Module exx_pseudo
+   USE anderson_driver
+   USE atomdata
+   USE exx_mod
+   USE fock
+   USE globalmath
+   USE gridmod
+   USE pseudodata
+   USE pseudo_sub
+
+   IMPLICIT NONE
+
+   INTEGER, PRIVATE :: S_n,S_nocc,S_nbase,S_irc,S_constr
+   INTEGER, ALLOCATABLE, TARGET, PRIVATE  :: S_l(:),S_bmap(:),S_omap(:)
+   REAL(8), ALLOCATABLE, TARGET, PRIVATE  :: S_gvv(:,:),S_tgvv(:,:)
+   REAL(8), ALLOCATABLE, TARGET, PRIVATE  :: S_W(:,:),S_X(:,:),S_U(:),S_E(:)
+   REAL(8), ALLOCATABLE, TARGET, PRIVATE  :: S_Vx(:,:),S_shift(:)
+   REAL(8), ALLOCATABLE, TARGET, PRIVATE  :: S_Vxvale(:),S_tVxvale(:)
+   REAL(8), ALLOCATABLE, TARGET, PRIVATE  :: S_dExdtphi(:,:),S_UOphi(:,:)
+
+   TYPE(Anderson_context), PRIVATE :: AC
+   TYPE(GridInfo), POINTER, PRIVATE :: Gridwk
+   TYPE(PseudoInfo), POINTER, PRIVATE :: PAW
+ !!!! Note: S_omap(:) maps occupied valence states to atomdata indices
+ !!!!       S_bmap(:) maps occupied valence states to PAW basis indices
+
+
+   CONTAINS
+
+    SUBROUTINE EXXKLI_pseudoVx(Grid,PAW,rtvx)
+        TYPE(GridInfo), INTENT(IN) :: Grid
+        TYPE(PseudoInfo), INTENT(INOUT) :: PAW
+        REAL(8), INTENT(INOUT) :: rtvx(:)
+
+        INTEGER :: i,j,k,l,n,io,jo
+        REAL(8), ALLOCATABLE :: dum1(:),dum2(:),dum3(:),den(:),tden(:)
+        REAL(8) :: occ
+
+        n=Grid%n
+        Allocate(dum1(n),dum2(n),dum3(n),den(n),tden(n))
+
+        rtvx=0;dum1=0;dum2=0;den=0;tden=0
+        do io=1,PAW%TOCCWFN%norbit
+           occ=PAW%TOCCWFN%occ(io)
+           den=den+occ*PAW%OCCwfn%wfn(:,io)**2
+           tden=tden+occ*PAW%tOCCwfn%wfn(:,io)**2
+           call Calc_dexdphi_io(Grid,PAW%OCCwfn,io,dum3);PAW%OCCwfn%X(:,io)=dum3
+               ! not really needed -- just for checking
+           call Calc_tdexdphi_io(Grid,PAW,io,dum3)
+               PAW%tOCCwfn%X(:,io)=dum3
+           dum1=dum1+occ*(PAW%OCCwfn%X(:,io)*PAW%OCCwfn%wfn(:,io) &
+&                         + (PAW%OCCwfn%wfn(:,io)**2)*HSZ%U(io)*Grid%r)
+           dum2=dum2+occ*(PAW%tOCCwfn%X(:,io)*PAW%tOCCwfn%wfn(:,io) &
+&                         + (PAW%tOCCwfn%wfn(:,io)**2)*HSZ%U(io)*Grid%r)
+        enddo
+
+        rtvx(1)=0; dum3=0
+        do i=2,n
+           if (den(i)>machine_zero) then
+              dum3(i)=dum1(i)/den(i)
+           else
+              dum3(i)=0
+           endif
+           if (tden(i)>machine_zero) then
+              rtvx(i)=dum2(i)/tden(i)
+           else
+              rtvx(i)=0
+           endif
+        enddo
+
+       OPEN(1001,file='checkpseudovx',form='formatted')
+          do i=1,n
+             write(1001,'(1p,16e15.7)') Grid%r(i),dum1(i),dum2(i),dum3(i),&
+&                rtvx(i),den(i),tden(i)
+          enddo
+       CLOSE(1001)
+
+       OPEN(1001,file='checkagain',form='formatted')
+          do i=1,n
+             write(1001,'(1p,50e15.7)') Grid%r(i),(PAW%OCCWFN%wfn(i,io),&
+&                PAW%tOCCWFN%wfn(i,io),io=1,PAW%TOCCWFN%norbit)
+          enddo
+       CLOSE(1001)
+
+
+        Deallocate(dum1,dum2,dum3,den,tden)
+    END SUBROUTINE EXXKLI_pseudoVx
+
+!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
+  ! Calc_texpot_io(Grid,Orbit,io,res)
+!        Determine exchange potential contribution from single pseudo orbital
+!        Appropriate for reference configuration
+!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
+  SUBROUTINE Calc_tdexdphi_io(Grid,PAW,io,res)
+    TYPE(GridInfo), INTENT(IN):: Grid
+    TYPE(PseudoInfo), INTENT(INOUT) :: PAW
+    INTEGER, INTENT(IN) :: io
+    REAL(8), INTENT(OUT) :: res(:)
+
+    REAL(8), POINTER :: r(:)
+    TYPE(OrbitInfo), POINTER :: Orbit, tOrbit
+    REAL(8), ALLOCATABLE :: wfp(:),vl(:),arg(:),dum(:),dum1(:)
+    INTEGER :: i,j,k,n,m,l,ll,li,lj,lmin,lmax,jo,ok
+    INTEGER :: nu,nup,ni,nj
+    REAL(8) :: occ,term,term1,wgt,occi,occj,rc,uvjo
+    REAL(8), PARAMETER :: threshold=1.d-8
+
+    write(6,*) 'Calc_tecpot_io ',io; call flush(6)
+    n=Grid%n
+    Orbit=>PAW%OCCwfn
+    tOrbit=>PAW%tOCCwfn
+    ALLOCATE(wfp(n),vl(n),arg(n),dum(n),dum1(n),stat=ok)
+    IF (ok/=0) THEN
+       WRITE(6,*) 'calc_expot_io allocation error:', n,Orbit%norbit,ok
+       STOP
+    ENDIF
+
+    r=>Grid%r
+
+    res=0
+    occ=orbit%occ(io)
+    if(occ<threshold) return
+    li=Orbit%l(io);ni=Orbit%np(io)
+    DO jo=1,Orbit%norbit
+       occj=Orbit%occ(jo);vl=0
+          lj=Orbit%l(jo);nj=Orbit%np(jo)
+          IF(occj>threshold) THEN
+             lmax=li+lj
+             lmin=ABS(li-lj)
+             wfp(1:n)=tOrbit%wfn(1:n,io)*tOrbit%wfn(1:n,jo)
+             arg(1:n)=Orbit%wfn(1:n,io)*Orbit%wfn(1:n,jo)-wfp(1:n)
+             DO ll=lmin,lmax,2
+                CALL EXXwgt(occ,occj,io,li,jo,lj,ll,wgt)
+                IF (wgt>threshold) THEN
+                   wgt=wgt*(2*ll+1)   ! because of apoisson convention
+                   dum=(r**ll)*arg;term1=integrator(Grid,dum)
+                   dum1=wfp+term1*PAW%g(:,ll+1)
+                   CALL apoisson(Grid,ll,n,dum1,dum)
+                   vl(1:n)=vl(1:n)-wgt*dum(1:n)*tOrbit%wfn(1:n,jo)/occ
+                ENDIF
+             ENDDO
+           ENDIF
+        res=res+vl
+     ENDDO
+
+
+    DEALLOCATE(dum,wfp,arg,vl)
+  END SUBROUTINE Calc_tdexdphi_io
+
+!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
+!  Assumes tildeg(r) = \sum_n=1^N C_n r^{lead+n+l}
+
+  SUBROUTINE EXX_pseudoVx(Grid,Orbit,PAWin,trvx)
+     Type(Gridinfo), TARGET,  INTENT(IN) :: Grid
+     Type(Orbitinfo), INTENT(IN) :: Orbit
+     Type(PseudoInfo), TARGET, INTENT(IN) :: PAWin
+     REAL(8), INTENT(OUT) :: trvx(:)
+
+     LOGICAL :: success
+     INTEGER :: i,j,k,l,m,n,nbase,io,ip,iq,ib,ic,nocc,kmax,kmin,lp,lq,irc,ind
+     INTEGER :: ii,jj,kk,loop,outer,p
+     INTEGER :: nequations,nterms
+     INTEGER, POINTER :: map(:)
+     INTEGER, PARAMETER :: nshift=4,nmatch=3,lead=4
+     REAL(8) :: occp,occq,wgt,xxx,yyy,r1
+     REAL(8), ALLOCATABLE :: trvx0(:),d(:),d1(:),d2(:),d3(:),v(:),arg(:),F2(:,:)
+     REAL(8), ALLOCATABLE :: F(:),rho(:)
+     INTEGER, PARAMETER :: mxloop=100
+     REAL(8), PARAMETER :: threshold=1.d-8,CondNo=1.d12
+     REAL(8) :: svdcut=1.d-8
+     LOGICAL :: parameterfileexists
+     CHARACTER(120) :: inputline
+
+     Gridwk=>Grid
+     PAW=>PAWin
+     n=Grid%n; S_n=n;  irc=PAW%irc; S_irc=irc
+
+     Inquire(file='in_parameters',exist=parameterfileexists)
+
+     If(parameterfileexists) then
+         Open(1002,file='in_parameters')
+            do
+              READ(1002,'(a)') inputline
+              Call Uppercase (inputline)
+              If (TRIM(inputline)=='<SVDCUTOFF>') exit
+            enddo
+            READ(1002,*)  svdcut
+            WRITE(6,*) 'Modified SVD Cutoff ', svdcut
+         close(1002)
+     endif
+
+     trvx=0
+
+!     nocc=0; nbase=PAW%nbase
+!       do io=1,nbase
+!          if (PAW%occ(io)>threshold) nocc=nocc+1
+!       enddo
+!
+!     ALLOCATE(S_bmap(nocc),S_omap(nocc),S_E(nocc),S_l(nocc),S_U(nocc),&
+!&          S_W(n,nocc),S_X(nbase,nocc),S_Vx(nbase,nocc), S_shift(n), &
+!&          S_dExdtphi(n,nocc),S_UOphi(n,nocc),S_Vxvale(n),S_tVxvale(n))
+!     ALLOCATE(trvx0(n),d(n),d1(n),d2(n),d3(n),v(n),arg(irc),F2(n,nocc),&
+!&           F(n),rho(n))
+!
+!     map=>S_bmap
+!     S_nocc=nocc; S_nbase=nbase;
+!     S_bmap=0; S_omap=0
+!
+!     io=0
+!     do ib=1,nbase
+!        if (PAW%occ(ib)>threshold) then
+!           io=io+1
+!           map(io)=ib
+!        endif
+!     enddo
+!
+!     Do ip=1,nocc
+!        S_E(ip)=PAW%eig(map(ip))
+!        S_l(ip)=PAW%l(map(ip))
+!        i=0
+!        do io=1,Orbit%norbit
+!           if (ABS(Orbit%eig(io)-S_E(ip))<1.d-8) then
+!              i=io; S_omap(ip)=io; write(6,*) 'ip io map', ip,io ; exit
+!           endif
+!        enddo
+!        if (i==0) then
+!           write(6,*) 'Error:  No match found for ',ip,S_E(ip)
+!           stop
+!        endif
+!    Enddo
+!
+!    allocate(S_gvv(n,nocc),S_tgvv(n,nocc))
+!    do ip=1,nocc
+!       S_gvv(:,ip)=HSZ%psivale(:,S_omap(ip))
+!       S_tgvv(:,ip)=HSZ%psivale(:,S_omap(ip))
+!    enddo
+!
+!
+!     S_W=0;S_X=0
+!     F2=0;F=0;rho=0;
+!     Do ip=1,nocc
+!        occp=PAW%occ(map(ip))
+!        lp=PAW%l(map(ip))
+!        Do iq=1,nocc
+!           occq=PAW%occ(map(iq))
+!           lq=PAW%l(map(iq))
+!           kmax=lp+lq
+!           kmin=ABS(lp-lq)
+!           d1=PAW%otphi(:,map(ip))*PAW%otphi(:,map(iq))
+!           d3=PAW%ophi(:,map(ip))*PAW%ophi(:,map(iq))
+!           Do k=kmin,kmax,2
+!              CALL EXXwgt(occp,occq,map(ip),lp,map(iq),lq,k,wgt)
+!              IF (wgt>threshold) THEN
+!                 wgt=(wgt*(2*k+1))/occp   ! because of apoisson convention
+!                 CALL CompensationRHO(Grid,PAW,k,map(ip),map(iq),d2)
+!                 d=d1+d2
+!                 CALL apoisson(Grid,k,n,d,trvx0)
+!                 S_W(:,ip)=S_W(:,ip)-wgt*trvx0(:)*PAW%otphi(:,map(iq))
+!                 CALL apoisson(Grid,k,n,d3,v)
+!                 F2(:,ip)=F2(:,ip)-wgt*v(:)*PAW%ophi(:,map(iq))
+!                 do ib=1,nbase
+!                    if (PAW%l(ib)==lp) then
+!                       d=PAW%ophi(:,ib)*PAW%ophi(:,map(iq))*v - &
+!&                            PAW%otphi(:,ib)*PAW%otphi(:,map(iq))*trvx0
+!                       d(1)=0; d(2:n)=d(2:n)/Grid%r(2:n)
+!                       S_X(ib,ip)=S_X(ib,ip)-wgt*integrator(Grid,d,1,irc)
+!                       write(6,*) 'Check ',ib,ip,integrator(Grid,d,1,irc),&
+!&                        integrator(Grid,d)
+!                    endif
+!                 enddo
+!              ENDIF
+!           ENDDO   !k
+!        ENDDO      !iq
+!
+!
+!
+!      ! (re)calculate U factor
+!        d=(F2(:,ip)-HSZ%rVxvale(:)*PAW%ophi(:,map(ip)))*PAW%ophi(:,map(ip))
+!        d(1)=0;d(2:n)=d(2:n)/Grid%r(2:n)
+!        S_U(ip)=integrator(Grid,d)
+!        write(6,*) 'Checking U ', ip,map(ip),integrator(Grid,d),&
+!&          HSZ%Uvale(S_omap(ip))
+!        d=d-HSZ%Uvale(S_omap(ip))*PAW%ophi(:,map(ip))**2
+!        write(6,*) 'FC rhs',ip,integrator(Grid,d),integrator(Grid,d,1,irc)
+!        d=S_W(:,ip)*PAW%otphi(:,map(ip))
+!        d(1)=0;d(2:n)=d(2:n)/Grid%r(2:n)
+!        write(6,*) 'Checking dtEx ', ip,map(ip),&
+!&            integrator(Grid,d)+S_X(map(ip),ip),S_X(map(ip),ip)
+!        d=F2(:,ip)*PAW%ophi(:,map(ip))
+!        d(1)=0;d(2:n)=d(2:n)/Grid%r(2:n)
+!        write(6,*) 'Checking dEx ', ip,map(ip),integrator(Grid,d)
+!        d=S_W(:,ip)*PAW%otphi(:,map(ip))
+!        d(1)=0;d(2:n)=d(2:n)/Grid%r(2:n)
+!        F(:)=F(:)+occp*d(:)
+!        rho(:)=rho(:)+occp*PAW%otphi(:,map(ip))**2
+!        do iq=1,nocc
+!           if (iq==ip) then
+!              F(:)=F(:)-occp*HSZ%Uvale(S_omap(ip))*PAW%otphi(:,map(ip))**2
+!           else
+!              !if (S_l(iq)==S_l(ip)) then
+!              !F(:)=F(:)-occp*HSZ%LMBDvale(S_omap(ip),S_omap(iq))&
+!&             !   *PAW%otphi(:,map(ip))*PAW%otphi(:,map(iq))
+!              !endif
+!           endif
+!        enddo
+!     ENDDO
+!  ! accumulate dExdtphi
+!  S_dExdtphi=0 ; S_UOphi=0
+!    do ip=1,nocc
+!       S_dExdtphi(2:n,ip)=S_W(2:n,ip)/Grid%r(2:n)
+!       S_UOphi(:,ip)=PAW%otphi(:,map(ip))
+!       do ib=1,nbase
+!          if (PAW%l(ib)==S_l(ip)) then
+!              S_dExdtphi(:,ip)=S_dExdtphi(:,ip)+S_X(ib,ip)*PAW%otp(:,ib)
+!              S_UOphi(:,ip)=S_UOphi(:,ip)+PAW%Oij(ib,map(ip))*PAW%otp(:,ib)
+!          endif
+!       enddo
+!       S_UOphi(:,ip)=HSZ%Uvale(S_omap(ip))*S_UOphi(:,ip)
+!    enddo
+!
+!  !  Calculated matrix element <\phi(ib)|VxVale|\phi(ip)>
+!    S_Vx=0
+!    do ip=1,nocc
+!       lp=PAW%l(S_bmap(ip))  ;
+!       do ib=1,nbase
+!          if (lp==PAW%l(ib)) THEN
+!             d=HSZ%rVxVale(:)*PAW%ophi(:,ib)*PAW%ophi(:,S_bmap(ip))
+!             d(1)=0; d(2:n)=d(2:n)/Gridwk%r(2:n)
+!             S_Vx(ib,ip)=integrator(Gridwk,d,1,irc)
+!          endif
+!          write(6,'(" vx ",2i5,1p,1e15.7)') ib,ip,S_Vx(ib,ip)
+!       enddo
+!    enddo
+!
+!    ! Note that S_W is r*(desired function)
+!
+!     Open(1001,file='testF1',form='formatted')
+!     do i=1,n
+!        write(1001,'(1p,50e15.7)') Grid%r(i),HSZ%rVxvale(i),&
+!&            (S_W(i,ip),F2(i,ip),ip=1,nocc)
+!     enddo
+!     close(1001)
+!
+!     Do ip=1,nocc
+!        do ib=1,nbase
+!           write(6,*) 'X  ', ip,ib,S_X(ib,ip)
+!        enddo
+!     enddo
+!
+!   call Init_trvx(Grid,irc,HSZ%rVxvale,trvx)
+!   S_Vxvale=HSZ%rVxvale; S_tVxvale=trvx
+!
+!     Open(1001,file='trvx0',form='formatted')
+!     do i=1,n
+!        write(1001,'(1p,50e15.7)') Grid%r(i),trvx(i),HSZ%rVxvale(i),&
+!&                        HSZ%rVxcore(i)
+!     enddo
+!     close(1001)
+!
+!   arg(1:irc)=trvx(1:irc)
+!   CALL InitAnderson_dr(AC,6,5,irc,0.1d0,1.d3,100,&
+!&                 1.d-8,1.d-16,.TRUE.)
+!   CALL DoAndersonMix(AC,arg,xxx,tVXsub1,success)
+!   trvx(1:irc)=arg(1:irc)
+!      WRITE(6,*) 'Finished trvx iter # ',AC%CurIter,AC%res
+!   CALL FreeAnderson(AC)
+!
+!     Open(1001,file='trvx',form='formatted')
+!     do i=1,n
+!        write(1001,'(1p,50e15.7)') Grid%r(i),trvx(i),HSZ%rVxvale(i),&
+!&                        HSZ%rVxcore(i)
+!     enddo
+!     close(1001)
+!
+!     Deallocate(trvx0,d,d1,d2,d3,v,F2,arg,rho,F)
+!
+  END SUBROUTINE EXX_pseudoVx
+
+!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
+!   ib is the PAW basis index of the outer
+!     most orbital for initializing tVx
+!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
+  SUBROUTINE InitialVx_pseudo(Grid,ib,trvx0)
+    TYPE(GridInfo), INTENT(IN) :: Grid
+    INTEGER, INTENT(IN) :: ib
+    REAL(8), INTENT(OUT) :: trvx0(:)
+
+    INTEGER :: lp,kmax,kmin,k,n
+    REAL(8) :: occp,wgt
+    REAL(8), ALLOCATABLE :: d(:),d1(:),d2(:)
+    REAL(8), PARAMETER :: threshold=1.d-8
+
+    n=Grid%n
+    allocate(d(n),d1(n),d2(n))
+
+        trvx0=0
+        occp=PAW%occ(ib)
+        lp=PAW%l(ib)
+           kmax=2*lp
+           kmin=0
+           d1=(PAW%otphi(:,ib)**2)
+           Do k=kmin,kmax,2
+              CALL EXXwgt(occp,occp,ib,lp,ib,lp,k,wgt)
+              IF (wgt>threshold) THEN
+                 wgt=(wgt*(2*k+1))/occp   ! because of apoisson convention
+                 CALL CompensationRHO(Grid,PAW,k,ib,ib,d)
+                 d=d1+d
+                 CALL apoisson(Grid,k,n,d,d2)
+                 trvx0=trvx0-wgt*d2
+              ENDIF
+           ENDDO   !k
+
+     deallocate(d,d1,d2)
+  END SUBROUTINE InitialVx_pseudo
+
+  SUBROUTINE Init_trvx(Grid,p,trvxin,trvxout)
+    Type(GridInfo),INTENT(IN) :: Grid
+    INTEGER, INTENT(IN) :: p       ! smooth potential for r<r(irc+1)
+    REAL(8), INTENT(IN) ::trvxin(:)
+    REAL(8), INTENT(OUT) ::trvxout(:)
+
+    INTEGER :: n,i
+    REAL(8) :: r1u1,r2u2,r3u3,d0rc, d1rc,d2rc,rc,x
+    REAL(8) :: u1,u2,u3
+    REAL(8), ALLOCATABLE :: d1(:),d2(:)
+
+    n=Grid%n
+    ALLOCATE(d1(n),d2(n))
+
+    CALL derivative(Grid,trvxin,d1)
+    CALL derivative(Grid,d1,d2)
+
+    d0rc=trvxin(p)
+    d1rc=d1(p)
+    d2rc=d2(p)
+    rc=Grid%r(p)
+
+    r2u2 = (-d0rc + rc*d1rc -(1.0d0/3.0d0)*rc*rc*d2rc)*3
+    r3u3 = (rc*d1rc -d0rc - r2u2)*(1.0d0/2.0d0)
+    r1u1 = d0rc - r2u2 - r3u3
+
+    u1 = r1u1/rc;
+    u2 = r2u2/(rc*rc)
+    u3 = r3u3/(rc**3)
+
+    trvxout=trvxin
+
+    do i=1,p
+       x = Grid%r(i)
+       trvxout(i) = x*u1 + x*x*u2 + x*x*x*u3
+    enddo
+
+     open(unit=2001,file='rvxsmooth.txt')
+     n=Grid%n
+     do i=1,n
+           write(2001,'(1p,6e15.7)') Grid%r(i), trvxin(i),trvxout(i)
+     enddo
+     close(2001)
+
+  END SUBROUTINE Init_trvx
+
+  SUBROUTINE CompensationRHO(Grid,PAW,k,alpha,beta,rho)
+    TYPE(GridInfo), INTENT(IN) :: Grid
+    TYPE(PseudoInfo), INTENT(IN) :: PAW
+    INTEGER,INTENT(IN) :: k,alpha,beta
+    REAL(8),INTENT(INOUT) :: rho(:)
+
+    REAL(8) , ALLOCATABLE :: Temp1(:),Temp2(:)
+    INTEGER :: n,irc
+    REAL(8) :: n1
+    REAL(8) ,POINTER :: r(:)
+
+    n=Grid%n
+    ALLOCATE(Temp1(n),Temp2(n))
+    r=>Grid%r
+    irc = PAW%irc
+
+    Temp1 = PAW%ophi(:,alpha)*PAW%ophi(:,beta) - &
+&      PAW%otphi(:,alpha)*PAW%otphi(:,beta)
+    Temp1 = Temp1 * (r(:)**k)
+    n1 = integrator(Grid,Temp1,1,irc)
+    rho(:)=(r(:)**(k+2))*PAW%hatshape(:)
+    Temp1=(r(:)**(k))*rho(:)
+    rho(:) =n1*rho(:)/integrator(Grid,Temp1)
+
+  END SUBROUTINE CompensationRHO
+
+
+!!!!!!!
+!  tVXsub0  -- version without projector constraints
+!!!!!!!
+  SUBROUTINE tVXsub0(w,en,grad,err,success,update)
+    REAL(8), INTENT(INOUT) :: w(:)
+    REAL(8), INTENT(OUT) :: en
+    REAL(8), INTENT(OUT) :: grad(:)
+    REAL(8), INTENT(OUT) :: err
+    LOGICAL, INTENT(OUT) :: success
+    LOGICAL, INTENT(IN) :: update
+
+    INTEGER :: i,j,k,n,io,l,iter,last,irc,ip,nocc,nbase,many,ib,ic,jo,p
+    REAL(8) :: x,y,energy,occ,boundaryv
+    REAL(8), POINTER :: rv(:)
+    REAL(8),ALLOCATABLE :: shift(:),dvx(:,:),tg(:,:),tu(:),rhs(:),tw(:)
+    INTEGER:: fcount=0
+    REAL(8), PARAMETER :: tol=1.d-10, wgt0=0.01d0
+    CHARACTER(4) :: stuff
+
+    success=.TRUE.
+    irc=S_irc; nocc=S_nocc; n=S_n; nbase=PAW%nbase; p=irc+1
+
+    rv=>PAW%rVeff
+
+    allocate(shift(n),tg(n,nocc),tu(n),rhs(n),tw(n),&
+&    dvx(nbase,nocc))
+    shift=0;grad=0
+
+   !  Matrix element of \tilde{V}_x = w (input)
+    do ip=1,nocc
+       dvx(:,ip)=0; l=PAW%l(S_bmap(ip))  ;
+       do ib=1,nbase
+          if (l==PAW%l(ib)) THEN
+          tu(1:irc)=w(1:irc)*PAW%otphi(1:irc,ib)*PAW%otphi(1:irc,S_bmap(ip))
+          tu(1)=0; tu(2:irc)=tu(2:irc)/Gridwk%r(2:irc)
+          dvx(ib,ip)=S_Vx(ib,ip)-integrator(Gridwk,tu,1,irc)
+          endif
+          write(6,'(" dvx ",2i5,1p,1e15.7)') ib,ip,dvx(ib,ip)
+       enddo
+    enddo
+    call flush(6)
+    tw=S_tVxvale
+    tw(1:irc)=w(1:irc)
+    shift=0 ;
+    do ip=1,nocc
+       occ=PAW%occ(S_bmap(ip))
+       energy=S_E(ip)
+       l=S_l(ip)
+       rhs=0;
+       rhs(2:n)=S_dExdtphi(2:n,ip)  &
+&            -tw(2:n)*PAW%otphi(2:n,S_bmap(ip))/Gridwk%r(2:n)
+       rhs(2:n)=rhs(2:n)-S_UOphi(2:n,ip)
+
+       do ib=1,nbase
+          if (l==PAW%l(ib)) then
+             rhs(:)=rhs(:)-dvx(ib,ip)*PAW%otp(:,ib)
+          endif
+       enddo
+
+      write(6,*)' Check smooth rhs ip ', ip,  &
+&                overlap(Gridwk,rhs,PAW%otphi(:,S_bmap(ip)),1,irc),&
+&                overlap(Gridwk,rhs,PAW%otphi(:,S_bmap(ip)))
+
+
+      call inhomo_numerov_SVD_bv(Gridwk,l,irc+1,energy,tol,rv,rhs,S_tgvv(:,ip))
+
+      ! check orthogonalities
+
+      do ib=1,nbase
+         if (l==PAW%l(ib)) then
+            write(6,*) ' ip ib <g|p> = ', ip,ib ,&
+&             overlap(Gridwk,S_tgvv(:,ip),PAW%otp(:,ib))
+            write(6,*) ' ip ib <g|tphi> = ', &
+&             overlap(Gridwk,S_tgvv(:,ip),PAW%otphi(:,ib))
+         endif
+      enddo
+   enddo   !ip
+
+   shift=0;tu=0
+   do ip=1,nocc
+      occ=PAW%occ(S_bmap(ip))
+
+      shift(:)=shift(:)+2*occ*S_tgvv(:,ip)*PAW%otphi(:,S_bmap(ip))
+   enddo
+
+    grad=0
+    grad(2:irc)=-shift(2:irc)/Gridwk%r(2:irc)
+    err=DOT_PRODUCT(grad(1:irc),grad(1:irc))
+    en=err
+    S_shift=shift
+
+    WRITE(6,'("PAWiter",i5,1p,1e20.12,1p,2e15.7)')fcount,en
+
+    call mkname(fcount,stuff)
+    open(1001,file='pseudo.'//TRIM(stuff),form='formatted')
+    do i=1,n
+       write(1001,'(1p,15e15.7)') Gridwk%r(i),tw(i),shift(i),&
+&                 (S_tgvv(i,ip),ip=1,nocc),&
+&                 (S_tgvv(i,ip)*PAW%tphi(i,S_bmap(ip)),ip=1,nocc)
+    enddo
+    close(1001)
+
+    fcount=fcount+1
+    deallocate(shift,tg,tu,rhs,tw,dvx)
+
+  END SUBROUTINE tVXsub0
+
+!!!!!!!
+!  tVXsub1
+!!!!!!!
+  SUBROUTINE tVXsub1(w,en,grad,err,success,update)
+    REAL(8), INTENT(INOUT) :: w(:)
+    REAL(8), INTENT(OUT) :: en
+    REAL(8), INTENT(OUT) :: grad(:)
+    REAL(8), INTENT(OUT) :: err
+    LOGICAL, INTENT(OUT) :: success
+    LOGICAL, INTENT(IN) :: update
+
+    INTEGER :: i,j,k,n,io,l,iter,last,irc,ip,nocc,nbase,many,ib,ic,jo,p
+    REAL(8) :: x,y,energy,occ,boundaryv
+    REAL(8), POINTER :: rv(:)
+    REAL(8),ALLOCATABLE :: shift(:),dvx(:,:),tg(:,:),tu(:),rhs(:,:),tw(:)
+    INTEGER:: fcount=0
+    REAL(8), PARAMETER :: tol=1.d-10, wgt0=0.01d0
+    CHARACTER(4) :: stuff
+
+    success=.TRUE.
+    irc=S_irc; nocc=S_nocc; n=S_n; nbase=PAW%nbase; p=irc+1
+
+    rv=>PAW%rVeff
+
+    allocate(shift(n),tg(n,nocc),tu(n),rhs(n,nbase+1),tw(n),&
+&    dvx(nbase,nocc))
+    shift=0;grad=0
+
+   !  Matrix element of \tilde{V}_x = w (input)
+    do ip=1,nocc
+       dvx(:,ip)=0; l=PAW%l(S_bmap(ip))  ;
+       do ib=1,nbase
+          if (l==PAW%l(ib)) THEN
+          tu(1:irc)=w(1:irc)*PAW%otphi(1:irc,ib)*PAW%otphi(1:irc,S_bmap(ip))
+          tu(1)=0; tu(2:irc)=tu(2:irc)/Gridwk%r(2:irc)
+          dvx(ib,ip)=S_Vx(ib,ip)-integrator(Gridwk,tu,1,irc)
+          endif
+          write(6,'(" dvx ",2i5,1p,1e15.7)') ib,ip,dvx(ib,ip)
+       enddo
+    enddo
+    call flush(6)
+    tw=S_tVxvale
+    tw(1:irc)=w(1:irc)
+    shift=0 ;
+    do ip=1,nocc
+       occ=PAW%occ(S_bmap(ip))
+       energy=S_E(ip)
+       l=S_l(ip)
+       rhs=0;
+       rhs(2:n,1)=S_dExdtphi(2:n,ip)  &
+&            -tw(2:n)*PAW%otphi(2:n,S_bmap(ip))/Gridwk%r(2:n)
+       rhs(2:n,1)=rhs(2:n,1)-S_UOphi(2:n,ip)
+
+       many=1
+       do ib=1,nbase
+          if (l==PAW%l(ib)) then
+             rhs(:,1)=rhs(:,1)-dvx(ib,ip)*PAW%otp(:,ib)
+             many=many+1
+             rhs(:,many)=PAW%otp(:,ib)
+          endif
+       enddo
+
+      S_tgvv(:,ip)=0
+      If (many<=2) then
+         call inhomo_numerov_SVD_bv(Gridwk,l,n-1,energy,tol,rv,rhs(:,1),S_tgvv(:,ip))
+      else
+         call  multisolv(S_bmap(ip),l,many,energy,rv,rhs(:,1:many),S_tgvv(:,ip))
+      endif
+
+      ! Remove homogeneous solution
+      x=0; y=0
+      write(6,*) 'Fix tail ', ip,S_bmap(ip)
+      do i=irc+1,n
+         x=x+PAW%otphi(i,S_bmap(ip))**2
+         y=y+(S_tgvv(i,ip)-S_gvv(i,ip))*PAW%otphi(i,S_bmap(ip))
+      enddo
+         write(6,*) 'Adjust tail value ', ip ,y,x
+         S_tgvv(:,ip)=S_tgvv(:,ip)-(y/x)*PAW%otphi(:,S_bmap(ip))
+
+      do ib=1,nbase
+         if (l==PAW%l(ib)) then
+            write(6,*) ' ip ib <g|p> = ', ip,ib ,&
+&             overlap(Gridwk,S_tgvv(:,ip),PAW%otp(:,ib))
+            write(6,*) ' ip ib <g|tphi> = ', &
+&             overlap(Gridwk,S_tgvv(:,ip),PAW%otphi(:,ib))
+         endif
+      enddo
+   enddo   !ip
+
+   shift=0;tu=0
+   do ip=1,nocc
+      occ=PAW%occ(S_bmap(ip))
+      shift(:)=shift(:)+2*occ*S_tgvv(:,ip)*PAW%otphi(:,S_bmap(ip))
+   enddo
+
+    grad=0
+    grad(2:irc)=-shift(2:irc)/Gridwk%r(2:irc)
+    err=DOT_PRODUCT(grad(1:irc),grad(1:irc))
+    en=err
+    S_shift=shift
+
+    WRITE(6,'("PAWiter",i5,1p,1e20.12,1p,2e15.7)')fcount,en
+
+    call mkname(fcount,stuff)
+    open(1001,file='pseudo.'//TRIM(stuff),form='formatted')
+    do i=1,n
+       write(1001,'(1p,15e15.7)') Gridwk%r(i),tw(i),shift(i),&
+&         (S_gvv(i,ip),S_tgvv(i,ip),PAW%otphi(i,S_bmap(ip)),ip=1,nocc)
+    enddo
+    close(1001)
+
+    fcount=fcount+1
+    deallocate(shift,tg,tu,rhs,tw,dvx)
+
+  END SUBROUTINE tVXsub1
+
+   SUBROUTINE FindVX(mxloop,n,threshold,arg,trvx)
+      Integer, INTENT(IN) :: mxloop,n
+      REAL(8), INTENT(IN) :: threshold
+      REAL(8), INTENT(INOUT) :: arg(:)
+      REAL(8), INTENT(INOUT) :: trvx(:)
+
+      LOGICAL :: success
+      REAL(8) :: xxx
+      INTEGER :: loop,i
+      INTEGER, parameter :: mxl=50
+      REAL(8), parameter :: mix=0.2d0
+      CHARACTER(4) :: nm
+      trvx=arg
+      Do loop=1,mxloop*10
+         CALL InitAnderson_dr(AC,6,2,n,0.001d0,1.d1,mxl,1.d-6,1.d-6,.true.)
+         CALL DoAndersonMix(AC,arg,xxx,tVXsub0,success)
+         write(6,*) 'Finished EXX_PseudoVx',AC%CurIter,AC%res
+         CALL FreeAnderson(AC)
+
+         trvx=arg
+         arg=0
+         arg(2:n)=-S_shift(2:n)/Gridwk%r(2:n)
+         xxx=DOT_PRODUCT(arg(1:n),arg(1:n))
+         write(6,*) 'tVX loop ', loop,xxx
+           call mkname(loop,nm)
+              Open(1001,file='anal'//TRIM(nm),form='formatted')
+                 do i=1,n
+                    write(1001,'(1p,20e15.7)') Gridwk%r(i),trvx(i),S_shift(i),&
+&                            trvx(i)+mix*arg(i)
+                 enddo
+              close(1001)
+         if (xxx<threshold) then
+            write(6,*) ' tVX loop converged with ', loop,xxx
+            exit
+         endif
+         trvx=trvx+mix*arg
+         arg=trvx
+      enddo
+
+   END SUBROUTINE FindVX
+
+
+  SUBROUTINE multisolv(in,l,mult,energy,rv,rhs,res)
+    INTEGER, INTENT(IN):: in,l,mult
+    REAL(8), INTENT(IN):: energy,rv(:),rhs(:,:)
+    REAL(8), INTENT(INOUT):: res(:)
+
+    integer :: i,io,jo,ib,many,n,nbase
+    integer, ALLOCATABLE :: map(:)
+    REAL(8), ALLOCATABLE :: tu(:),tw(:,:),M(:,:),MM(:,:),MMM(:,:),c(:),cc(:)
+    REAL(8), PARAMETER :: tol=1.d-10
+
+    n=S_n; res=0
+    nbase=PAW%nbase
+    allocate(map(nbase),M(nbase,nbase),MM(nbase,nbase),MMM(nbase,nbase),&
+&      tw(n,nbase+1),tu(n),c(nbase),cc(nbase))
+
+    many=0; map=0
+    do ib=1,nbase
+       if (l==PAW%l(ib)) then
+          many=many+1; map(many)=ib;
+       endif
+    enddo
+
+    if (mult-1/=many) then
+         write(6,*) 'Error in multisolv ', mult,many
+         stop
+    endif
+
+    call inhomo_numerov_SVD_bvm(Gridwk,l,n-1,mult,energy,tol,rv,rhs(:,1:mult),&
+&             tw(:,1:mult))
+
+    MMM=0; M=0
+    do io=1,many
+       do jo=1,many
+          tu(:)=PAW%otp(:,map(io))*tw(:,jo+1)
+          MMM(io,jo)=integrator(Gridwk,tu)
+          M(io,jo)=PAW%dij(map(io),map(jo))-&
+&                energy*PAW%oij(map(io),map(jo))
+          enddo
+       enddo
+       MM=0
+       do io=1,many
+          do jo=1,many
+             do ib=1,many
+                MM(io,jo)=MM(io,jo)+M(io,ib)*MMM(ib,jo)
+             enddo
+          enddo
+          MM(io,io)=MM(io,io)+1
+      enddo
+
+      c=0;cc=0
+      do io=1,many
+         tu(:)=PAW%otp(:,map(io))*tw(:,1)
+         c(io)=integrator(Gridwk,tu)
+      enddo
+      do io=1,many
+         do jo=1,many
+            cc(io)=cc(io)-M(io,jo)*c(jo)
+         enddo
+      enddo
+
+      MMM=MM
+      call linsol(MMM,cc,many,nbase,nbase,nbase)
+
+      write(6,*) ' linsol results '
+      do io=1,many
+         write(6,*) io,cc(io)
+      enddo
+
+      res=tw(:,1)
+      do io=1,many
+         res(:)=res(:)+cc(io)*tw(:,io+1)
+      enddo
+
+    deallocate(map,M,MM,MMM,tw,tu,c,cc)
+
+  END SUBROUTINE multisolv
+
+  SUBROUTINE Calc_w(Grid,PAW,io,w)
+    TYPE(GridInfo), INTENT(IN) :: Grid
+    TYPE(PseudoInfo), INTENT(IN) :: PAW
+    INTEGER, INTENT(IN) :: io
+    REAL(8), INTENT(OUT) :: w(:,:)     ! w(1:n,1:nbase)
+
+    INTEGER :: i,j,l,n,nbase
+    REAL(8) :: eig,zeroval,term
+    REAL(8),POINTER :: rv(:),r(:)
+    REAL(8) ,ALLOCATABLE :: rhs(:),temp(:)
+
+    eig=PAW%eig(io)
+    l=PAW%l(io)        !<-- lp
+    rv=>PAW%rveff
+    n=Grid%n
+    r=>Grid%r
+    ALLOCATE(rhs(n),temp(n))
+    rhs =0
+    w=0
+    temp=0
+
+    nbase=PAW%nbase
+    DO i=1,nbase
+       IF (l==PAW%l(i))THEN ! <-- lp = lk
+          rhs = PAW%otp(:,i)
+          CALL inhomo_bound_numerov(Grid,l,n,eig,rv,rhs,temp)
+          w(:,i)=temp(:)
+       ENDIF
+    ENDDO
+
+    OPEN(unit=2001,file='w.txt')
+    DO i=1,n
+       WRITE(2001,'(1p,50e15.7)') r(i), (w(i,j),j=1,nbase)
+    ENDDO
+    CLOSE(2001)
+
+    DEALLOCATE(rhs,temp)
+  END SUBROUTINE Calc_w
+
+  SUBROUTINE Calc_u(Grid,PAW,io,rhs,u)
+    TYPE(GridInfo), INTENT(IN) :: Grid
+    TYPE(PseudoInfo), INTENT(IN) :: PAW
+    INTEGER, INTENT(IN) :: io
+    REAL(8), INTENT(IN) :: rhs(:)
+    REAL(8), INTENT(OUT) :: u(:)
+
+    INTEGER :: i,j,l,n
+    REAL(8) :: eig,zeroval,term
+    REAL(8),POINTER :: rv(:),r(:)
+    REAL(8) ,ALLOCATABLE :: temp(:)
+
+    eig=PAW%eig(io)
+    l=PAW%l(io)
+    rv=>PAW%rveff
+    n=Grid%n
+    r=>Grid%r
+
+    ALLOCATE(temp(n))
+    temp=0;u=0
+
+    CALL inhomo_bound_numerov(Grid,l,n,eig,rv,rhs,u)
+
+    OPEN(unit=2001,file='uio.txt')
+    DO i=1,n
+       WRITE(2001,'(1p,6e15.7)') r(i), u(i)
+    ENDDO
+    CLOSE(2001)
+
+    Deallocate(temp)
+  END SUBROUTINE Calc_u
+
+END Module exx_pseudo
diff --git a/src/exxdata.f90 b/src/exxdata.f90
new file mode 100644
index 0000000..04a54eb
--- /dev/null
+++ b/src/exxdata.f90
@@ -0,0 +1,22 @@
+Module exxdata
+
+  Implicit none
+
+  TYPE HSZInfo
+     REAL(8), POINTER :: psi(:,:),psiref(:,:)
+     REAL(8), POINTER :: shift(:),grad(:),U(:),Uref(:),Ucore(:),Uvale(:)
+     REAL(8), POINTER :: LMBD(:,:),LMBDref(:,:),LMBDcore(:,:),LMBDvale(:,:)
+     LOGICAL :: Fixed_Zero  ! If true, read in constant zero_index
+     ! If false (default) adjust zero_index each iteration
+     INTEGER :: zero_index      ! index of most extended wave function
+     INTEGER :: lmax    ! maximum l value of bound states
+     REAL(8) :: betaL   ! expontial decay of zero_index wfn
+     REAL(8) :: grad2   ! Dot_Product(grad,grad)
+     INTEGER :: matchpoint  ! beyond this grid point use asymptotic form
+     REAL(8), POINTER :: rVxref(:),coreshift(:)
+     REAL(8), POINTER :: rVxKLI(:),rDVxKLI(:)
+  END TYPE HSZInfo
+
+  TYPE(HSZInfo), TARGET :: HSZ
+
+End module
diff --git a/src/fock.f90 b/src/fock.f90
new file mode 100644
index 0000000..990ce96
--- /dev/null
+++ b/src/fock.f90
@@ -0,0 +1,744 @@
+Module fock
+  Use atomdata
+  Use gridmod
+  Use globalmath
+
+  IMPLICIT NONE
+
+ CONTAINS
+!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
+  !!  Get_Energy_EXX					!!!!
+!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
+  SUBROUTINE Get_Energy_EXX(Grid,Orbit,eex)
+    TYPE(gridinfo), INTENT(IN) :: Grid
+    TYPE(orbitinfo), INTENT(IN) :: Orbit
+    REAL(8), INTENT(OUT) :: eex
+
+    REAL(8), POINTER :: phi(:,:),r(:)
+    REAL(8), ALLOCATABLE :: wfp(:),dum(:),ddum(:)
+    REAL(8), ALLOCATABLE :: Fnu(:,:),Lnu(:,:),Snu(:),Mnunup(:,:),Cnu(:)
+    INTEGER :: i,j,k,n,m,l,ll,li,lj,lmin,lmax,io,jo,ok,norbit,last,nodes
+    INTEGER :: nu,nup,ni,nj
+    REAL(8) :: occ,term,term1,wgt,occi,occj,rc,kappa
+    REAL(8), PARAMETER :: threshold=1.d-8
+
+    n=Grid%n
+    norbit=orbit%norbit
+    phi=>orbit%wfn
+    r=>grid%r
+
+    ALLOCATE(wfp(n),dum(n),ddum(n),stat=i)
+    IF (i/=0) THEN
+       WRITE(6,*) 'allocation error in Get_Energy_EXX', i,n
+       STOP
+    ENDIF
+
+    eex=0
+    DO io=1,norbit
+       occ=orbit%occ(io)
+       IF (occ>threshold) THEN
+          li=orbit%l(io);ni=orbit%np(io)
+          DO jo=1,norbit
+             occj=orbit%occ(jo)
+             IF (occj>threshold) THEN
+                lj=orbit%l(jo);nj=orbit%np(jo)
+                lmax=li+lj
+                lmin=ABS(li-lj)
+                wfp(1:n)=phi(1:n,io)*phi(1:n,jo)
+                DO ll=lmin,lmax,2
+                   CALL EXXwgt(occ,occj,io,li,jo,lj,ll,wgt)
+                   IF (wgt>threshold) THEN
+                      wgt=wgt*(2*ll+1)   ! because of apoisson convention
+                      CALL apoisson(Grid,ll,n,wfp,dum)
+                      ddum(2:n)=dum(2:n)*phi(2:n,jo)*phi(2:n,io)/r(2:n)
+                      ddum(1)=0
+                      eex=eex-wgt*integrator(Grid,ddum)/2
+                   ENDIF
+                ENDDO
+             ENDIF
+          ENDDO   !jo
+
+       ENDIF
+    ENDDO
+
+    DEALLOCATE(wfp,dum,ddum)
+
+  END SUBROUTINE Get_Energy_EXX
+
+!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
+  !!  Get_Energy_EXX_VV       !!!!
+  !!   Valence - valence part of the Fock exchange energy
+!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
+  SUBROUTINE Get_Energy_EXX_VV(Grid,Orbit,eex)
+    TYPE(gridinfo), INTENT(IN) :: Grid
+    TYPE(orbitinfo), INTENT(IN) :: Orbit
+    REAL(8), INTENT(OUT) :: eex
+
+    REAL(8), POINTER :: phi(:,:),r(:)
+    REAL(8), ALLOCATABLE :: wfp(:),dum(:),ddum(:)
+    REAL(8), ALLOCATABLE :: Fnu(:,:),Lnu(:,:),Snu(:),Mnunup(:,:),Cnu(:)
+    INTEGER :: i,j,k,n,m,l,ll,li,lj,lmin,lmax,io,jo,ok,norbit,last,nodes
+    INTEGER :: nu,nup,ni,nj
+    REAL(8) :: occ,term,term1,wgt,occi,occj,rc,kappa,fac,FCeex
+    REAL(8), PARAMETER :: threshold=1.d-8
+
+    n=Grid%n
+    norbit=orbit%norbit
+    phi=>orbit%wfn
+    r=>grid%r
+
+    ALLOCATE(wfp(n),dum(n),ddum(n),stat=i)
+    IF (i/=0) THEN
+       WRITE(6,*) 'allocation error in Get_Energy_EXX_FC', i,n
+       STOP
+    ENDIF
+
+
+    eex=0
+    DO io=1,norbit
+       occ=Orbit%occ(io)
+       IF (occ>threshold.AND.(.NOT.Orbit%iscore(io))) THEN
+          li=Orbit%l(io);ni=Orbit%np(io)
+          DO jo=1,norbit
+             occj=orbit%occ(jo);fac=1
+             IF (occj>threshold.AND.(.NOT.Orbit%iscore(jo))) THEN
+                lj=orbit%l(jo);nj=orbit%np(jo)
+                IF (Orbit%iscore(jo)) fac=2
+                lmax=li+lj
+                lmin=ABS(li-lj)
+                wfp(1:n)=phi(1:n,io)*phi(1:n,jo)
+                DO ll=lmin,lmax,2
+                   CALL EXXwgt(occ,occj,io,li,jo,lj,ll,wgt)
+                   IF (wgt>threshold) THEN
+                      wgt=wgt*(2*ll+1)*fac   ! because of apoisson convention
+                      CALL apoisson(Grid,ll,n,wfp,dum)
+                      ddum(2:n)=dum(2:n)*phi(2:n,jo)*phi(2:n,io)/r(2:n)
+                      ddum(1)=0
+                      eex=eex-wgt*integrator(Grid,ddum)/2
+                   ENDIF
+                ENDDO
+             ENDIF
+          ENDDO   !jo
+
+       ENDIF
+    ENDDO
+
+    DEALLOCATE(wfp,dum,ddum)
+
+  END SUBROUTINE Get_Energy_EXX_VV
+
+!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
+  !!  Get_Energy_EXX_VC       !!!!
+  !!   Valence - core part of the Fock exchange energy
+!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
+  SUBROUTINE Get_Energy_EXX_VC(Grid,Orbit,eex)
+    TYPE(gridinfo), INTENT(IN) :: Grid
+    TYPE(orbitinfo), INTENT(IN) :: Orbit
+    REAL(8), INTENT(OUT) :: eex
+
+    REAL(8), POINTER :: phi(:,:),r(:)
+    REAL(8), ALLOCATABLE :: wfp(:),dum(:),ddum(:)
+    REAL(8), ALLOCATABLE :: Fnu(:,:),Lnu(:,:),Snu(:),Mnunup(:,:),Cnu(:)
+    INTEGER :: i,j,k,n,m,l,ll,li,lj,lmin,lmax,io,jo,ok,norbit,last,nodes
+    INTEGER :: nu,nup,ni,nj
+    REAL(8) :: occ,term,term1,wgt,occi,occj,rc,kappa,fac,FCeex
+    REAL(8), PARAMETER :: threshold=1.d-8
+
+    n=Grid%n
+    norbit=orbit%norbit
+    phi=>orbit%wfn
+    r=>grid%r
+
+    ALLOCATE(wfp(n),dum(n),ddum(n),stat=i)
+    IF (i/=0) THEN
+       WRITE(6,*) 'allocation error in Get_Energy_EXX_FC', i,n
+       STOP
+    ENDIF
+
+
+    eex=0
+    DO io=1,norbit
+       occ=Orbit%occ(io)
+       IF (occ>threshold.AND.(.NOT.Orbit%iscore(io))) THEN
+          li=Orbit%l(io);ni=Orbit%np(io)
+          DO jo=1,norbit
+             occj=orbit%occ(jo);fac=1
+             IF (occj>threshold.AND.(Orbit%iscore(jo))) THEN
+                lj=orbit%l(jo);nj=orbit%np(jo)
+                IF (Orbit%iscore(jo)) fac=2
+                lmax=li+lj
+                lmin=ABS(li-lj)
+                wfp(1:n)=phi(1:n,io)*phi(1:n,jo)
+                DO ll=lmin,lmax,2
+                   CALL EXXwgt(occ,occj,io,li,jo,lj,ll,wgt)
+                   IF (wgt>threshold) THEN
+                      wgt=wgt*(2*ll+1)*fac   ! because of apoisson convention
+                      CALL apoisson(Grid,ll,n,wfp,dum)
+                      ddum(2:n)=dum(2:n)*phi(2:n,jo)*phi(2:n,io)/r(2:n)
+                      ddum(1)=0
+                      eex=eex-wgt*integrator(Grid,ddum)/2
+                   ENDIF
+                ENDDO
+             ENDIF
+          ENDDO   !jo
+
+       ENDIF
+    ENDDO
+
+    DEALLOCATE(wfp,dum,ddum)
+
+  END SUBROUTINE Get_Energy_EXX_VC
+
+!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
+  !  EXXwgt -- written by Xiao Xu   05-02-07  following Talman & Shadwick
+!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
+  SUBROUTINE EXXwgt(occi,occj,ni,li,nj,lj,ll,wgt)
+    REAL(8), INTENT(IN) :: occi,occj
+    INTEGER, INTENT(IN) :: li,lj,ll,ni,nj
+    REAL(8), INTENT(OUT) :: wgt
+
+    INTEGER ::BigJ,J1,J2,J3,VV
+    REAL(8) ::ThreeJ
+
+    wgt=0
+
+    J1=li;
+    J2=lj;
+    J3=ll;
+    BigJ=J1+J2+J3;
+    VV=2*(2*li+1);
+
+    ! Following the 3J symbol notes
+    IF(MOD(BigJ,2) == 1)  THEN
+       ThreeJ=0;
+    ELSE
+       ThreeJ=(-1)**(BigJ/2);
+       ThreeJ=  ThreeJ* ( factorial(BigJ - &
+&           2*J1)*factorial(BigJ - 2*J2)*factorial(BigJ - &
+&           2*J3)/factorial(BigJ +1) )**(1.0d0/2.0d0);
+       ThreeJ = ThreeJ*factorial(BigJ/2)/( &
+&           factorial(BigJ/2-J1) *factorial(BigJ/2-J2)*factorial(BigJ/2 - J3));
+    ENDIF
+
+    ThreeJ=ThreeJ*ThreeJ
+
+    ! Occ factors
+    IF (nj /= ni)   wgt = 0.5d0*occi*occj*ThreeJ;
+    IF( (nj == ni).AND.(ll /= 0))   &
+&        wgt = 0.5d0*ThreeJ*occi*(occj-1)*VV/(VV-1);
+    IF((nj == ni).AND.(ll == 0))    wgt = occi;
+
+  END SUBROUTINE EXXwgt
+
+!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
+!
+! Subroutine to calculate Condon-Shortley integral
+!
+!   RL = \int_0^\infty dr dr' r<^L     w1(r)*w2(r)*w3(r')*w4(r')
+!                             --
+!                             r>^(L+1)
+!   Integration is performed over entire radial range
+!     No error checking is done
+!
+!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
+  SUBROUTINE CondonShortley(Grid,L,w1,w2,w3,w4,RL)
+    Type(GridInfo), INTENT(IN) :: Grid
+    INTEGER, INTENT(IN) :: L
+    REAL(8), INTENT(IN) :: w1(:),w2(:),w3(:),w4(:)
+    REAL(8), INTENT(OUT) :: RL
+
+    INTEGER :: n,i
+    REAL(8), allocatable :: dum(:),arg(:)
+
+    n=Grid%n
+    allocate(arg(n),dum(n))
+         arg(:)=w1(:)*w2(:)
+         CALL apoisson(Grid,L,n,arg,dum)
+         dum(2:n)=dum(2:n)*w3(2:n)*w4(2:n)/Grid%r(2:n)
+         dum(1)=0
+         RL=integrator(Grid,dum)*(2*L+1)   ! because of apoisson convention
+
+    deallocate(arg,dum)
+  END  SUBROUTINE CondonShortley
+
+!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
+  ! Calc_dexdphi_io(Grid,Orbit,io,res)
+!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
+  SUBROUTINE Calc_dexdphi_io(Grid,Orbit,io,res)
+    TYPE(GridInfo), INTENT(IN):: Grid
+    TYPE(OrbitInfo), INTENT(IN):: Orbit
+    INTEGER, INTENT(IN) :: io
+    REAL(8), INTENT(OUT) :: res(:)
+
+    REAL(8), POINTER :: phi(:,:),r(:)
+    REAL(8), ALLOCATABLE :: wfp(:),vl(:),dum(:)
+    INTEGER :: i,j,k,n,m,l,ll,li,lj,lmin,lmax,jo,ok,norbit,ko
+    INTEGER :: nu,nup,ni,nj
+    REAL(8) :: occ,term,term1,wgt,occi,occj,rc,uvjo
+    REAL(8), PARAMETER :: threshold=1.d-8
+
+    n=Grid%n
+    norbit=Orbit%norbit
+    ALLOCATE(wfp(n),vl(n),dum(n),stat=ok)
+    IF (ok/=0) THEN
+       WRITE(6,*) 'calc_dexdphi_io allocation error:', n,norbit,ok
+       STOP
+    ENDIF
+
+    phi=>Orbit%wfn
+    r=>Grid%r
+
+    res=0.d0
+    occ=orbit%occ(io)
+    li=Orbit%l(io);ni=Orbit%np(io)
+    DO jo=1,norbit
+       occj=Orbit%occ(jo); vl=0.d0
+       IF (occj>threshold) THEN
+          lj=Orbit%l(jo);nj=Orbit%np(jo)
+          lmax=li+lj
+          lmin=ABS(li-lj)
+          wfp(1:n)=phi(1:n,io)*phi(1:n,jo)
+          DO ll=lmin,lmax,2
+             CALL EXXwgt(occ,occj,io,li,jo,lj,ll,wgt)
+             IF (wgt>threshold) THEN
+                wgt=wgt*(2*ll+1)   ! because of apoisson convention
+                CALL apoisson(Grid,ll,n,wfp,dum)
+                vl(1:n)=vl(1:n)-wgt*dum(1:n)*phi(1:n,jo)/occ
+                !write(6,*) 'In vx', io,jo,wgt/((2*ll+1)*occ)
+             ENDIF
+          ENDDO
+       ENDIF
+       res=res+vl
+       ! testing
+       !vl(1)=0;vl(2:n)=vl(2:n)/Grid%r(2:n)
+       !do ko=1,norbit
+       !   if(Orbit%l(ko)==li) then
+       !     write(6,'("vx sum", 4i4,2x,1p,1e15.7)') &
+       !&           io,jo,ko,jo,overlap(Grid,Orbit%wfn(:,ko),vl)
+       !   endif
+       !enddo
+    ENDDO   !jo
+
+
+    DEALLOCATE(dum,wfp,vl)
+  END SUBROUTINE Calc_dexdphi_io
+
+!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
+  ! Calc_Xp(Grid,Orbit,ni,li,wfn,res)
+  !      calculate X_p for possibly
+  !        unoccupied state with angular moment li, stored in wfn(:)
+  !         Note: ni should not be equal to real shell index
+!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
+  SUBROUTINE Calc_Xp(Grid,Orbit,ni,li,wfn,res,lng)
+    TYPE(GridInfo), INTENT(IN):: Grid
+    TYPE(OrbitInfo), INTENT(IN):: Orbit
+    INTEGER, INTENT(IN) :: ni,li
+    REAL(8), INTENT(IN) :: wfn(:)
+    REAL(8), INTENT(OUT) :: res(:)
+    INTEGER, OPTIONAL, INTENT(IN) :: lng
+
+    REAL(8), POINTER :: phi(:,:),r(:)
+    REAL(8), ALLOCATABLE :: wfp(:),vl(:),dum(:)
+    INTEGER :: i,j,k,n,m,ll,lj,lmin,lmax,jo,ok,norbit,ko
+    INTEGER :: nu,nup,nj,last
+    REAL(8) :: occ,term,term1,wgt,occi,occj,rc,uvjo
+    REAL(8), PARAMETER :: threshold=1.d-8
+
+    n=Grid%n
+    norbit=Orbit%norbit
+    ALLOCATE(wfp(n),vl(n),dum(n),stat=ok)
+    IF (ok/=0) THEN
+       WRITE(6,*) 'calc_Xp allocation error:', n,norbit,ok
+       STOP
+    ENDIF
+
+    last=n
+    if (present(lng)) last=min(last,lng)
+    phi=>Orbit%wfn
+    r=>Grid%r
+
+    res=0.d0
+    occ=1.d0
+
+    DO jo=1,norbit
+       occj=Orbit%occ(jo); vl=0.d0
+       IF (occj>threshold) THEN
+          lj=Orbit%l(jo);nj=Orbit%np(jo)
+          lmax=li+lj
+          lmin=ABS(li-lj)
+          wfp(1:last)=wfn(1:last)*phi(1:last,jo)
+          DO ll=lmin,lmax,2
+             CALL EXXwgt(occ,occj,ni,li,jo,lj,ll,wgt)
+             IF (wgt>threshold) THEN
+                wgt=wgt*(2*ll+1)   ! because of apoisson convention
+                CALL apoisson(Grid,ll,last,wfp,dum)
+                vl(1:last)=vl(1:last)-wgt*dum(1:last)*phi(1:last,jo)/occ
+             ENDIF
+          ENDDO
+       res(1:last)=res(1:last)+vl(1:last)
+       ENDIF
+    ENDDO   !jo
+
+
+    DEALLOCATE(dum,wfp,vl)
+  END SUBROUTINE Calc_Xp
+
+!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
+  ! Calc_dexdphi_io_v(Grid,Orbit,io,res)
+!!  valence-valence contribution for use in frozencore calculation
+!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
+  SUBROUTINE Calc_dexdphi_io_v(Grid,Orbit,io,res)
+    TYPE(GridInfo), INTENT(IN):: Grid
+    TYPE(OrbitInfo), INTENT(IN):: Orbit
+    INTEGER, INTENT(IN) :: io
+    REAL(8), INTENT(OUT) :: res(:)
+
+    REAL(8), POINTER :: phi(:,:),r(:)
+    REAL(8), ALLOCATABLE :: wfp(:),vl(:),dum(:)
+    INTEGER :: i,j,k,n,m,l,ll,li,lj,lmin,lmax,jo,ok,norbit
+    INTEGER :: nu,nup,ni,nj
+    REAL(8) :: occ,term,term1,wgt,occi,occj,rc,uvjo
+    REAL(8), PARAMETER :: threshold=1.d-8
+
+    if(.not.frozencorecalculation) then
+       write(6,*) 'In Calc_dexdphi_io_v  but not frozencore calculation'
+       stop
+    endif
+
+    if(Orbit%iscore(io)) then
+       write(6,*) 'In Calc_dexdphi_io_v but not valence orbit ', io
+       stop
+    endif
+
+    n=Grid%n
+    norbit=Orbit%norbit
+    ALLOCATE(wfp(n),vl(n),dum(n),stat=ok)
+    IF (ok/=0) THEN
+       WRITE(6,*) 'calc_dexdphi_io_v allocation error:', n,norbit,ok
+       STOP
+    ENDIF
+
+    phi=>Orbit%wfn
+    r=>Grid%r
+
+    occ=orbit%occ(io)
+    vl=0; li=Orbit%l(io);ni=Orbit%np(io)
+    DO jo=1,norbit
+      If(.not.Orbit%iscore(jo)) then
+       occj=Orbit%occ(jo)
+       IF (occj>threshold) THEN
+          lj=Orbit%l(jo);nj=Orbit%np(jo)
+          lmax=li+lj
+          lmin=ABS(li-lj)
+          wfp(1:n)=phi(1:n,io)*phi(1:n,jo)
+          DO ll=lmin,lmax,2
+             CALL EXXwgt(occ,occj,io,li,jo,lj,ll,wgt)
+             IF (wgt>threshold) THEN
+                wgt=wgt*(2*ll+1)   ! because of apoisson convention
+                CALL apoisson(Grid,ll,n,wfp,dum)
+                vl(1:n)=vl(1:n)-wgt*dum(1:n)*phi(1:n,jo)/occ
+             ENDIF
+          ENDDO
+       ENDIF
+      Endif
+    ENDDO   !jo
+
+    res=vl
+
+    DEALLOCATE(dum,wfp,vl)
+  END SUBROUTINE Calc_dexdphi_io_v
+
+!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
+!! Calc_dexdphi_io_c(Grid,Orbit,io,res)
+!!  valence-core contribution for use in frozencore calculation
+!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
+  SUBROUTINE Calc_dexdphi_io_c(Grid,Orbit,io,res)
+    TYPE(GridInfo), INTENT(IN):: Grid
+    TYPE(OrbitInfo), INTENT(IN):: Orbit
+    INTEGER, INTENT(IN) :: io
+    REAL(8), INTENT(OUT) :: res(:)
+
+    REAL(8), POINTER :: phi(:,:),r(:)
+    REAL(8), ALLOCATABLE :: wfp(:),vl(:),dum(:)
+    INTEGER :: i,j,k,n,m,l,ll,li,lj,lmin,lmax,jo,ok,norbit
+    INTEGER :: nu,nup,ni,nj
+    REAL(8) :: occ,term,term1,wgt,occi,occj,rc,uvjo
+    REAL(8), PARAMETER :: threshold=1.d-8
+
+    if(.not.frozencorecalculation) then
+       write(6,*) 'In Calc_dexdphi_io_c  but not frozencore calculation'
+       stop
+    endif
+
+    if(Orbit%iscore(io)) then
+       write(6,*) 'In Calc_dexdphi_io_c but not valence orbit ', io
+       stop
+    endif
+
+    n=Grid%n
+    norbit=Orbit%norbit
+    ALLOCATE(wfp(n),vl(n),dum(n),stat=ok)
+    IF (ok/=0) THEN
+       WRITE(6,*) 'calc_dexdphi_io_c allocation error:', n,norbit,ok
+       STOP
+    ENDIF
+
+    phi=>Orbit%wfn
+    r=>Grid%r
+
+    occ=orbit%occ(io)
+    vl=0; li=Orbit%l(io);ni=Orbit%np(io)
+    DO jo=1,norbit
+      If(Orbit%iscore(jo)) then
+       occj=Orbit%occ(jo)
+       IF (occj>threshold) THEN
+          lj=Orbit%l(jo);nj=Orbit%np(jo)
+          lmax=li+lj
+          lmin=ABS(li-lj)
+          wfp(1:n)=phi(1:n,io)*phi(1:n,jo)
+          DO ll=lmin,lmax,2
+             CALL EXXwgt(occ,occj,io,li,jo,lj,ll,wgt)
+             IF (wgt>threshold) THEN
+                wgt=wgt*(2*ll+1)   ! because of apoisson convention
+                CALL apoisson(Grid,ll,n,wfp,dum)
+                vl(1:n)=vl(1:n)-wgt*dum(1:n)*phi(1:n,jo)/occ
+             ENDIF
+          ENDDO
+       ENDIF
+      Endif
+    ENDDO   !jo
+
+    res=vl
+
+    DEALLOCATE(dum,wfp,vl)
+  END SUBROUTINE Calc_dexdphi_io_c
+
+!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
+  ! Calc_expot_io(Grid,Orbit,io,res)
+!        Determine exchange potential contribution from single orbital
+!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
+  SUBROUTINE Calc_expot_io(Grid,Orbit,io,res)
+    TYPE(GridInfo), INTENT(IN):: Grid
+    TYPE(OrbitInfo), INTENT(IN):: Orbit
+    INTEGER, INTENT(IN) :: io
+    REAL(8), INTENT(OUT) :: res(:)
+
+    REAL(8), POINTER :: phi(:,:),r(:)
+    REAL(8), ALLOCATABLE :: wfp(:),vl(:),dum(:)
+    INTEGER :: i,j,k,n,m,l,ll,li,lj,lmin,lmax,jo,ok,norbit
+    INTEGER :: nu,nup,ni,nj
+    REAL(8) :: occ,term,term1,wgt,occi,occj,rc,uvjo
+    REAL(8), PARAMETER :: threshold=1.d-8
+
+    n=Grid%n
+    norbit=Orbit%norbit
+    ALLOCATE(wfp(n),vl(n),dum(n),stat=ok)
+    IF (ok/=0) THEN
+       WRITE(6,*) 'calc_expot_io allocation error:', n,norbit,ok
+       STOP
+    ENDIF
+
+    phi=>Orbit%wfn
+    r=>Grid%r
+
+    res=0
+    occ=orbit%occ(io)
+    if(occ<threshold) return
+    vl=0; li=Orbit%l(io);ni=Orbit%np(io)
+    jo=io
+       occj=Orbit%occ(jo)
+          lj=Orbit%l(jo);nj=Orbit%np(jo)
+          lmax=li+lj
+          lmin=ABS(li-lj)
+          wfp(1:n)=phi(1:n,io)*phi(1:n,jo)
+          DO ll=lmin,lmax,2
+             CALL EXXwgt(occ,occj,io,li,jo,lj,ll,wgt)
+             IF (wgt>threshold) THEN
+                wgt=wgt*(2*ll+1)   ! because of apoisson convention
+                CALL apoisson(Grid,ll,n,wfp,dum)
+                vl(1:n)=vl(1:n)-wgt*dum(1:n)/occ
+             ENDIF
+          ENDDO
+
+    res=vl
+
+    DEALLOCATE(dum,wfp,vl)
+  END SUBROUTINE Calc_expot_io
+
+!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
+  !  calc_psi
+  !     Solve inhomogeneous differential equation to determine psi_io
+  !         of the form (H-e_io) psi_io = rhs
+  !         H=T+rv/r
+  !            psi_io is orthogonalized to phi_io
+!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
+  SUBROUTINE Calc_psi(Grid,l,eig,rv,phi,rhs,psi)
+    TYPE(GridInfo), INTENT(IN):: Grid
+    INTEGER, INTENT(IN) :: l
+    REAL(8), INTENT(IN) :: eig
+    REAL(8), INTENT(IN) :: rv(:),phi(:)
+    REAL(8), INTENT(INOUT) :: rhs(:)
+    REAL(8), INTENT(OUT) :: psi(:)
+
+    REAL(8), POINTER :: r(:)
+    REAL(8), ALLOCATABLE :: wfp(:),vl(:),dum(:),ddum(:)
+    INTEGER :: i,j,k,n,ok
+    REAL(8) :: occ,term,term1,zeroval,energy,tol
+    REAL(8), PARAMETER :: tol0=1.d-12,threshold=1.d-8
+    INTEGER :: counter=1
+
+    tol=tol0
+    n=Grid%n
+    ALLOCATE(wfp(n),vl(n),dum(n),ddum(n),stat=ok)
+    IF (ok/=0) THEN
+       WRITE(6,*) 'calc_psi allocation error:', n,ok
+       STOP
+    ENDIF
+
+    r=>Grid%r
+
+    psi=0
+
+    !!  check orthogonality
+    !dum=rhs*phi
+    !term=integrator(Grid,dum)
+    !rhs=rhs-term*phi
+
+    !CALL inhomo_bound_numerov(Grid,l,n,eig,rv,rhs,psi)
+
+    !call filter(n,psi,machine_zero)
+    !! orthogonalize to  phi(:)
+    !dum=phi(:)*psi(:); ddum=phi(:)**2
+    !term=integrator(Grid,dum)
+    !term1=integrator(Grid,ddum)
+    !psi(:)=psi(:)-term*phi(:)/term1
+    !!dum=phi(:,io)*psi(:)
+    !!write(6,*) 'ortho ', term,term1,integrator(Grid,dum)
+
+    !!do jo=1,norbit
+    !!   dum=EigOrbit%wfn(:,jo)*psi(:)
+    !!   write(6,*) 'ortho' , io,jo,integrator(Grid,dum)
+    !!enddo
+
+    !CALL inhomo_numerov_SVD(Grid,l,n,eig,tol,rv,rhs,psi,phi)
+
+    psi=0.d0
+    CALL inhomo_bound_numerov(Grid,l,n,eig,rv,rhs,psi,phi)
+    call filter(n,psi,machine_zero)
+
+    !do i=1,n
+    !   write(500,'(1P20e15.7)') Grid%r(i),phi(i),rhs(i),psi(i),wfp(i)
+    !enddo
+    !stop
+    DEALLOCATE(wfp,vl,dum,ddum)
+
+  END SUBROUTINE Calc_psi
+
+!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
+  ! Calc_dexdphi_io_diag_byphi(Grid,Orbit,io,res)
+!     Version for HF equations -- diagonal contribution
+!         without phi factor
+!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
+  SUBROUTINE Calc_dexdphi_io_diag_byphi(Grid,Orbit,io,res)
+    TYPE(GridInfo), INTENT(IN):: Grid
+    TYPE(OrbitInfo), INTENT(IN):: Orbit
+    INTEGER, INTENT(IN) :: io
+    REAL(8), INTENT(OUT) :: res(:)
+
+    REAL(8), POINTER :: phi(:,:),r(:)
+    REAL(8), ALLOCATABLE :: wfp(:),vl(:),dum(:)
+    INTEGER :: i,j,k,n,m,l,ll,li,lj,lmin,lmax,jo,ok,norbit
+    INTEGER :: nu,nup,ni,nj
+    REAL(8) :: occ,term,term1,wgt,occi,occj,rc,uvjo
+    REAL(8), PARAMETER :: threshold=1.d-8
+
+    n=Grid%n
+    norbit=Orbit%norbit
+    ALLOCATE(wfp(n),vl(n),dum(n),stat=ok)
+    IF (ok/=0) THEN
+       WRITE(6,*) 'calc_dexdphi_io allocation error:', n,norbit,ok
+       STOP
+    ENDIF
+
+    phi=>Orbit%wfn
+    r=>Grid%r
+
+    occ=orbit%occ(io)
+    vl=0; li=Orbit%l(io);ni=Orbit%np(io)
+    DO jo=io,io
+       occj=Orbit%occ(jo)
+       IF (occj>threshold) THEN
+          lj=Orbit%l(jo);nj=Orbit%np(jo)
+          lmax=li+lj
+          lmin=ABS(li-lj)
+          wfp(1:n)=phi(1:n,io)*phi(1:n,jo)
+          DO ll=lmin,lmax,2
+             CALL EXXwgt(occ,occj,io,li,jo,lj,ll,wgt)
+             IF (wgt>threshold) THEN
+                wgt=wgt*(2*ll+1)   ! because of apoisson convention
+                CALL apoisson(Grid,ll,n,wfp,dum)
+                vl(1:n)=vl(1:n)-wgt*dum(1:n)/occ
+             ENDIF
+          ENDDO
+       ENDIF
+    ENDDO   !jo
+
+    res=vl
+
+    DEALLOCATE(dum,wfp,vl)
+  END SUBROUTINE Calc_dexdphi_io_diag_byphi
+
+!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
+  ! Calc_dexdphi_io_offdiag(Grid,Orbit,io,res)
+!     Version for HF equations -- off-diagonal contribution
+!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
+  SUBROUTINE Calc_dexdphi_io_offdiag(Grid,Orbit,io,res)
+    TYPE(GridInfo), INTENT(IN):: Grid
+    TYPE(OrbitInfo), INTENT(IN):: Orbit
+    INTEGER, INTENT(IN) :: io
+    REAL(8), INTENT(OUT) :: res(:)
+
+    REAL(8), POINTER :: phi(:,:),r(:)
+    REAL(8), ALLOCATABLE :: wfp(:),vl(:),dum(:)
+    INTEGER :: i,j,k,n,m,l,ll,li,lj,lmin,lmax,jo,ok,norbit
+    INTEGER :: nu,nup,ni,nj
+    REAL(8) :: occ,term,term1,wgt,occi,occj,rc,uvjo
+    REAL(8), PARAMETER :: threshold=1.d-8
+
+    n=Grid%n
+    norbit=Orbit%norbit
+    ALLOCATE(wfp(n),vl(n),dum(n),stat=ok)
+    IF (ok/=0) THEN
+       WRITE(6,*) 'calc_dexdphi_io allocation error:', n,norbit,ok
+       STOP
+    ENDIF
+
+    phi=>Orbit%wfn
+    r=>Grid%r
+
+    occ=orbit%occ(io)
+    vl=0; li=Orbit%l(io);ni=Orbit%np(io)
+    DO jo=1,norbit
+       occj=Orbit%occ(jo)
+       IF (occj>threshold.and.jo/=io) THEN
+          lj=Orbit%l(jo);nj=Orbit%np(jo)
+          lmax=li+lj
+          lmin=ABS(li-lj)
+          wfp(1:n)=phi(1:n,io)*phi(1:n,jo)
+          DO ll=lmin,lmax,2
+             CALL EXXwgt(occ,occj,io,li,jo,lj,ll,wgt)
+             IF (wgt>threshold) THEN
+                wgt=wgt*(2*ll+1)   ! because of apoisson convention
+                CALL apoisson(Grid,ll,n,wfp,dum)
+                vl(1:n)=vl(1:n)-wgt*dum(1:n)/occ
+             ENDIF
+          ENDDO
+       ENDIF
+    ENDDO   !jo
+
+    res=vl
+
+    DEALLOCATE(dum,wfp,vl)
+  END SUBROUTINE Calc_dexdphi_io_offdiag
+
+End module fock
diff --git a/src/general_mod.f90 b/src/general_mod.f90
new file mode 100644
index 0000000..658627b
--- /dev/null
+++ b/src/general_mod.f90
@@ -0,0 +1,434 @@
+MODULE general_mod
+  USE atomdata
+  USE numerov_mod
+  USE globalmath
+  USE gridmod
+  USE radialsr
+
+  IMPLICIT NONE
+
+CONTAINS
+
+!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
+  !  SUBROUTINE Updatewfn(Grid,Pot,Orbit,rvin,success)
+  !      Given new potential rvin, generate new Orbit%wfn,Orbit%eig,Pot%den
+  !
+!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
+  SUBROUTINE Updatewfn(Grid,Pot,Orbit,rvin,success)
+    TYPE (GridInfo), INTENT(INOUT) :: Grid
+    TYPE (PotentialInfo), INTENT(INOUT) :: Pot
+    TYPE (OrbitInfo), INTENT(INOUT) :: Orbit
+    REAL(8), INTENT(IN) ::  rvin(:)
+    LOGICAL :: success
+
+    !  program to calculate wavefunctions given potential rvin
+
+    INTEGER :: icount,i,j,k,n,it,start,np,ierr,nroot,s1,s2
+    INTEGER :: is,ip,id,jf,ig,io,l,nfix,ir,nzeff,jierr,nz
+    REAL(8) :: h,emin,zz
+    REAL(8), ALLOCATABLE :: dum(:)
+    LOGICAL :: OK
+
+    n=Grid%n; h=Grid%h;    nz=Pot%nz;   zz=Pot%zz
+    success=.TRUE.
+
+    allocate(dum(n))
+
+    Pot%rv=rvin
+    dum=rvin-Pot%rvn
+    CALL zeropot(Grid,dum,Pot%v0,Pot%v0p)
+    IF (ABS(Pot%v0)> 100.d0) Pot%v0=0
+    IF (ABS(Pot%v0p)> 100.d0) Pot%v0p=0
+
+    !  solve for bound states of Schroedinger equation
+    !
+    icount=0
+    jierr=0
+    it=0
+    !  s states :
+    IF (Orbit%nps.GT.0) THEN
+       it=it+1
+       emin=-nz*nz-0.1d0
+       l=0
+       nroot=Orbit%nps
+       start=1;s1=start;s2=start+nroot-1
+       IF (scalarrelativistic) THEN
+          Call Boundsr(Grid,Pot,Orbit%eig(s1:s2),Orbit%wfn(:,s1:s2),&
+&             l,nroot,emin,ierr,OK)
+       ELSE
+          CALL BoundNumerov(Grid,Pot%rv,Pot%v0,Pot%v0p,Pot%nz,&
+&              l,nroot,Orbit%eig(s1:s2),Orbit%wfn(:,s1:s2),BDsolve,OK)
+       ENDIF
+          IF (.NOT.OK) THEN
+             success=.FALSE.
+          ENDIF
+    ENDIF
+    !  p states :
+    IF (Orbit%npp.GT.1) THEN
+       it=it+1
+       emin=-nz*nz/4.d0-0.5d0
+       l=1
+       nroot=Orbit%npp-1
+       start=start+Orbit%nps
+       s1=start;s2=start+nroot-1
+       IF (scalarrelativistic) THEN
+          Call Boundsr(Grid,Pot,Orbit%eig(s1:s2),Orbit%wfn(:,s1:s2),&
+&             l,nroot,emin,ierr,OK)
+       ELSE
+          CALL BoundNumerov(Grid,Pot%rv,Pot%v0,Pot%v0p,Pot%nz,&
+&              l,nroot,Orbit%eig(s1:s2),Orbit%wfn(:,s1:s2),BDsolve,OK)
+       ENDIF
+          IF (.NOT.OK) THEN
+             success=.FALSE.
+          ENDIF
+    ENDIF
+    !  d states :
+    IF (Orbit%npd.GT.2) THEN
+       it=it+1
+       emin=-nz*nz/9.d0-0.5d0
+       l=2
+       nroot=Orbit%npd-2
+       start=start+Orbit%npp-1
+       s1=start;s2=start+nroot-1
+       IF (scalarrelativistic) THEN
+          Call Boundsr(Grid,Pot,Orbit%eig(s1:s2),Orbit%wfn(:,s1:s2),&
+&             l,nroot,emin,ierr,OK)
+       ELSE
+          CALL BoundNumerov(Grid,Pot%rv,Pot%v0,Pot%v0p,Pot%nz,&
+&              l,nroot,Orbit%eig(s1:s2),Orbit%wfn(:,s1:s2),BDsolve,OK)
+       ENDIF
+          IF (.NOT.OK) THEN
+             success=.FALSE.
+          ENDIF
+    ENDIF
+    !  f states :
+    IF (Orbit%npf.GT.3) THEN
+       it=it+1
+       emin=-nz*nz/16.d0-0.5d0
+       l=3
+       nroot=Orbit%npf-3
+       start=start+Orbit%npd-2
+       s1=start;s2=start+nroot-1
+       IF (scalarrelativistic) THEN
+          Call Boundsr(Grid,Pot,Orbit%eig(s1:s2),Orbit%wfn(:,s1:s2),&
+&             l,nroot,emin,ierr,OK)
+       ELSE
+          CALL BoundNumerov(Grid,Pot%rv,Pot%v0,Pot%v0p,Pot%nz,&
+&              l,nroot,Orbit%eig(s1:s2),Orbit%wfn(:,s1:s2),BDsolve,OK)
+       ENDIF
+          IF (.NOT.OK) THEN
+             success=.FALSE.
+          ENDIF
+    ENDIF
+    !  g states :
+    IF (Orbit%npg.GT.4) THEN
+       it=it+1
+       emin=-nz*nz/25.d0-0.5d0
+       l=4
+       nroot=Orbit%npg-4
+       start=start+Orbit%npf-3
+       s1=start;s2=start+nroot-1
+       IF (scalarrelativistic) THEN
+          Call Boundsr(Grid,Pot,Orbit%eig(s1:s2),Orbit%wfn(:,s1:s2),&
+&             l,nroot,emin,ierr,OK)
+       ELSE
+          CALL BoundNumerov(Grid,Pot%rv,Pot%v0,Pot%v0p,Pot%nz,&
+&              l,nroot,Orbit%eig(s1:s2),Orbit%wfn(:,s1:s2),BDsolve,OK)
+       ENDIF
+       IF (.NOT.OK) THEN
+          success=.FALSE.
+       ENDIF
+    ENDIF
+
+    deallocate(dum)
+
+  END SUBROUTINE Updatewfn
+
+  SUBROUTINE Get_KinCoul(Grid,Pot,Orbit,SCF,noalt)
+    !  program to calculate Kinetic energy and Coulomb Energies from Orbit%wfn
+    !   also update Pot%rvh
+    TYPE(GridInfo), INTENT(INOUT) :: Grid
+    TYPE(PotentialInfo), INTENT(INOUT) :: Pot
+    TYPE(OrbitInfo), INTENT(INOUT) :: Orbit
+    TYPE(SCFInfo), INTENT(INOUT) :: SCF
+    LOGICAL, OPTIONAL :: noalt
+
+    REAL(8) :: ecoul,eex,etot,ekin,eone,h,x,v0,qcal,etxc,small,rescale,electrons
+    INTEGER :: icount,i,j,k,l,m,n,io
+    REAL(8), ALLOCATABLE :: dum(:)
+    REAL(8) :: small0=1.d-6
+    INTEGER :: counter=1
+
+
+    n=Grid%n; h=Grid%h
+    small=small0
+
+    ALLOCATE(dum(n),STAT=k)
+    IF (k /= 0) THEN
+       WRITE(6,*) 'Error in Get_KinCoul allocation ', n,k
+       STOP
+    ENDIF
+
+    !update density
+    Orbit%den(1:n)=0.d0
+    DO io=1,Orbit%norbit
+       IF (Orbit%occ(io).GT.small) THEN
+          DO i=1,n
+             IF (ABS(Orbit%wfn(i,io))<machine_zero)Orbit%wfn(i,io)=0
+             Orbit%den(i)=Orbit%den(i)+ Orbit%occ(io)*(Orbit%wfn(i,io)**2)
+          ENDDO
+       ENDIF
+
+    ENDDO
+    qcal=integrator(Grid,Orbit%den)
+    !WRITE(6,*) 'qcal = ', qcal
+
+    ! for FC, Big change here , electrons are total , not valence anymore!
+    electrons=Pot%q
+    rescale=electrons/qcal
+    Orbit%den(1:n)=Orbit%den(1:n)*rescale
+    !WRITE(6,*) 'rescaled qcal = ', integrator(Grid,Orbit%den), Pot%q
+
+    CALL poisson(Grid,Pot%q,Orbit%den,Pot%rvh,ecoul,v0)
+
+    dum=0
+    dum(2:n)=Pot%rvn(2:n)*Orbit%den(2:n)/Grid%r(2:n)
+    SCF%estatic=integrator(Grid,dum)+ecoul
+
+    !WRITE(6,*) ' n  l     occupancy       energy'
+    ekin=0.0d0 ; if (frozencorecalculation) ekin=SCF%corekin
+    eone=0.0d0
+    DO io=1,Orbit%norbit
+       if(.not.frozencorecalculation &
+&          .or.frozencorecalculation.and.(.not.Orbit%iscore(io))) then
+         !WRITE(6,'(i2,1x,i2,4x,1p,2e15.7)') &
+         !&  Orbit%np(io),Orbit%l(io),&
+         !&  Orbit%occ(io),Orbit%eig(io)
+         eone=eone+Orbit%occ(io)*Orbit%eig(io)
+         IF (counter>1.and..not.present(noalt)) THEN
+            CALL altkinetic(Grid,Orbit%wfn(:,io),Orbit%eig(io),Pot%rv,x)
+         ELSE
+            CALL kinetic(Grid,Orbit%wfn(:,io),Orbit%l(io),x)
+         ENDIF
+         ekin=ekin+Orbit%occ(io)*x
+       endif
+    ENDDO
+
+    SCF%eone=eone
+    SCF%ekin=ekin
+    SCF%ecoul=ecoul
+    counter=counter+1
+
+    DEALLOCATE(dum)
+  END SUBROUTINE Get_KinCoul
+
+  SUBROUTINE Get_FCKinCoul(Grid,Pot,Orbit,FC,SCF,noalt)
+    !  program to calculate Frozencore part of
+    !    Kinetic energy and Coulomb Energies from Orbit%wfn
+    !  Valence energy defined in paper --
+    !    U. von Barth and C. D. Gelatt, Phys. Rev. B 21, 2222(1980)
+    !  Exchange terms treated later
+    TYPE(GridInfo), INTENT(INOUT) :: Grid
+    TYPE(PotentialInfo), INTENT(INOUT) :: Pot
+    TYPE(OrbitInfo), INTENT(INOUT) :: Orbit
+    TYPE(FCInfo), INTENT(INOUT) :: FC
+    TYPE(SCFInfo), INTENT(INOUT) :: SCF
+    LOGICAL, OPTIONAL :: noalt
+
+    REAL(8) :: tv,tc,x,y,electrons,vcoul,ccoul,vnucl,rescale
+    INTEGER :: icount,i,j,k,l,m,n,io
+    REAL(8), ALLOCATABLE :: dum(:)
+    REAL(8) :: qcal,small,small0=1.d-6
+    INTEGER :: firsttime=0
+
+    n=Grid%n
+    small=small0
+
+    ALLOCATE(dum(n),STAT=k)
+    IF (k /= 0) THEN
+       WRITE(6,*) 'Error in Get_FCKinCoul allocation ', n,k
+       STOP
+    ENDIF
+
+
+     write(6,*) 'In Get_FCKinCoul ', firsttime
+    !update density  and calculated  kinetic energy
+    Orbit%den(1:n)=0.d0
+    FC%valeden(1:n)=0.d0     ;   tv=0 ; tc=0; SCF%eone=0
+    DO io=1,Orbit%norbit
+       IF (Orbit%occ(io).GT.small) THEN
+          If(Orbit%iscore(io)) THEN
+            If (firsttime==0) then
+              If(present(noalt)) then
+                  CALL kinetic(Grid,Orbit%wfn(:,io),Orbit%l(io),x)
+              else
+                  CALL altkinetic(Grid,Orbit%wfn(:,io),Orbit%eig(io),Pot%rv,x)
+              endif
+              tc=tc+Orbit%occ(io)*x
+            Endif
+          Else
+              FC%valeden(:)=FC%valeden(:)+ Orbit%occ(io)*(Orbit%wfn(:,io)**2)
+              If(present(noalt)) then
+                  CALL kinetic(Grid,Orbit%wfn(:,io),Orbit%l(io),x)
+              else
+                  CALL altkinetic(Grid,Orbit%wfn(:,io),Orbit%eig(io),Pot%rv,x)
+              endif
+              tv=tv+Orbit%occ(io)*x
+          ENDIF
+          Orbit%den(:)=Orbit%den(:)+ Orbit%occ(io)*(Orbit%wfn(:,io)**2)
+          SCF%eone=SCF%eone+Orbit%occ(io)*Orbit%eig(io)
+       ENDIF
+    ENDDO
+
+    write(6,*) 'eone = ', SCF%eone
+
+    if (firsttime==0) SCF%corekin=tc
+    firsttime=1
+    SCF%valekin=tv
+    SCF%ekin=SCF%corekin+tv
+    qcal=integrator(Grid,FC%valeden)
+    !WRITE(6,*) 'qcalval = ', qcal
+    Write(6,*) 'Core kin ', SCF%corekin,'  Vale kin  ', SCF%valekin
+
+    electrons=FC%zvale
+    rescale=electrons/qcal
+    FC%valeden(1:n)=FC%valeden(1:n)*rescale
+    !WRITE(6,*) 'rescaled qcalval = ', integrator(Grid,FC%valeden), FC%zvale
+
+    x=FC%zvale
+    CALL poisson(Grid,x,FC%valeden,dum,vcoul,y)  !valence-valence
+
+    dum(2:n)=(dum(2:n)*FC%coreden(2:n)+Pot%rvn(2:n)*FC%valeden(2:n))/Grid%r(2:n)
+    dum(1)=0.d0
+    SCF%valecoul=vcoul+integrator(Grid,dum)
+
+    !Update complete Hartree potential
+    Call poisson(Grid,Pot%q,Orbit%den,Pot%rvh,x,Pot%v0)
+        dum=0
+    dum(2:n)=Pot%rvn(2:n)*Orbit%den(2:n)/Grid%r(2:n)
+    SCF%estatic=integrator(Grid,dum)+x
+    SCF%ecoul=x
+
+
+    DEALLOCATE(dum)
+  END SUBROUTINE Get_FCKinCoul
+
+  SUBROUTINE Get_Nuclearpotential(Grid,Pot)
+    TYPE(GridInfo), INTENT(IN) :: Grid
+    TYPE(PotentialInfo), INTENT(INOUT) :: Pot
+
+    INTEGER :: n
+    REAL(8) :: h,q,v0,v0p
+    REAL(8) :: r,RR
+    INTEGER :: i,j,k
+
+    IF (.NOT.finitenucleus) THEN
+       DO i=1,Grid%n
+          Pot%rvn(i)=-2*Pot%nz
+       ENDDO
+    ELSE
+       RR=Pot%nz
+       RR=2.9d-5*(RR**0.3333333333333333333333333d0)
+       DO i=1,n
+          Pot%rvn(i)=-2*Pot%nz*derf(Grid%r(i)/RR)
+       ENDDO
+    ENDIF
+  END SUBROUTINE Get_Nuclearpotential
+
+  SUBROUTINE ORTHONORMALIZE(Grid,Orbit)
+    TYPE(GridInfo) ,INTENT(IN):: Grid
+    TYPE(OrbitInfo) ,INTENT(INOUT):: Orbit
+
+    Integer :: l,lmax,many,io,n
+    REAL(8), ALLOCATABLE :: wfn(:,:)
+
+    lmax=MAXVAL(Orbit%l)
+    n=Grid%n
+    allocate (wfn(n,Orbit%norbit))
+
+    lmax=MAXVAL(Orbit%l)
+    DO l=0,lmax
+       wfn=0;many=0
+       DO io=1,Orbit%norbit
+          IF(Orbit%l(io)==l) THEN
+            if (frozencorecalculation.AND.Orbit%iscore(io)) then
+               many=many+1
+               wfn(:,many)=Orbit%wfn(:,io)
+            else
+               CALL gramschmidt(Grid,many,wfn,Orbit%wfn(:,io))
+               many=many+1
+               Orbit%wfn(:,io)=wfn(:,many)
+               CALL ADJUSTSIGN(Orbit%wfn(:,io),3)
+            endif
+          ENDIF
+       ENDDO
+    ENDDO
+
+    deallocate (wfn)
+
+  END SUBROUTINE ORTHONORMALIZE
+
+!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
+!   Subroutine to input f(:) and return f(:) if f(index)>=0 or
+!                                return -f(:) if f(index)<0
+!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
+  SUBROUTINE ADJUSTSIGN(f,index)
+     REAL(8),INTENT(INOUT) :: f(:)
+     INTEGER,INTENT(IN) :: index
+
+     IF (f(index)<0.d0) then
+        f=-f
+     ENDIF
+  END SUBROUTINE ADJUSTSIGN
+
+!!!!!!!!!!!!!!!!!!!!!!!!!!
+!!  Adjustnodes(Grid,Orbit,whichone)
+!!!!!!!!!!!!!!!!!!!!!!!!!!
+!  SUBROUTINE Adjustnodes(Grid,Orbit,whichone)
+!    TYPE(GridInfo),INTENT(IN)::Grid
+!    TYPE(OrbitInfo),INTENT(INOUT)::Orbit
+!    INTEGER, INTENT(IN), OPTIONAL :: whichone
+!
+!    INTEGER :: io, i,j,n,num,nodes
+!
+!    n=Grid%n
+!
+!    if (PRESENT(whichone)) then
+!       io=whichone
+!       num=0;j=n+1
+!       nodes=Orbit%np(io)-Orbit%l(io)-1
+!       do i=3,n
+!          if(Orbit%wfn(i-1,io)*Orbit%wfn(i,io)<0.d0) then
+!            num=num+1
+!            if (num>nodes) then
+!               j=i
+!               exit
+!            endif
+!          endif
+!       enddo
+!       If (j<n+1) then
+!            Orbit%wfn(j:n,io)=0.d0
+!            write(6,*) 'Adjusted orbit ', io,'  at r = ', &
+!&                  Grid%r(j), Orbit%wfn(j-1,io)
+!       endif
+!     else
+!       do io=1,Orbit%norbit
+!          num=0;j=n+1
+!          nodes=Orbit%np(io)-Orbit%l(io)-1
+!          do i=3,n
+!             if(Orbit%wfn(i-1,io)*Orbit%wfn(i,io)<0.d0) then
+!               num=num+1
+!               if (num>nodes) then
+!                  j=i
+!                  exit
+!               endif
+!             endif
+!          enddo
+!          If (j<n+1) Orbit%wfn(j:n,io)=0.d0
+!       enddo
+!     endif
+!  END SUBROUTINE Adjustnodes
+!
+
+END  MODULE general_mod
+
diff --git a/src/globalmath.f90 b/src/globalmath.f90
new file mode 100644
index 0000000..ffb6744
--- /dev/null
+++ b/src/globalmath.f90
@@ -0,0 +1,1528 @@
+MODULE GlobalMath
+
+  IMPLICIT NONE
+
+  REAL(8) :: pi , machine_precision , machine_zero , machine_infinity
+
+  REAL(8), PRIVATE :: minlog,maxlog,minexp,maxexp
+  REAL(8), PRIVATE :: minlogarg,maxlogarg,minexparg,maxexparg
+
+CONTAINS
+
+  !****************************************************
+  SUBROUTINE Init_GlobalConstants()
+
+    INTEGER :: i
+    REAL(8)    :: tmp , a1,a2,a3
+
+    ! Calculate machine accuracy
+    machine_precision = 0
+    a1 = 4.d0/3.d0
+    DO WHILE (machine_precision == 0.d0)
+       a2 = a1 - 1.d0
+       a3 = a2 + a2 + a2
+       machine_precision = ABS(a3 - 1.d0)
+    ENDDO
+
+    machine_zero= machine_precision**4
+    machine_infinity = 1.d0/machine_zero
+
+    pi = ACOS(-1.d0)
+
+    minlogarg=machine_precision; minlog=LOG(minlogarg)
+    maxlogarg=1.d0/machine_precision; maxlog=LOG(maxlogarg)
+    minexparg=LOG(machine_precision);  minexp=0.d0
+    maxexparg=-LOG(machine_precision);  maxexp=EXP(maxexparg)
+
+    RETURN
+  END SUBROUTINE Init_GlobalConstants
+
+  !****************************************************
+  FUNCTION ddlog(arg)
+    REAL(8) :: arg,ddlog
+
+    IF (arg>maxlogarg) THEN
+       ddlog=maxlog
+    ELSE IF (arg<minlogarg) THEN
+       ddlog=minlog
+    ELSE
+       ddlog=LOG(arg)
+    ENDIF
+
+    RETURN
+  END FUNCTION ddlog
+
+  !****************************************************
+  FUNCTION ddexp(arg)
+    REAL(8) :: arg,ddexp
+
+    IF (arg>maxexparg) THEN
+       ddexp=maxexp
+    ELSE IF (arg<minexparg) THEN
+       ddexp=minexp
+    ELSE
+       ddexp=EXP(arg)
+    ENDIF
+
+    RETURN
+  END FUNCTION ddexp
+
+  !**********************************************
+  SUBROUTINE sphbes(lval,ndim,x)
+    INTEGER, INTENT(IN)    :: lval
+    INTEGER, INTENT(IN)    :: ndim
+    REAL(8),    INTENT(INOUT) :: x(ndim)
+
+    INTEGER :: it,lll,l,n,il
+    REAL(8) :: z,bs,bs0,bs1,xx,z2,arg,sum
+    REAL(8), PARAMETER :: tol=1.e-11
+
+    DO it=1,ndim
+       z=x(it)
+
+       IF(z.LE.0.5) THEN ! series expansion for small arguments
+          IF (z.LE.tol) THEN ! - special treatment if z = 0
+             bs=0.d0
+             IF(lval.EQ.0) bs=1.d0
+
+          ELSE
+             lll=2*lval+1
+             xx=1.d0
+             DO l=1,lll,2
+                xx=xx*l
+             END DO
+
+             z2=0.5d0*z*z
+             lll=lll+2
+             arg=-z2/lll
+             sum=1.d0+arg
+
+             DO  n=2,500
+                lll=lll+2
+                arg=-arg*z2/(n*lll)
+                sum=sum+arg
+                IF (ABS(arg).LE.tol) EXIT
+             END DO
+
+             bs=(z**lval)*sum/xx
+          END IF
+       ELSE        ! -- trigometric form
+          bs=SIN(z)/z
+
+          IF (lval.GT.0) THEN
+             bs0=bs
+             bs=(bs0-COS(z))/z
+             IF (lval.GT.1) THEN
+                bs1=bs
+
+                DO  il=2,lval
+                   bs=(2*il-1)*bs1/z-bs0
+                   bs0=bs1
+                   bs1=bs
+                END DO
+             END IF
+          END IF
+       END IF
+
+       IF (ABS(bs)<1D-50) bs = 0
+       x(it)=bs
+
+    END DO
+
+    RETURN
+  END  SUBROUTINE sphbes
+
+!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
+!    SUBROUTINE bessandneumfunc(l,val,jl,jlp,nl,nlp)
+!      returns spherical bessel and neumann functions and
+!        their derivatives;  actually jl== j_l(val)*val
+!                                     nl== n_l(val)*val
+!             jlp and nlp are their derivatives;
+!          programmed so far only for l<=2
+    SUBROUTINE bessandneumfunc(l,val,jl,jlp,nl,nlp)
+       INTEGER, INTENT(IN) :: l
+       REAL(8), INTENT(IN) :: val
+       REAL(8), INTENT(OUT) :: jl,jlp,nl,nlp
+
+       REAL(8) :: x
+
+       if (val<1.d-8) then
+          write(6,*) 'error in bessandneumfunc   -- argument should  be > 0',val
+          stop
+       endif
+
+       if (l==0) then
+          jl=SIN(val) ; nl= -COS(val)
+          jlp=COS(val) ; nlp= SIN(val)
+       elseif (l==1) then
+          jl=SIN(val)/val-COS(val);   nl=-COS(val)/val-SIN(val)
+          jlp=SIN(val)*(1-1.d0/val**2) + COS(val)/val
+          nlp=-COS(val)*(1-1.d0/val**2) + SIN(val)/val
+       elseif (l==2) then
+          jl=-SIN(val)*(1-3.d0/val**2)-3*COS(val)/val
+          nl=COS(val)*(1-3.d0/val**2)-3*SIN(val)/val
+          jlp=3*SIN(val)*(1-2.d0/val**2)/val-COS(val)*(1-6.d0/val**2)
+          nlp=-3*COS(val)*(1-2.d0/val**2)/val-SIN(val)*(1-6.d0/val**2)
+       else
+          write(6,*) 'Error in bessandneumfunc ;  '&
+&             ,'Only l<=2 has been programmed so far '
+          stop
+       endif
+
+       write(6,*) 'Check Bessel Wronskian : ',l,jl*nlp-nl*jlp
+
+    END SUBROUTINE bessandneumfunc
+  !**********************************************************************
+
+  FUNCTION ranx()
+    REAL(8) :: ranx
+    INTEGER, PARAMETER :: konst=125
+    INTEGER  :: m=100001
+    m=m*konst
+    m=m-2796203*(m/2796203)
+    ranx=m/2796203.d0
+    RETURN
+  END FUNCTION ranx
+
+  SUBROUTINE shift4(v1,v2,v3,v4,NEW)
+    REAL(8), INTENT(IN) :: NEW
+    REAL(8), INTENT(INOUT) :: v1,v2,v3,v4
+
+    v1=v2
+    v2=v3
+    v3=v4
+    v4=NEW
+
+    RETURN
+  END SUBROUTINE shift4
+
+  SUBROUTINE mkname(i,stuff)
+    !  subroutine to take an integer (.le. 4 digits) and return it
+    !   in the form of a character string
+    CHARACTER(4) stuff
+    INTEGER i,i1,i10,i100,i1000
+    stuff='?'
+    IF (i.GT.9999) i=MOD(i,10000)
+    i1000=i/1000
+    i100=(i-1000*i1000)/100
+    i10=(i-1000*i1000-100*i100)/10
+    i1=(i-1000*i1000-100*i100-10*i10)
+    IF (i.GE.1000) THEN
+       stuff=CHAR(i1000+48)//CHAR(i100+48)//CHAR(i10+48)//CHAR(i1+48)
+       RETURN
+    ENDIF
+    IF (i.GE.100) THEN
+       stuff=CHAR(i100+48)//CHAR(i10+48)//CHAR(i1+48)
+       RETURN
+    ENDIF
+    IF (i.GE.10) THEN
+       stuff=CHAR(i10+48)//CHAR(i1+48)
+       RETURN
+    ENDIF
+    IF (i.GE.0) stuff=CHAR(i1+48)
+    RETURN
+  END SUBROUTINE mkname
+
+  SUBROUTINE linsol(a,b,kk,la,ra,lb,det)
+    INTEGER, INTENT(IN) :: kk,la,ra,lb
+    REAL(8), INTENT(INOUT) :: a(la,ra),b(lb)
+    REAL(8), OPTIONAL, INTENT(OUT) :: det
+
+    REAL(8) :: d,s,r
+    INTEGER :: kkm,i,j,k,l,ipo,n,kmo
+
+    d = 1.d0
+    if (kk>min(la,ra,lb)) then
+       write(6,*) 'Dimension error in linsol ', la,ra,lb,kk
+       stop
+    endif
+    kkm=kk-1
+    IF (kkm == 0) THEN
+       b(1)=b(1)/a(1,1)
+    ELSE IF (kkm > 0) THEN
+       DO i=1, kkm
+          s = 0.0d0
+          l=i
+          DO j=i,kk
+             r=ABS(a(j,i))
+             IF(r >  s) THEN
+                s=r
+                l=j
+             ENDIF
+          ENDDO
+          IF(l /= i) THEN
+             DO j=i,kk
+                s=a(i,j)
+                a(i,j)=a(l,j)
+                a(l,j)=s
+             ENDDO
+             s=b(i)
+             b(i)=b(l)
+             b(l)=s
+             d = -d
+          ENDIF
+          IF (a(i,i) /= 0.0d0) THEN
+             ipo=i+1
+             DO j=ipo,kk
+                IF (a(j,i) /= 0.0d0) THEN
+                   s=a(j,i)/a(i,i)
+                   a(j,i) = 0.0d0
+                   DO k=ipo,kk
+                      a(j,k)=a(j,k)-a(i,k)*s
+                   ENDDO
+                   b(j)=b(j)-b(i)*s
+                ENDIF
+             ENDDO
+          ENDIF
+       ENDDO
+       DO i=1,kk
+          d=d*a(i,i)
+       ENDDO
+       kmo=kk-1
+       b(kk)=b(kk)/a(kk,kk)
+       DO i=1,kmo
+          n=kk-i
+          DO j=n,kmo
+             b(n)=b(n)-a(n,j+1)*b(j+1)
+          ENDDO
+          b(n)=b(n)/a(n,n)
+       ENDDO
+    ENDIF
+    !write(6,*) 'determinant from linsol ' , d
+    IF(ABS(d).LT.1.d-10) WRITE(6,*) '**warning from linsol --',&
+&        'determinant too small --',d
+    If (present(det)) det=d
+  END SUBROUTINE linsol
+
+  SUBROUTINE minverse(a,kk,la,ra)
+    INTEGER, INTENT(IN) :: kk,la,ra
+    REAL(8), INTENT(INOUT) :: a(la,ra)
+
+    REAL(8) :: d,s,r
+    REAL(8), allocatable :: ai(:,:)
+    INTEGER :: kkm,i,j,k,l,ipo,n,kmo
+
+    if (kk>min(la,ra)) then
+       write(6,*) 'Dimension error in minverse ', la,ra,kk
+       stop
+    endif
+    ALLOCATE(ai(kk,kk),stat=i)
+    IF (i/=0) THEN
+       WRITE(6,*) 'Allocation error in minverse',i,kk
+       STOP
+    ENDIF
+
+    ai=0
+    DO i=1,kk
+       ai(i,i)=1
+    ENDDO
+
+    d = 1.0d0
+    kkm=kk-1
+    IF (kkm == 0) THEN
+       ai(1,1)=ai(1,1)/a(1,1)
+    ELSE IF (kkm > 0) THEN
+       DO i=1, kkm
+          s = 0.0d0
+          DO j=i,kk
+             r=ABS(a(j,i))
+             IF(r >  s) THEN
+                s=r
+                l=j
+             ENDIF
+          ENDDO
+          IF(l /= i) THEN
+             DO j=i,kk
+                s=a(i,j)
+                a(i,j)=a(l,j)
+                a(l,j)=s
+             ENDDO
+             DO k=1,kk
+                s=ai(i,k)
+                ai(i,k)=ai(l,k)
+                ai(l,k)=s
+             ENDDO
+             d = -d
+          ENDIF
+          IF (a(i,i) /= 0.0d0) THEN
+             ipo=i+1
+             DO j=ipo,kk
+                IF (a(j,i) /= 0.0d0) THEN
+                   s=a(j,i)/a(i,i)
+                   a(j,i) = 0.0d0
+                   DO k=ipo,kk
+                      a(j,k)=a(j,k)-a(i,k)*s
+                   ENDDO
+                   DO k=1,kk
+                      ai(j,k)=ai(j,k)-ai(i,k)*s
+                   ENDDO
+                ENDIF
+             ENDDO
+          ENDIF
+       ENDDO
+       DO i=1,kk
+          d=d*a(i,i)
+       ENDDO
+       kmo=kk-1
+       DO k=1,kk
+          ai(kk,k)=ai(kk,k)/a(kk,kk)
+          DO i=1,kmo
+             n=kk-i
+             DO j=n,kmo
+                ai(n,k)=ai(n,k)-a(n,j+1)*ai(j+1,k)
+             ENDDO
+             ai(n,k)=ai(n,k)/a(n,n)
+          ENDDO
+       ENDDO
+    ENDIF
+    a=0.d0
+    do i=1,kk
+       do j=1,kk
+          a(i,j)=ai(i,j)
+       enddo
+    enddo
+    DEALLOCATE(ai)
+
+    IF(ABS(d).LT.1.d-10) WRITE(6,*) '**warning from linsol --',&
+&        'determinant too small --',d
+  END SUBROUTINE minverse
+
+  FUNCTION factorial(n)
+    REAL(8) :: factorial
+    INTEGER, INTENT(IN) :: n
+    INTEGER :: i
+    factorial=1
+    IF (n.LT.2) RETURN
+    DO i=2,n
+       factorial=factorial*i
+    ENDDO
+  END FUNCTION factorial
+
+  !*************************************************************************
+  ! FUNCTION hwfn(z,np,l,r)
+  !
+  ! function to calculate the radial H wfn for nuclear charge z
+  !          (note in this version z is real and need not be integral)
+  !                                            principal qn   np
+  !                                            orbital qn     l
+  !   r*(radial H wfn) is returned
+  !*************************************************************************
+  FUNCTION hwfn(z,np,l,r)
+    REAL(8) :: hwfn
+    REAL(8), INTENT(IN) :: z,r
+    INTEGER, INTENT(IN) :: np,l
+    INTEGER :: node,k
+    REAL(8) :: scale,rho,pref,term,sum
+    node=np-l-1
+    scale=2.d0*z/np
+    rho=scale*r
+    pref=scale*SQRT(scale*factorial(np+l)/(2*np*factorial(node)))
+    term=(rho**l)/factorial(2*l+1)
+    sum=term
+    IF (node.GT.0) THEN
+       DO k=1,node
+          term=-term*(node-k+1)*rho/(k*(2*l+1+k))
+          sum=sum+term
+       ENDDO
+    ENDIF
+    hwfn=r*pref*EXP(-0.5d0*rho)*sum
+    !     write(6,*) 'r,hwfn=',r,hwfn
+  END FUNCTION hwfn
+
+  !***************************************************************************
+  ! subroutine filter(n,func,small)
+  !***************************************************************************
+  SUBROUTINE filter(n,func,small)
+    INTEGER, INTENT(IN) :: n
+    REAL(8), INTENT(INOUT) :: func(:)
+    REAL(8), INTENT(IN) :: small
+
+    INTEGER :: i
+    DO i=1,n
+       IF (ABS(func(i)).LT.small) func(i)=0.d0
+    ENDDO
+  END SUBROUTINE filter
+
+  !******************************************************************************
+  !  From:
+  !  File : misc.f90
+  !    by : Alan Tackett
+  !    on : 10/17/95
+  !   for : Misc general purpose functions
+  !
+  !  This module contains misc. general purpose routines that don't fit
+  !  in another library. Below is a list of routines contained :
+  !
+  !  PrintDate(Unit, Text)
+  !      Prints the date and time to the specified unit along with the TEXT
+  !
+  !*****************************************************************************
+
+  !******************************************************************************
+  !
+  !  PrintDate - Prints the date to the specified unit with TEXT prepended.
+  !
+  !    Unit - Output unit
+  !    Text - Text for prepending. All trailing blanks are removed.
+  !
+  !******************************************************************************
+
+  SUBROUTINE PrintDate(Unit, Text)
+    INTEGER,       INTENT(IN) :: Unit
+    CHARACTER*(*), INTENT(IN) :: Text
+
+    CHARACTER*10 :: DateStr, TimeStr
+    CHARACTER*50 :: FmtStr
+
+    CALL DATE_AND_TIME(DateStr, TimeStr)
+
+    FmtStr=' ' // DateStr(5:6) // '/' // DateStr(7:8) // '/' // DateStr(1:4) // &
+&        ', ' // TimeStr(1:2) // ':' // TimeStr(3:4) // ':' // &
+&        TimeStr(5:10)
+
+    WRITE(Unit, '(a,a)')  TRIM(Text), TRIM(FmtStr)
+
+    RETURN
+  END SUBROUTINE PrintDate
+
+!******************************************************************************
+!
+!  PrintDateStr - Prints the date to the specified string
+!
+!******************************************************************************
+
+Subroutine PrintDateStr(text)
+  Character*(*), Intent(out) :: Text
+
+  Character*10 :: DateStr, TimeStr
+  Character*50 :: FmtStr
+
+  Call Date_And_Time(DateStr, TimeStr)
+
+  FmtStr=' ' // DateStr(5:6) // '/' // DateStr(7:8) // '/' // DateStr(1:4) // &
+       &       ', ' // TimeStr(1:2) // ':' // TimeStr(3:4) // ':' // &
+       &         TimeStr(5:10)
+
+  Write(text, '(a)')  Trim(FmtStr)
+
+  Return
+End Subroutine
+
+
+  FUNCTION stripchar(inputchar)
+    CHARACTER(132) :: stripchar
+    CHARACTER*(*), INTENT(IN) :: inputchar
+
+    INTEGER :: i,j,n
+
+    n=LEN(inputchar)
+
+    DO i=1,132
+       stripchar(i:i)=''
+    ENDDO
+
+    j=0
+    DO i=1,n
+       IF (inputchar(i:i) /= '') THEN
+          j=j+1
+          stripchar(j:j)=inputchar(i:i)
+       ENDIF
+    ENDDO
+
+  END FUNCTION stripchar
+
+  SUBROUTINE ConvertChar(inchar,outn)
+    CHARACTER*(*),INTENT(IN) :: inchar
+    INTEGER, INTENT(OUT) :: outn
+
+    INTEGER :: i, j, k, n, fac
+
+    n=LEN(inchar)
+
+    fac=1; outn=0
+    DO i=n,1,-1
+       IF (inchar(i:i)==''.OR.inchar(i:i)=="-") EXIT
+       j=ICHAR(inchar(i:i))-48
+       outn=outn+fac*j
+       fac=fac*10
+    ENDDO
+
+    outn=outn
+    WRITE(6,*) 'exiting ConvertChar', inchar,outn
+  END SUBROUTINE ConvertChar
+
+  SUBROUTINE extractword(wordindex,stringin,stringout)
+    INTEGER, INTENT(IN) :: wordindex
+    CHARACTER(*), INTENT(IN) :: stringin
+    CHARACTER(*), INTENT(OUT) :: stringout
+
+    INTEGER :: i,j,n,str,fin,icount
+
+    stringout=''
+    n=LEN(stringin)
+    i=INDEX(stringin,'!');IF (i==0) i=n
+    j=INDEX(stringin,'#');IF (j==0) j=n
+    n=MIN(i,j,n)
+    str=1;fin=n
+
+    DO icount=1,MAX(1,wordindex-1)
+       DO i=str,n
+          IF (stringin(i:i)/=' ') EXIT
+       ENDDO
+       str=i
+       IF (n>str) THEN
+          DO i=str+1,n
+             IF(stringin(i:i)==' ') EXIT
+          ENDDO
+          fin=i
+       ENDIF
+       IF (wordindex>2) THEN
+          IF (fin<n) THEN
+             str=fin+1
+          ELSE
+             EXIT
+          ENDIF
+       ENDIF
+    ENDDO
+
+    IF (wordindex>1) THEN
+       IF (fin>=n) RETURN
+       DO i=fin+1,n
+          IF (stringin(i:i)/=' ') EXIT
+       ENDDO
+       str=i
+       IF (n>str) THEN
+          DO i=str+1,n
+             IF(stringin(i:i)==' ') EXIT
+          ENDDO
+          fin=i
+       ENDIF
+    ENDIF
+
+    stringout=stringin(str:fin)
+
+  END SUBROUTINE extractword
+
+
+  !*****************************************************************************
+  !  !!! Routine written by Alan Tackett
+  ! UpperCase - Converts a string to Upper Case
+  !
+  ! str     - String to convert
+  !
+  !*****************************************************************************
+
+  SUBROUTINE UpperCase(str)
+    CHARACTER(*), INTENT(INOUT) :: str
+
+    INTEGER  :: i, j, k
+
+    j = LEN(Str)
+
+    DO i=1, j
+       k = IACHAR(str(i:i))
+       IF ((k>96) .AND. (k<123)) str(i:i) = ACHAR(k-32)
+    END DO
+
+    RETURN
+  END SUBROUTINE UpperCase
+
+
+!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
+! Logical function  checkline2
+!     Returns .true. if inputline matchs either in1 or in2
+!     Note: in1 and in2 should either be integers or uppercase characters
+!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
+
+  LOGICAL FUNCTION checkline2(inputline,in1,in2)
+     CHARACTER(*), INTENT(IN) :: inputline
+     CHARACTER(*), INTENT(IN) :: in1,in2
+
+     INTEGER :: i,len1,len2
+     CHARACTER(120) :: inputline_u
+
+     inputline_u=trim(inputline)
+     call UpperCase(inputline_u)
+     len1=len(trim(in1));len2=len(trim(in2))
+
+     checkline2=(inputline_u(1:len1)==trim(in1).or.inputline_u(1:len2)==trim(in2))
+
+     RETURN
+  END FUNCTION checkline2
+
+  !*****************************************************************
+  ! subroutine conthomas(n,o,d,sol)
+  !*****************************************************************
+  ! use Thomas's algorithm for inverting matrix
+  !   Dale U. von Rosenberg, "Methods for the Numerical Solution of
+  !     Partial Differential Equations,
+  !        Am. Elsevier Pub., 1969, pg. 113
+  !   On input, sol contains the RHS of the equation
+  !   On ouput, sol contains the solution of the equation
+  !    Equation:  o*sol(i-1)+d*sol(i)+o*sol(i+1) = RHS(i)
+  !      sol(1)==sol(n+1)==0
+  !    simplified version for constant tridiagonal terms --
+
+  SUBROUTINE conthomas(n,o,d,sol)
+    INTEGER, INTENT(IN) :: n
+    REAL(8), INTENT(IN) :: o,d
+    REAL(8), INTENT(INOUT) :: sol(:)
+
+    REAL(8), ALLOCATABLE :: a(:),b(:)
+    REAL(8) :: ss2
+    INTEGER :: i
+
+    ALLOCATE(a(n),b(n),stat=i)
+    IF (i /= 0) THEN
+       WRITE(6,*) 'Thomas: allocation error ', i,n
+       STOP
+    ENDIF
+
+    a(2)=d
+    ss2=o*o
+    DO i=3,n
+       a(i)=d-ss2/a(i-1)
+    ENDDO
+    b(2)=sol(2)/d
+    DO i=3,n
+       b(i)=(sol(i)-o*b(i-1))/a(i)
+    ENDDO
+    sol(n)=b(n)
+    DO i=n-1,2,-1
+       sol(i)=b(i)-o*sol(i+1)/a(i)
+    ENDDO
+    sol(1)=0
+    DEALLOCATE(a,b)
+  END SUBROUTINE conthomas
+
+  !  subroutine to use Thomas's algorithm to solve tridiagonal matrix
+  !   Dale U. von Rosenberg, "Methods for the Numerical Solution of
+  !     Partial Differential Equations, Am. Elsevier Pub., 1969, pg. 113
+  !      a(i)*u(i-1)+b(i)*u(i)+c(i)*u(i+1)=d(i)
+  !      a(1)=c(n)==0
+  !      upon return, d(i)=u(i), a,b, & c modified
+  SUBROUTINE thomas(n,a,b,c,d)
+    INTEGER, INTENT(IN) :: n
+    REAL(8), INTENT(INOUT) :: a(:),b(:),c(:),d(:)
+
+    INTEGER :: i
+    IF (n.LT.1) THEN
+       WRITE(6,*) '***error in thomas -- n = ',n
+       STOP
+    ELSE IF (n.EQ.1) THEN
+       d(1)=d(1)/b(1)
+       RETURN
+    ELSE
+       DO i=2,n
+          b(i)=b(i)-a(i)*c(i-1)/b(i-1)
+       ENDDO
+       d(1)=d(1)/b(1)
+       DO i=2,n
+          d(i)=(d(i)-a(i)*d(i-1))/b(i)
+       ENDDO
+       DO i=n-1,1,-1
+          d(i)=d(i)-c(i)*d(i+1)/b(i)
+       ENDDO
+    ENDIF
+    RETURN
+  END SUBROUTINE thomas
+
+  FUNCTION intjl(rc,q,ff,l)
+    ! Compute the integral from rc to inf of
+    !     r**2*f(r)*jl(q*r)
+    ! assuming large q and small f(inf)
+    ! Expanded up to q**(-5)
+
+    INTEGER :: l
+    REAL(8) :: intjl,q,rc,ff(4)
+    REAL(8) :: cqr,sqr,qinv,qinv2
+    cqr=COS(q*rc);sqr=SIN(q*rc)
+    qinv=1.0/q;qinv2=qinv*qinv
+    IF(l.EQ.0) THEN
+       intjl=cqr*qinv2*(ff(1)-ff(3)*qinv2)&
+            &        -sqr*qinv2*qinv*(ff(2)-ff(4)*qinv2)
+    ELSE IF(l.EQ.1) THEN
+       intjl=sqr*qinv2*(ff(1)-qinv2*(ff(3)+ff(2)/rc-ff(1)/(rc*rc)))&
+            &        +cqr*qinv2*qinv*(ff(2)+ff(1)/rc-qinv2*(ff(4)&
+            &                         +ff(3)/rc-2.0*(ff(2)-ff(1)/rc)/(rc*rc)))
+    ELSE IF(l.EQ.2) THEN
+       intjl=cqr*qinv2*(-ff(1)+qinv2*(ff(3)+3.0*ff(2)/rc))&
+            &        +sqr*qinv2*qinv*(ff(2)+3.0*ff(1)/rc&
+            &                  -qinv2*(ff(4)+3.0*(ff(3)-ff(2)/rc)/rc))
+    ELSE IF(l.EQ.3) THEN
+       intjl=ff(1)*(cqr*(-6.d0*qinv**3/rc-3.d0*qinv**5/rc**3)+&
+            &         sqr*(9.d0*qinv**4/rc**2-qinv2)) +&
+            &         ff(2)*(cqr*(3.d0*qinv**5/rc**2-qinv**3)+&
+            &         sqr*6.d0*qinv**4/rc) +&
+            &         ff(3)*(6.d0*cqr*qinv**5/rc+sqr*qinv**4)+&
+            &         ff(4)*cqr*qinv**5
+    ELSE
+       STOP 'Error in intjl: l too large !'
+    ENDIF
+
+  END FUNCTION intjl
+
+  !******************************************************************
+  ! subroutine jbessel(bes,besp,bespp,ll,order,xx)
+  !    Spherical bessel function and derivatives
+  !******************************************************************
+  SUBROUTINE jbessel(bes,besp,bespp,ll,order,xx)
+
+    INTEGER,INTENT(IN) :: ll,order
+    REAL(8),INTENT(IN) :: xx
+    REAL(8),INTENT(OUT) :: bes,besp,bespp
+
+    INTEGER,PARAMETER :: imax=40
+    REAL(8),PARAMETER :: prec=1.d-15
+    INTEGER :: ii,il
+    REAL(8) :: besp1,fact,factp,factpp,jn,jnp,jnpp,jr,xx2,xxinv
+
+
+    IF (order>2) STOP "Wrong order in jbessel !"
+
+    IF (ABS(xx)<prec) THEN
+       bes=0.d0;IF (ll==0) bes=1.d0
+       IF (order>=1) THEN
+          besp=0.d0;IF (ll==1) besp=1.d0/3.d0
+       ENDIF
+       IF (order==2) THEN
+          bespp=0.d0
+          IF (ll==0) bespp=-1.d0/3.d0
+          IF (ll==2) bespp=2.d0/15.d0
+       ENDIF
+       RETURN
+    ENDIF
+
+    xxinv=1.d0/xx
+
+    IF (xx<1.d0) THEN
+       xx2=0.5d0*xx*xx
+       fact=1.D0;DO il=1,ll;fact=fact*xx/DBLE(2*il+1);ENDDO
+       jn=1.D0;jr=1.D0;ii=0
+       DO WHILE(ABS(jr)>=prec.AND.ii<imax)
+          ii=ii+1;jr=-jr*xx2/DBLE(ii*(2*(ll+ii)+1))
+          jn=jn+jr
+       ENDDO
+       bes=jn*fact
+       IF (ABS(jr)>prec) STOP 'Error: Bessel function did not converge !'
+       IF (order>=1) THEN
+          factp=fact*xx/DBLE(2*ll+3)
+          jnp=1.D0;jr=1.D0;ii=0
+          DO WHILE(ABS(jr)>=prec.AND.ii<imax)
+             ii=ii+1;jr=-jr*xx2/DBLE(ii*(2*(ll+ii)+3))
+             jnp=jnp+jr
+          ENDDO
+          besp=-jnp*factp+jn*fact*xxinv*DBLE(ll)
+          IF (ABS(jr)>prec) STOP 'Error: 1st der. of Bessel function did not converge !'
+       ENDIF
+       IF (order==2) THEN
+          factpp=factp*xx/DBLE(2*ll+5)
+          jnpp=1.D0;jr=1.D0;ii=0
+          DO WHILE(ABS(jr)>=prec.AND.ii<imax)
+             ii=ii+1;jr=-jr*xx2/DBLE(ii*(2*(ll+ii)+5))
+             jnpp=jnpp+jr
+          ENDDO
+          besp1=-jnpp*factpp+jnp*factp*xxinv*DBLE(ll+1)
+          IF (ABS(jr)>prec) STOP 'Error: 2nd der. of Bessel function did not converge !'
+       ENDIF
+    ELSE
+       jn =SIN(xx)*xxinv
+       jnp=(-COS(xx)+jn)*xxinv
+       DO il=2,ll+1
+          jr=-jn+DBLE(2*il-1)*jnp*xxinv
+          jn=jnp;jnp=jr
+       ENDDO
+       bes=jn
+       IF (order>=1) besp =-jnp+jn *xxinv*DBLE(ll)
+       IF (order==2) besp1= jn -jnp*xxinv*DBLE(ll+2)
+    ENDIF
+
+    IF (order==2) bespp=-besp1+besp*ll*xxinv-bes*ll*xxinv*xxinv
+
+  END SUBROUTINE jbessel
+
+
+  !******************************************************************
+  ! subroutine solvbes(root,alpha,l,nq)
+  !    Find nq first roots of instrinsic equation:
+  !                            alpha.jl(Q) + beta.Q.djl/dr(Q) = 0
+  !******************************************************************
+  SUBROUTINE solvbes(root,alpha,beta,ll,nq)
+
+    INTEGER,INTENT(IN) :: ll,nq
+    REAL(8),INTENT(IN) :: alpha,beta
+    REAL(8),INTENT(OUT) :: root(nq)
+
+    REAL(8),PARAMETER :: dh=1.D-1, tol=1.D-14
+
+    INTEGER :: nroot
+    REAL(8) :: dum,y1,y2,jbes,jbesp,qq,qx,hh
+
+    qq=dh;nroot=0
+
+    DO WHILE (nroot<nq)
+       CALL jbessel(jbes,jbesp,dum,ll,1,qq)
+       y1=alpha*jbes+beta*qq*jbesp
+       qq=qq+dh
+       CALL jbessel(jbes,jbesp,dum,ll,1,qq)
+       y2=alpha*jbes+beta*qq*jbesp
+
+       DO WHILE (y1*y2>=0.D0)
+          qq=qq+dh
+          CALL jbessel(jbes,jbesp,dum,ll,1,qq)
+          y2=alpha*jbes+beta*qq*jbesp
+       ENDDO
+
+       hh=dh;qx=qq
+       DO WHILE (hh>tol)
+          hh=0.5D0*hh
+          IF (y1*y2<0) THEN
+             qx=qx-hh
+          ELSE
+             qx=qx+hh
+          ENDIF
+          CALL jbessel(jbes,jbesp,dum,ll,1,qx)
+          y2=alpha*jbes+beta*qx*jbesp
+       ENDDO
+       nroot=nroot+1
+       root(nroot)=qx
+
+    ENDDO
+
+  END SUBROUTINE solvbes
+
+
+  !******************************************************************
+  ! subroutine shapebes(al,ql,ll,rc)
+  !    Find al and ql parameters for a "Bessel" shape function:
+  !    Shape(r)=al1.jl(ql1.r)+al2.jl(ql2.r)
+  !      such as Shape(r) and 2 derivatives are zero at r=rc
+  !              Intg_0_rc[Shape(r).r^(l+2).dr]=1
+  !******************************************************************
+  SUBROUTINE shapebes(al,ql,ll,rc)
+
+    INTEGER,INTENT(IN) :: ll
+    REAL(8),INTENT(IN) :: rc
+    REAL(8),INTENT(OUT) :: al(2),ql(2)
+
+    INTEGER :: i
+    REAL(8) :: alpha,beta,det,qr,jbes,jbesp,jbespp,amat(2,2),bb(2)
+
+    alpha=1.D0;beta=0.D0
+    CALL solvbes(ql,alpha,beta,ll,2)
+    ql(1:2)=ql(1:2)/rc
+
+    DO i=1,2
+       qr=ql(i)*rc
+       CALL jbessel(jbes,jbesp,jbespp,ll,1,qr)
+       amat(1,i)=jbesp*ql(i)
+       CALL jbessel(jbes,jbesp,jbespp,ll+1,0,qr)
+       amat(2,i)=jbes*rc**(ll+2)/ql(i)  !  Intg_0_rc[jl(qr).r^(l+2).dr]
+    ENDDO
+    bb(1)=0.d0;bb(2)=1.d0
+
+    det=amat(1,1)*amat(2,2)-amat(1,2)*amat(2,1)
+    al(1)=(amat(2,2)*bb(1)-amat(1,2)*bb(2))/det
+    al(2)=(amat(1,1)*bb(2)-amat(2,1)*bb(1))/det
+
+  END SUBROUTINE shapebes
+
+
+  !******************************************************************
+  SUBROUTINE CALERF(ARG,RESULT,JINT)
+    ! ------------------------------------------------------------------
+    !
+    ! This packet evaluates  erf(x),  erfc(x),  and  exp(x*x)*erfc(x)
+    !   for a real argument  x.  It contains three FUNCTION type
+    !   subprograms: ERF, ERFC, and ERFCX (or DERF, DERFC, and DERFCX),
+    !   and one SUBROUTINE type subprogram, CALERF.  The calling
+    !   statements for the primary entries are:
+    !
+    !                   Y=ERF(X)     (or   Y=DERF(X)),
+    !
+    !                   Y=ERFC(X)    (or   Y=DERFC(X)),
+    !   and
+    !                   Y=ERFCX(X)   (or   Y=DERFCX(X)).
+    !
+    !   The routine  CALERF  is intended for internal packet use only,
+    !   all computations within the packet being concentrated in this
+    !   routine.  The function subprograms invoke  CALERF  with the
+    !   statement
+    !
+    !          CALL CALERF(ARG,RESULT,JINT)
+    !
+    !   where the parameter usage is as follows
+    !
+    !      Function                     Parameters for CALERF
+    !       call              ARG                  Result          JINT
+    !
+    !     ERF(ARG)      ANY REAL ARGUMENT         ERF(ARG)          0
+    !     ERFC(ARG)     ABS(ARG) .LT. XBIG        ERFC(ARG)         1
+    !     ERFCX(ARG)    XNEG .LT. ARG .LT. XMAX   ERFCX(ARG)        2
+    !
+    !   The main computation evaluates near-minimax approximations
+    !   from "Rational Chebyshev approximations for the error function"
+    !   by W. J. Cody, Math. Comp., 1969, PP. 631-638.  This
+    !   transportable program uses rational functions that theoretically
+    !   approximate  erf(x)  and  erfc(x)  to at least 18 significant
+    !   decimal digits.  The accuracy achieved depends on the arithmetic
+    !   system, the compiler, the intrinsic functions, and proper
+    !   selection of the machine-dependent constants.
+    !
+    !*******************************************************************
+    !*******************************************************************
+    !
+    ! Explanation of machine-dependent constants
+    !
+    !   XMIN   = the smallest positive floating-point number.
+    !   XINF   = the largest positive finite floating-point number.
+    !   XNEG   = the largest negative argument acceptable to ERFCX;
+    !            the negative of the solution to the equation
+    !            2*exp(x*x) = XINF.
+    !   XSMALL = argument below which erf(x) may be represented by
+    !            2*x/sqrt(pi)  and above which  x*x  will not underflow.
+    !            A conservative value is the largest machine number X
+    !            such that   1.0 + X = 1.0   to machine precision.
+    !   XBIG   = largest argument acceptable to ERFC;  solution to
+    !            the equation:  W(x) * (1-0.5/x**2) = XMIN,  where
+    !            W(x) = exp(-x*x)/[x*sqrt(pi)].
+    !   XHUGE  = argument above which  1.0 - 1/(2*x*x) = 1.0  to
+    !            machine precision.  A conservative value is
+    !            1/[2*sqrt(XSMALL)]
+    !   XMAX   = largest acceptable argument to ERFCX; the minimum
+    !            of XINF and 1/[sqrt(pi)*XMIN].
+    !
+    !   Approximate values for some important machines are:
+    !
+    !                          XMIN       XINF        XNEG     XSMALL
+    !
+    !  CDC 7600      (S.P.)  3.13E-294   1.26E+322   -27.220  7.11E-15
+    !  CRAY-1        (S.P.)  4.58E-2467  5.45E+2465  -75.345  7.11E-15
+    !  IEEE (IBM/XT,
+    !    SUN, etc.)  (S.P.)  1.18E-38    3.40E+38     -9.382  5.96E-8
+    !  IEEE (IBM/XT,
+    !    SUN, etc.)  (D.P.)  2.23D-308   1.79D+308   -26.628  1.11D-16
+    !  IBM 195       (D.P.)  5.40D-79    7.23E+75    -13.190  1.39D-17
+    !  UNIVAC 1108   (D.P.)  2.78D-309   8.98D+307   -26.615  1.73D-18
+    !  VAX D-Format  (D.P.)  2.94D-39    1.70D+38     -9.345  1.39D-17
+    !  VAX G-Format  (D.P.)  5.56D-309   8.98D+307   -26.615  1.11D-16
+    !
+    !
+    !                          XBIG       XHUGE       XMAX
+    !
+    !  CDC 7600      (S.P.)  25.922      8.39E+6     1.80X+293
+    !  CRAY-1        (S.P.)  75.326      8.39E+6     5.45E+2465
+    !  IEEE (IBM/XT,
+    !    SUN, etc.)  (S.P.)   9.194      2.90E+3     4.79E+37
+    !  IEEE (IBM/XT,
+    !    SUN, etc.)  (D.P.)  26.543      6.71D+7     2.53D+307
+    !  IBM 195       (D.P.)  13.306      1.90D+8     7.23E+75
+    !  UNIVAC 1108   (D.P.)  26.582      5.37D+8     8.98D+307
+    !  VAX D-Format  (D.P.)   9.269      1.90D+8     1.70D+38
+    !  VAX G-Format  (D.P.)  26.569      6.71D+7     8.98D+307
+    !
+    !*******************************************************************
+    !*******************************************************************
+    !
+    ! Error returns
+    !
+    !  The program returns  ERFC = 0      for  ARG .GE. XBIG;
+    !
+    !                       ERFCX = XINF  for  ARG .LT. XNEG;
+    !      and
+    !                       ERFCX = 0     for  ARG .GE. XMAX.
+    !
+    !
+    ! Intrinsic functions required are:
+    !
+    !     ABS, AINT, EXP
+    !
+    !
+    !  Author: W. J. Cody
+    !          Mathematics and Computer Science Division
+    !          Argonne National Laboratory
+    !          Argonne, IL 60439
+    !
+    !  Latest modification: March 19, 1990
+    !
+    !------------------------------------------------------------------
+    IMPLICIT NONE
+    INTEGER I,JINT
+    !S    REAL
+    DOUBLE PRECISION ::  &
+&        A,ARG,B,C,D,DEL,FOUR,HALF,P,ONE,Q,RESULT,SIXTEN,SQRPI,  &
+&        TWO,THRESH,X,XBIG,XDEN,XHUGE,XINF,XMAX,XNEG,XNUM,XSMALL,&
+&        Y,YSQ,ZERO
+    DIMENSION A(5),B(4),C(9),D(8),P(6),Q(5)
+    LOGICAL :: goto300
+    !------------------------------------------------------------------
+    !  Mathematical constants
+    !------------------------------------------------------------------
+    !S    DATA FOUR,ONE,HALF,TWO,ZERO/4.0E0,1.0E0,0.5E0,2.0E0,0.0E0/,
+    !S   1     SQRPI/5.6418958354775628695E-1/,THRESH/0.46875E0/,
+    !S   2     SIXTEN/16.0E0/
+    DATA FOUR,ONE,HALF,TWO,ZERO/4.0D0,1.0D0,0.5D0,2.0D0,0.0D0/, &
+&        SQRPI/5.6418958354775628695D-1/,THRESH/0.46875D0/,     &
+&        SIXTEN/16.0D0/
+    !------------------------------------------------------------------
+    !  Machine-dependent constants
+    !------------------------------------------------------------------
+    !S    DATA XINF,XNEG,XSMALL/3.40E+38,-9.382E0,5.96E-8/,
+    !S   1     XBIG,XHUGE,XMAX/9.194E0,2.90E3,4.79E37/
+    DATA XINF,XNEG,XSMALL/1.79D308,-26.628D0,1.11D-16/,  &
+&        XBIG,XHUGE,XMAX/26.543D0,6.71D7,2.53D307/
+    !------------------------------------------------------------------
+    !  Coefficients for approximation to  erf  in first interval
+    !------------------------------------------------------------------
+    !S    DATA A/3.16112374387056560E00,1.13864154151050156E02,
+    !S   1       3.77485237685302021E02,3.20937758913846947E03,
+    !S   2       1.85777706184603153E-1/
+    !S    DATA B/2.36012909523441209E01,2.44024637934444173E02,
+    !S   1       1.28261652607737228E03,2.84423683343917062E03/
+    DATA A/3.16112374387056560D00,1.13864154151050156D02, &
+&        3.77485237685302021D02,3.20937758913846947D03,   &
+         1.85777706184603153D-1/
+    DATA B/2.36012909523441209D01,2.44024637934444173D02,  &
+&        1.28261652607737228D03,2.84423683343917062D03/
+    !------------------------------------------------------------------
+    !  Coefficients for approximation to  erfc  in second interval
+    !------------------------------------------------------------------
+    !S    DATA C/5.64188496988670089E-1,8.88314979438837594E0,
+    !S   1       6.61191906371416295E01,2.98635138197400131E02,
+    !S   2       8.81952221241769090E02,1.71204761263407058E03,
+    !S   3       2.05107837782607147E03,1.23033935479799725E03,
+    !S   4       2.15311535474403846E-8/
+    !S    DATA D/1.57449261107098347E01,1.17693950891312499E02,
+    !S   1       5.37181101862009858E02,1.62138957456669019E03,
+    !S   2       3.29079923573345963E03,4.36261909014324716E03,
+    !S   3       3.43936767414372164E03,1.23033935480374942E03/
+    DATA C/5.64188496988670089D-1,8.88314979438837594D0, &
+&       6.61191906371416295D01,2.98635138197400131D02, &
+&        8.81952221241769090D02,1.71204761263407058D03, &
+&        2.05107837782607147D03,1.23033935479799725D03, &
+&        2.15311535474403846D-8/
+    DATA D/1.57449261107098347D01,1.17693950891312499D02, &
+&        5.37181101862009858D02,1.62138957456669019D03,  &
+&        3.29079923573345963D03,4.36261909014324716D03,  &
+&        3.43936767414372164D03,1.23033935480374942D03/
+    !------------------------------------------------------------------
+    !  Coefficients for approximation to  erfc  in third interval
+    !------------------------------------------------------------------
+    !S    DATA P/3.05326634961232344E-1,3.60344899949804439E-1,
+    !S   1       1.25781726111229246E-1,1.60837851487422766E-2,
+    !S   2       6.58749161529837803E-4,1.63153871373020978E-2/
+    !S    DATA Q/2.56852019228982242E00,1.87295284992346047E00,
+    !S   1       5.27905102951428412E-1,6.05183413124413191E-2,
+    !S   2       2.33520497626869185E-3/
+    DATA P/3.05326634961232344D-1,3.60344899949804439D-1, &
+&        1.25781726111229246D-1,1.60837851487422766D-2, &
+&        6.58749161529837803D-4,1.63153871373020978D-2/
+    DATA Q/2.56852019228982242D00,1.87295284992346047D00, &
+&        5.27905102951428412D-1,6.05183413124413191D-2, &
+&        2.33520497626869185D-3/
+    !------------------------------------------------------------------
+    Goto300 = .FALSE.
+    X = ARG
+    Y = ABS(X)
+    IF (Y .LE. THRESH) THEN
+       !------------------------------------------------------------------
+       !  Evaluate  erf  for  |X| <= 0.46875
+       !------------------------------------------------------------------
+       YSQ = ZERO
+       IF (Y .GT. XSMALL) YSQ = Y * Y
+       XNUM = A(5)*YSQ
+       XDEN = YSQ
+       DO I = 1, 3
+          XNUM = (XNUM + A(I)) * YSQ
+          XDEN = (XDEN + B(I)) * YSQ
+       END DO
+       RESULT = X * (XNUM + A(4)) / (XDEN + B(4))
+       IF (JINT .NE. 0) RESULT = ONE - RESULT
+       IF (JINT .EQ. 2) RESULT = EXP(YSQ) * RESULT
+       RETURN        !*** goto 800
+       !------------------------------------------------------------------
+       !  Evaluate  erfc  for 0.46875 <= |X| <= 4.0
+       !------------------------------------------------------------------
+    ELSE IF (Y .LE. FOUR) THEN
+       XNUM = C(9)*Y
+       XDEN = Y
+       DO I = 1, 7
+          XNUM = (XNUM + C(I)) * Y
+          XDEN = (XDEN + D(I)) * Y
+       END DO
+       RESULT = (XNUM + C(8)) / (XDEN + D(8))
+       IF (JINT .NE. 2) THEN
+          YSQ = AINT(Y*SIXTEN)/SIXTEN
+          DEL = (Y-YSQ)*(Y+YSQ)
+          RESULT = EXP(-YSQ*YSQ) * EXP(-DEL) * RESULT
+       END IF
+       !------------------------------------------------------------------
+       !  Evaluate  erfc  for |X| > 4.0
+       !------------------------------------------------------------------
+    ELSE
+       Goto300 = .FALSE.
+       RESULT = ZERO
+       IF (Y .GE. XBIG) THEN
+          IF ((JINT .NE. 2) .OR. (Y .GE. XMAX)) GOTO300 = .TRUE.
+          IF ((Y .GE. XHUGE) .AND. (.NOT. Goto300)) THEN
+             RESULT = SQRPI / Y
+             GOTO300 = .TRUE.
+          END IF
+       END IF
+
+       IF (.NOT. Goto300) THEN
+          YSQ = ONE / (Y * Y)
+          XNUM = P(6)*YSQ
+          XDEN = YSQ
+          DO I = 1, 4
+             XNUM = (XNUM + P(I)) * YSQ
+             XDEN = (XDEN + Q(I)) * YSQ
+          END DO
+          RESULT = YSQ *(XNUM + P(5)) / (XDEN + Q(5))
+          RESULT = (SQRPI -  RESULT) / Y
+          IF (JINT .NE. 2) THEN
+             YSQ = AINT(Y*SIXTEN)/SIXTEN
+             DEL = (Y-YSQ)*(Y+YSQ)
+             RESULT = EXP(-YSQ*YSQ) * EXP(-DEL) * RESULT
+          END IF
+       END IF
+    END IF
+    !------------------------------------------------------------------
+    !  Fix up for negative argument, erf, etc.
+    !------------------------------------------------------------------
+    IF (JINT .EQ. 0) THEN                    !*** Goto300 ***
+       RESULT = (HALF - RESULT) + HALF
+       IF (X .LT. ZERO) RESULT = -RESULT
+    ELSE IF (JINT .EQ. 1) THEN
+       IF (X .LT. ZERO) RESULT = TWO - RESULT
+    ELSE
+       IF (X .LT. ZERO) THEN
+          IF (X .LT. XNEG) THEN
+             RESULT = XINF
+          ELSE
+             YSQ = AINT(X*SIXTEN)/SIXTEN
+             DEL = (X-YSQ)*(X+YSQ)
+             Y = EXP(YSQ*YSQ) * EXP(DEL)
+             RESULT = (Y+Y) - RESULT
+          END IF
+       END IF
+    END IF
+    RETURN           !*** 800
+    !---------- Last card of CALERF ----------
+  END SUBROUTINE CALERF
+  !S    REAL FUNCTION ERF(X)
+  DOUBLE PRECISION FUNCTION DERF(X)
+    !--------------------------------------------------------------------
+    !
+    ! This subprogram computes approximate values for erf(x).
+    !   (see comments heading CALERF).
+    !
+    !   Author/date: W. J. Cody, January 8, 1985
+    !
+    !--------------------------------------------------------------------
+    INTEGER JINT
+    !S    REAL             X, RESULT
+    DOUBLE PRECISION :: X, RESULT
+    !------------------------------------------------------------------
+    JINT = 0
+    CALL CALERF(X,RESULT,JINT)
+    !S    ERF = RESULT
+    DERF = RESULT
+    RETURN
+    !---------- Last card of DERF ----------
+  END FUNCTION DERF
+  !S    REAL FUNCTION ERFC(X)
+  DOUBLE PRECISION FUNCTION DERFC(X)
+    !--------------------------------------------------------------------
+    !
+    ! This subprogram computes approximate values for erfc(x).
+    !   (see comments heading CALERF).
+    !
+    !   Author/date: W. J. Cody, January 8, 1985
+    !
+    !--------------------------------------------------------------------
+    INTEGER JINT
+    !S    REAL             X, RESULT
+    DOUBLE PRECISION :: X, RESULT
+    !------------------------------------------------------------------
+    JINT = 1
+    CALL CALERF(X,RESULT,JINT)
+    !S    ERFC = RESULT
+    DERFC = RESULT
+    RETURN
+    !---------- Last card of DERFC ----------
+  END FUNCTION DERFC
+  !S    REAL FUNCTION ERFCX(X)
+  DOUBLE PRECISION FUNCTION DERFCX(X)
+    !------------------------------------------------------------------
+    !
+    ! This subprogram computes approximate values for exp(x*x) * erfc(x).
+    !   (see comments heading CALERF).
+    !
+    !   Author/date: W. J. Cody, March 30, 1987
+    !
+    !------------------------------------------------------------------
+    INTEGER JINT
+    !S    REAL             X, RESULT
+    DOUBLE PRECISION :: X, RESULT
+    !------------------------------------------------------------------
+    JINT = 2
+    CALL CALERF(X,RESULT,JINT)
+    !S    ERFCX = RESULT
+    DERFCX = RESULT
+    RETURN
+    !---------- Last card of DERFCX ----------
+  END FUNCTION DERFCX
+
+  SUBROUTINE SolveAXeqB(n,A,B,conditionNo)
+    ! General purpose AX=B solver for A, B real.
+    ! On return, B stores X
+    INTEGER, INTENT(IN) :: n
+    REAL(8), INTENT(IN) :: A(:,:)
+    REAL(8), INTENT(INOUT) :: B(:)
+    REAL(8), INTENT(IN), OPTIONAL :: conditionNo
+
+    REAL(8), ALLOCATABLE :: C(:,:),U(:,:),VT(:,:),X(:)
+    REAL(8), ALLOCATABLE :: WORK(:)
+    REAL(8), ALLOCATABLE :: S(:)
+    REAL(8), PARAMETER :: rtol=1.d-9
+    INTEGER :: i,j,LWORK
+    REAL(8) :: xx,tol
+    REAL(8), PARAMETER :: one=1,zero=0
+
+    IF (n == 1) THEN
+       B(1)=B(1)/A(1,1)
+       RETURN
+    ENDIF
+    LWORK=MAX(200,n*n)
+
+    ALLOCATE(C(n,n),X(n),U(n,n),VT(n,n),WORK(LWORK),S(n),STAT=i)
+    IF (i /= 0) THEN
+       WRITE(6,*) 'SolveAXeqB: allocation ', n,Lwork,i
+       STOP
+    ENDIF
+
+    tol=rtol
+    IF (PRESENT(conditionNo)) tol=1.d0/conditionNo
+    !WRITE(6,*) ' In SolveAXeqB ', n
+    !CALL flush(6)
+
+    C(1:n,1:n)=A(1:n,1:n)
+    CALL DGESVD('A','A',n,n,C,n,S,U,n,VT,n,WORK,LWORK,i)
+
+    !DO i=1,n
+    !   WRITE(6,*) i,S(i)
+    !   CALL flush(6)
+    !ENDDO
+
+    tol=tol*S(1)
+    X=0
+    DO i=1,n
+       write(6,*) 'Solver, tol ',i,S(i),tol
+       IF (S(i)>tol) THEN
+          xx=DOT_PRODUCT(U(1:n,i),B(1:n))/S(i)
+          X(1:n)=X(1:n)+xx*(VT(i,1:n))
+       ENDIF
+    ENDDO
+
+    B=X
+
+    DEALLOCATE(C,X,U,VT,WORK,S)
+  END SUBROUTINE SolveAXeqB
+
+  SUBROUTINE SolveAXeqBM(n,A,B,many)
+    ! General purpose AX=B solver for A, B real.
+    !  Modified version using "many" largest singular values
+    ! On return, B stores X
+    INTEGER, INTENT(IN) :: n,many
+    REAL(8), INTENT(IN) :: A(:,:)
+    REAL(8), INTENT(INOUT) :: B(:)
+
+    REAL(8), ALLOCATABLE :: C(:,:),U(:,:),VT(:,:),X(:)
+    REAL(8), ALLOCATABLE :: WORK(:)
+    REAL(8), ALLOCATABLE :: S(:)
+    REAL(8), PARAMETER :: rtol=1.d-9
+    INTEGER :: i,j,LWORK
+    REAL(8) :: xx,tol
+    REAL(8), PARAMETER :: one=1,zero=0
+
+    If (many<1.or.many>n) then
+       Write(6,*) 'Error in SOlveAXeqBM -- n, many ', n, many
+       stop
+    endif
+    IF (n == 1) THEN
+       B(1)=B(1)/A(1,1)
+       RETURN
+    ENDIF
+    LWORK=MAX(200,n*n)
+
+    ALLOCATE(C(n,n),X(n),U(n,n),VT(n,n),WORK(LWORK),S(n),STAT=i)
+    IF (i /= 0) THEN
+       WRITE(6,*) 'SolveAXeqB: allocation ', n,Lwork,i
+       STOP
+    ENDIF
+
+
+    C(1:n,1:n)=A(1:n,1:n)
+    CALL DGESVD('A','A',n,n,C,n,S,U,n,VT,n,WORK,LWORK,i)
+
+
+    X=0
+    DO i=1,n
+       if (i<=many) then
+         write(6,*) 'Used SV  ',i,S(i)
+          xx=DOT_PRODUCT(U(1:n,i),B(1:n))/S(i)
+          X(1:n)=X(1:n)+xx*(VT(i,1:n))
+       else
+         write(6,*) 'UnUsed SV  ',i,S(i)
+       ENDIF
+    ENDDO
+
+    B=X
+
+    DEALLOCATE(C,X,U,VT,WORK,S)
+  END SUBROUTINE SolveAXeqBM
+
+  SUBROUTINE SolveAXeqB_eig(n,A,B,conditionNo)
+    !  AX=B solver for A, B real and A symmetric
+    ! On return, B stores X
+    INTEGER, INTENT(IN) :: n
+    REAL(8), INTENT(IN) :: A(:,:)
+    REAL(8), INTENT(INOUT) :: B(:)
+    REAL(8), INTENT(IN), OPTIONAL :: conditionNo
+
+    REAL(8), ALLOCATABLE :: C(:,:),U(:,:),X(:)
+    REAL(8), ALLOCATABLE :: WORK(:)
+    REAL(8), ALLOCATABLE :: S(:)
+    REAL(8), PARAMETER :: rtol=1.d-9
+    INTEGER :: i,j,LWORK
+    REAL(8) :: xx,tol
+    REAL(8), PARAMETER :: one=1,zero=0
+
+    IF (n == 1) THEN
+       B(1)=B(1)/A(1,1)
+       RETURN
+    ENDIF
+    LWORK=MAX(200,n*n)
+
+    ALLOCATE(C(n,n),X(n),WORK(LWORK),S(n),STAT=i)
+    IF (i /= 0) THEN
+       WRITE(6,*) 'SolveAXeqB: allocation ', n,Lwork,i
+       STOP
+    ENDIF
+
+    tol=rtol
+    IF (PRESENT(conditionNo)) tol=1.d0/conditionNo
+    !WRITE(6,*) ' In SolveAXeqB ', n
+    !CALL flush(6)
+
+    C(1:n,1:n)=A(1:n,1:n)
+    CALL DSYEV('V','U',n,C,n,S,WORK,LWORK,i)
+
+    !DO i=1,n
+    !   WRITE(6,*) i,S(i)
+    !   CALL flush(6)
+    !ENDDO
+
+    tol=tol*MAXVAL(S(1:n))
+    X=0
+    DO i=1,n
+       IF (S(i)>tol) THEN
+          xx=DOT_PRODUCT(C(1:n,i),B(1:n))/S(i)
+          X(1:n)=X(1:n)+xx*(C(1:n,i))
+       ENDIF
+    ENDDO
+
+    B=X
+
+    DEALLOCATE(C,X,WORK,S)
+  END SUBROUTINE SolveAXeqB_eig
+
+  SUBROUTINE SVDINVERSE(m,n,tol,MN,RINVMN)      !MN(m,n)   RINVMN(n,m)
+    INTEGER, INTENT(IN) :: n,m
+    REAL(8), INTENT(IN) :: tol
+    REAL(8), INTENT(INOUT) :: MN(:,:),RINVMN(:,:)
+
+    INTEGER :: i,j,k,kk,LWORK,LIWORK,ok
+    REAL(8), ALLOCATABLE :: u(:,:),vt(:,:),s(:),work(:)
+    INTEGER, ALLOCATABLE :: iwork(:)
+
+    LWORK=8*n*m; LIWORK=8*MAX(n,m); kk=MIN(n,m)
+    allocate (u(m,m),vt(n,n),s(kk),&
+&         work(LWORK),IWORK(LIWORK) )
+
+    s=0.d0;  u=0.d0;  vt=0.d0
+    call  dgesdd('A',m,n,MN,m,s,u,m,vt,n,work,LWORK,IWORK,ok)
+    write(6,*) 'dgesdd completed with info = ', ok
+    !CALL DGESVD('A','A',m,n,MN,m,S,U,m,VT,n,WORK,LWORK,i)
+    RINVMN=0
+    do i=1,kk
+       write(6,*) 'i s = ', i,s(i)
+       if (s(i)>tol) then
+       do j=1,n
+          do k=1,m
+             RINVMN(j,k)=RINVMN(j,k) + vt(i,j)*u(k,i)/s(i)
+          enddo
+       enddo
+       endif
+    enddo
+
+    deallocate (u,vt,s,work,IWORK )
+  END SUBROUTINE SVDINVERSE
+
+  FUNCTION ASSOCIATEDLAGUERRE(n,x)
+     REAL(8) :: ASSOCIATEDLAGUERRE
+     REAL(8), INTENT(IN) :: x
+     INTEGER, INTENT(IN) :: n
+
+     REAL(8) :: fac,term,acc
+     INTEGER :: i
+
+     if (n<0.or.n>1000) then
+        write(6,*) 'ERROR in ASSOCIATEDLAGUERRE -- n = ', n,x
+        stop
+     endif
+     fac=sqrt(float((n+1)*(n+2)))/2; acc=1
+     if (n>0) then
+        term=1
+        do i=1,n
+           term=term*x*(-n+i-1)/(3.d0+i-1)/i
+           acc=acc+term
+        enddo
+     endif
+     ASSOCIATEDLAGUERRE=acc*fac
+  END FUNCTION ASSOCIATEDLAGUERRE
+
+!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
+!   Given integer l1, l2, l3  return 3-j value
+!
+!           ( l1  l2  l3 )^2
+!           (  0   0   0 )
+!    Based on subroutine written by Xiao Xu
+!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
+   FUNCTION THRJ2(l1,l2,l3)
+   REAL(8) :: THRJ2
+   INTEGER, INTENT(IN) :: l1, l2, l3
+
+   INTEGER ::BigJ,J1,J2,J3
+
+    J1=l1;
+    J2=l2;
+    J3=l3;
+    BigJ=J1+J2+J3;
+
+    ! Following the 3J symbol notes
+    IF(MOD(BigJ,2) == 1)  THEN
+       THRJ2=0;
+    ELSE
+       THRJ2 = factorial(BigJ/2)/( &
+&           factorial(BigJ/2-J1) *factorial(BigJ/2-J2)*factorial(BigJ/2 - J3));
+       THRJ2 = THRJ2*THRJ2
+       THRJ2=  THRJ2* ( factorial(BigJ - 2*J1)*factorial(BigJ - 2*J2)* &
+&             factorial(BigJ - 2*J3)/factorial(BigJ +1) )
+    ENDIF
+
+  END FUNCTION THRJ2
+
+END MODULE GlobalMath
+
diff --git a/src/graphatom.f90 b/src/graphatom.f90
new file mode 100644
index 0000000..a85ad58
--- /dev/null
+++ b/src/graphatom.f90
@@ -0,0 +1,58 @@
+PROGRAM graphatom
+  !*************************************************************
+  !  program to calculate the self-consistent density functional
+  !    atom ground state for atom with atomic number nz
+  !************************************************************
+  USE GlobalMath
+  USE aeatom
+  USE atomdata
+  USE graphatom_report
+
+  IMPLICIT NONE
+
+  INTEGER :: i,iargc,ifinput
+  CHARACTER(80) :: verbose
+  LOGICAL :: lotsofoutput=.false.
+
+  if (iargc()>0) then
+       call GetArg(1,verbose)
+       call UpperCase(verbose)
+       if (TRIM(verbose)=='VERBOSE') lotsofoutput=.true.
+  endif
+
+  OPEN(ifinput,file='dummy',form='formatted')
+
+  CALL Init_GlobalConstants()
+  CALL SCFatom_Init(ifinput)
+  CALL SCFatom('AE',lotsofoutput)
+
+  CALL Report_Graphatom('AE',Grid,AEOrbit,AEPot,AESCF)
+
+  CLOSE(ifinput)
+  
+  DO
+     WRITE(6,*) ' Input 0  for plotting results and completing program (once)'
+     WRITE(6,*) ' Input 1  for changing all-electron configuration (many)'
+     WRITE(6,*) ' Input 2  for choosing frozencore in current config. (once)'
+     WRITE(6,*) ' Input 3  for changing frozen-core configuration (many)'
+
+
+     READ(5,*) i
+
+     IF (i == 0) EXIT
+     IF (i == 1) THEN
+        CALL SCFatom('NC',lotsofoutput)
+        CALL Report_Graphatom('NC',Grid,AEOrbit,AEPot,AESCF)
+     ELSE IF (i == 2) THEN
+        CALL SCFatom('SC',lotsofoutput)
+         write(6,*) ' Finished SC in graphatom '; call flush(6)
+        CALL Report_Graphatom('FC',Grid,FCOrbit,FCPot,FCSCF)
+         write(6,*) ' Finished SC report in graphatom '; call flush(6)
+     ELSE IF (i == 3) THEN
+         write(6,*) 'before FC in graphtom' ; call flush(6)
+        CALL SCFatom('FC',lotsofoutput)
+        CALL Report_Graphatom('FC',Grid,FCOrbit,FCPot,FCSCF)
+     ENDIF
+  ENDDO
+
+END PROGRAM graphatom
diff --git a/src/graphatom_report.f90 b/src/graphatom_report.f90
new file mode 100644
index 0000000..824b1c2
--- /dev/null
+++ b/src/graphatom_report.f90
@@ -0,0 +1,148 @@
+MODULE Graphatom_report
+  USE atomdata
+  USE gridmod
+  USE report_mod
+
+  IMPLICIT NONE
+
+CONTAINS
+  SUBROUTINE Report_Graphatom(key,Grid,Orbit,Pot,SCF)
+
+    CHARACTER(2) :: key
+    TYPE(GridInfo) :: Grid
+    TYPE(OrbitInfo) :: Orbit
+    TYPE(PotentialInfo) :: Pot
+    TYPE(SCFInfo) :: SCF
+
+    INTEGER :: i,j,io,many,l,istart
+    CHARACTER (len=4) :: flnm
+    CHARACTER (len=20) :: nm
+    CHARACTER (len=2) :: sym
+    CHARACTER (len=1) :: syml
+    REAL(8), allocatable :: wav(:,:)
+    REAL(8), POINTER :: r(:),den(:),rv(:),wfn(:,:)
+    INTEGER :: n,nps,npp,npd,npf,npg
+    INTEGER, PARAMETER :: ifen=10, ifden=11,ifwfn=12
+
+    OPEN (unit = ifen, file=TRIM(Pot%sym)//'.GA', form='formatted', &
+&        position = 'append')
+
+    call summary_report(ifen,key,Grid,Orbit,Pot,SCF)
+
+    CLOSE(ifen)
+
+    write(6,*) 'finished summary'; call flush(6)
+    IF (key=='AE') THEN
+       n=Grid%n
+       r=>Grid%r
+       den=>Orbit%den
+       rv=>Pot%rv
+       nps=Orbit%nps
+       npp=Orbit%npp
+       npd=Orbit%npd
+       npf=Orbit%npf
+       npg=Orbit%npg
+       wfn=>Orbit%wfn
+       allocate(wav(n,Orbit%norbit))
+       wav=wfn
+
+       !
+       ! write density and wavefunctions
+       !
+
+       OPEN (unit = ifden, file = 'density.GA', form = 'formatted')
+       DO i = 1, n
+          IF (r (i) .LE.6.d0) THEN
+             WRITE (ifden, '(1p,6e12.4)') r (i), den (i)
+          ENDIF
+       ENDDO
+       CLOSE (ifden)
+
+       OPEN (unit = ifden, file = 'potential.GA', form = 'formatted')
+       DO i = 1, n
+          IF (r (i) .LE.6.d0) THEN
+             WRITE (ifden, '(1p,6e12.4)') r (i), rv (i)
+          ENDIF
+       ENDDO
+       CLOSE (ifden)
+
+       OPEN (unit = ifden, file = 'plotdensity.GA', form = 'formatted')
+       nm = 'density.GA'
+       WRITE (ifden, '("gplot -t ""Radial density for ",a2, &
+&             """ -tx ""r (bohr)"" -f ",a10, " 1 2 lines")') pot%sym, nm
+       CLOSE (ifden)
+       OPEN (unit = ifden, file = 'plotpotential.GA', form = 'formatted')
+       nm = 'potential.GA'
+       WRITE (ifden, '("gplot -t ""rxV(r) for ",a2, &
+&             """ -tx ""r (bohr)"" -f ",a12, " 1 2 lines")') pot%sym, nm
+       CLOSE (ifden)
+       DO i = 1, n
+          DO io = 1,Orbit%norbit
+             IF (dabs (wav (i, io) ) .LT.1.d-8) wav (i, io) = 0.d0
+          ENDDO
+       ENDDO
+       istart = 0
+       DO l = 0, 4
+          IF (l.EQ.0) many = nps
+          IF (l.EQ.1) many = npp - 1
+          IF (l.EQ.2) many = npd-2
+          IF (l.EQ.3) many = npf - 3
+          IF (l.EQ.4) many = npg - 4
+          IF (l.EQ.0) syml = 's'
+          IF (l.EQ.1) syml = 'p'
+          IF (l.EQ.2) syml = 'd'
+          IF (l.EQ.3) syml = 'f'
+          IF (l.EQ.4) syml = 'g'
+          IF (many.GT.0) THEN
+             CALL mkname (l, flnm)
+             OPEN (unit = ifwfn, file = 'GAwfn'//flnm, form = 'formatted')
+             DO i = 1, n
+                IF (r (i) .LE.6.d0) THEN
+                   WRITE (ifwfn, '(1p,8e10.2)') r (i) , (wav (i, j) , j = &
+&                       istart + 1, istart + many)
+                ENDIF
+             ENDDO
+             CLOSE (ifwfn)
+             nm = 'GAwfn'//flnm
+             OPEN (unit = ifwfn, file = 'plotGAwfn'//flnm, form = 'formatted')
+             IF (many.EQ.1) WRITE (ifwfn, '("gplot -t ""Radial ",a1, &
+                  &   " wavefunctions for ",a2, &
+                  &""" -tx ""r (bohr)"" -f ",a8, " 1 2 lines")') syml, pot%sym, nm
+             IF (many.EQ.2) WRITE (ifwfn, '("gplot -t ""Radial ",a1, &
+                  &   " wavefunctions for ",a2, &
+                  &""" -tx ""r (bohr)"" -f ",a8, " 1 2 lines -f ",a8," 1 3 lines")') syml &
+                  , pot%sym, nm, nm
+             IF (many.EQ.3) WRITE (ifwfn, '("gplot -t ""Radial ",a1, &
+                  &   " wavefunctions for ",a2, &
+                  &""" -tx ""r (bohr)"" -f ",a8, " 1 2 lines -f ",a8," 1 3 lines -f ", &
+                  &a8," 1 4 lines")') syml, pot%sym, nm, nm, nm
+             IF (many.EQ.4) WRITE (ifwfn, '("gplot -t ""Radial ",a1, &
+                  &   " wavefunctions for ",a2, &
+                  &""" -tx ""r (bohr)"" -f ",a8, " 1 2 lines -f ",a8," 1 3 lines -f ", &
+                  &a8," 1 4 lines -f ",a8," 1 5 lines")') syml, pot%sym, nm, nm, nm, nm
+             IF (many.EQ.5) WRITE (ifwfn, '("gplot -t ""Radial ",a1, &
+                  &   " wavefunctions for ",a2, &
+                  &""" -tx ""r (bohr)"" -f ",a8, " 1 2 lines -f ",a8," 1 3 lines -f ", &
+                  &a8," 1 4 lines -f ",a8," 1 5 lines -f ",a8," 1 6 lines")') syml,  &
+                  &pot%sym, nm, nm, nm, nm, nm
+             IF (many.EQ.6) WRITE (ifwfn, '("gplot -t ""Radial ",a1, &
+                  &   " wavefunctions for ",a2, &
+                  &""" -tx ""r (bohr)"" -f ",a8, " 1 2 lines -f ",a8," 1 3 lines -f ", &
+                  &a8," 1 4 lines -f ",a8," 1 5 lines -f ",a8," 1 6 lines -f " &
+                  &,a8," 1 7 lines")') syml, pot%sym, nm, nm, nm, nm, nm, nm
+             IF (many.EQ.7) WRITE (ifwfn, '("gplot -t ""Radial ",a1, &
+                  &   " wavefunctions for ",a2, &
+                  &""" -tx ""r (bohr)"" -f ",a8, " 1 2 lines -f ",a8," 1 3 lines -f ", &
+                  &a8," 1 4 lines -f ",a8," 1 5 lines -f ",a8," 1 6 lines -f " &
+                  &,a8," 1 7 lines -f ",a8," 1 8 lines" )') syml, pot%sym, nm, nm, nm, nm &
+                  &, nm, nm, nm
+             CLOSE (ifwfn)
+          ENDIF
+          istart = istart + many
+
+       ENDDO
+    deallocate(wav)
+    ENDIF
+  END SUBROUTINE Report_Graphatom
+
+END MODULE Graphatom_report
diff --git a/src/gridmod.f90 b/src/gridmod.f90
new file mode 100644
index 0000000..d1eb6ac
--- /dev/null
+++ b/src/gridmod.f90
@@ -0,0 +1,2315 @@
+MODULE gridmod
+  USE globalmath
+
+  IMPLICIT NONE
+
+  INTEGER, PARAMETER, PRIVATE :: lineargrid=1  ! r(i)=h*(i-1)
+  INTEGER, PARAMETER, PRIVATE :: loggrid=2     ! r(i)=r0*(exp(h*(i-1))-1)
+
+  TYPE GridInfo
+     INTEGER :: TYPE
+     INTEGER :: n
+     INTEGER :: ishift
+     REAL(8) :: h
+     REAL(8), POINTER :: r(:)
+     REAL(8), POINTER :: drdu(:)    ! for loggrid -- dr/du
+     REAL(8), POINTER :: pref(:)    ! for loggrid -- r0*exp(u/2)
+     REAL(8), POINTER :: rr02(:)    ! for loggrid -- (r+r0)**2
+  END TYPE GridInfo
+
+CONTAINS
+  !**********************************************************************
+  ! function usingloggrid(Grid)
+  !**********************************************************************
+  FUNCTION usingloggrid(Grid)
+    LOGICAL :: usingloggrid
+    TYPE(GridInfo), INTENT(IN) :: Grid
+
+    usingloggrid=.FALSE.
+    IF (Grid%type==loggrid) usingloggrid=.TRUE.
+  END FUNCTION usingloggrid
+
+  !**********************************************************************
+  FUNCTION overint(n,h,f1,icorr)
+    !   function to calculate the integral of one vectors f1
+    !      using simpsons rule assuming a regular grid with
+    !      spacing of h and n total points
+    !
+    !      icorr: optional parameter: used only when n is even
+    !             if icorr<0,  a trapezoidal correction is applied
+    !                          at the start of interval
+    !             if icorr>=0, a trapezoidal correction is applied
+    !                          at the end of interval
+    !             default (if missing) is icorr=0
+    REAL(8) :: overint
+    INTEGER, INTENT(IN) :: n
+    REAL(8), INTENT(IN) :: h,f1(:)
+    INTEGER, OPTIONAL :: icorr
+
+
+    REAL(8),PARAMETER :: tol=1.D-14
+    INTEGER :: i,j,istart,m
+
+    overint=0
+
+    !Eliminate zeros at end of interval
+    i=n;DO WHILE(ABS(f1(i))<machine_zero.AND.i>2);i=i-1;ENDDO
+    m=MIN(i+1,n)
+
+    IF (m<=1) THEN
+       RETURN
+    ELSEIF (m==2) THEN
+       overint=(f1(1)+f1(2))*(h/2)   ! Trapezoidal rule
+       RETURN
+    ENDIF
+
+    istart=1
+    IF (PRESENT(icorr)) THEN
+       IF (icorr<0.AND.MOD(m,2)==0) istart=2
+    ENDIF
+    overint=f1(istart)+4*f1(istart+1)+f1(istart+2)
+    j=((m-istart)/2)*2+istart
+    IF (j>=istart+4) THEN
+       DO i=istart+4,j,2
+          overint=overint+f1(i-2)+4*f1(i-1)+f1(i)
+       ENDDO
+    ENDIF
+    overint=overint*(h/3)
+    IF (m>j) overint=overint+(f1(j)+f1(m))*(h/2)
+    IF (istart==2) overint=overint+(f1(1)+f1(2))*(h/2)
+    RETURN
+  END FUNCTION overint
+
+  !*******************************************************************
+  ! function integrator(Grid,arg)
+  !*******************************************************************
+  FUNCTION integrator(Grid,arg,str,fin)
+    REAL(8) :: integrator
+    TYPE(GridInfo), INTENT(IN) :: Grid
+    REAL(8), INTENT(IN) :: arg(:)
+    INTEGER, INTENT(IN), OPTIONAL :: str,fin
+
+    REAL(8), ALLOCATABLE :: dum(:)
+    INTEGER :: i,n,i1,i2
+
+    n=Grid%n
+    i1=1;i2=n
+
+    IF (PRESENT(str).AND.PRESENT(fin)) THEN
+       i1=str; i2=fin; n=i2-i1+1
+    ENDIF
+
+    SELECT CASE(Grid%type)
+    CASE default
+       WRITE(6,*) 'Error in integrator -- grid ', Grid%type
+       STOP
+    CASE(lineargrid)
+       integrator=overint(n,Grid%h,arg(i1:i2))
+    CASE(loggrid)
+       ALLOCATE(dum(i1:i2),stat=i)
+       IF (i/=0) THEN
+          WRITE(6,*) 'Error in integrator -- allocation ', Grid%n,i
+          STOP
+       ENDIF
+       dum(i1:i2)=arg(i1:i2)*Grid%drdu(i1:i2)
+       integrator=overint(n,Grid%h,dum(i1:i2),-1)
+       DEALLOCATE(dum)
+    END SELECT
+
+  END FUNCTION integrator
+
+  !**********************************************************************
+  SUBROUTINE INTWGT(Grid,wgt,str,fin,icorr)
+    TYPE(GridInfo), INTENT(IN) :: Grid
+    REAL(8), INTENT(INOUT) :: wgt(:)
+    INTEGER, INTENT(IN), OPTIONAL :: str,fin,icorr
+
+
+    REAL(8), ALLOCATABLE :: dum(:)
+    INTEGER :: i,j,n,i1,i2,istart
+
+    n=Grid%n
+    i1=1;i2=n
+
+    IF (PRESENT(str).AND.PRESENT(fin)) THEN
+       i1=str; i2=fin; n=i2-i1+1
+    ENDIF
+
+    wgt=0.d0
+
+    IF (n<=1) THEN
+       RETURN
+    ELSEIF (n==2) THEN
+       wgt(i1)=Grid%h/2;   wgt(i2)=Grid%h/2  ! Trapezoidal rule
+       if (Grid%type==loggrid) wgt(i1:i2)=wgt(i1:i2)*Grid%drdu(i1:i2)
+       RETURN
+    ENDIF
+
+    istart=i1
+    IF (PRESENT(icorr)) THEN
+       IF (icorr<0.AND.MOD(n,2)==0) istart=i1+1
+    ENDIF
+    wgt(istart)=1; wgt(istart+1)=4; wgt(istart+2)=1
+    j=((n-istart)/2)*2+istart
+    IF (j>=istart+4) THEN
+       DO i=istart+4,j,2
+          wgt(i-2)=wgt(i-2)+1
+          wgt(i-1)=4
+          wgt(i)=1
+       ENDDO
+    ENDIF
+    wgt=wgt*Grid%h/3
+    IF (n>j) then
+         wgt(j)=wgt(j)+Grid%h/2; wgt(n)=Grid%h/2
+    ENDIF
+
+    IF (istart>i1) then
+       wgt(i1)=Grid%h/2; wgt(istart)=wgt(istart)+Grid%h/2
+    ENDIF
+    if (Grid%type==loggrid) wgt(i1:i2)=wgt(i1:i2)*Grid%drdu(i1:i2)
+
+  END SUBROUTINE INTWGT
+
+  !*****************************************************************
+  FUNCTION overlap(Grid,f1,f2,str,fin)
+    !   function to calculate the overlap between two vectors f1 and f2
+    REAL(8) :: overlap
+    TYPE(GridInfo), INTENT(IN) :: Grid
+    REAL(8), INTENT(IN) :: f1(:),f2(:)
+    INTEGER, INTENT(IN), OPTIONAL :: str,fin
+
+    REAL(8), ALLOCATABLE :: dum(:)
+    INTEGER :: i,n,i1,i2
+
+    n=Grid%n
+    i1=1;i2=n
+    IF (PRESENT(str).AND.PRESENT(fin)) THEN
+       i1=str; i2=fin; n=i2-i1+1
+    ENDIF
+
+
+    ALLOCATE(dum(i1:i2),stat=i)
+    IF (i/=0) THEN
+       WRITE(6,*) 'Error in overlap allocation ', n,i
+       STOP
+    ENDIF
+    dum(1:n)=f1(i1:i2)*f2(i1:i2)
+    overlap=integrator(Grid,dum(1:n),1,n)
+    DEALLOCATE(dum)
+  END FUNCTION overlap
+  !*****************************************************
+
+  SUBROUTINE nderiv(h,y,z,ndim,ierr)
+    INTEGER, INTENT(IN) :: ndim
+    INTEGER, INTENT(INOUT) :: ierr
+    REAL(8) , INTENT(IN) :: h,y(:)
+    REAL(8) , INTENT(INOUT) :: z(:)
+    !     subroutine ddet5(h,y,z,ndim)
+    !      ssp routine modified by nawh 6/8/76
+
+    REAL(8) :: hh,yy,a,b,c
+    INTEGER :: i
+
+    ierr=-1
+    IF (ndim.LT.5) RETURN
+    !        prepare differentiation loop
+    hh=.08333333333333333d0/h
+    yy=y(ndim-4)
+    b=hh*(-25.d0*y(1)+48.d0*y(2)-36.d0*y(3)+16.d0*y(4)-3.d0*y(5))
+    c=hh*(-3.d0*y(1)-10.d0*y(2)+18.d0*y(3)-6.d0*y(4)+y(5))
+
+    !
+    !        start differentiation loop
+    DO  i=5,ndim
+       a=b
+       b=c
+       c=hh*(y(i-4)-y(i)+8.d0*(y(i-1)-y(i-3)))
+       z(i-4)=a
+    ENDDO
+    !        end of differentiation loop
+    !
+    !        normal exit
+    a=hh*(-yy+6.d0*y(ndim-3)-18.d0*y(ndim-2)+10.d0*y(ndim-1)          &
+&        +3.d0*y(ndim))
+    z(ndim)=hh*(3.d0*yy-16.d0*y(ndim-3)+36.d0*y(ndim-2)               &
+&        -48.d0*y(ndim-1)+25.d0*y(ndim))
+    z(ndim-1)=a
+    z(ndim-2)=c
+    z(ndim-3)=b
+    !
+    ierr=0
+    RETURN
+  END SUBROUTINE nderiv
+
+  !**********************************************************************
+  ! subroutine derivative(Grid,f,dfdr)
+  !*********************************************************************
+  SUBROUTINE derivative(Grid,f,dfdr,begin,bend)
+    TYPE(GridInfo), INTENT(IN) :: Grid
+    REAL(8), INTENT(IN) :: f(:)
+    REAL(8), INTENT(OUT) :: dfdr(:)
+    INTEGER, OPTIONAL, INTENT(IN) :: begin,bend
+
+    INTEGER :: i,n,i1,i2
+
+    i1=1;i2=Grid%n;n=i2-i1+1
+    IF (PRESENT(begin).OR.PRESENT(bend)) THEN
+       IF (begin>=1.AND.bend<= Grid%n) THEN
+          i1=begin;i2=bend;n=i2-i1+1
+       ELSE
+          WRITE(6,*) 'Error in derivative', begin,bend,Grid%n
+          STOP
+       ENDIF
+    ENDIF
+
+
+    SELECT CASE(Grid%type)
+    CASE default
+       WRITE(6,*) 'Error in derivative -- grid ', Grid%type
+       STOP
+    CASE(lineargrid)
+       CALL nderiv(Grid%h,f(i1:i2),dfdr(i1:i2),n,i)
+       IF (i/=0) THEN
+          WRITE(6,*) 'Error in derivative -nderiv problem', i
+          STOP
+       ENDIF
+    CASE(loggrid)
+       CALL nderiv(Grid%h,f(i1:i2),dfdr(i1:i2),n,i)
+       IF (i/=0) THEN
+          WRITE(6,*) 'Error in derivative -nderiv problem', i
+          STOP
+       ENDIF
+       dfdr(i1:i2)=dfdr(i1:i2)/Grid%drdu(i1:i2)
+    END SELECT
+
+  END SUBROUTINE derivative
+
+!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
+  ! simplederiv(Grid,f,dfdr,begin,bend)
+  !   low order formula
+!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
+  SUBROUTINE simplederiv(Grid,f,dfdr,begin,bend)
+    TYPE(GridInfo), INTENT(IN) :: Grid
+    REAL(8), INTENT(IN) :: f(:)
+    REAL(8), INTENT(OUT) :: dfdr(:)
+    INTEGER, OPTIONAL, INTENT(IN) :: begin,bend
+
+    INTEGER :: i,n,i1,i2
+    REAL(8) :: HH
+
+    i1=1;i2=Grid%n;n=i2-i1+1
+    IF (PRESENT(begin).OR.PRESENT(bend)) THEN
+       IF (begin>=1.AND.bend<= Grid%n) THEN
+          i1=begin;i2=bend;n=i2-i1+1
+          IF (n<3) THEN
+             WRITE(6,*) 'Error in simplederiv -- n too small',n,i1,i2
+             STOP
+          ENDIF
+       ELSE
+          WRITE(6,*) 'Error in simplederive', begin,bend,Grid%n
+          STOP
+       ENDIF
+    ENDIF
+
+    HH=0.5d0/Grid%h
+    dfdr(i1)=HH*(-3*f(i1)+4*f(i1+1)-f(i1+2))
+    DO i=i1,i2-2
+       dfdr(i+1)=HH*(f(i+2)-f(i))
+    ENDDO
+    dfdr(i2)=HH*(3*f(i2)-4*f(i2-1)+f(i2-2))
+
+    IF (Grid%type==loggrid) THEN
+       dfdr(i1:i2)=dfdr(i1:i2)/Grid%drdu(i1:i2)
+    ENDIF
+
+  END SUBROUTINE simplederiv
+
+  SUBROUTINE laplacian(Grid,l,wfn,del,fin)
+    TYPE(GridInfo), INTENT(IN) :: Grid
+    INTEGER, INTENT(IN) :: l
+    REAL(8), INTENT(IN) :: wfn(:)
+    REAL(8), INTENT(INOUT) :: del(:)
+    INTEGER, INTENT(IN),OPTIONAL :: fin
+
+    INTEGER :: OK,i,lfac,n
+    REAL(8), ALLOCATABLE :: dum1(:),dum2(:)
+
+    n=Grid%n
+    IF (PRESENT(fin)) n=fin
+    ALLOCATE(dum1(n),dum2(n),stat=ok)
+    IF (ok /= 0) THEN
+       WRITE(6,*) 'Error in laplace allocation',n
+       STOP
+    ENDIF
+    lfac=l*(l+1)
+    del=0
+    DO i=2,n
+       dum2(i)=wfn(i)/Grid%r(i)
+       del(i)=-lfac*dum2(i)
+    ENDDO
+    CALL extrapolate(Grid,dum2)
+    CALL derivative(Grid,dum2,dum1,1,n)
+    del(:)=del(:)+2*Grid%r(:)*dum1(:)
+    CALL derivative(Grid,dum1,dum2,1,n)
+    del(:)=del(:)+(Grid%r(:)**2)*dum2(:)
+
+    DEALLOCATE(dum1,dum2)
+  END SUBROUTINE laplacian
+
+  !******************************************************
+  ! SUBROUTINE poisson(Grid,q,den,rv,ecoul,v00)
+  !*****************************************************
+  SUBROUTINE poisson(Grid,q,den,rv,ecoul,v00)
+    !  use Numerov algorithm to solve poisson equation
+    !  den(n) is electron density * (4*pi*r**2)
+    !  rv(n) is returned as electrostatic potential * r
+    !  ecoul is the coulomb interaction energy
+
+    TYPE (GridInfo), INTENT(IN) :: Grid
+    REAL(8), INTENT(IN):: den(:)
+    REAL(8), INTENT(INOUT) :: rv(:),ecoul,q
+    REAL(8), OPTIONAL, INTENT(OUT) :: v00
+
+    REAL(8), ALLOCATABLE :: a(:),b(:)
+    REAL(8) :: sd,sl,h,h2
+    INTEGER :: i,n
+
+    n=Grid%n
+    h=Grid%h
+
+    rv=0.d0
+    q=integrator(Grid,den)
+    write(6,*) 'In poisson q = ', q; call flush(6)
+
+    ALLOCATE(a(n),b(n),stat=i)
+    IF (i/=0) THEN
+       WRITE(6,*) 'Error in allocating arrays in poisson',i,n
+       STOP
+    ENDIF
+
+    IF (Grid%type==lineargrid) THEN
+
+       sd=2
+       sl=-1
+       a(1)=0
+       DO i=2,n
+          a(i)=h*den(i)/(6*(i-1))
+       ENDDO
+       rv(1)=0
+       rv(2)=10*a(2)+a(3)
+       DO i=3,n-1
+          rv(i)=10*a(i)+a(i+1)+a(i-1)
+       ENDDO
+       rv(n)=10*a(n)+a(n-1)+2*q
+
+    ELSEIF (Grid%type==loggrid) THEN
+
+       sd=2+10*h*h/48
+       sl=-1+h*h/48
+       a(1)=0
+       h2=h*h
+       DO i=2,n
+          a(i)=h2*Grid%rr02(i)*den(i)/(6*Grid%r(i))/Grid%pref(i)
+       ENDDO
+       rv(1)=0
+       rv(2)=10*a(2)+a(3)
+       DO i=3,n-1
+          rv(i)=10*a(i)+a(i+1)+a(i-1)
+       ENDDO
+       !   last term is boundary value at point n+1
+       rv(n)=10*a(n)+a(n-1)-2*q*sl/(Grid%pref(n)*EXP(h/2))
+
+    ENDIF
+
+    CALL conthomas(n,sl,sd,rv)
+    IF (Grid%type==loggrid) rv=rv*Grid%pref
+
+    !
+    !  calculate ecoul
+    !
+    DO i=2,n
+       a(i)=den(i)*rv(i)/Grid%r(i)
+    ENDDO
+    a(1)=0
+    ecoul=0.5d0*integrator(Grid,a)
+    !WRITE(6,*) ' from poisson: ecoul = ',ecoul
+
+    IF (PRESENT(v00)) THEN
+       a=0
+       a(2:n)=den(2:n)/Grid%r(2:n)
+       v00=2*integrator(Grid,a)
+    ENDIF
+    DEALLOCATE(a,b)
+    !
+  END SUBROUTINE poisson
+
+  !*****************************************************************
+  !Alternative form of poisson solver written by Marc Torrent 6/9/06
+  !  works well for loggrid
+  !******************************************************************
+  SUBROUTINE poisson_marc(Grid,q,den,rv,ecoul)
+    !  use Numerov algorithm to solve poisson equation
+    !  den(n) is electron density * (4*pi*r**2)
+    !  rv(n) is returned as electrostatic potential * r
+    !  ecoul is the coulomb interation energy
+
+    TYPE (GridInfo), INTENT(IN) :: Grid
+    REAL(8), INTENT(IN):: den(:)
+    REAL(8), INTENT(INOUT) :: rv(:),ecoul,q
+
+    REAL(8), ALLOCATABLE :: aa(:),bb(:),cc(:),dd(:)
+    REAL(8) :: sd,sl,h,h2
+    INTEGER :: i,n,ir,jr
+
+    n=Grid%n
+    h=Grid%h
+
+    rv=0.d0
+    q=integrator(Grid,den)
+
+    ALLOCATE(aa(n),bb(n),cc(n),dd(n),stat=i)
+    IF (i/=0) THEN
+       WRITE(6,*) 'Error in allocating arrays in poisson',i,n
+       STOP
+    ENDIF
+
+    DO jr=n,2,-1
+       ir=n-jr+1
+       aa(ir)=den(jr)*Grid%drdu(jr)
+       bb(ir)=den(jr)*Grid%drdu(jr)/Grid%r(jr)
+    END DO
+
+    cc=0.d0
+    cc(5)=aa(n-4);cc(4)=aa(n-3);cc(3)=aa(n-2);cc(2)=aa(n-1)
+    call extrapolate(Grid,cc);aa(n)=cc(1)
+    cc(5)=bb(n-4);cc(4)=bb(n-3);cc(3)=bb(n-2);cc(2)=bb(n-1)
+    call extrapolate(Grid,cc);bb(n)=cc(1)
+
+    cc(1)=0.d0;dd(1)=0.d0
+    DO ir=3,n,2
+       cc(ir)  =cc(ir-2)+h/3.d0*(aa(ir-2)+4.d0*aa(ir-1)+aa(ir))
+       cc(ir-1)=cc(ir-2)+h/3.d0*(1.25d0*aa(ir-2)+2.0d0*aa(ir-1)-0.25d0*aa(ir))
+       dd(ir)  =dd(ir-2)+h/3.d0*(bb(ir-2)+4.d0*bb(ir-1)+bb(ir))
+       dd(ir-1)=dd(ir-2)+h/3.d0*(1.25d0*bb(ir-2)+2.d0*bb(ir-1)-0.25d0*bb(ir))
+    END DO
+    IF (MOD(n,2)==0) THEN
+       cc(n)=cc(n-2)+h/3.d0*(aa(n-2)+4.d0*aa(n-1)+aa(n))
+       dd(n)=dd(n-2)+h/3.d0*(bb(n-2)+4.d0*bb(n-1)+bb(n))
+    END IF
+
+    rv(1)=0.d0
+    DO ir=2,n
+       jr=n-ir+1
+       rv(ir)=2.d0*(dd(jr)*Grid%r(ir)+(cc(n)-cc(jr)))
+    END DO
+
+    !  calculate ecoul
+    aa(1)=0.d0
+    do i=2,n
+     aa(i)=den(i)*rv(i)/Grid%r(i)
+    end do
+    ecoul=0.5d0*integrator(Grid,aa)
+
+    DEALLOCATE(aa,bb,cc,dd)
+
+  END SUBROUTINE poisson_marc
+
+  !********************************************************************
+  !  use Numerov algorithm to solve poisson equation
+  !  for angularly dependent charge distribution of angular momentum l
+  !  den(n) is electron density * (4*pi*r**2) appropriate for l
+  !  rv(n) is returned as electrostatic potential * r
+  !  a(n), b(n), and c(n) are work arrays
+  !********************************************************************
+
+  SUBROUTINE apoisson(Grid,l,irc,den,rv)
+    TYPE (GridInfo), INTENT(IN) :: Grid
+    INTEGER, INTENT(IN) :: l,irc
+    REAL(8), INTENT(IN) :: den(:)
+    REAL(8), INTENT(OUT) :: rv(:)
+
+    INTEGER :: i,j
+    REAL(8) :: angm,r,q,h,h2
+    REAL(8), ALLOCATABLE :: a(:),b(:),c(:)
+
+
+    ALLOCATE(a(irc),b(irc),c(irc),stat=i)
+    IF (i/=0) THEN
+       WRITE(6,*) 'Error in allocating arrays in apoisson ',i,irc
+       STOP
+    ENDIF
+
+    b=den(1:irc)*(Grid%r(1:irc))**L
+    q=integrator(Grid,b,1,irc)/(2*l+1)
+    h=Grid%h
+    WRITE(6,*) 'check l multipole',l,q
+    IF (Grid%type==lineargrid) THEN
+       a=0;b=0; c=0; rv=0
+       DO i=2,irc
+          a(i)=0.2d0*h*den(i)/((i-1))
+       ENDDO
+       DO i=2,irc-1
+          rv(i)=10*a(i)+a(i+1)+a(i-1)
+       ENDDO
+       !  set up Tridiagonal equations
+       a=0; angm=l*(l+1)
+       DO i=2,irc-1
+          IF (i>2) a(i)=-1.2d0+0.1d0*angm/((i-2)**2)
+          c(i)=-1.2d0+0.1d0*angm/((i)**2)
+          b(i)=2.4d0+angm/((i-1)**2)
+       ENDDO
+       a(2)=0
+       IF (l==1) b(2)=b(2)+0.2d0
+       rv(irc)=2*q/(Grid%r(irc)**l)
+       rv(irc-1)=rv(irc-1)-c(irc-1)*rv(irc)
+       c(irc-1)=0;rv(1)=0
+       CALL thomas(irc-2,a(2:irc-1),b(2:irc-1),c(2:irc-1),rv(2:irc-1))
+    ELSEIF (Grid%type==loggrid) THEN
+       a=0;b=0; c=0; rv=0; h2=h*h
+       DO i=2,irc
+          a(i)=0.2d0*h2*Grid%rr02(i)*den(i)/(Grid%pref(i)*Grid%r(i))
+       ENDDO
+       DO i=2,irc-1
+          rv(i)=10*a(i)+a(i+1)+a(i-1)
+       ENDDO
+       !  set up Tridiagonal equations
+       a=0; angm=l*(l+1)
+       DO i=2,irc-1
+          IF (i>2) a(i)=-1.2d0+&
+&              0.1d0*h2*(0.25d0+angm*Grid%rr02(i-1)/Grid%r(i-1)**2)
+          c(i)=-1.2d0+0.1d0*h2*(0.25d0+angm*Grid%rr02(i+1)/Grid%r(i+1)**2)
+          b(i)=2.4d0+h2*(0.25d0+angm*Grid%rr02(i)/Grid%r(i)**2)
+       ENDDO
+       a(2)=0
+       !IF (l==1) b(2)=b(2)+0.2d0*Grid%rr02(1)/(Grid%r(2)**2)  Slight error
+       IF (l==1) b(2)=b(2)+0.2d0*h2*Grid%rr02(1)/(Grid%r(2)**2)
+       rv(irc)=2*q/(Grid%r(irc)**l)/Grid%pref(irc)
+       rv(irc-1)=rv(irc-1)-c(irc-1)*rv(irc)
+       c(irc-1)=0;rv(1)=0
+       CALL thomas(irc-2,a(2:irc-1),b(2:irc-1),c(2:irc-1),rv(2:irc-1))
+       rv(1:irc)=Grid%pref(1:irc)*rv(1:irc)
+    ENDIF
+    !
+    DEALLOCATE(a,b,c)
+  END SUBROUTINE apoisson
+
+  !******************************************************************
+  ! pgm to determine r=0 form of potential assuming that
+  !   nuclear contribution (-2*nz) is not yet included
+  !******************************************************************
+
+  SUBROUTINE zeropot(Grid,rv,v0,v0p)
+    ! extrapolate potential to value at r=0
+    TYPE (GridInfo), INTENT(IN):: Grid
+    REAL(8), INTENT(IN) :: rv(:)    ! Note: rv(1) corresponds to r=0
+    REAL(8), INTENT(OUT) :: v0,v0p
+
+    REAL(8) :: tmp(15),tmp1(15)
+    INTEGER :: i,n
+
+    tmp(2:15)=rv(2:15)/Grid%r(2:15)
+    CALL extrapolate(Grid,tmp(1:15))
+    v0=tmp(1)
+
+    CALL derivative(Grid,tmp(1:15),tmp1(1:15),2,15)
+
+    CALL extrapolate(Grid,tmp1(1:15))
+    v0p=tmp1(1)
+  END SUBROUTINE zeropot
+
+  SUBROUTINE extrapolate(Grid,v)
+    ! extrapolate array v to r=0 at v(1)
+    TYPE (GridInfo), INTENT(IN) :: Grid
+    REAL(8), INTENT(INOUT) :: v(:)  ! assume v(2),v(3)...  given
+
+    !v(1)=v(4)+3.d0*(v(2)-v(3))                         !second order formula
+    !v(1))=4.d0*v(2)-6.d0*v(3)+4.d0*v(4)-v(5)           ! third order formula
+    v(1)=5.d0*v(2)-10.d0*v(3)+10.d0*v(4)-5.d0*v(5)+v(6) ! fourth order formula
+
+  END SUBROUTINE extrapolate
+
+  !*************************************************************
+  ! subroutine forward_numerov(Grid,l,many,energy,rv,zeroval,wfn,nodes)
+  !*************************************************************
+  SUBROUTINE forward_numerov(Grid,l,many,energy,rv,zeroval,wfn,nodes)
+    TYPE (GridInfo), INTENT(IN) :: Grid
+    INTEGER, INTENT(IN) :: l,many
+    REAL(8), INTENT(IN) :: energy,zeroval,rv(:)
+    ! zeroval == lim r-->0 A(r)*P(r)
+    REAL(8), INTENT(INOUT) :: wfn(:)    ! on input wfn(1) and wfn(2) given
+    ! on ouput wfn(i) given for
+    !      i<=many
+    INTEGER, INTENT(OUT) :: nodes
+
+    REAL(8), ALLOCATABLE :: a(:),b(:),p(:)
+    REAL(8) :: xx,angm,h,h2,scale
+    REAL(8), PARAMETER :: vlarg=1.d30
+    INTEGER :: i,j,k,n
+
+    ALLOCATE(a(many),b(many),p(many),stat=i)
+    IF (i/=0) THEN
+       WRITE(6,*) 'Allocation error forward_numerov ', many,i
+       STOP
+    ENDIF
+
+    p(1)=wfn(1)
+    p(2)=wfn(2)
+    xx=zeroval
+    angm=l*(l+1)
+    a=0
+    h=Grid%h;    h2=h*h
+    DO i=2,many
+       a(i)=rv(i)/Grid%r(i)-energy+angm/(Grid%r(i)**2)
+    ENDDO
+    IF (Grid%type==loggrid) THEN
+       p(1:2)=wfn(1:2)/Grid%pref(1:2)
+       xx=Grid%rr02(1)*xx/Grid%pref(1)
+       a=0.25d0+Grid%rr02(1:many)*a
+    ENDIF
+
+    b=2.4d0+h2*a
+    a=1.2d0-0.1d0*h2*a
+    p(3)=(b(2)*p(2)+0.1d0*h2*xx)/a(3)
+
+    nodes=0
+    DO i=4,many
+       p(i)=(b(i-1)*p(i-1)-a(i-2)*p(i-2))/a(i)
+       IF (p(i)*p(i-1) < 0.d0) nodes=nodes+1
+       !renormalize if necessary
+       scale=ABS(p(i))
+       IF (scale > vlarg) THEN
+          scale=1.d0/scale
+          p(1:i)=scale*p(1:i)
+       ENDIF
+    ENDDO
+
+    wfn(1:many)=p(1:many)
+
+    IF (Grid%type==loggrid) THEN
+       wfn(1:many)=wfn(1:many)*Grid%pref(1:many)
+    ENDIF
+
+    DEALLOCATE(a,b,p)
+
+  END SUBROUTINE forward_numerov
+
+  !*************************************************************
+  ! subroutine shifted_forward_numerov(Grid,many,istart,ww,wfn,nodes)
+  !     designed for use with scalar relativistic case in which
+  !       l and energy information is stored in ww
+  !*************************************************************
+  SUBROUTINE shifted_forward_numerov(Grid,many,istart,ww,wfn,nodes)
+    TYPE (GridInfo), INTENT(IN) :: Grid
+    INTEGER, INTENT(IN) :: many,istart
+    REAL(8), INTENT(IN) :: ww(:)
+    REAL(8), INTENT(INOUT) :: wfn(:)    ! on input wfn(1:5) given
+    ! on ouput wfn(i) given for
+    !      i<=many
+    INTEGER, INTENT(OUT) :: nodes
+
+    REAL(8), ALLOCATABLE :: a(:),b(:),p(:)
+    REAL(8) :: xx,angm,h,h2,scale
+    REAL(8), PARAMETER :: vlarg=1.d30
+    INTEGER :: i,j,k,n
+
+    IF (istart>many) THEN
+       WRITE(6,*) 'shifted_forward_numerov:  error istart many',istart,many
+       STOP
+    ENDIF
+    ALLOCATE(a(many),b(many),p(many),stat=i)
+    IF (i/=0) THEN
+       WRITE(6,*) 'Allocation error forward_numerov ', many,i
+       STOP
+    ENDIF
+
+    p(1:istart)=wfn(1:istart)
+    a=0
+    h=Grid%h;    h2=h*h
+    DO i=2,many
+       a(i)=ww(i)
+    ENDDO
+    IF (Grid%type==loggrid) THEN
+       p(1:istart)=wfn(1:istart)/Grid%pref(1:istart)
+       a=0.25d0+Grid%rr02(1:many)*a
+    ENDIF
+
+    b=2.4d0+h2*a
+    a=1.2d0-0.1d0*h2*a
+
+    nodes=0
+    DO i=istart+1,many
+       p(i)=(b(i-1)*p(i-1)-a(i-2)*p(i-2))/a(i)
+       IF (p(i)*p(i-1) < 0.d0) nodes=nodes+1
+       !renormalize if necessary
+       scale=ABS(p(i))
+       IF (scale > vlarg) THEN
+          scale=1.d0/scale
+          p(1:i)=scale*p(1:i)
+       ENDIF
+    ENDDO
+
+    wfn(1:many)=p(1:many)
+
+    IF (Grid%type==loggrid) THEN
+       wfn(1:many)=wfn(1:many)*Grid%pref(1:many)
+    ENDIF
+
+    DEALLOCATE(a,b,p)
+
+  END SUBROUTINE shifted_forward_numerov
+  !**********************************************************************
+  !  pgm to integrate outward the radial schroedinger inhomogeneous equation
+  !    at energy 'energy' and at angular momentum l
+  !    with potential smooth rv/r
+  !        proj/r == inhomogeneous function
+  !     It is assumed that for r~0, proj~~(r**(l+1))*(c0+r**2*c2+...)
+  !       and wfn~C*r**(l+3)*polynomial(r) for r~0;
+  !     Works well for small ranges, but diverges at long range
+  !  uses Noumerov algorithm
+  !*************************************************************************
+  !*************************************************************
+  ! subroutine inhomogeneous_numerov(Grid,l,many,energy,rv,proj,wfn)
+  !*************************************************************
+  SUBROUTINE inhomogeneous_numerov(Grid,l,many,energy,rv,proj,wfn)
+    TYPE (GridInfo), INTENT(IN) :: Grid
+    INTEGER, INTENT(IN) :: l,many
+    REAL(8), INTENT(IN) :: energy,rv(:),proj(:)
+    REAL(8), INTENT(OUT) :: wfn(:)
+    ! initial values of wfn determined from proj(r=0)
+    REAL(8), ALLOCATABLE :: a(:),b(:),c(:),p(:)
+    REAL(8) :: xx,angm,h,h2,scale
+    INTEGER :: i,j,k,n
+    INTEGER :: count=0
+
+    ALLOCATE(a(many),b(many),c(many),p(many),stat=i)
+    IF (i/=0) THEN
+       WRITE(6,*) 'Allocation error forward_numerov ', many,i
+       STOP
+    ENDIF
+
+     !Note for NAWH:  Need to check these initial values....
+
+    a=0
+    a(2:8)=proj(2:8)/(Grid%r(2:8)**(l+1))
+    CALL extrapolate(Grid,a)
+    !write(6,'("extrapolate ",1p,9e15.7)') a(1:8)
+    wfn=0
+    wfn(2)=-a(1)*(Grid%r(2)**(l+3))/(4*l+6.d0)
+
+    p(1)=wfn(1)
+    p(2)=wfn(2)
+    angm=l*(l+1)
+    a=0
+    h=Grid%h;    h2=h*h
+    DO i=2,many
+       a(i)=rv(i)/Grid%r(i)-energy+angm/(Grid%r(i)**2)
+    ENDDO
+    b(1:many)=0.1d0*h2*proj(1:many)
+    IF (Grid%type==loggrid) THEN
+       p(1:2)=wfn(1:2)/Grid%pref(1:2)
+       a=0.25d0+Grid%rr02(1:many)*a
+       b=Grid%rr02(1:many)*b/Grid%pref(1:many)
+    ENDIF
+
+    c=0
+    DO i=2,many-1
+       c(i)=10*b(i)+b(i-1)+b(i+1)
+    ENDDO
+
+    b=2.4d0+h2*a
+    a=1.2d0-0.1d0*h2*a
+    p(3)=(b(2)*p(2)-c(2))/a(3)
+
+    DO i=4,many
+       p(i)=(b(i-1)*p(i-1)-a(i-2)*p(i-2)-c(i-1))/a(i)
+    ENDDO
+
+    wfn(1:many)=p(1:many)
+
+    IF (Grid%type==loggrid) THEN
+       wfn(1:many)=wfn(1:many)*Grid%pref(1:many)
+    ENDIF
+
+    DEALLOCATE(a,b,c,p)
+
+  END SUBROUTINE inhomogeneous_numerov
+
+  !*************************************************************
+  ! subroutine inhomo_bound_numerov(Grid,l,mn,energy,rv,rhs,wfn)
+  !      Assumes that wfn(mn+1)==0
+  !      Method can be unstable due to singularity of matrix inversion
+  !        introduced by homogeneous solution
+  !*************************************************************
+  SUBROUTINE inhomo_bound_numerov(Grid,l,mn,energy,rv,rhs,wfn,phi)
+    TYPE (GridInfo), INTENT(IN) :: Grid
+    INTEGER, INTENT(IN) :: l,mn
+    REAL(8), INTENT(IN) :: energy,rv(:),rhs(:)
+    REAL(8), INTENT(OUT) :: wfn(:)
+    REAL(8), INTENT(IN), OPTIONAL :: phi(:)
+
+    REAL(8), ALLOCATABLE :: a(:),b(:),c(:),p(:)
+    REAL(8) :: xx,angm,h,h2,scale,zeroval,st
+    INTEGER :: i,j,k,n
+
+    ALLOCATE(a(mn-1),b(mn-1),c(mn-1),p(mn-1),stat=i)
+    IF (i/=0) THEN
+       WRITE(6,*) 'Allocation error inhomo_bound_numerov ', mn,i
+       STOP
+    ENDIF
+
+    ! assume wfn(r) ~ r**(l+1) for r->0 for homogeneous solution
+    !
+
+    zeroval=0
+
+    IF (l==0)  zeroval=rv(1)
+    IF (l==1)  zeroval=2
+    st=rv(1)/2; st=st/(l+1)
+
+    angm=l*(l+1)
+    a=0
+    h=Grid%h;    h2=h*h
+    DO i=1,mn-1
+       a(i)=rv(i+1)/Grid%r(i+1)-energy+angm/(Grid%r(i+1)**2)
+    ENDDO
+    b(1:mn-1)=0.1d0*h2*rhs(2:mn)
+    xx=zeroval
+    IF (Grid%type==loggrid) THEN
+       a(1:mn-1)=0.25d0+Grid%rr02(2:mn)*a(1:mn-1)
+       b(1:mn-1)=Grid%rr02(2:mn)*b(1:mn-1)/Grid%pref(2:mn)
+       xx=Grid%rr02(1)*xx/Grid%pref(1)
+    ENDIF
+
+    c=0; c(1)=10*b(1)+b(2); c(mn-1)=10*b(mn-1)+b(mn-2)
+    DO i=2,mn-2
+       c(i)=10*b(i)+b(i-1)+b(i+1)
+    ENDDO
+
+    b=-2.4d0-h2*a   ;
+    ! zero value extrapolation
+    b(1)=b(1)-0.1d0*h2*xx/((Grid%r(2)**(l+1))*(1.d0+st*Grid%r(2)))
+    a=1.2d0-0.1d0*h2*a
+    p=0;p(2:mn-1)=a(1:mn-2)
+    a(1:mn-2)=a(2:mn-1);a(mn-1)=0
+
+    CALL thomas(mn-1,p,b,a,c)
+    wfn=0
+    wfn(2:mn)=c(1:mn-1)
+
+    IF (Grid%type==loggrid) THEN
+       wfn(1:mn)=wfn(1:mn)*Grid%pref(1:mn)
+    ENDIF
+
+    if (present(phi)) then   !  orthogonalize wfn to phi
+       wfn=wfn-phi*overlap(Grid,phi,wfn)/overlap(Grid,phi,phi)
+    endif
+
+    DEALLOCATE(a,b,c,p)
+
+  END SUBROUTINE inhomo_bound_numerov
+
+  !*************************************************************
+  ! subroutine inhomo_numerov_coeff(Grid,l,mn,energy,rv,rhs,a,b)
+  !      Returns coefficients to solve
+  ![   d^2     l(l+1)   rv(r)         ]
+  ![ - ---  +  ------ + ----  -energy ] g(r) =  rhs(r)*(unknown func(r))
+  ![   dr^2      r^2      r           ]
+  !
+  !  coefficients a(i), b(i), etc. indexed to Grid%r(i)
+  !  It is assumed that g(mn)=0 and rhs(mn)=0
+  !*************************************************************
+  SUBROUTINE inhomo_numerov_coeff(Grid,l,mn,energy,rv,rhs,a,b,c,d)
+    TYPE (GridInfo), INTENT(IN) :: Grid
+    INTEGER, INTENT(IN) :: l,mn
+    REAL(8), INTENT(IN) :: energy,rv(:),rhs(:)
+    REAL(8), INTENT(OUT) :: a(:),b(:),c(:),d(:)
+    REAL(8) :: xx,angm,h,h2,scale,zeroval,st
+    INTEGER :: i,j,k,n
+
+    ! assume g(r) ~ r**(l+3) for r->0
+
+    !zeroval=0
+
+    !IF (l==0)  zeroval=rv(1)
+    !IF (l==1)  zeroval=2
+    !st=rv(1)/2; st=st/(l+1)
+
+    angm=l*(l+1)
+    a=0; b=0; c=0;   d=0
+    h=Grid%h;    h2=h*h
+    DO i=2,mn
+       b(i)=rv(i)/Grid%r(i)-energy+angm/(Grid%r(i)**2)
+    ENDDO
+    d(2:mn)=0.1d0*h2*rhs(2:mn)
+    !xx=zeroval
+    IF (Grid%type==loggrid) THEN
+       b(2:mn)=0.25d0+Grid%rr02(2:mn)*b(2:mn)
+       d(2:mn)=Grid%rr02(2:mn)*d(2:mn)/Grid%pref(2:mn)
+       !xx=Grid%rr02(1)*xx/Grid%pref(1)
+    ENDIF
+
+    a(2:mn)=-2.4d0-h2*b(2:mn)   ;
+    ! zero value extrapolation       ! not used
+    !a(2)=a(2)-0.1d0*h2*xx/((Grid%r(2)**(l+1))*(1.d0+st*Grid%r(2)))
+    b(2:mn)=1.2d0-0.1d0*h2*b(2:mn)
+    c(2:mn)=10*d(2:mn)
+    If (Grid%type==loggrid) then
+         a(2:mn)=a(2:mn)/Grid%pref(2:mn)
+         b(2:mn)=b(2:mn)/Grid%pref(2:mn)
+    endif
+
+  END SUBROUTINE inhomo_numerov_coeff
+
+  !*************************************************************
+  ! subroutine inhomo_numerov_SVD(Grid,l,nr,energy,rv,rhs,sol)
+  !      Returns sol(r) for equation
+  ![   d^2     l(l+1)   rv(r)         ]
+  ![ - ---  +  ------ + ----  -energy ] sol(r) =  -rhs(r)
+  ![   dr^2      r^2      r           ]
+  !
+  !  It is assumed that sol(nr)=0 and rhs(nr)=0; in general nr=n
+  !*************************************************************
+  SUBROUTINE inhomo_numerov_SVD(Grid,l,nr,energy,tol,rv,rhs,sol,phi)
+    TYPE (GridInfo), INTENT(IN) :: Grid
+    INTEGER, INTENT(IN) :: l,nr
+    REAL(8), INTENT(IN) :: energy,tol,rv(:),rhs(:)
+    REAL(8), INTENT(OUT) :: sol(:)
+    REAL(8), INTENT(IN), OPTIONAL :: phi(:)
+
+    REAL(8) :: xx,angm,h,h2,scale,zeroval,st
+    INTEGER :: i,j,k,n,ok,nn,LWORK
+    REAL(8), ALLOCATABLE :: a(:),b(:),c(:),d(:)
+    REAL(8), ALLOCATABLE :: MN(:,:),u(:,:),vt(:,:),s(:),work(:)
+    INTEGER, ALLOCATABLE :: iwork(:)
+
+    n=Grid%n;  nn=nr-1; LWORK=8*nn*nn
+    ALLOCATE (a(n),b(n),c(n),d(n),u(nn,nn),vt(nn,nn),s(nn),&
+&        MN(nn,nn),work(LWORK),IWORK(8*nn) )
+
+    ! assume rhs(r) ~ r**(l+3) for r->0
+
+    zeroval=0
+
+    IF (l==0)  zeroval=rv(1)
+    IF (l==1)  zeroval=2
+    st=rv(1)/2; st=st/(l+1)
+
+    angm=l*(l+1)
+    a=0; b=0; c=0;   d=0
+    h=Grid%h;    h2=h*h
+    DO i=2,nr
+       b(i)=rv(i)/Grid%r(i)-energy+angm/(Grid%r(i)**2)
+    ENDDO
+    d(2:nr)=0.1d0*h2*rhs(2:nr)
+    xx=zeroval
+    IF (Grid%type==loggrid) THEN
+       b(2:nr)=0.25d0+Grid%rr02(2:nr)*b(2:nr)
+       d(2:nr)=Grid%rr02(2:nr)*d(2:nr)/Grid%pref(2:nr)
+       xx=Grid%rr02(1)*xx/Grid%pref(1)
+    ENDIF
+
+    a(2:nr)=-2.4d0-h2*b(2:nr)   ;
+    ! zero value extrapolation      ! not used
+    a(2)=a(2)-0.1d0*h2*xx/((Grid%r(2)**(l+1))*(1.d0+st*Grid%r(2)))
+    b(2:nr)=1.2d0-0.1d0*h2*b(2:nr)
+    c=0; c(2)=10*d(2)+d(3); c(nr)=10*d(nr)+d(nr-1);
+    do i=3,nr-1
+       c(i)=10*d(i)+d(i-1)+d(i+1)
+    enddo
+    If (Grid%type==loggrid) then
+         a(2:nr)=a(2:nr)/Grid%pref(2:nr)
+         b(2:nr)=b(2:nr)/Grid%pref(2:nr)
+    endif
+
+    MN=0
+    DO i=1,nn
+       MN(i,i)=a(i+1)
+    ENDDO
+    DO i=1,nn-1
+       MN(i,i+1)=b(i+2)
+    ENDDO
+    DO i=2,nn
+       MN(i,i-1)=b(i)
+    ENDDO
+
+    CALL  dgesdd('A',nn,nn,MN,nn,s,u,nn,vt,nn,work,LWORK,IWORK,ok)
+    !WRITE(6,*) 'dgesdd completed for MN with info = ', ok
+
+    sol=0; scale=tol
+    DO i=1,nn
+          !WRITE(6,*) 'i s = ', i,s(i)
+       IF (s(i)>scale) THEN
+          xx=Dot_Product(c(2:nr),u(:,i))/s(i)
+          sol(2:nr)=sol(2:nr)+xx*vt(i,:)
+       ELSE
+          WRITE(6,*) 'i s = ', i,s(i)
+       ENDIF
+    ENDDO
+
+    if (present(phi)) then   !  orthogonalize sol to phi
+       sol=sol-phi*overlap(Grid,phi,sol)/overlap(Grid,phi,phi)
+    endif
+
+    DEALLOCATE (a,b,c,d,u,vt,s,work,IWORK,MN )
+  END SUBROUTINE inhomo_numerov_SVD
+
+  !*************************************************************
+  ! subroutine inhomo_numerov_SVD_bv(Grid,l,nr,energy,tol,rv,rhs,sol,phi)
+  !      Returns sol(r) for equation
+  ![   d^2     l(l+1)   rv(r)         ]
+  ![ - ---  +  ------ + ----  -energy ] sol(r) =  rhs(r)
+  ![   dr^2      r^2      r           ]
+  !
+  !  It is assumed that sol(nr+1)=is given and sol(r) is determined
+  !      for r<Grid%r(nr)
+  !    rhs(nr+1) is accessed also
+  !*************************************************************
+  SUBROUTINE inhomo_numerov_SVD_bv(Grid,l,nr,energy,tol,rv,rhs,sol,phi)
+    TYPE (GridInfo), INTENT(IN) :: Grid
+    INTEGER, INTENT(IN) :: l,nr
+    REAL(8), INTENT(IN) :: energy,tol,rv(:),rhs(:)
+    REAL(8), INTENT(INOUT) :: sol(:)
+    REAL(8), INTENT(IN), OPTIONAL :: phi(:)
+
+    REAL(8) :: xx,angm,h,h2,scale,zeroval,st
+    INTEGER :: i,j,k,n,ok,nn,LWORK
+    REAL(8), ALLOCATABLE :: a(:),b(:),c(:),d(:)
+    REAL(8), ALLOCATABLE :: MN(:,:),u(:,:),vt(:,:),s(:),work(:)
+    INTEGER, ALLOCATABLE :: iwork(:)
+
+    n=Grid%n;  nn=nr-1; LWORK=8*nn*nn
+    ALLOCATE (a(n),b(n),c(n),d(n),u(nn,nn),vt(nn,nn),s(nn),&
+&        MN(nn,nn),work(LWORK),IWORK(8*nn) )
+
+    If (nr>n-1) then
+       write(6,*) 'Error in inhomo_numerov_SVD_bv ', n,nr
+       stop
+    endif
+
+    IF (l==0)  zeroval=rv(1)
+    IF (l==1)  zeroval=2
+    st=rv(1)/2; st=st/(l+1)
+
+    angm=l*(l+1)
+    a=0; b=0; c=0;   d=0
+    h=Grid%h;    h2=h*h
+    DO i=2,n
+       b(i)=rv(i)/Grid%r(i)-energy+angm/(Grid%r(i)**2)
+    ENDDO
+    d(2:n)=0.1d0*h2*rhs(2:n)
+    xx=zeroval
+    IF (Grid%type==loggrid) THEN
+       b(2:n)=0.25d0+Grid%rr02(2:n)*b(2:n)
+       d(2:n)=Grid%rr02(2:n)*d(2:n)/Grid%pref(2:n)
+       xx=Grid%rr02(1)*xx/Grid%pref(1)
+    ENDIF
+
+    a(2:n)=-2.4d0-h2*b(2:n)   ;
+    ! zero value extrapolation
+    a(2)=a(2)-0.1d0*h2*xx/((Grid%r(2)**(l+1))*(1.d0+st*Grid%r(2)))
+    b(2:n)=1.2d0-0.1d0*h2*b(2:n)
+    c=0; c(2)=10*d(2)+d(3);
+    do i=3,nr
+       c(i)=10*d(i)+d(i-1)+d(i+1)
+    enddo
+    If (Grid%type==loggrid) then
+         a(2:n)=a(2:n)/Grid%pref(2:n)
+         b(2:n)=b(2:n)/Grid%pref(2:n)
+    endif
+    c(nr)=c(nr)-b(nr+1)*sol(nr+1)       ! boundary value
+
+    MN=0
+    DO i=1,nn
+       MN(i,i)=a(i+1)
+    ENDDO
+    DO i=1,nn-1
+       MN(i,i+1)=b(i+2)
+    ENDDO
+    DO i=2,nn
+       MN(i,i-1)=b(i)
+    ENDDO
+
+    CALL  dgesdd('A',nn,nn,MN,nn,s,u,nn,vt,nn,work,LWORK,IWORK,ok)
+    !WRITE(6,*) 'dgesdd completed for MN with info = ', ok
+
+    sol(1:nr)=0; scale=tol
+    DO i=1,nn
+       IF (s(i)>scale) THEN
+          xx=Dot_Product(c(2:nr),u(:,i))/s(i)
+          sol(2:nr)=sol(2:nr)+xx*vt(i,:)
+          !WRITE(6,*) 'i s = ', i,s(i)
+       ELSE
+          WRITE(6,*) 'i s = ', i,s(i)
+       ENDIF
+    ENDDO
+
+    if (present(phi)) then   !  orthogonalize sol to phi
+       sol=sol-phi*overlap(Grid,phi,sol)/overlap(Grid,phi,phi)
+    endif
+
+    DEALLOCATE (a,b,c,d,u,vt,s,work,IWORK,MN )
+  END SUBROUTINE inhomo_numerov_SVD_bv
+
+
+  !*************************************************************
+  ! subroutine inhomo_numerov_SVD_bvm(Grid,l,nr,mult,energy,tol,rv,rhs,sol)
+  !      Returns sol(r) for equation
+  ![   d^2     l(l+1)   rv(r)         ]
+  ![ - ---  +  ------ + ----  -energy ] sol(r) =  rhs(r,i)
+  ![   dr^2      r^2      r           ]
+  !
+  !    for k=1,2, .. mult
+  !  It is assumed that sol(nr+1)=is given and sol(r) is determined
+  !      for r<Grid%r(nr)
+  !    rhs(nr+1) is accessed also
+  !*************************************************************
+  SUBROUTINE inhomo_numerov_SVD_bvm(Grid,l,nr,mult,energy,tol,rv,rhs,sol)
+    TYPE (GridInfo), INTENT(IN) :: Grid
+    INTEGER, INTENT(IN) :: l,nr,mult
+    REAL(8), INTENT(IN) :: energy,tol,rv(:),rhs(:,:)
+    REAL(8), INTENT(INOUT) :: sol(:,:)
+
+    REAL(8) :: xx,angm,h,h2,scale,zeroval,st
+    INTEGER :: i,j,k,n,ok,nn,LWORK
+    REAL(8), ALLOCATABLE :: a(:),b(:),c(:,:),d(:,:)
+    REAL(8), ALLOCATABLE :: MN(:,:),u(:,:),vt(:,:),s(:),work(:)
+    INTEGER, ALLOCATABLE :: iwork(:)
+
+    n=Grid%n;  nn=nr-1; LWORK=8*nn*nn
+    ALLOCATE (a(n),b(n),c(n,mult),d(n,mult),u(nn,nn),vt(nn,nn),s(nn),&
+&        MN(nn,nn),work(LWORK),IWORK(8*nn) )
+
+    If (nr>n-1) then
+       write(6,*) 'Error in inhomo_numerov_SVD_bv ', n,nr
+       stop
+    endif
+
+    IF (l==0)  zeroval=rv(1)
+    IF (l==1)  zeroval=2
+    st=rv(1)/2; st=st/(l+1)
+
+    angm=l*(l+1)
+    a=0; b=0; c=0;   d=0
+    h=Grid%h;    h2=h*h
+    DO i=2,n
+       b(i)=rv(i)/Grid%r(i)-energy+angm/(Grid%r(i)**2)
+    ENDDO
+    d(2:n,:)=0.1d0*h2*rhs(2:n,:)
+    xx=zeroval
+    IF (Grid%type==loggrid) THEN
+       b(2:n)=0.25d0+Grid%rr02(2:n)*b(2:n)
+       do i=1,mult
+          d(2:n,i)=Grid%rr02(2:n)*d(2:n,i)/Grid%pref(2:n)
+       enddo
+       xx=Grid%rr02(1)*xx/Grid%pref(1)
+    ENDIF
+
+    a(2:n)=-2.4d0-h2*b(2:n)   ;
+    ! zero value extrapolation
+    a(2)=a(2)-0.1d0*h2*xx/((Grid%r(2)**(l+1))*(1.d0+st*Grid%r(2)))
+    b(2:n)=1.2d0-0.1d0*h2*b(2:n)
+    c=0; c(2,:)=10*d(2,:)+d(3,:);
+    do i=3,nr
+       c(i,:)=10*d(i,:)+d(i-1,:)+d(i+1,:)
+    enddo
+    If (Grid%type==loggrid) then
+         a(2:n)=a(2:n)/Grid%pref(2:n)
+         b(2:n)=b(2:n)/Grid%pref(2:n)
+    endif
+    c(nr,:)=c(nr,:)-b(nr+1)*sol(nr+1,:)       ! boundary value
+
+    MN=0
+    DO i=1,nn
+       MN(i,i)=a(i+1)
+    ENDDO
+    DO i=1,nn-1
+       MN(i,i+1)=b(i+2)
+    ENDDO
+    DO i=2,nn
+       MN(i,i-1)=b(i)
+    ENDDO
+
+    CALL  dgesdd('A',nn,nn,MN,nn,s,u,nn,vt,nn,work,LWORK,IWORK,ok)
+    !WRITE(6,*) 'dgesdd completed for MN with info = ', ok
+
+    sol(1:nr,:)=0; scale=tol
+    DO i=1,nn
+       IF (s(i)>scale) THEN
+         do j=1,mult
+          xx=Dot_Product(c(2:nr,j),u(:,i))/s(i)
+          sol(2:nr,j)=sol(2:nr,j)+xx*vt(i,:)
+          !WRITE(6,*) 'i s = ', i,s(i)
+         enddo
+       ELSE
+          WRITE(6,*) 'i s = ', i,s(i)
+       ENDIF
+    ENDDO
+
+    DEALLOCATE (a,b,c,d,u,vt,s,work,IWORK,MN )
+  END SUBROUTINE inhomo_numerov_SVD_bvm
+
+
+  !*************************************************************
+  ! subroutine inhomo_bv_numerov(Grid,l,mn,energy,boundaryv,rv,rhs,wfn)
+  !      Assumes that wfn(mn+1)==boundaryv
+  !!!!!!!!!!!!!  Not yet checked!!!!!
+  !*************************************************************
+  SUBROUTINE inhomo_bv_numerov(Grid,l,mn,energy,boundaryv,rv,rhs,wfn)
+    TYPE (GridInfo), INTENT(IN) :: Grid
+    INTEGER, INTENT(IN) :: l,mn
+    REAL(8), INTENT(IN) :: energy,boundaryv,rv(:),rhs(:)
+    REAL(8), INTENT(OUT) :: wfn(:)
+    REAL(8), ALLOCATABLE :: a(:),b(:),c(:),p(:)
+    REAL(8) :: xx,angm,h,h2,scale,zeroval,st,bp,bv
+    INTEGER :: i,j,k,n
+
+    ALLOCATE(a(mn-1),b(mn-1),c(mn-1),p(mn-1),stat=i)
+    IF (i/=0) THEN
+       WRITE(6,*) 'Allocation error inhomo_bound_numerov ', mn,i
+       STOP
+    ENDIF
+
+    ! assume wfn(r) ~ r**(l+1) for r->0
+
+    zeroval=0
+
+    IF (l==0)  zeroval=rv(1)
+    IF (l==1)  zeroval=2
+    st=rv(1)/2; st=st/(l+1)
+
+    angm=l*(l+1)
+    a=0
+    h=Grid%h;    h2=h*h
+    DO i=1,mn-1
+       a(i)=rv(i+1)/Grid%r(i+1)-energy+angm/(Grid%r(i+1)**2)
+    ENDDO
+    bp=rv(mn+1)/Grid%r(mn+1)-energy+angm/(Grid%r(mn+1)**2)
+    bv=boundaryv
+    b(1:mn-1)=0.1d0*h2*rhs(2:mn)
+    xx=zeroval
+    IF (Grid%type==loggrid) THEN
+       a(1:mn-1)=0.25d0+Grid%rr02(2:mn)*a(1:mn-1)
+       bp=0.25d0+Grid%rr02(mn+1)*bp
+       b(1:mn-1)=Grid%rr02(2:mn)*b(1:mn-1)/Grid%pref(2:mn)
+       xx=Grid%rr02(1)*xx/Grid%pref(1)
+       bv=bv/Grid%pref(mn+1)
+    ENDIF
+
+    c=0; c(1)=10*b(1)+b(2); c(mn-1)=10*b(mn-1)+b(mn-2)
+    c(mn-1)=c(mn-1)-(1.2d0-0.1d0*h2*bp)*bv
+    DO i=2,mn-2
+       c(i)=10*b(i)+b(i-1)+b(i+1)
+    ENDDO
+
+    b=-2.4d0-h2*a   ;
+    ! zero value extrapolation
+    b(1)=b(1)-0.1d0*h2*xx/((Grid%r(2)**(l+1))*(1.d0+st*Grid%r(2)))
+    a=1.2d0-0.1d0*h2*a
+    p=0;p(2:mn-1)=a(1:mn-2)
+    a(1:mn-2)=a(2:mn-1);a(mn-1)=0
+
+    CALL thomas(mn-1,p,b,a,c)
+    wfn=0
+    wfn(2:mn)=c(1:mn-1)
+
+    IF (Grid%type==loggrid) THEN
+       wfn(1:mn)=wfn(1:mn)*Grid%pref(1:mn)
+    ENDIF
+
+    DEALLOCATE(a,b,c,p)
+
+  END SUBROUTINE inhomo_bv_numerov
+
+  !*********************************************************
+  ! subroutine backward_numerov(Grid,l,match,energy,rv,wfn)
+  !*********************************************************
+  SUBROUTINE backward_numerov(Grid,l,match,energy,rv,wfn)
+    TYPE (GridInfo), INTENT(IN) :: Grid
+    INTEGER, INTENT(IN) :: l,match
+    REAL(8), INTENT(IN) :: energy,rv(:)
+    REAL(8), INTENT(INOUT) :: wfn(:)    ! on input wfn(n-1) and wfn(n) given
+    ! on ouput wfn(i) given for
+    !      start<=i<=n
+
+    REAL(8), ALLOCATABLE :: a(:),b(:),p(:)
+    REAL(8) :: xx,angm,h,h2,scale
+    REAL(8), PARAMETER :: vlarg=1.d30
+    INTEGER :: i,j,k,n
+
+    n=Grid%n
+    ALLOCATE(a(n),b(n),p(n),stat=i)
+    IF (i/=0) THEN
+       WRITE(6,*) 'Allocation error backward_numerov ', n,i
+       STOP
+    ENDIF
+
+    p(n)=wfn(n)
+    p(n-1)=wfn(n-1)
+    angm=l*(l+1)
+    a=0
+    h=Grid%h;    h2=h*h
+    DO i=match,n
+       a(i)=rv(i)/Grid%r(i)-energy+angm/(Grid%r(i)**2)
+    ENDDO
+    IF (Grid%type==loggrid) THEN
+       p(n-1:n)=p(n-1:n)/Grid%pref(n-1:n)
+       a(match:n)=0.25d0+Grid%rr02(match:n)*a(match:n)
+    ENDIF
+
+    b(match:n)=2.4d0+h2*a(match:n)
+    a(match:n)=1.2d0-0.1d0*h2*a(match:n)
+
+    DO i=n-2,match,-1
+       p(i)=(b(i+1)*p(i+1)-a(i+2)*p(i+2))/a(i)
+       !renormalize if necessary
+       scale=ABS(p(i))
+       IF (scale > vlarg) THEN
+          scale=1.d0/scale
+          p(i:n)=scale*p(i:n)
+       ENDIF
+    ENDDO
+
+    wfn(match:n)=p(match:n)
+
+    IF (Grid%type==loggrid) THEN
+       wfn(match:n)=wfn(match:n)*Grid%pref(match:n)
+    ENDIF
+
+    DEALLOCATE(a,b,p)
+
+  END SUBROUTINE backward_numerov
+
+  ! Subroutine from David Vanderbilt's USPS code, modified by Marc
+  !     Torrent and Francois Jollet, further modified by NAWH
+  !===========================================================================
+  !      subroutine cfdsol(zz,yy,jj1,jj2,mesh)
+  !===========================================================================
+
+  !     routine for solving coupled first order differential equations
+  !
+  !      d yy(x,1)
+  !      ---------   =  zz(x,1,1) * yy(x,1) + zz(x,1,2) * yy(2,1)
+  !         dx
+  !
+  !      d yy(x,2)
+  !      ---------   =  zz(x,2,1) * yy(x,1) + zz(x,2,2) * yy(2,1)
+  !         dx
+  !
+  !
+  !     using fifth order predictor corrector algorithm
+  !
+  !     routine integrates from jj1 to jj2 and can cope with both cases
+  !     jj1 < jj2 and jj1 > jj2.  first five starting values of yy must
+  !     be provided by the calling program.
+
+  SUBROUTINE cfdsol(Grid,zz,yy,jj1,jj2)
+    TYPE(gridinfo), INTENT(IN) :: Grid
+    REAL(8), INTENT(IN):: zz(:,:,:)
+    REAL(8), INTENT(INOUT):: yy(:,:)
+    INTEGER, INTENT(IN)  :: jj1,jj2
+
+
+    REAL(8):: fa(0:5),fb(0:5),abp(1:5),amc(0:4)
+    INTEGER :: isgn,i,j,ip,mesh
+    REAL(8):: arp,brp
+    REAL(8), ALLOCATABLE :: tmpz(:,:,:)
+    REAL(8), PARAMETER :: verylarge=1.d30
+    REAL(8) :: scale
+
+    mesh=SIZE(yy(2,:))
+    !write (6,*) ' in cdfdol with mesh jj1,j22', mesh, jj1,jj2
+    IF (SIZE(zz(2,2,:))/=mesh) THEN
+       WRITE(6,*) 'cfdsol error - incompatible arrays', mesh,SIZE(zz(2,2,:))
+       STOP
+    ENDIF
+    isgn = ( jj2 - jj1 ) / iabs( jj2 - jj1 )
+    IF ( isgn .EQ. + 1 ) THEN
+       IF ( jj1 .LE. 5 .OR. jj2 .GT. mesh ) THEN
+          WRITE(6,10) isgn,jj1,jj2,mesh
+          CALL EXIT(1)
+       ENDIF
+    ELSEIF ( isgn .EQ. - 1 ) THEN
+       IF ( jj1 .GE. ( mesh - 4 ) .OR. jj2 .LT. 1 ) THEN
+          WRITE(6,10) isgn,jj1,jj2,mesh
+          CALL EXIT(1)
+       ENDIF
+    ELSE
+       WRITE(6,10) isgn,jj1,jj2,mesh
+    ENDIF
+
+10  FORMAT(' ***error in subroutine difsol',/,&
+         &' isgn =',i2,' jj1 =',i5,' jj2 =',i5,' mesh =',i5,&
+         &' are not allowed')
+
+    ALLOCATE(tmpz(2,2,mesh))
+    tmpz=zz
+
+    DO i=1,2
+       DO j=1,2
+          tmpz(i,j,:)=tmpz(i,j,:)*Grid%h
+          if (Grid%TYPE==loggrid) tmpz(i,j,1:mesh)=tmpz(i,j,1:mesh)*Grid%drdu(1:mesh)
+       ENDDO
+    ENDDO
+
+    abp(1) = 1901.d0 / 720.d0
+    abp(2) = -1387.d0 / 360.d0
+    abp(3) = 109.d0 / 30.d0
+    abp(4) = -637.d0 / 360.d0
+    abp(5) = 251.d0 / 720.d0
+    amc(0) = 251.d0 / 720.d0
+    amc(1) = 323.d0 / 360.d0
+    amc(2) = -11.d0 / 30.d0
+    amc(3) = 53.d0 / 360.d0
+    amc(4) = -19.d0 / 720.d0
+
+    DO j = 1,5
+       ip = jj1 - isgn * j
+       fa(j) = tmpz(1,1,ip) * yy(1,ip) + tmpz(1,2,ip) * yy(2,ip)
+       fb(j) = tmpz(2,1,ip) * yy(1,ip) + tmpz(2,2,ip) * yy(2,ip)
+    ENDDO
+
+    DO j = jj1,jj2,isgn
+       arp = yy(1,j-isgn)
+       brp = yy(2,j-isgn)
+       IF (ABS(arp)>verylarge.OR.brp>verylarge) THEN
+          scale=1.d0/(ABS(arp)+ABS(brp))
+          arp=arp*scale
+          brp=brp*scale
+          fa(:)=fa(:)*scale; fb(:)=fb(:)*scale
+          yy=yy*scale
+       ENDIF
+       DO  i = 1,5
+          arp = arp + DBLE(isgn) * abp(i) * fa(i)
+          brp = brp + DBLE(isgn) * abp(i) * fb(i)
+       ENDDO
+
+       fa(0) = tmpz(1,1,j) * arp + tmpz(1,2,j) * brp
+       fb(0) = tmpz(2,1,j) * arp + tmpz(2,2,j) * brp
+       yy(1,j) = yy(1,j-isgn)
+       yy(2,j) = yy(2,j-isgn)
+       DO  i = 0,4,1
+          yy(1,j) = yy(1,j) + DBLE(isgn) * amc(i) * fa(i)
+          yy(2,j) = yy(2,j) + DBLE(isgn) * amc(i) * fb(i)
+       ENDDO
+
+       DO i = 5,2,-1
+          fa(i) = fa(i-1)
+          fb(i) = fb(i-1)
+       ENDDO
+       fa(1) = tmpz(1,1,j) * yy(1,j) + tmpz(1,2,j) * yy(2,j)
+       fb(1) = tmpz(2,1,j) * yy(1,j) + tmpz(2,2,j) * yy(2,j)
+    ENDDO
+
+    DEALLOCATE(tmpz)
+  END SUBROUTINE cfdsol
+
+
+  !*********************************************************
+  ! subroutine mod_backward_numerov(Grid,match,ww,wfn)
+  !    version modified for scalar relativistic case when
+  !     l and energy terms represented in array ww
+  !*********************************************************
+  SUBROUTINE mod_backward_numerov(Grid,match,ww,wfn)
+    TYPE (GridInfo), INTENT(IN) :: Grid
+    INTEGER, INTENT(IN) :: match
+    REAL(8), INTENT(IN) :: ww(:)
+    REAL(8), INTENT(INOUT) :: wfn(:)    ! on input wfn(n-1) and wfn(n) given
+    ! on ouput wfn(i) given for
+    !      start<=i<=n
+
+    REAL(8), ALLOCATABLE :: a(:),b(:),p(:)
+    REAL(8) :: xx,angm,h,h2,scale
+    REAL(8), PARAMETER :: vlarg=1.d30
+    INTEGER :: i,j,k,n
+
+    n=Grid%n
+    ALLOCATE(a(n),b(n),p(n),stat=i)
+    IF (i/=0) THEN
+       WRITE(6,*) 'Allocation error backward_numerov ', n,i
+       STOP
+    ENDIF
+
+    p(n)=wfn(n)
+    p(n-1)=wfn(n-1)
+    a=0
+    h=Grid%h;    h2=h*h
+    DO i=match,n
+       a(i)=ww(i)
+    ENDDO
+    IF (Grid%type==loggrid) THEN
+       p(n-1:n)=p(n-1:n)/Grid%pref(n-1:n)
+       a(match:n)=0.25d0+Grid%rr02(match:n)*a(match:n)
+    ENDIF
+
+    b(match:n)=2.4d0+h2*a(match:n)
+    a(match:n)=1.2d0-0.1d0*h2*a(match:n)
+
+    DO i=n-2,match,-1
+       p(i)=(b(i+1)*p(i+1)-a(i+2)*p(i+2))/a(i)
+       !renormalize if necessary
+       scale=ABS(p(i))
+       IF (scale > vlarg) THEN
+          scale=1.d0/scale
+          p(i:n)=scale*p(i:n)
+       ENDIF
+    ENDDO
+
+    wfn(match:n)=p(match:n)
+
+    IF (Grid%type==loggrid) THEN
+       wfn(match:n)=wfn(match:n)*Grid%pref(match:n)
+    ENDIF
+
+    DEALLOCATE(a,b,p)
+
+  END SUBROUTINE mod_backward_numerov
+  !******************************************************************
+  !  subroutine kinetic(Grid,wfn,l,ekin)
+  !       calculates expectation value of kinetic energy for wfn
+  !        with orbital angular momentum l
+  !        wfn == r*radialwfn in Schroedinger Equation
+  !        assumes wfn=(constant)*r^(l+1) at small r
+  !*****************************************************************
+  SUBROUTINE kinetic(Grid,wfn,l,ekin)
+    TYPE (GridInfo), INTENT(IN) :: Grid
+    REAL(8), INTENT(IN) :: wfn(:)
+    INTEGER, INTENT(IN) :: l
+    REAL(8), INTENT(OUT) :: ekin
+
+    REAL(8), ALLOCATABLE :: dfdr(:),arg(:)
+    INTEGER :: i,n
+
+    n=Grid%n
+
+    ALLOCATE(dfdr(n),arg(n),stat=i)
+
+    CALL derivative(Grid,wfn,dfdr)
+
+    arg=0
+    DO i=2,n
+       arg(i)=wfn(i)/Grid%r(i)
+    ENDDO
+
+    DO i=1,n
+       arg(i)=(dfdr(i))**2+(l*(l+1))*(arg(i))**2
+    ENDDO
+
+    ekin=integrator(Grid,arg)
+
+    DEALLOCATE(dfdr,arg)
+  END SUBROUTINE kinetic
+
+  !******************************************************************
+  !  subroutine kinetic_ij(Grid,wfn1,wfn2,l,ekin)
+  !       calculates matrix element  of kinetic energy for wfn1 and wfn2
+  !        with orbital angular momentum l
+  !        wfn == r*radialwfn in Schroedinger Equation
+  !        assumes wfn=(constant)*r^(l+1) at small r
+  !*****************************************************************
+  SUBROUTINE kinetic_ij(Grid,wfn1,wfn2,l,ekin,last)
+    TYPE (GridInfo), INTENT(IN) :: Grid
+    REAL(8), INTENT(IN) :: wfn1(:),wfn2(:)
+    INTEGER, INTENT(IN) :: l
+    REAL(8), INTENT(OUT) :: ekin
+    INTEGER, INTENT(IN), OPTIONAL :: last
+
+    REAL(8), ALLOCATABLE :: dfdr1(:),dfdr2(:),arg1(:),arg2(:)
+    INTEGER :: i,n
+
+    n=Grid%n
+    if (present(last)) n=last
+    if (ABS(wfn1(n)*wfn2(n))> 1.d-8) then
+       write(6,*) 'WARNING in kinetic_ij ',ABS(wfn1(n)*wfn2(n))
+    endif
+    ALLOCATE(dfdr1(n),arg1(n),dfdr2(n),arg2(n),stat=i)
+
+    CALL derivative(Grid,wfn2,dfdr2,1,n)
+    CALL derivative(Grid,wfn1,dfdr1,1,n)
+
+    arg1=0; arg2=0
+    DO i=2,n
+       arg1(i)=wfn1(i)/Grid%r(i)
+       arg2(i)=wfn2(i)/Grid%r(i)
+    ENDDO
+
+    DO i=1,n
+       arg1(i)=(dfdr1(i)*dfdr2(i))+(l*(l+1))*(arg1(i)*arg2(i))
+    ENDDO
+
+    ekin=integrator(Grid,arg1,1,n)
+
+    DEALLOCATE(dfdr1,arg1,dfdr2,arg2)
+  END SUBROUTINE kinetic_ij
+
+  !******************************************************************
+  !  subroutine deltakinetic_ij(Grid,wfn1,wfn2,twfn1,twfn2,l,ekin,last)
+  !       calculates difference matrix element  of kinetic energy for
+  !         all electron functions wfn1 and wfn2
+  !         and pseudo functions twfn1 and twfn2
+  !        with orbital angular momentum l
+  !        wfn == r*radialwfn in Schroedinger Equation
+  !        assumes wfn=(constant)*r^(l+1) at small r
+  !*****************************************************************
+  SUBROUTINE deltakinetic_ij(Grid,wfn1,wfn2,twfn1,twfn2,l,ekin,last)
+    TYPE (GridInfo), INTENT(IN) :: Grid
+    REAL(8), INTENT(IN) :: wfn1(:),wfn2(:),twfn1(:),twfn2(:)
+    INTEGER, INTENT(IN) :: l
+    REAL(8), INTENT(OUT) :: ekin
+    INTEGER, INTENT(IN), OPTIONAL :: last
+
+    REAL(8), ALLOCATABLE :: dfdr1(:),dfdr2(:),arg1(:),arg2(:)
+    REAL(8), ALLOCATABLE :: tdfdr1(:),tdfdr2(:),targ1(:),targ2(:)
+    INTEGER :: i,n
+
+    n=Grid%n
+    if (present(last)) n=last
+    ALLOCATE(dfdr1(n),arg1(n),dfdr2(n),arg2(n),stat=i)
+    ALLOCATE(tdfdr1(n),targ1(n),tdfdr2(n),targ2(n),stat=i)
+
+    CALL derivative(Grid,wfn1,dfdr1,1,n)
+    CALL derivative(Grid,wfn2,dfdr2,1,n)
+    CALL derivative(Grid,twfn1,tdfdr1,1,n)
+    CALL derivative(Grid,twfn2,tdfdr2,1,n)
+
+    arg1=0; arg2=0; targ1=0; targ2=0
+    DO i=2,n
+       arg1(i)=wfn1(i)/Grid%r(i)
+       arg2(i)=wfn2(i)/Grid%r(i)
+       targ1(i)=twfn1(i)/Grid%r(i)
+       targ2(i)=twfn2(i)/Grid%r(i)
+    ENDDO
+
+    DO i=1,n
+       arg1(i)=(dfdr1(i)*dfdr2(i)-tdfdr1(i)*tdfdr2(i))&
+&           +(l*(l+1))*(arg1(i)*arg2(i)-targ1(i)*targ2(i))
+    ENDDO
+
+    ekin=integrator(Grid,arg1,1,n)
+
+    DEALLOCATE(dfdr1,arg1,dfdr2,arg2,tdfdr1,targ1,tdfdr2,targ2)
+  END SUBROUTINE deltakinetic_ij
+  !******************************************************************
+  !******************************************************************
+  !  subroutine altkinetic(Grid,wfn,energy,rv,ekin)
+  !       calculates expectation value of kinetic energy for wfn
+  !        with orbital wfn by integrating
+  !          int(wfn**2 * (energy-rv/r), r=0..rmax)
+  !*****************************************************************
+  SUBROUTINE altkinetic(Grid,wfn,energy,rv,ekin)
+    TYPE (GridInfo), INTENT(IN) :: Grid
+    REAL(8), INTENT(IN) :: wfn(:),rv(:),energy
+    REAL(8), INTENT(OUT) :: ekin
+
+    REAL(8), ALLOCATABLE :: arg(:)
+    INTEGER :: i,n
+
+    n=Grid%n
+
+    ALLOCATE(arg(n),stat=i)
+
+    arg=0
+    DO i=2,n
+       arg(i)=(wfn(i)**2)*(energy-rv(i)/Grid%r(i))
+    ENDDO
+
+    ekin=integrator(Grid,arg)
+
+    DEALLOCATE(arg)
+  END SUBROUTINE altkinetic
+
+  !****************************************************************
+  ! function FindGridIndex(Grid,rpoint)
+  !****************************************************************
+  FUNCTION FindGridIndex(Grid,rpoint)
+    INTEGER :: FindGridIndex
+    TYPE (GridInfo), INTENT(IN) :: Grid
+    REAL(8), INTENT(IN) :: rpoint
+
+    REAL(8) :: r0
+
+    FindGridIndex=0
+    IF (Grid%type==lineargrid) THEN
+       FindGridIndex=rpoint/Grid%h+1
+       IF (Grid%h*(FindGridIndex-1)<rpoint-1.d-10) FindGridIndex=FindGridIndex+1
+    ELSEIF (Grid%type==loggrid) THEN
+       r0=Grid%drdu(1)
+       FindGridIndex=LOG(rpoint/r0+1)/Grid%h+1
+       IF (r0*EXP(Grid%h*(FindGridIndex-1))<rpoint-1.d-10) &
+&           FindGridIndex=FindGridIndex+1
+    ENDIF
+  END FUNCTION FindGridIndex
+
+  !****************
+  ! finite difference second derivative
+  !   based on 5 point formula
+  !   Ref. Engeln-Mullges & Uhlig (1996)
+  !*****************
+  FUNCTION secondderiv(index,f,h)
+    REAL(8) :: secondderiv
+    INTEGER, INTENT(IN) :: index
+    REAL(8), INTENT(IN) :: f(:),h
+
+    INTEGER :: i,n
+
+    n=SIZE(f)
+    secondderiv=0
+
+    if (index==1.and.n>=5) THEN
+       secondderiv=(70*f(1)-208*f(2)+228*f(3)-112*f(4)+22*f(5))/(24*h*h)
+    else if (index==2.and.n>=5) THEN
+       secondderiv=(22*f(1)-40*f(2)+12*f(3)+8*f(4)-2*f(5))/(24*h*h)
+    else if (index>2.and.index<=n-2) THEN
+       secondderiv=-(f(index-2)+f(index+2))/12 + &
+&        4*(f(index-1)+f(index+1))/3 - 5*f(index)/2
+       secondderiv=secondderiv/(h*h)
+    else if (index>=5.and.index==n-1)   THEN
+       secondderiv=(-2*f(n-4)+8*f(n-3)+12*f(n-2)-40*f(n-1)+22*f(n))/(24*h*h)
+    else if (index>=5.and.index==n)   THEN
+       secondderiv=(22*f(n-4)-112*f(n-3)+228*f(n-2)-208*f(n-1)+70*f(n))/(24*h*h)
+    else
+       WRITE(6,*) 'Error in secondderiv', index, SIZE(f)
+       STOP
+    ENDIF
+
+  END FUNCTION secondderiv
+
+
+  !****************
+  ! finite difference first derivative
+  !*****************
+  FUNCTION firstderiv(index,f,h)
+    REAL(8) :: firstderiv
+    INTEGER, INTENT(IN) :: index
+    REAL(8), INTENT(IN) :: f(:),h
+
+    INTEGER :: n
+
+    n=SIZE(f)
+    firstderiv=0
+
+    if (index==1.and.n>=5) THEN
+       firstderiv=(-25*f(1)+48*f(2)-36*f(3)+16*f(4)-3*f(5))/(12*h)
+    else if (index==2.and.n>=5) THEN
+       firstderiv=(-3*f(1)-10*f(2)+18*f(3)-6*f(4)+f(5))/(12*h)
+    else if (index>2.and.index<=n-2) THEN
+       firstderiv=(f(index-2)-8*f(index-1)+8*f(index+1)-f(index+2))/(12*h)
+    else if (index>=5.and.index==n-1)   THEN
+       firstderiv=(-f(n-4)+6*f(n-3)-18*f(n-2)+10*f(n-1)+3*f(n))/(12*h)
+    else if (index>=5.and.index==n)   THEN
+       firstderiv=(3*f(n-4)-16*f(n-3)+36*f(n-2)-48*f(n-1)+25*f(n))/(12*h)
+    else
+       WRITE(6,*) 'Error in firstderiv', index, SIZE(f)
+       STOP
+    ENDIF
+  END FUNCTION firstderiv
+
+
+  !*****************
+  ! Second derivative for general grid
+  !*****************
+
+  FUNCTION Gsecondderiv(Grid,index,g)
+    REAL(8) :: Gsecondderiv
+    TYPE (GridInfo), INTENT(IN) :: Grid
+    INTEGER, INTENT(IN) :: index
+    REAL(8), INTENT(IN) :: g(:)
+
+    REAL(8), ALLOCATABLE :: f(:)
+    INTEGER :: i,n
+
+    Gsecondderiv=0
+
+    IF (Grid%type==lineargrid) THEN
+       Gsecondderiv=secondderiv(index,g,Grid%h)
+    ELSEIF  (Grid%type==loggrid) THEN
+       Gsecondderiv=(secondderiv(index,g,Grid%h)&
+&            -firstderiv(index,g,Grid%h))/Grid%rr02(index)
+    ENDIF
+
+  END FUNCTION Gsecondderiv
+
+
+  !*****************
+  ! First  derivative for general grid
+  !*****************
+
+  FUNCTION Gfirstderiv(Grid,index,g)
+    REAL(8) :: Gfirstderiv
+    TYPE (GridInfo), INTENT(IN) :: Grid
+    INTEGER, INTENT(IN) :: index
+    REAL(8), INTENT(IN) :: g(:)
+
+    REAL(8), ALLOCATABLE :: f(:)
+    INTEGER :: i,n
+
+    Gfirstderiv=0
+
+    IF (Grid%type==lineargrid) THEN
+       Gfirstderiv=firstderiv(index,g,Grid%h)
+    ELSEIF  (Grid%type==loggrid) THEN
+       Gfirstderiv=firstderiv(index,g,Grid%h)/Grid%drdu(index)
+    ENDIF
+
+  END FUNCTION Gfirstderiv
+
+
+  !*****************************************************************
+  ! subroutine reportgrid(Grid,unit)
+  !*****************************************************************
+  SUBROUTINE reportgrid(Grid,unit)
+    TYPE (GridInfo), INTENT(IN) :: Grid
+    INTEGER, INTENT(IN) :: unit
+
+    IF (Grid%type==lineargrid) THEN
+       WRITE(unit,*) ' Radial integration grid is linear '
+       WRITE(unit,'(" h = ", 1p,1e15.7,"   n = ",i9," rmax = ", 1p,1e15.7)')&
+&       Grid%h,Grid%n,Grid%r(Grid%n)
+    ELSEIF (Grid%type==loggrid) THEN
+       WRITE(unit,*) ' Radial integration grid is logarithmic '
+       WRITE(unit,&
+&       '("r0 = ",1p,1E15.7," h = ", 1p,1e15.7,"   n = ",i9," rmax = ", 1p,1e15.7)')&
+&       Grid%drdu(1), Grid%h, Grid%n,Grid%r(Grid%n)
+    ENDIF
+  END SUBROUTINE reportgrid
+
+
+  !******************************************************************
+  ! function gridindex(Grid,r)
+  !******************************************************************
+  FUNCTION gridindex(Grid,r)
+    INTEGER :: gridindex
+    TYPE (GridInfo), INTENT(IN) :: Grid
+    REAL(8), INTENT(IN) :: r
+
+    gridindex=0
+    IF (Grid%type==lineargrid) THEN
+       gridindex=r/Grid%h +0.1d0 +1
+    ELSEIF (Grid%type==loggrid) THEN
+       gridindex=LOG(1.d0+r/Grid%drdu(1))/Grid%h +0.1d0 +1
+    ENDIF
+
+  END FUNCTION gridindex
+
+  !*********************************************************************
+  !  subroutine findh(Z,range,n,hval,r0)
+  !    find hval for fixed number of input grid points n in loggrid case
+  !    assumes form r(i)=(h/Z)*(exp(h*(i-1))-1);   r0=h/Z
+  !*********************************************************************
+   SUBROUTINE findh(Z,range,n,hval,r0)
+     REAL(8), INTENT(IN) :: Z
+     INTEGER, INTENT(IN) :: n
+     REAL(8), INTENT(IN) :: range
+     REAL(8), INTENT(INOUT) :: hval,r0
+
+     REAL(8) :: h0,dh,f,df
+     INTEGER :: i,j,k
+     INTEGER, parameter :: iter=1000
+     REAL(8), parameter :: eps=1.e-15
+     LOGICAL :: success
+
+     h0=hval
+     success=.false.
+     do i=1,iter
+        f=LOG(Z*range/h0+1.d0)/h0
+        df=-f/h0-(Z*range/h0**3)/(Z*range/h0+1.d0)
+        dh=(n-1-f)/df
+        if (ABS(dh)< eps) then
+           success=.true.
+           exit
+        endif
+        if (h0+dh<0.d0) then
+           h0=h0/2
+        else
+           h0=h0+dh
+        endif
+      enddo
+
+      if (.not.success) then
+        write(6,*) 'Warning in findh -- dh > eps ', dh,h0
+      endif
+      hval=h0
+      r0=hval/Z
+
+  end subroutine findh
+
+
+  !*********************************************************************
+  !  subroutine findh_given_r0(Z,range,r0,n,hval)
+  !    find hval for fixed number of input grid points n in loggrid case
+  !    assumes form r(i)=(r0/Z)*(exp(h*(i-1))-1);
+  !*********************************************************************
+   SUBROUTINE findh_given_r0(Z,range,r0,n,hval)
+     INTEGER, INTENT(IN) :: n
+     REAL(8), INTENT(IN) :: Z,range,r0
+     REAL(8), INTENT(INOUT) :: hval
+
+     REAL(8) :: h0,dh,f,df
+     INTEGER :: i,j,k
+
+     hval=log((Z*range/r0 + 1.d0))/(n-1)
+
+  end subroutine findh_given_r0
+
+  !*********************************************************************
+  !  subroutine findh_worse(Z,range,n,hval,r0)
+  !    find hval for fixed number of input grid points n in loggrid case
+  !    assumes form r(i)=(h/(Z**1/3))*(exp(h*(i-1))-1); r0=(h/(Z**1/3)
+  !       Note: this choice of r0 does poor job for some integrals
+  !                    than r0=h/Z
+  !*********************************************************************
+  SUBROUTINE findh_worse(Z,range,n,hval,r0)
+    INTEGER, INTENT(IN) :: Z,n
+    REAL(8), INTENT(IN) :: range
+    REAL(8), INTENT(INOUT) :: hval,r0
+
+    REAL(8) :: h0,dh,f,df,zz
+    INTEGER :: i,j,k
+    INTEGER, PARAMETER :: iter=1000
+    REAL(8), PARAMETER :: eps=1.e-15
+    LOGICAL :: success
+
+    h0=hval;zz=z; zz=zz**(1.d0/3.d0)
+    success=.FALSE.
+    DO i=1,iter
+       f=LOG(zz*range/h0+1.d0)/h0
+       df=-f/h0-(zz*range/h0**3)/(zz*range/h0+1.d0)
+       dh=(n-1-f)/df
+       IF (ABS(dh)< eps) THEN
+          success=.TRUE.
+          EXIT
+       ENDIF
+       IF (h0+dh<0.d0) THEN
+          h0=h0/2
+       ELSE
+          h0=h0+dh
+       ENDIF
+    ENDDO
+
+    IF (.NOT.success) THEN
+       WRITE(6,*) 'Warning in findh -- dh > eps ', dh,h0
+    ENDIF
+    hval=h0; r0=h0/zz
+
+  END SUBROUTINE findh_worse
+
+
+
+  !******************************************************************
+  ! subroutine initgrid(Grid,h,range,r0)
+  !******************************************************************
+  SUBROUTINE InitGrid(Grid,h,range,r0)
+    TYPE (GridInfo), INTENT(INOUT) :: Grid
+    REAL(8), INTENT(IN) :: range
+    REAL(8), INTENT(IN) :: h
+    REAL(8), OPTIONAL, INTENT(IN) :: r0
+
+    INTEGER :: i,n
+
+    IF (PRESENT(r0)) THEN
+
+       Grid%type=loggrid
+       n=LOG(range/r0+1)/h+1
+       Grid%ishift=5
+       IF (r0*(EXP(h*(n-1))-1)<range-1.d-5) n=n+1
+       Grid%h=h
+       Grid%n=n
+       WRITE(6,*) 'InitGrid: -- logarithmic ',n, h,range,r0
+       ALLOCATE(Grid%r(n),Grid%drdu(n),Grid%pref(n),Grid%rr02(n),stat=i)
+       IF (i/=0) THEN
+          WRITE(6,*) 'Allocation error in initgrid ', n,i
+          STOP
+       ENDIF
+       DO i=1,n
+          Grid%r(i)=r0*(EXP(Grid%h*(i-1))-1)
+          Grid%drdu(i)=r0*EXP(Grid%h*(i-1))
+          Grid%pref(i)=r0*EXP(Grid%h*(i-1)/2.d0)
+          Grid%rr02(i)=(Grid%r(i)+r0)**2
+       ENDDO
+    ELSE
+       Grid%type=lineargrid
+       n=range/h+1
+       Grid%ishift=25
+       IF (h*(n-1)<range-1.d-5) n=n+1
+       Grid%n=n
+       Grid%h=h
+       WRITE(6,*) 'InitGrid: -- linear  ', n,h,range
+       ALLOCATE(Grid%r(n),Grid%drdu(n),Grid%pref(n),Grid%rr02(n),stat=i)
+       IF (i/=0) THEN
+          WRITE(6,*) 'Allocation error in initgrid ', n,i
+          STOP
+       ENDIF
+       DO i=1,n
+          Grid%r(i)=(Grid%h*(i-1))
+          Grid%drdu(i)=1.d0
+          Grid%pref(i)=1.d0
+          Grid%rr02(i)=1.d0
+       ENDDO
+    ENDIF
+
+  END SUBROUTINE InitGrid
+
+  !******************************************************************
+  ! subroutine destroygrid(Grid)
+  !******************************************************************
+  SUBROUTINE DestroyGrid(Grid)
+    TYPE (GridInfo), INTENT(INOUT) :: Grid
+    IF (ASSOCIATED(Grid%r)) DEALLOCATE(Grid%r)
+    IF (ASSOCIATED(Grid%drdu)) DEALLOCATE(Grid%drdu)
+    IF (ASSOCIATED(Grid%pref)) DEALLOCATE(Grid%pref)
+    IF (ASSOCIATED(Grid%rr02)) DEALLOCATE(Grid%rr02)
+  END SUBROUTINE DestroyGrid
+
+  !******************************************************************
+  ! subroutine nullifygrid(Grid)
+  !******************************************************************
+  SUBROUTINE NullifyGrid(Grid)
+    TYPE (GridInfo), INTENT(INOUT) :: Grid
+    NULLIFY(Grid%r)
+    NULLIFY(Grid%drdu)
+    NULLIFY(Grid%pref)
+    NULLIFY(Grid%rr02)
+  END SUBROUTINE NullifyGrid
+
+  SUBROUTINE ClassicalTurningPoint(Grid,rv,l,energy,turningpoint)
+    TYPE(GridInfo), INTENT(IN) :: Grid
+    REAL(8), INTENT(IN) :: rv(:)
+    INTEGER, INTENT(IN) :: l
+    REAL(8), INTENT(IN) :: energy
+    INTEGER, INTENT(OUT) :: turningpoint
+
+    INTEGER :: i,n
+    REAL(8), ALLOCATABLE :: v(:)
+
+    n=Grid%n
+    ALLOCATE(v(n), stat=i)
+    IF (i /= 0) THEN
+       WRITE(6,*) 'Allocation error in ClassicalTurningPoint ', i,n
+       STOP
+    ENDIF
+
+    v=0
+    v(2:n)=rv(2:n)/Grid%r(2:n)+l*(l+1)/(Grid%r(2:n)**2)
+
+    turningpoint=n
+    DO i=n,2,-1
+       IF (v(i)<energy) EXIT
+    ENDDO
+    turningpoint=i
+    turningpoint=MIN(turningpoint,FindGridIndex(Grid,10.0d0))
+
+    !write(6,*) 'Found turning point at ', turningpoint, Grid%r(turningpoint)
+
+    DEALLOCATE(v)
+
+  END SUBROUTINE ClassicalTurningPoint
+
+   INTEGER function countnodes(start,finish,wfn,filter)
+      INTEGER, INTENT(IN) :: start,finish
+      REAL(8), INTENT(IN) :: wfn(:)
+      REAL(8), INTENT(IN), OPTIONAL :: filter
+
+      INTEGER :: i,nodes
+      nodes=0
+
+      do i=start+1,finish
+         if (wfn(i)*wfn(i-1)<0.d0) nodes=nodes+1
+         if (PRESENT(filter).and.(abs(wfn(i))+abs(wfn(i-1)))<filter) exit
+      enddo
+
+      countnodes=nodes
+   end function countnodes
+
+!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
+  !  On input:  many functions stored in wfn are orthonormal
+  !     On output, if f is linearly independent, it is orthnormalized and
+  !       stored as wfn(:,many+1) many -> many+1
+!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
+
+  SUBROUTINE gramschmidt(Grid,many,wfn,f)
+    TYPE (GridInfo), INTENT(IN) :: Grid
+    INTEGER, INTENT(IN) :: many
+    REAL(8), INTENT(INOUT) :: wfn(:,:),f(:)
+
+    REAL(8) :: h,x,norm
+    INTEGER :: i,j,k,l,n,irc
+
+    k=Size(f)
+
+    norm=overlap(Grid,f,f,1,k)
+    IF (many>0) THEN
+       DO i=1,many
+          x=overlap(Grid,f,wfn(:,i),1,k)
+          f=f-x*wfn(:,i)
+       ENDDO
+       norm=overlap(Grid,f,f,1,k)
+    ENDIF
+    IF(norm>machine_zero) THEN
+       f=f/SQRT(norm)
+       wfn(:,many+1)=f
+    ELSE
+       write(6,*) '!!!! warning in Gram Schmidt !!!!!!', norm,many
+       stop
+    ENDIF
+
+  END SUBROUTINE gramschmidt
+
+
+    SUBROUTINE Milne(Grid,many,energy,l,ZZ,ve,x,wfn)
+      TYPE (GridInfo), INTENT(IN) :: Grid
+      INTEGER, INTENT(IN) :: l,many,ZZ
+      REAL(8), INTENT(IN) :: energy,ve(:),x(:)   ! ve==Hartree, x=Fock
+      REAL(8), INTENT(INOUT) :: wfn(:)
+
+      REAL(8), allocatable :: z(:),y(:),zp(:),yp(:),A(:),B(:),C(:)
+      REAL(8) :: c0,c1,c2,predy,corry,predz,corrz,err,diff
+      INTEGER :: i,j,k,m,n,it,last
+      INTEGER, parameter :: maxit=10
+
+      diff=machine_precision*1000
+      n=Grid%n
+      if (many.gt.n.or.many.lt.6) then
+            write(6,*) 'Error in Milne == n>many',n,many
+            stop
+      endif
+
+      wfn=0
+      allocate(z(many),y(many),zp(many),yp(many),A(many),B(many),C(many))
+
+   ! Note that must not evaluate effective potential terms at r=0
+      z=0;zp=0;y=0;yp=0;A=0;B=0;C=0
+      c0=1.d0
+      c1=-float(ZZ)/(l+1)
+      C(2:many)=-x(2:many)/(Grid%r(2:many)**(l+1))
+      CALL extrapolate(Grid,C)
+      c2=(C(1)+ve(1)-energy + 2*float(ZZ**2)/(l+1))/(4*l+6)
+      write(6,*) 'coeff', c0,c1,c2
+      do i=1,6
+        y(i)=c0+Grid%r(i)*(c1+Grid%r(i)*c2)
+        yp(i)=c1+2*c2*Grid%r(i)
+        z(i)=yp(i)
+        zp(i)=2*c2
+        write(6,'("init",1p,5e16.7)') Grid%r(i),y(i),yp(i),z(i),zp(i)
+      enddo
+
+      write(6,*) 'Starting iterations with h = ', Grid%h
+      If(Grid%type==loggrid) then
+        zp(1:6)= Grid%drdu(1:6)*(yp(1:6)+Grid%drdu(1:6)*2*c2)
+        yp(1:6)= Grid%drdu(1:6)*yp(1:6)
+        z(1:6)=yp(1:6)
+        A(2:many)=2*(l+1)*Grid%drdu(2:many)/Grid%r(2:many)-1.d0
+        B(2:many)=(energy+2*ZZ/Grid%r(2:many)-ve(2:many))*Grid%rr02(2:many)
+        C(1:many)=C(1:many)*Grid%rr02(1:many)
+      Else
+        A(2:many)=2*(l+1)/Grid%r(2:many)
+        B(2:many)=(energy+2*ZZ/Grid%r(2:many)-ve(2:many))
+      ENDIF
+
+      Do i=6,many-1
+            predy=y(i-5)+0.3d0*Grid%h*(26.d0*yp(i-2) &
+&               + 11.d0*(yp(i)+yp(i-4))-14.d0*(yp(i-1)+yp(i-3)))
+            y(i+1)=predy
+            predz=z(i-5)+0.3d0*Grid%h*(26.d0*zp(i-2) &
+&               + 11.d0*(zp(i)+zp(i-4))-14.d0*(zp(i-1)+zp(i-3)))
+            z(i+1)=predz
+            yp(i+1)=z(i+1)
+            zp(i+1)=C(i+1)-A(i+1)*z(i+1)-B(i+1)*y(i+1)
+         Do it=1,maxit
+            last=it
+            corry=y(i-3)+0.04444444444444444d0*Grid%h*(12*yp(i-1) &
+&               +7.d0*(yp(i+1)+yp(i-3))+32.d0*(yp(i)+yp(i-2)))
+            corrz=z(i-3)+0.04444444444444444d0*Grid%h*(12*zp(i-1) &
+&               +7.d0*(zp(i+1)+zp(i-3))+32.d0*(zp(i)+zp(i-2)))
+            !write(800,'(i5,1p,8e16.7)') it,Grid%r(i), y(i+1),corry,z(i+1),corrz
+            err= abs(corry-y(i+1))+abs(corrz-z(i+1))
+            if (err<diff) exit
+            z(i+1)=corrz
+            y(i+1)=corry
+            yp(i+1)=z(i+1)
+            zp(i+1)=C(i+1)-A(i+1)*z(i+1)-B(i+1)*y(i+1)
+        Enddo
+        !Write(6,*) 'Completed PC ', i,last
+        If (last==maxit) write(6,*) 'Warning from Pred-Corr',i,err
+    Enddo
+    Do i=1,many
+       wfn(i)=(Grid%r(i)**(l+1))*y(i)
+    Enddo
+       wfn(1:many)=wfn(1:many)/wfn(many)
+
+      deallocate(z,y,zp,yp,A,B,C)
+   END SUBROUTINE
+
+  !**********************************************************************
+  !  pgm to integrate outward the radial schroedinger inhomogeneous equation
+  !    at energy 'energy' and at angular momentum l
+  !    with potential smooth rv/r   and inhomogeous contribution rhs
+  !     Assumes wfn(i) is known for 1 <= i <= istart
+  !  uses Noumerov algorithm
+  !*************************************************************************
+  !*************************************************************
+  ! subroutine midrange_numerov(Grid,l,istart,many,energy,rv,rhs,wfn)
+  !*************************************************************
+  SUBROUTINE midrange_numerov(Grid,l,istart,many,energy,rv,rhs,wfn)
+    TYPE (GridInfo), INTENT(IN) :: Grid
+    INTEGER, INTENT(IN) :: l,istart,many
+    REAL(8), INTENT(IN) :: energy,rv(:),rhs(:)
+    REAL(8), INTENT(INOUT) :: wfn(:)
+    ! initial values of wfn determined from proj(r=0)
+    REAL(8), ALLOCATABLE :: a(:),b(:),c(:),p(:)
+    REAL(8) :: xx,angm,h,h2,scale
+    INTEGER :: i,j,k,n
+    INTEGER :: count=0
+
+    ALLOCATE(a(many),b(many),c(many),p(many),stat=i)
+    IF (i/=0) THEN
+       WRITE(6,*) 'Allocation error midrange_numerov ', many,i
+       STOP
+    ENDIF
+
+     !Note   values of a,b,c for i<istart are not used
+
+     if (istart<3) then
+         write(6,*) 'Error in midrange_numerov -- istart < 3 ', istart
+         stop
+     elseif (istart>many-1) then
+         write(6,*) 'Error in midrange_numerov -- istart > many ', istart
+         stop
+     endif
+
+
+    p(1:istart)=wfn(1:istart)
+    angm=l*(l+1)
+    a=0
+    h=Grid%h;    h2=h*h
+    DO i=2,many
+       a(i)=rv(i)/Grid%r(i)-energy+angm/(Grid%r(i)**2)
+    ENDDO
+    b(1:many)=-0.1d0*h2*rhs(1:many)
+    IF (Grid%type==loggrid) THEN
+       p(1:istart)=wfn(1:istart)/Grid%pref(1:istart)
+       a=0.25d0+Grid%rr02(1:many)*a
+       b=Grid%rr02(1:many)*b/Grid%pref(1:many)
+    ENDIF
+
+    c=0
+    DO i=2,many-1
+       c(i)=10*b(i)+b(i-1)+b(i+1)
+    ENDDO
+
+    b=2.4d0+h2*a
+    a=1.2d0-0.1d0*h2*a
+
+    DO i=istart+1,many
+       p(i)=(b(i-1)*p(i-1)-a(i-2)*p(i-2)-c(i-1))/a(i)
+    ENDDO
+
+    wfn(1:many)=p(1:many)
+
+    IF (Grid%type==loggrid) THEN
+       wfn(1:many)=wfn(1:many)*Grid%pref(1:many)
+    ENDIF
+
+    DEALLOCATE(a,b,c,p)
+
+  END SUBROUTINE midrange_numerov
+
+END MODULE gridmod
diff --git a/src/hf_mod.f90 b/src/hf_mod.f90
new file mode 100644
index 0000000..8f7f2cf
--- /dev/null
+++ b/src/hf_mod.f90
@@ -0,0 +1,1414 @@
+MODULE hf_mod
+  USE anderson_driver
+  USE atomdata
+  USE fock
+  USE general_mod
+  USE globalmath
+  USE gridmod
+  USE report_mod
+
+  IMPLICIT NONE
+
+  TYPE HFInfo
+     REAL(8), POINTER :: lmbd(:,:),SumY(:,:),emin(:),emax(:)
+     REAL(8), POINTER :: SumYCV(:,:),SumYVV(:,:),rVxcore(:)
+     INTEGER, POINTER :: lmany(:),lmap(:,:)
+     INTEGER, POINTER :: CSlmany(:),CSlmap(:,:)     !! closed shell blocks
+     INTEGER  :: lmax
+  ENDTYPE HFInfo
+
+  TYPE(HFInfo), TARGET :: HF
+
+  TYPE (Gridinfo) ,PRIVATE, POINTER :: Gridwk
+  TYPE (PotentialInfo) ,PRIVATE, POINTER :: Potwk
+  TYPE (OrbitInfo) ,PRIVATE, POINTER :: Orbitwk
+  TYPE (OrbitInfo) ,PRIVATE, POINTER  :: EigOrbitwk
+  TYPE (FCInfo) ,PRIVATE, POINTER :: FCwk
+  TYPE (SCFInfo) ,PRIVATE, POINTER :: SCFwk
+
+  LOGICAL, PRIVATE :: verboseoutput
+  REAL(8), PRIVATE :: previouserror, currenterror
+  REAL(8), PARAMETER, PRIVATE :: thrsh=1.d-7,tol=1.d-10
+
+CONTAINS
+
+  SUBROUTINE HF_tmp(Gridin,Orbitin,Potin,FCin,SCFin)
+    TYPE(GridInfo) ,TARGET:: Gridin
+    TYPE(OrbitInfo) ,TARGET:: Orbitin
+    TYPE(PotentialInfo) ,TARGET:: Potin
+    TYPE(FCInfo) ,TARGET:: FCin
+    TYPE(SCFInfo) ,TARGET:: SCFin
+
+    Gridwk=>Gridin
+    Orbitwk=>Orbitin
+    Potwk=>Potin
+    FCwk=>FCin
+    SCFwk=>SCFin
+
+  END SUBROUTINE HF_tmp
+
+  SUBROUTINE HF_SCF(scftype,lotsofoutput,Gridin,Orbitin,Potin,FCin,SCFin)
+    CHARACTER(2), INTENT(IN) :: scftype
+    LOGICAL, INTENT(IN) :: lotsofoutput
+    TYPE(GridInfo) ,TARGET:: Gridin
+    TYPE(OrbitInfo) ,TARGET:: Orbitin
+    TYPE(PotentialInfo) ,TARGET:: Potin
+    TYPE(FCInfo) ,TARGET:: FCin
+    TYPE(SCFInfo) ,TARGET:: SCFin
+
+    INTEGER :: i,n,io,icount,ok,loop,lng,l,many,np
+    REAL(8) :: en1,x,ecoul,v0,err
+    REAL(8) :: errv0=1.d-7,errv
+    REAL(8), PARAMETER :: mix=0.4d0
+    LOGICAL :: success,done
+    INTEGER :: nrestart=5,mxloop1=20,mxloop2=100,mxloop=400
+    INTEGER :: firsttime=0
+
+    Gridwk=>Gridin
+    Orbitwk=>Orbitin
+    Potwk=>Potin
+    FCwk=>FCin
+    SCFwk=>SCFin
+
+    verboseoutput=lotsofoutput
+
+    n=Gridwk%n
+    IF (firsttime<1) THEN
+            write(6,*) 'in HF_SCF '; call flush(6);
+       io=Orbitwk%norbit
+       ALLOCATE(HF%lmbd(io,io),HF%SumY(n,io),HF%lmany(io), &
+&           HF%lmap(io,io), HF%emin(io),HF%emax(io),   &
+&           HF%CSlmany(io), HF%CSlmap(io,io),stat=ok)
+       IF (ok /=0 ) THEN
+          WRITE(6,*) 'Error in allocate HFdata ', io,ok
+          STOP
+       ENDIF
+       HF%lmbd=0
+
+       HF%lmax=0
+       DO io=1,Orbitwk%norbit
+          IF (Orbitwk%l(io)>HF%lmax) &
+&              HF%lmax=Orbitwk%l(io)
+          HF%emin(io)=-REAL(Potwk%nz**2)/Orbitwk%np(io)**2
+          HF%emax(io)=-1.d-5
+       ENDDO
+
+       HF%lmap=0
+       DO l=0,HF%lmax
+          HF%lmany(l+1)=0
+          DO io=1,Orbitwk%norbit
+             IF (Orbitwk%l(io)==l) THEN
+                HF%lmany(l+1)=HF%lmany(l+1)+1
+                HF%lmap(l+1,HF%lmany(l+1))=io
+             ENDIF
+          ENDDO
+       ENDDO
+
+       HF%CSlmap=0
+       DO l=0,HF%lmax
+          HF%CSlmany(l+1)=0
+          x=2*(2*l+1)
+          DO io=1,Orbitwk%norbit
+             IF (Orbitwk%l(io)==l.AND.ABS(x-Orbitwk%occ(io))<1.d-5) THEN
+                HF%CSlmany(l+1)=HF%CSlmany(l+1)+1
+                HF%CSlmap(l+1,HF%CSlmany(l+1))=io
+             ENDIF
+          ENDDO
+       ENDDO
+
+       firsttime=1
+    ENDIF
+
+    IF(TRIM(scftype)=='AE'.OR.TRIM(scftype)=='NC') THEN
+       err=1.d10; currenterror=err
+       DO loop=1,mxloop
+          WRITE(6,*) '----loop---- ',loop
+          !IF (err<1.d0) THEN
+          !   DO io=1,Orbitwk%norbit
+          !      CALL Adjustnodes(Gridwk,Orbitwk,io)
+          !   ENDDO
+          !ENDIF
+          previouserror=currenterror
+          CALL  HFIter(mix,tol,err,success,'ALL')
+          IF (success) THEN
+             WRITE(6,*) ' wfn iteration converged ', loop
+             EXIT
+          ENDIF
+       ENDDO
+
+       !DO io=1,Orbitwk%norbit
+       !   CALL Adjustnodes(Gridwk,Orbitwk,io)
+       !ENDDO
+
+       currenterror=1.d10
+       WRITE(6,*) 'Final  iterations '
+       DO loop=1,mxloop
+          previouserror=currenterror
+          WRITE(6,*) '----Last loops---- ',loop
+          CALL  HFIter(mix,tol,err,success,'CLO')
+          IF (success) THEN
+             WRITE(6,*) ' wfn iteration converged ', loop
+             EXIT
+          ENDIF
+       ENDDO
+
+       CALL GetLambda(Gridwk,Orbitwk,Potwk)
+       CALL Total_Energy_Report(SCFwk,6)
+       CALL One_electron_energy_Report(Orbitwk,6)
+       CALL  Report_HF_functions(scftype)
+
+       RETURN
+    END IF
+
+    IF (TRIM(scftype)=='SC') THEN
+       IF(Orbitwk%exctype=='HFV') THEN
+          io=Orbitwk%norbit
+          ALLOCATE(HF%SumYVV(n,io),HF%SumYCV(n,io),HF%rVxcore(n))
+          CALL HFVterms(Gridwk,Orbitwk,FCwk)
+          CALL Get_FCEnergy_HFV(Gridwk,Potwk,Orbitwk,FCwk,SCFwk)
+          CALL Total_FCEnergy_Report(SCFwk,6)
+       ELSE
+          CALL GetLambda(Gridwk,Orbitwk,Potwk,FCwk,SCFwk)
+          CALL Total_Energy_Report(SCFwk,6)
+          CALL Total_FCEnergy_Report(SCFwk,6)
+          CALL One_electron_energy_Report(Orbitwk,6)
+       ENDIF
+       CALL  Report_HF_functions(scftype)
+
+       RETURN
+    ENDIF
+
+    IF (TRIM(scftype)=='FC') THEN
+       currenterror=1.d10;
+       DO loop=1,mxloop
+          WRITE(6,*) '----FC loops---- ',loop
+          !DO io=1,Orbitwk%norbit
+          !   IF (.NOT.Orbitwk%iscore(io)) CALL Adjustnodes(Gridwk,Orbitwk,io)
+          !ENDDO
+          previouserror=currenterror
+          if (Orbitwk%exctype=='HF') then
+             CALL  HFFCIter(mix,tol,err,success)
+          elseif (Orbitwk%exctype=='HFV') then
+             CALL  HFVFCIter(mix,tol,err,success)
+          endif
+          IF (success) THEN
+             WRITE(6,*) ' wfn iteration converged ', loop
+             EXIT
+          ENDIF
+       ENDDO
+       DO loop=1,mxloop
+          WRITE(6,*) '----FC loops again ---- ',loop
+          previouserror=currenterror
+          if (Orbitwk%exctype=='HF') then
+             CALL  HFFCIter(mix,tol,err,success)
+          elseif (Orbitwk%exctype=='HFV') then
+             CALL  HFVFCIter(mix,tol,err,success)
+          endif
+          IF (success) THEN
+             WRITE(6,*) ' wfn iteration converged ', loop
+             EXIT
+          ENDIF
+       ENDDO
+       !CALL GetLambda(Gridwk,Orbitwk,Potwk,FCwk,SCFwk)
+       !CALL Total_Energy_Report(SCFwk,6)
+       !CALL Total_FCEnergy_Report(SCFwk,6)
+       !CALL One_electron_energy_Report(Orbitwk,6)
+       CALL  Report_HF_functions(scftype)
+
+       RETURN
+    END IF
+
+
+  END SUBROUTINE HF_SCF
+
+!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
+!!!!  HFIter
+!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
+  SUBROUTINE HFIter(mix,tol,err,success,whichtype)
+    REAL(8), INTENT(IN) :: mix,tol
+    REAL(8), INTENT(OUT) :: err
+    LOGICAL, INTENT(OUT) :: success
+    CHARACTER(3), INTENT(IN) :: whichtype
+
+    TYPE(GridInfo) ,POINTER:: Grid
+    TYPE(OrbitInfo) ,POINTER:: Orbit
+    TYPE(PotentialInfo) ,POINTER:: Pot
+
+
+    INTEGER :: i,j,k,n,io,jo,lng,icount,many,lmax,l,norbit,iter,nodes,irmax
+    REAL(8) :: ecoul,v0,accum,val,en,x
+    REAL(8), POINTER :: r(:),rv(:),lmbd(:,:)
+    REAL(8),ALLOCATABLE :: res(:),dum(:)
+    INTEGER:: fcount=0
+    INTEGER:: mxiter=20
+    TYPE (OrbitInfo) :: tmpOrbit
+    CHARACTER(4) :: stuff
+    REAL(8), PARAMETER :: threshold=1.d-8, fixenergy=0.01d0,Rmax=10.d0
+
+    Grid=>Gridwk
+    Orbit=>Orbitwk
+    Pot=>Potwk
+
+    success=.FALSE.
+    CALL ORTHONORMALIZE(Grid,Orbit)
+    CALL CopyOrbit(Orbit,tmpOrbit)
+    r=>Grid%r
+    rv=>Pot%rv
+    lmbd=>HF%lmbd
+    norbit=Orbit%norbit
+    n=Grid%n
+    ALLOCATE(res(n),dum(n))
+    irmax=FindGridIndex(Grid,Rmax)
+    lmax=MAXVAL(Orbit%l)
+
+    write(6,*) 'Before HFDiag '; call flush(6)
+    CALL HFDiag(Grid,Orbit,Pot,whichtype)
+    write(6,*) 'After HFDiag '; call flush(6)
+    CALL Total_Energy_Report(SCFwk,6)
+    CALL One_electron_energy_Report(Orbit,6)
+
+    ! Solve inhomogeneous diffeq. and store result in tmpOrbit
+    rv=Pot%rvn+Pot%rvh
+    err=0
+    DO io=1,norbit
+       l=Orbit%l(io)
+       res=0
+       res(2:n)=-HF%SumY(2:n,io)/r(2:n)
+       DO jo=1,norbit
+          IF (jo==io.OR.(Orbit%l(jo)==l.AND.Orbit%occ(jo)>threshold)) THEN
+             res=res+lmbd(jo,io)*Orbit%wfn(:,jo)
+          ENDIF
+       ENDDO
+       CALL extrapolate(Grid,res)
+       en=Orbit%eig(io)
+       !IF((Orbit%occ(io)>threshold).AND.(en>HF%emax(io).OR.en<HF%emin(io)))THEN
+       IF(en>HF%emax(io).OR.en<HF%emin(io))THEN
+          en=(HF%emin(io)+HF%emax(io))/2
+          if (io>1) then
+             if (Orbit%l(io)==Orbit%l(io-1)) then
+                 en=Orbit%eig(io-1)+0.1d0
+             endif
+          endif
+          WRITE(6,*) 'wARNING -- en reset ', Orbit%eig(io),en
+       ENDIF
+       x=en
+       do iter=1,mxiter
+          dum=-(res-x*Orbit%wfn(:,io))
+          tmpOrbit%wfn(:,io)=0.d0
+          CALL inhomo_bound_numerov(Grid,l,n,x,rv,dum,tmpOrbit%wfn(:,io))
+          j=countnodes(2,irmax,tmpOrbit%wfn(:,io))
+          nodes=Orbit%np(io)-Orbit%l(io)-1
+          if (x>0.or.nodes==j)exit
+          if (j>nodes)x=x-fixenergy
+          if (j<nodes)x=x+fixenergy
+          write(6,*) 'Rerunning inhomo with x = ',&
+&                 x,j,nodes
+       enddo
+       dum=(Orbit%wfn(:,io)-tmpOrbit%wfn(:,io))**2
+       err=err+Orbit%occ(io)*Integrator(Grid,dum)
+    ENDDO
+
+    WRITE(6,*) 'COmpleted iter ', fcount,err
+    SCFwk%delta=err; SCFwk%iter=fcount; currenterror=err
+
+   ! CALL mkname(fcount,stuff)
+   ! OPEN (unit=1001,file='hfwfn.'//TRIM(stuff),form='formatted')
+   ! DO i=1,n
+   !    WRITE(1001,'(1p,60E15.7)') Grid%r(i),(Orbit%wfn(i,io),&
+   !&        tmpOrbit%wfn(i,io),io=1,norbit)
+   ! ENDDO
+   ! CLOSE(1001)
+
+   ! OPEN (unit=1001,file='pot.'//TRIM(stuff),form='formatted')
+   ! DO i=1,n
+   !    WRITE(1001,'(1p,60E15.7)') Grid%r(i),Pot%rv(i),Pot%rvh(i),Orbit%den(i)
+   ! ENDDO
+   ! CLOSE(1001)
+
+    ! update wfn if tolerance not satisfied
+    IF (err>tol.AND.ABS(err-previouserror)>tol) THEN
+       val=1.d0-mix
+       WRITE(6,*) 'mixing wfns ', val
+       DO io=1,norbit
+          Orbit%wfn(:,io)=val*Orbit%wfn(:,io)+mix*tmpOrbit%wfn(:,io)
+       ENDDO
+       CALL ORTHONORMALIZE(Grid,Orbit)
+    ELSE
+       success=.TRUE.
+    ENDIF
+
+    fcount=fcount+1
+
+    DEALLOCATE(res,dum)
+    CALL  DestroyOrbit(tmpOrbit)
+
+  END  SUBROUTINE HFIter
+
+!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
+  !  On input, Orbit contains orthonormal wfns
+  !    Orthonormality is not checked, but it is essential
+  !     On output, wfns are "rotated" so that lambda is diagonal within closed
+  !              shell blocks diagonal
+  !      Pot%rvh, Pot$rv, and HF%SumY are updated
+!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
+
+  SUBROUTINE HFDiag(Grid,Orbit,Pot,whichtype)
+    TYPE(GridInfo) ,INTENT(IN):: Grid
+    TYPE(OrbitInfo) ,INTENT(INOUT):: Orbit
+    TYPE(PotentialInfo) ,INTENT(INOUT):: Pot
+    CHARACTER(3), INTENT(IN) :: whichtype
+
+    INTEGER :: i,j,k,n,io,jo,lng,icount,many,lmax,l,norbit,iter,lwork
+    REAL(8) :: ecoul,v0,accum,val,en,x
+    REAL(8), POINTER :: r(:),rv(:),lmbd(:,:)
+    INTEGER, POINTER :: lmany(:),lmap(:,:)
+    REAL(8),ALLOCATABLE :: A(:,:),w(:),work(:)
+    INTEGER:: fcount=0
+    TYPE (OrbitInfo) :: tmpOrbit
+    CHARACTER(4) :: stuff
+
+    r=>Grid%r
+    rv=>Pot%rv
+    lmbd=>HF%lmbd
+    norbit=Orbit%norbit;lwork=norbit**2+10
+    n=Grid%n
+    CALL CopyOrbit(Orbit,tmpOrbit)
+
+
+    ALLOCATE(A(norbit,norbit),w(norbit),work(lwork))
+
+    IF (whichtype=="ALL") THEN
+       lmany=>HF%lmany
+       lmap=>HF%lmap
+    ELSE IF (whichtype=="CLO") THEN
+       lmany=>HF%CSlmany
+       lmap=>HF%CSlmap
+    ELSE
+       WRITE(6,*) 'Error in HFDiag no matching type ', whichtype
+       STOP
+    ENDIF
+
+    WRITE(6,*) ' Beginning HFDiag with fcount ', fcount
+    CALL GetLambda(Grid,Orbit,Pot)
+
+!!! now done in GetLambda
+    !DO io=1,norbit
+    !   Orbit%eig(io)=HF%lmbd(io,io)
+    !ENDDO
+    !  Change  blocks of lmbd:
+    lmax=MAXVAL(Orbit%l)
+    DO l=0,lmax
+       A=0;w=0;work=0
+       k=lmany(l+1)
+       WRITE(6,*) 'l k ', l,k
+       IF(k>1) THEN
+          DO i=1,k
+             DO j=1,k
+                A(i,j)=0.5d0*lmbd(lmap(l+1,i),lmap(l+1,j)) &
+&                    +0.5d0*lmbd(lmap(l+1,j),lmap(l+1,i))
+             ENDDO
+          ENDDO
+          CALL dsyev('V','U',k,A,norbit,w,work,lwork,i)
+          WRITE(6,*) 'returning form dsyev with info = ',i
+          DO i=1,k
+             WRITE(6,'(i5,2x,1p,15e15.7)') i,(A(i,j),j=1,k)
+          ENDDO
+          DO i=1,k
+             io=lmap(l+1,i)
+             WRITE(6,'("l,i,io, eig = ",3i5,2x,1p,5E15.7)')  l,i,io,w(i)
+             Orbit%eig(io)=w(i)
+             Orbit%wfn(:,io)=0.d0
+             DO j=1,k
+                jo=lmap(l+1,j)
+                Orbit%wfn(:,io)=Orbit%wfn(:,io)+ &
+&                    A(j,i)*tmpOrbit%wfn(:,jo)
+             ENDDO
+          ENDDO
+       ENDIF
+    ENDDO   ! l
+    CALL ORTHONORMALIZE(Grid,Orbit)
+    DO io=1,norbit
+       CALL ADJUSTSIGN(Orbit%wfn(:,io),3)
+    ENDDO
+
+    CALL GetLambda(Grid,Orbit,Pot)
+
+    WRITE(6,*) 'Checking orthonormality'
+    DO io=1,norbit
+       DO jo=1,norbit
+          IF (Orbit%l(io)==Orbit%l(jo)) THEN
+             WRITE(6,*) io,jo,&
+&                 overlap(Grid,Orbit%wfn(:,io),Orbit%wfn(:,jo))
+          ENDIF
+       ENDDO
+    ENDDO
+    WRITE(6,*) ' Ending HFDiag with fcount ', fcount; call flush(6)
+
+    fcount=fcount+1
+    CALL DestroyOrbit(tmpOrbit)
+    DEALLOCATE(A,w,work)
+
+  END SUBROUTINE HFDiag
+
+  SUBROUTINE GetLambda(Grid,Orbit,Pot,FC,SCF)
+    TYPE(GridInfo) ,INTENT(IN):: Grid
+    TYPE(OrbitInfo) ,INTENT(INOUT):: Orbit
+    TYPE(PotentialInfo) ,INTENT(INOUT):: Pot
+    !REAL(8), INTENT(OUT) :: SumY(:,:),lmbd(:,:)
+    TYPE(FCInfo), INTENT(INOUT), OPTIONAL,TARGET :: FC
+    TYPE(SCFInfo), INTENT(INOUT), OPTIONAL,TARGET :: SCF
+
+    INTEGER :: i,j,k,n,io,jo,lng,icount,many,l,norbit
+    REAL(8) :: ecoul,v0,accum,val,en,x,y,t1,t2,t3
+    REAL(8), POINTER :: r(:),rv(:)
+    REAL(8),ALLOCATABLE :: res(:),dum(:)
+    INTEGER :: counter=0
+    REAL(8), POINTER :: SumY(:,:),lmbd(:,:)
+    TYPE(FCInfo), POINTER :: FCloc
+    TYPE(SCFInfo), POINTER :: SCFloc
+
+    SumY=>HF%SumY
+    lmbd=>HF%lmbd
+
+    IF(PRESENT(FC)) THEN
+       FCloc=>FC
+    ELSE
+       FCloc=>FCwk
+    ENDIF
+    IF(PRESENT(SCF)) THEN
+       SCFloc=>SCF
+    ELSE
+       SCFloc=>SCFwk
+    ENDIF
+    SCFloc%eone=0;   SCFloc%ekin=0; SCFloc%estatic=0;    SCFloc%ecoul=0
+    SCFloc%eexc=0;   SCFloc%etot=0
+    SCFloc%valekin=0; SCFloc%valecoul=0; SCFloc%valeexc=0;   SCFloc%evale=0
+    SumY=0.d0; lmbd=0.d0
+    r=>Grid%r
+    norbit=Orbit%norbit
+    n=Grid%n
+    ALLOCATE(res(n),dum(n))
+
+    !  recalculate electron density
+    Orbit%den=0
+    DO io=1,Orbit%norbit
+       Orbit%den=Orbit%den+Orbit%occ(io)*Orbit%wfn(:,io)**2
+    ENDDO
+
+    IF (frozencorecalculation) THEN
+       FCloc%valeden=0
+       DO io=1,Orbit%norbit
+          IF (.NOT.Orbit%iscore(io)) THEN
+             FCloc%valeden=FCloc%valeden+Orbit%occ(io)*Orbit%wfn(:,io)**2
+          ENDIF
+       ENDDO
+    ENDIF
+
+
+    dum=0; dum(2:n)=Pot%rvn(2:n)*Orbit%den(2:n)/r(2:n)
+    SCFloc%estatic=integrator(Grid,dum)
+    CALL poisson(Grid,Pot%q,Orbit%den,Pot%rvh,ecoul,v0) ;Pot%v0=v0
+    SCFloc%ecoul=ecoul ; SCFloc%estatic=SCFloc%estatic+SCFloc%ecoul
+    Pot%rv=Pot%rvn+Pot%rvh
+    IF (frozencorecalculation) THEN
+       CALL poisson(Grid,x,FCloc%valeden,dum,val,y)
+       dum(1)=0;dum(2:n)=(Pot%rvn(2:n)*FCloc%valeden(2:n)+&
+&           dum(2:n)*FCloc%coreden(2:n))/r(2:n)
+       SCFloc%valecoul=integrator(Grid,dum)+val
+    ENDIF
+
+    lmbd=0
+    IF(frozencorecalculation) THEN
+       CALL Get_Energy_EXX_VC(Grid,Orbit,x)
+       CALL Get_Energy_EXX_VV(Grid,Orbit,y)
+       WRITE(6,*) '--EXX_VC = ',x,'--EXX_VV = ',y
+       SCFloc%valeexc=x+y
+       CALL Get_Energy_EXX(Grid,Orbit,x)
+       SCFloc%eexc=x
+    ELSE
+       CALL Get_Energy_EXX(Grid,Orbit,x)
+       SCFloc%eexc=x
+    ENDIF
+
+    WRITE(6,*) 'Checking Lambda '
+    DO io=1,norbit
+       CALL Calc_dexdphi_io(Grid,Orbit,io,sumY(:,io));l=Orbit%l(io)
+       res(2:n)=sumY(2:n,io)/r(2:n); res(1)=0.d0
+       DO jo=1,norbit
+          IF (Orbit%l(io)==Orbit%l(jo)) THEN
+             x=0
+             CALL kinetic_ij(Grid,Orbit%wfn(:,io),Orbit%wfn(:,jo),&
+&                 Orbit%l(io),y)
+             x=x+y ;t1=y
+             IF(io==jo) THEN
+                SCFloc%ekin=SCFloc%ekin+Orbit%occ(io)*y
+                IF(frozencorecalculation.AND..NOT.Orbit%iscore(io)) THEN
+                   SCFloc%valekin=SCFloc%valekin+Orbit%occ(io)*y
+                ENDIF
+             ENDIF
+             dum=Pot%rv*Orbit%wfn(:,io)*Orbit%wfn(:,jo)
+             dum(2:n)=dum(2:n)/r(2:n); dum(1)=0
+             x=x+integrator(Grid,dum); t2=integrator(Grid,dum)
+             x=x+overlap(Grid,Orbit%wfn(:,jo),res)
+             t3=overlap(Grid,Orbit%wfn(:,jo),res)
+             WRITE(6,'("CHK lmbdD  ",3i5,2x,1p,5e15.7)') l,jo,io,x,t1,t2,t3
+             lmbd(jo,io)=x
+          ENDIF
+       ENDDO
+    ENDDO
+
+    DO io=1,norbit
+       DO jo=1,norbit
+          WRITE(6,'("CHK lmbdagain ", 2i5,1Pe15.7)') io,jo,lmbd(io,jo)
+       ENDDO
+    ENDDO
+    DO io=1,norbit
+       Orbit%eig(io)=lmbd(io,io)
+       SCFloc%eone=SCFloc%eone+Orbit%occ(io)*Orbit%eig(io)
+    ENDDO
+
+    SCFloc%etot=SCFloc%ekin+SCFloc%estatic+SCFloc%eexc
+    SCFloc%evale=SCFloc%valekin+SCFloc%valecoul+SCFloc%valeexc
+    DEALLOCATE(res,dum)
+  END SUBROUTINE GetLambda
+
+  SUBROUTINE hf_energy_only(Grid,Orbit,Pot,SCF)
+    TYPE(GridInfo) ,INTENT(IN):: Grid
+    TYPE(OrbitInfo) ,INTENT(IN):: Orbit
+    TYPE(PotentialInfo) ,INTENT(INOUT):: Pot
+    TYPE(SCFInfo), INTENT(INOUT) :: SCF
+
+
+    INTEGER :: i,j,k,n,io,jo,lng,icount,many,l,norbit
+    REAL(8) :: ecoul,v0,accum,val,en,x,y,t1,t2,t3
+    REAL(8), POINTER :: r(:)
+    REAL(8),ALLOCATABLE :: res(:),dum(:),den(:),coreden(:)
+
+    SCF%eone=0;   SCF%ekin=0; SCF%estatic=0;    SCF%ecoul=0
+    SCF%eexc=0;   SCF%etot=0
+    SCF%valekin=0; SCF%valecoul=0; SCF%valeexc=0;   SCF%evale=0
+
+    n=Grid%n
+    r=>Grid%r
+    allocate(res(n),dum(n),den(n),coreden(n))
+
+    !  recalculate electron density
+    den=0; coreden=0
+    DO io=1,Orbit%norbit
+       den=den+Orbit%occ(io)*Orbit%wfn(:,io)**2
+       If (frozencorecalculation.AND.Orbit%iscore(io)) then
+           coreden=coreden+Orbit%occ(io)*Orbit%wfn(:,io)**2
+       endif
+    ENDDO
+
+    dum=0; dum(2:n)=Pot%rvn(2:n)*Orbit%den(2:n)/r(2:n)
+    SCF%estatic=integrator(Grid,dum)
+    CALL poisson(Grid,x,Orbit%den,dum,ecoul,v0)  ; Pot%v0=v0
+    SCF%ecoul=ecoul ; SCF%estatic=SCF%estatic+SCF%ecoul
+    IF (frozencorecalculation) THEN
+       CALL poisson(Grid,x,coreden,dum,val,y)
+       dum(1)=0;dum(2:n)=Pot%rvn(2:n)*coreden(2:n)/r(2:n)
+       SCF%valecoul=SCF%estatic-(integrator(Grid,dum)+y)
+    ENDIF
+
+    IF(frozencorecalculation) THEN
+       CALL Get_Energy_EXX_VC(Grid,Orbit,x)
+       CALL Get_Energy_EXX_VV(Grid,Orbit,y)
+       WRITE(6,*) '--EXX_VC = ',x,'--EXX_VV = ',y
+       SCF%valeexc=x+y
+       CALL Get_Energy_EXX(Grid,Orbit,x)
+       SCF%eexc=x
+    ELSE
+       CALL Get_Energy_EXX(Grid,Orbit,x)
+       SCF%eexc=x
+    ENDIF
+
+    Do io=1,Orbit%norbit
+       l=Orbit%l(io)
+       CALL kinetic_ij(Grid,Orbit%wfn(:,io),Orbit%wfn(:,io),l,y)
+       SCF%ekin=SCF%ekin+Orbit%occ(io)*y
+       if(frozencorecalculation.and..not.Orbit%iscore(io))  &
+&            SCF%valekin=SCF%valekin+Orbit%occ(io)*y
+    enddo
+
+    CALL Total_Energy_Report(SCF,6)
+    if (frozencorecalculation) CALL Total_FCEnergy_Report(SCF,6)
+
+    deallocate(res,dum,den)
+  END SUBROUTINE hf_energy_only
+
+  SUBROUTINE GetLambdaHFV(Grid,Orbit,Pot,FC,SCF)
+    TYPE(GridInfo) ,INTENT(IN):: Grid
+    TYPE(OrbitInfo) ,INTENT(INOUT):: Orbit
+    TYPE(PotentialInfo) ,INTENT(INOUT):: Pot
+    !REAL(8), INTENT(OUT) :: SumY(:,:),lmbd(:,:)
+    TYPE(FCInfo), INTENT(INOUT), OPTIONAL,TARGET :: FC
+    TYPE(SCFInfo), INTENT(INOUT), OPTIONAL,TARGET :: SCF
+
+    INTEGER :: i,j,k,n,io,jo,lng,icount,many,l,norbit
+    REAL(8) :: ecoul,v0,accum,val,en,x,y,z,t1,t2,t3
+    REAL(8), POINTER :: r(:),rv(:)
+    REAL(8),ALLOCATABLE :: res(:),dum(:)
+    INTEGER :: counter=0
+    REAL(8), POINTER :: SumY(:,:),lmbd(:,:)
+    TYPE(FCInfo), POINTER :: FCloc
+    TYPE(SCFInfo), POINTER :: SCFloc
+
+    lmbd=>HF%lmbd
+
+    IF(PRESENT(FC)) THEN
+       FCloc=>FC
+    ELSE
+       FCloc=>FCwk
+    ENDIF
+    IF(PRESENT(SCF)) THEN
+       SCFloc=>SCF
+    ELSE
+       SCFloc=>SCFwk
+    ENDIF
+    SCFloc%eone=0;   SCFloc%ekin=0; SCFloc%estatic=0;    SCFloc%ecoul=0
+    SCFloc%eexc=0;   SCFloc%etot=0
+    SCFloc%valekin=0; SCFloc%valecoul=0; SCFloc%valeexc=0;   SCFloc%evale=0
+    HF%SumYVV=0.d0; lmbd=0.d0
+    r=>Grid%r
+    norbit=Orbit%norbit
+    n=Grid%n
+    ALLOCATE(res(n),dum(n))
+
+    !  recalculate electron density
+    Orbit%den=0
+    DO io=1,Orbit%norbit
+       Orbit%den=Orbit%den+Orbit%occ(io)*Orbit%wfn(:,io)**2
+    ENDDO
+
+    !IF (frozencorecalculation) THEN    (assumed)
+    FCloc%valeden=0
+    DO io=1,Orbit%norbit
+       IF (.NOT.Orbit%iscore(io)) THEN
+          FCloc%valeden=FCloc%valeden+Orbit%occ(io)*Orbit%wfn(:,io)**2
+       ENDIF
+    ENDDO
+    !ENDIF
+
+
+    dum=0; dum(2:n)=Pot%rvn(2:n)*Orbit%den(2:n)/r(2:n)
+    SCFloc%estatic=integrator(Grid,dum)
+    CALL poisson(Grid,Pot%q,Orbit%den,Pot%rvh,ecoul,v0)  ; Pot%v0=v0
+    SCFloc%ecoul=ecoul ; SCFloc%estatic=SCFloc%estatic+SCFloc%ecoul
+    Pot%rv=Pot%rvn+Pot%rvh
+    !IF (frozencorecalculation) THEN    (assumed)
+    CALL poisson(Grid,x,FCloc%valeden,dum,val,y)
+    dum(1)=0;dum(2:n)=(Pot%rvn(2:n)*FCloc%valeden(2:n)+&
+&        dum(2:n)*FCloc%coreden(2:n))/r(2:n)
+    SCFloc%valecoul=integrator(Grid,dum)+val
+    !ENDIF
+
+    lmbd=0
+    !If(frozencorecalculation) then   (assumed)
+    CALL Get_Energy_EXX_VC(Grid,Orbit,x)
+    CALL Get_Energy_EXX_VV(Grid,Orbit,y)
+    WRITE(6,*) '--EXX_VC = ',x,'--EXX_VV = ',y
+    !SCFloc%valeexc=x+y
+    dum=0; dum(2:n)=HF%rvxcore(2:n)/Grid%r(2:n)
+    z=overlap(Grid,dum,FCloc%valeden)
+    WRITE(6,*) '--EXX_VCV = ',z ; CALL flush(6)
+    SCFloc%valeexc=y+z
+    !call Get_Energy_EXX(Grid,Orbit,x)
+    !SCFloc%eexc=x
+    !else
+    !  call Get_Energy_EXX(Grid,Orbit,x)
+    !  SCFloc%eexc=x
+    !endif
+
+    WRITE(6,*) 'Checking Lambda '; CALL flush(6)
+    DO io=1,norbit
+       IF (.NOT.Orbit%iscore(io)) THEN
+          CALL Calc_dexdphi_io_v(Grid,Orbit,io,HF%sumYVV(:,io));l=Orbit%l(io)
+          res(2:n)=HF%sumYVV(2:n,io)/r(2:n); res(1)=0.d0
+          DO jo=1,norbit
+             IF (Orbit%l(io)==Orbit%l(jo)) THEN
+                x=0
+                CALL kinetic_ij(Grid,Orbit%wfn(:,io),Orbit%wfn(:,jo),l,y)
+                x=x+y ;t1=y
+                IF(io==jo) THEN
+                   SCFloc%valekin=SCFloc%valekin+Orbit%occ(io)*y
+                ENDIF
+                dum=(Pot%rv+HF%rvxcore)*Orbit%wfn(:,io)*Orbit%wfn(:,jo)
+                dum(2:n)=dum(2:n)/r(2:n); dum(1)=0
+                x=x+integrator(Grid,dum); t2=integrator(Grid,dum)
+                x=x+overlap(Grid,Orbit%wfn(:,jo),res)
+                t3=overlap(Grid,Orbit%wfn(:,jo),res)
+                WRITE(6,'("CHK lmbdV  ",3i5,2x,1p,5e15.7)') l,io,jo,x,t1,t2,t3
+                call flush(6)
+                lmbd(jo,io)=x
+             ENDIF
+          ENDDO
+       ENDIF
+    ENDDO
+    DO io=1,norbit
+       DO jo=1,norbit
+          WRITE(6,'("CHK lmbdagain ", 2i5,1Pe15.7)') io,jo,lmbd(io,jo)
+          CALL flush(6)
+       ENDDO
+    ENDDO
+    DO io=1,norbit
+       IF (.NOT.Orbit%iscore(io)) THEN
+          Orbit%eig(io)=lmbd(io,io)
+          SCFloc%eone=SCFloc%eone+Orbit%occ(io)*Orbit%eig(io)
+       ENDIF
+    ENDDO
+       !SCFloc%etot=SCFloc%ekin+SCFloc%estatic+SCFloc%eexc
+    SCFloc%evale=SCFloc%valekin+SCFloc%valecoul+SCFloc%valeexc
+    DEALLOCATE(res,dum)
+    END SUBROUTINE GetLambdaHFV
+
+     SUBROUTINE HFVterms(Grid,Orbit,FC)
+       TYPE(GridInfo), INTENT(IN) :: Grid
+       TYPE(OrbitInfo), INTENT(IN) :: Orbit
+       TYPE(FCInfo), INTENT(IN) :: FC
+
+       INTEGER :: i,j,k,n,io,norbit
+
+       norbit=Orbit%norbit
+       n=Grid%n
+
+       HF%SumYVV=0;HF%SumYCV=0;HF%rVxcore=0
+       DO io=1,norbit
+          IF (.NOT.Orbit%iscore(io)) THEN
+             CALL Calc_dexdphi_io_v(Grid,Orbit,io,HF%sumYVV(:,io))
+             CALL Calc_dexdphi_io_c(Grid,Orbit,io,HF%sumYCV(:,io))
+             HF%rvxcore=HF%rvxcore+Orbit%occ(io)*HF%sumYCV(:,io)*Orbit%wfn(:,io)
+          ENDIF
+       ENDDO
+
+       HF%rvxcore(2:n)= HF%rvxcore(2:n)/FC%valeden(2:n)
+       HF%rvxcore(1)=0
+     END SUBROUTINE HFVterms
+
+!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
+!!!!  HFFCIter   -- Frozen core version;
+!!!!   assume not more than 1 valence shell as actually
+!!!!           close shell
+!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
+     SUBROUTINE HFFCIter(mix,tol,err,success)
+       REAL(8), INTENT(IN) :: mix,tol
+       REAL(8), INTENT(OUT) :: err
+       LOGICAL, INTENT(OUT) :: success
+
+       TYPE(GridInfo) ,POINTER:: Grid
+       TYPE(OrbitInfo) ,POINTER:: Orbit
+       TYPE(PotentialInfo) ,POINTER:: Pot
+
+
+       INTEGER :: i,j,k,n,io,jo,lng,icount,many,lmax,l,norbit,iter,nodes
+       REAL(8) :: ecoul,v0,accum,val,en,x
+       REAL(8), POINTER :: r(:),rv(:),lmbd(:,:)
+       REAL(8),ALLOCATABLE :: res(:),dum(:)
+       INTEGER:: fcount=0
+       INTEGER:: mxiter=20
+       TYPE (OrbitInfo) :: tmpOrbit
+       CHARACTER(4) :: stuff
+       REAL(8), PARAMETER :: threshold=1.d-8
+
+       IF (.NOT.frozencorecalculation) THEN
+          WRITE(6,*) 'Error -- subroutine HFFCIter is only for Frozen core '
+          STOP
+       ENDIF
+
+       Grid=>Gridwk
+       Orbit=>Orbitwk
+       Pot=>Potwk
+
+       success=.FALSE.
+       CALL ORTHONORMALIZE(Grid,Orbit)
+       CALL CopyOrbit(Orbit,tmpOrbit)
+       r=>Grid%r
+       rv=>Pot%rv
+       lmbd=>HF%lmbd
+       norbit=Orbit%norbit
+       n=Grid%n
+       ALLOCATE(res(n),dum(n))
+
+       lmax=MAXVAL(Orbit%l)
+
+       CALL GetLambda(Grid,Orbit,Pot)
+       CALL Total_FCEnergy_Report(SCFwk,6)
+       CALL Total_Energy_Report(SCFwk,6)
+       CALL One_electron_energy_Report(Orbit,6)
+
+       ! Solve inhomogeneous diffeq. and store result in tmpOrbit
+       rv=Pot%rvn+Pot%rvh
+       err=0
+       DO io=1,norbit
+          IF (.NOT.Orbit%iscore(io)) THEN
+             Orbit%eig(io)=lmbd(io,io)
+             l=Orbit%l(io)
+             res=0
+             res(2:n)=-HF%SumY(2:n,io)/r(2:n)
+             DO jo=1,norbit
+                IF (jo==io.OR.(Orbit%l(jo)==l.AND.Orbit%occ(jo)>threshold)) THEN
+                   res=res+lmbd(jo,io)*Orbit%wfn(:,jo)
+                ENDIF
+             ENDDO
+             CALL extrapolate(Grid,res)
+             en=Orbit%eig(io)
+             IF ((Orbit%occ(io)>threshold).OR.(en>HF%emax(io).OR.en<HF%emin(io))) THEN
+                en=(HF%emin(io)+HF%emax(io))/2
+             ENDIF
+             dum=-(res-en*Orbit%wfn(:,io))
+             tmpOrbit%wfn(:,io)=0.d0
+             CALL inhomo_bound_numerov(Grid,l,n,en,rv,dum,tmpOrbit%wfn(:,io))
+             dum=(Orbit%wfn(:,io)-tmpOrbit%wfn(:,io))**2
+             err=err+Orbit%occ(io)*Integrator(Grid,dum)
+          ENDIF
+       ENDDO
+
+       WRITE(6,*) 'COmpleted iter ', fcount,err
+       SCFwk%delta=err; SCFwk%iter=fcount;currenterror=err
+
+      ! CALL mkname(fcount,stuff)
+      ! OPEN (unit=1001,file='FChfwfn.'//TRIM(stuff),form='formatted')
+      ! DO i=1,n
+      !    WRITE(1001,'(1p,60E15.7)') Grid%r(i),(Orbit%wfn(i,io),&
+      !&        tmpOrbit%wfn(i,io),io=1,norbit)
+      ! ENDDO
+      ! CLOSE(1001)
+
+      ! OPEN (unit=1001,file='FCpot.'//TRIM(stuff),form='formatted')
+      ! DO i=1,n
+      !    WRITE(1001,'(1p,60E15.7)') Grid%r(i),Pot%rv(i),Pot%rvh(i),Orbit%den(i)
+      ! ENDDO
+      ! CLOSE(1001)
+
+       ! update wfn if tolerance not satisfied
+       IF (err>tol.AND.ABS(err-previouserror)>tol) THEN
+          val=(1.d0-mix)
+          WRITE(6,*) 'mixing wfns ', val
+          DO io=1,norbit
+             IF (.NOT.Orbit%iscore(io)) THEN
+                Orbit%wfn(:,io)=val*Orbit%wfn(:,io)+mix*tmpOrbit%wfn(:,io)
+             ENDIF
+          ENDDO
+          CALL ORTHONORMALIZE(Grid,Orbit)
+       ELSE
+          success=.TRUE.
+       ENDIF
+
+       fcount=fcount+1
+
+       DEALLOCATE(res,dum)
+       CALL  DestroyOrbit(tmpOrbit)
+
+     END  SUBROUTINE HFFCIter
+
+!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
+!!!!  HFVFCIter   -- Frozen core version with potential;
+!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
+     SUBROUTINE HFVFCIter(mix,tol,err,success)
+       REAL(8), INTENT(IN) :: mix,tol
+       REAL(8), INTENT(OUT) :: err
+       LOGICAL, INTENT(OUT) :: success
+
+       TYPE(GridInfo) ,POINTER:: Grid
+       TYPE(OrbitInfo) ,POINTER:: Orbit
+       TYPE(PotentialInfo) ,POINTER:: Pot
+
+
+       INTEGER :: i,j,k,n,io,jo,lng,icount,many,lmax,l,norbit,iter,nodes
+       REAL(8) :: ecoul,v0,accum,val,en,x
+       REAL(8), POINTER :: r(:),rv(:),lmbd(:,:)
+       REAL(8),ALLOCATABLE :: res(:),dum(:)
+       INTEGER:: fcount=0
+       INTEGER:: mxiter=20
+       TYPE (OrbitInfo) :: tmpOrbit
+       CHARACTER(4) :: stuff
+       REAL(8), PARAMETER :: threshold=1.d-8
+
+       Grid=>Gridwk
+       Orbit=>Orbitwk
+       Pot=>Potwk
+
+       IF (.NOT.frozencorecalculation.OR.Orbit%exctype/='HFV') THEN
+          WRITE(6,*) 'Error -- subroutine HFVFCIter is only for Frozen core '
+          STOP
+       ENDIF
+
+
+       success=.FALSE.
+       CALL ORTHONORMALIZE(Grid,Orbit)
+       CALL CopyOrbit(Orbit,tmpOrbit)
+       r=>Grid%r
+       rv=>Pot%rv
+       lmbd=>HF%lmbd
+       norbit=Orbit%norbit
+       n=Grid%n
+       ALLOCATE(res(n),dum(n))
+
+       lmax=MAXVAL(Orbit%l)
+
+
+       CALL GetLambdaHFV(Grid,Orbit,Pot)
+       CALL Total_FCEnergy_Report(SCFwk,6)
+       !CALL Total_Energy_Report(SCFwk,6)
+       CALL One_electron_energy_Report(Orbit,6)
+
+       ! Solve inhomogeneous diffeq. and store result in tmpOrbit
+       rv=Pot%rvn+Pot%rvh + HF%rvxcore
+       err=0
+       DO io=1,norbit
+          IF (.NOT.Orbit%iscore(io)) THEN
+             Orbit%eig(io)=lmbd(io,io)
+             l=Orbit%l(io)
+             res=0
+             res(2:n)=-HF%SumYVV(2:n,io)/r(2:n)
+             DO jo=1,norbit
+                IF (jo==io.OR.(Orbit%l(jo)==l.AND.Orbit%occ(jo)>threshold)) THEN
+                   res=res+lmbd(jo,io)*Orbit%wfn(:,jo)
+                ENDIF
+             ENDDO
+             CALL extrapolate(Grid,res)
+             en=Orbit%eig(io)
+             IF ((Orbit%occ(io)>threshold).OR.(en>HF%emax(io).OR.en<HF%emin(io))) THEN
+                en=(HF%emin(io)+HF%emax(io))/2
+             ENDIF
+             dum=-(res-en*Orbit%wfn(:,io))
+             tmpOrbit%wfn(:,io)=0.d0
+             CALL inhomo_bound_numerov(Grid,l,n,en,rv,dum,tmpOrbit%wfn(:,io))
+             dum=(Orbit%wfn(:,io)-tmpOrbit%wfn(:,io))**2
+             err=err+Orbit%occ(io)*Integrator(Grid,dum)
+          ENDIF
+       ENDDO
+
+       WRITE(6,*) 'COmpleted iter ', fcount,err
+       SCFwk%delta=err; SCFwk%iter=fcount;currenterror=err
+
+      ! CALL mkname(fcount,stuff)
+      ! OPEN (unit=1001,file='FChfwfn.'//TRIM(stuff),form='formatted')
+      ! DO i=1,n
+      !    WRITE(1001,'(1p,60E15.7)') Grid%r(i),(Orbit%wfn(i,io),&
+      !&        tmpOrbit%wfn(i,io),io=1,norbit)
+      ! ENDDO
+      ! CLOSE(1001)
+
+      ! OPEN (unit=1001,file='FCpot.'//TRIM(stuff),form='formatted')
+      ! DO i=1,n
+      !    WRITE(1001,'(1p,60E15.7)') Grid%r(i),Pot%rv(i),Pot%rvh(i),&
+      !&        HF%rvxcore(i),Orbit%den(i)
+      ! ENDDO
+      ! CLOSE(1001)
+
+       ! update wfn if tolerance not satisfied
+       IF (err>tol.AND.ABS(err-previouserror)>tol) THEN
+          val=(1.d0-mix)
+          WRITE(6,*) 'mixing wfns ', val
+          DO io=1,norbit
+             IF (.NOT.Orbit%iscore(io)) THEN
+                Orbit%wfn(:,io)=val*Orbit%wfn(:,io)+mix*tmpOrbit%wfn(:,io)
+             ENDIF
+          ENDDO
+          CALL ORTHONORMALIZE(Grid,Orbit)
+       ELSE
+          success=.TRUE.
+       ENDIF
+
+       fcount=fcount+1
+
+       DEALLOCATE(res,dum)
+       CALL  DestroyOrbit(tmpOrbit)
+
+     END  SUBROUTINE HFVFCIter
+
+     SUBROUTINE Get_FCEnergy_HF(Grid,Pot,Orbit,FC,SCF)
+       TYPE(GridInfo), INTENT(INOUT) :: Grid
+       TYPE(PotentialInfo), INTENT(INOUT) :: Pot
+       TYPE(OrbitInfo), INTENT(INOUT) :: Orbit
+       TYPE(FCInfo), INTENT(INOUT) :: FC
+       TYPE(SCFInfo), INTENT(INOUT) :: SCF
+
+       CALL GetLambda(Grid,Orbit,Pot,FC,SCF)
+
+     END SUBROUTINE Get_FCEnergy_HF
+
+     SUBROUTINE Get_FCEnergy_HFV(Grid,Pot,Orbit,FC,SCF)
+       TYPE(GridInfo), INTENT(INOUT) :: Grid
+       TYPE(PotentialInfo), INTENT(INOUT) :: Pot
+       TYPE(OrbitInfo), INTENT(INOUT) :: Orbit
+       TYPE(FCInfo), INTENT(INOUT) :: FC
+       TYPE(SCFInfo), INTENT(INOUT) :: SCF
+
+       REAL(8), ALLOCATABLE :: dum(:)
+       REAL(8) :: x,y,z,val
+       INTEGER :: i,j,k,n,norbit,io
+
+       n=Grid%n
+       ALLOCATE(dum(n))
+       CALL poisson(Grid,x,FC%valeden,dum,val,y)
+       dum(1)=0;dum(2:n)=(Pot%rvn(2:n)*FC%valeden(2:n)+&
+&           dum(2:n)*FC%coreden(2:n))/Grid%r(2:n)
+       SCF%valecoul=integrator(Grid,dum)+val
+       CALL Get_Energy_EXX_VC(Grid,Orbit,x)
+       CALL Get_Energy_EXX_VV(Grid,Orbit,y)
+       WRITE(6,*) '--EXX_VC = ',x,'--EXX_VV = ',y    ; CALL flush(6)
+       dum=0; dum(2:n)=HF%rvxcore(2:n)/Grid%r(2:n)
+       z=overlap(Grid,dum,FC%valeden)
+       WRITE(6,*) '--EXX_VCV = ',z ; CALL flush(6)
+       SCF%valeexc=y+z
+
+       norbit=Orbit%norbit; SCF%valekin=0
+       DO io=1,norbit
+          IF (.NOT.Orbit%iscore(io)) THEN
+             CALL kinetic_ij(Grid,Orbit%wfn(:,io),Orbit%wfn(:,io),&
+&                 Orbit%l(io),y)
+             SCF%valekin=SCF%valekin+Orbit%occ(io)*y
+          ENDIF
+       ENDDO
+
+       DEALLOCATE(dum)
+     END SUBROUTINE Get_FCEnergy_HFV
+
+
+!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
+!    HFunocc
+!      solve HF equation for unoccupied continuum state
+!            No Lagrange multipliers used
+!
+!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
+     SUBROUTINE HFunocc(Grid,Orbit,l,energy,rv,v0,v0p,wfn,lng,Xout)
+       TYPE(GridInfo) , INTENT(IN) :: Grid
+       TYPE(OrbitInfo) , INTENT(IN) :: Orbit
+       INTEGER, INTENT(IN) :: l
+       REAL(8), INTENT(IN) :: energy
+       REAL(8), INTENT(IN) :: rv(:),v0,v0p
+       REAL(8), INTENT(INOUT) :: wfn(:)        ! unbound wfn
+       INTEGER, INTENT(OUT) :: lng
+       REAL(8), OPTIONAL, INTENT(OUT) :: Xout(:)
+
+       INTEGER :: i,j,k,n,io,jo,many,lmax,norbit,iter,nodes,flag,ZZ
+       INTEGER :: istart,imtch
+       REAL(8) :: ecoul,accum,val,en,xx,A,B,C,D,Coeff,kappa,jl,nl,jlp,nlp,norm
+       REAL(8) :: jjl,nnl,jjlp,nnlp,previous,residue,range,r0,c0,c1,c2,scale
+       REAL(8), POINTER :: r(:)
+       REAL(8),ALLOCATABLE :: wfn0(:),ve(:),X(:),dum(:)
+       INTEGER:: fcount=0
+       INTEGER:: mxiter=2000,ni=999
+       REAL(8), PARAMETER :: threshold=1.d-8, tol=1.d-8,mix=0.5d0,rch=1.d0
+       LOGICAL :: success
+       INTEGER :: icount=0
+
+       IF (energy<0.d0) THEN
+          WRITE(6,*) 'Error in HFunocc -- assumes energy>0 ',energy
+          STOP
+       ENDIF
+
+       write(6,*) 'Entering HFunocc with energy l = ', energy,l
+       n=Grid%n
+       r=>Grid%r
+       r0=Grid%drdu(1)
+
+       range=0;lng=1
+       norbit=Orbit%norbit
+       do io=1,norbit
+            !Call Filter(n,Orbit%wfn(:,io),machine_zero)
+               !!! done in calling program
+            k=Maxloc(abs(Orbit%wfn(:,io)),1)
+            do i=n,k,-1
+               j=i
+               if (abs(Orbit%wfn(i,io))>1.d-5) exit
+            enddo
+            if (j>lng) lng=j
+            range=Grid%r(lng)
+       end do
+       write(6,*) 'HFunocc: range ', lng, range
+       write(6,*) 'Calculating HFunocc for range ', range, lng
+
+       imtch=1
+       do i=1,lng
+          imtch=i
+          if(Grid%r(i)>rch) exit
+       enddo
+       write(6,*) 'Calculating HFunocc for imtch ', rch , &
+&            Grid%r(imtch), imtch
+
+       ALLOCATE(wfn0(n),ve(n),X(n),dum(n))
+
+       istart=6
+
+       ZZ=(-rv(1)+0.001d0)/2
+       write(6,*) 'ZZ = ', ZZ
+       ve(2:n)=(rv(2:n)+2*ZZ)/Grid%r(2:n)
+       CALL extrapolate(Grid,ve)
+       write(6,*) 've ', ve(1),ve(2),ve(3), ve(4),ve(5)
+       wfn0=0
+       wfn0(1:lng)=((Grid%r(1:lng)/r0)**(l+1))*(1-&
+&            (float(ZZ)/(l+1))*Grid%r(1:lng))
+       wfn0(1:lng)=wfn0(1:lng)/wfn0(lng)
+
+       Call Calc_Xp(Grid,Orbit,ni,l,wfn0,X,lng)
+       X(2:lng)=X(2:lng)/Grid%r(2:lng)
+       Call extrapolate(Grid,X)
+       !write(6,*) 'X ', X(1),X(2),X(3), X(4),X(5)
+
+       dum(2:lng)=X(2:lng)/(Grid%r(2:lng)**(l+1))
+       call extrapolate(Grid,dum)
+       write(6,*) 'dum ', dum(1),dum(2),dum(3), dum(4),dum(5)
+
+       wfn=0
+       do i=2,istart
+          xx=Grid%r(i);c0=1.d0;c1=-float(ZZ)/(l+1)
+           c2=(dum(1)+ve(1)-energy+2*float(ZZ*ZZ)/(l+1))/(4*l+6)
+          wfn(i)=((xx)**(l+1))*(c0+xx*(c1+xx*c2))
+       enddo
+       scale=wfn0(istart)/wfn(istart)
+       wfn(1:istart)=wfn(1:istart)*scale
+
+       !!!!Call Milne(Grid,istart,energy,l,ZZ,ve,X,wfn)
+       CALL midrange_numerov(Grid,l,istart,lng,energy,rv,X,wfn)
+       wfn0(1:lng)=wfn(1:lng)/wfn(lng)
+
+       success=.false.
+       Do iter=1,mxiter
+          Call Calc_Xp(Grid,Orbit,ni,l,wfn0,X,lng)
+          X(2:lng)=X(2:lng)/Grid%r(2:lng)
+          Call extrapolate(Grid,X)
+          ! write(6,*) 'X ', X(1),X(2),X(3), X(4),X(5)
+          !Call Milne(Grid,istart,energy,l,ZZ,ve,X,wfn)
+          dum(2:lng)=X(2:lng)/(Grid%r(2:lng)**(l+1))
+          call extrapolate(Grid,dum)
+           write(6,*) 'dum ', dum(1),dum(2),dum(3), dum(4),dum(5)
+          wfn=0
+          do i=2,istart
+             xx=Grid%r(i);c0=1.d0;c1=-float(ZZ)/(l+1)
+              c2=(dum(1)+ve(1)-energy+2*float(ZZ*ZZ)/(l+1))/(4*l+6)
+             wfn(i)=((xx/r0)**(l+1))*(c0+xx*(c1+xx*c2))
+          enddo
+          scale=wfn0(istart)/wfn(istart)
+          wfn(1:istart)=wfn(1:istart)*scale
+          CALL midrange_numerov(Grid,l,istart,lng,energy,rv,X,wfn)
+          !wfn(1:lng)=wfn(1:lng)/wfn(lng)
+          !do i=1,lng
+          !   write(600+iter,'(1p,8e16.7)') Grid%r(i),wfn(i),wfn0(i),X(i)
+          !enddo
+          residue=sum(abs(wfn(1:lng)-wfn0(1:lng)))
+          write(6,*) 'iter ', iter,residue
+          if (residue<tol) then
+                  success=.true.
+                  exit
+          endif
+          wfn0(1:lng)=wfn0(1:lng)*(1.d0-mix)+wfn(1:lng)*(mix)
+          wfn0=wfn0/wfn0(lng)
+       enddo
+
+
+       IF (.NOT.success) THEN
+          WRITE(6,*) 'Warning in HFunocc not converged ',l,energy,range,residue
+          WRITE(6,*)  'stopping after dump ' , 800+icount
+          do i=1,lng
+           write(800+icount,'(1P3e15.7)')Grid%r(i),wfn0(i),wfn(i)
+          enddo
+          stop
+
+       ENDIF
+
+       !do i=2,lng
+       !    write(800+icount,'(1P9e15.7)')Grid%r(i),wfn0(i),wfn(i),X(i), &
+       !&        -Gsecondderiv(Grid,i,wfn0)+&
+       !&         (l*(l+1)/r(i)**2+rv(i)/r(i)-energy)*wfn0(i)+X(i)
+       !enddo
+
+       wfn=0
+       wfn(1:lng)=wfn0(1:lng)
+       icount=icount+1
+
+       If (present(Xout)) then
+               Xout=0
+               Xout(1:lng)=X(1:lng)
+       ENdif
+
+       DEALLOCATE(wfn0,ve,X)
+
+     END  SUBROUTINE HFunocc
+
+     SUBROUTINE Report_HF_functions(sub)
+       CHARACTER(2) :: sub
+       INTEGER :: i,j,k,n,nmap,io,nc,nv
+       INTEGER, ALLOCATABLE :: vmap(:),cmap(:)
+
+       INTEGER, SAVE :: counter=0
+       CHARACTER(4) :: stuff
+
+       !!  store variables in Orbit datastructure
+       Orbitwk%X=HF%SumY
+       Orbitwk%lqp=HF%lmbd
+       WRITE(6,*)
+       WRITE(6,*) ' Summary of HF orbitals '
+       WRITE(6,"(' n  l     occupancy            energy      ')")
+       DO io=1,Orbitwk%norbit
+          WRITE(6,'(i2,1x,i2,4x,1p,3e15.7)') &
+&              Orbitwk%np(io),Orbitwk%l(io),Orbitwk%occ(io),Orbitwk%eig(io)
+       ENDDO
+
+       CALL mkname(counter,stuff)
+
+       n=Gridwk%n
+       IF (frozencorecalculation) THEN
+          ALLOCATE(vmap(Orbitwk%norbit), cmap(Orbitwk%norbit))
+          j=0; k=0
+          DO i=1,Orbitwk%norbit
+             IF (.NOT.Orbitwk%iscore(i)) THEN
+                j=j+1
+                vmap(j)=i
+             ELSE
+                k=k+1
+                cmap(k)=i
+             ENDIF
+          ENDDO
+          nc=k; nv=j
+          IF (nc>0) THEN
+             OPEN (unit=1001,file='cwfn'//sub//TRIM(stuff),form='formatted')
+             DO i = 1,n
+                WRITE(1001,'(1p,50e15.7)') Gridwk%r(i),&
+&                    (Orbitwk%wfn(i,cmap(k)),k=1,nc)
+             ENDDO
+             CLOSE(1001)
+          ENDIF
+          IF (nv>0) THEN
+             OPEN (unit=1001,file='vwfn'//sub//TRIM(stuff),form='formatted')
+             DO i = 1,n
+                WRITE(1001,'(1p,50e15.7)') Gridwk%r(i),&
+&                    (Orbitwk%wfn(i,vmap(k)),k=1,nv)
+             ENDDO
+             CLOSE(1001)
+          ENDIF
+       ELSE
+          OPEN (unit=1001,file='wfn'//sub//TRIM(stuff),form='formatted')
+          DO i = 1,n
+             WRITE(1001,'(1p,50e15.7)') Gridwk%r(i), &
+&                 (Orbitwk%wfn(i,j),j=1,Orbitwk%norbit)
+          ENDDO
+          CLOSE(1001)
+       ENDIF
+       OPEN (unit=1001,file='pot'//sub//TRIM(stuff),form='formatted')
+       DO i = 1,n
+          WRITE(1001,'(1p,50e15.7)') Gridwk%r(i),Potwk%rv(i),Potwk%rvh(i)
+       ENDDO
+       CLOSE(1001)
+       OPEN (unit=1001,file='den'//sub//TRIM(stuff),form='formatted')
+       IF (frozencorecalculation) then
+          DO i = 1,n
+             WRITE(1001,'(1p,50e15.7)') Gridwk%r(i), Orbitwk%den(i), &
+&               FCwk%valeden(i), FCwk%coreden(i)
+          ENDDO
+       ELSE
+          DO i = 1,n
+             WRITE(1001,'(1p,50e15.7)') Gridwk%r(i), Orbitwk%den(i)
+          ENDDO
+       ENDIF
+       CLOSE(1001)
+
+       IF (frozencorecalculation.AND.Orbitwk%exctype/='HFV') THEN
+          IF (nc>0) THEN
+             OPEN (unit=1001,file='cfx'//sub//TRIM(stuff),form='formatted')
+             DO i = 1,n
+                WRITE(1001,'(1p,50e15.7)') Gridwk%r(i),&
+&                    (HF%sumY(i,cmap(k)),k=1,nc)
+             ENDDO
+             CLOSE(1001)
+          ENDIF
+          IF (nv>0) THEN
+             OPEN (unit=1001,file='vfx'//sub//TRIM(stuff),form='formatted')
+             DO i = 1,n
+                WRITE(1001,'(1p,50e15.7)') Gridwk%r(i),&
+&                    (HF%sumY(i,vmap(k)),k=1,nv)
+             ENDDO
+             CLOSE(1001)
+          ENDIF
+       ELSEIF (frozencorecalculation.AND.Orbitwk%exctype=='HFV') THEN
+          IF (nv>0) THEN
+             OPEN (unit=1001,file='cvfx'//sub//TRIM(stuff),form='formatted')
+             OPEN (unit=1002,file='vvfx'//sub//TRIM(stuff),form='formatted')
+             DO i = 1,n
+                WRITE(1001,'(1p,50e15.7)') Gridwk%r(i),HF%rvxcore(i),&
+&                    (HF%sumYCV(i,vmap(k)),k=1,nv)
+                WRITE(1002,'(1p,50e15.7)') Gridwk%r(i),&
+&                    (HF%sumYVV(i,vmap(k)),k=1,nv)
+             ENDDO
+             CLOSE(1001)
+             CLOSE(1002)
+          ENDIF
+       ELSE
+          OPEN (unit=1001,file='fx'//sub//TRIM(stuff),form='formatted')
+          DO i = 1,n
+             WRITE(1001,'(1p,50e15.7)') Gridwk%r(i), &
+&                 (HF%sumY(i,j),j=1,Orbitwk%norbit)
+          ENDDO
+          CLOSE(1001)
+       ENDIF
+
+       IF (ALLOCATED(vmap)) DEALLOCATE(vmap)
+       IF (ALLOCATED(cmap)) DEALLOCATE(cmap)
+
+       counter=counter+1
+
+     END SUBROUTINE Report_HF_functions
+
+     SUBROUTINE HFdump(Grid,Orbit,ifo)
+       TYPE(GridInfo), INTENT(IN) :: Grid
+       TYPE(OrbitInfo), INTENT(IN) :: Orbit
+       INTEGER, INTENT(IN) :: ifo
+
+       INTEGER :: i,io,jo,n,norbit
+
+       n=Grid%n;norbit=Orbit%norbit
+
+       WRITE(ifo,*) HF%lmax
+       WRITE(ifo,*) (HF%emin(io),HF%emax(io),io=1,norbit)
+       WRITE(ifo,*) ((HF%lmbd(io,jo),io=1,norbit),jo=1,norbit)
+       WRITE(ifo,*) ((HF%SumY(i,io),i=1,n),io=1,norbit)
+       WRITE(ifo,*) (HF%lmany(io),io=1,norbit),(HF%CSlmany(io),io=1,norbit)
+       WRITE(ifo,*) ((HF%lmap(io,jo),io=1,norbit),jo=1,norbit)
+       WRITE(ifo,*) ((HF%CSlmap(io,jo),io=1,norbit),jo=1,norbit)
+
+     END SUBROUTINE HFdump
+
+     SUBROUTINE HFload(Grid,Orbit,ifo)
+       TYPE(GridInfo), INTENT(IN) :: Grid
+       TYPE(OrbitInfo), INTENT(IN) :: Orbit
+       INTEGER, INTENT(IN) :: ifo
+
+       INTEGER :: i,io,jo,n,norbit
+
+       n=Grid%n;norbit=Orbit%norbit
+
+       READ(ifo,*) HF%lmax
+
+       ALLOCATE(HF%emin(norbit),HF%emax(norbit),HF%lmbd(norbit,norbit),&
+&           HF%SumY(n,norbit),HF%lmany(norbit),HF%CSlmany(norbit), &
+&           HF%lmap(norbit,norbit),HF%CSlmap(norbit,norbit))
+
+       READ(ifo,*) (HF%emin(io),HF%emax(io),io=1,norbit)
+       READ(ifo,*) ((HF%lmbd(io,jo),io=1,norbit),jo=1,norbit)
+       READ(ifo,*) ((HF%SumY(i,io),i=1,n),io=1,norbit)
+       READ(ifo,*) (HF%lmany(io),io=1,norbit),(HF%CSlmany(io),io=1,norbit)
+       READ(ifo,*) ((HF%lmap(io,jo),io=1,norbit),jo=1,norbit)
+       READ(ifo,*) ((HF%CSlmap(io,jo),io=1,norbit),jo=1,norbit)
+
+     END SUBROUTINE HFload
+
+
+     Subroutine DestroyHF(HF)
+       Type(HFInfo), INTENT(INOUT) :: HF
+
+       If (ASSOCIATED(HF%lmbd)) DEALLOCATE(HF%lmbd)
+       If (ASSOCIATED(HF%SumY)) DEALLOCATE(HF%SumY)
+       If (ASSOCIATED(HF%emin)) DEALLOCATE(HF%emin)
+       If (ASSOCIATED(HF%emax)) DEALLOCATE(HF%emax)
+       If (ASSOCIATED(HF%SumYCV)) DEALLOCATE(HF%SumYCV)
+       If (ASSOCIATED(HF%SumYVV)) DEALLOCATE(HF%SumYVV)
+       If (ASSOCIATED(HF%rVxcore)) DEALLOCATE(HF%rVxcore)
+       If (ASSOCIATED(HF%lmany)) DEALLOCATE(HF%lmany)
+       If (ASSOCIATED(HF%lmap)) DEALLOCATE(HF%lmap)
+       If (ASSOCIATED(HF%CSlmany)) DEALLOCATE(HF%CSlmany)
+       If (ASSOCIATED(HF%CSlmap)) DEALLOCATE(HF%CSlmap)
+
+     End Subroutine DestroyHF
+   END MODULE hf_mod
diff --git a/src/hf_pseudo.f90 b/src/hf_pseudo.f90
new file mode 100644
index 0000000..2679a63
--- /dev/null
+++ b/src/hf_pseudo.f90
@@ -0,0 +1,1360 @@
+MODULE hf_pseudo
+  USE atomdata
+  USE hf_mod
+  USE fock
+  USE globalmath
+  USE gridmod
+  USE paw_sub
+  USE pseudodata
+  USE pseudo_sub
+
+  IMPLICIT NONE
+
+CONTAINS
+
+
+  !modified version of SUBROUTINE makebasis_custom which was
+  !           written by Marc Torrent from earlier version by NAWH
+  !           only one option programmed here
+  ! This version does not calculate tp because local pseudopotential is not
+  !     yet known
+  SUBROUTINE make_hf_basis_only(Grid,Pot,PAW,ifinput)
+    TYPE(GridInfo), INTENT(IN) :: Grid
+    TYPE(PotentialInfo), INTENT(IN) :: Pot
+    TYPE(PseudoInfo), INTENT(INOUT) :: PAW
+    INTEGER, INTENT(IN) :: ifinput
+
+    INTEGER ::  i,j,k,l,n,ib,jb,io,jo,norbit,nbase,irc,np,thisrc,lmax,ni
+    INTEGER :: icount,ioo,joo,lng
+    INTEGER, ALLOCATABLE :: omap(:)
+    REAL(8) :: rc,gp,gpp,xx,occ,stuff
+    REAL(8), POINTER :: r(:)
+    REAL(8), ALLOCATABLE :: Ci(:),dum(:),tdum(:),hat(:),arg(:),aa(:,:),ai(:,:)
+    CHARACTER(132) :: inputline
+    REAL(8), PARAMETER :: threshold=1.d-8
+    LOGICAL :: last
+
+    write(6,*) 'Entering make_hf_basis '; call flush(6)
+    n=Grid%n
+    r=>Grid%r
+    irc=PAW%irc
+    lmax=PAW%lmax
+    nbase=PAW%nbase
+    np=5
+    ALLOCATE(Ci(np),arg(n),dum(n),tdum(n),hat(n))
+
+    WRITE(6,*) 'For each of the following basis functions enter rc'
+
+    ! Loop on basis elements
+    DO ib=1,nbase
+       l=PAW%l(ib)
+       lng=min(n,PAW%rng(ib))
+       ! Read matching radius
+       WRITE(6,'(3i5,1p,1e15.7)') ib,PAW%np(ib),PAW%l(ib),PAW%eig(ib)
+       READ(5,'(a)') inputline
+       WRITE(ifinput,'(a)') TRIM(inputline)
+       READ(inputline,*) rc
+       thisrc=FindGridIndex(Grid,rc)
+       thisrc=MIN(thisrc,irc)       ! make sure rc<total rc
+       rc=r(thisrc)
+       WRITE(6,*) 'rc for this wfn', rc
+       IF (thisrc<3.OR.thisrc>irc.OR.thisrc>lng-3) THEN
+          WRITE(6,*) 'rc out of range', thisrc,lng,irc
+          STOP
+       ENDIF
+       CALL pspolyn(PAW%phi(:,ib),Ci,r,l,np,thisrc,lng)
+       ! Compute pseudized partial wave and part of  projector
+       PAW%tphi(:,ib)=0;PAW%tphi(1:lng,ib)=PAW%phi(1:lng,ib)
+       PAW%tp(:,ib)=0.d0 ; PAW%Kop(:,ib)=0
+       DO i=1,thisrc-1
+          xx=r(i)*r(i)
+          PAW%tphi(i,ib)=Ci(1)+Ci(2)*xx
+          gp=2.d0*Ci(2)
+          gpp=2.d0*Ci(2)
+          DO j=3,np
+             PAW%tphi(i,ib)=PAW%tphi(i,ib)+Ci(j)*xx**(j-1)
+             gp=gp+DBLE(2*j-2)*Ci( j)*xx**(j-2)
+             gpp=gpp+DBLE((2*j-2)*(2*j-3))*Ci(j)*xx**(j-2)
+          ENDDO
+          PAW%tphi(i,ib)=PAW%tphi(i,ib)*r(i)**(l+1)
+          PAW%Kop(i,ib)=-(DBLE(2*(l+1))*gp+gpp)*r(i)**(l+1)  !kinetic pt.
+       ENDDO
+       DO i=thisrc,lng
+          gpp=Gsecondderiv(Grid,i,PAW%tphi(:,ib))
+          PAW%Kop(i,ib)=-gpp+DBLE(l*(l+1))/(r(i)**2)*PAW%tphi(i,ib)
+       ENDDO
+    ! test
+      !do i=1,n
+      !   write(200+ib,'(1p,20e15.7)') r(i),PAW%Kop(i,ib),PAW%tp(i,ib),&
+      !&      -Gsecondderiv(Grid,i,PAW%phi(:,ib))+&
+      !&       DBLE(l*(l+1))/(r(i)**2)*PAW%phi(i,ib)
+      !enddo
+    !end test
+    ENDDO     !nbase
+
+    ! loop on all occupied states  -- assume all core states localized
+    PAW%tcore=0
+    norbit=PAW%OCCWFN%norbit
+    thisrc=irc; rc=r(irc)
+    DO io=1,norbit
+       IF(PAW%valencemap(io)>0) THEN
+          ib=PAW%valencemap(io)
+          PAW%TOCCWFN%wfn(:,io)=PAW%tphi(:,ib)
+          !PAW%OCCWFN%wfn(:,io)=PAW%phi(:,ib)    !already set in setbasis
+          write(6,*) 'io = ', io,ib
+       ELSE    ! presumably a core state
+          PAW%TOCCWFN%wfn(:,io)=0
+          write(6,*) 'io =  core ', io
+          !!! comment out code for extended core states
+          !If (PAW%TOCCWFN%iscore(io)) then
+          !   last=.true. ; l=PAW%TOCCWFN%l(io)
+          ! ! check to find if this is the outermost core state for this l
+          !   if (io<norbit) then
+          !      do jo=io+1,norbit
+          !         if (PAW%TOCCWFN%iscore(jo).and.PAW%TOCCWFN%l(jo)==l) &
+          !&              last=.false.
+          !      enddo
+          !   endif
+          !   if (last) then
+          !      IF (MAXVAL(ABS(PAW%OCCWFN%wfn(irc-np/2:irc+np/2,io))) &
+          !&            >PAW%coretol) THEN
+          !         CALL Smoothfunc(r,l,np,thisrc,n,PAW%OCCWFN%wfn(:,io), &
+          !&                PAW%TOCCWFN%wfn(:,io))
+          !      ENDIF
+          !   endif
+          !else
+          !    write(6,*) 'Something wrong -- should be core state ',&
+          !&      io,PAW%TOCCWFN%l(io),PAW%TOCCWFN%eig(io),PAW%TOCCWFN%occ(io)
+          !    stop
+          !endif
+       ENDIF
+    ENDDO
+    DEALLOCATE(Ci,arg,dum,tdum,hat)
+  END SUBROUTINE make_hf_basis_only
+
+  !Calculate tp for hf case;  assume tphi, Kop and vreff known
+  SUBROUTINE make_hf_tp_only(Grid,Pot,PAW,ifinput)
+    TYPE(GridInfo), INTENT(IN) :: Grid
+    TYPE(PotentialInfo), INTENT(IN) :: Pot
+    TYPE(PseudoInfo), INTENT(INOUT) :: PAW
+    INTEGER, INTENT(IN) :: ifinput
+
+    INTEGER ::  i,j,k,l,n,ib,jb,io,jo,norbit,nbase,irc,np,thisrc,lmax,ni
+    INTEGER :: icount,ioo,joo,lng
+    INTEGER, ALLOCATABLE :: omap(:)
+    REAL(8) :: rc,gp,gpp,xx,occ,stuff
+    REAL(8), POINTER :: r(:)
+    REAL(8), ALLOCATABLE :: Ci(:),dum(:),tdum(:),hat(:),arg(:),aa(:,:),ai(:,:)
+    CHARACTER(132) :: inputline
+    REAL(8), PARAMETER :: threshold=1.d-8
+    LOGICAL :: last
+
+    write(6,*) 'Entering make_hf_tp '; call flush(6)
+    n=Grid%n
+    r=>Grid%r
+    irc=PAW%irc
+    lmax=PAW%lmax
+    nbase=PAW%nbase
+    np=5
+    ALLOCATE(Ci(np),arg(n),dum(n),tdum(n),hat(n))
+
+    norbit=PAW%OCCWFN%norbit
+    ! Find smooth Coulombic potential for V_N + V_H
+    dum=0; tdum=0; PAW%core=0;   PAW%tcore=0 ; PAW%den=0; PAW%tden=0
+    CALL hatL(Grid,PAW,0,hat)
+    DO io=1,norbit
+       occ=PAW%OCCwfn%occ(io)
+       if (occ>1.d-5) then
+          dum=dum+occ*PAW%OCCwfn%wfn(:,io)**2
+          tdum=tdum+occ*PAW%TOCCwfn%wfn(:,io)**2
+       endif
+       IF (PAW%OCCwfn%iscore(io)) THEN
+          PAW%core=PAW%core+occ*PAW%OCCwfn%wfn(:,io)**2
+          !PAW%tcore=PAW%tcore+occ*PAW%TOCCwfn%wfn(:,io)**2
+       ELSE
+          PAW%den=PAW%den+occ*PAW%OCCwfn%wfn(:,io)**2
+          PAW%tden=PAW%tden+occ*PAW%TOCCwfn%wfn(:,io)**2
+       ENDIF
+    ENDDO
+
+    ! tdum loads PAW%rveff/r
+    tdum=0; tdum(2:n)=PAW%rveff(2:n)/r(2:n)
+    call extrapolate(Grid,tdum)
+
+    ! complete projector functions  ;
+    DO ib=1,nbase
+       PAW%tp(:,ib)=PAW%Kop(:,ib)
+       l=PAW%l(ib)
+       lng=PAW%rng(ib)
+       CALL Calc_tXp_basis(Grid,PAW,ib,dum,lng);
+       ! testing
+       !arg=0
+       !ni=PAW%np(ib)
+       !DO jo=1,norbit
+       !   IF(PAW%valencemap(jo)==ib) THEN
+       !      ni=jo
+       !   ENDIF
+       !ENDDO
+       !CALL Calc_XP(Grid,PAW%OCCwfn,ni,PAW%l(ib),PAW%phi(:,ib),hat)
+
+       !DO i=1,n
+       !   WRITE(300+ib,'(1p,20e15.7)') r(i),dum(i),hat(i)
+       !   arg(i)=   -Gsecondderiv(Grid,i,PAW%phi(:,ib))+&
+       !&                DBLE(l*(l+1))/(r(i)**2)*PAW%phi(i,ib)
+       !ENDDO
+       ! end testing
+
+       dum(1)=0; dum(2:lng)=dum(2:lng)/r(2:lng)
+       PAW%tp(1:lng,ib)=PAW%tp(1:lng,ib)+tdum(1:lng)*PAW%tphi(1:lng,ib)+&
+&                dum(1:lng)
+       arg(2:n)=arg(2:n)+Pot%rv(2:n)*PAW%phi(2:n,ib)/r(2:n)+hat(2:n)/r(2:n)
+       if (PAW%eig(ib)>0.d0) then
+          if (PAW%occ(ib)> 0.001d0) then
+            write(6,*) 'Problem with basis ib', &
+&           ib,PAW%l(ib),PAW%eig(ib),PAW%occ(ib)
+            stop
+          endif
+          PAW%tp(1:lng,ib)=PAW%tp(1:lng,ib)-PAW%eig(ib)*PAW%tphi(1:lng,ib)
+          arg(:)=arg(:)-PAW%eig(ib)*PAW%phi(:,ib)
+       else
+          ioo=0;joo=0
+          DO io=1,norbit
+             IF(PAW%valencemap(io)==ib) ioo=io
+          ENDDO
+          Do jo=1,norbit
+             IF(PAW%OCCWFN%l(jo)==l.and..not.PAW%OCCWFN%iscore(jo)) then
+              joo=jo
+              PAW%tp(1:lng,ib)=PAW%tp(1:lng,ib)-&
+&                    PAW%OCCWFN%lqp(joo,ioo)*PAW%TOCCWFN%wfn(1:lng,joo)
+              arg(:)=arg(:)-&
+&                    PAW%OCCWFN%lqp(joo,ioo)*PAW%OCCWFN%wfn(:,joo)
+              write(6,*) 'ioo,joo,lam', ioo,joo,PAW%OCCWFN%lqp(joo,ioo)
+             ENDIF
+          Enddo
+       endif
+       !do i=1,n
+       !    write(900+ib,'(1p,20e15.7)') r(i),PAW%tp(i,ib),arg(i)
+       !enddo
+    ENDDO
+
+    open(123,file="tp",form="formatted")
+    do i=1,n
+       write(123,'(1p,50e15.7)') Grid%r(i),(PAW%tp(i,ib),ib=1,nbase)
+    enddo
+    close(123)
+    ! Form orthogonalized projector functions
+    DO ib=1,nbase
+       PAW%ophi(:,ib)=PAW%phi(:,ib)
+       PAW%otphi(:,ib)=PAW%tphi(:,ib)
+    ENDDO
+
+    DO l=0,lmax
+       icount=0
+       DO ib=1,nbase
+          IF (PAW%l(ib)==l) icount=icount+1
+       ENDDO
+       WRITE(6,*) 'For l = ', l,icount,' basis functions'
+       ALLOCATE(aa(icount,icount),ai(icount,icount),omap(icount))
+       aa=0;icount=0;lng=n
+       DO ib=1,nbase
+          IF (PAW%l(ib)==l) THEN
+             icount=icount+1
+             omap(icount)=ib
+             lng=min(lng,PAW%rng(ib))
+          ENDIF
+       ENDDO
+       DO i=1,icount
+          ib=omap(i)
+          DO j=1,icount
+             jb=omap(j)
+             aa(i,j)=overlap(Grid,PAW%otphi(:,ib),PAW%tp(:,jb),1,lng)
+             write(6,*) 'Overlap', ib,jb,aa(i,j)
+          ENDDO
+       ENDDO
+       ai=aa;CALL minverse(ai,icount,icount,icount)
+
+       DO i=1,icount
+          ib=omap(i)
+          PAW%ck(ib)=ai(i,i)
+          PAW%otp(:,ib)=0
+          DO j=1,icount
+             jb=omap(j)
+             PAW%otp(1:lng,ib)=PAW%otp(1:lng,ib)+PAW%tp(1:lng,jb)*ai(j,i)
+          ENDDO
+       ENDDO
+       DEALLOCATE(aa,ai,omap)
+    ENDDO
+
+    DEALLOCATE(Ci,arg,dum,tdum,hat)
+  END SUBROUTINE make_hf_tp_only
+
+
+  SUBROUTINE Smoothfunc(r,l,np,thisrc,n,wfnin,wfnout)
+  REAL(8), INTENT(IN):: r(:),wfnin(:)
+  INTEGER, INTENT(IN) :: l,np,thisrc,n
+  REAL(8), INTENT(OUT) :: wfnout(:)
+
+  REAL(8), ALLOCATABLE :: Ci(:)
+  REAL(8) :: xx
+  INTEGER :: i,j
+
+  ALLOCATE(Ci(np))
+  wfnout(:)=0
+  CALL pspolyn(wfnin(:),Ci,r,l,np,thisrc,n)
+  wfnout(:)=wfnin(:)
+  DO i=1,thisrc-1
+     xx=r(i)*r(i)
+     wfnout(i)=Ci(1)+Ci(2)*xx
+     DO j=3,np
+        wfnout(i)=wfnout(i)+Ci(j)*xx**(j-1)
+     ENDDO
+     wfnout(i)=wfnout(i)*r(i)**(l+1)
+  ENDDO
+
+  DEALLOCATE(Ci)
+END SUBROUTINE Smoothfunc
+
+  ! Version of Calc_tXp for PAW basis functions only
+  SUBROUTINE Calc_tXp_basis(Grid,PAW,ib,tres,lng)
+    TYPE(GridInfo), INTENT(IN):: Grid
+    TYPE(PseudoInfo), INTENT(IN):: PAW
+    INTEGER, INTENT(IN) :: ib,lng
+    REAL(8), INTENT(OUT) :: tres(:)
+
+    REAL(8), POINTER :: r(:)
+    REAL(8), ALLOCATABLE :: wfp(:),vl(:),dum(:),arg(:),f(:),hat(:)
+    INTEGER :: i,j,k,n,m,ll,li,lj,lmin,lmax,io,jo,ok,norbit,ko
+    INTEGER :: nu,nup,nj,ni
+    REAL(8) :: occ,term,term1,wgt,occi,occj,rc,uvjo
+    REAL(8), PARAMETER :: threshold=1.d-8
+
+    tres=0.d0
+    norbit=PAW%OCCwfn%norbit
+    n=Grid%n
+    !lng=min(n,PAW%rng(ib))
+
+    ALLOCATE(wfp(n),vl(n),dum(n),arg(n),f(n),hat(n))
+    r=>Grid%r
+    li=PAW%l(ib)
+    ni=PAW%np(ib)
+    DO jo=1,norbit
+       IF(PAW%valencemap(jo)==ib) THEN
+          ni=jo
+       ENDIF
+    ENDDO
+
+    occ=1.d0
+
+    DO jo=1,norbit
+       occj=PAW%OCCwfn%occ(jo); vl=0.d0
+       IF (occj>threshold) THEN
+          lj=PAW%OCCwfn%l(jo);nj=PAW%OCCwfn%np(jo)
+          lmax=li+lj
+          lmin=ABS(li-lj)
+          wfp(1:lng)=PAW%tphi(1:lng,ib)*PAW%TOCCwfn%wfn(1:lng,jo)
+          arg(1:lng)=PAW%phi(1:lng,ib)*PAW%OCCwfn%wfn(1:lng,jo)-wfp(1:lng)
+          DO ll=lmin,lmax,2
+             CALL EXXwgt(occ,occj,ni,li,jo,lj,ll,wgt)
+             IF (wgt>threshold) THEN
+                wgt=wgt*(2*ll+1)   ! because of apoisson convention
+                CALL hatL(Grid,PAW,ll,dum)
+                f=arg*(r**ll)
+                f=wfp+integrator(Grid,f,1,lng)*dum
+                CALL apoisson(Grid,ll,lng,f,dum)
+                vl(1:lng)=vl(1:lng)-wgt*dum(1:lng)*PAW%TOCCwfn%wfn(1:lng,jo)/occ
+             ENDIF
+          ENDDO
+       ENDIF
+       tres=tres+vl
+    ENDDO   !jo
+
+    DEALLOCATE(wfp,vl,dum,arg,f,hat)
+  END SUBROUTINE Calc_tXp_basis
+
+  SUBROUTINE HFOrthotocore(Grid,l,wfn,PAW)
+    TYPE(GridInfo) , INTENT(IN) :: Grid
+    INTEGER, INTENT(IN) :: l
+    REAL(8), INTENT(INOUT) :: wfn(:)
+    TYPE(PseudoInfo), INTENT(IN) :: PAW
+
+    INTEGER :: io,ib
+    REAL(8) :: x,y
+    REAL(8) :: small=1.d-9
+
+    DO io=1,PAW%TOCCWFN%norbit
+       IF (PAW%TOCCWFN%iscore(io).AND.PAW%TOCCWFN%l(io)==l) THEN
+          x=CoreOverlap(Grid,PAW,l,io,wfn)
+          y=CoreOverlap(Grid,PAW,l,io,PAW%TOCCWFN%wfn(:,io))
+          if (ABS(x)>small) wfn=wfn-PAW%TOCCWFN%wfn(:,io)*x/y
+       ENDIF
+    ENDDO
+  END SUBROUTINE HFOrthotocore
+
+  FUNCTION CoreOverlap(Grid,PAW,l,ic,wfn)
+    REAL(8) :: CoreOverlap
+    TYPE(GridInfo) , INTENT(IN) :: Grid
+    INTEGER, INTENT(IN) :: l,ic
+    REAL(8), INTENT(IN) :: wfn(:)
+    TYPE(PseudoInfo), INTENT(IN) :: PAW
+
+    INTEGER :: io,ib
+    REAL(8) :: x
+    REAL(8) :: small=1.d-9
+
+    CoreOverlap=0.d0 ; x=0.d0
+    write(6,*) 'In CoreOverlap ',l,ic
+    if(PAW%TOCCWFN%iscore(ic).and.PAW%TOCCWFN%l(ic)==l) then
+          x=overlap(Grid,wfn,PAW%TOCCWFN%wfn(:,ic))
+          write(6,*) 'In CoreOverlap ', x
+          DO ib=1,PAW%nbase
+             IF (PAW%l(ib)==l.AND.ABS(PAW%mLic(ib,ic,1))>small) THEN
+                x=x+overlap(Grid,wfn,PAW%otp(:,ib))*PAW%mLic(ib,ic,1)
+                write(6,*) 'In CoreOverlap ', ib,x
+             ENDIF
+          ENDDO
+          WRITE(6,*) 'overlap with core ', l,ic,x
+     ENDIF
+     CoreOverlap=x
+
+  END FUNCTION CoreOverlap
+
+  ! HF version of generalized Graham-Schmidt orthogonalization of wfn1 to wfn2
+  ! on output <wfn1|O|wfn2>=0
+  SUBROUTINE HFgenOrthog(Grid,PAW,l,wfn1,wfn2)
+    !REAL(8) :: genoverlap
+    TYPE(GridInfo), INTENT(IN) :: Grid
+    TYPE(PseudoInfo), INTENT(IN) :: PAW
+    INTEGER, INTENT(IN) :: l
+    REAL(8), INTENT(INOUT) :: wfn1(:)
+    REAL(8), INTENT(IN) :: wfn2(:)
+
+    REAL(8) :: x,y
+
+    !   Orthogonalize
+    x=HFgenoverlap(Grid,PAW,l,wfn1,wfn2)
+    y=HFgenoverlap(Grid,PAW,l,wfn2,wfn2)
+
+    WRITE(6,*) 'overlap ', x,y
+    wfn1(:)=wfn1(:)-(x/y)*wfn2(:)
+
+  END SUBROUTINE HFgenOrthog
+
+  !*******************************************************************
+  !  HF version of genoverlap
+  !*******************************************************************
+  FUNCTION HFgenoverlap(Grid,PAW,l,wfn1,wfn2)
+    REAL(8) :: HFgenoverlap
+    TYPE(GridInfo), INTENT(IN) :: Grid
+    TYPE(PseudoInfo), INTENT(IN) :: PAW
+    INTEGER, INTENT(IN) :: l
+    REAL(8), INTENT(IN) :: wfn1(:),wfn2(:)
+
+    INTEGER :: n,ib,ic,nbase
+    REAL(8) :: h
+    REAL(8), ALLOCATABLE :: a(:),b(:)
+
+    n=Grid%n; h=Grid%h; nbase=PAW%nbase;
+    ALLOCATE(a(nbase),b(nbase),stat=ib)
+    IF (ib/=0) THEN
+       WRITE(6,*) 'Error in HFgenoverlap allocation', nbase,ib
+       STOP
+    ENDIF
+
+    HFgenoverlap=overlap(Grid,wfn1,wfn2)
+    a=0; b=0
+    DO ib=1,nbase
+       IF (l==PAW%l(ib)) THEN
+          a(ib)=overlap(Grid,wfn1,PAW%otp(:,ib))
+          b(ib)=overlap(Grid,wfn2,PAW%otp(:,ib))
+       ENDIF
+    ENDDO
+    DO ib=1,nbase
+       DO ic=1,nbase
+          HFgenoverlap=HFgenoverlap+a(ib)*PAW%oij(ib,ic)*b(ic)
+       ENDDO
+    ENDDO
+
+    DEALLOCATE(a,b)
+  END FUNCTION HFgenoverlap
+
+  SUBROUTINE GetMoment(Grid,PAW,io,jo,ll,o,ml,zero)
+    TYPE(GridInfo), INTENT(IN) :: Grid
+    TYPE(PseudoInfo), INTENT(IN) :: PAW
+    INTEGER, INTENT(IN) :: io,jo,ll
+    REAL(8), INTENT(IN) :: o(:,:)   ! o(io,ib) for valence states
+    REAL(8), INTENT(OUT) :: ml(:)
+    LOGICAL, INTENT(OUT) :: zero
+
+    INTEGER :: ib, jb,l,li,lj
+    REAL(8) :: x
+    REAL(8) :: thres=1.d-9
+    REAL(8) , ALLOCATABLE :: arg(:)
+
+    ml=0; zero=.TRUE.
+
+    IF (PAW%OCCWFN%iscore(io)) THEN
+       WRITE(6,*) 'In GetMoment -- io must not be core state !'
+       STOP
+    ENDIF
+
+    li=PAW%OCCWFN%l(io)
+    lj=PAW%OCCWFN%l(jo)
+    !write(6,*) 'In GetMoment ', li,lj,ll
+    IF (ll<ABS(li-lj).OR.ll>(li+lj)) THEN
+       RETURN
+    ENDIF
+
+    zero=.FALSE.
+    IF (PAW%OCCWFN%iscore(jo)) THEN
+       DO ib=1,PAW%nbase
+          IF (PAW%l(ib)==li) THEN
+             ml=ml+o(io,ib)*PAW%mLic(ib,jo,ll+1)*PAW%g(:,ll+1)
+          ENDIF
+       ENDDO
+    ELSE
+       DO ib=1,PAW%nbase
+          IF (PAW%l(ib)==li) THEN
+             DO jb=1,PAW%nbase
+                IF (PAW%l(jb)==lj) THEN
+                   ml=ml+&
+&                       o(io,ib)*o(jo,jb)*PAW%mLij(ib,jb,ll+1)*PAW%g(:,ll+1)
+                ENDIF
+             ENDDO
+          ENDIF
+       ENDDO
+    ENDIF
+
+    !allocate(arg(Grid%n))
+    !arg=ml*(Grid%r**ll)
+    !write(6,*) 'GetMoment',io,jo,ll,integrator(Grid,arg)
+    !deallocate(arg)
+  END SUBROUTINE GetMoment
+!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
+  !  Calc_tXv(Grid,PAW,io,o,tres,Xiv,tEx,Eax)
+  !      Calculate \tilde{X}_v for valence orbital io as well as
+  !        one-center matrix elements Xiv(ib,io), smooth energy tEx
+  !           and one-center contributions Eax
+!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
+
+  SUBROUTINE Calc_tXv(Grid,PAW,io,o,tres,Xiv,tEx,Eax)
+    TYPE(GridInfo), INTENT(IN):: Grid
+    TYPE(PseudoInfo), INTENT(IN):: PAW
+    INTEGER, INTENT(IN) :: io
+    REAL(8), INTENT(IN) :: o(:,:)      ! o(io,ib) for valence states
+    REAL(8), INTENT(OUT) :: tres(:) ,Xiv(:) ,tEx, Eax
+
+    REAL(8), POINTER :: r(:)
+    REAL(8), ALLOCATABLE :: wfp(:),vl(:),dum(:),arg(:),f(:),hat(:)
+    INTEGER :: i,j,k,n,m,ll,li,lj,lmin,lmax,jo,ok,norbit,ko,ib,jb,kb,lb
+    INTEGER :: nu,nup,nj,ni
+    REAL(8) :: occ,term,term1,wgt,occi,occj,rc,uvjo,fac,x
+    REAL(8), PARAMETER :: threshold=1.d-8
+    LOGICAL :: iszero
+
+
+    tres=0.d0; Xiv=0.d0; tEx=0.d0; Eax=0.d0
+    norbit=PAW%OCCwfn%norbit
+    n=Grid%n
+
+    ALLOCATE(wfp(n),vl(n),dum(n),arg(n),f(n),hat(n))
+    r=>Grid%r
+    li=PAW%OCCwfn%l(io)
+
+    occ=1.d0
+
+    DO jo=1,norbit
+       occj=PAW%OCCwfn%occ(jo); vl=0.d0
+       IF (occj>threshold) THEN
+          lj=PAW%OCCwfn%l(jo)
+          IF (PAW%OCCwfn%iscore(jo)) THEN
+             fac=1.d0
+          ELSE
+             fac=0.5d0
+          ENDIF
+          lmax=li+lj
+          lmin=ABS(li-lj)
+          wfp(1:n)=PAW%TOCCwfn%wfn(1:n,io)*PAW%TOCCwfn%wfn(1:n,jo)
+          DO ll=lmin,lmax,2
+             CALL EXXwgt(occ,occj,io,li,jo,lj,ll,wgt)
+             IF (wgt>threshold) THEN
+                wgt=wgt*(2*ll+1)   ! because of apoisson convention
+                CALL GetMoment(Grid,PAW,io,jo,ll,o,arg,iszero)
+                IF (iszero) THEN
+                   WRITE(6,*) 'Zero moment ', io,jo,li,lj,ll
+                   STOP
+                ENDIF
+                arg=arg+wfp
+                CALL apoisson(Grid,ll,n,arg,dum)
+                vl(1:n)=vl(1:n)-wgt*dum(1:n)*PAW%TOCCwfn%wfn(1:n,jo)/occ
+                dum(1)=0; dum(2:n)=dum(2:n)/Grid%r(2:n)
+                tEx=tEx-fac*wgt*overlap(Grid,arg,dum)/occ
+                IF (PAW%OCCwfn%iscore(jo)) THEN
+                   DO ib=1,PAW%nbase      ! add Z terms to Xiv
+                      x=PAW%mLic(ib,jo,ll+1)
+                      IF (ABS(x)>threshold) THEN
+                         f=x*PAW%g(:,ll+1)
+                         Xiv(ib)=Xiv(ib)-wgt*overlap(Grid,dum,f)/occ
+                      ENDIF
+                   ENDDO
+                ELSE
+                   DO ib=1,PAW%nbase      ! add Z terms to Xiv
+                      x=0
+                      DO jb=1,PAW%nbase
+                         IF (PAW%l(jb)==lj) THEN
+                            x=x+o(jo,jb)*PAW%mLij(ib,jb,ll+1)
+                         ENDIF
+                      ENDDO
+                      f=x*PAW%g(:,ll+1)
+                      Xiv(ib)=Xiv(ib)-wgt*overlap(Grid,dum,f)/occ
+                   ENDDO
+                ENDIF
+             ENDIF
+          ENDDO
+       ENDIF
+       tres=tres+vl
+    ENDDO   !jo
+
+    !  complete Xiv terms
+    DO jo=1,norbit
+       occj=PAW%OCCwfn%occ(jo); vl=0.d0
+       IF (occj>threshold) THEN
+          lj=PAW%OCCwfn%l(jo)
+          lmax=li+lj
+          lmin=ABS(li-lj)
+          IF (PAW%OCCwfn%iscore(jo)) THEN
+             DO ll=lmin,lmax,2
+                CALL EXXwgt(occ,occj,io,li,jo,lj,ll,wgt)
+                IF (wgt>threshold) THEN
+                   wgt=wgt*(2*ll+1)   ! because of apoisson convention
+                   DO ib=1,PAW%nbase
+                      x=0
+                      DO jb=1,PAW%nbase
+                         IF (PAW%l(jb)==li) THEN
+                            x=x+o(io,jb)*PAW%DRC(ib,jb,jo,ll+1)
+                         ENDIF
+                      ENDDO
+                      Xiv(ib)=Xiv(ib)-wgt*x/occ
+                      Eax=Eax-wgt*x*o(io,ib)/occ
+                   ENDDO
+                ENDIF
+             ENDDO
+          ELSE
+             DO ll=lmin,lmax,2
+                CALL EXXwgt(occ,occj,io,li,jo,lj,ll,wgt)
+                IF (wgt>threshold) THEN
+                   wgt=wgt*(2*ll+1)   ! because of apoisson convention
+                   DO ib=1,PAW%nbase
+                      x=0
+                      DO jb=1,PAW%nbase
+                         IF (PAW%l(jb)==lj) THEN
+                            DO kb=1,PAW%nbase
+                               IF (PAW%l(kb)==lj) THEN
+                                  DO lb=1,PAW%nbase
+                                     IF (PAW%l(lb)==li) THEN
+                                        x=x+o(jo,jb)*o(jo,kb)*o(io,lb)*&
+&                                            PAW%DR(ib,jb,kb,lb,ll+1)
+                                     ENDIF
+                                  ENDDO
+                               ENDIF
+                            ENDDO
+                         ENDIF
+                      ENDDO
+                      Xiv(ib)=Xiv(ib)-wgt*x/occ
+                      Eax=Eax-0.5d0*wgt*x*o(io,ib)/occ
+                   ENDDO
+                ENDIF
+             ENDDO
+          ENDIF
+       ENDIF
+    ENDDO
+
+    DEALLOCATE(wfp,vl,dum,arg,f,hat)
+  END SUBROUTINE Calc_tXv
+
+  SUBROUTINE Calc_Xc(Grid,PAW,io,ic,o,Xcv)
+    TYPE(GridInfo), INTENT(IN):: Grid
+    TYPE(PseudoInfo), INTENT(IN):: PAW
+    INTEGER, INTENT(IN) :: io ,ic   !valence, core
+    REAL(8), INTENT(IN) :: o(:,:)      ! o(io,ib) for valence states
+    REAL(8), INTENT(OUT) :: Xcv
+
+    REAL(8), POINTER :: r(:)
+    REAL(8), ALLOCATABLE :: wfp(:),vl(:),dum(:),arg(:),f(:),hat(:)
+    INTEGER :: i,j,k,n,m,ll,li,lj,lmin,lmax,jo,ok,norbit,ko,ib,jb,kb,lb
+    INTEGER :: nu,nup,nj,ni
+    REAL(8) :: occ,term,term1,wgt,occi,occj,rc,uvjo,fac,x
+    REAL(8), PARAMETER :: threshold=1.d-8
+    LOGICAL :: iszero
+
+    Xcv=0.d0
+    IF (PAW%OCCWFN%iscore(io).OR..NOT.PAW%OCCWFN%iscore(ic)) THEN
+       WRITE(6,*) 'Calc_Xc assumes io is valence and ic core ', ic
+       STOP
+    ENDIF
+
+    norbit=PAW%OCCwfn%norbit
+    n=Grid%n
+
+    ALLOCATE(wfp(n),vl(n),dum(n),arg(n),f(n),hat(n))
+    r=>Grid%r
+    li=PAW%OCCwfn%l(io)
+
+    occ=1.d0
+
+    DO jo=1,PAW%TOCCwfn%norbit
+       occj=PAW%OCCwfn%occ(jo)
+       IF (occj>threshold) THEN
+          lj=PAW%OCCwfn%l(jo)
+          lmax=li+lj
+          lmin=ABS(li-lj)
+          wfp(1:n)=PAW%TOCCwfn%wfn(1:n,io)*PAW%TOCCwfn%wfn(1:n,jo)
+          DO ll=lmin,lmax,2
+             CALL EXXwgt(occ,occj,io,li,jo,lj,ll,wgt)
+             IF (wgt>threshold) THEN
+                wgt=wgt*(2*ll+1)   ! because of apoisson convention
+                CALL GetMoment(Grid,PAW,io,jo,ll,o,arg,iszero)
+                IF (iszero) THEN
+                   WRITE(6,*) 'zero moment', io,jo,li,lj,ll
+                   STOP
+                ENDIF
+                arg=arg+wfp
+                CALL apoisson(Grid,ll,n,arg,dum)
+                dum(1)=0; dum(2:n)=dum(2:n)/Grid%r(2:n)
+                IF (PAW%OCCwfn%iscore(jo)) THEN
+                   x=PAW%mLcc(jo,ic,ll+1)  ! add Z terms to Xcv
+                   IF (ABS(x)>threshold) THEN
+                      f=x*PAW%g(:,ll+1)
+                      Xcv=Xcv-wgt*overlap(Grid,dum,f)/occ
+                   ENDIF
+                ELSE
+                   x=0              ! add Z terms to Xcv
+                   DO jb=1,PAW%nbase
+                      IF (PAW%l(jb)==lj) THEN
+                         x=x+o(jo,jb)*PAW%mLic(jb,ic,ll+1)
+                      ENDIF
+                   ENDDO
+                   f=x*PAW%g(:,ll+1)
+                   Xcv=Xcv-wgt*overlap(Grid,dum,f)/occ
+                ENDIF
+             ENDIF
+          ENDDO
+       ENDIF
+    ENDDO   !jo
+
+    !  complete Xcv terms
+    DO jo=1,norbit
+       occj=PAW%OCCwfn%occ(jo)
+       IF (occj>threshold) THEN
+          lj=PAW%OCCwfn%l(jo)
+          lmax=li+lj
+          lmin=ABS(li-lj)
+          IF (PAW%OCCwfn%iscore(jo)) THEN
+             DO ll=lmin,lmax,2
+                CALL EXXwgt(occ,occj,io,li,jo,lj,ll,wgt)
+                IF (wgt>threshold) THEN
+                   wgt=wgt*(2*ll+1)   ! because of apoisson convention
+                   x=0
+                   DO jb=1,PAW%nbase
+                      IF (PAW%l(jb)==li) THEN
+                         x=x+o(io,jb)*PAW%DRCC(jb,ic,jo,ll+1) !jo last index
+                      ENDIF
+                   ENDDO
+                   Xcv=Xcv-wgt*x/occ
+                ENDIF
+             ENDDO
+          ELSE
+             DO ll=lmin,lmax,2
+                CALL EXXwgt(occ,occj,io,li,jo,lj,ll,wgt)
+                IF (wgt>threshold) THEN
+                   wgt=wgt*(2*ll+1)   ! because of apoisson convention
+                   x=0
+                   DO jb=1,PAW%nbase
+                      IF (PAW%l(jb)==lj) THEN
+                         DO kb=1,PAW%nbase
+                            IF (PAW%l(kb)==lj) THEN
+                               DO lb=1,PAW%nbase
+                                  IF (PAW%l(lb)==li) THEN
+                                     x=x+o(jo,jb)*o(jo,kb)*o(io,lb)*&
+&                                         PAW%DRCjkl(ic,jb,kb,lb,ll+1)
+                                  ENDIF
+                               ENDDO
+                            ENDIF
+                         ENDDO
+                      ENDIF
+                   ENDDO
+                   Xcv=Xcv-wgt*x/occ
+                ENDIF
+             ENDDO
+          ENDIF
+       ENDIF
+    ENDDO
+
+    DEALLOCATE(wfp,vl,dum,arg,f,hat)
+  END SUBROUTINE Calc_Xc
+
+!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
+  !  PAWIter_HF(Grid,PAW,err0,err,success)
+  !     On input PAW%TOCCWFN  contains initial guess of smooth wfn's
+  !        On output the guess is updated
+!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
+  SUBROUTINE PAWIter_HF(Grid,PAW,mix,err0,err,success)
+    TYPE(GridInfo), INTENT(IN) :: Grid
+    TYPE(PseudoInfo), INTENT(INOUT) :: PAW
+    REAL(8) , INTENT(IN) :: mix,err0
+    REAL(8) , INTENT(OUT) :: err
+    LOGICAL , INTENT(OUT) :: success
+
+    INTEGER :: i,j,k,l,li,lj,n,io,jo,ib,jb,kb,lb,norbit,irc,nbase,nocc
+    INTEGER, ALLOCATABLE :: tmap(:)
+    REAL(8) , ALLOCATABLE :: arg(:),rhs(:),rv(:),aden(:),v1(:),v2(:),o(:,:)
+    REAL(8) , ALLOCATABLE :: Xv(:,:),Xiv(:,:)
+    TYPE(OrbitInfo), POINTER :: PSO
+    TYPE(OrbitInfo) :: tmpOrbit
+    REAL(8) :: occ,x,y,q,v0term,en,val
+    INTEGER :: fcount=0
+    REAL(8), PARAMETER :: threshold=1.d-8
+    CHARACTER(4) :: stuff
+
+    success=.FALSE.
+    n=Grid%n; nbase=PAW%nbase; norbit=PAW%OCCWFN%norbit
+    ALLOCATE(arg(n),rhs(n),rv(n),aden(n),v1(n),v2(n),tmap(norbit),&
+&        o(norbit,nbase),Xv(n,norbit),Xiv(nbase,norbit))
+
+    PAW%tkin=0; PAW%tion=0; PAW%tvale=0; PAW%txc=0; PAW%Ea=0; PAW%Etotal=0
+    PSO=>PAW%TOCCWFN
+    ! orthonormalize
+    nocc=0
+    DO io=1,PSO%norbit
+       IF (.NOT.PSO%iscore(io)) THEN
+          CALL  HFOrthotocore(Grid,PSO%l(io),PSO%wfn(:,io),PAW)
+          IF (io>1) THEN
+             DO jo=1,io-1
+                IF (PSO%l(jo)==PSO%l(io).AND..NOT.PSO%iscore(jo)) THEN
+                   CALL HFgenOrthog(Grid,PAW,PSO%l(io),&
+&                       PSO%wfn(:,io),PSO%wfn(:,jo))
+                   WRITE(6,*) 'orthog', io,jo
+                ENDIF
+             ENDDO
+          ENDIF
+          x=HFgenoverlap(Grid,PAW,PSO%l(io),PSO%wfn(:,io),PSO%wfn(:,io))
+          PSO%wfn(:,io)=PSO%wfn(:,io)/SQRT(x)
+          WRITE(6,*) 'normalize ', io, x
+          nocc=nocc+1
+          tmap(nocc)=io
+       ENDIF
+    ENDDO
+
+    !   checking overlap
+    do i=1,nocc
+       io=tmap(i)
+       do jo=1,PSO%norbit
+          if (PSO%l(jo)==PSO%l(io))  then
+             if (PSO%iscore(jo)) then
+                x=CoreOverlap(Grid,PAW,PSO%l(io),jo,PSO%wfn(:,io))
+             else
+                x=HFgenoverlap(Grid,PAW,PSO%l(io),PSO%wfn(:,jo),PSO%wfn(:,io))
+             endif
+            write(6,*) 'overlap ',io,jo,x
+         endif
+       enddo
+    enddo
+
+    !  prepare overlap terms
+    o=0
+    DO k=1,nocc
+       io=tmap(k); l=PSO%l(io)
+       DO ib=1,PAW%nbase
+          IF (l==PAW%l(ib)) THEN
+             o(io,ib)=overlap(Grid,PSO%wfn(:,io),PAW%otp(:,ib))
+             WRITE(6,'("<p|psi> ", 2i5,1p,1e15.7)') io,ib,o(io,ib)
+          ENDIF
+       ENDDO
+    ENDDO
+
+    CALL CopyOrbit(PSO,tmpOrbit)
+
+    rv=PAW%rtVf; PAW%tkin=0;   PAW%wij=0;    PSO%lqp=0
+    PAW%tden=0;rhs=0;aden=0;x=0
+    DO k=1,nocc
+       io=tmap(k) ; l=PSO%l(io)
+       occ=PSO%occ(io)
+       PAW%tden=PAW%tden+occ*(PSO%wfn(:,io))**2
+       DO jo=1,PSO%norbit
+          IF(PSO%l(jo)==l) THEN
+             CALL kinetic_ij(Grid,PSO%wfn(:,io),PSO%wfn(:,jo),l,y)
+             PSO%lqp(jo,io)=y
+             !WRITE(6,*) 'Kinetic ',jo,io,y
+             IF (io==jo) THEN
+                PAW%tkin= PAW%tkin + occ*y
+                !PSO%eig(io)=y
+             ENDIF
+          ENDIF
+       ENDDO
+       DO ib=1,PAW%nbase
+          DO jb=1,PAW%nbase
+             IF (PAW%l(ib)==l.AND.PAW%l(jb)==l) THEN
+                x=x+occ*o(io,ib)*o(io,jb)*PAW%mLij(ib,jb,1)
+                PAW%wij(ib,jb)=PAW%wij(ib,jb)+occ*o(io,ib)*o(io,jb)
+             ENDIF
+          ENDDO
+       ENDDO
+    ENDDO
+
+    aden=PAW%tden+x*PAW%g(:,1)
+
+    ! now have kinetic part of lqv and valence pseudodensity
+    arg=0; arg(2:n)=(aden(2:n)*PAW%hatpot(2:n))/Grid%r(2:n)
+    v0term=integrator(Grid,arg)
+    WRITE(6,*) 'v0term, aden', v0term,integrator(Grid,aden)
+
+    CALL poisson(Grid,q,aden,rhs,x)
+    WRITE(6,*) 'PAW poisson ', q,x
+    PAW%tvale=x
+    arg=0; arg(2:n)=PAW%rtVf(2:n)/Grid%r(2:n)
+    PAW%tion=overlap(Grid,arg,PAW%tden)
+    rv=rv+rhs    ! vion + valence-Hartree
+
+    DO k=1,nocc
+       io=tmap(k);l=PSO%l(io)
+       arg=rv*(PSO%wfn(:,io));
+       arg(1)=0; arg(2:n)=arg(2:n)/Grid%r(2:n)
+       DO jo=1,PSO%norbit
+          IF (PSO%l(jo)==l) THEN
+             x=overlap(Grid,PSO%wfn(:,jo),arg)
+             !WRITE(6,*) ' potential term ',jo,io, x
+             PSO%lqp(jo,io)= PSO%lqp(jo,io)+x
+          ENDIF
+       ENDDO
+    ENDDO
+
+    PAW%dij=0; PAW%Ea=0
+    DO ib=1,PAW%nbase
+       DO jb=1,PAW%nbase
+          IF (PAW%l(ib)==PAW%l(jb)) THEN
+             PAW%dij(ib,jb)=PAW%dij(ib,jb) + PAW%Kij(ib,jb) + &
+&                 PAW%VFij(ib,jb)+PAW%mLij(ib,jb,1)*v0term
+             PAW%Ea=PAW%Ea + PAW%wij(ib,jb)*(PAW%Kij(ib,jb) + &
+&                 PAW%VFij(ib,jb))
+             x=0;    !  accumulate Hartree term
+             DO kb=1,PAW%nbase
+                DO lb=1,PAW%nbase
+                   IF (PAW%l(kb)==PAW%l(lb)) THEN
+                      x=x+PAW%wij(kb,lb)*PAW%DR(ib,jb,kb,lb,1)
+                   ENDIF
+                ENDDO
+             ENDDO
+             PAW%dij(ib,jb)=PAW%dij(ib,jb)+x
+             PAW%Ea=PAW%Ea + 0.5d0*PAW%wij(ib,jb)*x
+             write(6,'(" Dij chk again ", 3I5,1p,1e20.13)')ib,jb,PAW%l(ib),&
+&               PAW%dij(ib,jb)
+          ENDIF
+       ENDDO
+    ENDDO
+
+    ! valence Dij terms are completed; update valence lqp
+    DO i=1,nocc
+       io=tmap(i); li=PSO%l(io)
+       DO j=1,nocc
+          jo=tmap(j); lj=PSO%l(jo)
+          !WRITE(6,*) 'lqv before dij ', jo,io,PSO%lqp(jo,io)
+          DO ib=1,PAW%nbase
+             IF (PAW%l(ib)==li) THEN
+                DO jb=1,PAW%nbase
+                   IF (PAW%l(jb)==lj) THEN
+                      PSO%lqp(jo,io)=PSO%lqp(jo,io)+&
+&                          PAW%dij(ib,jb)*o(io,ib)*o(jo,jb)
+                   ENDIF
+                ENDDO
+             ENDIF
+          ENDDO
+          !WRITE(6,*) 'lqv after dij ', jo,io,PSO%lqp(jo,io)
+       ENDDO
+    ENDDO
+
+    !  update core lqp
+    DO io=1,PSO%norbit
+       IF (PSO%iscore(io)) THEN
+          DO jb=1,PAW%nbase
+             IF (PAW%l(jb)==PSO%l(io)) THEN
+                x=PAW%Dcj(io,jb)+PAW%mLic(jb,io,1)*v0term
+                DO kb=1,PAW%nbase
+                   DO lb=1,PAW%nbase
+                      if (PAW%l(kb)==PAW%l(lb))  &
+&                        x=x+PAW%wij(kb,lb)*PAW%DRCjkl(io,jb,kb,lb,1)
+                   ENDDO
+                ENDDO
+                DO j=1,nocc
+                   jo=tmap(j); lj=PSO%l(jo)
+                   IF (lj==PAW%l(jb)) THEN
+                      PSO%lqp(io,jo)=PSO%lqp(io,jo)+x*o(jo,jb)
+                      !WRITE(6,*) 'Update lqv ', io,jo,jb,PSO%lqp(io,jo)
+                   ENDIF
+                ENDDO
+             ENDIF
+          ENDDO
+       ENDIF
+    ENDDO
+
+    ! setup exchange terms
+    PAW%txc=0
+    DO i=1,nocc
+       io=tmap(i);l=PSO%l(io)
+       CALL Calc_tXv(Grid,PAW,io,o,Xv(:,io),Xiv(:,io),x,y)
+       WRITE(6,*) 'Xiv ',io, (Xiv(ib,io),ib=1,PAW%nbase)
+       !WRITE(6,*) 'x y', x,y
+       PAW%txc=PAW%txc+PSO%occ(io)*x
+       PAW%Ea=PAW%Ea+PSO%occ(io)*y
+       arg=0;   arg(2:n)=Xv(2:n,io)/Grid%r(2:n)
+       DO jo=1,PSO%norbit
+          IF (PSO%l(jo)==l) THEN
+             x=overlap(Grid,PSO%wfn(:,jo),arg)
+             PSO%lqp(jo,io)=PSO%lqp(jo,io)+x
+             !WRITE(6,*) 'Smooth exchange ' , jo,io,x
+             IF (PSO%iscore(jo)) THEN
+                CALL Calc_Xc(Grid,PAW,io,jo,o,x)
+                PSO%lqp(jo,io)=PSO%lqp(jo,io)+x
+                !WRITE(6,*) 'One center exchange',x
+             ELSE
+                x=0
+                DO ib=1,PAW%nbase
+                   IF(PAW%l(ib)==l) x=x+o(jo,ib)*Xiv(ib,io)
+                ENDDO
+                !WRITE(6,*) 'One center exchange',x
+                PSO%lqp(jo,io)=PSO%lqp(jo,io)+x
+             ENDIF
+             WRITE(6,'("lqp jo,io ", 2i5,1p,1e15.7)') jo,io, PSO%lqp(jo,io)
+          ENDIF
+       ENDDO
+       PSO%eig(io)=PSO%lqp(io,io)
+    ENDDO
+     !do i=1,Grid%n
+     !    write(601,'(1P15e15.7)') Grid%r(i),(Xv(i,tmap(k)),k=1,nocc)
+     !enddo
+
+    PAW%Etotal=PAW%tkin+PAW%tion+PAW%tvale+PAW%txc+PAW%Ea
+    WRITE(6,*) '*******Total energy*********', PAW%Etotal
+    WRITE(6,*) 'PAW%tkin                    ',PAW%tkin
+    WRITE(6,*) 'PAW%tion                    ',PAW%tion
+    WRITE(6,*) 'PAW%tvale                   ',PAW%tvale
+    WRITE(6,*) 'PAW%txc                     ',PAW%txc
+    WRITE(6,*) 'PAW%Ea                      ',PAW%Ea
+
+    ! Solve inhomogeneous diffeq. and store result in tmpOrbit
+    err=0;
+    DO k=1,nocc
+       io=tmap(k); l=PSO%l(io)
+       en=PSO%eig(io)
+       arg=0; arg(2:n)=Xv(2:n,io)/Grid%r(2:n)
+       rhs=-arg-en*PSO%wfn(:,io)
+       DO jo=1,PSO%norbit
+          if (io==jo.or.(PSO%l(jo)==l.and.PSO%occ(jo)>threshold)) &
+&                  rhs=rhs+PSO%lqp(jo,io)*PSO%wfn(:,jo)
+       ENDDO
+       DO ib=1,PAW%nbase
+          IF(PAW%l(ib)==l) THEN
+             x=-Xiv(ib,io)
+             DO jb=1,PAW%nbase
+                IF (PAW%l(jb)==l) x=x-PAW%dij(ib,jb)*o(io,jb)
+             ENDDO
+             DO jo=1,PSO%norbit
+                if (io==jo.or.(PSO%l(jo)==l.and.PSO%occ(jo)>threshold)) then
+                   IF (PSO%iscore(jo)) THEN
+                       x=x+PSO%lqp(jo,io)*PAW%mLic(ib,jo,1)
+                   ELSE
+                       DO jb=1,PAW%nbase
+                          IF(PAW%l(jb)==l) THEN
+                            x=x+PSO%lqp(jo,io)*PAW%oij(ib,jb)*o(jo,jb)
+                          ENDIF
+                       ENDDO
+                   ENDIF
+                endif
+             ENDDO
+          rhs=rhs+PAW%otp(:,ib)*x
+          ENDIF
+       ENDDO
+
+       tmpOrbit%wfn(:,io)=0   ; rhs=-rhs
+       !  note rhs is -(what we expect)
+       CALL inhomo_bound_numerov(Grid,l,n,en,rv,rhs,tmpOrbit%wfn(:,io))
+       arg=(PSO%wfn(:,io)-tmpOrbit%wfn(:,io))**2
+       err=err+PSO%occ(io)*Integrator(Grid,arg)
+       !do i=1,Grid%n
+       !   write(800+k,'(1p,20e15.7)') Grid%r(i),PSO%wfn(i,io),&
+       !&     tmpOrbit%wfn(i,io),rhs(i),rv(i)
+       !enddo
+    ENDDO
+
+    !stop
+    WRITE(6,*) 'PAWIter ', fcount,err
+    call mkname(fcount,stuff)
+     open(1001, file='hfpswfn.'//stuff,form='formatted')
+       do i=1,Grid%n
+          write(1001,'(1p,20e15.7)') Grid%r(i),(tmpOrbit%wfn(i,io),&
+&                   PSO%wfn(i,io),io=1,PSO%norbit)
+       enddo
+     close(1001)
+
+    ! update wfn if tolerance not satisfied
+    IF (err>err0) THEN
+       val=(1.d0-mix)
+       WRITE(6,*) 'mixing wfns ', val
+       DO k=1,nocc
+          io=tmap(k)
+          PSO%wfn(:,io)=val*PSO%wfn(:,io)+mix*tmpOrbit%wfn(:,io)
+       ENDDO
+    ELSE
+       success=.TRUE.
+    ENDIF
+    fcount=fcount+1
+    DEALLOCATE(arg,rhs,rv,aden,v1,v2,tmap,o,Xv,Xiv)
+    CALL DestroyOrbit(tmpOrbit)
+  END SUBROUTINE PAWIter_HF
+
+
+
+!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
+  !  Calc_tXp(Grid,PAW,li,wfn,twfn,tres)
+  !      Calculate \tilde{X}_p for continuum pseudostate wfn
+  !        Used for finding local pseudopotential in HF
+!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
+
+  SUBROUTINE Calc_tXp(Grid,PAW,ni,li,wfn,twfn,tres,lng)
+    TYPE(GridInfo), INTENT(IN):: Grid
+    TYPE(PseudoInfo), INTENT(IN):: PAW
+    INTEGER, INTENT(IN) :: ni,li
+    REAL(8), INTENT(IN) :: wfn(:),twfn(:)
+    REAL(8), INTENT(INOUT) :: tres(:)
+    INTEGER, OPTIONAL, INTENT(IN) :: lng
+
+    REAL(8), POINTER :: r(:)
+    REAL(8), ALLOCATABLE :: wfp(:),vl(:),dum(:),arg(:),f(:),hat(:,:)
+    INTEGER :: i,j,k,l,n,m,ll,lj,lmin,lmax,jo,ok,norbit,ko,ib,jb,kb,lb,last
+    INTEGER :: nu,nup,nj
+    REAL(8) :: occ,term,term1,wgt,occi,occj,rc,uvjo,fac,x
+    REAL(8), PARAMETER :: threshold=1.d-8
+    LOGICAL :: iszero
+
+
+    norbit=PAW%TOCCwfn%norbit
+    n=Grid%n
+
+    write(6,*) 'In Calc_tXp ', n,norbit; call flush(6)
+    ll=MAXVAL(PAW%TOCCWFN%l(:)); ll=li+ll
+
+    ALLOCATE(wfp(n),vl(n),dum(n),arg(n),f(n),hat(n,ll+1))
+    r=>Grid%r
+
+    write(6,*) 'After alloc ',n;call flush(6)
+    tres(:)=0.d0;
+    occ=1.d0
+
+    DO l=0,ll
+       CALL hatL(Grid,PAW,l,hat(:,l+1))
+       f=hat(:,l+1)*(Grid%r(:)**l)
+       write(6,*) 'test hat l', l,integrator(Grid,f)
+    ENDDO
+
+    Open(33,file='hattest',form='formatted')
+    do i=1,n
+      write(33,'(1p,50e15.7)') Grid%r(i),(hat(i,l+1),l=0,ll)
+    enddo
+    close(33)
+
+    last=n
+    if (present(lng)) last=min(last,lng)
+    r=>Grid%r
+
+    DO jo=1,norbit
+       write(6,*) 'jo : ', jo; call flush(6)
+       occj=PAW%OCCwfn%occ(jo); vl=0.d0
+       IF (occj>threshold) THEN
+          lj=PAW%OCCwfn%l(jo)
+          lmax=li+lj
+          lmin=ABS(li-lj)
+          wfp(1:last)=twfn(1:last)*PAW%TOCCwfn%wfn(1:last,jo)
+          arg(1:last)=wfn(1:last)*PAW%OCCwfn%wfn(1:last,jo) - &
+&              twfn(1:last)*PAW%TOCCwfn%wfn(1:last,jo)
+          DO ll=lmin,lmax,2
+             CALL EXXwgt(occ,occj,ni,li,jo,lj,ll,wgt)
+             IF (wgt>threshold) THEN
+                wgt=wgt*(2*ll+1)   ! because of apoisson convention
+                f(1:last)=arg(1:last)*(r(1:last)**ll)
+                x=integrator(Grid,f,1,last); write(6,*) 'moment',ll,x;
+                call flush(6)
+                f(1:last)=wfp(1:last)+x*hat(1:last,ll+1)
+                CALL apoisson(Grid,ll,last,f,dum)
+                vl(1:last)=vl(1:last)- &
+&                   wgt*dum(1:last)*PAW%TOCCwfn%wfn(1:last,jo)/occ
+             ENDIF
+          ENDDO
+       tres=tres+vl
+       ENDIF
+    ENDDO   !jo
+
+    write(6,*) 'Finished tXP '; call flush(6)
+
+    DEALLOCATE(wfp,vl,dum,arg,f,hat)
+  END SUBROUTINE Calc_tXp
+
+  !***************************************************************
+  ! SUBROUTINE troullier_HF(lmax,Grid,Pot)
+  !  Creates  screened norm-conserving pseudopotential following
+  !    approach of N. Troullier and J. L. Martins, PRB 43, 1993 (1991)
+  !    Uses p(r)=a0+f(r); f(r)=SUMm(Coef(m)*r^(2*m), where
+  !          m=1,2..6
+  !    Psi(r) = r^(l+1)*exp(p(r))
+  !      HF version
+  !***************************************************************
+  SUBROUTINE Troullier_HF(Grid,Pot,PAW,l,e)
+    TYPE(Gridinfo), INTENT(IN) :: Grid
+    TYPE(Potentialinfo), INTENT(IN) :: Pot
+    TYPE(Pseudoinfo), INTENT(INOUT) ::  PAW
+    INTEGER,INTENT(IN) :: l
+    REAL(8),INTENT(IN) :: e
+
+    REAL(8) :: A0,A,B,B0,C,C0,D,F,S
+    REAL(8) :: Coef(6),Coef0,Coef0old
+    REAL(8) :: h,rc,delta,x,pp,dpp,ddpp,dddpp,ddddpp
+    REAL(8) :: gam,bet
+    INTEGER :: i,j,k,n,iter,nr,nodes,irc,ok,m,wavetype,lng
+    INTEGER, PARAMETER :: niter=5000,ni=999
+    REAL(8), PARAMETER :: small=1.0d-9
+    REAL(8), ALLOCATABLE ::  VNC(:),XX(:),twfn(:),wfn(:),p(:),dum(:),tX(:)
+    REAL(8), ALLOCATABLE :: rvx(:),trvx(:)
+    REAL(8), POINTER :: r(:),rv(:)
+    CHARACTER(132) :: line
+
+    n=Grid%n
+    h=Grid%h
+    r=>Grid%r
+    rv=>Pot%rv
+    nr=min(PAW%irc_vloc+10,n)
+    write(6,*) 'nr = ', nr , n, PAW%irc_vloc
+    irc=PAW%irc_vloc
+    rc=PAW%rc_vloc
+    write(6,*) ' Check rc', irc,rc,Grid%r(irc)
+
+    ALLOCATE(VNC(n),wfn(n),twfn(n),p(n),dum(n),XX(n),tX(n),&
+&                 rvx(n),trvx(n),stat=ok)
+    IF (ok /=0) THEN
+       WRITE(6,*) 'Error in troullier  -- in allocating wfn,p', nr,ok
+       STOP
+    ENDIF
+
+    !write(6,*) ' Troullier ', n,nr,irc
+    !call flush(6)
+    !if (scalarrelativistic) then
+    !   CALL unboundsr(Grid,Pot,nr,l,e,wfn,nodes)
+    !else
+    !   CALL unboundsch(Grid,Pot%rv,Pot%v0,Pot%v0p,nr,l,e,wfn,nodes)
+    !endif
+
+    If (PAW%exctype=='HF') then
+        CALL HFunocc(Grid,PAW%OCCWFN,l,e,Pot%rv,Pot%v0,Pot%v0p,wfn,lng,XX)
+    Else
+       Write(6,*) 'Error -- this version of Troulliers is for HF only'
+       stop
+    endif
+
+    rvx(1)=0.d0; rvx(2:lng)=XX(2:lng)*Grid%r(2:lng)/wfn(2:lng)
+    VNC(1:lng)=Pot%rv(1:lng)+rvx(1:lng)
+
+    !do i=1,lng
+    !    write(701,'(1P8E16.7)') Grid%r(i),wfn(i),XX(i),Pot%rv(i),VNC(i)
+    !enddo
+    IF (wfn(irc)<0) then
+             wfn=-wfn;
+     EndIF
+    dum(1:irc)=(wfn(1:irc)**2)
+    S=integrator(Grid,dum(1:irc),1,irc)
+    A0=LOG(wfn(irc)/(rc**(l+1)))
+    B0=(rc*Gfirstderiv(Grid,irc,wfn)/wfn(irc)-(l+1))
+    C0=rc*(VNC(irc)-rc*e)-B0*(B0+2*l+2)
+    D=-rc*(VNC(irc)-rc*Gfirstderiv(Grid,irc,VNC))-2*B0*C0-2*(l+1)*(C0-B0)
+    F=rc*(2*VNC(irc)-rc*(2*Gfirstderiv(Grid,irc,VNC) &
+&        -rc*Gsecondderiv(Grid,irc,VNC)))+&
+&        4*(l+1)*(C0-B0)-2*(l+1)*D-2*C0**2-2*B0*D
+
+    WRITE(6,*) 'In troullier -- matching parameters',S,A0,B0,C0,D,F
+
+    delta=1.d10
+    iter=0
+    Coef0=0
+
+    DO WHILE(delta>small.AND.iter<=niter)
+       iter=iter+1
+       A=A0-Coef0
+       B=B0
+       C=C0
+       CALL EvaluateTp(l,A,B,C,D,F,coef)
+
+       dum=0
+       DO  i=1,irc
+          x=(r(i)/rc)**2
+          p(i)=x*(Coef(1)+x*(Coef(2)+x*(Coef(3)+&
+&              x*(Coef(4)+x*(Coef(5)+x*Coef(6))))))
+          dum(i)=((r(i)**(l+1))*EXP(p(i)))**2
+       ENDDO
+       Coef0old=Coef0
+
+       x=integrator(Grid,dum(1:irc),1,irc)
+       Coef0=(LOG(S/x))/2
+
+       delta=ABS(Coef0-Coef0old)
+       !WRITE(6,'(" VNC: iter Coef0 delta",i5,1p,2e15.7)') iter,Coef0,delta
+    ENDDO
+
+    WRITE(6,*) '  VNC converged in ', iter,'  iterations'
+    WRITE(6,*) '  Coefficients  -- ', Coef0,Coef(1:6)
+    !
+    ! Now  calculate VNC
+    OPEN(88,file='NC',form='formatted')
+    !
+    dum=VNC; VNC=0
+    DO  i=2,nr
+       x=(r(i)/rc)**2
+       p(i)=Coef0+x*(Coef(1)+x*(Coef(2)+&
+&           x*(Coef(3)+x*(Coef(4)+x*(Coef(5)+x*Coef(6))))))
+       dpp=2*r(i)/(rc**2)*(Coef(1)+x*(2*Coef(2)+x*(3*Coef(3)+&
+&           x*(4*Coef(4)+x*(5*Coef(5)+x*6*Coef(6))))))
+       ddpp=(1/(rc**2))*(2*Coef(1)+x*(12*Coef(2)+x*(30*Coef(3)+&
+&           x*(56*Coef(4)+x*(90*Coef(5)+x*132*Coef(6))))))
+       dddpp=(r(i)/rc**4)*(24*Coef(2)+x*(120*Coef(3)+x*(336*Coef(4)+&
+&           x*(720*Coef(5)+x*1320*Coef(6)))))
+       ddddpp=(1/(rc**4)*(24*Coef(2)+x*(360*Coef(3)+x*(1680*Coef(4)+&
+&           x*(5040*Coef(5)+x*11880*Coef(6))))))
+       IF (i==irc) THEN
+          WRITE(6,*) 'check  dp ', dpp,  B0/rc
+          WRITE(6,*) 'check ddp ', ddpp, C0/rc**2
+          WRITE(6,*) 'check dddp', dddpp, D/rc**3
+          WRITE(6,*) 'check ddddp', ddddpp, F/rc**4
+       ENDIF
+       VNC(i)=e+ddpp+dpp*(dpp+2*(l+1)/r(i))
+       twfn(i)=(r(i)**(l+1))*EXP(p(i))
+       WRITE(88,'(1p,6e15.7)') r(i),wfn(i),twfn(i),VNC(i)*r(i),rv(i),dum(i)
+    ENDDO
+    CLOSE(88)
+    x=overlap(Grid,twfn(1:irc),twfn(1:irc),1,irc)
+    WRITE(6,*) 'check norm ',x,S; call flush(6)
+
+    twfn(irc:lng)=wfn(irc:lng)
+    call Calc_tXp(Grid,PAW,ni,l,wfn,twfn,tX,lng)
+    trvx(2:lng)=tX(2:lng)/twfn(2:lng)
+    call extrapolate(Grid,trvx)
+
+    !   need to remove exchange part
+    PAW%rveff=Pot%rv
+    PAW%rveff(1:irc)=VNC(1:irc)*r(1:irc)-trvx(1:irc)
+
+    open(88,file='checkvxc',form='formatted')
+    do i=1,lng
+       write(88,'(1p,50e15.7)') r(i),XX(i)*r(i),tX(i),rvx(i),trvx(i),VNC(i),&
+&              rv(i),PAW%rveff(i)
+    enddo
+    close(88)
+
+    DEALLOCATE(VNC,wfn,p,dum,XX,twfn,tX,rvx,trvx)
+  END SUBROUTINE troullier_HF
+
+END MODULE hf_pseudo
+
diff --git a/src/interpolation_mod.f90 b/src/interpolation_mod.f90
new file mode 100644
index 0000000..7e70937
--- /dev/null
+++ b/src/interpolation_mod.f90
@@ -0,0 +1,186 @@
+!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
+!   Module for interpolation of functions between different grids
+!    Based on DeBoor's cubic splines
+Module interpolation_mod
+
+   Implicit none
+
+   CONTAINS
+
+   SUBROUTINE interpfunc(nin,rin,fin,nout,rout,fout)
+     INTEGER, INTENT(IN) :: nin,nout
+     REAL(8), INTENT(IN) :: rin(:),fin(:),rout(:)
+     REAL(8), INTENT(OUT) :: fout(:)
+
+     REAL(8), ALLOCATABLE :: c(:,:)
+     INTEGER :: i,j,nacount=0
+     REAL(8) :: x
+
+     !  check if grid is within interpolation range
+     if (rout(1)<rin(1).or.rout(nout)>rin(nin)) then
+      write(6,*) 'Grid error in interpfunc ',rin(1),rout(1),rin(nin),rout(nout)
+      stop
+     endif
+
+     !write(6,*) 'entering interpfunc with nin,nout', nin,nout;call flush(6)
+     allocate(c(4,nin))
+
+     c=0;
+     c(1,:)=fin(:)
+     call cubspl(rin,c,nin,0,0)
+
+     fout=0
+
+     do i=1,nout
+        do j=1,nin-1
+           if (rout(i)>=rin(j).and.rout(i)<rin(j+1)) then
+              x=rout(i)-rin(j)
+              fout(i)=c(1,j)+x*(c(2,j)+x*(c(3,j)+x*c(4,j)/3)/2)
+              exit
+           endif
+        enddo
+     enddo
+
+     !nacount=nacount+1
+
+     !do i=1,nout
+     !   write(300+nacount,'(1p,5e15.7)') rout(i),fout(i)
+     !enddo
+
+     !do i=1,nin
+     !   write(500+nacount,'(1p,5e15.7)') rin(i),fin(i)
+     !enddo
+
+     !close(300+nacount)
+     !close(500+nacount)
+
+     deallocate(c)
+   END SUBROUTINE interpfunc
+
+
+!! from webpage
+!!   http://pages.cs.wisc.edu/~deboor/pgs/cubspl.f
+!!   Transformed into fortran 90 and REAL(8)
+      subroutine cubspl ( tau, c, n, ibcbeg, ibcend )
+!  from  * a practical guide to splines *  by c. de boor
+!     ************************  input  ***************************
+!     n = number of data points. assumed to be .ge. 2.
+!     (tau(i), c(1,i), i=1,...,n) = abscissae and ordinates of the
+!        data points. tau is assumed to be strictly increasing.
+!     ibcbeg, ibcend = boundary condition indicators, and
+!     c(2,1), c(2,n) = boundary condition information. specifically,
+!        ibcbeg = 0  means no boundary condition at tau(1) is given.
+!           in this case, the not-a-knot condition is used, i.e. the
+!           jump in the third derivative across tau(2) is forced to
+!           zero, thus the first and the second cubic polynomial pieces
+!           are made to coincide.)
+!        ibcbeg = 1  means that the slope at tau(1) is made to equal
+!           c(2,1), supplied by input.
+!        ibcbeg = 2  means that the second derivative at tau(1) is
+!           made to equal c(2,1), supplied by input.
+!        ibcend = 0, 1, or 2 has analogous meaning concerning the
+!           boundary condition at tau(n), with the additional infor-
+!           mation taken from c(2,n).
+!     ***********************  output  **************************
+!     c(j,i), j=1,...,4; i=1,...,l (= n-1) = the polynomial coefficients
+!        of the cubic interpolating spline with interior knots (or
+!        joints) tau(2), ..., tau(n-1). precisely, in the interval
+!        (tau(i), tau(i+1)), the spline f is given by
+!           f(x) = c(1,i)+h*(c(2,i)+h*(c(3,i)+h*c(4,i)/3.)/2.)
+!        where h = x - tau(i). the function program *ppvalu* may be
+!        used to evaluate f or its derivatives from tau,c, l = n-1,
+!        and k=4.
+      integer ibcbeg,ibcend,n,   i,j,l,m
+      real(8) c(4,n),tau(n),   divdf1,divdf3,dtau,g
+!****** a tridiagonal linear system for the unknown slopes s(i) of
+!  f  at tau(i), i=1,...,n, is generated and then solved by gauss elim-
+!  ination, with s(i) ending up in c(2,i), all i.
+!     c(3,.) and c(4,.) are used initially for temporary storage.
+      l = n-1
+!compute first differences of tau sequence and store in c(3,.). also,
+!compute first divided difference of data and store in c(4,.).
+      do  m=2,n
+         c(3,m) = tau(m) - tau(m-1)
+         c(4,m) = (c(1,m) - c(1,m-1))/c(3,m)
+      enddo
+!construct first equation from the boundary condition, of the form
+!             c(4,1)*s(1) + c(3,1)*s(2) = c(2,1)
+      if (ibcbeg-1)                     11,15,16
+   11 if (n .gt. 2)                     go to 12
+!     no condition at left end and n = 2.
+      c(4,1) = 1.d0
+      c(3,1) = 1.d0
+      c(2,1) = 2.d0*c(4,2)
+                                        go to 25
+!     not-a-knot condition at left end and n .gt. 2.
+   12 c(4,1) = c(3,3)
+      c(3,1) = c(3,2) + c(3,3)
+      c(2,1) =((c(3,2)+2.d0*c(3,1))*c(4,2)*c(3,3)+c(3,2)**2*c(4,3))/c(3,1)
+                                        go to 19
+!     slope prescribed at left end.
+   15 c(4,1) = 1.d0
+      c(3,1) = 0.d0
+                                        go to 18
+!     second derivative prescribed at left end.
+   16 c(4,1) = 2.d0
+      c(3,1) = 1.d0
+      c(2,1) = 3.d0*c(4,2) - c(3,2)/2.d0*c(2,1)
+   18 if(n .eq. 2)                      go to 25
+!  if there are interior knots, generate the corresp. equations and car-
+!  ry out the forward pass of gauss elimination, after which the m-th
+!  equation reads    c(4,m)*s(m) + c(3,m)*s(m+1) = c(2,m).
+   19 do m=2,l
+         g = -c(3,m+1)/c(4,m-1)
+         c(2,m) = g*c(2,m-1) + 3.d0*(c(3,m)*c(4,m+1)+c(3,m+1)*c(4,m))
+         c(4,m) = g*c(3,m-1) + 2.d0*(c(3,m) + c(3,m+1))
+      enddo
+!construct last equation from the second boundary condition, of the form
+!           (-g*c(4,n-1))*s(n-1) + c(4,n)*s(n) = c(2,n)
+!     if slope is prescribed at right end, one can go directly to back-
+!     substitution, since c array happens to be set up just right for it
+!     at this point.
+      if (ibcend-1)                     21,30,24
+   21 if (n .eq. 3 .and. ibcbeg .eq. 0) go to 22
+!     not-a-knot and n .ge. 3, and either n.gt.3 or  also not-a-knot at
+!     left end point.
+      g = c(3,n-1) + c(3,n)
+      c(2,n) = ((c(3,n)+2.d0*g)*c(4,n)*c(3,n-1) &
+&                 + c(3,n)**2*(c(1,n-1)-c(1,n-2))/c(3,n-1))/g
+      g = -g/c(4,n-1)
+      c(4,n) = c(3,n-1)
+                                        go to 29
+!     either (n=3 and not-a-knot also at left) or (n=2 and not not-a-
+!     knot at left end point).
+   22 c(2,n) = 2.d0*c(4,n)
+      c(4,n) = 1.d0
+                                        go to 28
+!     second derivative prescribed at right endpoint.
+   24 c(2,n) = 3.d0*c(4,n) + c(3,n)/2.d0*c(2,n)
+      c(4,n) = 2.d0
+                                        go to 28
+   25 if (ibcend-1)                     26,30,24
+   26 if (ibcbeg .gt. 0)                go to 22
+!     not-a-knot at right endpoint and at left endpoint and n = 2.
+      c(2,n) = c(4,n)
+                                        go to 30
+   28 g = -1.d0/c(4,n-1)
+!complete forward pass of gauss elimination.
+   29 c(4,n) = g*c(3,n-1) + c(4,n)
+      c(2,n) = (g*c(2,n-1) + c(2,n))/c(4,n)
+!carry out back substitution
+   30 j = l
+   40    c(2,j) = (c(2,j) - c(3,j)*c(2,j+1))/c(4,j)
+         j = j - 1
+         if (j .gt. 0)                  go to 40
+!****** generate cubic coefficients in each interval, i.e., the deriv.s
+!  at its left endpoint, from value and slope at its endpoints.
+      do  i=2,n
+         dtau = c(3,i)
+         divdf1 = (c(1,i) - c(1,i-1))/dtau
+         divdf3 = c(2,i-1) + c(2,i) - 2.d0*divdf1
+         c(3,i-1) = 2.d0*(divdf1 - c(2,i-1) - divdf3)/dtau
+         c(4,i-1) = (divdf3/dtau)*(6.d0/dtau)
+      enddo
+ END subroutine cubspl
+
+END Module interpolation_mod
diff --git a/src/ldagga_mod.f90 b/src/ldagga_mod.f90
new file mode 100644
index 0000000..68c325e
--- /dev/null
+++ b/src/ldagga_mod.f90
@@ -0,0 +1,270 @@
+MODULE ldagga_mod
+  USE atomdata
+  USE anderson_driver
+  USE excor
+  USE general_mod
+  USE globalmath
+  USE gridmod
+  USE report_mod
+
+  IMPLICIT NONE
+
+
+  TYPE(GridInfo), PRIVATE, POINTER :: Gridwk
+  TYPE(OrbitInfo), PRIVATE, POINTER :: Orbitwk
+  TYPE(PotentialInfo), PRIVATE, POINTER :: Potwk
+  TYPE(FCInfo), PRIVATE, POINTER :: FCwk
+  TYPE(SCFInfo), PRIVATE, POINTER :: SCFwk
+  TYPE(Anderson_context), PRIVATE :: AC
+
+CONTAINS
+
+  SUBROUTINE LDAGGA_SCF(scftype,lotsofoutput,Gridin,Orbitin,Potin,FCin,SCFin)
+    CHARACTER(2), INTENT(IN) :: scftype
+    LOGICAL, INTENT(IN) :: lotsofoutput
+    TYPE(GridInfo),TARGET :: Gridin
+    TYPE(OrbitInfo),TARGET :: Orbitin
+    TYPE(PotentialInfo),TARGET :: Potin
+    TYPE(FCInfo),TARGET :: FCin
+    TYPE(SCFInfo),TARGET :: SCFin
+
+    INTEGER :: n
+    REAL(8) :: en1,etxc,eex
+    REAL(8), ALLOCATABLE :: arg(:)
+    LOGICAL :: success
+
+    Gridwk=>Gridin
+    Orbitwk=>Orbitin
+    Potwk=>Potin
+    FCwk=>FCin
+    SCFwk=>SCFin
+
+    !write(6,*) 'in ldagga '; call flush(6)
+    n=Gridwk%n     ;write(6,*) 'n ', n; call flush(6)
+    ALLOCATE(arg(n))
+
+    CALL exch(Gridwk,Orbitwk%den,Potwk%rvx,etxc,eex)
+
+    Potwk%rv=Potwk%rvh+Potwk%rvx
+    CALL zeropot(Gridwk,Potwk%rv,Potwk%v0,Potwk%v0p)
+    Potwk%rv=Potwk%rv+Potwk%rvn
+
+    !write(6,*) 'in ldagga before arg '; call flush(6)
+    arg=Potwk%rv
+
+    CALL InitAnderson_dr(AC,6,5,n,0.5d0,1.d3,1000,1.d-11,1.d-16,.true.)
+    !write(6,*) 'in ldagga before Doand '; call flush(6)
+    CALL DoAndersonMix(AC,arg,en1,LDAGGAsub,success)
+
+    SCFwk%iter=AC%CurIter
+    SCFwk%delta=AC%res
+
+    CALL Report_LDAGGA_functions(scftype)
+
+    CALL FreeAnderson(AC)
+    WRITE(6,*) 'Finished Anderson Mix', en1 ,' success = ', success
+    DEALLOCATE(arg)
+  END SUBROUTINE LDAGGA_SCF
+
+!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
+!!!!  LDAGGASub									!!!!
+!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
+  SUBROUTINE LDAGGASub(w,energy,residue,err,success,update)
+    REAL(8), INTENT(INOUT) :: w(:)
+    REAL(8), INTENT(OUT) :: energy
+    REAL(8), INTENT(OUT) :: residue(:)
+    REAL(8), INTENT(OUT) :: err
+    LOGICAL, INTENT(OUT) :: success
+    LOGICAL, INTENT(IN) :: update
+
+    INTEGER :: i,j,k,n,io
+    REAL(8),ALLOCATABLE :: dum(:)
+    REAL(8) :: x
+    INTEGER:: fcount=0
+    TYPE (OrbitInfo) :: tmpOrbit
+    TYPE (PotentialInfo) :: tmpPot
+
+    write(6,*) 'in LDAGGAsub '; call flush(6)
+    ALLOCATE(dum(Gridwk%n),stat=i)
+    IF (i/=0) THEN
+       WRITE(6,*) 'Error in LDAGGAsub allocation' ,Gridwk%n
+       STOP
+    ENDIF
+
+    n=Gridwk%n
+
+    CALL CopyOrbit(Orbitwk,tmpOrbit)
+    CALL CopyPot(Potwk,tmpPot)
+
+    write(6,*) 'in LDAGGAsub before Updatewfn'; call flush(6)
+    CALL Updatewfn(Gridwk,tmpPot,tmpOrbit,w,success)
+    tmpPot%rv=w
+      If (.not.success) then   !  attempt to stablize solution
+          write(6,*) 'Current eigs', (Orbitwk%eig(io),io=1,Orbitwk%norbit)
+          j=n
+          x=Orbitwk%eig(1)
+          if (Orbitwk%norbit>1) then
+             do io = 2, Orbitwk%norbit
+                 if (Orbitwk%eig(io)<0.d0.and.x<Orbitwk%eig(io)) &
+&                      x=Orbitwk%eig(io)
+             enddo
+          endif
+          write(6,*) x,1.d0/sqrt(abs(x))
+          x=1.d0/sqrt(abs(x))
+          j=FindGridIndex(Gridwk,x)
+          write(6,*) 'index', x,j,Gridwk%r(j)
+          if (j<10)j=10
+          if (j>n-10) j=n-10
+          tmpPot%rv(j+1)=(-1.d0+w(j+1)/2)
+          do i=j+2,n
+             tmpPot%rv(i)=-2.d0
+          enddo
+           write(6,*) 'Reset tmpPot ', j
+           !write(6,*) '   Last points '
+           !   write(6,'(1p,20e15.7)') Gridwk%r(n), tmpPot%rv(n),w(n)
+
+           CALL Updatewfn(Gridwk,tmpPot,tmpOrbit,tmpPot%rv,success)
+       Endif
+
+    !if FC core calc , restore core info backinto tmpOrbit
+
+    IF(frozencorecalculation) THEN
+       DO io = 1 , Orbitwk%norbit
+          IF(Orbitwk%iscore(io)) THEN
+             tmpOrbit%eig(io)=Orbitwk%eig(io)
+             tmpOrbit%wfn(:,io)=Orbitwk%wfn(:,io)
+          ENDIF
+       ENDDO
+    ENDIF
+
+    IF (.NOT.success) THEN
+       WRITE(6,*) 'Bad luck in Sub'
+    ENDIF
+
+    !write(6,*) 'in LDAGGAsub before Get'; call flush(6)
+    CALL Get_KinCoul(Gridwk,tmpPot,tmpOrbit,SCFwk)
+    CALL Get_EXC(Gridwk,tmpPot,tmpOrbit,SCFwk)
+    dum=tmpPot%rvh+tmpPot%rvx+tmpPot%rvn-tmpPot%rv
+
+
+    if(frozencorecalculation) then
+         Call Get_FCKinCoul(Gridwk,tmpPot,tmpOrbit,FCwk,SCFwk)
+         CALL Get_FCEXC(SCFwk)
+         energy=SCFwk%evale
+         CALL Total_FCEnergy_Report(SCFwk,6)
+    else
+         energy=SCFwk%etot
+         CALL Total_Energy_Report(SCFwk,6)
+    endif
+    residue=dum
+    err=Dot_Product(residue,residue)
+    w=tmpPot%rv
+
+    IF (update) THEN
+       Potwk%rv=tmpPot%rv
+       Potwk%rvh=tmpPot%rvh
+       Potwk%rvx=tmpPot%rvx
+
+       Orbitwk%wfn=tmpOrbit%wfn
+       Orbitwk%eig=tmpOrbit%eig
+       Orbitwk%den=tmpOrbit%den
+
+       Call One_electron_energy_Report(Orbitwk,6)
+    ENDIF
+
+    !write(6,*) 'in LDAGGAsub before end'; call flush(6)
+    CALL DestroyOrbit(tmpOrbit)
+    DEALLOCATE (dum,tmpPot%rvn,tmpPot%rv,tmpPot%rvh,tmpPot%rvx)
+
+  END SUBROUTINE  LDAGGASub
+
+
+!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
+  !! Get_EXC
+!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
+  SUBROUTINE Get_EXC(Grid,Pot,Orbit,SCF)
+    !  program to calculate exc energy and potential
+    !     assumes Orbit%den already known
+    !     also assume kinetic and coulomb energies
+    !       calculated and stored in SCF
+    TYPE(Gridinfo), INTENT(INOUT) :: Grid
+    TYPE(Potentialinfo), INTENT(INOUT) :: Pot
+    TYPE(Orbitinfo), INTENT(INOUT) :: Orbit
+    TYPE(SCFInfo), INTENT(OUT) :: SCF
+
+    REAL(8) :: eex,etot,etxc
+    REAL(8), ALLOCATABLE :: dum(:)
+    INTEGER :: k,n
+
+    n=Grid%n
+    CALL exch(Grid,Orbit%den,Pot%rvx,etxc,eex)
+
+    SCF%eexc=eex
+    etot = SCF%ekin+SCF%estatic+SCF%eexc
+    SCF%etot=etot
+    WRITE(6,*) '    Total                    :  ',etot
+
+    ALLOCATE(dum(n))
+    dum=0
+    dum(2:n)=Pot%rvx(2:n)*Orbit%den(2:n)/Grid%r(2:n)
+    WRITE(6,*) '    Total   (DC form)        :  ',&
+&        SCF%eone-SCF%ecoul+eex-integrator(Grid,dum)
+    DEALLOCATE(dum)
+  END SUBROUTINE Get_EXC
+
+!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
+  !! Get_FCEXC
+!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
+  SUBROUTINE Get_FCEXC(SCF)
+    !  program to get exc from SCF%eexc and to
+    !    valence kinetic and couloub terms
+    !    to accumulate SCF%evale
+    !     assumes Orbit%den already known
+    TYPE(SCFInfo), INTENT(INOUT) :: SCF
+
+    SCF%valeexc=SCF%eexc   !due to nonlinear dependence
+                           ! of core and valence contributions
+                           ! in lda and gga
+    SCF%evale=SCF%valekin+SCF%valecoul+SCF%valeexc
+
+  END SUBROUTINE Get_FCEXC
+
+
+  SUBROUTINE Report_LDAGGA_functions(sub)
+    CHARACTER(2) :: sub
+    INTEGER :: i,j,k,n,nmap
+    INTEGER, ALLOCATABLE :: mmap(:)
+
+    INTEGER, SAVE :: counter=0
+    CHARACTER(4) :: stuff
+
+    CALL mkname(counter,stuff)
+
+     write(6,*) 'in Report ', stuff; call flush(6)
+
+    OPEN (unit=1001,file='pot'//sub//TRIM(stuff),form='formatted')
+    n=Gridwk%n
+    DO i = 1,n
+      if (frozencorecalculation) then
+       WRITE(1001,'(1p,50e15.7)') Gridwk%r(i),Potwk%rv(i), &
+&           Potwk%rvh(i),Potwk%rvx(i)
+      else
+       WRITE(1001,'(1p,50e15.7)') Gridwk%r(i),Potwk%rv(i), &
+&           Potwk%rvh(i),Potwk%rvx(i)
+      endif
+    ENDDO
+    CLOSE(1001)
+    OPEN (unit=1001,file='wfn'//sub//TRIM(stuff),form='formatted')
+    DO i = 1,n
+       WRITE(1001,'(1p,50e15.7)') Gridwk%r(i), &
+&           (Orbitwk%wfn(i,j),j=1,Orbitwk%norbit)
+    ENDDO
+    CLOSE(1001)
+
+    IF (ALLOCATED(mmap)) DEALLOCATE(mmap)
+
+    counter=counter+1
+
+  END SUBROUTINE Report_LDAGGA_functions
+
+END MODULE ldagga_mod
diff --git a/src/libxc_mod.F90 b/src/libxc_mod.F90
new file mode 100644
index 0000000..7d16424
--- /dev/null
+++ b/src/libxc_mod.F90
@@ -0,0 +1,560 @@
+!! NAME
+!!  libxc_mod
+!!
+!! FUNCTION
+!!  This module contains routines using features from libXC library
+!!  (http://www.tddft.org/programs/octopus/wiki/index.php/Libxc)
+!!
+!! COPYRIGHT
+!! Copyright (C) 2002-2010 ABINIT group (MT)
+!! This file is distributed under the terms of the
+!! GNU General Public License, see ~abinit/COPYING
+!! or http://www.gnu.org/copyleft/gpl.txt .
+
+#if defined HAVE_CONFIG_H
+#include "config.h"
+#endif
+
+module libxc_mod
+
+ use globalmath
+#if defined HAVE_LIBXC
+ use xc_f90_types_m
+ use libxc_funcs_m
+ use xc_f90_lib_m
+#endif
+
+ implicit none
+
+!!=================================================================
+!! CONSTANTS
+!!=================================================================
+
+#if defined HAVE_LIBXC
+ logical,parameter,public :: have_libxc=.true.
+#else
+ logical,parameter,public :: have_libxc=.false.
+#endif
+
+!!=================================================================
+!! STRUCTURED DATATYPES
+!!=================================================================
+
+#if defined HAVE_LIBXC
+ type libxc_functional
+  private
+  integer :: family ! LDA, GGA, etc.
+  integer :: id     ! identifier
+  type(xc_f90_pointer_t) :: conf ! the pointer used to call the library
+  type(xc_f90_pointer_t) :: info ! information about the functional
+ end type libxc_functional
+ type(libxc_functional) :: libxc_funcs(2)
+#endif
+
+ private
+
+ public :: libxc_init_func,&
+&          libxc_print_func,&
+&          libxc_getid_fromname,&
+&          libxc_getshortname,&
+&          libxc_getid,&
+&          libxc_getvxc,&
+&          libxc_isgga,&
+&          libxc_end
+
+ CONTAINS
+
+#if defined HAVE_LIBXC
+#include "libxc_id.in"
+#endif
+
+!!=================================================================
+!! NAME
+!! libxc_getid_fromname
+!!
+!! FUNCTION
+!! From a character string (given in input file), gives the libXC id(s)
+!!
+!! PARENTS
+!! excor
+!!
+!!=================================================================
+ subroutine libxc_getid_fromname(xcname,id,xcname_short)
+
+ implicit none
+ integer,intent(inout) :: id(2)
+ character*(*),intent(in) :: xcname
+ character*(*),intent(out),optional :: xcname_short
+
+#if defined HAVE_LIBXC
+!------------------------------------------------------------------
+!---- Local variables
+!------------------------------------------------------------------
+
+ integer :: ii,i_plus
+ character*50 :: xcstrg(2)
+
+!------------------------------------------------------------------
+!---- Executable code
+!------------------------------------------------------------------
+
+ i_plus=index(xcname,'+')
+ if (i_plus<=0) then
+  xcstrg(1)=trim(xcname)
+  xcstrg(2)=""
+ else
+  xcstrg(1)=trim(xcname(1:i_plus-1))
+  xcstrg(2)=trim(xcname(i_plus+1:))
+ end if
+
+ do ii=1,2
+  id(ii)=0
+  call uppercase(xcstrg(ii))
+
+  id(ii)=libxc_id(xcstrg(ii))
+
+  if (id(ii)<0.and.ii==2) then
+    id(ii)=0
+    exit
+  end if
+
+  if (id(ii)==0.and.xcstrg(ii)(1:6)=="LIBXC_") then
+   read(unit=xcstrg(ii)(7:),fmt=*,err=333,end=333) id(ii)
+333 continue
+  end if
+
+  if (id(ii)==0) then
+   id(ii)=-1
+   write(6,'(/,2x,a)') "Error in get_id_from_name:"
+   write(6,'(2x,3a)')  " Unknown X, C or XC functionnal (", &
+&                     trim(xcstrg(ii)),") !"
+   stop
+  end if
+ end do
+
+ if (present(xcname_short)) then
+  xcname_short=""
+  if (id(1)>0.and.xcstrg(1)(1:3)=="XC_")    xcname_short=trim(xcname_short)     //trim(xcstrg(1)(4:))
+  if (id(1)>0.and.xcstrg(1)(1:6)=="LIBXC_") xcname_short=trim(xcname_short)     //trim(xcstrg(1))
+  if (id(2)>0.and.xcstrg(2)(1:3)=="XC_")    xcname_short=trim(xcname_short)//"+"//trim(xcstrg(2)(4:))
+  if (id(2)>0.and.xcstrg(2)(1:6)=="LIBXC_") xcname_short=trim(xcname_short)//"+"//trim(xcstrg(2))
+  if (trim(xcname_short)=="") xcname_short=xcname
+ end if
+
+#else
+ id(1:2)=-2
+ if (present(xcname_short)) xcname_short=xcname
+#endif
+
+ end subroutine libxc_getid_fromname
+
+
+!!=================================================================
+!! NAME
+!! libxc_getid
+!!
+!! FUNCTION
+!! From LibXC datastructure, gives the libXC id(s)
+!!
+!! PARENTS
+!! rdpawps1
+!!
+!!=================================================================
+ subroutine libxc_getid(id)
+
+ implicit none
+ integer :: id(2)
+
+#if defined HAVE_LIBXC
+!------------------------------------------------------------------
+!---- Local variables
+!------------------------------------------------------------------
+
+ integer :: ii
+
+!------------------------------------------------------------------
+!---- Executable code
+!------------------------------------------------------------------
+
+ do ii=1,2
+  id(ii)=libxc_funcs(ii)%id
+ end do
+
+#else
+ id(1:2)=-2
+#endif
+
+ end subroutine libxc_getid
+
+
+!!=================================================================
+!! NAME
+!! libxc_getshortname
+!!
+!! FUNCTION
+!! From a character string (given in input file), gives a short
+!! version of the libXC name (without XC_)
+!!
+!! PARENTS
+!! abinitinterface,xmlinterface
+!!
+!!=================================================================
+ subroutine libxc_getshortname(xcname,xcname_short)
+
+ implicit none
+ character*(*),intent(in) :: xcname
+ character*(*),intent(out) :: xcname_short
+
+#if defined HAVE_LIBXC
+!------------------------------------------------------------------
+!---- Local variables
+!------------------------------------------------------------------
+
+ integer :: i_plus
+ character*50 :: xcstrg(2)
+
+!------------------------------------------------------------------
+!---- Executable code
+!------------------------------------------------------------------
+
+ i_plus=index(xcname,'+')
+ if (i_plus<=0) then
+  xcstrg(1)=trim(xcname)
+  xcstrg(2)=""
+ else
+  xcstrg(1)=trim(xcname(1:i_plus-1))
+  xcstrg(2)=trim(xcname(i_plus+1:))
+ end if
+ call uppercase(xcstrg(1))
+ call uppercase(xcstrg(2))
+
+ xcname_short=""
+ if (xcstrg(1)(1:3)=="XC_")    xcname_short=trim(xcname_short)     //trim(xcstrg(1)(4:))
+ if (xcstrg(1)(1:6)=="LIBXC_") xcname_short=trim(xcname_short)     //trim(xcstrg(1))
+ if (xcstrg(2)(1:3)=="XC_")    xcname_short=trim(xcname_short)//"+"//trim(xcstrg(2)(4:))
+ if (xcstrg(2)(1:6)=="LIBXC_") xcname_short=trim(xcname_short)//"+"//trim(xcstrg(2))
+ if (trim(xcname_short)=="") xcname_short=xcname
+
+#else
+ xcname_short=xcname
+#endif
+
+ end subroutine libxc_getshortname
+
+
+!!=================================================================
+!! NAME
+!! libxc_init_func
+!!
+!! FUNCTION
+!! Initialize libXC functional(s)
+!!
+!! PARENTS
+!! initexch
+!!
+!!=================================================================
+ subroutine libxc_init_func(id,nsp)
+
+ implicit none
+ integer,intent(in)  :: id(2)
+ integer, intent(in) :: nsp
+
+#if defined HAVE_LIBXC
+!------------------------------------------------------------------
+!---- Local variables
+!------------------------------------------------------------------
+
+ integer :: ii
+
+!------------------------------------------------------------------
+!---- Executable code
+!------------------------------------------------------------------
+
+ libxc_funcs(1)%id=id(1)
+ libxc_funcs(2)%id=id(2)
+
+ do ii=1,2
+
+  if (libxc_funcs(ii)%id==0) then
+   libxc_funcs(ii)%family = 0
+   cycle
+  end if
+
+! Get XC functional family
+  libxc_funcs(ii)%family = xc_f90_family_from_id(libxc_funcs(ii)%id)
+  select case (libxc_funcs(ii)%family)
+   case (XC_FAMILY_LDA, XC_FAMILY_GGA)
+    call xc_f90_func_init(libxc_funcs(ii)%conf,libxc_funcs(ii)%info,libxc_funcs(ii)%id,nsp)
+   case default
+    write(6,'(4a,i3,4a)' ) char(10),&
+&    ' Error in libxc_functionals_init:',char(10),&
+&    '  The LibXC functional family ',libxc_funcs(ii)%family,char(10),&
+&    '  is currently unsupported by AtomPAW !',char(10),&
+&    '  (at present only LGA or GGA are supported)'
+    stop
+  end select
+
+  if (libxc_funcs(ii)%id == XC_LDA_C_XALPHA) then
+   call xc_f90_lda_c_xalpha_set_par(libxc_funcs(ii)%conf,0.d0)
+  end if
+
+ end do ! loop on functionals
+
+!Print functional(s) information
+ call libxc_print_func(6)
+
+#endif
+ end subroutine libxc_init_func
+
+
+!!=================================================================
+!! NAME
+!! libxc_end
+!!
+!! FUNCTION
+!! Free libXC functional(s)
+!!
+!! PARENTS
+!!
+!!=================================================================
+ subroutine libxc_end()
+
+  implicit none
+
+#if defined HAVE_LIBXC
+!------------------------------------------------------------------
+!---- Local variables
+!------------------------------------------------------------------
+
+ integer :: ii
+
+!------------------------------------------------------------------
+!---- Executable code
+!------------------------------------------------------------------
+ do ii=1,2
+  if (libxc_funcs(ii)%id==0) cycle
+  call xc_f90_func_end(libxc_funcs(ii)%conf)
+ end do
+
+#endif
+ end subroutine libxc_end
+
+
+!!=================================================================
+!! NAME
+!! libxc_print_func
+!!
+!! FUNCTION
+!! Print libXC functionnal(s) details
+!!
+!! PARENTS
+!! atompaw,libxc_init_func
+!!
+!!=================================================================
+ subroutine libxc_print_func(unt)
+
+ implicit none
+ integer :: unt
+
+#if defined HAVE_LIBXC
+!------------------------------------------------------------------
+!---- Local variables
+!------------------------------------------------------------------
+
+ integer :: ii,jj
+ character(len=500) :: msg
+ type(xc_f90_pointer_t) :: libxc_str
+
+!------------------------------------------------------------------
+!---- Executable code
+!------------------------------------------------------------------
+
+ do ii=1,2
+
+  if (libxc_funcs(ii)%id==0) cycle
+
+  select case (xc_f90_info_kind(libxc_funcs(ii)%info))
+   case (XC_EXCHANGE)
+    write(unt,'(a)') 'Exchange functional (LibXC):'
+   case (XC_CORRELATION)
+    write(unt,'(a)') 'Correlation functional (LibXC):'
+   case (XC_EXCHANGE_CORRELATION)
+    write(unt,'(a)') 'Exchange-Correlation functional (LibXC):'
+  end select
+
+  call xc_f90_info_name(libxc_funcs(ii)%info,msg)
+  write(unt,'(2x,a)') trim(msg)
+  jj=0
+  call xc_f90_info_refs(libxc_funcs(ii)%info,jj,libxc_str,msg)
+  do while (jj>=0)
+   write(unt,'(2x,a)') trim(msg)
+   call xc_f90_info_refs(libxc_funcs(ii)%info,jj,libxc_str,msg)
+  end do
+ end do
+
+#endif
+ end subroutine libxc_print_func
+
+
+!!=================================================================
+!! NAME
+!! libxc_isgga
+!!
+!! FUNCTION
+!! Returns TRUE is LibXC functional is GGA
+!!
+!! PARENTS
+!! exch
+!!
+!!=================================================================
+ function libxc_isgga()
+
+ implicit none
+ logical :: libxc_isgga
+
+!------------------------------------------------------------------
+!---- Executable code
+!------------------------------------------------------------------
+ libxc_isgga = .false.
+#if defined HAVE_LIBXC
+ libxc_isgga = (any(libxc_funcs(:)%family == XC_FAMILY_GGA))
+#endif
+
+ end function libxc_isgga
+
+
+!!=================================================================
+!! NAME
+!! libxc_getvxc
+!!
+!! FUNCTION
+!! Returns TRUE is LibXC functional is GGA
+!!
+!! NOTES
+!!  nsp=1 : rho is total density (not half)
+!!          grho is abs(grad(rho))
+!!  nsp=2 : rho is [rho^up,rho^dn]
+!!          grho is [abs(grad(rho^up)),abs(grad(rho^dn)),abs(grad(rho^tot))]
+!! PARENTS
+!! exch
+!!
+!!=================================================================
+ subroutine libxc_getvxc(npts,exc,vxc,nsp,rho,grho,vxcgr)
+
+ implicit none
+ integer, intent(in)            :: npts,nsp
+ real(8),intent(in)             :: rho(npts,nsp)
+ real(8),intent(inout)          :: exc(npts),vxc(npts,nsp)
+ real(8),intent(in),optional    :: grho(npts,2*nsp-1)
+ real(8),intent(inout),optional :: vxcgr(npts,2*nsp-1)
+
+#if defined HAVE_LIBXC
+!------------------------------------------------------------------
+!---- Local variables
+!------------------------------------------------------------------
+
+ real(8),parameter :: tol=1.d-14
+ integer :: ii,ipts,izero
+ real(8) :: rhotmp(nsp),exctmp
+ real(8) :: sigma(3),vsigma(3),vxctmp(nsp)
+
+!------------------------------------------------------------------
+!---- Executable code
+!------------------------------------------------------------------
+
+ if (libxc_isgga().and.((.not.present(vxcgr).or.(.not.present(grho))))) then
+   write(6,'(/,2x,a)') "Bug in libxc_getvxc:"
+   write(6,'(2x,3a)')  " GGA called without grho or vxcgr !"
+   stop
+ end if
+
+!Initializations
+ vxc=0.d0;exc=0.d0
+ if (libxc_isgga()) vxcgr=0.d0
+
+!Filter density/gradient when density goes to zero
+ izero=0
+ do ipts=1,npts
+  if (rho(ipts,1)>tol) izero=ipts
+ end do
+ if (nsp==2.and.izero<npts) then
+  do ipts=izero+1,npts
+   if (rho(ipts,2)>tol) izero=ipts
+  end do
+ end if
+
+!Loop over points
+ do ipts=1,npts
+
+  vxctmp=0.d0;exctmp=0.d0
+  if (ipts<=izero) then
+   rhotmp(1:nsp)=rho(ipts,1:nsp)
+  else
+   rhotmp=tol
+  end if
+
+  if (libxc_isgga()) then
+   if (ipts<=izero) then
+    if (nsp==1) then
+    !AtomPAW passes |grho| while LibXC needs |grho|^2
+     sigma(1)=grho(ipts,1)**2
+    else
+    !AtomPAW passes |grho_up|, |grho_dn|, and |grho_tot|
+    !while Libxc needs |grho_up|^2, grho_up.grho_dn, and |grho_dn|^2
+     sigma(1)= grho(ipts,1)**2
+     sigma(3)= grho(ipts,2)**2
+     sigma(2)=(grho(ipts,3)**2-sigma(1)-sigma(3))*0.5d0
+    end if
+   else
+    sigma=0.d0
+   end if
+  end if
+
+! Loop over functionals
+  do ii=1,2
+   if (libxc_funcs(ii)%id==0) cycle
+
+!  Get the potential (and possibly the energy)
+   if (iand(xc_f90_info_flags(libxc_funcs(ii)%info),XC_FLAGS_HAVE_EXC)/=0) then
+    select case (libxc_funcs(ii)%family)
+     case (XC_FAMILY_LDA)
+      call xc_f90_lda_exc_vxc(libxc_funcs(ii)%conf,1,rhotmp(1),exctmp,vxctmp(1))
+     case (XC_FAMILY_GGA)
+      call xc_f90_gga_exc_vxc(libxc_funcs(ii)%conf,1,rhotmp(1),sigma(1),&
+&                             exctmp,vxctmp(1),vsigma(1))
+    end select
+   else
+    exctmp=0.d0
+    select case (libxc_funcs(ii)%family)
+     case (XC_FAMILY_LDA)
+      call xc_f90_lda_vxc(libxc_funcs(ii)%conf,1,rhotmp(1),vxctmp(1))
+     case (XC_FAMILY_GGA)
+      call xc_f90_gga_vxc(libxc_funcs(ii)%conf,1,rhotmp(1),sigma(1),vxctmp(1),vsigma(1))
+    end select
+   end if
+
+   exc(ipts)      =exc(ipts)               +2.d0*exctmp           ! From Ha to Ry
+   vxc(ipts,1:nsp)=vxc(ipts,1:nsp)         +2.d0*vxctmp(1:nsp)    ! From Ha to Ry
+   if (libxc_isgga()) then
+    if (nsp==1) then
+     vxcgr(ipts,2*nsp-1)=vxcgr(ipts,2*nsp-1)+4.d0*vsigma(2*nsp-1) ! From Ha to Ry
+                         ! Note: for nsp=1, vsigma(1) contains 1/2 (up part only)
+    else
+     vxcgr(ipts,2*nsp-1)=vxcgr(ipts,2*nsp-1)+2.d0*vsigma(2*nsp-1) ! From Ha to Ry
+    end if
+!   if (nsp==1) then
+!    vxcgr(ipts,3)=vxcgr(ipts,3)+vsigma(1)*2.d0
+!   else
+!    vxcgr(ipts,1)=vxcgr(ipts,1)+2.d0*vsigma(1)-vsigma(2)
+!    vxcgr(ipts,2)=vxcgr(ipts,2)+2.d0*vsigma(3)-vsigma(2)
+!    vxcgr(ipts,3)=vxcgr(ipts,3)+     vsigma(2)
+!   end if
+   end if
+
+  end do ! loop over functional(s)
+ end do  ! loop over points
+
+#endif
+ end subroutine libxc_getvxc
+
+end  Module libxc_mod
diff --git a/src/numerov_mod.f90 b/src/numerov_mod.f90
new file mode 100644
index 0000000..0598bee
--- /dev/null
+++ b/src/numerov_mod.f90
@@ -0,0 +1,554 @@
+MODULE Numerov_mod
+  USE gridmod
+  USE blockdavidson_mod
+
+  IMPLICIT NONE
+
+  REAL(8), ALLOCATABLE, PRIVATE :: hn(:),hd(:),on(:),od(:)
+  INTEGER, PRIVATE :: firsttime=0
+  REAL(8), PRIVATE :: qq
+  REAL(8), PRIVATE, PARAMETER :: tailparm=12.d0,small=1.d-5
+  TYPE(GridInfo), PRIVATE, POINTER :: GridPtr
+
+CONTAINS
+
+  SUBROUTINE BoundNumerov(Grid,rv,v0,v0p,nz,l,nroot,Eig,Psi,BDsolve,success)
+    TYPE(GridInfo), INTENT(IN) :: Grid
+    REAL(8), INTENT(IN) :: rv(:),v0,v0p
+    INTEGER, INTENT(IN) :: nz,l,nroot
+    REAL(8), INTENT(INOUT) :: Eig(:), Psi(:,:)
+    LOGICAL, INTENT(IN) :: BDsolve
+    LOGICAL, INTENT(INOUT) :: success
+
+    INTEGER, PARAMETER :: repeat=4
+    INTEGER :: i,j,k,n,many,count
+    REAL(8), ALLOCATABLE :: vec(:,:),f(:),dum(:),e(:)
+    REAL(8) :: x
+
+  If (BDsolve) then  
+    success=.false.
+    CALL initBoundNumerov(Grid)
+    CALL startBoundNumerov(Grid,rv,l)
+
+    n=Grid%n; k=n-2 ; many=4*nroot
+    ALLOCATE(vec(k,many),f(k),dum(k),e(many),stat=i)
+    IF (i/=0) THEN
+       WRITE(6,*) 'Error in BoundNumerov ', i,n,k
+       STOP
+    ENDIF
+
+    vec=0
+    count=0
+    DO i=1,nroot
+       f=0
+       f(1:n-2)=Psi(2:n-1,i)
+       CALL gramschmidt(Grid,count,vec,f)
+       count=count+1
+    ENDDO
+    !WRITE(6,*) 'Starting with ',count,'  orthonormal functions '
+    IF (count<1) THEN
+       WRITE(6,*) 'Error in initial wavefunctions -- stopping '
+       STOP
+    ENDIF
+
+    i=1
+    DO
+       IF (count>=many) EXIT
+       IF (i>count) THEN
+          WRITE(6,*) 'Error in initial wavefunctions -- i>count ', i,count
+          STOP
+       ENDIF
+       dum=vec(:,i)
+       IF (usingloggrid(Grid)) dum(1:n-2)=dum(1:n-2)/Grid%pref(2:n-1)
+       CALL tridiagmult(hn,hd,dum,f)
+       IF (usingloggrid(Grid)) f(1:n-2)=f(1:n-2)*Grid%pref(2:n-1)
+       CALL gramschmidt(Grid,count,vec,f)
+       i=i+1; count=count+1
+    ENDDO
+
+    IF (usingloggrid(Grid)) THEN
+       DO j=1,many
+          vec(1:n-2,j)=vec(1:n-2,j)/Grid%pref(2:n-1)
+       ENDDO
+    ENDIF
+
+    CALL BlockDavidson(nroot,many,vec,e,success,repeat,hvov,multres)
+
+    DO j=1,nroot
+       If (e(j)<-1.d-5) then
+          Eig(j)=e(j)
+       elseif (e(j)>=-1.d-5.and.j==1) then
+          Eig(j)=-REAL(nz**2)/(j+l)**2   
+       elseif (e(j)>=-1.d-5.and.j>1) then   
+          Eig(j)=(Eig(j-1)*(nroot-j+1))/nroot
+       endif   
+       Psi(1,j)=0;  Psi(n,j)=0
+       !WRITE(6,*) 'BD Eigenvalue -- ', j, Eig(j)
+       !call flush(6)
+       IF (usingloggrid(Grid)) THEN
+          DO i=2,n-1
+             Psi(i,j)=vec(i-1,j)*Grid%pref(i)
+          ENDDO
+       ELSE
+          DO i=2,n-1
+             Psi(i,j)=vec(i-1,j)
+          ENDDO
+       ENDIF
+       x=Integrator(Grid,Psi(:,j)*Psi(:,j))
+       !WRITE(6,*) 'normalization = ', x
+       Psi(:,j)=Psi(:,j)/SQRT(x)
+    ENDDO
+
+                                                                                    DEALLOCATE(vec,f,dum,e)
+    CALL endBoundNumerov
+
+    If (.not.success) then
+       write(6,*) 'program faltering due to failure of BlockDavidson'
+       write(6,*) 'l = ',l
+       write(6,*) 'Eig = ', Eig(1:nroot)
+
+    endif
+  Endif     !BDsolve
+
+    write(6,*) 'Before newboundsch',l,nroot, Eig(1:nroot); call flush(6)
+    CALL newboundsch(Grid,rv,v0,v0p,l,nroot,Eig,Psi,success)
+    write(6,*) 'After newboundsch',l,nroot, Eig(1:nroot); call flush(6)
+
+    ! adjust sign
+    Do j=1,nroot
+       if (Psi(3,j)<0.d0) Psi(:,j)=-Psi(:,j)
+    Enddo
+
+  END SUBROUTINE BoundNumerov
+
+  SUBROUTINE initBoundNumerov(Grid)
+    TYPE(GridInfo), TARGET, INTENT(IN) :: Grid
+
+    INTEGER :: n,i
+
+    IF(firsttime==0) THEN
+       n=Grid%n
+       ALLOCATE(hn(n),hd(n),on(n),od(n),stat=i)
+       IF (i/=0) THEN
+          WRITE(6,*) 'Allocation error in initBoundNumerov', i,n
+          STOP
+       ENDIF
+       firsttime=1
+       GridPtr=>Grid
+    ENDIF
+  END SUBROUTINE initBoundNumerov
+
+  SUBROUTINE endBoundNumerov
+    DEALLOCATE(hn,hd,on,od)
+    firsttime=0
+  END SUBROUTINE endBoundNumerov
+
+!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
+  !   fin(1:n-2), fout(1:n-2) map to grid points 2:n-1
+!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
+  SUBROUTINE tridiagmult(nn,dd,fin,fout)
+    REAL(8), INTENT(IN) :: nn(:),dd(:),fin(:)
+    REAL(8), INTENT(OUT) :: fout(:)
+
+    INTEGER :: i,j,k,n
+
+    n=GridPtr%n
+    fout(1:n-2)=dd(2:n-1)*fin(1:n-2)
+
+    DO i=1,n-3
+       fout(i)=fout(i)+nn(i+2)*fin(i+1)
+       fout(i+1)=fout(i+1)+nn(i+1)*fin(i)
+    ENDDO
+
+  END SUBROUTINE tridiagmult
+
+  SUBROUTINE startBoundNumerov(Grid,rv,l)
+    TYPE(GridInfo), INTENT(IN) :: Grid
+    REAL(8), INTENT(IN) :: rv(:)
+    INTEGER, INTENT(IN) :: l
+
+    INTEGER:: i,j,k,n
+    REAL(8):: h,x,h2,angm
+
+    angm=l*(l+1);h2=(Grid%h**2);n=Grid%n
+    x=0
+    IF (l==0) x=rv(1)/Grid%r(2)
+    IF (l==1) x=2.d0/(Grid%r(2)**2)
+
+    hd=0.d0 ; od=1.d0
+    DO i=2,n
+       hd(i)=rv(i)/Grid%r(i)+angm/(Grid%r(i)**2)
+    ENDDO
+
+
+    IF (usingloggrid(Grid)) THEN
+       hd=Grid%rr02*hd +0.25d0
+       x=Grid%rr02(1)*x
+       od=Grid%rr02*od
+    ENDIF
+    hn=-1.2d0+0.1d0*h2*hd
+    hd=2.4d0+h2*hd
+    hd(2)=hd(2)+0.1d0*h2*x
+    on=0.1d0*od
+    od=od
+    hd=hd/h2
+    hn=hn/h2
+
+    qq=-rv(n)/2
+    IF (qq<small) qq=0.d0
+
+  END SUBROUTINE startBoundNumerov
+
+  SUBROUTINE hvov(vin,hv,ov,ee)
+    REAL(8), INTENT(IN) :: vin(:)
+    REAL(8), INTENT(OUT) :: hv(:),ov(:),ee
+
+    INTEGER :: n,i
+    REAL(8) :: x
+
+    hv=0.d0; ov=0.d0
+    CALL tridiagmult(hn,hd,vin,hv)
+    CALL tridiagmult(on,od,vin,ov)
+
+    x=DOT_PRODUCT(vin,ov)
+    IF (ABS(x)<1.d-9) x=1
+    ee=DOT_PRODUCT(vin,hv)/x
+
+  END SUBROUTINE hvov
+
+  FUNCTION multres(v1,v2)
+    REAL(8) :: multres
+    REAL(8), INTENT(IN) :: v1(:),v2(:)
+
+    INTEGER :: n,i
+
+    multres=DOT_PRODUCT(v1,v2)
+
+  END FUNCTION multres
+
+  !******************************************************************
+  !  SUBROUTINE newboundsch(Grid,rv,v0,v0p,l,nroot,Eig,Psi,ok)
+  !******************************************************************
+  SUBROUTINE newboundsch(Grid,rv,v0,v0p,l,nroot,Eig,Psi,ok)
+    !  pgm to solve radial schroedinger equation for nroot bound state
+    !    energies and wavefunctions for angular momentum l
+    !    with potential rv/r
+    !
+    !   Assymptotic from of wfn:
+    !     Psi(r) = const*(r**q/kappa)*EXP(-kappa*r), where eig=-kappa**2
+    !  uses Noumerov algorithm
+    !
+    !  For l=0,1 corrections are needed to approximate wfn(r=0)
+    !     These depend upon:
+    !         e0 (current guess of energy eigenvalue)
+    !         l,nz
+    !         v(0) == v0 electronic potential at r=0
+    !         v'(0) == v0p derivative of electronic potential at r=0
+    !
+    !  Corrections are also needed for r>n*h, depending on:
+    !         e0 (current guess of energy eigenvalue
+    !         the extrapolated value of rv == r * v
+    !
+    ! ierr=an nroot digit number indicating status of each root
+    !   a digit of 1 indicates success in converging root
+    !              2 indicates near success in converging root
+    !              9 indicates that root not found
+    !
+    !
+    TYPE(GridInfo), INTENT(IN) :: Grid
+    REAL(8), INTENT(IN) :: rv(:),v0,v0p
+    INTEGER, INTENT(IN) :: l,nroot
+    REAL(8), INTENT(INOUT) :: Eig(:), Psi(:,:)
+    LOGICAL, INTENT(OUT) :: ok
+
+    REAL(8), PARAMETER :: convre=1.d-10,vlrg=1.d30
+    INTEGER, PARAMETER :: niter=1000
+
+    REAL(8), ALLOCATABLE :: p1(:),p2(:),dd(:)
+    INTEGER :: nz,n,ierr
+    REAL(8) :: h,q
+    REAL(8) :: err,convrez,energy,zeroval,zz
+    REAL(8) :: scale,emin,emax,best,rout,ppp
+    REAL(8) :: arg,r,r2,veff,pppp1,rin,dele,x,rvp1,pnp1,bnp1
+    INTEGER :: iter,i,j,k,node,match,mxroot,ntroot,ir,iroot
+    INTEGER :: least,many,ifac
+
+    ifac=0
+    n=Grid%n
+    h=Grid%h
+    ALLOCATE(p1(n),p2(n),dd(n),stat=i)
+    IF (i/=0) THEN
+       WRITE(6,*) ' Error in newboundsch allocation ',i,n
+       STOP
+    ENDIF
+
+    nz=-(rv(1)-0.1d0)/2;zz=nz
+    q=-rv(n)/2
+    IF (q<0.001d0) q=0.d0
+    err=n*nz*(h**4)
+    convrez=convre
+    IF (nz.GT.0) convrez=convre*nz
+    !     write(6,*) 'expected error = ',err
+    ierr=0
+
+    !
+    emin=MAX(-REAL((nz)**2)/(l+1)**2-0.5d0,Eig(1)-1.d0)
+    !write(6,*) 'in boundsch --' , emin, nz, l
+    emax=0.d0
+
+    !WRITE(6,'("starting boundsch with eigenvalues -- ",1p,20e15.7)') &
+    !&    Eig(1:nroot)
+
+    DO iroot=1,nroot
+       best=1.d10; dele=1.d10
+       energy=Eig(iroot)
+       !write(6,*) 'starting iroot energy' ,iroot, energy
+       IF (energy.LT.emin) energy=emin
+       IF (energy.GT.emax) energy=emax
+       ok=.FALSE.
+       !write(6,*) 'iter,iroot,energy',iter,iroot,energy
+       !write(6,*) 'emin,max',emin,emax
+       BigIter: DO iter=1,niter
+          !write(6,*) 'In iter with energy', iter,energy,niter,l,iroot
+          !  start inward integration
+          !  start integration at n
+          ! find classical turning point
+          CALL ClassicalTurningPoint(Grid,rv,l,energy,match)
+          match=MAX(5,match)
+          match=MIN(n-15,match)
+          ppp=SQRT(ABS(-energy))
+          p2=0
+          !p2(n)=(Grid%r(n)**(qq/ppp))
+          !p2(n-1)=(Grid%r(n-1)**(qq/ppp))*EXP(-ppp*(Grid%r(n-1)-Grid%r(n)))
+          p2(n)=wfnend(l,energy,Grid%r(n),Grid%r(n))
+          p2(n-1)=wfnend(l,energy,Grid%r(n-1),Grid%r(n))
+          CALL backward_numerov(Grid,l,match,energy,rv,p2)
+          match=match+6
+          CALL derivative(Grid,p2,dd,match-5,match+5)
+          rin=dd(match)/p2(match)
+          ! write(6,*) ' match point = ',match,rin,p2(match)
+          !  start outward integration
+          !    correct behavior near r=0
+          ! initialize p1
+          p1=0
+          p1(2)=wfninit(zz,l,v0,v0p,energy,Grid%r(2))
+          zeroval=0
+          IF (l==0) zeroval=-2*nz
+          IF (l==1) zeroval=2
+
+          CALL forward_numerov(Grid,l,match+6,energy,rv,zeroval,p1,node)
+
+          CALL derivative(Grid,p1,dd,match-5,match+5)
+          rout=dd(match)/p1(match)
+          !write(6,*) 'node,match,rin,rout',node,(iroot-1),match,rin,rout
+          ! check whether node = (iroot-1)
+          !   not enough nodes -- raise energy
+          IF (node.LT.iroot-1) THEN
+             emin=MAX(emin,energy)-1.d-5
+             energy=emax-(emax-energy)*ranx()
+             ifac=9
+             !   too many nodes -- lower energy
+          ELSEIF (node.GT.iroot-1) THEN
+             IF (energy.LT.emin) THEN
+                ierr=ierr+9*(10**(iroot-1))
+                WRITE(6,*) 'newboundsch error -- emin too high',l,nz,emin,energy
+                RETURN
+             ENDIF
+             emax=MIN(emax,energy+1.d-5)
+             energy=emin+(energy-emin)*ranx()
+             !write(6,*) 'energy reset to ', energy
+             !   correct number of nodes -- estimate correction
+          ELSEIF (node.EQ.iroot-1) THEN
+             DO j=1,match
+                p1(j)=p1(j)/p1(match)
+                !write(6,*) 'j,p1',j,p1(j)
+             ENDDO
+             DO j=match,n
+                p1(j)=p2(j)/p2(match)
+                !write(6,*) 'j,p2',j,p1(j)
+             ENDDO
+             scale=1.d0/overlap(Grid,p1,p1)
+             dele=(rout-rin)*scale
+             !write(6,*) 'energy,dele,scale',energy,dele,scale
+             x=ABS(dele)
+             IF (x.LT.best) THEN
+                scale=SQRT(scale)
+                p1(1:n)=p1(1:n)*scale
+                Psi(1:n,iroot)=p1(1:n)
+                Eig(iroot)=energy
+                !write(6,*) 'root',l,iroot,Eig(iroot),emin,emax
+                best=x
+             ENDIF
+             IF (ABS(dele).LE.convrez) THEN
+                !WRITE(6,*) 'iter with dele' , iter,dele
+                ok=.TRUE.
+                !  eigenvalue found
+                ierr=ierr+10**(iroot-1)
+                IF (iroot+1.LE.nroot) THEN
+                   emin=energy+1.d-5
+                   emax=0
+                   energy=(emin+emax)/2
+                   IF (energy.LT.emin) energy=emin
+                   IF (energy.GT.emax) energy=emax
+                   best=1.d10
+                ENDIF
+                EXIT BigIter
+             ENDIF
+             IF (ABS(dele).GT.convrez) THEN
+                !write(6,*) 'iter with dele' , iter,dele
+                energy=energy+dele
+                ! if energy is out of range, pick random energy in correct range
+                IF (emin-energy.GT.convrez.OR.energy-emax.GT.convrez)         &
+&                    energy=emin+(emax-emin)*ranx()
+                ifac=2
+                !write(6,*) 'continuing with iter dele', iter,dele
+             ENDIF
+          ENDIF
+       ENDDO BigIter !iter
+       IF (.NOT.ok) THEN
+          ierr=ierr+ifac*(10**(iroot-1))
+          WRITE(6,*) 'no convergence in newboundsch',iroot,l,dele,energy
+          WRITE(6,*) ' best guess of eig, dele = ',Eig(iroot),best
+          IF (iroot.LT.nroot) THEN
+             DO ir=iroot+1,nroot
+                ierr=ierr+9*(10**(ir-1))
+             ENDDO
+          ENDIF
+          ! reset wfn with hydrogenic form
+          j=iroot+l+1
+          Psi(:,iroot)=0
+          ppp=(j)*SQRT(ABS(Eig(iroot)))
+          DO i=2,n
+             Psi(i,iroot)=hwfn(ppp,j,l,Grid%r(i))
+          ENDDO
+       ENDIF
+    ENDDO !iroot
+
+    !WRITE(6,'("finish boundsch with eigenvalues -- ",1p,20e15.7)') &
+    !&    Eig(1:nroot)
+    DEALLOCATE(p1,p2,dd)
+    !WRITE(6,*) 'returning from newboundsch -- ierr=',ierr
+
+  END SUBROUTINE newboundsch
+
+  !*******************************************************************
+  !  FUNCTION wfninit(nz,l,v0,v0p,energy,r)
+  !*******************************************************************
+  FUNCTION wfninit(nz,l,v0,v0p,energy,r)
+    ! returns the solution of the Schroedinger equation near r=0
+    !  using power series expansion
+    REAL(8) :: wfninit
+    INTEGER, INTENT(IN) :: l
+    REAL(8), INTENT(IN) :: nz,v0,v0p,energy,r
+
+    REAL(8) :: c1,c2,c3
+
+    c1=-REAL(nz)/(l+1.d0)
+    c2=((v0-energy)-2*nz*c1)/(4*l+6.d0)
+    c3=(v0p+(v0-energy)*c1-2*nz*c2)/(6*l+12.d0)
+
+    wfninit=(r**(l+1))*(1+r*(c1+r*(c2+r*c3)))
+
+    !write(6,*) 'In wfninit', r,v0,v0p, energy,wfninit
+
+  END FUNCTION wfninit
+
+!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
+  ! FUNCTION wfnend(l,energy,r,rN)
+  !
+  !  Find asymptotic form of wavefunction
+  !    assuming equations has form
+  !   (- d^2  +l(l+1) -2q   +b^2 )
+  !   (  ---   ------ ---        )  P(r) = 0
+  !   (  dr^2    r^2    r        )
+  !       where b^2=-energy
+  !
+  !        P(r) = exp(-b*(r-rN))*r^(q/b)(1+(l*(l+1)-q/b)*(q/b-1)/(2*b)/r + ...)
+!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
+  FUNCTION wfnend(l,energy,r,rN)
+    REAL(8) :: wfnend
+    INTEGER, INTENT(IN) :: l
+    REAL(8), INTENT(IN) :: energy,r,rN
+
+    REAL(8) :: qbb,b,wfn,cn,term,fac
+    INTEGER :: i
+    INTEGER, PARAMETER :: last=5
+
+    IF (energy>=0.d0) THEN
+       wfnend=0
+       RETURN
+    ENDIF
+
+    b=SQRT(-energy)
+    qbb=qq/b
+    !write(6,*) ' qbb = ', qbb
+    cn=l*(l+1)
+    fac=EXP(-b*(r-rN))*(r**qbb)
+    term=1.d0;   wfn=0
+    DO i=1,last
+       wfn=wfn+term
+       IF (i<last) THEN
+          term=-term*((qbb-i+1)*(qbb-i)-cn)/(2*b*i)/r
+       ENDIF
+
+    ENDDO
+    wfnend=fac*wfn
+  END FUNCTION wfnend
+
+  !**********************************************************************
+  !      subroutine unboundsch(Grid,rv,v0,v0p,nr,l,energy,wfn,nodes)
+  !  pgm to solve radial schroedinger equation for unbound states
+  !    at energy 'energy' and at angular momentum l
+  !
+  !    with potential rv/r, given in uniform mesh of n points
+  !   r=i*h, i=1,...n-1 ;assuming p(r)=C*r**(l+1)*polynomial(r) for r==0;
+  !                               p((n+1)*h)=0
+  !  nz=nuclear charge
+  !
+  !  uses Noumerov algorithm
+  !
+  !  For l=0,1 corrections are needed to approximate wfn(r=0)
+  !     These depend upon:
+  !         e0 (current guess of energy eigenvalue)
+  !         l,nz
+  !         v(0) == v0 electronic potential at r=0
+  !         v'(0) == v0p derivative of electronic potential at r=0
+  !
+  ! also returns node == number of nodes for calculated state
+  !************************************************************************
+  SUBROUTINE unboundsch(Grid,rv,v0,v0p,nr,l,energy,wfn,nodes)
+    TYPE(GridInfo), INTENT(IN)  :: Grid
+    REAL(8), INTENT(IN) :: rv(:),v0,v0p
+    INTEGER, INTENT(IN) :: nr,l
+    REAL(8), INTENT(IN) :: energy
+    REAL(8), INTENT(INOUT) :: wfn(:)
+    INTEGER, INTENT(INOUT) :: nodes
+
+    INTEGER :: n,nz,i,j,k,ierr
+    REAL(8) :: zeroval,scale,zz
+
+    n=Grid%n
+    IF (nr > n) THEN
+       WRITE(6,*) 'Error in unboundsch -- nr > n', nr,n
+       STOP
+    ENDIF
+    nz=-(rv(1)-0.1d0)/2;zz=nz
+
+    ! initialize wfn
+    wfn=0
+    wfn(2)=wfninit(zz,l,v0,v0p,energy,Grid%r(2))
+    zeroval=0
+    if (l==0) zeroval=-2*nz
+    if (l==1) zeroval=2
+
+    call forward_numerov(Grid,l,nr,energy,rv,zeroval,wfn,nodes)
+    !
+    ! normalize to unity within integration range
+    !
+    scale=1.d0/overlap(Grid,wfn(1:nr),wfn(1:nr),1,nr)
+    scale=SIGN(SQRT(scale),wfn(nr-2))
+    wfn(1:nr)=wfn(1:nr)*scale
+
+  END SUBROUTINE unboundsch
+
+END MODULE Numerov_mod
diff --git a/src/paw_sub.f90 b/src/paw_sub.f90
new file mode 100644
index 0000000..0370138
--- /dev/null
+++ b/src/paw_sub.f90
@@ -0,0 +1,248 @@
+Module paw_sub
+   USE Globalmath
+   USE gridmod
+
+   IMPLICIT NONE
+
+!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
+!  Support routines for PAW calculations;
+!     Several of these routines were written by Marc Torrent of CEA
+!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
+
+   CONTAINS
+!******************************************************************************
+! Pseudization routine: PSPOLYN
+!  Pseudize a function with a polynom
+!                   tfunc(r)=r^(l+1).Sum[Ci.r^2i]  0<=i<=np-1  if r<=rc
+!                   tfunc(r)=func(r)                           if r>rc
+!  Ci coefficients are returned
+!******************************************************************************
+
+ SUBROUTINE pspolyn(func,Ci,r,l,np,irc,n)
+
+   INTEGER,INTENT(IN) :: irc,l,n,np
+   REAL(8),INTENT(IN) :: func(n),r(n)
+   REAL(8),INTENT(OUT) :: Ci(np)
+
+   INTEGER :: i,j,np2
+   REAL(8) :: rc,xx,y,scale
+   REAL(8),ALLOCATABLE :: A(:,:),X(:)
+
+   if (irc<3.or.irc>irc.or.irc>n-3) stop 'pspolyn: rc out of range'
+   if (np<1) stop 'pspolyn: p out of range'
+
+   allocate(A(np,np),X(np),stat=i)
+   if (i/=0) stop 'allocation error in pspolyn'
+
+   rc=r(irc);np2=np/2
+   scale=(rc/(rc-r(irc-1)))**2 ! Scale to limit rounding error in linsol
+   do i=1,np
+    xx=r(i+irc-np2-1)/rc
+    y=xx*xx
+    A(i,1)=scale
+    do j=2,np
+     A(i,j)=A(i,j-1)*y
+    enddo
+    X(i)=scale*func(i+irc-np2-1)/(xx**(l+1))
+   enddo
+
+   call linsol(A,X,np,np,np,np)
+   !write(6,*) 'Completed linsol with coefficients'
+   !write(6,'(1p,10e15.7)') (X(i),i=1,np)
+
+   do i=1,np
+    Ci(i)=X(i)/rc**(l+2*i-1)
+   enddo
+
+   deallocate(A,X)
+
+ END SUBROUTINE pspolyn
+
+!******************************************************************************
+! Pseudization routine: PSUSPOLYN
+!  Pseudize a function with a polynom
+!                   tfunc(r)=r^(l+1).Sum[Ci.r^2i]  0<=i<=np-1  if r<=rc
+!                   tfunc(r)=func(r)                           if r>rc
+!      For i>3, Ci coefficients are computed so that to minimize
+!      Fourier coefficients of pseudized function for q>qcut
+!  Ci coefficients are returned
+!******************************************************************************
+
+ SUBROUTINE psuspolyn(func,Ci,r,l,np,irc,n,qcut)
+
+   INTEGER,INTENT(IN) :: irc,l,n,np
+   REAL(8),INTENT(IN) :: qcut
+   REAL(8),INTENT(IN) :: func(n),r(n)
+   REAL(8),INTENT(OUT) :: Ci(np)
+
+   INTEGER,PARAMETER :: nq=2001
+   REAL(8),PARAMETER :: lfact(0:5)=(/1.d0,3.d0,15.d0,105.d0,945.d0,10395.d0/)
+   INTEGER :: i,j,k,ip,iq,jq,il,ix,jx
+   REAL(8) :: qh,qrc2,rc,xx,scale,yy(6,6),zz(6)
+   REAL(8),ALLOCATABLE :: A(:,:),X(:),Q(:,:),qq(:),ff(:),gg(:)
+
+   if (irc<3.or.irc>irc.or.irc>n-6) stop 'psuspolyn: rc out of range'
+   if (np<4) stop 'psuspolyn: polynomial degree for pseudization was too small'
+
+   allocate(A(np+4,np+4),X(np+4),Q(nq,np+4),qq(nq),ff(nq),gg(nq),stat=i)
+   if (i/=0) stop 'allocation error in psuspolyn'
+
+   il=l+1;rc=r(irc)
+
+   qh=qcut/dfloat(nq-1)
+   do iq=1,nq
+    qq(iq)=0.5d0*qcut+qh*dble(iq-1)
+   enddo
+
+   Q(:,:)=0.d0
+   do ip=1,np
+    do iq=1,nq
+     qrc2=0.5d0*(qq(iq)*rc)**2
+     xx=1.d0;ix=0
+     do while (abs(xx)>1.d-20)
+      ix=ix+1
+      xx=xx*qrc2/dble(ix)/dble(2*(ix+l)+1)
+     enddo
+     xx=0.d0
+     do jx=ix,1,-1
+      xx=qrc2/dble(jx)/dble(2*(jx+l)+1)*(1.d0/dble(2*(jx+ip+l)+1)-xx)
+     enddo
+     Q(iq,ip)=4.d0*pi*rc**dble(2*ip+il)*(qq(iq)*rc)**dble(l)/lfact(l) &
+&                 *(1.0/dble(2*(l+ip)+1)-xx)
+    enddo
+   enddo
+
+   A(:,:)=0.d0
+   do iq=1,np
+    do ip=1,np
+     do jq=1,nq
+      ff(jq)=qq(jq)**4*Q(jq,iq)*Q(jq,ip)
+     enddo
+     A(iq,ip)=overint(nq,qh,ff)
+    enddo
+   enddo
+   do iq=1,np
+    ix=2*(iq-1)+il
+    A(np+1,iq)=rc**dble(ix)
+    A(np+2,iq)=dble(ix)*rc**(ix-1)
+    A(np+3,iq)=dble(ix*(ix-1))*rc**(ix-2)
+    A(np+4,iq)=dble(ix*(ix-1)*(ix-2))*rc**(ix-3)
+    A(iq,np+1)=A(np+1,iq)
+    A(iq,np+2)=A(np+2,iq)
+    A(iq,np+3)=A(np+3,iq)
+    A(iq,np+4)=A(np+4,iq)
+   enddo
+
+   yy(:,:)=0.d0;zz(:)=0.d0
+   do i=1,6
+    do j=1,6
+     if (i==1.and.j==1) then
+      yy(i,j)=12.d0
+     else
+      do k=1,12
+       yy(i,j)=yy(i,j)+(r(irc+k-6)-rc)**(i+j-2)
+      enddo
+     endif
+    enddo
+   enddo
+   do k=1,12
+    zz(1)=zz(1)+func(irc+k-6)
+   end do
+   do i=2,6
+    do k=1,12
+     zz(i)=zz(i)+func(irc+k-6)*(r(irc+k-6)-rc)**(i-1)
+    end do
+   end do
+   scale=1/(rc-r(irc-1))**3;yy=yy*scale;zz=zz*scale ! Scale to limit rounding error in linsol
+   call linsol(yy,zz,6,6,6,6)
+   zz(3)=2.d0*zz(3);zz(4)=6.d0*zz(4)
+   X(np+1:np+4)=zz(1:4)
+
+   do iq=1,nq
+    gg(iq)=4.d0*pi*intjl(rc,qq(iq),zz,l)
+   enddo
+   do ip=1,np
+    do iq=1,nq
+     ff(iq)=qq(iq)**4*gg(iq)*Q(iq,ip)
+    enddo
+    X(ip)=-overint(nq,qh,ff)
+   enddo
+
+   scale=(rc/(rc-r(irc-1)))**2;A=A*scale;X=X*scale ! Scale to limit rounding error in linsol
+   call linsol(A,X,np+4,np+4,np+4,np+4)
+   !write(6,*) 'Completed linsol with coefficients'
+   !write(6,'(1p,10e15.7)') (X(i),i=1,np+4)
+
+   Ci(1:np)=X(1:np)
+
+   deallocate(A,X,Q,qq,ff,gg)
+
+ END SUBROUTINE psuspolyn
+
+!******************************************************************************
+! Pseudization routine: PSBES
+!  Pseudize a function with a sum of 2 Bessel functions
+!                (following PHYS REV B 41,1227 (1990))
+!                   tfunc(r)=[al(1)*jl(ql(1)*r)+al(2)*jl(ql(2)*r)]*r if r<=rc
+!                   tfunc(r)=func(r)                                 if r>rc
+!  al and ql coefficients are returned
+!******************************************************************************
+
+ SUBROUTINE psbes(func,al,ql,Grid,l,irc,n)
+
+   INTEGER,INTENT(IN) :: irc,l,n
+   REAL(8),INTENT(IN) :: func(n)
+   REAL(8),INTENT(OUT) :: al(2),ql(2)
+   TYPE(GridInfo),INTENT(IN) :: Grid
+
+   INTEGER :: i
+   REAL(8) :: alpha,beta,det,qr,jbes,jbesp,jbespp,rc
+   REAL(8) :: amat(2,2),bb(2)
+
+   rc=Grid%r(irc)
+
+   beta=1.D0
+   alpha=1.D0-Gfirstderiv(Grid,irc,func)*rc/func(irc)
+   call solvbes(ql,alpha,beta,l,2)
+   ql(1:2)=ql(1:2)/rc
+
+   do i=1,2
+    qr=ql(i)*rc
+    call jbessel(jbes,jbesp,jbespp,l,2,qr)
+    jbespp=2.d0*ql(i)*jbesp+jbespp*ql(i)*ql(i)*rc
+    jbesp=jbes+jbesp*ql(i)*rc
+    jbes=jbes*rc
+    amat(1,i)=jbes
+    amat(2,i)=jbespp
+   enddo
+
+   bb(1)=func(irc)
+   bb(2)=Gsecondderiv(Grid,irc,func)
+
+   det=amat(1,1)*amat(2,2)-amat(1,2)*amat(2,1)
+   al(1)=(amat(2,2)*bb(1)-amat(1,2)*bb(2))/det
+   al(2)=(amat(1,1)*bb(2)-amat(2,1)*bb(1))/det
+
+ END SUBROUTINE psbes
+
+ SUBROUTINE trunk(Grid,f,rstart,rend)
+   TYPE (GridInfo), INTENT(IN) :: Grid
+   REAL(8),  INTENT(INOUT) :: f(:)
+   REAL(8),  INTENT(IN) :: rstart,rend
+
+   INTEGER :: i,n
+   REAL(8) :: r,delta,arg
+
+   delta=rend-rstart
+
+   DO i=1,Grid%n
+      r=Grid%r(i)
+      IF (r>rstart .AND. r<=rend) THEN
+         arg=pi*(r-rstart)/delta
+         f(i)=f(i)*(SIN(arg)/arg)**2
+      ENDIF
+      IF (r>rend) f(i)=0
+   ENDDO
+ END SUBROUTINE trunk
+
+END MODULE paw_sub
diff --git a/src/pkginfo.f90.in b/src/pkginfo.f90.in
new file mode 100644
index 0000000..0e77ddc
--- /dev/null
+++ b/src/pkginfo.f90.in
@@ -0,0 +1,12 @@
+MODULE PkgInfo
+
+  IMPLICIT NONE
+
+  PUBLIC
+
+  CHARACTER(len=*), PARAMETER :: atp_package = "@PACKAGE@"
+  CHARACTER(len=*), PARAMETER :: atp_version = "@VERSION@"
+  CHARACTER(len=*), PARAMETER :: atp_host    = "@host@"
+  CHARACTER(len=*), PARAMETER :: atp_target  = "@target@"
+
+END MODULE PkgInfo
diff --git a/src/pseudo.f90 b/src/pseudo.f90
new file mode 100644
index 0000000..822d299
--- /dev/null
+++ b/src/pseudo.f90
@@ -0,0 +1,3829 @@
+MODULE pseudo
+  USE GlobalMath
+  USE atomdata
+  USE aeatom
+  USE excor
+  USE exx_pseudo
+  USE hf_pseudo
+  USE numerov_mod
+  USE paw_sub
+  USE pseudodata
+  USE pseudo_sub
+  USE radialsr
+
+  IMPLICIT NONE
+
+  Type(Pseudoinfo), TARGET :: PAW
+
+ !  Parameters controlling PAW options
+  INTEGER,PRIVATE,PARAMETER :: BLOECHL=1, VANDERBILT=2, CUSTOM=3, MODRRKJ=7
+  INTEGER,PRIVATE,PARAMETER :: BLOECHLPS=0, POLYNOM=1, POLYNOM2=2, RRKJ=3
+  INTEGER,PRIVATE,PARAMETER :: VANDERBILTORTHO=0, GRAMSCHMIDTORTHO=1
+  INTEGER,PRIVATE,PARAMETER :: SVDORTHO=2
+  INTEGER,PRIVATE,PARAMETER :: MTROULLIER=1, ULTRASOFT=2, BESSEL=3
+  INTEGER,PRIVATE,PARAMETER :: HARTREE_FOCK=4, SETVLOC=5
+
+  REAL(8),PRIVATE, PARAMETER :: coretailtol=1.d-7, gausstol=1.d-4
+
+  INTEGER, PRIVATE :: coretailpoints=-1,besselopt=-1
+  INTEGER, PRIVATE :: Projectorindex=-1,PSindex=-1,Orthoindex=-1,Vlocalindex=-1
+  REAL(8), PRIVATE :: gaussparam=-1
+
+CONTAINS
+
+ SUBROUTINE SetPAWOptions1(ifinput,ifen,Grid)
+   INTEGER, INTENT(IN) :: ifinput,ifen
+   Type(Gridinfo), INTENT(IN) :: Grid
+
+  INTEGER :: n
+  INTEGER :: i,j,l,irc
+  REAL(8):: h
+  REAL(8) :: rc1,rc2,rc3,rc4,rc
+  CHARACTER(132) :: inputline,inputword
+  LOGICAL :: multi_rc
+
+  n=Grid%n
+  WRITE(6,*) 'Enter maximum L for basis and projector functions'
+  READ(5,'(a)') inputline
+  WRITE(ifinput,'(a)') TRIM(inputline)
+  READ(inputline,*) PAW%lmax
+
+  PAW%rc=0;multi_rc=.false.
+  PAW%rc_shap=0;PAW%rc_vloc=0;PAW%rc_core=0
+  WRITE(6,*) 'enter  rc [and eventually: rc_shape, rc_vloc, rc_core]'
+  READ(5,'(a)') inputline
+  WRITE(ifinput,'(a)') TRIM(inputline)
+  CALL extractword(1,inputline,inputword);inputword=trim(inputword)
+  IF (inputword/="") READ(inputword,*) rc1
+  rc2=rc1;rc3=rc1;rc4=rc1
+  CALL extractword(2,inputline,inputword);inputword=trim(inputword)
+  IF (inputword/="") THEN
+   multi_rc=.true.
+   READ(inputword,*) rc2
+   CALL extractword(3,inputline,inputword);inputword=trim(inputword)
+   IF (inputword/="") THEN
+    READ(inputword,*) rc3
+    CALL extractword(4,inputline,inputword);inputword=trim(inputword)
+    IF (inputword/="") THEN
+     READ(inputword,*) rc4
+    ELSE
+     WRITE(6,*) 'error -- rc(core) is missing '
+     STOP
+    ENDIF
+   ELSE
+    WRITE(6,*) 'error -- rc(Vloc) is missing '
+    STOP
+   ENDIF
+  ENDIF
+  IF (multi_rc) THEN
+   IF (rc1.LE.0.d0.or.rc2.LE.0.d0.or.rc3.LE.0.d0.or.rc4.LE.0.d0) THEN
+     WRITE(6,*) 'error -- one rc is too small !'
+     STOP
+   ENDIF
+   IF (rc2.GT.rc1.or.rc3.GT.rc1.or.rc4.GT.rc1) THEN
+     WRITE(6,*) 'error -- rc_shape, rc_vloc and rc_core must be <rc !'
+     STOP
+   ENDIF
+  ELSEIF (rc1.LE.0.d0) THEN
+     WRITE(6,*) 'error -- rc too small ',rc1
+     STOP
+  ENDIF
+  PAW%multi_rc=multi_rc
+  PAW%irc     =FindGridIndex(Grid,rc1) ; PAW%rc     =Grid%r(PAW%irc)
+  PAW%irc_shap=FindGridIndex(Grid,rc2) ; PAW%rc_shap=Grid%r(PAW%irc_shap)
+  PAW%irc_vloc=FindGridIndex(Grid,rc3) ; PAW%rc_vloc=Grid%r(PAW%irc_vloc)
+  PAW%irc_core=FindGridIndex(Grid,rc4) ; PAW%rc_core=Grid%r(PAW%irc_core)
+  irc=PAW%irc;rc=PAW%rc
+  if (irc>n-Grid%ishift) stop 'error -- rc is too big !'
+  WRITE(6,*) ' adjusted rc ',rc, Grid%r(irc)
+  WRITE(6,*) ' irc,rc = ',irc,rc
+  if (multi_rc) then
+   WRITE(6,*) ' adjusted rc_shape ',PAW%rc_shap
+   WRITE(6,*) ' adjusted rc_vloc  ',PAW%rc_vloc
+   WRITE(6,*) ' adjusted rc_core  ',PAW%rc_core
+  endif
+  WRITE(ifen,*) ' paw parameters: '
+  WRITE(ifen,*) '      lmax = ',PAW%lmax
+  WRITE(ifen,*) '        rc = ',PAW%rc
+  WRITE(ifen,*) '       irc = ',PAW%irc
+  if (multi_rc) then
+   WRITE(ifen,*) '  rc_shape = ',PAW%rc_shap
+   WRITE(ifen,*) '   rc_vloc = ',PAW%rc_vloc
+   WRITE(ifen,*) '   rc_core = ',PAW%rc_core
+  endif
+ End Subroutine SetPAWOptions1
+
+ SUBROUTINE SetPAWOptions2(ifinput,ifen,Grid,Orbit,Pot,success)
+   INTEGER, INTENT(IN) :: ifinput,ifen
+   Type(Gridinfo), INTENT(IN) :: Grid
+   Type(OrbitInfo), INTENT(IN) :: Orbit
+   Type(PotentialInfo), INTENT(IN) :: Pot
+   LOGICAL , INTENT(OUT) :: success
+
+  CHARACTER(132) :: inputfileline
+  CHARACTER(50) :: Projectortype
+  INTEGER :: i,pdeg,l
+  REAL(8) :: qcut,x,y,e
+
+  success=.true.
+  ! default value for HF core functions
+  PAW%coretol=1.d-4
+  ! defalult value for SETVLOC
+  PAW%VlocCoef=0.d0; PAW%VlocRad=PAW%rc
+
+   WRITE(6,*) 'Enter "Bloechl", "Vanderbilt", "modrrkj" or "custom" keywords',&
+&             ' for projector generation method.'
+   WRITE(6,*) ' In case of "custom" choice, enter additional (optional) keywords :'
+   WRITE(6,*) ' - for partial waves pseudization scheme:'
+   WRITE(6,*) '                       "bloechlps", "polynom", "polynom2 p qcut" or "RRKJ"'
+   WRITE(6,*) ' - for orthogonalization scheme: "GramSchmidtOrtho" or "VanderbiltOrtho" or "svdortho"'
+   WRITE(6,*) 'Compensation charge shape defaults set to "sinc^2";'
+   WRITE(6,*) ' - Gaussian shape can be specified by adding "Gaussian" keyword',&
+&             '   and tol (1.d-4, for ex).'
+   WRITE(6,*) ' - Bessel shape can be specified by adding "Besselshape" keyword'
+   READ(5,'(a)') inputfileline
+   WRITE(ifinput,'(a)') TRIM(inputfileline)
+   call Uppercase(inputfileline)
+   inputfileline=TRIM(inputfileline)
+   write(6,*) 'inputfileline ', inputfileline
+   Projectorindex=BLOECHL;PSindex=BLOECHLPS;Orthoindex=GRAMSCHMIDTORTHO
+   pdeg=4;qcut=10.d0
+   read(unit=inputfileline,fmt=*) Projectortype
+   if (TRIM(Projectortype)=='BLOECHL'.or.TRIM(Projectortype)=='VNCT') then
+    Projectorindex=BLOECHL;PSindex=BLOECHLPS;Orthoindex=GRAMSCHMIDTORTHO
+   else if (TRIM(Projectortype)=='VANDERBILT'.or.TRIM(Projectortype)=='VNCTV') then
+    Projectorindex=VANDERBILT;PSindex=POLYNOM;Orthoindex=VANDERBILTORTHO
+   else if (TRIM(Projectortype)=='MODRRKJ') then
+     Projectorindex=MODRRKJ;PSindex=RRKJ;Orthoindex=VANDERBILTORTHO
+     i=0;i=INDEX(inputfileline,'VANDERBILTORTHO')
+       if (i>0) Orthoindex=VANDERBILTORTHO
+     i=0;i=INDEX(inputfileline,'GRAMSCHMIDTORTHO')
+       if (i>0) Orthoindex=GRAMSCHMIDTORTHO
+     i=0;i=INDEX(inputfileline,'SVDORTHO')
+       if (i>0) Orthoindex=SVDORTHO
+   else if (TRIM(Projectortype)=='CUSTOM') then
+    Projectorindex=CUSTOM
+    i=0;i=INDEX(inputfileline,'BLOECHLPS')
+    if (i>0) then
+     PSindex=BLOECHLPS;Orthoindex=GRAMSCHMIDTORTHO
+    else
+     i=INDEX(inputfileline,'POLYNOM2')
+     if (i>0) then
+      PSindex=POLYNOM2
+      read(unit=inputfileline(i+8:80),fmt=*,err=111,end=111,iostat=i) pdeg,qcut
+111   continue
+     else
+      i=INDEX(inputfileline,'POLYNOM')
+      if (i>0) then
+       PSindex=POLYNOM
+      else
+       i=INDEX(inputfileline,'RRKJ')
+       if (i>0) PSindex=RRKJ
+      endif
+     endif
+     i=INDEX(inputfileline,'GRAMSCHMIDTORTHO')
+     if (i>0) Orthoindex=GRAMSCHMIDTORTHO
+     i=INDEX(inputfileline,'VANDERBILTORTHO')
+     if (i>0) Orthoindex=VANDERBILTORTHO
+    endif
+   endif
+   if (TRIM(Orbit%exctype)=='HF') then
+      PSindex=HARTREE_FOCK;Orthoindex=-13
+   endif
+
+   if (PSindex==BLOECHLPS.and.Orthoindex==VANDERBILTORTHO) stop &
+&    'Vanderbilt orthogonalization not compatible with Bloechls projector scheme !'
+
+   write(PAW%Proj_description,'("Projector type:")')
+
+   if (PSindex==BLOECHLPS) then
+    write(PAW%Proj_description,'(a," Bloechl")') trim(PAW%Proj_description)
+   else if (Projectorindex==MODRRKJ) then
+    write(PAW%Proj_description,'(a," modified RKKJ projectors")') &
+&            trim(PAW%Proj_description)
+   else if (PSindex==POLYNOM) then
+    write(PAW%Proj_description,'(a," polynomial pseudization")') &
+&            trim(PAW%Proj_description)
+   else if (PSindex==POLYNOM2) then
+    write(PAW%Proj_description,'(a," improved polynomial pseudization")') &
+&            trim(PAW%Proj_description)
+   else if (PSindex==RRKJ) then
+    write(PAW%Proj_description,'(a," RRKJ pseudization")') &
+&         trim(PAW%Proj_description)
+   else if (PSindex==HARTREE_FOCK) then
+    write(PAW%Proj_description,'(" HF projectors using Vanderbilt-like scheme")')
+   endif
+
+   if (Orthoindex==VANDERBILTORTHO) then
+    write(PAW%Proj_description,'(a," + Vanderbilt ortho.")') &
+&         trim(PAW%Proj_description)
+   else if (Orthoindex==GRAMSCHMIDTORTHO) then
+     write(PAW%Proj_description,'(a," + Gram-Schmidt ortho.")') &
+&         trim(PAW%Proj_description)
+   else if (Orthoindex==SVDORTHO) then
+     write(PAW%Proj_description,'(a," + SVD ortho.")') &
+&         trim(PAW%Proj_description)
+   end if
+   
+   write(6,*) PAW%Proj_description
+
+   gaussianshapefunction=.false.;besselshapefunction=.false.
+   i=0;i=INDEX(inputfileline,'GAUSSIAN')
+   if (i>0) then
+      gaussianshapefunction=.true.
+      gaussparam=gausstol
+      read(unit=inputfileline(i+8:80),fmt=*) x
+      if (x>0) gaussparam=x
+      CALL sethat(Grid,PAW,gaussparam=gaussparam)    ! Gaussian shape function
+      write(PAW%Comp_description,&
+&      '("Gaussian compensation charge shape with gausstol = ",1p,1e12.4)')&
+&         gaussparam
+   else
+    i=0;i=INDEX(inputfileline,'BESSELSHAPE')
+    if (i>0) then
+     besselshapefunction=.true.
+     CALL sethat(Grid,PAW,besselopt=i)               ! Bessel shape function
+     if (PAW%irc_shap/=PAW%irc) then
+      write(PAW%Comp_description,&
+&      '("Bessel compensation charge shape zeroed at ",1p,1e12.4)') PAW%rc_shap
+     else
+      write(PAW%Comp_description,&
+&      '("Bessel compensation charge shape zeroed at rc")')
+     endif
+    else
+     CALL sethat(Grid,PAW)                          ! sinc^2 shape function
+     if (PAW%irc_shap/=PAW%irc) then
+      write(PAW%Comp_description,&
+&      '("Sinc^2 compensation charge shape zeroed at ",1p,1e12.4)') PAW%rc_shap
+     else
+      write(PAW%Comp_description,&
+&      '("Sinc^2 compensation charge shape zeroed at rc")')
+     endif
+    endif
+   endif
+
+   ! optional input
+    i=0;i=INDEX(inputfileline,'CORETOL')
+    if (i>0) then
+      read(unit=inputfileline(i+7:80),fmt=*) x
+      PAW%coretol=MAX(x,0.d0)
+      write(6,*) 'Resetting coretol to ', PAW%coretol
+    endif
+
+
+   WRITE(6,*) 'To generate the local pseudopotential, this code can use:'
+   WRITE(6,*) '  1- a Troullier-Martins scheme for specified l value and energy'
+   WRITE(6,*) '  2- a non norm-conserving pseudopotential scheme for specified l value and energy'
+   WRITE(6,*) '  3- a simple pseudization scheme using a single spherical Bessel function'
+   WRITE(6,*) '  4- Vloc ==  VlocCoef*Shapefunc'
+   WRITE(6,*) 'For choice 1, enter (high) l value and energy e'
+   WRITE(6,*) 'For choice 2, enter (high) l value, energy e and "ultrasoft"'
+   WRITE(6,*) 'For choice 3, enter "bessel"'
+   WRITE(6,*) 'For choice 4, enter "setvloc x y" - x is VlocCoef y is VlocRad'
+   READ(5,'(a)') inputfileline
+   WRITE(ifinput,'(a)') TRIM(inputfileline)
+   call Uppercase(inputfileline)
+   Vlocalindex=MTROULLIER
+   If (TRIM(Orbit%exctype)=='HF') then
+          !Vlocalindex=SETVLOC; Projectorindex=HARTREE_FOCK
+           Projectorindex=HARTREE_FOCK
+   endif
+   i=0;i=INDEX(inputfileline,'BESSEL')
+   if (i>0) then
+    Vlocalindex=BESSEL
+    WRITE(PAW%Vloc_description,&
+&        '("Vloc: truncated form - Vps(r)=A.sin(qr)/r for r<rc")')
+   endif
+   i=0;i=INDEX(inputfileline,'SETVLOC')
+   if (i>0) then
+    Vlocalindex=SETVLOC
+    read(unit=inputfileline(i+8:80),fmt=*) x,y
+    if (x<1.d3.and.x>-1.d3) PAW%VlocCoef=x
+    if (y>0.d0.and.y<PAW%rc) PAW%VlocRad=y
+   endif
+   i=0;i=INDEX(inputfileline,'ULTRASOFT')
+   if (i>0) then
+     Vlocalindex=ULTRASOFT
+   endif
+   i=0;i=INDEX(inputfileline,'MTROULLIER')
+   if (i>0) then
+     Vlocalindex=MTROULLIER
+   endif
+   If (Vlocalindex==MTROULLIER.or.Vlocalindex==ULTRASOFT) then
+       READ(inputfileline,*) l,e
+       if (l<0.or.l>10) stop 'Error while reading Vloc parameters'
+   ENDIF
+   If (Vlocalindex==ULTRASOFT) &
+&    WRITE(PAW%Vloc_description,&
+&        '("Vloc: Non norm-conserving form with l= ",i1,";e= ",1p,1e12.4)')l,e
+   If (Vlocalindex==MTROULLIER) &
+&    WRITE(PAW%Vloc_description,&
+& '("Vloc: Norm-conserving Troullier-Martins with l= ",i1,";e= ",1p,1e12.4)')l,e
+   If (Vlocalindex==SETVLOC) then
+       WRITE(PAW%Vloc_description, &
+&      '("Vloc == VlocCoef*shapfunc , VlocCoef,Rad  = ",1p,2e15.7)')&
+&            PAW%VlocCoef,PAW%VlocRad
+       PAW%vloc= 0.d0;y=PAW%VlocRad
+       PAW%vloc(1)=PAW%VlocCoef
+       do i=2,Grid%n
+          if (Grid%r(i)<PAW%VlocRad) then
+             PAW%vloc(i)=PAW%VlocCoef*(SIN(pi*Grid%r(i)/y)/(pi*Grid%r(i)/y))**2
+          endif
+       enddo
+   Endif
+   WRITE(6,*) PAW%Vloc_description
+
+   IF (Vlocalindex==MTROULLIER.and.(TRIM(Orbit%exctype)/='HF')) &
+&              CALL troullier(Grid,Pot,PAW,l,e)
+   IF (Vlocalindex==MTROULLIER.and.(TRIM(Orbit%exctype)=='HF')) then
+               CALL make_hf_basis_only(Grid,Pot,PAW,ifinput)
+               CALL troullier_HF(Grid,Pot,PAW,l,e)
+   ENDIF
+   IF (Vlocalindex==ULTRASOFT) CALL nonncps(Grid,Pot,PAW,l,e)
+   IF (Vlocalindex==BESSEL) CALL besselps(Grid,Pot,PAW)
+  !! Note: if SETVLOC only HF or VANDERBILT schemes work
+   IF (Projectorindex==BLOECHL) THEN
+    CALL makebasis_bloechl(Grid,Pot,ifinput,0)
+   ELSE IF (Projectorindex==CUSTOM.AND.PSindex==BLOECHLPS) THEN
+    CALL makebasis_bloechl(Grid,Pot,ifinput,1)
+   ELSE IF (Projectorindex==VANDERBILT.OR.Projectorindex==CUSTOM) THEN
+     if (Vlocalindex==SETVLOC) then
+        Call makebasis_V_setvloc(Grid,Pot,PAW,ifinput)
+     else
+        CALL makebasis_custom(Grid,Pot,ifinput,PSindex,Orthoindex,pdeg,qcut)
+     endif
+   ELSE IF (Projectorindex==HARTREE_FOCK) THEN
+    CALL make_hf_tp_only(Grid,Pot,PAW,ifinput)
+   ELSE IF (Projectorindex==MODRRKJ) THEN
+    CALL makebasis_modrrkj(Grid,Pot,Orthoindex,ifinput,success)
+   ENDIF
+
+      WRITE(ifen,*) TRIM(PAW%Vloc_description)
+      WRITE(ifen,*) TRIM(PAW%Proj_description)
+      WRITE(ifen,*) TRIM(PAW%Comp_description)
+
+    CALL StoreTOCCWFN(PAW)
+
+ END SUBROUTINE SetPAWOptions2
+
+     SUBROUTINE StoreTOCCWFN(PAW)
+       TYPE(PseudoInfo), INTENT(INOUT) :: PAW
+
+       INTEGER :: io,ib
+
+       do io=1,PAW%TOCCWFN%norbit
+          if (PAW%valencemap(io)>0) then
+              ib=PAW%valencemap(io)
+              PAW%TOCCWFN%wfn(:,io)=PAW%tphi(:,ib)
+          endif
+       enddo
+     END SUBROUTINE StoreTOCCWFN
+  !***************************************************************
+  ! SUBROUTINE troullier(lmax,Grid,Pot)
+  !  Creates  screened norm-conserving pseudopotential following
+  !    approach of N. Troullier and J. L. Martins, PRB 43, 1993 (1991)
+  !    Uses p(r)=a0+f(r); f(r)=SUMm(Coef(m)*r^(2*m), where
+  !          m=1,2..6
+  !    Psi(r) = r^(l+1)*exp(p(r))
+  !***************************************************************
+  SUBROUTINE Troullier(Grid,Pot,PAW,l,e)
+    TYPE(Gridinfo), INTENT(IN) :: Grid
+    TYPE(Potentialinfo), INTENT(IN) :: Pot
+    TYPE(Pseudoinfo), INTENT(INOUT) ::  PAW
+    INTEGER,INTENT(IN) :: l
+    REAL(8),INTENT(IN) :: e
+
+    REAL(8), ALLOCATABLE :: VNC(:)
+    REAL(8) :: A0,A,B,B0,C,C0,D,F,S
+    REAL(8) :: Coef(6),Coef0,Coef0old
+    REAL(8) :: h,rc,delta,x,pp,dpp,ddpp,dddpp,ddddpp
+    REAL(8) :: gam,bet
+    INTEGER :: i,j,k,n,iter,nr,nodes,irc,ok,m,wavetype
+    INTEGER, PARAMETER :: niter=5000
+    REAL(8), PARAMETER :: small=1.0d-9
+    REAL(8), ALLOCATABLE ::  wfn(:),p(:),dum(:)
+    REAL(8), POINTER :: r(:),rv(:)
+    CHARACTER(132) :: line
+
+    n=Grid%n
+    h=Grid%h
+    r=>Grid%r
+    rv=>Pot%rv
+    nr=min(PAW%irc_vloc+10,n)
+    irc=PAW%irc_vloc
+    rc=PAW%rc_vloc
+
+    ALLOCATE(VNC(n),wfn(nr),p(nr),dum(nr),stat=ok)
+    IF (ok /=0) THEN
+       WRITE(6,*) 'Error in troullier  -- in allocating wfn,p', nr,ok
+       STOP
+    ENDIF
+
+    !write(6,*) ' Troullier ', n,nr,irc
+    !call flush(6)
+    if (scalarrelativistic) then
+       CALL unboundsr(Grid,Pot,nr,l,e,wfn,nodes)
+    else
+       CALL unboundsch(Grid,Pot%rv,Pot%v0,Pot%v0p,nr,l,e,wfn,nodes)
+    endif
+
+    IF (wfn(irc)<0) wfn=-wfn
+    dum(1:irc)=(wfn(1:irc)**2)
+    S=integrator(Grid,dum(1:irc),1,irc)
+    A0=LOG(wfn(irc)/(rc**(l+1)))
+    B0=(rc*Gfirstderiv(Grid,irc,wfn)/wfn(irc)-(l+1))
+    C0=rc*(rv(irc)-rc*e)-B0*(B0+2*l+2)
+    D=-rc*(rv(irc)-rc*Gfirstderiv(Grid,irc,rv))-2*B0*C0-2*(l+1)*(C0-B0)
+    F=rc*(2*rv(irc)-rc*(2*Gfirstderiv(Grid,irc,rv) &
+&        -rc*Gsecondderiv(Grid,irc,rv)))+&
+&        4*(l+1)*(C0-B0)-2*(l+1)*D-2*C0**2-2*B0*D
+
+    WRITE(6,*) 'In troullier -- matching parameters',S,A0,B0,C0,D,F
+
+    delta=1.d10
+    iter=0
+    Coef0=0
+
+    DO WHILE(delta>small.AND.iter<=niter)
+       iter=iter+1
+       A=A0-Coef0
+       B=B0
+       C=C0
+       CALL EvaluateTp(l,A,B,C,D,F,coef)
+
+       dum=0
+       DO  i=1,irc
+          x=(r(i)/rc)**2
+          p(i)=x*(Coef(1)+x*(Coef(2)+x*(Coef(3)+&
+&              x*(Coef(4)+x*(Coef(5)+x*Coef(6))))))
+          dum(i)=((r(i)**(l+1))*EXP(p(i)))**2
+       ENDDO
+       Coef0old=Coef0
+
+       x=integrator(Grid,dum(1:irc),1,irc)
+       Coef0=(LOG(S/x))/2
+
+       delta=ABS(Coef0-Coef0old)
+       !WRITE(6,'(" VNC: iter Coef0 delta",i5,1p,2e15.7)') iter,Coef0,delta
+    ENDDO
+
+    WRITE(6,*) '  VNC converged in ', iter,'  iterations'
+    WRITE(6,*) '  Coefficients  -- ', Coef0,Coef(1:6)
+    !
+    ! Now  calculate VNC
+    OPEN(88,file='NC',form='formatted')
+    !
+    VNC=0
+    DO  i=2,nr
+       x=(r(i)/rc)**2
+       p(i)=Coef0+x*(Coef(1)+x*(Coef(2)+&
+&           x*(Coef(3)+x*(Coef(4)+x*(Coef(5)+x*Coef(6))))))
+       dpp=2*r(i)/(rc**2)*(Coef(1)+x*(2*Coef(2)+x*(3*Coef(3)+&
+&           x*(4*Coef(4)+x*(5*Coef(5)+x*6*Coef(6))))))
+       ddpp=(1/(rc**2))*(2*Coef(1)+x*(12*Coef(2)+x*(30*Coef(3)+&
+&           x*(56*Coef(4)+x*(90*Coef(5)+x*132*Coef(6))))))
+       dddpp=(r(i)/rc**4)*(24*Coef(2)+x*(120*Coef(3)+x*(336*Coef(4)+&
+&           x*(720*Coef(5)+x*1320*Coef(6)))))
+       ddddpp=(1/(rc**4)*(24*Coef(2)+x*(360*Coef(3)+x*(1680*Coef(4)+&
+&           x*(5040*Coef(5)+x*11880*Coef(6))))))
+       IF (i==irc) THEN
+          WRITE(6,*) 'check  dp ', dpp,  B0/rc
+          WRITE(6,*) 'check ddp ', ddpp, C0/rc**2
+          WRITE(6,*) 'check dddp', dddpp, D/rc**3
+          WRITE(6,*) 'check ddddp', ddddpp, F/rc**4
+       ENDIF
+       VNC(i)=e+ddpp+dpp*(dpp+2*(l+1)/r(i))
+       dum(i)=(r(i)**(l+1))*EXP(p(i))
+       WRITE(88,'(1p,5e15.7)') r(i),wfn(i),dum(i),VNC(i)*r(i),rv(i)
+    ENDDO
+    CLOSE(88)
+    x=overlap(Grid,dum(1:irc),dum(1:irc),1,irc)
+    WRITE(6,*) 'check norm ',x,S
+
+    VNC(irc:n)=rv(irc:n)/r(irc:n)
+    PAW%rveff(1:n)=VNC(1:n)*r(1:n)
+
+    DEALLOCATE(VNC,wfn,p,dum)
+  END SUBROUTINE troullier
+
+  !***************************************************************
+  ! SUBROUTINE kerker(lmax,Grid,Pot)
+  !  Creates  screened norm-conserving pseudopotential following
+  !    approach of G. P. Kerker, J. Phys. C. 13,L189-L194 (1980)
+  !    Uses p(r)=a0+f(r); f(r)=SUMi(Coef(i)*r^m(i)), where m(i)
+  !          are input powers
+  !    Psi(r) = r^(l+1)*exp(p(r)) if PStype = EXPF
+  !    Psi(r) = r^(l+1)*(p(r))    if PStype = POLY
+  !***************************************************************
+  SUBROUTINE kerker(Grid,Pot,PAW)
+    TYPE(Gridinfo), INTENT(IN) :: Grid
+    TYPE(Potentialinfo), INTENT(IN) :: Pot
+    TYPE(Pseudoinfo), INTENT(INOUT) ::  PAW
+
+    REAL(8), ALLOCATABLE :: VNC(:)
+    REAL(8) :: A0,A,B,C,D,S,Coef(4),Coef0,Coef0old
+    REAL(8) :: h,e,rc,delta,x,pp,dpp,ddpp,dddpp
+    REAL(8) :: gam,bet
+    INTEGER :: i,j,k,n,iter,nr,nodes,irc,l,ok,m(4),wavetype
+    INTEGER, PARAMETER :: EXPF=1, POLY=2
+    INTEGER, PARAMETER :: niter=5000
+    REAL(8), PARAMETER :: small=1.0d-12
+    CHARACTER(10) :: vtype
+    REAL(8), ALLOCATABLE ::  wfn(:),p(:),dum(:)
+    REAL(8), POINTER :: r(:),rv(:)
+
+    DO
+       WRITE(6,*) 'Input "EXPF" or "POLY"  pseudowave form'
+       READ(5,*) vtype
+       IF (TRIM(vtype)=="EXPF".OR.TRIM(vtype)=="expf") THEN
+          wavetype=EXPF
+          EXIT
+       ELSE IF (TRIM(vtype)=="POLY".OR.TRIM(vtype)=="poly") THEN
+          wavetype=POLY
+          EXIT
+       ENDIF
+    ENDDO
+
+    DO
+       WRITE(6,*) 'Input angular momentum l and energy e to set VNC '
+       READ(5,*) l,e
+       IF (l >= 0 .AND. l < 10) EXIT
+    ENDDO
+
+    m=0
+    DO
+       WRITE(6,*) 'Input the 4 powers for the polynomial f(r)'
+       READ(5,*) m(1),m(2),m(3),m(4)
+       IF (m(1)>0.AND.m(2)>0.AND.m(3)>0.AND.m(4)>0) EXIT
+    ENDDO
+
+    IF (wavetype==EXPF) THEN
+       WRITE(PAW%Vloc_description,&
+&           '("Norm-conserving Exp Vloc; l = ",i1,"; powers = ",4i3,"; e = ",1p,e12.3)')&
+&           l, m(1),m(2),m(3),m(4),e
+       WRITE(6,*) PAW%Vloc_description
+    ENDIF
+    IF (wavetype==POLY) THEN
+       WRITE(PAW%Vloc_description,&
+&           '("Norm-conserving Poly Vloc; l = ",i1,"; powers = ",4i3,"; e = ",1p,e12.3)')&
+&           l, m(1),m(2),m(3),m(4),e
+       WRITE(6,*) PAW%Vloc_description
+    ENDIF
+
+    n=Grid%n
+    n=Grid%n
+    h=Grid%h
+    r=>Grid%r
+    rv=>Pot%rv
+    nr=min(PAW%irc_vloc+10,n)
+    irc=PAW%irc_vloc
+    rc=PAW%rc_vloc
+    ALLOCATE(VNC(n),wfn(nr),p(nr),dum(nr),stat=ok)
+    IF (ok /=0) THEN
+       WRITE(6,*) 'Error in kerker  -- in allocating wfn,p', nr,ok
+       STOP
+    ENDIF
+
+    if (scalarrelativistic) then
+       CALL unboundsr(Grid,Pot,nr,l,e,wfn,nodes)
+    else
+       CALL unboundsch(Grid,Pot%rv,Pot%v0,Pot%v0p,nr,l,e,wfn,nodes)
+    endif
+
+
+
+    IF (wfn(irc)<0) wfn=-wfn
+    dum(1:irc)=(wfn(1:irc)**2)
+    S=integrator(Grid,dum(1:irc),1,irc)
+    IF (wavetype==EXPF) THEN
+       A0=LOG(wfn(irc)/(rc**(l+1)))
+       B=(rc*Gfirstderiv(Grid,irc,wfn)/wfn(irc)-(l+1))
+       C=rc*(rv(irc)-rc*e)-B*(B+2*l+2)
+       D=-rc*(rv(irc)-rc*Gfirstderiv(Grid,irc,rv))-2*B*C-2*(l+1)*(C-B)
+    ENDIF
+
+    IF (wavetype==POLY) THEN
+       A0=(wfn(irc)/(rc**(l+1)))
+       B=(rc*Gfirstderiv(Grid,irc,wfn))/(rc**(l+1))-(l+1)*A0
+       C=rc*(rv(irc)-rc*e)*A0-2*(l+1)*B
+       D=-rc*(rv(irc)-rc*Gfirstderiv(Grid,irc,rv))*A0+2*(l+1)*(B-C)+&
+&           rc*(rv(irc)-rc*e)*B
+    ENDIF
+
+
+    WRITE(6,*) 'In kerker -- matching parameters',S,A0,B,C,D
+
+    delta=1.d10
+    iter=0
+    Coef0=0
+
+    DO WHILE(delta>small.AND.iter<=niter)
+       iter=iter+1
+       A=A0-Coef0
+       CALL EvaluateP(m,A,B,C,D,Coef)
+
+       dum=0
+       DO  i=1,irc
+          x=(r(i)/rc)
+          p(i)=(x**m(1))*Coef(1)+(x**m(2))*Coef(2)+(x**m(3))*Coef(3)+(x**m(4))*Coef(4)
+          IF (wavetype==EXPF)dum(i)=((r(i)**(l+1))*EXP(p(i)))**2
+          IF (wavetype==POLY)dum(i)=(wfn(i))**2-((r(i)**(l+1))*(p(i)))**2
+       ENDDO
+       Coef0old=Coef0
+       IF (wavetype==EXPF) THEN
+          x=integrator(Grid,dum(1:irc),1,irc)
+          Coef0=(LOG(S/x))/2
+       ENDIF
+       IF (wavetype==POLY) THEN
+          gam=(2*l+3)*integrator(Grid,dum(1:irc),1,irc)/(rc**(2*l+3))
+          bet=(2*l+3)*(Coef(1)/(2*l+3+m(1))+Coef(2)/(2*l+3+m(2))+&
+&              Coef(3)/(2*l+3+m(3))+Coef(4)/(2*l+3+m(4)))
+          !WRITE(6,'("VNC: iter -- bet,gam = ",i5,1p,4e15.7)') iter,bet,gam
+          x=bet**2+gam
+          Coef0old=Coef0
+          IF (x<0.d0) THEN
+             WRITE(6,*) 'Warning in Kerker subroutine x = ',x
+               Coef0=Coef0+0.1*A0
+            ELSE
+               Coef0=SQRT(x)-bet
+            ENDIF
+         ENDIF
+         delta=ABS(Coef0-Coef0old)
+         !WRITE(6,*) '  VNC: iter  Coef0  delta', iter,Coef0,delta
+      ENDDO
+
+      WRITE(6,*) '  VNC converged in ', iter,'  iterations'
+      WRITE(6,*) '  Coefficients  -- ', Coef0,Coef(1:4)
+      !
+      ! Now  calculate VNC
+      OPEN(88,file='NC',form='formatted')
+      !
+      VNC=0
+      DO  i=1,nr
+         x=(r(i)/rc)
+         p(i)=Coef0+(x**m(1))*Coef(1)+(x**m(2))*Coef(2)+&
+&             (x**m(3))*Coef(3)+(x**m(4))*Coef(4)
+         dpp=(m(1)*(x**(m(1)-1))*Coef(1)+m(2)*(x**(m(2)-1))*Coef(2)+&
+&             m(3)*(x**(m(3)-1))*Coef(3)+m(4)*(x**(m(4)-1))*Coef(4))/rc
+         ddpp=(m(1)*(m(1)-1)*(x**(m(1)-2))*Coef(1)+&
+&             m(2)*(m(2)-1)*(x**(m(2)-2))*Coef(2)+&
+&             m(3)*(m(3)-1)*(x**(m(3)-2))*Coef(3)+&
+&             m(4)*(m(4)-1)*(x**(m(4)-2))*Coef(4))/(rc**2)
+         dddpp=(m(1)*(m(1)-1)*(m(1)-2)*(x**(m(1)-3))*Coef(1)+&
+&             m(2)*(m(2)-1)*(m(2)-2)*(x**(m(2)-3))*Coef(2)+&
+&             m(3)*(m(3)-1)*(m(3)-2)*(x**(m(3)-3))*Coef(3)+&
+&             m(4)*(m(4)-1)*(m(4)-2)*(x**(m(4)-3))*Coef(4))/(rc**3)
+         IF (i==irc) THEN
+            WRITE(6,*) 'check  dp ', dpp,  B/rc
+            WRITE(6,*) 'check ddp ', ddpp, C/rc**2
+            WRITE(6,*) 'check dddp', dddpp,  D/rc**3
+         ENDIF
+         IF (wavetype==EXPF) THEN
+            VNC(i)=e+ddpp+dpp*(dpp+2*(l+1)/r(i))
+            dum(i)=(r(i)**(l+1))*EXP(p(i))
+         ENDIF
+         IF (wavetype==POLY) THEN
+            VNC(i)=e+(ddpp+2*(l+1)*dpp/r(i))/p(i)
+            dum(i)=(r(i)**(l+1))*(p(i))
+         ENDIF
+         WRITE(88,'(1p,5e15.7)') r(i),wfn(i),dum(i),VNC(i)*r(i),rv(i)
+      ENDDO
+      CLOSE(88)
+      x=overlap(Grid,dum(1:irc),dum(1:irc),1,irc)
+      WRITE(6,*) 'check norm ',x,S
+
+      VNC(irc:n)=rv(irc:n)/r(irc:n)
+      PAW%rveff(1:n)=VNC(1:n)*r(1:n)
+
+      DEALLOCATE(VNC,wfn,p,dum)
+    END SUBROUTINE kerker
+
+  !***************************************************************
+  ! SUBROUTINE nonncps(lmax,Grid,Pot)
+  !  Creates  screened pseudopotential by inverting Schroedinger
+  !    equation from a pseudized radial wave function of the form:
+  !        Psi(r) = r**(l+1) * exp (a + b*r**2 + c*r**4 + d*r**6)
+  !  No norm-conserving condition is imposed on Psi
+  !***************************************************************
+  SUBROUTINE nonncps(Grid,Pot,PAW,l,e)
+    TYPE(Gridinfo), INTENT(IN) :: Grid
+    TYPE(Potentialinfo), INTENT(IN) :: Pot
+    TYPE(Pseudoinfo), INTENT(INOUT) ::  PAW
+    INTEGER,INTENT(IN) :: l
+    REAL(8),INTENT(IN) :: e
+
+    INTEGER :: i,irc,n,nr,ok,nodes,i1,i2,i3,i4
+    REAL(8) :: rc,x,y1,y2,y3,p0,p1,p2,p3,sgn
+    REAL(8) :: b(4),c(4),d(4),amat(4,4)
+    REAL(8),ALLOCATABLE ::  VNC(:),wfn(:)
+    REAL(8),POINTER :: r(:),rv(:)
+    CHARACTER(132) :: line
+
+   !Polynomial definitions
+    p0(x,y1,y2,y3)=(x-y1)*(x-y2)*(x-y3)
+    p1(x,y1,y2,y3)=(x-y2)*(x-y3)+(x-y1)*(x-y3)+(x-y1)*(x-y2)
+    p2(x,y1,y2,y3)=2.0d0*((x-y1)+(x-y2)+(x-y3))
+    p3(x,y1,y2,y3)=6.0d0
+
+    n=Grid%n
+    r=>Grid%r
+    rv=>Pot%rv
+    nr=min(PAW%irc_vloc+10,n)
+    irc=PAW%irc_vloc
+    rc=PAW%rc_vloc
+
+    ALLOCATE(VNC(n),wfn(nr),stat=ok)
+    IF (ok/=0) stop 'Error in uspseudo -- allocating arrays'
+
+    if (scalarrelativistic) then
+       CALL unboundsr(Grid,Pot,nr,l,e,wfn,nodes)
+    else
+       CALL unboundsch(Grid,Pot%rv,Pot%v0,Pot%v0p,nr,l,e,wfn,nodes)
+    endif
+    IF (wfn(irc)<0) wfn=-wfn
+
+    DO i=2,nr
+      wfn(i)=wfn(i)/r(i)**dble(l+1)
+    ENDDO
+
+    i1=irc-1;i2=i1+1;i3=i2+1;i4=i3+1
+    c(1)=wfn(i1)/p0(r(i1),r(i2),r(i3),r(i4))
+    c(2)=wfn(i2)/p0(r(i2),r(i3),r(i4),r(i1))
+    c(3)=wfn(i3)/p0(r(i3),r(i4),r(i1),r(i2))
+    c(4)=wfn(i4)/p0(r(i4),r(i1),r(i2),r(i3))
+    d(1)=c(1)*p0(rc,r(i2),r(i3),r(i4)) + c(2)*p0(rc,r(i3),r(i4),r(i1)) + &
+&        c(3)*p0(rc,r(i4),r(i1),r(i2)) + c(4)*p0(rc,r(i1),r(i2),r(i3))
+    d(2)=c(1)*p1(rc,r(i2),r(i3),r(i4)) + c(2)*p1(rc,r(i3),r(i4),r(i1)) + &
+&        c(3)*p1(rc,r(i4),r(i1),r(i2)) + c(4)*p1(rc,r(i1),r(i2),r(i3))
+    d(3)=c(1)*p2(rc,r(i2),r(i3),r(i4)) + c(2)*p2(rc,r(i3),r(i4),r(i1)) + &
+&        c(3)*p2(rc,r(i4),r(i1),r(i2)) + c(4)*p2(rc,r(i1),r(i2),r(i3))
+    d(4)=c(1)*p3(rc,r(i2),r(i3),r(i4)) + c(2)*p3(rc,r(i3),r(i4),r(i1)) + &
+&        c(3)*p3(rc,r(i4),r(i1),r(i2)) + c(4)*p3(rc,r(i1),r(i2),r(i3))
+
+    sgn=d(1)/abs(d(1));d(1:4)=d(1:4)*sgn
+    b(1)=log(d(1));b(2:4)=d(2:4)
+    amat(1,1)= 1.0d0
+    amat(2:4,1)= 0.0d0
+    amat(1,2)= rc**2
+    amat(2,2)= 2.0d0*d(1)*rc
+    amat(3,2)= 2.0d0*d(1)   +2.0d0*d(2)*rc
+    amat(4,2)=               4.0d0*d(2)   +2.0d0*d(3)*rc
+    amat(1,3)= rc**4
+    amat(2,3)=  4.0d0*d(1)*rc**3
+    amat(3,3)= 12.0d0*d(1)*rc**2+ 4.0d0*d(2)*rc**3
+    amat(4,3)= 24.0d0*d(1)*rc   +24.0d0*d(2)*rc**2+4.0d0*d(3)*rc**3
+    amat(1,4)= rc**6
+    amat(2,4)=   6.0d0*d(1)*rc**5
+    amat(3,4)=  30.0d0*d(1)*rc**4+ 6.0d0*d(2)*rc**5
+    amat(4,4)= 120.0d0*d(1)*rc**3+60.0d0*d(2)*rc**4+6.0d0*d(3)*rc**5
+
+    CALL linsol(amat,b,4,4,4,4)
+    !write(6,*) 'Completed linsol with coefficients'
+    !write(6,'(1p,10e15.7)') (b(i),i=1,4)
+
+    PAW%rveff(1)=0.d0
+    DO i=2,irc-1
+     c(1)=2.0d0*b(2)*r(i)+ 4.0d0*b(3)*r(i)**3+ 6.0d0*b(4)*r(i)**5
+     c(2)=2.0d0*b(2)     +12.0d0*b(3)*r(i)**2+30.0d0*b(4)*r(i)**4
+     PAW%rveff(i)=r(i)*(e+dble(2*l+2)*c(1)/r(i)+c(1)**2+c(2))
+    ENDDO
+    PAW%rveff(irc:n)=rv(irc:n)
+
+    DEALLOCATE(VNC,wfn)
+
+  END SUBROUTINE nonncps
+
+
+
+    SUBROUTINE checkghosts(Grid,Orbit,FC,PAW)
+      TYPE(GridInfo), INTENT(IN) :: Grid
+      TYPE(OrbitInfo), INTENT(IN) :: Orbit
+      TYPE(FCInfo), INTENT(IN) :: FC
+      TYPE(PseudoInfo), INTENT(in) :: PAW
+      INTEGER :: l,nr,nodes,i,io
+      REAL(8) :: energy,h
+      REAL(8), POINTER :: r(:)
+      REAL(8), ALLOCATABLE :: wfn(:),VNC(:)
+      TYPE(PotentialInfo) :: Pot
+
+      h=Grid%h
+      r=>Grid%r
+      nr=min(PAW%irc+5,Grid%n)
+      call InitPot(Pot,nr)
+      ALLOCATE(VNC(nr),wfn(nr),stat=i)
+      IF (i/=0) STOP'Error in checkghosts allocation'
+      POT%rv(1:nr)=PAW%rveff(1:nr)
+      call zeropot(Grid,POT%rv,POT%v0,POT%v0p)
+
+      DO l=0,PAW%lmax
+         DO io=1,Orbit%norbit
+            IF((.NOT.Orbit%iscore(io)).AND.(Orbit%l(io)==l)) THEN
+               energy=Orbit%eig(io)
+               WRITE(6,*) 'Check  for ghosts with  l', l,energy
+               CALL unboundsch(Grid,Pot%rv,Pot%v0,Pot%v0p,nr,l,energy,wfn,nodes)
+               !DO i=1,nr
+               !   WRITE(l+17,'(1p,2e15.7)') Grid%r(i),wfn(i)
+               !ENDDO
+               WRITE(6,*) '    Found # nodes = ', nodes
+               EXIT
+            ENDIF
+         ENDDO
+      ENDDO
+
+      CALL DestroyPot(Pot)
+      DEALLOCATE(VNC,wfn)
+
+    END SUBROUTINE checkghosts
+
+    SUBROUTINE sethat(Grid,PAW,gaussparam,besselopt)
+      TYPE(GridInfo), INTENT(IN) :: Grid
+      TYPE(PseudoInfo), INTENT(INOUT) :: PAW
+      INTEGER,INTENT(IN), OPTIONAL :: besselopt
+      REAL(8),INTENT(IN), OPTIONAL :: gaussparam
+
+      INTEGER :: n,irc,irc_shap,i
+      REAL(8), POINTER :: r(:)
+      REAL(8) :: h,con,rc,rc_shap,selfen,d,dd,jbes1,jbes2,qr
+      REAL(8) :: al(2),ql(2)
+
+      n=Grid%n
+      h=Grid%h
+      irc=PAW%irc
+      rc=PAW%rc
+      irc_shap=PAW%irc_shap
+      rc_shap=PAW%rc_shap
+      r=>Grid%r
+
+      PAW%hatden=0
+      PAW%projshape=0
+      PAW%hatshape=0
+      PAW%projshape(1)=1
+      PAW%hatshape(1)=1
+      DO i=2,irc-1
+       PAW%projshape(i)=(SIN(pi*r(i)/rc)/(pi*r(i)/rc))**2
+      ENDDO
+      if(present(gaussparam)) then
+       d=rc_shap/SQRT(LOG(1.d0/gaussparam))
+       PAW%gausslength=d
+       DO i=2,irc
+        PAW%hatshape(i)=EXP(-(r(i)/d)**2)
+       ENDDO
+       PAW%irc_shap=PAW%irc
+       PAW%rc_shap=PAW%rc
+      else if(present(besselopt)) then
+       call shapebes(al,ql,0,rc_shap)
+       DO i=1,irc_shap-1
+        qr=ql(1)*r(i);CALL jbessel(jbes1,d,dd,0,0,qr)
+        qr=ql(2)*r(i);CALL jbessel(jbes2,d,dd,0,0,qr)
+        PAW%hatshape(i)=al(1)*jbes1+al(2)*jbes2
+       ENDDO
+      else
+       DO i=2,irc_shap-1
+        PAW%hatshape(i)=(SIN(pi*r(i)/rc_shap)/(pi*r(i)/rc_shap))**2
+       ENDDO
+      endif
+      PAW%hatden(1:irc)=PAW%hatshape(1:irc)*(r(1:irc)**2)
+
+      !  normalize
+      if (.not.besselshapefunction) then
+       con=integrator(Grid,PAW%hatden,1,PAW%irc_shap)
+       WRITE(6,*) ' check hatden normalization', con
+       PAW%hatden=PAW%hatden/con
+      endif
+
+      CALL poisson(Grid,con,PAW%hatden,PAW%hatpot,selfen)
+      WRITE(6,*) 'Self energy for L=0 hat density  ', selfen
+
+    END SUBROUTINE sethat
+
+    SUBROUTINE coretailselfenergy(Grid,PAW,ctctse,cthatse)
+      TYPE(GridInfo), INTENT(IN) :: Grid
+      TYPE(PseudoInfo), INTENT(INOUT) :: PAW
+      REAL(8), INTENT(OUT) :: ctctse,cthatse
+
+      INTEGER :: i,irc,n
+      REAL(8) :: rc,h,x,y,z
+      REAL(8), allocatable :: d1(:),d2(:)
+
+      n=Grid%n
+      h=Grid%h
+      irc=PAW%irc
+
+      allocate(d1(n),d2(n),stat=i)
+          if (i /= 0) then
+             write(6,*) 'coretailselfenergy: allocation error -- ', n,i
+             stop
+          endif
+
+      x=integrator(Grid,PAW%tcore)
+      write(6,*) 'tcore charge ' , x
+      CALL poisson(Grid,x,PAW%tcore,d1,ctctse)
+      d2(2:n)=PAW%hatden(2:n)*d1(2:n)/Grid%r(2:n)
+      d2(1)=0
+      cthatse=integrator(Grid,d2(1:irc),1,PAW%irc_shap)
+      write(6,*) 'ctctse,cthatse = ', ctctse,cthatse
+
+      deallocate(d1,d2)
+
+    END SUBROUTINE coretailselfenergy
+
+
+    SUBROUTINE setcoretail(Grid,coreden)
+      TYPE(GridInfo), INTENT(IN) :: Grid
+      REAL(8), INTENT(IN) :: coreden(:)
+
+      REAL(8) :: rc,h,x,y,z,u0,u2,u4
+      REAL(8), allocatable :: d1(:),d2(:)
+      INTEGER :: i,j,k,n,irc
+
+      n=Grid%n
+      h=Grid%h
+      irc=PAW%irc_core
+      rc=PAW%rc_core
+
+      allocate(d1(n),d2(n),stat=i)
+          if (i /= 0) then
+             write(6,*) 'setcoretail: allocation error -- ', n,i
+             stop
+          endif
+      CALL derivative(Grid,coreden,d1)
+      CALL derivative(Grid,d1,d2)
+
+      x=coreden(irc)
+      y=d1(irc)*rc
+      z=d2(irc)*(rc*rc)
+      write(6,*) 'setcoretail: x,y,z = ', x,y,z
+
+      u0=3*x - 9*y/8 + z/8
+      u2=-3*x + 7*y/4 - z/4
+      u4=x - 5*y/8 + z/8
+
+      write(6,*) 'setcoretail: u0,u2,u4 = ', u0,u2,u4
+
+      PAW%core=coreden
+      PAW%tcore=coreden
+
+      do i=1,irc
+         x=(Grid%r(i)/rc)**2
+         PAW%tcore(i)= x*(u0+x*(u2+x*u4))
+      enddo
+
+  ! Find coretailpoints
+     z = integrator(Grid,coreden)
+
+     coretailpoints=irc+Grid%ishift
+        do i=irc+Grid%ishift,n
+           if(ABS(z-integrator(Grid,coreden,1,i))<coretailtol) then
+             coretailpoints=i
+             exit
+           endif
+        enddo
+     write(6,*) 'coretailpoints = ',coretailpoints
+     PAW%coretailpoints=coretailpoints
+
+      deallocate(d1,d2)
+
+    END SUBROUTINE setcoretail
+
+
+!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
+!   Set smooth core functions for EXXKLI case  using proceedure
+!      identical to HF
+!
+!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
+   SUBROUTINE fixtcorewfn(Grid,PAW)
+     TYPE(GridInfo), INTENT(IN) :: Grid
+     TYPE(PseudoInfo), INTENT(INOUT) :: PAW
+
+     INTEGER :: i,j,k,l,n,io,jo,ib,ic,irc
+     LOGICAL :: last
+     INTEGER , PARAMETER :: np=5
+
+     n=Grid%n
+     irc=PAW%irc
+
+     !Do i=1,n
+     !   write(444,'(1p,10e15.7)') Grid%r(i),PAW%tcore(i)
+     !enddo
+     Do io=1,PAW%TOCCWFN%norbit
+        write(6,*) 'fixtcore', io,PAW%valencemap(io),PAW%TOCCWFN%iscore(io)
+        IF(PAW%valencemap(io)<0) THEN     ! core state
+          PAW%TOCCWFN%wfn(:,io)=0
+          If (PAW%TOCCWFN%iscore(io)) then
+             last=.true. ; l=PAW%TOCCWFN%l(io)
+           ! check to find if this is the outermost core state for this l
+             if (io<PAW%TOCCWFN%norbit) then
+                do jo=io+1,PAW%TOCCWFN%norbit
+                   if (PAW%TOCCWFN%iscore(jo).and.PAW%TOCCWFN%l(jo)==l) &
+&                        last=.false.
+                enddo
+             endif
+             if (last) then
+                IF (MAXVAL(ABS(PAW%OCCWFN%wfn(irc-np/2:irc+np/2,io))) &
+&                      >PAW%coretol) THEN
+                   CALL Smoothfunc(Grid%r,l,np,irc,n,PAW%OCCWFN%wfn(:,io), &
+&                          PAW%TOCCWFN%wfn(:,io))
+                write(6,*) 'last',io
+                ENDIF
+             endif
+          else
+              write(6,*) 'Something wrong -- should be core state ',&
+&                io,PAW%TOCCWFN%l(io),PAW%TOCCWFN%eig(io),PAW%TOCCWFN%occ(io)
+              stop
+          endif
+       ENDIF
+    Enddo
+
+   ! reset PAW%tcore to be consistent
+   PAW%tcore=0
+   do io=1,PAW%TOCCWFN%norbit
+      if (PAW%TOCCWFN%iscore(io)) then
+         PAW%tcore=PAW%tcore+PAW%TOCCWFN%occ(io)*(PAW%TOCCWFN%wfn(:,io)**2)
+      endif
+   enddo
+     !Do i=1,n
+     !   write(445,'(1p,10e15.7)') Grid%r(i),PAW%tcore(i)
+     !enddo
+ END  SUBROUTINE fixtcorewfn
+
+    SUBROUTINE selfhatpot(Grid,PAW,l,eself)
+      TYPE(GridInfo), INTENT(IN) :: Grid
+      TYPE(PseudoInfo), INTENT(INOUT) :: PAW
+      INTEGER, INTENT(IN) :: l
+      REAL(8), INTENT(OUT) :: eself
+
+
+      INTEGER :: n,irc,i
+      REAL(8), POINTER :: r(:)
+      REAL(8), ALLOCATABLE :: den(:),a(:)
+      REAL(8) :: h,con
+      REAL(8) :: qr,jbes1,jbes2,dum1,dum2,al(2),ql(2)
+
+      n=Grid%n
+      h=Grid%h
+      r=>Grid%r
+      irc=PAW%irc
+
+      ALLOCATE(den(n),a(n),stat=i)
+      IF (i/=0) THEN
+         WRITE(6,*) 'Error in selfhatpot allocation',irc,i
+         STOP
+      ENDIF
+
+      if (besselshapefunction) then
+       call shapebes(al,ql,l,PAW%rc_shap)
+       DO i=1,PAW%irc_shap
+        qr=ql(1)*r(i);CALL jbessel(jbes1,dum1,dum2,l,0,qr)
+        qr=ql(2)*r(i);CALL jbessel(jbes2,dum1,dum2,l,0,qr)
+        den(i)=(al(1)*jbes1+al(2)*jbes2)*r(i)**2
+       ENDDO
+       if (n>PAW%irc_shap) den(PAW%irc_shap+1:n)=0.d0
+      else
+       DO i=1,n
+        den(i)=(r(i)**l)*PAW%hatden(i)
+       ENDDO
+       a(1:n)=den(1:n)*(r(1:n)**l)
+       con=integrator(Grid,a,1,PAW%irc_shap)
+       den=den/con
+      endif
+
+      a=0
+
+      CALL apoisson(Grid,l,n,den,a)
+
+      ! apoisson returns a*r
+      a(2:n)=a(2:n)/r(2:n)
+      a(1)=0
+
+      eself=0.5d0*overlap(Grid,a,den)
+
+      DEALLOCATE(den,a)
+
+    END SUBROUTINE selfhatpot
+
+  SUBROUTINE setbasis(Grid,Pot,Orbit,ifinput)
+    TYPE(GridInfo), INTENT(IN) :: Grid
+    TYPE(PotentialInfo), INTENT(IN) :: Pot
+    TYPE(OrbitInfo), INTENT(INOUT) :: Orbit
+    INTEGER, INTENT(IN) :: ifinput
+
+
+    INTEGER :: n,irc,nbase,l,lmax,mxbase,lng,currentnode
+    INTEGER :: i,j,k,io,ok,nbl,nr,nodes,ib,loop,niter,iter
+    REAL(8) :: h,rc,q00,energy,rat,delta,thisconv,qeff,tq,range
+    REAL(8) :: ecoul,etxc,eexc
+    CHARACTER(1) :: answer
+    REAL(8), POINTER  :: r(:)
+    CHARACTER(132) :: inputline
+
+    n=Grid%n
+    h=Grid%h
+    r=>Grid%r
+    irc=PAW%irc
+    nr=MIN(irc+100,n-100)
+    rc=PAW%rc
+    lmax=PAW%lmax
+
+  ! set AErefrv
+    PAW%AErefrv=Pot%rv
+    PAW%rvx=Pot%rvx
+
+    PAW%exctype=Orbit%exctype
+
+    nbase=PAW%nbase
+    mxbase=nbase+5*max(1,PAW%lmax)
+
+  ! "filter" occupied states for long-range noise
+    DO io=1,Orbit%norbit
+       Call Filter(n,Orbit%wfn(:,io),machine_zero)
+    ENDDO
+
+    call CopyOrbit(Orbit,PAW%OCCwfn)
+    call CopyOrbit(Orbit,PAW%TOCCwfn)
+    PAW%valencemap=-13
+    IF (Orbit%exctype=='HF') THEN
+       range=r(n)
+       rat=-1.d30; k=1
+       do io=1,Orbit%norbit
+          if ((Orbit%occ(io)>1.d-5).and.Orbit%eig(io)>rat) then
+              rat=Orbit%eig(io)
+              k=io
+          endif
+       enddo
+       do i=n,irc+1,-1
+          if (ABS(Orbit%wfn(i,k))>1.d-4) then
+             range=r(i)
+             exit
+          endif
+       enddo
+       write(6,*) 'range ', k,range; call flush(6)
+    ENDIF
+
+    WRITE(6,*) '  basis functions:'
+    WRITE(6,*)' No.   n     l         energy         occ   '
+
+    nbase=0
+    DO l=0,lmax
+       currentnode=-1
+       nbl=0
+       DO io=1,Orbit%norbit    ! cycle through all configuration
+          IF (Orbit%l(io).EQ.l) THEN
+             currentnode=Orbit%np(io)-l-1     
+            IF (.NOT.Orbit%iscore(io)) THEN
+             nbl=nbl+1
+             nbase=nbase+1
+             PAW%np(nbase)=Orbit%np(io)
+             PAW%l(nbase)=l
+             PAW%nodes(nbase)=PAW%np(nbase)-l-1
+             write (6,*) 'l,nbase,node',l,nbase,currentnode
+             PAW%eig(nbase)=Orbit%eig(io)
+             PAW%occ(nbase)=Orbit%occ(io)
+             PAW%phi(:,nbase)=Orbit%wfn(:,io)
+             PAW%valencemap(io)=nbase
+             IF(Orbit%exctype=='HF') then
+               PAW%eig(nbase)=HF%lmbd(io,io)
+               PAW%lmbd(:,nbase)=HF%lmbd(:,io)
+               write(6,*) 'lmbd for nbase ', nbase
+               write(6,'(1p,20e15.7)') PAW%lmbd(1:Orbit%norbit,nbase)
+               PAW%lmbd(io,nbase)=0.d0         !  to avoid double counting
+             endif
+             WRITE(6,'(3i6,1p,2e15.6)') nbase,PAW%np(nbase),l,             &
+&                 PAW%eig(nbase),PAW%occ(nbase); call flush(6)
+            ENDIF
+          ENDIF
+       ENDDO
+       generalizedloop: DO
+          WRITE(6,*) 'For l = ',l,' there are currently ',nbl,&
+&             'basis functions'
+          WRITE(6,*) 'enter y to add additional functions or n to ' &
+&              ,'go to next l'
+          READ(5,'(a)') inputline
+          WRITE(ifinput,'(a)') TRIM(inputline)
+          READ(inputline,*) answer
+          IF (answer.NE.'y') EXIT generalizedloop
+          WRITE(6,*) 'enter energy for generalized function'
+          READ(5,'(a)') inputline
+          WRITE(ifinput,'(a)') TRIM(inputline)
+          READ(inputline,*) energy
+          IF(energy.LT.0.d0) THEN
+             WRITE(6,*) 'energy is negative',energy,' -- WARNING WARNING !!!'
+          ENDIF
+          nbase=nbase+1
+          IF (nbase > mxbase ) THEN
+             WRITE(6,*) 'Error in  setbasis -- too many functions ', nbase,mxbase
+             STOP
+          ENDIF
+          PAW%l(nbase)=l
+          PAW%np(nbase)=999
+          PAW%nodes(nbase)=currentnode+1
+          currentnode=PAW%nodes(nbase)
+          write (6,*) 'l,nbase,node',l,nbase,currentnode
+          PAW%eig(nbase)=energy
+          PAW%occ(nbase)=0.d0
+          PAW%phi(1:n,nbase)=0.d0
+          if (scalarrelativistic) then
+             CALL unboundsr(Grid,Pot,nr,l,energy,PAW%phi(:,nbase),nodes)
+          elseif ( Orbit%exctype=='HF') then
+             CALL HFunocc(Grid,Orbit,l,energy,Pot%rv,Pot%v0,Pot%v0p, &
+&                   PAW%phi(:,nbase),PAW%rng(nbase))
+          else
+             CALL unboundsch(Grid,Pot%rv,Pot%v0,Pot%v0p,&
+&                nr,l,energy,PAW%phi(:,nbase),nodes)
+          endif
+          rat=MAX(ABS(PAW%phi(irc,nbase)),ABS(PAW%phi(irc+1,nbase)))
+          rat=DSIGN(rat,PAW%phi(irc,nbase))
+          PAW%phi(1:n,nbase)=PAW%phi(1:n,nbase)/rat
+          !IF(Orbit%exctype=='HF') PAW%lmbd(:,nbase)=PAW%lmbd(:,nbase)/rat
+          WRITE(6,'(3i6,1p,2e15.6)') nbase,PAW%np(nbase),l,             &
+&              PAW%eig(nbase),PAW%occ(nbase)
+          nbl=nbl+1
+       ENDDO generalizedloop
+       !
+    ENDDO   ! end lmax loop
+
+    WRITE(6,*) 'completed phi basis with ',nbase,' functions '
+    PAW%nbase=nbase     ! reset nbase
+
+  END SUBROUTINE setbasis
+
+  !**************************************************************************
+  !  Program to generate atomic basis functions
+  !    Version using Bloechl's form of projector and orthogonalization procedure
+  !     At the end of this subroutine, the basis functions and projectors are
+  !     orthogonalized with a Gram-Schmidt like scheme
+  !**************************************************************************
+  SUBROUTINE makebasis_bloechl(Grid,Pot,ifinput,option)
+    TYPE(GridInfo), INTENT(IN) :: Grid
+    TYPE(PotentialInfo), INTENT(IN) :: POT
+    INTEGER,INTENT(IN) :: ifinput,option
+
+    INTEGER :: n,irc,nr
+    INTEGER :: i,j,k,io,ok,lmax
+    REAL(8) :: h,rc
+    REAL(8), ALLOCATABLE :: tmp(:),VNC(:)
+    TYPE(PotentialInfo), TARGET:: PS
+    REAL(8), POINTER  :: r(:)
+
+    n=Grid%n
+    h=Grid%h
+    r=>Grid%r
+    irc=PAW%irc
+    nr=irc+20
+    rc=PAW%rc
+    lmax=PAW%lmax
+    PS%nz=0.d0
+
+    ALLOCATE(tmp(n),VNC(n),PS%rv(n),stat=ok)
+    IF (ok /= 0 ) THEN
+       WRITE(6,*) 'Error in allocating  denout in makebasis ',n,ok
+       STOP
+    ENDIF
+
+    ! find basis functions
+    PS%rv=PAW%rveff
+    call zeropot(Grid,PS%rv,PS%v0,PS%v0p)
+    !write(6,*) 'VNC  v0 ', PS%v0,PS%v0p,PS%rv(5)
+    CALL formprojectors(Grid,Pot,PS,ifinput,option)
+
+    DEALLOCATE(tmp,VNC,PS%rv)
+
+  END SUBROUTINE makebasis_bloechl
+
+
+  !**************************************************************************
+  !  Program to generate atomic basis functions
+  !
+  !   1) Pseudization of partial waves:
+  !        - simple polynom scheme                                            [optps=1]
+  !                   r^(l+1).Sum[Ci.r^2i]  0<=i<=4
+  !   OR   - ultrasoft polynom scheme                                         [optps=2]
+  !                   r^(l+1).{Sum[Ci.r^2i]+Sum[Cj.r^2j]}  0<=i<=3
+  !                           3<j adjusted using Fourier filtering
+  !   OR   - RRKJ scheme with 2 Bessel functions (PHYS REV B 41,1227 (1990))  [optps=3]
+  !
+  !   2) Build and orthogonalization of projectors
+  !        - Vanderbilt generation method (PHYS REV B 41,7892 (1990))  [optorth=0]
+  !   OR   - Gram-Schmidt like sheme                                   [optorth=1]
+  !**************************************************************************
+  SUBROUTINE makebasis_custom(Grid,Pot,ifinput,optps,optorth,pdeg,qcut)
+    TYPE(GridInfo), INTENT(IN) :: Grid
+    TYPE(PotentialInfo), INTENT(IN) :: Pot
+    INTEGER, INTENT(IN) :: ifinput,optps,optorth,pdeg
+    REAL(8), INTENT(IN) :: qcut
+
+    INTEGER :: i,j,k,l,io,jo,ok,lmax,nbase,n,irc,irc_vloc,nr,np,thisrc
+    INTEGER :: icount,jcount,istart,ifinish,ibase,jbase
+    REAL(8) :: choice,rc,xx,yy,gg,g,gp,gpp,al(2),ql(2)
+    INTEGER, ALLOCATABLE :: omap(:)
+    REAL(8), ALLOCATABLE :: VNC(:),Ci(:),aa(:,:),ai(:,:)
+    REAL(8), POINTER  :: r(:)
+    CHARACTER(132) :: inputline
+
+    if (optps<1.or.optps>3) stop 'bug: error calling makebasis_custom routine'
+    if (optorth<0.or.optorth>1) stop 'bug: error calling makebasis_custom routine'
+
+    n=Grid%n
+    r=>Grid%r
+    irc=PAW%irc
+    irc_vloc=PAW%irc_vloc
+    nbase=PAW%nbase
+    lmax=PAW%lmax
+
+    np=5;if (optps==2) np=pdeg+1 ;
+    if (optps==1.or.optps==2) allocate(Ci(np))
+
+  ! Set screened local pseudopotential
+    allocate(VNC(n),stat=i)
+    if (i/=0) stop 'allocation error in makebasis_vanderbilt'
+    VNC(2:n)=PAW%rveff(2:n)/r(2:n)
+    call extrapolate(Grid,VNC)
+
+    write(6,*) 'For each of the following basis functions enter rc'
+
+  ! Loop on basis elements
+    do io=1,nbase
+       l=PAW%l(io)
+
+     ! Read matching radius
+       write(6,'(3i5,1p,e15.7)') io,PAW%np(io),PAW%l(io),PAW%eig(io)
+       READ(5,'(a)') inputline
+       WRITE(ifinput,'(a)') TRIM(inputline)
+       read(inputline,*) rc
+       thisrc=FindGridIndex(Grid,rc)
+       thisrc=MIN(thisrc,irc)       ! make sure rc<total rc
+       rc=r(thisrc);PAW%rcio(io)=rc
+       write(6,*) 'rc for this wfn', rc
+       if (thisrc<3.or.thisrc>irc.or. &
+&          (optps==1.and.thisrc>n-3).or. &
+&          (optps==2.and.thisrc>n-6)) then
+          write(6,*) 'rc out of range', thisrc,n,irc
+          stop
+       endif
+
+     ! Find partial wave pseudization
+       if (optps==1) then
+        call pspolyn(PAW%phi(:,io),Ci,r,l,np,thisrc,n)
+       else if (optps==2) then
+        call psuspolyn(PAW%phi(:,io),Ci,r,l,np,thisrc,n,qcut)
+       else if (optps==3) then
+        call psbes(PAW%phi(:,io),al,ql,Grid,l,thisrc,n)
+       endif
+
+     ! Compute pseudized partial wave and unnormalized projector
+       PAW%tphi(:,io)=PAW%phi(:,io)
+       PAW%tp(:,io)=0.d0
+       if (optps==1.or.optps==2) then
+        do i=1,thisrc-1
+         xx=r(i)*r(i)
+         PAW%tphi(i,io)=Ci(1)+Ci(2)*xx
+         gp=2.d0*Ci(2)
+         gpp=2.d0*Ci(2)
+         do j=3,np
+          PAW%tphi(i,io)=PAW%tphi(i,io)+Ci(j)*xx**(j-1)
+          gp=gp+dble(2*j-2)*Ci( j)*xx**(j-2)
+          gpp=gpp+dble((2*j-2)*(2*j-3))*Ci(j)*xx**(j-2)
+         enddo
+         PAW%tphi(i,io)=PAW%tphi(i,io)*r(i)**(l+1)
+         PAW%tp(i,io)=(dble(2*(l+1))*gp+gpp)*r(i)**(l+1)+(PAW%eig(io)-VNC(i))*PAW%tphi(i,io)
+        enddo
+       else if (optps==3) then
+        PAW%tphi(1,io)=0.d0
+        do i=2,thisrc-1
+         xx=ql(1)*r(i)
+         call jbessel(g,gp,gpp,l,2,xx)
+         PAW%tphi(i,io)=al(1)*g*r(i)
+         gg=al(1)*(2.d0*ql(1)*gp+ql(1)*xx*gpp)
+         xx=ql(2)*r(i)
+         call jbessel(g,gp,gpp,l,2,xx)
+         PAW%tphi(i,io)=PAW%tphi(i,io)+al(2)*g*r(i)
+         gg=gg+al(2)*(2.d0*ql(2)*gp+ql(2)*xx*gpp)
+         PAW%tp(i,io)=(PAW%eig(io)-VNC(i)-dble(l*(l+1))/(r(i)**2))*PAW%tphi(i,io)+gg
+        enddo
+       endif
+
+       if (thisrc<irc_vloc) then
+         do i=thisrc,irc_vloc-1
+             gpp=Gsecondderiv(Grid,i,PAW%tphi(:,io))
+             PAW%tp(i,io)=(PAW%eig(io)-VNC(i)-dble(l*(l+1))/(r(i)**2))*PAW%tphi(i,io)+gpp
+         enddo
+       endif
+
+     ! If Gram-Schmidt orthogonalization, form normalized projector
+       if (optorth==1) then
+        xx=overlap(Grid,PAW%tp(:,io),PAW%tphi(:,io),1,max(thisrc,irc_vloc))
+        PAW%tp(:,io)=PAW%tp(:,io)/xx
+       endif
+
+    enddo  !nbase
+
+    deallocate(VNC);if (optps==1.or.optps==2) deallocate(Ci)
+
+  ! Form orthogonalized projector functions
+    do io=1,nbase
+       PAW%ophi(:,io)=PAW%phi(:,io)
+       PAW%otphi(:,io)=PAW%tphi(:,io)
+       PAW%Kop(1,io)=0
+       PAW%Kop(2:n,io)=(PAW%eig(io)-Pot%rv(2:n)/Grid%r(2:n))*PAW%phi(2:n,io)
+       if (optorth==1) PAW%otp(:,io)=PAW%tp(:,io)
+    enddo
+
+  ! First option : VANDERBILT SCHEME
+    if (optorth==0) then
+     do l=0,lmax
+       icount=0
+       do io=1,nbase
+        if (PAW%l(io)==l) icount=icount+1
+       enddo
+       write(6,*) 'For l = ', l,icount,' basis functions'
+       if (icount==0) cycle
+       allocate(aa(icount,icount),ai(icount,icount),omap(icount))
+       aa=0;icount=0
+       do io=1,nbase
+        if (PAW%l(io)==l) then
+          icount=icount+1
+          omap(icount)=io
+        endif
+       enddo
+       do i=1,icount
+         io=omap(i)
+         do j=1,icount
+           jo=omap(j)
+           aa(i,j)=overlap(Grid,PAW%otphi(:,io),PAW%tp(:,jo),1,irc)
+         enddo
+       enddo
+       ai=aa;call minverse(ai,icount,icount,icount)
+
+       do i=1,icount
+         io=omap(i)
+         PAW%ck(io)=ai(i,i)
+         PAW%otp(:,io)=0
+         do j=1,icount
+           jo=omap(j)
+           PAW%otp(:,io)=PAW%otp(:,io)+PAW%tp(:,jo)*ai(j,i)
+         enddo
+       enddo
+       deallocate(aa,ai,omap)
+     enddo
+
+  ! Second option : GRAM-SCHMIDT SCHEME
+    else if (optorth==1) then
+     DO l=0,lmax
+       icount=0
+       do io=1,nbase
+        if (PAW%l(io)==l) icount=icount+1
+       enddo
+       if (icount==0) cycle
+       allocate(aa(icount,icount),ai(icount,icount),omap(icount))
+       icount=0
+       DO io=1,nbase
+         IF (PAW%l(io)==l) THEN
+           IF  (icount==0) istart=io
+           IF  (icount>=0) ifinish=io
+           icount=icount+1;omap(icount)=io
+         ENDIF
+       ENDDO
+       DO ibase=istart,ifinish
+         DO jbase=istart,ibase
+           IF (jbase.LT.ibase) THEN
+             xx=overlap(Grid,PAW%otp(:,jbase),PAW%otphi(:,ibase),1,irc)
+             yy=overlap(Grid,PAW%otphi(:,jbase),PAW%otp(:,ibase),1,irc)
+             PAW%ophi(1:n,ibase)=PAW%ophi(1:n,ibase)-PAW%ophi(1:n,jbase)*xx
+             PAW%Kop(1:n,ibase)=PAW%Kop(1:n,ibase)-PAW%Kop(1:n,jbase)*xx
+             PAW%otphi(1:n,ibase)=PAW%otphi(1:n,ibase)-PAW%otphi(1:n,jbase)*xx
+             PAW%otp(1:n,ibase)=PAW%otp(1:n,ibase)-PAW%otp(1:n,jbase)*yy
+             aa(ibase-istart+1,jbase-istart+1)=xx
+             aa(jbase-istart+1,ibase-istart+1)=xx
+           ELSE IF (jbase.EQ.ibase) THEN
+             xx=overlap(Grid,PAW%otp(:,jbase),PAW%otphi(:,ibase),1,irc)
+             choice=1.d0/SQRT(ABS(xx))
+             PAW%otp(1:n,ibase)=PAW%otp(1:n,ibase)*DSIGN(choice,xx)
+             PAW%otphi(1:n,ibase)=PAW%otphi(1:n,ibase)*choice
+             PAW%ophi(1:n,ibase)=PAW%ophi(1:n,ibase)*choice
+             PAW%Kop(1:n,ibase)=PAW%Kop(1:n,ibase)*choice
+             aa(ibase-istart+1,ibase-istart+1)=xx
+           ENDIF
+         ENDDO
+       ENDDO
+       ai=aa;  !call minverse(aa,icount,icount,icount)
+       do i=1,icount
+        io=omap(i);PAW%ck(io)=ai(i,i)
+       enddo
+      deallocate(aa,ai,omap)
+     ENDDO
+    endif
+
+  END SUBROUTINE makebasis_custom
+
+!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
+!!! makebasis_modrrkj
+!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
+  SUBROUTINE makebasis_modrrkj(Grid,Pot,Orthoindex,ifinput,success)
+    TYPE(GridInfo), INTENT(IN) :: Grid
+    TYPE(PotentialInfo), INTENT(IN) :: Pot
+    INTEGER, INTENT(IN) :: Orthoindex,ifinput
+
+    INTEGER :: i,j,k,l,io,jo,ok,lmax,nbase,n,irc,irc_vloc,nr,np,thisrc
+    INTEGER :: icount,jcount,istart,ifinish,ibase,jbase,lprev
+    INTEGER :: match=5
+    REAL(8) :: dk
+    REAL(8) :: choice,rc,xx,yy,gg,g,gp,gpp,al(2),ql(2),root1,root2,logderiv
+    INTEGER, ALLOCATABLE :: omap(:),rcindex(:)
+    REAL(8), ALLOCATABLE :: VNC(:),Ci(:),aa(:,:),ai(:,:),jl(:,:),kv(:)
+    REAL(8), ALLOCATABLE :: f(:),rcval(:)
+    REAL(8), ALLOCATABLE :: U(:,:),VT(:,:),WORK(:),S(:),X(:,:)
+    INTEGER :: LWORK
+    REAL(8), POINTER  :: r(:)
+    CHARACTER(132) :: inputline
+    LOGICAL :: success
+
+    success=.false.
+    n=Grid%n
+    r=>Grid%r
+    irc=PAW%irc
+    irc_vloc=PAW%irc_vloc
+    nbase=PAW%nbase
+    lmax=PAW%lmax
+
+    ALLOCATE(rcindex(nbase),rcval(nbase))
+
+  !  Input matching radii for each basis function
+
+      call readmatchradius(Grid,ifinput,rcindex,rcval)
+
+
+  ! Set screened local pseudopotential
+    allocate(VNC(n),stat=i)
+    if (i/=0) stop 'allocation error in make_modrrkj'
+    VNC(2:n)=PAW%rveff(2:n)/r(2:n)
+    call extrapolate(Grid,VNC)
+
+
+    allocate(kv(match),jl(n,match),f(n),Ci(match),aa(match,match))
+    if (i/=0) stop 'allocation error in make_nrecipe'
+  ! Loop on basis elements
+    lprev=-1;np=0
+    do io=1,nbase
+
+       PAW%Kop(1,io)=0
+       PAW%Kop(2:n,io)=(PAW%eig(io)-Pot%rv(2:n)/Grid%r(2:n))*PAW%phi(2:n,io)
+
+       l=PAW%l(io)
+       if (l==lprev) then
+         np=np+1
+       else
+         np=1
+         lprev=l
+       endif
+
+       thisrc=rcindex(io)
+       rc=rcval(io);PAW%rcio(io)=rc
+
+    ! Set normalization for PAW%eig(io)>0
+      if (PAW%eig(io)>0) then
+         PAW%phi(:,io)=PAW%phi(:,io)/PAW%phi(thisrc,io)
+      endif
+     ! Find logderiv
+       logderiv=Gfirstderiv(Grid,thisrc,PAW%phi(:,io))/PAW%phi(thisrc,io)
+       write(6,*) 'logderiv ', io, l, logderiv
+
+     !  Find   bessel function zeros
+        call solvbes(kv,1.d0,0.d0,l,np)
+        write(6,*) 'Searching for solution ',kv(np)
+        if (np==1) then
+         root1=0.001d0; root2=kv(1)-0.001d0; xx=0.5d0*(root1+root2)
+        else
+         root1=kv(np-1)+0.001d0; root2=kv(np)-0.001d0; xx=0.5d0*(root1+root2)
+        endif
+        icount=0
+        Do
+          call jbessel(g,gp,gpp,l,2,xx)
+          yy=(logderiv-(1.d0/xx+gp/g))/(-1.d0/xx**2+gpp/g-(gp/g)**2)
+          if (abs(yy)<1.d-6) then
+            write(6,*) 'exiting Bessel loop', icount,xx,yy
+            exit
+          else
+            if (xx+yy>root2) then
+                 xx=0.5*(xx+root2)
+            else if (xx+yy<root1) then
+                 xx=0.5*(xx+root1)
+            else
+                xx=xx+yy
+            endif
+          endif
+          !write(6,*) 'iter Bessel', xx,yy
+          icount=icount+1
+          if (icount>1000) then
+            write(6,*) 'Giving up on Bessel root'
+            return
+          endif
+        Enddo
+
+        success=.true.
+        write(6,*) 'Found Bessel root at xx' , xx
+        dk=(pi/40)/rc             !  could be made adjustable
+        write(6,*) 'dk value for this case ', dk
+        kv=0
+        kv(1)=xx/rc-dk*(match-1)/2
+        write(6,*) '#  kv      1', kv(1)
+        Do i=2,match
+          kv(i)=kv(i-1)+dk
+          write(6,*) '#  kv   ',   i, kv(i)
+        enddo
+
+        Do i=1,match
+          f(:)=kv(i)*r(:)
+          call sphbes(l,n,f)
+          jl(:,i)=f(:)*r(:)
+        Enddo
+
+      ! Match bessel functions with wavefunctions
+
+        Ci=0; aa=0
+        Do j=1,match
+           i=match/2-j+1
+           Ci(j)=PAW%phi(thisrc-i*1,io)                ! 1 step should vary
+           aa(j,1:match)=jl(thisrc-i*1,1:match)
+        enddo
+
+        call SolveAXeqBM(match,aa,Ci,match-1)
+        write(6,*) 'Completed SolveAXeqB with coefficients'
+        write(6,'(1p,10e15.7)') (Ci(i),i=1,match)
+
+     ! Compute pseudized partial wave and unnormalized projector
+       PAW%tphi(:,io)=PAW%phi(:,io);
+       PAW%tp(:,io)=0.d0
+        do i=1,thisrc-1
+         PAW%tphi(i,io)=sum(Ci(1:match)*jl(i,1:match))
+         do j=1,match
+            PAW%tp(i,io)=PAW%tp(i,io)+&
+&             Ci(j)*(-PAW%eig(io)+(kv(j)**2)+VNC(i))*jl(i,j)
+         enddo
+        enddo
+
+       if (thisrc<=irc_vloc) then
+         do i=thisrc,irc_vloc-1
+             gpp=Gsecondderiv(Grid,i,PAW%tphi(:,io))
+             PAW%tp(i,io)=(-PAW%eig(io)&
+&              +VNC(i)+dble(l*(l+1))/(r(i)**2))*PAW%tphi(i,io)  -gpp
+         enddo
+       endif
+
+
+    enddo  !nbase
+
+     Deallocate(aa)
+!
+ Selectcase(Orthoindex)
+   Case default     ! Orthoindex=VANDERBILTORTHO
+  !! Form orthogonalized projectors --   VANDERBILTORTHO
+     write(6,*) ' Vanderbilt ortho'
+     do l=0,lmax
+       icount=0
+       do io=1,nbase
+        if (PAW%l(io)==l) icount=icount+1
+       enddo
+       if (icount==0) cycle
+       write(6,*) 'For l = ', l,icount,' basis functions'
+       allocate(aa(icount,icount),ai(icount,icount),omap(icount))
+       aa=0;icount=0
+       do io=1,nbase
+        if (PAW%l(io)==l) then
+          icount=icount+1
+          omap(icount)=io
+        endif
+       enddo
+       do i=1,icount
+         io=omap(i)
+         PAW%otphi(:,io)=PAW%tphi(:,io)
+         PAW%ophi(:,io)=PAW%phi(:,io)
+       enddo
+       do i=1,icount
+          io=omap(i)
+         do j=1,icount
+           jo=omap(j)
+           aa(i,j)=overlap(Grid,PAW%otphi(:,io),PAW%tp(:,jo),1,irc)
+         enddo
+       enddo
+       ai=aa;call minverse(ai,icount,icount,icount)
+
+       do i=1,icount
+         io=omap(i)
+         PAW%ck(io)=ai(i,i)
+         PAW%otp(:,io)=0
+         do j=1,icount
+           jo=omap(j)
+           PAW%otp(:,io)=PAW%otp(:,io)+PAW%tp(:,jo)*ai(j,i)
+         enddo
+       enddo
+
+       write(6,*) 'Check  otp for l = ', l
+       do i = 1, icount
+          io=omap(i)
+          do j = 1, icount
+             jo=omap(j)
+             write(6,*) 'Overlap i j ', i,j, &
+&                    overlap(Grid,PAW%otphi(:,io),PAW%otp(:,jo),1,irc)
+          enddo
+       enddo
+       deallocate(aa,ai,omap)
+    enddo
+
+  Case(GRAMSCHMIDTORTHO) ! Form orthonormal projectors --  GRAM-SCHMIDT SCHEME
+     write(6,*) 'Gramschmidt ortho'
+     DO l=0,lmax
+        icount=0
+        do io=1,nbase
+           if (PAW%l(io)==l) icount=icount+1
+        enddo
+        if (icount==0) cycle
+        allocate(aa(icount,icount),ai(icount,icount),omap(icount))
+        icount=0
+        DO io=1,nbase
+          IF (PAW%l(io)==l) THEN
+             IF (icount==0) istart=io
+             IF (icount>=0) ifinish=io
+               icount=icount+1;omap(icount)=io
+          ENDIF
+       ENDDO
+     DO ibase=istart,ifinish
+          PAW%otp(:,ibase)=PAW%tp(:,ibase)
+          PAW%otphi(:,ibase)=PAW%tphi(:,ibase)
+          PAW%ophi(:,ibase)=PAW%phi(:,ibase)
+          DO jbase=istart,ibase
+             IF (jbase.LT.ibase) THEN
+             xx=overlap(Grid,PAW%otp(:,jbase),PAW%otphi(:,ibase),1,irc)
+             yy=overlap(Grid,PAW%otphi(:,jbase),PAW%otp(:,ibase),1,irc)
+             PAW%ophi(1:n,ibase)=PAW%ophi(1:n,ibase)-PAW%ophi(1:n,jbase)*xx
+             PAW%Kop(1:n,ibase)=PAW%Kop(1:n,ibase)-PAW%Kop(1:n,jbase)*xx
+             PAW%otphi(1:n,ibase)=PAW%otphi(1:n,ibase)-PAW%otphi(1:n,jbase)*xx
+             PAW%otp(1:n,ibase)=PAW%otp(1:n,ibase)-PAW%otp(1:n,jbase)*yy
+             aa(ibase-istart+1,jbase-istart+1)=xx
+             aa(jbase-istart+1,ibase-istart+1)=xx
+             ELSE IF (jbase.EQ.ibase) THEN
+                   xx=overlap(Grid,PAW%otp(:,jbase),PAW%otphi(:,ibase),1,irc)
+                   !choice=1.d0/SQRT(ABS(xx))
+                   !PAW%otp(1:n,ibase)=PAW%otp(1:n,ibase)*DSIGN(choice,xx)
+                   !PAW%otphi(1:n,ibase)=PAW%otphi(1:n,ibase)*choice
+                   !PAW%ophi(1:n,ibase)=PAW%ophi(1:n,ibase)*choice
+                   !PAW%Kop(1:n,ibase)=PAW%Kop(1:n,ibase)*choice
+                   PAW%otp(1:n,ibase)=PAW%otp(1:n,ibase)/xx
+                   aa(ibase-istart+1,ibase-istart+1)=xx
+             ENDIF
+          ENDDO
+       ENDDO
+       ai=aa;
+       do i=1,icount
+        io=omap(i);PAW%ck(io)=ai(i,i)
+       enddo
+       deallocate(aa,ai,omap)
+     ENDDO
+
+  Case (SVDORTHO)    ! SVD construction
+     write(6,*) 'SVD ortho'
+     DO l=0,lmax
+        icount=0
+        do io=1,nbase
+           if (PAW%l(io)==l) icount=icount+1
+        enddo
+        if (icount==0) cycle
+        allocate(aa(icount,icount),ai(icount,icount),omap(icount),X(n,icount))
+        icount=0
+        DO io=1,nbase
+          IF (PAW%l(io)==l) THEN
+             IF (icount==0) istart=io
+             IF (icount>=0) ifinish=io
+               icount=icount+1;omap(icount)=io
+          ENDIF
+        ENDDO
+        do i=1,icount
+          io=omap(i)
+          PAW%otphi(:,io)=0
+          PAW%ophi(:,io)=0
+          PAW%otp(:,io)=0
+          do j=1,icount
+            jo=omap(j)
+            aa(i,j)=overlap(Grid,PAW%tphi(:,io),PAW%tp(:,jo),1,irc)
+          enddo
+        enddo
+        LWORK=MAX(200,icount,icount)
+        ALLOCATE(U(icount,icount),VT(icount,icount),WORK(LWORK),S(icount))
+        ai=aa;
+        CALL DGESVD('A','A',icount,icount,ai,icount,S,&
+&          U,icount,VT,icount,WORK,LWORK,k)
+
+        write(6,*) 'For l = ', l , 'Completed SVD'
+        write(6,*) 'S = ', S(:)
+
+        Do i=1,icount
+           io=omap(i)
+           X(:,i)=PAW%Kop(:,io);
+        Enddo
+        do j=1,icount
+           jo=omap(j)
+           PAW%ophi(:,jo)=0
+           PAW%otphi(:,jo)=0
+           PAW%otp(:,jo)=0
+           PAW%Kop(:,jo)=0
+           do i=1,icount
+              io=omap(i)
+              PAW%ophi(:,jo)=PAW%ophi(:,jo)+PAW%phi(:,io)*U(i,j)
+              PAW%otphi(:,jo)=PAW%otphi(:,jo)+PAW%tphi(:,io)*U(i,j)
+              PAW%Kop(:,jo)=PAW%Kop(:,jo)+X(:,i)*U(i,j)
+              PAW%otp(:,jo)=PAW%otp(:,jo)+PAW%tp(:,io)*VT(j,i)/S(j)
+           enddo
+        enddo
+
+         do i=1,icount
+            io=omap(i)
+            do j=1,icount
+               jo=omap(j)
+               write (6,*) 'Overlap ', i,j, &
+&                 overlap(Grid,PAW%otphi(:,io),PAW%otp(:,jo),1,irc)
+            enddo
+         enddo
+
+      deallocate(aa,ai,omap,U,VT,S,WORK,X)
+
+    ENDDO
+
+  End Select
+
+  Deallocate(VNC,kv,jl,f,Ci,rcindex,rcval)
+  END SUBROUTINE makebasis_modrrkj
+
+  SUBROUTINE readmatchradius(Grid,ifinput,rcindex,rcval)
+      TYPE(GridInfo), INTENT(IN) :: Grid
+      INTEGER, INTENT(IN) :: ifinput
+      INTEGER, INTENT(INOUT) :: rcindex(:)
+      REAL(8), INTENT(INOUT) :: rcval(:)
+
+      CHARACTER(132) :: inputline
+      INTEGER :: io,nbase, n,irc,l,np,lmax,lprev,thisrc
+      REAL(8) :: rc
+
+    nbase=PAW%nbase
+    irc=PAW%irc  
+
+    write(6,*) 'For each of the following basis functions enter rc'  
+
+  ! Loop on basis elements
+    lprev=-1;np=0;rcindex=0;rcval=0
+    do io=1,nbase
+
+       l=PAW%l(io)
+       if (l==lprev) then
+          np=np+1
+       else
+          np=1
+          lprev=l
+       endif
+
+      ! Read matching radius
+      write(6,'(3i5,1p,e15.7)') io,PAW%np(io),PAW%l(io),PAW%eig(io)
+      READ(5,'(a)') inputline
+      WRITE(ifinput,'(a)') TRIM(inputline)
+      read(inputline,*) rc
+      write(6,*) 'reading rc = ', rc
+      thisrc=FindGridIndex(Grid,rc)
+      thisrc=MIN(thisrc,irc)       ! make sure rc<total rc
+      rc=Grid%r(thisrc)
+       write(6,*) 'rc for this wfn', rc
+       if (thisrc<3.or.thisrc>irc) then
+          write(6,*) 'rc out of range', thisrc,n,irc
+          stop
+       endif
+      rcindex(io)=thisrc;rcval(io)=rc
+      write(6,'(" For io = ", i5," rc = ", i5,f10.5)') io,rcindex(io),rcval(io)
+
+   ENDDO
+  END SUBROUTINE      
+
+
+!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
+  !modified version of SUBROUTINE makebasis_custom which was
+  !           written by Marc Torrent from earlier version by NAWH
+  !           for the case the vloc==0 (KS only; not HF)
+  !           PAW%core and PAW%tcore already loaded
+!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
+   SUBROUTINE makebasis_V_setvloc(Grid,Pot,PAW,ifinput)
+      Type(GridInfo), INTENT(IN) :: Grid
+      Type(PotentialInfo), INTENT(IN) :: Pot
+      Type(PseudoInfo), INTENT(INOUT) :: PAW
+      INTEGER, INTENT(IN) :: ifinput
+
+      INTEGER ::  i,j,k,l,n,ib,jb,io,jo,nbase,irc,np,thisrc,lmax,ni
+      INTEGER :: icount
+      INTEGER, ALLOCATABLE :: omap(:)
+      REAL(8) :: rc,gp,gpp,xx,occ,stuff
+      REAL(8), POINTER :: r(:)
+      REAL(8), ALLOCATABLE :: Ci(:),dum(:),tdum(:),hat(:),aa(:,:),ai(:,:)
+      CHARACTER(132) :: inputline
+      REAL(8), PARAMETER :: threshold=1.d-6
+
+      if (TRIM(PAW%exctype)=='HF'.or.TRIM(PAW%exctype)=='EXX') then
+         write(6,*) 'makebasis_V_setvloc is not designed for ', PAW%exctype
+         stop
+      endif
+      n=Grid%n
+      r=>Grid%r
+      irc=PAW%irc
+      lmax=PAW%lmax
+      nbase=PAW%nbase
+      np=5
+      allocate(Ci(np),dum(n),tdum(n),hat(n))
+      PAW%rveff=PAW%vloc*Grid%r
+
+      write(6,*) 'For each of the following basis functions enter rc'
+
+  ! Loop on basis elements
+      do ib=1,nbase
+         l=PAW%l(ib)
+     ! Read matching radius
+         write(6,'(3i5,1p,e15.7)') ib,PAW%np(ib),PAW%l(ib),PAW%eig(ib)
+         READ(5,'(a)') inputline
+         WRITE(ifinput,'(a)') TRIM(inputline)
+         read(inputline,*) rc
+         thisrc=FindGridIndex(Grid,rc)
+         thisrc=MIN(thisrc,irc)       ! make sure rc<total rc
+         rc=r(thisrc);PAW%rcio(io)=rc
+         write(6,*) 'rc for this wfn', rc
+         if (thisrc<3.or.thisrc>irc.or.thisrc>n-3) then
+            write(6,*) 'rc out of range', thisrc,n,irc
+            stop
+         endif
+         call pspolyn(PAW%phi(:,ib),Ci,r,l,np,thisrc,n)
+     ! Compute pseudized partial wave and part of  projector
+         PAW%tphi(:,ib)=PAW%phi(:,ib)
+         PAW%tp(:,ib)=0.d0 ; PAW%Kop(:,ib)=0
+         do i=1,thisrc-1
+            xx=r(i)*r(i)
+            PAW%tphi(i,ib)=Ci(1)+Ci(2)*xx
+            gp=2.d0*Ci(2)
+            gpp=2.d0*Ci(2)
+            do j=3,np
+               PAW%tphi(i,ib)=PAW%tphi(i,ib)+Ci(j)*xx**(j-1)
+               gp=gp+dble(2*j-2)*Ci( j)*xx**(j-2)
+               gpp=gpp+dble((2*j-2)*(2*j-3))*Ci(j)*xx**(j-2)
+            enddo
+            PAW%tphi(i,ib)=PAW%tphi(i,ib)*r(i)**(l+1)
+            PAW%tp(i,ib)=-(dble(2*(l+1))*gp+gpp)*r(i)**(l+1)  !kinetic pt.
+            PAW%Kop(i,ib)=PAW%tp(i,ib)
+          enddo
+          do i=thisrc,n
+             gpp=Gsecondderiv(Grid,i,PAW%tphi(:,ib))
+             PAW%Kop(i,ib)=-gpp+dble(l*(l+1))/(r(i)**2)*PAW%tphi(i,ib)
+             if (i<irc) PAW%tp(i,ib)=PAW%Kop(i,ib)
+          enddo
+       enddo     !nbase
+
+    do io=1,PAW%OCCWFN%norbit
+       if(PAW%valencemap(io)>0) then
+          ib=PAW%valencemap(io)
+          PAW%TOCCWFN%wfn(:,io)=PAW%tphi(:,ib)
+          !PAW%OCCWFN%wfn(:,io)=PAW%phi(:,ib)    !presumably also true
+       endif
+    enddo
+
+  ! Find rveff
+   PAW%den=0.d0; PAW%tden=0.d0
+   do io=1,PAW%OCCWFN%norbit
+      if (.not.PAW%OCCwfn%iscore(io)) then
+         occ=PAW%OCCwfn%occ(io)
+          PAW%den=PAW%den+occ*PAW%OCCwfn%wfn(:,io)**2
+          PAW%tden=PAW%tden+occ*PAW%TOCCwfn%wfn(:,io)**2
+      endif
+   enddo
+   dum=PAW%core+PAW%den-PAW%tcore-PAW%tden
+   xx=-Pot%nz+integrator(Grid,dum)
+   write(6,*) 'Checking charge for pseudo scheme ', xx,integrator(Grid,tdum)
+   PAW%rveff=PAW%rveff+xx*PAW%hatpot
+   tdum=PAW%tcore+PAW%tden
+   call poisson(Grid,gp,tdum,dum,stuff)    ! Coulomb from tcore and tden
+   write(6,*) 'After Poisson ', gp,stuff
+   PAW%rveff=PAW%rveff+dum
+   CALL exch(Grid,tdum,hat,gp,stuff)
+   PAW%rveff=PAW%rveff+hat
+   do i=1,n
+      write(901,'(1p,20e15.7)') Grid%r(i),PAW%rveff(i),PAW%AErefrv(i),dum(i),&
+&              xx*PAW%hatpot(i),hat(i)
+   enddo
+   tdum=0; tdum(2:n)=PAW%rveff(2:n)/r(2:n)
+  ! complete projector functions  ; at this point PAW%tp stores -K*tilde{wfn}
+   do ib=1,nbase
+      PAW%tp(1:irc-1,ib)=PAW%tp(1:irc-1,ib)+&
+&              (tdum(1:irc-1)-PAW%eig(ib))*PAW%tphi(1:irc-1,ib)
+   enddo
+
+     ! Form orthogonalized projector functions
+    do ib=1,nbase
+       PAW%ophi(:,ib)=PAW%phi(:,ib)
+       PAW%otphi(:,ib)=PAW%tphi(:,ib)
+    enddo
+
+    do l=0,lmax
+       icount=0
+       do ib=1,nbase
+          if (PAW%l(ib)==l) icount=icount+1
+       enddo
+       if (icount==0) cycle
+       write(6,*) 'For l = ', l,icount,' basis functions'
+       allocate(aa(icount,icount),ai(icount,icount),omap(icount))
+       aa=0;icount=0
+       do ib=1,nbase
+          if (PAW%l(ib)==l) then
+             icount=icount+1
+             omap(icount)=ib
+          endif
+       enddo
+       do i=1,icount
+          ib=omap(i)
+          do j=1,icount
+             jb=omap(j)
+             aa(i,j)=overlap(Grid,PAW%otphi(:,ib),PAW%tp(:,jb),1,irc)
+          enddo
+       enddo
+       ai=aa;call minverse(ai,icount,icount,icount)
+
+       do i=1,icount
+          ib=omap(i)
+          PAW%ck(ib)=ai(i,i)
+          PAW%otp(:,ib)=0
+          do j=1,icount
+             jb=omap(j)
+             PAW%otp(:,ib)=PAW%otp(:,ib)+PAW%tp(:,jb)*ai(j,i)
+          enddo
+       enddo
+       deallocate(aa,ai,omap)
+     enddo
+
+    do i=1,n
+       write(801,'(1p,50e15.7)') r(i),(PAW%otp(i,ib),PAW%tp(i,ib),ib=1,nbase)
+    enddo
+
+   deallocate(Ci,dum,tdum,hat)
+ END SUBROUTINE makebasis_V_setvloc
+
+    !*************************************************************************
+    !  program to generate projector functions for Blochl's paw formalism
+    !    starting with smooth functions
+    !    for every basis function phi, choose smooth function with
+    !     form for r<rc: (r**(l+1))*sum(n)*(cn*(r**(2*n)))
+    !       where, rc==r(iiirc)
+    !  phi(i,io), eval(io), tocc(io)  original basis function, energy, occupancy
+    !  tphi(i,io) smooth basis function corresponding to phi(i,io)
+    !  tp(i,io)=constant*normalized Harmonic Oscillator function
+    !  tp == 0 for r>r(iiirc)
+    !  functions defined to be identically zero for r>r(iiirc))
+    !*************************************************************************
+    SUBROUTINE formprojectors(Grid,Pot,PS,ifinput,option)
+      TYPE(GridInfo),  INTENT(IN) :: Grid
+      TYPE(PotentialInfo), INTENT(IN) :: Pot,PS
+      INTEGER,INTENT(IN) :: ifinput,option
+
+      INTEGER :: nbase,lmax,l,io,irc,wantednodes,nb,n,icount
+      INTEGER ::  istart,ifinish,ibase,jbase
+      REAL(8) :: h,xx,yy,choice,rc
+      INTEGER,allocatable :: irc_io(:)
+      CHARACTER(132) :: inputline
+
+      n=Grid%n
+      h=Grid%h
+      lmax=PAW%lmax
+      nbase=PAW%nbase
+      irc=PAW%irc
+      !
+      !   form projector functions for each l
+      !
+
+      if (option==1) then
+       allocate(irc_io(nbase))
+       write(6,*) 'For each of the following basis functions enter rc'
+       do io=1,nbase
+        write(6,'(3i5,1p,e15.7)') io,PAW%np(io),PAW%l(io),PAW%eig(io)
+        READ(5,'(a)') inputline
+        WRITE(ifinput,'(a)') TRIM(inputline)
+        read(inputline,*) rc
+        irc_io(io)=FindGridIndex(Grid,rc)
+        rc=Grid%r(irc_io(io))
+        write(6,*) 'rc for this wfn', rc
+        if(irc_io(io)>PAW%irc) then
+         write(6,*) 'rc out of range', irc_io(io),n,PAW%irc
+         stop
+        endif
+       enddo
+      endif
+
+      DO l=0,lmax
+         icount=0
+         DO io=1,nbase
+            IF (PAW%l(io)==l) THEN
+               IF  (icount==0) istart=io
+               IF  (icount >= 0) ifinish=io
+               icount=icount+1
+               wantednodes=icount-1
+               ! form unorthonormalized projector functions tp
+               WRITE(6,*) '******* projector for l = ',l
+               if (option==1) then
+                CALL  bsolv(Grid,PS,io,wantednodes,irc_io(io))
+               else
+                CALL  bsolv(Grid,PS,io,wantednodes)
+               endif
+               PAW%ophi(:,io)=PAW%phi(:,io)
+               PAW%otphi(:,io)=PAW%tphi(:,io)
+               PAW%otp(:,io)=PAW%tp(:,io)
+               PAW%Kop(1,io)=0
+               PAW%Kop(2:n,io)=(PAW%eig(io)-Pot%rv(2:n)/Grid%r(2:n))&
+&                       *PAW%phi(2:n,io)
+            ENDIF
+         ENDDO
+         !write(6,*) 'orthnormalization'
+         !write(6,*) 'start orthogonalization',istart,ifinish
+         DO ibase=istart,ifinish
+            DO jbase=istart,ibase
+               IF (jbase.LT.ibase) THEN
+                  xx=overlap(Grid,PAW%otp(:,jbase),PAW%otphi(:,ibase),1,irc)
+                  yy=overlap(Grid,PAW%otphi(:,jbase),PAW%otp(:,ibase),1,irc)
+                  !write(6,*) 'before',jbase,ibase,xx,yy
+                  PAW%ophi(1:n,ibase)=PAW%ophi(1:n,ibase)-PAW%ophi(1:n,jbase)*xx
+                  PAW%Kop(1:n,ibase)=PAW%Kop(1:n,ibase)-PAW%Kop(1:n,jbase)*xx
+                  PAW%otphi(1:n,ibase)=PAW%otphi(1:n,ibase)-PAW%otphi(1:n,jbase)*xx
+                  PAW%otp(1:n,ibase)=PAW%otp(1:n,ibase)-PAW%otp(1:n,jbase)*yy
+               ELSE IF (jbase.EQ.ibase) THEN
+                  xx=overlap(Grid,PAW%otp(:,ibase),PAW%otphi(:,ibase),1,irc)
+                !write(6,*) 'before',jbase,ibase,xx
+                  choice=1.d0/SQRT(ABS(xx))
+                  PAW%otp(1:n,ibase)=PAW%otp(1:n,ibase)*DSIGN(choice,xx)
+                  PAW%otphi(1:n,ibase)=PAW%otphi(1:n,ibase)*choice
+                  PAW%ophi(1:n,ibase)=PAW%ophi(1:n,ibase)*choice
+                  PAW%Kop(1:n,ibase)=PAW%Kop(1:n,ibase)*choice
+               ENDIF
+            ENDDO
+         ENDDO
+
+      ENDDO
+
+      if (option==1) deallocate(irc_io)
+
+    END SUBROUTINE formprojectors
+    !*************************************************************************
+    !  on input tphi=phi
+    !  on output tphi recalculated for r<nrc*h
+    !  l = angular momentum quantum number
+    !  nodes = the number of desired nodes in tp and tphi
+    !  shape function
+    !*************************************************************************
+    SUBROUTINE bsolv(Grid,Pot,io,wantednodes,irc_io)
+      TYPE(GridInfo), INTENT(IN) :: Grid
+      TYPE(PotentialInfo), INTENT(IN) :: Pot
+      INTEGER, INTENT(IN) :: io,wantednodes
+      INTEGER, OPTIONAL :: irc_io
+
+      REAL(8), ALLOCATABLE :: f(:),chi(:),fakerv(:)
+      REAL(8), ALLOCATABLE :: tphi(:),tp(:)
+      REAL(8), POINTER :: r(:),rv(:)
+      REAL(8) :: h,en,v0,v0p,ol,h2,eh2,veh2,xnorm,rc_io
+      INTEGER ::  l,n,num,nrc,i,j,k,ii,jj,iter,irc,nodes,ok
+      REAL(8) :: cpmin,cpmax,zeroval
+      REAL(8) :: cp,cph2,del,deriv,tderiv
+      REAL(8), PARAMETER :: small=1.d-10,step=1.d0
+      INTEGER, PARAMETER :: mxiter=1000
+
+      n=Grid%n
+      h=Grid%h
+      r=>Grid%r
+      rv=>Pot%rv
+      if (present(irc_io)) then
+       irc=irc_io
+      else
+       irc=PAW%irc
+      endif
+      ALLOCATE(fakerv(n),f(n),chi(n),tphi(n),tp(n),stat=ok)
+      IF (ok /= 0) THEN
+         WRITE(6,*) 'Error in bsolv allocation ', n,ok
+         STOP
+      ENDIF
+      tphi=PAW%phi(:,io)
+      en=PAW%eig(io)
+      l=PAW%l(io)
+      deriv=(Gfirstderiv(Grid,irc,tphi))/tphi(irc) ! log derivative
+      tderiv=0    ! initial log derive
+      cp=0         ! initial projector constant
+      del=1000     ! initial error
+      cpmin=-100
+      cpmax=100
+      if (present(irc_io)) then
+       rc_io=r(irc_io)
+       f(1)=1.d0;f(irc_io:n)=0.d0
+       DO i=2,irc_io-1
+        f(i)=(SIN(pi*r(i)/rc_io)/(pi*r(i)/rc_io))**2
+       ENDDO
+      else
+       DO i=1,n
+          f(i)=PAW%projshape(i)
+       ENDDO
+      endif
+
+      WRITE(6,*) 'in bsolv -- l, en, n',l,en,wantednodes
+
+      iter=0
+
+      DO
+
+         iter=iter+1
+
+         WRITE(6,*) 'bsolv iter cp',iter,cp
+
+         fakerv=rv-cp*f*Grid%r
+         call zeropot(Grid,fakerv,v0,v0p)
+         ! initialize chi
+         chi=0
+         chi(2)=wfninit(0.d0,l,v0,v0p,en,Grid%r(2))
+         zeroval=0
+         if (l==1) zeroval=2
+
+         call forward_numerov(Grid,l,irc+5,en,fakerv,zeroval,chi,nodes)
+
+         WRITE(6,'("iter nodes cp cpmin cpmax",2i5,1p,3e15.7)')&
+&             iter,nodes,cp,cpmin,cpmax
+         IF (nodes.EQ.wantednodes) THEN
+            tderiv=(Gfirstderiv(Grid,irc,chi))/chi(irc) ! log derivative
+            tp=0
+            tp(1:irc)=chi(1:irc)/chi(irc)
+            chi(1:irc)=f(1:irc)*(tp(1:irc))**2
+            xnorm=integrator(Grid,chi(1:irc),1,irc)
+            del=(tderiv-deriv)/xnorm
+            WRITE(6,*) 'iter nodes del', iter,nodes,del
+
+            IF (ABS(del).LT.small) EXIT
+
+            IF (iter.GE.mxiter) THEN
+               WRITE(6,*)' terminating projector',iter
+               STOP
+            ENDIF
+
+            IF (ABS(del).GT.step) del=DSIGN(step,del)
+            cp=cp+del
+            IF (cp.GT.cpmax) cp=cpmax-ranx()*step
+            IF (cp.LT.cpmin) cp=cpmin+ranx()*step
+
+         ELSE IF(nodes.GT.wantednodes) THEN
+            cpmax=cp
+            cp=cpmax-ranx()*step
+         ELSE IF(nodes.LT.wantednodes) THEN
+            cpmin=cp
+            cp=cpmin+ranx()*step
+         ENDIF
+
+      ENDDO
+
+      tphi(1:irc-1)=tphi(irc)*tp(1:irc-1)
+      tphi(irc:n)=PAW%phi(irc:n,io)
+      tp(1:irc)=f(1:irc)*tphi(1:irc)
+      chi(1:irc)=tphi(1:irc)*tp(1:irc)
+      xnorm=integrator(Grid,chi(1:irc),1,irc)
+      WRITE(6,*) 'normalization for projector l,n=',l,nodes,xnorm
+      tp(1:irc)=tp(1:irc)/xnorm
+      tp(irc+1:n)=0
+
+      PAW%tphi(:,io)=tphi
+      PAW%tp(:,io)=tp
+      PAW%ck(io)=cp
+
+      WRITE(6,*) 'completed bsolv',io,cp
+
+      DEALLOCATE(fakerv,f,chi,tphi,tp)
+    END SUBROUTINE bsolv
+
+    !***********************************************************************
+    !  program to calculate Fourier transform of paw product tp*tphi
+    !   in order to get an idea of the convergence
+    !   and output them to files tprod.l
+    !***********************************************************************
+    SUBROUTINE ftprod(Grid)
+      TYPE(GridInfo), INTENT(IN) :: Grid
+
+      INTEGER, PARAMETER :: nq=200
+      REAL(8), PARAMETER :: qmax=15.d0
+
+      REAL(8), ALLOCATABLE :: q(:),dum(:),dum1(:)
+      REAL(8), POINTER :: r(:)
+      REAL(8) :: h,dq,tphij
+      INTEGER :: i,ib,l,iq,n,irc
+      CHARACTER(4) flnm
+      !
+      WRITE(6,*) 'calculating Fourier transforms of tp*tphi products  ',&
+&          'For bound states only '
+
+      n=Grid%n
+      h=Grid%h
+      r=>Grid%r
+      irc=PAW%irc
+      ALLOCATE(q(nq),dum(n),dum1(n),stat=i)
+      IF (i/=0) THEN
+         WRITE(6,*) 'Error in allocating space in ftprod',n,nq,i
+         STOP
+      ENDIF
+
+      dq=qmax/nq
+      DO ib=1,PAW%nbase
+         IF (PAW%eig(ib)< 0.d0) THEN
+            l=PAW%l(ib)
+            CALL mkname(ib,flnm)
+            OPEN(55,file='tprod.'//TRIM(flnm),form='formatted')
+            DO iq=1,nq
+               q(iq)=iq*dq
+               DO i=1,n
+                  dum(i)=q(iq)*r(i)
+               ENDDO
+               CALL sphbes(l,n,dum)
+               DO i=1,n
+                  dum1(i)=dum(i)*r(i)*PAW%otphi(i,ib)
+                  IF (i.LE.irc) dum(i)=dum(i)*r(i)*PAW%otp(i,ib)
+               ENDDO
+               tphij=integrator(Grid,dum1(1:n))*&
+&                    integrator(Grid,dum(1:irc),1,irc)
+
+               WRITE(55,'(1p,2e16.7)') q(iq),tphij
+            ENDDO
+            CLOSE(55)
+         ENDIF  !(e<=0)
+      ENDDO  ! ib
+      DEALLOCATE(q,dum,dum1)
+    END SUBROUTINE ftprod
+    !***********************************************************************
+    !  program to calculate Fourier transform of hatpot functions
+    !   in order to get an idea of the convergence
+    !   and output them to files hatpot.l
+    !***********************************************************************
+    SUBROUTINE fthatpot(Grid)
+      TYPE(GridInfo), INTENT(IN) :: Grid
+
+      INTEGER, PARAMETER :: nq=200
+      REAL(8), PARAMETER :: qmax=15.d0
+
+      REAL(8), ALLOCATABLE :: q(:),dum(:),dum1(:),dum2(:),dum3(:),arg(:)
+      REAL(8), POINTER :: r(:)
+      REAL(8) :: h,dq,fthatp,fthatd,fthattd
+      INTEGER :: i,ib,l,iq,n,irc,ll
+      CHARACTER(4) flnm
+      !
+      WRITE(6,*) 'calculating Fourier transforms of hatpot for  each l '
+
+      n=Grid%n
+      h=Grid%h
+      r=>Grid%r
+      irc=PAW%irc
+      ALLOCATE(q(nq),dum(n),dum1(n),dum2(n),dum3(n),arg(n),stat=i)
+      IF (i/=0) THEN
+         WRITE(6,*) 'Error in allocating space in fthatpot',n,nq,i
+         STOP
+      ENDIF
+
+      dq=qmax/nq
+      ll=2*MAXVAL(PAW%l(:))
+      DO l=0,ll
+         CALL mkname(l,flnm)
+         OPEN(55,file='fthatpot.'//TRIM(flnm),form='formatted')
+         CALL hatL(Grid,PAW,l,dum2)
+         DO iq=1,nq
+            q(iq)=iq*dq
+            DO i=1,n
+               dum(i)=q(iq)*r(i)
+            ENDDO
+            CALL sphbes(l,n,dum)
+            DO i=1,n
+               dum3(i)=dum(i)*dum2(i)
+            ENDDO
+            fthatd=integrator(Grid,dum3(1:n))
+            fthatp=8*PI*fthatd/q(iq)**2
+
+            fthattd=0
+            IF(l==0) THEN
+               arg(1:n)=dum(1:n)*PAW%tden(1:n)
+               fthattd=integrator(Grid,arg)
+            ENDIF
+
+            WRITE(55,'(1p,5e16.7)') q(iq),fthatp,fthatd,fthatp*fthatd,fthatp*fthattd
+         ENDDO
+         CLOSE(55)
+      ENDDO  ! l
+      DEALLOCATE(q,dum,dum1,dum2,dum3,arg)
+    END SUBROUTINE fthatpot
+
+    !***********************************************************************
+    !  program to calculate Fourier transform of tphi*q^2
+    !   in order to get an idea of the convergence of kinetic energy
+    !   and output them to files ftkin.l
+    !***********************************************************************
+    SUBROUTINE ftkin(Grid)
+      TYPE(GridInfo), INTENT(IN) :: Grid
+
+      INTEGER, PARAMETER :: nq=200
+      REAL(8), PARAMETER :: qmax=15.d0
+
+      REAL(8), ALLOCATABLE :: q(:),dum(:),dum1(:)
+      REAL(8), POINTER :: r(:)
+      REAL(8) :: h,dq,kin
+      INTEGER :: i,ib,l,iq,n,irc
+      CHARACTER(4) flnm
+      !
+      WRITE(6,*) 'calculating Fourier transforms of tphi  ',&
+&          'For bound states only '
+
+      n=Grid%n
+      h=Grid%h
+      r=>Grid%r
+      ALLOCATE(q(nq),dum(n),dum1(n),stat=i)
+      IF (i/=0) THEN
+         WRITE(6,*) 'Error in allocating space in ftkin',n,nq,i
+         STOP
+      ENDIF
+
+      dq=qmax/nq
+      DO ib=1,PAW%nbase
+         IF (PAW%eig(ib)<=0.d0) THEN
+            l=PAW%l(ib)
+            CALL mkname(ib,flnm)
+            OPEN(55,file='ftkin.'//TRIM(flnm),form='formatted')
+            DO iq=1,nq
+               q(iq)=iq*dq
+               DO i=1,n
+                  dum(i)=q(iq)*r(i)
+               ENDDO
+               CALL sphbes(l,n,dum)
+               DO i=1,n
+                  dum1(i)=dum(i)*r(i)*PAW%tphi(i,ib)
+               ENDDO
+               kin=integrator(Grid,dum1(1:n))*(q(iq))
+               kin=kin*kin
+
+               WRITE(55,'(1p,2e16.7)') q(iq),kin
+            ENDDO
+            CLOSE(55)
+         ENDIF  !(e<=0)
+      ENDDO  ! ib
+      DEALLOCATE(q,dum,dum1)
+    END SUBROUTINE ftkin
+
+    !***********************************************************************
+    !  program to calculate Fourier transform of vloc and  tden
+    !   in order to get an idea of their convergence
+    !   and output them to files ftvloc
+    !***********************************************************************
+    SUBROUTINE ftvloc(Grid)
+      TYPE(GridInfo), INTENT(IN) :: Grid
+
+      INTEGER, PARAMETER :: nq=200
+      REAL(8), PARAMETER :: qmax=15.d0
+
+      REAL(8), ALLOCATABLE :: q(:),dum(:),dum1(:)
+      REAL(8), POINTER :: r(:)
+      REAL(8) :: h,dq,vloc,tden
+      INTEGER :: i,ib,l,iq,n,irc
+      CHARACTER(4) flnm
+      !
+      WRITE(6,*) 'calculating Fourier transforms of vloc and tden'
+
+      n=Grid%n
+      h=Grid%h
+      irc=PAW%irc
+      r=>Grid%r
+      ALLOCATE(q(nq),dum(n),dum1(n),stat=i)
+      IF (i/=0) THEN
+         WRITE(6,*) 'Error in allocating space in ftvloc',n,nq,i
+         STOP
+      ENDIF
+
+      OPEN(55,file='ftvloc',form='formatted')
+      dq=qmax/nq
+      l=0
+      DO iq=1,nq
+         q(iq)=iq*dq
+         DO i=1,n
+            dum(i)=q(iq)*r(i)
+         ENDDO
+         CALL sphbes(l,n,dum)
+         DO i=1,n
+            dum1(i)=dum(i)*PAW%vloc(i)*(r(i)**2)
+            dum(i)=dum(i)*PAW%tden(i)
+         ENDDO
+         vloc=integrator(Grid,dum1(1:n),1,irc)
+         tden=integrator(Grid,dum(1:n))
+
+         WRITE(55,'(1p,4e16.7)') q(iq),vloc,tden,vloc*tden
+      ENDDO
+      CLOSE(55)
+
+      DEALLOCATE(q,dum,dum1)
+    END SUBROUTINE ftvloc
+
+
+    !***************************************************************************
+    !  pgm to solve separable radial schroedinger equation
+    !    at energy 'energy' and at angular momentum l
+    !
+    !    with smooth potential rveff/r, given in uniform mesh of n points
+    !   r=i*h, i=1,...n-1 ;assuming p(r)=C*r**(l+1)*polynomial(r) for r==0;
+    !                               p((n+1)*h)=0
+    !
+    !  uses Noumerov algorithm
+    !
+    !  For l=0,1 corrections are needed to approximate wfn(r=0)
+    !     These depend upon:
+    !         e0 (current guess of energy eigenvalue)
+    !         l,nz==0
+    !         v(0) == v0 electronic potential at r=0
+    !         v'(0) == v0p derivative of electronic potential at r=0
+    !
+    ! also returns node == number of nodes for calculated state
+    !
+    !  proj == projector functions
+    !  hij and qij == hamiltonianian and overlap matrix elements
+    !***************************************************************************
+    SUBROUTINE unboundsep(Grid,Pot,PAW,nr,l,energy,wfn,node)
+      TYPE(GridInfo), INTENT(IN) :: Grid
+      TYPE(PotentialInfo), INTENT(IN) :: Pot
+      TYPE(PseudoInfo), INTENT(IN) :: PAW
+      INTEGER, INTENT(IN) :: l,nr
+      REAL(8), INTENT(IN) :: energy
+      REAL(8), INTENT(INOUT) :: wfn(:)
+      INTEGER, INTENT(INOUT) :: node
+
+      INTEGER :: n,ia,ib,ic,nbase,icount,jcount,lcount,irc
+      REAL(8) :: summ,h,scale,zeroval
+      REAL(8), ALLOCATABLE :: y(:,:),b(:),a(:,:)
+
+      n=Grid%n; h=Grid%h; nbase=PAW%nbase; irc=PAW%irc
+      !write(6,*) 'Entering unboundsep with l energy = ', l, energy
+
+      IF (nr<irc) THEN
+         WRITE(6,*) 'error in unboundsep -- nr < irc', nr,irc
+         STOP
+      ENDIF
+      !
+      ! initialize wfn
+      wfn=0
+      wfn(2)=wfninit(0.d0,l,Pot%v0,Pot%v0p,energy,Grid%r(2))
+      zeroval=0
+      if (l==1) zeroval=2
+
+      call forward_numerov(Grid,l,nr,energy,Pot%rv,zeroval,wfn,node)
+
+      ALLOCATE(y(nr,nbase),b(nbase),stat=ib)
+      IF (ib/=0) THEN
+         WRITE(6,*) 'Error in unboundsep allocation',  nr,nbase,ib
+         STOP
+      ENDIF
+
+      lcount=0
+      DO ib=1,nbase
+         IF (l==PAW%l(ib)) THEN
+            lcount=lcount+1
+            CALL inhomogeneous_numerov(Grid,l,nr,energy,&
+&              PAW%rveff,PAW%otp(:,ib),y(:,lcount))
+         ENDIF
+      ENDDO
+
+      IF(lcount>0) THEN
+         ALLOCATE(a(lcount,lcount),stat=ib)
+         IF (ib/=0) THEN
+            WRITE(6,*) 'Error in unboundsep allocation',  lcount,ib
+            STOP
+         ENDIF
+
+         icount=0
+         DO ib=1,nbase
+            summ=0.d0
+            IF (l==PAW%l(ib)) THEN
+               icount=icount+1
+               DO ic=1,nbase
+                  IF (l==PAW%l(ic)) THEN
+                     summ=summ+(PAW%dij(ib,ic)-energy*PAW%oij(ib,ic))*&
+&                         overlap(Grid,PAW%otp(:,ic),wfn,1,irc)
+                  ENDIF
+               ENDDO
+               b(icount)=-summ
+            ENDIF
+         ENDDO
+         !
+         icount=0
+         DO ia=1,nbase
+            IF (l==PAW%l(ia)) THEN
+               icount=icount+1
+               jcount=0
+               DO ib=1,nbase
+                  IF (l==PAW%l(ib)) THEN
+                     jcount=jcount+1
+                     summ=0.d0
+                     IF (ia.EQ.ib) summ=1.d0
+                     DO ic=1,nbase
+                        IF (l==PAW%l(ic)) THEN
+                           summ=summ+(PAW%dij(ia,ic)-energy*PAW%oij(ia,ic))*&
+&                          overlap(Grid,PAW%otp(:,ic),y(:,jcount),1,irc)
+                        ENDIF
+                     ENDDO
+                     a(icount,jcount)=summ
+                  ENDIF
+               ENDDO
+            ENDIF
+         ENDDO
+         !
+         CALL linsol(a,b,lcount,lcount,lcount,nbase)
+
+         icount=0
+         DO ib=1,nbase
+            IF(l==PAw%l(ib)) THEN
+               icount=icount+1
+               wfn(1:nr)=wfn(1:nr)+b(icount)*y(1:nr,icount)
+            ENDIF
+         ENDDO
+         DEALLOCATE(a)
+      ENDIF
+      !
+      ! normalize to unity within integration range
+      !
+      scale=1.d0/sepnorm(Grid,PAW,nr,l,wfn)
+      IF (scale.LE.0.d0) THEN
+         WRITE(6,*) 'warning -- negative norm for l=',l
+         scale=-scale
+         IF (scale.EQ.0.d0) scale=1.d0
+      ENDIF
+      scale=DSIGN(SQRT(scale),wfn(nr-2))
+      wfn(1:nr)=wfn(1:nr)*scale
+      DEALLOCATE(b,y)
+    END SUBROUTINE unboundsep
+
+    !***************************************************************************
+    !  pgm to solve separable radial schroedinger equation
+    !    for bound state near energy 'energy' and at angular momentum l
+    !
+    !    with smooth potential rveff/r, given in uniform mesh of n points
+    !   r=i*h, i=1,...n-1 ;assuming p(r)=C*r**(l+1)*polynomial(r) for r==0;
+    !                               p((n+1)*h)=0
+    !
+    !  uses Noumerov algorithm
+    !
+    !  For l=0,1 corrections are needed to approximate wfn(r=0)
+    !     These depend upon:
+    !         e0 (current guess of energy eigenvalue)
+    !         l,nz==0
+    !         v(0) == v0 electronic potential at r=0
+    !         v'(0) == v0p derivative of electronic potential at r=0
+    !
+    ! also returns node == number of nodes for calculated state
+    !
+    !  proj == projector functions
+    !  hij and qij == hamiltonianian and overlap matrix elements
+    !***************************************************************************
+    SUBROUTINE boundsep(Grid,Pot,PAW,l,node,energy,emin,emax,wfn)
+      TYPE(GridInfo), INTENT(IN) :: Grid
+      TYPE(PotentialInfo), INTENT(IN) :: Pot
+      TYPE(PseudoInfo), INTENT(IN) :: PAW
+      INTEGER, INTENT(IN) :: l,node
+      REAL(8), INTENT(INOUT) :: energy,emin,emax
+      REAL(8), INTENT(INOUT) :: wfn(:)
+
+      INTEGER, PARAMETER :: niter=100
+      INTEGER :: n,i,j,ia,ib,ic,nbase,icount,jcount,lcount
+      INTEGER :: match,mmatch,irc,node1,iter
+      REAL(8), PARAMETER :: convre=1.d-10,err=1.d-9
+      REAL(8) :: summ,h,scale,best,energy0,dele,x,rin,rout,zeroval,ppp
+      REAL(8), ALLOCATABLE :: p1(:),u(:),y(:,:),b(:),a(:,:)
+
+      n=Grid%n; h=Grid%h; nbase=PAW%nbase;  irc=PAW%irc
+      !
+      ALLOCATE(p1(n),u(n),y(n,nbase),b(nbase),stat=ib)
+      IF (ib/=0) THEN
+         WRITE(6,*) 'Error in boundsep allocation',  n,nbase,ib
+         STOP
+      ENDIF
+      !WRITE(6,*) 'in boundsep with ', l,node,energy,emin,emax
+      lcount=0
+      DO ib=1,nbase
+         IF (l==PAW%l(ib)) THEN
+            lcount=lcount+1
+         ENDIF
+      ENDDO
+      !
+      IF(lcount>0) THEN
+         ALLOCATE(a(lcount,lcount),stat=ib)
+         IF (ib/=0) THEN
+            WRITE(6,*) 'Error in boundsep allocation',  lcount,ib
+            STOP
+         ENDIF
+      ENDIF
+
+      IF (emax.GT.0.d0) emax=0.d0
+      best=1.d10
+      IF (energy.LT.emin) energy=emin+err
+      IF (energy.GT.emax) energy=emax
+      energy0=energy
+
+      iter=0
+
+
+      DO
+         match=MIN(irc+10,n-10)
+         x=0.5d0*(Pot%rv(n)/Grid%r(n)+Pot%rv(n-1)/Grid%r(n-1))+&
+&               l*(l+1)/(Grid%r(n)**2)
+         ppp=SQRT(ABS(x-energy))
+         p1=0
+         p1(n)=1
+         p1(n-1)=exp(-ppp*(Grid%r(n-1)-Grid%r(n)))
+
+         !write(6,*) 'before backward', n,p1(n-1),p1(n)
+         !write(6,*) 'before backward', x,ppp,exp(-ppp*(Grid%r(n-1)-Grid%r(n)))
+         !write(6,*) 'x,energy', x,energy,ABS(x-energy),SQRT(ABS(x-energy))
+         !call flush(6)
+
+         CALL backward_numerov(Grid,l,match-5,energy,Pot%rv,p1)
+         rin=Gfirstderiv(Grid,match,p1)/p1(match)
+         mmatch=match+1
+         !WRITE(6,*) 'match, rin ' ,match,rin
+         !
+         !  perform outward integration until match point -- it is assumed
+         !   that projector functions proj are zero for r>r(match)
+         !
+         ! initialize u
+         u=0
+         u(2)=wfninit(0.d0,l,Pot%v0,Pot%v0p,energy,Grid%r(2))
+         zeroval=0
+         if (l==1) zeroval=2
+
+         call forward_numerov(Grid,l,mmatch+5,energy&
+&                 ,Pot%rv,zeroval,u,node1)
+         !
+         lcount=0
+         DO ib=1,nbase
+            IF (l==PAW%l(ib)) THEN
+               lcount=lcount+1
+               CALL inhomogeneous_numerov(Grid,l,mmatch+5,energy,&
+&                  Pot%rv,PAW%otp(:,ib),y(:,lcount))
+            ENDIF
+         ENDDO
+         !
+         IF(lcount>0) THEN
+
+            icount=0
+            DO ib=1,nbase
+               summ=0.d0
+               IF (l==PAW%l(ib)) THEN
+                  icount=icount+1
+                  DO ic=1,nbase
+                     IF (l==PAW%l(ic)) THEN
+                        summ=summ+(PAW%dij(ib,ic)-energy*PAW%oij(ib,ic))*&
+&                            overlap(Grid,PAW%otp(:,ic),u,1,irc)
+                     ENDIF
+                  ENDDO
+                  b(icount)=-summ
+               ENDIF
+            ENDDO
+            !
+            icount=0
+            DO ia=1,nbase
+               IF (l==PAW%l(ia)) THEN
+                  icount=icount+1
+                  jcount=0
+                  DO ib=1,nbase
+                     IF (l==PAW%l(ib)) THEN
+                        jcount=jcount+1
+                        summ=0.d0
+                        IF (ia.EQ.ib) summ=1.d0
+                        DO ic=1,nbase
+                           IF (l==PAW%l(ic)) THEN
+                              summ=summ+(PAW%dij(ia,ic)-energy*PAW%oij(ia,ic))*&
+&                             overlap(Grid,PAW%otp(:,ic),y(:,jcount),1,irc)
+                           ENDIF
+                        ENDDO
+                        a(icount,jcount)=summ
+                     ENDIF
+                  ENDDO
+               ENDIF
+            ENDDO
+            !
+            CALL linsol(a,b,lcount,lcount,lcount,nbase)
+
+            wfn=0
+            wfn(1:mmatch+5)=u(1:mmatch+5)
+            icount=0
+            DO ib=1,nbase
+               IF(l==PAw%l(ib)) THEN
+                  icount=icount+1
+                  wfn(1:mmatch+5)=wfn(1:mmatch+5)+b(icount)*y(1:mmatch+5,icount)
+               ENDIF
+            ENDDO
+         ENDIF
+
+         rout=Gfirstderiv(Grid,match,wfn)/wfn(match)
+         !WRITE(6,'("node,match,rin,rout",2i8,1p,2e15.7)') node1,match,rin,rout
+         !   -- estimate correction
+         node1=0
+         wfn(:)=wfn(:)/wfn(match)
+         DO j=3,match
+               IF (wfn(j)*wfn(j-1).LT.0.d0) node1=node1+1
+         ENDDO
+         !WRITE(6,*) 'actual number of nodes', node1
+
+!This test is obsolete: pseudo-WFs do not have to be orthogonal
+!          IF (node1<node) THEN
+!             ! too few nodes -- raise energy
+!             emin=MAX(energy+err,emin)
+!             energy=emax-(emax-energy)*ranx()
+!             !WRITE(6,*) 'too few nodes -- energy raised', energy,emin,emax
+!          ELSEIF (node1>node) THEN
+!             ! too many nodes -- lower energy
+!             emax=MIN(energy-err,emax)
+!             energy=emin+(energy-emin)*ranx()
+!             !WRITE(6,*) 'too many nodes -- energy lowered', energy,emin,emax
+!             !do i=1,mmatch
+!             !write(200+iter,'(1p,7e15.7)')Grid%r(i),wfn(i)
+!             !enddo
+!          ELSEIF (node1==node) THEN
+            DO j=match,n
+               wfn(j)=p1(j)/p1(match)
+            ENDDO
+            !  normalization
+            scale=1.d0/sepnorm(Grid,PAW,n,l,wfn)
+            dele=(rout-rin)*scale
+            !WRITE(6,*) 'dele,scale',dele,scale
+            scale=SQRT(scale)
+            wfn=scale*wfn
+
+            !do i=1,n
+            ! write(100+iter,'(1p,2E15.7)') Grid%r(i),wfn(i)
+            !enddo
+
+            x=ABS(dele)
+            IF (x.LT.best) THEN
+               energy0=energy
+               best=x
+            ENDIF
+            IF (ABS(dele).LE.convre) EXIT
+            energy=energy+dele
+            !WRITE(6,*) 'next energy' , energy,dele
+            ! if energy is out of range, pick random energy in correct range
+            IF (emin-energy.GT.convre.OR.energy-emax.GT.convre) THEN
+               energy=emin+(emax-emin)*ranx()+err
+            !   WRITE(6,*) 'energy out of range -- reranged --', energy
+            ENDIF
+!          ENDIF
+         iter=iter+1
+         !WRITE(6,*) 'Energy for next iteration ', iter,energy
+         IF (iter.GT.niter) THEN
+            WRITE(6,*) 'no convergence in boundsep',l,dele,energy
+            WRITE(6,*) ' best guess of eig, dele = ',energy0,best
+            STOP
+         ENDIF
+      ENDDO
+      !
+      ! normalize to unity within integration range
+      !
+      CALL filter(n,wfn,1.d-11)
+      scale=1.d0/sepnorm(Grid,PAW,n,l,wfn)
+      IF (scale.LE.0.d0) THEN
+         WRITE(6,*) 'warning -- negative norm for l=',l
+         scale=-scale
+         IF (scale.EQ.0.d0) scale=1.d0
+      ENDIF
+      scale=DSIGN(SQRT(scale),wfn(n-2))
+      wfn(1:n)=wfn(1:n)*scale
+      !WRITE(6,*) 'exiting boundsep with energy ', l,energy
+      DEALLOCATE(a,b,y,u,p1)
+    END SUBROUTINE boundsep
+
+    !*********************************************************
+    !  program to to transform smooth wavefunction to all-electron
+    !     wavefunction within Blochl's paw formalism
+    !   otp == projector function
+    !   odphi == ophi - otphi
+    !*********************************************************
+    SUBROUTINE PStoAE(Grid,PAW,nr,l,tpsi,psi)
+      TYPE(GridInfo), INTENT(IN) :: Grid
+      TYPE(PseudoInfo), INTENT(IN) :: PAW
+      INTEGER, INTENT(IN) :: nr,l
+      REAL(8), INTENT(IN) :: tpsi(:)
+      REAL(8), INTENT(INOUT) :: psi(:)
+
+      INTEGER :: n,ib,nbase,irc
+      REAL(8) :: h,scale
+
+      n=Grid%n; h=Grid%h; nbase=PAW%nbase; irc=PAW%irc
+
+      IF (nr<irc) THEN
+         WRITE(6,*) 'error in PStoAE  -- nr < irc', nr,irc
+         STOP
+      ENDIF
+
+      psi(1:nr)=tpsi(1:nr)
+      DO ib=1,nbase
+         IF (l==PAW%l(ib)) psi(1:nr)=psi(1:nr)+&
+&             (PAW%ophi(1:nr,ib)-PAW%otphi(1:nr,ib))*&
+&             overlap(Grid,PAW%otp(:,ib),tpsi,1,irc)
+      ENDDO
+    END SUBROUTINE PStoAE
+
+   SUBROUTINE Set_PAW_MatrixElements(Grid,PAW)
+  ! Calculate PAW matrix elements from reference configuration before
+  !       unscreening/rescreening
+      TYPE(GridInfo), INTENT(IN) :: Grid
+      TYPE(PseudoInfo), INTENT(INOUT) :: PAW
+
+      INTEGER :: nbase,l,ib,ic,io
+      REAL(8) :: x
+      TYPE(OrbitInfo), POINTER :: PSO
+      REAL(8), allocatable :: wij(:,:)
+
+      PAW%oij=0
+      PAW%dij=0
+      PAW%wij=0
+      nbase=PAW%nbase
+      PSO=>PAW%TOCCWFN
+      ALLOCATE (wij(nbase,nbase))
+
+      do ib=1,nbase
+         do ic=1,nbase
+            IF (PAW%l(ib)==PAW%l(ic)) THEN
+               CALL dqij(Grid,PAW,ib,ic,PAW%oij(ib,ic))
+               CALL altdtij(Grid,PAW,ib,ic,PAW%dij(ib,ic))
+               CALL avij(Grid,PAW,ib,ic,x)
+               PAW%dij(ib,ic)=PAW%dij(ib,ic)+x
+             write(6,'(2i5, 1p,3e17.8)') ib,ic,PAW%oij(ib,ic),PAW%dij(ib,ic),x
+             Endif
+         enddo
+      enddo
+
+      wij=0
+      Do io=1,PSO%norbit
+         l=PSO%l(io)
+         if (PSO%occ(io)>1.d-8.and..NOT.PSO%iscore(io)) then
+             CALL calcwij(Grid,PAW,l,PSO%occ(io),PSO%wfn(:,io),wij)
+         endif
+      enddo
+
+      do ib=1,nbase
+         do ic=1,nbase
+             PAW%wij(ib,ic)=wij(ib,ic)
+        enddo
+      enddo       
+
+      DEALLOCATE(wij)
+  END SUBROUTINE Set_PAW_MatrixElements
+
+    !************************************************************************
+    !  program to calculate logerivatives of paw wavefunctions
+    !   and to compare them with all electron wavefunctions
+    !  optionally, wavefunctions are written to a file
+    !  Assumes prior call to SUBROUTINE Set_PAW_MatrixElements(Grid,PAW)
+    !************************************************************************
+    SUBROUTINE logderiv(Grid,Pot,PAW)
+      TYPE(GridInfo), INTENT(IN) :: Grid
+      TYPE(PotentialInfo), INTENT(IN) :: Pot
+      TYPE(PseudoInfo), INTENT(INOUT) :: PAW
+
+      TYPE(PotentialInfo) :: PS
+      INTEGER :: n,l,ie,ke,nbase,ib,ic,nr,i,nodes,mbase,irc,lng
+      REAL(8), PARAMETER :: e0=-5.d0 ! Where to print WFn in file
+      REAL(8) :: de,h,x,dwdr,dcwdr,scale,energy
+      REAL(8), ALLOCATABLE :: psi(:),tpsi(:),ttpsi(:)
+      CHARACTER(4)  :: flnm
+
+      n=Grid%n; h=Grid%h; nbase=PAW%nbase; irc=PAW%irc;  nr=irc+10
+
+      ALLOCATE(psi(nr),tpsi(nr),ttpsi(nr),PS%rv(n),stat=ie)
+      IF (ie/=0) THEN
+         WRITE(6,*) 'Error in logderiv allocation',n,ie
+         STOP
+      ENDIF
+
+      ! load  PS
+      PS%rv=PAW%rveff ; PS%nz=0.d0
+      call zeropot(Grid,PS%rv,PS%v0,PS%v0p)
+      !
+      !   calculate logderivatives at irc
+      !
+      WRITE(6,*) 'calculating log derivatives at irc',Grid%r(irc)
+      !
+      de=(maxlogderiv-minlogderiv)/dble(nlogderiv-1)
+      ke=1+anint((e0-minlogderiv)/de)
+
+      mbase=nbase
+      DO l=0,PAW%lmax+1
+         CALL mkname(l,flnm)
+         OPEN(56,file='logderiv.'//TRIM(flnm),form='formatted')
+
+         DO ie=1,nlogderiv
+            energy=minlogderiv+de*(ie-1)
+            psi=0;tpsi=0;ttpsi=0
+            if (scalarrelativistic) then
+               CALL unboundsr(Grid,Pot,nr,l,energy,psi,nodes)
+            elseif (TRIM(PAW%exctype)=='HF') then
+               CALL HFunocc(Grid,PAW%OCCWFN,l,energy,Pot%rv,Pot%v0,Pot%v0p,&
+&                       psi,lng)
+            else
+               CALL unboundsch(Grid,Pot%rv,Pot%v0,Pot%v0p,nr,l,energy,psi,nodes)
+            endif
+            CALL unboundsep(Grid,PS,PAW,nr,l,energy,tpsi,nodes)
+            CALL PStoAE(Grid,PAW,nr,l,tpsi,ttpsi)
+            !
+            dwdr=Gfirstderiv(Grid,irc,psi)/psi(irc)
+            dcwdr=Gfirstderiv(Grid,irc,ttpsi)/ttpsi(irc)
+
+            WRITE(56,'(1p,5e12.4)') energy,dwdr,dcwdr ;
+            IF (ie.EQ.ke) THEN
+               mbase=mbase+1
+               CALL mkname(mbase,flnm)
+               OPEN(57,file='wfn'//TRIM(flnm),form='formatted')
+               WRITE(57,*) '# l=',l,'energy=',energy
+               !
+               ! form converted wavefunction and rescale exact wavefunction
+               !
+               scale=ttpsi(irc)/psi(irc)
+               DO i=1,nr
+                  WRITE(57, '(1p,5e12.4)') Grid%r(i),tpsi(i),ttpsi(i),psi(i)*scale
+               ENDDO
+               CLOSE(57)
+            ENDIF
+         ENDDO !ie
+         CLOSE(56)
+
+      ENDDO !l
+
+      DEALLOCATE(psi,tpsi,PS%rv)
+    END SUBROUTINE logderiv
+
+
+    !  Assumes prior call to SUBROUTINE Set_PAW_MatrixElements(Grid,PAW)
+    SUBROUTINE FindVlocfromVeff(Grid,Orbit,PAW)
+      TYPE(GridInfo), INTENT(INOUT) :: Grid
+      TYPE(OrbitInfo), INTENT(IN) :: Orbit
+      TYPE(PseudoInfo), INTENT(INOUT) :: PAW
+
+      REAL(8), POINTER  :: r(:)
+      REAL(8) :: h,qeff,tq,rat,q00,ecoul,etxc,eexc,occ
+      INTEGER :: n,i,irc,io,nbase,ib,ic
+      REAL(8), allocatable :: d(:),dv(:),dvx(:),v(:),vv(:)
+
+      CALL FillHat(Grid,PAW)
+
+      if (Vlocalindex == SETVLOC) then
+         write(6,*) 'Vloc == VlocCoef*shapefunc  '
+         return
+      endif
+
+      n=Grid%n;irc=PAW%irc
+      nbase=PAW%nbase
+      h=Grid%h ; r=>Grid%r
+      irc=max(PAW%irc,PAW%irc_shap,PAW%irc_vloc,PAW%irc_core)
+
+      PAW%den=0.d0;PAW%tden=0.d0
+      do io=1,PAW%OCCWFN%norbit
+         if (.not.PAW%OCCwfn%iscore(io)) then
+            occ=PAW%OCCwfn%occ(io)
+            PAW%den=PAW%den+occ*PAW%OCCwfn%wfn(:,io)**2
+            PAW%tden=PAW%tden+occ*PAW%TOCCwfn%wfn(:,io)**2
+          endif
+      enddo
+
+      allocate(d(n),dv(n),dvx(n),STAT=i)
+      if (i/=0) stop 'Error (1) in allocating  arrays in findvlocfromveff'
+
+      d=PAW%tden+PAW%tcore
+      call poisson(Grid,tq,d,dv,ecoul)
+
+      d=PAW%core-PAW%tcore
+      q00=0.5d0*PAW%AErefrv(1)+integrator(Grid,d)
+      write(6,*) 'nucleus and core q00 ', q00
+      do ib=1,nbase
+         do ic=1,nbase
+            q00=q00+PAW%wij(ib,ic)*PAW%oij(ib,ic)
+         enddo
+      enddo
+      write(6,*) 'Complete q00 ', q00
+
+      dv=dv+q00*PAW%hatpot
+      If (TRIM(PAW%exctype)=='EXX') THEN
+        CALL EXX_pseudoVx(Grid,Orbit,PAW,dvx)
+        PAW%trvx=dvx
+        dv=dv+dvx
+      ELSEIf (TRIM(PAW%exctype)=='EXXKLI') THEN
+        write(6,*) 'before EXX_pseudo'; call flush(6)
+        CALL EXXKLI_pseudoVx(Grid,PAW,dvx)
+        PAW%trvx=dvx
+        dv=dv+dvx
+      ELSEIf (TRIM(PAW%exctype)=='HF') THEN
+        dvx=0.d0
+        PAW%trvx=0.d0
+      ELSE
+        d=PAW%tden+PAW%tcore
+        CALL exch(Grid,d,dvx,etxc,eexc)
+        PAW%trvx=dvx
+        dv=dv+dvx
+      endif
+
+      rat=0.d0
+      DO i=2,n
+         PAW%vloc(i)=(PAW%rveff(i)-dv(i))/r(i)
+         IF (i>=irc) rat=rat+ABS(PAW%vloc(i))
+      ENDDO
+      WRITE(6,*) 'Error in vloc -- ',rat
+      call extrapolate(Grid,PAW%vloc)
+      PAW%vloc(irc:n)=0.d0
+
+!!!!!!!!!!!This part does not work for HF!!!!
+!     Construct ionic local potential for abinit from screened pseudopotential
+!     in addition to ionic unscreening include hathat density
+!     in exchange-correlation functional
+!     also generate version without hathat density in vxc
+
+      PAW%abinitvloc=0.d0
+      PAW%abinitnohat=0.d0
+      allocate(v(n),vv(n),STAT=i)
+      if (i/=0) stop 'Error (2) in allocating  arrays in findvlocfromveff'
+
+      d=PAW%den-PAW%tden
+      tq=integrator(Grid,d,1,irc)
+      write(6,*) ' abinit tq = ', tq
+
+!     Compute VH(tDEN+hatDEN)
+      d=PAW%tden+tq*PAW%hatden
+      CALL poisson(Grid,q00,d,v,rat)
+
+!     Compute Vxc(tcore+tDEN)
+      d=PAW%tcore+PAW%tden
+      CALL exch(Grid,d,v,etxc,eexc)
+
+!     Compute Vxc(tcore+tDEN+hatDEN)
+      d=PAW%tcore+PAW%tden+tq*PAW%hatden
+      CALL exch(Grid,d,vv,etxc,eexc)
+
+!     Store Vxc(tcore+tDEN)-Vxc(tcore+tDEN+hatDEN)
+      do i=2,n
+        PAW%abinitvloc(i)=(v(i)-vv(i))/Grid%r(i)
+      enddo
+      call extrapolate(Grid,PAW%abinitvloc)
+
+!     Compute VH(tcore+(Nc-tNc-Z)*hatDEN)
+!     (For consistency with ABINIT, need to integrate Poisson
+!      equation up to coretailpoints (not the whole mesh))
+      d=PAW%core-PAW%tcore
+      qeff=0.5d0*PAW%AErefrv(1)+integrator(Grid,d,1,PAW%irc_core)
+      d=PAW%tcore+qeff*PAW%hatden
+      Grid%n=PAW%coretailpoints
+      CALL poisson_marc(Grid,q00,d(1:PAW%coretailpoints),vv(1:PAW%coretailpoints),rat)
+      Grid%n=n
+
+!     Compute ionic potential following Bloechl formalism
+      do i=2,PAW%coretailpoints
+        PAW%abinitnohat(i)=PAW%vloc(i)+vv(i)/r(i)  ! in Rydberg units
+      enddo
+      call extrapolate(Grid,PAW%abinitnohat)
+      PAW%abinitnohat(PAW%coretailpoints+1:n)=PAW%vloc(PAW%coretailpoints+1:n) &
+&                     +vv(PAW%coretailpoints)/Grid%r(PAW%coretailpoints+1:n)
+
+!     Compute ionic potential following Kresse formalism
+      do i=1,n
+        PAW%abinitvloc(i)=PAW%abinitvloc(i)+PAW%abinitnohat(i)  ! in Rydberg units
+      enddo
+
+      open(123,file='compare.abinit', form='formatted')
+      do i=2,n
+         write(123,'(1p,5e16.7)') r(i),PAW%rveff(i)/r(i),&
+&             PAW%vloc(i),PAW%abinitvloc(i),PAW%abinitnohat(i)
+      enddo
+      close(123)
+
+      deallocate(v,vv)
+      deallocate(d,dv,dvx)
+
+    END SUBROUTINE FindVlocfromVeff
+
+!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
+!   SCFPAW
+!     It is assumed that the new configuration involves only occupation
+!         changes
+!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
+   SUBROUTINE SCFPAW(Grid,PAW)
+     Type(GridInfo), INTENT(IN) :: Grid
+     Type(PseudoInfo), INTENT(INOUT) :: PAW
+
+     INTEGER :: i,j,k,l,n,nvorbit,nbase, io,ib,jo,jb,ip,nfix
+     INTEGER :: loop
+     INTEGER :: mxloop=1000
+     REAL(8) :: err0=1.d-7,mix=0.5d0
+     TYPE(OrbitInfo), POINTER :: AEO,PSO
+     INTEGER :: firsttime=0
+     REAL(8) :: xocc,err
+     LOGICAL :: success
+     CHARACTER(4) :: stuff
+     INTEGER, ALLOCATABLE :: tmap(:)
+
+     AEO=>PAW%OCCWFN;     PSO=>PAW%TOCCWFN
+     WRITE(6,*) 'Current occupancies:'
+     WRITE(6,*) ' n l   occupancy        energy    '
+     DO io=1,PSO%norbit
+         IF (.NOT.PSO%iscore(io)) THEN
+             WRITE(6,'(i2,1x,i2,4x,1p,2e15.7)') PSO%np(io),&
+&                   PSO%l(io),PSO%occ(io), PSO%eig(io)
+             if (firsttime==0) then
+                ib=PAW%valencemap(io)
+                write(6,*) 'Setting pseudo orbital ', io,ib
+                PSO%wfn(:,io)=PAW%tphi(:,ib)
+             endif
+         ENDIF
+     ENDDO
+     firsttime=firsttime+1
+
+     WRITE(6,*) 'enter np  l   occ    for all revisions'
+     WRITE(6,*) ' enter 0 0 0 to end'
+
+         DO
+            READ(5,*) ip,l,xocc
+            IF (ip.LE.0) EXIT
+            nfix=-100
+            DO io=1,PSO%norbit
+               IF (ip==PSO%np(io).AND.l==PSO%l(io)) THEN
+                  IF (PSO%iscore(io)) THEN
+                      write(6,*) 'Core orbitals cannot be changed',ip,l,xocc
+                      stop
+                  endif
+                  nfix=io
+                  EXIT
+               ENDIF
+            ENDDO
+            IF (nfix.LE.0) THEN
+               WRITE(6,*) 'error in occupations -- ip,l,xocc', &
+&                   ip,l,xocc,nfix
+               STOP
+            ENDIF
+            PSO%occ(nfix)=xocc
+            AEO%occ(nfix)=xocc
+         ENDDO
+
+         WRITE(6,*) 'New configuration:'
+         DO io=1,PSO%norbit
+            If (.NOT.PSO%iscore(io)) then
+               WRITE(6,'(i2,1x,i2,4x,1p,2e15.7)') PSO%np(io),&
+&                PSO%l(io),PSO%occ(io)
+            Endif
+         Enddo
+
+         success=.FALSE.
+         do loop=1,mxloop
+            if (TRIM(PSO%exctype)=='HF') then
+               call PAWIter_HF(Grid,PAW,mix*0.01,err0,err,success)
+            else
+               call PAWIter_LDA(Grid,PAW,mix,err0,err,success)
+            endif
+            write(6,*)  '--Results for Iter -- ', loop
+            write(6,*)  '  n   l   occupancy          energy    '
+            do io=1,PSO%norbit
+               If (.NOT.PSO%iscore(io)) then
+                  WRITE(6,'(i2,1x,i2,4x,1p,2e15.7)') PSO%np(io),&
+&                    PSO%l(io),PSO%occ(io),PSO%eig(io)
+               endif
+            enddo
+            IF (success) then
+               WRITE(6,*) ' PS wfn iteration converged ', loop
+               write(6,*)  '--Results for Iter -- ', loop
+               write(6,*)  '  n   l   occupancy          energy    '
+               do io=1,PSO%norbit
+                  If (.NOT.PSO%iscore(io)) then
+                     WRITE(6,'(i2,1x,i2,4x,1p,2e15.7)') PSO%np(io),&
+&                       PSO%l(io),PSO%occ(io),PSO%eig(io)
+                  endif
+               enddo
+               exit
+            ENDIF
+         enddo
+
+         Call mkname(firsttime,stuff)
+         allocate(tmap(PSO%norbit))
+         ip=0; tmap=0
+         do io=1,PSO%norbit
+            if (.not.PSO%iscore(io)) then
+               ip=ip+1
+               tmap(ip)=io
+               call PStoAE(Grid,PAW,Grid%n,PSO%l(io),PSO%wfn(:,io),&
+&                 PAW%OCCWFN%wfn(:,io))
+            endif
+          enddo
+          OPEN(unit=1001,file='PAWwfn.'//TRIM(stuff),form='formatted')
+          do i=1,Grid%n
+             write(1001,'(1p,60e15.7)') Grid%r(i),(PSO%wfn(i,tmap(k)),&
+&                   PAW%OCCWFN%wfn(i,tmap(k)),k=1,ip)
+          enddo
+          CLOSE(1001)
+
+         deallocate(tmap)
+
+   END SUBROUTINE SCFPAW
+
+!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
+!  PAWIter_LDA(Grid,PAW,err0,err,success)
+!     On input PAW%TOCCWFN  contains initial guess of smooth wfn's
+!        On output the guess is updated
+!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
+  SUBROUTINE PAWIter_LDA(Grid,PAW,mix,err0,err,success)
+      Type(GridInfo), INTENT(IN) :: Grid
+      Type(PseudoInfo), INTENT(INOUT) :: PAW
+      REAL(8) , INTENT(IN) :: mix,err0
+      REAL(8) , INTENT(OUT) :: err
+      LOGICAL , INTENT(OUT) :: success
+
+      INTEGER :: i,j,k,l,n,io,jo,ib,jb,kb,lb,irc,nbase,nocc
+      INTEGER, allocatable :: tmap(:)
+      REAL(8) , ALLOCATABLE :: arg(:),rhs(:),rv(:),aden(:),v1(:),v2(:),o(:,:)
+      Type(OrbitInfo), POINTER :: PSO
+      Type(OrbitInfo) :: tmpOrbit
+      REAL(8) :: occ,x,y,q,v0term,en,val,mix1
+      INTEGER :: fcount=0
+
+      success=.false.
+      n=Grid%n; nbase=PAW%nbase;  irc=PAW%irc
+      ALLOCATE(arg(n),rhs(n),rv(n),aden(n),v1(n),v2(n),&
+&           tmap(PAW%OCCWFN%norbit),o(PAW%OCCWFN%norbit,nbase))
+
+      PSO=>PAW%TOCCWFN
+      ! orthonormalize
+      nocc=0
+      do io=1,PSO%norbit
+         if (.not.PSO%iscore(io).and.io>1) then
+            do jo=1,io-1
+               if (PSO%l(jo)==PSO%l(io).and..not.PSO%iscore(jo)) then
+                     call genOrthog(Grid,PAW,n,PSO%l(io),&
+&                        PSO%wfn(:,io),PSO%wfn(:,jo))
+                     write(6,*) 'orthog', io,jo
+               endif
+            enddo
+         x=genoverlap(Grid,PAW,n,PSO%l(io),PSO%wfn(:,io),PSO%wfn(:,io))
+         PSO%wfn(:,io)=PSO%wfn(:,io)/sqrt(x)
+         CALL ADJUSTSIGN(PSO%wfn(:,io),3)
+         write(6,*) 'normalize ', io, x
+         nocc=nocc+1
+         tmap(nocc)=io
+         endif
+      enddo
+
+     !  prepare overlap terms
+      o=0
+      do k=1,nocc
+         io=tmap(k); l=PSO%l(io)
+         do ib=1,PAW%nbase
+            if (l==PAW%l(ib)) then
+               o(io,ib)=overlap(Grid,PSO%wfn(:,io),PAW%otp(:,ib),1,irc)
+                write(6,'("<p|psi> ", 2i5,1p,e15.7)') io,ib,o(io,ib)
+            endif
+         enddo
+      enddo
+
+      Call CopyOrbit(PSO,tmpOrbit)
+
+      rv=PAW%rtVf; PAW%tkin=0;   PAW%wij=0
+      PAW%tden=0;rhs=0;aden=0;x=0
+      do k=1,nocc
+         io=tmap(k) ; l=PSO%l(io)
+            occ=PSO%occ(io)
+            PAW%tden=PAW%tden+occ*(PSO%wfn(:,io))**2
+            call kinetic_ij(Grid,PSO%wfn(:,io),PSO%wfn(:,io),l,y)
+            PAW%tkin= PAW%tkin + occ*y
+            PSO%eig(io)=y
+            write(6,*) 'Kinetic ',io,y
+            do ib=1,PAW%nbase
+               do jb=1,PAW%nbase
+                  if (PAW%l(ib)==l.and.PAW%l(jb)==l) then
+                      x=x+occ*o(io,ib)*o(io,jb)*PAW%mLij(ib,jb,1)
+                      PAW%wij(ib,jb)=PAW%wij(ib,jb)+occ*o(io,ib)*o(io,jb)
+                   endif
+               enddo
+            enddo
+      enddo
+
+        aden=PAW%tden+x*PAW%g(:,1)
+        arg=0; arg(2:n)=(aden(2:n)*PAW%hatpot(2:n))/Grid%r(2:n)
+        v0term=integrator(Grid,arg)
+        write(6,*) 'v0term, aden', v0term,integrator(Grid,aden)
+
+        call poisson(Grid,q,aden,rhs,x)
+        write(6,*) 'PAW poisson ', q,x
+        PAW%tvale=x
+        arg=0; arg(2:n)=PAW%rtVf(2:n)/Grid%r(2:n)
+        PAW%tion=overlap(Grid,arg,PAW%tden)
+        rv=rv+rhs    ! vion + valence-Hartree
+        arg=PAW%tden+PAW%tcore
+        call exch(Grid,arg,rhs,x,y)
+        PAW%txc=y
+        rv=rv+rhs    ! + vxc
+
+        do k=1,nocc
+           io=tmap(k);l=PSO%l(io)
+           arg=rv*(PSO%wfn(:,io)**2);
+           arg(1)=0; arg(2:n)=arg(2:n)/Grid%r(2:n)
+           x=integrator(Grid,arg)
+           write(6,*) ' potential term ',io, x
+           PSO%eig(io)=PSO%eig(io)+x
+        enddo
+
+        PAW%dij=0; PAW%Ea=0
+        do ib=1,PAW%nbase
+           do jb=1,PAW%nbase
+              if (PAW%l(ib)==PAW%l(jb)) then
+                 PAW%dij(ib,jb)=PAW%dij(ib,jb) + PAW%Kij(ib,jb) + &
+&                        PAW%VFij(ib,jb)+PAW%mLij(ib,jb,1)*v0term
+                 PAW%Ea=PAW%Ea + PAW%wij(ib,jb)*(PAW%Kij(ib,jb) + &
+&                        PAW%VFij(ib,jb))
+                 x=0;    !  accumulate Hartree term
+                 do kb=1,PAW%nbase
+                    do lb=1,PAW%nbase
+                       if (PAW%l(kb)==PAW%l(lb)) then
+                          x=x+PAW%wij(kb,lb)*PAW%DR(ib,jb,kb,lb,1)
+                       endif
+                    enddo
+                 enddo
+                 PAW%dij(ib,jb)=PAW%dij(ib,jb)+x
+                 PAW%Ea=PAW%Ea + 0.5d0*PAW%wij(ib,jb)*x
+              endif
+           enddo
+        enddo
+
+      !  exchange-correlation part
+      arg=PAW%core;   rhs=PAW%tcore
+      do ib=1,PAW%nbase
+         do jb=1,PAW%nbase
+            if (PAW%l(ib)==PAW%l(jb)) then
+               arg=arg+PAW%wij(ib,jb)*PAW%ophi(:,ib)*PAW%ophi(:,jb)
+               rhs=rhs+PAW%wij(ib,jb)*PAW%otphi(:,ib)*PAW%otphi(:,jb)
+            endif
+         enddo
+      enddo
+
+      Write(6,*) 'Before EXC ', PAW%Ea
+      irc=PAW%irc
+      call exch(Grid,arg,v1,x,y,irc)
+      PAW%Ea=PAW%Ea+y  ; write(6,*) 'AE EXC ' ,y
+      call exch(Grid,rhs,v2,x,y,irc)
+      PAW%Ea=PAW%Ea-y  ; write(6,*) 'PS EXC ' ,y
+
+      PAW%Etotal=PAW%tkin+PAW%tion+PAW%tvale+PAW%txc+PAW%Ea
+      Write(6,*) '*******Total energy*********', PAW%Etotal
+      Write(6,*) 'PAW%tkin                    ',PAW%tkin
+      Write(6,*) 'PAW%tion                    ',PAW%tion
+      Write(6,*) 'PAW%tvale                   ',PAW%tvale
+      Write(6,*) 'PAW%txc                     ',PAW%txc
+      Write(6,*) 'PAW%Ea                      ',PAW%Ea
+
+      do ib=1,PAW%nbase
+         do jb=1,PAW%nbase
+            if (PAW%l(ib)==PAW%l(jb)) then
+               arg=PAW%ophi(:,ib)*PAW%ophi(:,jb)*v1(:) &
+&                   - PAW%otphi(:,ib)*PAW%otphi(:,jb)*v2(:)
+               arg(2:n)=arg(2:n)/Grid%r(2:n)
+               call extrapolate(Grid,arg)
+               PAW%dij(ib,jb)=PAW%dij(ib,jb)+integrator(Grid,arg,1,irc)
+            endif
+          enddo
+      enddo
+
+
+     ! complete estimate of PSO%eig(io)
+     do k=1,nocc
+        io=tmap(k); l=PSO%l(io)
+         write(6,*) 'Eig before dij ', PSO%eig(io)
+           do ib=1,PAW%nbase
+              do jb=1,PAW%nbase
+                 if (PAW%l(ib)==l.and.PAW%l(jb)==l) then
+                    PSO%eig(io)=PSO%eig(io)+PAW%dij(ib,jb)*o(io,ib)*o(io,jb)
+                 endif
+              enddo
+           enddo
+         write(6,*) 'Eig after dij ', PSO%eig(io)
+      enddo
+
+    ! Solve inhomogeneous diffeq. and store result in tmpOrbit
+    err=0;
+    do k=1,nocc
+       io=tmap(k); l=PSO%l(io)
+          en=PSO%eig(io)
+          rhs=0
+          do ib=1,PAW%nbase
+             do jb=1,PAW%nbase
+                if (PAW%l(ib)==l.and.PAW%l(jb)==l) then
+                   rhs=rhs-PAW%otp(:,ib)*(en*PAW%oij(ib,jb)-&
+&                        PAW%dij(ib,jb))*o(io,jb)
+                endif
+             enddo
+          enddo
+          tmpOrbit%wfn(:,io)=0
+            !  note rhs is -(what we expect)
+          CALL inhomo_bound_numerov(Grid,l,n,en,rv,rhs,tmpOrbit%wfn(:,io))
+          arg=(PSO%wfn(:,io)-tmpOrbit%wfn(:,io))**2
+          err=err+PSO%occ(io)*Integrator(Grid,arg)
+          !do i=1,Grid%n
+          !   write(800+k,'(1p,20e15.7)') Grid%r(i),PSO%wfn(i,io),&
+          !&     tmpOrbit%wfn(i,io),rhs(i),rv(i)
+          !enddo
+    enddo
+
+    write(6,*) 'PAWIter ', fcount,err
+       ! update wfn if tolerance not satisfied
+       IF (err>err0) THEN
+          mix1=MAX(mix,mix/err)
+          val=(1.d0-mix1)
+          WRITE(6,*) 'mixing wfns ', val
+          DO k=1,nocc
+             io=tmap(k)
+                PSO%wfn(:,io)=val*PSO%wfn(:,io)+mix1*tmpOrbit%wfn(:,io)
+          ENDDO
+       ELSE
+          success=.TRUE.
+       ENDIF
+     fcount=fcount+1
+     DEALLOCATE(arg,rhs,rv,aden,v1,v2,tmap,o)
+     Call DestroyOrbit(tmpOrbit)
+  END SUBROUTINE PAWIter_LDA
+
+
+!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
+!  exploreparms reads ndata sets of PAW parameters and calculates
+!    the corresponding logderivs   It is intended that this routine
+!    would be used to choose the parameters with the best logderivs.
+!    It should be called after the program has first run a "normal"
+!    calculation.   exploreparms recalculates the wfni (i=1,2,..) and
+!    logderivl (l=0,1,2,..) values but does not generate the full
+!    PAW dataset.   Upon analyzing the logderiv results, the atompaw
+!    program should be run in the "normal" mode to generate the best
+!    dataset.  exploreparams should only be called once.
+!
+!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
+
+
+ SUBROUTINE exploreparms(Grid,Pot,FC,Orbit,PAW)
+     Type(GridInfo), INTENT(IN) :: Grid
+     Type(PotentialInfo), INTENT(IN) :: Pot
+     Type(FCInfo), INTENT(IN) :: FC
+     Type (OrbitInfo), INTENT(IN) :: Orbit
+     Type(PseudoInfo), INTENT(INOUT) :: PAW
+
+     INTEGER :: ndata,i,j,k,l,nrcs,ircs,ictrc,iprev
+     INTEGER :: ifinput=8,ifen=9
+     CHARACTER(4) ::fdata
+     CHARACTER(132) :: inputline,keyword
+     REAL(8), allocatable ::  logderiverror(:,:)
+     REAL(8) :: thisrc
+     REAL(8) :: EBEGIN=-10, EEND=10       ! default logderiv range (Ry)
+     LOGICAL :: success
+
+     Type rcresults
+         INTEGER :: beginindex, endindex
+         REAL(8) :: rc
+     End type rcresults   
+
+     Type (rcresults), POINTER :: rcsummary(:)
+
+     success=.true.
+     write(6,*) 'Input the number of PAW parameter sets in this run'
+     READ(5,'(a)') inputline
+     read(inputline,*) ndata,nrcs
+     if (ndata>9999) then
+          write(6,*) 'Error : ndata must be <= 9999', ndata
+          stop
+     endif        
+     if (nrcs<1.or.nrcs>9999) then
+          write(6,*) 'Error : nrcs must be <= 9999 and >=1', nrcs
+          stop
+     endif        
+
+     call UpperCase(inputline)
+     i=0; i=INDEX(inputline,'LOGDERIVERANGE')
+       if (i>0) then
+          read(unit=inputline(i+14:80),fmt=*,err=111,end=111,iostat=i) &
+&             EBEGIN , EEND
+ 111      continue            
+        endif
+               
+    allocate(rcsummary(nrcs))
+    allocate(logderiverror(6,ndata))         ! 6 represents the max l+1
+    logderiverror=9.d20
+
+     write(6,*) 'Begin explore runs'
+     OPEN(20,file='EXPLORERESULTS',form='formatted')
+     OPEN(21,file='EXPLORESUMMARY',form='formatted')
+     write(20,'("#dataset","    rc       ",6(2x,i3,10x))') (l,l=0,PAW%lmax+1)
+     write(21,'(" Logderiv errors based on energy range", 2f12.2)') &
+&        EBEGIN, EEND
+     ircs=0; thisrc=-1
+     do i=1,ndata
+        write(6,*) '===================== #',i,'=================='
+        call mkname(i,fdata)
+        OPEN(ifinput,file='EXPLOREIN.'//TRIM(fdata),form='formatted')
+        OPEN(ifen, file='EXPLOREout.'//TRIM(fdata), form='formatted')
+
+        CALL SetPAWOptions1(ifinput,ifen,Grid)
+        Call InitPAW(PAW,Grid,FCOrbit)
+        CALL setbasis(Grid,FCPot,FCOrbit,ifinput)
+        Call setcoretail(Grid,FC%coreden)
+        If (TRIM(FCorbit%exctype)=='HF'.or.TRIM(FCorbit%exctype)=='EXXKLI') PAW%tcore=0
+        If (TRIM(FCorbit%exctype)=='EXXKLI') Call fixtcorewfn(Grid,PAW)
+        Call SetPAWOptions2(ifinput,ifen,Grid,FCOrbit,FCPot,success)
+        Call Report_PseudobasisRP(Grid,PAW,ifen,fdata)
+        if (success) then
+           Call Set_PAW_MatrixElements(Grid,PAW)
+           CALL EXPLORElogderiv(Grid,FCPot,PAW,fdata,EBEGIN,EEND,&
+&           logderiverror(:,i))
+        endif
+        write(20,'(i5,2x,f12.5,1p6e15.7)')&
+&             i,PAW%rc,(logderiverror(l+1,i),l=0,PAW%lmax+1)
+        close(ifinput); close(ifen)
+        Call DestroyPAW(PAW)
+        if (abs(PAW%rc-thisrc)>1.d-10 ) then
+           ircs=ircs+1      
+           rcsummary(ircs)%beginindex=i
+           rcsummary(ircs)%endindex=i
+           thisrc=PAW%rc
+           rcsummary(ircs)%rc=thisrc
+        else
+           rcsummary(ircs)%rc=thisrc
+           rcsummary(ircs)%endindex=i
+        endif        
+           write(6,*) 'test ', i,ircs, rcsummary(ircs)%beginindex,&
+&             rcsummary(ircs)%endindex          
+     enddo
+    
+   Write(6,*) 'Results for minimum logderiverror'
+   Write(21,*) 'Results for minimum logderiverror'
+   Do ircs=1,nrcs
+      write(6,'( "=== Rc = ", f20.6, " ====")') rcsummary(ircs)%rc
+      write(21,'( "=== Rc = ", f20.6, " ====")') rcsummary(ircs)%rc
+      j=rcsummary(ircs)%beginindex
+      k=rcsummary(ircs)%endindex
+      Do l=0,PAW%lmax+1
+         i=MINLOC(logderiverror(l+1,j:k),1)+j-1
+         Write(6,'(" l =", i5,2x, i6, 1pe15.7)') l,i,logderiverror(l+1,i)
+         Write(21,'(" l =", i5,2x, i6, 1pe15.7)') l,i,logderiverror(l+1,i)
+      enddo  
+   enddo   
+
+   CLOSE(20); CLOSE(21)
+   Deallocate(logderiverror,rcsummary)
+
+ END SUBROUTINE exploreparms
+
+
+    !************************************************************************
+    !  program to calculate logerivatives of paw wavefunctions
+    !   and to compare them with all electron wavefunctions
+    !  optionally, wavefunctions are written to a file
+    !  Assumes prior call to SUBROUTINE Set_PAW_MatrixElements(Grid,PAW)
+    !    Version for exploreparms
+    !************************************************************************
+    SUBROUTINE EXPLORElogderiv(Grid,Pot,PAW,label,EBEGIN,EEND,lderror)
+      TYPE(GridInfo), INTENT(IN) :: Grid
+      TYPE(PotentialInfo), INTENT(IN) :: Pot
+      TYPE(PseudoInfo), INTENT(INOUT) :: PAW
+      CHARACTER(4), INTENT(IN) :: label
+      REAL(8), INTENT(IN) :: EBEGIN,EEND
+      REAL(8), INTENT(INOUT) :: lderror(:)
+
+      TYPE(PotentialInfo) :: PS
+      INTEGER :: n,l,ie,nbase,ib,ic,nr,i,nodes,mbase,irc,lng,ne
+      REAL(8), PARAMETER :: e0=-5.d0,de=0.05d0
+      REAL(8) :: h,x,dwdr,dcwdr,scale,energy
+      REAL(8), ALLOCATABLE :: psi(:),tpsi(:),ttpsi(:)
+      CHARACTER(4)  :: flnm
+      LOGICAL :: OK
+
+      n=Grid%n; h=Grid%h; nbase=PAW%nbase; irc=PAW%irc;  nr=irc+10
+      ne=(EEND-EBEGIN)/de + 1
+
+      ALLOCATE(psi(nr),tpsi(nr),ttpsi(nr),PS%rv(n),stat=ie)
+      IF (ie/=0) THEN
+         WRITE(6,*) 'Error in logderiv allocation',n,ie
+         STOP
+      ENDIF
+
+      ! load  PS
+      PS%rv=PAW%rveff ; PS%nz=0.d0
+      call zeropot(Grid,PS%rv,PS%v0,PS%v0p)
+      !
+      !   calculate logderivatives at irc
+      !
+      WRITE(6,*) 'calculating log derivatives at irc',Grid%r(irc)
+      !
+      mbase=nbase; irc=PAW%irc
+      write(6,*) 'Nodes counted to radius ', Grid%r(irc)
+      DO l=0,PAW%lmax+1
+         OK=.true.
+         If (l<=PAW%lmax) then
+         Basislist: do ib=1,nbase
+             if (PAW%l(ib)==l) then
+                nodes=countnodes(2,irc,PAW%ophi(:,ib))
+                if (nodes/=PAW%nodes(ib).and.PAW%eig(ib)>0) then
+                   lderror(l+1)=9.d20 
+                   write(6,*) 'Warning node problems for case ', l,ib,&
+&                     nodes,PAW%nodes(ib) 
+                   OK=.false.
+                   exit Basislist
+                endif 
+            endif 
+        enddo Basislist
+        endif
+        if (OK) then
+            CALL mkname(l,flnm)
+            OPEN(56,file=TRIM(label)//'.logderiv.'//TRIM(flnm),form='formatted')
+            lderror(l+1)=0
+
+          DO ie=1,ne
+             energy=EBEGIN+de*(ie-1)
+             psi=0;tpsi=0;ttpsi=0
+             if (scalarrelativistic) then
+                CALL unboundsr(Grid,Pot,nr,l,energy,psi,nodes)
+             elseif (TRIM(PAW%exctype)=='HF') then
+                CALL HFunocc(Grid,PAW%OCCWFN,l,energy,Pot%rv,Pot%v0,Pot%v0p,&
+                      psi,lng)    
+             else
+               CALL unboundsch(Grid,Pot%rv,Pot%v0,Pot%v0p,nr,l,energy,psi,nodes)
+             endif
+               CALL unboundsep(Grid,PS,PAW,nr,l,energy,tpsi,nodes)
+               CALL PStoAE(Grid,PAW,nr,l,tpsi,ttpsi)
+            !
+               dwdr=Gfirstderiv(Grid,irc,psi)/psi(irc)
+               dcwdr=Gfirstderiv(Grid,irc,ttpsi)/ttpsi(irc)
+
+               WRITE(56,'(1p,5e12.4)') energy,dwdr,dcwdr ;
+               lderror(l+1)=lderror(l+1)+abs(atan(dwdr)-atan(dcwdr))
+          ENDDO !ie
+         CLOSE(56)
+       ENDIF   !OK
+
+      ENDDO !l
+
+      DEALLOCATE(psi,tpsi,ttpsi,PS%rv)
+    END SUBROUTINE EXPLORElogderiv
+
+ !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
+ !   Repeated version of output for used with EXPLORElogderiv
+ !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
+
+  SUBROUTINE Report_PseudobasisRP(Grid,PAW,ifen,fdata)
+     Type(GridInfo), INTENT(IN)  :: Grid
+     Type(PseudoInfo), INTENT(IN) :: PAW
+     INTEGER, INTENT(IN) :: ifen
+     CHARACTER(4) :: fdata
+
+     INTEGER, parameter :: ifout=15
+     INTEGER :: i,j,io,nbase,irc,icount,n
+     INTEGER, ALLOCATABLE :: mapp(:)
+     CHARACTER (len=4) :: flnm
+
+     nbase=PAW%nbase;irc=PAW%irc;n=Grid%n
+     WRITE(ifen,'(/"Number of basis functions ",i5)') nbase
+     WRITE(ifen,*)'No.   n    l      Energy         Cp coeff         Occ'
+
+     DO io=1,nbase
+        WRITE(ifen,'(3i5,1p,3e15.7)') io,PAW%np(io),PAW%l(io),PAW%eig(io),&
+&       PAW%ck(io),PAW%occ(io)
+        CALL mkname(io,flnm)
+        OPEN(ifout,file=TRIM(fdata)//'.wfn'//TRIM(flnm),form='formatted')
+        WRITE(ifout,*) '# l=',PAW%l(io),'basis function with energy  ',&
+&            PAW%eig(io)
+          DO i=1,irc+50
+             WRITE(ifout,'(1p,5e12.4)') Grid%r(i),PAW%ophi(i,io),&
+&                   PAW%otphi(i,io),PAW%otp(i,io)
+          ENDDO
+       CLOSE(ifout)
+    ENDDO
+
+    ! also write "raw" wavefunctions
+     DO io=1,nbase
+        CALL mkname(io,flnm)
+        OPEN(ifout,file=TRIM(fdata)//'.wfn00'//TRIM(flnm),form='formatted')
+        WRITE(ifout,*) '# l=',PAW%l(io),'basis function with energy  ',&
+&            PAW%eig(io)
+          DO i=1,irc+50
+             WRITE(ifout,'(1p,5e12.4)') Grid%r(i),PAW%phi(i,io),&
+&                   PAW%tphi(i,io),PAW%tp(i,io)
+          ENDDO
+       CLOSE(ifout)
+    ENDDO
+
+    allocate(mapp(PAW%OCCWFN%norbit))
+    mapp=0
+    icount=0
+    do io=1,PAW%OCCWFN%norbit
+       if(PAW%OCCWFN%iscore(io)) then
+       else
+         icount=icount+1
+         mapp(icount)=io
+       endif
+    enddo
+    OPEN(ifout,file='OCCWFN',form='formatted')
+    WRITE(ifout,'("#            ",50i30)') (mapp(j),j=1,icount)
+    do i=1,n
+       write(ifout,'(1p,51e15.7)') Grid%r(i),(PAW%OCCWFN%wfn(i,mapp(j)),&
+&               PAW%TOCCWFN%wfn(i,mapp(j)),j=1,icount)
+    enddo
+    close(ifout)
+
+    deallocate(mapp)
+
+  END SUBROUTINE Report_PseudobasisRP
+END MODULE pseudo
diff --git a/src/pseudo_sub.f90 b/src/pseudo_sub.f90
new file mode 100644
index 0000000..5cef9c4
--- /dev/null
+++ b/src/pseudo_sub.f90
@@ -0,0 +1,1333 @@
+MODULE pseudo_sub
+  USE globalmath
+  USE gridmod
+  USE pseudodata
+  USE excor
+  USE fock
+
+  IMPLICIT NONE
+
+CONTAINS
+
+  !***************************************************************
+  ! SUBROUTINE besselps(lmax,Grid,Pot)
+  !  Creates screened pseudopotential by simply pseudizing the
+  !    AE potential with a l=0 spherical Bessel function:
+  !                                     Vps(r) = a.sin(qr)/r
+  !***************************************************************
+  SUBROUTINE besselps(Grid,Pot,PAW)
+    TYPE(Gridinfo), INTENT(IN) :: Grid
+    TYPE(Potentialinfo), INTENT(IN) :: Pot
+    TYPE(Pseudoinfo), INTENT(INOUT) ::  PAW
+
+    INTEGER :: i,irc,l,n
+    REAL(8) :: e,rc,alpha,beta,vv,vvp,AA,QQ,xx(1)
+    REAL(8),ALLOCATABLE ::  VNC(:),wfn(:)
+    REAL(8),POINTER :: r(:),rv(:)
+    CHARACTER(132) :: line
+
+    n=Grid%n
+    r=>Grid%r
+    rv=>Pot%rv
+    irc=PAW%irc_vloc
+    rc=PAW%rc_vloc
+
+    vv=rv(irc);vvp=Gfirstderiv(Grid,irc,rv)
+
+    alpha=1.D0-rc*vvp/vv;beta=1.D0
+    call solvbes(xx,alpha,beta,0,1);QQ=xx(1)
+    AA=vv/sin(QQ);QQ=QQ/rc
+
+    PAW%rveff(1)=0.d0
+    PAW%rveff(irc+1:n)=rv(irc+1:n)
+    do i=2,irc
+     PAW%rveff(i)=AA*sin(QQ*r(i))
+    enddo
+
+  END SUBROUTINE besselps
+
+
+    !***************************************************************
+    ! SUBROUTINE EvaluateP
+    !   Inverts 4x4 matrix used  by kerker subroutine
+    !***************************************************************
+    SUBROUTINE EvaluateP(m,A,B,C,D,coef)
+      INTEGER, INTENT(IN) :: m(4)
+      REAL(8), INTENT(IN) :: A,B,C,D
+      REAL(8), INTENT(OUT) ::  coef(4)
+
+      REAL(8) :: t(4,4)
+      INTEGER :: i,n
+
+      t=0
+      Coef(1)=A; Coef(2)=B;  Coef(3)=C;    Coef(4)=D
+      t(1,1:4)=1
+      t(2,1:4)=m(1:4)
+      DO i=1,4
+         t(3,i)=m(i)*(m(i)-1)
+      ENDDO
+      DO i=1,4
+         t(4,i)=m(i)*(m(i)-1)*(m(i)-2)
+      ENDDO
+      n=4
+      CALL linsol(t,Coef,n,4,4,4)
+    END SUBROUTINE EvaluateP
+
+    !***************************************************************
+    ! SUBROUTINE EvaluateTp
+    !   Inverts 5x5 matrix used  by troullier subroutine
+    !***************************************************************
+    SUBROUTINE EvaluateTp(l,A,B,C,D,F,coef)
+      INTEGER, INTENT(IN) :: l
+      REAL(8), INTENT(IN) :: A,B,C,D,F
+      REAL(8), INTENT(OUT) ::  coef(6)
+
+      REAL(8) :: t(6,6),coef10,old
+      REAL(8), PARAMETER :: small=1.e-10
+      INTEGER :: i,n,iter
+      INTEGER, PARAMETER :: niter=1000
+
+      old=-1.e30; Coef10=-1; iter=-1
+      DO WHILE (iter < niter .AND. ABS(old-coef10)> small)
+         iter=iter+1
+         t=0
+         Coef(1)=A-Coef10; Coef(2)=B-2*Coef10;  Coef(3)=C-2*Coef10;
+         Coef(4)=D;    Coef(5)=F
+         Coef(6)=-Coef10**2
+         DO i=1,6
+            t(1,i)=1
+            t(2,i)=2*i
+            t(3,i)=2*i*(2*i-1)
+            t(4,i)=2*i*(2*i-1)*(2*i-2)
+            t(5,i)=2*i*(2*i-1)*(2*i-2)*(2*i-3)
+         ENDDO
+         t(6,1)=2*Coef10;  t(6,2)=2*l+5
+
+         n=6
+         CALL linsol(t,Coef,n,6,6,6)
+
+         old=Coef10; Coef10=Coef10+Coef(1)
+         !WRITE(6,'("EvaluateTp: iter",i5,1p,2e15.7)') iter,Coef(1),Coef10
+         !WRITE(6,'("Coef: ",1p,6e15.7)')Coef10,(Coef(i),i=2,6)
+         Coef(1)=Coef10
+      ENDDO
+
+      IF (iter >= niter) THEN
+         WRITE(6,*) 'Error in EvaluateTP -- no convergence'
+         STOP
+      ENDIF
+    END SUBROUTINE EvaluateTp
+
+  !*******************************************************************
+  !  function to calculated <wfn|O|wfn> for smooth paw wavefunction
+  !*******************************************************************
+  FUNCTION sepnorm(Grid,PAW,nr,l,wfn)
+    REAL(8) :: sepnorm
+    TYPE(GridInfo), INTENT(IN) :: Grid
+    TYPE(PseudoInfo), INTENT(IN) :: PAW
+    INTEGER, INTENT(IN) :: nr,l
+    REAL(8), INTENT(IN) :: wfn(:)
+
+    INTEGER :: n,ib,ic,nbase,irc
+    REAL(8) :: h
+    REAL(8), ALLOCATABLE :: b(:)
+
+    n=Grid%n; h=Grid%h; nbase=PAW%nbase; irc=PAW%irc
+    ALLOCATE(b(nbase),stat=ib)
+    IF (ib/=0) THEN
+       WRITE(6,*) 'Error in sepnorm allocation', nbase,ib
+       STOP
+    ENDIF
+
+    IF (nr<irc) THEN
+       WRITE(6,*) 'Error in sepnorm -- nr < irc'
+       STOP
+    ENDIF
+    sepnorm=overlap(Grid,wfn,wfn,1,nr)
+    b=0
+    DO ib=1,nbase
+       IF (l==PAW%l(ib)) b(ib)=overlap(Grid,wfn,PAW%otp(:,ib),1,nr)
+    ENDDO
+    DO ib=1,nbase
+       DO ic=1,nbase
+          sepnorm=sepnorm+b(ib)*PAW%oij(ib,ic)*b(ic)
+       ENDDO
+    ENDDO
+
+    DEALLOCATE(b)
+  END FUNCTION sepnorm
+
+  !*******************************************************************
+  !  function to calculated <wfn1|O|wfn2> for smooth paw functions
+  !*******************************************************************
+  FUNCTION genoverlap(Grid,PAW,nr,l,wfn1,wfn2)
+    REAL(8) :: genoverlap
+    TYPE(GridInfo), INTENT(IN) :: Grid
+    TYPE(PseudoInfo), INTENT(IN) :: PAW
+    INTEGER, INTENT(IN) :: nr,l
+    REAL(8), INTENT(IN) :: wfn1(:),wfn2(:)
+
+    INTEGER :: n,ib,ic,nbase,irc,p
+    REAL(8) :: h
+    REAL(8), ALLOCATABLE :: a(:),b(:)
+
+    n=Grid%n; h=Grid%h; nbase=PAW%nbase; irc=PAW%irc;p=irc+1
+    ALLOCATE(a(nbase),b(nbase),stat=ib)
+    IF (ib/=0) THEN
+       WRITE(6,*) 'Error in genoverlap allocation', nbase,ib
+       STOP
+    ENDIF
+
+    IF (nr<irc) THEN
+       WRITE(6,*) 'Error in genoverlap -- nr < irc'
+       STOP
+    ENDIF
+    genoverlap=overlap(Grid,wfn1,wfn2,1,nr)
+    a=0; b=0
+    DO ib=1,nbase
+       IF (l==PAW%l(ib)) THEN
+          a(ib)=overlap(Grid,wfn1,PAW%otp(:,ib))
+          b(ib)=overlap(Grid,wfn2,PAW%otp(:,ib))
+       ENDIF
+    ENDDO
+    DO ib=1,nbase
+       DO ic=1,nbase
+          genoverlap=genoverlap+a(ib)*PAW%oij(ib,ic)*b(ic)
+       ENDDO
+    ENDDO
+
+    DEALLOCATE(a,b)
+  END FUNCTION genoverlap
+
+
+  ! generalized Graham-Schmidt orthogonalization of wfn1 to wfn2
+  ! on output <wfn1|O|wfn2>=0
+  SUBROUTINE genOrthog(Grid,PAW,nr,l,wfn1,wfn2)
+    !REAL(8) :: genoverlap
+    TYPE(GridInfo), INTENT(IN) :: Grid
+    TYPE(PseudoInfo), INTENT(IN) :: PAW
+    INTEGER, INTENT(IN) :: nr,l
+    REAL(8), INTENT(INOUT) :: wfn1(:)
+    REAL(8), INTENT(IN) :: wfn2(:)
+
+    REAL(8) :: x,y
+
+    !   Orthogonalize
+    x=genoverlap(Grid,PAW,nr,l,wfn1,wfn2)
+    y=genoverlap(Grid,PAW,nr,l,wfn2,wfn2)
+
+    WRITE(6,*) 'overlap ', x,y
+    wfn1(:)=wfn1(:)-(x/y)*wfn2(:)
+
+  END SUBROUTINE genOrthog
+
+  !**************************************************************
+  ! subroutine hatpotL
+  !   Calculates potential associated with L component
+  !    of unit hat density
+  !**************************************************************
+  SUBROUTINE hatpotL(Grid,PAW,l,vhat)
+    TYPE(GridInfo), INTENT(IN) :: Grid
+    TYPE(PseudoInfo), INTENT(INOUT) :: PAW
+    INTEGER, INTENT(IN) :: l
+    REAL(8), INTENT(OUT) :: vhat(:)
+
+    INTEGER :: n,irc,i
+    REAL(8), POINTER :: r(:)
+    REAL(8), ALLOCATABLE :: den(:),a(:)
+    REAL(8) :: h,con
+    REAL(8) :: qr,jbes1,jbes2,dum1,dum2,al(2),ql(2)
+
+    n=Grid%n
+    h=Grid%h
+    r=>Grid%r
+
+    irc=PAW%irc
+
+    ALLOCATE(den(n),a(n),stat=i)
+    IF (i/=0) THEN
+       WRITE(6,*) 'Error in hatpotL allocation',n,i
+       STOP
+    ENDIF
+
+
+    IF (besselshapefunction) THEN
+       CALL shapebes(al,ql,l,PAW%rc_shap)
+       DO i=1,PAW%irc_shap
+          qr=ql(1)*r(i);CALL jbessel(jbes1,dum1,dum2,l,0,qr)
+          qr=ql(2)*r(i);CALL jbessel(jbes2,dum1,dum2,l,0,qr)
+          den(i)=(al(1)*jbes1+al(2)*jbes2)*r(i)**2
+       ENDDO
+       IF (n>PAW%irc_shap) den(PAW%irc_shap+1:n)=0.d0
+    ELSE
+       DO i=1,n
+          den(i)=(r(i)**l)*PAW%hatden(i)
+       ENDDO
+       a(1:n)=den(1:n)*(r(1:n)**l)
+       con=integrator(Grid,a,1,PAW%irc_shap)
+       den=den/con
+    ENDIF
+
+    a(1:n)=den(1:n)*(r(1:n)**l)
+    write(6,*) 'hatpotL check l ', l,integrator(Grid,a)
+
+    vhat=0
+    CALL apoisson(Grid,l,n,den,vhat(1:n))
+
+    ! apoisson returns vhat*r
+    !DO i=1,n
+    !   WRITE (78+l,'(i5,1p,5e15.7)') i,Grid%r(i),den(i),vhat(i)
+    !ENDDO
+    vhat(2:n)=vhat(2:n)/r(2:n)
+    CALL extrapolate(Grid,vhat)
+
+    DEALLOCATE(den,a)
+  END SUBROUTINE hatpotL
+
+  !**************************************************************
+  ! subroutine hatL
+  !   Calculates density associated with L component
+  !    normalized to unity
+  !**************************************************************
+  SUBROUTINE hatL(Grid,PAW,l,dhat)
+    TYPE(GridInfo), INTENT(IN) :: Grid
+    TYPE(PseudoInfo), INTENT(IN) :: PAW
+    INTEGER, INTENT(IN) :: l
+    REAL(8), INTENT(OUT) :: dhat(:)
+
+    INTEGER :: n,irc,i
+    REAL(8), POINTER :: r(:)
+    REAL(8), ALLOCATABLE :: den(:),a(:)
+    REAL(8) :: h,con
+    REAL(8) :: qr,jbes1,jbes2,dum1,dum2,al(2),ql(2)
+
+    n=Grid%n
+    h=Grid%h
+    r=>Grid%r
+
+    irc=PAW%irc
+
+    ALLOCATE(den(n),a(n),stat=i)
+    IF (i/=0) THEN
+       WRITE(6,*) 'Error in hatL allocation',irc,i
+       STOP
+    ENDIF
+
+    IF (besselshapefunction) THEN
+       CALL shapebes(al,ql,l,PAW%rc_shap)
+       DO i=1,PAW%irc_shap
+          qr=ql(1)*r(i);CALL jbessel(jbes1,dum1,dum2,l,0,qr)
+          qr=ql(2)*r(i);CALL jbessel(jbes2,dum1,dum2,l,0,qr)
+          den(i)=(al(1)*jbes1+al(2)*jbes2)*r(i)**2
+       ENDDO
+       IF (n>PAW%irc_shap) den(PAW%irc_shap+1:n)=0.d0
+    ELSE
+       DO i=1,n
+          den(i)=(r(i)**l)*PAW%hatden(i)
+       ENDDO
+       a(1:n)=den(1:n)*(r(1:n)**l)
+       con=integrator(Grid,a,1,PAW%irc_shap)
+       den=den/con
+    ENDIF
+
+    dhat=0
+
+    dhat(1:n)=den(1:n)
+
+    DEALLOCATE(den,a)
+  END SUBROUTINE hatL
+
+  !***********************************************************************88
+  ! on input: f1(i) and f2(i) are radial wfn * r for angular momentum l
+  ! on input: t1(i) and t2(i) are smooth radial wfn * r for angular momentum l
+  !   for r > rc, f1=t1, f2=t2
+  ! on output: qqqq is difference overlap matrix element
+  !   qqqq=<f1|f2>-<t1|t2>
+  !***********************************************************************88
+  SUBROUTINE dqij(Grid,PAW,ib,ic,qqqq)
+    TYPE(GridInfo), INTENT(IN) :: Grid
+    TYPE(PseudoInfo), INTENT(IN) :: PAW
+    INTEGER, INTENT(IN) :: ib,ic
+    REAL(8), INTENT(OUT) :: qqqq
+
+    INTEGER :: n,i,ok,irc
+    REAL(8) :: h
+    REAL(8), ALLOCATABLE :: dum(:)
+
+    qqqq=0
+    IF (PAW%l(ib)/=PAW%l(ic)) RETURN
+    n=Grid%n; h=Grid%h;  irc=PAW%irc
+    ALLOCATE(dum(n),stat=ok)
+    IF (ok /=0) THEN
+       WRITE(6,*) 'Error in dqij allocation', n,ok
+       STOP
+    ENDIF
+    DO i=1,n
+       dum(i)=PAW%ophi(i,ib)*PAW%ophi(i,ic)-PAW%otphi(i,ib)*PAW%otphi(i,ic)
+    ENDDO
+    qqqq=integrator(Grid,dum,1,irc)
+
+    DEALLOCATE(dum)
+  END SUBROUTINE dqij
+
+  !***********************************************************************
+  ! SUBROUTINE dtij
+  ! on input: f1(i) and f2(i) are radial wfn * r for angular momentum l
+  ! on input: t1(i) and t2(i) are smooth radial wfn * r for angular momentum l
+  !   for r > rc, f1=t1, f2=t2
+  ! on output: tij is difference kinetic energy matrix element in Rydberg units
+  !   tij =<f1|T|f2>-<t1|T|t2>
+  !************************************************************************
+  SUBROUTINE dtij(Grid,PAW,ib,ic,tij)
+    TYPE(GridInfo), INTENT(IN) :: Grid
+    TYPE(PseudoInfo), INTENT(IN) :: PAW
+    INTEGER, INTENT(IN) :: ib,ic
+    REAL(8), INTENT(OUT) :: tij
+
+    INTEGER :: n,i,ok,l,irc
+    REAL(8) :: angm
+    REAL(8), POINTER :: r(:)
+    REAL(8), ALLOCATABLE :: dum(:),del1(:),del2(:),tdel1(:),tdel2(:)
+
+    tij=0
+    IF (PAW%l(ib)/=PAW%l(ic)) RETURN
+    n=Grid%n;  r=>Grid%r;  l=PAW%l(ib);  irc=PAW%irc
+    ALLOCATE(dum(n),del1(n),tdel1(n),del2(n),tdel2(n),stat=ok)
+    IF (ok /=0) THEN
+       WRITE(6,*) 'Error in dtij allocation', n,ok
+       STOP
+    ENDIF
+    CALL derivative(Grid,PAW%ophi(:,ib),del1)
+    CALL derivative(Grid,PAW%ophi(:,ic),del2)
+    CALL derivative(Grid,PAW%otphi(:,ib),tdel1)
+    CALL derivative(Grid,PAW%otphi(:,ic),tdel2)
+    dum=0 ;   angm=l*(l+1)
+    DO i=1,irc
+       dum(i)=del1(i)*del2(i)-tdel1(i)*tdel2(i)
+    ENDDO
+    del1=0;del2=0;tdel1=0;tdel2=0
+    del1(2:irc)=PAW%ophi(2:irc,ib)/Grid%r(2:irc)
+    del2(2:irc)=PAW%ophi(2:irc,ic)/Grid%r(2:irc)
+    tdel1(2:irc)=PAW%otphi(2:irc,ib)/Grid%r(2:irc)
+    tdel2(2:irc)=PAW%otphi(2:irc,ic)/Grid%r(2:irc)
+    DO i=1,irc
+       dum(i)=dum(i)+angm*(del1(i)*del2(i)-tdel1(i)*tdel2(i))
+    ENDDO
+    tij=integrator(Grid,dum,1,irc)
+
+    DEALLOCATE(dum,del1,del2,tdel1,tdel2)
+  END SUBROUTINE dtij
+
+  !***********************************************************************
+  ! SUBROUTINE altdtij
+  ! on input: f1(i) and f2(i) are radial wfn * r for angular momentum l
+  ! on input: t1(i) and t2(i) are smooth radial wfn * r for angular momentum l
+  !   for r > rc, f1=t1, f2=t2
+  ! on output: tij is difference kinetic energy matrix element in Rydberg units
+  !   tij =<f1|T|f2>-<t1|T|t2>
+  !************************************************************************
+  SUBROUTINE altdtij(Grid,PAW,ib,ic,tij)
+    TYPE(GridInfo), INTENT(IN) :: Grid
+    TYPE(PseudoInfo), INTENT(IN) :: PAW
+    INTEGER, INTENT(IN) :: ib,ic
+    REAL(8), INTENT(OUT) :: tij
+
+    INTEGER :: n,i,ok,l,irc
+    REAL(8) :: angm
+    REAL(8), POINTER :: r(:)
+    REAL(8), ALLOCATABLE :: dum(:),tdel1(:),tdel2(:)
+
+    tij=0
+    IF (PAW%l(ib)/=PAW%l(ic)) RETURN
+    n=Grid%n;  r=>Grid%r;  l=PAW%l(ib);  irc=PAW%irc
+    ALLOCATE(dum(n),tdel1(n),tdel2(n),stat=ok)
+    IF (ok /=0) THEN
+       WRITE(6,*) 'Error in dtij allocation', n,ok
+       STOP
+    ENDIF
+    dum=0
+    DO i=2,irc
+       !dum(i)=(PAW%eig(ic)-AEPot%rv(i)/Grid%r(i))*PAW%ophi(i,ib)*PAW%ophi(i,ic)
+       dum(i)=PAW%ophi(i,ib)*PAW%Kop(i,ic)
+    ENDDO
+    CALL derivative(Grid,PAW%otphi(:,ic),tdel1)
+    CALL derivative(Grid,tdel1,tdel2)
+    angm=l*(l+1)
+    DO i=2,irc
+       dum(i)=dum(i)+PAW%otphi(i,ib)*(tdel2(i)-&
+&           angm*PAW%otphi(i,ic)/(Grid%r(i)**2))
+    ENDDO
+    tij=integrator(Grid,dum,1,irc)
+
+    DEALLOCATE(dum,tdel1,tdel2)
+  END SUBROUTINE altdtij
+
+  SUBROUTINE dvij(Grid,PAW,FC,nz,ib,ic,vij)
+    TYPE(GridInfo), INTENT(IN) :: Grid
+    TYPE(PseudoInfo), INTENT(IN) :: PAW
+    TYPE(FCInfo), INTENT(IN) :: FC
+    INTEGER, INTENT(IN) :: ib,ic
+    REAL(8), INTENT(IN) :: nz
+    REAL(8), INTENT(OUT) :: vij
+
+    INTEGER :: n,i,ok,irc
+    REAL(8) :: h,en,q,qt
+    REAL(8), ALLOCATABLE :: dum(:),d1(:)
+    REAL(8), POINTER :: r(:)
+
+    vij=0
+    IF (PAW%l(ib)/=PAW%l(ic)) RETURN
+    n=Grid%n; h=Grid%h;  r=>Grid%r;  irc=PAW%irc
+    ALLOCATE(dum(n),d1(n),stat=ok)
+    IF (ok /=0) THEN
+       WRITE(6,*) 'Error in dvij allocation', n,ok
+       STOP
+    ENDIF
+
+    q=integrator(Grid,FC%coreden)
+    WRITE(6,*) 'core electrons ',q,FC%zcore
+    CALL poisson(Grid,q,FC%coreden,dum,en)
+    dum=dum-2*nz
+    qt=integrator(Grid,PAW%tcore)
+    WRITE(6,*) 'coretail electrons ',qt
+    CALL poisson(Grid,qt,PAW%tcore,d1,en)
+    dum(1)=0
+    DO i=2,irc
+       dum(i)=PAW%ophi(i,ib)*PAW%ophi(i,ic)*dum(i)/r(i)-&
+&           PAW%otphi(i,ib)*PAW%otphi(i,ic)*(PAW%vloc(i)+d1(i)/r(i))
+    ENDDO
+    vij=integrator(Grid,dum,1,irc)
+
+    DEALLOCATE(dum)
+  END SUBROUTINE dvij
+
+  SUBROUTINE avij(Grid,PAW,ib,ic,vij)
+    TYPE(GridInfo), INTENT(IN) :: Grid
+    TYPE(PseudoInfo), INTENT(IN) :: PAW
+    INTEGER, INTENT(IN) :: ib,ic
+    REAL(8), INTENT(OUT) :: vij
+
+    INTEGER :: n,i,ok,irc
+    REAL(8) :: h,en,q,qt
+    REAL(8), ALLOCATABLE :: dum(:),d1(:)
+    REAL(8), POINTER :: r(:)
+
+    vij=0
+    IF (PAW%l(ib)/=PAW%l(ic)) RETURN
+    n=Grid%n; h=Grid%h;  r=>Grid%r;  irc=PAW%irc
+    ALLOCATE(dum(n),d1(n),stat=ok)
+    IF (ok /=0) THEN
+       WRITE(6,*) 'Error in dvij allocation', n,ok
+       STOP
+    ENDIF
+
+    dum(1)=0
+    DO i=2,irc
+       dum(i)=(PAW%ophi(i,ib)*PAW%ophi(i,ic)*PAW%AErefrv(i)-&
+&           PAW%otphi(i,ib)*PAW%otphi(i,ic)*PAW%rveff(i))/r(i)
+    ENDDO
+    vij=integrator(Grid,dum,1,irc)
+
+    DEALLOCATE(dum)
+  END SUBROUTINE avij
+
+  !********************************************************
+  ! SUBROUTINE calcwij
+  !  subroutine to accumulate the wij coefficience for an input
+  !     smooth wavefunction twfn and occupancy and l
+  !********************************************************
+  SUBROUTINE calcwij(Grid,PAW,l,occ,twfn,wij)
+    TYPE(GridInfo), INTENT(IN) :: Grid
+    TYPE(PseudoInfo), INTENT(IN) :: PAW
+    INTEGER, INTENT(IN) :: l
+    REAL(8), INTENT(IN) :: twfn(:),occ
+    REAL(8), INTENT(INOUT) :: wij(:,:)
+
+    INTEGER :: n,i,ok,irc,ib,ic,nbase
+    REAL(8) :: h
+    REAL(8), ALLOCATABLE :: bm(:)
+
+    n=Grid%n; h=Grid%h ;  irc=PAW%irc
+
+    nbase=PAW%nbase
+
+    ALLOCATE(bm(nbase))
+
+    bm=0
+    DO ib=1,nbase
+       IF (l==PAW%l(ib)) bm(ib)=overlap(Grid,PAW%otp(:,ib),twfn,1,irc)
+       !IF (l==PAW%l(ib)) write(6,*) 'accum wij',l,ib,bm(ib)
+    ENDDO
+    DO ib=1,nbase
+       DO ic=1,nbase
+          wij(ib,ic)=wij(ib,ic) + occ*bm(ib)*bm(ic)
+       ENDDO
+    ENDDO
+    DEALLOCATE(bm)
+  END SUBROUTINE calcwij
+
+  SUBROUTINE FillHat(Grid,PAW)
+    TYPE(GridInfo) , INTENT(IN):: Grid
+    TYPE(PseudoInfo), INTENT(INOUT) :: PAW
+
+    INTEGER :: ll,n,l
+
+    ll=MAXVAL(PAW%TOCCWFN%l(:)); ll=MAX(ll,PAW%lmax); ll=2*ll
+    n=Grid%n
+
+    ALLOCATE(PAW%g(n,ll+1))
+
+    DO l=0,ll
+       CALL hatL(Grid,PAW,l,PAW%g(:,l+1))
+    ENDDO
+
+  END SUBROUTINE FillHat
+
+!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
+  !!  Get_Energy_EXX_smoothpseudo             !!!!
+!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
+  SUBROUTINE Get_Energy_EXX_pseudo(Grid,PAW,eex)
+    TYPE(gridinfo), INTENT(IN) :: Grid
+    TYPE(pseudoinfo), INTENT(IN) :: PAW
+    REAL(8), INTENT(OUT) :: eex
+
+    REAL(8), POINTER :: phi(:,:),r(:)
+    REAL(8), ALLOCATABLE :: wfp(:),dum(:),ddum(:),ch(:),ar(:)
+    REAL(8), ALLOCATABLE :: Fnu(:,:),Lnu(:,:),Snu(:),Mnunup(:,:),Cnu(:)
+    INTEGER :: i,j,k,n,m,l,ll,li,lj,lmin,lmax,io,jo,ok,norbit,last,nodes
+    INTEGER :: nu,nup,ni,nj
+    REAL(8) :: occ,term,term1,wgt,occi,occj,rc,kappa,test
+    REAL(8), PARAMETER :: threshold=1.d-8
+
+    n=Grid%n
+    norbit=PAW%TOCCwfn%norbit
+    phi=>PAW%TOCCwfn%wfn
+    r=>grid%r
+
+    ALLOCATE(wfp(n),dum(n),ddum(n),ch(n),ar(n),stat=i)
+    IF (i/=0) THEN
+       WRITE(6,*) 'allocation error in Get_Energy_EXX', i,n
+       STOP
+    ENDIF
+
+    eex=0;test=0
+    DO io=1,norbit
+       occ=PAW%TOCCwfn%occ(io)
+       IF (occ>threshold.AND.(.NOT.PAW%TOCCwfn%iscore(io))) THEN
+          li=PAW%TOCCwfn%l(io);ni=PAW%TOCCwfn%np(io)
+          DO jo=1,norbit
+             occj=PAW%TOCCwfn%occ(jo)
+             IF (occj>threshold.AND.(.NOT.PAW%TOCCwfn%iscore(jo))) THEN
+                lj=PAW%TOCCwfn%l(jo);nj=PAW%TOCCwfn%np(jo)
+                lmax=li+lj
+                lmin=ABS(li-lj)
+                wfp(1:n)=phi(1:n,io)*phi(1:n,jo)
+                ar(1:n)=PAW%OCCwfn%wfn(1:n,io)*PAW%OCCwfn%wfn(1:n,jo)
+                DO ll=lmin,lmax,2
+                   CALL EXXwgt(occ,occj,io,li,jo,lj,ll,wgt)
+                   IF (wgt>threshold) THEN
+                      wgt=wgt*(2*ll+1)   ! because of apoisson convention
+                      call Calc_Moment(Grid,PAW,phi(1:n,io),phi(1:n,jo),&
+&                             li,lj,ll,dum)
+                      ddum=wfp+dum
+                      CALL apoisson(Grid,ll,n,ddum,dum)
+                      CALL apoisson(Grid,ll,n,ar,ch)
+                      ddum(2:n)=(dum(2:n)*ddum(2:n))/r(2:n)
+                      ddum(1)=0
+                      eex=eex-wgt*integrator(Grid,ddum)/2
+                      ch(2:n)=(ch(2:n)*ar(2:n))/r(2:n); ch(1)=0
+                      test=test-wgt*integrator(Grid,ch)/2
+                   ENDIF
+                ENDDO
+             ENDIF
+          ENDDO   !jo
+
+       ENDIF
+    ENDDO
+
+    write(6,*) 'Get_Energy_EXX_pseudo', eex,test
+    DEALLOCATE(wfp,dum,ddum,ch,ar)
+
+  END SUBROUTINE Get_Energy_EXX_pseudo
+
+
+!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
+  !!  Calc_Moment
+!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
+  SUBROUTINE Calc_Moment(Grid,PAW,wfn1,wfn2,l1,l2,ll,m)
+    TYPE(gridinfo), INTENT(IN) :: Grid
+    TYPE(pseudoinfo), INTENT(IN) :: PAW
+    REAL(8), INTENT(IN) :: wfn1(:),wfn2(:)
+    INTEGER, INTENT(IN) :: l1,l2,ll
+    REAL(8), INTENT(INOUT) :: m(:)
+
+    REAL(8) :: dot1,dot2
+    INTEGER :: i,j,k,n,nbasis,ib,jb
+    REAL(8), PARAMETER :: threshold=1.d-8
+    REAL(8), ALLOCATABLE :: dum(:)
+
+    nbasis=PAW%nbase
+    n=Grid%n
+    ALLOCATE(dum(n))
+
+    m=0
+    DO ib=1,nbasis
+       if (PAW%l(ib)==l1) then
+           dot1=overlap(Grid,wfn1,PAW%otp(:,ib)); write(6,*)'dot1',dot1
+           do jb=1,nbasis
+              if (PAW%l(jb)==l2) then
+                 dot2=overlap(Grid,wfn2,PAW%otp(:,jb)); write(6,*)'dot2',dot2
+                 m=m+dot1*dot2*PAW%mLij(ib,jb,ll+1)*PAW%g(:,ll+1)
+              endif
+           enddo
+        endif
+     Enddo
+
+     dum=m*(Grid%r**ll)
+     write(6,*)'Check moment',l1,l2,ll,integrator(Grid,dum)
+     deallocate(dum)
+  END  SUBROUTINE Calc_Moment
+
+
+!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
+  !!  Get_Energy_EXX_onecenter_pseudo             !!!!
+!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
+  SUBROUTINE Get_Energy_EXX_pseudo_one(Grid,PAW,eex)
+    TYPE(gridinfo), INTENT(IN) :: Grid
+    TYPE(pseudoinfo), INTENT(IN) :: PAW
+    REAL(8), INTENT(OUT) :: eex
+
+    REAL(8), POINTER :: phi(:,:),r(:)
+    INTEGER :: i,j,k,n,m,l,ll,li,lj,lmin,lmax,io,jo,ok,norbit,last,nodes
+    INTEGER :: nu,nup,ni,nj,ib,jb,kb,lb,nbasis
+    REAL(8) :: occ,term,term1,wgt,occi,occj,rc,kappa,doti,dotj,dotk,dotl
+    REAL(8), PARAMETER :: threshold=1.d-8
+
+    n=Grid%n
+    norbit=PAW%TOCCwfn%norbit
+    phi=>PAW%TOCCwfn%wfn
+    r=>grid%r
+    nbasis=PAW%nbase
+
+
+    eex=0
+    DO io=1,norbit
+       occ=PAW%TOCCwfn%occ(io)
+       IF (occ>threshold.AND.(.NOT.PAW%TOCCwfn%iscore(io))) THEN
+          li=PAW%TOCCwfn%l(io);ni=PAW%TOCCwfn%np(io)
+          DO jo=1,norbit
+             occj=PAW%TOCCwfn%occ(jo)
+             IF (occj>threshold.AND.(.NOT.PAW%TOCCwfn%iscore(jo))) THEN
+                lj=PAW%TOCCwfn%l(jo);nj=PAW%TOCCwfn%np(jo)
+                lmax=li+lj
+                lmin=ABS(li-lj)
+                DO ib=1,nbasis
+                   if (PAW%l(ib)==li) then
+                    doti=overlap(Grid,PAW%otp(:,ib),phi(:,io))
+                    Do jb=1,nbasis
+                       If (PAW%l(jb)==lj) then
+                        dotj=overlap(Grid,PAW%otp(:,jb),phi(:,jo))
+                       Do kb=1,nbasis
+                        If (PAW%l(kb)==lj) then
+                          dotk=overlap(Grid,PAW%otp(:,kb),phi(:,jo))
+                         Do lb=1,nbasis
+                          If (PAW%l(lb)==li) then
+                              dotl=overlap(Grid,PAW%otp(:,lb),phi(:,io))
+                             term=doti*dotj*dotk*dotl
+                              DO ll=lmin,lmax,2
+                                 CALL EXXwgt(occ,occj,io,li,jo,lj,ll,wgt)
+                                 IF (wgt>threshold) THEN
+                                   wgt=wgt*(2*ll+1) !Not in DR
+                                   eex=eex-wgt*term*PAW%DR(ib,jb,kb,lb,ll+1)/2
+                                 endif
+                              enddo  !ll
+                           endif
+                          enddo  !ib
+                         endif
+                        enddo  !kb
+                       endif
+                      enddo  !jb
+                     endif
+                    enddo  !ib
+                  endif
+                 enddo    !jo
+                endif
+               enddo     !io
+
+       write(6,*) 'Get_Energy_EXX_pseudo_one val-val: ', eex
+
+       If   (PAW%ncoreshell>0) then
+         do k=1,PAW%ncoreshell
+            do ib=1,nbasis
+               do jb=1,nbasis
+                  if (PAW%l(ib)==PAW%l(jb)) then
+                      eex=eex-PAW%wij(ib,jb)*PAW%DRVC(k,ib,jb)
+                  endif
+               enddo
+            enddo
+         enddo
+         write(6,*) 'Get_Energy_EXX_pseudo_one corrected: ', eex
+        endif
+  END SUBROUTINE Get_Energy_EXX_pseudo_one
+
+
+
+!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
+!   Fill stored matrix elements and calculate atomic energy
+!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
+  SUBROUTINE SPMatrixElements(Grid,Pot,FC,PAW)
+    TYPE(GridInfo) , INTENT(IN):: Grid
+    TYPE(PotentialInfo), INTENT(IN) :: Pot
+    TYPE(FCInfo), INTENT(IN) :: FC
+    TYPE(PseudoInfo), INTENT(INOUT) :: PAW
+
+    INTEGER :: io,jo,ko,lo,ll,lmax,i,j,k,l,n,norbit,nbase,ib,jb,kb,lb,irc
+    INTEGER :: llmin, llmax,lp,lr
+    REAL(8), ALLOCATABLE :: arg(:),dum(:),rh(:),trh(:),d(:),td(:),wij(:,:)
+    REAL(8) :: x,y,z,rr,occ
+    REAL(8) :: Qcore,tQcore
+    LOGICAL :: even
+
+    n=Grid%n ; irc=PAW%irc; lr=min(irc+20,n) ; nbase=PAW%nbase
+    ll=MAXVAL(PAW%TOCCWFN%l(:)); ll=MAX(ll,PAW%lmax); ll=2*ll
+    ALLOCATE(arg(n),dum(n),rh(n),trh(n),d(n),td(n))
+    arg=0;   dum=0
+    ALLOCATE(PAW%mLij(nbase,nbase,ll+1),PAW%DR(nbase,nbase,nbase,nbase,ll+1))
+    ALLOCATE(wij(nbase,nbase))
+    PAW%mLij=0.d0;PAW%DR=0.d0
+
+    CALL poisson(Grid,Qcore,PAW%core,dum,y)
+    PAW%rVf=-2*Pot%nz+dum
+
+    CALL poisson(Grid,tQcore,PAW%tcore,dum,y)
+        PAW%rtVf=Grid%r*PAW%vloc + dum + &
+&       (-Pot%nz + Qcore - tQcore)*PAW%hatpot
+        !DO l=0,ll
+        !      CALL hatL(Grid,PAW,l,PAW%g(:,l+1))
+        !ENDDO
+
+    OPEN(1001,file='rvf',form='formatted')
+    DO i=1,n
+      WRITE(1001,'(1p,30e15.7)') Grid%r(i),PAW%rVf(i),PAW%rtVf(i),&
+&       PAW%hatpot(i), PAW%hatden(i),(PAW%g(i,l+1),l=0,ll)
+    ENDDO
+    CLOSE(1001)
+
+    arg=PAW%tcore+(-Pot%nz + Qcore - tQcore)*PAW%hatden
+    CALL poisson(Grid,y,arg,dum,PAW%Eaion)
+    write(6,*) 'Eaion  ', y, PAW%Eaion
+    arg=dum*PAW%hatden; arg(1)=0; arg(2:n)=arg(2:n)/Grid%r(2:n)
+    PAW%Eaionhat=integrator(Grid,arg)
+    write(6,*) 'Eaionhat  ', PAW%Eaionhat
+
+    DO ib=1,nbase
+       l=PAW%l(ib)
+       DO jb=1,nbase
+         IF (PAW%l(jb)==l) THEN
+           !CALL kinetic_ij(Grid,PAW%ophi(:,ib),PAW%ophi(:,jb),l,x,lr)
+           !CALL kinetic_ij(Grid,PAW%otphi(:,ib),PAW%otphi(:,jb),l,y,lr)
+            If (scalarrelativistic) then
+               call altdtij(Grid,PAW,ib,jb,x)
+            Else
+              CALL deltakinetic_ij(Grid,PAW%ophi(:,ib),PAW%ophi(:,jb), &
+&                  PAW%otphi(:,ib),PAW%otphi(:,jb),l,x,PAW%irc)
+            Endif
+           WRITE(6,'(" Kinetic ", 3i5, 1p,3e15.7)') ib,jb,l,x
+           PAW%Kij(ib,jb)=x
+           dum=PAW%ophi(:,ib)*PAW%ophi(:,jb)*PAW%rVf - &
+&          PAW%otphi(:,ib)*PAW%otphi(:,jb)*PAW%rtVf
+           dum(2:n)=dum(2:n)/Grid%r(2:n)
+           dum(1)=0
+           PAW%VFij(ib,jb)=integrator(Grid,dum,1,lr)
+           WRITE(6,'(" Fix pot ", 3i5, 1p,3e15.7)') ib,jb,l,PAW%VFij(ib,jb)
+         ENDIF
+       ENDDO
+    ENDDO
+
+    ! Average equivalent terms
+    DO ib=1,nbase
+      DO jb=ib,nbase
+        IF(jb>ib) THEN
+          x=PAW%Kij(ib,jb); y=PAW%Kij(jb,ib)
+          x=0.5d0*(x+y)
+          PAW%Kij(ib,jb)=x; PAW%Kij(jb,ib)=x
+          x=PAW%VFij(ib,jb); y=PAW%VFij(jb,ib)
+          x=0.5d0*(x+y)
+          PAW%VFij(ib,jb)=x; PAW%VFij(jb,ib)=x
+        ENDIF
+      ENDDO
+    ENDDO
+
+    DO ib=1,nbase
+      DO jb=1,nbase
+        llmin=ABS(PAW%l(ib)-PAW%l(jb))
+        llmax=PAW%l(ib)+PAW%l(jb)
+        DO l=llmin,llmax,2
+          DO i=1,irc
+            rr=Grid%r(i)
+            dum(i)=(rr**l)*(PAW%ophi(i,ib)*PAW%ophi(i,jb) &
+&               -PAW%otphi(i,ib)*PAW%otphi(i,jb))
+          ENDDO
+          PAW%mLij(ib,jb,l+1)=integrator(Grid,dum,1,irc)
+          WRITE(6,'("mLij ",3i5,1p,1e15.7)') ib,jb,l,PAW%mLij(ib,jb,l+1)
+        ENDDO
+      ENDDO
+    ENDDO
+
+    ! Average equivalent terms
+    DO ib=1,nbase
+      DO jb=ib,nbase
+        IF (jb>ib) THEN
+          llmin=ABS(PAW%l(ib)-PAW%l(jb))
+          llmax=PAW%l(ib)+PAW%l(jb)
+          DO l=llmin,llmax,2
+            x=PAW%mLij(ib,jb,l+1); y=PAW%mLij(jb,ib,l+1)
+            x=0.5d0*(x+y)
+            PAW%mLij(ib,jb,l+1)=x; PAW%mLij(jb,ib,l+1)=x
+          ENDDO
+        ENDIF
+      ENDDO
+    ENDDO
+
+    WRITE(6,*) 'DR matrix elements '
+    DO ib=1,nbase
+      DO jb=1,nbase
+        d=PAW%ophi(:,ib)*PAW%ophi(:,jb)
+        td=PAW%otphi(:,ib)*PAW%otphi(:,jb)
+        llmin=ABS(PAW%l(ib)-PAW%l(jb))
+        llmax=PAW%l(ib)+PAW%l(jb)
+        DO l=llmin,llmax,2
+          CALL apoisson(Grid,l,lr,d,rh)
+          arg=td+PAW%mLij(ib,jb,l+1)*PAW%g(:,l+1)
+          CALL apoisson(Grid,l,lr,arg,trh)
+          DO kb=1,nbase
+            DO lb=1,nbase
+              lp=llmax+PAW%l(kb)+PAW%l(lb)
+              even=.FALSE.
+              IF (2*(lp/2)==lp) even=.TRUE.
+              IF (even.AND.l.GE.ABS(PAW%l(kb)-PAW%l(lb)).AND. &
+&                 l.LE.(PAW%l(kb)+PAW%l(lb)))  THEN
+                arg=PAW%otphi(:,kb)*PAW%otphi(:,lb)+&
+&               PAW%mLij(kb,lb,l+1)*PAW%g(:,l+1)
+                dum(1:lr)=PAW%ophi(1:lr,kb)*PAW%ophi(1:lr,lb)*rh(1:lr)&
+&                 - arg(1:lr)*trh(1:lr)
+                dum(1)=0; dum(2:lr)=dum(2:lr)/Grid%r(2:lr)
+                PAW%DR(ib,jb,kb,lb,l+1)=integrator(Grid,dum,1,lr)
+                !if (abs(PAW%DR(ib,jb,kb,lb,l+1))>100.d0) then
+                !   write(6,*) 'problem', ib,jb,kb,lb,l+1,PAW%DR(ib,jb,kb,lb,l+1),&
+                !&       PAW%mLij(kb,lb,l+1)
+                !   open(unit=1001,file='stuff',form='formatted')
+                !   do i=1,lr
+                !      write(1001,'(1p,20e15.7)') &
+                !&      Grid%r(i),PAW%ophi(i,kb),PAW%ophi(i,lb), &
+                !&        PAW%otphi(i,kb),PAW%otphi(i,lb),PAW%g(i,l+1),rh(i),trh(i)
+                !   enddo
+                !   close(1001)
+                !   stop
+                ! endif
+                WRITE(6,'(5i5,1p,1e20.10)') ib,jb,kb,lb,l, &
+&                     PAW%DR(ib,jb,kb,lb,l+1)
+              ENDIF
+            ENDDO  !lb
+          ENDDO  !kb
+        ENDDO  !l
+      ENDDO  !jb
+    ENDDO  !ib
+
+    ! Average equivalent terms
+    DO ib=1,nbase
+      DO jb=ib,nbase
+        llmin=ABS(PAW%l(ib)-PAW%l(jb))
+        llmax=PAW%l(ib)+PAW%l(jb)
+        DO l=llmin,llmax,2
+          DO kb=1,nbase
+            DO lb=kb,nbase
+              lp=llmax+PAW%l(kb)+PAW%l(lb)
+              even=.FALSE.
+              IF (2*(lp/2)==lp) even=.TRUE.
+              IF (even.AND.l.GE.ABS(PAW%l(kb)-PAW%l(lb)).AND. &
+&                 l.LE.(PAW%l(kb)+PAW%l(lb)))  THEN
+                arg(1)=PAW%DR(ib,jb,kb,lb,l+1)
+                arg(2)=PAW%DR(ib,jb,lb,kb,l+1)
+                arg(3)=PAW%DR(jb,ib,kb,lb,l+1)
+                arg(4)=PAW%DR(jb,ib,lb,kb,l+1)
+                x=0.25d0*(arg(1)+arg(2)+arg(3)+arg(4))
+                PAW%DR(ib,jb,kb,lb,l+1)=x
+                PAW%DR(ib,jb,lb,kb,l+1)=x
+                PAW%DR(jb,ib,kb,lb,l+1)=x
+                PAW%DR(jb,ib,lb,kb,l+1)=x
+              ENDIF
+            ENDDO  !lb
+          ENDDO  !kb
+        ENDDO  !l
+      ENDDO   !jb
+    ENDDO    !ib
+
+    If (TRIM(PAW%exctype)=="EXXKLI".OR.TRIM(PAW%exctype)=="HF") &
+&     Call COREVAL_EXX(Grid,PAW)
+
+    IF (TRIM(PAW%exctype)=="HF") THEN
+      norbit=PAW%TOCCWFN%norbit
+      ALLOCATE(PAW%mLic(nbase,norbit,ll+1),PAW%DRC(nbase,nbase,norbit,ll+1),&
+&     PAW%mLcc(norbit,norbit,ll+1),PAW%DRCC(nbase,norbit,norbit,ll+1),&
+&     PAW%DRCjkl(norbit,nbase,nbase,nbase,ll+1),&
+&     PAW%Dcj(norbit,nbase),PAW%TOCCWFN%lqp(norbit,norbit))
+      PAW%mLic=0.d0; PAW%DRC=0.d0; PAW%mLcc=0.d0; PAW%DRCC=0.d0; PAW%Dcj=0.d0
+      PAW%DRCjkl=0.d0; PAW%TOCCWFN%lqp=0.d0
+      lr=MAX(lr,PAW%coretailpoints)
+      write(6,*) 'lr for core treatment ', lr
+      DO io=1,norbit
+        IF (PAW%TOCCWFN%iscore(io)) THEN
+          DO jb=1,nbase
+            llmin=ABS(PAW%TOCCWFN%l(io)-PAW%l(jb))
+            llmax=PAW%TOCCWFN%l(io)+PAW%l(jb)
+            DO l=llmin,llmax,2
+              DO i=1,n
+                rr=Grid%r(i)
+                dum(i)=(rr**l)*(PAW%OCCWFN%wfn(i,io)*PAW%ophi(i,jb) &
+&                     -PAW%TOCCWFN%wfn(i,io)*PAW%otphi(i,jb))
+              ENDDO
+              PAW%mLic(jb,io,l+1)=integrator(Grid,dum,1,lr)
+              WRITE(6,'("mLic ",3i5,1p,1e15.7)') jb,io,l,PAW%mLic(jb,io,l+1)
+            ENDDO
+          ENDDO
+        ENDIF
+      ENDDO
+
+      DO io=1,norbit
+        IF (PAW%TOCCWFN%iscore(io)) THEN
+          DO jo=1,norbit
+            IF (PAW%TOCCWFN%iscore(jo)) THEN
+              llmin=ABS(PAW%TOCCWFN%l(io)-PAW%TOCCWFN%l(jo))
+              llmax=PAW%TOCCWFN%l(io)+PAW%TOCCWFN%l(jo)
+              DO l=llmin,llmax,2
+                DO i=1,n
+                  rr=Grid%r(i)
+                  dum(i)=(rr**l)*&
+&                    (PAW%OCCWFN%wfn(i,io)*PAW%OCCWFN%wfn(i,jo) &
+&                    -PAW%TOCCWFN%wfn(i,io)*PAW%TOCCWFN%wfn(i,jo))
+                ENDDO
+                PAW%mLcc(jo,io,l+1)=integrator(Grid,dum,1,lr)
+                WRITE(6,'("mLcc ",3i5,1p,1e15.7)') jo,io,l,&
+&               PAW%mLcc(jo,io,l+1)
+              ENDDO
+            ENDIF
+          ENDDO
+        ENDIF
+      ENDDO
+
+      WRITE(6,*) 'DRC matrix elements '
+      DO io=1,norbit
+        IF (PAW%TOCCWFN%iscore(io)) THEN
+          DO ib=1,nbase
+            d=PAW%ophi(:,ib)*PAW%OCCWFN%wfn(:,io)
+            td=PAW%otphi(:,ib)*PAW%TOCCWFN%wfn(:,io)
+            llmin=ABS(PAW%l(ib)-PAW%TOCCWFN%l(io))
+            llmax=PAW%l(ib)+PAW%TOCCWFN%l(io)
+            DO l=llmin,llmax,2
+              CALL apoisson(Grid,l,lr,d,rh)
+              arg=td+PAW%mLic(ib,io,l+1)*PAW%g(:,l+1)
+              CALL apoisson(Grid,l,n,arg,trh)
+              DO jb=1,nbase
+                lp=llmax+PAW%l(jb)+PAW%TOCCWFN%l(io)
+                even=.FALSE.
+                IF (2*(lp/2)==lp) even=.TRUE.
+                IF (even.AND.l.GE.ABS(PAW%l(jb)-PAW%TOCCWFN%l(io)).AND. &
+&                   l.LE.(PAW%l(jb)+PAW%TOCCWFN%l(io)))  THEN
+                  arg=PAW%otphi(:,jb)*PAW%TOCCWFN%wfn(:,io) +&
+&                     PAW%mLic(jb,io,l+1)*PAW%g(:,l+1)
+                  dum=PAW%ophi(:,jb)*PAW%OCCWFN%wfn(:,io)*rh - arg*trh
+                  dum(1)=0; dum(2:n)=dum(2:n)/Grid%r(2:n)
+                      PAW%DRC(ib,jb,io,l+1)=integrator(Grid,dum,1,lr)
+                  WRITE(6,'(4i5,1p,1e20.10)') ib,jb,io,l, &
+&                     PAW%DRC(ib,jb,io,l+1)
+                ENDIF
+              ENDDO  !jb
+            ENDDO  !l
+          ENDDO    !ib
+        ENDIF
+      ENDDO    !io
+
+      ! Average equivalent terms
+      DO io=1,norbit
+        IF (PAW%TOCCWFN%iscore(io)) THEN
+          DO ib=1,nbase
+            llmin=ABS(PAW%l(ib)-PAW%TOCCWFN%l(io))
+            llmax=PAW%l(ib)+PAW%TOCCWFN%l(io)
+            DO l=llmin,llmax,2
+              DO jb=ib,nbase
+                lp=llmax+PAW%l(jb)+PAW%TOCCWFN%l(io)
+                even=.FALSE.
+                IF (2*(lp/2)==lp) even=.TRUE.
+                IF (even.AND.l.GE.ABS(PAW%l(jb)-PAW%TOCCWFN%l(io)).AND. &
+&                   l.LE.(PAW%l(jb)+PAW%TOCCWFN%l(io)))  THEN
+                  arg(1)=PAW%DRC(ib,jb,io,l+1)
+                  arg(2)=PAW%DRC(jb,ib,io,l+1)
+                  x=0.5d0*(arg(1)+arg(2))
+                  PAW%DRC(ib,jb,io,l+1)=x
+                  PAW%DRC(jb,ib,io,l+1)=x
+                ENDIF
+              ENDDO
+            ENDDO
+          ENDDO
+        ENDIF
+      ENDDO
+
+      WRITE(6,*) 'DRCC matrix elements '
+      DO io=1,norbit
+        IF (PAW%TOCCWFN%iscore(io)) THEN
+          DO jo=1,norbit
+            IF (PAW%TOCCWFN%iscore(jo)) THEN
+              d=PAW%OCCWFN%wfn(:,jo)*PAW%OCCWFN%wfn(:,io)
+              td=PAW%TOCCWFN%wfn(:,jo)*PAW%TOCCWFN%wfn(:,io)
+              llmin=ABS(PAW%TOCCWFN%l(jo)-PAW%TOCCWFN%l(io))
+              llmax=PAW%TOCCWFN%l(jo)+PAW%TOCCWFN%l(io)
+              DO l=llmin,llmax,2
+                CALL apoisson(Grid,l,lr,d,rh)
+                arg=td+PAW%mLcc(jo,io,l+1)*PAW%g(:,l+1)
+                CALL apoisson(Grid,l,lr,arg,trh)
+                DO jb=1,nbase
+                  lp=llmax+PAW%l(jb)+PAW%TOCCWFN%l(io)
+                  even=.FALSE.
+                  IF (2*(lp/2)==lp) even=.TRUE.
+                  IF (even.AND.l.GE.ABS(PAW%l(jb)-PAW%TOCCWFN%l(io)) &
+&                    .AND.l.LE.(PAW%l(jb)+PAW%TOCCWFN%l(io)))  THEN
+                    arg=PAW%otphi(:,jb)*PAW%TOCCWFN%wfn(:,io) +&
+&                       PAW%mLic(jb,io,l+1)*PAW%g(:,l+1)
+                    dum=PAW%ophi(:,jb)*PAW%OCCWFN%wfn(:,io)*rh - arg*trh
+                    dum(1)=0; dum(2:n)=dum(2:n)/Grid%r(2:n)
+                    PAW%DRCC(jb,jo,io,l+1)=integrator(Grid,dum,1,lr)
+                    WRITE(6,'(4i5,1p,1e20.10)') jb,jo,io,l,PAW%DRCC(jb,jo,io,l+1)
+                  ENDIF
+                ENDDO  !jb
+              ENDDO  !l
+            ENDIF
+          ENDDO    !jo
+        ENDIF
+      ENDDO    !io
+
+      WRITE(6,*) 'Dcj matrix elements '
+      DO io=1,norbit
+        IF (PAW%TOCCWFN%iscore(io)) THEN
+          l=PAW%TOCCWFN%l(io)
+          DO jb=1,nbase
+            IF (PAW%l(jb)==l) THEN
+              !CALL kinetic_ij(Grid,PAW%OCCWFN%wfn(:,io),&
+              !&           PAW%ophi(:,jb),l,x,lr)
+              !CALL kinetic_ij(Grid,PAW%TOCCWFN%wfn(:,io),&
+              !&       PAW%otphi(:,jb),l,y,lr)
+              CALL deltakinetic_ij(Grid,PAW%OCCWFN%wfn(:,io),PAW%ophi(:,jb), &
+&                  PAW%TOCCWFN%wfn(:,io),PAW%otphi(:,jb),l,x,PAW%irc)
+              !WRITE(6,'(" Kinetic ", 3i5, 1p,3e15.7)') io,jb,l,x,y,x-y
+              PAW%Dcj(io,jb)=x
+              dum=PAW%OCCWFN%wfn(:,io)*PAW%ophi(:,jb)*PAW%rVf - &
+&             PAW%TOCCWFN%wfn(:,io)*PAW%otphi(:,jb)*PAW%rtVf
+              dum(2:n)=dum(2:n)/Grid%r(2:n)
+              dum(1)=0
+              x=integrator(Grid,dum,1,lr)
+              !WRITE(6,'(" Fix pot ", 3i5, 1p,3e15.7)') io,jb,l,x
+              PAW%Dcj(io,jb)=PAW%Dcj(io,jb)+x
+              WRITE(6,'(3i5,1p,e15.7)') io,jb,l,PAW%Dcj(io,jb)
+            ENDIF
+          ENDDO
+        ENDIF
+      ENDDO
+
+      WRITE(6,*) 'DRCjkl matrix elements '
+      DO io=1,norbit
+        IF (PAW%TOCCWFN%iscore(io)) THEN
+          DO jb=1,nbase
+            d=PAW%OCCWFN%wfn(:,io)*PAW%ophi(:,jb)
+            td=PAW%TOCCWFN%wfn(:,io)*PAW%otphi(:,jb)
+            llmin=ABS(PAW%TOCCWFN%l(io)-PAW%l(jb))
+            llmax=PAW%TOCCWFN%l(io)+PAW%l(jb)
+            DO l=llmin,llmax,2
+              CALL apoisson(Grid,l,lr,d,rh)
+              arg=td+PAW%mLic(jb,io,l+1)*PAW%g(:,l+1)
+              CALL apoisson(Grid,l,lr,arg,trh)
+              DO kb=1,nbase
+                DO lb=1,nbase
+                  lp=llmax+PAW%l(kb)+PAW%l(lb)
+                  even=.FALSE.
+                  IF (2*(lp/2)==lp) even=.TRUE.
+                  IF (even.AND.l.GE.ABS(PAW%l(kb)-PAW%l(lb)).AND. &
+&                     l.LE.(PAW%l(kb)+PAW%l(lb)))  THEN
+                    arg=PAW%otphi(:,kb)*PAW%otphi(:,lb)+&
+&                   PAW%mLij(kb,lb,l+1)*PAW%g(:,l+1)
+                    dum=PAW%ophi(:,kb)*PAW%ophi(:,lb)*rh - arg*trh
+                    dum(1)=0; dum(2:n)=dum(2:n)/Grid%r(2:n)
+                    PAW%DRCjkl(io,jb,kb,lb,l+1)=integrator(Grid,dum,1,lr)
+                    WRITE(6,'(5i5,1p,1e20.10)') io,jb,kb,lb,l, &
+&                   PAW%DRCjkl(io,jb,kb,lb,l+1)
+                  ENDIF
+                ENDDO  !lb
+              ENDDO  !kb
+            ENDDO  !l
+          ENDDO   !jb
+        ENDIF
+      ENDDO    !io
+    ENDIF
+
+    WRITE(6,*) ' Completed SPMatrixElements'; CALL flush(6)
+
+!   Calculate atomic energy from PAW matrix elements
+    PAW%tkin=0; PAW%tion=0; PAW%tvale=0;PAW%txc=0;PAW%Ea=0
+    PAW%Etotal=0;PAW%Eaxc=0;PAW%den=0; PAW%tden=0
+    norbit=PAW%TOCCWFN%norbit
+    DO io=1,norbit
+      if (.NOT.PAW%TOCCWFN%iscore(io)) then
+         l=PAW%TOCCWFN%l(io) ; occ=PAW%TOCCWFN%occ(io)
+         CALL kinetic(Grid,PAW%TOCCWFN%wfn(:,io),l,x)
+         PAW%tkin=PAW%tkin+occ*x
+         PAW%den=PAW%den+occ*(PAW%OCCWFN%wfn(:,io))**2
+         PAW%tden=PAW%tden+occ*(PAW%TOCCWFN%wfn(:,io))**2
+      endif   
+    ENDDO
+    write(6,*) 'smooth kinetic ', PAW%tkin
+
+    arg=PAW%den+FC%coreden-PAW%tden-PAW%tcore
+    x=-Pot%nz+integrator(Grid,arg,1,irc)
+    write(6,*) 'q00 for atom ', x
+    arg=PAW%tden+PAW%tcore+x*PAW%hatden
+    write(6,*) ' Total charge check ', integrator(Grid,arg)
+    call poisson(Grid,x,arg,dum,y)
+    write(6,*) ' Smooth coulomb ', y
+    PAW%tvale=PAW%tkin+y
+    arg=PAW%vloc*PAW%tden
+    PAW%tion=integrator(Grid,arg,1,irc)
+    write(6,*) ' Vloc energy ', PAW%tion
+    PAW%tvale=PAW%tvale+PAW%tion
+
+    IF (TRIM(PAW%exctype)=="HF".or.TRIM(PAW%exctype)=="EXX".or.&
+&       TRIM(PAW%exctype)=="EXXKLI") THEN
+      !CALL Get_Energy_EXX(Grid,PAW%TOCCWFN,x) ! not correct need moment
+      CALL Get_Energy_EXX_pseudo(Grid,PAW,x)
+      write(6,*) 'Warning: does not include core contributions'
+    ELSE
+      arg=PAW%tden+PAW%tcore
+      CALL exch(Grid,arg,dum,y,x)
+    ENDIF
+    write(6,*) 'Smooth exchange-correlation contribution ', x
+    PAW%txc=x   ; PAW%tvale=PAW%tvale+PAW%txc
+
+!   one center terms
+    arg=PAW%den-PAW%tden
+    x=integrator(Grid,arg,1,irc)
+    write(6,*) 'valence Q', x
+    PAW%Ea=-PAW%Eaion-x*PAW%Eaionhat
+
+    wij=0
+    do io=1,norbit
+      l=PAW%TOCCWFN%l(io); occ=PAW%TOCCWFN%occ(io)
+      if (occ>1.d-8.and..NOT.PAW%TOCCWFN%iscore(io)) &
+&      call calcwij(Grid,PAW,l,occ,PAW%TOCCWFN%wfn(:,io),wij)      
+    enddo
+
+    
+    do ib=1,nbase
+      do jb=1,nbase
+        PAW%wij(lb,jb)=wij(ib,jb)
+      enddo
+    enddo
+    DO ib=1,nbase
+      do jb=1,nbase
+        if (PAW%l(ib)==PAW%l(jb)) then
+          PAW%Ea=PAW%Ea+PAW%wij(ib,jb)*(PAW%Kij(ib,jb)+PAW%VFij(ib,jb))
+          x=0
+          do kb=1,nbase
+            do lb=1,nbase
+              if (PAW%l(kb)==PAW%l(lb)) then
+                x=x+PAW%wij(kb,lb)*PAW%DR(ib,jb,kb,lb,1)
+              endif
+            enddo
+          enddo
+          PAW%Ea=PAW%Ea+0.5d0*x*PAW%wij(ib,jb)
+        endif
+      enddo
+    enddo
+
+    write(6,*) 'Ea up to exchange-correlation terms ', PAW%Ea
+
+    IF (TRIM(PAW%exctype)=="HF".or.TRIM(PAW%exctype)=="EXX".or.&
+&       TRIM(PAW%exctype)=="EXXKLI") THEN
+      CALL Get_Energy_EXX_pseudo_one(Grid,PAW,x)
+      write(6,*) 'one-center HF exchange', x
+      PAW%Ea=PAW%Ea+x; PAW%Eaxc=x
+    ELSE
+      arg=PAW%tden+PAW%tcore
+      CALL exch(Grid,arg,dum,y,x,irc)
+      arg=PAW%den+FC%coreden
+      CALL exch(Grid,arg,dum,y,z,irc)
+      write(6,*) ' one center xc ', z,x,z-x
+      PAW%Ea=PAW%Ea+z-x; PAW%Eaxc=z-x
+    ENDIF
+
+    PAW%Etotal=PAW%tvale+PAW%Ea
+    write(6,*) 'Energy terms ', PAW%tvale, PAW%Ea, PAW%Etotal
+
+    PAW%mesh_size=PAW%irc+Grid%ishift
+    PAW%coretailpoints=MAX(PAW%coretailpoints,PAW%mesh_size)
+
+
+    DEALLOCATE(arg,dum,rh,trh,d,td,wij)
+
+  END SUBROUTINE SPMatrixElements
+
+
+  SUBROUTINE COREVAL_EXX(Grid,PAW)
+      TYPE(GridInfo), INTENT(IN) :: Grid
+      TYPE(PseudoInfo), INTENT(INOUT) :: PAW
+      INTEGER :: i,k, io,ib,ic,nbase,li,lj,l
+      REAL(8) :: accum,term
+      REAL(8), ALLOCATABLE :: f(:)
+
+      nbase=PAW%nbase
+      k=0            ! core-valence terms
+      do io=1,PAW%OCCWFN%norbit
+        if (PAW%OCCWFN%iscore(io)) then
+          li=PAW%OCCWFN%l(io)
+          do ib=1,PAW%nbase
+            do ic=1,PAW%nbase
+              if (PAW%l(ib)==PAW%l(ic)) k=k+1
+            enddo
+          enddo
+        endif
+      enddo
+      PAW%ncoreshell=k
+      if(k>0) then
+        ALLOCATE (PAW%DRVC(k,nbase,nbase),f(k)); PAW%DRVC=0
+        !!!!WRITE(ifatompaw,'("  COREVAL_LIST   ",i10)') k
+        !!!!WRITE(ifatompaw,'("  COREVAL_R      ")')
+        i=0;f=0
+        do io=1,PAW%OCCWFN%norbit
+          if (PAW%OCCWFN%iscore(io)) then
+            i=i+1
+            li=PAW%OCCWFN%l(io)
+            do ib=1,PAW%nbase
+              lj=PAW%l(ib)
+              do ic=1,PAW%nbase
+                if (PAW%l(ib)==PAW%l(ic)) then
+                  f(i)=0
+                  do l=abs(li-lj),(li+lj),2
+                    call EXXwgt(1.d0,1.d0,1,li,2,lj,l,accum)
+                    call CondonShortley(Grid,l,PAW%OCCWFN%wfn(:,io), &
+&                          PAW%ophi(:,ib),PAW%OCCWFN%wfn(:,io), &
+&                          PAW%ophi(:,ic),term)
+                    f(i)=f(i)+2*accum*term !EXXwgt returns 1/2*3J
+                    write(6,*) 'core-val CondonShortley',&
+&                              i,li,lj,l,2*accum,term
+                  enddo
+                  !!!!!WRITE(ifatompaw,'(3i10,1p,1e25.17)') i, ib,ic,f(i)
+                  PAW%DRVC(i,ib,ic)=f(i)
+                endif
+              enddo   !ic
+            enddo   !ib
+          endif
+        enddo   !norbit
+
+        DEALLOCATE(f)
+      endif
+
+   END SUBROUTINE COREVAL_EXX
+
+END MODULE pseudo_sub
diff --git a/src/pseudodata.f90 b/src/pseudodata.f90
new file mode 100644
index 0000000..4ef8404
--- /dev/null
+++ b/src/pseudodata.f90
@@ -0,0 +1,174 @@
+MODULE pseudodata
+  Use gridmod
+  Use atomdata
+
+  IMPLICIT NONE
+
+  TYPE  Pseudoinfo
+     CHARACTER(132) :: exctype
+     INTEGER  :: lmax,irc,irc_shap,irc_vloc,irc_core,coretailpoints,mesh_size
+     INTEGER  :: ivale, ivion
+     CHARACTER(132) :: Vloc_description
+     CHARACTER(132) :: Proj_description
+     CHARACTER(132) :: Comp_description
+     LOGICAL :: multi_rc
+     REAL(8) :: rc,rc_shap,rc_vloc,rc_core,energyoflmax,gausslength
+     REAL(8), POINTER :: rcio(:)
+     REAL(8), POINTER :: vloc(:),abinitvloc(:),abinitnohat(:)
+     REAL(8), POINTER :: rveff(:),AErefrv(:),rvx(:),trvx(:)
+     REAL(8), POINTER :: projshape(:),hatshape(:),hatden(:),hatpot(:)
+     REAL(8), POINTER :: den(:),tden(:),core(:),tcore(:)
+     INTEGER :: nbase,ncoreshell
+     INTEGER, POINTER :: np(:),l(:),nodes(:)
+     INTEGER, POINTER :: rng(:)       ! rng particularly of continuum states
+     CHARACTER(8), POINTER :: label(:)
+     REAL(8), POINTER :: phi(:,:),tphi(:,:),tp(:,:) ! before orthog
+     REAL(8), POINTER :: ophi(:,:),otphi(:,:),otp(:,:) ! after orthog
+     REAL(8), POINTER :: Kop(:,:)    ! for storing K|phi>
+     REAL(8), POINTER :: eig(:),occ(:),ck(:),vrc(:)
+     REAL(8), POINTER :: oij(:,:),dij(:,:),wij(:,:)
+     !********** modified parameters for use with KS and HF
+     REAL(8), POINTER :: rVf(:),rtVf(:),g(:,:)
+     REAL(8), POINTER :: Kij(:,:),Vfij(:,:),mLij(:,:,:),DR(:,:,:,:,:)
+     REAL(8), POINTER :: DRVC(:,:,:)
+     INTEGER, POINTER :: valencemap(:)   ! valencemap({occ. states})={basis}
+     Type(OrbitInfo), POINTER :: OCCwfn
+     Type(OrbitInfo), POINTER :: TOCCwfn
+     REAL(8) :: tkin,tion,tvale,txc,Ea,Etotal,Eaion,Eaionhat,Eaxc
+     REAL(8) :: VlocCoef,VlocRad
+     !***********for HF only
+     REAL(8), POINTER :: lmbd(:,:) !(Eq. 72) lmbd({occ. states},{basis states})
+     REAL(8), POINTER :: DRC(:,:,:,:),mLic(:,:,:)
+     REAL(8), POINTER :: DRCC(:,:,:,:),DRCjkl(:,:,:,:,:),mLcc(:,:,:),Dcj(:,:)
+     REAL(8) :: coretol
+  END  TYPE Pseudoinfo
+
+  CONTAINS
+
+    SUBROUTINE InitPAW(PAW,Grid,Orbit)
+      TYPE(GridInfo), INTENT(IN) :: Grid
+      TYPE(OrbitInfo), INTENT(IN) :: Orbit
+      Type(PseudoInfo), INTENT(INOUT) :: PAW
+      INTEGER :: io,l,n,mxbase,nbase,ok
+      CALL DestroyPAW(PAW)
+!     Compute initial size of basis
+      n=Grid%n
+      nbase=0
+      DO l=0,PAW%lmax
+         DO io=1,Orbit%norbit    ! cycle through all configurations
+            IF (Orbit%l(io).EQ.l.AND.(.NOT.Orbit%iscore(io))) THEN
+               nbase=nbase+1
+            ENDIF
+         ENDDO
+      ENDDO
+      mxbase=nbase+5*max(1,PAW%lmax) !Estimate excess
+      PAW%nbase=nbase
+      WRITE(6,*) 'Found ', nbase,' valence basis functions '
+      WRITE(6,*) 'Allocating for ', mxbase, ' total basis functions'
+      ALLOCATE(PAW%projshape(n),PAW%hatden(n),PAW%hatpot(n),&
+&        PAW%hatshape(n),PAW%vloc(n),PAW%rveff(n),PAW%abinitvloc(n),&
+&        PAW%abinitnohat(n),PAW%AErefrv(n),PAW%rvx(n),PAW%trvx(n),&
+&        PAW%den(n),PAW%tden(n),PAW%core(n),PAW%tcore(n),&
+&        stat=ok)
+      IF (ok/=0) STOP 'Allocation error 1 in InitPAW'
+      PAW%projshape=0.d0;PAW%hatden=0.d0;PAW%hatpot=0.d0
+      PAW%hatshape=0.d0;PAW%vloc=0.d0;PAW%rveff=0.d0
+      PAW%abinitvloc=0.d0;PAW%abinitnohat=0.d0
+      PAW%AErefrv=0.d0;PAW%rvx=0.d0;PAW%trvx=0.d0
+      PAW%den=0.d0;PAW%tden=0.d0;PAW%core=0.d0;PAW%tcore=0.d0
+      ALLOCATE(PAW%phi(n,mxbase),PAW%tphi(n,mxbase),PAW%tp(n,mxbase),&
+&        PAW%ophi(n,mxbase),PAW%otphi(n,mxbase),PAW%otp(n,mxbase),&
+&        PAW%np(mxbase),PAW%l(mxbase),PAW%eig(mxbase),PAW%occ(mxbase),&
+&        PAW%ck(mxbase),PAW%vrc(mxbase),PAW%Kop(n,mxbase),PAW%rng(mxbase),&
+&        PAW%rcio(mxbase),PAW%nodes(mxbase),stat=ok)
+      IF (ok/=0) STOP 'Allocation error 2 in InitPAW'
+      PAW%phi=0.d0;PAW%tphi=0.d0;PAW%tp=0.d0
+      PAW%ophi=0.d0;PAW%otphi=0.d0;PAW%otp=0.d0
+      PAW%eig=0.d0;PAW%occ=0.d0;PAW%vrc=0.d0;PAW%ck=0.d0;PAW%Kop=0.d0
+      PAW%rcio=0.d0;PAW%np=0;PAW%l=0
+      PAW%rng=Grid%n
+      ALLOCATE(PAW%oij(mxbase,mxbase),PAW%dij(mxbase,mxbase),&
+&      PAW%wij(mxbase,mxbase), stat=ok)
+      IF (ok/=0) STOP 'Allocation error 3 in InitPAW'
+      PAW%oij=0.d0;PAW%dij=0.d0;PAW%wij=0.d0
+      ALLOCATE(PAW%rVf(n),PAW%rtVf(n),PAW%Kij(mxbase,mxbase),&
+&      PAW%Vfij(mxbase,mxbase),stat=ok)
+      IF (ok/=0) STOP 'Allocation error 4 in InitPAW'
+      PAW%rVf=0.d0;PAW%rtVf=0.d0;PAW%Kij=0.d0;PAW%Vfij=0.d0
+      IF (Orbit%exctype=='HF') THEN
+         ALLOCATE(PAW%lmbd(Orbit%norbit,mxbase),stat=ok)
+         IF (ok/=0) STOP 'Allocation error 5 in InitPAW'
+         PAW%lmbd=0.d0
+      ELSE
+         nullify(PAW%lmbd)
+      ENDIF
+      ALLOCATE(PAW%valencemap(Orbit%norbit),stat=ok)
+      IF (ok/=0) STOP 'Allocation error 6 in InitPAW'
+      ALLOCATE(PAW%OCCwfn,PAW%TOCCwfn,stat=ok)
+      IF (ok/=0) STOP 'Allocation error 7 in InitPAW'
+    END SUBROUTINE InitPAW
+
+  Subroutine DestroyPAW(PAW)
+    Type(PseudoInfo), INTENT(INOUT) :: PAW
+    IF (ASSOCIATED(PAW%rcio)) DEALLOCATE(PAW%rcio)
+    If (ASSOCIATED(PAW%vloc)) DEALLOCATE(PAW%vloc)
+    If (ASSOCIATED(PAW%abinitvloc)) DEALLOCATE(PAW%abinitvloc)
+    If (ASSOCIATED(PAW%abinitnohat)) DEALLOCATE(PAW%abinitnohat)
+    If (ASSOCIATED(PAW%rveff)) DEALLOCATE(PAW%rveff)
+    If (ASSOCIATED(PAW%AErefrv)) DEALLOCATE(PAW%AErefrv)
+    If (ASSOCIATED(PAW%rvx)) DEALLOCATE(PAW%rvx)
+    If (ASSOCIATED(PAW%trvx)) DEALLOCATE(PAW%trvx)
+    If (ASSOCIATED(PAW%projshape)) DEALLOCATE(PAW%projshape)
+    If (ASSOCIATED(PAW%hatshape)) DEALLOCATE(PAW%hatshape)
+    If (ASSOCIATED(PAW%hatden)) DEALLOCATE(PAW%hatden)
+    If (ASSOCIATED(PAW%hatpot)) DEALLOCATE(PAW%hatpot)
+    If (ASSOCIATED(PAW%den)) DEALLOCATE(PAW%den)
+    If (ASSOCIATED(PAW%tden)) DEALLOCATE(PAW%tden)
+    If (ASSOCIATED(PAW%core)) DEALLOCATE(PAW%core)
+    If (ASSOCIATED(PAW%tcore)) DEALLOCATE(PAW%tcore)
+    If (ASSOCIATED(PAW%np)) DEALLOCATE(PAW%np)
+    If (ASSOCIATED(PAW%l)) DEALLOCATE(PAW%l)
+    If (ASSOCIATED(PAW%nodes)) DEALLOCATE(PAW%nodes)
+    If (ASSOCIATED(PAW%rng)) DEALLOCATE(PAW%rng)
+    If (ASSOCIATED(PAW%label)) DEALLOCATE(PAW%label)
+    If (ASSOCIATED(PAW%phi)) DEALLOCATE(PAW%phi)
+    If (ASSOCIATED(PAW%tphi)) DEALLOCATE(PAW%tphi)
+    If (ASSOCIATED(PAW%tp)) DEALLOCATE(PAW%tp)
+    If (ASSOCIATED(PAW%ophi)) DEALLOCATE(PAW%ophi)
+    If (ASSOCIATED(PAW%otphi)) DEALLOCATE(PAW%otphi)
+    If (ASSOCIATED(PAW%otp)) DEALLOCATE(PAW%otp)
+    If (ASSOCIATED(PAW%Kop)) DEALLOCATE(PAW%Kop)
+    If (ASSOCIATED(PAW%eig)) DEALLOCATE(PAW%eig)
+    If (ASSOCIATED(PAW%occ)) DEALLOCATE(PAW%occ)
+    If (ASSOCIATED(PAW%ck)) DEALLOCATE(PAW%ck)
+    If (ASSOCIATED(PAW%vrc)) DEALLOCATE(PAW%vrc)
+    If (ASSOCIATED(PAW%oij)) DEALLOCATE(PAW%oij)
+    If (ASSOCIATED(PAW%dij)) DEALLOCATE(PAW%dij)
+    If (ASSOCIATED(PAW%wij)) DEALLOCATE(PAW%wij)
+    If (ASSOCIATED(PAW%rVf)) DEALLOCATE(PAW%rVf)
+    If (ASSOCIATED(PAW%rtVf)) DEALLOCATE(PAW%rtVf)
+    If (ASSOCIATED(PAW%g)) DEALLOCATE(PAW%g)
+    If (ASSOCIATED(PAW%Kij)) DEALLOCATE(PAW%Kij)
+    If (ASSOCIATED(PAW%Vfij)) DEALLOCATE(PAW%Vfij)
+    If (ASSOCIATED(PAW%mLij)) DEALLOCATE(PAW%mLij)
+    If (ASSOCIATED(PAW%DR)) DEALLOCATE(PAW%DR)
+    If (ASSOCIATED(PAW%DRVC)) DEALLOCATE(PAW%DRVC)
+    If (ASSOCIATED(PAW%valencemap)) DEALLOCATE(PAW%valencemap)
+    If (ASSOCIATED(PAW%lmbd)) DEALLOCATE(PAW%lmbd)
+    If (ASSOCIATED(PAW%DRC)) DEALLOCATE(PAW%DRC)
+    If (ASSOCIATED(PAW%DRCC)) DEALLOCATE(PAW%DRCC)
+    If (ASSOCIATED(PAW%DRCjkl)) DEALLOCATE(PAW%DRCjkl)
+    If (ASSOCIATED(PAW%mLic)) DEALLOCATE(PAW%mLic)
+    If (ASSOCIATED(PAW%mLcc)) DEALLOCATE(PAW%mLcc)
+    If (ASSOCIATED(PAW%Dcj)) DEALLOCATE(PAW%Dcj)
+    If (ASSOCIATED(PAW%OCCwfn)) then
+      call DestroyOrbit(PAW%OCCwfn)
+      DEALLOCATE(PAW%OCCwfn)
+    end if
+    If (ASSOCIATED(PAW%TOCCwfn)) then
+      call DestroyOrbit(PAW%TOCCwfn)
+      DEALLOCATE(PAW%TOCCwfn)
+    end if
+  End Subroutine DestroyPAW
+
+End module pseudodata
diff --git a/src/pwscfinterface.f90 b/src/pwscfinterface.f90
new file mode 100644
index 0000000..89178bc
--- /dev/null
+++ b/src/pwscfinterface.f90
@@ -0,0 +1,385 @@
+Module PWscfInterface
+  USE GlobalMath
+  USE atomdata
+  USE excor
+  USE gridmod
+  USE interpolation_mod
+  USE pseudo
+
+  Implicit none
+
+  CONTAINS
+
+  SUBROUTINE Atompaw2PWscf(Grid,Pot,FC,PAW,Orbit,ifinput)
+     Type(GridInfo), INTENT(IN) :: Grid
+     Type(PotentialInfo), INTENT(IN) :: Pot
+     Type(FCInfo), INTENT(IN) :: FC
+     Type(PseudoInfo), INTENT(IN) :: PAW
+     Type (OrbitInfo), INTENT(IN) :: Orbit
+     INTEGER, INTENT(IN) :: ifinput
+
+     INTEGER :: i,j,k,l,n,m,io,jo,llmin,llmax,number_of_wfc,nn,ok, ncore
+     CHARACTER(132) :: inputfileline,stuff
+     CHARACTER(4) :: s1,s2,s3,s4
+     CHARACTER(1), parameter :: label(4) = 'SDPF'
+     REAL(8) :: x,y,z,q
+     REAL(8) :: upfdx=0.005d0,upfxmin=-9.d0,upfzmesh=1.d0 ! defaults
+     REAL(8) :: upfrange=15.d0       !default
+     INTEGER :: upfmesh,upfirc
+     REAL(8), POINTER :: vps(:)
+     REAL(8), ALLOCATABLE :: dum(:),arg(:),rvion(:),rtvion(:),dij0(:,:)
+     REAL(8), ALLOCATABLE :: upfr(:),upff(:)
+     CHARACTER(132) :: inputline
+     ALLOCATE(dum(Grid%n),arg(Grid%n),rvion(Grid%n),rtvion(Grid%n),&
+&            dij0(PAW%nbase,PAW%nbase))
+
+  ! Stop if LibXC is used
+    if (TRIM(exctype)/='LDA-PW'.and.TRIM(exctype)/='GGA-PBE') then
+     write(6,'(/,2x,a)') "Error in Atompaw2PWscf:"
+     write(6,'(2x,a)') "   Only LDA-PW and GGA-PBE are supported"
+     write(6,'(2x,a)') "   for UPF output (libXC not supported) !"
+     write(6,'(2x,a)') "   No UPDF file written !"
+     return
+    end if
+
+  ! set up grid
+     read(5,'(a)',advance='no',iostat=ok) inputline
+     if (ok<=0) then
+        write(6,'(a)') inputline
+        call Uppercase(inputline)
+        i=0;i=INDEX(inputline,'UPFDX')+INDEX(inputline,'UPFXMIN')+&
+&              INDEX(inputline,'UPFZMESH')+INDEX(inputline,'UPFRANGE')
+        if (i>0) then
+           k=0;k=INDEX(inputline,'UPFDX')
+             if (k>0) then
+                read(inputline(k+5:132),*) upfdx
+                write(6,*) 'upfdx reset ', upfdx
+             endif
+           k=0;k=INDEX(inputline,'UPFXMIN')
+             if (k>0) then
+                read(inputline(k+7:132),*) upfxmin
+                write(6,*) 'upfxmin reset ', upfxmin
+             endif
+           k=0;k=INDEX(inputline,'UPFZMESH')
+             if (k>0) then
+                read(inputline(k+8:132),*) upfzmesh
+                write(6,*) 'upfzmesh reset ', upfzmesh
+             endif
+           k=0;k=INDEX(inputline,'UPFRANGE')
+             if (k>0) then
+                read(inputline(k+8:132),*) upfrange
+                write(6,*) 'upfrange reset ', upfrange
+             endif
+         endif
+    endif
+
+         !upfmesh=1+(LOG(upfzmesh*Grid%r(Grid%n))-upfxmin)/upfdx
+         upfmesh=1+(LOG(upfzmesh*upfrange)-upfxmin)/upfdx
+
+         write(6,*) 'UPF mesh size = ', upfmesh
+         write(6,*) 'UPF xmin = ', upfxmin
+         write(6,*) 'UPF zmesh = ', upfzmesh
+         write(6,*) 'UPF zmesh = ', upfrange
+
+         ALLOCATE(upfr(upfmesh),upff(upfmesh))
+
+         upfr=0;upff=0
+         do i=1,upfmesh
+            upfr(i)=EXP(upfxmin+upfdx*(i-1))/upfzmesh
+         enddo
+
+         upfirc=upfmesh
+         do i=1,upfmesh
+            if (upfr(i)>Grid%r(PAW%irc)) then
+               upfirc=i+1
+               exit
+            endif
+         enddo
+
+         write(6,*) 'UPF irc = ',   upfirc
+
+     vps=>PAW%abinitvloc       ! could have flag for using PAW%abinitnohat
+     rtvion=vps*Grid%r
+     n=Grid%n
+   ! reconstruct AE ionic potential
+      dum=-2*Pot%nz
+      call poisson(Grid,x,FC%coreden,arg,y,z)
+      dum=dum+arg
+      rvion=dum
+   ! reconstruct DIJ0 coefficients (Corresponds to Eq. 97 in atompawEqns.pdf)
+      dij0=0
+      Do io=1,PAW%nbase
+         Do jo=1,PAW%nbase
+            If (PAW%l(io)==PAW%l(jo)) then
+               dij0(io,jo)=PAW%Kij(io,jo)
+               arg=rvion*PAW%ophi(:,io)*PAW%ophi(:,jo) - &
+&                       rtvion*(PAW%otphi(:,io)*PAW%otphi(:,jo) + &
+&                             PAW%oij(io,jo)*PAW%hatden)
+               arg(1)=0.d0; arg(2:Grid%n)=arg(2:Grid%n)/Grid%r(2:Grid%n)
+               dij0(io,jo)=dij0(io,jo)+integrator(Grid,arg,1,PAW%irc)
+            endif
+         enddo
+      enddo
+
+      OPEN(1001,file=TRIM(Pot%sym)//'.'//TRIM(exctype)//'-paw.UPF',&
+ &          form='formatted')
+      write(1001,'("<UPF version=""2.0.1"">")')
+      write(1001,'("   <PP_INFO>")')
+      write(1001,'("         UPF file from ATOMPAW code with following input")')
+
+      open(ifinput,file='dummy',form='formatted')
+      do
+        read(ifinput,'(a)',iostat=i) inputfileline
+           if (i/=0) exit
+           write(1001,'("           ",a)') TRIM(inputfileline)
+      enddo
+      close(ifinput)
+
+      WRITE(1001,'("  </PP_INFO>")')
+      WRITE(1001,'("  <!--                               -->")')
+      WRITE(1001,'("  <!-- END OF HUMAN READABLE SECTION -->")')
+      WRITE(1001,'("  <PP_HEADER generated=""Generated using ATOMPAW code""")')
+      WRITE(1001,'("             author=""   """)')
+      Call PrintDateStr(inputfileline)
+      WRITE(1001,'("             date=""",(a),"""")') TRIM(inputfileline)
+      WRITE(1001,'("             element=""",a2,"""")') Pot%sym
+      WRITE(1001,'("             pseudo_type=""PAW""")')
+      If(scalarrelativistic) then
+      WRITE(1001,'("             relativistic=""scalar""")')
+      else
+      WRITE(1001,'("             relativistic=""no""")')
+      endif
+      WRITE(1001,'("             is_ultrasoft=""T""")')
+      WRITE(1001,'("             is_paw=""T""")')
+      WRITE(1001,'("             is_coulomb=""F""")')
+      WRITE(1001,'("             has_so=""F""")')
+      WRITE(1001,'("             has_wfc=""T""")')
+      WRITE(1001,'("             has_gipaw=""T""")')
+      WRITE(1001,'("             paw_as_gipaw=""T""")')
+      WRITE(1001,'("             core_correction=""T""")')
+      If (TRIM(exctype)=='LDA-PW') inputfileline='"SLA PW NOGX NOGC"'
+      If (TRIM(exctype)=='GGA-PBE') inputfileline='"SLA PW PBX PBC"'
+      WRITE(1001,'("             functional=",(a))') TRIM(inputfileline)
+      WRITE(1001,'("             z_valence=""",f6.3,"""")')FC%zvale
+      WRITE(1001,'("             l_max=""",i1,"""")') PAW%lmax
+      WRITE(1001,'("             l_max_rho=""",i1,"""")') 2*PAW%lmax
+      WRITE(1001,'("             mesh_size=""",i6,"""")') n-1
+      WRITE(1001,'("             number_of_wfc=""",i6,"""")') PAW%nbase
+      WRITE(1001,'("             number_of_proj=""",i2,"""")')PAW%nbase
+      WRITE(1001,'("                                    /> ")')
+
+      WRITE(1001,'("<PP_MESH dx=""",1p,1e20.13,""" mesh=""",i6,""" xmin=""",&
+&      1p,1e20.13,""" zmesh=""",1p,1e20.13,""">")')upfdx,upfmesh,upfxmin,upfzmesh
+      WRITE(1001,'(" <PP_R type=""real"" size=""",i6,""" columns=""3"">")')&
+&                  upfmesh
+      WRITE(1001,'(1p,3e25.17)') (upfr(i),i=1,upfmesh)
+      WRITE(1001,'("                               </PP_R> ")')
+      WRITE(1001,'(" <PP_RAB type=""real"" size=""",i6,""" columns=""3"">")')&
+&                upfmesh
+      WRITE(1001,'(1p,3e25.17)') (upfdx*upfr(i),i=1,upfmesh)
+      WRITE(1001,'("                             </PP_RAB> ")')
+      WRITE(1001,'("                                  </PP_MESH>")')
+
+      WRITE(1001,'(" <PP_NLCC type=""real"" size=""",i6,""" columns=""3"">")')&
+&                upfmesh
+      dum=0
+      dum(2:n)=PAW%tcore(2:n)/(4*pi*(Grid%r(2:n))**2)
+      call extrapolate(Grid,dum)
+      upff=0;call interpfunc(n,Grid%r,dum,upfmesh,upfr,upff)
+      call filter(upfmesh,upff,machine_zero)
+      WRITE(1001,'(1p,3e25.17)') (upff(i),i=1,upfmesh)
+      WRITE(1001,'("                             </PP_NLCC> ")')
+
+
+      WRITE(1001,'(" <PP_LOCAL type=""real"" size=""",i6,""" columns=""3"">")')&
+&                    upfmesh
+      upff=0;call interpfunc(n,Grid%r,vps,upfmesh,upfr,upff)
+      call filter(upfmesh,upff,machine_zero)
+      WRITE(1001,'(1p,3e25.17)') (upff(i),i=1,upfmesh)
+      WRITE(1001,'("                             </PP_LOCAL> ")')
+
+
+      WRITE(1001,'("<PP_NONLOCAL> ")')
+      do io=1,PAW%nbase
+        call mkname(io,s1)  ; inputfileline=' <PP_BETA.'//TRIM(s1)
+        WRITE(1001,&
+&       '((a)," type=""real"" size=""",i6,""" angular_momentum=""",i1,&
+&       """ columns=""3"" cutoff_radius_index=""",i6,""" norm_conserving_radius=""",F12.6,""">")')&
+&           TRIM(inputfileline),upfmesh,PAW%l(io),upfirc, Grid%r(PAW%irc)
+            upff=0;call interpfunc(n,Grid%r,PAW%otp(:,io),upfmesh,upfr,upff)
+            call filter(upfmesh,upff,machine_zero)
+            upff(upfirc+1:upfmesh)=0.d0
+            WRITE(1001,'(1p,3e25.17)') (upff(i),i=1,upfmesh)
+         WRITE(1001,'(30x,(a))') '</PP_BETA.'//TRIM(s1)//'>'
+      enddo
+
+      WRITE(1001,'("   <PP_DIJ type=""real"" size=""",i5,""" columns=""3"">")')&
+&                 PAW%nbase*PAW%nbase
+         WRITE(1001,'(1p,3e25.17)') ((dij0(i,j),i=1,PAW%nbase),j=1,PAW%nbase)
+      WRITE(1001,'("                                       </PP_DIJ>")')
+
+      stuff='SINC**2'
+      if (gaussianshapefunction) stuff='GAUSSIAN'
+      if (besselshapefunction) stuff='BESSEL'
+      WRITE(1001,'("  <PP_AUGMENTATION q_with_l=""T"" nqf=""0"" cutoff_r=""",&
+&      1p,1e15.7,""" cutoff_r_index=""",i6,""" iraug=""",i6,&
+&      """ nqlc=""",i3,""" lmax_aug=""",i3,""" shape=""",(a),&
+&      """ augmentation_epsilon=""1.d-12"">")')  PAW%rc,upfirc,upfirc,&
+&          2*PAW%lmax+1,2*PAW%lmax,TRIM(stuff)
+
+      WRITE(1001,'("    <PP_Q type=""real"" size=""",i5,""" columns=""3"">")')&
+&                 PAW%nbase*PAW%nbase
+         WRITE(1001,'(1p,3e25.17)') ((PAW%oij(i,j),i=1,PAW%nbase),j=1,PAW%nbase)
+      WRITE(1001,'("                                       </PP_Q>")')
+
+      WRITE(1001,'("    <PP_MULTIPOLES type=""real"" size=""",&
+&       i6,""" columns=""3"">")') PAW%nbase*PAW%nbase*(2*PAW%lmax+1)
+      WRITE(1001,'(1p,3e25.17)') (((PAW%mLij(i,j,k),i=1,PAW%nbase),&
+&                      j=1,PAW%nbase), k=1,(2*PAW%lmax+1))
+      WRITE(1001,'("                                       </PP_MULTIPOLES>")')
+      do io=1,PAW%nbase
+         do jo=io,PAW%nbase
+            llmin=ABS(PAW%l(io)-PAW%l(jo))
+            llmax=PAW%l(io)+PAW%l(jo)
+            do l=llmin,llmax,2
+               call hatL(Grid,PAW,l,dum)
+               dum=dum*PAW%mLij(io,jo,l+1)
+               arg=dum*(Grid%r**l)
+               write(6,*) 'Chk aug', io,jo,l,integrator(Grid,arg)
+               call mkname(io,s1)
+               call mkname(jo,s2)
+               call mkname(l,s3)
+               inputfileline=' <PP_QIJL.'//TRIM(s1)//'.'//TRIM(s2)//'.'//TRIM(s3)
+               WRITE(1001,'((a)," type=""real"" size=""",i6,&
+&                """ columns=""3"" first_index=""",i2,&
+&                """ second_index=""",i2,""" composite_index=""",i2,&
+&                """ angular_momentum=""",i1,""">")') &
+&                TRIM(inputfileline),upfmesh,io,jo,(jo*(jo-1))/2+io,l
+               upff=0;call interpfunc(n,Grid%r,dum,upfmesh,upfr,upff)
+               call filter(upfmesh,upff,machine_zero)
+               upff(upfirc+1:upfmesh)=0.d0
+               WRITE(1001,'(1p,3e25.17)') (upff(i),i=1,upfmesh)
+               inputfileline=' </PP_QIJL.'//TRIM(s1)//'.'//TRIM(s2)//'.'//TRIM(s3)//'>'
+              WRITE(1001,'("                      ", (a))') TRIM(inputfileline)
+            enddo
+          enddo
+       enddo
+      WRITE(1001,'("                                   </PP_AUGMENTATION> ")')
+      WRITE(1001,'("                                   </PP_NONLOCAL> ")')
+
+      WRITE(1001,'("<PP_PSWFC> ")')
+      j=0
+      do io=1,PAW%nbase
+            j=j+1
+            call mkname(j,s1)  ; inputfileline=' <PP_CHI.'//TRIM(s1)
+            WRITE(1001, '((a)," type=""real"" size=""",i6,""" l=""",i1,&
+&             """ occupation=""",f7.4,""" columns=""3"">")')&
+&           TRIM(inputfileline),upfmesh, PAW%l(io),PAW%occ(io)
+            upff=0;call interpfunc(n,Grid%r,PAW%otphi(:,io),upfmesh,upfr,upff)
+            call filter(upfmesh,upff,machine_zero)
+            WRITE(1001,'(1p,3e25.17)') (upff(i),i=1,upfmesh)
+            WRITE(1001,'(30x,(a))') '</PP_CHI.'//TRIM(s1)//'>'
+      enddo
+      WRITE(1001,'("                             </PP_PSWFC> ")')
+
+      !!! Note number_of_wfc is ambiguous in PWscf code.   For now,
+      !!!    set to the same as the number of basis functions
+      WRITE(1001,'("<PP_FULL_WFC number_of_wfc=""",i2,""">")')PAW%nbase
+      do io=1,PAW%nbase
+        call mkname(io,s1)  ; inputfileline=' <PP_AEWFC.'//TRIM(s1)
+        WRITE(1001, '((a)," type=""real"" size=""",i6,&
+&       """ l=""",i1,""" columns=""3"">")')&
+&           TRIM(inputfileline),upfmesh,PAW%l(io)
+            upff=0;call interpfunc(n,Grid%r,PAW%ophi(:,io),upfmesh,upfr,upff)
+            call filter(upfmesh,upff,machine_zero)
+            WRITE(1001,'(1p,3e25.17)') (upff(i),i=1,upfmesh)
+         WRITE(1001,'(30x,(a))') '</PP_AEWFC.'//TRIM(s1)//'>'
+      enddo
+
+      do io=1,PAW%nbase
+        call mkname(io,s1)  ; inputfileline=' <PP_PSWFC.'//TRIM(s1)
+        WRITE(1001, '((a)," type=""real"" size=""",i6,&
+&       """ l=""",i1,""" columns=""3"">")')&
+&           TRIM(inputfileline),upfmesh,PAW%l(io)
+            upff=0;call interpfunc(n,Grid%r,PAW%otphi(:,io),upfmesh,upfr,upff)
+            call filter(upfmesh,upff,machine_zero)
+            WRITE(1001,'(1p,3e25.17)') (upff(i),i=1,upfmesh)
+         WRITE(1001,'(30x,(a))') '</PP_PSWFC.'//TRIM(s1)//'>'
+      enddo
+      WRITE(1001,'("                             </PP_FULL_WFC> ")')
+
+      arg=PAW%den-PAW%tden
+      q=integrator(Grid,arg)
+      write(6,*) 'check augmentation charge ', q
+      dum=PAW%tden+q*PAW%hatden
+      write(6,*) 'check valence charge ', integrator(Grid,dum)
+      WRITE(1001,'(" <PP_RHOATOM type=""real"" size=""",i6,&
+&            """ columns=""3"">")')upfmesh
+            upff=0;call interpfunc(n,Grid%r,dum,upfmesh,upfr,upff)
+            call filter(upfmesh,upff,machine_zero)
+            WRITE(1001,'(1p,3e25.17)') (upff(i),i=1,upfmesh)
+      WRITE(1001,'("                             </PP_RHOATOM> ")')
+
+      WRITE(1001,'("<PP_PAW paw_data_format=""2""> ")')
+      WRITE(1001,&
+&        '("   <PP_OCCUPATIONS type=""real"" columns=""3"" size=""",i2,""">")')&
+&         PAW%nbase
+      WRITE(1001,'(1p,3e25.17)') (PAW%occ(io),io=1,PAW%nbase)
+      WRITE(1001,'("                             </PP_OCCUPATIONS> ")')
+
+      WRITE(1001,&
+&       '(" <PP_AE_NLCC type=""real"" size=""",i6,""" columns=""3"">")')upfmesh
+      dum=0
+      dum(2:n)=FC%coreden(2:n)/(4*pi*(Grid%r(2:n))**2)
+      call extrapolate(Grid,dum)
+        upff=0;call interpfunc(n,Grid%r,dum,upfmesh,upfr,upff)
+        call filter(upfmesh,upff,machine_zero)
+        WRITE(1001,'(1p,3e25.17)') (upff(i),i=1,upfmesh)
+      WRITE(1001,'("                             </PP_AE_NLCC> ")')
+
+      upff=0;call interpfunc(n,Grid%r,rvion,upfmesh,upfr,upff)
+      call filter(upfmesh,upff,machine_zero)
+      upff=upff/upfr
+      WRITE(1001,&
+&      '(" <PP_AE_VLOC type=""real"" size=""",i6,""" columns=""3"">")')upfmesh
+      WRITE(1001,'(1p,3e25.17)') (upff(i),i=1,upfmesh)
+      WRITE(1001,'("                             </PP_AE_VLOC> ")')
+      WRITE(1001,'("                                      </PP_PAW> ")')
+
+      WRITE(1001,'(A)') ' <PP_GIPAW gipaw_data_format="2">'
+      ncore = 0
+      do io = 1, Orbit%norbit
+        if (Orbit%iscore(io) .eqv. .true.) ncore = ncore + 1
+      enddo
+      WRITE(1001,'(A,I2,A)') '  <PP_GIPAW_CORE_ORBITALS number_of_core_orbitals="', ncore, '">'
+      ncore = 0
+      do io = 1, Orbit%norbit
+        if (Orbit%iscore(io) .eqv. .false.) cycle
+        ncore = ncore + 1
+        if (ncore.lt.10) then
+           WRITE(1001,'("   <PP_GIPAW_CORE_ORBITAL.",I1," type=""real"" size=""",i6,"""")',advance="no") ncore, upfmesh
+        else
+           WRITE(1001,'("   <PP_GIPAW_CORE_ORBITAL.",I2," type=""real"" size=""",i6,"""")',advance="no") ncore, upfmesh
+        endif   
+        WRITE(1001,'(" columns=""3"" index=""",I1,""" label=""",I1,A,""" n=""",I1,""" l=""",I1,""">")') &
+&          ncore, Orbit%np(io), label(Orbit%l(io)+1), Orbit%np(io), Orbit%l(io)
+        upff=0;call interpfunc(n,Grid%r,Orbit%wfn(:,io),upfmesh,upfr,upff)
+        call filter(upfmesh,upff,machine_zero)
+        WRITE(1001,'(1p,3e25.17)') (upff(i),i=1,upfmesh)
+        if (ncore.lt.10) then
+           WRITE(1001,'("   </PP_GIPAW_CORE_ORBITAL.",I1,">")') ncore
+        else   
+           WRITE(1001,'(" </PP_GIPAW_CORE_ORBITAL.",I2,">")') ncore
+        endif   
+      enddo
+
+      WRITE(1001,'(A)') '  </PP_GIPAW_CORE_ORBITALS>'
+      WRITE(1001,'(A)') ' </PP_GIPAW>'
+
+      WRITE(1001,'("</UPF> ")')
+
+      CLOSE(1001)
+
+    DEALLOCATE(dum,arg,rvion,rtvion,dij0,upfr,upff)
+  END SUBROUTINE Atompaw2PWscf
+END Module PWscfInterface
diff --git a/src/radialsr.f90 b/src/radialsr.f90
new file mode 100644
index 0000000..116ec87
--- /dev/null
+++ b/src/radialsr.f90
@@ -0,0 +1,516 @@
+!*****************************************************************
+! Module for solving scalar relativistic radial equations
+!   Uses program adapted by Marc Torrent and Francois Jollet from
+!      USPS pgm of David Vanderbilt based on two coupled first order
+!      differential equations
+!      Previous version, based on second order differential equation
+!        from formalism of Shadwick, Talman, and Norman, Comp. Phys. Comm.
+!      54, 95-102 (1989)  found to be unstable
+!   09-16-06  NAWH
+!*****************************************************************
+MODULE radialsr
+  USE GlobalMath
+  USE gridmod
+  USE atomdata
+
+  IMPLICIT NONE
+
+  REAL(8), parameter :: inverse_fine_structure=137.03599911d0
+  Real(8), private :: gamma,c1,c2,MA,MB
+  Real(8), private, allocatable :: ww(:),jj(:)
+     ! jj stores (r+(alpha/2)**2*(E*r-rv) == r*M(r)
+     ! ww stores kappa*(kappa+1)/(r**2*M(r)) - (E - V(r))
+
+CONTAINS
+
+!******************************************************************
+! Allocate_scalar_relativistic
+!******************************************************************
+ Subroutine Allocate_scalar_relativistic(Grid)
+   Type(GridInfo), INTENT(IN) :: Grid
+
+   INTEGER :: n,i
+
+   n=Grid%n
+   allocate(ww(n),jj(n), stat=i)
+   if (i/=0) then
+      write(6,*)  'Allocate_scalar_relativistic: error in allocation ',i,n
+      stop
+   endif
+
+ End subroutine Allocate_scalar_relativistic
+
+!******************************************************************
+! Deallocate_scalar_relativistic
+!******************************************************************
+ Subroutine deallocate_scalar_relativistic
+
+    deallocate(ww,jj)
+
+ end subroutine deallocate_scalar_relativistic
+
+!*******************************************************************
+!  Subroutine Azeroexpand(Grid,Pot,l,energy)
+!      If finitenucleus==.true. assumes potential for r--> has form
+!         -2*Z*erf(r/RR)/r, where RR is a nuclear size parameter
+!      Otherwise, assumes nuclear potential is -2*Z/r
+!*******************************************************************
+ Subroutine Azeroexpand(Grid,Pot,l,energy,nr)
+   Type(GridInfo), INTENT(IN) :: Grid
+   Type(PotentialInfo), INTENT(IN) :: Pot
+   Integer, INTENT(IN) :: l
+   Real(8), INTENT(IN) :: energy
+   Integer, optional, INTENT(IN) :: nr
+
+   Integer :: i,j,k,n
+   Real(8) :: nz,xx,yy,angm,alpha2,balpha2
+
+   n=Grid%n
+   if (present(nr)) n=min(n,nr)
+
+   nz=Pot%nz
+    ww=0; jj=0;
+   balpha2=inverse_fine_structure**2
+   alpha2=1.d0/balpha2
+   jj(1:n)=(Grid%r(1:n) + &
+&       0.25d0*alpha2*(energy*Grid%r(1:n)-Pot%rv(1:n)))
+   angm=l*(l+1)
+   ww(2:n)=(Pot%rv(2:n)/Grid%r(2:n)-energy) &
+&     + angm/(Grid%r(2:n)*jj(2:n))
+   ww(1)=0
+
+   if (.not.finitenucleus) then
+      gamma=sqrt(angm+1.d0-alpha2*nz**2)
+      c1=-((2.d0*balpha2)/(nz*(2*gamma+1)))*((1-gamma)*&
+&          (1+0.25d0*alpha2*(energy-Pot%v0))+alpha2*nz**2+&
+&          0.5d0*((nz*alpha2)**2)*(energy-Pot%v0))
+      xx=2*nz*(1+alpha2*(energy-Pot%v0)+3*(0.25*alpha2*(energy-Pot%v0))**2)&
+&      +0.25d0*alpha2*Pot%v0p*(alpha2*nz*nz+2*(gamma-1))
+      yy=(1+gamma)*(1+0.25d0*alpha2*(energy-Pot%v0))+alpha2*nz*nz+&
+&          0.5d0*((alpha2*nz)**2)*(energy-Pot%v0)
+      c2=-(xx+yy*c1)/(2*(gamma+1)*alpha2*nz)
+      !write(6,*) 'Azeroexpand: ', gamma,c1,c2
+      MA=0; MB=0
+
+   else  ! version for finite nuclear size
+       gamma=0
+       MA=1.d0+0.25d0*alpha2*(energy-Pot%v0)
+       MB=0.25d0*alpha2*Pot%v0p
+       c1=-MB*l/(2*MA*(l+1))
+       c2=(-MA*MA*(energy-Pot%v0)*MB*c1*(l+1))/(MA*(4*l+6))
+   endif
+
+  end subroutine Azeroexpand
+
+!*******************************************************************
+! SUBROUTINE wfnsrinit(Grid,l,wfn,lwfn,istart)
+!*******************************************************************
+  SUBROUTINE wfnsrinit(Grid,l,wfn,lwfn,istart)
+   ! returns the solution of the scalar relativistic equations near r=0
+   !  using power series expansion
+   Type(GridInfo), INTENT(IN) :: Grid
+   INTEGER, INTENT(IN) :: l
+    REAL(8),INTENT(INOUT) :: wfn(:),lwfn(:)
+    INTEGER, INTENT(OUT) :: istart
+
+    REAL(8) :: rr,M
+    INTEGER :: i,j,n
+
+    wfn=0; lwfn=0
+
+    istart=6
+    do i=1,istart
+       rr=Grid%r(i+1)
+       if (.not.finitenucleus) then
+          wfn(i+1)=1+rr*(c1+rr*c2)
+          lwfn(i+1)=(gamma-1)+rr*(c1*gamma+rr*c2*(gamma+1))
+          wfn(i+1)=wfn(i+1)*(rr**gamma)
+          lwfn(i+1)=lwfn(i+1)*(rr**gamma)/jj(i+1)
+
+       else   ! finite nucleus case
+          M=MA-MB*rr
+          wfn(i+1)=(1+rr*(c1+rr*c2))*(rr**(l+1))
+          lwfn(i+1)=(l+rr*((l+1)*c1+rr*(l+2)*c2))*(rr**(l+1))/M
+       endif
+
+    enddo
+
+  End SUBROUTINE wfnsrinit
+
+ subroutine wfnsrasym(Grid,wfn,lwfn,energy,iend)
+  ! returns the solution of the scalar relativistic equations near r=inf
+  !  using exp(-x*r) for upper component
+   Type(GridInfo), INTENT(IN) :: Grid
+    REAL(8),INTENT(INOUT) :: wfn(:),lwfn(:)
+    REAL(8), INTENT(IN) :: energy
+    INTEGER, INTENT(OUT) :: iend
+
+    REAL(8) :: rr,x,m
+    INTEGER :: i,j,n
+
+    if (energy>0.d0) then
+       write(6,*) 'Error in wfnsrasym -- energy > 0', energy
+       stop
+    endif
+
+    wfn=0; lwfn=0
+    n=Grid%n
+
+    m=1+0.25d0*energy/(inverse_fine_structure**2)
+    x=sqrt(-m*energy)
+    !write(6,*) ' in wfnsrasym with x = ',x
+    iend=5
+    do i=n-iend,n
+       wfn(i)=exp(-x*(Grid%r(i)-Grid%r(n-iend)))
+       lwfn(i)=-wfn(i)*(x+1.d0/Grid%r(i))/m
+    enddo
+  end subroutine wfnsrasym
+
+  !**********************************************************************
+  !      subroutine unboundsr(Grid,Pot,nr,l,energy,wfn,nodes)
+  !  pgm to solve radial scalar relativistic equation for unbound states
+  !    at energy 'energy' and at angular momentum l
+  !
+  !    with potential rv/r, given in uniform linear or log mesh of n points
+  !   assuming p(r)=C*r**(l+1)*polynomial(r) for r==0;
+  !
+  !  nz=nuclear charge
+  !
+  !  Does not use Noumerov algorithm -- but uses coupled first-order
+  !       equations from David Vanderbilt, Marc Torrent, and Francois Jollet
+  !
+  ! also returns node == number of nodes for calculated state
+  !************************************************************************
+  SUBROUTINE unboundsr(Grid,Pot,nr,l,energy,wfn,nodes)
+    TYPE(GridInfo), INTENT(IN)  :: Grid
+    TYPE(PotentialInfo), INTENT(IN)  :: Pot
+    INTEGER, INTENT(IN) :: nr,l
+    REAL(8), INTENT(IN) :: energy
+    REAL(8), INTENT(INOUT) :: wfn(:)
+    INTEGER, INTENT(INOUT) :: nodes
+
+    INTEGER :: n,i,j,k,ierr,istart
+    REAL(8) :: scale
+    REAL(8), allocatable :: lwfn(:),zz(:,:,:),yy(:,:)
+
+    n=Grid%n
+    IF (nr > n) THEN
+       WRITE(6,*) 'Error in unboundsr -- nr > n', nr,n
+       STOP
+    ENDIF
+
+    call Azeroexpand(Grid,Pot,l,energy,nr)
+
+    allocate(lwfn(nr),zz(2,2,nr),yy(2,nr),stat=ierr)
+       if (ierr/=0) then
+          write(6,*) ' allocation error in unboundsr ', nr,ierr
+          stop
+       endif
+
+    lwfn=0;zz=0;yy=0;
+
+    call wfnsrinit(Grid,l,wfn,lwfn,istart)
+    call prepareforcfdsol(Grid,1,istart,nr,wfn,lwfn,yy,zz)
+    call cfdsol(Grid,zz,yy,istart,nr)
+    call getwfnfromcfdsol(1,nr,yy,wfn)
+    nodes=countnodes(2,nr,wfn)
+    !
+    ! normalize to unity within integration range
+    !
+    !call filter(nr,wfn,machine_zero)     !NH votes to remove
+    scale=1.d0/overlap(Grid,wfn(1:nr),wfn(1:nr),1,nr)
+    scale=SIGN(SQRT(scale),wfn(nr-2))
+    wfn(1:nr)=wfn(1:nr)*scale
+
+    deallocate(lwfn,yy,zz)
+
+  END SUBROUTINE unboundsr
+
+!******************************************************************
+!  SUBROUTINE boundsr(Grid,Pot,eig,wfn,l,nroot,emin,ierr,success)
+!******************************************************************
+  SUBROUTINE boundsr(Grid,Pot,eig,wfn,l,nroot,emin,ierr,success)
+    !  pgm to solve radial scalar relativistic equation for nroot bound state
+    !    energies and wavefunctions for angular momentum l
+    !    with potential rv/r, given in uniform linear or log mesh of n points
+    !  nz=nuclear charge
+    !  emin=is estimate of lowest eigenvalue; used if nz=0
+    !     otherwise, set to the value of -(nz/(l+1))**2
+    !
+    !  It is assumed that the wavefunction has np-l-1 nodes, where
+    !    np is the principle quantum number-- np=1,2,..nroot
+    !
+    !  Does not use Noumerov algorithm -- but uses coupled first-order
+    !       equations from David Vanderbilt, Marc Torrent, and Francois Jollet
+    !
+    !  Corrections are also needed for r>n*h, depending on:
+    !         e0 (current guess of energy eigenvalue
+    !         the extrapolated value of rv == r * v
+    !
+    ! ierr=an nroot digit number indicating status of each root
+    !   a digit of 1 indicates success in converging root
+    !              2 indicates near success in converging root
+    !              9 indicates that root not found
+    !
+    ! first check how many roots expected =  ntroot (returned as argument)
+    !
+    TYPE(GridInfo), INTENT(IN) :: Grid
+    TYPE(PotentialInfo), INTENT(IN) :: Pot
+    REAL(8), INTENT(INOUT) :: eig(:),wfn(:,:)
+    INTEGER, INTENT(IN) :: l,nroot
+    INTEGER, INTENT(INOUT) :: ierr
+    REAL(8), INTENT(INOUT) :: emin
+    LOGICAL, INTENT(INOUT) :: success
+
+    REAL(8), PARAMETER :: convre=1.d-10,vlrg=1.d30
+    INTEGER, PARAMETER :: niter=1000
+
+    REAL(8), POINTER :: rv(:)
+    REAL(8), ALLOCATABLE :: p1(:),p2(:),dd(:)
+    INTEGER :: n
+    REAL(8) :: nz,h,v0,v0p
+    REAL(8) :: err,convrez,energy,zeroval
+    REAL(8) :: scale,emax,best,rout
+    REAL(8) :: arg,r,r2,veff,pppp1,rin,dele,x,rvp1,pnp1,bnp1
+    INTEGER :: iter,i,j,k,node,match,mxroot,ntroot,ir,iroot
+    INTEGER :: least,many,ifac,istart,iend
+    LOGICAL :: ok
+    REAL(8), allocatable :: lwfn(:),zz(:,:,:),yy(:,:)
+    ! integer :: icount=0
+
+    n=Grid%n
+    h=Grid%h
+    ALLOCATE(p1(n),p2(n),dd(n),stat=i)
+    IF (i/=0) THEN
+       WRITE(6,*) ' Error in boundsr allocation ',i,n
+       STOP
+    ENDIF
+
+    success=.true.
+    allocate(lwfn(n),zz(2,2,n),yy(2,n),stat=i)
+       if (i/=0) then
+          write(6,*) ' allocation error in boundsr ', n,i
+          stop
+       endif
+
+
+    nz=Pot%nz
+    v0=Pot%v0
+    v0p=Pot%v0p
+    rv=>Pot%rv
+    err=n*nz*(h**4)
+    convrez=convre
+    IF (nz>0.001d0) convrez=convre*nz
+    ierr=0
+
+    WRITE(6,*) 'z , l = ',nz,l
+    ! check how many roots expected by integration outward at
+    !   energy = 0
+    energy = 0
+    call Azeroexpand(Grid,Pot,l,energy)
+    lwfn=0;zz=0;yy=0;
+    call wfnsrinit(Grid,l,p1,lwfn,istart)
+    !
+    !start outward integration
+    call prepareforcfdsol(Grid,1,istart,n,p1,lwfn,yy,zz)
+    call cfdsol(Grid,zz,yy,istart,n)
+    call getwfnfromcfdsol(1,n,yy,p1)
+    node=countnodes(2,n,p1)
+
+    WRITE(6,*) ' nodes at e=0  ', node
+
+    mxroot=node+1
+    ntroot=node
+    IF (mxroot.LT.nroot) THEN
+       WRITE(6,*)'error in boundsr - for l = ',l
+       WRITE(6,*) nroot,' states requested but only',mxroot,' possible'
+       DO ir=mxroot+1,nroot
+          ierr=ierr+9*(10**(ir-1))
+       ENDDO
+       success=.false.
+    ENDIF
+    mxroot=min0(mxroot,nroot)
+    !
+    IF (nz.EQ.0) energy=-ABS(emin)
+    IF (nz.NE.0) energy=-1.1d0*(nz/(l+1.d0))**2
+    emin=energy-err
+    emax=0.d0
+
+    DO iroot=1,mxroot
+       best=1.d10; dele=1.d10
+       energy=emin+err
+       IF (energy.LT.emin) energy=emin
+       IF (energy.GT.emax) energy=emax
+       ok=.FALSE.
+       !write(6,*) 'iter,iroot,energy',iter,iroot,energy
+       !write(6,*) 'emin,max',emin,emax
+       BigIter: DO iter=1,niter
+          !write(6,*) 'In iter with energy', iter,energy,niter,l,iroot
+          !  start inward integration
+          !  start integration at n
+          call Azeroexpand(Grid,Pot,l,energy)
+          ! find classical turning point
+          call ClassicalTurningPoint(Grid,Pot%rv,l,energy,match)
+          match=max(match,10); match=min(match,n-20)
+          call wfnsrasym(Grid,p2,lwfn,energy,iend)
+          call prepareforcfdsol(Grid,n-iend,n,n,p2,lwfn,yy,zz)
+          call cfdsol(Grid,zz,yy,n-iend,match)
+          call getwfnfromcfdsol(match,n,yy,p2)
+          match=match+6
+          rin=Gfirstderiv(Grid,match,p2)/p2(match)
+
+          call wfnsrinit(Grid,l,p1,lwfn,istart)
+          call prepareforcfdsol(Grid,1,istart,n,p1,lwfn,yy,zz)
+          call cfdsol(Grid,zz,yy,istart,match+6)
+          call getwfnfromcfdsol(1,match+6,yy,p1)
+          node= countnodes(2,match+6,p1)
+
+          !icount=icount+1
+          !  do i=1,match+6
+          !    write(100+icount,'(1p,2e15.7)') Grid%r(i),p1(i)
+          !  enddo
+          rout=Gfirstderiv(Grid,match,p1)/p1(match)
+          ! check whether node = (iroot-1)
+          !   not enough nodes -- raise energy
+          IF (node.LT.iroot-1) THEN
+             emin=MAX(emin,energy)-err
+             energy=emax-(emax-energy)*ranx()
+             ifac=9
+             !   too many nodes -- lower energy
+          ELSEIF (node.GT.iroot-1) THEN
+             IF (energy.LE.emin) THEN
+                ierr=ierr+9*(10**(iroot-1))
+                WRITE(6,*) 'boundsr error -- emin too high',l,nz,emin,energy
+                do i=2,n
+                   write(999,'(1p,4e15.7)') Grid%r(i),jj(i)/Grid%r(i),ww(i),Pot%rv(i)
+                enddo
+                STOP
+             ENDIF
+             emax=MIN(emax,energy+err)
+             energy=emin+(energy-emin)*ranx()
+             !   correct number of nodes -- estimate correction
+          ELSEIF (node.EQ.iroot-1) THEN
+             DO j=1,match
+                p1(j)=p1(j)/p1(match)
+                         !write(6,*) 'j,p1',j,p1(j)
+             ENDDO
+             DO j=match,n
+                p1(j)=p2(j)/p2(match)
+                         !write(6,*) 'j,p2',j,p1(j)
+             ENDDO
+             scale=1.d0/overlap(Grid,p1,p1)
+             dele=(rout-rin)*scale
+                  !write(6,*) 'energy,dele,scale',energy,dele,scale
+             x=ABS(dele)
+             IF (x.LT.best) THEN
+                scale=SQRT(scale)
+                p1(1:n)=p1(1:n)*scale
+                call filter(n,p1,machine_zero)
+                wfn(1:n,iroot)=p1(1:n)
+                eig(iroot)=energy
+                !write(6,*) 'root',l,iroot,eig(iroot),emin,emax
+                best=x
+             ENDIF
+             IF (ABS(dele).LE.convrez) THEN
+                !write(6,*) 'iter with dele' , iter,dele
+                ok=.TRUE.
+                !  eigenvalue found
+                ierr=ierr+10**(iroot-1)
+                IF (iroot+1.LE.mxroot) THEN
+                   emin=energy+err
+                   emax=0
+                   energy=(emin+emax)/2
+                   IF (energy.LT.emin) energy=emin
+                   IF (energy.GT.emax) energy=emax
+                   best=1.d10
+                ENDIF
+                EXIT BigIter
+             ENDIF
+             IF (ABS(dele).GT.convrez) THEN
+                energy=energy+dele
+                ! if energy is out of range, pick random energy in correct range
+                IF (emin-energy.GT.convrez.OR.energy-emax.GT.convrez)         &
+&                    energy=emin+(emax-emin)*ranx()
+                ifac=2
+             ENDIF
+          ENDIF
+       ENDDO BigIter !iter
+       IF (.NOT.ok) THEN
+          success=.false.     
+          ierr=ierr+ifac*(10**(iroot-1))
+          WRITE(6,*) 'no convergence in boundsr',iroot,l,dele,energy
+          WRITE(6,*) ' best guess of eig, dele = ',eig(iroot),best
+          IF (iroot.LT.mxroot) THEN
+             DO ir=iroot+1,mxroot
+                ierr=ierr+9*(10**(ir-1))
+             ENDDO
+          ENDIF
+        ! reset wfn with hydrogenic form
+        j=iroot+l+1
+        wfn(:,iroot)=0
+        x=(j)*sqrt(abs(eig(iroot)))
+        do i=2,n
+           wfn(i,iroot)=hwfn(x,j,l,Grid%r(i))
+        enddo
+       ENDIF
+    ENDDO !iroot
+
+    DEALLOCATE(p1,p2,dd,lwfn,yy,zz)
+             write(6,*) 'returning from boundsr -- ierr=',ierr
+  END SUBROUTINE Boundsr
+
+  subroutine scalarrelativisticturningpt(Grid,least,turningpoint)
+     Type(GridInfo), INTENT(IN) :: Grid
+     Integer, INTENT(IN) :: least
+     Integer, INTENT(OUT) :: turningpoint
+
+    integer :: i,n
+
+    n=Grid%n
+
+    turningpoint=n
+    do i=n,least,-1
+      if (ww(i)<0.d0) exit
+    enddo
+    turningpoint=i
+
+    !write(6,*) 'Found turning point at ', turningpoint, Grid%r(turningpoint)
+
+  End subroutine scalarrelativisticturningpt
+
+  subroutine prepareforcfdsol(Grid,i1,i2,n,wfn,lwfn,yy,zz)
+     Type(gridinfo), INTENT(IN) :: Grid
+     INTEGER, INTENT(IN) :: i1,i2,n
+     REAL(8), INTENT(IN) :: wfn(:),lwfn(:)
+     REAL(8), INTENT(OUT) :: yy(:,:),zz(:,:,:)
+
+     INTEGER :: i
+
+      yy=0;zz=0
+      yy(1,i1:i2)=wfn(i1:i2)
+      yy(2,i1:i2)=lwfn(i1:i2)
+
+      do  i=2,n
+       zz(1,1,i)=1.d0/Grid%r(i)
+       zz(1,2,i)=jj(i)/Grid%r(i)
+       zz(2,2,i)=-1.d0/Grid%r(i)
+       zz(2,1,i)=ww(i)
+      enddo
+
+   end subroutine prepareforcfdsol
+
+   subroutine getwfnfromcfdsol(start,finish,yy,wfn)
+      INTEGER, INTENT(IN) :: start,finish
+      REAL(8), INTENT(IN) :: yy(:,:)
+      REAL(8), INTENT(INOUT) :: wfn(:)
+
+      INTEGER :: i
+
+      wfn=0
+      do i=start,finish
+         wfn(i)=yy(1,i)
+      enddo
+   end subroutine getwfnfromcfdsol
+
+
+END MODULE radialsr
diff --git a/src/report_mod.f90 b/src/report_mod.f90
new file mode 100644
index 0000000..887ec6a
--- /dev/null
+++ b/src/report_mod.f90
@@ -0,0 +1,224 @@
+MODULE report_mod
+  USE atomdata
+  USE gridmod
+  USE excor
+
+  IMPLICIT NONE
+
+CONTAINS
+
+
+  SUBROUTINE Total_Energy_Report(SCF,IF)
+    TYPE (SCFinfo) ,INTENT(INOUT) :: SCF
+    INTEGER, INTENT(IN) :: IF
+
+    WRITE(IF,*)
+    WRITE(IF,*) ' Total energies'
+    WRITE(IF,*) '    One-electron contribution:  ',SCF%eone
+    WRITE(IF,*) '    Kinetic energy contribution:',SCF%ekin
+    WRITE(IF,*) '    Coulomb contribution     :  ',SCF%ecoul
+    WRITE(IF,*) '    Electrostatic contribution: ',SCF%estatic
+    WRITE(IF,*) '    Exch        contribution :  ',SCF%eexc
+      SCF%etot=SCF%ekin+SCF%estatic+SCF%eexc
+    WRITE(IF,*) '    Ratio Pot/Kin            :  ',&
+&                  (SCF%estatic+SCF%eexc)/SCF%ekin
+   If (ColleSalvetti) then
+    WRITE(IF,*) '    CS correlation           :  ',SCF%oepcs
+    SCF%etot=SCF%etot+SCF%oepcs
+   endif
+
+    WRITE(IF,*) '    Total                    :  ',SCF%etot
+
+  END SUBROUTINE Total_Energy_Report
+
+!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
+  SUBROUTINE One_electron_energy_Report(Orbit,IF)
+    TYPE (Orbitinfo) ,INTENT(IN) :: Orbit
+    INTEGER, INTENT(IN) :: IF
+
+    INTEGER :: io
+
+    WRITE(IF,*)
+    WRITE(IF,*) 'Orbital energies'
+    WRITE(IF,"(' n  l     occupancy            energy')")
+    IF (frozencorecalculation) THEN
+       DO io=1,Orbit%norbit
+          IF (.NOT.Orbit%iscore(io)) &
+&              WRITE(IF,'(i2,1x,i2,4x,1p,2e15.7)') &
+&              Orbit%np(io),Orbit%l(io),Orbit%occ(io),Orbit%eig(io)
+       ENDDO
+    ELSE
+       DO io=1,Orbit%norbit
+          WRITE(IF,'(i2,1x,i2,4x,1p,2e15.7)') &
+&              Orbit%np(io),Orbit%l(io),Orbit%occ(io),Orbit%eig(io)
+       ENDDO
+    ENDIF
+  END SUBROUTINE One_electron_energy_Report
+
+!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
+  SUBROUTINE Core_Electron_Report(Orbit,FC,IF)
+    TYPE (Orbitinfo) ,INTENT(IN) :: Orbit
+    TYPE (FCinfo) ,INTENT(IN) :: FC
+    INTEGER, INTENT(IN) :: IF
+
+    INTEGER :: io
+
+    IF (.NOT.frozencorecalculation) RETURN
+
+    WRITE(IF,*)
+    WRITE(IF,*) ' All-Electron core states (zcore)', FC%zcore
+    WRITE(IF,"(' n  l     occupancy            energy')")
+    DO io=1,Orbit%norbit
+       IF (Orbit%iscore(io)) &
+&           WRITE(IF,'(i2,1x,i2,4x,1p,2e15.7)') &
+&           Orbit%np(io),Orbit%l(io),Orbit%occ(io),Orbit%eig(io)
+    ENDDO
+  END SUBROUTINE Core_Electron_Report
+
+!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
+  SUBROUTINE Valence_Electron_Report(Orbit,FC,IF)
+    TYPE (Orbitinfo) ,INTENT(IN) :: Orbit
+    TYPE (FCinfo) ,INTENT(IN) :: FC
+    INTEGER, INTENT(IN) :: IF
+
+    INTEGER :: io
+
+    IF (.NOT.frozencorecalculation) RETURN
+
+    WRITE(IF,*)
+    WRITE(IF,*) ' All-Electron valence states (zvale)', FC%zvale
+    WRITE(IF,*) ' Below are listed the All-Electron valence states'
+    WRITE(IF,"(' n  l     occupancy            energy')")
+    DO io=1,Orbit%norbit
+       IF (.not.Orbit%iscore(io)) &
+&           WRITE(IF,'(i2,1x,i2,4x,1p,2e15.7)') &
+&           Orbit%np(io),Orbit%l(io),Orbit%occ(io),Orbit%eig(io)
+    ENDDO
+  END SUBROUTINE Valence_Electron_Report
+
+!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
+  SUBROUTINE Total_FCEnergy_Report(SCF,IF)
+    TYPE (SCFinfo) ,INTENT(INOUT) :: SCF
+    INTEGER, INTENT(IN) :: IF
+
+    WRITE(IF,*)
+    WRITE(IF,*) ' Valence energies'
+    WRITE(IF,*) '    Kinetic energy contribution:',SCF%valekin
+    WRITE(IF,*) '    Coulomb contribution     :  ',SCF%valecoul
+    WRITE(IF,*) '    Exch        contribution :  ',SCF%valeexc
+
+     SCF%evale=SCF%valekin+SCF%valecoul+SCF%valeexc
+
+    WRITE(IF,*) '    Total valence            :  ',SCF%evale
+
+  END SUBROUTINE Total_FCEnergy_Report
+
+!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
+  !  Report SCF AE
+  !
+!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
+  SUBROUTINE Report_AESCF(Grid,AEPot,AEOrbit)
+    TYPE(GridInfo), INTENT(IN) :: Grid
+    TYPE(PotentialInfo), INTENT(IN) :: AEPot
+    TYPE(OrbitInfo), INTENT(IN) :: AEOrbit
+    INTEGER i,j,n
+
+    n=Grid%n
+    OPEN (unit=1001,file='AE_pot')
+    DO i = 1,n
+       WRITE(1001,'(1p,7e15.7)') Grid%r(i),AEPot%rv(i) ,&
+&           AEPOt%rvx(i),AEPot%rvh(i),AEPot%rvn(i),AEOrbit%den(i)
+    ENDDO
+    CLOSE(1001)
+
+    OPEN (unit=1001,file='AE_wfn')
+    DO i = 1,n
+       WRITE(1001,'(1p,50e15.7)') Grid%r(i),&
+&           (AEOrbit%wfn(i,j),j=1,AEOrbit%norbit)
+    ENDDO
+    CLOSE(1001)
+
+  END SUBROUTINE Report_AESCF
+
+!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
+  !  Report SCF FC
+  !
+!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
+  SUBROUTINE Report_FCSCF(Grid,FCPOT,FCOrbit)
+    TYPE(GridInfo), INTENT(IN) :: Grid
+    TYPE(PotentialInfo), INTENT(IN) :: FCPot
+    TYPE(OrbitInfo), INTENT(IN) :: FCOrbit
+
+    INTEGER i,j,n
+
+    n=Grid%n
+    OPEN (unit=2001,file='FC_Pot')
+    DO i = 1,n
+       WRITE(1001,'(1p,7e15.7)') Grid%r(i),FCPot%rv(i) ,&
+&           FCPot%rvx(i),FCPot%rvh(i),FCPot%rvn(i),FCOrbit%den(i)
+    ENDDO
+    CLOSE(2001)
+
+
+    OPEN (unit=2001,file='FC_wfn')
+    DO i = 1,n
+       WRITE(2001,'(1p,50e15.7)') Grid%r(i),&
+&           (FCOrbit%wfn(i,j),j=1,FCOrbit%norbit)
+    ENDDO
+    CLOSE(2001)
+
+  END SUBROUTINE Report_FCSCF
+
+  SUBROUTINE summary_report(ifen,key,Grid,Orbit,Pot,SCF)
+    INTEGER, INTENT(IN) :: ifen
+    CHARACTER(2), INTENT(IN) :: key
+    TYPE(GridInfo), INTENT(IN) :: Grid
+    TYPE(OrbitInfo), INTENT(IN) :: Orbit
+    TYPE(PotentialInfo), INTENT(IN) :: Pot
+    TYPE(SCFInfo), INTENT(IN) :: SCF
+
+
+    WRITE(ifen,*)
+    WRITE(ifen,*) 'Completed calculations for ',TRIM(POT%sym)
+    IF (TRIM(Orbit%exctype)=='EXX') THEN
+       WRITE(ifen,*) 'Exact exchange calculation'
+    ELSEIF (TRIM(Orbit%exctype)=='EXXKLI') THEN
+       WRITE(ifen,*) 'Exact exchange KLI calculation'
+    ELSEIF (TRIM(Orbit%exctype)=='EXXOCC') THEN
+       WRITE(ifen,*) 'Exact exchange OCC calculation'
+    ELSEIF (TRIM(Orbit%exctype)=='HF') THEN
+       WRITE(ifen,*) 'Hartree Fock calculation'
+    ELSE
+       CALL Report_EXC(ifen)
+    ENDIF
+
+    CALL reportgrid(Grid,ifen)
+    IF (scalarrelativistic) THEN
+       IF(.NOT.finitenucleus) THEN
+          WRITE(ifen,*) 'Scalar relativistic calculation -- point nucleus'
+       ELSE
+          WRITE(ifen,*) &
+&              'Scalar relativistic calculation -- finite (Gaussian) nucleus'
+       ENDIF
+    ELSE
+       WRITE(ifen,*) 'Non-relativistic calculation'
+    ENDIF
+
+    IF (key=='AE'.OR.key=='NC') &
+&        WRITE(ifen,*) '  AEatom converged in',SCF%iter,' iterations'
+    IF (key=='FC'.OR.key=='SC') &
+&        WRITE(ifen,*) '  FCatom converged in',SCF%iter,' iterations'
+    WRITE(ifen,'(a,f6.2)') '     for nz = ',Pot%nz
+    WRITE(ifen,*) '    delta  = ', SCF%delta
+    CALL One_electron_energy_Report(Orbit,ifen)
+    WRITE(ifen,*)
+    WRITE(ifen,*) ' Total energy'
+    WRITE(ifen,*) '    Total                    :  ',SCF%etot
+    IF (key=='FC'.OR.key=='SC') THEN
+       WRITE(ifen,*) '    Valence                  :  ',SCF%evale
+    ENDIF
+
+  END SUBROUTINE summary_report
+
+END MODULE report_mod
+
diff --git a/src/search_sort.f90 b/src/search_sort.f90
new file mode 100644
index 0000000..6bab171
--- /dev/null
+++ b/src/search_sort.f90
@@ -0,0 +1,254 @@
+!******************************************************************************
+!
+! File : search_sort.f90
+!   by : Alan Tackett
+!   on : 11/17/95
+!  for : General Routines for Searching and Sorting arrays
+!
+! Searching Routines
+!      Linear_Search - Performs a linear search
+!      Binary_Search - Performs a binary search
+!
+! Sorting Routines
+!      Insertion_Sort - Sorts an array using the Insertion Sort method
+!
+!
+!******************************************************************************
+
+MODULE search_sort
+
+  IMPLICIT NONE
+
+  INTERFACE Insertion_Sort
+     MODULE PROCEDURE Real_InsSort
+     MODULE PROCEDURE Integer_InsSort
+  END INTERFACE
+
+
+CONTAINS
+
+  !******************************************************************************
+  !
+  !  Linear_Search - Performs a linear search of an array and returns
+  !                  the index of the closest matching element
+  !
+  !  A          - Array of values to search
+  !  MatchValue - Value to match
+  !  Exact      - Upon return it contains TRUE if an exact match was found
+  !               and FALSE otherwise. (OPTIONAL)
+  !
+  !  Return Values
+  !       The closest match, index is returned. If EXACT is
+  !       supplied then it determines whether an exact match was found.
+  !
+  !******************************************************************************
+
+  INTEGER FUNCTION Linear_Search(A, MatchValue, Exact)
+    INTEGER,           INTENT(IN)  :: A(:)
+    INTEGER,           INTENT(IN)  :: MatchValue
+    LOGICAL, OPTIONAL, INTENT(OUT) :: Exact
+
+    LOGICAL  :: Found
+    INTEGER  :: i, BestIndex, A_Size
+    INTEGER  :: BestValue, BestMiss
+
+    A_Size = SIZE(A)
+    BestValue = A(1)
+    BestIndex = 1
+    BestMiss = ABS(BestValue - MatchValue)
+    i = 2
+    Found = .FALSE.
+
+    DO WHILE ((i<=A_Size) .AND. (BestValue /= MatchValue))
+       IF (ABS(A(i) - MatchValue) < BestMiss) THEN
+          BestIndex = i
+          BestValue = A(i)
+          BestMiss = ABS(BestValue - MatchValue)
+       END IF
+
+       i = i + 1
+    END DO
+
+    IF (PRESENT(Exact)) THEN
+       IF (BestValue == MatchValue) THEN
+          Exact = .TRUE.
+       ELSE
+          Exact = .FALSE.
+       END IF
+    END IF
+
+    Linear_Search = BestIndex
+    RETURN
+  END FUNCTION Linear_Search
+
+
+  !******************************************************************************
+  !
+  !  Linear_Search - Performs a binary search of an array and returns
+  !                  the index of the closest matching element that
+  !                  is LESS THAN OR EQUAL to the element.
+  !
+  !  A          - Array of values to search
+  !  MatchValue - Value to match
+  !  Exact      - Upon return it contains TRUE if an exact match was found
+  !               and FALSE otherwise. (OPTIONAL)
+  !
+  !  Return Values
+  !       The closest match, index is returned. If EXACT is
+  !       supplied then it determines whether an exact match was found.
+  !
+  !******************************************************************************
+
+  INTEGER FUNCTION Binary_Search(A, MatchValue, Exact)
+    INTEGER,           INTENT(IN)  :: A(:)
+    INTEGER,           INTENT(IN)  :: MatchValue
+    LOGICAL, OPTIONAL, INTENT(OUT) :: Exact
+
+    INTEGER  :: A_Size
+    INTEGER  :: HiIndex, LoIndex, i
+
+    A_Size = SIZE(A)
+    IF (A(1) > A(A_Size)) THEN
+       HiIndex = 1
+       LoIndex = A_Size
+    ELSE
+       HiIndex = A_Size
+       LoIndex = 1
+    END IF
+
+    i = (HiIndex + LoIndex) / 2
+    IF (A(HiIndex) <= MatchValue) THEN
+       i = HiIndex
+       LoIndex = i
+    ELSE IF (A(LoIndex) >= MAtchValue) THEN
+       i = LoIndex
+       HiIndex = i
+    END IF
+
+    DO WHILE ((HiIndex /= LoIndex) .AND. (A(i) /= MAtchValue))
+       IF (A(i) > MatchValue) THEN
+          HiIndex = i
+       ELSE
+          LoIndex = i
+       END IF
+
+       i = (HiIndex + LoIndex) / 2
+    END DO
+
+    IF (PRESENT(Exact)) Exact = .FALSE.
+
+    IF (A(i) == MatchValue) THEN
+       IF (PRESENT(Exact)) Exact = .TRUE.
+    END IF
+
+    Binary_Search = i
+    RETURN
+  END FUNCTION Binary_Search
+
+  !******************************************************************************
+  !
+  !  Insertion_Sort - Sorts an Array using an Insertion sort method.
+  !                   Best used for small arrrays or arrays that are almost
+  !                   sorted.
+  !
+  !  A         - Array to Sort
+  !  LUT       - Index table containing the new sorted order(RETURNED)
+  !  Ascending - Sort Direction.  If TRUE then sorted in ascending order
+  !              otherwise the array is sorted in descending order.
+  !
+  !
+  !******************************************************************************
+
+  SUBROUTINE Integer_InsSort(A, LUT, Ascending)
+    INTEGER, INTENT(IN)    :: A(:)
+    INTEGER, INTENT(INOUT) :: LUT(:)
+    LOGICAL, INTENT(IN)    :: Ascending
+
+    INTEGER :: i, j, k, A_Size
+    INTEGER :: CurrVal
+
+    A_Size = SIZE(A)
+
+    DO i=1, A_Size
+       LUT(i) = i
+    END DO
+
+    DO i = 2, A_Size
+       CurrVal = A(LUT(i))
+       j = i - 1
+
+       DO WHILE ((CurrVal < A(LUT(j))) .AND. (j>1))
+          LUT(j+1) = LUT(j)
+          j = j - 1
+       END DO
+
+       IF (CurrVal < A(LUT(j))) THEN
+          LUT(j+1) = LUT(j)
+          j = j - 1
+       END IF
+
+       LUT(j+1) = i
+    END DO
+
+    IF (.NOT. Ascending) THEN
+       j = A_Size / 2
+
+       DO i = 1, j
+          k = LUT(i)
+          LUT(i) = LUT(A_Size - i + 1)
+          LUT(A_Size - i + 1) = k
+       END DO
+    END IF
+
+    RETURN
+  END SUBROUTINE Integer_InsSort
+
+  !*******
+
+  SUBROUTINE Real_InsSort(A, LUT, Ascending)
+    REAL(8),    INTENT(IN)    :: A(:)
+    INTEGER, INTENT(INOUT) :: LUT(:)
+    LOGICAL, INTENT(IN)    :: Ascending
+
+    INTEGER :: i, j, k, A_Size
+    REAL(8)    :: CurrVal
+
+    A_Size = SIZE(A)
+
+    DO i=1, A_Size
+       LUT(i) = i
+    END DO
+
+    DO i = 2, A_Size
+       CurrVal = A(LUT(i))
+       j = i - 1
+
+       DO WHILE ((CurrVal < A(LUT(j))) .AND. (j>1))
+          LUT(j+1) = LUT(j)
+          j = j - 1
+       END DO
+
+       IF (CurrVal < A(LUT(j))) THEN
+          LUT(j+1) = LUT(j)
+          j = j - 1
+       END IF
+
+       LUT(j+1) = i
+    END DO
+
+    IF (.NOT. Ascending) THEN
+       j = A_Size / 2
+
+       DO i = 1, j
+          k = LUT(i)
+          LUT(i) = LUT(A_Size - i + 1)
+          LUT(A_Size - i + 1) = k
+       END DO
+    END IF
+
+    RETURN
+  END SUBROUTINE Real_InsSort
+
+END MODULE search_sort
+
+
diff --git a/src/xmlinterface.f90 b/src/xmlinterface.f90
new file mode 100644
index 0000000..3c8d09b
--- /dev/null
+++ b/src/xmlinterface.f90
@@ -0,0 +1,1352 @@
+!! NAME
+!!  XMLInterface
+!!
+!! FUNCTION
+!!  This module contains routines used to convert PAW atomic dataset into a XML file
+!!
+!! COPYRIGHT
+!! Copyright (C) 2013-2013 ATOMPAW group (NHolzwarth, MTorrent, FJollet)
+!! This file is distributed under the terms of the
+!! GNU General Public License, see ~abinit/COPYING
+!! or http://www.gnu.org/copyleft/gpl.txt.
+
+Module XMLInterface
+
+ use atomdata
+ use GlobalMath
+ use gridmod
+ use excor
+ use pseudo
+ use pkginfo
+
+ implicit none
+
+ private
+
+ public :: Atompaw2XML
+
+!!=================================================================
+!! CONSTANTS
+!!=================================================================
+
+!Nb of bytes related to subtypes
+ integer, parameter :: i1b=selected_int_kind(2)
+ integer, parameter :: i2b=selected_int_kind(4)
+ integer, parameter :: i4b=selected_int_kind(9)
+ integer, parameter :: dp=kind(1.0d0)
+ integer, parameter :: dpc=kind((1.0d0,1.0d0))
+ integer, parameter :: lgt=kind(.true.)
+
+!Default lengths
+ integer, parameter :: fnlen=132    ! maximum length of file name variables
+ integer, parameter :: strlen=32000 ! maximum length of input string
+
+!UNIX unit numbers : standard input, standard output
+ integer, parameter :: std_in=5,std_out=6
+
+!Real, fractionary and other constants
+ real(dp), parameter :: zero =0._dp
+ real(dp), parameter :: one  =1._dp
+ real(dp), parameter :: two  =2._dp
+ real(dp), parameter :: three=3._dp
+ real(dp), parameter :: four =4._dp
+ real(dp), parameter :: half =0.50_dp
+ real(dp), parameter :: tol8= 0.00000001_dp
+ real(dp), parameter :: tol10=0.0000000001_dp
+ real(dp), parameter :: tol12=0.000000000001_dp
+ real(dp), parameter :: tol14=0.00000000000001_dp
+ character(len=1), parameter :: ch10 = char(10)
+
+!Real physical constants
+!Revised fundamental constants from http://physics.nist.gov/cuu/Constants/index.html
+!(from 2002 least squares adjustment)
+ real(dp), parameter :: Bohr_Ang=0.5291772108_dp    ! 1 Bohr, in Angstrom
+ real(dp), parameter :: Ha_eV=27.2113845_dp ! 1 Hartree, in eV
+
+!!=================================================================
+!! DEFAULT PARAMETERS
+!!=================================================================
+
+!Version number
+ character*10 :: atompaw2xmlver='2.0.1', verdate='june 2013'
+
+!Default unit for XML file
+ integer, parameter :: unit_xml=22
+
+!Options
+ logical :: usexcnhat_def=.false.
+
+!Real Space Optimization (default parameters)
+ logical  :: userso_def=.false.
+ real(dp) :: ecut_rso_def=10._dp
+ real(dp) :: gfact_rso_def=two
+ real(dp) :: werror_rso_def=0.0001_dp
+
+ real(dp),parameter :: rmax_vloc=10._dp !We decide to cut at r=10 u.a because of numeric noise...
+
+!!=================================================================
+!! STRUCTURED DATATYPES
+!!=================================================================
+
+!Definition of various radial meshes
+ type mesh_data_type
+  integer :: mesh_type           ! Default type of meshes (lin. or log.)
+  integer :: nmesh               ! Number of meshes
+  integer :: iwavmesh            ! Index of mesh for partial waves
+  integer :: iprjmesh            ! Index of mesh for projectors
+  integer :: icoremesh           ! Index of mesh for core density
+  integer :: ivionmesh           ! Index of mesh for vion potential
+  integer :: ivbaremesh          ! Index of mesh for vbare potential
+  integer :: ivalemesh           ! Index of mesh for valence density
+  integer :: wav_meshsz          ! Size of mesh for partial waves
+  integer :: sph_meshsz          ! Size of mesh for partial waves
+  integer :: prj_meshsz          ! Size of mesh for projectors
+  integer :: core_meshsz         ! Size of mesh for core density
+  integer :: vion_meshsz         ! Size of mesh for vion potential
+  integer :: vbare_meshsz        ! Size of mesh for vbare potential
+  integer :: vale_meshsz         ! Size of mesh for valence density
+  integer :: prj_msz_max         ! Maximum size for projector (used for RSO)
+  real(dp) :: rad_step           ! Default value for radial step
+  real(dp) :: log_step           ! Default value for log step
+  integer,pointer :: meshtp(:)   ! Array storing mesh type for all meshes
+  integer,pointer :: meshsz(:)   ! Array storing mesh size for all meshes
+  real(dp),pointer :: radstp(:)  ! Array storing radial step for all meshes
+  real(dp),pointer :: logstp(:)  ! Array storing log step for all meshes
+ end type mesh_data_type
+
+!Options for REAL SPACE OPTIMIZATION of projectors
+ type pawrso_type
+  logical :: userso           ! TRUE if Real Space Optimization is required
+  real(dp) :: ecut            ! Real Space Optimization parameter: plane wave cutoff = 1/2 Gmax**2
+  real(dp) :: gfact           ! Real Space Optimization parameter: Gamma/Gmax ratio
+  real(dp) :: werror          ! Real Space Optimization parameter: max. error W_l allowed
+ end type pawrso_type
+
+
+ CONTAINS
+
+!!=================================================================
+!! NAME
+!! atompaw2xml
+!!
+!! FUNCTION
+!! Main routine for building a XML PAW dataset file.
+!!
+!!       Units: Energies=Hartree, Lengths=Bohr
+!!
+!! PARENTS
+!! atompaw
+!!
+!! CHILDREN
+!! rdinputxml,build_mesh_data,opt_proj_rso,xmloutput
+!!=================================================================
+
+ subroutine Atompaw2XML(AEOrbit,AEPot,AESCF,PAW,FC,Grid,ifinput)
+
+ integer,intent(in) :: ifinput
+ type(OrbitInfo), intent(in)     :: AEOrbit
+ type(PotentialInfo), intent(in) :: AEPot
+ type (SCFInfo),  intent(in)     :: AESCF
+ type(Pseudoinfo), intent(in)    :: PAW
+ type(FCInfo), intent(in)        :: FC
+ type(GridInfo), intent(in)      :: Grid
+
+!------------------------------------------------------------------
+!---- Local variables
+!------------------------------------------------------------------
+
+ integer :: id,vlocopt
+ type(mesh_data_type) :: mesh_data
+ type(pawrso_type) :: pawrso
+ character*(fnlen) :: author,file_xml,xcname
+ character*(5000) :: input_string
+ real(dp),allocatable :: tproj(:,:)
+
+!------------------------------------------------------------------
+!---- Executable code
+!------------------------------------------------------------------
+
+ write(std_out,'(2a)') ch10,'========================================================'
+ write(std_out,'(3a)')      '==   Atompaw2XML - v',trim(atompaw2xmlver),&
+&                                                       ':                         =='
+ write(std_out,'(a)')       '==   Writes a PAW dataset generated by "Atompaw"      =='
+ write(std_out,'(a)')       '==   into a XML file...                                  =='
+ write(std_out,'(a)')       '========================================================'
+
+ call read_inputstring(ifinput,input_string)
+
+!------------------------------------------------------------------
+!---- Read choices from input file
+
+ call rdinputxml(vlocopt,pawrso,author,input_string)
+
+!------------------------------------------------------------------
+!---- Build radial meshes definitions
+ call build_mesh_data(mesh_data,Grid,PAW%irc,PAW%ivion,PAW%ivale,PAW%coretailpoints)
+
+!------------------------------------------------------------------
+!--Check that the pseudo valence density is zero at grid end
+ if (mesh_data%vale_meshsz>0) then
+  write(std_out,'(/,2x,a,a,f5.2,a,a,g11.4)') 'Atompaw2XML info:',&
+&   '  At r=',Grid%r(mesh_data%vale_meshsz),' a.u.,',&
+&   ' Pseudo_valence_density= ', PAW%tden(mesh_data%vale_meshsz) &
+&                               /Grid%r(mesh_data%vale_meshsz)**2/(4*pi)
+  write(std_out,'(2x,a)') '  This quantity must be as small as possible.'
+ endif
+
+!------------------------------------------------------------------
+!--Check that the potential is zero at grid end
+ if (vlocopt==1) then
+  write(std_out,'(/,2x,a,a,f5.2,a,a,g11.4)') 'Atompaw2XML info:',&
+&   '  At r_vloc=',Grid%r(mesh_data%vion_meshsz),' a.u.,',&
+&   ' VHartree(ntild(Zv+Zc))= -Zv/r + ', half*PAW%abinitvloc(mesh_data%vion_meshsz) &
+&                                    +(AEPot%nz-FC%zcore)/Grid%r(mesh_data%vion_meshsz)
+  write(std_out,'(2x,a)') '  This quantity must be as small as possible.'
+ endif
+ if (vlocopt==2) then
+  write(std_out,'(/,2x,a,a,f5.2,a,a,g11.4)') 'Atompaw2XML info:',&
+&   '  At r_vloc=',Grid%r(mesh_data%vion_meshsz),' a.u.,',&
+&   ' VHartree(ntild(Zv+Zc))= -Zv/r + ', half*PAW%abinitnohat(mesh_data%vion_meshsz) &
+&                                    +(AEPot%nz-FC%zcore)/Grid%r(mesh_data%vion_meshsz)
+  write(std_out,'(2x,a)') '  This quantity must be as small as possible.'
+ endif
+
+!------------------------------------------------------------------
+!---- Eventually optimize projectors
+ allocate(tproj(mesh_data%prj_msz_max,PAW%nbase))
+ tproj=zero
+ do id=1,PAW%nbase
+  tproj(1:mesh_data%wav_meshsz,id)=PAW%otp(1:mesh_data%wav_meshsz,id)
+ end do
+ call opt_proj_rso(tproj,mesh_data,pawrso,Grid,PAW)
+
+!------------------------------------------------------------------
+!---- Write PAW dataset file in XML format
+ xcname=exctype;if (have_libxc) call libxc_getshortname(exctype,xcname)
+ file_xml=TRIM(AEpot%sym)//'.'//TRIM(xcname)//'-paw'
+
+ call xmloutput(file_xml,Grid,AESCF,AEPot,FC,PAW,mesh_data,tproj,vlocopt,&
+&               input_string,author)
+
+!------------------------------------------------------------------
+!---- End
+ deallocate(tproj)
+ call destroy_mesh_data(mesh_data)
+
+ write(std_out,'(2x,a,a)') 'Atompaw2XML ended.',ch10
+
+ end subroutine Atompaw2XML
+
+
+!!=================================================================
+!! NAME
+!! rdinputxml
+!!
+!! FUNCTION
+!! Read the input file in order to get XML dataset options
+!!
+!! INPUTS
+!!
+!! OUTPUT
+!!  vlocopt= option for Vloc (use of nhat in XC or not)
+!!  pawrso
+!!    %ecut=Real Space Optimization parameter: plane wave cutoff = 1/2 Gmax**2
+!!    %gfact=Real Space Optimization parameter: Gamma/Gmax ratio
+!!    %userso=TRUE if REAL Space Optimization is required
+!!    %werror=Real Space Optimization parameter: max. error W_l allowed
+!!
+!! SIDE EFFECTS
+!!  input_string= string containing a copy of atompaw input file
+!!                appended here
+!!
+!! PARENTS
+!! atompaw2xml
+!!
+!! CHILDREN
+!! extractword,uppercase
+!!=================================================================
+
+ subroutine rdinputxml(vlocopt,pawrso,author,input_string)
+
+ integer,intent(out) :: vlocopt
+ type(pawrso_type),intent(out) :: pawrso
+ character(len=*),intent(out) :: author
+ character(len=*),intent(inout) :: input_string
+
+!------------------------------------------------------------------
+!---- Local variables
+!------------------------------------------------------------------
+
+ integer :: i_author,i_usexcnhat,i_rsoptim,iend,ok,nn
+ character*(fnlen) :: readline,readline_u,inputline,inputword
+
+!------------------------------------------------------------------
+!---- Executable code
+!------------------------------------------------------------------
+
+ read(std_in,'(a)',advance='no',iostat=ok) readline
+
+ readline_u=readline
+ call Uppercase(readline_u)
+
+ i_usexcnhat=index(readline_u,'USEXCNHAT')
+ i_rsoptim  =index(readline_u,'RSOPTIM')
+ i_author   =index(readline_u,'AUTHOR')
+
+!Option for use of NHAT in XC
+ if (i_usexcnhat>0) then
+  vlocopt=1
+ else
+  if (     usexcnhat_def) vlocopt=1
+  if (.not.usexcnhat_def) vlocopt=2
+ end if
+ if (vlocopt==1) &
+&  write(std_out,'(a,2x,a)') ch10,'Zero potential and Blochl local ionic potential will be output in XML file'
+ if (vlocopt/=1) &
+&  write(std_out,'(a,2x,a)') ch10,'Zero potential and Kresse local ionic potential will be output in XML file'
+
+!Option for use of REAL SPACE OPTIMIZATION
+ pawrso%userso=userso_def
+ pawrso%ecut=ecut_rso_def
+ pawrso%gfact=gfact_rso_def
+ pawrso%werror=werror_rso_def
+ if (i_rsoptim>0) then
+  pawrso%userso=.true.
+  iend=128
+  if (i_usexcnhat>i_rsoptim.and.i_usexcnhat-1<iend) iend=i_usexcnhat-1
+  inputline=""
+  if (iend>i_rsoptim+7) inputline=trim(readline(i_rsoptim+7:iend))
+  if (inputline/="") then
+   call extractword(1,inputline,inputword);inputword=trim(inputword)
+   if (inputword/="") then
+    read(inputword,*) pawrso%ecut
+    call extractword(2,inputline,inputword);inputword=trim(inputword)
+    if (inputword/="") then
+     read(inputword,*) pawrso%gfact
+     call extractword(3,inputline,inputword);inputword=trim(inputword)
+     if (inputword/="") read(inputword,*) pawrso%werror
+    end if
+   end if
+  end if
+ end if
+ if (pawrso%userso) then
+  write(std_out,'(a,2x,a,f4.1,a,f3.1,a,g6.1,a)') ch10,&
+    'Real Space optim.: Ecut, Gamma/Gmax, Wl(error) [',&
+    pawrso%ecut,', ',pawrso%gfact,', ',pawrso%werror,']'
+ else
+  write(std_out,'(a,2x,a)') ch10,'No Real Space Optimization of projectors'
+ end if
+
+ if(i_author>0) then
+   inputline=trim(readline(i_author+6:))
+   read(unit=inputline,fmt=*) author
+   author=trim(author) ; nn=len(trim(author))
+   write(unit=input_string,fmt='(6a)') trim(input_string),char(10),&
+&   "XMLOUT",char(10),readline(1:i_author-1),trim(readline(i_author+nn+10:))
+ else
+   author=""
+   write(unit=input_string,fmt='(5a)') trim(input_string),char(10),&
+&   "XMLOUT",char(10),trim(readline)
+ end if
+
+ end subroutine rdinputxml
+
+
+!!=================================================================
+!! NAME
+!! opt_proj_rso
+!!
+!! FUNCTION
+!! Apply Real Space Optimization (RSO) on non-local projectors in order
+!! to smooth them and cut large reciprocal vectors contribution.
+!! Directly written from:
+!!  RD King-smith, MC Payne and JS Lin, Phys. Rev. B, 44 (1991), 13063
+!!
+!! INPUTS
+!!  mesh_data=datastructure containing mesh size definitions
+!!  pawrso
+!!    %ecut_rso=Real Space Optimization parameter: plane wave cutoff = 1/2 Gmax**2
+!!    %gfact_rso=Real Space Optimization parameter: Gamma/Gmax ratio
+!!    %userso=TRUE if REAL Space Optimization is required
+!!    %werror_rso=Real Space Optimization parameter: max. error W_l allowed
+!!  Grid= grid info from atompaw
+!!  PAW= PAW datastructure from atompaw
+!!
+!! SIDE EFFECTS
+!!  mesh_data
+!!    %prj_meshsz= Dimension of radial mesh for tproj
+!!  tproj(prj_msz_max,nbase)= projectors on partial waves
+!!
+!! PARENTS
+!! atompaw2xml
+!!
+!! CHILDREN
+!! aamat,simpson_int,gauleg,jbessel,DGETRF,DGETRS
+!!=================================================================
+
+ subroutine opt_proj_rso(tproj,mesh_data,pawrso,Grid,PAW)
+
+ type(mesh_data_type),intent(inout) :: mesh_data
+ type(pawrso_type),intent(in)    :: pawrso
+ type(Gridinfo),intent(in) :: Grid
+ type(Pseudoinfo),intent(in) ::  PAW
+ real(dp),intent(inout) :: tproj(mesh_data%prj_msz_max,PAW%nbase)
+
+!------------------------------------------------------------------
+!---- Local variables
+!------------------------------------------------------------------
+
+ integer,parameter :: ngaussmax=50
+ integer, parameter :: nqmax=500
+
+ integer :: ib,info,iq,iqp,ir,ll,nqgauss1,nqgauss2,r0_meshsz,rp_meshsz
+ real(dp) :: amat,bess,bessp,dum,dq,gamma,gmax,lstep,r0,rc_prj,rstep,wwmax,wwl,xx
+
+ integer, allocatable :: iwork(:)
+ real(dp),allocatable :: am(:,:),bm(:),chi1g(:,:),chi2g(:),chireg(:,:),ff(:),&
+&                        gg(:),qgauss1(:),qgauss2(:),wgauss1(:),wgauss2(:)
+
+!------------------------------------------------------------------
+!---- Executable code
+!------------------------------------------------------------------
+
+ if (.not.pawrso%userso) return
+
+ write(std_out,'(3(/,2x,a),/,2x,a,f7.2,/,2x,a,f6.2,/,2x,a,g11.3)') &
+&     'Atompaw2XML info:',&
+&     '  Optimizing non-local projectors',&
+&     '  using Real Space Optimization...',&
+&     '  Parameters: Ecut (Hartree)=',pawrso%ecut,&
+&     '              Gamma/Gmax    =',pawrso%gfact,&
+&     '              Wl max (error)=',pawrso%werror
+
+!Initialize data for optimization
+ rstep=mesh_data%radstp(mesh_data%iprjmesh)
+ lstep=mesh_data%logstp(mesh_data%iprjmesh)
+ if (usingloggrid(Grid)) then
+  rc_prj=rstep*(exp(dble(mesh_data%prj_meshsz-1)*lstep)-1.d0)
+ else
+  rc_prj=rstep*dble(mesh_data%prj_meshsz-1)
+ end if
+ r0=rc_prj/1.035_dp
+ gmax=sqrt(two*pawrso%ecut)
+ gamma=pawrso%gfact*gmax
+ wwmax=10000000000._dp
+
+ rp_meshsz=mesh_data%prj_meshsz;allocate(ff(rp_meshsz))
+
+!Define q mesh for reciprocal space
+ nqgauss1=ngaussmax
+ allocate(qgauss1(nqgauss1),wgauss1(nqgauss1))
+ call gauleg(zero,gmax,qgauss1,wgauss1,nqgauss1)
+ nqgauss2=ngaussmax
+ allocate(qgauss2(nqgauss2),wgauss2(nqgauss2))
+ call gauleg(gmax,gamma,qgauss2,wgauss2,nqgauss2)
+ allocate(chi1g(nqgauss1,PAW%nbase),chireg(nqmax,PAW%nbase))
+ allocate(am(nqgauss2,nqgauss2),bm(nqgauss2),chi2g(nqgauss2))
+
+!Transfer tproj(r) into chi(q) for 0<q<gmax
+!-- On a Gaussian mesh
+ do ib=1,PAW%nbase
+  ll=PAW%l(ib)
+  do iq=1,nqgauss1
+   do ir=1,rp_meshsz
+    call jbessel(bess,bessp,dum,ll,0,qgauss1(iq)*Grid%r(ir))
+    ff(ir)=bess*Grid%r(ir)*tproj(ir,ib)
+   enddo
+   call simpson_int(ff,Grid,rp_meshsz,chi1g(iq,ib))
+  enddo
+!-- On a regular mesh
+  dq=gmax/dble(nqmax-1)
+  do iq=1,nqmax
+   do ir=1,rp_meshsz
+    call jbessel(bess,bessp,dum,ll,0,dble(iq-1)*dq*Grid%r(ir))
+    ff(ir)=bess*Grid%r(ir)*tproj(ir,ib)
+   enddo
+   call simpson_int(ff,Grid,rp_meshsz,chireg(iq,ib))
+  enddo
+ enddo
+
+!Loop on error Wl
+ do while (wwmax>pawrso%werror)
+  wwmax=-one
+  if (usingloggrid(Grid)) then
+   r0_meshsz=max(int(log(one+(r0*1.035_dp)/rstep)/lstep)+1,mesh_data%prj_meshsz+1)
+  else
+   r0_meshsz=max(int(r0*1.035_dp/rstep)+1,mesh_data%prj_meshsz+1)
+   if (mod(r0_meshsz,2)==0) r0_meshsz=r0_meshsz-1
+  end if
+  if (r0_meshsz>mesh_data%prj_msz_max) then
+   write(std_out,'(/,2x,a)') 'Error in Atompaw2XML(opt_proj_rsp): ro_meshsz too big !'
+   stop
+  endif
+  r0=Grid%r(r0_meshsz)
+  allocate(gg(r0_meshsz))
+
+!Loop on (l,n) basis
+ do ib=1,PAW%nbase
+  ll=PAW%l(ib)
+
+!Compute chi(q) for gmax<q<gamma on Gauss mesh
+! --Loop on q
+  do iq=1,nqgauss2
+
+!  --Compute bm(q)
+   bm(iq)=zero
+   do iqp=1,nqgauss1
+    call aamat(amat,qgauss2(iq),qgauss1(iqp),r0,ll)
+    bm(iq)=bm(iq)+amat*chi1g(iqp,ib)*wgauss1(iqp)
+   enddo
+
+!  --Compute am(q,qp)
+   do iqp=1,iq
+    call aamat(amat,qgauss2(iq),qgauss2(iqp),r0,ll)
+    am(iq,iqp)=-amat*wgauss2(iqp)
+    am(iqp,iq)=-amat*wgauss2(iq)
+   enddo
+   am(iq,iq)=am(iq,iq)+(half*pi)*qgauss2(iq)**2
+
+! --End loop on q
+  enddo
+
+
+! Solve Am(q,qp).X(q)=Bm(q)
+  allocate(iwork(nqgauss2))
+  call DGETRF(nqgauss2,nqgauss2,am,nqgauss2,iwork,info)
+  call DGETRS('N',nqgauss2,1,am,nqgauss2,iwork,bm,nqgauss2,info)
+  deallocate(iwork)
+
+  chi2g=bm
+
+! Transfer back chi(q) into tproj(r)
+  do ir=1,r0_meshsz
+   xx=zero
+   do iq=1,nqgauss1
+    call jbessel(bess,bessp,dum,ll,0,qgauss1(iq)*Grid%r(ir))
+    xx=xx+wgauss1(iq)*bess*chi1g(iq,ib)*qgauss1(iq)**2
+   enddo
+   do iq=1,nqgauss2
+    call jbessel(bess,bessp,dum,ll,0,qgauss2(iq)*Grid%r(ir))
+    xx=xx+wgauss2(iq)*bess*chi2g(iq)*qgauss2(iq)**2
+   enddo
+   tproj(ir,ib)=two*Grid%r(ir)*xx/pi
+  enddo
+
+!Estimate the error W_l(q)
+! --Compute Int(0,R0) [r**2.chi(r).jl(qr)] (and Wl)
+! --for each q of the regular mesh
+  wwl=-one
+  do iq=1,nqmax
+   do ir=1,r0_meshsz
+    call jbessel(bess,bessp,dum,ll,0,dble(iq-1)*dq*Grid%r(ir))
+    gg(ir)=bess*Grid%r(ir)*tproj(ir,ib)
+   enddo
+   call simpson_int(gg,Grid,r0_meshsz,xx)
+   wwl=max(abs(chireg(iq,ib)-xx),wwl)
+  enddo
+  wwl=wwl/maxval(abs(chireg(:,ib)))
+  wwmax=max(wwl,wwmax)
+
+!End loop on ib
+ enddo
+
+!End loop on error
+ deallocate(gg)
+ enddo
+
+ deallocate(am,bm,chi1g,chi2g,chireg,ff,wgauss1,qgauss1,wgauss2,qgauss2)
+
+ mesh_data%prj_meshsz=r0_meshsz
+ write(std_out,'(2(a,f7.4),a)') '  New radius R0 for nl projectors (Bohr)=',&
+&                         r0,' (=',r0/rc_prj,'*Rc(proj))'
+ if (r0>1.55_dp*rc_prj) &
+&  write(std_out,'(4(/,a))') &
+&                'Warning:',&
+&                '  Radius for nl projectors (R0) seems to be high !',&
+&                '  You should change parameters of Real Space Optimization',&
+&                '  (increase Ecut, Gamma/Gmax or Wl).'
+
+ end subroutine opt_proj_rso
+
+!------------------------------------------------------------------
+!---- aamat: useful matrix for Real Space Optimization of projectors
+!------------------------------------------------------------------
+
+ subroutine aamat(amat,qq,qqp,r0,ll)
+ integer,intent(in) :: ll
+ real(dp),intent(in) :: qq,qqp,r0
+ real(dp),intent(out) :: amat
+
+ real(dp) :: bess,bessp,bess_,bessp_,dum
+
+ call jbessel(bess,bessp,dum,ll,1,qqp*r0)
+ if (dabs(qq-qqp)<tol10) then
+  amat=qq**3*half*r0**2*(bess*bessp &
+&      +qq*r0*bessp**2+qq*r0*bess**2 &
+&      -dble(ll*(ll+1))/(qq*r0)*bess**2)
+ else
+  call jbessel(bess_,bessp_,dum,ll,1,qq*r0)
+  amat=qq**2*qqp**2/(qqp**2-qq**2)*r0**2 &
+&     *(bess*bessp_*qq-bess_*bessp*qqp)
+ endif
+
+ end subroutine aamat
+
+
+!!=================================================================
+!! NAME
+!! xmloutput
+!!
+!! FUNCTION
+!! write the paw data file in XML format
+!!
+!! INPUTS
+!! fname=file name (without .xml suffixe)
+!! Grid= Grid datastructure from atompaw
+!! AESCF= AESCF datastructure from atompaw
+!! AEPOT= AEPOT datastructure from atompaw
+!! PAW= PAW datastructure from atompaw
+!! FC= FC datastructure from atompaw
+!! mesh_data= datatructure containing the definition of
+!!            all the radial meshes used in the XML file
+!! tproj(prj_msz_max,nbase)= PAW projectors
+!!       (might be modified by real space optimization)
+!! vlocopt= option for local potential (1=Blochl, 2=Kresse)
+!! input_string= string containing a copy of atompaw input file
+!!
+!! PARENTS
+!! atompaw2xml
+!!
+!! CHILDREN
+!!
+!!=================================================================
+
+ SUBROUTINE xmloutput(fname,Grid,AESCF,AEPot,FC,PAW,mesh_data,tproj,&
+&                     vlocopt,input_string,author)
+
+ integer,intent(in) :: vlocopt
+ character(len=*),intent(in) :: input_string,author,fname
+ TYPE(Gridinfo),intent(in) :: Grid
+ TYPE (SCFInfo),intent(in) :: AESCF
+ TYPE(Potentialinfo),intent(in) :: AEPot
+ TYPE (FCInfo),intent(in) :: FC
+ TYPE(Pseudoinfo),intent(in) :: PAW
+ TYPE(mesh_data_type),intent(in) :: mesh_data
+ real(dp) :: tproj(mesh_data%prj_msz_max,PAW%nbase)
+
+!------------------------------------------------------------------
+!---- Local variables
+!------------------------------------------------------------------
+
+ integer :: ib,ic,ii,n,irc,OK
+ character(len=3) :: gridtype
+ character(len=4) :: char4
+ character(len=5) :: char5a,char5b,xc_type
+ character(len=20) :: char20
+ character(len=132) :: xc_name
+ real(dp) :: radstp0,logstp0,sqr4pi
+ character(len=3) :: gridt(mesh_data%nmesh)
+ real(dp),allocatable :: dum(:)
+
+!------------------------------------------------------------------
+!---- Executable code
+!------------------------------------------------------------------
+
+!Some defs
+ gridtype="log"
+ sqr4pi=sqrt(4*pi)
+ n=Grid%n;irc=PAW%irc
+
+!Open file for writing
+ OPEN(unit_xml,file=TRIM(fname)//'.xml',form='formatted')
+
+!Write header
+ WRITE(unit_xml,'("<?xml  version=""1.0""?>")')
+ WRITE(unit_xml,'("<paw_setup version=""0.5"">")')
+ write(unit=char5a,fmt='(f5.2)') AEPot%zz
+ WRITE(unit_xml,'("<atom symbol=""",a,""" Z=""",a,$)') &
+&   trim(ADJUSTL(AEPot%sym)),trim(ADJUSTL(char5a))
+ write(unit=char5a,fmt='(f5.2)') FC%zcore
+ write(unit=char5b,fmt='(f5.2)') AEPot%nz-FC%zcore
+ WRITE(unit_xml,'(""" core=""",a,""" valence=""",a,"""/>")') &
+&   trim(ADJUSTL(char5a)),trim(ADJUSTL(char5b))
+
+!Write XC definition
+ if (trim(ADJUSTL(exctype))=="LDA-PW") then
+   xc_type="LDA"
+   xc_name="PW"
+ elseif (trim(ADJUSTL(exctype))=="GGA-PBE") then
+   xc_type="GGA"
+   xc_name="PBE"
+ elseif (trim(ADJUSTL(exctype))=="GGA-PBESOL") then
+   xc_type="GGA"
+   xc_name="PBESOL"
+ else if (have_libxc) then
+   if (libxc_isgga()) then
+     xc_type="GGA"
+   else
+     xc_type="LDA"
+   end if
+   xc_name=trim(exctype)
+!else ! old coding
+!  xc_type="LIBXC"
+!  write(xc_name,'(i6)') -pshead%pspxc_abinit
+ else
+   stop "Error in Atompaw2XML: unknown XC type !"
+ end if
+ WRITE(unit_xml,'("<xc_functional type=""",a,""" name=""",a,"""/>")') &
+&      TRIM(xc_type),TRIM(xc_name)
+
+!Generator data
+ if (scalarrelativistic) then
+   WRITE(unit_xml,'("<generator type=""scalar-relativistic"" name=""atompaw"">")')
+ else
+   WRITE(unit_xml,'("<generator type=""non-relativistic"" name=""atompaw"">")')
+ endif
+ WRITE(unit_xml,'("</generator>)")')
+
+!Echo input file
+!WRITE(unit_xml,'("<!-- Contact info: email: natalie at wfu.edu")')
+!WRITE(unit_xml,'("               web: pwpaw.wfu.edu")')
+!WRITE(unit_xml,'(" Energy units=Hartree, length units=bohr")')
+!WRITE(unit_xml,'(" Note: consistent with 06-14-06 standard")')
+!WRITE(unit_xml,'(" As discussed at CECAM PAW Workshop     ")')
+!Call PrintDate(unit_xml, ' PAW functions generated on ')
+!WRITE(unit_xml,'("  ",a)') Trim(PAW%Vloc_description)
+!WRITE(unit_xml,'("  ",a)') Trim(PAW%Proj_description)
+!WRITE(unit_xml,'("  ",a)') Trim(PAW%Comp_description)
+ WRITE(unit_xml,'("<!-- Atompaw ",a)') atp_version
+ WRITE(unit_xml,'(" Contact info: email: natalie at wfu.edu")')
+ WRITE(unit_xml,'("               web:   pwpaw.wfu.edu")')
+ WRITE(unit_xml,'(" Energy units=Hartree, length units=bohr")')
+ Call PrintDate(unit_xml, ' PAW functions generated on ')
+ if (trim(author)/="") WRITE(unit_xml,'(a,a)') ' by ',trim(author)
+ WRITE(unit_xml,'(" Program:  atompaw - input data follows: ")')
+ WRITE(unit_xml,'(a)') trim(input_string)
+ write(unit_xml,'(a)') "END"
+ WRITE(unit_xml,'(" Program:  atompaw - input end -->")')
+
+!Echo input file
+ WRITE(unit_xml,'("  Program:  atompaw - input data follows: ")')
+ WRITE(unit_xml,'(a)') trim(input_string)
+ write(unit_xml,'(a)') "0"
+ WRITE(unit_xml,'("  Program:  atompaw - input end -->")')
+
+!Energies
+ WRITE(unit_xml,'("<ae_energy kinetic=""",1pe25.17,""" xc=""",1pe25.17,"""")') &
+&      AESCF%ekin/2,AESCF%eexc/2
+ WRITE(unit_xml,'("  electrostatic=""",1pe25.17,""" total=""",1pe25.17,"""/>")') &
+&      AESCF%estatic/2,AESCF%etot/2
+ WRITE(unit_xml,'("<core_energy kinetic=""",1pe25.17,"""/>")') AESCF%corekin*0.5d0
+
+!PAW radius
+ WRITE(unit_xml,'("<PAW_radius rpaw=""",f13.10,"""/>")') PAW%rc
+
+!Electronic configuration
+ WRITE(unit_xml,'("<valence_states>")')
+ do ib=1,PAW%nbase
+   call mkname(ib,char4)
+   char20=stripchar('"'//AEPot%sym//char4//'"')
+   ii=min(ABS(PAW%np(ib)),20)
+   WRITE(unit_xml,'("  <state n=""",i2,""" l=""",i1,""" f=""",1pe14.7,$)')&
+&        ii,PAW%l(ib),PAW%occ(ib)
+   WRITE(unit_xml,'(""" rc=""",f13.10,""" e=""",1pe14.7,""" id=",a6,"/>")')&
+&        PAW%rcio(ib),PAW%eig(ib)*0.5d0,TRIM(char20)
+ enddo
+ WRITE(unit_xml,'("</valence_states>")')
+
+!Radial meshes definitions
+ do ii=1,mesh_data%nmesh
+  select case(mesh_data%meshtp(ii))
+   case(1)
+    char20='r=d*i'
+    gridt(ii)="lin"
+    radstp0=zero
+    logstp0=mesh_data%radstp(ii)
+   case(2)
+    char20='r=a*(exp(d*i)-1)'
+    gridt(ii)="log"
+    radstp0=mesh_data%radstp(ii)
+    logstp0=mesh_data%logstp(ii)
+   case default
+    write(std_out, '(a,a,a)' )&
+&     '  This mesh type ', ch10,&
+&     '  is not implemented in Atompaw.'
+    stop
+  end select
+  WRITE(unit_xml,'("<radial_grid eq=""",a,""" a=""",es22.16,$)') trim(char20),radstp0
+  WRITE(unit_xml,'(""" d=""",es22.16,""" istart=""0"" iend=""",i5,$)') &
+&  logstp0,mesh_data%meshsz(ii)-1
+  WRITE(unit_xml,'(""" id=""",a,i1,"""/>")') gridt(ii),ii
+ end do
+
+!Compensation charge shape function
+ if (gaussianshapefunction) then
+   WRITE(unit_xml,'("<shape_function type=""gauss"" rc=""",f19.16"""/>")') PAW%gausslength
+ else if (besselshapefunction) then
+   WRITE(unit_xml,'("<shape_function type=""bessel"" rc=""",f19.16"""/>")') PAW%rc_shap
+ else
+   WRITE(unit_xml,'("<shape_function type=""sinc"" rc=""",f19.16"""/>")') PAW%rc_shap
+ endif
+
+!Core densities
+ allocate(dum(mesh_data%meshsz(mesh_data%icoremesh)),stat=OK)
+ dum=zero
+ dum(2:mesh_data%meshsz(mesh_data%icoremesh))= &
+&              sqr4pi*FC%coreden(2:mesh_data%meshsz(mesh_data%icoremesh))&
+&              /(4*pi*(Grid%r(2:mesh_data%meshsz(mesh_data%icoremesh)))**2)
+ call extrapolate(Grid,dum)
+ WRITE(unit_xml,'("<ae_core_density grid=""",a,i1""">")') &
+& gridt(mesh_data%icoremesh),mesh_data%icoremesh
+ WRITE(unit_xml,'(3(1x,es23.16))') (dum(ii),ii=1,mesh_data%meshsz(mesh_data%icoremesh))
+ WRITE(unit_xml,'("</ae_core_density>")')
+ dum=zero
+ dum(2:mesh_data%meshsz(mesh_data%icoremesh))= &
+&              sqr4pi*PAW%tcore(2:mesh_data%meshsz(mesh_data%icoremesh))&
+&               /(4*pi*(Grid%r(2:mesh_data%meshsz(mesh_data%icoremesh)))**2)
+ call extrapolate(Grid,dum)
+ WRITE(unit_xml,'("<pseudo_core_density grid=""",a,i1,""">")') &
+& gridt(mesh_data%icoremesh),mesh_data%icoremesh
+ WRITE(unit_xml,'(3(1x,es23.16))') (dum(ii),ii=1,mesh_data%meshsz(mesh_data%icoremesh))
+ WRITE(unit_xml,'("</pseudo_core_density>")')
+ DEALLOCATE(dum)
+
+!Valence density
+ ALLOCATE(dum(mesh_data%meshsz(mesh_data%ivalemesh)),stat=OK)
+ dum=zero
+ dum(2:mesh_data%meshsz(mesh_data%ivalemesh))= &
+&              sqr4pi*PAW%tden(2:mesh_data%meshsz(mesh_data%ivalemesh))&
+&               /(4*pi*(Grid%r(2:mesh_data%meshsz(mesh_data%ivalemesh)))**2)
+ call extrapolate(Grid,dum)
+ WRITE(unit_xml,'("<pseudo_valence_density grid=""",a,i1,""">")') &
+& gridt(mesh_data%ivalemesh),mesh_data%ivalemesh
+ WRITE(unit_xml,'(3(1x,es23.16))') (dum(ii),ii=1,mesh_data%meshsz(mesh_data%ivalemesh))
+ WRITE(unit_xml,'("</pseudo_valence_density>")')
+ DEALLOCATE(dum)
+
+!Vbare potential
+ ALLOCATE(dum(mesh_data%meshsz(mesh_data%ivbaremesh)),stat=OK)
+ dum=zero
+ dum(1:mesh_data%meshsz(mesh_data%ivbaremesh))= &
+&              sqr4pi*half*PAW%vloc(1:mesh_data%meshsz(mesh_data%ivbaremesh))
+ WRITE(unit_xml,'("<zero_potential grid=""",a,i1,""">")') &
+& gridt(mesh_data%ivbaremesh),mesh_data%ivbaremesh
+ WRITE(unit_xml,'(3(1x,es23.16))') (dum(ii),ii=1,mesh_data%meshsz(mesh_data%ivbaremesh))
+ WRITE(unit_xml,'("</zero_potential>")')
+ DEALLOCATE(dum)
+
+!Local ionic potential
+ if (vlocopt==1) then
+  ALLOCATE(dum(mesh_data%meshsz(mesh_data%ivionmesh)),stat=OK)
+  dum=zero
+  dum(1:mesh_data%meshsz(mesh_data%ivionmesh))= &
+&            sqr4pi*half*PAW%abinitvloc(1:mesh_data%meshsz(mesh_data%ivionmesh))
+   WRITE(unit_xml,'("<kresse_joubert_local_ionic_potential grid=""",a,i1,""">")') &
+&   gridt(mesh_data%ivionmesh),mesh_data%ivionmesh
+   WRITE(unit_xml,'(3(1x,es23.16))') (dum(ii),ii=1,mesh_data%meshsz(mesh_data%ivionmesh))
+   WRITE(unit_xml,'("</kresse_joubert_local_ionic_potential>")')
+   DEALLOCATE(dum)
+  end if
+
+!Local Blochl''s potential
+ if(vlocopt==2) then
+  ALLOCATE(dum(mesh_data%meshsz(mesh_data%ivionmesh)),stat=OK)
+  dum=zero
+  dum(1:mesh_data%meshsz(mesh_data%ivionmesh))= &
+&               sqr4pi*half*PAW%abinitnohat(1:mesh_data%meshsz(mesh_data%ivionmesh))
+  WRITE(unit_xml,'("<blochl_local_ionic_potential grid=""",a,i1,""">")') &
+&  gridt(mesh_data%ivionmesh),mesh_data%ivionmesh
+  WRITE(unit_xml,'(3(1x,es23.16))') (dum(ii),ii=1,mesh_data%meshsz(mesh_data%ivionmesh))
+  WRITE(unit_xml,'("</blochl_local_ionic_potential>")')
+  DEALLOCATE(dum)
+ endif
+
+!Partial waves and projectors
+ Do ib=1,PAW%nbase
+  call mkname(ib,char4)
+  char20=stripchar('"'//AEPot%sym//char4//'"')
+  ALLOCATE(dum(mesh_data%meshsz(mesh_data%iwavmesh)),stat=OK)
+  dum=zero
+  dum(2:mesh_data%meshsz(mesh_data%iwavmesh))= &
+&               PAW%ophi(2:mesh_data%meshsz(mesh_data%iwavmesh),ib) &
+&              /Grid%r(2:mesh_data%meshsz(mesh_data%iwavmesh))
+  call extrapolate(Grid,dum)
+  WRITE(unit_xml,'("<ae_partial_wave state=",a6," grid=""",a,i1,""">")') &
+&  TRIM(char20),gridt(mesh_data%iwavmesh),mesh_data%iwavmesh
+  WRITE(unit_xml,'(3(1x,es23.16))') (dum(ii),ii=1,mesh_data%meshsz(mesh_data%iwavmesh))
+  WRITE(unit_xml,'("</ae_partial_wave>")')
+  dum=zero
+  dum(2:mesh_data%meshsz(mesh_data%iwavmesh))= &
+&               PAW%otphi(2:mesh_data%meshsz(mesh_data%iwavmesh),ib) &
+&              /Grid%r(2:mesh_data%meshsz(mesh_data%iwavmesh))
+  call extrapolate(Grid,dum)
+  WRITE(unit_xml,'("<pseudo_partial_wave state=",a6," grid=""",a,i1,""">")')&
+&  TRIM(char20),gridt(mesh_data%iwavmesh),mesh_data%iwavmesh
+  WRITE(unit_xml,'(3(1x,es23.16))') (dum(ii),ii=1,mesh_data%meshsz(mesh_data%iwavmesh))
+  WRITE(unit_xml,'("</pseudo_partial_wave>")')
+  DEALLOCATE (dum)
+  ALLOCATE(dum(mesh_data%meshsz(mesh_data%iprjmesh)),stat=OK)
+  dum=zero
+  dum(2:mesh_data%meshsz(mesh_data%iprjmesh))= &
+&               tproj(2:mesh_data%meshsz(mesh_data%iprjmesh),ib) &
+&              /Grid%r(2:mesh_data%meshsz(mesh_data%iprjmesh))
+  call extrapolate(Grid,dum)
+  WRITE(unit_xml,'("<projector_function state=",a6," grid=""",a,i1,""">")') &
+&  TRIM(char20),gridt(mesh_data%iprjmesh),mesh_data%iprjmesh
+  WRITE(unit_xml,'(3(1x,es23.16))') (dum(ii),ii=1,mesh_data%meshsz(mesh_data%iprjmesh))
+  WRITE(unit_xml,'("</projector_function>")')
+  DEALLOCATE (dum)
+ Enddo
+
+!Kinetic terms
+ WRITE(unit_xml,'("<kinetic_energy_differences>")')
+ WRITE(unit_xml,'(3(1x,es23.16))') ((PAW%kij(ib,ic)/2,ic=1,PAW%nbase),ib=1,PAW%nbase)
+ WRITE(unit_xml,'("</kinetic_energy_differences>")')
+ WRITE(unit_xml,'("</paw_setup>")')
+
+!Cloe file
+ CLOSE(unit_xml)
+
+ END SUBROUTINE xmloutput
+
+
+!!=================================================================
+!! NAME
+!! read_inputstring
+!!
+!! FUNCTION
+!! Read the file echoing the atompaw input file
+!! and transfer it into a character string
+!!
+!! INPUTS
+!!  ifinput= unit number of the file to read
+!!
+!! OUTPUT
+!!  input_string=character string containing the file
+!!
+!! PARENTS
+!  xml2abinit
+!!=================================================================
+
+ subroutine read_inputstring(ifinput,input_string)
+
+ integer,intent(in) :: ifinput
+ character(len=*) :: input_string
+
+!------------------------------------------------------------------
+!---- Local variables
+!------------------------------------------------------------------
+
+ integer :: OK
+ character(len=132) :: inputline
+
+!------------------------------------------------------------------
+!---- Executable code
+!------------------------------------------------------------------
+
+ open(ifinput,file='dummy',form='formatted')
+ read(ifinput,'(a)',iostat=OK,end=10) inputline
+ if (OK/=0) return
+ input_string=trim(inputline)
+ do
+   read(ifinput,'(a)',iostat=OK,end=10) inputline
+   if (OK/=0) exit
+   write(unit=input_string,fmt='(3a)') trim(input_string),char(10),trim(inputline)
+ enddo
+ return
+10 continue
+ close(ifinput)
+
+ end subroutine read_inputstring
+
+
+!!=================================================================
+!! NAME
+!! simpson_int
+!!
+!! FUNCTION
+!! Do integral using corrected Simpson rule (on a linear or logarithmic grid)
+!!
+!! INPUTS
+!!  ff(meshsz)=integrand values
+!!  meshsz=size of radial mesh for integration
+!!  Grid
+!!    %h= radial step used for integration
+!!    %drdu(max_meshsz)= Factor used to compute radial integrals on generalized grid
+!!
+!! OUTPUT
+!!  simp=resulting integral by corrected Simpson rule
+!!
+!! PARENTS
+!! calc_dij0,calc_valden,calc_shapef
+!!=================================================================
+
+ subroutine simpson_int(ff,Grid,meshsz,simp)
+
+ TYPE(Gridinfo),intent(in)    :: Grid
+ integer,intent(in)           :: meshsz
+ real(dp),intent(out)         :: simp
+ real(dp),intent(in)          :: ff(meshsz)
+
+!------------------------------------------------------------------
+!---- Local variables
+!------------------------------------------------------------------
+
+ real(dp),parameter :: eps=tol14**4
+ integer :: ii,nn
+ real(dp) :: simp1,simp2,simp4
+
+!------------------------------------------------------------------
+!---- Executable code
+!------------------------------------------------------------------
+
+ ii=meshsz;do while(abs(ff(ii))<eps.and.ii>0);ii=ii-1;enddo
+ if (ii<=0) then
+   simp=zero;return
+ end if
+ nn=min(ii+1,meshsz)
+
+ if (nn>=5) then
+
+  if (mod(nn,2)==1) then
+   simp1=ff(1)*Grid%drdu(1)+ff(nn)*Grid%drdu(nn)
+   simp2=zero;simp4=ff(2)*Grid%drdu(2)
+   do ii=3,nn-1,2
+    simp2=simp2+ff(ii)  *Grid%drdu(ii)
+    simp4=simp4+ff(ii+1)*Grid%drdu(ii+1)
+   enddo
+  else
+   simp1=1.25_dp*ff(1)*Grid%drdu(1)+three*ff(2)*Grid%drdu(2) &
+&       -0.25_dp*ff(3)*Grid%drdu(3)+ff(nn)*Grid%drdu(nn)
+   simp2=zero;simp4=ff(3)*Grid%drdu(3)
+   do ii=4,nn-1,2
+    simp2=simp2+ff(ii)  *Grid%drdu(ii)
+    simp4=simp4+ff(ii+1)*Grid%drdu(ii+1)
+   enddo
+  endif
+  simp=Grid%h/three*(simp1+two*simp2+four*simp4)
+
+ else if (nn==4) then
+  simp=Grid%h*0.375_dp*(three*(ff(2)*Grid%drdu(2)+ff(3)*Grid%drdu(3)) &
+&                   +     (ff(1)*Grid%drdu(1)+ff(4)*Grid%drdu(4)))
+ else if (nn==3) then
+  simp=Grid%h/three*(ff(1)*Grid%drdu(1)+four*ff(2)*Grid%drdu(2)+ff(3)*Grid%drdu(3))
+ else if (nn==2) then
+  simp=Grid%h*half*(ff(1)*Grid%drdu(1)+ff(2)*Grid%drdu(2))
+ else
+  simp=zero
+ end if
+
+ end subroutine simpson_int
+
+
+!!=================================================================
+!! NAME
+!! gauleg
+!!
+!! FUNCTION
+!! Compute supports and weights for Gauss-Legendre integration
+!!
+!! INPUTS
+!!  x1=lower bound of integration
+!!  x2=upper bound of integration
+!!  n=order of integration
+!!
+!! OUTPUT
+!!  x(n)=array of support points
+!!  w(n)=array of integration weights
+!!
+!! PARENTS
+!! opt_proj
+!!
+!! NOTES
+!!   Code follows [W.H. Press et al., Numerical
+!!   Recipes (Cambridge University Press, New York, 1986].
+!!=================================================================
+
+ subroutine gauleg(x1,x2,x,w,n)
+
+ integer,intent(in)   :: n
+ real(dp),intent(in)  :: x1,x2
+ real(dp),intent(out) :: x(n),w(n)
+
+!------------------------------------------------------------------
+!---- Local variables
+!------------------------------------------------------------------
+
+ real(dp), parameter :: eps=0.0000000000001_dp
+ integer :: i,j,loop_root,m
+ real(dp) :: p1,p2,p3,pp,xm,xl,z,z1
+
+!------------------------------------------------------------------
+!---- Executable code
+!------------------------------------------------------------------
+
+ m=(n+1)/2
+ xm=half*(x2+x1)
+ xl=half*(x2-x1)
+
+ do i=1,m
+  z=cos(pi*(i-0.25_dp)/(n+half))
+
+  do loop_root=1,100
+
+   p1=one
+   p2=zero
+
+   do j=1,n
+    p3=p2
+    p2=p1
+    p1=((two*j-one)*z*p2 - (j-one)*p3)/j
+   enddo
+
+   pp=n*(z*p1-p2)/(z*z-one)
+   z1=z
+   z=z1-p1/pp
+
+   if (abs(z-z1) < eps) exit
+
+  enddo
+  x(i)=xm-xl*z
+  x(n+1-i)=xm+xl*z
+  w(i)=two*xl/((one-z*z)*pp*pp)
+  w(n+1-i)=w(i)
+
+ enddo
+
+ end subroutine gauleg
+
+
+!!=================================================================
+!! NAME
+!! build_mesh_data
+!!
+!! FUNCTION
+!! Determine meshes definitions
+!! (if necessary define a logarithmic radial grid)
+!!
+!! INPUTS
+!!  Grid=grid datastructure in AtomPAW format
+!!  irc=index of rc in Grid
+!!
+!! OUTPUT
+!!  mesh_data
+!!   Data defining various meshes
+!!
+!! PARENTS
+!!
+!!=================================================================
+
+subroutine build_mesh_data(mesh_data,Grid,irc,ivion,ivale,coretailpoints)
+
+ type(mesh_data_type),intent(out) :: mesh_data
+ type(GridInfo),intent(in) :: Grid
+ integer,intent(in) :: irc,ivion,ivale,coretailpoints
+
+!------------------------------------------------------------------
+!---- Local variables
+!------------------------------------------------------------------
+
+ integer, parameter :: nmesh_max=10
+ integer :: ii1
+
+!------------------------------------------------------------------
+!---- Executable code
+!------------------------------------------------------------------
+
+ allocate(mesh_data%meshtp(nmesh_max))
+ allocate(mesh_data%meshsz(nmesh_max))
+ allocate(mesh_data%radstp(nmesh_max))
+ allocate(mesh_data%logstp(nmesh_max))
+
+!Mesh definition
+ if (usingloggrid(Grid)) then
+  mesh_data%mesh_type=2
+  mesh_data%rad_step=Grid%drdu(1)
+  mesh_data%log_step=Grid%h
+ else
+  mesh_data%mesh_type=1
+  mesh_data%rad_step=Grid%h
+  mesh_data%log_step=zero
+ end if
+
+!Various mesh sizes
+ mesh_data%wav_meshsz=irc+Grid%ishift
+ if (usingloggrid(Grid)) then
+  mesh_data%sph_meshsz=min(1+nint(log(one+Grid%r(irc)/mesh_data%rad_step)/mesh_data%log_step),mesh_data%wav_meshsz)
+ else
+  mesh_data%sph_meshsz=min(1+nint(Grid%r(irc)/mesh_data%rad_step),mesh_data%wav_meshsz)
+ end if
+ mesh_data%prj_meshsz=mesh_data%sph_meshsz  ! To be modified by RSO
+
+ mesh_data%core_meshsz=coretailpoints
+ mesh_data%vale_meshsz=ivale
+
+ mesh_data%vion_meshsz=ivion
+ if (mesh_data%vion_meshsz<=0) then
+  if (mesh_data%mesh_type==1) then
+   ii1=int(one+rmax_vloc/mesh_data%rad_step)
+  else
+   ii1=int(log(one+rmax_vloc/mesh_data%rad_step)/mesh_data%log_step)+1
+  endif
+  mesh_data%vion_meshsz=max(mesh_data%sph_meshsz,mesh_data%core_meshsz,ii1)
+ endif
+
+!Mesh for vbare should be inside augmentation region
+!For compatibility with other codes, could put it to the same mesh
+!as ionic potential
+!mesh_data%vbare_meshsz=mesh_data%vion_meshsz
+ mesh_data%vbare_meshsz=mesh_data%sph_meshsz
+
+ mesh_data%prj_msz_max=four*mesh_data%sph_meshsz
+
+!=== Build mesh definitions ===
+
+ mesh_data%meshtp=-1;mesh_data%meshsz=0
+ mesh_data%radstp=zero;mesh_data%logstp=zero
+
+!Partial waves
+ mesh_data%nmesh=1
+ mesh_data%iwavmesh=1
+ mesh_data%meshtp(1)=mesh_data%mesh_type
+ mesh_data%meshsz(1)=mesh_data%wav_meshsz
+ mesh_data%radstp(1)=mesh_data%rad_step
+ mesh_data%logstp(1)=mesh_data%log_step
+!Projectors
+ if (mesh_data%wav_meshsz/=mesh_data%prj_meshsz) then
+  mesh_data%nmesh=mesh_data%nmesh+1
+  mesh_data%iprjmesh=mesh_data%nmesh
+  mesh_data%meshtp(mesh_data%nmesh)=mesh_data%mesh_type
+  mesh_data%meshsz(mesh_data%nmesh)=mesh_data%prj_meshsz
+  mesh_data%radstp(mesh_data%nmesh)=mesh_data%rad_step
+  mesh_data%logstp(mesh_data%nmesh)=mesh_data%log_step
+ else
+  mesh_data%iprjmesh=mesh_data%iwavmesh
+ endif
+!Core density
+ if (mesh_data%wav_meshsz/=mesh_data%core_meshsz) then
+  if (mesh_data%prj_meshsz/=mesh_data%core_meshsz) then
+   mesh_data%nmesh=mesh_data%nmesh+1
+   mesh_data%icoremesh=mesh_data%nmesh
+   mesh_data%meshtp(mesh_data%nmesh)=mesh_data%mesh_type
+   mesh_data%meshsz(mesh_data%nmesh)=mesh_data%core_meshsz
+   mesh_data%radstp(mesh_data%nmesh)=mesh_data%rad_step
+   mesh_data%logstp(mesh_data%nmesh)=mesh_data%log_step
+  else
+   mesh_data%icoremesh=mesh_data%iprjmesh
+  endif
+ else
+  mesh_data%icoremesh=mesh_data%iwavmesh
+ endif
+!Local ionic potential
+ if (mesh_data%wav_meshsz/=mesh_data%vion_meshsz) then
+  if(mesh_data%prj_meshsz/=mesh_data%vion_meshsz) then
+   if(mesh_data%core_meshsz/=mesh_data%vion_meshsz) then
+    mesh_data%nmesh=mesh_data%nmesh+1
+    mesh_data%ivionmesh=mesh_data%nmesh
+    mesh_data%meshtp(mesh_data%nmesh)=mesh_data%mesh_type
+    mesh_data%meshsz(mesh_data%nmesh)=mesh_data%vion_meshsz
+    mesh_data%radstp(mesh_data%nmesh)=mesh_data%rad_step
+    mesh_data%logstp(mesh_data%nmesh)=mesh_data%log_step
+   else
+    mesh_data%ivionmesh=mesh_data%icoremesh
+   endif
+  else
+   mesh_data%ivionmesh=mesh_data%iprjmesh
+  endif
+ else
+  mesh_data%ivionmesh=mesh_data%iwavmesh
+ endif
+!Local vbare potential
+ if (mesh_data%wav_meshsz/=mesh_data%vbare_meshsz) then
+  if(mesh_data%prj_meshsz/=mesh_data%vbare_meshsz) then
+   if(mesh_data%core_meshsz/=mesh_data%vbare_meshsz) then
+    if(mesh_data%vion_meshsz/=mesh_data%vbare_meshsz) then
+     mesh_data%nmesh=mesh_data%nmesh+1
+     mesh_data%ivbaremesh=mesh_data%nmesh
+     mesh_data%meshtp(mesh_data%nmesh)=mesh_data%mesh_type
+     mesh_data%meshsz(mesh_data%nmesh)=mesh_data%vbare_meshsz
+     mesh_data%radstp(mesh_data%nmesh)=mesh_data%rad_step
+     mesh_data%logstp(mesh_data%nmesh)=mesh_data%log_step
+    else
+     mesh_data%ivbaremesh=mesh_data%ivionmesh
+    endif
+   else
+    mesh_data%ivbaremesh=mesh_data%icoremesh
+   endif
+  else
+   mesh_data%ivbaremesh=mesh_data%iprjmesh
+  endif
+ else
+  mesh_data%ivbaremesh=mesh_data%iwavmesh
+ endif
+!Valence density
+ if (mesh_data%wav_meshsz/=mesh_data%vale_meshsz) then
+  if(mesh_data%prj_meshsz/=mesh_data%vale_meshsz) then
+   if(mesh_data%core_meshsz/=mesh_data%vale_meshsz) then
+    if(mesh_data%vion_meshsz/=mesh_data%vale_meshsz) then
+     if(mesh_data%vbare_meshsz/=mesh_data%vale_meshsz) then
+      mesh_data%nmesh=mesh_data%nmesh+1
+      mesh_data%ivalemesh=mesh_data%nmesh
+      mesh_data%meshtp(mesh_data%nmesh)=mesh_data%mesh_type
+      mesh_data%meshsz(mesh_data%nmesh)=mesh_data%vale_meshsz
+      mesh_data%radstp(mesh_data%nmesh)=mesh_data%rad_step
+      mesh_data%logstp(mesh_data%nmesh)=mesh_data%log_step
+     else
+      mesh_data%ivalemesh=mesh_data%ivbaremesh
+     endif
+    else
+     mesh_data%ivalemesh=mesh_data%ivionmesh
+    endif
+   else
+    mesh_data%ivalemesh=mesh_data%icoremesh
+   endif
+  else
+   mesh_data%ivalemesh=mesh_data%iprjmesh
+  endif
+ else
+  mesh_data%ivalemesh=mesh_data%iwavmesh
+ endif
+
+ end subroutine build_mesh_data
+
+!!=================================================================
+!! NAME
+!! destroy_mesh_data
+!!
+!! FUNCTION
+!! Free all the memory in a mesh_data datastructure
+!!
+!! ISIDE EFFECTS
+!!  mesh_data
+!!   Data defining various meshes
+!!
+!! PARENTS
+!!
+!!=================================================================
+
+subroutine destroy_mesh_data(mesh_data)
+
+ type(mesh_data_type),intent(inout) :: mesh_data
+
+!------------------------------------------------------------------
+!---- Executable code
+!------------------------------------------------------------------
+
+ if (associated(mesh_data%meshtp)) then
+   deallocate(mesh_data%meshtp)
+ end if
+ if (associated(mesh_data%meshsz)) then
+   deallocate(mesh_data%meshsz)
+ end if
+ if (associated(mesh_data%radstp)) then
+   deallocate(mesh_data%radstp)
+ end if
+ if (associated(mesh_data%logstp)) then
+   deallocate(mesh_data%logstp)
+ end if
+
+ end subroutine destroy_mesh_data
+
+!!=================================================================
+END Module XMLInterface

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/atompaw.git



More information about the debian-science-commits mailing list